|
|
|
| 1 | 2026-05-29T17:02:28.073Z | job assigned to worker 01KSTAYJD0DM8WPM7PTAJAZJVR [factory aws, i-04502dddeb3873ffa] (queued for 53 s) |
| |
| 2 | 2026-05-29T17:02:35.288Z | starting task 0: "setup" |
| 3 | 2026-05-29T17:02:35.293Z | ++ uname -s |
| 4 | 2026-05-29T17:02:35.296Z | + kern=SunOS |
| 5 | 2026-05-29T17:02:35.296Z | + build_user=build |
| 6 | 2026-05-29T17:02:35.296Z | + build_uid=12345 |
| 7 | 2026-05-29T17:02:35.296Z | + work_dir=/work |
| 8 | 2026-05-29T17:02:35.296Z | + input_dir=/input |
| 9 | 2026-05-29T17:02:35.296Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T17:02:35.296Z | + case "$kern" in |
| 11 | 2026-05-29T17:02:35.296Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T17:02:35.300Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T17:02:37.306Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T17:02:37.412Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T17:02:37.415Z | + home_fs=zfs |
| 16 | 2026-05-29T17:02:37.415Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T17:02:37.415Z | + mkdir -p /home/build |
| 18 | 2026-05-29T17:02:37.415Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T17:02:38.417Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T17:02:38.420Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-05-29T17:02:38.427Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T17:02:38.435Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-29T17:02:38.435Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T17:02:38.435Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-29T17:02:38.435Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-29T17:02:38.435Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-29T17:02:38.435Z | * rust toolchain profile = "default" |
| 28 | 2026-05-29T17:02:38.438Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T17:02:38.438Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-29T17:02:38.549Z | info: downloading installer |
| 31 | 2026-05-29T17:02:40.140Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T17:02:40.140Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T17:02:40.140Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T17:02:40.140Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T17:02:40.153Z | info: profile set to default |
| 36 | 2026-05-29T17:02:40.153Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T17:02:40.156Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T17:02:40.289Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-29T17:02:40.289Z | info: downloading 6 components |
| 40 | 2026-05-29T17:02:54.338Z | |
| 41 | 2026-05-29T17:02:54.338Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-29T17:02:54.368Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-29T17:02:54.368Z | |
| 44 | 2026-05-29T17:02:54.368Z | |
| 45 | 2026-05-29T17:02:54.368Z | Rust is installed now. Great! |
| 46 | 2026-05-29T17:02:54.368Z | |
| 47 | 2026-05-29T17:02:54.368Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T17:02:54.368Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T17:02:54.368Z | |
| 50 | 2026-05-29T17:02:54.368Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T17:02:54.369Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T17:02:54.369Z | |
| 53 | 2026-05-29T17:02:54.369Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T17:02:54.371Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T17:02:54.371Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T17:02:54.372Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T17:02:54.372Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T17:02:54.372Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T17:02:54.372Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T17:02:54.372Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T17:02:54.372Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T17:02:54.467Z | + rustup --version |
| 63 | 2026-05-29T17:02:54.473Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T17:02:54.476Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T17:02:54.495Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-29T17:02:54.498Z | + cargo --version |
| 67 | 2026-05-29T17:02:54.507Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-29T17:02:54.510Z | + rustc --version |
| 69 | 2026-05-29T17:02:54.531Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-29T17:02:54.534Z | process exited: duration 16107 ms, exit code 0 |
| |
| 71 | 2026-05-29T17:02:54.540Z | starting task 2: "authentication" |
| 72 | 2026-05-29T17:02:54.558Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-29T17:02:54.564Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T17:02:54.570Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-29T17:02:54.573Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-29T17:02:54.613Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-29T17:03:04.970Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-29T17:03:04.970Z | + git fetch origin 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 79 | 2026-05-29T17:03:05.300Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-29T17:03:05.300Z | * branch 3a92ad8404488a5cf5a153f439fca883d61c2a34 -> FETCH_HEAD |
| 81 | 2026-05-29T17:03:05.314Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-05-29T17:03:05.317Z | ++ git branch --show-current |
| 83 | 2026-05-29T17:03:05.321Z | + current=main |
| 84 | 2026-05-29T17:03:05.321Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-05-29T17:03:05.321Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 86 | 2026-05-29T17:03:05.324Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-05-29T17:03:05.562Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-05-29T17:03:05.565Z | + git reset --hard 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 89 | 2026-05-29T17:03:05.586Z | HEAD is now at 3a92ad840 scrimlet-reconcilers: add mgd static route reconciler (#10466) |
| 90 | 2026-05-29T17:03:05.589Z | process exited: duration 11023 ms, exit code 0 |
| |
| 91 | 2026-05-29T17:03:05.599Z | starting task 4: "build" |
| 92 | 2026-05-29T17:03:05.602Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-29T17:03:05.602Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-29T17:03:05.602Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-29T17:03:05.602Z | + cargo --version |
| 96 | 2026-05-29T17:03:05.613Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-29T17:03:05.616Z | + rustc --version |
| 98 | 2026-05-29T17:03:05.636Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-29T17:03:05.639Z | + WORK=/work |
| 100 | 2026-05-29T17:03:05.639Z | + pfexec mkdir -p /work |
| 101 | 2026-05-29T17:03:05.642Z | + pfexec chown build /work |
| 102 | 2026-05-29T17:03:05.646Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-29T17:03:07.816Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-29T17:03:07.893Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-29T17:03:08.182Z | Planning: Solver setup ... Done (0.250s) |
| 106 | 2026-05-29T17:03:08.203Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-29T17:03:08.208Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-29T17:03:08.221Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-29T17:03:08.241Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-29T17:03:08.255Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-29T17:03:08.258Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-29T17:03:08.451Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 113 | 2026-05-29T17:03:08.453Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-29T17:03:09.396Z | Planning: Evaluating mediators ... Done (0.943s) |
| 115 | 2026-05-29T17:03:09.399Z | Planning: Planning completed in 1.48 seconds |
| 116 | 2026-05-29T17:03:09.405Z | Packages to install: 2 |
| 117 | 2026-05-29T17:03:09.405Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-29T17:03:09.405Z | Estimated space to be consumed: 23.93 MB |
| 119 | 2026-05-29T17:03:09.405Z | Create boot environment: No |
| 120 | 2026-05-29T17:03:09.405Z | Create backup boot environment: No |
| 121 | 2026-05-29T17:03:09.406Z | Rebuild boot archive: No |
| 122 | 2026-05-29T17:03:09.406Z | |
| 123 | 2026-05-29T17:03:09.409Z | Changed packages: |
| 124 | 2026-05-29T17:03:09.409Z | helios |
| 125 | 2026-05-29T17:03:09.409Z | developer/build-essential |
| 126 | 2026-05-29T17:03:09.409Z | None -> 11-3.0 |
| 127 | 2026-05-29T17:03:09.409Z | library/libxmlsec1 |
| 128 | 2026-05-29T17:03:09.409Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-29T17:03:09.433Z | |
| 130 | 2026-05-29T17:03:09.433Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-29T17:03:10.141Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 132 | 2026-05-29T17:03:10.217Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-29T17:03:10.256Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-29T17:03:10.263Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-29T17:03:10.263Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-29T17:03:10.288Z | Finalize: Updating image state ... Done (0.023s) |
| 137 | 2026-05-29T17:03:12.849Z | Finalize: Creating fast lookup database ... Done (2.536s) |
| 138 | 2026-05-29T17:03:12.940Z | Finalize: Reading search index ... Done (0.033s) |
| 139 | 2026-05-29T17:03:12.943Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-29T17:03:13.094Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-29T17:03:13.391Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-29T17:03:13.497Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-29T17:03:13.500Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-29T17:03:13.658Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-29T17:03:13.661Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-29T17:03:13.684Z | Mediators to change: 2 |
| 147 | 2026-05-29T17:03:13.684Z | Create boot environment: No |
| 148 | 2026-05-29T17:03:13.687Z | Create backup boot environment: No |
| 149 | 2026-05-29T17:03:13.756Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-29T17:03:13.756Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-29T17:03:13.771Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-29T17:03:15.718Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-29T17:03:15.778Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-29T17:03:15.781Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-29T17:03:15.881Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-29T17:03:16.167Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-29T17:03:16.272Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-29T17:03:16.275Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-29T17:03:16.431Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-29T17:03:16.434Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-29T17:03:16.456Z | Mediators to change: 1 |
| 162 | 2026-05-29T17:03:16.456Z | Create boot environment: No |
| 163 | 2026-05-29T17:03:16.456Z | Create backup boot environment: No |
| 164 | 2026-05-29T17:03:16.512Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-29T17:03:16.512Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-29T17:03:16.527Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-29T17:03:18.477Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-29T17:03:18.540Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-29T17:03:18.543Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-29T17:03:18.620Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-29T17:03:18.932Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-29T17:03:18.932Z | apache system 2.4 system |
| 173 | 2026-05-29T17:03:18.932Z | clang system 15 system |
| 174 | 2026-05-29T17:03:18.932Z | csh system system illumos |
| 175 | 2026-05-29T17:03:18.932Z | ctags system system illumos |
| 176 | 2026-05-29T17:03:18.932Z | file vendor vendor darwinsys |
| 177 | 2026-05-29T17:03:18.932Z | file system system illumos |
| 178 | 2026-05-29T17:03:18.932Z | gcc vendor 14 vendor |
| 179 | 2026-05-29T17:03:18.932Z | gcc system 13 system |
| 180 | 2026-05-29T17:03:18.932Z | gcc system 10 system |
| 181 | 2026-05-29T17:03:18.932Z | go system 1.25 system |
| 182 | 2026-05-29T17:03:18.932Z | llvm system 15 system |
| 183 | 2026-05-29T17:03:18.932Z | mariadb system 11.4 system |
| 184 | 2026-05-29T17:03:18.932Z | mta vendor vendor dma |
| 185 | 2026-05-29T17:03:18.932Z | openjdk system 17 system |
| 186 | 2026-05-29T17:03:18.932Z | openjdk system 11 system |
| 187 | 2026-05-29T17:03:18.932Z | openssl vendor 3 vendor |
| 188 | 2026-05-29T17:03:18.932Z | perl system 5.40 system |
| 189 | 2026-05-29T17:03:18.932Z | postgresql system 18 system |
| 190 | 2026-05-29T17:03:18.932Z | postgresql system 17 system |
| 191 | 2026-05-29T17:03:18.932Z | python vendor 3 vendor |
| 192 | 2026-05-29T17:03:18.932Z | python system 2 system |
| 193 | 2026-05-29T17:03:18.932Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-29T17:03:18.932Z | ruby system 3.4 system |
| 195 | 2026-05-29T17:03:18.932Z | ruby system 3.0 system |
| 196 | 2026-05-29T17:03:18.932Z | words vendor vendor american-english |
| 197 | 2026-05-29T17:03:18.932Z | words system system australian-english |
| 198 | 2026-05-29T17:03:18.932Z | words system system british-english |
| 199 | 2026-05-29T17:03:18.932Z | words system system canadian-english |
| 200 | 2026-05-29T17:03:18.932Z | words system system french |
| 201 | 2026-05-29T17:03:18.933Z | words system system italian |
| 202 | 2026-05-29T17:03:18.933Z | words system system ngerman |
| 203 | 2026-05-29T17:03:18.933Z | words system system ogerman |
| 204 | 2026-05-29T17:03:18.933Z | words system system spanish |
| 205 | 2026-05-29T17:03:19.196Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-29T17:03:19.196Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-29T17:03:19.474Z | FMRI IFO |
| 208 | 2026-05-29T17:03:19.474Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-29T17:03:19.474Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-29T17:03:19.474Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-29T17:03:19.474Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-29T17:03:19.474Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-29T17:03:19.474Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-29T17:03:19.474Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-29T17:03:19.474Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-29T17:03:19.475Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-29T17:03:19.723Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-29T17:03:20.000Z | Updating crates.io index |
| 219 | 2026-05-29T17:03:20.003Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-29T17:03:20.578Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-29T17:03:20.998Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-29T17:03:21.277Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-29T17:03:22.378Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-29T17:03:22.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-29T17:03:24.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-29T17:03:25.167Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-29T17:03:25.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-29T17:03:26.290Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-29T17:03:26.661Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-29T17:03:27.040Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-29T17:03:27.358Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-29T17:03:28.412Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-29T17:03:28.900Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-29T17:03:29.148Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-29T17:03:29.520Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-29T17:03:29.738Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-29T17:03:30.130Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-29T17:03:30.440Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-29T17:03:30.681Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-29T17:03:30.986Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-29T17:03:31.422Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-29T17:03:31.774Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-29T17:03:32.289Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-29T17:03:32.747Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-29T17:03:33.074Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-29T17:03:33.539Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-29T17:03:33.823Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-29T17:03:35.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-29T17:03:35.932Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-29T17:03:36.219Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-29T17:03:36.604Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-29T17:03:36.963Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-29T17:03:37.327Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-29T17:03:37.716Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-29T17:03:38.252Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-29T17:03:38.474Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-29T17:03:38.758Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-29T17:03:39.121Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-29T17:03:50.836Z | Downloading crates ... |
| 260 | 2026-05-29T17:03:50.884Z | Downloaded colorchoice v1.0.4 |
| 261 | 2026-05-29T17:03:50.888Z | Downloaded cpufeatures v0.2.17 |
| 262 | 2026-05-29T17:03:50.891Z | Downloaded anstyle v1.0.13 |
| 263 | 2026-05-29T17:03:50.891Z | Downloaded clap_lex v1.0.0 |
| 264 | 2026-05-29T17:03:50.891Z | Downloaded anstream v0.6.21 |
| 265 | 2026-05-29T17:03:50.895Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-05-29T17:03:50.899Z | Downloaded digest v0.10.7 |
| 267 | 2026-05-29T17:03:50.903Z | Downloaded clap_derive v4.5.55 |
| 268 | 2026-05-29T17:03:50.903Z | Downloaded usdt-attr-macro v0.5.0 |
| 269 | 2026-05-29T17:03:50.903Z | Downloaded toml v0.8.23 |
| 270 | 2026-05-29T17:03:50.906Z | Downloaded unicode-xid v0.2.6 |
| 271 | 2026-05-29T17:03:50.906Z | Downloaded thiserror-impl v2.0.18 |
| 272 | 2026-05-29T17:03:50.909Z | Downloaded scroll_derive v0.12.1 |
| 273 | 2026-05-29T17:03:50.909Z | Downloaded toml_datetime v0.6.11 |
| 274 | 2026-05-29T17:03:50.913Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2026-05-29T17:03:50.917Z | Downloaded percent-encoding v2.3.2 |
| 276 | 2026-05-29T17:03:50.917Z | Downloaded typeid v1.0.3 |
| 277 | 2026-05-29T17:03:50.917Z | Downloaded pest_derive v2.8.6 |
| 278 | 2026-05-29T17:03:50.921Z | Downloaded unicode-ident v1.0.24 |
| 279 | 2026-05-29T17:03:50.921Z | Downloaded thiserror v1.0.69 |
| 280 | 2026-05-29T17:03:50.921Z | Downloaded proc-macro-error v1.0.4 |
| 281 | 2026-05-29T17:03:50.924Z | Downloaded errno v0.3.14 |
| 282 | 2026-05-29T17:03:50.924Z | Downloaded bitflags v2.11.0 |
| 283 | 2026-05-29T17:03:50.927Z | Downloaded cfg-if v1.0.4 |
| 284 | 2026-05-29T17:03:50.927Z | Downloaded ordered-float v2.10.1 |
| 285 | 2026-05-29T17:03:50.927Z | Downloaded once_cell v1.21.3 |
| 286 | 2026-05-29T17:03:50.930Z | Downloaded thread-id v4.2.2 |
| 287 | 2026-05-29T17:03:50.930Z | Downloaded itoa v1.0.17 |
| 288 | 2026-05-29T17:03:50.930Z | Downloaded potential_utf v0.1.4 |
| 289 | 2026-05-29T17:03:50.930Z | Downloaded utf8_iter v1.0.4 |
| 290 | 2026-05-29T17:03:50.930Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-05-29T17:03:50.933Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-05-29T17:03:50.933Z | Downloaded serde_core v1.0.228 |
| 293 | 2026-05-29T17:03:50.936Z | Downloaded autocfg v1.5.0 |
| 294 | 2026-05-29T17:03:50.936Z | Downloaded version_check v0.9.5 |
| 295 | 2026-05-29T17:03:50.939Z | Downloaded serde-value v0.7.0 |
| 296 | 2026-05-29T17:03:50.943Z | Downloaded thiserror v2.0.18 |
| 297 | 2026-05-29T17:03:50.946Z | Downloaded stable_deref_trait v1.2.1 |
| 298 | 2026-05-29T17:03:50.946Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-05-29T17:03:50.946Z | Downloaded usdt v0.5.0 |
| 300 | 2026-05-29T17:03:50.946Z | Downloaded heck v0.4.1 |
| 301 | 2026-05-29T17:03:50.946Z | Downloaded generic-array v0.14.7 |
| 302 | 2026-05-29T17:03:50.949Z | Downloaded quote v1.0.45 |
| 303 | 2026-05-29T17:03:50.949Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-05-29T17:03:50.949Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-05-29T17:03:50.949Z | Downloaded toml_write v0.1.2 |
| 306 | 2026-05-29T17:03:50.952Z | Downloaded anstyle-parse v0.2.7 |
| 307 | 2026-05-29T17:03:50.952Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-29T17:03:50.952Z | Downloaded anstyle-query v1.1.5 |
| 309 | 2026-05-29T17:03:50.957Z | Downloaded yoke-derive v0.8.1 |
| 310 | 2026-05-29T17:03:50.957Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-05-29T17:03:50.957Z | Downloaded zmij v1.0.21 |
| 312 | 2026-05-29T17:03:50.957Z | Downloaded memmap v0.7.0 |
| 313 | 2026-05-29T17:03:50.960Z | Downloaded dof v0.3.0 |
| 314 | 2026-05-29T17:03:50.960Z | Downloaded cargo_metadata v0.21.0 |
| 315 | 2026-05-29T17:03:50.960Z | Downloaded yoke v0.8.1 |
| 316 | 2026-05-29T17:03:50.961Z | Downloaded zerovec-derive v0.11.2 |
| 317 | 2026-05-29T17:03:50.961Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-05-29T17:03:50.964Z | Downloaded thiserror-impl v1.0.69 |
| 319 | 2026-05-29T17:03:50.964Z | Downloaded proc-macro-error-attr v1.0.4 |
| 320 | 2026-05-29T17:03:50.964Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-29T17:03:50.964Z | Downloaded camino v1.2.2 |
| 322 | 2026-05-29T17:03:50.968Z | Downloaded typenum v1.19.0 |
| 323 | 2026-05-29T17:03:50.971Z | Downloaded swrite v0.1.0 |
| 324 | 2026-05-29T17:03:50.971Z | Downloaded cargo-platform v0.2.0 |
| 325 | 2026-05-29T17:03:50.976Z | Downloaded serde_spanned v0.6.9 |
| 326 | 2026-05-29T17:03:50.976Z | Downloaded idna_adapter v1.2.1 |
| 327 | 2026-05-29T17:03:50.979Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-05-29T17:03:50.979Z | Downloaded toml_edit v0.22.27 |
| 329 | 2026-05-29T17:03:50.979Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2026-05-29T17:03:51.990Z | Downloaded terminal_size v0.4.3 |
| 331 | 2026-05-29T17:03:51.990Z | Downloaded smawk v0.3.2 |
| 332 | 2026-05-29T17:03:51.990Z | Downloaded fnv v1.0.7 |
| 333 | 2026-05-29T17:03:52.000Z | Downloaded tinystr v0.8.2 |
| 334 | 2026-05-29T17:03:52.000Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-05-29T17:03:52.000Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-05-29T17:03:52.000Z | Downloaded zerotrie v0.2.3 |
| 337 | 2026-05-29T17:03:52.000Z | Downloaded winnow v0.7.14 |
| 338 | 2026-05-29T17:03:52.000Z | Downloaded equivalent v1.0.2 |
| 339 | 2026-05-29T17:03:52.000Z | Downloaded url v2.5.8 |
| 340 | 2026-05-29T17:03:52.000Z | Downloaded form_urlencoded v1.2.2 |
| 341 | 2026-05-29T17:03:52.000Z | Downloaded dtrace-parser v0.2.0 |
| 342 | 2026-05-29T17:03:52.001Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-29T17:03:52.001Z | Downloaded block-buffer v0.10.4 |
| 344 | 2026-05-29T17:03:52.001Z | Downloaded zerovec v0.11.5 |
| 345 | 2026-05-29T17:03:52.001Z | Downloaded strsim v0.11.1 |
| 346 | 2026-05-29T17:03:52.001Z | Downloaded zerocopy v0.7.35 |
| 347 | 2026-05-29T17:03:52.001Z | Downloaded is_terminal_polyfill v1.70.2 |
| 348 | 2026-05-29T17:03:52.001Z | Downloaded synstructure v0.13.2 |
| 349 | 2026-05-29T17:03:52.001Z | Downloaded unicode-width v0.2.0 |
| 350 | 2026-05-29T17:03:52.001Z | Downloaded unicode-width v0.1.14 |
| 351 | 2026-05-29T17:03:52.001Z | Downloaded displaydoc v0.2.5 |
| 352 | 2026-05-29T17:03:52.001Z | Downloaded cargo_toml v0.21.0 |
| 353 | 2026-05-29T17:03:52.001Z | Downloaded serde-untagged v0.1.9 |
| 354 | 2026-05-29T17:03:52.001Z | Downloaded plain v0.2.3 |
| 355 | 2026-05-29T17:03:52.001Z | Downloaded sha2 v0.10.9 |
| 356 | 2026-05-29T17:03:52.001Z | Downloaded num-traits v0.2.19 |
| 357 | 2026-05-29T17:03:52.001Z | Downloaded tabled_derive v0.7.0 |
| 358 | 2026-05-29T17:03:52.001Z | Downloaded tempfile v3.25.0 |
| 359 | 2026-05-29T17:03:52.001Z | Downloaded camino-tempfile v1.4.1 |
| 360 | 2026-05-29T17:03:52.002Z | Downloaded erased-serde v0.4.9 |
| 361 | 2026-05-29T17:03:52.002Z | Downloaded litemap v0.8.1 |
| 362 | 2026-05-29T17:03:52.002Z | Downloaded scroll v0.12.0 |
| 363 | 2026-05-29T17:03:52.002Z | Downloaded fs-err v3.3.0 |
| 364 | 2026-05-29T17:03:52.002Z | Downloaded proc-macro2 v1.0.106 |
| 365 | 2026-05-29T17:03:52.002Z | Downloaded getrandom v0.4.1 |
| 366 | 2026-05-29T17:03:52.002Z | Downloaded pest_generator v2.8.6 |
| 367 | 2026-05-29T17:03:52.002Z | Downloaded cargo-util-schemas v0.8.2 |
| 368 | 2026-05-29T17:03:52.002Z | Downloaded anyhow v1.0.102 |
| 369 | 2026-05-29T17:03:52.002Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-05-29T17:03:52.002Z | Downloaded bytecount v0.6.9 |
| 371 | 2026-05-29T17:03:52.002Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-05-29T17:03:52.002Z | Downloaded smallvec v1.15.1 |
| 373 | 2026-05-29T17:03:52.002Z | Downloaded byteorder v1.5.0 |
| 374 | 2026-05-29T17:03:52.002Z | Downloaded semver v1.0.28 |
| 375 | 2026-05-29T17:03:52.002Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-05-29T17:03:52.002Z | Downloaded icu_normalizer v2.1.1 |
| 377 | 2026-05-29T17:03:52.002Z | Downloaded serde v1.0.228 |
| 378 | 2026-05-29T17:03:52.002Z | Downloaded log v0.4.29 |
| 379 | 2026-05-29T17:03:52.002Z | Downloaded icu_provider v2.1.1 |
| 380 | 2026-05-29T17:03:52.002Z | Downloaded clap v4.5.60 |
| 381 | 2026-05-29T17:03:52.002Z | Downloaded icu_collections v2.1.1 |
| 382 | 2026-05-29T17:03:52.002Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-29T17:03:52.002Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-05-29T17:03:52.002Z | Downloaded icu_locale_core v2.1.1 |
| 385 | 2026-05-29T17:03:52.002Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-29T17:03:52.002Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-05-29T17:03:52.002Z | Downloaded serde_json v1.0.149 |
| 388 | 2026-05-29T17:03:52.003Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-29T17:03:52.003Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-29T17:03:52.003Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-29T17:03:52.003Z | Downloaded goblin v0.8.2 |
| 392 | 2026-05-29T17:03:52.003Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-29T17:03:52.003Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-05-29T17:03:52.003Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-29T17:03:52.003Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-29T17:03:52.003Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-29T17:03:52.003Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-29T17:03:52.003Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-29T17:03:52.003Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-29T17:03:52.003Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-29T17:03:52.003Z | Compiling quote v1.0.45 |
| 402 | 2026-05-29T17:03:52.003Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-29T17:03:52.003Z | Compiling libc v0.2.185 |
| 404 | 2026-05-29T17:03:52.003Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-29T17:03:52.003Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-29T17:03:52.003Z | Compiling serde v1.0.228 |
| 407 | 2026-05-29T17:03:52.003Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-29T17:03:52.003Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-29T17:03:52.003Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-29T17:03:52.003Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-29T17:03:52.003Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-29T17:03:52.003Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-29T17:03:52.003Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-29T17:03:52.003Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-29T17:03:52.003Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-29T17:03:52.003Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-29T17:03:52.003Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-29T17:03:52.003Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-05-29T17:03:52.003Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-29T17:03:52.013Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-29T17:03:52.100Z | Compiling pest v2.8.6 |
| 422 | 2026-05-29T17:03:52.195Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-29T17:03:52.284Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-29T17:03:52.370Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-29T17:03:52.423Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-29T17:03:52.426Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-29T17:03:52.426Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-29T17:03:52.494Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-29T17:03:52.498Z | Compiling winnow v0.7.14 |
| 430 | 2026-05-29T17:03:52.552Z | Compiling toml_write v0.1.2 |
| 431 | 2026-05-29T17:03:52.588Z | Compiling errno v0.3.14 |
| 432 | 2026-05-29T17:03:52.612Z | Compiling thread-id v4.2.2 |
| 433 | 2026-05-29T17:03:52.632Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-05-29T17:03:52.652Z | Compiling syn v1.0.109 |
| 435 | 2026-05-29T17:03:52.691Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-29T17:03:52.807Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-29T17:03:52.824Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-29T17:03:52.903Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-05-29T17:03:52.958Z | Compiling syn v2.0.117 |
| 440 | 2026-05-29T17:03:52.975Z | Compiling indexmap v2.14.0 |
| 441 | 2026-05-29T17:03:53.018Z | Compiling camino v1.2.2 |
| 442 | 2026-05-29T17:03:53.072Z | Compiling log v0.4.29 |
| 443 | 2026-05-29T17:03:53.075Z | Compiling plain v0.2.3 |
| 444 | 2026-05-29T17:03:53.075Z | Compiling percent-encoding v2.3.2 |
| 445 | 2026-05-29T17:03:53.075Z | Compiling getrandom v0.4.1 |
| 446 | 2026-05-29T17:03:53.233Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-29T17:03:53.277Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-29T17:03:53.305Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-29T17:03:53.424Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-29T17:03:53.485Z | Compiling anstyle-query v1.1.5 |
| 451 | 2026-05-29T17:03:53.488Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-29T17:03:53.523Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-05-29T17:03:53.575Z | Compiling pretty-hex v0.4.1 |
| 454 | 2026-05-29T17:03:53.575Z | Compiling anstyle v1.0.13 |
| 455 | 2026-05-29T17:03:53.634Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-05-29T17:03:53.673Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-05-29T17:03:53.693Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-29T17:03:53.749Z | Compiling anyhow v1.0.102 |
| 459 | 2026-05-29T17:03:53.769Z | Compiling once_cell v1.21.3 |
| 460 | 2026-05-29T17:03:53.786Z | Compiling heck v0.5.0 |
| 461 | 2026-05-29T17:03:53.894Z | Compiling semver v1.0.28 |
| 462 | 2026-05-29T17:03:53.927Z | Compiling anstream v0.6.21 |
| 463 | 2026-05-29T17:03:53.948Z | Compiling heck v0.4.1 |
| 464 | 2026-05-29T17:03:54.007Z | Compiling bytecount v0.6.9 |
| 465 | 2026-05-29T17:03:54.026Z | Compiling fastrand v2.3.0 |
| 466 | 2026-05-29T17:03:54.101Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-29T17:03:54.121Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-29T17:03:54.162Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-05-29T17:03:54.224Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-05-29T17:03:54.243Z | Compiling unicode-xid v0.2.6 |
| 471 | 2026-05-29T17:03:54.261Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-29T17:03:54.281Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-05-29T17:03:54.362Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-29T17:03:54.388Z | Compiling clap_builder v4.5.60 |
| 475 | 2026-05-29T17:03:54.468Z | Compiling papergrid v0.11.0 |
| 476 | 2026-05-29T17:03:54.486Z | Compiling smawk v0.3.2 |
| 477 | 2026-05-29T17:03:54.489Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-29T17:03:54.521Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-29T17:03:54.591Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-29T17:03:54.648Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-29T17:03:54.672Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-05-29T17:03:54.766Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-29T17:03:55.033Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-29T17:03:55.602Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-29T17:03:55.602Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-29T17:03:55.749Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-29T17:03:56.123Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-29T17:03:56.123Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-29T17:03:56.126Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-29T17:03:56.126Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-29T17:03:56.126Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-29T17:03:56.158Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-29T17:03:56.161Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-29T17:03:56.242Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-05-29T17:03:56.262Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-29T17:03:56.325Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-29T17:03:56.343Z | Compiling clap_derive v4.5.55 |
| 498 | 2026-05-29T17:03:56.933Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-29T17:03:57.020Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-29T17:03:57.134Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-29T17:03:57.158Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-29T17:03:57.241Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-29T17:03:57.299Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-29T17:03:57.400Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-29T17:03:57.400Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-29T17:03:57.696Z | Compiling clap v4.5.60 |
| 507 | 2026-05-29T17:03:57.817Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-29T17:03:57.817Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-29T17:03:57.928Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-29T17:03:57.979Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-29T17:03:58.537Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-29T17:03:58.598Z | Compiling dof v0.3.0 |
| 513 | 2026-05-29T17:03:58.598Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-05-29T17:03:58.631Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-29T17:03:58.634Z | Compiling toml_datetime v0.6.11 |
| 516 | 2026-05-29T17:03:58.634Z | Compiling serde-value v0.7.0 |
| 517 | 2026-05-29T17:03:58.634Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-05-29T17:03:58.634Z | Compiling macaddr v1.0.1 |
| 519 | 2026-05-29T17:03:58.773Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-29T17:03:58.773Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-29T17:03:58.860Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-29T17:03:59.292Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-29T17:03:59.292Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-29T17:03:59.595Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-29T17:03:59.704Z | Compiling idna v1.1.0 |
| 526 | 2026-05-29T17:03:59.895Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-29T17:03:59.964Z | Compiling url v2.5.8 |
| 528 | 2026-05-29T17:04:00.142Z | Compiling toml v0.8.23 |
| 529 | 2026-05-29T17:04:00.480Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-29T17:04:00.480Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-29T17:04:01.240Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-29T17:04:02.153Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-29T17:04:04.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.71s |
| 534 | 2026-05-29T17:04:04.532Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-29T17:04:05.090Z | Downloading crates ... |
| 536 | 2026-05-29T17:04:05.184Z | Downloaded ascii-canvas v3.0.0 |
| 537 | 2026-05-29T17:04:05.187Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-05-29T17:04:05.187Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-05-29T17:04:05.201Z | Downloaded ciborium-ll v0.2.2 |
| 540 | 2026-05-29T17:04:05.204Z | Downloaded atty v0.2.14 |
| 541 | 2026-05-29T17:04:05.205Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 542 | 2026-05-29T17:04:05.209Z | Downloaded async-bb8-diesel v0.2.1 |
| 543 | 2026-05-29T17:04:05.213Z | Downloaded cmake v0.1.57 |
| 544 | 2026-05-29T17:04:05.213Z | Downloaded bitflags v1.3.2 |
| 545 | 2026-05-29T17:04:05.213Z | Downloaded async-stream v0.3.6 |
| 546 | 2026-05-29T17:04:05.224Z | Downloaded crc8 v0.1.1 |
| 547 | 2026-05-29T17:04:05.224Z | Downloaded ctr v0.9.2 |
| 548 | 2026-05-29T17:04:05.229Z | Downloaded crossbeam-epoch v0.9.18 |
| 549 | 2026-05-29T17:04:05.229Z | Downloaded foreign-types v0.3.2 |
| 550 | 2026-05-29T17:04:05.229Z | Downloaded async-compression v0.4.41 |
| 551 | 2026-05-29T17:04:05.229Z | Downloaded daft-derive v0.1.7 |
| 552 | 2026-05-29T17:04:05.229Z | Downloaded crossbeam-utils v0.8.21 |
| 553 | 2026-05-29T17:04:05.229Z | Downloaded daft v0.1.7 |
| 554 | 2026-05-29T17:04:05.233Z | Downloaded crossbeam-deque v0.8.6 |
| 555 | 2026-05-29T17:04:05.233Z | Downloaded ar_archive_writer v0.5.1 |
| 556 | 2026-05-29T17:04:05.233Z | Downloaded crc32fast v1.5.0 |
| 557 | 2026-05-29T17:04:05.235Z | Downloaded csv-core v0.1.13 |
| 558 | 2026-05-29T17:04:05.235Z | Downloaded bzip2 v0.4.4 |
| 559 | 2026-05-29T17:04:05.239Z | Downloaded dyn-clone v1.0.20 |
| 560 | 2026-05-29T17:04:05.241Z | Downloaded crossbeam-channel v0.5.15 |
| 561 | 2026-05-29T17:04:05.245Z | Downloaded ecdsa v0.16.9 |
| 562 | 2026-05-29T17:04:05.249Z | Downloaded dropshot_endpoint v0.17.0 |
| 563 | 2026-05-29T17:04:05.249Z | Downloaded bstr v1.12.1 |
| 564 | 2026-05-29T17:04:05.254Z | Downloaded env_filter v1.0.0 |
| 565 | 2026-05-29T17:04:05.258Z | Downloaded ena v0.14.4 |
| 566 | 2026-05-29T17:04:05.259Z | Downloaded endian-type v0.1.2 |
| 567 | 2026-05-29T17:04:05.259Z | Downloaded dtrace-parser v0.3.0 |
| 568 | 2026-05-29T17:04:05.259Z | Downloaded console v0.16.2 |
| 569 | 2026-05-29T17:04:05.259Z | Downloaded block-padding v0.3.3 |
| 570 | 2026-05-29T17:04:05.261Z | Downloaded bb8 v0.8.6 |
| 571 | 2026-05-29T17:04:05.261Z | Downloaded base16ct v0.2.0 |
| 572 | 2026-05-29T17:04:05.264Z | Downloaded embedded-io v0.4.0 |
| 573 | 2026-05-29T17:04:05.264Z | Downloaded debug-ignore v1.0.5 |
| 574 | 2026-05-29T17:04:05.267Z | Downloaded darling_macro v0.21.3 |
| 575 | 2026-05-29T17:04:05.267Z | Downloaded async-stream-impl v0.3.6 |
| 576 | 2026-05-29T17:04:05.267Z | Downloaded array-init v0.0.4 |
| 577 | 2026-05-29T17:04:05.270Z | Downloaded enum-as-inner v0.6.1 |
| 578 | 2026-05-29T17:04:05.270Z | Downloaded dsl_auto_type v0.2.0 |
| 579 | 2026-05-29T17:04:05.270Z | Downloaded crunchy v0.2.4 |
| 580 | 2026-05-29T17:04:05.273Z | Downloaded cargo-platform v0.3.2 |
| 581 | 2026-05-29T17:04:05.273Z | Downloaded bit-set v0.5.3 |
| 582 | 2026-05-29T17:04:05.273Z | Downloaded dirs-next v2.0.0 |
| 583 | 2026-05-29T17:04:05.273Z | Downloaded crucible-workspace-hack v0.1.0 |
| 584 | 2026-05-29T17:04:05.276Z | Downloaded camino-tempfile-ext v0.3.3 |
| 585 | 2026-05-29T17:04:05.276Z | Downloaded defmt-parser v1.0.0 |
| 586 | 2026-05-29T17:04:05.279Z | Downloaded float-ord v0.3.2 |
| 587 | 2026-05-29T17:04:05.279Z | Downloaded fd-lock v4.0.4 |
| 588 | 2026-05-29T17:04:05.279Z | Downloaded dunce v1.0.5 |
| 589 | 2026-05-29T17:04:05.284Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 590 | 2026-05-29T17:04:05.292Z | Downloaded difflib v0.4.0 |
| 591 | 2026-05-29T17:04:05.292Z | Downloaded convert_case v0.4.0 |
| 592 | 2026-05-29T17:04:05.292Z | Downloaded fixedbitset v0.4.2 |
| 593 | 2026-05-29T17:04:05.296Z | Downloaded downcast-rs v2.0.2 |
| 594 | 2026-05-29T17:04:05.296Z | Downloaded dof v0.4.0 |
| 595 | 2026-05-29T17:04:05.296Z | Downloaded display-error-chain v0.2.2 |
| 596 | 2026-05-29T17:04:05.296Z | Downloaded castaway v0.2.4 |
| 597 | 2026-05-29T17:04:05.297Z | Downloaded aead v0.5.2 |
| 598 | 2026-05-29T17:04:05.297Z | Downloaded embedded-io v0.6.1 |
| 599 | 2026-05-29T17:04:05.297Z | Downloaded crc-catalog v2.4.0 |
| 600 | 2026-05-29T17:04:05.302Z | Downloaded ciborium-io v0.2.2 |
| 601 | 2026-05-29T17:04:05.305Z | Downloaded crc v3.4.0 |
| 602 | 2026-05-29T17:04:05.306Z | Downloaded derive_builder_macro v0.20.2 |
| 603 | 2026-05-29T17:04:05.308Z | Downloaded cpufeatures v0.3.0 |
| 604 | 2026-05-29T17:04:05.308Z | Downloaded document-features v0.2.12 |
| 605 | 2026-05-29T17:04:05.313Z | Downloaded find-msvc-tools v0.1.9 |
| 606 | 2026-05-29T17:04:05.313Z | Downloaded cobs v0.3.0 |
| 607 | 2026-05-29T17:04:05.313Z | Downloaded either v1.15.0 |
| 608 | 2026-05-29T17:04:05.313Z | Downloaded ed25519 v2.2.3 |
| 609 | 2026-05-29T17:04:05.313Z | Downloaded defmt v0.3.100 |
| 610 | 2026-05-29T17:04:05.316Z | Downloaded darling_macro v0.20.11 |
| 611 | 2026-05-29T17:04:05.317Z | Downloaded cstr-argument v0.1.2 |
| 612 | 2026-05-29T17:04:05.319Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 613 | 2026-05-29T17:04:05.320Z | Downloaded atomic-waker v1.1.2 |
| 614 | 2026-05-29T17:04:05.320Z | Downloaded bit-set v0.8.0 |
| 615 | 2026-05-29T17:04:05.323Z | Downloaded darling_macro v0.23.0 |
| 616 | 2026-05-29T17:04:05.323Z | Downloaded arrayref v0.3.9 |
| 617 | 2026-05-29T17:04:05.323Z | Downloaded dirs-sys-next v0.1.2 |
| 618 | 2026-05-29T17:04:05.326Z | Downloaded darling_macro v0.13.4 |
| 619 | 2026-05-29T17:04:05.326Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2026-05-29T17:04:05.329Z | Downloaded foreign-types-macros v0.2.3 |
| 621 | 2026-05-29T17:04:05.333Z | Downloaded gethostname v0.5.0 |
| 622 | 2026-05-29T17:04:05.333Z | Downloaded futures-core v0.3.32 |
| 623 | 2026-05-29T17:04:05.333Z | Downloaded bit-vec v0.8.0 |
| 624 | 2026-05-29T17:04:05.336Z | Downloaded fxhash v0.2.1 |
| 625 | 2026-05-29T17:04:05.336Z | Downloaded futures-io v0.3.32 |
| 626 | 2026-05-29T17:04:05.336Z | Downloaded foreign-types-shared v0.3.1 |
| 627 | 2026-05-29T17:04:05.336Z | Downloaded float-cmp v0.10.0 |
| 628 | 2026-05-29T17:04:05.336Z | Downloaded argon2 v0.5.3 |
| 629 | 2026-05-29T17:04:05.336Z | Downloaded git-stub v1.0.0 |
| 630 | 2026-05-29T17:04:05.340Z | Downloaded hash32 v0.2.1 |
| 631 | 2026-05-29T17:04:05.340Z | Downloaded hash32 v0.3.1 |
| 632 | 2026-05-29T17:04:05.340Z | Downloaded compression-core v0.4.31 |
| 633 | 2026-05-29T17:04:05.343Z | Downloaded bitfield-macros v0.19.4 |
| 634 | 2026-05-29T17:04:05.343Z | Downloaded ahash v0.8.12 |
| 635 | 2026-05-29T17:04:05.343Z | Downloaded env_logger v0.11.9 |
| 636 | 2026-05-29T17:04:05.346Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2026-05-29T17:04:05.346Z | Downloaded foreign-types-shared v0.1.1 |
| 638 | 2026-05-29T17:04:05.349Z | Downloaded erased-serde v0.3.31 |
| 639 | 2026-05-29T17:04:05.349Z | Downloaded async-recursion v1.1.1 |
| 640 | 2026-05-29T17:04:05.354Z | Downloaded funty v2.0.0 |
| 641 | 2026-05-29T17:04:05.354Z | Downloaded diesel-dtrace v0.5.0 |
| 642 | 2026-05-29T17:04:05.354Z | Downloaded derive-ex v0.1.8 |
| 643 | 2026-05-29T17:04:05.359Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 644 | 2026-05-29T17:04:05.359Z | Downloaded der_derive v0.7.3 |
| 645 | 2026-05-29T17:04:05.359Z | Downloaded futures-macro v0.3.32 |
| 646 | 2026-05-29T17:04:05.359Z | Downloaded ff v0.13.1 |
| 647 | 2026-05-29T17:04:05.362Z | Downloaded foreign-types v0.5.0 |
| 648 | 2026-05-29T17:04:05.362Z | Downloaded fixedbitset v0.5.7 |
| 649 | 2026-05-29T17:04:05.362Z | Downloaded data-encoding v2.10.0 |
| 650 | 2026-05-29T17:04:05.362Z | Downloaded foldhash v0.1.5 |
| 651 | 2026-05-29T17:04:05.362Z | Downloaded ghash v0.5.1 |
| 652 | 2026-05-29T17:04:05.365Z | Downloaded atomicwrites v0.4.4 |
| 653 | 2026-05-29T17:04:05.365Z | Downloaded globwalk v0.9.1 |
| 654 | 2026-05-29T17:04:05.365Z | Downloaded cfg_aliases v0.1.1 |
| 655 | 2026-05-29T17:04:05.365Z | Downloaded hex v0.4.3 |
| 656 | 2026-05-29T17:04:05.368Z | Downloaded headers-core v0.3.0 |
| 657 | 2026-05-29T17:04:05.368Z | Downloaded futures-sink v0.3.32 |
| 658 | 2026-05-29T17:04:05.372Z | Downloaded blowfish v0.9.1 |
| 659 | 2026-05-29T17:04:05.374Z | Downloaded home v0.5.12 |
| 660 | 2026-05-29T17:04:05.374Z | Downloaded convert_case v0.10.0 |
| 661 | 2026-05-29T17:04:05.374Z | Downloaded bitfield-struct v0.6.2 |
| 662 | 2026-05-29T17:04:05.374Z | Downloaded byte-wrapper v0.1.0 |
| 663 | 2026-05-29T17:04:05.377Z | Downloaded arc-swap v1.8.2 |
| 664 | 2026-05-29T17:04:05.380Z | Downloaded deranged v0.5.8 |
| 665 | 2026-05-29T17:04:05.380Z | Downloaded darling v0.13.4 |
| 666 | 2026-05-29T17:04:05.383Z | Downloaded futures-task v0.3.32 |
| 667 | 2026-05-29T17:04:05.383Z | Downloaded chacha20 v0.9.1 |
| 668 | 2026-05-29T17:04:05.390Z | Downloaded cexpr v0.6.0 |
| 669 | 2026-05-29T17:04:05.390Z | Downloaded backoff v0.4.0 |
| 670 | 2026-05-29T17:04:05.395Z | Downloaded futures-executor v0.3.32 |
| 671 | 2026-05-29T17:04:05.395Z | Downloaded flagset v0.4.7 |
| 672 | 2026-05-29T17:04:05.395Z | Downloaded filetime v0.2.27 |
| 673 | 2026-05-29T17:04:05.395Z | Downloaded cipher v0.4.4 |
| 674 | 2026-05-29T17:04:05.395Z | Downloaded defmt-macros v1.0.1 |
| 675 | 2026-05-29T17:04:05.399Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-29T17:04:05.399Z | Downloaded glob v0.3.3 |
| 677 | 2026-05-29T17:04:05.399Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-05-29T17:04:05.399Z | Downloaded constant_time_eq v0.4.2 |
| 679 | 2026-05-29T17:04:05.402Z | Downloaded crossterm v0.28.1 |
| 680 | 2026-05-29T17:04:05.402Z | Downloaded crypto-bigint v0.5.5 |
| 681 | 2026-05-29T17:04:05.405Z | Downloaded compression-codecs v0.4.37 |
| 682 | 2026-05-29T17:04:05.408Z | Downloaded diff v0.1.13 |
| 683 | 2026-05-29T17:04:05.411Z | Downloaded clang-sys v1.8.1 |
| 684 | 2026-05-29T17:04:05.411Z | Downloaded bzip2 v0.6.1 |
| 685 | 2026-05-29T17:04:05.414Z | Downloaded blake2 v0.10.6 |
| 686 | 2026-05-29T17:04:05.414Z | Downloaded hex-literal v0.4.1 |
| 687 | 2026-05-29T17:04:05.417Z | Downloaded hyper-tls v0.6.0 |
| 688 | 2026-05-29T17:04:05.417Z | Downloaded derive_more v0.99.20 |
| 689 | 2026-05-29T17:04:05.420Z | Downloaded critical-section v1.2.0 |
| 690 | 2026-05-29T17:04:05.420Z | Downloaded http-range v0.1.5 |
| 691 | 2026-05-29T17:04:05.423Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-29T17:04:05.423Z | Downloaded bitfield v0.19.4 |
| 693 | 2026-05-29T17:04:05.423Z | Downloaded hubpack v0.1.2 |
| 694 | 2026-05-29T17:04:05.426Z | Downloaded fs-err v2.11.0 |
| 695 | 2026-05-29T17:04:05.426Z | Downloaded cbc v0.1.2 |
| 696 | 2026-05-29T17:04:05.429Z | Downloaded bit-vec v0.6.3 |
| 697 | 2026-05-29T17:04:05.429Z | Downloaded des v0.8.1 |
| 698 | 2026-05-29T17:04:05.429Z | Downloaded foldhash v0.2.0 |
| 699 | 2026-05-29T17:04:05.432Z | Downloaded cargo_metadata v0.23.1 |
| 700 | 2026-05-29T17:04:05.432Z | Downloaded derive_builder v0.20.2 |
| 701 | 2026-05-29T17:04:05.436Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 702 | 2026-05-29T17:04:05.436Z | Downloaded is-terminal v0.4.17 |
| 703 | 2026-05-29T17:04:05.439Z | Downloaded indent_write v2.2.0 |
| 704 | 2026-05-29T17:04:05.440Z | Downloaded instant v0.1.13 |
| 705 | 2026-05-29T17:04:05.440Z | Downloaded illumos-nvpair v0.3.0 |
| 706 | 2026-05-29T17:04:05.440Z | Downloaded ciborium v0.2.2 |
| 707 | 2026-05-29T17:04:05.440Z | Downloaded internet-checksum v0.2.1 |
| 708 | 2026-05-29T17:04:05.443Z | Downloaded inout v0.1.4 |
| 709 | 2026-05-29T17:04:05.443Z | Downloaded instability v0.3.11 |
| 710 | 2026-05-29T17:04:05.443Z | Downloaded indoc v1.0.9 |
| 711 | 2026-05-29T17:04:05.447Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-05-29T17:04:05.447Z | Downloaded chacha20 v0.10.0 |
| 713 | 2026-05-29T17:04:05.450Z | Downloaded globset v0.4.18 |
| 714 | 2026-05-29T17:04:05.450Z | Downloaded buf-list v1.1.2 |
| 715 | 2026-05-29T17:04:05.450Z | Downloaded const_format_proc_macros v0.2.34 |
| 716 | 2026-05-29T17:04:05.453Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-05-29T17:04:05.453Z | Downloaded derive_builder_core v0.20.2 |
| 718 | 2026-05-29T17:04:05.456Z | Downloaded defmt v1.0.1 |
| 719 | 2026-05-29T17:04:05.456Z | Downloaded darling v0.21.3 |
| 720 | 2026-05-29T17:04:05.460Z | Downloaded getrandom v0.2.17 |
| 721 | 2026-05-29T17:04:05.463Z | Downloaded futures-channel v0.3.32 |
| 722 | 2026-05-29T17:04:05.463Z | Downloaded cassowary v0.3.0 |
| 723 | 2026-05-29T17:04:05.466Z | Downloaded fatfs v0.3.6 |
| 724 | 2026-05-29T17:04:05.466Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-05-29T17:04:05.469Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-29T17:04:05.469Z | Downloaded half v1.8.3 |
| 727 | 2026-05-29T17:04:05.469Z | Downloaded group v0.13.0 |
| 728 | 2026-05-29T17:04:05.472Z | Downloaded expectorate v1.2.0 |
| 729 | 2026-05-29T17:04:05.472Z | Downloaded drift v0.2.0 |
| 730 | 2026-05-29T17:04:05.477Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 731 | 2026-05-29T17:04:05.480Z | Downloaded lalrpop-util v0.19.12 |
| 732 | 2026-05-29T17:04:05.480Z | Downloaded libscf-sys v1.2.0 |
| 733 | 2026-05-29T17:04:05.483Z | Downloaded bytes v1.11.1 |
| 734 | 2026-05-29T17:04:05.486Z | Downloaded lru v0.12.5 |
| 735 | 2026-05-29T17:04:05.486Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-29T17:04:05.486Z | Downloaded hyper-staticfile v0.10.1 |
| 737 | 2026-05-29T17:04:05.489Z | Downloaded backon v1.6.0 |
| 738 | 2026-05-29T17:04:05.489Z | Downloaded darling v0.23.0 |
| 739 | 2026-05-29T17:04:05.492Z | Downloaded maplit v1.0.2 |
| 740 | 2026-05-29T17:04:05.496Z | Downloaded cookie v0.18.1 |
| 741 | 2026-05-29T17:04:05.496Z | Downloaded lzss v0.8.2 |
| 742 | 2026-05-29T17:04:05.499Z | Downloaded humantime v2.3.0 |
| 743 | 2026-05-29T17:04:05.499Z | Downloaded lru-slab v0.1.2 |
| 744 | 2026-05-29T17:04:05.499Z | Downloaded linked-hash-map v0.5.6 |
| 745 | 2026-05-29T17:04:05.499Z | Downloaded ipnetwork v0.21.1 |
| 746 | 2026-05-29T17:04:05.504Z | Downloaded new_debug_unreachable v1.0.6 |
| 747 | 2026-05-29T17:04:05.504Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-05-29T17:04:05.504Z | Downloaded managed v0.8.0 |
| 749 | 2026-05-29T17:04:05.504Z | Downloaded ingot-types v0.1.2 |
| 750 | 2026-05-29T17:04:05.508Z | Downloaded nibble_vec v0.1.0 |
| 751 | 2026-05-29T17:04:05.508Z | Downloaded newline-converter v0.3.0 |
| 752 | 2026-05-29T17:04:05.508Z | Downloaded maybe-uninit v2.0.0 |
| 753 | 2026-05-29T17:04:05.508Z | Downloaded match_cfg v0.1.0 |
| 754 | 2026-05-29T17:04:05.508Z | Downloaded lru-cache v0.1.2 |
| 755 | 2026-05-29T17:04:05.511Z | Downloaded const-oid v0.9.6 |
| 756 | 2026-05-29T17:04:05.511Z | Downloaded md5 v0.7.0 |
| 757 | 2026-05-29T17:04:05.511Z | Downloaded mime v0.3.17 |
| 758 | 2026-05-29T17:04:05.511Z | Downloaded memoffset v0.9.1 |
| 759 | 2026-05-29T17:04:05.514Z | Downloaded indoc v2.0.7 |
| 760 | 2026-05-29T17:04:05.514Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-05-29T17:04:05.520Z | Downloaded newtype_derive v0.1.6 |
| 762 | 2026-05-29T17:04:05.520Z | Downloaded multimap v0.10.1 |
| 763 | 2026-05-29T17:04:05.523Z | Downloaded getrandom v0.3.4 |
| 764 | 2026-05-29T17:04:05.523Z | Downloaded newtype-uuid-macros v0.1.0 |
| 765 | 2026-05-29T17:04:05.523Z | Downloaded darling_core v0.13.4 |
| 766 | 2026-05-29T17:04:05.527Z | Downloaded flume v0.11.1 |
| 767 | 2026-05-29T17:04:05.527Z | Downloaded cookie_store v0.22.1 |
| 768 | 2026-05-29T17:04:05.530Z | Downloaded elliptic-curve v0.13.8 |
| 769 | 2026-05-29T17:04:05.535Z | Downloaded darling_core v0.20.11 |
| 770 | 2026-05-29T17:04:05.535Z | Downloaded num-conv v0.2.0 |
| 771 | 2026-05-29T17:04:05.538Z | Downloaded nonempty v0.12.0 |
| 772 | 2026-05-29T17:04:05.538Z | Downloaded nodrop v0.1.14 |
| 773 | 2026-05-29T17:04:05.538Z | Downloaded flate2 v1.1.9 |
| 774 | 2026-05-29T17:04:05.542Z | Downloaded libsw-core v0.3.2 |
| 775 | 2026-05-29T17:04:05.542Z | Downloaded openssl-macros v0.1.1 |
| 776 | 2026-05-29T17:04:05.542Z | Downloaded num-iter v0.1.45 |
| 777 | 2026-05-29T17:04:05.542Z | Downloaded jobserver v0.1.34 |
| 778 | 2026-05-29T17:04:05.547Z | Downloaded normalize-line-endings v0.3.0 |
| 779 | 2026-05-29T17:04:05.547Z | Downloaded opaque-debug v0.3.1 |
| 780 | 2026-05-29T17:04:05.547Z | Downloaded libsw v3.5.0 |
| 781 | 2026-05-29T17:04:05.547Z | Downloaded libefi-sys v0.1.0 |
| 782 | 2026-05-29T17:04:05.550Z | Downloaded iana-time-zone v0.1.65 |
| 783 | 2026-05-29T17:04:05.550Z | Downloaded git-stub-vcs v0.1.0 |
| 784 | 2026-05-29T17:04:05.550Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-05-29T17:04:05.550Z | Downloaded console v0.15.11 |
| 786 | 2026-05-29T17:04:05.557Z | Downloaded cancel-safe-futures v0.1.5 |
| 787 | 2026-05-29T17:04:05.557Z | Downloaded colored v3.1.1 |
| 788 | 2026-05-29T17:04:05.557Z | Downloaded ident_case v1.0.1 |
| 789 | 2026-05-29T17:04:05.557Z | Downloaded hubpack_derive v0.1.1 |
| 790 | 2026-05-29T17:04:05.557Z | Downloaded hmac v0.12.1 |
| 791 | 2026-05-29T17:04:05.560Z | Downloaded libloading v0.8.9 |
| 792 | 2026-05-29T17:04:05.560Z | Downloaded ipnet v2.11.0 |
| 793 | 2026-05-29T17:04:05.565Z | Downloaded num_threads v0.1.7 |
| 794 | 2026-05-29T17:04:05.565Z | Downloaded multer v3.1.0 |
| 795 | 2026-05-29T17:04:05.565Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-05-29T17:04:05.568Z | Downloaded oso-derive v0.27.3 |
| 797 | 2026-05-29T17:04:05.568Z | Downloaded olpc-cjson v0.1.4 |
| 798 | 2026-05-29T17:04:05.568Z | Downloaded openssl-probe v0.2.1 |
| 799 | 2026-05-29T17:04:05.568Z | Downloaded http-body v1.0.1 |
| 800 | 2026-05-29T17:04:05.568Z | Downloaded highway v1.3.0 |
| 801 | 2026-05-29T17:04:05.573Z | Downloaded corncobs v0.1.4 |
| 802 | 2026-05-29T17:04:05.573Z | Downloaded darling v0.20.11 |
| 803 | 2026-05-29T17:04:05.576Z | Downloaded path-slash v0.1.5 |
| 804 | 2026-05-29T17:04:05.576Z | Downloaded newtype-uuid v1.3.2 |
| 805 | 2026-05-29T17:04:05.577Z | Downloaded linear-map v1.2.0 |
| 806 | 2026-05-29T17:04:05.577Z | Downloaded fs_extra v1.3.0 |
| 807 | 2026-05-29T17:04:05.581Z | Downloaded parse-display v0.10.0 |
| 808 | 2026-05-29T17:04:05.581Z | Downloaded hyper-rustls v0.27.7 |
| 809 | 2026-05-29T17:04:05.581Z | Downloaded darling_core v0.21.3 |
| 810 | 2026-05-29T17:04:05.586Z | Downloaded num v0.4.3 |
| 811 | 2026-05-29T17:04:05.586Z | Downloaded native-tls v0.2.18 |
| 812 | 2026-05-29T17:04:05.586Z | Downloaded parse-size v1.1.0 |
| 813 | 2026-05-29T17:04:05.589Z | Downloaded num-derive v0.4.2 |
| 814 | 2026-05-29T17:04:05.589Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2026-05-29T17:04:05.589Z | Downloaded nanorand v0.7.0 |
| 816 | 2026-05-29T17:04:05.594Z | Downloaded pbkdf2 v0.12.2 |
| 817 | 2026-05-29T17:04:05.594Z | Downloaded ed25519-dalek v2.2.0 |
| 818 | 2026-05-29T17:04:05.597Z | Downloaded mime_guess v2.0.5 |
| 819 | 2026-05-29T17:04:05.597Z | Downloaded derive_more v2.1.1 |
| 820 | 2026-05-29T17:04:05.600Z | Downloaded phf_shared v0.11.3 |
| 821 | 2026-05-29T17:04:05.605Z | Downloaded peg-runtime v0.8.5 |
| 822 | 2026-05-29T17:04:05.605Z | Downloaded num-complex v0.4.6 |
| 823 | 2026-05-29T17:04:05.617Z | Downloaded pin-utils v0.1.0 |
| 824 | 2026-05-29T17:04:05.620Z | Downloaded phf_shared v0.13.1 |
| 825 | 2026-05-29T17:04:05.620Z | Downloaded num-integer v0.1.46 |
| 826 | 2026-05-29T17:04:05.620Z | Downloaded nu-ansi-term v0.50.3 |
| 827 | 2026-05-29T17:04:05.625Z | Downloaded phf_shared v0.12.1 |
| 828 | 2026-05-29T17:04:05.625Z | Downloaded half v2.7.1 |
| 829 | 2026-05-29T17:04:05.629Z | Downloaded heapless v0.7.17 |
| 830 | 2026-05-29T17:04:05.629Z | Downloaded futures v0.3.32 |
| 831 | 2026-05-29T17:04:05.632Z | Downloaded ignore v0.4.25 |
| 832 | 2026-05-29T17:04:05.632Z | Downloaded chacha20poly1305 v0.10.1 |
| 833 | 2026-05-29T17:04:05.635Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2026-05-29T17:04:05.635Z | Downloaded owo-colors v4.3.0 |
| 835 | 2026-05-29T17:04:05.635Z | Downloaded precomputed-hash v0.1.1 |
| 836 | 2026-05-29T17:04:05.640Z | Downloaded lock_api v0.4.14 |
| 837 | 2026-05-29T17:04:05.640Z | Downloaded predicates-tree v1.0.13 |
| 838 | 2026-05-29T17:04:05.640Z | Downloaded base64 v0.22.1 |
| 839 | 2026-05-29T17:04:05.640Z | Downloaded proc-macro-crate v3.4.0 |
| 840 | 2026-05-29T17:04:05.644Z | Downloaded powerfmt v0.2.0 |
| 841 | 2026-05-29T17:04:05.644Z | Downloaded num_enum v0.7.5 |
| 842 | 2026-05-29T17:04:05.647Z | Downloaded num_enum_derive v0.7.5 |
| 843 | 2026-05-29T17:04:05.647Z | Downloaded litrs v1.0.0 |
| 844 | 2026-05-29T17:04:05.651Z | Downloaded num_enum v0.5.11 |
| 845 | 2026-05-29T17:04:05.654Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-05-29T17:04:05.654Z | Downloaded oxide-tokio-rt v0.1.4 |
| 847 | 2026-05-29T17:04:05.654Z | Downloaded predicates-core v1.0.10 |
| 848 | 2026-05-29T17:04:05.654Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-05-29T17:04:05.659Z | Downloaded packed_struct v0.10.1 |
| 850 | 2026-05-29T17:04:05.659Z | Downloaded indexmap v1.9.3 |
| 851 | 2026-05-29T17:04:05.659Z | Downloaded httparse v1.10.1 |
| 852 | 2026-05-29T17:04:05.663Z | Downloaded progenitor-macro v0.11.2 |
| 853 | 2026-05-29T17:04:05.663Z | Downloaded progenitor-client v0.10.0 |
| 854 | 2026-05-29T17:04:05.663Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-05-29T17:04:05.663Z | Downloaded password-hash v0.4.2 |
| 856 | 2026-05-29T17:04:05.666Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-05-29T17:04:05.666Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-05-29T17:04:05.666Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-05-29T17:04:05.666Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-05-29T17:04:05.669Z | Downloaded phf v0.12.1 |
| 861 | 2026-05-29T17:04:05.669Z | Downloaded pem v3.0.6 |
| 862 | 2026-05-29T17:04:05.669Z | Downloaded const_format v0.2.35 |
| 863 | 2026-05-29T17:04:05.673Z | Downloaded compact_str v0.8.1 |
| 864 | 2026-05-29T17:04:05.678Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-05-29T17:04:05.678Z | Downloaded bumpalo v3.20.2 |
| 866 | 2026-05-29T17:04:05.678Z | Downloaded progenitor-client v0.11.2 |
| 867 | 2026-05-29T17:04:05.678Z | Downloaded peg v0.8.5 |
| 868 | 2026-05-29T17:04:05.682Z | Downloaded pkg-config v0.3.32 |
| 869 | 2026-05-29T17:04:05.682Z | Downloaded phf v0.13.1 |
| 870 | 2026-05-29T17:04:05.682Z | Downloaded pem-rfc7468 v0.7.0 |
| 871 | 2026-05-29T17:04:05.685Z | Downloaded password-hash v0.5.0 |
| 872 | 2026-05-29T17:04:05.685Z | Downloaded num-rational v0.4.2 |
| 873 | 2026-05-29T17:04:05.685Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2026-05-29T17:04:05.689Z | Downloaded allocator-api2 v0.2.21 |
| 875 | 2026-05-29T17:04:05.690Z | Downloaded pin-project-internal v1.1.11 |
| 876 | 2026-05-29T17:04:05.695Z | Downloaded der v0.7.10 |
| 877 | 2026-05-29T17:04:05.695Z | Downloaded libbz2-rs-sys v0.2.2 |
| 878 | 2026-05-29T17:04:05.698Z | Downloaded parking_lot v0.12.5 |
| 879 | 2026-05-29T17:04:05.698Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-05-29T17:04:05.698Z | Downloaded poly1305 v0.8.0 |
| 881 | 2026-05-29T17:04:05.702Z | Downloaded quick-error v1.2.3 |
| 882 | 2026-05-29T17:04:05.702Z | Downloaded ppv-lite86 v0.2.21 |
| 883 | 2026-05-29T17:04:05.702Z | Downloaded pin-project-lite v0.2.17 |
| 884 | 2026-05-29T17:04:05.707Z | Downloaded headers v0.4.1 |
| 885 | 2026-05-29T17:04:05.710Z | Downloaded rand_chacha v0.3.1 |
| 886 | 2026-05-29T17:04:05.710Z | Downloaded parking_lot_core v0.9.12 |
| 887 | 2026-05-29T17:04:05.710Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 888 | 2026-05-29T17:04:05.714Z | Downloaded rand_xorshift v0.4.0 |
| 889 | 2026-05-29T17:04:05.714Z | Downloaded diesel_derives v2.3.7 |
| 890 | 2026-05-29T17:04:05.717Z | Downloaded postgres-protocol v0.6.10 |
| 891 | 2026-05-29T17:04:05.717Z | Downloaded indicatif v0.18.4 |
| 892 | 2026-05-29T17:04:05.720Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-05-29T17:04:05.721Z | Downloaded ref-cast v1.0.25 |
| 894 | 2026-05-29T17:04:05.726Z | Downloaded derive_more-impl v2.1.1 |
| 895 | 2026-05-29T17:04:05.729Z | Downloaded primeorder v0.13.6 |
| 896 | 2026-05-29T17:04:05.729Z | Downloaded progenitor v0.14.0 |
| 897 | 2026-05-29T17:04:05.729Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-05-29T17:04:05.729Z | Downloaded oxnet v0.1.4 |
| 899 | 2026-05-29T17:04:05.729Z | Downloaded memmap2 v0.9.10 |
| 900 | 2026-05-29T17:04:05.733Z | Downloaded predicates v3.1.4 |
| 901 | 2026-05-29T17:04:05.733Z | Downloaded progenitor v0.11.2 |
| 902 | 2026-05-29T17:04:05.736Z | Downloaded recursive v0.1.1 |
| 903 | 2026-05-29T17:04:05.736Z | Downloaded ingot-macros v0.1.1 |
| 904 | 2026-05-29T17:04:05.736Z | Downloaded ingot v0.1.1 |
| 905 | 2026-05-29T17:04:05.736Z | Downloaded darling_core v0.23.0 |
| 906 | 2026-05-29T17:04:05.739Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-29T17:04:05.740Z | Downloaded progenitor-client v0.13.0 |
| 908 | 2026-05-29T17:04:05.749Z | Downloaded oso v0.27.3 |
| 909 | 2026-05-29T17:04:05.749Z | Downloaded crc-any v2.5.0 |
| 910 | 2026-05-29T17:04:05.749Z | Downloaded polyval v0.6.2 |
| 911 | 2026-05-29T17:04:05.749Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-29T17:04:05.749Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2026-05-29T17:04:05.754Z | Downloaded pkcs8 v0.10.2 |
| 914 | 2026-05-29T17:04:05.754Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-05-29T17:04:05.754Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-05-29T17:04:05.754Z | Downloaded rtoolbox v0.0.3 |
| 917 | 2026-05-29T17:04:05.754Z | Downloaded pkcs5 v0.7.1 |
| 918 | 2026-05-29T17:04:05.758Z | Downloaded colored v2.2.0 |
| 919 | 2026-05-29T17:04:05.758Z | Downloaded psm v0.1.30 |
| 920 | 2026-05-29T17:04:05.763Z | Downloaded base64ct v1.8.3 |
| 921 | 2026-05-29T17:04:05.763Z | Downloaded p256 v0.13.2 |
| 922 | 2026-05-29T17:04:05.763Z | Downloaded radium v0.7.0 |
| 923 | 2026-05-29T17:04:05.763Z | Downloaded parking_lot v0.11.2 |
| 924 | 2026-05-29T17:04:05.766Z | Downloaded rustc_version v0.1.7 |
| 925 | 2026-05-29T17:04:05.766Z | Downloaded papergrid v0.17.0 |
| 926 | 2026-05-29T17:04:05.769Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-05-29T17:04:05.769Z | Downloaded async-trait v0.1.89 |
| 928 | 2026-05-29T17:04:05.772Z | Downloaded cc v1.2.56 |
| 929 | 2026-05-29T17:04:05.772Z | Downloaded bcs v0.1.6 |
| 930 | 2026-05-29T17:04:05.775Z | Downloaded arrayvec v0.7.6 |
| 931 | 2026-05-29T17:04:05.775Z | Downloaded miniz_oxide v0.8.9 |
| 932 | 2026-05-29T17:04:05.778Z | Downloaded paste v1.0.15 |
| 933 | 2026-05-29T17:04:05.781Z | Downloaded postcard v1.1.3 |
| 934 | 2026-05-29T17:04:05.784Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-05-29T17:04:05.784Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-05-29T17:04:05.787Z | Downloaded proc-macro-error2 v2.0.1 |
| 937 | 2026-05-29T17:04:05.789Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-05-29T17:04:05.789Z | Downloaded progenitor-extras v0.2.0 |
| 939 | 2026-05-29T17:04:05.794Z | Downloaded same-file v1.0.6 |
| 940 | 2026-05-29T17:04:05.794Z | Downloaded scrypt v0.11.0 |
| 941 | 2026-05-29T17:04:05.799Z | Downloaded scheduled-thread-pool v0.2.7 |
| 942 | 2026-05-29T17:04:05.799Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-05-29T17:04:05.799Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-05-29T17:04:05.802Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-05-29T17:04:05.802Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-05-29T17:04:05.802Z | Downloaded omicron-zone-package v0.12.2 |
| 947 | 2026-05-29T17:04:05.805Z | Downloaded jiff-static v0.2.21 |
| 948 | 2026-05-29T17:04:05.805Z | Downloaded hickory-resolver v0.24.4 |
| 949 | 2026-05-29T17:04:05.808Z | Downloaded scroll_derive v0.13.1 |
| 950 | 2026-05-29T17:04:05.808Z | Downloaded salsa20 v0.10.2 |
| 951 | 2026-05-29T17:04:05.808Z | Downloaded rand_core v0.9.5 |
| 952 | 2026-05-29T17:04:05.811Z | Downloaded scopeguard v1.2.0 |
| 953 | 2026-05-29T17:04:05.816Z | Downloaded semver v0.1.20 |
| 954 | 2026-05-29T17:04:05.816Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-05-29T17:04:05.819Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-05-29T17:04:05.819Z | Downloaded hyper-util v0.1.20 |
| 957 | 2026-05-29T17:04:05.822Z | Downloaded hickory-server v0.25.2 |
| 958 | 2026-05-29T17:04:05.825Z | Downloaded hashbrown v0.12.3 |
| 959 | 2026-05-29T17:04:05.828Z | Downloaded serde-big-array v0.5.1 |
| 960 | 2026-05-29T17:04:05.828Z | Downloaded resolv-conf v0.7.6 |
| 961 | 2026-05-29T17:04:05.831Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-05-29T17:04:05.834Z | Downloaded serde_plain v1.0.2 |
| 963 | 2026-05-29T17:04:05.834Z | Downloaded base64 v0.21.7 |
| 964 | 2026-05-29T17:04:05.838Z | Downloaded shell-words v1.1.1 |
| 965 | 2026-05-29T17:04:05.841Z | Downloaded serde_spanned v1.0.4 |
| 966 | 2026-05-29T17:04:05.845Z | Downloaded http v1.4.0 |
| 967 | 2026-05-29T17:04:05.849Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-05-29T17:04:05.855Z | Downloaded serde_repr v0.1.20 |
| 969 | 2026-05-29T17:04:05.859Z | Downloaded rustls-pemfile v1.0.4 |
| 970 | 2026-05-29T17:04:05.859Z | Downloaded sct v0.7.1 |
| 971 | 2026-05-29T17:04:05.859Z | Downloaded signature v2.2.0 |
| 972 | 2026-05-29T17:04:05.874Z | Downloaded signal-hook-tokio v0.3.1 |
| 973 | 2026-05-29T17:04:05.874Z | Downloaded progenitor-impl v0.13.0 |
| 974 | 2026-05-29T17:04:05.874Z | Downloaded progenitor-impl v0.11.2 |
| 975 | 2026-05-29T17:04:05.880Z | Downloaded rustls-native-certs v0.8.3 |
| 976 | 2026-05-29T17:04:05.880Z | Downloaded rusty-fork v0.3.1 |
| 977 | 2026-05-29T17:04:05.880Z | Downloaded rustls-pemfile v2.2.0 |
| 978 | 2026-05-29T17:04:05.880Z | Downloaded siphasher v1.0.2 |
| 979 | 2026-05-29T17:04:05.880Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-05-29T17:04:05.880Z | Downloaded signal-hook-mio v0.2.5 |
| 981 | 2026-05-29T17:04:05.880Z | Downloaded pin-project v1.1.11 |
| 982 | 2026-05-29T17:04:05.880Z | Downloaded rustversion v1.0.22 |
| 983 | 2026-05-29T17:04:05.883Z | Downloaded slog-bunyan v2.5.0 |
| 984 | 2026-05-29T17:04:05.883Z | Downloaded slog-envlogger v2.2.0 |
| 985 | 2026-05-29T17:04:05.886Z | Downloaded heapless v0.8.0 |
| 986 | 2026-05-29T17:04:05.889Z | Downloaded openssl-sys v0.9.115 |
| 987 | 2026-05-29T17:04:05.892Z | Downloaded serde-hex v0.1.0 |
| 988 | 2026-05-29T17:04:05.892Z | Downloaded prefix-trie v0.7.0 |
| 989 | 2026-05-29T17:04:05.895Z | Downloaded hashbrown v0.13.2 |
| 990 | 2026-05-29T17:04:05.897Z | Downloaded scroll v0.13.0 |
| 991 | 2026-05-29T17:04:05.902Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-05-29T17:04:05.905Z | Downloaded progenitor-impl v0.14.0 |
| 993 | 2026-05-29T17:04:05.905Z | Downloaded russh-keys v0.45.0 |
| 994 | 2026-05-29T17:04:05.908Z | Downloaded mio v1.2.0 |
| 995 | 2026-05-29T17:04:05.912Z | Downloaded itertools v0.10.5 |
| 996 | 2026-05-29T17:04:05.915Z | Downloaded pretty_assertions v1.4.1 |
| 997 | 2026-05-29T17:04:05.918Z | Downloaded ssh-cipher v0.2.0 |
| 998 | 2026-05-29T17:04:05.918Z | Downloaded prettyplease v0.2.37 |
| 999 | 2026-05-29T17:04:05.922Z | Downloaded dropshot-api-manager v0.7.2 |
| 1000 | 2026-05-29T17:04:05.924Z | Downloaded sqlparser_derive v0.5.0 |
| 1001 | 2026-05-29T17:04:05.924Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-05-29T17:04:05.928Z | Downloaded crossterm v0.29.0 |
| 1003 | 2026-05-29T17:04:05.931Z | Downloaded signal-hook-registry v1.4.8 |
| 1004 | 2026-05-29T17:04:05.934Z | Downloaded sha1 v0.10.6 |
| 1005 | 2026-05-29T17:04:05.934Z | Downloaded aes v0.8.4 |
| 1006 | 2026-05-29T17:04:05.937Z | Downloaded subtle v2.6.1 |
| 1007 | 2026-05-29T17:04:05.940Z | Downloaded ssh-encoding v0.2.0 |
| 1008 | 2026-05-29T17:04:05.942Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1009 | 2026-05-29T17:04:05.942Z | Downloaded strum v0.26.3 |
| 1010 | 2026-05-29T17:04:05.947Z | Downloaded strsim v0.10.0 |
| 1011 | 2026-05-29T17:04:05.947Z | Downloaded strum v0.27.2 |
| 1012 | 2026-05-29T17:04:05.947Z | Downloaded supports-color v3.0.2 |
| 1013 | 2026-05-29T17:04:05.947Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-29T17:04:05.950Z | Downloaded ron v0.8.1 |
| 1015 | 2026-05-29T17:04:05.950Z | Downloaded shlex v1.3.0 |
| 1016 | 2026-05-29T17:04:05.950Z | Downloaded slab v0.4.12 |
| 1017 | 2026-05-29T17:04:05.953Z | Downloaded take_mut v0.2.2 |
| 1018 | 2026-05-29T17:04:05.953Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-05-29T17:04:05.953Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-05-29T17:04:05.962Z | Downloaded slog-dtrace v0.3.0 |
| 1021 | 2026-05-29T17:04:05.962Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-05-29T17:04:05.962Z | Downloaded aes-gcm v0.10.3 |
| 1023 | 2026-05-29T17:04:05.964Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-05-29T17:04:05.964Z | Downloaded sync_wrapper v1.0.2 |
| 1025 | 2026-05-29T17:04:05.964Z | Downloaded sync-ptr v0.1.4 |
| 1026 | 2026-05-29T17:04:05.967Z | Downloaded tabled_derive v0.11.0 |
| 1027 | 2026-05-29T17:04:05.967Z | Downloaded smf v0.2.3 |
| 1028 | 2026-05-29T17:04:05.967Z | Downloaded snafu-derive v0.8.9 |
| 1029 | 2026-05-29T17:04:05.967Z | Downloaded slog-stdlog v4.1.1 |
| 1030 | 2026-05-29T17:04:05.970Z | Downloaded simd-adler32 v0.3.8 |
| 1031 | 2026-05-29T17:04:05.970Z | Downloaded tagptr v0.2.0 |
| 1032 | 2026-05-29T17:04:05.972Z | Downloaded tap v1.0.1 |
| 1033 | 2026-05-29T17:04:05.972Z | Downloaded schemars_derive v0.8.22 |
| 1034 | 2026-05-29T17:04:05.972Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-29T17:04:05.975Z | Downloaded serde_with_macros v1.5.2 |
| 1036 | 2026-05-29T17:04:05.975Z | Downloaded sec1 v0.7.3 |
| 1037 | 2026-05-29T17:04:05.975Z | Downloaded quinn-udp v0.5.14 |
| 1038 | 2026-05-29T17:04:05.978Z | Downloaded rcgen v0.12.1 |
| 1039 | 2026-05-29T17:04:05.981Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-05-29T17:04:05.983Z | Downloaded termtree v0.5.1 |
| 1041 | 2026-05-29T17:04:05.986Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-05-29T17:04:05.989Z | Downloaded nom v7.1.3 |
| 1043 | 2026-05-29T17:04:05.992Z | Downloaded serde_cbor v0.11.2 |
| 1044 | 2026-05-29T17:04:05.992Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-05-29T17:04:05.995Z | Downloaded spki v0.7.3 |
| 1046 | 2026-05-29T17:04:05.995Z | Downloaded serde_path_to_error v0.1.20 |
| 1047 | 2026-05-29T17:04:05.999Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1048 | 2026-05-29T17:04:06.002Z | Downloaded thread-id v5.1.0 |
| 1049 | 2026-05-29T17:04:06.002Z | Downloaded tinyvec_macros v0.1.1 |
| 1050 | 2026-05-29T17:04:06.002Z | Downloaded time-core v0.1.8 |
| 1051 | 2026-05-29T17:04:06.002Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-05-29T17:04:06.002Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-05-29T17:04:06.005Z | Downloaded strum_macros v0.26.4 |
| 1054 | 2026-05-29T17:04:06.005Z | Downloaded strum_macros v0.27.2 |
| 1055 | 2026-05-29T17:04:06.008Z | Downloaded string_cache v0.8.9 |
| 1056 | 2026-05-29T17:04:06.013Z | Downloaded minimal-lexical v0.2.1 |
| 1057 | 2026-05-29T17:04:06.022Z | Downloaded support-bundle-viewer v0.1.2 |
| 1058 | 2026-05-29T17:04:06.024Z | Downloaded stringprep v0.1.5 |
| 1059 | 2026-05-29T17:04:06.024Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-05-29T17:04:06.027Z | Downloaded serde_with_macros v3.17.0 |
| 1061 | 2026-05-29T17:04:06.030Z | Downloaded hashbrown v0.15.5 |
| 1062 | 2026-05-29T17:04:06.033Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-05-29T17:04:06.036Z | Downloaded rayon-core v1.13.0 |
| 1064 | 2026-05-29T17:04:06.038Z | Downloaded slog-async v2.8.0 |
| 1065 | 2026-05-29T17:04:06.041Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1066 | 2026-05-29T17:04:06.044Z | Downloaded hyper v1.8.1 |
| 1067 | 2026-05-29T17:04:06.047Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-05-29T17:04:06.050Z | Downloaded topological-sort v0.2.2 |
| 1069 | 2026-05-29T17:04:06.053Z | Downloaded termios v0.3.3 |
| 1070 | 2026-05-29T17:04:06.056Z | Downloaded tower-service v0.3.3 |
| 1071 | 2026-05-29T17:04:06.062Z | Downloaded thread_local v1.1.9 |
| 1072 | 2026-05-29T17:04:06.065Z | Downloaded spin v0.9.8 |
| 1073 | 2026-05-29T17:04:06.072Z | Downloaded trait-variant v0.1.2 |
| 1074 | 2026-05-29T17:04:06.075Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-05-29T17:04:06.079Z | Downloaded tokio-macros v2.7.0 |
| 1076 | 2026-05-29T17:04:06.079Z | Downloaded unarray v0.1.4 |
| 1077 | 2026-05-29T17:04:06.079Z | Downloaded typify-macro v0.4.3 |
| 1078 | 2026-05-29T17:04:06.082Z | Downloaded tokio-dtrace v0.1.1 |
| 1079 | 2026-05-29T17:04:06.082Z | Downloaded typify-macro v0.6.2 |
| 1080 | 2026-05-29T17:04:06.082Z | Downloaded tiny-keccak v2.0.2 |
| 1081 | 2026-05-29T17:04:06.085Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1082 | 2026-05-29T17:04:06.085Z | Downloaded tls_codec_derive v0.4.2 |
| 1083 | 2026-05-29T17:04:06.087Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2026-05-29T17:04:06.087Z | Downloaded time-macros v0.2.27 |
| 1085 | 2026-05-29T17:04:06.090Z | Downloaded slog v2.8.2 |
| 1086 | 2026-05-29T17:04:06.093Z | Downloaded try-lock v0.2.5 |
| 1087 | 2026-05-29T17:04:06.093Z | Downloaded similar v2.7.0 |
| 1088 | 2026-05-29T17:04:06.096Z | Downloaded quinn v0.11.9 |
| 1089 | 2026-05-29T17:04:06.100Z | Downloaded qorb v0.4.1 |
| 1090 | 2026-05-29T17:04:06.100Z | Downloaded blake3 v1.8.3 |
| 1091 | 2026-05-29T17:04:06.103Z | Downloaded unit-prefix v0.5.2 |
| 1092 | 2026-05-29T17:04:06.106Z | Downloaded tokio-native-tls v0.3.1 |
| 1093 | 2026-05-29T17:04:06.106Z | Downloaded tls_codec v0.4.2 |
| 1094 | 2026-05-29T17:04:06.109Z | Downloaded signal-hook v0.3.18 |
| 1095 | 2026-05-29T17:04:06.109Z | Downloaded unicode-truncate v1.1.0 |
| 1096 | 2026-05-29T17:04:06.111Z | Downloaded universal-hash v0.5.1 |
| 1097 | 2026-05-29T17:04:06.111Z | Downloaded untrusted v0.7.1 |
| 1098 | 2026-05-29T17:04:06.111Z | Downloaded rustls-webpki v0.103.9 |
| 1099 | 2026-05-29T17:04:06.114Z | Downloaded num-bigint v0.4.6 |
| 1100 | 2026-05-29T17:04:06.117Z | Downloaded rand v0.8.6 |
| 1101 | 2026-05-29T17:04:06.120Z | Downloaded usdt-attr-macro v0.6.0 |
| 1102 | 2026-05-29T17:04:06.120Z | Downloaded tokio-tungstenite v0.23.1 |
| 1103 | 2026-05-29T17:04:06.120Z | Downloaded schemars v0.8.22 |
| 1104 | 2026-05-29T17:04:06.126Z | Downloaded usdt v0.6.0 |
| 1105 | 2026-05-29T17:04:06.128Z | Downloaded void v1.0.2 |
| 1106 | 2026-05-29T17:04:06.128Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1107 | 2026-05-29T17:04:06.128Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1108 | 2026-05-29T17:04:06.131Z | Downloaded hashbrown v0.16.1 |
| 1109 | 2026-05-29T17:04:06.134Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-05-29T17:04:06.134Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1111 | 2026-05-29T17:04:06.134Z | Downloaded samael v0.0.19 |
| 1112 | 2026-05-29T17:04:06.138Z | Downloaded schemars v1.2.1 |
| 1113 | 2026-05-29T17:04:06.147Z | Downloaded wait-timeout v0.2.1 |
| 1114 | 2026-05-29T17:04:06.150Z | Downloaded subprocess v0.2.15 |
| 1115 | 2026-05-29T17:04:06.152Z | Downloaded term v1.2.1 |
| 1116 | 2026-05-29T17:04:06.152Z | Downloaded term v0.7.0 |
| 1117 | 2026-05-29T17:04:06.156Z | Downloaded libxml v0.3.3 |
| 1118 | 2026-05-29T17:04:06.159Z | Downloaded want v0.3.1 |
| 1119 | 2026-05-29T17:04:06.159Z | Downloaded tokio-rustls v0.24.1 |
| 1120 | 2026-05-29T17:04:06.163Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-05-29T17:04:06.163Z | Downloaded p521 v0.13.3 |
| 1122 | 2026-05-29T17:04:06.166Z | Downloaded hkdf v0.12.4 |
| 1123 | 2026-05-29T17:04:06.166Z | Downloaded tui-tree-widget v0.23.1 |
| 1124 | 2026-05-29T17:04:06.166Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-05-29T17:04:06.168Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-05-29T17:04:06.171Z | Downloaded curve25519-dalek v4.1.3 |
| 1127 | 2026-05-29T17:04:06.176Z | Downloaded xattr v1.6.1 |
| 1128 | 2026-05-29T17:04:06.179Z | Downloaded tokio-stream v0.1.18 |
| 1129 | 2026-05-29T17:04:06.182Z | Downloaded test-strategy v0.4.5 |
| 1130 | 2026-05-29T17:04:06.185Z | Downloaded untrusted v0.9.0 |
| 1131 | 2026-05-29T17:04:06.185Z | Downloaded itertools v0.12.1 |
| 1132 | 2026-05-29T17:04:06.188Z | Downloaded xshell-macros v0.2.7 |
| 1133 | 2026-05-29T17:04:06.188Z | Downloaded vergen-lib v0.1.6 |
| 1134 | 2026-05-29T17:04:06.191Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1135 | 2026-05-29T17:04:06.193Z | Downloaded tinyvec v1.10.0 |
| 1136 | 2026-05-29T17:04:06.194Z | Downloaded rand v0.9.2 |
| 1137 | 2026-05-29T17:04:06.197Z | Downloaded vergen-lib v9.1.0 |
| 1138 | 2026-05-29T17:04:06.197Z | Downloaded uzers v0.12.2 |
| 1139 | 2026-05-29T17:04:06.199Z | Downloaded schemars v0.9.0 |
| 1140 | 2026-05-29T17:04:06.204Z | Downloaded zone_cfg_derive v0.3.1 |
| 1141 | 2026-05-29T17:04:06.206Z | Downloaded utf-8 v0.7.6 |
| 1142 | 2026-05-29T17:04:06.206Z | Downloaded iddqd v0.4.2 |
| 1143 | 2026-05-29T17:04:06.210Z | Downloaded twox-hash v2.1.2 |
| 1144 | 2026-05-29T17:04:06.213Z | Downloaded russh v0.45.0 |
| 1145 | 2026-05-29T17:04:06.216Z | Downloaded tracing-attributes v0.1.31 |
| 1146 | 2026-05-29T17:04:06.218Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-05-29T17:04:06.219Z | Downloaded vergen-git2 v9.1.0 |
| 1148 | 2026-05-29T17:04:06.219Z | Downloaded unicase v2.9.0 |
| 1149 | 2026-05-29T17:04:06.222Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-05-29T17:04:06.222Z | Downloaded tokio-tungstenite v0.21.0 |
| 1151 | 2026-05-29T17:04:06.222Z | Downloaded zone v0.3.1 |
| 1152 | 2026-05-29T17:04:06.225Z | Downloaded zeroize_derive v1.4.3 |
| 1153 | 2026-05-29T17:04:06.225Z | Downloaded tokio-rustls v0.25.0 |
| 1154 | 2026-05-29T17:04:06.225Z | Downloaded socket2 v0.5.10 |
| 1155 | 2026-05-29T17:04:06.225Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-05-29T17:04:06.228Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-05-29T17:04:06.233Z | Downloaded vsss-rs v3.3.4 |
| 1158 | 2026-05-29T17:04:06.236Z | Downloaded toml v0.7.8 |
| 1159 | 2026-05-29T17:04:06.239Z | Downloaded snafu v0.8.9 |
| 1160 | 2026-05-29T17:04:06.242Z | Downloaded aho-corasick v1.1.4 |
| 1161 | 2026-05-29T17:04:06.245Z | Downloaded socket2 v0.6.3 |
| 1162 | 2026-05-29T17:04:06.250Z | Downloaded zstd-safe v7.2.4 |
| 1163 | 2026-05-29T17:04:06.253Z | Downloaded whoami v2.1.0 |
| 1164 | 2026-05-29T17:04:06.253Z | Downloaded whoami v1.6.1 |
| 1165 | 2026-05-29T17:04:06.256Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-05-29T17:04:06.263Z | Downloaded tungstenite v0.23.0 |
| 1167 | 2026-05-29T17:04:06.266Z | Downloaded zstd v0.13.3 |
| 1168 | 2026-05-29T17:04:06.268Z | Downloaded itertools v0.13.0 |
| 1169 | 2026-05-29T17:04:06.271Z | Downloaded typify v0.4.3 |
| 1170 | 2026-05-29T17:04:06.274Z | Downloaded xshell v0.2.7 |
| 1171 | 2026-05-29T17:04:06.274Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-05-29T17:04:06.277Z | Downloaded tungstenite v0.21.0 |
| 1173 | 2026-05-29T17:04:06.277Z | Downloaded num-bigint-dig v0.8.6 |
| 1174 | 2026-05-29T17:04:06.284Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1175 | 2026-05-29T17:04:06.286Z | Downloaded reedline v0.40.0 |
| 1176 | 2026-05-29T17:04:06.296Z | Downloaded unicode-bidi v0.3.18 |
| 1177 | 2026-05-29T17:04:06.299Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1178 | 2026-05-29T17:04:06.302Z | Downloaded zeroize v1.8.2 |
| 1179 | 2026-05-29T17:04:06.320Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-05-29T17:04:06.328Z | Downloaded h2 v0.4.13 |
| 1181 | 2026-05-29T17:04:06.332Z | Downloaded serde_with v1.14.0 |
| 1182 | 2026-05-29T17:04:06.336Z | Downloaded itertools v0.14.0 |
| 1183 | 2026-05-29T17:04:06.339Z | Downloaded typify v0.6.2 |
| 1184 | 2026-05-29T17:04:06.346Z | Downloaded rand v0.10.0 |
| 1185 | 2026-05-29T17:04:06.349Z | Downloaded unsafe-libyaml v0.2.11 |
| 1186 | 2026-05-29T17:04:06.354Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-05-29T17:04:06.357Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-29T17:04:06.364Z | Downloaded zerocopy v0.6.6 |
| 1189 | 2026-05-29T17:04:06.368Z | Downloaded tokio-postgres v0.7.16 |
| 1190 | 2026-05-29T17:04:06.371Z | Downloaded uuid v1.23.0 |
| 1191 | 2026-05-29T17:04:06.373Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-05-29T17:04:06.377Z | Downloaded tar v0.4.45 |
| 1193 | 2026-05-29T17:04:06.377Z | Downloaded unicode_categories v0.1.1 |
| 1194 | 2026-05-29T17:04:06.380Z | Downloaded vte v0.14.1 |
| 1195 | 2026-05-29T17:04:06.383Z | Downloaded goblin v0.10.5 |
| 1196 | 2026-05-29T17:04:06.387Z | Downloaded steno v0.4.1 |
| 1197 | 2026-05-29T17:04:06.393Z | Downloaded rpassword v7.4.0 |
| 1198 | 2026-05-29T17:04:06.396Z | Downloaded reqwest v0.12.28 |
| 1199 | 2026-05-29T17:04:06.396Z | Downloaded libm v0.2.16 |
| 1200 | 2026-05-29T17:04:06.419Z | Downloaded rayon v1.11.0 |
| 1201 | 2026-05-29T17:04:06.424Z | Downloaded vergen v9.1.0 |
| 1202 | 2026-05-29T17:04:06.427Z | Downloaded zopfli v0.8.3 |
| 1203 | 2026-05-29T17:04:06.427Z | Downloaded git2 v0.20.4 |
| 1204 | 2026-05-29T17:04:06.431Z | Downloaded salty v0.3.0 |
| 1205 | 2026-05-29T17:04:06.436Z | Downloaded rustls-webpki v0.101.7 |
| 1206 | 2026-05-29T17:04:06.443Z | Downloaded aws-lc-rs v1.16.3 |
| 1207 | 2026-05-29T17:04:06.458Z | Downloaded yansi v1.0.1 |
| 1208 | 2026-05-29T17:04:06.461Z | Downloaded toml_edit v0.19.15 |
| 1209 | 2026-05-29T17:04:06.468Z | Downloaded zip v0.6.6 |
| 1210 | 2026-05-29T17:04:06.471Z | Downloaded regex v1.12.3 |
| 1211 | 2026-05-29T17:04:06.474Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-05-29T17:04:06.481Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-05-29T17:04:06.484Z | Downloaded moka v0.12.13 |
| 1214 | 2026-05-29T17:04:06.487Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-29T17:04:06.490Z | Downloaded bindgen v0.71.1 |
| 1216 | 2026-05-29T17:04:06.497Z | Downloaded tower v0.5.3 |
| 1217 | 2026-05-29T17:04:06.502Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-05-29T17:04:06.514Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-05-29T17:04:06.517Z | Downloaded chrono v0.4.44 |
| 1220 | 2026-05-29T17:04:06.522Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-05-29T17:04:06.524Z | Downloaded unicode-normalization v0.1.25 |
| 1222 | 2026-05-29T17:04:06.527Z | Downloaded reqwest v0.13.2 |
| 1223 | 2026-05-29T17:04:06.530Z | Downloaded bitvec v1.0.1 |
| 1224 | 2026-05-29T17:04:06.538Z | Downloaded zerocopy-derive v0.8.40 |
| 1225 | 2026-05-29T17:04:06.543Z | Downloaded petname v2.0.2 |
| 1226 | 2026-05-29T17:04:06.546Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-05-29T17:04:06.551Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-05-29T17:04:06.554Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-29T17:04:06.559Z | Downloaded tokio-util v0.7.18 |
| 1230 | 2026-05-29T17:04:06.564Z | Downloaded zip v4.6.1 |
| 1231 | 2026-05-29T17:04:06.570Z | Downloaded tough v0.22.0 |
| 1232 | 2026-05-29T17:04:06.575Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-29T17:04:06.578Z | Downloaded serde_with v3.17.0 |
| 1234 | 2026-05-29T17:04:06.585Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-29T17:04:06.592Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-29T17:04:06.614Z | Downloaded tower-http v0.6.8 |
| 1237 | 2026-05-29T17:04:06.620Z | Downloaded polar-core v0.27.3 |
| 1238 | 2026-05-29T17:04:06.625Z | Downloaded openssl v0.10.79 |
| 1239 | 2026-05-29T17:04:06.631Z | Downloaded object v0.30.4 |
| 1240 | 2026-05-29T17:04:06.636Z | Downloaded tabled v0.20.0 |
| 1241 | 2026-05-29T17:04:06.647Z | Downloaded time v0.3.47 |
| 1242 | 2026-05-29T17:04:06.656Z | Downloaded winnow v0.5.40 |
| 1243 | 2026-05-29T17:04:06.659Z | Downloaded nix v0.27.1 |
| 1244 | 2026-05-29T17:04:06.665Z | Downloaded rustls v0.21.12 |
| 1245 | 2026-05-29T17:04:06.673Z | Downloaded hickory-proto v0.24.4 |
| 1246 | 2026-05-29T17:04:06.680Z | Downloaded proptest v1.11.0 |
| 1247 | 2026-05-29T17:04:06.685Z | Downloaded dropshot v0.17.0 |
| 1248 | 2026-05-29T17:04:06.697Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-05-29T17:04:06.720Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-05-29T17:04:06.724Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-05-29T17:04:06.728Z | Downloaded hickory-proto v0.25.2 |
| 1252 | 2026-05-29T17:04:06.737Z | Downloaded regress v0.10.5 |
| 1253 | 2026-05-29T17:04:06.742Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-05-29T17:04:06.747Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-29T17:04:06.756Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-05-29T17:04:06.760Z | Downloaded regress v0.11.1 |
| 1257 | 2026-05-29T17:04:06.764Z | Downloaded zerocopy v0.8.40 |
| 1258 | 2026-05-29T17:04:06.770Z | Downloaded webpki-roots v1.0.6 |
| 1259 | 2026-05-29T17:04:06.772Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-29T17:04:06.779Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-05-29T17:04:06.791Z | Downloaded rustls v0.23.37 |
| 1262 | 2026-05-29T17:04:06.798Z | Downloaded diesel v2.3.7 |
| 1263 | 2026-05-29T17:04:06.813Z | Downloaded object v0.37.3 |
| 1264 | 2026-05-29T17:04:06.819Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-05-29T17:04:06.826Z | Downloaded nix v0.28.0 |
| 1266 | 2026-05-29T17:04:06.834Z | Downloaded nix v0.31.2 |
| 1267 | 2026-05-29T17:04:06.867Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-29T17:04:06.873Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-05-29T17:04:06.884Z | Downloaded ratatui v0.29.0 |
| 1270 | 2026-05-29T17:04:06.896Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-05-29T17:04:06.909Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-05-29T17:04:06.917Z | Downloaded typify-impl v0.4.3 |
| 1273 | 2026-05-29T17:04:06.942Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-05-29T17:04:06.949Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-05-29T17:04:06.955Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-05-29T17:04:06.969Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-05-29T17:04:06.984Z | Downloaded csv v1.4.0 |
| 1278 | 2026-05-29T17:04:06.995Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-05-29T17:04:07.006Z | Downloaded jiff v0.2.21 |
| 1280 | 2026-05-29T17:04:07.022Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-05-29T17:04:07.038Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-05-29T17:04:07.048Z | Downloaded tokio v1.52.1 |
| 1283 | 2026-05-29T17:04:07.074Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-05-29T17:04:07.088Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-05-29T17:04:07.136Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-29T17:04:07.148Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-29T17:04:07.173Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-29T17:04:07.740Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-29T17:04:07.990Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-29T17:04:07.994Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-29T17:04:07.994Z | Compiling log v0.4.29 |
| 1292 | 2026-05-29T17:04:07.994Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-29T17:04:07.994Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-29T17:04:07.994Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-29T17:04:07.994Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-29T17:04:07.994Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-29T17:04:08.134Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-29T17:04:08.137Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-29T17:04:08.203Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-29T17:04:08.218Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-29T17:04:08.229Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-29T17:04:08.241Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-29T17:04:08.244Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-29T17:04:08.255Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-29T17:04:08.323Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-29T17:04:08.337Z | Compiling portable-atomic v1.13.1 |
| 1307 | 2026-05-29T17:04:08.363Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-29T17:04:08.399Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-29T17:04:08.413Z | Compiling libm v0.2.16 |
| 1310 | 2026-05-29T17:04:08.439Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-05-29T17:04:08.439Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-29T17:04:08.483Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-29T17:04:08.550Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-29T17:04:08.594Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-29T17:04:08.701Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-05-29T17:04:08.708Z | Compiling slab v0.4.12 |
| 1317 | 2026-05-29T17:04:08.726Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-29T17:04:08.769Z | Compiling futures-channel v0.3.32 |
| 1319 | 2026-05-29T17:04:08.796Z | Compiling futures-io v0.3.32 |
| 1320 | 2026-05-29T17:04:08.811Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-29T17:04:08.815Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-29T17:04:08.851Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-29T17:04:08.906Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-29T17:04:08.911Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-29T17:04:08.954Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-29T17:04:08.970Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-29T17:04:08.984Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-29T17:04:09.017Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-29T17:04:09.033Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-29T17:04:09.075Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-29T17:04:09.111Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-29T17:04:09.173Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-29T17:04:09.196Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-29T17:04:09.213Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-29T17:04:09.262Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-29T17:04:09.277Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-29T17:04:09.335Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-29T17:04:09.365Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-29T17:04:09.392Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-29T17:04:09.435Z | Compiling cc v1.2.56 |
| 1341 | 2026-05-29T17:04:09.491Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-29T17:04:09.579Z | Compiling pem-rfc7468 v0.7.0 |
| 1343 | 2026-05-29T17:04:09.618Z | Compiling rustix v1.1.3 |
| 1344 | 2026-05-29T17:04:09.633Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-05-29T17:04:09.647Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-29T17:04:09.662Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-29T17:04:09.727Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-29T17:04:09.766Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-29T17:04:09.781Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-29T17:04:09.862Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-29T17:04:09.902Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-05-29T17:04:09.922Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-05-29T17:04:09.978Z | Compiling httparse v1.10.1 |
| 1354 | 2026-05-29T17:04:09.992Z | Compiling untrusted v0.9.0 |
| 1355 | 2026-05-29T17:04:10.010Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-29T17:04:10.065Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-05-29T17:04:10.125Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-29T17:04:10.139Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-29T17:04:10.154Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-05-29T17:04:10.198Z | Compiling rustls v0.23.37 |
| 1361 | 2026-05-29T17:04:10.212Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-29T17:04:10.227Z | Compiling schemars v0.8.22 |
| 1363 | 2026-05-29T17:04:10.269Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-29T17:04:10.303Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-05-29T17:04:10.326Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-05-29T17:04:10.353Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-05-29T17:04:10.389Z | Compiling openssl v0.10.79 |
| 1368 | 2026-05-29T17:04:10.415Z | Compiling want v0.3.1 |
| 1369 | 2026-05-29T17:04:10.446Z | Compiling httpdate v1.0.3 |
| 1370 | 2026-05-29T17:04:10.461Z | Compiling pin-utils v0.1.0 |
| 1371 | 2026-05-29T17:04:10.464Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-29T17:04:10.509Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-29T17:04:10.509Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-29T17:04:10.523Z | Compiling time-core v0.1.8 |
| 1375 | 2026-05-29T17:04:10.538Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-05-29T17:04:10.567Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-05-29T17:04:10.570Z | Compiling powerfmt v0.2.0 |
| 1378 | 2026-05-29T17:04:10.603Z | Compiling num-conv v0.2.0 |
| 1379 | 2026-05-29T17:04:10.646Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-29T17:04:10.664Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-29T17:04:10.683Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-29T17:04:10.700Z | Compiling quick-error v1.2.3 |
| 1383 | 2026-05-29T17:04:10.782Z | Compiling deranged v0.5.8 |
| 1384 | 2026-05-29T17:04:10.798Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-05-29T17:04:10.801Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-05-29T17:04:10.801Z | Compiling bit-vec v0.8.0 |
| 1387 | 2026-05-29T17:04:10.841Z | Compiling num_threads v0.1.7 |
| 1388 | 2026-05-29T17:04:10.841Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-05-29T17:04:10.844Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-29T17:04:10.844Z | Compiling siphasher v1.0.2 |
| 1391 | 2026-05-29T17:04:10.956Z | Compiling syn v1.0.109 |
| 1392 | 2026-05-29T17:04:10.986Z | Compiling slog v2.8.2 |
| 1393 | 2026-05-29T17:04:11.020Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-05-29T17:04:11.075Z | Compiling bit-set v0.8.0 |
| 1395 | 2026-05-29T17:04:11.089Z | Compiling heapless v0.7.17 |
| 1396 | 2026-05-29T17:04:11.103Z | Compiling rand_xorshift v0.4.0 |
| 1397 | 2026-05-29T17:04:11.137Z | Compiling thread-id v5.1.0 |
| 1398 | 2026-05-29T17:04:11.151Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-05-29T17:04:11.198Z | Compiling ring v0.17.14 |
| 1400 | 2026-05-29T17:04:11.213Z | Compiling openssl-sys v0.9.115 |
| 1401 | 2026-05-29T17:04:11.235Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-05-29T17:04:11.264Z | Compiling tempfile v3.25.0 |
| 1403 | 2026-05-29T17:04:11.282Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-05-29T17:04:11.297Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-29T17:04:11.313Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-05-29T17:04:11.357Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-05-29T17:04:11.545Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-05-29T17:04:11.678Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-05-29T17:04:11.692Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1410 | 2026-05-29T17:04:11.833Z | Compiling cookie v0.18.1 |
| 1411 | 2026-05-29T17:04:11.942Z | Compiling unicode-bidi v0.3.18 |
| 1412 | 2026-05-29T17:04:11.942Z | Compiling paste v1.0.15 |
| 1413 | 2026-05-29T17:04:11.983Z | Compiling time v0.3.47 |
| 1414 | 2026-05-29T17:04:11.998Z | Compiling ryu v1.0.23 |
| 1415 | 2026-05-29T17:04:12.012Z | Compiling zstd-safe v7.2.4 |
| 1416 | 2026-05-29T17:04:12.039Z | Compiling unicode-properties v0.1.4 |
| 1417 | 2026-05-29T17:04:12.082Z | Compiling anyhow v1.0.102 |
| 1418 | 2026-05-29T17:04:12.200Z | Compiling allocator-api2 v0.2.21 |
| 1419 | 2026-05-29T17:04:12.232Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-05-29T17:04:12.253Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-05-29T17:04:12.273Z | Compiling iri-string v0.7.10 |
| 1422 | 2026-05-29T17:04:12.289Z | Compiling unarray v0.1.4 |
| 1423 | 2026-05-29T17:04:12.339Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-05-29T17:04:12.382Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-29T17:04:12.597Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-05-29T17:04:12.667Z | Compiling vergen-lib v9.1.0 |
| 1427 | 2026-05-29T17:04:12.850Z | Compiling curve25519-dalek v4.1.3 |
| 1428 | 2026-05-29T17:04:12.864Z | Compiling ff v0.13.1 |
| 1429 | 2026-05-29T17:04:12.931Z | Compiling hash32 v0.2.1 |
| 1430 | 2026-05-29T17:04:12.978Z | Compiling memoffset v0.9.1 |
| 1431 | 2026-05-29T17:04:13.011Z | Compiling encoding_rs v0.8.35 |
| 1432 | 2026-05-29T17:04:13.063Z | Compiling rustix v0.38.44 |
| 1433 | 2026-05-29T17:04:13.078Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-05-29T17:04:13.152Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-05-29T17:04:13.190Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-05-29T17:04:13.214Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-05-29T17:04:13.247Z | Compiling zerovec-derive v0.11.2 |
| 1438 | 2026-05-29T17:04:13.425Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-05-29T17:04:13.587Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-05-29T17:04:13.741Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-05-29T17:04:13.816Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-05-29T17:04:13.855Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-05-29T17:04:14.315Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-05-29T17:04:14.442Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-05-29T17:04:14.475Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-05-29T17:04:14.490Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-05-29T17:04:14.493Z | Compiling scroll_derive v0.13.1 |
| 1448 | 2026-05-29T17:04:14.611Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-05-29T17:04:14.670Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-05-29T17:04:14.703Z | Compiling futures-util v0.3.32 |
| 1451 | 2026-05-29T17:04:14.718Z | Compiling zerofrom v0.1.6 |
| 1452 | 2026-05-29T17:04:14.774Z | Compiling block-padding v0.3.3 |
| 1453 | 2026-05-29T17:04:14.862Z | Compiling yoke v0.8.1 |
| 1454 | 2026-05-29T17:04:14.874Z | Compiling digest v0.10.7 |
| 1455 | 2026-05-29T17:04:14.916Z | Compiling inout v0.1.4 |
| 1456 | 2026-05-29T17:04:14.951Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-05-29T17:04:15.062Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-05-29T17:04:15.108Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-05-29T17:04:15.134Z | Compiling hmac v0.12.1 |
| 1460 | 2026-05-29T17:04:15.280Z | Compiling sha2 v0.10.9 |
| 1461 | 2026-05-29T17:04:15.364Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-29T17:04:15.442Z | Compiling der v0.7.10 |
| 1463 | 2026-05-29T17:04:15.442Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-29T17:04:15.511Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-05-29T17:04:15.600Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-29T17:04:15.670Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-05-29T17:04:15.670Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-05-29T17:04:15.815Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-05-29T17:04:15.911Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-05-29T17:04:15.911Z | Compiling salsa20 v0.10.2 |
| 1471 | 2026-05-29T17:04:15.911Z | Compiling cbc v0.1.2 |
| 1472 | 2026-05-29T17:04:15.966Z | Compiling tracing v0.1.44 |
| 1473 | 2026-05-29T17:04:15.966Z | Compiling aes v0.8.4 |
| 1474 | 2026-05-29T17:04:16.047Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-05-29T17:04:16.047Z | Compiling scrypt v0.11.0 |
| 1476 | 2026-05-29T17:04:16.131Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-29T17:04:16.200Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-29T17:04:16.240Z | Compiling spki v0.7.3 |
| 1479 | 2026-05-29T17:04:16.299Z | Compiling goblin v0.10.5 |
| 1480 | 2026-05-29T17:04:16.312Z | Compiling rustls-native-certs v0.8.3 |
| 1481 | 2026-05-29T17:04:16.466Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-05-29T17:04:16.496Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-05-29T17:04:16.576Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-29T17:04:16.595Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-05-29T17:04:16.620Z | Compiling signature v2.2.0 |
| 1486 | 2026-05-29T17:04:16.669Z | Compiling bytes v1.11.1 |
| 1487 | 2026-05-29T17:04:16.696Z | Compiling chrono v0.4.44 |
| 1488 | 2026-05-29T17:04:16.710Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-05-29T17:04:16.749Z | Compiling icu_properties v2.1.2 |
| 1490 | 2026-05-29T17:04:16.793Z | Compiling icu_normalizer v2.1.1 |
| 1491 | 2026-05-29T17:04:16.817Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-05-29T17:04:17.002Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-29T17:04:17.020Z | Compiling webpki-roots v1.0.6 |
| 1494 | 2026-05-29T17:04:17.077Z | Compiling scroll_derive v0.12.1 |
| 1495 | 2026-05-29T17:04:17.147Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-05-29T17:04:17.157Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-05-29T17:04:17.228Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-29T17:04:17.300Z | Compiling http v1.4.0 |
| 1499 | 2026-05-29T17:04:17.365Z | Compiling serde_spanned v0.6.9 |
| 1500 | 2026-05-29T17:04:17.368Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2026-05-29T17:04:17.417Z | Compiling serde_tokenstream v0.2.3 |
| 1502 | 2026-05-29T17:04:17.541Z | Compiling erased-serde v0.3.31 |
| 1503 | 2026-05-29T17:04:17.643Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-05-29T17:04:17.755Z | Compiling idna v1.1.0 |
| 1505 | 2026-05-29T17:04:17.774Z | Compiling scroll v0.12.0 |
| 1506 | 2026-05-29T17:04:17.803Z | Compiling md-5 v0.10.6 |
| 1507 | 2026-05-29T17:04:17.817Z | Compiling darling_macro v0.21.3 |
| 1508 | 2026-05-29T17:04:17.868Z | Compiling ppv-lite86 v0.2.21 |
| 1509 | 2026-05-29T17:04:17.898Z | Compiling derive_builder_macro v0.20.2 |
| 1510 | 2026-05-29T17:04:17.985Z | Compiling http-body v1.0.1 |
| 1511 | 2026-05-29T17:04:18.053Z | Compiling url v2.5.8 |
| 1512 | 2026-05-29T17:04:18.068Z | Compiling bstr v1.12.1 |
| 1513 | 2026-05-29T17:04:18.093Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-05-29T17:04:18.108Z | Compiling zerocopy-derive v0.7.35 |
| 1515 | 2026-05-29T17:04:18.157Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-05-29T17:04:18.201Z | Compiling http-body-util v0.1.3 |
| 1517 | 2026-05-29T17:04:18.228Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-05-29T17:04:18.336Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-05-29T17:04:18.402Z | Compiling rand v0.9.2 |
| 1520 | 2026-05-29T17:04:18.437Z | Compiling mime v0.3.17 |
| 1521 | 2026-05-29T17:04:18.453Z | Compiling thiserror v1.0.69 |
| 1522 | 2026-05-29T17:04:18.471Z | Compiling zlib-rs v0.6.2 |
| 1523 | 2026-05-29T17:04:18.785Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-05-29T17:04:18.799Z | Compiling fallible-iterator v0.2.0 |
| 1525 | 2026-05-29T17:04:18.924Z | Compiling cfg_aliases v0.2.1 |
| 1526 | 2026-05-29T17:04:18.928Z | Compiling ref-cast v1.0.25 |
| 1527 | 2026-05-29T17:04:19.015Z | Compiling dof v0.4.0 |
| 1528 | 2026-05-29T17:04:19.070Z | Compiling proptest v1.11.0 |
| 1529 | 2026-05-29T17:04:19.127Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-05-29T17:04:19.141Z | Compiling base16ct v0.2.0 |
| 1531 | 2026-05-29T17:04:19.188Z | Compiling litrs v1.0.0 |
| 1532 | 2026-05-29T17:04:19.267Z | Compiling smoltcp v0.9.1 |
| 1533 | 2026-05-29T17:04:19.288Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-29T17:04:19.335Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-05-29T17:04:19.361Z | Compiling zerocopy v0.7.35 |
| 1536 | 2026-05-29T17:04:19.402Z | Compiling nix v0.31.2 |
| 1537 | 2026-05-29T17:04:19.530Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-29T17:04:19.585Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-05-29T17:04:19.620Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-29T17:04:19.634Z | Compiling rand v0.8.6 |
| 1541 | 2026-05-29T17:04:19.699Z | Compiling derive_builder v0.20.2 |
| 1542 | 2026-05-29T17:04:19.771Z | Compiling document-features v0.2.12 |
| 1543 | 2026-05-29T17:04:19.803Z | Compiling oxnet v0.1.4 |
| 1544 | 2026-05-29T17:04:19.817Z | Compiling darling v0.21.3 |
| 1545 | 2026-05-29T17:04:19.844Z | Compiling goblin v0.8.2 |
| 1546 | 2026-05-29T17:04:19.898Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-05-29T17:04:19.913Z | Compiling hex v0.4.3 |
| 1548 | 2026-05-29T17:04:19.965Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-05-29T17:04:19.980Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-05-29T17:04:20.158Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-05-29T17:04:20.220Z | Compiling regex v1.12.3 |
| 1552 | 2026-05-29T17:04:20.353Z | Compiling daft-derive v0.1.7 |
| 1553 | 2026-05-29T17:04:20.356Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-05-29T17:04:20.391Z | Compiling snafu-derive v0.8.9 |
| 1555 | 2026-05-29T17:04:20.432Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-05-29T17:04:20.445Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-29T17:04:20.496Z | Compiling group v0.13.0 |
| 1558 | 2026-05-29T17:04:20.606Z | Compiling num-iter v0.1.45 |
| 1559 | 2026-05-29T17:04:20.824Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-05-29T17:04:20.863Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-29T17:04:20.999Z | Compiling lazy_static v1.5.0 |
| 1562 | 2026-05-29T17:04:21.026Z | Compiling vergen v9.1.0 |
| 1563 | 2026-05-29T17:04:21.067Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-05-29T17:04:21.083Z | Compiling tower v0.5.3 |
| 1565 | 2026-05-29T17:04:21.084Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-05-29T17:04:21.109Z | Compiling cargo-platform v0.3.2 |
| 1567 | 2026-05-29T17:04:21.122Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-05-29T17:04:21.134Z | Compiling ahash v0.8.12 |
| 1569 | 2026-05-29T17:04:21.232Z | Compiling winnow v0.5.40 |
| 1570 | 2026-05-29T17:04:21.241Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-05-29T17:04:21.278Z | Compiling foldhash v0.2.0 |
| 1572 | 2026-05-29T17:04:21.336Z | Compiling flate2 v1.1.9 |
| 1573 | 2026-05-29T17:04:21.369Z | Compiling libbz2-rs-sys v0.2.2 |
| 1574 | 2026-05-29T17:04:21.400Z | Compiling managed v0.8.0 |
| 1575 | 2026-05-29T17:04:21.522Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-29T17:04:21.530Z | Compiling newtype-uuid v1.3.2 |
| 1577 | 2026-05-29T17:04:21.582Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2026-05-29T17:04:21.630Z | Compiling object v0.37.3 |
| 1579 | 2026-05-29T17:04:21.727Z | Compiling bitflags v1.3.2 |
| 1580 | 2026-05-29T17:04:21.790Z | Compiling h2 v0.4.13 |
| 1581 | 2026-05-29T17:04:21.805Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-05-29T17:04:21.894Z | Compiling same-file v1.0.6 |
| 1583 | 2026-05-29T17:04:21.942Z | Compiling hashbrown v0.15.5 |
| 1584 | 2026-05-29T17:04:21.984Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-29T17:04:22.007Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-05-29T17:04:22.067Z | Compiling bzip2 v0.6.1 |
| 1587 | 2026-05-29T17:04:22.072Z | Compiling daft v0.1.7 |
| 1588 | 2026-05-29T17:04:22.127Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-29T17:04:22.328Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-05-29T17:04:22.348Z | Compiling hashbrown v0.16.1 |
| 1591 | 2026-05-29T17:04:22.407Z | Compiling snafu v0.8.9 |
| 1592 | 2026-05-29T17:04:22.447Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-05-29T17:04:22.497Z | Compiling strum v0.27.2 |
| 1594 | 2026-05-29T17:04:22.547Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-05-29T17:04:22.584Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-29T17:04:22.772Z | Compiling phf v0.13.1 |
| 1597 | 2026-05-29T17:04:22.921Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-29T17:04:22.963Z | Compiling usdt-macro v0.6.0 |
| 1599 | 2026-05-29T17:04:22.978Z | Compiling usdt-attr-macro v0.6.0 |
| 1600 | 2026-05-29T17:04:22.981Z | Compiling cookie_store v0.22.1 |
| 1601 | 2026-05-29T17:04:23.027Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-05-29T17:04:23.091Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-05-29T17:04:23.268Z | Compiling futures v0.3.32 |
| 1604 | 2026-05-29T17:04:23.316Z | Compiling serde_with_macros v3.17.0 |
| 1605 | 2026-05-29T17:04:23.351Z | Compiling zstd v0.13.3 |
| 1606 | 2026-05-29T17:04:23.367Z | Compiling postgres-types v0.2.12 |
| 1607 | 2026-05-29T17:04:23.421Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-05-29T17:04:23.688Z | Compiling globset v0.4.18 |
| 1609 | 2026-05-29T17:04:23.700Z | Compiling pkcs1 v0.7.5 |
| 1610 | 2026-05-29T17:04:23.756Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-29T17:04:23.819Z | Compiling olpc-cjson v0.1.4 |
| 1612 | 2026-05-29T17:04:23.871Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-29T17:04:23.982Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-05-29T17:04:24.002Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-05-29T17:04:24.034Z | Compiling serde_repr v0.1.20 |
| 1616 | 2026-05-29T17:04:24.126Z | Compiling enum-as-inner v0.6.1 |
| 1617 | 2026-05-29T17:04:24.149Z | Compiling strum_macros v0.26.4 |
| 1618 | 2026-05-29T17:04:24.201Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-29T17:04:24.229Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-29T17:04:24.317Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-05-29T17:04:24.397Z | Compiling float-cmp v0.10.0 |
| 1622 | 2026-05-29T17:04:24.527Z | Compiling pem v3.0.6 |
| 1623 | 2026-05-29T17:04:24.545Z | Compiling thread-id v4.2.2 |
| 1624 | 2026-05-29T17:04:24.569Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-29T17:04:24.609Z | Compiling env_filter v1.0.0 |
| 1626 | 2026-05-29T17:04:24.645Z | Compiling jiff v0.2.21 |
| 1627 | 2026-05-29T17:04:24.670Z | Compiling precomputed-hash v0.1.1 |
| 1628 | 2026-05-29T17:04:24.696Z | Compiling keccak v0.1.6 |
| 1629 | 2026-05-29T17:04:24.774Z | Compiling new_debug_unreachable v1.0.6 |
| 1630 | 2026-05-29T17:04:24.804Z | Compiling hyper v1.8.1 |
| 1631 | 2026-05-29T17:04:24.861Z | Compiling typed-path v0.9.3 |
| 1632 | 2026-05-29T17:04:24.884Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-05-29T17:04:24.897Z | Compiling either v1.15.0 |
| 1634 | 2026-05-29T17:04:24.942Z | Compiling fixedbitset v0.5.7 |
| 1635 | 2026-05-29T17:04:25.120Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-05-29T17:04:25.136Z | Compiling difflib v0.4.0 |
| 1637 | 2026-05-29T17:04:25.206Z | Compiling whoami v2.1.0 |
| 1638 | 2026-05-29T17:04:25.225Z | Compiling predicates-core v1.0.10 |
| 1639 | 2026-05-29T17:04:25.283Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-05-29T17:04:25.394Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-05-29T17:04:25.426Z | Compiling tokio-postgres v0.7.16 |
| 1642 | 2026-05-29T17:04:25.550Z | Compiling predicates v3.1.4 |
| 1643 | 2026-05-29T17:04:25.613Z | Compiling petgraph v0.6.5 |
| 1644 | 2026-05-29T17:04:25.628Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1645 | 2026-05-29T17:04:25.643Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-05-29T17:04:25.732Z | Compiling petgraph v0.8.3 |
| 1647 | 2026-05-29T17:04:25.811Z | Compiling itertools v0.13.0 |
| 1648 | 2026-05-29T17:04:25.872Z | Compiling sha3 v0.10.8 |
| 1649 | 2026-05-29T17:04:25.993Z | Compiling hyper-util v0.1.20 |
| 1650 | 2026-05-29T17:04:26.077Z | Compiling clap v4.5.60 |
| 1651 | 2026-05-29T17:04:26.147Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-29T17:04:26.172Z | Compiling string_cache v0.8.9 |
| 1653 | 2026-05-29T17:04:26.236Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-05-29T17:04:26.297Z | Compiling usdt v0.6.0 |
| 1655 | 2026-05-29T17:04:26.353Z | Compiling toml_edit v0.22.27 |
| 1656 | 2026-05-29T17:04:26.427Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-29T17:04:26.451Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-05-29T17:04:26.583Z | Compiling ecdsa v0.16.9 |
| 1659 | 2026-05-29T17:04:26.614Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-29T17:04:26.991Z | Compiling ed25519-dalek v2.2.0 |
| 1661 | 2026-05-29T17:04:27.031Z | Compiling rsa v0.9.10 |
| 1662 | 2026-05-29T17:04:27.098Z | Compiling toml v0.7.8 |
| 1663 | 2026-05-29T17:04:27.673Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-05-29T17:04:27.689Z | Compiling zip v4.6.1 |
| 1665 | 2026-05-29T17:04:27.719Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-29T17:04:27.749Z | Compiling iddqd v0.4.2 |
| 1667 | 2026-05-29T17:04:28.180Z | Compiling heck v0.4.1 |
| 1668 | 2026-05-29T17:04:28.201Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-29T17:04:28.308Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-05-29T17:04:28.323Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-29T17:04:28.357Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-29T17:04:28.424Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-05-29T17:04:28.510Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-05-29T17:04:28.653Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-05-29T17:04:28.711Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-05-29T17:04:28.752Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-29T17:04:28.805Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-05-29T17:04:28.853Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-05-29T17:04:28.901Z | Compiling thread_local v1.1.9 |
| 1680 | 2026-05-29T17:04:28.957Z | Compiling slog-async v2.8.0 |
| 1681 | 2026-05-29T17:04:29.019Z | Compiling crossbeam-channel v0.5.15 |
| 1682 | 2026-05-29T17:04:29.032Z | Compiling filetime v0.2.27 |
| 1683 | 2026-05-29T17:04:29.106Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-05-29T17:04:29.121Z | Compiling take_mut v0.2.2 |
| 1685 | 2026-05-29T17:04:29.135Z | Compiling term v1.2.1 |
| 1686 | 2026-05-29T17:04:29.153Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-29T17:04:29.311Z | Compiling tar v0.4.45 |
| 1688 | 2026-05-29T17:04:29.426Z | Compiling slog-term v2.9.2 |
| 1689 | 2026-05-29T17:04:47.095Z | Compiling rustls-webpki v0.103.9 |
| 1690 | 2026-05-29T17:04:49.888Z | Compiling tokio-rustls v0.26.4 |
| 1691 | 2026-05-29T17:04:49.889Z | Compiling rustls-platform-verifier v0.6.2 |
| 1692 | 2026-05-29T17:04:50.082Z | Compiling hyper-rustls v0.27.7 |
| 1693 | 2026-05-29T17:04:50.313Z | Compiling reqwest v0.12.28 |
| 1694 | 2026-05-29T17:04:50.313Z | Compiling reqwest v0.13.2 |
| 1695 | 2026-05-29T17:04:51.499Z | Compiling tough v0.22.0 |
| 1696 | 2026-05-29T17:04:54.014Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1697 | 2026-05-29T17:04:54.241Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1698 | 2026-05-29T17:04:57.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.46s |
| 1699 | 2026-05-29T17:04:57.212Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1700 | 2026-05-29T17:04:57.265Z | May 29 17:04:55.927 INFO Starting download, target: Console |
| 1701 | 2026-05-29T17:04:57.266Z | May 29 17:04:55.928 INFO Starting download, target: Cockroach |
| 1702 | 2026-05-29T17:04:57.266Z | May 29 17:04:55.928 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Starting download, target: MaghemiteMgd |
| 1705 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Starting download, target: TransceiverControl |
| 1706 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1707 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1709 | 2026-05-29T17:04:57.270Z | May 29 17:04:55.928 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1710 | 2026-05-29T17:04:57.271Z | May 29 17:04:55.928 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1711 | 2026-05-29T17:04:57.271Z | May 29 17:04:55.928 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1712 | 2026-05-29T17:04:58.014Z | May 29 17:04:56.671 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1713 | 2026-05-29T17:04:58.273Z | May 29 17:04:56.886 INFO Download complete, target: TransceiverControl |
| 1714 | 2026-05-29T17:04:58.405Z | May 29 17:04:57.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1715 | 2026-05-29T17:04:58.631Z | May 29 17:04:57.285 INFO Download complete, target: Console |
| 1716 | 2026-05-29T17:04:59.220Z | May 29 17:04:57.874 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1717 | 2026-05-29T17:04:59.620Z | May 29 17:04:58.264 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-29T17:04:59.714Z | May 29 17:04:58.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-05-29T17:05:00.271Z | May 29 17:04:58.929 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1720 | 2026-05-29T17:05:00.271Z | May 29 17:04:58.929 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1721 | 2026-05-29T17:05:02.080Z | May 29 17:05:00.743 INFO Download complete, target: DendriteStub |
| 1722 | 2026-05-29T17:05:02.203Z | May 29 17:05:00.862 INFO Download complete, target: MaghemiteMgd |
| 1723 | 2026-05-29T17:05:05.197Z | May 29 17:05:03.819 INFO Checking that binary works, target: Cockroach |
| 1724 | 2026-05-29T17:05:05.285Z | May 29 17:05:03.945 INFO Download complete, target: Cockroach |
| 1725 | 2026-05-29T17:05:06.165Z | May 29 17:05:04.822 INFO Checking that binary works, target: Clickhouse |
| 1726 | 2026-05-29T17:05:06.280Z | May 29 17:05:04.917 INFO Download complete, target: Clickhouse |
| 1727 | 2026-05-29T17:05:06.359Z | All prerequisites installed successfully |
| 1728 | 2026-05-29T17:05:06.359Z | |
| 1729 | 2026-05-29T17:05:06.359Z | real 2:00.610416298 |
| 1730 | 2026-05-29T17:05:06.359Z | user 6:58.339679162 |
| 1731 | 2026-05-29T17:05:06.359Z | sys 1:41.362112431 |
| 1732 | 2026-05-29T17:05:06.359Z | trap 0.278367551 |
| 1733 | 2026-05-29T17:05:06.359Z | tflt 1.197099459 |
| 1734 | 2026-05-29T17:05:06.359Z | dflt 1.721494774 |
| 1735 | 2026-05-29T17:05:06.360Z | kflt 0.026298355 |
| 1736 | 2026-05-29T17:05:06.360Z | lock 22:40.141492024 |
| 1737 | 2026-05-29T17:05:06.360Z | slp 19:06.466737382 |
| 1738 | 2026-05-29T17:05:06.360Z | lat 25.262416615 |
| 1739 | 2026-05-29T17:05:06.360Z | stop 2:44.600652514 |
| 1740 | 2026-05-29T17:05:06.360Z | + ptime -m cargo xtask download softnpu |
| 1741 | 2026-05-29T17:05:06.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1742 | 2026-05-29T17:05:06.948Z | Running `target/debug/xtask download softnpu` |
| 1743 | 2026-05-29T17:05:07.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1744 | 2026-05-29T17:05:07.640Z | Running `target/debug/xtask-downloader softnpu` |
| 1745 | 2026-05-29T17:05:07.680Z | May 29 17:05:06.343 INFO Starting download, target: Softnpu |
| 1746 | 2026-05-29T17:05:07.684Z | May 29 17:05:06.344 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1747 | 2026-05-29T17:05:08.795Z | May 29 17:05:07.443 INFO Download complete, target: Softnpu |
| 1748 | 2026-05-29T17:05:08.821Z | |
| 1749 | 2026-05-29T17:05:08.821Z | real 2.516566956 |
| 1750 | 2026-05-29T17:05:08.821Z | user 1.362879828 |
| 1751 | 2026-05-29T17:05:08.822Z | sys 0.654973259 |
| 1752 | 2026-05-29T17:05:08.822Z | trap 0.000716112 |
| 1753 | 2026-05-29T17:05:08.822Z | tflt 0.000189222 |
| 1754 | 2026-05-29T17:05:08.822Z | dflt 0.000192050 |
| 1755 | 2026-05-29T17:05:08.822Z | kflt 0.000000000 |
| 1756 | 2026-05-29T17:05:08.822Z | lock 20.218176673 |
| 1757 | 2026-05-29T17:05:08.822Z | slp 0.915339953 |
| 1758 | 2026-05-29T17:05:08.823Z | lat 0.079287369 |
| 1759 | 2026-05-29T17:05:08.823Z | stop 0.000195489 |
| 1760 | 2026-05-29T17:05:08.823Z | + export CARGO_INCREMENTAL=0 |
| 1761 | 2026-05-29T17:05:08.823Z | + CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-29T17:05:08.823Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1763 | 2026-05-29T17:05:09.700Z | Compiling proc-macro2 v1.0.106 |
| 1764 | 2026-05-29T17:05:09.700Z | Compiling quote v1.0.45 |
| 1765 | 2026-05-29T17:05:09.700Z | Compiling unicode-ident v1.0.24 |
| 1766 | 2026-05-29T17:05:09.700Z | Compiling libc v0.2.185 |
| 1767 | 2026-05-29T17:05:09.700Z | Compiling serde_core v1.0.228 |
| 1768 | 2026-05-29T17:05:09.723Z | Compiling serde v1.0.228 |
| 1769 | 2026-05-29T17:05:09.723Z | Compiling cfg-if v1.0.4 |
| 1770 | 2026-05-29T17:05:09.844Z | Compiling version_check v0.9.5 |
| 1771 | 2026-05-29T17:05:09.884Z | Compiling shlex v1.3.0 |
| 1772 | 2026-05-29T17:05:09.884Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-29T17:05:09.885Z | Compiling typenum v1.19.0 |
| 1774 | 2026-05-29T17:05:09.885Z | Compiling zmij v1.0.21 |
| 1775 | 2026-05-29T17:05:09.885Z | Compiling autocfg v1.5.0 |
| 1776 | 2026-05-29T17:05:09.885Z | Compiling serde_json v1.0.149 |
| 1777 | 2026-05-29T17:05:09.885Z | Compiling memchr v2.8.0 |
| 1778 | 2026-05-29T17:05:10.104Z | Compiling portable-atomic v1.13.1 |
| 1779 | 2026-05-29T17:05:10.131Z | Compiling libm v0.2.16 |
| 1780 | 2026-05-29T17:05:10.164Z | Compiling zerocopy v0.8.40 |
| 1781 | 2026-05-29T17:05:10.271Z | Compiling generic-array v0.14.7 |
| 1782 | 2026-05-29T17:05:10.305Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-29T17:05:10.305Z | Compiling smallvec v1.15.1 |
| 1784 | 2026-05-29T17:05:10.325Z | Compiling icu_normalizer_data v2.1.1 |
| 1785 | 2026-05-29T17:05:10.325Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-05-29T17:05:10.325Z | Compiling itoa v1.0.17 |
| 1787 | 2026-05-29T17:05:10.388Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-29T17:05:10.493Z | Compiling getrandom v0.4.1 |
| 1789 | 2026-05-29T17:05:10.531Z | Compiling log v0.4.29 |
| 1790 | 2026-05-29T17:05:10.563Z | Compiling stable_deref_trait v1.2.1 |
| 1791 | 2026-05-29T17:05:10.581Z | Compiling pkg-config v0.3.32 |
| 1792 | 2026-05-29T17:05:10.612Z | Compiling subtle v2.6.1 |
| 1793 | 2026-05-29T17:05:10.736Z | Compiling jobserver v0.1.34 |
| 1794 | 2026-05-29T17:05:10.751Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-05-29T17:05:10.783Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-29T17:05:10.801Z | Compiling errno v0.3.14 |
| 1797 | 2026-05-29T17:05:10.909Z | Compiling lock_api v0.4.14 |
| 1798 | 2026-05-29T17:05:10.918Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-29T17:05:10.998Z | Compiling cc v1.2.56 |
| 1800 | 2026-05-29T17:05:11.059Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-05-29T17:05:11.071Z | Compiling litemap v0.8.1 |
| 1802 | 2026-05-29T17:05:11.078Z | Compiling writeable v0.6.2 |
| 1803 | 2026-05-29T17:05:11.142Z | Compiling syn v2.0.117 |
| 1804 | 2026-05-29T17:05:11.174Z | Compiling fnv v1.0.7 |
| 1805 | 2026-05-29T17:05:11.219Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-05-29T17:05:11.286Z | Compiling thiserror v2.0.18 |
| 1807 | 2026-05-29T17:05:11.346Z | Compiling getrandom v0.3.4 |
| 1808 | 2026-05-29T17:05:11.396Z | Compiling fs_extra v1.3.0 |
| 1809 | 2026-05-29T17:05:11.414Z | Compiling equivalent v1.0.2 |
| 1810 | 2026-05-29T17:05:11.420Z | Compiling dunce v1.0.5 |
| 1811 | 2026-05-29T17:05:11.488Z | Compiling rustversion v1.0.22 |
| 1812 | 2026-05-29T17:05:11.502Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-29T17:05:11.518Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-05-29T17:05:11.532Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2026-05-29T17:05:11.616Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-05-29T17:05:11.712Z | Compiling cmake v0.1.57 |
| 1817 | 2026-05-29T17:05:11.725Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-29T17:05:11.788Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-29T17:05:11.851Z | Compiling hashbrown v0.17.0 |
| 1820 | 2026-05-29T17:05:11.874Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-29T17:05:11.907Z | Compiling socket2 v0.6.3 |
| 1822 | 2026-05-29T17:05:11.980Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-29T17:05:12.090Z | Compiling once_cell v1.21.3 |
| 1824 | 2026-05-29T17:05:12.183Z | Compiling parking_lot v0.12.5 |
| 1825 | 2026-05-29T17:05:12.216Z | Compiling const-oid v0.9.6 |
| 1826 | 2026-05-29T17:05:12.320Z | Compiling bitflags v2.11.0 |
| 1827 | 2026-05-29T17:05:12.358Z | Compiling ring v0.17.14 |
| 1828 | 2026-05-29T17:05:12.397Z | Compiling aws-lc-sys v0.40.0 |
| 1829 | 2026-05-29T17:05:12.414Z | Compiling semver v1.0.28 |
| 1830 | 2026-05-29T17:05:12.428Z | Compiling indexmap v2.14.0 |
| 1831 | 2026-05-29T17:05:12.609Z | Compiling aws-lc-rs v1.16.3 |
| 1832 | 2026-05-29T17:05:12.683Z | Compiling heck v0.5.0 |
| 1833 | 2026-05-29T17:05:12.717Z | Compiling futures-core v0.3.32 |
| 1834 | 2026-05-29T17:05:12.778Z | Compiling httparse v1.10.1 |
| 1835 | 2026-05-29T17:05:12.816Z | Compiling strsim v0.11.1 |
| 1836 | 2026-05-29T17:05:12.883Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-29T17:05:12.901Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-05-29T17:05:12.973Z | Compiling ucd-trie v0.1.7 |
| 1839 | 2026-05-29T17:05:12.994Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-29T17:05:13.125Z | Compiling iana-time-zone v0.1.65 |
| 1841 | 2026-05-29T17:05:13.142Z | Compiling pest v2.8.6 |
| 1842 | 2026-05-29T17:05:13.192Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-29T17:05:13.192Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-05-29T17:05:13.224Z | Compiling syn v1.0.109 |
| 1845 | 2026-05-29T17:05:13.255Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-29T17:05:13.289Z | Compiling cpufeatures v0.2.17 |
| 1847 | 2026-05-29T17:05:13.372Z | Compiling rustls v0.23.37 |
| 1848 | 2026-05-29T17:05:13.555Z | Compiling openssl-sys v0.9.115 |
| 1849 | 2026-05-29T17:05:13.600Z | Compiling futures-sink v0.3.32 |
| 1850 | 2026-05-29T17:05:13.666Z | Compiling rustc_version v0.4.1 |
| 1851 | 2026-05-29T17:05:13.713Z | Compiling futures-channel v0.3.32 |
| 1852 | 2026-05-29T17:05:13.763Z | Compiling slab v0.4.12 |
| 1853 | 2026-05-29T17:05:13.763Z | Compiling futures-task v0.3.32 |
| 1854 | 2026-05-29T17:05:13.835Z | Compiling futures-io v0.3.32 |
| 1855 | 2026-05-29T17:05:13.980Z | Compiling aho-corasick v1.1.4 |
| 1856 | 2026-05-29T17:05:14.035Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-05-29T17:05:14.107Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-05-29T17:05:14.107Z | Compiling dyn-clone v1.0.20 |
| 1859 | 2026-05-29T17:05:14.292Z | Compiling pest_meta v2.8.6 |
| 1860 | 2026-05-29T17:05:14.317Z | Compiling plain v0.2.3 |
| 1861 | 2026-05-29T17:05:14.317Z | Compiling crc32fast v1.5.0 |
| 1862 | 2026-05-29T17:05:14.380Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-29T17:05:14.419Z | Compiling openssl v0.10.79 |
| 1864 | 2026-05-29T17:05:14.487Z | Compiling num-conv v0.2.0 |
| 1865 | 2026-05-29T17:05:14.550Z | Compiling time-core v0.1.8 |
| 1866 | 2026-05-29T17:05:14.586Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-29T17:05:14.700Z | Compiling native-tls v0.2.18 |
| 1868 | 2026-05-29T17:05:14.756Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-29T17:05:14.756Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-05-29T17:05:14.821Z | Compiling regex-automata v0.4.14 |
| 1871 | 2026-05-29T17:05:14.833Z | Compiling anyhow v1.0.102 |
| 1872 | 2026-05-29T17:05:14.909Z | Compiling pest_generator v2.8.6 |
| 1873 | 2026-05-29T17:05:14.921Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-05-29T17:05:14.921Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-29T17:05:15.059Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1876 | 2026-05-29T17:05:15.064Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-05-29T17:05:15.131Z | Compiling pem-rfc7468 v0.7.0 |
| 1878 | 2026-05-29T17:05:15.271Z | Compiling serde_derive v1.0.228 |
| 1879 | 2026-05-29T17:05:15.351Z | Compiling zeroize_derive v1.4.3 |
| 1880 | 2026-05-29T17:05:15.367Z | Compiling zerofrom-derive v0.1.6 |
| 1881 | 2026-05-29T17:05:15.402Z | Compiling yoke-derive v0.8.1 |
| 1882 | 2026-05-29T17:05:15.423Z | Compiling zerovec-derive v0.11.2 |
| 1883 | 2026-05-29T17:05:15.464Z | Compiling displaydoc v0.2.5 |
| 1884 | 2026-05-29T17:05:15.509Z | Compiling zerocopy-derive v0.8.40 |
| 1885 | 2026-05-29T17:05:15.526Z | Compiling tokio-macros v2.7.0 |
| 1886 | 2026-05-29T17:05:15.658Z | Compiling futures-macro v0.3.32 |
| 1887 | 2026-05-29T17:05:15.956Z | Compiling zeroize v1.8.2 |
| 1888 | 2026-05-29T17:05:16.222Z | Compiling thiserror-impl v2.0.18 |
| 1889 | 2026-05-29T17:05:16.236Z | Compiling schemars_derive v0.8.22 |
| 1890 | 2026-05-29T17:05:16.379Z | Compiling tracing-attributes v0.1.31 |
| 1891 | 2026-05-29T17:05:16.452Z | Compiling der_derive v0.7.3 |
| 1892 | 2026-05-29T17:05:16.474Z | Compiling thiserror-impl v1.0.69 |
| 1893 | 2026-05-29T17:05:16.507Z | Compiling zerofrom v0.1.6 |
| 1894 | 2026-05-29T17:05:16.650Z | Compiling yoke v0.8.1 |
| 1895 | 2026-05-29T17:05:16.733Z | Compiling crypto-common v0.1.7 |
| 1896 | 2026-05-29T17:05:16.850Z | Compiling zerovec v0.11.5 |
| 1897 | 2026-05-29T17:05:16.866Z | Compiling zerotrie v0.2.3 |
| 1898 | 2026-05-29T17:05:17.050Z | Compiling block-buffer v0.10.4 |
| 1899 | 2026-05-29T17:05:17.308Z | Compiling digest v0.10.7 |
| 1900 | 2026-05-29T17:05:17.375Z | Compiling tinystr v0.8.2 |
| 1901 | 2026-05-29T17:05:17.379Z | Compiling potential_utf v0.1.4 |
| 1902 | 2026-05-29T17:05:17.449Z | Compiling pest_derive v2.8.6 |
| 1903 | 2026-05-29T17:05:17.563Z | Compiling icu_collections v2.1.1 |
| 1904 | 2026-05-29T17:05:17.577Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-05-29T17:05:17.594Z | Compiling icu_locale_core v2.1.1 |
| 1906 | 2026-05-29T17:05:17.612Z | Compiling hmac v0.12.1 |
| 1907 | 2026-05-29T17:05:17.764Z | Compiling block-padding v0.3.3 |
| 1908 | 2026-05-29T17:05:17.781Z | Compiling rustls-pki-types v1.14.0 |
| 1909 | 2026-05-29T17:05:17.844Z | Compiling openssl-macros v0.1.1 |
| 1910 | 2026-05-29T17:05:18.258Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-29T17:05:18.302Z | Compiling icu_provider v2.1.1 |
| 1912 | 2026-05-29T17:05:18.319Z | Compiling sha2 v0.10.9 |
| 1913 | 2026-05-29T17:05:18.428Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-29T17:05:18.529Z | Compiling chrono v0.4.44 |
| 1915 | 2026-05-29T17:05:18.612Z | Compiling icu_properties v2.1.2 |
| 1916 | 2026-05-29T17:05:18.648Z | Compiling icu_normalizer v2.1.1 |
| 1917 | 2026-05-29T17:05:18.682Z | Compiling cipher v0.4.4 |
| 1918 | 2026-05-29T17:05:18.729Z | Compiling serde_tokenstream v0.2.3 |
| 1919 | 2026-05-29T17:05:18.934Z | Compiling tokio v1.52.1 |
| 1920 | 2026-05-29T17:05:19.228Z | Compiling scroll_derive v0.12.1 |
| 1921 | 2026-05-29T17:05:19.836Z | Compiling idna_adapter v1.2.1 |
| 1922 | 2026-05-29T17:05:19.853Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-29T17:05:19.900Z | Compiling http v1.4.0 |
| 1924 | 2026-05-29T17:05:19.995Z | Compiling idna v1.1.0 |
| 1925 | 2026-05-29T17:05:20.082Z | Compiling ppv-lite86 v0.2.21 |
| 1926 | 2026-05-29T17:05:20.143Z | Compiling flagset v0.4.7 |
| 1927 | 2026-05-29T17:05:20.158Z | Compiling untrusted v0.9.0 |
| 1928 | 2026-05-29T17:05:20.304Z | Compiling der v0.7.10 |
| 1929 | 2026-05-29T17:05:20.334Z | Compiling url v2.5.8 |
| 1930 | 2026-05-29T17:05:20.420Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-29T17:05:20.576Z | Compiling darling_macro v0.21.3 |
| 1932 | 2026-05-29T17:05:20.638Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-29T17:05:20.839Z | Compiling zerocopy-derive v0.7.35 |
| 1934 | 2026-05-29T17:05:20.856Z | Compiling rand_core v0.9.5 |
| 1935 | 2026-05-29T17:05:21.074Z | Compiling slog v2.8.2 |
| 1936 | 2026-05-29T17:05:21.452Z | Compiling spki v0.7.3 |
| 1937 | 2026-05-29T17:05:21.564Z | Compiling darling v0.21.3 |
| 1938 | 2026-05-29T17:05:21.622Z | Compiling salsa20 v0.10.2 |
| 1939 | 2026-05-29T17:05:21.661Z | Compiling pbkdf2 v0.12.2 |
| 1940 | 2026-05-29T17:05:22.079Z | Compiling cookie v0.18.1 |
| 1941 | 2026-05-29T17:05:22.097Z | Compiling camino v1.2.2 |
| 1942 | 2026-05-29T17:05:22.422Z | Compiling scrypt v0.11.0 |
| 1943 | 2026-05-29T17:05:22.459Z | Compiling http-body v1.0.1 |
| 1944 | 2026-05-29T17:05:22.509Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-05-29T17:05:22.651Z | Compiling tokio-util v0.7.18 |
| 1946 | 2026-05-29T17:05:22.668Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-29T17:05:22.688Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-29T17:05:22.819Z | Compiling usdt-impl v0.5.0 |
| 1949 | 2026-05-29T17:05:22.839Z | Compiling either v1.15.0 |
| 1950 | 2026-05-29T17:05:22.893Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-29T17:05:22.927Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-05-29T17:05:22.941Z | Compiling openssl-probe v0.2.1 |
| 1953 | 2026-05-29T17:05:23.059Z | Compiling paste v1.0.15 |
| 1954 | 2026-05-29T17:05:23.075Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-29T17:05:23.169Z | Compiling winnow v0.7.14 |
| 1956 | 2026-05-29T17:05:23.200Z | Compiling tinyvec_macros v0.1.1 |
| 1957 | 2026-05-29T17:05:23.223Z | Compiling untrusted v0.7.1 |
| 1958 | 2026-05-29T17:05:23.287Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-05-29T17:05:23.325Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-05-29T17:05:23.495Z | Compiling rand v0.9.2 |
| 1961 | 2026-05-29T17:05:23.787Z | Compiling scroll v0.13.0 |
| 1962 | 2026-05-29T17:05:23.899Z | Compiling scroll v0.12.0 |
| 1963 | 2026-05-29T17:05:23.939Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-05-29T17:05:24.042Z | Compiling toml_datetime v0.6.11 |
| 1965 | 2026-05-29T17:05:24.073Z | Compiling async-trait v0.1.89 |
| 1966 | 2026-05-29T17:05:24.094Z | Compiling heapless v0.7.17 |
| 1967 | 2026-05-29T17:05:24.164Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1968 | 2026-05-29T17:05:24.197Z | Compiling try-lock v0.2.5 |
| 1969 | 2026-05-29T17:05:24.306Z | Compiling tower-service v0.3.3 |
| 1970 | 2026-05-29T17:05:24.344Z | Compiling zstd-safe v7.2.4 |
| 1971 | 2026-05-29T17:05:24.347Z | Compiling tower-layer v0.3.3 |
| 1972 | 2026-05-29T17:05:24.373Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-05-29T17:05:24.563Z | Compiling fastrand v2.3.0 |
| 1974 | 2026-05-29T17:05:24.627Z | Compiling want v0.3.1 |
| 1975 | 2026-05-29T17:05:24.642Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1976 | 2026-05-29T17:05:24.660Z | Compiling h2 v0.4.13 |
| 1977 | 2026-05-29T17:05:24.816Z | Compiling goblin v0.8.2 |
| 1978 | 2026-05-29T17:05:24.889Z | Compiling goblin v0.10.5 |
| 1979 | 2026-05-29T17:05:24.961Z | Compiling pkcs8 v0.10.2 |
| 1980 | 2026-05-29T17:05:25.198Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-05-29T17:05:25.213Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-05-29T17:05:25.279Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-05-29T17:05:25.556Z | Compiling darling_core v0.20.11 |
| 1984 | 2026-05-29T17:05:25.724Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-05-29T17:05:25.795Z | Compiling memoffset v0.9.1 |
| 1986 | 2026-05-29T17:05:25.821Z | Compiling foreign-types-shared v0.1.1 |
| 1987 | 2026-05-29T17:05:25.917Z | Compiling httpdate v1.0.3 |
| 1988 | 2026-05-29T17:05:25.991Z | Compiling rustix v0.38.44 |
| 1989 | 2026-05-29T17:05:26.014Z | Compiling pin-utils v0.1.0 |
| 1990 | 2026-05-29T17:05:26.102Z | Compiling litrs v1.0.0 |
| 1991 | 2026-05-29T17:05:26.456Z | Compiling winnow v0.5.40 |
| 1992 | 2026-05-29T17:05:26.568Z | Compiling document-features v0.2.12 |
| 1993 | 2026-05-29T17:05:26.584Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-29T17:05:26.802Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-29T17:05:27.021Z | Compiling dof v0.3.0 |
| 1996 | 2026-05-29T17:05:27.158Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-05-29T17:05:27.371Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-05-29T17:05:27.561Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-05-29T17:05:27.642Z | Compiling hyper v1.8.1 |
| 2000 | 2026-05-29T17:05:27.669Z | Compiling dof v0.4.0 |
| 2001 | 2026-05-29T17:05:27.771Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-05-29T17:05:27.889Z | Compiling dtrace-parser v0.3.0 |
| 2003 | 2026-05-29T17:05:28.007Z | Compiling pin-project-internal v1.1.11 |
| 2004 | 2026-05-29T17:05:28.050Z | Compiling daft-derive v0.1.7 |
| 2005 | 2026-05-29T17:05:28.103Z | Compiling spin v0.9.8 |
| 2006 | 2026-05-29T17:05:28.144Z | Compiling thread-id v4.2.2 |
| 2007 | 2026-05-29T17:05:28.240Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-05-29T17:05:28.305Z | Compiling powerfmt v0.2.0 |
| 2009 | 2026-05-29T17:05:28.348Z | Compiling cfg_aliases v0.2.1 |
| 2010 | 2026-05-29T17:05:28.452Z | Compiling smoltcp v0.9.1 |
| 2011 | 2026-05-29T17:05:28.486Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-05-29T17:05:28.503Z | Compiling deranged v0.5.8 |
| 2013 | 2026-05-29T17:05:28.603Z | Compiling nix v0.31.2 |
| 2014 | 2026-05-29T17:05:28.751Z | Compiling hyper-util v0.1.20 |
| 2015 | 2026-05-29T17:05:28.978Z | Compiling darling v0.20.11 |
| 2016 | 2026-05-29T17:05:29.192Z | Compiling rustls-native-certs v0.8.3 |
| 2017 | 2026-05-29T17:05:29.318Z | Compiling ipnetwork v0.21.1 |
| 2018 | 2026-05-29T17:05:29.620Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2019 | 2026-05-29T17:05:29.636Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-05-29T17:05:29.869Z | Compiling sync_wrapper v1.0.2 |
| 2021 | 2026-05-29T17:05:29.993Z | Compiling wait-timeout v0.2.1 |
| 2022 | 2026-05-29T17:05:30.033Z | Compiling anstyle v1.0.13 |
| 2023 | 2026-05-29T17:05:30.267Z | Compiling siphasher v1.0.2 |
| 2024 | 2026-05-29T17:05:30.424Z | Compiling utf8parse v0.2.2 |
| 2025 | 2026-05-29T17:05:30.428Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-05-29T17:05:30.472Z | Compiling quick-error v1.2.3 |
| 2027 | 2026-05-29T17:05:30.553Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-29T17:05:30.572Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-29T17:05:30.589Z | Compiling rusty-fork v0.3.1 |
| 2030 | 2026-05-29T17:05:30.616Z | Compiling time v0.3.47 |
| 2031 | 2026-05-29T17:05:30.798Z | Compiling bit-set v0.8.0 |
| 2032 | 2026-05-29T17:05:30.878Z | Compiling anstyle-parse v0.2.7 |
| 2033 | 2026-05-29T17:05:31.068Z | Compiling tower v0.5.3 |
| 2034 | 2026-05-29T17:05:31.260Z | Compiling derive_builder_core v0.20.2 |
| 2035 | 2026-05-29T17:05:31.306Z | Compiling http-body-util v0.1.3 |
| 2036 | 2026-05-29T17:05:31.565Z | Compiling webpki-roots v1.0.6 |
| 2037 | 2026-05-29T17:05:31.598Z | Compiling rand_xorshift v0.4.0 |
| 2038 | 2026-05-29T17:05:31.613Z | Compiling signature v2.2.0 |
| 2039 | 2026-05-29T17:05:31.703Z | Compiling hubpack_derive v0.1.1 |
| 2040 | 2026-05-29T17:05:31.763Z | Compiling strum_macros v0.27.2 |
| 2041 | 2026-05-29T17:05:31.782Z | Compiling snafu-derive v0.8.9 |
| 2042 | 2026-05-29T17:05:31.991Z | Compiling fs-err v3.3.0 |
| 2043 | 2026-05-29T17:05:32.052Z | Compiling ahash v0.8.12 |
| 2044 | 2026-05-29T17:05:32.148Z | Compiling encoding_rs v0.8.35 |
| 2045 | 2026-05-29T17:05:32.211Z | Compiling unicode-segmentation v1.12.0 |
| 2046 | 2026-05-29T17:05:32.248Z | Compiling allocator-api2 v0.2.21 |
| 2047 | 2026-05-29T17:05:32.277Z | Compiling mime v0.3.17 |
| 2048 | 2026-05-29T17:05:32.502Z | Compiling ryu v1.0.23 |
| 2049 | 2026-05-29T17:05:32.518Z | Compiling iri-string v0.7.10 |
| 2050 | 2026-05-29T17:05:32.560Z | Compiling object v0.37.3 |
| 2051 | 2026-05-29T17:05:32.626Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-05-29T17:05:32.784Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-29T17:05:32.802Z | Compiling colorchoice v1.0.4 |
| 2054 | 2026-05-29T17:05:32.818Z | Compiling anstyle-query v1.1.5 |
| 2055 | 2026-05-29T17:05:32.821Z | Compiling is_terminal_polyfill v1.70.2 |
| 2056 | 2026-05-29T17:05:32.913Z | Compiling unicode-bidi v0.3.18 |
| 2057 | 2026-05-29T17:05:32.930Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-05-29T17:05:32.930Z | Compiling anstream v0.6.21 |
| 2059 | 2026-05-29T17:05:32.963Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-29T17:05:32.963Z | Compiling proptest v1.11.0 |
| 2061 | 2026-05-29T17:05:33.096Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-05-29T17:05:33.255Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-29T17:05:33.456Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-05-29T17:05:33.642Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-05-29T17:05:33.663Z | Compiling tower-http v0.6.8 |
| 2066 | 2026-05-29T17:05:33.685Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-05-29T17:05:33.797Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-29T17:05:34.190Z | Compiling rand_chacha v0.3.1 |
| 2069 | 2026-05-29T17:05:34.211Z | Compiling erased-serde v0.3.31 |
| 2070 | 2026-05-29T17:05:34.286Z | Compiling md-5 v0.10.6 |
| 2071 | 2026-05-29T17:05:34.335Z | Compiling bstr v1.12.1 |
| 2072 | 2026-05-29T17:05:34.456Z | Compiling num-integer v0.1.46 |
| 2073 | 2026-05-29T17:05:34.567Z | Compiling hash32 v0.2.1 |
| 2074 | 2026-05-29T17:05:34.581Z | Compiling vergen-lib v9.1.0 |
| 2075 | 2026-05-29T17:05:34.643Z | Compiling ff v0.13.1 |
| 2076 | 2026-05-29T17:05:34.742Z | Compiling fallible-iterator v0.2.0 |
| 2077 | 2026-05-29T17:05:34.776Z | Compiling base16ct v0.2.0 |
| 2078 | 2026-05-29T17:05:34.808Z | Compiling psl-types v2.0.11 |
| 2079 | 2026-05-29T17:05:34.841Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-05-29T17:05:34.924Z | Compiling group v0.13.0 |
| 2081 | 2026-05-29T17:05:34.946Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-29T17:05:34.972Z | Compiling sec1 v0.7.3 |
| 2083 | 2026-05-29T17:05:35.005Z | Compiling newtype-uuid v1.3.2 |
| 2084 | 2026-05-29T17:05:35.082Z | Compiling postgres-protocol v0.6.10 |
| 2085 | 2026-05-29T17:05:35.135Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-29T17:05:35.545Z | Compiling rand v0.8.6 |
| 2087 | 2026-05-29T17:05:35.883Z | Compiling oxnet v0.1.4 |
| 2088 | 2026-05-29T17:05:35.972Z | Compiling derive_builder v0.20.2 |
| 2089 | 2026-05-29T17:05:35.988Z | Compiling hyper-tls v0.6.0 |
| 2090 | 2026-05-29T17:05:36.177Z | Compiling heck v0.4.1 |
| 2091 | 2026-05-29T17:05:36.196Z | Compiling phf_shared v0.13.1 |
| 2092 | 2026-05-29T17:05:36.229Z | Compiling pin-project v1.1.11 |
| 2093 | 2026-05-29T17:05:36.300Z | Compiling lazy_static v1.5.0 |
| 2094 | 2026-05-29T17:05:36.419Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-05-29T17:05:36.450Z | Compiling serde_with_macros v3.17.0 |
| 2096 | 2026-05-29T17:05:36.464Z | Compiling futures-executor v0.3.32 |
| 2097 | 2026-05-29T17:05:36.479Z | Compiling hex v0.4.3 |
| 2098 | 2026-05-29T17:05:36.614Z | Compiling hkdf v0.12.4 |
| 2099 | 2026-05-29T17:05:36.677Z | Compiling crypto-bigint v0.5.5 |
| 2100 | 2026-05-29T17:05:36.708Z | Compiling clap_derive v4.5.55 |
| 2101 | 2026-05-29T17:05:36.780Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-29T17:05:36.795Z | Compiling enum-as-inner v0.6.1 |
| 2103 | 2026-05-29T17:05:36.877Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-29T17:05:36.907Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-29T17:05:37.144Z | Compiling vergen v9.1.0 |
| 2106 | 2026-05-29T17:05:37.170Z | Compiling cargo-platform v0.3.2 |
| 2107 | 2026-05-29T17:05:37.319Z | Compiling clap_lex v1.0.0 |
| 2108 | 2026-05-29T17:05:37.341Z | Compiling bitflags v1.3.2 |
| 2109 | 2026-05-29T17:05:37.478Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-29T17:05:37.540Z | Compiling bumpalo v3.20.2 |
| 2111 | 2026-05-29T17:05:37.572Z | Compiling foldhash v0.2.0 |
| 2112 | 2026-05-29T17:05:37.587Z | Compiling same-file v1.0.6 |
| 2113 | 2026-05-29T17:05:37.652Z | Compiling foldhash v0.1.5 |
| 2114 | 2026-05-29T17:05:37.714Z | Compiling libbz2-rs-sys v0.2.2 |
| 2115 | 2026-05-29T17:05:37.750Z | Compiling zopfli v0.8.3 |
| 2116 | 2026-05-29T17:05:37.767Z | Compiling hashbrown v0.16.1 |
| 2117 | 2026-05-29T17:05:37.784Z | Compiling walkdir v2.5.0 |
| 2118 | 2026-05-29T17:05:37.801Z | Compiling hashbrown v0.15.5 |
| 2119 | 2026-05-29T17:05:37.818Z | Compiling elliptic-curve v0.13.8 |
| 2120 | 2026-05-29T17:05:38.090Z | Compiling clap_builder v4.5.60 |
| 2121 | 2026-05-29T17:05:38.186Z | Compiling bzip2 v0.6.1 |
| 2122 | 2026-05-29T17:05:38.357Z | Compiling cargo_metadata v0.23.1 |
| 2123 | 2026-05-29T17:05:38.373Z | Compiling futures v0.3.32 |
| 2124 | 2026-05-29T17:05:38.607Z | Compiling phf v0.13.1 |
| 2125 | 2026-05-29T17:05:38.677Z | Compiling snafu v0.8.9 |
| 2126 | 2026-05-29T17:05:38.787Z | Compiling zstd v0.13.3 |
| 2127 | 2026-05-29T17:05:38.857Z | Compiling daft v0.1.7 |
| 2128 | 2026-05-29T17:05:39.029Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-29T17:05:39.140Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-29T17:05:39.165Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-05-29T17:05:39.181Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-05-29T17:05:39.388Z | Compiling globset v0.4.18 |
| 2133 | 2026-05-29T17:05:39.422Z | Compiling strum v0.27.2 |
| 2134 | 2026-05-29T17:05:39.636Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-05-29T17:05:39.663Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-05-29T17:05:39.708Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-05-29T17:05:39.750Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-05-29T17:05:39.890Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-05-29T17:05:39.911Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-05-29T17:05:39.983Z | Compiling pem v3.0.6 |
| 2141 | 2026-05-29T17:05:40.055Z | Compiling serde_plain v1.0.2 |
| 2142 | 2026-05-29T17:05:40.108Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-05-29T17:05:40.247Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-05-29T17:05:40.263Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-05-29T17:05:40.279Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-05-29T17:05:40.282Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-05-29T17:05:40.312Z | Compiling static_assertions v1.1.0 |
| 2148 | 2026-05-29T17:05:40.315Z | Compiling keccak v0.1.6 |
| 2149 | 2026-05-29T17:05:40.397Z | Compiling typed-path v0.9.3 |
| 2150 | 2026-05-29T17:05:40.413Z | Compiling normalize-line-endings v0.3.0 |
| 2151 | 2026-05-29T17:05:40.431Z | Compiling precomputed-hash v0.1.1 |
| 2152 | 2026-05-29T17:05:40.449Z | Compiling difflib v0.4.0 |
| 2153 | 2026-05-29T17:05:40.494Z | Compiling new_debug_unreachable v1.0.6 |
| 2154 | 2026-05-29T17:05:40.516Z | Compiling fixedbitset v0.5.7 |
| 2155 | 2026-05-29T17:05:40.532Z | Compiling data-encoding v2.10.0 |
| 2156 | 2026-05-29T17:05:40.547Z | Compiling toml_write v0.1.2 |
| 2157 | 2026-05-29T17:05:40.565Z | Compiling whoami v2.1.0 |
| 2158 | 2026-05-29T17:05:40.581Z | Compiling jiff v0.2.21 |
| 2159 | 2026-05-29T17:05:40.613Z | Compiling predicates-core v1.0.10 |
| 2160 | 2026-05-29T17:05:40.764Z | Compiling fixedbitset v0.4.2 |
| 2161 | 2026-05-29T17:05:40.798Z | Compiling tokio-postgres v0.7.16 |
| 2162 | 2026-05-29T17:05:40.815Z | Compiling predicates v3.1.4 |
| 2163 | 2026-05-29T17:05:40.847Z | Compiling hickory-proto v0.25.2 |
| 2164 | 2026-05-29T17:05:40.912Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-05-29T17:05:40.915Z | Compiling toml_edit v0.22.27 |
| 2166 | 2026-05-29T17:05:40.987Z | Compiling petgraph v0.6.5 |
| 2167 | 2026-05-29T17:05:41.069Z | Compiling string_cache v0.8.9 |
| 2168 | 2026-05-29T17:05:41.306Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-29T17:05:41.559Z | Compiling env_logger v0.11.9 |
| 2170 | 2026-05-29T17:05:41.593Z | Compiling usdt v0.6.0 |
| 2171 | 2026-05-29T17:05:41.647Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2172 | 2026-05-29T17:05:41.788Z | Compiling ecdsa v0.16.9 |
| 2173 | 2026-05-29T17:05:41.894Z | Compiling rsa v0.9.10 |
| 2174 | 2026-05-29T17:05:42.193Z | Compiling ed25519-dalek v2.2.0 |
| 2175 | 2026-05-29T17:05:42.762Z | Compiling clap v4.5.60 |
| 2176 | 2026-05-29T17:05:42.846Z | Compiling crossterm v0.28.1 |
| 2177 | 2026-05-29T17:05:42.866Z | Compiling zip v0.6.6 |
| 2178 | 2026-05-29T17:05:42.900Z | Compiling iddqd v0.4.2 |
| 2179 | 2026-05-29T17:05:43.261Z | Compiling zip v4.6.1 |
| 2180 | 2026-05-29T17:05:43.610Z | Compiling serde_with v3.17.0 |
| 2181 | 2026-05-29T17:05:43.633Z | Compiling similar v2.7.0 |
| 2182 | 2026-05-29T17:05:43.648Z | Compiling strum v0.26.3 |
| 2183 | 2026-05-29T17:05:43.799Z | Compiling toml v0.7.8 |
| 2184 | 2026-05-29T17:05:44.083Z | Compiling tokio-stream v0.1.18 |
| 2185 | 2026-05-29T17:05:44.172Z | Compiling itertools v0.13.0 |
| 2186 | 2026-05-29T17:05:44.196Z | Compiling buf-list v1.1.2 |
| 2187 | 2026-05-29T17:05:44.389Z | Compiling x509-cert v0.2.5 |
| 2188 | 2026-05-29T17:05:44.476Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2189 | 2026-05-29T17:05:44.563Z | Compiling openapiv3 v2.2.0 |
| 2190 | 2026-05-29T17:05:44.729Z | Compiling sha1 v0.10.6 |
| 2191 | 2026-05-29T17:05:45.237Z | Compiling lalrpop-util v0.19.12 |
| 2192 | 2026-05-29T17:05:45.295Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-29T17:06:01.005Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-05-29T17:06:01.795Z | Compiling macaddr v1.0.1 |
| 2195 | 2026-05-29T17:06:01.819Z | Compiling structmeta-derive v0.3.0 |
| 2196 | 2026-05-29T17:06:01.898Z | Compiling crucible-workspace-hack v0.1.0 |
| 2197 | 2026-05-29T17:06:02.019Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-05-29T17:06:02.036Z | Compiling itertools v0.14.0 |
| 2199 | 2026-05-29T17:06:02.098Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-05-29T17:06:02.114Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-05-29T17:06:02.150Z | Compiling heapless v0.8.0 |
| 2202 | 2026-05-29T17:06:02.255Z | Compiling rustls v0.22.4 |
| 2203 | 2026-05-29T17:06:02.284Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2204 | 2026-05-29T17:06:02.516Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2205 | 2026-05-29T17:06:02.569Z | Compiling crossbeam-deque v0.8.6 |
| 2206 | 2026-05-29T17:06:02.585Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-05-29T17:06:02.627Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-29T17:06:02.643Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-29T17:06:02.729Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-29T17:06:02.756Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-05-29T17:06:02.813Z | Compiling match_cfg v0.1.0 |
| 2212 | 2026-05-29T17:06:02.828Z | Compiling structmeta v0.3.0 |
| 2213 | 2026-05-29T17:06:02.845Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-05-29T17:06:02.905Z | Compiling unicode-width v0.2.0 |
| 2215 | 2026-05-29T17:06:02.925Z | Compiling smoltcp v0.11.0 |
| 2216 | 2026-05-29T17:06:02.947Z | Compiling compression-core v0.4.31 |
| 2217 | 2026-05-29T17:06:03.036Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-29T17:06:03.063Z | Compiling derive-ex v0.1.8 |
| 2219 | 2026-05-29T17:06:03.124Z | Compiling compression-codecs v0.4.37 |
| 2220 | 2026-05-29T17:06:03.142Z | Compiling proc-macro-crate v3.4.0 |
| 2221 | 2026-05-29T17:06:03.283Z | Compiling hostname v0.3.1 |
| 2222 | 2026-05-29T17:06:03.334Z | Compiling ingot-macros v0.1.1 |
| 2223 | 2026-05-29T17:06:03.457Z | Compiling slog-json v2.6.1 |
| 2224 | 2026-05-29T17:06:03.473Z | Compiling crossbeam-channel v0.5.15 |
| 2225 | 2026-05-29T17:06:03.509Z | Compiling half v2.7.1 |
| 2226 | 2026-05-29T17:06:03.594Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-05-29T17:06:03.735Z | Compiling cobs v0.3.0 |
| 2228 | 2026-05-29T17:06:03.823Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2229 | 2026-05-29T17:06:03.882Z | Compiling universal-hash v0.5.1 |
| 2230 | 2026-05-29T17:06:04.034Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-29T17:06:04.050Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2232 | 2026-05-29T17:06:04.194Z | Compiling serde_spanned v1.0.4 |
| 2233 | 2026-05-29T17:06:04.328Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-29T17:06:04.386Z | Compiling dropshot v0.17.0 |
| 2235 | 2026-05-29T17:06:04.448Z | Compiling proc-macro-error-attr v1.0.4 |
| 2236 | 2026-05-29T17:06:04.466Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-05-29T17:06:04.498Z | Compiling opaque-debug v0.3.1 |
| 2238 | 2026-05-29T17:06:04.579Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-29T17:06:04.594Z | Compiling tokio-rustls v0.26.4 |
| 2240 | 2026-05-29T17:06:04.614Z | Compiling rustls-platform-verifier v0.6.2 |
| 2241 | 2026-05-29T17:06:04.630Z | Compiling take_mut v0.2.2 |
| 2242 | 2026-05-29T17:06:04.672Z | Compiling convert_case v0.4.0 |
| 2243 | 2026-05-29T17:06:04.688Z | Compiling term v1.2.1 |
| 2244 | 2026-05-29T17:06:04.766Z | Compiling ciborium-io v0.2.2 |
| 2245 | 2026-05-29T17:06:04.842Z | Compiling hyper-rustls v0.27.7 |
| 2246 | 2026-05-29T17:06:04.861Z | Compiling ciborium-ll v0.2.2 |
| 2247 | 2026-05-29T17:06:04.861Z | Compiling thiserror-no-std v2.0.2 |
| 2248 | 2026-05-29T17:06:04.893Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-29T17:06:04.971Z | Compiling async-stream v0.3.6 |
| 2250 | 2026-05-29T17:06:04.993Z | Compiling derive_more v0.99.20 |
| 2251 | 2026-05-29T17:06:05.008Z | Compiling slog-term v2.9.2 |
| 2252 | 2026-05-29T17:06:05.124Z | Compiling reqwest v0.12.28 |
| 2253 | 2026-05-29T17:06:05.151Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-05-29T17:06:05.176Z | Compiling tokio-rustls v0.25.0 |
| 2255 | 2026-05-29T17:06:05.193Z | Compiling test-strategy v0.4.5 |
| 2256 | 2026-05-29T17:06:05.443Z | Compiling poly1305 v0.8.0 |
| 2257 | 2026-05-29T17:06:05.957Z | Compiling ingot-types v0.1.2 |
| 2258 | 2026-05-29T17:06:06.084Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-29T17:06:06.133Z | Compiling postcard v1.1.3 |
| 2260 | 2026-05-29T17:06:06.277Z | Compiling slog-bunyan v2.5.0 |
| 2261 | 2026-05-29T17:06:06.436Z | Compiling ingot v0.1.1 |
| 2262 | 2026-05-29T17:06:06.482Z | Compiling num_enum_derive v0.7.5 |
| 2263 | 2026-05-29T17:06:06.508Z | Compiling async-compression v0.4.41 |
| 2264 | 2026-05-29T17:06:06.525Z | Compiling parse-display-derive v0.10.0 |
| 2265 | 2026-05-29T17:06:06.610Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2266 | 2026-05-29T17:06:07.013Z | Compiling tough v0.22.0 |
| 2267 | 2026-05-29T17:06:07.148Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2268 | 2026-05-29T17:06:07.402Z | Compiling proc-macro-crate v1.3.1 |
| 2269 | 2026-05-29T17:06:07.418Z | Compiling backon v1.6.0 |
| 2270 | 2026-05-29T17:06:07.749Z | Compiling waitgroup v0.1.2 |
| 2271 | 2026-05-29T17:06:07.756Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2272 | 2026-05-29T17:06:07.795Z | Compiling password-hash v0.5.0 |
| 2273 | 2026-05-29T17:06:07.857Z | Compiling chacha20 v0.9.1 |
| 2274 | 2026-05-29T17:06:07.981Z | Compiling dropshot_endpoint v0.17.0 |
| 2275 | 2026-05-29T17:06:08.006Z | Compiling rustls-pemfile v2.2.0 |
| 2276 | 2026-05-29T17:06:08.310Z | Compiling blake2 v0.10.6 |
| 2277 | 2026-05-29T17:06:08.330Z | Compiling aead v0.5.2 |
| 2278 | 2026-05-29T17:06:08.442Z | Compiling foreign-types-macros v0.2.3 |
| 2279 | 2026-05-29T17:06:08.489Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2280 | 2026-05-29T17:06:08.554Z | Compiling serde_path_to_error v0.1.20 |
| 2281 | 2026-05-29T17:06:08.712Z | Compiling hostname v0.4.2 |
| 2282 | 2026-05-29T17:06:08.739Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-29T17:06:08.797Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-05-29T17:06:08.857Z | Compiling instant v0.1.13 |
| 2285 | 2026-05-29T17:06:08.871Z | Compiling foreign-types-shared v0.3.1 |
| 2286 | 2026-05-29T17:06:08.888Z | Compiling debug-ignore v1.0.5 |
| 2287 | 2026-05-29T17:06:08.906Z | Compiling cpufeatures v0.3.0 |
| 2288 | 2026-05-29T17:06:08.922Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-29T17:06:08.992Z | Compiling chacha20 v0.10.0 |
| 2290 | 2026-05-29T17:06:09.009Z | Compiling backoff v0.4.0 |
| 2291 | 2026-05-29T17:06:09.012Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2292 | 2026-05-29T17:06:09.044Z | Compiling argon2 v0.5.3 |
| 2293 | 2026-05-29T17:06:09.047Z | Compiling chacha20poly1305 v0.10.1 |
| 2294 | 2026-05-29T17:06:09.047Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2295 | 2026-05-29T17:06:09.107Z | Compiling foreign-types v0.5.0 |
| 2296 | 2026-05-29T17:06:09.111Z | Compiling parse-display v0.10.0 |
| 2297 | 2026-05-29T17:06:09.220Z | Compiling num_enum_derive v0.5.11 |
| 2298 | 2026-05-29T17:06:09.237Z | Compiling num_enum v0.7.5 |
| 2299 | 2026-05-29T17:06:09.240Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-29T17:06:09.264Z | Compiling ciborium v0.2.2 |
| 2301 | 2026-05-29T17:06:09.397Z | Compiling vsss-rs v3.3.4 |
| 2302 | 2026-05-29T17:06:09.441Z | Compiling tabwriter v1.4.1 |
| 2303 | 2026-05-29T17:06:09.679Z | Compiling regress v0.10.5 |
| 2304 | 2026-05-29T17:06:09.831Z | Compiling byte-wrapper v0.1.0 |
| 2305 | 2026-05-29T17:06:09.993Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2306 | 2026-05-29T17:06:10.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2307 | 2026-05-29T17:06:10.133Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2308 | 2026-05-29T17:06:10.148Z | Compiling cstr-argument v0.1.2 |
| 2309 | 2026-05-29T17:06:10.164Z | Compiling humantime v2.3.0 |
| 2310 | 2026-05-29T17:06:10.340Z | Compiling erased-serde v0.4.9 |
| 2311 | 2026-05-29T17:06:10.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2312 | 2026-05-29T17:06:10.623Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2313 | 2026-05-29T17:06:10.674Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2314 | 2026-05-29T17:06:10.697Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2315 | 2026-05-29T17:06:10.736Z | Compiling num_enum v0.5.11 |
| 2316 | 2026-05-29T17:06:10.768Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-05-29T17:06:10.780Z | Compiling rand v0.10.0 |
| 2318 | 2026-05-29T17:06:10.875Z | Compiling rayon v1.11.0 |
| 2319 | 2026-05-29T17:06:10.934Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-05-29T17:06:10.937Z | Compiling colored v3.1.1 |
| 2321 | 2026-05-29T17:06:11.012Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2322 | 2026-05-29T17:06:11.030Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2323 | 2026-05-29T17:06:11.047Z | Compiling indent_write v2.2.0 |
| 2324 | 2026-05-29T17:06:11.128Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-05-29T17:06:11.169Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-05-29T17:06:11.233Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2327 | 2026-05-29T17:06:11.301Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2328 | 2026-05-29T17:06:11.437Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2329 | 2026-05-29T17:06:11.453Z | Compiling camino-tempfile v1.4.1 |
| 2330 | 2026-05-29T17:06:11.586Z | Compiling itertools v0.12.1 |
| 2331 | 2026-05-29T17:06:11.638Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-05-29T17:06:11.677Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-05-29T17:06:11.800Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-29T17:06:11.847Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-29T17:06:11.864Z | Compiling blake3 v1.8.3 |
| 2336 | 2026-05-29T17:06:11.864Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-05-29T17:06:12.182Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-05-29T17:06:12.240Z | Compiling memmap v0.7.0 |
| 2339 | 2026-05-29T17:06:12.302Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2340 | 2026-05-29T17:06:12.393Z | Compiling glob v0.3.3 |
| 2341 | 2026-05-29T17:06:12.411Z | Compiling swrite v0.1.0 |
| 2342 | 2026-05-29T17:06:12.486Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-05-29T17:06:12.501Z | Compiling usdt v0.5.0 |
| 2344 | 2026-05-29T17:06:12.573Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-29T17:06:12.715Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2346 | 2026-05-29T17:06:12.834Z | Compiling serde-value v0.7.0 |
| 2347 | 2026-05-29T17:06:13.019Z | Compiling zone v0.3.1 |
| 2348 | 2026-05-29T17:06:13.082Z | Compiling serde-untagged v0.1.9 |
| 2349 | 2026-05-29T17:06:13.115Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2350 | 2026-05-29T17:06:13.389Z | Compiling toml v0.8.23 |
| 2351 | 2026-05-29T17:06:13.404Z | Compiling smf v0.2.3 |
| 2352 | 2026-05-29T17:06:13.468Z | Compiling filetime v0.2.27 |
| 2353 | 2026-05-29T17:06:13.476Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2354 | 2026-05-29T17:06:13.476Z | Compiling arrayref v0.3.9 |
| 2355 | 2026-05-29T17:06:13.486Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-05-29T17:06:13.548Z | Compiling xattr v1.6.1 |
| 2357 | 2026-05-29T17:06:13.564Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-05-29T17:06:13.567Z | Compiling constant_time_eq v0.4.2 |
| 2359 | 2026-05-29T17:06:13.646Z | Compiling whoami v1.6.1 |
| 2360 | 2026-05-29T17:06:13.678Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-05-29T17:06:13.692Z | Compiling tar v0.4.45 |
| 2362 | 2026-05-29T17:06:13.773Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2363 | 2026-05-29T17:06:13.833Z | Compiling tokio-dtrace v0.1.1 |
| 2364 | 2026-05-29T17:06:14.037Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-05-29T17:06:14.126Z | Compiling console v0.16.2 |
| 2366 | 2026-05-29T17:06:14.181Z | Compiling gethostname v0.5.0 |
| 2367 | 2026-05-29T17:06:14.340Z | Compiling cargo-platform v0.2.0 |
| 2368 | 2026-05-29T17:06:14.380Z | Compiling topological-sort v0.2.2 |
| 2369 | 2026-05-29T17:06:14.406Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-29T17:06:14.580Z | Compiling indicatif v0.18.4 |
| 2371 | 2026-05-29T17:06:14.597Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-29T17:06:14.600Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2373 | 2026-05-29T17:06:14.629Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-29T17:06:15.200Z | Compiling cargo_metadata v0.21.0 |
| 2375 | 2026-05-29T17:06:24.273Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-05-29T17:06:24.273Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-05-29T17:06:24.304Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-29T17:06:24.761Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-05-29T17:06:27.067Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2380 | 2026-05-29T17:06:27.098Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-05-29T17:06:27.148Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-05-29T17:06:27.237Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-05-29T17:06:27.306Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-05-29T17:06:27.330Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-05-29T17:06:27.364Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-29T17:06:27.401Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-05-29T17:06:27.468Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-05-29T17:06:31.379Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-05-29T17:06:39.009Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-05-29T17:06:42.095Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-05-29T17:06:43.081Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-05-29T17:06:52.724Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2393 | 2026-05-29T17:06:52.880Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-05-29T17:06:52.946Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-05-29T17:06:52.949Z | Created new build target 'test' and set it as active |
| 2396 | 2026-05-29T17:06:52.952Z | |
| 2397 | 2026-05-29T17:06:52.952Z | real 1:44.161473171 |
| 2398 | 2026-05-29T17:06:52.952Z | user 17:02.852515794 |
| 2399 | 2026-05-29T17:06:52.952Z | sys 2:36.195857304 |
| 2400 | 2026-05-29T17:06:52.952Z | trap 0.473893717 |
| 2401 | 2026-05-29T17:06:52.952Z | tflt 2.950181206 |
| 2402 | 2026-05-29T17:06:52.952Z | dflt 4.286984287 |
| 2403 | 2026-05-29T17:06:52.952Z | kflt 0.001395413 |
| 2404 | 2026-05-29T17:06:52.952Z | lock 52:56.029239118 |
| 2405 | 2026-05-29T17:06:52.952Z | slp 43:33.748623280 |
| 2406 | 2026-05-29T17:06:52.952Z | lat 41.634638107 |
| 2407 | 2026-05-29T17:06:52.952Z | stop 5:19.344967452 |
| 2408 | 2026-05-29T17:06:52.952Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-05-29T17:06:53.836Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2410 | 2026-05-29T17:06:53.907Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-05-29T17:06:53.966Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-05-29T17:06:55.402Z | Compiling heck v0.5.0 |
| 2413 | 2026-05-29T17:06:55.402Z | Compiling regress v0.11.1 |
| 2414 | 2026-05-29T17:06:55.621Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-05-29T17:06:55.663Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-05-29T17:06:55.691Z | Compiling regress v0.10.5 |
| 2417 | 2026-05-29T17:06:55.714Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-29T17:06:55.715Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-05-29T17:06:55.731Z | Compiling prettyplease v0.2.37 |
| 2420 | 2026-05-29T17:06:55.734Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2421 | 2026-05-29T17:06:55.753Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-05-29T17:06:55.757Z | Compiling rustls v0.22.4 |
| 2423 | 2026-05-29T17:06:55.757Z | Compiling rustls-webpki v0.102.8 |
| 2424 | 2026-05-29T17:06:55.757Z | Compiling derive-where v1.6.0 |
| 2425 | 2026-05-29T17:06:55.774Z | Compiling thread_local v1.1.9 |
| 2426 | 2026-05-29T17:06:55.777Z | Compiling compression-core v0.4.31 |
| 2427 | 2026-05-29T17:06:55.875Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-29T17:06:55.944Z | Compiling multer v3.1.0 |
| 2429 | 2026-05-29T17:06:55.969Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2430 | 2026-05-29T17:06:55.992Z | Compiling compression-codecs v0.4.37 |
| 2431 | 2026-05-29T17:06:56.014Z | Compiling hostname v0.3.1 |
| 2432 | 2026-05-29T17:06:56.017Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-29T17:06:56.037Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-05-29T17:06:56.081Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-05-29T17:06:56.103Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2436 | 2026-05-29T17:06:56.123Z | Compiling serde_spanned v1.0.4 |
| 2437 | 2026-05-29T17:06:56.126Z | Compiling term v1.2.1 |
| 2438 | 2026-05-29T17:06:56.171Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-29T17:06:56.248Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-29T17:06:56.287Z | Compiling take_mut v0.2.2 |
| 2441 | 2026-05-29T17:06:56.309Z | Compiling slog-bunyan v2.5.0 |
| 2442 | 2026-05-29T17:06:56.332Z | Compiling async-compression v0.4.41 |
| 2443 | 2026-05-29T17:06:56.451Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2444 | 2026-05-29T17:06:56.475Z | Compiling slog-term v2.9.2 |
| 2445 | 2026-05-29T17:06:56.522Z | Compiling async-stream v0.3.6 |
| 2446 | 2026-05-29T17:06:56.547Z | Compiling dropshot v0.17.0 |
| 2447 | 2026-05-29T17:06:56.612Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2026-05-29T17:06:56.649Z | Compiling num-rational v0.4.2 |
| 2449 | 2026-05-29T17:06:56.673Z | Compiling progenitor-client v0.14.0 |
| 2450 | 2026-05-29T17:06:56.718Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2451 | 2026-05-29T17:06:56.774Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-05-29T17:06:56.847Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-05-29T17:06:56.868Z | Compiling backon v1.6.0 |
| 2454 | 2026-05-29T17:06:56.928Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-29T17:06:57.008Z | Compiling num-complex v0.4.6 |
| 2456 | 2026-05-29T17:06:57.029Z | Compiling hostname v0.4.2 |
| 2457 | 2026-05-29T17:06:57.032Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-05-29T17:06:57.072Z | Compiling instant v0.1.13 |
| 2459 | 2026-05-29T17:06:57.095Z | Compiling debug-ignore v1.0.5 |
| 2460 | 2026-05-29T17:06:57.115Z | Compiling progenitor-extras v0.2.0 |
| 2461 | 2026-05-29T17:06:57.138Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2462 | 2026-05-29T17:06:57.189Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-05-29T17:06:57.209Z | Compiling backoff v0.4.0 |
| 2464 | 2026-05-29T17:06:57.233Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-05-29T17:06:57.431Z | Compiling num v0.4.3 |
| 2466 | 2026-05-29T17:06:57.462Z | Compiling parse-display v0.10.0 |
| 2467 | 2026-05-29T17:06:57.514Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-05-29T17:06:57.517Z | Compiling progenitor-client v0.10.0 |
| 2469 | 2026-05-29T17:06:57.559Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2470 | 2026-05-29T17:06:57.579Z | Compiling macaddr v1.0.1 |
| 2471 | 2026-05-29T17:06:57.624Z | Compiling float-ord v0.3.2 |
| 2472 | 2026-05-29T17:06:57.701Z | Compiling humantime v2.3.0 |
| 2473 | 2026-05-29T17:06:57.787Z | Compiling console v0.15.11 |
| 2474 | 2026-05-29T17:06:57.838Z | Compiling atomicwrites v0.4.4 |
| 2475 | 2026-05-29T17:06:57.864Z | Compiling newline-converter v0.3.0 |
| 2476 | 2026-05-29T17:06:57.957Z | Compiling progenitor-client v0.13.0 |
| 2477 | 2026-05-29T17:06:57.977Z | Compiling slog-dtrace v0.3.0 |
| 2478 | 2026-05-29T17:06:58.034Z | Compiling resolv-conf v0.7.6 |
| 2479 | 2026-05-29T17:06:58.158Z | Compiling tokio-rustls v0.25.0 |
| 2480 | 2026-05-29T17:06:58.201Z | Compiling expectorate v1.2.0 |
| 2481 | 2026-05-29T17:06:58.282Z | Compiling cancel-safe-futures v0.1.5 |
| 2482 | 2026-05-29T17:06:58.304Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-05-29T17:06:58.438Z | Compiling toml v0.8.23 |
| 2484 | 2026-05-29T17:06:58.457Z | Compiling libsw-core v0.3.2 |
| 2485 | 2026-05-29T17:06:58.584Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-05-29T17:06:58.673Z | Compiling libsw v3.5.0 |
| 2487 | 2026-05-29T17:06:58.676Z | Compiling linked-hash-map v0.5.6 |
| 2488 | 2026-05-29T17:06:58.835Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2489 | 2026-05-29T17:06:58.892Z | Compiling minimal-lexical v0.2.1 |
| 2490 | 2026-05-29T17:06:58.935Z | Compiling lru-cache v0.1.2 |
| 2491 | 2026-05-29T17:06:58.958Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-05-29T17:06:59.035Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-29T17:06:59.081Z | Compiling hickory-proto v0.24.4 |
| 2494 | 2026-05-29T17:06:59.084Z | Compiling unicode-xid v0.2.6 |
| 2495 | 2026-05-29T17:06:59.124Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-29T17:06:59.161Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2497 | 2026-05-29T17:06:59.183Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-29T17:06:59.256Z | Compiling convert_case v0.10.0 |
| 2499 | 2026-05-29T17:06:59.555Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2500 | 2026-05-29T17:06:59.655Z | Compiling derive_more-impl v2.1.1 |
| 2501 | 2026-05-29T17:07:00.010Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-05-29T17:07:00.459Z | Compiling derive_more v2.1.1 |
| 2503 | 2026-05-29T17:07:00.519Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-29T17:07:00.543Z | Compiling papergrid v0.11.0 |
| 2505 | 2026-05-29T17:07:00.575Z | Compiling tabled_derive v0.7.0 |
| 2506 | 2026-05-29T17:07:00.686Z | Compiling termtree v0.5.1 |
| 2507 | 2026-05-29T17:07:00.750Z | Compiling typify-macro v0.6.2 |
| 2508 | 2026-05-29T17:07:00.891Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2509 | 2026-05-29T17:07:01.135Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2510 | 2026-05-29T17:07:01.469Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-05-29T17:07:01.494Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-29T17:07:01.703Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2513 | 2026-05-29T17:07:01.834Z | Compiling tabled v0.15.0 |
| 2514 | 2026-05-29T17:07:01.926Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2515 | 2026-05-29T17:07:02.302Z | Compiling typify v0.6.2 |
| 2516 | 2026-05-29T17:07:02.588Z | Compiling progenitor-impl v0.14.0 |
| 2517 | 2026-05-29T17:07:03.077Z | Compiling progenitor-impl v0.13.0 |
| 2518 | 2026-05-29T17:07:04.780Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-05-29T17:07:05.033Z | Compiling qorb v0.4.1 |
| 2520 | 2026-05-29T17:07:05.251Z | Compiling progenitor-macro v0.13.0 |
| 2521 | 2026-05-29T17:07:06.988Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2522 | 2026-05-29T17:07:07.122Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-05-29T17:07:07.300Z | Compiling phf_shared v0.12.1 |
| 2524 | 2026-05-29T17:07:07.484Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2525 | 2026-05-29T17:07:07.550Z | Compiling vte v0.14.1 |
| 2526 | 2026-05-29T17:07:07.571Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-05-29T17:07:08.018Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2528 | 2026-05-29T17:07:08.041Z | Compiling chrono-tz v0.10.4 |
| 2529 | 2026-05-29T17:07:08.156Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-29T17:07:08.292Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2531 | 2026-05-29T17:07:08.471Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-29T17:07:08.878Z | Compiling csv v1.4.0 |
| 2533 | 2026-05-29T17:07:08.901Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-29T17:07:09.085Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-05-29T17:07:09.319Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-29T17:07:09.414Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-05-29T17:07:09.501Z | Compiling strip-ansi-escapes v0.2.1 |
| 2538 | 2026-05-29T17:07:09.769Z | Compiling phf v0.12.1 |
| 2539 | 2026-05-29T17:07:09.813Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-29T17:07:09.859Z | Compiling const_format_proc_macros v0.2.34 |
| 2541 | 2026-05-29T17:07:09.969Z | Compiling fd-lock v4.0.4 |
| 2542 | 2026-05-29T17:07:10.071Z | Compiling peg-macros v0.8.5 |
| 2543 | 2026-05-29T17:07:10.124Z | Compiling nu-ansi-term v0.50.3 |
| 2544 | 2026-05-29T17:07:10.376Z | Compiling reedline v0.40.0 |
| 2545 | 2026-05-29T17:07:10.635Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-29T17:07:11.131Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2547 | 2026-05-29T17:07:11.375Z | Compiling peg v0.8.5 |
| 2548 | 2026-05-29T17:07:11.495Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2549 | 2026-05-29T17:07:12.183Z | Compiling bcs v0.1.6 |
| 2550 | 2026-05-29T17:07:12.228Z | Compiling semver v0.1.20 |
| 2551 | 2026-05-29T17:07:12.252Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-29T17:07:12.545Z | Compiling rustc_version v0.1.7 |
| 2553 | 2026-05-29T17:07:12.569Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-29T17:07:12.619Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2555 | 2026-05-29T17:07:12.790Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-05-29T17:07:12.838Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-05-29T17:07:13.016Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-29T17:07:13.222Z | Compiling textwrap v0.16.2 |
| 2559 | 2026-05-29T17:07:13.248Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-29T17:07:13.904Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-05-29T17:07:13.946Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2562 | 2026-05-29T17:07:14.330Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-29T17:07:14.538Z | Compiling steno v0.4.1 |
| 2564 | 2026-05-29T17:07:14.561Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2565 | 2026-05-29T17:07:14.875Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-05-29T17:07:14.899Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2567 | 2026-05-29T17:07:15.118Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-29T17:07:15.201Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-05-29T17:07:15.487Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-05-29T17:07:15.538Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-05-29T17:07:15.676Z | Compiling radium v0.7.0 |
| 2572 | 2026-05-29T17:07:15.707Z | Compiling tap v1.0.1 |
| 2573 | 2026-05-29T17:07:15.864Z | Compiling maybe-uninit v2.0.0 |
| 2574 | 2026-05-29T17:07:15.888Z | Compiling display-error-chain v0.2.2 |
| 2575 | 2026-05-29T17:07:16.068Z | Compiling wyz v0.5.1 |
| 2576 | 2026-05-29T17:07:16.196Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-05-29T17:07:16.276Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-29T17:07:16.395Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2579 | 2026-05-29T17:07:16.545Z | Compiling zerocopy-derive v0.6.6 |
| 2580 | 2026-05-29T17:07:16.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2581 | 2026-05-29T17:07:17.317Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-05-29T17:07:17.489Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2583 | 2026-05-29T17:07:17.652Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2584 | 2026-05-29T17:07:17.712Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-05-29T17:07:17.845Z | Compiling packed_struct v0.10.1 |
| 2586 | 2026-05-29T17:07:17.910Z | Compiling funty v2.0.0 |
| 2587 | 2026-05-29T17:07:18.153Z | Compiling proc-macro-error2 v2.0.1 |
| 2588 | 2026-05-29T17:07:18.469Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-05-29T17:07:18.654Z | Compiling crc v3.4.0 |
| 2590 | 2026-05-29T17:07:18.881Z | Compiling zerocopy v0.6.6 |
| 2591 | 2026-05-29T17:07:19.009Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-05-29T17:07:19.219Z | Compiling libscf-sys v1.2.0 |
| 2593 | 2026-05-29T17:07:19.271Z | Compiling packed_struct_codegen v0.10.1 |
| 2594 | 2026-05-29T17:07:19.396Z | Compiling vergen-lib v0.1.6 |
| 2595 | 2026-05-29T17:07:19.643Z | Compiling bitfield-macros v0.19.4 |
| 2596 | 2026-05-29T17:07:20.305Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-29T17:07:20.330Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-29T17:07:20.368Z | Compiling bitfield v0.19.4 |
| 2599 | 2026-05-29T17:07:20.464Z | Compiling array-init v0.0.4 |
| 2600 | 2026-05-29T17:07:20.618Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2601 | 2026-05-29T17:07:20.675Z | Compiling smallvec v0.6.14 |
| 2602 | 2026-05-29T17:07:20.756Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-05-29T17:07:20.955Z | Compiling papergrid v0.17.0 |
| 2604 | 2026-05-29T17:07:21.018Z | Compiling testing_table v0.3.0 |
| 2605 | 2026-05-29T17:07:21.331Z | Compiling vergen-gitcl v1.0.8 |
| 2606 | 2026-05-29T17:07:21.452Z | Compiling dirs-sys-next v0.1.2 |
| 2607 | 2026-05-29T17:07:21.584Z | Compiling diesel_derives v2.3.7 |
| 2608 | 2026-05-29T17:07:21.651Z | Compiling maplit v1.0.2 |
| 2609 | 2026-05-29T17:07:21.721Z | Compiling hashbrown v0.12.3 |
| 2610 | 2026-05-29T17:07:21.741Z | Compiling glob v0.3.3 |
| 2611 | 2026-05-29T17:07:21.767Z | Compiling crunchy v0.2.4 |
| 2612 | 2026-05-29T17:07:21.835Z | Compiling dirs-next v2.0.0 |
| 2613 | 2026-05-29T17:07:21.984Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-05-29T17:07:22.095Z | Compiling tabled v0.20.0 |
| 2615 | 2026-05-29T17:07:22.117Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-05-29T17:07:22.120Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-05-29T17:07:22.527Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-05-29T17:07:22.550Z | Compiling ron v0.8.1 |
| 2619 | 2026-05-29T17:07:22.690Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-05-29T17:07:22.775Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-29T17:07:22.861Z | Compiling scheduled-thread-pool v0.2.7 |
| 2622 | 2026-05-29T17:07:23.011Z | Compiling dsl_auto_type v0.2.0 |
| 2623 | 2026-05-29T17:07:23.321Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2624 | 2026-05-29T17:07:23.467Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2625 | 2026-05-29T17:07:23.545Z | Compiling tiny-keccak v2.0.2 |
| 2626 | 2026-05-29T17:07:23.565Z | Compiling crc-any v2.5.0 |
| 2627 | 2026-05-29T17:07:23.754Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-05-29T17:07:23.828Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-05-29T17:07:24.008Z | Compiling object v0.30.4 |
| 2630 | 2026-05-29T17:07:24.045Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-29T17:07:24.336Z | Compiling term v0.7.0 |
| 2632 | 2026-05-29T17:07:24.364Z | Compiling downcast-rs v2.0.2 |
| 2633 | 2026-05-29T17:07:24.500Z | Compiling xshell-macros v0.2.7 |
| 2634 | 2026-05-29T17:07:24.521Z | Compiling path-slash v0.1.5 |
| 2635 | 2026-05-29T17:07:24.714Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-05-29T17:07:24.764Z | Compiling ascii-canvas v3.0.0 |
| 2637 | 2026-05-29T17:07:24.899Z | Compiling xshell v0.2.7 |
| 2638 | 2026-05-29T17:07:24.919Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-29T17:07:25.032Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2640 | 2026-05-29T17:07:25.096Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-29T17:07:25.117Z | Compiling itertools v0.10.5 |
| 2642 | 2026-05-29T17:07:25.234Z | Compiling ena v0.14.4 |
| 2643 | 2026-05-29T17:07:25.481Z | Compiling libloading v0.8.9 |
| 2644 | 2026-05-29T17:07:25.585Z | Compiling diff v0.1.13 |
| 2645 | 2026-05-29T17:07:25.716Z | Compiling bindgen v0.71.1 |
| 2646 | 2026-05-29T17:07:25.856Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-05-29T17:07:26.008Z | Compiling crc8 v0.1.1 |
| 2648 | 2026-05-29T17:07:26.148Z | Compiling unicase v2.9.0 |
| 2649 | 2026-05-29T17:07:26.219Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2650 | 2026-05-29T17:07:26.457Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-05-29T17:07:26.636Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-05-29T17:07:27.456Z | Compiling lalrpop v0.19.12 |
| 2653 | 2026-05-29T17:07:27.509Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2654 | 2026-05-29T17:07:27.764Z | Compiling cexpr v0.6.0 |
| 2655 | 2026-05-29T17:07:27.863Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2656 | 2026-05-29T17:07:28.113Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2657 | 2026-05-29T17:07:28.137Z | Compiling rustc-hash v2.1.1 |
| 2658 | 2026-05-29T17:07:28.185Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2659 | 2026-05-29T17:07:28.322Z | Compiling headers-core v0.3.0 |
| 2660 | 2026-05-29T17:07:28.397Z | Compiling libxml v0.3.3 |
| 2661 | 2026-05-29T17:07:28.481Z | Compiling headers v0.4.1 |
| 2662 | 2026-05-29T17:07:28.512Z | Compiling diesel v2.3.7 |
| 2663 | 2026-05-29T17:07:28.711Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-05-29T17:07:28.818Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2665 | 2026-05-29T17:07:28.840Z | Compiling typify-impl v0.4.3 |
| 2666 | 2026-05-29T17:07:29.088Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2026-05-29T17:07:29.282Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2668 | 2026-05-29T17:07:29.335Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-29T17:07:29.790Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2670 | 2026-05-29T17:07:29.954Z | Compiling git-stub v1.0.0 |
| 2671 | 2026-05-29T17:07:30.141Z | Compiling indoc v1.0.9 |
| 2672 | 2026-05-29T17:07:30.164Z | Compiling git-stub-vcs v0.1.0 |
| 2673 | 2026-05-29T17:07:30.527Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-05-29T17:07:30.582Z | Compiling derive_builder v0.20.2 |
| 2675 | 2026-05-29T17:07:30.585Z | Compiling oso-derive v0.27.3 |
| 2676 | 2026-05-29T17:07:30.758Z | Compiling quick-xml v0.37.5 |
| 2677 | 2026-05-29T17:07:30.777Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2678 | 2026-05-29T17:07:31.100Z | Compiling openssl-probe v0.1.6 |
| 2679 | 2026-05-29T17:07:31.441Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-05-29T17:07:32.022Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2681 | 2026-05-29T17:07:32.140Z | Compiling half v1.8.3 |
| 2682 | 2026-05-29T17:07:32.162Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-29T17:07:32.276Z | Compiling typify-macro v0.4.3 |
| 2684 | 2026-05-29T17:07:32.389Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-29T17:07:32.510Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-05-29T17:07:32.586Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-05-29T17:07:32.782Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2688 | 2026-05-29T17:07:32.888Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2689 | 2026-05-29T17:07:32.923Z | Compiling samael v0.0.19 |
| 2690 | 2026-05-29T17:07:33.196Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2691 | 2026-05-29T17:07:33.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-29T17:07:33.491Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2693 | 2026-05-29T17:07:33.544Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-29T17:07:33.761Z | Compiling fxhash v0.2.1 |
| 2695 | 2026-05-29T17:07:33.863Z | Compiling typify v0.4.3 |
| 2696 | 2026-05-29T17:07:33.932Z | Compiling libz-sys v1.1.24 |
| 2697 | 2026-05-29T17:07:33.980Z | Compiling progenitor-impl v0.11.2 |
| 2698 | 2026-05-29T17:07:34.009Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-05-29T17:07:34.240Z | Compiling salty v0.3.0 |
| 2700 | 2026-05-29T17:07:34.562Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-29T17:07:34.727Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2702 | 2026-05-29T17:07:34.755Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2703 | 2026-05-29T17:07:34.951Z | Compiling progenitor-client v0.11.2 |
| 2704 | 2026-05-29T17:07:34.976Z | Compiling polar-core v0.27.3 |
| 2705 | 2026-05-29T17:07:34.995Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-05-29T17:07:35.019Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-05-29T17:07:35.390Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-05-29T17:07:35.502Z | Compiling slog-scope v4.4.1 |
| 2709 | 2026-05-29T17:07:35.716Z | Compiling mime_guess v2.0.5 |
| 2710 | 2026-05-29T17:07:36.084Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2711 | 2026-05-29T17:07:36.191Z | Compiling progenitor-macro v0.11.2 |
| 2712 | 2026-05-29T17:07:36.264Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2713 | 2026-05-29T17:07:36.871Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2714 | 2026-05-29T17:07:38.966Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2715 | 2026-05-29T17:07:39.163Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2716 | 2026-05-29T17:07:39.486Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2717 | 2026-05-29T17:07:39.536Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2718 | 2026-05-29T17:07:40.075Z | Compiling nanorand v0.7.0 |
| 2719 | 2026-05-29T17:07:40.199Z | Compiling progenitor v0.11.2 |
| 2720 | 2026-05-29T17:07:40.386Z | Compiling darling_core v0.23.0 |
| 2721 | 2026-05-29T17:07:40.438Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2722 | 2026-05-29T17:07:40.483Z | Compiling parking_lot_core v0.8.6 |
| 2723 | 2026-05-29T17:07:40.630Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2724 | 2026-05-29T17:07:40.765Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2725 | 2026-05-29T17:07:40.868Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-05-29T17:07:42.582Z | Compiling darling_macro v0.23.0 |
| 2727 | 2026-05-29T17:07:43.096Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2026-05-29T17:07:45.140Z | Compiling oso v0.27.3 |
| 2729 | 2026-05-29T17:07:48.619Z | Compiling diesel-dtrace v0.5.0 |
| 2730 | 2026-05-29T17:07:48.725Z | Compiling async-bb8-diesel v0.2.1 |
| 2731 | 2026-05-29T17:07:48.966Z | Compiling flume v0.11.1 |
| 2732 | 2026-05-29T17:07:49.006Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-05-29T17:07:49.117Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2734 | 2026-05-29T17:07:49.357Z | Compiling slog-stdlog v4.1.1 |
| 2735 | 2026-05-29T17:07:49.726Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-05-29T17:07:49.753Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-05-29T17:07:50.903Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-29T17:07:51.074Z | Compiling atty v0.2.14 |
| 2739 | 2026-05-29T17:07:51.218Z | Compiling http-range v0.1.5 |
| 2740 | 2026-05-29T17:07:51.240Z | Compiling instability v0.3.11 |
| 2741 | 2026-05-29T17:07:51.289Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2742 | 2026-05-29T17:07:51.400Z | Compiling parse-size v1.1.0 |
| 2743 | 2026-05-29T17:07:51.422Z | Compiling strsim v0.10.0 |
| 2744 | 2026-05-29T17:07:51.490Z | Compiling p384 v0.13.1 |
| 2745 | 2026-05-29T17:07:51.513Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-05-29T17:07:51.557Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2747 | 2026-05-29T17:07:51.623Z | Compiling darling_core v0.13.4 |
| 2748 | 2026-05-29T17:07:51.738Z | Compiling slog-envlogger v2.2.0 |
| 2749 | 2026-05-29T17:07:53.547Z | Compiling darling v0.23.0 |
| 2750 | 2026-05-29T17:07:53.650Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2751 | 2026-05-29T17:07:53.671Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2752 | 2026-05-29T17:07:53.775Z | Compiling ignore v0.4.25 |
| 2753 | 2026-05-29T17:07:54.154Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-29T17:07:54.234Z | Compiling vergen-git2 v9.1.0 |
| 2755 | 2026-05-29T17:07:54.465Z | Compiling castaway v0.2.4 |
| 2756 | 2026-05-29T17:07:54.488Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-29T17:07:54.638Z | Compiling indoc v2.0.7 |
| 2758 | 2026-05-29T17:07:54.809Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-05-29T17:07:55.557Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-05-29T17:07:55.815Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-05-29T17:07:55.843Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-29T17:07:55.886Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-05-29T17:07:56.389Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-05-29T17:07:56.488Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-29T17:07:56.804Z | Compiling hyper-staticfile v0.10.1 |
| 2766 | 2026-05-29T17:07:56.892Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2767 | 2026-05-29T17:07:57.465Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2768 | 2026-05-29T17:07:58.004Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2769 | 2026-05-29T17:07:58.165Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-05-29T17:07:58.628Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2771 | 2026-05-29T17:07:58.781Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2772 | 2026-05-29T17:07:58.804Z | Compiling predicates-tree v1.0.13 |
| 2773 | 2026-05-29T17:07:59.088Z | Compiling unicode-truncate v1.1.0 |
| 2774 | 2026-05-29T17:07:59.266Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-05-29T17:07:59.308Z | Compiling lru v0.12.5 |
| 2776 | 2026-05-29T17:07:59.478Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2777 | 2026-05-29T17:07:59.506Z | Compiling rand_seeder v0.4.0 |
| 2778 | 2026-05-29T17:07:59.544Z | Compiling prefix-trie v0.7.0 |
| 2779 | 2026-05-29T17:07:59.599Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2780 | 2026-05-29T17:07:59.760Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2781 | 2026-05-29T17:07:59.850Z | Compiling rustls v0.21.12 |
| 2782 | 2026-05-29T17:08:00.011Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2783 | 2026-05-29T17:08:00.033Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-05-29T17:08:00.057Z | Compiling cassowary v0.3.0 |
| 2785 | 2026-05-29T17:08:00.060Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-05-29T17:08:00.166Z | Compiling hickory-server v0.25.2 |
| 2787 | 2026-05-29T17:08:00.212Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-29T17:08:00.277Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2789 | 2026-05-29T17:08:00.330Z | Compiling ratatui v0.29.0 |
| 2790 | 2026-05-29T17:08:00.375Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-05-29T17:08:00.478Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-05-29T17:08:00.542Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-05-29T17:08:00.910Z | Compiling darling v0.13.4 |
| 2794 | 2026-05-29T17:08:01.143Z | Compiling sled v0.34.7 |
| 2795 | 2026-05-29T17:08:01.373Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2796 | 2026-05-29T17:08:01.633Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2797 | 2026-05-29T17:08:01.986Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-05-29T17:08:03.577Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-05-29T17:08:04.441Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2800 | 2026-05-29T17:08:04.651Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-05-29T17:08:04.673Z | Compiling rustls-webpki v0.101.7 |
| 2802 | 2026-05-29T17:08:04.877Z | Compiling sct v0.7.1 |
| 2803 | 2026-05-29T17:08:05.173Z | Compiling secrecy v0.8.0 |
| 2804 | 2026-05-29T17:08:05.200Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2805 | 2026-05-29T17:08:05.632Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-29T17:08:06.343Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-05-29T17:08:06.424Z | Compiling git2 v0.20.4 |
| 2808 | 2026-05-29T17:08:06.681Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-05-29T17:08:06.728Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-05-29T17:08:07.528Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-05-29T17:08:07.908Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2812 | 2026-05-29T17:08:08.491Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2813 | 2026-05-29T17:08:08.523Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2814 | 2026-05-29T17:08:09.192Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2815 | 2026-05-29T17:08:09.416Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2816 | 2026-05-29T17:08:09.483Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2817 | 2026-05-29T17:08:09.665Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2818 | 2026-05-29T17:08:09.713Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-05-29T17:08:09.898Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2820 | 2026-05-29T17:08:09.940Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-05-29T17:08:10.052Z | Compiling void v1.0.2 |
| 2822 | 2026-05-29T17:08:10.199Z | Compiling lzss v0.8.2 |
| 2823 | 2026-05-29T17:08:10.514Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2824 | 2026-05-29T17:08:10.533Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-05-29T17:08:11.017Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-05-29T17:08:11.334Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-05-29T17:08:12.066Z | Compiling tokio-rustls v0.24.1 |
| 2828 | 2026-05-29T17:08:12.363Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2829 | 2026-05-29T17:08:12.491Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2830 | 2026-05-29T17:08:13.725Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2831 | 2026-05-29T17:08:14.360Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2832 | 2026-05-29T17:08:14.915Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2833 | 2026-05-29T17:08:15.016Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2834 | 2026-05-29T17:08:15.264Z | Compiling tungstenite v0.23.0 |
| 2835 | 2026-05-29T17:08:15.656Z | Compiling rustls-pemfile v1.0.4 |
| 2836 | 2026-05-29T17:08:15.678Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2837 | 2026-05-29T17:08:16.067Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-05-29T17:08:16.286Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2839 | 2026-05-29T17:08:16.510Z | Compiling nix v0.27.1 |
| 2840 | 2026-05-29T17:08:16.749Z | Compiling twox-hash v2.1.2 |
| 2841 | 2026-05-29T17:08:17.266Z | Compiling serde_bytes v0.11.19 |
| 2842 | 2026-05-29T17:08:17.619Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2843 | 2026-05-29T17:08:17.661Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2844 | 2026-05-29T17:08:17.801Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2845 | 2026-05-29T17:08:17.829Z | Compiling tokio-tungstenite v0.23.1 |
| 2846 | 2026-05-29T17:08:18.247Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2847 | 2026-05-29T17:08:18.809Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2026-05-29T17:08:21.329Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-05-29T17:08:21.578Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2850 | 2026-05-29T17:08:22.726Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2851 | 2026-05-29T17:08:23.007Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-05-29T17:08:23.061Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2853 | 2026-05-29T17:08:23.410Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2854 | 2026-05-29T17:08:23.502Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2855 | 2026-05-29T17:08:23.526Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2856 | 2026-05-29T17:08:23.888Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2857 | 2026-05-29T17:08:24.030Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2858 | 2026-05-29T17:08:25.287Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-05-29T17:08:26.351Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2860 | 2026-05-29T17:08:27.024Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2861 | 2026-05-29T17:08:27.235Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2862 | 2026-05-29T17:08:27.353Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2863 | 2026-05-29T17:08:27.946Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2864 | 2026-05-29T17:08:28.422Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2865 | 2026-05-29T17:08:28.899Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2866 | 2026-05-29T17:08:29.412Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-05-29T17:08:30.172Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-05-29T17:08:31.100Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2869 | 2026-05-29T17:08:31.139Z | Compiling fatfs v0.3.6 |
| 2870 | 2026-05-29T17:08:31.292Z | Compiling signal-hook-tokio v0.3.1 |
| 2871 | 2026-05-29T17:08:31.324Z | Compiling yasna v0.5.2 |
| 2872 | 2026-05-29T17:08:31.390Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2873 | 2026-05-29T17:08:31.487Z | Compiling is_ci v1.2.0 |
| 2874 | 2026-05-29T17:08:31.659Z | Compiling seq-macro v0.3.6 |
| 2875 | 2026-05-29T17:08:31.684Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-05-29T17:08:31.706Z | Compiling supports-color v3.0.2 |
| 2877 | 2026-05-29T17:08:31.795Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2878 | 2026-05-29T17:08:31.986Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-05-29T17:08:32.349Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2880 | 2026-05-29T17:08:32.591Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2881 | 2026-05-29T17:08:32.833Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-05-29T17:08:33.069Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2883 | 2026-05-29T17:08:33.095Z | Compiling subprocess v0.2.15 |
| 2884 | 2026-05-29T17:08:33.305Z | Compiling rtoolbox v0.0.3 |
| 2885 | 2026-05-29T17:08:33.614Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-05-29T17:08:35.038Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-05-29T17:08:35.380Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-29T17:08:35.572Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-05-29T17:08:36.366Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-05-29T17:08:36.407Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-05-29T17:08:36.512Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-29T17:08:36.828Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-29T17:08:37.708Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-29T17:08:38.083Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-29T17:08:38.239Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-29T17:08:38.739Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-29T17:08:39.711Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-29T17:08:40.855Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-29T17:08:41.392Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-29T17:08:45.480Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-29T17:08:46.744Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-05-29T17:08:47.665Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-29T17:08:56.112Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2904 | 2026-05-29T17:09:01.708Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2905 | 2026-05-29T17:09:07.935Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2906 | 2026-05-29T17:09:08.872Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2907 | 2026-05-29T17:09:09.841Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2908 | 2026-05-29T17:15:03.918Z | Finished `release` profile [optimized] target(s) in 8m 09s |
| 2909 | 2026-05-29T17:15:50.624Z | |
| 2910 | 2026-05-29T17:15:50.627Z | real 8:57.648097185 |
| 2911 | 2026-05-29T17:15:50.627Z | user 1:19:01.019303377 |
| 2912 | 2026-05-29T17:15:50.627Z | sys 3:33.765290197 |
| 2913 | 2026-05-29T17:15:50.627Z | trap 1.736425006 |
| 2914 | 2026-05-29T17:15:50.627Z | tflt 2.858660509 |
| 2915 | 2026-05-29T17:15:50.627Z | dflt 18.907103211 |
| 2916 | 2026-05-29T17:15:50.627Z | kflt 0.005172070 |
| 2917 | 2026-05-29T17:15:50.627Z | lock 6:35:50.860912575 |
| 2918 | 2026-05-29T17:15:50.627Z | slp 2:13:22.722598683 |
| 2919 | 2026-05-29T17:15:50.627Z | lat 2:26.975523162 |
| 2920 | 2026-05-29T17:15:50.627Z | stop 5:21.550734924 |
| 2921 | 2026-05-29T17:15:50.627Z | + mapfile -t packages |
| 2922 | 2026-05-29T17:15:50.627Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2923 | 2026-05-29T17:15:51.575Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2924 | 2026-05-29T17:15:51.648Z | Running `target/release/omicron-package -t test list-outputs` |
| 2925 | 2026-05-29T17:15:51.709Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2926 | 2026-05-29T17:15:51.712Z | + ptime -m cargo build --locked --release -p xtask |
| 2927 | 2026-05-29T17:15:52.252Z | Compiling libc v0.2.185 |
| 2928 | 2026-05-29T17:15:52.252Z | Compiling serde v1.0.228 |
| 2929 | 2026-05-29T17:15:52.256Z | Compiling serde_core v1.0.228 |
| 2930 | 2026-05-29T17:15:52.256Z | Compiling rustix v1.1.3 |
| 2931 | 2026-05-29T17:15:52.256Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-05-29T17:15:52.256Z | Compiling serde_json v1.0.149 |
| 2933 | 2026-05-29T17:15:52.402Z | Compiling num-traits v0.2.19 |
| 2934 | 2026-05-29T17:15:52.405Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-29T17:15:52.411Z | Compiling syn v2.0.117 |
| 2936 | 2026-05-29T17:15:52.441Z | Compiling indexmap v2.14.0 |
| 2937 | 2026-05-29T17:15:52.451Z | Compiling usdt-impl v0.5.0 |
| 2938 | 2026-05-29T17:15:52.462Z | Compiling syn v1.0.109 |
| 2939 | 2026-05-29T17:15:52.475Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-05-29T17:15:52.475Z | Compiling log v0.4.29 |
| 2941 | 2026-05-29T17:15:52.606Z | Compiling getrandom v0.4.1 |
| 2942 | 2026-05-29T17:15:52.735Z | Compiling form_urlencoded v1.2.2 |
| 2943 | 2026-05-29T17:15:52.857Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-05-29T17:15:52.878Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-05-29T17:15:52.891Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-05-29T17:15:52.895Z | Compiling heck v0.4.1 |
| 2947 | 2026-05-29T17:15:53.115Z | Compiling errno v0.3.14 |
| 2948 | 2026-05-29T17:15:53.118Z | Compiling thread-id v4.2.2 |
| 2949 | 2026-05-29T17:15:53.151Z | Compiling memmap v0.7.0 |
| 2950 | 2026-05-29T17:15:53.408Z | Compiling ordered-float v2.10.1 |
| 2951 | 2026-05-29T17:15:53.934Z | Compiling proc-macro-error v1.0.4 |
| 2952 | 2026-05-29T17:15:54.125Z | Compiling terminal_size v0.4.3 |
| 2953 | 2026-05-29T17:15:54.125Z | Compiling tempfile v3.25.0 |
| 2954 | 2026-05-29T17:15:54.184Z | Compiling tabled_derive v0.7.0 |
| 2955 | 2026-05-29T17:15:54.224Z | Compiling clap_builder v4.5.60 |
| 2956 | 2026-05-29T17:15:54.224Z | Compiling textwrap v0.16.2 |
| 2957 | 2026-05-29T17:15:54.358Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-05-29T17:15:54.863Z | Compiling tabled v0.15.0 |
| 2959 | 2026-05-29T17:15:54.940Z | Compiling synstructure v0.13.2 |
| 2960 | 2026-05-29T17:15:54.940Z | Compiling pest_generator v2.8.6 |
| 2961 | 2026-05-29T17:15:55.327Z | Compiling serde_derive v1.0.228 |
| 2962 | 2026-05-29T17:15:55.328Z | Compiling zerofrom-derive v0.1.6 |
| 2963 | 2026-05-29T17:15:55.331Z | Compiling yoke-derive v0.8.1 |
| 2964 | 2026-05-29T17:15:55.331Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-05-29T17:15:55.331Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-05-29T17:15:55.331Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-05-29T17:15:55.331Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-05-29T17:15:55.331Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-05-29T17:15:55.331Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-05-29T17:15:55.331Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-29T17:15:55.490Z | Compiling pest_derive v2.8.6 |
| 2972 | 2026-05-29T17:15:56.083Z | Compiling scroll v0.12.0 |
| 2973 | 2026-05-29T17:15:56.238Z | Compiling zerocopy v0.7.35 |
| 2974 | 2026-05-29T17:15:56.418Z | Compiling goblin v0.8.2 |
| 2975 | 2026-05-29T17:15:56.506Z | Compiling thiserror v1.0.69 |
| 2976 | 2026-05-29T17:15:56.556Z | Compiling zerofrom v0.1.6 |
| 2977 | 2026-05-29T17:15:56.604Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-05-29T17:15:56.617Z | Compiling thiserror v2.0.18 |
| 2979 | 2026-05-29T17:15:56.697Z | Compiling yoke v0.8.1 |
| 2980 | 2026-05-29T17:15:56.911Z | Compiling zerovec v0.11.5 |
| 2981 | 2026-05-29T17:15:56.924Z | Compiling zerotrie v0.2.3 |
| 2982 | 2026-05-29T17:15:57.006Z | Compiling clap v4.5.60 |
| 2983 | 2026-05-29T17:15:57.555Z | Compiling tinystr v0.8.2 |
| 2984 | 2026-05-29T17:15:57.804Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-05-29T17:15:58.631Z | Compiling potential_utf v0.1.4 |
| 2986 | 2026-05-29T17:15:58.692Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-05-29T17:15:58.841Z | Compiling icu_collections v2.1.1 |
| 2988 | 2026-05-29T17:15:58.902Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-05-29T17:15:59.040Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-05-29T17:15:59.097Z | Compiling dof v0.3.0 |
| 2991 | 2026-05-29T17:15:59.124Z | Compiling serde-value v0.7.0 |
| 2992 | 2026-05-29T17:15:59.161Z | Compiling toml_edit v0.22.27 |
| 2993 | 2026-05-29T17:15:59.184Z | Compiling cargo-platform v0.2.0 |
| 2994 | 2026-05-29T17:15:59.214Z | Compiling icu_properties v2.1.2 |
| 2995 | 2026-05-29T17:15:59.226Z | Compiling icu_normalizer v2.1.1 |
| 2996 | 2026-05-29T17:15:59.229Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-05-29T17:15:59.426Z | Compiling serde_tokenstream v0.2.3 |
| 2998 | 2026-05-29T17:16:00.115Z | Compiling idna_adapter v1.2.1 |
| 2999 | 2026-05-29T17:16:00.202Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-05-29T17:16:00.206Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-05-29T17:16:00.274Z | Compiling idna v1.1.0 |
| 3002 | 2026-05-29T17:16:00.608Z | Compiling url v2.5.8 |
| 3003 | 2026-05-29T17:16:00.703Z | Compiling toml v0.8.23 |
| 3004 | 2026-05-29T17:16:00.844Z | Compiling usdt v0.5.0 |
| 3005 | 2026-05-29T17:16:01.148Z | Compiling cargo-util-schemas v0.8.2 |
| 3006 | 2026-05-29T17:16:01.149Z | Compiling cargo_toml v0.21.0 |
| 3007 | 2026-05-29T17:16:02.179Z | Compiling cargo_metadata v0.21.0 |
| 3008 | 2026-05-29T17:16:05.269Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3009 | 2026-05-29T17:16:08.266Z | Finished `release` profile [optimized] target(s) in 16.54s |
| 3010 | 2026-05-29T17:16:08.392Z | |
| 3011 | 2026-05-29T17:16:08.395Z | real 16.642748986 |
| 3012 | 2026-05-29T17:16:08.395Z | user 2:21.890241557 |
| 3013 | 2026-05-29T17:16:08.395Z | sys 17.007842545 |
| 3014 | 2026-05-29T17:16:08.395Z | trap 0.081434569 |
| 3015 | 2026-05-29T17:16:08.395Z | tflt 0.614406630 |
| 3016 | 2026-05-29T17:16:08.395Z | dflt 1.583249951 |
| 3017 | 2026-05-29T17:16:08.395Z | kflt 0.000033284 |
| 3018 | 2026-05-29T17:16:08.395Z | lock 5:12.865029611 |
| 3019 | 2026-05-29T17:16:08.395Z | slp 3:23.601151963 |
| 3020 | 2026-05-29T17:16:08.395Z | lat 6.087756345 |
| 3021 | 2026-05-29T17:16:08.395Z | stop 19.214584543 |
| 3022 | 2026-05-29T17:16:08.395Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-29T17:16:08.395Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-05-29T17:16:08.395Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-29T17:16:08.395Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-05-29T17:16:08.395Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3027 | 2026-05-29T17:16:09.342Z | Compiling newtype-uuid-macros v0.1.0 |
| 3028 | 2026-05-29T17:16:09.342Z | Compiling progenitor-client v0.14.0 |
| 3029 | 2026-05-29T17:16:09.342Z | Compiling structmeta-derive v0.3.0 |
| 3030 | 2026-05-29T17:16:09.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3031 | 2026-05-29T17:16:09.345Z | Compiling rustls v0.22.4 |
| 3032 | 2026-05-29T17:16:09.345Z | Compiling rustls-webpki v0.102.8 |
| 3033 | 2026-05-29T17:16:09.346Z | Compiling multer v3.1.0 |
| 3034 | 2026-05-29T17:16:09.346Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-05-29T17:16:09.489Z | Compiling compression-core v0.4.31 |
| 3036 | 2026-05-29T17:16:09.492Z | Compiling match_cfg v0.1.0 |
| 3037 | 2026-05-29T17:16:09.492Z | Compiling slog-json v2.6.1 |
| 3038 | 2026-05-29T17:16:09.492Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-05-29T17:16:09.507Z | Compiling serde_spanned v1.0.4 |
| 3040 | 2026-05-29T17:16:09.511Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3041 | 2026-05-29T17:16:09.703Z | Compiling compression-codecs v0.4.37 |
| 3042 | 2026-05-29T17:16:09.706Z | Compiling dropshot v0.17.0 |
| 3043 | 2026-05-29T17:16:09.706Z | Compiling hostname v0.3.1 |
| 3044 | 2026-05-29T17:16:09.706Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-29T17:16:09.723Z | Compiling itertools v0.14.0 |
| 3046 | 2026-05-29T17:16:09.788Z | Compiling waitgroup v0.1.2 |
| 3047 | 2026-05-29T17:16:09.840Z | Compiling slog-bunyan v2.5.0 |
| 3048 | 2026-05-29T17:16:09.857Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-29T17:16:09.915Z | Compiling async-compression v0.4.41 |
| 3050 | 2026-05-29T17:16:09.958Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3051 | 2026-05-29T17:16:09.977Z | Compiling dropshot_endpoint v0.17.0 |
| 3052 | 2026-05-29T17:16:09.978Z | Compiling hostname v0.4.2 |
| 3053 | 2026-05-29T17:16:09.981Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-05-29T17:16:10.030Z | Compiling regress v0.10.5 |
| 3055 | 2026-05-29T17:16:10.083Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3056 | 2026-05-29T17:16:10.127Z | Compiling macaddr v1.0.1 |
| 3057 | 2026-05-29T17:16:10.146Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3058 | 2026-05-29T17:16:10.168Z | Compiling instant v0.1.13 |
| 3059 | 2026-05-29T17:16:10.194Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-05-29T17:16:10.257Z | Compiling backon v1.6.0 |
| 3061 | 2026-05-29T17:16:10.275Z | Compiling backoff v0.4.0 |
| 3062 | 2026-05-29T17:16:10.297Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-05-29T17:16:10.309Z | Compiling progenitor-client v0.10.0 |
| 3064 | 2026-05-29T17:16:10.371Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-05-29T17:16:10.390Z | Compiling humantime v2.3.0 |
| 3066 | 2026-05-29T17:16:10.390Z | Compiling universal-hash v0.5.1 |
| 3067 | 2026-05-29T17:16:10.424Z | Compiling progenitor-extras v0.2.0 |
| 3068 | 2026-05-29T17:16:10.480Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3069 | 2026-05-29T17:16:10.480Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-05-29T17:16:10.515Z | Compiling half v2.7.1 |
| 3071 | 2026-05-29T17:16:10.564Z | Compiling ciborium-io v0.2.2 |
| 3072 | 2026-05-29T17:16:10.583Z | Compiling structmeta v0.3.0 |
| 3073 | 2026-05-29T17:16:10.601Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3074 | 2026-05-29T17:16:10.601Z | Compiling crucible-workspace-hack v0.1.0 |
| 3075 | 2026-05-29T17:16:10.641Z | Compiling regress v0.11.1 |
| 3076 | 2026-05-29T17:16:10.674Z | Compiling convert_case v0.4.0 |
| 3077 | 2026-05-29T17:16:10.691Z | Compiling aead v0.5.2 |
| 3078 | 2026-05-29T17:16:10.710Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-05-29T17:16:10.739Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3080 | 2026-05-29T17:16:10.770Z | Compiling unsafe-libyaml v0.2.11 |
| 3081 | 2026-05-29T17:16:10.832Z | Compiling derive-ex v0.1.8 |
| 3082 | 2026-05-29T17:16:10.851Z | Compiling parse-display-derive v0.10.0 |
| 3083 | 2026-05-29T17:16:10.870Z | Compiling ciborium-ll v0.2.2 |
| 3084 | 2026-05-29T17:16:10.926Z | Compiling poly1305 v0.8.0 |
| 3085 | 2026-05-29T17:16:10.983Z | Compiling chacha20 v0.9.1 |
| 3086 | 2026-05-29T17:16:11.025Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3087 | 2026-05-29T17:16:11.045Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3088 | 2026-05-29T17:16:11.078Z | Compiling derive_more v0.99.20 |
| 3089 | 2026-05-29T17:16:11.117Z | Compiling ciborium v0.2.2 |
| 3090 | 2026-05-29T17:16:11.152Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3091 | 2026-05-29T17:16:11.264Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3092 | 2026-05-29T17:16:11.305Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3093 | 2026-05-29T17:16:11.324Z | Compiling serde_yaml v0.9.34+deprecated |
| 3094 | 2026-05-29T17:16:11.435Z | Compiling byte-wrapper v0.1.0 |
| 3095 | 2026-05-29T17:16:11.526Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3096 | 2026-05-29T17:16:11.563Z | Compiling password-hash v0.5.0 |
| 3097 | 2026-05-29T17:16:11.704Z | Compiling tokio-rustls v0.25.0 |
| 3098 | 2026-05-29T17:16:11.737Z | Compiling blake2 v0.10.6 |
| 3099 | 2026-05-29T17:16:11.737Z | Compiling chacha20poly1305 v0.10.1 |
| 3100 | 2026-05-29T17:16:11.809Z | Compiling indent_write v2.2.0 |
| 3101 | 2026-05-29T17:16:11.844Z | Compiling heapless v0.8.0 |
| 3102 | 2026-05-29T17:16:11.959Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3103 | 2026-05-29T17:16:11.977Z | Compiling ingot-macros v0.1.1 |
| 3104 | 2026-05-29T17:16:12.004Z | Compiling argon2 v0.5.3 |
| 3105 | 2026-05-29T17:16:12.252Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-05-29T17:16:12.349Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3107 | 2026-05-29T17:16:12.391Z | Compiling tabwriter v1.4.1 |
| 3108 | 2026-05-29T17:16:12.530Z | Compiling thiserror-no-std v2.0.2 |
| 3109 | 2026-05-29T17:16:12.629Z | Compiling test-strategy v0.4.5 |
| 3110 | 2026-05-29T17:16:12.651Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-05-29T17:16:12.670Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3112 | 2026-05-29T17:16:12.687Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-05-29T17:16:12.855Z | Compiling hash32 v0.3.1 |
| 3114 | 2026-05-29T17:16:12.968Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-05-29T17:16:13.028Z | Compiling smoltcp v0.11.0 |
| 3116 | 2026-05-29T17:16:13.048Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-05-29T17:16:13.281Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3118 | 2026-05-29T17:16:13.340Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-29T17:16:13.359Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-05-29T17:16:13.402Z | Compiling cobs v0.3.0 |
| 3121 | 2026-05-29T17:16:13.443Z | Compiling num-complex v0.4.6 |
| 3122 | 2026-05-29T17:16:13.486Z | Compiling colored v3.1.1 |
| 3123 | 2026-05-29T17:16:13.627Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-05-29T17:16:13.755Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3125 | 2026-05-29T17:16:13.789Z | Compiling postcard v1.1.3 |
| 3126 | 2026-05-29T17:16:13.870Z | Compiling num v0.4.3 |
| 3127 | 2026-05-29T17:16:13.873Z | Compiling proc-macro-error v1.0.4 |
| 3128 | 2026-05-29T17:16:13.902Z | Compiling proc-macro-crate v1.3.1 |
| 3129 | 2026-05-29T17:16:13.943Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-29T17:16:13.967Z | Compiling atomicwrites v0.4.4 |
| 3131 | 2026-05-29T17:16:13.985Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3132 | 2026-05-29T17:16:13.985Z | Compiling foreign-types-macros v0.2.3 |
| 3133 | 2026-05-29T17:16:14.020Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3134 | 2026-05-29T17:16:14.113Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3135 | 2026-05-29T17:16:14.164Z | Compiling float-ord v0.3.2 |
| 3136 | 2026-05-29T17:16:14.185Z | Compiling foreign-types-shared v0.3.1 |
| 3137 | 2026-05-29T17:16:14.202Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3138 | 2026-05-29T17:16:14.225Z | Compiling rayon-core v1.13.0 |
| 3139 | 2026-05-29T17:16:14.272Z | Compiling cpufeatures v0.3.0 |
| 3140 | 2026-05-29T17:16:14.318Z | Compiling crossbeam-deque v0.8.6 |
| 3141 | 2026-05-29T17:16:14.354Z | Compiling num_enum_derive v0.5.11 |
| 3142 | 2026-05-29T17:16:14.391Z | Compiling chacha20 v0.10.0 |
| 3143 | 2026-05-29T17:16:14.439Z | Compiling camino-tempfile v1.4.1 |
| 3144 | 2026-05-29T17:16:14.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3145 | 2026-05-29T17:16:14.489Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3146 | 2026-05-29T17:16:14.514Z | Compiling cstr-argument v0.1.2 |
| 3147 | 2026-05-29T17:16:14.560Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3148 | 2026-05-29T17:16:14.649Z | Compiling foreign-types v0.5.0 |
| 3149 | 2026-05-29T17:16:14.698Z | Compiling rand v0.10.0 |
| 3150 | 2026-05-29T17:16:14.743Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3151 | 2026-05-29T17:16:14.760Z | Compiling toml v0.8.23 |
| 3152 | 2026-05-29T17:16:14.798Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3153 | 2026-05-29T17:16:14.821Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-05-29T17:16:14.924Z | Compiling zone_cfg_derive v0.3.1 |
| 3155 | 2026-05-29T17:16:14.945Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3156 | 2026-05-29T17:16:14.966Z | Compiling ingot-types v0.1.2 |
| 3157 | 2026-05-29T17:16:14.991Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3158 | 2026-05-29T17:16:15.026Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3159 | 2026-05-29T17:16:15.070Z | Compiling num_enum v0.7.5 |
| 3160 | 2026-05-29T17:16:15.094Z | Compiling itertools v0.12.1 |
| 3161 | 2026-05-29T17:16:15.136Z | Compiling rayon v1.11.0 |
| 3162 | 2026-05-29T17:16:15.196Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3163 | 2026-05-29T17:16:15.217Z | Compiling sigpipe v0.1.3 |
| 3164 | 2026-05-29T17:16:15.245Z | Compiling glob v0.3.3 |
| 3165 | 2026-05-29T17:16:15.331Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3166 | 2026-05-29T17:16:15.423Z | Compiling ingot v0.1.1 |
| 3167 | 2026-05-29T17:16:15.457Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3168 | 2026-05-29T17:16:15.460Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3169 | 2026-05-29T17:16:15.510Z | Compiling num_enum v0.5.11 |
| 3170 | 2026-05-29T17:16:15.576Z | Compiling smf v0.2.3 |
| 3171 | 2026-05-29T17:16:15.611Z | Compiling whoami v1.6.1 |
| 3172 | 2026-05-29T17:16:15.635Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3173 | 2026-05-29T17:16:15.653Z | Compiling prettyplease v0.2.37 |
| 3174 | 2026-05-29T17:16:15.689Z | Compiling usdt-attr-macro v0.5.0 |
| 3175 | 2026-05-29T17:16:15.693Z | Compiling usdt-macro v0.5.0 |
| 3176 | 2026-05-29T17:16:15.728Z | Compiling gethostname v0.5.0 |
| 3177 | 2026-05-29T17:16:15.879Z | Compiling memmap v0.7.0 |
| 3178 | 2026-05-29T17:16:15.931Z | Compiling derive-where v1.6.0 |
| 3179 | 2026-05-29T17:16:15.975Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-05-29T17:16:16.127Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3181 | 2026-05-29T17:16:16.164Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-05-29T17:16:16.191Z | Compiling owo-colors v4.3.0 |
| 3183 | 2026-05-29T17:16:16.286Z | Compiling zone v0.3.1 |
| 3184 | 2026-05-29T17:16:16.372Z | Compiling libsw-core v0.3.2 |
| 3185 | 2026-05-29T17:16:16.375Z | Compiling console v0.15.11 |
| 3186 | 2026-05-29T17:16:16.505Z | Compiling newline-converter v0.3.0 |
| 3187 | 2026-05-29T17:16:16.547Z | Compiling usdt v0.5.0 |
| 3188 | 2026-05-29T17:16:16.590Z | Compiling libsw v3.5.0 |
| 3189 | 2026-05-29T17:16:16.643Z | Compiling hickory-proto v0.24.4 |
| 3190 | 2026-05-29T17:16:16.777Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3191 | 2026-05-29T17:16:16.798Z | Compiling progenitor-client v0.13.0 |
| 3192 | 2026-05-29T17:16:16.844Z | Compiling linked-hash-map v0.5.6 |
| 3193 | 2026-05-29T17:16:16.890Z | Compiling typify-macro v0.6.2 |
| 3194 | 2026-05-29T17:16:16.926Z | Compiling linear-map v1.2.0 |
| 3195 | 2026-05-29T17:16:16.979Z | Compiling libefi-sys v0.1.0 |
| 3196 | 2026-05-29T17:16:16.998Z | Compiling expectorate v1.2.0 |
| 3197 | 2026-05-29T17:16:16.998Z | Compiling git-stub v1.0.0 |
| 3198 | 2026-05-29T17:16:17.059Z | Compiling lru-cache v0.1.2 |
| 3199 | 2026-05-29T17:16:17.177Z | Compiling bitfield-struct v0.6.2 |
| 3200 | 2026-05-29T17:16:17.201Z | Compiling semver v0.1.20 |
| 3201 | 2026-05-29T17:16:17.221Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3202 | 2026-05-29T17:16:17.237Z | Compiling tokio-dtrace v0.1.1 |
| 3203 | 2026-05-29T17:16:17.256Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3204 | 2026-05-29T17:16:17.333Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3205 | 2026-05-29T17:16:17.380Z | Compiling git-stub-vcs v0.1.0 |
| 3206 | 2026-05-29T17:16:17.418Z | Compiling rustc_version v0.1.7 |
| 3207 | 2026-05-29T17:16:17.440Z | Compiling slog-dtrace v0.3.0 |
| 3208 | 2026-05-29T17:16:17.482Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-05-29T17:16:17.529Z | Compiling minimal-lexical v0.2.1 |
| 3210 | 2026-05-29T17:16:17.532Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3211 | 2026-05-29T17:16:17.564Z | Compiling oxide-tokio-rt v0.1.4 |
| 3212 | 2026-05-29T17:16:17.567Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-05-29T17:16:17.599Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-05-29T17:16:17.619Z | Compiling phf_shared v0.12.1 |
| 3215 | 2026-05-29T17:16:17.683Z | Compiling newtype_derive v0.1.6 |
| 3216 | 2026-05-29T17:16:17.726Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3217 | 2026-05-29T17:16:17.776Z | Compiling nom v7.1.3 |
| 3218 | 2026-05-29T17:16:17.793Z | Compiling csv-core v0.1.13 |
| 3219 | 2026-05-29T17:16:17.819Z | Compiling chrono-tz v0.10.4 |
| 3220 | 2026-05-29T17:16:17.822Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-05-29T17:16:17.876Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-05-29T17:16:17.900Z | Compiling highway v1.3.0 |
| 3223 | 2026-05-29T17:16:17.979Z | Compiling csv v1.4.0 |
| 3224 | 2026-05-29T17:16:18.062Z | Compiling const_format_proc_macros v0.2.34 |
| 3225 | 2026-05-29T17:16:18.081Z | Compiling phf v0.12.1 |
| 3226 | 2026-05-29T17:16:18.195Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3227 | 2026-05-29T17:16:18.258Z | Compiling xshell v0.2.7 |
| 3228 | 2026-05-29T17:16:18.276Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-05-29T17:16:18.303Z | Compiling primeorder v0.13.6 |
| 3230 | 2026-05-29T17:16:18.415Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-05-29T17:16:18.564Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3232 | 2026-05-29T17:16:18.616Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-05-29T17:16:18.659Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-05-29T17:16:18.702Z | Compiling bcs v0.1.6 |
| 3235 | 2026-05-29T17:16:18.811Z | Compiling typify v0.6.2 |
| 3236 | 2026-05-29T17:16:18.829Z | Compiling termtree v0.5.1 |
| 3237 | 2026-05-29T17:16:18.901Z | Compiling hickory-resolver v0.24.4 |
| 3238 | 2026-05-29T17:16:18.936Z | Compiling const_format v0.2.35 |
| 3239 | 2026-05-29T17:16:18.954Z | Compiling progenitor-impl v0.14.0 |
| 3240 | 2026-05-29T17:16:19.015Z | Compiling progenitor-impl v0.13.0 |
| 3241 | 2026-05-29T17:16:19.036Z | Compiling salty v0.3.0 |
| 3242 | 2026-05-29T17:16:19.054Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3243 | 2026-05-29T17:16:19.176Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3244 | 2026-05-29T17:16:19.279Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3245 | 2026-05-29T17:16:19.296Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3246 | 2026-05-29T17:16:19.316Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3247 | 2026-05-29T17:16:19.543Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3248 | 2026-05-29T17:16:19.680Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3249 | 2026-05-29T17:16:19.844Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3250 | 2026-05-29T17:16:19.908Z | Compiling tagptr v0.2.0 |
| 3251 | 2026-05-29T17:16:19.924Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-29T17:16:20.006Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3253 | 2026-05-29T17:16:20.024Z | Compiling qorb v0.4.1 |
| 3254 | 2026-05-29T17:16:20.056Z | Compiling moka v0.12.13 |
| 3255 | 2026-05-29T17:16:20.093Z | Compiling tabled v0.15.0 |
| 3256 | 2026-05-29T17:16:20.302Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-05-29T17:16:20.428Z | Compiling steno v0.4.1 |
| 3258 | 2026-05-29T17:16:20.566Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3259 | 2026-05-29T17:16:20.738Z | Compiling radium v0.7.0 |
| 3260 | 2026-05-29T17:16:20.879Z | Compiling base64 v0.21.7 |
| 3261 | 2026-05-29T17:16:20.900Z | Compiling hickory-resolver v0.25.2 |
| 3262 | 2026-05-29T17:16:21.042Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-05-29T17:16:21.117Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3264 | 2026-05-29T17:16:21.218Z | Compiling p384 v0.13.1 |
| 3265 | 2026-05-29T17:16:21.237Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3266 | 2026-05-29T17:16:21.359Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3267 | 2026-05-29T17:16:21.377Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3268 | 2026-05-29T17:16:21.725Z | Compiling progenitor-macro v0.14.0 |
| 3269 | 2026-05-29T17:16:21.744Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3270 | 2026-05-29T17:16:21.763Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-05-29T17:16:21.782Z | Compiling progenitor-macro v0.13.0 |
| 3272 | 2026-05-29T17:16:21.810Z | Compiling typify-impl v0.4.3 |
| 3273 | 2026-05-29T17:16:22.013Z | Compiling tap v1.0.1 |
| 3274 | 2026-05-29T17:16:22.100Z | Compiling maybe-uninit v2.0.0 |
| 3275 | 2026-05-29T17:16:22.172Z | Compiling wyz v0.5.1 |
| 3276 | 2026-05-29T17:16:22.203Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3277 | 2026-05-29T17:16:22.397Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3278 | 2026-05-29T17:16:22.511Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3279 | 2026-05-29T17:16:22.540Z | Compiling utf-8 v0.7.6 |
| 3280 | 2026-05-29T17:16:22.574Z | Compiling packed_struct v0.10.1 |
| 3281 | 2026-05-29T17:16:22.764Z | Compiling parking_lot_core v0.8.6 |
| 3282 | 2026-05-29T17:16:22.783Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3283 | 2026-05-29T17:16:22.855Z | Compiling funty v2.0.0 |
| 3284 | 2026-05-29T17:16:22.927Z | Compiling tungstenite v0.21.0 |
| 3285 | 2026-05-29T17:16:22.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-29T17:16:22.971Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-05-29T17:16:23.083Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-29T17:16:23.107Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-05-29T17:16:23.133Z | Compiling bitfield-macros v0.19.4 |
| 3290 | 2026-05-29T17:16:23.197Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-29T17:16:23.336Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-05-29T17:16:23.356Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-29T17:16:23.406Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3294 | 2026-05-29T17:16:23.511Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-05-29T17:16:23.591Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-05-29T17:16:23.622Z | Compiling nodrop v0.1.14 |
| 3297 | 2026-05-29T17:16:23.670Z | Compiling crc v3.4.0 |
| 3298 | 2026-05-29T17:16:23.733Z | Compiling array-init v0.0.4 |
| 3299 | 2026-05-29T17:16:23.750Z | Compiling tokio-tungstenite v0.21.0 |
| 3300 | 2026-05-29T17:16:23.836Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3301 | 2026-05-29T17:16:23.853Z | Compiling tabled_derive v0.11.0 |
| 3302 | 2026-05-29T17:16:23.905Z | Compiling bitfield v0.19.4 |
| 3303 | 2026-05-29T17:16:23.921Z | Compiling ghash v0.5.1 |
| 3304 | 2026-05-29T17:16:24.106Z | Compiling smallvec v0.6.14 |
| 3305 | 2026-05-29T17:16:24.125Z | Compiling zerocopy v0.6.6 |
| 3306 | 2026-05-29T17:16:24.239Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3307 | 2026-05-29T17:16:24.272Z | Compiling papergrid v0.17.0 |
| 3308 | 2026-05-29T17:16:24.350Z | Compiling libscf-sys v1.2.0 |
| 3309 | 2026-05-29T17:16:24.383Z | Compiling testing_table v0.3.0 |
| 3310 | 2026-05-29T17:16:24.420Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3311 | 2026-05-29T17:16:24.497Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3312 | 2026-05-29T17:16:24.524Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3313 | 2026-05-29T17:16:24.580Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3314 | 2026-05-29T17:16:24.698Z | Compiling ctr v0.9.2 |
| 3315 | 2026-05-29T17:16:24.828Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-05-29T17:16:24.847Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3317 | 2026-05-29T17:16:24.936Z | Compiling hashbrown v0.12.3 |
| 3318 | 2026-05-29T17:16:24.943Z | Compiling corncobs v0.1.4 |
| 3319 | 2026-05-29T17:16:24.999Z | Compiling unicase v2.9.0 |
| 3320 | 2026-05-29T17:16:25.080Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3321 | 2026-05-29T17:16:25.102Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-05-29T17:16:25.191Z | Compiling aes-gcm v0.10.3 |
| 3323 | 2026-05-29T17:16:25.229Z | Compiling tabled v0.20.0 |
| 3324 | 2026-05-29T17:16:25.245Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-05-29T17:16:25.355Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3326 | 2026-05-29T17:16:25.375Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3327 | 2026-05-29T17:16:25.468Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-05-29T17:16:25.549Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3329 | 2026-05-29T17:16:25.579Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3330 | 2026-05-29T17:16:25.850Z | Compiling serde-hex v0.1.0 |
| 3331 | 2026-05-29T17:16:25.889Z | Compiling parking_lot v0.11.2 |
| 3332 | 2026-05-29T17:16:26.003Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3333 | 2026-05-29T17:16:26.051Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-05-29T17:16:26.210Z | Compiling ron v0.8.1 |
| 3335 | 2026-05-29T17:16:26.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3336 | 2026-05-29T17:16:26.316Z | Compiling hashbrown v0.13.2 |
| 3337 | 2026-05-29T17:16:26.481Z | Compiling typify-macro v0.4.3 |
| 3338 | 2026-05-29T17:16:26.518Z | Compiling progenitor-client v0.11.2 |
| 3339 | 2026-05-29T17:16:26.627Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3340 | 2026-05-29T17:16:26.752Z | Compiling prefix-trie v0.7.0 |
| 3341 | 2026-05-29T17:16:26.882Z | Compiling blowfish v0.9.1 |
| 3342 | 2026-05-29T17:16:26.945Z | Compiling ssh-encoding v0.2.0 |
| 3343 | 2026-05-29T17:16:26.963Z | Compiling fxhash v0.2.1 |
| 3344 | 2026-05-29T17:16:26.981Z | Compiling progenitor v0.14.0 |
| 3345 | 2026-05-29T17:16:27.003Z | Compiling progenitor v0.13.0 |
| 3346 | 2026-05-29T17:16:27.193Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3347 | 2026-05-29T17:16:27.212Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3348 | 2026-05-29T17:16:27.234Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3349 | 2026-05-29T17:16:27.271Z | Compiling secrecy v0.8.0 |
| 3350 | 2026-05-29T17:16:27.274Z | Compiling crc-any v2.5.0 |
| 3351 | 2026-05-29T17:16:27.304Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3352 | 2026-05-29T17:16:27.501Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3353 | 2026-05-29T17:16:27.546Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3354 | 2026-05-29T17:16:27.563Z | Compiling ssh-cipher v0.2.0 |
| 3355 | 2026-05-29T17:16:27.742Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3356 | 2026-05-29T17:16:27.761Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-05-29T17:16:27.781Z | Compiling sled v0.34.7 |
| 3358 | 2026-05-29T17:16:27.911Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3359 | 2026-05-29T17:16:28.090Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3360 | 2026-05-29T17:16:28.161Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3361 | 2026-05-29T17:16:28.199Z | Compiling object v0.30.4 |
| 3362 | 2026-05-29T17:16:28.346Z | Compiling typify v0.4.3 |
| 3363 | 2026-05-29T17:16:28.491Z | Compiling progenitor-impl v0.11.2 |
| 3364 | 2026-05-29T17:16:28.563Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3365 | 2026-05-29T17:16:28.600Z | Compiling password-hash v0.4.2 |
| 3366 | 2026-05-29T17:16:28.685Z | Compiling http-range v0.1.5 |
| 3367 | 2026-05-29T17:16:28.907Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-05-29T17:16:29.023Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-05-29T17:16:29.351Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3370 | 2026-05-29T17:16:29.548Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-05-29T17:16:29.673Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3372 | 2026-05-29T17:16:29.700Z | Compiling path-slash v0.1.5 |
| 3373 | 2026-05-29T17:16:29.872Z | Compiling half v1.8.3 |
| 3374 | 2026-05-29T17:16:30.057Z | Compiling crc8 v0.1.1 |
| 3375 | 2026-05-29T17:16:30.077Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3376 | 2026-05-29T17:16:30.093Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-05-29T17:16:30.191Z | Compiling pbkdf2 v0.11.0 |
| 3378 | 2026-05-29T17:16:30.210Z | Compiling illumos-nvpair v0.3.0 |
| 3379 | 2026-05-29T17:16:30.488Z | Compiling ssh-key v0.6.7 |
| 3380 | 2026-05-29T17:16:30.732Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3381 | 2026-05-29T17:16:30.906Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3382 | 2026-05-29T17:16:31.097Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3383 | 2026-05-29T17:16:31.192Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3384 | 2026-05-29T17:16:31.233Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3385 | 2026-05-29T17:16:31.344Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3386 | 2026-05-29T17:16:31.607Z | Compiling progenitor-macro v0.11.2 |
| 3387 | 2026-05-29T17:16:31.631Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3388 | 2026-05-29T17:16:31.822Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3389 | 2026-05-29T17:16:31.841Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3390 | 2026-05-29T17:16:31.858Z | Compiling p256 v0.13.2 |
| 3391 | 2026-05-29T17:16:31.881Z | Compiling p521 v0.13.3 |
| 3392 | 2026-05-29T17:16:32.233Z | Compiling yasna v0.5.2 |
| 3393 | 2026-05-29T17:16:32.253Z | Compiling kstat-rs v0.2.4 |
| 3394 | 2026-05-29T17:16:32.299Z | Compiling headers-core v0.3.0 |
| 3395 | 2026-05-29T17:16:32.318Z | Compiling nanorand v0.7.0 |
| 3396 | 2026-05-29T17:16:32.340Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-05-29T17:16:32.384Z | Compiling russh-cryptovec v0.7.3 |
| 3398 | 2026-05-29T17:16:32.451Z | Compiling atty v0.2.14 |
| 3399 | 2026-05-29T17:16:32.503Z | Compiling md5 v0.7.0 |
| 3400 | 2026-05-29T17:16:32.585Z | Compiling home v0.5.12 |
| 3401 | 2026-05-29T17:16:32.603Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3402 | 2026-05-29T17:16:32.621Z | Compiling flume v0.11.1 |
| 3403 | 2026-05-29T17:16:32.640Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3404 | 2026-05-29T17:16:32.719Z | Compiling russh-keys v0.45.0 |
| 3405 | 2026-05-29T17:16:32.761Z | Compiling rcgen v0.12.1 |
| 3406 | 2026-05-29T17:16:32.818Z | Compiling headers v0.4.1 |
| 3407 | 2026-05-29T17:16:32.861Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3408 | 2026-05-29T17:16:32.942Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3409 | 2026-05-29T17:16:32.977Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3410 | 2026-05-29T17:16:32.980Z | Compiling hyper-staticfile v0.10.1 |
| 3411 | 2026-05-29T17:16:33.105Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3412 | 2026-05-29T17:16:33.285Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3413 | 2026-05-29T17:16:33.337Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3414 | 2026-05-29T17:16:33.417Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3415 | 2026-05-29T17:16:33.546Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3416 | 2026-05-29T17:16:33.609Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3417 | 2026-05-29T17:16:33.676Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3418 | 2026-05-29T17:16:33.733Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3419 | 2026-05-29T17:16:33.908Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3420 | 2026-05-29T17:16:33.926Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3421 | 2026-05-29T17:16:33.929Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3422 | 2026-05-29T17:16:34.153Z | Compiling num-bigint v0.4.6 |
| 3423 | 2026-05-29T17:16:34.172Z | Compiling des v0.8.1 |
| 3424 | 2026-05-29T17:16:34.175Z | Compiling subprocess v0.2.15 |
| 3425 | 2026-05-29T17:16:34.300Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3426 | 2026-05-29T17:16:34.319Z | Compiling hex-literal v0.4.1 |
| 3427 | 2026-05-29T17:16:34.357Z | Compiling display-error-chain v0.2.2 |
| 3428 | 2026-05-29T17:16:34.406Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3429 | 2026-05-29T17:16:34.409Z | Compiling colored v2.2.0 |
| 3430 | 2026-05-29T17:16:34.475Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3431 | 2026-05-29T17:16:34.529Z | Compiling socket2 v0.5.10 |
| 3432 | 2026-05-29T17:16:34.547Z | Compiling internet-checksum v0.2.1 |
| 3433 | 2026-05-29T17:16:34.757Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-05-29T17:16:34.812Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3435 | 2026-05-29T17:16:35.353Z | Compiling russh v0.45.0 |
| 3436 | 2026-05-29T17:16:35.850Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3437 | 2026-05-29T17:16:36.009Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3438 | 2026-05-29T17:16:36.354Z | Compiling progenitor v0.11.2 |
| 3439 | 2026-05-29T17:16:36.483Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3440 | 2026-05-29T17:16:38.339Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3441 | 2026-05-29T17:16:39.000Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3442 | 2026-05-29T17:16:39.446Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3443 | 2026-05-29T17:16:41.345Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3444 | 2026-05-29T17:16:42.089Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3445 | 2026-05-29T17:16:49.397Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3446 | 2026-05-29T17:16:49.397Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3447 | 2026-05-29T17:16:49.397Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-05-29T17:16:49.400Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3449 | 2026-05-29T17:16:51.134Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3450 | 2026-05-29T17:16:51.200Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3451 | 2026-05-29T17:16:55.334Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3452 | 2026-05-29T17:17:34.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3453 | 2026-05-29T17:17:34.300Z | |
| 3454 | 2026-05-29T17:17:34.300Z | real 1:25.841303698 |
| 3455 | 2026-05-29T17:17:34.300Z | user 8:10.374359870 |
| 3456 | 2026-05-29T17:17:34.300Z | sys 1:40.552467625 |
| 3457 | 2026-05-29T17:17:34.304Z | trap 0.245502939 |
| 3458 | 2026-05-29T17:17:34.304Z | tflt 0.494511536 |
| 3459 | 2026-05-29T17:17:34.304Z | dflt 1.820553144 |
| 3460 | 2026-05-29T17:17:34.304Z | kflt 0.000352050 |
| 3461 | 2026-05-29T17:17:34.304Z | lock 27:40.966174656 |
| 3462 | 2026-05-29T17:17:34.304Z | slp 18:46.902608152 |
| 3463 | 2026-05-29T17:17:34.304Z | lat 38.037110022 |
| 3464 | 2026-05-29T17:17:34.304Z | stop 2:41.940353769 |
| 3465 | 2026-05-29T17:17:34.304Z | + mkdir tests |
| 3466 | 2026-05-29T17:17:34.307Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3467 | 2026-05-29T17:17:34.307Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3468 | 2026-05-29T17:17:34.334Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5c17ea4fb8dfe08 tests/ |
| 3469 | 2026-05-29T17:17:34.363Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f4b6ef5184814f tests/ |
| 3470 | 2026-05-29T17:17:34.391Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4464c1fef49e2f80 tests/ |
| 3471 | 2026-05-29T17:17:34.420Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9335a1afa6f40116 tests/ |
| 3472 | 2026-05-29T17:17:34.752Z | + 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) |
| 3473 | 2026-05-29T17:17:34.756Z | + 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-a9f4b6ef5184814f tests/commtest-4464c1fef49e2f80 tests/dhcp_server-a5c17ea4fb8dfe08 tests/end_to_end_tests-9335a1afa6f40116 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 |
| 3474 | 2026-05-29T17:18:56.740Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3475 | 2026-05-29T17:18:56.740Z | a .github/buildomat/ci-env.sh 1K |
| 3476 | 2026-05-29T17:18:56.740Z | a out/target/test 1K |
| 3477 | 2026-05-29T17:18:56.740Z | a out/npuzone/npuzone 27402K |
| 3478 | 2026-05-29T17:18:56.740Z | a package-manifest.toml 35K |
| 3479 | 2026-05-29T17:18:56.740Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3480 | 2026-05-29T17:18:56.740Z | a target/release/omicron-package 45146K |
| 3481 | 2026-05-29T17:18:56.741Z | a target/release/xtask 11449K |
| 3482 | 2026-05-29T17:18:56.741Z | a target/debug/bootstrap 353936K |
| 3483 | 2026-05-29T17:18:56.741Z | a tests/bootstrap-a9f4b6ef5184814f 31215K |
| 3484 | 2026-05-29T17:18:56.741Z | a tests/commtest-4464c1fef49e2f80 32300K |
| 3485 | 2026-05-29T17:18:56.741Z | a tests/dhcp_server-a5c17ea4fb8dfe08 31215K |
| 3486 | 2026-05-29T17:18:56.741Z | a tests/end_to_end_tests-9335a1afa6f40116 395007K |
| 3487 | 2026-05-29T17:18:56.741Z | a tools/opte_version 1K |
| 3488 | 2026-05-29T17:18:56.741Z | a tools/opte_version_override 2K |
| 3489 | 2026-05-29T17:18:56.741Z | a out/clickhouse.tar.gz 321293K |
| 3490 | 2026-05-29T17:18:56.741Z | a out/clickhouse_keeper.tar.gz 306362K |
| 3491 | 2026-05-29T17:18:56.741Z | a out/clickhouse_server.tar.gz 321291K |
| 3492 | 2026-05-29T17:18:56.741Z | a out/cockroachdb.tar.gz 165598K |
| 3493 | 2026-05-29T17:18:56.741Z | a out/crucible-pantry-zone.tar.gz 40610K |
| 3494 | 2026-05-29T17:18:56.741Z | a out/crucible-utils.tar 16478K |
| 3495 | 2026-05-29T17:18:56.741Z | a out/crucible-zone.tar.gz 56180K |
| 3496 | 2026-05-29T17:18:56.741Z | a out/external-dns.tar.gz 50190K |
| 3497 | 2026-05-29T17:18:56.741Z | a out/internal-dns.tar.gz 50190K |
| 3498 | 2026-05-29T17:18:56.741Z | a out/mg-ddm-gz.tar 95141K |
| 3499 | 2026-05-29T17:18:56.741Z | a out/nexus.tar.gz 278540K |
| 3500 | 2026-05-29T17:18:56.741Z | a out/ntp.tar.gz 32279K |
| 3501 | 2026-05-29T17:18:56.741Z | a out/omicron-gateway-softnpu.tar.gz 29777K |
| 3502 | 2026-05-29T17:18:56.741Z | a out/omicron-sled-agent.tar 204357K |
| 3503 | 2026-05-29T17:18:56.741Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-05-29T17:18:56.741Z | a out/oximeter.tar.gz 67096K |
| 3505 | 2026-05-29T17:18:56.741Z | a out/oxlog.tar 3782K |
| 3506 | 2026-05-29T17:18:56.741Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-05-29T17:18:56.741Z | a out/propolis-server.tar.gz 35483K |
| 3508 | 2026-05-29T17:18:56.741Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-05-29T17:18:56.741Z | a out/switch-softnpu.tar.gz 452643K |
| 3510 | 2026-05-29T17:18:56.745Z | |
| 3511 | 2026-05-29T17:18:56.745Z | real 1:21.984292826 |
| 3512 | 2026-05-29T17:18:56.745Z | user 1:19.232382491 |
| 3513 | 2026-05-29T17:18:56.745Z | sys 4.574857273 |
| 3514 | 2026-05-29T17:18:56.745Z | trap 0.006934368 |
| 3515 | 2026-05-29T17:18:56.745Z | tflt 0.000000000 |
| 3516 | 2026-05-29T17:18:56.745Z | dflt 0.000000000 |
| 3517 | 2026-05-29T17:18:56.745Z | kflt 0.000000000 |
| 3518 | 2026-05-29T17:18:56.745Z | lock 0.000000000 |
| 3519 | 2026-05-29T17:18:56.745Z | slp 1:19.100734872 |
| 3520 | 2026-05-29T17:18:56.745Z | lat 1.047921237 |
| 3521 | 2026-05-29T17:18:56.745Z | stop 0.000495898 |
| 3522 | 2026-05-29T17:18:56.745Z | process exited: duration 951138 ms, exit code 0 |
| |
| 3523 | 2026-05-29T17:18:56.760Z | found 1 output files |
| 3524 | 2026-05-29T17:18:56.760Z | uploading: /work/package.tar.gz (2556040092 bytes) |
| 3525 | 2026-05-29T17:19:30.844Z | uploaded: /work/package.tar.gz |