|
|
|
| 1 | 2026-04-15T00:11:14.196Z | job assigned to worker 01KP77K1R9G6CW8HYXRF24Y4ZZ [factory aws, i-080d04fa80d66fc67] (queued for 1 m 5 s) |
| |
| 2 | 2026-04-15T00:11:21.195Z | starting task 0: "setup" |
| 3 | 2026-04-15T00:11:21.199Z | ++ uname -s |
| 4 | 2026-04-15T00:11:21.202Z | + kern=SunOS |
| 5 | 2026-04-15T00:11:21.202Z | + build_user=build |
| 6 | 2026-04-15T00:11:21.202Z | + build_uid=12345 |
| 7 | 2026-04-15T00:11:21.202Z | + work_dir=/work |
| 8 | 2026-04-15T00:11:21.202Z | + input_dir=/input |
| 9 | 2026-04-15T00:11:21.202Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-15T00:11:21.202Z | + case "$kern" in |
| 11 | 2026-04-15T00:11:21.202Z | + groupadd -g 12345 build |
| 12 | 2026-04-15T00:11:21.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-15T00:11:23.210Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-15T00:11:23.280Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-15T00:11:23.283Z | + home_fs=zfs |
| 16 | 2026-04-15T00:11:23.283Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-15T00:11:23.283Z | + mkdir -p /home/build |
| 18 | 2026-04-15T00:11:23.283Z | + chown build:build /home/build /work |
| 19 | 2026-04-15T00:11:25.285Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-15T00:11:25.288Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-04-15T00:11:25.294Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-15T00:11:25.298Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-15T00:11:25.298Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-15T00:11:25.298Z | * rust toolchain profile = "default" |
| 25 | 2026-04-15T00:11:25.298Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-15T00:11:25.299Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-15T00:11:25.299Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-15T00:11:25.301Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-15T00:11:25.302Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-15T00:11:25.421Z | info: downloading installer |
| 31 | 2026-04-15T00:11:26.927Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-15T00:11:26.927Z | warn: /opt/ooce/bin |
| 33 | 2026-04-15T00:11:26.927Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-15T00:11:26.927Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-15T00:11:26.927Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-15T00:11:26.927Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-15T00:11:26.927Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-15T00:11:26.927Z | error: cannot install while Rust is installed |
| 39 | 2026-04-15T00:11:26.927Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-15T00:11:26.927Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-15T00:11:26.927Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-15T00:11:26.927Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-15T00:11:26.927Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-15T00:11:26.960Z | info: profile set to default |
| 45 | 2026-04-15T00:11:26.960Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-15T00:11:26.963Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-15T00:11:27.100Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-15T00:11:27.103Z | info: downloading 6 components |
| 49 | 2026-04-15T00:11:41.275Z | |
| 50 | 2026-04-15T00:11:41.275Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 51 | 2026-04-15T00:11:41.308Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-15T00:11:41.308Z | |
| 53 | 2026-04-15T00:11:41.308Z | |
| 54 | 2026-04-15T00:11:41.308Z | Rust is installed now. Great! |
| 55 | 2026-04-15T00:11:41.308Z | |
| 56 | 2026-04-15T00:11:41.308Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-15T00:11:41.308Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-15T00:11:41.308Z | |
| 59 | 2026-04-15T00:11:41.308Z | To configure your current shell, you need to source |
| 60 | 2026-04-15T00:11:41.308Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-15T00:11:41.308Z | |
| 62 | 2026-04-15T00:11:41.308Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-15T00:11:41.308Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-15T00:11:41.308Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-15T00:11:41.308Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-15T00:11:41.308Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-15T00:11:41.312Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-15T00:11:41.312Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-15T00:11:41.312Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-15T00:11:41.312Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-15T00:11:41.412Z | + rustup --version |
| 72 | 2026-04-15T00:11:41.417Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-15T00:11:41.417Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-15T00:11:41.437Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-15T00:11:41.442Z | + cargo --version |
| 76 | 2026-04-15T00:11:41.454Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-15T00:11:41.458Z | + rustc --version |
| 78 | 2026-04-15T00:11:41.475Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-15T00:11:41.478Z | process exited: duration 16180 ms, exit code 0 |
| |
| 80 | 2026-04-15T00:11:41.492Z | starting task 2: "authentication" |
| 81 | 2026-04-15T00:11:41.508Z | process exited: duration 20 ms, exit code 0 |
| |
| 82 | 2026-04-15T00:11:41.516Z | starting task 3: "clone repository" |
| 83 | 2026-04-15T00:11:41.519Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-15T00:11:41.519Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-15T00:11:41.654Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-15T00:11:52.255Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-15T00:11:52.258Z | + git fetch origin c661f55daddb1632d248f761268397ef20f6680b |
| 88 | 2026-04-15T00:11:52.561Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-15T00:11:52.561Z | * branch c661f55daddb1632d248f761268397ef20f6680b -> FETCH_HEAD |
| 90 | 2026-04-15T00:11:52.569Z | + [[ -n adamlouis/rackupdate-status ]] |
| 91 | 2026-04-15T00:11:52.572Z | ++ git branch --show-current |
| 92 | 2026-04-15T00:11:52.572Z | + current=main |
| 93 | 2026-04-15T00:11:52.572Z | + [[ main != adamlouis/rackupdate-status ]] |
| 94 | 2026-04-15T00:11:52.572Z | + git branch -f adamlouis/rackupdate-status c661f55daddb1632d248f761268397ef20f6680b |
| 95 | 2026-04-15T00:11:52.575Z | + git checkout -f adamlouis/rackupdate-status |
| 96 | 2026-04-15T00:11:52.680Z | Switched to branch 'adamlouis/rackupdate-status' |
| 97 | 2026-04-15T00:11:52.684Z | + git reset --hard c661f55daddb1632d248f761268397ef20f6680b |
| 98 | 2026-04-15T00:11:52.792Z | HEAD is now at c661f55da format |
| 99 | 2026-04-15T00:11:52.795Z | process exited: duration 11277 ms, exit code 0 |
| |
| 100 | 2026-04-15T00:11:52.800Z | starting task 4: "build" |
| 101 | 2026-04-15T00:11:52.805Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-15T00:11:52.807Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-15T00:11:52.807Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-15T00:11:52.808Z | + cargo --version |
| 105 | 2026-04-15T00:11:52.815Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-04-15T00:11:52.817Z | + rustc --version |
| 107 | 2026-04-15T00:11:52.837Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-04-15T00:11:52.840Z | + cd /tmp |
| 109 | 2026-04-15T00:11:52.840Z | + cargo new --lib test-project |
| 110 | 2026-04-15T00:11:52.859Z | Creating library `test-project` package |
| 111 | 2026-04-15T00:11:52.894Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 112 | 2026-04-15T00:11:52.897Z | + cd test-project |
| 113 | 2026-04-15T00:11:52.897Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 114 | 2026-04-15T00:11:52.915Z | Adding omicron-common (local) to dependencies |
| 115 | 2026-04-15T00:11:52.917Z | Features: |
| 116 | 2026-04-15T00:11:52.917Z | - proptest |
| 117 | 2026-04-15T00:11:52.917Z | - test-strategy |
| 118 | 2026-04-15T00:11:52.917Z | - testing |
| 119 | 2026-04-15T00:11:52.936Z | Updating crates.io index |
| 120 | 2026-04-15T00:11:53.038Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 121 | 2026-04-15T00:11:53.691Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 122 | 2026-04-15T00:11:54.138Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 123 | 2026-04-15T00:11:54.647Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-04-15T00:11:56.868Z | Locking 391 packages to latest Rust 1.94.0 compatible versions |
| 125 | 2026-04-15T00:11:56.871Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 126 | 2026-04-15T00:11:56.977Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 127 | 2026-04-15T00:11:56.979Z | + cargo check |
| 128 | 2026-04-15T00:11:57.096Z | Updating crates.io index |
| 129 | 2026-04-15T00:11:57.723Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 130 | 2026-04-15T00:11:57.723Z | Adding omicron-workspace-hack v0.1.0 |
| 131 | 2026-04-15T00:11:57.750Z | Downloading crates ... |
| 132 | 2026-04-15T00:11:57.806Z | Downloaded fastrand v2.3.0 |
| 133 | 2026-04-15T00:11:57.809Z | Downloaded debug-ignore v1.0.5 |
| 134 | 2026-04-15T00:11:57.812Z | Downloaded dof v0.4.0 |
| 135 | 2026-04-15T00:11:57.815Z | Downloaded cfg_aliases v0.2.1 |
| 136 | 2026-04-15T00:11:57.821Z | Downloaded iana-time-zone v0.1.65 |
| 137 | 2026-04-15T00:11:57.824Z | Downloaded cfg-if v1.0.4 |
| 138 | 2026-04-15T00:11:57.834Z | Downloaded parking_lot v0.12.5 |
| 139 | 2026-04-15T00:11:57.837Z | Downloaded scroll v0.13.0 |
| 140 | 2026-04-15T00:11:57.837Z | Downloaded is-terminal v0.4.17 |
| 141 | 2026-04-15T00:11:57.837Z | Downloaded autocfg v1.5.0 |
| 142 | 2026-04-15T00:11:57.837Z | Downloaded futures-util v0.3.32 |
| 143 | 2026-04-15T00:11:57.843Z | Downloaded darling v0.21.3 |
| 144 | 2026-04-15T00:11:57.846Z | Downloaded either v1.15.0 |
| 145 | 2026-04-15T00:11:57.849Z | Downloaded darling_macro v0.21.3 |
| 146 | 2026-04-15T00:11:57.850Z | Downloaded bit-vec v0.8.0 |
| 147 | 2026-04-15T00:11:57.850Z | Downloaded ipnet v2.11.0 |
| 148 | 2026-04-15T00:11:57.853Z | Downloaded rustls-webpki v0.103.9 |
| 149 | 2026-04-15T00:11:57.853Z | Downloaded async-trait v0.1.89 |
| 150 | 2026-04-15T00:11:57.856Z | Downloaded dropshot_endpoint v0.16.7 |
| 151 | 2026-04-15T00:11:57.861Z | Downloaded derive-ex v0.1.8 |
| 152 | 2026-04-15T00:11:57.866Z | Downloaded crypto-common v0.1.7 |
| 153 | 2026-04-15T00:11:57.869Z | Downloaded bit-set v0.8.0 |
| 154 | 2026-04-15T00:11:57.869Z | Downloaded aws-lc-rs v1.16.0 |
| 155 | 2026-04-15T00:11:57.876Z | Downloaded futures-core v0.3.32 |
| 156 | 2026-04-15T00:11:57.879Z | Downloaded form_urlencoded v1.2.2 |
| 157 | 2026-04-15T00:11:57.883Z | Downloaded atomic-waker v1.1.2 |
| 158 | 2026-04-15T00:11:57.883Z | Downloaded dunce v1.0.5 |
| 159 | 2026-04-15T00:11:57.884Z | Downloaded cpufeatures v0.2.17 |
| 160 | 2026-04-15T00:11:57.903Z | Downloaded errno v0.3.14 |
| 161 | 2026-04-15T00:11:57.903Z | Downloaded backoff v0.4.0 |
| 162 | 2026-04-15T00:11:57.903Z | Downloaded deranged v0.5.8 |
| 163 | 2026-04-15T00:11:57.903Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-04-15T00:11:57.903Z | Downloaded dyn-clone v1.0.20 |
| 165 | 2026-04-15T00:11:57.907Z | Downloaded async-stream v0.3.6 |
| 166 | 2026-04-15T00:11:57.907Z | Downloaded futures-executor v0.3.32 |
| 167 | 2026-04-15T00:11:57.907Z | Downloaded fnv v1.0.7 |
| 168 | 2026-04-15T00:11:57.910Z | Downloaded futures-io v0.3.32 |
| 169 | 2026-04-15T00:11:57.913Z | Downloaded omicron-workspace-hack v0.1.0 |
| 170 | 2026-04-15T00:11:57.913Z | Downloaded ident_case v1.0.1 |
| 171 | 2026-04-15T00:11:57.918Z | Downloaded block-buffer v0.10.4 |
| 172 | 2026-04-15T00:11:57.922Z | Downloaded httpdate v1.0.3 |
| 173 | 2026-04-15T00:11:57.925Z | Downloaded async-stream-impl v0.3.6 |
| 174 | 2026-04-15T00:11:57.928Z | Downloaded hex v0.4.3 |
| 175 | 2026-04-15T00:11:57.931Z | Downloaded foldhash v0.2.0 |
| 176 | 2026-04-15T00:11:57.931Z | Downloaded erased-serde v0.3.31 |
| 177 | 2026-04-15T00:11:57.931Z | Downloaded daft-derive v0.1.5 |
| 178 | 2026-04-15T00:11:57.935Z | Downloaded equivalent v1.0.2 |
| 179 | 2026-04-15T00:11:57.935Z | Downloaded futures-task v0.3.32 |
| 180 | 2026-04-15T00:11:57.938Z | Downloaded strsim v0.11.1 |
| 181 | 2026-04-15T00:11:57.938Z | Downloaded generic-array v0.14.7 |
| 182 | 2026-04-15T00:11:57.938Z | Downloaded idna_adapter v1.2.1 |
| 183 | 2026-04-15T00:11:57.941Z | Downloaded hostname v0.3.1 |
| 184 | 2026-04-15T00:11:57.941Z | Downloaded rand_core v0.6.4 |
| 185 | 2026-04-15T00:11:57.946Z | Downloaded instant v0.1.13 |
| 186 | 2026-04-15T00:11:57.950Z | Downloaded futures-sink v0.3.32 |
| 187 | 2026-04-15T00:11:57.950Z | Downloaded rusty-fork v0.3.1 |
| 188 | 2026-04-15T00:11:57.954Z | Downloaded sha1 v0.10.6 |
| 189 | 2026-04-15T00:11:57.954Z | Downloaded progenitor-client v0.10.0 |
| 190 | 2026-04-15T00:11:57.954Z | Downloaded openssl-probe v0.2.1 |
| 191 | 2026-04-15T00:11:57.954Z | Downloaded macaddr v1.0.1 |
| 192 | 2026-04-15T00:11:57.957Z | Downloaded serde_urlencoded v0.7.1 |
| 193 | 2026-04-15T00:11:57.960Z | Downloaded parking_lot_core v0.9.12 |
| 194 | 2026-04-15T00:11:57.963Z | Downloaded jobserver v0.1.34 |
| 195 | 2026-04-15T00:11:57.966Z | Downloaded http-body v1.0.1 |
| 196 | 2026-04-15T00:11:57.969Z | Downloaded plain v0.2.3 |
| 197 | 2026-04-15T00:11:57.969Z | Downloaded stable_deref_trait v1.2.1 |
| 198 | 2026-04-15T00:11:57.969Z | Downloaded powerfmt v0.2.0 |
| 199 | 2026-04-15T00:11:57.973Z | Downloaded strum v0.27.2 |
| 200 | 2026-04-15T00:11:57.973Z | Downloaded strum v0.26.3 |
| 201 | 2026-04-15T00:11:57.973Z | Downloaded structmeta v0.3.0 |
| 202 | 2026-04-15T00:11:57.976Z | Downloaded semver v1.0.27 |
| 203 | 2026-04-15T00:11:57.979Z | Downloaded rustls-pki-types v1.14.0 |
| 204 | 2026-04-15T00:11:57.979Z | Downloaded find-msvc-tools v0.1.9 |
| 205 | 2026-04-15T00:11:57.982Z | Downloaded rustversion v1.0.22 |
| 206 | 2026-04-15T00:11:57.982Z | Downloaded displaydoc v0.2.5 |
| 207 | 2026-04-15T00:11:57.985Z | Downloaded ref-cast-impl v1.0.25 |
| 208 | 2026-04-15T00:11:57.985Z | Downloaded pin-project-lite v0.2.17 |
| 209 | 2026-04-15T00:11:58.002Z | Downloaded take_mut v0.2.2 |
| 210 | 2026-04-15T00:11:58.005Z | Downloaded parse-display v0.10.0 |
| 211 | 2026-04-15T00:11:58.005Z | Downloaded subtle v2.6.1 |
| 212 | 2026-04-15T00:11:58.005Z | Downloaded slog-bunyan v2.5.0 |
| 213 | 2026-04-15T00:11:58.005Z | Downloaded signal-hook-registry v1.4.8 |
| 214 | 2026-04-15T00:11:58.005Z | Downloaded rustls-native-certs v0.8.3 |
| 215 | 2026-04-15T00:11:58.010Z | Downloaded regex v1.12.3 |
| 216 | 2026-04-15T00:11:58.015Z | Downloaded time-core v0.1.8 |
| 217 | 2026-04-15T00:11:58.015Z | Downloaded structmeta-derive v0.3.0 |
| 218 | 2026-04-15T00:11:58.015Z | Downloaded rand_chacha v0.9.0 |
| 219 | 2026-04-15T00:11:58.015Z | Downloaded newtype-uuid-macros v0.1.0 |
| 220 | 2026-04-15T00:11:58.029Z | Downloaded newtype-uuid v1.3.2 |
| 221 | 2026-04-15T00:11:58.029Z | Downloaded ref-cast v1.0.25 |
| 222 | 2026-04-15T00:11:58.029Z | Downloaded unarray v0.1.4 |
| 223 | 2026-04-15T00:11:58.029Z | Downloaded slog-json v2.6.1 |
| 224 | 2026-04-15T00:11:58.029Z | Downloaded slab v0.4.12 |
| 225 | 2026-04-15T00:11:58.029Z | Downloaded serde_with_macros v3.17.0 |
| 226 | 2026-04-15T00:11:58.029Z | Downloaded serde v1.0.228 |
| 227 | 2026-04-15T00:11:58.032Z | Downloaded num-traits v0.2.19 |
| 228 | 2026-04-15T00:11:58.032Z | Downloaded sha2 v0.10.9 |
| 229 | 2026-04-15T00:11:58.032Z | Downloaded match_cfg v0.1.0 |
| 230 | 2026-04-15T00:11:58.032Z | Downloaded heck v0.5.0 |
| 231 | 2026-04-15T00:11:58.032Z | Downloaded schemars v0.8.22 |
| 232 | 2026-04-15T00:11:58.035Z | Downloaded thread-id v5.1.0 |
| 233 | 2026-04-15T00:11:58.038Z | Downloaded tracing-core v0.1.36 |
| 234 | 2026-04-15T00:11:58.040Z | Downloaded strum_macros v0.27.2 |
| 235 | 2026-04-15T00:11:58.040Z | Downloaded strum_macros v0.26.4 |
| 236 | 2026-04-15T00:11:58.054Z | Downloaded crossbeam-utils v0.8.21 |
| 237 | 2026-04-15T00:11:58.054Z | Downloaded shlex v1.3.0 |
| 238 | 2026-04-15T00:11:58.054Z | Downloaded rand v0.8.5 |
| 239 | 2026-04-15T00:11:58.054Z | Downloaded tinyvec_macros v0.1.1 |
| 240 | 2026-04-15T00:11:58.054Z | Downloaded http-body-util v0.1.3 |
| 241 | 2026-04-15T00:11:58.054Z | Downloaded quinn-udp v0.5.14 |
| 242 | 2026-04-15T00:11:58.054Z | Downloaded zeroize v1.8.2 |
| 243 | 2026-04-15T00:11:58.054Z | Downloaded pest_meta v2.8.6 |
| 244 | 2026-04-15T00:11:58.054Z | Downloaded sync_wrapper v1.0.2 |
| 245 | 2026-04-15T00:11:58.054Z | Downloaded ipnetwork v0.21.1 |
| 246 | 2026-04-15T00:11:58.059Z | Downloaded hyper-rustls v0.27.7 |
| 247 | 2026-04-15T00:11:58.060Z | Downloaded darling_core v0.21.3 |
| 248 | 2026-04-15T00:11:58.064Z | Downloaded usdt-macro v0.6.0 |
| 249 | 2026-04-15T00:11:58.064Z | Downloaded hostname v0.4.2 |
| 250 | 2026-04-15T00:11:58.064Z | Downloaded futures-macro v0.3.32 |
| 251 | 2026-04-15T00:11:58.064Z | Downloaded fs_extra v1.3.0 |
| 252 | 2026-04-15T00:11:58.064Z | Downloaded digest v0.10.7 |
| 253 | 2026-04-15T00:11:58.068Z | Downloaded serde_derive v1.0.228 |
| 254 | 2026-04-15T00:11:58.068Z | Downloaded pin-utils v0.1.0 |
| 255 | 2026-04-15T00:11:58.068Z | Downloaded try-lock v0.2.5 |
| 256 | 2026-04-15T00:11:58.068Z | Downloaded allocator-api2 v0.2.21 |
| 257 | 2026-04-15T00:11:58.068Z | Downloaded reqwest v0.13.2 |
| 258 | 2026-04-15T00:11:58.076Z | Downloaded url v2.5.8 |
| 259 | 2026-04-15T00:11:58.079Z | Downloaded thiserror-impl v2.0.18 |
| 260 | 2026-04-15T00:11:58.079Z | Downloaded spin v0.9.8 |
| 261 | 2026-04-15T00:11:58.079Z | Downloaded getrandom v0.2.17 |
| 262 | 2026-04-15T00:11:58.079Z | Downloaded unicode-ident v1.0.24 |
| 263 | 2026-04-15T00:11:58.084Z | Downloaded anyhow v1.0.102 |
| 264 | 2026-04-15T00:11:58.094Z | Downloaded smallvec v1.15.1 |
| 265 | 2026-04-15T00:11:58.094Z | Downloaded ucd-trie v0.1.7 |
| 266 | 2026-04-15T00:11:58.094Z | Downloaded serde_spanned v1.0.4 |
| 267 | 2026-04-15T00:11:58.094Z | Downloaded serde_json v1.0.149 |
| 268 | 2026-04-15T00:11:58.098Z | Downloaded utf8_iter v1.0.4 |
| 269 | 2026-04-15T00:11:58.099Z | Downloaded tinystr v0.8.2 |
| 270 | 2026-04-15T00:11:58.099Z | Downloaded num-conv v0.2.0 |
| 271 | 2026-04-15T00:11:58.099Z | Downloaded multer v3.1.0 |
| 272 | 2026-04-15T00:11:58.099Z | Downloaded getrandom v0.4.1 |
| 273 | 2026-04-15T00:11:58.099Z | Downloaded quote v1.0.44 |
| 274 | 2026-04-15T00:11:58.103Z | Downloaded usdt v0.6.0 |
| 275 | 2026-04-15T00:11:58.103Z | Downloaded thread_local v1.1.9 |
| 276 | 2026-04-15T00:11:58.103Z | Downloaded yoke-derive v0.8.1 |
| 277 | 2026-04-15T00:11:58.103Z | Downloaded waitgroup v0.1.2 |
| 278 | 2026-04-15T00:11:58.103Z | Downloaded scopeguard v1.2.0 |
| 279 | 2026-04-15T00:11:58.103Z | Downloaded version_check v0.9.5 |
| 280 | 2026-04-15T00:11:58.106Z | Downloaded rand_chacha v0.3.1 |
| 281 | 2026-04-15T00:11:58.106Z | Downloaded schemars_derive v0.8.22 |
| 282 | 2026-04-15T00:11:58.106Z | Downloaded rand_xorshift v0.4.0 |
| 283 | 2026-04-15T00:11:58.106Z | Downloaded quinn-proto v0.11.13 |
| 284 | 2026-04-15T00:11:58.109Z | Downloaded crossbeam-channel v0.5.15 |
| 285 | 2026-04-15T00:11:58.112Z | Downloaded rustc-hash v2.1.1 |
| 286 | 2026-04-15T00:11:58.116Z | Downloaded log v0.4.29 |
| 287 | 2026-04-15T00:11:58.116Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 288 | 2026-04-15T00:11:58.116Z | Downloaded potential_utf v0.1.4 |
| 289 | 2026-04-15T00:11:58.121Z | Downloaded tokio-rustls v0.25.0 |
| 290 | 2026-04-15T00:11:58.121Z | Downloaded rustls-pemfile v2.2.0 |
| 291 | 2026-04-15T00:11:58.121Z | Downloaded tokio-macros v2.6.0 |
| 292 | 2026-04-15T00:11:58.121Z | Downloaded progenitor-client v0.13.0 |
| 293 | 2026-04-15T00:11:58.124Z | Downloaded futures v0.3.32 |
| 294 | 2026-04-15T00:11:58.124Z | Downloaded serde_tokenstream v0.2.3 |
| 295 | 2026-04-15T00:11:58.124Z | Downloaded litemap v0.8.1 |
| 296 | 2026-04-15T00:11:58.127Z | Downloaded tower-service v0.3.3 |
| 297 | 2026-04-15T00:11:58.127Z | Downloaded term v1.2.1 |
| 298 | 2026-04-15T00:11:58.130Z | Downloaded thiserror-impl v1.0.69 |
| 299 | 2026-04-15T00:11:58.130Z | Downloaded thiserror v2.0.18 |
| 300 | 2026-04-15T00:11:58.133Z | Downloaded tempfile v3.25.0 |
| 301 | 2026-04-15T00:11:58.133Z | Downloaded icu_provider v2.1.1 |
| 302 | 2026-04-15T00:11:58.136Z | Downloaded lru-slab v0.1.2 |
| 303 | 2026-04-15T00:11:58.136Z | Downloaded synstructure v0.13.2 |
| 304 | 2026-04-15T00:11:58.136Z | Downloaded camino v1.2.2 |
| 305 | 2026-04-15T00:11:58.141Z | Downloaded itoa v1.0.17 |
| 306 | 2026-04-15T00:11:58.141Z | Downloaded proc-macro2 v1.0.106 |
| 307 | 2026-04-15T00:11:58.146Z | Downloaded socket2 v0.6.2 |
| 308 | 2026-04-15T00:11:58.146Z | Downloaded quinn v0.11.9 |
| 309 | 2026-04-15T00:11:58.146Z | Downloaded icu_properties v2.1.2 |
| 310 | 2026-04-15T00:11:58.146Z | Downloaded base64 v0.22.1 |
| 311 | 2026-04-15T00:11:58.149Z | Downloaded scroll_derive v0.13.1 |
| 312 | 2026-04-15T00:11:58.149Z | Downloaded paste v1.0.15 |
| 313 | 2026-04-15T00:11:58.152Z | Downloaded getrandom v0.3.4 |
| 314 | 2026-04-15T00:11:58.153Z | Downloaded usdt-impl v0.6.0 |
| 315 | 2026-04-15T00:11:58.156Z | Downloaded httparse v1.10.1 |
| 316 | 2026-04-15T00:11:58.156Z | Downloaded bitflags v2.11.0 |
| 317 | 2026-04-15T00:11:58.160Z | Downloaded lock_api v0.4.14 |
| 318 | 2026-04-15T00:11:58.160Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-04-15T00:11:58.160Z | Downloaded daft v0.1.5 |
| 320 | 2026-04-15T00:11:58.163Z | Downloaded cmake v0.1.57 |
| 321 | 2026-04-15T00:11:58.163Z | Downloaded backon v1.6.0 |
| 322 | 2026-04-15T00:11:58.163Z | Downloaded rand v0.9.2 |
| 323 | 2026-04-15T00:11:58.166Z | Downloaded progenitor-extras v0.1.1 |
| 324 | 2026-04-15T00:11:58.166Z | Downloaded futures-channel v0.3.32 |
| 325 | 2026-04-15T00:11:58.169Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 326 | 2026-04-15T00:11:58.172Z | Downloaded once_cell v1.21.3 |
| 327 | 2026-04-15T00:11:58.172Z | Downloaded zmij v1.0.21 |
| 328 | 2026-04-15T00:11:58.172Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 329 | 2026-04-15T00:11:58.175Z | Downloaded tokio-rustls v0.26.4 |
| 330 | 2026-04-15T00:11:58.175Z | Downloaded num_threads v0.1.7 |
| 331 | 2026-04-15T00:11:58.175Z | Downloaded icu_normalizer v2.1.1 |
| 332 | 2026-04-15T00:11:58.178Z | Downloaded zerovec-derive v0.11.2 |
| 333 | 2026-04-15T00:11:58.179Z | Downloaded bytes v1.11.1 |
| 334 | 2026-04-15T00:11:58.181Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-04-15T00:11:58.185Z | Downloaded test-strategy v0.4.5 |
| 336 | 2026-04-15T00:11:58.188Z | Downloaded tinyvec v1.10.0 |
| 337 | 2026-04-15T00:11:58.188Z | Downloaded slog v2.8.2 |
| 338 | 2026-04-15T00:11:58.191Z | Downloaded icu_locale_core v2.1.1 |
| 339 | 2026-04-15T00:11:58.194Z | Downloaded cc v1.2.56 |
| 340 | 2026-04-15T00:11:58.197Z | Downloaded percent-encoding v2.3.2 |
| 341 | 2026-04-15T00:11:58.197Z | Downloaded yoke v0.8.1 |
| 342 | 2026-04-15T00:11:58.200Z | Downloaded parse-display-derive v0.10.0 |
| 343 | 2026-04-15T00:11:58.200Z | Downloaded aho-corasick v1.1.4 |
| 344 | 2026-04-15T00:11:58.203Z | Downloaded tower-layer v0.3.3 |
| 345 | 2026-04-15T00:11:58.203Z | Downloaded ppv-lite86 v0.2.21 |
| 346 | 2026-04-15T00:11:58.203Z | Downloaded untrusted v0.9.0 |
| 347 | 2026-04-15T00:11:58.207Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 348 | 2026-04-15T00:11:58.207Z | Downloaded quick-error v1.2.3 |
| 349 | 2026-04-15T00:11:58.210Z | Downloaded writeable v0.6.2 |
| 350 | 2026-04-15T00:11:58.210Z | Downloaded mime v0.3.17 |
| 351 | 2026-04-15T00:11:58.210Z | Downloaded slog-term v2.9.2 |
| 352 | 2026-04-15T00:11:58.213Z | Downloaded serde_derive_internals v0.29.1 |
| 353 | 2026-04-15T00:11:58.213Z | Downloaded zerofrom-derive v0.1.6 |
| 354 | 2026-04-15T00:11:58.213Z | Downloaded rand_core v0.9.5 |
| 355 | 2026-04-15T00:11:58.216Z | Downloaded icu_collections v2.1.1 |
| 356 | 2026-04-15T00:11:58.221Z | Downloaded usdt-attr-macro v0.6.0 |
| 357 | 2026-04-15T00:11:58.225Z | Downloaded icu_normalizer_data v2.1.1 |
| 358 | 2026-04-15T00:11:58.227Z | Downloaded oxnet v0.1.4 |
| 359 | 2026-04-15T00:11:58.231Z | Downloaded time-macros v0.2.27 |
| 360 | 2026-04-15T00:11:58.231Z | Downloaded pest_derive v2.8.6 |
| 361 | 2026-04-15T00:11:58.233Z | Downloaded wait-timeout v0.2.1 |
| 362 | 2026-04-15T00:11:58.236Z | Downloaded slog-async v2.8.0 |
| 363 | 2026-04-15T00:11:58.236Z | Downloaded pest_generator v2.8.6 |
| 364 | 2026-04-15T00:11:58.237Z | Downloaded memmap2 v0.9.10 |
| 365 | 2026-04-15T00:11:58.240Z | Downloaded zerofrom v0.1.6 |
| 366 | 2026-04-15T00:11:58.240Z | Downloaded serde_path_to_error v0.1.20 |
| 367 | 2026-04-15T00:11:58.240Z | Downloaded rustls-webpki v0.102.8 |
| 368 | 2026-04-15T00:11:58.249Z | Downloaded uuid v1.21.0 |
| 369 | 2026-04-15T00:11:58.252Z | Downloaded rustls-platform-verifier v0.6.2 |
| 370 | 2026-04-15T00:11:58.257Z | Downloaded indexmap v2.13.0 |
| 371 | 2026-04-15T00:11:58.257Z | Downloaded hyper-util v0.1.20 |
| 372 | 2026-04-15T00:11:58.261Z | Downloaded http v1.4.0 |
| 373 | 2026-04-15T00:11:58.262Z | Downloaded want v0.3.1 |
| 374 | 2026-04-15T00:11:58.265Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-04-15T00:11:58.265Z | Downloaded ryu v1.0.23 |
| 376 | 2026-04-15T00:11:58.268Z | Downloaded zerocopy-derive v0.8.40 |
| 377 | 2026-04-15T00:11:58.272Z | Downloaded serde_core v1.0.228 |
| 378 | 2026-04-15T00:11:58.282Z | Downloaded mio v1.1.1 |
| 379 | 2026-04-15T00:11:58.289Z | Downloaded tower v0.5.3 |
| 380 | 2026-04-15T00:11:58.294Z | Downloaded dtrace-parser v0.3.0 |
| 381 | 2026-04-15T00:11:58.297Z | Downloaded idna v1.1.0 |
| 382 | 2026-04-15T00:11:58.298Z | Downloaded memchr v2.8.0 |
| 383 | 2026-04-15T00:11:58.300Z | Downloaded iddqd v0.3.17 |
| 384 | 2026-04-15T00:11:58.304Z | Downloaded icu_properties_data v2.1.2 |
| 385 | 2026-04-15T00:11:58.309Z | Downloaded typenum v1.19.0 |
| 386 | 2026-04-15T00:11:58.311Z | Downloaded hyper v1.8.1 |
| 387 | 2026-04-15T00:11:58.315Z | Downloaded pest v2.8.6 |
| 388 | 2026-04-15T00:11:58.318Z | Downloaded tower-http v0.6.8 |
| 389 | 2026-04-15T00:11:58.322Z | Downloaded iri-string v0.7.10 |
| 390 | 2026-04-15T00:11:58.326Z | Downloaded tokio-util v0.7.18 |
| 391 | 2026-04-15T00:11:58.329Z | Downloaded hashbrown v0.16.1 |
| 392 | 2026-04-15T00:11:58.332Z | Downloaded h2 v0.4.13 |
| 393 | 2026-04-15T00:11:58.353Z | Downloaded zerovec v0.11.5 |
| 394 | 2026-04-15T00:11:58.356Z | Downloaded serde_with v3.17.0 |
| 395 | 2026-04-15T00:11:58.361Z | Downloaded winnow v0.7.14 |
| 396 | 2026-04-15T00:11:58.365Z | Downloaded proptest v1.10.0 |
| 397 | 2026-04-15T00:11:58.371Z | Downloaded reqwest v0.12.28 |
| 398 | 2026-04-15T00:11:58.374Z | Downloaded time v0.3.47 |
| 399 | 2026-04-15T00:11:58.379Z | Downloaded goblin v0.10.5 |
| 400 | 2026-04-15T00:11:58.383Z | Downloaded chrono v0.4.44 |
| 401 | 2026-04-15T00:11:58.387Z | Downloaded itertools v0.14.0 |
| 402 | 2026-04-15T00:11:58.396Z | Downloaded zerocopy v0.8.40 |
| 403 | 2026-04-15T00:11:58.404Z | Downloaded syn v2.0.117 |
| 404 | 2026-04-15T00:11:58.425Z | Downloaded rustls v0.23.37 |
| 405 | 2026-04-15T00:11:58.431Z | Downloaded dropshot v0.16.7 |
| 406 | 2026-04-15T00:11:58.442Z | Downloaded regex-syntax v0.8.10 |
| 407 | 2026-04-15T00:11:58.446Z | Downloaded tracing v0.1.44 |
| 408 | 2026-04-15T00:11:58.458Z | Downloaded rustls v0.22.4 |
| 409 | 2026-04-15T00:11:58.464Z | Downloaded regress v0.10.5 |
| 410 | 2026-04-15T00:11:58.470Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-04-15T00:11:58.486Z | Downloaded rustix v1.1.3 |
| 412 | 2026-04-15T00:11:58.513Z | Downloaded libc v0.2.180 |
| 413 | 2026-04-15T00:11:58.529Z | Downloaded tokio v1.49.0 |
| 414 | 2026-04-15T00:11:58.549Z | Downloaded regex-automata v0.4.14 |
| 415 | 2026-04-15T00:11:58.584Z | Downloaded ring v0.17.14 |
| 416 | 2026-04-15T00:11:58.620Z | Downloaded encoding_rs v0.8.35 |
| 417 | 2026-04-15T00:11:59.126Z | Downloaded aws-lc-sys v0.37.1 |
| 418 | 2026-04-15T00:11:59.319Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-04-15T00:11:59.319Z | Compiling quote v1.0.44 |
| 420 | 2026-04-15T00:11:59.319Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-04-15T00:11:59.319Z | Compiling libc v0.2.180 |
| 422 | 2026-04-15T00:11:59.320Z | Checking cfg-if v1.0.4 |
| 423 | 2026-04-15T00:11:59.323Z | Compiling serde_core v1.0.228 |
| 424 | 2026-04-15T00:11:59.418Z | Checking memchr v2.8.0 |
| 425 | 2026-04-15T00:11:59.421Z | Checking itoa v1.0.17 |
| 426 | 2026-04-15T00:11:59.475Z | Compiling serde v1.0.228 |
| 427 | 2026-04-15T00:11:59.549Z | Compiling zmij v1.0.21 |
| 428 | 2026-04-15T00:11:59.578Z | Compiling serde_json v1.0.149 |
| 429 | 2026-04-15T00:11:59.842Z | Checking pin-project-lite v0.2.17 |
| 430 | 2026-04-15T00:11:59.928Z | Compiling shlex v1.3.0 |
| 431 | 2026-04-15T00:11:59.942Z | Checking smallvec v1.15.1 |
| 432 | 2026-04-15T00:11:59.949Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-04-15T00:11:59.979Z | Checking bytes v1.11.1 |
| 434 | 2026-04-15T00:12:00.117Z | Checking futures-core v0.3.32 |
| 435 | 2026-04-15T00:12:00.167Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-04-15T00:12:00.186Z | Checking scopeguard v1.2.0 |
| 437 | 2026-04-15T00:12:00.222Z | Checking once_cell v1.21.3 |
| 438 | 2026-04-15T00:12:00.275Z | Checking lock_api v0.4.14 |
| 439 | 2026-04-15T00:12:00.285Z | Checking errno v0.3.14 |
| 440 | 2026-04-15T00:12:00.394Z | Compiling jobserver v0.1.34 |
| 441 | 2026-04-15T00:12:00.405Z | Checking signal-hook-registry v1.4.8 |
| 442 | 2026-04-15T00:12:00.433Z | Checking mio v1.1.1 |
| 443 | 2026-04-15T00:12:00.470Z | Checking socket2 v0.6.2 |
| 444 | 2026-04-15T00:12:00.561Z | Checking stable_deref_trait v1.2.1 |
| 445 | 2026-04-15T00:12:00.625Z | Compiling cc v1.2.56 |
| 446 | 2026-04-15T00:12:00.700Z | Checking parking_lot v0.12.5 |
| 447 | 2026-04-15T00:12:00.710Z | Checking futures-sink v0.3.32 |
| 448 | 2026-04-15T00:12:00.713Z | Compiling getrandom v0.4.1 |
| 449 | 2026-04-15T00:12:00.823Z | Compiling syn v2.0.117 |
| 450 | 2026-04-15T00:12:00.846Z | Checking slab v0.4.12 |
| 451 | 2026-04-15T00:12:00.857Z | Checking zeroize v1.8.2 |
| 452 | 2026-04-15T00:12:00.893Z | Compiling autocfg v1.5.0 |
| 453 | 2026-04-15T00:12:00.990Z | Checking futures-channel v0.3.32 |
| 454 | 2026-04-15T00:12:00.994Z | Compiling thiserror v2.0.18 |
| 455 | 2026-04-15T00:12:01.000Z | Checking allocator-api2 v0.2.21 |
| 456 | 2026-04-15T00:12:01.015Z | Checking equivalent v1.0.2 |
| 457 | 2026-04-15T00:12:01.086Z | Checking foldhash v0.2.0 |
| 458 | 2026-04-15T00:12:01.179Z | Compiling rustversion v1.0.22 |
| 459 | 2026-04-15T00:12:01.244Z | Compiling num-traits v0.2.19 |
| 460 | 2026-04-15T00:12:01.294Z | Checking hashbrown v0.16.1 |
| 461 | 2026-04-15T00:12:01.348Z | Checking rustls-pki-types v1.14.0 |
| 462 | 2026-04-15T00:12:01.522Z | Compiling cmake v0.1.57 |
| 463 | 2026-04-15T00:12:01.551Z | Checking http v1.4.0 |
| 464 | 2026-04-15T00:12:01.597Z | Checking futures-task v0.3.32 |
| 465 | 2026-04-15T00:12:01.626Z | Compiling dunce v1.0.5 |
| 466 | 2026-04-15T00:12:01.712Z | Compiling zerocopy v0.8.40 |
| 467 | 2026-04-15T00:12:01.722Z | Checking futures-io v0.3.32 |
| 468 | 2026-04-15T00:12:01.822Z | Compiling fs_extra v1.3.0 |
| 469 | 2026-04-15T00:12:02.062Z | Compiling aws-lc-sys v0.37.1 |
| 470 | 2026-04-15T00:12:02.089Z | Compiling version_check v0.9.5 |
| 471 | 2026-04-15T00:12:02.108Z | Checking log v0.4.29 |
| 472 | 2026-04-15T00:12:02.120Z | Checking fnv v1.0.7 |
| 473 | 2026-04-15T00:12:02.123Z | Checking untrusted v0.9.0 |
| 474 | 2026-04-15T00:12:02.221Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-04-15T00:12:02.245Z | Checking writeable v0.6.2 |
| 476 | 2026-04-15T00:12:02.345Z | Checking litemap v0.8.1 |
| 477 | 2026-04-15T00:12:02.355Z | Compiling httparse v1.10.1 |
| 478 | 2026-04-15T00:12:02.393Z | Checking iana-time-zone v0.1.65 |
| 479 | 2026-04-15T00:12:02.484Z | Compiling pest v2.8.6 |
| 480 | 2026-04-15T00:12:02.493Z | Checking http-body v1.0.1 |
| 481 | 2026-04-15T00:12:02.502Z | Checking indexmap v2.13.0 |
| 482 | 2026-04-15T00:12:02.605Z | Checking tracing-core v0.1.36 |
| 483 | 2026-04-15T00:12:02.721Z | Checking bitflags v2.11.0 |
| 484 | 2026-04-15T00:12:02.774Z | Checking atomic-waker v1.1.2 |
| 485 | 2026-04-15T00:12:02.856Z | Compiling aws-lc-rs v1.16.0 |
| 486 | 2026-04-15T00:12:02.866Z | Compiling schemars v0.8.22 |
| 487 | 2026-04-15T00:12:02.900Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-04-15T00:12:03.037Z | Compiling icu_properties_data v2.1.2 |
| 489 | 2026-04-15T00:12:03.070Z | Checking percent-encoding v2.3.2 |
| 490 | 2026-04-15T00:12:03.118Z | Checking tracing v0.1.44 |
| 491 | 2026-04-15T00:12:03.196Z | Checking semver v1.0.27 |
| 492 | 2026-04-15T00:12:03.249Z | Checking uuid v1.21.0 |
| 493 | 2026-04-15T00:12:03.288Z | Checking tower-service v0.3.3 |
| 494 | 2026-04-15T00:12:03.319Z | Checking try-lock v0.2.5 |
| 495 | 2026-04-15T00:12:03.366Z | Checking dyn-clone v1.0.20 |
| 496 | 2026-04-15T00:12:03.389Z | Checking tower-layer v0.3.3 |
| 497 | 2026-04-15T00:12:03.402Z | Checking base64 v0.22.1 |
| 498 | 2026-04-15T00:12:03.455Z | Checking subtle v2.6.1 |
| 499 | 2026-04-15T00:12:03.516Z | Compiling synstructure v0.13.2 |
| 500 | 2026-04-15T00:12:03.526Z | Compiling serde_derive_internals v0.29.1 |
| 501 | 2026-04-15T00:12:03.576Z | Compiling pest_meta v2.8.6 |
| 502 | 2026-04-15T00:12:03.625Z | Checking want v0.3.1 |
| 503 | 2026-04-15T00:12:03.758Z | Compiling slog v2.8.2 |
| 504 | 2026-04-15T00:12:03.797Z | Checking getrandom v0.2.17 |
| 505 | 2026-04-15T00:12:03.933Z | Checking pin-utils v0.1.0 |
| 506 | 2026-04-15T00:12:03.964Z | Compiling heck v0.5.0 |
| 507 | 2026-04-15T00:12:03.967Z | Checking httpdate v1.0.3 |
| 508 | 2026-04-15T00:12:04.000Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-04-15T00:12:04.011Z | Compiling rustls v0.23.37 |
| 510 | 2026-04-15T00:12:04.104Z | Checking ipnet v2.11.0 |
| 511 | 2026-04-15T00:12:04.116Z | Compiling pest_generator v2.8.6 |
| 512 | 2026-04-15T00:12:04.198Z | Compiling getrandom v0.3.4 |
| 513 | 2026-04-15T00:12:04.230Z | Compiling typenum v1.19.0 |
| 514 | 2026-04-15T00:12:04.309Z | Compiling generic-array v0.14.7 |
| 515 | 2026-04-15T00:12:04.516Z | Compiling ring v0.17.14 |
| 516 | 2026-04-15T00:12:04.524Z | Checking sync_wrapper v1.0.2 |
| 517 | 2026-04-15T00:12:04.612Z | Compiling paste v1.0.15 |
| 518 | 2026-04-15T00:12:04.705Z | Checking ryu v1.0.23 |
| 519 | 2026-04-15T00:12:04.725Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-04-15T00:12:04.735Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-04-15T00:12:04.786Z | Compiling zerocopy-derive v0.8.40 |
| 522 | 2026-04-15T00:12:04.825Z | Compiling tokio-macros v2.6.0 |
| 523 | 2026-04-15T00:12:04.836Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-04-15T00:12:04.877Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-04-15T00:12:04.986Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-04-15T00:12:05.501Z | Checking tokio v1.49.0 |
| 527 | 2026-04-15T00:12:05.670Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-04-15T00:12:05.790Z | Compiling futures-macro v0.3.32 |
| 529 | 2026-04-15T00:12:05.855Z | Checking zerofrom v0.1.6 |
| 530 | 2026-04-15T00:12:05.888Z | Compiling schemars_derive v0.8.22 |
| 531 | 2026-04-15T00:12:05.961Z | Checking yoke v0.8.1 |
| 532 | 2026-04-15T00:12:06.117Z | Checking zerovec v0.11.5 |
| 533 | 2026-04-15T00:12:06.540Z | Checking tinystr v0.8.2 |
| 534 | 2026-04-15T00:12:06.556Z | Checking futures-util v0.3.32 |
| 535 | 2026-04-15T00:12:06.704Z | Checking icu_locale_core v2.1.1 |
| 536 | 2026-04-15T00:12:06.821Z | Checking potential_utf v0.1.4 |
| 537 | 2026-04-15T00:12:06.940Z | Checking zerotrie v0.2.3 |
| 538 | 2026-04-15T00:12:07.013Z | Checking icu_collections v2.1.1 |
| 539 | 2026-04-15T00:12:07.169Z | Compiling pest_derive v2.8.6 |
| 540 | 2026-04-15T00:12:07.231Z | Checking icu_provider v2.1.1 |
| 541 | 2026-04-15T00:12:07.443Z | Checking icu_properties v2.1.2 |
| 542 | 2026-04-15T00:12:07.616Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-04-15T00:12:07.659Z | Checking chrono v0.4.44 |
| 544 | 2026-04-15T00:12:07.765Z | Checking erased-serde v0.3.31 |
| 545 | 2026-04-15T00:12:07.901Z | Compiling serde_tokenstream v0.2.3 |
| 546 | 2026-04-15T00:12:08.218Z | Checking idna_adapter v1.2.1 |
| 547 | 2026-04-15T00:12:08.323Z | Checking utf8_iter v1.0.4 |
| 548 | 2026-04-15T00:12:08.350Z | Checking serde_urlencoded v0.7.1 |
| 549 | 2026-04-15T00:12:08.420Z | Checking tokio-util v0.7.18 |
| 550 | 2026-04-15T00:12:08.443Z | Checking idna v1.1.0 |
| 551 | 2026-04-15T00:12:08.543Z | Checking tower v0.5.3 |
| 552 | 2026-04-15T00:12:08.737Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-04-15T00:12:08.802Z | Checking h2 v0.4.13 |
| 554 | 2026-04-15T00:12:08.898Z | Compiling scroll_derive v0.13.1 |
| 555 | 2026-04-15T00:12:09.002Z | Compiling structmeta-derive v0.3.0 |
| 556 | 2026-04-15T00:12:09.628Z | Checking http-body-util v0.1.3 |
| 557 | 2026-04-15T00:12:09.641Z | Compiling rustix v1.1.3 |
| 558 | 2026-04-15T00:12:09.676Z | Checking powerfmt v0.2.0 |
| 559 | 2026-04-15T00:12:09.813Z | Checking fastrand v2.3.0 |
| 560 | 2026-04-15T00:12:09.822Z | Compiling usdt-impl v0.6.0 |
| 561 | 2026-04-15T00:12:09.973Z | Checking iri-string v0.7.10 |
| 562 | 2026-04-15T00:12:09.995Z | Compiling num-conv v0.2.0 |
| 563 | 2026-04-15T00:12:10.050Z | Compiling time-core v0.1.8 |
| 564 | 2026-04-15T00:12:10.119Z | Compiling structmeta v0.3.0 |
| 565 | 2026-04-15T00:12:10.184Z | Compiling time-macros v0.2.27 |
| 566 | 2026-04-15T00:12:10.370Z | Checking deranged v0.5.8 |
| 567 | 2026-04-15T00:12:10.497Z | Checking rand_core v0.9.5 |
| 568 | 2026-04-15T00:12:10.588Z | Checking hyper v1.8.1 |
| 569 | 2026-04-15T00:12:10.648Z | Checking scroll v0.13.0 |
| 570 | 2026-04-15T00:12:10.945Z | Checking tower-http v0.6.8 |
| 571 | 2026-04-15T00:12:11.119Z | Compiling dof v0.4.0 |
| 572 | 2026-04-15T00:12:11.190Z | Checking ipnetwork v0.21.1 |
| 573 | 2026-04-15T00:12:11.241Z | Checking url v2.5.8 |
| 574 | 2026-04-15T00:12:11.264Z | Compiling dtrace-parser v0.3.0 |
| 575 | 2026-04-15T00:12:11.368Z | Compiling thread-id v5.1.0 |
| 576 | 2026-04-15T00:12:11.432Z | Checking hyper-util v0.1.20 |
| 577 | 2026-04-15T00:12:11.526Z | Compiling ident_case v1.0.1 |
| 578 | 2026-04-15T00:12:11.634Z | Compiling strsim v0.11.1 |
| 579 | 2026-04-15T00:12:11.644Z | Compiling crossbeam-utils v0.8.21 |
| 580 | 2026-04-15T00:12:11.732Z | Checking plain v0.2.3 |
| 581 | 2026-04-15T00:12:11.787Z | Checking openssl-probe v0.2.1 |
| 582 | 2026-04-15T00:12:11.822Z | Checking num_threads v0.1.7 |
| 583 | 2026-04-15T00:12:11.895Z | Compiling byteorder v1.5.0 |
| 584 | 2026-04-15T00:12:11.915Z | Checking regex-syntax v0.8.10 |
| 585 | 2026-04-15T00:12:11.918Z | Compiling omicron-workspace-hack v0.1.0 |
| 586 | 2026-04-15T00:12:11.943Z | Checking time v0.3.47 |
| 587 | 2026-04-15T00:12:12.142Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-04-15T00:12:12.254Z | Checking goblin v0.10.5 |
| 589 | 2026-04-15T00:12:12.448Z | Compiling darling_core v0.21.3 |
| 590 | 2026-04-15T00:12:12.609Z | Checking oxnet v0.1.4 |
| 591 | 2026-04-15T00:12:12.970Z | Checking newtype-uuid v1.3.2 |
| 592 | 2026-04-15T00:12:13.029Z | Compiling daft-derive v0.1.5 |
| 593 | 2026-04-15T00:12:13.120Z | Compiling aho-corasick v1.1.4 |
| 594 | 2026-04-15T00:12:13.201Z | Compiling camino v1.2.2 |
| 595 | 2026-04-15T00:12:13.331Z | Checking pretty-hex v0.4.1 |
| 596 | 2026-04-15T00:12:13.496Z | Compiling rustls v0.22.4 |
| 597 | 2026-04-15T00:12:13.701Z | Checking daft v0.1.5 |
| 598 | 2026-04-15T00:12:13.706Z | Checking tempfile v3.25.0 |
| 599 | 2026-04-15T00:12:13.712Z | Checking rustls-webpki v0.102.8 |
| 600 | 2026-04-15T00:12:14.109Z | Checking crypto-common v0.1.7 |
| 601 | 2026-04-15T00:12:14.207Z | Checking block-buffer v0.10.4 |
| 602 | 2026-04-15T00:12:14.320Z | Checking rand_chacha v0.9.0 |
| 603 | 2026-04-15T00:12:14.470Z | Checking rand_core v0.6.4 |
| 604 | 2026-04-15T00:12:14.487Z | Compiling multer v3.1.0 |
| 605 | 2026-04-15T00:12:14.530Z | Compiling darling_macro v0.21.3 |
| 606 | 2026-04-15T00:12:14.538Z | Checking wait-timeout v0.2.1 |
| 607 | 2026-04-15T00:12:14.626Z | Checking thread_local v1.1.9 |
| 608 | 2026-04-15T00:12:14.675Z | Checking bit-vec v0.8.0 |
| 609 | 2026-04-15T00:12:14.805Z | Compiling regex-automata v0.4.14 |
| 610 | 2026-04-15T00:12:14.860Z | Compiling anyhow v1.0.102 |
| 611 | 2026-04-15T00:12:15.132Z | Checking winnow v0.7.14 |
| 612 | 2026-04-15T00:12:15.157Z | Checking match_cfg v0.1.0 |
| 613 | 2026-04-15T00:12:15.201Z | Compiling slog-async v2.8.0 |
| 614 | 2026-04-15T00:12:15.209Z | Checking quick-error v1.2.3 |
| 615 | 2026-04-15T00:12:15.225Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-04-15T00:12:15.296Z | Compiling thiserror v1.0.69 |
| 617 | 2026-04-15T00:12:15.305Z | Checking rusty-fork v0.3.1 |
| 618 | 2026-04-15T00:12:15.457Z | Checking hostname v0.3.1 |
| 619 | 2026-04-15T00:12:15.551Z | Compiling darling v0.21.3 |
| 620 | 2026-04-15T00:12:15.620Z | Checking bit-set v0.8.0 |
| 621 | 2026-04-15T00:12:15.750Z | Checking rand_chacha v0.3.1 |
| 622 | 2026-04-15T00:12:15.761Z | Checking rand v0.9.2 |
| 623 | 2026-04-15T00:12:15.772Z | Checking crossbeam-channel v0.5.15 |
| 624 | 2026-04-15T00:12:15.926Z | Checking digest v0.10.7 |
| 625 | 2026-04-15T00:12:16.097Z | Checking slog-json v2.6.1 |
| 626 | 2026-04-15T00:12:16.192Z | Compiling usdt-attr-macro v0.6.0 |
| 627 | 2026-04-15T00:12:16.195Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 628 | 2026-04-15T00:12:16.232Z | Compiling usdt-macro v0.6.0 |
| 629 | 2026-04-15T00:12:16.318Z | Checking rand_xorshift v0.4.0 |
| 630 | 2026-04-15T00:12:16.424Z | Compiling regex v1.12.3 |
| 631 | 2026-04-15T00:12:16.501Z | Compiling derive-ex v0.1.8 |
| 632 | 2026-04-15T00:12:16.810Z | Checking futures-executor v0.3.32 |
| 633 | 2026-04-15T00:12:16.839Z | Compiling async-stream-impl v0.3.6 |
| 634 | 2026-04-15T00:12:16.856Z | Compiling async-trait v0.1.89 |
| 635 | 2026-04-15T00:12:16.856Z | Compiling strum_macros v0.26.4 |
| 636 | 2026-04-15T00:12:16.942Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 637 | 2026-04-15T00:12:17.278Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-04-15T00:12:17.349Z | Compiling thiserror-impl v1.0.69 |
| 639 | 2026-04-15T00:12:17.360Z | Compiling dropshot v0.16.7 |
| 640 | 2026-04-15T00:12:17.414Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-04-15T00:12:17.565Z | Checking serde_spanned v1.0.4 |
| 642 | 2026-04-15T00:12:17.599Z | Checking is-terminal v0.4.17 |
| 643 | 2026-04-15T00:12:17.678Z | Checking memmap2 v0.9.10 |
| 644 | 2026-04-15T00:12:17.681Z | Checking encoding_rs v0.8.35 |
| 645 | 2026-04-15T00:12:17.770Z | Checking cpufeatures v0.2.17 |
| 646 | 2026-04-15T00:12:17.822Z | Checking mime v0.3.17 |
| 647 | 2026-04-15T00:12:17.833Z | Checking unarray v0.1.4 |
| 648 | 2026-04-15T00:12:17.924Z | Checking spin v0.9.8 |
| 649 | 2026-04-15T00:12:17.982Z | Checking term v1.2.1 |
| 650 | 2026-04-15T00:12:18.001Z | Checking take_mut v0.2.2 |
| 651 | 2026-04-15T00:12:18.026Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 652 | 2026-04-15T00:12:18.097Z | Checking hex v0.4.3 |
| 653 | 2026-04-15T00:12:18.112Z | Compiling dropshot_endpoint v0.16.7 |
| 654 | 2026-04-15T00:12:18.185Z | Checking toml v0.9.12+spec-1.1.0 |
| 655 | 2026-04-15T00:12:18.193Z | Checking slog-term v2.9.2 |
| 656 | 2026-04-15T00:12:18.287Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 657 | 2026-04-15T00:12:18.422Z | Checking strum v0.26.3 |
| 658 | 2026-04-15T00:12:18.433Z | Compiling test-strategy v0.4.5 |
| 659 | 2026-04-15T00:12:18.514Z | Checking proptest v1.10.0 |
| 660 | 2026-04-15T00:12:18.533Z | Checking sha1 v0.10.6 |
| 661 | 2026-04-15T00:12:18.568Z | Checking usdt v0.6.0 |
| 662 | 2026-04-15T00:12:18.742Z | Checking async-stream v0.3.6 |
| 663 | 2026-04-15T00:12:18.753Z | Checking tokio-rustls v0.25.0 |
| 664 | 2026-04-15T00:12:18.761Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 665 | 2026-04-15T00:12:18.786Z | Compiling parse-display-derive v0.10.0 |
| 666 | 2026-04-15T00:12:18.852Z | Checking futures v0.3.32 |
| 667 | 2026-04-15T00:12:18.919Z | Checking slog-bunyan v2.5.0 |
| 668 | 2026-04-15T00:12:18.930Z | Checking rand v0.8.5 |
| 669 | 2026-04-15T00:12:19.128Z | Compiling serde_with_macros v3.17.0 |
| 670 | 2026-04-15T00:12:19.211Z | Checking reqwest v0.12.28 |
| 671 | 2026-04-15T00:12:19.541Z | Checking backon v1.6.0 |
| 672 | 2026-04-15T00:12:19.674Z | Compiling newtype-uuid-macros v0.1.0 |
| 673 | 2026-04-15T00:12:19.693Z | Checking openapiv3 v2.2.0 |
| 674 | 2026-04-15T00:12:19.710Z | Compiling strum_macros v0.27.2 |
| 675 | 2026-04-15T00:12:19.722Z | Checking waitgroup v0.1.2 |
| 676 | 2026-04-15T00:12:19.810Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2026-04-15T00:12:19.935Z | Checking serde_path_to_error v0.1.20 |
| 678 | 2026-04-15T00:12:20.075Z | Checking hostname v0.4.2 |
| 679 | 2026-04-15T00:12:20.160Z | Checking instant v0.1.13 |
| 680 | 2026-04-15T00:12:20.164Z | Checking rustc-hash v2.1.1 |
| 681 | 2026-04-15T00:12:20.190Z | Checking debug-ignore v1.0.5 |
| 682 | 2026-04-15T00:12:20.235Z | Checking either v1.15.0 |
| 683 | 2026-04-15T00:12:20.245Z | Checking parse-display v0.10.0 |
| 684 | 2026-04-15T00:12:20.268Z | Checking iddqd v0.3.17 |
| 685 | 2026-04-15T00:12:20.277Z | Checking backoff v0.4.0 |
| 686 | 2026-04-15T00:12:20.374Z | Checking serde_with v3.17.0 |
| 687 | 2026-04-15T00:12:20.395Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 688 | 2026-04-15T00:12:20.405Z | Checking itertools v0.14.0 |
| 689 | 2026-04-15T00:12:20.430Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 690 | 2026-04-15T00:12:21.255Z | Checking progenitor-client v0.10.0 |
| 691 | 2026-04-15T00:12:21.289Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 692 | 2026-04-15T00:12:21.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2026-04-15T00:12:21.289Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 694 | 2026-04-15T00:12:21.289Z | Checking macaddr v1.0.1 |
| 695 | 2026-04-15T00:12:21.289Z | Checking regress v0.10.5 |
| 696 | 2026-04-15T00:12:21.441Z | Checking strum v0.27.2 |
| 697 | 2026-04-15T00:12:25.654Z | Checking rustls-webpki v0.103.9 |
| 698 | 2026-04-15T00:12:27.735Z | Checking tokio-rustls v0.26.4 |
| 699 | 2026-04-15T00:12:27.737Z | Checking rustls-platform-verifier v0.6.2 |
| 700 | 2026-04-15T00:12:27.909Z | Checking hyper-rustls v0.27.7 |
| 701 | 2026-04-15T00:12:28.045Z | Checking reqwest v0.13.2 |
| 702 | 2026-04-15T00:12:28.549Z | Checking progenitor-client v0.13.0 |
| 703 | 2026-04-15T00:12:28.714Z | Checking progenitor-extras v0.1.1 |
| 704 | 2026-04-15T00:12:28.873Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 705 | 2026-04-15T00:12:32.897Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 706 | 2026-04-15T00:12:32.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s |
| 707 | 2026-04-15T00:12:33.067Z | + cargo build --release |
| 708 | 2026-04-15T00:12:33.226Z | Compiling proc-macro2 v1.0.106 |
| 709 | 2026-04-15T00:12:33.227Z | Compiling quote v1.0.44 |
| 710 | 2026-04-15T00:12:33.227Z | Compiling unicode-ident v1.0.24 |
| 711 | 2026-04-15T00:12:33.227Z | Compiling libc v0.2.180 |
| 712 | 2026-04-15T00:12:33.227Z | Compiling cfg-if v1.0.4 |
| 713 | 2026-04-15T00:12:33.230Z | Compiling serde_core v1.0.228 |
| 714 | 2026-04-15T00:12:33.231Z | Compiling memchr v2.8.0 |
| 715 | 2026-04-15T00:12:33.231Z | Compiling itoa v1.0.17 |
| 716 | 2026-04-15T00:12:33.319Z | Compiling zmij v1.0.21 |
| 717 | 2026-04-15T00:12:33.360Z | Compiling serde v1.0.228 |
| 718 | 2026-04-15T00:12:33.491Z | Compiling serde_json v1.0.149 |
| 719 | 2026-04-15T00:12:33.551Z | Compiling pin-project-lite v0.2.17 |
| 720 | 2026-04-15T00:12:33.627Z | Compiling find-msvc-tools v0.1.9 |
| 721 | 2026-04-15T00:12:33.672Z | Compiling shlex v1.3.0 |
| 722 | 2026-04-15T00:12:33.694Z | Compiling smallvec v1.15.1 |
| 723 | 2026-04-15T00:12:33.843Z | Compiling futures-core v0.3.32 |
| 724 | 2026-04-15T00:12:33.928Z | Compiling jobserver v0.1.34 |
| 725 | 2026-04-15T00:12:33.952Z | Compiling errno v0.3.14 |
| 726 | 2026-04-15T00:12:33.958Z | Compiling bytes v1.11.1 |
| 727 | 2026-04-15T00:12:33.978Z | Compiling parking_lot_core v0.9.12 |
| 728 | 2026-04-15T00:12:34.099Z | Compiling scopeguard v1.2.0 |
| 729 | 2026-04-15T00:12:34.163Z | Compiling cc v1.2.56 |
| 730 | 2026-04-15T00:12:34.225Z | Compiling lock_api v0.4.14 |
| 731 | 2026-04-15T00:12:34.368Z | Compiling syn v2.0.117 |
| 732 | 2026-04-15T00:12:34.425Z | Compiling once_cell v1.21.3 |
| 733 | 2026-04-15T00:12:34.451Z | Compiling parking_lot v0.12.5 |
| 734 | 2026-04-15T00:12:34.619Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-04-15T00:12:34.650Z | Compiling socket2 v0.6.2 |
| 736 | 2026-04-15T00:12:34.848Z | Compiling mio v1.1.1 |
| 737 | 2026-04-15T00:12:34.899Z | Compiling futures-sink v0.3.32 |
| 738 | 2026-04-15T00:12:35.002Z | Compiling stable_deref_trait v1.2.1 |
| 739 | 2026-04-15T00:12:35.072Z | Compiling autocfg v1.5.0 |
| 740 | 2026-04-15T00:12:35.121Z | Compiling zeroize v1.8.2 |
| 741 | 2026-04-15T00:12:35.305Z | Compiling getrandom v0.4.1 |
| 742 | 2026-04-15T00:12:35.359Z | Compiling thiserror v2.0.18 |
| 743 | 2026-04-15T00:12:35.405Z | Compiling slab v0.4.12 |
| 744 | 2026-04-15T00:12:35.421Z | Compiling num-traits v0.2.19 |
| 745 | 2026-04-15T00:12:35.540Z | Compiling futures-channel v0.3.32 |
| 746 | 2026-04-15T00:12:35.556Z | Compiling rustversion v1.0.22 |
| 747 | 2026-04-15T00:12:35.573Z | Compiling equivalent v1.0.2 |
| 748 | 2026-04-15T00:12:35.588Z | Compiling allocator-api2 v0.2.21 |
| 749 | 2026-04-15T00:12:35.643Z | Compiling foldhash v0.2.0 |
| 750 | 2026-04-15T00:12:35.786Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-04-15T00:12:35.792Z | Compiling cmake v0.1.57 |
| 752 | 2026-04-15T00:12:35.815Z | Compiling http v1.4.0 |
| 753 | 2026-04-15T00:12:35.912Z | Compiling hashbrown v0.16.1 |
| 754 | 2026-04-15T00:12:35.917Z | Compiling fs_extra v1.3.0 |
| 755 | 2026-04-15T00:12:35.949Z | Compiling zerocopy v0.8.40 |
| 756 | 2026-04-15T00:12:36.111Z | Compiling futures-task v0.3.32 |
| 757 | 2026-04-15T00:12:36.271Z | Compiling dunce v1.0.5 |
| 758 | 2026-04-15T00:12:36.301Z | Compiling futures-io v0.3.32 |
| 759 | 2026-04-15T00:12:36.354Z | Compiling aws-lc-sys v0.37.1 |
| 760 | 2026-04-15T00:12:36.591Z | Compiling untrusted v0.9.0 |
| 761 | 2026-04-15T00:12:36.622Z | Compiling version_check v0.9.5 |
| 762 | 2026-04-15T00:12:36.712Z | Compiling fnv v1.0.7 |
| 763 | 2026-04-15T00:12:36.808Z | Compiling log v0.4.29 |
| 764 | 2026-04-15T00:12:37.020Z | Compiling writeable v0.6.2 |
| 765 | 2026-04-15T00:12:37.094Z | Compiling synstructure v0.13.2 |
| 766 | 2026-04-15T00:12:37.248Z | Compiling httparse v1.10.1 |
| 767 | 2026-04-15T00:12:37.289Z | Compiling ucd-trie v0.1.7 |
| 768 | 2026-04-15T00:12:37.500Z | Compiling litemap v0.8.1 |
| 769 | 2026-04-15T00:12:37.566Z | Compiling iana-time-zone v0.1.65 |
| 770 | 2026-04-15T00:12:37.602Z | Compiling pest v2.8.6 |
| 771 | 2026-04-15T00:12:37.641Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-04-15T00:12:37.681Z | Compiling indexmap v2.13.0 |
| 773 | 2026-04-15T00:12:37.887Z | Compiling http-body v1.0.1 |
| 774 | 2026-04-15T00:12:37.892Z | Compiling tracing-core v0.1.36 |
| 775 | 2026-04-15T00:12:38.028Z | Compiling icu_normalizer_data v2.1.1 |
| 776 | 2026-04-15T00:12:38.231Z | Compiling schemars v0.8.22 |
| 777 | 2026-04-15T00:12:38.238Z | Compiling serde_derive v1.0.228 |
| 778 | 2026-04-15T00:12:38.332Z | Compiling zerofrom-derive v0.1.6 |
| 779 | 2026-04-15T00:12:38.449Z | Compiling zerocopy-derive v0.8.40 |
| 780 | 2026-04-15T00:12:38.461Z | Compiling tokio-macros v2.6.0 |
| 781 | 2026-04-15T00:12:38.622Z | Compiling yoke-derive v0.8.1 |
| 782 | 2026-04-15T00:12:38.755Z | Compiling zerovec-derive v0.11.2 |
| 783 | 2026-04-15T00:12:38.933Z | Compiling displaydoc v0.2.5 |
| 784 | 2026-04-15T00:12:39.154Z | Compiling tokio v1.49.0 |
| 785 | 2026-04-15T00:12:39.448Z | Compiling zerofrom v0.1.6 |
| 786 | 2026-04-15T00:12:39.562Z | Compiling futures-macro v0.3.32 |
| 787 | 2026-04-15T00:12:39.567Z | Compiling yoke v0.8.1 |
| 788 | 2026-04-15T00:12:39.628Z | Compiling thiserror-impl v2.0.18 |
| 789 | 2026-04-15T00:12:39.739Z | Compiling zerotrie v0.2.3 |
| 790 | 2026-04-15T00:12:39.777Z | Compiling zerovec v0.11.5 |
| 791 | 2026-04-15T00:12:40.135Z | Compiling aws-lc-rs v1.16.0 |
| 792 | 2026-04-15T00:12:40.326Z | Compiling tinystr v0.8.2 |
| 793 | 2026-04-15T00:12:40.331Z | Compiling futures-util v0.3.32 |
| 794 | 2026-04-15T00:12:40.414Z | Compiling potential_utf v0.1.4 |
| 795 | 2026-04-15T00:12:40.518Z | Compiling icu_locale_core v2.1.1 |
| 796 | 2026-04-15T00:12:40.583Z | Compiling atomic-waker v1.1.2 |
| 797 | 2026-04-15T00:12:40.706Z | Compiling percent-encoding v2.3.2 |
| 798 | 2026-04-15T00:12:40.783Z | Compiling bitflags v2.11.0 |
| 799 | 2026-04-15T00:12:40.954Z | Compiling icu_properties_data v2.1.2 |
| 800 | 2026-04-15T00:12:41.167Z | Compiling icu_collections v2.1.1 |
| 801 | 2026-04-15T00:12:41.369Z | Compiling chrono v0.4.44 |
| 802 | 2026-04-15T00:12:41.616Z | Compiling icu_provider v2.1.1 |
| 803 | 2026-04-15T00:12:41.861Z | Compiling pest_meta v2.8.6 |
| 804 | 2026-04-15T00:12:42.015Z | Compiling schemars_derive v0.8.22 |
| 805 | 2026-04-15T00:12:42.803Z | Compiling tracing v0.1.44 |
| 806 | 2026-04-15T00:12:42.896Z | Compiling tokio-util v0.7.18 |
| 807 | 2026-04-15T00:12:43.044Z | Compiling uuid v1.21.0 |
| 808 | 2026-04-15T00:12:43.130Z | Compiling semver v1.0.27 |
| 809 | 2026-04-15T00:12:43.142Z | Compiling tower-service v0.3.3 |
| 810 | 2026-04-15T00:12:43.228Z | Compiling dyn-clone v1.0.20 |
| 811 | 2026-04-15T00:12:43.320Z | Compiling try-lock v0.2.5 |
| 812 | 2026-04-15T00:12:43.357Z | Compiling tower-layer v0.3.3 |
| 813 | 2026-04-15T00:12:43.424Z | Compiling base64 v0.22.1 |
| 814 | 2026-04-15T00:12:43.540Z | Compiling subtle v2.6.1 |
| 815 | 2026-04-15T00:12:43.623Z | Compiling want v0.3.1 |
| 816 | 2026-04-15T00:12:43.682Z | Compiling h2 v0.4.13 |
| 817 | 2026-04-15T00:12:43.856Z | Compiling pest_generator v2.8.6 |
| 818 | 2026-04-15T00:12:43.979Z | Compiling slog v2.8.2 |
| 819 | 2026-04-15T00:12:44.009Z | Compiling getrandom v0.2.17 |
| 820 | 2026-04-15T00:12:44.189Z | Compiling pin-utils v0.1.0 |
| 821 | 2026-04-15T00:12:44.209Z | Compiling heck v0.5.0 |
| 822 | 2026-04-15T00:12:44.252Z | Compiling httpdate v1.0.3 |
| 823 | 2026-04-15T00:12:44.404Z | Compiling icu_properties v2.1.2 |
| 824 | 2026-04-15T00:12:44.443Z | Compiling pest_derive v2.8.6 |
| 825 | 2026-04-15T00:12:44.615Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-04-15T00:12:44.827Z | Compiling erased-serde v0.3.31 |
| 827 | 2026-04-15T00:12:44.918Z | Compiling form_urlencoded v1.2.2 |
| 828 | 2026-04-15T00:12:45.437Z | Compiling ipnet v2.11.0 |
| 829 | 2026-04-15T00:12:45.554Z | Compiling rustls v0.23.37 |
| 830 | 2026-04-15T00:12:45.785Z | Compiling getrandom v0.3.4 |
| 831 | 2026-04-15T00:12:45.924Z | Compiling typenum v1.19.0 |
| 832 | 2026-04-15T00:12:46.092Z | Compiling hyper v1.8.1 |
| 833 | 2026-04-15T00:12:46.480Z | Compiling idna_adapter v1.2.1 |
| 834 | 2026-04-15T00:12:46.602Z | Compiling ppv-lite86 v0.2.21 |
| 835 | 2026-04-15T00:12:46.614Z | Compiling serde_tokenstream v0.2.3 |
| 836 | 2026-04-15T00:12:46.886Z | Compiling generic-array v0.14.7 |
| 837 | 2026-04-15T00:12:46.886Z | Compiling ring v0.17.14 |
| 838 | 2026-04-15T00:12:46.923Z | Compiling sync_wrapper v1.0.2 |
| 839 | 2026-04-15T00:12:47.095Z | Compiling utf8_iter v1.0.4 |
| 840 | 2026-04-15T00:12:47.195Z | Compiling ryu v1.0.23 |
| 841 | 2026-04-15T00:12:47.248Z | Compiling paste v1.0.15 |
| 842 | 2026-04-15T00:12:47.373Z | Compiling hyper-util v0.1.20 |
| 843 | 2026-04-15T00:12:47.554Z | Compiling serde_urlencoded v0.7.1 |
| 844 | 2026-04-15T00:12:47.813Z | Compiling idna v1.1.0 |
| 845 | 2026-04-15T00:12:49.603Z | Compiling tower v0.5.3 |
| 846 | 2026-04-15T00:12:50.164Z | Compiling scroll_derive v0.13.1 |
| 847 | 2026-04-15T00:12:50.270Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2026-04-15T00:12:50.276Z | Compiling http-body-util v0.1.3 |
| 849 | 2026-04-15T00:12:50.631Z | Compiling fastrand v2.3.0 |
| 850 | 2026-04-15T00:12:50.837Z | Compiling rustix v1.1.3 |
| 851 | 2026-04-15T00:12:50.938Z | Compiling usdt-impl v0.6.0 |
| 852 | 2026-04-15T00:12:50.961Z | Compiling iri-string v0.7.10 |
| 853 | 2026-04-15T00:12:51.162Z | Compiling time-core v0.1.8 |
| 854 | 2026-04-15T00:12:51.253Z | Compiling powerfmt v0.2.0 |
| 855 | 2026-04-15T00:12:51.258Z | Compiling omicron-workspace-hack v0.1.0 |
| 856 | 2026-04-15T00:12:51.290Z | Compiling num-conv v0.2.0 |
| 857 | 2026-04-15T00:12:51.404Z | Compiling time-macros v0.2.27 |
| 858 | 2026-04-15T00:12:51.442Z | Compiling deranged v0.5.8 |
| 859 | 2026-04-15T00:12:51.486Z | Compiling structmeta v0.3.0 |
| 860 | 2026-04-15T00:12:51.875Z | Compiling scroll v0.13.0 |
| 861 | 2026-04-15T00:12:52.335Z | Compiling tower-http v0.6.8 |
| 862 | 2026-04-15T00:12:52.486Z | Compiling rand_core v0.9.5 |
| 863 | 2026-04-15T00:12:52.655Z | Compiling url v2.5.8 |
| 864 | 2026-04-15T00:12:52.913Z | Compiling dof v0.4.0 |
| 865 | 2026-04-15T00:12:53.176Z | Compiling dtrace-parser v0.3.0 |
| 866 | 2026-04-15T00:12:53.278Z | Compiling ipnetwork v0.21.1 |
| 867 | 2026-04-15T00:12:53.348Z | Compiling thread-id v5.1.0 |
| 868 | 2026-04-15T00:12:53.456Z | Compiling regex-syntax v0.8.10 |
| 869 | 2026-04-15T00:12:53.578Z | Compiling strsim v0.11.1 |
| 870 | 2026-04-15T00:12:53.601Z | Compiling byteorder v1.5.0 |
| 871 | 2026-04-15T00:12:53.844Z | Compiling num_threads v0.1.7 |
| 872 | 2026-04-15T00:12:53.924Z | Compiling ident_case v1.0.1 |
| 873 | 2026-04-15T00:12:54.029Z | Compiling crossbeam-utils v0.8.21 |
| 874 | 2026-04-15T00:12:54.049Z | Compiling openssl-probe v0.2.1 |
| 875 | 2026-04-15T00:12:54.220Z | Compiling plain v0.2.3 |
| 876 | 2026-04-15T00:12:54.264Z | Compiling darling_core v0.21.3 |
| 877 | 2026-04-15T00:12:54.292Z | Compiling rustls-native-certs v0.8.3 |
| 878 | 2026-04-15T00:12:54.316Z | Compiling goblin v0.10.5 |
| 879 | 2026-04-15T00:12:55.074Z | Compiling time v0.3.47 |
| 880 | 2026-04-15T00:12:55.780Z | Compiling oxnet v0.1.4 |
| 881 | 2026-04-15T00:12:56.845Z | Compiling newtype-uuid v1.3.2 |
| 882 | 2026-04-15T00:12:57.064Z | Compiling daft-derive v0.1.5 |
| 883 | 2026-04-15T00:12:57.761Z | Compiling aho-corasick v1.1.4 |
| 884 | 2026-04-15T00:12:57.764Z | Compiling camino v1.2.2 |
| 885 | 2026-04-15T00:12:57.836Z | Compiling pretty-hex v0.4.1 |
| 886 | 2026-04-15T00:12:58.068Z | Compiling rustls v0.22.4 |
| 887 | 2026-04-15T00:12:58.276Z | Compiling daft v0.1.5 |
| 888 | 2026-04-15T00:12:58.531Z | Compiling tempfile v3.25.0 |
| 889 | 2026-04-15T00:12:59.110Z | Compiling darling_macro v0.21.3 |
| 890 | 2026-04-15T00:12:59.637Z | Compiling regex-automata v0.4.14 |
| 891 | 2026-04-15T00:13:00.460Z | Compiling rustls-webpki v0.102.8 |
| 892 | 2026-04-15T00:13:01.304Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-04-15T00:13:01.391Z | Compiling block-buffer v0.10.4 |
| 894 | 2026-04-15T00:13:01.540Z | Compiling crypto-common v0.1.7 |
| 895 | 2026-04-15T00:13:01.669Z | Compiling rand_core v0.6.4 |
| 896 | 2026-04-15T00:13:01.852Z | Compiling multer v3.1.0 |
| 897 | 2026-04-15T00:13:01.913Z | Compiling wait-timeout v0.2.1 |
| 898 | 2026-04-15T00:13:02.046Z | Compiling thread_local v1.1.9 |
| 899 | 2026-04-15T00:13:02.063Z | Compiling bit-vec v0.8.0 |
| 900 | 2026-04-15T00:13:02.181Z | Compiling match_cfg v0.1.0 |
| 901 | 2026-04-15T00:13:02.247Z | Compiling slog-async v2.8.0 |
| 902 | 2026-04-15T00:13:02.351Z | Compiling quick-error v1.2.3 |
| 903 | 2026-04-15T00:13:02.405Z | Compiling anyhow v1.0.102 |
| 904 | 2026-04-15T00:13:02.449Z | Compiling thiserror v1.0.69 |
| 905 | 2026-04-15T00:13:02.525Z | Compiling winnow v0.7.14 |
| 906 | 2026-04-15T00:13:02.627Z | Compiling ref-cast v1.0.25 |
| 907 | 2026-04-15T00:13:02.960Z | Compiling rusty-fork v0.3.1 |
| 908 | 2026-04-15T00:13:03.828Z | Compiling bit-set v0.8.0 |
| 909 | 2026-04-15T00:13:04.007Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 910 | 2026-04-15T00:13:04.154Z | Compiling hostname v0.3.1 |
| 911 | 2026-04-15T00:13:04.344Z | Compiling rand_chacha v0.3.1 |
| 912 | 2026-04-15T00:13:04.973Z | Compiling digest v0.10.7 |
| 913 | 2026-04-15T00:13:05.187Z | Compiling rand v0.9.2 |
| 914 | 2026-04-15T00:13:05.324Z | Compiling regex v1.12.3 |
| 915 | 2026-04-15T00:13:05.626Z | Compiling crossbeam-channel v0.5.15 |
| 916 | 2026-04-15T00:13:05.932Z | Compiling darling v0.21.3 |
| 917 | 2026-04-15T00:13:06.315Z | Compiling slog-json v2.6.1 |
| 918 | 2026-04-15T00:13:06.570Z | Compiling usdt-macro v0.6.0 |
| 919 | 2026-04-15T00:13:06.587Z | Compiling usdt-attr-macro v0.6.0 |
| 920 | 2026-04-15T00:13:07.205Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2026-04-15T00:13:07.233Z | Compiling derive-ex v0.1.8 |
| 922 | 2026-04-15T00:13:07.323Z | Compiling strum_macros v0.26.4 |
| 923 | 2026-04-15T00:13:07.354Z | Compiling futures-executor v0.3.32 |
| 924 | 2026-04-15T00:13:07.447Z | Compiling async-stream-impl v0.3.6 |
| 925 | 2026-04-15T00:13:07.893Z | Compiling async-trait v0.1.89 |
| 926 | 2026-04-15T00:13:08.036Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 927 | 2026-04-15T00:13:08.484Z | Compiling thiserror-impl v1.0.69 |
| 928 | 2026-04-15T00:13:08.760Z | Compiling ref-cast-impl v1.0.25 |
| 929 | 2026-04-15T00:13:08.827Z | Compiling dropshot v0.16.7 |
| 930 | 2026-04-15T00:13:08.891Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 931 | 2026-04-15T00:13:09.039Z | Compiling serde_spanned v1.0.4 |
| 932 | 2026-04-15T00:13:09.191Z | Compiling is-terminal v0.4.17 |
| 933 | 2026-04-15T00:13:09.281Z | Compiling memmap2 v0.9.10 |
| 934 | 2026-04-15T00:13:09.300Z | Compiling encoding_rs v0.8.35 |
| 935 | 2026-04-15T00:13:09.330Z | Compiling take_mut v0.2.2 |
| 936 | 2026-04-15T00:13:09.435Z | Compiling hex v0.4.3 |
| 937 | 2026-04-15T00:13:09.607Z | Compiling unarray v0.1.4 |
| 938 | 2026-04-15T00:13:09.718Z | Compiling term v1.2.1 |
| 939 | 2026-04-15T00:13:09.722Z | Compiling spin v0.9.8 |
| 940 | 2026-04-15T00:13:09.829Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 941 | 2026-04-15T00:13:09.836Z | Compiling cpufeatures v0.2.17 |
| 942 | 2026-04-15T00:13:09.900Z | Compiling mime v0.3.17 |
| 943 | 2026-04-15T00:13:10.074Z | Compiling slog-term v2.9.2 |
| 944 | 2026-04-15T00:13:11.349Z | Compiling toml v0.9.12+spec-1.1.0 |
| 945 | 2026-04-15T00:13:11.557Z | Compiling sha1 v0.10.6 |
| 946 | 2026-04-15T00:13:11.563Z | Compiling dropshot_endpoint v0.16.7 |
| 947 | 2026-04-15T00:13:11.952Z | Compiling proptest v1.10.0 |
| 948 | 2026-04-15T00:13:13.140Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 949 | 2026-04-15T00:13:13.453Z | Compiling usdt v0.6.0 |
| 950 | 2026-04-15T00:13:14.158Z | Compiling strum v0.26.3 |
| 951 | 2026-04-15T00:13:14.214Z | Compiling test-strategy v0.4.5 |
| 952 | 2026-04-15T00:13:14.284Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 953 | 2026-04-15T00:13:14.413Z | Compiling async-stream v0.3.6 |
| 954 | 2026-04-15T00:13:14.603Z | Compiling tokio-rustls v0.25.0 |
| 955 | 2026-04-15T00:13:14.831Z | Compiling futures v0.3.32 |
| 956 | 2026-04-15T00:13:14.967Z | Compiling slog-bunyan v2.5.0 |
| 957 | 2026-04-15T00:13:15.025Z | Compiling serde_with_macros v3.17.0 |
| 958 | 2026-04-15T00:13:15.126Z | Compiling parse-display-derive v0.10.0 |
| 959 | 2026-04-15T00:13:15.817Z | Compiling rand v0.8.5 |
| 960 | 2026-04-15T00:13:16.583Z | Compiling reqwest v0.12.28 |
| 961 | 2026-04-15T00:13:16.587Z | Compiling backon v1.6.0 |
| 962 | 2026-04-15T00:13:16.741Z | Compiling newtype-uuid-macros v0.1.0 |
| 963 | 2026-04-15T00:13:16.831Z | Compiling strum_macros v0.27.2 |
| 964 | 2026-04-15T00:13:16.945Z | Compiling openapiv3 v2.2.0 |
| 965 | 2026-04-15T00:13:17.489Z | Compiling waitgroup v0.1.2 |
| 966 | 2026-04-15T00:13:17.638Z | Compiling rustls-pemfile v2.2.0 |
| 967 | 2026-04-15T00:13:17.907Z | Compiling serde_path_to_error v0.1.20 |
| 968 | 2026-04-15T00:13:18.346Z | Compiling hostname v0.4.2 |
| 969 | 2026-04-15T00:13:18.499Z | Compiling instant v0.1.13 |
| 970 | 2026-04-15T00:13:18.591Z | Compiling rustc-hash v2.1.1 |
| 971 | 2026-04-15T00:13:18.603Z | Compiling debug-ignore v1.0.5 |
| 972 | 2026-04-15T00:13:18.699Z | Compiling either v1.15.0 |
| 973 | 2026-04-15T00:13:18.706Z | Compiling iddqd v0.3.17 |
| 974 | 2026-04-15T00:13:18.909Z | Compiling itertools v0.14.0 |
| 975 | 2026-04-15T00:13:19.340Z | Compiling strum v0.27.2 |
| 976 | 2026-04-15T00:13:19.463Z | Compiling backoff v0.4.0 |
| 977 | 2026-04-15T00:13:19.656Z | Compiling progenitor-client v0.10.0 |
| 978 | 2026-04-15T00:13:20.127Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 979 | 2026-04-15T00:13:20.355Z | Compiling parse-display v0.10.0 |
| 980 | 2026-04-15T00:13:20.450Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 981 | 2026-04-15T00:13:20.911Z | Compiling serde_with v3.17.0 |
| 982 | 2026-04-15T00:13:21.252Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 983 | 2026-04-15T00:13:21.900Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 984 | 2026-04-15T00:13:22.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 985 | 2026-04-15T00:13:22.312Z | Compiling macaddr v1.0.1 |
| 986 | 2026-04-15T00:13:22.578Z | Compiling regress v0.10.5 |
| 987 | 2026-04-15T00:13:29.767Z | Compiling rustls-webpki v0.103.9 |
| 988 | 2026-04-15T00:13:32.810Z | Compiling tokio-rustls v0.26.4 |
| 989 | 2026-04-15T00:13:32.810Z | Compiling rustls-platform-verifier v0.6.2 |
| 990 | 2026-04-15T00:13:33.066Z | Compiling hyper-rustls v0.27.7 |
| 991 | 2026-04-15T00:13:33.401Z | Compiling reqwest v0.13.2 |
| 992 | 2026-04-15T00:13:35.265Z | Compiling progenitor-client v0.13.0 |
| 993 | 2026-04-15T00:13:35.550Z | Compiling progenitor-extras v0.1.1 |
| 994 | 2026-04-15T00:13:35.755Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 995 | 2026-04-15T00:13:40.489Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 996 | 2026-04-15T00:13:45.522Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 997 | 2026-04-15T00:13:45.576Z | process exited: duration 112754 ms, exit code 0 |
| |
| 998 | 2026-04-15T00:13:45.583Z | found 0 output files |