|
|
|
| 1 | 2026-06-11T22:59:07.139Z | job assigned to worker 01KTWEGNHYRWY7HGGQZ7RKYDBT [factory aws, i-041aa3b88fa2281ef] (queued for 56 s) |
| |
| 2 | 2026-06-11T22:59:14.430Z | starting task 0: "setup" |
| 3 | 2026-06-11T22:59:14.435Z | ++ uname -s |
| 4 | 2026-06-11T22:59:14.439Z | + kern=SunOS |
| 5 | 2026-06-11T22:59:14.439Z | + build_user=build |
| 6 | 2026-06-11T22:59:14.439Z | + build_uid=12345 |
| 7 | 2026-06-11T22:59:14.439Z | + work_dir=/work |
| 8 | 2026-06-11T22:59:14.439Z | + input_dir=/input |
| 9 | 2026-06-11T22:59:14.439Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-11T22:59:14.439Z | + case "$kern" in |
| 11 | 2026-06-11T22:59:14.439Z | + groupadd -g 12345 build |
| 12 | 2026-06-11T22:59:14.443Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-11T22:59:16.448Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-11T22:59:16.569Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-11T22:59:16.572Z | + home_fs=zfs |
| 16 | 2026-06-11T22:59:16.572Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-11T22:59:16.572Z | + mkdir -p /home/build |
| 18 | 2026-06-11T22:59:16.574Z | + chown build:build /home/build /work |
| 19 | 2026-06-11T22:59:18.575Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-11T22:59:18.579Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-06-11T22:59:18.585Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-11T22:59:18.591Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-11T22:59:18.591Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-11T22:59:18.591Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-11T22:59:18.591Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-11T22:59:18.591Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-06-11T22:59:18.591Z | * rust toolchain profile = "default" |
| 28 | 2026-06-11T22:59:18.595Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-11T22:59:18.595Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-11T22:59:18.705Z | info: downloading installer |
| 31 | 2026-06-11T22:59:20.271Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-11T22:59:20.272Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-11T22:59:20.272Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-11T22:59:20.272Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-11T22:59:20.284Z | info: profile set to default |
| 36 | 2026-06-11T22:59:20.284Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-11T22:59:20.287Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-11T22:59:20.435Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-11T22:59:20.438Z | info: downloading 6 components |
| 40 | 2026-06-11T22:59:36.729Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-11T22:59:36.729Z | |
| 42 | 2026-06-11T22:59:36.759Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-11T22:59:36.760Z | |
| 44 | 2026-06-11T22:59:36.760Z | |
| 45 | 2026-06-11T22:59:36.760Z | Rust is installed now. Great! |
| 46 | 2026-06-11T22:59:36.760Z | |
| 47 | 2026-06-11T22:59:36.767Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-11T22:59:36.767Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-11T22:59:36.767Z | |
| 50 | 2026-06-11T22:59:36.767Z | To configure your current shell, you need to source |
| 51 | 2026-06-11T22:59:36.767Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-11T22:59:36.767Z | |
| 53 | 2026-06-11T22:59:36.767Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-11T22:59:36.767Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-11T22:59:36.768Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-11T22:59:36.768Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-11T22:59:36.768Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-11T22:59:36.768Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-11T22:59:36.768Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-11T22:59:36.768Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-11T22:59:36.768Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-11T22:59:36.852Z | + rustup --version |
| 63 | 2026-06-11T22:59:36.858Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-11T22:59:36.858Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-11T22:59:36.880Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-11T22:59:36.883Z | + cargo --version |
| 67 | 2026-06-11T22:59:36.893Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-11T22:59:36.896Z | + rustc --version |
| 69 | 2026-06-11T22:59:36.916Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-11T22:59:36.920Z | process exited: duration 18334 ms, exit code 0 |
| |
| 71 | 2026-06-11T22:59:36.927Z | starting task 2: "authentication" |
| 72 | 2026-06-11T22:59:36.948Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-11T22:59:36.955Z | starting task 3: "clone repository" |
| 74 | 2026-06-11T22:59:36.960Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-11T22:59:36.964Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-11T22:59:36.997Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-11T22:59:46.201Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-11T22:59:46.201Z | + git fetch origin ee63736055d959126febf3a07ee46484382c42fb |
| 79 | 2026-06-11T22:59:46.523Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-11T22:59:46.523Z | * branch ee63736055d959126febf3a07ee46484382c42fb -> FETCH_HEAD |
| 81 | 2026-06-11T22:59:46.537Z | + [[ -n fm-saga-diagnoser ]] |
| 82 | 2026-06-11T22:59:46.541Z | ++ git branch --show-current |
| 83 | 2026-06-11T22:59:46.545Z | + current=main |
| 84 | 2026-06-11T22:59:46.545Z | + [[ main != fm-saga-diagnoser ]] |
| 85 | 2026-06-11T22:59:46.545Z | + git branch -f fm-saga-diagnoser ee63736055d959126febf3a07ee46484382c42fb |
| 86 | 2026-06-11T22:59:46.548Z | + git checkout -f fm-saga-diagnoser |
| 87 | 2026-06-11T22:59:46.800Z | Switched to branch 'fm-saga-diagnoser' |
| 88 | 2026-06-11T22:59:46.812Z | + git reset --hard ee63736055d959126febf3a07ee46484382c42fb |
| 89 | 2026-06-11T22:59:47.027Z | HEAD is now at ee6373605 [fm] saga diagnoser: close uninterpretable and duplicate cases |
| 90 | 2026-06-11T22:59:47.033Z | process exited: duration 10074 ms, exit code 0 |
| |
| 91 | 2026-06-11T22:59:47.045Z | starting task 4: "build" |
| 92 | 2026-06-11T22:59:47.052Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-11T22:59:47.052Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-11T22:59:47.052Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-11T22:59:47.052Z | + cargo --version |
| 96 | 2026-06-11T22:59:47.062Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-11T22:59:47.066Z | + rustc --version |
| 98 | 2026-06-11T22:59:47.087Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-11T22:59:47.091Z | + WORK=/work |
| 100 | 2026-06-11T22:59:47.091Z | + pfexec mkdir -p /work |
| 101 | 2026-06-11T22:59:47.091Z | + pfexec chown build /work |
| 102 | 2026-06-11T22:59:47.097Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-11T22:59:48.640Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-11T22:59:48.727Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-11T22:59:49.057Z | Planning: Solver setup ... Done (0.292s) |
| 106 | 2026-06-11T22:59:49.078Z | Planning: Running solver ... Done (0.021s) |
| 107 | 2026-06-11T22:59:49.087Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-11T22:59:49.109Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-11T22:59:49.138Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-11T22:59:49.152Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-11T22:59:49.154Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-11T22:59:49.352Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 113 | 2026-06-11T22:59:49.355Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-11T22:59:50.265Z | Planning: Evaluating mediators ... Done (0.912s) |
| 115 | 2026-06-11T22:59:50.269Z | Planning: Planning completed in 1.52 seconds |
| 116 | 2026-06-11T22:59:50.275Z | Packages to install: 2 |
| 117 | 2026-06-11T22:59:50.275Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-11T22:59:50.275Z | Estimated space to be consumed: 25.37 MB |
| 119 | 2026-06-11T22:59:50.275Z | Create boot environment: No |
| 120 | 2026-06-11T22:59:50.275Z | Create backup boot environment: No |
| 121 | 2026-06-11T22:59:50.275Z | Rebuild boot archive: No |
| 122 | 2026-06-11T22:59:50.278Z | |
| 123 | 2026-06-11T22:59:50.278Z | Changed packages: |
| 124 | 2026-06-11T22:59:50.278Z | helios |
| 125 | 2026-06-11T22:59:50.279Z | developer/build-essential |
| 126 | 2026-06-11T22:59:50.279Z | None -> 11-3.0 |
| 127 | 2026-06-11T22:59:50.279Z | library/libxmlsec1 |
| 128 | 2026-06-11T22:59:50.279Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-11T22:59:50.302Z | |
| 130 | 2026-06-11T22:59:50.302Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-11T22:59:51.563Z | Download: Completed 1.28 MB in 1.26 seconds (1.0M/s) |
| 132 | 2026-06-11T22:59:51.659Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-11T22:59:51.698Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-11T22:59:51.707Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-06-11T22:59:51.707Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-11T22:59:51.729Z | Finalize: Updating image state ... Done (0.022s) |
| 137 | 2026-06-11T22:59:54.346Z | Finalize: Creating fast lookup database ... Done (2.593s) |
| 138 | 2026-06-11T22:59:54.414Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-06-11T22:59:54.417Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-11T22:59:54.493Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-11T22:59:54.799Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-11T22:59:54.907Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-11T22:59:54.910Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-11T22:59:55.065Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-11T22:59:55.068Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-06-11T22:59:55.091Z | Mediators to change: 2 |
| 147 | 2026-06-11T22:59:55.091Z | Create boot environment: No |
| 148 | 2026-06-11T22:59:55.091Z | Create backup boot environment: No |
| 149 | 2026-06-11T22:59:55.154Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-11T22:59:55.155Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-11T22:59:55.169Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-11T22:59:57.146Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-11T22:59:57.208Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-11T22:59:57.211Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-11T22:59:57.289Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-11T22:59:57.576Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-11T22:59:57.682Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-11T22:59:57.686Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-11T22:59:57.844Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-11T22:59:57.846Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-06-11T22:59:57.866Z | Mediators to change: 1 |
| 162 | 2026-06-11T22:59:57.866Z | Create boot environment: No |
| 163 | 2026-06-11T22:59:57.866Z | Create backup boot environment: No |
| 164 | 2026-06-11T22:59:57.922Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-11T22:59:57.922Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-11T22:59:57.938Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-11T22:59:59.911Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-11T22:59:59.978Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-11T22:59:59.981Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-11T23:00:00.051Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-11T23:00:00.363Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-11T23:00:00.363Z | apache system 2.4 system |
| 173 | 2026-06-11T23:00:00.363Z | clang system 15 system |
| 174 | 2026-06-11T23:00:00.363Z | csh system system illumos |
| 175 | 2026-06-11T23:00:00.363Z | ctags system system illumos |
| 176 | 2026-06-11T23:00:00.363Z | file vendor vendor darwinsys |
| 177 | 2026-06-11T23:00:00.363Z | file system system illumos |
| 178 | 2026-06-11T23:00:00.363Z | gcc vendor 14 vendor |
| 179 | 2026-06-11T23:00:00.363Z | gcc system 13 system |
| 180 | 2026-06-11T23:00:00.363Z | gcc system 10 system |
| 181 | 2026-06-11T23:00:00.364Z | go system 1.25 system |
| 182 | 2026-06-11T23:00:00.364Z | llvm system 15 system |
| 183 | 2026-06-11T23:00:00.364Z | mariadb system 11.4 system |
| 184 | 2026-06-11T23:00:00.364Z | mta vendor vendor dma |
| 185 | 2026-06-11T23:00:00.364Z | openjdk system 17 system |
| 186 | 2026-06-11T23:00:00.364Z | openjdk system 11 system |
| 187 | 2026-06-11T23:00:00.364Z | openssl vendor 3 vendor |
| 188 | 2026-06-11T23:00:00.364Z | perl system 5.40 system |
| 189 | 2026-06-11T23:00:00.364Z | postgresql system 18 system |
| 190 | 2026-06-11T23:00:00.364Z | postgresql system 17 system |
| 191 | 2026-06-11T23:00:00.364Z | python vendor 3 vendor |
| 192 | 2026-06-11T23:00:00.364Z | python system 2 system |
| 193 | 2026-06-11T23:00:00.364Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-11T23:00:00.364Z | ruby system 3.4 system |
| 195 | 2026-06-11T23:00:00.364Z | ruby system 3.0 system |
| 196 | 2026-06-11T23:00:00.364Z | words vendor vendor american-english |
| 197 | 2026-06-11T23:00:00.364Z | words system system australian-english |
| 198 | 2026-06-11T23:00:00.364Z | words system system british-english |
| 199 | 2026-06-11T23:00:00.364Z | words system system canadian-english |
| 200 | 2026-06-11T23:00:00.364Z | words system system french |
| 201 | 2026-06-11T23:00:00.364Z | words system system italian |
| 202 | 2026-06-11T23:00:00.364Z | words system system ngerman |
| 203 | 2026-06-11T23:00:00.365Z | words system system ogerman |
| 204 | 2026-06-11T23:00:00.365Z | words system system spanish |
| 205 | 2026-06-11T23:00:00.618Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-11T23:00:00.618Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-11T23:00:00.920Z | FMRI IFO |
| 208 | 2026-06-11T23:00:00.920Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-11T23:00:00.920Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-11T23:00:00.920Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-11T23:00:00.920Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-11T23:00:00.920Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-11T23:00:00.920Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-11T23:00:00.920Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-11T23:00:00.920Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-11T23:00:00.920Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-11T23:00:01.165Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-11T23:00:01.536Z | Updating crates.io index |
| 219 | 2026-06-11T23:00:01.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-11T23:00:02.222Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-11T23:00:03.165Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-11T23:00:03.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-11T23:00:05.160Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-11T23:00:05.916Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-11T23:00:07.489Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-11T23:00:08.273Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-11T23:00:08.756Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-11T23:00:09.890Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-11T23:00:10.452Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-11T23:00:10.804Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-11T23:00:11.216Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-11T23:00:12.240Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-11T23:00:12.776Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-11T23:00:13.150Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-11T23:00:13.523Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-11T23:00:14.044Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-11T23:00:14.528Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-11T23:00:14.835Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-11T23:00:15.099Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-11T23:00:15.380Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-11T23:00:15.906Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-11T23:00:16.521Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-11T23:00:16.979Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-11T23:00:17.517Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-11T23:00:17.832Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-11T23:00:18.438Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-11T23:00:19.654Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-11T23:00:20.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-11T23:00:20.811Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-11T23:00:21.262Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-11T23:00:21.779Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-11T23:00:22.171Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-11T23:00:22.510Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-11T23:00:22.994Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-11T23:00:23.359Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-11T23:00:23.944Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-11T23:00:24.239Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-11T23:00:24.597Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-11T23:00:24.945Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-06-11T23:00:37.080Z | Downloading crates ... |
| 261 | 2026-06-11T23:00:37.153Z | Downloaded dtrace-parser v0.2.0 |
| 262 | 2026-06-11T23:00:37.159Z | Downloaded digest v0.10.7 |
| 263 | 2026-06-11T23:00:37.162Z | Downloaded anstream v1.0.0 |
| 264 | 2026-06-11T23:00:37.162Z | Downloaded autocfg v1.5.0 |
| 265 | 2026-06-11T23:00:37.167Z | Downloaded textwrap v0.16.2 |
| 266 | 2026-06-11T23:00:37.169Z | Downloaded thiserror v1.0.69 |
| 267 | 2026-06-11T23:00:37.169Z | Downloaded usdt-attr-macro v0.5.0 |
| 268 | 2026-06-11T23:00:37.172Z | Downloaded typeid v1.0.3 |
| 269 | 2026-06-11T23:00:37.172Z | Downloaded thiserror-impl v1.0.69 |
| 270 | 2026-06-11T23:00:37.172Z | Downloaded zerofrom v0.1.6 |
| 271 | 2026-06-11T23:00:37.172Z | Downloaded smawk v0.3.2 |
| 272 | 2026-06-11T23:00:37.175Z | Downloaded version_check v0.9.5 |
| 273 | 2026-06-11T23:00:37.175Z | Downloaded toml_write v0.1.2 |
| 274 | 2026-06-11T23:00:37.175Z | Downloaded generic-array v0.14.7 |
| 275 | 2026-06-11T23:00:37.178Z | Downloaded anstyle-query v1.1.5 |
| 276 | 2026-06-11T23:00:37.178Z | Downloaded usdt-macro v0.5.0 |
| 277 | 2026-06-11T23:00:37.178Z | Downloaded equivalent v1.0.2 |
| 278 | 2026-06-11T23:00:37.178Z | Downloaded zerovec-derive v0.11.2 |
| 279 | 2026-06-11T23:00:37.181Z | Downloaded usdt v0.5.0 |
| 280 | 2026-06-11T23:00:37.181Z | Downloaded toml_datetime v0.6.11 |
| 281 | 2026-06-11T23:00:37.181Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-06-11T23:00:37.181Z | Downloaded thiserror v2.0.18 |
| 283 | 2026-06-11T23:00:37.183Z | Downloaded yoke v0.8.1 |
| 284 | 2026-06-11T23:00:37.186Z | Downloaded dof v0.3.0 |
| 285 | 2026-06-11T23:00:37.186Z | Downloaded toml v0.8.23 |
| 286 | 2026-06-11T23:00:37.189Z | Downloaded fnv v1.0.7 |
| 287 | 2026-06-11T23:00:37.189Z | Downloaded unicode-linebreak v0.1.5 |
| 288 | 2026-06-11T23:00:37.192Z | Downloaded thread-id v4.2.2 |
| 289 | 2026-06-11T23:00:37.195Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-06-11T23:00:37.198Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-06-11T23:00:37.202Z | Downloaded utf8parse v0.2.2 |
| 292 | 2026-06-11T23:00:37.202Z | Downloaded crypto-common v0.1.7 |
| 293 | 2026-06-11T23:00:37.202Z | Downloaded utf8_iter v1.0.4 |
| 294 | 2026-06-11T23:00:37.202Z | Downloaded form_urlencoded v1.2.2 |
| 295 | 2026-06-11T23:00:37.202Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-06-11T23:00:37.205Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-06-11T23:00:37.208Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-06-11T23:00:37.208Z | Downloaded writeable v0.6.2 |
| 299 | 2026-06-11T23:00:37.211Z | Downloaded synstructure v0.13.2 |
| 300 | 2026-06-11T23:00:37.211Z | Downloaded cargo-platform v0.2.0 |
| 301 | 2026-06-11T23:00:37.214Z | Downloaded unicode-xid v0.2.6 |
| 302 | 2026-06-11T23:00:37.217Z | Downloaded usdt-impl v0.5.0 |
| 303 | 2026-06-11T23:00:37.217Z | Downloaded zmij v1.0.21 |
| 304 | 2026-06-11T23:00:37.221Z | Downloaded tinystr v0.8.2 |
| 305 | 2026-06-11T23:00:37.221Z | Downloaded thiserror-impl v2.0.18 |
| 306 | 2026-06-11T23:00:37.224Z | Downloaded ordered-float v2.10.1 |
| 307 | 2026-06-11T23:00:37.224Z | Downloaded stable_deref_trait v1.2.1 |
| 308 | 2026-06-11T23:00:37.225Z | Downloaded errno v0.3.14 |
| 309 | 2026-06-11T23:00:37.225Z | Downloaded displaydoc v0.2.5 |
| 310 | 2026-06-11T23:00:37.225Z | Downloaded bytecount v0.6.9 |
| 311 | 2026-06-11T23:00:37.228Z | Downloaded anstyle-parse v1.0.0 |
| 312 | 2026-06-11T23:00:37.228Z | Downloaded cargo_metadata v0.21.0 |
| 313 | 2026-06-11T23:00:37.233Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-06-11T23:00:37.235Z | Downloaded zerocopy-derive v0.7.35 |
| 315 | 2026-06-11T23:00:37.235Z | Downloaded ucd-trie v0.1.7 |
| 316 | 2026-06-11T23:00:37.235Z | Downloaded idna_adapter v1.2.1 |
| 317 | 2026-06-11T23:00:37.235Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-06-11T23:00:37.239Z | Downloaded fs-err v3.3.0 |
| 319 | 2026-06-11T23:00:37.239Z | Downloaded byteorder v1.5.0 |
| 320 | 2026-06-11T23:00:37.242Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-06-11T23:00:37.244Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-06-11T23:00:37.244Z | Downloaded potential_utf v0.1.4 |
| 323 | 2026-06-11T23:00:37.247Z | Downloaded zerotrie v0.2.3 |
| 324 | 2026-06-11T23:00:37.251Z | Downloaded typenum v1.19.0 |
| 325 | 2026-06-11T23:00:37.255Z | Downloaded heck v0.4.1 |
| 326 | 2026-06-11T23:00:37.255Z | Downloaded block-buffer v0.10.4 |
| 327 | 2026-06-11T23:00:37.258Z | Downloaded url v2.5.8 |
| 328 | 2026-06-11T23:00:37.258Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-11T23:00:37.258Z | Downloaded toml_edit v0.22.27 |
| 330 | 2026-06-11T23:00:37.261Z | Downloaded zerovec v0.11.5 |
| 331 | 2026-06-11T23:00:37.263Z | Downloaded serde-value v0.7.0 |
| 332 | 2026-06-11T23:00:37.263Z | Downloaded macaddr v1.0.1 |
| 333 | 2026-06-11T23:00:37.263Z | Downloaded heck v0.5.0 |
| 334 | 2026-06-11T23:00:37.266Z | Downloaded percent-encoding v2.3.2 |
| 335 | 2026-06-11T23:00:37.270Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-06-11T23:00:37.274Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-06-11T23:00:37.277Z | Downloaded zerocopy v0.7.35 |
| 338 | 2026-06-11T23:00:37.286Z | Downloaded sha2 v0.10.9 |
| 339 | 2026-06-11T23:00:37.289Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-06-11T23:00:37.289Z | Downloaded plain v0.2.3 |
| 341 | 2026-06-11T23:00:37.289Z | Downloaded winnow v0.7.14 |
| 342 | 2026-06-11T23:00:37.293Z | Downloaded scroll_derive v0.12.1 |
| 343 | 2026-06-11T23:00:37.296Z | Downloaded itoa v1.0.17 |
| 344 | 2026-06-11T23:00:37.296Z | Downloaded unicode-width v0.1.14 |
| 345 | 2026-06-11T23:00:37.299Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-06-11T23:00:37.299Z | Downloaded unicode-width v0.2.0 |
| 347 | 2026-06-11T23:00:37.302Z | Downloaded strsim v0.11.1 |
| 348 | 2026-06-11T23:00:37.302Z | Downloaded proc-macro-error-attr v1.0.4 |
| 349 | 2026-06-11T23:00:37.306Z | Downloaded pretty-hex v0.4.1 |
| 350 | 2026-06-11T23:00:37.307Z | Downloaded is_terminal_polyfill v1.70.2 |
| 351 | 2026-06-11T23:00:37.309Z | Downloaded swrite v0.1.0 |
| 352 | 2026-06-11T23:00:37.309Z | Downloaded clap_derive v4.6.1 |
| 353 | 2026-06-11T23:00:37.312Z | Downloaded camino v1.2.2 |
| 354 | 2026-06-11T23:00:37.312Z | Downloaded anyhow v1.0.102 |
| 355 | 2026-06-11T23:00:37.315Z | Downloaded cargo-util-schemas v0.8.2 |
| 356 | 2026-06-11T23:00:37.319Z | Downloaded tempfile v3.25.0 |
| 357 | 2026-06-11T23:00:37.323Z | Downloaded quote v1.0.45 |
| 358 | 2026-06-11T23:00:37.323Z | Downloaded cargo_toml v0.21.0 |
| 359 | 2026-06-11T23:00:37.337Z | Downloaded erased-serde v0.4.9 |
| 360 | 2026-06-11T23:00:37.356Z | Downloaded serde-untagged v0.1.9 |
| 361 | 2026-06-11T23:00:37.363Z | Downloaded serde_tokenstream v0.2.3 |
| 362 | 2026-06-11T23:00:37.365Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2026-06-11T23:00:37.369Z | Downloaded once_cell v1.21.3 |
| 364 | 2026-06-11T23:00:37.369Z | Downloaded clap v4.6.1 |
| 365 | 2026-06-11T23:00:37.373Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-06-11T23:00:37.379Z | Downloaded pest_derive v2.8.6 |
| 367 | 2026-06-11T23:00:37.385Z | Downloaded smallvec v1.15.1 |
| 368 | 2026-06-11T23:00:37.394Z | Downloaded getrandom v0.4.1 |
| 369 | 2026-06-11T23:00:37.405Z | Downloaded semver v1.0.28 |
| 370 | 2026-06-11T23:00:37.407Z | Downloaded icu_collections v2.1.1 |
| 371 | 2026-06-11T23:00:37.410Z | Downloaded scroll v0.12.0 |
| 372 | 2026-06-11T23:00:37.413Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-06-11T23:00:37.416Z | Downloaded num-traits v0.2.19 |
| 374 | 2026-06-11T23:00:37.419Z | Downloaded litemap v0.8.1 |
| 375 | 2026-06-11T23:00:37.428Z | Downloaded papergrid v0.11.0 |
| 376 | 2026-06-11T23:00:37.431Z | Downloaded icu_normalizer v2.1.1 |
| 377 | 2026-06-11T23:00:37.437Z | Downloaded log v0.4.29 |
| 378 | 2026-06-11T23:00:37.445Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-06-11T23:00:37.448Z | Downloaded icu_normalizer_data v2.1.1 |
| 380 | 2026-06-11T23:00:37.451Z | Downloaded icu_provider v2.1.1 |
| 381 | 2026-06-11T23:00:37.451Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-06-11T23:00:37.455Z | Downloaded icu_properties v2.1.2 |
| 383 | 2026-06-11T23:00:37.459Z | Downloaded memchr v2.8.0 |
| 384 | 2026-06-11T23:00:37.462Z | Downloaded icu_locale_core v2.1.1 |
| 385 | 2026-06-11T23:00:37.467Z | Downloaded proc-macro2 v1.0.106 |
| 386 | 2026-06-11T23:00:37.470Z | Downloaded clap_builder v4.6.0 |
| 387 | 2026-06-11T23:00:37.483Z | Downloaded serde v1.0.228 |
| 388 | 2026-06-11T23:00:37.486Z | Downloaded indexmap v2.14.0 |
| 389 | 2026-06-11T23:00:37.514Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-06-11T23:00:37.517Z | Downloaded pest v2.8.6 |
| 391 | 2026-06-11T23:00:37.520Z | Downloaded idna v1.1.0 |
| 392 | 2026-06-11T23:00:37.524Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-06-11T23:00:37.534Z | Downloaded icu_properties_data v2.1.2 |
| 394 | 2026-06-11T23:00:37.548Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-11T23:00:37.564Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-11T23:00:37.571Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-11T23:00:37.578Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-11T23:00:37.610Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-11T23:00:37.636Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-11T23:00:37.709Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-11T23:00:37.709Z | Compiling quote v1.0.45 |
| 402 | 2026-06-11T23:00:37.709Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-06-11T23:00:37.713Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-11T23:00:37.713Z | Compiling libc v0.2.185 |
| 405 | 2026-06-11T23:00:37.713Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-11T23:00:37.713Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-11T23:00:37.714Z | Compiling serde v1.0.228 |
| 408 | 2026-06-11T23:00:37.714Z | Compiling stable_deref_trait v1.2.1 |
| 409 | 2026-06-11T23:00:37.714Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-11T23:00:37.714Z | Compiling itoa v1.0.17 |
| 411 | 2026-06-11T23:00:37.714Z | Compiling autocfg v1.5.0 |
| 412 | 2026-06-11T23:00:37.714Z | Compiling thiserror v1.0.69 |
| 413 | 2026-06-11T23:00:37.714Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-06-11T23:00:37.892Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-11T23:00:38.006Z | Compiling litemap v0.8.1 |
| 416 | 2026-06-11T23:00:38.148Z | Compiling rustix v1.1.3 |
| 417 | 2026-06-11T23:00:38.270Z | Compiling byteorder v1.5.0 |
| 418 | 2026-06-11T23:00:38.319Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-06-11T23:00:38.371Z | Compiling icu_properties_data v2.1.2 |
| 420 | 2026-06-11T23:00:38.446Z | Compiling pest v2.8.6 |
| 421 | 2026-06-11T23:00:38.463Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-11T23:00:38.515Z | Compiling bitflags v2.11.0 |
| 423 | 2026-06-11T23:00:38.518Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-11T23:00:38.534Z | Compiling smallvec v1.15.1 |
| 425 | 2026-06-11T23:00:38.657Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-06-11T23:00:38.728Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-11T23:00:38.820Z | Compiling typeid v1.0.3 |
| 428 | 2026-06-11T23:00:38.841Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-06-11T23:00:38.859Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-06-11T23:00:38.907Z | Compiling syn v1.0.109 |
| 431 | 2026-06-11T23:00:38.911Z | Compiling toml_write v0.1.2 |
| 432 | 2026-06-11T23:00:38.911Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-06-11T23:00:38.962Z | Compiling winnow v0.7.14 |
| 434 | 2026-06-11T23:00:38.999Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-06-11T23:00:39.092Z | Compiling errno v0.3.14 |
| 436 | 2026-06-11T23:00:39.112Z | Compiling thread-id v4.2.2 |
| 437 | 2026-06-11T23:00:39.199Z | Compiling indexmap v2.14.0 |
| 438 | 2026-06-11T23:00:39.305Z | Compiling utf8_iter v1.0.4 |
| 439 | 2026-06-11T23:00:39.308Z | Compiling plain v0.2.3 |
| 440 | 2026-06-11T23:00:39.309Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-06-11T23:00:39.324Z | Compiling getrandom v0.4.1 |
| 442 | 2026-06-11T23:00:39.377Z | Compiling syn v2.0.117 |
| 443 | 2026-06-11T23:00:39.411Z | Compiling utf8parse v0.2.2 |
| 444 | 2026-06-11T23:00:39.464Z | Compiling thiserror v2.0.18 |
| 445 | 2026-06-11T23:00:39.503Z | Compiling log v0.4.29 |
| 446 | 2026-06-11T23:00:39.523Z | Compiling camino v1.2.2 |
| 447 | 2026-06-11T23:00:39.558Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-06-11T23:00:39.561Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-06-11T23:00:39.596Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-06-11T23:00:39.827Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-11T23:00:39.880Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-06-11T23:00:39.919Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-06-11T23:00:39.919Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-11T23:00:39.959Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-06-11T23:00:39.959Z | Compiling anstyle v1.0.14 |
| 456 | 2026-06-11T23:00:39.979Z | Compiling is_terminal_polyfill v1.70.2 |
| 457 | 2026-06-11T23:00:40.104Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-11T23:00:40.125Z | Compiling strsim v0.11.1 |
| 459 | 2026-06-11T23:00:40.147Z | Compiling once_cell v1.21.3 |
| 460 | 2026-06-11T23:00:40.167Z | Compiling fnv v1.0.7 |
| 461 | 2026-06-11T23:00:40.187Z | Compiling terminal_size v0.4.3 |
| 462 | 2026-06-11T23:00:40.288Z | Compiling anstream v1.0.0 |
| 463 | 2026-06-11T23:00:40.306Z | Compiling semver v1.0.28 |
| 464 | 2026-06-11T23:00:40.380Z | Compiling anyhow v1.0.102 |
| 465 | 2026-06-11T23:00:40.397Z | Compiling heck v0.5.0 |
| 466 | 2026-06-11T23:00:40.480Z | Compiling fastrand v2.3.0 |
| 467 | 2026-06-11T23:00:40.518Z | Compiling unicode-xid v0.2.6 |
| 468 | 2026-06-11T23:00:40.536Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-06-11T23:00:40.564Z | Compiling bytecount v0.6.9 |
| 470 | 2026-06-11T23:00:40.630Z | Compiling clap_lex v1.0.0 |
| 471 | 2026-06-11T23:00:40.666Z | Compiling heck v0.4.1 |
| 472 | 2026-06-11T23:00:40.685Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-06-11T23:00:40.704Z | Compiling tempfile v3.25.0 |
| 474 | 2026-06-11T23:00:40.763Z | Compiling memmap v0.7.0 |
| 475 | 2026-06-11T23:00:40.763Z | Compiling smawk v0.3.2 |
| 476 | 2026-06-11T23:00:40.801Z | Compiling papergrid v0.11.0 |
| 477 | 2026-06-11T23:00:40.843Z | Compiling clap_builder v4.6.0 |
| 478 | 2026-06-11T23:00:40.860Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-06-11T23:00:40.916Z | Compiling unicode-linebreak v0.1.5 |
| 480 | 2026-06-11T23:00:40.934Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-06-11T23:00:40.988Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-11T23:00:41.110Z | Compiling swrite v0.1.0 |
| 483 | 2026-06-11T23:00:41.168Z | Compiling textwrap v0.16.2 |
| 484 | 2026-06-11T23:00:41.490Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-11T23:00:42.078Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-11T23:00:42.078Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-11T23:00:42.175Z | Compiling tabled v0.15.0 |
| 488 | 2026-06-11T23:00:42.593Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-11T23:00:42.593Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-11T23:00:42.596Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-11T23:00:42.596Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-11T23:00:42.596Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-11T23:00:42.596Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-11T23:00:42.596Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-11T23:00:42.665Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-11T23:00:42.685Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-06-11T23:00:42.701Z | Compiling thiserror-impl v2.0.18 |
| 498 | 2026-06-11T23:00:42.785Z | Compiling clap_derive v4.6.1 |
| 499 | 2026-06-11T23:00:43.374Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-11T23:00:43.408Z | Compiling scroll v0.12.0 |
| 501 | 2026-06-11T23:00:43.633Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-11T23:00:43.679Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-11T23:00:43.784Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-11T23:00:43.802Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-11T23:00:43.943Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-11T23:00:43.943Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-11T23:00:44.132Z | Compiling clap v4.6.1 |
| 508 | 2026-06-11T23:00:44.377Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-11T23:00:44.377Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-11T23:00:44.498Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-11T23:00:44.528Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-11T23:00:45.065Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-11T23:00:45.082Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-06-11T23:00:45.085Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-06-11T23:00:45.085Z | Compiling serde-value v0.7.0 |
| 516 | 2026-06-11T23:00:45.085Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-06-11T23:00:45.085Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-11T23:00:45.098Z | Compiling dof v0.3.0 |
| 519 | 2026-06-11T23:00:45.101Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-06-11T23:00:45.253Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-06-11T23:00:45.286Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-11T23:00:45.286Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-06-11T23:00:45.809Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-11T23:00:45.809Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-11T23:00:46.099Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-11T23:00:46.206Z | Compiling idna v1.1.0 |
| 527 | 2026-06-11T23:00:46.408Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-11T23:00:46.466Z | Compiling url v2.5.8 |
| 529 | 2026-06-11T23:00:46.551Z | Compiling toml v0.8.23 |
| 530 | 2026-06-11T23:00:46.885Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-11T23:00:46.885Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-11T23:00:47.689Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-11T23:00:48.607Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-11T23:00:50.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s |
| 535 | 2026-06-11T23:00:50.957Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-11T23:00:51.528Z | Downloading crates ... |
| 537 | 2026-06-11T23:00:51.632Z | Downloaded aead v0.5.2 |
| 538 | 2026-06-11T23:00:51.639Z | Downloaded array-init v0.0.4 |
| 539 | 2026-06-11T23:00:51.644Z | Downloaded crucible-workspace-hack v0.1.0 |
| 540 | 2026-06-11T23:00:51.644Z | Downloaded ascii-canvas v3.0.0 |
| 541 | 2026-06-11T23:00:51.644Z | Downloaded difflib v0.4.0 |
| 542 | 2026-06-11T23:00:51.649Z | Downloaded adler2 v2.0.1 |
| 543 | 2026-06-11T23:00:51.649Z | Downloaded crc8 v0.1.1 |
| 544 | 2026-06-11T23:00:51.649Z | Downloaded arrayref v0.3.9 |
| 545 | 2026-06-11T23:00:51.649Z | Downloaded dsl_auto_type v0.2.0 |
| 546 | 2026-06-11T23:00:51.652Z | Downloaded either v1.15.0 |
| 547 | 2026-06-11T23:00:51.652Z | Downloaded defmt v0.3.100 |
| 548 | 2026-06-11T23:00:51.652Z | Downloaded daft-derive v0.1.7 |
| 549 | 2026-06-11T23:00:51.655Z | Downloaded csv-core v0.1.13 |
| 550 | 2026-06-11T23:00:51.656Z | Downloaded bit-set v0.8.0 |
| 551 | 2026-06-11T23:00:51.658Z | Downloaded crunchy v0.2.4 |
| 552 | 2026-06-11T23:00:51.658Z | Downloaded arrayvec v0.7.6 |
| 553 | 2026-06-11T23:00:51.663Z | Downloaded ctr v0.9.2 |
| 554 | 2026-06-11T23:00:51.663Z | Downloaded crc-any v2.5.0 |
| 555 | 2026-06-11T23:00:51.665Z | Downloaded derive_builder v0.20.2 |
| 556 | 2026-06-11T23:00:51.665Z | Downloaded cfg_aliases v0.2.1 |
| 557 | 2026-06-11T23:00:51.668Z | Downloaded camino-tempfile-ext v0.3.3 |
| 558 | 2026-06-11T23:00:51.668Z | Downloaded argon2 v0.5.3 |
| 559 | 2026-06-11T23:00:51.668Z | Downloaded ahash v0.8.12 |
| 560 | 2026-06-11T23:00:51.671Z | Downloaded anstyle-parse v0.2.7 |
| 561 | 2026-06-11T23:00:51.671Z | Downloaded cexpr v0.6.0 |
| 562 | 2026-06-11T23:00:51.674Z | Downloaded anstream v0.6.21 |
| 563 | 2026-06-11T23:00:51.674Z | Downloaded cstr-argument v0.1.2 |
| 564 | 2026-06-11T23:00:51.678Z | Downloaded crypto-bigint v0.5.5 |
| 565 | 2026-06-11T23:00:51.680Z | Downloaded blowfish v0.9.1 |
| 566 | 2026-06-11T23:00:51.680Z | Downloaded block-padding v0.3.3 |
| 567 | 2026-06-11T23:00:51.681Z | Downloaded bitflags v1.3.2 |
| 568 | 2026-06-11T23:00:51.683Z | Downloaded assert_matches v1.5.0 |
| 569 | 2026-06-11T23:00:51.686Z | Downloaded cookie_store v0.22.1 |
| 570 | 2026-06-11T23:00:51.686Z | Downloaded darling v0.13.4 |
| 571 | 2026-06-11T23:00:51.689Z | Downloaded allocator-api2 v0.2.21 |
| 572 | 2026-06-11T23:00:51.692Z | Downloaded async-bb8-diesel v0.2.1 |
| 573 | 2026-06-11T23:00:51.692Z | Downloaded async-stream-impl v0.3.6 |
| 574 | 2026-06-11T23:00:51.692Z | Downloaded endian-type v0.1.2 |
| 575 | 2026-06-11T23:00:51.695Z | Downloaded const-oid v0.9.6 |
| 576 | 2026-06-11T23:00:51.695Z | Downloaded des v0.8.1 |
| 577 | 2026-06-11T23:00:51.695Z | Downloaded ena v0.14.4 |
| 578 | 2026-06-11T23:00:51.698Z | Downloaded arc-swap v1.8.2 |
| 579 | 2026-06-11T23:00:51.701Z | Downloaded colored v3.1.1 |
| 580 | 2026-06-11T23:00:51.704Z | Downloaded env_filter v1.0.0 |
| 581 | 2026-06-11T23:00:51.704Z | Downloaded bit-set v0.5.3 |
| 582 | 2026-06-11T23:00:51.704Z | Downloaded embedded-io v0.6.1 |
| 583 | 2026-06-11T23:00:51.706Z | Downloaded document-features v0.2.12 |
| 584 | 2026-06-11T23:00:51.707Z | Downloaded cpufeatures v0.3.0 |
| 585 | 2026-06-11T23:00:51.707Z | Downloaded cobs v0.3.0 |
| 586 | 2026-06-11T23:00:51.709Z | Downloaded darling_macro v0.20.11 |
| 587 | 2026-06-11T23:00:51.709Z | Downloaded atomicwrites v0.4.4 |
| 588 | 2026-06-11T23:00:51.709Z | Downloaded ciborium-io v0.2.2 |
| 589 | 2026-06-11T23:00:51.714Z | Downloaded float-cmp v0.10.0 |
| 590 | 2026-06-11T23:00:51.714Z | Downloaded cfg_aliases v0.1.1 |
| 591 | 2026-06-11T23:00:51.714Z | Downloaded chacha20 v0.10.0 |
| 592 | 2026-06-11T23:00:51.717Z | Downloaded dirs-next v2.0.0 |
| 593 | 2026-06-11T23:00:51.717Z | Downloaded base64ct v1.8.3 |
| 594 | 2026-06-11T23:00:51.720Z | Downloaded enum-as-inner v0.6.1 |
| 595 | 2026-06-11T23:00:51.720Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 596 | 2026-06-11T23:00:51.723Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-06-11T23:00:51.723Z | Downloaded bitfield-macros v0.19.4 |
| 598 | 2026-06-11T23:00:51.726Z | Downloaded dof v0.4.0 |
| 599 | 2026-06-11T23:00:51.726Z | Downloaded derive_builder_macro v0.20.2 |
| 600 | 2026-06-11T23:00:51.728Z | Downloaded atty v0.2.14 |
| 601 | 2026-06-11T23:00:51.728Z | Downloaded darling_macro v0.21.3 |
| 602 | 2026-06-11T23:00:51.728Z | Downloaded embedded-io v0.4.0 |
| 603 | 2026-06-11T23:00:51.731Z | Downloaded foreign-types-macros v0.2.3 |
| 604 | 2026-06-11T23:00:51.731Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 605 | 2026-06-11T23:00:51.731Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 606 | 2026-06-11T23:00:51.735Z | Downloaded env_logger v0.11.9 |
| 607 | 2026-06-11T23:00:51.738Z | Downloaded crc-catalog v2.4.0 |
| 608 | 2026-06-11T23:00:51.740Z | Downloaded foreign-types-shared v0.3.1 |
| 609 | 2026-06-11T23:00:51.745Z | Downloaded compression-core v0.4.31 |
| 610 | 2026-06-11T23:00:51.748Z | Downloaded crc v3.4.0 |
| 611 | 2026-06-11T23:00:51.751Z | Downloaded display-error-chain v0.2.2 |
| 612 | 2026-06-11T23:00:51.751Z | Downloaded darling_macro v0.23.0 |
| 613 | 2026-06-11T23:00:51.753Z | Downloaded debug-ignore v1.0.5 |
| 614 | 2026-06-11T23:00:51.753Z | Downloaded futures-core v0.3.32 |
| 615 | 2026-06-11T23:00:51.756Z | Downloaded fd-lock v4.0.4 |
| 616 | 2026-06-11T23:00:51.756Z | Downloaded fixedbitset v0.4.2 |
| 617 | 2026-06-11T23:00:51.759Z | Downloaded byte-wrapper v0.1.0 |
| 618 | 2026-06-11T23:00:51.759Z | Downloaded flagset v0.4.7 |
| 619 | 2026-06-11T23:00:51.762Z | Downloaded dtrace-parser v0.3.0 |
| 620 | 2026-06-11T23:00:51.762Z | Downloaded darling_macro v0.13.4 |
| 621 | 2026-06-11T23:00:51.762Z | Downloaded const_format_proc_macros v0.2.34 |
| 622 | 2026-06-11T23:00:51.764Z | Downloaded corncobs v0.1.4 |
| 623 | 2026-06-11T23:00:51.764Z | Downloaded dyn-clone v1.0.20 |
| 624 | 2026-06-11T23:00:51.767Z | Downloaded castaway v0.2.4 |
| 625 | 2026-06-11T23:00:51.767Z | Downloaded downcast-rs v2.0.2 |
| 626 | 2026-06-11T23:00:51.767Z | Downloaded bit-vec v0.8.0 |
| 627 | 2026-06-11T23:00:51.771Z | Downloaded base16ct v0.2.0 |
| 628 | 2026-06-11T23:00:51.771Z | Downloaded cargo-platform v0.3.2 |
| 629 | 2026-06-11T23:00:51.774Z | Downloaded dunce v1.0.5 |
| 630 | 2026-06-11T23:00:51.774Z | Downloaded futures-io v0.3.32 |
| 631 | 2026-06-11T23:00:51.774Z | Downloaded foreign-types v0.5.0 |
| 632 | 2026-06-11T23:00:51.774Z | Downloaded defmt-parser v1.0.0 |
| 633 | 2026-06-11T23:00:51.774Z | Downloaded buf-list v1.1.2 |
| 634 | 2026-06-11T23:00:51.777Z | Downloaded console v0.16.2 |
| 635 | 2026-06-11T23:00:51.777Z | Downloaded float-ord v0.3.2 |
| 636 | 2026-06-11T23:00:51.779Z | Downloaded const_format v0.2.35 |
| 637 | 2026-06-11T23:00:51.782Z | Downloaded futures-macro v0.3.32 |
| 638 | 2026-06-11T23:00:51.782Z | Downloaded funty v2.0.0 |
| 639 | 2026-06-11T23:00:51.782Z | Downloaded async-trait v0.1.89 |
| 640 | 2026-06-11T23:00:51.785Z | Downloaded ghash v0.5.1 |
| 641 | 2026-06-11T23:00:51.785Z | Downloaded futures-sink v0.3.32 |
| 642 | 2026-06-11T23:00:51.788Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-06-11T23:00:51.788Z | Downloaded gethostname v0.5.0 |
| 644 | 2026-06-11T23:00:51.788Z | Downloaded futures-task v0.3.32 |
| 645 | 2026-06-11T23:00:51.790Z | Downloaded foreign-types v0.3.2 |
| 646 | 2026-06-11T23:00:51.790Z | Downloaded fxhash v0.2.1 |
| 647 | 2026-06-11T23:00:51.790Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-06-11T23:00:51.791Z | Downloaded ar_archive_writer v0.5.1 |
| 649 | 2026-06-11T23:00:51.793Z | Downloaded hash32 v0.3.1 |
| 650 | 2026-06-11T23:00:51.793Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-06-11T23:00:51.812Z | Downloaded data-encoding v2.10.0 |
| 652 | 2026-06-11T23:00:51.812Z | Downloaded ed25519 v2.2.3 |
| 653 | 2026-06-11T23:00:51.812Z | Downloaded convert_case v0.10.0 |
| 654 | 2026-06-11T23:00:51.812Z | Downloaded bcs v0.1.6 |
| 655 | 2026-06-11T23:00:51.812Z | Downloaded ecdsa v0.16.9 |
| 656 | 2026-06-11T23:00:51.812Z | Downloaded foldhash v0.2.0 |
| 657 | 2026-06-11T23:00:51.812Z | Downloaded bb8 v0.8.6 |
| 658 | 2026-06-11T23:00:51.812Z | Downloaded fallible-iterator v0.2.0 |
| 659 | 2026-06-11T23:00:51.812Z | Downloaded derive_builder_core v0.20.2 |
| 660 | 2026-06-11T23:00:51.812Z | Downloaded dirs-sys-next v0.1.2 |
| 661 | 2026-06-11T23:00:51.812Z | Downloaded async-recursion v1.1.1 |
| 662 | 2026-06-11T23:00:51.812Z | Downloaded hash32 v0.2.1 |
| 663 | 2026-06-11T23:00:51.812Z | Downloaded cipher v0.4.4 |
| 664 | 2026-06-11T23:00:51.812Z | Downloaded cassowary v0.3.0 |
| 665 | 2026-06-11T23:00:51.812Z | Downloaded bit-vec v0.6.3 |
| 666 | 2026-06-11T23:00:51.812Z | Downloaded async-stream v0.3.6 |
| 667 | 2026-06-11T23:00:51.816Z | Downloaded headers-core v0.3.0 |
| 668 | 2026-06-11T23:00:51.816Z | Downloaded bitfield-struct v0.6.2 |
| 669 | 2026-06-11T23:00:51.816Z | Downloaded compression-codecs v0.4.37 |
| 670 | 2026-06-11T23:00:51.816Z | Downloaded atomic-waker v1.1.2 |
| 671 | 2026-06-11T23:00:51.819Z | Downloaded cmake v0.1.57 |
| 672 | 2026-06-11T23:00:51.819Z | Downloaded backoff v0.4.0 |
| 673 | 2026-06-11T23:00:51.822Z | Downloaded hostname v0.4.2 |
| 674 | 2026-06-11T23:00:51.822Z | Downloaded defmt v1.0.1 |
| 675 | 2026-06-11T23:00:51.825Z | Downloaded ciborium-ll v0.2.2 |
| 676 | 2026-06-11T23:00:51.825Z | Downloaded cbc v0.1.2 |
| 677 | 2026-06-11T23:00:51.827Z | Downloaded hostname v0.3.1 |
| 678 | 2026-06-11T23:00:51.827Z | Downloaded home v0.5.12 |
| 679 | 2026-06-11T23:00:51.830Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-06-11T23:00:51.830Z | Downloaded constant_time_eq v0.4.2 |
| 681 | 2026-06-11T23:00:51.830Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-06-11T23:00:51.833Z | Downloaded chacha20 v0.9.1 |
| 683 | 2026-06-11T23:00:51.833Z | Downloaded ff v0.13.1 |
| 684 | 2026-06-11T23:00:51.836Z | Downloaded hex v0.4.3 |
| 685 | 2026-06-11T23:00:51.836Z | Downloaded fixedbitset v0.5.7 |
| 686 | 2026-06-11T23:00:51.838Z | Downloaded foldhash v0.1.5 |
| 687 | 2026-06-11T23:00:51.839Z | Downloaded critical-section v1.2.0 |
| 688 | 2026-06-11T23:00:51.839Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 689 | 2026-06-11T23:00:51.842Z | Downloaded crossbeam-deque v0.8.6 |
| 690 | 2026-06-11T23:00:51.842Z | Downloaded blake2 v0.10.6 |
| 691 | 2026-06-11T23:00:51.844Z | Downloaded fs_extra v1.3.0 |
| 692 | 2026-06-11T23:00:51.844Z | Downloaded hubpack_derive v0.1.1 |
| 693 | 2026-06-11T23:00:51.844Z | Downloaded hyper-tls v0.6.0 |
| 694 | 2026-06-11T23:00:51.847Z | Downloaded hubpack v0.1.2 |
| 695 | 2026-06-11T23:00:51.847Z | Downloaded http-range v0.1.5 |
| 696 | 2026-06-11T23:00:51.847Z | Downloaded futures-executor v0.3.32 |
| 697 | 2026-06-11T23:00:51.850Z | Downloaded daft v0.1.7 |
| 698 | 2026-06-11T23:00:51.850Z | Downloaded fs-err v2.11.0 |
| 699 | 2026-06-11T23:00:51.850Z | Downloaded httpdate v1.0.3 |
| 700 | 2026-06-11T23:00:51.853Z | Downloaded globset v0.4.18 |
| 701 | 2026-06-11T23:00:51.853Z | Downloaded group v0.13.0 |
| 702 | 2026-06-11T23:00:51.853Z | Downloaded crossbeam-epoch v0.9.18 |
| 703 | 2026-06-11T23:00:51.856Z | Downloaded der_derive v0.7.3 |
| 704 | 2026-06-11T23:00:51.859Z | Downloaded darling v0.20.11 |
| 705 | 2026-06-11T23:00:51.861Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 706 | 2026-06-11T23:00:51.861Z | Downloaded illumos-nvpair v0.3.0 |
| 707 | 2026-06-11T23:00:51.861Z | Downloaded ident_case v1.0.1 |
| 708 | 2026-06-11T23:00:51.861Z | Downloaded diesel_derives v2.3.7 |
| 709 | 2026-06-11T23:00:51.865Z | Downloaded is_ci v1.2.0 |
| 710 | 2026-06-11T23:00:51.867Z | Downloaded lalrpop-util v0.19.12 |
| 711 | 2026-06-11T23:00:51.867Z | Downloaded is-terminal v0.4.17 |
| 712 | 2026-06-11T23:00:51.867Z | Downloaded instant v0.1.13 |
| 713 | 2026-06-11T23:00:51.871Z | Downloaded instability v0.3.11 |
| 714 | 2026-06-11T23:00:51.871Z | Downloaded indoc v1.0.9 |
| 715 | 2026-06-11T23:00:51.871Z | Downloaded internet-checksum v0.2.1 |
| 716 | 2026-06-11T23:00:51.874Z | Downloaded cancel-safe-futures v0.1.5 |
| 717 | 2026-06-11T23:00:51.874Z | Downloaded bzip2 v0.6.1 |
| 718 | 2026-06-11T23:00:51.877Z | Downloaded bzip2 v0.4.4 |
| 719 | 2026-06-11T23:00:51.877Z | Downloaded inout v0.1.4 |
| 720 | 2026-06-11T23:00:51.877Z | Downloaded indent_write v2.2.0 |
| 721 | 2026-06-11T23:00:51.880Z | Downloaded derive_more v2.1.1 |
| 722 | 2026-06-11T23:00:51.885Z | Downloaded highway v1.3.0 |
| 723 | 2026-06-11T23:00:51.888Z | Downloaded libscf-sys v1.1.0 |
| 724 | 2026-06-11T23:00:51.888Z | Downloaded kstat-rs v0.2.4 |
| 725 | 2026-06-11T23:00:51.891Z | Downloaded keccak v0.1.6 |
| 726 | 2026-06-11T23:00:51.891Z | Downloaded console v0.15.11 |
| 727 | 2026-06-11T23:00:51.895Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-06-11T23:00:51.895Z | Downloaded colored v2.2.0 |
| 729 | 2026-06-11T23:00:51.895Z | Downloaded lru-cache v0.1.2 |
| 730 | 2026-06-11T23:00:51.898Z | Downloaded derive-ex v0.1.8 |
| 731 | 2026-06-11T23:00:51.898Z | Downloaded darling v0.23.0 |
| 732 | 2026-06-11T23:00:51.901Z | Downloaded cargo_metadata v0.23.1 |
| 733 | 2026-06-11T23:00:51.901Z | Downloaded bitfield v0.19.4 |
| 734 | 2026-06-11T23:00:51.904Z | Downloaded darling v0.21.3 |
| 735 | 2026-06-11T23:00:51.906Z | Downloaded backon v1.6.0 |
| 736 | 2026-06-11T23:00:51.906Z | Downloaded erased-serde v0.3.31 |
| 737 | 2026-06-11T23:00:51.911Z | Downloaded filetime v0.2.27 |
| 738 | 2026-06-11T23:00:51.911Z | Downloaded mime v0.3.17 |
| 739 | 2026-06-11T23:00:51.913Z | Downloaded memoffset v0.9.1 |
| 740 | 2026-06-11T23:00:51.913Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-06-11T23:00:51.913Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-06-11T23:00:51.913Z | Downloaded maplit v1.0.2 |
| 743 | 2026-06-11T23:00:51.913Z | Downloaded lzss v0.8.2 |
| 744 | 2026-06-11T23:00:51.916Z | Downloaded hyper-staticfile v0.10.1 |
| 745 | 2026-06-11T23:00:51.916Z | Downloaded md5 v0.7.0 |
| 746 | 2026-06-11T23:00:51.919Z | Downloaded lru-slab v0.1.2 |
| 747 | 2026-06-11T23:00:51.919Z | Downloaded linked-hash-map v0.5.6 |
| 748 | 2026-06-11T23:00:51.919Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-06-11T23:00:51.922Z | Downloaded half v1.8.3 |
| 750 | 2026-06-11T23:00:51.922Z | Downloaded darling_core v0.13.4 |
| 751 | 2026-06-11T23:00:51.924Z | Downloaded derive-where v1.6.0 |
| 752 | 2026-06-11T23:00:51.927Z | Downloaded ingot-types v0.1.2 |
| 753 | 2026-06-11T23:00:51.927Z | Downloaded ingot v0.1.1 |
| 754 | 2026-06-11T23:00:51.930Z | Downloaded ipnet v2.11.0 |
| 755 | 2026-06-11T23:00:51.930Z | Downloaded ipnetwork v0.21.1 |
| 756 | 2026-06-11T23:00:51.933Z | Downloaded newline-converter v0.3.0 |
| 757 | 2026-06-11T23:00:51.933Z | Downloaded newtype-uuid-macros v0.1.0 |
| 758 | 2026-06-11T23:00:51.933Z | Downloaded new_debug_unreachable v1.0.6 |
| 759 | 2026-06-11T23:00:51.935Z | Downloaded multimap v0.10.1 |
| 760 | 2026-06-11T23:00:51.935Z | Downloaded indoc v2.0.7 |
| 761 | 2026-06-11T23:00:51.936Z | Downloaded nibble_vec v0.1.0 |
| 762 | 2026-06-11T23:00:51.939Z | Downloaded newtype_derive v0.1.6 |
| 763 | 2026-06-11T23:00:51.939Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 764 | 2026-06-11T23:00:51.941Z | Downloaded deranged v0.5.8 |
| 765 | 2026-06-11T23:00:51.941Z | Downloaded clang-sys v1.8.1 |
| 766 | 2026-06-11T23:00:51.944Z | Downloaded drift v0.2.0 |
| 767 | 2026-06-11T23:00:51.948Z | Downloaded httparse v1.10.1 |
| 768 | 2026-06-11T23:00:51.951Z | Downloaded http-body-util v0.1.3 |
| 769 | 2026-06-11T23:00:51.953Z | Downloaded lru v0.12.5 |
| 770 | 2026-06-11T23:00:51.953Z | Downloaded lock_api v0.4.14 |
| 771 | 2026-06-11T23:00:51.953Z | Downloaded libsw-core v0.3.2 |
| 772 | 2026-06-11T23:00:51.956Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-06-11T23:00:51.956Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-06-11T23:00:51.959Z | Downloaded hmac v0.12.1 |
| 775 | 2026-06-11T23:00:51.959Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-06-11T23:00:51.959Z | Downloaded cookie v0.18.1 |
| 777 | 2026-06-11T23:00:51.961Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2026-06-11T23:00:51.961Z | Downloaded nonempty v0.12.0 |
| 779 | 2026-06-11T23:00:51.966Z | Downloaded num-iter v0.1.45 |
| 780 | 2026-06-11T23:00:51.966Z | Downloaded num_enum_derive v0.5.11 |
| 781 | 2026-06-11T23:00:51.966Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-06-11T23:00:51.972Z | Downloaded defmt-macros v1.0.1 |
| 783 | 2026-06-11T23:00:51.972Z | Downloaded opaque-debug v0.3.1 |
| 784 | 2026-06-11T23:00:51.972Z | Downloaded num-conv v0.2.0 |
| 785 | 2026-06-11T23:00:51.972Z | Downloaded crc32fast v1.5.0 |
| 786 | 2026-06-11T23:00:51.972Z | Downloaded elliptic-curve v0.13.8 |
| 787 | 2026-06-11T23:00:51.975Z | Downloaded libsw v3.5.0 |
| 788 | 2026-06-11T23:00:51.975Z | Downloaded dropshot_endpoint v0.17.0 |
| 789 | 2026-06-11T23:00:51.980Z | Downloaded managed v0.8.0 |
| 790 | 2026-06-11T23:00:51.980Z | Downloaded linear-map v1.2.0 |
| 791 | 2026-06-11T23:00:51.980Z | Downloaded diff v0.1.13 |
| 792 | 2026-06-11T23:00:51.981Z | Downloaded oso-derive v0.27.3 |
| 793 | 2026-06-11T23:00:51.981Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-06-11T23:00:51.985Z | Downloaded humantime v2.3.0 |
| 795 | 2026-06-11T23:00:51.985Z | Downloaded glob v0.3.3 |
| 796 | 2026-06-11T23:00:51.985Z | Downloaded git-stub-vcs v0.1.0 |
| 797 | 2026-06-11T23:00:51.985Z | Downloaded crossbeam-utils v0.8.21 |
| 798 | 2026-06-11T23:00:51.988Z | Downloaded getrandom v0.3.4 |
| 799 | 2026-06-11T23:00:51.988Z | Downloaded md-5 v0.10.6 |
| 800 | 2026-06-11T23:00:51.991Z | Downloaded darling_core v0.21.3 |
| 801 | 2026-06-11T23:00:51.993Z | Downloaded openssl-probe v0.1.6 |
| 802 | 2026-06-11T23:00:51.993Z | Downloaded half v2.7.1 |
| 803 | 2026-06-11T23:00:51.996Z | Downloaded olpc-cjson v0.1.4 |
| 804 | 2026-06-11T23:00:51.996Z | Downloaded iana-time-zone v0.1.65 |
| 805 | 2026-06-11T23:00:51.999Z | Downloaded getrandom v0.2.17 |
| 806 | 2026-06-11T23:00:52.002Z | Downloaded mime_guess v2.0.5 |
| 807 | 2026-06-11T23:00:52.002Z | Downloaded multer v3.1.0 |
| 808 | 2026-06-11T23:00:52.002Z | Downloaded libloading v0.8.9 |
| 809 | 2026-06-11T23:00:52.005Z | Downloaded ingot-macros v0.1.1 |
| 810 | 2026-06-11T23:00:52.005Z | Downloaded http-body v1.0.1 |
| 811 | 2026-06-11T23:00:52.005Z | Downloaded find-msvc-tools v0.1.9 |
| 812 | 2026-06-11T23:00:52.008Z | Downloaded diesel-dtrace v0.5.0 |
| 813 | 2026-06-11T23:00:52.008Z | Downloaded packed_struct_codegen v0.10.1 |
| 814 | 2026-06-11T23:00:52.011Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-06-11T23:00:52.011Z | Downloaded native-tls v0.2.18 |
| 816 | 2026-06-11T23:00:52.011Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-06-11T23:00:52.014Z | Downloaded pbkdf2 v0.11.0 |
| 818 | 2026-06-11T23:00:52.014Z | Downloaded compact_str v0.8.1 |
| 819 | 2026-06-11T23:00:52.017Z | Downloaded chacha20poly1305 v0.10.1 |
| 820 | 2026-06-11T23:00:52.017Z | Downloaded newtype-uuid v1.3.2 |
| 821 | 2026-06-11T23:00:52.020Z | Downloaded bytes v1.11.1 |
| 822 | 2026-06-11T23:00:52.023Z | Downloaded flume v0.11.1 |
| 823 | 2026-06-11T23:00:52.023Z | Downloaded base64 v0.22.1 |
| 824 | 2026-06-11T23:00:52.026Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-06-11T23:00:52.026Z | Downloaded hyper-rustls v0.27.7 |
| 826 | 2026-06-11T23:00:52.043Z | Downloaded pin-utils v0.1.0 |
| 827 | 2026-06-11T23:00:52.046Z | Downloaded phf_shared v0.13.1 |
| 828 | 2026-06-11T23:00:52.046Z | Downloaded phf_shared v0.12.1 |
| 829 | 2026-06-11T23:00:52.046Z | Downloaded phf_shared v0.11.3 |
| 830 | 2026-06-11T23:00:52.046Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-06-11T23:00:52.049Z | Downloaded num_threads v0.1.7 |
| 832 | 2026-06-11T23:00:52.049Z | Downloaded num_enum_derive v0.7.6 |
| 833 | 2026-06-11T23:00:52.049Z | Downloaded num_enum v0.7.6 |
| 834 | 2026-06-11T23:00:52.053Z | Downloaded openssl-macros v0.1.1 |
| 835 | 2026-06-11T23:00:52.053Z | Downloaded fatfs v0.3.6 |
| 836 | 2026-06-11T23:00:52.057Z | Downloaded derive_more v0.99.20 |
| 837 | 2026-06-11T23:00:52.060Z | Downloaded darling_core v0.23.0 |
| 838 | 2026-06-11T23:00:52.060Z | Downloaded powerfmt v0.2.0 |
| 839 | 2026-06-11T23:00:52.063Z | Downloaded litrs v1.0.0 |
| 840 | 2026-06-11T23:00:52.063Z | Downloaded num_enum v0.5.11 |
| 841 | 2026-06-11T23:00:52.065Z | Downloaded owo-colors v4.3.0 |
| 842 | 2026-06-11T23:00:52.068Z | Downloaded predicates-core v1.0.10 |
| 843 | 2026-06-11T23:00:52.068Z | Downloaded precomputed-hash v0.1.1 |
| 844 | 2026-06-11T23:00:52.068Z | Downloaded heapless v0.7.17 |
| 845 | 2026-06-11T23:00:52.071Z | Downloaded headers v0.4.1 |
| 846 | 2026-06-11T23:00:52.076Z | Downloaded predicates-tree v1.0.13 |
| 847 | 2026-06-11T23:00:52.079Z | Downloaded crossterm v0.29.0 |
| 848 | 2026-06-11T23:00:52.079Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 849 | 2026-06-11T23:00:52.082Z | Downloaded proc-macro-crate v3.4.0 |
| 850 | 2026-06-11T23:00:52.082Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-06-11T23:00:52.082Z | Downloaded password-hash v0.4.2 |
| 852 | 2026-06-11T23:00:52.085Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2026-06-11T23:00:52.085Z | Downloaded parking_lot_core v0.8.6 |
| 854 | 2026-06-11T23:00:52.087Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-06-11T23:00:52.087Z | Downloaded progenitor-client v0.11.2 |
| 856 | 2026-06-11T23:00:52.087Z | Downloaded progenitor-client v0.14.0 |
| 857 | 2026-06-11T23:00:52.090Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-06-11T23:00:52.090Z | Downloaded oxnet v0.1.5 |
| 859 | 2026-06-11T23:00:52.093Z | Downloaded futures v0.3.32 |
| 860 | 2026-06-11T23:00:52.096Z | Downloaded progenitor-macro v0.11.2 |
| 861 | 2026-06-11T23:00:52.096Z | Downloaded paste v1.0.15 |
| 862 | 2026-06-11T23:00:52.101Z | Downloaded cc v1.2.56 |
| 863 | 2026-06-11T23:00:52.101Z | Downloaded base64 v0.21.7 |
| 864 | 2026-06-11T23:00:52.103Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-06-11T23:00:52.103Z | Downloaded libbz2-rs-sys v0.2.2 |
| 866 | 2026-06-11T23:00:52.103Z | Downloaded num-integer v0.1.46 |
| 867 | 2026-06-11T23:00:52.106Z | Downloaded progenitor-macro v0.13.0 |
| 868 | 2026-06-11T23:00:52.106Z | Downloaded omicron-zone-package v0.12.2 |
| 869 | 2026-06-11T23:00:52.109Z | Downloaded psl-types v2.0.11 |
| 870 | 2026-06-11T23:00:52.109Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-06-11T23:00:52.109Z | Downloaded phf v0.13.1 |
| 872 | 2026-06-11T23:00:52.112Z | Downloaded quick-error v1.2.3 |
| 873 | 2026-06-11T23:00:52.112Z | Downloaded phf v0.12.1 |
| 874 | 2026-06-11T23:00:52.112Z | Downloaded radium v0.7.0 |
| 875 | 2026-06-11T23:00:52.112Z | Downloaded pem v3.0.6 |
| 876 | 2026-06-11T23:00:52.115Z | Downloaded async-compression v0.4.41 |
| 877 | 2026-06-11T23:00:52.118Z | Downloaded flate2 v1.1.9 |
| 878 | 2026-06-11T23:00:52.121Z | Downloaded crossbeam-channel v0.5.15 |
| 879 | 2026-06-11T23:00:52.123Z | Downloaded peg-macros v0.8.5 |
| 880 | 2026-06-11T23:00:52.126Z | Downloaded der v0.7.10 |
| 881 | 2026-06-11T23:00:52.128Z | Downloaded polyval v0.6.2 |
| 882 | 2026-06-11T23:00:52.129Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-06-11T23:00:52.131Z | Downloaded pin-project-internal v1.1.11 |
| 884 | 2026-06-11T23:00:52.131Z | Downloaded poly1305 v0.8.0 |
| 885 | 2026-06-11T23:00:52.134Z | Downloaded ppv-lite86 v0.2.21 |
| 886 | 2026-06-11T23:00:52.134Z | Downloaded pkcs8 v0.10.2 |
| 887 | 2026-06-11T23:00:52.137Z | Downloaded darling_core v0.20.11 |
| 888 | 2026-06-11T23:00:52.140Z | Downloaded rand_chacha v0.3.1 |
| 889 | 2026-06-11T23:00:52.140Z | Downloaded peg v0.8.5 |
| 890 | 2026-06-11T23:00:52.142Z | Downloaded rand_xorshift v0.4.0 |
| 891 | 2026-06-11T23:00:52.142Z | Downloaded oxide-tokio-rt v0.1.4 |
| 892 | 2026-06-11T23:00:52.145Z | Downloaded ignore v0.4.25 |
| 893 | 2026-06-11T23:00:52.145Z | Downloaded memmap2 v0.9.10 |
| 894 | 2026-06-11T23:00:52.148Z | Downloaded indexmap v1.9.3 |
| 895 | 2026-06-11T23:00:52.150Z | Downloaded primeorder v0.13.6 |
| 896 | 2026-06-11T23:00:52.151Z | Downloaded progenitor v0.14.0 |
| 897 | 2026-06-11T23:00:52.151Z | Downloaded proc-macro-error2 v2.0.1 |
| 898 | 2026-06-11T23:00:52.154Z | Downloaded parking_lot_core v0.9.12 |
| 899 | 2026-06-11T23:00:52.154Z | Downloaded num-derive v0.3.3 |
| 900 | 2026-06-11T23:00:52.158Z | Downloaded recursive v0.1.1 |
| 901 | 2026-06-11T23:00:52.158Z | Downloaded num-complex v0.4.6 |
| 902 | 2026-06-11T23:00:52.158Z | Downloaded num v0.4.3 |
| 903 | 2026-06-11T23:00:52.158Z | Downloaded nu-ansi-term v0.50.3 |
| 904 | 2026-06-11T23:00:52.160Z | Downloaded bumpalo v3.20.2 |
| 905 | 2026-06-11T23:00:52.163Z | Downloaded parse-display v0.10.0 |
| 906 | 2026-06-11T23:00:52.163Z | Downloaded progenitor-extras v0.2.0 |
| 907 | 2026-06-11T23:00:52.163Z | Downloaded progenitor-client v0.13.0 |
| 908 | 2026-06-11T23:00:52.166Z | Downloaded heapless v0.8.0 |
| 909 | 2026-06-11T23:00:52.166Z | Downloaded nanorand v0.7.0 |
| 910 | 2026-06-11T23:00:52.168Z | Downloaded hickory-resolver v0.24.4 |
| 911 | 2026-06-11T23:00:52.171Z | Downloaded ref-cast-impl v1.0.25 |
| 912 | 2026-06-11T23:00:52.171Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 913 | 2026-06-11T23:00:52.174Z | Downloaded rfc6979 v0.4.0 |
| 914 | 2026-06-11T23:00:52.178Z | Downloaded hickory-resolver v0.25.2 |
| 915 | 2026-06-11T23:00:52.180Z | Downloaded pem-rfc7468 v0.7.0 |
| 916 | 2026-06-11T23:00:52.183Z | Downloaded rustc-hash v2.1.1 |
| 917 | 2026-06-11T23:00:52.183Z | Downloaded psm v0.1.30 |
| 918 | 2026-06-11T23:00:52.186Z | Downloaded rustc_version v0.4.1 |
| 919 | 2026-06-11T23:00:52.186Z | Downloaded rtoolbox v0.0.3 |
| 920 | 2026-06-11T23:00:52.189Z | Downloaded r2d2 v0.8.10 |
| 921 | 2026-06-11T23:00:52.192Z | Downloaded derive_more-impl v2.1.1 |
| 922 | 2026-06-11T23:00:52.195Z | Downloaded pin-project-lite v0.2.17 |
| 923 | 2026-06-11T23:00:52.197Z | Downloaded rustc_version v0.1.7 |
| 924 | 2026-06-11T23:00:52.200Z | Downloaded russh-cryptovec v0.7.3 |
| 925 | 2026-06-11T23:00:52.200Z | Downloaded rand_core v0.9.5 |
| 926 | 2026-06-11T23:00:52.200Z | Downloaded postgres-protocol v0.6.10 |
| 927 | 2026-06-11T23:00:52.203Z | Downloaded expectorate v1.2.0 |
| 928 | 2026-06-11T23:00:52.204Z | Downloaded predicates v3.1.4 |
| 929 | 2026-06-11T23:00:52.206Z | Downloaded rand_core v0.10.0 |
| 930 | 2026-06-11T23:00:52.206Z | Downloaded pkcs5 v0.7.1 |
| 931 | 2026-06-11T23:00:52.209Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-06-11T23:00:52.209Z | Downloaded oso v0.27.3 |
| 933 | 2026-06-11T23:00:52.212Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-06-11T23:00:52.215Z | Downloaded scopeguard v1.2.0 |
| 935 | 2026-06-11T23:00:52.215Z | Downloaded indicatif v0.18.4 |
| 936 | 2026-06-11T23:00:52.220Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-06-11T23:00:52.220Z | Downloaded postcard v1.1.3 |
| 938 | 2026-06-11T23:00:52.220Z | Downloaded postgres-types v0.2.12 |
| 939 | 2026-06-11T23:00:52.223Z | Downloaded progenitor v0.13.0 |
| 940 | 2026-06-11T23:00:52.223Z | Downloaded miniz_oxide v0.8.9 |
| 941 | 2026-06-11T23:00:52.223Z | Downloaded hashbrown v0.12.3 |
| 942 | 2026-06-11T23:00:52.226Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-06-11T23:00:52.229Z | Downloaded resolv-conf v0.7.6 |
| 944 | 2026-06-11T23:00:52.229Z | Downloaded progenitor v0.11.2 |
| 945 | 2026-06-11T23:00:52.232Z | Downloaded parking_lot v0.11.2 |
| 946 | 2026-06-11T23:00:52.232Z | Downloaded parking_lot v0.12.5 |
| 947 | 2026-06-11T23:00:52.235Z | Downloaded sapling-renderdag v0.1.0 |
| 948 | 2026-06-11T23:00:52.235Z | Downloaded seq-macro v0.3.6 |
| 949 | 2026-06-11T23:00:52.235Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-06-11T23:00:52.238Z | Downloaded scrypt v0.11.0 |
| 951 | 2026-06-11T23:00:52.238Z | Downloaded scroll_derive v0.13.1 |
| 952 | 2026-06-11T23:00:52.238Z | Downloaded same-file v1.0.6 |
| 953 | 2026-06-11T23:00:52.243Z | Downloaded salsa20 v0.10.2 |
| 954 | 2026-06-11T23:00:52.243Z | Downloaded rand_core v0.6.4 |
| 955 | 2026-06-11T23:00:52.243Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2026-06-11T23:00:52.243Z | Downloaded secrecy v0.10.3 |
| 957 | 2026-06-11T23:00:52.246Z | Downloaded ref-cast v1.0.25 |
| 958 | 2026-06-11T23:00:52.248Z | Downloaded jiff-static v0.2.21 |
| 959 | 2026-06-11T23:00:52.252Z | Downloaded pin-project v1.1.11 |
| 960 | 2026-06-11T23:00:52.259Z | Downloaded serde_urlencoded v0.7.1 |
| 961 | 2026-06-11T23:00:52.262Z | Downloaded serde_spanned v1.0.4 |
| 962 | 2026-06-11T23:00:52.262Z | Downloaded serde_bytes v0.11.19 |
| 963 | 2026-06-11T23:00:52.265Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-06-11T23:00:52.265Z | Downloaded rustls-pemfile v1.0.4 |
| 965 | 2026-06-11T23:00:52.267Z | Downloaded rustls-native-certs v0.8.3 |
| 966 | 2026-06-11T23:00:52.267Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-06-11T23:00:52.270Z | Downloaded serde-big-array v0.5.1 |
| 968 | 2026-06-11T23:00:52.270Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-06-11T23:00:52.270Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-06-11T23:00:52.273Z | Downloaded openssl-sys v0.9.115 |
| 971 | 2026-06-11T23:00:52.276Z | Downloaded quinn-udp v0.5.14 |
| 972 | 2026-06-11T23:00:52.280Z | Downloaded ed25519-dalek v2.2.0 |
| 973 | 2026-06-11T23:00:52.283Z | Downloaded shell-words v1.1.1 |
| 974 | 2026-06-11T23:00:52.283Z | Downloaded siphasher v1.0.2 |
| 975 | 2026-06-11T23:00:52.283Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-06-11T23:00:52.283Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-06-11T23:00:52.286Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-06-11T23:00:52.286Z | Downloaded signature v2.2.0 |
| 979 | 2026-06-11T23:00:52.289Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-06-11T23:00:52.289Z | Downloaded progenitor-impl v0.14.0 |
| 981 | 2026-06-11T23:00:52.289Z | Downloaded minimal-lexical v0.2.1 |
| 982 | 2026-06-11T23:00:52.293Z | Downloaded p256 v0.13.2 |
| 983 | 2026-06-11T23:00:52.296Z | Downloaded hashbrown v0.13.2 |
| 984 | 2026-06-11T23:00:52.299Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-06-11T23:00:52.299Z | Downloaded sct v0.7.1 |
| 986 | 2026-06-11T23:00:52.302Z | Downloaded slog-bunyan v2.5.0 |
| 987 | 2026-06-11T23:00:52.302Z | Downloaded scroll v0.13.0 |
| 988 | 2026-06-11T23:00:52.305Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-06-11T23:00:52.305Z | Downloaded aho-corasick v1.1.4 |
| 990 | 2026-06-11T23:00:52.308Z | Downloaded progenitor-impl v0.13.0 |
| 991 | 2026-06-11T23:00:52.310Z | Downloaded aes v0.8.4 |
| 992 | 2026-06-11T23:00:52.310Z | Downloaded progenitor-impl v0.11.2 |
| 993 | 2026-06-11T23:00:52.313Z | Downloaded signal-hook-mio v0.2.5 |
| 994 | 2026-06-11T23:00:52.321Z | Downloaded russh-keys v0.45.0 |
| 995 | 2026-06-11T23:00:52.324Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2026-06-11T23:00:52.329Z | Downloaded semver v0.1.20 |
| 997 | 2026-06-11T23:00:52.334Z | Downloaded sqlparser_derive v0.5.0 |
| 998 | 2026-06-11T23:00:52.334Z | Downloaded slog-envlogger v2.2.0 |
| 999 | 2026-06-11T23:00:52.338Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1000 | 2026-06-11T23:00:52.338Z | Downloaded ssh-cipher v0.2.0 |
| 1001 | 2026-06-11T23:00:52.338Z | Downloaded serde_path_to_error v0.1.20 |
| 1002 | 2026-06-11T23:00:52.338Z | Downloaded crossterm v0.28.1 |
| 1003 | 2026-06-11T23:00:52.347Z | Downloaded http v1.4.0 |
| 1004 | 2026-06-11T23:00:52.350Z | Downloaded strum v0.26.3 |
| 1005 | 2026-06-11T23:00:52.353Z | Downloaded ssh-encoding v0.2.0 |
| 1006 | 2026-06-11T23:00:52.358Z | Downloaded shlex v1.3.0 |
| 1007 | 2026-06-11T23:00:52.361Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-06-11T23:00:52.365Z | Downloaded strum v0.27.2 |
| 1009 | 2026-06-11T23:00:52.365Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-06-11T23:00:52.365Z | Downloaded strsim v0.10.0 |
| 1011 | 2026-06-11T23:00:52.367Z | Downloaded signal-hook-registry v1.4.8 |
| 1012 | 2026-06-11T23:00:52.368Z | Downloaded hyper-util v0.1.20 |
| 1013 | 2026-06-11T23:00:52.370Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-06-11T23:00:52.370Z | Downloaded pretty_assertions v1.4.1 |
| 1015 | 2026-06-11T23:00:52.373Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-06-11T23:00:52.376Z | Downloaded simd-adler32 v0.3.8 |
| 1017 | 2026-06-11T23:00:52.381Z | Downloaded sync_wrapper v1.0.2 |
| 1018 | 2026-06-11T23:00:52.383Z | Downloaded slog-json v2.6.1 |
| 1019 | 2026-06-11T23:00:52.383Z | Downloaded tabwriter v1.4.1 |
| 1020 | 2026-06-11T23:00:52.386Z | Downloaded rcgen v0.12.1 |
| 1021 | 2026-06-11T23:00:52.386Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-06-11T23:00:52.389Z | Downloaded tap v1.0.1 |
| 1023 | 2026-06-11T23:00:52.389Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-06-11T23:00:52.389Z | Downloaded supports-color v3.0.2 |
| 1025 | 2026-06-11T23:00:52.389Z | Downloaded sync-ptr v0.1.4 |
| 1026 | 2026-06-11T23:00:52.392Z | Downloaded slog-stdlog v4.1.1 |
| 1027 | 2026-06-11T23:00:52.392Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-06-11T23:00:52.392Z | Downloaded slog-dtrace v0.3.0 |
| 1029 | 2026-06-11T23:00:52.394Z | Downloaded slog-async v2.8.0 |
| 1030 | 2026-06-11T23:00:52.394Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-06-11T23:00:52.398Z | Downloaded slab v0.4.12 |
| 1032 | 2026-06-11T23:00:52.398Z | Downloaded sec1 v0.7.3 |
| 1033 | 2026-06-11T23:00:52.401Z | Downloaded smf v0.2.3 |
| 1034 | 2026-06-11T23:00:52.405Z | Downloaded serde-hex v0.1.0 |
| 1035 | 2026-06-11T23:00:52.408Z | Downloaded smallvec v0.6.14 |
| 1036 | 2026-06-11T23:00:52.408Z | Downloaded ron v0.8.1 |
| 1037 | 2026-06-11T23:00:52.411Z | Downloaded time-core v0.1.8 |
| 1038 | 2026-06-11T23:00:52.411Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-06-11T23:00:52.413Z | Downloaded thread-id v5.1.0 |
| 1040 | 2026-06-11T23:00:52.414Z | Downloaded serde_with_macros v1.5.2 |
| 1041 | 2026-06-11T23:00:52.414Z | Downloaded dropshot-api-manager v0.7.2 |
| 1042 | 2026-06-11T23:00:52.416Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1043 | 2026-06-11T23:00:52.419Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-06-11T23:00:52.419Z | Downloaded spki v0.7.3 |
| 1045 | 2026-06-11T23:00:52.424Z | Downloaded tokio-macros v2.7.0 |
| 1046 | 2026-06-11T23:00:52.424Z | Downloaded tinyvec_macros v0.1.1 |
| 1047 | 2026-06-11T23:00:52.424Z | Downloaded serde_with_macros v3.17.0 |
| 1048 | 2026-06-11T23:00:52.424Z | Downloaded static_assertions v1.1.0 |
| 1049 | 2026-06-11T23:00:52.427Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-06-11T23:00:52.427Z | Downloaded sqlformat v0.3.5 |
| 1051 | 2026-06-11T23:00:52.427Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-06-11T23:00:52.429Z | Downloaded hickory-server v0.25.2 |
| 1053 | 2026-06-11T23:00:52.433Z | Downloaded rayon-core v1.13.0 |
| 1054 | 2026-06-11T23:00:52.433Z | Downloaded aes-gcm v0.10.3 |
| 1055 | 2026-06-11T23:00:52.435Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-06-11T23:00:52.438Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-06-11T23:00:52.438Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1058 | 2026-06-11T23:00:52.441Z | Downloaded prettyplease v0.2.37 |
| 1059 | 2026-06-11T23:00:52.445Z | Downloaded mio v1.2.0 |
| 1060 | 2026-06-11T23:00:52.447Z | Downloaded schemars v0.8.22 |
| 1061 | 2026-06-11T23:00:52.455Z | Downloaded support-bundle-viewer v0.1.2 |
| 1062 | 2026-06-11T23:00:52.458Z | Downloaded strum_macros v0.27.2 |
| 1063 | 2026-06-11T23:00:52.460Z | Downloaded tabled_derive v0.11.0 |
| 1064 | 2026-06-11T23:00:52.464Z | Downloaded nom v7.1.3 |
| 1065 | 2026-06-11T23:00:52.467Z | Downloaded termios v0.3.3 |
| 1066 | 2026-06-11T23:00:52.470Z | Downloaded serde_cbor v0.11.2 |
| 1067 | 2026-06-11T23:00:52.474Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-06-11T23:00:52.474Z | Downloaded hashbrown v0.15.5 |
| 1069 | 2026-06-11T23:00:52.476Z | Downloaded hashbrown v0.16.1 |
| 1070 | 2026-06-11T23:00:52.479Z | Downloaded itertools v0.10.5 |
| 1071 | 2026-06-11T23:00:52.483Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-06-11T23:00:52.483Z | Downloaded publicsuffix v2.3.0 |
| 1073 | 2026-06-11T23:00:52.485Z | Downloaded num-bigint v0.4.6 |
| 1074 | 2026-06-11T23:00:52.488Z | Downloaded tiny-keccak v2.0.2 |
| 1075 | 2026-06-11T23:00:52.490Z | Downloaded time-macros v0.2.27 |
| 1076 | 2026-06-11T23:00:52.490Z | Downloaded thread_local v1.1.9 |
| 1077 | 2026-06-11T23:00:52.493Z | Downloaded tower-service v0.3.3 |
| 1078 | 2026-06-11T23:00:52.493Z | Downloaded quinn v0.11.9 |
| 1079 | 2026-06-11T23:00:52.496Z | Downloaded tls_codec v0.4.2 |
| 1080 | 2026-06-11T23:00:52.496Z | Downloaded tower-layer v0.3.3 |
| 1081 | 2026-06-11T23:00:52.499Z | Downloaded thiserror-no-std v2.0.2 |
| 1082 | 2026-06-11T23:00:52.499Z | Downloaded rand v0.8.6 |
| 1083 | 2026-06-11T23:00:52.501Z | Downloaded stacker v0.1.23 |
| 1084 | 2026-06-11T23:00:52.505Z | Downloaded libxml v0.3.3 |
| 1085 | 2026-06-11T23:00:52.509Z | Downloaded tokio-dtrace v0.1.1 |
| 1086 | 2026-06-11T23:00:52.511Z | Downloaded typify-macro v0.6.2 |
| 1087 | 2026-06-11T23:00:52.511Z | Downloaded signal-hook v0.3.18 |
| 1088 | 2026-06-11T23:00:52.514Z | Downloaded typify-macro v0.4.3 |
| 1089 | 2026-06-11T23:00:52.514Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-06-11T23:00:52.517Z | Downloaded strum_macros v0.26.4 |
| 1091 | 2026-06-11T23:00:52.520Z | Downloaded tokio-native-tls v0.3.1 |
| 1092 | 2026-06-11T23:00:52.523Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-06-11T23:00:52.523Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-06-11T23:00:52.527Z | Downloaded universal-hash v0.5.1 |
| 1095 | 2026-06-11T23:00:52.527Z | Downloaded unarray v0.1.4 |
| 1096 | 2026-06-11T23:00:52.532Z | Downloaded itertools v0.13.0 |
| 1097 | 2026-06-11T23:00:52.537Z | Downloaded similar v2.7.0 |
| 1098 | 2026-06-11T23:00:52.540Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1099 | 2026-06-11T23:00:52.543Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-06-11T23:00:52.543Z | Downloaded usdt-macro v0.6.0 |
| 1101 | 2026-06-11T23:00:52.545Z | Downloaded usdt v0.6.0 |
| 1102 | 2026-06-11T23:00:52.546Z | Downloaded untrusted v0.7.1 |
| 1103 | 2026-06-11T23:00:52.548Z | Downloaded socket2 v0.6.3 |
| 1104 | 2026-06-11T23:00:52.548Z | Downloaded untrusted v0.9.0 |
| 1105 | 2026-06-11T23:00:52.551Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-06-11T23:00:52.551Z | Downloaded unicode-truncate v1.1.0 |
| 1107 | 2026-06-11T23:00:52.555Z | Downloaded rsa v0.9.10 |
| 1108 | 2026-06-11T23:00:52.557Z | Downloaded num-bigint-dig v0.8.6 |
| 1109 | 2026-06-11T23:00:52.560Z | Downloaded socket2 v0.5.10 |
| 1110 | 2026-06-11T23:00:52.564Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1111 | 2026-06-11T23:00:52.564Z | Downloaded void v1.0.2 |
| 1112 | 2026-06-11T23:00:52.564Z | Downloaded term v1.2.1 |
| 1113 | 2026-06-11T23:00:52.566Z | Downloaded usdt-attr-macro v0.6.0 |
| 1114 | 2026-06-11T23:00:52.566Z | Downloaded term v0.7.0 |
| 1115 | 2026-06-11T23:00:52.571Z | Downloaded qorb v0.4.1 |
| 1116 | 2026-06-11T23:00:52.575Z | Downloaded rand v0.10.0 |
| 1117 | 2026-06-11T23:00:52.578Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1118 | 2026-06-11T23:00:52.582Z | Downloaded want v0.3.1 |
| 1119 | 2026-06-11T23:00:52.582Z | Downloaded waitgroup v0.1.2 |
| 1120 | 2026-06-11T23:00:52.585Z | Downloaded wait-timeout v0.2.1 |
| 1121 | 2026-06-11T23:00:52.585Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-06-11T23:00:52.585Z | Downloaded spin v0.9.8 |
| 1123 | 2026-06-11T23:00:52.588Z | Downloaded rand v0.9.2 |
| 1124 | 2026-06-11T23:00:52.588Z | Downloaded futures-util v0.3.32 |
| 1125 | 2026-06-11T23:00:52.594Z | Downloaded tokio-rustls v0.26.4 |
| 1126 | 2026-06-11T23:00:52.597Z | Downloaded unicase v2.9.0 |
| 1127 | 2026-06-11T23:00:52.597Z | Downloaded tokio-rustls v0.25.0 |
| 1128 | 2026-06-11T23:00:52.600Z | Downloaded schemars v0.9.0 |
| 1129 | 2026-06-11T23:00:52.605Z | Downloaded xshell-macros v0.2.7 |
| 1130 | 2026-06-11T23:00:52.607Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-06-11T23:00:52.607Z | Downloaded tui-tree-widget v0.23.1 |
| 1132 | 2026-06-11T23:00:52.607Z | Downloaded tokio-rustls v0.24.1 |
| 1133 | 2026-06-11T23:00:52.611Z | Downloaded samael v0.0.19 |
| 1134 | 2026-06-11T23:00:52.614Z | Downloaded tokio-tungstenite v0.21.0 |
| 1135 | 2026-06-11T23:00:52.614Z | Downloaded itertools v0.14.0 |
| 1136 | 2026-06-11T23:00:52.618Z | Downloaded utf-8 v0.7.6 |
| 1137 | 2026-06-11T23:00:52.621Z | Downloaded tokio-stream v0.1.18 |
| 1138 | 2026-06-11T23:00:52.623Z | Downloaded zeroize_derive v1.4.3 |
| 1139 | 2026-06-11T23:00:52.623Z | Downloaded usdt-impl v0.6.0 |
| 1140 | 2026-06-11T23:00:52.623Z | Downloaded slog v2.8.2 |
| 1141 | 2026-06-11T23:00:52.628Z | Downloaded rustls-webpki v0.103.9 |
| 1142 | 2026-06-11T23:00:52.630Z | Downloaded libm v0.2.16 |
| 1143 | 2026-06-11T23:00:52.633Z | Downloaded snafu v0.8.9 |
| 1144 | 2026-06-11T23:00:52.637Z | Downloaded zone v0.3.1 |
| 1145 | 2026-06-11T23:00:52.640Z | Downloaded vergen-gitcl v1.0.8 |
| 1146 | 2026-06-11T23:00:52.640Z | Downloaded vergen-lib v9.1.0 |
| 1147 | 2026-06-11T23:00:52.640Z | Downloaded vergen-git2 v9.1.0 |
| 1148 | 2026-06-11T23:00:52.643Z | Downloaded hyper v1.8.1 |
| 1149 | 2026-06-11T23:00:52.648Z | Downloaded nom v8.0.0 |
| 1150 | 2026-06-11T23:00:52.662Z | Downloaded zone_cfg_derive v0.3.1 |
| 1151 | 2026-06-11T23:00:52.662Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-06-11T23:00:52.662Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-06-11T23:00:52.663Z | Downloaded uzers v0.12.2 |
| 1154 | 2026-06-11T23:00:52.668Z | Downloaded tinyvec v1.10.0 |
| 1155 | 2026-06-11T23:00:52.668Z | Downloaded twox-hash v2.1.2 |
| 1156 | 2026-06-11T23:00:52.671Z | Downloaded whoami v1.6.1 |
| 1157 | 2026-06-11T23:00:52.671Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-06-11T23:00:52.671Z | Downloaded schemars v1.2.1 |
| 1159 | 2026-06-11T23:00:52.678Z | Downloaded wyz v0.5.1 |
| 1160 | 2026-06-11T23:00:52.682Z | Downloaded iri-string v0.7.10 |
| 1161 | 2026-06-11T23:00:52.685Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-06-11T23:00:52.685Z | Downloaded rpassword v7.4.0 |
| 1163 | 2026-06-11T23:00:52.688Z | Downloaded unicode-properties v0.1.4 |
| 1164 | 2026-06-11T23:00:52.688Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1165 | 2026-06-11T23:00:52.691Z | Downloaded toml v0.7.8 |
| 1166 | 2026-06-11T23:00:52.691Z | Downloaded itertools v0.12.1 |
| 1167 | 2026-06-11T23:00:52.694Z | Downloaded p521 v0.13.3 |
| 1168 | 2026-06-11T23:00:52.696Z | Downloaded russh v0.45.0 |
| 1169 | 2026-06-11T23:00:52.699Z | Downloaded hkdf v0.12.4 |
| 1170 | 2026-06-11T23:00:52.702Z | Downloaded test-strategy v0.4.5 |
| 1171 | 2026-06-11T23:00:52.705Z | Downloaded vergen v9.1.0 |
| 1172 | 2026-06-11T23:00:52.705Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1173 | 2026-06-11T23:00:52.708Z | Downloaded tar v0.4.45 |
| 1174 | 2026-06-11T23:00:52.710Z | Downloaded bitvec v1.0.1 |
| 1175 | 2026-06-11T23:00:52.718Z | Downloaded zstd-safe v7.2.4 |
| 1176 | 2026-06-11T23:00:52.720Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-06-11T23:00:52.720Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-06-11T23:00:52.723Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-06-11T23:00:52.723Z | Downloaded tungstenite v0.21.0 |
| 1180 | 2026-06-11T23:00:52.726Z | Downloaded typify v0.4.3 |
| 1181 | 2026-06-11T23:00:52.729Z | Downloaded steno v0.4.1 |
| 1182 | 2026-06-11T23:00:52.731Z | Downloaded yasna v0.5.2 |
| 1183 | 2026-06-11T23:00:52.731Z | Downloaded typify v0.6.2 |
| 1184 | 2026-06-11T23:00:52.734Z | Downloaded iddqd v0.4.2 |
| 1185 | 2026-06-11T23:00:52.738Z | Downloaded zeroize v1.8.2 |
| 1186 | 2026-06-11T23:00:52.741Z | Downloaded unsafe-libyaml v0.2.11 |
| 1187 | 2026-06-11T23:00:52.744Z | Downloaded blake3 v1.8.3 |
| 1188 | 2026-06-11T23:00:52.747Z | Downloaded rustyline v14.0.0 |
| 1189 | 2026-06-11T23:00:52.749Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1190 | 2026-06-11T23:00:52.752Z | Downloaded subprocess v0.2.15 |
| 1191 | 2026-06-11T23:00:52.755Z | Downloaded h2 v0.4.13 |
| 1192 | 2026-06-11T23:00:52.758Z | Downloaded vte v0.14.1 |
| 1193 | 2026-06-11T23:00:52.773Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-06-11T23:00:52.781Z | Downloaded zerocopy v0.6.6 |
| 1195 | 2026-06-11T23:00:52.788Z | Downloaded aws-lc-rs v1.16.3 |
| 1196 | 2026-06-11T23:00:52.794Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-06-11T23:00:52.796Z | Downloaded toml_edit v0.19.15 |
| 1198 | 2026-06-11T23:00:52.804Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-06-11T23:00:52.807Z | Downloaded serde_with v1.14.0 |
| 1200 | 2026-06-11T23:00:52.810Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-06-11T23:00:52.813Z | Downloaded ssh-key v0.6.7 |
| 1202 | 2026-06-11T23:00:52.817Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-06-11T23:00:52.820Z | Downloaded regex v1.12.3 |
| 1204 | 2026-06-11T23:00:52.823Z | Downloaded yansi v1.0.1 |
| 1205 | 2026-06-11T23:00:52.828Z | Downloaded uuid v1.23.0 |
| 1206 | 2026-06-11T23:00:52.830Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-06-11T23:00:52.833Z | Downloaded zip v0.6.6 |
| 1208 | 2026-06-11T23:00:52.836Z | Downloaded reedline v0.40.0 |
| 1209 | 2026-06-11T23:00:52.840Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-06-11T23:00:52.845Z | Downloaded tower v0.5.3 |
| 1211 | 2026-06-11T23:00:52.850Z | Downloaded rayon v1.11.0 |
| 1212 | 2026-06-11T23:00:52.855Z | Downloaded p384 v0.13.1 |
| 1213 | 2026-06-11T23:00:52.858Z | Downloaded unicode_categories v0.1.1 |
| 1214 | 2026-06-11T23:00:52.861Z | Downloaded bindgen v0.71.1 |
| 1215 | 2026-06-11T23:00:52.864Z | Downloaded lalrpop v0.19.12 |
| 1216 | 2026-06-11T23:00:52.871Z | Downloaded reqwest v0.12.28 |
| 1217 | 2026-06-11T23:00:52.878Z | Downloaded chrono v0.4.44 |
| 1218 | 2026-06-11T23:00:52.882Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-06-11T23:00:52.887Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-06-11T23:00:52.891Z | Downloaded typed-path v0.9.3 |
| 1221 | 2026-06-11T23:00:52.895Z | Downloaded salty v0.3.0 |
| 1222 | 2026-06-11T23:00:52.900Z | Downloaded rustls-webpki v0.101.7 |
| 1223 | 2026-06-11T23:00:52.908Z | Downloaded x509-cert v0.2.5 |
| 1224 | 2026-06-11T23:00:52.912Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-06-11T23:00:52.915Z | Downloaded quick-xml v0.37.5 |
| 1226 | 2026-06-11T23:00:52.918Z | Downloaded moka v0.12.13 |
| 1227 | 2026-06-11T23:00:52.925Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-06-11T23:00:52.943Z | Downloaded zip v4.6.1 |
| 1229 | 2026-06-11T23:00:52.946Z | Downloaded tough v0.22.0 |
| 1230 | 2026-06-11T23:00:52.955Z | Downloaded bstr v1.12.1 |
| 1231 | 2026-06-11T23:00:52.960Z | Downloaded unicode-normalization v0.1.25 |
| 1232 | 2026-06-11T23:00:52.964Z | Downloaded object v0.30.4 |
| 1233 | 2026-06-11T23:00:52.968Z | Downloaded petname v2.0.2 |
| 1234 | 2026-06-11T23:00:52.971Z | Downloaded rustls-webpki v0.102.8 |
| 1235 | 2026-06-11T23:00:52.982Z | Downloaded tokio-util v0.7.18 |
| 1236 | 2026-06-11T23:00:52.987Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-06-11T23:00:52.994Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-06-11T23:00:52.996Z | Downloaded nix v0.27.1 |
| 1239 | 2026-06-11T23:00:53.001Z | Downloaded tower-http v0.6.8 |
| 1240 | 2026-06-11T23:00:53.006Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-06-11T23:00:53.011Z | Downloaded serde_with v3.17.0 |
| 1242 | 2026-06-11T23:00:53.021Z | Downloaded curve25519-dalek v4.1.3 |
| 1243 | 2026-06-11T23:00:53.056Z | Downloaded openssl v0.10.79 |
| 1244 | 2026-06-11T23:00:53.061Z | Downloaded quinn-proto v0.11.13 |
| 1245 | 2026-06-11T23:00:53.065Z | Downloaded rustls v0.21.12 |
| 1246 | 2026-06-11T23:00:53.077Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-06-11T23:00:53.085Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-06-11T23:00:53.106Z | Downloaded winnow v0.6.26 |
| 1249 | 2026-06-11T23:00:53.110Z | Downloaded object v0.37.3 |
| 1250 | 2026-06-11T23:00:53.117Z | Downloaded nix v0.28.0 |
| 1251 | 2026-06-11T23:00:53.123Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-06-11T23:00:53.129Z | Downloaded regex-syntax v0.6.29 |
| 1253 | 2026-06-11T23:00:53.134Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-06-11T23:00:53.140Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-06-11T23:00:53.149Z | Downloaded dropshot v0.17.0 |
| 1256 | 2026-06-11T23:00:53.161Z | Downloaded time v0.3.47 |
| 1257 | 2026-06-11T23:00:53.168Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-06-11T23:00:53.178Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-06-11T23:00:53.202Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-06-11T23:00:53.214Z | Downloaded smoltcp v0.9.1 |
| 1261 | 2026-06-11T23:00:53.220Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-06-11T23:00:53.228Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-11T23:00:53.234Z | Downloaded nix v0.31.2 |
| 1264 | 2026-06-11T23:00:53.238Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-06-11T23:00:53.250Z | Downloaded regress v0.11.1 |
| 1266 | 2026-06-11T23:00:53.255Z | Downloaded regress v0.10.5 |
| 1267 | 2026-06-11T23:00:53.260Z | Downloaded rustls v0.22.4 |
| 1268 | 2026-06-11T23:00:53.268Z | Downloaded rustls v0.23.37 |
| 1269 | 2026-06-11T23:00:53.275Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-06-11T23:00:53.284Z | Downloaded sled v0.34.7 |
| 1271 | 2026-06-11T23:00:53.290Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-06-11T23:00:53.302Z | Downloaded ratatui v0.29.0 |
| 1273 | 2026-06-11T23:00:53.317Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-06-11T23:00:53.341Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-06-11T23:00:53.347Z | Downloaded zerocopy-derive v0.6.6 |
| 1276 | 2026-06-11T23:00:53.372Z | Downloaded typify-impl v0.6.2 |
| 1277 | 2026-06-11T23:00:53.380Z | Downloaded typify-impl v0.4.3 |
| 1278 | 2026-06-11T23:00:53.389Z | Downloaded csv v1.4.0 |
| 1279 | 2026-06-11T23:00:53.402Z | Downloaded chrono-tz v0.10.4 |
| 1280 | 2026-06-11T23:00:53.413Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-06-11T23:00:53.423Z | Downloaded tracing v0.1.44 |
| 1282 | 2026-06-11T23:00:53.435Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-06-11T23:00:53.444Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-06-11T23:00:53.458Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-06-11T23:00:53.464Z | Downloaded petgraph v0.6.5 |
| 1286 | 2026-06-11T23:00:53.475Z | Downloaded tokio v1.52.1 |
| 1287 | 2026-06-11T23:00:53.498Z | Downloaded petgraph v0.8.3 |
| 1288 | 2026-06-11T23:00:53.519Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1289 | 2026-06-11T23:00:53.562Z | Downloaded encoding_rs v0.8.35 |
| 1290 | 2026-06-11T23:00:53.582Z | Downloaded ring v0.17.14 |
| 1291 | 2026-06-11T23:00:53.615Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1292 | 2026-06-11T23:00:54.149Z | Downloaded aws-lc-sys v0.40.0 |
| 1293 | 2026-06-11T23:00:54.401Z | Compiling libc v0.2.185 |
| 1294 | 2026-06-11T23:00:54.401Z | Compiling serde v1.0.228 |
| 1295 | 2026-06-11T23:00:54.404Z | Compiling log v0.4.29 |
| 1296 | 2026-06-11T23:00:54.404Z | Compiling shlex v1.3.0 |
| 1297 | 2026-06-11T23:00:54.404Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-06-11T23:00:54.404Z | Compiling smallvec v1.15.1 |
| 1299 | 2026-06-11T23:00:54.404Z | Compiling typenum v1.19.0 |
| 1300 | 2026-06-11T23:00:54.405Z | Compiling subtle v2.6.1 |
| 1301 | 2026-06-11T23:00:54.405Z | Compiling generic-array v0.14.7 |
| 1302 | 2026-06-11T23:00:54.405Z | Compiling scopeguard v1.2.0 |
| 1303 | 2026-06-11T23:00:54.621Z | Compiling const-oid v0.9.6 |
| 1304 | 2026-06-11T23:00:54.634Z | Compiling serde_json v1.0.149 |
| 1305 | 2026-06-11T23:00:54.659Z | Compiling syn v2.0.117 |
| 1306 | 2026-06-11T23:00:54.672Z | Compiling zerocopy v0.8.40 |
| 1307 | 2026-06-11T23:00:54.675Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-06-11T23:00:54.685Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-06-11T23:00:54.746Z | Compiling lock_api v0.4.14 |
| 1310 | 2026-06-11T23:00:54.779Z | Compiling parking_lot_core v0.9.12 |
| 1311 | 2026-06-11T23:00:54.784Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-06-11T23:00:54.794Z | Compiling bitflags v2.11.0 |
| 1313 | 2026-06-11T23:00:54.809Z | Compiling futures-core v0.3.32 |
| 1314 | 2026-06-11T23:00:54.882Z | Compiling libm v0.2.16 |
| 1315 | 2026-06-11T23:00:54.897Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-06-11T23:00:54.900Z | Compiling num-traits v0.2.19 |
| 1317 | 2026-06-11T23:00:54.941Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-06-11T23:00:54.985Z | Compiling futures-sink v0.3.32 |
| 1319 | 2026-06-11T23:00:54.985Z | Compiling slab v0.4.12 |
| 1320 | 2026-06-11T23:00:55.055Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-06-11T23:00:55.083Z | Compiling futures-io v0.3.32 |
| 1322 | 2026-06-11T23:00:55.173Z | Compiling futures-channel v0.3.32 |
| 1323 | 2026-06-11T23:00:55.203Z | Compiling cpufeatures v0.2.17 |
| 1324 | 2026-06-11T23:00:55.244Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-06-11T23:00:55.261Z | Compiling rand_core v0.10.0 |
| 1326 | 2026-06-11T23:00:55.296Z | Compiling indexmap v2.14.0 |
| 1327 | 2026-06-11T23:00:55.309Z | Compiling rustversion v1.0.22 |
| 1328 | 2026-06-11T23:00:55.309Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-06-11T23:00:55.339Z | Compiling form_urlencoded v1.2.2 |
| 1330 | 2026-06-11T23:00:55.366Z | Compiling fs_extra v1.3.0 |
| 1331 | 2026-06-11T23:00:55.432Z | Compiling dunce v1.0.5 |
| 1332 | 2026-06-11T23:00:55.440Z | Compiling base64ct v1.8.3 |
| 1333 | 2026-06-11T23:00:55.440Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-06-11T23:00:55.463Z | Compiling iana-time-zone v0.1.65 |
| 1335 | 2026-06-11T23:00:55.561Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-06-11T23:00:55.567Z | Compiling flagset v0.4.7 |
| 1337 | 2026-06-11T23:00:55.587Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-06-11T23:00:55.608Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-06-11T23:00:55.654Z | Compiling errno v0.3.14 |
| 1340 | 2026-06-11T23:00:55.688Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-11T23:00:55.692Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-11T23:00:55.723Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-06-11T23:00:55.776Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-06-11T23:00:55.804Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-06-11T23:00:55.839Z | Compiling cc v1.2.56 |
| 1346 | 2026-06-11T23:00:55.857Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-06-11T23:00:55.998Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-06-11T23:00:55.998Z | Compiling rustix v1.1.3 |
| 1349 | 2026-06-11T23:00:56.026Z | Compiling aws-lc-rs v1.16.3 |
| 1350 | 2026-06-11T23:00:56.042Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-06-11T23:00:56.072Z | Compiling tracing-core v0.1.36 |
| 1352 | 2026-06-11T23:00:56.072Z | Compiling uuid v1.23.0 |
| 1353 | 2026-06-11T23:00:56.169Z | Compiling rustc_version v0.4.1 |
| 1354 | 2026-06-11T23:00:56.192Z | Compiling base64 v0.22.1 |
| 1355 | 2026-06-11T23:00:56.277Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-06-11T23:00:56.340Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-06-11T23:00:56.340Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-06-11T23:00:56.369Z | Compiling untrusted v0.7.1 |
| 1359 | 2026-06-11T23:00:56.486Z | Compiling tinyvec_macros v0.1.1 |
| 1360 | 2026-06-11T23:00:56.530Z | Compiling httparse v1.10.1 |
| 1361 | 2026-06-11T23:00:56.556Z | Compiling aho-corasick v1.1.4 |
| 1362 | 2026-06-11T23:00:56.572Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-06-11T23:00:56.588Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-06-11T23:00:56.602Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-06-11T23:00:56.616Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-06-11T23:00:56.619Z | Compiling schemars v0.8.22 |
| 1367 | 2026-06-11T23:00:56.670Z | Compiling cmake v0.1.57 |
| 1368 | 2026-06-11T23:00:56.701Z | Compiling dyn-clone v1.0.20 |
| 1369 | 2026-06-11T23:00:56.704Z | Compiling rustls v0.23.37 |
| 1370 | 2026-06-11T23:00:56.742Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-06-11T23:00:56.757Z | Compiling want v0.3.1 |
| 1372 | 2026-06-11T23:00:56.825Z | Compiling httpdate v1.0.3 |
| 1373 | 2026-06-11T23:00:56.880Z | Compiling pin-utils v0.1.0 |
| 1374 | 2026-06-11T23:00:56.885Z | Compiling openssl v0.10.79 |
| 1375 | 2026-06-11T23:00:56.902Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-06-11T23:00:56.918Z | Compiling spin v0.9.8 |
| 1377 | 2026-06-11T23:00:56.921Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-06-11T23:00:56.921Z | Compiling time-core v0.1.8 |
| 1379 | 2026-06-11T23:00:56.960Z | Compiling unicode-normalization v0.1.25 |
| 1380 | 2026-06-11T23:00:56.963Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-06-11T23:00:57.000Z | Compiling foreign-types v0.3.2 |
| 1382 | 2026-06-11T23:00:57.000Z | Compiling crc32fast v1.5.0 |
| 1383 | 2026-06-11T23:00:57.069Z | Compiling powerfmt v0.2.0 |
| 1384 | 2026-06-11T23:00:57.087Z | Compiling wait-timeout v0.2.1 |
| 1385 | 2026-06-11T23:00:57.092Z | Compiling sync_wrapper v1.0.2 |
| 1386 | 2026-06-11T23:00:57.116Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-06-11T23:00:57.135Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-06-11T23:00:57.147Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-06-11T23:00:57.163Z | Compiling quick-error v1.2.3 |
| 1390 | 2026-06-11T23:00:57.219Z | Compiling simd-adler32 v0.3.8 |
| 1391 | 2026-06-11T23:00:57.232Z | Compiling deranged v0.5.8 |
| 1392 | 2026-06-11T23:00:57.262Z | Compiling unicode-segmentation v1.12.0 |
| 1393 | 2026-06-11T23:00:57.292Z | Compiling crossbeam-utils v0.8.21 |
| 1394 | 2026-06-11T23:00:57.314Z | Compiling syn v1.0.109 |
| 1395 | 2026-06-11T23:00:57.361Z | Compiling bit-vec v0.8.0 |
| 1396 | 2026-06-11T23:00:57.375Z | Compiling siphasher v1.0.2 |
| 1397 | 2026-06-11T23:00:57.429Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-06-11T23:00:57.523Z | Compiling slog v2.8.2 |
| 1399 | 2026-06-11T23:00:57.538Z | Compiling heapless v0.7.17 |
| 1400 | 2026-06-11T23:00:57.574Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-06-11T23:00:57.630Z | Compiling ring v0.17.14 |
| 1402 | 2026-06-11T23:00:57.645Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-06-11T23:00:57.660Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-06-11T23:00:57.676Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-06-11T23:00:57.700Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-06-11T23:00:57.739Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-06-11T23:00:57.748Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-06-11T23:00:57.812Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-06-11T23:00:57.970Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-06-11T23:00:58.106Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-06-11T23:00:58.168Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-06-11T23:00:58.310Z | Compiling time v0.3.47 |
| 1413 | 2026-06-11T23:00:58.329Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1414 | 2026-06-11T23:00:58.340Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-06-11T23:00:58.402Z | Compiling thread-id v5.1.0 |
| 1416 | 2026-06-11T23:00:58.417Z | Compiling cookie v0.18.1 |
| 1417 | 2026-06-11T23:00:58.432Z | Compiling paste v1.0.15 |
| 1418 | 2026-06-11T23:00:58.502Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-06-11T23:00:58.516Z | Compiling unicode-properties v0.1.4 |
| 1420 | 2026-06-11T23:00:58.531Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-06-11T23:00:58.630Z | Compiling zstd-safe v7.2.4 |
| 1422 | 2026-06-11T23:00:58.645Z | Compiling iri-string v0.7.10 |
| 1423 | 2026-06-11T23:00:58.661Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-06-11T23:00:58.722Z | Compiling anyhow v1.0.102 |
| 1425 | 2026-06-11T23:00:58.737Z | Compiling ryu v1.0.23 |
| 1426 | 2026-06-11T23:00:58.740Z | Compiling unicode-bidi v0.3.18 |
| 1427 | 2026-06-11T23:00:58.766Z | Compiling unarray v0.1.4 |
| 1428 | 2026-06-11T23:00:58.890Z | Compiling miniz_oxide v0.8.9 |
| 1429 | 2026-06-11T23:00:59.092Z | Compiling stringprep v0.1.5 |
| 1430 | 2026-06-11T23:00:59.295Z | Compiling heck v0.4.1 |
| 1431 | 2026-06-11T23:00:59.315Z | Compiling num-integer v0.1.46 |
| 1432 | 2026-06-11T23:00:59.467Z | Compiling vergen-lib v9.1.0 |
| 1433 | 2026-06-11T23:00:59.524Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-06-11T23:00:59.543Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-06-11T23:00:59.578Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-06-11T23:00:59.585Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-06-11T23:00:59.618Z | Compiling zerovec-derive v0.11.2 |
| 1438 | 2026-06-11T23:00:59.660Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-06-11T23:00:59.687Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-06-11T23:00:59.966Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-06-11T23:01:00.237Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-06-11T23:01:00.255Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-06-11T23:01:00.279Z | Compiling zeroize v1.8.2 |
| 1444 | 2026-06-11T23:01:00.504Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-06-11T23:01:00.794Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-06-11T23:01:00.801Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-06-11T23:01:00.812Z | Compiling scroll_derive v0.13.1 |
| 1448 | 2026-06-11T23:01:00.858Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-06-11T23:01:00.996Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-06-11T23:01:01.013Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-06-11T23:01:01.074Z | Compiling zerofrom v0.1.6 |
| 1452 | 2026-06-11T23:01:01.098Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-06-11T23:01:01.181Z | Compiling futures-util v0.3.32 |
| 1454 | 2026-06-11T23:01:01.228Z | Compiling yoke v0.8.1 |
| 1455 | 2026-06-11T23:01:01.278Z | Compiling digest v0.10.7 |
| 1456 | 2026-06-11T23:01:01.290Z | Compiling block-padding v0.3.3 |
| 1457 | 2026-06-11T23:01:01.423Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-06-11T23:01:01.455Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-06-11T23:01:01.469Z | Compiling inout v0.1.4 |
| 1460 | 2026-06-11T23:01:01.543Z | Compiling hmac v0.12.1 |
| 1461 | 2026-06-11T23:01:01.669Z | Compiling cipher v0.4.4 |
| 1462 | 2026-06-11T23:01:01.674Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-06-11T23:01:01.714Z | Compiling der v0.7.10 |
| 1464 | 2026-06-11T23:01:01.785Z | Compiling pbkdf2 v0.12.2 |
| 1465 | 2026-06-11T23:01:01.801Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-11T23:01:01.941Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-06-11T23:01:01.963Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-06-11T23:01:01.979Z | Compiling salsa20 v0.10.2 |
| 1469 | 2026-06-11T23:01:02.122Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-06-11T23:01:02.169Z | Compiling icu_locale_core v2.1.1 |
| 1471 | 2026-06-11T23:01:02.206Z | Compiling scrypt v0.11.0 |
| 1472 | 2026-06-11T23:01:02.216Z | Compiling aes v0.8.4 |
| 1473 | 2026-06-11T23:01:02.216Z | Compiling tracing v0.1.44 |
| 1474 | 2026-06-11T23:01:02.223Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-06-11T23:01:02.235Z | Compiling cbc v0.1.2 |
| 1476 | 2026-06-11T23:01:02.364Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-06-11T23:01:02.409Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-06-11T23:01:02.496Z | Compiling goblin v0.10.5 |
| 1479 | 2026-06-11T23:01:02.503Z | Compiling rustls-native-certs v0.8.3 |
| 1480 | 2026-06-11T23:01:02.769Z | Compiling spki v0.7.3 |
| 1481 | 2026-06-11T23:01:02.839Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-06-11T23:01:02.856Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-06-11T23:01:02.893Z | Compiling darling v0.20.11 |
| 1484 | 2026-06-11T23:01:02.972Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-06-11T23:01:03.039Z | Compiling dtrace-parser v0.3.0 |
| 1486 | 2026-06-11T23:01:03.039Z | Compiling signature v2.2.0 |
| 1487 | 2026-06-11T23:01:03.107Z | Compiling bytes v1.11.1 |
| 1488 | 2026-06-11T23:01:03.135Z | Compiling icu_normalizer v2.1.1 |
| 1489 | 2026-06-11T23:01:03.148Z | Compiling icu_properties v2.1.2 |
| 1490 | 2026-06-11T23:01:03.171Z | Compiling chrono v0.4.44 |
| 1491 | 2026-06-11T23:01:03.207Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-06-11T23:01:03.271Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-06-11T23:01:03.356Z | Compiling webpki-roots v1.0.6 |
| 1494 | 2026-06-11T23:01:03.473Z | Compiling scroll_derive v0.12.1 |
| 1495 | 2026-06-11T23:01:03.545Z | Compiling tokio v1.52.1 |
| 1496 | 2026-06-11T23:01:03.587Z | Compiling http v1.4.0 |
| 1497 | 2026-06-11T23:01:03.688Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-06-11T23:01:03.700Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-06-11T23:01:03.765Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-06-11T23:01:03.803Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-06-11T23:01:03.858Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-06-11T23:01:03.969Z | Compiling serde_urlencoded v0.7.1 |
| 1503 | 2026-06-11T23:01:03.987Z | Compiling serde_tokenstream v0.2.3 |
| 1504 | 2026-06-11T23:01:04.088Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-06-11T23:01:04.193Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-06-11T23:01:04.239Z | Compiling idna v1.1.0 |
| 1507 | 2026-06-11T23:01:04.253Z | Compiling http-body v1.0.1 |
| 1508 | 2026-06-11T23:01:04.265Z | Compiling scroll v0.12.0 |
| 1509 | 2026-06-11T23:01:04.296Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-06-11T23:01:04.312Z | Compiling darling_macro v0.21.3 |
| 1511 | 2026-06-11T23:01:04.340Z | Compiling bstr v1.12.1 |
| 1512 | 2026-06-11T23:01:04.391Z | Compiling pin-project-internal v1.1.11 |
| 1513 | 2026-06-11T23:01:04.441Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-06-11T23:01:04.468Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-06-11T23:01:04.509Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-06-11T23:01:04.540Z | Compiling url v2.5.8 |
| 1517 | 2026-06-11T23:01:04.552Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-06-11T23:01:04.588Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-06-11T23:01:04.698Z | Compiling curve25519-dalek v4.1.3 |
| 1520 | 2026-06-11T23:01:04.837Z | Compiling rand v0.9.2 |
| 1521 | 2026-06-11T23:01:04.904Z | Compiling ff v0.13.1 |
| 1522 | 2026-06-11T23:01:05.008Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-06-11T23:01:05.056Z | Compiling hash32 v0.2.1 |
| 1524 | 2026-06-11T23:01:05.111Z | Compiling memoffset v0.9.1 |
| 1525 | 2026-06-11T23:01:05.177Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-06-11T23:01:05.324Z | Compiling dof v0.4.0 |
| 1527 | 2026-06-11T23:01:05.338Z | Compiling num-bigint-dig v0.8.6 |
| 1528 | 2026-06-11T23:01:05.442Z | Compiling litrs v1.0.0 |
| 1529 | 2026-06-11T23:01:05.520Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-06-11T23:01:05.577Z | Compiling proptest v1.10.0 |
| 1531 | 2026-06-11T23:01:05.600Z | Compiling base16ct v0.2.0 |
| 1532 | 2026-06-11T23:01:05.600Z | Compiling smoltcp v0.9.1 |
| 1533 | 2026-06-11T23:01:05.623Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2026-06-11T23:01:05.663Z | Compiling rustix v0.38.44 |
| 1535 | 2026-06-11T23:01:05.758Z | Compiling cfg_aliases v0.2.1 |
| 1536 | 2026-06-11T23:01:05.770Z | Compiling psl-types v2.0.11 |
| 1537 | 2026-06-11T23:01:05.794Z | Compiling mime v0.3.17 |
| 1538 | 2026-06-11T23:01:05.828Z | Compiling ref-cast v1.0.25 |
| 1539 | 2026-06-11T23:01:05.894Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-06-11T23:01:05.930Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-06-11T23:01:05.975Z | Compiling publicsuffix v2.3.0 |
| 1542 | 2026-06-11T23:01:05.982Z | Compiling document-features v0.2.12 |
| 1543 | 2026-06-11T23:01:06.085Z | Compiling nix v0.31.2 |
| 1544 | 2026-06-11T23:01:06.208Z | Compiling oxnet v0.1.5 |
| 1545 | 2026-06-11T23:01:06.244Z | Compiling sec1 v0.7.3 |
| 1546 | 2026-06-11T23:01:06.365Z | Compiling zerocopy v0.7.35 |
| 1547 | 2026-06-11T23:01:06.381Z | Compiling pin-project v1.1.11 |
| 1548 | 2026-06-11T23:01:06.495Z | Compiling group v0.13.0 |
| 1549 | 2026-06-11T23:01:06.552Z | Compiling darling v0.21.3 |
| 1550 | 2026-06-11T23:01:06.569Z | Compiling rand v0.8.6 |
| 1551 | 2026-06-11T23:01:06.589Z | Compiling goblin v0.8.2 |
| 1552 | 2026-06-11T23:01:06.611Z | Compiling derive_builder v0.20.2 |
| 1553 | 2026-06-11T23:01:06.644Z | Compiling futures-executor v0.3.32 |
| 1554 | 2026-06-11T23:01:06.672Z | Compiling hex v0.4.3 |
| 1555 | 2026-06-11T23:01:06.704Z | Compiling hubpack_derive v0.1.1 |
| 1556 | 2026-06-11T23:01:06.745Z | Compiling hkdf v0.12.4 |
| 1557 | 2026-06-11T23:01:06.790Z | Compiling crypto-bigint v0.5.5 |
| 1558 | 2026-06-11T23:01:06.791Z | Compiling regex v1.12.3 |
| 1559 | 2026-06-11T23:01:06.881Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-06-11T23:01:06.942Z | Compiling snafu-derive v0.8.9 |
| 1561 | 2026-06-11T23:01:06.955Z | Compiling daft-derive v0.1.7 |
| 1562 | 2026-06-11T23:01:06.955Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-06-11T23:01:06.984Z | Compiling strum_macros v0.27.2 |
| 1564 | 2026-06-11T23:01:07.041Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-06-11T23:01:07.422Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-06-11T23:01:07.450Z | Compiling phf_shared v0.13.1 |
| 1567 | 2026-06-11T23:01:07.487Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-06-11T23:01:07.525Z | Compiling tower v0.5.3 |
| 1569 | 2026-06-11T23:01:07.545Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-06-11T23:01:07.570Z | Compiling lazy_static v1.5.0 |
| 1571 | 2026-06-11T23:01:07.713Z | Compiling anstyle-parse v0.2.7 |
| 1572 | 2026-06-11T23:01:07.734Z | Compiling vergen v9.1.0 |
| 1573 | 2026-06-11T23:01:07.734Z | Compiling cargo-platform v0.3.2 |
| 1574 | 2026-06-11T23:01:07.747Z | Compiling fs-err v3.3.0 |
| 1575 | 2026-06-11T23:01:07.747Z | Compiling ahash v0.8.12 |
| 1576 | 2026-06-11T23:01:07.747Z | Compiling foldhash v0.1.5 |
| 1577 | 2026-06-11T23:01:07.907Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-06-11T23:01:07.941Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-06-11T23:01:07.996Z | Compiling tower-http v0.6.8 |
| 1580 | 2026-06-11T23:01:07.996Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-06-11T23:01:08.058Z | Compiling same-file v1.0.6 |
| 1582 | 2026-06-11T23:01:08.058Z | Compiling object v0.37.3 |
| 1583 | 2026-06-11T23:01:08.064Z | Compiling bitflags v1.3.2 |
| 1584 | 2026-06-11T23:01:08.131Z | Compiling foldhash v0.2.0 |
| 1585 | 2026-06-11T23:01:08.168Z | Compiling winnow v0.5.40 |
| 1586 | 2026-06-11T23:01:08.212Z | Compiling managed v0.8.0 |
| 1587 | 2026-06-11T23:01:08.248Z | Compiling h2 v0.4.13 |
| 1588 | 2026-06-11T23:01:08.363Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-06-11T23:01:08.368Z | Compiling bzip2 v0.6.1 |
| 1590 | 2026-06-11T23:01:08.417Z | Compiling hashbrown v0.16.1 |
| 1591 | 2026-06-11T23:01:08.582Z | Compiling zopfli v0.8.3 |
| 1592 | 2026-06-11T23:01:08.620Z | Compiling walkdir v2.5.0 |
| 1593 | 2026-06-11T23:01:08.742Z | Compiling daft v0.1.7 |
| 1594 | 2026-06-11T23:01:08.861Z | Compiling cargo_metadata v0.23.1 |
| 1595 | 2026-06-11T23:01:08.946Z | Compiling dof v0.3.0 |
| 1596 | 2026-06-11T23:01:08.946Z | Compiling hashbrown v0.15.5 |
| 1597 | 2026-06-11T23:01:08.990Z | Compiling anstream v0.6.21 |
| 1598 | 2026-06-11T23:01:08.990Z | Compiling snafu v0.8.9 |
| 1599 | 2026-06-11T23:01:09.004Z | Compiling clap_builder v4.6.0 |
| 1600 | 2026-06-11T23:01:09.037Z | Compiling strum v0.27.2 |
| 1601 | 2026-06-11T23:01:09.149Z | Compiling elliptic-curve v0.13.8 |
| 1602 | 2026-06-11T23:01:09.282Z | Compiling phf v0.13.1 |
| 1603 | 2026-06-11T23:01:09.339Z | Compiling signal-hook-mio v0.2.5 |
| 1604 | 2026-06-11T23:01:09.511Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-06-11T23:01:09.511Z | Compiling cookie_store v0.22.1 |
| 1606 | 2026-06-11T23:01:09.511Z | Compiling hubpack v0.1.2 |
| 1607 | 2026-06-11T23:01:09.529Z | Compiling bzip2 v0.4.4 |
| 1608 | 2026-06-11T23:01:09.560Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-06-11T23:01:09.614Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-06-11T23:01:09.696Z | Compiling futures v0.3.32 |
| 1611 | 2026-06-11T23:01:09.731Z | Compiling serde_with_macros v3.17.0 |
| 1612 | 2026-06-11T23:01:09.785Z | Compiling zstd v0.13.3 |
| 1613 | 2026-06-11T23:01:09.824Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-06-11T23:01:10.149Z | Compiling dtrace-parser v0.2.0 |
| 1615 | 2026-06-11T23:01:10.181Z | Compiling globset v0.4.18 |
| 1616 | 2026-06-11T23:01:10.181Z | Compiling pkcs1 v0.7.5 |
| 1617 | 2026-06-11T23:01:10.294Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-06-11T23:01:10.438Z | Compiling olpc-cjson v0.1.4 |
| 1619 | 2026-06-11T23:01:10.501Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-06-11T23:01:10.512Z | Compiling serde_plain v1.0.2 |
| 1621 | 2026-06-11T23:01:10.597Z | Compiling rfc6979 v0.4.0 |
| 1622 | 2026-06-11T23:01:10.616Z | Compiling clap_derive v4.6.1 |
| 1623 | 2026-06-11T23:01:10.679Z | Compiling strum_macros v0.26.4 |
| 1624 | 2026-06-11T23:01:10.737Z | Compiling async-recursion v1.1.1 |
| 1625 | 2026-06-11T23:01:10.751Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-06-11T23:01:10.893Z | Compiling enum-as-inner v0.6.1 |
| 1627 | 2026-06-11T23:01:10.949Z | Compiling phf_shared v0.11.3 |
| 1628 | 2026-06-11T23:01:10.970Z | Compiling float-cmp v0.10.0 |
| 1629 | 2026-06-11T23:01:10.989Z | Compiling pem v3.0.6 |
| 1630 | 2026-06-11T23:01:11.131Z | Compiling thread-id v4.2.2 |
| 1631 | 2026-06-11T23:01:11.148Z | Compiling memmap2 v0.9.10 |
| 1632 | 2026-06-11T23:01:11.213Z | Compiling env_filter v1.0.0 |
| 1633 | 2026-06-11T23:01:11.231Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-06-11T23:01:11.312Z | Compiling hyper v1.8.1 |
| 1635 | 2026-06-11T23:01:11.344Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-06-11T23:01:11.368Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-06-11T23:01:11.402Z | Compiling fixedbitset v0.4.2 |
| 1638 | 2026-06-11T23:01:11.406Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-06-11T23:01:11.426Z | Compiling either v1.15.0 |
| 1640 | 2026-06-11T23:01:11.549Z | Compiling whoami v2.1.0 |
| 1641 | 2026-06-11T23:01:11.562Z | Compiling jiff v0.2.21 |
| 1642 | 2026-06-11T23:01:11.656Z | Compiling new_debug_unreachable v1.0.6 |
| 1643 | 2026-06-11T23:01:11.660Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-06-11T23:01:11.736Z | Compiling difflib v0.4.0 |
| 1645 | 2026-06-11T23:01:11.741Z | Compiling typed-path v0.9.3 |
| 1646 | 2026-06-11T23:01:11.830Z | Compiling precomputed-hash v0.1.1 |
| 1647 | 2026-06-11T23:01:11.871Z | Compiling keccak v0.1.6 |
| 1648 | 2026-06-11T23:01:11.971Z | Compiling predicates v3.1.4 |
| 1649 | 2026-06-11T23:01:12.085Z | Compiling sha3 v0.10.8 |
| 1650 | 2026-06-11T23:01:12.105Z | Compiling string_cache v0.8.9 |
| 1651 | 2026-06-11T23:01:12.130Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-06-11T23:01:12.204Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1653 | 2026-06-11T23:01:12.321Z | Compiling hickory-proto v0.25.2 |
| 1654 | 2026-06-11T23:01:12.339Z | Compiling petgraph v0.8.3 |
| 1655 | 2026-06-11T23:01:12.359Z | Compiling itertools v0.13.0 |
| 1656 | 2026-06-11T23:01:12.499Z | Compiling hyper-util v0.1.20 |
| 1657 | 2026-06-11T23:01:12.514Z | Compiling strum v0.26.3 |
| 1658 | 2026-06-11T23:01:12.570Z | Compiling clap v4.6.1 |
| 1659 | 2026-06-11T23:01:12.632Z | Compiling petgraph v0.6.5 |
| 1660 | 2026-06-11T23:01:12.658Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-06-11T23:01:12.669Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-06-11T23:01:12.719Z | Compiling usdt v0.6.0 |
| 1663 | 2026-06-11T23:01:12.968Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-06-11T23:01:13.003Z | Compiling serde_with v3.17.0 |
| 1665 | 2026-06-11T23:01:13.015Z | Compiling toml v0.7.8 |
| 1666 | 2026-06-11T23:01:13.047Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-06-11T23:01:13.596Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-06-11T23:01:13.627Z | Compiling ed25519-dalek v2.2.0 |
| 1669 | 2026-06-11T23:01:13.640Z | Compiling rsa v0.9.10 |
| 1670 | 2026-06-11T23:01:13.983Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-06-11T23:01:14.144Z | Compiling zip v4.6.1 |
| 1672 | 2026-06-11T23:01:14.357Z | Compiling zip v0.6.6 |
| 1673 | 2026-06-11T23:01:14.396Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-06-11T23:01:14.687Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-06-11T23:01:14.715Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-06-11T23:01:14.822Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-06-11T23:01:14.905Z | Compiling similar v2.7.0 |
| 1678 | 2026-06-11T23:01:14.952Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-06-11T23:01:15.060Z | Compiling openapiv3 v2.2.0 |
| 1680 | 2026-06-11T23:01:15.139Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-06-11T23:01:15.167Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-06-11T23:01:15.217Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-06-11T23:01:15.310Z | Compiling peg-runtime v0.8.5 |
| 1684 | 2026-06-11T23:01:15.431Z | Compiling lalrpop-util v0.19.12 |
| 1685 | 2026-06-11T23:01:15.440Z | Compiling thread_local v1.1.9 |
| 1686 | 2026-06-11T23:01:15.449Z | Compiling slog-async v2.8.0 |
| 1687 | 2026-06-11T23:01:15.558Z | Compiling crossbeam-channel v0.5.15 |
| 1688 | 2026-06-11T23:01:15.624Z | Compiling filetime v0.2.27 |
| 1689 | 2026-06-11T23:01:15.642Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-06-11T23:01:15.680Z | Compiling term v1.2.1 |
| 1691 | 2026-06-11T23:01:15.716Z | Compiling xattr v1.6.1 |
| 1692 | 2026-06-11T23:01:15.778Z | Compiling take_mut v0.2.2 |
| 1693 | 2026-06-11T23:01:15.842Z | Compiling tar v0.4.45 |
| 1694 | 2026-06-11T23:01:16.054Z | Compiling slog-term v2.9.2 |
| 1695 | 2026-06-11T23:01:36.748Z | Compiling rustls-webpki v0.103.9 |
| 1696 | 2026-06-11T23:01:36.775Z | Compiling tokio-rustls v0.26.4 |
| 1697 | 2026-06-11T23:01:36.775Z | Compiling rustls-platform-verifier v0.6.2 |
| 1698 | 2026-06-11T23:01:36.776Z | Compiling hyper-rustls v0.27.7 |
| 1699 | 2026-06-11T23:01:36.828Z | Compiling reqwest v0.12.28 |
| 1700 | 2026-06-11T23:01:36.828Z | Compiling reqwest v0.13.2 |
| 1701 | 2026-06-11T23:01:38.039Z | Compiling tough v0.22.0 |
| 1702 | 2026-06-11T23:01:40.542Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1703 | 2026-06-11T23:01:40.781Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1704 | 2026-06-11T23:01:43.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s |
| 1705 | 2026-06-11T23:01:43.831Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1706 | 2026-06-11T23:01:43.889Z | Jun 11 23:01:41.992 INFO Starting download, target: Console |
| 1707 | 2026-06-11T23:01:43.889Z | Jun 11 23:01:41.993 INFO Starting download, target: Clickhouse |
| 1708 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Starting download, target: Cockroach |
| 1709 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Starting download, target: DendriteStub |
| 1710 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Starting download, target: MaghemiteMgd |
| 1711 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Starting download, target: MaghemiteDdmd |
| 1712 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Starting download, target: TransceiverControl |
| 1713 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1717 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1718 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1719 | 2026-06-11T23:01:43.892Z | Jun 11 23:01:41.993 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2026-06-11T23:01:44.886Z | Jun 11 23:01:42.988 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1721 | 2026-06-11T23:01:45.128Z | Jun 11 23:01:43.232 INFO Download complete, target: Console |
| 1722 | 2026-06-11T23:01:45.982Z | Jun 11 23:01:44.083 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1723 | 2026-06-11T23:01:52.755Z | Jun 11 23:01:50.857 INFO Checking that binary works, target: Clickhouse |
| 1724 | 2026-06-11T23:01:52.843Z | Jun 11 23:01:50.947 INFO Download complete, target: Clickhouse |
| 1725 | 2026-06-11T23:02:03.721Z | Jun 11 23:02:01.774 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1726 | 2026-06-11T23:02:03.888Z | Jun 11 23:02:01.979 INFO Download complete, target: TransceiverControl |
| 1727 | 2026-06-11T23:02:07.935Z | Jun 11 23:02:05.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1728 | 2026-06-11T23:02:08.539Z | Jun 11 23:02:06.577 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1729 | 2026-06-11T23:02:09.098Z | Jun 11 23:02:07.191 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-06-11T23:02:09.513Z | Jun 11 23:02:07.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1731 | 2026-06-11T23:02:09.513Z | Jun 11 23:02:07.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1732 | 2026-06-11T23:02:10.514Z | Jun 11 23:02:08.605 INFO Download complete, target: DendriteStub |
| 1733 | 2026-06-11T23:02:10.558Z | Jun 11 23:02:08.659 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-06-11T23:02:11.550Z | Jun 11 23:02:09.653 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-06-11T23:02:14.177Z | Jun 11 23:02:12.279 INFO Checking that binary works, target: Cockroach |
| 1736 | 2026-06-11T23:02:14.296Z | Jun 11 23:02:12.399 INFO Download complete, target: Cockroach |
| 1737 | 2026-06-11T23:02:14.302Z | All prerequisites installed successfully |
| 1738 | 2026-06-11T23:02:14.305Z | |
| 1739 | 2026-06-11T23:02:14.305Z | real 2:27.206408183 |
| 1740 | 2026-06-11T23:02:14.305Z | user 7:01.665530361 |
| 1741 | 2026-06-11T23:02:14.305Z | sys 1:42.212145228 |
| 1742 | 2026-06-11T23:02:14.305Z | trap 0.276151514 |
| 1743 | 2026-06-11T23:02:14.305Z | tflt 1.252295327 |
| 1744 | 2026-06-11T23:02:14.305Z | dflt 1.770109193 |
| 1745 | 2026-06-11T23:02:14.305Z | kflt 0.027766267 |
| 1746 | 2026-06-11T23:02:14.305Z | lock 31:23.477861082 |
| 1747 | 2026-06-11T23:02:14.305Z | slp 19:55.820396281 |
| 1748 | 2026-06-11T23:02:14.305Z | lat 25.684397760 |
| 1749 | 2026-06-11T23:02:14.305Z | stop 2:54.193503954 |
| 1750 | 2026-06-11T23:02:14.305Z | + ptime -m cargo xtask download softnpu |
| 1751 | 2026-06-11T23:02:14.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1752 | 2026-06-11T23:02:14.853Z | Running `target/debug/xtask download softnpu` |
| 1753 | 2026-06-11T23:02:15.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1754 | 2026-06-11T23:02:15.715Z | Running `target/debug/xtask-downloader softnpu` |
| 1755 | 2026-06-11T23:02:15.738Z | Jun 11 23:02:13.841 INFO Starting download, target: Softnpu |
| 1756 | 2026-06-11T23:02:15.741Z | Jun 11 23:02:13.842 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1757 | 2026-06-11T23:02:16.308Z | Jun 11 23:02:14.411 INFO Download complete, target: Softnpu |
| 1758 | 2026-06-11T23:02:16.311Z | |
| 1759 | 2026-06-11T23:02:16.311Z | real 2.003074828 |
| 1760 | 2026-06-11T23:02:16.311Z | user 1.350145812 |
| 1761 | 2026-06-11T23:02:16.311Z | sys 0.667014418 |
| 1762 | 2026-06-11T23:02:16.311Z | trap 0.000714550 |
| 1763 | 2026-06-11T23:02:16.311Z | tflt 0.000206480 |
| 1764 | 2026-06-11T23:02:16.314Z | dflt 0.000452740 |
| 1765 | 2026-06-11T23:02:16.314Z | kflt 0.000000000 |
| 1766 | 2026-06-11T23:02:16.314Z | lock 10.200637003 |
| 1767 | 2026-06-11T23:02:16.314Z | slp 0.411607386 |
| 1768 | 2026-06-11T23:02:16.314Z | lat 0.086802661 |
| 1769 | 2026-06-11T23:02:16.314Z | stop 0.000162850 |
| 1770 | 2026-06-11T23:02:16.314Z | + export CARGO_INCREMENTAL=0 |
| 1771 | 2026-06-11T23:02:16.315Z | + CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-11T23:02:16.315Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1773 | 2026-06-11T23:02:17.215Z | Compiling proc-macro2 v1.0.106 |
| 1774 | 2026-06-11T23:02:17.215Z | Compiling quote v1.0.45 |
| 1775 | 2026-06-11T23:02:17.215Z | Compiling unicode-ident v1.0.24 |
| 1776 | 2026-06-11T23:02:17.215Z | Compiling libc v0.2.185 |
| 1777 | 2026-06-11T23:02:17.215Z | Compiling serde_core v1.0.228 |
| 1778 | 2026-06-11T23:02:17.218Z | Compiling serde v1.0.228 |
| 1779 | 2026-06-11T23:02:17.218Z | Compiling cfg-if v1.0.4 |
| 1780 | 2026-06-11T23:02:17.218Z | Compiling version_check v0.9.5 |
| 1781 | 2026-06-11T23:02:17.218Z | Compiling shlex v1.3.0 |
| 1782 | 2026-06-11T23:02:17.218Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-06-11T23:02:17.218Z | Compiling typenum v1.19.0 |
| 1784 | 2026-06-11T23:02:17.361Z | Compiling zmij v1.0.21 |
| 1785 | 2026-06-11T23:02:17.364Z | Compiling autocfg v1.5.0 |
| 1786 | 2026-06-11T23:02:17.364Z | Compiling memchr v2.8.0 |
| 1787 | 2026-06-11T23:02:17.364Z | Compiling serde_json v1.0.149 |
| 1788 | 2026-06-11T23:02:17.581Z | Compiling portable-atomic v1.13.1 |
| 1789 | 2026-06-11T23:02:17.629Z | Compiling libm v0.2.16 |
| 1790 | 2026-06-11T23:02:17.679Z | Compiling zerocopy v0.8.40 |
| 1791 | 2026-06-11T23:02:17.699Z | Compiling parking_lot_core v0.9.12 |
| 1792 | 2026-06-11T23:02:17.822Z | Compiling generic-array v0.14.7 |
| 1793 | 2026-06-11T23:02:17.854Z | Compiling smallvec v1.15.1 |
| 1794 | 2026-06-11T23:02:17.871Z | Compiling icu_normalizer_data v2.1.1 |
| 1795 | 2026-06-11T23:02:17.887Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-06-11T23:02:17.941Z | Compiling num-traits v0.2.19 |
| 1797 | 2026-06-11T23:02:17.957Z | Compiling itoa v1.0.17 |
| 1798 | 2026-06-11T23:02:17.974Z | Compiling getrandom v0.4.1 |
| 1799 | 2026-06-11T23:02:18.060Z | Compiling log v0.4.29 |
| 1800 | 2026-06-11T23:02:18.094Z | Compiling stable_deref_trait v1.2.1 |
| 1801 | 2026-06-11T23:02:18.112Z | Compiling pkg-config v0.3.32 |
| 1802 | 2026-06-11T23:02:18.143Z | Compiling subtle v2.6.1 |
| 1803 | 2026-06-11T23:02:18.293Z | Compiling scopeguard v1.2.0 |
| 1804 | 2026-06-11T23:02:18.356Z | Compiling percent-encoding v2.3.2 |
| 1805 | 2026-06-11T23:02:18.388Z | Compiling lock_api v0.4.14 |
| 1806 | 2026-06-11T23:02:18.432Z | Compiling jobserver v0.1.34 |
| 1807 | 2026-06-11T23:02:18.490Z | Compiling getrandom v0.2.17 |
| 1808 | 2026-06-11T23:02:18.523Z | Compiling errno v0.3.14 |
| 1809 | 2026-06-11T23:02:18.609Z | Compiling syn v2.0.117 |
| 1810 | 2026-06-11T23:02:18.642Z | Compiling cc v1.2.56 |
| 1811 | 2026-06-11T23:02:18.659Z | Compiling rand_core v0.6.4 |
| 1812 | 2026-06-11T23:02:18.708Z | Compiling writeable v0.6.2 |
| 1813 | 2026-06-11T23:02:18.722Z | Compiling fnv v1.0.7 |
| 1814 | 2026-06-11T23:02:18.726Z | Compiling litemap v0.8.1 |
| 1815 | 2026-06-11T23:02:18.771Z | Compiling pin-project-lite v0.2.17 |
| 1816 | 2026-06-11T23:02:18.787Z | Compiling thiserror v2.0.18 |
| 1817 | 2026-06-11T23:02:18.889Z | Compiling getrandom v0.3.4 |
| 1818 | 2026-06-11T23:02:18.939Z | Compiling rand_core v0.10.0 |
| 1819 | 2026-06-11T23:02:18.956Z | Compiling equivalent v1.0.2 |
| 1820 | 2026-06-11T23:02:19.047Z | Compiling schemars v0.8.22 |
| 1821 | 2026-06-11T23:02:19.091Z | Compiling rustversion v1.0.22 |
| 1822 | 2026-06-11T23:02:19.094Z | Compiling dunce v1.0.5 |
| 1823 | 2026-06-11T23:02:19.122Z | Compiling fs_extra v1.3.0 |
| 1824 | 2026-06-11T23:02:19.168Z | Compiling critical-section v1.2.0 |
| 1825 | 2026-06-11T23:02:19.249Z | Compiling utf8_iter v1.0.4 |
| 1826 | 2026-06-11T23:02:19.267Z | Compiling rustix v1.1.3 |
| 1827 | 2026-06-11T23:02:19.305Z | Compiling form_urlencoded v1.2.2 |
| 1828 | 2026-06-11T23:02:19.397Z | Compiling hashbrown v0.17.0 |
| 1829 | 2026-06-11T23:02:19.433Z | Compiling cmake v0.1.57 |
| 1830 | 2026-06-11T23:02:19.466Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-06-11T23:02:19.495Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-06-11T23:02:19.616Z | Compiling semver v1.0.28 |
| 1833 | 2026-06-11T23:02:19.632Z | Compiling once_cell v1.21.3 |
| 1834 | 2026-06-11T23:02:19.838Z | Compiling bitflags v2.11.0 |
| 1835 | 2026-06-11T23:02:19.930Z | Compiling parking_lot v0.12.5 |
| 1836 | 2026-06-11T23:02:19.966Z | Compiling indexmap v2.14.0 |
| 1837 | 2026-06-11T23:02:19.969Z | Compiling socket2 v0.6.3 |
| 1838 | 2026-06-11T23:02:19.998Z | Compiling mio v1.2.0 |
| 1839 | 2026-06-11T23:02:20.060Z | Compiling ring v0.17.14 |
| 1840 | 2026-06-11T23:02:20.063Z | Compiling aws-lc-sys v0.40.0 |
| 1841 | 2026-06-11T23:02:20.096Z | Compiling aws-lc-rs v1.16.3 |
| 1842 | 2026-06-11T23:02:20.227Z | Compiling futures-core v0.3.32 |
| 1843 | 2026-06-11T23:02:20.306Z | Compiling thiserror v1.0.69 |
| 1844 | 2026-06-11T23:02:20.371Z | Compiling httparse v1.10.1 |
| 1845 | 2026-06-11T23:02:20.411Z | Compiling strsim v0.11.1 |
| 1846 | 2026-06-11T23:02:20.572Z | Compiling byteorder v1.5.0 |
| 1847 | 2026-06-11T23:02:20.611Z | Compiling ucd-trie v0.1.7 |
| 1848 | 2026-06-11T23:02:20.654Z | Compiling vcpkg v0.2.15 |
| 1849 | 2026-06-11T23:02:20.697Z | Compiling iana-time-zone v0.1.65 |
| 1850 | 2026-06-11T23:02:20.749Z | Compiling heck v0.5.0 |
| 1851 | 2026-06-11T23:02:20.752Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-06-11T23:02:20.752Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-06-11T23:02:20.797Z | Compiling pest v2.8.6 |
| 1854 | 2026-06-11T23:02:20.812Z | Compiling syn v1.0.109 |
| 1855 | 2026-06-11T23:02:20.828Z | Compiling uuid v1.23.0 |
| 1856 | 2026-06-11T23:02:20.883Z | Compiling cpufeatures v0.2.17 |
| 1857 | 2026-06-11T23:02:21.091Z | Compiling rustls v0.23.37 |
| 1858 | 2026-06-11T23:02:21.111Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-06-11T23:02:21.200Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-06-11T23:02:21.244Z | Compiling openssl-sys v0.9.115 |
| 1861 | 2026-06-11T23:02:21.300Z | Compiling futures-channel v0.3.32 |
| 1862 | 2026-06-11T23:02:21.415Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-06-11T23:02:21.418Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-06-11T23:02:21.481Z | Compiling slab v0.4.12 |
| 1865 | 2026-06-11T23:02:21.524Z | Compiling synstructure v0.13.2 |
| 1866 | 2026-06-11T23:02:21.555Z | Compiling serde_derive_internals v0.29.1 |
| 1867 | 2026-06-11T23:02:21.585Z | Compiling futures-io v0.3.32 |
| 1868 | 2026-06-11T23:02:21.626Z | Compiling futures-task v0.3.32 |
| 1869 | 2026-06-11T23:02:21.857Z | Compiling crc32fast v1.5.0 |
| 1870 | 2026-06-11T23:02:21.906Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-06-11T23:02:21.923Z | Compiling plain v0.2.3 |
| 1872 | 2026-06-11T23:02:21.959Z | Compiling openssl v0.10.79 |
| 1873 | 2026-06-11T23:02:22.022Z | Compiling num-conv v0.2.0 |
| 1874 | 2026-06-11T23:02:22.072Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-06-11T23:02:22.123Z | Compiling time-core v0.1.8 |
| 1876 | 2026-06-11T23:02:22.139Z | Compiling base64 v0.22.1 |
| 1877 | 2026-06-11T23:02:22.259Z | Compiling pretty-hex v0.4.1 |
| 1878 | 2026-06-11T23:02:22.285Z | Compiling regex-automata v0.4.14 |
| 1879 | 2026-06-11T23:02:22.302Z | Compiling time-macros v0.2.27 |
| 1880 | 2026-06-11T23:02:22.368Z | Compiling native-tls v0.2.18 |
| 1881 | 2026-06-11T23:02:22.372Z | Compiling base64ct v1.8.3 |
| 1882 | 2026-06-11T23:02:22.415Z | Compiling anyhow v1.0.102 |
| 1883 | 2026-06-11T23:02:22.430Z | Compiling darling_core v0.21.3 |
| 1884 | 2026-06-11T23:02:22.550Z | Compiling pest_generator v2.8.6 |
| 1885 | 2026-06-11T23:02:22.620Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1886 | 2026-06-11T23:02:22.675Z | Compiling pem-rfc7468 v0.7.0 |
| 1887 | 2026-06-11T23:02:22.731Z | Compiling flagset v0.4.7 |
| 1888 | 2026-06-11T23:02:22.750Z | Compiling rand_core v0.9.5 |
| 1889 | 2026-06-11T23:02:22.772Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-06-11T23:02:22.872Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-06-11T23:02:22.890Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-06-11T23:02:22.919Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-06-11T23:02:22.946Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-06-11T23:02:22.964Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-06-11T23:02:22.979Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-06-11T23:02:23.004Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-06-11T23:02:23.189Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-06-11T23:02:23.208Z | Compiling thiserror-impl v2.0.18 |
| 1899 | 2026-06-11T23:02:23.260Z | Compiling schemars_derive v0.8.22 |
| 1900 | 2026-06-11T23:02:23.491Z | Compiling zeroize v1.8.2 |
| 1901 | 2026-06-11T23:02:23.757Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-06-11T23:02:23.876Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-06-11T23:02:23.968Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-06-11T23:02:24.023Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-06-11T23:02:24.171Z | Compiling yoke v0.8.1 |
| 1906 | 2026-06-11T23:02:24.288Z | Compiling crypto-common v0.1.7 |
| 1907 | 2026-06-11T23:02:24.387Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-06-11T23:02:24.404Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-06-11T23:02:24.467Z | Compiling block-buffer v0.10.4 |
| 1910 | 2026-06-11T23:02:24.608Z | Compiling digest v0.10.7 |
| 1911 | 2026-06-11T23:02:24.686Z | Compiling pest_derive v2.8.6 |
| 1912 | 2026-06-11T23:02:24.850Z | Compiling hmac v0.12.1 |
| 1913 | 2026-06-11T23:02:24.867Z | Compiling futures-util v0.3.32 |
| 1914 | 2026-06-11T23:02:24.949Z | Compiling tinystr v0.8.2 |
| 1915 | 2026-06-11T23:02:24.965Z | Compiling potential_utf v0.1.4 |
| 1916 | 2026-06-11T23:02:24.997Z | Compiling block-padding v0.3.3 |
| 1917 | 2026-06-11T23:02:25.012Z | Compiling sha2 v0.10.9 |
| 1918 | 2026-06-11T23:02:25.111Z | Compiling icu_collections v2.1.1 |
| 1919 | 2026-06-11T23:02:25.149Z | Compiling icu_locale_core v2.1.1 |
| 1920 | 2026-06-11T23:02:25.181Z | Compiling inout v0.1.4 |
| 1921 | 2026-06-11T23:02:25.195Z | Compiling rustls-pki-types v1.14.0 |
| 1922 | 2026-06-11T23:02:25.230Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-06-11T23:02:25.386Z | Compiling cipher v0.4.4 |
| 1924 | 2026-06-11T23:02:25.402Z | Compiling openssl-macros v0.1.1 |
| 1925 | 2026-06-11T23:02:25.820Z | Compiling scroll_derive v0.12.1 |
| 1926 | 2026-06-11T23:02:25.878Z | Compiling icu_provider v2.1.1 |
| 1927 | 2026-06-11T23:02:26.013Z | Compiling bytes v1.11.1 |
| 1928 | 2026-06-11T23:02:26.013Z | Compiling chrono v0.4.44 |
| 1929 | 2026-06-11T23:02:26.163Z | Compiling icu_normalizer v2.1.1 |
| 1930 | 2026-06-11T23:02:26.196Z | Compiling icu_properties v2.1.2 |
| 1931 | 2026-06-11T23:02:26.364Z | Compiling serde_tokenstream v0.2.3 |
| 1932 | 2026-06-11T23:02:26.474Z | Compiling der v0.7.10 |
| 1933 | 2026-06-11T23:02:26.667Z | Compiling tokio v1.52.1 |
| 1934 | 2026-06-11T23:02:26.841Z | Compiling http v1.4.0 |
| 1935 | 2026-06-11T23:02:27.123Z | Compiling idna_adapter v1.2.1 |
| 1936 | 2026-06-11T23:02:27.282Z | Compiling idna v1.1.0 |
| 1937 | 2026-06-11T23:02:27.374Z | Compiling ppv-lite86 v0.2.21 |
| 1938 | 2026-06-11T23:02:27.557Z | Compiling darling_macro v0.21.3 |
| 1939 | 2026-06-11T23:02:27.619Z | Compiling url v2.5.8 |
| 1940 | 2026-06-11T23:02:27.663Z | Compiling regex v1.12.3 |
| 1941 | 2026-06-11T23:02:27.711Z | Compiling zerocopy-derive v0.7.35 |
| 1942 | 2026-06-11T23:02:28.100Z | Compiling slog v2.8.2 |
| 1943 | 2026-06-11T23:02:28.119Z | Compiling tracing-core v0.1.36 |
| 1944 | 2026-06-11T23:02:28.285Z | Compiling untrusted v0.9.0 |
| 1945 | 2026-06-11T23:02:28.495Z | Compiling tracing v0.1.44 |
| 1946 | 2026-06-11T23:02:28.654Z | Compiling darling v0.21.3 |
| 1947 | 2026-06-11T23:02:28.752Z | Compiling spki v0.7.3 |
| 1948 | 2026-06-11T23:02:28.850Z | Compiling salsa20 v0.10.2 |
| 1949 | 2026-06-11T23:02:28.865Z | Compiling pbkdf2 v0.12.2 |
| 1950 | 2026-06-11T23:02:29.440Z | Compiling cookie v0.18.1 |
| 1951 | 2026-06-11T23:02:29.456Z | Compiling camino v1.2.2 |
| 1952 | 2026-06-11T23:02:29.654Z | Compiling scrypt v0.11.0 |
| 1953 | 2026-06-11T23:02:29.699Z | Compiling rand_chacha v0.9.0 |
| 1954 | 2026-06-11T23:02:29.793Z | Compiling http-body v1.0.1 |
| 1955 | 2026-06-11T23:02:29.813Z | Compiling aes v0.8.4 |
| 1956 | 2026-06-11T23:02:29.889Z | Compiling cbc v0.1.2 |
| 1957 | 2026-06-11T23:02:29.977Z | Compiling usdt-impl v0.5.0 |
| 1958 | 2026-06-11T23:02:30.046Z | Compiling either v1.15.0 |
| 1959 | 2026-06-11T23:02:30.060Z | Compiling untrusted v0.7.1 |
| 1960 | 2026-06-11T23:02:30.084Z | Compiling winnow v0.7.14 |
| 1961 | 2026-06-11T23:02:30.165Z | Compiling usdt-impl v0.6.0 |
| 1962 | 2026-06-11T23:02:30.180Z | Compiling paste v1.0.15 |
| 1963 | 2026-06-11T23:02:30.214Z | Compiling tinyvec_macros v0.1.1 |
| 1964 | 2026-06-11T23:02:30.221Z | Compiling ref-cast v1.0.25 |
| 1965 | 2026-06-11T23:02:30.246Z | Compiling openssl-probe v0.2.1 |
| 1966 | 2026-06-11T23:02:30.263Z | Compiling fastrand v2.3.0 |
| 1967 | 2026-06-11T23:02:30.283Z | Compiling unicode-segmentation v1.12.0 |
| 1968 | 2026-06-11T23:02:30.405Z | Compiling tinyvec v1.10.0 |
| 1969 | 2026-06-11T23:02:30.450Z | Compiling pkcs5 v0.7.1 |
| 1970 | 2026-06-11T23:02:30.472Z | Compiling tokio-util v0.7.18 |
| 1971 | 2026-06-11T23:02:30.558Z | Compiling rand v0.9.2 |
| 1972 | 2026-06-11T23:02:30.777Z | Compiling scroll v0.12.0 |
| 1973 | 2026-06-11T23:02:30.877Z | Compiling toml_datetime v0.6.11 |
| 1974 | 2026-06-11T23:02:30.920Z | Compiling serde_spanned v0.6.9 |
| 1975 | 2026-06-11T23:02:31.061Z | Compiling scroll v0.13.0 |
| 1976 | 2026-06-11T23:02:31.080Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-06-11T23:02:31.144Z | Compiling heapless v0.7.17 |
| 1978 | 2026-06-11T23:02:31.275Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-06-11T23:02:31.415Z | Compiling signal-hook v0.3.18 |
| 1980 | 2026-06-11T23:02:31.461Z | Compiling atomic-waker v1.1.2 |
| 1981 | 2026-06-11T23:02:31.496Z | Compiling try-lock v0.2.5 |
| 1982 | 2026-06-11T23:02:31.523Z | Compiling zstd-safe v7.2.4 |
| 1983 | 2026-06-11T23:02:31.583Z | Compiling tower-service v0.3.3 |
| 1984 | 2026-06-11T23:02:31.599Z | Compiling rustix v0.38.44 |
| 1985 | 2026-06-11T23:02:31.615Z | Compiling tower-layer v0.3.3 |
| 1986 | 2026-06-11T23:02:31.630Z | Compiling want v0.3.1 |
| 1987 | 2026-06-11T23:02:31.698Z | Compiling h2 v0.4.13 |
| 1988 | 2026-06-11T23:02:31.733Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1989 | 2026-06-11T23:02:31.801Z | Compiling goblin v0.10.5 |
| 1990 | 2026-06-11T23:02:31.943Z | Compiling goblin v0.8.2 |
| 1991 | 2026-06-11T23:02:31.981Z | Compiling pkcs8 v0.10.2 |
| 1992 | 2026-06-11T23:02:32.149Z | Compiling heck v0.4.1 |
| 1993 | 2026-06-11T23:02:32.307Z | Compiling zerocopy v0.7.35 |
| 1994 | 2026-06-11T23:02:32.310Z | Compiling ipnet v2.11.0 |
| 1995 | 2026-06-11T23:02:32.368Z | Compiling ref-cast-impl v1.0.25 |
| 1996 | 2026-06-11T23:02:32.443Z | Compiling darling_core v0.20.11 |
| 1997 | 2026-06-11T23:02:32.755Z | Compiling curve25519-dalek v4.1.3 |
| 1998 | 2026-06-11T23:02:32.803Z | Compiling memoffset v0.9.1 |
| 1999 | 2026-06-11T23:02:32.905Z | Compiling httpdate v1.0.3 |
| 2000 | 2026-06-11T23:02:32.987Z | Compiling foreign-types-shared v0.1.1 |
| 2001 | 2026-06-11T23:02:33.026Z | Compiling winnow v0.5.40 |
| 2002 | 2026-06-11T23:02:33.088Z | Compiling pin-utils v0.1.0 |
| 2003 | 2026-06-11T23:02:33.185Z | Compiling utf8parse v0.2.2 |
| 2004 | 2026-06-11T23:02:33.358Z | Compiling litrs v1.0.0 |
| 2005 | 2026-06-11T23:02:33.387Z | Compiling foreign-types v0.3.2 |
| 2006 | 2026-06-11T23:02:33.593Z | Compiling tempfile v3.25.0 |
| 2007 | 2026-06-11T23:02:33.851Z | Compiling document-features v0.2.12 |
| 2008 | 2026-06-11T23:02:34.413Z | Compiling darling_macro v0.20.11 |
| 2009 | 2026-06-11T23:02:34.434Z | Compiling toml_edit v0.19.15 |
| 2010 | 2026-06-11T23:02:34.451Z | Compiling dof v0.3.0 |
| 2011 | 2026-06-11T23:02:34.475Z | Compiling unicode-normalization v0.1.25 |
| 2012 | 2026-06-11T23:02:34.541Z | Compiling dof v0.4.0 |
| 2013 | 2026-06-11T23:02:34.648Z | Compiling dtrace-parser v0.2.0 |
| 2014 | 2026-06-11T23:02:34.690Z | Compiling hyper v1.8.1 |
| 2015 | 2026-06-11T23:02:35.039Z | Compiling dtrace-parser v0.3.0 |
| 2016 | 2026-06-11T23:02:35.273Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-06-11T23:02:35.276Z | Compiling pin-project-internal v1.1.11 |
| 2018 | 2026-06-11T23:02:35.416Z | Compiling spin v0.9.8 |
| 2019 | 2026-06-11T23:02:35.430Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-06-11T23:02:35.532Z | Compiling thread-id v4.2.2 |
| 2021 | 2026-06-11T23:02:35.576Z | Compiling cfg_aliases v0.2.1 |
| 2022 | 2026-06-11T23:02:35.647Z | Compiling num-bigint-dig v0.8.6 |
| 2023 | 2026-06-11T23:02:35.650Z | Compiling smoltcp v0.9.1 |
| 2024 | 2026-06-11T23:02:35.753Z | Compiling powerfmt v0.2.0 |
| 2025 | 2026-06-11T23:02:35.776Z | Compiling anstyle v1.0.14 |
| 2026 | 2026-06-11T23:02:35.791Z | Compiling hyper-util v0.1.20 |
| 2027 | 2026-06-11T23:02:35.860Z | Compiling nix v0.31.2 |
| 2028 | 2026-06-11T23:02:35.961Z | Compiling deranged v0.5.8 |
| 2029 | 2026-06-11T23:02:36.233Z | Compiling darling v0.20.11 |
| 2030 | 2026-06-11T23:02:36.336Z | Compiling rustls-native-certs v0.8.3 |
| 2031 | 2026-06-11T23:02:36.523Z | Compiling ipnetwork v0.21.1 |
| 2032 | 2026-06-11T23:02:36.605Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-06-11T23:02:36.734Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-06-11T23:02:36.808Z | Compiling sync_wrapper v1.0.2 |
| 2035 | 2026-06-11T23:02:36.824Z | Compiling wait-timeout v0.2.1 |
| 2036 | 2026-06-11T23:02:37.060Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-06-11T23:02:37.077Z | Compiling quick-error v1.2.3 |
| 2038 | 2026-06-11T23:02:37.094Z | Compiling bit-vec v0.8.0 |
| 2039 | 2026-06-11T23:02:37.139Z | Compiling num_threads v0.1.7 |
| 2040 | 2026-06-11T23:02:37.205Z | Compiling colorchoice v1.0.4 |
| 2041 | 2026-06-11T23:02:37.259Z | Compiling simd-adler32 v0.3.8 |
| 2042 | 2026-06-11T23:02:37.442Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-06-11T23:02:37.490Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-06-11T23:02:37.506Z | Compiling time v0.3.47 |
| 2045 | 2026-06-11T23:02:37.524Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-06-11T23:02:37.618Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-06-11T23:02:37.935Z | Compiling tower v0.5.3 |
| 2048 | 2026-06-11T23:02:38.141Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-06-11T23:02:38.171Z | Compiling snafu-derive v0.8.9 |
| 2050 | 2026-06-11T23:02:38.187Z | Compiling http-body-util v0.1.3 |
| 2051 | 2026-06-11T23:02:38.451Z | Compiling webpki-roots v1.0.6 |
| 2052 | 2026-06-11T23:02:38.538Z | Compiling signature v2.2.0 |
| 2053 | 2026-06-11T23:02:38.593Z | Compiling hubpack_derive v0.1.1 |
| 2054 | 2026-06-11T23:02:38.740Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-06-11T23:02:38.853Z | Compiling strum_macros v0.27.2 |
| 2056 | 2026-06-11T23:02:38.970Z | Compiling fs-err v3.3.0 |
| 2057 | 2026-06-11T23:02:39.050Z | Compiling ahash v0.8.12 |
| 2058 | 2026-06-11T23:02:39.092Z | Compiling object v0.37.3 |
| 2059 | 2026-06-11T23:02:39.109Z | Compiling allocator-api2 v0.2.21 |
| 2060 | 2026-06-11T23:02:39.126Z | Compiling ryu v1.0.23 |
| 2061 | 2026-06-11T23:02:39.286Z | Compiling adler2 v2.0.1 |
| 2062 | 2026-06-11T23:02:39.333Z | Compiling unarray v0.1.4 |
| 2063 | 2026-06-11T23:02:39.437Z | Compiling unicode-bidi v0.3.18 |
| 2064 | 2026-06-11T23:02:39.453Z | Compiling unicode-properties v0.1.4 |
| 2065 | 2026-06-11T23:02:39.470Z | Compiling iri-string v0.7.10 |
| 2066 | 2026-06-11T23:02:39.588Z | Compiling proptest v1.10.0 |
| 2067 | 2026-06-11T23:02:39.880Z | Compiling stringprep v0.1.5 |
| 2068 | 2026-06-11T23:02:39.941Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-06-11T23:02:39.944Z | Compiling serde_urlencoded v0.7.1 |
| 2070 | 2026-06-11T23:02:40.265Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-06-11T23:02:40.445Z | Compiling tokio-native-tls v0.3.1 |
| 2072 | 2026-06-11T23:02:40.523Z | Compiling usdt-macro v0.6.0 |
| 2073 | 2026-06-11T23:02:40.638Z | Compiling tower-http v0.6.8 |
| 2074 | 2026-06-11T23:02:40.682Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-06-11T23:02:40.871Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-06-11T23:02:41.233Z | Compiling rand_chacha v0.3.1 |
| 2077 | 2026-06-11T23:02:41.237Z | Compiling erased-serde v0.3.31 |
| 2078 | 2026-06-11T23:02:41.262Z | Compiling md-5 v0.10.6 |
| 2079 | 2026-06-11T23:02:41.266Z | Compiling bstr v1.12.1 |
| 2080 | 2026-06-11T23:02:41.457Z | Compiling num-integer v0.1.46 |
| 2081 | 2026-06-11T23:02:41.540Z | Compiling hash32 v0.2.1 |
| 2082 | 2026-06-11T23:02:41.597Z | Compiling vergen-lib v9.1.0 |
| 2083 | 2026-06-11T23:02:41.618Z | Compiling ff v0.13.1 |
| 2084 | 2026-06-11T23:02:41.708Z | Compiling encoding_rs v0.8.35 |
| 2085 | 2026-06-11T23:02:41.767Z | Compiling mime v0.3.17 |
| 2086 | 2026-06-11T23:02:41.785Z | Compiling base16ct v0.2.0 |
| 2087 | 2026-06-11T23:02:41.818Z | Compiling zlib-rs v0.6.2 |
| 2088 | 2026-06-11T23:02:41.868Z | Compiling psl-types v2.0.11 |
| 2089 | 2026-06-11T23:02:41.919Z | Compiling fallible-iterator v0.2.0 |
| 2090 | 2026-06-11T23:02:42.035Z | Compiling publicsuffix v2.3.0 |
| 2091 | 2026-06-11T23:02:42.063Z | Compiling sec1 v0.7.3 |
| 2092 | 2026-06-11T23:02:42.137Z | Compiling group v0.13.0 |
| 2093 | 2026-06-11T23:02:42.201Z | Compiling postgres-protocol v0.6.10 |
| 2094 | 2026-06-11T23:02:42.244Z | Compiling num-iter v0.1.45 |
| 2095 | 2026-06-11T23:02:42.392Z | Compiling newtype-uuid v1.3.2 |
| 2096 | 2026-06-11T23:02:42.486Z | Compiling rand v0.8.6 |
| 2097 | 2026-06-11T23:02:42.834Z | Compiling anstream v1.0.0 |
| 2098 | 2026-06-11T23:02:42.879Z | Compiling oxnet v0.1.5 |
| 2099 | 2026-06-11T23:02:43.049Z | Compiling derive_builder v0.20.2 |
| 2100 | 2026-06-11T23:02:43.051Z | Compiling hyper-tls v0.6.0 |
| 2101 | 2026-06-11T23:02:43.111Z | Compiling phf_shared v0.13.1 |
| 2102 | 2026-06-11T23:02:43.196Z | Compiling pin-project v1.1.11 |
| 2103 | 2026-06-11T23:02:43.268Z | Compiling lazy_static v1.5.0 |
| 2104 | 2026-06-11T23:02:43.271Z | Compiling anstyle-parse v0.2.7 |
| 2105 | 2026-06-11T23:02:43.399Z | Compiling terminal_size v0.4.3 |
| 2106 | 2026-06-11T23:02:43.414Z | Compiling serde_with_macros v3.17.0 |
| 2107 | 2026-06-11T23:02:43.431Z | Compiling futures-executor v0.3.32 |
| 2108 | 2026-06-11T23:02:43.446Z | Compiling hex v0.4.3 |
| 2109 | 2026-06-11T23:02:43.551Z | Compiling hkdf v0.12.4 |
| 2110 | 2026-06-11T23:02:43.631Z | Compiling crypto-bigint v0.5.5 |
| 2111 | 2026-06-11T23:02:43.646Z | Compiling clap_derive v4.6.1 |
| 2112 | 2026-06-11T23:02:43.670Z | Compiling serde_repr v0.1.20 |
| 2113 | 2026-06-11T23:02:43.675Z | Compiling async-recursion v1.1.1 |
| 2114 | 2026-06-11T23:02:43.715Z | Compiling enum-as-inner v0.6.1 |
| 2115 | 2026-06-11T23:02:43.755Z | Compiling vergen v9.1.0 |
| 2116 | 2026-06-11T23:02:43.777Z | Compiling cargo-platform v0.3.2 |
| 2117 | 2026-06-11T23:02:43.873Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-06-11T23:02:44.118Z | Compiling foldhash v0.1.5 |
| 2119 | 2026-06-11T23:02:44.213Z | Compiling foldhash v0.2.0 |
| 2120 | 2026-06-11T23:02:44.246Z | Compiling libbz2-rs-sys v0.2.2 |
| 2121 | 2026-06-11T23:02:44.308Z | Compiling same-file v1.0.6 |
| 2122 | 2026-06-11T23:02:44.364Z | Compiling managed v0.8.0 |
| 2123 | 2026-06-11T23:02:44.471Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-06-11T23:02:44.490Z | Compiling bumpalo v3.20.2 |
| 2125 | 2026-06-11T23:02:44.582Z | Compiling clap_lex v1.0.0 |
| 2126 | 2026-06-11T23:02:44.673Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-06-11T23:02:44.740Z | Compiling zopfli v0.8.3 |
| 2128 | 2026-06-11T23:02:44.772Z | Compiling clap_builder v4.6.0 |
| 2129 | 2026-06-11T23:02:44.837Z | Compiling elliptic-curve v0.13.8 |
| 2130 | 2026-06-11T23:02:44.851Z | Compiling walkdir v2.5.0 |
| 2131 | 2026-06-11T23:02:44.867Z | Compiling hashbrown v0.16.1 |
| 2132 | 2026-06-11T23:02:44.899Z | Compiling hashbrown v0.15.5 |
| 2133 | 2026-06-11T23:02:45.206Z | Compiling cargo_metadata v0.23.1 |
| 2134 | 2026-06-11T23:02:45.339Z | Compiling futures v0.3.32 |
| 2135 | 2026-06-11T23:02:45.608Z | Compiling anstream v0.6.21 |
| 2136 | 2026-06-11T23:02:45.793Z | Compiling zstd v0.13.3 |
| 2137 | 2026-06-11T23:02:46.065Z | Compiling phf v0.13.1 |
| 2138 | 2026-06-11T23:02:46.115Z | Compiling snafu v0.8.9 |
| 2139 | 2026-06-11T23:02:46.439Z | Compiling daft v0.1.7 |
| 2140 | 2026-06-11T23:02:46.534Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-06-11T23:02:46.566Z | Compiling cookie_store v0.22.1 |
| 2142 | 2026-06-11T23:02:46.653Z | Compiling postgres-types v0.2.12 |
| 2143 | 2026-06-11T23:02:46.674Z | Compiling bzip2 v0.4.4 |
| 2144 | 2026-06-11T23:02:46.730Z | Compiling globset v0.4.18 |
| 2145 | 2026-06-11T23:02:46.904Z | Compiling strum v0.27.2 |
| 2146 | 2026-06-11T23:02:47.026Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-06-11T23:02:47.046Z | Compiling ed25519 v2.2.3 |
| 2148 | 2026-06-11T23:02:47.062Z | Compiling phf_shared v0.11.3 |
| 2149 | 2026-06-11T23:02:47.116Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-06-11T23:02:47.152Z | Compiling olpc-cjson v0.1.4 |
| 2151 | 2026-06-11T23:02:47.169Z | Compiling pkcs1 v0.7.5 |
| 2152 | 2026-06-11T23:02:47.259Z | Compiling pem v3.0.6 |
| 2153 | 2026-06-11T23:02:47.329Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-06-11T23:02:47.343Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-06-11T23:02:47.368Z | Compiling rfc6979 v0.4.0 |
| 2156 | 2026-06-11T23:02:47.502Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-06-11T23:02:47.518Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-06-11T23:02:47.537Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-06-11T23:02:47.540Z | Compiling difflib v0.4.0 |
| 2160 | 2026-06-11T23:02:47.567Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-06-11T23:02:47.568Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-06-11T23:02:47.670Z | Compiling jiff v0.2.21 |
| 2163 | 2026-06-11T23:02:47.670Z | Compiling typed-path v0.9.3 |
| 2164 | 2026-06-11T23:02:47.704Z | Compiling whoami v2.1.0 |
| 2165 | 2026-06-11T23:02:47.744Z | Compiling predicates-core v1.0.10 |
| 2166 | 2026-06-11T23:02:47.809Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-06-11T23:02:47.826Z | Compiling fixedbitset v0.4.2 |
| 2168 | 2026-06-11T23:02:47.884Z | Compiling new_debug_unreachable v1.0.6 |
| 2169 | 2026-06-11T23:02:47.906Z | Compiling fixedbitset v0.5.7 |
| 2170 | 2026-06-11T23:02:47.925Z | Compiling data-encoding v2.10.0 |
| 2171 | 2026-06-11T23:02:47.942Z | Compiling toml_write v0.1.2 |
| 2172 | 2026-06-11T23:02:47.997Z | Compiling keccak v0.1.6 |
| 2173 | 2026-06-11T23:02:48.048Z | Compiling petgraph v0.6.5 |
| 2174 | 2026-06-11T23:02:48.065Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-06-11T23:02:48.120Z | Compiling petgraph v0.8.3 |
| 2176 | 2026-06-11T23:02:48.162Z | Compiling sha3 v0.10.8 |
| 2177 | 2026-06-11T23:02:48.210Z | Compiling toml_edit v0.22.27 |
| 2178 | 2026-06-11T23:02:48.225Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-06-11T23:02:48.448Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-06-11T23:02:48.465Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2181 | 2026-06-11T23:02:48.611Z | Compiling predicates v3.1.4 |
| 2182 | 2026-06-11T23:02:49.130Z | Compiling env_logger v0.11.9 |
| 2183 | 2026-06-11T23:02:49.214Z | Compiling usdt v0.6.0 |
| 2184 | 2026-06-11T23:02:49.470Z | Compiling ecdsa v0.16.9 |
| 2185 | 2026-06-11T23:02:49.488Z | Compiling rsa v0.9.10 |
| 2186 | 2026-06-11T23:02:49.548Z | Compiling ed25519-dalek v2.2.0 |
| 2187 | 2026-06-11T23:02:50.311Z | Compiling zip v4.6.1 |
| 2188 | 2026-06-11T23:02:50.314Z | Compiling zip v0.6.6 |
| 2189 | 2026-06-11T23:02:50.503Z | Compiling iddqd v0.4.2 |
| 2190 | 2026-06-11T23:02:50.579Z | Compiling crossterm v0.28.1 |
| 2191 | 2026-06-11T23:02:51.225Z | Compiling clap v4.6.1 |
| 2192 | 2026-06-11T23:02:51.278Z | Compiling serde_with v3.17.0 |
| 2193 | 2026-06-11T23:02:51.291Z | Compiling similar v2.7.0 |
| 2194 | 2026-06-11T23:02:51.327Z | Compiling strum v0.26.3 |
| 2195 | 2026-06-11T23:02:51.406Z | Compiling toml v0.7.8 |
| 2196 | 2026-06-11T23:02:51.478Z | Compiling tokio-stream v0.1.18 |
| 2197 | 2026-06-11T23:02:51.652Z | Compiling buf-list v1.1.2 |
| 2198 | 2026-06-11T23:02:51.725Z | Compiling itertools v0.13.0 |
| 2199 | 2026-06-11T23:02:51.870Z | Compiling x509-cert v0.2.5 |
| 2200 | 2026-06-11T23:02:51.979Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2201 | 2026-06-11T23:02:52.007Z | Compiling openapiv3 v2.2.0 |
| 2202 | 2026-06-11T23:02:52.299Z | Compiling sha1 v0.10.6 |
| 2203 | 2026-06-11T23:02:52.550Z | Compiling peg-runtime v0.8.5 |
| 2204 | 2026-06-11T23:02:52.857Z | Compiling lalrpop-util v0.19.12 |
| 2205 | 2026-06-11T23:03:07.249Z | Compiling rustls-webpki v0.103.9 |
| 2206 | 2026-06-11T23:03:08.938Z | Compiling macaddr v1.0.1 |
| 2207 | 2026-06-11T23:03:09.016Z | Compiling structmeta-derive v0.3.0 |
| 2208 | 2026-06-11T23:03:09.150Z | Compiling rayon-core v1.13.0 |
| 2209 | 2026-06-11T23:03:09.265Z | Compiling crucible-workspace-hack v0.1.0 |
| 2210 | 2026-06-11T23:03:09.281Z | Compiling itertools v0.14.0 |
| 2211 | 2026-06-11T23:03:09.388Z | Compiling secrecy v0.10.3 |
| 2212 | 2026-06-11T23:03:09.494Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-06-11T23:03:09.587Z | Compiling heapless v0.8.0 |
| 2214 | 2026-06-11T23:03:09.602Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2215 | 2026-06-11T23:03:09.710Z | Compiling rustls v0.22.4 |
| 2216 | 2026-06-11T23:03:09.860Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2217 | 2026-06-11T23:03:09.940Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-06-11T23:03:09.976Z | Compiling crossbeam-deque v0.8.6 |
| 2219 | 2026-06-11T23:03:10.004Z | Compiling rustls-webpki v0.102.8 |
| 2220 | 2026-06-11T23:03:10.050Z | Compiling structmeta v0.3.0 |
| 2221 | 2026-06-11T23:03:10.084Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-06-11T23:03:10.092Z | Compiling multer v3.1.0 |
| 2223 | 2026-06-11T23:03:10.112Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-06-11T23:03:10.128Z | Compiling unicode-width v0.2.0 |
| 2225 | 2026-06-11T23:03:10.225Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2226 | 2026-06-11T23:03:10.265Z | Compiling match_cfg v0.1.0 |
| 2227 | 2026-06-11T23:03:10.284Z | Compiling compression-core v0.4.31 |
| 2228 | 2026-06-11T23:03:10.309Z | Compiling slog-async v2.8.0 |
| 2229 | 2026-06-11T23:03:10.326Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-06-11T23:03:10.355Z | Compiling hostname v0.3.1 |
| 2231 | 2026-06-11T23:03:10.488Z | Compiling compression-codecs v0.4.37 |
| 2232 | 2026-06-11T23:03:10.488Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-06-11T23:03:10.538Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-06-11T23:03:10.570Z | Compiling ingot-macros v0.1.1 |
| 2235 | 2026-06-11T23:03:10.699Z | Compiling atomicwrites v0.4.4 |
| 2236 | 2026-06-11T23:03:10.795Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-06-11T23:03:10.885Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-06-11T23:03:10.952Z | Compiling half v2.7.1 |
| 2239 | 2026-06-11T23:03:11.000Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-06-11T23:03:11.064Z | Compiling tokio-rustls v0.26.4 |
| 2241 | 2026-06-11T23:03:11.100Z | Compiling rustls-platform-verifier v0.6.2 |
| 2242 | 2026-06-11T23:03:11.317Z | Compiling cobs v0.3.0 |
| 2243 | 2026-06-11T23:03:11.335Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-06-11T23:03:11.398Z | Compiling hyper-rustls v0.27.7 |
| 2245 | 2026-06-11T23:03:11.580Z | Compiling universal-hash v0.5.1 |
| 2246 | 2026-06-11T23:03:11.619Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-06-11T23:03:11.734Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-06-11T23:03:11.751Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-06-11T23:03:11.754Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2250 | 2026-06-11T23:03:11.823Z | Compiling serde_spanned v1.0.4 |
| 2251 | 2026-06-11T23:03:12.012Z | Compiling is-terminal v0.4.17 |
| 2252 | 2026-06-11T23:03:12.067Z | Compiling dropshot v0.17.0 |
| 2253 | 2026-06-11T23:03:12.134Z | Compiling proc-macro-error-attr v1.0.4 |
| 2254 | 2026-06-11T23:03:12.174Z | Compiling ciborium-io v0.2.2 |
| 2255 | 2026-06-11T23:03:12.199Z | Compiling take_mut v0.2.2 |
| 2256 | 2026-06-11T23:03:12.212Z | Compiling convert_case v0.4.0 |
| 2257 | 2026-06-11T23:03:12.288Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2258 | 2026-06-11T23:03:12.304Z | Compiling term v1.2.1 |
| 2259 | 2026-06-11T23:03:12.345Z | Compiling opaque-debug v0.3.1 |
| 2260 | 2026-06-11T23:03:12.360Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2261 | 2026-06-11T23:03:12.395Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-06-11T23:03:12.434Z | Compiling poly1305 v0.8.0 |
| 2263 | 2026-06-11T23:03:12.519Z | Compiling tokio-rustls v0.25.0 |
| 2264 | 2026-06-11T23:03:12.542Z | Compiling derive_more v0.99.20 |
| 2265 | 2026-06-11T23:03:12.603Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2266 | 2026-06-11T23:03:12.655Z | Compiling slog-term v2.9.2 |
| 2267 | 2026-06-11T23:03:12.756Z | Compiling ciborium-ll v0.2.2 |
| 2268 | 2026-06-11T23:03:12.799Z | Compiling async-stream v0.3.6 |
| 2269 | 2026-06-11T23:03:13.012Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-06-11T23:03:13.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2271 | 2026-06-11T23:03:13.074Z | Compiling postcard v1.1.3 |
| 2272 | 2026-06-11T23:03:13.155Z | Compiling ingot-types v0.1.2 |
| 2273 | 2026-06-11T23:03:13.477Z | Compiling tough v0.22.0 |
| 2274 | 2026-06-11T23:03:13.626Z | Compiling ingot v0.1.1 |
| 2275 | 2026-06-11T23:03:13.891Z | Compiling slog-bunyan v2.5.0 |
| 2276 | 2026-06-11T23:03:13.921Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-06-11T23:03:14.120Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-06-11T23:03:14.327Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-06-11T23:03:14.608Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2280 | 2026-06-11T23:03:14.732Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-06-11T23:03:14.863Z | Compiling proc-macro-crate v1.3.1 |
| 2282 | 2026-06-11T23:03:14.913Z | Compiling waitgroup v0.1.2 |
| 2283 | 2026-06-11T23:03:14.994Z | Compiling backon v1.6.0 |
| 2284 | 2026-06-11T23:03:15.047Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2285 | 2026-06-11T23:03:15.097Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-06-11T23:03:15.120Z | Compiling dropshot_endpoint v0.17.0 |
| 2287 | 2026-06-11T23:03:15.278Z | Compiling chacha20 v0.9.1 |
| 2288 | 2026-06-11T23:03:15.325Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-06-11T23:03:15.340Z | Compiling blake2 v0.10.6 |
| 2290 | 2026-06-11T23:03:15.634Z | Compiling aead v0.5.2 |
| 2291 | 2026-06-11T23:03:15.637Z | Compiling foreign-types-macros v0.2.3 |
| 2292 | 2026-06-11T23:03:15.819Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2293 | 2026-06-11T23:03:15.852Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-06-11T23:03:15.854Z | Compiling hostname v0.4.2 |
| 2295 | 2026-06-11T23:03:15.930Z | Compiling proc-macro-error v1.0.4 |
| 2296 | 2026-06-11T23:03:16.058Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2297 | 2026-06-11T23:03:16.072Z | Compiling instant v0.1.13 |
| 2298 | 2026-06-11T23:03:16.153Z | Compiling cpufeatures v0.3.0 |
| 2299 | 2026-06-11T23:03:16.170Z | Compiling typeid v1.0.3 |
| 2300 | 2026-06-11T23:03:16.216Z | Compiling foreign-types-shared v0.3.1 |
| 2301 | 2026-06-11T23:03:16.232Z | Compiling debug-ignore v1.0.5 |
| 2302 | 2026-06-11T23:03:16.251Z | Compiling chacha20 v0.10.0 |
| 2303 | 2026-06-11T23:03:16.269Z | Compiling backoff v0.4.0 |
| 2304 | 2026-06-11T23:03:16.319Z | Compiling foreign-types v0.5.0 |
| 2305 | 2026-06-11T23:03:16.352Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2306 | 2026-06-11T23:03:16.355Z | Compiling parse-display v0.10.0 |
| 2307 | 2026-06-11T23:03:16.387Z | Compiling chacha20poly1305 v0.10.1 |
| 2308 | 2026-06-11T23:03:16.420Z | Compiling argon2 v0.5.3 |
| 2309 | 2026-06-11T23:03:16.472Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-06-11T23:03:16.520Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-06-11T23:03:16.524Z | Compiling num_enum v0.7.6 |
| 2312 | 2026-06-11T23:03:16.552Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-06-11T23:03:16.570Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-06-11T23:03:16.726Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-06-11T23:03:16.942Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-06-11T23:03:17.030Z | Compiling regress v0.10.5 |
| 2317 | 2026-06-11T23:03:17.125Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2318 | 2026-06-11T23:03:17.268Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-06-11T23:03:17.328Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2320 | 2026-06-11T23:03:17.428Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-06-11T23:03:17.448Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2322 | 2026-06-11T23:03:17.451Z | Compiling cstr-argument v0.1.2 |
| 2323 | 2026-06-11T23:03:17.484Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2324 | 2026-06-11T23:03:17.560Z | Compiling humantime v2.3.0 |
| 2325 | 2026-06-11T23:03:17.642Z | Compiling erased-serde v0.4.9 |
| 2326 | 2026-06-11T23:03:17.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-06-11T23:03:17.917Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-06-11T23:03:18.012Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-06-11T23:03:18.028Z | Compiling num_enum v0.5.11 |
| 2330 | 2026-06-11T23:03:18.065Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2331 | 2026-06-11T23:03:18.119Z | Compiling rand v0.10.0 |
| 2332 | 2026-06-11T23:03:18.164Z | Compiling rayon v1.11.0 |
| 2333 | 2026-06-11T23:03:18.185Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2334 | 2026-06-11T23:03:18.225Z | Compiling libefi-sys v0.1.0 |
| 2335 | 2026-06-11T23:03:18.242Z | Compiling indent_write v2.2.0 |
| 2336 | 2026-06-11T23:03:18.319Z | Compiling colored v3.1.1 |
| 2337 | 2026-06-11T23:03:18.344Z | Compiling zone_cfg_derive v0.3.1 |
| 2338 | 2026-06-11T23:03:18.419Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2339 | 2026-06-11T23:03:18.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2340 | 2026-06-11T23:03:18.554Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2341 | 2026-06-11T23:03:18.569Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2342 | 2026-06-11T23:03:18.646Z | Compiling camino-tempfile v1.4.1 |
| 2343 | 2026-06-11T23:03:18.817Z | Compiling itertools v0.12.1 |
| 2344 | 2026-06-11T23:03:18.916Z | Compiling usdt-macro v0.5.0 |
| 2345 | 2026-06-11T23:03:18.956Z | Compiling usdt-attr-macro v0.5.0 |
| 2346 | 2026-06-11T23:03:19.018Z | Compiling bitfield-struct v0.6.2 |
| 2347 | 2026-06-11T23:03:19.074Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-06-11T23:03:19.107Z | Compiling blake3 v1.8.3 |
| 2349 | 2026-06-11T23:03:19.150Z | Compiling ordered-float v2.10.1 |
| 2350 | 2026-06-11T23:03:19.460Z | Compiling sigpipe v0.1.3 |
| 2351 | 2026-06-11T23:03:19.483Z | Compiling memmap v0.7.0 |
| 2352 | 2026-06-11T23:03:19.579Z | Compiling swrite v0.1.0 |
| 2353 | 2026-06-11T23:03:19.637Z | Compiling glob v0.3.3 |
| 2354 | 2026-06-11T23:03:19.662Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-06-11T23:03:19.713Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-06-11T23:03:19.768Z | Compiling usdt v0.5.0 |
| 2357 | 2026-06-11T23:03:19.907Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2358 | 2026-06-11T23:03:19.974Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2359 | 2026-06-11T23:03:20.051Z | Compiling serde-value v0.7.0 |
| 2360 | 2026-06-11T23:03:20.252Z | Compiling zone v0.3.1 |
| 2361 | 2026-06-11T23:03:20.331Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-06-11T23:03:20.360Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2363 | 2026-06-11T23:03:20.578Z | Compiling toml v0.8.23 |
| 2364 | 2026-06-11T23:03:20.643Z | Compiling smf v0.2.3 |
| 2365 | 2026-06-11T23:03:20.671Z | Compiling filetime v0.2.27 |
| 2366 | 2026-06-11T23:03:20.689Z | Compiling arrayvec v0.7.6 |
| 2367 | 2026-06-11T23:03:20.701Z | Compiling xattr v1.6.1 |
| 2368 | 2026-06-11T23:03:20.719Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-06-11T23:03:20.772Z | Compiling constant_time_eq v0.4.2 |
| 2370 | 2026-06-11T23:03:20.811Z | Compiling unicode-xid v0.2.6 |
| 2371 | 2026-06-11T23:03:20.896Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2372 | 2026-06-11T23:03:20.918Z | Compiling whoami v1.6.1 |
| 2373 | 2026-06-11T23:03:20.953Z | Compiling tar v0.4.45 |
| 2374 | 2026-06-11T23:03:20.968Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-06-11T23:03:20.986Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2376 | 2026-06-11T23:03:21.002Z | Compiling tokio-dtrace v0.1.1 |
| 2377 | 2026-06-11T23:03:21.237Z | Compiling cargo-util-schemas v0.8.2 |
| 2378 | 2026-06-11T23:03:21.345Z | Compiling console v0.16.2 |
| 2379 | 2026-06-11T23:03:21.382Z | Compiling gethostname v0.5.0 |
| 2380 | 2026-06-11T23:03:21.538Z | Compiling cargo-platform v0.2.0 |
| 2381 | 2026-06-11T23:03:21.639Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-06-11T23:03:21.760Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-06-11T23:03:21.788Z | Compiling indicatif v0.18.4 |
| 2384 | 2026-06-11T23:03:21.817Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-11T23:03:21.833Z | Compiling shell-words v1.1.1 |
| 2386 | 2026-06-11T23:03:21.943Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2026-06-11T23:03:22.414Z | Compiling cargo_metadata v0.21.0 |
| 2388 | 2026-06-11T23:03:31.757Z | Compiling progenitor-client v0.14.0 |
| 2389 | 2026-06-11T23:03:31.774Z | Compiling omicron-zone-package v0.12.2 |
| 2390 | 2026-06-11T23:03:32.258Z | Compiling progenitor-extras v0.2.0 |
| 2391 | 2026-06-11T23:03:34.489Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2392 | 2026-06-11T23:03:34.577Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2393 | 2026-06-11T23:03:34.622Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2394 | 2026-06-11T23:03:34.653Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2395 | 2026-06-11T23:03:34.711Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2396 | 2026-06-11T23:03:34.778Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-06-11T23:03:34.819Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2398 | 2026-06-11T23:03:34.841Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2399 | 2026-06-11T23:03:34.924Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-06-11T23:03:38.804Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2401 | 2026-06-11T23:03:46.552Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2402 | 2026-06-11T23:03:49.614Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2403 | 2026-06-11T23:03:50.608Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2404 | 2026-06-11T23:04:00.341Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2405 | 2026-06-11T23:04:00.494Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2406 | 2026-06-11T23:04:00.559Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2407 | 2026-06-11T23:04:00.562Z | Created new build target 'test' and set it as active |
| 2408 | 2026-06-11T23:04:00.562Z | |
| 2409 | 2026-06-11T23:04:00.562Z | real 1:44.245635628 |
| 2410 | 2026-06-11T23:04:00.562Z | user 16:59.848361817 |
| 2411 | 2026-06-11T23:04:00.562Z | sys 2:38.696057294 |
| 2412 | 2026-06-11T23:04:00.562Z | trap 0.471062562 |
| 2413 | 2026-06-11T23:04:00.562Z | tflt 2.872607933 |
| 2414 | 2026-06-11T23:04:00.563Z | dflt 4.271754850 |
| 2415 | 2026-06-11T23:04:00.563Z | kflt 0.012710339 |
| 2416 | 2026-06-11T23:04:00.563Z | lock 52:52.457043244 |
| 2417 | 2026-06-11T23:04:00.563Z | slp 42:59.980856889 |
| 2418 | 2026-06-11T23:04:00.563Z | lat 43.574274242 |
| 2419 | 2026-06-11T23:04:00.563Z | stop 5:32.062893158 |
| 2420 | 2026-06-11T23:04:00.566Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2421 | 2026-06-11T23:04:01.450Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2422 | 2026-06-11T23:04:01.519Z | Running `target/release/omicron-package -t test package` |
| 2423 | 2026-06-11T23:04:01.578Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2424 | 2026-06-11T23:04:03.021Z | Compiling heck v0.5.0 |
| 2425 | 2026-06-11T23:04:03.021Z | Compiling regress v0.11.1 |
| 2426 | 2026-06-11T23:04:03.024Z | Compiling unsafe-libyaml v0.2.11 |
| 2427 | 2026-06-11T23:04:03.287Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2428 | 2026-06-11T23:04:03.309Z | Compiling atomicwrites v0.4.4 |
| 2429 | 2026-06-11T23:04:03.337Z | Compiling regress v0.10.5 |
| 2430 | 2026-06-11T23:04:03.359Z | Compiling is-terminal v0.4.17 |
| 2431 | 2026-06-11T23:04:03.378Z | Compiling unicode-width v0.1.14 |
| 2432 | 2026-06-11T23:04:03.382Z | Compiling prettyplease v0.2.37 |
| 2433 | 2026-06-11T23:04:03.382Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2434 | 2026-06-11T23:04:03.382Z | Compiling bytecount v0.6.9 |
| 2435 | 2026-06-11T23:04:03.382Z | Compiling rustls v0.22.4 |
| 2436 | 2026-06-11T23:04:03.401Z | Compiling rustls-webpki v0.102.8 |
| 2437 | 2026-06-11T23:04:03.422Z | Compiling derive-where v1.6.0 |
| 2438 | 2026-06-11T23:04:03.426Z | Compiling thread_local v1.1.9 |
| 2439 | 2026-06-11T23:04:03.507Z | Compiling match_cfg v0.1.0 |
| 2440 | 2026-06-11T23:04:03.527Z | Compiling compression-core v0.4.31 |
| 2441 | 2026-06-11T23:04:03.570Z | Compiling multer v3.1.0 |
| 2442 | 2026-06-11T23:04:03.617Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2443 | 2026-06-11T23:04:03.639Z | Compiling hostname v0.3.1 |
| 2444 | 2026-06-11T23:04:03.662Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-06-11T23:04:03.718Z | Compiling compression-codecs v0.4.37 |
| 2446 | 2026-06-11T23:04:03.739Z | Compiling crossbeam-channel v0.5.15 |
| 2447 | 2026-06-11T23:04:03.743Z | Compiling slog-json v2.6.1 |
| 2448 | 2026-06-11T23:04:03.743Z | Compiling serde_yaml v0.9.34+deprecated |
| 2449 | 2026-06-11T23:04:03.763Z | Compiling serde_spanned v1.0.4 |
| 2450 | 2026-06-11T23:04:03.829Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2451 | 2026-06-11T23:04:03.832Z | Compiling take_mut v0.2.2 |
| 2452 | 2026-06-11T23:04:03.833Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2453 | 2026-06-11T23:04:03.975Z | Compiling term v1.2.1 |
| 2454 | 2026-06-11T23:04:03.996Z | Compiling slog-bunyan v2.5.0 |
| 2455 | 2026-06-11T23:04:03.996Z | Compiling async-compression v0.4.41 |
| 2456 | 2026-06-11T23:04:04.156Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2457 | 2026-06-11T23:04:04.178Z | Compiling dropshot v0.17.0 |
| 2458 | 2026-06-11T23:04:04.179Z | Compiling async-stream v0.3.6 |
| 2459 | 2026-06-11T23:04:04.231Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2026-06-11T23:04:04.270Z | Compiling num-rational v0.4.2 |
| 2461 | 2026-06-11T23:04:04.377Z | Compiling slog-term v2.9.2 |
| 2462 | 2026-06-11T23:04:04.399Z | Compiling progenitor-client v0.14.0 |
| 2463 | 2026-06-11T23:04:04.402Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2464 | 2026-06-11T23:04:04.504Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-06-11T23:04:04.525Z | Compiling waitgroup v0.1.2 |
| 2466 | 2026-06-11T23:04:04.572Z | Compiling backon v1.6.0 |
| 2467 | 2026-06-11T23:04:04.629Z | Compiling rustls-pemfile v2.2.0 |
| 2468 | 2026-06-11T23:04:04.665Z | Compiling num-complex v0.4.6 |
| 2469 | 2026-06-11T23:04:04.690Z | Compiling hostname v0.4.2 |
| 2470 | 2026-06-11T23:04:04.721Z | Compiling serde_path_to_error v0.1.20 |
| 2471 | 2026-06-11T23:04:04.741Z | Compiling instant v0.1.13 |
| 2472 | 2026-06-11T23:04:04.809Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-06-11T23:04:04.844Z | Compiling debug-ignore v1.0.5 |
| 2474 | 2026-06-11T23:04:04.864Z | Compiling backoff v0.4.0 |
| 2475 | 2026-06-11T23:04:04.885Z | Compiling progenitor-extras v0.2.0 |
| 2476 | 2026-06-11T23:04:04.908Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2477 | 2026-06-11T23:04:04.982Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2478 | 2026-06-11T23:04:05.103Z | Compiling num v0.4.3 |
| 2479 | 2026-06-11T23:04:05.145Z | Compiling parse-display v0.10.0 |
| 2480 | 2026-06-11T23:04:05.165Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2481 | 2026-06-11T23:04:05.188Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2482 | 2026-06-11T23:04:05.230Z | Compiling macaddr v1.0.1 |
| 2483 | 2026-06-11T23:04:05.274Z | Compiling humantime v2.3.0 |
| 2484 | 2026-06-11T23:04:05.298Z | Compiling float-ord v0.3.2 |
| 2485 | 2026-06-11T23:04:05.440Z | Compiling console v0.15.11 |
| 2486 | 2026-06-11T23:04:05.461Z | Compiling newline-converter v0.3.0 |
| 2487 | 2026-06-11T23:04:05.503Z | Compiling slog-dtrace v0.3.0 |
| 2488 | 2026-06-11T23:04:05.558Z | Compiling cancel-safe-futures v0.1.5 |
| 2489 | 2026-06-11T23:04:05.605Z | Compiling owo-colors v4.3.0 |
| 2490 | 2026-06-11T23:04:05.648Z | Compiling resolv-conf v0.7.6 |
| 2491 | 2026-06-11T23:04:05.730Z | Compiling tokio-rustls v0.25.0 |
| 2492 | 2026-06-11T23:04:05.857Z | Compiling expectorate v1.2.0 |
| 2493 | 2026-06-11T23:04:05.902Z | Compiling toml v0.8.23 |
| 2494 | 2026-06-11T23:04:05.906Z | Compiling libsw-core v0.3.2 |
| 2495 | 2026-06-11T23:04:06.104Z | Compiling libsw v3.5.0 |
| 2496 | 2026-06-11T23:04:06.157Z | Compiling linked-hash-map v0.5.6 |
| 2497 | 2026-06-11T23:04:06.292Z | Compiling linear-map v1.2.0 |
| 2498 | 2026-06-11T23:04:06.354Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2499 | 2026-06-11T23:04:06.415Z | Compiling lru-cache v0.1.2 |
| 2500 | 2026-06-11T23:04:06.436Z | Compiling minimal-lexical v0.2.1 |
| 2501 | 2026-06-11T23:04:06.514Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2502 | 2026-06-11T23:04:06.543Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2503 | 2026-06-11T23:04:06.589Z | Compiling hickory-proto v0.24.4 |
| 2504 | 2026-06-11T23:04:06.612Z | Compiling unicode-xid v0.2.6 |
| 2505 | 2026-06-11T23:04:06.714Z | Compiling nom v7.1.3 |
| 2506 | 2026-06-11T23:04:06.738Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2507 | 2026-06-11T23:04:06.769Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-06-11T23:04:06.804Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2509 | 2026-06-11T23:04:07.038Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-06-11T23:04:07.331Z | Compiling derive_more-impl v2.1.1 |
| 2511 | 2026-06-11T23:04:07.726Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2512 | 2026-06-11T23:04:08.082Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-06-11T23:04:08.104Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2514 | 2026-06-11T23:04:08.107Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-06-11T23:04:08.198Z | Compiling tabled_derive v0.7.0 |
| 2516 | 2026-06-11T23:04:08.269Z | Compiling typify-macro v0.6.2 |
| 2517 | 2026-06-11T23:04:08.291Z | Compiling termtree v0.5.1 |
| 2518 | 2026-06-11T23:04:08.496Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2519 | 2026-06-11T23:04:08.740Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2520 | 2026-06-11T23:04:09.080Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2521 | 2026-06-11T23:04:09.113Z | Compiling hickory-resolver v0.24.4 |
| 2522 | 2026-06-11T23:04:09.332Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2523 | 2026-06-11T23:04:09.353Z | Compiling tabled v0.15.0 |
| 2524 | 2026-06-11T23:04:09.557Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2026-06-11T23:04:09.834Z | Compiling typify v0.6.2 |
| 2526 | 2026-06-11T23:04:09.997Z | Compiling progenitor-impl v0.14.0 |
| 2527 | 2026-06-11T23:04:10.615Z | Compiling qorb v0.4.1 |
| 2528 | 2026-06-11T23:04:10.772Z | Compiling crossterm v0.29.0 |
| 2529 | 2026-06-11T23:04:12.178Z | Compiling progenitor-macro v0.14.0 |
| 2530 | 2026-06-11T23:04:12.557Z | Compiling phf_shared v0.12.1 |
| 2531 | 2026-06-11T23:04:12.814Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2532 | 2026-06-11T23:04:13.387Z | Compiling vte v0.14.1 |
| 2533 | 2026-06-11T23:04:13.679Z | Compiling csv-core v0.1.13 |
| 2534 | 2026-06-11T23:04:13.728Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-06-11T23:04:13.947Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-06-11T23:04:14.134Z | Compiling highway v1.3.0 |
| 2537 | 2026-06-11T23:04:14.540Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2538 | 2026-06-11T23:04:14.751Z | Compiling csv v1.4.0 |
| 2539 | 2026-06-11T23:04:14.806Z | Compiling strip-ansi-escapes v0.2.1 |
| 2540 | 2026-06-11T23:04:14.869Z | Compiling phf v0.12.1 |
| 2541 | 2026-06-11T23:04:15.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2542 | 2026-06-11T23:04:15.084Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2543 | 2026-06-11T23:04:15.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2544 | 2026-06-11T23:04:15.504Z | Compiling const_format_proc_macros v0.2.34 |
| 2545 | 2026-06-11T23:04:15.596Z | Compiling fd-lock v4.0.4 |
| 2546 | 2026-06-11T23:04:15.745Z | Compiling peg-macros v0.8.5 |
| 2547 | 2026-06-11T23:04:15.771Z | Compiling nu-ansi-term v0.50.3 |
| 2548 | 2026-06-11T23:04:16.244Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-06-11T23:04:16.277Z | Compiling const_format v0.2.35 |
| 2550 | 2026-06-11T23:04:16.361Z | Compiling reedline v0.40.0 |
| 2551 | 2026-06-11T23:04:16.427Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2552 | 2026-06-11T23:04:16.823Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2553 | 2026-06-11T23:04:16.968Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2026-06-11T23:04:17.020Z | Compiling peg v0.8.5 |
| 2555 | 2026-06-11T23:04:17.230Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2556 | 2026-06-11T23:04:17.421Z | Compiling bcs v0.1.6 |
| 2557 | 2026-06-11T23:04:17.870Z | Compiling nom v8.0.0 |
| 2558 | 2026-06-11T23:04:18.008Z | Compiling semver v0.1.20 |
| 2559 | 2026-06-11T23:04:18.298Z | Compiling rustc_version v0.1.7 |
| 2560 | 2026-06-11T23:04:18.560Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-06-11T23:04:18.804Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2562 | 2026-06-11T23:04:19.056Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2563 | 2026-06-11T23:04:19.079Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-06-11T23:04:19.165Z | Compiling smawk v0.3.2 |
| 2565 | 2026-06-11T23:04:19.382Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-06-11T23:04:19.475Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-06-11T23:04:19.613Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2568 | 2026-06-11T23:04:19.723Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-06-11T23:04:19.983Z | Compiling base64 v0.21.7 |
| 2570 | 2026-06-11T23:04:20.072Z | Compiling steno v0.4.1 |
| 2571 | 2026-06-11T23:04:20.227Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2572 | 2026-06-11T23:04:20.514Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2573 | 2026-06-11T23:04:20.539Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-06-11T23:04:20.608Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-06-11T23:04:20.733Z | Compiling moka v0.12.13 |
| 2576 | 2026-06-11T23:04:20.839Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-06-11T23:04:20.892Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2578 | 2026-06-11T23:04:20.974Z | Compiling radium v0.7.0 |
| 2579 | 2026-06-11T23:04:21.072Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-06-11T23:04:21.105Z | Compiling tap v1.0.1 |
| 2581 | 2026-06-11T23:04:21.256Z | Compiling display-error-chain v0.2.2 |
| 2582 | 2026-06-11T23:04:21.310Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-06-11T23:04:21.723Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-06-11T23:04:21.862Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-06-11T23:04:21.954Z | Compiling wyz v0.5.1 |
| 2586 | 2026-06-11T23:04:22.090Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2587 | 2026-06-11T23:04:22.199Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2588 | 2026-06-11T23:04:22.319Z | Compiling num-derive v0.3.3 |
| 2589 | 2026-06-11T23:04:22.850Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-06-11T23:04:23.209Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-06-11T23:04:23.264Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-06-11T23:04:23.661Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-06-11T23:04:23.713Z | Compiling funty v2.0.0 |
| 2594 | 2026-06-11T23:04:23.986Z | Compiling crc-catalog v2.4.0 |
| 2595 | 2026-06-11T23:04:24.121Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-06-11T23:04:24.394Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2597 | 2026-06-11T23:04:24.714Z | Compiling crc v3.4.0 |
| 2598 | 2026-06-11T23:04:24.945Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2599 | 2026-06-11T23:04:25.045Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2600 | 2026-06-11T23:04:25.123Z | Compiling proc-macro-error2 v2.0.1 |
| 2601 | 2026-06-11T23:04:25.144Z | Compiling zerocopy v0.6.6 |
| 2602 | 2026-06-11T23:04:25.450Z | Compiling libscf-sys v1.1.0 |
| 2603 | 2026-06-11T23:04:25.634Z | Compiling packed_struct_codegen v0.10.1 |
| 2604 | 2026-06-11T23:04:25.687Z | Compiling vergen-lib v0.1.6 |
| 2605 | 2026-06-11T23:04:25.914Z | Compiling bitfield-macros v0.19.4 |
| 2606 | 2026-06-11T23:04:26.023Z | Compiling indexmap v1.9.3 |
| 2607 | 2026-06-11T23:04:26.277Z | Compiling nodrop v0.1.14 |
| 2608 | 2026-06-11T23:04:26.408Z | Compiling array-init v0.0.4 |
| 2609 | 2026-06-11T23:04:26.623Z | Compiling bitfield v0.19.4 |
| 2610 | 2026-06-11T23:04:26.740Z | Compiling smallvec v0.6.14 |
| 2611 | 2026-06-11T23:04:26.797Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2612 | 2026-06-11T23:04:26.960Z | Compiling tabled_derive v0.11.0 |
| 2613 | 2026-06-11T23:04:27.039Z | Compiling papergrid v0.17.0 |
| 2614 | 2026-06-11T23:04:27.193Z | Compiling testing_table v0.3.0 |
| 2615 | 2026-06-11T23:04:27.454Z | Compiling vergen-gitcl v1.0.8 |
| 2616 | 2026-06-11T23:04:27.522Z | Compiling dirs-sys-next v0.1.2 |
| 2617 | 2026-06-11T23:04:27.637Z | Compiling diesel_derives v2.3.7 |
| 2618 | 2026-06-11T23:04:27.684Z | Compiling hashbrown v0.12.3 |
| 2619 | 2026-06-11T23:04:27.790Z | Compiling glob v0.3.3 |
| 2620 | 2026-06-11T23:04:27.849Z | Compiling maplit v1.0.2 |
| 2621 | 2026-06-11T23:04:27.870Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-06-11T23:04:28.009Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2623 | 2026-06-11T23:04:28.012Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-06-11T23:04:28.178Z | Compiling clang-sys v1.8.1 |
| 2625 | 2026-06-11T23:04:28.225Z | Compiling tabled v0.20.0 |
| 2626 | 2026-06-11T23:04:28.267Z | Compiling serde-hex v0.1.0 |
| 2627 | 2026-06-11T23:04:28.374Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-06-11T23:04:28.569Z | Compiling ron v0.8.1 |
| 2629 | 2026-06-11T23:04:28.620Z | Compiling hashbrown v0.13.2 |
| 2630 | 2026-06-11T23:04:28.642Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2631 | 2026-06-11T23:04:28.716Z | Compiling dsl_auto_type v0.2.0 |
| 2632 | 2026-06-11T23:04:28.771Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2633 | 2026-06-11T23:04:29.270Z | Compiling scheduled-thread-pool v0.2.7 |
| 2634 | 2026-06-11T23:04:29.293Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2635 | 2026-06-11T23:04:29.523Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2636 | 2026-06-11T23:04:29.759Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-06-11T23:04:29.892Z | Compiling crc-any v2.5.0 |
| 2638 | 2026-06-11T23:04:30.085Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-06-11T23:04:30.326Z | Compiling r2d2 v0.8.10 |
| 2640 | 2026-06-11T23:04:30.428Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2641 | 2026-06-11T23:04:30.621Z | Compiling object v0.30.4 |
| 2642 | 2026-06-11T23:04:31.133Z | Compiling term v0.7.0 |
| 2643 | 2026-06-11T23:04:31.215Z | Compiling xshell-macros v0.2.7 |
| 2644 | 2026-06-11T23:04:31.434Z | Compiling downcast-rs v2.0.2 |
| 2645 | 2026-06-11T23:04:31.499Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-06-11T23:04:31.575Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-06-11T23:04:31.625Z | Compiling xshell v0.2.7 |
| 2648 | 2026-06-11T23:04:31.677Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-06-11T23:04:31.828Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-06-11T23:04:32.017Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2651 | 2026-06-11T23:04:32.188Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2652 | 2026-06-11T23:04:32.655Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-06-11T23:04:32.701Z | Compiling itertools v0.10.5 |
| 2654 | 2026-06-11T23:04:32.935Z | Compiling ena v0.14.4 |
| 2655 | 2026-06-11T23:04:33.204Z | Compiling libloading v0.8.9 |
| 2656 | 2026-06-11T23:04:33.417Z | Compiling unicase v2.9.0 |
| 2657 | 2026-06-11T23:04:33.724Z | Compiling crc8 v0.1.1 |
| 2658 | 2026-06-11T23:04:33.780Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-06-11T23:04:33.869Z | Compiling diff v0.1.13 |
| 2660 | 2026-06-11T23:04:34.157Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-06-11T23:04:34.401Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2026-06-11T23:04:34.477Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2663 | 2026-06-11T23:04:34.589Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2664 | 2026-06-11T23:04:34.857Z | Compiling diesel v2.3.7 |
| 2665 | 2026-06-11T23:04:35.240Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-06-11T23:04:35.383Z | Compiling cexpr v0.6.0 |
| 2667 | 2026-06-11T23:04:35.617Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2668 | 2026-06-11T23:04:35.739Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2669 | 2026-06-11T23:04:35.803Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-06-11T23:04:35.942Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2671 | 2026-06-11T23:04:35.993Z | Compiling headers-core v0.3.0 |
| 2672 | 2026-06-11T23:04:35.996Z | Compiling libxml v0.3.3 |
| 2673 | 2026-06-11T23:04:36.038Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2674 | 2026-06-11T23:04:36.092Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2675 | 2026-06-11T23:04:36.155Z | Compiling headers v0.4.1 |
| 2676 | 2026-06-11T23:04:36.324Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-06-11T23:04:36.552Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-06-11T23:04:36.578Z | Compiling git-stub v1.0.0 |
| 2679 | 2026-06-11T23:04:36.855Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-06-11T23:04:37.024Z | Compiling indoc v1.0.9 |
| 2681 | 2026-06-11T23:04:37.245Z | Compiling git-stub-vcs v0.1.0 |
| 2682 | 2026-06-11T23:04:37.457Z | Compiling progenitor-impl v0.13.0 |
| 2683 | 2026-06-11T23:04:37.613Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2684 | 2026-06-11T23:04:37.805Z | Compiling derive_builder v0.20.2 |
| 2685 | 2026-06-11T23:04:37.836Z | Compiling quick-xml v0.37.5 |
| 2686 | 2026-06-11T23:04:37.974Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-06-11T23:04:38.114Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2688 | 2026-06-11T23:04:38.480Z | Compiling openssl-probe v0.1.6 |
| 2689 | 2026-06-11T23:04:38.545Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2690 | 2026-06-11T23:04:38.784Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2691 | 2026-06-11T23:04:38.911Z | Compiling progenitor-client v0.13.0 |
| 2692 | 2026-06-11T23:04:39.211Z | Compiling half v1.8.3 |
| 2693 | 2026-06-11T23:04:39.265Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2694 | 2026-06-11T23:04:39.426Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-06-11T23:04:39.470Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-06-11T23:04:39.502Z | Compiling trait-variant v0.1.2 |
| 2697 | 2026-06-11T23:04:39.682Z | Compiling progenitor-macro v0.13.0 |
| 2698 | 2026-06-11T23:04:39.759Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-06-11T23:04:39.828Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2700 | 2026-06-11T23:04:40.051Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2701 | 2026-06-11T23:04:40.175Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-06-11T23:04:40.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-06-11T23:04:40.520Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-06-11T23:04:40.574Z | Compiling typify-impl v0.4.3 |
| 2705 | 2026-06-11T23:04:40.671Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-06-11T23:04:40.726Z | Compiling samael v0.0.19 |
| 2707 | 2026-06-11T23:04:40.781Z | Compiling libz-sys v1.1.24 |
| 2708 | 2026-06-11T23:04:40.844Z | Compiling nonempty v0.12.0 |
| 2709 | 2026-06-11T23:04:41.079Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2710 | 2026-06-11T23:04:41.188Z | Compiling salty v0.3.0 |
| 2711 | 2026-06-11T23:04:41.908Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2712 | 2026-06-11T23:04:41.933Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2713 | 2026-06-11T23:04:41.984Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2714 | 2026-06-11T23:04:42.270Z | Compiling kstat-rs v0.2.4 |
| 2715 | 2026-06-11T23:04:42.350Z | Compiling arc-swap v1.8.2 |
| 2716 | 2026-06-11T23:04:42.713Z | Compiling polar-core v0.27.3 |
| 2717 | 2026-06-11T23:04:42.734Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-06-11T23:04:43.012Z | Compiling mime_guess v2.0.5 |
| 2719 | 2026-06-11T23:04:43.127Z | Compiling slog-scope v4.4.1 |
| 2720 | 2026-06-11T23:04:43.540Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2721 | 2026-06-11T23:04:43.590Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-06-11T23:04:43.752Z | Compiling progenitor v0.13.0 |
| 2723 | 2026-06-11T23:04:43.943Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2724 | 2026-06-11T23:04:44.014Z | Compiling typify-macro v0.4.3 |
| 2725 | 2026-06-11T23:04:44.985Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2726 | 2026-06-11T23:04:45.150Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2727 | 2026-06-11T23:04:45.277Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-06-11T23:04:45.474Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2729 | 2026-06-11T23:04:45.541Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2730 | 2026-06-11T23:04:45.868Z | Compiling nanorand v0.7.0 |
| 2731 | 2026-06-11T23:04:46.009Z | Compiling darling_core v0.23.0 |
| 2732 | 2026-06-11T23:04:46.234Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-06-11T23:04:46.487Z | Compiling parking_lot_core v0.8.6 |
| 2734 | 2026-06-11T23:04:46.802Z | Compiling flume v0.11.1 |
| 2735 | 2026-06-11T23:04:47.241Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2736 | 2026-06-11T23:04:47.268Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-06-11T23:04:48.178Z | Compiling darling_macro v0.23.0 |
| 2738 | 2026-06-11T23:04:48.253Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2739 | 2026-06-11T23:04:48.544Z | Compiling slog-stdlog v4.1.1 |
| 2740 | 2026-06-11T23:04:48.871Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-06-11T23:04:49.013Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2742 | 2026-06-11T23:04:49.658Z | Compiling primeorder v0.13.6 |
| 2743 | 2026-06-11T23:04:50.007Z | Compiling atty v0.2.14 |
| 2744 | 2026-06-11T23:04:50.161Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-06-11T23:04:50.249Z | Compiling http-range v0.1.5 |
| 2746 | 2026-06-11T23:04:50.402Z | Compiling instability v0.3.11 |
| 2747 | 2026-06-11T23:04:50.591Z | Compiling strsim v0.10.0 |
| 2748 | 2026-06-11T23:04:50.630Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-06-11T23:04:50.766Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2750 | 2026-06-11T23:04:50.854Z | Compiling darling_core v0.13.4 |
| 2751 | 2026-06-11T23:04:50.961Z | Compiling p384 v0.13.1 |
| 2752 | 2026-06-11T23:04:52.494Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2753 | 2026-06-11T23:04:54.003Z | Compiling oso v0.27.3 |
| 2754 | 2026-06-11T23:04:54.925Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2755 | 2026-06-11T23:04:54.961Z | Compiling async-bb8-diesel v0.2.1 |
| 2756 | 2026-06-11T23:04:55.241Z | Compiling diesel-dtrace v0.5.0 |
| 2757 | 2026-06-11T23:04:55.405Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2758 | 2026-06-11T23:04:55.897Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2759 | 2026-06-11T23:04:56.981Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2760 | 2026-06-11T23:04:57.144Z | Compiling slog-envlogger v2.2.0 |
| 2761 | 2026-06-11T23:04:57.594Z | Compiling darling v0.23.0 |
| 2762 | 2026-06-11T23:04:58.532Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2763 | 2026-06-11T23:04:58.992Z | Compiling typify v0.4.3 |
| 2764 | 2026-06-11T23:04:59.171Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2765 | 2026-06-11T23:04:59.698Z | Compiling ignore v0.4.25 |
| 2766 | 2026-06-11T23:05:00.496Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2767 | 2026-06-11T23:05:01.299Z | Compiling castaway v0.2.4 |
| 2768 | 2026-06-11T23:05:01.470Z | Compiling vergen-git2 v9.1.0 |
| 2769 | 2026-06-11T23:05:01.702Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-06-11T23:05:01.846Z | Compiling indoc v2.0.7 |
| 2771 | 2026-06-11T23:05:01.964Z | Compiling compact_str v0.8.1 |
| 2772 | 2026-06-11T23:05:02.163Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-06-11T23:05:02.202Z | Compiling globwalk v0.9.1 |
| 2774 | 2026-06-11T23:05:02.652Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2775 | 2026-06-11T23:05:02.762Z | Compiling progenitor-impl v0.11.2 |
| 2776 | 2026-06-11T23:05:02.886Z | Compiling parking_lot v0.11.2 |
| 2777 | 2026-06-11T23:05:02.988Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2778 | 2026-06-11T23:05:03.104Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-06-11T23:05:03.700Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-06-11T23:05:03.814Z | Compiling darling_macro v0.13.4 |
| 2781 | 2026-06-11T23:05:04.316Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2782 | 2026-06-11T23:05:04.337Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-06-11T23:05:04.409Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2784 | 2026-06-11T23:05:04.741Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2785 | 2026-06-11T23:05:04.889Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2786 | 2026-06-11T23:05:04.943Z | Compiling predicates-tree v1.0.13 |
| 2787 | 2026-06-11T23:05:04.999Z | Compiling unicode-truncate v1.1.0 |
| 2788 | 2026-06-11T23:05:05.128Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2789 | 2026-06-11T23:05:05.215Z | Compiling lru v0.12.5 |
| 2790 | 2026-06-11T23:05:05.357Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2791 | 2026-06-11T23:05:05.411Z | Compiling rand_seeder v0.4.0 |
| 2792 | 2026-06-11T23:05:05.454Z | Compiling prefix-trie v0.7.0 |
| 2793 | 2026-06-11T23:05:05.671Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-06-11T23:05:05.922Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2795 | 2026-06-11T23:05:05.957Z | Compiling rustls v0.21.12 |
| 2796 | 2026-06-11T23:05:06.137Z | Compiling cassowary v0.3.0 |
| 2797 | 2026-06-11T23:05:06.182Z | Compiling corncobs v0.1.4 |
| 2798 | 2026-06-11T23:05:06.203Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2799 | 2026-06-11T23:05:06.419Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2800 | 2026-06-11T23:05:06.439Z | Compiling ratatui v0.29.0 |
| 2801 | 2026-06-11T23:05:06.494Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-06-11T23:05:06.584Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2803 | 2026-06-11T23:05:06.729Z | Compiling hickory-server v0.25.2 |
| 2804 | 2026-06-11T23:05:06.769Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2805 | 2026-06-11T23:05:06.992Z | Compiling camino-tempfile-ext v0.3.3 |
| 2806 | 2026-06-11T23:05:07.022Z | Compiling progenitor-macro v0.11.2 |
| 2807 | 2026-06-11T23:05:07.247Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2808 | 2026-06-11T23:05:07.634Z | Compiling darling v0.13.4 |
| 2809 | 2026-06-11T23:05:07.760Z | Compiling sled v0.34.7 |
| 2810 | 2026-06-11T23:05:08.800Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2811 | 2026-06-11T23:05:10.243Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2812 | 2026-06-11T23:05:11.046Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2813 | 2026-06-11T23:05:11.404Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2814 | 2026-06-11T23:05:11.796Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2815 | 2026-06-11T23:05:11.896Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2816 | 2026-06-11T23:05:12.022Z | Compiling progenitor-client v0.11.2 |
| 2817 | 2026-06-11T23:05:12.131Z | Compiling sct v0.7.1 |
| 2818 | 2026-06-11T23:05:12.290Z | Compiling rustls-webpki v0.101.7 |
| 2819 | 2026-06-11T23:05:12.369Z | Compiling git2 v0.20.4 |
| 2820 | 2026-06-11T23:05:12.428Z | Compiling secrecy v0.8.0 |
| 2821 | 2026-06-11T23:05:12.635Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2822 | 2026-06-11T23:05:13.972Z | Compiling progenitor v0.11.2 |
| 2823 | 2026-06-11T23:05:14.245Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2824 | 2026-06-11T23:05:14.592Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2825 | 2026-06-11T23:05:15.312Z | Compiling serde_with_macros v1.5.2 |
| 2826 | 2026-06-11T23:05:15.489Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2827 | 2026-06-11T23:05:16.160Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2828 | 2026-06-11T23:05:16.230Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2829 | 2026-06-11T23:05:16.397Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2830 | 2026-06-11T23:05:17.689Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2831 | 2026-06-11T23:05:17.789Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2832 | 2026-06-11T23:05:18.036Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2833 | 2026-06-11T23:05:18.263Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2834 | 2026-06-11T23:05:18.494Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2835 | 2026-06-11T23:05:18.707Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2836 | 2026-06-11T23:05:18.730Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2837 | 2026-06-11T23:05:18.943Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2838 | 2026-06-11T23:05:19.190Z | Compiling void v1.0.2 |
| 2839 | 2026-06-11T23:05:19.325Z | Compiling lzss v0.8.2 |
| 2840 | 2026-06-11T23:05:19.861Z | Compiling illumos-nvpair v0.3.0 |
| 2841 | 2026-06-11T23:05:20.255Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2842 | 2026-06-11T23:05:20.505Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2843 | 2026-06-11T23:05:21.591Z | Compiling serde_with v1.14.0 |
| 2844 | 2026-06-11T23:05:22.143Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2845 | 2026-06-11T23:05:22.727Z | Compiling tokio-rustls v0.24.1 |
| 2846 | 2026-06-11T23:05:23.014Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2847 | 2026-06-11T23:05:23.117Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2848 | 2026-06-11T23:05:23.238Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-06-11T23:05:23.278Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-06-11T23:05:24.012Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2851 | 2026-06-11T23:05:24.314Z | Compiling tungstenite v0.23.0 |
| 2852 | 2026-06-11T23:05:24.903Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-06-11T23:05:24.981Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-06-11T23:05:25.213Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2855 | 2026-06-11T23:05:25.362Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2856 | 2026-06-11T23:05:25.443Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2857 | 2026-06-11T23:05:25.598Z | Compiling nix v0.27.1 |
| 2858 | 2026-06-11T23:05:26.649Z | Compiling twox-hash v2.1.2 |
| 2859 | 2026-06-11T23:05:26.784Z | Compiling serde_bytes v0.11.19 |
| 2860 | 2026-06-11T23:05:27.083Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2861 | 2026-06-11T23:05:27.107Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2862 | 2026-06-11T23:05:27.154Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2863 | 2026-06-11T23:05:27.580Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2864 | 2026-06-11T23:05:27.678Z | Compiling tokio-tungstenite v0.23.1 |
| 2865 | 2026-06-11T23:05:28.056Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2866 | 2026-06-11T23:05:28.161Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2867 | 2026-06-11T23:05:30.058Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2868 | 2026-06-11T23:05:31.383Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2869 | 2026-06-11T23:05:31.496Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2870 | 2026-06-11T23:05:31.913Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2871 | 2026-06-11T23:05:32.045Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-06-11T23:05:32.335Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2873 | 2026-06-11T23:05:32.444Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2874 | 2026-06-11T23:05:32.602Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2875 | 2026-06-11T23:05:32.936Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2876 | 2026-06-11T23:05:33.459Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2877 | 2026-06-11T23:05:35.216Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2878 | 2026-06-11T23:05:36.212Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2879 | 2026-06-11T23:05:36.979Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-06-11T23:05:38.304Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2881 | 2026-06-11T23:05:38.307Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2882 | 2026-06-11T23:05:38.371Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2883 | 2026-06-11T23:05:39.440Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2884 | 2026-06-11T23:05:39.576Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2885 | 2026-06-11T23:05:39.820Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2886 | 2026-06-11T23:05:40.044Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2887 | 2026-06-11T23:05:40.422Z | Compiling signal-hook-tokio v0.3.1 |
| 2888 | 2026-06-11T23:05:40.617Z | Compiling fatfs v0.3.6 |
| 2889 | 2026-06-11T23:05:40.978Z | Compiling yasna v0.5.2 |
| 2890 | 2026-06-11T23:05:41.091Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2891 | 2026-06-11T23:05:41.307Z | Compiling seq-macro v0.3.6 |
| 2892 | 2026-06-11T23:05:41.346Z | Compiling is_ci v1.2.0 |
| 2893 | 2026-06-11T23:05:41.555Z | Compiling assert_matches v1.5.0 |
| 2894 | 2026-06-11T23:05:41.649Z | Compiling rcgen v0.12.1 |
| 2895 | 2026-06-11T23:05:41.670Z | Compiling supports-color v3.0.2 |
| 2896 | 2026-06-11T23:05:41.804Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2897 | 2026-06-11T23:05:41.950Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2898 | 2026-06-11T23:05:42.579Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2899 | 2026-06-11T23:05:43.159Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2900 | 2026-06-11T23:05:43.396Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2901 | 2026-06-11T23:05:43.489Z | Compiling subprocess v0.2.15 |
| 2902 | 2026-06-11T23:05:43.629Z | Compiling rtoolbox v0.0.3 |
| 2903 | 2026-06-11T23:05:43.910Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2904 | 2026-06-11T23:05:44.779Z | Compiling rpassword v7.4.0 |
| 2905 | 2026-06-11T23:05:45.137Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2906 | 2026-06-11T23:05:45.962Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2907 | 2026-06-11T23:05:46.020Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2908 | 2026-06-11T23:05:46.162Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2909 | 2026-06-11T23:05:46.237Z | Compiling tui-tree-widget v0.23.1 |
| 2910 | 2026-06-11T23:05:46.382Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2911 | 2026-06-11T23:05:46.532Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2912 | 2026-06-11T23:05:47.128Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2913 | 2026-06-11T23:05:48.625Z | Compiling uzers v0.12.2 |
| 2914 | 2026-06-11T23:05:49.068Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2915 | 2026-06-11T23:05:49.749Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2916 | 2026-06-11T23:05:50.841Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2917 | 2026-06-11T23:05:52.052Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2918 | 2026-06-11T23:05:55.022Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2919 | 2026-06-11T23:05:55.768Z | Compiling support-bundle-viewer v0.1.2 |
| 2920 | 2026-06-11T23:05:57.203Z | Compiling multimap v0.10.1 |
| 2921 | 2026-06-11T23:06:05.691Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2922 | 2026-06-11T23:06:11.319Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2923 | 2026-06-11T23:06:17.417Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2924 | 2026-06-11T23:06:18.271Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2925 | 2026-06-11T23:06:20.467Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2926 | 2026-06-11T23:12:14.974Z | Finished `release` profile [optimized] target(s) in 8m 13s |
| 2927 | 2026-06-11T23:13:27.995Z | |
| 2928 | 2026-06-11T23:13:27.995Z | real 9:27.403191069 |
| 2929 | 2026-06-11T23:13:27.995Z | user 1:19:18.512227568 |
| 2930 | 2026-06-11T23:13:27.999Z | sys 3:37.279228544 |
| 2931 | 2026-06-11T23:13:28.001Z | trap 1.756025315 |
| 2932 | 2026-06-11T23:13:28.001Z | tflt 2.524268963 |
| 2933 | 2026-06-11T23:13:28.001Z | dflt 17.970061587 |
| 2934 | 2026-06-11T23:13:28.001Z | kflt 0.005289302 |
| 2935 | 2026-06-11T23:13:28.002Z | lock 6:52:01.192965562 |
| 2936 | 2026-06-11T23:13:28.002Z | slp 2:16:16.969161432 |
| 2937 | 2026-06-11T23:13:28.002Z | lat 2:29.664154123 |
| 2938 | 2026-06-11T23:13:28.002Z | stop 5:21.624295852 |
| 2939 | 2026-06-11T23:13:28.002Z | + mapfile -t packages |
| 2940 | 2026-06-11T23:13:28.002Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2941 | 2026-06-11T23:13:28.969Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2942 | 2026-06-11T23:13:29.040Z | Running `target/release/omicron-package -t test list-outputs` |
| 2943 | 2026-06-11T23:13:29.103Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2944 | 2026-06-11T23:13:29.107Z | + ptime -m cargo build --locked --release -p xtask |
| 2945 | 2026-06-11T23:13:29.650Z | Compiling libc v0.2.185 |
| 2946 | 2026-06-11T23:13:29.650Z | Compiling serde v1.0.228 |
| 2947 | 2026-06-11T23:13:29.654Z | Compiling serde_core v1.0.228 |
| 2948 | 2026-06-11T23:13:29.654Z | Compiling rustix v1.1.3 |
| 2949 | 2026-06-11T23:13:29.762Z | Compiling bitflags v2.11.0 |
| 2950 | 2026-06-11T23:13:29.765Z | Compiling serde_json v1.0.149 |
| 2951 | 2026-06-11T23:13:29.798Z | Compiling num-traits v0.2.19 |
| 2952 | 2026-06-11T23:13:29.809Z | Compiling syn v2.0.117 |
| 2953 | 2026-06-11T23:13:29.831Z | Compiling smallvec v1.15.1 |
| 2954 | 2026-06-11T23:13:29.843Z | Compiling usdt-impl v0.5.0 |
| 2955 | 2026-06-11T23:13:29.846Z | Compiling indexmap v2.14.0 |
| 2956 | 2026-06-11T23:13:29.868Z | Compiling syn v1.0.109 |
| 2957 | 2026-06-11T23:13:29.881Z | Compiling getrandom v0.4.1 |
| 2958 | 2026-06-11T23:13:29.885Z | Compiling log v0.4.29 |
| 2959 | 2026-06-11T23:13:30.038Z | Compiling percent-encoding v2.3.2 |
| 2960 | 2026-06-11T23:13:30.190Z | Compiling form_urlencoded v1.2.2 |
| 2961 | 2026-06-11T23:13:30.261Z | Compiling fs-err v3.3.0 |
| 2962 | 2026-06-11T23:13:30.264Z | Compiling heck v0.4.1 |
| 2963 | 2026-06-11T23:13:30.265Z | Compiling anyhow v1.0.102 |
| 2964 | 2026-06-11T23:13:30.268Z | Compiling once_cell v1.21.3 |
| 2965 | 2026-06-11T23:13:30.516Z | Compiling errno v0.3.14 |
| 2966 | 2026-06-11T23:13:30.519Z | Compiling thread-id v4.2.2 |
| 2967 | 2026-06-11T23:13:30.566Z | Compiling memmap v0.7.0 |
| 2968 | 2026-06-11T23:13:30.816Z | Compiling ordered-float v2.10.1 |
| 2969 | 2026-06-11T23:13:31.421Z | Compiling proc-macro-error v1.0.4 |
| 2970 | 2026-06-11T23:13:31.513Z | Compiling terminal_size v0.4.3 |
| 2971 | 2026-06-11T23:13:31.513Z | Compiling tempfile v3.25.0 |
| 2972 | 2026-06-11T23:13:31.615Z | Compiling clap_builder v4.6.0 |
| 2973 | 2026-06-11T23:13:31.615Z | Compiling textwrap v0.16.2 |
| 2974 | 2026-06-11T23:13:31.677Z | Compiling tabled_derive v0.7.0 |
| 2975 | 2026-06-11T23:13:31.751Z | Compiling camino-tempfile v1.4.1 |
| 2976 | 2026-06-11T23:13:32.326Z | Compiling tabled v0.15.0 |
| 2977 | 2026-06-11T23:13:32.343Z | Compiling synstructure v0.13.2 |
| 2978 | 2026-06-11T23:13:32.343Z | Compiling pest_generator v2.8.6 |
| 2979 | 2026-06-11T23:13:32.752Z | Compiling serde_derive v1.0.228 |
| 2980 | 2026-06-11T23:13:32.756Z | Compiling zerofrom-derive v0.1.6 |
| 2981 | 2026-06-11T23:13:32.756Z | Compiling yoke-derive v0.8.1 |
| 2982 | 2026-06-11T23:13:32.756Z | Compiling zerovec-derive v0.11.2 |
| 2983 | 2026-06-11T23:13:32.756Z | Compiling displaydoc v0.2.5 |
| 2984 | 2026-06-11T23:13:32.756Z | Compiling thiserror-impl v1.0.69 |
| 2985 | 2026-06-11T23:13:32.756Z | Compiling zerocopy-derive v0.7.35 |
| 2986 | 2026-06-11T23:13:32.756Z | Compiling scroll_derive v0.12.1 |
| 2987 | 2026-06-11T23:13:32.756Z | Compiling thiserror-impl v2.0.18 |
| 2988 | 2026-06-11T23:13:32.756Z | Compiling clap_derive v4.6.1 |
| 2989 | 2026-06-11T23:13:32.884Z | Compiling pest_derive v2.8.6 |
| 2990 | 2026-06-11T23:13:33.454Z | Compiling scroll v0.12.0 |
| 2991 | 2026-06-11T23:13:33.568Z | Compiling zerocopy v0.7.35 |
| 2992 | 2026-06-11T23:13:33.784Z | Compiling goblin v0.8.2 |
| 2993 | 2026-06-11T23:13:33.995Z | Compiling zerofrom v0.1.6 |
| 2994 | 2026-06-11T23:13:33.999Z | Compiling thiserror v1.0.69 |
| 2995 | 2026-06-11T23:13:34.039Z | Compiling thiserror v2.0.18 |
| 2996 | 2026-06-11T23:13:34.127Z | Compiling yoke v0.8.1 |
| 2997 | 2026-06-11T23:13:34.146Z | Compiling dtrace-parser v0.2.0 |
| 2998 | 2026-06-11T23:13:34.343Z | Compiling zerovec v0.11.5 |
| 2999 | 2026-06-11T23:13:34.442Z | Compiling zerotrie v0.2.3 |
| 3000 | 2026-06-11T23:13:34.455Z | Compiling clap v4.6.1 |
| 3001 | 2026-06-11T23:13:34.887Z | Compiling tinystr v0.8.2 |
| 3002 | 2026-06-11T23:13:34.942Z | Compiling potential_utf v0.1.4 |
| 3003 | 2026-06-11T23:13:35.132Z | Compiling icu_locale_core v2.1.1 |
| 3004 | 2026-06-11T23:13:35.154Z | Compiling icu_collections v2.1.1 |
| 3005 | 2026-06-11T23:13:35.865Z | Compiling icu_provider v2.1.1 |
| 3006 | 2026-06-11T23:13:36.034Z | Compiling toml_datetime v0.6.11 |
| 3007 | 2026-06-11T23:13:36.186Z | Compiling icu_properties v2.1.2 |
| 3008 | 2026-06-11T23:13:36.227Z | Compiling icu_normalizer v2.1.1 |
| 3009 | 2026-06-11T23:13:36.314Z | Compiling serde_spanned v0.6.9 |
| 3010 | 2026-06-11T23:13:36.330Z | Compiling dof v0.3.0 |
| 3011 | 2026-06-11T23:13:36.387Z | Compiling serde_tokenstream v0.2.3 |
| 3012 | 2026-06-11T23:13:36.438Z | Compiling toml_edit v0.22.27 |
| 3013 | 2026-06-11T23:13:36.509Z | Compiling serde-value v0.7.0 |
| 3014 | 2026-06-11T23:13:36.692Z | Compiling cargo-platform v0.2.0 |
| 3015 | 2026-06-11T23:13:36.715Z | Compiling macaddr v1.0.1 |
| 3016 | 2026-06-11T23:13:37.115Z | Compiling idna_adapter v1.2.1 |
| 3017 | 2026-06-11T23:13:37.188Z | Compiling usdt-macro v0.5.0 |
| 3018 | 2026-06-11T23:13:37.229Z | Compiling usdt-attr-macro v0.5.0 |
| 3019 | 2026-06-11T23:13:37.240Z | Compiling idna v1.1.0 |
| 3020 | 2026-06-11T23:13:37.622Z | Compiling url v2.5.8 |
| 3021 | 2026-06-11T23:13:37.872Z | Compiling usdt v0.5.0 |
| 3022 | 2026-06-11T23:13:38.024Z | Compiling toml v0.8.23 |
| 3023 | 2026-06-11T23:13:38.483Z | Compiling cargo-util-schemas v0.8.2 |
| 3024 | 2026-06-11T23:13:38.507Z | Compiling cargo_toml v0.21.0 |
| 3025 | 2026-06-11T23:13:39.513Z | Compiling cargo_metadata v0.21.0 |
| 3026 | 2026-06-11T23:13:42.620Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3027 | 2026-06-11T23:13:45.636Z | Finished `release` profile [optimized] target(s) in 16.51s |
| 3028 | 2026-06-11T23:13:45.759Z | |
| 3029 | 2026-06-11T23:13:45.759Z | real 16.614458864 |
| 3030 | 2026-06-11T23:13:45.759Z | user 2:22.005977269 |
| 3031 | 2026-06-11T23:13:45.759Z | sys 16.922079934 |
| 3032 | 2026-06-11T23:13:45.763Z | trap 0.076885854 |
| 3033 | 2026-06-11T23:13:45.763Z | tflt 0.461098031 |
| 3034 | 2026-06-11T23:13:45.763Z | dflt 1.469605308 |
| 3035 | 2026-06-11T23:13:45.763Z | kflt 0.000066870 |
| 3036 | 2026-06-11T23:13:45.763Z | lock 5:21.690308255 |
| 3037 | 2026-06-11T23:13:45.763Z | slp 3:26.863203825 |
| 3038 | 2026-06-11T23:13:45.763Z | lat 6.458641714 |
| 3039 | 2026-06-11T23:13:45.763Z | stop 20.665388196 |
| 3040 | 2026-06-11T23:13:45.763Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3041 | 2026-06-11T23:13:45.763Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3042 | 2026-06-11T23:13:45.763Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3043 | 2026-06-11T23:13:45.763Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3044 | 2026-06-11T23:13:45.763Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3045 | 2026-06-11T23:13:46.737Z | Compiling progenitor-client v0.14.0 |
| 3046 | 2026-06-11T23:13:46.737Z | Compiling newtype-uuid-macros v0.1.0 |
| 3047 | 2026-06-11T23:13:46.738Z | Compiling structmeta-derive v0.3.0 |
| 3048 | 2026-06-11T23:13:46.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3049 | 2026-06-11T23:13:46.753Z | Compiling rustls v0.22.4 |
| 3050 | 2026-06-11T23:13:46.898Z | Compiling rustls-webpki v0.102.8 |
| 3051 | 2026-06-11T23:13:46.921Z | Compiling multer v3.1.0 |
| 3052 | 2026-06-11T23:13:46.949Z | Compiling match_cfg v0.1.0 |
| 3053 | 2026-06-11T23:13:46.949Z | Compiling debug-ignore v1.0.5 |
| 3054 | 2026-06-11T23:13:46.949Z | Compiling compression-core v0.4.31 |
| 3055 | 2026-06-11T23:13:46.949Z | Compiling atomicwrites v0.4.4 |
| 3056 | 2026-06-11T23:13:46.949Z | Compiling slog-json v2.6.1 |
| 3057 | 2026-06-11T23:13:46.987Z | Compiling async-stream-impl v0.3.6 |
| 3058 | 2026-06-11T23:13:46.993Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3059 | 2026-06-11T23:13:46.993Z | Compiling serde_spanned v1.0.4 |
| 3060 | 2026-06-11T23:13:46.993Z | Compiling dropshot v0.17.0 |
| 3061 | 2026-06-11T23:13:47.214Z | Compiling hostname v0.3.1 |
| 3062 | 2026-06-11T23:13:47.232Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3063 | 2026-06-11T23:13:47.244Z | Compiling itertools v0.14.0 |
| 3064 | 2026-06-11T23:13:47.244Z | Compiling waitgroup v0.1.2 |
| 3065 | 2026-06-11T23:13:47.253Z | Compiling rustls-pemfile v2.2.0 |
| 3066 | 2026-06-11T23:13:47.686Z | Compiling dropshot_endpoint v0.17.0 |
| 3067 | 2026-06-11T23:13:47.724Z | Compiling compression-codecs v0.4.37 |
| 3068 | 2026-06-11T23:13:47.724Z | Compiling slog-bunyan v2.5.0 |
| 3069 | 2026-06-11T23:13:47.724Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3070 | 2026-06-11T23:13:47.724Z | Compiling serde_path_to_error v0.1.20 |
| 3071 | 2026-06-11T23:13:47.724Z | Compiling hostname v0.4.2 |
| 3072 | 2026-06-11T23:13:47.724Z | Compiling async-compression v0.4.41 |
| 3073 | 2026-06-11T23:13:47.724Z | Compiling regress v0.10.5 |
| 3074 | 2026-06-11T23:13:47.724Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3075 | 2026-06-11T23:13:47.724Z | Compiling macaddr v1.0.1 |
| 3076 | 2026-06-11T23:13:47.724Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3077 | 2026-06-11T23:13:47.724Z | Compiling instant v0.1.13 |
| 3078 | 2026-06-11T23:13:47.729Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3079 | 2026-06-11T23:13:47.737Z | Compiling async-stream v0.3.6 |
| 3080 | 2026-06-11T23:13:47.742Z | Compiling backon v1.6.0 |
| 3081 | 2026-06-11T23:13:47.772Z | Compiling backoff v0.4.0 |
| 3082 | 2026-06-11T23:13:47.797Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3083 | 2026-06-11T23:13:47.871Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3084 | 2026-06-11T23:13:47.886Z | Compiling humantime v2.3.0 |
| 3085 | 2026-06-11T23:13:47.886Z | Compiling universal-hash v0.5.1 |
| 3086 | 2026-06-11T23:13:47.922Z | Compiling progenitor-extras v0.2.0 |
| 3087 | 2026-06-11T23:13:47.946Z | Compiling opaque-debug v0.3.1 |
| 3088 | 2026-06-11T23:13:47.983Z | Compiling half v2.7.1 |
| 3089 | 2026-06-11T23:13:48.016Z | Compiling ciborium-io v0.2.2 |
| 3090 | 2026-06-11T23:13:48.027Z | Compiling structmeta v0.3.0 |
| 3091 | 2026-06-11T23:13:48.062Z | Compiling crucible-workspace-hack v0.1.0 |
| 3092 | 2026-06-11T23:13:48.074Z | Compiling convert_case v0.4.0 |
| 3093 | 2026-06-11T23:13:48.082Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3094 | 2026-06-11T23:13:48.128Z | Compiling aead v0.5.2 |
| 3095 | 2026-06-11T23:13:48.172Z | Compiling secrecy v0.10.3 |
| 3096 | 2026-06-11T23:13:48.201Z | Compiling poly1305 v0.8.0 |
| 3097 | 2026-06-11T23:13:48.241Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3098 | 2026-06-11T23:13:48.253Z | Compiling ciborium-ll v0.2.2 |
| 3099 | 2026-06-11T23:13:48.294Z | Compiling derive-ex v0.1.8 |
| 3100 | 2026-06-11T23:13:48.306Z | Compiling parse-display-derive v0.10.0 |
| 3101 | 2026-06-11T23:13:48.361Z | Compiling chacha20 v0.9.1 |
| 3102 | 2026-06-11T23:13:48.375Z | Compiling regress v0.11.1 |
| 3103 | 2026-06-11T23:13:48.397Z | Compiling unsafe-libyaml v0.2.11 |
| 3104 | 2026-06-11T23:13:48.416Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3105 | 2026-06-11T23:13:48.463Z | Compiling derive_more v0.99.20 |
| 3106 | 2026-06-11T23:13:48.528Z | Compiling ciborium v0.2.2 |
| 3107 | 2026-06-11T23:13:48.549Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3108 | 2026-06-11T23:13:48.561Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3109 | 2026-06-11T23:13:48.644Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3110 | 2026-06-11T23:13:48.812Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3111 | 2026-06-11T23:13:48.822Z | Compiling byte-wrapper v0.1.0 |
| 3112 | 2026-06-11T23:13:48.906Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3113 | 2026-06-11T23:13:48.926Z | Compiling password-hash v0.5.0 |
| 3114 | 2026-06-11T23:13:48.980Z | Compiling serde_yaml v0.9.34+deprecated |
| 3115 | 2026-06-11T23:13:49.134Z | Compiling blake2 v0.10.6 |
| 3116 | 2026-06-11T23:13:49.153Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3117 | 2026-06-11T23:13:49.170Z | Compiling chacha20poly1305 v0.10.1 |
| 3118 | 2026-06-11T23:13:49.186Z | Compiling indent_write v2.2.0 |
| 3119 | 2026-06-11T23:13:49.206Z | Compiling heapless v0.8.0 |
| 3120 | 2026-06-11T23:13:49.340Z | Compiling tokio-rustls v0.25.0 |
| 3121 | 2026-06-11T23:13:49.359Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3122 | 2026-06-11T23:13:49.362Z | Compiling ingot-macros v0.1.1 |
| 3123 | 2026-06-11T23:13:49.423Z | Compiling argon2 v0.5.3 |
| 3124 | 2026-06-11T23:13:49.704Z | Compiling tabwriter v1.4.1 |
| 3125 | 2026-06-11T23:13:49.721Z | Compiling hash32 v0.3.1 |
| 3126 | 2026-06-11T23:13:49.880Z | Compiling thiserror-no-std v2.0.2 |
| 3127 | 2026-06-11T23:13:49.920Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3128 | 2026-06-11T23:13:49.985Z | Compiling typify-impl v0.6.2 |
| 3129 | 2026-06-11T23:13:50.005Z | Compiling vsss-rs v3.3.4 |
| 3130 | 2026-06-11T23:13:50.051Z | Compiling test-strategy v0.4.5 |
| 3131 | 2026-06-11T23:13:50.119Z | Compiling parse-display v0.10.0 |
| 3132 | 2026-06-11T23:13:50.228Z | Compiling proc-macro-crate v3.4.0 |
| 3133 | 2026-06-11T23:13:50.458Z | Compiling smoltcp v0.11.0 |
| 3134 | 2026-06-11T23:13:50.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3135 | 2026-06-11T23:13:50.649Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3136 | 2026-06-11T23:13:50.775Z | Compiling num-rational v0.4.2 |
| 3137 | 2026-06-11T23:13:50.793Z | Compiling cobs v0.3.0 |
| 3138 | 2026-06-11T23:13:50.799Z | Compiling num-complex v0.4.6 |
| 3139 | 2026-06-11T23:13:50.831Z | Compiling num_enum_derive v0.7.6 |
| 3140 | 2026-06-11T23:13:50.838Z | Compiling colored v3.1.1 |
| 3141 | 2026-06-11T23:13:50.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3142 | 2026-06-11T23:13:50.972Z | Compiling postcard v1.1.3 |
| 3143 | 2026-06-11T23:13:51.125Z | Compiling proc-macro-error v1.0.4 |
| 3144 | 2026-06-11T23:13:51.143Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3145 | 2026-06-11T23:13:51.161Z | Compiling proc-macro-crate v1.3.1 |
| 3146 | 2026-06-11T23:13:51.237Z | Compiling num v0.4.3 |
| 3147 | 2026-06-11T23:13:51.254Z | Compiling foreign-types-macros v0.2.3 |
| 3148 | 2026-06-11T23:13:51.335Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3149 | 2026-06-11T23:13:51.360Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3150 | 2026-06-11T23:13:51.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3151 | 2026-06-11T23:13:51.437Z | Compiling rayon-core v1.13.0 |
| 3152 | 2026-06-11T23:13:51.466Z | Compiling foreign-types-shared v0.3.1 |
| 3153 | 2026-06-11T23:13:51.586Z | Compiling float-ord v0.3.2 |
| 3154 | 2026-06-11T23:13:51.612Z | Compiling cpufeatures v0.3.0 |
| 3155 | 2026-06-11T23:13:51.633Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3156 | 2026-06-11T23:13:51.633Z | Compiling num_enum_derive v0.5.11 |
| 3157 | 2026-06-11T23:13:51.705Z | Compiling chacha20 v0.10.0 |
| 3158 | 2026-06-11T23:13:51.743Z | Compiling crossbeam-deque v0.8.6 |
| 3159 | 2026-06-11T23:13:51.743Z | Compiling camino-tempfile v1.4.1 |
| 3160 | 2026-06-11T23:13:51.749Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3161 | 2026-06-11T23:13:51.873Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3162 | 2026-06-11T23:13:51.892Z | Compiling cstr-argument v0.1.2 |
| 3163 | 2026-06-11T23:13:51.911Z | Compiling foreign-types v0.5.0 |
| 3164 | 2026-06-11T23:13:51.961Z | Compiling num_enum v0.7.6 |
| 3165 | 2026-06-11T23:13:51.989Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3166 | 2026-06-11T23:13:52.010Z | Compiling rand v0.10.0 |
| 3167 | 2026-06-11T23:13:52.052Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3168 | 2026-06-11T23:13:52.088Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3169 | 2026-06-11T23:13:52.111Z | Compiling toml v0.8.23 |
| 3170 | 2026-06-11T23:13:52.235Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3171 | 2026-06-11T23:13:52.254Z | Compiling zone_cfg_derive v0.3.1 |
| 3172 | 2026-06-11T23:13:52.273Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3173 | 2026-06-11T23:13:52.294Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3174 | 2026-06-11T23:13:52.329Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3175 | 2026-06-11T23:13:52.348Z | Compiling itertools v0.12.1 |
| 3176 | 2026-06-11T23:13:52.368Z | Compiling ingot-types v0.1.2 |
| 3177 | 2026-06-11T23:13:52.389Z | Compiling num-derive v0.4.2 |
| 3178 | 2026-06-11T23:13:52.449Z | Compiling sigpipe v0.1.3 |
| 3179 | 2026-06-11T23:13:52.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3180 | 2026-06-11T23:13:52.589Z | Compiling rayon v1.11.0 |
| 3181 | 2026-06-11T23:13:52.624Z | Compiling glob v0.3.3 |
| 3182 | 2026-06-11T23:13:52.640Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3183 | 2026-06-11T23:13:52.794Z | Compiling ingot v0.1.1 |
| 3184 | 2026-06-11T23:13:52.814Z | Compiling num_enum v0.5.11 |
| 3185 | 2026-06-11T23:13:52.857Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3186 | 2026-06-11T23:13:52.893Z | Compiling smf v0.2.3 |
| 3187 | 2026-06-11T23:13:52.912Z | Compiling prettyplease v0.2.37 |
| 3188 | 2026-06-11T23:13:52.969Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3189 | 2026-06-11T23:13:52.985Z | Compiling whoami v1.6.1 |
| 3190 | 2026-06-11T23:13:53.022Z | Compiling usdt-macro v0.5.0 |
| 3191 | 2026-06-11T23:13:53.054Z | Compiling usdt-attr-macro v0.5.0 |
| 3192 | 2026-06-11T23:13:53.145Z | Compiling gethostname v0.5.0 |
| 3193 | 2026-06-11T23:13:53.318Z | Compiling memmap v0.7.0 |
| 3194 | 2026-06-11T23:13:53.321Z | Compiling derive-where v1.6.0 |
| 3195 | 2026-06-11T23:13:53.414Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3196 | 2026-06-11T23:13:53.450Z | Compiling resolv-conf v0.7.6 |
| 3197 | 2026-06-11T23:13:53.480Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3198 | 2026-06-11T23:13:53.542Z | Compiling zone v0.3.1 |
| 3199 | 2026-06-11T23:13:53.648Z | Compiling cancel-safe-futures v0.1.5 |
| 3200 | 2026-06-11T23:13:53.670Z | Compiling owo-colors v4.3.0 |
| 3201 | 2026-06-11T23:13:53.831Z | Compiling libsw-core v0.3.2 |
| 3202 | 2026-06-11T23:13:53.849Z | Compiling console v0.15.11 |
| 3203 | 2026-06-11T23:13:53.849Z | Compiling hickory-proto v0.24.4 |
| 3204 | 2026-06-11T23:13:53.931Z | Compiling usdt v0.5.0 |
| 3205 | 2026-06-11T23:13:54.033Z | Compiling libsw v3.5.0 |
| 3206 | 2026-06-11T23:13:54.242Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3207 | 2026-06-11T23:13:54.261Z | Compiling newline-converter v0.3.0 |
| 3208 | 2026-06-11T23:13:54.279Z | Compiling linked-hash-map v0.5.6 |
| 3209 | 2026-06-11T23:13:54.300Z | Compiling linear-map v1.2.0 |
| 3210 | 2026-06-11T23:13:54.410Z | Compiling libefi-sys v0.1.0 |
| 3211 | 2026-06-11T23:13:54.433Z | Compiling expectorate v1.2.0 |
| 3212 | 2026-06-11T23:13:54.451Z | Compiling git-stub v1.0.0 |
| 3213 | 2026-06-11T23:13:54.490Z | Compiling lru-cache v0.1.2 |
| 3214 | 2026-06-11T23:13:54.509Z | Compiling bitfield-struct v0.6.2 |
| 3215 | 2026-06-11T23:13:54.529Z | Compiling nom v8.0.0 |
| 3216 | 2026-06-11T23:13:54.532Z | Compiling semver v0.1.20 |
| 3217 | 2026-06-11T23:13:54.620Z | Compiling typify-macro v0.6.2 |
| 3218 | 2026-06-11T23:13:54.639Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3219 | 2026-06-11T23:13:54.676Z | Compiling git-stub-vcs v0.1.0 |
| 3220 | 2026-06-11T23:13:54.765Z | Compiling rustc_version v0.1.7 |
| 3221 | 2026-06-11T23:13:54.771Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3222 | 2026-06-11T23:13:54.788Z | Compiling tokio-dtrace v0.1.1 |
| 3223 | 2026-06-11T23:13:54.872Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3224 | 2026-06-11T23:13:54.890Z | Compiling slog-dtrace v0.3.0 |
| 3225 | 2026-06-11T23:13:54.908Z | Compiling minimal-lexical v0.2.1 |
| 3226 | 2026-06-11T23:13:54.930Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3227 | 2026-06-11T23:13:55.021Z | Compiling newtype_derive v0.1.6 |
| 3228 | 2026-06-11T23:13:55.040Z | Compiling oxide-tokio-rt v0.1.4 |
| 3229 | 2026-06-11T23:13:55.072Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3230 | 2026-06-11T23:13:55.090Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3231 | 2026-06-11T23:13:55.195Z | Compiling nom v7.1.3 |
| 3232 | 2026-06-11T23:13:55.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3233 | 2026-06-11T23:13:55.217Z | Compiling phf_shared v0.12.1 |
| 3234 | 2026-06-11T23:13:55.234Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3235 | 2026-06-11T23:13:55.237Z | Compiling csv-core v0.1.13 |
| 3236 | 2026-06-11T23:13:55.284Z | Compiling highway v1.3.0 |
| 3237 | 2026-06-11T23:13:55.311Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3238 | 2026-06-11T23:13:55.359Z | Compiling xshell-macros v0.2.7 |
| 3239 | 2026-06-11T23:13:55.404Z | Compiling chrono-tz v0.10.4 |
| 3240 | 2026-06-11T23:13:55.441Z | Compiling phf v0.12.1 |
| 3241 | 2026-06-11T23:13:55.584Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-06-11T23:13:55.639Z | Compiling csv v1.4.0 |
| 3243 | 2026-06-11T23:13:55.663Z | Compiling const_format_proc_macros v0.2.34 |
| 3244 | 2026-06-11T23:13:55.791Z | Compiling xshell v0.2.7 |
| 3245 | 2026-06-11T23:13:55.816Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-06-11T23:13:55.832Z | Compiling primeorder v0.13.6 |
| 3247 | 2026-06-11T23:13:56.005Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3248 | 2026-06-11T23:13:56.064Z | Compiling hickory-resolver v0.24.4 |
| 3249 | 2026-06-11T23:13:56.097Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3250 | 2026-06-11T23:13:56.236Z | Compiling tabled_derive v0.7.0 |
| 3251 | 2026-06-11T23:13:56.333Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3252 | 2026-06-11T23:13:56.432Z | Compiling bcs v0.1.6 |
| 3253 | 2026-06-11T23:13:56.436Z | Compiling termtree v0.5.1 |
| 3254 | 2026-06-11T23:13:56.495Z | Compiling typify v0.6.2 |
| 3255 | 2026-06-11T23:13:56.531Z | Compiling const_format v0.2.35 |
| 3256 | 2026-06-11T23:13:56.597Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3257 | 2026-06-11T23:13:56.630Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3258 | 2026-06-11T23:13:56.648Z | Compiling progenitor-impl v0.14.0 |
| 3259 | 2026-06-11T23:13:56.787Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3260 | 2026-06-11T23:13:56.866Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-06-11T23:13:56.882Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3262 | 2026-06-11T23:13:56.920Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3263 | 2026-06-11T23:13:57.124Z | Compiling qorb v0.4.1 |
| 3264 | 2026-06-11T23:13:57.145Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3265 | 2026-06-11T23:13:57.165Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3266 | 2026-06-11T23:13:57.270Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3267 | 2026-06-11T23:13:57.370Z | Compiling tagptr v0.2.0 |
| 3268 | 2026-06-11T23:13:57.407Z | Compiling salty v0.3.0 |
| 3269 | 2026-06-11T23:13:57.598Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3270 | 2026-06-11T23:13:57.621Z | Compiling moka v0.12.13 |
| 3271 | 2026-06-11T23:13:57.713Z | Compiling textwrap v0.16.2 |
| 3272 | 2026-06-11T23:13:57.778Z | Compiling tabled v0.15.0 |
| 3273 | 2026-06-11T23:13:57.842Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3274 | 2026-06-11T23:13:58.091Z | Compiling steno v0.4.1 |
| 3275 | 2026-06-11T23:13:58.257Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3276 | 2026-06-11T23:13:58.384Z | Compiling radium v0.7.0 |
| 3277 | 2026-06-11T23:13:58.420Z | Compiling base64 v0.21.7 |
| 3278 | 2026-06-11T23:13:58.439Z | Compiling hickory-resolver v0.25.2 |
| 3279 | 2026-06-11T23:13:58.496Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3280 | 2026-06-11T23:13:58.709Z | Compiling p384 v0.13.1 |
| 3281 | 2026-06-11T23:13:58.727Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3282 | 2026-06-11T23:13:58.777Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3283 | 2026-06-11T23:13:58.928Z | Compiling typify-impl v0.4.3 |
| 3284 | 2026-06-11T23:13:59.105Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3285 | 2026-06-11T23:13:59.110Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3286 | 2026-06-11T23:13:59.220Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3287 | 2026-06-11T23:13:59.303Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3288 | 2026-06-11T23:13:59.308Z | Compiling tap v1.0.1 |
| 3289 | 2026-06-11T23:13:59.459Z | Compiling progenitor-macro v0.14.0 |
| 3290 | 2026-06-11T23:13:59.477Z | Compiling maybe-uninit v2.0.0 |
| 3291 | 2026-06-11T23:13:59.498Z | Compiling wyz v0.5.1 |
| 3292 | 2026-06-11T23:13:59.772Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3293 | 2026-06-11T23:13:59.906Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3294 | 2026-06-11T23:13:59.940Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3295 | 2026-06-11T23:14:00.114Z | Compiling packed_struct v0.10.1 |
| 3296 | 2026-06-11T23:14:00.274Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3297 | 2026-06-11T23:14:00.301Z | Compiling utf-8 v0.7.6 |
| 3298 | 2026-06-11T23:14:00.391Z | Compiling funty v2.0.0 |
| 3299 | 2026-06-11T23:14:00.408Z | Compiling parking_lot_core v0.8.6 |
| 3300 | 2026-06-11T23:14:00.452Z | Compiling tungstenite v0.21.0 |
| 3301 | 2026-06-11T23:14:00.525Z | Compiling proc-macro-error2 v2.0.1 |
| 3302 | 2026-06-11T23:14:00.607Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3303 | 2026-06-11T23:14:00.640Z | Compiling polyval v0.6.2 |
| 3304 | 2026-06-11T23:14:00.726Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3305 | 2026-06-11T23:14:00.743Z | Compiling bitvec v1.0.1 |
| 3306 | 2026-06-11T23:14:00.875Z | Compiling packed_struct_codegen v0.10.1 |
| 3307 | 2026-06-11T23:14:00.894Z | Compiling num-derive v0.3.3 |
| 3308 | 2026-06-11T23:14:00.913Z | Compiling zerocopy-derive v0.6.6 |
| 3309 | 2026-06-11T23:14:01.020Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3310 | 2026-06-11T23:14:01.068Z | Compiling bitfield-macros v0.19.4 |
| 3311 | 2026-06-11T23:14:01.156Z | Compiling indexmap v1.9.3 |
| 3312 | 2026-06-11T23:14:01.178Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3313 | 2026-06-11T23:14:01.337Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3314 | 2026-06-11T23:14:01.386Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3315 | 2026-06-11T23:14:01.405Z | Compiling nodrop v0.1.14 |
| 3316 | 2026-06-11T23:14:01.528Z | Compiling crc-catalog v2.4.0 |
| 3317 | 2026-06-11T23:14:01.552Z | Compiling array-init v0.0.4 |
| 3318 | 2026-06-11T23:14:01.647Z | Compiling crc v3.4.0 |
| 3319 | 2026-06-11T23:14:01.663Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3320 | 2026-06-11T23:14:01.826Z | Compiling zerocopy v0.6.6 |
| 3321 | 2026-06-11T23:14:01.852Z | Compiling bitfield v0.19.4 |
| 3322 | 2026-06-11T23:14:01.877Z | Compiling libscf-sys v1.1.0 |
| 3323 | 2026-06-11T23:14:01.894Z | Compiling tokio-tungstenite v0.21.0 |
| 3324 | 2026-06-11T23:14:01.929Z | Compiling tabled_derive v0.11.0 |
| 3325 | 2026-06-11T23:14:02.010Z | Compiling ghash v0.5.1 |
| 3326 | 2026-06-11T23:14:02.111Z | Compiling smallvec v0.6.14 |
| 3327 | 2026-06-11T23:14:02.219Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-06-11T23:14:02.239Z | Compiling papergrid v0.17.0 |
| 3329 | 2026-06-11T23:14:02.258Z | Compiling testing_table v0.3.0 |
| 3330 | 2026-06-11T23:14:02.356Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-06-11T23:14:02.376Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3332 | 2026-06-11T23:14:02.450Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3333 | 2026-06-11T23:14:02.488Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3334 | 2026-06-11T23:14:02.492Z | Compiling ctr v0.9.2 |
| 3335 | 2026-06-11T23:14:02.614Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-06-11T23:14:02.734Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3337 | 2026-06-11T23:14:02.751Z | Compiling unicase v2.9.0 |
| 3338 | 2026-06-11T23:14:02.842Z | Compiling corncobs v0.1.4 |
| 3339 | 2026-06-11T23:14:02.953Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3340 | 2026-06-11T23:14:02.993Z | Compiling hashbrown v0.12.3 |
| 3341 | 2026-06-11T23:14:02.998Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3342 | 2026-06-11T23:14:03.047Z | Compiling mime_guess v2.0.5 |
| 3343 | 2026-06-11T23:14:03.069Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3344 | 2026-06-11T23:14:03.111Z | Compiling aes-gcm v0.10.3 |
| 3345 | 2026-06-11T23:14:03.138Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-06-11T23:14:03.202Z | Compiling serde-hex v0.1.0 |
| 3347 | 2026-06-11T23:14:03.254Z | Compiling parking_lot v0.11.2 |
| 3348 | 2026-06-11T23:14:03.334Z | Compiling tabled v0.20.0 |
| 3349 | 2026-06-11T23:14:03.532Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3350 | 2026-06-11T23:14:03.555Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3351 | 2026-06-11T23:14:03.607Z | Compiling typify-macro v0.4.3 |
| 3352 | 2026-06-11T23:14:03.639Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3353 | 2026-06-11T23:14:03.658Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3354 | 2026-06-11T23:14:03.852Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-06-11T23:14:03.876Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3356 | 2026-06-11T23:14:03.916Z | Compiling ron v0.8.1 |
| 3357 | 2026-06-11T23:14:03.945Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3358 | 2026-06-11T23:14:04.047Z | Compiling progenitor-client v0.11.2 |
| 3359 | 2026-06-11T23:14:04.064Z | Compiling hashbrown v0.13.2 |
| 3360 | 2026-06-11T23:14:04.189Z | Compiling prefix-trie v0.7.0 |
| 3361 | 2026-06-11T23:14:04.411Z | Compiling blowfish v0.9.1 |
| 3362 | 2026-06-11T23:14:04.458Z | Compiling ssh-encoding v0.2.0 |
| 3363 | 2026-06-11T23:14:04.595Z | Compiling fxhash v0.2.1 |
| 3364 | 2026-06-11T23:14:04.615Z | Compiling secrecy v0.8.0 |
| 3365 | 2026-06-11T23:14:04.656Z | Compiling progenitor v0.14.0 |
| 3366 | 2026-06-11T23:14:04.692Z | Compiling crc-any v2.5.0 |
| 3367 | 2026-06-11T23:14:04.761Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3368 | 2026-06-11T23:14:04.805Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3369 | 2026-06-11T23:14:04.840Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3370 | 2026-06-11T23:14:04.941Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3371 | 2026-06-11T23:14:05.020Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3372 | 2026-06-11T23:14:05.045Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3373 | 2026-06-11T23:14:05.131Z | Compiling sled v0.34.7 |
| 3374 | 2026-06-11T23:14:05.387Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3375 | 2026-06-11T23:14:05.469Z | Compiling typify v0.4.3 |
| 3376 | 2026-06-11T23:14:05.615Z | Compiling progenitor-impl v0.11.2 |
| 3377 | 2026-06-11T23:14:05.663Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3378 | 2026-06-11T23:14:05.683Z | Compiling ssh-cipher v0.2.0 |
| 3379 | 2026-06-11T23:14:05.705Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3380 | 2026-06-11T23:14:05.816Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3381 | 2026-06-11T23:14:05.904Z | Compiling object v0.30.4 |
| 3382 | 2026-06-11T23:14:06.068Z | Compiling hickory-server v0.25.2 |
| 3383 | 2026-06-11T23:14:06.093Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3384 | 2026-06-11T23:14:06.230Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3385 | 2026-06-11T23:14:06.247Z | Compiling password-hash v0.4.2 |
| 3386 | 2026-06-11T23:14:06.312Z | Compiling half v1.8.3 |
| 3387 | 2026-06-11T23:14:06.396Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3388 | 2026-06-11T23:14:06.609Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3389 | 2026-06-11T23:14:06.668Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3390 | 2026-06-11T23:14:07.008Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3391 | 2026-06-11T23:14:07.492Z | Compiling path-slash v0.1.5 |
| 3392 | 2026-06-11T23:14:07.699Z | Compiling crc8 v0.1.1 |
| 3393 | 2026-06-11T23:14:07.722Z | Compiling http-range v0.1.5 |
| 3394 | 2026-06-11T23:14:07.854Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3395 | 2026-06-11T23:14:07.870Z | Compiling serde_cbor v0.11.2 |
| 3396 | 2026-06-11T23:14:07.941Z | Compiling pbkdf2 v0.11.0 |
| 3397 | 2026-06-11T23:14:08.054Z | Compiling illumos-nvpair v0.3.0 |
| 3398 | 2026-06-11T23:14:08.342Z | Compiling ssh-key v0.6.7 |
| 3399 | 2026-06-11T23:14:08.346Z | Compiling progenitor-macro v0.11.2 |
| 3400 | 2026-06-11T23:14:08.375Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3401 | 2026-06-11T23:14:08.518Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3402 | 2026-06-11T23:14:08.743Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3403 | 2026-06-11T23:14:08.864Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3404 | 2026-06-11T23:14:08.929Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3405 | 2026-06-11T23:14:08.933Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3406 | 2026-06-11T23:14:08.985Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3407 | 2026-06-11T23:14:09.265Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3408 | 2026-06-11T23:14:09.292Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3409 | 2026-06-11T23:14:09.392Z | Compiling p521 v0.13.3 |
| 3410 | 2026-06-11T23:14:09.419Z | Compiling p256 v0.13.2 |
| 3411 | 2026-06-11T23:14:09.562Z | Compiling yasna v0.5.2 |
| 3412 | 2026-06-11T23:14:09.842Z | Compiling kstat-rs v0.2.4 |
| 3413 | 2026-06-11T23:14:09.861Z | Compiling headers-core v0.3.0 |
| 3414 | 2026-06-11T23:14:09.908Z | Compiling nanorand v0.7.0 |
| 3415 | 2026-06-11T23:14:09.960Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3416 | 2026-06-11T23:14:10.016Z | Compiling russh-cryptovec v0.7.3 |
| 3417 | 2026-06-11T23:14:10.039Z | Compiling atty v0.2.14 |
| 3418 | 2026-06-11T23:14:10.085Z | Compiling home v0.5.12 |
| 3419 | 2026-06-11T23:14:10.109Z | Compiling md5 v0.7.0 |
| 3420 | 2026-06-11T23:14:10.179Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3421 | 2026-06-11T23:14:10.198Z | Compiling flume v0.11.1 |
| 3422 | 2026-06-11T23:14:10.231Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3423 | 2026-06-11T23:14:10.250Z | Compiling rcgen v0.12.1 |
| 3424 | 2026-06-11T23:14:10.268Z | Compiling headers v0.4.1 |
| 3425 | 2026-06-11T23:14:10.285Z | Compiling russh-keys v0.45.0 |
| 3426 | 2026-06-11T23:14:10.388Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3427 | 2026-06-11T23:14:10.413Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3428 | 2026-06-11T23:14:10.568Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3429 | 2026-06-11T23:14:10.592Z | Compiling hyper-staticfile v0.10.1 |
| 3430 | 2026-06-11T23:14:10.740Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3431 | 2026-06-11T23:14:10.758Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3432 | 2026-06-11T23:14:10.938Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3433 | 2026-06-11T23:14:10.988Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3434 | 2026-06-11T23:14:11.070Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3435 | 2026-06-11T23:14:11.144Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3436 | 2026-06-11T23:14:11.171Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3437 | 2026-06-11T23:14:11.188Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3438 | 2026-06-11T23:14:11.446Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3439 | 2026-06-11T23:14:11.484Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3440 | 2026-06-11T23:14:11.641Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3441 | 2026-06-11T23:14:11.712Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-06-11T23:14:11.731Z | Compiling des v0.8.1 |
| 3443 | 2026-06-11T23:14:11.753Z | Compiling subprocess v0.2.15 |
| 3444 | 2026-06-11T23:14:11.777Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3445 | 2026-06-11T23:14:11.795Z | Compiling display-error-chain v0.2.2 |
| 3446 | 2026-06-11T23:14:11.829Z | Compiling hex-literal v0.4.1 |
| 3447 | 2026-06-11T23:14:11.947Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3448 | 2026-06-11T23:14:11.964Z | Compiling colored v2.2.0 |
| 3449 | 2026-06-11T23:14:11.980Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3450 | 2026-06-11T23:14:11.999Z | Compiling socket2 v0.5.10 |
| 3451 | 2026-06-11T23:14:11.999Z | Compiling internet-checksum v0.2.1 |
| 3452 | 2026-06-11T23:14:12.230Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-06-11T23:14:12.352Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3454 | 2026-06-11T23:14:12.908Z | Compiling russh v0.45.0 |
| 3455 | 2026-06-11T23:14:13.415Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3456 | 2026-06-11T23:14:13.449Z | Compiling progenitor v0.11.2 |
| 3457 | 2026-06-11T23:14:13.474Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3458 | 2026-06-11T23:14:13.575Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3459 | 2026-06-11T23:14:15.918Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3460 | 2026-06-11T23:14:16.567Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3461 | 2026-06-11T23:14:17.033Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-06-11T23:14:18.878Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-06-11T23:14:19.270Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-06-11T23:14:27.130Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3465 | 2026-06-11T23:14:27.131Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3466 | 2026-06-11T23:14:27.131Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-06-11T23:14:27.136Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-06-11T23:14:28.872Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-06-11T23:14:28.925Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3470 | 2026-06-11T23:14:33.144Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3471 | 2026-06-11T23:15:12.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3472 | 2026-06-11T23:15:12.911Z | |
| 3473 | 2026-06-11T23:15:12.911Z | real 1:27.083873214 |
| 3474 | 2026-06-11T23:15:12.911Z | user 8:13.972518877 |
| 3475 | 2026-06-11T23:15:12.911Z | sys 1:41.730499168 |
| 3476 | 2026-06-11T23:15:12.911Z | trap 0.248168410 |
| 3477 | 2026-06-11T23:15:12.911Z | tflt 0.619129803 |
| 3478 | 2026-06-11T23:15:12.911Z | dflt 1.570997689 |
| 3479 | 2026-06-11T23:15:12.911Z | kflt 0.000369770 |
| 3480 | 2026-06-11T23:15:12.911Z | lock 29:01.672885130 |
| 3481 | 2026-06-11T23:15:12.915Z | slp 18:42.124608339 |
| 3482 | 2026-06-11T23:15:12.915Z | lat 38.575723611 |
| 3483 | 2026-06-11T23:15:12.915Z | stop 2:56.505604028 |
| 3484 | 2026-06-11T23:15:12.915Z | + mkdir tests |
| 3485 | 2026-06-11T23:15:12.919Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3486 | 2026-06-11T23:15:12.919Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3487 | 2026-06-11T23:15:12.939Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44497a0941bcae3f tests/ |
| 3488 | 2026-06-11T23:15:12.960Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f04c2751b2755d tests/ |
| 3489 | 2026-06-11T23:15:12.980Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e48c16f2d363903b tests/ |
| 3490 | 2026-06-11T23:15:13.002Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3544b827135dc869 tests/ |
| 3491 | 2026-06-11T23:15:13.232Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3492 | 2026-06-11T23:15:13.235Z | + 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-95f04c2751b2755d tests/commtest-e48c16f2d363903b tests/dhcp_server-44497a0941bcae3f tests/end_to_end_tests-3544b827135dc869 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3493 | 2026-06-11T23:16:35.625Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3494 | 2026-06-11T23:16:35.625Z | a .github/buildomat/ci-env.sh 1K |
| 3495 | 2026-06-11T23:16:35.625Z | a out/target/test 1K |
| 3496 | 2026-06-11T23:16:35.625Z | a out/npuzone/npuzone 27402K |
| 3497 | 2026-06-11T23:16:35.625Z | a package-manifest.toml 35K |
| 3498 | 2026-06-11T23:16:35.625Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3499 | 2026-06-11T23:16:35.625Z | a target/release/omicron-package 46219K |
| 3500 | 2026-06-11T23:16:35.625Z | a target/release/xtask 11453K |
| 3501 | 2026-06-11T23:16:35.625Z | a target/debug/bootstrap 354995K |
| 3502 | 2026-06-11T23:16:35.625Z | a tests/bootstrap-95f04c2751b2755d 31215K |
| 3503 | 2026-06-11T23:16:35.625Z | a tests/commtest-e48c16f2d363903b 32300K |
| 3504 | 2026-06-11T23:16:35.625Z | a tests/dhcp_server-44497a0941bcae3f 31215K |
| 3505 | 2026-06-11T23:16:35.625Z | a tests/end_to_end_tests-3544b827135dc869 396083K |
| 3506 | 2026-06-11T23:16:35.625Z | a tools/opte_version 1K |
| 3507 | 2026-06-11T23:16:35.625Z | a tools/opte_version_override 2K |
| 3508 | 2026-06-11T23:16:35.625Z | a out/clickhouse.tar.gz 321861K |
| 3509 | 2026-06-11T23:16:35.625Z | a out/clickhouse_keeper.tar.gz 306931K |
| 3510 | 2026-06-11T23:16:35.625Z | a out/clickhouse_server.tar.gz 321859K |
| 3511 | 2026-06-11T23:16:35.625Z | a out/cockroachdb.tar.gz 166140K |
| 3512 | 2026-06-11T23:16:35.625Z | a out/crucible-pantry-zone.tar.gz 41126K |
| 3513 | 2026-06-11T23:16:35.625Z | a out/crucible-utils.tar 16478K |
| 3514 | 2026-06-11T23:16:35.625Z | a out/crucible-zone.tar.gz 56696K |
| 3515 | 2026-06-11T23:16:35.625Z | a out/external-dns.tar.gz 51265K |
| 3516 | 2026-06-11T23:16:35.626Z | a out/internal-dns.tar.gz 51265K |
| 3517 | 2026-06-11T23:16:35.626Z | a out/mg-ddm-gz.tar 97912K |
| 3518 | 2026-06-11T23:16:35.626Z | a out/nexus.tar.gz 281529K |
| 3519 | 2026-06-11T23:16:35.626Z | a out/ntp.tar.gz 32796K |
| 3520 | 2026-06-11T23:16:35.626Z | a out/omicron-gateway-softnpu.tar.gz 29920K |
| 3521 | 2026-06-11T23:16:35.626Z | a out/omicron-sled-agent.tar 203442K |
| 3522 | 2026-06-11T23:16:35.626Z | a out/overlay.tar.gz 3K |
| 3523 | 2026-06-11T23:16:35.626Z | a out/oximeter.tar.gz 68185K |
| 3524 | 2026-06-11T23:16:35.626Z | a out/oxlog.tar 3782K |
| 3525 | 2026-06-11T23:16:35.626Z | a out/probe.tar.gz 3037K |
| 3526 | 2026-06-11T23:16:35.626Z | a out/propolis-server.tar.gz 34918K |
| 3527 | 2026-06-11T23:16:35.626Z | a out/pumpkind-gz.tar 26647K |
| 3528 | 2026-06-11T23:16:35.626Z | a out/switch-softnpu.tar.gz 455638K |
| 3529 | 2026-06-11T23:16:35.629Z | |
| 3530 | 2026-06-11T23:16:35.629Z | real 1:22.388351152 |
| 3531 | 2026-06-11T23:16:35.630Z | user 1:19.624076785 |
| 3532 | 2026-06-11T23:16:35.630Z | sys 4.581265133 |
| 3533 | 2026-06-11T23:16:35.630Z | trap 0.006728485 |
| 3534 | 2026-06-11T23:16:35.630Z | tflt 0.000000000 |
| 3535 | 2026-06-11T23:16:35.630Z | dflt 0.000000000 |
| 3536 | 2026-06-11T23:16:35.630Z | kflt 0.000000000 |
| 3537 | 2026-06-11T23:16:35.630Z | lock 0.000000000 |
| 3538 | 2026-06-11T23:16:35.630Z | slp 1:19.543364275 |
| 3539 | 2026-06-11T23:16:35.630Z | lat 1.016314325 |
| 3540 | 2026-06-11T23:16:35.630Z | stop 0.000276640 |
| 3541 | 2026-06-11T23:16:35.630Z | process exited: duration 1008578 ms, exit code 0 |
| |
| 3542 | 2026-06-11T23:16:35.646Z | found 1 output files |
| 3543 | 2026-06-11T23:16:35.649Z | uploading: /work/package.tar.gz (2568840345 bytes) |
| 3544 | 2026-06-11T23:17:08.458Z | uploaded: /work/package.tar.gz |