|
|
|
| 1 | 2026-06-20T22:47:28.725Z | job assigned to worker 01KVKKE4P7PFN1Q1Z8QH5XWMJE [factory aws, i-04a2949cf5e671243] (queued for 48 s) |
| |
| 2 | 2026-06-20T22:47:36.069Z | starting task 0: "setup" |
| 3 | 2026-06-20T22:47:36.073Z | ++ uname -s |
| 4 | 2026-06-20T22:47:36.076Z | + kern=SunOS |
| 5 | 2026-06-20T22:47:36.076Z | + build_user=build |
| 6 | 2026-06-20T22:47:36.076Z | + build_uid=12345 |
| 7 | 2026-06-20T22:47:36.076Z | + work_dir=/work |
| 8 | 2026-06-20T22:47:36.076Z | + input_dir=/input |
| 9 | 2026-06-20T22:47:36.076Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T22:47:36.076Z | + case "$kern" in |
| 11 | 2026-06-20T22:47:36.076Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T22:47:36.079Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T22:47:38.085Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T22:47:38.149Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T22:47:38.152Z | + home_fs=zfs |
| 16 | 2026-06-20T22:47:38.152Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T22:47:38.152Z | + mkdir -p /home/build |
| 18 | 2026-06-20T22:47:38.154Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T22:47:40.155Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T22:47:40.158Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-06-20T22:47:40.164Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T22:47:40.169Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T22:47:40.169Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-20T22:47:40.169Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-06-20T22:47:40.172Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-20T22:47:40.172Z | * rust toolchain profile = "default" |
| 27 | 2026-06-20T22:47:40.172Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T22:47:40.172Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T22:47:40.172Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T22:47:40.269Z | info: downloading installer |
| 31 | 2026-06-20T22:47:41.669Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T22:47:41.669Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T22:47:41.669Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T22:47:41.669Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T22:47:41.681Z | info: profile set to default |
| 36 | 2026-06-20T22:47:41.681Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T22:47:41.684Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T22:47:41.819Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T22:47:41.821Z | info: downloading 6 components |
| 40 | 2026-06-20T22:47:57.135Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-20T22:47:57.135Z | |
| 42 | 2026-06-20T22:47:57.165Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T22:47:57.165Z | |
| 44 | 2026-06-20T22:47:57.165Z | |
| 45 | 2026-06-20T22:47:57.165Z | Rust is installed now. Great! |
| 46 | 2026-06-20T22:47:57.165Z | |
| 47 | 2026-06-20T22:47:57.165Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T22:47:57.165Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T22:47:57.165Z | |
| 50 | 2026-06-20T22:47:57.165Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T22:47:57.165Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T22:47:57.165Z | |
| 53 | 2026-06-20T22:47:57.165Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T22:47:57.165Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T22:47:57.168Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T22:47:57.168Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T22:47:57.168Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T22:47:57.168Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T22:47:57.168Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T22:47:57.168Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T22:47:57.168Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T22:47:57.271Z | + rustup --version |
| 63 | 2026-06-20T22:47:57.277Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T22:47:57.280Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T22:47:57.298Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T22:47:57.301Z | + cargo --version |
| 67 | 2026-06-20T22:47:57.309Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T22:47:57.312Z | + rustc --version |
| 69 | 2026-06-20T22:47:57.333Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T22:47:57.335Z | process exited: duration 17171 ms, exit code 0 |
| |
| 71 | 2026-06-20T22:47:57.341Z | starting task 2: "authentication" |
| 72 | 2026-06-20T22:47:57.359Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-20T22:47:57.364Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T22:47:57.369Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T22:47:57.371Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T22:47:57.408Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T22:48:08.004Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T22:48:08.004Z | + git fetch origin 5058820ba9a44bc12880f1669cc5bf2244c6971a |
| 79 | 2026-06-20T22:48:08.259Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T22:48:08.259Z | * branch 5058820ba9a44bc12880f1669cc5bf2244c6971a -> FETCH_HEAD |
| 81 | 2026-06-20T22:48:08.274Z | + [[ -n sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]] |
| 82 | 2026-06-20T22:48:08.277Z | ++ git branch --show-current |
| 83 | 2026-06-20T22:48:08.277Z | + current=main |
| 84 | 2026-06-20T22:48:08.278Z | + [[ main != sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]] |
| 85 | 2026-06-20T22:48:08.278Z | + git branch -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types 5058820ba9a44bc12880f1669cc5bf2244c6971a |
| 86 | 2026-06-20T22:48:08.280Z | + git checkout -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types |
| 87 | 2026-06-20T22:48:08.382Z | Switched to branch 'sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types' |
| 88 | 2026-06-20T22:48:08.385Z | + git reset --hard 5058820ba9a44bc12880f1669cc5bf2244c6971a |
| 89 | 2026-06-20T22:48:08.481Z | HEAD is now at 5058820ba formatting |
| 90 | 2026-06-20T22:48:08.484Z | process exited: duration 11118 ms, exit code 0 |
| |
| 91 | 2026-06-20T22:48:08.490Z | starting task 4: "build" |
| 92 | 2026-06-20T22:48:08.495Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-20T22:48:08.495Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-20T22:48:08.495Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-20T22:48:08.495Z | + cargo --version |
| 96 | 2026-06-20T22:48:08.505Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-20T22:48:08.508Z | + rustc --version |
| 98 | 2026-06-20T22:48:08.530Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-20T22:48:08.533Z | + WORK=/work |
| 100 | 2026-06-20T22:48:08.533Z | + pfexec mkdir -p /work |
| 101 | 2026-06-20T22:48:08.536Z | + pfexec chown build /work |
| 102 | 2026-06-20T22:48:08.539Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-20T22:48:10.090Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-20T22:48:10.225Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-20T22:48:10.581Z | Planning: Solver setup ... Done (0.309s) |
| 106 | 2026-06-20T22:48:10.603Z | Planning: Running solver ... Done (0.022s) |
| 107 | 2026-06-20T22:48:10.612Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-20T22:48:10.640Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-20T22:48:10.677Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-20T22:48:10.688Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-20T22:48:10.691Z | Planning: Merging actions ... Done (0.003s) |
| 112 | 2026-06-20T22:48:10.879Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 113 | 2026-06-20T22:48:10.883Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-20T22:48:11.764Z | Planning: Evaluating mediators ... Done (0.884s) |
| 115 | 2026-06-20T22:48:11.768Z | Planning: Planning completed in 1.52 seconds |
| 116 | 2026-06-20T22:48:11.777Z | Packages to install: 2 |
| 117 | 2026-06-20T22:48:11.777Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-20T22:48:11.777Z | Estimated space to be consumed: 26.78 MB |
| 119 | 2026-06-20T22:48:11.778Z | Create boot environment: No |
| 120 | 2026-06-20T22:48:11.778Z | Create backup boot environment: No |
| 121 | 2026-06-20T22:48:11.778Z | Rebuild boot archive: No |
| 122 | 2026-06-20T22:48:11.782Z | |
| 123 | 2026-06-20T22:48:11.782Z | Changed packages: |
| 124 | 2026-06-20T22:48:11.782Z | helios |
| 125 | 2026-06-20T22:48:11.782Z | developer/build-essential |
| 126 | 2026-06-20T22:48:11.782Z | None -> 11-3.0 |
| 127 | 2026-06-20T22:48:11.782Z | library/libxmlsec1 |
| 128 | 2026-06-20T22:48:11.782Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-20T22:48:11.803Z | |
| 130 | 2026-06-20T22:48:11.803Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-20T22:48:12.269Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 132 | 2026-06-20T22:48:12.339Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-20T22:48:12.377Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-20T22:48:12.388Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-06-20T22:48:12.388Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-20T22:48:12.411Z | Finalize: Updating image state ... Done (0.023s) |
| 137 | 2026-06-20T22:48:14.936Z | Finalize: Creating fast lookup database ... Done (2.502s) |
| 138 | 2026-06-20T22:48:15.005Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-06-20T22:48:15.008Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-20T22:48:15.101Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-20T22:48:15.410Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-20T22:48:15.515Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-20T22:48:15.517Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-20T22:48:15.674Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-20T22:48:15.677Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-06-20T22:48:15.697Z | Mediators to change: 2 |
| 147 | 2026-06-20T22:48:15.697Z | Create boot environment: No |
| 148 | 2026-06-20T22:48:15.697Z | Create backup boot environment: No |
| 149 | 2026-06-20T22:48:15.744Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-20T22:48:15.744Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-20T22:48:15.761Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-20T22:48:17.710Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-20T22:48:17.771Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-20T22:48:17.773Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-20T22:48:17.830Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-20T22:48:18.115Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-20T22:48:18.219Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-20T22:48:18.223Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-20T22:48:18.378Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-20T22:48:18.381Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-20T22:48:18.402Z | Mediators to change: 1 |
| 162 | 2026-06-20T22:48:18.402Z | Create boot environment: No |
| 163 | 2026-06-20T22:48:18.402Z | Create backup boot environment: No |
| 164 | 2026-06-20T22:48:18.442Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-20T22:48:18.442Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-20T22:48:18.458Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-20T22:48:20.384Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-20T22:48:20.445Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-20T22:48:20.448Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-20T22:48:20.496Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-20T22:48:20.803Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-20T22:48:20.803Z | apache system 2.4 system |
| 173 | 2026-06-20T22:48:20.803Z | clang system 15 system |
| 174 | 2026-06-20T22:48:20.803Z | csh system system illumos |
| 175 | 2026-06-20T22:48:20.803Z | ctags system system illumos |
| 176 | 2026-06-20T22:48:20.803Z | file vendor vendor darwinsys |
| 177 | 2026-06-20T22:48:20.803Z | file system system illumos |
| 178 | 2026-06-20T22:48:20.803Z | gcc vendor 14 vendor |
| 179 | 2026-06-20T22:48:20.803Z | gcc system 13 system |
| 180 | 2026-06-20T22:48:20.803Z | gcc system 10 system |
| 181 | 2026-06-20T22:48:20.803Z | go system 1.25 system |
| 182 | 2026-06-20T22:48:20.803Z | llvm system 15 system |
| 183 | 2026-06-20T22:48:20.803Z | mariadb system 11.4 system |
| 184 | 2026-06-20T22:48:20.803Z | mta vendor vendor dma |
| 185 | 2026-06-20T22:48:20.803Z | openjdk system 17 system |
| 186 | 2026-06-20T22:48:20.803Z | openjdk system 11 system |
| 187 | 2026-06-20T22:48:20.803Z | openssl vendor 3 vendor |
| 188 | 2026-06-20T22:48:20.803Z | perl system 5.40 system |
| 189 | 2026-06-20T22:48:20.803Z | postgresql system 18 system |
| 190 | 2026-06-20T22:48:20.803Z | postgresql system 17 system |
| 191 | 2026-06-20T22:48:20.803Z | python vendor 3 vendor |
| 192 | 2026-06-20T22:48:20.803Z | python system 2 system |
| 193 | 2026-06-20T22:48:20.803Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-20T22:48:20.803Z | ruby system 3.4 system |
| 195 | 2026-06-20T22:48:20.803Z | ruby system 3.0 system |
| 196 | 2026-06-20T22:48:20.803Z | words vendor vendor american-english |
| 197 | 2026-06-20T22:48:20.803Z | words system system australian-english |
| 198 | 2026-06-20T22:48:20.803Z | words system system british-english |
| 199 | 2026-06-20T22:48:20.803Z | words system system canadian-english |
| 200 | 2026-06-20T22:48:20.803Z | words system system french |
| 201 | 2026-06-20T22:48:20.804Z | words system system italian |
| 202 | 2026-06-20T22:48:20.804Z | words system system ngerman |
| 203 | 2026-06-20T22:48:20.804Z | words system system ogerman |
| 204 | 2026-06-20T22:48:20.804Z | words system system spanish |
| 205 | 2026-06-20T22:48:21.055Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-20T22:48:21.055Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-20T22:48:21.353Z | FMRI IFO |
| 208 | 2026-06-20T22:48:21.354Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-20T22:48:21.354Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-20T22:48:21.354Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-20T22:48:21.354Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-20T22:48:21.354Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-20T22:48:21.354Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-20T22:48:21.354Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-20T22:48:21.354Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-20T22:48:21.354Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-20T22:48:21.595Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-20T22:48:21.819Z | Updating crates.io index |
| 219 | 2026-06-20T22:48:21.856Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-20T22:48:22.073Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-20T22:48:22.970Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-20T22:48:23.807Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-20T22:48:24.691Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-20T22:48:25.149Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-20T22:48:26.667Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-20T22:48:27.423Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-20T22:48:28.062Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-20T22:48:29.397Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-20T22:48:29.856Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-20T22:48:30.380Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-20T22:48:30.623Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-20T22:48:31.179Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-20T22:48:31.653Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-20T22:48:32.056Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-20T22:48:32.307Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-20T22:48:32.644Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-20T22:48:33.042Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-20T22:48:33.558Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-20T22:48:33.781Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-20T22:48:34.010Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-20T22:48:34.342Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-20T22:48:34.695Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-20T22:48:35.090Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-20T22:48:35.539Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-20T22:48:35.772Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-20T22:48:36.277Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-20T22:48:36.536Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-20T22:48:37.662Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-20T22:48:38.530Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-20T22:48:38.924Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-20T22:48:39.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-20T22:48:39.503Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-20T22:48:39.834Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-20T22:48:40.092Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-20T22:48:40.875Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-20T22:48:41.097Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-20T22:48:41.320Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-20T22:48:41.531Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-20T22:48:43.300Z | Downloading crates ... |
| 260 | 2026-06-20T22:48:43.372Z | Downloaded colorchoice v1.0.4 |
| 261 | 2026-06-20T22:48:43.379Z | Downloaded macaddr v1.0.1 |
| 262 | 2026-06-20T22:48:43.379Z | Downloaded serde-value v0.7.0 |
| 263 | 2026-06-20T22:48:43.379Z | Downloaded usdt-macro v0.5.0 |
| 264 | 2026-06-20T22:48:43.379Z | Downloaded unicode-ident v1.0.24 |
| 265 | 2026-06-20T22:48:43.382Z | Downloaded writeable v0.6.2 |
| 266 | 2026-06-20T22:48:43.382Z | Downloaded version_check v0.9.5 |
| 267 | 2026-06-20T22:48:43.382Z | Downloaded syn v1.0.109 |
| 268 | 2026-06-20T22:48:43.385Z | Downloaded zerofrom-derive v0.1.6 |
| 269 | 2026-06-20T22:48:43.385Z | Downloaded thiserror v2.0.18 |
| 270 | 2026-06-20T22:48:43.387Z | Downloaded cargo-util-schemas v0.8.2 |
| 271 | 2026-06-20T22:48:43.391Z | Downloaded textwrap v0.16.2 |
| 272 | 2026-06-20T22:48:43.391Z | Downloaded clap_derive v4.6.1 |
| 273 | 2026-06-20T22:48:43.394Z | Downloaded thiserror-impl v1.0.69 |
| 274 | 2026-06-20T22:48:43.394Z | Downloaded heck v0.5.0 |
| 275 | 2026-06-20T22:48:43.394Z | Downloaded typeid v1.0.3 |
| 276 | 2026-06-20T22:48:43.394Z | Downloaded digest v0.10.7 |
| 277 | 2026-06-20T22:48:43.397Z | Downloaded unicode-xid v0.2.6 |
| 278 | 2026-06-20T22:48:43.397Z | Downloaded cargo-platform v0.2.0 |
| 279 | 2026-06-20T22:48:43.397Z | Downloaded clap_lex v1.0.0 |
| 280 | 2026-06-20T22:48:43.401Z | Downloaded utf8parse v0.2.2 |
| 281 | 2026-06-20T22:48:43.404Z | Downloaded usdt-attr-macro v0.5.0 |
| 282 | 2026-06-20T22:48:43.404Z | Downloaded utf8_iter v1.0.4 |
| 283 | 2026-06-20T22:48:43.404Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-06-20T22:48:43.404Z | Downloaded anstream v1.0.0 |
| 285 | 2026-06-20T22:48:43.407Z | Downloaded erased-serde v0.4.9 |
| 286 | 2026-06-20T22:48:43.411Z | Downloaded yoke-derive v0.8.1 |
| 287 | 2026-06-20T22:48:43.414Z | Downloaded zerofrom v0.1.6 |
| 288 | 2026-06-20T22:48:43.414Z | Downloaded toml_write v0.1.2 |
| 289 | 2026-06-20T22:48:43.414Z | Downloaded stable_deref_trait v1.2.1 |
| 290 | 2026-06-20T22:48:43.414Z | Downloaded itoa v1.0.17 |
| 291 | 2026-06-20T22:48:43.414Z | Downloaded fs-err v3.3.0 |
| 292 | 2026-06-20T22:48:43.418Z | Downloaded toml_datetime v0.6.11 |
| 293 | 2026-06-20T22:48:43.420Z | Downloaded usdt v0.5.0 |
| 294 | 2026-06-20T22:48:43.423Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-06-20T22:48:43.423Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-06-20T22:48:43.423Z | Downloaded errno v0.3.14 |
| 297 | 2026-06-20T22:48:43.426Z | Downloaded zerovec-derive v0.11.2 |
| 298 | 2026-06-20T22:48:43.426Z | Downloaded usdt-impl v0.5.0 |
| 299 | 2026-06-20T22:48:43.426Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-06-20T22:48:43.426Z | Downloaded percent-encoding v2.3.2 |
| 301 | 2026-06-20T22:48:43.430Z | Downloaded thiserror-impl v2.0.18 |
| 302 | 2026-06-20T22:48:43.430Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-06-20T22:48:43.430Z | Downloaded tinystr v0.8.2 |
| 304 | 2026-06-20T22:48:43.430Z | Downloaded thiserror v1.0.69 |
| 305 | 2026-06-20T22:48:43.433Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-06-20T22:48:43.437Z | Downloaded memmap v0.7.0 |
| 307 | 2026-06-20T22:48:43.437Z | Downloaded zmij v1.0.21 |
| 308 | 2026-06-20T22:48:43.440Z | Downloaded idna_adapter v1.2.1 |
| 309 | 2026-06-20T22:48:43.440Z | Downloaded toml v0.8.23 |
| 310 | 2026-06-20T22:48:43.444Z | Downloaded yoke v0.8.1 |
| 311 | 2026-06-20T22:48:43.448Z | Downloaded zerocopy-derive v0.7.35 |
| 312 | 2026-06-20T22:48:43.451Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-06-20T22:48:43.451Z | Downloaded dof v0.3.0 |
| 314 | 2026-06-20T22:48:43.451Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-06-20T22:48:43.454Z | Downloaded displaydoc v0.2.5 |
| 316 | 2026-06-20T22:48:43.454Z | Downloaded anstyle-query v1.1.5 |
| 317 | 2026-06-20T22:48:43.460Z | Downloaded generic-array v0.14.7 |
| 318 | 2026-06-20T22:48:43.462Z | Downloaded potential_utf v0.1.4 |
| 319 | 2026-06-20T22:48:43.465Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-06-20T22:48:43.467Z | Downloaded equivalent v1.0.2 |
| 321 | 2026-06-20T22:48:43.467Z | Downloaded ucd-trie v0.1.7 |
| 322 | 2026-06-20T22:48:43.470Z | Downloaded smawk v0.3.2 |
| 323 | 2026-06-20T22:48:43.470Z | Downloaded zerotrie v0.2.3 |
| 324 | 2026-06-20T22:48:43.473Z | Downloaded heck v0.4.1 |
| 325 | 2026-06-20T22:48:43.473Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-06-20T22:48:43.473Z | Downloaded typenum v1.19.0 |
| 327 | 2026-06-20T22:48:43.475Z | Downloaded plain v0.2.3 |
| 328 | 2026-06-20T22:48:43.478Z | Downloaded synstructure v0.13.2 |
| 329 | 2026-06-20T22:48:43.481Z | Downloaded sha2 v0.10.9 |
| 330 | 2026-06-20T22:48:43.481Z | Downloaded tabled v0.15.0 |
| 331 | 2026-06-20T22:48:43.488Z | Downloaded url v2.5.8 |
| 332 | 2026-06-20T22:48:43.492Z | Downloaded fnv v1.0.7 |
| 333 | 2026-06-20T22:48:43.492Z | Downloaded toml_edit v0.22.27 |
| 334 | 2026-06-20T22:48:43.495Z | Downloaded block-buffer v0.10.4 |
| 335 | 2026-06-20T22:48:43.495Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-06-20T22:48:43.495Z | Downloaded pretty-hex v0.4.1 |
| 337 | 2026-06-20T22:48:43.495Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-06-20T22:48:43.499Z | Downloaded strsim v0.11.1 |
| 339 | 2026-06-20T22:48:43.499Z | Downloaded swrite v0.1.0 |
| 340 | 2026-06-20T22:48:43.502Z | Downloaded proc-macro-error-attr v1.0.4 |
| 341 | 2026-06-20T22:48:43.502Z | Downloaded zerovec v0.11.5 |
| 342 | 2026-06-20T22:48:43.505Z | Downloaded anstyle-parse v1.0.0 |
| 343 | 2026-06-20T22:48:43.509Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-06-20T22:48:43.509Z | Downloaded anstyle v1.0.14 |
| 345 | 2026-06-20T22:48:43.512Z | Downloaded zerocopy v0.7.35 |
| 346 | 2026-06-20T22:48:43.519Z | Downloaded semver v1.0.28 |
| 347 | 2026-06-20T22:48:43.521Z | Downloaded winnow v0.7.14 |
| 348 | 2026-06-20T22:48:43.524Z | Downloaded tabled_derive v0.7.0 |
| 349 | 2026-06-20T22:48:43.527Z | Downloaded quote v1.0.45 |
| 350 | 2026-06-20T22:48:43.527Z | Downloaded serde-untagged v0.1.9 |
| 351 | 2026-06-20T22:48:43.527Z | Downloaded unicode-width v0.1.14 |
| 352 | 2026-06-20T22:48:43.529Z | Downloaded unicode-width v0.2.0 |
| 353 | 2026-06-20T22:48:43.532Z | Downloaded bitflags v2.11.0 |
| 354 | 2026-06-20T22:48:43.535Z | Downloaded anyhow v1.0.102 |
| 355 | 2026-06-20T22:48:43.539Z | Downloaded autocfg v1.5.0 |
| 356 | 2026-06-20T22:48:43.539Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-06-20T22:48:43.543Z | Downloaded bytecount v0.6.9 |
| 358 | 2026-06-20T22:48:43.546Z | Downloaded scroll v0.12.0 |
| 359 | 2026-06-20T22:48:43.546Z | Downloaded ordered-float v2.10.1 |
| 360 | 2026-06-20T22:48:43.546Z | Downloaded camino-tempfile v1.4.1 |
| 361 | 2026-06-20T22:48:43.549Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-06-20T22:48:43.552Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-06-20T22:48:43.560Z | Downloaded smallvec v1.15.1 |
| 364 | 2026-06-20T22:48:43.562Z | Downloaded proc-macro-error v1.0.4 |
| 365 | 2026-06-20T22:48:43.565Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-06-20T22:48:43.565Z | Downloaded pest_derive v2.8.6 |
| 367 | 2026-06-20T22:48:43.565Z | Downloaded clap v4.6.1 |
| 368 | 2026-06-20T22:48:43.569Z | Downloaded serde_core v1.0.228 |
| 369 | 2026-06-20T22:48:43.573Z | Downloaded indexmap v2.14.0 |
| 370 | 2026-06-20T22:48:43.576Z | Downloaded serde v1.0.228 |
| 371 | 2026-06-20T22:48:43.576Z | Downloaded cargo_metadata v0.21.0 |
| 372 | 2026-06-20T22:48:43.579Z | Downloaded litemap v0.8.1 |
| 373 | 2026-06-20T22:48:43.579Z | Downloaded camino v1.2.2 |
| 374 | 2026-06-20T22:48:43.579Z | Downloaded tempfile v3.25.0 |
| 375 | 2026-06-20T22:48:43.582Z | Downloaded num-traits v0.2.19 |
| 376 | 2026-06-20T22:48:43.590Z | Downloaded log v0.4.29 |
| 377 | 2026-06-20T22:48:43.593Z | Downloaded icu_properties v2.1.2 |
| 378 | 2026-06-20T22:48:43.596Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-06-20T22:48:43.604Z | Downloaded getrandom v0.4.1 |
| 380 | 2026-06-20T22:48:43.606Z | Downloaded proc-macro2 v1.0.106 |
| 381 | 2026-06-20T22:48:43.609Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-06-20T22:48:43.611Z | Downloaded icu_provider v2.1.1 |
| 383 | 2026-06-20T22:48:43.622Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-06-20T22:48:43.625Z | Downloaded icu_normalizer_data v2.1.1 |
| 385 | 2026-06-20T22:48:43.631Z | Downloaded memchr v2.8.0 |
| 386 | 2026-06-20T22:48:43.634Z | Downloaded pest_meta v2.8.6 |
| 387 | 2026-06-20T22:48:43.636Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-06-20T22:48:43.641Z | Downloaded icu_locale_core v2.1.1 |
| 389 | 2026-06-20T22:48:43.651Z | Downloaded idna v1.1.0 |
| 390 | 2026-06-20T22:48:43.654Z | Downloaded goblin v0.8.2 |
| 391 | 2026-06-20T22:48:43.667Z | Downloaded pest v2.8.6 |
| 392 | 2026-06-20T22:48:43.678Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-06-20T22:48:43.681Z | Downloaded serde_json v1.0.149 |
| 394 | 2026-06-20T22:48:43.684Z | Downloaded clap_builder v4.6.0 |
| 395 | 2026-06-20T22:48:43.688Z | Downloaded icu_properties_data v2.1.2 |
| 396 | 2026-06-20T22:48:43.712Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-20T22:48:43.727Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-20T22:48:43.755Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-20T22:48:43.820Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-20T22:48:43.820Z | Compiling quote v1.0.45 |
| 401 | 2026-06-20T22:48:43.823Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-20T22:48:43.823Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-20T22:48:43.823Z | Compiling libc v0.2.185 |
| 404 | 2026-06-20T22:48:43.823Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-20T22:48:43.823Z | Compiling memchr v2.8.0 |
| 406 | 2026-06-20T22:48:43.823Z | Compiling serde v1.0.228 |
| 407 | 2026-06-20T22:48:43.823Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-20T22:48:43.823Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-20T22:48:43.823Z | Compiling autocfg v1.5.0 |
| 410 | 2026-06-20T22:48:43.823Z | Compiling itoa v1.0.17 |
| 411 | 2026-06-20T22:48:43.983Z | Compiling thiserror v1.0.69 |
| 412 | 2026-06-20T22:48:43.986Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-06-20T22:48:43.986Z | Compiling litemap v0.8.1 |
| 414 | 2026-06-20T22:48:44.249Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-20T22:48:44.322Z | Compiling byteorder v1.5.0 |
| 416 | 2026-06-20T22:48:44.322Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-06-20T22:48:44.512Z | Compiling rustix v1.1.3 |
| 418 | 2026-06-20T22:48:44.513Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-06-20T22:48:44.609Z | Compiling pest v2.8.6 |
| 420 | 2026-06-20T22:48:44.609Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-20T22:48:44.609Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-20T22:48:44.609Z | Compiling num-traits v0.2.19 |
| 423 | 2026-06-20T22:48:44.822Z | Compiling typeid v1.0.3 |
| 424 | 2026-06-20T22:48:44.952Z | Compiling smallvec v1.15.1 |
| 425 | 2026-06-20T22:48:44.953Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-06-20T22:48:44.953Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-20T22:48:45.023Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-06-20T22:48:45.023Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-20T22:48:45.023Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-06-20T22:48:45.023Z | Compiling errno v0.3.14 |
| 431 | 2026-06-20T22:48:45.023Z | Compiling thread-id v4.2.2 |
| 432 | 2026-06-20T22:48:45.070Z | Compiling winnow v0.7.14 |
| 433 | 2026-06-20T22:48:45.070Z | Compiling syn v1.0.109 |
| 434 | 2026-06-20T22:48:45.111Z | Compiling toml_write v0.1.2 |
| 435 | 2026-06-20T22:48:45.142Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-06-20T22:48:45.172Z | Compiling camino v1.2.2 |
| 437 | 2026-06-20T22:48:45.274Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-06-20T22:48:45.317Z | Compiling indexmap v2.14.0 |
| 439 | 2026-06-20T22:48:45.345Z | Compiling getrandom v0.4.1 |
| 440 | 2026-06-20T22:48:45.361Z | Compiling plain v0.2.3 |
| 441 | 2026-06-20T22:48:45.409Z | Compiling utf8parse v0.2.2 |
| 442 | 2026-06-20T22:48:45.447Z | Compiling thiserror v2.0.18 |
| 443 | 2026-06-20T22:48:45.447Z | Compiling percent-encoding v2.3.2 |
| 444 | 2026-06-20T22:48:45.466Z | Compiling log v0.4.29 |
| 445 | 2026-06-20T22:48:45.539Z | Compiling anstyle-parse v1.0.0 |
| 446 | 2026-06-20T22:48:45.639Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-06-20T22:48:45.671Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-06-20T22:48:45.678Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-06-20T22:48:45.700Z | Compiling syn v2.0.117 |
| 450 | 2026-06-20T22:48:45.794Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-06-20T22:48:45.822Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-06-20T22:48:45.843Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-06-20T22:48:45.877Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-20T22:48:45.917Z | Compiling anstyle-query v1.1.5 |
| 455 | 2026-06-20T22:48:45.959Z | Compiling anstyle v1.0.14 |
| 456 | 2026-06-20T22:48:46.015Z | Compiling fs-err v3.3.0 |
| 457 | 2026-06-20T22:48:46.034Z | Compiling clap_lex v1.0.0 |
| 458 | 2026-06-20T22:48:46.072Z | Compiling anyhow v1.0.102 |
| 459 | 2026-06-20T22:48:46.088Z | Compiling strsim v0.11.1 |
| 460 | 2026-06-20T22:48:46.169Z | Compiling anstream v1.0.0 |
| 461 | 2026-06-20T22:48:46.188Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-20T22:48:46.225Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-06-20T22:48:46.242Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-06-20T22:48:46.312Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-06-20T22:48:46.313Z | Compiling once_cell v1.21.3 |
| 466 | 2026-06-20T22:48:46.434Z | Compiling heck v0.4.1 |
| 467 | 2026-06-20T22:48:46.475Z | Compiling heck v0.5.0 |
| 468 | 2026-06-20T22:48:46.514Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-20T22:48:46.572Z | Compiling fastrand v2.3.0 |
| 470 | 2026-06-20T22:48:46.610Z | Compiling clap_builder v4.6.0 |
| 471 | 2026-06-20T22:48:46.712Z | Compiling papergrid v0.11.0 |
| 472 | 2026-06-20T22:48:46.716Z | Compiling memmap v0.7.0 |
| 473 | 2026-06-20T22:48:46.716Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-06-20T22:48:46.763Z | Compiling semver v1.0.28 |
| 475 | 2026-06-20T22:48:46.847Z | Compiling tempfile v3.25.0 |
| 476 | 2026-06-20T22:48:46.863Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-06-20T22:48:46.893Z | Compiling smawk v0.3.2 |
| 478 | 2026-06-20T22:48:47.121Z | Compiling textwrap v0.16.2 |
| 479 | 2026-06-20T22:48:47.146Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-06-20T22:48:47.210Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-06-20T22:48:47.257Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-20T22:48:47.272Z | Compiling swrite v0.1.0 |
| 483 | 2026-06-20T22:48:47.639Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-20T22:48:48.328Z | Compiling tabled v0.15.0 |
| 485 | 2026-06-20T22:48:48.380Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-20T22:48:48.381Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-20T22:48:48.915Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-20T22:48:48.915Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-20T22:48:48.915Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-20T22:48:48.918Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-20T22:48:48.918Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-20T22:48:48.918Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-20T22:48:48.918Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-20T22:48:48.918Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-06-20T22:48:48.918Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-20T22:48:48.918Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-06-20T22:48:48.918Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-20T22:48:49.633Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-06-20T22:48:49.689Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-20T22:48:49.919Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-20T22:48:50.014Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-20T22:48:50.115Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-20T22:48:50.144Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-20T22:48:50.261Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-20T22:48:50.261Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-20T22:48:50.315Z | Compiling clap v4.6.1 |
| 507 | 2026-06-20T22:48:50.688Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-20T22:48:50.688Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-20T22:48:50.802Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-20T22:48:50.853Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-20T22:48:51.419Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-20T22:48:51.434Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-06-20T22:48:51.437Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-06-20T22:48:51.437Z | Compiling serde-value v0.7.0 |
| 515 | 2026-06-20T22:48:51.437Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-06-20T22:48:51.438Z | Compiling macaddr v1.0.1 |
| 517 | 2026-06-20T22:48:51.452Z | Compiling dof v0.3.0 |
| 518 | 2026-06-20T22:48:51.455Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-06-20T22:48:51.626Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-06-20T22:48:51.647Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-06-20T22:48:51.647Z | Compiling icu_normalizer v2.1.1 |
| 522 | 2026-06-20T22:48:52.170Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-06-20T22:48:52.170Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-20T22:48:52.470Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-20T22:48:52.577Z | Compiling idna v1.1.0 |
| 526 | 2026-06-20T22:48:52.773Z | Compiling usdt v0.5.0 |
| 527 | 2026-06-20T22:48:52.840Z | Compiling url v2.5.8 |
| 528 | 2026-06-20T22:48:52.915Z | Compiling toml v0.8.23 |
| 529 | 2026-06-20T22:48:53.242Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-06-20T22:48:53.259Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-20T22:48:54.031Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-20T22:48:54.955Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-20T22:48:57.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.62s |
| 534 | 2026-06-20T22:48:57.279Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-20T22:48:57.756Z | Downloading crates ... |
| 536 | 2026-06-20T22:48:57.851Z | Downloaded adler2 v2.0.1 |
| 537 | 2026-06-20T22:48:57.854Z | Downloaded anstyle-parse v0.2.7 |
| 538 | 2026-06-20T22:48:57.857Z | Downloaded ar_archive_writer v0.5.1 |
| 539 | 2026-06-20T22:48:57.865Z | Downloaded blowfish v0.9.1 |
| 540 | 2026-06-20T22:48:57.870Z | Downloaded dtrace-parser v0.3.0 |
| 541 | 2026-06-20T22:48:57.873Z | Downloaded cobs v0.3.0 |
| 542 | 2026-06-20T22:48:57.873Z | Downloaded backoff v0.4.0 |
| 543 | 2026-06-20T22:48:57.875Z | Downloaded bit-set v0.8.0 |
| 544 | 2026-06-20T22:48:57.875Z | Downloaded async-bb8-diesel v0.2.1 |
| 545 | 2026-06-20T22:48:57.878Z | Downloaded atomicwrites v0.4.4 |
| 546 | 2026-06-20T22:48:57.878Z | Downloaded arrayref v0.3.9 |
| 547 | 2026-06-20T22:48:57.878Z | Downloaded crc-any v2.5.0 |
| 548 | 2026-06-20T22:48:57.881Z | Downloaded assert_matches v1.5.0 |
| 549 | 2026-06-20T22:48:57.881Z | Downloaded blake2 v0.10.6 |
| 550 | 2026-06-20T22:48:57.888Z | Downloaded camino-tempfile-ext v0.3.3 |
| 551 | 2026-06-20T22:48:57.893Z | Downloaded bitfield-macros v0.19.4 |
| 552 | 2026-06-20T22:48:57.893Z | Downloaded array-init v0.0.4 |
| 553 | 2026-06-20T22:48:57.893Z | Downloaded ahash v0.8.12 |
| 554 | 2026-06-20T22:48:57.898Z | Downloaded atomic-waker v1.1.2 |
| 555 | 2026-06-20T22:48:57.900Z | Downloaded bitfield v0.19.4 |
| 556 | 2026-06-20T22:48:57.900Z | Downloaded base16ct v0.2.0 |
| 557 | 2026-06-20T22:48:57.900Z | Downloaded async-stream-impl v0.3.6 |
| 558 | 2026-06-20T22:48:57.900Z | Downloaded async-stream v0.3.6 |
| 559 | 2026-06-20T22:48:57.900Z | Downloaded ascii-canvas v3.0.0 |
| 560 | 2026-06-20T22:48:57.901Z | Downloaded embedded-io v0.6.1 |
| 561 | 2026-06-20T22:48:57.905Z | Downloaded derive-where v1.6.0 |
| 562 | 2026-06-20T22:48:57.908Z | Downloaded ciborium-ll v0.2.2 |
| 563 | 2026-06-20T22:48:57.908Z | Downloaded atty v0.2.14 |
| 564 | 2026-06-20T22:48:57.911Z | Downloaded anstream v0.6.21 |
| 565 | 2026-06-20T22:48:57.913Z | Downloaded bitfield-struct v0.6.2 |
| 566 | 2026-06-20T22:48:57.913Z | Downloaded downcast-rs v2.0.2 |
| 567 | 2026-06-20T22:48:57.916Z | Downloaded darling_macro v0.20.11 |
| 568 | 2026-06-20T22:48:57.916Z | Downloaded arrayvec v0.7.6 |
| 569 | 2026-06-20T22:48:57.919Z | Downloaded crossbeam-utils v0.8.21 |
| 570 | 2026-06-20T22:48:57.921Z | Downloaded defmt-macros v1.0.1 |
| 571 | 2026-06-20T22:48:57.921Z | Downloaded crossbeam-deque v0.8.6 |
| 572 | 2026-06-20T22:48:57.924Z | Downloaded crc8 v0.1.1 |
| 573 | 2026-06-20T22:48:57.927Z | Downloaded ena v0.14.4 |
| 574 | 2026-06-20T22:48:57.927Z | Downloaded cpufeatures v0.3.0 |
| 575 | 2026-06-20T22:48:57.929Z | Downloaded derive_more-impl v2.1.1 |
| 576 | 2026-06-20T22:48:57.932Z | Downloaded derive_more v0.99.20 |
| 577 | 2026-06-20T22:48:57.934Z | Downloaded cfg_aliases v0.1.1 |
| 578 | 2026-06-20T22:48:57.934Z | Downloaded difflib v0.4.0 |
| 579 | 2026-06-20T22:48:57.937Z | Downloaded cargo-platform v0.3.2 |
| 580 | 2026-06-20T22:48:57.937Z | Downloaded dirs-sys-next v0.1.2 |
| 581 | 2026-06-20T22:48:57.937Z | Downloaded darling_macro v0.23.0 |
| 582 | 2026-06-20T22:48:57.940Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 583 | 2026-06-20T22:48:57.940Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-06-20T22:48:57.940Z | Downloaded bit-set v0.5.3 |
| 585 | 2026-06-20T22:48:57.940Z | Downloaded cfg_aliases v0.2.1 |
| 586 | 2026-06-20T22:48:57.943Z | Downloaded argon2 v0.5.3 |
| 587 | 2026-06-20T22:48:57.943Z | Downloaded dyn-clone v1.0.20 |
| 588 | 2026-06-20T22:48:57.948Z | Downloaded dirs-next v2.0.0 |
| 589 | 2026-06-20T22:48:57.948Z | Downloaded crc-catalog v2.4.0 |
| 590 | 2026-06-20T22:48:57.948Z | Downloaded cookie_store v0.22.1 |
| 591 | 2026-06-20T22:48:57.951Z | Downloaded cassowary v0.3.0 |
| 592 | 2026-06-20T22:48:57.951Z | Downloaded byte-wrapper v0.1.0 |
| 593 | 2026-06-20T22:48:57.951Z | Downloaded arc-swap v1.8.2 |
| 594 | 2026-06-20T22:48:57.955Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-06-20T22:48:57.958Z | Downloaded defmt v0.3.100 |
| 596 | 2026-06-20T22:48:57.962Z | Downloaded async-recursion v1.1.1 |
| 597 | 2026-06-20T22:48:57.964Z | Downloaded either v1.15.0 |
| 598 | 2026-06-20T22:48:57.967Z | Downloaded aead v0.5.2 |
| 599 | 2026-06-20T22:48:57.967Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-06-20T22:48:57.967Z | Downloaded dsl_auto_type v0.2.0 |
| 601 | 2026-06-20T22:48:57.967Z | Downloaded darling_core v0.23.0 |
| 602 | 2026-06-20T22:48:57.970Z | Downloaded daft-derive v0.1.7 |
| 603 | 2026-06-20T22:48:57.973Z | Downloaded foreign-types-macros v0.2.3 |
| 604 | 2026-06-20T22:48:57.976Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 605 | 2026-06-20T22:48:57.976Z | Downloaded darling_macro v0.13.4 |
| 606 | 2026-06-20T22:48:57.976Z | Downloaded crucible-workspace-hack v0.1.0 |
| 607 | 2026-06-20T22:48:57.976Z | Downloaded float-ord v0.3.2 |
| 608 | 2026-06-20T22:48:57.979Z | Downloaded enum-as-inner v0.6.1 |
| 609 | 2026-06-20T22:48:57.979Z | Downloaded foreign-types v0.3.2 |
| 610 | 2026-06-20T22:48:57.979Z | Downloaded block-padding v0.3.3 |
| 611 | 2026-06-20T22:48:57.982Z | Downloaded compression-core v0.4.31 |
| 612 | 2026-06-20T22:48:57.985Z | Downloaded ciborium-io v0.2.2 |
| 613 | 2026-06-20T22:48:57.985Z | Downloaded der_derive v0.7.3 |
| 614 | 2026-06-20T22:48:57.985Z | Downloaded daft v0.1.7 |
| 615 | 2026-06-20T22:48:57.988Z | Downloaded csv-core v0.1.13 |
| 616 | 2026-06-20T22:48:57.988Z | Downloaded defmt v1.0.1 |
| 617 | 2026-06-20T22:48:57.993Z | Downloaded funty v2.0.0 |
| 618 | 2026-06-20T22:48:57.993Z | Downloaded convert_case v0.4.0 |
| 619 | 2026-06-20T22:48:57.993Z | Downloaded futures-core v0.3.32 |
| 620 | 2026-06-20T22:48:57.997Z | Downloaded crc v3.4.0 |
| 621 | 2026-06-20T22:48:57.997Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 622 | 2026-06-20T22:48:58.000Z | Downloaded flagset v0.4.7 |
| 623 | 2026-06-20T22:48:58.000Z | Downloaded display-error-chain v0.2.2 |
| 624 | 2026-06-20T22:48:58.000Z | Downloaded compression-codecs v0.4.37 |
| 625 | 2026-06-20T22:48:58.009Z | Downloaded document-features v0.2.12 |
| 626 | 2026-06-20T22:48:58.009Z | Downloaded buf-list v1.1.2 |
| 627 | 2026-06-20T22:48:58.009Z | Downloaded crunchy v0.2.4 |
| 628 | 2026-06-20T22:48:58.009Z | Downloaded foreign-types-shared v0.1.1 |
| 629 | 2026-06-20T22:48:58.009Z | Downloaded futures-sink v0.3.32 |
| 630 | 2026-06-20T22:48:58.009Z | Downloaded backon v1.6.0 |
| 631 | 2026-06-20T22:48:58.014Z | Downloaded fixedbitset v0.4.2 |
| 632 | 2026-06-20T22:48:58.014Z | Downloaded futures-macro v0.3.32 |
| 633 | 2026-06-20T22:48:58.014Z | Downloaded futures-io v0.3.32 |
| 634 | 2026-06-20T22:48:58.014Z | Downloaded dunce v1.0.5 |
| 635 | 2026-06-20T22:48:58.014Z | Downloaded foldhash v0.2.0 |
| 636 | 2026-06-20T22:48:58.014Z | Downloaded derive_builder_macro v0.20.2 |
| 637 | 2026-06-20T22:48:58.014Z | Downloaded fxhash v0.2.1 |
| 638 | 2026-06-20T22:48:58.018Z | Downloaded foreign-types-shared v0.3.1 |
| 639 | 2026-06-20T22:48:58.018Z | Downloaded colored v2.2.0 |
| 640 | 2026-06-20T22:48:58.018Z | Downloaded foreign-types v0.5.0 |
| 641 | 2026-06-20T22:48:58.019Z | Downloaded debug-ignore v1.0.5 |
| 642 | 2026-06-20T22:48:58.019Z | Downloaded fd-lock v4.0.4 |
| 643 | 2026-06-20T22:48:58.022Z | Downloaded dof v0.4.0 |
| 644 | 2026-06-20T22:48:58.022Z | Downloaded gethostname v0.5.0 |
| 645 | 2026-06-20T22:48:58.022Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-06-20T22:48:58.022Z | Downloaded env_filter v1.0.0 |
| 647 | 2026-06-20T22:48:58.024Z | Downloaded ghash v0.5.1 |
| 648 | 2026-06-20T22:48:58.025Z | Downloaded endian-type v0.1.2 |
| 649 | 2026-06-20T22:48:58.025Z | Downloaded defmt-parser v1.0.0 |
| 650 | 2026-06-20T22:48:58.025Z | Downloaded futures-task v0.3.32 |
| 651 | 2026-06-20T22:48:58.027Z | Downloaded cmake v0.1.57 |
| 652 | 2026-06-20T22:48:58.027Z | Downloaded hex v0.4.3 |
| 653 | 2026-06-20T22:48:58.027Z | Downloaded convert_case v0.10.0 |
| 654 | 2026-06-20T22:48:58.030Z | Downloaded hash32 v0.3.1 |
| 655 | 2026-06-20T22:48:58.033Z | Downloaded chacha20 v0.9.1 |
| 656 | 2026-06-20T22:48:58.036Z | Downloaded castaway v0.2.4 |
| 657 | 2026-06-20T22:48:58.036Z | Downloaded diesel-dtrace v0.5.0 |
| 658 | 2026-06-20T22:48:58.036Z | Downloaded critical-section v1.2.0 |
| 659 | 2026-06-20T22:48:58.039Z | Downloaded cargo_metadata v0.23.1 |
| 660 | 2026-06-20T22:48:58.039Z | Downloaded des v0.8.1 |
| 661 | 2026-06-20T22:48:58.039Z | Downloaded darling_macro v0.21.3 |
| 662 | 2026-06-20T22:48:58.044Z | Downloaded bitflags v1.3.2 |
| 663 | 2026-06-20T22:48:58.044Z | Downloaded const_format_proc_macros v0.2.34 |
| 664 | 2026-06-20T22:48:58.050Z | Downloaded async-trait v0.1.89 |
| 665 | 2026-06-20T22:48:58.050Z | Downloaded embedded-io v0.4.0 |
| 666 | 2026-06-20T22:48:58.050Z | Downloaded cexpr v0.6.0 |
| 667 | 2026-06-20T22:48:58.055Z | Downloaded cbc v0.1.2 |
| 668 | 2026-06-20T22:48:58.055Z | Downloaded constant_time_eq v0.4.2 |
| 669 | 2026-06-20T22:48:58.055Z | Downloaded bit-vec v0.6.3 |
| 670 | 2026-06-20T22:48:58.055Z | Downloaded darling v0.13.4 |
| 671 | 2026-06-20T22:48:58.055Z | Downloaded bit-vec v0.8.0 |
| 672 | 2026-06-20T22:48:58.059Z | Downloaded globwalk v0.9.1 |
| 673 | 2026-06-20T22:48:58.059Z | Downloaded foldhash v0.1.5 |
| 674 | 2026-06-20T22:48:58.063Z | Downloaded hash32 v0.2.1 |
| 675 | 2026-06-20T22:48:58.064Z | Downloaded hostname v0.3.1 |
| 676 | 2026-06-20T22:48:58.064Z | Downloaded cancel-safe-futures v0.1.5 |
| 677 | 2026-06-20T22:48:58.066Z | Downloaded corncobs v0.1.4 |
| 678 | 2026-06-20T22:48:58.066Z | Downloaded console v0.16.2 |
| 679 | 2026-06-20T22:48:58.066Z | Downloaded chacha20 v0.10.0 |
| 680 | 2026-06-20T22:48:58.069Z | Downloaded bzip2 v0.4.4 |
| 681 | 2026-06-20T22:48:58.069Z | Downloaded fs_extra v1.3.0 |
| 682 | 2026-06-20T22:48:58.069Z | Downloaded home v0.5.12 |
| 683 | 2026-06-20T22:48:58.072Z | Downloaded http-body v1.0.1 |
| 684 | 2026-06-20T22:48:58.072Z | Downloaded hex-literal v0.4.1 |
| 685 | 2026-06-20T22:48:58.072Z | Downloaded headers-core v0.3.0 |
| 686 | 2026-06-20T22:48:58.072Z | Downloaded bzip2 v0.6.1 |
| 687 | 2026-06-20T22:48:58.075Z | Downloaded fs-err v2.11.0 |
| 688 | 2026-06-20T22:48:58.075Z | Downloaded derive_builder_core v0.20.2 |
| 689 | 2026-06-20T22:48:58.078Z | Downloaded clang-sys v1.8.1 |
| 690 | 2026-06-20T22:48:58.078Z | Downloaded derive_more v2.1.1 |
| 691 | 2026-06-20T22:48:58.084Z | Downloaded futures-executor v0.3.32 |
| 692 | 2026-06-20T22:48:58.087Z | Downloaded group v0.13.0 |
| 693 | 2026-06-20T22:48:58.087Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 694 | 2026-06-20T22:48:58.090Z | Downloaded glob v0.3.3 |
| 695 | 2026-06-20T22:48:58.090Z | Downloaded fixedbitset v0.5.7 |
| 696 | 2026-06-20T22:48:58.090Z | Downloaded globset v0.4.18 |
| 697 | 2026-06-20T22:48:58.093Z | Downloaded indoc v1.0.9 |
| 698 | 2026-06-20T22:48:58.093Z | Downloaded ident_case v1.0.1 |
| 699 | 2026-06-20T22:48:58.093Z | Downloaded http-range v0.1.5 |
| 700 | 2026-06-20T22:48:58.097Z | Downloaded ff v0.13.1 |
| 701 | 2026-06-20T22:48:58.097Z | Downloaded fallible-iterator v0.2.0 |
| 702 | 2026-06-20T22:48:58.097Z | Downloaded inout v0.1.4 |
| 703 | 2026-06-20T22:48:58.100Z | Downloaded env_logger v0.11.9 |
| 704 | 2026-06-20T22:48:58.100Z | Downloaded ciborium v0.2.2 |
| 705 | 2026-06-20T22:48:58.100Z | Downloaded data-encoding v2.10.0 |
| 706 | 2026-06-20T22:48:58.103Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-06-20T22:48:58.103Z | Downloaded ecdsa v0.16.9 |
| 708 | 2026-06-20T22:48:58.103Z | Downloaded const-oid v0.9.6 |
| 709 | 2026-06-20T22:48:58.107Z | Downloaded diff v0.1.13 |
| 710 | 2026-06-20T22:48:58.107Z | Downloaded cookie v0.18.1 |
| 711 | 2026-06-20T22:48:58.110Z | Downloaded cipher v0.4.4 |
| 712 | 2026-06-20T22:48:58.110Z | Downloaded base64ct v1.8.3 |
| 713 | 2026-06-20T22:48:58.110Z | Downloaded indent_write v2.2.0 |
| 714 | 2026-06-20T22:48:58.114Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 715 | 2026-06-20T22:48:58.114Z | Downloaded hyper-tls v0.6.0 |
| 716 | 2026-06-20T22:48:58.114Z | Downloaded console v0.15.11 |
| 717 | 2026-06-20T22:48:58.116Z | Downloaded derive_builder v0.20.2 |
| 718 | 2026-06-20T22:48:58.119Z | Downloaded colored v3.1.1 |
| 719 | 2026-06-20T22:48:58.120Z | Downloaded deranged v0.5.8 |
| 720 | 2026-06-20T22:48:58.122Z | Downloaded bcs v0.1.6 |
| 721 | 2026-06-20T22:48:58.122Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-06-20T22:48:58.123Z | Downloaded darling v0.23.0 |
| 723 | 2026-06-20T22:48:58.125Z | Downloaded crc32fast v1.5.0 |
| 724 | 2026-06-20T22:48:58.129Z | Downloaded highway v1.3.0 |
| 725 | 2026-06-20T22:48:58.129Z | Downloaded is-terminal v0.4.17 |
| 726 | 2026-06-20T22:48:58.129Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-06-20T22:48:58.133Z | Downloaded hubpack_derive v0.1.1 |
| 728 | 2026-06-20T22:48:58.133Z | Downloaded hubpack v0.1.2 |
| 729 | 2026-06-20T22:48:58.133Z | Downloaded crossbeam-epoch v0.9.18 |
| 730 | 2026-06-20T22:48:58.133Z | Downloaded keccak v0.1.6 |
| 731 | 2026-06-20T22:48:58.136Z | Downloaded git-stub-vcs v0.1.0 |
| 732 | 2026-06-20T22:48:58.137Z | Downloaded illumos-nvpair v0.3.0 |
| 733 | 2026-06-20T22:48:58.137Z | Downloaded bumpalo v3.20.2 |
| 734 | 2026-06-20T22:48:58.137Z | Downloaded http-body-util v0.1.3 |
| 735 | 2026-06-20T22:48:58.140Z | Downloaded hostname v0.4.2 |
| 736 | 2026-06-20T22:48:58.140Z | Downloaded instant v0.1.13 |
| 737 | 2026-06-20T22:48:58.140Z | Downloaded instability v0.3.11 |
| 738 | 2026-06-20T22:48:58.143Z | Downloaded allocator-api2 v0.2.21 |
| 739 | 2026-06-20T22:48:58.143Z | Downloaded ed25519 v2.2.3 |
| 740 | 2026-06-20T22:48:58.146Z | Downloaded ctr v0.9.2 |
| 741 | 2026-06-20T22:48:58.146Z | Downloaded find-msvc-tools v0.1.9 |
| 742 | 2026-06-20T22:48:58.146Z | Downloaded linked-hash-map v0.5.6 |
| 743 | 2026-06-20T22:48:58.149Z | Downloaded lazy_static v1.5.0 |
| 744 | 2026-06-20T22:48:58.149Z | Downloaded lalrpop-util v0.19.12 |
| 745 | 2026-06-20T22:48:58.149Z | Downloaded drift v0.2.0 |
| 746 | 2026-06-20T22:48:58.184Z | Downloaded filetime v0.2.27 |
| 747 | 2026-06-20T22:48:58.184Z | Downloaded darling v0.21.3 |
| 748 | 2026-06-20T22:48:58.184Z | Downloaded libscf-sys v1.1.0 |
| 749 | 2026-06-20T22:48:58.184Z | Downloaded kstat-rs v0.2.4 |
| 750 | 2026-06-20T22:48:58.184Z | Downloaded indoc v2.0.7 |
| 751 | 2026-06-20T22:48:58.184Z | Downloaded darling v0.20.11 |
| 752 | 2026-06-20T22:48:58.184Z | Downloaded match_cfg v0.1.0 |
| 753 | 2026-06-20T22:48:58.184Z | Downloaded managed v0.8.0 |
| 754 | 2026-06-20T22:48:58.184Z | Downloaded lru-cache v0.1.2 |
| 755 | 2026-06-20T22:48:58.184Z | Downloaded humantime v2.3.0 |
| 756 | 2026-06-20T22:48:58.184Z | Downloaded darling_core v0.13.4 |
| 757 | 2026-06-20T22:48:58.184Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-06-20T22:48:58.184Z | Downloaded md-5 v0.10.6 |
| 759 | 2026-06-20T22:48:58.184Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-06-20T22:48:58.184Z | Downloaded maplit v1.0.2 |
| 761 | 2026-06-20T22:48:58.184Z | Downloaded lzss v0.8.2 |
| 762 | 2026-06-20T22:48:58.184Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-06-20T22:48:58.184Z | Downloaded lru v0.12.5 |
| 764 | 2026-06-20T22:48:58.184Z | Downloaded derive-ex v0.1.8 |
| 765 | 2026-06-20T22:48:58.184Z | Downloaded ingot-types v0.1.2 |
| 766 | 2026-06-20T22:48:58.184Z | Downloaded md5 v0.7.0 |
| 767 | 2026-06-20T22:48:58.190Z | Downloaded hyper-staticfile v0.10.1 |
| 768 | 2026-06-20T22:48:58.190Z | Downloaded crossbeam-channel v0.5.15 |
| 769 | 2026-06-20T22:48:58.190Z | Downloaded mime v0.3.17 |
| 770 | 2026-06-20T22:48:58.190Z | Downloaded fatfs v0.3.6 |
| 771 | 2026-06-20T22:48:58.190Z | Downloaded elliptic-curve v0.13.8 |
| 772 | 2026-06-20T22:48:58.193Z | Downloaded bytes v1.11.1 |
| 773 | 2026-06-20T22:48:58.193Z | Downloaded half v1.8.3 |
| 774 | 2026-06-20T22:48:58.194Z | Downloaded futures-channel v0.3.32 |
| 775 | 2026-06-20T22:48:58.197Z | Downloaded hmac v0.12.1 |
| 776 | 2026-06-20T22:48:58.200Z | Downloaded ingot v0.1.1 |
| 777 | 2026-06-20T22:48:58.200Z | Downloaded ipnet v2.11.0 |
| 778 | 2026-06-20T22:48:58.204Z | Downloaded newline-converter v0.3.0 |
| 779 | 2026-06-20T22:48:58.204Z | Downloaded httparse v1.10.1 |
| 780 | 2026-06-20T22:48:58.208Z | Downloaded flume v0.11.1 |
| 781 | 2026-06-20T22:48:58.208Z | Downloaded newtype_derive v0.1.6 |
| 782 | 2026-06-20T22:48:58.211Z | Downloaded num-derive v0.3.3 |
| 783 | 2026-06-20T22:48:58.211Z | Downloaded libefi-sys v0.1.0 |
| 784 | 2026-06-20T22:48:58.211Z | Downloaded newtype-uuid-macros v0.1.0 |
| 785 | 2026-06-20T22:48:58.211Z | Downloaded libsw-core v0.3.2 |
| 786 | 2026-06-20T22:48:58.215Z | Downloaded num-conv v0.2.0 |
| 787 | 2026-06-20T22:48:58.215Z | Downloaded new_debug_unreachable v1.0.6 |
| 788 | 2026-06-20T22:48:58.215Z | Downloaded multimap v0.10.1 |
| 789 | 2026-06-20T22:48:58.218Z | Downloaded dropshot_endpoint v0.17.0 |
| 790 | 2026-06-20T22:48:58.218Z | Downloaded nodrop v0.1.14 |
| 791 | 2026-06-20T22:48:58.218Z | Downloaded nibble_vec v0.1.0 |
| 792 | 2026-06-20T22:48:58.221Z | Downloaded num v0.4.3 |
| 793 | 2026-06-20T22:48:58.221Z | Downloaded nonempty v0.12.0 |
| 794 | 2026-06-20T22:48:58.224Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-06-20T22:48:58.224Z | Downloaded normalize-line-endings v0.3.0 |
| 796 | 2026-06-20T22:48:58.224Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-06-20T22:48:58.227Z | Downloaded lock_api v0.4.14 |
| 798 | 2026-06-20T22:48:58.227Z | Downloaded getrandom v0.3.4 |
| 799 | 2026-06-20T22:48:58.227Z | Downloaded hyper-rustls v0.27.7 |
| 800 | 2026-06-20T22:48:58.232Z | Downloaded num_threads v0.1.7 |
| 801 | 2026-06-20T22:48:58.232Z | Downloaded num-derive v0.4.2 |
| 802 | 2026-06-20T22:48:58.236Z | Downloaded getrandom v0.2.17 |
| 803 | 2026-06-20T22:48:58.236Z | Downloaded libsw v3.5.0 |
| 804 | 2026-06-20T22:48:58.236Z | Downloaded darling_core v0.20.11 |
| 805 | 2026-06-20T22:48:58.240Z | Downloaded openssl-probe v0.1.6 |
| 806 | 2026-06-20T22:48:58.240Z | Downloaded olpc-cjson v0.1.4 |
| 807 | 2026-06-20T22:48:58.240Z | Downloaded linear-map v1.2.0 |
| 808 | 2026-06-20T22:48:58.246Z | Downloaded erased-serde v0.3.31 |
| 809 | 2026-06-20T22:48:58.246Z | Downloaded num_enum_derive v0.5.11 |
| 810 | 2026-06-20T22:48:58.246Z | Downloaded openssl-probe v0.2.1 |
| 811 | 2026-06-20T22:48:58.251Z | Downloaded mime_guess v2.0.5 |
| 812 | 2026-06-20T22:48:58.251Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-06-20T22:48:58.254Z | Downloaded chacha20poly1305 v0.10.1 |
| 814 | 2026-06-20T22:48:58.256Z | Downloaded peg-runtime v0.8.5 |
| 815 | 2026-06-20T22:48:58.256Z | Downloaded pbkdf2 v0.11.0 |
| 816 | 2026-06-20T22:48:58.259Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-06-20T22:48:58.262Z | Downloaded ingot-macros v0.1.1 |
| 818 | 2026-06-20T22:48:58.262Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 819 | 2026-06-20T22:48:58.265Z | Downloaded openssl-macros v0.1.1 |
| 820 | 2026-06-20T22:48:58.265Z | Downloaded half v2.7.1 |
| 821 | 2026-06-20T22:48:58.268Z | Downloaded base64 v0.21.7 |
| 822 | 2026-06-20T22:48:58.270Z | Downloaded compact_str v0.8.1 |
| 823 | 2026-06-20T22:48:58.273Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-06-20T22:48:58.279Z | Downloaded parse-display v0.10.0 |
| 825 | 2026-06-20T22:48:58.283Z | Downloaded jobserver v0.1.34 |
| 826 | 2026-06-20T22:48:58.286Z | Downloaded ipnetwork v0.21.1 |
| 827 | 2026-06-20T22:48:58.288Z | Downloaded multer v3.1.0 |
| 828 | 2026-06-20T22:48:58.294Z | Downloaded num_enum_derive v0.7.6 |
| 829 | 2026-06-20T22:48:58.294Z | Downloaded num_enum v0.5.11 |
| 830 | 2026-06-20T22:48:58.298Z | Downloaded parse-size v1.1.0 |
| 831 | 2026-06-20T22:48:58.298Z | Downloaded darling_core v0.21.3 |
| 832 | 2026-06-20T22:48:58.298Z | Downloaded pbkdf2 v0.12.2 |
| 833 | 2026-06-20T22:48:58.303Z | Downloaded nu-ansi-term v0.50.3 |
| 834 | 2026-06-20T22:48:58.303Z | Downloaded native-tls v0.2.18 |
| 835 | 2026-06-20T22:48:58.303Z | Downloaded nanorand v0.7.0 |
| 836 | 2026-06-20T22:48:58.306Z | Downloaded phf_shared v0.13.1 |
| 837 | 2026-06-20T22:48:58.306Z | Downloaded indexmap v1.9.3 |
| 838 | 2026-06-20T22:48:58.306Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-06-20T22:48:58.306Z | Downloaded num-integer v0.1.46 |
| 840 | 2026-06-20T22:48:58.310Z | Downloaded memmap2 v0.9.10 |
| 841 | 2026-06-20T22:48:58.310Z | Downloaded litrs v1.0.0 |
| 842 | 2026-06-20T22:48:58.310Z | Downloaded ignore v0.4.25 |
| 843 | 2026-06-20T22:48:58.313Z | Downloaded headers v0.4.1 |
| 844 | 2026-06-20T22:48:58.315Z | Downloaded pin-utils v0.1.0 |
| 845 | 2026-06-20T22:48:58.315Z | Downloaded oxide-tokio-rt v0.1.4 |
| 846 | 2026-06-20T22:48:58.318Z | Downloaded num_enum v0.7.6 |
| 847 | 2026-06-20T22:48:58.321Z | Downloaded cc v1.2.56 |
| 848 | 2026-06-20T22:48:58.326Z | Downloaded num-complex v0.4.6 |
| 849 | 2026-06-20T22:48:58.326Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-06-20T22:48:58.326Z | Downloaded base64 v0.22.1 |
| 851 | 2026-06-20T22:48:58.330Z | Downloaded const_format v0.2.35 |
| 852 | 2026-06-20T22:48:58.330Z | Downloaded futures v0.3.32 |
| 853 | 2026-06-20T22:48:58.335Z | Downloaded oxnet v0.1.6 |
| 854 | 2026-06-20T22:48:58.335Z | Downloaded predicates-tree v1.0.13 |
| 855 | 2026-06-20T22:48:58.339Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-06-20T22:48:58.339Z | Downloaded powerfmt v0.2.0 |
| 857 | 2026-06-20T22:48:58.339Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-06-20T22:48:58.344Z | Downloaded password-hash v0.4.2 |
| 859 | 2026-06-20T22:48:58.344Z | Downloaded parking_lot_core v0.8.6 |
| 860 | 2026-06-20T22:48:58.357Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 861 | 2026-06-20T22:48:58.361Z | Downloaded libbz2-rs-sys v0.2.2 |
| 862 | 2026-06-20T22:48:58.361Z | Downloaded proc-macro-crate v3.4.0 |
| 863 | 2026-06-20T22:48:58.361Z | Downloaded proc-macro-crate v1.3.1 |
| 864 | 2026-06-20T22:48:58.361Z | Downloaded paste v1.0.15 |
| 865 | 2026-06-20T22:48:58.361Z | Downloaded heapless v0.7.17 |
| 866 | 2026-06-20T22:48:58.366Z | Downloaded progenitor-client v0.14.0 |
| 867 | 2026-06-20T22:48:58.366Z | Downloaded heapless v0.8.0 |
| 868 | 2026-06-20T22:48:58.371Z | Downloaded progenitor-macro v0.13.0 |
| 869 | 2026-06-20T22:48:58.371Z | Downloaded newtype-uuid v1.3.2 |
| 870 | 2026-06-20T22:48:58.371Z | Downloaded phf_shared v0.11.3 |
| 871 | 2026-06-20T22:48:58.371Z | Downloaded pem-rfc7468 v0.7.0 |
| 872 | 2026-06-20T22:48:58.372Z | Downloaded quick-error v1.2.3 |
| 873 | 2026-06-20T22:48:58.380Z | Downloaded progenitor-macro v0.14.0 |
| 874 | 2026-06-20T22:48:58.380Z | Downloaded peg-macros v0.8.5 |
| 875 | 2026-06-20T22:48:58.380Z | Downloaded phf v0.13.1 |
| 876 | 2026-06-20T22:48:58.380Z | Downloaded psl-types v2.0.11 |
| 877 | 2026-06-20T22:48:58.380Z | Downloaded password-hash v0.5.0 |
| 878 | 2026-06-20T22:48:58.380Z | Downloaded parse-display-derive v0.10.0 |
| 879 | 2026-06-20T22:48:58.380Z | Downloaded ed25519-dalek v2.2.0 |
| 880 | 2026-06-20T22:48:58.383Z | Downloaded pem v3.0.6 |
| 881 | 2026-06-20T22:48:58.383Z | Downloaded der v0.7.10 |
| 882 | 2026-06-20T22:48:58.386Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-06-20T22:48:58.386Z | Downloaded phf v0.12.1 |
| 884 | 2026-06-20T22:48:58.386Z | Downloaded flate2 v1.1.9 |
| 885 | 2026-06-20T22:48:58.389Z | Downloaded libloading v0.8.9 |
| 886 | 2026-06-20T22:48:58.392Z | Downloaded async-compression v0.4.41 |
| 887 | 2026-06-20T22:48:58.397Z | Downloaded pkcs8 v0.10.2 |
| 888 | 2026-06-20T22:48:58.402Z | Downloaded rand_chacha v0.3.1 |
| 889 | 2026-06-20T22:48:58.402Z | Downloaded rand_xorshift v0.4.0 |
| 890 | 2026-06-20T22:48:58.406Z | Downloaded num-rational v0.4.2 |
| 891 | 2026-06-20T22:48:58.406Z | Downloaded polyval v0.6.2 |
| 892 | 2026-06-20T22:48:58.406Z | Downloaded poly1305 v0.8.0 |
| 893 | 2026-06-20T22:48:58.406Z | Downloaded omicron-zone-package v0.12.2 |
| 894 | 2026-06-20T22:48:58.413Z | Downloaded iana-time-zone v0.1.65 |
| 895 | 2026-06-20T22:48:58.413Z | Downloaded postgres-protocol v0.6.10 |
| 896 | 2026-06-20T22:48:58.418Z | Downloaded crypto-bigint v0.5.5 |
| 897 | 2026-06-20T22:48:58.418Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-06-20T22:48:58.418Z | Downloaded recursive v0.1.1 |
| 899 | 2026-06-20T22:48:58.418Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-06-20T22:48:58.422Z | Downloaded parking_lot v0.11.2 |
| 901 | 2026-06-20T22:48:58.422Z | Downloaded progenitor-client v0.13.0 |
| 902 | 2026-06-20T22:48:58.422Z | Downloaded progenitor-extras v0.2.0 |
| 903 | 2026-06-20T22:48:58.422Z | Downloaded owo-colors v4.3.0 |
| 904 | 2026-06-20T22:48:58.427Z | Downloaded progenitor v0.13.0 |
| 905 | 2026-06-20T22:48:58.427Z | Downloaded predicates v3.1.4 |
| 906 | 2026-06-20T22:48:58.431Z | Downloaded ref-cast v1.0.25 |
| 907 | 2026-06-20T22:48:58.431Z | Downloaded ref-cast-impl v1.0.25 |
| 908 | 2026-06-20T22:48:58.431Z | Downloaded primeorder v0.13.6 |
| 909 | 2026-06-20T22:48:58.436Z | Downloaded peg v0.8.5 |
| 910 | 2026-06-20T22:48:58.440Z | Downloaded diesel_derives v2.3.7 |
| 911 | 2026-06-20T22:48:58.444Z | Downloaded indicatif v0.18.4 |
| 912 | 2026-06-20T22:48:58.444Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2026-06-20T22:48:58.449Z | Downloaded r2d2 v0.8.10 |
| 914 | 2026-06-20T22:48:58.449Z | Downloaded pin-project-lite v0.2.17 |
| 915 | 2026-06-20T22:48:58.454Z | Downloaded rtoolbox v0.0.3 |
| 916 | 2026-06-20T22:48:58.454Z | Downloaded rustc_version v0.1.7 |
| 917 | 2026-06-20T22:48:58.454Z | Downloaded russh-cryptovec v0.7.3 |
| 918 | 2026-06-20T22:48:58.458Z | Downloaded progenitor v0.14.0 |
| 919 | 2026-06-20T22:48:58.464Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-06-20T22:48:58.469Z | Downloaded rustc_version v0.4.1 |
| 921 | 2026-06-20T22:48:58.469Z | Downloaded rustc-hash v2.1.1 |
| 922 | 2026-06-20T22:48:58.469Z | Downloaded radium v0.7.0 |
| 923 | 2026-06-20T22:48:58.469Z | Downloaded psm v0.1.30 |
| 924 | 2026-06-20T22:48:58.469Z | Downloaded p256 v0.13.2 |
| 925 | 2026-06-20T22:48:58.476Z | Downloaded hickory-resolver v0.25.2 |
| 926 | 2026-06-20T22:48:58.481Z | Downloaded proc-macro-error2 v2.0.1 |
| 927 | 2026-06-20T22:48:58.481Z | Downloaded pkcs5 v0.7.1 |
| 928 | 2026-06-20T22:48:58.485Z | Downloaded salsa20 v0.10.2 |
| 929 | 2026-06-20T22:48:58.485Z | Downloaded pin-project-internal v1.1.11 |
| 930 | 2026-06-20T22:48:58.490Z | Downloaded postcard v1.1.3 |
| 931 | 2026-06-20T22:48:58.490Z | Downloaded rand_core v0.9.5 |
| 932 | 2026-06-20T22:48:58.490Z | Downloaded rand_core v0.6.4 |
| 933 | 2026-06-20T22:48:58.494Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-06-20T22:48:58.494Z | Downloaded rand_core v0.10.0 |
| 935 | 2026-06-20T22:48:58.494Z | Downloaded rand_chacha v0.9.0 |
| 936 | 2026-06-20T22:48:58.499Z | Downloaded postgres-types v0.2.12 |
| 937 | 2026-06-20T22:48:58.499Z | Downloaded same-file v1.0.6 |
| 938 | 2026-06-20T22:48:58.503Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-06-20T22:48:58.503Z | Downloaded scopeguard v1.2.0 |
| 940 | 2026-06-20T22:48:58.503Z | Downloaded expectorate v1.2.0 |
| 941 | 2026-06-20T22:48:58.503Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-06-20T22:48:58.509Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-06-20T22:48:58.509Z | Downloaded miniz_oxide v0.8.9 |
| 944 | 2026-06-20T22:48:58.509Z | Downloaded parking_lot v0.12.5 |
| 945 | 2026-06-20T22:48:58.513Z | Downloaded ppv-lite86 v0.2.21 |
| 946 | 2026-06-20T22:48:58.513Z | Downloaded oso v0.27.3 |
| 947 | 2026-06-20T22:48:58.517Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-06-20T22:48:58.521Z | Downloaded scrypt v0.11.0 |
| 949 | 2026-06-20T22:48:58.521Z | Downloaded rfc6979 v0.4.0 |
| 950 | 2026-06-20T22:48:58.522Z | Downloaded semver v0.1.20 |
| 951 | 2026-06-20T22:48:58.522Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-06-20T22:48:58.526Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-06-20T22:48:58.526Z | Downloaded quinn-udp v0.5.14 |
| 954 | 2026-06-20T22:48:58.526Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-06-20T22:48:58.526Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-06-20T22:48:58.530Z | Downloaded hashbrown v0.12.3 |
| 957 | 2026-06-20T22:48:58.538Z | Downloaded rustls-pemfile v2.2.0 |
| 958 | 2026-06-20T22:48:58.543Z | Downloaded rustls-pemfile v1.0.4 |
| 959 | 2026-06-20T22:48:58.543Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-06-20T22:48:58.543Z | Downloaded serde_bytes v0.11.19 |
| 961 | 2026-06-20T22:48:58.550Z | Downloaded hickory-server v0.25.2 |
| 962 | 2026-06-20T22:48:58.559Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-06-20T22:48:58.559Z | Downloaded signal-hook-tokio v0.3.1 |
| 964 | 2026-06-20T22:48:58.559Z | Downloaded rustversion v1.0.22 |
| 965 | 2026-06-20T22:48:58.560Z | Downloaded prefix-trie v0.7.0 |
| 966 | 2026-06-20T22:48:58.560Z | Downloaded rusty-fork v0.3.1 |
| 967 | 2026-06-20T22:48:58.564Z | Downloaded minimal-lexical v0.2.1 |
| 968 | 2026-06-20T22:48:58.564Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-06-20T22:48:58.564Z | Downloaded jiff-static v0.2.21 |
| 970 | 2026-06-20T22:48:58.564Z | Downloaded pin-project v1.1.11 |
| 971 | 2026-06-20T22:48:58.569Z | Downloaded signal-hook-mio v0.2.5 |
| 972 | 2026-06-20T22:48:58.569Z | Downloaded crossterm v0.29.0 |
| 973 | 2026-06-20T22:48:58.575Z | Downloaded progenitor-impl v0.13.0 |
| 974 | 2026-06-20T22:48:58.575Z | Downloaded serde_plain v1.0.2 |
| 975 | 2026-06-20T22:48:58.580Z | Downloaded sigpipe v0.1.3 |
| 976 | 2026-06-20T22:48:58.580Z | Downloaded scroll v0.13.0 |
| 977 | 2026-06-20T22:48:58.580Z | Downloaded signature v2.2.0 |
| 978 | 2026-06-20T22:48:58.590Z | Downloaded slog-bunyan v2.5.0 |
| 979 | 2026-06-20T22:48:58.593Z | Downloaded sec1 v0.7.3 |
| 980 | 2026-06-20T22:48:58.593Z | Downloaded sct v0.7.1 |
| 981 | 2026-06-20T22:48:58.593Z | Downloaded schemars_derive v0.8.22 |
| 982 | 2026-06-20T22:48:58.597Z | Downloaded siphasher v1.0.2 |
| 983 | 2026-06-20T22:48:58.600Z | Downloaded serde-hex v0.1.0 |
| 984 | 2026-06-20T22:48:58.604Z | Downloaded russh-keys v0.45.0 |
| 985 | 2026-06-20T22:48:58.604Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-06-20T22:48:58.611Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-06-20T22:48:58.620Z | Downloaded aes v0.8.4 |
| 988 | 2026-06-20T22:48:58.620Z | Downloaded rustls-native-certs v0.8.3 |
| 989 | 2026-06-20T22:48:58.620Z | Downloaded serde_spanned v1.0.4 |
| 990 | 2026-06-20T22:48:58.625Z | Downloaded serde_path_to_error v0.1.20 |
| 991 | 2026-06-20T22:48:58.633Z | Downloaded papergrid v0.17.0 |
| 992 | 2026-06-20T22:48:58.633Z | Downloaded shlex v1.3.0 |
| 993 | 2026-06-20T22:48:58.640Z | Downloaded itertools v0.10.5 |
| 994 | 2026-06-20T22:48:58.640Z | Downloaded serde_with_macros v1.5.2 |
| 995 | 2026-06-20T22:48:58.640Z | Downloaded ssh-encoding v0.2.0 |
| 996 | 2026-06-20T22:48:58.640Z | Downloaded sqlparser_derive v0.5.0 |
| 997 | 2026-06-20T22:48:58.640Z | Downloaded sha1 v0.10.6 |
| 998 | 2026-06-20T22:48:58.645Z | Downloaded http v1.4.0 |
| 999 | 2026-06-20T22:48:58.645Z | Downloaded strsim v0.10.0 |
| 1000 | 2026-06-20T22:48:58.645Z | Downloaded progenitor-impl v0.14.0 |
| 1001 | 2026-06-20T22:48:58.650Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-06-20T22:48:58.653Z | Downloaded strum v0.26.3 |
| 1003 | 2026-06-20T22:48:58.653Z | Downloaded structmeta-derive v0.3.0 |
| 1004 | 2026-06-20T22:48:58.658Z | Downloaded signal-hook-registry v1.4.8 |
| 1005 | 2026-06-20T22:48:58.658Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1006 | 2026-06-20T22:48:58.662Z | Downloaded simd-adler32 v0.3.8 |
| 1007 | 2026-06-20T22:48:58.662Z | Downloaded subtle v2.6.1 |
| 1008 | 2026-06-20T22:48:58.665Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-06-20T22:48:58.669Z | Downloaded prettyplease v0.2.37 |
| 1010 | 2026-06-20T22:48:58.722Z | Downloaded pretty_assertions v1.4.1 |
| 1011 | 2026-06-20T22:48:58.731Z | Downloaded slab v0.4.12 |
| 1012 | 2026-06-20T22:48:58.731Z | Downloaded slog-json v2.6.1 |
| 1013 | 2026-06-20T22:48:58.731Z | Downloaded smallvec v0.6.14 |
| 1014 | 2026-06-20T22:48:58.731Z | Downloaded tabled_derive v0.11.0 |
| 1015 | 2026-06-20T22:48:58.731Z | Downloaded sync-ptr v0.1.4 |
| 1016 | 2026-06-20T22:48:58.731Z | Downloaded termtree v0.5.1 |
| 1017 | 2026-06-20T22:48:58.731Z | Downloaded sync_wrapper v1.0.2 |
| 1018 | 2026-06-20T22:48:58.731Z | Downloaded aes-gcm v0.10.3 |
| 1019 | 2026-06-20T22:48:58.731Z | Downloaded testing_table v0.3.0 |
| 1020 | 2026-06-20T22:48:58.731Z | Downloaded supports-color v3.0.2 |
| 1021 | 2026-06-20T22:48:58.731Z | Downloaded slog-async v2.8.0 |
| 1022 | 2026-06-20T22:48:58.731Z | Downloaded slog-term v2.9.2 |
| 1023 | 2026-06-20T22:48:58.731Z | Downloaded slog-dtrace v0.3.0 |
| 1024 | 2026-06-20T22:48:58.731Z | Downloaded slog-stdlog v4.1.1 |
| 1025 | 2026-06-20T22:48:58.732Z | Downloaded slog-scope v4.4.1 |
| 1026 | 2026-06-20T22:48:58.732Z | Downloaded smf v0.2.3 |
| 1027 | 2026-06-20T22:48:58.732Z | Downloaded serde_cbor v0.11.2 |
| 1028 | 2026-06-20T22:48:58.732Z | Downloaded tap v1.0.1 |
| 1029 | 2026-06-20T22:48:58.732Z | Downloaded snafu-derive v0.8.9 |
| 1030 | 2026-06-20T22:48:58.732Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-06-20T22:48:58.732Z | Downloaded tagptr v0.2.0 |
| 1032 | 2026-06-20T22:48:58.732Z | Downloaded sqlformat v0.3.5 |
| 1033 | 2026-06-20T22:48:58.732Z | Downloaded serde_derive_internals v0.29.1 |
| 1034 | 2026-06-20T22:48:58.732Z | Downloaded rayon-core v1.13.0 |
| 1035 | 2026-06-20T22:48:58.732Z | Downloaded spki v0.7.3 |
| 1036 | 2026-06-20T22:48:58.732Z | Downloaded serde_with_macros v3.17.0 |
| 1037 | 2026-06-20T22:48:58.732Z | Downloaded rustls-pki-types v1.14.0 |
| 1038 | 2026-06-20T22:48:58.732Z | Downloaded thread-id v5.1.0 |
| 1039 | 2026-06-20T22:48:58.732Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1040 | 2026-06-20T22:48:58.732Z | Downloaded static_assertions v1.1.0 |
| 1041 | 2026-06-20T22:48:58.732Z | Downloaded ssh-cipher v0.2.0 |
| 1042 | 2026-06-20T22:48:58.732Z | Downloaded dropshot-api-manager v0.7.2 |
| 1043 | 2026-06-20T22:48:58.732Z | Downloaded mio v1.2.0 |
| 1044 | 2026-06-20T22:48:58.736Z | Downloaded qorb v0.4.1 |
| 1045 | 2026-06-20T22:48:58.736Z | Downloaded strum v0.27.2 |
| 1046 | 2026-06-20T22:48:58.736Z | Downloaded strum_macros v0.27.2 |
| 1047 | 2026-06-20T22:48:58.736Z | Downloaded strum_macros v0.26.4 |
| 1048 | 2026-06-20T22:48:58.736Z | Downloaded ron v0.8.1 |
| 1049 | 2026-06-20T22:48:58.740Z | Downloaded time-core v0.1.8 |
| 1050 | 2026-06-20T22:48:58.740Z | Downloaded stringprep v0.1.5 |
| 1051 | 2026-06-20T22:48:58.740Z | Downloaded rand v0.8.6 |
| 1052 | 2026-06-20T22:48:58.744Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-06-20T22:48:58.745Z | Downloaded schemars v0.8.22 |
| 1054 | 2026-06-20T22:48:58.758Z | Downloaded tinyvec_macros v0.1.1 |
| 1055 | 2026-06-20T22:48:58.766Z | Downloaded strum_macros v0.24.3 |
| 1056 | 2026-06-20T22:48:58.766Z | Downloaded openssl-sys v0.9.115 |
| 1057 | 2026-06-20T22:48:58.766Z | Downloaded tokio-macros v2.7.0 |
| 1058 | 2026-06-20T22:48:58.766Z | Downloaded support-bundle-viewer v0.1.2 |
| 1059 | 2026-06-20T22:48:58.767Z | Downloaded hashbrown v0.15.5 |
| 1060 | 2026-06-20T22:48:58.767Z | Downloaded termios v0.3.3 |
| 1061 | 2026-06-20T22:48:58.767Z | Downloaded tabwriter v1.4.1 |
| 1062 | 2026-06-20T22:48:58.775Z | Downloaded aho-corasick v1.1.4 |
| 1063 | 2026-06-20T22:48:58.782Z | Downloaded rcgen v0.12.1 |
| 1064 | 2026-06-20T22:48:58.790Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1065 | 2026-06-20T22:48:58.790Z | Downloaded publicsuffix v2.3.0 |
| 1066 | 2026-06-20T22:48:58.791Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-06-20T22:48:58.800Z | Downloaded thiserror-no-std v2.0.2 |
| 1068 | 2026-06-20T22:48:58.800Z | Downloaded stacker v0.1.23 |
| 1069 | 2026-06-20T22:48:58.800Z | Downloaded spin v0.9.8 |
| 1070 | 2026-06-20T22:48:58.800Z | Downloaded libxml v0.3.3 |
| 1071 | 2026-06-20T22:48:58.809Z | Downloaded iri-string v0.7.10 |
| 1072 | 2026-06-20T22:48:58.809Z | Downloaded topological-sort v0.2.2 |
| 1073 | 2026-06-20T22:48:58.809Z | Downloaded thread_local v1.1.9 |
| 1074 | 2026-06-20T22:48:58.809Z | Downloaded signal-hook v0.3.18 |
| 1075 | 2026-06-20T22:48:58.813Z | Downloaded schemars v0.9.0 |
| 1076 | 2026-06-20T22:48:58.813Z | Downloaded tower-layer v0.3.3 |
| 1077 | 2026-06-20T22:48:58.816Z | Downloaded tiny-keccak v2.0.2 |
| 1078 | 2026-06-20T22:48:58.816Z | Downloaded hyper v1.8.1 |
| 1079 | 2026-06-20T22:48:58.824Z | Downloaded time-macros v0.2.27 |
| 1080 | 2026-06-20T22:48:58.824Z | Downloaded tokio-native-tls v0.3.1 |
| 1081 | 2026-06-20T22:48:58.832Z | Downloaded tower-service v0.3.3 |
| 1082 | 2026-06-20T22:48:58.832Z | Downloaded tokio-dtrace v0.1.1 |
| 1083 | 2026-06-20T22:48:58.832Z | Downloaded tls_codec_derive v0.4.2 |
| 1084 | 2026-06-20T22:48:58.833Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-06-20T22:48:58.833Z | Downloaded unarray v0.1.4 |
| 1086 | 2026-06-20T22:48:58.833Z | Downloaded trait-variant v0.1.2 |
| 1087 | 2026-06-20T22:48:58.833Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-06-20T22:48:58.833Z | Downloaded slog v2.8.2 |
| 1089 | 2026-06-20T22:48:58.836Z | Downloaded similar v2.7.0 |
| 1090 | 2026-06-20T22:48:58.836Z | Downloaded ryu v1.0.23 |
| 1091 | 2026-06-20T22:48:58.836Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1092 | 2026-06-20T22:48:58.842Z | Downloaded futures-util v0.3.32 |
| 1093 | 2026-06-20T22:48:58.848Z | Downloaded term v1.2.1 |
| 1094 | 2026-06-20T22:48:58.848Z | Downloaded rsa v0.9.10 |
| 1095 | 2026-06-20T22:48:58.855Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-06-20T22:48:58.855Z | Downloaded universal-hash v0.5.1 |
| 1097 | 2026-06-20T22:48:58.856Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-06-20T22:48:58.856Z | Downloaded term v0.7.0 |
| 1099 | 2026-06-20T22:48:58.862Z | Downloaded rustls-webpki v0.103.9 |
| 1100 | 2026-06-20T22:48:58.862Z | Downloaded tokio-rustls v0.25.0 |
| 1101 | 2026-06-20T22:48:58.862Z | Downloaded socket2 v0.6.3 |
| 1102 | 2026-06-20T22:48:58.863Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1103 | 2026-06-20T22:48:58.863Z | Downloaded tokio-tungstenite v0.23.1 |
| 1104 | 2026-06-20T22:48:58.872Z | Downloaded tokio-tungstenite v0.21.0 |
| 1105 | 2026-06-20T22:48:58.872Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-06-20T22:48:58.872Z | Downloaded usdt-macro v0.6.0 |
| 1107 | 2026-06-20T22:48:58.872Z | Downloaded usdt v0.6.0 |
| 1108 | 2026-06-20T22:48:58.872Z | Downloaded hashbrown v0.16.1 |
| 1109 | 2026-06-20T22:48:58.878Z | Downloaded socket2 v0.5.10 |
| 1110 | 2026-06-20T22:48:58.878Z | Downloaded usdt-attr-macro v0.6.0 |
| 1111 | 2026-06-20T22:48:58.878Z | Downloaded itertools v0.13.0 |
| 1112 | 2026-06-20T22:48:58.878Z | Downloaded num-bigint v0.4.6 |
| 1113 | 2026-06-20T22:48:58.878Z | Downloaded void v1.0.2 |
| 1114 | 2026-06-20T22:48:58.878Z | Downloaded unit-prefix v0.5.2 |
| 1115 | 2026-06-20T22:48:58.881Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-06-20T22:48:58.881Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1117 | 2026-06-20T22:48:58.881Z | Downloaded nom v7.1.3 |
| 1118 | 2026-06-20T22:48:58.886Z | Downloaded rand v0.9.2 |
| 1119 | 2026-06-20T22:48:58.886Z | Downloaded wait-timeout v0.2.1 |
| 1120 | 2026-06-20T22:48:58.889Z | Downloaded num-bigint-dig v0.8.6 |
| 1121 | 2026-06-20T22:48:58.889Z | Downloaded want v0.3.1 |
| 1122 | 2026-06-20T22:48:58.889Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1123 | 2026-06-20T22:48:58.893Z | Downloaded crossterm v0.28.1 |
| 1124 | 2026-06-20T22:48:58.896Z | Downloaded waitgroup v0.1.2 |
| 1125 | 2026-06-20T22:48:58.896Z | Downloaded tui-tree-widget v0.23.1 |
| 1126 | 2026-06-20T22:48:58.900Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-06-20T22:48:58.903Z | Downloaded typify-macro v0.6.2 |
| 1128 | 2026-06-20T22:48:58.906Z | Downloaded xattr v1.6.1 |
| 1129 | 2026-06-20T22:48:58.910Z | Downloaded schemars v1.2.1 |
| 1130 | 2026-06-20T22:48:58.919Z | Downloaded unicase v2.9.0 |
| 1131 | 2026-06-20T22:48:58.926Z | Downloaded hkdf v0.12.4 |
| 1132 | 2026-06-20T22:48:58.926Z | Downloaded usdt-impl v0.6.0 |
| 1133 | 2026-06-20T22:48:58.926Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-06-20T22:48:58.933Z | Downloaded tokio-rustls v0.24.1 |
| 1135 | 2026-06-20T22:48:58.933Z | Downloaded snafu v0.8.9 |
| 1136 | 2026-06-20T22:48:58.933Z | Downloaded vergen-git2 v9.1.0 |
| 1137 | 2026-06-20T22:48:58.940Z | Downloaded xshell-macros v0.2.7 |
| 1138 | 2026-06-20T22:48:58.940Z | Downloaded zeroize_derive v1.4.3 |
| 1139 | 2026-06-20T22:48:58.940Z | Downloaded samael v0.0.19 |
| 1140 | 2026-06-20T22:48:58.940Z | Downloaded zone_cfg_derive v0.3.1 |
| 1141 | 2026-06-20T22:48:58.948Z | Downloaded tokio-rustls v0.26.4 |
| 1142 | 2026-06-20T22:48:58.948Z | Downloaded uzers v0.12.2 |
| 1143 | 2026-06-20T22:48:58.948Z | Downloaded itertools v0.12.1 |
| 1144 | 2026-06-20T22:48:58.955Z | Downloaded vergen-gitcl v1.0.8 |
| 1145 | 2026-06-20T22:48:58.955Z | Downloaded itertools v0.14.0 |
| 1146 | 2026-06-20T22:48:58.962Z | Downloaded zone v0.3.1 |
| 1147 | 2026-06-20T22:48:58.962Z | Downloaded vergen-lib v0.1.6 |
| 1148 | 2026-06-20T22:48:58.962Z | Downloaded vsss-rs v3.3.4 |
| 1149 | 2026-06-20T22:48:58.967Z | Downloaded nom v8.0.0 |
| 1150 | 2026-06-20T22:48:58.974Z | Downloaded tinyvec v1.10.0 |
| 1151 | 2026-06-20T22:48:58.975Z | Downloaded whoami v1.6.1 |
| 1152 | 2026-06-20T22:48:58.982Z | Downloaded walkdir v2.5.0 |
| 1153 | 2026-06-20T22:48:58.994Z | Downloaded blake3 v1.8.3 |
| 1154 | 2026-06-20T22:48:59.002Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-06-20T22:48:59.002Z | Downloaded unicode-properties v0.1.4 |
| 1156 | 2026-06-20T22:48:59.002Z | Downloaded wyz v0.5.1 |
| 1157 | 2026-06-20T22:48:59.002Z | Downloaded twox-hash v2.1.2 |
| 1158 | 2026-06-20T22:48:59.002Z | Downloaded tracing-attributes v0.1.31 |
| 1159 | 2026-06-20T22:48:59.002Z | Downloaded p521 v0.13.3 |
| 1160 | 2026-06-20T22:48:59.005Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1161 | 2026-06-20T22:48:59.005Z | Downloaded toml v0.7.8 |
| 1162 | 2026-06-20T22:48:59.005Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1163 | 2026-06-20T22:48:59.013Z | Downloaded h2 v0.4.13 |
| 1164 | 2026-06-20T22:48:59.020Z | Downloaded tar v0.4.45 |
| 1165 | 2026-06-20T22:48:59.026Z | Downloaded vergen v9.1.0 |
| 1166 | 2026-06-20T22:48:59.026Z | Downloaded test-strategy v0.4.5 |
| 1167 | 2026-06-20T22:48:59.026Z | Downloaded zeroize v1.8.2 |
| 1168 | 2026-06-20T22:48:59.029Z | Downloaded zstd v0.13.3 |
| 1169 | 2026-06-20T22:48:59.033Z | Downloaded libm v0.2.16 |
| 1170 | 2026-06-20T22:48:59.041Z | Downloaded steno v0.4.1 |
| 1171 | 2026-06-20T22:48:59.050Z | Downloaded tungstenite v0.21.0 |
| 1172 | 2026-06-20T22:48:59.050Z | Downloaded rand v0.10.0 |
| 1173 | 2026-06-20T22:48:59.050Z | Downloaded zstd-safe v7.2.4 |
| 1174 | 2026-06-20T22:48:59.050Z | Downloaded russh v0.45.0 |
| 1175 | 2026-06-20T22:48:59.060Z | Downloaded rpassword v7.4.0 |
| 1176 | 2026-06-20T22:48:59.060Z | Downloaded rustyline v14.0.0 |
| 1177 | 2026-06-20T22:48:59.066Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-06-20T22:48:59.066Z | Downloaded aws-lc-rs v1.16.3 |
| 1179 | 2026-06-20T22:48:59.066Z | Downloaded bitvec v1.0.1 |
| 1180 | 2026-06-20T22:48:59.076Z | Downloaded xshell v0.2.7 |
| 1181 | 2026-06-20T22:48:59.086Z | Downloaded zerocopy v0.6.6 |
| 1182 | 2026-06-20T22:48:59.086Z | Downloaded uuid v1.23.0 |
| 1183 | 2026-06-20T22:48:59.086Z | Downloaded yasna v0.5.2 |
| 1184 | 2026-06-20T22:48:59.086Z | Downloaded unsafe-libyaml v0.2.11 |
| 1185 | 2026-06-20T22:48:59.089Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-06-20T22:48:59.089Z | Downloaded iddqd v0.4.2 |
| 1187 | 2026-06-20T22:48:59.089Z | Downloaded vergen-lib v9.1.0 |
| 1188 | 2026-06-20T22:48:59.089Z | Downloaded serde_with v1.14.0 |
| 1189 | 2026-06-20T22:48:59.093Z | Downloaded vte v0.14.1 |
| 1190 | 2026-06-20T22:48:59.105Z | Downloaded git2 v0.20.4 |
| 1191 | 2026-06-20T22:48:59.112Z | Downloaded tungstenite v0.23.0 |
| 1192 | 2026-06-20T22:48:59.112Z | Downloaded chrono v0.4.44 |
| 1193 | 2026-06-20T22:48:59.137Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-06-20T22:48:59.137Z | Downloaded typify v0.6.2 |
| 1195 | 2026-06-20T22:48:59.141Z | Downloaded p384 v0.13.1 |
| 1196 | 2026-06-20T22:48:59.141Z | Downloaded bindgen v0.71.1 |
| 1197 | 2026-06-20T22:48:59.141Z | Downloaded reedline v0.40.0 |
| 1198 | 2026-06-20T22:48:59.141Z | Downloaded regex v1.12.3 |
| 1199 | 2026-06-20T22:48:59.141Z | Downloaded zopfli v0.8.3 |
| 1200 | 2026-06-20T22:48:59.153Z | Downloaded reqwest v0.12.28 |
| 1201 | 2026-06-20T22:48:59.156Z | Downloaded tokio-postgres v0.7.16 |
| 1202 | 2026-06-20T22:48:59.174Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-06-20T22:48:59.177Z | Downloaded unicode_categories v0.1.1 |
| 1204 | 2026-06-20T22:48:59.177Z | Downloaded zip v0.6.6 |
| 1205 | 2026-06-20T22:48:59.177Z | Downloaded toml_edit v0.19.15 |
| 1206 | 2026-06-20T22:48:59.190Z | Downloaded lalrpop v0.19.12 |
| 1207 | 2026-06-20T22:48:59.198Z | Downloaded quick-xml v0.37.5 |
| 1208 | 2026-06-20T22:48:59.202Z | Downloaded yansi v1.0.1 |
| 1209 | 2026-06-20T22:48:59.210Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-06-20T22:48:59.223Z | Downloaded rayon v1.11.0 |
| 1211 | 2026-06-20T22:48:59.231Z | Downloaded rustls-webpki v0.101.7 |
| 1212 | 2026-06-20T22:48:59.247Z | Downloaded tower v0.5.3 |
| 1213 | 2026-06-20T22:48:59.250Z | Downloaded salty v0.3.0 |
| 1214 | 2026-06-20T22:48:59.250Z | Downloaded moka v0.12.13 |
| 1215 | 2026-06-20T22:48:59.260Z | Downloaded x509-cert v0.2.5 |
| 1216 | 2026-06-20T22:48:59.265Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-06-20T22:48:59.268Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-06-20T22:48:59.271Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-06-20T22:48:59.295Z | Downloaded zip v4.6.1 |
| 1220 | 2026-06-20T22:48:59.298Z | Downloaded proptest v1.10.0 |
| 1221 | 2026-06-20T22:48:59.301Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-06-20T22:48:59.305Z | Downloaded tough v0.22.0 |
| 1223 | 2026-06-20T22:48:59.359Z | Downloaded tower-http v0.6.8 |
| 1224 | 2026-06-20T22:48:59.359Z | Downloaded rustls-webpki v0.102.8 |
| 1225 | 2026-06-20T22:48:59.359Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-06-20T22:48:59.359Z | Downloaded petname v2.0.2 |
| 1227 | 2026-06-20T22:48:59.359Z | Downloaded object v0.30.4 |
| 1228 | 2026-06-20T22:48:59.359Z | Downloaded serde_with v3.17.0 |
| 1229 | 2026-06-20T22:48:59.359Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-06-20T22:48:59.370Z | Downloaded tokio-util v0.7.18 |
| 1231 | 2026-06-20T22:48:59.370Z | Downloaded quinn-proto v0.11.13 |
| 1232 | 2026-06-20T22:48:59.378Z | Downloaded winnow v0.5.40 |
| 1233 | 2026-06-20T22:48:59.379Z | Downloaded curve25519-dalek v4.1.3 |
| 1234 | 2026-06-20T22:48:59.382Z | Downloaded nix v0.27.1 |
| 1235 | 2026-06-20T22:48:59.410Z | Downloaded radix_trie v0.2.1 |
| 1236 | 2026-06-20T22:48:59.422Z | Downloaded openssl v0.10.79 |
| 1237 | 2026-06-20T22:48:59.428Z | Downloaded polar-core v0.27.3 |
| 1238 | 2026-06-20T22:48:59.453Z | Downloaded nix v0.28.0 |
| 1239 | 2026-06-20T22:48:59.457Z | Downloaded winnow v0.6.26 |
| 1240 | 2026-06-20T22:48:59.457Z | Downloaded regex-syntax v0.6.29 |
| 1241 | 2026-06-20T22:48:59.457Z | Downloaded time v0.3.47 |
| 1242 | 2026-06-20T22:48:59.463Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-06-20T22:48:59.469Z | Downloaded dropshot v0.17.0 |
| 1244 | 2026-06-20T22:48:59.483Z | Downloaded smoltcp v0.9.1 |
| 1245 | 2026-06-20T22:48:59.488Z | Downloaded rustls v0.21.12 |
| 1246 | 2026-06-20T22:48:59.499Z | Downloaded rustls v0.22.4 |
| 1247 | 2026-06-20T22:48:59.506Z | Downloaded tabled v0.20.0 |
| 1248 | 2026-06-20T22:48:59.518Z | Downloaded zlib-rs v0.6.2 |
| 1249 | 2026-06-20T22:48:59.521Z | Downloaded hickory-proto v0.24.4 |
| 1250 | 2026-06-20T22:48:59.528Z | Downloaded nix v0.31.2 |
| 1251 | 2026-06-20T22:48:59.538Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-06-20T22:48:59.562Z | Downloaded webpki-roots v1.0.6 |
| 1253 | 2026-06-20T22:48:59.566Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-06-20T22:48:59.568Z | Downloaded regress v0.11.1 |
| 1255 | 2026-06-20T22:48:59.577Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-06-20T22:48:59.582Z | Downloaded openapiv3 v2.2.0 |
| 1257 | 2026-06-20T22:48:59.586Z | Downloaded object v0.37.3 |
| 1258 | 2026-06-20T22:48:59.594Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-06-20T22:48:59.605Z | Downloaded diesel v2.3.7 |
| 1260 | 2026-06-20T22:48:59.616Z | Downloaded zerocopy v0.8.40 |
| 1261 | 2026-06-20T22:48:59.620Z | Downloaded regress v0.10.5 |
| 1262 | 2026-06-20T22:48:59.627Z | Downloaded rustls v0.23.37 |
| 1263 | 2026-06-20T22:48:59.630Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-06-20T22:48:59.643Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-06-20T22:48:59.664Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-06-20T22:48:59.679Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-06-20T22:48:59.703Z | Downloaded sled v0.34.7 |
| 1268 | 2026-06-20T22:48:59.716Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-06-20T22:48:59.734Z | Downloaded regex-automata v0.4.14 |
| 1270 | 2026-06-20T22:48:59.743Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-06-20T22:48:59.758Z | Downloaded petgraph v0.6.5 |
| 1272 | 2026-06-20T22:48:59.772Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-06-20T22:48:59.781Z | Downloaded petgraph v0.8.3 |
| 1274 | 2026-06-20T22:48:59.797Z | Downloaded csv v1.4.0 |
| 1275 | 2026-06-20T22:48:59.809Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-06-20T22:48:59.820Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-06-20T22:48:59.831Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-06-20T22:48:59.842Z | Downloaded tokio v1.52.1 |
| 1279 | 2026-06-20T22:48:59.883Z | Downloaded libz-sys v1.1.24 |
| 1280 | 2026-06-20T22:48:59.894Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-06-20T22:48:59.905Z | Downloaded sha3 v0.10.8 |
| 1282 | 2026-06-20T22:49:00.029Z | Downloaded ring v0.17.14 |
| 1283 | 2026-06-20T22:49:00.083Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1284 | 2026-06-20T22:49:00.632Z | Downloaded aws-lc-sys v0.40.0 |
| 1285 | 2026-06-20T22:49:00.877Z | Compiling libc v0.2.185 |
| 1286 | 2026-06-20T22:49:00.877Z | Compiling serde v1.0.228 |
| 1287 | 2026-06-20T22:49:00.880Z | Compiling log v0.4.29 |
| 1288 | 2026-06-20T22:49:00.880Z | Compiling find-msvc-tools v0.1.9 |
| 1289 | 2026-06-20T22:49:00.880Z | Compiling shlex v1.3.0 |
| 1290 | 2026-06-20T22:49:00.880Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-06-20T22:49:01.007Z | Compiling typenum v1.19.0 |
| 1292 | 2026-06-20T22:49:01.009Z | Compiling subtle v2.6.1 |
| 1293 | 2026-06-20T22:49:01.072Z | Compiling generic-array v0.14.7 |
| 1294 | 2026-06-20T22:49:01.082Z | Compiling scopeguard v1.2.0 |
| 1295 | 2026-06-20T22:49:01.098Z | Compiling const-oid v0.9.6 |
| 1296 | 2026-06-20T22:49:01.136Z | Compiling serde_json v1.0.149 |
| 1297 | 2026-06-20T22:49:01.151Z | Compiling syn v2.0.117 |
| 1298 | 2026-06-20T22:49:01.157Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-06-20T22:49:01.157Z | Compiling portable-atomic v1.13.1 |
| 1300 | 2026-06-20T22:49:01.176Z | Compiling pin-project-lite v0.2.17 |
| 1301 | 2026-06-20T22:49:01.230Z | Compiling lock_api v0.4.14 |
| 1302 | 2026-06-20T22:49:01.245Z | Compiling parking_lot_core v0.9.12 |
| 1303 | 2026-06-20T22:49:01.274Z | Compiling pkg-config v0.3.32 |
| 1304 | 2026-06-20T22:49:01.287Z | Compiling bitflags v2.11.0 |
| 1305 | 2026-06-20T22:49:01.301Z | Compiling futures-core v0.3.32 |
| 1306 | 2026-06-20T22:49:01.303Z | Compiling libm v0.2.16 |
| 1307 | 2026-06-20T22:49:01.333Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-06-20T22:49:01.388Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-06-20T22:49:01.436Z | Compiling percent-encoding v2.3.2 |
| 1310 | 2026-06-20T22:49:01.483Z | Compiling futures-sink v0.3.32 |
| 1311 | 2026-06-20T22:49:01.486Z | Compiling futures-task v0.3.32 |
| 1312 | 2026-06-20T22:49:01.511Z | Compiling slab v0.4.12 |
| 1313 | 2026-06-20T22:49:01.556Z | Compiling getrandom v0.4.1 |
| 1314 | 2026-06-20T22:49:01.576Z | Compiling futures-channel v0.3.32 |
| 1315 | 2026-06-20T22:49:01.610Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-06-20T22:49:01.650Z | Compiling cpufeatures v0.2.17 |
| 1317 | 2026-06-20T22:49:01.653Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-06-20T22:49:01.693Z | Compiling indexmap v2.14.0 |
| 1319 | 2026-06-20T22:49:01.722Z | Compiling getrandom v0.3.4 |
| 1320 | 2026-06-20T22:49:01.749Z | Compiling rustversion v1.0.22 |
| 1321 | 2026-06-20T22:49:01.792Z | Compiling form_urlencoded v1.2.2 |
| 1322 | 2026-06-20T22:49:01.805Z | Compiling fs_extra v1.3.0 |
| 1323 | 2026-06-20T22:49:01.824Z | Compiling dunce v1.0.5 |
| 1324 | 2026-06-20T22:49:01.849Z | Compiling base64ct v1.8.3 |
| 1325 | 2026-06-20T22:49:01.880Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-06-20T22:49:01.921Z | Compiling flagset v0.4.7 |
| 1327 | 2026-06-20T22:49:01.946Z | Compiling rustix v1.1.3 |
| 1328 | 2026-06-20T22:49:01.984Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-06-20T22:49:02.002Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-06-20T22:49:02.034Z | Compiling errno v0.3.14 |
| 1331 | 2026-06-20T22:49:02.082Z | Compiling mio v1.2.0 |
| 1332 | 2026-06-20T22:49:02.108Z | Compiling socket2 v0.6.3 |
| 1333 | 2026-06-20T22:49:02.148Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-06-20T22:49:02.192Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-20T22:49:02.256Z | Compiling cc v1.2.56 |
| 1336 | 2026-06-20T22:49:02.264Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-06-20T22:49:02.314Z | Compiling parking_lot v0.12.5 |
| 1338 | 2026-06-20T22:49:02.395Z | Compiling pem-rfc7468 v0.7.0 |
| 1339 | 2026-06-20T22:49:02.414Z | Compiling regex-syntax v0.8.10 |
| 1340 | 2026-06-20T22:49:02.440Z | Compiling iana-time-zone v0.1.65 |
| 1341 | 2026-06-20T22:49:02.474Z | Compiling vcpkg v0.2.15 |
| 1342 | 2026-06-20T22:49:02.492Z | Compiling aws-lc-rs v1.16.3 |
| 1343 | 2026-06-20T22:49:02.508Z | Compiling tracing-core v0.1.36 |
| 1344 | 2026-06-20T22:49:02.601Z | Compiling uuid v1.23.0 |
| 1345 | 2026-06-20T22:49:02.629Z | Compiling rustc_version v0.4.1 |
| 1346 | 2026-06-20T22:49:02.670Z | Compiling base64 v0.22.1 |
| 1347 | 2026-06-20T22:49:02.725Z | Compiling rand_core v0.9.5 |
| 1348 | 2026-06-20T22:49:02.739Z | Compiling openssl-probe v0.2.1 |
| 1349 | 2026-06-20T22:49:02.806Z | Compiling httparse v1.10.1 |
| 1350 | 2026-06-20T22:49:02.818Z | Compiling untrusted v0.9.0 |
| 1351 | 2026-06-20T22:49:02.912Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-06-20T22:49:02.958Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-06-20T22:49:02.973Z | Compiling aho-corasick v1.1.4 |
| 1354 | 2026-06-20T22:49:02.992Z | Compiling tower-layer v0.3.3 |
| 1355 | 2026-06-20T22:49:03.031Z | Compiling cmake v0.1.57 |
| 1356 | 2026-06-20T22:49:03.045Z | Compiling tinyvec v1.10.0 |
| 1357 | 2026-06-20T22:49:03.048Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-06-20T22:49:03.074Z | Compiling rustls v0.23.37 |
| 1359 | 2026-06-20T22:49:03.078Z | Compiling tower-service v0.3.3 |
| 1360 | 2026-06-20T22:49:03.106Z | Compiling schemars v0.8.22 |
| 1361 | 2026-06-20T22:49:03.176Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-06-20T22:49:03.208Z | Compiling atomic-waker v1.1.2 |
| 1363 | 2026-06-20T22:49:03.224Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2026-06-20T22:49:03.236Z | Compiling openssl v0.10.79 |
| 1365 | 2026-06-20T22:49:03.264Z | Compiling pin-utils v0.1.0 |
| 1366 | 2026-06-20T22:49:03.283Z | Compiling want v0.3.1 |
| 1367 | 2026-06-20T22:49:03.301Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-06-20T22:49:03.334Z | Compiling foreign-types v0.3.2 |
| 1369 | 2026-06-20T22:49:03.350Z | Compiling socket2 v0.5.10 |
| 1370 | 2026-06-20T22:49:03.366Z | Compiling spin v0.9.8 |
| 1371 | 2026-06-20T22:49:03.378Z | Compiling native-tls v0.2.18 |
| 1372 | 2026-06-20T22:49:03.406Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-06-20T22:49:03.422Z | Compiling time-core v0.1.8 |
| 1374 | 2026-06-20T22:49:03.437Z | Compiling powerfmt v0.2.0 |
| 1375 | 2026-06-20T22:49:03.473Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-06-20T22:49:03.489Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-06-20T22:49:03.503Z | Compiling wait-timeout v0.2.1 |
| 1378 | 2026-06-20T22:49:03.555Z | Compiling sync_wrapper v1.0.2 |
| 1379 | 2026-06-20T22:49:03.586Z | Compiling crossbeam-utils v0.8.21 |
| 1380 | 2026-06-20T22:49:03.601Z | Compiling deranged v0.5.8 |
| 1381 | 2026-06-20T22:49:03.618Z | Compiling quick-error v1.2.3 |
| 1382 | 2026-06-20T22:49:03.636Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-06-20T22:49:03.638Z | Compiling syn v1.0.109 |
| 1384 | 2026-06-20T22:49:03.672Z | Compiling bit-vec v0.8.0 |
| 1385 | 2026-06-20T22:49:03.692Z | Compiling simd-adler32 v0.3.8 |
| 1386 | 2026-06-20T22:49:03.751Z | Compiling tempfile v3.25.0 |
| 1387 | 2026-06-20T22:49:03.797Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-06-20T22:49:03.812Z | Compiling unicode-segmentation v1.12.0 |
| 1389 | 2026-06-20T22:49:03.867Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-06-20T22:49:03.923Z | Compiling aws-lc-sys v0.40.0 |
| 1391 | 2026-06-20T22:49:03.923Z | Compiling ring v0.17.14 |
| 1392 | 2026-06-20T22:49:03.938Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-06-20T22:49:03.951Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1394 | 2026-06-20T22:49:03.981Z | Compiling regex-automata v0.4.14 |
| 1395 | 2026-06-20T22:49:04.010Z | Compiling num_threads v0.1.7 |
| 1396 | 2026-06-20T22:49:04.013Z | Compiling rusty-fork v0.3.1 |
| 1397 | 2026-06-20T22:49:04.124Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1398 | 2026-06-20T22:49:04.138Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-06-20T22:49:04.141Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-06-20T22:49:04.168Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-06-20T22:49:04.245Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-06-20T22:49:04.372Z | Compiling darling_core v0.21.3 |
| 1403 | 2026-06-20T22:49:04.436Z | Compiling bit-set v0.8.0 |
| 1404 | 2026-06-20T22:49:04.685Z | Compiling slog v2.8.2 |
| 1405 | 2026-06-20T22:49:04.782Z | Compiling time v0.3.47 |
| 1406 | 2026-06-20T22:49:04.797Z | Compiling heapless v0.7.17 |
| 1407 | 2026-06-20T22:49:04.815Z | Compiling rand_xorshift v0.4.0 |
| 1408 | 2026-06-20T22:49:04.831Z | Compiling thread-id v5.1.0 |
| 1409 | 2026-06-20T22:49:04.899Z | Compiling cookie v0.18.1 |
| 1410 | 2026-06-20T22:49:04.914Z | Compiling unicode-properties v0.1.4 |
| 1411 | 2026-06-20T22:49:04.931Z | Compiling paste v1.0.15 |
| 1412 | 2026-06-20T22:49:04.934Z | Compiling iri-string v0.7.10 |
| 1413 | 2026-06-20T22:49:05.010Z | Compiling signal-hook v0.3.18 |
| 1414 | 2026-06-20T22:49:05.081Z | Compiling anyhow v1.0.102 |
| 1415 | 2026-06-20T22:49:05.118Z | Compiling unarray v0.1.4 |
| 1416 | 2026-06-20T22:49:05.120Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-06-20T22:49:05.146Z | Compiling zstd-safe v7.2.4 |
| 1418 | 2026-06-20T22:49:05.161Z | Compiling unicode-bidi v0.3.18 |
| 1419 | 2026-06-20T22:49:05.218Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-06-20T22:49:05.239Z | Compiling ryu v1.0.23 |
| 1421 | 2026-06-20T22:49:05.327Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-06-20T22:49:05.447Z | Compiling heck v0.4.1 |
| 1423 | 2026-06-20T22:49:05.712Z | Compiling stringprep v0.1.5 |
| 1424 | 2026-06-20T22:49:05.727Z | Compiling num-integer v0.1.46 |
| 1425 | 2026-06-20T22:49:05.774Z | Compiling vergen-lib v9.1.0 |
| 1426 | 2026-06-20T22:49:05.886Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-06-20T22:49:05.977Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-06-20T22:49:06.003Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-06-20T22:49:06.049Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-06-20T22:49:06.086Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-06-20T22:49:06.185Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-06-20T22:49:06.268Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-06-20T22:49:06.480Z | Compiling tokio-macros v2.7.0 |
| 1434 | 2026-06-20T22:49:06.514Z | Compiling futures-macro v0.3.32 |
| 1435 | 2026-06-20T22:49:06.669Z | Compiling zeroize v1.8.2 |
| 1436 | 2026-06-20T22:49:06.683Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-06-20T22:49:06.981Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-06-20T22:49:07.054Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-06-20T22:49:07.272Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-06-20T22:49:07.290Z | Compiling scroll_derive v0.13.1 |
| 1441 | 2026-06-20T22:49:07.294Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-06-20T22:49:07.391Z | Compiling futures-util v0.3.32 |
| 1443 | 2026-06-20T22:49:07.465Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-06-20T22:49:07.465Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-06-20T22:49:07.468Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-06-20T22:49:07.641Z | Compiling yoke v0.8.1 |
| 1447 | 2026-06-20T22:49:07.656Z | Compiling digest v0.10.7 |
| 1448 | 2026-06-20T22:49:07.678Z | Compiling block-padding v0.3.3 |
| 1449 | 2026-06-20T22:49:07.712Z | Compiling der v0.7.10 |
| 1450 | 2026-06-20T22:49:07.779Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-06-20T22:49:07.857Z | Compiling zerovec v0.11.5 |
| 1452 | 2026-06-20T22:49:07.870Z | Compiling zerotrie v0.2.3 |
| 1453 | 2026-06-20T22:49:07.930Z | Compiling hmac v0.12.1 |
| 1454 | 2026-06-20T22:49:08.111Z | Compiling inout v0.1.4 |
| 1455 | 2026-06-20T22:49:08.155Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-06-20T22:49:08.199Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-06-20T22:49:08.266Z | Compiling cipher v0.4.4 |
| 1458 | 2026-06-20T22:49:08.296Z | Compiling scroll v0.13.0 |
| 1459 | 2026-06-20T22:49:08.344Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-06-20T22:49:08.393Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-06-20T22:49:08.495Z | Compiling salsa20 v0.10.2 |
| 1462 | 2026-06-20T22:49:08.538Z | Compiling icu_locale_core v2.1.1 |
| 1463 | 2026-06-20T22:49:08.557Z | Compiling icu_collections v2.1.1 |
| 1464 | 2026-06-20T22:49:08.573Z | Compiling spki v0.7.3 |
| 1465 | 2026-06-20T22:49:08.589Z | Compiling thiserror v2.0.18 |
| 1466 | 2026-06-20T22:49:08.592Z | Compiling cbc v0.1.2 |
| 1467 | 2026-06-20T22:49:08.655Z | Compiling scrypt v0.11.0 |
| 1468 | 2026-06-20T22:49:08.675Z | Compiling tracing v0.1.44 |
| 1469 | 2026-06-20T22:49:08.721Z | Compiling aes v0.8.4 |
| 1470 | 2026-06-20T22:49:08.808Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-06-20T22:49:08.942Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-06-20T22:49:08.978Z | Compiling goblin v0.10.5 |
| 1473 | 2026-06-20T22:49:08.992Z | Compiling rustls-native-certs v0.8.3 |
| 1474 | 2026-06-20T22:49:09.071Z | Compiling dtrace-parser v0.3.0 |
| 1475 | 2026-06-20T22:49:09.132Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-06-20T22:49:09.308Z | Compiling icu_provider v2.1.1 |
| 1477 | 2026-06-20T22:49:09.324Z | Compiling darling v0.20.11 |
| 1478 | 2026-06-20T22:49:09.417Z | Compiling derive_builder_core v0.20.2 |
| 1479 | 2026-06-20T22:49:09.453Z | Compiling bytes v1.11.1 |
| 1480 | 2026-06-20T22:49:09.496Z | Compiling chrono v0.4.44 |
| 1481 | 2026-06-20T22:49:09.513Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-06-20T22:49:09.572Z | Compiling icu_properties v2.1.2 |
| 1483 | 2026-06-20T22:49:09.647Z | Compiling icu_normalizer v2.1.1 |
| 1484 | 2026-06-20T22:49:09.653Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-06-20T22:49:09.740Z | Compiling signature v2.2.0 |
| 1486 | 2026-06-20T22:49:09.812Z | Compiling webpki-roots v1.0.6 |
| 1487 | 2026-06-20T22:49:09.849Z | Compiling scroll_derive v0.12.1 |
| 1488 | 2026-06-20T22:49:09.863Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-06-20T22:49:09.947Z | Compiling tokio v1.52.1 |
| 1490 | 2026-06-20T22:49:09.970Z | Compiling http v1.4.0 |
| 1491 | 2026-06-20T22:49:10.104Z | Compiling serde_urlencoded v0.7.1 |
| 1492 | 2026-06-20T22:49:10.181Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-06-20T22:49:10.201Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-06-20T22:49:10.320Z | Compiling derive_builder_macro v0.20.2 |
| 1495 | 2026-06-20T22:49:10.371Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-06-20T22:49:10.558Z | Compiling idna_adapter v1.2.1 |
| 1497 | 2026-06-20T22:49:10.595Z | Compiling toml_datetime v0.6.11 |
| 1498 | 2026-06-20T22:49:10.610Z | Compiling ppv-lite86 v0.2.21 |
| 1499 | 2026-06-20T22:49:10.613Z | Compiling scroll v0.12.0 |
| 1500 | 2026-06-20T22:49:10.729Z | Compiling idna v1.1.0 |
| 1501 | 2026-06-20T22:49:10.750Z | Compiling http-body v1.0.1 |
| 1502 | 2026-06-20T22:49:10.765Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-06-20T22:49:10.840Z | Compiling darling_macro v0.21.3 |
| 1504 | 2026-06-20T22:49:10.867Z | Compiling bstr v1.12.1 |
| 1505 | 2026-06-20T22:49:10.883Z | Compiling http-body-util v0.1.3 |
| 1506 | 2026-06-20T22:49:10.908Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-06-20T22:49:10.925Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-06-20T22:49:10.958Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-06-20T22:49:10.984Z | Compiling pin-project-internal v1.1.11 |
| 1510 | 2026-06-20T22:49:11.000Z | Compiling zerocopy-derive v0.7.35 |
| 1511 | 2026-06-20T22:49:11.004Z | Compiling curve25519-dalek v4.1.3 |
| 1512 | 2026-06-20T22:49:11.150Z | Compiling url v2.5.8 |
| 1513 | 2026-06-20T22:49:11.245Z | Compiling rand v0.9.2 |
| 1514 | 2026-06-20T22:49:11.357Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-06-20T22:49:11.385Z | Compiling ff v0.13.1 |
| 1516 | 2026-06-20T22:49:11.440Z | Compiling hash32 v0.2.1 |
| 1517 | 2026-06-20T22:49:11.483Z | Compiling memoffset v0.9.1 |
| 1518 | 2026-06-20T22:49:11.542Z | Compiling encoding_rs v0.8.35 |
| 1519 | 2026-06-20T22:49:11.558Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2026-06-20T22:49:11.659Z | Compiling litrs v1.0.0 |
| 1521 | 2026-06-20T22:49:11.815Z | Compiling dof v0.4.0 |
| 1522 | 2026-06-20T22:49:11.905Z | Compiling proptest v1.10.0 |
| 1523 | 2026-06-20T22:49:11.941Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-06-20T22:49:12.015Z | Compiling ref-cast v1.0.25 |
| 1525 | 2026-06-20T22:49:12.018Z | Compiling zlib-rs v0.6.2 |
| 1526 | 2026-06-20T22:49:12.055Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-06-20T22:49:12.121Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-06-20T22:49:12.164Z | Compiling rustix v0.38.44 |
| 1529 | 2026-06-20T22:49:12.181Z | Compiling mime v0.3.17 |
| 1530 | 2026-06-20T22:49:12.197Z | Compiling smoltcp v0.9.1 |
| 1531 | 2026-06-20T22:49:12.213Z | Compiling base16ct v0.2.0 |
| 1532 | 2026-06-20T22:49:12.285Z | Compiling publicsuffix v2.3.0 |
| 1533 | 2026-06-20T22:49:12.406Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-06-20T22:49:12.409Z | Compiling document-features v0.2.12 |
| 1535 | 2026-06-20T22:49:12.464Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-06-20T22:49:12.484Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-20T22:49:12.527Z | Compiling nix v0.31.2 |
| 1538 | 2026-06-20T22:49:12.542Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-06-20T22:49:12.608Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-06-20T22:49:12.814Z | Compiling oxnet v0.1.6 |
| 1541 | 2026-06-20T22:49:12.915Z | Compiling group v0.13.0 |
| 1542 | 2026-06-20T22:49:13.024Z | Compiling darling v0.21.3 |
| 1543 | 2026-06-20T22:49:13.039Z | Compiling rand v0.8.6 |
| 1544 | 2026-06-20T22:49:13.058Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-06-20T22:49:13.063Z | Compiling goblin v0.8.2 |
| 1546 | 2026-06-20T22:49:13.151Z | Compiling hubpack_derive v0.1.1 |
| 1547 | 2026-06-20T22:49:13.157Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-06-20T22:49:13.167Z | Compiling hex v0.4.3 |
| 1549 | 2026-06-20T22:49:13.186Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-06-20T22:49:13.189Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-06-20T22:49:13.216Z | Compiling regex v1.12.3 |
| 1552 | 2026-06-20T22:49:13.350Z | Compiling num-iter v0.1.45 |
| 1553 | 2026-06-20T22:49:13.376Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-06-20T22:49:13.391Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-06-20T22:49:13.432Z | Compiling daft-derive v0.1.7 |
| 1556 | 2026-06-20T22:49:13.457Z | Compiling snafu-derive v0.8.9 |
| 1557 | 2026-06-20T22:49:13.502Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-06-20T22:49:13.845Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-06-20T22:49:13.896Z | Compiling tower v0.5.3 |
| 1560 | 2026-06-20T22:49:13.912Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-06-20T22:49:13.938Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-06-20T22:49:13.967Z | Compiling terminal_size v0.4.3 |
| 1563 | 2026-06-20T22:49:14.107Z | Compiling lazy_static v1.5.0 |
| 1564 | 2026-06-20T22:49:14.131Z | Compiling anstyle-parse v0.2.7 |
| 1565 | 2026-06-20T22:49:14.197Z | Compiling vergen v9.1.0 |
| 1566 | 2026-06-20T22:49:14.197Z | Compiling cargo-platform v0.3.2 |
| 1567 | 2026-06-20T22:49:14.227Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-06-20T22:49:14.231Z | Compiling ahash v0.8.12 |
| 1569 | 2026-06-20T22:49:14.231Z | Compiling winnow v0.5.40 |
| 1570 | 2026-06-20T22:49:14.337Z | Compiling tower-http v0.6.8 |
| 1571 | 2026-06-20T22:49:14.392Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-06-20T22:49:14.418Z | Compiling object v0.37.3 |
| 1573 | 2026-06-20T22:49:14.450Z | Compiling bumpalo v3.20.2 |
| 1574 | 2026-06-20T22:49:14.474Z | Compiling foldhash v0.2.0 |
| 1575 | 2026-06-20T22:49:14.501Z | Compiling libbz2-rs-sys v0.2.2 |
| 1576 | 2026-06-20T22:49:14.711Z | Compiling h2 v0.4.13 |
| 1577 | 2026-06-20T22:49:14.711Z | Compiling managed v0.8.0 |
| 1578 | 2026-06-20T22:49:14.714Z | Compiling bitflags v1.3.2 |
| 1579 | 2026-06-20T22:49:14.770Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-06-20T22:49:14.785Z | Compiling same-file v1.0.6 |
| 1581 | 2026-06-20T22:49:14.818Z | Compiling clap_builder v4.6.0 |
| 1582 | 2026-06-20T22:49:14.916Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-06-20T22:49:14.972Z | Compiling bzip2 v0.6.1 |
| 1584 | 2026-06-20T22:49:14.988Z | Compiling walkdir v2.5.0 |
| 1585 | 2026-06-20T22:49:15.201Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-06-20T22:49:15.255Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-06-20T22:49:15.268Z | Compiling hashbrown v0.16.1 |
| 1588 | 2026-06-20T22:49:15.327Z | Compiling dof v0.3.0 |
| 1589 | 2026-06-20T22:49:15.359Z | Compiling daft v0.1.7 |
| 1590 | 2026-06-20T22:49:15.396Z | Compiling strum v0.27.2 |
| 1591 | 2026-06-20T22:49:15.423Z | Compiling snafu v0.8.9 |
| 1592 | 2026-06-20T22:49:15.576Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-06-20T22:49:15.595Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-06-20T22:49:15.720Z | Compiling anstream v0.6.21 |
| 1595 | 2026-06-20T22:49:15.836Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-06-20T22:49:15.852Z | Compiling phf v0.13.1 |
| 1597 | 2026-06-20T22:49:15.958Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-06-20T22:49:15.992Z | Compiling hubpack v0.1.2 |
| 1599 | 2026-06-20T22:49:16.030Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-06-20T22:49:16.063Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-06-20T22:49:16.092Z | Compiling usdt-attr-macro v0.6.0 |
| 1602 | 2026-06-20T22:49:16.156Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-06-20T22:49:16.233Z | Compiling futures v0.3.32 |
| 1604 | 2026-06-20T22:49:16.266Z | Compiling serde_with_macros v3.17.0 |
| 1605 | 2026-06-20T22:49:16.332Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-06-20T22:49:16.498Z | Compiling zstd v0.13.3 |
| 1607 | 2026-06-20T22:49:16.669Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-06-20T22:49:16.723Z | Compiling globset v0.4.18 |
| 1609 | 2026-06-20T22:49:16.793Z | Compiling ed25519 v2.2.3 |
| 1610 | 2026-06-20T22:49:16.872Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-06-20T22:49:16.943Z | Compiling serde_plain v1.0.2 |
| 1612 | 2026-06-20T22:49:16.958Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-06-20T22:49:17.015Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-06-20T22:49:17.121Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-06-20T22:49:17.159Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2026-06-20T22:49:17.194Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-06-20T22:49:17.261Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-06-20T22:49:17.313Z | Compiling strum_macros v0.26.4 |
| 1619 | 2026-06-20T22:49:17.440Z | Compiling clap_derive v4.6.1 |
| 1620 | 2026-06-20T22:49:17.455Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-06-20T22:49:17.478Z | Compiling float-cmp v0.10.0 |
| 1622 | 2026-06-20T22:49:17.589Z | Compiling pem v3.0.6 |
| 1623 | 2026-06-20T22:49:17.651Z | Compiling thread-id v4.2.2 |
| 1624 | 2026-06-20T22:49:17.668Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-06-20T22:49:17.710Z | Compiling env_filter v1.0.0 |
| 1626 | 2026-06-20T22:49:17.735Z | Compiling precomputed-hash v0.1.1 |
| 1627 | 2026-06-20T22:49:17.750Z | Compiling hyper v1.8.1 |
| 1628 | 2026-06-20T22:49:17.784Z | Compiling fixedbitset v0.5.7 |
| 1629 | 2026-06-20T22:49:17.843Z | Compiling keccak v0.1.6 |
| 1630 | 2026-06-20T22:49:17.906Z | Compiling whoami v2.1.0 |
| 1631 | 2026-06-20T22:49:17.948Z | Compiling typed-path v0.9.3 |
| 1632 | 2026-06-20T22:49:17.965Z | Compiling either v1.15.0 |
| 1633 | 2026-06-20T22:49:17.988Z | Compiling fixedbitset v0.4.2 |
| 1634 | 2026-06-20T22:49:18.048Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-06-20T22:49:18.135Z | Compiling jiff v0.2.21 |
| 1636 | 2026-06-20T22:49:18.150Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-06-20T22:49:18.214Z | Compiling normalize-line-endings v0.3.0 |
| 1638 | 2026-06-20T22:49:18.227Z | Compiling difflib v0.4.0 |
| 1639 | 2026-06-20T22:49:18.312Z | Compiling predicates-core v1.0.10 |
| 1640 | 2026-06-20T22:49:18.327Z | Compiling new_debug_unreachable v1.0.6 |
| 1641 | 2026-06-20T22:49:18.329Z | Compiling itertools v0.13.0 |
| 1642 | 2026-06-20T22:49:18.416Z | Compiling string_cache v0.8.9 |
| 1643 | 2026-06-20T22:49:18.510Z | Compiling predicates v3.1.4 |
| 1644 | 2026-06-20T22:49:18.671Z | Compiling hickory-proto v0.25.2 |
| 1645 | 2026-06-20T22:49:18.686Z | Compiling petgraph v0.6.5 |
| 1646 | 2026-06-20T22:49:18.782Z | Compiling tokio-postgres v0.7.16 |
| 1647 | 2026-06-20T22:49:18.827Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1648 | 2026-06-20T22:49:18.881Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-06-20T22:49:18.898Z | Compiling toml_edit v0.22.27 |
| 1650 | 2026-06-20T22:49:19.184Z | Compiling strum v0.26.3 |
| 1651 | 2026-06-20T22:49:19.184Z | Compiling petgraph v0.8.3 |
| 1652 | 2026-06-20T22:49:19.213Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-06-20T22:49:19.316Z | Compiling clap v4.6.1 |
| 1654 | 2026-06-20T22:49:19.342Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-06-20T22:49:19.410Z | Compiling usdt v0.6.0 |
| 1656 | 2026-06-20T22:49:19.425Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-06-20T22:49:19.638Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-06-20T22:49:19.689Z | Compiling crossterm v0.28.1 |
| 1659 | 2026-06-20T22:49:19.705Z | Compiling ecdsa v0.16.9 |
| 1660 | 2026-06-20T22:49:19.721Z | Compiling rsa v0.9.10 |
| 1661 | 2026-06-20T22:49:20.030Z | Compiling ed25519-dalek v2.2.0 |
| 1662 | 2026-06-20T22:49:20.137Z | Compiling toml v0.7.8 |
| 1663 | 2026-06-20T22:49:20.718Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-06-20T22:49:20.784Z | Compiling zip v4.6.1 |
| 1665 | 2026-06-20T22:49:20.800Z | Compiling zip v0.6.6 |
| 1666 | 2026-06-20T22:49:20.980Z | Compiling iddqd v0.4.2 |
| 1667 | 2026-06-20T22:49:21.359Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1668 | 2026-06-20T22:49:21.412Z | Compiling tokio-stream v0.1.18 |
| 1669 | 2026-06-20T22:49:21.484Z | Compiling buf-list v1.1.2 |
| 1670 | 2026-06-20T22:49:21.532Z | Compiling similar v2.7.0 |
| 1671 | 2026-06-20T22:49:21.555Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1672 | 2026-06-20T22:49:21.738Z | Compiling openapiv3 v2.2.0 |
| 1673 | 2026-06-20T22:49:21.754Z | Compiling x509-cert v0.2.5 |
| 1674 | 2026-06-20T22:49:21.796Z | Compiling sha1 v0.10.6 |
| 1675 | 2026-06-20T22:49:21.819Z | Compiling crossbeam-epoch v0.9.18 |
| 1676 | 2026-06-20T22:49:21.899Z | Compiling peg-runtime v0.8.5 |
| 1677 | 2026-06-20T22:49:21.925Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-06-20T22:49:22.049Z | Compiling thread_local v1.1.9 |
| 1679 | 2026-06-20T22:49:22.063Z | Compiling slog-async v2.8.0 |
| 1680 | 2026-06-20T22:49:22.147Z | Compiling crossbeam-channel v0.5.15 |
| 1681 | 2026-06-20T22:49:22.181Z | Compiling filetime v0.2.27 |
| 1682 | 2026-06-20T22:49:22.211Z | Compiling is-terminal v0.4.17 |
| 1683 | 2026-06-20T22:49:22.327Z | Compiling take_mut v0.2.2 |
| 1684 | 2026-06-20T22:49:22.341Z | Compiling term v1.2.1 |
| 1685 | 2026-06-20T22:49:22.357Z | Compiling xattr v1.6.1 |
| 1686 | 2026-06-20T22:49:22.576Z | Compiling tar v0.4.45 |
| 1687 | 2026-06-20T22:49:22.619Z | Compiling slog-term v2.9.2 |
| 1688 | 2026-06-20T22:49:40.247Z | Compiling rustls-webpki v0.103.9 |
| 1689 | 2026-06-20T22:49:43.063Z | Compiling tokio-rustls v0.26.4 |
| 1690 | 2026-06-20T22:49:43.063Z | Compiling rustls-platform-verifier v0.6.2 |
| 1691 | 2026-06-20T22:49:43.264Z | Compiling hyper-rustls v0.27.7 |
| 1692 | 2026-06-20T22:49:43.464Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-06-20T22:49:43.466Z | Compiling reqwest v0.13.2 |
| 1694 | 2026-06-20T22:49:44.699Z | Compiling tough v0.22.0 |
| 1695 | 2026-06-20T22:49:47.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1696 | 2026-06-20T22:49:47.444Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1697 | 2026-06-20T22:49:50.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s |
| 1698 | 2026-06-20T22:49:50.470Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1699 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.587 INFO Starting download, target: Clickhouse |
| 1700 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: DendriteStub |
| 1701 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: Console |
| 1702 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: Cockroach |
| 1703 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: MaghemiteDdmd |
| 1705 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Starting download, target: TransceiverControl |
| 1706 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1707 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-06-20T22:49:50.503Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1709 | 2026-06-20T22:49:50.532Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1710 | 2026-06-20T22:49:50.532Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1711 | 2026-06-20T22:49:50.532Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1712 | 2026-06-20T22:49:50.532Z | Jun 20 22:49:49.588 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-06-20T22:49:51.262Z | Jun 20 22:49:50.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-06-20T22:49:51.467Z | Jun 20 22:49:50.567 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-06-20T22:49:51.515Z | Jun 20 22:49:50.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-20T22:49:51.738Z | Jun 20 22:49:50.840 INFO Download complete, target: Console |
| 1717 | 2026-06-20T22:49:52.280Z | Jun 20 22:49:51.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-06-20T22:49:52.660Z | Jun 20 22:49:51.761 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1719 | 2026-06-20T22:49:52.716Z | Jun 20 22:49:51.819 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1720 | 2026-06-20T22:49:52.867Z | Jun 20 22:49:51.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1721 | 2026-06-20T22:49:53.254Z | Jun 20 22:49:52.364 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-06-20T22:49:53.254Z | Jun 20 22:49:52.364 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-06-20T22:49:54.496Z | Jun 20 22:49:53.605 INFO Download complete, target: MaghemiteDdmd |
| 1724 | 2026-06-20T22:49:55.431Z | Jun 20 22:49:54.542 INFO Download complete, target: DendriteStub |
| 1725 | 2026-06-20T22:49:55.596Z | Jun 20 22:49:54.706 INFO Download complete, target: MaghemiteMgd |
| 1726 | 2026-06-20T22:49:57.945Z | Jun 20 22:49:57.053 INFO Checking that binary works, target: Cockroach |
| 1727 | 2026-06-20T22:49:58.066Z | Jun 20 22:49:57.176 INFO Download complete, target: Cockroach |
| 1728 | 2026-06-20T22:49:59.040Z | Jun 20 22:49:58.151 INFO Checking that binary works, target: Clickhouse |
| 1729 | 2026-06-20T22:49:59.130Z | Jun 20 22:49:58.240 INFO Download complete, target: Clickhouse |
| 1730 | 2026-06-20T22:49:59.137Z | All prerequisites installed successfully |
| 1731 | 2026-06-20T22:49:59.140Z | |
| 1732 | 2026-06-20T22:49:59.140Z | real 1:50.594870618 |
| 1733 | 2026-06-20T22:49:59.140Z | user 6:54.953943810 |
| 1734 | 2026-06-20T22:49:59.140Z | sys 1:45.378446615 |
| 1735 | 2026-06-20T22:49:59.140Z | trap 0.272306482 |
| 1736 | 2026-06-20T22:49:59.141Z | tflt 1.034548165 |
| 1737 | 2026-06-20T22:49:59.141Z | dflt 1.744230124 |
| 1738 | 2026-06-20T22:49:59.141Z | kflt 0.024169772 |
| 1739 | 2026-06-20T22:49:59.141Z | lock 23:03.908425670 |
| 1740 | 2026-06-20T22:49:59.141Z | slp 18:57.708056387 |
| 1741 | 2026-06-20T22:49:59.141Z | lat 24.998241959 |
| 1742 | 2026-06-20T22:49:59.141Z | stop 2:51.168766078 |
| 1743 | 2026-06-20T22:49:59.141Z | + ptime -m cargo xtask download softnpu |
| 1744 | 2026-06-20T22:49:59.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1745 | 2026-06-20T22:49:59.605Z | Running `target/debug/xtask download softnpu` |
| 1746 | 2026-06-20T22:50:00.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1747 | 2026-06-20T22:50:00.358Z | Running `target/debug/xtask-downloader softnpu` |
| 1748 | 2026-06-20T22:50:00.403Z | Jun 20 22:49:59.512 INFO Starting download, target: Softnpu |
| 1749 | 2026-06-20T22:50:00.408Z | Jun 20 22:49:59.513 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1750 | 2026-06-20T22:50:00.943Z | Jun 20 22:50:00.053 INFO Download complete, target: Softnpu |
| 1751 | 2026-06-20T22:50:00.946Z | |
| 1752 | 2026-06-20T22:50:00.951Z | real 1.802002899 |
| 1753 | 2026-06-20T22:50:00.951Z | user 1.242748741 |
| 1754 | 2026-06-20T22:50:00.951Z | sys 0.601272290 |
| 1755 | 2026-06-20T22:50:00.951Z | trap 0.000411661 |
| 1756 | 2026-06-20T22:50:00.951Z | tflt 0.000181871 |
| 1757 | 2026-06-20T22:50:00.951Z | dflt 0.000186398 |
| 1758 | 2026-06-20T22:50:00.951Z | kflt 0.000000000 |
| 1759 | 2026-06-20T22:50:00.951Z | lock 9.981757803 |
| 1760 | 2026-06-20T22:50:00.951Z | slp 0.416372364 |
| 1761 | 2026-06-20T22:50:00.951Z | lat 0.089249349 |
| 1762 | 2026-06-20T22:50:00.951Z | stop 0.000158849 |
| 1763 | 2026-06-20T22:50:00.951Z | + export CARGO_INCREMENTAL=0 |
| 1764 | 2026-06-20T22:50:00.951Z | + CARGO_INCREMENTAL=0 |
| 1765 | 2026-06-20T22:50:00.951Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1766 | 2026-06-20T22:50:01.791Z | Compiling proc-macro2 v1.0.106 |
| 1767 | 2026-06-20T22:50:01.791Z | Compiling quote v1.0.45 |
| 1768 | 2026-06-20T22:50:01.791Z | Compiling unicode-ident v1.0.24 |
| 1769 | 2026-06-20T22:50:01.794Z | Compiling libc v0.2.185 |
| 1770 | 2026-06-20T22:50:01.794Z | Compiling serde_core v1.0.228 |
| 1771 | 2026-06-20T22:50:01.794Z | Compiling serde v1.0.228 |
| 1772 | 2026-06-20T22:50:01.794Z | Compiling cfg-if v1.0.4 |
| 1773 | 2026-06-20T22:50:01.794Z | Compiling version_check v0.9.5 |
| 1774 | 2026-06-20T22:50:01.795Z | Compiling shlex v1.3.0 |
| 1775 | 2026-06-20T22:50:01.795Z | Compiling find-msvc-tools v0.1.9 |
| 1776 | 2026-06-20T22:50:01.795Z | Compiling typenum v1.19.0 |
| 1777 | 2026-06-20T22:50:01.795Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-06-20T22:50:01.928Z | Compiling zmij v1.0.21 |
| 1779 | 2026-06-20T22:50:01.968Z | Compiling memchr v2.8.0 |
| 1780 | 2026-06-20T22:50:01.968Z | Compiling serde_json v1.0.149 |
| 1781 | 2026-06-20T22:50:02.156Z | Compiling portable-atomic v1.13.1 |
| 1782 | 2026-06-20T22:50:02.330Z | Compiling libm v0.2.16 |
| 1783 | 2026-06-20T22:50:02.347Z | Compiling zerocopy v0.8.40 |
| 1784 | 2026-06-20T22:50:02.364Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-06-20T22:50:02.395Z | Compiling parking_lot_core v0.9.12 |
| 1786 | 2026-06-20T22:50:02.492Z | Compiling generic-array v0.14.7 |
| 1787 | 2026-06-20T22:50:02.527Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-06-20T22:50:02.527Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-06-20T22:50:02.570Z | Compiling icu_normalizer_data v2.1.1 |
| 1790 | 2026-06-20T22:50:02.660Z | Compiling itoa v1.0.17 |
| 1791 | 2026-06-20T22:50:02.663Z | Compiling getrandom v0.4.1 |
| 1792 | 2026-06-20T22:50:02.691Z | Compiling log v0.4.29 |
| 1793 | 2026-06-20T22:50:02.746Z | Compiling stable_deref_trait v1.2.1 |
| 1794 | 2026-06-20T22:50:02.752Z | Compiling pkg-config v0.3.32 |
| 1795 | 2026-06-20T22:50:02.791Z | Compiling subtle v2.6.1 |
| 1796 | 2026-06-20T22:50:02.933Z | Compiling scopeguard v1.2.0 |
| 1797 | 2026-06-20T22:50:02.986Z | Compiling jobserver v0.1.34 |
| 1798 | 2026-06-20T22:50:02.990Z | Compiling getrandom v0.2.17 |
| 1799 | 2026-06-20T22:50:03.042Z | Compiling errno v0.3.14 |
| 1800 | 2026-06-20T22:50:03.058Z | Compiling lock_api v0.4.14 |
| 1801 | 2026-06-20T22:50:03.170Z | Compiling rand_core v0.6.4 |
| 1802 | 2026-06-20T22:50:03.215Z | Compiling cc v1.2.56 |
| 1803 | 2026-06-20T22:50:03.282Z | Compiling litemap v0.8.1 |
| 1804 | 2026-06-20T22:50:03.308Z | Compiling syn v2.0.117 |
| 1805 | 2026-06-20T22:50:03.328Z | Compiling percent-encoding v2.3.2 |
| 1806 | 2026-06-20T22:50:03.360Z | Compiling writeable v0.6.2 |
| 1807 | 2026-06-20T22:50:03.366Z | Compiling fnv v1.0.7 |
| 1808 | 2026-06-20T22:50:03.422Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-06-20T22:50:03.450Z | Compiling pin-project-lite v0.2.17 |
| 1810 | 2026-06-20T22:50:03.567Z | Compiling getrandom v0.3.4 |
| 1811 | 2026-06-20T22:50:03.584Z | Compiling rand_core v0.10.0 |
| 1812 | 2026-06-20T22:50:03.615Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-06-20T22:50:03.653Z | Compiling dunce v1.0.5 |
| 1814 | 2026-06-20T22:50:03.656Z | Compiling schemars v0.8.22 |
| 1815 | 2026-06-20T22:50:03.670Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-06-20T22:50:03.707Z | Compiling fs_extra v1.3.0 |
| 1817 | 2026-06-20T22:50:03.773Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-06-20T22:50:03.776Z | Compiling rustix v1.1.3 |
| 1819 | 2026-06-20T22:50:03.776Z | Compiling utf8_iter v1.0.4 |
| 1820 | 2026-06-20T22:50:03.916Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-06-20T22:50:03.975Z | Compiling cmake v0.1.57 |
| 1822 | 2026-06-20T22:50:03.996Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-06-20T22:50:04.077Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-06-20T22:50:04.231Z | Compiling semver v1.0.28 |
| 1825 | 2026-06-20T22:50:04.299Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-06-20T22:50:04.387Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-06-20T22:50:04.508Z | Compiling const-oid v0.9.6 |
| 1828 | 2026-06-20T22:50:04.559Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-06-20T22:50:04.686Z | Compiling ring v0.17.14 |
| 1830 | 2026-06-20T22:50:04.686Z | Compiling aws-lc-sys v0.40.0 |
| 1831 | 2026-06-20T22:50:04.725Z | Compiling parking_lot v0.12.5 |
| 1832 | 2026-06-20T22:50:04.725Z | Compiling mio v1.2.0 |
| 1833 | 2026-06-20T22:50:04.725Z | Compiling socket2 v0.6.3 |
| 1834 | 2026-06-20T22:50:04.744Z | Compiling aws-lc-rs v1.16.3 |
| 1835 | 2026-06-20T22:50:04.785Z | Compiling futures-core v0.3.32 |
| 1836 | 2026-06-20T22:50:04.901Z | Compiling httparse v1.10.1 |
| 1837 | 2026-06-20T22:50:04.902Z | Compiling thiserror v1.0.69 |
| 1838 | 2026-06-20T22:50:04.950Z | Compiling strsim v0.11.1 |
| 1839 | 2026-06-20T22:50:05.198Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-06-20T22:50:05.236Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-06-20T22:50:05.260Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-06-20T22:50:05.260Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-06-20T22:50:05.409Z | Compiling pest v2.8.6 |
| 1844 | 2026-06-20T22:50:05.447Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-06-20T22:50:05.470Z | Compiling ident_case v1.0.1 |
| 1846 | 2026-06-20T22:50:05.470Z | Compiling syn v1.0.109 |
| 1847 | 2026-06-20T22:50:05.494Z | Compiling heck v0.5.0 |
| 1848 | 2026-06-20T22:50:05.511Z | Compiling uuid v1.23.0 |
| 1849 | 2026-06-20T22:50:05.612Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-06-20T22:50:05.741Z | Compiling rustls v0.23.37 |
| 1851 | 2026-06-20T22:50:05.750Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-06-20T22:50:05.803Z | Compiling futures-sink v0.3.32 |
| 1853 | 2026-06-20T22:50:05.872Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-06-20T22:50:05.946Z | Compiling futures-channel v0.3.32 |
| 1855 | 2026-06-20T22:50:06.052Z | Compiling aho-corasick v1.1.4 |
| 1856 | 2026-06-20T22:50:06.074Z | Compiling slab v0.4.12 |
| 1857 | 2026-06-20T22:50:06.131Z | Compiling futures-io v0.3.32 |
| 1858 | 2026-06-20T22:50:06.137Z | Compiling futures-task v0.3.32 |
| 1859 | 2026-06-20T22:50:06.182Z | Compiling synstructure v0.13.2 |
| 1860 | 2026-06-20T22:50:06.206Z | Compiling serde_derive_internals v0.29.1 |
| 1861 | 2026-06-20T22:50:06.357Z | Compiling dyn-clone v1.0.20 |
| 1862 | 2026-06-20T22:50:06.483Z | Compiling pest_meta v2.8.6 |
| 1863 | 2026-06-20T22:50:06.573Z | Compiling plain v0.2.3 |
| 1864 | 2026-06-20T22:50:06.596Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-06-20T22:50:06.609Z | Compiling num-conv v0.2.0 |
| 1866 | 2026-06-20T22:50:06.684Z | Compiling base64 v0.22.1 |
| 1867 | 2026-06-20T22:50:06.724Z | Compiling openssl v0.10.79 |
| 1868 | 2026-06-20T22:50:06.746Z | Compiling time-core v0.1.8 |
| 1869 | 2026-06-20T22:50:06.766Z | Compiling crossbeam-utils v0.8.21 |
| 1870 | 2026-06-20T22:50:06.889Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-06-20T22:50:06.905Z | Compiling regex-automata v0.4.14 |
| 1872 | 2026-06-20T22:50:06.922Z | Compiling time-macros v0.2.27 |
| 1873 | 2026-06-20T22:50:07.035Z | Compiling native-tls v0.2.18 |
| 1874 | 2026-06-20T22:50:07.066Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-06-20T22:50:07.084Z | Compiling pest_generator v2.8.6 |
| 1876 | 2026-06-20T22:50:07.087Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-06-20T22:50:07.137Z | Compiling darling_core v0.21.3 |
| 1878 | 2026-06-20T22:50:07.241Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1879 | 2026-06-20T22:50:07.411Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-06-20T22:50:07.427Z | Compiling flagset v0.4.7 |
| 1881 | 2026-06-20T22:50:07.442Z | Compiling rand_core v0.9.5 |
| 1882 | 2026-06-20T22:50:07.456Z | Compiling serde_derive v1.0.228 |
| 1883 | 2026-06-20T22:50:07.500Z | Compiling zeroize_derive v1.4.3 |
| 1884 | 2026-06-20T22:50:07.530Z | Compiling zerofrom-derive v0.1.6 |
| 1885 | 2026-06-20T22:50:07.565Z | Compiling yoke-derive v0.8.1 |
| 1886 | 2026-06-20T22:50:07.583Z | Compiling zerovec-derive v0.11.2 |
| 1887 | 2026-06-20T22:50:07.631Z | Compiling displaydoc v0.2.5 |
| 1888 | 2026-06-20T22:50:07.672Z | Compiling zerocopy-derive v0.8.40 |
| 1889 | 2026-06-20T22:50:07.695Z | Compiling tokio-macros v2.7.0 |
| 1890 | 2026-06-20T22:50:07.764Z | Compiling futures-macro v0.3.32 |
| 1891 | 2026-06-20T22:50:07.790Z | Compiling thiserror-impl v2.0.18 |
| 1892 | 2026-06-20T22:50:07.963Z | Compiling schemars_derive v0.8.22 |
| 1893 | 2026-06-20T22:50:08.134Z | Compiling zeroize v1.8.2 |
| 1894 | 2026-06-20T22:50:08.421Z | Compiling tracing-attributes v0.1.31 |
| 1895 | 2026-06-20T22:50:08.579Z | Compiling der_derive v0.7.3 |
| 1896 | 2026-06-20T22:50:08.594Z | Compiling thiserror-impl v1.0.69 |
| 1897 | 2026-06-20T22:50:08.659Z | Compiling pest_derive v2.8.6 |
| 1898 | 2026-06-20T22:50:08.691Z | Compiling zerofrom v0.1.6 |
| 1899 | 2026-06-20T22:50:08.846Z | Compiling yoke v0.8.1 |
| 1900 | 2026-06-20T22:50:09.065Z | Compiling crypto-common v0.1.7 |
| 1901 | 2026-06-20T22:50:09.186Z | Compiling zerovec v0.11.5 |
| 1902 | 2026-06-20T22:50:09.186Z | Compiling zerotrie v0.2.3 |
| 1903 | 2026-06-20T22:50:09.240Z | Compiling block-buffer v0.10.4 |
| 1904 | 2026-06-20T22:50:09.343Z | Compiling digest v0.10.7 |
| 1905 | 2026-06-20T22:50:09.417Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-06-20T22:50:09.547Z | Compiling hmac v0.12.1 |
| 1907 | 2026-06-20T22:50:09.604Z | Compiling block-padding v0.3.3 |
| 1908 | 2026-06-20T22:50:09.648Z | Compiling tinystr v0.8.2 |
| 1909 | 2026-06-20T22:50:09.690Z | Compiling potential_utf v0.1.4 |
| 1910 | 2026-06-20T22:50:09.765Z | Compiling sha2 v0.10.9 |
| 1911 | 2026-06-20T22:50:09.818Z | Compiling inout v0.1.4 |
| 1912 | 2026-06-20T22:50:09.818Z | Compiling rustls-pki-types v1.14.0 |
| 1913 | 2026-06-20T22:50:09.857Z | Compiling icu_locale_core v2.1.1 |
| 1914 | 2026-06-20T22:50:09.867Z | Compiling icu_collections v2.1.1 |
| 1915 | 2026-06-20T22:50:09.908Z | Compiling cipher v0.4.4 |
| 1916 | 2026-06-20T22:50:09.995Z | Compiling openssl-macros v0.1.1 |
| 1917 | 2026-06-20T22:50:10.117Z | Compiling scroll_derive v0.12.1 |
| 1918 | 2026-06-20T22:50:10.345Z | Compiling scroll_derive v0.13.1 |
| 1919 | 2026-06-20T22:50:10.562Z | Compiling icu_provider v2.1.1 |
| 1920 | 2026-06-20T22:50:10.637Z | Compiling bytes v1.11.1 |
| 1921 | 2026-06-20T22:50:10.679Z | Compiling chrono v0.4.44 |
| 1922 | 2026-06-20T22:50:10.779Z | Compiling serde_tokenstream v0.2.3 |
| 1923 | 2026-06-20T22:50:10.897Z | Compiling icu_normalizer v2.1.1 |
| 1924 | 2026-06-20T22:50:10.977Z | Compiling icu_properties v2.1.2 |
| 1925 | 2026-06-20T22:50:11.107Z | Compiling tokio v1.52.1 |
| 1926 | 2026-06-20T22:50:11.156Z | Compiling http v1.4.0 |
| 1927 | 2026-06-20T22:50:11.595Z | Compiling der v0.7.10 |
| 1928 | 2026-06-20T22:50:11.747Z | Compiling darling_macro v0.21.3 |
| 1929 | 2026-06-20T22:50:12.025Z | Compiling idna_adapter v1.2.1 |
| 1930 | 2026-06-20T22:50:12.205Z | Compiling idna v1.1.0 |
| 1931 | 2026-06-20T22:50:12.229Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-06-20T22:50:12.277Z | Compiling regex v1.12.3 |
| 1933 | 2026-06-20T22:50:12.349Z | Compiling zerocopy-derive v0.7.35 |
| 1934 | 2026-06-20T22:50:12.461Z | Compiling slog v2.8.2 |
| 1935 | 2026-06-20T22:50:12.542Z | Compiling url v2.5.8 |
| 1936 | 2026-06-20T22:50:12.607Z | Compiling tracing-core v0.1.36 |
| 1937 | 2026-06-20T22:50:12.803Z | Compiling untrusted v0.9.0 |
| 1938 | 2026-06-20T22:50:13.169Z | Compiling tracing v0.1.44 |
| 1939 | 2026-06-20T22:50:13.425Z | Compiling spki v0.7.3 |
| 1940 | 2026-06-20T22:50:13.481Z | Compiling darling v0.21.3 |
| 1941 | 2026-06-20T22:50:13.580Z | Compiling salsa20 v0.10.2 |
| 1942 | 2026-06-20T22:50:13.662Z | Compiling pbkdf2 v0.12.2 |
| 1943 | 2026-06-20T22:50:14.138Z | Compiling cookie v0.18.1 |
| 1944 | 2026-06-20T22:50:14.142Z | Compiling camino v1.2.2 |
| 1945 | 2026-06-20T22:50:14.348Z | Compiling scrypt v0.11.0 |
| 1946 | 2026-06-20T22:50:14.427Z | Compiling rand_chacha v0.9.0 |
| 1947 | 2026-06-20T22:50:14.454Z | Compiling http-body v1.0.1 |
| 1948 | 2026-06-20T22:50:14.577Z | Compiling aes v0.8.4 |
| 1949 | 2026-06-20T22:50:14.599Z | Compiling cbc v0.1.2 |
| 1950 | 2026-06-20T22:50:14.671Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-06-20T22:50:14.731Z | Compiling fastrand v2.3.0 |
| 1952 | 2026-06-20T22:50:14.755Z | Compiling either v1.15.0 |
| 1953 | 2026-06-20T22:50:14.810Z | Compiling paste v1.0.15 |
| 1954 | 2026-06-20T22:50:14.855Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-06-20T22:50:14.874Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-06-20T22:50:14.921Z | Compiling untrusted v0.7.1 |
| 1957 | 2026-06-20T22:50:14.981Z | Compiling tokio-util v0.7.18 |
| 1958 | 2026-06-20T22:50:15.071Z | Compiling unicode-segmentation v1.12.0 |
| 1959 | 2026-06-20T22:50:15.089Z | Compiling tinyvec_macros v0.1.1 |
| 1960 | 2026-06-20T22:50:15.119Z | Compiling ref-cast v1.0.25 |
| 1961 | 2026-06-20T22:50:15.123Z | Compiling winnow v0.7.14 |
| 1962 | 2026-06-20T22:50:15.169Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-06-20T22:50:15.194Z | Compiling pkcs5 v0.7.1 |
| 1964 | 2026-06-20T22:50:15.214Z | Compiling rand v0.9.2 |
| 1965 | 2026-06-20T22:50:15.634Z | Compiling scroll v0.13.0 |
| 1966 | 2026-06-20T22:50:15.660Z | Compiling scroll v0.12.0 |
| 1967 | 2026-06-20T22:50:15.725Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-06-20T22:50:15.811Z | Compiling serde_spanned v0.6.9 |
| 1969 | 2026-06-20T22:50:15.925Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-06-20T22:50:15.942Z | Compiling heapless v0.7.17 |
| 1971 | 2026-06-20T22:50:15.997Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-06-20T22:50:16.040Z | Compiling atomic-waker v1.1.2 |
| 1973 | 2026-06-20T22:50:16.168Z | Compiling rustix v0.38.44 |
| 1974 | 2026-06-20T22:50:16.201Z | Compiling try-lock v0.2.5 |
| 1975 | 2026-06-20T22:50:16.220Z | Compiling tower-service v0.3.3 |
| 1976 | 2026-06-20T22:50:16.313Z | Compiling tower-layer v0.3.3 |
| 1977 | 2026-06-20T22:50:16.347Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-06-20T22:50:16.350Z | Compiling signal-hook v0.3.18 |
| 1979 | 2026-06-20T22:50:16.350Z | Compiling want v0.3.1 |
| 1980 | 2026-06-20T22:50:16.479Z | Compiling h2 v0.4.13 |
| 1981 | 2026-06-20T22:50:16.500Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-06-20T22:50:16.599Z | Compiling goblin v0.8.2 |
| 1983 | 2026-06-20T22:50:16.602Z | Compiling goblin v0.10.5 |
| 1984 | 2026-06-20T22:50:16.826Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-06-20T22:50:16.885Z | Compiling heck v0.4.1 |
| 1986 | 2026-06-20T22:50:17.080Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-06-20T22:50:17.132Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-06-20T22:50:17.150Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-06-20T22:50:17.465Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-06-20T22:50:17.518Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-06-20T22:50:17.630Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-06-20T22:50:17.649Z | Compiling litrs v1.0.0 |
| 1993 | 2026-06-20T22:50:17.833Z | Compiling httpdate v1.0.3 |
| 1994 | 2026-06-20T22:50:17.941Z | Compiling utf8parse v0.2.2 |
| 1995 | 2026-06-20T22:50:18.067Z | Compiling winnow v0.5.40 |
| 1996 | 2026-06-20T22:50:18.140Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-06-20T22:50:18.152Z | Compiling pin-utils v0.1.0 |
| 1998 | 2026-06-20T22:50:18.239Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-06-20T22:50:18.312Z | Compiling document-features v0.2.12 |
| 2000 | 2026-06-20T22:50:18.328Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-06-20T22:50:18.820Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-06-20T22:50:19.107Z | Compiling dof v0.3.0 |
| 2003 | 2026-06-20T22:50:19.304Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-06-20T22:50:19.409Z | Compiling dof v0.4.0 |
| 2005 | 2026-06-20T22:50:19.455Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-06-20T22:50:19.511Z | Compiling hyper v1.8.1 |
| 2007 | 2026-06-20T22:50:19.530Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-06-20T22:50:19.778Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-06-20T22:50:19.963Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-06-20T22:50:20.077Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-06-20T22:50:20.209Z | Compiling spin v0.9.8 |
| 2012 | 2026-06-20T22:50:20.224Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-06-20T22:50:20.325Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-06-20T22:50:20.363Z | Compiling socket2 v0.5.10 |
| 2015 | 2026-06-20T22:50:20.436Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-06-20T22:50:20.451Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-06-20T22:50:20.484Z | Compiling anstyle v1.0.14 |
| 2018 | 2026-06-20T22:50:20.487Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-06-20T22:50:20.647Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-06-20T22:50:20.741Z | Compiling nix v0.31.2 |
| 2021 | 2026-06-20T22:50:20.756Z | Compiling deranged v0.5.8 |
| 2022 | 2026-06-20T22:50:20.773Z | Compiling hyper-util v0.1.20 |
| 2023 | 2026-06-20T22:50:21.095Z | Compiling darling v0.20.11 |
| 2024 | 2026-06-20T22:50:21.198Z | Compiling rustls-native-certs v0.8.3 |
| 2025 | 2026-06-20T22:50:21.255Z | Compiling ipnetwork v0.21.1 |
| 2026 | 2026-06-20T22:50:21.459Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-06-20T22:50:21.502Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-06-20T22:50:21.687Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-06-20T22:50:21.806Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-06-20T22:50:21.857Z | Compiling colorchoice v1.0.4 |
| 2031 | 2026-06-20T22:50:21.997Z | Compiling anstyle-query v1.1.5 |
| 2032 | 2026-06-20T22:50:22.089Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-06-20T22:50:22.155Z | Compiling siphasher v1.0.2 |
| 2034 | 2026-06-20T22:50:22.241Z | Compiling num_threads v0.1.7 |
| 2035 | 2026-06-20T22:50:22.284Z | Compiling simd-adler32 v0.3.8 |
| 2036 | 2026-06-20T22:50:22.334Z | Compiling is_terminal_polyfill v1.70.2 |
| 2037 | 2026-06-20T22:50:22.377Z | Compiling bit-vec v0.8.0 |
| 2038 | 2026-06-20T22:50:22.509Z | Compiling time v0.3.47 |
| 2039 | 2026-06-20T22:50:22.593Z | Compiling bit-set v0.8.0 |
| 2040 | 2026-06-20T22:50:22.788Z | Compiling rusty-fork v0.3.1 |
| 2041 | 2026-06-20T22:50:22.813Z | Compiling tower v0.5.3 |
| 2042 | 2026-06-20T22:50:22.991Z | Compiling derive_builder_core v0.20.2 |
| 2043 | 2026-06-20T22:50:23.152Z | Compiling snafu-derive v0.8.9 |
| 2044 | 2026-06-20T22:50:23.182Z | Compiling http-body-util v0.1.3 |
| 2045 | 2026-06-20T22:50:23.438Z | Compiling webpki-roots v1.0.6 |
| 2046 | 2026-06-20T22:50:23.590Z | Compiling signature v2.2.0 |
| 2047 | 2026-06-20T22:50:23.637Z | Compiling hubpack_derive v0.1.1 |
| 2048 | 2026-06-20T22:50:23.775Z | Compiling rand_xorshift v0.4.0 |
| 2049 | 2026-06-20T22:50:23.797Z | Compiling strum_macros v0.27.2 |
| 2050 | 2026-06-20T22:50:23.847Z | Compiling fs-err v3.3.0 |
| 2051 | 2026-06-20T22:50:23.879Z | Compiling ahash v0.8.12 |
| 2052 | 2026-06-20T22:50:24.072Z | Compiling unicode-bidi v0.3.18 |
| 2053 | 2026-06-20T22:50:24.120Z | Compiling unarray v0.1.4 |
| 2054 | 2026-06-20T22:50:24.231Z | Compiling allocator-api2 v0.2.21 |
| 2055 | 2026-06-20T22:50:24.251Z | Compiling unicode-properties v0.1.4 |
| 2056 | 2026-06-20T22:50:24.328Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-06-20T22:50:24.484Z | Compiling object v0.37.3 |
| 2058 | 2026-06-20T22:50:24.549Z | Compiling ryu v1.0.23 |
| 2059 | 2026-06-20T22:50:24.565Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-06-20T22:50:24.570Z | Compiling stringprep v0.1.5 |
| 2061 | 2026-06-20T22:50:24.717Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-06-20T22:50:24.734Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-06-20T22:50:24.772Z | Compiling proptest v1.10.0 |
| 2064 | 2026-06-20T22:50:25.272Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-06-20T22:50:25.290Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-06-20T22:50:25.422Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-06-20T22:50:25.499Z | Compiling tower-http v0.6.8 |
| 2068 | 2026-06-20T22:50:25.565Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-06-20T22:50:25.787Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-06-20T22:50:26.155Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-06-20T22:50:26.172Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-06-20T22:50:26.187Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-06-20T22:50:26.192Z | Compiling bstr v1.12.1 |
| 2074 | 2026-06-20T22:50:26.366Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-06-20T22:50:26.370Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-06-20T22:50:26.448Z | Compiling vergen-lib v9.1.0 |
| 2077 | 2026-06-20T22:50:26.530Z | Compiling ff v0.13.1 |
| 2078 | 2026-06-20T22:50:26.579Z | Compiling encoding_rs v0.8.35 |
| 2079 | 2026-06-20T22:50:26.634Z | Compiling mime v0.3.17 |
| 2080 | 2026-06-20T22:50:26.706Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-06-20T22:50:26.719Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-06-20T22:50:26.807Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-06-20T22:50:26.810Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-06-20T22:50:26.839Z | Compiling publicsuffix v2.3.0 |
| 2085 | 2026-06-20T22:50:26.854Z | Compiling sec1 v0.7.3 |
| 2086 | 2026-06-20T22:50:27.006Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-06-20T22:50:27.106Z | Compiling group v0.13.0 |
| 2088 | 2026-06-20T22:50:27.174Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-06-20T22:50:27.189Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-06-20T22:50:27.374Z | Compiling rand v0.8.6 |
| 2091 | 2026-06-20T22:50:27.889Z | Compiling oxnet v0.1.6 |
| 2092 | 2026-06-20T22:50:27.948Z | Compiling anstream v1.0.0 |
| 2093 | 2026-06-20T22:50:27.981Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-06-20T22:50:28.013Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-06-20T22:50:28.076Z | Compiling phf_shared v0.13.1 |
| 2096 | 2026-06-20T22:50:28.178Z | Compiling pin-project v1.1.11 |
| 2097 | 2026-06-20T22:50:28.246Z | Compiling lazy_static v1.5.0 |
| 2098 | 2026-06-20T22:50:28.265Z | Compiling anstyle-parse v0.2.7 |
| 2099 | 2026-06-20T22:50:28.356Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-06-20T22:50:28.373Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-06-20T22:50:28.376Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-06-20T22:50:28.406Z | Compiling hex v0.4.3 |
| 2103 | 2026-06-20T22:50:28.518Z | Compiling hkdf v0.12.4 |
| 2104 | 2026-06-20T22:50:28.605Z | Compiling crypto-bigint v0.5.5 |
| 2105 | 2026-06-20T22:50:28.623Z | Compiling clap_derive v4.6.1 |
| 2106 | 2026-06-20T22:50:28.641Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-06-20T22:50:28.657Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-06-20T22:50:28.688Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-06-20T22:50:28.761Z | Compiling vergen v9.1.0 |
| 2110 | 2026-06-20T22:50:28.773Z | Compiling cargo-platform v0.3.2 |
| 2111 | 2026-06-20T22:50:28.961Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-06-20T22:50:29.040Z | Compiling bitflags v1.3.2 |
| 2113 | 2026-06-20T22:50:29.137Z | Compiling managed v0.8.0 |
| 2114 | 2026-06-20T22:50:29.183Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-06-20T22:50:29.227Z | Compiling same-file v1.0.6 |
| 2116 | 2026-06-20T22:50:29.285Z | Compiling clap_lex v1.0.0 |
| 2117 | 2026-06-20T22:50:29.366Z | Compiling libbz2-rs-sys v0.2.2 |
| 2118 | 2026-06-20T22:50:29.400Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-06-20T22:50:29.518Z | Compiling bumpalo v3.20.2 |
| 2120 | 2026-06-20T22:50:29.589Z | Compiling hashbrown v0.16.1 |
| 2121 | 2026-06-20T22:50:29.716Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-06-20T22:50:29.859Z | Compiling bzip2 v0.6.1 |
| 2123 | 2026-06-20T22:50:29.968Z | Compiling zopfli v0.8.3 |
| 2124 | 2026-06-20T22:50:29.989Z | Compiling clap_builder v4.6.0 |
| 2125 | 2026-06-20T22:50:30.077Z | Compiling walkdir v2.5.0 |
| 2126 | 2026-06-20T22:50:30.084Z | Compiling hashbrown v0.15.5 |
| 2127 | 2026-06-20T22:50:30.225Z | Compiling cargo_metadata v0.23.1 |
| 2128 | 2026-06-20T22:50:30.368Z | Compiling futures v0.3.32 |
| 2129 | 2026-06-20T22:50:30.524Z | Compiling anstream v0.6.21 |
| 2130 | 2026-06-20T22:50:30.760Z | Compiling zstd v0.13.3 |
| 2131 | 2026-06-20T22:50:31.010Z | Compiling snafu v0.8.9 |
| 2132 | 2026-06-20T22:50:31.040Z | Compiling phf v0.13.1 |
| 2133 | 2026-06-20T22:50:31.231Z | Compiling daft v0.1.7 |
| 2134 | 2026-06-20T22:50:31.521Z | Compiling signal-hook-mio v0.2.5 |
| 2135 | 2026-06-20T22:50:31.538Z | Compiling cookie_store v0.22.1 |
| 2136 | 2026-06-20T22:50:31.661Z | Compiling postgres-types v0.2.12 |
| 2137 | 2026-06-20T22:50:31.677Z | Compiling bzip2 v0.4.4 |
| 2138 | 2026-06-20T22:50:31.779Z | Compiling globset v0.4.18 |
| 2139 | 2026-06-20T22:50:31.810Z | Compiling strum v0.27.2 |
| 2140 | 2026-06-20T22:50:31.923Z | Compiling hubpack v0.1.2 |
| 2141 | 2026-06-20T22:50:31.970Z | Compiling ed25519 v2.2.3 |
| 2142 | 2026-06-20T22:50:31.972Z | Compiling phf_shared v0.11.3 |
| 2143 | 2026-06-20T22:50:32.094Z | Compiling crossbeam-epoch v0.9.18 |
| 2144 | 2026-06-20T22:50:32.185Z | Compiling olpc-cjson v0.1.4 |
| 2145 | 2026-06-20T22:50:32.201Z | Compiling pkcs1 v0.7.5 |
| 2146 | 2026-06-20T22:50:32.233Z | Compiling pem v3.0.6 |
| 2147 | 2026-06-20T22:50:32.365Z | Compiling serde_plain v1.0.2 |
| 2148 | 2026-06-20T22:50:32.402Z | Compiling serde-big-array v0.5.1 |
| 2149 | 2026-06-20T22:50:32.418Z | Compiling rfc6979 v0.4.0 |
| 2150 | 2026-06-20T22:50:32.502Z | Compiling float-cmp v0.10.0 |
| 2151 | 2026-06-20T22:50:32.544Z | Compiling memmap2 v0.9.10 |
| 2152 | 2026-06-20T22:50:32.568Z | Compiling env_filter v1.0.0 |
| 2153 | 2026-06-20T22:50:32.585Z | Compiling predicates-core v1.0.10 |
| 2154 | 2026-06-20T22:50:32.620Z | Compiling jiff v0.2.21 |
| 2155 | 2026-06-20T22:50:32.623Z | Compiling data-encoding v2.10.0 |
| 2156 | 2026-06-20T22:50:32.652Z | Compiling typed-path v0.9.3 |
| 2157 | 2026-06-20T22:50:32.795Z | Compiling fixedbitset v0.5.7 |
| 2158 | 2026-06-20T22:50:32.844Z | Compiling keccak v0.1.6 |
| 2159 | 2026-06-20T22:50:32.860Z | Compiling precomputed-hash v0.1.1 |
| 2160 | 2026-06-20T22:50:32.889Z | Compiling difflib v0.4.0 |
| 2161 | 2026-06-20T22:50:32.923Z | Compiling new_debug_unreachable v1.0.6 |
| 2162 | 2026-06-20T22:50:32.970Z | Compiling fixedbitset v0.4.2 |
| 2163 | 2026-06-20T22:50:32.985Z | Compiling static_assertions v1.1.0 |
| 2164 | 2026-06-20T22:50:33.023Z | Compiling whoami v2.1.0 |
| 2165 | 2026-06-20T22:50:33.069Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-06-20T22:50:33.088Z | Compiling normalize-line-endings v0.3.0 |
| 2167 | 2026-06-20T22:50:33.099Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2168 | 2026-06-20T22:50:33.199Z | Compiling predicates v3.1.4 |
| 2169 | 2026-06-20T22:50:33.212Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-06-20T22:50:33.215Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-06-20T22:50:33.290Z | Compiling tokio-postgres v0.7.16 |
| 2172 | 2026-06-20T22:50:33.365Z | Compiling toml_edit v0.22.27 |
| 2173 | 2026-06-20T22:50:33.382Z | Compiling string_cache v0.8.9 |
| 2174 | 2026-06-20T22:50:33.387Z | Compiling sha3 v0.10.8 |
| 2175 | 2026-06-20T22:50:33.625Z | Compiling hickory-proto v0.25.2 |
| 2176 | 2026-06-20T22:50:33.831Z | Compiling env_logger v0.11.9 |
| 2177 | 2026-06-20T22:50:34.168Z | Compiling usdt v0.6.0 |
| 2178 | 2026-06-20T22:50:34.297Z | Compiling ecdsa v0.16.9 |
| 2179 | 2026-06-20T22:50:34.448Z | Compiling rsa v0.9.10 |
| 2180 | 2026-06-20T22:50:34.743Z | Compiling ed25519-dalek v2.2.0 |
| 2181 | 2026-06-20T22:50:35.348Z | Compiling zip v4.6.1 |
| 2182 | 2026-06-20T22:50:35.369Z | Compiling zip v0.6.6 |
| 2183 | 2026-06-20T22:50:35.717Z | Compiling crossterm v0.28.1 |
| 2184 | 2026-06-20T22:50:35.842Z | Compiling clap v4.6.1 |
| 2185 | 2026-06-20T22:50:35.893Z | Compiling iddqd v0.4.2 |
| 2186 | 2026-06-20T22:50:35.953Z | Compiling serde_with v3.17.0 |
| 2187 | 2026-06-20T22:50:36.204Z | Compiling similar v2.7.0 |
| 2188 | 2026-06-20T22:50:36.264Z | Compiling strum v0.26.3 |
| 2189 | 2026-06-20T22:50:36.279Z | Compiling toml v0.7.8 |
| 2190 | 2026-06-20T22:50:36.354Z | Compiling tokio-stream v0.1.18 |
| 2191 | 2026-06-20T22:50:36.475Z | Compiling itertools v0.13.0 |
| 2192 | 2026-06-20T22:50:36.842Z | Compiling buf-list v1.1.2 |
| 2193 | 2026-06-20T22:50:36.922Z | Compiling x509-cert v0.2.5 |
| 2194 | 2026-06-20T22:50:37.028Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2195 | 2026-06-20T22:50:37.150Z | Compiling openapiv3 v2.2.0 |
| 2196 | 2026-06-20T22:50:37.349Z | Compiling sha1 v0.10.6 |
| 2197 | 2026-06-20T22:50:37.735Z | Compiling peg-runtime v0.8.5 |
| 2198 | 2026-06-20T22:50:37.783Z | Compiling lalrpop-util v0.19.12 |
| 2199 | 2026-06-20T22:50:53.182Z | Compiling rustls-webpki v0.103.9 |
| 2200 | 2026-06-20T22:50:54.090Z | Compiling macaddr v1.0.1 |
| 2201 | 2026-06-20T22:50:54.174Z | Compiling structmeta-derive v0.3.0 |
| 2202 | 2026-06-20T22:50:54.237Z | Compiling crucible-workspace-hack v0.1.0 |
| 2203 | 2026-06-20T22:50:54.397Z | Compiling rayon-core v1.13.0 |
| 2204 | 2026-06-20T22:50:54.469Z | Compiling itertools v0.14.0 |
| 2205 | 2026-06-20T22:50:54.497Z | Compiling secrecy v0.10.3 |
| 2206 | 2026-06-20T22:50:54.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-06-20T22:50:54.652Z | Compiling rustls v0.22.4 |
| 2208 | 2026-06-20T22:50:54.696Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2209 | 2026-06-20T22:50:54.856Z | Compiling heapless v0.8.0 |
| 2210 | 2026-06-20T22:50:54.885Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2211 | 2026-06-20T22:50:55.063Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-06-20T22:50:55.096Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-06-20T22:50:55.125Z | Compiling rustls-webpki v0.102.8 |
| 2214 | 2026-06-20T22:50:55.191Z | Compiling hash32 v0.3.1 |
| 2215 | 2026-06-20T22:50:55.220Z | Compiling structmeta v0.3.0 |
| 2216 | 2026-06-20T22:50:55.269Z | Compiling multer v3.1.0 |
| 2217 | 2026-06-20T22:50:55.315Z | Compiling thread_local v1.1.9 |
| 2218 | 2026-06-20T22:50:55.358Z | Compiling compression-core v0.4.31 |
| 2219 | 2026-06-20T22:50:55.384Z | Compiling smoltcp v0.11.0 |
| 2220 | 2026-06-20T22:50:55.401Z | Compiling unicode-width v0.2.0 |
| 2221 | 2026-06-20T22:50:55.454Z | Compiling match_cfg v0.1.0 |
| 2222 | 2026-06-20T22:50:55.495Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2223 | 2026-06-20T22:50:55.549Z | Compiling slog-async v2.8.0 |
| 2224 | 2026-06-20T22:50:55.563Z | Compiling hostname v0.3.1 |
| 2225 | 2026-06-20T22:50:55.763Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-06-20T22:50:55.766Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-06-20T22:50:55.812Z | Compiling derive-ex v0.1.8 |
| 2228 | 2026-06-20T22:50:55.815Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-06-20T22:50:55.923Z | Compiling atomicwrites v0.4.4 |
| 2230 | 2026-06-20T22:50:56.007Z | Compiling slog-json v2.6.1 |
| 2231 | 2026-06-20T22:50:56.166Z | Compiling crossbeam-channel v0.5.15 |
| 2232 | 2026-06-20T22:50:56.237Z | Compiling half v2.7.1 |
| 2233 | 2026-06-20T22:50:56.283Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-06-20T22:50:56.298Z | Compiling cobs v0.3.0 |
| 2235 | 2026-06-20T22:50:56.366Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2236 | 2026-06-20T22:50:56.600Z | Compiling universal-hash v0.5.1 |
| 2237 | 2026-06-20T22:50:56.623Z | Compiling async-stream-impl v0.3.6 |
| 2238 | 2026-06-20T22:50:56.770Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2239 | 2026-06-20T22:50:56.904Z | Compiling tokio-rustls v0.26.4 |
| 2240 | 2026-06-20T22:50:56.964Z | Compiling rustls-platform-verifier v0.6.2 |
| 2241 | 2026-06-20T22:50:57.030Z | Compiling serde_spanned v1.0.4 |
| 2242 | 2026-06-20T22:50:57.218Z | Compiling hyper-rustls v0.27.7 |
| 2243 | 2026-06-20T22:50:57.221Z | Compiling is-terminal v0.4.17 |
| 2244 | 2026-06-20T22:50:57.250Z | Compiling dropshot v0.17.0 |
| 2245 | 2026-06-20T22:50:57.253Z | Compiling proc-macro-error-attr v1.0.4 |
| 2246 | 2026-06-20T22:50:57.282Z | Compiling term v1.2.1 |
| 2247 | 2026-06-20T22:50:57.356Z | Compiling ciborium-io v0.2.2 |
| 2248 | 2026-06-20T22:50:57.379Z | Compiling convert_case v0.4.0 |
| 2249 | 2026-06-20T22:50:57.433Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2250 | 2026-06-20T22:50:57.449Z | Compiling opaque-debug v0.3.1 |
| 2251 | 2026-06-20T22:50:57.484Z | Compiling reqwest v0.12.28 |
| 2252 | 2026-06-20T22:50:57.500Z | Compiling reqwest v0.13.2 |
| 2253 | 2026-06-20T22:50:57.503Z | Compiling take_mut v0.2.2 |
| 2254 | 2026-06-20T22:50:57.541Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2255 | 2026-06-20T22:50:57.572Z | Compiling poly1305 v0.8.0 |
| 2256 | 2026-06-20T22:50:57.645Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-20T22:50:57.664Z | Compiling slog-term v2.9.2 |
| 2258 | 2026-06-20T22:50:57.719Z | Compiling derive_more v0.99.20 |
| 2259 | 2026-06-20T22:50:57.851Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-06-20T22:50:58.205Z | Compiling thiserror-no-std v2.0.2 |
| 2261 | 2026-06-20T22:50:58.240Z | Compiling ciborium-ll v0.2.2 |
| 2262 | 2026-06-20T22:50:58.320Z | Compiling test-strategy v0.4.5 |
| 2263 | 2026-06-20T22:50:58.471Z | Compiling ingot-types v0.1.2 |
| 2264 | 2026-06-20T22:50:58.535Z | Compiling async-stream v0.3.6 |
| 2265 | 2026-06-20T22:50:58.581Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2266 | 2026-06-20T22:50:58.761Z | Compiling postcard v1.1.3 |
| 2267 | 2026-06-20T22:50:58.873Z | Compiling ingot v0.1.1 |
| 2268 | 2026-06-20T22:50:58.959Z | Compiling num_enum_derive v0.7.6 |
| 2269 | 2026-06-20T22:50:59.010Z | Compiling slog-bunyan v2.5.0 |
| 2270 | 2026-06-20T22:50:59.118Z | Compiling tough v0.22.0 |
| 2271 | 2026-06-20T22:50:59.164Z | Compiling async-compression v0.4.41 |
| 2272 | 2026-06-20T22:50:59.635Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-06-20T22:50:59.665Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2274 | 2026-06-20T22:50:59.912Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-06-20T22:50:59.946Z | Compiling proc-macro-crate v1.3.1 |
| 2276 | 2026-06-20T22:51:00.168Z | Compiling waitgroup v0.1.2 |
| 2277 | 2026-06-20T22:51:00.318Z | Compiling backon v1.6.0 |
| 2278 | 2026-06-20T22:51:00.368Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2279 | 2026-06-20T22:51:00.384Z | Compiling password-hash v0.5.0 |
| 2280 | 2026-06-20T22:51:00.422Z | Compiling dropshot_endpoint v0.17.0 |
| 2281 | 2026-06-20T22:51:00.630Z | Compiling chacha20 v0.9.1 |
| 2282 | 2026-06-20T22:51:00.878Z | Compiling rustls-pemfile v2.2.0 |
| 2283 | 2026-06-20T22:51:00.908Z | Compiling blake2 v0.10.6 |
| 2284 | 2026-06-20T22:51:00.986Z | Compiling aead v0.5.2 |
| 2285 | 2026-06-20T22:51:01.126Z | Compiling foreign-types-macros v0.2.3 |
| 2286 | 2026-06-20T22:51:01.142Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2287 | 2026-06-20T22:51:01.196Z | Compiling serde_path_to_error v0.1.20 |
| 2288 | 2026-06-20T22:51:01.199Z | Compiling hostname v0.4.2 |
| 2289 | 2026-06-20T22:51:01.371Z | Compiling proc-macro-error v1.0.4 |
| 2290 | 2026-06-20T22:51:01.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2291 | 2026-06-20T22:51:01.445Z | Compiling instant v0.1.13 |
| 2292 | 2026-06-20T22:51:01.474Z | Compiling cpufeatures v0.3.0 |
| 2293 | 2026-06-20T22:51:01.574Z | Compiling foreign-types-shared v0.3.1 |
| 2294 | 2026-06-20T22:51:01.574Z | Compiling typeid v1.0.3 |
| 2295 | 2026-06-20T22:51:01.604Z | Compiling debug-ignore v1.0.5 |
| 2296 | 2026-06-20T22:51:01.668Z | Compiling chacha20 v0.10.0 |
| 2297 | 2026-06-20T22:51:01.697Z | Compiling backoff v0.4.0 |
| 2298 | 2026-06-20T22:51:01.713Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2299 | 2026-06-20T22:51:01.731Z | Compiling argon2 v0.5.3 |
| 2300 | 2026-06-20T22:51:01.735Z | Compiling foreign-types v0.5.0 |
| 2301 | 2026-06-20T22:51:01.767Z | Compiling parse-display v0.10.0 |
| 2302 | 2026-06-20T22:51:01.787Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-06-20T22:51:01.804Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2304 | 2026-06-20T22:51:01.855Z | Compiling num_enum_derive v0.5.11 |
| 2305 | 2026-06-20T22:51:01.944Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2306 | 2026-06-20T22:51:01.961Z | Compiling num_enum v0.7.6 |
| 2307 | 2026-06-20T22:51:01.978Z | Compiling ciborium v0.2.2 |
| 2308 | 2026-06-20T22:51:01.997Z | Compiling vsss-rs v3.3.4 |
| 2309 | 2026-06-20T22:51:02.291Z | Compiling tabwriter v1.4.1 |
| 2310 | 2026-06-20T22:51:02.417Z | Compiling regress v0.10.5 |
| 2311 | 2026-06-20T22:51:02.700Z | Compiling byte-wrapper v0.1.0 |
| 2312 | 2026-06-20T22:51:02.716Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2313 | 2026-06-20T22:51:02.770Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2314 | 2026-06-20T22:51:02.815Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-06-20T22:51:02.870Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2316 | 2026-06-20T22:51:02.873Z | Compiling cstr-argument v0.1.2 |
| 2317 | 2026-06-20T22:51:02.903Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2318 | 2026-06-20T22:51:03.078Z | Compiling erased-serde v0.4.9 |
| 2319 | 2026-06-20T22:51:03.125Z | Compiling humantime v2.3.0 |
| 2320 | 2026-06-20T22:51:03.141Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2321 | 2026-06-20T22:51:03.280Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-06-20T22:51:03.463Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-06-20T22:51:03.483Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-06-20T22:51:03.518Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2325 | 2026-06-20T22:51:03.594Z | Compiling rand v0.10.0 |
| 2326 | 2026-06-20T22:51:03.612Z | Compiling rayon v1.11.0 |
| 2327 | 2026-06-20T22:51:03.640Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2328 | 2026-06-20T22:51:03.654Z | Compiling indent_write v2.2.0 |
| 2329 | 2026-06-20T22:51:03.728Z | Compiling colored v3.1.1 |
| 2330 | 2026-06-20T22:51:03.782Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2331 | 2026-06-20T22:51:03.807Z | Compiling libefi-sys v0.1.0 |
| 2332 | 2026-06-20T22:51:03.831Z | Compiling zone_cfg_derive v0.3.1 |
| 2333 | 2026-06-20T22:51:03.907Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2334 | 2026-06-20T22:51:04.054Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-06-20T22:51:04.059Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2336 | 2026-06-20T22:51:04.067Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-06-20T22:51:04.291Z | Compiling itertools v0.12.1 |
| 2338 | 2026-06-20T22:51:04.410Z | Compiling usdt-attr-macro v0.5.0 |
| 2339 | 2026-06-20T22:51:04.437Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-06-20T22:51:04.465Z | Compiling bitfield-struct v0.6.2 |
| 2341 | 2026-06-20T22:51:04.481Z | Compiling num-derive v0.4.2 |
| 2342 | 2026-06-20T22:51:04.553Z | Compiling blake3 v1.8.3 |
| 2343 | 2026-06-20T22:51:04.568Z | Compiling ordered-float v2.10.1 |
| 2344 | 2026-06-20T22:51:04.879Z | Compiling memmap v0.7.0 |
| 2345 | 2026-06-20T22:51:04.925Z | Compiling sigpipe v0.1.3 |
| 2346 | 2026-06-20T22:51:05.048Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2347 | 2026-06-20T22:51:05.128Z | Compiling glob v0.3.3 |
| 2348 | 2026-06-20T22:51:05.147Z | Compiling swrite v0.1.0 |
| 2349 | 2026-06-20T22:51:05.165Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2350 | 2026-06-20T22:51:05.189Z | Compiling usdt v0.5.0 |
| 2351 | 2026-06-20T22:51:05.287Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2352 | 2026-06-20T22:51:05.397Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2353 | 2026-06-20T22:51:05.510Z | Compiling serde-value v0.7.0 |
| 2354 | 2026-06-20T22:51:05.806Z | Compiling zone v0.3.1 |
| 2355 | 2026-06-20T22:51:05.824Z | Compiling serde-untagged v0.1.9 |
| 2356 | 2026-06-20T22:51:05.844Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2357 | 2026-06-20T22:51:06.088Z | Compiling toml v0.8.23 |
| 2358 | 2026-06-20T22:51:06.104Z | Compiling smf v0.2.3 |
| 2359 | 2026-06-20T22:51:06.122Z | Compiling filetime v0.2.27 |
| 2360 | 2026-06-20T22:51:06.122Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-06-20T22:51:06.166Z | Compiling xattr v1.6.1 |
| 2362 | 2026-06-20T22:51:06.215Z | Compiling unicode-xid v0.2.6 |
| 2363 | 2026-06-20T22:51:06.232Z | Compiling arrayref v0.3.9 |
| 2364 | 2026-06-20T22:51:06.247Z | Compiling constant_time_eq v0.4.2 |
| 2365 | 2026-06-20T22:51:06.329Z | Compiling arrayvec v0.7.6 |
| 2366 | 2026-06-20T22:51:06.349Z | Compiling whoami v1.6.1 |
| 2367 | 2026-06-20T22:51:06.382Z | Compiling tar v0.4.45 |
| 2368 | 2026-06-20T22:51:06.386Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-06-20T22:51:06.422Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2370 | 2026-06-20T22:51:06.465Z | Compiling tokio-dtrace v0.1.1 |
| 2371 | 2026-06-20T22:51:06.598Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-06-20T22:51:06.807Z | Compiling console v0.16.2 |
| 2373 | 2026-06-20T22:51:06.830Z | Compiling gethostname v0.5.0 |
| 2374 | 2026-06-20T22:51:06.985Z | Compiling cargo-platform v0.2.0 |
| 2375 | 2026-06-20T22:51:07.081Z | Compiling topological-sort v0.2.2 |
| 2376 | 2026-06-20T22:51:07.208Z | Compiling unit-prefix v0.5.2 |
| 2377 | 2026-06-20T22:51:07.273Z | Compiling oxide-tokio-rt v0.1.4 |
| 2378 | 2026-06-20T22:51:07.287Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2379 | 2026-06-20T22:51:07.402Z | Compiling indicatif v0.18.4 |
| 2380 | 2026-06-20T22:51:07.440Z | Compiling shell-words v1.1.1 |
| 2381 | 2026-06-20T22:51:07.846Z | Compiling cargo_metadata v0.21.0 |
| 2382 | 2026-06-20T22:51:17.277Z | Compiling progenitor-client v0.14.0 |
| 2383 | 2026-06-20T22:51:17.295Z | Compiling omicron-zone-package v0.12.2 |
| 2384 | 2026-06-20T22:51:17.773Z | Compiling progenitor-extras v0.2.0 |
| 2385 | 2026-06-20T22:51:19.988Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2386 | 2026-06-20T22:51:20.071Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2387 | 2026-06-20T22:51:20.169Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2388 | 2026-06-20T22:51:20.221Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-06-20T22:51:20.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-06-20T22:51:20.344Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2391 | 2026-06-20T22:51:20.348Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2392 | 2026-06-20T22:51:20.377Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2026-06-20T22:51:20.492Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-06-20T22:51:24.131Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2395 | 2026-06-20T22:51:31.907Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2396 | 2026-06-20T22:51:34.996Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2397 | 2026-06-20T22:51:35.994Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2398 | 2026-06-20T22:51:45.716Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2399 | 2026-06-20T22:51:45.849Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2400 | 2026-06-20T22:51:45.910Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2401 | 2026-06-20T22:51:45.913Z | Created new build target 'test' and set it as active |
| 2402 | 2026-06-20T22:51:45.913Z | |
| 2403 | 2026-06-20T22:51:45.913Z | real 1:44.961271770 |
| 2404 | 2026-06-20T22:51:45.913Z | user 17:07.116834378 |
| 2405 | 2026-06-20T22:51:45.913Z | sys 2:43.264833535 |
| 2406 | 2026-06-20T22:51:45.913Z | trap 0.465553303 |
| 2407 | 2026-06-20T22:51:45.913Z | tflt 2.990701033 |
| 2408 | 2026-06-20T22:51:45.913Z | dflt 4.458581546 |
| 2409 | 2026-06-20T22:51:45.913Z | kflt 0.012860630 |
| 2410 | 2026-06-20T22:51:45.913Z | lock 53:32.482191298 |
| 2411 | 2026-06-20T22:51:45.913Z | slp 43:41.970266566 |
| 2412 | 2026-06-20T22:51:45.913Z | lat 44.189316637 |
| 2413 | 2026-06-20T22:51:45.913Z | stop 5:26.084777871 |
| 2414 | 2026-06-20T22:51:45.916Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2415 | 2026-06-20T22:51:46.722Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2416 | 2026-06-20T22:51:46.783Z | Running `target/release/omicron-package -t test package` |
| 2417 | 2026-06-20T22:51:46.841Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2418 | 2026-06-20T22:51:48.197Z | Compiling heck v0.5.0 |
| 2419 | 2026-06-20T22:51:48.200Z | Compiling regress v0.11.1 |
| 2420 | 2026-06-20T22:51:48.410Z | Compiling unsafe-libyaml v0.2.11 |
| 2421 | 2026-06-20T22:51:48.443Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2422 | 2026-06-20T22:51:48.473Z | Compiling unicode-width v0.1.14 |
| 2423 | 2026-06-20T22:51:48.476Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-06-20T22:51:48.476Z | Compiling atomicwrites v0.4.4 |
| 2425 | 2026-06-20T22:51:48.515Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-06-20T22:51:48.535Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-06-20T22:51:48.538Z | Compiling is-terminal v0.4.17 |
| 2428 | 2026-06-20T22:51:48.555Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-06-20T22:51:48.618Z | Compiling console v0.15.11 |
| 2430 | 2026-06-20T22:51:48.621Z | Compiling newline-converter v0.3.0 |
| 2431 | 2026-06-20T22:51:48.621Z | Compiling slog-dtrace v0.3.0 |
| 2432 | 2026-06-20T22:51:48.661Z | Compiling resolv-conf v0.7.6 |
| 2433 | 2026-06-20T22:51:48.710Z | Compiling cancel-safe-futures v0.1.5 |
| 2434 | 2026-06-20T22:51:48.733Z | Compiling owo-colors v4.3.0 |
| 2435 | 2026-06-20T22:51:48.753Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2436 | 2026-06-20T22:51:48.756Z | Compiling rustls v0.22.4 |
| 2437 | 2026-06-20T22:51:48.805Z | Compiling num-rational v0.4.2 |
| 2438 | 2026-06-20T22:51:48.829Z | Compiling libsw-core v0.3.2 |
| 2439 | 2026-06-20T22:51:48.853Z | Compiling rustls-webpki v0.102.8 |
| 2440 | 2026-06-20T22:51:48.921Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-06-20T22:51:48.961Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-06-20T22:51:49.005Z | Compiling expectorate v1.2.0 |
| 2443 | 2026-06-20T22:51:49.070Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-06-20T22:51:49.124Z | Compiling compression-core v0.4.31 |
| 2445 | 2026-06-20T22:51:49.169Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-06-20T22:51:49.249Z | Compiling hostname v0.3.1 |
| 2447 | 2026-06-20T22:51:49.272Z | Compiling compression-codecs v0.4.37 |
| 2448 | 2026-06-20T22:51:49.329Z | Compiling num v0.4.3 |
| 2449 | 2026-06-20T22:51:49.427Z | Compiling libsw v3.5.0 |
| 2450 | 2026-06-20T22:51:49.453Z | Compiling multer v3.1.0 |
| 2451 | 2026-06-20T22:51:49.559Z | Compiling slog-async v2.8.0 |
| 2452 | 2026-06-20T22:51:49.566Z | Compiling crossbeam-channel v0.5.15 |
| 2453 | 2026-06-20T22:51:49.572Z | Compiling slog-json v2.6.1 |
| 2454 | 2026-06-20T22:51:49.593Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2455 | 2026-06-20T22:51:49.640Z | Compiling serde_spanned v1.0.4 |
| 2456 | 2026-06-20T22:51:49.712Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2457 | 2026-06-20T22:51:49.787Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-06-20T22:51:49.809Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-06-20T22:51:49.812Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2460 | 2026-06-20T22:51:49.849Z | Compiling term v1.2.1 |
| 2461 | 2026-06-20T22:51:49.852Z | Compiling linked-hash-map v0.5.6 |
| 2462 | 2026-06-20T22:51:49.852Z | Compiling linear-map v1.2.0 |
| 2463 | 2026-06-20T22:51:49.916Z | Compiling slog-bunyan v2.5.0 |
| 2464 | 2026-06-20T22:51:49.937Z | Compiling typify-impl v0.6.2 |
| 2465 | 2026-06-20T22:51:49.978Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2466 | 2026-06-20T22:51:50.014Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2467 | 2026-06-20T22:51:50.087Z | Compiling lru-cache v0.1.2 |
| 2468 | 2026-06-20T22:51:50.119Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2469 | 2026-06-20T22:51:50.266Z | Compiling slog-term v2.9.2 |
| 2470 | 2026-06-20T22:51:50.293Z | Compiling async-compression v0.4.41 |
| 2471 | 2026-06-20T22:51:50.396Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2472 | 2026-06-20T22:51:50.449Z | Compiling async-stream v0.3.6 |
| 2473 | 2026-06-20T22:51:50.491Z | Compiling dropshot v0.17.0 |
| 2474 | 2026-06-20T22:51:50.513Z | Compiling progenitor-client v0.14.0 |
| 2475 | 2026-06-20T22:51:50.562Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2476 | 2026-06-20T22:51:50.582Z | Compiling waitgroup v0.1.2 |
| 2477 | 2026-06-20T22:51:50.640Z | Compiling rustls-pemfile v2.2.0 |
| 2478 | 2026-06-20T22:51:50.661Z | Compiling backon v1.6.0 |
| 2479 | 2026-06-20T22:51:50.758Z | Compiling hostname v0.4.2 |
| 2480 | 2026-06-20T22:51:50.780Z | Compiling serde_path_to_error v0.1.20 |
| 2481 | 2026-06-20T22:51:50.807Z | Compiling instant v0.1.13 |
| 2482 | 2026-06-20T22:51:50.838Z | Compiling minimal-lexical v0.2.1 |
| 2483 | 2026-06-20T22:51:50.863Z | Compiling debug-ignore v1.0.5 |
| 2484 | 2026-06-20T22:51:50.908Z | Compiling backoff v0.4.0 |
| 2485 | 2026-06-20T22:51:50.929Z | Compiling progenitor-extras v0.2.0 |
| 2486 | 2026-06-20T22:51:50.949Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2487 | 2026-06-20T22:51:51.002Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2488 | 2026-06-20T22:51:51.124Z | Compiling nom v7.1.3 |
| 2489 | 2026-06-20T22:51:51.150Z | Compiling tokio-rustls v0.25.0 |
| 2490 | 2026-06-20T22:51:51.171Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2491 | 2026-06-20T22:51:51.218Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-06-20T22:51:51.239Z | Compiling parse-display v0.10.0 |
| 2493 | 2026-06-20T22:51:51.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2494 | 2026-06-20T22:51:51.346Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-06-20T22:51:51.537Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2496 | 2026-06-20T22:51:51.939Z | Compiling regress v0.10.5 |
| 2497 | 2026-06-20T22:51:52.258Z | Compiling macaddr v1.0.1 |
| 2498 | 2026-06-20T22:51:52.455Z | Compiling unicode-xid v0.2.6 |
| 2499 | 2026-06-20T22:51:52.518Z | Compiling humantime v2.3.0 |
| 2500 | 2026-06-20T22:51:52.563Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2501 | 2026-06-20T22:51:52.678Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2502 | 2026-06-20T22:51:52.731Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2503 | 2026-06-20T22:51:52.816Z | Compiling convert_case v0.10.0 |
| 2504 | 2026-06-20T22:51:52.853Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2505 | 2026-06-20T22:51:53.031Z | Compiling toml v0.8.23 |
| 2506 | 2026-06-20T22:51:53.124Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-06-20T22:51:53.251Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-06-20T22:51:53.444Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-06-20T22:51:53.504Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2510 | 2026-06-20T22:51:53.623Z | Compiling papergrid v0.11.0 |
| 2511 | 2026-06-20T22:51:53.679Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-06-20T22:51:53.916Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-06-20T22:51:53.986Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-06-20T22:51:54.054Z | Compiling termtree v0.5.1 |
| 2515 | 2026-06-20T22:51:54.099Z | Compiling crossterm v0.29.0 |
| 2516 | 2026-06-20T22:51:54.260Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2517 | 2026-06-20T22:51:54.612Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2518 | 2026-06-20T22:51:55.003Z | Compiling typify v0.6.2 |
| 2519 | 2026-06-20T22:51:55.170Z | Compiling progenitor-impl v0.14.0 |
| 2520 | 2026-06-20T22:51:55.886Z | Compiling qorb v0.4.1 |
| 2521 | 2026-06-20T22:51:56.212Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2522 | 2026-06-20T22:51:56.427Z | Compiling tabled v0.15.0 |
| 2523 | 2026-06-20T22:51:57.071Z | Compiling phf_shared v0.12.1 |
| 2524 | 2026-06-20T22:51:57.330Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2525 | 2026-06-20T22:51:57.353Z | Compiling progenitor-macro v0.14.0 |
| 2526 | 2026-06-20T22:51:57.880Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-06-20T22:51:58.372Z | Compiling vte v0.14.1 |
| 2528 | 2026-06-20T22:51:58.431Z | Compiling highway v1.3.0 |
| 2529 | 2026-06-20T22:51:58.976Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-06-20T22:51:59.168Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-06-20T22:51:59.236Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-06-20T22:51:59.260Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-06-20T22:51:59.538Z | Compiling csv v1.4.0 |
| 2534 | 2026-06-20T22:51:59.618Z | Compiling phf v0.12.1 |
| 2535 | 2026-06-20T22:51:59.734Z | Compiling const_format_proc_macros v0.2.34 |
| 2536 | 2026-06-20T22:51:59.798Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-06-20T22:51:59.824Z | Compiling fd-lock v4.0.4 |
| 2538 | 2026-06-20T22:51:59.846Z | Compiling peg-macros v0.8.5 |
| 2539 | 2026-06-20T22:52:00.276Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2540 | 2026-06-20T22:52:00.513Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2541 | 2026-06-20T22:52:00.545Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-06-20T22:52:01.116Z | Compiling reedline v0.40.0 |
| 2543 | 2026-06-20T22:52:01.185Z | Compiling peg v0.8.5 |
| 2544 | 2026-06-20T22:52:01.212Z | Compiling const_format v0.2.35 |
| 2545 | 2026-06-20T22:52:01.456Z | Compiling progenitor v0.14.0 |
| 2546 | 2026-06-20T22:52:01.636Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-06-20T22:52:01.726Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-06-20T22:52:01.949Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2026-06-20T22:52:02.264Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-06-20T22:52:03.054Z | Compiling bcs v0.1.6 |
| 2551 | 2026-06-20T22:52:03.514Z | Compiling nom v8.0.0 |
| 2552 | 2026-06-20T22:52:04.409Z | Compiling semver v0.1.20 |
| 2553 | 2026-06-20T22:52:04.498Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-20T22:52:04.708Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-06-20T22:52:04.732Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-06-20T22:52:04.757Z | Compiling smawk v0.3.2 |
| 2557 | 2026-06-20T22:52:04.780Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2558 | 2026-06-20T22:52:04.892Z | Compiling unicode-linebreak v0.1.5 |
| 2559 | 2026-06-20T22:52:04.953Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-06-20T22:52:04.973Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-06-20T22:52:05.027Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-06-20T22:52:05.186Z | Compiling base64 v0.21.7 |
| 2563 | 2026-06-20T22:52:05.209Z | Compiling textwrap v0.16.2 |
| 2564 | 2026-06-20T22:52:05.306Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2565 | 2026-06-20T22:52:05.409Z | Compiling utf-8 v0.7.6 |
| 2566 | 2026-06-20T22:52:05.448Z | Compiling steno v0.4.1 |
| 2567 | 2026-06-20T22:52:05.650Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-06-20T22:52:05.653Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-06-20T22:52:05.855Z | Compiling moka v0.12.13 |
| 2570 | 2026-06-20T22:52:05.894Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2571 | 2026-06-20T22:52:05.961Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-06-20T22:52:06.140Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-06-20T22:52:06.165Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-06-20T22:52:06.360Z | Compiling radium v0.7.0 |
| 2575 | 2026-06-20T22:52:06.835Z | Compiling tokio-tungstenite v0.21.0 |
| 2576 | 2026-06-20T22:52:06.891Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2026-06-20T22:52:07.100Z | Compiling hickory-resolver v0.25.2 |
| 2578 | 2026-06-20T22:52:07.225Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2579 | 2026-06-20T22:52:07.280Z | Compiling tap v1.0.1 |
| 2580 | 2026-06-20T22:52:07.436Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-06-20T22:52:07.462Z | Compiling wyz v0.5.1 |
| 2582 | 2026-06-20T22:52:07.861Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-06-20T22:52:07.987Z | Compiling crc-catalog v2.4.0 |
| 2584 | 2026-06-20T22:52:08.137Z | Compiling funty v2.0.0 |
| 2585 | 2026-06-20T22:52:08.312Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2586 | 2026-06-20T22:52:08.607Z | Compiling packed_struct v0.10.1 |
| 2587 | 2026-06-20T22:52:08.922Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-06-20T22:52:09.106Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-06-20T22:52:09.307Z | Compiling crc v3.4.0 |
| 2590 | 2026-06-20T22:52:09.535Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2591 | 2026-06-20T22:52:09.813Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-06-20T22:52:09.837Z | Compiling vergen-lib v0.1.6 |
| 2593 | 2026-06-20T22:52:10.071Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-06-20T22:52:10.498Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2595 | 2026-06-20T22:52:10.824Z | Compiling indexmap v1.9.3 |
| 2596 | 2026-06-20T22:52:10.864Z | Compiling nodrop v0.1.14 |
| 2597 | 2026-06-20T22:52:10.919Z | Compiling diesel_derives v2.3.7 |
| 2598 | 2026-06-20T22:52:10.944Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-06-20T22:52:11.058Z | Compiling array-init v0.0.4 |
| 2600 | 2026-06-20T22:52:11.184Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-06-20T22:52:11.296Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2602 | 2026-06-20T22:52:11.409Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2603 | 2026-06-20T22:52:11.438Z | Compiling smallvec v0.6.14 |
| 2604 | 2026-06-20T22:52:11.559Z | Compiling dsl_auto_type v0.2.0 |
| 2605 | 2026-06-20T22:52:11.693Z | Compiling scheduled-thread-pool v0.2.7 |
| 2606 | 2026-06-20T22:52:11.713Z | Compiling num-derive v0.3.3 |
| 2607 | 2026-06-20T22:52:12.141Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-06-20T22:52:12.193Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2609 | 2026-06-20T22:52:12.292Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-06-20T22:52:12.370Z | Compiling glob v0.3.3 |
| 2611 | 2026-06-20T22:52:12.460Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-06-20T22:52:12.577Z | Compiling maplit v1.0.2 |
| 2613 | 2026-06-20T22:52:12.640Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-06-20T22:52:12.705Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-06-20T22:52:12.733Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-06-20T22:52:12.755Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-06-20T22:52:12.781Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-06-20T22:52:12.974Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-06-20T22:52:13.075Z | Compiling serde-hex v0.1.0 |
| 2620 | 2026-06-20T22:52:13.268Z | Compiling tabled_derive v0.11.0 |
| 2621 | 2026-06-20T22:52:13.405Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2622 | 2026-06-20T22:52:13.485Z | Compiling ron v0.8.1 |
| 2623 | 2026-06-20T22:52:13.529Z | Compiling papergrid v0.17.0 |
| 2624 | 2026-06-20T22:52:13.661Z | Compiling testing_table v0.3.0 |
| 2625 | 2026-06-20T22:52:13.708Z | Compiling hashbrown v0.13.2 |
| 2626 | 2026-06-20T22:52:14.095Z | Compiling tiny-keccak v2.0.2 |
| 2627 | 2026-06-20T22:52:14.098Z | Compiling downcast-rs v2.0.2 |
| 2628 | 2026-06-20T22:52:14.254Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-06-20T22:52:14.305Z | Compiling object v0.30.4 |
| 2630 | 2026-06-20T22:52:14.417Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-06-20T22:52:14.698Z | Compiling tabled v0.20.0 |
| 2632 | 2026-06-20T22:52:15.033Z | Compiling term v0.7.0 |
| 2633 | 2026-06-20T22:52:15.053Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2634 | 2026-06-20T22:52:15.223Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2635 | 2026-06-20T22:52:15.550Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-06-20T22:52:15.761Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-06-20T22:52:15.895Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-06-20T22:52:16.158Z | Compiling bit-vec v0.6.3 |
| 2639 | 2026-06-20T22:52:16.225Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2026-06-20T22:52:16.417Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-06-20T22:52:16.614Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-06-20T22:52:16.634Z | Compiling xshell v0.2.7 |
| 2643 | 2026-06-20T22:52:16.768Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2644 | 2026-06-20T22:52:16.883Z | Compiling ascii-canvas v3.0.0 |
| 2645 | 2026-06-20T22:52:17.223Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2646 | 2026-06-20T22:52:17.448Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2647 | 2026-06-20T22:52:17.597Z | Compiling diesel v2.3.7 |
| 2648 | 2026-06-20T22:52:17.764Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2649 | 2026-06-20T22:52:17.784Z | Compiling progenitor-macro v0.13.0 |
| 2650 | 2026-06-20T22:52:17.980Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-06-20T22:52:19.189Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2652 | 2026-06-20T22:52:19.284Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2653 | 2026-06-20T22:52:19.522Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-06-20T22:52:19.789Z | Compiling progenitor-client v0.13.0 |
| 2655 | 2026-06-20T22:52:20.007Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-06-20T22:52:20.193Z | Compiling itertools v0.10.5 |
| 2657 | 2026-06-20T22:52:20.351Z | Compiling ena v0.14.4 |
| 2658 | 2026-06-20T22:52:20.676Z | Compiling libloading v0.8.9 |
| 2659 | 2026-06-20T22:52:20.925Z | Compiling unicase v2.9.0 |
| 2660 | 2026-06-20T22:52:21.100Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-06-20T22:52:21.140Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-06-20T22:52:21.313Z | Compiling diff v0.1.13 |
| 2663 | 2026-06-20T22:52:21.446Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-06-20T22:52:21.926Z | Compiling progenitor v0.13.0 |
| 2665 | 2026-06-20T22:52:22.126Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-06-20T22:52:22.148Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2026-06-20T22:52:22.379Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-06-20T22:52:22.530Z | Compiling lalrpop v0.19.12 |
| 2669 | 2026-06-20T22:52:22.552Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-06-20T22:52:22.746Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-06-20T22:52:22.772Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-06-20T22:52:23.081Z | Compiling headers-core v0.3.0 |
| 2673 | 2026-06-20T22:52:23.247Z | Compiling libxml v0.3.3 |
| 2674 | 2026-06-20T22:52:23.296Z | Compiling headers v0.4.1 |
| 2675 | 2026-06-20T22:52:23.316Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-06-20T22:52:23.342Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-06-20T22:52:23.548Z | Compiling git-stub v1.0.0 |
| 2678 | 2026-06-20T22:52:23.574Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-06-20T22:52:23.827Z | Compiling indoc v1.0.9 |
| 2680 | 2026-06-20T22:52:23.974Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-06-20T22:52:24.268Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2682 | 2026-06-20T22:52:24.334Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2683 | 2026-06-20T22:52:24.356Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-06-20T22:52:24.531Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-06-20T22:52:24.591Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-06-20T22:52:24.820Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-06-20T22:52:24.965Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-06-20T22:52:25.182Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-06-20T22:52:25.274Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2690 | 2026-06-20T22:52:25.889Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2691 | 2026-06-20T22:52:26.094Z | Compiling half v1.8.3 |
| 2692 | 2026-06-20T22:52:26.126Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-06-20T22:52:26.371Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-06-20T22:52:26.542Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-06-20T22:52:26.933Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-06-20T22:52:27.231Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2697 | 2026-06-20T22:52:27.264Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2698 | 2026-06-20T22:52:27.378Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2699 | 2026-06-20T22:52:27.533Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2700 | 2026-06-20T22:52:27.608Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2701 | 2026-06-20T22:52:27.649Z | Compiling samael v0.0.19 |
| 2702 | 2026-06-20T22:52:27.679Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2703 | 2026-06-20T22:52:27.863Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2704 | 2026-06-20T22:52:28.044Z | Compiling fxhash v0.2.1 |
| 2705 | 2026-06-20T22:52:28.206Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-06-20T22:52:28.228Z | Compiling salty v0.3.0 |
| 2707 | 2026-06-20T22:52:28.506Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-06-20T22:52:28.786Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-06-20T22:52:29.070Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2710 | 2026-06-20T22:52:29.112Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-06-20T22:52:29.464Z | Compiling arc-swap v1.8.2 |
| 2712 | 2026-06-20T22:52:29.503Z | Compiling fs-err v2.11.0 |
| 2713 | 2026-06-20T22:52:29.845Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-06-20T22:52:29.845Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-06-20T22:52:29.878Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-06-20T22:52:30.059Z | Compiling polar-core v0.27.3 |
| 2717 | 2026-06-20T22:52:30.183Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-06-20T22:52:30.438Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2719 | 2026-06-20T22:52:30.545Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2720 | 2026-06-20T22:52:30.919Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2721 | 2026-06-20T22:52:31.127Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-06-20T22:52:31.362Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-06-20T22:52:31.744Z | Compiling darling_core v0.23.0 |
| 2724 | 2026-06-20T22:52:31.890Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2725 | 2026-06-20T22:52:32.281Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-06-20T22:52:32.603Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2727 | 2026-06-20T22:52:33.539Z | Compiling flume v0.11.1 |
| 2728 | 2026-06-20T22:52:33.685Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2729 | 2026-06-20T22:52:33.991Z | Compiling darling_macro v0.23.0 |
| 2730 | 2026-06-20T22:52:34.016Z | Compiling slog-stdlog v4.1.1 |
| 2731 | 2026-06-20T22:52:34.342Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2732 | 2026-06-20T22:52:34.479Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2733 | 2026-06-20T22:52:34.500Z | Compiling primeorder v0.13.6 |
| 2734 | 2026-06-20T22:52:34.532Z | Compiling atty v0.2.14 |
| 2735 | 2026-06-20T22:52:34.783Z | Compiling async-bb8-diesel v0.2.1 |
| 2736 | 2026-06-20T22:52:34.824Z | Compiling diesel-dtrace v0.5.0 |
| 2737 | 2026-06-20T22:52:35.154Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-06-20T22:52:35.239Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-06-20T22:52:35.379Z | Compiling http-range v0.1.5 |
| 2740 | 2026-06-20T22:52:35.478Z | Compiling instability v0.3.11 |
| 2741 | 2026-06-20T22:52:35.662Z | Compiling strsim v0.10.0 |
| 2742 | 2026-06-20T22:52:35.758Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2743 | 2026-06-20T22:52:35.779Z | Compiling p384 v0.13.1 |
| 2744 | 2026-06-20T22:52:35.982Z | Compiling darling_core v0.13.4 |
| 2745 | 2026-06-20T22:52:37.686Z | Compiling darling v0.23.0 |
| 2746 | 2026-06-20T22:52:37.807Z | Compiling slog-envlogger v2.2.0 |
| 2747 | 2026-06-20T22:52:38.812Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2748 | 2026-06-20T22:52:38.985Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2749 | 2026-06-20T22:52:39.556Z | Compiling oso v0.27.3 |
| 2750 | 2026-06-20T22:52:39.667Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2026-06-20T22:52:40.418Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2752 | 2026-06-20T22:52:40.878Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-06-20T22:52:42.641Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2754 | 2026-06-20T22:52:42.960Z | Compiling ignore v0.4.25 |
| 2755 | 2026-06-20T22:52:43.462Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-20T22:52:44.079Z | Compiling castaway v0.2.4 |
| 2757 | 2026-06-20T22:52:44.262Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-06-20T22:52:44.283Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-20T22:52:44.375Z | Compiling indoc v2.0.7 |
| 2760 | 2026-06-20T22:52:44.555Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-06-20T22:52:44.595Z | Compiling compact_str v0.8.1 |
| 2762 | 2026-06-20T22:52:44.878Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-06-20T22:52:45.535Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-06-20T22:52:45.569Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2765 | 2026-06-20T22:52:45.735Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-06-20T22:52:46.046Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-06-20T22:52:46.248Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-06-20T22:52:46.750Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2769 | 2026-06-20T22:52:46.780Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2770 | 2026-06-20T22:52:46.876Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-06-20T22:52:47.294Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2772 | 2026-06-20T22:52:47.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-06-20T22:52:47.426Z | Compiling predicates-tree v1.0.13 |
| 2774 | 2026-06-20T22:52:47.455Z | Compiling unicode-truncate v1.1.0 |
| 2775 | 2026-06-20T22:52:47.594Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-06-20T22:52:47.675Z | Compiling lru v0.12.5 |
| 2777 | 2026-06-20T22:52:47.830Z | Compiling prefix-trie v0.7.0 |
| 2778 | 2026-06-20T22:52:47.887Z | Compiling rand_seeder v0.4.0 |
| 2779 | 2026-06-20T22:52:47.907Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2780 | 2026-06-20T22:52:48.016Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2781 | 2026-06-20T22:52:48.161Z | Compiling corncobs v0.1.4 |
| 2782 | 2026-06-20T22:52:48.289Z | Compiling cassowary v0.3.0 |
| 2783 | 2026-06-20T22:52:48.349Z | Compiling rustls v0.21.12 |
| 2784 | 2026-06-20T22:52:48.375Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-06-20T22:52:48.398Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-20T22:52:48.452Z | Compiling hickory-server v0.25.2 |
| 2787 | 2026-06-20T22:52:48.612Z | Compiling ratatui v0.29.0 |
| 2788 | 2026-06-20T22:52:48.667Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-06-20T22:52:48.900Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-06-20T22:52:49.146Z | Compiling camino-tempfile-ext v0.3.3 |
| 2791 | 2026-06-20T22:52:49.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-06-20T22:52:49.246Z | Compiling darling v0.13.4 |
| 2793 | 2026-06-20T22:52:49.369Z | Compiling sled v0.34.7 |
| 2794 | 2026-06-20T22:52:49.876Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2795 | 2026-06-20T22:52:50.516Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2796 | 2026-06-20T22:52:50.694Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2797 | 2026-06-20T22:52:52.134Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2798 | 2026-06-20T22:52:52.340Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2799 | 2026-06-20T22:52:52.572Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-06-20T22:52:52.803Z | Compiling sct v0.7.1 |
| 2801 | 2026-06-20T22:52:52.998Z | Compiling rustls-webpki v0.101.7 |
| 2802 | 2026-06-20T22:52:53.079Z | Compiling secrecy v0.8.0 |
| 2803 | 2026-06-20T22:52:53.299Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-06-20T22:52:53.613Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2805 | 2026-06-20T22:52:54.308Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-06-20T22:52:54.711Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2807 | 2026-06-20T22:52:55.297Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-06-20T22:52:56.624Z | Compiling serde_with_macros v1.5.2 |
| 2809 | 2026-06-20T22:52:56.975Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2810 | 2026-06-20T22:52:57.125Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-06-20T22:52:57.185Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2812 | 2026-06-20T22:52:57.425Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2813 | 2026-06-20T22:52:57.466Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2814 | 2026-06-20T22:52:57.668Z | Compiling git2 v0.20.4 |
| 2815 | 2026-06-20T22:52:57.689Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2816 | 2026-06-20T22:52:57.771Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2817 | 2026-06-20T22:52:57.932Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-06-20T22:52:57.959Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2819 | 2026-06-20T22:52:58.208Z | Compiling void v1.0.2 |
| 2820 | 2026-06-20T22:52:58.358Z | Compiling lzss v0.8.2 |
| 2821 | 2026-06-20T22:52:58.830Z | Compiling serde_with v1.14.0 |
| 2822 | 2026-06-20T22:52:58.892Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-06-20T22:52:59.401Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2824 | 2026-06-20T22:52:59.426Z | Compiling tokio-rustls v0.24.1 |
| 2825 | 2026-06-20T22:53:00.730Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2826 | 2026-06-20T22:53:00.785Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2827 | 2026-06-20T22:53:00.895Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2828 | 2026-06-20T22:53:03.278Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2829 | 2026-06-20T22:53:03.935Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2830 | 2026-06-20T22:53:03.978Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2831 | 2026-06-20T22:53:04.742Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2832 | 2026-06-20T22:53:05.001Z | Compiling tungstenite v0.23.0 |
| 2833 | 2026-06-20T22:53:05.100Z | Compiling rustls-pemfile v1.0.4 |
| 2834 | 2026-06-20T22:53:05.513Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2835 | 2026-06-20T22:53:05.932Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2836 | 2026-06-20T22:53:06.170Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2837 | 2026-06-20T22:53:06.368Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2838 | 2026-06-20T22:53:06.392Z | Compiling nix v0.27.1 |
| 2839 | 2026-06-20T22:53:06.412Z | Compiling twox-hash v2.1.2 |
| 2840 | 2026-06-20T22:53:06.927Z | Compiling serde_bytes v0.11.19 |
| 2841 | 2026-06-20T22:53:07.234Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2842 | 2026-06-20T22:53:07.350Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2843 | 2026-06-20T22:53:07.628Z | Compiling tokio-tungstenite v0.23.1 |
| 2844 | 2026-06-20T22:53:07.677Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2845 | 2026-06-20T22:53:07.843Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2846 | 2026-06-20T22:53:08.028Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2847 | 2026-06-20T22:53:08.492Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2848 | 2026-06-20T22:53:09.847Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2849 | 2026-06-20T22:53:10.532Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2850 | 2026-06-20T22:53:10.557Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2851 | 2026-06-20T22:53:10.665Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2852 | 2026-06-20T22:53:10.960Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2853 | 2026-06-20T22:53:11.702Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2854 | 2026-06-20T22:53:11.892Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2855 | 2026-06-20T22:53:11.964Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2856 | 2026-06-20T22:53:12.048Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2857 | 2026-06-20T22:53:12.255Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2858 | 2026-06-20T22:53:12.784Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2859 | 2026-06-20T22:53:12.969Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2860 | 2026-06-20T22:53:13.710Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2861 | 2026-06-20T22:53:13.753Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2862 | 2026-06-20T22:53:15.771Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-06-20T22:53:17.121Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2864 | 2026-06-20T22:53:18.058Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2865 | 2026-06-20T22:53:18.414Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2866 | 2026-06-20T22:53:18.747Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2867 | 2026-06-20T22:53:18.968Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-06-20T22:53:19.066Z | Compiling signal-hook-tokio v0.3.1 |
| 2869 | 2026-06-20T22:53:19.111Z | Compiling fatfs v0.3.6 |
| 2870 | 2026-06-20T22:53:19.317Z | Compiling yasna v0.5.2 |
| 2871 | 2026-06-20T22:53:19.358Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-06-20T22:53:19.934Z | Compiling seq-macro v0.3.6 |
| 2873 | 2026-06-20T22:53:20.329Z | Compiling is_ci v1.2.0 |
| 2874 | 2026-06-20T22:53:20.456Z | Compiling assert_matches v1.5.0 |
| 2875 | 2026-06-20T22:53:20.546Z | Compiling supports-color v3.0.2 |
| 2876 | 2026-06-20T22:53:20.568Z | Compiling rcgen v0.12.1 |
| 2877 | 2026-06-20T22:53:20.770Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2878 | 2026-06-20T22:53:21.450Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2879 | 2026-06-20T22:53:22.313Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-06-20T22:53:23.210Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2026-06-20T22:53:23.455Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-06-20T22:53:23.696Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-06-20T22:53:24.077Z | Compiling rtoolbox v0.0.3 |
| 2884 | 2026-06-20T22:53:24.376Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-06-20T22:53:24.685Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-06-20T22:53:25.249Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-06-20T22:53:26.163Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2888 | 2026-06-20T22:53:26.316Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-06-20T22:53:26.346Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-06-20T22:53:27.159Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-06-20T22:53:27.464Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-06-20T22:53:28.313Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-06-20T22:53:28.831Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-06-20T22:53:29.067Z | Compiling uzers v0.12.2 |
| 2895 | 2026-06-20T22:53:29.813Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-06-20T22:53:29.982Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-06-20T22:53:30.910Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-06-20T22:53:32.022Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-06-20T22:53:33.899Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-06-20T22:53:35.425Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-06-20T22:53:36.090Z | Compiling multimap v0.10.1 |
| 2902 | 2026-06-20T22:53:47.012Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-06-20T22:53:51.277Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-06-20T22:53:58.696Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-06-20T22:53:58.720Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-06-20T22:54:00.584Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-06-20T23:00:08.971Z | Finished `release` profile [optimized] target(s) in 8m 22s |
| 2908 | 2026-06-20T23:00:54.777Z | |
| 2909 | 2026-06-20T23:00:54.784Z | real 9:08.835398483 |
| 2910 | 2026-06-20T23:00:54.784Z | user 1:18:38.986471789 |
| 2911 | 2026-06-20T23:00:54.784Z | sys 3:32.537309913 |
| 2912 | 2026-06-20T23:00:54.784Z | trap 1.789857035 |
| 2913 | 2026-06-20T23:00:54.784Z | tflt 2.422566563 |
| 2914 | 2026-06-20T23:00:54.784Z | dflt 19.108163787 |
| 2915 | 2026-06-20T23:00:54.784Z | kflt 0.008482203 |
| 2916 | 2026-06-20T23:00:54.785Z | lock 6:37:31.126793433 |
| 2917 | 2026-06-20T23:00:54.785Z | slp 2:14:30.675019525 |
| 2918 | 2026-06-20T23:00:54.785Z | lat 2:22.577048870 |
| 2919 | 2026-06-20T23:00:54.785Z | stop 5:09.282309553 |
| 2920 | 2026-06-20T23:00:54.785Z | + mapfile -t packages |
| 2921 | 2026-06-20T23:00:54.785Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-06-20T23:00:55.664Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2923 | 2026-06-20T23:00:55.729Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-06-20T23:00:55.791Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-06-20T23:00:55.794Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-06-20T23:00:56.256Z | Compiling libc v0.2.185 |
| 2927 | 2026-06-20T23:00:56.256Z | Compiling serde v1.0.228 |
| 2928 | 2026-06-20T23:00:56.259Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-06-20T23:00:56.341Z | Compiling rustix v1.1.3 |
| 2930 | 2026-06-20T23:00:56.362Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-06-20T23:00:56.365Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-06-20T23:00:56.399Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-06-20T23:00:56.399Z | Compiling smallvec v1.15.1 |
| 2934 | 2026-06-20T23:00:56.402Z | Compiling syn v2.0.117 |
| 2935 | 2026-06-20T23:00:56.425Z | Compiling indexmap v2.14.0 |
| 2936 | 2026-06-20T23:00:56.428Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-06-20T23:00:56.460Z | Compiling syn v1.0.109 |
| 2938 | 2026-06-20T23:00:56.472Z | Compiling percent-encoding v2.3.2 |
| 2939 | 2026-06-20T23:00:56.472Z | Compiling log v0.4.29 |
| 2940 | 2026-06-20T23:00:56.635Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-06-20T23:00:56.696Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-06-20T23:00:56.852Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-06-20T23:00:56.857Z | Compiling heck v0.4.1 |
| 2944 | 2026-06-20T23:00:56.873Z | Compiling anyhow v1.0.102 |
| 2945 | 2026-06-20T23:00:56.877Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-06-20T23:00:57.100Z | Compiling errno v0.3.14 |
| 2947 | 2026-06-20T23:00:57.104Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-06-20T23:00:57.104Z | Compiling memmap v0.7.0 |
| 2949 | 2026-06-20T23:00:57.432Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-06-20T23:00:57.977Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-06-20T23:00:58.121Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-06-20T23:00:58.121Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-06-20T23:00:58.229Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-06-20T23:00:58.239Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-06-20T23:00:58.242Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-06-20T23:00:58.355Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-06-20T23:00:58.900Z | Compiling tabled v0.15.0 |
| 2958 | 2026-06-20T23:00:58.946Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-06-20T23:00:58.946Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-06-20T23:00:59.354Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-06-20T23:00:59.354Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-06-20T23:00:59.358Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-06-20T23:00:59.358Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-06-20T23:00:59.358Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-06-20T23:00:59.358Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-06-20T23:00:59.358Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-06-20T23:00:59.358Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-06-20T23:00:59.399Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-06-20T23:00:59.478Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-06-20T23:00:59.937Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-06-20T23:01:00.083Z | Compiling scroll v0.12.0 |
| 2972 | 2026-06-20T23:01:00.229Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-06-20T23:01:00.403Z | Compiling goblin v0.8.2 |
| 2974 | 2026-06-20T23:01:00.520Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-06-20T23:01:00.577Z | Compiling thiserror v2.0.18 |
| 2976 | 2026-06-20T23:01:00.590Z | Compiling zerofrom v0.1.6 |
| 2977 | 2026-06-20T23:01:00.620Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-06-20T23:01:00.706Z | Compiling yoke v0.8.1 |
| 2979 | 2026-06-20T23:01:00.926Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-06-20T23:01:01.037Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-06-20T23:01:01.085Z | Compiling clap v4.6.1 |
| 2982 | 2026-06-20T23:01:01.497Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-06-20T23:01:01.545Z | Compiling potential_utf v0.1.4 |
| 2984 | 2026-06-20T23:01:01.735Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-06-20T23:01:01.760Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-06-20T23:01:02.498Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-06-20T23:01:02.516Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-06-20T23:01:02.541Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-06-20T23:01:02.570Z | Compiling serde-value v0.7.0 |
| 2990 | 2026-06-20T23:01:02.699Z | Compiling cargo-platform v0.2.0 |
| 2991 | 2026-06-20T23:01:02.826Z | Compiling icu_properties v2.1.2 |
| 2992 | 2026-06-20T23:01:02.884Z | Compiling icu_normalizer v2.1.1 |
| 2993 | 2026-06-20T23:01:02.949Z | Compiling dof v0.3.0 |
| 2994 | 2026-06-20T23:01:02.962Z | Compiling toml_edit v0.22.27 |
| 2995 | 2026-06-20T23:01:03.015Z | Compiling serde_tokenstream v0.2.3 |
| 2996 | 2026-06-20T23:01:03.281Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-06-20T23:01:03.737Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-06-20T23:01:03.788Z | Compiling usdt-attr-macro v0.5.0 |
| 2999 | 2026-06-20T23:01:03.800Z | Compiling usdt-macro v0.5.0 |
| 3000 | 2026-06-20T23:01:03.891Z | Compiling idna v1.1.0 |
| 3001 | 2026-06-20T23:01:04.370Z | Compiling url v2.5.8 |
| 3002 | 2026-06-20T23:01:04.443Z | Compiling usdt v0.5.0 |
| 3003 | 2026-06-20T23:01:04.549Z | Compiling toml v0.8.23 |
| 3004 | 2026-06-20T23:01:05.089Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-06-20T23:01:05.105Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-06-20T23:01:06.096Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-06-20T23:01:09.158Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-06-20T23:01:12.172Z | Finished `release` profile [optimized] target(s) in 16.36s |
| 3009 | 2026-06-20T23:01:12.310Z | |
| 3010 | 2026-06-20T23:01:12.310Z | real 16.480525489 |
| 3011 | 2026-06-20T23:01:12.310Z | user 2:22.512525843 |
| 3012 | 2026-06-20T23:01:12.310Z | sys 17.197137342 |
| 3013 | 2026-06-20T23:01:12.314Z | trap 0.088122180 |
| 3014 | 2026-06-20T23:01:12.314Z | tflt 0.537278250 |
| 3015 | 2026-06-20T23:01:12.314Z | dflt 1.381392586 |
| 3016 | 2026-06-20T23:01:12.314Z | kflt 0.000055871 |
| 3017 | 2026-06-20T23:01:12.314Z | lock 5:26.875181145 |
| 3018 | 2026-06-20T23:01:12.314Z | slp 3:33.282742733 |
| 3019 | 2026-06-20T23:01:12.314Z | lat 6.509861027 |
| 3020 | 2026-06-20T23:01:12.314Z | stop 20.074657459 |
| 3021 | 2026-06-20T23:01:12.314Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-06-20T23:01:12.314Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-06-20T23:01:12.314Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-06-20T23:01:12.314Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-06-20T23:01:12.314Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-06-20T23:01:13.183Z | Compiling progenitor-client v0.14.0 |
| 3027 | 2026-06-20T23:01:13.188Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-06-20T23:01:13.188Z | Compiling newtype-uuid-macros v0.1.0 |
| 3029 | 2026-06-20T23:01:13.188Z | Compiling match_cfg v0.1.0 |
| 3030 | 2026-06-20T23:01:13.188Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-06-20T23:01:13.188Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-06-20T23:01:13.188Z | Compiling rustls v0.22.4 |
| 3033 | 2026-06-20T23:01:13.188Z | Compiling rustls-webpki v0.102.8 |
| 3034 | 2026-06-20T23:01:13.320Z | Compiling multer v3.1.0 |
| 3035 | 2026-06-20T23:01:13.325Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-06-20T23:01:13.325Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-06-20T23:01:13.338Z | Compiling atomicwrites v0.4.4 |
| 3038 | 2026-06-20T23:01:13.344Z | Compiling itertools v0.14.0 |
| 3039 | 2026-06-20T23:01:13.405Z | Compiling async-stream-impl v0.3.6 |
| 3040 | 2026-06-20T23:01:13.421Z | Compiling serde_spanned v1.0.4 |
| 3041 | 2026-06-20T23:01:13.434Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3042 | 2026-06-20T23:01:13.543Z | Compiling compression-codecs v0.4.37 |
| 3043 | 2026-06-20T23:01:13.546Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-06-20T23:01:13.595Z | Compiling hostname v0.3.1 |
| 3045 | 2026-06-20T23:01:13.617Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3046 | 2026-06-20T23:01:13.633Z | Compiling waitgroup v0.1.2 |
| 3047 | 2026-06-20T23:01:13.638Z | Compiling dropshot_endpoint v0.17.0 |
| 3048 | 2026-06-20T23:01:13.638Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-06-20T23:01:13.654Z | Compiling serde_path_to_error v0.1.20 |
| 3050 | 2026-06-20T23:01:13.706Z | Compiling slog-bunyan v2.5.0 |
| 3051 | 2026-06-20T23:01:13.782Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-06-20T23:01:13.797Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3053 | 2026-06-20T23:01:13.877Z | Compiling hostname v0.4.2 |
| 3054 | 2026-06-20T23:01:13.884Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-06-20T23:01:13.902Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-06-20T23:01:13.906Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-06-20T23:01:13.939Z | Compiling instant v0.1.13 |
| 3058 | 2026-06-20T23:01:14.036Z | Compiling regress v0.10.5 |
| 3059 | 2026-06-20T23:01:14.059Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-06-20T23:01:14.077Z | Compiling backon v1.6.0 |
| 3061 | 2026-06-20T23:01:14.083Z | Compiling backoff v0.4.0 |
| 3062 | 2026-06-20T23:01:14.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-06-20T23:01:14.131Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3064 | 2026-06-20T23:01:14.157Z | Compiling humantime v2.3.0 |
| 3065 | 2026-06-20T23:01:14.210Z | Compiling universal-hash v0.5.1 |
| 3066 | 2026-06-20T23:01:14.265Z | Compiling progenitor-extras v0.2.0 |
| 3067 | 2026-06-20T23:01:14.319Z | Compiling opaque-debug v0.3.1 |
| 3068 | 2026-06-20T23:01:14.319Z | Compiling regress v0.11.1 |
| 3069 | 2026-06-20T23:01:14.355Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3070 | 2026-06-20T23:01:14.378Z | Compiling half v2.7.1 |
| 3071 | 2026-06-20T23:01:14.391Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-06-20T23:01:14.408Z | Compiling ciborium-io v0.2.2 |
| 3073 | 2026-06-20T23:01:14.423Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-06-20T23:01:14.453Z | Compiling convert_case v0.4.0 |
| 3075 | 2026-06-20T23:01:14.528Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3076 | 2026-06-20T23:01:14.558Z | Compiling aead v0.5.2 |
| 3077 | 2026-06-20T23:01:14.577Z | Compiling secrecy v0.10.3 |
| 3078 | 2026-06-20T23:01:14.597Z | Compiling poly1305 v0.8.0 |
| 3079 | 2026-06-20T23:01:14.661Z | Compiling structmeta v0.3.0 |
| 3080 | 2026-06-20T23:01:14.679Z | Compiling ciborium-ll v0.2.2 |
| 3081 | 2026-06-20T23:01:14.711Z | Compiling chacha20 v0.9.1 |
| 3082 | 2026-06-20T23:01:14.766Z | Compiling unsafe-libyaml v0.2.11 |
| 3083 | 2026-06-20T23:01:14.787Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3084 | 2026-06-20T23:01:14.804Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3085 | 2026-06-20T23:01:14.827Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3086 | 2026-06-20T23:01:14.871Z | Compiling derive_more v0.99.20 |
| 3087 | 2026-06-20T23:01:14.927Z | Compiling derive-ex v0.1.8 |
| 3088 | 2026-06-20T23:01:14.941Z | Compiling parse-display-derive v0.10.0 |
| 3089 | 2026-06-20T23:01:15.010Z | Compiling ciborium v0.2.2 |
| 3090 | 2026-06-20T23:01:15.051Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-06-20T23:01:15.097Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-06-20T23:01:15.187Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-06-20T23:01:15.191Z | Compiling blake2 v0.10.6 |
| 3094 | 2026-06-20T23:01:15.219Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-06-20T23:01:15.404Z | Compiling serde_yaml v0.9.34+deprecated |
| 3096 | 2026-06-20T23:01:15.499Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3097 | 2026-06-20T23:01:15.540Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3098 | 2026-06-20T23:01:15.570Z | Compiling argon2 v0.5.3 |
| 3099 | 2026-06-20T23:01:15.584Z | Compiling chacha20poly1305 v0.10.1 |
| 3100 | 2026-06-20T23:01:15.624Z | Compiling indent_write v2.2.0 |
| 3101 | 2026-06-20T23:01:15.654Z | Compiling heapless v0.8.0 |
| 3102 | 2026-06-20T23:01:15.770Z | Compiling tokio-rustls v0.25.0 |
| 3103 | 2026-06-20T23:01:15.787Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-06-20T23:01:15.809Z | Compiling ingot-macros v0.1.1 |
| 3105 | 2026-06-20T23:01:15.824Z | Compiling tabwriter v1.4.1 |
| 3106 | 2026-06-20T23:01:16.046Z | Compiling typify-impl v0.6.2 |
| 3107 | 2026-06-20T23:01:16.083Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3108 | 2026-06-20T23:01:16.323Z | Compiling thiserror-no-std v2.0.2 |
| 3109 | 2026-06-20T23:01:16.392Z | Compiling proc-macro-crate v3.4.0 |
| 3110 | 2026-06-20T23:01:16.431Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-06-20T23:01:16.712Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-06-20T23:01:16.737Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-06-20T23:01:16.915Z | Compiling hash32 v0.3.1 |
| 3114 | 2026-06-20T23:01:16.936Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3115 | 2026-06-20T23:01:17.001Z | Compiling num_enum_derive v0.7.6 |
| 3116 | 2026-06-20T23:01:17.016Z | Compiling smoltcp v0.11.0 |
| 3117 | 2026-06-20T23:01:17.122Z | Compiling cobs v0.3.0 |
| 3118 | 2026-06-20T23:01:17.202Z | Compiling colored v3.1.1 |
| 3119 | 2026-06-20T23:01:17.320Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3120 | 2026-06-20T23:01:17.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-06-20T23:01:17.358Z | Compiling postcard v1.1.3 |
| 3122 | 2026-06-20T23:01:17.430Z | Compiling proc-macro-error v1.0.4 |
| 3123 | 2026-06-20T23:01:17.446Z | Compiling proc-macro-crate v1.3.1 |
| 3124 | 2026-06-20T23:01:17.464Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3125 | 2026-06-20T23:01:17.550Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3126 | 2026-06-20T23:01:17.649Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-06-20T23:01:17.655Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3128 | 2026-06-20T23:01:17.734Z | Compiling rayon-core v1.13.0 |
| 3129 | 2026-06-20T23:01:17.739Z | Compiling cpufeatures v0.3.0 |
| 3130 | 2026-06-20T23:01:17.767Z | Compiling foreign-types-shared v0.3.1 |
| 3131 | 2026-06-20T23:01:17.779Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-06-20T23:01:17.850Z | Compiling chacha20 v0.10.0 |
| 3133 | 2026-06-20T23:01:17.907Z | Compiling num_enum_derive v0.5.11 |
| 3134 | 2026-06-20T23:01:17.984Z | Compiling crossbeam-deque v0.8.6 |
| 3135 | 2026-06-20T23:01:18.029Z | Compiling camino-tempfile v1.4.1 |
| 3136 | 2026-06-20T23:01:18.048Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3137 | 2026-06-20T23:01:18.076Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3138 | 2026-06-20T23:01:18.080Z | Compiling cstr-argument v0.1.2 |
| 3139 | 2026-06-20T23:01:18.133Z | Compiling num_enum v0.7.6 |
| 3140 | 2026-06-20T23:01:18.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3141 | 2026-06-20T23:01:18.270Z | Compiling foreign-types v0.5.0 |
| 3142 | 2026-06-20T23:01:18.289Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3143 | 2026-06-20T23:01:18.289Z | Compiling rand v0.10.0 |
| 3144 | 2026-06-20T23:01:18.322Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3145 | 2026-06-20T23:01:18.322Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3146 | 2026-06-20T23:01:18.373Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3147 | 2026-06-20T23:01:18.457Z | Compiling zone_cfg_derive v0.3.1 |
| 3148 | 2026-06-20T23:01:18.527Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3149 | 2026-06-20T23:01:18.548Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3150 | 2026-06-20T23:01:18.595Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3151 | 2026-06-20T23:01:18.657Z | Compiling rayon v1.11.0 |
| 3152 | 2026-06-20T23:01:18.686Z | Compiling itertools v0.12.1 |
| 3153 | 2026-06-20T23:01:18.708Z | Compiling num-derive v0.4.2 |
| 3154 | 2026-06-20T23:01:18.726Z | Compiling sigpipe v0.1.3 |
| 3155 | 2026-06-20T23:01:18.744Z | Compiling glob v0.3.3 |
| 3156 | 2026-06-20T23:01:18.796Z | Compiling ingot-types v0.1.2 |
| 3157 | 2026-06-20T23:01:18.833Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3158 | 2026-06-20T23:01:18.849Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3159 | 2026-06-20T23:01:18.948Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3160 | 2026-06-20T23:01:19.027Z | Compiling num_enum v0.5.11 |
| 3161 | 2026-06-20T23:01:19.083Z | Compiling smf v0.2.3 |
| 3162 | 2026-06-20T23:01:19.119Z | Compiling whoami v1.6.1 |
| 3163 | 2026-06-20T23:01:19.163Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3164 | 2026-06-20T23:01:19.181Z | Compiling ingot v0.1.1 |
| 3165 | 2026-06-20T23:01:19.199Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-06-20T23:01:19.220Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-06-20T23:01:19.261Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-06-20T23:01:19.411Z | Compiling num-rational v0.4.2 |
| 3169 | 2026-06-20T23:01:19.482Z | Compiling num-complex v0.4.6 |
| 3170 | 2026-06-20T23:01:19.548Z | Compiling memmap v0.7.0 |
| 3171 | 2026-06-20T23:01:19.678Z | Compiling derive-where v1.6.0 |
| 3172 | 2026-06-20T23:01:19.753Z | Compiling float-ord v0.3.2 |
| 3173 | 2026-06-20T23:01:19.772Z | Compiling toml v0.8.23 |
| 3174 | 2026-06-20T23:01:19.849Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3175 | 2026-06-20T23:01:19.906Z | Compiling zone v0.3.1 |
| 3176 | 2026-06-20T23:01:19.924Z | Compiling num v0.4.3 |
| 3177 | 2026-06-20T23:01:19.974Z | Compiling resolv-conf v0.7.6 |
| 3178 | 2026-06-20T23:01:20.022Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-06-20T23:01:20.040Z | Compiling owo-colors v4.3.0 |
| 3180 | 2026-06-20T23:01:20.073Z | Compiling cancel-safe-futures v0.1.5 |
| 3181 | 2026-06-20T23:01:20.167Z | Compiling usdt v0.5.0 |
| 3182 | 2026-06-20T23:01:20.190Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-06-20T23:01:20.214Z | Compiling prettyplease v0.2.37 |
| 3184 | 2026-06-20T23:01:20.346Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3185 | 2026-06-20T23:01:20.404Z | Compiling libsw v3.5.0 |
| 3186 | 2026-06-20T23:01:20.466Z | Compiling console v0.15.11 |
| 3187 | 2026-06-20T23:01:20.480Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-06-20T23:01:20.536Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-06-20T23:01:20.543Z | Compiling linear-map v1.2.0 |
| 3190 | 2026-06-20T23:01:20.622Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-06-20T23:01:20.654Z | Compiling libefi-sys v0.1.0 |
| 3192 | 2026-06-20T23:01:20.673Z | Compiling typify-macro v0.6.2 |
| 3193 | 2026-06-20T23:01:20.708Z | Compiling git-stub v1.0.0 |
| 3194 | 2026-06-20T23:01:20.711Z | Compiling bitfield-struct v0.6.2 |
| 3195 | 2026-06-20T23:01:20.781Z | Compiling nom v8.0.0 |
| 3196 | 2026-06-20T23:01:20.847Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-06-20T23:01:20.904Z | Compiling expectorate v1.2.0 |
| 3198 | 2026-06-20T23:01:20.986Z | Compiling semver v0.1.20 |
| 3199 | 2026-06-20T23:01:21.030Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3200 | 2026-06-20T23:01:21.101Z | Compiling git-stub-vcs v0.1.0 |
| 3201 | 2026-06-20T23:01:21.121Z | Compiling tokio-dtrace v0.1.1 |
| 3202 | 2026-06-20T23:01:21.123Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3203 | 2026-06-20T23:01:21.250Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-06-20T23:01:21.269Z | Compiling rustc_version v0.1.7 |
| 3205 | 2026-06-20T23:01:21.300Z | Compiling slog-dtrace v0.3.0 |
| 3206 | 2026-06-20T23:01:21.318Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-06-20T23:01:21.423Z | Compiling minimal-lexical v0.2.1 |
| 3208 | 2026-06-20T23:01:21.439Z | Compiling oxide-tokio-rt v0.1.4 |
| 3209 | 2026-06-20T23:01:21.459Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-06-20T23:01:21.498Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3211 | 2026-06-20T23:01:21.516Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3212 | 2026-06-20T23:01:21.553Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-06-20T23:01:21.598Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-06-20T23:01:21.616Z | Compiling phf_shared v0.12.1 |
| 3215 | 2026-06-20T23:01:21.722Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-06-20T23:01:21.746Z | Compiling nom v7.1.3 |
| 3217 | 2026-06-20T23:01:21.798Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-06-20T23:01:21.804Z | Compiling xshell-macros v0.2.7 |
| 3219 | 2026-06-20T23:01:21.804Z | Compiling chrono-tz v0.10.4 |
| 3220 | 2026-06-20T23:01:21.829Z | Compiling highway v1.3.0 |
| 3221 | 2026-06-20T23:01:21.917Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3222 | 2026-06-20T23:01:22.065Z | Compiling csv v1.4.0 |
| 3223 | 2026-06-20T23:01:22.082Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-06-20T23:01:22.199Z | Compiling phf v0.12.1 |
| 3225 | 2026-06-20T23:01:22.224Z | Compiling xshell v0.2.7 |
| 3226 | 2026-06-20T23:01:22.260Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-06-20T23:01:22.260Z | Compiling primeorder v0.13.6 |
| 3228 | 2026-06-20T23:01:22.559Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3229 | 2026-06-20T23:01:22.578Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-06-20T23:01:22.581Z | Compiling typify v0.6.2 |
| 3231 | 2026-06-20T23:01:22.636Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-06-20T23:01:22.716Z | Compiling progenitor-impl v0.14.0 |
| 3233 | 2026-06-20T23:01:22.734Z | Compiling hickory-resolver v0.24.4 |
| 3234 | 2026-06-20T23:01:22.775Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3235 | 2026-06-20T23:01:22.867Z | Compiling bcs v0.1.6 |
| 3236 | 2026-06-20T23:01:22.951Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3237 | 2026-06-20T23:01:22.970Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3238 | 2026-06-20T23:01:23.136Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-06-20T23:01:23.158Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3240 | 2026-06-20T23:01:23.230Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3241 | 2026-06-20T23:01:23.433Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3242 | 2026-06-20T23:01:23.672Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3243 | 2026-06-20T23:01:23.694Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3244 | 2026-06-20T23:01:23.779Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3245 | 2026-06-20T23:01:23.810Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3246 | 2026-06-20T23:01:23.875Z | Compiling qorb v0.4.1 |
| 3247 | 2026-06-20T23:01:24.013Z | Compiling const_format v0.2.35 |
| 3248 | 2026-06-20T23:01:24.030Z | Compiling termtree v0.5.1 |
| 3249 | 2026-06-20T23:01:24.110Z | Compiling tagptr v0.2.0 |
| 3250 | 2026-06-20T23:01:24.164Z | Compiling salty v0.3.0 |
| 3251 | 2026-06-20T23:01:24.227Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-06-20T23:01:24.325Z | Compiling moka v0.12.13 |
| 3253 | 2026-06-20T23:01:24.405Z | Compiling tabled v0.15.0 |
| 3254 | 2026-06-20T23:01:24.521Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-06-20T23:01:24.649Z | Compiling steno v0.4.1 |
| 3256 | 2026-06-20T23:01:24.771Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-06-20T23:01:24.798Z | Compiling base64 v0.21.7 |
| 3258 | 2026-06-20T23:01:24.855Z | Compiling radium v0.7.0 |
| 3259 | 2026-06-20T23:01:24.903Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3260 | 2026-06-20T23:01:25.059Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-06-20T23:01:25.159Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3262 | 2026-06-20T23:01:25.162Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3263 | 2026-06-20T23:01:25.216Z | Compiling p384 v0.13.1 |
| 3264 | 2026-06-20T23:01:25.235Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3265 | 2026-06-20T23:01:25.395Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3266 | 2026-06-20T23:01:25.498Z | Compiling progenitor-macro v0.14.0 |
| 3267 | 2026-06-20T23:01:25.735Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3268 | 2026-06-20T23:01:25.828Z | Compiling tap v1.0.1 |
| 3269 | 2026-06-20T23:01:25.979Z | Compiling maybe-uninit v2.0.0 |
| 3270 | 2026-06-20T23:01:26.001Z | Compiling wyz v0.5.1 |
| 3271 | 2026-06-20T23:01:26.066Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3272 | 2026-06-20T23:01:26.241Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-06-20T23:01:26.296Z | Compiling funty v2.0.0 |
| 3274 | 2026-06-20T23:01:26.384Z | Compiling utf-8 v0.7.6 |
| 3275 | 2026-06-20T23:01:26.428Z | Compiling packed_struct v0.10.1 |
| 3276 | 2026-06-20T23:01:26.444Z | Compiling parking_lot_core v0.8.6 |
| 3277 | 2026-06-20T23:01:26.604Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-06-20T23:01:26.687Z | Compiling proc-macro-error2 v2.0.1 |
| 3279 | 2026-06-20T23:01:26.706Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3280 | 2026-06-20T23:01:26.783Z | Compiling bitvec v1.0.1 |
| 3281 | 2026-06-20T23:01:26.801Z | Compiling tungstenite v0.21.0 |
| 3282 | 2026-06-20T23:01:26.875Z | Compiling polyval v0.6.2 |
| 3283 | 2026-06-20T23:01:26.947Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3284 | 2026-06-20T23:01:26.966Z | Compiling packed_struct_codegen v0.10.1 |
| 3285 | 2026-06-20T23:01:26.988Z | Compiling num-derive v0.3.3 |
| 3286 | 2026-06-20T23:01:27.016Z | Compiling zerocopy-derive v0.6.6 |
| 3287 | 2026-06-20T23:01:27.047Z | Compiling bitfield-macros v0.19.4 |
| 3288 | 2026-06-20T23:01:27.142Z | Compiling indexmap v1.9.3 |
| 3289 | 2026-06-20T23:01:27.203Z | Compiling crc-catalog v2.4.0 |
| 3290 | 2026-06-20T23:01:27.283Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3291 | 2026-06-20T23:01:27.318Z | Compiling nodrop v0.1.14 |
| 3292 | 2026-06-20T23:01:27.336Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3293 | 2026-06-20T23:01:27.398Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3294 | 2026-06-20T23:01:27.442Z | Compiling array-init v0.0.4 |
| 3295 | 2026-06-20T23:01:27.526Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-06-20T23:01:27.575Z | Compiling crc v3.4.0 |
| 3297 | 2026-06-20T23:01:27.685Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-06-20T23:01:27.753Z | Compiling ghash v0.5.1 |
| 3299 | 2026-06-20T23:01:27.810Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-06-20T23:01:27.829Z | Compiling bitfield v0.19.4 |
| 3301 | 2026-06-20T23:01:27.883Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3302 | 2026-06-20T23:01:27.926Z | Compiling progenitor-impl v0.13.0 |
| 3303 | 2026-06-20T23:01:27.944Z | Compiling zerocopy v0.6.6 |
| 3304 | 2026-06-20T23:01:27.974Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3305 | 2026-06-20T23:01:28.055Z | Compiling libscf-sys v1.1.0 |
| 3306 | 2026-06-20T23:01:28.058Z | Compiling papergrid v0.17.0 |
| 3307 | 2026-06-20T23:01:28.112Z | Compiling testing_table v0.3.0 |
| 3308 | 2026-06-20T23:01:28.130Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-06-20T23:01:28.209Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-06-20T23:01:28.254Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3311 | 2026-06-20T23:01:28.270Z | Compiling ctr v0.9.2 |
| 3312 | 2026-06-20T23:01:28.309Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-06-20T23:01:28.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-06-20T23:01:28.342Z | Compiling unicase v2.9.0 |
| 3315 | 2026-06-20T23:01:28.459Z | Compiling corncobs v0.1.4 |
| 3316 | 2026-06-20T23:01:28.505Z | Compiling hashbrown v0.12.3 |
| 3317 | 2026-06-20T23:01:28.521Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3318 | 2026-06-20T23:01:28.584Z | Compiling mime_guess v2.0.5 |
| 3319 | 2026-06-20T23:01:28.701Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3320 | 2026-06-20T23:01:28.712Z | Compiling aes-gcm v0.10.3 |
| 3321 | 2026-06-20T23:01:28.712Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-06-20T23:01:28.789Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3323 | 2026-06-20T23:01:28.901Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3324 | 2026-06-20T23:01:28.946Z | Compiling parking_lot v0.11.2 |
| 3325 | 2026-06-20T23:01:29.008Z | Compiling tabled v0.20.0 |
| 3326 | 2026-06-20T23:01:29.060Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-06-20T23:01:29.181Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-06-20T23:01:29.295Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3329 | 2026-06-20T23:01:29.381Z | Compiling ron v0.8.1 |
| 3330 | 2026-06-20T23:01:29.459Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3331 | 2026-06-20T23:01:29.538Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3332 | 2026-06-20T23:01:29.617Z | Compiling hashbrown v0.13.2 |
| 3333 | 2026-06-20T23:01:29.786Z | Compiling progenitor-client v0.13.0 |
| 3334 | 2026-06-20T23:01:29.824Z | Compiling prefix-trie v0.7.0 |
| 3335 | 2026-06-20T23:01:30.025Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3336 | 2026-06-20T23:01:30.074Z | Compiling blowfish v0.9.1 |
| 3337 | 2026-06-20T23:01:30.137Z | Compiling ssh-encoding v0.2.0 |
| 3338 | 2026-06-20T23:01:30.150Z | Compiling fxhash v0.2.1 |
| 3339 | 2026-06-20T23:01:30.280Z | Compiling secrecy v0.8.0 |
| 3340 | 2026-06-20T23:01:30.336Z | Compiling crc-any v2.5.0 |
| 3341 | 2026-06-20T23:01:30.350Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-06-20T23:01:30.417Z | Compiling ssh-cipher v0.2.0 |
| 3343 | 2026-06-20T23:01:30.463Z | Compiling sled v0.34.7 |
| 3344 | 2026-06-20T23:01:30.607Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3345 | 2026-06-20T23:01:30.688Z | Compiling hickory-server v0.25.2 |
| 3346 | 2026-06-20T23:01:30.711Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-06-20T23:01:30.726Z | Compiling object v0.30.4 |
| 3348 | 2026-06-20T23:01:30.743Z | Compiling progenitor-macro v0.13.0 |
| 3349 | 2026-06-20T23:01:30.897Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3350 | 2026-06-20T23:01:30.991Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-06-20T23:01:31.079Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3352 | 2026-06-20T23:01:31.108Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3353 | 2026-06-20T23:01:31.391Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3354 | 2026-06-20T23:01:31.606Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3355 | 2026-06-20T23:01:31.637Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3356 | 2026-06-20T23:01:31.739Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-06-20T23:01:31.833Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3358 | 2026-06-20T23:01:31.850Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3359 | 2026-06-20T23:01:31.889Z | Compiling password-hash v0.4.2 |
| 3360 | 2026-06-20T23:01:31.939Z | Compiling http-range v0.1.5 |
| 3361 | 2026-06-20T23:01:32.165Z | Compiling half v1.8.3 |
| 3362 | 2026-06-20T23:01:32.310Z | Compiling path-slash v0.1.5 |
| 3363 | 2026-06-20T23:01:32.352Z | Compiling crc8 v0.1.1 |
| 3364 | 2026-06-20T23:01:32.476Z | Compiling serde_cbor v0.11.2 |
| 3365 | 2026-06-20T23:01:32.514Z | Compiling pbkdf2 v0.11.0 |
| 3366 | 2026-06-20T23:01:32.605Z | Compiling illumos-nvpair v0.3.0 |
| 3367 | 2026-06-20T23:01:32.922Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-06-20T23:01:33.129Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-06-20T23:01:33.141Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-06-20T23:01:33.744Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3371 | 2026-06-20T23:01:33.748Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3372 | 2026-06-20T23:01:33.748Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3373 | 2026-06-20T23:01:33.910Z | Compiling ssh-key v0.6.7 |
| 3374 | 2026-06-20T23:01:34.118Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3375 | 2026-06-20T23:01:34.250Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3376 | 2026-06-20T23:01:34.276Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3377 | 2026-06-20T23:01:34.346Z | Compiling p521 v0.13.3 |
| 3378 | 2026-06-20T23:01:34.366Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-06-20T23:01:34.415Z | Compiling p256 v0.13.2 |
| 3380 | 2026-06-20T23:01:34.796Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-06-20T23:01:34.824Z | Compiling yasna v0.5.2 |
| 3382 | 2026-06-20T23:01:34.867Z | Compiling kstat-rs v0.2.4 |
| 3383 | 2026-06-20T23:01:35.133Z | Compiling headers-core v0.3.0 |
| 3384 | 2026-06-20T23:01:35.210Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3385 | 2026-06-20T23:01:35.296Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3386 | 2026-06-20T23:01:35.347Z | Compiling nanorand v0.7.0 |
| 3387 | 2026-06-20T23:01:35.379Z | Compiling atty v0.2.14 |
| 3388 | 2026-06-20T23:01:35.460Z | Compiling russh-cryptovec v0.7.3 |
| 3389 | 2026-06-20T23:01:35.528Z | Compiling home v0.5.12 |
| 3390 | 2026-06-20T23:01:35.567Z | Compiling md5 v0.7.0 |
| 3391 | 2026-06-20T23:01:35.664Z | Compiling flume v0.11.1 |
| 3392 | 2026-06-20T23:01:35.684Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3393 | 2026-06-20T23:01:35.706Z | Compiling rcgen v0.12.1 |
| 3394 | 2026-06-20T23:01:35.714Z | Compiling headers v0.4.1 |
| 3395 | 2026-06-20T23:01:35.746Z | Compiling russh-keys v0.45.0 |
| 3396 | 2026-06-20T23:01:35.868Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3397 | 2026-06-20T23:01:35.893Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3398 | 2026-06-20T23:01:35.910Z | Compiling progenitor v0.13.0 |
| 3399 | 2026-06-20T23:01:35.914Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3400 | 2026-06-20T23:01:36.035Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3401 | 2026-06-20T23:01:36.107Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3402 | 2026-06-20T23:01:36.295Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3403 | 2026-06-20T23:01:36.321Z | Compiling hyper-staticfile v0.10.1 |
| 3404 | 2026-06-20T23:01:36.553Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3405 | 2026-06-20T23:01:36.575Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3406 | 2026-06-20T23:01:36.652Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3407 | 2026-06-20T23:01:36.725Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3408 | 2026-06-20T23:01:36.865Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3409 | 2026-06-20T23:01:36.892Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3410 | 2026-06-20T23:01:36.957Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3411 | 2026-06-20T23:01:36.977Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3412 | 2026-06-20T23:01:37.138Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3413 | 2026-06-20T23:01:37.156Z | Compiling num-bigint v0.4.6 |
| 3414 | 2026-06-20T23:01:37.207Z | Compiling des v0.8.1 |
| 3415 | 2026-06-20T23:01:37.262Z | Compiling subprocess v0.2.15 |
| 3416 | 2026-06-20T23:01:37.336Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-06-20T23:01:37.377Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3418 | 2026-06-20T23:01:37.381Z | Compiling display-error-chain v0.2.2 |
| 3419 | 2026-06-20T23:01:37.414Z | Compiling hex-literal v0.4.1 |
| 3420 | 2026-06-20T23:01:37.459Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3421 | 2026-06-20T23:01:37.536Z | Compiling colored v2.2.0 |
| 3422 | 2026-06-20T23:01:37.559Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3423 | 2026-06-20T23:01:37.576Z | Compiling internet-checksum v0.2.1 |
| 3424 | 2026-06-20T23:01:37.841Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3425 | 2026-06-20T23:01:37.941Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3426 | 2026-06-20T23:01:38.364Z | Compiling russh v0.45.0 |
| 3427 | 2026-06-20T23:01:38.810Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-06-20T23:01:39.798Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3429 | 2026-06-20T23:01:39.798Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-06-20T23:01:42.279Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3431 | 2026-06-20T23:01:42.786Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3432 | 2026-06-20T23:01:42.940Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3433 | 2026-06-20T23:01:43.426Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3434 | 2026-06-20T23:01:45.361Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3435 | 2026-06-20T23:01:53.433Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3436 | 2026-06-20T23:01:53.433Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3437 | 2026-06-20T23:01:53.436Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3438 | 2026-06-20T23:01:53.436Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3439 | 2026-06-20T23:01:55.180Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3440 | 2026-06-20T23:01:55.263Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3441 | 2026-06-20T23:01:59.243Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3442 | 2026-06-20T23:02:38.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3443 | 2026-06-20T23:02:38.929Z | |
| 3444 | 2026-06-20T23:02:38.929Z | real 1:26.556164469 |
| 3445 | 2026-06-20T23:02:38.929Z | user 8:03.652169720 |
| 3446 | 2026-06-20T23:02:38.929Z | sys 1:39.466615137 |
| 3447 | 2026-06-20T23:02:38.929Z | trap 0.237531982 |
| 3448 | 2026-06-20T23:02:38.929Z | tflt 0.573972088 |
| 3449 | 2026-06-20T23:02:38.935Z | dflt 1.849028233 |
| 3450 | 2026-06-20T23:02:38.935Z | kflt 0.000249300 |
| 3451 | 2026-06-20T23:02:38.935Z | lock 27:05.976595739 |
| 3452 | 2026-06-20T23:02:38.935Z | slp 18:04.323818879 |
| 3453 | 2026-06-20T23:02:38.935Z | lat 37.646572821 |
| 3454 | 2026-06-20T23:02:38.935Z | stop 2:40.425460153 |
| 3455 | 2026-06-20T23:02:38.935Z | + mkdir tests |
| 3456 | 2026-06-20T23:02:38.941Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3457 | 2026-06-20T23:02:38.941Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3458 | 2026-06-20T23:02:38.958Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/ |
| 3459 | 2026-06-20T23:02:38.986Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/ |
| 3460 | 2026-06-20T23:02:39.014Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/ |
| 3461 | 2026-06-20T23:02:39.041Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/ |
| 3462 | 2026-06-20T23:02:39.287Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3463 | 2026-06-20T23:02:39.291Z | + 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3464 | 2026-06-20T23:03:59.610Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3465 | 2026-06-20T23:03:59.610Z | a .github/buildomat/ci-env.sh 1K |
| 3466 | 2026-06-20T23:03:59.610Z | a out/target/test 1K |
| 3467 | 2026-06-20T23:03:59.610Z | a out/npuzone/npuzone 27402K |
| 3468 | 2026-06-20T23:03:59.610Z | a package-manifest.toml 35K |
| 3469 | 2026-06-20T23:03:59.610Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3470 | 2026-06-20T23:03:59.610Z | a target/release/omicron-package 45177K |
| 3471 | 2026-06-20T23:03:59.610Z | a target/release/xtask 11453K |
| 3472 | 2026-06-20T23:03:59.610Z | a target/debug/bootstrap 355917K |
| 3473 | 2026-06-20T23:03:59.611Z | a tests/bootstrap-924fc3fc47321669 31215K |
| 3474 | 2026-06-20T23:03:59.611Z | a tests/commtest-408c589a9be9a15a 32300K |
| 3475 | 2026-06-20T23:03:59.611Z | a tests/dhcp_server-f35f394bfb169ef7 31215K |
| 3476 | 2026-06-20T23:03:59.611Z | a tests/end_to_end_tests-f00a927a2ca939a9 397746K |
| 3477 | 2026-06-20T23:03:59.611Z | a tools/opte_version 1K |
| 3478 | 2026-06-20T23:03:59.611Z | a tools/opte_version_override 2K |
| 3479 | 2026-06-20T23:03:59.611Z | a out/clickhouse.tar.gz 313417K |
| 3480 | 2026-06-20T23:03:59.611Z | a out/clickhouse_keeper.tar.gz 298475K |
| 3481 | 2026-06-20T23:03:59.611Z | a out/clickhouse_server.tar.gz 313415K |
| 3482 | 2026-06-20T23:03:59.611Z | a out/cockroachdb.tar.gz 157676K |
| 3483 | 2026-06-20T23:03:59.611Z | a out/crucible-pantry-zone.tar.gz 36467K |
| 3484 | 2026-06-20T23:03:59.611Z | a out/crucible-utils.tar 16478K |
| 3485 | 2026-06-20T23:03:59.611Z | a out/crucible-zone.tar.gz 52037K |
| 3486 | 2026-06-20T23:03:59.611Z | a out/external-dns.tar.gz 42900K |
| 3487 | 2026-06-20T23:03:59.611Z | a out/internal-dns.tar.gz 42899K |
| 3488 | 2026-06-20T23:03:59.611Z | a out/mg-ddm-gz.tar 97917K |
| 3489 | 2026-06-20T23:03:59.611Z | a out/nexus.tar.gz 278399K |
| 3490 | 2026-06-20T23:03:59.611Z | a out/ntp.tar.gz 24107K |
| 3491 | 2026-06-20T23:03:59.611Z | a out/omicron-gateway-softnpu.tar.gz 30193K |
| 3492 | 2026-06-20T23:03:59.611Z | a out/omicron-sled-agent.tar 194547K |
| 3493 | 2026-06-20T23:03:59.611Z | a out/overlay.tar.gz 3K |
| 3494 | 2026-06-20T23:03:59.611Z | a out/oximeter.tar.gz 62279K |
| 3495 | 2026-06-20T23:03:59.611Z | a out/oxlog.tar 3782K |
| 3496 | 2026-06-20T23:03:59.611Z | a out/probe.tar.gz 3037K |
| 3497 | 2026-06-20T23:03:59.611Z | a out/propolis-server.tar.gz 34918K |
| 3498 | 2026-06-20T23:03:59.611Z | a out/pumpkind-gz.tar 26647K |
| 3499 | 2026-06-20T23:03:59.611Z | a out/switch-softnpu.tar.gz 447912K |
| 3500 | 2026-06-20T23:03:59.614Z | |
| 3501 | 2026-06-20T23:03:59.614Z | real 1:20.319672905 |
| 3502 | 2026-06-20T23:03:59.614Z | user 1:17.559063465 |
| 3503 | 2026-06-20T23:03:59.614Z | sys 4.499740589 |
| 3504 | 2026-06-20T23:03:59.615Z | trap 0.006603776 |
| 3505 | 2026-06-20T23:03:59.615Z | tflt 0.000000000 |
| 3506 | 2026-06-20T23:03:59.615Z | dflt 0.000000000 |
| 3507 | 2026-06-20T23:03:59.615Z | kflt 0.000000000 |
| 3508 | 2026-06-20T23:03:59.615Z | lock 0.000000000 |
| 3509 | 2026-06-20T23:03:59.615Z | slp 1:17.553617987 |
| 3510 | 2026-06-20T23:03:59.615Z | lat 1.015831134 |
| 3511 | 2026-06-20T23:03:59.615Z | stop 0.000170048 |
| 3512 | 2026-06-20T23:03:59.615Z | process exited: duration 951114 ms, exit code 0 |
| |
| 3513 | 2026-06-20T23:03:59.631Z | found 1 output files |
| 3514 | 2026-06-20T23:03:59.631Z | uploading: /work/package.tar.gz (2479678699 bytes) |
| 3515 | 2026-06-20T23:04:29.795Z | uploaded: /work/package.tar.gz |