|
|
|
| 1 | 2026-07-23T04:28:39.995Z | job assigned to worker 01KY6KNH6VGY5BYHKGD69D2JDF [factory aws, i-02658960d35b0b6e2] (queued for 1 m 2 s) |
| |
| 2 | 2026-07-23T04:28:47.316Z | starting task 0: "setup" |
| 3 | 2026-07-23T04:28:47.321Z | ++ uname -s |
| 4 | 2026-07-23T04:28:47.329Z | + kern=SunOS |
| 5 | 2026-07-23T04:28:47.329Z | + build_user=build |
| 6 | 2026-07-23T04:28:47.329Z | + build_uid=12345 |
| 7 | 2026-07-23T04:28:47.330Z | + work_dir=/work |
| 8 | 2026-07-23T04:28:47.330Z | + input_dir=/input |
| 9 | 2026-07-23T04:28:47.330Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T04:28:47.330Z | + case "$kern" in |
| 11 | 2026-07-23T04:28:47.330Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T04:28:47.330Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T04:28:49.333Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T04:28:49.405Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T04:28:49.409Z | + home_fs=zfs |
| 16 | 2026-07-23T04:28:49.409Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T04:28:49.409Z | + mkdir -p /home/build |
| 18 | 2026-07-23T04:28:49.409Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T04:28:51.408Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T04:28:51.411Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-23T04:28:51.418Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T04:28:51.422Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T04:28:51.422Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-23T04:28:51.422Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-23T04:28:51.422Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-23T04:28:51.423Z | * rust toolchain profile = "default" |
| 27 | 2026-07-23T04:28:51.423Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T04:28:51.425Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T04:28:51.426Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T04:28:51.503Z | info: downloading installer |
| 31 | 2026-07-23T04:28:53.165Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T04:28:53.165Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T04:28:53.165Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T04:28:53.165Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T04:28:53.181Z | info: profile set to default |
| 36 | 2026-07-23T04:28:53.181Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T04:28:53.181Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T04:28:53.312Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T04:28:53.317Z | info: downloading 6 components |
| 40 | 2026-07-23T04:29:09.695Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T04:29:09.695Z | |
| 42 | 2026-07-23T04:29:09.723Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T04:29:09.723Z | |
| 44 | 2026-07-23T04:29:09.724Z | |
| 45 | 2026-07-23T04:29:09.724Z | Rust is installed now. Great! |
| 46 | 2026-07-23T04:29:09.724Z | |
| 47 | 2026-07-23T04:29:09.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T04:29:09.724Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T04:29:09.724Z | |
| 50 | 2026-07-23T04:29:09.724Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T04:29:09.724Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T04:29:09.724Z | |
| 53 | 2026-07-23T04:29:09.729Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T04:29:09.729Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T04:29:09.729Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T04:29:09.729Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T04:29:09.729Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T04:29:09.729Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T04:29:09.729Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T04:29:09.729Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T04:29:09.730Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T04:29:09.806Z | + rustup --version |
| 63 | 2026-07-23T04:29:09.812Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T04:29:09.812Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T04:29:09.833Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T04:29:09.836Z | + cargo --version |
| 67 | 2026-07-23T04:29:09.845Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T04:29:09.848Z | + rustc --version |
| 69 | 2026-07-23T04:29:09.868Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T04:29:09.872Z | process exited: duration 18451 ms, exit code 0 |
| |
| 71 | 2026-07-23T04:29:09.878Z | starting task 2: "authentication" |
| 72 | 2026-07-23T04:29:09.899Z | process exited: duration 21 ms, exit code 0 |
| |
| 73 | 2026-07-23T04:29:09.964Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T04:29:09.972Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T04:29:09.972Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T04:29:09.996Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T04:29:19.159Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T04:29:19.159Z | + git fetch origin a51628199c25eda0468ccfd9af17053de9532a99 |
| 79 | 2026-07-23T04:29:19.451Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T04:29:19.451Z | * branch a51628199c25eda0468ccfd9af17053de9532a99 -> FETCH_HEAD |
| 81 | 2026-07-23T04:29:19.461Z | + [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 82 | 2026-07-23T04:29:19.465Z | ++ git branch --show-current |
| 83 | 2026-07-23T04:29:19.466Z | + current=main |
| 84 | 2026-07-23T04:29:19.466Z | + [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 85 | 2026-07-23T04:29:19.466Z | + git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document a51628199c25eda0468ccfd9af17053de9532a99 |
| 86 | 2026-07-23T04:29:19.475Z | + git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document |
| 87 | 2026-07-23T04:29:19.710Z | Switched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document' |
| 88 | 2026-07-23T04:29:19.716Z | + git reset --hard a51628199c25eda0468ccfd9af17053de9532a99 |
| 89 | 2026-07-23T04:29:19.949Z | HEAD is now at a51628199 lots more updates |
| 90 | 2026-07-23T04:29:19.954Z | process exited: duration 9992 ms, exit code 0 |
| |
| 91 | 2026-07-23T04:29:19.964Z | starting task 4: "build" |
| 92 | 2026-07-23T04:29:19.977Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T04:29:19.977Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T04:29:19.977Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T04:29:19.977Z | +++ uname -s |
| 96 | 2026-07-23T04:29:19.977Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T04:29:19.977Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T04:29:19.984Z | + cargo --version |
| 99 | 2026-07-23T04:29:19.984Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T04:29:19.989Z | + rustc --version |
| 101 | 2026-07-23T04:29:20.005Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T04:29:20.010Z | + WORK=/work |
| 103 | 2026-07-23T04:29:20.010Z | + pfexec mkdir -p /work |
| 104 | 2026-07-23T04:29:20.010Z | + pfexec chown build /work |
| 105 | 2026-07-23T04:29:20.017Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-23T04:29:21.737Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-23T04:29:22.063Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-23T04:29:23.128Z | Planning: Solver setup ... Done (1.001s) |
| 109 | 2026-07-23T04:29:23.166Z | Planning: Running solver ... Done (0.042s) |
| 110 | 2026-07-23T04:29:23.197Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-23T04:29:23.215Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-23T04:29:23.222Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-23T04:29:23.245Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-23T04:29:23.245Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-23T04:29:23.452Z | Planning: Checking for conflicting actions ... Done (0.213s) |
| 116 | 2026-07-23T04:29:23.462Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-23T04:29:24.354Z | Planning: Evaluating mediators ... Done (0.852s) |
| 118 | 2026-07-23T04:29:24.379Z | Planning: Planning completed in 2.23 seconds |
| 119 | 2026-07-23T04:29:24.379Z | Packages to install: 2 |
| 120 | 2026-07-23T04:29:24.379Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-23T04:29:24.379Z | Estimated space to be consumed: 52.23 MB |
| 122 | 2026-07-23T04:29:24.379Z | Create boot environment: No |
| 123 | 2026-07-23T04:29:24.379Z | Create backup boot environment: No |
| 124 | 2026-07-23T04:29:24.379Z | Rebuild boot archive: No |
| 125 | 2026-07-23T04:29:24.379Z | |
| 126 | 2026-07-23T04:29:24.380Z | Changed packages: |
| 127 | 2026-07-23T04:29:24.380Z | helios |
| 128 | 2026-07-23T04:29:24.380Z | developer/build-essential |
| 129 | 2026-07-23T04:29:24.380Z | None -> 11-3.0 |
| 130 | 2026-07-23T04:29:24.380Z | library/libxmlsec1 |
| 131 | 2026-07-23T04:29:24.380Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-23T04:29:24.380Z | |
| 133 | 2026-07-23T04:29:24.380Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-23T04:29:24.420Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 135 | 2026-07-23T04:29:24.485Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-23T04:29:24.521Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-23T04:29:24.545Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-23T04:29:24.545Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-23T04:29:24.599Z | Finalize: Updating image state ... Done (0.055s) |
| 140 | 2026-07-23T04:29:27.153Z | Finalize: Creating fast lookup database ... Done (2.516s) |
| 141 | 2026-07-23T04:29:27.320Z | Finalize: Reading search index ... Done (0.011s) |
| 142 | 2026-07-23T04:29:27.373Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-23T04:29:27.416Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-23T04:29:27.720Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-23T04:29:27.801Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-23T04:29:27.815Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-23T04:29:27.972Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-23T04:29:27.985Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-23T04:29:27.985Z | Mediators to change: 2 |
| 150 | 2026-07-23T04:29:27.985Z | Create boot environment: No |
| 151 | 2026-07-23T04:29:27.985Z | Create backup boot environment: No |
| 152 | 2026-07-23T04:29:28.098Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-23T04:29:28.098Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-23T04:29:28.136Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-23T04:29:29.959Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-23T04:29:30.032Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-23T04:29:30.040Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-23T04:29:30.106Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-23T04:29:30.425Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-23T04:29:30.505Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-23T04:29:30.525Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-23T04:29:30.645Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-23T04:29:30.652Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-23T04:29:30.667Z | Mediators to change: 1 |
| 165 | 2026-07-23T04:29:30.667Z | Create boot environment: No |
| 166 | 2026-07-23T04:29:30.667Z | Create backup boot environment: No |
| 167 | 2026-07-23T04:29:30.717Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-23T04:29:30.717Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-23T04:29:30.747Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-23T04:29:32.727Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-23T04:29:32.775Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-23T04:29:32.824Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-23T04:29:32.907Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-23T04:29:33.176Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-23T04:29:33.176Z | apache system 2.4 system |
| 176 | 2026-07-23T04:29:33.176Z | clang system 15 system |
| 177 | 2026-07-23T04:29:33.176Z | csh system system illumos |
| 178 | 2026-07-23T04:29:33.176Z | ctags system system illumos |
| 179 | 2026-07-23T04:29:33.176Z | file vendor vendor darwinsys |
| 180 | 2026-07-23T04:29:33.176Z | file system system illumos |
| 181 | 2026-07-23T04:29:33.176Z | gcc vendor 14 vendor |
| 182 | 2026-07-23T04:29:33.177Z | gcc system 13 system |
| 183 | 2026-07-23T04:29:33.177Z | gcc system 10 system |
| 184 | 2026-07-23T04:29:33.177Z | go system 1.25 system |
| 185 | 2026-07-23T04:29:33.177Z | llvm system 15 system |
| 186 | 2026-07-23T04:29:33.177Z | mariadb system 11.4 system |
| 187 | 2026-07-23T04:29:33.177Z | mta vendor vendor dma |
| 188 | 2026-07-23T04:29:33.177Z | openjdk system 17 system |
| 189 | 2026-07-23T04:29:33.177Z | openjdk system 11 system |
| 190 | 2026-07-23T04:29:33.178Z | openssl vendor 3 vendor |
| 191 | 2026-07-23T04:29:33.178Z | perl system 5.40 system |
| 192 | 2026-07-23T04:29:33.178Z | postgresql system 18 system |
| 193 | 2026-07-23T04:29:33.178Z | postgresql system 17 system |
| 194 | 2026-07-23T04:29:33.178Z | python vendor 3 vendor |
| 195 | 2026-07-23T04:29:33.178Z | python system 2 system |
| 196 | 2026-07-23T04:29:33.178Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-23T04:29:33.178Z | ruby system 3.4 system |
| 198 | 2026-07-23T04:29:33.178Z | ruby system 3.0 system |
| 199 | 2026-07-23T04:29:33.178Z | words vendor vendor american-english |
| 200 | 2026-07-23T04:29:33.178Z | words system system australian-english |
| 201 | 2026-07-23T04:29:33.178Z | words system system british-english |
| 202 | 2026-07-23T04:29:33.178Z | words system system canadian-english |
| 203 | 2026-07-23T04:29:33.178Z | words system system french |
| 204 | 2026-07-23T04:29:33.179Z | words system system italian |
| 205 | 2026-07-23T04:29:33.179Z | words system system ngerman |
| 206 | 2026-07-23T04:29:33.179Z | words system system ogerman |
| 207 | 2026-07-23T04:29:33.179Z | words system system spanish |
| 208 | 2026-07-23T04:29:33.438Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-23T04:29:33.438Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-23T04:29:33.769Z | FMRI IFO |
| 211 | 2026-07-23T04:29:33.770Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-23T04:29:33.770Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-23T04:29:33.770Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-23T04:29:33.770Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-23T04:29:33.770Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-23T04:29:33.770Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-23T04:29:33.770Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-23T04:29:33.770Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-23T04:29:33.771Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-23T04:29:34.042Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-23T04:29:34.377Z | Updating crates.io index |
| 222 | 2026-07-23T04:29:34.395Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-23T04:29:34.576Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-23T04:29:34.877Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-23T04:29:35.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-23T04:29:36.234Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-23T04:29:37.796Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-23T04:29:38.559Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-23T04:29:38.797Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-23T04:29:39.094Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-23T04:29:40.133Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-23T04:29:40.419Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-23T04:29:40.752Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-23T04:29:41.002Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-23T04:29:41.444Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-23T04:29:41.908Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-23T04:29:42.142Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-23T04:29:42.370Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-23T04:29:42.680Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-23T04:29:42.925Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-23T04:29:43.165Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-23T04:29:43.374Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-23T04:29:43.638Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-23T04:29:43.971Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-23T04:29:44.321Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-23T04:29:44.506Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-23T04:29:44.915Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-23T04:29:45.431Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-23T04:29:45.804Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-23T04:29:46.063Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-23T04:29:46.304Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-23T04:29:46.508Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-23T04:29:46.865Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-23T04:29:47.208Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-23T04:29:47.420Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-23T04:29:47.728Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-23T04:29:47.986Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-23T04:29:48.227Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-23T04:29:48.702Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-23T04:29:48.952Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-23T04:29:49.189Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-23T04:29:49.418Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-23T04:29:52.126Z | Downloading crates ... |
| 264 | 2026-07-23T04:29:52.251Z | Downloaded dtrace-parser v0.2.0 |
| 265 | 2026-07-23T04:29:52.272Z | Downloaded pest_meta v2.8.6 |
| 266 | 2026-07-23T04:29:52.272Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-07-23T04:29:52.272Z | Downloaded swrite v0.1.0 |
| 268 | 2026-07-23T04:29:52.272Z | Downloaded proc-macro-error-attr v1.0.4 |
| 269 | 2026-07-23T04:29:52.272Z | Downloaded clap v4.6.1 |
| 270 | 2026-07-23T04:29:52.272Z | Downloaded memmap v0.7.0 |
| 271 | 2026-07-23T04:29:52.272Z | Downloaded anstyle-query v1.1.5 |
| 272 | 2026-07-23T04:29:52.272Z | Downloaded terminal_size v0.4.3 |
| 273 | 2026-07-23T04:29:52.272Z | Downloaded is_terminal_polyfill v1.70.2 |
| 274 | 2026-07-23T04:29:52.272Z | Downloaded heck v0.5.0 |
| 275 | 2026-07-23T04:29:52.272Z | Downloaded typenum v1.20.1 |
| 276 | 2026-07-23T04:29:52.272Z | Downloaded anstyle-parse v1.0.0 |
| 277 | 2026-07-23T04:29:52.272Z | Downloaded anyhow v1.0.102 |
| 278 | 2026-07-23T04:29:52.272Z | Downloaded anstream v1.0.0 |
| 279 | 2026-07-23T04:29:52.273Z | Downloaded zerocopy v0.7.35 |
| 280 | 2026-07-23T04:29:52.273Z | Downloaded once_cell v1.21.3 |
| 281 | 2026-07-23T04:29:52.273Z | Downloaded autocfg v1.5.0 |
| 282 | 2026-07-23T04:29:52.273Z | Downloaded macaddr v1.0.1 |
| 283 | 2026-07-23T04:29:52.273Z | Downloaded fs-err v3.3.0 |
| 284 | 2026-07-23T04:29:52.273Z | Downloaded dof v0.3.0 |
| 285 | 2026-07-23T04:29:52.273Z | Downloaded digest v0.10.7 |
| 286 | 2026-07-23T04:29:52.273Z | Downloaded clap_derive v4.6.1 |
| 287 | 2026-07-23T04:29:52.273Z | Downloaded zmij v1.0.21 |
| 288 | 2026-07-23T04:29:52.273Z | Downloaded cargo-platform v0.3.2 |
| 289 | 2026-07-23T04:29:52.273Z | Downloaded cfg-if v1.0.4 |
| 290 | 2026-07-23T04:29:52.273Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-07-23T04:29:52.273Z | Downloaded log v0.4.29 |
| 292 | 2026-07-23T04:29:52.273Z | Downloaded cargo_toml v0.21.0 |
| 293 | 2026-07-23T04:29:52.273Z | Downloaded bitflags v2.11.0 |
| 294 | 2026-07-23T04:29:52.273Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-07-23T04:29:52.273Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-07-23T04:29:52.273Z | Downloaded clap_lex v1.0.0 |
| 297 | 2026-07-23T04:29:52.273Z | Downloaded bytecount v0.6.9 |
| 298 | 2026-07-23T04:29:52.273Z | Downloaded pretty-hex v0.4.1 |
| 299 | 2026-07-23T04:29:52.273Z | Downloaded generic-array v0.14.7 |
| 300 | 2026-07-23T04:29:52.273Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-07-23T04:29:52.273Z | Downloaded heck v0.4.1 |
| 302 | 2026-07-23T04:29:52.274Z | Downloaded fnv v1.0.7 |
| 303 | 2026-07-23T04:29:52.274Z | Downloaded crypto-common v0.1.7 |
| 304 | 2026-07-23T04:29:52.274Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-07-23T04:29:52.274Z | Downloaded unicode-linebreak v0.1.5 |
| 306 | 2026-07-23T04:29:52.274Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-07-23T04:29:52.287Z | Downloaded plain v0.2.3 |
| 308 | 2026-07-23T04:29:52.287Z | Downloaded cpufeatures v0.2.17 |
| 309 | 2026-07-23T04:29:52.287Z | Downloaded toml_write v0.1.2 |
| 310 | 2026-07-23T04:29:52.288Z | Downloaded strsim v0.11.1 |
| 311 | 2026-07-23T04:29:52.288Z | Downloaded itoa v1.0.17 |
| 312 | 2026-07-23T04:29:52.288Z | Downloaded papergrid v0.11.0 |
| 313 | 2026-07-23T04:29:52.288Z | Downloaded anstyle v1.0.14 |
| 314 | 2026-07-23T04:29:52.308Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-07-23T04:29:52.308Z | Downloaded usdt v0.5.0 |
| 316 | 2026-07-23T04:29:52.309Z | Downloaded tabled_derive v0.7.0 |
| 317 | 2026-07-23T04:29:52.309Z | Downloaded serde_spanned v0.6.9 |
| 318 | 2026-07-23T04:29:52.332Z | Downloaded scroll_derive v0.12.1 |
| 319 | 2026-07-23T04:29:52.332Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-07-23T04:29:52.333Z | Downloaded smawk v0.3.2 |
| 321 | 2026-07-23T04:29:52.333Z | Downloaded version_check v0.9.5 |
| 322 | 2026-07-23T04:29:52.333Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-07-23T04:29:52.333Z | Downloaded errno v0.3.14 |
| 324 | 2026-07-23T04:29:52.334Z | Downloaded byteorder v1.5.0 |
| 325 | 2026-07-23T04:29:52.334Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2026-07-23T04:29:52.359Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-07-23T04:29:52.359Z | Downloaded cargo_metadata v0.23.1 |
| 328 | 2026-07-23T04:29:52.359Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-07-23T04:29:52.359Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-07-23T04:29:52.359Z | Downloaded scroll v0.12.0 |
| 331 | 2026-07-23T04:29:52.359Z | Downloaded proc-macro-error v1.0.4 |
| 332 | 2026-07-23T04:29:52.359Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-07-23T04:29:52.376Z | Downloaded thiserror v1.0.69 |
| 334 | 2026-07-23T04:29:52.376Z | Downloaded serde_tokenstream v0.2.3 |
| 335 | 2026-07-23T04:29:52.377Z | Downloaded tempfile v3.25.0 |
| 336 | 2026-07-23T04:29:52.377Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-07-23T04:29:52.377Z | Downloaded camino v1.2.2 |
| 338 | 2026-07-23T04:29:52.377Z | Downloaded quote v1.0.45 |
| 339 | 2026-07-23T04:29:52.407Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-07-23T04:29:52.407Z | Downloaded toml v0.8.23 |
| 341 | 2026-07-23T04:29:52.421Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-07-23T04:29:52.421Z | Downloaded textwrap v0.16.2 |
| 343 | 2026-07-23T04:29:52.421Z | Downloaded pest_derive v2.8.6 |
| 344 | 2026-07-23T04:29:52.421Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-07-23T04:29:52.421Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-07-23T04:29:52.421Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-07-23T04:29:52.421Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-07-23T04:29:52.441Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-07-23T04:29:52.468Z | Downloaded memchr v2.8.0 |
| 350 | 2026-07-23T04:29:52.468Z | Downloaded semver v1.0.28 |
| 351 | 2026-07-23T04:29:52.468Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-07-23T04:29:52.468Z | Downloaded serde_derive v1.0.228 |
| 353 | 2026-07-23T04:29:52.468Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-23T04:29:52.497Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-23T04:29:52.497Z | Downloaded goblin v0.8.2 |
| 356 | 2026-07-23T04:29:52.516Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-23T04:29:52.534Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-23T04:29:52.534Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-07-23T04:29:52.581Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-23T04:29:52.581Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-23T04:29:52.620Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-23T04:29:52.620Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-23T04:29:52.620Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-23T04:29:52.620Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-07-23T04:29:52.620Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-23T04:29:52.661Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-23T04:29:52.687Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-23T04:29:52.687Z | Compiling quote v1.0.45 |
| 369 | 2026-07-23T04:29:52.704Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-23T04:29:52.704Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-23T04:29:52.704Z | Compiling libc v0.2.185 |
| 372 | 2026-07-23T04:29:52.704Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-23T04:29:52.704Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-23T04:29:52.704Z | Compiling serde v1.0.228 |
| 375 | 2026-07-23T04:29:52.705Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-23T04:29:52.705Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-23T04:29:52.705Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-23T04:29:52.871Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-23T04:29:52.897Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-23T04:29:52.898Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-23T04:29:53.065Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-23T04:29:53.285Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-23T04:29:53.507Z | Compiling pest v2.8.6 |
| 384 | 2026-07-23T04:29:53.539Z | Compiling syn v1.0.109 |
| 385 | 2026-07-23T04:29:53.539Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-23T04:29:53.539Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-07-23T04:29:53.635Z | Compiling camino v1.2.2 |
| 388 | 2026-07-23T04:29:53.652Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-23T04:29:53.652Z | Compiling log v0.4.29 |
| 390 | 2026-07-23T04:29:53.678Z | Compiling equivalent v1.0.2 |
| 391 | 2026-07-23T04:29:53.729Z | Compiling getrandom v0.4.1 |
| 392 | 2026-07-23T04:29:53.757Z | Compiling utf8parse v0.2.2 |
| 393 | 2026-07-23T04:29:53.786Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-07-23T04:29:53.815Z | Compiling plain v0.2.3 |
| 395 | 2026-07-23T04:29:53.896Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-23T04:29:53.926Z | Compiling pretty-hex v0.4.1 |
| 397 | 2026-07-23T04:29:53.926Z | Compiling anstyle v1.0.14 |
| 398 | 2026-07-23T04:29:53.926Z | Compiling errno v0.3.14 |
| 399 | 2026-07-23T04:29:53.926Z | Compiling thread-id v4.2.2 |
| 400 | 2026-07-23T04:29:53.968Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-23T04:29:54.041Z | Compiling thiserror v2.0.18 |
| 402 | 2026-07-23T04:29:54.099Z | Compiling colorchoice v1.0.4 |
| 403 | 2026-07-23T04:29:54.099Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-23T04:29:54.138Z | Compiling toml_write v0.1.2 |
| 405 | 2026-07-23T04:29:54.138Z | Compiling is_terminal_polyfill v1.70.2 |
| 406 | 2026-07-23T04:29:54.138Z | Compiling winnow v0.7.14 |
| 407 | 2026-07-23T04:29:54.231Z | Compiling autocfg v1.5.0 |
| 408 | 2026-07-23T04:29:54.367Z | Compiling clap_lex v1.0.0 |
| 409 | 2026-07-23T04:29:54.367Z | Compiling anstream v1.0.0 |
| 410 | 2026-07-23T04:29:54.367Z | Compiling anyhow v1.0.102 |
| 411 | 2026-07-23T04:29:54.386Z | Compiling indexmap v2.14.0 |
| 412 | 2026-07-23T04:29:54.386Z | Compiling heck v0.5.0 |
| 413 | 2026-07-23T04:29:54.386Z | Compiling syn v2.0.117 |
| 414 | 2026-07-23T04:29:54.399Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-23T04:29:54.461Z | Compiling strsim v0.11.1 |
| 416 | 2026-07-23T04:29:54.594Z | Compiling fastrand v2.3.0 |
| 417 | 2026-07-23T04:29:54.613Z | Compiling heck v0.4.1 |
| 418 | 2026-07-23T04:29:54.617Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-07-23T04:29:54.620Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-23T04:29:54.620Z | Compiling fs-err v3.3.0 |
| 421 | 2026-07-23T04:29:54.652Z | Compiling bytecount v0.6.9 |
| 422 | 2026-07-23T04:29:54.841Z | Compiling fnv v1.0.7 |
| 423 | 2026-07-23T04:29:54.876Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-23T04:29:54.894Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-23T04:29:54.894Z | Compiling tempfile v3.25.0 |
| 426 | 2026-07-23T04:29:54.928Z | Compiling papergrid v0.11.0 |
| 427 | 2026-07-23T04:29:54.962Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-07-23T04:29:54.965Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-07-23T04:29:54.994Z | Compiling smawk v0.3.2 |
| 430 | 2026-07-23T04:29:55.059Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-23T04:29:55.081Z | Compiling swrite v0.1.0 |
| 432 | 2026-07-23T04:29:55.190Z | Compiling semver v1.0.28 |
| 433 | 2026-07-23T04:29:55.218Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-07-23T04:29:55.235Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-23T04:29:55.436Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-23T04:29:55.846Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-23T04:29:56.469Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T04:29:56.505Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-23T04:29:56.961Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-23T04:29:56.971Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-23T04:29:56.971Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-23T04:29:56.971Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-23T04:29:56.971Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-23T04:29:56.972Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-23T04:29:57.062Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-23T04:29:57.585Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-23T04:29:57.663Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-23T04:29:57.805Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-23T04:29:58.069Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-23T04:29:58.331Z | Compiling clap v4.6.1 |
| 451 | 2026-07-23T04:29:59.324Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-23T04:29:59.324Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-23T04:29:59.324Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-23T04:29:59.339Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-23T04:29:59.339Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-07-23T04:29:59.364Z | Compiling dof v0.3.0 |
| 457 | 2026-07-23T04:29:59.364Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-23T04:29:59.534Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-23T04:30:00.107Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-23T04:30:00.212Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-07-23T04:30:00.662Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-23T04:30:00.776Z | Compiling toml v0.8.23 |
| 463 | 2026-07-23T04:30:01.106Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-23T04:30:02.362Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-23T04:30:04.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.46s |
| 466 | 2026-07-23T04:30:04.578Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-23T04:30:05.061Z | Downloading crates ... |
| 468 | 2026-07-23T04:30:05.154Z | Downloaded array-init v0.0.4 |
| 469 | 2026-07-23T04:30:05.160Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-07-23T04:30:05.166Z | Downloaded async-recursion v1.1.1 |
| 471 | 2026-07-23T04:30:05.170Z | Downloaded anstyle-parse v0.2.7 |
| 472 | 2026-07-23T04:30:05.170Z | Downloaded async-bb8-diesel v0.2.1 |
| 473 | 2026-07-23T04:30:05.176Z | Downloaded ascii-canvas v3.0.0 |
| 474 | 2026-07-23T04:30:05.176Z | Downloaded atomic-waker v1.1.2 |
| 475 | 2026-07-23T04:30:05.180Z | Downloaded aead v0.5.2 |
| 476 | 2026-07-23T04:30:05.180Z | Downloaded corncobs v0.1.4 |
| 477 | 2026-07-23T04:30:05.180Z | Downloaded block-buffer v0.12.1 |
| 478 | 2026-07-23T04:30:05.181Z | Downloaded base16ct v0.2.0 |
| 479 | 2026-07-23T04:30:05.253Z | Downloaded ed25519 v3.0.0 |
| 480 | 2026-07-23T04:30:05.253Z | Downloaded convert_case v0.4.0 |
| 481 | 2026-07-23T04:30:05.253Z | Downloaded arrayvec v0.7.6 |
| 482 | 2026-07-23T04:30:05.253Z | Downloaded bitfield v0.19.4 |
| 483 | 2026-07-23T04:30:05.261Z | Downloaded assert_matches v1.5.0 |
| 484 | 2026-07-23T04:30:05.261Z | Downloaded ecdsa v0.17.0-rc.18 |
| 485 | 2026-07-23T04:30:05.261Z | Downloaded dunce v1.0.5 |
| 486 | 2026-07-23T04:30:05.261Z | Downloaded csv-core v0.1.13 |
| 487 | 2026-07-23T04:30:05.261Z | Downloaded cmake v0.1.57 |
| 488 | 2026-07-23T04:30:05.261Z | Downloaded camino-tempfile-ext v0.3.3 |
| 489 | 2026-07-23T04:30:05.261Z | Downloaded darling v0.23.0 |
| 490 | 2026-07-23T04:30:05.261Z | Downloaded colored v2.2.0 |
| 491 | 2026-07-23T04:30:05.261Z | Downloaded ciborium v0.2.2 |
| 492 | 2026-07-23T04:30:05.261Z | Downloaded base16ct v1.0.0 |
| 493 | 2026-07-23T04:30:05.261Z | Downloaded crc8 v0.1.1 |
| 494 | 2026-07-23T04:30:05.261Z | Downloaded async-stream v0.3.6 |
| 495 | 2026-07-23T04:30:05.262Z | Downloaded crossbeam-utils v0.8.21 |
| 496 | 2026-07-23T04:30:05.262Z | Downloaded env_logger v0.11.9 |
| 497 | 2026-07-23T04:30:05.262Z | Downloaded anstream v0.6.21 |
| 498 | 2026-07-23T04:30:05.262Z | Downloaded cpubits v0.1.1 |
| 499 | 2026-07-23T04:30:05.262Z | Downloaded bit-set v0.8.0 |
| 500 | 2026-07-23T04:30:05.262Z | Downloaded base64 v0.21.7 |
| 501 | 2026-07-23T04:30:05.262Z | Downloaded crossbeam-epoch v0.9.18 |
| 502 | 2026-07-23T04:30:05.262Z | Downloaded debug-ignore v1.0.5 |
| 503 | 2026-07-23T04:30:05.263Z | Downloaded bit-vec v0.6.3 |
| 504 | 2026-07-23T04:30:05.263Z | Downloaded backoff v0.4.0 |
| 505 | 2026-07-23T04:30:05.263Z | Downloaded crc-catalog v2.4.0 |
| 506 | 2026-07-23T04:30:05.264Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 507 | 2026-07-23T04:30:05.264Z | Downloaded atty v0.2.14 |
| 508 | 2026-07-23T04:30:05.264Z | Downloaded atomicwrites v0.4.4 |
| 509 | 2026-07-23T04:30:05.264Z | Downloaded crucible-workspace-hack v0.1.0 |
| 510 | 2026-07-23T04:30:05.264Z | Downloaded defmt v0.3.100 |
| 511 | 2026-07-23T04:30:05.264Z | Downloaded argon2 v0.6.0-rc.8 |
| 512 | 2026-07-23T04:30:05.264Z | Downloaded crypto-bigint v0.5.5 |
| 513 | 2026-07-23T04:30:05.264Z | Downloaded crossbeam-deque v0.8.6 |
| 514 | 2026-07-23T04:30:05.264Z | Downloaded compression-core v0.4.31 |
| 515 | 2026-07-23T04:30:05.264Z | Downloaded ciborium-ll v0.2.2 |
| 516 | 2026-07-23T04:30:05.264Z | Downloaded crc32fast v1.5.0 |
| 517 | 2026-07-23T04:30:05.264Z | Downloaded cobs v0.3.0 |
| 518 | 2026-07-23T04:30:05.264Z | Downloaded cfg_aliases v0.2.1 |
| 519 | 2026-07-23T04:30:05.264Z | Downloaded crypto-common v0.2.2 |
| 520 | 2026-07-23T04:30:05.264Z | Downloaded async-stream-impl v0.3.6 |
| 521 | 2026-07-23T04:30:05.264Z | Downloaded crc v3.4.0 |
| 522 | 2026-07-23T04:30:05.264Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 523 | 2026-07-23T04:30:05.264Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-07-23T04:30:05.270Z | Downloaded buf-list v1.1.2 |
| 525 | 2026-07-23T04:30:05.270Z | Downloaded bitfield-macros v0.19.4 |
| 526 | 2026-07-23T04:30:05.270Z | Downloaded dirs-sys-next v0.1.2 |
| 527 | 2026-07-23T04:30:05.270Z | Downloaded bb8 v0.8.6 |
| 528 | 2026-07-23T04:30:05.270Z | Downloaded crunchy v0.2.4 |
| 529 | 2026-07-23T04:30:05.270Z | Downloaded embedded-io v0.4.0 |
| 530 | 2026-07-23T04:30:05.270Z | Downloaded darling_core v0.13.4 |
| 531 | 2026-07-23T04:30:05.270Z | Downloaded embedded-io v0.6.1 |
| 532 | 2026-07-23T04:30:05.270Z | Downloaded bitfield-struct v0.6.2 |
| 533 | 2026-07-23T04:30:05.274Z | Downloaded cstr-argument v0.1.2 |
| 534 | 2026-07-23T04:30:05.274Z | Downloaded dsl_auto_type v0.2.0 |
| 535 | 2026-07-23T04:30:05.277Z | Downloaded block-padding v0.4.2 |
| 536 | 2026-07-23T04:30:05.277Z | Downloaded arc-swap v1.8.2 |
| 537 | 2026-07-23T04:30:05.277Z | Downloaded darling_macro v0.20.11 |
| 538 | 2026-07-23T04:30:05.287Z | Downloaded cpufeatures v0.3.0 |
| 539 | 2026-07-23T04:30:05.287Z | Downloaded dtrace-parser v0.3.0 |
| 540 | 2026-07-23T04:30:05.288Z | Downloaded bit-vec v0.8.0 |
| 541 | 2026-07-23T04:30:05.310Z | Downloaded dirs-next v2.0.0 |
| 542 | 2026-07-23T04:30:05.310Z | Downloaded dof v0.4.0 |
| 543 | 2026-07-23T04:30:05.310Z | Downloaded defmt-parser v1.0.0 |
| 544 | 2026-07-23T04:30:05.310Z | Downloaded darling_macro v0.13.4 |
| 545 | 2026-07-23T04:30:05.310Z | Downloaded daft-derive v0.1.7 |
| 546 | 2026-07-23T04:30:05.310Z | Downloaded enum-as-inner v0.6.1 |
| 547 | 2026-07-23T04:30:05.318Z | Downloaded bit-set v0.5.3 |
| 548 | 2026-07-23T04:30:05.318Z | Downloaded ctr v0.10.1 |
| 549 | 2026-07-23T04:30:05.318Z | Downloaded digest-io v0.1.0 |
| 550 | 2026-07-23T04:30:05.318Z | Downloaded env_filter v1.0.0 |
| 551 | 2026-07-23T04:30:05.319Z | Downloaded ciborium-io v0.2.2 |
| 552 | 2026-07-23T04:30:05.319Z | Downloaded difflib v0.4.0 |
| 553 | 2026-07-23T04:30:05.319Z | Downloaded derive_builder_macro v0.20.2 |
| 554 | 2026-07-23T04:30:05.319Z | Downloaded arrayref v0.3.9 |
| 555 | 2026-07-23T04:30:05.320Z | Downloaded darling_macro v0.21.3 |
| 556 | 2026-07-23T04:30:05.320Z | Downloaded castaway v0.2.4 |
| 557 | 2026-07-23T04:30:05.328Z | Downloaded async-trait v0.1.89 |
| 558 | 2026-07-23T04:30:05.328Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 559 | 2026-07-23T04:30:05.328Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 560 | 2026-07-23T04:30:05.328Z | Downloaded cbc v0.2.1 |
| 561 | 2026-07-23T04:30:05.328Z | Downloaded bs58 v0.5.1 |
| 562 | 2026-07-23T04:30:05.335Z | Downloaded endian-type v0.1.2 |
| 563 | 2026-07-23T04:30:05.335Z | Downloaded const_format_proc_macros v0.2.34 |
| 564 | 2026-07-23T04:30:05.335Z | Downloaded foreign-types-shared v0.3.1 |
| 565 | 2026-07-23T04:30:05.335Z | Downloaded foreign-types v0.3.2 |
| 566 | 2026-07-23T04:30:05.335Z | Downloaded float-ord v0.3.2 |
| 567 | 2026-07-23T04:30:05.335Z | Downloaded float-cmp v0.10.0 |
| 568 | 2026-07-23T04:30:05.335Z | Downloaded fixedbitset v0.4.2 |
| 569 | 2026-07-23T04:30:05.335Z | Downloaded funty v2.0.0 |
| 570 | 2026-07-23T04:30:05.335Z | Downloaded cassowary v0.3.0 |
| 571 | 2026-07-23T04:30:05.340Z | Downloaded byte-wrapper v0.1.0 |
| 572 | 2026-07-23T04:30:05.340Z | Downloaded ena v0.14.4 |
| 573 | 2026-07-23T04:30:05.340Z | Downloaded darling_macro v0.23.0 |
| 574 | 2026-07-23T04:30:05.340Z | Downloaded constant_time_eq v0.4.2 |
| 575 | 2026-07-23T04:30:05.340Z | Downloaded cipher v0.4.4 |
| 576 | 2026-07-23T04:30:05.340Z | Downloaded display-error-chain v0.2.2 |
| 577 | 2026-07-23T04:30:05.343Z | Downloaded bitflags v1.3.2 |
| 578 | 2026-07-23T04:30:05.343Z | Downloaded foreign-types-shared v0.1.1 |
| 579 | 2026-07-23T04:30:05.343Z | Downloaded fd-lock v4.0.4 |
| 580 | 2026-07-23T04:30:05.343Z | Downloaded futures-sink v0.3.32 |
| 581 | 2026-07-23T04:30:05.353Z | Downloaded futures-core v0.3.32 |
| 582 | 2026-07-23T04:30:05.353Z | Downloaded argon2 v0.5.3 |
| 583 | 2026-07-23T04:30:05.370Z | Downloaded document-features v0.2.12 |
| 584 | 2026-07-23T04:30:05.370Z | Downloaded downcast-rs v2.0.2 |
| 585 | 2026-07-23T04:30:05.370Z | Downloaded convert_case v0.10.0 |
| 586 | 2026-07-23T04:30:05.370Z | Downloaded dyn-clone v1.0.20 |
| 587 | 2026-07-23T04:30:05.370Z | Downloaded data-encoding v2.10.0 |
| 588 | 2026-07-23T04:30:05.370Z | Downloaded blake2 v0.10.6 |
| 589 | 2026-07-23T04:30:05.370Z | Downloaded fxhash v0.2.1 |
| 590 | 2026-07-23T04:30:05.371Z | Downloaded async-compression v0.4.41 |
| 591 | 2026-07-23T04:30:05.371Z | Downloaded ghash v0.6.0 |
| 592 | 2026-07-23T04:30:05.371Z | Downloaded foreign-types-macros v0.2.3 |
| 593 | 2026-07-23T04:30:05.371Z | Downloaded foreign-types v0.5.0 |
| 594 | 2026-07-23T04:30:05.377Z | Downloaded base64ct v1.8.3 |
| 595 | 2026-07-23T04:30:05.377Z | Downloaded flagset v0.4.7 |
| 596 | 2026-07-23T04:30:05.377Z | Downloaded erased-serde v0.3.31 |
| 597 | 2026-07-23T04:30:05.377Z | Downloaded form_urlencoded v1.2.2 |
| 598 | 2026-07-23T04:30:05.377Z | Downloaded aead v0.6.1 |
| 599 | 2026-07-23T04:30:05.378Z | Downloaded futures-task v0.3.32 |
| 600 | 2026-07-23T04:30:05.378Z | Downloaded futures-macro v0.3.32 |
| 601 | 2026-07-23T04:30:05.378Z | Downloaded futures-io v0.3.32 |
| 602 | 2026-07-23T04:30:05.378Z | Downloaded ff v0.14.0 |
| 603 | 2026-07-23T04:30:05.378Z | Downloaded git-stub v1.0.0 |
| 604 | 2026-07-23T04:30:05.378Z | Downloaded displaydoc v0.2.5 |
| 605 | 2026-07-23T04:30:05.378Z | Downloaded compression-codecs v0.4.37 |
| 606 | 2026-07-23T04:30:05.387Z | Downloaded defmt v1.0.1 |
| 607 | 2026-07-23T04:30:05.387Z | Downloaded hash32 v0.2.1 |
| 608 | 2026-07-23T04:30:05.387Z | Downloaded cookie_store v0.22.1 |
| 609 | 2026-07-23T04:30:05.387Z | Downloaded allocator-api2 v0.2.21 |
| 610 | 2026-07-23T04:30:05.393Z | Downloaded either v1.15.0 |
| 611 | 2026-07-23T04:30:05.393Z | Downloaded ff v0.13.1 |
| 612 | 2026-07-23T04:30:05.393Z | Downloaded ed25519 v2.2.3 |
| 613 | 2026-07-23T04:30:05.393Z | Downloaded const-oid v0.9.6 |
| 614 | 2026-07-23T04:30:05.393Z | Downloaded console v0.15.11 |
| 615 | 2026-07-23T04:30:05.393Z | Downloaded ecdsa v0.16.9 |
| 616 | 2026-07-23T04:30:05.403Z | Downloaded der_derive v0.7.3 |
| 617 | 2026-07-23T04:30:05.403Z | Downloaded digest v0.11.3 |
| 618 | 2026-07-23T04:30:05.403Z | Downloaded enum_dispatch v0.3.13 |
| 619 | 2026-07-23T04:30:05.404Z | Downloaded derive_builder_core v0.20.2 |
| 620 | 2026-07-23T04:30:05.427Z | Downloaded delegate v0.13.5 |
| 621 | 2026-07-23T04:30:05.427Z | Downloaded cmov v0.5.4 |
| 622 | 2026-07-23T04:30:05.427Z | Downloaded cancel-safe-futures v0.1.5 |
| 623 | 2026-07-23T04:30:05.427Z | Downloaded colored v3.1.1 |
| 624 | 2026-07-23T04:30:05.427Z | Downloaded cipher v0.5.2 |
| 625 | 2026-07-23T04:30:05.427Z | Downloaded chacha20 v0.9.1 |
| 626 | 2026-07-23T04:30:05.427Z | Downloaded cexpr v0.6.0 |
| 627 | 2026-07-23T04:30:05.428Z | Downloaded blowfish v0.10.0 |
| 628 | 2026-07-23T04:30:05.447Z | Downloaded fs_extra v1.3.0 |
| 629 | 2026-07-23T04:30:05.447Z | Downloaded futures-executor v0.3.32 |
| 630 | 2026-07-23T04:30:05.447Z | Downloaded derive-ex v0.1.8 |
| 631 | 2026-07-23T04:30:05.447Z | Downloaded chacha20 v0.10.0 |
| 632 | 2026-07-23T04:30:05.447Z | Downloaded darling v0.20.11 |
| 633 | 2026-07-23T04:30:05.448Z | Downloaded http-body v1.0.1 |
| 634 | 2026-07-23T04:30:05.448Z | Downloaded cookie v0.18.1 |
| 635 | 2026-07-23T04:30:05.448Z | Downloaded diesel-dtrace v0.5.0 |
| 636 | 2026-07-23T04:30:05.448Z | Downloaded hostname v0.4.2 |
| 637 | 2026-07-23T04:30:05.448Z | Downloaded ctutils v0.4.2 |
| 638 | 2026-07-23T04:30:05.448Z | Downloaded ahash v0.8.12 |
| 639 | 2026-07-23T04:30:05.448Z | Downloaded blake2 v0.11.0-rc.6 |
| 640 | 2026-07-23T04:30:05.448Z | Downloaded hex v0.4.3 |
| 641 | 2026-07-23T04:30:05.448Z | Downloaded hash32 v0.3.1 |
| 642 | 2026-07-23T04:30:05.448Z | Downloaded console v0.16.2 |
| 643 | 2026-07-23T04:30:05.448Z | Downloaded globwalk v0.9.1 |
| 644 | 2026-07-23T04:30:05.448Z | Downloaded httpdate v1.0.3 |
| 645 | 2026-07-23T04:30:05.449Z | Downloaded globset v0.4.18 |
| 646 | 2026-07-23T04:30:05.467Z | Downloaded fixedbitset v0.5.7 |
| 647 | 2026-07-23T04:30:05.467Z | Downloaded hex-literal v1.1.0 |
| 648 | 2026-07-23T04:30:05.467Z | Downloaded headers-core v0.3.0 |
| 649 | 2026-07-23T04:30:05.467Z | Downloaded filetime v0.2.27 |
| 650 | 2026-07-23T04:30:05.467Z | Downloaded hubpack_derive v0.1.1 |
| 651 | 2026-07-23T04:30:05.467Z | Downloaded hyper-tls v0.6.0 |
| 652 | 2026-07-23T04:30:05.467Z | Downloaded hubpack v0.1.2 |
| 653 | 2026-07-23T04:30:05.467Z | Downloaded darling v0.13.4 |
| 654 | 2026-07-23T04:30:05.467Z | Downloaded backon v1.6.0 |
| 655 | 2026-07-23T04:30:05.467Z | Downloaded daft v0.1.7 |
| 656 | 2026-07-23T04:30:05.468Z | Downloaded bcs v0.1.6 |
| 657 | 2026-07-23T04:30:05.468Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-07-23T04:30:05.468Z | Downloaded fs-err v2.11.0 |
| 659 | 2026-07-23T04:30:05.468Z | Downloaded bzip2 v0.6.1 |
| 660 | 2026-07-23T04:30:05.468Z | Downloaded fallible-iterator v0.2.0 |
| 661 | 2026-07-23T04:30:05.468Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-07-23T04:30:05.468Z | Downloaded home v0.5.12 |
| 663 | 2026-07-23T04:30:05.468Z | Downloaded http-range v0.1.5 |
| 664 | 2026-07-23T04:30:05.511Z | Downloaded foldhash v0.1.5 |
| 665 | 2026-07-23T04:30:05.512Z | Downloaded critical-section v1.2.0 |
| 666 | 2026-07-23T04:30:05.512Z | Downloaded idna_adapter v1.2.1 |
| 667 | 2026-07-23T04:30:05.512Z | Downloaded ident_case v1.0.1 |
| 668 | 2026-07-23T04:30:05.512Z | Downloaded indoc v1.0.9 |
| 669 | 2026-07-23T04:30:05.512Z | Downloaded instant v0.1.13 |
| 670 | 2026-07-23T04:30:05.512Z | Downloaded deranged v0.5.8 |
| 671 | 2026-07-23T04:30:05.512Z | Downloaded defmt-macros v1.0.1 |
| 672 | 2026-07-23T04:30:05.512Z | Downloaded futures-channel v0.3.32 |
| 673 | 2026-07-23T04:30:05.523Z | Downloaded const_format v0.2.35 |
| 674 | 2026-07-23T04:30:05.523Z | Downloaded illumos-nvpair v0.3.0 |
| 675 | 2026-07-23T04:30:05.523Z | Downloaded const-oid v0.10.2 |
| 676 | 2026-07-23T04:30:05.523Z | Downloaded group v0.13.0 |
| 677 | 2026-07-23T04:30:05.523Z | Downloaded aes v0.9.1 |
| 678 | 2026-07-23T04:30:05.523Z | Downloaded internet-checksum v0.2.1 |
| 679 | 2026-07-23T04:30:05.523Z | Downloaded git-stub-vcs v0.1.0 |
| 680 | 2026-07-23T04:30:05.523Z | Downloaded fatfs v0.3.6 |
| 681 | 2026-07-23T04:30:05.523Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 682 | 2026-07-23T04:30:05.524Z | Downloaded getrandom v0.2.17 |
| 683 | 2026-07-23T04:30:05.524Z | Downloaded clang-sys v1.8.1 |
| 684 | 2026-07-23T04:30:05.524Z | Downloaded inout v0.2.2 |
| 685 | 2026-07-23T04:30:05.524Z | Downloaded inout v0.1.4 |
| 686 | 2026-07-23T04:30:05.524Z | Downloaded kstat-rs v0.2.4 |
| 687 | 2026-07-23T04:30:05.524Z | Downloaded kem v0.3.0 |
| 688 | 2026-07-23T04:30:05.524Z | Downloaded darling v0.21.3 |
| 689 | 2026-07-23T04:30:05.524Z | Downloaded indent_write v2.2.0 |
| 690 | 2026-07-23T04:30:05.524Z | Downloaded humantime v2.3.0 |
| 691 | 2026-07-23T04:30:05.525Z | Downloaded glob v0.3.3 |
| 692 | 2026-07-23T04:30:05.525Z | Downloaded highway v1.3.0 |
| 693 | 2026-07-23T04:30:05.525Z | Downloaded is_ci v1.2.0 |
| 694 | 2026-07-23T04:30:05.526Z | Downloaded is-terminal v0.4.17 |
| 695 | 2026-07-23T04:30:05.532Z | Downloaded base64 v0.22.1 |
| 696 | 2026-07-23T04:30:05.532Z | Downloaded derive_builder v0.20.2 |
| 697 | 2026-07-23T04:30:05.532Z | Downloaded hyper-staticfile v0.10.1 |
| 698 | 2026-07-23T04:30:05.532Z | Downloaded foldhash v0.2.0 |
| 699 | 2026-07-23T04:30:05.536Z | Downloaded find-msvc-tools v0.1.9 |
| 700 | 2026-07-23T04:30:05.536Z | Downloaded maplit v1.0.2 |
| 701 | 2026-07-23T04:30:05.536Z | Downloaded compact_str v0.8.1 |
| 702 | 2026-07-23T04:30:05.541Z | Downloaded bytes v1.11.1 |
| 703 | 2026-07-23T04:30:05.541Z | Downloaded managed v0.8.0 |
| 704 | 2026-07-23T04:30:05.541Z | Downloaded linked-hash-map v0.5.6 |
| 705 | 2026-07-23T04:30:05.549Z | Downloaded lazy_static v1.5.0 |
| 706 | 2026-07-23T04:30:05.549Z | Downloaded keccak v0.1.6 |
| 707 | 2026-07-23T04:30:05.549Z | Downloaded ingot v0.1.1 |
| 708 | 2026-07-23T04:30:05.549Z | Downloaded indoc v2.0.7 |
| 709 | 2026-07-23T04:30:05.584Z | Downloaded lru-slab v0.1.2 |
| 710 | 2026-07-23T04:30:05.584Z | Downloaded maybe-uninit v2.0.0 |
| 711 | 2026-07-23T04:30:05.584Z | Downloaded lzss v0.8.2 |
| 712 | 2026-07-23T04:30:05.584Z | Downloaded libscf-sys v1.1.0 |
| 713 | 2026-07-23T04:30:05.584Z | Downloaded lru v0.12.5 |
| 714 | 2026-07-23T04:30:05.584Z | Downloaded http-body-util v0.1.3 |
| 715 | 2026-07-23T04:30:05.584Z | Downloaded hostname v0.3.1 |
| 716 | 2026-07-23T04:30:05.584Z | Downloaded ingot-types v0.1.2 |
| 717 | 2026-07-23T04:30:05.584Z | Downloaded generic-array v1.4.3 |
| 718 | 2026-07-23T04:30:05.584Z | Downloaded mime v0.3.17 |
| 719 | 2026-07-23T04:30:05.585Z | Downloaded ipnetwork v0.21.1 |
| 720 | 2026-07-23T04:30:05.585Z | Downloaded newline-converter v0.3.0 |
| 721 | 2026-07-23T04:30:05.585Z | Downloaded derive-where v1.6.0 |
| 722 | 2026-07-23T04:30:05.585Z | Downloaded httparse v1.10.1 |
| 723 | 2026-07-23T04:30:05.585Z | Downloaded getrandom v0.3.4 |
| 724 | 2026-07-23T04:30:05.585Z | Downloaded match_cfg v0.1.0 |
| 725 | 2026-07-23T04:30:05.585Z | Downloaded libefi-sys v0.1.0 |
| 726 | 2026-07-23T04:30:05.585Z | Downloaded md-5 v0.10.6 |
| 727 | 2026-07-23T04:30:05.585Z | Downloaded lalrpop-util v0.19.12 |
| 728 | 2026-07-23T04:30:05.585Z | Downloaded new_debug_unreachable v1.0.6 |
| 729 | 2026-07-23T04:30:05.594Z | Downloaded dropshot_endpoint v0.17.1 |
| 730 | 2026-07-23T04:30:05.594Z | Downloaded nodrop v0.1.14 |
| 731 | 2026-07-23T04:30:05.594Z | Downloaded newtype_derive v0.1.6 |
| 732 | 2026-07-23T04:30:05.594Z | Downloaded libsw v3.5.0 |
| 733 | 2026-07-23T04:30:05.594Z | Downloaded lru-cache v0.1.2 |
| 734 | 2026-07-23T04:30:05.594Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 735 | 2026-07-23T04:30:05.594Z | Downloaded memoffset v0.9.1 |
| 736 | 2026-07-23T04:30:05.594Z | Downloaded md5 v0.8.0 |
| 737 | 2026-07-23T04:30:05.594Z | Downloaded half v2.7.1 |
| 738 | 2026-07-23T04:30:05.594Z | Downloaded hyper-rustls v0.27.7 |
| 739 | 2026-07-23T04:30:05.594Z | Downloaded group v0.14.0 |
| 740 | 2026-07-23T04:30:05.594Z | Downloaded ipnet v2.11.0 |
| 741 | 2026-07-23T04:30:05.594Z | Downloaded darling_core v0.20.11 |
| 742 | 2026-07-23T04:30:05.595Z | Downloaded instability v0.3.11 |
| 743 | 2026-07-23T04:30:05.600Z | Downloaded half v1.8.3 |
| 744 | 2026-07-23T04:30:05.600Z | Downloaded linear-map v1.2.0 |
| 745 | 2026-07-23T04:30:05.600Z | Downloaded iana-time-zone v0.1.65 |
| 746 | 2026-07-23T04:30:05.600Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2026-07-23T04:30:05.600Z | Downloaded lock_api v0.4.14 |
| 748 | 2026-07-23T04:30:05.600Z | Downloaded newtype-uuid-macros v0.1.0 |
| 749 | 2026-07-23T04:30:05.604Z | Downloaded normalize-line-endings v0.3.0 |
| 750 | 2026-07-23T04:30:05.604Z | Downloaded des v0.9.0 |
| 751 | 2026-07-23T04:30:05.604Z | Downloaded num-conv v0.2.0 |
| 752 | 2026-07-23T04:30:05.604Z | Downloaded nonempty v0.12.0 |
| 753 | 2026-07-23T04:30:05.604Z | Downloaded libloading v0.8.9 |
| 754 | 2026-07-23T04:30:05.609Z | Downloaded flume v0.11.1 |
| 755 | 2026-07-23T04:30:05.609Z | Downloaded jobserver v0.1.34 |
| 756 | 2026-07-23T04:30:05.622Z | Downloaded diff v0.1.13 |
| 757 | 2026-07-23T04:30:05.622Z | Downloaded ingot-macros v0.1.1 |
| 758 | 2026-07-23T04:30:05.622Z | Downloaded chacha20poly1305 v0.10.1 |
| 759 | 2026-07-23T04:30:05.622Z | Downloaded num-derive v0.3.3 |
| 760 | 2026-07-23T04:30:05.622Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 761 | 2026-07-23T04:30:05.622Z | Downloaded num-derive v0.4.2 |
| 762 | 2026-07-23T04:30:05.622Z | Downloaded hmac v0.12.1 |
| 763 | 2026-07-23T04:30:05.626Z | Downloaded crc-any v2.5.0 |
| 764 | 2026-07-23T04:30:05.626Z | Downloaded derive_more v0.99.20 |
| 765 | 2026-07-23T04:30:05.626Z | Downloaded mime_guess v2.0.5 |
| 766 | 2026-07-23T04:30:05.626Z | Downloaded multer v3.1.0 |
| 767 | 2026-07-23T04:30:05.639Z | Downloaded oso-derive v0.27.3 |
| 768 | 2026-07-23T04:30:05.644Z | Downloaded openssl-probe v0.2.1 |
| 769 | 2026-07-23T04:30:05.644Z | Downloaded opaque-debug v0.3.1 |
| 770 | 2026-07-23T04:30:05.644Z | Downloaded num_threads v0.1.7 |
| 771 | 2026-07-23T04:30:05.644Z | Downloaded num_enum_derive v0.5.11 |
| 772 | 2026-07-23T04:30:05.644Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-07-23T04:30:05.655Z | Downloaded module-lattice v0.2.3 |
| 774 | 2026-07-23T04:30:05.655Z | Downloaded libsw-core v0.3.2 |
| 775 | 2026-07-23T04:30:05.656Z | Downloaded keccak v0.2.0 |
| 776 | 2026-07-23T04:30:05.656Z | Downloaded hybrid-array v0.4.13 |
| 777 | 2026-07-23T04:30:05.667Z | Downloaded hmac v0.13.0 |
| 778 | 2026-07-23T04:30:05.667Z | Downloaded drift v0.2.0 |
| 779 | 2026-07-23T04:30:05.668Z | Downloaded icu_properties v2.1.2 |
| 780 | 2026-07-23T04:30:05.668Z | Downloaded headers v0.4.1 |
| 781 | 2026-07-23T04:30:05.682Z | Downloaded openssl-macros v0.1.1 |
| 782 | 2026-07-23T04:30:05.682Z | Downloaded olpc-cjson v0.1.4 |
| 783 | 2026-07-23T04:30:05.682Z | Downloaded litemap v0.8.1 |
| 784 | 2026-07-23T04:30:05.682Z | Downloaded cc v1.2.56 |
| 785 | 2026-07-23T04:30:05.683Z | Downloaded nu-ansi-term v0.50.3 |
| 786 | 2026-07-23T04:30:05.684Z | Downloaded newtype-uuid v1.3.2 |
| 787 | 2026-07-23T04:30:05.684Z | Downloaded memmap2 v0.9.10 |
| 788 | 2026-07-23T04:30:05.684Z | Downloaded native-tls v0.2.18 |
| 789 | 2026-07-23T04:30:05.684Z | Downloaded heapless v0.8.0 |
| 790 | 2026-07-23T04:30:05.684Z | Downloaded multimap v0.10.1 |
| 791 | 2026-07-23T04:30:05.684Z | Downloaded aho-corasick v1.1.4 |
| 792 | 2026-07-23T04:30:05.689Z | Downloaded openssl-probe v0.1.6 |
| 793 | 2026-07-23T04:30:05.689Z | Downloaded peg-runtime v0.8.5 |
| 794 | 2026-07-23T04:30:05.689Z | Downloaded path-slash v0.1.5 |
| 795 | 2026-07-23T04:30:05.689Z | Downloaded packed_struct_codegen v0.10.1 |
| 796 | 2026-07-23T04:30:05.689Z | Downloaded num-integer v0.1.46 |
| 797 | 2026-07-23T04:30:05.689Z | Downloaded elliptic-curve v0.13.8 |
| 798 | 2026-07-23T04:30:05.698Z | Downloaded num_enum v0.7.6 |
| 799 | 2026-07-23T04:30:05.702Z | Downloaded num-complex v0.4.6 |
| 800 | 2026-07-23T04:30:05.702Z | Downloaded parse-display v0.10.0 |
| 801 | 2026-07-23T04:30:05.703Z | Downloaded futures v0.3.32 |
| 802 | 2026-07-23T04:30:05.703Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-07-23T04:30:05.703Z | Downloaded libbz2-rs-sys v0.2.2 |
| 804 | 2026-07-23T04:30:05.706Z | Downloaded owo-colors v4.3.0 |
| 805 | 2026-07-23T04:30:05.710Z | Downloaded num v0.4.3 |
| 806 | 2026-07-23T04:30:05.714Z | Downloaded password-hash v0.6.1 |
| 807 | 2026-07-23T04:30:05.714Z | Downloaded percent-encoding v2.3.2 |
| 808 | 2026-07-23T04:30:05.714Z | Downloaded parse-size v1.1.0 |
| 809 | 2026-07-23T04:30:05.716Z | Downloaded icu_locale_core v2.1.1 |
| 810 | 2026-07-23T04:30:05.720Z | Downloaded phf_shared v0.11.3 |
| 811 | 2026-07-23T04:30:05.723Z | Downloaded num-rational v0.4.2 |
| 812 | 2026-07-23T04:30:05.723Z | Downloaded darling_core v0.23.0 |
| 813 | 2026-07-23T04:30:05.726Z | Downloaded litrs v1.0.0 |
| 814 | 2026-07-23T04:30:05.729Z | Downloaded darling_core v0.21.3 |
| 815 | 2026-07-23T04:30:05.733Z | Downloaded oxide-update-engine-display v0.1.2 |
| 816 | 2026-07-23T04:30:05.733Z | Downloaded precomputed-hash v0.1.1 |
| 817 | 2026-07-23T04:30:05.733Z | Downloaded powerfmt v0.2.0 |
| 818 | 2026-07-23T04:30:05.733Z | Downloaded potential_utf v0.1.4 |
| 819 | 2026-07-23T04:30:05.736Z | Downloaded num_enum_derive v0.7.6 |
| 820 | 2026-07-23T04:30:05.736Z | Downloaded num_enum v0.5.11 |
| 821 | 2026-07-23T04:30:05.739Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-07-23T04:30:05.739Z | Downloaded indicatif v0.18.4 |
| 823 | 2026-07-23T04:30:05.742Z | Downloaded hickory-resolver v0.25.2 |
| 824 | 2026-07-23T04:30:05.746Z | Downloaded ignore v0.4.25 |
| 825 | 2026-07-23T04:30:05.746Z | Downloaded derive_more v2.1.1 |
| 826 | 2026-07-23T04:30:05.759Z | Downloaded predicates-tree v1.0.13 |
| 827 | 2026-07-23T04:30:05.769Z | Downloaded predicates-core v1.0.10 |
| 828 | 2026-07-23T04:30:05.769Z | Downloaded pem-rfc7468 v0.7.0 |
| 829 | 2026-07-23T04:30:05.769Z | Downloaded pbkdf2 v0.13.0 |
| 830 | 2026-07-23T04:30:05.769Z | Downloaded paste v1.0.15 |
| 831 | 2026-07-23T04:30:05.770Z | Downloaded password-hash v0.5.0 |
| 832 | 2026-07-23T04:30:05.770Z | Downloaded expectorate v1.2.0 |
| 833 | 2026-07-23T04:30:05.770Z | Downloaded heapless v0.7.17 |
| 834 | 2026-07-23T04:30:05.770Z | Downloaded ml-kem v0.3.2 |
| 835 | 2026-07-23T04:30:05.779Z | Downloaded nanorand v0.7.0 |
| 836 | 2026-07-23T04:30:05.779Z | Downloaded phc v0.6.1 |
| 837 | 2026-07-23T04:30:05.779Z | Downloaded icu_provider v2.1.1 |
| 838 | 2026-07-23T04:30:05.779Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-07-23T04:30:05.779Z | Downloaded oxnet v0.1.6 |
| 840 | 2026-07-23T04:30:05.779Z | Downloaded proc-macro-crate v1.3.1 |
| 841 | 2026-07-23T04:30:05.779Z | Downloaded oxide-update-engine v0.1.2 |
| 842 | 2026-07-23T04:30:05.782Z | Downloaded proc-macro-crate v3.4.0 |
| 843 | 2026-07-23T04:30:05.782Z | Downloaded pin-project-internal v1.1.11 |
| 844 | 2026-07-23T04:30:05.782Z | Downloaded oxide-tokio-rt v0.1.4 |
| 845 | 2026-07-23T04:30:05.782Z | Downloaded ed25519-dalek v2.2.0 |
| 846 | 2026-07-23T04:30:05.782Z | Downloaded pkg-config v0.3.32 |
| 847 | 2026-07-23T04:30:05.782Z | Downloaded polyval v0.7.1 |
| 848 | 2026-07-23T04:30:05.785Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-07-23T04:30:05.785Z | Downloaded crossbeam-channel v0.5.15 |
| 850 | 2026-07-23T04:30:05.788Z | Downloaded psl-types v2.0.11 |
| 851 | 2026-07-23T04:30:05.788Z | Downloaded progenitor-client v0.14.0 |
| 852 | 2026-07-23T04:30:05.788Z | Downloaded flate2 v1.1.9 |
| 853 | 2026-07-23T04:30:05.791Z | Downloaded quick-error v1.2.3 |
| 854 | 2026-07-23T04:30:05.799Z | Downloaded phf v0.13.1 |
| 855 | 2026-07-23T04:30:05.802Z | Downloaded pem v3.0.6 |
| 856 | 2026-07-23T04:30:05.803Z | Downloaded ar_archive_writer v0.5.1 |
| 857 | 2026-07-23T04:30:05.806Z | Downloaded derive_more-impl v2.1.1 |
| 858 | 2026-07-23T04:30:05.809Z | Downloaded port-file v0.1.0 |
| 859 | 2026-07-23T04:30:05.812Z | Downloaded der v0.7.10 |
| 860 | 2026-07-23T04:30:05.816Z | Downloaded radium v0.7.0 |
| 861 | 2026-07-23T04:30:05.816Z | Downloaded pem-rfc7468 v1.0.0 |
| 862 | 2026-07-23T04:30:05.819Z | Downloaded peg v0.8.5 |
| 863 | 2026-07-23T04:30:05.819Z | Downloaded der v0.8.0 |
| 864 | 2026-07-23T04:30:05.824Z | Downloaded primeorder v0.13.6 |
| 865 | 2026-07-23T04:30:05.904Z | Downloaded pkcs8 v0.10.2 |
| 866 | 2026-07-23T04:30:05.904Z | Downloaded predicates v3.1.4 |
| 867 | 2026-07-23T04:30:05.904Z | Downloaded primefield v0.14.0 |
| 868 | 2026-07-23T04:30:05.904Z | Downloaded parking_lot_core v0.9.12 |
| 869 | 2026-07-23T04:30:05.915Z | Downloaded parking_lot_core v0.8.6 |
| 870 | 2026-07-23T04:30:05.915Z | Downloaded hickory-server v0.25.2 |
| 871 | 2026-07-23T04:30:05.915Z | Downloaded phf v0.12.1 |
| 872 | 2026-07-23T04:30:05.915Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-07-23T04:30:05.915Z | Downloaded miniz_oxide v0.8.9 |
| 874 | 2026-07-23T04:30:05.915Z | Downloaded parking_lot v0.12.5 |
| 875 | 2026-07-23T04:30:05.915Z | Downloaded progenitor-macro v0.14.0 |
| 876 | 2026-07-23T04:30:05.915Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-07-23T04:30:05.915Z | Downloaded ppv-lite86 v0.2.21 |
| 878 | 2026-07-23T04:30:05.916Z | Downloaded indexmap v1.9.3 |
| 879 | 2026-07-23T04:30:05.916Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 880 | 2026-07-23T04:30:05.916Z | Downloaded recursive v0.1.1 |
| 881 | 2026-07-23T04:30:05.916Z | Downloaded postgres-protocol v0.6.10 |
| 882 | 2026-07-23T04:30:05.916Z | Downloaded diesel_derives v2.3.7 |
| 883 | 2026-07-23T04:30:05.916Z | Downloaded progenitor v0.14.0 |
| 884 | 2026-07-23T04:30:05.916Z | Downloaded rand_chacha v0.3.1 |
| 885 | 2026-07-23T04:30:05.916Z | Downloaded rfc6979 v0.4.0 |
| 886 | 2026-07-23T04:30:05.916Z | Downloaded progenitor-macro v0.13.0 |
| 887 | 2026-07-23T04:30:05.916Z | Downloaded progenitor-client v0.13.0 |
| 888 | 2026-07-23T04:30:05.916Z | Downloaded progenitor v0.13.0 |
| 889 | 2026-07-23T04:30:05.916Z | Downloaded pkcs8 v0.11.0 |
| 890 | 2026-07-23T04:30:05.916Z | Downloaded ref-cast v1.0.25 |
| 891 | 2026-07-23T04:30:05.916Z | Downloaded hickory-resolver v0.24.4 |
| 892 | 2026-07-23T04:30:05.916Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 893 | 2026-07-23T04:30:05.917Z | Downloaded icu_collections v2.1.1 |
| 894 | 2026-07-23T04:30:05.917Z | Downloaded poly1305 v0.9.0 |
| 895 | 2026-07-23T04:30:05.917Z | Downloaded postcard v1.1.3 |
| 896 | 2026-07-23T04:30:05.917Z | Downloaded r2d2 v0.8.10 |
| 897 | 2026-07-23T04:30:05.917Z | Downloaded ref-cast-impl v1.0.25 |
| 898 | 2026-07-23T04:30:05.917Z | Downloaded primeorder v0.14.0-rc.10 |
| 899 | 2026-07-23T04:30:05.917Z | Downloaded parse-display-derive v0.10.0 |
| 900 | 2026-07-23T04:30:05.917Z | Downloaded parking_lot v0.11.2 |
| 901 | 2026-07-23T04:30:05.917Z | Downloaded rfc6979 v0.5.0 |
| 902 | 2026-07-23T04:30:05.917Z | Downloaded rustc_version v0.4.1 |
| 903 | 2026-07-23T04:30:05.917Z | Downloaded progenitor-extras v0.2.0 |
| 904 | 2026-07-23T04:30:05.917Z | Downloaded pkcs1 v0.7.5 |
| 905 | 2026-07-23T04:30:05.917Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-07-23T04:30:05.917Z | Downloaded oxide-update-engine-types v0.1.2 |
| 907 | 2026-07-23T04:30:05.917Z | Downloaded icu_normalizer_data v2.1.1 |
| 908 | 2026-07-23T04:30:05.917Z | Downloaded rustc-hash v2.1.1 |
| 909 | 2026-07-23T04:30:05.917Z | Downloaded rand_xorshift v0.4.0 |
| 910 | 2026-07-23T04:30:05.917Z | Downloaded proc-macro-error2 v2.0.1 |
| 911 | 2026-07-23T04:30:05.917Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 912 | 2026-07-23T04:30:05.917Z | Downloaded num-traits v0.2.19 |
| 913 | 2026-07-23T04:30:05.930Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-07-23T04:30:05.931Z | Downloaded rand_core v0.10.0 |
| 915 | 2026-07-23T04:30:05.931Z | Downloaded russh-util v0.52.0 |
| 916 | 2026-07-23T04:30:05.931Z | Downloaded psm v0.1.30 |
| 917 | 2026-07-23T04:30:05.931Z | Downloaded russh-cryptovec v0.61.0 |
| 918 | 2026-07-23T04:30:05.931Z | Downloaded omicron-zone-package v0.12.3 |
| 919 | 2026-07-23T04:30:05.946Z | Downloaded http v1.4.2 |
| 920 | 2026-07-23T04:30:05.946Z | Downloaded oso v0.27.3 |
| 921 | 2026-07-23T04:30:05.954Z | Downloaded rand_seeder v0.4.0 |
| 922 | 2026-07-23T04:30:05.954Z | Downloaded rand_core v0.9.5 |
| 923 | 2026-07-23T04:30:05.954Z | Downloaded packed_struct v0.10.1 |
| 924 | 2026-07-23T04:30:05.954Z | Downloaded scroll_derive v0.13.1 |
| 925 | 2026-07-23T04:30:05.954Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-07-23T04:30:05.954Z | Downloaded hashbrown v0.12.3 |
| 927 | 2026-07-23T04:30:05.959Z | Downloaded rand_core v0.6.4 |
| 928 | 2026-07-23T04:30:05.962Z | Downloaded quinn-udp v0.5.14 |
| 929 | 2026-07-23T04:30:05.962Z | Downloaded aes-gcm v0.11.0 |
| 930 | 2026-07-23T04:30:05.962Z | Downloaded icu_normalizer v2.1.1 |
| 931 | 2026-07-23T04:30:05.967Z | Downloaded rtoolbox v0.0.3 |
| 932 | 2026-07-23T04:30:05.971Z | Downloaded rpassword v7.5.4 |
| 933 | 2026-07-23T04:30:05.971Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-07-23T04:30:05.971Z | Downloaded rand_chacha v0.9.0 |
| 935 | 2026-07-23T04:30:05.972Z | Downloaded pin-project v1.1.11 |
| 936 | 2026-07-23T04:30:05.984Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-07-23T04:30:06.004Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-07-23T04:30:06.004Z | Downloaded prefix-trie v0.7.0 |
| 939 | 2026-07-23T04:30:06.004Z | Downloaded serde_repr v0.1.20 |
| 940 | 2026-07-23T04:30:06.004Z | Downloaded crossterm v0.29.0 |
| 941 | 2026-07-23T04:30:06.004Z | Downloaded serde_urlencoded v0.7.1 |
| 942 | 2026-07-23T04:30:06.005Z | Downloaded scopeguard v1.2.0 |
| 943 | 2026-07-23T04:30:06.005Z | Downloaded serde-big-array v0.5.1 |
| 944 | 2026-07-23T04:30:06.036Z | Downloaded minimal-lexical v0.2.1 |
| 945 | 2026-07-23T04:30:06.036Z | Downloaded hashbrown v0.13.2 |
| 946 | 2026-07-23T04:30:06.036Z | Downloaded serde_spanned v1.1.1 |
| 947 | 2026-07-23T04:30:06.036Z | Downloaded sha1 v0.11.0 |
| 948 | 2026-07-23T04:30:06.036Z | Downloaded secrecy v0.10.3 |
| 949 | 2026-07-23T04:30:06.036Z | Downloaded rusty-fork v0.3.1 |
| 950 | 2026-07-23T04:30:06.036Z | Downloaded signal-hook-mio v0.2.5 |
| 951 | 2026-07-23T04:30:06.036Z | Downloaded openssl-sys v0.9.115 |
| 952 | 2026-07-23T04:30:06.036Z | Downloaded semver v0.1.20 |
| 953 | 2026-07-23T04:30:06.036Z | Downloaded rustversion v1.0.22 |
| 954 | 2026-07-23T04:30:06.037Z | Downloaded sec1 v0.7.3 |
| 955 | 2026-07-23T04:30:06.037Z | Downloaded jiff-static v0.2.21 |
| 956 | 2026-07-23T04:30:06.053Z | Downloaded scroll v0.13.0 |
| 957 | 2026-07-23T04:30:06.053Z | Downloaded rustls-native-certs v0.8.3 |
| 958 | 2026-07-23T04:30:06.053Z | Downloaded signal-hook-tokio v0.3.1 |
| 959 | 2026-07-23T04:30:06.053Z | Downloaded siphasher v1.0.2 |
| 960 | 2026-07-23T04:30:06.053Z | Downloaded sigpipe v0.1.3 |
| 961 | 2026-07-23T04:30:06.053Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-07-23T04:30:06.053Z | Downloaded secrecy v0.8.0 |
| 963 | 2026-07-23T04:30:06.053Z | Downloaded progenitor-impl v0.14.0 |
| 964 | 2026-07-23T04:30:06.053Z | Downloaded p256 v0.14.0-rc.10 |
| 965 | 2026-07-23T04:30:06.053Z | Downloaded signature v3.0.0 |
| 966 | 2026-07-23T04:30:06.053Z | Downloaded serde_bytes v0.11.19 |
| 967 | 2026-07-23T04:30:06.054Z | Downloaded hyper-util v0.1.20 |
| 968 | 2026-07-23T04:30:06.054Z | Downloaded progenitor-impl v0.13.0 |
| 969 | 2026-07-23T04:30:06.054Z | Downloaded sha1 v0.10.6 |
| 970 | 2026-07-23T04:30:06.066Z | Downloaded sec1 v0.8.1 |
| 971 | 2026-07-23T04:30:06.067Z | Downloaded papergrid v0.17.0 |
| 972 | 2026-07-23T04:30:06.067Z | Downloaded same-file v1.0.6 |
| 973 | 2026-07-23T04:30:06.067Z | Downloaded prettyplease v0.2.37 |
| 974 | 2026-07-23T04:30:06.067Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-07-23T04:30:06.067Z | Downloaded signature v2.2.0 |
| 976 | 2026-07-23T04:30:06.067Z | Downloaded chrono v0.4.45 |
| 977 | 2026-07-23T04:30:06.075Z | Downloaded serde_derive_internals v0.29.1 |
| 978 | 2026-07-23T04:30:06.075Z | Downloaded serde_with_macros v1.5.2 |
| 979 | 2026-07-23T04:30:06.075Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 980 | 2026-07-23T04:30:06.075Z | Downloaded pkcs5 v0.8.1 |
| 981 | 2026-07-23T04:30:06.075Z | Downloaded scrypt v0.12.0 |
| 982 | 2026-07-23T04:30:06.075Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-07-23T04:30:06.075Z | Downloaded p384 v0.14.0-rc.10 |
| 984 | 2026-07-23T04:30:06.080Z | Downloaded slog-bunyan v2.5.0 |
| 985 | 2026-07-23T04:30:06.080Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-07-23T04:30:06.100Z | Downloaded rustls-pki-types v1.14.0 |
| 987 | 2026-07-23T04:30:06.100Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-07-23T04:30:06.111Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-07-23T04:30:06.111Z | Downloaded hashbrown v0.16.1 |
| 990 | 2026-07-23T04:30:06.119Z | Downloaded crossterm v0.28.1 |
| 991 | 2026-07-23T04:30:06.120Z | Downloaded slog-dtrace v0.3.0 |
| 992 | 2026-07-23T04:30:06.120Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-07-23T04:30:06.120Z | Downloaded slog-async v2.8.0 |
| 994 | 2026-07-23T04:30:06.120Z | Downloaded salsa20 v0.11.0 |
| 995 | 2026-07-23T04:30:06.126Z | Downloaded serde_plain v1.0.2 |
| 996 | 2026-07-23T04:30:06.126Z | Downloaded smallvec v0.6.14 |
| 997 | 2026-07-23T04:30:06.133Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-07-23T04:30:06.133Z | Downloaded slog-term v2.9.2 |
| 999 | 2026-07-23T04:30:06.138Z | Downloaded shlex v1.3.0 |
| 1000 | 2026-07-23T04:30:06.138Z | Downloaded supports-color v3.0.2 |
| 1001 | 2026-07-23T04:30:06.138Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-07-23T04:30:06.138Z | Downloaded strum v0.27.2 |
| 1003 | 2026-07-23T04:30:06.138Z | Downloaded strum v0.26.3 |
| 1004 | 2026-07-23T04:30:06.139Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-07-23T04:30:06.143Z | Downloaded serde_cbor v0.11.2 |
| 1006 | 2026-07-23T04:30:06.143Z | Downloaded strsim v0.10.0 |
| 1007 | 2026-07-23T04:30:06.143Z | Downloaded stable_deref_trait v1.2.1 |
| 1008 | 2026-07-23T04:30:06.149Z | Downloaded serde_with_macros v3.21.0 |
| 1009 | 2026-07-23T04:30:06.149Z | Downloaded rayon-core v1.13.0 |
| 1010 | 2026-07-23T04:30:06.163Z | Downloaded slab v0.4.12 |
| 1011 | 2026-07-23T04:30:06.163Z | Downloaded serdect v0.4.3 |
| 1012 | 2026-07-23T04:30:06.163Z | Downloaded mio v1.2.0 |
| 1013 | 2026-07-23T04:30:06.163Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-07-23T04:30:06.174Z | Downloaded subtle v2.6.1 |
| 1015 | 2026-07-23T04:30:06.174Z | Downloaded structmeta-derive v0.3.0 |
| 1016 | 2026-07-23T04:30:06.174Z | Downloaded sha2 v0.11.0 |
| 1017 | 2026-07-23T04:30:06.174Z | Downloaded tap v1.0.1 |
| 1018 | 2026-07-23T04:30:06.174Z | Downloaded take_mut v0.2.2 |
| 1019 | 2026-07-23T04:30:06.174Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1020 | 2026-07-23T04:30:06.174Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-07-23T04:30:06.174Z | Downloaded tabled_derive v0.11.0 |
| 1022 | 2026-07-23T04:30:06.175Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1023 | 2026-07-23T04:30:06.175Z | Downloaded tabwriter v1.4.1 |
| 1024 | 2026-07-23T04:30:06.175Z | Downloaded itertools v0.12.1 |
| 1025 | 2026-07-23T04:30:06.190Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-07-23T04:30:06.190Z | Downloaded thread-id v5.1.0 |
| 1027 | 2026-07-23T04:30:06.190Z | Downloaded testing_table v0.3.0 |
| 1028 | 2026-07-23T04:30:06.190Z | Downloaded termtree v0.5.1 |
| 1029 | 2026-07-23T04:30:06.190Z | Downloaded slog-scope v4.4.1 |
| 1030 | 2026-07-23T04:30:06.190Z | Downloaded slog-stdlog v4.1.1 |
| 1031 | 2026-07-23T04:30:06.191Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-07-23T04:30:06.191Z | Downloaded ron v0.8.1 |
| 1033 | 2026-07-23T04:30:06.209Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-07-23T04:30:06.209Z | Downloaded rand v0.8.6 |
| 1035 | 2026-07-23T04:30:06.209Z | Downloaded tagptr v0.2.0 |
| 1036 | 2026-07-23T04:30:06.209Z | Downloaded smf v0.2.3 |
| 1037 | 2026-07-23T04:30:06.209Z | Downloaded time-core v0.1.8 |
| 1038 | 2026-07-23T04:30:06.209Z | Downloaded string_cache v0.8.9 |
| 1039 | 2026-07-23T04:30:06.209Z | Downloaded stacker v0.1.23 |
| 1040 | 2026-07-23T04:30:06.210Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1041 | 2026-07-23T04:30:06.210Z | Downloaded ryu v1.0.23 |
| 1042 | 2026-07-23T04:30:06.210Z | Downloaded itertools v0.10.5 |
| 1043 | 2026-07-23T04:30:06.222Z | Downloaded nom v7.1.3 |
| 1044 | 2026-07-23T04:30:06.223Z | Downloaded spki v0.8.0 |
| 1045 | 2026-07-23T04:30:06.223Z | Downloaded icu_properties_data v2.1.2 |
| 1046 | 2026-07-23T04:30:06.223Z | Downloaded tokio-macros v2.7.0 |
| 1047 | 2026-07-23T04:30:06.223Z | Downloaded spki v0.7.3 |
| 1048 | 2026-07-23T04:30:06.223Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-07-23T04:30:06.223Z | Downloaded sync-ptr v0.1.4 |
| 1050 | 2026-07-23T04:30:06.223Z | Downloaded idna v1.1.0 |
| 1051 | 2026-07-23T04:30:06.223Z | Downloaded quinn v0.11.9 |
| 1052 | 2026-07-23T04:30:06.232Z | Downloaded static_assertions v1.1.0 |
| 1053 | 2026-07-23T04:30:06.232Z | Downloaded rcgen v0.12.1 |
| 1054 | 2026-07-23T04:30:06.232Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-07-23T04:30:06.232Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1056 | 2026-07-23T04:30:06.232Z | Downloaded num-bigint v0.4.6 |
| 1057 | 2026-07-23T04:30:06.232Z | Downloaded tinyvec_macros v0.1.1 |
| 1058 | 2026-07-23T04:30:06.232Z | Downloaded strum_macros v0.26.4 |
| 1059 | 2026-07-23T04:30:06.241Z | Downloaded qorb v0.4.1 |
| 1060 | 2026-07-23T04:30:06.241Z | Downloaded blake3 v1.8.5 |
| 1061 | 2026-07-23T04:30:06.251Z | Downloaded publicsuffix v2.3.0 |
| 1062 | 2026-07-23T04:30:06.251Z | Downloaded schemars v0.9.0 |
| 1063 | 2026-07-23T04:30:06.251Z | Downloaded tokio-test v0.4.5 |
| 1064 | 2026-07-23T04:30:06.258Z | Downloaded hyper v1.10.1 |
| 1065 | 2026-07-23T04:30:06.258Z | Downloaded thread_local v1.1.9 |
| 1066 | 2026-07-23T04:30:06.258Z | Downloaded strum_macros v0.24.3 |
| 1067 | 2026-07-23T04:30:06.258Z | Downloaded itertools v0.13.0 |
| 1068 | 2026-07-23T04:30:06.262Z | Downloaded tinystr v0.8.2 |
| 1069 | 2026-07-23T04:30:06.262Z | Downloaded trait-variant v0.1.2 |
| 1070 | 2026-07-23T04:30:06.262Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-07-23T04:30:06.262Z | Downloaded stringprep v0.1.5 |
| 1072 | 2026-07-23T04:30:06.267Z | Downloaded spin v0.9.8 |
| 1073 | 2026-07-23T04:30:06.268Z | Downloaded smallvec v1.15.1 |
| 1074 | 2026-07-23T04:30:06.268Z | Downloaded tiny-keccak v2.0.2 |
| 1075 | 2026-07-23T04:30:06.280Z | Downloaded time-macros v0.2.27 |
| 1076 | 2026-07-23T04:30:06.280Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-07-23T04:30:06.280Z | Downloaded strum_macros v0.27.2 |
| 1078 | 2026-07-23T04:30:06.280Z | Downloaded hashbrown v0.15.5 |
| 1079 | 2026-07-23T04:30:06.285Z | Downloaded try-lock v0.2.5 |
| 1080 | 2026-07-23T04:30:06.285Z | Downloaded tower-layer v0.3.3 |
| 1081 | 2026-07-23T04:30:06.285Z | Downloaded typify-macro v0.6.2 |
| 1082 | 2026-07-23T04:30:06.285Z | Downloaded futures-util v0.3.32 |
| 1083 | 2026-07-23T04:30:06.292Z | Downloaded tokio-native-tls v0.3.1 |
| 1084 | 2026-07-23T04:30:06.292Z | Downloaded thiserror-no-std v2.0.2 |
| 1085 | 2026-07-23T04:30:06.292Z | Downloaded libxml v0.3.3 |
| 1086 | 2026-07-23T04:30:06.298Z | Downloaded utf-8 v0.7.6 |
| 1087 | 2026-07-23T04:30:06.298Z | Downloaded tls_codec v0.4.2 |
| 1088 | 2026-07-23T04:30:06.298Z | Downloaded rsa v0.9.10 |
| 1089 | 2026-07-23T04:30:06.311Z | Downloaded tokio-tungstenite v0.21.0 |
| 1090 | 2026-07-23T04:30:06.311Z | Downloaded term v1.2.1 |
| 1091 | 2026-07-23T04:30:06.311Z | Downloaded termios v0.3.3 |
| 1092 | 2026-07-23T04:30:06.311Z | Downloaded schemars v1.2.1 |
| 1093 | 2026-07-23T04:30:06.321Z | Downloaded utf8_iter v1.0.4 |
| 1094 | 2026-07-23T04:30:06.321Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-07-23T04:30:06.321Z | Downloaded crypto-primes v0.7.2 |
| 1096 | 2026-07-23T04:30:06.338Z | Downloaded usdt v0.6.0 |
| 1097 | 2026-07-23T04:30:06.338Z | Downloaded untrusted v0.7.1 |
| 1098 | 2026-07-23T04:30:06.338Z | Downloaded unit-prefix v0.5.2 |
| 1099 | 2026-07-23T04:30:06.338Z | Downloaded unicode-truncate v1.1.0 |
| 1100 | 2026-07-23T04:30:06.338Z | Downloaded unarray v0.1.4 |
| 1101 | 2026-07-23T04:30:06.338Z | Downloaded samael v0.0.19 |
| 1102 | 2026-07-23T04:30:06.338Z | Downloaded similar v2.7.0 |
| 1103 | 2026-07-23T04:30:06.348Z | Downloaded tls_codec_derive v0.4.2 |
| 1104 | 2026-07-23T04:30:06.348Z | Downloaded usdt-attr-macro v0.6.0 |
| 1105 | 2026-07-23T04:30:06.348Z | Downloaded untrusted v0.9.0 |
| 1106 | 2026-07-23T04:30:06.348Z | Downloaded rand v0.9.2 |
| 1107 | 2026-07-23T04:30:06.348Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1108 | 2026-07-23T04:30:06.348Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-07-23T04:30:06.348Z | Downloaded wait-timeout v0.2.1 |
| 1110 | 2026-07-23T04:30:06.348Z | Downloaded universal-hash v0.6.1 |
| 1111 | 2026-07-23T04:30:06.348Z | Downloaded hkdf v0.12.4 |
| 1112 | 2026-07-23T04:30:06.348Z | Downloaded bitvec v1.0.1 |
| 1113 | 2026-07-23T04:30:06.361Z | Downloaded tui-tree-widget v0.23.1 |
| 1114 | 2026-07-23T04:30:06.361Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1115 | 2026-07-23T04:30:06.361Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-07-23T04:30:06.361Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-07-23T04:30:06.361Z | Downloaded term v0.7.0 |
| 1118 | 2026-07-23T04:30:06.361Z | Downloaded socket2 v0.6.3 |
| 1119 | 2026-07-23T04:30:06.366Z | Downloaded rand v0.10.1 |
| 1120 | 2026-07-23T04:30:06.366Z | Downloaded p521 v0.14.0-rc.10 |
| 1121 | 2026-07-23T04:30:06.366Z | Downloaded tokio-stream v0.1.18 |
| 1122 | 2026-07-23T04:30:06.366Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-07-23T04:30:06.366Z | Downloaded yoke-derive v0.8.1 |
| 1124 | 2026-07-23T04:30:06.366Z | Downloaded nom v8.0.0 |
| 1125 | 2026-07-23T04:30:06.382Z | Downloaded tokio-rustls v0.26.4 |
| 1126 | 2026-07-23T04:30:06.382Z | Downloaded synstructure v0.13.2 |
| 1127 | 2026-07-23T04:30:06.382Z | Downloaded bindgen v0.71.1 |
| 1128 | 2026-07-23T04:30:06.407Z | Downloaded want v0.3.1 |
| 1129 | 2026-07-23T04:30:06.407Z | Downloaded void v1.0.2 |
| 1130 | 2026-07-23T04:30:06.407Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1131 | 2026-07-23T04:30:06.407Z | Downloaded rustls-webpki v0.103.13 |
| 1132 | 2026-07-23T04:30:06.407Z | Downloaded vergen-git2 v9.1.0 |
| 1133 | 2026-07-23T04:30:06.407Z | Downloaded uzers v0.12.2 |
| 1134 | 2026-07-23T04:30:06.407Z | Downloaded unicode-xid v0.2.6 |
| 1135 | 2026-07-23T04:30:06.408Z | Downloaded libm v0.2.16 |
| 1136 | 2026-07-23T04:30:06.409Z | Downloaded zerofrom-derive v0.1.6 |
| 1137 | 2026-07-23T04:30:06.409Z | Downloaded zerofrom v0.1.6 |
| 1138 | 2026-07-23T04:30:06.409Z | Downloaded num-bigint-dig v0.8.6 |
| 1139 | 2026-07-23T04:30:06.423Z | Downloaded universal-hash v0.5.1 |
| 1140 | 2026-07-23T04:30:06.423Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-07-23T04:30:06.423Z | Downloaded hkdf v0.13.0 |
| 1142 | 2026-07-23T04:30:06.423Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1143 | 2026-07-23T04:30:06.423Z | Downloaded vergen-lib v9.1.0 |
| 1144 | 2026-07-23T04:30:06.424Z | Downloaded test-strategy v0.4.5 |
| 1145 | 2026-07-23T04:30:06.424Z | Downloaded iri-string v0.7.10 |
| 1146 | 2026-07-23T04:30:06.424Z | Downloaded sqlformat v0.3.5 |
| 1147 | 2026-07-23T04:30:06.424Z | Downloaded signal-hook v0.3.18 |
| 1148 | 2026-07-23T04:30:06.424Z | Downloaded h2 v0.4.15 |
| 1149 | 2026-07-23T04:30:06.424Z | Downloaded vergen-lib v0.1.6 |
| 1150 | 2026-07-23T04:30:06.424Z | Downloaded dropshot-api-manager v0.7.2 |
| 1151 | 2026-07-23T04:30:06.441Z | Downloaded zeroize_derive v1.4.3 |
| 1152 | 2026-07-23T04:30:06.441Z | Downloaded zone v0.3.1 |
| 1153 | 2026-07-23T04:30:06.441Z | Downloaded snafu v0.8.9 |
| 1154 | 2026-07-23T04:30:06.441Z | Downloaded waitgroup v0.1.2 |
| 1155 | 2026-07-23T04:30:06.441Z | Downloaded usdt-impl v0.6.0 |
| 1156 | 2026-07-23T04:30:06.441Z | Downloaded slog v2.8.2 |
| 1157 | 2026-07-23T04:30:06.444Z | Downloaded zone_cfg_derive v0.3.1 |
| 1158 | 2026-07-23T04:30:06.453Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-07-23T04:30:06.454Z | Downloaded schemars v0.8.22 |
| 1160 | 2026-07-23T04:30:06.454Z | Downloaded whoami v2.1.0 |
| 1161 | 2026-07-23T04:30:06.472Z | Downloaded itertools v0.14.0 |
| 1162 | 2026-07-23T04:30:06.472Z | Downloaded yoke v0.8.1 |
| 1163 | 2026-07-23T04:30:06.499Z | Downloaded walkdir v2.5.0 |
| 1164 | 2026-07-23T04:30:06.499Z | Downloaded tracing-attributes v0.1.31 |
| 1165 | 2026-07-23T04:30:06.499Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-07-23T04:30:06.499Z | Downloaded whoami v1.6.1 |
| 1167 | 2026-07-23T04:30:06.499Z | Downloaded zeroize v1.8.2 |
| 1168 | 2026-07-23T04:30:06.499Z | Downloaded writeable v0.6.2 |
| 1169 | 2026-07-23T04:30:06.500Z | Downloaded toml v0.7.8 |
| 1170 | 2026-07-23T04:30:06.500Z | Downloaded tinyvec v1.10.0 |
| 1171 | 2026-07-23T04:30:06.500Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-07-23T04:30:06.500Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1173 | 2026-07-23T04:30:06.500Z | Downloaded aws-lc-rs v1.16.3 |
| 1174 | 2026-07-23T04:30:06.521Z | Downloaded zstd v0.13.3 |
| 1175 | 2026-07-23T04:30:06.521Z | Downloaded xshell v0.2.7 |
| 1176 | 2026-07-23T04:30:06.521Z | Downloaded xattr v1.6.1 |
| 1177 | 2026-07-23T04:30:06.521Z | Downloaded wyz v0.5.1 |
| 1178 | 2026-07-23T04:30:06.521Z | Downloaded reedline v0.40.0 |
| 1179 | 2026-07-23T04:30:06.542Z | Downloaded vergen v9.1.0 |
| 1180 | 2026-07-23T04:30:06.542Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-07-23T04:30:06.542Z | Downloaded rsa v0.10.0-rc.18 |
| 1182 | 2026-07-23T04:30:06.542Z | Downloaded zerovec-derive v0.11.2 |
| 1183 | 2026-07-23T04:30:06.542Z | Downloaded uuid v1.23.4 |
| 1184 | 2026-07-23T04:30:06.542Z | Downloaded zstd-safe v7.2.4 |
| 1185 | 2026-07-23T04:30:06.542Z | Downloaded yasna v0.5.2 |
| 1186 | 2026-07-23T04:30:06.542Z | Downloaded subprocess v0.2.15 |
| 1187 | 2026-07-23T04:30:06.542Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-07-23T04:30:06.542Z | Downloaded unsafe-libyaml v0.2.11 |
| 1189 | 2026-07-23T04:30:06.542Z | Downloaded socket2 v0.5.10 |
| 1190 | 2026-07-23T04:30:06.620Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-07-23T04:30:06.620Z | Downloaded p384 v0.13.1 |
| 1192 | 2026-07-23T04:30:06.620Z | Downloaded iddqd v0.4.2 |
| 1193 | 2026-07-23T04:30:06.620Z | Downloaded tungstenite v0.21.0 |
| 1194 | 2026-07-23T04:30:06.620Z | Downloaded tungstenite v0.23.0 |
| 1195 | 2026-07-23T04:30:06.620Z | Downloaded steno v0.4.1 |
| 1196 | 2026-07-23T04:30:06.620Z | Downloaded unicode-bidi v0.3.18 |
| 1197 | 2026-07-23T04:30:06.620Z | Downloaded regex v1.12.3 |
| 1198 | 2026-07-23T04:30:06.620Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-07-23T04:30:06.620Z | Downloaded lalrpop v0.19.12 |
| 1200 | 2026-07-23T04:30:06.621Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-07-23T04:30:06.621Z | Downloaded zopfli v0.8.3 |
| 1202 | 2026-07-23T04:30:06.621Z | Downloaded tar v0.4.46 |
| 1203 | 2026-07-23T04:30:06.621Z | Downloaded rawzip v0.4.4 |
| 1204 | 2026-07-23T04:30:06.621Z | Downloaded goblin v0.10.5 |
| 1205 | 2026-07-23T04:30:06.621Z | Downloaded moka v0.12.13 |
| 1206 | 2026-07-23T04:30:06.648Z | Downloaded curve25519-dalek v4.1.3 |
| 1207 | 2026-07-23T04:30:06.650Z | Downloaded typify v0.6.2 |
| 1208 | 2026-07-23T04:30:06.650Z | Downloaded toml_edit v0.19.15 |
| 1209 | 2026-07-23T04:30:06.650Z | Downloaded zip v0.6.6 |
| 1210 | 2026-07-23T04:30:06.650Z | Downloaded serde_with v1.14.0 |
| 1211 | 2026-07-23T04:30:06.675Z | Downloaded yansi v1.0.1 |
| 1212 | 2026-07-23T04:30:06.675Z | Downloaded portable-atomic v1.13.1 |
| 1213 | 2026-07-23T04:30:06.675Z | Downloaded vte v0.14.1 |
| 1214 | 2026-07-23T04:30:06.676Z | Downloaded reqwest v0.12.28 |
| 1215 | 2026-07-23T04:30:06.701Z | Downloaded unicode_categories v0.1.1 |
| 1216 | 2026-07-23T04:30:06.701Z | Downloaded petname v2.0.2 |
| 1217 | 2026-07-23T04:30:06.701Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-07-23T04:30:06.701Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-07-23T04:30:06.701Z | Downloaded url v2.5.8 |
| 1220 | 2026-07-23T04:30:06.701Z | Downloaded reqwest v0.13.2 |
| 1221 | 2026-07-23T04:30:06.713Z | Downloaded object v0.30.4 |
| 1222 | 2026-07-23T04:30:06.713Z | Downloaded tower v0.5.3 |
| 1223 | 2026-07-23T04:30:06.748Z | Downloaded quick-xml v0.37.5 |
| 1224 | 2026-07-23T04:30:06.772Z | Downloaded zip v4.6.1 |
| 1225 | 2026-07-23T04:30:06.773Z | Downloaded tokio-util v0.7.18 |
| 1226 | 2026-07-23T04:30:06.773Z | Downloaded tokio-postgres v0.7.16 |
| 1227 | 2026-07-23T04:30:06.773Z | Downloaded zerotrie v0.2.3 |
| 1228 | 2026-07-23T04:30:06.773Z | Downloaded tough v0.22.0 |
| 1229 | 2026-07-23T04:30:06.773Z | Downloaded nix v0.27.1 |
| 1230 | 2026-07-23T04:30:06.773Z | Downloaded bstr v1.12.1 |
| 1231 | 2026-07-23T04:30:06.773Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1232 | 2026-07-23T04:30:06.773Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-07-23T04:30:06.811Z | Downloaded rayon v1.11.0 |
| 1234 | 2026-07-23T04:30:06.811Z | Downloaded zerovec v0.11.5 |
| 1235 | 2026-07-23T04:30:06.811Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-07-23T04:30:06.811Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-07-23T04:30:06.811Z | Downloaded russh v0.61.2 |
| 1238 | 2026-07-23T04:30:06.850Z | Downloaded proptest v1.10.0 |
| 1239 | 2026-07-23T04:30:06.850Z | Downloaded openssl v0.10.79 |
| 1240 | 2026-07-23T04:30:06.850Z | Downloaded serde_with v3.21.0 |
| 1241 | 2026-07-23T04:30:06.850Z | Downloaded crypto-bigint v0.7.5 |
| 1242 | 2026-07-23T04:30:06.850Z | Downloaded winnow v0.5.40 |
| 1243 | 2026-07-23T04:30:06.850Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-07-23T04:30:06.850Z | Downloaded salty v0.3.0 |
| 1245 | 2026-07-23T04:30:06.860Z | Downloaded regex-syntax v0.6.29 |
| 1246 | 2026-07-23T04:30:06.860Z | Downloaded nix v0.28.0 |
| 1247 | 2026-07-23T04:30:06.860Z | Downloaded winnow v1.0.3 |
| 1248 | 2026-07-23T04:30:06.860Z | Downloaded nix v0.31.2 |
| 1249 | 2026-07-23T04:30:06.860Z | Downloaded tabled v0.20.0 |
| 1250 | 2026-07-23T04:30:06.880Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-07-23T04:30:06.880Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-07-23T04:30:06.924Z | Downloaded smoltcp v0.11.0 |
| 1253 | 2026-07-23T04:30:06.947Z | Downloaded winnow v0.6.26 |
| 1254 | 2026-07-23T04:30:06.947Z | Downloaded radix_trie v0.2.1 |
| 1255 | 2026-07-23T04:30:06.947Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1256 | 2026-07-23T04:30:06.947Z | Downloaded polar-core v0.27.3 |
| 1257 | 2026-07-23T04:30:06.969Z | Downloaded rustls v0.23.41 |
| 1258 | 2026-07-23T04:30:06.980Z | Downloaded dropshot v0.17.1 |
| 1259 | 2026-07-23T04:30:07.012Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-07-23T04:30:07.021Z | Downloaded time v0.3.47 |
| 1261 | 2026-07-23T04:30:07.029Z | Downloaded sqlparser v0.61.0 |
| 1262 | 2026-07-23T04:30:07.056Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-07-23T04:30:07.056Z | Downloaded zlib-rs v0.6.2 |
| 1264 | 2026-07-23T04:30:07.075Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1265 | 2026-07-23T04:30:07.075Z | Downloaded vcpkg v0.2.15 |
| 1266 | 2026-07-23T04:30:07.091Z | Downloaded sha3 v0.11.0 |
| 1267 | 2026-07-23T04:30:07.108Z | Downloaded object v0.37.3 |
| 1268 | 2026-07-23T04:30:07.108Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-07-23T04:30:07.124Z | Downloaded zerocopy v0.8.40 |
| 1270 | 2026-07-23T04:30:07.124Z | Downloaded openapiv3 v2.2.0 |
| 1271 | 2026-07-23T04:30:07.141Z | Downloaded hickory-proto v0.25.2 |
| 1272 | 2026-07-23T04:30:07.141Z | Downloaded regress v0.11.1 |
| 1273 | 2026-07-23T04:30:07.160Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-07-23T04:30:07.160Z | Downloaded regress v0.10.5 |
| 1275 | 2026-07-23T04:30:07.160Z | Downloaded petgraph v0.6.5 |
| 1276 | 2026-07-23T04:30:07.166Z | Downloaded rustix v0.38.44 |
| 1277 | 2026-07-23T04:30:07.166Z | Downloaded jiff v0.2.21 |
| 1278 | 2026-07-23T04:30:07.181Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-07-23T04:30:07.263Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-07-23T04:30:07.317Z | Downloaded libz-sys v1.1.24 |
| 1281 | 2026-07-23T04:30:07.317Z | Downloaded sled v0.34.7 |
| 1282 | 2026-07-23T04:30:07.317Z | Downloaded fiat-crypto v0.3.0 |
| 1283 | 2026-07-23T04:30:07.317Z | Downloaded tracing v0.1.44 |
| 1284 | 2026-07-23T04:30:07.317Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-07-23T04:30:07.317Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-07-23T04:30:07.347Z | Downloaded sha3 v0.10.8 |
| 1287 | 2026-07-23T04:30:07.347Z | Downloaded csv v1.4.0 |
| 1288 | 2026-07-23T04:30:07.347Z | Downloaded regex-automata v0.4.14 |
| 1289 | 2026-07-23T04:30:07.347Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-07-23T04:30:07.403Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-23T04:30:07.403Z | Downloaded tokio v1.52.1 |
| 1292 | 2026-07-23T04:30:07.413Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-07-23T04:30:07.475Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-23T04:30:07.502Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-23T04:30:08.096Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-23T04:30:08.264Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-23T04:30:08.264Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-23T04:30:08.264Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-23T04:30:08.269Z | Compiling log v0.4.29 |
| 1300 | 2026-07-23T04:30:08.269Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-23T04:30:08.269Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-23T04:30:08.269Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-23T04:30:08.269Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-23T04:30:08.269Z | Compiling stable_deref_trait v1.2.1 |
| 1305 | 2026-07-23T04:30:08.269Z | Compiling scopeguard v1.2.0 |
| 1306 | 2026-07-23T04:30:08.269Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-23T04:30:08.398Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-23T04:30:08.487Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-07-23T04:30:08.499Z | Compiling zerocopy v0.8.40 |
| 1310 | 2026-07-23T04:30:08.506Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-23T04:30:08.528Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-07-23T04:30:08.586Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-07-23T04:30:08.599Z | Compiling getrandom v0.4.1 |
| 1314 | 2026-07-23T04:30:08.613Z | Compiling lock_api v0.4.14 |
| 1315 | 2026-07-23T04:30:08.629Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-23T04:30:08.655Z | Compiling pkg-config v0.3.32 |
| 1317 | 2026-07-23T04:30:08.682Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-23T04:30:08.698Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-23T04:30:08.733Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-23T04:30:08.767Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-23T04:30:08.803Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-23T04:30:08.821Z | Compiling percent-encoding v2.3.2 |
| 1323 | 2026-07-23T04:30:08.899Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-07-23T04:30:08.959Z | Compiling litemap v0.8.1 |
| 1325 | 2026-07-23T04:30:08.988Z | Compiling writeable v0.6.2 |
| 1326 | 2026-07-23T04:30:08.992Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-23T04:30:09.045Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-23T04:30:09.061Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-23T04:30:09.091Z | Compiling futures-io v0.3.32 |
| 1330 | 2026-07-23T04:30:09.106Z | Compiling futures-task v0.3.32 |
| 1331 | 2026-07-23T04:30:09.110Z | Compiling slab v0.4.12 |
| 1332 | 2026-07-23T04:30:09.159Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-23T04:30:09.185Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-07-23T04:30:09.201Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-23T04:30:09.254Z | Compiling rustversion v1.0.22 |
| 1336 | 2026-07-23T04:30:09.274Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-07-23T04:30:09.318Z | Compiling ident_case v1.0.1 |
| 1338 | 2026-07-23T04:30:09.363Z | Compiling dunce v1.0.5 |
| 1339 | 2026-07-23T04:30:09.364Z | Compiling iana-time-zone v0.1.65 |
| 1340 | 2026-07-23T04:30:09.385Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-07-23T04:30:09.385Z | Compiling errno v0.3.14 |
| 1342 | 2026-07-23T04:30:09.414Z | Compiling getrandom v0.2.17 |
| 1343 | 2026-07-23T04:30:09.457Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-23T04:30:09.471Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-07-23T04:30:09.476Z | Compiling fs_extra v1.3.0 |
| 1346 | 2026-07-23T04:30:09.632Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-07-23T04:30:09.695Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-23T04:30:09.695Z | Compiling cc v1.2.56 |
| 1349 | 2026-07-23T04:30:09.695Z | Compiling once_cell v1.21.3 |
| 1350 | 2026-07-23T04:30:09.731Z | Compiling parking_lot v0.12.5 |
| 1351 | 2026-07-23T04:30:09.740Z | Compiling rustix v1.1.3 |
| 1352 | 2026-07-23T04:30:09.786Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-23T04:30:09.833Z | Compiling base64 v0.22.1 |
| 1354 | 2026-07-23T04:30:09.849Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-07-23T04:30:09.849Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-23T04:30:09.864Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-23T04:30:09.946Z | Compiling aws-lc-rs v1.16.3 |
| 1358 | 2026-07-23T04:30:10.056Z | Compiling flagset v0.4.7 |
| 1359 | 2026-07-23T04:30:10.102Z | Compiling pem-rfc7468 v0.7.0 |
| 1360 | 2026-07-23T04:30:10.151Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-07-23T04:30:10.151Z | Compiling cmov v0.5.4 |
| 1362 | 2026-07-23T04:30:10.167Z | Compiling httparse v1.10.1 |
| 1363 | 2026-07-23T04:30:10.206Z | Compiling rand_core v0.9.5 |
| 1364 | 2026-07-23T04:30:10.288Z | Compiling schemars v0.8.22 |
| 1365 | 2026-07-23T04:30:10.362Z | Compiling openssl-probe v0.2.1 |
| 1366 | 2026-07-23T04:30:10.362Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-23T04:30:10.425Z | Compiling ctutils v0.4.2 |
| 1368 | 2026-07-23T04:30:10.433Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-23T04:30:10.433Z | Compiling tinyvec v1.10.0 |
| 1370 | 2026-07-23T04:30:10.467Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-07-23T04:30:10.488Z | Compiling tower-layer v0.3.3 |
| 1372 | 2026-07-23T04:30:10.488Z | Compiling try-lock v0.2.5 |
| 1373 | 2026-07-23T04:30:10.513Z | Compiling atomic-waker v1.1.2 |
| 1374 | 2026-07-23T04:30:10.540Z | Compiling untrusted v0.7.1 |
| 1375 | 2026-07-23T04:30:10.621Z | Compiling tower-service v0.3.3 |
| 1376 | 2026-07-23T04:30:10.674Z | Compiling want v0.3.1 |
| 1377 | 2026-07-23T04:30:10.674Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-23T04:30:10.674Z | Compiling rustls v0.23.41 |
| 1379 | 2026-07-23T04:30:10.674Z | Compiling foreign-types-shared v0.1.1 |
| 1380 | 2026-07-23T04:30:10.674Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-07-23T04:30:10.726Z | Compiling httpdate v1.0.3 |
| 1382 | 2026-07-23T04:30:10.726Z | Compiling untrusted v0.9.0 |
| 1383 | 2026-07-23T04:30:10.726Z | Compiling spin v0.9.8 |
| 1384 | 2026-07-23T04:30:10.750Z | Compiling bitflags v2.11.0 |
| 1385 | 2026-07-23T04:30:10.771Z | Compiling semver v1.0.28 |
| 1386 | 2026-07-23T04:30:10.853Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-07-23T04:30:10.879Z | Compiling uuid v1.23.4 |
| 1388 | 2026-07-23T04:30:10.879Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-23T04:30:10.879Z | Compiling foreign-types v0.3.2 |
| 1390 | 2026-07-23T04:30:10.900Z | Compiling native-tls v0.2.18 |
| 1391 | 2026-07-23T04:30:10.900Z | Compiling time-core v0.1.8 |
| 1392 | 2026-07-23T04:30:10.934Z | Compiling crc32fast v1.5.0 |
| 1393 | 2026-07-23T04:30:10.934Z | Compiling num-conv v0.2.0 |
| 1394 | 2026-07-23T04:30:10.973Z | Compiling powerfmt v0.2.0 |
| 1395 | 2026-07-23T04:30:11.008Z | Compiling rustc_version v0.4.1 |
| 1396 | 2026-07-23T04:30:11.053Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-23T04:30:11.082Z | Compiling time-macros v0.2.27 |
| 1398 | 2026-07-23T04:30:11.105Z | Compiling sync_wrapper v1.0.2 |
| 1399 | 2026-07-23T04:30:11.117Z | Compiling syn v1.0.109 |
| 1400 | 2026-07-23T04:30:11.181Z | Compiling deranged v0.5.8 |
| 1401 | 2026-07-23T04:30:11.221Z | Compiling quick-error v1.2.3 |
| 1402 | 2026-07-23T04:30:11.265Z | Compiling aws-lc-sys v0.40.0 |
| 1403 | 2026-07-23T04:30:11.374Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-07-23T04:30:11.425Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-07-23T04:30:11.425Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-07-23T04:30:11.425Z | Compiling crossbeam-utils v0.8.21 |
| 1407 | 2026-07-23T04:30:11.425Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-23T04:30:11.494Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-07-23T04:30:11.518Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-07-23T04:30:11.609Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-07-23T04:30:11.626Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-07-23T04:30:11.692Z | Compiling siphasher v1.0.2 |
| 1413 | 2026-07-23T04:30:12.024Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-23T04:30:12.048Z | Compiling num_threads v0.1.7 |
| 1415 | 2026-07-23T04:30:12.125Z | Compiling usdt-impl v0.6.0 |
| 1416 | 2026-07-23T04:30:12.135Z | Compiling simd-adler32 v0.3.8 |
| 1417 | 2026-07-23T04:30:12.186Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-23T04:30:12.319Z | Compiling bit-set v0.8.0 |
| 1419 | 2026-07-23T04:30:12.366Z | Compiling time v0.3.47 |
| 1420 | 2026-07-23T04:30:12.366Z | Compiling darling_core v0.23.0 |
| 1421 | 2026-07-23T04:30:12.439Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-23T04:30:12.497Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1423 | 2026-07-23T04:30:12.497Z | Compiling slog v2.8.2 |
| 1424 | 2026-07-23T04:30:12.497Z | Compiling rand_xorshift v0.4.0 |
| 1425 | 2026-07-23T04:30:12.497Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-23T04:30:12.523Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-23T04:30:12.523Z | Compiling zstd-safe v7.2.4 |
| 1428 | 2026-07-23T04:30:12.523Z | Compiling allocator-api2 v0.2.21 |
| 1429 | 2026-07-23T04:30:12.539Z | Compiling paste v1.0.15 |
| 1430 | 2026-07-23T04:30:12.577Z | Compiling adler2 v2.0.1 |
| 1431 | 2026-07-23T04:30:12.619Z | Compiling unarray v0.1.4 |
| 1432 | 2026-07-23T04:30:12.657Z | Compiling unicode-bidi v0.3.18 |
| 1433 | 2026-07-23T04:30:12.657Z | Compiling ryu v1.0.23 |
| 1434 | 2026-07-23T04:30:12.700Z | Compiling signal-hook v0.3.18 |
| 1435 | 2026-07-23T04:30:12.735Z | Compiling unicode-properties v0.1.4 |
| 1436 | 2026-07-23T04:30:12.736Z | Compiling anyhow v1.0.102 |
| 1437 | 2026-07-23T04:30:12.779Z | Compiling iri-string v0.7.10 |
| 1438 | 2026-07-23T04:30:12.964Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-23T04:30:13.083Z | Compiling stringprep v0.1.5 |
| 1440 | 2026-07-23T04:30:13.139Z | Compiling camino v1.2.2 |
| 1441 | 2026-07-23T04:30:13.205Z | Compiling curve25519-dalek v4.1.3 |
| 1442 | 2026-07-23T04:30:13.338Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-23T04:30:13.377Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-23T04:30:13.411Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-23T04:30:13.467Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-23T04:30:13.478Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-23T04:30:13.545Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-23T04:30:13.569Z | Compiling zerocopy-derive v0.8.40 |
| 1449 | 2026-07-23T04:30:13.595Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-23T04:30:13.940Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-07-23T04:30:13.989Z | Compiling zeroize v1.8.2 |
| 1452 | 2026-07-23T04:30:14.035Z | Compiling der_derive v0.7.3 |
| 1453 | 2026-07-23T04:30:14.309Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-07-23T04:30:14.347Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-07-23T04:30:14.363Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-23T04:30:14.636Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-07-23T04:30:14.652Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-23T04:30:14.790Z | Compiling crypto-common v0.1.7 |
| 1459 | 2026-07-23T04:30:14.844Z | Compiling futures-util v0.3.32 |
| 1460 | 2026-07-23T04:30:14.874Z | Compiling zerofrom v0.1.6 |
| 1461 | 2026-07-23T04:30:14.875Z | Compiling block-buffer v0.10.4 |
| 1462 | 2026-07-23T04:30:14.901Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-23T04:30:14.977Z | Compiling yoke v0.8.1 |
| 1464 | 2026-07-23T04:30:14.994Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-07-23T04:30:15.046Z | Compiling digest v0.10.7 |
| 1466 | 2026-07-23T04:30:15.057Z | Compiling der v0.7.10 |
| 1467 | 2026-07-23T04:30:15.171Z | Compiling zerovec v0.11.5 |
| 1468 | 2026-07-23T04:30:15.342Z | Compiling zerotrie v0.2.3 |
| 1469 | 2026-07-23T04:30:15.388Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-07-23T04:30:15.460Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-07-23T04:30:15.572Z | Compiling hmac v0.12.1 |
| 1472 | 2026-07-23T04:30:15.629Z | Compiling tinystr v0.8.2 |
| 1473 | 2026-07-23T04:30:15.724Z | Compiling potential_utf v0.1.4 |
| 1474 | 2026-07-23T04:30:15.741Z | Compiling tracing v0.1.44 |
| 1475 | 2026-07-23T04:30:15.741Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-07-23T04:30:15.746Z | Compiling sha2 v0.10.9 |
| 1477 | 2026-07-23T04:30:15.850Z | Compiling icu_locale_core v2.1.1 |
| 1478 | 2026-07-23T04:30:15.872Z | Compiling icu_collections v2.1.1 |
| 1479 | 2026-07-23T04:30:15.872Z | Compiling scroll v0.13.0 |
| 1480 | 2026-07-23T04:30:15.895Z | Compiling spki v0.7.3 |
| 1481 | 2026-07-23T04:30:15.925Z | Compiling darling v0.20.11 |
| 1482 | 2026-07-23T04:30:15.973Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-07-23T04:30:15.998Z | Compiling derive_builder_core v0.20.2 |
| 1484 | 2026-07-23T04:30:16.031Z | Compiling thiserror-impl v1.0.69 |
| 1485 | 2026-07-23T04:30:16.117Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-07-23T04:30:16.164Z | Compiling goblin v0.10.5 |
| 1487 | 2026-07-23T04:30:16.330Z | Compiling scroll_derive v0.12.1 |
| 1488 | 2026-07-23T04:30:16.371Z | Compiling crypto-common v0.2.2 |
| 1489 | 2026-07-23T04:30:16.391Z | Compiling block-padding v0.4.2 |
| 1490 | 2026-07-23T04:30:16.576Z | Compiling icu_provider v2.1.1 |
| 1491 | 2026-07-23T04:30:16.717Z | Compiling bytes v1.11.1 |
| 1492 | 2026-07-23T04:30:16.738Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-23T04:30:16.780Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-07-23T04:30:16.847Z | Compiling icu_properties v2.1.2 |
| 1495 | 2026-07-23T04:30:16.876Z | Compiling icu_normalizer v2.1.1 |
| 1496 | 2026-07-23T04:30:16.899Z | Compiling derive_builder_macro v0.20.2 |
| 1497 | 2026-07-23T04:30:16.989Z | Compiling scroll v0.12.0 |
| 1498 | 2026-07-23T04:30:17.145Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2026-07-23T04:30:17.172Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-07-23T04:30:17.220Z | Compiling tokio v1.52.1 |
| 1501 | 2026-07-23T04:30:17.289Z | Compiling http v1.4.2 |
| 1502 | 2026-07-23T04:30:17.308Z | Compiling thiserror v1.0.69 |
| 1503 | 2026-07-23T04:30:17.348Z | Compiling toml_datetime v0.6.11 |
| 1504 | 2026-07-23T04:30:17.421Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2026-07-23T04:30:17.448Z | Compiling serde_tokenstream v0.2.3 |
| 1506 | 2026-07-23T04:30:17.465Z | Compiling hex v0.4.3 |
| 1507 | 2026-07-23T04:30:17.465Z | Compiling block-buffer v0.12.1 |
| 1508 | 2026-07-23T04:30:17.581Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-23T04:30:17.613Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-07-23T04:30:17.652Z | Compiling darling_macro v0.23.0 |
| 1511 | 2026-07-23T04:30:17.668Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-23T04:30:17.716Z | Compiling idna_adapter v1.2.1 |
| 1513 | 2026-07-23T04:30:17.730Z | Compiling bstr v1.12.1 |
| 1514 | 2026-07-23T04:30:17.748Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-07-23T04:30:17.802Z | Compiling zerocopy-derive v0.7.35 |
| 1516 | 2026-07-23T04:30:17.932Z | Compiling idna v1.1.0 |
| 1517 | 2026-07-23T04:30:17.970Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-07-23T04:30:18.019Z | Compiling http-body v1.0.1 |
| 1519 | 2026-07-23T04:30:18.160Z | Compiling http-body-util v0.1.3 |
| 1520 | 2026-07-23T04:30:18.207Z | Compiling async-trait v0.1.89 |
| 1521 | 2026-07-23T04:30:18.218Z | Compiling num-integer v0.1.46 |
| 1522 | 2026-07-23T04:30:18.224Z | Compiling url v2.5.8 |
| 1523 | 2026-07-23T04:30:18.259Z | Compiling rand_chacha v0.9.0 |
| 1524 | 2026-07-23T04:30:18.312Z | Compiling rand_chacha v0.3.1 |
| 1525 | 2026-07-23T04:30:18.415Z | Compiling vergen-lib v9.1.0 |
| 1526 | 2026-07-23T04:30:18.472Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-23T04:30:18.570Z | Compiling rand v0.9.2 |
| 1528 | 2026-07-23T04:30:18.605Z | Compiling memoffset v0.9.1 |
| 1529 | 2026-07-23T04:30:18.639Z | Compiling encoding_rs v0.8.35 |
| 1530 | 2026-07-23T04:30:18.656Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-07-23T04:30:18.656Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-07-23T04:30:18.777Z | Compiling rustix v0.38.44 |
| 1533 | 2026-07-23T04:30:18.922Z | Compiling dof v0.4.0 |
| 1534 | 2026-07-23T04:30:18.952Z | Compiling num-bigint-dig v0.8.6 |
| 1535 | 2026-07-23T04:30:18.968Z | Compiling smoltcp v0.9.1 |
| 1536 | 2026-07-23T04:30:18.981Z | Compiling ref-cast v1.0.25 |
| 1537 | 2026-07-23T04:30:19.055Z | Compiling cfg_aliases v0.2.1 |
| 1538 | 2026-07-23T04:30:19.131Z | Compiling proptest v1.10.0 |
| 1539 | 2026-07-23T04:30:19.148Z | Compiling litrs v1.0.0 |
| 1540 | 2026-07-23T04:30:19.165Z | Compiling psl-types v2.0.11 |
| 1541 | 2026-07-23T04:30:19.178Z | Compiling mime v0.3.17 |
| 1542 | 2026-07-23T04:30:19.272Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-07-23T04:30:19.342Z | Compiling nix v0.31.2 |
| 1544 | 2026-07-23T04:30:19.376Z | Compiling postgres-protocol v0.6.10 |
| 1545 | 2026-07-23T04:30:19.395Z | Compiling pin-project v1.1.11 |
| 1546 | 2026-07-23T04:30:19.449Z | Compiling zerocopy v0.7.35 |
| 1547 | 2026-07-23T04:30:19.527Z | Compiling rand v0.8.6 |
| 1548 | 2026-07-23T04:30:19.540Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-07-23T04:30:19.756Z | Compiling document-features v0.2.12 |
| 1550 | 2026-07-23T04:30:19.834Z | Compiling oxnet v0.1.6 |
| 1551 | 2026-07-23T04:30:19.936Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-07-23T04:30:19.957Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-23T04:30:20.010Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-07-23T04:30:20.049Z | Compiling goblin v0.8.2 |
| 1555 | 2026-07-23T04:30:20.070Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-07-23T04:30:20.084Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-23T04:30:20.117Z | Compiling inout v0.2.2 |
| 1558 | 2026-07-23T04:30:20.139Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-23T04:30:20.311Z | Compiling strum_macros v0.27.2 |
| 1560 | 2026-07-23T04:30:20.365Z | Compiling daft-derive v0.1.7 |
| 1561 | 2026-07-23T04:30:20.379Z | Compiling ref-cast-impl v1.0.25 |
| 1562 | 2026-07-23T04:30:20.389Z | Compiling snafu-derive v0.8.9 |
| 1563 | 2026-07-23T04:30:20.398Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1564 | 2026-07-23T04:30:20.599Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-23T04:30:20.608Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-23T04:30:20.671Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-23T04:30:20.754Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-07-23T04:30:20.766Z | Compiling anstyle-parse v0.2.7 |
| 1569 | 2026-07-23T04:30:20.776Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-23T04:30:20.841Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-23T04:30:20.851Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-23T04:30:20.946Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-23T04:30:20.968Z | Compiling unicode-segmentation v1.12.0 |
| 1574 | 2026-07-23T04:30:21.044Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-07-23T04:30:21.060Z | Compiling winnow v0.5.40 |
| 1576 | 2026-07-23T04:30:21.060Z | Compiling object v0.37.3 |
| 1577 | 2026-07-23T04:30:21.060Z | Compiling tokio-util v0.7.18 |
| 1578 | 2026-07-23T04:30:21.120Z | Compiling tower v0.5.3 |
| 1579 | 2026-07-23T04:30:21.150Z | Compiling tokio-native-tls v0.3.1 |
| 1580 | 2026-07-23T04:30:21.175Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-07-23T04:30:21.229Z | Compiling managed v0.8.0 |
| 1582 | 2026-07-23T04:30:21.280Z | Compiling foldhash v0.2.0 |
| 1583 | 2026-07-23T04:30:21.333Z | Compiling bumpalo v3.20.2 |
| 1584 | 2026-07-23T04:30:21.346Z | Compiling same-file v1.0.6 |
| 1585 | 2026-07-23T04:30:21.370Z | Compiling bitflags v1.3.2 |
| 1586 | 2026-07-23T04:30:21.421Z | Compiling base16ct v0.2.0 |
| 1587 | 2026-07-23T04:30:21.451Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-07-23T04:30:21.511Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-07-23T04:30:21.528Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-07-23T04:30:21.565Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-07-23T04:30:21.585Z | Compiling sec1 v0.7.3 |
| 1592 | 2026-07-23T04:30:21.614Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-07-23T04:30:21.772Z | Compiling h2 v0.4.15 |
| 1594 | 2026-07-23T04:30:21.863Z | Compiling daft v0.1.7 |
| 1595 | 2026-07-23T04:30:21.863Z | Compiling hashbrown v0.16.1 |
| 1596 | 2026-07-23T04:30:21.919Z | Compiling bzip2 v0.6.1 |
| 1597 | 2026-07-23T04:30:21.935Z | Compiling clap_builder v4.6.0 |
| 1598 | 2026-07-23T04:30:22.096Z | Compiling hashbrown v0.15.5 |
| 1599 | 2026-07-23T04:30:22.269Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-07-23T04:30:22.296Z | Compiling dof v0.3.0 |
| 1601 | 2026-07-23T04:30:22.310Z | Compiling group v0.13.0 |
| 1602 | 2026-07-23T04:30:22.326Z | Compiling snafu v0.8.9 |
| 1603 | 2026-07-23T04:30:22.329Z | Compiling strum v0.27.2 |
| 1604 | 2026-07-23T04:30:22.426Z | Compiling cargo_metadata v0.23.1 |
| 1605 | 2026-07-23T04:30:22.472Z | Compiling anstream v0.6.21 |
| 1606 | 2026-07-23T04:30:22.484Z | Compiling phf v0.13.1 |
| 1607 | 2026-07-23T04:30:22.513Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-23T04:30:22.599Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-23T04:30:22.644Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-23T04:30:22.703Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-23T04:30:22.789Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-07-23T04:30:22.866Z | Compiling cipher v0.5.2 |
| 1613 | 2026-07-23T04:30:22.988Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-07-23T04:30:23.090Z | Compiling futures v0.3.32 |
| 1615 | 2026-07-23T04:30:23.102Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-23T04:30:23.134Z | Compiling zstd v0.13.3 |
| 1617 | 2026-07-23T04:30:23.204Z | Compiling postgres-types v0.2.12 |
| 1618 | 2026-07-23T04:30:23.355Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-23T04:30:23.415Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-23T04:30:23.606Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-23T04:30:23.642Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-07-23T04:30:23.674Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-07-23T04:30:23.739Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-23T04:30:23.778Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-23T04:30:23.832Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-23T04:30:23.846Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-23T04:30:23.912Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-07-23T04:30:24.034Z | Compiling strum_macros v0.26.4 |
| 1629 | 2026-07-23T04:30:24.055Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-07-23T04:30:24.201Z | Compiling serde_repr v0.1.20 |
| 1631 | 2026-07-23T04:30:24.256Z | Compiling clap_derive v4.6.1 |
| 1632 | 2026-07-23T04:30:24.300Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-23T04:30:24.342Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-23T04:30:24.445Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-23T04:30:24.472Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-23T04:30:24.499Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-23T04:30:24.516Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-23T04:30:24.570Z | Compiling winnow v1.0.3 |
| 1639 | 2026-07-23T04:30:24.743Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-07-23T04:30:24.770Z | Compiling difflib v0.4.0 |
| 1641 | 2026-07-23T04:30:24.787Z | Compiling either v1.15.0 |
| 1642 | 2026-07-23T04:30:24.801Z | Compiling cpufeatures v0.3.0 |
| 1643 | 2026-07-23T04:30:24.842Z | Compiling data-encoding v2.10.0 |
| 1644 | 2026-07-23T04:30:24.852Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-07-23T04:30:24.899Z | Compiling const-oid v0.10.2 |
| 1646 | 2026-07-23T04:30:24.946Z | Compiling hyper v1.10.1 |
| 1647 | 2026-07-23T04:30:24.983Z | Compiling whoami v2.1.0 |
| 1648 | 2026-07-23T04:30:24.983Z | Compiling static_assertions v1.1.0 |
| 1649 | 2026-07-23T04:30:25.019Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2026-07-23T04:30:25.047Z | Compiling typed-path v0.9.3 |
| 1651 | 2026-07-23T04:30:25.087Z | Compiling jiff v0.2.21 |
| 1652 | 2026-07-23T04:30:25.104Z | Compiling fixedbitset v0.5.7 |
| 1653 | 2026-07-23T04:30:25.125Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2026-07-23T04:30:25.245Z | Compiling keccak v0.1.6 |
| 1655 | 2026-07-23T04:30:25.346Z | Compiling precomputed-hash v0.1.1 |
| 1656 | 2026-07-23T04:30:25.363Z | Compiling toml_edit v0.22.27 |
| 1657 | 2026-07-23T04:30:25.404Z | Compiling petgraph v0.8.3 |
| 1658 | 2026-07-23T04:30:25.422Z | Compiling string_cache v0.8.9 |
| 1659 | 2026-07-23T04:30:25.448Z | Compiling sha3 v0.10.8 |
| 1660 | 2026-07-23T04:30:25.578Z | Compiling petgraph v0.6.5 |
| 1661 | 2026-07-23T04:30:25.664Z | Compiling tokio-postgres v0.7.16 |
| 1662 | 2026-07-23T04:30:25.808Z | Compiling strum v0.26.3 |
| 1663 | 2026-07-23T04:30:25.941Z | Compiling hickory-proto v0.25.2 |
| 1664 | 2026-07-23T04:30:25.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1665 | 2026-07-23T04:30:26.003Z | Compiling digest v0.11.3 |
| 1666 | 2026-07-23T04:30:26.019Z | Compiling predicates v3.1.4 |
| 1667 | 2026-07-23T04:30:26.035Z | Compiling itertools v0.13.0 |
| 1668 | 2026-07-23T04:30:26.099Z | Compiling hyper-util v0.1.20 |
| 1669 | 2026-07-23T04:30:26.238Z | Compiling clap v4.6.1 |
| 1670 | 2026-07-23T04:30:26.296Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1671 | 2026-07-23T04:30:26.330Z | Compiling chacha20 v0.10.0 |
| 1672 | 2026-07-23T04:30:26.601Z | Compiling elliptic-curve v0.13.8 |
| 1673 | 2026-07-23T04:30:26.690Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-23T04:30:26.720Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-23T04:30:26.942Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-23T04:30:26.993Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-23T04:30:27.019Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-23T04:30:27.054Z | Compiling rsa v0.9.10 |
| 1679 | 2026-07-23T04:30:27.087Z | Compiling toml v0.7.8 |
| 1680 | 2026-07-23T04:30:27.287Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-23T04:30:27.539Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-23T04:30:27.693Z | Compiling zip v4.6.1 |
| 1683 | 2026-07-23T04:30:27.757Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-07-23T04:30:27.898Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-23T04:30:27.926Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-23T04:30:28.372Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-23T04:30:28.386Z | Compiling heck v0.4.1 |
| 1688 | 2026-07-23T04:30:28.411Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-23T04:30:28.462Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-23T04:30:28.627Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-23T04:30:28.704Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-23T04:30:28.753Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-23T04:30:28.834Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-23T04:30:28.849Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-23T04:30:28.864Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-23T04:30:28.983Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-23T04:30:29.024Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-23T04:30:29.159Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-23T04:30:29.191Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-23T04:30:29.205Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-07-23T04:30:29.247Z | Compiling filetime v0.2.27 |
| 1702 | 2026-07-23T04:30:29.344Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-07-23T04:30:29.359Z | Compiling term v1.2.1 |
| 1704 | 2026-07-23T04:30:29.359Z | Compiling xattr v1.6.1 |
| 1705 | 2026-07-23T04:30:29.359Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-23T04:30:29.517Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-23T04:30:29.655Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-23T04:30:47.364Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-23T04:30:49.974Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-23T04:30:49.974Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-23T04:30:49.974Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-23T04:30:50.174Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-23T04:30:50.453Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-23T04:30:52.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-23T04:30:52.739Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-23T04:30:55.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s |
| 1717 | 2026-07-23T04:30:55.674Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-23T04:30:55.726Z | Jul 23 04:30:54.965 INFO Starting download, target: Clickhouse |
| 1719 | 2026-07-23T04:30:55.726Z | Jul 23 04:30:54.965 INFO Starting download, target: DendriteStub |
| 1720 | 2026-07-23T04:30:55.726Z | Jul 23 04:30:54.965 INFO Starting download, target: Cockroach |
| 1721 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.965 INFO Starting download, target: Console |
| 1722 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.965 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.965 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.965 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1727 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-07-23T04:30:55.730Z | Jul 23 04:30:54.966 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-07-23T04:30:56.364Z | Jul 23 04:30:55.602 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-23T04:30:56.709Z | Jul 23 04:30:55.847 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-23T04:30:57.680Z | Jul 23 04:30:56.901 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1735 | 2026-07-23T04:30:57.738Z | Jul 23 04:30:56.923 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-07-23T04:30:57.738Z | Jul 23 04:30:56.928 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-07-23T04:30:57.813Z | Jul 23 04:30:57.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-07-23T04:30:58.089Z | Jul 23 04:30:57.274 INFO Download complete, target: Console |
| 1739 | 2026-07-23T04:30:58.111Z | Jul 23 04:30:57.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-23T04:30:59.478Z | Jul 23 04:30:58.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-23T04:30:59.479Z | Jul 23 04:30:58.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-23T04:30:59.769Z | Jul 23 04:30:58.986 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-07-23T04:31:00.285Z | Jul 23 04:30:59.514 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-23T04:31:00.758Z | Jul 23 04:30:59.987 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-23T04:31:04.100Z | Jul 23 04:31:03.322 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-07-23T04:31:04.214Z | Jul 23 04:31:03.449 INFO Download complete, target: Cockroach |
| 1747 | 2026-07-23T04:31:04.473Z | Jul 23 04:31:03.704 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-07-23T04:31:04.555Z | Jul 23 04:31:03.788 INFO Download complete, target: Clickhouse |
| 1749 | 2026-07-23T04:31:04.560Z | All prerequisites installed successfully |
| 1750 | 2026-07-23T04:31:04.560Z | |
| 1751 | 2026-07-23T04:31:04.560Z | real 1:44.541937793 |
| 1752 | 2026-07-23T04:31:04.560Z | user 6:35.818313455 |
| 1753 | 2026-07-23T04:31:04.560Z | sys 1:36.995011120 |
| 1754 | 2026-07-23T04:31:04.560Z | trap 0.255249637 |
| 1755 | 2026-07-23T04:31:04.560Z | tflt 0.758174029 |
| 1756 | 2026-07-23T04:31:04.560Z | dflt 1.803543720 |
| 1757 | 2026-07-23T04:31:04.560Z | kflt 0.040556571 |
| 1758 | 2026-07-23T04:31:04.560Z | lock 22:45.308358932 |
| 1759 | 2026-07-23T04:31:04.560Z | slp 17:56.480224228 |
| 1760 | 2026-07-23T04:31:04.560Z | lat 24.661349907 |
| 1761 | 2026-07-23T04:31:04.560Z | stop 2:43.462774317 |
| 1762 | 2026-07-23T04:31:04.560Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-23T04:31:05.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1764 | 2026-07-23T04:31:05.020Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-23T04:31:05.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1766 | 2026-07-23T04:31:05.868Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-23T04:31:05.964Z | Jul 23 04:31:05.063 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-23T04:31:05.965Z | Jul 23 04:31:05.064 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-23T04:31:07.105Z | Jul 23 04:31:06.301 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-23T04:31:07.153Z | |
| 1771 | 2026-07-23T04:31:07.153Z | real 2.504758267 |
| 1772 | 2026-07-23T04:31:07.154Z | user 1.252434742 |
| 1773 | 2026-07-23T04:31:07.154Z | sys 0.570282912 |
| 1774 | 2026-07-23T04:31:07.154Z | trap 0.000717270 |
| 1775 | 2026-07-23T04:31:07.154Z | tflt 0.000114280 |
| 1776 | 2026-07-23T04:31:07.154Z | dflt 0.000112110 |
| 1777 | 2026-07-23T04:31:07.154Z | kflt 0.000000000 |
| 1778 | 2026-07-23T04:31:07.154Z | lock 23.344243705 |
| 1779 | 2026-07-23T04:31:07.155Z | slp 1.104058795 |
| 1780 | 2026-07-23T04:31:07.155Z | lat 0.084129691 |
| 1781 | 2026-07-23T04:31:07.155Z | stop 0.000204640 |
| 1782 | 2026-07-23T04:31:07.155Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-23T04:31:07.155Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-23T04:31:07.155Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-23T04:31:07.918Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-23T04:31:07.918Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-23T04:31:07.923Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-23T04:31:07.923Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-23T04:31:07.923Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-23T04:31:07.924Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-23T04:31:07.924Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-23T04:31:07.924Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-23T04:31:07.925Z | Compiling shlex v1.3.0 |
| 1794 | 2026-07-23T04:31:07.925Z | Compiling find-msvc-tools v0.1.9 |
| 1795 | 2026-07-23T04:31:07.925Z | Compiling zmij v1.0.21 |
| 1796 | 2026-07-23T04:31:08.100Z | Compiling memchr v2.8.0 |
| 1797 | 2026-07-23T04:31:08.131Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-23T04:31:08.131Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-23T04:31:08.235Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-23T04:31:08.322Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-07-23T04:31:08.341Z | Compiling zerocopy v0.8.40 |
| 1802 | 2026-07-23T04:31:08.376Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-23T04:31:08.411Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-23T04:31:08.432Z | Compiling icu_normalizer_data v2.1.1 |
| 1805 | 2026-07-23T04:31:08.483Z | Compiling num-traits v0.2.19 |
| 1806 | 2026-07-23T04:31:08.575Z | Compiling icu_properties_data v2.1.2 |
| 1807 | 2026-07-23T04:31:08.591Z | Compiling smallvec v1.15.1 |
| 1808 | 2026-07-23T04:31:08.606Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-23T04:31:08.623Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-23T04:31:08.689Z | Compiling log v0.4.29 |
| 1811 | 2026-07-23T04:31:08.770Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-23T04:31:08.770Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-23T04:31:08.786Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-23T04:31:08.857Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-23T04:31:08.933Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-23T04:31:08.991Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-23T04:31:09.037Z | Compiling lock_api v0.4.14 |
| 1818 | 2026-07-23T04:31:09.066Z | Compiling pin-project-lite v0.2.17 |
| 1819 | 2026-07-23T04:31:09.070Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-07-23T04:31:09.143Z | Compiling thiserror v2.0.18 |
| 1821 | 2026-07-23T04:31:09.178Z | Compiling jobserver v0.1.34 |
| 1822 | 2026-07-23T04:31:09.195Z | Compiling errno v0.3.14 |
| 1823 | 2026-07-23T04:31:09.313Z | Compiling writeable v0.6.2 |
| 1824 | 2026-07-23T04:31:09.344Z | Compiling equivalent v1.0.2 |
| 1825 | 2026-07-23T04:31:09.348Z | Compiling litemap v0.8.1 |
| 1826 | 2026-07-23T04:31:09.377Z | Compiling syn v2.0.117 |
| 1827 | 2026-07-23T04:31:09.377Z | Compiling fnv v1.0.7 |
| 1828 | 2026-07-23T04:31:09.406Z | Compiling cc v1.2.56 |
| 1829 | 2026-07-23T04:31:09.409Z | Compiling percent-encoding v2.3.2 |
| 1830 | 2026-07-23T04:31:09.454Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-23T04:31:09.500Z | Compiling schemars v0.8.22 |
| 1832 | 2026-07-23T04:31:09.516Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-07-23T04:31:09.631Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-23T04:31:09.645Z | Compiling dunce v1.0.5 |
| 1835 | 2026-07-23T04:31:09.645Z | Compiling fs_extra v1.3.0 |
| 1836 | 2026-07-23T04:31:09.675Z | Compiling rustix v1.1.3 |
| 1837 | 2026-07-23T04:31:09.699Z | Compiling critical-section v1.2.0 |
| 1838 | 2026-07-23T04:31:09.762Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-23T04:31:09.907Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-23T04:31:09.978Z | Compiling strsim v0.11.1 |
| 1841 | 2026-07-23T04:31:09.995Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2026-07-23T04:31:09.998Z | Compiling heck v0.5.0 |
| 1843 | 2026-07-23T04:31:10.099Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-07-23T04:31:10.201Z | Compiling cmake v0.1.57 |
| 1845 | 2026-07-23T04:31:10.262Z | Compiling parking_lot v0.12.5 |
| 1846 | 2026-07-23T04:31:10.330Z | Compiling form_urlencoded v1.2.2 |
| 1847 | 2026-07-23T04:31:10.348Z | Compiling mio v1.2.0 |
| 1848 | 2026-07-23T04:31:10.368Z | Compiling socket2 v0.6.3 |
| 1849 | 2026-07-23T04:31:10.376Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-07-23T04:31:10.574Z | Compiling aws-lc-rs v1.16.3 |
| 1851 | 2026-07-23T04:31:10.649Z | Compiling semver v1.0.28 |
| 1852 | 2026-07-23T04:31:10.649Z | Compiling indexmap v2.14.0 |
| 1853 | 2026-07-23T04:31:10.649Z | Compiling futures-core v0.3.32 |
| 1854 | 2026-07-23T04:31:10.724Z | Compiling bitflags v2.11.0 |
| 1855 | 2026-07-23T04:31:10.761Z | Compiling aws-lc-sys v0.40.0 |
| 1856 | 2026-07-23T04:31:10.860Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-23T04:31:11.113Z | Compiling ucd-trie v0.1.7 |
| 1858 | 2026-07-23T04:31:11.245Z | Compiling thiserror v1.0.69 |
| 1859 | 2026-07-23T04:31:11.245Z | Compiling byteorder v1.5.0 |
| 1860 | 2026-07-23T04:31:11.311Z | Compiling vcpkg v0.2.15 |
| 1861 | 2026-07-23T04:31:11.312Z | Compiling const-oid v0.9.6 |
| 1862 | 2026-07-23T04:31:11.312Z | Compiling syn v1.0.109 |
| 1863 | 2026-07-23T04:31:11.312Z | Compiling pest v2.8.6 |
| 1864 | 2026-07-23T04:31:11.399Z | Compiling regex-syntax v0.8.10 |
| 1865 | 2026-07-23T04:31:11.399Z | Compiling iana-time-zone v0.1.65 |
| 1866 | 2026-07-23T04:31:11.632Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-23T04:31:11.775Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-23T04:31:11.800Z | Compiling openssl-sys v0.9.115 |
| 1869 | 2026-07-23T04:31:11.829Z | Compiling futures-sink v0.3.32 |
| 1870 | 2026-07-23T04:31:11.887Z | Compiling rustls v0.23.41 |
| 1871 | 2026-07-23T04:31:11.960Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-23T04:31:12.016Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-23T04:31:12.068Z | Compiling futures-io v0.3.32 |
| 1874 | 2026-07-23T04:31:12.089Z | Compiling slab v0.4.12 |
| 1875 | 2026-07-23T04:31:12.217Z | Compiling futures-task v0.3.32 |
| 1876 | 2026-07-23T04:31:12.237Z | Compiling synstructure v0.13.2 |
| 1877 | 2026-07-23T04:31:12.283Z | Compiling serde_derive_internals v0.29.1 |
| 1878 | 2026-07-23T04:31:12.369Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-23T04:31:12.400Z | Compiling plain v0.2.3 |
| 1880 | 2026-07-23T04:31:12.528Z | Compiling crc32fast v1.5.0 |
| 1881 | 2026-07-23T04:31:12.572Z | Compiling dyn-clone v1.0.20 |
| 1882 | 2026-07-23T04:31:12.572Z | Compiling num-conv v0.2.0 |
| 1883 | 2026-07-23T04:31:12.621Z | Compiling time-core v0.1.8 |
| 1884 | 2026-07-23T04:31:12.745Z | Compiling base64 v0.22.1 |
| 1885 | 2026-07-23T04:31:12.768Z | Compiling time-macros v0.2.27 |
| 1886 | 2026-07-23T04:31:12.768Z | Compiling crossbeam-utils v0.8.21 |
| 1887 | 2026-07-23T04:31:12.817Z | Compiling openssl v0.10.79 |
| 1888 | 2026-07-23T04:31:12.884Z | Compiling regex-automata v0.4.14 |
| 1889 | 2026-07-23T04:31:12.920Z | Compiling pretty-hex v0.4.1 |
| 1890 | 2026-07-23T04:31:12.941Z | Compiling pest_generator v2.8.6 |
| 1891 | 2026-07-23T04:31:13.022Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1892 | 2026-07-23T04:31:13.144Z | Compiling native-tls v0.2.18 |
| 1893 | 2026-07-23T04:31:13.199Z | Compiling anyhow v1.0.102 |
| 1894 | 2026-07-23T04:31:13.256Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-23T04:31:13.420Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-23T04:31:13.431Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-23T04:31:13.479Z | Compiling serde_derive v1.0.228 |
| 1898 | 2026-07-23T04:31:13.496Z | Compiling zeroize_derive v1.4.3 |
| 1899 | 2026-07-23T04:31:13.525Z | Compiling zerofrom-derive v0.1.6 |
| 1900 | 2026-07-23T04:31:13.569Z | Compiling yoke-derive v0.8.1 |
| 1901 | 2026-07-23T04:31:13.586Z | Compiling zerovec-derive v0.11.2 |
| 1902 | 2026-07-23T04:31:13.649Z | Compiling displaydoc v0.2.5 |
| 1903 | 2026-07-23T04:31:13.682Z | Compiling zerocopy-derive v0.8.40 |
| 1904 | 2026-07-23T04:31:13.697Z | Compiling tokio-macros v2.7.0 |
| 1905 | 2026-07-23T04:31:13.761Z | Compiling futures-macro v0.3.32 |
| 1906 | 2026-07-23T04:31:13.794Z | Compiling thiserror-impl v2.0.18 |
| 1907 | 2026-07-23T04:31:13.927Z | Compiling schemars_derive v0.8.22 |
| 1908 | 2026-07-23T04:31:14.117Z | Compiling zeroize v1.8.2 |
| 1909 | 2026-07-23T04:31:14.384Z | Compiling tracing-attributes v0.1.31 |
| 1910 | 2026-07-23T04:31:14.514Z | Compiling der_derive v0.7.3 |
| 1911 | 2026-07-23T04:31:14.525Z | Compiling thiserror-impl v1.0.69 |
| 1912 | 2026-07-23T04:31:14.566Z | Compiling pest_derive v2.8.6 |
| 1913 | 2026-07-23T04:31:14.618Z | Compiling futures-util v0.3.32 |
| 1914 | 2026-07-23T04:31:14.661Z | Compiling zerofrom v0.1.6 |
| 1915 | 2026-07-23T04:31:14.792Z | Compiling yoke v0.8.1 |
| 1916 | 2026-07-23T04:31:14.967Z | Compiling zerovec v0.11.5 |
| 1917 | 2026-07-23T04:31:15.007Z | Compiling zerotrie v0.2.3 |
| 1918 | 2026-07-23T04:31:15.097Z | Compiling crypto-common v0.1.7 |
| 1919 | 2026-07-23T04:31:15.294Z | Compiling block-buffer v0.10.4 |
| 1920 | 2026-07-23T04:31:15.465Z | Compiling digest v0.10.7 |
| 1921 | 2026-07-23T04:31:15.533Z | Compiling tinystr v0.8.2 |
| 1922 | 2026-07-23T04:31:15.554Z | Compiling potential_utf v0.1.4 |
| 1923 | 2026-07-23T04:31:15.572Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-07-23T04:31:15.611Z | Compiling scroll_derive v0.12.1 |
| 1925 | 2026-07-23T04:31:15.649Z | Compiling openssl-macros v0.1.1 |
| 1926 | 2026-07-23T04:31:15.690Z | Compiling icu_collections v2.1.1 |
| 1927 | 2026-07-23T04:31:15.746Z | Compiling icu_locale_core v2.1.1 |
| 1928 | 2026-07-23T04:31:15.978Z | Compiling regex v1.12.3 |
| 1929 | 2026-07-23T04:31:16.277Z | Compiling zerocopy-derive v0.7.35 |
| 1930 | 2026-07-23T04:31:16.345Z | Compiling cookie v0.18.1 |
| 1931 | 2026-07-23T04:31:16.371Z | Compiling camino v1.2.2 |
| 1932 | 2026-07-23T04:31:16.423Z | Compiling icu_provider v2.1.1 |
| 1933 | 2026-07-23T04:31:16.443Z | Compiling base64ct v1.8.3 |
| 1934 | 2026-07-23T04:31:16.729Z | Compiling bytes v1.11.1 |
| 1935 | 2026-07-23T04:31:16.762Z | Compiling icu_properties v2.1.2 |
| 1936 | 2026-07-23T04:31:16.762Z | Compiling icu_normalizer v2.1.1 |
| 1937 | 2026-07-23T04:31:16.762Z | Compiling chrono v0.4.45 |
| 1938 | 2026-07-23T04:31:16.762Z | Compiling serde_tokenstream v0.2.3 |
| 1939 | 2026-07-23T04:31:17.054Z | Compiling pem-rfc7468 v0.7.0 |
| 1940 | 2026-07-23T04:31:17.303Z | Compiling tokio v1.52.1 |
| 1941 | 2026-07-23T04:31:17.371Z | Compiling http v1.4.2 |
| 1942 | 2026-07-23T04:31:17.572Z | Compiling tracing v0.1.44 |
| 1943 | 2026-07-23T04:31:17.740Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-23T04:31:17.893Z | Compiling idna v1.1.0 |
| 1945 | 2026-07-23T04:31:17.940Z | Compiling ppv-lite86 v0.2.21 |
| 1946 | 2026-07-23T04:31:18.234Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-23T04:31:18.271Z | Compiling url v2.5.8 |
| 1948 | 2026-07-23T04:31:18.288Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-23T04:31:18.294Z | Compiling http-body v1.0.1 |
| 1950 | 2026-07-23T04:31:18.440Z | Compiling der v0.7.10 |
| 1951 | 2026-07-23T04:31:18.459Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-23T04:31:18.943Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-23T04:31:19.093Z | Compiling either v1.15.0 |
| 1954 | 2026-07-23T04:31:19.109Z | Compiling cmov v0.5.4 |
| 1955 | 2026-07-23T04:31:19.196Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-07-23T04:31:19.238Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-07-23T04:31:19.335Z | Compiling fastrand v2.3.0 |
| 1958 | 2026-07-23T04:31:19.371Z | Compiling tinyvec_macros v0.1.1 |
| 1959 | 2026-07-23T04:31:19.551Z | Compiling usdt-impl v0.6.0 |
| 1960 | 2026-07-23T04:31:19.566Z | Compiling paste v1.0.15 |
| 1961 | 2026-07-23T04:31:19.594Z | Compiling ctutils v0.4.2 |
| 1962 | 2026-07-23T04:31:19.608Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-07-23T04:31:19.799Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-23T04:31:19.938Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-23T04:31:19.970Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-07-23T04:31:20.060Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-07-23T04:31:20.067Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-23T04:31:20.067Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-23T04:31:20.067Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-23T04:31:20.132Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-23T04:31:20.225Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-23T04:31:20.243Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-07-23T04:31:20.272Z | Compiling cpufeatures v0.2.17 |
| 1974 | 2026-07-23T04:31:20.290Z | Compiling zstd-safe v7.2.4 |
| 1975 | 2026-07-23T04:31:20.307Z | Compiling try-lock v0.2.5 |
| 1976 | 2026-07-23T04:31:20.330Z | Compiling litrs v1.0.0 |
| 1977 | 2026-07-23T04:31:20.362Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2026-07-23T04:31:20.379Z | Compiling winnow v0.7.14 |
| 1979 | 2026-07-23T04:31:20.410Z | Compiling winnow v1.0.3 |
| 1980 | 2026-07-23T04:31:20.430Z | Compiling tower-layer v0.3.3 |
| 1981 | 2026-07-23T04:31:20.514Z | Compiling rustix v0.38.44 |
| 1982 | 2026-07-23T04:31:20.530Z | Compiling untrusted v0.7.1 |
| 1983 | 2026-07-23T04:31:20.548Z | Compiling signal-hook v0.3.18 |
| 1984 | 2026-07-23T04:31:20.609Z | Compiling want v0.3.1 |
| 1985 | 2026-07-23T04:31:20.728Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1986 | 2026-07-23T04:31:20.778Z | Compiling goblin v0.8.2 |
| 1987 | 2026-07-23T04:31:20.795Z | Compiling goblin v0.10.5 |
| 1988 | 2026-07-23T04:31:20.823Z | Compiling document-features v0.2.12 |
| 1989 | 2026-07-23T04:31:20.947Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-23T04:31:21.314Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-23T04:31:21.325Z | Compiling zerocopy v0.7.35 |
| 1992 | 2026-07-23T04:31:21.364Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-23T04:31:21.380Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-23T04:31:21.830Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-23T04:31:21.848Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-23T04:31:21.851Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-23T04:31:21.877Z | Compiling untrusted v0.9.0 |
| 1998 | 2026-07-23T04:31:21.969Z | Compiling winnow v0.5.40 |
| 1999 | 2026-07-23T04:31:22.016Z | Compiling h2 v0.4.15 |
| 2000 | 2026-07-23T04:31:22.299Z | Compiling powerfmt v0.2.0 |
| 2001 | 2026-07-23T04:31:22.310Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-07-23T04:31:22.367Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-07-23T04:31:22.442Z | Compiling httpdate v1.0.3 |
| 2004 | 2026-07-23T04:31:22.490Z | Compiling deranged v0.5.8 |
| 2005 | 2026-07-23T04:31:22.618Z | Compiling foreign-types v0.3.2 |
| 2006 | 2026-07-23T04:31:22.679Z | Compiling tempfile v3.25.0 |
| 2007 | 2026-07-23T04:31:22.892Z | Compiling dtrace-parser v0.2.0 |
| 2008 | 2026-07-23T04:31:23.017Z | Compiling pkcs8 v0.10.2 |
| 2009 | 2026-07-23T04:31:23.058Z | Compiling unicode-normalization v0.1.25 |
| 2010 | 2026-07-23T04:31:23.287Z | Compiling dof v0.3.0 |
| 2011 | 2026-07-23T04:31:23.298Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-07-23T04:31:23.625Z | Compiling dof v0.4.0 |
| 2013 | 2026-07-23T04:31:23.803Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-23T04:31:23.912Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-23T04:31:23.934Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-23T04:31:24.116Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-23T04:31:24.157Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-23T04:31:24.300Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-23T04:31:24.351Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-23T04:31:24.433Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-07-23T04:31:24.616Z | Compiling anstyle v1.0.14 |
| 2022 | 2026-07-23T04:31:24.633Z | Compiling cfg_aliases v0.2.1 |
| 2023 | 2026-07-23T04:31:24.696Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-07-23T04:31:24.710Z | Compiling smoltcp v0.9.1 |
| 2025 | 2026-07-23T04:31:24.760Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-23T04:31:24.800Z | Compiling time v0.3.47 |
| 2027 | 2026-07-23T04:31:24.908Z | Compiling darling v0.20.11 |
| 2028 | 2026-07-23T04:31:25.136Z | Compiling hyper v1.10.1 |
| 2029 | 2026-07-23T04:31:25.151Z | Compiling sha2 v0.10.9 |
| 2030 | 2026-07-23T04:31:25.341Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-23T04:31:25.390Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-23T04:31:25.526Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-23T04:31:25.627Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-23T04:31:25.747Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-23T04:31:25.773Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-23T04:31:25.791Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-23T04:31:25.898Z | Compiling is_terminal_polyfill v1.70.2 |
| 2038 | 2026-07-23T04:31:26.040Z | Compiling anstyle-query v1.1.5 |
| 2039 | 2026-07-23T04:31:26.179Z | Compiling simd-adler32 v0.3.8 |
| 2040 | 2026-07-23T04:31:26.226Z | Compiling hyper-util v0.1.20 |
| 2041 | 2026-07-23T04:31:26.425Z | Compiling quick-error v1.2.3 |
| 2042 | 2026-07-23T04:31:26.549Z | Compiling siphasher v1.0.2 |
| 2043 | 2026-07-23T04:31:26.599Z | Compiling bit-vec v0.8.0 |
| 2044 | 2026-07-23T04:31:26.758Z | Compiling colorchoice v1.0.4 |
| 2045 | 2026-07-23T04:31:26.866Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-07-23T04:31:26.902Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-07-23T04:31:27.168Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-23T04:31:27.760Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-23T04:31:27.811Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-23T04:31:27.828Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-23T04:31:27.864Z | Compiling strum_macros v0.27.2 |
| 2052 | 2026-07-23T04:31:27.913Z | Compiling darling_macro v0.23.0 |
| 2053 | 2026-07-23T04:31:27.949Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-07-23T04:31:28.063Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-23T04:31:28.197Z | Compiling ahash v0.8.12 |
| 2056 | 2026-07-23T04:31:28.284Z | Compiling fs-err v3.3.0 |
| 2057 | 2026-07-23T04:31:28.308Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-07-23T04:31:28.434Z | Compiling unicode-bidi v0.3.18 |
| 2059 | 2026-07-23T04:31:28.461Z | Compiling unicode-segmentation v1.12.0 |
| 2060 | 2026-07-23T04:31:28.543Z | Compiling ryu v1.0.23 |
| 2061 | 2026-07-23T04:31:28.656Z | Compiling object v0.37.3 |
| 2062 | 2026-07-23T04:31:28.720Z | Compiling unicode-properties v0.1.4 |
| 2063 | 2026-07-23T04:31:28.763Z | Compiling adler2 v2.0.1 |
| 2064 | 2026-07-23T04:31:28.848Z | Compiling unarray v0.1.4 |
| 2065 | 2026-07-23T04:31:28.870Z | Compiling iri-string v0.7.10 |
| 2066 | 2026-07-23T04:31:28.925Z | Compiling stringprep v0.1.5 |
| 2067 | 2026-07-23T04:31:28.947Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-07-23T04:31:28.993Z | Compiling proptest v1.10.0 |
| 2069 | 2026-07-23T04:31:29.100Z | Compiling serde_urlencoded v0.7.1 |
| 2070 | 2026-07-23T04:31:29.301Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-07-23T04:31:29.363Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-23T04:31:29.462Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-23T04:31:29.507Z | Compiling usdt-macro v0.6.0 |
| 2074 | 2026-07-23T04:31:29.619Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-07-23T04:31:29.642Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-07-23T04:31:29.661Z | Compiling crypto-common v0.2.2 |
| 2077 | 2026-07-23T04:31:29.717Z | Compiling block-buffer v0.12.1 |
| 2078 | 2026-07-23T04:31:29.806Z | Compiling block-padding v0.4.2 |
| 2079 | 2026-07-23T04:31:30.070Z | Compiling tower-http v0.6.8 |
| 2080 | 2026-07-23T04:31:30.318Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-23T04:31:30.337Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-23T04:31:30.375Z | Compiling hex v0.4.3 |
| 2083 | 2026-07-23T04:31:30.402Z | Compiling erased-serde v0.3.31 |
| 2084 | 2026-07-23T04:31:30.461Z | Compiling signature v2.2.0 |
| 2085 | 2026-07-23T04:31:30.477Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-23T04:31:30.508Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-23T04:31:30.603Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-23T04:31:30.624Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-23T04:31:30.657Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-23T04:31:30.750Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-23T04:31:30.806Z | Compiling mime v0.3.17 |
| 2092 | 2026-07-23T04:31:30.884Z | Compiling zlib-rs v0.6.2 |
| 2093 | 2026-07-23T04:31:30.964Z | Compiling fallible-iterator v0.2.0 |
| 2094 | 2026-07-23T04:31:30.988Z | Compiling cpufeatures v0.3.0 |
| 2095 | 2026-07-23T04:31:31.013Z | Compiling psl-types v2.0.11 |
| 2096 | 2026-07-23T04:31:31.128Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-23T04:31:31.155Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-07-23T04:31:31.207Z | Compiling num-iter v0.1.45 |
| 2099 | 2026-07-23T04:31:31.282Z | Compiling postgres-protocol v0.6.10 |
| 2100 | 2026-07-23T04:31:31.429Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-23T04:31:31.828Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-23T04:31:31.861Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-23T04:31:31.928Z | Compiling derive_builder v0.20.2 |
| 2104 | 2026-07-23T04:31:31.966Z | Compiling anstream v1.0.0 |
| 2105 | 2026-07-23T04:31:32.041Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-23T04:31:32.070Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-23T04:31:32.086Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-23T04:31:32.116Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-23T04:31:32.265Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-23T04:31:32.311Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-23T04:31:32.341Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-23T04:31:32.446Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-23T04:31:32.485Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-23T04:31:32.516Z | Compiling clap_derive v4.6.1 |
| 2115 | 2026-07-23T04:31:32.545Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-07-23T04:31:32.598Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-07-23T04:31:32.613Z | Compiling async-recursion v1.1.1 |
| 2118 | 2026-07-23T04:31:32.751Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-23T04:31:32.772Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-23T04:31:32.823Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-23T04:31:32.922Z | Compiling flate2 v1.1.9 |
| 2122 | 2026-07-23T04:31:33.002Z | Compiling foldhash v0.2.0 |
| 2123 | 2026-07-23T04:31:33.101Z | Compiling base16ct v0.2.0 |
| 2124 | 2026-07-23T04:31:33.125Z | Compiling bitflags v1.3.2 |
| 2125 | 2026-07-23T04:31:33.146Z | Compiling same-file v1.0.6 |
| 2126 | 2026-07-23T04:31:33.216Z | Compiling foldhash v0.1.5 |
| 2127 | 2026-07-23T04:31:33.244Z | Compiling bumpalo v3.20.2 |
| 2128 | 2026-07-23T04:31:33.258Z | Compiling managed v0.8.0 |
| 2129 | 2026-07-23T04:31:33.325Z | Compiling libbz2-rs-sys v0.2.2 |
| 2130 | 2026-07-23T04:31:33.339Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-07-23T04:31:33.534Z | Compiling clap_builder v4.6.0 |
| 2132 | 2026-07-23T04:31:33.565Z | Compiling zopfli v0.8.3 |
| 2133 | 2026-07-23T04:31:33.729Z | Compiling bzip2 v0.6.1 |
| 2134 | 2026-07-23T04:31:33.869Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-07-23T04:31:33.908Z | Compiling walkdir v2.5.0 |
| 2136 | 2026-07-23T04:31:34.031Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-07-23T04:31:34.125Z | Compiling hashbrown v0.16.1 |
| 2138 | 2026-07-23T04:31:34.186Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-23T04:31:34.229Z | Compiling group v0.13.0 |
| 2140 | 2026-07-23T04:31:34.332Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-23T04:31:34.414Z | Compiling zstd v0.13.3 |
| 2142 | 2026-07-23T04:31:34.544Z | Compiling anstream v0.6.21 |
| 2143 | 2026-07-23T04:31:34.851Z | Compiling snafu v0.8.9 |
| 2144 | 2026-07-23T04:31:34.966Z | Compiling phf v0.13.1 |
| 2145 | 2026-07-23T04:31:35.123Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-23T04:31:35.140Z | Compiling daft v0.1.7 |
| 2147 | 2026-07-23T04:31:35.430Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-07-23T04:31:35.477Z | Compiling cipher v0.5.2 |
| 2149 | 2026-07-23T04:31:35.520Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-23T04:31:35.568Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-23T04:31:35.673Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-23T04:31:35.690Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-23T04:31:35.763Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-23T04:31:35.793Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-23T04:31:35.942Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-23T04:31:36.001Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-23T04:31:36.019Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-23T04:31:36.022Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-23T04:31:36.101Z | Compiling olpc-cjson v0.1.4 |
| 2160 | 2026-07-23T04:31:36.116Z | Compiling pkcs1 v0.7.5 |
| 2161 | 2026-07-23T04:31:36.381Z | Compiling serde_plain v1.0.2 |
| 2162 | 2026-07-23T04:31:36.429Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-07-23T04:31:36.459Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-23T04:31:36.562Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-23T04:31:36.599Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-23T04:31:36.620Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-23T04:31:36.736Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-23T04:31:36.755Z | Compiling data-encoding v2.10.0 |
| 2169 | 2026-07-23T04:31:36.783Z | Compiling whoami v2.1.0 |
| 2170 | 2026-07-23T04:31:36.870Z | Compiling const-oid v0.10.2 |
| 2171 | 2026-07-23T04:31:37.003Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-23T04:31:37.019Z | Compiling jiff v0.2.21 |
| 2173 | 2026-07-23T04:31:37.087Z | Compiling predicates-core v1.0.10 |
| 2174 | 2026-07-23T04:31:37.130Z | Compiling keccak v0.1.6 |
| 2175 | 2026-07-23T04:31:37.215Z | Compiling fixedbitset v0.5.7 |
| 2176 | 2026-07-23T04:31:37.269Z | Compiling static_assertions v1.1.0 |
| 2177 | 2026-07-23T04:31:37.285Z | Compiling typed-path v0.9.3 |
| 2178 | 2026-07-23T04:31:37.310Z | Compiling toml_write v0.1.2 |
| 2179 | 2026-07-23T04:31:37.343Z | Compiling precomputed-hash v0.1.1 |
| 2180 | 2026-07-23T04:31:37.358Z | Compiling normalize-line-endings v0.3.0 |
| 2181 | 2026-07-23T04:31:37.374Z | Compiling new_debug_unreachable v1.0.6 |
| 2182 | 2026-07-23T04:31:37.445Z | Compiling difflib v0.4.0 |
| 2183 | 2026-07-23T04:31:37.463Z | Compiling string_cache v0.8.9 |
| 2184 | 2026-07-23T04:31:37.468Z | Compiling petgraph v0.8.3 |
| 2185 | 2026-07-23T04:31:37.478Z | Compiling toml_edit v0.22.27 |
| 2186 | 2026-07-23T04:31:37.519Z | Compiling elliptic-curve v0.13.8 |
| 2187 | 2026-07-23T04:31:37.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2188 | 2026-07-23T04:31:37.684Z | Compiling predicates v3.1.4 |
| 2189 | 2026-07-23T04:31:37.721Z | Compiling sha3 v0.10.8 |
| 2190 | 2026-07-23T04:31:37.753Z | Compiling petgraph v0.6.5 |
| 2191 | 2026-07-23T04:31:37.887Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-07-23T04:31:37.917Z | Compiling digest v0.11.3 |
| 2193 | 2026-07-23T04:31:38.005Z | Compiling tokio-postgres v0.7.16 |
| 2194 | 2026-07-23T04:31:38.151Z | Compiling chacha20 v0.10.0 |
| 2195 | 2026-07-23T04:31:38.255Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-23T04:31:38.362Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-23T04:31:38.837Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-23T04:31:39.732Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-23T04:31:39.856Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-23T04:31:39.974Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-23T04:31:40.020Z | Compiling crossterm v0.28.1 |
| 2202 | 2026-07-23T04:31:40.262Z | Compiling iddqd v0.4.2 |
| 2203 | 2026-07-23T04:31:40.505Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-23T04:31:40.602Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-23T04:31:40.641Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-23T04:31:40.695Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-23T04:31:40.877Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-23T04:31:40.959Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-23T04:31:41.015Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-23T04:31:41.031Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-23T04:31:41.182Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-23T04:31:41.358Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-23T04:31:41.476Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-23T04:31:41.509Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-23T04:31:42.365Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-23T04:31:42.415Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-23T04:31:58.295Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-23T04:31:59.525Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-23T04:31:59.571Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-23T04:31:59.581Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-23T04:31:59.794Z | Compiling crucible-workspace-hack v0.1.0 |
| 2222 | 2026-07-23T04:31:59.833Z | Compiling rayon-core v1.13.0 |
| 2223 | 2026-07-23T04:31:59.964Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-23T04:32:00.029Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-23T04:32:00.060Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-23T04:32:00.089Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-23T04:32:00.187Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-23T04:32:00.292Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-07-23T04:32:00.319Z | Compiling crossbeam-deque v0.8.6 |
| 2230 | 2026-07-23T04:32:00.516Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2026-07-23T04:32:00.606Z | Compiling inout v0.1.4 |
| 2232 | 2026-07-23T04:32:00.629Z | Compiling hash32 v0.3.1 |
| 2233 | 2026-07-23T04:32:00.629Z | Compiling structmeta v0.3.0 |
| 2234 | 2026-07-23T04:32:00.678Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-23T04:32:00.723Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-23T04:32:00.749Z | Compiling unicode-width v0.2.0 |
| 2237 | 2026-07-23T04:32:00.759Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2238 | 2026-07-23T04:32:00.759Z | Compiling slog-async v2.8.0 |
| 2239 | 2026-07-23T04:32:00.803Z | Compiling match_cfg v0.1.0 |
| 2240 | 2026-07-23T04:32:00.888Z | Compiling compression-core v0.4.31 |
| 2241 | 2026-07-23T04:32:00.913Z | Compiling smoltcp v0.11.0 |
| 2242 | 2026-07-23T04:32:01.028Z | Compiling compression-codecs v0.4.37 |
| 2243 | 2026-07-23T04:32:01.085Z | Compiling hostname v0.3.1 |
| 2244 | 2026-07-23T04:32:01.096Z | Compiling proc-macro-crate v3.4.0 |
| 2245 | 2026-07-23T04:32:01.135Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-07-23T04:32:01.204Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-23T04:32:01.311Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-23T04:32:01.336Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-23T04:32:01.406Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-23T04:32:01.473Z | Compiling half v2.7.1 |
| 2251 | 2026-07-23T04:32:01.558Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-23T04:32:01.579Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-23T04:32:01.592Z | Compiling universal-hash v0.5.1 |
| 2254 | 2026-07-23T04:32:01.664Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2255 | 2026-07-23T04:32:01.679Z | Compiling darling_macro v0.21.3 |
| 2256 | 2026-07-23T04:32:01.769Z | Compiling async-stream-impl v0.3.6 |
| 2257 | 2026-07-23T04:32:01.855Z | Compiling serde_spanned v1.1.1 |
| 2258 | 2026-07-23T04:32:01.882Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2259 | 2026-07-23T04:32:02.020Z | Compiling tokio-rustls v0.26.4 |
| 2260 | 2026-07-23T04:32:02.121Z | Compiling rustls-platform-verifier v0.6.2 |
| 2261 | 2026-07-23T04:32:02.202Z | Compiling tough v0.22.0 |
| 2262 | 2026-07-23T04:32:02.313Z | Compiling hyper-rustls v0.27.7 |
| 2263 | 2026-07-23T04:32:02.337Z | Compiling darling v0.21.3 |
| 2264 | 2026-07-23T04:32:02.348Z | Compiling is-terminal v0.4.17 |
| 2265 | 2026-07-23T04:32:02.364Z | Compiling proc-macro-error-attr v1.0.4 |
| 2266 | 2026-07-23T04:32:02.378Z | Compiling dropshot v0.17.1 |
| 2267 | 2026-07-23T04:32:02.426Z | Compiling ingot-macros v0.1.1 |
| 2268 | 2026-07-23T04:32:02.454Z | Compiling ciborium-io v0.2.2 |
| 2269 | 2026-07-23T04:32:02.572Z | Compiling reqwest v0.13.2 |
| 2270 | 2026-07-23T04:32:02.588Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2271 | 2026-07-23T04:32:02.607Z | Compiling opaque-debug v0.3.1 |
| 2272 | 2026-07-23T04:32:02.612Z | Compiling convert_case v0.4.0 |
| 2273 | 2026-07-23T04:32:02.648Z | Compiling take_mut v0.2.2 |
| 2274 | 2026-07-23T04:32:02.736Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2275 | 2026-07-23T04:32:02.752Z | Compiling term v1.2.1 |
| 2276 | 2026-07-23T04:32:02.760Z | Compiling thiserror-no-std v2.0.2 |
| 2277 | 2026-07-23T04:32:02.872Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2278 | 2026-07-23T04:32:02.887Z | Compiling poly1305 v0.8.0 |
| 2279 | 2026-07-23T04:32:02.941Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-07-23T04:32:02.944Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-07-23T04:32:03.278Z | Compiling slog-term v2.9.2 |
| 2282 | 2026-07-23T04:32:03.569Z | Compiling ciborium-ll v0.2.2 |
| 2283 | 2026-07-23T04:32:03.590Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-07-23T04:32:03.800Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-23T04:32:03.850Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-23T04:32:04.021Z | Compiling num_enum_derive v0.7.6 |
| 2287 | 2026-07-23T04:32:04.245Z | Compiling slog-bunyan v2.5.0 |
| 2288 | 2026-07-23T04:32:04.262Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-23T04:32:04.453Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-23T04:32:04.524Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-23T04:32:04.555Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-23T04:32:04.931Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-23T04:32:05.071Z | Compiling ingot-types v0.1.2 |
| 2294 | 2026-07-23T04:32:05.092Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-23T04:32:05.150Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-23T04:32:05.369Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-07-23T04:32:05.415Z | Compiling password-hash v0.5.0 |
| 2298 | 2026-07-23T04:32:05.458Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-23T04:32:05.501Z | Compiling ingot v0.1.1 |
| 2300 | 2026-07-23T04:32:05.521Z | Compiling backon v1.6.0 |
| 2301 | 2026-07-23T04:32:05.549Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-23T04:32:05.565Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-23T04:32:05.613Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-23T04:32:05.716Z | Compiling aead v0.5.2 |
| 2305 | 2026-07-23T04:32:05.741Z | Compiling foreign-types-macros v0.2.3 |
| 2306 | 2026-07-23T04:32:05.792Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-23T04:32:05.845Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-07-23T04:32:05.861Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-23T04:32:05.930Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-23T04:32:06.007Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-23T04:32:06.117Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-23T04:32:06.135Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-23T04:32:06.201Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-23T04:32:06.244Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-23T04:32:06.278Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-23T04:32:06.322Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-07-23T04:32:06.337Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-07-23T04:32:06.340Z | Compiling argon2 v0.5.3 |
| 2319 | 2026-07-23T04:32:06.355Z | Compiling foreign-types v0.5.0 |
| 2320 | 2026-07-23T04:32:06.387Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-23T04:32:06.390Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-23T04:32:06.471Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-23T04:32:06.506Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-23T04:32:06.522Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-23T04:32:06.548Z | Compiling ciborium v0.2.2 |
| 2326 | 2026-07-23T04:32:06.680Z | Compiling vsss-rs v3.3.4 |
| 2327 | 2026-07-23T04:32:06.818Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-23T04:32:06.913Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-23T04:32:07.002Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-23T04:32:07.188Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-23T04:32:07.191Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-23T04:32:07.224Z | Compiling humantime v2.3.0 |
| 2333 | 2026-07-23T04:32:07.240Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-07-23T04:32:07.365Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2335 | 2026-07-23T04:32:07.392Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-07-23T04:32:07.448Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2337 | 2026-07-23T04:32:07.451Z | Compiling num_enum v0.5.11 |
| 2338 | 2026-07-23T04:32:07.501Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2339 | 2026-07-23T04:32:07.516Z | Compiling rayon v1.11.0 |
| 2340 | 2026-07-23T04:32:07.611Z | Compiling rand v0.10.1 |
| 2341 | 2026-07-23T04:32:07.648Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-23T04:32:07.670Z | Compiling colored v3.1.1 |
| 2343 | 2026-07-23T04:32:07.690Z | Compiling libefi-sys v0.1.0 |
| 2344 | 2026-07-23T04:32:07.705Z | Compiling indent_write v2.2.0 |
| 2345 | 2026-07-23T04:32:07.719Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-23T04:32:07.752Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-23T04:32:07.830Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-23T04:32:07.872Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-23T04:32:07.940Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-23T04:32:08.043Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-23T04:32:08.062Z | Compiling usdt-macro v0.5.0 |
| 2352 | 2026-07-23T04:32:08.100Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-23T04:32:08.309Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-23T04:32:08.361Z | Compiling blake3 v1.8.5 |
| 2355 | 2026-07-23T04:32:08.376Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2356 | 2026-07-23T04:32:08.426Z | Compiling sigpipe v0.1.3 |
| 2357 | 2026-07-23T04:32:08.509Z | Compiling memmap v0.7.0 |
| 2358 | 2026-07-23T04:32:08.532Z | Compiling glob v0.3.3 |
| 2359 | 2026-07-23T04:32:08.545Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-07-23T04:32:08.751Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-23T04:32:08.772Z | Compiling swrite v0.1.0 |
| 2362 | 2026-07-23T04:32:08.788Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-23T04:32:08.837Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-23T04:32:08.897Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-23T04:32:09.134Z | Compiling smf v0.2.3 |
| 2366 | 2026-07-23T04:32:09.150Z | Compiling filetime v0.2.27 |
| 2367 | 2026-07-23T04:32:09.200Z | Compiling whoami v1.6.1 |
| 2368 | 2026-07-23T04:32:09.203Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2369 | 2026-07-23T04:32:09.278Z | Compiling zone v0.3.1 |
| 2370 | 2026-07-23T04:32:09.315Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-07-23T04:32:09.374Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-07-23T04:32:09.403Z | Compiling xattr v1.6.1 |
| 2373 | 2026-07-23T04:32:09.417Z | Compiling arrayvec v0.7.6 |
| 2374 | 2026-07-23T04:32:09.434Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-07-23T04:32:09.450Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-23T04:32:09.467Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-07-23T04:32:09.524Z | Compiling tokio-dtrace v0.1.1 |
| 2378 | 2026-07-23T04:32:09.617Z | Compiling tar v0.4.46 |
| 2379 | 2026-07-23T04:32:09.622Z | Compiling console v0.16.2 |
| 2380 | 2026-07-23T04:32:09.685Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-23T04:32:09.741Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-07-23T04:32:09.837Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-07-23T04:32:09.867Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-23T04:32:09.914Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-23T04:32:10.022Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-07-23T04:32:10.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2387 | 2026-07-23T04:32:10.283Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-23T04:32:10.299Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-23T04:32:19.452Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-23T04:32:19.452Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-23T04:32:19.685Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-23T04:32:20.048Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-23T04:32:20.069Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-23T04:32:20.139Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-23T04:32:20.177Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-23T04:32:20.242Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-07-23T04:32:20.257Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-07-23T04:32:20.351Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-23T04:32:20.510Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-23T04:32:20.857Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-23T04:32:24.679Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-23T04:32:32.560Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-23T04:32:35.689Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-23T04:32:36.709Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-23T04:32:45.990Z | Finished `release` profile [optimized] target(s) in 1m 38s |
| 2406 | 2026-07-23T04:32:46.135Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-23T04:32:46.185Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-23T04:32:46.194Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-23T04:32:46.194Z | |
| 2410 | 2026-07-23T04:32:46.194Z | real 1:39.118216934 |
| 2411 | 2026-07-23T04:32:46.194Z | user 16:16.892652113 |
| 2412 | 2026-07-23T04:32:46.194Z | sys 2:34.315919704 |
| 2413 | 2026-07-23T04:32:46.194Z | trap 0.466874287 |
| 2414 | 2026-07-23T04:32:46.194Z | tflt 2.378219422 |
| 2415 | 2026-07-23T04:32:46.194Z | dflt 4.084358296 |
| 2416 | 2026-07-23T04:32:46.194Z | kflt 0.000576480 |
| 2417 | 2026-07-23T04:32:46.194Z | lock 51:12.112205841 |
| 2418 | 2026-07-23T04:32:46.194Z | slp 41:52.410330826 |
| 2419 | 2026-07-23T04:32:46.194Z | lat 42.500987788 |
| 2420 | 2026-07-23T04:32:46.194Z | stop 5:17.034366275 |
| 2421 | 2026-07-23T04:32:46.194Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-23T04:32:47.016Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 2423 | 2026-07-23T04:32:47.082Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-23T04:32:47.135Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-23T04:32:48.488Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-23T04:32:48.488Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-23T04:32:48.725Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-23T04:32:48.725Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-23T04:32:48.768Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-23T04:32:48.790Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-23T04:32:48.809Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-23T04:32:48.812Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-23T04:32:48.812Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-23T04:32:48.812Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-23T04:32:48.888Z | Compiling console v0.15.11 |
| 2436 | 2026-07-23T04:32:48.891Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-23T04:32:48.891Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-23T04:32:48.928Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-23T04:32:48.932Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-23T04:32:48.987Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-23T04:32:48.990Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-23T04:32:49.028Z | Compiling compression-core v0.4.31 |
| 2443 | 2026-07-23T04:32:49.049Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-07-23T04:32:49.082Z | Compiling unicode-width v0.1.14 |
| 2445 | 2026-07-23T04:32:49.144Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-07-23T04:32:49.204Z | Compiling cancel-safe-futures v0.1.5 |
| 2447 | 2026-07-23T04:32:49.226Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-23T04:32:49.244Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-23T04:32:49.264Z | Compiling expectorate v1.2.0 |
| 2450 | 2026-07-23T04:32:49.372Z | Compiling compression-codecs v0.4.37 |
| 2451 | 2026-07-23T04:32:49.416Z | Compiling num v0.4.3 |
| 2452 | 2026-07-23T04:32:49.419Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2453 | 2026-07-23T04:32:49.480Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-23T04:32:49.506Z | Compiling multer v3.1.0 |
| 2455 | 2026-07-23T04:32:49.531Z | Compiling crossbeam-channel v0.5.15 |
| 2456 | 2026-07-23T04:32:49.535Z | Compiling slog-json v2.6.1 |
| 2457 | 2026-07-23T04:32:49.568Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-23T04:32:49.571Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2459 | 2026-07-23T04:32:49.611Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-07-23T04:32:49.630Z | Compiling term v1.2.1 |
| 2461 | 2026-07-23T04:32:49.781Z | Compiling linked-hash-map v0.5.6 |
| 2462 | 2026-07-23T04:32:49.795Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2463 | 2026-07-23T04:32:49.796Z | Compiling float-ord v0.3.2 |
| 2464 | 2026-07-23T04:32:49.888Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-07-23T04:32:49.923Z | Compiling slog-term v2.9.2 |
| 2466 | 2026-07-23T04:32:49.943Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-07-23T04:32:49.963Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2468 | 2026-07-23T04:32:50.007Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2469 | 2026-07-23T04:32:50.013Z | Compiling slog-bunyan v2.5.0 |
| 2470 | 2026-07-23T04:32:50.049Z | Compiling oxide-update-engine-types v0.1.2 |
| 2471 | 2026-07-23T04:32:50.108Z | Compiling async-compression v0.4.41 |
| 2472 | 2026-07-23T04:32:50.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-07-23T04:32:50.350Z | Compiling typify-impl v0.6.2 |
| 2474 | 2026-07-23T04:32:50.400Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-23T04:32:50.426Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-23T04:32:50.469Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-23T04:32:50.505Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-23T04:32:50.525Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-23T04:32:50.547Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-23T04:32:50.619Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-23T04:32:50.698Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-23T04:32:50.723Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-23T04:32:50.746Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-23T04:32:50.765Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-23T04:32:50.819Z | Compiling debug-ignore v1.0.5 |
| 2486 | 2026-07-23T04:32:50.837Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-07-23T04:32:50.890Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-23T04:32:50.911Z | Compiling progenitor-extras v0.2.0 |
| 2489 | 2026-07-23T04:32:50.932Z | Compiling backoff v0.4.0 |
| 2490 | 2026-07-23T04:32:50.966Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-23T04:32:51.103Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-23T04:32:51.125Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-23T04:32:51.158Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-23T04:32:51.162Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-23T04:32:51.199Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-23T04:32:51.202Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-23T04:32:51.385Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-23T04:32:51.479Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-23T04:32:51.856Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-23T04:32:52.081Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-23T04:32:52.331Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-23T04:32:52.427Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-23T04:32:52.572Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-23T04:32:52.691Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-23T04:32:52.721Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-23T04:32:52.777Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-23T04:32:52.884Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2508 | 2026-07-23T04:32:53.018Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-23T04:32:53.124Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-07-23T04:32:53.200Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-07-23T04:32:53.362Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-23T04:32:53.806Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-23T04:32:53.829Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-23T04:32:53.863Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-23T04:32:53.885Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-23T04:32:53.942Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-23T04:32:53.961Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-23T04:32:54.019Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-07-23T04:32:54.158Z | Compiling hickory-resolver v0.24.4 |
| 2520 | 2026-07-23T04:32:54.378Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-23T04:32:54.851Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-23T04:32:55.167Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-23T04:32:55.192Z | Compiling phf_shared v0.12.1 |
| 2524 | 2026-07-23T04:32:55.359Z | Compiling typify v0.6.2 |
| 2525 | 2026-07-23T04:32:55.493Z | Compiling progenitor-impl v0.14.0 |
| 2526 | 2026-07-23T04:32:55.848Z | Compiling qorb v0.4.1 |
| 2527 | 2026-07-23T04:32:55.903Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-23T04:32:56.450Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-23T04:32:56.705Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-07-23T04:32:57.160Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-07-23T04:32:57.378Z | Compiling highway v1.3.0 |
| 2532 | 2026-07-23T04:32:57.636Z | Compiling progenitor-macro v0.14.0 |
| 2533 | 2026-07-23T04:32:58.098Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-23T04:32:58.726Z | Compiling csv v1.4.0 |
| 2535 | 2026-07-23T04:32:59.066Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-07-23T04:32:59.099Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-23T04:32:59.218Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-07-23T04:32:59.300Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-07-23T04:32:59.581Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-23T04:32:59.618Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2541 | 2026-07-23T04:32:59.670Z | Compiling peg-macros v0.8.5 |
| 2542 | 2026-07-23T04:32:59.731Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-07-23T04:33:00.078Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-23T04:33:00.260Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-23T04:33:00.635Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2546 | 2026-07-23T04:33:00.954Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2547 | 2026-07-23T04:33:01.603Z | Compiling progenitor v0.14.0 |
| 2548 | 2026-07-23T04:33:01.626Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2026-07-23T04:33:01.795Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-07-23T04:33:01.879Z | Compiling peg v0.8.5 |
| 2551 | 2026-07-23T04:33:01.987Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-07-23T04:33:02.228Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-23T04:33:02.339Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-23T04:33:02.688Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-23T04:33:02.771Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-23T04:33:03.107Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-23T04:33:03.337Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-23T04:33:03.574Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-23T04:33:03.824Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-23T04:33:03.999Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2561 | 2026-07-23T04:33:04.100Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-07-23T04:33:04.237Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2026-07-23T04:33:04.346Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-07-23T04:33:04.438Z | Compiling smawk v0.3.2 |
| 2565 | 2026-07-23T04:33:04.633Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-23T04:33:04.786Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-23T04:33:04.807Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2568 | 2026-07-23T04:33:04.889Z | Compiling steno v0.4.1 |
| 2569 | 2026-07-23T04:33:05.264Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-23T04:33:05.404Z | Compiling base64 v0.21.7 |
| 2571 | 2026-07-23T04:33:05.438Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-23T04:33:05.876Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-23T04:33:05.937Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-23T04:33:06.112Z | Compiling moka v0.12.13 |
| 2575 | 2026-07-23T04:33:06.131Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2576 | 2026-07-23T04:33:06.229Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-23T04:33:06.400Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-23T04:33:06.422Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-23T04:33:06.596Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-23T04:33:06.675Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-23T04:33:06.813Z | Compiling maybe-uninit v2.0.0 |
| 2582 | 2026-07-23T04:33:07.032Z | Compiling tap v1.0.1 |
| 2583 | 2026-07-23T04:33:07.122Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-23T04:33:07.195Z | Compiling wyz v0.5.1 |
| 2585 | 2026-07-23T04:33:07.436Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-07-23T04:33:07.475Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2587 | 2026-07-23T04:33:07.562Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-23T04:33:07.778Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-23T04:33:07.806Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-07-23T04:33:08.044Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-07-23T04:33:08.161Z | Compiling packed_struct v0.10.1 |
| 2592 | 2026-07-23T04:33:08.498Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2593 | 2026-07-23T04:33:08.585Z | Compiling funty v2.0.0 |
| 2594 | 2026-07-23T04:33:08.635Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-23T04:33:09.021Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-23T04:33:09.423Z | Compiling crc v3.4.0 |
| 2597 | 2026-07-23T04:33:09.673Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-23T04:33:09.720Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-07-23T04:33:09.810Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-23T04:33:10.195Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-23T04:33:10.378Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-23T04:33:10.398Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-07-23T04:33:10.480Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-23T04:33:10.617Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-23T04:33:10.697Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-23T04:33:10.752Z | Compiling dirs-sys-next v0.1.2 |
| 2607 | 2026-07-23T04:33:10.858Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2608 | 2026-07-23T04:33:11.056Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-23T04:33:11.166Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-23T04:33:11.226Z | Compiling glob v0.3.3 |
| 2611 | 2026-07-23T04:33:11.293Z | Compiling nodrop v0.1.14 |
| 2612 | 2026-07-23T04:33:11.314Z | Compiling maplit v1.0.2 |
| 2613 | 2026-07-23T04:33:11.420Z | Compiling array-init v0.0.4 |
| 2614 | 2026-07-23T04:33:11.492Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-07-23T04:33:11.585Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-07-23T04:33:11.812Z | Compiling bitfield v0.19.4 |
| 2617 | 2026-07-23T04:33:11.837Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-07-23T04:33:12.041Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-23T04:33:12.142Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-23T04:33:12.337Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-23T04:33:12.457Z | Compiling downcast-rs v2.0.2 |
| 2622 | 2026-07-23T04:33:12.589Z | Compiling hashbrown v0.12.3 |
| 2623 | 2026-07-23T04:33:12.627Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-23T04:33:12.879Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-07-23T04:33:13.054Z | Compiling serde-hex v0.1.0 |
| 2626 | 2026-07-23T04:33:13.113Z | Compiling term v0.7.0 |
| 2627 | 2026-07-23T04:33:13.228Z | Compiling libscf-sys v1.1.0 |
| 2628 | 2026-07-23T04:33:13.360Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-07-23T04:33:13.470Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-23T04:33:13.498Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-23T04:33:13.621Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-23T04:33:13.715Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-23T04:33:13.734Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-23T04:33:13.761Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-07-23T04:33:13.999Z | Compiling crc-any v2.5.0 |
| 2636 | 2026-07-23T04:33:14.138Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-23T04:33:14.323Z | Compiling object v0.30.4 |
| 2638 | 2026-07-23T04:33:14.345Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-23T04:33:14.420Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2640 | 2026-07-23T04:33:14.676Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-23T04:33:14.963Z | Compiling tabled v0.20.0 |
| 2642 | 2026-07-23T04:33:14.989Z | Compiling ascii-canvas v3.0.0 |
| 2643 | 2026-07-23T04:33:15.159Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2644 | 2026-07-23T04:33:15.245Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-23T04:33:15.843Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-23T04:33:15.865Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-23T04:33:15.891Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-23T04:33:16.178Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-23T04:33:16.213Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-23T04:33:16.409Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-23T04:33:16.448Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-23T04:33:16.579Z | Compiling libloading v0.8.9 |
| 2653 | 2026-07-23T04:33:16.601Z | Compiling diesel v2.3.7 |
| 2654 | 2026-07-23T04:33:16.688Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2655 | 2026-07-23T04:33:16.817Z | Compiling unicase v2.9.0 |
| 2656 | 2026-07-23T04:33:16.951Z | Compiling diff v0.1.13 |
| 2657 | 2026-07-23T04:33:17.126Z | Compiling xshell-macros v0.2.7 |
| 2658 | 2026-07-23T04:33:17.219Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-07-23T04:33:17.522Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2660 | 2026-07-23T04:33:17.543Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-07-23T04:33:17.546Z | Compiling path-slash v0.1.5 |
| 2662 | 2026-07-23T04:33:17.650Z | Compiling xshell v0.2.7 |
| 2663 | 2026-07-23T04:33:17.749Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2664 | 2026-07-23T04:33:18.011Z | Compiling progenitor-macro v0.13.0 |
| 2665 | 2026-07-23T04:33:18.933Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-07-23T04:33:19.344Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-23T04:33:20.041Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-23T04:33:20.729Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-23T04:33:20.934Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-23T04:33:21.394Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-23T04:33:21.936Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-23T04:33:21.987Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2673 | 2026-07-23T04:33:21.990Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-07-23T04:33:22.461Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-23T04:33:22.743Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-23T04:33:23.158Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-23T04:33:23.193Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-23T04:33:23.279Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-23T04:33:23.373Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-23T04:33:23.421Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-23T04:33:23.442Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-23T04:33:23.496Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-23T04:33:23.691Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-23T04:33:23.714Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-23T04:33:23.951Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-23T04:33:23.973Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-23T04:33:24.116Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-23T04:33:24.503Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-23T04:33:24.625Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-23T04:33:24.726Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-23T04:33:24.921Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-23T04:33:24.945Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-23T04:33:25.176Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-23T04:33:25.332Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-23T04:33:25.444Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-23T04:33:25.699Z | Compiling half v1.8.3 |
| 2697 | 2026-07-23T04:33:25.785Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-23T04:33:25.997Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-07-23T04:33:26.173Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-07-23T04:33:26.394Z | Compiling polar-core v0.27.3 |
| 2701 | 2026-07-23T04:33:26.676Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2702 | 2026-07-23T04:33:26.726Z | Compiling samael v0.0.19 |
| 2703 | 2026-07-23T04:33:26.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-23T04:33:27.040Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-23T04:33:27.088Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-23T04:33:27.111Z | Compiling nonempty v0.12.0 |
| 2707 | 2026-07-23T04:33:27.210Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2708 | 2026-07-23T04:33:27.345Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2026-07-23T04:33:27.436Z | Compiling fxhash v0.2.1 |
| 2710 | 2026-07-23T04:33:27.492Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-07-23T04:33:27.607Z | Compiling salty v0.3.0 |
| 2712 | 2026-07-23T04:33:27.897Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2713 | 2026-07-23T04:33:27.973Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-23T04:33:28.015Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-23T04:33:28.728Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-23T04:33:29.202Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-23T04:33:29.239Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-23T04:33:29.709Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-23T04:33:29.731Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-07-23T04:33:29.772Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2721 | 2026-07-23T04:33:29.864Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-07-23T04:33:30.195Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-23T04:33:30.263Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-23T04:33:30.444Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-23T04:33:30.954Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-23T04:33:31.043Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-23T04:33:31.216Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-23T04:33:31.307Z | Compiling flume v0.11.1 |
| 2729 | 2026-07-23T04:33:31.541Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2730 | 2026-07-23T04:33:31.691Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-23T04:33:31.966Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-23T04:33:32.659Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-23T04:33:33.254Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-23T04:33:33.434Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-23T04:33:33.455Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-23T04:33:33.478Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-23T04:33:33.749Z | Compiling atty v0.2.14 |
| 2738 | 2026-07-23T04:33:33.769Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-07-23T04:33:34.022Z | Compiling async-bb8-diesel v0.2.1 |
| 2740 | 2026-07-23T04:33:34.464Z | Compiling diesel-dtrace v0.5.0 |
| 2741 | 2026-07-23T04:33:34.624Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-07-23T04:33:34.655Z | Compiling strsim v0.10.0 |
| 2743 | 2026-07-23T04:33:34.786Z | Compiling instability v0.3.11 |
| 2744 | 2026-07-23T04:33:34.841Z | Compiling http-range v0.1.5 |
| 2745 | 2026-07-23T04:33:34.953Z | Compiling darling_core v0.13.4 |
| 2746 | 2026-07-23T04:33:35.073Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2747 | 2026-07-23T04:33:35.203Z | Compiling p384 v0.13.1 |
| 2748 | 2026-07-23T04:33:36.602Z | Compiling oso v0.27.3 |
| 2749 | 2026-07-23T04:33:37.333Z | Compiling git-stub-vcs v0.1.0 |
| 2750 | 2026-07-23T04:33:37.357Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-23T04:33:38.508Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2752 | 2026-07-23T04:33:38.945Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-07-23T04:33:39.241Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2754 | 2026-07-23T04:33:39.333Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2755 | 2026-07-23T04:33:39.437Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2756 | 2026-07-23T04:33:40.536Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2757 | 2026-07-23T04:33:41.754Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2758 | 2026-07-23T04:33:41.795Z | Compiling ignore v0.4.25 |
| 2759 | 2026-07-23T04:33:42.377Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-07-23T04:33:43.043Z | Compiling vergen-git2 v9.1.0 |
| 2761 | 2026-07-23T04:33:43.279Z | Compiling castaway v0.2.4 |
| 2762 | 2026-07-23T04:33:43.439Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-07-23T04:33:43.689Z | Compiling indoc v2.0.7 |
| 2764 | 2026-07-23T04:33:43.864Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-07-23T04:33:43.906Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-07-23T04:33:44.739Z | Compiling globwalk v0.9.1 |
| 2767 | 2026-07-23T04:33:44.848Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-23T04:33:44.992Z | Compiling parking_lot v0.11.2 |
| 2769 | 2026-07-23T04:33:45.390Z | Compiling hyper-staticfile v0.10.1 |
| 2770 | 2026-07-23T04:33:45.490Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-07-23T04:33:45.900Z | Compiling darling_macro v0.13.4 |
| 2772 | 2026-07-23T04:33:46.271Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2773 | 2026-07-23T04:33:46.417Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2774 | 2026-07-23T04:33:46.543Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2775 | 2026-07-23T04:33:46.685Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-23T04:33:46.855Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2777 | 2026-07-23T04:33:46.926Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-23T04:33:47.170Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-23T04:33:47.327Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-23T04:33:47.382Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-23T04:33:47.403Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-23T04:33:47.565Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-23T04:33:47.610Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-23T04:33:47.659Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-23T04:33:47.918Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-07-23T04:33:48.055Z | Compiling cassowary v0.3.0 |
| 2787 | 2026-07-23T04:33:48.075Z | Compiling corncobs v0.1.4 |
| 2788 | 2026-07-23T04:33:48.137Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-07-23T04:33:48.224Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-07-23T04:33:48.282Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-07-23T04:33:48.315Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-07-23T04:33:48.339Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-07-23T04:33:48.483Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-07-23T04:33:48.590Z | Compiling darling v0.13.4 |
| 2795 | 2026-07-23T04:33:48.755Z | Compiling sled v0.34.7 |
| 2796 | 2026-07-23T04:33:48.948Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2797 | 2026-07-23T04:33:49.220Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-07-23T04:33:49.275Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2799 | 2026-07-23T04:33:49.608Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2800 | 2026-07-23T04:33:49.943Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-23T04:33:51.052Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-23T04:33:51.383Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-07-23T04:33:51.620Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2804 | 2026-07-23T04:33:51.870Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-23T04:33:52.063Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-23T04:33:52.475Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-23T04:33:53.118Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-07-23T04:33:53.549Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-07-23T04:33:54.120Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-23T04:33:54.326Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-23T04:33:55.114Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-23T04:33:55.253Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-23T04:33:55.331Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2814 | 2026-07-23T04:33:55.564Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2815 | 2026-07-23T04:33:55.796Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-07-23T04:33:56.031Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2817 | 2026-07-23T04:33:56.274Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2818 | 2026-07-23T04:33:56.529Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-07-23T04:33:56.577Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-07-23T04:33:56.772Z | Compiling git2 v0.20.4 |
| 2821 | 2026-07-23T04:33:56.787Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2822 | 2026-07-23T04:33:56.810Z | Compiling void v1.0.2 |
| 2823 | 2026-07-23T04:33:56.959Z | Compiling lzss v0.8.2 |
| 2824 | 2026-07-23T04:33:57.365Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-07-23T04:33:57.386Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-23T04:33:57.852Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-23T04:33:58.339Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-07-23T04:33:58.536Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2829 | 2026-07-23T04:33:58.787Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2830 | 2026-07-23T04:33:59.898Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-23T04:34:00.262Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-23T04:34:00.984Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-23T04:34:01.127Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-07-23T04:34:01.833Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-23T04:34:01.875Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-23T04:34:02.091Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-23T04:34:02.300Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-23T04:34:04.115Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-07-23T04:34:04.186Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-07-23T04:34:04.222Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-23T04:34:04.239Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-23T04:34:04.401Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-23T04:34:04.429Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-23T04:34:04.628Z | Compiling libsw v3.5.0 |
| 2845 | 2026-07-23T04:34:04.798Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2846 | 2026-07-23T04:34:04.819Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-07-23T04:34:04.847Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2848 | 2026-07-23T04:34:04.870Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2849 | 2026-07-23T04:34:04.966Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-23T04:34:05.241Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-23T04:34:05.411Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-23T04:34:06.757Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-23T04:34:07.403Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-23T04:34:08.697Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-23T04:34:09.103Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-23T04:34:09.434Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2857 | 2026-07-23T04:34:09.787Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2858 | 2026-07-23T04:34:09.791Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-07-23T04:34:10.116Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-23T04:34:10.138Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-23T04:34:10.494Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-23T04:34:11.377Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-07-23T04:34:11.474Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-07-23T04:34:11.784Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-07-23T04:34:13.617Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2866 | 2026-07-23T04:34:14.251Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2867 | 2026-07-23T04:34:14.859Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2868 | 2026-07-23T04:34:15.511Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2869 | 2026-07-23T04:34:15.646Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-23T04:34:15.857Z | Compiling signal-hook-tokio v0.3.1 |
| 2871 | 2026-07-23T04:34:16.049Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-07-23T04:34:16.400Z | Compiling yasna v0.5.2 |
| 2873 | 2026-07-23T04:34:16.425Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2874 | 2026-07-23T04:34:17.250Z | Compiling assert_matches v1.5.0 |
| 2875 | 2026-07-23T04:34:17.360Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-07-23T04:34:17.383Z | Compiling is_ci v1.2.0 |
| 2877 | 2026-07-23T04:34:17.537Z | Compiling supports-color v3.0.2 |
| 2878 | 2026-07-23T04:34:17.594Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-07-23T04:34:17.823Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2880 | 2026-07-23T04:34:18.051Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2881 | 2026-07-23T04:34:18.687Z | Compiling oxide-update-engine-display v0.1.2 |
| 2882 | 2026-07-23T04:34:18.779Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-07-23T04:34:19.703Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2884 | 2026-07-23T04:34:20.237Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-07-23T04:34:20.496Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-07-23T04:34:20.736Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-23T04:34:21.055Z | Compiling rtoolbox v0.0.3 |
| 2888 | 2026-07-23T04:34:21.329Z | Compiling subprocess v0.2.15 |
| 2889 | 2026-07-23T04:34:22.109Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-07-23T04:34:22.566Z | Compiling rpassword v7.5.4 |
| 2891 | 2026-07-23T04:34:23.107Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-23T04:34:23.559Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2893 | 2026-07-23T04:34:23.870Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2894 | 2026-07-23T04:34:24.008Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-07-23T04:34:25.094Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-23T04:34:25.390Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2897 | 2026-07-23T04:34:26.022Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2898 | 2026-07-23T04:34:26.429Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2899 | 2026-07-23T04:34:27.388Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2900 | 2026-07-23T04:34:27.626Z | Compiling uzers v0.12.2 |
| 2901 | 2026-07-23T04:34:27.853Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2902 | 2026-07-23T04:34:28.969Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2903 | 2026-07-23T04:34:29.984Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2904 | 2026-07-23T04:34:30.921Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2905 | 2026-07-23T04:34:31.404Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-23T04:34:33.270Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2907 | 2026-07-23T04:34:33.294Z | Compiling multimap v0.10.1 |
| 2908 | 2026-07-23T04:34:45.164Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2909 | 2026-07-23T04:34:50.851Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2910 | 2026-07-23T04:34:55.301Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2911 | 2026-07-23T04:34:55.428Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2912 | 2026-07-23T04:34:57.485Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2913 | 2026-07-23T04:41:36.002Z | Finished `release` profile [optimized] target(s) in 8m 48s |
| 2914 | 2026-07-23T04:42:24.457Z | |
| 2915 | 2026-07-23T04:42:24.457Z | real 9:38.247896781 |
| 2916 | 2026-07-23T04:42:24.457Z | user 1:18:42.098833334 |
| 2917 | 2026-07-23T04:42:24.457Z | sys 3:27.151861366 |
| 2918 | 2026-07-23T04:42:24.461Z | trap 1.700908290 |
| 2919 | 2026-07-23T04:42:24.461Z | tflt 2.571527574 |
| 2920 | 2026-07-23T04:42:24.461Z | dflt 17.716820623 |
| 2921 | 2026-07-23T04:42:24.461Z | kflt 0.005034552 |
| 2922 | 2026-07-23T04:42:24.461Z | lock 6:57:55.226520934 |
| 2923 | 2026-07-23T04:42:24.461Z | slp 2:12:03.271519761 |
| 2924 | 2026-07-23T04:42:24.461Z | lat 2:21.181211338 |
| 2925 | 2026-07-23T04:42:24.461Z | stop 5:01.994676264 |
| 2926 | 2026-07-23T04:42:24.461Z | + mapfile -t packages |
| 2927 | 2026-07-23T04:42:24.461Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2928 | 2026-07-23T04:42:25.339Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2929 | 2026-07-23T04:42:25.414Z | Running `target/release/omicron-package -t test list-outputs` |
| 2930 | 2026-07-23T04:42:25.472Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2931 | 2026-07-23T04:42:25.475Z | + ptime -m cargo build --locked --release -p xtask |
| 2932 | 2026-07-23T04:42:25.949Z | Compiling libc v0.2.185 |
| 2933 | 2026-07-23T04:42:25.949Z | Compiling serde_core v1.0.228 |
| 2934 | 2026-07-23T04:42:25.949Z | Compiling serde v1.0.228 |
| 2935 | 2026-07-23T04:42:25.953Z | Compiling rustix v1.1.3 |
| 2936 | 2026-07-23T04:42:25.953Z | Compiling serde_json v1.0.150 |
| 2937 | 2026-07-23T04:42:26.057Z | Compiling bitflags v2.11.0 |
| 2938 | 2026-07-23T04:42:26.112Z | Compiling syn v2.0.117 |
| 2939 | 2026-07-23T04:42:26.112Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-07-23T04:42:26.124Z | Compiling syn v1.0.109 |
| 2941 | 2026-07-23T04:42:26.144Z | Compiling log v0.4.29 |
| 2942 | 2026-07-23T04:42:26.156Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-07-23T04:42:26.166Z | Compiling indexmap v2.14.0 |
| 2944 | 2026-07-23T04:42:26.180Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-07-23T04:42:26.330Z | Compiling heck v0.4.1 |
| 2946 | 2026-07-23T04:42:26.394Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-07-23T04:42:26.418Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-07-23T04:42:26.827Z | Compiling thread-id v4.2.2 |
| 2949 | 2026-07-23T04:42:26.835Z | Compiling errno v0.3.14 |
| 2950 | 2026-07-23T04:42:26.839Z | Compiling memmap v0.7.0 |
| 2951 | 2026-07-23T04:42:27.573Z | Compiling proc-macro-error v1.0.4 |
| 2952 | 2026-07-23T04:42:27.819Z | Compiling terminal_size v0.4.3 |
| 2953 | 2026-07-23T04:42:27.819Z | Compiling tempfile v3.25.0 |
| 2954 | 2026-07-23T04:42:27.839Z | Compiling tabled_derive v0.7.0 |
| 2955 | 2026-07-23T04:42:27.914Z | Compiling clap_builder v4.6.0 |
| 2956 | 2026-07-23T04:42:27.914Z | Compiling textwrap v0.16.2 |
| 2957 | 2026-07-23T04:42:28.259Z | Compiling camino v1.2.2 |
| 2958 | 2026-07-23T04:42:28.273Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-07-23T04:42:28.302Z | Compiling cargo-platform v0.3.2 |
| 2960 | 2026-07-23T04:42:28.313Z | Compiling semver v1.0.28 |
| 2961 | 2026-07-23T04:42:28.544Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-23T04:42:28.575Z | Compiling camino-tempfile v1.4.1 |
| 2963 | 2026-07-23T04:42:28.784Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-07-23T04:42:28.784Z | Compiling thiserror-impl v1.0.69 |
| 2965 | 2026-07-23T04:42:28.787Z | Compiling zerocopy-derive v0.7.35 |
| 2966 | 2026-07-23T04:42:28.787Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-07-23T04:42:28.795Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-07-23T04:42:28.799Z | Compiling clap_derive v4.6.1 |
| 2969 | 2026-07-23T04:42:28.839Z | Compiling pest_derive v2.8.6 |
| 2970 | 2026-07-23T04:42:29.514Z | Compiling scroll v0.12.0 |
| 2971 | 2026-07-23T04:42:29.623Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-07-23T04:42:29.801Z | Compiling goblin v0.8.2 |
| 2973 | 2026-07-23T04:42:29.928Z | Compiling thiserror v1.0.69 |
| 2974 | 2026-07-23T04:42:30.045Z | Compiling dtrace-parser v0.2.0 |
| 2975 | 2026-07-23T04:42:30.191Z | Compiling thiserror v2.0.18 |
| 2976 | 2026-07-23T04:42:30.217Z | Compiling clap v4.6.1 |
| 2977 | 2026-07-23T04:42:31.973Z | Compiling dof v0.3.0 |
| 2978 | 2026-07-23T04:42:31.982Z | Compiling toml_datetime v0.6.11 |
| 2979 | 2026-07-23T04:42:32.004Z | Compiling serde_spanned v0.6.9 |
| 2980 | 2026-07-23T04:42:32.039Z | Compiling serde_tokenstream v0.2.3 |
| 2981 | 2026-07-23T04:42:32.156Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2982 | 2026-07-23T04:42:32.166Z | Compiling macaddr v1.0.1 |
| 2983 | 2026-07-23T04:42:32.177Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-07-23T04:42:32.190Z | Compiling cargo_metadata v0.23.1 |
| 2985 | 2026-07-23T04:42:32.655Z | Compiling usdt-macro v0.5.0 |
| 2986 | 2026-07-23T04:42:32.655Z | Compiling usdt-attr-macro v0.5.0 |
| 2987 | 2026-07-23T04:42:33.305Z | Compiling usdt v0.5.0 |
| 2988 | 2026-07-23T04:42:33.673Z | Compiling toml v0.8.23 |
| 2989 | 2026-07-23T04:42:34.111Z | Compiling cargo_toml v0.21.0 |
| 2990 | 2026-07-23T04:42:38.541Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2991 | 2026-07-23T04:42:41.767Z | Finished `release` profile [optimized] target(s) in 16.24s |
| 2992 | 2026-07-23T04:42:41.842Z | |
| 2993 | 2026-07-23T04:42:41.842Z | real 16.327756460 |
| 2994 | 2026-07-23T04:42:41.843Z | user 2:04.409809314 |
| 2995 | 2026-07-23T04:42:41.843Z | sys 13.902444707 |
| 2996 | 2026-07-23T04:42:41.852Z | trap 0.061202123 |
| 2997 | 2026-07-23T04:42:41.852Z | tflt 0.530658381 |
| 2998 | 2026-07-23T04:42:41.852Z | dflt 1.591710183 |
| 2999 | 2026-07-23T04:42:41.853Z | kflt 0.000051970 |
| 3000 | 2026-07-23T04:42:41.853Z | lock 4:27.940562343 |
| 3001 | 2026-07-23T04:42:41.853Z | slp 2:40.092974615 |
| 3002 | 2026-07-23T04:42:41.853Z | lat 3.960899163 |
| 3003 | 2026-07-23T04:42:41.853Z | stop 15.254134689 |
| 3004 | 2026-07-23T04:42:41.853Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-23T04:42:41.853Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3006 | 2026-07-23T04:42:41.853Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-23T04:42:41.853Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3008 | 2026-07-23T04:42:41.853Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3009 | 2026-07-23T04:42:42.740Z | Compiling progenitor-client v0.14.0 |
| 3010 | 2026-07-23T04:42:42.740Z | Compiling newtype-uuid-macros v0.1.0 |
| 3011 | 2026-07-23T04:42:42.751Z | Compiling match_cfg v0.1.0 |
| 3012 | 2026-07-23T04:42:42.751Z | Compiling slog-json v2.6.1 |
| 3013 | 2026-07-23T04:42:42.751Z | Compiling structmeta-derive v0.3.0 |
| 3014 | 2026-07-23T04:42:42.751Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3015 | 2026-07-23T04:42:42.882Z | Compiling sha1 v0.11.0 |
| 3016 | 2026-07-23T04:42:42.887Z | Compiling multer v3.1.0 |
| 3017 | 2026-07-23T04:42:42.888Z | Compiling compression-core v0.4.31 |
| 3018 | 2026-07-23T04:42:42.899Z | Compiling debug-ignore v1.0.5 |
| 3019 | 2026-07-23T04:42:42.899Z | Compiling itertools v0.14.0 |
| 3020 | 2026-07-23T04:42:42.912Z | Compiling async-stream-impl v0.3.6 |
| 3021 | 2026-07-23T04:42:42.912Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3022 | 2026-07-23T04:42:42.928Z | Compiling serde_spanned v1.1.1 |
| 3023 | 2026-07-23T04:42:42.955Z | Compiling dropshot v0.17.1 |
| 3024 | 2026-07-23T04:42:42.985Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3025 | 2026-07-23T04:42:43.035Z | Compiling waitgroup v0.1.2 |
| 3026 | 2026-07-23T04:42:43.147Z | Compiling compression-codecs v0.4.37 |
| 3027 | 2026-07-23T04:42:43.188Z | Compiling rustls-pemfile v2.2.0 |
| 3028 | 2026-07-23T04:42:43.229Z | Compiling hostname v0.3.1 |
| 3029 | 2026-07-23T04:42:43.229Z | Compiling dropshot_endpoint v0.17.1 |
| 3030 | 2026-07-23T04:42:43.261Z | Compiling serde_path_to_error v0.1.20 |
| 3031 | 2026-07-23T04:42:43.261Z | Compiling hostname v0.4.2 |
| 3032 | 2026-07-23T04:42:43.280Z | Compiling atomicwrites v0.4.4 |
| 3033 | 2026-07-23T04:42:43.301Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3034 | 2026-07-23T04:42:43.384Z | Compiling slog-bunyan v2.5.0 |
| 3035 | 2026-07-23T04:42:43.394Z | Compiling async-compression v0.4.41 |
| 3036 | 2026-07-23T04:42:43.408Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3037 | 2026-07-23T04:42:43.453Z | Compiling macaddr v1.0.1 |
| 3038 | 2026-07-23T04:42:43.475Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3039 | 2026-07-23T04:42:43.475Z | Compiling instant v0.1.13 |
| 3040 | 2026-07-23T04:42:43.522Z | Compiling regress v0.10.5 |
| 3041 | 2026-07-23T04:42:43.548Z | Compiling backon v1.6.0 |
| 3042 | 2026-07-23T04:42:43.588Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3043 | 2026-07-23T04:42:43.642Z | Compiling backoff v0.4.0 |
| 3044 | 2026-07-23T04:42:43.642Z | Compiling humantime v2.3.0 |
| 3045 | 2026-07-23T04:42:43.661Z | Compiling half v2.7.1 |
| 3046 | 2026-07-23T04:42:43.691Z | Compiling async-stream v0.3.6 |
| 3047 | 2026-07-23T04:42:43.705Z | Compiling progenitor-extras v0.2.0 |
| 3048 | 2026-07-23T04:42:43.743Z | Compiling crucible-workspace-hack v0.1.0 |
| 3049 | 2026-07-23T04:42:43.775Z | Compiling ciborium-io v0.2.2 |
| 3050 | 2026-07-23T04:42:43.808Z | Compiling regress v0.11.1 |
| 3051 | 2026-07-23T04:42:43.867Z | Compiling convert_case v0.4.0 |
| 3052 | 2026-07-23T04:42:43.878Z | Compiling secrecy v0.10.3 |
| 3053 | 2026-07-23T04:42:43.905Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3054 | 2026-07-23T04:42:43.926Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3055 | 2026-07-23T04:42:43.950Z | Compiling ciborium-ll v0.2.2 |
| 3056 | 2026-07-23T04:42:43.994Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3057 | 2026-07-23T04:42:44.010Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3058 | 2026-07-23T04:42:44.035Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3059 | 2026-07-23T04:42:44.062Z | Compiling inout v0.1.4 |
| 3060 | 2026-07-23T04:42:44.084Z | Compiling unsafe-libyaml v0.2.11 |
| 3061 | 2026-07-23T04:42:44.103Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3062 | 2026-07-23T04:42:44.144Z | Compiling ciborium v0.2.2 |
| 3063 | 2026-07-23T04:42:44.167Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3064 | 2026-07-23T04:42:44.182Z | Compiling universal-hash v0.5.1 |
| 3065 | 2026-07-23T04:42:44.252Z | Compiling structmeta v0.3.0 |
| 3066 | 2026-07-23T04:42:44.265Z | Compiling cipher v0.4.4 |
| 3067 | 2026-07-23T04:42:44.277Z | Compiling derive_more v0.99.20 |
| 3068 | 2026-07-23T04:42:44.285Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-07-23T04:42:44.314Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3070 | 2026-07-23T04:42:44.345Z | Compiling blake2 v0.10.6 |
| 3071 | 2026-07-23T04:42:44.358Z | Compiling poly1305 v0.8.0 |
| 3072 | 2026-07-23T04:42:44.377Z | Compiling aead v0.5.2 |
| 3073 | 2026-07-23T04:42:44.514Z | Compiling derive-ex v0.1.8 |
| 3074 | 2026-07-23T04:42:44.535Z | Compiling parse-display-derive v0.10.0 |
| 3075 | 2026-07-23T04:42:44.608Z | Compiling chacha20 v0.9.1 |
| 3076 | 2026-07-23T04:42:44.684Z | Compiling serde_yaml v0.9.34+deprecated |
| 3077 | 2026-07-23T04:42:44.703Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3078 | 2026-07-23T04:42:44.736Z | Compiling password-hash v0.5.0 |
| 3079 | 2026-07-23T04:42:44.854Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-23T04:42:44.886Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-07-23T04:42:44.902Z | Compiling chacha20poly1305 v0.10.1 |
| 3082 | 2026-07-23T04:42:44.930Z | Compiling darling_core v0.21.3 |
| 3083 | 2026-07-23T04:42:45.020Z | Compiling argon2 v0.5.3 |
| 3084 | 2026-07-23T04:42:45.076Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-07-23T04:42:45.110Z | Compiling heapless v0.8.0 |
| 3086 | 2026-07-23T04:42:45.159Z | Compiling tabwriter v1.4.1 |
| 3087 | 2026-07-23T04:42:45.177Z | Compiling hash32 v0.3.1 |
| 3088 | 2026-07-23T04:42:45.342Z | Compiling thiserror-no-std v2.0.2 |
| 3089 | 2026-07-23T04:42:45.363Z | Compiling smoltcp v0.11.0 |
| 3090 | 2026-07-23T04:42:45.416Z | Compiling typify-impl v0.6.2 |
| 3091 | 2026-07-23T04:42:45.452Z | Compiling vsss-rs v3.3.4 |
| 3092 | 2026-07-23T04:42:45.469Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3093 | 2026-07-23T04:42:45.748Z | Compiling proc-macro-crate v3.4.0 |
| 3094 | 2026-07-23T04:42:45.960Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3095 | 2026-07-23T04:42:46.220Z | Compiling cobs v0.3.0 |
| 3096 | 2026-07-23T04:42:46.257Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3097 | 2026-07-23T04:42:46.274Z | Compiling test-strategy v0.4.5 |
| 3098 | 2026-07-23T04:42:46.274Z | Compiling colored v3.1.1 |
| 3099 | 2026-07-23T04:42:46.334Z | Compiling parse-display v0.10.0 |
| 3100 | 2026-07-23T04:42:46.353Z | Compiling num_enum_derive v0.7.6 |
| 3101 | 2026-07-23T04:42:46.470Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3102 | 2026-07-23T04:42:46.517Z | Compiling postcard v1.1.3 |
| 3103 | 2026-07-23T04:42:46.643Z | Compiling proc-macro-error v1.0.4 |
| 3104 | 2026-07-23T04:42:46.660Z | Compiling proc-macro-crate v1.3.1 |
| 3105 | 2026-07-23T04:42:46.679Z | Compiling rand v0.10.1 |
| 3106 | 2026-07-23T04:42:46.741Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-07-23T04:42:46.781Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-23T04:42:46.904Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3109 | 2026-07-23T04:42:46.974Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3110 | 2026-07-23T04:42:46.988Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2026-07-23T04:42:47.038Z | Compiling foreign-types-shared v0.3.1 |
| 3112 | 2026-07-23T04:42:47.124Z | Compiling rayon-core v1.13.0 |
| 3113 | 2026-07-23T04:42:47.150Z | Compiling num_enum_derive v0.5.11 |
| 3114 | 2026-07-23T04:42:47.231Z | Compiling crossbeam-deque v0.8.6 |
| 3115 | 2026-07-23T04:42:47.254Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3116 | 2026-07-23T04:42:47.281Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3117 | 2026-07-23T04:42:47.297Z | Compiling cstr-argument v0.1.2 |
| 3118 | 2026-07-23T04:42:47.355Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3119 | 2026-07-23T04:42:47.420Z | Compiling foreign-types v0.5.0 |
| 3120 | 2026-07-23T04:42:47.481Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3121 | 2026-07-23T04:42:47.491Z | Compiling num_enum v0.7.6 |
| 3122 | 2026-07-23T04:42:47.491Z | Compiling darling_macro v0.21.3 |
| 3123 | 2026-07-23T04:42:47.545Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3124 | 2026-07-23T04:42:47.609Z | Compiling zone_cfg_derive v0.3.1 |
| 3125 | 2026-07-23T04:42:47.650Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3126 | 2026-07-23T04:42:47.665Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-07-23T04:42:47.762Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3128 | 2026-07-23T04:42:47.802Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3129 | 2026-07-23T04:42:47.825Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-23T04:42:47.837Z | Compiling num-derive v0.4.2 |
| 3131 | 2026-07-23T04:42:47.861Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3132 | 2026-07-23T04:42:47.899Z | Compiling rayon v1.11.0 |
| 3133 | 2026-07-23T04:42:47.923Z | Compiling sigpipe v0.1.3 |
| 3134 | 2026-07-23T04:42:48.407Z | Compiling glob v0.3.3 |
| 3135 | 2026-07-23T04:42:48.431Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-07-23T04:42:48.431Z | Compiling darling v0.21.3 |
| 3137 | 2026-07-23T04:42:48.431Z | Compiling cpubits v0.1.1 |
| 3138 | 2026-07-23T04:42:48.432Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3139 | 2026-07-23T04:42:48.432Z | Compiling ingot-macros v0.1.1 |
| 3140 | 2026-07-23T04:42:48.432Z | Compiling smf v0.2.3 |
| 3141 | 2026-07-23T04:42:48.432Z | Compiling num_enum v0.5.11 |
| 3142 | 2026-07-23T04:42:48.432Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3143 | 2026-07-23T04:42:48.432Z | Compiling whoami v1.6.1 |
| 3144 | 2026-07-23T04:42:48.432Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3145 | 2026-07-23T04:42:48.432Z | Compiling usdt-macro v0.5.0 |
| 3146 | 2026-07-23T04:42:48.432Z | Compiling usdt-attr-macro v0.5.0 |
| 3147 | 2026-07-23T04:42:48.439Z | Compiling gethostname v0.5.0 |
| 3148 | 2026-07-23T04:42:48.469Z | Compiling num-rational v0.4.2 |
| 3149 | 2026-07-23T04:42:48.594Z | Compiling pem-rfc7468 v1.0.0 |
| 3150 | 2026-07-23T04:42:48.732Z | Compiling num-complex v0.4.6 |
| 3151 | 2026-07-23T04:42:48.756Z | Compiling derive-where v1.6.0 |
| 3152 | 2026-07-23T04:42:48.827Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3153 | 2026-07-23T04:42:48.916Z | Compiling memmap v0.7.0 |
| 3154 | 2026-07-23T04:42:48.926Z | Compiling float-ord v0.3.2 |
| 3155 | 2026-07-23T04:42:49.063Z | Compiling zone v0.3.1 |
| 3156 | 2026-07-23T04:42:49.075Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-23T04:42:49.075Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-23T04:42:49.122Z | Compiling num v0.4.3 |
| 3159 | 2026-07-23T04:42:49.169Z | Compiling universal-hash v0.6.1 |
| 3160 | 2026-07-23T04:42:49.218Z | Compiling resolv-conf v0.7.6 |
| 3161 | 2026-07-23T04:42:49.230Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3162 | 2026-07-23T04:42:49.266Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-07-23T04:42:49.281Z | Compiling usdt v0.5.0 |
| 3164 | 2026-07-23T04:42:49.301Z | Compiling polyval v0.7.1 |
| 3165 | 2026-07-23T04:42:49.319Z | Compiling der v0.8.0 |
| 3166 | 2026-07-23T04:42:49.382Z | Compiling prettyplease v0.2.37 |
| 3167 | 2026-07-23T04:42:49.446Z | Compiling pbkdf2 v0.13.0 |
| 3168 | 2026-07-23T04:42:49.606Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3169 | 2026-07-23T04:42:49.638Z | Compiling ghash v0.6.0 |
| 3170 | 2026-07-23T04:42:49.641Z | Compiling aes v0.9.1 |
| 3171 | 2026-07-23T04:42:49.642Z | Compiling console v0.15.11 |
| 3172 | 2026-07-23T04:42:49.738Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-07-23T04:42:49.775Z | Compiling newline-converter v0.3.0 |
| 3174 | 2026-07-23T04:42:49.781Z | Compiling ctr v0.10.1 |
| 3175 | 2026-07-23T04:42:49.802Z | Compiling aead v0.6.1 |
| 3176 | 2026-07-23T04:42:49.803Z | Compiling sha2 v0.11.0 |
| 3177 | 2026-07-23T04:42:49.894Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-07-23T04:42:49.907Z | Compiling linked-hash-map v0.5.6 |
| 3179 | 2026-07-23T04:42:49.987Z | Compiling typify-macro v0.6.2 |
| 3180 | 2026-07-23T04:42:50.000Z | Compiling libefi-sys v0.1.0 |
| 3181 | 2026-07-23T04:42:50.035Z | Compiling expectorate v1.2.0 |
| 3182 | 2026-07-23T04:42:50.102Z | Compiling lru-cache v0.1.2 |
| 3183 | 2026-07-23T04:42:50.126Z | Compiling aes-gcm v0.11.0 |
| 3184 | 2026-07-23T04:42:50.204Z | Compiling oxide-update-engine-types v0.1.2 |
| 3185 | 2026-07-23T04:42:50.244Z | Compiling spki v0.8.0 |
| 3186 | 2026-07-23T04:42:50.284Z | Compiling crypto-bigint v0.7.5 |
| 3187 | 2026-07-23T04:42:50.311Z | Compiling salsa20 v0.11.0 |
| 3188 | 2026-07-23T04:42:50.330Z | Compiling cbc v0.2.1 |
| 3189 | 2026-07-23T04:42:50.355Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-07-23T04:42:50.471Z | Compiling nom v8.0.0 |
| 3191 | 2026-07-23T04:42:50.496Z | Compiling semver v0.1.20 |
| 3192 | 2026-07-23T04:42:50.643Z | Compiling scrypt v0.12.0 |
| 3193 | 2026-07-23T04:42:50.720Z | Compiling rustc_version v0.1.7 |
| 3194 | 2026-07-23T04:42:50.737Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-07-23T04:42:50.794Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3196 | 2026-07-23T04:42:50.824Z | Compiling slog-dtrace v0.3.0 |
| 3197 | 2026-07-23T04:42:50.947Z | Compiling minimal-lexical v0.2.1 |
| 3198 | 2026-07-23T04:42:50.980Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-23T04:42:51.053Z | Compiling newtype_derive v0.1.6 |
| 3200 | 2026-07-23T04:42:51.070Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-07-23T04:42:51.085Z | Compiling oxide-tokio-rt v0.1.4 |
| 3202 | 2026-07-23T04:42:51.149Z | Compiling ingot-types v0.1.2 |
| 3203 | 2026-07-23T04:42:51.152Z | Compiling pkcs5 v0.8.1 |
| 3204 | 2026-07-23T04:42:51.182Z | Compiling nom v7.1.3 |
| 3205 | 2026-07-23T04:42:51.227Z | Compiling oxide-update-engine v0.1.2 |
| 3206 | 2026-07-23T04:42:51.293Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3207 | 2026-07-23T04:42:51.383Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-07-23T04:42:51.411Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3209 | 2026-07-23T04:42:51.430Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3210 | 2026-07-23T04:42:51.460Z | Compiling phf_shared v0.12.1 |
| 3211 | 2026-07-23T04:42:51.536Z | Compiling ingot v0.1.1 |
| 3212 | 2026-07-23T04:42:51.592Z | Compiling csv-core v0.1.13 |
| 3213 | 2026-07-23T04:42:51.662Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3214 | 2026-07-23T04:42:51.728Z | Compiling unicode-xid v0.2.6 |
| 3215 | 2026-07-23T04:42:51.747Z | Compiling highway v1.3.0 |
| 3216 | 2026-07-23T04:42:51.767Z | Compiling chrono-tz v0.10.4 |
| 3217 | 2026-07-23T04:42:51.771Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-07-23T04:42:51.802Z | Compiling csv v1.4.0 |
| 3219 | 2026-07-23T04:42:51.834Z | Compiling typify v0.6.2 |
| 3220 | 2026-07-23T04:42:51.874Z | Compiling phf v0.12.1 |
| 3221 | 2026-07-23T04:42:51.889Z | Compiling hickory-resolver v0.24.4 |
| 3222 | 2026-07-23T04:42:51.968Z | Compiling progenitor-impl v0.14.0 |
| 3223 | 2026-07-23T04:42:51.998Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3224 | 2026-07-23T04:42:52.018Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3225 | 2026-07-23T04:42:52.054Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3226 | 2026-07-23T04:42:52.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3227 | 2026-07-23T04:42:52.231Z | Compiling xshell v0.2.7 |
| 3228 | 2026-07-23T04:42:52.394Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3229 | 2026-07-23T04:42:52.589Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3230 | 2026-07-23T04:42:52.660Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3231 | 2026-07-23T04:42:52.775Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3232 | 2026-07-23T04:42:52.832Z | Compiling const_format_proc_macros v0.2.34 |
| 3233 | 2026-07-23T04:42:52.994Z | Compiling qorb v0.4.1 |
| 3234 | 2026-07-23T04:42:53.014Z | Compiling pkcs8 v0.11.0 |
| 3235 | 2026-07-23T04:42:53.125Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3236 | 2026-07-23T04:42:53.344Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3237 | 2026-07-23T04:42:53.500Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3238 | 2026-07-23T04:42:53.585Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-23T04:42:53.717Z | Compiling const_format v0.2.35 |
| 3240 | 2026-07-23T04:42:53.810Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3241 | 2026-07-23T04:42:53.834Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3242 | 2026-07-23T04:42:54.030Z | Compiling tabled_derive v0.7.0 |
| 3243 | 2026-07-23T04:42:54.061Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-23T04:42:54.145Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3245 | 2026-07-23T04:42:54.164Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3246 | 2026-07-23T04:42:54.167Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3247 | 2026-07-23T04:42:54.493Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3248 | 2026-07-23T04:42:54.650Z | Compiling progenitor-macro v0.14.0 |
| 3249 | 2026-07-23T04:42:54.700Z | Compiling bcs v0.1.6 |
| 3250 | 2026-07-23T04:42:54.935Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3251 | 2026-07-23T04:42:54.965Z | Compiling ff v0.14.0 |
| 3252 | 2026-07-23T04:42:54.995Z | Compiling salty v0.3.0 |
| 3253 | 2026-07-23T04:42:55.054Z | Compiling termtree v0.5.1 |
| 3254 | 2026-07-23T04:42:55.091Z | Compiling tagptr v0.2.0 |
| 3255 | 2026-07-23T04:42:55.108Z | Compiling tabled v0.15.0 |
| 3256 | 2026-07-23T04:42:55.136Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-07-23T04:42:55.239Z | Compiling moka v0.12.13 |
| 3258 | 2026-07-23T04:42:55.274Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-07-23T04:42:55.336Z | Compiling steno v0.4.1 |
| 3260 | 2026-07-23T04:42:55.452Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-07-23T04:42:55.514Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-23T04:42:55.612Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-23T04:42:55.654Z | Compiling base16ct v1.0.0 |
| 3264 | 2026-07-23T04:42:55.693Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3265 | 2026-07-23T04:42:55.774Z | Compiling radium v0.7.0 |
| 3266 | 2026-07-23T04:42:55.825Z | Compiling base64 v0.21.7 |
| 3267 | 2026-07-23T04:42:55.874Z | Compiling sec1 v0.8.1 |
| 3268 | 2026-07-23T04:42:56.051Z | Compiling hickory-resolver v0.25.2 |
| 3269 | 2026-07-23T04:42:56.094Z | Compiling group v0.14.0 |
| 3270 | 2026-07-23T04:42:56.117Z | Compiling hkdf v0.13.0 |
| 3271 | 2026-07-23T04:42:56.179Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3272 | 2026-07-23T04:42:56.211Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3273 | 2026-07-23T04:42:56.311Z | Compiling rfc6979 v0.4.0 |
| 3274 | 2026-07-23T04:42:56.314Z | Compiling maybe-uninit v2.0.0 |
| 3275 | 2026-07-23T04:42:56.347Z | Compiling tap v1.0.1 |
| 3276 | 2026-07-23T04:42:56.347Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3277 | 2026-07-23T04:42:56.527Z | Compiling wyz v0.5.1 |
| 3278 | 2026-07-23T04:42:56.549Z | Compiling ecdsa v0.16.9 |
| 3279 | 2026-07-23T04:42:56.785Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-07-23T04:42:56.978Z | Compiling primeorder v0.13.6 |
| 3281 | 2026-07-23T04:42:56.994Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3282 | 2026-07-23T04:42:57.123Z | Compiling funty v2.0.0 |
| 3283 | 2026-07-23T04:42:57.142Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-07-23T04:42:57.233Z | Compiling utf-8 v0.7.6 |
| 3285 | 2026-07-23T04:42:57.267Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3286 | 2026-07-23T04:42:57.443Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3287 | 2026-07-23T04:42:57.443Z | Compiling packed_struct v0.10.1 |
| 3288 | 2026-07-23T04:42:57.477Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-07-23T04:42:57.534Z | Compiling bitvec v1.0.1 |
| 3290 | 2026-07-23T04:42:57.574Z | Compiling tungstenite v0.21.0 |
| 3291 | 2026-07-23T04:42:57.596Z | Compiling p384 v0.13.1 |
| 3292 | 2026-07-23T04:42:57.800Z | Compiling rfc6979 v0.5.0 |
| 3293 | 2026-07-23T04:42:57.823Z | Compiling git-stub v1.0.0 |
| 3294 | 2026-07-23T04:42:57.840Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3295 | 2026-07-23T04:42:57.933Z | Compiling packed_struct_codegen v0.10.1 |
| 3296 | 2026-07-23T04:42:57.980Z | Compiling num-derive v0.3.3 |
| 3297 | 2026-07-23T04:42:57.998Z | Compiling bitfield-macros v0.19.4 |
| 3298 | 2026-07-23T04:42:58.071Z | Compiling zerocopy-derive v0.6.6 |
| 3299 | 2026-07-23T04:42:58.116Z | Compiling indexmap v1.9.3 |
| 3300 | 2026-07-23T04:42:58.212Z | Compiling crc-catalog v2.4.0 |
| 3301 | 2026-07-23T04:42:58.332Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3302 | 2026-07-23T04:42:58.365Z | Compiling nodrop v0.1.14 |
| 3303 | 2026-07-23T04:42:58.453Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3304 | 2026-07-23T04:42:58.489Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-23T04:42:58.631Z | Compiling crc v3.4.0 |
| 3306 | 2026-07-23T04:42:58.650Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3307 | 2026-07-23T04:42:58.669Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-23T04:42:58.727Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-23T04:42:58.744Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3310 | 2026-07-23T04:42:58.788Z | Compiling bitfield v0.19.4 |
| 3311 | 2026-07-23T04:42:58.863Z | Compiling ecdsa v0.17.0-rc.18 |
| 3312 | 2026-07-23T04:42:58.880Z | Compiling tabled_derive v0.11.0 |
| 3313 | 2026-07-23T04:42:58.993Z | Compiling libscf-sys v1.1.0 |
| 3314 | 2026-07-23T04:42:59.027Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-07-23T04:42:59.046Z | Compiling smallvec v0.6.14 |
| 3316 | 2026-07-23T04:42:59.121Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-07-23T04:42:59.125Z | Compiling primeorder v0.14.0-rc.10 |
| 3318 | 2026-07-23T04:42:59.142Z | Compiling primefield v0.14.0 |
| 3319 | 2026-07-23T04:42:59.279Z | Compiling progenitor-impl v0.13.0 |
| 3320 | 2026-07-23T04:42:59.306Z | Compiling papergrid v0.17.0 |
| 3321 | 2026-07-23T04:42:59.326Z | Compiling testing_table v0.3.0 |
| 3322 | 2026-07-23T04:42:59.384Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3323 | 2026-07-23T04:42:59.388Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3324 | 2026-07-23T04:42:59.416Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3325 | 2026-07-23T04:42:59.529Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3326 | 2026-07-23T04:42:59.546Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-07-23T04:42:59.563Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3328 | 2026-07-23T04:42:59.636Z | Compiling hashbrown v0.12.3 |
| 3329 | 2026-07-23T04:42:59.740Z | Compiling unicase v2.9.0 |
| 3330 | 2026-07-23T04:42:59.772Z | Compiling progenitor v0.14.0 |
| 3331 | 2026-07-23T04:42:59.789Z | Compiling corncobs v0.1.4 |
| 3332 | 2026-07-23T04:42:59.808Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3333 | 2026-07-23T04:42:59.948Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3334 | 2026-07-23T04:42:59.966Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-07-23T04:42:59.970Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3336 | 2026-07-23T04:43:00.003Z | Compiling mime_guess v2.0.5 |
| 3337 | 2026-07-23T04:43:00.019Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-07-23T04:43:00.041Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3339 | 2026-07-23T04:43:00.153Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-07-23T04:43:00.171Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-07-23T04:43:00.190Z | Compiling parking_lot v0.11.2 |
| 3342 | 2026-07-23T04:43:00.393Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3343 | 2026-07-23T04:43:00.455Z | Compiling tabled v0.20.0 |
| 3344 | 2026-07-23T04:43:00.475Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3345 | 2026-07-23T04:43:00.499Z | Compiling serde-hex v0.1.0 |
| 3346 | 2026-07-23T04:43:00.502Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3347 | 2026-07-23T04:43:00.532Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3348 | 2026-07-23T04:43:00.612Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-23T04:43:00.768Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-23T04:43:00.827Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3351 | 2026-07-23T04:43:00.919Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3352 | 2026-07-23T04:43:01.007Z | Compiling hashbrown v0.13.2 |
| 3353 | 2026-07-23T04:43:01.075Z | Compiling progenitor-client v0.13.0 |
| 3354 | 2026-07-23T04:43:01.186Z | Compiling prefix-trie v0.7.0 |
| 3355 | 2026-07-23T04:43:01.289Z | Compiling fxhash v0.2.1 |
| 3356 | 2026-07-23T04:43:01.422Z | Compiling secrecy v0.8.0 |
| 3357 | 2026-07-23T04:43:01.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3358 | 2026-07-23T04:43:01.536Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-07-23T04:43:01.615Z | Compiling hickory-server v0.25.2 |
| 3360 | 2026-07-23T04:43:01.718Z | Compiling object v0.30.4 |
| 3361 | 2026-07-23T04:43:01.754Z | Compiling sled v0.34.7 |
| 3362 | 2026-07-23T04:43:01.939Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3363 | 2026-07-23T04:43:02.033Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3364 | 2026-07-23T04:43:02.257Z | Compiling progenitor-macro v0.13.0 |
| 3365 | 2026-07-23T04:43:02.665Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3366 | 2026-07-23T04:43:02.728Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3367 | 2026-07-23T04:43:02.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3368 | 2026-07-23T04:43:03.077Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3369 | 2026-07-23T04:43:03.115Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3370 | 2026-07-23T04:43:03.410Z | Compiling ed25519 v3.0.0 |
| 3371 | 2026-07-23T04:43:03.504Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-23T04:43:03.562Z | Compiling crypto-primes v0.7.2 |
| 3373 | 2026-07-23T04:43:03.750Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3374 | 2026-07-23T04:43:04.296Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3375 | 2026-07-23T04:43:04.316Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3376 | 2026-07-23T04:43:04.375Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3377 | 2026-07-23T04:43:04.544Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3378 | 2026-07-23T04:43:04.656Z | Compiling poly1305 v0.9.0 |
| 3379 | 2026-07-23T04:43:04.678Z | Compiling blowfish v0.10.0 |
| 3380 | 2026-07-23T04:43:04.819Z | Compiling blake2 v0.11.0-rc.6 |
| 3381 | 2026-07-23T04:43:04.951Z | Compiling keccak v0.2.0 |
| 3382 | 2026-07-23T04:43:04.969Z | Compiling half v1.8.3 |
| 3383 | 2026-07-23T04:43:04.986Z | Compiling http-range v0.1.5 |
| 3384 | 2026-07-23T04:43:05.081Z | Compiling fiat-crypto v0.3.0 |
| 3385 | 2026-07-23T04:43:05.163Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-07-23T04:43:05.181Z | Compiling crc8 v0.1.1 |
| 3387 | 2026-07-23T04:43:05.206Z | Compiling serde_cbor v0.11.2 |
| 3388 | 2026-07-23T04:43:05.270Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-07-23T04:43:05.350Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3390 | 2026-07-23T04:43:05.355Z | Compiling argon2 v0.6.0-rc.8 |
| 3391 | 2026-07-23T04:43:05.355Z | Compiling sha3 v0.11.0 |
| 3392 | 2026-07-23T04:43:05.436Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3393 | 2026-07-23T04:43:05.455Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3394 | 2026-07-23T04:43:05.508Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3395 | 2026-07-23T04:43:05.782Z | Compiling rsa v0.10.0-rc.18 |
| 3396 | 2026-07-23T04:43:05.828Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3397 | 2026-07-23T04:43:05.844Z | Compiling illumos-nvpair v0.3.0 |
| 3398 | 2026-07-23T04:43:06.143Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-23T04:43:06.257Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-23T04:43:06.363Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3401 | 2026-07-23T04:43:06.379Z | Compiling p521 v0.14.0-rc.10 |
| 3402 | 2026-07-23T04:43:06.395Z | Compiling p256 v0.14.0-rc.10 |
| 3403 | 2026-07-23T04:43:06.475Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-07-23T04:43:06.494Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3405 | 2026-07-23T04:43:06.528Z | Compiling yasna v0.5.2 |
| 3406 | 2026-07-23T04:43:06.588Z | Compiling kstat-rs v0.2.4 |
| 3407 | 2026-07-23T04:43:06.796Z | Compiling headers-core v0.3.0 |
| 3408 | 2026-07-23T04:43:06.903Z | Compiling kem v0.3.0 |
| 3409 | 2026-07-23T04:43:06.947Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3410 | 2026-07-23T04:43:07.012Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-23T04:43:07.055Z | Compiling nanorand v0.7.0 |
| 3412 | 2026-07-23T04:43:07.075Z | Compiling atty v0.2.14 |
| 3413 | 2026-07-23T04:43:07.210Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3414 | 2026-07-23T04:43:07.227Z | Compiling ml-kem v0.3.2 |
| 3415 | 2026-07-23T04:43:07.248Z | Compiling progenitor v0.13.0 |
| 3416 | 2026-07-23T04:43:07.264Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-07-23T04:43:07.292Z | Compiling flume v0.11.1 |
| 3418 | 2026-07-23T04:43:07.353Z | Compiling headers v0.4.1 |
| 3419 | 2026-07-23T04:43:07.370Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3420 | 2026-07-23T04:43:07.418Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3421 | 2026-07-23T04:43:07.613Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-07-23T04:43:07.636Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3423 | 2026-07-23T04:43:07.764Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3424 | 2026-07-23T04:43:08.090Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3425 | 2026-07-23T04:43:08.148Z | Compiling hyper-staticfile v0.10.1 |
| 3426 | 2026-07-23T04:43:08.166Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3427 | 2026-07-23T04:43:08.198Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3428 | 2026-07-23T04:43:08.358Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3429 | 2026-07-23T04:43:08.554Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3430 | 2026-07-23T04:43:08.660Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3431 | 2026-07-23T04:43:08.677Z | Compiling russh-cryptovec v0.61.0 |
| 3432 | 2026-07-23T04:43:08.926Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-07-23T04:43:08.951Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3434 | 2026-07-23T04:43:08.955Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3435 | 2026-07-23T04:43:09.066Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-07-23T04:43:09.199Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3437 | 2026-07-23T04:43:09.285Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3438 | 2026-07-23T04:43:09.382Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3439 | 2026-07-23T04:43:09.541Z | Compiling port-file v0.1.0 |
| 3440 | 2026-07-23T04:43:09.776Z | Compiling num-bigint v0.4.6 |
| 3441 | 2026-07-23T04:43:09.794Z | Compiling generic-array v1.4.3 |
| 3442 | 2026-07-23T04:43:09.816Z | Compiling russh-util v0.52.0 |
| 3443 | 2026-07-23T04:43:09.955Z | Compiling enum_dispatch v0.3.13 |
| 3444 | 2026-07-23T04:43:09.989Z | Compiling delegate v0.13.5 |
| 3445 | 2026-07-23T04:43:10.006Z | Compiling subprocess v0.2.15 |
| 3446 | 2026-07-23T04:43:10.306Z | Compiling p384 v0.14.0-rc.10 |
| 3447 | 2026-07-23T04:43:10.325Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-07-23T04:43:10.497Z | Compiling display-error-chain v0.2.2 |
| 3449 | 2026-07-23T04:43:10.663Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-23T04:43:10.724Z | Compiling md5 v0.8.0 |
| 3451 | 2026-07-23T04:43:10.774Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-07-23T04:43:10.789Z | Compiling colored v2.2.0 |
| 3453 | 2026-07-23T04:43:10.804Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-07-23T04:43:10.804Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-23T04:43:10.839Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3456 | 2026-07-23T04:43:11.015Z | Compiling internet-checksum v0.2.1 |
| 3457 | 2026-07-23T04:43:12.026Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3458 | 2026-07-23T04:43:12.400Z | Compiling ssh-key v0.7.0-rc.10 |
| 3459 | 2026-07-23T04:43:12.705Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3460 | 2026-07-23T04:43:13.164Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3461 | 2026-07-23T04:43:13.619Z | Compiling russh v0.61.2 |
| 3462 | 2026-07-23T04:43:14.305Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3463 | 2026-07-23T04:43:14.649Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3464 | 2026-07-23T04:43:23.222Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3465 | 2026-07-23T04:43:23.222Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3466 | 2026-07-23T04:43:23.226Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-07-23T04:43:23.226Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-07-23T04:43:24.931Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-07-23T04:43:25.103Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3470 | 2026-07-23T04:43:28.932Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3471 | 2026-07-23T04:44:08.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3472 | 2026-07-23T04:44:08.763Z | |
| 3473 | 2026-07-23T04:44:08.763Z | real 1:26.842521647 |
| 3474 | 2026-07-23T04:44:08.763Z | user 8:39.819603243 |
| 3475 | 2026-07-23T04:44:08.763Z | sys 1:43.231037142 |
| 3476 | 2026-07-23T04:44:08.763Z | trap 0.268121656 |
| 3477 | 2026-07-23T04:44:08.763Z | tflt 0.442079175 |
| 3478 | 2026-07-23T04:44:08.763Z | dflt 1.680389721 |
| 3479 | 2026-07-23T04:44:08.768Z | kflt 0.000193680 |
| 3480 | 2026-07-23T04:44:08.769Z | lock 30:48.816220799 |
| 3481 | 2026-07-23T04:44:08.769Z | slp 19:47.658710119 |
| 3482 | 2026-07-23T04:44:08.769Z | lat 44.115210918 |
| 3483 | 2026-07-23T04:44:08.769Z | stop 3:05.263534409 |
| 3484 | 2026-07-23T04:44:08.769Z | + mkdir tests |
| 3485 | 2026-07-23T04:44:08.769Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3486 | 2026-07-23T04:44:08.769Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3487 | 2026-07-23T04:44:08.769Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3488 | 2026-07-23T04:44:08.796Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3489 | 2026-07-23T04:44:08.826Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3490 | 2026-07-23T04:44:08.853Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3491 | 2026-07-23T04:44:09.086Z | + 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) |
| 3492 | 2026-07-23T04:44:09.090Z | + 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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 |
| 3493 | 2026-07-23T04:45:28.783Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3494 | 2026-07-23T04:45:28.783Z | a .github/buildomat/ci-env.sh 1K |
| 3495 | 2026-07-23T04:45:28.783Z | a out/target/test 1K |
| 3496 | 2026-07-23T04:45:28.783Z | a out/npuzone/npuzone 27402K |
| 3497 | 2026-07-23T04:45:28.783Z | a package-manifest.toml 35K |
| 3498 | 2026-07-23T04:45:28.783Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3499 | 2026-07-23T04:45:28.783Z | a target/release/omicron-package 40702K |
| 3500 | 2026-07-23T04:45:28.783Z | a target/release/xtask 10468K |
| 3501 | 2026-07-23T04:45:28.783Z | a target/debug/bootstrap 349604K |
| 3502 | 2026-07-23T04:45:28.784Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3503 | 2026-07-23T04:45:28.784Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3504 | 2026-07-23T04:45:28.784Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3505 | 2026-07-23T04:45:28.784Z | a tests/end_to_end_tests-fe05326eebb245d2 399481K |
| 3506 | 2026-07-23T04:45:28.784Z | a tools/opte_version 1K |
| 3507 | 2026-07-23T04:45:28.784Z | a tools/opte_version_override 2K |
| 3508 | 2026-07-23T04:45:28.784Z | a out/clickhouse.tar.gz 310686K |
| 3509 | 2026-07-23T04:45:28.784Z | a out/clickhouse_keeper.tar.gz 297158K |
| 3510 | 2026-07-23T04:45:28.784Z | a out/clickhouse_server.tar.gz 310683K |
| 3511 | 2026-07-23T04:45:28.784Z | a out/cockroachdb.tar.gz 161716K |
| 3512 | 2026-07-23T04:45:28.784Z | a out/crucible-pantry-zone.tar.gz 39102K |
| 3513 | 2026-07-23T04:45:28.784Z | a out/crucible-utils.tar 18900K |
| 3514 | 2026-07-23T04:45:28.784Z | a out/crucible-zone.tar.gz 53798K |
| 3515 | 2026-07-23T04:45:28.784Z | a out/external-dns.tar.gz 46145K |
| 3516 | 2026-07-23T04:45:28.784Z | a out/internal-dns.tar.gz 46144K |
| 3517 | 2026-07-23T04:45:28.784Z | a out/mg-ddm-gz.tar 102717K |
| 3518 | 2026-07-23T04:45:28.784Z | a out/nexus.tar.gz 272889K |
| 3519 | 2026-07-23T04:45:28.784Z | a out/ntp.tar.gz 29899K |
| 3520 | 2026-07-23T04:45:28.784Z | a out/omicron-gateway-softnpu.tar.gz 27703K |
| 3521 | 2026-07-23T04:45:28.784Z | a out/omicron-sled-agent.tar 191328K |
| 3522 | 2026-07-23T04:45:28.784Z | a out/overlay.tar.gz 4K |
| 3523 | 2026-07-23T04:45:28.784Z | a out/oximeter.tar.gz 59896K |
| 3524 | 2026-07-23T04:45:28.784Z | a out/oxlog.tar 3808K |
| 3525 | 2026-07-23T04:45:28.784Z | a out/probe.tar.gz 3037K |
| 3526 | 2026-07-23T04:45:28.784Z | a out/propolis-server.tar.gz 34372K |
| 3527 | 2026-07-23T04:45:28.784Z | a out/pumpkind-gz.tar 26647K |
| 3528 | 2026-07-23T04:45:28.785Z | a out/switch-softnpu.tar.gz 450500K |
| 3529 | 2026-07-23T04:45:28.788Z | |
| 3530 | 2026-07-23T04:45:28.788Z | real 1:19.694497001 |
| 3531 | 2026-07-23T04:45:28.788Z | user 1:17.053579750 |
| 3532 | 2026-07-23T04:45:28.788Z | sys 4.406166448 |
| 3533 | 2026-07-23T04:45:28.788Z | trap 0.006281667 |
| 3534 | 2026-07-23T04:45:28.789Z | tflt 0.000000000 |
| 3535 | 2026-07-23T04:45:28.789Z | dflt 0.000000000 |
| 3536 | 2026-07-23T04:45:28.789Z | kflt 0.000000000 |
| 3537 | 2026-07-23T04:45:28.789Z | lock 0.000000000 |
| 3538 | 2026-07-23T04:45:28.789Z | slp 1:16.963908958 |
| 3539 | 2026-07-23T04:45:28.789Z | lat 0.954123268 |
| 3540 | 2026-07-23T04:45:28.789Z | stop 0.000223650 |
| 3541 | 2026-07-23T04:45:28.789Z | process exited: duration 968825 ms, exit code 0 |
| |
| 3542 | 2026-07-23T04:45:28.804Z | found 1 output files |
| 3543 | 2026-07-23T04:45:28.804Z | uploading: /work/package.tar.gz (2483093798 bytes) |
| 3544 | 2026-07-23T04:46:55.492Z | uploaded: /work/package.tar.gz |