|
|
|
| 1 | 2026-06-01T14:45:18.780Z | job assigned to worker 01KT1T99EFM6QH31KVT1HYCHB0 [factory aws, i-09c7f129c6012d5df] (queued for 59 s) |
| |
| 2 | 2026-06-01T14:45:25.907Z | starting task 0: "setup" |
| 3 | 2026-06-01T14:45:25.912Z | ++ uname -s |
| 4 | 2026-06-01T14:45:25.916Z | + kern=SunOS |
| 5 | 2026-06-01T14:45:25.916Z | + build_user=build |
| 6 | 2026-06-01T14:45:25.916Z | + build_uid=12345 |
| 7 | 2026-06-01T14:45:25.916Z | + work_dir=/work |
| 8 | 2026-06-01T14:45:25.916Z | + input_dir=/input |
| 9 | 2026-06-01T14:45:25.916Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T14:45:25.916Z | + case "$kern" in |
| 11 | 2026-06-01T14:45:25.916Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T14:45:25.919Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T14:45:27.927Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T14:45:28.049Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T14:45:28.052Z | + home_fs=zfs |
| 16 | 2026-06-01T14:45:28.053Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T14:45:28.053Z | + mkdir -p /home/build |
| 18 | 2026-06-01T14:45:28.053Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T14:45:30.052Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T14:45:30.055Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-06-01T14:45:30.062Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T14:45:30.068Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-06-01T14:45:30.069Z | * rust toolchain profile = "default" |
| 24 | 2026-06-01T14:45:30.071Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 25 | 2026-06-01T14:45:30.071Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-01T14:45:30.071Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-01T14:45:30.071Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-01T14:45:30.072Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T14:45:30.072Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-01T14:45:30.160Z | info: downloading installer |
| 31 | 2026-06-01T14:45:31.529Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T14:45:31.529Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T14:45:31.529Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T14:45:31.529Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T14:45:31.540Z | info: profile set to default |
| 36 | 2026-06-01T14:45:31.540Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T14:45:31.543Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T14:45:31.677Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-01T14:45:31.681Z | info: downloading 6 components |
| 40 | 2026-06-01T14:45:45.729Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-01T14:45:45.729Z | |
| 42 | 2026-06-01T14:45:45.761Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-01T14:45:45.761Z | |
| 44 | 2026-06-01T14:45:45.761Z | |
| 45 | 2026-06-01T14:45:45.761Z | Rust is installed now. Great! |
| 46 | 2026-06-01T14:45:45.761Z | |
| 47 | 2026-06-01T14:45:45.761Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T14:45:45.761Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T14:45:45.761Z | |
| 50 | 2026-06-01T14:45:45.761Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T14:45:45.761Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T14:45:45.761Z | |
| 53 | 2026-06-01T14:45:45.761Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T14:45:45.764Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T14:45:45.764Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T14:45:45.764Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T14:45:45.764Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T14:45:45.764Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T14:45:45.764Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T14:45:45.764Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T14:45:45.764Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T14:45:45.858Z | + rustup --version |
| 63 | 2026-06-01T14:45:45.864Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T14:45:45.867Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T14:45:45.886Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-01T14:45:45.888Z | + cargo --version |
| 67 | 2026-06-01T14:45:45.897Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-01T14:45:45.900Z | + rustc --version |
| 69 | 2026-06-01T14:45:45.919Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-01T14:45:45.922Z | process exited: duration 15859 ms, exit code 0 |
| |
| 71 | 2026-06-01T14:45:45.927Z | starting task 2: "authentication" |
| 72 | 2026-06-01T14:45:45.948Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-06-01T14:45:45.955Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T14:45:45.960Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-01T14:45:45.963Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-01T14:45:46.005Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-01T14:45:57.783Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-01T14:45:57.783Z | + git fetch origin b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 |
| 79 | 2026-06-01T14:45:58.087Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-01T14:45:58.087Z | * branch b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 -> FETCH_HEAD |
| 81 | 2026-06-01T14:45:58.101Z | + [[ -n zl/probe-multicast ]] |
| 82 | 2026-06-01T14:45:58.105Z | ++ git branch --show-current |
| 83 | 2026-06-01T14:45:58.105Z | + current=main |
| 84 | 2026-06-01T14:45:58.105Z | + [[ main != zl/probe-multicast ]] |
| 85 | 2026-06-01T14:45:58.105Z | + git branch -f zl/probe-multicast b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 |
| 86 | 2026-06-01T14:45:58.108Z | + git checkout -f zl/probe-multicast |
| 87 | 2026-06-01T14:45:58.348Z | Switched to branch 'zl/probe-multicast' |
| 88 | 2026-06-01T14:45:58.351Z | + git reset --hard b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 |
| 89 | 2026-06-01T14:45:58.406Z | HEAD is now at b73c7be4a [probe,multicast] enroll probes as mcast group members |
| 90 | 2026-06-01T14:45:58.409Z | process exited: duration 12452 ms, exit code 0 |
| |
| 91 | 2026-06-01T14:45:58.415Z | starting task 4: "build" |
| 92 | 2026-06-01T14:45:58.421Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-01T14:45:58.421Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-01T14:45:58.421Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-01T14:45:58.422Z | + cargo --version |
| 96 | 2026-06-01T14:45:58.433Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-01T14:45:58.436Z | + rustc --version |
| 98 | 2026-06-01T14:45:58.456Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-01T14:45:58.459Z | + WORK=/work |
| 100 | 2026-06-01T14:45:58.459Z | + pfexec mkdir -p /work |
| 101 | 2026-06-01T14:45:58.462Z | + pfexec chown build /work |
| 102 | 2026-06-01T14:45:58.465Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-01T14:46:00.668Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-01T14:46:00.745Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-01T14:46:01.044Z | Planning: Solver setup ... Done (0.253s) |
| 106 | 2026-06-01T14:46:01.064Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-06-01T14:46:01.072Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-01T14:46:01.083Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-01T14:46:01.103Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-01T14:46:01.118Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-01T14:46:01.128Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-01T14:46:01.323Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 113 | 2026-06-01T14:46:01.325Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-01T14:46:02.262Z | Planning: Evaluating mediators ... Done (0.938s) |
| 115 | 2026-06-01T14:46:02.265Z | Planning: Planning completed in 1.49 seconds |
| 116 | 2026-06-01T14:46:02.272Z | Packages to install: 2 |
| 117 | 2026-06-01T14:46:02.272Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-01T14:46:02.272Z | Estimated space to be consumed: 23.93 MB |
| 119 | 2026-06-01T14:46:02.272Z | Create boot environment: No |
| 120 | 2026-06-01T14:46:02.272Z | Create backup boot environment: No |
| 121 | 2026-06-01T14:46:02.272Z | Rebuild boot archive: No |
| 122 | 2026-06-01T14:46:02.276Z | |
| 123 | 2026-06-01T14:46:02.276Z | Changed packages: |
| 124 | 2026-06-01T14:46:02.276Z | helios |
| 125 | 2026-06-01T14:46:02.276Z | developer/build-essential |
| 126 | 2026-06-01T14:46:02.276Z | None -> 11-3.0 |
| 127 | 2026-06-01T14:46:02.276Z | library/libxmlsec1 |
| 128 | 2026-06-01T14:46:02.276Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-01T14:46:02.300Z | |
| 130 | 2026-06-01T14:46:02.300Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-01T14:46:02.998Z | Download: Completed 1.28 MB in 0.70 seconds (1.8M/s) |
| 132 | 2026-06-01T14:46:03.083Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-01T14:46:03.123Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-01T14:46:03.131Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-06-01T14:46:03.131Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-01T14:46:03.152Z | Finalize: Updating image state ... Done (0.020s) |
| 137 | 2026-06-01T14:46:05.719Z | Finalize: Creating fast lookup database ... Done (2.544s) |
| 138 | 2026-06-01T14:46:05.804Z | Finalize: Reading search index ... Done (0.028s) |
| 139 | 2026-06-01T14:46:05.807Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-01T14:46:05.889Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-01T14:46:06.191Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-01T14:46:06.295Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-01T14:46:06.298Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-01T14:46:06.454Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-01T14:46:06.457Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-01T14:46:06.484Z | Mediators to change: 2 |
| 147 | 2026-06-01T14:46:06.484Z | Create boot environment: No |
| 148 | 2026-06-01T14:46:06.484Z | Create backup boot environment: No |
| 149 | 2026-06-01T14:46:06.550Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-01T14:46:06.550Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-01T14:46:06.565Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-01T14:46:08.531Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-01T14:46:08.591Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-01T14:46:08.595Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-01T14:46:08.738Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-01T14:46:09.021Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-01T14:46:09.128Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-01T14:46:09.131Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-01T14:46:09.286Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-01T14:46:09.289Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-06-01T14:46:09.311Z | Mediators to change: 1 |
| 162 | 2026-06-01T14:46:09.311Z | Create boot environment: No |
| 163 | 2026-06-01T14:46:09.311Z | Create backup boot environment: No |
| 164 | 2026-06-01T14:46:09.367Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-01T14:46:09.367Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-01T14:46:09.379Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-01T14:46:11.312Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-01T14:46:11.380Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-01T14:46:11.383Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-01T14:46:11.455Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-01T14:46:11.766Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-01T14:46:11.766Z | apache system 2.4 system |
| 173 | 2026-06-01T14:46:11.766Z | clang system 15 system |
| 174 | 2026-06-01T14:46:11.766Z | csh system system illumos |
| 175 | 2026-06-01T14:46:11.766Z | ctags system system illumos |
| 176 | 2026-06-01T14:46:11.766Z | file vendor vendor darwinsys |
| 177 | 2026-06-01T14:46:11.766Z | file system system illumos |
| 178 | 2026-06-01T14:46:11.766Z | gcc vendor 14 vendor |
| 179 | 2026-06-01T14:46:11.766Z | gcc system 13 system |
| 180 | 2026-06-01T14:46:11.766Z | gcc system 10 system |
| 181 | 2026-06-01T14:46:11.766Z | go system 1.25 system |
| 182 | 2026-06-01T14:46:11.766Z | llvm system 15 system |
| 183 | 2026-06-01T14:46:11.766Z | mariadb system 11.4 system |
| 184 | 2026-06-01T14:46:11.766Z | mta vendor vendor dma |
| 185 | 2026-06-01T14:46:11.766Z | openjdk system 17 system |
| 186 | 2026-06-01T14:46:11.766Z | openjdk system 11 system |
| 187 | 2026-06-01T14:46:11.766Z | openssl vendor 3 vendor |
| 188 | 2026-06-01T14:46:11.766Z | perl system 5.40 system |
| 189 | 2026-06-01T14:46:11.766Z | postgresql system 18 system |
| 190 | 2026-06-01T14:46:11.766Z | postgresql system 17 system |
| 191 | 2026-06-01T14:46:11.766Z | python vendor 3 vendor |
| 192 | 2026-06-01T14:46:11.766Z | python system 2 system |
| 193 | 2026-06-01T14:46:11.766Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-01T14:46:11.766Z | ruby system 3.4 system |
| 195 | 2026-06-01T14:46:11.767Z | ruby system 3.0 system |
| 196 | 2026-06-01T14:46:11.767Z | words vendor vendor american-english |
| 197 | 2026-06-01T14:46:11.767Z | words system system australian-english |
| 198 | 2026-06-01T14:46:11.767Z | words system system british-english |
| 199 | 2026-06-01T14:46:11.767Z | words system system canadian-english |
| 200 | 2026-06-01T14:46:11.767Z | words system system french |
| 201 | 2026-06-01T14:46:11.767Z | words system system italian |
| 202 | 2026-06-01T14:46:11.767Z | words system system ngerman |
| 203 | 2026-06-01T14:46:11.767Z | words system system ogerman |
| 204 | 2026-06-01T14:46:11.767Z | words system system spanish |
| 205 | 2026-06-01T14:46:12.021Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-01T14:46:12.022Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-01T14:46:12.299Z | FMRI IFO |
| 208 | 2026-06-01T14:46:12.299Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-01T14:46:12.299Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-01T14:46:12.299Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-01T14:46:12.299Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-01T14:46:12.299Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-01T14:46:12.299Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-01T14:46:12.299Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-01T14:46:12.299Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-01T14:46:12.299Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-01T14:46:12.546Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-01T14:46:12.845Z | Updating crates.io index |
| 219 | 2026-06-01T14:46:12.848Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-01T14:46:13.377Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-01T14:46:13.976Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-01T14:46:14.286Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-01T14:46:15.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-01T14:46:16.118Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-01T14:46:18.016Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-01T14:46:18.772Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-01T14:46:19.300Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-01T14:46:20.287Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-01T14:46:20.722Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-01T14:46:21.204Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-01T14:46:21.575Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-01T14:46:22.632Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-01T14:46:23.372Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-01T14:46:23.714Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-01T14:46:23.993Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-01T14:46:24.301Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-01T14:46:24.779Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-01T14:46:25.028Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-01T14:46:25.278Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-01T14:46:25.524Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-01T14:46:25.961Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-01T14:46:26.322Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-01T14:46:26.707Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-01T14:46:27.124Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-01T14:46:27.646Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-01T14:46:28.043Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-01T14:46:28.405Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-01T14:46:29.880Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-01T14:46:30.288Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-01T14:46:30.762Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-01T14:46:31.111Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-01T14:46:31.406Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-01T14:46:31.800Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-01T14:46:32.223Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-01T14:46:32.599Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-01T14:46:33.179Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-01T14:46:33.469Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-01T14:46:33.782Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-06-01T14:46:46.204Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-06-01T14:46:48.048Z | Downloading crates ... |
| 261 | 2026-06-01T14:46:48.101Z | Downloaded anstyle v1.0.14 |
| 262 | 2026-06-01T14:46:48.101Z | Downloaded autocfg v1.5.0 |
| 263 | 2026-06-01T14:46:48.101Z | Downloaded anstream v1.0.0 |
| 264 | 2026-06-01T14:46:48.101Z | Downloaded bitflags v2.11.0 |
| 265 | 2026-06-01T14:46:48.163Z | Downloaded potential_utf v0.1.4 |
| 266 | 2026-06-01T14:46:48.163Z | Downloaded num-traits v0.2.19 |
| 267 | 2026-06-01T14:46:48.163Z | Downloaded fnv v1.0.7 |
| 268 | 2026-06-01T14:46:48.163Z | Downloaded anyhow v1.0.102 |
| 269 | 2026-06-01T14:46:48.163Z | Downloaded pest_derive v2.8.6 |
| 270 | 2026-06-01T14:46:48.163Z | Downloaded serde_spanned v0.6.9 |
| 271 | 2026-06-01T14:46:48.168Z | Downloaded once_cell v1.21.3 |
| 272 | 2026-06-01T14:46:48.168Z | Downloaded cargo_toml v0.21.0 |
| 273 | 2026-06-01T14:46:48.168Z | Downloaded heck v0.4.1 |
| 274 | 2026-06-01T14:46:48.168Z | Downloaded log v0.4.29 |
| 275 | 2026-06-01T14:46:48.168Z | Downloaded thiserror v2.0.18 |
| 276 | 2026-06-01T14:46:48.168Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-06-01T14:46:48.168Z | Downloaded zerofrom-derive v0.1.6 |
| 278 | 2026-06-01T14:46:48.168Z | Downloaded unicode-linebreak v0.1.5 |
| 279 | 2026-06-01T14:46:48.168Z | Downloaded zerofrom v0.1.6 |
| 280 | 2026-06-01T14:46:48.168Z | Downloaded utf8_iter v1.0.4 |
| 281 | 2026-06-01T14:46:48.168Z | Downloaded thiserror-impl v2.0.18 |
| 282 | 2026-06-01T14:46:48.168Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-06-01T14:46:48.168Z | Downloaded icu_provider v2.1.1 |
| 284 | 2026-06-01T14:46:48.168Z | Downloaded serde-value v0.7.0 |
| 285 | 2026-06-01T14:46:48.168Z | Downloaded displaydoc v0.2.5 |
| 286 | 2026-06-01T14:46:48.168Z | Downloaded utf8parse v0.2.2 |
| 287 | 2026-06-01T14:46:48.168Z | Downloaded typeid v1.0.3 |
| 288 | 2026-06-01T14:46:48.168Z | Downloaded pretty-hex v0.4.1 |
| 289 | 2026-06-01T14:46:48.168Z | Downloaded cfg-if v1.0.4 |
| 290 | 2026-06-01T14:46:48.168Z | Downloaded version_check v0.9.5 |
| 291 | 2026-06-01T14:46:48.168Z | Downloaded toml_edit v0.22.27 |
| 292 | 2026-06-01T14:46:48.168Z | Downloaded usdt-macro v0.5.0 |
| 293 | 2026-06-01T14:46:48.169Z | Downloaded usdt v0.5.0 |
| 294 | 2026-06-01T14:46:48.169Z | Downloaded thread-id v4.2.2 |
| 295 | 2026-06-01T14:46:48.169Z | Downloaded cargo-platform v0.2.0 |
| 296 | 2026-06-01T14:46:48.169Z | Downloaded fs-err v3.3.0 |
| 297 | 2026-06-01T14:46:48.169Z | Downloaded unicode-xid v0.2.6 |
| 298 | 2026-06-01T14:46:48.169Z | Downloaded pest_generator v2.8.6 |
| 299 | 2026-06-01T14:46:48.169Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-06-01T14:46:48.169Z | Downloaded yoke-derive v0.8.1 |
| 301 | 2026-06-01T14:46:48.169Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-06-01T14:46:48.169Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2026-06-01T14:46:48.169Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-06-01T14:46:48.169Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-06-01T14:46:48.169Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-06-01T14:46:48.169Z | Downloaded heck v0.5.0 |
| 307 | 2026-06-01T14:46:48.169Z | Downloaded ordered-float v2.10.1 |
| 308 | 2026-06-01T14:46:48.169Z | Downloaded is_terminal_polyfill v1.70.2 |
| 309 | 2026-06-01T14:46:48.169Z | Downloaded proc-macro-error-attr v1.0.4 |
| 310 | 2026-06-01T14:46:48.170Z | Downloaded colorchoice v1.0.4 |
| 311 | 2026-06-01T14:46:48.170Z | Downloaded clap_derive v4.6.1 |
| 312 | 2026-06-01T14:46:48.170Z | Downloaded anstyle-parse v1.0.0 |
| 313 | 2026-06-01T14:46:48.170Z | Downloaded thiserror v1.0.69 |
| 314 | 2026-06-01T14:46:48.227Z | Downloaded zerovec-derive v0.11.2 |
| 315 | 2026-06-01T14:46:48.227Z | Downloaded yoke v0.8.1 |
| 316 | 2026-06-01T14:46:48.227Z | Downloaded toml v0.8.23 |
| 317 | 2026-06-01T14:46:48.227Z | Downloaded tinystr v0.8.2 |
| 318 | 2026-06-01T14:46:48.227Z | Downloaded errno v0.3.14 |
| 319 | 2026-06-01T14:46:48.227Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-06-01T14:46:48.227Z | Downloaded percent-encoding v2.3.2 |
| 321 | 2026-06-01T14:46:48.227Z | Downloaded fastrand v2.3.0 |
| 322 | 2026-06-01T14:46:48.227Z | Downloaded ucd-trie v0.1.7 |
| 323 | 2026-06-01T14:46:48.227Z | Downloaded strsim v0.11.1 |
| 324 | 2026-06-01T14:46:48.227Z | Downloaded zerocopy-derive v0.7.35 |
| 325 | 2026-06-01T14:46:48.228Z | Downloaded zmij v1.0.21 |
| 326 | 2026-06-01T14:46:48.228Z | Downloaded equivalent v1.0.2 |
| 327 | 2026-06-01T14:46:48.228Z | Downloaded writeable v0.6.2 |
| 328 | 2026-06-01T14:46:48.228Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-06-01T14:46:48.228Z | Downloaded synstructure v0.13.2 |
| 330 | 2026-06-01T14:46:48.228Z | Downloaded plain v0.2.3 |
| 331 | 2026-06-01T14:46:48.228Z | Downloaded itoa v1.0.17 |
| 332 | 2026-06-01T14:46:48.228Z | Downloaded unicode-ident v1.0.24 |
| 333 | 2026-06-01T14:46:48.228Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-06-01T14:46:48.228Z | Downloaded crypto-common v0.1.7 |
| 335 | 2026-06-01T14:46:48.228Z | Downloaded clap_lex v1.0.0 |
| 336 | 2026-06-01T14:46:48.228Z | Downloaded form_urlencoded v1.2.2 |
| 337 | 2026-06-01T14:46:48.228Z | Downloaded anstyle-query v1.1.5 |
| 338 | 2026-06-01T14:46:48.228Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2026-06-01T14:46:48.228Z | Downloaded dof v0.3.0 |
| 340 | 2026-06-01T14:46:48.228Z | Downloaded block-buffer v0.10.4 |
| 341 | 2026-06-01T14:46:48.228Z | Downloaded url v2.5.8 |
| 342 | 2026-06-01T14:46:48.228Z | Downloaded stable_deref_trait v1.2.1 |
| 343 | 2026-06-01T14:46:48.228Z | Downloaded typenum v1.19.0 |
| 344 | 2026-06-01T14:46:48.229Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-06-01T14:46:48.229Z | Downloaded memmap v0.7.0 |
| 346 | 2026-06-01T14:46:48.229Z | Downloaded idna_adapter v1.2.1 |
| 347 | 2026-06-01T14:46:48.229Z | Downloaded macaddr v1.0.1 |
| 348 | 2026-06-01T14:46:48.229Z | Downloaded scroll v0.12.0 |
| 349 | 2026-06-01T14:46:48.229Z | Downloaded erased-serde v0.4.9 |
| 350 | 2026-06-01T14:46:48.229Z | Downloaded camino-tempfile v1.4.1 |
| 351 | 2026-06-01T14:46:48.229Z | Downloaded zerovec v0.11.5 |
| 352 | 2026-06-01T14:46:48.246Z | Downloaded terminal_size v0.4.3 |
| 353 | 2026-06-01T14:46:48.247Z | Downloaded serde-untagged v0.1.9 |
| 354 | 2026-06-01T14:46:48.247Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-06-01T14:46:48.247Z | Downloaded zerocopy v0.7.35 |
| 356 | 2026-06-01T14:46:48.247Z | Downloaded winnow v0.7.14 |
| 357 | 2026-06-01T14:46:48.247Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-06-01T14:46:48.247Z | Downloaded digest v0.10.7 |
| 359 | 2026-06-01T14:46:48.247Z | Downloaded cargo_metadata v0.21.0 |
| 360 | 2026-06-01T14:46:48.247Z | Downloaded byteorder v1.5.0 |
| 361 | 2026-06-01T14:46:48.247Z | Downloaded smawk v0.3.2 |
| 362 | 2026-06-01T14:46:48.247Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-06-01T14:46:48.247Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-06-01T14:46:48.247Z | Downloaded swrite v0.1.0 |
| 365 | 2026-06-01T14:46:48.247Z | Downloaded quote v1.0.45 |
| 366 | 2026-06-01T14:46:48.247Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2026-06-01T14:46:48.247Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-06-01T14:46:48.247Z | Downloaded cargo-util-schemas v0.8.2 |
| 369 | 2026-06-01T14:46:48.247Z | Downloaded smallvec v1.15.1 |
| 370 | 2026-06-01T14:46:48.247Z | Downloaded litemap v0.8.1 |
| 371 | 2026-06-01T14:46:48.254Z | Downloaded semver v1.0.28 |
| 372 | 2026-06-01T14:46:48.254Z | Downloaded camino v1.2.2 |
| 373 | 2026-06-01T14:46:48.254Z | Downloaded papergrid v0.11.0 |
| 374 | 2026-06-01T14:46:48.254Z | Downloaded clap v4.6.1 |
| 375 | 2026-06-01T14:46:48.263Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-06-01T14:46:48.263Z | Downloaded getrandom v0.4.1 |
| 377 | 2026-06-01T14:46:48.263Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-06-01T14:46:48.276Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-06-01T14:46:48.276Z | Downloaded pest v2.8.6 |
| 380 | 2026-06-01T14:46:48.290Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-06-01T14:46:48.290Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-06-01T14:46:48.290Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-06-01T14:46:48.290Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-06-01T14:46:48.298Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-06-01T14:46:48.299Z | Downloaded icu_properties v2.1.2 |
| 386 | 2026-06-01T14:46:48.299Z | Downloaded serde v1.0.228 |
| 387 | 2026-06-01T14:46:48.299Z | Downloaded pest_meta v2.8.6 |
| 388 | 2026-06-01T14:46:48.304Z | Downloaded memchr v2.8.0 |
| 389 | 2026-06-01T14:46:48.323Z | Downloaded clap_builder v4.6.0 |
| 390 | 2026-06-01T14:46:48.339Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-06-01T14:46:48.347Z | Downloaded idna v1.1.0 |
| 392 | 2026-06-01T14:46:48.347Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-06-01T14:46:48.347Z | Downloaded serde_json v1.0.149 |
| 394 | 2026-06-01T14:46:48.347Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-01T14:46:48.352Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-01T14:46:48.362Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-01T14:46:48.373Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-01T14:46:48.383Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-01T14:46:48.415Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-01T14:46:48.483Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-01T14:46:48.483Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-01T14:46:48.494Z | Compiling quote v1.0.45 |
| 403 | 2026-06-01T14:46:48.494Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-01T14:46:48.494Z | Compiling libc v0.2.185 |
| 405 | 2026-06-01T14:46:48.494Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-01T14:46:48.494Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-01T14:46:48.494Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-01T14:46:48.494Z | Compiling serde v1.0.228 |
| 409 | 2026-06-01T14:46:48.494Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-01T14:46:48.666Z | Compiling thiserror v1.0.69 |
| 411 | 2026-06-01T14:46:48.669Z | Compiling itoa v1.0.17 |
| 412 | 2026-06-01T14:46:48.669Z | Compiling autocfg v1.5.0 |
| 413 | 2026-06-01T14:46:48.669Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-06-01T14:46:48.669Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-01T14:46:48.967Z | Compiling litemap v0.8.1 |
| 416 | 2026-06-01T14:46:49.019Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-06-01T14:46:49.153Z | Compiling rustix v1.1.3 |
| 418 | 2026-06-01T14:46:49.157Z | Compiling byteorder v1.5.0 |
| 419 | 2026-06-01T14:46:49.194Z | Compiling icu_properties_data v2.1.2 |
| 420 | 2026-06-01T14:46:49.252Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-01T14:46:49.363Z | Compiling pest v2.8.6 |
| 422 | 2026-06-01T14:46:49.380Z | Compiling serde_json v1.0.149 |
| 423 | 2026-06-01T14:46:49.436Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-01T14:46:49.438Z | Compiling smallvec v1.15.1 |
| 425 | 2026-06-01T14:46:49.604Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-01T14:46:49.608Z | Compiling hashbrown v0.17.0 |
| 427 | 2026-06-01T14:46:49.610Z | Compiling typeid v1.0.3 |
| 428 | 2026-06-01T14:46:49.628Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-01T14:46:49.724Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-01T14:46:49.785Z | Compiling winnow v0.7.14 |
| 431 | 2026-06-01T14:46:49.799Z | Compiling syn v1.0.109 |
| 432 | 2026-06-01T14:46:49.799Z | Compiling toml_write v0.1.2 |
| 433 | 2026-06-01T14:46:49.852Z | Compiling errno v0.3.14 |
| 434 | 2026-06-01T14:46:49.886Z | Compiling thread-id v4.2.2 |
| 435 | 2026-06-01T14:46:49.908Z | Compiling erased-serde v0.4.9 |
| 436 | 2026-06-01T14:46:49.992Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-01T14:46:50.031Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-06-01T14:46:50.033Z | Compiling getrandom v0.4.1 |
| 439 | 2026-06-01T14:46:50.154Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-01T14:46:50.243Z | Compiling camino v1.2.2 |
| 441 | 2026-06-01T14:46:50.246Z | Compiling log v0.4.29 |
| 442 | 2026-06-01T14:46:50.246Z | Compiling thiserror v2.0.18 |
| 443 | 2026-06-01T14:46:50.280Z | Compiling utf8parse v0.2.2 |
| 444 | 2026-06-01T14:46:50.315Z | Compiling utf8_iter v1.0.4 |
| 445 | 2026-06-01T14:46:50.318Z | Compiling plain v0.2.3 |
| 446 | 2026-06-01T14:46:50.358Z | Compiling syn v2.0.117 |
| 447 | 2026-06-01T14:46:50.443Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-06-01T14:46:50.488Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-06-01T14:46:50.559Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-06-01T14:46:50.641Z | Compiling form_urlencoded v1.2.2 |
| 451 | 2026-06-01T14:46:50.701Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-06-01T14:46:50.710Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-06-01T14:46:50.710Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-01T14:46:50.795Z | Compiling anstyle v1.0.14 |
| 455 | 2026-06-01T14:46:50.815Z | Compiling is_terminal_polyfill v1.70.2 |
| 456 | 2026-06-01T14:46:50.835Z | Compiling anstyle-query v1.1.5 |
| 457 | 2026-06-01T14:46:50.901Z | Compiling terminal_size v0.4.3 |
| 458 | 2026-06-01T14:46:50.909Z | Compiling fs-err v3.3.0 |
| 459 | 2026-06-01T14:46:51.005Z | Compiling anstream v1.0.0 |
| 460 | 2026-06-01T14:46:51.097Z | Compiling semver v1.0.28 |
| 461 | 2026-06-01T14:46:51.121Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-01T14:46:51.144Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-06-01T14:46:51.162Z | Compiling once_cell v1.21.3 |
| 464 | 2026-06-01T14:46:51.182Z | Compiling heck v0.4.1 |
| 465 | 2026-06-01T14:46:51.200Z | Compiling heck v0.5.0 |
| 466 | 2026-06-01T14:46:51.282Z | Compiling fnv v1.0.7 |
| 467 | 2026-06-01T14:46:51.301Z | Compiling fastrand v2.3.0 |
| 468 | 2026-06-01T14:46:51.332Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-06-01T14:46:51.352Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-06-01T14:46:51.399Z | Compiling serde-untagged v0.1.9 |
| 471 | 2026-06-01T14:46:51.469Z | Compiling anyhow v1.0.102 |
| 472 | 2026-06-01T14:46:51.472Z | Compiling strsim v0.11.1 |
| 473 | 2026-06-01T14:46:51.532Z | Compiling memmap v0.7.0 |
| 474 | 2026-06-01T14:46:51.535Z | Compiling unicode-linebreak v0.1.5 |
| 475 | 2026-06-01T14:46:51.552Z | Compiling tempfile v3.25.0 |
| 476 | 2026-06-01T14:46:51.664Z | Compiling papergrid v0.11.0 |
| 477 | 2026-06-01T14:46:51.667Z | Compiling smawk v0.3.2 |
| 478 | 2026-06-01T14:46:51.687Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-06-01T14:46:51.750Z | Compiling clap_builder v4.6.0 |
| 480 | 2026-06-01T14:46:51.847Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-06-01T14:46:51.866Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-01T14:46:51.904Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-06-01T14:46:51.995Z | Compiling textwrap v0.16.2 |
| 484 | 2026-06-01T14:46:52.280Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-01T14:46:52.951Z | Compiling tabled v0.15.0 |
| 486 | 2026-06-01T14:46:52.969Z | Compiling synstructure v0.13.2 |
| 487 | 2026-06-01T14:46:52.972Z | Compiling pest_generator v2.8.6 |
| 488 | 2026-06-01T14:46:53.481Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-01T14:46:53.484Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-01T14:46:53.485Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-01T14:46:53.485Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-01T14:46:53.485Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-01T14:46:53.485Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-01T14:46:53.501Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-01T14:46:53.504Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-01T14:46:53.504Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-06-01T14:46:53.556Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-01T14:46:53.634Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-06-01T14:46:54.210Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-01T14:46:54.398Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-01T14:46:54.442Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-01T14:46:54.520Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-01T14:46:54.631Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-01T14:46:54.740Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-01T14:46:54.793Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-01T14:46:54.793Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-01T14:46:54.951Z | Compiling clap v4.6.1 |
| 508 | 2026-06-01T14:46:55.207Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-01T14:46:55.207Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-01T14:46:55.328Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-01T14:46:55.378Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-01T14:46:55.908Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-01T14:46:55.933Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-06-01T14:46:55.933Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-06-01T14:46:55.936Z | Compiling serde-value v0.7.0 |
| 516 | 2026-06-01T14:46:55.936Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-06-01T14:46:55.936Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-01T14:46:55.950Z | Compiling dof v0.3.0 |
| 519 | 2026-06-01T14:46:55.953Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-06-01T14:46:56.132Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-01T14:46:56.133Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-01T14:46:56.196Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-01T14:46:56.768Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-01T14:46:56.768Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2026-06-01T14:46:57.003Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-01T14:46:57.112Z | Compiling idna v1.1.0 |
| 527 | 2026-06-01T14:46:57.370Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-01T14:46:57.388Z | Compiling url v2.5.8 |
| 529 | 2026-06-01T14:46:57.546Z | Compiling toml v0.8.23 |
| 530 | 2026-06-01T14:46:57.880Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-01T14:46:57.880Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-01T14:46:58.662Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-01T14:46:59.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-01T14:47:01.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.32s |
| 535 | 2026-06-01T14:47:01.953Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-01T14:47:02.547Z | Downloading crates ... |
| 537 | 2026-06-01T14:47:02.633Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-01T14:47:02.639Z | Downloaded async-recursion v1.1.1 |
| 539 | 2026-06-01T14:47:02.649Z | Downloaded base16ct v0.2.0 |
| 540 | 2026-06-01T14:47:02.652Z | Downloaded assert_matches v1.5.0 |
| 541 | 2026-06-01T14:47:02.652Z | Downloaded atty v0.2.14 |
| 542 | 2026-06-01T14:47:02.654Z | Downloaded arrayref v0.3.9 |
| 543 | 2026-06-01T14:47:02.654Z | Downloaded crucible-workspace-hack v0.1.0 |
| 544 | 2026-06-01T14:47:02.666Z | Downloaded arrayvec v0.7.6 |
| 545 | 2026-06-01T14:47:02.669Z | Downloaded async-trait v0.1.89 |
| 546 | 2026-06-01T14:47:02.673Z | Downloaded bitfield-macros v0.19.4 |
| 547 | 2026-06-01T14:47:02.675Z | Downloaded dirs-next v2.0.0 |
| 548 | 2026-06-01T14:47:02.675Z | Downloaded cfg_aliases v0.1.1 |
| 549 | 2026-06-01T14:47:02.678Z | Downloaded bitfield-struct v0.6.2 |
| 550 | 2026-06-01T14:47:02.678Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 551 | 2026-06-01T14:47:02.681Z | Downloaded embedded-io v0.4.0 |
| 552 | 2026-06-01T14:47:02.681Z | Downloaded darling_macro v0.21.3 |
| 553 | 2026-06-01T14:47:02.681Z | Downloaded ascii-canvas v3.0.0 |
| 554 | 2026-06-01T14:47:02.684Z | Downloaded crypto-bigint v0.5.5 |
| 555 | 2026-06-01T14:47:02.686Z | Downloaded dsl_auto_type v0.2.0 |
| 556 | 2026-06-01T14:47:02.686Z | Downloaded document-features v0.2.12 |
| 557 | 2026-06-01T14:47:02.689Z | Downloaded drift v0.2.0 |
| 558 | 2026-06-01T14:47:02.697Z | Downloaded crossbeam-epoch v0.9.18 |
| 559 | 2026-06-01T14:47:02.699Z | Downloaded ciborium-ll v0.2.2 |
| 560 | 2026-06-01T14:47:02.699Z | Downloaded array-init v0.0.4 |
| 561 | 2026-06-01T14:47:02.699Z | Downloaded atomicwrites v0.4.4 |
| 562 | 2026-06-01T14:47:02.699Z | Downloaded async-stream-impl v0.3.6 |
| 563 | 2026-06-01T14:47:02.699Z | Downloaded aead v0.5.2 |
| 564 | 2026-06-01T14:47:02.702Z | Downloaded crossterm v0.29.0 |
| 565 | 2026-06-01T14:47:02.705Z | Downloaded ff v0.13.1 |
| 566 | 2026-06-01T14:47:02.707Z | Downloaded cfg_aliases v0.2.1 |
| 567 | 2026-06-01T14:47:02.707Z | Downloaded darling v0.23.0 |
| 568 | 2026-06-01T14:47:02.710Z | Downloaded erased-serde v0.3.31 |
| 569 | 2026-06-01T14:47:02.713Z | Downloaded cobs v0.3.0 |
| 570 | 2026-06-01T14:47:02.713Z | Downloaded bit-vec v0.8.0 |
| 571 | 2026-06-01T14:47:02.713Z | Downloaded argon2 v0.5.3 |
| 572 | 2026-06-01T14:47:02.716Z | Downloaded endian-type v0.1.2 |
| 573 | 2026-06-01T14:47:02.716Z | Downloaded either v1.15.0 |
| 574 | 2026-06-01T14:47:02.716Z | Downloaded ecdsa v0.16.9 |
| 575 | 2026-06-01T14:47:02.720Z | Downloaded convert_case v0.4.0 |
| 576 | 2026-06-01T14:47:02.720Z | Downloaded cargo-platform v0.3.2 |
| 577 | 2026-06-01T14:47:02.724Z | Downloaded daft v0.1.7 |
| 578 | 2026-06-01T14:47:02.724Z | Downloaded env_logger v0.11.9 |
| 579 | 2026-06-01T14:47:02.724Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 580 | 2026-06-01T14:47:02.724Z | Downloaded castaway v0.2.4 |
| 581 | 2026-06-01T14:47:02.727Z | Downloaded dropshot_endpoint v0.17.0 |
| 582 | 2026-06-01T14:47:02.727Z | Downloaded difflib v0.4.0 |
| 583 | 2026-06-01T14:47:02.727Z | Downloaded atomic-waker v1.1.2 |
| 584 | 2026-06-01T14:47:02.730Z | Downloaded defmt-parser v1.0.0 |
| 585 | 2026-06-01T14:47:02.730Z | Downloaded bit-set v0.5.3 |
| 586 | 2026-06-01T14:47:02.730Z | Downloaded foreign-types v0.5.0 |
| 587 | 2026-06-01T14:47:02.732Z | Downloaded fixedbitset v0.4.2 |
| 588 | 2026-06-01T14:47:02.732Z | Downloaded downcast-rs v2.0.2 |
| 589 | 2026-06-01T14:47:02.735Z | Downloaded crc-catalog v2.4.0 |
| 590 | 2026-06-01T14:47:02.735Z | Downloaded darling_macro v0.13.4 |
| 591 | 2026-06-01T14:47:02.738Z | Downloaded compression-core v0.4.31 |
| 592 | 2026-06-01T14:47:02.742Z | Downloaded dtrace-parser v0.3.0 |
| 593 | 2026-06-01T14:47:02.744Z | Downloaded async-stream v0.3.6 |
| 594 | 2026-06-01T14:47:02.744Z | Downloaded dunce v1.0.5 |
| 595 | 2026-06-01T14:47:02.747Z | Downloaded cpufeatures v0.3.0 |
| 596 | 2026-06-01T14:47:02.750Z | Downloaded crc v3.4.0 |
| 597 | 2026-06-01T14:47:02.754Z | Downloaded block-padding v0.3.3 |
| 598 | 2026-06-01T14:47:02.757Z | Downloaded bit-set v0.8.0 |
| 599 | 2026-06-01T14:47:02.760Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-06-01T14:47:02.760Z | Downloaded ciborium v0.2.2 |
| 601 | 2026-06-01T14:47:02.764Z | Downloaded debug-ignore v1.0.5 |
| 602 | 2026-06-01T14:47:02.764Z | Downloaded console v0.15.11 |
| 603 | 2026-06-01T14:47:02.767Z | Downloaded float-ord v0.3.2 |
| 604 | 2026-06-01T14:47:02.767Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-06-01T14:47:02.767Z | Downloaded dof v0.4.0 |
| 606 | 2026-06-01T14:47:02.767Z | Downloaded defmt v0.3.100 |
| 607 | 2026-06-01T14:47:02.770Z | Downloaded foreign-types v0.3.2 |
| 608 | 2026-06-01T14:47:02.770Z | Downloaded base64ct v1.8.3 |
| 609 | 2026-06-01T14:47:02.772Z | Downloaded display-error-chain v0.2.2 |
| 610 | 2026-06-01T14:47:02.772Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-06-01T14:47:02.772Z | Downloaded darling_macro v0.20.11 |
| 612 | 2026-06-01T14:47:02.772Z | Downloaded flagset v0.4.7 |
| 613 | 2026-06-01T14:47:02.775Z | Downloaded darling_macro v0.23.0 |
| 614 | 2026-06-01T14:47:02.775Z | Downloaded crunchy v0.2.4 |
| 615 | 2026-06-01T14:47:02.775Z | Downloaded cipher v0.4.4 |
| 616 | 2026-06-01T14:47:02.778Z | Downloaded dyn-clone v1.0.20 |
| 617 | 2026-06-01T14:47:02.778Z | Downloaded enum-as-inner v0.6.1 |
| 618 | 2026-06-01T14:47:02.781Z | Downloaded cexpr v0.6.0 |
| 619 | 2026-06-01T14:47:02.781Z | Downloaded ciborium-io v0.2.2 |
| 620 | 2026-06-01T14:47:02.784Z | Downloaded futures-macro v0.3.32 |
| 621 | 2026-06-01T14:47:02.784Z | Downloaded futures-io v0.3.32 |
| 622 | 2026-06-01T14:47:02.784Z | Downloaded futures-task v0.3.32 |
| 623 | 2026-06-01T14:47:02.788Z | Downloaded gethostname v0.5.0 |
| 624 | 2026-06-01T14:47:02.788Z | Downloaded fxhash v0.2.1 |
| 625 | 2026-06-01T14:47:02.788Z | Downloaded derive_builder_core v0.20.2 |
| 626 | 2026-06-01T14:47:02.790Z | Downloaded crossbeam-deque v0.8.6 |
| 627 | 2026-06-01T14:47:02.790Z | Downloaded backon v1.6.0 |
| 628 | 2026-06-01T14:47:02.794Z | Downloaded foreign-types-shared v0.3.1 |
| 629 | 2026-06-01T14:47:02.794Z | Downloaded futures-core v0.3.32 |
| 630 | 2026-06-01T14:47:02.794Z | Downloaded cmake v0.1.57 |
| 631 | 2026-06-01T14:47:02.796Z | Downloaded console v0.16.2 |
| 632 | 2026-06-01T14:47:02.796Z | Downloaded blowfish v0.9.1 |
| 633 | 2026-06-01T14:47:02.800Z | Downloaded constant_time_eq v0.4.2 |
| 634 | 2026-06-01T14:47:02.800Z | Downloaded anstyle-parse v0.2.7 |
| 635 | 2026-06-01T14:47:02.803Z | Downloaded bitfield v0.19.4 |
| 636 | 2026-06-01T14:47:02.803Z | Downloaded cassowary v0.3.0 |
| 637 | 2026-06-01T14:47:02.803Z | Downloaded camino-tempfile-ext v0.3.3 |
| 638 | 2026-06-01T14:47:02.806Z | Downloaded bb8 v0.8.6 |
| 639 | 2026-06-01T14:47:02.806Z | Downloaded const_format_proc_macros v0.2.34 |
| 640 | 2026-06-01T14:47:02.806Z | Downloaded backoff v0.4.0 |
| 641 | 2026-06-01T14:47:02.808Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 642 | 2026-06-01T14:47:02.808Z | Downloaded compression-codecs v0.4.37 |
| 643 | 2026-06-01T14:47:02.811Z | Downloaded buf-list v1.1.2 |
| 644 | 2026-06-01T14:47:02.814Z | Downloaded fd-lock v4.0.4 |
| 645 | 2026-06-01T14:47:02.817Z | Downloaded cargo_metadata v0.23.1 |
| 646 | 2026-06-01T14:47:02.817Z | Downloaded hash32 v0.3.1 |
| 647 | 2026-06-01T14:47:02.819Z | Downloaded git-stub v1.0.0 |
| 648 | 2026-06-01T14:47:02.819Z | Downloaded ghash v0.5.1 |
| 649 | 2026-06-01T14:47:02.819Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-06-01T14:47:02.822Z | Downloaded corncobs v0.1.4 |
| 651 | 2026-06-01T14:47:02.822Z | Downloaded bit-vec v0.6.3 |
| 652 | 2026-06-01T14:47:02.825Z | Downloaded ahash v0.8.12 |
| 653 | 2026-06-01T14:47:02.825Z | Downloaded funty v2.0.0 |
| 654 | 2026-06-01T14:47:02.825Z | Downloaded anstream v0.6.21 |
| 655 | 2026-06-01T14:47:02.829Z | Downloaded env_filter v1.0.0 |
| 656 | 2026-06-01T14:47:02.829Z | Downloaded headers-core v0.3.0 |
| 657 | 2026-06-01T14:47:02.832Z | Downloaded foldhash v0.2.0 |
| 658 | 2026-06-01T14:47:02.832Z | Downloaded hash32 v0.2.1 |
| 659 | 2026-06-01T14:47:02.832Z | Downloaded fallible-iterator v0.2.0 |
| 660 | 2026-06-01T14:47:02.835Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 661 | 2026-06-01T14:47:02.835Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-06-01T14:47:02.835Z | Downloaded futures-executor v0.3.32 |
| 663 | 2026-06-01T14:47:02.838Z | Downloaded fs_extra v1.3.0 |
| 664 | 2026-06-01T14:47:02.838Z | Downloaded fs-err v2.11.0 |
| 665 | 2026-06-01T14:47:02.841Z | Downloaded bcs v0.1.6 |
| 666 | 2026-06-01T14:47:02.841Z | Downloaded foreign-types-shared v0.1.1 |
| 667 | 2026-06-01T14:47:02.843Z | Downloaded hubpack v0.1.2 |
| 668 | 2026-06-01T14:47:02.843Z | Downloaded http-body v1.0.1 |
| 669 | 2026-06-01T14:47:02.843Z | Downloaded ena v0.14.4 |
| 670 | 2026-06-01T14:47:02.846Z | Downloaded httpdate v1.0.3 |
| 671 | 2026-06-01T14:47:02.846Z | Downloaded home v0.5.12 |
| 672 | 2026-06-01T14:47:02.846Z | Downloaded derive-ex v0.1.8 |
| 673 | 2026-06-01T14:47:02.849Z | Downloaded daft-derive v0.1.7 |
| 674 | 2026-06-01T14:47:02.852Z | Downloaded ident_case v1.0.1 |
| 675 | 2026-06-01T14:47:02.852Z | Downloaded hex-literal v0.4.1 |
| 676 | 2026-06-01T14:47:02.855Z | Downloaded chacha20 v0.10.0 |
| 677 | 2026-06-01T14:47:02.855Z | Downloaded diesel-dtrace v0.5.0 |
| 678 | 2026-06-01T14:47:02.857Z | Downloaded cookie v0.18.1 |
| 679 | 2026-06-01T14:47:02.857Z | Downloaded find-msvc-tools v0.1.9 |
| 680 | 2026-06-01T14:47:02.860Z | Downloaded cookie_store v0.22.1 |
| 681 | 2026-06-01T14:47:02.863Z | Downloaded bzip2 v0.6.1 |
| 682 | 2026-06-01T14:47:02.863Z | Downloaded hex v0.4.3 |
| 683 | 2026-06-01T14:47:02.866Z | Downloaded defmt v1.0.1 |
| 684 | 2026-06-01T14:47:02.868Z | Downloaded hostname v0.3.1 |
| 685 | 2026-06-01T14:47:02.868Z | Downloaded hubpack_derive v0.1.1 |
| 686 | 2026-06-01T14:47:02.868Z | Downloaded blake2 v0.10.6 |
| 687 | 2026-06-01T14:47:02.871Z | Downloaded group v0.13.0 |
| 688 | 2026-06-01T14:47:02.871Z | Downloaded async-bb8-diesel v0.2.1 |
| 689 | 2026-06-01T14:47:02.874Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-06-01T14:47:02.874Z | Downloaded illumos-nvpair v0.3.0 |
| 691 | 2026-06-01T14:47:02.877Z | Downloaded convert_case v0.10.0 |
| 692 | 2026-06-01T14:47:02.877Z | Downloaded chacha20 v0.9.1 |
| 693 | 2026-06-01T14:47:02.880Z | Downloaded async-compression v0.4.41 |
| 694 | 2026-06-01T14:47:02.882Z | Downloaded inout v0.1.4 |
| 695 | 2026-06-01T14:47:02.882Z | Downloaded darling v0.13.4 |
| 696 | 2026-06-01T14:47:02.885Z | Downloaded indoc v1.0.9 |
| 697 | 2026-06-01T14:47:02.888Z | Downloaded ed25519 v2.2.3 |
| 698 | 2026-06-01T14:47:02.888Z | Downloaded der_derive v0.7.3 |
| 699 | 2026-06-01T14:47:02.891Z | Downloaded csv-core v0.1.13 |
| 700 | 2026-06-01T14:47:02.891Z | Downloaded fixedbitset v0.5.7 |
| 701 | 2026-06-01T14:47:02.894Z | Downloaded git-stub-vcs v0.1.0 |
| 702 | 2026-06-01T14:47:02.894Z | Downloaded hostname v0.4.2 |
| 703 | 2026-06-01T14:47:02.897Z | Downloaded http-body-util v0.1.3 |
| 704 | 2026-06-01T14:47:02.897Z | Downloaded data-encoding v2.10.0 |
| 705 | 2026-06-01T14:47:02.900Z | Downloaded hyper-staticfile v0.10.1 |
| 706 | 2026-06-01T14:47:02.900Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 707 | 2026-06-01T14:47:02.900Z | Downloaded is-terminal v0.4.17 |
| 708 | 2026-06-01T14:47:02.902Z | Downloaded instant v0.1.13 |
| 709 | 2026-06-01T14:47:02.902Z | Downloaded instability v0.3.11 |
| 710 | 2026-06-01T14:47:02.906Z | Downloaded globset v0.4.18 |
| 711 | 2026-06-01T14:47:02.906Z | Downloaded globwalk v0.9.1 |
| 712 | 2026-06-01T14:47:02.906Z | Downloaded glob v0.3.3 |
| 713 | 2026-06-01T14:47:02.909Z | Downloaded internet-checksum v0.2.1 |
| 714 | 2026-06-01T14:47:02.909Z | Downloaded cstr-argument v0.1.2 |
| 715 | 2026-06-01T14:47:02.909Z | Downloaded lalrpop-util v0.19.12 |
| 716 | 2026-06-01T14:47:02.909Z | Downloaded ed25519-dalek v2.2.0 |
| 717 | 2026-06-01T14:47:02.912Z | Downloaded kstat-rs v0.2.4 |
| 718 | 2026-06-01T14:47:02.912Z | Downloaded keccak v0.1.6 |
| 719 | 2026-06-01T14:47:02.914Z | Downloaded lazy_static v1.5.0 |
| 720 | 2026-06-01T14:47:02.914Z | Downloaded crc32fast v1.5.0 |
| 721 | 2026-06-01T14:47:02.917Z | Downloaded crossbeam-utils v0.8.21 |
| 722 | 2026-06-01T14:47:02.920Z | Downloaded darling v0.20.11 |
| 723 | 2026-06-01T14:47:02.922Z | Downloaded const-oid v0.9.6 |
| 724 | 2026-06-01T14:47:02.925Z | Downloaded critical-section v1.2.0 |
| 725 | 2026-06-01T14:47:02.925Z | Downloaded is_ci v1.2.0 |
| 726 | 2026-06-01T14:47:02.928Z | Downloaded libscf-sys v1.1.0 |
| 727 | 2026-06-01T14:47:02.928Z | Downloaded darling v0.21.3 |
| 728 | 2026-06-01T14:47:02.931Z | Downloaded colored v3.1.1 |
| 729 | 2026-06-01T14:47:02.933Z | Downloaded derive_more v2.1.1 |
| 730 | 2026-06-01T14:47:02.939Z | Downloaded lru-cache v0.1.2 |
| 731 | 2026-06-01T14:47:02.941Z | Downloaded linked-hash-map v0.5.6 |
| 732 | 2026-06-01T14:47:02.941Z | Downloaded http-range v0.1.5 |
| 733 | 2026-06-01T14:47:02.944Z | Downloaded highway v1.3.0 |
| 734 | 2026-06-01T14:47:02.944Z | Downloaded colored v2.2.0 |
| 735 | 2026-06-01T14:47:02.947Z | Downloaded mime v0.3.17 |
| 736 | 2026-06-01T14:47:02.947Z | Downloaded lru-slab v0.1.2 |
| 737 | 2026-06-01T14:47:02.947Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-06-01T14:47:02.950Z | Downloaded md5 v0.7.0 |
| 739 | 2026-06-01T14:47:02.950Z | Downloaded lzss v0.8.2 |
| 740 | 2026-06-01T14:47:02.952Z | Downloaded multimap v0.10.1 |
| 741 | 2026-06-01T14:47:02.952Z | Downloaded maybe-uninit v2.0.0 |
| 742 | 2026-06-01T14:47:02.952Z | Downloaded match_cfg v0.1.0 |
| 743 | 2026-06-01T14:47:02.955Z | Downloaded newtype-uuid-macros v0.1.0 |
| 744 | 2026-06-01T14:47:02.955Z | Downloaded new_debug_unreachable v1.0.6 |
| 745 | 2026-06-01T14:47:02.958Z | Downloaded managed v0.8.0 |
| 746 | 2026-06-01T14:47:02.958Z | Downloaded maplit v1.0.2 |
| 747 | 2026-06-01T14:47:02.958Z | Downloaded lru v0.12.5 |
| 748 | 2026-06-01T14:47:02.960Z | Downloaded nibble_vec v0.1.0 |
| 749 | 2026-06-01T14:47:02.960Z | Downloaded num v0.4.3 |
| 750 | 2026-06-01T14:47:02.960Z | Downloaded newtype_derive v0.1.6 |
| 751 | 2026-06-01T14:47:02.963Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 752 | 2026-06-01T14:47:02.963Z | Downloaded ingot v0.1.1 |
| 753 | 2026-06-01T14:47:02.966Z | Downloaded futures-channel v0.3.32 |
| 754 | 2026-06-01T14:47:02.966Z | Downloaded allocator-api2 v0.2.21 |
| 755 | 2026-06-01T14:47:02.969Z | Downloaded derive_builder v0.20.2 |
| 756 | 2026-06-01T14:47:02.973Z | Downloaded des v0.8.1 |
| 757 | 2026-06-01T14:47:02.975Z | Downloaded foldhash v0.1.5 |
| 758 | 2026-06-01T14:47:02.975Z | Downloaded ctr v0.9.2 |
| 759 | 2026-06-01T14:47:02.978Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-06-01T14:47:02.978Z | Downloaded nonempty v0.12.0 |
| 761 | 2026-06-01T14:47:02.978Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-06-01T14:47:02.978Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-06-01T14:47:02.981Z | Downloaded num-derive v0.3.3 |
| 764 | 2026-06-01T14:47:02.981Z | Downloaded ipnet v2.11.0 |
| 765 | 2026-06-01T14:47:02.983Z | Downloaded ingot-types v0.1.2 |
| 766 | 2026-06-01T14:47:02.983Z | Downloaded elliptic-curve v0.13.8 |
| 767 | 2026-06-01T14:47:02.986Z | Downloaded jobserver v0.1.34 |
| 768 | 2026-06-01T14:47:02.989Z | Downloaded libloading v0.8.9 |
| 769 | 2026-06-01T14:47:02.992Z | Downloaded num-conv v0.2.0 |
| 770 | 2026-06-01T14:47:02.992Z | Downloaded crc-any v2.5.0 |
| 771 | 2026-06-01T14:47:02.994Z | Downloaded half v1.8.3 |
| 772 | 2026-06-01T14:47:02.995Z | Downloaded base64 v0.22.1 |
| 773 | 2026-06-01T14:47:02.997Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-06-01T14:47:02.997Z | Downloaded indoc v2.0.7 |
| 775 | 2026-06-01T14:47:03.000Z | Downloaded olpc-cjson v0.1.4 |
| 776 | 2026-06-01T14:47:03.003Z | Downloaded chacha20poly1305 v0.10.1 |
| 777 | 2026-06-01T14:47:03.003Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-06-01T14:47:03.005Z | Downloaded hmac v0.12.1 |
| 779 | 2026-06-01T14:47:03.005Z | Downloaded arc-swap v1.8.2 |
| 780 | 2026-06-01T14:47:03.010Z | Downloaded libsw-core v0.3.2 |
| 781 | 2026-06-01T14:47:03.013Z | Downloaded iana-time-zone v0.1.65 |
| 782 | 2026-06-01T14:47:03.013Z | Downloaded humantime v2.3.0 |
| 783 | 2026-06-01T14:47:03.013Z | Downloaded memoffset v0.9.1 |
| 784 | 2026-06-01T14:47:03.013Z | Downloaded httparse v1.10.1 |
| 785 | 2026-06-01T14:47:03.015Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-06-01T14:47:03.018Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-06-01T14:47:03.018Z | Downloaded packed_struct_codegen v0.10.1 |
| 788 | 2026-06-01T14:47:03.019Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-06-01T14:47:03.019Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-06-01T14:47:03.021Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-06-01T14:47:03.021Z | Downloaded num_enum_derive v0.5.11 |
| 792 | 2026-06-01T14:47:03.021Z | Downloaded lock_api v0.4.14 |
| 793 | 2026-06-01T14:47:03.024Z | Downloaded mime_guess v2.0.5 |
| 794 | 2026-06-01T14:47:03.024Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-06-01T14:47:03.041Z | Downloaded pbkdf2 v0.11.0 |
| 796 | 2026-06-01T14:47:03.045Z | Downloaded nodrop v0.1.14 |
| 797 | 2026-06-01T14:47:03.045Z | Downloaded nanorand v0.7.0 |
| 798 | 2026-06-01T14:47:03.048Z | Downloaded darling_core v0.13.4 |
| 799 | 2026-06-01T14:47:03.051Z | Downloaded cc v1.2.56 |
| 800 | 2026-06-01T14:47:03.051Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-06-01T14:47:03.054Z | Downloaded path-slash v0.1.5 |
| 802 | 2026-06-01T14:47:03.054Z | Downloaded parse-size v1.1.0 |
| 803 | 2026-06-01T14:47:03.054Z | Downloaded parse-display v0.10.0 |
| 804 | 2026-06-01T14:47:03.057Z | Downloaded num-integer v0.1.46 |
| 805 | 2026-06-01T14:47:03.057Z | Downloaded newtype-uuid v1.3.2 |
| 806 | 2026-06-01T14:47:03.057Z | Downloaded native-tls v0.2.18 |
| 807 | 2026-06-01T14:47:03.060Z | Downloaded multer v3.1.0 |
| 808 | 2026-06-01T14:47:03.062Z | Downloaded getrandom v0.3.4 |
| 809 | 2026-06-01T14:47:03.065Z | Downloaded peg-runtime v0.8.5 |
| 810 | 2026-06-01T14:47:03.065Z | Downloaded const_format v0.2.35 |
| 811 | 2026-06-01T14:47:03.068Z | Downloaded num-rational v0.4.2 |
| 812 | 2026-06-01T14:47:03.071Z | Downloaded num-complex v0.4.6 |
| 813 | 2026-06-01T14:47:03.071Z | Downloaded diff v0.1.13 |
| 814 | 2026-06-01T14:47:03.074Z | Downloaded ar_archive_writer v0.5.1 |
| 815 | 2026-06-01T14:47:03.074Z | Downloaded pbkdf2 v0.12.2 |
| 816 | 2026-06-01T14:47:03.076Z | Downloaded phf_shared v0.12.1 |
| 817 | 2026-06-01T14:47:03.077Z | Downloaded phf_shared v0.11.3 |
| 818 | 2026-06-01T14:47:03.079Z | Downloaded pin-utils v0.1.0 |
| 819 | 2026-06-01T14:47:03.079Z | Downloaded num-derive v0.4.2 |
| 820 | 2026-06-01T14:47:03.079Z | Downloaded num_enum v0.5.11 |
| 821 | 2026-06-01T14:47:03.083Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-06-01T14:47:03.087Z | Downloaded oxnet v0.1.5 |
| 823 | 2026-06-01T14:47:03.087Z | Downloaded owo-colors v4.3.0 |
| 824 | 2026-06-01T14:47:03.089Z | Downloaded num_enum v0.7.6 |
| 825 | 2026-06-01T14:47:03.092Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-06-01T14:47:03.092Z | Downloaded num_enum_derive v0.7.6 |
| 827 | 2026-06-01T14:47:03.095Z | Downloaded linear-map v1.2.0 |
| 828 | 2026-06-01T14:47:03.095Z | Downloaded libsw v3.5.0 |
| 829 | 2026-06-01T14:47:03.095Z | Downloaded fatfs v0.3.6 |
| 830 | 2026-06-01T14:47:03.098Z | Downloaded litrs v1.0.0 |
| 831 | 2026-06-01T14:47:03.101Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-06-01T14:47:03.101Z | Downloaded precomputed-hash v0.1.1 |
| 833 | 2026-06-01T14:47:03.103Z | Downloaded derive_more v0.99.20 |
| 834 | 2026-06-01T14:47:03.106Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 835 | 2026-06-01T14:47:03.106Z | Downloaded proc-macro-crate v1.3.1 |
| 836 | 2026-06-01T14:47:03.106Z | Downloaded progenitor-macro v0.11.2 |
| 837 | 2026-06-01T14:47:03.109Z | Downloaded predicates-core v1.0.10 |
| 838 | 2026-06-01T14:47:03.109Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-06-01T14:47:03.111Z | Downloaded derive-where v1.6.0 |
| 840 | 2026-06-01T14:47:03.120Z | Downloaded heapless v0.7.17 |
| 841 | 2026-06-01T14:47:03.120Z | Downloaded crossterm v0.28.1 |
| 842 | 2026-06-01T14:47:03.120Z | Downloaded futures v0.3.32 |
| 843 | 2026-06-01T14:47:03.125Z | Downloaded flume v0.11.1 |
| 844 | 2026-06-01T14:47:03.128Z | Downloaded paste v1.0.15 |
| 845 | 2026-06-01T14:47:03.128Z | Downloaded password-hash v0.5.0 |
| 846 | 2026-06-01T14:47:03.131Z | Downloaded libbz2-rs-sys v0.2.2 |
| 847 | 2026-06-01T14:47:03.131Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-06-01T14:47:03.133Z | Downloaded flate2 v1.1.9 |
| 849 | 2026-06-01T14:47:03.136Z | Downloaded headers v0.4.1 |
| 850 | 2026-06-01T14:47:03.140Z | Downloaded base64 v0.21.7 |
| 851 | 2026-06-01T14:47:03.143Z | Downloaded progenitor-client v0.11.2 |
| 852 | 2026-06-01T14:47:03.143Z | Downloaded half v2.7.1 |
| 853 | 2026-06-01T14:47:03.146Z | Downloaded progenitor-macro v0.14.0 |
| 854 | 2026-06-01T14:47:03.146Z | Downloaded der v0.7.10 |
| 855 | 2026-06-01T14:47:03.149Z | Downloaded rand_chacha v0.3.1 |
| 856 | 2026-06-01T14:47:03.151Z | Downloaded phf v0.13.1 |
| 857 | 2026-06-01T14:47:03.151Z | Downloaded phf v0.12.1 |
| 858 | 2026-06-01T14:47:03.151Z | Downloaded pem-rfc7468 v0.7.0 |
| 859 | 2026-06-01T14:47:03.154Z | Downloaded packed_struct v0.10.1 |
| 860 | 2026-06-01T14:47:03.154Z | Downloaded polyval v0.6.2 |
| 861 | 2026-06-01T14:47:03.157Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-06-01T14:47:03.157Z | Downloaded pem v3.0.6 |
| 863 | 2026-06-01T14:47:03.160Z | Downloaded radium v0.7.0 |
| 864 | 2026-06-01T14:47:03.160Z | Downloaded quick-error v1.2.3 |
| 865 | 2026-06-01T14:47:03.160Z | Downloaded pkg-config v0.3.32 |
| 866 | 2026-06-01T14:47:03.162Z | Downloaded pkcs8 v0.10.2 |
| 867 | 2026-06-01T14:47:03.162Z | Downloaded pin-project-internal v1.1.11 |
| 868 | 2026-06-01T14:47:03.165Z | Downloaded primeorder v0.13.6 |
| 869 | 2026-06-01T14:47:03.165Z | Downloaded progenitor-macro v0.13.0 |
| 870 | 2026-06-01T14:47:03.169Z | Downloaded rand_xorshift v0.4.0 |
| 871 | 2026-06-01T14:47:03.169Z | Downloaded peg-macros v0.8.5 |
| 872 | 2026-06-01T14:47:03.172Z | Downloaded omicron-zone-package v0.12.2 |
| 873 | 2026-06-01T14:47:03.172Z | Downloaded peg v0.8.5 |
| 874 | 2026-06-01T14:47:03.172Z | Downloaded parking_lot_core v0.8.6 |
| 875 | 2026-06-01T14:47:03.175Z | Downloaded darling_core v0.23.0 |
| 876 | 2026-06-01T14:47:03.178Z | Downloaded ref-cast-impl v1.0.25 |
| 877 | 2026-06-01T14:47:03.180Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 878 | 2026-06-01T14:47:03.181Z | Downloaded recursive v0.1.1 |
| 879 | 2026-06-01T14:47:03.181Z | Downloaded proc-macro-error2 v2.0.1 |
| 880 | 2026-06-01T14:47:03.183Z | Downloaded oxide-tokio-rt v0.1.4 |
| 881 | 2026-06-01T14:47:03.183Z | Downloaded rfc6979 v0.4.0 |
| 882 | 2026-06-01T14:47:03.186Z | Downloaded ref-cast v1.0.25 |
| 883 | 2026-06-01T14:47:03.186Z | Downloaded darling_core v0.21.3 |
| 884 | 2026-06-01T14:47:03.189Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-06-01T14:47:03.192Z | Downloaded progenitor v0.11.2 |
| 886 | 2026-06-01T14:47:03.192Z | Downloaded indicatif v0.18.4 |
| 887 | 2026-06-01T14:47:03.195Z | Downloaded predicates-tree v1.0.13 |
| 888 | 2026-06-01T14:47:03.198Z | Downloaded bytes v1.11.1 |
| 889 | 2026-06-01T14:47:03.200Z | Downloaded indexmap v1.9.3 |
| 890 | 2026-06-01T14:47:03.203Z | Downloaded parking_lot v0.11.2 |
| 891 | 2026-06-01T14:47:03.203Z | Downloaded powerfmt v0.2.0 |
| 892 | 2026-06-01T14:47:03.203Z | Downloaded poly1305 v0.8.0 |
| 893 | 2026-06-01T14:47:03.206Z | Downloaded parking_lot v0.12.5 |
| 894 | 2026-06-01T14:47:03.209Z | Downloaded darling_core v0.20.11 |
| 895 | 2026-06-01T14:47:03.213Z | Downloaded psm v0.1.30 |
| 896 | 2026-06-01T14:47:03.213Z | Downloaded ignore v0.4.25 |
| 897 | 2026-06-01T14:47:03.216Z | Downloaded compact_str v0.8.1 |
| 898 | 2026-06-01T14:47:03.219Z | Downloaded rtoolbox v0.0.3 |
| 899 | 2026-06-01T14:47:03.219Z | Downloaded crossbeam-channel v0.5.15 |
| 900 | 2026-06-01T14:47:03.222Z | Downloaded rustc-hash v2.1.1 |
| 901 | 2026-06-01T14:47:03.222Z | Downloaded progenitor v0.14.0 |
| 902 | 2026-06-01T14:47:03.222Z | Downloaded progenitor v0.13.0 |
| 903 | 2026-06-01T14:47:03.225Z | Downloaded rustc_version v0.1.7 |
| 904 | 2026-06-01T14:47:03.225Z | Downloaded progenitor-extras v0.2.0 |
| 905 | 2026-06-01T14:47:03.228Z | Downloaded postgres-protocol v0.6.10 |
| 906 | 2026-06-01T14:47:03.228Z | Downloaded postgres-types v0.2.12 |
| 907 | 2026-06-01T14:47:03.230Z | Downloaded russh-cryptovec v0.7.3 |
| 908 | 2026-06-01T14:47:03.230Z | Downloaded postcard v1.1.3 |
| 909 | 2026-06-01T14:47:03.233Z | Downloaded pin-project-lite v0.2.17 |
| 910 | 2026-06-01T14:47:03.236Z | Downloaded rand_core v0.9.5 |
| 911 | 2026-06-01T14:47:03.236Z | Downloaded pkcs5 v0.7.1 |
| 912 | 2026-06-01T14:47:03.239Z | Downloaded predicates v3.1.4 |
| 913 | 2026-06-01T14:47:03.242Z | Downloaded rustc_version v0.4.1 |
| 914 | 2026-06-01T14:47:03.242Z | Downloaded miniz_oxide v0.8.9 |
| 915 | 2026-06-01T14:47:03.244Z | Downloaded progenitor-client v0.13.0 |
| 916 | 2026-06-01T14:47:03.244Z | Downloaded pkcs1 v0.7.5 |
| 917 | 2026-06-01T14:47:03.247Z | Downloaded diesel_derives v2.3.7 |
| 918 | 2026-06-01T14:47:03.250Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-06-01T14:47:03.253Z | Downloaded rand_core v0.6.4 |
| 920 | 2026-06-01T14:47:03.253Z | Downloaded scrypt v0.11.0 |
| 921 | 2026-06-01T14:47:03.256Z | Downloaded scroll_derive v0.13.1 |
| 922 | 2026-06-01T14:47:03.256Z | Downloaded sapling-renderdag v0.1.0 |
| 923 | 2026-06-01T14:47:03.259Z | Downloaded same-file v1.0.6 |
| 924 | 2026-06-01T14:47:03.259Z | Downloaded hickory-resolver v0.25.2 |
| 925 | 2026-06-01T14:47:03.262Z | Downloaded resolv-conf v0.7.6 |
| 926 | 2026-06-01T14:47:03.262Z | Downloaded oso v0.27.3 |
| 927 | 2026-06-01T14:47:03.265Z | Downloaded rand_chacha v0.9.0 |
| 928 | 2026-06-01T14:47:03.265Z | Downloaded p256 v0.13.2 |
| 929 | 2026-06-01T14:47:03.268Z | Downloaded progenitor-client v0.14.0 |
| 930 | 2026-06-01T14:47:03.271Z | Downloaded hickory-resolver v0.24.4 |
| 931 | 2026-06-01T14:47:03.271Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-06-01T14:47:03.274Z | Downloaded bumpalo v3.20.2 |
| 933 | 2026-06-01T14:47:03.274Z | Downloaded salsa20 v0.10.2 |
| 934 | 2026-06-01T14:47:03.277Z | Downloaded jiff-static v0.2.21 |
| 935 | 2026-06-01T14:47:03.279Z | Downloaded indent_write v2.2.0 |
| 936 | 2026-06-01T14:47:03.280Z | Downloaded hyper-rustls v0.27.7 |
| 937 | 2026-06-01T14:47:03.285Z | Downloaded secrecy v0.10.3 |
| 938 | 2026-06-01T14:47:03.285Z | Downloaded expectorate v1.2.0 |
| 939 | 2026-06-01T14:47:03.288Z | Downloaded rand_core v0.10.0 |
| 940 | 2026-06-01T14:47:03.288Z | Downloaded derive_more-impl v2.1.1 |
| 941 | 2026-06-01T14:47:03.288Z | Downloaded getrandom v0.2.17 |
| 942 | 2026-06-01T14:47:03.291Z | Downloaded aes v0.8.4 |
| 943 | 2026-06-01T14:47:03.293Z | Downloaded cancel-safe-futures v0.1.5 |
| 944 | 2026-06-01T14:47:03.296Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-06-01T14:47:03.296Z | Downloaded embedded-io v0.6.1 |
| 946 | 2026-06-01T14:47:03.296Z | Downloaded deranged v0.5.8 |
| 947 | 2026-06-01T14:47:03.299Z | Downloaded serde_repr v0.1.20 |
| 948 | 2026-06-01T14:47:03.299Z | Downloaded serde_plain v1.0.2 |
| 949 | 2026-06-01T14:47:03.302Z | Downloaded serde_bytes v0.11.19 |
| 950 | 2026-06-01T14:47:03.302Z | Downloaded hashbrown v0.12.3 |
| 951 | 2026-06-01T14:47:03.305Z | Downloaded defmt-macros v1.0.1 |
| 952 | 2026-06-01T14:47:03.305Z | Downloaded clang-sys v1.8.1 |
| 953 | 2026-06-01T14:47:03.308Z | Downloaded filetime v0.2.27 |
| 954 | 2026-06-01T14:47:03.308Z | Downloaded derive_builder_macro v0.20.2 |
| 955 | 2026-06-01T14:47:03.308Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-06-01T14:47:03.311Z | Downloaded semver v0.1.20 |
| 957 | 2026-06-01T14:47:03.311Z | Downloaded sha1 v0.10.6 |
| 958 | 2026-06-01T14:47:03.313Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-06-01T14:47:03.313Z | Downloaded serde-big-array v0.5.1 |
| 960 | 2026-06-01T14:47:03.313Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-06-01T14:47:03.321Z | Downloaded rand_seeder v0.4.0 |
| 962 | 2026-06-01T14:47:03.323Z | Downloaded rustls-pemfile v2.2.0 |
| 963 | 2026-06-01T14:47:03.323Z | Downloaded papergrid v0.17.0 |
| 964 | 2026-06-01T14:47:03.326Z | Downloaded quinn-udp v0.5.14 |
| 965 | 2026-06-01T14:47:03.329Z | Downloaded shell-words v1.1.1 |
| 966 | 2026-06-01T14:47:03.329Z | Downloaded serde_spanned v1.0.4 |
| 967 | 2026-06-01T14:47:03.332Z | Downloaded minimal-lexical v0.2.1 |
| 968 | 2026-06-01T14:47:03.334Z | Downloaded siphasher v1.0.2 |
| 969 | 2026-06-01T14:47:03.334Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-06-01T14:47:03.334Z | Downloaded signature v2.2.0 |
| 971 | 2026-06-01T14:47:03.337Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-06-01T14:47:03.337Z | Downloaded rustls-pemfile v1.0.4 |
| 973 | 2026-06-01T14:47:03.340Z | Downloaded heapless v0.8.0 |
| 974 | 2026-06-01T14:47:03.343Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-06-01T14:47:03.343Z | Downloaded progenitor-impl v0.13.0 |
| 976 | 2026-06-01T14:47:03.346Z | Downloaded scheduled-thread-pool v0.2.7 |
| 977 | 2026-06-01T14:47:03.346Z | Downloaded hashbrown v0.13.2 |
| 978 | 2026-06-01T14:47:03.348Z | Downloaded secrecy v0.8.0 |
| 979 | 2026-06-01T14:47:03.348Z | Downloaded cbc v0.1.2 |
| 980 | 2026-06-01T14:47:03.349Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-06-01T14:47:03.351Z | Downloaded bitflags v1.3.2 |
| 982 | 2026-06-01T14:47:03.351Z | Downloaded byte-wrapper v0.1.0 |
| 983 | 2026-06-01T14:47:03.354Z | Downloaded http v1.4.0 |
| 984 | 2026-06-01T14:47:03.357Z | Downloaded slog-bunyan v2.5.0 |
| 985 | 2026-06-01T14:47:03.357Z | Downloaded progenitor-impl v0.11.2 |
| 986 | 2026-06-01T14:47:03.357Z | Downloaded hickory-server v0.25.2 |
| 987 | 2026-06-01T14:47:03.361Z | Downloaded crc8 v0.1.1 |
| 988 | 2026-06-01T14:47:03.365Z | Downloaded aes-gcm v0.10.3 |
| 989 | 2026-06-01T14:47:03.370Z | Downloaded russh-keys v0.45.0 |
| 990 | 2026-06-01T14:47:03.373Z | Downloaded aws-lc-rs v1.16.3 |
| 991 | 2026-06-01T14:47:03.378Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-06-01T14:47:03.380Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-06-01T14:47:03.380Z | Downloaded sct v0.7.1 |
| 994 | 2026-06-01T14:47:03.383Z | Downloaded scroll v0.13.0 |
| 995 | 2026-06-01T14:47:03.383Z | Downloaded schemars_derive v0.8.22 |
| 996 | 2026-06-01T14:47:03.386Z | Downloaded ssh-cipher v0.2.0 |
| 997 | 2026-06-01T14:47:03.386Z | Downloaded prettyplease v0.2.37 |
| 998 | 2026-06-01T14:47:03.388Z | Downloaded password-hash v0.4.2 |
| 999 | 2026-06-01T14:47:03.391Z | Downloaded serde_with_macros v1.5.2 |
| 1000 | 2026-06-01T14:47:03.394Z | Downloaded ssh-encoding v0.2.0 |
| 1001 | 2026-06-01T14:47:03.394Z | Downloaded sqlparser_derive v0.5.0 |
| 1002 | 2026-06-01T14:47:03.399Z | Downloaded rcgen v0.12.1 |
| 1003 | 2026-06-01T14:47:03.402Z | Downloaded signal-hook-tokio v0.3.1 |
| 1004 | 2026-06-01T14:47:03.405Z | Downloaded rustls-native-certs v0.8.3 |
| 1005 | 2026-06-01T14:47:03.405Z | Downloaded strum v0.27.2 |
| 1006 | 2026-06-01T14:47:03.408Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-06-01T14:47:03.408Z | Downloaded signal-hook-mio v0.2.5 |
| 1008 | 2026-06-01T14:47:03.408Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-06-01T14:47:03.411Z | Downloaded rustls-pki-types v1.14.0 |
| 1010 | 2026-06-01T14:47:03.411Z | Downloaded simd-adler32 v0.3.8 |
| 1011 | 2026-06-01T14:47:03.414Z | Downloaded signal-hook-registry v1.4.8 |
| 1012 | 2026-06-01T14:47:03.414Z | Downloaded strum v0.26.3 |
| 1013 | 2026-06-01T14:47:03.414Z | Downloaded structmeta v0.3.0 |
| 1014 | 2026-06-01T14:47:03.417Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1015 | 2026-06-01T14:47:03.417Z | Downloaded strsim v0.10.0 |
| 1016 | 2026-06-01T14:47:03.421Z | Downloaded itertools v0.10.5 |
| 1017 | 2026-06-01T14:47:03.425Z | Downloaded pretty_assertions v1.4.1 |
| 1018 | 2026-06-01T14:47:03.427Z | Downloaded sec1 v0.7.3 |
| 1019 | 2026-06-01T14:47:03.427Z | Downloaded openssl-sys v0.9.115 |
| 1020 | 2026-06-01T14:47:03.430Z | Downloaded tap v1.0.1 |
| 1021 | 2026-06-01T14:47:03.434Z | Downloaded sync_wrapper v1.0.2 |
| 1022 | 2026-06-01T14:47:03.434Z | Downloaded prefix-trie v0.7.0 |
| 1023 | 2026-06-01T14:47:03.438Z | Downloaded tabled_derive v0.11.0 |
| 1024 | 2026-06-01T14:47:03.438Z | Downloaded slog-json v2.6.1 |
| 1025 | 2026-06-01T14:47:03.438Z | Downloaded smallvec v0.6.14 |
| 1026 | 2026-06-01T14:47:03.438Z | Downloaded slog-stdlog v4.1.1 |
| 1027 | 2026-06-01T14:47:03.441Z | Downloaded slog-async v2.8.0 |
| 1028 | 2026-06-01T14:47:03.441Z | Downloaded slab v0.4.12 |
| 1029 | 2026-06-01T14:47:03.441Z | Downloaded slog-dtrace v0.3.0 |
| 1030 | 2026-06-01T14:47:03.441Z | Downloaded hyper-util v0.1.20 |
| 1031 | 2026-06-01T14:47:03.444Z | Downloaded spki v0.7.3 |
| 1032 | 2026-06-01T14:47:03.447Z | Downloaded serde_cbor v0.11.2 |
| 1033 | 2026-06-01T14:47:03.452Z | Downloaded smf v0.2.3 |
| 1034 | 2026-06-01T14:47:03.454Z | Downloaded sqlformat v0.3.5 |
| 1035 | 2026-06-01T14:47:03.455Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-06-01T14:47:03.455Z | Downloaded sync-ptr v0.1.4 |
| 1037 | 2026-06-01T14:47:03.455Z | Downloaded take_mut v0.2.2 |
| 1038 | 2026-06-01T14:47:03.457Z | Downloaded tagptr v0.2.0 |
| 1039 | 2026-06-01T14:47:03.457Z | Downloaded time-core v0.1.8 |
| 1040 | 2026-06-01T14:47:03.457Z | Downloaded thread-id v5.1.0 |
| 1041 | 2026-06-01T14:47:03.460Z | Downloaded subtle v2.6.1 |
| 1042 | 2026-06-01T14:47:03.460Z | Downloaded termtree v0.5.1 |
| 1043 | 2026-06-01T14:47:03.460Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-06-01T14:47:03.463Z | Downloaded num-bigint v0.4.6 |
| 1045 | 2026-06-01T14:47:03.466Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-06-01T14:47:03.466Z | Downloaded mio v1.2.0 |
| 1047 | 2026-06-01T14:47:03.469Z | Downloaded slog-term v2.9.2 |
| 1048 | 2026-06-01T14:47:03.471Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-06-01T14:47:03.474Z | Downloaded stacker v0.1.23 |
| 1050 | 2026-06-01T14:47:03.477Z | Downloaded strum_macros v0.26.4 |
| 1051 | 2026-06-01T14:47:03.477Z | Downloaded tinyvec_macros v0.1.1 |
| 1052 | 2026-06-01T14:47:03.477Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-06-01T14:47:03.480Z | Downloaded ryu v1.0.23 |
| 1054 | 2026-06-01T14:47:03.480Z | Downloaded static_assertions v1.1.0 |
| 1055 | 2026-06-01T14:47:03.483Z | Downloaded snafu-derive v0.8.9 |
| 1056 | 2026-06-01T14:47:03.483Z | Downloaded support-bundle-viewer v0.1.2 |
| 1057 | 2026-06-01T14:47:03.483Z | Downloaded strum_macros v0.24.3 |
| 1058 | 2026-06-01T14:47:03.486Z | Downloaded serde_with_macros v3.17.0 |
| 1059 | 2026-06-01T14:47:03.486Z | Downloaded progenitor-impl v0.14.0 |
| 1060 | 2026-06-01T14:47:03.489Z | Downloaded hashbrown v0.15.5 |
| 1061 | 2026-06-01T14:47:03.492Z | Downloaded dropshot-api-manager v0.7.2 |
| 1062 | 2026-06-01T14:47:03.495Z | Downloaded publicsuffix v2.3.0 |
| 1063 | 2026-06-01T14:47:03.495Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-06-01T14:47:03.498Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-06-01T14:47:03.501Z | Downloaded testing_table v0.3.0 |
| 1066 | 2026-06-01T14:47:03.503Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-06-01T14:47:03.506Z | Downloaded rayon-core v1.13.0 |
| 1068 | 2026-06-01T14:47:03.509Z | Downloaded aho-corasick v1.1.4 |
| 1069 | 2026-06-01T14:47:03.514Z | Downloaded spin v0.9.8 |
| 1070 | 2026-06-01T14:47:03.517Z | Downloaded tokio-macros v2.7.0 |
| 1071 | 2026-06-01T14:47:03.522Z | Downloaded schemars v0.8.22 |
| 1072 | 2026-06-01T14:47:03.529Z | Downloaded rand v0.8.6 |
| 1073 | 2026-06-01T14:47:03.532Z | Downloaded tiny-keccak v2.0.2 |
| 1074 | 2026-06-01T14:47:03.534Z | Downloaded time-macros v0.2.27 |
| 1075 | 2026-06-01T14:47:03.534Z | Downloaded tower-service v0.3.3 |
| 1076 | 2026-06-01T14:47:03.537Z | Downloaded thread_local v1.1.9 |
| 1077 | 2026-06-01T14:47:03.537Z | Downloaded supports-color v3.0.2 |
| 1078 | 2026-06-01T14:47:03.537Z | Downloaded strum_macros v0.27.2 |
| 1079 | 2026-06-01T14:47:03.540Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1080 | 2026-06-01T14:47:03.543Z | Downloaded nom v7.1.3 |
| 1081 | 2026-06-01T14:47:03.546Z | Downloaded topological-sort v0.2.2 |
| 1082 | 2026-06-01T14:47:03.546Z | Downloaded signal-hook v0.3.18 |
| 1083 | 2026-06-01T14:47:03.548Z | Downloaded try-lock v0.2.5 |
| 1084 | 2026-06-01T14:47:03.549Z | Downloaded tls_codec_derive v0.4.2 |
| 1085 | 2026-06-01T14:47:03.551Z | Downloaded tls_codec v0.4.2 |
| 1086 | 2026-06-01T14:47:03.551Z | Downloaded ron v0.8.1 |
| 1087 | 2026-06-01T14:47:03.554Z | Downloaded typify-macro v0.6.2 |
| 1088 | 2026-06-01T14:47:03.557Z | Downloaded typify-macro v0.4.3 |
| 1089 | 2026-06-01T14:47:03.557Z | Downloaded termios v0.3.3 |
| 1090 | 2026-06-01T14:47:03.559Z | Downloaded futures-util v0.3.32 |
| 1091 | 2026-06-01T14:47:03.564Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-06-01T14:47:03.568Z | Downloaded thiserror-no-std v2.0.2 |
| 1093 | 2026-06-01T14:47:03.571Z | Downloaded tokio-dtrace v0.1.1 |
| 1094 | 2026-06-01T14:47:03.571Z | Downloaded tokio-rustls v0.25.0 |
| 1095 | 2026-06-01T14:47:03.571Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1096 | 2026-06-01T14:47:03.573Z | Downloaded usdt-attr-macro v0.6.0 |
| 1097 | 2026-06-01T14:47:03.573Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-06-01T14:47:03.576Z | Downloaded unit-prefix v0.5.2 |
| 1099 | 2026-06-01T14:47:03.576Z | Downloaded quinn v0.11.9 |
| 1100 | 2026-06-01T14:47:03.579Z | Downloaded itertools v0.13.0 |
| 1101 | 2026-06-01T14:47:03.581Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-06-01T14:47:03.584Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-06-01T14:47:03.584Z | Downloaded iri-string v0.7.10 |
| 1104 | 2026-06-01T14:47:03.587Z | Downloaded similar v2.7.0 |
| 1105 | 2026-06-01T14:47:03.590Z | Downloaded libxml v0.3.3 |
| 1106 | 2026-06-01T14:47:03.593Z | Downloaded term v1.2.1 |
| 1107 | 2026-06-01T14:47:03.596Z | Downloaded rand v0.9.2 |
| 1108 | 2026-06-01T14:47:03.600Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1109 | 2026-06-01T14:47:03.603Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-06-01T14:47:03.603Z | Downloaded trait-variant v0.1.2 |
| 1111 | 2026-06-01T14:47:03.603Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1112 | 2026-06-01T14:47:03.603Z | Downloaded waitgroup v0.1.2 |
| 1113 | 2026-06-01T14:47:03.603Z | Downloaded wait-timeout v0.2.1 |
| 1114 | 2026-06-01T14:47:03.606Z | Downloaded blake3 v1.8.3 |
| 1115 | 2026-06-01T14:47:03.609Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-06-01T14:47:03.612Z | Downloaded tui-tree-widget v0.23.1 |
| 1117 | 2026-06-01T14:47:03.612Z | Downloaded usdt-macro v0.6.0 |
| 1118 | 2026-06-01T14:47:03.612Z | Downloaded untrusted v0.7.1 |
| 1119 | 2026-06-01T14:47:03.614Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-06-01T14:47:03.614Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-06-01T14:47:03.617Z | Downloaded slog v2.8.2 |
| 1122 | 2026-06-01T14:47:03.620Z | Downloaded tokio-native-tls v0.3.1 |
| 1123 | 2026-06-01T14:47:03.620Z | Downloaded nom v8.0.0 |
| 1124 | 2026-06-01T14:47:03.624Z | Downloaded void v1.0.2 |
| 1125 | 2026-06-01T14:47:03.627Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1126 | 2026-06-01T14:47:03.631Z | Downloaded unicase v2.9.0 |
| 1127 | 2026-06-01T14:47:03.633Z | Downloaded tokio-rustls v0.26.4 |
| 1128 | 2026-06-01T14:47:03.633Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-06-01T14:47:03.633Z | Downloaded usdt v0.6.0 |
| 1130 | 2026-06-01T14:47:03.636Z | Downloaded term v0.7.0 |
| 1131 | 2026-06-01T14:47:03.636Z | Downloaded rsa v0.9.10 |
| 1132 | 2026-06-01T14:47:03.639Z | Downloaded tokio-stream v0.1.18 |
| 1133 | 2026-06-01T14:47:03.642Z | Downloaded socket2 v0.5.10 |
| 1134 | 2026-06-01T14:47:03.645Z | Downloaded uzers v0.12.2 |
| 1135 | 2026-06-01T14:47:03.645Z | Downloaded num-bigint-dig v0.8.6 |
| 1136 | 2026-06-01T14:47:03.647Z | Downloaded want v0.3.1 |
| 1137 | 2026-06-01T14:47:03.652Z | Downloaded itertools v0.12.1 |
| 1138 | 2026-06-01T14:47:03.652Z | Downloaded vergen-gitcl v1.0.8 |
| 1139 | 2026-06-01T14:47:03.655Z | Downloaded vergen-git2 v9.1.0 |
| 1140 | 2026-06-01T14:47:03.655Z | Downloaded zeroize_derive v1.4.3 |
| 1141 | 2026-06-01T14:47:03.658Z | Downloaded test-strategy v0.4.5 |
| 1142 | 2026-06-01T14:47:03.661Z | Downloaded vergen-lib v0.1.6 |
| 1143 | 2026-06-01T14:47:03.664Z | Downloaded rand v0.10.1 |
| 1144 | 2026-06-01T14:47:03.667Z | Downloaded zone v0.3.1 |
| 1145 | 2026-06-01T14:47:03.674Z | Downloaded socket2 v0.6.3 |
| 1146 | 2026-06-01T14:47:03.678Z | Downloaded samael v0.0.19 |
| 1147 | 2026-06-01T14:47:03.684Z | Downloaded wyz v0.5.1 |
| 1148 | 2026-06-01T14:47:03.686Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-06-01T14:47:03.690Z | Downloaded iddqd v0.4.2 |
| 1150 | 2026-06-01T14:47:03.695Z | Downloaded hkdf v0.12.4 |
| 1151 | 2026-06-01T14:47:03.699Z | Downloaded zone_cfg_derive v0.3.1 |
| 1152 | 2026-06-01T14:47:03.701Z | Downloaded xshell v0.2.7 |
| 1153 | 2026-06-01T14:47:03.701Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-06-01T14:47:03.701Z | Downloaded schemars v0.9.0 |
| 1155 | 2026-06-01T14:47:03.708Z | Downloaded usdt-impl v0.6.0 |
| 1156 | 2026-06-01T14:47:03.711Z | Downloaded snafu v0.8.9 |
| 1157 | 2026-06-01T14:47:03.714Z | Downloaded zeroize v1.8.2 |
| 1158 | 2026-06-01T14:47:03.717Z | Downloaded vergen-lib v9.1.0 |
| 1159 | 2026-06-01T14:47:03.720Z | Downloaded subprocess v0.2.15 |
| 1160 | 2026-06-01T14:47:03.720Z | Downloaded vsss-rs v3.3.4 |
| 1161 | 2026-06-01T14:47:03.726Z | Downloaded zstd v0.13.3 |
| 1162 | 2026-06-01T14:47:03.732Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-06-01T14:47:03.735Z | Downloaded whoami v2.1.0 |
| 1164 | 2026-06-01T14:47:03.738Z | Downloaded twox-hash v2.1.2 |
| 1165 | 2026-06-01T14:47:03.738Z | Downloaded zstd-safe v7.2.4 |
| 1166 | 2026-06-01T14:47:03.741Z | Downloaded tracing-attributes v0.1.31 |
| 1167 | 2026-06-01T14:47:03.747Z | Downloaded itertools v0.14.0 |
| 1168 | 2026-06-01T14:47:03.751Z | Downloaded tinyvec v1.10.0 |
| 1169 | 2026-06-01T14:47:03.756Z | Downloaded russh v0.45.0 |
| 1170 | 2026-06-01T14:47:03.759Z | Downloaded walkdir v2.5.0 |
| 1171 | 2026-06-01T14:47:03.762Z | Downloaded uuid v1.23.0 |
| 1172 | 2026-06-01T14:47:03.765Z | Downloaded toml v0.7.8 |
| 1173 | 2026-06-01T14:47:03.765Z | Downloaded vte v0.14.1 |
| 1174 | 2026-06-01T14:47:03.768Z | Downloaded hyper v1.8.1 |
| 1175 | 2026-06-01T14:47:03.771Z | Downloaded p521 v0.13.3 |
| 1176 | 2026-06-01T14:47:03.774Z | Downloaded tokio-rustls v0.24.1 |
| 1177 | 2026-06-01T14:47:03.777Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-06-01T14:47:03.781Z | Downloaded vergen v9.1.0 |
| 1179 | 2026-06-01T14:47:03.787Z | Downloaded bitvec v1.0.1 |
| 1180 | 2026-06-01T14:47:03.796Z | Downloaded h2 v0.4.13 |
| 1181 | 2026-06-01T14:47:03.800Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1182 | 2026-06-01T14:47:03.802Z | Downloaded bindgen v0.71.1 |
| 1183 | 2026-06-01T14:47:03.805Z | Downloaded tar v0.4.45 |
| 1184 | 2026-06-01T14:47:03.808Z | Downloaded toml_edit v0.19.15 |
| 1185 | 2026-06-01T14:47:03.816Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1186 | 2026-06-01T14:47:03.819Z | Downloaded git2 v0.20.4 |
| 1187 | 2026-06-01T14:47:03.824Z | Downloaded reqwest v0.13.2 |
| 1188 | 2026-06-01T14:47:03.827Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-06-01T14:47:03.830Z | Downloaded unicode_categories v0.1.1 |
| 1190 | 2026-06-01T14:47:03.830Z | Downloaded rustls-webpki v0.103.9 |
| 1191 | 2026-06-01T14:47:03.833Z | Downloaded typify v0.6.2 |
| 1192 | 2026-06-01T14:47:03.836Z | Downloaded typify v0.4.3 |
| 1193 | 2026-06-01T14:47:03.839Z | Downloaded reqwest v0.12.28 |
| 1194 | 2026-06-01T14:47:03.842Z | Downloaded unicode-properties v0.1.4 |
| 1195 | 2026-06-01T14:47:03.842Z | Downloaded zerocopy v0.6.6 |
| 1196 | 2026-06-01T14:47:03.845Z | Downloaded unsafe-libyaml v0.2.11 |
| 1197 | 2026-06-01T14:47:03.845Z | Downloaded schemars v1.2.1 |
| 1198 | 2026-06-01T14:47:03.853Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-06-01T14:47:03.856Z | Downloaded zip v0.6.6 |
| 1200 | 2026-06-01T14:47:03.859Z | Downloaded rayon v1.11.0 |
| 1201 | 2026-06-01T14:47:03.862Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-06-01T14:47:03.867Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1203 | 2026-06-01T14:47:03.870Z | Downloaded chrono v0.4.44 |
| 1204 | 2026-06-01T14:47:03.873Z | Downloaded tracing-core v0.1.36 |
| 1205 | 2026-06-01T14:47:03.873Z | Downloaded rustyline v14.0.0 |
| 1206 | 2026-06-01T14:47:03.876Z | Downloaded rpassword v7.4.0 |
| 1207 | 2026-06-01T14:47:03.876Z | Downloaded serde_with v1.14.0 |
| 1208 | 2026-06-01T14:47:03.879Z | Downloaded zerocopy-derive v0.8.40 |
| 1209 | 2026-06-01T14:47:03.885Z | Downloaded tower v0.5.3 |
| 1210 | 2026-06-01T14:47:03.890Z | Downloaded portable-atomic v1.13.1 |
| 1211 | 2026-06-01T14:47:03.894Z | Downloaded typed-path v0.9.3 |
| 1212 | 2026-06-01T14:47:03.897Z | Downloaded x509-cert v0.2.5 |
| 1213 | 2026-06-01T14:47:03.902Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-06-01T14:47:03.905Z | Downloaded lalrpop v0.19.12 |
| 1215 | 2026-06-01T14:47:03.912Z | Downloaded unicode-bidi v0.3.18 |
| 1216 | 2026-06-01T14:47:03.915Z | Downloaded moka v0.12.13 |
| 1217 | 2026-06-01T14:47:03.918Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-06-01T14:47:03.922Z | Downloaded p384 v0.13.1 |
| 1219 | 2026-06-01T14:47:03.925Z | Downloaded libm v0.2.16 |
| 1220 | 2026-06-01T14:47:03.931Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-06-01T14:47:03.935Z | Downloaded tough v0.22.0 |
| 1222 | 2026-06-01T14:47:03.940Z | Downloaded tokio-util v0.7.18 |
| 1223 | 2026-06-01T14:47:03.945Z | Downloaded steno v0.4.1 |
| 1224 | 2026-06-01T14:47:03.947Z | Downloaded petname v2.0.2 |
| 1225 | 2026-06-01T14:47:03.964Z | Downloaded regex v1.12.3 |
| 1226 | 2026-06-01T14:47:03.973Z | Downloaded winnow v0.5.40 |
| 1227 | 2026-06-01T14:47:03.977Z | Downloaded quinn-proto v0.11.13 |
| 1228 | 2026-06-01T14:47:03.982Z | Downloaded rustls-webpki v0.102.8 |
| 1229 | 2026-06-01T14:47:03.992Z | Downloaded nix v0.27.1 |
| 1230 | 2026-06-01T14:47:03.998Z | Downloaded bstr v1.12.1 |
| 1231 | 2026-06-01T14:47:04.024Z | Downloaded radix_trie v0.2.1 |
| 1232 | 2026-06-01T14:47:04.036Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-06-01T14:47:04.041Z | Downloaded openssl v0.10.79 |
| 1234 | 2026-06-01T14:47:04.050Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-06-01T14:47:04.057Z | Downloaded unicode-segmentation v1.12.0 |
| 1236 | 2026-06-01T14:47:04.061Z | Downloaded rustls v0.21.12 |
| 1237 | 2026-06-01T14:47:04.065Z | Downloaded smoltcp v0.9.1 |
| 1238 | 2026-06-01T14:47:04.071Z | Downloaded salty v0.3.0 |
| 1239 | 2026-06-01T14:47:04.075Z | Downloaded nix v0.28.0 |
| 1240 | 2026-06-01T14:47:04.082Z | Downloaded zlib-rs v0.6.2 |
| 1241 | 2026-06-01T14:47:04.085Z | Downloaded hickory-proto v0.24.4 |
| 1242 | 2026-06-01T14:47:04.093Z | Downloaded hickory-proto v0.25.2 |
| 1243 | 2026-06-01T14:47:04.102Z | Downloaded zip v4.6.1 |
| 1244 | 2026-06-01T14:47:04.105Z | Downloaded zerocopy v0.8.40 |
| 1245 | 2026-06-01T14:47:04.109Z | Downloaded unicode-normalization v0.1.25 |
| 1246 | 2026-06-01T14:47:04.112Z | Downloaded tower-http v0.6.8 |
| 1247 | 2026-06-01T14:47:04.116Z | Downloaded proptest v1.10.0 |
| 1248 | 2026-06-01T14:47:04.122Z | Downloaded serde_with v3.17.0 |
| 1249 | 2026-06-01T14:47:04.129Z | Downloaded regress v0.11.1 |
| 1250 | 2026-06-01T14:47:04.135Z | Downloaded regex-syntax v0.8.10 |
| 1251 | 2026-06-01T14:47:04.139Z | Downloaded goblin v0.10.5 |
| 1252 | 2026-06-01T14:47:04.158Z | Downloaded object v0.30.4 |
| 1253 | 2026-06-01T14:47:04.167Z | Downloaded curve25519-dalek v4.1.3 |
| 1254 | 2026-06-01T14:47:04.206Z | Downloaded sqlparser v0.61.0 |
| 1255 | 2026-06-01T14:47:04.211Z | Downloaded sled v0.34.7 |
| 1256 | 2026-06-01T14:47:04.217Z | Downloaded dropshot v0.17.0 |
| 1257 | 2026-06-01T14:47:04.232Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1258 | 2026-06-01T14:47:04.266Z | Downloaded winnow v1.0.3 |
| 1259 | 2026-06-01T14:47:04.272Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-06-01T14:47:04.278Z | Downloaded chrono-tz v0.10.4 |
| 1261 | 2026-06-01T14:47:04.289Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-06-01T14:47:04.313Z | Downloaded polar-core v0.27.3 |
| 1263 | 2026-06-01T14:47:04.320Z | Downloaded jiff v0.2.21 |
| 1264 | 2026-06-01T14:47:04.323Z | Downloaded petgraph v0.8.3 |
| 1265 | 2026-06-01T14:47:04.336Z | Downloaded time v0.3.47 |
| 1266 | 2026-06-01T14:47:04.343Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-06-01T14:47:04.366Z | Downloaded nix v0.31.2 |
| 1268 | 2026-06-01T14:47:04.372Z | Downloaded regex-syntax v0.6.29 |
| 1269 | 2026-06-01T14:47:04.390Z | Downloaded webpki-roots v1.0.6 |
| 1270 | 2026-06-01T14:47:04.393Z | Downloaded object v0.37.3 |
| 1271 | 2026-06-01T14:47:04.399Z | Downloaded tokio v1.52.1 |
| 1272 | 2026-06-01T14:47:04.423Z | Downloaded smoltcp v0.11.0 |
| 1273 | 2026-06-01T14:47:04.429Z | Downloaded rustls v0.22.4 |
| 1274 | 2026-06-01T14:47:04.436Z | Downloaded diesel v2.3.7 |
| 1275 | 2026-06-01T14:47:04.448Z | Downloaded rustix v0.38.44 |
| 1276 | 2026-06-01T14:47:04.461Z | Downloaded rustls v0.23.37 |
| 1277 | 2026-06-01T14:47:04.468Z | Downloaded regress v0.10.5 |
| 1278 | 2026-06-01T14:47:04.473Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-06-01T14:47:04.552Z | Downloaded ring v0.17.14 |
| 1280 | 2026-06-01T14:47:04.577Z | Downloaded typify-impl v0.6.2 |
| 1281 | 2026-06-01T14:47:04.593Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-06-01T14:47:04.604Z | Downloaded typify-impl v0.4.3 |
| 1283 | 2026-06-01T14:47:04.612Z | Downloaded tracing v0.1.44 |
| 1284 | 2026-06-01T14:47:04.625Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-06-01T14:47:04.658Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-06-01T14:47:04.667Z | Downloaded regex-automata v0.4.14 |
| 1287 | 2026-06-01T14:47:04.700Z | Downloaded petgraph v0.6.5 |
| 1288 | 2026-06-01T14:47:04.738Z | Downloaded libz-sys v1.1.24 |
| 1289 | 2026-06-01T14:47:04.750Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1290 | 2026-06-01T14:47:04.761Z | Downloaded sha3 v0.10.8 |
| 1291 | 2026-06-01T14:47:04.764Z | Downloaded csv v1.4.0 |
| 1292 | 2026-06-01T14:47:04.793Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-06-01T14:47:05.144Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-06-01T14:47:05.401Z | Compiling libc v0.2.185 |
| 1295 | 2026-06-01T14:47:05.401Z | Compiling serde v1.0.228 |
| 1296 | 2026-06-01T14:47:05.404Z | Compiling log v0.4.29 |
| 1297 | 2026-06-01T14:47:05.404Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-06-01T14:47:05.404Z | Compiling shlex v1.3.0 |
| 1299 | 2026-06-01T14:47:05.404Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-06-01T14:47:05.404Z | Compiling typenum v1.19.0 |
| 1301 | 2026-06-01T14:47:05.404Z | Compiling subtle v2.6.1 |
| 1302 | 2026-06-01T14:47:05.404Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-06-01T14:47:05.405Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-06-01T14:47:05.405Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-06-01T14:47:05.596Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-06-01T14:47:05.623Z | Compiling syn v2.0.117 |
| 1307 | 2026-06-01T14:47:05.638Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-06-01T14:47:05.641Z | Compiling parking_lot_core v0.9.12 |
| 1309 | 2026-06-01T14:47:05.693Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-06-01T14:47:05.753Z | Compiling pin-project-lite v0.2.17 |
| 1311 | 2026-06-01T14:47:05.753Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-06-01T14:47:05.782Z | Compiling bitflags v2.11.0 |
| 1313 | 2026-06-01T14:47:05.835Z | Compiling lock_api v0.4.14 |
| 1314 | 2026-06-01T14:47:05.859Z | Compiling libm v0.2.16 |
| 1315 | 2026-06-01T14:47:05.892Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-06-01T14:47:05.910Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-06-01T14:47:05.940Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-06-01T14:47:05.973Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-06-01T14:47:06.052Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-06-01T14:47:06.055Z | Compiling cpufeatures v0.2.17 |
| 1321 | 2026-06-01T14:47:06.055Z | Compiling futures-io v0.3.32 |
| 1322 | 2026-06-01T14:47:06.115Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-06-01T14:47:06.115Z | Compiling getrandom v0.4.1 |
| 1324 | 2026-06-01T14:47:06.165Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-06-01T14:47:06.198Z | Compiling slab v0.4.12 |
| 1326 | 2026-06-01T14:47:06.230Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-06-01T14:47:06.233Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-06-01T14:47:06.275Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-06-01T14:47:06.322Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-06-01T14:47:06.364Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-06-01T14:47:06.367Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-06-01T14:47:06.397Z | Compiling dunce v1.0.5 |
| 1333 | 2026-06-01T14:47:06.400Z | Compiling base64ct v1.8.3 |
| 1334 | 2026-06-01T14:47:06.504Z | Compiling ident_case v1.0.1 |
| 1335 | 2026-06-01T14:47:06.507Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-06-01T14:47:06.561Z | Compiling iana-time-zone v0.1.65 |
| 1337 | 2026-06-01T14:47:06.575Z | Compiling rustix v1.1.3 |
| 1338 | 2026-06-01T14:47:06.655Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-06-01T14:47:06.658Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-06-01T14:47:06.705Z | Compiling errno v0.3.14 |
| 1341 | 2026-06-01T14:47:06.757Z | Compiling mio v1.2.0 |
| 1342 | 2026-06-01T14:47:06.790Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-06-01T14:47:06.823Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-06-01T14:47:06.881Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-06-01T14:47:06.922Z | Compiling cc v1.2.56 |
| 1346 | 2026-06-01T14:47:06.966Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-06-01T14:47:06.982Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-06-01T14:47:07.053Z | Compiling pem-rfc7468 v0.7.0 |
| 1349 | 2026-06-01T14:47:07.068Z | Compiling flagset v0.4.7 |
| 1350 | 2026-06-01T14:47:07.157Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-06-01T14:47:07.221Z | Compiling aws-lc-rs v1.16.3 |
| 1352 | 2026-06-01T14:47:07.236Z | Compiling tracing-core v0.1.36 |
| 1353 | 2026-06-01T14:47:07.253Z | Compiling uuid v1.23.0 |
| 1354 | 2026-06-01T14:47:07.269Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-06-01T14:47:07.293Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-06-01T14:47:07.377Z | Compiling base64 v0.22.1 |
| 1357 | 2026-06-01T14:47:07.394Z | Compiling untrusted v0.7.1 |
| 1358 | 2026-06-01T14:47:07.397Z | Compiling tinyvec_macros v0.1.1 |
| 1359 | 2026-06-01T14:47:07.496Z | Compiling httparse v1.10.1 |
| 1360 | 2026-06-01T14:47:07.547Z | Compiling openssl-probe v0.2.1 |
| 1361 | 2026-06-01T14:47:07.565Z | Compiling untrusted v0.9.0 |
| 1362 | 2026-06-01T14:47:07.581Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-06-01T14:47:07.599Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-06-01T14:47:07.640Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-06-01T14:47:07.714Z | Compiling cmake v0.1.57 |
| 1366 | 2026-06-01T14:47:07.733Z | Compiling rustls v0.23.37 |
| 1367 | 2026-06-01T14:47:07.750Z | Compiling tower-service v0.3.3 |
| 1368 | 2026-06-01T14:47:07.765Z | Compiling dyn-clone v1.0.20 |
| 1369 | 2026-06-01T14:47:07.780Z | Compiling atomic-waker v1.1.2 |
| 1370 | 2026-06-01T14:47:07.827Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-06-01T14:47:07.871Z | Compiling schemars v0.8.22 |
| 1372 | 2026-06-01T14:47:07.887Z | Compiling want v0.3.1 |
| 1373 | 2026-06-01T14:47:07.931Z | Compiling openssl v0.10.79 |
| 1374 | 2026-06-01T14:47:07.934Z | Compiling httpdate v1.0.3 |
| 1375 | 2026-06-01T14:47:07.962Z | Compiling pin-utils v0.1.0 |
| 1376 | 2026-06-01T14:47:07.965Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2026-06-01T14:47:08.005Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-06-01T14:47:08.008Z | Compiling socket2 v0.5.10 |
| 1379 | 2026-06-01T14:47:08.036Z | Compiling spin v0.9.8 |
| 1380 | 2026-06-01T14:47:08.063Z | Compiling foreign-types v0.3.2 |
| 1381 | 2026-06-01T14:47:08.085Z | Compiling time-core v0.1.8 |
| 1382 | 2026-06-01T14:47:08.102Z | Compiling powerfmt v0.2.0 |
| 1383 | 2026-06-01T14:47:08.140Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-06-01T14:47:08.155Z | Compiling num-conv v0.2.0 |
| 1385 | 2026-06-01T14:47:08.172Z | Compiling crc32fast v1.5.0 |
| 1386 | 2026-06-01T14:47:08.199Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-06-01T14:47:08.215Z | Compiling sync_wrapper v1.0.2 |
| 1388 | 2026-06-01T14:47:08.253Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-06-01T14:47:08.319Z | Compiling deranged v0.5.8 |
| 1390 | 2026-06-01T14:47:08.348Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-06-01T14:47:08.363Z | Compiling time-macros v0.2.27 |
| 1392 | 2026-06-01T14:47:08.392Z | Compiling tempfile v3.25.0 |
| 1393 | 2026-06-01T14:47:08.407Z | Compiling simd-adler32 v0.3.8 |
| 1394 | 2026-06-01T14:47:08.424Z | Compiling bit-vec v0.8.0 |
| 1395 | 2026-06-01T14:47:08.543Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-06-01T14:47:08.577Z | Compiling num_threads v0.1.7 |
| 1397 | 2026-06-01T14:47:08.577Z | Compiling siphasher v1.0.2 |
| 1398 | 2026-06-01T14:47:08.617Z | Compiling quick-error v1.2.3 |
| 1399 | 2026-06-01T14:47:08.640Z | Compiling syn v1.0.109 |
| 1400 | 2026-06-01T14:47:08.656Z | Compiling unicode-segmentation v1.12.0 |
| 1401 | 2026-06-01T14:47:08.671Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-06-01T14:47:08.706Z | Compiling aws-lc-sys v0.40.0 |
| 1403 | 2026-06-01T14:47:08.709Z | Compiling ring v0.17.14 |
| 1404 | 2026-06-01T14:47:08.736Z | Compiling openssl-sys v0.9.115 |
| 1405 | 2026-06-01T14:47:08.739Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-06-01T14:47:08.769Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-06-01T14:47:08.789Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-06-01T14:47:08.818Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1409 | 2026-06-01T14:47:09.035Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-06-01T14:47:09.072Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1411 | 2026-06-01T14:47:09.088Z | Compiling darling_core v0.21.3 |
| 1412 | 2026-06-01T14:47:09.351Z | Compiling bit-set v0.8.0 |
| 1413 | 2026-06-01T14:47:09.405Z | Compiling slog v2.8.2 |
| 1414 | 2026-06-01T14:47:09.438Z | Compiling heapless v0.7.17 |
| 1415 | 2026-06-01T14:47:09.470Z | Compiling rand_xorshift v0.4.0 |
| 1416 | 2026-06-01T14:47:09.496Z | Compiling thread-id v5.1.0 |
| 1417 | 2026-06-01T14:47:09.566Z | Compiling time v0.3.47 |
| 1418 | 2026-06-01T14:47:09.585Z | Compiling cookie v0.18.1 |
| 1419 | 2026-06-01T14:47:09.602Z | Compiling signal-hook v0.3.18 |
| 1420 | 2026-06-01T14:47:09.619Z | Compiling ryu v1.0.23 |
| 1421 | 2026-06-01T14:47:09.639Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-06-01T14:47:09.662Z | Compiling unicode-bidi v0.3.18 |
| 1423 | 2026-06-01T14:47:09.712Z | Compiling unicode-properties v0.1.4 |
| 1424 | 2026-06-01T14:47:09.728Z | Compiling unarray v0.1.4 |
| 1425 | 2026-06-01T14:47:09.800Z | Compiling iri-string v0.7.10 |
| 1426 | 2026-06-01T14:47:09.815Z | Compiling adler2 v2.0.1 |
| 1427 | 2026-06-01T14:47:09.829Z | Compiling zstd-safe v7.2.4 |
| 1428 | 2026-06-01T14:47:09.855Z | Compiling paste v1.0.15 |
| 1429 | 2026-06-01T14:47:09.950Z | Compiling allocator-api2 v0.2.21 |
| 1430 | 2026-06-01T14:47:09.965Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-06-01T14:47:10.009Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-06-01T14:47:10.262Z | Compiling heck v0.4.1 |
| 1433 | 2026-06-01T14:47:10.312Z | Compiling num-integer v0.1.46 |
| 1434 | 2026-06-01T14:47:10.472Z | Compiling serde_derive v1.0.228 |
| 1435 | 2026-06-01T14:47:10.488Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-06-01T14:47:10.508Z | Compiling zerofrom-derive v0.1.6 |
| 1437 | 2026-06-01T14:47:10.619Z | Compiling yoke-derive v0.8.1 |
| 1438 | 2026-06-01T14:47:10.660Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-06-01T14:47:10.751Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-06-01T14:47:10.982Z | Compiling displaydoc v0.2.5 |
| 1441 | 2026-06-01T14:47:11.163Z | Compiling zeroize v1.8.2 |
| 1442 | 2026-06-01T14:47:11.182Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-06-01T14:47:11.217Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-06-01T14:47:11.391Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-06-01T14:47:11.695Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-06-01T14:47:11.791Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-06-01T14:47:11.814Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-06-01T14:47:11.831Z | Compiling scroll_derive v0.13.1 |
| 1449 | 2026-06-01T14:47:11.962Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-06-01T14:47:11.995Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-06-01T14:47:11.998Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-06-01T14:47:12.115Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-06-01T14:47:12.130Z | Compiling yoke v0.8.1 |
| 1454 | 2026-06-01T14:47:12.151Z | Compiling digest v0.10.7 |
| 1455 | 2026-06-01T14:47:12.179Z | Compiling block-padding v0.3.3 |
| 1456 | 2026-06-01T14:47:12.196Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-06-01T14:47:12.334Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-06-01T14:47:12.365Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-06-01T14:47:12.432Z | Compiling hmac v0.12.1 |
| 1460 | 2026-06-01T14:47:12.463Z | Compiling inout v0.1.4 |
| 1461 | 2026-06-01T14:47:12.609Z | Compiling cipher v0.4.4 |
| 1462 | 2026-06-01T14:47:12.651Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-06-01T14:47:12.667Z | Compiling der v0.7.10 |
| 1464 | 2026-06-01T14:47:12.698Z | Compiling pbkdf2 v0.12.2 |
| 1465 | 2026-06-01T14:47:12.712Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-06-01T14:47:12.812Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-06-01T14:47:12.834Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-06-01T14:47:12.873Z | Compiling salsa20 v0.10.2 |
| 1469 | 2026-06-01T14:47:12.895Z | Compiling cbc v0.1.2 |
| 1470 | 2026-06-01T14:47:13.025Z | Compiling icu_locale_core v2.1.1 |
| 1471 | 2026-06-01T14:47:13.041Z | Compiling icu_collections v2.1.1 |
| 1472 | 2026-06-01T14:47:13.058Z | Compiling scrypt v0.11.0 |
| 1473 | 2026-06-01T14:47:13.074Z | Compiling aes v0.8.4 |
| 1474 | 2026-06-01T14:47:13.194Z | Compiling tracing v0.1.44 |
| 1475 | 2026-06-01T14:47:13.211Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-06-01T14:47:13.341Z | Compiling scroll v0.13.0 |
| 1477 | 2026-06-01T14:47:13.355Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-06-01T14:47:13.499Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-06-01T14:47:13.566Z | Compiling spki v0.7.3 |
| 1480 | 2026-06-01T14:47:13.640Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-01T14:47:13.863Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-06-01T14:47:13.936Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-06-01T14:47:13.993Z | Compiling darling v0.20.11 |
| 1484 | 2026-06-01T14:47:14.028Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-06-01T14:47:14.062Z | Compiling bytes v1.11.1 |
| 1486 | 2026-06-01T14:47:14.080Z | Compiling chrono v0.4.44 |
| 1487 | 2026-06-01T14:47:14.103Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-06-01T14:47:14.128Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-06-01T14:47:14.185Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-06-01T14:47:14.235Z | Compiling derive_builder_core v0.20.2 |
| 1491 | 2026-06-01T14:47:14.251Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-06-01T14:47:14.347Z | Compiling dtrace-parser v0.3.0 |
| 1493 | 2026-06-01T14:47:14.443Z | Compiling signature v2.2.0 |
| 1494 | 2026-06-01T14:47:14.534Z | Compiling webpki-roots v1.0.6 |
| 1495 | 2026-06-01T14:47:14.581Z | Compiling tokio v1.52.1 |
| 1496 | 2026-06-01T14:47:14.645Z | Compiling http v1.4.0 |
| 1497 | 2026-06-01T14:47:14.682Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-06-01T14:47:14.686Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-06-01T14:47:14.715Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-06-01T14:47:14.718Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-06-01T14:47:15.049Z | Compiling idna_adapter v1.2.1 |
| 1502 | 2026-06-01T14:47:15.108Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-06-01T14:47:15.123Z | Compiling derive_builder_macro v0.20.2 |
| 1504 | 2026-06-01T14:47:15.210Z | Compiling idna v1.1.0 |
| 1505 | 2026-06-01T14:47:15.226Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-06-01T14:47:15.260Z | Compiling serde_urlencoded v0.7.1 |
| 1507 | 2026-06-01T14:47:15.276Z | Compiling http-body v1.0.1 |
| 1508 | 2026-06-01T14:47:15.326Z | Compiling toml_datetime v0.6.11 |
| 1509 | 2026-06-01T14:47:15.400Z | Compiling scroll v0.12.0 |
| 1510 | 2026-06-01T14:47:15.456Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-06-01T14:47:15.472Z | Compiling md-5 v0.10.6 |
| 1512 | 2026-06-01T14:47:15.506Z | Compiling url v2.5.8 |
| 1513 | 2026-06-01T14:47:15.539Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-06-01T14:47:15.574Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-06-01T14:47:15.575Z | Compiling darling_macro v0.21.3 |
| 1516 | 2026-06-01T14:47:15.609Z | Compiling bstr v1.12.1 |
| 1517 | 2026-06-01T14:47:15.624Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-06-01T14:47:15.653Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-06-01T14:47:15.689Z | Compiling async-trait v0.1.89 |
| 1520 | 2026-06-01T14:47:15.714Z | Compiling vergen-lib v9.1.0 |
| 1521 | 2026-06-01T14:47:15.892Z | Compiling rand v0.9.2 |
| 1522 | 2026-06-01T14:47:15.920Z | Compiling curve25519-dalek v4.1.3 |
| 1523 | 2026-06-01T14:47:15.994Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-06-01T14:47:16.120Z | Compiling ff v0.13.1 |
| 1525 | 2026-06-01T14:47:16.282Z | Compiling hash32 v0.2.1 |
| 1526 | 2026-06-01T14:47:16.299Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-06-01T14:47:16.302Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-06-01T14:47:16.331Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-06-01T14:47:16.403Z | Compiling dof v0.4.0 |
| 1530 | 2026-06-01T14:47:16.527Z | Compiling proptest v1.10.0 |
| 1531 | 2026-06-01T14:47:16.552Z | Compiling litrs v1.0.0 |
| 1532 | 2026-06-01T14:47:16.573Z | Compiling cfg_aliases v0.2.1 |
| 1533 | 2026-06-01T14:47:16.615Z | Compiling base16ct v0.2.0 |
| 1534 | 2026-06-01T14:47:16.664Z | Compiling rustix v0.38.44 |
| 1535 | 2026-06-01T14:47:16.679Z | Compiling num-bigint-dig v0.8.6 |
| 1536 | 2026-06-01T14:47:16.780Z | Compiling smoltcp v0.9.1 |
| 1537 | 2026-06-01T14:47:16.796Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-06-01T14:47:16.811Z | Compiling mime v0.3.17 |
| 1539 | 2026-06-01T14:47:16.827Z | Compiling ref-cast v1.0.25 |
| 1540 | 2026-06-01T14:47:16.901Z | Compiling fallible-iterator v0.2.0 |
| 1541 | 2026-06-01T14:47:16.938Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-06-01T14:47:17.087Z | Compiling document-features v0.2.12 |
| 1543 | 2026-06-01T14:47:17.103Z | Compiling pin-project v1.1.11 |
| 1544 | 2026-06-01T14:47:17.153Z | Compiling sec1 v0.7.3 |
| 1545 | 2026-06-01T14:47:17.201Z | Compiling oxnet v0.1.5 |
| 1546 | 2026-06-01T14:47:17.236Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-06-01T14:47:17.252Z | Compiling nix v0.31.2 |
| 1548 | 2026-06-01T14:47:17.298Z | Compiling zerocopy v0.7.35 |
| 1549 | 2026-06-01T14:47:17.473Z | Compiling publicsuffix v2.3.0 |
| 1550 | 2026-06-01T14:47:17.609Z | Compiling group v0.13.0 |
| 1551 | 2026-06-01T14:47:17.640Z | Compiling darling v0.21.3 |
| 1552 | 2026-06-01T14:47:17.671Z | Compiling rand v0.8.6 |
| 1553 | 2026-06-01T14:47:17.691Z | Compiling goblin v0.8.2 |
| 1554 | 2026-06-01T14:47:17.708Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-06-01T14:47:17.743Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-06-01T14:47:17.807Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-06-01T14:47:17.827Z | Compiling hex v0.4.3 |
| 1558 | 2026-06-01T14:47:17.844Z | Compiling hkdf v0.12.4 |
| 1559 | 2026-06-01T14:47:17.860Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2026-06-01T14:47:17.909Z | Compiling regex v1.12.3 |
| 1561 | 2026-06-01T14:47:18.009Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-06-01T14:47:18.025Z | Compiling snafu-derive v0.8.9 |
| 1563 | 2026-06-01T14:47:18.040Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-06-01T14:47:18.043Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-06-01T14:47:18.127Z | Compiling strum_macros v0.27.2 |
| 1566 | 2026-06-01T14:47:18.143Z | Compiling ref-cast-impl v1.0.25 |
| 1567 | 2026-06-01T14:47:18.371Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-06-01T14:47:18.551Z | Compiling tower v0.5.3 |
| 1569 | 2026-06-01T14:47:18.568Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-06-01T14:47:18.739Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-06-01T14:47:18.754Z | Compiling terminal_size v0.4.3 |
| 1572 | 2026-06-01T14:47:18.772Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-06-01T14:47:18.820Z | Compiling anstyle-parse v0.2.7 |
| 1574 | 2026-06-01T14:47:18.848Z | Compiling vergen v9.1.0 |
| 1575 | 2026-06-01T14:47:18.882Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-01T14:47:18.901Z | Compiling cargo-platform v0.3.2 |
| 1577 | 2026-06-01T14:47:18.916Z | Compiling fs-err v3.3.0 |
| 1578 | 2026-06-01T14:47:19.004Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-06-01T14:47:19.023Z | Compiling ahash v0.8.12 |
| 1580 | 2026-06-01T14:47:19.054Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-06-01T14:47:19.070Z | Compiling h2 v0.4.13 |
| 1582 | 2026-06-01T14:47:19.131Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-06-01T14:47:19.193Z | Compiling foldhash v0.1.5 |
| 1584 | 2026-06-01T14:47:19.238Z | Compiling foldhash v0.2.0 |
| 1585 | 2026-06-01T14:47:19.253Z | Compiling bitflags v1.3.2 |
| 1586 | 2026-06-01T14:47:19.343Z | Compiling managed v0.8.0 |
| 1587 | 2026-06-01T14:47:19.385Z | Compiling object v0.37.3 |
| 1588 | 2026-06-01T14:47:19.402Z | Compiling same-file v1.0.6 |
| 1589 | 2026-06-01T14:47:19.436Z | Compiling winnow v0.5.40 |
| 1590 | 2026-06-01T14:47:19.452Z | Compiling clap_builder v4.6.0 |
| 1591 | 2026-06-01T14:47:19.474Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-06-01T14:47:19.592Z | Compiling walkdir v2.5.0 |
| 1593 | 2026-06-01T14:47:19.692Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-06-01T14:47:19.771Z | Compiling hashbrown v0.16.1 |
| 1595 | 2026-06-01T14:47:19.786Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-06-01T14:47:19.941Z | Compiling dof v0.3.0 |
| 1597 | 2026-06-01T14:47:19.976Z | Compiling snafu v0.8.9 |
| 1598 | 2026-06-01T14:47:20.015Z | Compiling hashbrown v0.15.5 |
| 1599 | 2026-06-01T14:47:20.123Z | Compiling daft v0.1.7 |
| 1600 | 2026-06-01T14:47:20.152Z | Compiling strum v0.27.2 |
| 1601 | 2026-06-01T14:47:20.209Z | Compiling cargo_metadata v0.23.1 |
| 1602 | 2026-06-01T14:47:20.331Z | Compiling anstream v0.6.21 |
| 1603 | 2026-06-01T14:47:20.354Z | Compiling phf v0.13.1 |
| 1604 | 2026-06-01T14:47:20.394Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-06-01T14:47:20.412Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-06-01T14:47:20.550Z | Compiling hubpack v0.1.2 |
| 1607 | 2026-06-01T14:47:20.582Z | Compiling cookie_store v0.22.1 |
| 1608 | 2026-06-01T14:47:20.608Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-06-01T14:47:20.669Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-06-01T14:47:20.685Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-06-01T14:47:20.795Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-06-01T14:47:20.811Z | Compiling futures v0.3.32 |
| 1613 | 2026-06-01T14:47:20.882Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-06-01T14:47:20.927Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-06-01T14:47:20.959Z | Compiling zstd v0.13.3 |
| 1616 | 2026-06-01T14:47:21.223Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-06-01T14:47:21.244Z | Compiling globset v0.4.18 |
| 1618 | 2026-06-01T14:47:21.267Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-06-01T14:47:21.454Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-06-01T14:47:21.505Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-06-01T14:47:21.530Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-06-01T14:47:21.608Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-06-01T14:47:21.670Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-06-01T14:47:21.712Z | Compiling enum-as-inner v0.6.1 |
| 1625 | 2026-06-01T14:47:21.817Z | Compiling clap_derive v4.6.1 |
| 1626 | 2026-06-01T14:47:21.832Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-06-01T14:47:21.899Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-06-01T14:47:22.014Z | Compiling async-recursion v1.1.1 |
| 1629 | 2026-06-01T14:47:22.063Z | Compiling hyper v1.8.1 |
| 1630 | 2026-06-01T14:47:22.079Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-06-01T14:47:22.214Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-06-01T14:47:22.265Z | Compiling pem v3.0.6 |
| 1633 | 2026-06-01T14:47:22.281Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-06-01T14:47:22.302Z | Compiling thread-id v4.2.2 |
| 1635 | 2026-06-01T14:47:22.388Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-06-01T14:47:22.406Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-06-01T14:47:22.481Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-06-01T14:47:22.497Z | Compiling normalize-line-endings v0.3.0 |
| 1639 | 2026-06-01T14:47:22.547Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-06-01T14:47:22.614Z | Compiling new_debug_unreachable v1.0.6 |
| 1641 | 2026-06-01T14:47:22.632Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-06-01T14:47:22.656Z | Compiling difflib v0.4.0 |
| 1643 | 2026-06-01T14:47:22.706Z | Compiling precomputed-hash v0.1.1 |
| 1644 | 2026-06-01T14:47:22.725Z | Compiling static_assertions v1.1.0 |
| 1645 | 2026-06-01T14:47:22.728Z | Compiling whoami v2.1.0 |
| 1646 | 2026-06-01T14:47:22.811Z | Compiling keccak v0.1.6 |
| 1647 | 2026-06-01T14:47:22.814Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-06-01T14:47:22.962Z | Compiling jiff v0.2.21 |
| 1649 | 2026-06-01T14:47:23.025Z | Compiling sha3 v0.10.8 |
| 1650 | 2026-06-01T14:47:23.122Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-06-01T14:47:23.154Z | Compiling predicates v3.1.4 |
| 1652 | 2026-06-01T14:47:23.244Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-06-01T14:47:23.287Z | Compiling hickory-proto v0.25.2 |
| 1654 | 2026-06-01T14:47:23.509Z | Compiling petgraph v0.8.3 |
| 1655 | 2026-06-01T14:47:23.525Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1656 | 2026-06-01T14:47:23.540Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-06-01T14:47:23.658Z | Compiling toml_edit v0.22.27 |
| 1658 | 2026-06-01T14:47:23.673Z | Compiling clap v4.6.1 |
| 1659 | 2026-06-01T14:47:23.689Z | Compiling strum v0.26.3 |
| 1660 | 2026-06-01T14:47:23.739Z | Compiling petgraph v0.6.5 |
| 1661 | 2026-06-01T14:47:23.757Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-06-01T14:47:23.776Z | Compiling usdt v0.6.0 |
| 1663 | 2026-06-01T14:47:23.803Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-06-01T14:47:23.843Z | Compiling toml v0.7.8 |
| 1665 | 2026-06-01T14:47:23.859Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-06-01T14:47:24.065Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-06-01T14:47:24.143Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-06-01T14:47:24.428Z | Compiling rsa v0.9.10 |
| 1669 | 2026-06-01T14:47:24.472Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-06-01T14:47:24.966Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-06-01T14:47:25.150Z | Compiling zip v0.6.6 |
| 1672 | 2026-06-01T14:47:25.221Z | Compiling iddqd v0.4.2 |
| 1673 | 2026-06-01T14:47:25.492Z | Compiling tokio-stream v0.1.18 |
| 1674 | 2026-06-01T14:47:25.578Z | Compiling zip v4.6.1 |
| 1675 | 2026-06-01T14:47:25.641Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-06-01T14:47:25.696Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-06-01T14:47:25.751Z | Compiling similar v2.7.0 |
| 1678 | 2026-06-01T14:47:25.981Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-06-01T14:47:26.002Z | Compiling openapiv3 v2.2.0 |
| 1680 | 2026-06-01T14:47:26.036Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-06-01T14:47:26.296Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-06-01T14:47:26.313Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-06-01T14:47:26.370Z | Compiling peg-runtime v0.8.5 |
| 1684 | 2026-06-01T14:47:26.406Z | Compiling either v1.15.0 |
| 1685 | 2026-06-01T14:47:26.513Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-06-01T14:47:26.562Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-06-01T14:47:26.588Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-06-01T14:47:26.603Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-06-01T14:47:26.671Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-06-01T14:47:26.687Z | Compiling filetime v0.2.27 |
| 1691 | 2026-06-01T14:47:26.702Z | Compiling term v1.2.1 |
| 1692 | 2026-06-01T14:47:26.719Z | Compiling take_mut v0.2.2 |
| 1693 | 2026-06-01T14:47:26.735Z | Compiling xattr v1.6.1 |
| 1694 | 2026-06-01T14:47:26.902Z | Compiling tar v0.4.45 |
| 1695 | 2026-06-01T14:47:27.053Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-06-01T14:47:44.453Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-06-01T14:47:47.261Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-06-01T14:47:47.261Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-06-01T14:47:47.454Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-06-01T14:47:47.646Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-06-01T14:47:47.646Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-06-01T14:47:48.883Z | Compiling tough v0.22.0 |
| 1703 | 2026-06-01T14:47:51.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-06-01T14:47:51.624Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-06-01T14:47:54.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.45s |
| 1706 | 2026-06-01T14:47:54.635Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.480 INFO Starting download, target: Console |
| 1708 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: MaghemiteDdmd |
| 1709 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: DendriteStub |
| 1710 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: Clickhouse |
| 1711 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: Cockroach |
| 1713 | 2026-06-01T14:47:54.697Z | Jun 01 14:47:54.481 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1718 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-06-01T14:47:54.700Z | Jun 01 14:47:54.481 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2026-06-01T14:47:55.045Z | Jun 01 14:47:54.814 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1722 | 2026-06-01T14:47:55.243Z | Jun 01 14:47:55.024 INFO Download complete, target: TransceiverControl |
| 1723 | 2026-06-01T14:47:55.734Z | Jun 01 14:47:55.512 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-06-01T14:47:55.973Z | Jun 01 14:47:55.749 INFO Download complete, target: Console |
| 1725 | 2026-06-01T14:47:56.773Z | Jun 01 14:47:56.554 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1726 | 2026-06-01T14:47:56.863Z | Jun 01 14:47:56.646 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1727 | 2026-06-01T14:47:56.912Z | Jun 01 14:47:56.696 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1728 | 2026-06-01T14:47:57.094Z | Jun 01 14:47:56.875 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1729 | 2026-06-01T14:47:57.304Z | Jun 01 14:47:57.088 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2026-06-01T14:47:57.304Z | Jun 01 14:47:57.088 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2026-06-01T14:47:58.837Z | Jun 01 14:47:58.621 INFO Download complete, target: MaghemiteDdmd |
| 1732 | 2026-06-01T14:47:59.476Z | Jun 01 14:47:59.260 INFO Download complete, target: MaghemiteMgd |
| 1733 | 2026-06-01T14:47:59.756Z | Jun 01 14:47:59.540 INFO Download complete, target: DendriteStub |
| 1734 | 2026-06-01T14:48:02.081Z | Jun 01 14:48:01.865 INFO Checking that binary works, target: Cockroach |
| 1735 | 2026-06-01T14:48:02.213Z | Jun 01 14:48:01.993 INFO Download complete, target: Cockroach |
| 1736 | 2026-06-01T14:48:03.931Z | Jun 01 14:48:03.715 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-06-01T14:48:04.021Z | Jun 01 14:48:03.804 INFO Download complete, target: Clickhouse |
| 1738 | 2026-06-01T14:48:04.026Z | All prerequisites installed successfully |
| 1739 | 2026-06-01T14:48:04.030Z | |
| 1740 | 2026-06-01T14:48:04.030Z | real 2:05.557524758 |
| 1741 | 2026-06-01T14:48:04.030Z | user 6:57.511302901 |
| 1742 | 2026-06-01T14:48:04.030Z | sys 1:47.212971178 |
| 1743 | 2026-06-01T14:48:04.030Z | trap 0.262597647 |
| 1744 | 2026-06-01T14:48:04.030Z | tflt 1.249582694 |
| 1745 | 2026-06-01T14:48:04.030Z | dflt 1.757098963 |
| 1746 | 2026-06-01T14:48:04.030Z | kflt 0.029752411 |
| 1747 | 2026-06-01T14:48:04.030Z | lock 23:16.822702201 |
| 1748 | 2026-06-01T14:48:04.030Z | slp 18:55.301907410 |
| 1749 | 2026-06-01T14:48:04.030Z | lat 26.705916663 |
| 1750 | 2026-06-01T14:48:04.030Z | stop 3:08.177589115 |
| 1751 | 2026-06-01T14:48:04.030Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-06-01T14:48:04.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1753 | 2026-06-01T14:48:04.655Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-06-01T14:48:05.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1755 | 2026-06-01T14:48:05.547Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-06-01T14:48:05.593Z | Jun 01 14:48:05.377 INFO Starting download, target: Softnpu |
| 1757 | 2026-06-01T14:48:05.596Z | Jun 01 14:48:05.377 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-06-01T14:48:06.459Z | Jun 01 14:48:06.240 INFO Download complete, target: Softnpu |
| 1759 | 2026-06-01T14:48:06.463Z | |
| 1760 | 2026-06-01T14:48:06.463Z | real 2.426597316 |
| 1761 | 2026-06-01T14:48:06.463Z | user 1.451165529 |
| 1762 | 2026-06-01T14:48:06.463Z | sys 0.769911070 |
| 1763 | 2026-06-01T14:48:06.463Z | trap 0.000608153 |
| 1764 | 2026-06-01T14:48:06.463Z | tflt 0.000190111 |
| 1765 | 2026-06-01T14:48:06.463Z | dflt 0.000083445 |
| 1766 | 2026-06-01T14:48:06.463Z | kflt 0.000000000 |
| 1767 | 2026-06-01T14:48:06.463Z | lock 15.642685088 |
| 1768 | 2026-06-01T14:48:06.463Z | slp 0.695406171 |
| 1769 | 2026-06-01T14:48:06.463Z | lat 0.084546370 |
| 1770 | 2026-06-01T14:48:06.463Z | stop 0.000163660 |
| 1771 | 2026-06-01T14:48:06.463Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-01T14:48:06.463Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-01T14:48:06.463Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-06-01T14:48:07.405Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-06-01T14:48:07.405Z | Compiling quote v1.0.45 |
| 1776 | 2026-06-01T14:48:07.405Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-06-01T14:48:07.405Z | Compiling libc v0.2.185 |
| 1778 | 2026-06-01T14:48:07.422Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-06-01T14:48:07.422Z | Compiling serde v1.0.228 |
| 1780 | 2026-06-01T14:48:07.422Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-06-01T14:48:07.422Z | Compiling version_check v0.9.5 |
| 1782 | 2026-06-01T14:48:07.422Z | Compiling shlex v1.3.0 |
| 1783 | 2026-06-01T14:48:07.422Z | Compiling find-msvc-tools v0.1.9 |
| 1784 | 2026-06-01T14:48:07.422Z | Compiling typenum v1.19.0 |
| 1785 | 2026-06-01T14:48:07.423Z | Compiling zmij v1.0.21 |
| 1786 | 2026-06-01T14:48:07.560Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-06-01T14:48:07.572Z | Compiling memchr v2.8.0 |
| 1788 | 2026-06-01T14:48:07.572Z | Compiling serde_json v1.0.149 |
| 1789 | 2026-06-01T14:48:07.816Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-06-01T14:48:07.824Z | Compiling libm v0.2.16 |
| 1791 | 2026-06-01T14:48:07.828Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-06-01T14:48:07.907Z | Compiling parking_lot_core v0.9.12 |
| 1793 | 2026-06-01T14:48:07.934Z | Compiling smallvec v1.15.1 |
| 1794 | 2026-06-01T14:48:08.038Z | Compiling generic-array v0.14.7 |
| 1795 | 2026-06-01T14:48:08.050Z | Compiling num-traits v0.2.19 |
| 1796 | 2026-06-01T14:48:08.087Z | Compiling icu_normalizer_data v2.1.1 |
| 1797 | 2026-06-01T14:48:08.116Z | Compiling icu_properties_data v2.1.2 |
| 1798 | 2026-06-01T14:48:08.161Z | Compiling itoa v1.0.17 |
| 1799 | 2026-06-01T14:48:08.164Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-06-01T14:48:08.193Z | Compiling log v0.4.29 |
| 1801 | 2026-06-01T14:48:08.260Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-06-01T14:48:08.279Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-06-01T14:48:08.326Z | Compiling subtle v2.6.1 |
| 1804 | 2026-06-01T14:48:08.448Z | Compiling scopeguard v1.2.0 |
| 1805 | 2026-06-01T14:48:08.524Z | Compiling jobserver v0.1.34 |
| 1806 | 2026-06-01T14:48:08.527Z | Compiling getrandom v0.2.17 |
| 1807 | 2026-06-01T14:48:08.571Z | Compiling errno v0.3.14 |
| 1808 | 2026-06-01T14:48:08.588Z | Compiling lock_api v0.4.14 |
| 1809 | 2026-06-01T14:48:08.622Z | Compiling percent-encoding v2.3.2 |
| 1810 | 2026-06-01T14:48:08.695Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-06-01T14:48:08.747Z | Compiling cc v1.2.56 |
| 1812 | 2026-06-01T14:48:08.779Z | Compiling writeable v0.6.2 |
| 1813 | 2026-06-01T14:48:08.783Z | Compiling litemap v0.8.1 |
| 1814 | 2026-06-01T14:48:08.873Z | Compiling syn v2.0.117 |
| 1815 | 2026-06-01T14:48:08.924Z | Compiling pin-project-lite v0.2.17 |
| 1816 | 2026-06-01T14:48:08.957Z | Compiling fnv v1.0.7 |
| 1817 | 2026-06-01T14:48:09.024Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-06-01T14:48:09.057Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-06-01T14:48:09.102Z | Compiling fs_extra v1.3.0 |
| 1820 | 2026-06-01T14:48:09.118Z | Compiling dunce v1.0.5 |
| 1821 | 2026-06-01T14:48:09.121Z | Compiling equivalent v1.0.2 |
| 1822 | 2026-06-01T14:48:09.182Z | Compiling rand_core v0.10.0 |
| 1823 | 2026-06-01T14:48:09.267Z | Compiling schemars v0.8.22 |
| 1824 | 2026-06-01T14:48:09.283Z | Compiling utf8_iter v1.0.4 |
| 1825 | 2026-06-01T14:48:09.301Z | Compiling rustversion v1.0.22 |
| 1826 | 2026-06-01T14:48:09.372Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2026-06-01T14:48:09.462Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-06-01T14:48:09.493Z | Compiling signal-hook-registry v1.4.8 |
| 1829 | 2026-06-01T14:48:09.537Z | Compiling cmake v0.1.57 |
| 1830 | 2026-06-01T14:48:09.605Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-06-01T14:48:09.620Z | Compiling rustix v1.1.3 |
| 1832 | 2026-06-01T14:48:09.671Z | Compiling mio v1.2.0 |
| 1833 | 2026-06-01T14:48:09.733Z | Compiling parking_lot v0.12.5 |
| 1834 | 2026-06-01T14:48:09.966Z | Compiling bitflags v2.11.0 |
| 1835 | 2026-06-01T14:48:10.002Z | Compiling semver v1.0.28 |
| 1836 | 2026-06-01T14:48:10.021Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-06-01T14:48:10.052Z | Compiling socket2 v0.6.3 |
| 1838 | 2026-06-01T14:48:10.107Z | Compiling ring v0.17.14 |
| 1839 | 2026-06-01T14:48:10.136Z | Compiling aws-lc-sys v0.40.0 |
| 1840 | 2026-06-01T14:48:10.162Z | Compiling indexmap v2.14.0 |
| 1841 | 2026-06-01T14:48:10.269Z | Compiling const-oid v0.9.6 |
| 1842 | 2026-06-01T14:48:10.337Z | Compiling aws-lc-rs v1.16.3 |
| 1843 | 2026-06-01T14:48:10.381Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-06-01T14:48:10.403Z | Compiling httparse v1.10.1 |
| 1845 | 2026-06-01T14:48:10.465Z | Compiling strsim v0.11.1 |
| 1846 | 2026-06-01T14:48:10.535Z | Compiling thiserror v1.0.69 |
| 1847 | 2026-06-01T14:48:10.669Z | Compiling byteorder v1.5.0 |
| 1848 | 2026-06-01T14:48:10.747Z | Compiling ucd-trie v0.1.7 |
| 1849 | 2026-06-01T14:48:10.785Z | Compiling vcpkg v0.2.15 |
| 1850 | 2026-06-01T14:48:10.842Z | Compiling iana-time-zone v0.1.65 |
| 1851 | 2026-06-01T14:48:10.882Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-06-01T14:48:10.915Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-06-01T14:48:10.933Z | Compiling pest v2.8.6 |
| 1854 | 2026-06-01T14:48:10.933Z | Compiling syn v1.0.109 |
| 1855 | 2026-06-01T14:48:10.969Z | Compiling heck v0.5.0 |
| 1856 | 2026-06-01T14:48:10.984Z | Compiling uuid v1.23.0 |
| 1857 | 2026-06-01T14:48:11.057Z | Compiling rustls v0.23.37 |
| 1858 | 2026-06-01T14:48:11.060Z | Compiling cpufeatures v0.2.17 |
| 1859 | 2026-06-01T14:48:11.286Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-06-01T14:48:11.326Z | Compiling rustc_version v0.4.1 |
| 1861 | 2026-06-01T14:48:11.391Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-06-01T14:48:11.411Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-06-01T14:48:11.441Z | Compiling futures-task v0.3.32 |
| 1864 | 2026-06-01T14:48:11.463Z | Compiling slab v0.4.12 |
| 1865 | 2026-06-01T14:48:11.610Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-06-01T14:48:11.665Z | Compiling aho-corasick v1.1.4 |
| 1867 | 2026-06-01T14:48:11.699Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-06-01T14:48:11.713Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-06-01T14:48:11.780Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-06-01T14:48:12.042Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-06-01T14:48:12.058Z | Compiling crc32fast v1.5.0 |
| 1872 | 2026-06-01T14:48:12.097Z | Compiling base64 v0.22.1 |
| 1873 | 2026-06-01T14:48:12.156Z | Compiling time-core v0.1.8 |
| 1874 | 2026-06-01T14:48:12.234Z | Compiling num-conv v0.2.0 |
| 1875 | 2026-06-01T14:48:12.253Z | Compiling plain v0.2.3 |
| 1876 | 2026-06-01T14:48:12.300Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-06-01T14:48:12.379Z | Compiling openssl v0.10.79 |
| 1878 | 2026-06-01T14:48:12.382Z | Compiling time-macros v0.2.27 |
| 1879 | 2026-06-01T14:48:12.500Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-06-01T14:48:12.538Z | Compiling pretty-hex v0.4.1 |
| 1881 | 2026-06-01T14:48:12.603Z | Compiling pest_generator v2.8.6 |
| 1882 | 2026-06-01T14:48:12.619Z | Compiling anyhow v1.0.102 |
| 1883 | 2026-06-01T14:48:12.640Z | Compiling native-tls v0.2.18 |
| 1884 | 2026-06-01T14:48:12.660Z | Compiling base64ct v1.8.3 |
| 1885 | 2026-06-01T14:48:12.701Z | Compiling darling_core v0.21.3 |
| 1886 | 2026-06-01T14:48:12.780Z | Compiling tracing-core v0.1.36 |
| 1887 | 2026-06-01T14:48:12.879Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1888 | 2026-06-01T14:48:12.951Z | Compiling pem-rfc7468 v0.7.0 |
| 1889 | 2026-06-01T14:48:12.986Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-06-01T14:48:13.055Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-06-01T14:48:13.105Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-06-01T14:48:13.200Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-06-01T14:48:13.243Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-06-01T14:48:13.259Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-06-01T14:48:13.277Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-06-01T14:48:13.291Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-06-01T14:48:13.369Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-06-01T14:48:13.659Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-06-01T14:48:13.957Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-06-01T14:48:14.042Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-06-01T14:48:14.150Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-06-01T14:48:14.174Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-06-01T14:48:14.234Z | Compiling zerofrom v0.1.6 |
| 1904 | 2026-06-01T14:48:14.376Z | Compiling yoke v0.8.1 |
| 1905 | 2026-06-01T14:48:14.421Z | Compiling crypto-common v0.1.7 |
| 1906 | 2026-06-01T14:48:14.588Z | Compiling zerovec v0.11.5 |
| 1907 | 2026-06-01T14:48:14.604Z | Compiling zerotrie v0.2.3 |
| 1908 | 2026-06-01T14:48:14.702Z | Compiling block-buffer v0.10.4 |
| 1909 | 2026-06-01T14:48:14.874Z | Compiling digest v0.10.7 |
| 1910 | 2026-06-01T14:48:15.054Z | Compiling thiserror-impl v1.0.69 |
| 1911 | 2026-06-01T14:48:15.114Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-06-01T14:48:15.141Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-06-01T14:48:15.183Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-06-01T14:48:15.199Z | Compiling futures-util v0.3.32 |
| 1915 | 2026-06-01T14:48:15.234Z | Compiling hmac v0.12.1 |
| 1916 | 2026-06-01T14:48:15.309Z | Compiling icu_locale_core v2.1.1 |
| 1917 | 2026-06-01T14:48:15.350Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-06-01T14:48:15.638Z | Compiling block-padding v0.3.3 |
| 1919 | 2026-06-01T14:48:15.801Z | Compiling inout v0.1.4 |
| 1920 | 2026-06-01T14:48:15.962Z | Compiling rustls-pki-types v1.14.0 |
| 1921 | 2026-06-01T14:48:15.978Z | Compiling cipher v0.4.4 |
| 1922 | 2026-06-01T14:48:16.009Z | Compiling sha2 v0.10.9 |
| 1923 | 2026-06-01T14:48:16.140Z | Compiling bytes v1.11.1 |
| 1924 | 2026-06-01T14:48:16.157Z | Compiling icu_provider v2.1.1 |
| 1925 | 2026-06-01T14:48:16.230Z | Compiling chrono v0.4.44 |
| 1926 | 2026-06-01T14:48:16.369Z | Compiling serde_tokenstream v0.2.3 |
| 1927 | 2026-06-01T14:48:16.556Z | Compiling icu_normalizer v2.1.1 |
| 1928 | 2026-06-01T14:48:16.594Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-06-01T14:48:16.682Z | Compiling tokio v1.52.1 |
| 1930 | 2026-06-01T14:48:17.086Z | Compiling openssl-macros v0.1.1 |
| 1931 | 2026-06-01T14:48:17.351Z | Compiling scroll_derive v0.12.1 |
| 1932 | 2026-06-01T14:48:17.494Z | Compiling ppv-lite86 v0.2.21 |
| 1933 | 2026-06-01T14:48:17.689Z | Compiling idna_adapter v1.2.1 |
| 1934 | 2026-06-01T14:48:17.795Z | Compiling scroll_derive v0.13.1 |
| 1935 | 2026-06-01T14:48:17.850Z | Compiling idna v1.1.0 |
| 1936 | 2026-06-01T14:48:17.871Z | Compiling http v1.4.0 |
| 1937 | 2026-06-01T14:48:17.938Z | Compiling untrusted v0.9.0 |
| 1938 | 2026-06-01T14:48:18.010Z | Compiling flagset v0.4.7 |
| 1939 | 2026-06-01T14:48:18.111Z | Compiling tracing v0.1.44 |
| 1940 | 2026-06-01T14:48:18.144Z | Compiling der v0.7.10 |
| 1941 | 2026-06-01T14:48:18.175Z | Compiling url v2.5.8 |
| 1942 | 2026-06-01T14:48:18.377Z | Compiling darling_macro v0.21.3 |
| 1943 | 2026-06-01T14:48:18.414Z | Compiling regex v1.12.3 |
| 1944 | 2026-06-01T14:48:18.547Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-06-01T14:48:18.562Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-06-01T14:48:18.790Z | Compiling slog v2.8.2 |
| 1947 | 2026-06-01T14:48:18.905Z | Compiling cookie v0.18.1 |
| 1948 | 2026-06-01T14:48:19.137Z | Compiling spki v0.7.3 |
| 1949 | 2026-06-01T14:48:19.343Z | Compiling darling v0.21.3 |
| 1950 | 2026-06-01T14:48:19.372Z | Compiling salsa20 v0.10.2 |
| 1951 | 2026-06-01T14:48:19.387Z | Compiling pbkdf2 v0.12.2 |
| 1952 | 2026-06-01T14:48:19.919Z | Compiling camino v1.2.2 |
| 1953 | 2026-06-01T14:48:20.182Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-06-01T14:48:20.200Z | Compiling http-body v1.0.1 |
| 1955 | 2026-06-01T14:48:20.232Z | Compiling rand_chacha v0.9.0 |
| 1956 | 2026-06-01T14:48:20.367Z | Compiling aes v0.8.4 |
| 1957 | 2026-06-01T14:48:20.383Z | Compiling cbc v0.1.2 |
| 1958 | 2026-06-01T14:48:20.451Z | Compiling tokio-util v0.7.18 |
| 1959 | 2026-06-01T14:48:20.523Z | Compiling usdt-impl v0.5.0 |
| 1960 | 2026-06-01T14:48:20.538Z | Compiling paste v1.0.15 |
| 1961 | 2026-06-01T14:48:20.673Z | Compiling atomic-waker v1.1.2 |
| 1962 | 2026-06-01T14:48:20.758Z | Compiling ref-cast v1.0.25 |
| 1963 | 2026-06-01T14:48:20.775Z | Compiling tinyvec_macros v0.1.1 |
| 1964 | 2026-06-01T14:48:20.778Z | Compiling usdt-impl v0.6.0 |
| 1965 | 2026-06-01T14:48:20.832Z | Compiling untrusted v0.7.1 |
| 1966 | 2026-06-01T14:48:20.879Z | Compiling winnow v0.7.14 |
| 1967 | 2026-06-01T14:48:20.893Z | Compiling unicode-segmentation v1.12.0 |
| 1968 | 2026-06-01T14:48:21.008Z | Compiling openssl-probe v0.2.1 |
| 1969 | 2026-06-01T14:48:21.060Z | Compiling tinyvec v1.10.0 |
| 1970 | 2026-06-01T14:48:21.136Z | Compiling pkcs5 v0.7.1 |
| 1971 | 2026-06-01T14:48:21.324Z | Compiling rand v0.9.2 |
| 1972 | 2026-06-01T14:48:21.604Z | Compiling scroll v0.13.0 |
| 1973 | 2026-06-01T14:48:21.715Z | Compiling scroll v0.12.0 |
| 1974 | 2026-06-01T14:48:21.794Z | Compiling serde_spanned v0.6.9 |
| 1975 | 2026-06-01T14:48:21.858Z | Compiling toml_datetime v0.6.11 |
| 1976 | 2026-06-01T14:48:21.884Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-06-01T14:48:21.903Z | Compiling heapless v0.7.17 |
| 1978 | 2026-06-01T14:48:21.963Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-06-01T14:48:22.006Z | Compiling tower-layer v0.3.3 |
| 1980 | 2026-06-01T14:48:22.121Z | Compiling tower-service v0.3.3 |
| 1981 | 2026-06-01T14:48:22.150Z | Compiling fastrand v2.3.0 |
| 1982 | 2026-06-01T14:48:22.166Z | Compiling litrs v1.0.0 |
| 1983 | 2026-06-01T14:48:22.182Z | Compiling try-lock v0.2.5 |
| 1984 | 2026-06-01T14:48:22.200Z | Compiling signal-hook v0.3.18 |
| 1985 | 2026-06-01T14:48:22.384Z | Compiling zstd-safe v7.2.4 |
| 1986 | 2026-06-01T14:48:22.511Z | Compiling either v1.15.0 |
| 1987 | 2026-06-01T14:48:22.547Z | Compiling h2 v0.4.13 |
| 1988 | 2026-06-01T14:48:22.547Z | Compiling want v0.3.1 |
| 1989 | 2026-06-01T14:48:22.640Z | Compiling document-features v0.2.12 |
| 1990 | 2026-06-01T14:48:22.692Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1991 | 2026-06-01T14:48:22.758Z | Compiling goblin v0.8.2 |
| 1992 | 2026-06-01T14:48:22.786Z | Compiling goblin v0.10.5 |
| 1993 | 2026-06-01T14:48:22.975Z | Compiling pkcs8 v0.10.2 |
| 1994 | 2026-06-01T14:48:22.993Z | Compiling heck v0.4.1 |
| 1995 | 2026-06-01T14:48:23.168Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-06-01T14:48:23.213Z | Compiling ipnet v2.11.0 |
| 1997 | 2026-06-01T14:48:23.283Z | Compiling ref-cast-impl v1.0.25 |
| 1998 | 2026-06-01T14:48:23.502Z | Compiling darling_core v0.20.11 |
| 1999 | 2026-06-01T14:48:23.679Z | Compiling curve25519-dalek v4.1.3 |
| 2000 | 2026-06-01T14:48:23.763Z | Compiling memoffset v0.9.1 |
| 2001 | 2026-06-01T14:48:23.950Z | Compiling winnow v0.5.40 |
| 2002 | 2026-06-01T14:48:23.990Z | Compiling powerfmt v0.2.0 |
| 2003 | 2026-06-01T14:48:24.091Z | Compiling rustix v0.38.44 |
| 2004 | 2026-06-01T14:48:24.304Z | Compiling httpdate v1.0.3 |
| 2005 | 2026-06-01T14:48:24.420Z | Compiling pin-utils v0.1.0 |
| 2006 | 2026-06-01T14:48:24.458Z | Compiling foreign-types-shared v0.1.1 |
| 2007 | 2026-06-01T14:48:24.518Z | Compiling utf8parse v0.2.2 |
| 2008 | 2026-06-01T14:48:24.646Z | Compiling foreign-types v0.3.2 |
| 2009 | 2026-06-01T14:48:24.693Z | Compiling deranged v0.5.8 |
| 2010 | 2026-06-01T14:48:24.734Z | Compiling tempfile v3.25.0 |
| 2011 | 2026-06-01T14:48:25.083Z | Compiling dof v0.3.0 |
| 2012 | 2026-06-01T14:48:25.243Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-06-01T14:48:25.366Z | Compiling unicode-normalization v0.1.25 |
| 2014 | 2026-06-01T14:48:25.440Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-06-01T14:48:25.610Z | Compiling dof v0.4.0 |
| 2016 | 2026-06-01T14:48:25.687Z | Compiling hyper v1.8.1 |
| 2017 | 2026-06-01T14:48:25.703Z | Compiling dtrace-parser v0.2.0 |
| 2018 | 2026-06-01T14:48:25.924Z | Compiling dtrace-parser v0.3.0 |
| 2019 | 2026-06-01T14:48:25.977Z | Compiling pin-project-internal v1.1.11 |
| 2020 | 2026-06-01T14:48:26.092Z | Compiling daft-derive v0.1.7 |
| 2021 | 2026-06-01T14:48:26.139Z | Compiling spin v0.9.8 |
| 2022 | 2026-06-01T14:48:26.222Z | Compiling socket2 v0.5.10 |
| 2023 | 2026-06-01T14:48:26.344Z | Compiling thread-id v4.2.2 |
| 2024 | 2026-06-01T14:48:26.373Z | Compiling thread-id v5.1.0 |
| 2025 | 2026-06-01T14:48:26.522Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-06-01T14:48:26.567Z | Compiling anstyle v1.0.14 |
| 2027 | 2026-06-01T14:48:26.685Z | Compiling cfg_aliases v0.2.1 |
| 2028 | 2026-06-01T14:48:26.777Z | Compiling smoltcp v0.9.1 |
| 2029 | 2026-06-01T14:48:26.809Z | Compiling num-bigint-dig v0.8.6 |
| 2030 | 2026-06-01T14:48:26.815Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-06-01T14:48:26.829Z | Compiling nix v0.31.2 |
| 2032 | 2026-06-01T14:48:26.832Z | Compiling time v0.3.47 |
| 2033 | 2026-06-01T14:48:27.188Z | Compiling darling v0.20.11 |
| 2034 | 2026-06-01T14:48:27.421Z | Compiling rustls-native-certs v0.8.3 |
| 2035 | 2026-06-01T14:48:27.520Z | Compiling ipnetwork v0.21.1 |
| 2036 | 2026-06-01T14:48:27.727Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2037 | 2026-06-01T14:48:27.769Z | Compiling strum_macros v0.26.4 |
| 2038 | 2026-06-01T14:48:28.083Z | Compiling sync_wrapper v1.0.2 |
| 2039 | 2026-06-01T14:48:28.147Z | Compiling wait-timeout v0.2.1 |
| 2040 | 2026-06-01T14:48:28.393Z | Compiling is_terminal_polyfill v1.70.2 |
| 2041 | 2026-06-01T14:48:28.513Z | Compiling quick-error v1.2.3 |
| 2042 | 2026-06-01T14:48:28.562Z | Compiling siphasher v1.0.2 |
| 2043 | 2026-06-01T14:48:28.598Z | Compiling simd-adler32 v0.3.8 |
| 2044 | 2026-06-01T14:48:28.647Z | Compiling anstyle-query v1.1.5 |
| 2045 | 2026-06-01T14:48:28.648Z | Compiling bit-vec v0.8.0 |
| 2046 | 2026-06-01T14:48:28.767Z | Compiling colorchoice v1.0.4 |
| 2047 | 2026-06-01T14:48:28.851Z | Compiling rusty-fork v0.3.1 |
| 2048 | 2026-06-01T14:48:28.904Z | Compiling bit-set v0.8.0 |
| 2049 | 2026-06-01T14:48:29.086Z | Compiling tower v0.5.3 |
| 2050 | 2026-06-01T14:48:29.154Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-06-01T14:48:29.346Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-06-01T14:48:29.590Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-06-01T14:48:29.847Z | Compiling webpki-roots v1.0.6 |
| 2054 | 2026-06-01T14:48:29.914Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-06-01T14:48:29.954Z | Compiling signature v2.2.0 |
| 2056 | 2026-06-01T14:48:29.978Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-06-01T14:48:29.993Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-06-01T14:48:30.083Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-06-01T14:48:30.120Z | Compiling ahash v0.8.12 |
| 2060 | 2026-06-01T14:48:30.259Z | Compiling encoding_rs v0.8.35 |
| 2061 | 2026-06-01T14:48:30.311Z | Compiling ryu v1.0.23 |
| 2062 | 2026-06-01T14:48:30.367Z | Compiling object v0.37.3 |
| 2063 | 2026-06-01T14:48:30.387Z | Compiling unarray v0.1.4 |
| 2064 | 2026-06-01T14:48:30.404Z | Compiling iri-string v0.7.10 |
| 2065 | 2026-06-01T14:48:30.461Z | Compiling mime v0.3.17 |
| 2066 | 2026-06-01T14:48:30.478Z | Compiling unicode-bidi v0.3.18 |
| 2067 | 2026-06-01T14:48:30.498Z | Compiling allocator-api2 v0.2.21 |
| 2068 | 2026-06-01T14:48:30.530Z | Compiling unicode-properties v0.1.4 |
| 2069 | 2026-06-01T14:48:30.739Z | Compiling adler2 v2.0.1 |
| 2070 | 2026-06-01T14:48:30.880Z | Compiling miniz_oxide v0.8.9 |
| 2071 | 2026-06-01T14:48:30.897Z | Compiling stringprep v0.1.5 |
| 2072 | 2026-06-01T14:48:30.916Z | Compiling serde_urlencoded v0.7.1 |
| 2073 | 2026-06-01T14:48:30.958Z | Compiling proptest v1.10.0 |
| 2074 | 2026-06-01T14:48:31.221Z | Compiling derive_builder_macro v0.20.2 |
| 2075 | 2026-06-01T14:48:31.261Z | Compiling tokio-native-tls v0.3.1 |
| 2076 | 2026-06-01T14:48:31.288Z | Compiling usdt-attr-macro v0.6.0 |
| 2077 | 2026-06-01T14:48:31.381Z | Compiling usdt-macro v0.6.0 |
| 2078 | 2026-06-01T14:48:31.465Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-06-01T14:48:31.670Z | Compiling tower-http v0.6.8 |
| 2080 | 2026-06-01T14:48:31.842Z | Compiling rand_chacha v0.3.1 |
| 2081 | 2026-06-01T14:48:31.877Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-06-01T14:48:31.881Z | Compiling md-5 v0.10.6 |
| 2083 | 2026-06-01T14:48:31.881Z | Compiling bstr v1.12.1 |
| 2084 | 2026-06-01T14:48:32.088Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-06-01T14:48:32.110Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-06-01T14:48:32.129Z | Compiling vergen-lib v9.1.0 |
| 2087 | 2026-06-01T14:48:32.234Z | Compiling ff v0.13.1 |
| 2088 | 2026-06-01T14:48:32.347Z | Compiling fallible-iterator v0.2.0 |
| 2089 | 2026-06-01T14:48:32.378Z | Compiling zlib-rs v0.6.2 |
| 2090 | 2026-06-01T14:48:32.403Z | Compiling base16ct v0.2.0 |
| 2091 | 2026-06-01T14:48:32.517Z | Compiling psl-types v2.0.11 |
| 2092 | 2026-06-01T14:48:32.620Z | Compiling sec1 v0.7.3 |
| 2093 | 2026-06-01T14:48:32.653Z | Compiling publicsuffix v2.3.0 |
| 2094 | 2026-06-01T14:48:32.670Z | Compiling postgres-protocol v0.6.10 |
| 2095 | 2026-06-01T14:48:32.673Z | Compiling group v0.13.0 |
| 2096 | 2026-06-01T14:48:32.738Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-06-01T14:48:33.186Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-06-01T14:48:33.222Z | Compiling rand v0.8.6 |
| 2099 | 2026-06-01T14:48:33.394Z | Compiling derive_builder v0.20.2 |
| 2100 | 2026-06-01T14:48:33.536Z | Compiling oxnet v0.1.5 |
| 2101 | 2026-06-01T14:48:33.540Z | Compiling anstream v1.0.0 |
| 2102 | 2026-06-01T14:48:33.612Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-06-01T14:48:33.830Z | Compiling phf_shared v0.13.1 |
| 2104 | 2026-06-01T14:48:33.902Z | Compiling pin-project v1.1.11 |
| 2105 | 2026-06-01T14:48:33.940Z | Compiling lazy_static v1.5.0 |
| 2106 | 2026-06-01T14:48:33.959Z | Compiling anstyle-parse v0.2.7 |
| 2107 | 2026-06-01T14:48:34.138Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-06-01T14:48:34.154Z | Compiling serde_with_macros v3.17.0 |
| 2109 | 2026-06-01T14:48:34.170Z | Compiling futures-executor v0.3.32 |
| 2110 | 2026-06-01T14:48:34.318Z | Compiling hex v0.4.3 |
| 2111 | 2026-06-01T14:48:34.396Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-06-01T14:48:34.445Z | Compiling hkdf v0.12.4 |
| 2113 | 2026-06-01T14:48:34.521Z | Compiling crypto-bigint v0.5.5 |
| 2114 | 2026-06-01T14:48:34.598Z | Compiling clap_derive v4.6.1 |
| 2115 | 2026-06-01T14:48:34.627Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-06-01T14:48:34.644Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-06-01T14:48:34.644Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-06-01T14:48:34.676Z | Compiling vergen v9.1.0 |
| 2119 | 2026-06-01T14:48:34.715Z | Compiling cargo-platform v0.3.2 |
| 2120 | 2026-06-01T14:48:34.908Z | Compiling clap_lex v1.0.0 |
| 2121 | 2026-06-01T14:48:34.969Z | Compiling managed v0.8.0 |
| 2122 | 2026-06-01T14:48:34.984Z | Compiling same-file v1.0.6 |
| 2123 | 2026-06-01T14:48:35.149Z | Compiling bumpalo v3.20.2 |
| 2124 | 2026-06-01T14:48:35.165Z | Compiling libbz2-rs-sys v0.2.2 |
| 2125 | 2026-06-01T14:48:35.181Z | Compiling foldhash v0.2.0 |
| 2126 | 2026-06-01T14:48:35.238Z | Compiling bitflags v1.3.2 |
| 2127 | 2026-06-01T14:48:35.306Z | Compiling foldhash v0.1.5 |
| 2128 | 2026-06-01T14:48:35.442Z | Compiling hashbrown v0.15.5 |
| 2129 | 2026-06-01T14:48:35.445Z | Compiling elliptic-curve v0.13.8 |
| 2130 | 2026-06-01T14:48:35.570Z | Compiling bzip2 v0.6.1 |
| 2131 | 2026-06-01T14:48:35.607Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-06-01T14:48:35.715Z | Compiling hashbrown v0.16.1 |
| 2133 | 2026-06-01T14:48:35.742Z | Compiling walkdir v2.5.0 |
| 2134 | 2026-06-01T14:48:35.792Z | Compiling clap_builder v4.6.0 |
| 2135 | 2026-06-01T14:48:35.808Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-06-01T14:48:36.100Z | Compiling zstd v0.13.3 |
| 2137 | 2026-06-01T14:48:36.220Z | Compiling futures v0.3.32 |
| 2138 | 2026-06-01T14:48:36.377Z | Compiling anstream v0.6.21 |
| 2139 | 2026-06-01T14:48:36.408Z | Compiling phf v0.13.1 |
| 2140 | 2026-06-01T14:48:36.572Z | Compiling snafu v0.8.9 |
| 2141 | 2026-06-01T14:48:36.588Z | Compiling daft v0.1.7 |
| 2142 | 2026-06-01T14:48:36.690Z | Compiling signal-hook-mio v0.2.5 |
| 2143 | 2026-06-01T14:48:36.825Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-06-01T14:48:36.877Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-06-01T14:48:36.935Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-06-01T14:48:37.080Z | Compiling globset v0.4.18 |
| 2147 | 2026-06-01T14:48:37.106Z | Compiling strum v0.27.2 |
| 2148 | 2026-06-01T14:48:37.312Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-06-01T14:48:37.412Z | Compiling ed25519 v2.2.3 |
| 2150 | 2026-06-01T14:48:37.431Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-06-01T14:48:37.540Z | Compiling crossbeam-epoch v0.9.18 |
| 2152 | 2026-06-01T14:48:37.585Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-06-01T14:48:37.602Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-06-01T14:48:37.676Z | Compiling pem v3.0.6 |
| 2155 | 2026-06-01T14:48:37.770Z | Compiling serde-big-array v0.5.1 |
| 2156 | 2026-06-01T14:48:37.799Z | Compiling serde_plain v1.0.2 |
| 2157 | 2026-06-01T14:48:37.947Z | Compiling rfc6979 v0.4.0 |
| 2158 | 2026-06-01T14:48:37.981Z | Compiling float-cmp v0.10.0 |
| 2159 | 2026-06-01T14:48:37.997Z | Compiling memmap2 v0.9.10 |
| 2160 | 2026-06-01T14:48:38.015Z | Compiling env_filter v1.0.0 |
| 2161 | 2026-06-01T14:48:38.091Z | Compiling static_assertions v1.1.0 |
| 2162 | 2026-06-01T14:48:38.094Z | Compiling toml_write v0.1.2 |
| 2163 | 2026-06-01T14:48:38.136Z | Compiling keccak v0.1.6 |
| 2164 | 2026-06-01T14:48:38.152Z | Compiling data-encoding v2.10.0 |
| 2165 | 2026-06-01T14:48:38.182Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-06-01T14:48:38.212Z | Compiling predicates-core v1.0.10 |
| 2167 | 2026-06-01T14:48:38.231Z | Compiling difflib v0.4.0 |
| 2168 | 2026-06-01T14:48:38.287Z | Compiling fixedbitset v0.4.2 |
| 2169 | 2026-06-01T14:48:38.306Z | Compiling new_debug_unreachable v1.0.6 |
| 2170 | 2026-06-01T14:48:38.322Z | Compiling whoami v2.1.0 |
| 2171 | 2026-06-01T14:48:38.340Z | Compiling typed-path v0.9.3 |
| 2172 | 2026-06-01T14:48:38.358Z | Compiling fixedbitset v0.5.7 |
| 2173 | 2026-06-01T14:48:38.390Z | Compiling jiff v0.2.21 |
| 2174 | 2026-06-01T14:48:38.406Z | Compiling precomputed-hash v0.1.1 |
| 2175 | 2026-06-01T14:48:38.486Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-06-01T14:48:38.511Z | Compiling predicates v3.1.4 |
| 2177 | 2026-06-01T14:48:38.527Z | Compiling petgraph v0.6.5 |
| 2178 | 2026-06-01T14:48:38.655Z | Compiling petgraph v0.8.3 |
| 2179 | 2026-06-01T14:48:38.670Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-06-01T14:48:38.689Z | Compiling hickory-proto v0.25.2 |
| 2181 | 2026-06-01T14:48:38.702Z | Compiling sha3 v0.10.8 |
| 2182 | 2026-06-01T14:48:38.985Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-06-01T14:48:39.099Z | Compiling env_logger v0.11.9 |
| 2184 | 2026-06-01T14:48:39.418Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2185 | 2026-06-01T14:48:39.437Z | Compiling usdt v0.6.0 |
| 2186 | 2026-06-01T14:48:39.547Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-06-01T14:48:39.712Z | Compiling rsa v0.9.10 |
| 2188 | 2026-06-01T14:48:40.021Z | Compiling ed25519-dalek v2.2.0 |
| 2189 | 2026-06-01T14:48:40.772Z | Compiling clap v4.6.1 |
| 2190 | 2026-06-01T14:48:40.820Z | Compiling crossterm v0.28.1 |
| 2191 | 2026-06-01T14:48:40.887Z | Compiling zip v0.6.6 |
| 2192 | 2026-06-01T14:48:41.326Z | Compiling zip v4.6.1 |
| 2193 | 2026-06-01T14:48:41.423Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-06-01T14:48:41.772Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-06-01T14:48:42.058Z | Compiling similar v2.7.0 |
| 2196 | 2026-06-01T14:48:42.086Z | Compiling strum v0.26.3 |
| 2197 | 2026-06-01T14:48:42.107Z | Compiling toml v0.7.8 |
| 2198 | 2026-06-01T14:48:42.235Z | Compiling tokio-stream v0.1.18 |
| 2199 | 2026-06-01T14:48:42.266Z | Compiling buf-list v1.1.2 |
| 2200 | 2026-06-01T14:48:42.543Z | Compiling x509-cert v0.2.5 |
| 2201 | 2026-06-01T14:48:42.725Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-06-01T14:48:42.810Z | Compiling openapiv3 v2.2.0 |
| 2203 | 2026-06-01T14:48:42.829Z | Compiling sha1 v0.10.6 |
| 2204 | 2026-06-01T14:48:43.045Z | Compiling lalrpop-util v0.19.12 |
| 2205 | 2026-06-01T14:48:43.180Z | Compiling peg-runtime v0.8.5 |
| 2206 | 2026-06-01T14:48:57.964Z | Compiling rustls-webpki v0.103.9 |
| 2207 | 2026-06-01T14:48:59.121Z | Compiling macaddr v1.0.1 |
| 2208 | 2026-06-01T14:48:59.317Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-06-01T14:48:59.350Z | Compiling rayon-core v1.13.0 |
| 2210 | 2026-06-01T14:48:59.432Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-06-01T14:48:59.455Z | Compiling itertools v0.14.0 |
| 2212 | 2026-06-01T14:48:59.592Z | Compiling secrecy v0.10.3 |
| 2213 | 2026-06-01T14:48:59.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2214 | 2026-06-01T14:48:59.784Z | Compiling rustls v0.22.4 |
| 2215 | 2026-06-01T14:48:59.800Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-06-01T14:48:59.995Z | Compiling heapless v0.8.0 |
| 2217 | 2026-06-01T14:49:00.082Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-06-01T14:49:00.098Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2219 | 2026-06-01T14:49:00.144Z | Compiling crossbeam-deque v0.8.6 |
| 2220 | 2026-06-01T14:49:00.199Z | Compiling rustls-webpki v0.102.8 |
| 2221 | 2026-06-01T14:49:00.225Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-06-01T14:49:00.265Z | Compiling multer v3.1.0 |
| 2223 | 2026-06-01T14:49:00.339Z | Compiling structmeta v0.3.0 |
| 2224 | 2026-06-01T14:49:00.404Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-06-01T14:49:00.429Z | Compiling match_cfg v0.1.0 |
| 2226 | 2026-06-01T14:49:00.506Z | Compiling slog-async v2.8.0 |
| 2227 | 2026-06-01T14:49:00.522Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-06-01T14:49:00.563Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-06-01T14:49:00.563Z | Compiling compression-core v0.4.31 |
| 2230 | 2026-06-01T14:49:00.563Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2231 | 2026-06-01T14:49:00.590Z | Compiling derive-ex v0.1.8 |
| 2232 | 2026-06-01T14:49:00.726Z | Compiling ingot-macros v0.1.1 |
| 2233 | 2026-06-01T14:49:00.760Z | Compiling compression-codecs v0.4.37 |
| 2234 | 2026-06-01T14:49:00.775Z | Compiling proc-macro-crate v3.4.0 |
| 2235 | 2026-06-01T14:49:00.925Z | Compiling hostname v0.3.1 |
| 2236 | 2026-06-01T14:49:01.060Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-06-01T14:49:01.107Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-06-01T14:49:01.165Z | Compiling half v2.7.1 |
| 2239 | 2026-06-01T14:49:01.223Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-06-01T14:49:01.331Z | Compiling cobs v0.3.0 |
| 2241 | 2026-06-01T14:49:01.380Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2242 | 2026-06-01T14:49:01.540Z | Compiling universal-hash v0.5.1 |
| 2243 | 2026-06-01T14:49:01.635Z | Compiling tokio-rustls v0.26.4 |
| 2244 | 2026-06-01T14:49:01.704Z | Compiling rustls-platform-verifier v0.6.2 |
| 2245 | 2026-06-01T14:49:01.815Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-06-01T14:49:01.934Z | Compiling hyper-rustls v0.27.7 |
| 2247 | 2026-06-01T14:49:01.937Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2248 | 2026-06-01T14:49:01.975Z | Compiling serde_spanned v1.0.4 |
| 2249 | 2026-06-01T14:49:02.074Z | Compiling is-terminal v0.4.17 |
| 2250 | 2026-06-01T14:49:02.141Z | Compiling proc-macro-error-attr v1.0.4 |
| 2251 | 2026-06-01T14:49:02.163Z | Compiling dropshot v0.17.0 |
| 2252 | 2026-06-01T14:49:02.199Z | Compiling reqwest v0.12.28 |
| 2253 | 2026-06-01T14:49:02.271Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-06-01T14:49:02.363Z | Compiling term v1.2.1 |
| 2255 | 2026-06-01T14:49:02.398Z | Compiling opaque-debug v0.3.1 |
| 2256 | 2026-06-01T14:49:02.414Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-01T14:49:02.417Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2258 | 2026-06-01T14:49:02.454Z | Compiling ciborium-io v0.2.2 |
| 2259 | 2026-06-01T14:49:02.470Z | Compiling take_mut v0.2.2 |
| 2260 | 2026-06-01T14:49:02.493Z | Compiling convert_case v0.4.0 |
| 2261 | 2026-06-01T14:49:02.612Z | Compiling ciborium-ll v0.2.2 |
| 2262 | 2026-06-01T14:49:02.666Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2263 | 2026-06-01T14:49:02.706Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-06-01T14:49:02.815Z | Compiling derive_more v0.99.20 |
| 2265 | 2026-06-01T14:49:02.897Z | Compiling poly1305 v0.8.0 |
| 2266 | 2026-06-01T14:49:02.928Z | Compiling tokio-rustls v0.25.0 |
| 2267 | 2026-06-01T14:49:03.201Z | Compiling thiserror-no-std v2.0.2 |
| 2268 | 2026-06-01T14:49:03.321Z | Compiling async-stream v0.3.6 |
| 2269 | 2026-06-01T14:49:03.384Z | Compiling ingot-types v0.1.2 |
| 2270 | 2026-06-01T14:49:03.464Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-06-01T14:49:03.542Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-06-01T14:49:03.545Z | Compiling postcard v1.1.3 |
| 2273 | 2026-06-01T14:49:03.842Z | Compiling tough v0.22.0 |
| 2274 | 2026-06-01T14:49:03.859Z | Compiling ingot v0.1.1 |
| 2275 | 2026-06-01T14:49:03.973Z | Compiling slog-bunyan v2.5.0 |
| 2276 | 2026-06-01T14:49:04.185Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-06-01T14:49:04.202Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-06-01T14:49:04.711Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-06-01T14:49:04.789Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2280 | 2026-06-01T14:49:04.977Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-06-01T14:49:05.127Z | Compiling proc-macro-crate v1.3.1 |
| 2282 | 2026-06-01T14:49:05.230Z | Compiling backon v1.6.0 |
| 2283 | 2026-06-01T14:49:05.293Z | Compiling waitgroup v0.1.2 |
| 2284 | 2026-06-01T14:49:05.501Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2285 | 2026-06-01T14:49:05.505Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-06-01T14:49:05.516Z | Compiling chacha20 v0.9.1 |
| 2287 | 2026-06-01T14:49:05.575Z | Compiling dropshot_endpoint v0.17.0 |
| 2288 | 2026-06-01T14:49:05.593Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-06-01T14:49:05.665Z | Compiling blake2 v0.10.6 |
| 2290 | 2026-06-01T14:49:05.812Z | Compiling aead v0.5.2 |
| 2291 | 2026-06-01T14:49:05.960Z | Compiling foreign-types-macros v0.2.3 |
| 2292 | 2026-06-01T14:49:06.064Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-06-01T14:49:06.139Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-06-01T14:49:06.222Z | Compiling hostname v0.4.2 |
| 2295 | 2026-06-01T14:49:06.350Z | Compiling proc-macro-error v1.0.4 |
| 2296 | 2026-06-01T14:49:06.402Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2297 | 2026-06-01T14:49:06.502Z | Compiling instant v0.1.13 |
| 2298 | 2026-06-01T14:49:06.522Z | Compiling debug-ignore v1.0.5 |
| 2299 | 2026-06-01T14:49:06.565Z | Compiling typeid v1.0.3 |
| 2300 | 2026-06-01T14:49:06.582Z | Compiling cpufeatures v0.3.0 |
| 2301 | 2026-06-01T14:49:06.601Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-06-01T14:49:06.639Z | Compiling backoff v0.4.0 |
| 2303 | 2026-06-01T14:49:06.675Z | Compiling chacha20 v0.10.0 |
| 2304 | 2026-06-01T14:49:06.678Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2305 | 2026-06-01T14:49:06.707Z | Compiling foreign-types v0.5.0 |
| 2306 | 2026-06-01T14:49:06.725Z | Compiling parse-display v0.10.0 |
| 2307 | 2026-06-01T14:49:06.728Z | Compiling chacha20poly1305 v0.10.1 |
| 2308 | 2026-06-01T14:49:06.757Z | Compiling argon2 v0.5.3 |
| 2309 | 2026-06-01T14:49:06.802Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2310 | 2026-06-01T14:49:06.819Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-06-01T14:49:06.886Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-06-01T14:49:06.911Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-06-01T14:49:06.943Z | Compiling vsss-rs v3.3.4 |
| 2314 | 2026-06-01T14:49:07.017Z | Compiling ciborium v0.2.2 |
| 2315 | 2026-06-01T14:49:07.303Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-06-01T14:49:07.330Z | Compiling regress v0.10.5 |
| 2317 | 2026-06-01T14:49:07.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2318 | 2026-06-01T14:49:07.614Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-06-01T14:49:07.698Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2320 | 2026-06-01T14:49:07.762Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-06-01T14:49:07.779Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-06-01T14:49:07.808Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2323 | 2026-06-01T14:49:07.856Z | Compiling cstr-argument v0.1.2 |
| 2324 | 2026-06-01T14:49:08.048Z | Compiling erased-serde v0.4.9 |
| 2325 | 2026-06-01T14:49:08.220Z | Compiling humantime v2.3.0 |
| 2326 | 2026-06-01T14:49:08.236Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 2327 | 2026-06-01T14:49:08.272Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-06-01T14:49:08.382Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-06-01T14:49:08.399Z | Compiling num_enum v0.5.11 |
| 2330 | 2026-06-01T14:49:08.432Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2331 | 2026-06-01T14:49:08.492Z | Compiling rand v0.10.1 |
| 2332 | 2026-06-01T14:49:08.514Z | Compiling rayon v1.11.0 |
| 2333 | 2026-06-01T14:49:08.542Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2334 | 2026-06-01T14:49:08.601Z | Compiling libefi-sys v0.1.0 |
| 2335 | 2026-06-01T14:49:08.681Z | Compiling colored v3.1.1 |
| 2336 | 2026-06-01T14:49:08.685Z | Compiling indent_write v2.2.0 |
| 2337 | 2026-06-01T14:49:08.724Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2338 | 2026-06-01T14:49:08.820Z | Compiling winnow v1.0.3 |
| 2339 | 2026-06-01T14:49:08.872Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-06-01T14:49:08.875Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-06-01T14:49:08.905Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2342 | 2026-06-01T14:49:08.943Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2343 | 2026-06-01T14:49:09.101Z | Compiling camino-tempfile v1.4.1 |
| 2344 | 2026-06-01T14:49:09.193Z | Compiling itertools v0.12.1 |
| 2345 | 2026-06-01T14:49:09.301Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-06-01T14:49:09.379Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-06-01T14:49:09.475Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-06-01T14:49:09.499Z | Compiling bitfield-struct v0.6.2 |
| 2349 | 2026-06-01T14:49:09.522Z | Compiling blake3 v1.8.3 |
| 2350 | 2026-06-01T14:49:09.538Z | Compiling ordered-float v2.10.1 |
| 2351 | 2026-06-01T14:49:09.840Z | Compiling sigpipe v0.1.3 |
| 2352 | 2026-06-01T14:49:09.956Z | Compiling memmap v0.7.0 |
| 2353 | 2026-06-01T14:49:10.002Z | Compiling swrite v0.1.0 |
| 2354 | 2026-06-01T14:49:10.128Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-06-01T14:49:10.147Z | Compiling glob v0.3.3 |
| 2356 | 2026-06-01T14:49:10.150Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-06-01T14:49:10.214Z | Compiling usdt v0.5.0 |
| 2358 | 2026-06-01T14:49:10.379Z | Compiling serde-value v0.7.0 |
| 2359 | 2026-06-01T14:49:10.408Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2360 | 2026-06-01T14:49:10.495Z | Compiling zone v0.3.1 |
| 2361 | 2026-06-01T14:49:10.656Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-06-01T14:49:10.673Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2363 | 2026-06-01T14:49:10.912Z | Compiling toml v0.8.23 |
| 2364 | 2026-06-01T14:49:11.018Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2365 | 2026-06-01T14:49:11.067Z | Compiling smf v0.2.3 |
| 2366 | 2026-06-01T14:49:11.085Z | Compiling filetime v0.2.27 |
| 2367 | 2026-06-01T14:49:11.085Z | Compiling unicode-xid v0.2.6 |
| 2368 | 2026-06-01T14:49:11.120Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-06-01T14:49:11.123Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-06-01T14:49:11.152Z | Compiling xattr v1.6.1 |
| 2371 | 2026-06-01T14:49:11.216Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-06-01T14:49:11.238Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-06-01T14:49:11.267Z | Compiling whoami v1.6.1 |
| 2374 | 2026-06-01T14:49:11.304Z | Compiling tar v0.4.45 |
| 2375 | 2026-06-01T14:49:11.320Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-06-01T14:49:11.369Z | Compiling cargo-util-schemas v0.8.2 |
| 2377 | 2026-06-01T14:49:11.439Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-06-01T14:49:11.706Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-06-01T14:49:11.740Z | Compiling console v0.16.2 |
| 2380 | 2026-06-01T14:49:12.007Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-06-01T14:49:12.027Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-06-01T14:49:12.064Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-06-01T14:49:12.090Z | Compiling unit-prefix v0.5.2 |
| 2384 | 2026-06-01T14:49:12.174Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-01T14:49:12.261Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-06-01T14:49:12.277Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2026-06-01T14:49:12.280Z | Compiling shell-words v1.1.1 |
| 2388 | 2026-06-01T14:49:12.568Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-06-01T14:49:21.949Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-06-01T14:49:21.950Z | Compiling progenitor-client v0.13.0 |
| 2391 | 2026-06-01T14:49:21.966Z | Compiling omicron-zone-package v0.12.2 |
| 2392 | 2026-06-01T14:49:22.432Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-06-01T14:49:24.802Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-06-01T14:49:24.825Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2395 | 2026-06-01T14:49:24.849Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-06-01T14:49:24.873Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-06-01T14:49:24.888Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-06-01T14:49:24.994Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2399 | 2026-06-01T14:49:25.107Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2400 | 2026-06-01T14:49:25.127Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-06-01T14:49:25.188Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-06-01T14:49:29.161Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-06-01T14:49:36.940Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-06-01T14:49:40.080Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-06-01T14:49:41.065Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-06-01T14:49:50.854Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2407 | 2026-06-01T14:49:51.002Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-06-01T14:49:51.069Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-06-01T14:49:51.073Z | Created new build target 'test' and set it as active |
| 2410 | 2026-06-01T14:49:51.073Z | |
| 2411 | 2026-06-01T14:49:51.073Z | real 1:44.606005790 |
| 2412 | 2026-06-01T14:49:51.073Z | user 16:57.523808021 |
| 2413 | 2026-06-01T14:49:51.073Z | sys 2:41.491315058 |
| 2414 | 2026-06-01T14:49:51.073Z | trap 0.467818859 |
| 2415 | 2026-06-01T14:49:51.073Z | tflt 2.924882632 |
| 2416 | 2026-06-01T14:49:51.073Z | dflt 3.977863402 |
| 2417 | 2026-06-01T14:49:51.073Z | kflt 0.000559880 |
| 2418 | 2026-06-01T14:49:51.073Z | lock 52:40.687003506 |
| 2419 | 2026-06-01T14:49:51.073Z | slp 43:10.932815599 |
| 2420 | 2026-06-01T14:49:51.073Z | lat 44.491640270 |
| 2421 | 2026-06-01T14:49:51.073Z | stop 5:32.248291317 |
| 2422 | 2026-06-01T14:49:51.073Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-06-01T14:49:52.003Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2424 | 2026-06-01T14:49:52.080Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-06-01T14:49:52.141Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-06-01T14:49:53.700Z | Compiling heck v0.5.0 |
| 2427 | 2026-06-01T14:49:53.703Z | Compiling regress v0.11.1 |
| 2428 | 2026-06-01T14:49:53.921Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-06-01T14:49:53.989Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-06-01T14:49:54.016Z | Compiling regress v0.10.5 |
| 2431 | 2026-06-01T14:49:54.019Z | Compiling unicode-width v0.1.14 |
| 2432 | 2026-06-01T14:49:54.019Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-06-01T14:49:54.019Z | Compiling prettyplease v0.2.37 |
| 2434 | 2026-06-01T14:49:54.020Z | Compiling derive-where v1.6.0 |
| 2435 | 2026-06-01T14:49:54.038Z | Compiling num-rational v0.4.2 |
| 2436 | 2026-06-01T14:49:54.083Z | Compiling num-complex v0.4.6 |
| 2437 | 2026-06-01T14:49:54.103Z | Compiling rustls v0.22.4 |
| 2438 | 2026-06-01T14:49:54.106Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-06-01T14:49:54.106Z | Compiling thread_local v1.1.9 |
| 2440 | 2026-06-01T14:49:54.125Z | Compiling compression-core v0.4.31 |
| 2441 | 2026-06-01T14:49:54.243Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-06-01T14:49:54.268Z | Compiling bytecount v0.6.9 |
| 2443 | 2026-06-01T14:49:54.338Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-06-01T14:49:54.369Z | Compiling float-ord v0.3.2 |
| 2445 | 2026-06-01T14:49:54.391Z | Compiling hostname v0.3.1 |
| 2446 | 2026-06-01T14:49:54.395Z | Compiling compression-codecs v0.4.37 |
| 2447 | 2026-06-01T14:49:54.441Z | Compiling multer v3.1.0 |
| 2448 | 2026-06-01T14:49:54.492Z | Compiling serde_yaml v0.9.34+deprecated |
| 2449 | 2026-06-01T14:49:54.515Z | Compiling slog-async v2.8.0 |
| 2450 | 2026-06-01T14:49:54.519Z | Compiling crossbeam-channel v0.5.15 |
| 2451 | 2026-06-01T14:49:54.519Z | Compiling slog-json v2.6.1 |
| 2452 | 2026-06-01T14:49:54.586Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2453 | 2026-06-01T14:49:54.589Z | Compiling serde_spanned v1.0.4 |
| 2454 | 2026-06-01T14:49:54.639Z | Compiling num v0.4.3 |
| 2455 | 2026-06-01T14:49:54.713Z | Compiling term v1.2.1 |
| 2456 | 2026-06-01T14:49:54.746Z | Compiling take_mut v0.2.2 |
| 2457 | 2026-06-01T14:49:54.790Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2458 | 2026-06-01T14:49:54.813Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-06-01T14:49:54.876Z | Compiling async-compression v0.4.41 |
| 2460 | 2026-06-01T14:49:54.988Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2461 | 2026-06-01T14:49:55.040Z | Compiling slog-term v2.9.2 |
| 2462 | 2026-06-01T14:49:55.071Z | Compiling console v0.15.11 |
| 2463 | 2026-06-01T14:49:55.093Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2026-06-01T14:49:55.213Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-06-01T14:49:55.240Z | Compiling dropshot v0.17.0 |
| 2466 | 2026-06-01T14:49:55.265Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-06-01T14:49:55.307Z | Compiling progenitor-client v0.14.0 |
| 2468 | 2026-06-01T14:49:55.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2469 | 2026-06-01T14:49:55.334Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-06-01T14:49:55.377Z | Compiling backon v1.6.0 |
| 2471 | 2026-06-01T14:49:55.481Z | Compiling typify-impl v0.6.2 |
| 2472 | 2026-06-01T14:49:55.504Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-06-01T14:49:55.507Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-06-01T14:49:55.554Z | Compiling hostname v0.4.2 |
| 2475 | 2026-06-01T14:49:55.581Z | Compiling instant v0.1.13 |
| 2476 | 2026-06-01T14:49:55.607Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-06-01T14:49:55.645Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-06-01T14:49:55.747Z | Compiling backoff v0.4.0 |
| 2479 | 2026-06-01T14:49:55.751Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2480 | 2026-06-01T14:49:55.800Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2481 | 2026-06-01T14:49:55.800Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-06-01T14:49:55.920Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-06-01T14:49:55.943Z | Compiling newline-converter v0.3.0 |
| 2484 | 2026-06-01T14:49:55.980Z | Compiling atomicwrites v0.4.4 |
| 2485 | 2026-06-01T14:49:56.002Z | Compiling progenitor-client v0.13.0 |
| 2486 | 2026-06-01T14:49:56.106Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2487 | 2026-06-01T14:49:56.132Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-06-01T14:49:56.182Z | Compiling humantime v2.3.0 |
| 2489 | 2026-06-01T14:49:56.329Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-06-01T14:49:56.399Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-06-01T14:49:56.424Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-06-01T14:49:56.473Z | Compiling owo-colors v4.3.0 |
| 2493 | 2026-06-01T14:49:56.533Z | Compiling tokio-rustls v0.25.0 |
| 2494 | 2026-06-01T14:49:56.586Z | Compiling resolv-conf v0.7.6 |
| 2495 | 2026-06-01T14:49:56.589Z | Compiling cancel-safe-futures v0.1.5 |
| 2496 | 2026-06-01T14:49:56.589Z | Compiling libsw-core v0.3.2 |
| 2497 | 2026-06-01T14:49:56.663Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-06-01T14:49:56.711Z | Compiling toml v0.8.23 |
| 2499 | 2026-06-01T14:49:56.855Z | Compiling libsw v3.5.0 |
| 2500 | 2026-06-01T14:49:56.947Z | Compiling nom v7.1.3 |
| 2501 | 2026-06-01T14:49:56.971Z | Compiling num-derive v0.3.3 |
| 2502 | 2026-06-01T14:49:57.084Z | Compiling linked-hash-map v0.5.6 |
| 2503 | 2026-06-01T14:49:57.274Z | Compiling linear-map v1.2.0 |
| 2504 | 2026-06-01T14:49:57.347Z | Compiling lru-cache v0.1.2 |
| 2505 | 2026-06-01T14:49:57.434Z | Compiling hickory-proto v0.24.4 |
| 2506 | 2026-06-01T14:49:57.456Z | Compiling unicode-xid v0.2.6 |
| 2507 | 2026-06-01T14:49:57.510Z | Compiling itertools v0.13.0 |
| 2508 | 2026-06-01T14:49:57.533Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2509 | 2026-06-01T14:49:57.536Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2510 | 2026-06-01T14:49:57.611Z | Compiling csv-core v0.1.13 |
| 2511 | 2026-06-01T14:49:57.634Z | Compiling termtree v0.5.1 |
| 2512 | 2026-06-01T14:49:57.838Z | Compiling highway v1.3.0 |
| 2513 | 2026-06-01T14:49:57.919Z | Compiling libscf-sys v1.1.0 |
| 2514 | 2026-06-01T14:49:57.942Z | Compiling csv v1.4.0 |
| 2515 | 2026-06-01T14:49:58.058Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-06-01T14:49:58.096Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-06-01T14:49:58.350Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2518 | 2026-06-01T14:49:58.376Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-06-01T14:49:58.544Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2520 | 2026-06-01T14:49:58.571Z | Compiling tagptr v0.2.0 |
| 2521 | 2026-06-01T14:49:58.630Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-06-01T14:49:58.770Z | Compiling moka v0.12.13 |
| 2523 | 2026-06-01T14:49:58.836Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2524 | 2026-06-01T14:49:58.891Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2525 | 2026-06-01T14:49:58.932Z | Compiling phf v0.12.1 |
| 2526 | 2026-06-01T14:49:59.034Z | Compiling typify-macro v0.6.2 |
| 2527 | 2026-06-01T14:49:59.038Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-06-01T14:49:59.083Z | Compiling tabled v0.15.0 |
| 2529 | 2026-06-01T14:49:59.135Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2530 | 2026-06-01T14:49:59.699Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2531 | 2026-06-01T14:49:59.724Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2532 | 2026-06-01T14:49:59.823Z | Compiling const_format v0.2.35 |
| 2533 | 2026-06-01T14:49:59.846Z | Compiling hickory-resolver v0.24.4 |
| 2534 | 2026-06-01T14:50:00.008Z | Compiling hickory-resolver v0.25.2 |
| 2535 | 2026-06-01T14:50:00.338Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2536 | 2026-06-01T14:50:00.616Z | Compiling typify v0.6.2 |
| 2537 | 2026-06-01T14:50:00.909Z | Compiling progenitor-impl v0.14.0 |
| 2538 | 2026-06-01T14:50:01.818Z | Compiling progenitor-impl v0.13.0 |
| 2539 | 2026-06-01T14:50:03.110Z | Compiling progenitor-macro v0.14.0 |
| 2540 | 2026-06-01T14:50:03.339Z | Compiling qorb v0.4.1 |
| 2541 | 2026-06-01T14:50:03.998Z | Compiling progenitor-macro v0.13.0 |
| 2542 | 2026-06-01T14:50:05.154Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-06-01T14:50:06.144Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-06-01T14:50:06.516Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2545 | 2026-06-01T14:50:06.710Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2546 | 2026-06-01T14:50:06.734Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2547 | 2026-06-01T14:50:06.960Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2548 | 2026-06-01T14:50:07.218Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-06-01T14:50:07.412Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-06-01T14:50:07.653Z | Compiling bcs v0.1.6 |
| 2551 | 2026-06-01T14:50:08.060Z | Compiling progenitor v0.13.0 |
| 2552 | 2026-06-01T14:50:08.098Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2553 | 2026-06-01T14:50:08.120Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2554 | 2026-06-01T14:50:08.146Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2555 | 2026-06-01T14:50:08.272Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2556 | 2026-06-01T14:50:09.329Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2557 | 2026-06-01T14:50:09.765Z | Compiling semver v0.1.20 |
| 2558 | 2026-06-01T14:50:09.897Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2559 | 2026-06-01T14:50:10.059Z | Compiling rustc_version v0.1.7 |
| 2560 | 2026-06-01T14:50:10.309Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2561 | 2026-06-01T14:50:11.006Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2562 | 2026-06-01T14:50:11.572Z | Compiling newtype_derive v0.1.6 |
| 2563 | 2026-06-01T14:50:11.632Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2564 | 2026-06-01T14:50:11.741Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2565 | 2026-06-01T14:50:11.893Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2566 | 2026-06-01T14:50:12.073Z | Compiling convert_case v0.10.0 |
| 2567 | 2026-06-01T14:50:12.099Z | Compiling smawk v0.3.2 |
| 2568 | 2026-06-01T14:50:12.293Z | Compiling unicode-linebreak v0.1.5 |
| 2569 | 2026-06-01T14:50:12.377Z | Compiling derive_more-impl v2.1.1 |
| 2570 | 2026-06-01T14:50:12.609Z | Compiling textwrap v0.16.2 |
| 2571 | 2026-06-01T14:50:12.706Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2572 | 2026-06-01T14:50:13.000Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2573 | 2026-06-01T14:50:13.233Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2574 | 2026-06-01T14:50:13.256Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2575 | 2026-06-01T14:50:14.382Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2576 | 2026-06-01T14:50:14.428Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2577 | 2026-06-01T14:50:14.555Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2578 | 2026-06-01T14:50:14.969Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2579 | 2026-06-01T14:50:15.417Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2580 | 2026-06-01T14:50:15.552Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2581 | 2026-06-01T14:50:15.770Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2582 | 2026-06-01T14:50:15.807Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2583 | 2026-06-01T14:50:15.930Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2584 | 2026-06-01T14:50:16.100Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2585 | 2026-06-01T14:50:16.125Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2586 | 2026-06-01T14:50:16.279Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2587 | 2026-06-01T14:50:16.308Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2588 | 2026-06-01T14:50:16.396Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2589 | 2026-06-01T14:50:16.476Z | Compiling derive_more v2.1.1 |
| 2590 | 2026-06-01T14:50:16.555Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2591 | 2026-06-01T14:50:16.594Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2592 | 2026-06-01T14:50:16.728Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2593 | 2026-06-01T14:50:16.901Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2594 | 2026-06-01T14:50:16.993Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2595 | 2026-06-01T14:50:17.153Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2596 | 2026-06-01T14:50:17.580Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2597 | 2026-06-01T14:50:17.606Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2598 | 2026-06-01T14:50:17.764Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2599 | 2026-06-01T14:50:17.840Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2600 | 2026-06-01T14:50:18.268Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2601 | 2026-06-01T14:50:18.532Z | Compiling crossterm v0.29.0 |
| 2602 | 2026-06-01T14:50:19.112Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2603 | 2026-06-01T14:50:19.890Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2604 | 2026-06-01T14:50:20.375Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2605 | 2026-06-01T14:50:20.527Z | Compiling steno v0.4.1 |
| 2606 | 2026-06-01T14:50:21.498Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2607 | 2026-06-01T14:50:21.824Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2608 | 2026-06-01T14:50:22.026Z | Compiling vte v0.14.1 |
| 2609 | 2026-06-01T14:50:22.321Z | Compiling strip-ansi-escapes v0.2.1 |
| 2610 | 2026-06-01T14:50:22.376Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2611 | 2026-06-01T14:50:22.684Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2612 | 2026-06-01T14:50:22.805Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2613 | 2026-06-01T14:50:22.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-06-01T14:50:22.992Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-06-01T14:50:23.176Z | Compiling peg-macros v0.8.5 |
| 2616 | 2026-06-01T14:50:23.365Z | Compiling nu-ansi-term v0.50.3 |
| 2617 | 2026-06-01T14:50:23.914Z | Compiling reedline v0.40.0 |
| 2618 | 2026-06-01T14:50:24.375Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2619 | 2026-06-01T14:50:24.412Z | Compiling peg v0.8.5 |
| 2620 | 2026-06-01T14:50:24.525Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2621 | 2026-06-01T14:50:24.577Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2622 | 2026-06-01T14:50:26.609Z | Compiling nom v8.0.0 |
| 2623 | 2026-06-01T14:50:26.884Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2624 | 2026-06-01T14:50:27.125Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2625 | 2026-06-01T14:50:27.681Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2626 | 2026-06-01T14:50:27.842Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2627 | 2026-06-01T14:50:27.867Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2628 | 2026-06-01T14:50:27.937Z | Compiling base64 v0.21.7 |
| 2629 | 2026-06-01T14:50:27.975Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2630 | 2026-06-01T14:50:28.205Z | Compiling utf-8 v0.7.6 |
| 2631 | 2026-06-01T14:50:28.334Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2632 | 2026-06-01T14:50:28.458Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2633 | 2026-06-01T14:50:28.480Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2634 | 2026-06-01T14:50:28.588Z | Compiling tungstenite v0.21.0 |
| 2635 | 2026-06-01T14:50:28.623Z | Compiling radium v0.7.0 |
| 2636 | 2026-06-01T14:50:28.648Z | Compiling maybe-uninit v2.0.0 |
| 2637 | 2026-06-01T14:50:28.689Z | Compiling tap v1.0.1 |
| 2638 | 2026-06-01T14:50:28.846Z | Compiling display-error-chain v0.2.2 |
| 2639 | 2026-06-01T14:50:28.962Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2640 | 2026-06-01T14:50:29.057Z | Compiling wyz v0.5.1 |
| 2641 | 2026-06-01T14:50:29.215Z | Compiling tokio-tungstenite v0.21.0 |
| 2642 | 2026-06-01T14:50:29.276Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2643 | 2026-06-01T14:50:29.302Z | Compiling zerocopy-derive v0.6.6 |
| 2644 | 2026-06-01T14:50:29.327Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2645 | 2026-06-01T14:50:29.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2646 | 2026-06-01T14:50:29.728Z | Compiling packed_struct v0.10.1 |
| 2647 | 2026-06-01T14:50:30.018Z | Compiling funty v2.0.0 |
| 2648 | 2026-06-01T14:50:30.086Z | Compiling crc-catalog v2.4.0 |
| 2649 | 2026-06-01T14:50:30.220Z | Compiling crc v3.4.0 |
| 2650 | 2026-06-01T14:50:30.452Z | Compiling bitvec v1.0.1 |
| 2651 | 2026-06-01T14:50:30.716Z | Compiling zerocopy v0.6.6 |
| 2652 | 2026-06-01T14:50:31.045Z | Compiling proc-macro-error2 v2.0.1 |
| 2653 | 2026-06-01T14:50:31.265Z | Compiling itertools v0.10.5 |
| 2654 | 2026-06-01T14:50:31.370Z | Compiling packed_struct_codegen v0.10.1 |
| 2655 | 2026-06-01T14:50:31.855Z | Compiling vergen-lib v0.1.6 |
| 2656 | 2026-06-01T14:50:32.085Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2657 | 2026-06-01T14:50:32.164Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2658 | 2026-06-01T14:50:32.223Z | Compiling bitfield-macros v0.19.4 |
| 2659 | 2026-06-01T14:50:32.334Z | Compiling indexmap v1.9.3 |
| 2660 | 2026-06-01T14:50:32.402Z | Compiling nodrop v0.1.14 |
| 2661 | 2026-06-01T14:50:32.536Z | Compiling array-init v0.0.4 |
| 2662 | 2026-06-01T14:50:32.671Z | Compiling tabled_derive v0.11.0 |
| 2663 | 2026-06-01T14:50:32.937Z | Compiling smallvec v0.6.14 |
| 2664 | 2026-06-01T14:50:32.940Z | Compiling bitfield v0.19.4 |
| 2665 | 2026-06-01T14:50:33.295Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2666 | 2026-06-01T14:50:33.390Z | Compiling papergrid v0.17.0 |
| 2667 | 2026-06-01T14:50:33.808Z | Compiling testing_table v0.3.0 |
| 2668 | 2026-06-01T14:50:33.971Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2669 | 2026-06-01T14:50:33.996Z | Compiling vergen-gitcl v1.0.8 |
| 2670 | 2026-06-01T14:50:34.021Z | Compiling dirs-sys-next v0.1.2 |
| 2671 | 2026-06-01T14:50:34.218Z | Compiling diesel_derives v2.3.7 |
| 2672 | 2026-06-01T14:50:34.243Z | Compiling crunchy v0.2.4 |
| 2673 | 2026-06-01T14:50:34.265Z | Compiling hashbrown v0.12.3 |
| 2674 | 2026-06-01T14:50:34.290Z | Compiling maplit v1.0.2 |
| 2675 | 2026-06-01T14:50:34.313Z | Compiling glob v0.3.3 |
| 2676 | 2026-06-01T14:50:34.446Z | Compiling dirs-next v2.0.0 |
| 2677 | 2026-06-01T14:50:34.501Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2678 | 2026-06-01T14:50:34.566Z | Compiling tabled v0.20.0 |
| 2679 | 2026-06-01T14:50:34.609Z | Compiling serde-hex v0.1.0 |
| 2680 | 2026-06-01T14:50:34.681Z | Compiling clang-sys v1.8.1 |
| 2681 | 2026-06-01T14:50:34.980Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2682 | 2026-06-01T14:50:35.072Z | Compiling ron v0.8.1 |
| 2683 | 2026-06-01T14:50:35.220Z | Compiling hashbrown v0.13.2 |
| 2684 | 2026-06-01T14:50:35.403Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2685 | 2026-06-01T14:50:35.839Z | Compiling scheduled-thread-pool v0.2.7 |
| 2686 | 2026-06-01T14:50:36.087Z | Compiling dsl_auto_type v0.2.0 |
| 2687 | 2026-06-01T14:50:36.392Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2688 | 2026-06-01T14:50:36.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2689 | 2026-06-01T14:50:36.645Z | Compiling crc-any v2.5.0 |
| 2690 | 2026-06-01T14:50:36.672Z | Compiling tiny-keccak v2.0.2 |
| 2691 | 2026-06-01T14:50:36.774Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2692 | 2026-06-01T14:50:36.888Z | Compiling r2d2 v0.8.10 |
| 2693 | 2026-06-01T14:50:36.943Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2694 | 2026-06-01T14:50:37.098Z | Compiling object v0.30.4 |
| 2695 | 2026-06-01T14:50:37.434Z | Compiling term v0.7.0 |
| 2696 | 2026-06-01T14:50:37.736Z | Compiling downcast-rs v2.0.2 |
| 2697 | 2026-06-01T14:50:37.765Z | Compiling path-slash v0.1.5 |
| 2698 | 2026-06-01T14:50:37.946Z | Compiling bit-vec v0.6.3 |
| 2699 | 2026-06-01T14:50:37.976Z | Compiling xshell-macros v0.2.7 |
| 2700 | 2026-06-01T14:50:38.201Z | Compiling bit-set v0.5.3 |
| 2701 | 2026-06-01T14:50:38.368Z | Compiling xshell v0.2.7 |
| 2702 | 2026-06-01T14:50:38.398Z | Compiling ascii-canvas v3.0.0 |
| 2703 | 2026-06-01T14:50:38.961Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2704 | 2026-06-01T14:50:39.075Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2705 | 2026-06-01T14:50:39.651Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2706 | 2026-06-01T14:50:39.878Z | Compiling ena v0.14.4 |
| 2707 | 2026-06-01T14:50:40.125Z | Compiling libloading v0.8.9 |
| 2708 | 2026-06-01T14:50:40.129Z | Compiling crc8 v0.1.1 |
| 2709 | 2026-06-01T14:50:40.304Z | Compiling bindgen v0.71.1 |
| 2710 | 2026-06-01T14:50:40.372Z | Compiling regex-syntax v0.6.29 |
| 2711 | 2026-06-01T14:50:40.503Z | Compiling diff v0.1.13 |
| 2712 | 2026-06-01T14:50:40.609Z | Compiling unicase v2.9.0 |
| 2713 | 2026-06-01T14:50:40.961Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2714 | 2026-06-01T14:50:41.038Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2715 | 2026-06-01T14:50:41.415Z | Compiling diesel v2.3.7 |
| 2716 | 2026-06-01T14:50:41.947Z | Compiling lalrpop v0.19.12 |
| 2717 | 2026-06-01T14:50:42.156Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2718 | 2026-06-01T14:50:42.345Z | Compiling cexpr v0.6.0 |
| 2719 | 2026-06-01T14:50:42.375Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2720 | 2026-06-01T14:50:42.470Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2721 | 2026-06-01T14:50:42.607Z | Compiling rustc-hash v2.1.1 |
| 2722 | 2026-06-01T14:50:42.693Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2723 | 2026-06-01T14:50:42.776Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2724 | 2026-06-01T14:50:42.973Z | Compiling headers-core v0.3.0 |
| 2725 | 2026-06-01T14:50:43.088Z | Compiling libxml v0.3.3 |
| 2726 | 2026-06-01T14:50:43.148Z | Compiling headers v0.4.1 |
| 2727 | 2026-06-01T14:50:43.357Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2728 | 2026-06-01T14:50:43.426Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2729 | 2026-06-01T14:50:43.793Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2730 | 2026-06-01T14:50:44.034Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2731 | 2026-06-01T14:50:44.558Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-06-01T14:50:44.762Z | Compiling strum_macros v0.24.3 |
| 2733 | 2026-06-01T14:50:44.841Z | Compiling indoc v1.0.9 |
| 2734 | 2026-06-01T14:50:44.865Z | Compiling git-stub-vcs v0.1.0 |
| 2735 | 2026-06-01T14:50:44.919Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2736 | 2026-06-01T14:50:45.296Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2737 | 2026-06-01T14:50:45.324Z | Compiling derive_builder v0.20.2 |
| 2738 | 2026-06-01T14:50:45.409Z | Compiling oso-derive v0.27.3 |
| 2739 | 2026-06-01T14:50:45.502Z | Compiling quick-xml v0.37.5 |
| 2740 | 2026-06-01T14:50:45.531Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2741 | 2026-06-01T14:50:45.939Z | Compiling openssl-probe v0.1.6 |
| 2742 | 2026-06-01T14:50:46.072Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2743 | 2026-06-01T14:50:46.240Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2744 | 2026-06-01T14:50:46.799Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2745 | 2026-06-01T14:50:46.827Z | Compiling half v1.8.3 |
| 2746 | 2026-06-01T14:50:47.155Z | Compiling serde_cbor v0.11.2 |
| 2747 | 2026-06-01T14:50:47.278Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2748 | 2026-06-01T14:50:47.469Z | Compiling samael v0.0.19 |
| 2749 | 2026-06-01T14:50:47.575Z | Compiling bb8 v0.8.6 |
| 2750 | 2026-06-01T14:50:47.961Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2751 | 2026-06-01T14:50:48.154Z | Compiling trait-variant v0.1.2 |
| 2752 | 2026-06-01T14:50:48.222Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2753 | 2026-06-01T14:50:48.256Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2754 | 2026-06-01T14:50:48.601Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2755 | 2026-06-01T14:50:48.719Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2756 | 2026-06-01T14:50:48.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2757 | 2026-06-01T14:50:48.870Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2758 | 2026-06-01T14:50:49.045Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2759 | 2026-06-01T14:50:49.365Z | Compiling polar-core v0.27.3 |
| 2760 | 2026-06-01T14:50:49.492Z | Compiling typify-impl v0.4.3 |
| 2761 | 2026-06-01T14:50:49.812Z | Compiling fxhash v0.2.1 |
| 2762 | 2026-06-01T14:50:50.009Z | Compiling libz-sys v1.1.24 |
| 2763 | 2026-06-01T14:50:50.414Z | Compiling nonempty v0.12.0 |
| 2764 | 2026-06-01T14:50:50.443Z | Compiling salty v0.3.0 |
| 2765 | 2026-06-01T14:50:50.566Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-06-01T14:50:50.670Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2767 | 2026-06-01T14:50:50.761Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2768 | 2026-06-01T14:50:50.985Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2769 | 2026-06-01T14:50:51.289Z | Compiling kstat-rs v0.2.4 |
| 2770 | 2026-06-01T14:50:51.824Z | Compiling arc-swap v1.8.2 |
| 2771 | 2026-06-01T14:50:51.956Z | Compiling fs-err v2.11.0 |
| 2772 | 2026-06-01T14:50:52.223Z | Compiling slog-scope v4.4.1 |
| 2773 | 2026-06-01T14:50:52.322Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2774 | 2026-06-01T14:50:52.345Z | Compiling mime_guess v2.0.5 |
| 2775 | 2026-06-01T14:50:52.679Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2776 | 2026-06-01T14:50:52.856Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2777 | 2026-06-01T14:50:52.992Z | Compiling typify-macro v0.4.3 |
| 2778 | 2026-06-01T14:50:53.019Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2779 | 2026-06-01T14:50:54.106Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2780 | 2026-06-01T14:50:54.171Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2781 | 2026-06-01T14:50:54.519Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2782 | 2026-06-01T14:50:54.586Z | Compiling nanorand v0.7.0 |
| 2783 | 2026-06-01T14:50:54.634Z | Compiling darling_core v0.23.0 |
| 2784 | 2026-06-01T14:50:54.985Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2785 | 2026-06-01T14:50:55.410Z | Compiling parking_lot_core v0.8.6 |
| 2786 | 2026-06-01T14:50:55.724Z | Compiling flume v0.11.1 |
| 2787 | 2026-06-01T14:50:56.175Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2788 | 2026-06-01T14:50:56.724Z | Compiling slog-stdlog v4.1.1 |
| 2789 | 2026-06-01T14:50:56.855Z | Compiling darling_macro v0.23.0 |
| 2790 | 2026-06-01T14:50:57.360Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2791 | 2026-06-01T14:50:57.383Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2792 | 2026-06-01T14:50:57.406Z | Compiling primeorder v0.13.6 |
| 2793 | 2026-06-01T14:50:57.735Z | Compiling atty v0.2.14 |
| 2794 | 2026-06-01T14:50:57.895Z | Compiling instability v0.3.11 |
| 2795 | 2026-06-01T14:50:58.125Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2796 | 2026-06-01T14:50:58.364Z | Compiling oso v0.27.3 |
| 2797 | 2026-06-01T14:50:58.820Z | Compiling async-bb8-diesel v0.2.1 |
| 2798 | 2026-06-01T14:50:59.278Z | Compiling diesel-dtrace v0.5.0 |
| 2799 | 2026-06-01T14:50:59.668Z | Compiling http-range v0.1.5 |
| 2800 | 2026-06-01T14:51:00.051Z | Compiling strsim v0.10.0 |
| 2801 | 2026-06-01T14:51:00.368Z | Compiling parse-size v1.1.0 |
| 2802 | 2026-06-01T14:51:00.588Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2803 | 2026-06-01T14:51:01.926Z | Compiling darling_core v0.13.4 |
| 2804 | 2026-06-01T14:51:02.656Z | Compiling p384 v0.13.1 |
| 2805 | 2026-06-01T14:51:03.402Z | Compiling darling v0.23.0 |
| 2806 | 2026-06-01T14:51:03.523Z | Compiling slog-envlogger v2.2.0 |
| 2807 | 2026-06-01T14:51:04.697Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2808 | 2026-06-01T14:51:04.775Z | Compiling typify v0.4.3 |
| 2809 | 2026-06-01T14:51:04.799Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2810 | 2026-06-01T14:51:04.921Z | Compiling ignore v0.4.25 |
| 2811 | 2026-06-01T14:51:05.105Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2812 | 2026-06-01T14:51:05.282Z | Compiling vergen-git2 v9.1.0 |
| 2813 | 2026-06-01T14:51:05.523Z | Compiling castaway v0.2.4 |
| 2814 | 2026-06-01T14:51:05.688Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2815 | 2026-06-01T14:51:05.938Z | Compiling indoc v2.0.7 |
| 2816 | 2026-06-01T14:51:06.530Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2817 | 2026-06-01T14:51:07.173Z | Compiling compact_str v0.8.1 |
| 2818 | 2026-06-01T14:51:07.198Z | Compiling globwalk v0.9.1 |
| 2819 | 2026-06-01T14:51:07.921Z | Compiling progenitor-impl v0.11.2 |
| 2820 | 2026-06-01T14:51:08.298Z | Compiling parking_lot v0.11.2 |
| 2821 | 2026-06-01T14:51:08.324Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2822 | 2026-06-01T14:51:08.613Z | Compiling hyper-staticfile v0.10.1 |
| 2823 | 2026-06-01T14:51:09.236Z | Compiling darling_macro v0.13.4 |
| 2824 | 2026-06-01T14:51:09.805Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2825 | 2026-06-01T14:51:09.933Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-06-01T14:51:10.051Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2827 | 2026-06-01T14:51:10.075Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2828 | 2026-06-01T14:51:10.329Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2829 | 2026-06-01T14:51:10.474Z | Compiling unicode-truncate v1.1.0 |
| 2830 | 2026-06-01T14:51:10.546Z | Compiling predicates-tree v1.0.13 |
| 2831 | 2026-06-01T14:51:10.609Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2832 | 2026-06-01T14:51:10.701Z | Compiling lru v0.12.5 |
| 2833 | 2026-06-01T14:51:10.741Z | Compiling rand_seeder v0.4.0 |
| 2834 | 2026-06-01T14:51:10.791Z | Compiling prefix-trie v0.7.0 |
| 2835 | 2026-06-01T14:51:10.845Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-06-01T14:51:10.938Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2837 | 2026-06-01T14:51:11.029Z | Compiling corncobs v0.1.4 |
| 2838 | 2026-06-01T14:51:11.051Z | Compiling cassowary v0.3.0 |
| 2839 | 2026-06-01T14:51:11.195Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2840 | 2026-06-01T14:51:11.289Z | Compiling rustls v0.21.12 |
| 2841 | 2026-06-01T14:51:11.321Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2842 | 2026-06-01T14:51:11.324Z | Compiling hickory-server v0.25.2 |
| 2843 | 2026-06-01T14:51:11.466Z | Compiling ratatui v0.29.0 |
| 2844 | 2026-06-01T14:51:11.591Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2845 | 2026-06-01T14:51:11.958Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2846 | 2026-06-01T14:51:12.218Z | Compiling camino-tempfile-ext v0.3.3 |
| 2847 | 2026-06-01T14:51:12.354Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2848 | 2026-06-01T14:51:12.661Z | Compiling progenitor-macro v0.11.2 |
| 2849 | 2026-06-01T14:51:12.884Z | Compiling darling v0.13.4 |
| 2850 | 2026-06-01T14:51:13.004Z | Compiling sled v0.34.7 |
| 2851 | 2026-06-01T14:51:16.067Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2852 | 2026-06-01T14:51:16.097Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2853 | 2026-06-01T14:51:16.359Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2854 | 2026-06-01T14:51:16.825Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2855 | 2026-06-01T14:51:17.377Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2856 | 2026-06-01T14:51:19.753Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2857 | 2026-06-01T14:51:19.902Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2858 | 2026-06-01T14:51:20.648Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2859 | 2026-06-01T14:51:21.278Z | Compiling git2 v0.20.4 |
| 2860 | 2026-06-01T14:51:22.580Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2861 | 2026-06-01T14:51:22.808Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2862 | 2026-06-01T14:51:22.903Z | Compiling progenitor-client v0.11.2 |
| 2863 | 2026-06-01T14:51:23.031Z | Compiling sct v0.7.1 |
| 2864 | 2026-06-01T14:51:23.334Z | Compiling rustls-webpki v0.101.7 |
| 2865 | 2026-06-01T14:51:23.449Z | Compiling secrecy v0.8.0 |
| 2866 | 2026-06-01T14:51:23.655Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2867 | 2026-06-01T14:51:23.952Z | Compiling progenitor v0.11.2 |
| 2868 | 2026-06-01T14:51:24.121Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2869 | 2026-06-01T14:51:24.157Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2870 | 2026-06-01T14:51:24.366Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2871 | 2026-06-01T14:51:24.780Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2872 | 2026-06-01T14:51:25.046Z | Compiling serde_with_macros v1.5.2 |
| 2873 | 2026-06-01T14:51:25.131Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2874 | 2026-06-01T14:51:25.859Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2875 | 2026-06-01T14:51:26.870Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2876 | 2026-06-01T14:51:27.469Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2877 | 2026-06-01T14:51:27.616Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2878 | 2026-06-01T14:51:27.847Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2879 | 2026-06-01T14:51:28.082Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2880 | 2026-06-01T14:51:28.320Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2881 | 2026-06-01T14:51:28.550Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2882 | 2026-06-01T14:51:28.804Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2883 | 2026-06-01T14:51:29.036Z | Compiling void v1.0.2 |
| 2884 | 2026-06-01T14:51:29.285Z | Compiling lzss v0.8.2 |
| 2885 | 2026-06-01T14:51:29.711Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2886 | 2026-06-01T14:51:30.516Z | Compiling illumos-nvpair v0.3.0 |
| 2887 | 2026-06-01T14:51:30.541Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2888 | 2026-06-01T14:51:31.033Z | Compiling serde_with v1.14.0 |
| 2889 | 2026-06-01T14:51:31.060Z | Compiling tokio-rustls v0.24.1 |
| 2890 | 2026-06-01T14:51:31.794Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2891 | 2026-06-01T14:51:32.543Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2892 | 2026-06-01T14:51:32.673Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2893 | 2026-06-01T14:51:33.116Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2894 | 2026-06-01T14:51:33.351Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2895 | 2026-06-01T14:51:34.090Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2896 | 2026-06-01T14:51:34.176Z | Compiling tungstenite v0.23.0 |
| 2897 | 2026-06-01T14:51:34.362Z | Compiling rustls-pemfile v1.0.4 |
| 2898 | 2026-06-01T14:51:34.774Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2899 | 2026-06-01T14:51:34.852Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2900 | 2026-06-01T14:51:35.101Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2901 | 2026-06-01T14:51:35.125Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2902 | 2026-06-01T14:51:35.358Z | Compiling nix v0.27.1 |
| 2903 | 2026-06-01T14:51:36.632Z | Compiling twox-hash v2.1.2 |
| 2904 | 2026-06-01T14:51:36.658Z | Compiling serde_bytes v0.11.19 |
| 2905 | 2026-06-01T14:51:36.967Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2906 | 2026-06-01T14:51:37.062Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2907 | 2026-06-01T14:51:37.192Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2908 | 2026-06-01T14:51:37.533Z | Compiling tokio-tungstenite v0.23.1 |
| 2909 | 2026-06-01T14:51:37.940Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2910 | 2026-06-01T14:51:38.331Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2911 | 2026-06-01T14:51:39.877Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2912 | 2026-06-01T14:51:41.087Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2913 | 2026-06-01T14:51:41.337Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2914 | 2026-06-01T14:51:41.970Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2915 | 2026-06-01T14:51:42.048Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2916 | 2026-06-01T14:51:42.530Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2917 | 2026-06-01T14:51:42.717Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2918 | 2026-06-01T14:51:43.135Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2919 | 2026-06-01T14:51:43.228Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2920 | 2026-06-01T14:51:43.253Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2921 | 2026-06-01T14:51:43.828Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2922 | 2026-06-01T14:51:43.996Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2923 | 2026-06-01T14:51:44.911Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2924 | 2026-06-01T14:51:45.510Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2925 | 2026-06-01T14:51:47.140Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2926 | 2026-06-01T14:51:47.720Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2927 | 2026-06-01T14:51:48.129Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2928 | 2026-06-01T14:51:48.154Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2929 | 2026-06-01T14:51:50.069Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2930 | 2026-06-01T14:51:50.238Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2931 | 2026-06-01T14:51:50.464Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2932 | 2026-06-01T14:51:50.542Z | Compiling signal-hook-tokio v0.3.1 |
| 2933 | 2026-06-01T14:51:50.686Z | Compiling fatfs v0.3.6 |
| 2934 | 2026-06-01T14:51:50.732Z | Compiling yasna v0.5.2 |
| 2935 | 2026-06-01T14:51:50.756Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2936 | 2026-06-01T14:51:51.407Z | Compiling seq-macro v0.3.6 |
| 2937 | 2026-06-01T14:51:51.443Z | Compiling is_ci v1.2.0 |
| 2938 | 2026-06-01T14:51:51.656Z | Compiling assert_matches v1.5.0 |
| 2939 | 2026-06-01T14:51:51.782Z | Compiling supports-color v3.0.2 |
| 2940 | 2026-06-01T14:51:51.868Z | Compiling rcgen v0.12.1 |
| 2941 | 2026-06-01T14:51:51.895Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2942 | 2026-06-01T14:51:52.067Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2943 | 2026-06-01T14:51:52.325Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2944 | 2026-06-01T14:51:53.273Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2945 | 2026-06-01T14:51:53.516Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-06-01T14:51:53.748Z | Compiling subprocess v0.2.15 |
| 2947 | 2026-06-01T14:51:54.500Z | Compiling rtoolbox v0.0.3 |
| 2948 | 2026-06-01T14:51:54.606Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2949 | 2026-06-01T14:51:54.781Z | Compiling rpassword v7.4.0 |
| 2950 | 2026-06-01T14:51:55.145Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2951 | 2026-06-01T14:51:56.046Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2952 | 2026-06-01T14:51:56.206Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-06-01T14:51:56.374Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2954 | 2026-06-01T14:51:56.517Z | Compiling tui-tree-widget v0.23.1 |
| 2955 | 2026-06-01T14:51:56.815Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2956 | 2026-06-01T14:51:58.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2957 | 2026-06-01T14:51:59.121Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2958 | 2026-06-01T14:52:01.276Z | Compiling uzers v0.12.2 |
| 2959 | 2026-06-01T14:52:01.522Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2960 | 2026-06-01T14:52:01.698Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2961 | 2026-06-01T14:52:02.338Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2962 | 2026-06-01T14:52:02.761Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2963 | 2026-06-01T14:52:03.479Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2964 | 2026-06-01T14:52:05.714Z | Compiling support-bundle-viewer v0.1.2 |
| 2965 | 2026-06-01T14:52:07.626Z | Compiling multimap v0.10.1 |
| 2966 | 2026-06-01T14:52:13.671Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2967 | 2026-06-01T14:52:21.473Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2968 | 2026-06-01T14:52:27.557Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2969 | 2026-06-01T14:52:28.601Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2970 | 2026-06-01T14:52:31.460Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2971 | 2026-06-01T14:59:22.593Z | Finished `release` profile [optimized] target(s) in 9m 30s |
| 2972 | 2026-06-01T15:00:09.544Z | |
| 2973 | 2026-06-01T15:00:09.547Z | real 10:18.449701754 |
| 2974 | 2026-06-01T15:00:09.548Z | user 1:25:10.538649116 |
| 2975 | 2026-06-01T15:00:09.548Z | sys 3:59.527494632 |
| 2976 | 2026-06-01T15:00:09.548Z | trap 1.880609088 |
| 2977 | 2026-06-01T15:00:09.548Z | tflt 2.418072282 |
| 2978 | 2026-06-01T15:00:09.548Z | dflt 18.410649074 |
| 2979 | 2026-06-01T15:00:09.548Z | kflt 0.015145702 |
| 2980 | 2026-06-01T15:00:09.548Z | lock 7:49:55.980300052 |
| 2981 | 2026-06-01T15:00:09.548Z | slp 2:33:10.893234203 |
| 2982 | 2026-06-01T15:00:09.548Z | lat 2:52.716224263 |
| 2983 | 2026-06-01T15:00:09.548Z | stop 6:15.929309716 |
| 2984 | 2026-06-01T15:00:09.548Z | + mapfile -t packages |
| 2985 | 2026-06-01T15:00:09.548Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2986 | 2026-06-01T15:00:10.546Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2987 | 2026-06-01T15:00:10.631Z | Running `target/release/omicron-package -t test list-outputs` |
| 2988 | 2026-06-01T15:00:10.699Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2989 | 2026-06-01T15:00:10.703Z | + ptime -m cargo build --locked --release -p xtask |
| 2990 | 2026-06-01T15:00:11.269Z | Compiling libc v0.2.185 |
| 2991 | 2026-06-01T15:00:11.269Z | Compiling serde v1.0.228 |
| 2992 | 2026-06-01T15:00:11.269Z | Compiling serde_core v1.0.228 |
| 2993 | 2026-06-01T15:00:11.274Z | Compiling rustix v1.1.3 |
| 2994 | 2026-06-01T15:00:11.274Z | Compiling bitflags v2.11.0 |
| 2995 | 2026-06-01T15:00:11.369Z | Compiling serde_json v1.0.149 |
| 2996 | 2026-06-01T15:00:11.422Z | Compiling num-traits v0.2.19 |
| 2997 | 2026-06-01T15:00:11.447Z | Compiling syn v2.0.117 |
| 2998 | 2026-06-01T15:00:11.461Z | Compiling smallvec v1.15.1 |
| 2999 | 2026-06-01T15:00:11.472Z | Compiling indexmap v2.14.0 |
| 3000 | 2026-06-01T15:00:11.483Z | Compiling usdt-impl v0.5.0 |
| 3001 | 2026-06-01T15:00:11.509Z | Compiling syn v1.0.109 |
| 3002 | 2026-06-01T15:00:11.522Z | Compiling percent-encoding v2.3.2 |
| 3003 | 2026-06-01T15:00:11.522Z | Compiling getrandom v0.4.1 |
| 3004 | 2026-06-01T15:00:11.723Z | Compiling log v0.4.29 |
| 3005 | 2026-06-01T15:00:11.752Z | Compiling form_urlencoded v1.2.2 |
| 3006 | 2026-06-01T15:00:11.851Z | Compiling fs-err v3.3.0 |
| 3007 | 2026-06-01T15:00:11.927Z | Compiling heck v0.4.1 |
| 3008 | 2026-06-01T15:00:11.983Z | Compiling once_cell v1.21.3 |
| 3009 | 2026-06-01T15:00:11.996Z | Compiling anyhow v1.0.102 |
| 3010 | 2026-06-01T15:00:12.213Z | Compiling thread-id v4.2.2 |
| 3011 | 2026-06-01T15:00:12.269Z | Compiling errno v0.3.14 |
| 3012 | 2026-06-01T15:00:12.274Z | Compiling memmap v0.7.0 |
| 3013 | 2026-06-01T15:00:12.517Z | Compiling ordered-float v2.10.1 |
| 3014 | 2026-06-01T15:00:13.064Z | Compiling proc-macro-error v1.0.4 |
| 3015 | 2026-06-01T15:00:13.297Z | Compiling terminal_size v0.4.3 |
| 3016 | 2026-06-01T15:00:13.297Z | Compiling tempfile v3.25.0 |
| 3017 | 2026-06-01T15:00:13.323Z | Compiling tabled_derive v0.7.0 |
| 3018 | 2026-06-01T15:00:13.400Z | Compiling clap_builder v4.6.0 |
| 3019 | 2026-06-01T15:00:13.403Z | Compiling textwrap v0.16.2 |
| 3020 | 2026-06-01T15:00:13.544Z | Compiling camino-tempfile v1.4.1 |
| 3021 | 2026-06-01T15:00:13.980Z | Compiling synstructure v0.13.2 |
| 3022 | 2026-06-01T15:00:13.980Z | Compiling pest_generator v2.8.6 |
| 3023 | 2026-06-01T15:00:14.005Z | Compiling tabled v0.15.0 |
| 3024 | 2026-06-01T15:00:14.363Z | Compiling serde_derive v1.0.228 |
| 3025 | 2026-06-01T15:00:14.363Z | Compiling zerovec-derive v0.11.2 |
| 3026 | 2026-06-01T15:00:14.367Z | Compiling displaydoc v0.2.5 |
| 3027 | 2026-06-01T15:00:14.367Z | Compiling thiserror-impl v1.0.69 |
| 3028 | 2026-06-01T15:00:14.367Z | Compiling zerocopy-derive v0.7.35 |
| 3029 | 2026-06-01T15:00:14.367Z | Compiling scroll_derive v0.12.1 |
| 3030 | 2026-06-01T15:00:14.367Z | Compiling thiserror-impl v2.0.18 |
| 3031 | 2026-06-01T15:00:14.367Z | Compiling clap_derive v4.6.1 |
| 3032 | 2026-06-01T15:00:14.411Z | Compiling zerofrom-derive v0.1.6 |
| 3033 | 2026-06-01T15:00:14.519Z | Compiling yoke-derive v0.8.1 |
| 3034 | 2026-06-01T15:00:14.636Z | Compiling pest_derive v2.8.6 |
| 3035 | 2026-06-01T15:00:15.081Z | Compiling scroll v0.12.0 |
| 3036 | 2026-06-01T15:00:15.226Z | Compiling zerocopy v0.7.35 |
| 3037 | 2026-06-01T15:00:15.433Z | Compiling goblin v0.8.2 |
| 3038 | 2026-06-01T15:00:15.573Z | Compiling thiserror v1.0.69 |
| 3039 | 2026-06-01T15:00:15.636Z | Compiling zerofrom v0.1.6 |
| 3040 | 2026-06-01T15:00:15.697Z | Compiling dtrace-parser v0.2.0 |
| 3041 | 2026-06-01T15:00:15.750Z | Compiling yoke v0.8.1 |
| 3042 | 2026-06-01T15:00:15.781Z | Compiling thiserror v2.0.18 |
| 3043 | 2026-06-01T15:00:15.974Z | Compiling zerovec v0.11.5 |
| 3044 | 2026-06-01T15:00:16.008Z | Compiling zerotrie v0.2.3 |
| 3045 | 2026-06-01T15:00:16.080Z | Compiling clap v4.6.1 |
| 3046 | 2026-06-01T15:00:16.576Z | Compiling tinystr v0.8.2 |
| 3047 | 2026-06-01T15:00:16.838Z | Compiling icu_locale_core v2.1.1 |
| 3048 | 2026-06-01T15:00:17.521Z | Compiling potential_utf v0.1.4 |
| 3049 | 2026-06-01T15:00:17.617Z | Compiling icu_provider v2.1.1 |
| 3050 | 2026-06-01T15:00:17.701Z | Compiling icu_collections v2.1.1 |
| 3051 | 2026-06-01T15:00:17.870Z | Compiling toml_datetime v0.6.11 |
| 3052 | 2026-06-01T15:00:17.911Z | Compiling serde_spanned v0.6.9 |
| 3053 | 2026-06-01T15:00:17.923Z | Compiling serde-value v0.7.0 |
| 3054 | 2026-06-01T15:00:17.996Z | Compiling cargo-platform v0.2.0 |
| 3055 | 2026-06-01T15:00:18.006Z | Compiling dof v0.3.0 |
| 3056 | 2026-06-01T15:00:18.016Z | Compiling macaddr v1.0.1 |
| 3057 | 2026-06-01T15:00:18.098Z | Compiling icu_properties v2.1.2 |
| 3058 | 2026-06-01T15:00:18.111Z | Compiling icu_normalizer v2.1.1 |
| 3059 | 2026-06-01T15:00:18.111Z | Compiling toml_edit v0.22.27 |
| 3060 | 2026-06-01T15:00:18.298Z | Compiling serde_tokenstream v0.2.3 |
| 3061 | 2026-06-01T15:00:19.015Z | Compiling idna_adapter v1.2.1 |
| 3062 | 2026-06-01T15:00:19.123Z | Compiling idna v1.1.0 |
| 3063 | 2026-06-01T15:00:19.159Z | Compiling usdt-attr-macro v0.5.0 |
| 3064 | 2026-06-01T15:00:19.193Z | Compiling usdt-macro v0.5.0 |
| 3065 | 2026-06-01T15:00:19.496Z | Compiling url v2.5.8 |
| 3066 | 2026-06-01T15:00:19.680Z | Compiling toml v0.8.23 |
| 3067 | 2026-06-01T15:00:19.843Z | Compiling usdt v0.5.0 |
| 3068 | 2026-06-01T15:00:20.142Z | Compiling cargo-util-schemas v0.8.2 |
| 3069 | 2026-06-01T15:00:20.160Z | Compiling cargo_toml v0.21.0 |
| 3070 | 2026-06-01T15:00:21.164Z | Compiling cargo_metadata v0.21.0 |
| 3071 | 2026-06-01T15:00:24.274Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3072 | 2026-06-01T15:00:27.286Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 3073 | 2026-06-01T15:00:27.465Z | |
| 3074 | 2026-06-01T15:00:27.465Z | real 16.720694617 |
| 3075 | 2026-06-01T15:00:27.465Z | user 2:21.489307846 |
| 3076 | 2026-06-01T15:00:27.465Z | sys 17.506652174 |
| 3077 | 2026-06-01T15:00:27.465Z | trap 0.094548811 |
| 3078 | 2026-06-01T15:00:27.468Z | tflt 0.475246157 |
| 3079 | 2026-06-01T15:00:27.468Z | dflt 1.499699078 |
| 3080 | 2026-06-01T15:00:27.468Z | kflt 0.000110771 |
| 3081 | 2026-06-01T15:00:27.468Z | lock 5:19.421603600 |
| 3082 | 2026-06-01T15:00:27.468Z | slp 3:27.085552386 |
| 3083 | 2026-06-01T15:00:27.468Z | lat 6.852046804 |
| 3084 | 2026-06-01T15:00:27.468Z | stop 21.675740808 |
| 3085 | 2026-06-01T15:00:27.468Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3086 | 2026-06-01T15:00:27.469Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3087 | 2026-06-01T15:00:27.469Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3088 | 2026-06-01T15:00:27.469Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3089 | 2026-06-01T15:00:27.469Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3090 | 2026-06-01T15:00:28.536Z | Compiling newtype-uuid-macros v0.1.0 |
| 3091 | 2026-06-01T15:00:28.540Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-06-01T15:00:28.540Z | Compiling debug-ignore v1.0.5 |
| 3093 | 2026-06-01T15:00:28.540Z | Compiling rustls v0.22.4 |
| 3094 | 2026-06-01T15:00:28.540Z | Compiling rustls-webpki v0.102.8 |
| 3095 | 2026-06-01T15:00:28.540Z | Compiling structmeta-derive v0.3.0 |
| 3096 | 2026-06-01T15:00:28.540Z | Compiling multer v3.1.0 |
| 3097 | 2026-06-01T15:00:28.540Z | Compiling compression-core v0.4.31 |
| 3098 | 2026-06-01T15:00:28.702Z | Compiling match_cfg v0.1.0 |
| 3099 | 2026-06-01T15:00:28.706Z | Compiling slog-json v2.6.1 |
| 3100 | 2026-06-01T15:00:28.714Z | Compiling async-stream-impl v0.3.6 |
| 3101 | 2026-06-01T15:00:28.717Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3102 | 2026-06-01T15:00:28.717Z | Compiling serde_spanned v1.0.4 |
| 3103 | 2026-06-01T15:00:28.717Z | Compiling dropshot v0.17.0 |
| 3104 | 2026-06-01T15:00:28.841Z | Compiling compression-codecs v0.4.37 |
| 3105 | 2026-06-01T15:00:28.845Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3106 | 2026-06-01T15:00:28.901Z | Compiling progenitor-client v0.14.0 |
| 3107 | 2026-06-01T15:00:28.962Z | Compiling hostname v0.3.1 |
| 3108 | 2026-06-01T15:00:28.998Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-06-01T15:00:29.036Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-06-01T15:00:29.094Z | Compiling async-compression v0.4.41 |
| 3111 | 2026-06-01T15:00:29.130Z | Compiling slog-bunyan v2.5.0 |
| 3112 | 2026-06-01T15:00:29.134Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3113 | 2026-06-01T15:00:29.172Z | Compiling dropshot_endpoint v0.17.0 |
| 3114 | 2026-06-01T15:00:29.175Z | Compiling hostname v0.4.2 |
| 3115 | 2026-06-01T15:00:29.214Z | Compiling serde_path_to_error v0.1.20 |
| 3116 | 2026-06-01T15:00:29.254Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3117 | 2026-06-01T15:00:29.292Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3118 | 2026-06-01T15:00:29.311Z | Compiling itertools v0.14.0 |
| 3119 | 2026-06-01T15:00:29.315Z | Compiling regress v0.10.5 |
| 3120 | 2026-06-01T15:00:29.315Z | Compiling macaddr v1.0.1 |
| 3121 | 2026-06-01T15:00:29.414Z | Compiling instant v0.1.13 |
| 3122 | 2026-06-01T15:00:29.450Z | Compiling progenitor-client v0.13.0 |
| 3123 | 2026-06-01T15:00:29.471Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3124 | 2026-06-01T15:00:29.492Z | Compiling async-stream v0.3.6 |
| 3125 | 2026-06-01T15:00:29.512Z | Compiling backon v1.6.0 |
| 3126 | 2026-06-01T15:00:29.552Z | Compiling backoff v0.4.0 |
| 3127 | 2026-06-01T15:00:29.571Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3128 | 2026-06-01T15:00:29.611Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3129 | 2026-06-01T15:00:29.630Z | Compiling humantime v2.3.0 |
| 3130 | 2026-06-01T15:00:29.704Z | Compiling progenitor-extras v0.2.0 |
| 3131 | 2026-06-01T15:00:29.704Z | Compiling convert_case v0.4.0 |
| 3132 | 2026-06-01T15:00:29.743Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3133 | 2026-06-01T15:00:29.764Z | Compiling secrecy v0.10.3 |
| 3134 | 2026-06-01T15:00:29.785Z | Compiling universal-hash v0.5.1 |
| 3135 | 2026-06-01T15:00:29.803Z | Compiling crucible-workspace-hack v0.1.0 |
| 3136 | 2026-06-01T15:00:29.910Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3137 | 2026-06-01T15:00:29.931Z | Compiling opaque-debug v0.3.1 |
| 3138 | 2026-06-01T15:00:29.953Z | Compiling half v2.7.1 |
| 3139 | 2026-06-01T15:00:29.975Z | Compiling ciborium-io v0.2.2 |
| 3140 | 2026-06-01T15:00:29.995Z | Compiling structmeta v0.3.0 |
| 3141 | 2026-06-01T15:00:29.995Z | Compiling aead v0.5.2 |
| 3142 | 2026-06-01T15:00:30.035Z | Compiling poly1305 v0.8.0 |
| 3143 | 2026-06-01T15:00:30.076Z | Compiling chacha20 v0.9.1 |
| 3144 | 2026-06-01T15:00:30.099Z | Compiling byte-wrapper v0.1.0 |
| 3145 | 2026-06-01T15:00:30.140Z | Compiling derive_more v0.99.20 |
| 3146 | 2026-06-01T15:00:30.158Z | Compiling regress v0.11.1 |
| 3147 | 2026-06-01T15:00:30.196Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3148 | 2026-06-01T15:00:30.215Z | Compiling ciborium-ll v0.2.2 |
| 3149 | 2026-06-01T15:00:30.242Z | Compiling derive-ex v0.1.8 |
| 3150 | 2026-06-01T15:00:30.260Z | Compiling parse-display-derive v0.10.0 |
| 3151 | 2026-06-01T15:00:30.289Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3152 | 2026-06-01T15:00:30.362Z | Compiling blake2 v0.10.6 |
| 3153 | 2026-06-01T15:00:30.458Z | Compiling ciborium v0.2.2 |
| 3154 | 2026-06-01T15:00:30.487Z | Compiling password-hash v0.5.0 |
| 3155 | 2026-06-01T15:00:30.506Z | Compiling unsafe-libyaml v0.2.11 |
| 3156 | 2026-06-01T15:00:30.535Z | Compiling chacha20poly1305 v0.10.1 |
| 3157 | 2026-06-01T15:00:30.610Z | Compiling indent_write v2.2.0 |
| 3158 | 2026-06-01T15:00:30.714Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3159 | 2026-06-01T15:00:30.782Z | Compiling argon2 v0.5.3 |
| 3160 | 2026-06-01T15:00:30.843Z | Compiling num-rational v0.4.2 |
| 3161 | 2026-06-01T15:00:30.911Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3162 | 2026-06-01T15:00:30.927Z | Compiling num-complex v0.4.6 |
| 3163 | 2026-06-01T15:00:30.955Z | Compiling heapless v0.8.0 |
| 3164 | 2026-06-01T15:00:30.975Z | Compiling ingot-macros v0.1.1 |
| 3165 | 2026-06-01T15:00:31.000Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3166 | 2026-06-01T15:00:31.063Z | Compiling serde_yaml v0.9.34+deprecated |
| 3167 | 2026-06-01T15:00:31.282Z | Compiling tokio-rustls v0.25.0 |
| 3168 | 2026-06-01T15:00:31.348Z | Compiling num v0.4.3 |
| 3169 | 2026-06-01T15:00:31.409Z | Compiling atomicwrites v0.4.4 |
| 3170 | 2026-06-01T15:00:31.451Z | Compiling camino-tempfile v1.4.1 |
| 3171 | 2026-06-01T15:00:31.469Z | Compiling proc-macro-crate v3.4.0 |
| 3172 | 2026-06-01T15:00:31.549Z | Compiling thiserror-no-std v2.0.2 |
| 3173 | 2026-06-01T15:00:31.552Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3174 | 2026-06-01T15:00:31.636Z | Compiling hash32 v0.3.1 |
| 3175 | 2026-06-01T15:00:31.670Z | Compiling vsss-rs v3.3.4 |
| 3176 | 2026-06-01T15:00:31.730Z | Compiling typify-impl v0.6.2 |
| 3177 | 2026-06-01T15:00:31.826Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3178 | 2026-06-01T15:00:31.940Z | Compiling float-ord v0.3.2 |
| 3179 | 2026-06-01T15:00:32.012Z | Compiling smoltcp v0.11.0 |
| 3180 | 2026-06-01T15:00:32.040Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3181 | 2026-06-01T15:00:32.060Z | Compiling test-strategy v0.4.5 |
| 3182 | 2026-06-01T15:00:32.079Z | Compiling parse-display v0.10.0 |
| 3183 | 2026-06-01T15:00:32.099Z | Compiling num_enum_derive v0.7.6 |
| 3184 | 2026-06-01T15:00:32.172Z | Compiling tabwriter v1.4.1 |
| 3185 | 2026-06-01T15:00:32.422Z | Compiling cobs v0.3.0 |
| 3186 | 2026-06-01T15:00:32.442Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3187 | 2026-06-01T15:00:32.462Z | Compiling proc-macro-error v1.0.4 |
| 3188 | 2026-06-01T15:00:32.599Z | Compiling postcard v1.1.3 |
| 3189 | 2026-06-01T15:00:32.639Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3190 | 2026-06-01T15:00:32.663Z | Compiling proc-macro-crate v1.3.1 |
| 3191 | 2026-06-01T15:00:32.711Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3192 | 2026-06-01T15:00:32.806Z | Compiling foreign-types-macros v0.2.3 |
| 3193 | 2026-06-01T15:00:32.826Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3194 | 2026-06-01T15:00:32.829Z | Compiling foreign-types-shared v0.3.1 |
| 3195 | 2026-06-01T15:00:32.967Z | Compiling colored v3.1.1 |
| 3196 | 2026-06-01T15:00:32.986Z | Compiling rayon-core v1.13.0 |
| 3197 | 2026-06-01T15:00:33.043Z | Compiling cpufeatures v0.3.0 |
| 3198 | 2026-06-01T15:00:33.125Z | Compiling num_enum_derive v0.5.11 |
| 3199 | 2026-06-01T15:00:33.144Z | Compiling chacha20 v0.10.0 |
| 3200 | 2026-06-01T15:00:33.171Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3201 | 2026-06-01T15:00:33.240Z | Compiling num_enum v0.7.6 |
| 3202 | 2026-06-01T15:00:33.374Z | Compiling crossbeam-deque v0.8.6 |
| 3203 | 2026-06-01T15:00:33.394Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3204 | 2026-06-01T15:00:33.415Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3205 | 2026-06-01T15:00:33.470Z | Compiling foreign-types v0.5.0 |
| 3206 | 2026-06-01T15:00:33.490Z | Compiling cstr-argument v0.1.2 |
| 3207 | 2026-06-01T15:00:33.523Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 3208 | 2026-06-01T15:00:33.543Z | Compiling rand v0.10.1 |
| 3209 | 2026-06-01T15:00:33.611Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3210 | 2026-06-01T15:00:33.662Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3211 | 2026-06-01T15:00:33.686Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3212 | 2026-06-01T15:00:33.768Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3213 | 2026-06-01T15:00:33.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3214 | 2026-06-01T15:00:33.885Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3215 | 2026-06-01T15:00:33.924Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3216 | 2026-06-01T15:00:33.944Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3217 | 2026-06-01T15:00:33.967Z | Compiling ingot-types v0.1.2 |
| 3218 | 2026-06-01T15:00:33.988Z | Compiling winnow v1.0.3 |
| 3219 | 2026-06-01T15:00:34.063Z | Compiling rayon v1.11.0 |
| 3220 | 2026-06-01T15:00:34.226Z | Compiling zone_cfg_derive v0.3.1 |
| 3221 | 2026-06-01T15:00:34.273Z | Compiling num_enum v0.5.11 |
| 3222 | 2026-06-01T15:00:34.276Z | Compiling toml v0.8.23 |
| 3223 | 2026-06-01T15:00:34.312Z | Compiling itertools v0.12.1 |
| 3224 | 2026-06-01T15:00:34.334Z | Compiling num-derive v0.4.2 |
| 3225 | 2026-06-01T15:00:34.358Z | Compiling sigpipe v0.1.3 |
| 3226 | 2026-06-01T15:00:34.426Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3227 | 2026-06-01T15:00:34.446Z | Compiling ingot v0.1.1 |
| 3228 | 2026-06-01T15:00:34.474Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3229 | 2026-06-01T15:00:34.494Z | Compiling glob v0.3.3 |
| 3230 | 2026-06-01T15:00:34.515Z | Compiling smf v0.2.3 |
| 3231 | 2026-06-01T15:00:34.569Z | Compiling whoami v1.6.1 |
| 3232 | 2026-06-01T15:00:34.899Z | Compiling prettyplease v0.2.37 |
| 3233 | 2026-06-01T15:00:34.953Z | Compiling usdt-macro v0.5.0 |
| 3234 | 2026-06-01T15:00:34.972Z | Compiling usdt-attr-macro v0.5.0 |
| 3235 | 2026-06-01T15:00:34.992Z | Compiling gethostname v0.5.0 |
| 3236 | 2026-06-01T15:00:35.076Z | Compiling derive-where v1.6.0 |
| 3237 | 2026-06-01T15:00:35.125Z | Compiling memmap v0.7.0 |
| 3238 | 2026-06-01T15:00:35.145Z | Compiling resolv-conf v0.7.6 |
| 3239 | 2026-06-01T15:00:35.145Z | Compiling console v0.15.11 |
| 3240 | 2026-06-01T15:00:35.330Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3241 | 2026-06-01T15:00:35.347Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3242 | 2026-06-01T15:00:35.522Z | Compiling zone v0.3.1 |
| 3243 | 2026-06-01T15:00:35.572Z | Compiling newline-converter v0.3.0 |
| 3244 | 2026-06-01T15:00:35.721Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3245 | 2026-06-01T15:00:35.748Z | Compiling owo-colors v4.3.0 |
| 3246 | 2026-06-01T15:00:35.769Z | Compiling cancel-safe-futures v0.1.5 |
| 3247 | 2026-06-01T15:00:35.792Z | Compiling expectorate v1.2.0 |
| 3248 | 2026-06-01T15:00:35.792Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3249 | 2026-06-01T15:00:35.837Z | Compiling usdt v0.5.0 |
| 3250 | 2026-06-01T15:00:35.860Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3251 | 2026-06-01T15:00:35.999Z | Compiling libsw-core v0.3.2 |
| 3252 | 2026-06-01T15:00:36.150Z | Compiling libsw v3.5.0 |
| 3253 | 2026-06-01T15:00:36.194Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3254 | 2026-06-01T15:00:36.215Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3255 | 2026-06-01T15:00:36.254Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3256 | 2026-06-01T15:00:36.353Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3257 | 2026-06-01T15:00:36.374Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3258 | 2026-06-01T15:00:36.398Z | Compiling hickory-proto v0.24.4 |
| 3259 | 2026-06-01T15:00:36.422Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3260 | 2026-06-01T15:00:36.426Z | Compiling typify-macro v0.6.2 |
| 3261 | 2026-06-01T15:00:36.426Z | Compiling linear-map v1.2.0 |
| 3262 | 2026-06-01T15:00:36.483Z | Compiling minimal-lexical v0.2.1 |
| 3263 | 2026-06-01T15:00:36.520Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3264 | 2026-06-01T15:00:36.562Z | Compiling linked-hash-map v0.5.6 |
| 3265 | 2026-06-01T15:00:36.663Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3266 | 2026-06-01T15:00:36.683Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3267 | 2026-06-01T15:00:36.700Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3268 | 2026-06-01T15:00:36.772Z | Compiling lru-cache v0.1.2 |
| 3269 | 2026-06-01T15:00:36.792Z | Compiling nom v7.1.3 |
| 3270 | 2026-06-01T15:00:36.796Z | Compiling tokio-dtrace v0.1.1 |
| 3271 | 2026-06-01T15:00:36.939Z | Compiling csv-core v0.1.13 |
| 3272 | 2026-06-01T15:00:36.978Z | Compiling slog-dtrace v0.3.0 |
| 3273 | 2026-06-01T15:00:37.024Z | Compiling tagptr v0.2.0 |
| 3274 | 2026-06-01T15:00:37.050Z | Compiling highway v1.3.0 |
| 3275 | 2026-06-01T15:00:37.188Z | Compiling semver v0.1.20 |
| 3276 | 2026-06-01T15:00:37.213Z | Compiling moka v0.12.13 |
| 3277 | 2026-06-01T15:00:37.250Z | Compiling csv v1.4.0 |
| 3278 | 2026-06-01T15:00:37.298Z | Compiling oxide-tokio-rt v0.1.4 |
| 3279 | 2026-06-01T15:00:37.404Z | Compiling rustc_version v0.1.7 |
| 3280 | 2026-06-01T15:00:37.440Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3281 | 2026-06-01T15:00:37.458Z | Compiling phf_shared v0.12.1 |
| 3282 | 2026-06-01T15:00:37.522Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3283 | 2026-06-01T15:00:37.635Z | Compiling chrono-tz v0.10.4 |
| 3284 | 2026-06-01T15:00:37.670Z | Compiling const_format_proc_macros v0.2.34 |
| 3285 | 2026-06-01T15:00:37.689Z | Compiling newtype_derive v0.1.6 |
| 3286 | 2026-06-01T15:00:37.692Z | Compiling phf v0.12.1 |
| 3287 | 2026-06-01T15:00:37.889Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3288 | 2026-06-01T15:00:37.952Z | Compiling hickory-resolver v0.25.2 |
| 3289 | 2026-06-01T15:00:38.040Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3290 | 2026-06-01T15:00:38.126Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3291 | 2026-06-01T15:00:38.147Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3292 | 2026-06-01T15:00:38.180Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3293 | 2026-06-01T15:00:38.223Z | Compiling num-derive v0.3.3 |
| 3294 | 2026-06-01T15:00:38.274Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3295 | 2026-06-01T15:00:38.381Z | Compiling typify v0.6.2 |
| 3296 | 2026-06-01T15:00:38.419Z | Compiling bcs v0.1.6 |
| 3297 | 2026-06-01T15:00:38.567Z | Compiling progenitor-impl v0.14.0 |
| 3298 | 2026-06-01T15:00:38.592Z | Compiling progenitor-impl v0.13.0 |
| 3299 | 2026-06-01T15:00:38.611Z | Compiling const_format v0.2.35 |
| 3300 | 2026-06-01T15:00:38.810Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3301 | 2026-06-01T15:00:38.843Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3302 | 2026-06-01T15:00:38.865Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3303 | 2026-06-01T15:00:38.974Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3304 | 2026-06-01T15:00:38.994Z | Compiling hickory-resolver v0.24.4 |
| 3305 | 2026-06-01T15:00:39.225Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3306 | 2026-06-01T15:00:39.425Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3307 | 2026-06-01T15:00:39.730Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3308 | 2026-06-01T15:00:39.781Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3309 | 2026-06-01T15:00:39.869Z | Compiling termtree v0.5.1 |
| 3310 | 2026-06-01T15:00:39.936Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3311 | 2026-06-01T15:00:40.064Z | Compiling qorb v0.4.1 |
| 3312 | 2026-06-01T15:00:40.196Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3313 | 2026-06-01T15:00:40.216Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3314 | 2026-06-01T15:00:40.408Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-06-01T15:00:40.485Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3316 | 2026-06-01T15:00:40.587Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3317 | 2026-06-01T15:00:40.627Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3318 | 2026-06-01T15:00:40.760Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3319 | 2026-06-01T15:00:40.794Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3320 | 2026-06-01T15:00:41.124Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3321 | 2026-06-01T15:00:41.294Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3322 | 2026-06-01T15:00:41.326Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3323 | 2026-06-01T15:00:41.360Z | Compiling progenitor-macro v0.13.0 |
| 3324 | 2026-06-01T15:00:41.378Z | Compiling progenitor-macro v0.14.0 |
| 3325 | 2026-06-01T15:00:41.455Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3326 | 2026-06-01T15:00:41.474Z | Compiling tabled_derive v0.7.0 |
| 3327 | 2026-06-01T15:00:41.596Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3328 | 2026-06-01T15:00:41.626Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3329 | 2026-06-01T15:00:41.757Z | Compiling textwrap v0.16.2 |
| 3330 | 2026-06-01T15:00:41.847Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3331 | 2026-06-01T15:00:41.934Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3332 | 2026-06-01T15:00:42.136Z | Compiling steno v0.4.1 |
| 3333 | 2026-06-01T15:00:42.164Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3334 | 2026-06-01T15:00:42.191Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3335 | 2026-06-01T15:00:42.216Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3336 | 2026-06-01T15:00:42.277Z | Compiling libefi-sys v0.1.0 |
| 3337 | 2026-06-01T15:00:42.545Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3338 | 2026-06-01T15:00:42.564Z | Compiling tabled v0.15.0 |
| 3339 | 2026-06-01T15:00:42.667Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3340 | 2026-06-01T15:00:42.770Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3341 | 2026-06-01T15:00:42.845Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3342 | 2026-06-01T15:00:43.059Z | Compiling git-stub v1.0.0 |
| 3343 | 2026-06-01T15:00:43.173Z | Compiling bitfield-struct v0.6.2 |
| 3344 | 2026-06-01T15:00:43.196Z | Compiling nom v8.0.0 |
| 3345 | 2026-06-01T15:00:43.366Z | Compiling git-stub-vcs v0.1.0 |
| 3346 | 2026-06-01T15:00:43.589Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3347 | 2026-06-01T15:00:43.776Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3348 | 2026-06-01T15:00:43.889Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3349 | 2026-06-01T15:00:43.909Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3350 | 2026-06-01T15:00:44.087Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3351 | 2026-06-01T15:00:44.212Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3352 | 2026-06-01T15:00:44.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3353 | 2026-06-01T15:00:44.425Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3354 | 2026-06-01T15:00:44.485Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3355 | 2026-06-01T15:00:44.528Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3356 | 2026-06-01T15:00:44.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-06-01T15:00:44.707Z | Compiling xshell-macros v0.2.7 |
| 3358 | 2026-06-01T15:00:44.736Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3359 | 2026-06-01T15:00:44.832Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3360 | 2026-06-01T15:00:44.857Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3361 | 2026-06-01T15:00:44.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3362 | 2026-06-01T15:00:45.141Z | Compiling xshell v0.2.7 |
| 3363 | 2026-06-01T15:00:45.182Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3364 | 2026-06-01T15:00:45.350Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3365 | 2026-06-01T15:00:45.427Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3366 | 2026-06-01T15:00:45.530Z | Compiling primeorder v0.13.6 |
| 3367 | 2026-06-01T15:00:45.598Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3368 | 2026-06-01T15:00:45.714Z | Compiling salty v0.3.0 |
| 3369 | 2026-06-01T15:00:45.827Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3370 | 2026-06-01T15:00:45.849Z | Compiling base64 v0.21.7 |
| 3371 | 2026-06-01T15:00:45.893Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3372 | 2026-06-01T15:00:46.024Z | Compiling radium v0.7.0 |
| 3373 | 2026-06-01T15:00:46.228Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3374 | 2026-06-01T15:00:46.336Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3375 | 2026-06-01T15:00:46.499Z | Compiling p384 v0.13.1 |
| 3376 | 2026-06-01T15:00:46.522Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-06-01T15:00:46.526Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3378 | 2026-06-01T15:00:46.560Z | Compiling typify-impl v0.4.3 |
| 3379 | 2026-06-01T15:00:46.580Z | Compiling progenitor v0.13.0 |
| 3380 | 2026-06-01T15:00:46.601Z | Compiling tap v1.0.1 |
| 3381 | 2026-06-01T15:00:46.627Z | Compiling progenitor v0.14.0 |
| 3382 | 2026-06-01T15:00:46.758Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3383 | 2026-06-01T15:00:46.777Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3384 | 2026-06-01T15:00:46.811Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3385 | 2026-06-01T15:00:46.831Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3386 | 2026-06-01T15:00:47.088Z | Compiling maybe-uninit v2.0.0 |
| 3387 | 2026-06-01T15:00:47.147Z | Compiling wyz v0.5.1 |
| 3388 | 2026-06-01T15:00:47.279Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3389 | 2026-06-01T15:00:47.387Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3390 | 2026-06-01T15:00:47.437Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3391 | 2026-06-01T15:00:47.490Z | Compiling packed_struct v0.10.1 |
| 3392 | 2026-06-01T15:00:47.558Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3393 | 2026-06-01T15:00:47.663Z | Compiling parking_lot_core v0.8.6 |
| 3394 | 2026-06-01T15:00:47.817Z | Compiling utf-8 v0.7.6 |
| 3395 | 2026-06-01T15:00:47.845Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3396 | 2026-06-01T15:00:47.965Z | Compiling funty v2.0.0 |
| 3397 | 2026-06-01T15:00:48.070Z | Compiling tungstenite v0.21.0 |
| 3398 | 2026-06-01T15:00:48.118Z | Compiling proc-macro-error2 v2.0.1 |
| 3399 | 2026-06-01T15:00:48.497Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3400 | 2026-06-01T15:00:48.642Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3401 | 2026-06-01T15:00:48.970Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3402 | 2026-06-01T15:00:49.291Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3403 | 2026-06-01T15:00:49.517Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3404 | 2026-06-01T15:00:49.770Z | Compiling bitvec v1.0.1 |
| 3405 | 2026-06-01T15:00:49.953Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3406 | 2026-06-01T15:00:50.077Z | Compiling polyval v0.6.2 |
| 3407 | 2026-06-01T15:00:50.220Z | Compiling packed_struct_codegen v0.10.1 |
| 3408 | 2026-06-01T15:00:50.347Z | Compiling zerocopy-derive v0.6.6 |
| 3409 | 2026-06-01T15:00:50.397Z | Compiling bitfield-macros v0.19.4 |
| 3410 | 2026-06-01T15:00:50.532Z | Compiling indexmap v1.9.3 |
| 3411 | 2026-06-01T15:00:50.774Z | Compiling nodrop v0.1.14 |
| 3412 | 2026-06-01T15:00:50.910Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3413 | 2026-06-01T15:00:51.080Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3414 | 2026-06-01T15:00:51.173Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3415 | 2026-06-01T15:00:51.254Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3416 | 2026-06-01T15:00:51.273Z | Compiling crc-catalog v2.4.0 |
| 3417 | 2026-06-01T15:00:51.273Z | Compiling typify-macro v0.4.3 |
| 3418 | 2026-06-01T15:00:51.379Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3419 | 2026-06-01T15:00:51.411Z | Compiling crc v3.4.0 |
| 3420 | 2026-06-01T15:00:51.559Z | Compiling zerocopy v0.6.6 |
| 3421 | 2026-06-01T15:00:51.658Z | Compiling bitfield v0.19.4 |
| 3422 | 2026-06-01T15:00:51.677Z | Compiling array-init v0.0.4 |
| 3423 | 2026-06-01T15:00:51.702Z | Compiling ghash v0.5.1 |
| 3424 | 2026-06-01T15:00:51.749Z | Compiling smallvec v0.6.14 |
| 3425 | 2026-06-01T15:00:51.795Z | Compiling tokio-tungstenite v0.21.0 |
| 3426 | 2026-06-01T15:00:51.915Z | Compiling tabled_derive v0.11.0 |
| 3427 | 2026-06-01T15:00:52.026Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3428 | 2026-06-01T15:00:52.060Z | Compiling papergrid v0.17.0 |
| 3429 | 2026-06-01T15:00:52.111Z | Compiling testing_table v0.3.0 |
| 3430 | 2026-06-01T15:00:52.214Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3431 | 2026-06-01T15:00:52.236Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3432 | 2026-06-01T15:00:52.239Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3433 | 2026-06-01T15:00:52.280Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3434 | 2026-06-01T15:00:52.315Z | Compiling ctr v0.9.2 |
| 3435 | 2026-06-01T15:00:52.349Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3436 | 2026-06-01T15:00:52.420Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3437 | 2026-06-01T15:00:52.543Z | Compiling corncobs v0.1.4 |
| 3438 | 2026-06-01T15:00:52.562Z | Compiling hashbrown v0.12.3 |
| 3439 | 2026-06-01T15:00:52.586Z | Compiling unicase v2.9.0 |
| 3440 | 2026-06-01T15:00:52.609Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3441 | 2026-06-01T15:00:52.709Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3442 | 2026-06-01T15:00:52.756Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3443 | 2026-06-01T15:00:52.776Z | Compiling aes-gcm v0.10.3 |
| 3444 | 2026-06-01T15:00:52.853Z | Compiling mime_guess v2.0.5 |
| 3445 | 2026-06-01T15:00:52.877Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3446 | 2026-06-01T15:00:52.986Z | Compiling parking_lot v0.11.2 |
| 3447 | 2026-06-01T15:00:53.006Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3448 | 2026-06-01T15:00:53.048Z | Compiling serde-hex v0.1.0 |
| 3449 | 2026-06-01T15:00:53.097Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3450 | 2026-06-01T15:00:53.156Z | Compiling typify v0.4.3 |
| 3451 | 2026-06-01T15:00:53.173Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3452 | 2026-06-01T15:00:53.210Z | Compiling tabled v0.20.0 |
| 3453 | 2026-06-01T15:00:53.304Z | Compiling progenitor-impl v0.11.2 |
| 3454 | 2026-06-01T15:00:53.321Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3455 | 2026-06-01T15:00:53.343Z | Compiling ron v0.8.1 |
| 3456 | 2026-06-01T15:00:53.413Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3457 | 2026-06-01T15:00:53.453Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3458 | 2026-06-01T15:00:53.454Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3459 | 2026-06-01T15:00:53.490Z | Compiling hashbrown v0.13.2 |
| 3460 | 2026-06-01T15:00:53.807Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3461 | 2026-06-01T15:00:53.856Z | Compiling progenitor-client v0.11.2 |
| 3462 | 2026-06-01T15:00:53.963Z | Compiling ssh-encoding v0.2.0 |
| 3463 | 2026-06-01T15:00:53.985Z | Compiling prefix-trie v0.7.0 |
| 3464 | 2026-06-01T15:00:54.020Z | Compiling blowfish v0.9.1 |
| 3465 | 2026-06-01T15:00:54.060Z | Compiling fxhash v0.2.1 |
| 3466 | 2026-06-01T15:00:54.219Z | Compiling secrecy v0.8.0 |
| 3467 | 2026-06-01T15:00:54.242Z | Compiling crc-any v2.5.0 |
| 3468 | 2026-06-01T15:00:54.272Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3469 | 2026-06-01T15:00:54.293Z | Compiling sled v0.34.7 |
| 3470 | 2026-06-01T15:00:54.312Z | Compiling ssh-cipher v0.2.0 |
| 3471 | 2026-06-01T15:00:54.403Z | Compiling hickory-server v0.25.2 |
| 3472 | 2026-06-01T15:00:54.421Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3473 | 2026-06-01T15:00:54.523Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3474 | 2026-06-01T15:00:54.584Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3475 | 2026-06-01T15:00:54.715Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3476 | 2026-06-01T15:00:54.851Z | Compiling object v0.30.4 |
| 3477 | 2026-06-01T15:00:54.922Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3478 | 2026-06-01T15:00:55.076Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3479 | 2026-06-01T15:00:55.096Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3480 | 2026-06-01T15:00:55.153Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3481 | 2026-06-01T15:00:55.228Z | Compiling password-hash v0.4.2 |
| 3482 | 2026-06-01T15:00:55.250Z | Compiling path-slash v0.1.5 |
| 3483 | 2026-06-01T15:00:55.424Z | Compiling crc8 v0.1.1 |
| 3484 | 2026-06-01T15:00:55.460Z | Compiling half v1.8.3 |
| 3485 | 2026-06-01T15:00:55.574Z | Compiling http-range v0.1.5 |
| 3486 | 2026-06-01T15:00:55.660Z | Compiling pbkdf2 v0.11.0 |
| 3487 | 2026-06-01T15:00:55.681Z | Compiling serde_cbor v0.11.2 |
| 3488 | 2026-06-01T15:00:55.735Z | Compiling illumos-nvpair v0.3.0 |
| 3489 | 2026-06-01T15:00:55.763Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3490 | 2026-06-01T15:00:55.901Z | Compiling ssh-key v0.6.7 |
| 3491 | 2026-06-01T15:00:56.033Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3492 | 2026-06-01T15:00:56.036Z | Compiling progenitor-macro v0.11.2 |
| 3493 | 2026-06-01T15:00:56.261Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3494 | 2026-06-01T15:00:56.299Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3495 | 2026-06-01T15:00:56.322Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3496 | 2026-06-01T15:00:56.326Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3497 | 2026-06-01T15:00:56.447Z | Compiling p521 v0.13.3 |
| 3498 | 2026-06-01T15:00:56.866Z | Compiling p256 v0.13.2 |
| 3499 | 2026-06-01T15:00:56.888Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3500 | 2026-06-01T15:00:56.892Z | Compiling yasna v0.5.2 |
| 3501 | 2026-06-01T15:00:57.002Z | Compiling kstat-rs v0.2.4 |
| 3502 | 2026-06-01T15:00:57.304Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3503 | 2026-06-01T15:00:57.324Z | Compiling headers-core v0.3.0 |
| 3504 | 2026-06-01T15:00:57.345Z | Compiling nanorand v0.7.0 |
| 3505 | 2026-06-01T15:00:57.479Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3506 | 2026-06-01T15:00:57.502Z | Compiling russh-cryptovec v0.7.3 |
| 3507 | 2026-06-01T15:00:57.532Z | Compiling atty v0.2.14 |
| 3508 | 2026-06-01T15:00:57.558Z | Compiling md5 v0.7.0 |
| 3509 | 2026-06-01T15:00:57.633Z | Compiling home v0.5.12 |
| 3510 | 2026-06-01T15:00:57.664Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3511 | 2026-06-01T15:00:57.684Z | Compiling flume v0.11.1 |
| 3512 | 2026-06-01T15:00:57.708Z | Compiling headers v0.4.1 |
| 3513 | 2026-06-01T15:00:57.730Z | Compiling rcgen v0.12.1 |
| 3514 | 2026-06-01T15:00:57.752Z | Compiling russh-keys v0.45.0 |
| 3515 | 2026-06-01T15:00:57.817Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3516 | 2026-06-01T15:00:57.850Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3517 | 2026-06-01T15:00:57.869Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3518 | 2026-06-01T15:00:58.035Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3519 | 2026-06-01T15:00:58.086Z | Compiling hyper-staticfile v0.10.1 |
| 3520 | 2026-06-01T15:00:58.276Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3521 | 2026-06-01T15:00:58.389Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3522 | 2026-06-01T15:00:58.511Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3523 | 2026-06-01T15:00:58.647Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3524 | 2026-06-01T15:00:58.667Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3525 | 2026-06-01T15:00:58.798Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3526 | 2026-06-01T15:00:58.820Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3527 | 2026-06-01T15:00:58.893Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3528 | 2026-06-01T15:00:58.937Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3529 | 2026-06-01T15:00:58.987Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3530 | 2026-06-01T15:00:59.037Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3531 | 2026-06-01T15:00:59.400Z | Compiling num-bigint v0.4.6 |
| 3532 | 2026-06-01T15:00:59.477Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3533 | 2026-06-01T15:00:59.563Z | Compiling des v0.8.1 |
| 3534 | 2026-06-01T15:00:59.609Z | Compiling subprocess v0.2.15 |
| 3535 | 2026-06-01T15:00:59.675Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3536 | 2026-06-01T15:00:59.752Z | Compiling hex-literal v0.4.1 |
| 3537 | 2026-06-01T15:00:59.782Z | Compiling display-error-chain v0.2.2 |
| 3538 | 2026-06-01T15:00:59.833Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3539 | 2026-06-01T15:00:59.905Z | Compiling colored v2.2.0 |
| 3540 | 2026-06-01T15:00:59.933Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3541 | 2026-06-01T15:00:59.962Z | Compiling internet-checksum v0.2.1 |
| 3542 | 2026-06-01T15:01:00.136Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3543 | 2026-06-01T15:01:00.156Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3544 | 2026-06-01T15:01:00.528Z | Compiling russh v0.45.0 |
| 3545 | 2026-06-01T15:01:01.094Z | Compiling progenitor v0.11.2 |
| 3546 | 2026-06-01T15:01:01.259Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3547 | 2026-06-01T15:01:01.579Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3548 | 2026-06-01T15:01:09.916Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3549 | 2026-06-01T15:01:11.587Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3550 | 2026-06-01T15:01:12.545Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3551 | 2026-06-01T15:01:13.305Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3552 | 2026-06-01T15:01:16.708Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3553 | 2026-06-01T15:01:16.708Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3554 | 2026-06-01T15:01:25.854Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3555 | 2026-06-01T15:01:33.773Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3556 | 2026-06-01T15:01:33.773Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3557 | 2026-06-01T15:01:33.773Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3558 | 2026-06-01T15:01:33.777Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3559 | 2026-06-01T15:01:35.665Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3560 | 2026-06-01T15:01:35.683Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3561 | 2026-06-01T15:01:39.758Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3562 | 2026-06-01T15:02:21.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s |
| 3563 | 2026-06-01T15:02:21.755Z | |
| 3564 | 2026-06-01T15:02:21.755Z | real 1:54.216669162 |
| 3565 | 2026-06-01T15:02:21.755Z | user 9:51.004771786 |
| 3566 | 2026-06-01T15:02:21.755Z | sys 2:01.346987726 |
| 3567 | 2026-06-01T15:02:21.759Z | trap 0.294579530 |
| 3568 | 2026-06-01T15:02:21.759Z | tflt 0.616168602 |
| 3569 | 2026-06-01T15:02:21.759Z | dflt 1.963986239 |
| 3570 | 2026-06-01T15:02:21.759Z | kflt 0.000322589 |
| 3571 | 2026-06-01T15:02:21.759Z | lock 34:46.013391269 |
| 3572 | 2026-06-01T15:02:21.759Z | slp 22:49.682697737 |
| 3573 | 2026-06-01T15:02:21.759Z | lat 46.302862579 |
| 3574 | 2026-06-01T15:02:21.759Z | stop 3:25.502037528 |
| 3575 | 2026-06-01T15:02:21.759Z | + mkdir tests |
| 3576 | 2026-06-01T15:02:21.762Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3577 | 2026-06-01T15:02:21.762Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3578 | 2026-06-01T15:02:21.790Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a99db9dbcb60ed1d tests/ |
| 3579 | 2026-06-01T15:02:21.811Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-07a29fe302457ecf tests/ |
| 3580 | 2026-06-01T15:02:21.831Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-63d65edd458c972e tests/ |
| 3581 | 2026-06-01T15:02:21.851Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-74fcd31cfcca745a tests/ |
| 3582 | 2026-06-01T15:02:22.128Z | + 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) |
| 3583 | 2026-06-01T15:02:22.131Z | + 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-07a29fe302457ecf tests/commtest-63d65edd458c972e tests/dhcp_server-a99db9dbcb60ed1d tests/end_to_end_tests-74fcd31cfcca745a 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 |
| 3584 | 2026-06-01T15:03:46.656Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3585 | 2026-06-01T15:03:46.656Z | a .github/buildomat/ci-env.sh 1K |
| 3586 | 2026-06-01T15:03:46.656Z | a out/target/test 1K |
| 3587 | 2026-06-01T15:03:46.656Z | a out/npuzone/npuzone 31102K |
| 3588 | 2026-06-01T15:03:46.656Z | a package-manifest.toml 35K |
| 3589 | 2026-06-01T15:03:46.656Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3590 | 2026-06-01T15:03:46.656Z | a target/release/omicron-package 45381K |
| 3591 | 2026-06-01T15:03:46.657Z | a target/release/xtask 11453K |
| 3592 | 2026-06-01T15:03:46.657Z | a target/debug/bootstrap 410605K |
| 3593 | 2026-06-01T15:03:46.657Z | a tests/bootstrap-07a29fe302457ecf 31215K |
| 3594 | 2026-06-01T15:03:46.657Z | a tests/commtest-63d65edd458c972e 32300K |
| 3595 | 2026-06-01T15:03:46.657Z | a tests/dhcp_server-a99db9dbcb60ed1d 31215K |
| 3596 | 2026-06-01T15:03:46.657Z | a tests/end_to_end_tests-74fcd31cfcca745a 480186K |
| 3597 | 2026-06-01T15:03:46.657Z | a tools/opte_version 1K |
| 3598 | 2026-06-01T15:03:46.657Z | a tools/opte_version_override 2K |
| 3599 | 2026-06-01T15:03:46.657Z | a out/clickhouse.tar.gz 313764K |
| 3600 | 2026-06-01T15:03:46.657Z | a out/clickhouse_keeper.tar.gz 298804K |
| 3601 | 2026-06-01T15:03:46.657Z | a out/clickhouse_server.tar.gz 313762K |
| 3602 | 2026-06-01T15:03:46.657Z | a out/cockroachdb.tar.gz 157830K |
| 3603 | 2026-06-01T15:03:46.657Z | a out/crucible-pantry-zone.tar.gz 36538K |
| 3604 | 2026-06-01T15:03:46.657Z | a out/crucible-utils.tar 16478K |
| 3605 | 2026-06-01T15:03:46.657Z | a out/crucible-zone.tar.gz 52108K |
| 3606 | 2026-06-01T15:03:46.657Z | a out/external-dns.tar.gz 42466K |
| 3607 | 2026-06-01T15:03:46.657Z | a out/internal-dns.tar.gz 42465K |
| 3608 | 2026-06-01T15:03:46.657Z | a out/mg-ddm-gz.tar 103603K |
| 3609 | 2026-06-01T15:03:46.657Z | a out/nexus.tar.gz 294499K |
| 3610 | 2026-06-01T15:03:46.657Z | a out/ntp.tar.gz 24196K |
| 3611 | 2026-06-01T15:03:46.657Z | a out/omicron-gateway-softnpu.tar.gz 33528K |
| 3612 | 2026-06-01T15:03:46.657Z | a out/omicron-sled-agent.tar 216982K |
| 3613 | 2026-06-01T15:03:46.657Z | a out/overlay.tar.gz 3K |
| 3614 | 2026-06-01T15:03:46.657Z | a out/oximeter.tar.gz 70443K |
| 3615 | 2026-06-01T15:03:46.657Z | a out/oxlog.tar 3782K |
| 3616 | 2026-06-01T15:03:46.657Z | a out/probe.tar.gz 1390K |
| 3617 | 2026-06-01T15:03:46.657Z | a out/propolis-server.tar.gz 34911K |
| 3618 | 2026-06-01T15:03:46.658Z | a out/pumpkind-gz.tar 26647K |
| 3619 | 2026-06-01T15:03:46.658Z | a out/switch-softnpu.tar.gz 466130K |
| 3620 | 2026-06-01T15:03:46.661Z | |
| 3621 | 2026-06-01T15:03:46.661Z | real 1:24.525135392 |
| 3622 | 2026-06-01T15:03:46.661Z | user 1:21.735212967 |
| 3623 | 2026-06-01T15:03:46.661Z | sys 4.642587912 |
| 3624 | 2026-06-01T15:03:46.661Z | trap 0.006951328 |
| 3625 | 2026-06-01T15:03:46.662Z | tflt 0.000000000 |
| 3626 | 2026-06-01T15:03:46.662Z | dflt 0.000000000 |
| 3627 | 2026-06-01T15:03:46.662Z | kflt 0.000000000 |
| 3628 | 2026-06-01T15:03:46.662Z | lock 0.000000000 |
| 3629 | 2026-06-01T15:03:46.662Z | slp 1:21.624528167 |
| 3630 | 2026-06-01T15:03:46.662Z | lat 1.036621447 |
| 3631 | 2026-06-01T15:03:46.662Z | stop 0.000223568 |
| 3632 | 2026-06-01T15:03:46.662Z | process exited: duration 1068240 ms, exit code 0 |
| |
| 3633 | 2026-06-01T15:03:46.677Z | found 1 output files |
| 3634 | 2026-06-01T15:03:46.677Z | uploading: /work/package.tar.gz (2565775039 bytes) |
| 3635 | 2026-06-01T15:04:17.222Z | uploaded: /work/package.tar.gz |