|
|
|
| 1 | 2026-06-05T17:01:54.186Z | job assigned to worker 01KTCBPKGR0G641TB22QVYT2MS [factory aws, i-06f691399d72953e9] (queued for 45 s) |
| |
| 2 | 2026-06-05T17:02:02.072Z | starting task 0: "setup" |
| 3 | 2026-06-05T17:02:02.080Z | ++ uname -s |
| 4 | 2026-06-05T17:02:02.082Z | + kern=SunOS |
| 5 | 2026-06-05T17:02:02.082Z | + build_user=build |
| 6 | 2026-06-05T17:02:02.083Z | + build_uid=12345 |
| 7 | 2026-06-05T17:02:02.083Z | + work_dir=/work |
| 8 | 2026-06-05T17:02:02.083Z | + input_dir=/input |
| 9 | 2026-06-05T17:02:02.083Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-05T17:02:02.083Z | + case "$kern" in |
| 11 | 2026-06-05T17:02:02.083Z | + groupadd -g 12345 build |
| 12 | 2026-06-05T17:02:02.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-05T17:02:04.104Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-05T17:02:04.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-05T17:02:04.208Z | + home_fs=zfs |
| 16 | 2026-06-05T17:02:04.208Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-05T17:02:04.208Z | + mkdir -p /home/build |
| 18 | 2026-06-05T17:02:04.210Z | + chown build:build /home/build /work |
| 19 | 2026-06-05T17:02:06.210Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-05T17:02:06.213Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-06-05T17:02:06.219Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-05T17:02:06.224Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-05T17:02:06.224Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-05T17:02:06.224Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-05T17:02:06.224Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-06-05T17:02:06.224Z | * rust toolchain profile = "default" |
| 27 | 2026-06-05T17:02:06.225Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-05T17:02:06.227Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-05T17:02:06.227Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-05T17:02:06.338Z | info: downloading installer |
| 31 | 2026-06-05T17:02:07.716Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-05T17:02:07.717Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-05T17:02:07.717Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-05T17:02:07.717Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-05T17:02:07.729Z | info: profile set to default |
| 36 | 2026-06-05T17:02:07.729Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-05T17:02:07.732Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-05T17:02:07.883Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-05T17:02:07.886Z | info: downloading 6 components |
| 40 | 2026-06-05T17:02:22.205Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-05T17:02:22.205Z | |
| 42 | 2026-06-05T17:02:22.246Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-05T17:02:22.246Z | |
| 44 | 2026-06-05T17:02:22.246Z | |
| 45 | 2026-06-05T17:02:22.246Z | Rust is installed now. Great! |
| 46 | 2026-06-05T17:02:22.246Z | |
| 47 | 2026-06-05T17:02:22.246Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-05T17:02:22.246Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-05T17:02:22.246Z | |
| 50 | 2026-06-05T17:02:22.246Z | To configure your current shell, you need to source |
| 51 | 2026-06-05T17:02:22.247Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-05T17:02:22.247Z | |
| 53 | 2026-06-05T17:02:22.247Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-05T17:02:22.247Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-05T17:02:22.247Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-05T17:02:22.247Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-05T17:02:22.247Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-05T17:02:22.247Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-05T17:02:22.247Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-05T17:02:22.247Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-05T17:02:22.247Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-05T17:02:22.294Z | + rustup --version |
| 63 | 2026-06-05T17:02:22.297Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-05T17:02:22.297Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-05T17:02:22.319Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-05T17:02:22.324Z | + cargo --version |
| 67 | 2026-06-05T17:02:22.327Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-05T17:02:22.330Z | + rustc --version |
| 69 | 2026-06-05T17:02:22.357Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-05T17:02:22.372Z | process exited: duration 16133 ms, exit code 0 |
| |
| 71 | 2026-06-05T17:02:22.381Z | starting task 2: "authentication" |
| 72 | 2026-06-05T17:02:22.408Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-06-05T17:02:22.416Z | starting task 3: "clone repository" |
| 74 | 2026-06-05T17:02:22.422Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-05T17:02:22.428Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-05T17:02:22.476Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-05T17:02:32.994Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-05T17:02:32.994Z | + git fetch origin ec71f785aacdc38d51e887534fc3fe0326665223 |
| 79 | 2026-06-05T17:02:33.312Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-05T17:02:33.312Z | * branch ec71f785aacdc38d51e887534fc3fe0326665223 -> FETCH_HEAD |
| 81 | 2026-06-05T17:02:33.329Z | + [[ -n ry/opte-984 ]] |
| 82 | 2026-06-05T17:02:33.333Z | ++ git branch --show-current |
| 83 | 2026-06-05T17:02:33.333Z | + current=main |
| 84 | 2026-06-05T17:02:33.333Z | + [[ main != ry/opte-984 ]] |
| 85 | 2026-06-05T17:02:33.334Z | + git branch -f ry/opte-984 ec71f785aacdc38d51e887534fc3fe0326665223 |
| 86 | 2026-06-05T17:02:33.334Z | + git checkout -f ry/opte-984 |
| 87 | 2026-06-05T17:02:33.365Z | Switched to branch 'ry/opte-984' |
| 88 | 2026-06-05T17:02:33.371Z | + git reset --hard ec71f785aacdc38d51e887534fc3fe0326665223 |
| 89 | 2026-06-05T17:02:33.412Z | HEAD is now at ec71f785a Merge branch 'main' into ry/opte-984 |
| 90 | 2026-06-05T17:02:33.427Z | process exited: duration 10996 ms, exit code 0 |
| |
| 91 | 2026-06-05T17:02:33.435Z | starting task 4: "build" |
| 92 | 2026-06-05T17:02:33.438Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-05T17:02:33.439Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-05T17:02:33.439Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-05T17:02:33.439Z | + cargo --version |
| 96 | 2026-06-05T17:02:33.451Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-05T17:02:33.455Z | + rustc --version |
| 98 | 2026-06-05T17:02:33.473Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-05T17:02:33.476Z | + WORK=/work |
| 100 | 2026-06-05T17:02:33.476Z | + pfexec mkdir -p /work |
| 101 | 2026-06-05T17:02:33.482Z | + pfexec chown build /work |
| 102 | 2026-06-05T17:02:33.487Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-05T17:02:35.372Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-05T17:02:35.453Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-05T17:02:35.806Z | Planning: Solver setup ... Done (0.283s) |
| 106 | 2026-06-05T17:02:35.832Z | Planning: Running solver ... Done (0.021s) |
| 107 | 2026-06-05T17:02:35.832Z | Planning: Finding local manifests ... Done (0.009s) |
| 108 | 2026-06-05T17:02:35.832Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-05T17:02:35.837Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-05T17:02:35.848Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-05T17:02:35.852Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-05T17:02:36.062Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 113 | 2026-06-05T17:02:36.079Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-05T17:02:37.273Z | Planning: Evaluating mediators ... Done (1.229s) |
| 115 | 2026-06-05T17:02:37.280Z | Planning: Planning completed in 1.80 seconds |
| 116 | 2026-06-05T17:02:37.324Z | Packages to install: 2 |
| 117 | 2026-06-05T17:02:37.324Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-05T17:02:37.324Z | Estimated space to be consumed: 25.33 MB |
| 119 | 2026-06-05T17:02:37.324Z | Create boot environment: No |
| 120 | 2026-06-05T17:02:37.324Z | Create backup boot environment: No |
| 121 | 2026-06-05T17:02:37.349Z | Rebuild boot archive: No |
| 122 | 2026-06-05T17:02:37.350Z | |
| 123 | 2026-06-05T17:02:37.350Z | Changed packages: |
| 124 | 2026-06-05T17:02:37.350Z | helios |
| 125 | 2026-06-05T17:02:37.350Z | developer/build-essential |
| 126 | 2026-06-05T17:02:37.350Z | None -> 11-3.0 |
| 127 | 2026-06-05T17:02:37.350Z | library/libxmlsec1 |
| 128 | 2026-06-05T17:02:37.350Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-05T17:02:37.360Z | |
| 130 | 2026-06-05T17:02:37.360Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-05T17:02:37.798Z | Download: Completed 1.28 MB in 0.46 seconds (2.8M/s) |
| 132 | 2026-06-05T17:02:37.837Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-05T17:02:37.876Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-05T17:02:37.911Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-06-05T17:02:37.911Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-05T17:02:37.915Z | Finalize: Updating image state ... Done (0.023s) |
| 137 | 2026-06-05T17:02:40.582Z | Finalize: Creating fast lookup database ... Done (2.634s) |
| 138 | 2026-06-05T17:02:40.841Z | Finalize: Reading search index ... Done (0.017s) |
| 139 | 2026-06-05T17:02:40.865Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-05T17:02:40.865Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-05T17:02:40.997Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-05T17:02:41.117Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-05T17:02:41.150Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-05T17:02:41.276Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-05T17:02:41.304Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-06-05T17:02:41.308Z | Mediators to change: 2 |
| 147 | 2026-06-05T17:02:41.308Z | Create boot environment: No |
| 148 | 2026-06-05T17:02:41.308Z | Create backup boot environment: No |
| 149 | 2026-06-05T17:02:41.333Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-05T17:02:41.333Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-05T17:02:41.378Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-05T17:02:43.319Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-05T17:02:43.383Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-05T17:02:43.391Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-05T17:02:43.428Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-05T17:02:43.715Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-05T17:02:43.826Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-05T17:02:43.847Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-05T17:02:43.998Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-05T17:02:44.025Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-06-05T17:02:44.038Z | Mediators to change: 1 |
| 162 | 2026-06-05T17:02:44.038Z | Create boot environment: No |
| 163 | 2026-06-05T17:02:44.038Z | Create backup boot environment: No |
| 164 | 2026-06-05T17:02:44.049Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-05T17:02:44.049Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-05T17:02:44.063Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-05T17:02:46.022Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-05T17:02:46.087Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-05T17:02:46.099Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-05T17:02:46.128Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-05T17:02:46.449Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-05T17:02:46.449Z | apache system 2.4 system |
| 173 | 2026-06-05T17:02:46.449Z | clang system 15 system |
| 174 | 2026-06-05T17:02:46.449Z | csh system system illumos |
| 175 | 2026-06-05T17:02:46.449Z | ctags system system illumos |
| 176 | 2026-06-05T17:02:46.449Z | file vendor vendor darwinsys |
| 177 | 2026-06-05T17:02:46.449Z | file system system illumos |
| 178 | 2026-06-05T17:02:46.449Z | gcc vendor 14 vendor |
| 179 | 2026-06-05T17:02:46.449Z | gcc system 13 system |
| 180 | 2026-06-05T17:02:46.449Z | gcc system 10 system |
| 181 | 2026-06-05T17:02:46.449Z | go system 1.25 system |
| 182 | 2026-06-05T17:02:46.449Z | llvm system 15 system |
| 183 | 2026-06-05T17:02:46.449Z | mariadb system 11.4 system |
| 184 | 2026-06-05T17:02:46.449Z | mta vendor vendor dma |
| 185 | 2026-06-05T17:02:46.449Z | openjdk system 17 system |
| 186 | 2026-06-05T17:02:46.449Z | openjdk system 11 system |
| 187 | 2026-06-05T17:02:46.449Z | openssl vendor 3 vendor |
| 188 | 2026-06-05T17:02:46.450Z | perl system 5.40 system |
| 189 | 2026-06-05T17:02:46.450Z | postgresql system 18 system |
| 190 | 2026-06-05T17:02:46.450Z | postgresql system 17 system |
| 191 | 2026-06-05T17:02:46.450Z | python vendor 3 vendor |
| 192 | 2026-06-05T17:02:46.450Z | python system 2 system |
| 193 | 2026-06-05T17:02:46.450Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-05T17:02:46.450Z | ruby system 3.4 system |
| 195 | 2026-06-05T17:02:46.450Z | ruby system 3.0 system |
| 196 | 2026-06-05T17:02:46.450Z | words vendor vendor american-english |
| 197 | 2026-06-05T17:02:46.450Z | words system system australian-english |
| 198 | 2026-06-05T17:02:46.450Z | words system system british-english |
| 199 | 2026-06-05T17:02:46.450Z | words system system canadian-english |
| 200 | 2026-06-05T17:02:46.450Z | words system system french |
| 201 | 2026-06-05T17:02:46.450Z | words system system italian |
| 202 | 2026-06-05T17:02:46.450Z | words system system ngerman |
| 203 | 2026-06-05T17:02:46.450Z | words system system ogerman |
| 204 | 2026-06-05T17:02:46.450Z | words system system spanish |
| 205 | 2026-06-05T17:02:46.688Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-05T17:02:46.688Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-05T17:02:46.999Z | FMRI IFO |
| 208 | 2026-06-05T17:02:46.999Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-05T17:02:46.999Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-05T17:02:46.999Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-05T17:02:46.999Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-05T17:02:47.000Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-05T17:02:47.000Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-05T17:02:47.000Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-05T17:02:47.000Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-05T17:02:47.000Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-05T17:02:47.389Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-05T17:02:47.505Z | Updating crates.io index |
| 219 | 2026-06-05T17:02:47.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-05T17:02:47.975Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-05T17:02:52.156Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-05T17:02:52.260Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-05T17:02:52.260Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-05T17:02:52.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-05T17:02:52.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-05T17:02:52.677Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-05T17:02:53.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-05T17:02:54.118Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-05T17:02:54.373Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-05T17:02:54.777Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-05T17:02:55.177Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-05T17:02:56.079Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-05T17:02:56.546Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-05T17:02:56.851Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-05T17:02:57.164Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-05T17:02:57.545Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-05T17:02:57.928Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-05T17:02:58.161Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-05T17:02:58.381Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-05T17:02:58.630Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-05T17:02:59.051Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-05T17:02:59.557Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-05T17:02:59.939Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-05T17:03:00.349Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-05T17:03:00.727Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-05T17:03:01.291Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-05T17:03:02.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-05T17:03:02.936Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-05T17:03:03.376Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-05T17:03:03.801Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-05T17:03:04.124Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-05T17:03:04.481Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-05T17:03:04.804Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-05T17:03:05.238Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-05T17:03:05.721Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-05T17:03:05.967Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-05T17:03:06.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-05T17:03:06.561Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-05T17:03:06.986Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-06-05T17:03:18.442Z | Downloading crates ... |
| 261 | 2026-06-05T17:03:18.496Z | Downloaded anstyle-parse v1.0.0 |
| 262 | 2026-06-05T17:03:18.500Z | Downloaded cargo-util-schemas v0.8.2 |
| 263 | 2026-06-05T17:03:18.504Z | Downloaded memmap v0.7.0 |
| 264 | 2026-06-05T17:03:18.504Z | Downloaded pest_generator v2.8.6 |
| 265 | 2026-06-05T17:03:18.504Z | Downloaded proc-macro-error-attr v1.0.4 |
| 266 | 2026-06-05T17:03:18.504Z | Downloaded thiserror v2.0.18 |
| 267 | 2026-06-05T17:03:18.507Z | Downloaded serde_spanned v0.6.9 |
| 268 | 2026-06-05T17:03:18.510Z | Downloaded itoa v1.0.17 |
| 269 | 2026-06-05T17:03:18.510Z | Downloaded unicode-xid v0.2.6 |
| 270 | 2026-06-05T17:03:18.510Z | Downloaded zerofrom v0.1.6 |
| 271 | 2026-06-05T17:03:18.510Z | Downloaded form_urlencoded v1.2.2 |
| 272 | 2026-06-05T17:03:18.513Z | Downloaded thread-id v4.2.2 |
| 273 | 2026-06-05T17:03:18.514Z | Downloaded quote v1.0.45 |
| 274 | 2026-06-05T17:03:18.514Z | Downloaded tinystr v0.8.2 |
| 275 | 2026-06-05T17:03:18.516Z | Downloaded generic-array v0.14.7 |
| 276 | 2026-06-05T17:03:18.517Z | Downloaded version_check v0.9.5 |
| 277 | 2026-06-05T17:03:18.517Z | Downloaded fnv v1.0.7 |
| 278 | 2026-06-05T17:03:18.517Z | Downloaded camino v1.2.2 |
| 279 | 2026-06-05T17:03:18.520Z | Downloaded textwrap v0.16.2 |
| 280 | 2026-06-05T17:03:18.520Z | Downloaded ordered-float v2.10.1 |
| 281 | 2026-06-05T17:03:18.523Z | Downloaded toml_datetime v0.6.11 |
| 282 | 2026-06-05T17:03:18.523Z | Downloaded camino-tempfile v1.4.1 |
| 283 | 2026-06-05T17:03:18.523Z | Downloaded toml_write v0.1.2 |
| 284 | 2026-06-05T17:03:18.523Z | Downloaded cargo-platform v0.2.0 |
| 285 | 2026-06-05T17:03:18.526Z | Downloaded yoke v0.8.1 |
| 286 | 2026-06-05T17:03:18.526Z | Downloaded heck v0.5.0 |
| 287 | 2026-06-05T17:03:18.526Z | Downloaded cpufeatures v0.2.17 |
| 288 | 2026-06-05T17:03:18.526Z | Downloaded anstream v1.0.0 |
| 289 | 2026-06-05T17:03:18.529Z | Downloaded ucd-trie v0.1.7 |
| 290 | 2026-06-05T17:03:18.529Z | Downloaded unicode-linebreak v0.1.5 |
| 291 | 2026-06-05T17:03:18.529Z | Downloaded cargo_toml v0.21.0 |
| 292 | 2026-06-05T17:03:18.532Z | Downloaded zmij v1.0.21 |
| 293 | 2026-06-05T17:03:18.532Z | Downloaded icu_provider v2.1.1 |
| 294 | 2026-06-05T17:03:18.535Z | Downloaded usdt-attr-macro v0.5.0 |
| 295 | 2026-06-05T17:03:18.535Z | Downloaded autocfg v1.5.0 |
| 296 | 2026-06-05T17:03:18.535Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-06-05T17:03:18.535Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-06-05T17:03:18.538Z | Downloaded anyhow v1.0.102 |
| 299 | 2026-06-05T17:03:18.538Z | Downloaded tabled_derive v0.7.0 |
| 300 | 2026-06-05T17:03:18.538Z | Downloaded zerofrom-derive v0.1.6 |
| 301 | 2026-06-05T17:03:18.541Z | Downloaded typeid v1.0.3 |
| 302 | 2026-06-05T17:03:18.541Z | Downloaded heck v0.4.1 |
| 303 | 2026-06-05T17:03:18.541Z | Downloaded smawk v0.3.2 |
| 304 | 2026-06-05T17:03:18.541Z | Downloaded clap v4.6.1 |
| 305 | 2026-06-05T17:03:18.546Z | Downloaded utf8_iter v1.0.4 |
| 306 | 2026-06-05T17:03:18.549Z | Downloaded usdt v0.5.0 |
| 307 | 2026-06-05T17:03:18.549Z | Downloaded scroll v0.12.0 |
| 308 | 2026-06-05T17:03:18.549Z | Downloaded getrandom v0.4.1 |
| 309 | 2026-06-05T17:03:18.553Z | Downloaded zerovec-derive v0.11.2 |
| 310 | 2026-06-05T17:03:18.553Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-06-05T17:03:18.553Z | Downloaded thiserror-impl v1.0.69 |
| 312 | 2026-06-05T17:03:18.553Z | Downloaded thiserror v1.0.69 |
| 313 | 2026-06-05T17:03:18.556Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-06-05T17:03:18.556Z | Downloaded bytecount v0.6.9 |
| 315 | 2026-06-05T17:03:18.559Z | Downloaded colorchoice v1.0.4 |
| 316 | 2026-06-05T17:03:18.559Z | Downloaded writeable v0.6.2 |
| 317 | 2026-06-05T17:03:18.559Z | Downloaded thiserror-impl v2.0.18 |
| 318 | 2026-06-05T17:03:18.562Z | Downloaded anstyle-query v1.1.5 |
| 319 | 2026-06-05T17:03:18.562Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-06-05T17:03:18.565Z | Downloaded strsim v0.11.1 |
| 321 | 2026-06-05T17:03:18.569Z | Downloaded swrite v0.1.0 |
| 322 | 2026-06-05T17:03:18.569Z | Downloaded idna_adapter v1.2.1 |
| 323 | 2026-06-05T17:03:18.569Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-06-05T17:03:18.572Z | Downloaded macaddr v1.0.1 |
| 325 | 2026-06-05T17:03:18.572Z | Downloaded toml v0.8.23 |
| 326 | 2026-06-05T17:03:18.576Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-06-05T17:03:18.576Z | Downloaded percent-encoding v2.3.2 |
| 328 | 2026-06-05T17:03:18.576Z | Downloaded unicode-ident v1.0.24 |
| 329 | 2026-06-05T17:03:18.579Z | Downloaded fastrand v2.3.0 |
| 330 | 2026-06-05T17:03:18.579Z | Downloaded clap_lex v1.0.0 |
| 331 | 2026-06-05T17:03:18.582Z | Downloaded typenum v1.19.0 |
| 332 | 2026-06-05T17:03:18.585Z | Downloaded crypto-common v0.1.7 |
| 333 | 2026-06-05T17:03:18.585Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-06-05T17:03:18.591Z | Downloaded terminal_size v0.4.3 |
| 335 | 2026-06-05T17:03:18.593Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-06-05T17:03:18.593Z | Downloaded toml_edit v0.22.27 |
| 337 | 2026-06-05T17:03:18.596Z | Downloaded zerotrie v0.2.3 |
| 338 | 2026-06-05T17:03:18.599Z | Downloaded url v2.5.8 |
| 339 | 2026-06-05T17:03:18.599Z | Downloaded potential_utf v0.1.4 |
| 340 | 2026-06-05T17:03:18.602Z | Downloaded plain v0.2.3 |
| 341 | 2026-06-05T17:03:18.602Z | Downloaded dof v0.3.0 |
| 342 | 2026-06-05T17:03:18.605Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-06-05T17:03:18.614Z | Downloaded stable_deref_trait v1.2.1 |
| 344 | 2026-06-05T17:03:18.617Z | Downloaded zerovec v0.11.5 |
| 345 | 2026-06-05T17:03:18.619Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-06-05T17:03:18.619Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2026-06-05T17:03:18.619Z | Downloaded errno v0.3.14 |
| 348 | 2026-06-05T17:03:18.623Z | Downloaded anstyle v1.0.14 |
| 349 | 2026-06-05T17:03:18.623Z | Downloaded winnow v0.7.14 |
| 350 | 2026-06-05T17:03:18.626Z | Downloaded cargo_metadata v0.21.0 |
| 351 | 2026-06-05T17:03:18.631Z | Downloaded equivalent v1.0.2 |
| 352 | 2026-06-05T17:03:18.631Z | Downloaded sha2 v0.10.9 |
| 353 | 2026-06-05T17:03:18.634Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-06-05T17:03:18.634Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-06-05T17:03:18.637Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-06-05T17:03:18.637Z | Downloaded serde-value v0.7.0 |
| 357 | 2026-06-05T17:03:18.641Z | Downloaded erased-serde v0.4.9 |
| 358 | 2026-06-05T17:03:18.641Z | Downloaded fs-err v3.3.0 |
| 359 | 2026-06-05T17:03:18.641Z | Downloaded digest v0.10.7 |
| 360 | 2026-06-05T17:03:18.644Z | Downloaded synstructure v0.13.2 |
| 361 | 2026-06-05T17:03:18.650Z | Downloaded serde-untagged v0.1.9 |
| 362 | 2026-06-05T17:03:18.652Z | Downloaded dtrace-parser v0.2.0 |
| 363 | 2026-06-05T17:03:18.664Z | Downloaded displaydoc v0.2.5 |
| 364 | 2026-06-05T17:03:18.667Z | Downloaded pest v2.8.6 |
| 365 | 2026-06-05T17:03:18.670Z | Downloaded log v0.4.29 |
| 366 | 2026-06-05T17:03:18.673Z | Downloaded semver v1.0.28 |
| 367 | 2026-06-05T17:03:18.673Z | Downloaded litemap v0.8.1 |
| 368 | 2026-06-05T17:03:18.676Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-06-05T17:03:18.679Z | Downloaded serde v1.0.228 |
| 370 | 2026-06-05T17:03:18.679Z | Downloaded tempfile v3.25.0 |
| 371 | 2026-06-05T17:03:18.682Z | Downloaded clap_derive v4.6.1 |
| 372 | 2026-06-05T17:03:18.685Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-06-05T17:03:18.685Z | Downloaded byteorder v1.5.0 |
| 374 | 2026-06-05T17:03:18.690Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-06-05T17:03:18.693Z | Downloaded proc-macro2 v1.0.106 |
| 376 | 2026-06-05T17:03:18.693Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-06-05T17:03:18.696Z | Downloaded papergrid v0.11.0 |
| 378 | 2026-06-05T17:03:18.699Z | Downloaded once_cell v1.21.3 |
| 379 | 2026-06-05T17:03:18.702Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-06-05T17:03:18.702Z | Downloaded smallvec v1.15.1 |
| 381 | 2026-06-05T17:03:18.707Z | Downloaded serde_derive v1.0.228 |
| 382 | 2026-06-05T17:03:18.720Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-06-05T17:03:18.724Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-06-05T17:03:18.774Z | Downloaded pest_meta v2.8.6 |
| 385 | 2026-06-05T17:03:18.774Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-06-05T17:03:18.774Z | Downloaded memchr v2.8.0 |
| 387 | 2026-06-05T17:03:18.774Z | Downloaded icu_normalizer v2.1.1 |
| 388 | 2026-06-05T17:03:18.774Z | Downloaded hashbrown v0.17.0 |
| 389 | 2026-06-05T17:03:18.774Z | Downloaded indexmap v2.14.0 |
| 390 | 2026-06-05T17:03:18.779Z | Downloaded idna v1.1.0 |
| 391 | 2026-06-05T17:03:18.779Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-06-05T17:03:18.783Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-06-05T17:03:18.795Z | Downloaded serde_json v1.0.149 |
| 394 | 2026-06-05T17:03:18.799Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-05T17:03:18.807Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-05T17:03:18.821Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-05T17:03:18.832Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-05T17:03:18.842Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-05T17:03:18.871Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-05T17:03:18.943Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-05T17:03:18.943Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-05T17:03:18.948Z | Compiling quote v1.0.45 |
| 403 | 2026-06-05T17:03:18.948Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-05T17:03:18.948Z | Compiling libc v0.2.185 |
| 405 | 2026-06-05T17:03:18.948Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-05T17:03:18.948Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-06-05T17:03:18.948Z | Compiling memchr v2.8.0 |
| 408 | 2026-06-05T17:03:18.948Z | Compiling serde v1.0.228 |
| 409 | 2026-06-05T17:03:19.127Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-05T17:03:19.131Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-05T17:03:19.131Z | Compiling thiserror v1.0.69 |
| 412 | 2026-06-05T17:03:19.131Z | Compiling autocfg v1.5.0 |
| 413 | 2026-06-05T17:03:19.131Z | Compiling itoa v1.0.17 |
| 414 | 2026-06-05T17:03:19.131Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-05T17:03:19.266Z | Compiling writeable v0.6.2 |
| 416 | 2026-06-05T17:03:19.502Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-06-05T17:03:19.522Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-05T17:03:19.539Z | Compiling rustix v1.1.3 |
| 419 | 2026-06-05T17:03:19.557Z | Compiling byteorder v1.5.0 |
| 420 | 2026-06-05T17:03:19.619Z | Compiling pest v2.8.6 |
| 421 | 2026-06-05T17:03:19.791Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-05T17:03:19.808Z | Compiling bitflags v2.11.0 |
| 423 | 2026-06-05T17:03:19.835Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-05T17:03:20.029Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-06-05T17:03:20.507Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-05T17:03:20.602Z | Compiling pest_meta v2.8.6 |
| 427 | 2026-06-05T17:03:21.249Z | Compiling typeid v1.0.3 |
| 428 | 2026-06-05T17:03:21.252Z | Compiling smallvec v1.15.1 |
| 429 | 2026-06-05T17:03:21.551Z | Compiling indexmap v2.14.0 |
| 430 | 2026-06-05T17:03:21.571Z | Compiling proc-macro-error-attr v1.0.4 |
| 431 | 2026-06-05T17:03:21.575Z | Compiling usdt-impl v0.5.0 |
| 432 | 2026-06-05T17:03:21.591Z | Compiling syn v1.0.109 |
| 433 | 2026-06-05T17:03:21.628Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-06-05T17:03:21.648Z | Compiling winnow v0.7.14 |
| 435 | 2026-06-05T17:03:21.704Z | Compiling toml_write v0.1.2 |
| 436 | 2026-06-05T17:03:21.830Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-05T17:03:21.849Z | Compiling errno v0.3.14 |
| 438 | 2026-06-05T17:03:21.872Z | Compiling thread-id v4.2.2 |
| 439 | 2026-06-05T17:03:22.039Z | Compiling utf8parse v0.2.2 |
| 440 | 2026-06-05T17:03:22.043Z | Compiling getrandom v0.4.1 |
| 441 | 2026-06-05T17:03:22.079Z | Compiling thiserror v2.0.18 |
| 442 | 2026-06-05T17:03:22.097Z | Compiling plain v0.2.3 |
| 443 | 2026-06-05T17:03:22.154Z | Compiling percent-encoding v2.3.2 |
| 444 | 2026-06-05T17:03:22.157Z | Compiling camino v1.2.2 |
| 445 | 2026-06-05T17:03:22.158Z | Compiling log v0.4.29 |
| 446 | 2026-06-05T17:03:22.211Z | Compiling utf8_iter v1.0.4 |
| 447 | 2026-06-05T17:03:22.244Z | Compiling anstyle-parse v1.0.0 |
| 448 | 2026-06-05T17:03:22.389Z | Compiling syn v2.0.117 |
| 449 | 2026-06-05T17:03:22.408Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-06-05T17:03:22.429Z | Compiling form_urlencoded v1.2.2 |
| 451 | 2026-06-05T17:03:22.455Z | Compiling anstyle v1.0.14 |
| 452 | 2026-06-05T17:03:22.472Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-06-05T17:03:22.527Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-06-05T17:03:22.562Z | Compiling anstyle-query v1.1.5 |
| 455 | 2026-06-05T17:03:22.620Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-06-05T17:03:22.642Z | Compiling pretty-hex v0.4.1 |
| 457 | 2026-06-05T17:03:22.721Z | Compiling anstream v1.0.0 |
| 458 | 2026-06-05T17:03:22.724Z | Compiling fs-err v3.3.0 |
| 459 | 2026-06-05T17:03:22.762Z | Compiling heck v0.4.1 |
| 460 | 2026-06-05T17:03:22.765Z | Compiling strsim v0.11.1 |
| 461 | 2026-06-05T17:03:22.765Z | Compiling once_cell v1.21.3 |
| 462 | 2026-06-05T17:03:22.818Z | Compiling fastrand v2.3.0 |
| 463 | 2026-06-05T17:03:22.821Z | Compiling anyhow v1.0.102 |
| 464 | 2026-06-05T17:03:22.923Z | Compiling fnv v1.0.7 |
| 465 | 2026-06-05T17:03:23.026Z | Compiling terminal_size v0.4.3 |
| 466 | 2026-06-05T17:03:23.050Z | Compiling clap_lex v1.0.0 |
| 467 | 2026-06-05T17:03:23.071Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-06-05T17:03:23.094Z | Compiling unicode-xid v0.2.6 |
| 469 | 2026-06-05T17:03:23.097Z | Compiling bytecount v0.6.9 |
| 470 | 2026-06-05T17:03:23.134Z | Compiling heck v0.5.0 |
| 471 | 2026-06-05T17:03:23.180Z | Compiling tempfile v3.25.0 |
| 472 | 2026-06-05T17:03:23.230Z | Compiling clap_builder v4.6.0 |
| 473 | 2026-06-05T17:03:23.254Z | Compiling memmap v0.7.0 |
| 474 | 2026-06-05T17:03:23.257Z | Compiling unicode-width v0.2.0 |
| 475 | 2026-06-05T17:03:23.344Z | Compiling smawk v0.3.2 |
| 476 | 2026-06-05T17:03:23.423Z | Compiling semver v1.0.28 |
| 477 | 2026-06-05T17:03:23.518Z | Compiling papergrid v0.11.0 |
| 478 | 2026-06-05T17:03:23.538Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-06-05T17:03:23.598Z | Compiling swrite v0.1.0 |
| 480 | 2026-06-05T17:03:23.675Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-06-05T17:03:23.731Z | Compiling camino-tempfile v1.4.1 |
| 482 | 2026-06-05T17:03:23.791Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-05T17:03:23.822Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-05T17:03:24.171Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-05T17:03:24.845Z | Compiling tabled v0.15.0 |
| 486 | 2026-06-05T17:03:25.061Z | Compiling synstructure v0.13.2 |
| 487 | 2026-06-05T17:03:25.061Z | Compiling pest_generator v2.8.6 |
| 488 | 2026-06-05T17:03:25.608Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-05T17:03:25.609Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-05T17:03:25.609Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-05T17:03:25.612Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-05T17:03:25.612Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-05T17:03:25.612Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-05T17:03:25.612Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-05T17:03:25.612Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-05T17:03:25.612Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-06-05T17:03:25.612Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-05T17:03:25.695Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-06-05T17:03:26.277Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-05T17:03:26.549Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-05T17:03:26.624Z | Compiling zerocopy v0.7.35 |
| 502 | 2026-06-05T17:03:26.689Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-05T17:03:26.826Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-05T17:03:26.957Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-05T17:03:27.004Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-05T17:03:27.004Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-05T17:03:27.100Z | Compiling clap v4.6.1 |
| 508 | 2026-06-05T17:03:27.443Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-05T17:03:27.443Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-05T17:03:27.558Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-05T17:03:27.617Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-05T17:03:28.166Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-05T17:03:28.225Z | Compiling dof v0.3.0 |
| 514 | 2026-06-05T17:03:28.225Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-06-05T17:03:28.258Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-06-05T17:03:28.262Z | Compiling toml_datetime v0.6.11 |
| 517 | 2026-06-05T17:03:28.262Z | Compiling serde-value v0.7.0 |
| 518 | 2026-06-05T17:03:28.262Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-06-05T17:03:28.262Z | Compiling macaddr v1.0.1 |
| 520 | 2026-06-05T17:03:28.390Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-05T17:03:28.390Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-05T17:03:28.486Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-05T17:03:28.907Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-05T17:03:28.911Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-05T17:03:29.216Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-05T17:03:29.328Z | Compiling idna v1.1.0 |
| 527 | 2026-06-05T17:03:29.514Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-05T17:03:29.623Z | Compiling url v2.5.8 |
| 529 | 2026-06-05T17:03:29.772Z | Compiling toml v0.8.23 |
| 530 | 2026-06-05T17:03:30.105Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-05T17:03:30.105Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-05T17:03:30.899Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-05T17:03:31.835Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-05T17:03:34.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.93s |
| 535 | 2026-06-05T17:03:34.254Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 536 | 2026-06-05T17:03:34.813Z | Downloading crates ... |
| 537 | 2026-06-05T17:03:34.903Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-05T17:03:34.907Z | Downloaded castaway v0.2.4 |
| 539 | 2026-06-05T17:03:34.911Z | Downloaded bitfield v0.19.4 |
| 540 | 2026-06-05T17:03:34.918Z | Downloaded bitfield-struct v0.6.2 |
| 541 | 2026-06-05T17:03:34.921Z | Downloaded ciborium-ll v0.2.2 |
| 542 | 2026-06-05T17:03:34.924Z | Downloaded compression-codecs v0.4.37 |
| 543 | 2026-06-05T17:03:34.927Z | Downloaded bit-set v0.8.0 |
| 544 | 2026-06-05T17:03:34.928Z | Downloaded bit-set v0.5.3 |
| 545 | 2026-06-05T17:03:34.930Z | Downloaded convert_case v0.4.0 |
| 546 | 2026-06-05T17:03:34.930Z | Downloaded base16ct v0.2.0 |
| 547 | 2026-06-05T17:03:34.930Z | Downloaded critical-section v1.2.0 |
| 548 | 2026-06-05T17:03:34.933Z | Downloaded crc8 v0.1.1 |
| 549 | 2026-06-05T17:03:34.933Z | Downloaded crc-any v2.5.0 |
| 550 | 2026-06-05T17:03:34.936Z | Downloaded cookie v0.18.1 |
| 551 | 2026-06-05T17:03:34.938Z | Downloaded derive_more v0.99.20 |
| 552 | 2026-06-05T17:03:34.941Z | Downloaded difflib v0.4.0 |
| 553 | 2026-06-05T17:03:34.941Z | Downloaded derive_builder_core v0.20.2 |
| 554 | 2026-06-05T17:03:34.943Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 555 | 2026-06-05T17:03:34.943Z | Downloaded defmt-parser v1.0.0 |
| 556 | 2026-06-05T17:03:34.943Z | Downloaded darling_macro v0.20.11 |
| 557 | 2026-06-05T17:03:34.946Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 558 | 2026-06-05T17:03:34.946Z | Downloaded dtrace-parser v0.3.0 |
| 559 | 2026-06-05T17:03:34.946Z | Downloaded backoff v0.4.0 |
| 560 | 2026-06-05T17:03:34.952Z | Downloaded derive-ex v0.1.8 |
| 561 | 2026-06-05T17:03:34.952Z | Downloaded crunchy v0.2.4 |
| 562 | 2026-06-05T17:03:34.952Z | Downloaded crossbeam-deque v0.8.6 |
| 563 | 2026-06-05T17:03:34.952Z | Downloaded bitfield-macros v0.19.4 |
| 564 | 2026-06-05T17:03:34.952Z | Downloaded dirs-sys-next v0.1.2 |
| 565 | 2026-06-05T17:03:34.952Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-06-05T17:03:34.952Z | Downloaded atomic-waker v1.1.2 |
| 567 | 2026-06-05T17:03:34.955Z | Downloaded darling_macro v0.21.3 |
| 568 | 2026-06-05T17:03:34.955Z | Downloaded crucible-workspace-hack v0.1.0 |
| 569 | 2026-06-05T17:03:34.955Z | Downloaded bitflags v1.3.2 |
| 570 | 2026-06-05T17:03:34.958Z | Downloaded debug-ignore v1.0.5 |
| 571 | 2026-06-05T17:03:34.958Z | Downloaded document-features v0.2.12 |
| 572 | 2026-06-05T17:03:34.961Z | Downloaded derive-where v1.6.0 |
| 573 | 2026-06-05T17:03:34.965Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 574 | 2026-06-05T17:03:34.965Z | Downloaded cfg_aliases v0.2.1 |
| 575 | 2026-06-05T17:03:34.968Z | Downloaded derive_builder v0.20.2 |
| 576 | 2026-06-05T17:03:34.968Z | Downloaded deranged v0.5.8 |
| 577 | 2026-06-05T17:03:34.970Z | Downloaded dropshot-api-manager v0.7.2 |
| 578 | 2026-06-05T17:03:34.973Z | Downloaded async-stream v0.3.6 |
| 579 | 2026-06-05T17:03:34.977Z | Downloaded crc-catalog v2.4.0 |
| 580 | 2026-06-05T17:03:34.977Z | Downloaded assert_matches v1.5.0 |
| 581 | 2026-06-05T17:03:34.977Z | Downloaded blake2 v0.10.6 |
| 582 | 2026-06-05T17:03:34.982Z | Downloaded display-error-chain v0.2.2 |
| 583 | 2026-06-05T17:03:34.982Z | Downloaded cfg_aliases v0.1.1 |
| 584 | 2026-06-05T17:03:34.982Z | Downloaded base64ct v1.8.3 |
| 585 | 2026-06-05T17:03:34.988Z | Downloaded des v0.8.1 |
| 586 | 2026-06-05T17:03:34.991Z | Downloaded dirs-next v2.0.0 |
| 587 | 2026-06-05T17:03:34.991Z | Downloaded derive_builder_macro v0.20.2 |
| 588 | 2026-06-05T17:03:34.991Z | Downloaded dsl_auto_type v0.2.0 |
| 589 | 2026-06-05T17:03:34.991Z | Downloaded atty v0.2.14 |
| 590 | 2026-06-05T17:03:34.991Z | Downloaded async-stream-impl v0.3.6 |
| 591 | 2026-06-05T17:03:34.991Z | Downloaded compression-core v0.4.31 |
| 592 | 2026-06-05T17:03:34.991Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 593 | 2026-06-05T17:03:34.993Z | Downloaded darling v0.20.11 |
| 594 | 2026-06-05T17:03:34.996Z | Downloaded dyn-clone v1.0.20 |
| 595 | 2026-06-05T17:03:34.996Z | Downloaded dunce v1.0.5 |
| 596 | 2026-06-05T17:03:34.999Z | Downloaded darling_macro v0.13.4 |
| 597 | 2026-06-05T17:03:34.999Z | Downloaded crc v3.4.0 |
| 598 | 2026-06-05T17:03:34.999Z | Downloaded bb8 v0.8.6 |
| 599 | 2026-06-05T17:03:35.002Z | Downloaded dof v0.4.0 |
| 600 | 2026-06-05T17:03:35.006Z | Downloaded block-padding v0.3.3 |
| 601 | 2026-06-05T17:03:35.006Z | Downloaded float-cmp v0.10.0 |
| 602 | 2026-06-05T17:03:35.009Z | Downloaded aead v0.5.2 |
| 603 | 2026-06-05T17:03:35.009Z | Downloaded array-init v0.0.4 |
| 604 | 2026-06-05T17:03:35.012Z | Downloaded data-encoding v2.10.0 |
| 605 | 2026-06-05T17:03:35.016Z | Downloaded atomicwrites v0.4.4 |
| 606 | 2026-06-05T17:03:35.018Z | Downloaded cpufeatures v0.3.0 |
| 607 | 2026-06-05T17:03:35.022Z | Downloaded bit-vec v0.6.3 |
| 608 | 2026-06-05T17:03:35.025Z | Downloaded arrayvec v0.7.6 |
| 609 | 2026-06-05T17:03:35.025Z | Downloaded blowfish v0.9.1 |
| 610 | 2026-06-05T17:03:35.066Z | Downloaded flagset v0.4.7 |
| 611 | 2026-06-05T17:03:35.066Z | Downloaded cargo_metadata v0.23.1 |
| 612 | 2026-06-05T17:03:35.071Z | Downloaded downcast-rs v2.0.2 |
| 613 | 2026-06-05T17:03:35.071Z | Downloaded defmt v0.3.100 |
| 614 | 2026-06-05T17:03:35.071Z | Downloaded argon2 v0.5.3 |
| 615 | 2026-06-05T17:03:35.071Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-06-05T17:03:35.071Z | Downloaded float-ord v0.3.2 |
| 617 | 2026-06-05T17:03:35.071Z | Downloaded embedded-io v0.6.1 |
| 618 | 2026-06-05T17:03:35.072Z | Downloaded endian-type v0.1.2 |
| 619 | 2026-06-05T17:03:35.072Z | Downloaded async-recursion v1.1.1 |
| 620 | 2026-06-05T17:03:35.072Z | Downloaded futures-sink v0.3.32 |
| 621 | 2026-06-05T17:03:35.072Z | Downloaded env_filter v1.0.0 |
| 622 | 2026-06-05T17:03:35.072Z | Downloaded enum-as-inner v0.6.1 |
| 623 | 2026-06-05T17:03:35.072Z | Downloaded embedded-io v0.4.0 |
| 624 | 2026-06-05T17:03:35.072Z | Downloaded ascii-canvas v3.0.0 |
| 625 | 2026-06-05T17:03:35.072Z | Downloaded futures-macro v0.3.32 |
| 626 | 2026-06-05T17:03:35.072Z | Downloaded ciborium-io v0.2.2 |
| 627 | 2026-06-05T17:03:35.072Z | Downloaded ghash v0.5.1 |
| 628 | 2026-06-05T17:03:35.072Z | Downloaded futures-io v0.3.32 |
| 629 | 2026-06-05T17:03:35.072Z | Downloaded arrayref v0.3.9 |
| 630 | 2026-06-05T17:03:35.072Z | Downloaded funty v2.0.0 |
| 631 | 2026-06-05T17:03:35.073Z | Downloaded gethostname v0.5.0 |
| 632 | 2026-06-05T17:03:35.073Z | Downloaded cstr-argument v0.1.2 |
| 633 | 2026-06-05T17:03:35.073Z | Downloaded hash32 v0.2.1 |
| 634 | 2026-06-05T17:03:35.073Z | Downloaded foreign-types-shared v0.1.1 |
| 635 | 2026-06-05T17:03:35.073Z | Downloaded foreign-types v0.3.2 |
| 636 | 2026-06-05T17:03:35.073Z | Downloaded ena v0.14.4 |
| 637 | 2026-06-05T17:03:35.073Z | Downloaded defmt-macros v1.0.1 |
| 638 | 2026-06-05T17:03:35.073Z | Downloaded futures-core v0.3.32 |
| 639 | 2026-06-05T17:03:35.073Z | Downloaded filetime v0.2.27 |
| 640 | 2026-06-05T17:03:35.073Z | Downloaded foreign-types v0.5.0 |
| 641 | 2026-06-05T17:03:35.073Z | Downloaded find-msvc-tools v0.1.9 |
| 642 | 2026-06-05T17:03:35.073Z | Downloaded globwalk v0.9.1 |
| 643 | 2026-06-05T17:03:35.073Z | Downloaded byte-wrapper v0.1.0 |
| 644 | 2026-06-05T17:03:35.076Z | Downloaded cargo-platform v0.3.2 |
| 645 | 2026-06-05T17:03:35.077Z | Downloaded daft-derive v0.1.7 |
| 646 | 2026-06-05T17:03:35.077Z | Downloaded crypto-bigint v0.5.5 |
| 647 | 2026-06-05T17:03:35.079Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-06-05T17:03:35.079Z | Downloaded cipher v0.4.4 |
| 649 | 2026-06-05T17:03:35.082Z | Downloaded hex v0.4.3 |
| 650 | 2026-06-05T17:03:35.082Z | Downloaded futures-task v0.3.32 |
| 651 | 2026-06-05T17:03:35.082Z | Downloaded bit-vec v0.8.0 |
| 652 | 2026-06-05T17:03:35.085Z | Downloaded anstyle-parse v0.2.7 |
| 653 | 2026-06-05T17:03:35.085Z | Downloaded cmake v0.1.57 |
| 654 | 2026-06-05T17:03:35.089Z | Downloaded headers-core v0.3.0 |
| 655 | 2026-06-05T17:03:35.089Z | Downloaded anstream v0.6.21 |
| 656 | 2026-06-05T17:03:35.089Z | Downloaded buf-list v1.1.2 |
| 657 | 2026-06-05T17:03:35.092Z | Downloaded erased-serde v0.3.31 |
| 658 | 2026-06-05T17:03:35.092Z | Downloaded hash32 v0.3.1 |
| 659 | 2026-06-05T17:03:35.092Z | Downloaded http-body v1.0.1 |
| 660 | 2026-06-05T17:03:35.095Z | Downloaded httpdate v1.0.3 |
| 661 | 2026-06-05T17:03:35.095Z | Downloaded diesel-dtrace v0.5.0 |
| 662 | 2026-06-05T17:03:35.095Z | Downloaded http-range v0.1.5 |
| 663 | 2026-06-05T17:03:35.098Z | Downloaded ecdsa v0.16.9 |
| 664 | 2026-06-05T17:03:35.098Z | Downloaded cexpr v0.6.0 |
| 665 | 2026-06-05T17:03:35.101Z | Downloaded async-trait v0.1.89 |
| 666 | 2026-06-05T17:03:35.101Z | Downloaded ff v0.13.1 |
| 667 | 2026-06-05T17:03:35.104Z | Downloaded cancel-safe-futures v0.1.5 |
| 668 | 2026-06-05T17:03:35.104Z | Downloaded der_derive v0.7.3 |
| 669 | 2026-06-05T17:03:35.107Z | Downloaded fd-lock v4.0.4 |
| 670 | 2026-06-05T17:03:35.107Z | Downloaded fallible-iterator v0.2.0 |
| 671 | 2026-06-05T17:03:35.110Z | Downloaded env_logger v0.11.9 |
| 672 | 2026-06-05T17:03:35.110Z | Downloaded hex-literal v0.4.1 |
| 673 | 2026-06-05T17:03:35.110Z | Downloaded darling v0.13.4 |
| 674 | 2026-06-05T17:03:35.113Z | Downloaded git-stub v1.0.0 |
| 675 | 2026-06-05T17:03:35.113Z | Downloaded futures-executor v0.3.32 |
| 676 | 2026-06-05T17:03:35.117Z | Downloaded crossbeam-channel v0.5.15 |
| 677 | 2026-06-05T17:03:35.120Z | Downloaded hubpack v0.1.2 |
| 678 | 2026-06-05T17:03:35.120Z | Downloaded constant_time_eq v0.4.2 |
| 679 | 2026-06-05T17:03:35.120Z | Downloaded darling v0.21.3 |
| 680 | 2026-06-05T17:03:35.123Z | Downloaded crossbeam-epoch v0.9.18 |
| 681 | 2026-06-05T17:03:35.126Z | Downloaded either v1.15.0 |
| 682 | 2026-06-05T17:03:35.126Z | Downloaded darling_core v0.13.4 |
| 683 | 2026-06-05T17:03:35.129Z | Downloaded indent_write v2.2.0 |
| 684 | 2026-06-05T17:03:35.129Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 685 | 2026-06-05T17:03:35.129Z | Downloaded illumos-nvpair v0.3.0 |
| 686 | 2026-06-05T17:03:35.132Z | Downloaded convert_case v0.10.0 |
| 687 | 2026-06-05T17:03:35.132Z | Downloaded cobs v0.3.0 |
| 688 | 2026-06-05T17:03:35.132Z | Downloaded cassowary v0.3.0 |
| 689 | 2026-06-05T17:03:35.136Z | Downloaded hubpack_derive v0.1.1 |
| 690 | 2026-06-05T17:03:35.136Z | Downloaded globset v0.4.18 |
| 691 | 2026-06-05T17:03:35.136Z | Downloaded fs_extra v1.3.0 |
| 692 | 2026-06-05T17:03:35.139Z | Downloaded fs-err v2.11.0 |
| 693 | 2026-06-05T17:03:35.139Z | Downloaded hyper-tls v0.6.0 |
| 694 | 2026-06-05T17:03:35.139Z | Downloaded foldhash v0.2.0 |
| 695 | 2026-06-05T17:03:35.139Z | Downloaded foldhash v0.1.5 |
| 696 | 2026-06-05T17:03:35.144Z | Downloaded highway v1.3.0 |
| 697 | 2026-06-05T17:03:35.144Z | Downloaded git-stub-vcs v0.1.0 |
| 698 | 2026-06-05T17:03:35.148Z | Downloaded const_format_proc_macros v0.2.34 |
| 699 | 2026-06-05T17:03:35.148Z | Downloaded colored v2.2.0 |
| 700 | 2026-06-05T17:03:35.148Z | Downloaded chacha20 v0.10.0 |
| 701 | 2026-06-05T17:03:35.152Z | Downloaded instant v0.1.13 |
| 702 | 2026-06-05T17:03:35.153Z | Downloaded is_ci v1.2.0 |
| 703 | 2026-06-05T17:03:35.153Z | Downloaded is-terminal v0.4.17 |
| 704 | 2026-06-05T17:03:35.153Z | Downloaded console v0.16.2 |
| 705 | 2026-06-05T17:03:35.157Z | Downloaded bcs v0.1.6 |
| 706 | 2026-06-05T17:03:35.157Z | Downloaded lazy_static v1.5.0 |
| 707 | 2026-06-05T17:03:35.157Z | Downloaded glob v0.3.3 |
| 708 | 2026-06-05T17:03:35.161Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-06-05T17:03:35.162Z | Downloaded colored v3.1.1 |
| 710 | 2026-06-05T17:03:35.162Z | Downloaded http-body-util v0.1.3 |
| 711 | 2026-06-05T17:03:35.162Z | Downloaded cookie_store v0.22.1 |
| 712 | 2026-06-05T17:03:35.165Z | Downloaded darling v0.23.0 |
| 713 | 2026-06-05T17:03:35.165Z | Downloaded indoc v1.0.9 |
| 714 | 2026-06-05T17:03:35.168Z | Downloaded cc v1.2.56 |
| 715 | 2026-06-05T17:03:35.168Z | Downloaded getrandom v0.2.17 |
| 716 | 2026-06-05T17:03:35.173Z | Downloaded futures-channel v0.3.32 |
| 717 | 2026-06-05T17:03:35.173Z | Downloaded kstat-rs v0.2.4 |
| 718 | 2026-06-05T17:03:35.177Z | Downloaded hostname v0.4.2 |
| 719 | 2026-06-05T17:03:35.177Z | Downloaded bumpalo v3.20.2 |
| 720 | 2026-06-05T17:03:35.177Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-06-05T17:03:35.180Z | Downloaded fixedbitset v0.5.7 |
| 722 | 2026-06-05T17:03:35.180Z | Downloaded crossbeam-utils v0.8.21 |
| 723 | 2026-06-05T17:03:35.180Z | Downloaded humantime v2.3.0 |
| 724 | 2026-06-05T17:03:35.183Z | Downloaded async-bb8-diesel v0.2.1 |
| 725 | 2026-06-05T17:03:35.183Z | Downloaded diff v0.1.13 |
| 726 | 2026-06-05T17:03:35.188Z | Downloaded instability v0.3.11 |
| 727 | 2026-06-05T17:03:35.188Z | Downloaded inout v0.1.4 |
| 728 | 2026-06-05T17:03:35.188Z | Downloaded backon v1.6.0 |
| 729 | 2026-06-05T17:03:35.191Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 730 | 2026-06-05T17:03:35.191Z | Downloaded managed v0.8.0 |
| 731 | 2026-06-05T17:03:35.191Z | Downloaded lru-slab v0.1.2 |
| 732 | 2026-06-05T17:03:35.191Z | Downloaded ingot v0.1.1 |
| 733 | 2026-06-05T17:03:35.196Z | Downloaded ciborium v0.2.2 |
| 734 | 2026-06-05T17:03:35.196Z | Downloaded cbc v0.1.2 |
| 735 | 2026-06-05T17:03:35.199Z | Downloaded md5 v0.7.0 |
| 736 | 2026-06-05T17:03:35.199Z | Downloaded half v1.8.3 |
| 737 | 2026-06-05T17:03:35.199Z | Downloaded console v0.15.11 |
| 738 | 2026-06-05T17:03:35.205Z | Downloaded maplit v1.0.2 |
| 739 | 2026-06-05T17:03:35.205Z | Downloaded lzss v0.8.2 |
| 740 | 2026-06-05T17:03:35.205Z | Downloaded clang-sys v1.8.1 |
| 741 | 2026-06-05T17:03:35.214Z | Downloaded bzip2 v0.6.1 |
| 742 | 2026-06-05T17:03:35.215Z | Downloaded group v0.13.0 |
| 743 | 2026-06-05T17:03:35.215Z | Downloaded bzip2 v0.4.4 |
| 744 | 2026-06-05T17:03:35.215Z | Downloaded indoc v2.0.7 |
| 745 | 2026-06-05T17:03:35.215Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-06-05T17:03:35.219Z | Downloaded lru v0.12.5 |
| 747 | 2026-06-05T17:03:35.219Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-06-05T17:03:35.219Z | Downloaded maybe-uninit v2.0.0 |
| 749 | 2026-06-05T17:03:35.219Z | Downloaded const-oid v0.9.6 |
| 750 | 2026-06-05T17:03:35.219Z | Downloaded linked-hash-map v0.5.6 |
| 751 | 2026-06-05T17:03:35.220Z | Downloaded camino-tempfile-ext v0.3.3 |
| 752 | 2026-06-05T17:03:35.220Z | Downloaded nibble_vec v0.1.0 |
| 753 | 2026-06-05T17:03:35.220Z | Downloaded newtype_derive v0.1.6 |
| 754 | 2026-06-05T17:03:35.220Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-06-05T17:03:35.224Z | Downloaded newline-converter v0.3.0 |
| 756 | 2026-06-05T17:03:35.224Z | Downloaded multimap v0.10.1 |
| 757 | 2026-06-05T17:03:35.224Z | Downloaded hostname v0.3.1 |
| 758 | 2026-06-05T17:03:35.224Z | Downloaded normalize-line-endings v0.3.0 |
| 759 | 2026-06-05T17:03:35.224Z | Downloaded drift v0.2.0 |
| 760 | 2026-06-05T17:03:35.228Z | Downloaded new_debug_unreachable v1.0.6 |
| 761 | 2026-06-05T17:03:35.231Z | Downloaded dropshot_endpoint v0.17.0 |
| 762 | 2026-06-05T17:03:35.232Z | Downloaded match_cfg v0.1.0 |
| 763 | 2026-06-05T17:03:35.235Z | Downloaded internet-checksum v0.2.1 |
| 764 | 2026-06-05T17:03:35.235Z | Downloaded elliptic-curve v0.13.8 |
| 765 | 2026-06-05T17:03:35.239Z | Downloaded nodrop v0.1.14 |
| 766 | 2026-06-05T17:03:35.239Z | Downloaded keccak v0.1.6 |
| 767 | 2026-06-05T17:03:35.239Z | Downloaded getrandom v0.3.4 |
| 768 | 2026-06-05T17:03:35.243Z | Downloaded home v0.5.12 |
| 769 | 2026-06-05T17:03:35.243Z | Downloaded num v0.4.3 |
| 770 | 2026-06-05T17:03:35.243Z | Downloaded num-derive v0.4.2 |
| 771 | 2026-06-05T17:03:35.246Z | Downloaded num-derive v0.3.3 |
| 772 | 2026-06-05T17:03:35.246Z | Downloaded num-conv v0.2.0 |
| 773 | 2026-06-05T17:03:35.246Z | Downloaded nonempty v0.12.0 |
| 774 | 2026-06-05T17:03:35.246Z | Downloaded corncobs v0.1.4 |
| 775 | 2026-06-05T17:03:35.246Z | Downloaded hmac v0.12.1 |
| 776 | 2026-06-05T17:03:35.250Z | Downloaded darling_core v0.20.11 |
| 777 | 2026-06-05T17:03:35.253Z | Downloaded openssl-probe v0.1.6 |
| 778 | 2026-06-05T17:03:35.253Z | Downloaded libloading v0.8.9 |
| 779 | 2026-06-05T17:03:35.253Z | Downloaded libefi-sys v0.1.0 |
| 780 | 2026-06-05T17:03:35.256Z | Downloaded jobserver v0.1.34 |
| 781 | 2026-06-05T17:03:35.257Z | Downloaded lock_api v0.4.14 |
| 782 | 2026-06-05T17:03:35.257Z | Downloaded linear-map v1.2.0 |
| 783 | 2026-06-05T17:03:35.260Z | Downloaded ingot-macros v0.1.1 |
| 784 | 2026-06-05T17:03:35.260Z | Downloaded libsw v3.5.0 |
| 785 | 2026-06-05T17:03:35.260Z | Downloaded ingot-types v0.1.2 |
| 786 | 2026-06-05T17:03:35.263Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-06-05T17:03:35.263Z | Downloaded openssl-probe v0.2.1 |
| 788 | 2026-06-05T17:03:35.263Z | Downloaded num-iter v0.1.45 |
| 789 | 2026-06-05T17:03:35.263Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-06-05T17:03:35.266Z | Downloaded libscf-sys v1.1.0 |
| 791 | 2026-06-05T17:03:35.266Z | Downloaded crc32fast v1.5.0 |
| 792 | 2026-06-05T17:03:35.266Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-06-05T17:03:35.266Z | Downloaded num_threads v0.1.7 |
| 794 | 2026-06-05T17:03:35.270Z | Downloaded expectorate v1.2.0 |
| 795 | 2026-06-05T17:03:35.270Z | Downloaded ed25519 v2.2.3 |
| 796 | 2026-06-05T17:03:35.273Z | Downloaded hyper-rustls v0.27.7 |
| 797 | 2026-06-05T17:03:35.273Z | Downloaded httparse v1.10.1 |
| 798 | 2026-06-05T17:03:35.277Z | Downloaded libsw-core v0.3.2 |
| 799 | 2026-06-05T17:03:35.277Z | Downloaded ipnetwork v0.21.1 |
| 800 | 2026-06-05T17:03:35.277Z | Downloaded multer v3.1.0 |
| 801 | 2026-06-05T17:03:35.280Z | Downloaded mime v0.3.17 |
| 802 | 2026-06-05T17:03:35.280Z | Downloaded newtype-uuid v1.3.2 |
| 803 | 2026-06-05T17:03:35.280Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-06-05T17:03:35.284Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-06-05T17:03:35.284Z | Downloaded hyper-staticfile v0.10.1 |
| 806 | 2026-06-05T17:03:35.289Z | Downloaded csv-core v0.1.13 |
| 807 | 2026-06-05T17:03:35.289Z | Downloaded pbkdf2 v0.11.0 |
| 808 | 2026-06-05T17:03:35.289Z | Downloaded path-slash v0.1.5 |
| 809 | 2026-06-05T17:03:35.289Z | Downloaded peg-runtime v0.8.5 |
| 810 | 2026-06-05T17:03:35.291Z | Downloaded pbkdf2 v0.12.2 |
| 811 | 2026-06-05T17:03:35.292Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-06-05T17:03:35.292Z | Downloaded parse-display v0.10.0 |
| 813 | 2026-06-05T17:03:35.292Z | Downloaded olpc-cjson v0.1.4 |
| 814 | 2026-06-05T17:03:35.292Z | Downloaded ar_archive_writer v0.5.1 |
| 815 | 2026-06-05T17:03:35.295Z | Downloaded ahash v0.8.12 |
| 816 | 2026-06-05T17:03:35.298Z | Downloaded num-complex v0.4.6 |
| 817 | 2026-06-05T17:03:35.299Z | Downloaded iana-time-zone v0.1.65 |
| 818 | 2026-06-05T17:03:35.304Z | Downloaded darling_core v0.23.0 |
| 819 | 2026-06-05T17:03:35.304Z | Downloaded num_enum_derive v0.5.11 |
| 820 | 2026-06-05T17:03:35.304Z | Downloaded const_format v0.2.35 |
| 821 | 2026-06-05T17:03:35.307Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-06-05T17:03:35.307Z | Downloaded arc-swap v1.8.2 |
| 823 | 2026-06-05T17:03:35.310Z | Downloaded base64 v0.21.7 |
| 824 | 2026-06-05T17:03:35.313Z | Downloaded compact_str v0.8.1 |
| 825 | 2026-06-05T17:03:35.313Z | Downloaded mime_guess v2.0.5 |
| 826 | 2026-06-05T17:03:35.316Z | Downloaded ed25519-dalek v2.2.0 |
| 827 | 2026-06-05T17:03:35.319Z | Downloaded crossterm v0.28.1 |
| 828 | 2026-06-05T17:03:35.322Z | Downloaded litrs v1.0.0 |
| 829 | 2026-06-05T17:03:35.324Z | Downloaded owo-colors v4.3.0 |
| 830 | 2026-06-05T17:03:35.324Z | Downloaded memoffset v0.9.1 |
| 831 | 2026-06-05T17:03:35.325Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-06-05T17:03:35.340Z | Downloaded predicates-core v1.0.10 |
| 833 | 2026-06-05T17:03:35.343Z | Downloaded precomputed-hash v0.1.1 |
| 834 | 2026-06-05T17:03:35.343Z | Downloaded phf_shared v0.13.1 |
| 835 | 2026-06-05T17:03:35.343Z | Downloaded num_enum_derive v0.7.6 |
| 836 | 2026-06-05T17:03:35.346Z | Downloaded num_enum v0.5.11 |
| 837 | 2026-06-05T17:03:35.349Z | Downloaded num_enum v0.7.6 |
| 838 | 2026-06-05T17:03:35.351Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-06-05T17:03:35.351Z | Downloaded pin-utils v0.1.0 |
| 840 | 2026-06-05T17:03:35.351Z | Downloaded num-integer v0.1.46 |
| 841 | 2026-06-05T17:03:35.354Z | Downloaded oxnet v0.1.5 |
| 842 | 2026-06-05T17:03:35.354Z | Downloaded proc-macro-crate v1.3.1 |
| 843 | 2026-06-05T17:03:35.357Z | Downloaded predicates-tree v1.0.13 |
| 844 | 2026-06-05T17:03:35.357Z | Downloaded parse-display-derive v0.10.0 |
| 845 | 2026-06-05T17:03:35.357Z | Downloaded powerfmt v0.2.0 |
| 846 | 2026-06-05T17:03:35.360Z | Downloaded chacha20poly1305 v0.10.1 |
| 847 | 2026-06-05T17:03:35.360Z | Downloaded nu-ansi-term v0.50.3 |
| 848 | 2026-06-05T17:03:35.364Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 849 | 2026-06-05T17:03:35.364Z | Downloaded darling_core v0.21.3 |
| 850 | 2026-06-05T17:03:35.367Z | Downloaded base64 v0.22.1 |
| 851 | 2026-06-05T17:03:35.367Z | Downloaded flume v0.11.1 |
| 852 | 2026-06-05T17:03:35.369Z | Downloaded pem v3.0.6 |
| 853 | 2026-06-05T17:03:35.372Z | Downloaded peg-macros v0.8.5 |
| 854 | 2026-06-05T17:03:35.372Z | Downloaded libbz2-rs-sys v0.2.2 |
| 855 | 2026-06-05T17:03:35.374Z | Downloaded packed_struct v0.10.1 |
| 856 | 2026-06-05T17:03:35.374Z | Downloaded progenitor-macro v0.11.2 |
| 857 | 2026-06-05T17:03:35.377Z | Downloaded proc-macro-crate v3.4.0 |
| 858 | 2026-06-05T17:03:35.377Z | Downloaded bytes v1.11.1 |
| 859 | 2026-06-05T17:03:35.380Z | Downloaded derive_more v2.1.1 |
| 860 | 2026-06-05T17:03:35.385Z | Downloaded quick-error v1.2.3 |
| 861 | 2026-06-05T17:03:35.387Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-06-05T17:03:35.387Z | Downloaded progenitor-client v0.11.2 |
| 863 | 2026-06-05T17:03:35.390Z | Downloaded progenitor-client v0.10.0 |
| 864 | 2026-06-05T17:03:35.390Z | Downloaded parking_lot v0.12.5 |
| 865 | 2026-06-05T17:03:35.390Z | Downloaded async-compression v0.4.41 |
| 866 | 2026-06-05T17:03:35.394Z | Downloaded polyval v0.6.2 |
| 867 | 2026-06-05T17:03:35.397Z | Downloaded radium v0.7.0 |
| 868 | 2026-06-05T17:03:35.397Z | Downloaded poly1305 v0.8.0 |
| 869 | 2026-06-05T17:03:35.400Z | Downloaded phf v0.13.1 |
| 870 | 2026-06-05T17:03:35.400Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-06-05T17:03:35.400Z | Downloaded paste v1.0.15 |
| 872 | 2026-06-05T17:03:35.402Z | Downloaded password-hash v0.5.0 |
| 873 | 2026-06-05T17:03:35.405Z | Downloaded progenitor-macro v0.13.0 |
| 874 | 2026-06-05T17:03:35.405Z | Downloaded pkg-config v0.3.32 |
| 875 | 2026-06-05T17:03:35.405Z | Downloaded ipnet v2.11.0 |
| 876 | 2026-06-05T17:03:35.407Z | Downloaded rand_xorshift v0.4.0 |
| 877 | 2026-06-05T17:03:35.407Z | Downloaded phf v0.12.1 |
| 878 | 2026-06-05T17:03:35.410Z | Downloaded password-hash v0.4.2 |
| 879 | 2026-06-05T17:03:35.410Z | Downloaded parking_lot_core v0.8.6 |
| 880 | 2026-06-05T17:03:35.412Z | Downloaded peg v0.8.5 |
| 881 | 2026-06-05T17:03:35.415Z | Downloaded heapless v0.8.0 |
| 882 | 2026-06-05T17:03:35.417Z | Downloaded ppv-lite86 v0.2.21 |
| 883 | 2026-06-05T17:03:35.417Z | Downloaded progenitor v0.11.2 |
| 884 | 2026-06-05T17:03:35.417Z | Downloaded primeorder v0.13.6 |
| 885 | 2026-06-05T17:03:35.421Z | Downloaded pem-rfc7468 v0.7.0 |
| 886 | 2026-06-05T17:03:35.421Z | Downloaded parking_lot_core v0.9.12 |
| 887 | 2026-06-05T17:03:35.424Z | Downloaded ignore v0.4.25 |
| 888 | 2026-06-05T17:03:35.424Z | Downloaded derive_more-impl v2.1.1 |
| 889 | 2026-06-05T17:03:35.428Z | Downloaded flate2 v1.1.9 |
| 890 | 2026-06-05T17:03:35.431Z | Downloaded half v2.7.1 |
| 891 | 2026-06-05T17:03:35.433Z | Downloaded pin-project-internal v1.1.11 |
| 892 | 2026-06-05T17:03:35.433Z | Downloaded progenitor-client v0.13.0 |
| 893 | 2026-06-05T17:03:35.433Z | Downloaded num-rational v0.4.2 |
| 894 | 2026-06-05T17:03:35.437Z | Downloaded phf_shared v0.11.3 |
| 895 | 2026-06-05T17:03:35.437Z | Downloaded oxide-tokio-rt v0.1.4 |
| 896 | 2026-06-05T17:03:35.442Z | Downloaded headers v0.4.1 |
| 897 | 2026-06-05T17:03:35.443Z | Downloaded ref-cast-impl v1.0.25 |
| 898 | 2026-06-05T17:03:35.445Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 899 | 2026-06-05T17:03:35.445Z | Downloaded diesel_derives v2.3.7 |
| 900 | 2026-06-05T17:03:35.445Z | Downloaded recursive v0.1.1 |
| 901 | 2026-06-05T17:03:35.448Z | Downloaded progenitor-extras v0.2.0 |
| 902 | 2026-06-05T17:03:35.448Z | Downloaded allocator-api2 v0.2.21 |
| 903 | 2026-06-05T17:03:35.451Z | Downloaded indexmap v1.9.3 |
| 904 | 2026-06-05T17:03:35.451Z | Downloaded omicron-zone-package v0.12.2 |
| 905 | 2026-06-05T17:03:35.453Z | Downloaded rfc6979 v0.4.0 |
| 906 | 2026-06-05T17:03:35.453Z | Downloaded der v0.7.10 |
| 907 | 2026-06-05T17:03:35.456Z | Downloaded futures v0.3.32 |
| 908 | 2026-06-05T17:03:35.459Z | Downloaded ref-cast v1.0.25 |
| 909 | 2026-06-05T17:03:35.462Z | Downloaded postcard v1.1.3 |
| 910 | 2026-06-05T17:03:35.473Z | Downloaded rand_chacha v0.3.1 |
| 911 | 2026-06-05T17:03:35.473Z | Downloaded predicates v3.1.4 |
| 912 | 2026-06-05T17:03:35.473Z | Downloaded progenitor v0.14.0 |
| 913 | 2026-06-05T17:03:35.473Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-06-05T17:03:35.476Z | Downloaded rustc_version v0.1.7 |
| 915 | 2026-06-05T17:03:35.476Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-06-05T17:03:35.476Z | Downloaded rtoolbox v0.0.3 |
| 917 | 2026-06-05T17:03:35.476Z | Downloaded indicatif v0.18.4 |
| 918 | 2026-06-05T17:03:35.476Z | Downloaded heapless v0.7.17 |
| 919 | 2026-06-05T17:03:35.476Z | Downloaded rand_core v0.9.5 |
| 920 | 2026-06-05T17:03:35.479Z | Downloaded psm v0.1.30 |
| 921 | 2026-06-05T17:03:35.479Z | Downloaded progenitor v0.13.0 |
| 922 | 2026-06-05T17:03:35.483Z | Downloaded hickory-server v0.25.2 |
| 923 | 2026-06-05T17:03:35.486Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-06-05T17:03:35.486Z | Downloaded r2d2 v0.8.10 |
| 925 | 2026-06-05T17:03:35.486Z | Downloaded rand_seeder v0.4.0 |
| 926 | 2026-06-05T17:03:35.486Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-06-05T17:03:35.488Z | Downloaded miniz_oxide v0.8.9 |
| 928 | 2026-06-05T17:03:35.489Z | Downloaded salsa20 v0.10.2 |
| 929 | 2026-06-05T17:03:35.491Z | Downloaded pkcs8 v0.10.2 |
| 930 | 2026-06-05T17:03:35.491Z | Downloaded scopeguard v1.2.0 |
| 931 | 2026-06-05T17:03:35.495Z | Downloaded scheduled-thread-pool v0.2.7 |
| 932 | 2026-06-05T17:03:35.495Z | Downloaded parking_lot v0.11.2 |
| 933 | 2026-06-05T17:03:35.498Z | Downloaded fatfs v0.3.6 |
| 934 | 2026-06-05T17:03:35.498Z | Downloaded ctr v0.9.2 |
| 935 | 2026-06-05T17:03:35.498Z | Downloaded hickory-resolver v0.25.2 |
| 936 | 2026-06-05T17:03:35.501Z | Downloaded hickory-resolver v0.24.4 |
| 937 | 2026-06-05T17:03:35.504Z | Downloaded defmt v1.0.1 |
| 938 | 2026-06-05T17:03:35.506Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-06-05T17:03:35.506Z | Downloaded secrecy v0.8.0 |
| 940 | 2026-06-05T17:03:35.506Z | Downloaded daft v0.1.7 |
| 941 | 2026-06-05T17:03:35.509Z | Downloaded pkcs5 v0.7.1 |
| 942 | 2026-06-05T17:03:35.511Z | Downloaded scrypt v0.11.0 |
| 943 | 2026-06-05T17:03:35.511Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-06-05T17:03:35.515Z | Downloaded progenitor-client v0.14.0 |
| 945 | 2026-06-05T17:03:35.515Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-06-05T17:03:35.520Z | Downloaded pkcs1 v0.7.5 |
| 947 | 2026-06-05T17:03:35.520Z | Downloaded pin-project-lite v0.2.17 |
| 948 | 2026-06-05T17:03:35.523Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-06-05T17:03:35.523Z | Downloaded same-file v1.0.6 |
| 950 | 2026-06-05T17:03:35.523Z | Downloaded rustc_version v0.4.1 |
| 951 | 2026-06-05T17:03:35.523Z | Downloaded chacha20 v0.9.1 |
| 952 | 2026-06-05T17:03:35.527Z | Downloaded serde_urlencoded v0.7.1 |
| 953 | 2026-06-05T17:03:35.527Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-06-05T17:03:35.530Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-06-05T17:03:35.530Z | Downloaded foreign-types-shared v0.3.1 |
| 956 | 2026-06-05T17:03:35.530Z | Downloaded foreign-types-macros v0.2.3 |
| 957 | 2026-06-05T17:03:35.530Z | Downloaded quinn-udp v0.5.14 |
| 958 | 2026-06-05T17:03:35.533Z | Downloaded resolv-conf v0.7.6 |
| 959 | 2026-06-05T17:03:35.533Z | Downloaded rustls-pemfile v1.0.4 |
| 960 | 2026-06-05T17:03:35.533Z | Downloaded rustls-native-certs v0.8.3 |
| 961 | 2026-06-05T17:03:35.537Z | Downloaded oso v0.27.3 |
| 962 | 2026-06-05T17:03:35.542Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-06-05T17:03:35.542Z | Downloaded p256 v0.13.2 |
| 964 | 2026-06-05T17:03:35.547Z | Downloaded serde_bytes v0.11.19 |
| 965 | 2026-06-05T17:03:35.547Z | Downloaded hashbrown v0.13.2 |
| 966 | 2026-06-05T17:03:35.547Z | Downloaded minimal-lexical v0.2.1 |
| 967 | 2026-06-05T17:03:35.557Z | Downloaded semver v0.1.20 |
| 968 | 2026-06-05T17:03:35.558Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-06-05T17:03:35.558Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-06-05T17:03:35.563Z | Downloaded rusty-fork v0.3.1 |
| 971 | 2026-06-05T17:03:35.563Z | Downloaded papergrid v0.17.0 |
| 972 | 2026-06-05T17:03:35.563Z | Downloaded signal-hook-tokio v0.3.1 |
| 973 | 2026-06-05T17:03:35.563Z | Downloaded http v1.4.0 |
| 974 | 2026-06-05T17:03:35.569Z | Downloaded sec1 v0.7.3 |
| 975 | 2026-06-05T17:03:35.572Z | Downloaded rustls-pemfile v2.2.0 |
| 976 | 2026-06-05T17:03:35.575Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-06-05T17:03:35.575Z | Downloaded shell-words v1.1.1 |
| 978 | 2026-06-05T17:03:35.575Z | Downloaded sct v0.7.1 |
| 979 | 2026-06-05T17:03:35.578Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-06-05T17:03:35.578Z | Downloaded rand_core v0.6.4 |
| 981 | 2026-06-05T17:03:35.578Z | Downloaded progenitor-impl v0.13.0 |
| 982 | 2026-06-05T17:03:35.580Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-06-05T17:03:35.588Z | Downloaded slog-envlogger v2.2.0 |
| 984 | 2026-06-05T17:03:35.591Z | Downloaded jiff-static v0.2.21 |
| 985 | 2026-06-05T17:03:35.595Z | Downloaded pin-project v1.1.11 |
| 986 | 2026-06-05T17:03:35.601Z | Downloaded serde_spanned v1.0.4 |
| 987 | 2026-06-05T17:03:35.604Z | Downloaded postgres-protocol v0.6.10 |
| 988 | 2026-06-05T17:03:35.606Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-06-05T17:03:35.609Z | Downloaded sqlparser_derive v0.5.0 |
| 990 | 2026-06-05T17:03:35.609Z | Downloaded signature v2.2.0 |
| 991 | 2026-06-05T17:03:35.612Z | Downloaded slog-bunyan v2.5.0 |
| 992 | 2026-06-05T17:03:35.621Z | Downloaded prettyplease v0.2.37 |
| 993 | 2026-06-05T17:03:35.624Z | Downloaded pretty_assertions v1.4.1 |
| 994 | 2026-06-05T17:03:35.627Z | Downloaded shlex v1.3.0 |
| 995 | 2026-06-05T17:03:35.630Z | Downloaded signal-hook-mio v0.2.5 |
| 996 | 2026-06-05T17:03:35.630Z | Downloaded seq-macro v0.3.6 |
| 997 | 2026-06-05T17:03:35.636Z | Downloaded scroll v0.13.0 |
| 998 | 2026-06-05T17:03:35.636Z | Downloaded strum v0.26.3 |
| 999 | 2026-06-05T17:03:35.641Z | Downloaded structmeta-derive v0.3.0 |
| 1000 | 2026-06-05T17:03:35.641Z | Downloaded serde-hex v0.1.0 |
| 1001 | 2026-06-05T17:03:35.641Z | Downloaded crossterm v0.29.0 |
| 1002 | 2026-06-05T17:03:35.646Z | Downloaded serde_path_to_error v0.1.20 |
| 1003 | 2026-06-05T17:03:35.646Z | Downloaded serde_derive_internals v0.29.1 |
| 1004 | 2026-06-05T17:03:35.646Z | Downloaded hashbrown v0.12.3 |
| 1005 | 2026-06-05T17:03:35.651Z | Downloaded strsim v0.10.0 |
| 1006 | 2026-06-05T17:03:35.651Z | Downloaded ssh-cipher v0.2.0 |
| 1007 | 2026-06-05T17:03:35.651Z | Downloaded structmeta v0.3.0 |
| 1008 | 2026-06-05T17:03:35.655Z | Downloaded strum v0.27.2 |
| 1009 | 2026-06-05T17:03:35.655Z | Downloaded slab v0.4.12 |
| 1010 | 2026-06-05T17:03:35.655Z | Downloaded progenitor-impl v0.14.0 |
| 1011 | 2026-06-05T17:03:35.661Z | Downloaded progenitor-impl v0.11.2 |
| 1012 | 2026-06-05T17:03:35.666Z | Downloaded ron v0.8.1 |
| 1013 | 2026-06-05T17:03:35.671Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1014 | 2026-06-05T17:03:35.671Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-06-05T17:03:35.671Z | Downloaded take_mut v0.2.2 |
| 1016 | 2026-06-05T17:03:35.673Z | Downloaded slog-term v2.9.2 |
| 1017 | 2026-06-05T17:03:35.673Z | Downloaded slog-stdlog v4.1.1 |
| 1018 | 2026-06-05T17:03:35.673Z | Downloaded signal-hook-registry v1.4.8 |
| 1019 | 2026-06-05T17:03:35.673Z | Downloaded serde_with_macros v1.5.2 |
| 1020 | 2026-06-05T17:03:35.674Z | Downloaded russh-keys v0.45.0 |
| 1021 | 2026-06-05T17:03:35.676Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-06-05T17:03:35.681Z | Downloaded subtle v2.6.1 |
| 1023 | 2026-06-05T17:03:35.681Z | Downloaded tabwriter v1.4.1 |
| 1024 | 2026-06-05T17:03:35.681Z | Downloaded sync_wrapper v1.0.2 |
| 1025 | 2026-06-05T17:03:35.681Z | Downloaded sync-ptr v0.1.4 |
| 1026 | 2026-06-05T17:03:35.684Z | Downloaded supports-color v3.0.2 |
| 1027 | 2026-06-05T17:03:35.684Z | Downloaded snafu-derive v0.8.9 |
| 1028 | 2026-06-05T17:03:35.688Z | Downloaded simd-adler32 v0.3.8 |
| 1029 | 2026-06-05T17:03:35.688Z | Downloaded tap v1.0.1 |
| 1030 | 2026-06-05T17:03:35.691Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1031 | 2026-06-05T17:03:35.694Z | Downloaded hashbrown v0.15.5 |
| 1032 | 2026-06-05T17:03:35.697Z | Downloaded rcgen v0.12.1 |
| 1033 | 2026-06-05T17:03:35.746Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1034 | 2026-06-05T17:03:35.753Z | Downloaded static_assertions v1.1.0 |
| 1035 | 2026-06-05T17:03:35.753Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-06-05T17:03:35.753Z | Downloaded testing_table v0.3.0 |
| 1037 | 2026-06-05T17:03:35.753Z | Downloaded string_cache v0.8.9 |
| 1038 | 2026-06-05T17:03:35.753Z | Downloaded thread-id v5.1.0 |
| 1039 | 2026-06-05T17:03:35.753Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-06-05T17:03:35.753Z | Downloaded termtree v0.5.1 |
| 1041 | 2026-06-05T17:03:35.753Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-06-05T17:03:35.753Z | Downloaded schemars v0.8.22 |
| 1043 | 2026-06-05T17:03:35.753Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-06-05T17:03:35.753Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-06-05T17:03:35.753Z | Downloaded slog-async v2.8.0 |
| 1046 | 2026-06-05T17:03:35.753Z | Downloaded strum_macros v0.26.4 |
| 1047 | 2026-06-05T17:03:35.753Z | Downloaded smf v0.2.3 |
| 1048 | 2026-06-05T17:03:35.753Z | Downloaded strum_macros v0.24.3 |
| 1049 | 2026-06-05T17:03:35.753Z | Downloaded strum_macros v0.27.2 |
| 1050 | 2026-06-05T17:03:35.754Z | Downloaded hyper-util v0.1.20 |
| 1051 | 2026-06-05T17:03:35.754Z | Downloaded prefix-trie v0.7.0 |
| 1052 | 2026-06-05T17:03:35.754Z | Downloaded aes v0.8.4 |
| 1053 | 2026-06-05T17:03:35.754Z | Downloaded sqlformat v0.3.5 |
| 1054 | 2026-06-05T17:03:35.754Z | Downloaded time-core v0.1.8 |
| 1055 | 2026-06-05T17:03:35.754Z | Downloaded tabled_derive v0.11.0 |
| 1056 | 2026-06-05T17:03:35.754Z | Downloaded support-bundle-viewer v0.1.2 |
| 1057 | 2026-06-05T17:03:35.754Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-06-05T17:03:35.754Z | Downloaded spki v0.7.3 |
| 1059 | 2026-06-05T17:03:35.754Z | Downloaded stringprep v0.1.5 |
| 1060 | 2026-06-05T17:03:35.754Z | Downloaded rand v0.8.6 |
| 1061 | 2026-06-05T17:03:35.754Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-06-05T17:03:35.757Z | Downloaded spin v0.9.8 |
| 1063 | 2026-06-05T17:03:35.761Z | Downloaded num-bigint v0.4.6 |
| 1064 | 2026-06-05T17:03:35.766Z | Downloaded itertools v0.10.5 |
| 1065 | 2026-06-05T17:03:35.770Z | Downloaded iri-string v0.7.10 |
| 1066 | 2026-06-05T17:03:35.774Z | Downloaded signal-hook v0.3.18 |
| 1067 | 2026-06-05T17:03:35.777Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-06-05T17:03:35.780Z | Downloaded thiserror-no-std v2.0.2 |
| 1069 | 2026-06-05T17:03:35.780Z | Downloaded tower-service v0.3.3 |
| 1070 | 2026-06-05T17:03:35.783Z | Downloaded slog-json v2.6.1 |
| 1071 | 2026-06-05T17:03:35.783Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-06-05T17:03:35.783Z | Downloaded ryu v1.0.23 |
| 1073 | 2026-06-05T17:03:35.788Z | Downloaded try-lock v0.2.5 |
| 1074 | 2026-06-05T17:03:35.788Z | Downloaded tiny-keccak v2.0.2 |
| 1075 | 2026-06-05T17:03:35.793Z | Downloaded h2 v0.4.13 |
| 1076 | 2026-06-05T17:03:35.795Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-06-05T17:03:35.795Z | Downloaded aes-gcm v0.10.3 |
| 1078 | 2026-06-05T17:03:35.798Z | Downloaded similar v2.7.0 |
| 1079 | 2026-06-05T17:03:35.801Z | Downloaded termios v0.3.3 |
| 1080 | 2026-06-05T17:03:35.807Z | Downloaded bitvec v1.0.1 |
| 1081 | 2026-06-05T17:03:35.810Z | Downloaded unarray v0.1.4 |
| 1082 | 2026-06-05T17:03:35.816Z | Downloaded typify-macro v0.6.2 |
| 1083 | 2026-06-05T17:03:35.816Z | Downloaded typify-macro v0.4.3 |
| 1084 | 2026-06-05T17:03:35.816Z | Downloaded tokio-rustls v0.25.0 |
| 1085 | 2026-06-05T17:03:35.820Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2026-06-05T17:03:35.820Z | Downloaded tls_codec_derive v0.4.2 |
| 1087 | 2026-06-05T17:03:35.820Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-06-05T17:03:35.820Z | Downloaded serde_cbor v0.11.2 |
| 1089 | 2026-06-05T17:03:35.820Z | Downloaded tokio-macros v2.7.0 |
| 1090 | 2026-06-05T17:03:35.824Z | Downloaded openssl-sys v0.9.115 |
| 1091 | 2026-06-05T17:03:35.829Z | Downloaded socket2 v0.5.10 |
| 1092 | 2026-06-05T17:03:35.829Z | Downloaded term v0.7.0 |
| 1093 | 2026-06-05T17:03:35.829Z | Downloaded serde_with_macros v3.17.0 |
| 1094 | 2026-06-05T17:03:35.840Z | Downloaded unicode-truncate v1.1.0 |
| 1095 | 2026-06-05T17:03:35.840Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-06-05T17:03:35.840Z | Downloaded tls_codec v0.4.2 |
| 1097 | 2026-06-05T17:03:35.840Z | Downloaded publicsuffix v2.3.0 |
| 1098 | 2026-06-05T17:03:35.844Z | Downloaded usdt-macro v0.6.0 |
| 1099 | 2026-06-05T17:03:35.844Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-06-05T17:03:35.844Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1101 | 2026-06-05T17:03:35.844Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-06-05T17:03:35.844Z | Downloaded hashbrown v0.16.1 |
| 1103 | 2026-06-05T17:03:35.844Z | Downloaded untrusted v0.9.0 |
| 1104 | 2026-06-05T17:03:35.844Z | Downloaded nom v7.1.3 |
| 1105 | 2026-06-05T17:03:35.844Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-06-05T17:03:35.852Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-06-05T17:03:35.864Z | Downloaded tokio-tungstenite v0.21.0 |
| 1108 | 2026-06-05T17:03:35.864Z | Downloaded thread_local v1.1.9 |
| 1109 | 2026-06-05T17:03:35.864Z | Downloaded nom v8.0.0 |
| 1110 | 2026-06-05T17:03:35.867Z | Downloaded itertools v0.13.0 |
| 1111 | 2026-06-05T17:03:35.867Z | Downloaded void v1.0.2 |
| 1112 | 2026-06-05T17:03:35.867Z | Downloaded slog v2.8.2 |
| 1113 | 2026-06-05T17:03:35.867Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-06-05T17:03:35.867Z | Downloaded schemars v1.2.1 |
| 1115 | 2026-06-05T17:03:35.873Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-06-05T17:03:35.876Z | Downloaded unicase v2.9.0 |
| 1117 | 2026-06-05T17:03:35.876Z | Downloaded tokio-stream v0.1.18 |
| 1118 | 2026-06-05T17:03:35.879Z | Downloaded tokio-rustls v0.26.4 |
| 1119 | 2026-06-05T17:03:35.879Z | Downloaded xattr v1.6.1 |
| 1120 | 2026-06-05T17:03:35.884Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-06-05T17:03:35.884Z | Downloaded quinn v0.11.9 |
| 1122 | 2026-06-05T17:03:35.890Z | Downloaded term v1.2.1 |
| 1123 | 2026-06-05T17:03:35.890Z | Downloaded rand v0.10.0 |
| 1124 | 2026-06-05T17:03:35.895Z | Downloaded tui-tree-widget v0.23.1 |
| 1125 | 2026-06-05T17:03:35.895Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-06-05T17:03:35.895Z | Downloaded snafu v0.8.9 |
| 1127 | 2026-06-05T17:03:35.898Z | Downloaded want v0.3.1 |
| 1128 | 2026-06-05T17:03:35.898Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-06-05T17:03:35.898Z | Downloaded usdt v0.6.0 |
| 1130 | 2026-06-05T17:03:35.898Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-06-05T17:03:35.901Z | Downloaded num-bigint-dig v0.8.6 |
| 1132 | 2026-06-05T17:03:35.901Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1133 | 2026-06-05T17:03:35.904Z | Downloaded subprocess v0.2.15 |
| 1134 | 2026-06-05T17:03:35.907Z | Downloaded itertools v0.14.0 |
| 1135 | 2026-06-05T17:03:35.909Z | Downloaded tracing-attributes v0.1.31 |
| 1136 | 2026-06-05T17:03:35.912Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-06-05T17:03:35.912Z | Downloaded vergen-gitcl v1.0.8 |
| 1138 | 2026-06-05T17:03:35.915Z | Downloaded test-strategy v0.4.5 |
| 1139 | 2026-06-05T17:03:35.915Z | Downloaded wait-timeout v0.2.1 |
| 1140 | 2026-06-05T17:03:35.918Z | Downloaded aho-corasick v1.1.4 |
| 1141 | 2026-06-05T17:03:35.923Z | Downloaded unit-prefix v0.5.2 |
| 1142 | 2026-06-05T17:03:35.923Z | Downloaded hkdf v0.12.4 |
| 1143 | 2026-06-05T17:03:35.923Z | Downloaded zone_cfg_derive v0.3.1 |
| 1144 | 2026-06-05T17:03:35.926Z | Downloaded rand v0.9.2 |
| 1145 | 2026-06-05T17:03:35.926Z | Downloaded zone v0.3.1 |
| 1146 | 2026-06-05T17:03:35.926Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1147 | 2026-06-05T17:03:35.926Z | Downloaded qorb v0.4.1 |
| 1148 | 2026-06-05T17:03:35.929Z | Downloaded rustls-webpki v0.103.9 |
| 1149 | 2026-06-05T17:03:35.932Z | Downloaded itertools v0.12.1 |
| 1150 | 2026-06-05T17:03:35.936Z | Downloaded mio v1.2.0 |
| 1151 | 2026-06-05T17:03:35.940Z | Downloaded whoami v2.1.0 |
| 1152 | 2026-06-05T17:03:35.940Z | Downloaded walkdir v2.5.0 |
| 1153 | 2026-06-05T17:03:35.944Z | Downloaded iddqd v0.4.2 |
| 1154 | 2026-06-05T17:03:35.948Z | Downloaded samael v0.0.19 |
| 1155 | 2026-06-05T17:03:35.951Z | Downloaded usdt-impl v0.6.0 |
| 1156 | 2026-06-05T17:03:35.951Z | Downloaded tar v0.4.45 |
| 1157 | 2026-06-05T17:03:35.951Z | Downloaded uzers v0.12.2 |
| 1158 | 2026-06-05T17:03:35.954Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-06-05T17:03:35.954Z | Downloaded socket2 v0.6.3 |
| 1160 | 2026-06-05T17:03:35.954Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1161 | 2026-06-05T17:03:35.959Z | Downloaded futures-util v0.3.32 |
| 1162 | 2026-06-05T17:03:35.963Z | Downloaded vergen-git2 v9.1.0 |
| 1163 | 2026-06-05T17:03:35.988Z | Downloaded steno v0.4.1 |
| 1164 | 2026-06-05T17:03:35.994Z | Downloaded libxml v0.3.3 |
| 1165 | 2026-06-05T17:03:35.994Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-06-05T17:03:35.994Z | Downloaded tinyvec v1.10.0 |
| 1167 | 2026-06-05T17:03:35.994Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-06-05T17:03:35.994Z | Downloaded typify v0.6.2 |
| 1169 | 2026-06-05T17:03:35.994Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-06-05T17:03:35.994Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-06-05T17:03:35.994Z | Downloaded rpassword v7.4.0 |
| 1172 | 2026-06-05T17:03:36.004Z | Downloaded p521 v0.13.3 |
| 1173 | 2026-06-05T17:03:36.004Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-06-05T17:03:36.008Z | Downloaded toml v0.7.8 |
| 1175 | 2026-06-05T17:03:36.008Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1176 | 2026-06-05T17:03:36.008Z | Downloaded xshell v0.2.7 |
| 1177 | 2026-06-05T17:03:36.008Z | Downloaded yasna v0.5.2 |
| 1178 | 2026-06-05T17:03:36.008Z | Downloaded unsafe-libyaml v0.2.11 |
| 1179 | 2026-06-05T17:03:36.014Z | Downloaded serde_with v1.14.0 |
| 1180 | 2026-06-05T17:03:36.019Z | Downloaded vergen v9.1.0 |
| 1181 | 2026-06-05T17:03:36.019Z | Downloaded vergen-lib v9.1.0 |
| 1182 | 2026-06-05T17:03:36.035Z | Downloaded hyper v1.8.1 |
| 1183 | 2026-06-05T17:03:36.082Z | Downloaded vte v0.14.1 |
| 1184 | 2026-06-05T17:03:36.082Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-06-05T17:03:36.082Z | Downloaded vsss-rs v3.3.4 |
| 1186 | 2026-06-05T17:03:36.082Z | Downloaded tungstenite v0.23.0 |
| 1187 | 2026-06-05T17:03:36.082Z | Downloaded zstd-safe v7.2.4 |
| 1188 | 2026-06-05T17:03:36.082Z | Downloaded russh v0.45.0 |
| 1189 | 2026-06-05T17:03:36.083Z | Downloaded tokio-rustls v0.24.1 |
| 1190 | 2026-06-05T17:03:36.083Z | Downloaded unicode-bidi v0.3.18 |
| 1191 | 2026-06-05T17:03:36.083Z | Downloaded toml_edit v0.19.15 |
| 1192 | 2026-06-05T17:03:36.118Z | Downloaded zerocopy v0.6.6 |
| 1193 | 2026-06-05T17:03:36.118Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-06-05T17:03:36.118Z | Downloaded git2 v0.20.4 |
| 1195 | 2026-06-05T17:03:36.118Z | Downloaded libm v0.2.16 |
| 1196 | 2026-06-05T17:03:36.118Z | Downloaded rustyline v14.0.0 |
| 1197 | 2026-06-05T17:03:36.118Z | Downloaded reqwest v0.12.28 |
| 1198 | 2026-06-05T17:03:36.118Z | Downloaded uuid v1.23.0 |
| 1199 | 2026-06-05T17:03:36.118Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1200 | 2026-06-05T17:03:36.118Z | Downloaded p384 v0.13.1 |
| 1201 | 2026-06-05T17:03:36.119Z | Downloaded portable-atomic v1.13.1 |
| 1202 | 2026-06-05T17:03:36.163Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-06-05T17:03:36.163Z | Downloaded zip v0.6.6 |
| 1204 | 2026-06-05T17:03:36.163Z | Downloaded lalrpop v0.19.12 |
| 1205 | 2026-06-05T17:03:36.163Z | Downloaded typify v0.4.3 |
| 1206 | 2026-06-05T17:03:36.163Z | Downloaded zopfli v0.8.3 |
| 1207 | 2026-06-05T17:03:36.163Z | Downloaded goblin v0.10.5 |
| 1208 | 2026-06-05T17:03:36.164Z | Downloaded tungstenite v0.21.0 |
| 1209 | 2026-06-05T17:03:36.164Z | Downloaded regex v1.12.3 |
| 1210 | 2026-06-05T17:03:36.231Z | Downloaded quick-xml v0.37.5 |
| 1211 | 2026-06-05T17:03:36.231Z | Downloaded typed-path v0.9.3 |
| 1212 | 2026-06-05T17:03:36.231Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-06-05T17:03:36.231Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-06-05T17:03:36.231Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-06-05T17:03:36.231Z | Downloaded curve25519-dalek v4.1.3 |
| 1216 | 2026-06-05T17:03:36.231Z | Downloaded ssh-key v0.6.7 |
| 1217 | 2026-06-05T17:03:36.231Z | Downloaded yansi v1.0.1 |
| 1218 | 2026-06-05T17:03:36.231Z | Downloaded petname v2.0.2 |
| 1219 | 2026-06-05T17:03:36.231Z | Downloaded blake3 v1.8.3 |
| 1220 | 2026-06-05T17:03:36.231Z | Downloaded zip v4.6.1 |
| 1221 | 2026-06-05T17:03:36.321Z | Downloaded serde_with v3.17.0 |
| 1222 | 2026-06-05T17:03:36.321Z | Downloaded bindgen v0.71.1 |
| 1223 | 2026-06-05T17:03:36.321Z | Downloaded aws-lc-rs v1.16.3 |
| 1224 | 2026-06-05T17:03:36.321Z | Downloaded quinn-proto v0.11.13 |
| 1225 | 2026-06-05T17:03:36.321Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-06-05T17:03:36.321Z | Downloaded winnow v0.5.40 |
| 1227 | 2026-06-05T17:03:36.342Z | Downloaded rayon v1.11.0 |
| 1228 | 2026-06-05T17:03:36.342Z | Downloaded chrono v0.4.44 |
| 1229 | 2026-06-05T17:03:36.342Z | Downloaded reqwest v0.13.2 |
| 1230 | 2026-06-05T17:03:36.343Z | Downloaded x509-cert v0.2.5 |
| 1231 | 2026-06-05T17:03:36.343Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-06-05T17:03:36.343Z | Downloaded tower v0.5.3 |
| 1233 | 2026-06-05T17:03:36.343Z | Downloaded dropshot v0.17.0 |
| 1234 | 2026-06-05T17:03:36.343Z | Downloaded polar-core v0.27.3 |
| 1235 | 2026-06-05T17:03:36.343Z | Downloaded salty v0.3.0 |
| 1236 | 2026-06-05T17:03:36.343Z | Downloaded tabled v0.20.0 |
| 1237 | 2026-06-05T17:03:36.343Z | Downloaded regex-syntax v0.6.29 |
| 1238 | 2026-06-05T17:03:36.357Z | Downloaded tough v0.22.0 |
| 1239 | 2026-06-05T17:03:36.357Z | Downloaded zlib-rs v0.6.2 |
| 1240 | 2026-06-05T17:03:36.357Z | Downloaded hickory-proto v0.24.4 |
| 1241 | 2026-06-05T17:03:36.369Z | Downloaded moka v0.12.13 |
| 1242 | 2026-06-05T17:03:36.369Z | Downloaded tower-http v0.6.8 |
| 1243 | 2026-06-05T17:03:36.369Z | Downloaded rustls-webpki v0.102.8 |
| 1244 | 2026-06-05T17:03:36.373Z | Downloaded webpki-roots v1.0.6 |
| 1245 | 2026-06-05T17:03:36.377Z | Downloaded hickory-proto v0.25.2 |
| 1246 | 2026-06-05T17:03:36.396Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-06-05T17:03:36.413Z | Downloaded proptest v1.10.0 |
| 1248 | 2026-06-05T17:03:36.413Z | Downloaded smoltcp v0.11.0 |
| 1249 | 2026-06-05T17:03:36.413Z | Downloaded regress v0.11.1 |
| 1250 | 2026-06-05T17:03:36.445Z | Downloaded diesel v2.3.7 |
| 1251 | 2026-06-05T17:03:36.445Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-06-05T17:03:36.445Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-06-05T17:03:36.484Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-06-05T17:03:36.484Z | Downloaded regress v0.10.5 |
| 1255 | 2026-06-05T17:03:36.484Z | Downloaded openapiv3 v2.2.0 |
| 1256 | 2026-06-05T17:03:36.484Z | Downloaded rustix v0.38.44 |
| 1257 | 2026-06-05T17:03:36.485Z | Downloaded nix v0.27.1 |
| 1258 | 2026-06-05T17:03:36.485Z | Downloaded object v0.30.4 |
| 1259 | 2026-06-05T17:03:36.485Z | Downloaded tokio-util v0.7.18 |
| 1260 | 2026-06-05T17:03:36.506Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-06-05T17:03:36.506Z | Downloaded time v0.3.47 |
| 1262 | 2026-06-05T17:03:36.506Z | Downloaded nix v0.28.0 |
| 1263 | 2026-06-05T17:03:36.506Z | Downloaded openssl v0.10.79 |
| 1264 | 2026-06-05T17:03:36.511Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-06-05T17:03:36.511Z | Downloaded vcpkg v0.2.15 |
| 1266 | 2026-06-05T17:03:36.524Z | Downloaded smoltcp v0.9.1 |
| 1267 | 2026-06-05T17:03:36.531Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-06-05T17:03:36.538Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-06-05T17:03:36.549Z | Downloaded nix v0.31.2 |
| 1270 | 2026-06-05T17:03:36.558Z | Downloaded zerocopy v0.8.40 |
| 1271 | 2026-06-05T17:03:36.562Z | Downloaded rustls v0.22.4 |
| 1272 | 2026-06-05T17:03:36.570Z | Downloaded typify-impl v0.4.3 |
| 1273 | 2026-06-05T17:03:36.576Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-06-05T17:03:36.585Z | Downloaded object v0.37.3 |
| 1275 | 2026-06-05T17:03:36.591Z | Downloaded rustls v0.23.37 |
| 1276 | 2026-06-05T17:03:36.599Z | Downloaded rustls v0.21.12 |
| 1277 | 2026-06-05T17:03:36.644Z | Downloaded petgraph v0.8.3 |
| 1278 | 2026-06-05T17:03:36.671Z | Downloaded libz-sys v1.1.24 |
| 1279 | 2026-06-05T17:03:36.686Z | Downloaded csv v1.4.0 |
| 1280 | 2026-06-05T17:03:36.691Z | Downloaded sled v0.34.7 |
| 1281 | 2026-06-05T17:03:36.691Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1282 | 2026-06-05T17:03:36.699Z | Downloaded tokio v1.52.1 |
| 1283 | 2026-06-05T17:03:36.773Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-06-05T17:03:36.782Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1285 | 2026-06-05T17:03:36.782Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-06-05T17:03:36.813Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-06-05T17:03:36.820Z | Downloaded chrono-tz v0.10.4 |
| 1288 | 2026-06-05T17:03:36.820Z | Downloaded petgraph v0.6.5 |
| 1289 | 2026-06-05T17:03:36.823Z | Downloaded ring v0.17.14 |
| 1290 | 2026-06-05T17:03:36.847Z | Downloaded jiff v0.2.21 |
| 1291 | 2026-06-05T17:03:36.884Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-06-05T17:03:37.021Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1293 | 2026-06-05T17:03:37.558Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-06-05T17:03:37.814Z | Compiling libc v0.2.185 |
| 1295 | 2026-06-05T17:03:37.818Z | Compiling serde v1.0.228 |
| 1296 | 2026-06-05T17:03:37.818Z | Compiling log v0.4.29 |
| 1297 | 2026-06-05T17:03:37.818Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-06-05T17:03:37.818Z | Compiling shlex v1.3.0 |
| 1299 | 2026-06-05T17:03:37.818Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-06-05T17:03:37.818Z | Compiling typenum v1.19.0 |
| 1301 | 2026-06-05T17:03:37.819Z | Compiling subtle v2.6.1 |
| 1302 | 2026-06-05T17:03:37.955Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-06-05T17:03:37.968Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-06-05T17:03:37.977Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-06-05T17:03:38.063Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-06-05T17:03:38.078Z | Compiling syn v2.0.117 |
| 1307 | 2026-06-05T17:03:38.083Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-06-05T17:03:38.083Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-06-05T17:03:38.133Z | Compiling lock_api v0.4.14 |
| 1310 | 2026-06-05T17:03:38.148Z | Compiling parking_lot_core v0.9.12 |
| 1311 | 2026-06-05T17:03:38.166Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-06-05T17:03:38.182Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-06-05T17:03:38.197Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-06-05T17:03:38.218Z | Compiling libm v0.2.16 |
| 1315 | 2026-06-05T17:03:38.279Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-06-05T17:03:38.295Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-06-05T17:03:38.336Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-06-05T17:03:38.353Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-06-05T17:03:38.428Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-06-05T17:03:38.461Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-06-05T17:03:38.464Z | Compiling slab v0.4.12 |
| 1322 | 2026-06-05T17:03:38.464Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-06-05T17:03:38.464Z | Compiling cpufeatures v0.2.17 |
| 1324 | 2026-06-05T17:03:38.626Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-06-05T17:03:38.666Z | Compiling getrandom v0.4.1 |
| 1326 | 2026-06-05T17:03:38.666Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-06-05T17:03:38.666Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-06-05T17:03:38.702Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-06-05T17:03:38.719Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-06-05T17:03:38.743Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-06-05T17:03:38.772Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-06-05T17:03:38.784Z | Compiling dunce v1.0.5 |
| 1333 | 2026-06-05T17:03:38.853Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-06-05T17:03:38.916Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-06-05T17:03:38.916Z | Compiling rustix v1.1.3 |
| 1336 | 2026-06-05T17:03:38.979Z | Compiling iana-time-zone v0.1.65 |
| 1337 | 2026-06-05T17:03:38.979Z | Compiling regex-syntax v0.8.10 |
| 1338 | 2026-06-05T17:03:38.989Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-06-05T17:03:38.989Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-06-05T17:03:39.017Z | Compiling errno v0.3.14 |
| 1341 | 2026-06-05T17:03:39.109Z | Compiling mio v1.2.0 |
| 1342 | 2026-06-05T17:03:39.112Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-06-05T17:03:39.122Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-06-05T17:03:39.143Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-06-05T17:03:39.197Z | Compiling cc v1.2.56 |
| 1346 | 2026-06-05T17:03:39.220Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-06-05T17:03:39.272Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-06-05T17:03:39.414Z | Compiling pem-rfc7468 v0.7.0 |
| 1349 | 2026-06-05T17:03:39.462Z | Compiling flagset v0.4.7 |
| 1350 | 2026-06-05T17:03:39.471Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-06-05T17:03:39.505Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-06-05T17:03:39.542Z | Compiling uuid v1.23.0 |
| 1353 | 2026-06-05T17:03:39.557Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-06-05T17:03:39.561Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-06-05T17:03:39.585Z | Compiling base64 v0.22.1 |
| 1356 | 2026-06-05T17:03:39.672Z | Compiling rand_core v0.9.5 |
| 1357 | 2026-06-05T17:03:39.700Z | Compiling httparse v1.10.1 |
| 1358 | 2026-06-05T17:03:39.737Z | Compiling untrusted v0.9.0 |
| 1359 | 2026-06-05T17:03:39.830Z | Compiling tinyvec_macros v0.1.1 |
| 1360 | 2026-06-05T17:03:39.844Z | Compiling openssl-probe v0.2.1 |
| 1361 | 2026-06-05T17:03:39.879Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-06-05T17:03:39.921Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-06-05T17:03:39.940Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-06-05T17:03:39.940Z | Compiling cmake v0.1.57 |
| 1365 | 2026-06-05T17:03:39.978Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-06-05T17:03:40.020Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-06-05T17:03:40.030Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-06-05T17:03:40.031Z | Compiling schemars v0.8.22 |
| 1369 | 2026-06-05T17:03:40.097Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-06-05T17:03:40.119Z | Compiling rustls v0.23.37 |
| 1371 | 2026-06-05T17:03:40.125Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2026-06-05T17:03:40.164Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2026-06-05T17:03:40.178Z | Compiling openssl v0.10.79 |
| 1374 | 2026-06-05T17:03:40.217Z | Compiling want v0.3.1 |
| 1375 | 2026-06-05T17:03:40.297Z | Compiling httpdate v1.0.3 |
| 1376 | 2026-06-05T17:03:40.355Z | Compiling pin-utils v0.1.0 |
| 1377 | 2026-06-05T17:03:40.355Z | Compiling foreign-types v0.3.2 |
| 1378 | 2026-06-05T17:03:40.355Z | Compiling unicode-normalization v0.1.25 |
| 1379 | 2026-06-05T17:03:40.355Z | Compiling spin v0.9.8 |
| 1380 | 2026-06-05T17:03:40.381Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-06-05T17:03:40.381Z | Compiling crc32fast v1.5.0 |
| 1382 | 2026-06-05T17:03:40.381Z | Compiling time-core v0.1.8 |
| 1383 | 2026-06-05T17:03:40.381Z | Compiling num-conv v0.2.0 |
| 1384 | 2026-06-05T17:03:40.442Z | Compiling powerfmt v0.2.0 |
| 1385 | 2026-06-05T17:03:40.442Z | Compiling wait-timeout v0.2.1 |
| 1386 | 2026-06-05T17:03:40.489Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-06-05T17:03:40.520Z | Compiling bit-vec v0.8.0 |
| 1388 | 2026-06-05T17:03:40.539Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-06-05T17:03:40.540Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-06-05T17:03:40.555Z | Compiling time-macros v0.2.27 |
| 1391 | 2026-06-05T17:03:40.564Z | Compiling syn v1.0.109 |
| 1392 | 2026-06-05T17:03:40.595Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-06-05T17:03:40.603Z | Compiling deranged v0.5.8 |
| 1394 | 2026-06-05T17:03:40.620Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-06-05T17:03:40.672Z | Compiling unicode-segmentation v1.12.0 |
| 1396 | 2026-06-05T17:03:40.706Z | Compiling usdt-impl v0.6.0 |
| 1397 | 2026-06-05T17:03:40.735Z | Compiling siphasher v1.0.2 |
| 1398 | 2026-06-05T17:03:40.817Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-06-05T17:03:40.818Z | Compiling regex-automata v0.4.14 |
| 1400 | 2026-06-05T17:03:40.860Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-06-05T17:03:40.873Z | Compiling ring v0.17.14 |
| 1402 | 2026-06-05T17:03:40.873Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-06-05T17:03:40.912Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-06-05T17:03:40.930Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-06-05T17:03:40.976Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-06-05T17:03:41.015Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-06-05T17:03:41.022Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1408 | 2026-06-05T17:03:41.112Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-06-05T17:03:41.240Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-06-05T17:03:41.368Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1411 | 2026-06-05T17:03:41.673Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-06-05T17:03:41.690Z | Compiling slog v2.8.2 |
| 1413 | 2026-06-05T17:03:41.729Z | Compiling heapless v0.7.17 |
| 1414 | 2026-06-05T17:03:41.758Z | Compiling time v0.3.47 |
| 1415 | 2026-06-05T17:03:41.800Z | Compiling rand_xorshift v0.4.0 |
| 1416 | 2026-06-05T17:03:41.829Z | Compiling thread-id v5.1.0 |
| 1417 | 2026-06-05T17:03:41.839Z | Compiling cookie v0.18.1 |
| 1418 | 2026-06-05T17:03:41.860Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-06-05T17:03:41.905Z | Compiling allocator-api2 v0.2.21 |
| 1420 | 2026-06-05T17:03:41.925Z | Compiling zstd-safe v7.2.4 |
| 1421 | 2026-06-05T17:03:41.993Z | Compiling unarray v0.1.4 |
| 1422 | 2026-06-05T17:03:41.997Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-06-05T17:03:42.023Z | Compiling paste v1.0.15 |
| 1424 | 2026-06-05T17:03:42.029Z | Compiling unicode-bidi v0.3.18 |
| 1425 | 2026-06-05T17:03:42.052Z | Compiling signal-hook v0.3.18 |
| 1426 | 2026-06-05T17:03:42.118Z | Compiling anyhow v1.0.102 |
| 1427 | 2026-06-05T17:03:42.147Z | Compiling iri-string v0.7.10 |
| 1428 | 2026-06-05T17:03:42.245Z | Compiling ryu v1.0.23 |
| 1429 | 2026-06-05T17:03:42.334Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-06-05T17:03:42.379Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-06-05T17:03:42.691Z | Compiling heck v0.4.1 |
| 1432 | 2026-06-05T17:03:42.779Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-06-05T17:03:42.850Z | Compiling zeroize_derive v1.4.3 |
| 1434 | 2026-06-05T17:03:42.934Z | Compiling zerofrom-derive v0.1.6 |
| 1435 | 2026-06-05T17:03:42.950Z | Compiling yoke-derive v0.8.1 |
| 1436 | 2026-06-05T17:03:42.975Z | Compiling zerovec-derive v0.11.2 |
| 1437 | 2026-06-05T17:03:43.384Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-06-05T17:03:43.404Z | Compiling displaydoc v0.2.5 |
| 1439 | 2026-06-05T17:03:43.512Z | Compiling zeroize v1.8.2 |
| 1440 | 2026-06-05T17:03:43.726Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-06-05T17:03:43.791Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-06-05T17:03:44.111Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-06-05T17:03:44.154Z | Compiling rustls-pki-types v1.14.0 |
| 1444 | 2026-06-05T17:03:44.176Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-06-05T17:03:44.255Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-06-05T17:03:44.360Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-06-05T17:03:44.409Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-06-05T17:03:44.475Z | Compiling yoke v0.8.1 |
| 1449 | 2026-06-05T17:03:44.495Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-06-05T17:03:44.599Z | Compiling digest v0.10.7 |
| 1451 | 2026-06-05T17:03:44.615Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-06-05T17:03:44.632Z | Compiling inout v0.1.4 |
| 1453 | 2026-06-05T17:03:44.672Z | Compiling zerovec v0.11.5 |
| 1454 | 2026-06-05T17:03:44.691Z | Compiling zerotrie v0.2.3 |
| 1455 | 2026-06-05T17:03:44.823Z | Compiling hmac v0.12.1 |
| 1456 | 2026-06-05T17:03:44.862Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-06-05T17:03:44.999Z | Compiling cipher v0.4.4 |
| 1458 | 2026-06-05T17:03:45.013Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-06-05T17:03:45.035Z | Compiling tracing-attributes v0.1.31 |
| 1460 | 2026-06-05T17:03:45.085Z | Compiling der v0.7.10 |
| 1461 | 2026-06-05T17:03:45.137Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-06-05T17:03:45.196Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-06-05T17:03:45.274Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-06-05T17:03:45.356Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-06-05T17:03:45.374Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-06-05T17:03:45.429Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-06-05T17:03:45.537Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-06-05T17:03:45.657Z | Compiling aes v0.8.4 |
| 1469 | 2026-06-05T17:03:45.701Z | Compiling cbc v0.1.2 |
| 1470 | 2026-06-05T17:03:45.865Z | Compiling pest_derive v2.8.6 |
| 1471 | 2026-06-05T17:03:45.881Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-06-05T17:03:46.214Z | Compiling bytes v1.11.1 |
| 1473 | 2026-06-05T17:03:46.257Z | Compiling icu_provider v2.1.1 |
| 1474 | 2026-06-05T17:03:46.279Z | Compiling chrono v0.4.44 |
| 1475 | 2026-06-05T17:03:46.308Z | Compiling spki v0.7.3 |
| 1476 | 2026-06-05T17:03:46.323Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-06-05T17:03:46.383Z | Compiling schemars_derive v0.8.22 |
| 1478 | 2026-06-05T17:03:46.438Z | Compiling tracing v0.1.44 |
| 1479 | 2026-06-05T17:03:46.479Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-06-05T17:03:46.537Z | Compiling icu_properties v2.1.2 |
| 1481 | 2026-06-05T17:03:46.586Z | Compiling icu_normalizer v2.1.1 |
| 1482 | 2026-06-05T17:03:46.735Z | Compiling tokio v1.52.1 |
| 1483 | 2026-06-05T17:03:46.787Z | Compiling http v1.4.0 |
| 1484 | 2026-06-05T17:03:46.802Z | Compiling pkcs8 v0.10.2 |
| 1485 | 2026-06-05T17:03:46.860Z | Compiling scroll v0.13.0 |
| 1486 | 2026-06-05T17:03:46.946Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-06-05T17:03:46.989Z | Compiling openssl-macros v0.1.1 |
| 1488 | 2026-06-05T17:03:47.129Z | Compiling goblin v0.10.5 |
| 1489 | 2026-06-05T17:03:47.160Z | Compiling rustls-native-certs v0.8.3 |
| 1490 | 2026-06-05T17:03:47.177Z | Compiling dtrace-parser v0.3.0 |
| 1491 | 2026-06-05T17:03:47.337Z | Compiling signature v2.2.0 |
| 1492 | 2026-06-05T17:03:47.410Z | Compiling idna_adapter v1.2.1 |
| 1493 | 2026-06-05T17:03:47.449Z | Compiling http-body v1.0.1 |
| 1494 | 2026-06-05T17:03:47.466Z | Compiling darling v0.20.11 |
| 1495 | 2026-06-05T17:03:47.542Z | Compiling idna v1.1.0 |
| 1496 | 2026-06-05T17:03:47.578Z | Compiling http-body-util v0.1.3 |
| 1497 | 2026-06-05T17:03:47.631Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-06-05T17:03:47.671Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-06-05T17:03:47.692Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-06-05T17:03:47.707Z | Compiling scroll_derive v0.12.1 |
| 1501 | 2026-06-05T17:03:47.723Z | Compiling thiserror-impl v1.0.69 |
| 1502 | 2026-06-05T17:03:47.806Z | Compiling erased-serde v0.3.31 |
| 1503 | 2026-06-05T17:03:47.834Z | Compiling url v2.5.8 |
| 1504 | 2026-06-05T17:03:47.894Z | Compiling serde_urlencoded v0.7.1 |
| 1505 | 2026-06-05T17:03:47.949Z | Compiling serde_tokenstream v0.2.3 |
| 1506 | 2026-06-05T17:03:48.034Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-06-05T17:03:48.155Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-06-05T17:03:48.212Z | Compiling toml_datetime v0.6.11 |
| 1509 | 2026-06-05T17:03:48.227Z | Compiling serde_spanned v0.6.9 |
| 1510 | 2026-06-05T17:03:48.281Z | Compiling rand v0.9.2 |
| 1511 | 2026-06-05T17:03:48.303Z | Compiling md-5 v0.10.6 |
| 1512 | 2026-06-05T17:03:48.427Z | Compiling scroll v0.12.0 |
| 1513 | 2026-06-05T17:03:48.487Z | Compiling darling_macro v0.21.3 |
| 1514 | 2026-06-05T17:03:48.487Z | Compiling bstr v1.12.1 |
| 1515 | 2026-06-05T17:03:48.523Z | Compiling derive_builder_macro v0.20.2 |
| 1516 | 2026-06-05T17:03:48.666Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-06-05T17:03:48.709Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-06-05T17:03:48.757Z | Compiling async-trait v0.1.89 |
| 1519 | 2026-06-05T17:03:49.021Z | Compiling proptest v1.10.0 |
| 1520 | 2026-06-05T17:03:49.052Z | Compiling vergen-lib v9.1.0 |
| 1521 | 2026-06-05T17:03:49.067Z | Compiling num-integer v0.1.46 |
| 1522 | 2026-06-05T17:03:49.082Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-06-05T17:03:49.122Z | Compiling curve25519-dalek v4.1.3 |
| 1524 | 2026-06-05T17:03:49.194Z | Compiling ipnetwork v0.21.1 |
| 1525 | 2026-06-05T17:03:49.208Z | Compiling ff v0.13.1 |
| 1526 | 2026-06-05T17:03:49.257Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-06-05T17:03:49.361Z | Compiling memoffset v0.9.1 |
| 1528 | 2026-06-05T17:03:49.407Z | Compiling encoding_rs v0.8.35 |
| 1529 | 2026-06-05T17:03:49.469Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2026-06-05T17:03:49.491Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-06-05T17:03:49.587Z | Compiling smoltcp v0.9.1 |
| 1532 | 2026-06-05T17:03:49.620Z | Compiling litrs v1.0.0 |
| 1533 | 2026-06-05T17:03:49.634Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-06-05T17:03:49.708Z | Compiling mime v0.3.17 |
| 1535 | 2026-06-05T17:03:49.726Z | Compiling rustix v0.38.44 |
| 1536 | 2026-06-05T17:03:49.755Z | Compiling ref-cast v1.0.25 |
| 1537 | 2026-06-05T17:03:49.804Z | Compiling base16ct v0.2.0 |
| 1538 | 2026-06-05T17:03:49.868Z | Compiling dof v0.4.0 |
| 1539 | 2026-06-05T17:03:49.954Z | Compiling zlib-rs v0.6.2 |
| 1540 | 2026-06-05T17:03:49.985Z | Compiling psl-types v2.0.11 |
| 1541 | 2026-06-05T17:03:50.028Z | Compiling sec1 v0.7.3 |
| 1542 | 2026-06-05T17:03:50.130Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-06-05T17:03:50.147Z | Compiling pin-project v1.1.11 |
| 1544 | 2026-06-05T17:03:50.160Z | Compiling document-features v0.2.12 |
| 1545 | 2026-06-05T17:03:50.214Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-06-05T17:03:50.240Z | Compiling nix v0.31.2 |
| 1547 | 2026-06-05T17:03:50.276Z | Compiling zerocopy v0.7.35 |
| 1548 | 2026-06-05T17:03:50.417Z | Compiling oxnet v0.1.5 |
| 1549 | 2026-06-05T17:03:50.431Z | Compiling tokio-util v0.7.18 |
| 1550 | 2026-06-05T17:03:50.629Z | Compiling tower v0.5.3 |
| 1551 | 2026-06-05T17:03:50.791Z | Compiling tokio-native-tls v0.3.1 |
| 1552 | 2026-06-05T17:03:50.835Z | Compiling group v0.13.0 |
| 1553 | 2026-06-05T17:03:50.850Z | Compiling num-iter v0.1.45 |
| 1554 | 2026-06-05T17:03:50.986Z | Compiling darling v0.21.3 |
| 1555 | 2026-06-05T17:03:51.003Z | Compiling derive_builder v0.20.2 |
| 1556 | 2026-06-05T17:03:51.017Z | Compiling goblin v0.8.2 |
| 1557 | 2026-06-05T17:03:51.035Z | Compiling tower-http v0.6.8 |
| 1558 | 2026-06-05T17:03:51.084Z | Compiling rand v0.8.6 |
| 1559 | 2026-06-05T17:03:51.124Z | Compiling h2 v0.4.13 |
| 1560 | 2026-06-05T17:03:51.254Z | Compiling futures-executor v0.3.32 |
| 1561 | 2026-06-05T17:03:51.269Z | Compiling hubpack_derive v0.1.1 |
| 1562 | 2026-06-05T17:03:51.296Z | Compiling hex v0.4.3 |
| 1563 | 2026-06-05T17:03:51.437Z | Compiling newtype-uuid v1.3.2 |
| 1564 | 2026-06-05T17:03:51.541Z | Compiling hkdf v0.12.4 |
| 1565 | 2026-06-05T17:03:51.556Z | Compiling crypto-bigint v0.5.5 |
| 1566 | 2026-06-05T17:03:51.571Z | Compiling regex v1.12.3 |
| 1567 | 2026-06-05T17:03:51.645Z | Compiling snafu-derive v0.8.9 |
| 1568 | 2026-06-05T17:03:51.724Z | Compiling daft-derive v0.1.7 |
| 1569 | 2026-06-05T17:03:51.754Z | Compiling strum_macros v0.27.2 |
| 1570 | 2026-06-05T17:03:51.804Z | Compiling ref-cast-impl v1.0.25 |
| 1571 | 2026-06-05T17:03:52.014Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1572 | 2026-06-05T17:03:52.424Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-06-05T17:03:52.498Z | Compiling terminal_size v0.4.3 |
| 1574 | 2026-06-05T17:03:52.514Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-06-05T17:03:52.625Z | Compiling anstyle-parse v0.2.7 |
| 1576 | 2026-06-05T17:03:52.661Z | Compiling vergen v9.1.0 |
| 1577 | 2026-06-05T17:03:52.690Z | Compiling cargo-platform v0.3.2 |
| 1578 | 2026-06-05T17:03:52.724Z | Compiling fs-err v3.3.0 |
| 1579 | 2026-06-05T17:03:52.728Z | Compiling ahash v0.8.12 |
| 1580 | 2026-06-05T17:03:52.728Z | Compiling bitflags v1.3.2 |
| 1581 | 2026-06-05T17:03:52.832Z | Compiling libbz2-rs-sys v0.2.2 |
| 1582 | 2026-06-05T17:03:52.848Z | Compiling same-file v1.0.6 |
| 1583 | 2026-06-05T17:03:52.872Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-06-05T17:03:52.938Z | Compiling managed v0.8.0 |
| 1585 | 2026-06-05T17:03:52.973Z | Compiling bumpalo v3.20.2 |
| 1586 | 2026-06-05T17:03:52.992Z | Compiling object v0.37.3 |
| 1587 | 2026-06-05T17:03:53.039Z | Compiling winnow v0.5.40 |
| 1588 | 2026-06-05T17:03:53.176Z | Compiling foldhash v0.2.0 |
| 1589 | 2026-06-05T17:03:53.247Z | Compiling foldhash v0.1.5 |
| 1590 | 2026-06-05T17:03:53.267Z | Compiling bzip2 v0.6.1 |
| 1591 | 2026-06-05T17:03:53.316Z | Compiling zopfli v0.8.3 |
| 1592 | 2026-06-05T17:03:53.345Z | Compiling dof v0.3.0 |
| 1593 | 2026-06-05T17:03:53.420Z | Compiling hashbrown v0.15.5 |
| 1594 | 2026-06-05T17:03:53.447Z | Compiling hashbrown v0.16.1 |
| 1595 | 2026-06-05T17:03:53.624Z | Compiling walkdir v2.5.0 |
| 1596 | 2026-06-05T17:03:53.647Z | Compiling snafu v0.8.9 |
| 1597 | 2026-06-05T17:03:53.743Z | Compiling clap_builder v4.6.0 |
| 1598 | 2026-06-05T17:03:53.819Z | Compiling strum v0.27.2 |
| 1599 | 2026-06-05T17:03:53.980Z | Compiling cargo_metadata v0.23.1 |
| 1600 | 2026-06-05T17:03:54.017Z | Compiling anstream v0.6.21 |
| 1601 | 2026-06-05T17:03:54.032Z | Compiling daft v0.1.7 |
| 1602 | 2026-06-05T17:03:54.067Z | Compiling phf v0.13.1 |
| 1603 | 2026-06-05T17:03:54.101Z | Compiling signal-hook-mio v0.2.5 |
| 1604 | 2026-06-05T17:03:54.236Z | Compiling hyper v1.8.1 |
| 1605 | 2026-06-05T17:03:54.251Z | Compiling elliptic-curve v0.13.8 |
| 1606 | 2026-06-05T17:03:54.337Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-06-05T17:03:54.477Z | Compiling cookie_store v0.22.1 |
| 1608 | 2026-06-05T17:03:54.492Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-06-05T17:03:54.574Z | Compiling usdt-attr-macro v0.6.0 |
| 1610 | 2026-06-05T17:03:54.675Z | Compiling usdt-macro v0.6.0 |
| 1611 | 2026-06-05T17:03:54.690Z | Compiling futures v0.3.32 |
| 1612 | 2026-06-05T17:03:54.733Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-06-05T17:03:54.753Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-06-05T17:03:54.804Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-06-05T17:03:55.173Z | Compiling dtrace-parser v0.2.0 |
| 1616 | 2026-06-05T17:03:55.238Z | Compiling globset v0.4.18 |
| 1617 | 2026-06-05T17:03:55.378Z | Compiling hyper-util v0.1.20 |
| 1618 | 2026-06-05T17:03:55.406Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-06-05T17:03:55.438Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-06-05T17:03:55.486Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-06-05T17:03:55.683Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-06-05T17:03:55.855Z | Compiling zstd v0.13.3 |
| 1623 | 2026-06-05T17:03:55.871Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-06-05T17:03:55.908Z | Compiling rfc6979 v0.4.0 |
| 1625 | 2026-06-05T17:03:55.912Z | Compiling clap_derive v4.6.1 |
| 1626 | 2026-06-05T17:03:55.962Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-06-05T17:03:55.965Z | Compiling async-recursion v1.1.1 |
| 1628 | 2026-06-05T17:03:55.991Z | Compiling serde_repr v0.1.20 |
| 1629 | 2026-06-05T17:03:56.054Z | Compiling enum-as-inner v0.6.1 |
| 1630 | 2026-06-05T17:03:56.069Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-06-05T17:03:56.149Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-06-05T17:03:56.211Z | Compiling pem v3.0.6 |
| 1633 | 2026-06-05T17:03:56.346Z | Compiling thread-id v4.2.2 |
| 1634 | 2026-06-05T17:03:56.374Z | Compiling memmap2 v0.9.10 |
| 1635 | 2026-06-05T17:03:56.390Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-06-05T17:03:56.448Z | Compiling precomputed-hash v0.1.1 |
| 1637 | 2026-06-05T17:03:56.565Z | Compiling whoami v2.1.0 |
| 1638 | 2026-06-05T17:03:56.577Z | Compiling static_assertions v1.1.0 |
| 1639 | 2026-06-05T17:03:56.640Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-06-05T17:03:56.644Z | Compiling either v1.15.0 |
| 1641 | 2026-06-05T17:03:56.644Z | Compiling difflib v0.4.0 |
| 1642 | 2026-06-05T17:03:56.671Z | Compiling fixedbitset v0.5.7 |
| 1643 | 2026-06-05T17:03:56.735Z | Compiling jiff v0.2.21 |
| 1644 | 2026-06-05T17:03:56.740Z | Compiling keccak v0.1.6 |
| 1645 | 2026-06-05T17:03:56.830Z | Compiling hyper-tls v0.6.0 |
| 1646 | 2026-06-05T17:03:56.867Z | Compiling data-encoding v2.10.0 |
| 1647 | 2026-06-05T17:03:56.889Z | Compiling typed-path v0.9.3 |
| 1648 | 2026-06-05T17:03:56.984Z | Compiling normalize-line-endings v0.3.0 |
| 1649 | 2026-06-05T17:03:57.021Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2026-06-05T17:03:57.056Z | Compiling predicates-core v1.0.10 |
| 1651 | 2026-06-05T17:03:57.096Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-06-05T17:03:57.106Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-06-05T17:03:57.109Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-06-05T17:03:57.159Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-06-05T17:03:57.235Z | Compiling predicates v3.1.4 |
| 1656 | 2026-06-05T17:03:57.249Z | Compiling hickory-proto v0.25.2 |
| 1657 | 2026-06-05T17:03:57.267Z | Compiling itertools v0.13.0 |
| 1658 | 2026-06-05T17:03:57.354Z | Compiling tokio-postgres v0.7.16 |
| 1659 | 2026-06-05T17:03:57.602Z | Compiling petgraph v0.6.5 |
| 1660 | 2026-06-05T17:03:57.618Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1661 | 2026-06-05T17:03:57.631Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-06-05T17:03:57.866Z | Compiling strum v0.26.3 |
| 1663 | 2026-06-05T17:03:57.881Z | Compiling clap v4.6.1 |
| 1664 | 2026-06-05T17:03:57.929Z | Compiling usdt v0.6.0 |
| 1665 | 2026-06-05T17:03:57.983Z | Compiling usdt-impl v0.5.0 |
| 1666 | 2026-06-05T17:03:58.018Z | Compiling ecdsa v0.16.9 |
| 1667 | 2026-06-05T17:03:58.031Z | Compiling serde_with v3.17.0 |
| 1668 | 2026-06-05T17:03:58.158Z | Compiling crossterm v0.28.1 |
| 1669 | 2026-06-05T17:03:58.223Z | Compiling rsa v0.9.10 |
| 1670 | 2026-06-05T17:03:58.450Z | Compiling toml v0.7.8 |
| 1671 | 2026-06-05T17:03:58.563Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-06-05T17:03:59.085Z | Compiling zip v0.6.6 |
| 1673 | 2026-06-05T17:03:59.152Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-06-05T17:03:59.527Z | Compiling zip v4.6.1 |
| 1675 | 2026-06-05T17:03:59.687Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-06-05T17:03:59.703Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-06-05T17:03:59.806Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-06-05T17:03:59.824Z | Compiling similar v2.7.0 |
| 1679 | 2026-06-05T17:03:59.850Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-05T17:04:00.001Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-06-05T17:04:00.105Z | Compiling openapiv3 v2.2.0 |
| 1682 | 2026-06-05T17:04:00.173Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-06-05T17:04:00.187Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-06-05T17:04:00.209Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-06-05T17:04:00.252Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-06-05T17:04:00.356Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-06-05T17:04:00.422Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-06-05T17:04:00.471Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-06-05T17:04:00.492Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-06-05T17:04:00.528Z | Compiling filetime v0.2.27 |
| 1691 | 2026-06-05T17:04:00.545Z | Compiling term v1.2.1 |
| 1692 | 2026-06-05T17:04:00.565Z | Compiling xattr v1.6.1 |
| 1693 | 2026-06-05T17:04:00.572Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-06-05T17:04:00.708Z | Compiling tar v0.4.45 |
| 1695 | 2026-06-05T17:04:00.843Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-06-05T17:04:18.433Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-06-05T17:04:21.250Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-06-05T17:04:21.250Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-06-05T17:04:21.438Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-06-05T17:04:21.651Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-06-05T17:04:21.689Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-06-05T17:04:22.868Z | Compiling tough v0.22.0 |
| 1703 | 2026-06-05T17:04:25.373Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-06-05T17:04:25.627Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-06-05T17:04:28.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.14s |
| 1706 | 2026-06-05T17:04:28.625Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1707 | 2026-06-05T17:04:28.664Z | Jun 05 17:04:27.686 INFO Starting download, target: Cockroach |
| 1708 | 2026-06-05T17:04:28.664Z | Jun 05 17:04:27.686 INFO Starting download, target: Clickhouse |
| 1709 | 2026-06-05T17:04:28.698Z | Jun 05 17:04:27.686 INFO Starting download, target: Console |
| 1710 | 2026-06-05T17:04:28.698Z | Jun 05 17:04:27.686 INFO Starting download, target: DendriteStub |
| 1711 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.686 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.686 INFO Starting download, target: TransceiverControl |
| 1713 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1714 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1718 | 2026-06-05T17:04:28.699Z | Jun 05 17:04:27.687 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1719 | 2026-06-05T17:04:29.497Z | Jun 05 17:04:28.460 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1720 | 2026-06-05T17:04:29.685Z | Jun 05 17:04:28.675 INFO Download complete, target: TransceiverControl |
| 1721 | 2026-06-05T17:04:29.788Z | Jun 05 17:04:28.754 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1722 | 2026-06-05T17:04:30.040Z | Jun 05 17:04:28.999 INFO Download complete, target: Console |
| 1723 | 2026-06-05T17:04:31.632Z | Jun 05 17:04:30.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1724 | 2026-06-05T17:04:31.679Z | Jun 05 17:04:30.702 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1725 | 2026-06-05T17:04:31.839Z | Jun 05 17:04:30.830 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1726 | 2026-06-05T17:04:32.845Z | Jun 05 17:04:31.858 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-06-05T17:04:32.845Z | Jun 05 17:04:31.858 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-06-05T17:04:34.281Z | Jun 05 17:04:33.304 INFO Download complete, target: DendriteStub |
| 1729 | 2026-06-05T17:04:34.318Z | Jun 05 17:04:33.341 INFO Download complete, target: MaghemiteMgd |
| 1730 | 2026-06-05T17:04:37.656Z | Jun 05 17:04:36.678 INFO Checking that binary works, target: Cockroach |
| 1731 | 2026-06-05T17:04:38.465Z | Jun 05 17:04:37.488 INFO Download complete, target: Cockroach |
| 1732 | 2026-06-05T17:04:38.631Z | Jun 05 17:04:37.643 INFO Checking that binary works, target: Clickhouse |
| 1733 | 2026-06-05T17:04:38.925Z | Jun 05 17:04:37.945 INFO Download complete, target: Clickhouse |
| 1734 | 2026-06-05T17:04:38.933Z | All prerequisites installed successfully |
| 1735 | 2026-06-05T17:04:38.933Z | |
| 1736 | 2026-06-05T17:04:38.933Z | real 2:05.436592479 |
| 1737 | 2026-06-05T17:04:38.933Z | user 7:00.942063354 |
| 1738 | 2026-06-05T17:04:38.933Z | sys 1:45.535055832 |
| 1739 | 2026-06-05T17:04:38.933Z | trap 0.191186071 |
| 1740 | 2026-06-05T17:04:38.933Z | tflt 15.368472236 |
| 1741 | 2026-06-05T17:04:38.933Z | dflt 15.928346711 |
| 1742 | 2026-06-05T17:04:38.933Z | kflt 0.158504308 |
| 1743 | 2026-06-05T17:04:38.934Z | lock 24:19.639188320 |
| 1744 | 2026-06-05T17:04:38.934Z | slp 22:10.753029284 |
| 1745 | 2026-06-05T17:04:38.934Z | lat 18.697413511 |
| 1746 | 2026-06-05T17:04:38.934Z | stop 2:55.637199556 |
| 1747 | 2026-06-05T17:04:38.936Z | + ptime -m cargo xtask download softnpu |
| 1748 | 2026-06-05T17:04:39.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1749 | 2026-06-05T17:04:39.992Z | Running `target/debug/xtask download softnpu` |
| 1750 | 2026-06-05T17:04:40.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1751 | 2026-06-05T17:04:40.379Z | Running `target/debug/xtask-downloader softnpu` |
| 1752 | 2026-06-05T17:04:40.402Z | Jun 05 17:04:39.408 INFO Starting download, target: Softnpu |
| 1753 | 2026-06-05T17:04:40.426Z | Jun 05 17:04:39.409 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1754 | 2026-06-05T17:04:41.811Z | Jun 05 17:04:40.827 INFO Download complete, target: Softnpu |
| 1755 | 2026-06-05T17:04:41.830Z | |
| 1756 | 2026-06-05T17:04:41.830Z | real 2.873067521 |
| 1757 | 2026-06-05T17:04:41.830Z | user 1.366480547 |
| 1758 | 2026-06-05T17:04:41.831Z | sys 0.670806110 |
| 1759 | 2026-06-05T17:04:41.831Z | trap 0.000608210 |
| 1760 | 2026-06-05T17:04:41.831Z | tflt 0.000218710 |
| 1761 | 2026-06-05T17:04:41.831Z | dflt 0.000141780 |
| 1762 | 2026-06-05T17:04:41.831Z | kflt 0.000000000 |
| 1763 | 2026-06-05T17:04:41.831Z | lock 26.175836261 |
| 1764 | 2026-06-05T17:04:41.831Z | slp 1.275748424 |
| 1765 | 2026-06-05T17:04:41.831Z | lat 0.095325231 |
| 1766 | 2026-06-05T17:04:41.831Z | stop 0.000198770 |
| 1767 | 2026-06-05T17:04:41.831Z | + export CARGO_INCREMENTAL=0 |
| 1768 | 2026-06-05T17:04:41.831Z | + CARGO_INCREMENTAL=0 |
| 1769 | 2026-06-05T17:04:41.831Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1770 | 2026-06-05T17:04:42.721Z | Compiling proc-macro2 v1.0.106 |
| 1771 | 2026-06-05T17:04:42.721Z | Compiling quote v1.0.45 |
| 1772 | 2026-06-05T17:04:42.721Z | Compiling unicode-ident v1.0.24 |
| 1773 | 2026-06-05T17:04:42.721Z | Compiling libc v0.2.185 |
| 1774 | 2026-06-05T17:04:42.762Z | Compiling serde_core v1.0.228 |
| 1775 | 2026-06-05T17:04:42.762Z | Compiling serde v1.0.228 |
| 1776 | 2026-06-05T17:04:42.762Z | Compiling cfg-if v1.0.4 |
| 1777 | 2026-06-05T17:04:42.762Z | Compiling version_check v0.9.5 |
| 1778 | 2026-06-05T17:04:42.762Z | Compiling find-msvc-tools v0.1.9 |
| 1779 | 2026-06-05T17:04:42.762Z | Compiling shlex v1.3.0 |
| 1780 | 2026-06-05T17:04:42.890Z | Compiling typenum v1.19.0 |
| 1781 | 2026-06-05T17:04:42.967Z | Compiling zmij v1.0.21 |
| 1782 | 2026-06-05T17:04:42.967Z | Compiling autocfg v1.5.0 |
| 1783 | 2026-06-05T17:04:42.967Z | Compiling serde_json v1.0.149 |
| 1784 | 2026-06-05T17:04:42.967Z | Compiling memchr v2.8.0 |
| 1785 | 2026-06-05T17:04:43.073Z | Compiling portable-atomic v1.13.1 |
| 1786 | 2026-06-05T17:04:43.089Z | Compiling libm v0.2.16 |
| 1787 | 2026-06-05T17:04:43.199Z | Compiling zerocopy v0.8.40 |
| 1788 | 2026-06-05T17:04:43.323Z | Compiling generic-array v0.14.7 |
| 1789 | 2026-06-05T17:04:43.404Z | Compiling smallvec v1.15.1 |
| 1790 | 2026-06-05T17:04:43.454Z | Compiling parking_lot_core v0.9.12 |
| 1791 | 2026-06-05T17:04:43.487Z | Compiling icu_normalizer_data v2.1.1 |
| 1792 | 2026-06-05T17:04:43.504Z | Compiling icu_properties_data v2.1.2 |
| 1793 | 2026-06-05T17:04:43.504Z | Compiling itoa v1.0.17 |
| 1794 | 2026-06-05T17:04:43.505Z | Compiling getrandom v0.4.1 |
| 1795 | 2026-06-05T17:04:43.588Z | Compiling num-traits v0.2.19 |
| 1796 | 2026-06-05T17:04:43.637Z | Compiling log v0.4.29 |
| 1797 | 2026-06-05T17:04:43.659Z | Compiling stable_deref_trait v1.2.1 |
| 1798 | 2026-06-05T17:04:43.688Z | Compiling pkg-config v0.3.32 |
| 1799 | 2026-06-05T17:04:43.785Z | Compiling subtle v2.6.1 |
| 1800 | 2026-06-05T17:04:43.837Z | Compiling scopeguard v1.2.0 |
| 1801 | 2026-06-05T17:04:43.940Z | Compiling jobserver v0.1.34 |
| 1802 | 2026-06-05T17:04:43.975Z | Compiling getrandom v0.2.17 |
| 1803 | 2026-06-05T17:04:43.975Z | Compiling errno v0.3.14 |
| 1804 | 2026-06-05T17:04:44.001Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-06-05T17:04:44.076Z | Compiling rand_core v0.6.4 |
| 1806 | 2026-06-05T17:04:44.114Z | Compiling cc v1.2.56 |
| 1807 | 2026-06-05T17:04:44.195Z | Compiling writeable v0.6.2 |
| 1808 | 2026-06-05T17:04:44.209Z | Compiling percent-encoding v2.3.2 |
| 1809 | 2026-06-05T17:04:44.218Z | Compiling litemap v0.8.1 |
| 1810 | 2026-06-05T17:04:44.288Z | Compiling syn v2.0.117 |
| 1811 | 2026-06-05T17:04:44.307Z | Compiling pin-project-lite v0.2.17 |
| 1812 | 2026-06-05T17:04:44.320Z | Compiling fnv v1.0.7 |
| 1813 | 2026-06-05T17:04:44.433Z | Compiling thiserror v2.0.18 |
| 1814 | 2026-06-05T17:04:44.499Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-06-05T17:04:44.527Z | Compiling dunce v1.0.5 |
| 1816 | 2026-06-05T17:04:44.527Z | Compiling fs_extra v1.3.0 |
| 1817 | 2026-06-05T17:04:44.607Z | Compiling equivalent v1.0.2 |
| 1818 | 2026-06-05T17:04:44.642Z | Compiling rand_core v0.10.0 |
| 1819 | 2026-06-05T17:04:44.642Z | Compiling rustversion v1.0.22 |
| 1820 | 2026-06-05T17:04:44.679Z | Compiling utf8_iter v1.0.4 |
| 1821 | 2026-06-05T17:04:44.686Z | Compiling schemars v0.8.22 |
| 1822 | 2026-06-05T17:04:44.755Z | Compiling form_urlencoded v1.2.2 |
| 1823 | 2026-06-05T17:04:44.829Z | Compiling critical-section v1.2.0 |
| 1824 | 2026-06-05T17:04:45.266Z | Compiling cmake v0.1.57 |
| 1825 | 2026-06-05T17:04:45.295Z | Compiling signal-hook-registry v1.4.8 |
| 1826 | 2026-06-05T17:04:45.295Z | Compiling rustix v1.1.3 |
| 1827 | 2026-06-05T17:04:45.295Z | Compiling hashbrown v0.17.0 |
| 1828 | 2026-06-05T17:04:45.295Z | Compiling mio v1.2.0 |
| 1829 | 2026-06-05T17:04:45.295Z | Compiling once_cell v1.21.3 |
| 1830 | 2026-06-05T17:04:45.426Z | Compiling bitflags v2.11.0 |
| 1831 | 2026-06-05T17:04:45.448Z | Compiling semver v1.0.28 |
| 1832 | 2026-06-05T17:04:45.495Z | Compiling parking_lot v0.12.5 |
| 1833 | 2026-06-05T17:04:45.511Z | Compiling socket2 v0.6.3 |
| 1834 | 2026-06-05T17:04:45.545Z | Compiling ring v0.17.14 |
| 1835 | 2026-06-05T17:04:45.563Z | Compiling aws-lc-sys v0.40.0 |
| 1836 | 2026-06-05T17:04:45.624Z | Compiling indexmap v2.14.0 |
| 1837 | 2026-06-05T17:04:45.644Z | Compiling const-oid v0.9.6 |
| 1838 | 2026-06-05T17:04:45.783Z | Compiling aws-lc-rs v1.16.3 |
| 1839 | 2026-06-05T17:04:45.793Z | Compiling futures-core v0.3.32 |
| 1840 | 2026-06-05T17:04:45.888Z | Compiling httparse v1.10.1 |
| 1841 | 2026-06-05T17:04:45.972Z | Compiling vcpkg v0.2.15 |
| 1842 | 2026-06-05T17:04:45.986Z | Compiling thiserror v1.0.69 |
| 1843 | 2026-06-05T17:04:46.001Z | Compiling strsim v0.11.1 |
| 1844 | 2026-06-05T17:04:46.272Z | Compiling byteorder v1.5.0 |
| 1845 | 2026-06-05T17:04:46.295Z | Compiling ucd-trie v0.1.7 |
| 1846 | 2026-06-05T17:04:46.318Z | Compiling iana-time-zone v0.1.65 |
| 1847 | 2026-06-05T17:04:46.365Z | Compiling regex-syntax v0.8.10 |
| 1848 | 2026-06-05T17:04:46.399Z | Compiling heck v0.5.0 |
| 1849 | 2026-06-05T17:04:46.409Z | Compiling syn v1.0.109 |
| 1850 | 2026-06-05T17:04:46.409Z | Compiling ident_case v1.0.1 |
| 1851 | 2026-06-05T17:04:46.440Z | Compiling uuid v1.23.0 |
| 1852 | 2026-06-05T17:04:46.463Z | Compiling rustls v0.23.37 |
| 1853 | 2026-06-05T17:04:46.492Z | Compiling pest v2.8.6 |
| 1854 | 2026-06-05T17:04:46.536Z | Compiling openssl-sys v0.9.115 |
| 1855 | 2026-06-05T17:04:46.584Z | Compiling cpufeatures v0.2.17 |
| 1856 | 2026-06-05T17:04:47.018Z | Compiling futures-sink v0.3.32 |
| 1857 | 2026-06-05T17:04:47.036Z | Compiling rustc_version v0.4.1 |
| 1858 | 2026-06-05T17:04:47.036Z | Compiling futures-channel v0.3.32 |
| 1859 | 2026-06-05T17:04:47.037Z | Compiling futures-task v0.3.32 |
| 1860 | 2026-06-05T17:04:47.151Z | Compiling slab v0.4.12 |
| 1861 | 2026-06-05T17:04:47.151Z | Compiling futures-io v0.3.32 |
| 1862 | 2026-06-05T17:04:47.232Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-06-05T17:04:47.232Z | Compiling synstructure v0.13.2 |
| 1864 | 2026-06-05T17:04:47.232Z | Compiling serde_derive_internals v0.29.1 |
| 1865 | 2026-06-05T17:04:47.268Z | Compiling dyn-clone v1.0.20 |
| 1866 | 2026-06-05T17:04:47.449Z | Compiling plain v0.2.3 |
| 1867 | 2026-06-05T17:04:47.473Z | Compiling crc32fast v1.5.0 |
| 1868 | 2026-06-05T17:04:47.487Z | Compiling openssl v0.10.79 |
| 1869 | 2026-06-05T17:04:47.581Z | Compiling pest_meta v2.8.6 |
| 1870 | 2026-06-05T17:04:47.595Z | Compiling base64 v0.22.1 |
| 1871 | 2026-06-05T17:04:47.673Z | Compiling time-core v0.1.8 |
| 1872 | 2026-06-05T17:04:47.692Z | Compiling crossbeam-utils v0.8.21 |
| 1873 | 2026-06-05T17:04:47.779Z | Compiling num-conv v0.2.0 |
| 1874 | 2026-06-05T17:04:47.906Z | Compiling native-tls v0.2.18 |
| 1875 | 2026-06-05T17:04:47.923Z | Compiling pretty-hex v0.4.1 |
| 1876 | 2026-06-05T17:04:47.942Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-06-05T17:04:47.957Z | Compiling regex-automata v0.4.14 |
| 1878 | 2026-06-05T17:04:48.014Z | Compiling anyhow v1.0.102 |
| 1879 | 2026-06-05T17:04:48.045Z | Compiling base64ct v1.8.3 |
| 1880 | 2026-06-05T17:04:48.112Z | Compiling darling_core v0.21.3 |
| 1881 | 2026-06-05T17:04:48.152Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-06-05T17:04:48.174Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-06-05T17:04:48.191Z | Compiling tracing-core v0.1.36 |
| 1884 | 2026-06-05T17:04:48.330Z | Compiling pem-rfc7468 v0.7.0 |
| 1885 | 2026-06-05T17:04:48.390Z | Compiling serde_derive v1.0.228 |
| 1886 | 2026-06-05T17:04:48.488Z | Compiling zeroize_derive v1.4.3 |
| 1887 | 2026-06-05T17:04:48.557Z | Compiling zerofrom-derive v0.1.6 |
| 1888 | 2026-06-05T17:04:48.570Z | Compiling yoke-derive v0.8.1 |
| 1889 | 2026-06-05T17:04:48.598Z | Compiling zerovec-derive v0.11.2 |
| 1890 | 2026-06-05T17:04:48.619Z | Compiling displaydoc v0.2.5 |
| 1891 | 2026-06-05T17:04:48.810Z | Compiling zerocopy-derive v0.8.40 |
| 1892 | 2026-06-05T17:04:48.871Z | Compiling tokio-macros v2.7.0 |
| 1893 | 2026-06-05T17:04:49.271Z | Compiling futures-macro v0.3.32 |
| 1894 | 2026-06-05T17:04:49.374Z | Compiling zeroize v1.8.2 |
| 1895 | 2026-06-05T17:04:49.429Z | Compiling thiserror-impl v2.0.18 |
| 1896 | 2026-06-05T17:04:49.572Z | Compiling schemars_derive v0.8.22 |
| 1897 | 2026-06-05T17:04:49.588Z | Compiling tracing-attributes v0.1.31 |
| 1898 | 2026-06-05T17:04:49.704Z | Compiling der_derive v0.7.3 |
| 1899 | 2026-06-05T17:04:49.725Z | Compiling zerofrom v0.1.6 |
| 1900 | 2026-06-05T17:04:49.865Z | Compiling yoke v0.8.1 |
| 1901 | 2026-06-05T17:04:49.897Z | Compiling crypto-common v0.1.7 |
| 1902 | 2026-06-05T17:04:50.079Z | Compiling zerovec v0.11.5 |
| 1903 | 2026-06-05T17:04:50.108Z | Compiling zerotrie v0.2.3 |
| 1904 | 2026-06-05T17:04:50.139Z | Compiling block-buffer v0.10.4 |
| 1905 | 2026-06-05T17:04:50.274Z | Compiling digest v0.10.7 |
| 1906 | 2026-06-05T17:04:50.531Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-06-05T17:04:50.589Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-06-05T17:04:50.604Z | Compiling tinystr v0.8.2 |
| 1909 | 2026-06-05T17:04:50.622Z | Compiling potential_utf v0.1.4 |
| 1910 | 2026-06-05T17:04:50.684Z | Compiling futures-util v0.3.32 |
| 1911 | 2026-06-05T17:04:50.780Z | Compiling icu_collections v2.1.1 |
| 1912 | 2026-06-05T17:04:50.807Z | Compiling icu_locale_core v2.1.1 |
| 1913 | 2026-06-05T17:04:50.869Z | Compiling hmac v0.12.1 |
| 1914 | 2026-06-05T17:04:51.079Z | Compiling block-padding v0.3.3 |
| 1915 | 2026-06-05T17:04:51.250Z | Compiling inout v0.1.4 |
| 1916 | 2026-06-05T17:04:51.414Z | Compiling rustls-pki-types v1.14.0 |
| 1917 | 2026-06-05T17:04:51.493Z | Compiling openssl-macros v0.1.1 |
| 1918 | 2026-06-05T17:04:51.525Z | Compiling icu_provider v2.1.1 |
| 1919 | 2026-06-05T17:04:51.594Z | Compiling cipher v0.4.4 |
| 1920 | 2026-06-05T17:04:51.652Z | Compiling bytes v1.11.1 |
| 1921 | 2026-06-05T17:04:51.736Z | Compiling chrono v0.4.44 |
| 1922 | 2026-06-05T17:04:51.967Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-06-05T17:04:51.979Z | Compiling icu_properties v2.1.2 |
| 1924 | 2026-06-05T17:04:51.979Z | Compiling serde_tokenstream v0.2.3 |
| 1925 | 2026-06-05T17:04:52.212Z | Compiling tokio v1.52.1 |
| 1926 | 2026-06-05T17:04:52.573Z | Compiling sha2 v0.10.9 |
| 1927 | 2026-06-05T17:04:52.795Z | Compiling idna_adapter v1.2.1 |
| 1928 | 2026-06-05T17:04:52.975Z | Compiling idna v1.1.0 |
| 1929 | 2026-06-05T17:04:53.056Z | Compiling scroll_derive v0.12.1 |
| 1930 | 2026-06-05T17:04:53.168Z | Compiling ppv-lite86 v0.2.21 |
| 1931 | 2026-06-05T17:04:53.333Z | Compiling url v2.5.8 |
| 1932 | 2026-06-05T17:04:53.363Z | Compiling scroll_derive v0.13.1 |
| 1933 | 2026-06-05T17:04:53.435Z | Compiling http v1.4.0 |
| 1934 | 2026-06-05T17:04:53.522Z | Compiling flagset v0.4.7 |
| 1935 | 2026-06-05T17:04:53.579Z | Compiling untrusted v0.9.0 |
| 1936 | 2026-06-05T17:04:53.680Z | Compiling der v0.7.10 |
| 1937 | 2026-06-05T17:04:53.742Z | Compiling tracing v0.1.44 |
| 1938 | 2026-06-05T17:04:53.992Z | Compiling darling_macro v0.21.3 |
| 1939 | 2026-06-05T17:04:54.256Z | Compiling regex v1.12.3 |
| 1940 | 2026-06-05T17:04:54.275Z | Compiling zerocopy-derive v0.7.35 |
| 1941 | 2026-06-05T17:04:54.391Z | Compiling rand_core v0.9.5 |
| 1942 | 2026-06-05T17:04:54.499Z | Compiling slog v2.8.2 |
| 1943 | 2026-06-05T17:04:54.854Z | Compiling spki v0.7.3 |
| 1944 | 2026-06-05T17:04:54.955Z | Compiling darling v0.21.3 |
| 1945 | 2026-06-05T17:04:55.014Z | Compiling salsa20 v0.10.2 |
| 1946 | 2026-06-05T17:04:55.041Z | Compiling pbkdf2 v0.12.2 |
| 1947 | 2026-06-05T17:04:55.372Z | Compiling cookie v0.18.1 |
| 1948 | 2026-06-05T17:04:55.511Z | Compiling camino v1.2.2 |
| 1949 | 2026-06-05T17:04:55.797Z | Compiling scrypt v0.11.0 |
| 1950 | 2026-06-05T17:04:55.836Z | Compiling rand_chacha v0.9.0 |
| 1951 | 2026-06-05T17:04:55.866Z | Compiling http-body v1.0.1 |
| 1952 | 2026-06-05T17:04:55.998Z | Compiling aes v0.8.4 |
| 1953 | 2026-06-05T17:04:56.020Z | Compiling cbc v0.1.2 |
| 1954 | 2026-06-05T17:04:56.047Z | Compiling tokio-util v0.7.18 |
| 1955 | 2026-06-05T17:04:56.144Z | Compiling usdt-impl v0.5.0 |
| 1956 | 2026-06-05T17:04:56.185Z | Compiling paste v1.0.15 |
| 1957 | 2026-06-05T17:04:56.202Z | Compiling openssl-probe v0.2.1 |
| 1958 | 2026-06-05T17:04:56.227Z | Compiling winnow v0.7.14 |
| 1959 | 2026-06-05T17:04:56.292Z | Compiling atomic-waker v1.1.2 |
| 1960 | 2026-06-05T17:04:56.387Z | Compiling either v1.15.0 |
| 1961 | 2026-06-05T17:04:56.403Z | Compiling ref-cast v1.0.25 |
| 1962 | 2026-06-05T17:04:56.451Z | Compiling untrusted v0.7.1 |
| 1963 | 2026-06-05T17:04:56.509Z | Compiling usdt-impl v0.6.0 |
| 1964 | 2026-06-05T17:04:56.620Z | Compiling unicode-segmentation v1.12.0 |
| 1965 | 2026-06-05T17:04:56.712Z | Compiling tinyvec_macros v0.1.1 |
| 1966 | 2026-06-05T17:04:56.757Z | Compiling pkcs5 v0.7.1 |
| 1967 | 2026-06-05T17:04:56.816Z | Compiling tinyvec v1.10.0 |
| 1968 | 2026-06-05T17:04:57.035Z | Compiling rand v0.9.2 |
| 1969 | 2026-06-05T17:04:57.231Z | Compiling scroll v0.13.0 |
| 1970 | 2026-06-05T17:04:57.412Z | Compiling scroll v0.12.0 |
| 1971 | 2026-06-05T17:04:57.445Z | Compiling serde_spanned v0.6.9 |
| 1972 | 2026-06-05T17:04:57.463Z | Compiling toml_datetime v0.6.11 |
| 1973 | 2026-06-05T17:04:57.482Z | Compiling async-trait v0.1.89 |
| 1974 | 2026-06-05T17:04:57.520Z | Compiling heapless v0.7.17 |
| 1975 | 2026-06-05T17:04:57.653Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1976 | 2026-06-05T17:04:57.711Z | Compiling try-lock v0.2.5 |
| 1977 | 2026-06-05T17:04:57.793Z | Compiling tower-layer v0.3.3 |
| 1978 | 2026-06-05T17:04:57.861Z | Compiling tower-service v0.3.3 |
| 1979 | 2026-06-05T17:04:57.936Z | Compiling signal-hook v0.3.18 |
| 1980 | 2026-06-05T17:04:57.964Z | Compiling fastrand v2.3.0 |
| 1981 | 2026-06-05T17:04:57.975Z | Compiling zstd-safe v7.2.4 |
| 1982 | 2026-06-05T17:04:57.993Z | Compiling want v0.3.1 |
| 1983 | 2026-06-05T17:04:58.144Z | Compiling h2 v0.4.13 |
| 1984 | 2026-06-05T17:04:58.196Z | Compiling goblin v0.8.2 |
| 1985 | 2026-06-05T17:04:58.210Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1986 | 2026-06-05T17:04:58.215Z | Compiling goblin v0.10.5 |
| 1987 | 2026-06-05T17:04:58.310Z | Compiling pkcs8 v0.10.2 |
| 1988 | 2026-06-05T17:04:58.394Z | Compiling heck v0.4.1 |
| 1989 | 2026-06-05T17:04:58.611Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-06-05T17:04:58.628Z | Compiling ipnet v2.11.0 |
| 1991 | 2026-06-05T17:04:58.793Z | Compiling ref-cast-impl v1.0.25 |
| 1992 | 2026-06-05T17:04:58.943Z | Compiling darling_core v0.20.11 |
| 1993 | 2026-06-05T17:04:59.086Z | Compiling curve25519-dalek v4.1.3 |
| 1994 | 2026-06-05T17:04:59.207Z | Compiling memoffset v0.9.1 |
| 1995 | 2026-06-05T17:04:59.350Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-06-05T17:04:59.370Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-06-05T17:04:59.455Z | Compiling litrs v1.0.0 |
| 1998 | 2026-06-05T17:04:59.601Z | Compiling pin-utils v0.1.0 |
| 1999 | 2026-06-05T17:04:59.691Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-06-05T17:04:59.904Z | Compiling rustix v0.38.44 |
| 2001 | 2026-06-05T17:04:59.942Z | Compiling winnow v0.5.40 |
| 2002 | 2026-06-05T17:04:59.986Z | Compiling document-features v0.2.12 |
| 2003 | 2026-06-05T17:05:00.052Z | Compiling foreign-types v0.3.2 |
| 2004 | 2026-06-05T17:05:00.316Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-06-05T17:05:00.535Z | Compiling dof v0.3.0 |
| 2006 | 2026-06-05T17:05:00.567Z | Compiling unicode-normalization v0.1.25 |
| 2007 | 2026-06-05T17:05:00.831Z | Compiling dtrace-parser v0.2.0 |
| 2008 | 2026-06-05T17:05:00.999Z | Compiling darling_macro v0.20.11 |
| 2009 | 2026-06-05T17:05:01.021Z | Compiling dof v0.4.0 |
| 2010 | 2026-06-05T17:05:01.173Z | Compiling dtrace-parser v0.3.0 |
| 2011 | 2026-06-05T17:05:01.361Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-06-05T17:05:01.385Z | Compiling hyper v1.8.1 |
| 2013 | 2026-06-05T17:05:01.419Z | Compiling daft-derive v0.1.7 |
| 2014 | 2026-06-05T17:05:01.452Z | Compiling pin-project-internal v1.1.11 |
| 2015 | 2026-06-05T17:05:01.573Z | Compiling spin v0.9.8 |
| 2016 | 2026-06-05T17:05:01.588Z | Compiling thread-id v5.1.0 |
| 2017 | 2026-06-05T17:05:01.606Z | Compiling thread-id v4.2.2 |
| 2018 | 2026-06-05T17:05:01.689Z | Compiling anstyle v1.0.14 |
| 2019 | 2026-06-05T17:05:01.709Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-06-05T17:05:01.787Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-06-05T17:05:01.805Z | Compiling powerfmt v0.2.0 |
| 2022 | 2026-06-05T17:05:01.811Z | Compiling smoltcp v0.9.1 |
| 2023 | 2026-06-05T17:05:02.007Z | Compiling deranged v0.5.8 |
| 2024 | 2026-06-05T17:05:02.034Z | Compiling nix v0.31.2 |
| 2025 | 2026-06-05T17:05:02.417Z | Compiling darling v0.20.11 |
| 2026 | 2026-06-05T17:05:02.497Z | Compiling hyper-util v0.1.20 |
| 2027 | 2026-06-05T17:05:02.775Z | Compiling rustls-native-certs v0.8.3 |
| 2028 | 2026-06-05T17:05:02.789Z | Compiling ipnetwork v0.21.1 |
| 2029 | 2026-06-05T17:05:03.022Z | Compiling strum_macros v0.26.4 |
| 2030 | 2026-06-05T17:05:03.138Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-06-05T17:05:03.318Z | Compiling sync_wrapper v1.0.2 |
| 2032 | 2026-06-05T17:05:03.395Z | Compiling wait-timeout v0.2.1 |
| 2033 | 2026-06-05T17:05:03.642Z | Compiling colorchoice v1.0.4 |
| 2034 | 2026-06-05T17:05:03.782Z | Compiling is_terminal_polyfill v1.70.2 |
| 2035 | 2026-06-05T17:05:03.836Z | Compiling siphasher v1.0.2 |
| 2036 | 2026-06-05T17:05:03.887Z | Compiling quick-error v1.2.3 |
| 2037 | 2026-06-05T17:05:03.902Z | Compiling anstyle-query v1.1.5 |
| 2038 | 2026-06-05T17:05:04.021Z | Compiling simd-adler32 v0.3.8 |
| 2039 | 2026-06-05T17:05:04.037Z | Compiling num_threads v0.1.7 |
| 2040 | 2026-06-05T17:05:04.066Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-06-05T17:05:04.186Z | Compiling time v0.3.47 |
| 2042 | 2026-06-05T17:05:04.279Z | Compiling bit-set v0.8.0 |
| 2043 | 2026-06-05T17:05:04.311Z | Compiling rusty-fork v0.3.1 |
| 2044 | 2026-06-05T17:05:04.506Z | Compiling tower v0.5.3 |
| 2045 | 2026-06-05T17:05:04.713Z | Compiling derive_builder_core v0.20.2 |
| 2046 | 2026-06-05T17:05:04.785Z | Compiling snafu-derive v0.8.9 |
| 2047 | 2026-06-05T17:05:05.008Z | Compiling http-body-util v0.1.3 |
| 2048 | 2026-06-05T17:05:05.181Z | Compiling webpki-roots v1.0.6 |
| 2049 | 2026-06-05T17:05:05.315Z | Compiling rand_xorshift v0.4.0 |
| 2050 | 2026-06-05T17:05:05.331Z | Compiling signature v2.2.0 |
| 2051 | 2026-06-05T17:05:05.331Z | Compiling hubpack_derive v0.1.1 |
| 2052 | 2026-06-05T17:05:05.483Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-06-05T17:05:05.576Z | Compiling fs-err v3.3.0 |
| 2054 | 2026-06-05T17:05:05.710Z | Compiling ahash v0.8.12 |
| 2055 | 2026-06-05T17:05:05.743Z | Compiling encoding_rs v0.8.35 |
| 2056 | 2026-06-05T17:05:05.832Z | Compiling allocator-api2 v0.2.21 |
| 2057 | 2026-06-05T17:05:05.911Z | Compiling unicode-bidi v0.3.18 |
| 2058 | 2026-06-05T17:05:06.333Z | Compiling ryu v1.0.23 |
| 2059 | 2026-06-05T17:05:06.393Z | Compiling unarray v0.1.4 |
| 2060 | 2026-06-05T17:05:06.393Z | Compiling adler2 v2.0.1 |
| 2061 | 2026-06-05T17:05:06.393Z | Compiling mime v0.3.17 |
| 2062 | 2026-06-05T17:05:06.436Z | Compiling unicode-properties v0.1.4 |
| 2063 | 2026-06-05T17:05:06.436Z | Compiling iri-string v0.7.10 |
| 2064 | 2026-06-05T17:05:06.480Z | Compiling object v0.37.3 |
| 2065 | 2026-06-05T17:05:06.480Z | Compiling serde_urlencoded v0.7.1 |
| 2066 | 2026-06-05T17:05:06.503Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-06-05T17:05:06.527Z | Compiling proptest v1.10.0 |
| 2068 | 2026-06-05T17:05:06.591Z | Compiling stringprep v0.1.5 |
| 2069 | 2026-06-05T17:05:06.982Z | Compiling derive_builder_macro v0.20.2 |
| 2070 | 2026-06-05T17:05:07.085Z | Compiling tokio-native-tls v0.3.1 |
| 2071 | 2026-06-05T17:05:07.122Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-06-05T17:05:07.215Z | Compiling usdt-macro v0.6.0 |
| 2073 | 2026-06-05T17:05:07.441Z | Compiling anstyle-parse v1.0.0 |
| 2074 | 2026-06-05T17:05:07.512Z | Compiling tower-http v0.6.8 |
| 2075 | 2026-06-05T17:05:07.766Z | Compiling rand_chacha v0.3.1 |
| 2076 | 2026-06-05T17:05:07.784Z | Compiling erased-serde v0.3.31 |
| 2077 | 2026-06-05T17:05:07.810Z | Compiling md-5 v0.10.6 |
| 2078 | 2026-06-05T17:05:07.822Z | Compiling bstr v1.12.1 |
| 2079 | 2026-06-05T17:05:07.951Z | Compiling num-integer v0.1.46 |
| 2080 | 2026-06-05T17:05:07.967Z | Compiling hash32 v0.2.1 |
| 2081 | 2026-06-05T17:05:07.985Z | Compiling vergen-lib v9.1.0 |
| 2082 | 2026-06-05T17:05:08.151Z | Compiling ff v0.13.1 |
| 2083 | 2026-06-05T17:05:08.210Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-06-05T17:05:08.291Z | Compiling psl-types v2.0.11 |
| 2085 | 2026-06-05T17:05:08.307Z | Compiling base16ct v0.2.0 |
| 2086 | 2026-06-05T17:05:08.323Z | Compiling zlib-rs v0.6.2 |
| 2087 | 2026-06-05T17:05:08.455Z | Compiling sec1 v0.7.3 |
| 2088 | 2026-06-05T17:05:08.467Z | Compiling publicsuffix v2.3.0 |
| 2089 | 2026-06-05T17:05:08.487Z | Compiling group v0.13.0 |
| 2090 | 2026-06-05T17:05:08.556Z | Compiling postgres-protocol v0.6.10 |
| 2091 | 2026-06-05T17:05:08.589Z | Compiling newtype-uuid v1.3.2 |
| 2092 | 2026-06-05T17:05:08.715Z | Compiling num-iter v0.1.45 |
| 2093 | 2026-06-05T17:05:08.953Z | Compiling rand v0.8.6 |
| 2094 | 2026-06-05T17:05:09.403Z | Compiling anstream v1.0.0 |
| 2095 | 2026-06-05T17:05:09.484Z | Compiling oxnet v0.1.5 |
| 2096 | 2026-06-05T17:05:09.531Z | Compiling derive_builder v0.20.2 |
| 2097 | 2026-06-05T17:05:09.612Z | Compiling hyper-tls v0.6.0 |
| 2098 | 2026-06-05T17:05:09.679Z | Compiling phf_shared v0.13.1 |
| 2099 | 2026-06-05T17:05:09.774Z | Compiling pin-project v1.1.11 |
| 2100 | 2026-06-05T17:05:09.879Z | Compiling lazy_static v1.5.0 |
| 2101 | 2026-06-05T17:05:09.930Z | Compiling anstyle-parse v0.2.7 |
| 2102 | 2026-06-05T17:05:10.016Z | Compiling terminal_size v0.4.3 |
| 2103 | 2026-06-05T17:05:10.729Z | Compiling serde_with_macros v3.17.0 |
| 2104 | 2026-06-05T17:05:10.902Z | Compiling futures-executor v0.3.32 |
| 2105 | 2026-06-05T17:05:10.902Z | Compiling hex v0.4.3 |
| 2106 | 2026-06-05T17:05:10.902Z | Compiling hkdf v0.12.4 |
| 2107 | 2026-06-05T17:05:10.902Z | Compiling crypto-bigint v0.5.5 |
| 2108 | 2026-06-05T17:05:10.902Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-06-05T17:05:10.902Z | Compiling enum-as-inner v0.6.1 |
| 2110 | 2026-06-05T17:05:10.902Z | Compiling flate2 v1.1.9 |
| 2111 | 2026-06-05T17:05:10.902Z | Compiling clap_derive v4.6.1 |
| 2112 | 2026-06-05T17:05:10.902Z | Compiling async-recursion v1.1.1 |
| 2113 | 2026-06-05T17:05:10.902Z | Compiling vergen v9.1.0 |
| 2114 | 2026-06-05T17:05:10.998Z | Compiling cargo-platform v0.3.2 |
| 2115 | 2026-06-05T17:05:10.998Z | Compiling libbz2-rs-sys v0.2.2 |
| 2116 | 2026-06-05T17:05:11.042Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-06-05T17:05:11.042Z | Compiling foldhash v0.2.0 |
| 2118 | 2026-06-05T17:05:11.102Z | Compiling same-file v1.0.6 |
| 2119 | 2026-06-05T17:05:11.118Z | Compiling bitflags v1.3.2 |
| 2120 | 2026-06-05T17:05:11.292Z | Compiling managed v0.8.0 |
| 2121 | 2026-06-05T17:05:11.311Z | Compiling clap_lex v1.0.0 |
| 2122 | 2026-06-05T17:05:11.311Z | Compiling bumpalo v3.20.2 |
| 2123 | 2026-06-05T17:05:11.369Z | Compiling bzip2 v0.6.1 |
| 2124 | 2026-06-05T17:05:11.407Z | Compiling clap_builder v4.6.0 |
| 2125 | 2026-06-05T17:05:11.488Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-06-05T17:05:11.522Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-06-05T17:05:11.560Z | Compiling walkdir v2.5.0 |
| 2128 | 2026-06-05T17:05:11.608Z | Compiling hashbrown v0.16.1 |
| 2129 | 2026-06-05T17:05:11.772Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-06-05T17:05:11.834Z | Compiling cargo_metadata v0.23.1 |
| 2131 | 2026-06-05T17:05:12.118Z | Compiling futures v0.3.32 |
| 2132 | 2026-06-05T17:05:12.199Z | Compiling anstream v0.6.21 |
| 2133 | 2026-06-05T17:05:12.344Z | Compiling zstd v0.13.3 |
| 2134 | 2026-06-05T17:05:12.457Z | Compiling phf v0.13.1 |
| 2135 | 2026-06-05T17:05:12.500Z | Compiling snafu v0.8.9 |
| 2136 | 2026-06-05T17:05:12.628Z | Compiling daft v0.1.7 |
| 2137 | 2026-06-05T17:05:12.682Z | Compiling signal-hook-mio v0.2.5 |
| 2138 | 2026-06-05T17:05:12.775Z | Compiling cookie_store v0.22.1 |
| 2139 | 2026-06-05T17:05:12.861Z | Compiling postgres-types v0.2.12 |
| 2140 | 2026-06-05T17:05:12.935Z | Compiling bzip2 v0.4.4 |
| 2141 | 2026-06-05T17:05:13.025Z | Compiling globset v0.4.18 |
| 2142 | 2026-06-05T17:05:13.086Z | Compiling strum v0.27.2 |
| 2143 | 2026-06-05T17:05:13.317Z | Compiling hubpack v0.1.2 |
| 2144 | 2026-06-05T17:05:13.415Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-06-05T17:05:13.450Z | Compiling phf_shared v0.11.3 |
| 2146 | 2026-06-05T17:05:13.474Z | Compiling crossbeam-epoch v0.9.18 |
| 2147 | 2026-06-05T17:05:13.515Z | Compiling olpc-cjson v0.1.4 |
| 2148 | 2026-06-05T17:05:14.116Z | Compiling pkcs1 v0.7.5 |
| 2149 | 2026-06-05T17:05:14.316Z | Compiling pem v3.0.6 |
| 2150 | 2026-06-05T17:05:14.316Z | Compiling serde-big-array v0.5.1 |
| 2151 | 2026-06-05T17:05:14.316Z | Compiling serde_plain v1.0.2 |
| 2152 | 2026-06-05T17:05:14.316Z | Compiling rfc6979 v0.4.0 |
| 2153 | 2026-06-05T17:05:14.316Z | Compiling float-cmp v0.10.0 |
| 2154 | 2026-06-05T17:05:14.316Z | Compiling memmap2 v0.9.10 |
| 2155 | 2026-06-05T17:05:14.316Z | Compiling env_filter v1.0.0 |
| 2156 | 2026-06-05T17:05:14.316Z | Compiling whoami v2.1.0 |
| 2157 | 2026-06-05T17:05:14.317Z | Compiling typed-path v0.9.3 |
| 2158 | 2026-06-05T17:05:14.317Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-06-05T17:05:14.317Z | Compiling keccak v0.1.6 |
| 2160 | 2026-06-05T17:05:14.317Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-06-05T17:05:14.402Z | Compiling toml_write v0.1.2 |
| 2162 | 2026-06-05T17:05:14.402Z | Compiling difflib v0.4.0 |
| 2163 | 2026-06-05T17:05:14.402Z | Compiling precomputed-hash v0.1.1 |
| 2164 | 2026-06-05T17:05:14.402Z | Compiling fixedbitset v0.4.2 |
| 2165 | 2026-06-05T17:05:14.402Z | Compiling jiff v0.2.21 |
| 2166 | 2026-06-05T17:05:14.402Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-06-05T17:05:14.402Z | Compiling predicates-core v1.0.10 |
| 2168 | 2026-06-05T17:05:14.402Z | Compiling fixedbitset v0.5.7 |
| 2169 | 2026-06-05T17:05:14.476Z | Compiling data-encoding v2.10.0 |
| 2170 | 2026-06-05T17:05:14.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2171 | 2026-06-05T17:05:14.527Z | Compiling predicates v3.1.4 |
| 2172 | 2026-06-05T17:05:14.545Z | Compiling petgraph v0.6.5 |
| 2173 | 2026-06-05T17:05:14.627Z | Compiling petgraph v0.8.3 |
| 2174 | 2026-06-05T17:05:14.636Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-06-05T17:05:14.649Z | Compiling toml_edit v0.22.27 |
| 2176 | 2026-06-05T17:05:14.898Z | Compiling hickory-proto v0.25.2 |
| 2177 | 2026-06-05T17:05:14.943Z | Compiling sha3 v0.10.8 |
| 2178 | 2026-06-05T17:05:15.078Z | Compiling tokio-postgres v0.7.16 |
| 2179 | 2026-06-05T17:05:15.173Z | Compiling env_logger v0.11.9 |
| 2180 | 2026-06-05T17:05:15.394Z | Compiling usdt v0.6.0 |
| 2181 | 2026-06-05T17:05:15.579Z | Compiling ecdsa v0.16.9 |
| 2182 | 2026-06-05T17:05:15.667Z | Compiling rsa v0.9.10 |
| 2183 | 2026-06-05T17:05:15.979Z | Compiling ed25519-dalek v2.2.0 |
| 2184 | 2026-06-05T17:05:16.464Z | Compiling crossterm v0.28.1 |
| 2185 | 2026-06-05T17:05:16.605Z | Compiling zip v0.6.6 |
| 2186 | 2026-06-05T17:05:16.652Z | Compiling clap v4.6.1 |
| 2187 | 2026-06-05T17:05:17.086Z | Compiling zip v4.6.1 |
| 2188 | 2026-06-05T17:05:17.843Z | Compiling iddqd v0.4.2 |
| 2189 | 2026-06-05T17:05:18.044Z | Compiling serde_with v3.17.0 |
| 2190 | 2026-06-05T17:05:18.044Z | Compiling similar v2.7.0 |
| 2191 | 2026-06-05T17:05:18.045Z | Compiling strum v0.26.3 |
| 2192 | 2026-06-05T17:05:18.045Z | Compiling toml v0.7.8 |
| 2193 | 2026-06-05T17:05:18.045Z | Compiling tokio-stream v0.1.18 |
| 2194 | 2026-06-05T17:05:18.045Z | Compiling itertools v0.13.0 |
| 2195 | 2026-06-05T17:05:18.135Z | Compiling buf-list v1.1.2 |
| 2196 | 2026-06-05T17:05:18.260Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-06-05T17:05:19.940Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2198 | 2026-06-05T17:05:20.077Z | Compiling openapiv3 v2.2.0 |
| 2199 | 2026-06-05T17:05:20.077Z | Compiling sha1 v0.10.6 |
| 2200 | 2026-06-05T17:05:20.077Z | Compiling peg-runtime v0.8.5 |
| 2201 | 2026-06-05T17:05:20.077Z | Compiling lalrpop-util v0.19.12 |
| 2202 | 2026-06-05T17:05:33.828Z | Compiling rustls-webpki v0.103.9 |
| 2203 | 2026-06-05T17:05:35.656Z | Compiling macaddr v1.0.1 |
| 2204 | 2026-06-05T17:05:35.693Z | Compiling structmeta-derive v0.3.0 |
| 2205 | 2026-06-05T17:05:35.729Z | Compiling rayon-core v1.13.0 |
| 2206 | 2026-06-05T17:05:35.915Z | Compiling crucible-workspace-hack v0.1.0 |
| 2207 | 2026-06-05T17:05:35.985Z | Compiling itertools v0.14.0 |
| 2208 | 2026-06-05T17:05:36.023Z | Compiling secrecy v0.10.3 |
| 2209 | 2026-06-05T17:05:36.150Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-06-05T17:05:36.182Z | Compiling heapless v0.8.0 |
| 2211 | 2026-06-05T17:05:36.248Z | Compiling rustls v0.22.4 |
| 2212 | 2026-06-05T17:05:36.429Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2213 | 2026-06-05T17:05:36.526Z | Compiling crossbeam-deque v0.8.6 |
| 2214 | 2026-06-05T17:05:36.552Z | Compiling rustls-webpki v0.102.8 |
| 2215 | 2026-06-05T17:05:36.592Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2026-06-05T17:05:36.709Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2217 | 2026-06-05T17:05:36.733Z | Compiling hash32 v0.3.1 |
| 2218 | 2026-06-05T17:05:36.733Z | Compiling multer v3.1.0 |
| 2219 | 2026-06-05T17:05:36.753Z | Compiling structmeta v0.3.0 |
| 2220 | 2026-06-05T17:05:36.753Z | Compiling thread_local v1.1.9 |
| 2221 | 2026-06-05T17:05:36.788Z | Compiling compression-core v0.4.31 |
| 2222 | 2026-06-05T17:05:36.826Z | Compiling slog-async v2.8.0 |
| 2223 | 2026-06-05T17:05:36.881Z | Compiling unicode-width v0.2.0 |
| 2224 | 2026-06-05T17:05:36.945Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2225 | 2026-06-05T17:05:36.992Z | Compiling match_cfg v0.1.0 |
| 2226 | 2026-06-05T17:05:37.014Z | Compiling smoltcp v0.11.0 |
| 2227 | 2026-06-05T17:05:37.069Z | Compiling hostname v0.3.1 |
| 2228 | 2026-06-05T17:05:37.125Z | Compiling derive-ex v0.1.8 |
| 2229 | 2026-06-05T17:05:37.222Z | Compiling compression-codecs v0.4.37 |
| 2230 | 2026-06-05T17:05:37.239Z | Compiling ingot-macros v0.1.1 |
| 2231 | 2026-06-05T17:05:37.254Z | Compiling proc-macro-crate v3.4.0 |
| 2232 | 2026-06-05T17:05:37.342Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-06-05T17:05:37.609Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-06-05T17:05:37.624Z | Compiling half v2.7.1 |
| 2235 | 2026-06-05T17:05:37.700Z | Compiling newtype-uuid-macros v0.1.0 |
| 2236 | 2026-06-05T17:05:37.724Z | Compiling tokio-rustls v0.26.4 |
| 2237 | 2026-06-05T17:05:37.800Z | Compiling rustls-platform-verifier v0.6.2 |
| 2238 | 2026-06-05T17:05:38.142Z | Compiling hyper-rustls v0.27.7 |
| 2239 | 2026-06-05T17:05:38.215Z | Compiling cobs v0.3.0 |
| 2240 | 2026-06-05T17:05:38.215Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2241 | 2026-06-05T17:05:38.359Z | Compiling reqwest v0.12.28 |
| 2242 | 2026-06-05T17:05:38.382Z | Compiling reqwest v0.13.2 |
| 2243 | 2026-06-05T17:05:38.382Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-06-05T17:05:38.405Z | Compiling async-stream-impl v0.3.6 |
| 2245 | 2026-06-05T17:05:38.465Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-05T17:05:38.539Z | Compiling serde_spanned v1.0.4 |
| 2247 | 2026-06-05T17:05:38.678Z | Compiling is-terminal v0.4.17 |
| 2248 | 2026-06-05T17:05:38.717Z | Compiling proc-macro-error-attr v1.0.4 |
| 2249 | 2026-06-05T17:05:38.798Z | Compiling dropshot v0.17.0 |
| 2250 | 2026-06-05T17:05:38.859Z | Compiling ciborium-io v0.2.2 |
| 2251 | 2026-06-05T17:05:38.901Z | Compiling term v1.2.1 |
| 2252 | 2026-06-05T17:05:38.950Z | Compiling take_mut v0.2.2 |
| 2253 | 2026-06-05T17:05:38.958Z | Compiling convert_case v0.4.0 |
| 2254 | 2026-06-05T17:05:39.008Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2255 | 2026-06-05T17:05:39.032Z | Compiling opaque-debug v0.3.1 |
| 2256 | 2026-06-05T17:05:39.094Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-05T17:05:39.128Z | Compiling thiserror-no-std v2.0.2 |
| 2258 | 2026-06-05T17:05:39.133Z | Compiling poly1305 v0.8.0 |
| 2259 | 2026-06-05T17:05:39.147Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-06-05T17:05:39.240Z | Compiling slog-term v2.9.2 |
| 2261 | 2026-06-05T17:05:39.306Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-06-05T17:05:39.407Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2263 | 2026-06-05T17:05:39.460Z | Compiling async-stream v0.3.6 |
| 2264 | 2026-06-05T17:05:39.570Z | Compiling ciborium-ll v0.2.2 |
| 2265 | 2026-06-05T17:05:39.704Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-06-05T17:05:39.835Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2267 | 2026-06-05T17:05:39.863Z | Compiling postcard v1.1.3 |
| 2268 | 2026-06-05T17:05:39.977Z | Compiling tough v0.22.0 |
| 2269 | 2026-06-05T17:05:40.554Z | Compiling ingot-types v0.1.2 |
| 2270 | 2026-06-05T17:05:40.710Z | Compiling num_enum_derive v0.7.6 |
| 2271 | 2026-06-05T17:05:40.777Z | Compiling slog-bunyan v2.5.0 |
| 2272 | 2026-06-05T17:05:40.790Z | Compiling ingot v0.1.1 |
| 2273 | 2026-06-05T17:05:40.864Z | Compiling async-compression v0.4.41 |
| 2274 | 2026-06-05T17:05:41.039Z | Compiling parse-display-derive v0.10.0 |
| 2275 | 2026-06-05T17:05:41.337Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2276 | 2026-06-05T17:05:41.524Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-06-05T17:05:41.696Z | Compiling proc-macro-crate v1.3.1 |
| 2278 | 2026-06-05T17:05:41.719Z | Compiling backon v1.6.0 |
| 2279 | 2026-06-05T17:05:41.719Z | Compiling waitgroup v0.1.2 |
| 2280 | 2026-06-05T17:05:41.815Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-06-05T17:05:41.860Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2282 | 2026-06-05T17:05:41.920Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-06-05T17:05:41.935Z | Compiling dropshot_endpoint v0.17.0 |
| 2284 | 2026-06-05T17:05:41.987Z | Compiling rustls-pemfile v2.2.0 |
| 2285 | 2026-06-05T17:05:43.781Z | Compiling blake2 v0.10.6 |
| 2286 | 2026-06-05T17:05:43.972Z | Compiling aead v0.5.2 |
| 2287 | 2026-06-05T17:05:43.972Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2026-06-05T17:05:43.973Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2289 | 2026-06-05T17:05:43.973Z | Compiling serde_path_to_error v0.1.20 |
| 2290 | 2026-06-05T17:05:43.973Z | Compiling hostname v0.4.2 |
| 2291 | 2026-06-05T17:05:43.973Z | Compiling proc-macro-error v1.0.4 |
| 2292 | 2026-06-05T17:05:43.973Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2293 | 2026-06-05T17:05:43.973Z | Compiling instant v0.1.13 |
| 2294 | 2026-06-05T17:05:43.973Z | Compiling debug-ignore v1.0.5 |
| 2295 | 2026-06-05T17:05:43.973Z | Compiling typeid v1.0.3 |
| 2296 | 2026-06-05T17:05:43.973Z | Compiling foreign-types-shared v0.3.1 |
| 2297 | 2026-06-05T17:05:43.973Z | Compiling cpufeatures v0.3.0 |
| 2298 | 2026-06-05T17:05:43.973Z | Compiling backoff v0.4.0 |
| 2299 | 2026-06-05T17:05:43.973Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2300 | 2026-06-05T17:05:43.973Z | Compiling chacha20 v0.10.0 |
| 2301 | 2026-06-05T17:05:43.973Z | Compiling foreign-types v0.5.0 |
| 2302 | 2026-06-05T17:05:43.973Z | Compiling parse-display v0.10.0 |
| 2303 | 2026-06-05T17:05:43.973Z | Compiling chacha20poly1305 v0.10.1 |
| 2304 | 2026-06-05T17:05:43.973Z | Compiling argon2 v0.5.3 |
| 2305 | 2026-06-05T17:05:43.974Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2306 | 2026-06-05T17:05:43.974Z | Compiling num_enum_derive v0.5.11 |
| 2307 | 2026-06-05T17:05:43.974Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2308 | 2026-06-05T17:05:43.974Z | Compiling num_enum v0.7.6 |
| 2309 | 2026-06-05T17:05:43.974Z | Compiling ciborium v0.2.2 |
| 2310 | 2026-06-05T17:05:43.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2311 | 2026-06-05T17:05:43.974Z | Compiling vsss-rs v3.3.4 |
| 2312 | 2026-06-05T17:05:43.974Z | Compiling tabwriter v1.4.1 |
| 2313 | 2026-06-05T17:05:44.036Z | Compiling regress v0.10.5 |
| 2314 | 2026-06-05T17:05:44.036Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2315 | 2026-06-05T17:05:44.093Z | Compiling byte-wrapper v0.1.0 |
| 2316 | 2026-06-05T17:05:44.117Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2317 | 2026-06-05T17:05:44.218Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-06-05T17:05:44.249Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2319 | 2026-06-05T17:05:44.355Z | Compiling cstr-argument v0.1.2 |
| 2320 | 2026-06-05T17:05:44.386Z | Compiling humantime v2.3.0 |
| 2321 | 2026-06-05T17:05:44.521Z | Compiling erased-serde v0.4.9 |
| 2322 | 2026-06-05T17:05:44.724Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-06-05T17:05:44.814Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-06-05T17:05:44.823Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-06-05T17:05:44.853Z | Compiling num_enum v0.5.11 |
| 2326 | 2026-06-05T17:05:44.916Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-06-05T17:05:44.961Z | Compiling rand v0.10.0 |
| 2328 | 2026-06-05T17:05:45.009Z | Compiling rayon v1.11.0 |
| 2329 | 2026-06-05T17:05:45.042Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-06-05T17:05:45.133Z | Compiling indent_write v2.2.0 |
| 2331 | 2026-06-05T17:05:45.177Z | Compiling libefi-sys v0.1.0 |
| 2332 | 2026-06-05T17:05:45.208Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2333 | 2026-06-05T17:05:45.221Z | Compiling colored v3.1.1 |
| 2334 | 2026-06-05T17:05:45.263Z | Compiling zone_cfg_derive v0.3.1 |
| 2335 | 2026-06-05T17:05:45.327Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2336 | 2026-06-05T17:05:45.530Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2337 | 2026-06-05T17:05:45.563Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2338 | 2026-06-05T17:05:45.563Z | Compiling camino-tempfile v1.4.1 |
| 2339 | 2026-06-05T17:05:45.675Z | Compiling itertools v0.12.1 |
| 2340 | 2026-06-05T17:05:45.802Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-06-05T17:05:45.875Z | Compiling usdt-macro v0.5.0 |
| 2342 | 2026-06-05T17:05:45.941Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-06-05T17:05:45.950Z | Compiling bitfield-struct v0.6.2 |
| 2344 | 2026-06-05T17:05:45.973Z | Compiling blake3 v1.8.3 |
| 2345 | 2026-06-05T17:05:45.996Z | Compiling ordered-float v2.10.1 |
| 2346 | 2026-06-05T17:05:46.308Z | Compiling memmap v0.7.0 |
| 2347 | 2026-06-05T17:05:46.354Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-06-05T17:05:46.490Z | Compiling glob v0.3.3 |
| 2349 | 2026-06-05T17:05:46.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-06-05T17:05:46.579Z | Compiling swrite v0.1.0 |
| 2351 | 2026-06-05T17:05:46.610Z | Compiling usdt v0.5.0 |
| 2352 | 2026-06-05T17:05:46.619Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2026-06-05T17:05:46.727Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2354 | 2026-06-05T17:05:46.858Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2355 | 2026-06-05T17:05:46.974Z | Compiling serde-value v0.7.0 |
| 2356 | 2026-06-05T17:05:47.152Z | Compiling zone v0.3.1 |
| 2357 | 2026-06-05T17:05:47.218Z | Compiling serde-untagged v0.1.9 |
| 2358 | 2026-06-05T17:05:47.274Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2359 | 2026-06-05T17:05:47.437Z | Compiling toml v0.8.23 |
| 2360 | 2026-06-05T17:05:47.547Z | Compiling smf v0.2.3 |
| 2361 | 2026-06-05T17:05:47.973Z | Compiling filetime v0.2.27 |
| 2362 | 2026-06-05T17:05:47.976Z | Compiling arrayref v0.3.9 |
| 2363 | 2026-06-05T17:05:47.976Z | Compiling xattr v1.6.1 |
| 2364 | 2026-06-05T17:05:47.976Z | Compiling arrayvec v0.7.6 |
| 2365 | 2026-06-05T17:05:47.976Z | Compiling whoami v1.6.1 |
| 2366 | 2026-06-05T17:05:47.976Z | Compiling unicode-xid v0.2.6 |
| 2367 | 2026-06-05T17:05:47.976Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-06-05T17:05:47.976Z | Compiling constant_time_eq v0.4.2 |
| 2369 | 2026-06-05T17:05:47.976Z | Compiling tar v0.4.45 |
| 2370 | 2026-06-05T17:05:47.976Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-06-05T17:05:47.976Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2372 | 2026-06-05T17:05:47.976Z | Compiling cargo-util-schemas v0.8.2 |
| 2373 | 2026-06-05T17:05:48.174Z | Compiling tokio-dtrace v0.1.1 |
| 2374 | 2026-06-05T17:05:48.188Z | Compiling console v0.16.2 |
| 2375 | 2026-06-05T17:05:48.540Z | Compiling gethostname v0.5.0 |
| 2376 | 2026-06-05T17:05:48.623Z | Compiling cargo-platform v0.2.0 |
| 2377 | 2026-06-05T17:05:48.713Z | Compiling unit-prefix v0.5.2 |
| 2378 | 2026-06-05T17:05:48.737Z | Compiling topological-sort v0.2.2 |
| 2379 | 2026-06-05T17:05:48.751Z | Compiling oxide-tokio-rt v0.1.4 |
| 2380 | 2026-06-05T17:05:48.770Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2381 | 2026-06-05T17:05:48.912Z | Compiling indicatif v0.18.4 |
| 2382 | 2026-06-05T17:05:48.932Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-06-05T17:05:49.176Z | Compiling cargo_metadata v0.21.0 |
| 2384 | 2026-06-05T17:05:58.533Z | Compiling progenitor-client v0.14.0 |
| 2385 | 2026-06-05T17:05:58.568Z | Compiling progenitor-client v0.10.0 |
| 2386 | 2026-06-05T17:05:58.568Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-06-05T17:05:59.027Z | Compiling progenitor-extras v0.2.0 |
| 2388 | 2026-06-05T17:06:01.287Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2389 | 2026-06-05T17:06:01.287Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-06-05T17:06:01.320Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-06-05T17:06:01.335Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2392 | 2026-06-05T17:06:01.359Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2393 | 2026-06-05T17:06:01.406Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2394 | 2026-06-05T17:06:01.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2395 | 2026-06-05T17:06:01.625Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2396 | 2026-06-05T17:06:01.680Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2397 | 2026-06-05T17:06:05.740Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2398 | 2026-06-05T17:06:13.538Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2399 | 2026-06-05T17:06:16.869Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2400 | 2026-06-05T17:06:17.661Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2401 | 2026-06-05T17:06:27.230Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2402 | 2026-06-05T17:06:27.384Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2403 | 2026-06-05T17:06:27.452Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-06-05T17:06:27.459Z | Created new build target 'test' and set it as active |
| 2405 | 2026-06-05T17:06:27.459Z | |
| 2406 | 2026-06-05T17:06:27.459Z | real 1:45.639926405 |
| 2407 | 2026-06-05T17:06:27.459Z | user 17:16.050973465 |
| 2408 | 2026-06-05T17:06:27.459Z | sys 2:41.974443492 |
| 2409 | 2026-06-05T17:06:27.459Z | trap 0.461037522 |
| 2410 | 2026-06-05T17:06:27.459Z | tflt 2.965605719 |
| 2411 | 2026-06-05T17:06:27.459Z | dflt 4.046959112 |
| 2412 | 2026-06-05T17:06:27.459Z | kflt 0.000519920 |
| 2413 | 2026-06-05T17:06:27.459Z | lock 53:54.879016441 |
| 2414 | 2026-06-05T17:06:27.459Z | slp 44:03.451109167 |
| 2415 | 2026-06-05T17:06:27.460Z | lat 44.695703399 |
| 2416 | 2026-06-05T17:06:27.460Z | stop 5:45.511757587 |
| 2417 | 2026-06-05T17:06:27.460Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2418 | 2026-06-05T17:06:28.379Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2419 | 2026-06-05T17:06:28.456Z | Running `target/release/omicron-package -t test package` |
| 2420 | 2026-06-05T17:06:28.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2421 | 2026-06-05T17:06:29.968Z | Compiling heck v0.5.0 |
| 2422 | 2026-06-05T17:06:29.972Z | Compiling regress v0.11.1 |
| 2423 | 2026-06-05T17:06:30.190Z | Compiling unsafe-libyaml v0.2.11 |
| 2424 | 2026-06-05T17:06:30.232Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2425 | 2026-06-05T17:06:30.263Z | Compiling regress v0.10.5 |
| 2426 | 2026-06-05T17:06:30.285Z | Compiling is-terminal v0.4.17 |
| 2427 | 2026-06-05T17:06:30.305Z | Compiling unicode-width v0.1.14 |
| 2428 | 2026-06-05T17:06:30.306Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-06-05T17:06:30.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-06-05T17:06:30.308Z | Compiling bytecount v0.6.9 |
| 2431 | 2026-06-05T17:06:30.308Z | Compiling rustls v0.22.4 |
| 2432 | 2026-06-05T17:06:30.308Z | Compiling rustls-webpki v0.102.8 |
| 2433 | 2026-06-05T17:06:30.308Z | Compiling derive-where v1.6.0 |
| 2434 | 2026-06-05T17:06:30.342Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-06-05T17:06:30.345Z | Compiling compression-core v0.4.31 |
| 2436 | 2026-06-05T17:06:30.469Z | Compiling match_cfg v0.1.0 |
| 2437 | 2026-06-05T17:06:30.512Z | Compiling multer v3.1.0 |
| 2438 | 2026-06-05T17:06:30.534Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2439 | 2026-06-05T17:06:30.581Z | Compiling compression-codecs v0.4.37 |
| 2440 | 2026-06-05T17:06:30.602Z | Compiling hostname v0.3.1 |
| 2441 | 2026-06-05T17:06:30.602Z | Compiling slog-async v2.8.0 |
| 2442 | 2026-06-05T17:06:30.649Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-06-05T17:06:30.653Z | Compiling slog-json v2.6.1 |
| 2444 | 2026-06-05T17:06:30.695Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2445 | 2026-06-05T17:06:30.697Z | Compiling serde_yaml v0.9.34+deprecated |
| 2446 | 2026-06-05T17:06:30.715Z | Compiling serde_spanned v1.0.4 |
| 2447 | 2026-06-05T17:06:30.762Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2448 | 2026-06-05T17:06:30.766Z | Compiling term v1.2.1 |
| 2449 | 2026-06-05T17:06:30.868Z | Compiling take_mut v0.2.2 |
| 2450 | 2026-06-05T17:06:30.897Z | Compiling slog-bunyan v2.5.0 |
| 2451 | 2026-06-05T17:06:30.919Z | Compiling async-compression v0.4.41 |
| 2452 | 2026-06-05T17:06:31.002Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2453 | 2026-06-05T17:06:31.098Z | Compiling slog-term v2.9.2 |
| 2454 | 2026-06-05T17:06:31.120Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2455 | 2026-06-05T17:06:31.123Z | Compiling async-stream v0.3.6 |
| 2456 | 2026-06-05T17:06:31.262Z | Compiling dropshot v0.17.0 |
| 2457 | 2026-06-05T17:06:31.286Z | Compiling num-rational v0.4.2 |
| 2458 | 2026-06-05T17:06:31.321Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2459 | 2026-06-05T17:06:31.344Z | Compiling progenitor-client v0.14.0 |
| 2460 | 2026-06-05T17:06:31.347Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2461 | 2026-06-05T17:06:31.478Z | Compiling waitgroup v0.1.2 |
| 2462 | 2026-06-05T17:06:31.511Z | Compiling backon v1.6.0 |
| 2463 | 2026-06-05T17:06:31.559Z | Compiling rustls-pemfile v2.2.0 |
| 2464 | 2026-06-05T17:06:31.582Z | Compiling num-complex v0.4.6 |
| 2465 | 2026-06-05T17:06:31.606Z | Compiling hostname v0.4.2 |
| 2466 | 2026-06-05T17:06:31.630Z | Compiling serde_path_to_error v0.1.20 |
| 2467 | 2026-06-05T17:06:31.653Z | Compiling instant v0.1.13 |
| 2468 | 2026-06-05T17:06:31.681Z | Compiling debug-ignore v1.0.5 |
| 2469 | 2026-06-05T17:06:31.743Z | Compiling typify-impl v0.6.2 |
| 2470 | 2026-06-05T17:06:31.776Z | Compiling backoff v0.4.0 |
| 2471 | 2026-06-05T17:06:31.798Z | Compiling progenitor-extras v0.2.0 |
| 2472 | 2026-06-05T17:06:31.802Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2473 | 2026-06-05T17:06:31.841Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2474 | 2026-06-05T17:06:32.041Z | Compiling num v0.4.3 |
| 2475 | 2026-06-05T17:06:32.045Z | Compiling parse-display v0.10.0 |
| 2476 | 2026-06-05T17:06:32.089Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2477 | 2026-06-05T17:06:32.092Z | Compiling progenitor-client v0.10.0 |
| 2478 | 2026-06-05T17:06:32.136Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2479 | 2026-06-05T17:06:32.162Z | Compiling macaddr v1.0.1 |
| 2480 | 2026-06-05T17:06:32.165Z | Compiling humantime v2.3.0 |
| 2481 | 2026-06-05T17:06:32.243Z | Compiling float-ord v0.3.2 |
| 2482 | 2026-06-05T17:06:32.390Z | Compiling console v0.15.11 |
| 2483 | 2026-06-05T17:06:32.478Z | Compiling atomicwrites v0.4.4 |
| 2484 | 2026-06-05T17:06:32.486Z | Compiling newline-converter v0.3.0 |
| 2485 | 2026-06-05T17:06:32.487Z | Compiling slog-dtrace v0.3.0 |
| 2486 | 2026-06-05T17:06:32.562Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-06-05T17:06:32.622Z | Compiling resolv-conf v0.7.6 |
| 2488 | 2026-06-05T17:06:32.707Z | Compiling tokio-rustls v0.25.0 |
| 2489 | 2026-06-05T17:06:32.784Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-06-05T17:06:32.806Z | Compiling cancel-safe-futures v0.1.5 |
| 2491 | 2026-06-05T17:06:32.878Z | Compiling toml v0.8.23 |
| 2492 | 2026-06-05T17:06:32.985Z | Compiling libsw-core v0.3.2 |
| 2493 | 2026-06-05T17:06:33.090Z | Compiling linear-map v1.2.0 |
| 2494 | 2026-06-05T17:06:33.199Z | Compiling libsw v3.5.0 |
| 2495 | 2026-06-05T17:06:33.252Z | Compiling linked-hash-map v0.5.6 |
| 2496 | 2026-06-05T17:06:33.351Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2497 | 2026-06-05T17:06:33.418Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-06-05T17:06:33.471Z | Compiling lru-cache v0.1.2 |
| 2499 | 2026-06-05T17:06:33.506Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2500 | 2026-06-05T17:06:33.528Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2501 | 2026-06-05T17:06:33.579Z | Compiling hickory-proto v0.24.4 |
| 2502 | 2026-06-05T17:06:33.645Z | Compiling nom v7.1.3 |
| 2503 | 2026-06-05T17:06:33.679Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2504 | 2026-06-05T17:06:33.704Z | Compiling unicode-xid v0.2.6 |
| 2505 | 2026-06-05T17:06:33.750Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2506 | 2026-06-05T17:06:33.862Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2507 | 2026-06-05T17:06:34.021Z | Compiling convert_case v0.10.0 |
| 2508 | 2026-06-05T17:06:34.317Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-06-05T17:06:34.645Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2510 | 2026-06-05T17:06:35.078Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-06-05T17:06:35.132Z | Compiling derive_more v2.1.1 |
| 2512 | 2026-06-05T17:06:35.162Z | Compiling papergrid v0.11.0 |
| 2513 | 2026-06-05T17:06:35.254Z | Compiling tabled_derive v0.7.0 |
| 2514 | 2026-06-05T17:06:35.276Z | Compiling termtree v0.5.1 |
| 2515 | 2026-06-05T17:06:35.299Z | Compiling typify-macro v0.6.2 |
| 2516 | 2026-06-05T17:06:35.484Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2517 | 2026-06-05T17:06:35.816Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2518 | 2026-06-05T17:06:36.066Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-06-05T17:06:36.160Z | Compiling hickory-resolver v0.24.4 |
| 2520 | 2026-06-05T17:06:36.400Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2521 | 2026-06-05T17:06:36.427Z | Compiling tabled v0.15.0 |
| 2522 | 2026-06-05T17:06:36.645Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-06-05T17:06:36.846Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-06-05T17:06:36.870Z | Compiling typify v0.6.2 |
| 2525 | 2026-06-05T17:06:37.169Z | Compiling progenitor-impl v0.14.0 |
| 2526 | 2026-06-05T17:06:37.685Z | Compiling qorb v0.4.1 |
| 2527 | 2026-06-05T17:06:39.311Z | Compiling progenitor-macro v0.14.0 |
| 2528 | 2026-06-05T17:06:39.681Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-06-05T17:06:39.777Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2026-06-05T17:06:39.936Z | Compiling csv-core v0.1.13 |
| 2531 | 2026-06-05T17:06:40.383Z | Compiling vte v0.14.1 |
| 2532 | 2026-06-05T17:06:40.440Z | Compiling chrono-tz v0.10.4 |
| 2533 | 2026-06-05T17:06:40.676Z | Compiling highway v1.3.0 |
| 2534 | 2026-06-05T17:06:40.729Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-06-05T17:06:41.291Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-06-05T17:06:41.395Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2537 | 2026-06-05T17:06:41.524Z | Compiling csv v1.4.0 |
| 2538 | 2026-06-05T17:06:41.778Z | Compiling phf v0.12.1 |
| 2539 | 2026-06-05T17:06:41.821Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-06-05T17:06:41.985Z | Compiling const_format_proc_macros v0.2.34 |
| 2541 | 2026-06-05T17:06:42.249Z | Compiling fd-lock v4.0.4 |
| 2542 | 2026-06-05T17:06:42.298Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-06-05T17:06:42.493Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2544 | 2026-06-05T17:06:42.515Z | Compiling peg-macros v0.8.5 |
| 2545 | 2026-06-05T17:06:42.769Z | Compiling nu-ansi-term v0.50.3 |
| 2546 | 2026-06-05T17:06:42.982Z | Compiling const_format v0.2.35 |
| 2547 | 2026-06-05T17:06:43.102Z | Compiling reedline v0.40.0 |
| 2548 | 2026-06-05T17:06:43.443Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-06-05T17:06:43.518Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2550 | 2026-06-05T17:06:43.627Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-06-05T17:06:43.694Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-06-05T17:06:43.786Z | Compiling peg v0.8.5 |
| 2553 | 2026-06-05T17:06:44.392Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-06-05T17:06:44.398Z | Compiling bcs v0.1.6 |
| 2555 | 2026-06-05T17:06:44.864Z | Compiling nom v8.0.0 |
| 2556 | 2026-06-05T17:06:45.068Z | Compiling semver v0.1.20 |
| 2557 | 2026-06-05T17:06:45.370Z | Compiling rustc_version v0.1.7 |
| 2558 | 2026-06-05T17:06:45.621Z | Compiling newtype_derive v0.1.6 |
| 2559 | 2026-06-05T17:06:45.867Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2560 | 2026-06-05T17:06:46.123Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-06-05T17:06:46.419Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2562 | 2026-06-05T17:06:46.446Z | Compiling smawk v0.3.2 |
| 2563 | 2026-06-05T17:06:46.504Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-06-05T17:06:46.644Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-06-05T17:06:46.666Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-06-05T17:06:46.714Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-06-05T17:06:46.815Z | Compiling base64 v0.21.7 |
| 2568 | 2026-06-05T17:06:46.938Z | Compiling steno v0.4.1 |
| 2569 | 2026-06-05T17:06:47.354Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2570 | 2026-06-05T17:06:47.499Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-06-05T17:06:47.537Z | Compiling tagptr v0.2.0 |
| 2572 | 2026-06-05T17:06:47.730Z | Compiling moka v0.12.13 |
| 2573 | 2026-06-05T17:06:48.051Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2574 | 2026-06-05T17:06:48.103Z | Compiling utf-8 v0.7.6 |
| 2575 | 2026-06-05T17:06:48.316Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2576 | 2026-06-05T17:06:48.346Z | Compiling tungstenite v0.21.0 |
| 2577 | 2026-06-05T17:06:48.509Z | Compiling radium v0.7.0 |
| 2578 | 2026-06-05T17:06:48.775Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-06-05T17:06:48.848Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-06-05T17:06:48.975Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-06-05T17:06:48.989Z | Compiling tokio-tungstenite v0.21.0 |
| 2582 | 2026-06-05T17:06:48.997Z | Compiling tap v1.0.1 |
| 2583 | 2026-06-05T17:06:49.160Z | Compiling wyz v0.5.1 |
| 2584 | 2026-06-05T17:06:49.337Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2585 | 2026-06-05T17:06:49.630Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2586 | 2026-06-05T17:06:49.680Z | Compiling num-derive v0.3.3 |
| 2587 | 2026-06-05T17:06:50.130Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-06-05T17:06:50.496Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-06-05T17:06:50.570Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2590 | 2026-06-05T17:06:51.039Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-06-05T17:06:51.140Z | Compiling funty v2.0.0 |
| 2592 | 2026-06-05T17:06:51.334Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-06-05T17:06:51.649Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-06-05T17:06:51.889Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2595 | 2026-06-05T17:06:52.027Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2596 | 2026-06-05T17:06:52.091Z | Compiling bitvec v1.0.1 |
| 2597 | 2026-06-05T17:06:52.471Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-06-05T17:06:52.747Z | Compiling crc v3.4.0 |
| 2599 | 2026-06-05T17:06:52.883Z | Compiling proc-macro-error2 v2.0.1 |
| 2600 | 2026-06-05T17:06:53.065Z | Compiling libscf-sys v1.1.0 |
| 2601 | 2026-06-05T17:06:53.221Z | Compiling packed_struct_codegen v0.10.1 |
| 2602 | 2026-06-05T17:06:53.306Z | Compiling vergen-lib v0.1.6 |
| 2603 | 2026-06-05T17:06:53.486Z | Compiling bitfield-macros v0.19.4 |
| 2604 | 2026-06-05T17:06:53.534Z | Compiling indexmap v1.9.3 |
| 2605 | 2026-06-05T17:06:53.778Z | Compiling nodrop v0.1.14 |
| 2606 | 2026-06-05T17:06:53.913Z | Compiling array-init v0.0.4 |
| 2607 | 2026-06-05T17:06:53.975Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-06-05T17:06:54.246Z | Compiling bitfield v0.19.4 |
| 2609 | 2026-06-05T17:06:54.273Z | Compiling tabled_derive v0.11.0 |
| 2610 | 2026-06-05T17:06:54.303Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2611 | 2026-06-05T17:06:54.489Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-06-05T17:06:54.559Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-06-05T17:06:54.774Z | Compiling vergen-gitcl v1.0.8 |
| 2614 | 2026-06-05T17:06:54.952Z | Compiling dirs-sys-next v0.1.2 |
| 2615 | 2026-06-05T17:06:54.997Z | Compiling hashbrown v0.12.3 |
| 2616 | 2026-06-05T17:06:55.018Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-06-05T17:06:55.022Z | Compiling diesel_derives v2.3.7 |
| 2618 | 2026-06-05T17:06:55.225Z | Compiling maplit v1.0.2 |
| 2619 | 2026-06-05T17:06:55.275Z | Compiling glob v0.3.3 |
| 2620 | 2026-06-05T17:06:55.367Z | Compiling dirs-next v2.0.0 |
| 2621 | 2026-06-05T17:06:55.459Z | Compiling serde-hex v0.1.0 |
| 2622 | 2026-06-05T17:06:55.472Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-06-05T17:06:55.570Z | Compiling ron v0.8.1 |
| 2624 | 2026-06-05T17:06:55.601Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-06-05T17:06:55.675Z | Compiling clang-sys v1.8.1 |
| 2626 | 2026-06-05T17:06:55.715Z | Compiling tabled v0.20.0 |
| 2627 | 2026-06-05T17:06:55.768Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2628 | 2026-06-05T17:06:55.809Z | Compiling hashbrown v0.13.2 |
| 2629 | 2026-06-05T17:06:56.081Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2630 | 2026-06-05T17:06:56.102Z | Compiling dsl_auto_type v0.2.0 |
| 2631 | 2026-06-05T17:06:56.432Z | Compiling scheduled-thread-pool v0.2.7 |
| 2632 | 2026-06-05T17:06:56.655Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2633 | 2026-06-05T17:06:56.887Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2634 | 2026-06-05T17:06:57.038Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-06-05T17:06:57.127Z | Compiling tiny-keccak v2.0.2 |
| 2636 | 2026-06-05T17:06:57.449Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-06-05T17:06:57.524Z | Compiling r2d2 v0.8.10 |
| 2638 | 2026-06-05T17:06:57.571Z | Compiling object v0.30.4 |
| 2639 | 2026-06-05T17:06:57.825Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2640 | 2026-06-05T17:06:58.045Z | Compiling term v0.7.0 |
| 2641 | 2026-06-05T17:06:58.517Z | Compiling xshell-macros v0.2.7 |
| 2642 | 2026-06-05T17:06:58.576Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-06-05T17:06:58.598Z | Compiling path-slash v0.1.5 |
| 2644 | 2026-06-05T17:06:58.622Z | Compiling downcast-rs v2.0.2 |
| 2645 | 2026-06-05T17:06:58.797Z | Compiling bit-set v0.5.3 |
| 2646 | 2026-06-05T17:06:58.926Z | Compiling xshell v0.2.7 |
| 2647 | 2026-06-05T17:06:58.993Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2648 | 2026-06-05T17:06:59.084Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-06-05T17:06:59.344Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2650 | 2026-06-05T17:06:59.872Z | Compiling itertools v0.10.5 |
| 2651 | 2026-06-05T17:07:00.167Z | Compiling ena v0.14.4 |
| 2652 | 2026-06-05T17:07:00.278Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-06-05T17:07:00.418Z | Compiling libloading v0.8.9 |
| 2654 | 2026-06-05T17:07:00.665Z | Compiling diff v0.1.13 |
| 2655 | 2026-06-05T17:07:00.927Z | Compiling crc8 v0.1.1 |
| 2656 | 2026-06-05T17:07:00.961Z | Compiling regex-syntax v0.6.29 |
| 2657 | 2026-06-05T17:07:01.069Z | Compiling unicase v2.9.0 |
| 2658 | 2026-06-05T17:07:01.344Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-06-05T17:07:01.687Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2660 | 2026-06-05T17:07:01.714Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2661 | 2026-06-05T17:07:01.849Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2662 | 2026-06-05T17:07:02.212Z | Compiling diesel v2.3.7 |
| 2663 | 2026-06-05T17:07:02.455Z | Compiling lalrpop v0.19.12 |
| 2664 | 2026-06-05T17:07:02.496Z | Compiling cexpr v0.6.0 |
| 2665 | 2026-06-05T17:07:02.894Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2666 | 2026-06-05T17:07:02.916Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-06-05T17:07:03.050Z | Compiling rustc-hash v2.1.1 |
| 2668 | 2026-06-05T17:07:03.112Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-06-05T17:07:03.142Z | Compiling headers-core v0.3.0 |
| 2670 | 2026-06-05T17:07:03.163Z | Compiling libxml v0.3.3 |
| 2671 | 2026-06-05T17:07:03.216Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-06-05T17:07:03.360Z | Compiling headers v0.4.1 |
| 2673 | 2026-06-05T17:07:03.473Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-06-05T17:07:03.576Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-06-05T17:07:03.768Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-06-05T17:07:04.019Z | Compiling git-stub v1.0.0 |
| 2677 | 2026-06-05T17:07:04.239Z | Compiling strum_macros v0.24.3 |
| 2678 | 2026-06-05T17:07:04.292Z | Compiling indoc v1.0.9 |
| 2679 | 2026-06-05T17:07:04.357Z | Compiling git-stub-vcs v0.1.0 |
| 2680 | 2026-06-05T17:07:04.744Z | Compiling progenitor-impl v0.13.0 |
| 2681 | 2026-06-05T17:07:04.767Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2682 | 2026-06-05T17:07:04.985Z | Compiling derive_builder v0.20.2 |
| 2683 | 2026-06-05T17:07:05.009Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-06-05T17:07:05.159Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-06-05T17:07:05.517Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-06-05T17:07:05.548Z | Compiling openssl-probe v0.1.6 |
| 2687 | 2026-06-05T17:07:05.723Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2688 | 2026-06-05T17:07:06.154Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2689 | 2026-06-05T17:07:06.361Z | Compiling progenitor-client v0.13.0 |
| 2690 | 2026-06-05T17:07:06.427Z | Compiling half v1.8.3 |
| 2691 | 2026-06-05T17:07:06.488Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-06-05T17:07:06.742Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-06-05T17:07:06.796Z | Compiling bb8 v0.8.6 |
| 2694 | 2026-06-05T17:07:06.892Z | Compiling trait-variant v0.1.2 |
| 2695 | 2026-06-05T17:07:06.943Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2696 | 2026-06-05T17:07:06.969Z | Compiling progenitor-macro v0.13.0 |
| 2697 | 2026-06-05T17:07:07.177Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2698 | 2026-06-05T17:07:07.440Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-06-05T17:07:07.513Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-06-05T17:07:07.737Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2701 | 2026-06-05T17:07:07.796Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2702 | 2026-06-05T17:07:07.873Z | Compiling typify-impl v0.4.3 |
| 2703 | 2026-06-05T17:07:07.896Z | Compiling samael v0.0.19 |
| 2704 | 2026-06-05T17:07:08.007Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2705 | 2026-06-05T17:07:08.140Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-06-05T17:07:08.365Z | Compiling libz-sys v1.1.24 |
| 2707 | 2026-06-05T17:07:08.806Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-06-05T17:07:09.063Z | Compiling salty v0.3.0 |
| 2709 | 2026-06-05T17:07:09.236Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2710 | 2026-06-05T17:07:09.292Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2711 | 2026-06-05T17:07:09.417Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2712 | 2026-06-05T17:07:09.558Z | Compiling kstat-rs v0.2.4 |
| 2713 | 2026-06-05T17:07:09.626Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-06-05T17:07:10.015Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-06-05T17:07:10.075Z | Compiling polar-core v0.27.3 |
| 2716 | 2026-06-05T17:07:10.292Z | Compiling mime_guess v2.0.5 |
| 2717 | 2026-06-05T17:07:10.479Z | Compiling slog-scope v4.4.1 |
| 2718 | 2026-06-05T17:07:10.812Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2719 | 2026-06-05T17:07:10.930Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-06-05T17:07:11.095Z | Compiling progenitor v0.13.0 |
| 2721 | 2026-06-05T17:07:11.290Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2722 | 2026-06-05T17:07:11.382Z | Compiling typify-macro v0.4.3 |
| 2723 | 2026-06-05T17:07:12.294Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2724 | 2026-06-05T17:07:12.575Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2725 | 2026-06-05T17:07:12.601Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-06-05T17:07:12.788Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2727 | 2026-06-05T17:07:12.885Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2728 | 2026-06-05T17:07:13.180Z | Compiling nanorand v0.7.0 |
| 2729 | 2026-06-05T17:07:13.385Z | Compiling darling_core v0.23.0 |
| 2730 | 2026-06-05T17:07:13.540Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2731 | 2026-06-05T17:07:13.872Z | Compiling parking_lot_core v0.8.6 |
| 2732 | 2026-06-05T17:07:14.189Z | Compiling flume v0.11.1 |
| 2733 | 2026-06-05T17:07:14.403Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2734 | 2026-06-05T17:07:14.586Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-06-05T17:07:15.523Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-06-05T17:07:15.586Z | Compiling darling_macro v0.23.0 |
| 2737 | 2026-06-05T17:07:15.894Z | Compiling slog-stdlog v4.1.1 |
| 2738 | 2026-06-05T17:07:16.237Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2739 | 2026-06-05T17:07:16.351Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2740 | 2026-06-05T17:07:16.971Z | Compiling primeorder v0.13.6 |
| 2741 | 2026-06-05T17:07:17.296Z | Compiling atty v0.2.14 |
| 2742 | 2026-06-05T17:07:17.450Z | Compiling strsim v0.10.0 |
| 2743 | 2026-06-05T17:07:17.516Z | Compiling parse-size v1.1.0 |
| 2744 | 2026-06-05T17:07:17.744Z | Compiling instability v0.3.11 |
| 2745 | 2026-06-05T17:07:17.773Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2746 | 2026-06-05T17:07:17.977Z | Compiling http-range v0.1.5 |
| 2747 | 2026-06-05T17:07:18.052Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2748 | 2026-06-05T17:07:18.073Z | Compiling darling_core v0.13.4 |
| 2749 | 2026-06-05T17:07:18.319Z | Compiling p384 v0.13.1 |
| 2750 | 2026-06-05T17:07:19.753Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2751 | 2026-06-05T17:07:21.102Z | Compiling oso v0.27.3 |
| 2752 | 2026-06-05T17:07:22.194Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-06-05T17:07:22.329Z | Compiling diesel-dtrace v0.5.0 |
| 2754 | 2026-06-05T17:07:22.570Z | Compiling async-bb8-diesel v0.2.1 |
| 2755 | 2026-06-05T17:07:22.663Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2756 | 2026-06-05T17:07:23.176Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-06-05T17:07:24.138Z | Compiling darling v0.23.0 |
| 2758 | 2026-06-05T17:07:24.265Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2026-06-05T17:07:24.412Z | Compiling slog-envlogger v2.2.0 |
| 2760 | 2026-06-05T17:07:25.601Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2761 | 2026-06-05T17:07:26.304Z | Compiling typify v0.4.3 |
| 2762 | 2026-06-05T17:07:26.347Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2763 | 2026-06-05T17:07:26.577Z | Compiling ignore v0.4.25 |
| 2764 | 2026-06-05T17:07:27.547Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-06-05T17:07:28.246Z | Compiling vergen-git2 v9.1.0 |
| 2766 | 2026-06-05T17:07:28.502Z | Compiling castaway v0.2.4 |
| 2767 | 2026-06-05T17:07:28.665Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2768 | 2026-06-05T17:07:28.900Z | Compiling indoc v2.0.7 |
| 2769 | 2026-06-05T17:07:29.037Z | Compiling compact_str v0.8.1 |
| 2770 | 2026-06-05T17:07:29.357Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-06-05T17:07:29.381Z | Compiling globwalk v0.9.1 |
| 2772 | 2026-06-05T17:07:29.906Z | Compiling progenitor-impl v0.11.2 |
| 2773 | 2026-06-05T17:07:30.092Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2774 | 2026-06-05T17:07:30.114Z | Compiling parking_lot v0.11.2 |
| 2775 | 2026-06-05T17:07:30.139Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2776 | 2026-06-05T17:07:30.647Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-06-05T17:07:31.052Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2778 | 2026-06-05T17:07:31.610Z | Compiling darling_macro v0.13.4 |
| 2779 | 2026-06-05T17:07:31.700Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-06-05T17:07:32.106Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-06-05T17:07:32.148Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2782 | 2026-06-05T17:07:32.170Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2783 | 2026-06-05T17:07:32.355Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2784 | 2026-06-05T17:07:32.622Z | Compiling predicates-tree v1.0.13 |
| 2785 | 2026-06-05T17:07:32.897Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2786 | 2026-06-05T17:07:33.099Z | Compiling unicode-truncate v1.1.0 |
| 2787 | 2026-06-05T17:07:33.247Z | Compiling lru v0.12.5 |
| 2788 | 2026-06-05T17:07:33.323Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-06-05T17:07:33.391Z | Compiling rand_seeder v0.4.0 |
| 2790 | 2026-06-05T17:07:33.652Z | Compiling prefix-trie v0.7.0 |
| 2791 | 2026-06-05T17:07:33.690Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-06-05T17:07:33.856Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2793 | 2026-06-05T17:07:33.879Z | Compiling corncobs v0.1.4 |
| 2794 | 2026-06-05T17:07:34.081Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2795 | 2026-06-05T17:07:34.117Z | Compiling rustls v0.21.12 |
| 2796 | 2026-06-05T17:07:34.144Z | Compiling cassowary v0.3.0 |
| 2797 | 2026-06-05T17:07:34.165Z | Compiling hickory-server v0.25.2 |
| 2798 | 2026-06-05T17:07:34.219Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-06-05T17:07:34.347Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2800 | 2026-06-05T17:07:34.394Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2801 | 2026-06-05T17:07:34.464Z | Compiling ratatui v0.29.0 |
| 2802 | 2026-06-05T17:07:34.619Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2803 | 2026-06-05T17:07:34.683Z | Compiling camino-tempfile-ext v0.3.3 |
| 2804 | 2026-06-05T17:07:35.013Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2805 | 2026-06-05T17:07:35.335Z | Compiling darling v0.13.4 |
| 2806 | 2026-06-05T17:07:35.458Z | Compiling progenitor-macro v0.11.2 |
| 2807 | 2026-06-05T17:07:35.741Z | Compiling sled v0.34.7 |
| 2808 | 2026-06-05T17:07:38.119Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2809 | 2026-06-05T17:07:39.204Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2810 | 2026-06-05T17:07:39.451Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2811 | 2026-06-05T17:07:39.472Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2812 | 2026-06-05T17:07:39.561Z | Compiling git2 v0.20.4 |
| 2813 | 2026-06-05T17:07:40.057Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2814 | 2026-06-05T17:07:40.283Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2815 | 2026-06-05T17:07:40.510Z | Compiling progenitor-client v0.11.2 |
| 2816 | 2026-06-05T17:07:41.235Z | Compiling rustls-webpki v0.101.7 |
| 2817 | 2026-06-05T17:07:41.602Z | Compiling sct v0.7.1 |
| 2818 | 2026-06-05T17:07:42.084Z | Compiling secrecy v0.8.0 |
| 2819 | 2026-06-05T17:07:42.304Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2820 | 2026-06-05T17:07:42.644Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2821 | 2026-06-05T17:07:42.648Z | Compiling progenitor v0.11.2 |
| 2822 | 2026-06-05T17:07:42.823Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2823 | 2026-06-05T17:07:42.948Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2824 | 2026-06-05T17:07:43.381Z | Compiling serde_with_macros v1.5.2 |
| 2825 | 2026-06-05T17:07:44.223Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2826 | 2026-06-05T17:07:44.733Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2827 | 2026-06-05T17:07:45.373Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2828 | 2026-06-05T17:07:45.695Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2829 | 2026-06-05T17:07:45.849Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2830 | 2026-06-05T17:07:47.231Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2831 | 2026-06-05T17:07:47.454Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2832 | 2026-06-05T17:07:47.699Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2833 | 2026-06-05T17:07:47.928Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2834 | 2026-06-05T17:07:47.952Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2835 | 2026-06-05T17:07:48.137Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2836 | 2026-06-05T17:07:48.161Z | Compiling void v1.0.2 |
| 2837 | 2026-06-05T17:07:48.318Z | Compiling lzss v0.8.2 |
| 2838 | 2026-06-05T17:07:48.605Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2839 | 2026-06-05T17:07:48.608Z | Compiling illumos-nvpair v0.3.0 |
| 2840 | 2026-06-05T17:07:49.397Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2841 | 2026-06-05T17:07:49.441Z | Compiling tokio-rustls v0.24.1 |
| 2842 | 2026-06-05T17:07:49.548Z | Compiling serde_with v1.14.0 |
| 2843 | 2026-06-05T17:07:50.726Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2844 | 2026-06-05T17:07:51.159Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2845 | 2026-06-05T17:07:51.449Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2846 | 2026-06-05T17:07:51.474Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2847 | 2026-06-05T17:07:52.077Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2848 | 2026-06-05T17:07:54.411Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2849 | 2026-06-05T17:07:54.462Z | Compiling tungstenite v0.23.0 |
| 2850 | 2026-06-05T17:07:54.462Z | Compiling rustls-pemfile v1.0.4 |
| 2851 | 2026-06-05T17:07:54.462Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2852 | 2026-06-05T17:07:54.462Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2853 | 2026-06-05T17:07:54.462Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-06-05T17:07:54.462Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-06-05T17:07:54.462Z | Compiling nix v0.27.1 |
| 2856 | 2026-06-05T17:07:55.155Z | Compiling twox-hash v2.1.2 |
| 2857 | 2026-06-05T17:07:55.180Z | Compiling serde_bytes v0.11.19 |
| 2858 | 2026-06-05T17:07:55.306Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2859 | 2026-06-05T17:07:55.475Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2860 | 2026-06-05T17:07:55.516Z | Compiling tokio-tungstenite v0.23.1 |
| 2861 | 2026-06-05T17:07:55.671Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2862 | 2026-06-05T17:07:55.895Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2863 | 2026-06-05T17:07:55.940Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2864 | 2026-06-05T17:07:56.756Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2865 | 2026-06-05T17:07:58.379Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2866 | 2026-06-05T17:07:59.799Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2867 | 2026-06-05T17:07:59.971Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2868 | 2026-06-05T17:08:00.095Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2869 | 2026-06-05T17:08:00.472Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2870 | 2026-06-05T17:08:00.572Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-06-05T17:08:01.249Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-06-05T17:08:01.274Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-06-05T17:08:01.297Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2874 | 2026-06-05T17:08:01.957Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2875 | 2026-06-05T17:08:03.711Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2876 | 2026-06-05T17:08:04.704Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2877 | 2026-06-05T17:08:05.036Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-06-05T17:08:05.234Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2879 | 2026-06-05T17:08:06.426Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2880 | 2026-06-05T17:08:06.693Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2881 | 2026-06-05T17:08:06.802Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2882 | 2026-06-05T17:08:07.560Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2883 | 2026-06-05T17:08:08.472Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2884 | 2026-06-05T17:08:08.493Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2885 | 2026-06-05T17:08:08.720Z | Compiling signal-hook-tokio v0.3.1 |
| 2886 | 2026-06-05T17:08:08.875Z | Compiling fatfs v0.3.6 |
| 2887 | 2026-06-05T17:08:08.912Z | Compiling yasna v0.5.2 |
| 2888 | 2026-06-05T17:08:09.200Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2889 | 2026-06-05T17:08:09.404Z | Compiling is_ci v1.2.0 |
| 2890 | 2026-06-05T17:08:09.410Z | Compiling assert_matches v1.5.0 |
| 2891 | 2026-06-05T17:08:09.539Z | Compiling seq-macro v0.3.6 |
| 2892 | 2026-06-05T17:08:09.620Z | Compiling supports-color v3.0.2 |
| 2893 | 2026-06-05T17:08:09.909Z | Compiling rcgen v0.12.1 |
| 2894 | 2026-06-05T17:08:10.062Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2895 | 2026-06-05T17:08:10.103Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2896 | 2026-06-05T17:08:10.230Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2897 | 2026-06-05T17:08:10.438Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2898 | 2026-06-05T17:08:10.670Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2899 | 2026-06-05T17:08:10.902Z | Compiling rtoolbox v0.0.3 |
| 2900 | 2026-06-05T17:08:11.189Z | Compiling subprocess v0.2.15 |
| 2901 | 2026-06-05T17:08:11.221Z | Compiling rpassword v7.4.0 |
| 2902 | 2026-06-05T17:08:11.640Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2903 | 2026-06-05T17:08:12.928Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2904 | 2026-06-05T17:08:13.467Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2905 | 2026-06-05T17:08:14.044Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2906 | 2026-06-05T17:08:14.189Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2907 | 2026-06-05T17:08:14.342Z | Compiling tui-tree-widget v0.23.1 |
| 2908 | 2026-06-05T17:08:14.652Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2909 | 2026-06-05T17:08:14.959Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2910 | 2026-06-05T17:08:15.494Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2911 | 2026-06-05T17:08:15.994Z | Compiling uzers v0.12.2 |
| 2912 | 2026-06-05T17:08:16.810Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2913 | 2026-06-05T17:08:17.514Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2914 | 2026-06-05T17:08:18.692Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2915 | 2026-06-05T17:08:20.797Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2916 | 2026-06-05T17:08:23.434Z | Compiling support-bundle-viewer v0.1.2 |
| 2917 | 2026-06-05T17:08:23.954Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2918 | 2026-06-05T17:08:26.304Z | Compiling multimap v0.10.1 |
| 2919 | 2026-06-05T17:08:30.353Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2920 | 2026-06-05T17:08:38.736Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2921 | 2026-06-05T17:08:46.676Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2922 | 2026-06-05T17:08:46.865Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2923 | 2026-06-05T17:08:49.358Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2924 | 2026-06-05T17:14:52.194Z | Finished `release` profile [optimized] target(s) in 8m 23s |
| 2925 | 2026-06-05T17:15:40.943Z | |
| 2926 | 2026-06-05T17:15:40.943Z | real 9:13.449492232 |
| 2927 | 2026-06-05T17:15:40.943Z | user 1:19:56.805023766 |
| 2928 | 2026-06-05T17:15:40.950Z | sys 3:41.106781413 |
| 2929 | 2026-06-05T17:15:40.950Z | trap 1.730467096 |
| 2930 | 2026-06-05T17:15:40.950Z | tflt 9.708451183 |
| 2931 | 2026-06-05T17:15:40.950Z | dflt 23.035638913 |
| 2932 | 2026-06-05T17:15:40.950Z | kflt 0.322218484 |
| 2933 | 2026-06-05T17:15:40.950Z | lock 7:03:56.489446597 |
| 2934 | 2026-06-05T17:15:40.950Z | slp 2:17:57.411482939 |
| 2935 | 2026-06-05T17:15:40.950Z | lat 2:18.069516033 |
| 2936 | 2026-06-05T17:15:40.950Z | stop 5:28.641129628 |
| 2937 | 2026-06-05T17:15:40.950Z | + mapfile -t packages |
| 2938 | 2026-06-05T17:15:40.950Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2939 | 2026-06-05T17:15:41.923Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2940 | 2026-06-05T17:15:42.014Z | Running `target/release/omicron-package -t test list-outputs` |
| 2941 | 2026-06-05T17:15:42.066Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2942 | 2026-06-05T17:15:42.072Z | + ptime -m cargo build --locked --release -p xtask |
| 2943 | 2026-06-05T17:15:42.607Z | Compiling libc v0.2.185 |
| 2944 | 2026-06-05T17:15:42.607Z | Compiling serde v1.0.228 |
| 2945 | 2026-06-05T17:15:42.633Z | Compiling serde_core v1.0.228 |
| 2946 | 2026-06-05T17:15:42.633Z | Compiling rustix v1.1.3 |
| 2947 | 2026-06-05T17:15:42.633Z | Compiling serde_json v1.0.149 |
| 2948 | 2026-06-05T17:15:42.633Z | Compiling bitflags v2.11.0 |
| 2949 | 2026-06-05T17:15:42.746Z | Compiling num-traits v0.2.19 |
| 2950 | 2026-06-05T17:15:42.755Z | Compiling syn v2.0.117 |
| 2951 | 2026-06-05T17:15:42.769Z | Compiling smallvec v1.15.1 |
| 2952 | 2026-06-05T17:15:42.780Z | Compiling indexmap v2.14.0 |
| 2953 | 2026-06-05T17:15:42.795Z | Compiling usdt-impl v0.5.0 |
| 2954 | 2026-06-05T17:15:42.814Z | Compiling syn v1.0.109 |
| 2955 | 2026-06-05T17:15:42.837Z | Compiling getrandom v0.4.1 |
| 2956 | 2026-06-05T17:15:42.849Z | Compiling log v0.4.29 |
| 2957 | 2026-06-05T17:15:42.957Z | Compiling percent-encoding v2.3.2 |
| 2958 | 2026-06-05T17:15:43.105Z | Compiling form_urlencoded v1.2.2 |
| 2959 | 2026-06-05T17:15:43.111Z | Compiling fs-err v3.3.0 |
| 2960 | 2026-06-05T17:15:43.182Z | Compiling heck v0.4.1 |
| 2961 | 2026-06-05T17:15:43.194Z | Compiling anyhow v1.0.102 |
| 2962 | 2026-06-05T17:15:43.206Z | Compiling once_cell v1.21.3 |
| 2963 | 2026-06-05T17:15:44.535Z | Compiling errno v0.3.14 |
| 2964 | 2026-06-05T17:15:44.540Z | Compiling thread-id v4.2.2 |
| 2965 | 2026-06-05T17:15:44.540Z | Compiling memmap v0.7.0 |
| 2966 | 2026-06-05T17:15:44.540Z | Compiling ordered-float v2.10.1 |
| 2967 | 2026-06-05T17:15:44.540Z | Compiling proc-macro-error v1.0.4 |
| 2968 | 2026-06-05T17:15:44.578Z | Compiling terminal_size v0.4.3 |
| 2969 | 2026-06-05T17:15:44.578Z | Compiling tempfile v3.25.0 |
| 2970 | 2026-06-05T17:15:44.591Z | Compiling tabled_derive v0.7.0 |
| 2971 | 2026-06-05T17:15:44.717Z | Compiling clap_builder v4.6.0 |
| 2972 | 2026-06-05T17:15:44.722Z | Compiling textwrap v0.16.2 |
| 2973 | 2026-06-05T17:15:44.808Z | Compiling camino-tempfile v1.4.1 |
| 2974 | 2026-06-05T17:15:45.257Z | Compiling tabled v0.15.0 |
| 2975 | 2026-06-05T17:15:45.270Z | Compiling synstructure v0.13.2 |
| 2976 | 2026-06-05T17:15:45.270Z | Compiling pest_generator v2.8.6 |
| 2977 | 2026-06-05T17:15:45.683Z | Compiling serde_derive v1.0.228 |
| 2978 | 2026-06-05T17:15:45.683Z | Compiling zerofrom-derive v0.1.6 |
| 2979 | 2026-06-05T17:15:45.687Z | Compiling yoke-derive v0.8.1 |
| 2980 | 2026-06-05T17:15:45.687Z | Compiling zerovec-derive v0.11.2 |
| 2981 | 2026-06-05T17:15:45.687Z | Compiling displaydoc v0.2.5 |
| 2982 | 2026-06-05T17:15:45.687Z | Compiling thiserror-impl v1.0.69 |
| 2983 | 2026-06-05T17:15:45.687Z | Compiling zerocopy-derive v0.7.35 |
| 2984 | 2026-06-05T17:15:45.687Z | Compiling scroll_derive v0.12.1 |
| 2985 | 2026-06-05T17:15:45.687Z | Compiling thiserror-impl v2.0.18 |
| 2986 | 2026-06-05T17:15:45.687Z | Compiling clap_derive v4.6.1 |
| 2987 | 2026-06-05T17:15:45.837Z | Compiling pest_derive v2.8.6 |
| 2988 | 2026-06-05T17:15:46.435Z | Compiling scroll v0.12.0 |
| 2989 | 2026-06-05T17:15:46.582Z | Compiling zerocopy v0.7.35 |
| 2990 | 2026-06-05T17:15:46.804Z | Compiling goblin v0.8.2 |
| 2991 | 2026-06-05T17:15:46.903Z | Compiling zerofrom v0.1.6 |
| 2992 | 2026-06-05T17:15:46.940Z | Compiling thiserror v2.0.18 |
| 2993 | 2026-06-05T17:15:46.959Z | Compiling thiserror v1.0.69 |
| 2994 | 2026-06-05T17:15:47.049Z | Compiling yoke v0.8.1 |
| 2995 | 2026-06-05T17:15:47.075Z | Compiling dtrace-parser v0.2.0 |
| 2996 | 2026-06-05T17:15:47.278Z | Compiling zerovec v0.11.5 |
| 2997 | 2026-06-05T17:15:47.339Z | Compiling zerotrie v0.2.3 |
| 2998 | 2026-06-05T17:15:47.413Z | Compiling clap v4.6.1 |
| 2999 | 2026-06-05T17:15:47.905Z | Compiling tinystr v0.8.2 |
| 3000 | 2026-06-05T17:15:48.136Z | Compiling icu_locale_core v2.1.1 |
| 3001 | 2026-06-05T17:15:48.601Z | Compiling potential_utf v0.1.4 |
| 3002 | 2026-06-05T17:15:48.815Z | Compiling icu_collections v2.1.1 |
| 3003 | 2026-06-05T17:15:48.991Z | Compiling icu_provider v2.1.1 |
| 3004 | 2026-06-05T17:15:49.185Z | Compiling toml_datetime v0.6.11 |
| 3005 | 2026-06-05T17:15:49.256Z | Compiling icu_normalizer v2.1.1 |
| 3006 | 2026-06-05T17:15:49.313Z | Compiling icu_properties v2.1.2 |
| 3007 | 2026-06-05T17:15:49.327Z | Compiling serde_spanned v0.6.9 |
| 3008 | 2026-06-05T17:15:49.430Z | Compiling dof v0.3.0 |
| 3009 | 2026-06-05T17:15:49.515Z | Compiling toml_edit v0.22.27 |
| 3010 | 2026-06-05T17:15:49.602Z | Compiling serde_tokenstream v0.2.3 |
| 3011 | 2026-06-05T17:15:49.643Z | Compiling serde-value v0.7.0 |
| 3012 | 2026-06-05T17:15:49.814Z | Compiling cargo-platform v0.2.0 |
| 3013 | 2026-06-05T17:15:49.827Z | Compiling macaddr v1.0.1 |
| 3014 | 2026-06-05T17:15:50.201Z | Compiling idna_adapter v1.2.1 |
| 3015 | 2026-06-05T17:15:50.329Z | Compiling usdt-attr-macro v0.5.0 |
| 3016 | 2026-06-05T17:15:50.341Z | Compiling idna v1.1.0 |
| 3017 | 2026-06-05T17:15:50.371Z | Compiling usdt-macro v0.5.0 |
| 3018 | 2026-06-05T17:15:50.691Z | Compiling url v2.5.8 |
| 3019 | 2026-06-05T17:15:51.019Z | Compiling usdt v0.5.0 |
| 3020 | 2026-06-05T17:15:51.088Z | Compiling toml v0.8.23 |
| 3021 | 2026-06-05T17:15:51.568Z | Compiling cargo-util-schemas v0.8.2 |
| 3022 | 2026-06-05T17:15:51.569Z | Compiling cargo_toml v0.21.0 |
| 3023 | 2026-06-05T17:15:53.310Z | Compiling cargo_metadata v0.21.0 |
| 3024 | 2026-06-05T17:15:55.655Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3025 | 2026-06-05T17:15:58.660Z | Finished `release` profile [optimized] target(s) in 16.58s |
| 3026 | 2026-06-05T17:15:58.794Z | |
| 3027 | 2026-06-05T17:15:58.794Z | real 16.683321337 |
| 3028 | 2026-06-05T17:15:58.794Z | user 2:21.931517665 |
| 3029 | 2026-06-05T17:15:58.794Z | sys 17.059686292 |
| 3030 | 2026-06-05T17:15:58.794Z | trap 0.078115980 |
| 3031 | 2026-06-05T17:15:58.794Z | tflt 0.504642832 |
| 3032 | 2026-06-05T17:15:58.794Z | dflt 1.463950311 |
| 3033 | 2026-06-05T17:15:58.861Z | kflt 0.000038740 |
| 3034 | 2026-06-05T17:15:58.864Z | lock 5:17.331733463 |
| 3035 | 2026-06-05T17:15:58.864Z | slp 3:24.606357442 |
| 3036 | 2026-06-05T17:15:58.864Z | lat 6.335774500 |
| 3037 | 2026-06-05T17:15:58.864Z | stop 21.052476934 |
| 3038 | 2026-06-05T17:15:58.864Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3039 | 2026-06-05T17:15:58.864Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3040 | 2026-06-05T17:15:58.864Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3041 | 2026-06-05T17:15:58.864Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3042 | 2026-06-05T17:15:58.864Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3043 | 2026-06-05T17:15:59.743Z | Compiling progenitor-client v0.14.0 |
| 3044 | 2026-06-05T17:15:59.744Z | Compiling newtype-uuid-macros v0.1.0 |
| 3045 | 2026-06-05T17:15:59.749Z | Compiling structmeta-derive v0.3.0 |
| 3046 | 2026-06-05T17:15:59.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3047 | 2026-06-05T17:15:59.749Z | Compiling rustls v0.22.4 |
| 3048 | 2026-06-05T17:15:59.893Z | Compiling rustls-webpki v0.102.8 |
| 3049 | 2026-06-05T17:15:59.899Z | Compiling multer v3.1.0 |
| 3050 | 2026-06-05T17:15:59.899Z | Compiling compression-core v0.4.31 |
| 3051 | 2026-06-05T17:15:59.906Z | Compiling match_cfg v0.1.0 |
| 3052 | 2026-06-05T17:15:59.909Z | Compiling debug-ignore v1.0.5 |
| 3053 | 2026-06-05T17:15:59.909Z | Compiling slog-json v2.6.1 |
| 3054 | 2026-06-05T17:15:59.909Z | Compiling async-stream-impl v0.3.6 |
| 3055 | 2026-06-05T17:15:59.980Z | Compiling serde_spanned v1.0.4 |
| 3056 | 2026-06-05T17:15:59.993Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3057 | 2026-06-05T17:15:59.996Z | Compiling dropshot v0.17.0 |
| 3058 | 2026-06-05T17:16:00.010Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3059 | 2026-06-05T17:16:00.115Z | Compiling compression-codecs v0.4.37 |
| 3060 | 2026-06-05T17:16:00.135Z | Compiling hostname v0.3.1 |
| 3061 | 2026-06-05T17:16:00.155Z | Compiling itertools v0.14.0 |
| 3062 | 2026-06-05T17:16:00.223Z | Compiling waitgroup v0.1.2 |
| 3063 | 2026-06-05T17:16:00.267Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3064 | 2026-06-05T17:16:00.271Z | Compiling slog-bunyan v2.5.0 |
| 3065 | 2026-06-05T17:16:00.302Z | Compiling rustls-pemfile v2.2.0 |
| 3066 | 2026-06-05T17:16:00.309Z | Compiling dropshot_endpoint v0.17.0 |
| 3067 | 2026-06-05T17:16:00.338Z | Compiling async-compression v0.4.41 |
| 3068 | 2026-06-05T17:16:00.440Z | Compiling hostname v0.4.2 |
| 3069 | 2026-06-05T17:16:00.460Z | Compiling serde_path_to_error v0.1.20 |
| 3070 | 2026-06-05T17:16:00.477Z | Compiling regress v0.10.5 |
| 3071 | 2026-06-05T17:16:00.531Z | Compiling async-stream v0.3.6 |
| 3072 | 2026-06-05T17:16:00.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3073 | 2026-06-05T17:16:00.610Z | Compiling macaddr v1.0.1 |
| 3074 | 2026-06-05T17:16:00.633Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-06-05T17:16:00.633Z | Compiling instant v0.1.13 |
| 3076 | 2026-06-05T17:16:00.693Z | Compiling backon v1.6.0 |
| 3077 | 2026-06-05T17:16:00.711Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-06-05T17:16:00.732Z | Compiling progenitor-client v0.10.0 |
| 3079 | 2026-06-05T17:16:00.762Z | Compiling backoff v0.4.0 |
| 3080 | 2026-06-05T17:16:00.785Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3081 | 2026-06-05T17:16:00.860Z | Compiling progenitor-extras v0.2.0 |
| 3082 | 2026-06-05T17:16:00.876Z | Compiling humantime v2.3.0 |
| 3083 | 2026-06-05T17:16:00.879Z | Compiling universal-hash v0.5.1 |
| 3084 | 2026-06-05T17:16:00.915Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-06-05T17:16:00.933Z | Compiling opaque-debug v0.3.1 |
| 3086 | 2026-06-05T17:16:00.996Z | Compiling half v2.7.1 |
| 3087 | 2026-06-05T17:16:01.017Z | Compiling structmeta v0.3.0 |
| 3088 | 2026-06-05T17:16:01.032Z | Compiling crucible-workspace-hack v0.1.0 |
| 3089 | 2026-06-05T17:16:01.055Z | Compiling ciborium-io v0.2.2 |
| 3090 | 2026-06-05T17:16:01.072Z | Compiling convert_case v0.4.0 |
| 3091 | 2026-06-05T17:16:01.088Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3092 | 2026-06-05T17:16:01.144Z | Compiling aead v0.5.2 |
| 3093 | 2026-06-05T17:16:01.164Z | Compiling secrecy v0.10.3 |
| 3094 | 2026-06-05T17:16:01.183Z | Compiling poly1305 v0.8.0 |
| 3095 | 2026-06-05T17:16:01.186Z | Compiling chacha20 v0.9.1 |
| 3096 | 2026-06-05T17:16:01.240Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3097 | 2026-06-05T17:16:01.276Z | Compiling derive-ex v0.1.8 |
| 3098 | 2026-06-05T17:16:01.291Z | Compiling parse-display-derive v0.10.0 |
| 3099 | 2026-06-05T17:16:01.332Z | Compiling ciborium-ll v0.2.2 |
| 3100 | 2026-06-05T17:16:01.379Z | Compiling regress v0.11.1 |
| 3101 | 2026-06-05T17:16:01.445Z | Compiling unsafe-libyaml v0.2.11 |
| 3102 | 2026-06-05T17:16:01.463Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3103 | 2026-06-05T17:16:01.483Z | Compiling derive_more v0.99.20 |
| 3104 | 2026-06-05T17:16:01.500Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3105 | 2026-06-05T17:16:01.544Z | Compiling ciborium v0.2.2 |
| 3106 | 2026-06-05T17:16:01.585Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3107 | 2026-06-05T17:16:01.588Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3108 | 2026-06-05T17:16:01.618Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3109 | 2026-06-05T17:16:01.735Z | Compiling byte-wrapper v0.1.0 |
| 3110 | 2026-06-05T17:16:01.924Z | Compiling blake2 v0.10.6 |
| 3111 | 2026-06-05T17:16:01.943Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3112 | 2026-06-05T17:16:01.988Z | Compiling password-hash v0.5.0 |
| 3113 | 2026-06-05T17:16:02.118Z | Compiling serde_yaml v0.9.34+deprecated |
| 3114 | 2026-06-05T17:16:02.164Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3115 | 2026-06-05T17:16:02.187Z | Compiling chacha20poly1305 v0.10.1 |
| 3116 | 2026-06-05T17:16:02.261Z | Compiling argon2 v0.5.3 |
| 3117 | 2026-06-05T17:16:02.292Z | Compiling tokio-rustls v0.25.0 |
| 3118 | 2026-06-05T17:16:02.375Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3119 | 2026-06-05T17:16:02.503Z | Compiling indent_write v2.2.0 |
| 3120 | 2026-06-05T17:16:02.507Z | Compiling heapless v0.8.0 |
| 3121 | 2026-06-05T17:16:02.557Z | Compiling ingot-macros v0.1.1 |
| 3122 | 2026-06-05T17:16:02.620Z | Compiling tabwriter v1.4.1 |
| 3123 | 2026-06-05T17:16:02.793Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3124 | 2026-06-05T17:16:02.865Z | Compiling thiserror-no-std v2.0.2 |
| 3125 | 2026-06-05T17:16:02.987Z | Compiling vsss-rs v3.3.4 |
| 3126 | 2026-06-05T17:16:03.083Z | Compiling test-strategy v0.4.5 |
| 3127 | 2026-06-05T17:16:03.100Z | Compiling typify-impl v0.6.2 |
| 3128 | 2026-06-05T17:16:03.120Z | Compiling parse-display v0.10.0 |
| 3129 | 2026-06-05T17:16:03.123Z | Compiling proc-macro-crate v3.4.0 |
| 3130 | 2026-06-05T17:16:03.479Z | Compiling hash32 v0.3.1 |
| 3131 | 2026-06-05T17:16:03.498Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3132 | 2026-06-05T17:16:03.515Z | Compiling smoltcp v0.11.0 |
| 3133 | 2026-06-05T17:16:03.670Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3134 | 2026-06-05T17:16:03.734Z | Compiling num_enum_derive v0.7.6 |
| 3135 | 2026-06-05T17:16:03.772Z | Compiling num-rational v0.4.2 |
| 3136 | 2026-06-05T17:16:03.796Z | Compiling cobs v0.3.0 |
| 3137 | 2026-06-05T17:16:03.813Z | Compiling num-complex v0.4.6 |
| 3138 | 2026-06-05T17:16:03.873Z | Compiling colored v3.1.1 |
| 3139 | 2026-06-05T17:16:03.918Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-06-05T17:16:03.965Z | Compiling postcard v1.1.3 |
| 3141 | 2026-06-05T17:16:04.029Z | Compiling proc-macro-error v1.0.4 |
| 3142 | 2026-06-05T17:16:04.167Z | Compiling num v0.4.3 |
| 3143 | 2026-06-05T17:16:04.187Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3144 | 2026-06-05T17:16:04.240Z | Compiling proc-macro-crate v1.3.1 |
| 3145 | 2026-06-05T17:16:04.267Z | Compiling atomicwrites v0.4.4 |
| 3146 | 2026-06-05T17:16:04.270Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3147 | 2026-06-05T17:16:04.341Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3148 | 2026-06-05T17:16:04.382Z | Compiling foreign-types-macros v0.2.3 |
| 3149 | 2026-06-05T17:16:04.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3150 | 2026-06-05T17:16:04.492Z | Compiling foreign-types-shared v0.3.1 |
| 3151 | 2026-06-05T17:16:04.510Z | Compiling rayon-core v1.13.0 |
| 3152 | 2026-06-05T17:16:04.612Z | Compiling float-ord v0.3.2 |
| 3153 | 2026-06-05T17:16:04.612Z | Compiling cpufeatures v0.3.0 |
| 3154 | 2026-06-05T17:16:04.648Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3155 | 2026-06-05T17:16:04.707Z | Compiling num_enum_derive v0.5.11 |
| 3156 | 2026-06-05T17:16:04.744Z | Compiling chacha20 v0.10.0 |
| 3157 | 2026-06-05T17:16:04.782Z | Compiling crossbeam-deque v0.8.6 |
| 3158 | 2026-06-05T17:16:04.785Z | Compiling camino-tempfile v1.4.1 |
| 3159 | 2026-06-05T17:16:04.818Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3160 | 2026-06-05T17:16:04.833Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3161 | 2026-06-05T17:16:04.879Z | Compiling num_enum v0.7.6 |
| 3162 | 2026-06-05T17:16:04.907Z | Compiling cstr-argument v0.1.2 |
| 3163 | 2026-06-05T17:16:05.010Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3164 | 2026-06-05T17:16:05.033Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3165 | 2026-06-05T17:16:05.051Z | Compiling foreign-types v0.5.0 |
| 3166 | 2026-06-05T17:16:05.072Z | Compiling rand v0.10.0 |
| 3167 | 2026-06-05T17:16:05.093Z | Compiling toml v0.8.23 |
| 3168 | 2026-06-05T17:16:05.163Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3169 | 2026-06-05T17:16:05.259Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3170 | 2026-06-05T17:16:05.279Z | Compiling zone_cfg_derive v0.3.1 |
| 3171 | 2026-06-05T17:16:05.282Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3172 | 2026-06-05T17:16:05.316Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3173 | 2026-06-05T17:16:05.347Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3174 | 2026-06-05T17:16:05.365Z | Compiling itertools v0.12.1 |
| 3175 | 2026-06-05T17:16:05.446Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3176 | 2026-06-05T17:16:05.466Z | Compiling num-derive v0.4.2 |
| 3177 | 2026-06-05T17:16:05.482Z | Compiling sigpipe v0.1.3 |
| 3178 | 2026-06-05T17:16:05.535Z | Compiling ingot-types v0.1.2 |
| 3179 | 2026-06-05T17:16:05.577Z | Compiling rayon v1.11.0 |
| 3180 | 2026-06-05T17:16:05.600Z | Compiling glob v0.3.3 |
| 3181 | 2026-06-05T17:16:05.659Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3182 | 2026-06-05T17:16:05.801Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3183 | 2026-06-05T17:16:05.833Z | Compiling num_enum v0.5.11 |
| 3184 | 2026-06-05T17:16:05.916Z | Compiling ingot v0.1.1 |
| 3185 | 2026-06-05T17:16:05.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3186 | 2026-06-05T17:16:05.986Z | Compiling smf v0.2.3 |
| 3187 | 2026-06-05T17:16:06.002Z | Compiling whoami v1.6.1 |
| 3188 | 2026-06-05T17:16:06.005Z | Compiling prettyplease v0.2.37 |
| 3189 | 2026-06-05T17:16:06.038Z | Compiling usdt-attr-macro v0.5.0 |
| 3190 | 2026-06-05T17:16:06.041Z | Compiling usdt-macro v0.5.0 |
| 3191 | 2026-06-05T17:16:06.075Z | Compiling gethostname v0.5.0 |
| 3192 | 2026-06-05T17:16:06.292Z | Compiling memmap v0.7.0 |
| 3193 | 2026-06-05T17:16:06.328Z | Compiling derive-where v1.6.0 |
| 3194 | 2026-06-05T17:16:06.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3195 | 2026-06-05T17:16:06.531Z | Compiling zone v0.3.1 |
| 3196 | 2026-06-05T17:16:06.548Z | Compiling resolv-conf v0.7.6 |
| 3197 | 2026-06-05T17:16:06.594Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3198 | 2026-06-05T17:16:06.647Z | Compiling cancel-safe-futures v0.1.5 |
| 3199 | 2026-06-05T17:16:06.812Z | Compiling owo-colors v4.3.0 |
| 3200 | 2026-06-05T17:16:06.921Z | Compiling libsw-core v0.3.2 |
| 3201 | 2026-06-05T17:16:06.957Z | Compiling console v0.15.11 |
| 3202 | 2026-06-05T17:16:06.988Z | Compiling hickory-proto v0.24.4 |
| 3203 | 2026-06-05T17:16:07.026Z | Compiling usdt v0.5.0 |
| 3204 | 2026-06-05T17:16:07.125Z | Compiling libsw v3.5.0 |
| 3205 | 2026-06-05T17:16:07.235Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3206 | 2026-06-05T17:16:07.335Z | Compiling newline-converter v0.3.0 |
| 3207 | 2026-06-05T17:16:07.376Z | Compiling linear-map v1.2.0 |
| 3208 | 2026-06-05T17:16:07.405Z | Compiling libefi-sys v0.1.0 |
| 3209 | 2026-06-05T17:16:07.415Z | Compiling linked-hash-map v0.5.6 |
| 3210 | 2026-06-05T17:16:07.454Z | Compiling expectorate v1.2.0 |
| 3211 | 2026-06-05T17:16:07.466Z | Compiling git-stub v1.0.0 |
| 3212 | 2026-06-05T17:16:07.558Z | Compiling bitfield-struct v0.6.2 |
| 3213 | 2026-06-05T17:16:07.601Z | Compiling lru-cache v0.1.2 |
| 3214 | 2026-06-05T17:16:07.608Z | Compiling nom v8.0.0 |
| 3215 | 2026-06-05T17:16:07.645Z | Compiling semver v0.1.20 |
| 3216 | 2026-06-05T17:16:07.656Z | Compiling git-stub-vcs v0.1.0 |
| 3217 | 2026-06-05T17:16:07.705Z | Compiling typify-macro v0.6.2 |
| 3218 | 2026-06-05T17:16:07.755Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3219 | 2026-06-05T17:16:07.773Z | Compiling tokio-dtrace v0.1.1 |
| 3220 | 2026-06-05T17:16:07.802Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3221 | 2026-06-05T17:16:07.868Z | Compiling rustc_version v0.1.7 |
| 3222 | 2026-06-05T17:16:07.899Z | Compiling slog-dtrace v0.3.0 |
| 3223 | 2026-06-05T17:16:07.967Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3224 | 2026-06-05T17:16:07.986Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3225 | 2026-06-05T17:16:08.056Z | Compiling minimal-lexical v0.2.1 |
| 3226 | 2026-06-05T17:16:08.084Z | Compiling oxide-tokio-rt v0.1.4 |
| 3227 | 2026-06-05T17:16:08.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3228 | 2026-06-05T17:16:08.105Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3229 | 2026-06-05T17:16:08.139Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-06-05T17:16:08.157Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3231 | 2026-06-05T17:16:08.197Z | Compiling phf_shared v0.12.1 |
| 3232 | 2026-06-05T17:16:08.431Z | Compiling csv-core v0.1.13 |
| 3233 | 2026-06-05T17:16:08.435Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3234 | 2026-06-05T17:16:08.435Z | Compiling nom v7.1.3 |
| 3235 | 2026-06-05T17:16:08.435Z | Compiling xshell-macros v0.2.7 |
| 3236 | 2026-06-05T17:16:08.435Z | Compiling chrono-tz v0.10.4 |
| 3237 | 2026-06-05T17:16:08.435Z | Compiling highway v1.3.0 |
| 3238 | 2026-06-05T17:16:08.435Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3239 | 2026-06-05T17:16:08.534Z | Compiling csv v1.4.0 |
| 3240 | 2026-06-05T17:16:08.761Z | Compiling const_format_proc_macros v0.2.34 |
| 3241 | 2026-06-05T17:16:08.761Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-06-05T17:16:08.769Z | Compiling phf v0.12.1 |
| 3243 | 2026-06-05T17:16:08.794Z | Compiling xshell v0.2.7 |
| 3244 | 2026-06-05T17:16:08.955Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3245 | 2026-06-05T17:16:08.972Z | Compiling primeorder v0.13.6 |
| 3246 | 2026-06-05T17:16:09.466Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3247 | 2026-06-05T17:16:09.481Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3248 | 2026-06-05T17:16:09.481Z | Compiling hickory-resolver v0.24.4 |
| 3249 | 2026-06-05T17:16:09.481Z | Compiling tabled_derive v0.7.0 |
| 3250 | 2026-06-05T17:16:09.481Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3251 | 2026-06-05T17:16:09.481Z | Compiling const_format v0.2.35 |
| 3252 | 2026-06-05T17:16:09.600Z | Compiling bcs v0.1.6 |
| 3253 | 2026-06-05T17:16:09.635Z | Compiling typify v0.6.2 |
| 3254 | 2026-06-05T17:16:09.672Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3255 | 2026-06-05T17:16:09.759Z | Compiling progenitor-impl v0.14.0 |
| 3256 | 2026-06-05T17:16:09.814Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3257 | 2026-06-05T17:16:09.814Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3258 | 2026-06-05T17:16:09.918Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3259 | 2026-06-05T17:16:09.924Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3260 | 2026-06-05T17:16:09.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3261 | 2026-06-05T17:16:10.144Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3262 | 2026-06-05T17:16:10.296Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3263 | 2026-06-05T17:16:10.397Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3264 | 2026-06-05T17:16:10.416Z | Compiling qorb v0.4.1 |
| 3265 | 2026-06-05T17:16:10.473Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3266 | 2026-06-05T17:16:10.556Z | Compiling salty v0.3.0 |
| 3267 | 2026-06-05T17:16:10.623Z | Compiling termtree v0.5.1 |
| 3268 | 2026-06-05T17:16:10.668Z | Compiling tagptr v0.2.0 |
| 3269 | 2026-06-05T17:16:10.740Z | Compiling textwrap v0.16.2 |
| 3270 | 2026-06-05T17:16:10.813Z | Compiling moka v0.12.13 |
| 3271 | 2026-06-05T17:16:10.862Z | Compiling tabled v0.15.0 |
| 3272 | 2026-06-05T17:16:10.886Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3273 | 2026-06-05T17:16:11.184Z | Compiling steno v0.4.1 |
| 3274 | 2026-06-05T17:16:11.298Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-06-05T17:16:11.374Z | Compiling radium v0.7.0 |
| 3276 | 2026-06-05T17:16:11.476Z | Compiling base64 v0.21.7 |
| 3277 | 2026-06-05T17:16:11.536Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3278 | 2026-06-05T17:16:11.539Z | Compiling p384 v0.13.1 |
| 3279 | 2026-06-05T17:16:11.729Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3280 | 2026-06-05T17:16:11.772Z | Compiling hickory-resolver v0.25.2 |
| 3281 | 2026-06-05T17:16:11.873Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3282 | 2026-06-05T17:16:11.980Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3283 | 2026-06-05T17:16:12.069Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3284 | 2026-06-05T17:16:12.157Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3285 | 2026-06-05T17:16:12.208Z | Compiling typify-impl v0.4.3 |
| 3286 | 2026-06-05T17:16:12.378Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3287 | 2026-06-05T17:16:12.558Z | Compiling maybe-uninit v2.0.0 |
| 3288 | 2026-06-05T17:16:12.576Z | Compiling progenitor-macro v0.14.0 |
| 3289 | 2026-06-05T17:16:12.655Z | Compiling tap v1.0.1 |
| 3290 | 2026-06-05T17:16:12.808Z | Compiling wyz v0.5.1 |
| 3291 | 2026-06-05T17:16:12.868Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3292 | 2026-06-05T17:16:13.038Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3293 | 2026-06-05T17:16:13.194Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3294 | 2026-06-05T17:16:13.213Z | Compiling funty v2.0.0 |
| 3295 | 2026-06-05T17:16:13.386Z | Compiling packed_struct v0.10.1 |
| 3296 | 2026-06-05T17:16:13.414Z | Compiling parking_lot_core v0.8.6 |
| 3297 | 2026-06-05T17:16:13.592Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3298 | 2026-06-05T17:16:13.652Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3299 | 2026-06-05T17:16:13.692Z | Compiling utf-8 v0.7.6 |
| 3300 | 2026-06-05T17:16:13.759Z | Compiling proc-macro-error2 v2.0.1 |
| 3301 | 2026-06-05T17:16:13.777Z | Compiling bitvec v1.0.1 |
| 3302 | 2026-06-05T17:16:13.871Z | Compiling tungstenite v0.21.0 |
| 3303 | 2026-06-05T17:16:13.873Z | Compiling polyval v0.6.2 |
| 3304 | 2026-06-05T17:16:13.926Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3305 | 2026-06-05T17:16:13.931Z | Compiling num-derive v0.3.3 |
| 3306 | 2026-06-05T17:16:13.965Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3307 | 2026-06-05T17:16:13.968Z | Compiling packed_struct_codegen v0.10.1 |
| 3308 | 2026-06-05T17:16:14.037Z | Compiling zerocopy-derive v0.6.6 |
| 3309 | 2026-06-05T17:16:14.101Z | Compiling bitfield-macros v0.19.4 |
| 3310 | 2026-06-05T17:16:14.121Z | Compiling indexmap v1.9.3 |
| 3311 | 2026-06-05T17:16:14.141Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3312 | 2026-06-05T17:16:14.349Z | Compiling nodrop v0.1.14 |
| 3313 | 2026-06-05T17:16:14.365Z | Compiling crc-catalog v2.4.0 |
| 3314 | 2026-06-05T17:16:14.474Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3315 | 2026-06-05T17:16:14.491Z | Compiling crc v3.4.0 |
| 3316 | 2026-06-05T17:16:14.713Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-06-05T17:16:14.733Z | Compiling array-init v0.0.4 |
| 3318 | 2026-06-05T17:16:14.770Z | Compiling tokio-tungstenite v0.21.0 |
| 3319 | 2026-06-05T17:16:14.819Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3320 | 2026-06-05T17:16:14.887Z | Compiling bitfield v0.19.4 |
| 3321 | 2026-06-05T17:16:14.926Z | Compiling libscf-sys v1.1.0 |
| 3322 | 2026-06-05T17:16:14.960Z | Compiling zerocopy v0.6.6 |
| 3323 | 2026-06-05T17:16:15.117Z | Compiling tabled_derive v0.11.0 |
| 3324 | 2026-06-05T17:16:15.134Z | Compiling ghash v0.5.1 |
| 3325 | 2026-06-05T17:16:15.223Z | Compiling smallvec v0.6.14 |
| 3326 | 2026-06-05T17:16:15.263Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-06-05T17:16:15.310Z | Compiling papergrid v0.17.0 |
| 3328 | 2026-06-05T17:16:15.334Z | Compiling testing_table v0.3.0 |
| 3329 | 2026-06-05T17:16:15.394Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3330 | 2026-06-05T17:16:15.471Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3331 | 2026-06-05T17:16:15.598Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3332 | 2026-06-05T17:16:15.647Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3333 | 2026-06-05T17:16:15.664Z | Compiling ctr v0.9.2 |
| 3334 | 2026-06-05T17:16:15.731Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-06-05T17:16:15.900Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3336 | 2026-06-05T17:16:15.917Z | Compiling corncobs v0.1.4 |
| 3337 | 2026-06-05T17:16:15.920Z | Compiling hashbrown v0.12.3 |
| 3338 | 2026-06-05T17:16:16.061Z | Compiling unicase v2.9.0 |
| 3339 | 2026-06-05T17:16:16.086Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3340 | 2026-06-05T17:16:16.137Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3341 | 2026-06-05T17:16:16.216Z | Compiling aes-gcm v0.10.3 |
| 3342 | 2026-06-05T17:16:16.239Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-06-05T17:16:16.295Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3344 | 2026-06-05T17:16:16.313Z | Compiling mime_guess v2.0.5 |
| 3345 | 2026-06-05T17:16:16.356Z | Compiling parking_lot v0.11.2 |
| 3346 | 2026-06-05T17:16:16.420Z | Compiling tabled v0.20.0 |
| 3347 | 2026-06-05T17:16:16.443Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3348 | 2026-06-05T17:16:16.460Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3349 | 2026-06-05T17:16:16.647Z | Compiling serde-hex v0.1.0 |
| 3350 | 2026-06-05T17:16:16.664Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-06-05T17:16:16.844Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3352 | 2026-06-05T17:16:16.929Z | Compiling typify-macro v0.4.3 |
| 3353 | 2026-06-05T17:16:16.985Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3354 | 2026-06-05T17:16:17.053Z | Compiling ron v0.8.1 |
| 3355 | 2026-06-05T17:16:17.116Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3356 | 2026-06-05T17:16:17.133Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3357 | 2026-06-05T17:16:17.181Z | Compiling hashbrown v0.13.2 |
| 3358 | 2026-06-05T17:16:17.243Z | Compiling progenitor-client v0.11.2 |
| 3359 | 2026-06-05T17:16:17.313Z | Compiling prefix-trie v0.7.0 |
| 3360 | 2026-06-05T17:16:17.620Z | Compiling blowfish v0.9.1 |
| 3361 | 2026-06-05T17:16:17.640Z | Compiling ssh-encoding v0.2.0 |
| 3362 | 2026-06-05T17:16:17.705Z | Compiling fxhash v0.2.1 |
| 3363 | 2026-06-05T17:16:17.749Z | Compiling secrecy v0.8.0 |
| 3364 | 2026-06-05T17:16:17.799Z | Compiling progenitor v0.14.0 |
| 3365 | 2026-06-05T17:16:17.887Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3366 | 2026-06-05T17:16:17.906Z | Compiling crc-any v2.5.0 |
| 3367 | 2026-06-05T17:16:17.962Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3368 | 2026-06-05T17:16:17.966Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3369 | 2026-06-05T17:16:18.006Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3370 | 2026-06-05T17:16:18.145Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3371 | 2026-06-05T17:16:18.184Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3372 | 2026-06-05T17:16:18.440Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3373 | 2026-06-05T17:16:18.512Z | Compiling ssh-cipher v0.2.0 |
| 3374 | 2026-06-05T17:16:18.768Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3375 | 2026-06-05T17:16:18.796Z | Compiling typify v0.4.3 |
| 3376 | 2026-06-05T17:16:18.814Z | Compiling sled v0.34.7 |
| 3377 | 2026-06-05T17:16:18.847Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3378 | 2026-06-05T17:16:18.936Z | Compiling progenitor-impl v0.11.2 |
| 3379 | 2026-06-05T17:16:18.998Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3380 | 2026-06-05T17:16:19.041Z | Compiling hickory-server v0.25.2 |
| 3381 | 2026-06-05T17:16:19.186Z | Compiling object v0.30.4 |
| 3382 | 2026-06-05T17:16:19.248Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3383 | 2026-06-05T17:16:19.304Z | Compiling password-hash v0.4.2 |
| 3384 | 2026-06-05T17:16:19.370Z | Compiling http-range v0.1.5 |
| 3385 | 2026-06-05T17:16:19.386Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-06-05T17:16:19.599Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3387 | 2026-06-05T17:16:19.711Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3388 | 2026-06-05T17:16:19.733Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3389 | 2026-06-05T17:16:20.048Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3390 | 2026-06-05T17:16:20.067Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3391 | 2026-06-05T17:16:20.624Z | Compiling half v1.8.3 |
| 3392 | 2026-06-05T17:16:20.671Z | Compiling crc8 v0.1.1 |
| 3393 | 2026-06-05T17:16:20.826Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3394 | 2026-06-05T17:16:20.936Z | Compiling serde_cbor v0.11.2 |
| 3395 | 2026-06-05T17:16:20.980Z | Compiling pbkdf2 v0.11.0 |
| 3396 | 2026-06-05T17:16:21.000Z | Compiling illumos-nvpair v0.3.0 |
| 3397 | 2026-06-05T17:16:21.288Z | Compiling ssh-key v0.6.7 |
| 3398 | 2026-06-05T17:16:21.548Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3399 | 2026-06-05T17:16:21.565Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3400 | 2026-06-05T17:16:21.709Z | Compiling progenitor-macro v0.11.2 |
| 3401 | 2026-06-05T17:16:21.770Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3402 | 2026-06-05T17:16:22.095Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3403 | 2026-06-05T17:16:22.163Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3404 | 2026-06-05T17:16:22.189Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3405 | 2026-06-05T17:16:22.319Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3406 | 2026-06-05T17:16:22.537Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3407 | 2026-06-05T17:16:22.555Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3408 | 2026-06-05T17:16:22.580Z | Compiling p256 v0.13.2 |
| 3409 | 2026-06-05T17:16:22.688Z | Compiling p521 v0.13.3 |
| 3410 | 2026-06-05T17:16:22.845Z | Compiling yasna v0.5.2 |
| 3411 | 2026-06-05T17:16:23.002Z | Compiling kstat-rs v0.2.4 |
| 3412 | 2026-06-05T17:16:23.096Z | Compiling headers-core v0.3.0 |
| 3413 | 2026-06-05T17:16:23.115Z | Compiling nanorand v0.7.0 |
| 3414 | 2026-06-05T17:16:23.132Z | Compiling atty v0.2.14 |
| 3415 | 2026-06-05T17:16:23.147Z | Compiling russh-cryptovec v0.7.3 |
| 3416 | 2026-06-05T17:16:23.203Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3417 | 2026-06-05T17:16:23.255Z | Compiling md5 v0.7.0 |
| 3418 | 2026-06-05T17:16:23.281Z | Compiling home v0.5.12 |
| 3419 | 2026-06-05T17:16:23.349Z | Compiling flume v0.11.1 |
| 3420 | 2026-06-05T17:16:23.375Z | Compiling rcgen v0.12.1 |
| 3421 | 2026-06-05T17:16:23.378Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3422 | 2026-06-05T17:16:23.446Z | Compiling russh-keys v0.45.0 |
| 3423 | 2026-06-05T17:16:23.464Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3424 | 2026-06-05T17:16:23.567Z | Compiling headers v0.4.1 |
| 3425 | 2026-06-05T17:16:23.586Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3426 | 2026-06-05T17:16:23.714Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3427 | 2026-06-05T17:16:23.730Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3428 | 2026-06-05T17:16:23.749Z | Compiling hyper-staticfile v0.10.1 |
| 3429 | 2026-06-05T17:16:23.962Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3430 | 2026-06-05T17:16:24.054Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3431 | 2026-06-05T17:16:24.178Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3432 | 2026-06-05T17:16:24.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3433 | 2026-06-05T17:16:24.293Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3434 | 2026-06-05T17:16:24.310Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3435 | 2026-06-05T17:16:24.366Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3436 | 2026-06-05T17:16:24.595Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3437 | 2026-06-05T17:16:24.644Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-06-05T17:16:24.777Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3439 | 2026-06-05T17:16:24.797Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3440 | 2026-06-05T17:16:24.843Z | Compiling num-bigint v0.4.6 |
| 3441 | 2026-06-05T17:16:24.865Z | Compiling des v0.8.1 |
| 3442 | 2026-06-05T17:16:24.906Z | Compiling subprocess v0.2.15 |
| 3443 | 2026-06-05T17:16:24.987Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-06-05T17:16:25.033Z | Compiling display-error-chain v0.2.2 |
| 3445 | 2026-06-05T17:16:25.092Z | Compiling hex-literal v0.4.1 |
| 3446 | 2026-06-05T17:16:25.123Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3447 | 2026-06-05T17:16:25.144Z | Compiling colored v2.2.0 |
| 3448 | 2026-06-05T17:16:25.163Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3449 | 2026-06-05T17:16:25.209Z | Compiling socket2 v0.5.10 |
| 3450 | 2026-06-05T17:16:25.233Z | Compiling internet-checksum v0.2.1 |
| 3451 | 2026-06-05T17:16:25.440Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3452 | 2026-06-05T17:16:25.671Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3453 | 2026-06-05T17:16:26.114Z | Compiling russh v0.45.0 |
| 3454 | 2026-06-05T17:16:26.688Z | Compiling progenitor v0.11.2 |
| 3455 | 2026-06-05T17:16:26.706Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3456 | 2026-06-05T17:16:26.709Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3457 | 2026-06-05T17:16:26.871Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3458 | 2026-06-05T17:16:29.205Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3459 | 2026-06-05T17:16:29.861Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3460 | 2026-06-05T17:16:30.347Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3461 | 2026-06-05T17:16:31.941Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3462 | 2026-06-05T17:16:32.534Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3463 | 2026-06-05T17:16:39.948Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3464 | 2026-06-05T17:16:39.948Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3465 | 2026-06-05T17:16:39.948Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-06-05T17:16:39.951Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-06-05T17:16:41.697Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3468 | 2026-06-05T17:16:41.823Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3469 | 2026-06-05T17:16:45.935Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-06-05T17:17:25.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3471 | 2026-06-05T17:17:25.485Z | |
| 3472 | 2026-06-05T17:17:25.485Z | real 1:26.630847727 |
| 3473 | 2026-06-05T17:17:25.485Z | user 8:12.081642099 |
| 3474 | 2026-06-05T17:17:25.485Z | sys 1:44.075080499 |
| 3475 | 2026-06-05T17:17:25.485Z | trap 0.249686479 |
| 3476 | 2026-06-05T17:17:25.488Z | tflt 0.598999936 |
| 3477 | 2026-06-05T17:17:25.488Z | dflt 1.710850764 |
| 3478 | 2026-06-05T17:17:25.488Z | kflt 0.000263290 |
| 3479 | 2026-06-05T17:17:25.488Z | lock 29:04.206905923 |
| 3480 | 2026-06-05T17:17:25.488Z | slp 18:45.254758583 |
| 3481 | 2026-06-05T17:17:25.488Z | lat 38.959598278 |
| 3482 | 2026-06-05T17:17:25.488Z | stop 2:57.837380369 |
| 3483 | 2026-06-05T17:17:25.488Z | + mkdir tests |
| 3484 | 2026-06-05T17:17:25.491Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-06-05T17:17:25.491Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-06-05T17:17:26.540Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/ |
| 3487 | 2026-06-05T17:17:26.566Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/ |
| 3488 | 2026-06-05T17:17:26.589Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/ |
| 3489 | 2026-06-05T17:17:26.611Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/ |
| 3490 | 2026-06-05T17:17:26.848Z | + 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) |
| 3491 | 2026-06-05T17:17:26.850Z | + 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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 |
| 3492 | 2026-06-05T17:18:49.306Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-06-05T17:18:49.306Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-06-05T17:18:49.306Z | a out/target/test 1K |
| 3495 | 2026-06-05T17:18:49.306Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-06-05T17:18:49.306Z | a package-manifest.toml 35K |
| 3497 | 2026-06-05T17:18:49.306Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-06-05T17:18:49.306Z | a target/release/omicron-package 46205K |
| 3499 | 2026-06-05T17:18:49.306Z | a target/release/xtask 11453K |
| 3500 | 2026-06-05T17:18:49.306Z | a target/debug/bootstrap 354734K |
| 3501 | 2026-06-05T17:18:49.306Z | a tests/bootstrap-5cb81a4442024e3b 31215K |
| 3502 | 2026-06-05T17:18:49.306Z | a tests/commtest-0f6493148f0d4209 32300K |
| 3503 | 2026-06-05T17:18:49.306Z | a tests/dhcp_server-83ffc7a0a6dd3013 31215K |
| 3504 | 2026-06-05T17:18:49.306Z | a tests/end_to_end_tests-6c7bc3bbe97020e4 395806K |
| 3505 | 2026-06-05T17:18:49.306Z | a tools/opte_version 1K |
| 3506 | 2026-06-05T17:18:49.306Z | a tools/opte_version_override 2K |
| 3507 | 2026-06-05T17:18:49.306Z | a out/clickhouse.tar.gz 321897K |
| 3508 | 2026-06-05T17:18:49.306Z | a out/clickhouse_keeper.tar.gz 306962K |
| 3509 | 2026-06-05T17:18:49.306Z | a out/clickhouse_server.tar.gz 321895K |
| 3510 | 2026-06-05T17:18:49.306Z | a out/cockroachdb.tar.gz 166143K |
| 3511 | 2026-06-05T17:18:49.306Z | a out/crucible-pantry-zone.tar.gz 41125K |
| 3512 | 2026-06-05T17:18:49.306Z | a out/crucible-utils.tar 16478K |
| 3513 | 2026-06-05T17:18:49.306Z | a out/crucible-zone.tar.gz 56695K |
| 3514 | 2026-06-05T17:18:49.306Z | a out/external-dns.tar.gz 51260K |
| 3515 | 2026-06-05T17:18:49.306Z | a out/internal-dns.tar.gz 51259K |
| 3516 | 2026-06-05T17:18:49.306Z | a out/mg-ddm-gz.tar 97912K |
| 3517 | 2026-06-05T17:18:49.306Z | a out/nexus.tar.gz 280880K |
| 3518 | 2026-06-05T17:18:49.306Z | a out/ntp.tar.gz 32798K |
| 3519 | 2026-06-05T17:18:49.306Z | a out/omicron-gateway-softnpu.tar.gz 29798K |
| 3520 | 2026-06-05T17:18:49.306Z | a out/omicron-sled-agent.tar 206655K |
| 3521 | 2026-06-05T17:18:49.306Z | a out/overlay.tar.gz 3K |
| 3522 | 2026-06-05T17:18:49.306Z | a out/oximeter.tar.gz 68157K |
| 3523 | 2026-06-05T17:18:49.306Z | a out/oxlog.tar 3782K |
| 3524 | 2026-06-05T17:18:49.307Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-06-05T17:18:49.307Z | a out/propolis-server.tar.gz 34918K |
| 3526 | 2026-06-05T17:18:49.307Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-06-05T17:18:49.307Z | a out/switch-softnpu.tar.gz 455255K |
| 3528 | 2026-06-05T17:18:49.310Z | |
| 3529 | 2026-06-05T17:18:49.310Z | real 1:22.455206569 |
| 3530 | 2026-06-05T17:18:49.310Z | user 1:19.712714459 |
| 3531 | 2026-06-05T17:18:49.311Z | sys 4.564174812 |
| 3532 | 2026-06-05T17:18:49.311Z | trap 0.005864772 |
| 3533 | 2026-06-05T17:18:49.311Z | tflt 0.000000000 |
| 3534 | 2026-06-05T17:18:49.311Z | dflt 0.000000000 |
| 3535 | 2026-06-05T17:18:49.311Z | kflt 0.000000000 |
| 3536 | 2026-06-05T17:18:49.311Z | lock 0.000000000 |
| 3537 | 2026-06-05T17:18:49.311Z | slp 1:19.646780315 |
| 3538 | 2026-06-05T17:18:49.311Z | lat 0.977030847 |
| 3539 | 2026-06-05T17:18:49.311Z | stop 0.000143160 |
| 3540 | 2026-06-05T17:18:49.311Z | process exited: duration 975867 ms, exit code 0 |
| |
| 3541 | 2026-06-05T17:18:49.324Z | found 1 output files |
| 3542 | 2026-06-05T17:18:49.324Z | uploading: /work/package.tar.gz (2568476099 bytes) |
| 3543 | 2026-06-05T17:19:22.896Z | uploaded: /work/package.tar.gz |