|
|
|
| 1 | 2026-05-23T15:36:01.329Z | job assigned to worker 01KSAQKN3M08NMH30VYMCTNJ4E [factory aws, i-029597bcac06c8285] (queued for 1 m 0 s) |
| |
| 2 | 2026-05-23T15:36:08.528Z | starting task 0: "setup" |
| 3 | 2026-05-23T15:36:08.532Z | ++ uname -s |
| 4 | 2026-05-23T15:36:08.535Z | + kern=SunOS |
| 5 | 2026-05-23T15:36:08.535Z | + build_user=build |
| 6 | 2026-05-23T15:36:08.535Z | + build_uid=12345 |
| 7 | 2026-05-23T15:36:08.535Z | + work_dir=/work |
| 8 | 2026-05-23T15:36:08.535Z | + input_dir=/input |
| 9 | 2026-05-23T15:36:08.535Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-23T15:36:08.535Z | + case "$kern" in |
| 11 | 2026-05-23T15:36:08.535Z | + groupadd -g 12345 build |
| 12 | 2026-05-23T15:36:08.538Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-23T15:36:10.545Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-23T15:36:10.662Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-23T15:36:10.666Z | + home_fs=zfs |
| 16 | 2026-05-23T15:36:10.666Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-23T15:36:10.666Z | + mkdir -p /home/build |
| 18 | 2026-05-23T15:36:10.666Z | + chown build:build /home/build /work |
| 19 | 2026-05-23T15:36:11.667Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-23T15:36:11.670Z | process exited: duration 3147 ms, exit code 0 |
| |
| 21 | 2026-05-23T15:36:11.676Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-23T15:36:11.681Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-23T15:36:11.681Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-23T15:36:11.682Z | * rust toolchain profile = "default" |
| 25 | 2026-05-23T15:36:11.686Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-23T15:36:11.686Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-23T15:36:11.686Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-23T15:36:11.686Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-23T15:36:11.686Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-23T15:36:11.805Z | info: downloading installer |
| 31 | 2026-05-23T15:36:13.159Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-23T15:36:13.159Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-23T15:36:13.159Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-23T15:36:13.159Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-23T15:36:13.170Z | info: profile set to default |
| 36 | 2026-05-23T15:36:13.170Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-23T15:36:13.173Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-23T15:36:13.307Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-23T15:36:13.309Z | info: downloading 6 components |
| 40 | 2026-05-23T15:36:27.573Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-23T15:36:27.573Z | |
| 42 | 2026-05-23T15:36:27.600Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-23T15:36:27.600Z | |
| 44 | 2026-05-23T15:36:27.600Z | |
| 45 | 2026-05-23T15:36:27.600Z | Rust is installed now. Great! |
| 46 | 2026-05-23T15:36:27.600Z | |
| 47 | 2026-05-23T15:36:27.600Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-23T15:36:27.600Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-23T15:36:27.600Z | |
| 50 | 2026-05-23T15:36:27.600Z | To configure your current shell, you need to source |
| 51 | 2026-05-23T15:36:27.600Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-23T15:36:27.600Z | |
| 53 | 2026-05-23T15:36:27.600Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-23T15:36:27.600Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-23T15:36:27.600Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-23T15:36:27.600Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-23T15:36:27.600Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-23T15:36:27.600Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-23T15:36:27.600Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-23T15:36:27.603Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-23T15:36:27.603Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-23T15:36:27.700Z | + rustup --version |
| 63 | 2026-05-23T15:36:27.706Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-23T15:36:27.708Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-23T15:36:27.728Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-23T15:36:27.730Z | + cargo --version |
| 67 | 2026-05-23T15:36:27.740Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-23T15:36:27.743Z | + rustc --version |
| 69 | 2026-05-23T15:36:27.765Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-23T15:36:27.769Z | process exited: duration 16093 ms, exit code 0 |
| |
| 71 | 2026-05-23T15:36:27.774Z | starting task 2: "authentication" |
| 72 | 2026-05-23T15:36:27.797Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-05-23T15:36:27.803Z | starting task 3: "clone repository" |
| 74 | 2026-05-23T15:36:27.809Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-23T15:36:27.812Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-23T15:36:27.850Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-23T15:36:37.713Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-23T15:36:37.714Z | + git fetch origin 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 79 | 2026-05-23T15:36:38.104Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-23T15:36:38.104Z | * branch 02064d20f7cb6dd1eda05799b621dc965429ad5e -> FETCH_HEAD |
| 81 | 2026-05-23T15:36:38.118Z | + [[ -n zl/multicast-m2p-forwarding ]] |
| 82 | 2026-05-23T15:36:38.121Z | ++ git branch --show-current |
| 83 | 2026-05-23T15:36:38.124Z | + current=main |
| 84 | 2026-05-23T15:36:38.124Z | + [[ main != zl/multicast-m2p-forwarding ]] |
| 85 | 2026-05-23T15:36:38.124Z | + git branch -f zl/multicast-m2p-forwarding 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 86 | 2026-05-23T15:36:38.127Z | + git checkout -f zl/multicast-m2p-forwarding |
| 87 | 2026-05-23T15:36:38.198Z | Switched to branch 'zl/multicast-m2p-forwarding' |
| 88 | 2026-05-23T15:36:38.201Z | + git reset --hard 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 89 | 2026-05-23T15:36:38.275Z | HEAD is now at 02064d20f merge e2e |
| 90 | 2026-05-23T15:36:38.278Z | process exited: duration 10473 ms, exit code 0 |
| |
| 91 | 2026-05-23T15:36:38.284Z | starting task 4: "build" |
| 92 | 2026-05-23T15:36:38.289Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-23T15:36:38.289Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-23T15:36:38.289Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-23T15:36:38.292Z | + cargo --version |
| 96 | 2026-05-23T15:36:38.299Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-23T15:36:38.302Z | + rustc --version |
| 98 | 2026-05-23T15:36:38.323Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-23T15:36:38.327Z | + cargo tree --locked |
| 100 | 2026-05-23T15:36:38.495Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-23T15:36:38.766Z | Updating crates.io index |
| 102 | 2026-05-23T15:36:38.769Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-23T15:36:39.245Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-23T15:36:39.627Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-23T15:36:39.883Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-23T15:36:40.925Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-23T15:36:41.398Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-23T15:36:42.869Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-23T15:36:43.641Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-23T15:36:43.945Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-23T15:36:45.026Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-23T15:36:45.452Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-23T15:36:45.848Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-23T15:36:46.184Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-23T15:36:47.157Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-23T15:36:47.613Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-05-23T15:36:47.918Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 118 | 2026-05-23T15:36:48.167Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 119 | 2026-05-23T15:36:48.661Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 120 | 2026-05-23T15:36:48.941Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 121 | 2026-05-23T15:36:49.272Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 122 | 2026-05-23T15:36:49.524Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 123 | 2026-05-23T15:36:49.771Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 124 | 2026-05-23T15:36:50.160Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-05-23T15:36:50.499Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 126 | 2026-05-23T15:36:51.103Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 127 | 2026-05-23T15:36:51.491Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-05-23T15:36:51.770Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-05-23T15:36:52.065Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 130 | 2026-05-23T15:36:53.180Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 131 | 2026-05-23T15:36:53.964Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-05-23T15:36:54.414Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 133 | 2026-05-23T15:36:54.888Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 134 | 2026-05-23T15:36:55.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 135 | 2026-05-23T15:36:55.684Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 136 | 2026-05-23T15:36:56.046Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 137 | 2026-05-23T15:36:56.373Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-05-23T15:36:56.832Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-05-23T15:36:57.094Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-05-23T15:36:57.343Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 141 | 2026-05-23T15:37:09.686Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 142 | 2026-05-23T15:37:11.914Z | Downloading crates ... |
| 143 | 2026-05-23T15:37:11.990Z | Downloaded addr2line v0.25.1 |
| 144 | 2026-05-23T15:37:11.997Z | Downloaded async-recursion v1.1.1 |
| 145 | 2026-05-23T15:37:11.999Z | Downloaded async-lock v3.4.2 |
| 146 | 2026-05-23T15:37:12.002Z | Downloaded anstyle-parse v1.0.0 |
| 147 | 2026-05-23T15:37:12.005Z | Downloaded ascii-canvas v3.0.0 |
| 148 | 2026-05-23T15:37:12.008Z | Downloaded bitfield-macros v0.19.4 |
| 149 | 2026-05-23T15:37:12.008Z | Downloaded cfg_aliases v0.1.1 |
| 150 | 2026-05-23T15:37:12.013Z | Downloaded assert-json-diff v2.0.2 |
| 151 | 2026-05-23T15:37:12.018Z | Downloaded constant_time_eq v0.3.1 |
| 152 | 2026-05-23T15:37:12.020Z | Downloaded backoff v0.4.0 |
| 153 | 2026-05-23T15:37:12.020Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 154 | 2026-05-23T15:37:12.023Z | Downloaded async-object-pool v0.2.0 |
| 155 | 2026-05-23T15:37:12.023Z | Downloaded async-bb8-diesel v0.2.1 |
| 156 | 2026-05-23T15:37:12.026Z | Downloaded assert_cmd v2.1.2 |
| 157 | 2026-05-23T15:37:12.026Z | Downloaded console v0.16.2 |
| 158 | 2026-05-23T15:37:12.026Z | Downloaded const-oid v0.9.6 |
| 159 | 2026-05-23T15:37:12.029Z | Downloaded blake2 v0.10.6 |
| 160 | 2026-05-23T15:37:12.032Z | Downloaded async-trait v0.1.89 |
| 161 | 2026-05-23T15:37:12.032Z | Downloaded cast v0.3.0 |
| 162 | 2026-05-23T15:37:12.034Z | Downloaded clap_lex v1.0.0 |
| 163 | 2026-05-23T15:37:12.034Z | Downloaded colorchoice v1.0.4 |
| 164 | 2026-05-23T15:37:12.037Z | Downloaded ctr v0.9.2 |
| 165 | 2026-05-23T15:37:12.040Z | Downloaded compression-core v0.4.31 |
| 166 | 2026-05-23T15:37:12.043Z | Downloaded cargo-platform v0.2.0 |
| 167 | 2026-05-23T15:37:12.043Z | Downloaded convert_case v0.4.0 |
| 168 | 2026-05-23T15:37:12.045Z | Downloaded crc-catalog v2.4.0 |
| 169 | 2026-05-23T15:37:12.045Z | Downloaded approx v0.5.1 |
| 170 | 2026-05-23T15:37:12.048Z | Downloaded defmt v0.3.100 |
| 171 | 2026-05-23T15:37:12.048Z | Downloaded darling_macro v0.20.11 |
| 172 | 2026-05-23T15:37:12.048Z | Downloaded block-padding v0.3.3 |
| 173 | 2026-05-23T15:37:12.048Z | Downloaded cfg-if v1.0.4 |
| 174 | 2026-05-23T15:37:12.051Z | Downloaded arrayref v0.3.9 |
| 175 | 2026-05-23T15:37:12.051Z | Downloaded cargo-platform v0.3.2 |
| 176 | 2026-05-23T15:37:12.054Z | Downloaded bitfield v0.19.4 |
| 177 | 2026-05-23T15:37:12.054Z | Downloaded darling_macro v0.21.3 |
| 178 | 2026-05-23T15:37:12.054Z | Downloaded buf-list v1.1.2 |
| 179 | 2026-05-23T15:37:12.056Z | Downloaded argon2 v0.5.3 |
| 180 | 2026-05-23T15:37:12.056Z | Downloaded bitflags v1.3.2 |
| 181 | 2026-05-23T15:37:12.059Z | Downloaded defmt-parser v1.0.0 |
| 182 | 2026-05-23T15:37:12.059Z | Downloaded bit-set v0.8.0 |
| 183 | 2026-05-23T15:37:12.062Z | Downloaded async-stream v0.3.6 |
| 184 | 2026-05-23T15:37:12.062Z | Downloaded cpufeatures v0.3.0 |
| 185 | 2026-05-23T15:37:12.064Z | Downloaded base64 v0.21.7 |
| 186 | 2026-05-23T15:37:12.065Z | Downloaded arc-swap v1.8.2 |
| 187 | 2026-05-23T15:37:12.067Z | Downloaded darling_macro v0.23.0 |
| 188 | 2026-05-23T15:37:12.067Z | Downloaded concurrent-queue v2.5.0 |
| 189 | 2026-05-23T15:37:12.070Z | Downloaded base16ct v0.2.0 |
| 190 | 2026-05-23T15:37:12.073Z | Downloaded cstr-argument v0.1.2 |
| 191 | 2026-05-23T15:37:12.075Z | Downloaded cpufeatures v0.2.17 |
| 192 | 2026-05-23T15:37:12.078Z | Downloaded castaway v0.2.4 |
| 193 | 2026-05-23T15:37:12.081Z | Downloaded display-error-chain v0.2.2 |
| 194 | 2026-05-23T15:37:12.081Z | Downloaded derive_builder_macro v0.20.2 |
| 195 | 2026-05-23T15:37:12.081Z | Downloaded crunchy v0.2.4 |
| 196 | 2026-05-23T15:37:12.084Z | Downloaded ciborium-io v0.2.2 |
| 197 | 2026-05-23T15:37:12.084Z | Downloaded debug-ignore v1.0.5 |
| 198 | 2026-05-23T15:37:12.084Z | Downloaded aead v0.5.2 |
| 199 | 2026-05-23T15:37:12.087Z | Downloaded byte-wrapper v0.1.0 |
| 200 | 2026-05-23T15:37:12.087Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 201 | 2026-05-23T15:37:12.088Z | Downloaded atty v0.2.14 |
| 202 | 2026-05-23T15:37:12.090Z | Downloaded anstyle-query v1.1.5 |
| 203 | 2026-05-23T15:37:12.090Z | Downloaded async-stream-impl v0.3.6 |
| 204 | 2026-05-23T15:37:12.090Z | Downloaded array-init v0.0.4 |
| 205 | 2026-05-23T15:37:12.093Z | Downloaded block-buffer v0.10.4 |
| 206 | 2026-05-23T15:37:12.095Z | Downloaded atomic-waker v1.1.2 |
| 207 | 2026-05-23T15:37:12.095Z | Downloaded dirs-sys-next v0.1.2 |
| 208 | 2026-05-23T15:37:12.096Z | Downloaded crc8 v0.1.1 |
| 209 | 2026-05-23T15:37:12.096Z | Downloaded cobs v0.3.0 |
| 210 | 2026-05-23T15:37:12.098Z | Downloaded bit-set v0.5.3 |
| 211 | 2026-05-23T15:37:12.098Z | Downloaded assert_matches v1.5.0 |
| 212 | 2026-05-23T15:37:12.098Z | Downloaded crypto-common v0.1.7 |
| 213 | 2026-05-23T15:37:12.101Z | Downloaded backtrace-ext v0.2.1 |
| 214 | 2026-05-23T15:37:12.101Z | Downloaded cfg_aliases v0.2.1 |
| 215 | 2026-05-23T15:37:12.104Z | Downloaded bb8 v0.8.6 |
| 216 | 2026-05-23T15:37:12.104Z | Downloaded atomicwrites v0.4.4 |
| 217 | 2026-05-23T15:37:12.104Z | Downloaded difflib v0.4.0 |
| 218 | 2026-05-23T15:37:12.106Z | Downloaded adler2 v2.0.1 |
| 219 | 2026-05-23T15:37:12.106Z | Downloaded data-encoding v2.10.0 |
| 220 | 2026-05-23T15:37:12.106Z | Downloaded convert_case v0.10.0 |
| 221 | 2026-05-23T15:37:12.109Z | Downloaded bcs v0.1.6 |
| 222 | 2026-05-23T15:37:12.112Z | Downloaded autocfg v1.5.0 |
| 223 | 2026-05-23T15:37:12.112Z | Downloaded daft-derive v0.1.7 |
| 224 | 2026-05-23T15:37:12.115Z | Downloaded downcast-rs v2.0.2 |
| 225 | 2026-05-23T15:37:12.117Z | Downloaded daft v0.1.7 |
| 226 | 2026-05-23T15:37:12.117Z | Downloaded dof v0.4.0 |
| 227 | 2026-05-23T15:37:12.117Z | Downloaded csv-core v0.1.13 |
| 228 | 2026-05-23T15:37:12.120Z | Downloaded document-features v0.2.12 |
| 229 | 2026-05-23T15:37:12.120Z | Downloaded compression-codecs v0.4.37 |
| 230 | 2026-05-23T15:37:12.123Z | Downloaded dof v0.3.0 |
| 231 | 2026-05-23T15:37:12.123Z | Downloaded criterion-plot v0.6.0 |
| 232 | 2026-05-23T15:37:12.126Z | Downloaded const_format_proc_macros v0.2.34 |
| 233 | 2026-05-23T15:37:12.126Z | Downloaded dunce v1.0.5 |
| 234 | 2026-05-23T15:37:12.126Z | Downloaded dtrace-parser v0.3.0 |
| 235 | 2026-05-23T15:37:12.128Z | Downloaded derive-ex v0.1.8 |
| 236 | 2026-05-23T15:37:12.128Z | Downloaded dtrace-parser v0.2.0 |
| 237 | 2026-05-23T15:37:12.128Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 238 | 2026-05-23T15:37:12.131Z | Downloaded console v0.15.11 |
| 239 | 2026-05-23T15:37:12.131Z | Downloaded chacha20 v0.9.1 |
| 240 | 2026-05-23T15:37:12.134Z | Downloaded dyn-clone v1.0.20 |
| 241 | 2026-05-23T15:37:12.134Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 242 | 2026-05-23T15:37:12.134Z | Downloaded bit-vec v0.8.0 |
| 243 | 2026-05-23T15:37:12.137Z | Downloaded anstream v0.6.21 |
| 244 | 2026-05-23T15:37:12.137Z | Downloaded dirs-next v2.0.0 |
| 245 | 2026-05-23T15:37:12.139Z | Downloaded embedded-io v0.4.0 |
| 246 | 2026-05-23T15:37:12.140Z | Downloaded equivalent v1.0.2 |
| 247 | 2026-05-23T15:37:12.140Z | Downloaded enum-as-inner v0.6.1 |
| 248 | 2026-05-23T15:37:12.142Z | Downloaded endian-type v0.1.2 |
| 249 | 2026-05-23T15:37:12.142Z | Downloaded embedded-io v0.6.1 |
| 250 | 2026-05-23T15:37:12.142Z | Downloaded arrayvec v0.7.6 |
| 251 | 2026-05-23T15:37:12.145Z | Downloaded crucible-workspace-hack v0.1.0 |
| 252 | 2026-05-23T15:37:12.145Z | Downloaded camino-tempfile v1.4.1 |
| 253 | 2026-05-23T15:37:12.145Z | Downloaded ciborium-ll v0.2.2 |
| 254 | 2026-05-23T15:37:12.148Z | Downloaded crossbeam-deque v0.8.6 |
| 255 | 2026-05-23T15:37:12.148Z | Downloaded anstyle v1.0.14 |
| 256 | 2026-05-23T15:37:12.148Z | Downloaded errno v0.3.14 |
| 257 | 2026-05-23T15:37:12.151Z | Downloaded critical-section v1.2.0 |
| 258 | 2026-05-23T15:37:12.151Z | Downloaded cipher v0.4.4 |
| 259 | 2026-05-23T15:37:12.153Z | Downloaded env_filter v1.0.0 |
| 260 | 2026-05-23T15:37:12.153Z | Downloaded fd-lock v4.0.4 |
| 261 | 2026-05-23T15:37:12.156Z | Downloaded fastrand v2.3.0 |
| 262 | 2026-05-23T15:37:12.156Z | Downloaded derive_builder_core v0.20.2 |
| 263 | 2026-05-23T15:37:12.156Z | Downloaded deranged v0.5.8 |
| 264 | 2026-05-23T15:37:12.159Z | Downloaded defmt v1.0.1 |
| 265 | 2026-05-23T15:37:12.161Z | Downloaded der_derive v0.7.3 |
| 266 | 2026-05-23T15:37:12.161Z | Downloaded cexpr v0.6.0 |
| 267 | 2026-05-23T15:37:12.164Z | Downloaded digest v0.10.7 |
| 268 | 2026-05-23T15:37:12.164Z | Downloaded defmt-macros v1.0.1 |
| 269 | 2026-05-23T15:37:12.166Z | Downloaded darling v0.20.11 |
| 270 | 2026-05-23T15:37:12.169Z | Downloaded cbc v0.1.2 |
| 271 | 2026-05-23T15:37:12.169Z | Downloaded darling v0.23.0 |
| 272 | 2026-05-23T15:37:12.172Z | Downloaded corncobs v0.1.4 |
| 273 | 2026-05-23T15:37:12.175Z | Downloaded blowfish v0.9.1 |
| 274 | 2026-05-23T15:37:12.175Z | Downloaded fixedbitset v0.4.2 |
| 275 | 2026-05-23T15:37:12.175Z | Downloaded foreign-types-shared v0.3.1 |
| 276 | 2026-05-23T15:37:12.178Z | Downloaded float-ord v0.3.2 |
| 277 | 2026-05-23T15:37:12.178Z | Downloaded foreign-types-shared v0.1.1 |
| 278 | 2026-05-23T15:37:12.178Z | Downloaded datatest-stable v0.3.3 |
| 279 | 2026-05-23T15:37:12.181Z | Downloaded float-cmp v0.10.0 |
| 280 | 2026-05-23T15:37:12.181Z | Downloaded cargo_metadata v0.21.0 |
| 281 | 2026-05-23T15:37:12.181Z | Downloaded cassowary v0.3.0 |
| 282 | 2026-05-23T15:37:12.184Z | Downloaded foreign-types v0.5.0 |
| 283 | 2026-05-23T15:37:12.184Z | Downloaded foreign-types v0.3.2 |
| 284 | 2026-05-23T15:37:12.184Z | Downloaded displaydoc v0.2.5 |
| 285 | 2026-05-23T15:37:12.187Z | Downloaded cmake v0.1.57 |
| 286 | 2026-05-23T15:37:12.187Z | Downloaded camino-tempfile-ext v0.3.3 |
| 287 | 2026-05-23T15:37:12.189Z | Downloaded dsl_auto_type v0.2.0 |
| 288 | 2026-05-23T15:37:12.189Z | Downloaded form_urlencoded v1.2.2 |
| 289 | 2026-05-23T15:37:12.189Z | Downloaded foreign-types-macros v0.2.3 |
| 290 | 2026-05-23T15:37:12.193Z | Downloaded byteorder v1.5.0 |
| 291 | 2026-05-23T15:37:12.193Z | Downloaded bytecount v0.6.9 |
| 292 | 2026-05-23T15:37:12.193Z | Downloaded crossbeam-utils v0.8.21 |
| 293 | 2026-05-23T15:37:12.196Z | Downloaded cookie_store v0.22.1 |
| 294 | 2026-05-23T15:37:12.196Z | Downloaded futures-io v0.3.32 |
| 295 | 2026-05-23T15:37:12.198Z | Downloaded fxhash v0.2.1 |
| 296 | 2026-05-23T15:37:12.198Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-05-23T15:37:12.199Z | Downloaded futures-sink v0.3.32 |
| 298 | 2026-05-23T15:37:12.199Z | Downloaded futures-macro v0.3.32 |
| 299 | 2026-05-23T15:37:12.201Z | Downloaded funty v2.0.0 |
| 300 | 2026-05-23T15:37:12.201Z | Downloaded futures-core v0.3.32 |
| 301 | 2026-05-23T15:37:12.201Z | Downloaded erased-serde v0.3.31 |
| 302 | 2026-05-23T15:37:12.204Z | Downloaded globwalk v0.9.1 |
| 303 | 2026-05-23T15:37:12.204Z | Downloaded ghash v0.5.1 |
| 304 | 2026-05-23T15:37:12.204Z | Downloaded gethostname v0.5.0 |
| 305 | 2026-05-23T15:37:12.207Z | Downloaded ena v0.14.4 |
| 306 | 2026-05-23T15:37:12.207Z | Downloaded constant_time_eq v0.4.2 |
| 307 | 2026-05-23T15:37:12.209Z | Downloaded ed25519 v2.2.3 |
| 308 | 2026-05-23T15:37:12.209Z | Downloaded either v1.15.0 |
| 309 | 2026-05-23T15:37:12.209Z | Downloaded ciborium v0.2.2 |
| 310 | 2026-05-23T15:37:12.212Z | Downloaded escape8259 v0.5.3 |
| 311 | 2026-05-23T15:37:12.212Z | Downloaded erased-serde v0.4.9 |
| 312 | 2026-05-23T15:37:12.215Z | Downloaded diesel-dtrace v0.5.0 |
| 313 | 2026-05-23T15:37:12.215Z | Downloaded futures-task v0.3.32 |
| 314 | 2026-05-23T15:37:12.217Z | Downloaded flagset v0.4.7 |
| 315 | 2026-05-23T15:37:12.217Z | Downloaded fixedbitset v0.5.7 |
| 316 | 2026-05-23T15:37:12.220Z | Downloaded guppy-workspace-hack v0.1.0 |
| 317 | 2026-05-23T15:37:12.220Z | Downloaded git-stub v1.0.0 |
| 318 | 2026-05-23T15:37:12.220Z | Downloaded filetime v0.2.27 |
| 319 | 2026-05-23T15:37:12.220Z | Downloaded des v0.8.1 |
| 320 | 2026-05-23T15:37:12.223Z | Downloaded camino v1.2.2 |
| 321 | 2026-05-23T15:37:12.223Z | Downloaded chacha20 v0.10.0 |
| 322 | 2026-05-23T15:37:12.226Z | Downloaded bzip2 v0.6.1 |
| 323 | 2026-05-23T15:37:12.226Z | Downloaded colored v3.1.1 |
| 324 | 2026-05-23T15:37:12.228Z | Downloaded clap v4.6.1 |
| 325 | 2026-05-23T15:37:12.232Z | Downloaded fnv v1.0.7 |
| 326 | 2026-05-23T15:37:12.235Z | Downloaded fallible-iterator v0.2.0 |
| 327 | 2026-05-23T15:37:12.235Z | Downloaded derive-where v1.6.0 |
| 328 | 2026-05-23T15:37:12.237Z | Downloaded heck v0.5.0 |
| 329 | 2026-05-23T15:37:12.237Z | Downloaded crossbeam-epoch v0.9.18 |
| 330 | 2026-05-23T15:37:12.240Z | Downloaded hex v0.4.3 |
| 331 | 2026-05-23T15:37:12.240Z | Downloaded heck v0.4.1 |
| 332 | 2026-05-23T15:37:12.243Z | Downloaded cargo_metadata v0.23.1 |
| 333 | 2026-05-23T15:37:12.243Z | Downloaded headers-core v0.3.0 |
| 334 | 2026-05-23T15:37:12.243Z | Downloaded hash32 v0.3.1 |
| 335 | 2026-05-23T15:37:12.246Z | Downloaded foldhash v0.2.0 |
| 336 | 2026-05-23T15:37:12.246Z | Downloaded hash32 v0.2.1 |
| 337 | 2026-05-23T15:37:12.246Z | Downloaded compact_str v0.8.1 |
| 338 | 2026-05-23T15:37:12.248Z | Downloaded futures-executor v0.3.32 |
| 339 | 2026-05-23T15:37:12.248Z | Downloaded find-msvc-tools v0.1.9 |
| 340 | 2026-05-23T15:37:12.251Z | Downloaded cfg-expr v0.20.6 |
| 341 | 2026-05-23T15:37:12.253Z | Downloaded backon v1.6.0 |
| 342 | 2026-05-23T15:37:12.253Z | Downloaded bzip2 v0.4.4 |
| 343 | 2026-05-23T15:37:12.256Z | Downloaded clap_derive v4.6.1 |
| 344 | 2026-05-23T15:37:12.256Z | Downloaded http-body v1.0.1 |
| 345 | 2026-05-23T15:37:12.259Z | Downloaded hubpack v0.1.2 |
| 346 | 2026-05-23T15:37:12.259Z | Downloaded hostname v0.4.2 |
| 347 | 2026-05-23T15:37:12.259Z | Downloaded fs_extra v1.3.0 |
| 348 | 2026-05-23T15:37:12.262Z | Downloaded bitfield-struct v0.6.2 |
| 349 | 2026-05-23T15:37:12.262Z | Downloaded fs-err v3.3.0 |
| 350 | 2026-05-23T15:37:12.262Z | Downloaded fs-err v2.11.0 |
| 351 | 2026-05-23T15:37:12.265Z | Downloaded git-stub-vcs v0.1.0 |
| 352 | 2026-05-23T15:37:12.265Z | Downloaded chacha20poly1305 v0.10.1 |
| 353 | 2026-05-23T15:37:12.267Z | Downloaded clang-sys v1.8.1 |
| 354 | 2026-05-23T15:37:12.267Z | Downloaded hostname v0.3.1 |
| 355 | 2026-05-23T15:37:12.270Z | Downloaded darling v0.21.3 |
| 356 | 2026-05-23T15:37:12.272Z | Downloaded futures-timer v3.0.3 |
| 357 | 2026-05-23T15:37:12.272Z | Downloaded crc-any v2.5.0 |
| 358 | 2026-05-23T15:37:12.297Z | Downloaded globset v0.4.18 |
| 359 | 2026-05-23T15:37:12.297Z | Downloaded event-listener v5.4.1 |
| 360 | 2026-05-23T15:37:12.297Z | Downloaded idna_adapter v1.2.1 |
| 361 | 2026-05-23T15:37:12.297Z | Downloaded hubpack_derive v0.1.1 |
| 362 | 2026-05-23T15:37:12.297Z | Downloaded httpdate v1.0.3 |
| 363 | 2026-05-23T15:37:12.297Z | Downloaded http-range v0.1.5 |
| 364 | 2026-05-23T15:37:12.297Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-05-23T15:37:12.297Z | Downloaded home v0.5.12 |
| 366 | 2026-05-23T15:37:12.297Z | Downloaded glob v0.3.3 |
| 367 | 2026-05-23T15:37:12.297Z | Downloaded cargo-util-schemas v0.8.2 |
| 368 | 2026-05-23T15:37:12.297Z | Downloaded allocator-api2 v0.2.21 |
| 369 | 2026-05-23T15:37:12.297Z | Downloaded diff v0.1.13 |
| 370 | 2026-05-23T15:37:12.297Z | Downloaded derive_more v0.99.20 |
| 371 | 2026-05-23T15:37:12.297Z | Downloaded indent_write v2.2.0 |
| 372 | 2026-05-23T15:37:12.297Z | Downloaded bitflags v2.11.0 |
| 373 | 2026-05-23T15:37:12.297Z | Downloaded derive_builder v0.20.2 |
| 374 | 2026-05-23T15:37:12.297Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 375 | 2026-05-23T15:37:12.301Z | Downloaded foldhash v0.1.5 |
| 376 | 2026-05-23T15:37:12.301Z | Downloaded instant v0.1.13 |
| 377 | 2026-05-23T15:37:12.301Z | Downloaded indoc v1.0.9 |
| 378 | 2026-05-23T15:37:12.301Z | Downloaded group v0.13.0 |
| 379 | 2026-05-23T15:37:12.304Z | Downloaded crypto-bigint v0.5.5 |
| 380 | 2026-05-23T15:37:12.307Z | Downloaded itoa v1.0.17 |
| 381 | 2026-05-23T15:37:12.307Z | Downloaded getrandom v0.2.17 |
| 382 | 2026-05-23T15:37:12.310Z | Downloaded is_terminal_polyfill v1.70.2 |
| 383 | 2026-05-23T15:37:12.310Z | Downloaded inout v0.1.4 |
| 384 | 2026-05-23T15:37:12.310Z | Downloaded internet-checksum v0.2.1 |
| 385 | 2026-05-23T15:37:12.313Z | Downloaded is-terminal v0.4.17 |
| 386 | 2026-05-23T15:37:12.313Z | Downloaded ff v0.13.1 |
| 387 | 2026-05-23T15:37:12.313Z | Downloaded humantime v2.3.0 |
| 388 | 2026-05-23T15:37:12.315Z | Downloaded highway v1.3.0 |
| 389 | 2026-05-23T15:37:12.315Z | Downloaded keccak v0.1.6 |
| 390 | 2026-05-23T15:37:12.318Z | Downloaded is_ci v1.2.0 |
| 391 | 2026-05-23T15:37:12.318Z | Downloaded instability v0.3.11 |
| 392 | 2026-05-23T15:37:12.318Z | Downloaded elliptic-curve v0.13.8 |
| 393 | 2026-05-23T15:37:12.320Z | Downloaded lazy_static v1.5.0 |
| 394 | 2026-05-23T15:37:12.323Z | Downloaded lalrpop-util v0.19.12 |
| 395 | 2026-05-23T15:37:12.323Z | Downloaded kstat-rs v0.2.4 |
| 396 | 2026-05-23T15:37:12.323Z | Downloaded crc32fast v1.5.0 |
| 397 | 2026-05-23T15:37:12.325Z | Downloaded env_logger v0.11.9 |
| 398 | 2026-05-23T15:37:12.325Z | Downloaded dropshot_endpoint v0.17.0 |
| 399 | 2026-05-23T15:37:12.328Z | Downloaded http-body-util v0.1.3 |
| 400 | 2026-05-23T15:37:12.330Z | Downloaded darling_core v0.21.3 |
| 401 | 2026-05-23T15:37:12.333Z | Downloaded futures-channel v0.3.32 |
| 402 | 2026-05-23T15:37:12.333Z | Downloaded darling_core v0.23.0 |
| 403 | 2026-05-23T15:37:12.335Z | Downloaded drift v0.2.0 |
| 404 | 2026-05-23T15:37:12.340Z | Downloaded anes v0.1.6 |
| 405 | 2026-05-23T15:37:12.343Z | Downloaded linked-hash-map v0.5.6 |
| 406 | 2026-05-23T15:37:12.345Z | Downloaded linkme-impl v0.3.35 |
| 407 | 2026-05-23T15:37:12.345Z | Downloaded hyper-tls v0.6.0 |
| 408 | 2026-05-23T15:37:12.345Z | Downloaded hex-literal v0.4.1 |
| 409 | 2026-05-23T15:37:12.348Z | Downloaded base64 v0.22.1 |
| 410 | 2026-05-23T15:37:12.348Z | Downloaded macaddr v1.0.1 |
| 411 | 2026-05-23T15:37:12.351Z | Downloaded libscf-sys v1.1.0 |
| 412 | 2026-05-23T15:37:12.351Z | Downloaded derive_more v2.1.1 |
| 413 | 2026-05-23T15:37:12.356Z | Downloaded md-5 v0.10.6 |
| 414 | 2026-05-23T15:37:12.358Z | Downloaded lru v0.12.5 |
| 415 | 2026-05-23T15:37:12.358Z | Downloaded crossbeam-channel v0.5.15 |
| 416 | 2026-05-23T15:37:12.361Z | Downloaded lzss v0.8.2 |
| 417 | 2026-05-23T15:37:12.364Z | Downloaded memoffset v0.9.1 |
| 418 | 2026-05-23T15:37:12.364Z | Downloaded hyper-staticfile v0.10.1 |
| 419 | 2026-05-23T15:37:12.364Z | Downloaded indoc v2.0.7 |
| 420 | 2026-05-23T15:37:12.366Z | Downloaded lru-cache v0.1.2 |
| 421 | 2026-05-23T15:37:12.366Z | Downloaded ingot-types v0.1.2 |
| 422 | 2026-05-23T15:37:12.369Z | Downloaded mime v0.3.17 |
| 423 | 2026-05-23T15:37:12.369Z | Downloaded maplit v1.0.2 |
| 424 | 2026-05-23T15:37:12.369Z | Downloaded managed v0.8.0 |
| 425 | 2026-05-23T15:37:12.372Z | Downloaded ipnet v2.11.0 |
| 426 | 2026-05-23T15:37:12.372Z | Downloaded memmap v0.7.0 |
| 427 | 2026-05-23T15:37:12.372Z | Downloaded md5 v0.7.0 |
| 428 | 2026-05-23T15:37:12.374Z | Downloaded miette-derive v5.10.0 |
| 429 | 2026-05-23T15:37:12.374Z | Downloaded darling_core v0.20.11 |
| 430 | 2026-05-23T15:37:12.377Z | Downloaded maybe-uninit v2.0.0 |
| 431 | 2026-05-23T15:37:12.377Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 432 | 2026-05-23T15:37:12.380Z | Downloaded ident_case v1.0.1 |
| 433 | 2026-05-23T15:37:12.380Z | Downloaded knuffel-derive v3.2.0 |
| 434 | 2026-05-23T15:37:12.382Z | Downloaded httptest v0.16.4 |
| 435 | 2026-05-23T15:37:12.382Z | Downloaded fatfs v0.3.6 |
| 436 | 2026-05-23T15:37:12.385Z | Downloaded backtrace v0.3.76 |
| 437 | 2026-05-23T15:37:12.388Z | Downloaded newtype-uuid-macros v0.1.0 |
| 438 | 2026-05-23T15:37:12.388Z | Downloaded nodrop v0.1.14 |
| 439 | 2026-05-23T15:37:12.390Z | Downloaded libefi-sys v0.1.0 |
| 440 | 2026-05-23T15:37:12.390Z | Downloaded illumos-nvpair v0.3.0 |
| 441 | 2026-05-23T15:37:12.390Z | Downloaded ipnetwork v0.21.1 |
| 442 | 2026-05-23T15:37:12.393Z | Downloaded ingot v0.1.1 |
| 443 | 2026-05-23T15:37:12.393Z | Downloaded half v1.8.3 |
| 444 | 2026-05-23T15:37:12.393Z | Downloaded nibble_vec v0.1.0 |
| 445 | 2026-05-23T15:37:12.396Z | Downloaded iana-time-zone v0.1.65 |
| 446 | 2026-05-23T15:37:12.398Z | Downloaded chumsky v0.9.3 |
| 447 | 2026-05-23T15:37:12.398Z | Downloaded newtype_derive v0.1.6 |
| 448 | 2026-05-23T15:37:12.401Z | Downloaded newline-converter v0.3.0 |
| 449 | 2026-05-23T15:37:12.401Z | Downloaded new_debug_unreachable v1.0.6 |
| 450 | 2026-05-23T15:37:12.401Z | Downloaded nested v0.1.1 |
| 451 | 2026-05-23T15:37:12.401Z | Downloaded linkme v0.3.35 |
| 452 | 2026-05-23T15:37:12.404Z | Downloaded libtest-mimic v0.8.1 |
| 453 | 2026-05-23T15:37:12.406Z | Downloaded libsw-core v0.3.2 |
| 454 | 2026-05-23T15:37:12.406Z | Downloaded libsw v3.5.0 |
| 455 | 2026-05-23T15:37:12.406Z | Downloaded multimap v0.10.1 |
| 456 | 2026-05-23T15:37:12.409Z | Downloaded num v0.4.3 |
| 457 | 2026-05-23T15:37:12.409Z | Downloaded linear-map v1.2.0 |
| 458 | 2026-05-23T15:37:12.409Z | Downloaded hickory-client v0.25.2 |
| 459 | 2026-05-23T15:37:12.412Z | Downloaded futures v0.3.32 |
| 460 | 2026-05-23T15:37:12.414Z | Downloaded jobserver v0.1.34 |
| 461 | 2026-05-23T15:37:12.414Z | Downloaded der v0.7.10 |
| 462 | 2026-05-23T15:37:12.417Z | Downloaded libloading v0.8.9 |
| 463 | 2026-05-23T15:37:12.420Z | Downloaded normalize-line-endings v0.3.0 |
| 464 | 2026-05-23T15:37:12.420Z | Downloaded colored v2.2.0 |
| 465 | 2026-05-23T15:37:12.422Z | Downloaded num-iter v0.1.45 |
| 466 | 2026-05-23T15:37:12.422Z | Downloaded lru-slab v0.1.2 |
| 467 | 2026-05-23T15:37:12.422Z | Downloaded hmac v0.12.1 |
| 468 | 2026-05-23T15:37:12.425Z | Downloaded half v2.7.1 |
| 469 | 2026-05-23T15:37:12.425Z | Downloaded cancel-safe-futures v0.1.5 |
| 470 | 2026-05-23T15:37:12.428Z | Downloaded hyper-rustls v0.27.7 |
| 471 | 2026-05-23T15:37:12.430Z | Downloaded num-conv v0.2.0 |
| 472 | 2026-05-23T15:37:12.430Z | Downloaded ingot-macros v0.1.1 |
| 473 | 2026-05-23T15:37:12.430Z | Downloaded blake2b_simd v1.0.4 |
| 474 | 2026-05-23T15:37:12.433Z | Downloaded base64ct v1.8.3 |
| 475 | 2026-05-23T15:37:12.433Z | Downloaded num-derive v0.4.2 |
| 476 | 2026-05-23T15:37:12.436Z | Downloaded num_enum_derive v0.5.11 |
| 477 | 2026-05-23T15:37:12.436Z | Downloaded cc v1.2.56 |
| 478 | 2026-05-23T15:37:12.439Z | Downloaded num-derive v0.3.3 |
| 479 | 2026-05-23T15:37:12.439Z | Downloaded getrandom v0.4.1 |
| 480 | 2026-05-23T15:37:12.441Z | Downloaded httparse v1.10.1 |
| 481 | 2026-05-23T15:37:12.444Z | Downloaded getrandom v0.3.4 |
| 482 | 2026-05-23T15:37:12.444Z | Downloaded async-compression v0.4.41 |
| 483 | 2026-05-23T15:37:12.447Z | Downloaded olpc-cjson v0.1.4 |
| 484 | 2026-05-23T15:37:12.450Z | Downloaded opaque-debug v0.3.1 |
| 485 | 2026-05-23T15:37:12.450Z | Downloaded bytes v1.11.1 |
| 486 | 2026-05-23T15:37:12.453Z | Downloaded openssl-probe v0.2.1 |
| 487 | 2026-05-23T15:37:12.453Z | Downloaded nonempty v0.12.0 |
| 488 | 2026-05-23T15:37:12.455Z | Downloaded num_threads v0.1.7 |
| 489 | 2026-05-23T15:37:12.455Z | Downloaded native-tls v0.2.18 |
| 490 | 2026-05-23T15:37:12.455Z | Downloaded derive_more-impl v2.1.1 |
| 491 | 2026-05-23T15:37:12.458Z | Downloaded const_format v0.2.35 |
| 492 | 2026-05-23T15:37:12.461Z | Downloaded fancy-regex v0.14.0 |
| 493 | 2026-05-23T15:37:12.463Z | Downloaded newtype-uuid v1.3.2 |
| 494 | 2026-05-23T15:37:12.466Z | Downloaded multer v3.1.0 |
| 495 | 2026-05-23T15:37:12.466Z | Downloaded openssl-probe v0.1.6 |
| 496 | 2026-05-23T15:37:12.466Z | Downloaded litemap v0.8.1 |
| 497 | 2026-05-23T15:37:12.469Z | Downloaded litrs v1.0.0 |
| 498 | 2026-05-23T15:37:12.471Z | Downloaded packed_struct_codegen v0.10.1 |
| 499 | 2026-05-23T15:37:12.471Z | Downloaded oso-derive v0.27.3 |
| 500 | 2026-05-23T15:37:12.471Z | Downloaded ordered-float v2.10.1 |
| 501 | 2026-05-23T15:37:12.474Z | Downloaded num-complex v0.4.6 |
| 502 | 2026-05-23T15:37:12.474Z | Downloaded icu_provider v2.1.1 |
| 503 | 2026-05-23T15:37:12.477Z | Downloaded mime_guess v2.0.5 |
| 504 | 2026-05-23T15:37:12.477Z | Downloaded nanorand v0.7.0 |
| 505 | 2026-05-23T15:37:12.479Z | Downloaded flume v0.11.1 |
| 506 | 2026-05-23T15:37:12.479Z | Downloaded parking v2.2.1 |
| 507 | 2026-05-23T15:37:12.482Z | Downloaded match_cfg v0.1.0 |
| 508 | 2026-05-23T15:37:12.482Z | Downloaded ar_archive_writer v0.5.1 |
| 509 | 2026-05-23T15:37:12.485Z | Downloaded ahash v0.8.12 |
| 510 | 2026-05-23T15:37:12.485Z | Downloaded num-integer v0.1.46 |
| 511 | 2026-05-23T15:37:12.487Z | Downloaded flate2 v1.1.9 |
| 512 | 2026-05-23T15:37:12.490Z | Downloaded ecdsa v0.16.9 |
| 513 | 2026-05-23T15:37:12.490Z | Downloaded cookie v0.18.1 |
| 514 | 2026-05-23T15:37:12.492Z | Downloaded num_enum_derive v0.7.6 |
| 515 | 2026-05-23T15:37:12.492Z | Downloaded path-slash v0.1.5 |
| 516 | 2026-05-23T15:37:12.495Z | Downloaded pathdiff v0.2.3 |
| 517 | 2026-05-23T15:37:12.495Z | Downloaded parse-display v0.10.0 |
| 518 | 2026-05-23T15:37:12.495Z | Downloaded num-rational v0.4.2 |
| 519 | 2026-05-23T15:37:12.495Z | Downloaded anstyle-parse v0.2.7 |
| 520 | 2026-05-23T15:37:12.498Z | Downloaded event-listener-strategy v0.5.4 |
| 521 | 2026-05-23T15:37:12.498Z | Downloaded memmap2 v0.9.10 |
| 522 | 2026-05-23T15:37:12.501Z | Downloaded ed25519-dalek v2.2.0 |
| 523 | 2026-05-23T15:37:12.501Z | Downloaded parse-size v1.1.0 |
| 524 | 2026-05-23T15:37:12.503Z | Downloaded num_enum v0.5.11 |
| 525 | 2026-05-23T15:37:12.507Z | Downloaded pbkdf2 v0.11.0 |
| 526 | 2026-05-23T15:37:12.507Z | Downloaded phf_shared v0.11.3 |
| 527 | 2026-05-23T15:37:12.507Z | Downloaded peg-runtime v0.8.5 |
| 528 | 2026-05-23T15:37:12.510Z | Downloaded lock_api v0.4.14 |
| 529 | 2026-05-23T15:37:12.510Z | Downloaded indexmap v1.9.3 |
| 530 | 2026-05-23T15:37:12.510Z | Downloaded crc v3.4.0 |
| 531 | 2026-05-23T15:37:12.513Z | Downloaded bit-vec v0.6.3 |
| 532 | 2026-05-23T15:37:12.513Z | Downloaded heapless v0.7.17 |
| 533 | 2026-05-23T15:37:12.515Z | Downloaded bumpalo v3.20.2 |
| 534 | 2026-05-23T15:37:12.518Z | Downloaded anstream v1.0.0 |
| 535 | 2026-05-23T15:37:12.518Z | Downloaded owo-colors v3.5.0 |
| 536 | 2026-05-23T15:37:12.521Z | Downloaded phf_shared v0.13.1 |
| 537 | 2026-05-23T15:37:12.521Z | Downloaded phf_shared v0.12.1 |
| 538 | 2026-05-23T15:37:12.524Z | Downloaded owo-colors v4.3.0 |
| 539 | 2026-05-23T15:37:12.526Z | Downloaded plain v0.2.3 |
| 540 | 2026-05-23T15:37:12.526Z | Downloaded diesel_derives v2.3.7 |
| 541 | 2026-05-23T15:37:12.529Z | Downloaded oorandom v11.1.5 |
| 542 | 2026-05-23T15:37:12.532Z | Downloaded oxide-tokio-rt v0.1.4 |
| 543 | 2026-05-23T15:37:12.535Z | Downloaded nu-ansi-term v0.50.3 |
| 544 | 2026-05-23T15:37:12.535Z | Downloaded ignore v0.4.25 |
| 545 | 2026-05-23T15:37:12.537Z | Downloaded openssl-macros v0.1.1 |
| 546 | 2026-05-23T15:37:12.537Z | Downloaded icu_locale_core v2.1.1 |
| 547 | 2026-05-23T15:37:12.540Z | Downloaded plotters-backend v0.3.7 |
| 548 | 2026-05-23T15:37:12.542Z | Downloaded plotters-svg v0.3.7 |
| 549 | 2026-05-23T15:37:12.543Z | Downloaded criterion v0.7.0 |
| 550 | 2026-05-23T15:37:12.546Z | Downloaded paste v1.0.15 |
| 551 | 2026-05-23T15:37:12.548Z | Downloaded powerfmt v0.2.0 |
| 552 | 2026-05-23T15:37:12.551Z | Downloaded password-hash v0.4.2 |
| 553 | 2026-05-23T15:37:12.551Z | Downloaded partial-io v0.5.4 |
| 554 | 2026-05-23T15:37:12.554Z | Downloaded predicates-core v1.0.10 |
| 555 | 2026-05-23T15:37:12.554Z | Downloaded precomputed-hash v0.1.1 |
| 556 | 2026-05-23T15:37:12.554Z | Downloaded path-tree v0.8.3 |
| 557 | 2026-05-23T15:37:12.554Z | Downloaded aho-corasick v1.1.4 |
| 558 | 2026-05-23T15:37:12.557Z | Downloaded num_enum v0.7.6 |
| 559 | 2026-05-23T15:37:12.560Z | Downloaded parse-display-derive v0.10.0 |
| 560 | 2026-05-23T15:37:12.563Z | Downloaded percent-encoding v2.3.2 |
| 561 | 2026-05-23T15:37:12.563Z | Downloaded once_cell v1.21.3 |
| 562 | 2026-05-23T15:37:12.565Z | Downloaded packed_struct v0.10.1 |
| 563 | 2026-05-23T15:37:12.565Z | Downloaded oxnet v0.1.5 |
| 564 | 2026-05-23T15:37:12.566Z | Downloaded icu_normalizer v2.1.1 |
| 565 | 2026-05-23T15:37:12.568Z | Downloaded heapless v0.8.0 |
| 566 | 2026-05-23T15:37:12.571Z | Downloaded proc-macro-error-attr v1.0.4 |
| 567 | 2026-05-23T15:37:12.571Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 568 | 2026-05-23T15:37:12.574Z | Downloaded hickory-resolver v0.24.4 |
| 569 | 2026-05-23T15:37:12.574Z | Downloaded proc-macro-crate v3.4.0 |
| 570 | 2026-05-23T15:37:12.577Z | Downloaded predicates-tree v1.0.13 |
| 571 | 2026-05-23T15:37:12.577Z | Downloaded pretty-hex v0.4.1 |
| 572 | 2026-05-23T15:37:12.577Z | Downloaded potential_utf v0.1.4 |
| 573 | 2026-05-23T15:37:12.580Z | Downloaded libbz2-rs-sys v0.2.2 |
| 574 | 2026-05-23T15:37:12.580Z | Downloaded knuffel v3.2.0 |
| 575 | 2026-05-23T15:37:12.582Z | Downloaded password-hash v0.5.0 |
| 576 | 2026-05-23T15:37:12.582Z | Downloaded parking_lot_core v0.8.6 |
| 577 | 2026-05-23T15:37:12.585Z | Downloaded headers v0.4.1 |
| 578 | 2026-05-23T15:37:12.588Z | Downloaded proc-macro-crate v1.3.1 |
| 579 | 2026-05-23T15:37:12.588Z | Downloaded progenitor-client v0.14.0 |
| 580 | 2026-05-23T15:37:12.588Z | Downloaded log v0.4.29 |
| 581 | 2026-05-23T15:37:12.590Z | Downloaded pin-utils v0.1.0 |
| 582 | 2026-05-23T15:37:12.590Z | Downloaded icu_properties v2.1.2 |
| 583 | 2026-05-23T15:37:12.593Z | Downloaded icu_normalizer_data v2.1.1 |
| 584 | 2026-05-23T15:37:12.596Z | Downloaded phf v0.13.1 |
| 585 | 2026-05-23T15:37:12.596Z | Downloaded phf v0.12.1 |
| 586 | 2026-05-23T15:37:12.596Z | Downloaded crossterm v0.28.1 |
| 587 | 2026-05-23T15:37:12.599Z | Downloaded progenitor-macro v0.13.0 |
| 588 | 2026-05-23T15:37:12.602Z | Downloaded psl-types v2.0.11 |
| 589 | 2026-05-23T15:37:12.602Z | Downloaded progenitor-macro v0.11.2 |
| 590 | 2026-05-23T15:37:12.602Z | Downloaded expectorate v1.2.0 |
| 591 | 2026-05-23T15:37:12.605Z | Downloaded progenitor-macro v0.14.0 |
| 592 | 2026-05-23T15:37:12.605Z | Downloaded progenitor-client v0.11.2 |
| 593 | 2026-05-23T15:37:12.605Z | Downloaded parking_lot v0.11.2 |
| 594 | 2026-05-23T15:37:12.608Z | Downloaded pem-rfc7468 v0.7.0 |
| 595 | 2026-05-23T15:37:12.608Z | Downloaded pem v3.0.6 |
| 596 | 2026-05-23T15:37:12.611Z | Downloaded postgres-protocol v0.6.10 |
| 597 | 2026-05-23T15:37:12.611Z | Downloaded predicates v3.1.4 |
| 598 | 2026-05-23T15:37:12.614Z | Downloaded ppv-lite86 v0.2.21 |
| 599 | 2026-05-23T15:37:12.614Z | Downloaded pin-project-internal v1.1.11 |
| 600 | 2026-05-23T15:37:12.616Z | Downloaded pin-project-lite v0.2.17 |
| 601 | 2026-05-23T15:37:12.619Z | Downloaded radium v0.7.0 |
| 602 | 2026-05-23T15:37:12.619Z | Downloaded polyval v0.6.2 |
| 603 | 2026-05-23T15:37:12.621Z | Downloaded pkcs8 v0.10.2 |
| 604 | 2026-05-23T15:37:12.621Z | Downloaded omicron-zone-package v0.12.2 |
| 605 | 2026-05-23T15:37:12.624Z | Downloaded quick-error v1.2.3 |
| 606 | 2026-05-23T15:37:12.624Z | Downloaded num-traits v0.2.19 |
| 607 | 2026-05-23T15:37:12.627Z | Downloaded miniz_oxide v0.8.9 |
| 608 | 2026-05-23T15:37:12.629Z | Downloaded indicatif v0.18.4 |
| 609 | 2026-05-23T15:37:12.629Z | Downloaded progenitor v0.14.0 |
| 610 | 2026-05-23T15:37:12.632Z | Downloaded hickory-resolver v0.25.2 |
| 611 | 2026-05-23T15:37:12.634Z | Downloaded poly1305 v0.8.0 |
| 612 | 2026-05-23T15:37:12.635Z | Downloaded crossterm v0.29.0 |
| 613 | 2026-05-23T15:37:12.638Z | Downloaded proc-macro-error2 v2.0.1 |
| 614 | 2026-05-23T15:37:12.640Z | Downloaded pest_derive v2.8.6 |
| 615 | 2026-05-23T15:37:12.643Z | Downloaded peg-macros v0.8.5 |
| 616 | 2026-05-23T15:37:12.643Z | Downloaded parking_lot_core v0.9.12 |
| 617 | 2026-05-23T15:37:12.646Z | Downloaded rand_chacha v0.3.1 |
| 618 | 2026-05-23T15:37:12.646Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 619 | 2026-05-23T15:37:12.646Z | Downloaded progenitor-client v0.13.0 |
| 620 | 2026-05-23T15:37:12.648Z | Downloaded pkcs1 v0.7.5 |
| 621 | 2026-05-23T15:37:12.648Z | Downloaded parking_lot v0.12.5 |
| 622 | 2026-05-23T15:37:12.651Z | Downloaded ref-cast-impl v1.0.25 |
| 623 | 2026-05-23T15:37:12.651Z | Downloaded aes v0.8.4 |
| 624 | 2026-05-23T15:37:12.653Z | Downloaded ref-cast v1.0.25 |
| 625 | 2026-05-23T15:37:12.656Z | Downloaded progenitor-extras v0.2.0 |
| 626 | 2026-05-23T15:37:12.656Z | Downloaded primeorder v0.13.6 |
| 627 | 2026-05-23T15:37:12.656Z | Downloaded pkcs5 v0.7.1 |
| 628 | 2026-05-23T15:37:12.659Z | Downloaded recursive v0.1.1 |
| 629 | 2026-05-23T15:37:12.662Z | Downloaded rand_xorshift v0.4.0 |
| 630 | 2026-05-23T15:37:12.662Z | Downloaded pest_generator v2.8.6 |
| 631 | 2026-05-23T15:37:12.662Z | Downloaded proc-macro-error v1.0.4 |
| 632 | 2026-05-23T15:37:12.664Z | Downloaded icu_collections v2.1.1 |
| 633 | 2026-05-23T15:37:12.667Z | Downloaded progenitor v0.13.0 |
| 634 | 2026-05-23T15:37:12.670Z | Downloaded progenitor v0.11.2 |
| 635 | 2026-05-23T15:37:12.670Z | Downloaded pbkdf2 v0.12.2 |
| 636 | 2026-05-23T15:37:12.672Z | Downloaded peg v0.8.5 |
| 637 | 2026-05-23T15:37:12.675Z | Downloaded hashbrown v0.13.2 |
| 638 | 2026-05-23T15:37:12.680Z | Downloaded oso v0.27.3 |
| 639 | 2026-05-23T15:37:12.683Z | Downloaded rtoolbox v0.0.3 |
| 640 | 2026-05-23T15:37:12.685Z | Downloaded rfc6979 v0.4.0 |
| 641 | 2026-05-23T15:37:12.685Z | Downloaded psm v0.1.30 |
| 642 | 2026-05-23T15:37:12.688Z | Downloaded pkg-config v0.3.32 |
| 643 | 2026-05-23T15:37:12.688Z | Downloaded miette v5.10.0 |
| 644 | 2026-05-23T15:37:12.691Z | Downloaded rustc-hash v2.1.1 |
| 645 | 2026-05-23T15:37:12.694Z | Downloaded rustc_version v0.4.1 |
| 646 | 2026-05-23T15:37:12.696Z | Downloaded postcard v1.1.3 |
| 647 | 2026-05-23T15:37:12.700Z | Downloaded rustc_version v0.1.7 |
| 648 | 2026-05-23T15:37:12.704Z | Downloaded rand_core v0.9.5 |
| 649 | 2026-05-23T15:37:12.707Z | Downloaded http v1.4.0 |
| 650 | 2026-05-23T15:37:12.709Z | Downloaded jiff-static v0.2.21 |
| 651 | 2026-05-23T15:37:12.709Z | Downloaded rand_core v0.6.4 |
| 652 | 2026-05-23T15:37:12.712Z | Downloaded openssl-sys v0.9.114 |
| 653 | 2026-05-23T15:37:12.717Z | Downloaded r2d2 v0.8.10 |
| 654 | 2026-05-23T15:37:12.720Z | Downloaded postgres-types v0.2.12 |
| 655 | 2026-05-23T15:37:12.720Z | Downloaded papergrid v0.11.0 |
| 656 | 2026-05-23T15:37:12.729Z | Downloaded salsa20 v0.10.2 |
| 657 | 2026-05-23T15:37:12.729Z | Downloaded rand_seeder v0.4.0 |
| 658 | 2026-05-23T15:37:12.729Z | Downloaded scheduled-thread-pool v0.2.7 |
| 659 | 2026-05-23T15:37:12.729Z | Downloaded same-file v1.0.6 |
| 660 | 2026-05-23T15:37:12.734Z | Downloaded memchr v2.8.0 |
| 661 | 2026-05-23T15:37:12.737Z | Downloaded russh-cryptovec v0.7.3 |
| 662 | 2026-05-23T15:37:12.737Z | Downloaded papergrid v0.17.0 |
| 663 | 2026-05-23T15:37:12.741Z | Downloaded scrypt v0.11.0 |
| 664 | 2026-05-23T15:37:12.743Z | Downloaded scopeguard v1.2.0 |
| 665 | 2026-05-23T15:37:12.751Z | Downloaded resolv-conf v0.7.6 |
| 666 | 2026-05-23T15:37:12.754Z | Downloaded relative-path v1.9.3 |
| 667 | 2026-05-23T15:37:12.754Z | Downloaded pin-project v1.1.11 |
| 668 | 2026-05-23T15:37:12.761Z | Downloaded seq-macro v0.3.6 |
| 669 | 2026-05-23T15:37:12.764Z | Downloaded clap_builder v4.6.0 |
| 670 | 2026-05-23T15:37:12.766Z | Downloaded rustls-native-certs v0.8.3 |
| 671 | 2026-05-23T15:37:12.769Z | Downloaded serde-big-array v0.5.1 |
| 672 | 2026-05-23T15:37:12.769Z | Downloaded rustc-demangle v0.1.27 |
| 673 | 2026-05-23T15:37:12.772Z | Downloaded quote v1.0.45 |
| 674 | 2026-05-23T15:37:12.774Z | Downloaded serde_bytes v0.11.19 |
| 675 | 2026-05-23T15:37:12.774Z | Downloaded prefix-trie v0.7.0 |
| 676 | 2026-05-23T15:37:12.777Z | Downloaded pest_meta v2.8.6 |
| 677 | 2026-05-23T15:37:12.777Z | Downloaded rand_core v0.10.0 |
| 678 | 2026-05-23T15:37:12.780Z | Downloaded indexmap v2.14.0 |
| 679 | 2026-05-23T15:37:12.782Z | Downloaded serde_plain v1.0.2 |
| 680 | 2026-05-23T15:37:12.782Z | Downloaded serde-value v0.7.0 |
| 681 | 2026-05-23T15:37:12.785Z | Downloaded secrecy v0.10.3 |
| 682 | 2026-05-23T15:37:12.785Z | Downloaded itertools v0.10.5 |
| 683 | 2026-05-23T15:37:12.788Z | Downloaded rustls-pemfile v1.0.4 |
| 684 | 2026-05-23T15:37:12.790Z | Downloaded hickory-server v0.25.2 |
| 685 | 2026-05-23T15:37:12.793Z | Downloaded serde_regex v1.1.0 |
| 686 | 2026-05-23T15:37:12.793Z | Downloaded serde_spanned v0.6.9 |
| 687 | 2026-05-23T15:37:12.795Z | Downloaded rusty-fork v0.3.1 |
| 688 | 2026-05-23T15:37:12.795Z | Downloaded rand_chacha v0.9.0 |
| 689 | 2026-05-23T15:37:12.796Z | Downloaded rustls-pemfile v2.2.0 |
| 690 | 2026-05-23T15:37:12.798Z | Downloaded serde_urlencoded v0.7.1 |
| 691 | 2026-05-23T15:37:12.798Z | Downloaded serde_spanned v1.0.4 |
| 692 | 2026-05-23T15:37:12.801Z | Downloaded sha1 v0.10.6 |
| 693 | 2026-05-23T15:37:12.801Z | Downloaded serde_repr v0.1.20 |
| 694 | 2026-05-23T15:37:12.804Z | Downloaded rustversion v1.0.22 |
| 695 | 2026-05-23T15:37:12.804Z | Downloaded aes-gcm v0.10.3 |
| 696 | 2026-05-23T15:37:12.806Z | Downloaded progenitor-impl v0.11.2 |
| 697 | 2026-05-23T15:37:12.809Z | Downloaded sct v0.7.1 |
| 698 | 2026-05-23T15:37:12.809Z | Downloaded progenitor-impl v0.13.0 |
| 699 | 2026-05-23T15:37:12.811Z | Downloaded p256 v0.13.2 |
| 700 | 2026-05-23T15:37:12.814Z | Downloaded signal-hook-mio v0.2.5 |
| 701 | 2026-05-23T15:37:12.814Z | Downloaded shell-words v1.1.1 |
| 702 | 2026-05-23T15:37:12.817Z | Downloaded signal-hook-tokio v0.3.1 |
| 703 | 2026-05-23T15:37:12.817Z | Downloaded minimal-lexical v0.2.1 |
| 704 | 2026-05-23T15:37:12.819Z | Downloaded sec1 v0.7.3 |
| 705 | 2026-05-23T15:37:12.819Z | Downloaded scroll v0.12.0 |
| 706 | 2026-05-23T15:37:12.822Z | Downloaded hashbrown v0.14.5 |
| 707 | 2026-05-23T15:37:12.825Z | Downloaded schemars_derive v0.8.22 |
| 708 | 2026-05-23T15:37:12.825Z | Downloaded num-bigint v0.4.6 |
| 709 | 2026-05-23T15:37:12.827Z | Downloaded hashbrown v0.12.3 |
| 710 | 2026-05-23T15:37:12.830Z | Downloaded signature v2.2.0 |
| 711 | 2026-05-23T15:37:12.833Z | Downloaded scroll v0.13.0 |
| 712 | 2026-05-23T15:37:12.833Z | Downloaded dropshot-api-manager v0.7.2 |
| 713 | 2026-05-23T15:37:12.835Z | Downloaded secrecy v0.8.0 |
| 714 | 2026-05-23T15:37:12.838Z | Downloaded scroll_derive v0.13.1 |
| 715 | 2026-05-23T15:37:12.838Z | Downloaded mio v1.2.0 |
| 716 | 2026-05-23T15:37:12.840Z | Downloaded scroll_derive v0.12.1 |
| 717 | 2026-05-23T15:37:12.841Z | Downloaded rust-argon2 v2.1.0 |
| 718 | 2026-05-23T15:37:12.843Z | Downloaded quinn-udp v0.5.14 |
| 719 | 2026-05-23T15:37:12.843Z | Downloaded serde-hex v0.1.0 |
| 720 | 2026-05-23T15:37:12.846Z | Downloaded serde-untagged v0.1.9 |
| 721 | 2026-05-23T15:37:12.846Z | Downloaded sapling-renderdag v0.1.0 |
| 722 | 2026-05-23T15:37:12.846Z | Downloaded hyper-util v0.1.20 |
| 723 | 2026-05-23T15:37:12.849Z | Downloaded slog-bunyan v2.5.0 |
| 724 | 2026-05-23T15:37:12.852Z | Downloaded siphasher v1.0.2 |
| 725 | 2026-05-23T15:37:12.852Z | Downloaded similar-asserts v1.7.0 |
| 726 | 2026-05-23T15:37:12.855Z | Downloaded serde_path_to_error v0.1.20 |
| 727 | 2026-05-23T15:37:12.860Z | Downloaded rustls-pki-types v1.14.0 |
| 728 | 2026-05-23T15:37:12.863Z | Downloaded serde_derive_internals v0.29.1 |
| 729 | 2026-05-23T15:37:12.866Z | Downloaded smawk v0.3.2 |
| 730 | 2026-05-23T15:37:12.871Z | Downloaded nom v7.1.3 |
| 731 | 2026-05-23T15:37:12.874Z | Downloaded slog-envlogger v2.2.0 |
| 732 | 2026-05-23T15:37:12.877Z | Downloaded proc-macro2 v1.0.106 |
| 733 | 2026-05-23T15:37:12.886Z | Downloaded sha2 v0.10.9 |
| 734 | 2026-05-23T15:37:12.888Z | Downloaded shlex v1.3.0 |
| 735 | 2026-05-23T15:37:12.892Z | Downloaded sqlparser_derive v0.5.0 |
| 736 | 2026-05-23T15:37:12.895Z | Downloaded stable_deref_trait v1.2.1 |
| 737 | 2026-05-23T15:37:12.897Z | Downloaded hashbrown v0.17.0 |
| 738 | 2026-05-23T15:37:12.900Z | Downloaded progenitor-impl v0.14.0 |
| 739 | 2026-05-23T15:37:12.902Z | Downloaded signal-hook-registry v1.4.8 |
| 740 | 2026-05-23T15:37:12.903Z | Downloaded blake3 v1.8.3 |
| 741 | 2026-05-23T15:37:12.906Z | Downloaded ssh-encoding v0.2.0 |
| 742 | 2026-05-23T15:37:12.909Z | Downloaded ssh-cipher v0.2.0 |
| 743 | 2026-05-23T15:37:12.909Z | Downloaded prettyplease v0.2.37 |
| 744 | 2026-05-23T15:37:12.912Z | Downloaded pretty_assertions v1.4.1 |
| 745 | 2026-05-23T15:37:12.912Z | Downloaded semver v1.0.28 |
| 746 | 2026-05-23T15:37:12.915Z | Downloaded semver v0.1.20 |
| 747 | 2026-05-23T15:37:12.915Z | Downloaded rstest v0.25.0 |
| 748 | 2026-05-23T15:37:12.918Z | Downloaded strum v0.26.3 |
| 749 | 2026-05-23T15:37:12.920Z | Downloaded structmeta-derive v0.3.0 |
| 750 | 2026-05-23T15:37:12.921Z | Downloaded strsim v0.11.1 |
| 751 | 2026-05-23T15:37:12.921Z | Downloaded strip-ansi-escapes v0.2.1 |
| 752 | 2026-05-23T15:37:12.923Z | Downloaded slab v0.4.12 |
| 753 | 2026-05-23T15:37:12.923Z | Downloaded russh-keys v0.45.0 |
| 754 | 2026-05-23T15:37:12.926Z | Downloaded supports-color v3.0.2 |
| 755 | 2026-05-23T15:37:12.926Z | Downloaded simd-adler32 v0.3.8 |
| 756 | 2026-05-23T15:37:12.926Z | Downloaded sigpipe v0.1.3 |
| 757 | 2026-05-23T15:37:12.929Z | Downloaded strum v0.27.2 |
| 758 | 2026-05-23T15:37:12.929Z | Downloaded structmeta v0.3.0 |
| 759 | 2026-05-23T15:37:12.929Z | Downloaded supports-unicode v2.1.0 |
| 760 | 2026-05-23T15:37:12.929Z | Downloaded subtle v2.6.1 |
| 761 | 2026-05-23T15:37:12.932Z | Downloaded hashbrown v0.16.1 |
| 762 | 2026-05-23T15:37:12.935Z | Downloaded serde_cbor v0.11.2 |
| 763 | 2026-05-23T15:37:12.935Z | Downloaded rayon-core v1.13.0 |
| 764 | 2026-05-23T15:37:12.937Z | Downloaded hashbrown v0.15.5 |
| 765 | 2026-05-23T15:37:12.940Z | Downloaded smallvec v0.6.14 |
| 766 | 2026-05-23T15:37:12.943Z | Downloaded slog-json v2.6.1 |
| 767 | 2026-05-23T15:37:12.943Z | Downloaded sync_wrapper v1.0.2 |
| 768 | 2026-05-23T15:37:12.943Z | Downloaded serde_tokenstream v0.2.3 |
| 769 | 2026-05-23T15:37:12.945Z | Downloaded ryu v1.0.23 |
| 770 | 2026-05-23T15:37:12.948Z | Downloaded rustls-platform-verifier v0.6.2 |
| 771 | 2026-05-23T15:37:12.948Z | Downloaded num-bigint-dig v0.8.6 |
| 772 | 2026-05-23T15:37:12.951Z | Downloaded supports-hyperlinks v2.1.0 |
| 773 | 2026-05-23T15:37:12.954Z | Downloaded slog-async v2.8.0 |
| 774 | 2026-05-23T15:37:12.954Z | Downloaded h2 v0.4.13 |
| 775 | 2026-05-23T15:37:12.957Z | Downloaded slog-dtrace v0.3.0 |
| 776 | 2026-05-23T15:37:12.959Z | Downloaded smf v0.2.3 |
| 777 | 2026-05-23T15:37:12.960Z | Downloaded sync-ptr v0.1.4 |
| 778 | 2026-05-23T15:37:12.962Z | Downloaded libxml v0.3.3 |
| 779 | 2026-05-23T15:37:12.965Z | Downloaded tabled_derive v0.7.0 |
| 780 | 2026-05-23T15:37:12.965Z | Downloaded snafu-derive v0.8.9 |
| 781 | 2026-05-23T15:37:12.967Z | Downloaded ron v0.8.1 |
| 782 | 2026-05-23T15:37:12.970Z | Downloaded tap v1.0.1 |
| 783 | 2026-05-23T15:37:12.973Z | Downloaded slog-scope v4.4.1 |
| 784 | 2026-05-23T15:37:12.973Z | Downloaded stacker v0.1.23 |
| 785 | 2026-05-23T15:37:12.975Z | Downloaded sqlformat v0.3.5 |
| 786 | 2026-05-23T15:37:12.978Z | Downloaded take_mut v0.2.2 |
| 787 | 2026-05-23T15:37:12.978Z | Downloaded tagptr v0.2.0 |
| 788 | 2026-05-23T15:37:12.978Z | Downloaded tabled_derive v0.11.0 |
| 789 | 2026-05-23T15:37:12.981Z | Downloaded spki v0.7.3 |
| 790 | 2026-05-23T15:37:12.981Z | Downloaded rand v0.8.6 |
| 791 | 2026-05-23T15:37:12.983Z | Downloaded supports-color v2.1.0 |
| 792 | 2026-05-23T15:37:12.986Z | Downloaded strum_macros v0.26.4 |
| 793 | 2026-05-23T15:37:12.986Z | Downloaded publicsuffix v2.3.0 |
| 794 | 2026-05-23T15:37:12.989Z | Downloaded strum_macros v0.27.2 |
| 795 | 2026-05-23T15:37:12.991Z | Downloaded quinn v0.11.9 |
| 796 | 2026-05-23T15:37:12.994Z | Downloaded rand_distr v0.5.1 |
| 797 | 2026-05-23T15:37:12.997Z | Downloaded rcgen v0.12.1 |
| 798 | 2026-05-23T15:37:12.997Z | Downloaded serde_core v1.0.228 |
| 799 | 2026-05-23T15:37:12.999Z | Downloaded target-triple v1.0.0 |
| 800 | 2026-05-23T15:37:13.002Z | Downloaded testing_table v0.3.0 |
| 801 | 2026-05-23T15:37:13.002Z | Downloaded tabwriter v1.4.1 |
| 802 | 2026-05-23T15:37:13.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 803 | 2026-05-23T15:37:13.005Z | Downloaded termtree v0.5.1 |
| 804 | 2026-05-23T15:37:13.005Z | Downloaded support-bundle-viewer v0.1.2 |
| 805 | 2026-05-23T15:37:13.005Z | Downloaded terminal_size v0.4.3 |
| 806 | 2026-05-23T15:37:13.008Z | Downloaded smallvec v1.15.1 |
| 807 | 2026-05-23T15:37:13.010Z | Downloaded synstructure v0.13.2 |
| 808 | 2026-05-23T15:37:13.010Z | Downloaded hyper v1.8.1 |
| 809 | 2026-05-23T15:37:13.013Z | Downloaded schemars v0.9.0 |
| 810 | 2026-05-23T15:37:13.021Z | Downloaded thread-id v5.1.0 |
| 811 | 2026-05-23T15:37:13.024Z | Downloaded schemars v0.8.22 |
| 812 | 2026-05-23T15:37:13.030Z | Downloaded thread-id v4.2.2 |
| 813 | 2026-05-23T15:37:13.032Z | Downloaded swrite v0.1.0 |
| 814 | 2026-05-23T15:37:13.032Z | Downloaded signal-hook v0.3.18 |
| 815 | 2026-05-23T15:37:13.035Z | Downloaded futures-util v0.3.32 |
| 816 | 2026-05-23T15:37:13.042Z | Downloaded static_assertions v1.1.0 |
| 817 | 2026-05-23T15:37:13.044Z | Downloaded tinyvec_macros v0.1.1 |
| 818 | 2026-05-23T15:37:13.044Z | Downloaded spin v0.9.8 |
| 819 | 2026-05-23T15:37:13.047Z | Downloaded similar v2.7.0 |
| 820 | 2026-05-23T15:37:13.050Z | Downloaded tokio-macros v2.7.0 |
| 821 | 2026-05-23T15:37:13.050Z | Downloaded rand v0.9.2 |
| 822 | 2026-05-23T15:37:13.053Z | Downloaded tokio-test v0.4.5 |
| 823 | 2026-05-23T15:37:13.055Z | Downloaded pest v2.8.6 |
| 824 | 2026-05-23T15:37:13.058Z | Downloaded rsa v0.9.10 |
| 825 | 2026-05-23T15:37:13.061Z | Downloaded hkdf v0.12.4 |
| 826 | 2026-05-23T15:37:13.063Z | Downloaded terminal_size v0.1.17 |
| 827 | 2026-05-23T15:37:13.066Z | Downloaded slog-stdlog v4.1.1 |
| 828 | 2026-05-23T15:37:13.066Z | Downloaded serde_derive v1.0.228 |
| 829 | 2026-05-23T15:37:13.069Z | Downloaded rustls-webpki v0.103.9 |
| 830 | 2026-05-23T15:37:13.071Z | Downloaded topological-sort v0.2.2 |
| 831 | 2026-05-23T15:37:13.071Z | Downloaded thiserror v1.0.69 |
| 832 | 2026-05-23T15:37:13.074Z | Downloaded toml_write v0.1.2 |
| 833 | 2026-05-23T15:37:13.077Z | Downloaded toml_datetime v0.6.11 |
| 834 | 2026-05-23T15:37:13.077Z | Downloaded termcolor v1.4.1 |
| 835 | 2026-05-23T15:37:13.079Z | Downloaded time-core v0.1.8 |
| 836 | 2026-05-23T15:37:13.079Z | Downloaded thread_local v1.1.9 |
| 837 | 2026-05-23T15:37:13.079Z | Downloaded thiserror-impl v1.0.69 |
| 838 | 2026-05-23T15:37:13.082Z | Downloaded time-macros v0.2.27 |
| 839 | 2026-05-23T15:37:13.085Z | Downloaded libm v0.2.16 |
| 840 | 2026-05-23T15:37:13.088Z | Downloaded tinystr v0.8.2 |
| 841 | 2026-05-23T15:37:13.091Z | Downloaded tower-service v0.3.3 |
| 842 | 2026-05-23T15:37:13.091Z | Downloaded tiny-keccak v2.0.2 |
| 843 | 2026-05-23T15:37:13.094Z | Downloaded thiserror v2.0.18 |
| 844 | 2026-05-23T15:37:13.097Z | Downloaded try-lock v0.2.5 |
| 845 | 2026-05-23T15:37:13.100Z | Downloaded tower-layer v0.3.3 |
| 846 | 2026-05-23T15:37:13.100Z | Downloaded thiserror-no-std v2.0.2 |
| 847 | 2026-05-23T15:37:13.103Z | Downloaded target-spec v3.5.7 |
| 848 | 2026-05-23T15:37:13.103Z | Downloaded typeid v1.0.3 |
| 849 | 2026-05-23T15:37:13.105Z | Downloaded trait-variant v0.1.2 |
| 850 | 2026-05-23T15:37:13.105Z | Downloaded typify-macro v0.4.3 |
| 851 | 2026-05-23T15:37:13.105Z | Downloaded target-lexicon v0.13.3 |
| 852 | 2026-05-23T15:37:13.108Z | Downloaded itertools v0.13.0 |
| 853 | 2026-05-23T15:37:13.111Z | Downloaded unarray v0.1.4 |
| 854 | 2026-05-23T15:37:13.114Z | Downloaded tokio-native-tls v0.3.1 |
| 855 | 2026-05-23T15:37:13.114Z | Downloaded tokio-dtrace v0.1.1 |
| 856 | 2026-05-23T15:37:13.116Z | Downloaded term v0.7.0 |
| 857 | 2026-05-23T15:37:13.119Z | Downloaded serde_yaml v0.9.34+deprecated |
| 858 | 2026-05-23T15:37:13.119Z | Downloaded tls_codec_derive v0.4.2 |
| 859 | 2026-05-23T15:37:13.122Z | Downloaded tls_codec v0.4.2 |
| 860 | 2026-05-23T15:37:13.124Z | Downloaded tinytemplate v1.2.1 |
| 861 | 2026-05-23T15:37:13.124Z | Downloaded unicode-linebreak v0.1.5 |
| 862 | 2026-05-23T15:37:13.124Z | Downloaded iddqd v0.4.1 |
| 863 | 2026-05-23T15:37:13.129Z | Downloaded unicode-truncate v1.1.0 |
| 864 | 2026-05-23T15:37:13.133Z | Downloaded tokio-tungstenite v0.21.0 |
| 865 | 2026-05-23T15:37:13.133Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 866 | 2026-05-23T15:37:13.136Z | Downloaded serde v1.0.228 |
| 867 | 2026-05-23T15:37:13.136Z | Downloaded schemars v1.2.1 |
| 868 | 2026-05-23T15:37:13.145Z | Downloaded tokio-tungstenite v0.23.1 |
| 869 | 2026-05-23T15:37:13.148Z | Downloaded universal-hash v0.5.1 |
| 870 | 2026-05-23T15:37:13.151Z | Downloaded untrusted v0.9.0 |
| 871 | 2026-05-23T15:37:13.151Z | Downloaded unit-prefix v0.5.2 |
| 872 | 2026-05-23T15:37:13.151Z | Downloaded unicode-xid v0.2.6 |
| 873 | 2026-05-23T15:37:13.153Z | Downloaded chrono v0.4.44 |
| 874 | 2026-05-23T15:37:13.157Z | Downloaded untrusted v0.7.1 |
| 875 | 2026-05-23T15:37:13.160Z | Downloaded tui-tree-widget v0.23.1 |
| 876 | 2026-05-23T15:37:13.160Z | Downloaded slog v2.8.2 |
| 877 | 2026-05-23T15:37:13.162Z | Downloaded usdt v0.5.0 |
| 878 | 2026-05-23T15:37:13.162Z | Downloaded utf-8 v0.7.6 |
| 879 | 2026-05-23T15:37:13.165Z | Downloaded aws-lc-rs v1.16.3 |
| 880 | 2026-05-23T15:37:13.171Z | Downloaded usdt-attr-macro v0.6.0 |
| 881 | 2026-05-23T15:37:13.173Z | Downloaded unicase v2.9.0 |
| 882 | 2026-05-23T15:37:13.173Z | Downloaded tokio-stream v0.1.18 |
| 883 | 2026-05-23T15:37:13.176Z | Downloaded void v1.0.2 |
| 884 | 2026-05-23T15:37:13.176Z | Downloaded utf8parse v0.2.2 |
| 885 | 2026-05-23T15:37:13.179Z | Downloaded utf8_iter v1.0.4 |
| 886 | 2026-05-23T15:37:13.179Z | Downloaded usdt-macro v0.6.0 |
| 887 | 2026-05-23T15:37:13.179Z | Downloaded samael v0.0.19 |
| 888 | 2026-05-23T15:37:13.181Z | Downloaded version_check v0.9.5 |
| 889 | 2026-05-23T15:37:13.184Z | Downloaded tokio-rustls v0.24.1 |
| 890 | 2026-05-23T15:37:13.184Z | Downloaded tokio-rustls v0.25.0 |
| 891 | 2026-05-23T15:37:13.187Z | Downloaded usdt-macro v0.5.0 |
| 892 | 2026-05-23T15:37:13.187Z | Downloaded usdt-attr-macro v0.5.0 |
| 893 | 2026-05-23T15:37:13.187Z | Downloaded bitvec v1.0.1 |
| 894 | 2026-05-23T15:37:13.195Z | Downloaded waitgroup v0.1.2 |
| 895 | 2026-05-23T15:37:13.197Z | Downloaded want v0.3.1 |
| 896 | 2026-05-23T15:37:13.197Z | Downloaded russh v0.45.0 |
| 897 | 2026-05-23T15:37:13.200Z | Downloaded rustyline v14.0.0 |
| 898 | 2026-05-23T15:37:13.203Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 899 | 2026-05-23T15:37:13.205Z | Downloaded term v1.2.1 |
| 900 | 2026-05-23T15:37:13.208Z | Downloaded subprocess v0.2.15 |
| 901 | 2026-05-23T15:37:13.211Z | Downloaded textwrap v0.16.2 |
| 902 | 2026-05-23T15:37:13.211Z | Downloaded wait-timeout v0.2.1 |
| 903 | 2026-05-23T15:37:13.213Z | Downloaded xattr v1.6.1 |
| 904 | 2026-05-23T15:37:13.213Z | Downloaded toml v0.8.23 |
| 905 | 2026-05-23T15:37:13.216Z | Downloaded rand v0.10.1 |
| 906 | 2026-05-23T15:37:13.216Z | Downloaded twox-hash v2.1.2 |
| 907 | 2026-05-23T15:37:13.219Z | Downloaded trybuild v1.0.116 |
| 908 | 2026-05-23T15:37:13.221Z | Downloaded rpassword v7.4.0 |
| 909 | 2026-05-23T15:37:13.221Z | Downloaded p521 v0.13.3 |
| 910 | 2026-05-23T15:37:13.224Z | Downloaded xshell-macros v0.2.7 |
| 911 | 2026-05-23T15:37:13.226Z | Downloaded usdt-impl v0.5.0 |
| 912 | 2026-05-23T15:37:13.226Z | Downloaded textwrap v0.15.2 |
| 913 | 2026-05-23T15:37:13.226Z | Downloaded test-strategy v0.4.5 |
| 914 | 2026-05-23T15:37:13.229Z | Downloaded usdt v0.6.0 |
| 915 | 2026-05-23T15:37:13.229Z | Downloaded tempfile v3.25.0 |
| 916 | 2026-05-23T15:37:13.232Z | Downloaded socket2 v0.6.3 |
| 917 | 2026-05-23T15:37:13.232Z | Downloaded snafu v0.8.9 |
| 918 | 2026-05-23T15:37:13.235Z | Downloaded unicode-properties v0.1.4 |
| 919 | 2026-05-23T15:37:13.238Z | Downloaded usdt-impl v0.6.0 |
| 920 | 2026-05-23T15:37:13.238Z | Downloaded tracing-attributes v0.1.31 |
| 921 | 2026-05-23T15:37:13.241Z | Downloaded yoke-derive v0.8.1 |
| 922 | 2026-05-23T15:37:13.241Z | Downloaded zerofrom-derive v0.1.6 |
| 923 | 2026-05-23T15:37:13.241Z | Downloaded vergen-lib v0.1.6 |
| 924 | 2026-05-23T15:37:13.244Z | Downloaded zerofrom v0.1.6 |
| 925 | 2026-05-23T15:37:13.244Z | Downloaded bindgen v0.71.1 |
| 926 | 2026-05-23T15:37:13.246Z | Downloaded icu_properties_data v2.1.2 |
| 927 | 2026-05-23T15:37:13.251Z | Downloaded zone_cfg_derive v0.3.1 |
| 928 | 2026-05-23T15:37:13.254Z | Downloaded vergen-lib v9.1.0 |
| 929 | 2026-05-23T15:37:13.254Z | Downloaded tinyvec v1.10.0 |
| 930 | 2026-05-23T15:37:13.257Z | Downloaded toml v0.7.8 |
| 931 | 2026-05-23T15:37:13.257Z | Downloaded tokio-rustls v0.26.4 |
| 932 | 2026-05-23T15:37:13.259Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 933 | 2026-05-23T15:37:13.259Z | Downloaded vergen-git2 v9.1.0 |
| 934 | 2026-05-23T15:37:13.262Z | Downloaded ucd-trie v0.1.7 |
| 935 | 2026-05-23T15:37:13.262Z | Downloaded whoami v1.6.1 |
| 936 | 2026-05-23T15:37:13.262Z | Downloaded zone v0.3.1 |
| 937 | 2026-05-23T15:37:13.265Z | Downloaded whoami v2.1.0 |
| 938 | 2026-05-23T15:37:13.265Z | Downloaded tar v0.4.45 |
| 939 | 2026-05-23T15:37:13.268Z | Downloaded walkdir v2.5.0 |
| 940 | 2026-05-23T15:37:13.268Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 941 | 2026-05-23T15:37:13.268Z | Downloaded typify-macro v0.6.2 |
| 942 | 2026-05-23T15:37:13.271Z | Downloaded goblin v0.8.2 |
| 943 | 2026-05-23T15:37:13.273Z | Downloaded steno v0.4.1 |
| 944 | 2026-05-23T15:37:13.276Z | Downloaded thiserror-impl v2.0.18 |
| 945 | 2026-05-23T15:37:13.276Z | Downloaded termios v0.3.3 |
| 946 | 2026-05-23T15:37:13.278Z | Downloaded itertools v0.14.0 |
| 947 | 2026-05-23T15:37:13.281Z | Downloaded tungstenite v0.21.0 |
| 948 | 2026-05-23T15:37:13.284Z | Downloaded zeroize_derive v1.4.3 |
| 949 | 2026-05-23T15:37:13.284Z | Downloaded xshell v0.2.7 |
| 950 | 2026-05-23T15:37:13.284Z | Downloaded typify v0.6.2 |
| 951 | 2026-05-23T15:37:13.287Z | Downloaded wyz v0.5.1 |
| 952 | 2026-05-23T15:37:13.287Z | Downloaded writeable v0.6.2 |
| 953 | 2026-05-23T15:37:13.289Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 954 | 2026-05-23T15:37:13.292Z | Downloaded unicode-ident v1.0.24 |
| 955 | 2026-05-23T15:37:13.292Z | Downloaded uzers v0.12.2 |
| 956 | 2026-05-23T15:37:13.295Z | Downloaded unicode-bidi v0.3.18 |
| 957 | 2026-05-23T15:37:13.295Z | Downloaded vergen v9.1.0 |
| 958 | 2026-05-23T15:37:13.297Z | Downloaded socket2 v0.5.10 |
| 959 | 2026-05-23T15:37:13.297Z | Downloaded nom v8.0.0 |
| 960 | 2026-05-23T15:37:13.300Z | Downloaded qorb v0.4.1 |
| 961 | 2026-05-23T15:37:13.303Z | Downloaded strum_macros v0.24.3 |
| 962 | 2026-05-23T15:37:13.305Z | Downloaded stringprep v0.1.5 |
| 963 | 2026-05-23T15:37:13.305Z | Downloaded stringmetrics v2.2.2 |
| 964 | 2026-05-23T15:37:13.308Z | Downloaded reedline v0.40.0 |
| 965 | 2026-05-23T15:37:13.311Z | Downloaded tracing-core v0.1.36 |
| 966 | 2026-05-23T15:37:13.313Z | Downloaded string_cache v0.8.9 |
| 967 | 2026-05-23T15:37:13.313Z | Downloaded vsss-rs v3.3.4 |
| 968 | 2026-05-23T15:37:13.339Z | Downloaded itertools v0.12.1 |
| 969 | 2026-05-23T15:37:13.339Z | Downloaded zeroize v1.8.2 |
| 970 | 2026-05-23T15:37:13.339Z | Downloaded yoke v0.8.1 |
| 971 | 2026-05-23T15:37:13.339Z | Downloaded iri-string v0.7.10 |
| 972 | 2026-05-23T15:37:13.339Z | Downloaded yasna v0.5.2 |
| 973 | 2026-05-23T15:37:13.339Z | Downloaded git2 v0.20.4 |
| 974 | 2026-05-23T15:37:13.339Z | Downloaded vergen-gitcl v1.0.8 |
| 975 | 2026-05-23T15:37:13.339Z | Downloaded zstd-safe v7.2.4 |
| 976 | 2026-05-23T15:37:13.339Z | Downloaded zerovec-derive v0.11.2 |
| 977 | 2026-05-23T15:37:13.339Z | Downloaded plotters v0.3.7 |
| 978 | 2026-05-23T15:37:13.342Z | Downloaded zmij v1.0.21 |
| 979 | 2026-05-23T15:37:13.345Z | Downloaded tungstenite v0.23.0 |
| 980 | 2026-05-23T15:37:13.345Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 981 | 2026-05-23T15:37:13.347Z | Downloaded ssh-key v0.6.7 |
| 982 | 2026-05-23T15:37:13.351Z | Downloaded guppy v0.17.25 |
| 983 | 2026-05-23T15:37:13.355Z | Downloaded rayon v1.11.0 |
| 984 | 2026-05-23T15:37:13.360Z | Downloaded toml_edit v0.22.27 |
| 985 | 2026-05-23T15:37:13.363Z | Downloaded vte v0.14.1 |
| 986 | 2026-05-23T15:37:13.366Z | Downloaded curve25519-dalek v4.1.3 |
| 987 | 2026-05-23T15:37:13.370Z | Downloaded zstd v0.13.3 |
| 988 | 2026-05-23T15:37:13.373Z | Downloaded typify v0.4.3 |
| 989 | 2026-05-23T15:37:13.375Z | Downloaded reqwest v0.12.28 |
| 990 | 2026-05-23T15:37:13.378Z | Downloaded regex v1.12.3 |
| 991 | 2026-05-23T15:37:13.382Z | Downloaded quick-xml v0.37.5 |
| 992 | 2026-05-23T15:37:13.386Z | Downloaded petname v2.0.2 |
| 993 | 2026-05-23T15:37:13.389Z | Downloaded tokio-postgres v0.7.16 |
| 994 | 2026-05-23T15:37:13.393Z | Downloaded uuid v1.23.0 |
| 995 | 2026-05-23T15:37:13.395Z | Downloaded zerocopy-derive v0.7.35 |
| 996 | 2026-05-23T15:37:13.398Z | Downloaded serde_with_macros v3.17.0 |
| 997 | 2026-05-23T15:37:13.401Z | Downloaded moka v0.12.13 |
| 998 | 2026-05-23T15:37:13.403Z | Downloaded zopfli v0.8.3 |
| 999 | 2026-05-23T15:37:13.406Z | Downloaded rstest_macros v0.25.0 |
| 1000 | 2026-05-23T15:37:13.406Z | Downloaded idna v1.1.0 |
| 1001 | 2026-05-23T15:37:13.409Z | Downloaded slog-term v2.9.2 |
| 1002 | 2026-05-23T15:37:13.411Z | Downloaded gimli v0.32.3 |
| 1003 | 2026-05-23T15:37:13.414Z | Downloaded toml_edit v0.19.15 |
| 1004 | 2026-05-23T15:37:13.424Z | Downloaded yansi v1.0.1 |
| 1005 | 2026-05-23T15:37:13.427Z | Downloaded url v2.5.8 |
| 1006 | 2026-05-23T15:37:13.429Z | Downloaded typenum v1.19.0 |
| 1007 | 2026-05-23T15:37:13.429Z | Downloaded unsafe-libyaml v0.2.11 |
| 1008 | 2026-05-23T15:37:13.432Z | Downloaded p384 v0.13.1 |
| 1009 | 2026-05-23T15:37:13.435Z | Downloaded zerocopy v0.6.6 |
| 1010 | 2026-05-23T15:37:13.442Z | Downloaded reqwest v0.13.2 |
| 1011 | 2026-05-23T15:37:13.458Z | Downloaded lalrpop v0.19.12 |
| 1012 | 2026-05-23T15:37:13.466Z | Downloaded typed-path v0.9.3 |
| 1013 | 2026-05-23T15:37:13.469Z | Downloaded zerocopy-derive v0.8.40 |
| 1014 | 2026-05-23T15:37:13.474Z | Downloaded serde_json v1.0.149 |
| 1015 | 2026-05-23T15:37:13.478Z | Downloaded rustls-webpki v0.101.7 |
| 1016 | 2026-05-23T15:37:13.486Z | Downloaded rustls-webpki v0.102.8 |
| 1017 | 2026-05-23T15:37:13.497Z | Downloaded unicode_categories v0.1.1 |
| 1018 | 2026-05-23T15:37:13.500Z | Downloaded unicode-normalization v0.1.25 |
| 1019 | 2026-05-23T15:37:13.509Z | Downloaded unicode-segmentation v1.12.0 |
| 1020 | 2026-05-23T15:37:13.512Z | Downloaded proptest v1.10.0 |
| 1021 | 2026-05-23T15:37:13.516Z | Downloaded portable-atomic v1.13.1 |
| 1022 | 2026-05-23T15:37:13.520Z | Downloaded zerotrie v0.2.3 |
| 1023 | 2026-05-23T15:37:13.527Z | Downloaded tower v0.5.3 |
| 1024 | 2026-05-23T15:37:13.530Z | Downloaded salty v0.3.0 |
| 1025 | 2026-05-23T15:37:13.533Z | Downloaded zip v4.6.1 |
| 1026 | 2026-05-23T15:37:13.535Z | Downloaded goblin v0.10.5 |
| 1027 | 2026-05-23T15:37:13.538Z | Downloaded openssl v0.10.78 |
| 1028 | 2026-05-23T15:37:13.544Z | Downloaded x509-cert v0.2.5 |
| 1029 | 2026-05-23T15:37:13.547Z | Downloaded radix_trie v0.2.1 |
| 1030 | 2026-05-23T15:37:13.556Z | Downloaded nix v0.28.0 |
| 1031 | 2026-05-23T15:37:13.562Z | Downloaded zerovec v0.11.5 |
| 1032 | 2026-05-23T15:37:13.565Z | Downloaded serde_with v3.17.0 |
| 1033 | 2026-05-23T15:37:13.572Z | Downloaded zip v0.6.6 |
| 1034 | 2026-05-23T15:37:13.575Z | Downloaded tokio-util v0.7.18 |
| 1035 | 2026-05-23T15:37:13.584Z | Downloaded object v0.30.4 |
| 1036 | 2026-05-23T15:37:13.590Z | Downloaded tower-http v0.6.8 |
| 1037 | 2026-05-23T15:37:13.596Z | Downloaded tabled v0.15.0 |
| 1038 | 2026-05-23T15:37:13.606Z | Downloaded quinn-proto v0.11.13 |
| 1039 | 2026-05-23T15:37:13.610Z | Downloaded nix v0.27.1 |
| 1040 | 2026-05-23T15:37:13.636Z | Downloaded regex-syntax v0.6.29 |
| 1041 | 2026-05-23T15:37:13.640Z | Downloaded polar-core v0.27.3 |
| 1042 | 2026-05-23T15:37:13.645Z | Downloaded time v0.3.47 |
| 1043 | 2026-05-23T15:37:13.662Z | Downloaded winnow v0.5.40 |
| 1044 | 2026-05-23T15:37:13.676Z | Downloaded winnow v0.6.26 |
| 1045 | 2026-05-23T15:37:13.680Z | Downloaded zlib-rs v0.6.2 |
| 1046 | 2026-05-23T15:37:13.684Z | Downloaded hickory-proto v0.25.2 |
| 1047 | 2026-05-23T15:37:13.693Z | Downloaded zerocopy v0.7.35 |
| 1048 | 2026-05-23T15:37:13.702Z | Downloaded tough v0.22.0 |
| 1049 | 2026-05-23T15:37:13.706Z | Downloaded diesel v2.3.7 |
| 1050 | 2026-05-23T15:37:13.718Z | Downloaded vcpkg v0.2.15 |
| 1051 | 2026-05-23T15:37:13.742Z | Downloaded winnow v1.0.3 |
| 1052 | 2026-05-23T15:37:13.747Z | Downloaded nix v0.31.2 |
| 1053 | 2026-05-23T15:37:13.754Z | Downloaded tabled v0.20.0 |
| 1054 | 2026-05-23T15:37:13.763Z | Downloaded unicode-width v0.1.14 |
| 1055 | 2026-05-23T15:37:13.767Z | Downloaded syn v2.0.117 |
| 1056 | 2026-05-23T15:37:13.774Z | Downloaded object v0.37.3 |
| 1057 | 2026-05-23T15:37:13.781Z | Downloaded rustix v0.38.44 |
| 1058 | 2026-05-23T15:37:13.796Z | Downloaded smoltcp v0.11.0 |
| 1059 | 2026-05-23T15:37:13.802Z | Downloaded smoltcp v0.9.1 |
| 1060 | 2026-05-23T15:37:13.808Z | Downloaded regress v0.11.1 |
| 1061 | 2026-05-23T15:37:13.814Z | Downloaded zerocopy v0.8.40 |
| 1062 | 2026-05-23T15:37:13.820Z | Downloaded unicode-width v0.2.0 |
| 1063 | 2026-05-23T15:37:13.823Z | Downloaded regress v0.10.5 |
| 1064 | 2026-05-23T15:37:13.829Z | Downloaded rustls v0.22.4 |
| 1065 | 2026-05-23T15:37:13.837Z | Downloaded hickory-proto v0.24.4 |
| 1066 | 2026-05-23T15:37:13.847Z | Downloaded syn v1.0.109 |
| 1067 | 2026-05-23T15:37:13.854Z | Downloaded rustls v0.23.37 |
| 1068 | 2026-05-23T15:37:13.861Z | Downloaded dropshot v0.17.0 |
| 1069 | 2026-05-23T15:37:13.874Z | Downloaded rustix v1.1.3 |
| 1070 | 2026-05-23T15:37:13.888Z | Downloaded sled v0.34.7 |
| 1071 | 2026-05-23T15:37:13.895Z | Downloaded ratatui v0.29.0 |
| 1072 | 2026-05-23T15:37:13.908Z | Downloaded tracing v0.1.44 |
| 1073 | 2026-05-23T15:37:13.922Z | Downloaded typify-impl v0.4.3 |
| 1074 | 2026-05-23T15:37:13.932Z | Downloaded sqlparser v0.61.0 |
| 1075 | 2026-05-23T15:37:13.938Z | Downloaded winnow v0.7.14 |
| 1076 | 2026-05-23T15:37:13.944Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1077 | 2026-05-23T15:37:13.952Z | Downloaded regex-automata v0.4.14 |
| 1078 | 2026-05-23T15:37:13.962Z | Downloaded typify-impl v0.6.2 |
| 1079 | 2026-05-23T15:37:13.971Z | Downloaded chrono-tz v0.10.4 |
| 1080 | 2026-05-23T15:37:13.984Z | Downloaded petgraph v0.6.5 |
| 1081 | 2026-05-23T15:37:13.996Z | Downloaded zerocopy-derive v0.6.6 |
| 1082 | 2026-05-23T15:37:14.003Z | Downloaded webpki-roots v1.0.6 |
| 1083 | 2026-05-23T15:37:14.005Z | Downloaded regex-syntax v0.8.10 |
| 1084 | 2026-05-23T15:37:14.010Z | Downloaded rustls v0.21.12 |
| 1085 | 2026-05-23T15:37:14.017Z | Downloaded openapiv3 v2.2.0 |
| 1086 | 2026-05-23T15:37:14.024Z | Downloaded bstr v1.12.1 |
| 1087 | 2026-05-23T15:37:14.029Z | Downloaded libc v0.2.185 |
| 1088 | 2026-05-23T15:37:14.051Z | Downloaded petgraph v0.8.3 |
| 1089 | 2026-05-23T15:37:14.065Z | Downloaded jiff v0.2.21 |
| 1090 | 2026-05-23T15:37:14.076Z | Downloaded csv v1.4.0 |
| 1091 | 2026-05-23T15:37:14.100Z | Downloaded libz-sys v1.1.24 |
| 1092 | 2026-05-23T15:37:14.113Z | Downloaded sha3 v0.10.8 |
| 1093 | 2026-05-23T15:37:14.124Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1094 | 2026-05-23T15:37:14.153Z | Downloaded tokio v1.52.1 |
| 1095 | 2026-05-23T15:37:14.185Z | Downloaded ring v0.17.14 |
| 1096 | 2026-05-23T15:37:14.213Z | Downloaded httpmock v0.8.3 |
| 1097 | 2026-05-23T15:37:14.238Z | Downloaded encoding_rs v0.8.35 |
| 1098 | 2026-05-23T15:37:14.304Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1099 | 2026-05-23T15:37:14.811Z | Downloaded aws-lc-sys v0.40.0 |
| 1100 | 2026-05-23T15:37:15.237Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1101 | 2026-05-23T15:37:16.728Z | Startup: Refreshing catalog 'helios' ... Done |
| 1102 | 2026-05-23T15:37:16.802Z | Startup: Caching catalogs ... Done |
| 1103 | 2026-05-23T15:37:17.064Z | Planning: Solver setup ... Done (0.227s) |
| 1104 | 2026-05-23T15:37:17.083Z | Planning: Running solver ... Done (0.018s) |
| 1105 | 2026-05-23T15:37:17.089Z | Planning: Finding local manifests ... Done (0.003s) |
| 1106 | 2026-05-23T15:37:17.102Z | Planning: Fetching manifests: 0/2 0% complete |
| 1107 | 2026-05-23T15:37:17.123Z | Planning: Fetching manifests: 2/2 100% complete |
| 1108 | 2026-05-23T15:37:17.137Z | Planning: Package planning ... Done (0.014s) |
| 1109 | 2026-05-23T15:37:17.140Z | Planning: Merging actions ... Done (0.002s) |
| 1110 | 2026-05-23T15:37:17.355Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 1111 | 2026-05-23T15:37:17.358Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1112 | 2026-05-23T15:37:18.260Z | Planning: Evaluating mediators ... Done (0.926s) |
| 1113 | 2026-05-23T15:37:18.263Z | Planning: Planning completed in 1.44 seconds |
| 1114 | 2026-05-23T15:37:18.270Z | Packages to install: 2 |
| 1115 | 2026-05-23T15:37:18.273Z | Estimated space available: 155.70 GB |
| 1116 | 2026-05-23T15:37:18.273Z | Estimated space to be consumed: 22.53 MB |
| 1117 | 2026-05-23T15:37:18.273Z | Create boot environment: No |
| 1118 | 2026-05-23T15:37:18.273Z | Create backup boot environment: No |
| 1119 | 2026-05-23T15:37:18.273Z | Rebuild boot archive: No |
| 1120 | 2026-05-23T15:37:18.273Z | |
| 1121 | 2026-05-23T15:37:18.273Z | Changed packages: |
| 1122 | 2026-05-23T15:37:18.273Z | helios |
| 1123 | 2026-05-23T15:37:18.273Z | developer/build-essential |
| 1124 | 2026-05-23T15:37:18.273Z | None -> 11-3.0 |
| 1125 | 2026-05-23T15:37:18.273Z | library/libxmlsec1 |
| 1126 | 2026-05-23T15:37:18.273Z | None -> 1.2.35-3.0 |
| 1127 | 2026-05-23T15:37:18.296Z | |
| 1128 | 2026-05-23T15:37:18.296Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1129 | 2026-05-23T15:37:18.809Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 1130 | 2026-05-23T15:37:18.895Z | Actions: 1/268 actions (Installing new actions) |
| 1131 | 2026-05-23T15:37:18.927Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1132 | 2026-05-23T15:37:18.961Z | Finalize: Updating package state database ... Done (0.034s) |
| 1133 | 2026-05-23T15:37:18.967Z | Finalize: Updating package cache ... Done (0.000s) |
| 1134 | 2026-05-23T15:37:18.980Z | Finalize: Updating image state ... Done (0.018s) |
| 1135 | 2026-05-23T15:37:21.518Z | Finalize: Creating fast lookup database ... Done (2.515s) |
| 1136 | 2026-05-23T15:37:21.589Z | Finalize: Reading search index ... Done (0.013s) |
| 1137 | 2026-05-23T15:37:21.592Z | Finalize: Updating search index ... Done (0.000s) |
| 1138 | 2026-05-23T15:37:21.682Z | Finalize: Updating package cache ... Done (0.000s) |
| 1139 | 2026-05-23T15:37:21.990Z | Planning: Evaluating mediator changes ... Done |
| 1140 | 2026-05-23T15:37:22.093Z | Planning: Checking for conflicting actions ... Done |
| 1141 | 2026-05-23T15:37:22.096Z | Planning: Consolidating action changes ... Done |
| 1142 | 2026-05-23T15:37:22.251Z | Planning: Evaluating mediators ... Done |
| 1143 | 2026-05-23T15:37:22.253Z | Planning: Planning completed in 0.26 seconds |
| 1144 | 2026-05-23T15:37:22.274Z | Mediators to change: 2 |
| 1145 | 2026-05-23T15:37:22.274Z | Create boot environment: No |
| 1146 | 2026-05-23T15:37:22.274Z | Create backup boot environment: No |
| 1147 | 2026-05-23T15:37:22.329Z | Finalize: Updating package state database ... Done |
| 1148 | 2026-05-23T15:37:22.329Z | Finalize: Updating package cache ... Done |
| 1149 | 2026-05-23T15:37:22.340Z | Finalize: Updating image state ... Done |
| 1150 | 2026-05-23T15:37:24.320Z | Finalize: Creating fast lookup database ... Done |
| 1151 | 2026-05-23T15:37:24.383Z | Finalize: Reading search index ... Done |
| 1152 | 2026-05-23T15:37:24.383Z | Finalize: Updating search index ... Done |
| 1153 | 2026-05-23T15:37:24.498Z | Finalize: Updating package cache ... Done |
| 1154 | 2026-05-23T15:37:24.765Z | Planning: Evaluating mediator changes ... Done |
| 1155 | 2026-05-23T15:37:24.876Z | Planning: Checking for conflicting actions ... Done |
| 1156 | 2026-05-23T15:37:24.900Z | Planning: Consolidating action changes ... Done |
| 1157 | 2026-05-23T15:37:25.020Z | Planning: Evaluating mediators ... Done |
| 1158 | 2026-05-23T15:37:25.023Z | Planning: Planning completed in 0.27 seconds |
| 1159 | 2026-05-23T15:37:25.044Z | Mediators to change: 1 |
| 1160 | 2026-05-23T15:37:25.044Z | Create boot environment: No |
| 1161 | 2026-05-23T15:37:25.044Z | Create backup boot environment: No |
| 1162 | 2026-05-23T15:37:25.098Z | Finalize: Updating package state database ... Done |
| 1163 | 2026-05-23T15:37:25.098Z | Finalize: Updating package cache ... Done |
| 1164 | 2026-05-23T15:37:25.108Z | Finalize: Updating image state ... Done |
| 1165 | 2026-05-23T15:37:27.025Z | Finalize: Creating fast lookup database ... Done |
| 1166 | 2026-05-23T15:37:27.082Z | Finalize: Reading search index ... Done |
| 1167 | 2026-05-23T15:37:27.084Z | Finalize: Updating search index ... Done |
| 1168 | 2026-05-23T15:37:27.236Z | Finalize: Updating package cache ... Done |
| 1169 | 2026-05-23T15:37:27.545Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1170 | 2026-05-23T15:37:27.545Z | apache system 2.4 system |
| 1171 | 2026-05-23T15:37:27.545Z | clang system 15 system |
| 1172 | 2026-05-23T15:37:27.545Z | csh system system illumos |
| 1173 | 2026-05-23T15:37:27.545Z | ctags system system illumos |
| 1174 | 2026-05-23T15:37:27.545Z | file vendor vendor darwinsys |
| 1175 | 2026-05-23T15:37:27.545Z | file system system illumos |
| 1176 | 2026-05-23T15:37:27.545Z | gcc vendor 14 vendor |
| 1177 | 2026-05-23T15:37:27.545Z | gcc system 13 system |
| 1178 | 2026-05-23T15:37:27.545Z | gcc system 10 system |
| 1179 | 2026-05-23T15:37:27.546Z | go system 1.25 system |
| 1180 | 2026-05-23T15:37:27.546Z | llvm system 15 system |
| 1181 | 2026-05-23T15:37:27.546Z | mariadb system 11.4 system |
| 1182 | 2026-05-23T15:37:27.546Z | mta vendor vendor dma |
| 1183 | 2026-05-23T15:37:27.546Z | openjdk system 17 system |
| 1184 | 2026-05-23T15:37:27.546Z | openjdk system 11 system |
| 1185 | 2026-05-23T15:37:27.546Z | openssl vendor 3 vendor |
| 1186 | 2026-05-23T15:37:27.546Z | perl system 5.40 system |
| 1187 | 2026-05-23T15:37:27.546Z | postgresql system 18 system |
| 1188 | 2026-05-23T15:37:27.546Z | postgresql system 17 system |
| 1189 | 2026-05-23T15:37:27.546Z | python vendor 3 vendor |
| 1190 | 2026-05-23T15:37:27.546Z | python system 2 system |
| 1191 | 2026-05-23T15:37:27.546Z | python3 vendor 3.13 vendor |
| 1192 | 2026-05-23T15:37:27.546Z | ruby system 3.4 system |
| 1193 | 2026-05-23T15:37:27.546Z | ruby system 3.0 system |
| 1194 | 2026-05-23T15:37:27.546Z | words vendor vendor american-english |
| 1195 | 2026-05-23T15:37:27.546Z | words system system australian-english |
| 1196 | 2026-05-23T15:37:27.546Z | words system system british-english |
| 1197 | 2026-05-23T15:37:27.546Z | words system system canadian-english |
| 1198 | 2026-05-23T15:37:27.546Z | words system system french |
| 1199 | 2026-05-23T15:37:27.546Z | words system system italian |
| 1200 | 2026-05-23T15:37:27.546Z | words system system ngerman |
| 1201 | 2026-05-23T15:37:27.546Z | words system system ogerman |
| 1202 | 2026-05-23T15:37:27.546Z | words system system spanish |
| 1203 | 2026-05-23T15:37:27.803Z | PUBLISHER TYPE STATUS P LOCATION |
| 1204 | 2026-05-23T15:37:27.803Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1205 | 2026-05-23T15:37:28.076Z | FMRI IFO |
| 1206 | 2026-05-23T15:37:28.077Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1207 | 2026-05-23T15:37:28.077Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1208 | 2026-05-23T15:37:28.077Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1209 | 2026-05-23T15:37:28.077Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1210 | 2026-05-23T15:37:28.077Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1211 | 2026-05-23T15:37:28.077Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1212 | 2026-05-23T15:37:28.077Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1213 | 2026-05-23T15:37:28.077Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1214 | 2026-05-23T15:37:28.077Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1215 | 2026-05-23T15:37:28.699Z | Downloading crates ... |
| 1216 | 2026-05-23T15:37:28.759Z | Downloaded cargo_toml v0.21.0 |
| 1217 | 2026-05-23T15:37:28.804Z | Compiling proc-macro2 v1.0.106 |
| 1218 | 2026-05-23T15:37:28.804Z | Compiling quote v1.0.45 |
| 1219 | 2026-05-23T15:37:28.808Z | Compiling unicode-ident v1.0.24 |
| 1220 | 2026-05-23T15:37:28.808Z | Compiling serde_core v1.0.228 |
| 1221 | 2026-05-23T15:37:28.808Z | Compiling libc v0.2.185 |
| 1222 | 2026-05-23T15:37:28.808Z | Compiling version_check v0.9.5 |
| 1223 | 2026-05-23T15:37:28.808Z | Compiling stable_deref_trait v1.2.1 |
| 1224 | 2026-05-23T15:37:28.808Z | Compiling memchr v2.8.0 |
| 1225 | 2026-05-23T15:37:28.809Z | Compiling serde v1.0.228 |
| 1226 | 2026-05-23T15:37:28.809Z | Compiling zmij v1.0.21 |
| 1227 | 2026-05-23T15:37:28.903Z | Compiling autocfg v1.5.0 |
| 1228 | 2026-05-23T15:37:28.906Z | Compiling itoa v1.0.17 |
| 1229 | 2026-05-23T15:37:28.913Z | Compiling ucd-trie v0.1.7 |
| 1230 | 2026-05-23T15:37:28.916Z | Compiling thiserror v1.0.69 |
| 1231 | 2026-05-23T15:37:28.916Z | Compiling litemap v0.8.1 |
| 1232 | 2026-05-23T15:37:29.091Z | Compiling writeable v0.6.2 |
| 1233 | 2026-05-23T15:37:29.100Z | Compiling icu_normalizer_data v2.1.1 |
| 1234 | 2026-05-23T15:37:29.178Z | Compiling icu_properties_data v2.1.2 |
| 1235 | 2026-05-23T15:37:29.217Z | Compiling rustix v1.1.3 |
| 1236 | 2026-05-23T15:37:29.346Z | Compiling byteorder v1.5.0 |
| 1237 | 2026-05-23T15:37:29.405Z | Compiling pest v2.8.6 |
| 1238 | 2026-05-23T15:37:29.407Z | Compiling bitflags v2.11.0 |
| 1239 | 2026-05-23T15:37:29.451Z | Compiling serde_json v1.0.149 |
| 1240 | 2026-05-23T15:37:29.553Z | Compiling num-traits v0.2.19 |
| 1241 | 2026-05-23T15:37:29.587Z | Compiling typeid v1.0.3 |
| 1242 | 2026-05-23T15:37:29.606Z | Compiling smallvec v1.15.1 |
| 1243 | 2026-05-23T15:37:29.638Z | Compiling equivalent v1.0.2 |
| 1244 | 2026-05-23T15:37:29.675Z | Compiling hashbrown v0.17.0 |
| 1245 | 2026-05-23T15:37:29.715Z | Compiling proc-macro-error-attr v1.0.4 |
| 1246 | 2026-05-23T15:37:29.744Z | Compiling usdt-impl v0.5.0 |
| 1247 | 2026-05-23T15:37:29.761Z | Compiling syn v1.0.109 |
| 1248 | 2026-05-23T15:37:29.777Z | Compiling erased-serde v0.4.9 |
| 1249 | 2026-05-23T15:37:29.845Z | Compiling winnow v0.7.14 |
| 1250 | 2026-05-23T15:37:29.871Z | Compiling toml_write v0.1.2 |
| 1251 | 2026-05-23T15:37:29.928Z | Compiling errno v0.3.14 |
| 1252 | 2026-05-23T15:37:29.977Z | Compiling thread-id v4.2.2 |
| 1253 | 2026-05-23T15:37:30.001Z | Compiling proc-macro-error v1.0.4 |
| 1254 | 2026-05-23T15:37:30.075Z | Compiling percent-encoding v2.3.2 |
| 1255 | 2026-05-23T15:37:30.098Z | Compiling utf8parse v0.2.2 |
| 1256 | 2026-05-23T15:37:30.109Z | Compiling utf8_iter v1.0.4 |
| 1257 | 2026-05-23T15:37:30.147Z | Compiling log v0.4.29 |
| 1258 | 2026-05-23T15:37:30.175Z | Compiling thiserror v2.0.18 |
| 1259 | 2026-05-23T15:37:30.190Z | Compiling plain v0.2.3 |
| 1260 | 2026-05-23T15:37:30.236Z | Compiling indexmap v2.14.0 |
| 1261 | 2026-05-23T15:37:30.251Z | Compiling getrandom v0.4.1 |
| 1262 | 2026-05-23T15:37:30.279Z | Compiling camino v1.2.2 |
| 1263 | 2026-05-23T15:37:30.315Z | Compiling anstyle-parse v1.0.0 |
| 1264 | 2026-05-23T15:37:30.346Z | Compiling form_urlencoded v1.2.2 |
| 1265 | 2026-05-23T15:37:30.421Z | Compiling syn v2.0.117 |
| 1266 | 2026-05-23T15:37:30.527Z | Compiling anstyle-query v1.1.5 |
| 1267 | 2026-05-23T15:37:30.553Z | Compiling pest_meta v2.8.6 |
| 1268 | 2026-05-23T15:37:30.603Z | Compiling ordered-float v2.10.1 |
| 1269 | 2026-05-23T15:37:30.655Z | Compiling anstyle v1.0.14 |
| 1270 | 2026-05-23T15:37:30.667Z | Compiling pretty-hex v0.4.1 |
| 1271 | 2026-05-23T15:37:30.694Z | Compiling colorchoice v1.0.4 |
| 1272 | 2026-05-23T15:37:30.706Z | Compiling is_terminal_polyfill v1.70.2 |
| 1273 | 2026-05-23T15:37:30.789Z | Compiling cfg-if v1.0.4 |
| 1274 | 2026-05-23T15:37:30.824Z | Compiling fs-err v3.3.0 |
| 1275 | 2026-05-23T15:37:30.846Z | Compiling anstream v1.0.0 |
| 1276 | 2026-05-23T15:37:30.887Z | Compiling heck v0.5.0 |
| 1277 | 2026-05-23T15:37:30.890Z | Compiling heck v0.4.1 |
| 1278 | 2026-05-23T15:37:30.910Z | Compiling terminal_size v0.4.3 |
| 1279 | 2026-05-23T15:37:30.923Z | Compiling clap_lex v1.0.0 |
| 1280 | 2026-05-23T15:37:30.936Z | Compiling unicode-width v0.1.14 |
| 1281 | 2026-05-23T15:37:31.046Z | Compiling fnv v1.0.7 |
| 1282 | 2026-05-23T15:37:31.066Z | Compiling strsim v0.11.1 |
| 1283 | 2026-05-23T15:37:31.078Z | Compiling fastrand v2.3.0 |
| 1284 | 2026-05-23T15:37:31.138Z | Compiling once_cell v1.21.3 |
| 1285 | 2026-05-23T15:37:31.151Z | Compiling anyhow v1.0.102 |
| 1286 | 2026-05-23T15:37:31.166Z | Compiling unicode-xid v0.2.6 |
| 1287 | 2026-05-23T15:37:31.178Z | Compiling bytecount v0.6.9 |
| 1288 | 2026-05-23T15:37:31.202Z | Compiling memmap v0.7.0 |
| 1289 | 2026-05-23T15:37:31.235Z | Compiling smawk v0.3.2 |
| 1290 | 2026-05-23T15:37:31.353Z | Compiling semver v1.0.28 |
| 1291 | 2026-05-23T15:37:31.389Z | Compiling tempfile v3.25.0 |
| 1292 | 2026-05-23T15:37:31.409Z | Compiling papergrid v0.11.0 |
| 1293 | 2026-05-23T15:37:31.422Z | Compiling clap_builder v4.6.0 |
| 1294 | 2026-05-23T15:37:31.447Z | Compiling unicode-width v0.2.0 |
| 1295 | 2026-05-23T15:37:31.466Z | Compiling unicode-linebreak v0.1.5 |
| 1296 | 2026-05-23T15:37:31.722Z | Compiling serde-untagged v0.1.9 |
| 1297 | 2026-05-23T15:37:31.743Z | Compiling textwrap v0.16.2 |
| 1298 | 2026-05-23T15:37:31.775Z | Compiling camino-tempfile v1.4.1 |
| 1299 | 2026-05-23T15:37:31.788Z | Compiling swrite v0.1.0 |
| 1300 | 2026-05-23T15:37:31.800Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1301 | 2026-05-23T15:37:32.206Z | Compiling tabled_derive v0.7.0 |
| 1302 | 2026-05-23T15:37:32.888Z | Compiling tabled v0.15.0 |
| 1303 | 2026-05-23T15:37:32.953Z | Compiling synstructure v0.13.2 |
| 1304 | 2026-05-23T15:37:32.953Z | Compiling pest_generator v2.8.6 |
| 1305 | 2026-05-23T15:37:33.538Z | Compiling serde_derive v1.0.228 |
| 1306 | 2026-05-23T15:37:33.542Z | Compiling zerofrom-derive v0.1.6 |
| 1307 | 2026-05-23T15:37:33.542Z | Compiling yoke-derive v0.8.1 |
| 1308 | 2026-05-23T15:37:33.542Z | Compiling zerovec-derive v0.11.2 |
| 1309 | 2026-05-23T15:37:33.542Z | Compiling displaydoc v0.2.5 |
| 1310 | 2026-05-23T15:37:33.542Z | Compiling thiserror-impl v1.0.69 |
| 1311 | 2026-05-23T15:37:33.542Z | Compiling zerocopy-derive v0.7.35 |
| 1312 | 2026-05-23T15:37:33.542Z | Compiling pest_derive v2.8.6 |
| 1313 | 2026-05-23T15:37:33.542Z | Compiling scroll_derive v0.12.1 |
| 1314 | 2026-05-23T15:37:33.542Z | Compiling thiserror-impl v2.0.18 |
| 1315 | 2026-05-23T15:37:33.542Z | Compiling clap_derive v4.6.1 |
| 1316 | 2026-05-23T15:37:34.200Z | Compiling scroll v0.12.0 |
| 1317 | 2026-05-23T15:37:34.341Z | Compiling zerocopy v0.7.35 |
| 1318 | 2026-05-23T15:37:34.423Z | Compiling goblin v0.8.2 |
| 1319 | 2026-05-23T15:37:34.621Z | Compiling zerofrom v0.1.6 |
| 1320 | 2026-05-23T15:37:34.652Z | Compiling dtrace-parser v0.2.0 |
| 1321 | 2026-05-23T15:37:34.720Z | Compiling yoke v0.8.1 |
| 1322 | 2026-05-23T15:37:34.862Z | Compiling zerovec v0.11.5 |
| 1323 | 2026-05-23T15:37:34.862Z | Compiling zerotrie v0.2.3 |
| 1324 | 2026-05-23T15:37:34.887Z | Compiling clap v4.6.1 |
| 1325 | 2026-05-23T15:37:35.260Z | Compiling tinystr v0.8.2 |
| 1326 | 2026-05-23T15:37:35.260Z | Compiling potential_utf v0.1.4 |
| 1327 | 2026-05-23T15:37:35.369Z | Compiling icu_collections v2.1.1 |
| 1328 | 2026-05-23T15:37:35.396Z | Compiling icu_locale_core v2.1.1 |
| 1329 | 2026-05-23T15:37:35.925Z | Compiling icu_provider v2.1.1 |
| 1330 | 2026-05-23T15:37:36.071Z | Compiling dof v0.3.0 |
| 1331 | 2026-05-23T15:37:36.071Z | Compiling serde_tokenstream v0.2.3 |
| 1332 | 2026-05-23T15:37:36.082Z | Compiling serde_spanned v0.6.9 |
| 1333 | 2026-05-23T15:37:36.085Z | Compiling toml_datetime v0.6.11 |
| 1334 | 2026-05-23T15:37:36.092Z | Compiling serde-value v0.7.0 |
| 1335 | 2026-05-23T15:37:36.095Z | Compiling cargo-platform v0.2.0 |
| 1336 | 2026-05-23T15:37:36.095Z | Compiling macaddr v1.0.1 |
| 1337 | 2026-05-23T15:37:36.149Z | Compiling icu_normalizer v2.1.1 |
| 1338 | 2026-05-23T15:37:36.149Z | Compiling icu_properties v2.1.2 |
| 1339 | 2026-05-23T15:37:36.317Z | Compiling toml_edit v0.22.27 |
| 1340 | 2026-05-23T15:37:36.743Z | Compiling usdt-macro v0.5.0 |
| 1341 | 2026-05-23T15:37:36.743Z | Compiling usdt-attr-macro v0.5.0 |
| 1342 | 2026-05-23T15:37:36.954Z | Compiling idna_adapter v1.2.1 |
| 1343 | 2026-05-23T15:37:37.053Z | Compiling idna v1.1.0 |
| 1344 | 2026-05-23T15:37:37.319Z | Compiling url v2.5.8 |
| 1345 | 2026-05-23T15:37:37.330Z | Compiling usdt v0.5.0 |
| 1346 | 2026-05-23T15:37:37.560Z | Compiling toml v0.8.23 |
| 1347 | 2026-05-23T15:37:37.890Z | Compiling cargo-util-schemas v0.8.2 |
| 1348 | 2026-05-23T15:37:37.890Z | Compiling cargo_toml v0.21.0 |
| 1349 | 2026-05-23T15:37:38.683Z | Compiling cargo_metadata v0.21.0 |
| 1350 | 2026-05-23T15:37:39.581Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1351 | 2026-05-23T15:37:41.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s |
| 1352 | 2026-05-23T15:37:41.732Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1353 | 2026-05-23T15:37:42.553Z | Compiling libc v0.2.185 |
| 1354 | 2026-05-23T15:37:42.553Z | Compiling serde v1.0.228 |
| 1355 | 2026-05-23T15:37:42.556Z | Compiling log v0.4.29 |
| 1356 | 2026-05-23T15:37:42.556Z | Compiling shlex v1.3.0 |
| 1357 | 2026-05-23T15:37:42.556Z | Compiling find-msvc-tools v0.1.9 |
| 1358 | 2026-05-23T15:37:42.556Z | Compiling smallvec v1.15.1 |
| 1359 | 2026-05-23T15:37:42.556Z | Compiling typenum v1.19.0 |
| 1360 | 2026-05-23T15:37:42.556Z | Compiling subtle v2.6.1 |
| 1361 | 2026-05-23T15:37:42.726Z | Compiling generic-array v0.14.7 |
| 1362 | 2026-05-23T15:37:42.729Z | Compiling scopeguard v1.2.0 |
| 1363 | 2026-05-23T15:37:42.756Z | Compiling portable-atomic v1.13.1 |
| 1364 | 2026-05-23T15:37:42.775Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-05-23T15:37:42.778Z | Compiling serde_json v1.0.149 |
| 1366 | 2026-05-23T15:37:42.778Z | Compiling syn v2.0.117 |
| 1367 | 2026-05-23T15:37:42.793Z | Compiling critical-section v1.2.0 |
| 1368 | 2026-05-23T15:37:42.796Z | Compiling zerocopy v0.8.40 |
| 1369 | 2026-05-23T15:37:42.931Z | Compiling lock_api v0.4.14 |
| 1370 | 2026-05-23T15:37:42.934Z | Compiling pin-project-lite v0.2.17 |
| 1371 | 2026-05-23T15:37:42.950Z | Compiling parking_lot_core v0.9.12 |
| 1372 | 2026-05-23T15:37:42.965Z | Compiling pkg-config v0.3.32 |
| 1373 | 2026-05-23T15:37:42.968Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-05-23T15:37:42.968Z | Compiling libm v0.2.16 |
| 1375 | 2026-05-23T15:37:42.968Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-05-23T15:37:43.065Z | Compiling num-traits v0.2.19 |
| 1377 | 2026-05-23T15:37:43.119Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-05-23T15:37:43.185Z | Compiling futures-sink v0.3.32 |
| 1379 | 2026-05-23T15:37:43.194Z | Compiling futures-io v0.3.32 |
| 1380 | 2026-05-23T15:37:43.194Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-05-23T15:37:43.302Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-05-23T15:37:43.364Z | Compiling futures-task v0.3.32 |
| 1383 | 2026-05-23T15:37:43.377Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-05-23T15:37:43.381Z | Compiling slab v0.4.12 |
| 1385 | 2026-05-23T15:37:43.410Z | Compiling rand_core v0.10.0 |
| 1386 | 2026-05-23T15:37:43.427Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-05-23T15:37:43.441Z | Compiling getrandom v0.3.4 |
| 1388 | 2026-05-23T15:37:43.538Z | Compiling rustversion v1.0.22 |
| 1389 | 2026-05-23T15:37:43.569Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-05-23T15:37:43.586Z | Compiling dunce v1.0.5 |
| 1391 | 2026-05-23T15:37:43.600Z | Compiling fs_extra v1.3.0 |
| 1392 | 2026-05-23T15:37:43.618Z | Compiling base64ct v1.8.3 |
| 1393 | 2026-05-23T15:37:43.631Z | Compiling ident_case v1.0.1 |
| 1394 | 2026-05-23T15:37:43.682Z | Compiling getrandom v0.2.17 |
| 1395 | 2026-05-23T15:37:43.696Z | Compiling jobserver v0.1.34 |
| 1396 | 2026-05-23T15:37:43.710Z | Compiling errno v0.3.14 |
| 1397 | 2026-05-23T15:37:43.760Z | Compiling mio v1.2.0 |
| 1398 | 2026-05-23T15:37:43.775Z | Compiling socket2 v0.6.3 |
| 1399 | 2026-05-23T15:37:43.855Z | Compiling rand_core v0.6.4 |
| 1400 | 2026-05-23T15:37:43.877Z | Compiling signal-hook-registry v1.4.8 |
| 1401 | 2026-05-23T15:37:43.909Z | Compiling cc v1.2.56 |
| 1402 | 2026-05-23T15:37:43.940Z | Compiling parking_lot v0.12.5 |
| 1403 | 2026-05-23T15:37:43.981Z | Compiling once_cell v1.21.3 |
| 1404 | 2026-05-23T15:37:44.069Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-05-23T15:37:44.086Z | Compiling rustix v1.1.3 |
| 1406 | 2026-05-23T15:37:44.101Z | Compiling iana-time-zone v0.1.65 |
| 1407 | 2026-05-23T15:37:44.133Z | Compiling flagset v0.4.7 |
| 1408 | 2026-05-23T15:37:44.148Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-05-23T15:37:44.170Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-05-23T15:37:44.189Z | Compiling aws-lc-rs v1.16.3 |
| 1411 | 2026-05-23T15:37:44.238Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-05-23T15:37:44.278Z | Compiling uuid v1.23.0 |
| 1413 | 2026-05-23T15:37:44.316Z | Compiling rustc_version v0.4.1 |
| 1414 | 2026-05-23T15:37:44.334Z | Compiling base64 v0.22.1 |
| 1415 | 2026-05-23T15:37:44.364Z | Compiling untrusted v0.7.1 |
| 1416 | 2026-05-23T15:37:44.388Z | Compiling httparse v1.10.1 |
| 1417 | 2026-05-23T15:37:44.495Z | Compiling rand_core v0.9.5 |
| 1418 | 2026-05-23T15:37:44.509Z | Compiling openssl-probe v0.2.1 |
| 1419 | 2026-05-23T15:37:44.525Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-05-23T15:37:44.587Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2026-05-23T15:37:44.650Z | Compiling cmake v0.1.57 |
| 1422 | 2026-05-23T15:37:44.672Z | Compiling tinyvec v1.10.0 |
| 1423 | 2026-05-23T15:37:44.672Z | Compiling aho-corasick v1.1.4 |
| 1424 | 2026-05-23T15:37:44.675Z | Compiling schemars v0.8.22 |
| 1425 | 2026-05-23T15:37:44.675Z | Compiling atomic-waker v1.1.2 |
| 1426 | 2026-05-23T15:37:44.730Z | Compiling dyn-clone v1.0.20 |
| 1427 | 2026-05-23T15:37:44.795Z | Compiling rustls v0.23.37 |
| 1428 | 2026-05-23T15:37:44.810Z | Compiling try-lock v0.2.5 |
| 1429 | 2026-05-23T15:37:44.825Z | Compiling tower-layer v0.3.3 |
| 1430 | 2026-05-23T15:37:44.864Z | Compiling tower-service v0.3.3 |
| 1431 | 2026-05-23T15:37:44.897Z | Compiling httpdate v1.0.3 |
| 1432 | 2026-05-23T15:37:44.922Z | Compiling want v0.3.1 |
| 1433 | 2026-05-23T15:37:44.954Z | Compiling pin-utils v0.1.0 |
| 1434 | 2026-05-23T15:37:44.974Z | Compiling openssl v0.10.78 |
| 1435 | 2026-05-23T15:37:44.991Z | Compiling foreign-types-shared v0.1.1 |
| 1436 | 2026-05-23T15:37:44.995Z | Compiling unicode-normalization v0.1.25 |
| 1437 | 2026-05-23T15:37:44.995Z | Compiling spin v0.9.8 |
| 1438 | 2026-05-23T15:37:45.041Z | Compiling time-core v0.1.8 |
| 1439 | 2026-05-23T15:37:45.044Z | Compiling num-conv v0.2.0 |
| 1440 | 2026-05-23T15:37:45.069Z | Compiling native-tls v0.2.18 |
| 1441 | 2026-05-23T15:37:45.084Z | Compiling crc32fast v1.5.0 |
| 1442 | 2026-05-23T15:37:45.101Z | Compiling foreign-types v0.3.2 |
| 1443 | 2026-05-23T15:37:45.115Z | Compiling powerfmt v0.2.0 |
| 1444 | 2026-05-23T15:37:45.136Z | Compiling wait-timeout v0.2.1 |
| 1445 | 2026-05-23T15:37:45.187Z | Compiling sync_wrapper v1.0.2 |
| 1446 | 2026-05-23T15:37:45.203Z | Compiling usdt-impl v0.6.0 |
| 1447 | 2026-05-23T15:37:45.203Z | Compiling quick-error v1.2.3 |
| 1448 | 2026-05-23T15:37:45.231Z | Compiling time-macros v0.2.27 |
| 1449 | 2026-05-23T15:37:45.248Z | Compiling num_threads v0.1.7 |
| 1450 | 2026-05-23T15:37:45.265Z | Compiling deranged v0.5.8 |
| 1451 | 2026-05-23T15:37:45.298Z | Compiling crossbeam-utils v0.8.21 |
| 1452 | 2026-05-23T15:37:45.314Z | Compiling bit-vec v0.8.0 |
| 1453 | 2026-05-23T15:37:45.335Z | Compiling siphasher v1.0.2 |
| 1454 | 2026-05-23T15:37:45.335Z | Compiling syn v1.0.109 |
| 1455 | 2026-05-23T15:37:45.369Z | Compiling simd-adler32 v0.3.8 |
| 1456 | 2026-05-23T15:37:45.429Z | Compiling rand_xorshift v0.4.0 |
| 1457 | 2026-05-23T15:37:45.477Z | Compiling aws-lc-sys v0.40.0 |
| 1458 | 2026-05-23T15:37:45.491Z | Compiling ring v0.17.14 |
| 1459 | 2026-05-23T15:37:45.508Z | Compiling openssl-sys v0.9.114 |
| 1460 | 2026-05-23T15:37:45.544Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1461 | 2026-05-23T15:37:45.575Z | Compiling bit-set v0.8.0 |
| 1462 | 2026-05-23T15:37:45.614Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-05-23T15:37:45.630Z | Compiling synstructure v0.13.2 |
| 1464 | 2026-05-23T15:37:45.647Z | Compiling serde_derive_internals v0.29.1 |
| 1465 | 2026-05-23T15:37:45.668Z | Compiling pest_generator v2.8.6 |
| 1466 | 2026-05-23T15:37:45.691Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-05-23T15:37:45.795Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-23T15:37:46.035Z | Compiling rusty-fork v0.3.1 |
| 1469 | 2026-05-23T15:37:46.201Z | Compiling darling_core v0.21.3 |
| 1470 | 2026-05-23T15:37:46.337Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1471 | 2026-05-23T15:37:46.352Z | Compiling heapless v0.7.17 |
| 1472 | 2026-05-23T15:37:46.371Z | Compiling slog v2.8.2 |
| 1473 | 2026-05-23T15:37:46.386Z | Compiling time v0.3.47 |
| 1474 | 2026-05-23T15:37:46.430Z | Compiling thread-id v5.1.0 |
| 1475 | 2026-05-23T15:37:46.485Z | Compiling cookie v0.18.1 |
| 1476 | 2026-05-23T15:37:46.533Z | Compiling ryu v1.0.23 |
| 1477 | 2026-05-23T15:37:46.564Z | Compiling adler2 v2.0.1 |
| 1478 | 2026-05-23T15:37:46.582Z | Compiling allocator-api2 v0.2.21 |
| 1479 | 2026-05-23T15:37:46.627Z | Compiling unarray v0.1.4 |
| 1480 | 2026-05-23T15:37:46.643Z | Compiling paste v1.0.15 |
| 1481 | 2026-05-23T15:37:46.646Z | Compiling signal-hook v0.3.18 |
| 1482 | 2026-05-23T15:37:46.688Z | Compiling zstd-safe v7.2.4 |
| 1483 | 2026-05-23T15:37:46.709Z | Compiling unicode-properties v0.1.4 |
| 1484 | 2026-05-23T15:37:46.734Z | Compiling anyhow v1.0.102 |
| 1485 | 2026-05-23T15:37:46.752Z | Compiling unicode-bidi v0.3.18 |
| 1486 | 2026-05-23T15:37:46.828Z | Compiling iri-string v0.7.10 |
| 1487 | 2026-05-23T15:37:46.912Z | Compiling miniz_oxide v0.8.9 |
| 1488 | 2026-05-23T15:37:47.027Z | Compiling num-integer v0.1.46 |
| 1489 | 2026-05-23T15:37:47.328Z | Compiling stringprep v0.1.5 |
| 1490 | 2026-05-23T15:37:47.343Z | Compiling curve25519-dalek v4.1.3 |
| 1491 | 2026-05-23T15:37:47.403Z | Compiling serde_derive v1.0.228 |
| 1492 | 2026-05-23T15:37:47.418Z | Compiling zeroize_derive v1.4.3 |
| 1493 | 2026-05-23T15:37:47.562Z | Compiling zerofrom-derive v0.1.6 |
| 1494 | 2026-05-23T15:37:47.593Z | Compiling yoke-derive v0.8.1 |
| 1495 | 2026-05-23T15:37:47.695Z | Compiling zerocopy-derive v0.8.40 |
| 1496 | 2026-05-23T15:37:47.710Z | Compiling zerovec-derive v0.11.2 |
| 1497 | 2026-05-23T15:37:47.802Z | Compiling displaydoc v0.2.5 |
| 1498 | 2026-05-23T15:37:48.110Z | Compiling tokio-macros v2.7.0 |
| 1499 | 2026-05-23T15:37:48.157Z | Compiling zeroize v1.8.2 |
| 1500 | 2026-05-23T15:37:48.172Z | Compiling futures-macro v0.3.32 |
| 1501 | 2026-05-23T15:37:48.492Z | Compiling der_derive v0.7.3 |
| 1502 | 2026-05-23T15:37:48.646Z | Compiling rustls-pki-types v1.14.0 |
| 1503 | 2026-05-23T15:37:48.868Z | Compiling tracing-attributes v0.1.31 |
| 1504 | 2026-05-23T15:37:48.872Z | Compiling thiserror-impl v2.0.18 |
| 1505 | 2026-05-23T15:37:48.901Z | Compiling crypto-common v0.1.7 |
| 1506 | 2026-05-23T15:37:48.933Z | Compiling block-buffer v0.10.4 |
| 1507 | 2026-05-23T15:37:48.957Z | Compiling block-padding v0.3.3 |
| 1508 | 2026-05-23T15:37:49.010Z | Compiling futures-util v0.3.32 |
| 1509 | 2026-05-23T15:37:49.061Z | Compiling zerofrom v0.1.6 |
| 1510 | 2026-05-23T15:37:49.077Z | Compiling digest v0.10.7 |
| 1511 | 2026-05-23T15:37:49.123Z | Compiling inout v0.1.4 |
| 1512 | 2026-05-23T15:37:49.138Z | Compiling pest_derive v2.8.6 |
| 1513 | 2026-05-23T15:37:49.154Z | Compiling scroll_derive v0.13.1 |
| 1514 | 2026-05-23T15:37:49.200Z | Compiling yoke v0.8.1 |
| 1515 | 2026-05-23T15:37:49.317Z | Compiling hmac v0.12.1 |
| 1516 | 2026-05-23T15:37:49.348Z | Compiling sha2 v0.10.9 |
| 1517 | 2026-05-23T15:37:49.404Z | Compiling zerovec v0.11.5 |
| 1518 | 2026-05-23T15:37:49.500Z | Compiling zerotrie v0.2.3 |
| 1519 | 2026-05-23T15:37:49.515Z | Compiling cipher v0.4.4 |
| 1520 | 2026-05-23T15:37:49.614Z | Compiling der v0.7.10 |
| 1521 | 2026-05-23T15:37:49.794Z | Compiling salsa20 v0.10.2 |
| 1522 | 2026-05-23T15:37:49.816Z | Compiling pbkdf2 v0.12.2 |
| 1523 | 2026-05-23T15:37:49.926Z | Compiling tinystr v0.8.2 |
| 1524 | 2026-05-23T15:37:49.929Z | Compiling potential_utf v0.1.4 |
| 1525 | 2026-05-23T15:37:49.960Z | Compiling scrypt v0.11.0 |
| 1526 | 2026-05-23T15:37:49.960Z | Compiling cbc v0.1.2 |
| 1527 | 2026-05-23T15:37:50.003Z | Compiling aes v0.8.4 |
| 1528 | 2026-05-23T15:37:50.129Z | Compiling icu_locale_core v2.1.1 |
| 1529 | 2026-05-23T15:37:50.144Z | Compiling icu_collections v2.1.1 |
| 1530 | 2026-05-23T15:37:50.158Z | Compiling schemars_derive v0.8.22 |
| 1531 | 2026-05-23T15:37:50.253Z | Compiling tracing v0.1.44 |
| 1532 | 2026-05-23T15:37:50.269Z | Compiling scroll v0.13.0 |
| 1533 | 2026-05-23T15:37:50.297Z | Compiling thiserror v2.0.18 |
| 1534 | 2026-05-23T15:37:50.418Z | Compiling darling_macro v0.20.11 |
| 1535 | 2026-05-23T15:37:50.543Z | Compiling spki v0.7.3 |
| 1536 | 2026-05-23T15:37:50.560Z | Compiling openssl-macros v0.1.1 |
| 1537 | 2026-05-23T15:37:50.639Z | Compiling goblin v0.10.5 |
| 1538 | 2026-05-23T15:37:50.741Z | Compiling icu_provider v2.1.1 |
| 1539 | 2026-05-23T15:37:50.769Z | Compiling pkcs5 v0.7.1 |
| 1540 | 2026-05-23T15:37:50.847Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-05-23T15:37:50.946Z | Compiling bytes v1.11.1 |
| 1542 | 2026-05-23T15:37:50.977Z | Compiling chrono v0.4.44 |
| 1543 | 2026-05-23T15:37:50.994Z | Compiling icu_properties v2.1.2 |
| 1544 | 2026-05-23T15:37:51.024Z | Compiling icu_normalizer v2.1.1 |
| 1545 | 2026-05-23T15:37:51.041Z | Compiling ipnet v2.11.0 |
| 1546 | 2026-05-23T15:37:51.070Z | Compiling pkcs8 v0.10.2 |
| 1547 | 2026-05-23T15:37:51.157Z | Compiling darling v0.20.11 |
| 1548 | 2026-05-23T15:37:51.256Z | Compiling derive_builder_core v0.20.2 |
| 1549 | 2026-05-23T15:37:51.276Z | Compiling dtrace-parser v0.3.0 |
| 1550 | 2026-05-23T15:37:51.326Z | Compiling signature v2.2.0 |
| 1551 | 2026-05-23T15:37:51.398Z | Compiling webpki-roots v1.0.6 |
| 1552 | 2026-05-23T15:37:51.462Z | Compiling tokio v1.52.1 |
| 1553 | 2026-05-23T15:37:51.530Z | Compiling http v1.4.0 |
| 1554 | 2026-05-23T15:37:51.546Z | Compiling scroll_derive v0.12.1 |
| 1555 | 2026-05-23T15:37:51.563Z | Compiling thiserror-impl v1.0.69 |
| 1556 | 2026-05-23T15:37:51.584Z | Compiling serde_tokenstream v0.2.3 |
| 1557 | 2026-05-23T15:37:51.602Z | Compiling serde_spanned v0.6.9 |
| 1558 | 2026-05-23T15:37:51.760Z | Compiling toml_datetime v0.6.11 |
| 1559 | 2026-05-23T15:37:51.922Z | Compiling idna_adapter v1.2.1 |
| 1560 | 2026-05-23T15:37:51.989Z | Compiling erased-serde v0.3.31 |
| 1561 | 2026-05-23T15:37:52.034Z | Compiling idna v1.1.0 |
| 1562 | 2026-05-23T15:37:52.056Z | Compiling serde_urlencoded v0.7.1 |
| 1563 | 2026-05-23T15:37:52.081Z | Compiling ppv-lite86 v0.2.21 |
| 1564 | 2026-05-23T15:37:52.119Z | Compiling md-5 v0.10.6 |
| 1565 | 2026-05-23T15:37:52.169Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-05-23T15:37:52.288Z | Compiling http-body v1.0.1 |
| 1567 | 2026-05-23T15:37:52.305Z | Compiling scroll v0.12.0 |
| 1568 | 2026-05-23T15:37:52.345Z | Compiling darling_macro v0.21.3 |
| 1569 | 2026-05-23T15:37:52.359Z | Compiling bstr v1.12.1 |
| 1570 | 2026-05-23T15:37:52.407Z | Compiling url v2.5.8 |
| 1571 | 2026-05-23T15:37:52.462Z | Compiling rand_chacha v0.9.0 |
| 1572 | 2026-05-23T15:37:52.482Z | Compiling http-body-util v0.1.3 |
| 1573 | 2026-05-23T15:37:52.517Z | Compiling rand_chacha v0.3.1 |
| 1574 | 2026-05-23T15:37:52.566Z | Compiling async-trait v0.1.89 |
| 1575 | 2026-05-23T15:37:52.595Z | Compiling pin-project-internal v1.1.11 |
| 1576 | 2026-05-23T15:37:52.676Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-05-23T15:37:52.751Z | Compiling rand v0.9.2 |
| 1578 | 2026-05-23T15:37:52.797Z | Compiling vergen-lib v9.1.0 |
| 1579 | 2026-05-23T15:37:52.867Z | Compiling ff v0.13.1 |
| 1580 | 2026-05-23T15:37:52.999Z | Compiling thiserror v1.0.69 |
| 1581 | 2026-05-23T15:37:53.018Z | Compiling hash32 v0.2.1 |
| 1582 | 2026-05-23T15:37:53.043Z | Compiling memoffset v0.9.1 |
| 1583 | 2026-05-23T15:37:53.116Z | Compiling encoding_rs v0.8.35 |
| 1584 | 2026-05-23T15:37:53.209Z | Compiling cfg_aliases v0.2.1 |
| 1585 | 2026-05-23T15:37:53.230Z | Compiling psl-types v2.0.11 |
| 1586 | 2026-05-23T15:37:53.259Z | Compiling fallible-iterator v0.2.0 |
| 1587 | 2026-05-23T15:37:53.274Z | Compiling litrs v1.0.0 |
| 1588 | 2026-05-23T15:37:53.298Z | Compiling rustix v0.38.44 |
| 1589 | 2026-05-23T15:37:53.370Z | Compiling dof v0.4.0 |
| 1590 | 2026-05-23T15:37:53.587Z | Compiling proptest v1.10.0 |
| 1591 | 2026-05-23T15:37:53.603Z | Compiling ref-cast v1.0.25 |
| 1592 | 2026-05-23T15:37:53.618Z | Compiling base16ct v0.2.0 |
| 1593 | 2026-05-23T15:37:53.661Z | Compiling mime v0.3.17 |
| 1594 | 2026-05-23T15:37:53.678Z | Compiling smoltcp v0.9.1 |
| 1595 | 2026-05-23T15:37:53.734Z | Compiling ipnetwork v0.21.1 |
| 1596 | 2026-05-23T15:37:53.784Z | Compiling num-bigint-dig v0.8.6 |
| 1597 | 2026-05-23T15:37:53.798Z | Compiling zlib-rs v0.6.2 |
| 1598 | 2026-05-23T15:37:53.817Z | Compiling document-features v0.2.12 |
| 1599 | 2026-05-23T15:37:53.944Z | Compiling pin-project v1.1.11 |
| 1600 | 2026-05-23T15:37:53.987Z | Compiling oxnet v0.1.5 |
| 1601 | 2026-05-23T15:37:54.026Z | Compiling sec1 v0.7.3 |
| 1602 | 2026-05-23T15:37:54.104Z | Compiling zerocopy v0.7.35 |
| 1603 | 2026-05-23T15:37:54.151Z | Compiling postgres-protocol v0.6.10 |
| 1604 | 2026-05-23T15:37:54.166Z | Compiling publicsuffix v2.3.0 |
| 1605 | 2026-05-23T15:37:54.180Z | Compiling nix v0.31.2 |
| 1606 | 2026-05-23T15:37:54.375Z | Compiling group v0.13.0 |
| 1607 | 2026-05-23T15:37:54.408Z | Compiling darling v0.21.3 |
| 1608 | 2026-05-23T15:37:54.424Z | Compiling rand v0.8.6 |
| 1609 | 2026-05-23T15:37:54.450Z | Compiling derive_builder v0.20.2 |
| 1610 | 2026-05-23T15:37:54.506Z | Compiling goblin v0.8.2 |
| 1611 | 2026-05-23T15:37:54.573Z | Compiling futures-executor v0.3.32 |
| 1612 | 2026-05-23T15:37:54.604Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-05-23T15:37:54.619Z | Compiling hex v0.4.3 |
| 1614 | 2026-05-23T15:37:54.681Z | Compiling hkdf v0.12.4 |
| 1615 | 2026-05-23T15:37:54.696Z | Compiling crypto-bigint v0.5.5 |
| 1616 | 2026-05-23T15:37:54.729Z | Compiling regex v1.12.3 |
| 1617 | 2026-05-23T15:37:54.868Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1618 | 2026-05-23T15:37:54.883Z | Compiling ref-cast-impl v1.0.25 |
| 1619 | 2026-05-23T15:37:54.914Z | Compiling daft-derive v0.1.7 |
| 1620 | 2026-05-23T15:37:54.929Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-05-23T15:37:54.972Z | Compiling snafu-derive v0.8.9 |
| 1622 | 2026-05-23T15:37:55.092Z | Compiling num-iter v0.1.45 |
| 1623 | 2026-05-23T15:37:55.225Z | Compiling tokio-util v0.7.18 |
| 1624 | 2026-05-23T15:37:55.302Z | Compiling tower v0.5.3 |
| 1625 | 2026-05-23T15:37:55.348Z | Compiling tokio-native-tls v0.3.1 |
| 1626 | 2026-05-23T15:37:55.465Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-05-23T15:37:55.542Z | Compiling phf_shared v0.13.1 |
| 1628 | 2026-05-23T15:37:55.557Z | Compiling lazy_static v1.5.0 |
| 1629 | 2026-05-23T15:37:55.623Z | Compiling anstyle-parse v0.2.7 |
| 1630 | 2026-05-23T15:37:55.666Z | Compiling vergen v9.1.0 |
| 1631 | 2026-05-23T15:37:55.685Z | Compiling cargo-platform v0.3.2 |
| 1632 | 2026-05-23T15:37:55.705Z | Compiling tower-http v0.6.8 |
| 1633 | 2026-05-23T15:37:55.721Z | Compiling fs-err v3.3.0 |
| 1634 | 2026-05-23T15:37:55.792Z | Compiling ahash v0.8.12 |
| 1635 | 2026-05-23T15:37:55.808Z | Compiling libbz2-rs-sys v0.2.2 |
| 1636 | 2026-05-23T15:37:55.826Z | Compiling foldhash v0.2.0 |
| 1637 | 2026-05-23T15:37:55.903Z | Compiling object v0.37.3 |
| 1638 | 2026-05-23T15:37:55.967Z | Compiling h2 v0.4.13 |
| 1639 | 2026-05-23T15:37:56.009Z | Compiling newtype-uuid v1.3.2 |
| 1640 | 2026-05-23T15:37:56.046Z | Compiling managed v0.8.0 |
| 1641 | 2026-05-23T15:37:56.102Z | Compiling same-file v1.0.6 |
| 1642 | 2026-05-23T15:37:56.170Z | Compiling winnow v0.5.40 |
| 1643 | 2026-05-23T15:37:56.193Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-05-23T15:37:56.279Z | Compiling foldhash v0.1.5 |
| 1645 | 2026-05-23T15:37:56.279Z | Compiling bumpalo v3.20.2 |
| 1646 | 2026-05-23T15:37:56.308Z | Compiling unicode-segmentation v1.12.0 |
| 1647 | 2026-05-23T15:37:56.364Z | Compiling bzip2 v0.6.1 |
| 1648 | 2026-05-23T15:37:56.480Z | Compiling zopfli v0.8.3 |
| 1649 | 2026-05-23T15:37:56.536Z | Compiling hashbrown v0.15.5 |
| 1650 | 2026-05-23T15:37:56.552Z | Compiling daft v0.1.7 |
| 1651 | 2026-05-23T15:37:56.590Z | Compiling walkdir v2.5.0 |
| 1652 | 2026-05-23T15:37:56.706Z | Compiling dof v0.3.0 |
| 1653 | 2026-05-23T15:37:56.849Z | Compiling flate2 v1.1.9 |
| 1654 | 2026-05-23T15:37:56.917Z | Compiling snafu v0.8.9 |
| 1655 | 2026-05-23T15:37:56.933Z | Compiling hashbrown v0.16.1 |
| 1656 | 2026-05-23T15:37:56.964Z | Compiling strum v0.27.2 |
| 1657 | 2026-05-23T15:37:57.176Z | Compiling cargo_metadata v0.23.1 |
| 1658 | 2026-05-23T15:37:57.180Z | Compiling clap_builder v4.6.0 |
| 1659 | 2026-05-23T15:37:57.196Z | Compiling anstream v0.6.21 |
| 1660 | 2026-05-23T15:37:57.199Z | Compiling phf v0.13.1 |
| 1661 | 2026-05-23T15:37:57.212Z | Compiling elliptic-curve v0.13.8 |
| 1662 | 2026-05-23T15:37:57.269Z | Compiling signal-hook-mio v0.2.5 |
| 1663 | 2026-05-23T15:37:57.415Z | Compiling cookie_store v0.22.1 |
| 1664 | 2026-05-23T15:37:57.454Z | Compiling hubpack v0.1.2 |
| 1665 | 2026-05-23T15:37:57.516Z | Compiling toml_edit v0.19.15 |
| 1666 | 2026-05-23T15:37:57.548Z | Compiling usdt-attr-macro v0.6.0 |
| 1667 | 2026-05-23T15:37:57.637Z | Compiling usdt-macro v0.6.0 |
| 1668 | 2026-05-23T15:37:57.652Z | Compiling bzip2 v0.4.4 |
| 1669 | 2026-05-23T15:37:57.669Z | Compiling futures v0.3.32 |
| 1670 | 2026-05-23T15:37:57.719Z | Compiling postgres-types v0.2.12 |
| 1671 | 2026-05-23T15:37:57.768Z | Compiling serde_with_macros v3.17.0 |
| 1672 | 2026-05-23T15:37:57.886Z | Compiling zstd v0.13.3 |
| 1673 | 2026-05-23T15:37:58.054Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-05-23T15:37:58.105Z | Compiling globset v0.4.18 |
| 1675 | 2026-05-23T15:37:58.184Z | Compiling ed25519 v2.2.3 |
| 1676 | 2026-05-23T15:37:58.297Z | Compiling pkcs1 v0.7.5 |
| 1677 | 2026-05-23T15:37:58.416Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-05-23T15:37:58.441Z | Compiling olpc-cjson v0.1.4 |
| 1679 | 2026-05-23T15:37:58.579Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-05-23T15:37:58.599Z | Compiling rfc6979 v0.4.0 |
| 1681 | 2026-05-23T15:37:58.623Z | Compiling serde_repr v0.1.20 |
| 1682 | 2026-05-23T15:37:58.725Z | Compiling async-recursion v1.1.1 |
| 1683 | 2026-05-23T15:37:58.750Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-05-23T15:37:58.802Z | Compiling strum_macros v0.26.4 |
| 1685 | 2026-05-23T15:37:58.830Z | Compiling clap_derive v4.6.1 |
| 1686 | 2026-05-23T15:37:58.852Z | Compiling phf_shared v0.11.3 |
| 1687 | 2026-05-23T15:37:58.950Z | Compiling float-cmp v0.10.0 |
| 1688 | 2026-05-23T15:37:59.034Z | Compiling hyper v1.8.1 |
| 1689 | 2026-05-23T15:37:59.068Z | Compiling pem v3.0.6 |
| 1690 | 2026-05-23T15:37:59.119Z | Compiling thread-id v4.2.2 |
| 1691 | 2026-05-23T15:37:59.134Z | Compiling memmap2 v0.9.10 |
| 1692 | 2026-05-23T15:37:59.196Z | Compiling env_filter v1.0.0 |
| 1693 | 2026-05-23T15:37:59.218Z | Compiling predicates-core v1.0.10 |
| 1694 | 2026-05-23T15:37:59.294Z | Compiling new_debug_unreachable v1.0.6 |
| 1695 | 2026-05-23T15:37:59.367Z | Compiling difflib v0.4.0 |
| 1696 | 2026-05-23T15:37:59.383Z | Compiling static_assertions v1.1.0 |
| 1697 | 2026-05-23T15:37:59.422Z | Compiling fixedbitset v0.4.2 |
| 1698 | 2026-05-23T15:37:59.439Z | Compiling typed-path v0.9.3 |
| 1699 | 2026-05-23T15:37:59.442Z | Compiling precomputed-hash v0.1.1 |
| 1700 | 2026-05-23T15:37:59.471Z | Compiling data-encoding v2.10.0 |
| 1701 | 2026-05-23T15:37:59.528Z | Compiling whoami v2.1.0 |
| 1702 | 2026-05-23T15:37:59.561Z | Compiling either v1.15.0 |
| 1703 | 2026-05-23T15:37:59.662Z | Compiling normalize-line-endings v0.3.0 |
| 1704 | 2026-05-23T15:37:59.778Z | Compiling keccak v0.1.6 |
| 1705 | 2026-05-23T15:37:59.794Z | Compiling jiff v0.2.21 |
| 1706 | 2026-05-23T15:37:59.933Z | Compiling fixedbitset v0.5.7 |
| 1707 | 2026-05-23T15:37:59.963Z | Compiling sha3 v0.10.8 |
| 1708 | 2026-05-23T15:38:00.038Z | Compiling hickory-proto v0.25.2 |
| 1709 | 2026-05-23T15:38:00.188Z | Compiling hyper-util v0.1.20 |
| 1710 | 2026-05-23T15:38:00.224Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-05-23T15:38:00.261Z | Compiling tokio-postgres v0.7.16 |
| 1712 | 2026-05-23T15:38:00.278Z | Compiling itertools v0.13.0 |
| 1713 | 2026-05-23T15:38:00.377Z | Compiling predicates v3.1.4 |
| 1714 | 2026-05-23T15:38:00.429Z | Compiling toml_edit v0.22.27 |
| 1715 | 2026-05-23T15:38:00.609Z | Compiling petgraph v0.6.5 |
| 1716 | 2026-05-23T15:38:00.626Z | Compiling strum v0.26.3 |
| 1717 | 2026-05-23T15:38:00.667Z | Compiling string_cache v0.8.9 |
| 1718 | 2026-05-23T15:38:00.685Z | Compiling clap v4.6.1 |
| 1719 | 2026-05-23T15:38:00.700Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1720 | 2026-05-23T15:38:00.782Z | Compiling env_logger v0.11.9 |
| 1721 | 2026-05-23T15:38:00.799Z | Compiling usdt v0.6.0 |
| 1722 | 2026-05-23T15:38:00.909Z | Compiling usdt-impl v0.5.0 |
| 1723 | 2026-05-23T15:38:01.040Z | Compiling serde_with v3.17.0 |
| 1724 | 2026-05-23T15:38:01.082Z | Compiling toml v0.7.8 |
| 1725 | 2026-05-23T15:38:01.161Z | Compiling crossterm v0.28.1 |
| 1726 | 2026-05-23T15:38:01.505Z | Compiling ecdsa v0.16.9 |
| 1727 | 2026-05-23T15:38:01.520Z | Compiling rsa v0.9.10 |
| 1728 | 2026-05-23T15:38:01.706Z | Compiling hyper-tls v0.6.0 |
| 1729 | 2026-05-23T15:38:01.933Z | Compiling ed25519-dalek v2.2.0 |
| 1730 | 2026-05-23T15:38:02.106Z | Compiling zip v0.6.6 |
| 1731 | 2026-05-23T15:38:02.207Z | Compiling iddqd v0.4.1 |
| 1732 | 2026-05-23T15:38:02.438Z | Compiling zip v4.6.1 |
| 1733 | 2026-05-23T15:38:02.751Z | Compiling heck v0.4.1 |
| 1734 | 2026-05-23T15:38:02.793Z | Compiling similar v2.7.0 |
| 1735 | 2026-05-23T15:38:02.839Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1736 | 2026-05-23T15:38:02.939Z | Compiling tokio-stream v0.1.18 |
| 1737 | 2026-05-23T15:38:02.962Z | Compiling buf-list v1.1.2 |
| 1738 | 2026-05-23T15:38:03.002Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1739 | 2026-05-23T15:38:03.187Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-05-23T15:38:03.268Z | Compiling x509-cert v0.2.5 |
| 1741 | 2026-05-23T15:38:03.324Z | Compiling sha1 v0.10.6 |
| 1742 | 2026-05-23T15:38:03.447Z | Compiling crossbeam-epoch v0.9.18 |
| 1743 | 2026-05-23T15:38:03.467Z | Compiling lalrpop-util v0.19.12 |
| 1744 | 2026-05-23T15:38:03.496Z | Compiling peg-runtime v0.8.5 |
| 1745 | 2026-05-23T15:38:03.513Z | Compiling thread_local v1.1.9 |
| 1746 | 2026-05-23T15:38:03.569Z | Compiling slog-async v2.8.0 |
| 1747 | 2026-05-23T15:38:03.605Z | Compiling crossbeam-channel v0.5.15 |
| 1748 | 2026-05-23T15:38:03.618Z | Compiling is-terminal v0.4.17 |
| 1749 | 2026-05-23T15:38:03.686Z | Compiling filetime v0.2.27 |
| 1750 | 2026-05-23T15:38:03.704Z | Compiling take_mut v0.2.2 |
| 1751 | 2026-05-23T15:38:03.730Z | Compiling xattr v1.6.1 |
| 1752 | 2026-05-23T15:38:03.789Z | Compiling term v1.2.1 |
| 1753 | 2026-05-23T15:38:03.885Z | Compiling tar v0.4.45 |
| 1754 | 2026-05-23T15:38:04.081Z | Compiling slog-term v2.9.2 |
| 1755 | 2026-05-23T15:38:21.685Z | Compiling rustls-webpki v0.103.9 |
| 1756 | 2026-05-23T15:38:24.438Z | Compiling tokio-rustls v0.26.4 |
| 1757 | 2026-05-23T15:38:24.438Z | Compiling rustls-platform-verifier v0.6.2 |
| 1758 | 2026-05-23T15:38:24.636Z | Compiling hyper-rustls v0.27.7 |
| 1759 | 2026-05-23T15:38:24.830Z | Compiling reqwest v0.12.28 |
| 1760 | 2026-05-23T15:38:24.830Z | Compiling reqwest v0.13.2 |
| 1761 | 2026-05-23T15:38:26.026Z | Compiling tough v0.22.0 |
| 1762 | 2026-05-23T15:38:28.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1763 | 2026-05-23T15:38:28.756Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1764 | 2026-05-23T15:38:31.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.81s |
| 1765 | 2026-05-23T15:38:31.743Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1766 | 2026-05-23T15:38:31.799Z | May 23 15:38:31.149 INFO Starting download, target: Cockroach |
| 1767 | 2026-05-23T15:38:31.799Z | May 23 15:38:31.150 INFO Starting download, target: DendriteStub |
| 1768 | 2026-05-23T15:38:31.799Z | May 23 15:38:31.150 INFO Starting download, target: Console |
| 1769 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Starting download, target: MaghemiteMgd |
| 1770 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Starting download, target: Clickhouse |
| 1771 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Starting download, target: MaghemiteDdmd |
| 1772 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Starting download, target: TransceiverControl |
| 1773 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1774 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1775 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1776 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1778 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1779 | 2026-05-23T15:38:31.802Z | May 23 15:38:31.150 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1780 | 2026-05-23T15:38:32.258Z | May 23 15:38:31.600 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1781 | 2026-05-23T15:38:32.472Z | May 23 15:38:31.817 INFO Download complete, target: TransceiverControl |
| 1782 | 2026-05-23T15:38:32.832Z | May 23 15:38:32.184 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1783 | 2026-05-23T15:38:33.104Z | May 23 15:38:32.445 INFO Download complete, target: Console |
| 1784 | 2026-05-23T15:38:33.905Z | May 23 15:38:33.254 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1785 | 2026-05-23T15:38:34.094Z | May 23 15:38:33.445 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1786 | 2026-05-23T15:38:34.156Z | May 23 15:38:33.503 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1787 | 2026-05-23T15:38:34.267Z | May 23 15:38:33.614 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1788 | 2026-05-23T15:38:34.663Z | May 23 15:38:34.015 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1789 | 2026-05-23T15:38:34.663Z | May 23 15:38:34.015 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1790 | 2026-05-23T15:38:35.976Z | May 23 15:38:35.327 INFO Download complete, target: MaghemiteDdmd |
| 1791 | 2026-05-23T15:38:37.262Z | May 23 15:38:36.611 INFO Download complete, target: MaghemiteMgd |
| 1792 | 2026-05-23T15:38:37.286Z | May 23 15:38:36.637 INFO Download complete, target: DendriteStub |
| 1793 | 2026-05-23T15:38:39.623Z | May 23 15:38:38.973 INFO Checking that binary works, target: Cockroach |
| 1794 | 2026-05-23T15:38:39.742Z | May 23 15:38:39.093 INFO Download complete, target: Cockroach |
| 1795 | 2026-05-23T15:38:41.216Z | May 23 15:38:40.563 INFO Checking that binary works, target: Clickhouse |
| 1796 | 2026-05-23T15:38:41.303Z | May 23 15:38:40.650 INFO Download complete, target: Clickhouse |
| 1797 | 2026-05-23T15:38:41.312Z | All prerequisites installed successfully |
| 1798 | 2026-05-23T15:38:41.312Z | |
| 1799 | 2026-05-23T15:38:41.312Z | real 1:26.064946589 |
| 1800 | 2026-05-23T15:38:41.313Z | user 6:46.043890944 |
| 1801 | 2026-05-23T15:38:41.313Z | sys 1:44.275011961 |
| 1802 | 2026-05-23T15:38:41.313Z | trap 0.216949824 |
| 1803 | 2026-05-23T15:38:41.313Z | tflt 1.176285997 |
| 1804 | 2026-05-23T15:38:41.313Z | dflt 1.539423063 |
| 1805 | 2026-05-23T15:38:41.313Z | kflt 0.027393668 |
| 1806 | 2026-05-23T15:38:41.313Z | lock 23:58.965649823 |
| 1807 | 2026-05-23T15:38:41.313Z | slp 18:06.109254074 |
| 1808 | 2026-05-23T15:38:41.313Z | lat 21.895683426 |
| 1809 | 2026-05-23T15:38:41.313Z | stop 2:47.979662230 |
| 1810 | 2026-05-23T15:38:41.313Z | + source ./tools/include/force-git-over-https.sh |
| 1811 | 2026-05-23T15:38:41.313Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1812 | 2026-05-23T15:38:41.313Z | ++ (( i = 0 )) |
| 1813 | 2026-05-23T15:38:41.313Z | ++ (( i < 5 )) |
| 1814 | 2026-05-23T15:38:41.313Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1815 | 2026-05-23T15:38:41.328Z | ++ (( i++ )) |
| 1816 | 2026-05-23T15:38:41.328Z | ++ (( i < 5 )) |
| 1817 | 2026-05-23T15:38:41.329Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1818 | 2026-05-23T15:38:41.329Z | ++ (( i++ )) |
| 1819 | 2026-05-23T15:38:41.329Z | ++ (( i < 5 )) |
| 1820 | 2026-05-23T15:38:41.329Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1821 | 2026-05-23T15:38:41.329Z | ++ (( i++ )) |
| 1822 | 2026-05-23T15:38:41.329Z | ++ (( i < 5 )) |
| 1823 | 2026-05-23T15:38:41.329Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1824 | 2026-05-23T15:38:41.329Z | ++ (( i++ )) |
| 1825 | 2026-05-23T15:38:41.329Z | ++ (( i < 5 )) |
| 1826 | 2026-05-23T15:38:41.329Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1827 | 2026-05-23T15:38:41.329Z | ++ (( i++ )) |
| 1828 | 2026-05-23T15:38:41.329Z | ++ (( i < 5 )) |
| 1829 | 2026-05-23T15:38:41.329Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1830 | 2026-05-23T15:38:41.330Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1831 | 2026-05-23T15:38:41.330Z | + rc=0 |
| 1832 | 2026-05-23T15:38:41.330Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1833 | 2026-05-23T15:38:47.192Z | + case $rc in |
| 1834 | 2026-05-23T15:38:47.193Z | + pfexec zfs create -p rpool/images/build/host |
| 1835 | 2026-05-23T15:38:47.470Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1836 | 2026-05-23T15:38:47.550Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1837 | 2026-05-23T15:38:48.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1838 | 2026-05-23T15:38:48.143Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1839 | 2026-05-23T15:38:49.062Z | Compiling proc-macro2 v1.0.106 |
| 1840 | 2026-05-23T15:38:49.062Z | Compiling quote v1.0.45 |
| 1841 | 2026-05-23T15:38:49.062Z | Compiling unicode-ident v1.0.24 |
| 1842 | 2026-05-23T15:38:49.065Z | Compiling libc v0.2.185 |
| 1843 | 2026-05-23T15:38:49.065Z | Compiling serde_core v1.0.228 |
| 1844 | 2026-05-23T15:38:49.065Z | Compiling serde v1.0.228 |
| 1845 | 2026-05-23T15:38:49.065Z | Compiling cfg-if v1.0.4 |
| 1846 | 2026-05-23T15:38:49.065Z | Compiling version_check v0.9.5 |
| 1847 | 2026-05-23T15:38:49.065Z | Compiling find-msvc-tools v0.1.9 |
| 1848 | 2026-05-23T15:38:49.229Z | Compiling shlex v1.3.0 |
| 1849 | 2026-05-23T15:38:49.241Z | Compiling typenum v1.19.0 |
| 1850 | 2026-05-23T15:38:49.244Z | Compiling autocfg v1.5.0 |
| 1851 | 2026-05-23T15:38:49.244Z | Compiling portable-atomic v1.13.1 |
| 1852 | 2026-05-23T15:38:49.272Z | Compiling memchr v2.8.0 |
| 1853 | 2026-05-23T15:38:49.287Z | Compiling zmij v1.0.21 |
| 1854 | 2026-05-23T15:38:49.410Z | Compiling zerocopy v0.8.40 |
| 1855 | 2026-05-23T15:38:49.413Z | Compiling serde_json v1.0.149 |
| 1856 | 2026-05-23T15:38:49.490Z | Compiling libm v0.2.16 |
| 1857 | 2026-05-23T15:38:49.631Z | Compiling parking_lot_core v0.9.12 |
| 1858 | 2026-05-23T15:38:49.682Z | Compiling generic-array v0.14.7 |
| 1859 | 2026-05-23T15:38:49.699Z | Compiling smallvec v1.15.1 |
| 1860 | 2026-05-23T15:38:49.704Z | Compiling icu_normalizer_data v2.1.1 |
| 1861 | 2026-05-23T15:38:49.717Z | Compiling icu_properties_data v2.1.2 |
| 1862 | 2026-05-23T15:38:49.735Z | Compiling num-traits v0.2.19 |
| 1863 | 2026-05-23T15:38:49.805Z | Compiling log v0.4.29 |
| 1864 | 2026-05-23T15:38:49.819Z | Compiling pkg-config v0.3.32 |
| 1865 | 2026-05-23T15:38:49.836Z | Compiling itoa v1.0.17 |
| 1866 | 2026-05-23T15:38:49.953Z | Compiling getrandom v0.4.1 |
| 1867 | 2026-05-23T15:38:49.956Z | Compiling subtle v2.6.1 |
| 1868 | 2026-05-23T15:38:50.038Z | Compiling getrandom v0.3.4 |
| 1869 | 2026-05-23T15:38:50.041Z | Compiling scopeguard v1.2.0 |
| 1870 | 2026-05-23T15:38:50.111Z | Compiling stable_deref_trait v1.2.1 |
| 1871 | 2026-05-23T15:38:50.165Z | Compiling lock_api v0.4.14 |
| 1872 | 2026-05-23T15:38:50.229Z | Compiling rustix v1.1.3 |
| 1873 | 2026-05-23T15:38:50.266Z | Compiling jobserver v0.1.34 |
| 1874 | 2026-05-23T15:38:50.282Z | Compiling getrandom v0.2.17 |
| 1875 | 2026-05-23T15:38:50.329Z | Compiling errno v0.3.14 |
| 1876 | 2026-05-23T15:38:50.433Z | Compiling critical-section v1.2.0 |
| 1877 | 2026-05-23T15:38:50.465Z | Compiling rand_core v0.6.4 |
| 1878 | 2026-05-23T15:38:50.505Z | Compiling cc v1.2.56 |
| 1879 | 2026-05-23T15:38:50.586Z | Compiling syn v2.0.117 |
| 1880 | 2026-05-23T15:38:50.607Z | Compiling fs_extra v1.3.0 |
| 1881 | 2026-05-23T15:38:50.628Z | Compiling dunce v1.0.5 |
| 1882 | 2026-05-23T15:38:50.679Z | Compiling heck v0.5.0 |
| 1883 | 2026-05-23T15:38:50.778Z | Compiling pin-project-lite v0.2.17 |
| 1884 | 2026-05-23T15:38:50.798Z | Compiling once_cell v1.21.3 |
| 1885 | 2026-05-23T15:38:50.891Z | Compiling litemap v0.8.1 |
| 1886 | 2026-05-23T15:38:50.925Z | Compiling percent-encoding v2.3.2 |
| 1887 | 2026-05-23T15:38:50.928Z | Compiling const-oid v0.9.6 |
| 1888 | 2026-05-23T15:38:50.928Z | Compiling thiserror v2.0.18 |
| 1889 | 2026-05-23T15:38:50.928Z | Compiling writeable v0.6.2 |
| 1890 | 2026-05-23T15:38:50.928Z | Compiling fnv v1.0.7 |
| 1891 | 2026-05-23T15:38:51.116Z | Compiling aws-lc-rs v1.16.3 |
| 1892 | 2026-05-23T15:38:51.119Z | Compiling rustversion v1.0.22 |
| 1893 | 2026-05-23T15:38:51.163Z | Compiling signal-hook-registry v1.4.8 |
| 1894 | 2026-05-23T15:38:51.253Z | Compiling cmake v0.1.57 |
| 1895 | 2026-05-23T15:38:51.307Z | Compiling futures-core v0.3.32 |
| 1896 | 2026-05-23T15:38:51.310Z | Compiling equivalent v1.0.2 |
| 1897 | 2026-05-23T15:38:51.436Z | Compiling parking_lot v0.12.5 |
| 1898 | 2026-05-23T15:38:51.453Z | Compiling mio v1.2.0 |
| 1899 | 2026-05-23T15:38:51.493Z | Compiling bitflags v2.11.0 |
| 1900 | 2026-05-23T15:38:51.613Z | Compiling semver v1.0.28 |
| 1901 | 2026-05-23T15:38:51.696Z | Compiling httparse v1.10.1 |
| 1902 | 2026-05-23T15:38:51.831Z | Compiling ring v0.17.14 |
| 1903 | 2026-05-23T15:38:51.849Z | Compiling aws-lc-sys v0.40.0 |
| 1904 | 2026-05-23T15:38:51.896Z | Compiling socket2 v0.6.3 |
| 1905 | 2026-05-23T15:38:51.935Z | Compiling vcpkg v0.2.15 |
| 1906 | 2026-05-23T15:38:51.958Z | Compiling schemars v0.8.22 |
| 1907 | 2026-05-23T15:38:51.999Z | Compiling utf8_iter v1.0.4 |
| 1908 | 2026-05-23T15:38:52.187Z | Compiling form_urlencoded v1.2.2 |
| 1909 | 2026-05-23T15:38:52.249Z | Compiling hashbrown v0.17.0 |
| 1910 | 2026-05-23T15:38:52.371Z | Compiling rustls v0.23.37 |
| 1911 | 2026-05-23T15:38:52.456Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-05-23T15:38:52.503Z | Compiling rand_core v0.10.0 |
| 1913 | 2026-05-23T15:38:52.507Z | Compiling futures-sink v0.3.32 |
| 1914 | 2026-05-23T15:38:52.567Z | Compiling openssl-sys v0.9.114 |
| 1915 | 2026-05-23T15:38:52.717Z | Compiling futures-channel v0.3.32 |
| 1916 | 2026-05-23T15:38:52.741Z | Compiling futures-task v0.3.32 |
| 1917 | 2026-05-23T15:38:52.792Z | Compiling cpufeatures v0.2.17 |
| 1918 | 2026-05-23T15:38:52.825Z | Compiling futures-io v0.3.32 |
| 1919 | 2026-05-23T15:38:52.829Z | Compiling slab v0.4.12 |
| 1920 | 2026-05-23T15:38:52.919Z | Compiling indexmap v2.14.0 |
| 1921 | 2026-05-23T15:38:52.974Z | Compiling rustc_version v0.4.1 |
| 1922 | 2026-05-23T15:38:53.010Z | Compiling byteorder v1.5.0 |
| 1923 | 2026-05-23T15:38:53.049Z | Compiling ucd-trie v0.1.7 |
| 1924 | 2026-05-23T15:38:53.132Z | Compiling strsim v0.11.1 |
| 1925 | 2026-05-23T15:38:53.224Z | Compiling pest v2.8.6 |
| 1926 | 2026-05-23T15:38:53.295Z | Compiling time-core v0.1.8 |
| 1927 | 2026-05-23T15:38:53.298Z | Compiling num-conv v0.2.0 |
| 1928 | 2026-05-23T15:38:53.298Z | Compiling openssl v0.10.78 |
| 1929 | 2026-05-23T15:38:53.373Z | Compiling synstructure v0.13.2 |
| 1930 | 2026-05-23T15:38:53.373Z | Compiling serde_derive_internals v0.29.1 |
| 1931 | 2026-05-23T15:38:53.506Z | Compiling time-macros v0.2.27 |
| 1932 | 2026-05-23T15:38:53.612Z | Compiling iana-time-zone v0.1.65 |
| 1933 | 2026-05-23T15:38:53.637Z | Compiling ident_case v1.0.1 |
| 1934 | 2026-05-23T15:38:53.659Z | Compiling thiserror v1.0.69 |
| 1935 | 2026-05-23T15:38:53.790Z | Compiling regex-syntax v0.8.10 |
| 1936 | 2026-05-23T15:38:53.793Z | Compiling native-tls v0.2.18 |
| 1937 | 2026-05-23T15:38:53.828Z | Compiling base64 v0.22.1 |
| 1938 | 2026-05-23T15:38:53.937Z | Compiling syn v1.0.109 |
| 1939 | 2026-05-23T15:38:53.987Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1940 | 2026-05-23T15:38:54.067Z | Compiling untrusted v0.9.0 |
| 1941 | 2026-05-23T15:38:54.089Z | Compiling base64ct v1.8.3 |
| 1942 | 2026-05-23T15:38:54.167Z | Compiling crossbeam-utils v0.8.21 |
| 1943 | 2026-05-23T15:38:54.215Z | Compiling uuid v1.23.0 |
| 1944 | 2026-05-23T15:38:54.258Z | Compiling slog v2.8.2 |
| 1945 | 2026-05-23T15:38:54.359Z | Compiling pest_meta v2.8.6 |
| 1946 | 2026-05-23T15:38:54.406Z | Compiling pem-rfc7468 v0.7.0 |
| 1947 | 2026-05-23T15:38:54.528Z | Compiling flagset v0.4.7 |
| 1948 | 2026-05-23T15:38:54.554Z | Compiling rand_core v0.9.5 |
| 1949 | 2026-05-23T15:38:54.599Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1950 | 2026-05-23T15:38:54.640Z | Compiling serde_derive v1.0.228 |
| 1951 | 2026-05-23T15:38:54.682Z | Compiling zeroize_derive v1.4.3 |
| 1952 | 2026-05-23T15:38:54.705Z | Compiling zerofrom-derive v0.1.6 |
| 1953 | 2026-05-23T15:38:54.720Z | Compiling yoke-derive v0.8.1 |
| 1954 | 2026-05-23T15:38:54.786Z | Compiling zerovec-derive v0.11.2 |
| 1955 | 2026-05-23T15:38:54.849Z | Compiling zerocopy-derive v0.8.40 |
| 1956 | 2026-05-23T15:38:54.866Z | Compiling displaydoc v0.2.5 |
| 1957 | 2026-05-23T15:38:54.911Z | Compiling tokio-macros v2.7.0 |
| 1958 | 2026-05-23T15:38:55.082Z | Compiling futures-macro v0.3.32 |
| 1959 | 2026-05-23T15:38:55.166Z | Compiling der_derive v0.7.3 |
| 1960 | 2026-05-23T15:38:55.305Z | Compiling zeroize v1.8.2 |
| 1961 | 2026-05-23T15:38:55.612Z | Compiling tracing-attributes v0.1.31 |
| 1962 | 2026-05-23T15:38:55.665Z | Compiling thiserror-impl v2.0.18 |
| 1963 | 2026-05-23T15:38:55.784Z | Compiling schemars_derive v0.8.22 |
| 1964 | 2026-05-23T15:38:55.869Z | Compiling zerofrom v0.1.6 |
| 1965 | 2026-05-23T15:38:55.901Z | Compiling futures-util v0.3.32 |
| 1966 | 2026-05-23T15:38:56.018Z | Compiling yoke v0.8.1 |
| 1967 | 2026-05-23T15:38:56.084Z | Compiling rustls-pki-types v1.14.0 |
| 1968 | 2026-05-23T15:38:56.162Z | Compiling crypto-common v0.1.7 |
| 1969 | 2026-05-23T15:38:56.234Z | Compiling zerovec v0.11.5 |
| 1970 | 2026-05-23T15:38:56.250Z | Compiling zerotrie v0.2.3 |
| 1971 | 2026-05-23T15:38:56.404Z | Compiling block-buffer v0.10.4 |
| 1972 | 2026-05-23T15:38:56.589Z | Compiling digest v0.10.7 |
| 1973 | 2026-05-23T15:38:56.781Z | Compiling tinystr v0.8.2 |
| 1974 | 2026-05-23T15:38:56.843Z | Compiling potential_utf v0.1.4 |
| 1975 | 2026-05-23T15:38:56.923Z | Compiling hmac v0.12.1 |
| 1976 | 2026-05-23T15:38:56.945Z | Compiling block-padding v0.3.3 |
| 1977 | 2026-05-23T15:38:57.019Z | Compiling icu_locale_core v2.1.1 |
| 1978 | 2026-05-23T15:38:57.050Z | Compiling icu_collections v2.1.1 |
| 1979 | 2026-05-23T15:38:57.095Z | Compiling inout v0.1.4 |
| 1980 | 2026-05-23T15:38:57.188Z | Compiling pest_generator v2.8.6 |
| 1981 | 2026-05-23T15:38:57.280Z | Compiling openssl-macros v0.1.1 |
| 1982 | 2026-05-23T15:38:57.729Z | Compiling cipher v0.4.4 |
| 1983 | 2026-05-23T15:38:57.776Z | Compiling bytes v1.11.1 |
| 1984 | 2026-05-23T15:38:57.827Z | Compiling icu_provider v2.1.1 |
| 1985 | 2026-05-23T15:38:57.875Z | Compiling chrono v0.4.44 |
| 1986 | 2026-05-23T15:38:57.897Z | Compiling pest_derive v2.8.6 |
| 1987 | 2026-05-23T15:38:57.975Z | Compiling sha2 v0.10.9 |
| 1988 | 2026-05-23T15:38:58.155Z | Compiling icu_normalizer v2.1.1 |
| 1989 | 2026-05-23T15:38:58.191Z | Compiling icu_properties v2.1.2 |
| 1990 | 2026-05-23T15:38:58.338Z | Compiling tokio v1.52.1 |
| 1991 | 2026-05-23T15:38:58.399Z | Compiling http v1.4.0 |
| 1992 | 2026-05-23T15:38:58.679Z | Compiling scroll_derive v0.13.1 |
| 1993 | 2026-05-23T15:38:59.076Z | Compiling thiserror-impl v1.0.69 |
| 1994 | 2026-05-23T15:38:59.389Z | Compiling idna_adapter v1.2.1 |
| 1995 | 2026-05-23T15:38:59.404Z | Compiling ppv-lite86 v0.2.21 |
| 1996 | 2026-05-23T15:38:59.543Z | Compiling idna v1.1.0 |
| 1997 | 2026-05-23T15:38:59.755Z | Compiling der v0.7.10 |
| 1998 | 2026-05-23T15:38:59.836Z | Compiling tracing-core v0.1.36 |
| 1999 | 2026-05-23T15:39:00.009Z | Compiling url v2.5.8 |
| 2000 | 2026-05-23T15:39:00.179Z | Compiling cookie v0.18.1 |
| 2001 | 2026-05-23T15:39:00.195Z | Compiling plain v0.2.3 |
| 2002 | 2026-05-23T15:39:00.232Z | Compiling paste v1.0.15 |
| 2003 | 2026-05-23T15:39:00.388Z | Compiling camino v1.2.2 |
| 2004 | 2026-05-23T15:39:00.584Z | Compiling spki v0.7.3 |
| 2005 | 2026-05-23T15:39:00.702Z | Compiling tracing v0.1.44 |
| 2006 | 2026-05-23T15:39:00.872Z | Compiling http-body v1.0.1 |
| 2007 | 2026-05-23T15:39:00.888Z | Compiling salsa20 v0.10.2 |
| 2008 | 2026-05-23T15:39:00.966Z | Compiling pbkdf2 v0.12.2 |
| 2009 | 2026-05-23T15:39:01.429Z | Compiling aho-corasick v1.1.4 |
| 2010 | 2026-05-23T15:39:01.460Z | Compiling num-bigint-dig v0.8.6 |
| 2011 | 2026-05-23T15:39:01.633Z | Compiling fastrand v2.3.0 |
| 2012 | 2026-05-23T15:39:01.668Z | Compiling atomic-waker v1.1.2 |
| 2013 | 2026-05-23T15:39:01.807Z | Compiling dyn-clone v1.0.20 |
| 2014 | 2026-05-23T15:39:01.939Z | Compiling scrypt v0.11.0 |
| 2015 | 2026-05-23T15:39:02.099Z | Compiling tokio-util v0.7.18 |
| 2016 | 2026-05-23T15:39:02.165Z | Compiling rand_chacha v0.9.0 |
| 2017 | 2026-05-23T15:39:02.192Z | Compiling aes v0.8.4 |
| 2018 | 2026-05-23T15:39:02.323Z | Compiling regex-automata v0.4.14 |
| 2019 | 2026-05-23T15:39:02.418Z | Compiling cbc v0.1.2 |
| 2020 | 2026-05-23T15:39:02.577Z | Compiling async-trait v0.1.89 |
| 2021 | 2026-05-23T15:39:02.681Z | Compiling ahash v0.8.12 |
| 2022 | 2026-05-23T15:39:02.702Z | Compiling usdt-impl v0.6.0 |
| 2023 | 2026-05-23T15:39:02.744Z | Compiling zstd-safe v7.2.4 |
| 2024 | 2026-05-23T15:39:02.918Z | Compiling pretty-hex v0.4.1 |
| 2025 | 2026-05-23T15:39:02.949Z | Compiling openssl-probe v0.2.1 |
| 2026 | 2026-05-23T15:39:02.952Z | Compiling untrusted v0.7.1 |
| 2027 | 2026-05-23T15:39:02.984Z | Compiling tower-layer v0.3.3 |
| 2028 | 2026-05-23T15:39:03.093Z | Compiling tinyvec_macros v0.1.1 |
| 2029 | 2026-05-23T15:39:03.148Z | Compiling try-lock v0.2.5 |
| 2030 | 2026-05-23T15:39:03.222Z | Compiling anyhow v1.0.102 |
| 2031 | 2026-05-23T15:39:03.272Z | Compiling tower-service v0.3.3 |
| 2032 | 2026-05-23T15:39:03.287Z | Compiling want v0.3.1 |
| 2033 | 2026-05-23T15:39:03.342Z | Compiling tinyvec v1.10.0 |
| 2034 | 2026-05-23T15:39:03.492Z | Compiling h2 v0.4.13 |
| 2035 | 2026-05-23T15:39:03.528Z | Compiling pkcs5 v0.7.1 |
| 2036 | 2026-05-23T15:39:03.561Z | Compiling rand v0.9.2 |
| 2037 | 2026-05-23T15:39:03.752Z | Compiling scroll v0.13.0 |
| 2038 | 2026-05-23T15:39:03.847Z | Compiling ipnet v2.11.0 |
| 2039 | 2026-05-23T15:39:04.008Z | Compiling serde_tokenstream v0.2.3 |
| 2040 | 2026-05-23T15:39:04.044Z | Compiling clap_derive v4.6.1 |
| 2041 | 2026-05-23T15:39:04.143Z | Compiling scroll_derive v0.12.1 |
| 2042 | 2026-05-23T15:39:04.167Z | Compiling daft-derive v0.1.7 |
| 2043 | 2026-05-23T15:39:04.320Z | Compiling heapless v0.7.17 |
| 2044 | 2026-05-23T15:39:04.705Z | Compiling pin-utils v0.1.0 |
| 2045 | 2026-05-23T15:39:04.783Z | Compiling signal-hook v0.3.18 |
| 2046 | 2026-05-23T15:39:04.801Z | Compiling utf8parse v0.2.2 |
| 2047 | 2026-05-23T15:39:04.804Z | Compiling litrs v1.0.0 |
| 2048 | 2026-05-23T15:39:04.950Z | Compiling httpdate v1.0.3 |
| 2049 | 2026-05-23T15:39:05.285Z | Compiling document-features v0.2.12 |
| 2050 | 2026-05-23T15:39:05.372Z | Compiling goblin v0.10.5 |
| 2051 | 2026-05-23T15:39:05.403Z | Compiling pkcs8 v0.10.2 |
| 2052 | 2026-05-23T15:39:05.513Z | Compiling tempfile v3.25.0 |
| 2053 | 2026-05-23T15:39:05.719Z | Compiling pin-project-internal v1.1.11 |
| 2054 | 2026-05-23T15:39:05.805Z | Compiling darling_core v0.20.11 |
| 2055 | 2026-05-23T15:39:05.849Z | Compiling spin v0.9.8 |
| 2056 | 2026-05-23T15:39:06.091Z | Compiling simd-adler32 v0.3.8 |
| 2057 | 2026-05-23T15:39:06.394Z | Compiling foreign-types-shared v0.1.1 |
| 2058 | 2026-05-23T15:39:06.467Z | Compiling powerfmt v0.2.0 |
| 2059 | 2026-05-23T15:39:06.496Z | Compiling anstyle v1.0.14 |
| 2060 | 2026-05-23T15:39:06.610Z | Compiling foreign-types v0.3.2 |
| 2061 | 2026-05-23T15:39:06.690Z | Compiling deranged v0.5.8 |
| 2062 | 2026-05-23T15:39:06.793Z | Compiling unicode-normalization v0.1.25 |
| 2063 | 2026-05-23T15:39:06.879Z | Compiling dtrace-parser v0.3.0 |
| 2064 | 2026-05-23T15:39:06.993Z | Compiling hyper v1.8.1 |
| 2065 | 2026-05-23T15:39:07.302Z | Compiling hex v0.4.3 |
| 2066 | 2026-05-23T15:39:07.347Z | Compiling zerocopy-derive v0.7.35 |
| 2067 | 2026-05-23T15:39:07.450Z | Compiling strum_macros v0.26.4 |
| 2068 | 2026-05-23T15:39:07.504Z | Compiling darling_core v0.21.3 |
| 2069 | 2026-05-23T15:39:07.543Z | Compiling curve25519-dalek v4.1.3 |
| 2070 | 2026-05-23T15:39:07.841Z | Compiling darling_macro v0.20.11 |
| 2071 | 2026-05-23T15:39:07.887Z | Compiling thread-id v5.1.0 |
| 2072 | 2026-05-23T15:39:07.904Z | Compiling memoffset v0.9.1 |
| 2073 | 2026-05-23T15:39:07.924Z | Compiling ref-cast v1.0.25 |
| 2074 | 2026-05-23T15:39:07.939Z | Compiling colorchoice v1.0.4 |
| 2075 | 2026-05-23T15:39:07.982Z | Compiling adler2 v2.0.1 |
| 2076 | 2026-05-23T15:39:08.140Z | Compiling anstyle-query v1.1.5 |
| 2077 | 2026-05-23T15:39:08.157Z | Compiling dof v0.4.0 |
| 2078 | 2026-05-23T15:39:08.178Z | Compiling rustix v0.38.44 |
| 2079 | 2026-05-23T15:39:08.193Z | Compiling smoltcp v0.9.1 |
| 2080 | 2026-05-23T15:39:08.238Z | Compiling is_terminal_polyfill v1.70.2 |
| 2081 | 2026-05-23T15:39:08.268Z | Compiling num_threads v0.1.7 |
| 2082 | 2026-05-23T15:39:08.356Z | Compiling hyper-util v0.1.20 |
| 2083 | 2026-05-23T15:39:08.519Z | Compiling darling v0.20.11 |
| 2084 | 2026-05-23T15:39:08.544Z | Compiling time v0.3.47 |
| 2085 | 2026-05-23T15:39:08.568Z | Compiling miniz_oxide v0.8.9 |
| 2086 | 2026-05-23T15:39:08.672Z | Compiling rustls-native-certs v0.8.3 |
| 2087 | 2026-05-23T15:39:09.270Z | Compiling http-body-util v0.1.3 |
| 2088 | 2026-05-23T15:39:09.289Z | Compiling serde_spanned v0.6.9 |
| 2089 | 2026-05-23T15:39:09.524Z | Compiling toml_datetime v0.6.11 |
| 2090 | 2026-05-23T15:39:09.554Z | Compiling snafu-derive v0.8.9 |
| 2091 | 2026-05-23T15:39:09.644Z | Compiling sync_wrapper v1.0.2 |
| 2092 | 2026-05-23T15:39:09.715Z | Compiling darling_macro v0.21.3 |
| 2093 | 2026-05-23T15:39:09.781Z | Compiling wait-timeout v0.2.1 |
| 2094 | 2026-05-23T15:39:09.830Z | Compiling encoding_rs v0.8.35 |
| 2095 | 2026-05-23T15:39:09.922Z | Compiling bit-vec v0.8.0 |
| 2096 | 2026-05-23T15:39:10.023Z | Compiling quick-error v1.2.3 |
| 2097 | 2026-05-23T15:39:10.163Z | Compiling mime v0.3.17 |
| 2098 | 2026-05-23T15:39:10.298Z | Compiling siphasher v1.0.2 |
| 2099 | 2026-05-23T15:39:10.511Z | Compiling cfg_aliases v0.2.1 |
| 2100 | 2026-05-23T15:39:10.526Z | Compiling zlib-rs v0.6.2 |
| 2101 | 2026-05-23T15:39:10.552Z | Compiling ryu v1.0.23 |
| 2102 | 2026-05-23T15:39:10.601Z | Compiling nix v0.31.2 |
| 2103 | 2026-05-23T15:39:10.752Z | Compiling serde_urlencoded v0.7.1 |
| 2104 | 2026-05-23T15:39:10.972Z | Compiling darling v0.21.3 |
| 2105 | 2026-05-23T15:39:11.047Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-05-23T15:39:11.072Z | Compiling bit-set v0.8.0 |
| 2107 | 2026-05-23T15:39:11.120Z | Compiling tower v0.5.3 |
| 2108 | 2026-05-23T15:39:11.209Z | Compiling derive_builder_core v0.20.2 |
| 2109 | 2026-05-23T15:39:11.212Z | Compiling anstyle-parse v1.0.0 |
| 2110 | 2026-05-23T15:39:11.247Z | Compiling regex v1.12.3 |
| 2111 | 2026-05-23T15:39:11.389Z | Compiling webpki-roots v1.0.6 |
| 2112 | 2026-05-23T15:39:11.434Z | Compiling hubpack_derive v0.1.1 |
| 2113 | 2026-05-23T15:39:11.470Z | Compiling erased-serde v0.3.31 |
| 2114 | 2026-05-23T15:39:11.489Z | Compiling signature v2.2.0 |
| 2115 | 2026-05-23T15:39:11.586Z | Compiling rand_xorshift v0.4.0 |
| 2116 | 2026-05-23T15:39:11.604Z | Compiling strum_macros v0.27.2 |
| 2117 | 2026-05-23T15:39:11.626Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2118 | 2026-05-23T15:39:11.650Z | Compiling ref-cast-impl v1.0.25 |
| 2119 | 2026-05-23T15:39:11.886Z | Compiling fs-err v3.3.0 |
| 2120 | 2026-05-23T15:39:11.903Z | Compiling usdt-impl v0.5.0 |
| 2121 | 2026-05-23T15:39:11.918Z | Compiling unarray v0.1.4 |
| 2122 | 2026-05-23T15:39:11.934Z | Compiling iri-string v0.7.10 |
| 2123 | 2026-05-23T15:39:12.003Z | Compiling object v0.37.3 |
| 2124 | 2026-05-23T15:39:12.112Z | Compiling allocator-api2 v0.2.21 |
| 2125 | 2026-05-23T15:39:12.211Z | Compiling unicode-bidi v0.3.18 |
| 2126 | 2026-05-23T15:39:12.228Z | Compiling unicode-properties v0.1.4 |
| 2127 | 2026-05-23T15:39:12.557Z | Compiling proptest v1.10.0 |
| 2128 | 2026-05-23T15:39:12.634Z | Compiling stringprep v0.1.5 |
| 2129 | 2026-05-23T15:39:12.685Z | Compiling flate2 v1.1.9 |
| 2130 | 2026-05-23T15:39:12.919Z | Compiling derive_builder_macro v0.20.2 |
| 2131 | 2026-05-23T15:39:13.151Z | Compiling tower-http v0.6.8 |
| 2132 | 2026-05-23T15:39:13.403Z | Compiling anstream v1.0.0 |
| 2133 | 2026-05-23T15:39:13.422Z | Compiling tokio-native-tls v0.3.1 |
| 2134 | 2026-05-23T15:39:13.440Z | Compiling serde_with_macros v3.17.0 |
| 2135 | 2026-05-23T15:39:13.589Z | Compiling usdt-macro v0.6.0 |
| 2136 | 2026-05-23T15:39:13.614Z | Compiling usdt-attr-macro v0.6.0 |
| 2137 | 2026-05-23T15:39:13.992Z | Compiling ipnetwork v0.21.1 |
| 2138 | 2026-05-23T15:39:14.216Z | Compiling scroll v0.12.0 |
| 2139 | 2026-05-23T15:39:14.316Z | Compiling bstr v1.12.1 |
| 2140 | 2026-05-23T15:39:14.490Z | Compiling rand_chacha v0.3.1 |
| 2141 | 2026-05-23T15:39:14.579Z | Compiling md-5 v0.10.6 |
| 2142 | 2026-05-23T15:39:14.748Z | Compiling async-recursion v1.1.1 |
| 2143 | 2026-05-23T15:39:14.764Z | Compiling terminal_size v0.4.3 |
| 2144 | 2026-05-23T15:39:14.782Z | Compiling num-integer v0.1.46 |
| 2145 | 2026-05-23T15:39:14.800Z | Compiling hash32 v0.2.1 |
| 2146 | 2026-05-23T15:39:14.823Z | Compiling vergen-lib v9.1.0 |
| 2147 | 2026-05-23T15:39:14.871Z | Compiling ff v0.13.1 |
| 2148 | 2026-05-23T15:39:15.025Z | Compiling clap_lex v1.0.0 |
| 2149 | 2026-05-23T15:39:15.040Z | Compiling psl-types v2.0.11 |
| 2150 | 2026-05-23T15:39:15.145Z | Compiling base16ct v0.2.0 |
| 2151 | 2026-05-23T15:39:15.233Z | Compiling winnow v0.7.14 |
| 2152 | 2026-05-23T15:39:15.249Z | Compiling fallible-iterator v0.2.0 |
| 2153 | 2026-05-23T15:39:15.320Z | Compiling sec1 v0.7.3 |
| 2154 | 2026-05-23T15:39:15.362Z | Compiling clap_builder v4.6.0 |
| 2155 | 2026-05-23T15:39:15.404Z | Compiling publicsuffix v2.3.0 |
| 2156 | 2026-05-23T15:39:15.455Z | Compiling num-iter v0.1.45 |
| 2157 | 2026-05-23T15:39:15.570Z | Compiling postgres-protocol v0.6.10 |
| 2158 | 2026-05-23T15:39:15.586Z | Compiling group v0.13.0 |
| 2159 | 2026-05-23T15:39:15.601Z | Compiling rand v0.8.6 |
| 2160 | 2026-05-23T15:39:15.789Z | Compiling newtype-uuid v1.3.2 |
| 2161 | 2026-05-23T15:39:16.102Z | Compiling goblin v0.8.2 |
| 2162 | 2026-05-23T15:39:16.268Z | Compiling oxnet v0.1.5 |
| 2163 | 2026-05-23T15:39:16.448Z | Compiling hyper-tls v0.6.0 |
| 2164 | 2026-05-23T15:39:16.530Z | Compiling derive_builder v0.20.2 |
| 2165 | 2026-05-23T15:39:16.562Z | Compiling phf_shared v0.13.1 |
| 2166 | 2026-05-23T15:39:16.717Z | Compiling zerocopy v0.7.35 |
| 2167 | 2026-05-23T15:39:16.762Z | Compiling lazy_static v1.5.0 |
| 2168 | 2026-05-23T15:39:16.837Z | Compiling pin-project v1.1.11 |
| 2169 | 2026-05-23T15:39:16.853Z | Compiling anstyle-parse v0.2.7 |
| 2170 | 2026-05-23T15:39:17.037Z | Compiling futures-executor v0.3.32 |
| 2171 | 2026-05-23T15:39:17.056Z | Compiling hkdf v0.12.4 |
| 2172 | 2026-05-23T15:39:17.090Z | Compiling crypto-bigint v0.5.5 |
| 2173 | 2026-05-23T15:39:17.137Z | Compiling serde_repr v0.1.20 |
| 2174 | 2026-05-23T15:39:17.192Z | Compiling enum-as-inner v0.6.1 |
| 2175 | 2026-05-23T15:39:17.253Z | Compiling vergen v9.1.0 |
| 2176 | 2026-05-23T15:39:17.299Z | Compiling cargo-platform v0.3.2 |
| 2177 | 2026-05-23T15:39:17.363Z | Compiling same-file v1.0.6 |
| 2178 | 2026-05-23T15:39:17.586Z | Compiling bumpalo v3.20.2 |
| 2179 | 2026-05-23T15:39:17.609Z | Compiling foldhash v0.2.0 |
| 2180 | 2026-05-23T15:39:17.704Z | Compiling bitflags v1.3.2 |
| 2181 | 2026-05-23T15:39:17.750Z | Compiling managed v0.8.0 |
| 2182 | 2026-05-23T15:39:17.797Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-05-23T15:39:17.815Z | Compiling libbz2-rs-sys v0.2.2 |
| 2184 | 2026-05-23T15:39:17.834Z | Compiling unicode-segmentation v1.12.0 |
| 2185 | 2026-05-23T15:39:17.852Z | Compiling winnow v0.5.40 |
| 2186 | 2026-05-23T15:39:18.007Z | Compiling elliptic-curve v0.13.8 |
| 2187 | 2026-05-23T15:39:18.239Z | Compiling bzip2 v0.6.1 |
| 2188 | 2026-05-23T15:39:18.373Z | Compiling dof v0.3.0 |
| 2189 | 2026-05-23T15:39:18.419Z | Compiling hashbrown v0.15.5 |
| 2190 | 2026-05-23T15:39:18.448Z | Compiling zopfli v0.8.3 |
| 2191 | 2026-05-23T15:39:18.463Z | Compiling hashbrown v0.16.1 |
| 2192 | 2026-05-23T15:39:19.076Z | Compiling walkdir v2.5.0 |
| 2193 | 2026-05-23T15:39:19.171Z | Compiling toml_edit v0.19.15 |
| 2194 | 2026-05-23T15:39:19.218Z | Compiling cargo_metadata v0.23.1 |
| 2195 | 2026-05-23T15:39:19.309Z | Compiling futures v0.3.32 |
| 2196 | 2026-05-23T15:39:19.380Z | Compiling clap v4.6.1 |
| 2197 | 2026-05-23T15:39:19.484Z | Compiling anstream v0.6.21 |
| 2198 | 2026-05-23T15:39:19.727Z | Compiling snafu v0.8.9 |
| 2199 | 2026-05-23T15:39:20.073Z | Compiling phf v0.13.1 |
| 2200 | 2026-05-23T15:39:20.256Z | Compiling signal-hook-mio v0.2.5 |
| 2201 | 2026-05-23T15:39:20.389Z | Compiling daft v0.1.7 |
| 2202 | 2026-05-23T15:39:20.465Z | Compiling zstd v0.13.3 |
| 2203 | 2026-05-23T15:39:20.468Z | Compiling cookie_store v0.22.1 |
| 2204 | 2026-05-23T15:39:20.497Z | Compiling postgres-types v0.2.12 |
| 2205 | 2026-05-23T15:39:20.562Z | Compiling bzip2 v0.4.4 |
| 2206 | 2026-05-23T15:39:20.681Z | Compiling globset v0.4.18 |
| 2207 | 2026-05-23T15:39:20.736Z | Compiling strum v0.27.2 |
| 2208 | 2026-05-23T15:39:20.765Z | Compiling dtrace-parser v0.2.0 |
| 2209 | 2026-05-23T15:39:20.917Z | Compiling hubpack v0.1.2 |
| 2210 | 2026-05-23T15:39:20.969Z | Compiling ed25519 v2.2.3 |
| 2211 | 2026-05-23T15:39:21.024Z | Compiling phf_shared v0.11.3 |
| 2212 | 2026-05-23T15:39:21.043Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-05-23T15:39:21.081Z | Compiling pkcs1 v0.7.5 |
| 2214 | 2026-05-23T15:39:21.218Z | Compiling pem v3.0.6 |
| 2215 | 2026-05-23T15:39:21.283Z | Compiling serde-big-array v0.5.1 |
| 2216 | 2026-05-23T15:39:21.316Z | Compiling serde_plain v1.0.2 |
| 2217 | 2026-05-23T15:39:21.350Z | Compiling rfc6979 v0.4.0 |
| 2218 | 2026-05-23T15:39:21.418Z | Compiling float-cmp v0.10.0 |
| 2219 | 2026-05-23T15:39:21.432Z | Compiling thread-id v4.2.2 |
| 2220 | 2026-05-23T15:39:21.460Z | Compiling memmap2 v0.9.10 |
| 2221 | 2026-05-23T15:39:21.477Z | Compiling env_filter v1.0.0 |
| 2222 | 2026-05-23T15:39:21.534Z | Compiling data-encoding v2.10.0 |
| 2223 | 2026-05-23T15:39:21.549Z | Compiling fixedbitset v0.4.2 |
| 2224 | 2026-05-23T15:39:21.565Z | Compiling static_assertions v1.1.0 |
| 2225 | 2026-05-23T15:39:21.656Z | Compiling new_debug_unreachable v1.0.6 |
| 2226 | 2026-05-23T15:39:21.674Z | Compiling normalize-line-endings v0.3.0 |
| 2227 | 2026-05-23T15:39:21.690Z | Compiling whoami v2.1.0 |
| 2228 | 2026-05-23T15:39:21.735Z | Compiling keccak v0.1.6 |
| 2229 | 2026-05-23T15:39:21.751Z | Compiling predicates-core v1.0.10 |
| 2230 | 2026-05-23T15:39:21.754Z | Compiling difflib v0.4.0 |
| 2231 | 2026-05-23T15:39:21.785Z | Compiling jiff v0.2.21 |
| 2232 | 2026-05-23T15:39:21.788Z | Compiling either v1.15.0 |
| 2233 | 2026-05-23T15:39:21.830Z | Compiling precomputed-hash v0.1.1 |
| 2234 | 2026-05-23T15:39:21.948Z | Compiling fixedbitset v0.5.7 |
| 2235 | 2026-05-23T15:39:21.965Z | Compiling typed-path v0.9.3 |
| 2236 | 2026-05-23T15:39:22.027Z | Compiling toml_write v0.1.2 |
| 2237 | 2026-05-23T15:39:22.043Z | Compiling predicates v3.1.4 |
| 2238 | 2026-05-23T15:39:22.067Z | Compiling itertools v0.13.0 |
| 2239 | 2026-05-23T15:39:22.223Z | Compiling toml_edit v0.22.27 |
| 2240 | 2026-05-23T15:39:22.242Z | Compiling petgraph v0.8.3 |
| 2241 | 2026-05-23T15:39:22.246Z | Compiling string_cache v0.8.9 |
| 2242 | 2026-05-23T15:39:22.380Z | Compiling tokio-postgres v0.7.16 |
| 2243 | 2026-05-23T15:39:22.471Z | Compiling sha3 v0.10.8 |
| 2244 | 2026-05-23T15:39:22.650Z | Compiling hickory-proto v0.25.2 |
| 2245 | 2026-05-23T15:39:23.150Z | Compiling petgraph v0.6.5 |
| 2246 | 2026-05-23T15:39:23.310Z | Compiling env_logger v0.11.9 |
| 2247 | 2026-05-23T15:39:23.351Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2248 | 2026-05-23T15:39:23.427Z | Compiling usdt v0.6.0 |
| 2249 | 2026-05-23T15:39:24.178Z | Compiling ecdsa v0.16.9 |
| 2250 | 2026-05-23T15:39:24.456Z | Compiling zip v4.6.1 |
| 2251 | 2026-05-23T15:39:24.579Z | Compiling rsa v0.9.10 |
| 2252 | 2026-05-23T15:39:24.912Z | Compiling ed25519-dalek v2.2.0 |
| 2253 | 2026-05-23T15:39:25.210Z | Compiling crossterm v0.28.1 |
| 2254 | 2026-05-23T15:39:25.315Z | Compiling zip v0.6.6 |
| 2255 | 2026-05-23T15:39:25.375Z | Compiling iddqd v0.4.1 |
| 2256 | 2026-05-23T15:39:25.495Z | Compiling toml v0.7.8 |
| 2257 | 2026-05-23T15:39:25.854Z | Compiling crossbeam-epoch v0.9.18 |
| 2258 | 2026-05-23T15:39:25.985Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2259 | 2026-05-23T15:39:26.062Z | Compiling similar v2.7.0 |
| 2260 | 2026-05-23T15:39:26.152Z | Compiling heck v0.4.1 |
| 2261 | 2026-05-23T15:39:26.173Z | Compiling serde_with v3.17.0 |
| 2262 | 2026-05-23T15:39:26.256Z | Compiling strum v0.26.3 |
| 2263 | 2026-05-23T15:39:26.393Z | Compiling tokio-stream v0.1.18 |
| 2264 | 2026-05-23T15:39:26.410Z | Compiling buf-list v1.1.2 |
| 2265 | 2026-05-23T15:39:26.512Z | Compiling x509-cert v0.2.5 |
| 2266 | 2026-05-23T15:39:26.566Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2267 | 2026-05-23T15:39:26.794Z | Compiling openapiv3 v2.2.0 |
| 2268 | 2026-05-23T15:39:26.875Z | Compiling sha1 v0.10.6 |
| 2269 | 2026-05-23T15:39:26.892Z | Compiling structmeta-derive v0.3.0 |
| 2270 | 2026-05-23T15:39:26.979Z | Compiling radium v0.7.0 |
| 2271 | 2026-05-23T15:39:27.005Z | Compiling peg-runtime v0.8.5 |
| 2272 | 2026-05-23T15:39:27.107Z | Compiling lalrpop-util v0.19.12 |
| 2273 | 2026-05-23T15:39:27.930Z | Compiling structmeta v0.3.0 |
| 2274 | 2026-05-23T15:39:28.688Z | Compiling maybe-uninit v2.0.0 |
| 2275 | 2026-05-23T15:39:28.970Z | Compiling tap v1.0.1 |
| 2276 | 2026-05-23T15:39:29.103Z | Compiling wyz v0.5.1 |
| 2277 | 2026-05-23T15:39:30.539Z | Compiling packed_struct v0.10.1 |
| 2278 | 2026-05-23T15:39:30.641Z | Compiling funty v2.0.0 |
| 2279 | 2026-05-23T15:39:31.079Z | Compiling bitvec v1.0.1 |
| 2280 | 2026-05-23T15:39:33.257Z | Compiling packed_struct_codegen v0.10.1 |
| 2281 | 2026-05-23T15:39:33.516Z | Compiling bitfield-macros v0.19.4 |
| 2282 | 2026-05-23T15:39:33.570Z | Compiling zerocopy-derive v0.6.6 |
| 2283 | 2026-05-23T15:39:34.062Z | Compiling indexmap v1.9.3 |
| 2284 | 2026-05-23T15:39:34.190Z | Compiling typeid v1.0.3 |
| 2285 | 2026-05-23T15:39:34.286Z | Compiling nodrop v0.1.14 |
| 2286 | 2026-05-23T15:39:34.397Z | Compiling crc-catalog v2.4.0 |
| 2287 | 2026-05-23T15:39:34.510Z | Compiling crc v3.4.0 |
| 2288 | 2026-05-23T15:39:34.526Z | Compiling array-init v0.0.4 |
| 2289 | 2026-05-23T15:39:34.851Z | Compiling zerocopy v0.6.6 |
| 2290 | 2026-05-23T15:39:35.177Z | Compiling bitfield v0.19.4 |
| 2291 | 2026-05-23T15:39:35.713Z | Compiling smallvec v0.6.14 |
| 2292 | 2026-05-23T15:39:36.033Z | Compiling derive-ex v0.1.8 |
| 2293 | 2026-05-23T15:39:37.936Z | Compiling hashbrown v0.12.3 |
| 2294 | 2026-05-23T15:39:38.098Z | Compiling erased-serde v0.4.9 |
| 2295 | 2026-05-23T15:39:38.528Z | Compiling rustls v0.22.4 |
| 2296 | 2026-05-23T15:39:38.730Z | Compiling base64 v0.21.7 |
| 2297 | 2026-05-23T15:39:39.008Z | Compiling ron v0.8.1 |
| 2298 | 2026-05-23T15:39:39.670Z | Compiling rustls-webpki v0.103.9 |
| 2299 | 2026-05-23T15:39:41.333Z | Compiling test-strategy v0.4.5 |
| 2300 | 2026-05-23T15:39:42.182Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2301 | 2026-05-23T15:39:42.267Z | Compiling serde-hex v0.1.0 |
| 2302 | 2026-05-23T15:39:42.662Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2303 | 2026-05-23T15:39:43.053Z | Compiling toml v0.8.23 |
| 2304 | 2026-05-23T15:39:43.261Z | Compiling tokio-rustls v0.26.4 |
| 2305 | 2026-05-23T15:39:43.421Z | Compiling rustls-platform-verifier v0.6.2 |
| 2306 | 2026-05-23T15:39:43.544Z | Compiling hyper-rustls v0.27.7 |
| 2307 | 2026-05-23T15:39:43.639Z | Compiling hashbrown v0.13.2 |
| 2308 | 2026-05-23T15:39:43.867Z | Compiling reqwest v0.12.28 |
| 2309 | 2026-05-23T15:39:43.913Z | Compiling reqwest v0.13.2 |
| 2310 | 2026-05-23T15:39:44.226Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2311 | 2026-05-23T15:39:44.447Z | Compiling rustls-webpki v0.102.8 |
| 2312 | 2026-05-23T15:39:44.797Z | Compiling filetime v0.2.27 |
| 2313 | 2026-05-23T15:39:44.837Z | Compiling multer v3.1.0 |
| 2314 | 2026-05-23T15:39:44.884Z | Compiling thread_local v1.1.9 |
| 2315 | 2026-05-23T15:39:44.901Z | Compiling slog-async v2.8.0 |
| 2316 | 2026-05-23T15:39:44.956Z | Compiling xattr v1.6.1 |
| 2317 | 2026-05-23T15:39:44.975Z | Compiling crc-any v2.5.0 |
| 2318 | 2026-05-23T15:39:45.029Z | Compiling match_cfg v0.1.0 |
| 2319 | 2026-05-23T15:39:45.057Z | Compiling compression-core v0.4.31 |
| 2320 | 2026-05-23T15:39:45.126Z | Compiling rayon-core v1.13.0 |
| 2321 | 2026-05-23T15:39:45.174Z | Compiling hostname v0.3.1 |
| 2322 | 2026-05-23T15:39:45.259Z | Compiling compression-codecs v0.4.37 |
| 2323 | 2026-05-23T15:39:45.274Z | Compiling tar v0.4.45 |
| 2324 | 2026-05-23T15:39:45.374Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2325 | 2026-05-23T15:39:45.388Z | Compiling object v0.30.4 |
| 2326 | 2026-05-23T15:39:45.403Z | Compiling tough v0.22.0 |
| 2327 | 2026-05-23T15:39:45.645Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2328 | 2026-05-23T15:39:45.820Z | Compiling crossbeam-channel v0.5.15 |
| 2329 | 2026-05-23T15:39:46.091Z | Compiling slog-json v2.6.1 |
| 2330 | 2026-05-23T15:39:46.300Z | Compiling async-stream-impl v0.3.6 |
| 2331 | 2026-05-23T15:39:46.316Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2332 | 2026-05-23T15:39:46.365Z | Compiling ordered-float v2.10.1 |
| 2333 | 2026-05-23T15:39:46.528Z | Compiling serde_path_to_error v0.1.20 |
| 2334 | 2026-05-23T15:39:46.668Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2335 | 2026-05-23T15:39:46.734Z | Compiling serde_spanned v1.0.4 |
| 2336 | 2026-05-23T15:39:46.749Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2337 | 2026-05-23T15:39:46.881Z | Compiling is-terminal v0.4.17 |
| 2338 | 2026-05-23T15:39:46.897Z | Compiling fs-err v2.11.0 |
| 2339 | 2026-05-23T15:39:46.921Z | Compiling dropshot v0.17.0 |
| 2340 | 2026-05-23T15:39:47.002Z | Compiling term v1.2.1 |
| 2341 | 2026-05-23T15:39:47.017Z | Compiling take_mut v0.2.2 |
| 2342 | 2026-05-23T15:39:47.126Z | Compiling debug-ignore v1.0.5 |
| 2343 | 2026-05-23T15:39:47.153Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2344 | 2026-05-23T15:39:47.169Z | Compiling path-slash v0.1.5 |
| 2345 | 2026-05-23T15:39:47.255Z | Compiling async-stream v0.3.6 |
| 2346 | 2026-05-23T15:39:47.270Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2347 | 2026-05-23T15:39:47.336Z | Compiling slog-term v2.9.2 |
| 2348 | 2026-05-23T15:39:47.351Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2349 | 2026-05-23T15:39:47.427Z | Compiling tokio-rustls v0.25.0 |
| 2350 | 2026-05-23T15:39:47.443Z | Compiling serde-value v0.7.0 |
| 2351 | 2026-05-23T15:39:47.471Z | Compiling slog-bunyan v2.5.0 |
| 2352 | 2026-05-23T15:39:47.676Z | Compiling serde-untagged v0.1.9 |
| 2353 | 2026-05-23T15:39:47.702Z | Compiling async-compression v0.4.41 |
| 2354 | 2026-05-23T15:39:48.059Z | Compiling crossbeam-deque v0.8.6 |
| 2355 | 2026-05-23T15:39:48.179Z | Compiling parse-display-derive v0.10.0 |
| 2356 | 2026-05-23T15:39:48.198Z | Compiling camino-tempfile v1.4.1 |
| 2357 | 2026-05-23T15:39:48.300Z | Compiling newtype-uuid-macros v0.1.0 |
| 2358 | 2026-05-23T15:39:48.529Z | Compiling dropshot_endpoint v0.17.0 |
| 2359 | 2026-05-23T15:39:48.595Z | Compiling backon v1.6.0 |
| 2360 | 2026-05-23T15:39:48.617Z | Compiling waitgroup v0.1.2 |
| 2361 | 2026-05-23T15:39:48.794Z | Compiling half v2.7.1 |
| 2362 | 2026-05-23T15:39:48.834Z | Compiling rustls-pemfile v2.2.0 |
| 2363 | 2026-05-23T15:39:48.869Z | Compiling blake3 v1.8.3 |
| 2364 | 2026-05-23T15:39:48.977Z | Compiling hostname v0.4.2 |
| 2365 | 2026-05-23T15:39:49.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2366 | 2026-05-23T15:39:49.059Z | Compiling instant v0.1.13 |
| 2367 | 2026-05-23T15:39:49.078Z | Compiling ciborium-io v0.2.2 |
| 2368 | 2026-05-23T15:39:49.135Z | Compiling unicode-xid v0.2.6 |
| 2369 | 2026-05-23T15:39:49.169Z | Compiling ciborium-ll v0.2.2 |
| 2370 | 2026-05-23T15:39:49.187Z | Compiling backoff v0.4.0 |
| 2371 | 2026-05-23T15:39:49.203Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2372 | 2026-05-23T15:39:49.294Z | Compiling cargo-util-schemas v0.8.2 |
| 2373 | 2026-05-23T15:39:49.432Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2374 | 2026-05-23T15:39:49.450Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2375 | 2026-05-23T15:39:49.653Z | Compiling parse-display v0.10.0 |
| 2376 | 2026-05-23T15:39:49.773Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2377 | 2026-05-23T15:39:49.861Z | Compiling regress v0.10.5 |
| 2378 | 2026-05-23T15:39:49.864Z | Compiling itertools v0.14.0 |
| 2379 | 2026-05-23T15:39:50.087Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2380 | 2026-05-23T15:39:50.190Z | Compiling cargo-platform v0.2.0 |
| 2381 | 2026-05-23T15:39:50.547Z | Compiling macaddr v1.0.1 |
| 2382 | 2026-05-23T15:39:50.712Z | Compiling constant_time_eq v0.4.2 |
| 2383 | 2026-05-23T15:39:50.755Z | Compiling humantime v2.3.0 |
| 2384 | 2026-05-23T15:39:50.844Z | Compiling indent_write v2.2.0 |
| 2385 | 2026-05-23T15:39:50.936Z | Compiling arrayref v0.3.9 |
| 2386 | 2026-05-23T15:39:50.968Z | Compiling parse-size v1.1.0 |
| 2387 | 2026-05-23T15:39:51.025Z | Compiling arrayvec v0.7.6 |
| 2388 | 2026-05-23T15:39:51.041Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-05-23T15:39:51.179Z | Compiling ciborium v0.2.2 |
| 2390 | 2026-05-23T15:39:51.207Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2391 | 2026-05-23T15:39:51.389Z | Compiling display-error-chain v0.2.2 |
| 2392 | 2026-05-23T15:39:51.509Z | Compiling topological-sort v0.2.2 |
| 2393 | 2026-05-23T15:39:51.553Z | Compiling shell-words v1.1.1 |
| 2394 | 2026-05-23T15:39:51.701Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2395 | 2026-05-23T15:40:01.868Z | Compiling omicron-zone-package v0.12.2 |
| 2396 | 2026-05-23T15:40:01.883Z | Compiling progenitor-client v0.14.0 |
| 2397 | 2026-05-23T15:40:01.887Z | Compiling progenitor-client v0.13.0 |
| 2398 | 2026-05-23T15:40:02.365Z | Compiling progenitor-extras v0.2.0 |
| 2399 | 2026-05-23T15:40:04.495Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2400 | 2026-05-23T15:40:04.526Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2401 | 2026-05-23T15:40:04.597Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2402 | 2026-05-23T15:40:04.764Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2403 | 2026-05-23T15:40:08.781Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2404 | 2026-05-23T15:40:12.138Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2405 | 2026-05-23T15:40:20.108Z | Finished `release` profile [optimized] target(s) in 1m 31s |
| 2406 | 2026-05-23T15:40:20.268Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2407 | 2026-05-23T15:40:20.330Z | May 23 15:40:19.680 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2408 | 2026-05-23T15:40:20.420Z | May 23 15:40:19.771 DEBG running: git rev-parse HEAD |
| 2409 | 2026-05-23T15:40:20.423Z | May 23 15:40:19.774 DEBG process exited with exit status: 0 (2.613512ms) |
| 2410 | 2026-05-23T15:40:20.423Z | May 23 15:40:19.774 INFO version: 20.0.0-0.ci+git02064d20f7c |
| 2411 | 2026-05-23T15:40:20.432Z | May 23 15:40:19.782 INFO cloning helios to /work/oxidecomputer/helios |
| 2412 | 2026-05-23T15:40:20.432Z | May 23 15:40:19.782 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2413 | 2026-05-23T15:40:20.435Z | Cloning into '/work/oxidecomputer/helios'... |
| 2414 | 2026-05-23T15:40:20.880Z | May 23 15:40:20.231 DEBG process exited with exit status: 0 (449.053827ms) |
| 2415 | 2026-05-23T15:40:20.880Z | May 23 15:40:20.231 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2416 | 2026-05-23T15:40:20.883Z | May 23 15:40:20.234 DEBG process exited with exit status: 0 (2.607932ms) |
| 2417 | 2026-05-23T15:40:20.883Z | May 23 15:40:20.234 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2418 | 2026-05-23T15:40:21.198Z | May 23 15:40:20.548 DEBG process exited with exit status: 0 (314.552717ms) |
| 2419 | 2026-05-23T15:40:21.198Z | May 23 15:40:20.548 DEBG running: zfs list rpool/images/build/host |
| 2420 | 2026-05-23T15:40:21.201Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2421 | 2026-05-23T15:40:21.201Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2422 | 2026-05-23T15:40:21.204Z | May 23 15:40:20.553 DEBG process exited with exit status: 0 (4.499954ms) |
| 2423 | 2026-05-23T15:40:21.204Z | May 23 15:40:20.553 DEBG running: zfs list rpool/images/build/recovery |
| 2424 | 2026-05-23T15:40:21.207Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2425 | 2026-05-23T15:40:21.207Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2426 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.556 DEBG process exited with exit status: 0 (3.598433ms) |
| 2427 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.557 INFO [hubris-staging] running task |
| 2428 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.557 INFO [incorp-manifest] running task |
| 2429 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.557 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2430 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.557 INFO [hubris-production] running task |
| 2431 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.557 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2432 | 2026-05-23T15:40:21.207Z | May 23 15:40:20.558 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2433 | 2026-05-23T15:40:21.211Z | May 23 15:40:20.559 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2434 | 2026-05-23T15:40:21.247Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2435 | 2026-05-23T15:40:21.444Z | May 23 15:40:20.795 INFO [incorp-create] process exited with exit status: 0 (236.861277ms) |
| 2436 | 2026-05-23T15:40:21.447Z | May 23 15:40:20.795 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2437 | 2026-05-23T15:40:21.676Z | May 23 15:40:21.027 INFO [incorp-publisher] process exited with exit status: 0 (232.354225ms) |
| 2438 | 2026-05-23T15:40:21.742Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2439 | 2026-05-23T15:40:21.846Z | May 23 15:40:21.197 DEBG process exited with exit status: 0 (639.680541ms) |
| 2440 | 2026-05-23T15:40:21.849Z | May 23 15:40:21.197 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2441 | 2026-05-23T15:40:22.124Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2442 | 2026-05-23T15:40:22.293Z | May 23 15:40:21.643 INFO [hubris-production] task succeeded (1.085400988s) |
| 2443 | 2026-05-23T15:40:22.427Z | May 23 15:40:21.778 DEBG process exited with exit status: 0 (581.669119ms) |
| 2444 | 2026-05-23T15:40:22.430Z | May 23 15:40:21.779 INFO [incorp-manifest] task succeeded (1.222590121s) |
| 2445 | 2026-05-23T15:40:22.430Z | May 23 15:40:21.780 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2446 | 2026-05-23T15:40:22.629Z | May 23 15:40:21.980 INFO [incorp-fmt] process exited with exit status: 0 (200.33832ms) |
| 2447 | 2026-05-23T15:40:22.632Z | May 23 15:40:21.980 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2448 | 2026-05-23T15:40:22.848Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260523T154022Z |
| 2449 | 2026-05-23T15:40:22.848Z | [ incorp-pkgsend] PUBLISHED |
| 2450 | 2026-05-23T15:40:22.886Z | May 23 15:40:22.237 INFO [incorp-pkgsend] process exited with exit status: 0 (256.658684ms) |
| 2451 | 2026-05-23T15:40:22.889Z | May 23 15:40:22.237 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2452 | 2026-05-23T15:40:23.127Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2453 | 2026-05-23T15:40:23.132Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2454 | 2026-05-23T15:40:23.151Z | [ omicron-package] Compiling ring v0.17.14 |
| 2455 | 2026-05-23T15:40:23.159Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2456 | 2026-05-23T15:40:23.159Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2457 | 2026-05-23T15:40:23.159Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2458 | 2026-05-23T15:40:23.165Z | [ helios-incorp] |
| 2459 | 2026-05-23T15:40:23.165Z | [ helios-incorp] Archiving packages ... |
| 2460 | 2026-05-23T15:40:23.166Z | [ helios-incorp] Packages to add: 1 |
| 2461 | 2026-05-23T15:40:23.166Z | [ helios-incorp] Files to retrieve: 0 |
| 2462 | 2026-05-23T15:40:23.169Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2463 | 2026-05-23T15:40:23.169Z | [ helios-incorp] |
| 2464 | 2026-05-23T15:40:23.169Z | [ helios-incorp] Packages to archive: |
| 2465 | 2026-05-23T15:40:23.169Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260523T154022Z |
| 2466 | 2026-05-23T15:40:23.169Z | [ helios-incorp] |
| 2467 | 2026-05-23T15:40:23.169Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2468 | 2026-05-23T15:40:23.169Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2469 | 2026-05-23T15:40:23.236Z | May 23 15:40:22.587 INFO [helios-incorp] process exited with exit status: 0 (343.301769ms) |
| 2470 | 2026-05-23T15:40:23.374Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2471 | 2026-05-23T15:40:23.374Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2472 | 2026-05-23T15:40:23.374Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2473 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2474 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2475 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2476 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2477 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2478 | 2026-05-23T15:40:23.377Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2479 | 2026-05-23T15:40:23.733Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2480 | 2026-05-23T15:40:23.736Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2481 | 2026-05-23T15:40:23.736Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2482 | 2026-05-23T15:40:23.736Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2483 | 2026-05-23T15:40:23.739Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2484 | 2026-05-23T15:40:23.739Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2485 | 2026-05-23T15:40:24.466Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2486 | 2026-05-23T15:40:24.568Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2487 | 2026-05-23T15:40:24.615Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2488 | 2026-05-23T15:40:24.639Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2489 | 2026-05-23T15:40:24.672Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2490 | 2026-05-23T15:40:24.817Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2491 | 2026-05-23T15:40:24.877Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2492 | 2026-05-23T15:40:24.957Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2493 | 2026-05-23T15:40:24.963Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2494 | 2026-05-23T15:40:25.057Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2495 | 2026-05-23T15:40:25.099Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2496 | 2026-05-23T15:40:25.102Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2497 | 2026-05-23T15:40:25.181Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2498 | 2026-05-23T15:40:25.237Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2499 | 2026-05-23T15:40:25.285Z | [ omicron-package] Compiling aead v0.5.2 |
| 2500 | 2026-05-23T15:40:25.325Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2501 | 2026-05-23T15:40:25.459Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2502 | 2026-05-23T15:40:25.459Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2503 | 2026-05-23T15:40:25.497Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2504 | 2026-05-23T15:40:25.586Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2505 | 2026-05-23T15:40:25.609Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2506 | 2026-05-23T15:40:25.638Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2507 | 2026-05-23T15:40:25.738Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2508 | 2026-05-23T15:40:25.738Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2509 | 2026-05-23T15:40:25.813Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2510 | 2026-05-23T15:40:25.927Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2511 | 2026-05-23T15:40:26.061Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2512 | 2026-05-23T15:40:26.154Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2513 | 2026-05-23T15:40:26.321Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2514 | 2026-05-23T15:40:26.375Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2515 | 2026-05-23T15:40:26.375Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2516 | 2026-05-23T15:40:26.507Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2517 | 2026-05-23T15:40:26.585Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2518 | 2026-05-23T15:40:26.588Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2519 | 2026-05-23T15:40:26.747Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2520 | 2026-05-23T15:40:26.751Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2521 | 2026-05-23T15:40:26.796Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2522 | 2026-05-23T15:40:27.048Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2523 | 2026-05-23T15:40:27.107Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2524 | 2026-05-23T15:40:27.225Z | [ omicron-package] Compiling rand v0.10.1 |
| 2525 | 2026-05-23T15:40:27.250Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2526 | 2026-05-23T15:40:27.250Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2527 | 2026-05-23T15:40:27.269Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2528 | 2026-05-23T15:40:27.321Z | [ omicron-package] Compiling colored v3.1.1 |
| 2529 | 2026-05-23T15:40:27.321Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2530 | 2026-05-23T15:40:27.390Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2531 | 2026-05-23T15:40:27.414Z | [ omicron-package] Compiling winnow v1.0.3 |
| 2532 | 2026-05-23T15:40:27.414Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2533 | 2026-05-23T15:40:27.432Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2534 | 2026-05-23T15:40:27.469Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2535 | 2026-05-23T15:40:27.547Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2536 | 2026-05-23T15:40:27.614Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2537 | 2026-05-23T15:40:27.692Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2538 | 2026-05-23T15:40:27.845Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2539 | 2026-05-23T15:40:28.019Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2540 | 2026-05-23T15:40:28.058Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2541 | 2026-05-23T15:40:28.077Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2542 | 2026-05-23T15:40:28.173Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2543 | 2026-05-23T15:40:28.201Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2544 | 2026-05-23T15:40:28.229Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2545 | 2026-05-23T15:40:28.232Z | [ omicron-package] Compiling glob v0.3.3 |
| 2546 | 2026-05-23T15:40:28.403Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2547 | 2026-05-23T15:40:28.625Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2548 | 2026-05-23T15:40:28.710Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2549 | 2026-05-23T15:40:28.820Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2550 | 2026-05-23T15:40:28.899Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-05-23T15:40:29.028Z | [ omicron-package] Compiling smf v0.2.3 |
| 2552 | 2026-05-23T15:40:29.102Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-05-23T15:40:29.157Z | [ omicron-package] Compiling zone v0.3.1 |
| 2554 | 2026-05-23T15:40:29.194Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2555 | 2026-05-23T15:40:29.240Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2556 | 2026-05-23T15:40:29.285Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2557 | 2026-05-23T15:40:29.314Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2558 | 2026-05-23T15:40:29.344Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2559 | 2026-05-23T15:40:29.344Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2560 | 2026-05-23T15:40:29.488Z | [ omicron-package] Compiling console v0.16.2 |
| 2561 | 2026-05-23T15:40:29.634Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2562 | 2026-05-23T15:40:29.738Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2563 | 2026-05-23T15:40:29.802Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2564 | 2026-05-23T15:40:29.805Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2565 | 2026-05-23T15:40:30.045Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2566 | 2026-05-23T15:40:30.625Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2567 | 2026-05-23T15:40:31.333Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2568 | 2026-05-23T15:40:31.942Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2569 | 2026-05-23T15:40:32.607Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2570 | 2026-05-23T15:40:32.607Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2571 | 2026-05-23T15:40:32.695Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2572 | 2026-05-23T15:40:32.897Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2573 | 2026-05-23T15:40:33.136Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2574 | 2026-05-23T15:40:33.136Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2575 | 2026-05-23T15:40:33.964Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2576 | 2026-05-23T15:40:34.416Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2577 | 2026-05-23T15:40:34.683Z | [ omicron-package] Compiling tough v0.22.0 |
| 2578 | 2026-05-23T15:40:34.799Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2579 | 2026-05-23T15:40:36.148Z | [ helios-setup] May 23 15:40:35.498 INFO helios repository root is: /work/oxidecomputer/helios |
| 2580 | 2026-05-23T15:40:36.151Z | [ helios-setup] May 23 15:40:35.500 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2581 | 2026-05-23T15:40:36.151Z | [ helios-setup] May 23 15:40:35.500 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2582 | 2026-05-23T15:40:36.154Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2583 | 2026-05-23T15:40:36.446Z | May 23 15:40:35.797 INFO [hubris-staging] task succeeded (15.23990224s) |
| 2584 | 2026-05-23T15:40:36.636Z | [ helios-setup] May 23 15:40:35.987 INFO clone ok!, project: pinprick |
| 2585 | 2026-05-23T15:40:36.636Z | [ helios-setup] May 23 15:40:35.987 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
| 2586 | 2026-05-23T15:40:36.652Z | [ helios-setup] May 23 15:40:35.987 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2587 | 2026-05-23T15:40:36.652Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2588 | 2026-05-23T15:40:37.103Z | [ helios-setup] May 23 15:40:36.454 INFO clone ok!, project: bootserver |
| 2589 | 2026-05-23T15:40:37.107Z | [ helios-setup] May 23 15:40:36.454 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2590 | 2026-05-23T15:40:37.107Z | [ helios-setup] May 23 15:40:36.454 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2591 | 2026-05-23T15:40:37.107Z | [ helios-setup] May 23 15:40:36.454 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2592 | 2026-05-23T15:40:37.107Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2593 | 2026-05-23T15:40:37.439Z | [ helios-setup] fatal: could not read Username for 'https://github.com': No such device or address |
| 2594 | 2026-05-23T15:40:37.442Z | [ helios-setup] fatal: expected flush after ref listing |
| 2595 | 2026-05-23T15:40:37.447Z | [ helios-setup] Error: clone of git@github.com:oxidecomputer/dmar-report.git to /work/oxidecomputer/helios/projects/dmar-report failed |
| 2596 | 2026-05-23T15:40:37.447Z | [ helios-setup] gmake: *** [Makefile:52: setup] Error 1 |
| 2597 | 2026-05-23T15:40:37.447Z | [ helios-setup] |
| 2598 | 2026-05-23T15:40:37.447Z | [ helios-setup] real 16.235285629 |
| 2599 | 2026-05-23T15:40:37.453Z | [ helios-setup] user 36.633744969 |
| 2600 | 2026-05-23T15:40:37.453Z | [ helios-setup] sys 9.642664012 |
| 2601 | 2026-05-23T15:40:37.453Z | [ helios-setup] trap 0.121622111 |
| 2602 | 2026-05-23T15:40:37.453Z | [ helios-setup] tflt 0.323043004 |
| 2603 | 2026-05-23T15:40:37.453Z | [ helios-setup] dflt 0.675220888 |
| 2604 | 2026-05-23T15:40:37.453Z | [ helios-setup] kflt 0.000202690 |
| 2605 | 2026-05-23T15:40:37.453Z | [ helios-setup] lock 2:24.014632040 |
| 2606 | 2026-05-23T15:40:37.453Z | [ helios-setup] slp 2:25.357214754 |
| 2607 | 2026-05-23T15:40:37.453Z | [ helios-setup] lat 15.139756984 |
| 2608 | 2026-05-23T15:40:37.453Z | [ helios-setup] stop 5.485317472 |
| 2609 | 2026-05-23T15:40:37.453Z | May 23 15:40:36.797 ERRO [helios-setup] process exited with exit status: 2 (16.238081811s) |
| 2610 | 2026-05-23T15:40:37.453Z | Error: command `BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup` exited with exit status: 2 |
| 2611 | 2026-05-23T15:40:37.476Z | process exited: duration 239190 ms, exit code 1 |
| |
| 2612 | 2026-05-23T15:40:37.489Z | found 9 output files |
| 2613 | 2026-05-23T15:40:37.489Z | uploading: /work/incorporation.p5m (113249 bytes) |
| 2614 | 2026-05-23T15:40:38.502Z | uploaded: /work/incorporation.p5m |
| 2615 | 2026-05-23T15:40:38.506Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 2616 | 2026-05-23T15:40:39.518Z | uploaded: /work/incorporation.p5p |
| 2617 | 2026-05-23T15:40:39.518Z | uploading: /work/helios-incorp.log (522 bytes) |
| 2618 | 2026-05-23T15:40:40.529Z | uploaded: /work/helios-incorp.log |
| 2619 | 2026-05-23T15:40:40.533Z | uploading: /work/helios-setup.log (2328 bytes) |
| 2620 | 2026-05-23T15:40:41.540Z | uploaded: /work/helios-setup.log |
| 2621 | 2026-05-23T15:40:41.540Z | uploading: /work/incorp-create.log (0 bytes) |
| 2622 | 2026-05-23T15:40:42.548Z | uploaded: /work/incorp-create.log |
| 2623 | 2026-05-23T15:40:42.548Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 2624 | 2026-05-23T15:40:43.554Z | uploaded: /work/incorp-fmt.log |
| 2625 | 2026-05-23T15:40:43.554Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 2626 | 2026-05-23T15:40:44.563Z | uploaded: /work/incorp-pkgsend.log |
| 2627 | 2026-05-23T15:40:44.563Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 2628 | 2026-05-23T15:40:45.570Z | uploaded: /work/incorp-publisher.log |
| 2629 | 2026-05-23T15:40:45.570Z | uploading: /work/omicron-package.log (7340 bytes) |
| 2630 | 2026-05-23T15:40:46.582Z | uploaded: /work/omicron-package.log |
| 2631 | 2026-05-23T15:40:46.582Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 2632 | 2026-05-23T15:40:46.582Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 2633 | 2026-05-23T15:40:46.582Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 2634 | 2026-05-23T15:40:46.583Z | upload error: rule "/work/helios.json" required a match, but was not used |