|
|
|
| 1 | 2026-09-04T21:29:57.525Z | job assigned to worker 01M1Q56V4NT3ETZY7G9CRNYNQH [factory aws, i-0316dc6ac232e0c49] (queued for 45 s) |
| |
| 2 | 2026-09-04T21:30:03.639Z | starting task 0: "setup" |
| 3 | 2026-09-04T21:30:03.645Z | ++ uname -s |
| 4 | 2026-09-04T21:30:03.648Z | + kern=SunOS |
| 5 | 2026-09-04T21:30:03.649Z | + build_user=build |
| 6 | 2026-09-04T21:30:03.649Z | + build_uid=12345 |
| 7 | 2026-09-04T21:30:03.649Z | + work_dir=/work |
| 8 | 2026-09-04T21:30:03.649Z | + input_dir=/input |
| 9 | 2026-09-04T21:30:03.649Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T21:30:03.649Z | + case "$kern" in |
| 11 | 2026-09-04T21:30:03.649Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T21:30:03.652Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T21:30:05.656Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T21:30:05.720Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T21:30:05.729Z | + home_fs=zfs |
| 16 | 2026-09-04T21:30:05.729Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T21:30:05.729Z | + mkdir -p /home/build |
| 18 | 2026-09-04T21:30:05.729Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T21:30:07.724Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T21:30:07.727Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-09-04T21:30:07.733Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T21:30:07.738Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T21:30:07.738Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T21:30:07.738Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-04T21:30:07.738Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-04T21:30:07.738Z | * rust toolchain profile = "default" |
| 27 | 2026-09-04T21:30:07.738Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T21:30:07.741Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T21:30:07.741Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T21:30:07.844Z | info: downloading installer |
| 31 | 2026-09-04T21:30:09.490Z | info: profile set to default |
| 32 | 2026-09-04T21:30:09.490Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T21:30:09.493Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T21:30:09.636Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T21:30:09.641Z | info: downloading 6 components |
| 36 | 2026-09-04T21:30:26.995Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T21:30:26.995Z | |
| 38 | 2026-09-04T21:30:27.030Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T21:30:27.030Z | |
| 40 | 2026-09-04T21:30:27.036Z | |
| 41 | 2026-09-04T21:30:27.036Z | Rust is installed now. Great! |
| 42 | 2026-09-04T21:30:27.036Z | |
| 43 | 2026-09-04T21:30:27.036Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T21:30:27.036Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T21:30:27.036Z | |
| 46 | 2026-09-04T21:30:27.036Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T21:30:27.036Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T21:30:27.036Z | |
| 49 | 2026-09-04T21:30:27.036Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T21:30:27.036Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T21:30:27.036Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T21:30:27.036Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T21:30:27.036Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T21:30:27.036Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T21:30:27.036Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T21:30:27.036Z | HOST_CC = None |
| 57 | 2026-09-04T21:30:27.036Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T21:30:27.036Z | CC = None |
| 59 | 2026-09-04T21:30:27.037Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T21:30:27.197Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T21:30:27.197Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T21:30:27.197Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T21:30:27.197Z | CFLAGS = None |
| 64 | 2026-09-04T21:30:27.197Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T21:30:27.197Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T21:30:27.197Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T21:30:27.197Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T21:30:27.197Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T21:30:27.197Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T21:30:27.292Z | + rustup --version |
| 71 | 2026-09-04T21:30:27.299Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T21:30:27.302Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T21:30:27.322Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T21:30:27.325Z | + cargo --version |
| 75 | 2026-09-04T21:30:27.339Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T21:30:27.341Z | + rustc --version |
| 77 | 2026-09-04T21:30:27.360Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T21:30:27.364Z | process exited: duration 19629 ms, exit code 0 |
| |
| 79 | 2026-09-04T21:30:27.371Z | starting task 2: "authentication" |
| 80 | 2026-09-04T21:30:27.388Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-04T21:30:27.394Z | starting task 3: "clone repository" |
| 82 | 2026-09-04T21:30:27.397Z | + mkdir -p /work/oxidecomputer/maghemite |
| 83 | 2026-09-04T21:30:27.400Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T21:30:27.429Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 85 | 2026-09-04T21:30:29.152Z | + cd /work/oxidecomputer/maghemite |
| 86 | 2026-09-04T21:30:29.152Z | + git fetch origin ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 87 | 2026-09-04T21:30:29.425Z | From https://github.com/oxidecomputer/maghemite |
| 88 | 2026-09-04T21:30:29.425Z | * branch ee082197c0e0afc8b9127b3c010196ec8d5a9bbb -> FETCH_HEAD |
| 89 | 2026-09-04T21:30:29.433Z | + [[ -n jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]] |
| 90 | 2026-09-04T21:30:29.437Z | ++ git branch --show-current |
| 91 | 2026-09-04T21:30:29.437Z | + current=main |
| 92 | 2026-09-04T21:30:29.437Z | + [[ main != jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]] |
| 93 | 2026-09-04T21:30:29.437Z | + git branch -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 94 | 2026-09-04T21:30:29.440Z | + git checkout -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz |
| 95 | 2026-09-04T21:30:29.457Z | Switched to branch 'jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz' |
| 96 | 2026-09-04T21:30:29.461Z | + git reset --hard ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 97 | 2026-09-04T21:30:29.476Z | HEAD is now at ee08219 falcon-lab: interact with nodes concurrently |
| 98 | 2026-09-04T21:30:29.479Z | process exited: duration 2082 ms, exit code 0 |
| |
| 99 | 2026-09-04T21:30:29.486Z | starting task 4: "build" |
| 100 | 2026-09-04T21:30:29.489Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-04T21:30:29.489Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 102 | 2026-09-04T21:30:29.489Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 103 | 2026-09-04T21:30:29.489Z | ++ cargo --version |
| 104 | 2026-09-04T21:30:29.494Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 105 | 2026-09-04T21:30:29.633Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-09-04T21:30:29.641Z | info: downloading 6 components |
| 107 | 2026-09-04T21:30:44.516Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 108 | 2026-09-04T21:30:44.516Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 109 | 2026-09-04T21:30:44.516Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 110 | 2026-09-04T21:30:44.616Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-09-04T21:30:44.619Z | ++ rustc --version |
| 112 | 2026-09-04T21:30:44.648Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-09-04T21:30:44.653Z | + pfexec pkg install clang-15 |
| 114 | 2026-09-04T21:30:47.694Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-04T21:30:48.128Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-04T21:30:50.739Z | Planning: Solver setup ... Done |
| 117 | 2026-09-04T21:30:50.807Z | Planning: Running solver ... Done |
| 118 | 2026-09-04T21:30:50.856Z | Planning: Consolidating action changes ... Done |
| 119 | 2026-09-04T21:30:50.856Z | Planning: Evaluating mediators ... Done |
| 120 | 2026-09-04T21:30:50.860Z | Planning: Planning completed in 2.69 seconds |
| 121 | 2026-09-04T21:30:50.875Z | No updates necessary for this image. |
| 122 | 2026-09-04T21:30:51.122Z | + banner check |
| 123 | 2026-09-04T21:30:51.126Z | |
| 124 | 2026-09-04T21:30:51.126Z | #### # # ###### #### # # |
| 125 | 2026-09-04T21:30:51.126Z | # # # # # # # # # |
| 126 | 2026-09-04T21:30:51.126Z | # ###### ##### # #### |
| 127 | 2026-09-04T21:30:51.126Z | # # # # # # # |
| 128 | 2026-09-04T21:30:51.126Z | # # # # # # # # # |
| 129 | 2026-09-04T21:30:51.126Z | #### # # ###### #### # # |
| 130 | 2026-09-04T21:30:51.126Z | |
| 131 | 2026-09-04T21:30:51.129Z | + cargo fmt -- --check |
| 132 | 2026-09-04T21:30:51.556Z | + cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-09-04T21:30:51.679Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 134 | 2026-09-04T21:30:52.624Z | From https://github.com/oxidecomputer/falcon |
| 135 | 2026-09-04T21:30:52.624Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 136 | 2026-09-04T21:30:52.703Z | Updating crates.io index |
| 137 | 2026-09-04T21:30:52.707Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 138 | 2026-09-04T21:30:53.328Z | From https://github.com/oxidecomputer/dendrite |
| 139 | 2026-09-04T21:30:53.328Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 140 | 2026-09-04T21:30:53.362Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-09-04T21:30:53.638Z | From https://github.com/oxidecomputer/ispf |
| 142 | 2026-09-04T21:30:53.638Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 143 | 2026-09-04T21:30:53.646Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-09-04T21:30:54.044Z | From https://github.com/oxidecomputer/netadm-sys |
| 145 | 2026-09-04T21:30:54.045Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 146 | 2026-09-04T21:30:54.052Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 147 | 2026-09-04T21:31:04.640Z | From https://github.com/oxidecomputer/omicron |
| 148 | 2026-09-04T21:31:04.640Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 149 | 2026-09-04T21:31:05.067Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 150 | 2026-09-04T21:31:05.799Z | From https://github.com/oxidecomputer/opte |
| 151 | 2026-09-04T21:31:05.799Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 152 | 2026-09-04T21:31:05.828Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 153 | 2026-09-04T21:31:06.094Z | From https://github.com/oxidecomputer/slog-error-chain |
| 154 | 2026-09-04T21:31:06.094Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 155 | 2026-09-04T21:31:06.101Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 156 | 2026-09-04T21:31:06.398Z | From https://github.com/illumos/smf-rs |
| 157 | 2026-09-04T21:31:06.398Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 158 | 2026-09-04T21:31:06.406Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 159 | 2026-09-04T21:31:06.698Z | From https://github.com/oxidecomputer/network-interface |
| 160 | 2026-09-04T21:31:06.698Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 161 | 2026-09-04T21:31:06.705Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-09-04T21:31:06.992Z | From https://github.com/oxidecomputer/zone |
| 163 | 2026-09-04T21:31:06.992Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 164 | 2026-09-04T21:31:06.998Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 165 | 2026-09-04T21:31:07.701Z | From https://github.com/oxidecomputer/propolis |
| 166 | 2026-09-04T21:31:07.701Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 167 | 2026-09-04T21:31:07.744Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 168 | 2026-09-04T21:31:08.257Z | From https://github.com/oxidecomputer/transceiver-control |
| 169 | 2026-09-04T21:31:08.257Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 170 | 2026-09-04T21:31:08.266Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 171 | 2026-09-04T21:31:08.583Z | From https://github.com/oxidecomputer/dlpi-sys |
| 172 | 2026-09-04T21:31:08.583Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 173 | 2026-09-04T21:31:08.589Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 174 | 2026-09-04T21:31:08.907Z | From https://github.com/jmesmon/rust-libzfs |
| 175 | 2026-09-04T21:31:08.908Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 176 | 2026-09-04T21:31:08.916Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 177 | 2026-09-04T21:31:09.210Z | From https://github.com/oxidecomputer/rusty-doors |
| 178 | 2026-09-04T21:31:09.211Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 179 | 2026-09-04T21:31:09.216Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 180 | 2026-09-04T21:31:09.562Z | From https://github.com/oxidecomputer/lldp |
| 181 | 2026-09-04T21:31:09.562Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 182 | 2026-09-04T21:31:09.573Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 183 | 2026-09-04T21:31:09.901Z | From https://github.com/oxidecomputer/tufaceous |
| 184 | 2026-09-04T21:31:09.901Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 185 | 2026-09-04T21:31:09.911Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 186 | 2026-09-04T21:31:10.400Z | From https://github.com/oxidecomputer/management-gateway-service |
| 187 | 2026-09-04T21:31:10.401Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 188 | 2026-09-04T21:31:10.426Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 189 | 2026-09-04T21:31:11.225Z | From https://github.com/oxidecomputer/crucible |
| 190 | 2026-09-04T21:31:11.225Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 191 | 2026-09-04T21:31:11.268Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 192 | 2026-09-04T21:31:11.561Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 193 | 2026-09-04T21:31:11.561Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 194 | 2026-09-04T21:31:11.567Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 195 | 2026-09-04T21:31:11.996Z | From https://github.com/oxidecomputer/propolis |
| 196 | 2026-09-04T21:31:11.996Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 197 | 2026-09-04T21:31:12.040Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 198 | 2026-09-04T21:31:12.608Z | From https://github.com/oxidecomputer/crucible |
| 199 | 2026-09-04T21:31:12.608Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 200 | 2026-09-04T21:31:12.672Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 201 | 2026-09-04T21:31:13.046Z | From https://github.com/oxidecomputer/tofino |
| 202 | 2026-09-04T21:31:13.046Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 203 | 2026-09-04T21:31:13.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 204 | 2026-09-04T21:31:13.734Z | From https://github.com/oxidecomputer/maghemite |
| 205 | 2026-09-04T21:31:13.734Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 206 | 2026-09-04T21:31:13.766Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 207 | 2026-09-04T21:31:14.041Z | From https://github.com/oxidecomputer/clickward |
| 208 | 2026-09-04T21:31:14.041Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 209 | 2026-09-04T21:31:14.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 210 | 2026-09-04T21:31:14.322Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 211 | 2026-09-04T21:31:14.322Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 212 | 2026-09-04T21:31:16.646Z | Downloading crates ... |
| 213 | 2026-09-04T21:31:16.695Z | Downloaded cfg_aliases v0.2.2 |
| 214 | 2026-09-04T21:31:16.699Z | Downloaded bit-set v0.8.0 |
| 215 | 2026-09-04T21:31:16.704Z | Downloaded crc8 v0.1.1 |
| 216 | 2026-09-04T21:31:16.708Z | Downloaded convert_case v0.4.0 |
| 217 | 2026-09-04T21:31:16.708Z | Downloaded aead v0.5.2 |
| 218 | 2026-09-04T21:31:16.708Z | Downloaded autocfg v1.5.1 |
| 219 | 2026-09-04T21:31:16.711Z | Downloaded ahash v0.8.12 |
| 220 | 2026-09-04T21:31:16.711Z | Downloaded anstyle-parse v1.0.0 |
| 221 | 2026-09-04T21:31:16.715Z | Downloaded adler2 v2.0.1 |
| 222 | 2026-09-04T21:31:16.715Z | Downloaded ciborium-ll v0.2.2 |
| 223 | 2026-09-04T21:31:16.724Z | Downloaded instant v0.1.13 |
| 224 | 2026-09-04T21:31:16.729Z | Downloaded konst_macro_rules v0.2.19 |
| 225 | 2026-09-04T21:31:16.733Z | Downloaded argon2 v0.5.3 |
| 226 | 2026-09-04T21:31:16.733Z | Downloaded cancel-safe-futures v0.1.5 |
| 227 | 2026-09-04T21:31:16.736Z | Downloaded darling v0.21.3 |
| 228 | 2026-09-04T21:31:16.741Z | Downloaded anstyle-query v1.1.5 |
| 229 | 2026-09-04T21:31:16.741Z | Downloaded idna_adapter v1.2.2 |
| 230 | 2026-09-04T21:31:16.741Z | Downloaded httpdate v1.0.3 |
| 231 | 2026-09-04T21:31:16.741Z | Downloaded anyhow v1.0.104 |
| 232 | 2026-09-04T21:31:16.746Z | Downloaded camino-tempfile v1.4.1 |
| 233 | 2026-09-04T21:31:16.746Z | Downloaded libscf-sys v1.2.0 |
| 234 | 2026-09-04T21:31:16.746Z | Downloaded base64 v0.22.1 |
| 235 | 2026-09-04T21:31:16.750Z | Downloaded clap v4.6.6 |
| 236 | 2026-09-04T21:31:16.761Z | Downloaded allocator-api2 v0.2.21 |
| 237 | 2026-09-04T21:31:16.761Z | Downloaded anstyle v1.0.14 |
| 238 | 2026-09-04T21:31:16.761Z | Downloaded atomic-waker v1.1.2 |
| 239 | 2026-09-04T21:31:16.766Z | Downloaded ident_case v1.0.1 |
| 240 | 2026-09-04T21:31:16.766Z | Downloaded block-buffer v0.12.1 |
| 241 | 2026-09-04T21:31:16.766Z | Downloaded anstream v1.0.0 |
| 242 | 2026-09-04T21:31:16.766Z | Downloaded bytecount v0.6.9 |
| 243 | 2026-09-04T21:31:16.766Z | Downloaded cfg-if v1.0.4 |
| 244 | 2026-09-04T21:31:16.766Z | Downloaded base16ct v0.2.0 |
| 245 | 2026-09-04T21:31:16.766Z | Downloaded const-random-macro v0.1.16 |
| 246 | 2026-09-04T21:31:16.766Z | Downloaded atomicwrites v0.4.4 |
| 247 | 2026-09-04T21:31:16.766Z | Downloaded is_ci v1.2.0 |
| 248 | 2026-09-04T21:31:16.771Z | Downloaded async-stream-impl v0.3.6 |
| 249 | 2026-09-04T21:31:16.771Z | Downloaded cstr-argument v0.1.2 |
| 250 | 2026-09-04T21:31:16.772Z | Downloaded async-recursion v1.1.1 |
| 251 | 2026-09-04T21:31:16.772Z | Downloaded block-buffer v0.10.4 |
| 252 | 2026-09-04T21:31:16.775Z | Downloaded async-stream v0.3.6 |
| 253 | 2026-09-04T21:31:16.775Z | Downloaded base16ct v1.0.0 |
| 254 | 2026-09-04T21:31:16.775Z | Downloaded ciborium-io v0.2.2 |
| 255 | 2026-09-04T21:31:16.775Z | Downloaded hubpack_derive v0.1.1 |
| 256 | 2026-09-04T21:31:16.778Z | Downloaded jiff-static v0.2.35 |
| 257 | 2026-09-04T21:31:16.778Z | Downloaded keccak v0.1.6 |
| 258 | 2026-09-04T21:31:16.778Z | Downloaded is_terminal_polyfill v1.70.2 |
| 259 | 2026-09-04T21:31:16.778Z | Downloaded indent_write v2.2.0 |
| 260 | 2026-09-04T21:31:16.778Z | Downloaded const-random v0.1.18 |
| 261 | 2026-09-04T21:31:16.778Z | Downloaded cpufeatures v0.2.17 |
| 262 | 2026-09-04T21:31:16.782Z | Downloaded macaddr v1.0.1 |
| 263 | 2026-09-04T21:31:16.782Z | Downloaded itoa v1.0.18 |
| 264 | 2026-09-04T21:31:16.782Z | Downloaded hubpack v0.1.2 |
| 265 | 2026-09-04T21:31:16.785Z | Downloaded internet-checksum v0.2.1 |
| 266 | 2026-09-04T21:31:16.785Z | Downloaded multer v3.1.0 |
| 267 | 2026-09-04T21:31:16.785Z | Downloaded compression-core v0.4.32 |
| 268 | 2026-09-04T21:31:16.785Z | Downloaded crunchy v0.2.4 |
| 269 | 2026-09-04T21:31:16.791Z | Downloaded num-integer v0.1.47 |
| 270 | 2026-09-04T21:31:16.794Z | Downloaded crypto-common v0.1.7 |
| 271 | 2026-09-04T21:31:16.794Z | Downloaded num_threads v0.1.7 |
| 272 | 2026-09-04T21:31:16.797Z | Downloaded byte-wrapper v0.1.0 |
| 273 | 2026-09-04T21:31:16.801Z | Downloaded mime v0.3.17 |
| 274 | 2026-09-04T21:31:16.801Z | Downloaded lru-slab v0.1.2 |
| 275 | 2026-09-04T21:31:16.801Z | Downloaded num-iter v0.1.46 |
| 276 | 2026-09-04T21:31:16.801Z | Downloaded memmap v0.7.0 |
| 277 | 2026-09-04T21:31:16.801Z | Downloaded natord v1.0.9 |
| 278 | 2026-09-04T21:31:16.801Z | Downloaded newtype_derive v0.1.6 |
| 279 | 2026-09-04T21:31:16.804Z | Downloaded managed v0.8.0 |
| 280 | 2026-09-04T21:31:16.804Z | Downloaded crucible-workspace-hack v0.1.0 |
| 281 | 2026-09-04T21:31:16.804Z | Downloaded inout v0.1.4 |
| 282 | 2026-09-04T21:31:16.809Z | Downloaded clap_lex v1.1.0 |
| 283 | 2026-09-04T21:31:16.813Z | Downloaded crypto-common v0.2.2 |
| 284 | 2026-09-04T21:31:16.813Z | Downloaded lru-cache v0.1.2 |
| 285 | 2026-09-04T21:31:16.813Z | Downloaded newtype-uuid-macros v0.1.1 |
| 286 | 2026-09-04T21:31:16.816Z | Downloaded semver v0.1.20 |
| 287 | 2026-09-04T21:31:16.816Z | Downloaded colorchoice v1.0.5 |
| 288 | 2026-09-04T21:31:16.819Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 289 | 2026-09-04T21:31:16.819Z | Downloaded num_enum_derive v0.5.11 |
| 290 | 2026-09-04T21:31:16.822Z | Downloaded is-terminal v0.4.17 |
| 291 | 2026-09-04T21:31:16.822Z | Downloaded hyper-rustls v0.27.9 |
| 292 | 2026-09-04T21:31:16.826Z | Downloaded humantime v2.4.0 |
| 293 | 2026-09-04T21:31:16.830Z | Downloaded jobserver v0.1.35 |
| 294 | 2026-09-04T21:31:16.834Z | Downloaded lazy_static v1.5.0 |
| 295 | 2026-09-04T21:31:16.834Z | Downloaded serde_spanned v1.1.1 |
| 296 | 2026-09-04T21:31:16.837Z | Downloaded slog-envlogger v2.2.0 |
| 297 | 2026-09-04T21:31:16.837Z | Downloaded strsim v0.11.1 |
| 298 | 2026-09-04T21:31:16.840Z | Downloaded num-derive v0.4.2 |
| 299 | 2026-09-04T21:31:16.840Z | Downloaded ingot v0.1.1 |
| 300 | 2026-09-04T21:31:16.843Z | Downloaded match_cfg v0.1.0 |
| 301 | 2026-09-04T21:31:16.843Z | Downloaded sync_wrapper v1.0.2 |
| 302 | 2026-09-04T21:31:16.843Z | Downloaded async-trait v0.1.92 |
| 303 | 2026-09-04T21:31:16.847Z | Downloaded memoffset v0.9.1 |
| 304 | 2026-09-04T21:31:16.847Z | Downloaded scroll v0.13.0 |
| 305 | 2026-09-04T21:31:16.847Z | Downloaded bit-vec v0.8.0 |
| 306 | 2026-09-04T21:31:16.851Z | Downloaded cobs v0.3.0 |
| 307 | 2026-09-04T21:31:16.851Z | Downloaded base64ct v1.8.3 |
| 308 | 2026-09-04T21:31:16.851Z | Downloaded bitflags v1.3.2 |
| 309 | 2026-09-04T21:31:16.854Z | Downloaded compression-codecs v0.4.38 |
| 310 | 2026-09-04T21:31:16.854Z | Downloaded cpufeatures v0.3.0 |
| 311 | 2026-09-04T21:31:16.854Z | Downloaded serial_test_derive v4.0.1 |
| 312 | 2026-09-04T21:31:16.854Z | Downloaded no-std-compat v0.4.1 |
| 313 | 2026-09-04T21:31:16.858Z | Downloaded num-conv v0.2.2 |
| 314 | 2026-09-04T21:31:16.858Z | Downloaded num-complex v0.4.6 |
| 315 | 2026-09-04T21:31:16.858Z | Downloaded num_enum_derive v0.7.6 |
| 316 | 2026-09-04T21:31:16.858Z | Downloaded byteorder v1.5.0 |
| 317 | 2026-09-04T21:31:16.858Z | Downloaded ipnet v2.12.1 |
| 318 | 2026-09-04T21:31:16.861Z | Downloaded backoff v0.4.0 |
| 319 | 2026-09-04T21:31:16.861Z | Downloaded chacha20 v0.9.1 |
| 320 | 2026-09-04T21:31:16.861Z | Downloaded indexmap v1.9.3 |
| 321 | 2026-09-04T21:31:16.865Z | Downloaded linked-hash-map v0.5.6 |
| 322 | 2026-09-04T21:31:16.865Z | Downloaded newline-converter v0.3.0 |
| 323 | 2026-09-04T21:31:16.865Z | Downloaded strum v0.27.2 |
| 324 | 2026-09-04T21:31:16.865Z | Downloaded testing_table v0.3.0 |
| 325 | 2026-09-04T21:31:16.870Z | Downloaded tabwriter v1.4.1 |
| 326 | 2026-09-04T21:31:16.870Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-09-04T21:31:16.870Z | Downloaded cipher v0.4.4 |
| 328 | 2026-09-04T21:31:16.870Z | Downloaded const_format_proc_macros v0.2.34 |
| 329 | 2026-09-04T21:31:16.870Z | Downloaded ingot v0.2.1 |
| 330 | 2026-09-04T21:31:16.870Z | Downloaded num v0.4.3 |
| 331 | 2026-09-04T21:31:16.873Z | Downloaded lock_api v0.4.14 |
| 332 | 2026-09-04T21:31:16.873Z | Downloaded num_enum v0.5.11 |
| 333 | 2026-09-04T21:31:16.873Z | Downloaded libsw v3.5.0 |
| 334 | 2026-09-04T21:31:16.876Z | Downloaded newtype-uuid v1.4.0 |
| 335 | 2026-09-04T21:31:16.877Z | Downloaded slog-json v2.6.1 |
| 336 | 2026-09-04T21:31:16.877Z | Downloaded num_enum v0.7.6 |
| 337 | 2026-09-04T21:31:16.880Z | Downloaded olpc-cjson v0.1.4 |
| 338 | 2026-09-04T21:31:16.880Z | Downloaded tower-service v0.3.3 |
| 339 | 2026-09-04T21:31:16.880Z | Downloaded toml_write v0.1.2 |
| 340 | 2026-09-04T21:31:16.883Z | Downloaded waitgroup v0.1.2 |
| 341 | 2026-09-04T21:31:16.883Z | Downloaded utf-8 v0.7.6 |
| 342 | 2026-09-04T21:31:16.883Z | Downloaded libsw-core v0.3.2 |
| 343 | 2026-09-04T21:31:16.883Z | Downloaded num-rational v0.4.2 |
| 344 | 2026-09-04T21:31:16.883Z | Downloaded typify-macro v0.6.2 |
| 345 | 2026-09-04T21:31:16.886Z | Downloaded typify-macro v0.4.3 |
| 346 | 2026-09-04T21:31:16.886Z | Downloaded untrusted v0.9.0 |
| 347 | 2026-09-04T21:31:16.886Z | Downloaded defmt v0.3.100 |
| 348 | 2026-09-04T21:31:16.886Z | Downloaded yoke-derive v0.8.2 |
| 349 | 2026-09-04T21:31:16.886Z | Downloaded zone v0.3.1 |
| 350 | 2026-09-04T21:31:16.886Z | Downloaded dof v0.3.0 |
| 351 | 2026-09-04T21:31:16.890Z | Downloaded daft-derive v0.1.8 |
| 352 | 2026-09-04T21:31:16.890Z | Downloaded zeroize_derive v1.5.0 |
| 353 | 2026-09-04T21:31:16.890Z | Downloaded iana-time-zone v0.1.65 |
| 354 | 2026-09-04T21:31:16.894Z | Downloaded daft v0.1.8 |
| 355 | 2026-09-04T21:31:16.897Z | Downloaded crossbeam-deque v0.8.7 |
| 356 | 2026-09-04T21:31:16.900Z | Downloaded hybrid-array v0.4.14 |
| 357 | 2026-09-04T21:31:16.900Z | Downloaded csv-core v0.1.13 |
| 358 | 2026-09-04T21:31:16.900Z | Downloaded cmake v0.1.58 |
| 359 | 2026-09-04T21:31:16.900Z | Downloaded critical-section v1.2.0 |
| 360 | 2026-09-04T21:31:16.903Z | Downloaded ingot-macros v0.1.1 |
| 361 | 2026-09-04T21:31:16.907Z | Downloaded ingot-types v0.1.2 |
| 362 | 2026-09-04T21:31:16.912Z | Downloaded dtrace-parser v0.3.0 |
| 363 | 2026-09-04T21:31:16.916Z | Downloaded equivalent v1.0.2 |
| 364 | 2026-09-04T21:31:16.916Z | Downloaded num-traits v0.2.19 |
| 365 | 2026-09-04T21:31:16.916Z | Downloaded simd-adler32 v0.3.10 |
| 366 | 2026-09-04T21:31:16.916Z | Downloaded slab v0.4.12 |
| 367 | 2026-09-04T21:31:16.916Z | Downloaded form_urlencoded v1.2.2 |
| 368 | 2026-09-04T21:31:16.916Z | Downloaded fxhash v0.2.1 |
| 369 | 2026-09-04T21:31:16.916Z | Downloaded futures-core v0.3.34 |
| 370 | 2026-09-04T21:31:16.919Z | Downloaded enum-as-inner v0.6.1 |
| 371 | 2026-09-04T21:31:16.919Z | Downloaded generic-array v0.14.7 |
| 372 | 2026-09-04T21:31:16.919Z | Downloaded blake2 v0.10.6 |
| 373 | 2026-09-04T21:31:16.925Z | Downloaded ingot-types v0.2.0 |
| 374 | 2026-09-04T21:31:16.925Z | Downloaded chacha20 v0.10.1 |
| 375 | 2026-09-04T21:31:16.928Z | Downloaded bcs v0.1.6 |
| 376 | 2026-09-04T21:31:16.928Z | Downloaded bs58 v0.5.1 |
| 377 | 2026-09-04T21:31:16.928Z | Downloaded backon v1.6.0 |
| 378 | 2026-09-04T21:31:16.928Z | Downloaded camino v1.2.5 |
| 379 | 2026-09-04T21:31:16.929Z | Downloaded omicron-workspace-hack v0.1.0 |
| 380 | 2026-09-04T21:31:16.929Z | Downloaded hostname v0.4.2 |
| 381 | 2026-09-04T21:31:16.932Z | Downloaded crossbeam-utils v0.8.22 |
| 382 | 2026-09-04T21:31:16.932Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-09-04T21:31:16.936Z | Downloaded console v0.16.4 |
| 384 | 2026-09-04T21:31:16.936Z | Downloaded memmap2 v0.9.11 |
| 385 | 2026-09-04T21:31:16.940Z | Downloaded thiserror v1.0.69 |
| 386 | 2026-09-04T21:31:16.943Z | Downloaded tokio-tungstenite v0.21.0 |
| 387 | 2026-09-04T21:31:16.943Z | Downloaded thiserror-no-std v2.0.2 |
| 388 | 2026-09-04T21:31:16.943Z | Downloaded whoami v1.6.1 |
| 389 | 2026-09-04T21:31:16.947Z | Downloaded writeable v0.6.3 |
| 390 | 2026-09-04T21:31:16.947Z | Downloaded percent-encoding v2.3.2 |
| 391 | 2026-09-04T21:31:16.947Z | Downloaded ref-cast v1.0.26 |
| 392 | 2026-09-04T21:31:16.950Z | Downloaded ref-cast-impl v1.0.26 |
| 393 | 2026-09-04T21:31:16.950Z | Downloaded deranged v0.5.8 |
| 394 | 2026-09-04T21:31:16.953Z | Downloaded progenitor-client v0.14.0 |
| 395 | 2026-09-04T21:31:16.953Z | Downloaded scopeguard v1.2.0 |
| 396 | 2026-09-04T21:31:16.953Z | Downloaded pretty-hex v0.4.2 |
| 397 | 2026-09-04T21:31:16.957Z | Downloaded icu_provider v2.2.0 |
| 398 | 2026-09-04T21:31:16.960Z | Downloaded rustc_version v0.4.1 |
| 399 | 2026-09-04T21:31:16.963Z | Downloaded serde_urlencoded v0.7.1 |
| 400 | 2026-09-04T21:31:16.970Z | Downloaded clap_derive v4.6.4 |
| 401 | 2026-09-04T21:31:16.973Z | Downloaded colored v3.1.1 |
| 402 | 2026-09-04T21:31:16.973Z | Downloaded cargo_toml v0.22.3 |
| 403 | 2026-09-04T21:31:16.978Z | Downloaded crc32fast v1.5.0 |
| 404 | 2026-09-04T21:31:16.978Z | Downloaded linear-map v1.2.0 |
| 405 | 2026-09-04T21:31:16.978Z | Downloaded miniz_oxide v0.8.9 |
| 406 | 2026-09-04T21:31:16.978Z | Downloaded slog-bunyan v2.5.0 |
| 407 | 2026-09-04T21:31:16.978Z | Downloaded ciborium v0.2.2 |
| 408 | 2026-09-04T21:31:16.981Z | Downloaded darling v0.23.0 |
| 409 | 2026-09-04T21:31:16.981Z | Downloaded structmeta v0.3.0 |
| 410 | 2026-09-04T21:31:16.984Z | Downloaded structmeta-derive v0.3.0 |
| 411 | 2026-09-04T21:31:16.984Z | Downloaded swrite v0.1.0 |
| 412 | 2026-09-04T21:31:16.984Z | Downloaded take_mut v0.2.2 |
| 413 | 2026-09-04T21:31:16.985Z | Downloaded tinyvec_macros v0.1.1 |
| 414 | 2026-09-04T21:31:16.985Z | Downloaded icu_locale_core v2.2.0 |
| 415 | 2026-09-04T21:31:16.988Z | Downloaded foldhash v0.1.5 |
| 416 | 2026-09-04T21:31:16.991Z | Downloaded spin v0.9.9 |
| 417 | 2026-09-04T21:31:16.991Z | Downloaded fnv v1.0.7 |
| 418 | 2026-09-04T21:31:16.991Z | Downloaded ingot-macros v0.2.0 |
| 419 | 2026-09-04T21:31:16.991Z | Downloaded litemap v0.8.2 |
| 420 | 2026-09-04T21:31:16.995Z | Downloaded strum_macros v0.28.0 |
| 421 | 2026-09-04T21:31:16.996Z | Downloaded termtree v0.5.1 |
| 422 | 2026-09-04T21:31:16.996Z | Downloaded cookie v0.18.2 |
| 423 | 2026-09-04T21:31:16.999Z | Downloaded crossbeam-epoch v0.9.20 |
| 424 | 2026-09-04T21:31:16.999Z | Downloaded highway v1.3.0 |
| 425 | 2026-09-04T21:31:16.999Z | Downloaded toml_datetime v0.6.11 |
| 426 | 2026-09-04T21:31:16.999Z | Downloaded unarray v0.1.4 |
| 427 | 2026-09-04T21:31:16.999Z | Downloaded usdt-attr-macro v0.6.0 |
| 428 | 2026-09-04T21:31:16.999Z | Downloaded usdt-macro v0.6.0 |
| 429 | 2026-09-04T21:31:16.999Z | Downloaded unit-prefix v0.5.2 |
| 430 | 2026-09-04T21:31:17.003Z | Downloaded thread_local v1.1.10 |
| 431 | 2026-09-04T21:31:17.003Z | Downloaded base64 v0.21.7 |
| 432 | 2026-09-04T21:31:17.003Z | Downloaded tempfile v3.27.0 |
| 433 | 2026-09-04T21:31:17.003Z | Downloaded tinystr v0.8.3 |
| 434 | 2026-09-04T21:31:17.006Z | Downloaded glob v0.3.4 |
| 435 | 2026-09-04T21:31:17.006Z | Downloaded globset v0.4.20 |
| 436 | 2026-09-04T21:31:17.006Z | Downloaded want v0.3.1 |
| 437 | 2026-09-04T21:31:17.009Z | Downloaded zerofrom-derive v0.1.7 |
| 438 | 2026-09-04T21:31:17.009Z | Downloaded log v0.4.33 |
| 439 | 2026-09-04T21:31:17.009Z | Downloaded ucd-trie v0.1.7 |
| 440 | 2026-09-04T21:31:17.009Z | Downloaded yoke v0.8.3 |
| 441 | 2026-09-04T21:31:17.013Z | Downloaded password-hash v0.5.0 |
| 442 | 2026-09-04T21:31:17.013Z | Downloaded pin-project-internal v1.1.13 |
| 443 | 2026-09-04T21:31:17.013Z | Downloaded rand_core v0.6.4 |
| 444 | 2026-09-04T21:31:17.017Z | Downloaded foreign-types-macros v0.2.4 |
| 445 | 2026-09-04T21:31:17.017Z | Downloaded rand_chacha v0.9.0 |
| 446 | 2026-09-04T21:31:17.017Z | Downloaded resolv-conf v0.7.6 |
| 447 | 2026-09-04T21:31:17.017Z | Downloaded darling_macro v0.23.0 |
| 448 | 2026-09-04T21:31:17.017Z | Downloaded fixedbitset v0.4.2 |
| 449 | 2026-09-04T21:31:17.017Z | Downloaded futures-io v0.3.34 |
| 450 | 2026-09-04T21:31:17.022Z | Downloaded konst v0.2.20 |
| 451 | 2026-09-04T21:31:17.022Z | Downloaded icu_normalizer v2.2.0 |
| 452 | 2026-09-04T21:31:17.027Z | Downloaded icu_normalizer_data v2.2.0 |
| 453 | 2026-09-04T21:31:17.027Z | Downloaded erased-serde v0.3.31 |
| 454 | 2026-09-04T21:31:17.027Z | Downloaded icu_properties v2.2.0 |
| 455 | 2026-09-04T21:31:17.027Z | Downloaded indicatif v0.18.6 |
| 456 | 2026-09-04T21:31:17.030Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 457 | 2026-09-04T21:31:17.030Z | Downloaded zmij v1.0.23 |
| 458 | 2026-09-04T21:31:17.030Z | Downloaded phf_shared v0.12.1 |
| 459 | 2026-09-04T21:31:17.030Z | Downloaded progenitor-client v0.13.0 |
| 460 | 2026-09-04T21:31:17.030Z | Downloaded progenitor-extras v0.2.0 |
| 461 | 2026-09-04T21:31:17.033Z | Downloaded darling_core v0.21.3 |
| 462 | 2026-09-04T21:31:17.033Z | Downloaded rusty-fork v0.3.1 |
| 463 | 2026-09-04T21:31:17.036Z | Downloaded schemars_derive v0.8.22 |
| 464 | 2026-09-04T21:31:17.036Z | Downloaded dof v0.4.0 |
| 465 | 2026-09-04T21:31:17.037Z | Downloaded serde_tokenstream v0.3.0 |
| 466 | 2026-09-04T21:31:17.037Z | Downloaded gethostname v0.5.0 |
| 467 | 2026-09-04T21:31:17.040Z | Downloaded git-stub v1.0.0 |
| 468 | 2026-09-04T21:31:17.040Z | Downloaded opaque-debug v0.3.1 |
| 469 | 2026-09-04T21:31:17.040Z | Downloaded proc-macro-crate v3.5.0 |
| 470 | 2026-09-04T21:31:17.043Z | Downloaded slog-async v2.8.0 |
| 471 | 2026-09-04T21:31:17.043Z | Downloaded smf v0.2.3 |
| 472 | 2026-09-04T21:31:17.059Z | Downloaded rustls-platform-verifier v0.7.0 |
| 473 | 2026-09-04T21:31:17.063Z | Downloaded serde_core v1.0.229 |
| 474 | 2026-09-04T21:31:17.067Z | Downloaded proc-macro-crate v1.3.1 |
| 475 | 2026-09-04T21:31:17.067Z | Downloaded progenitor-macro v0.13.0 |
| 476 | 2026-09-04T21:31:17.067Z | Downloaded ryu v1.0.23 |
| 477 | 2026-09-04T21:31:17.067Z | Downloaded plain v0.2.3 |
| 478 | 2026-09-04T21:31:17.067Z | Downloaded rustc-hash v2.1.3 |
| 479 | 2026-09-04T21:31:17.070Z | Downloaded bitflags v2.13.1 |
| 480 | 2026-09-04T21:31:17.070Z | Downloaded const_format v0.2.36 |
| 481 | 2026-09-04T21:31:17.073Z | Downloaded futures-channel v0.3.34 |
| 482 | 2026-09-04T21:31:17.074Z | Downloaded thiserror-impl v1.0.69 |
| 483 | 2026-09-04T21:31:17.078Z | Downloaded diff v0.1.13 |
| 484 | 2026-09-04T21:31:17.078Z | Downloaded defmt-macros v1.1.1 |
| 485 | 2026-09-04T21:31:17.082Z | Downloaded supports-color v3.0.2 |
| 486 | 2026-09-04T21:31:17.082Z | Downloaded digest v0.10.7 |
| 487 | 2026-09-04T21:31:17.082Z | Downloaded same-file v1.0.6 |
| 488 | 2026-09-04T21:31:17.082Z | Downloaded strum v0.26.3 |
| 489 | 2026-09-04T21:31:17.088Z | Downloaded scroll_derive v0.12.1 |
| 490 | 2026-09-04T21:31:17.088Z | Downloaded serde_spanned v0.6.9 |
| 491 | 2026-09-04T21:31:17.088Z | Downloaded tagptr v0.2.0 |
| 492 | 2026-09-04T21:31:17.088Z | Downloaded terminal_size v0.4.4 |
| 493 | 2026-09-04T21:31:17.088Z | Downloaded tower-layer v0.3.3 |
| 494 | 2026-09-04T21:31:17.088Z | Downloaded serde-big-array v0.5.1 |
| 495 | 2026-09-04T21:31:17.093Z | Downloaded serde_repr v0.1.21 |
| 496 | 2026-09-04T21:31:17.093Z | Downloaded stable_deref_trait v1.2.1 |
| 497 | 2026-09-04T21:31:17.093Z | Downloaded zeroize v1.9.0 |
| 498 | 2026-09-04T21:31:17.093Z | Downloaded displaydoc v0.2.7 |
| 499 | 2026-09-04T21:31:17.093Z | Downloaded semver v1.0.28 |
| 500 | 2026-09-04T21:31:17.094Z | Downloaded fs_extra v1.3.0 |
| 501 | 2026-09-04T21:31:17.098Z | Downloaded icu_collections v2.2.0 |
| 502 | 2026-09-04T21:31:17.098Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 503 | 2026-09-04T21:31:17.102Z | Downloaded typify v0.6.2 |
| 504 | 2026-09-04T21:31:17.102Z | Downloaded find-msvc-tools v0.1.10 |
| 505 | 2026-09-04T21:31:17.102Z | Downloaded openssl-macros v0.1.1 |
| 506 | 2026-09-04T21:31:17.102Z | Downloaded digest v0.11.3 |
| 507 | 2026-09-04T21:31:17.106Z | Downloaded group v0.13.0 |
| 508 | 2026-09-04T21:31:17.106Z | Downloaded serde_with_macros v3.22.0 |
| 509 | 2026-09-04T21:31:17.106Z | Downloaded usdt v0.6.0 |
| 510 | 2026-09-04T21:31:17.111Z | Downloaded unicode-linebreak v0.1.5 |
| 511 | 2026-09-04T21:31:17.111Z | Downloaded untrusted v0.7.1 |
| 512 | 2026-09-04T21:31:17.111Z | Downloaded usdt v0.5.0 |
| 513 | 2026-09-04T21:31:17.111Z | Downloaded dyn-clone v1.0.20 |
| 514 | 2026-09-04T21:31:17.114Z | Downloaded proc-macro-error v1.0.4 |
| 515 | 2026-09-04T21:31:17.114Z | Downloaded tiny-keccak v2.0.2 |
| 516 | 2026-09-04T21:31:17.114Z | Downloaded hex v0.4.3 |
| 517 | 2026-09-04T21:31:17.118Z | Downloaded hostname v0.3.1 |
| 518 | 2026-09-04T21:31:17.118Z | Downloaded float-ord v0.3.2 |
| 519 | 2026-09-04T21:31:17.118Z | Downloaded const-oid v0.10.2 |
| 520 | 2026-09-04T21:31:17.121Z | Downloaded parse-display v0.10.0 |
| 521 | 2026-09-04T21:31:17.121Z | Downloaded elliptic-curve v0.13.8 |
| 522 | 2026-09-04T21:31:17.121Z | Downloaded snafu v0.8.9 |
| 523 | 2026-09-04T21:31:17.126Z | Downloaded httparse v1.10.1 |
| 524 | 2026-09-04T21:31:17.129Z | Downloaded quick-error v1.2.3 |
| 525 | 2026-09-04T21:31:17.134Z | Downloaded schemars v0.9.0 |
| 526 | 2026-09-04T21:31:17.140Z | Downloaded serde_derive v1.0.229 |
| 527 | 2026-09-04T21:31:17.144Z | Downloaded poly1305 v0.8.0 |
| 528 | 2026-09-04T21:31:17.144Z | Downloaded crossbeam-channel v0.5.16 |
| 529 | 2026-09-04T21:31:17.144Z | Downloaded crypto-bigint v0.5.5 |
| 530 | 2026-09-04T21:31:17.147Z | Downloaded rand_core v0.9.5 |
| 531 | 2026-09-04T21:31:17.147Z | Downloaded serial_test v4.0.1 |
| 532 | 2026-09-04T21:31:17.147Z | Downloaded arc-swap v1.9.2 |
| 533 | 2026-09-04T21:31:17.150Z | Downloaded version_check v0.9.5 |
| 534 | 2026-09-04T21:31:17.150Z | Downloaded thread-id v5.1.0 |
| 535 | 2026-09-04T21:31:17.154Z | Downloaded rustls-pemfile v2.2.0 |
| 536 | 2026-09-04T21:31:17.154Z | Downloaded tabled_derive v0.7.0 |
| 537 | 2026-09-04T21:31:17.154Z | Downloaded minimal-lexical v0.2.1 |
| 538 | 2026-09-04T21:31:17.159Z | Downloaded secrecy v0.10.3 |
| 539 | 2026-09-04T21:31:17.159Z | Downloaded scroll_derive v0.13.1 |
| 540 | 2026-09-04T21:31:17.159Z | Downloaded usdt-macro v0.5.0 |
| 541 | 2026-09-04T21:31:17.159Z | Downloaded darling_macro v0.21.3 |
| 542 | 2026-09-04T21:31:17.159Z | Downloaded tokio-dtrace v0.1.1 |
| 543 | 2026-09-04T21:31:17.159Z | Downloaded signal-hook-registry v1.4.8 |
| 544 | 2026-09-04T21:31:17.162Z | Downloaded slog-dtrace v0.3.0 |
| 545 | 2026-09-04T21:31:17.162Z | Downloaded zone_cfg_derive v0.3.1 |
| 546 | 2026-09-04T21:31:17.163Z | Downloaded smawk v0.3.3 |
| 547 | 2026-09-04T21:31:17.163Z | Downloaded papergrid v0.11.0 |
| 548 | 2026-09-04T21:31:17.166Z | Downloaded pin-project v1.1.13 |
| 549 | 2026-09-04T21:31:17.172Z | Downloaded walkdir v2.5.0 |
| 550 | 2026-09-04T21:31:17.175Z | Downloaded indexmap v2.14.0 |
| 551 | 2026-09-04T21:31:17.180Z | Downloaded parking_lot_core v0.9.12 |
| 552 | 2026-09-04T21:31:17.180Z | Downloaded progenitor-impl v0.10.0 |
| 553 | 2026-09-04T21:31:17.180Z | Downloaded zerofrom v0.1.8 |
| 554 | 2026-09-04T21:31:17.183Z | Downloaded nom v7.1.3 |
| 555 | 2026-09-04T21:31:17.183Z | Downloaded foreign-types v0.5.0 |
| 556 | 2026-09-04T21:31:17.183Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 557 | 2026-09-04T21:31:17.187Z | Downloaded data-encoding v2.11.1 |
| 558 | 2026-09-04T21:31:17.188Z | Downloaded either v1.17.0 |
| 559 | 2026-09-04T21:31:17.188Z | Downloaded fixedbitset v0.5.7 |
| 560 | 2026-09-04T21:31:17.188Z | Downloaded futures-task v0.3.34 |
| 561 | 2026-09-04T21:31:17.191Z | Downloaded heck v0.4.1 |
| 562 | 2026-09-04T21:31:17.191Z | Downloaded progenitor-macro v0.10.0 |
| 563 | 2026-09-04T21:31:17.191Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-09-04T21:31:17.194Z | Downloaded parking_lot v0.11.2 |
| 565 | 2026-09-04T21:31:17.194Z | Downloaded aho-corasick v1.1.5 |
| 566 | 2026-09-04T21:31:17.197Z | Downloaded bytes v1.12.1 |
| 567 | 2026-09-04T21:31:17.200Z | Downloaded chacha20poly1305 v0.10.1 |
| 568 | 2026-09-04T21:31:17.200Z | Downloaded serde_plain v1.0.2 |
| 569 | 2026-09-04T21:31:17.204Z | Downloaded sha1 v0.11.0 |
| 570 | 2026-09-04T21:31:17.204Z | Downloaded tinyvec v1.12.0 |
| 571 | 2026-09-04T21:31:17.204Z | Downloaded heapless v0.8.0 |
| 572 | 2026-09-04T21:31:17.207Z | Downloaded time-core v0.1.9 |
| 573 | 2026-09-04T21:31:17.207Z | Downloaded parse-display-derive v0.10.0 |
| 574 | 2026-09-04T21:31:17.210Z | Downloaded progenitor v0.13.0 |
| 575 | 2026-09-04T21:31:17.210Z | Downloaded typify v0.4.3 |
| 576 | 2026-09-04T21:31:17.214Z | Downloaded smartstring v1.0.1 |
| 577 | 2026-09-04T21:31:17.214Z | Downloaded tokio-macros v2.7.2 |
| 578 | 2026-09-04T21:31:17.214Z | Downloaded derive_more v0.99.20 |
| 579 | 2026-09-04T21:31:17.218Z | Downloaded strum_macros v0.26.4 |
| 580 | 2026-09-04T21:31:17.218Z | Downloaded utf8_iter v1.0.4 |
| 581 | 2026-09-04T21:31:17.218Z | Downloaded dunce v1.0.5 |
| 582 | 2026-09-04T21:31:17.218Z | Downloaded static_assertions v1.1.0 |
| 583 | 2026-09-04T21:31:17.223Z | Downloaded debug-ignore v1.0.5 |
| 584 | 2026-09-04T21:31:17.226Z | Downloaded toml_edit v0.19.15 |
| 585 | 2026-09-04T21:31:17.236Z | Downloaded memchr v2.8.3 |
| 586 | 2026-09-04T21:31:17.239Z | Downloaded futures-sink v0.3.34 |
| 587 | 2026-09-04T21:31:17.239Z | Downloaded openssl-sys v0.9.117 |
| 588 | 2026-09-04T21:31:17.242Z | Downloaded term v1.2.1 |
| 589 | 2026-09-04T21:31:17.245Z | Downloaded tracing-attributes v0.1.31 |
| 590 | 2026-09-04T21:31:17.245Z | Downloaded papergrid v0.18.0 |
| 591 | 2026-09-04T21:31:17.248Z | Downloaded prettyplease v0.2.37 |
| 592 | 2026-09-04T21:31:17.252Z | Downloaded sigpipe v0.1.3 |
| 593 | 2026-09-04T21:31:17.252Z | Downloaded shlex v2.0.1 |
| 594 | 2026-09-04T21:31:17.252Z | Downloaded pretty_assertions v1.4.1 |
| 595 | 2026-09-04T21:31:17.252Z | Downloaded embedded-io v0.6.1 |
| 596 | 2026-09-04T21:31:17.252Z | Downloaded toml v0.8.23 |
| 597 | 2026-09-04T21:31:17.255Z | Downloaded derive-ex v0.1.8 |
| 598 | 2026-09-04T21:31:17.255Z | Downloaded foreign-types-shared v0.3.1 |
| 599 | 2026-09-04T21:31:17.255Z | Downloaded http-body v1.1.0 |
| 600 | 2026-09-04T21:31:17.255Z | Downloaded rand_pcg v0.10.2 |
| 601 | 2026-09-04T21:31:17.259Z | Downloaded siphasher v1.0.3 |
| 602 | 2026-09-04T21:31:17.259Z | Downloaded ff v0.13.1 |
| 603 | 2026-09-04T21:31:17.259Z | Downloaded getrandom v0.2.17 |
| 604 | 2026-09-04T21:31:17.259Z | Downloaded once_cell v1.21.4 |
| 605 | 2026-09-04T21:31:17.262Z | Downloaded cc v1.4.2 |
| 606 | 2026-09-04T21:31:17.262Z | Downloaded pkg-config v0.3.33 |
| 607 | 2026-09-04T21:31:17.267Z | Downloaded postcard v1.1.3 |
| 608 | 2026-09-04T21:31:17.267Z | Downloaded http-body-util v0.1.5 |
| 609 | 2026-09-04T21:31:17.267Z | Downloaded oxnet v0.1.7 |
| 610 | 2026-09-04T21:31:17.271Z | Downloaded rand_chacha v0.3.1 |
| 611 | 2026-09-04T21:31:17.271Z | Downloaded oxide-tokio-rt v0.1.6 |
| 612 | 2026-09-04T21:31:17.271Z | Downloaded subtle v2.6.1 |
| 613 | 2026-09-04T21:31:17.271Z | Downloaded utf8parse v0.2.2 |
| 614 | 2026-09-04T21:31:17.275Z | Downloaded errno v0.3.14 |
| 615 | 2026-09-04T21:31:17.275Z | Downloaded phf v0.12.1 |
| 616 | 2026-09-04T21:31:17.275Z | Downloaded pin-project-lite v0.2.17 |
| 617 | 2026-09-04T21:31:17.278Z | Downloaded openssl-probe v0.2.1 |
| 618 | 2026-09-04T21:31:17.278Z | Downloaded snafu-derive v0.8.9 |
| 619 | 2026-09-04T21:31:17.278Z | Downloaded rand_core v0.10.1 |
| 620 | 2026-09-04T21:31:17.281Z | Downloaded owo-colors v4.3.0 |
| 621 | 2026-09-04T21:31:17.284Z | Downloaded rhai_codegen v3.2.0 |
| 622 | 2026-09-04T21:31:17.288Z | Downloaded rustversion v1.0.23 |
| 623 | 2026-09-04T21:31:17.291Z | Downloaded synstructure v0.13.2 |
| 624 | 2026-09-04T21:31:17.291Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 625 | 2026-09-04T21:31:17.294Z | Downloaded heck v0.5.0 |
| 626 | 2026-09-04T21:31:17.294Z | Downloaded zerocopy-derive v0.7.35 |
| 627 | 2026-09-04T21:31:17.298Z | Downloaded potential_utf v0.1.5 |
| 628 | 2026-09-04T21:31:17.298Z | Downloaded mio v1.2.2 |
| 629 | 2026-09-04T21:31:17.301Z | Downloaded rustc_version v0.1.7 |
| 630 | 2026-09-04T21:31:17.301Z | Downloaded strum v0.28.0 |
| 631 | 2026-09-04T21:31:17.304Z | Downloaded quinn v0.11.11 |
| 632 | 2026-09-04T21:31:17.304Z | Downloaded vsss-rs v3.3.4 |
| 633 | 2026-09-04T21:31:17.308Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 634 | 2026-09-04T21:31:17.308Z | Downloaded typeid v1.0.3 |
| 635 | 2026-09-04T21:31:17.308Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-09-04T21:31:17.308Z | Downloaded defmt-parser v1.0.0 |
| 637 | 2026-09-04T21:31:17.311Z | Downloaded dtrace-parser v0.2.0 |
| 638 | 2026-09-04T21:31:17.311Z | Downloaded hyper-util v0.1.20 |
| 639 | 2026-09-04T21:31:17.314Z | Downloaded serde v1.0.229 |
| 640 | 2026-09-04T21:31:17.318Z | Downloaded rustls-native-certs v0.8.4 |
| 641 | 2026-09-04T21:31:17.321Z | Downloaded derive-where v1.6.1 |
| 642 | 2026-09-04T21:31:17.321Z | Downloaded jiff-core v0.1.0 |
| 643 | 2026-09-04T21:31:17.324Z | Downloaded proc-macro-error-attr v1.0.4 |
| 644 | 2026-09-04T21:31:17.324Z | Downloaded port-file v0.1.0 |
| 645 | 2026-09-04T21:31:17.327Z | Downloaded powerfmt v0.2.0 |
| 646 | 2026-09-04T21:31:17.330Z | Downloaded async-compression v0.4.43 |
| 647 | 2026-09-04T21:31:17.333Z | Downloaded parking_lot_core v0.8.6 |
| 648 | 2026-09-04T21:31:17.336Z | Downloaded serde_tokenstream v0.2.3 |
| 649 | 2026-09-04T21:31:17.343Z | Downloaded rand_xorshift v0.4.0 |
| 650 | 2026-09-04T21:31:17.347Z | Downloaded fastrand v2.5.0 |
| 651 | 2026-09-04T21:31:17.350Z | Downloaded git-stub-vcs v0.1.0 |
| 652 | 2026-09-04T21:31:17.354Z | Downloaded try-lock v0.2.5 |
| 653 | 2026-09-04T21:31:17.357Z | Downloaded rustls-pki-types v1.15.1 |
| 654 | 2026-09-04T21:31:17.360Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 655 | 2026-09-04T21:31:17.360Z | Downloaded zerovec-derive v0.11.3 |
| 656 | 2026-09-04T21:31:17.360Z | Downloaded similar v2.7.0 |
| 657 | 2026-09-04T21:31:17.364Z | Downloaded wait-timeout v0.2.1 |
| 658 | 2026-09-04T21:31:17.370Z | Downloaded usdt-attr-macro v0.5.0 |
| 659 | 2026-09-04T21:31:17.370Z | Downloaded thiserror v2.0.20 |
| 660 | 2026-09-04T21:31:17.375Z | Downloaded time-macros v0.2.32 |
| 661 | 2026-09-04T21:31:17.375Z | Downloaded serde_derive_internals v0.29.1 |
| 662 | 2026-09-04T21:31:17.378Z | Downloaded quinn-udp v0.5.15 |
| 663 | 2026-09-04T21:31:17.378Z | Downloaded slog-stdlog v4.1.1 |
| 664 | 2026-09-04T21:31:17.378Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 665 | 2026-09-04T21:31:17.383Z | Downloaded futures-macro v0.3.34 |
| 666 | 2026-09-04T21:31:17.383Z | Downloaded spin v0.5.2 |
| 667 | 2026-09-04T21:31:17.383Z | Downloaded foreign-types v0.3.2 |
| 668 | 2026-09-04T21:31:17.386Z | Downloaded universal-hash v0.5.1 |
| 669 | 2026-09-04T21:31:17.391Z | Downloaded similar v3.2.0 |
| 670 | 2026-09-04T21:31:17.394Z | Downloaded progenitor v0.10.0 |
| 671 | 2026-09-04T21:31:17.394Z | Downloaded itertools v0.12.1 |
| 672 | 2026-09-04T21:31:17.397Z | Downloaded sha1 v0.10.7 |
| 673 | 2026-09-04T21:31:17.400Z | Downloaded hickory-resolver v0.25.2 |
| 674 | 2026-09-04T21:31:17.401Z | Downloaded serde_path_to_error v0.1.20 |
| 675 | 2026-09-04T21:31:17.404Z | Downloaded progenitor-macro v0.14.0 |
| 676 | 2026-09-04T21:31:17.407Z | Downloaded pem v3.0.6 |
| 677 | 2026-09-04T21:31:17.412Z | Downloaded smallvec v1.15.2 |
| 678 | 2026-09-04T21:31:17.416Z | Downloaded usdt-impl v0.6.0 |
| 679 | 2026-09-04T21:31:17.420Z | Downloaded fs-err v3.3.1 |
| 680 | 2026-09-04T21:31:17.420Z | Downloaded futures-executor v0.3.34 |
| 681 | 2026-09-04T21:31:17.420Z | Downloaded progenitor-client v0.10.0 |
| 682 | 2026-09-04T21:31:17.420Z | Downloaded strum_macros v0.27.2 |
| 683 | 2026-09-04T21:31:17.425Z | Downloaded defmt v1.1.1 |
| 684 | 2026-09-04T21:31:17.429Z | Downloaded hash32 v0.3.1 |
| 685 | 2026-09-04T21:31:17.429Z | Downloaded rand v0.8.7 |
| 686 | 2026-09-04T21:31:17.443Z | Downloaded progenitor-impl v0.13.0 |
| 687 | 2026-09-04T21:31:17.443Z | Downloaded progenitor-impl v0.14.0 |
| 688 | 2026-09-04T21:31:17.443Z | Downloaded socket2 v0.6.5 |
| 689 | 2026-09-04T21:31:17.448Z | Downloaded paste v1.0.15 |
| 690 | 2026-09-04T21:31:17.448Z | Downloaded sha2 v0.10.9 |
| 691 | 2026-09-04T21:31:17.449Z | Downloaded slog v2.8.2 |
| 692 | 2026-09-04T21:31:17.449Z | Downloaded unicode-ident v1.0.24 |
| 693 | 2026-09-04T21:31:17.449Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 694 | 2026-09-04T21:31:17.449Z | Downloaded xz2 v0.1.7 |
| 695 | 2026-09-04T21:31:17.449Z | Downloaded nom v8.0.0 |
| 696 | 2026-09-04T21:31:17.449Z | Downloaded unicode-xid v0.2.6 |
| 697 | 2026-09-04T21:31:17.449Z | Downloaded url v2.5.8 |
| 698 | 2026-09-04T21:31:17.449Z | Downloaded hashbrown v0.12.3 |
| 699 | 2026-09-04T21:31:17.453Z | Downloaded usdt-impl v0.5.0 |
| 700 | 2026-09-04T21:31:17.453Z | Downloaded tokio-rustls v0.26.4 |
| 701 | 2026-09-04T21:31:17.456Z | Downloaded progenitor v0.14.0 |
| 702 | 2026-09-04T21:31:17.456Z | Downloaded slog-term v2.9.2 |
| 703 | 2026-09-04T21:31:17.456Z | Downloaded darling_core v0.23.0 |
| 704 | 2026-09-04T21:31:17.461Z | Downloaded getrandom v0.3.4 |
| 705 | 2026-09-04T21:31:17.467Z | Downloaded pest_derive v2.8.8 |
| 706 | 2026-09-04T21:31:17.467Z | Downloaded getrandom v0.4.3 |
| 707 | 2026-09-04T21:31:17.467Z | Downloaded quote v1.0.47 |
| 708 | 2026-09-04T21:31:17.467Z | Downloaded idna v1.1.0 |
| 709 | 2026-09-04T21:31:17.470Z | Downloaded itertools v0.14.0 |
| 710 | 2026-09-04T21:31:17.470Z | Downloaded ppv-lite86 v0.2.21 |
| 711 | 2026-09-04T21:31:17.475Z | Downloaded flate2 v1.1.9 |
| 712 | 2026-09-04T21:31:17.475Z | Downloaded scroll v0.12.0 |
| 713 | 2026-09-04T21:31:17.478Z | Downloaded foldhash v0.2.0 |
| 714 | 2026-09-04T21:31:17.478Z | Downloaded futures v0.3.34 |
| 715 | 2026-09-04T21:31:17.488Z | Downloaded typed-path v0.9.3 |
| 716 | 2026-09-04T21:31:17.491Z | Downloaded unsafe-libyaml v0.2.11 |
| 717 | 2026-09-04T21:31:17.495Z | Downloaded pest_meta v2.8.8 |
| 718 | 2026-09-04T21:31:17.498Z | Downloaded libm v0.2.16 |
| 719 | 2026-09-04T21:31:17.508Z | Downloaded hyper v1.11.1 |
| 720 | 2026-09-04T21:31:17.512Z | Downloaded icu_properties_data v2.2.0 |
| 721 | 2026-09-04T21:31:17.518Z | Downloaded serde_yaml v0.9.34+deprecated |
| 722 | 2026-09-04T21:31:17.522Z | Downloaded hmac v0.12.1 |
| 723 | 2026-09-04T21:31:17.522Z | Downloaded pest_generator v2.8.8 |
| 724 | 2026-09-04T21:31:17.522Z | Downloaded itertools v0.15.0 |
| 725 | 2026-09-04T21:31:17.532Z | Downloaded half v2.7.1 |
| 726 | 2026-09-04T21:31:17.532Z | Downloaded slog-scope v4.4.1 |
| 727 | 2026-09-04T21:31:17.535Z | Downloaded thiserror-impl v2.0.20 |
| 728 | 2026-09-04T21:31:17.535Z | Downloaded dropshot-api-manager v0.8.0 |
| 729 | 2026-09-04T21:31:17.535Z | Downloaded tungstenite v0.21.0 |
| 730 | 2026-09-04T21:31:17.535Z | Downloaded aws-lc-rs v1.18.0 |
| 731 | 2026-09-04T21:31:17.539Z | Downloaded tokio-stream v0.1.19 |
| 732 | 2026-09-04T21:31:17.542Z | Downloaded parking_lot v0.12.5 |
| 733 | 2026-09-04T21:31:17.546Z | Downloaded tower v0.5.3 |
| 734 | 2026-09-04T21:31:17.548Z | Downloaded dropshot_endpoint v0.17.1 |
| 735 | 2026-09-04T21:31:17.552Z | Downloaded drift v0.2.0 |
| 736 | 2026-09-04T21:31:17.557Z | Downloaded tracing-core v0.1.36 |
| 737 | 2026-09-04T21:31:17.560Z | Downloaded proc-macro2 v1.0.107 |
| 738 | 2026-09-04T21:31:17.560Z | Downloaded rustls-webpki v0.103.14 |
| 739 | 2026-09-04T21:31:17.563Z | Downloaded zerocopy-derive v0.8.56 |
| 740 | 2026-09-04T21:31:17.567Z | Downloaded unicode-segmentation v1.13.3 |
| 741 | 2026-09-04T21:31:17.570Z | Downloaded expectorate v1.3.0 |
| 742 | 2026-09-04T21:31:17.573Z | Downloaded rand v0.9.5 |
| 743 | 2026-09-04T21:31:17.577Z | Downloaded tough v0.22.0 |
| 744 | 2026-09-04T21:31:17.580Z | Downloaded schemars v0.8.22 |
| 745 | 2026-09-04T21:31:17.585Z | Downloaded rand v0.10.2 |
| 746 | 2026-09-04T21:31:17.588Z | Downloaded test-strategy v0.4.5 |
| 747 | 2026-09-04T21:31:17.591Z | Downloaded rayon-core v1.13.0 |
| 748 | 2026-09-04T21:31:17.591Z | Downloaded pest v2.8.8 |
| 749 | 2026-09-04T21:31:17.599Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 750 | 2026-09-04T21:31:17.603Z | Downloaded thin-vec v0.2.19 |
| 751 | 2026-09-04T21:31:17.603Z | Downloaded yansi v1.0.1 |
| 752 | 2026-09-04T21:31:17.603Z | Downloaded textwrap v0.16.2 |
| 753 | 2026-09-04T21:31:17.613Z | Downloaded iddqd v0.4.6 |
| 754 | 2026-09-04T21:31:17.617Z | Downloaded typenum v1.20.1 |
| 755 | 2026-09-04T21:31:17.622Z | Downloaded unicode-normalization v0.1.25 |
| 756 | 2026-09-04T21:31:17.626Z | Downloaded hashbrown v0.15.5 |
| 757 | 2026-09-04T21:31:17.626Z | Downloaded reqwest v0.13.4 |
| 758 | 2026-09-04T21:31:17.630Z | Downloaded steno v0.4.1 |
| 759 | 2026-09-04T21:31:17.633Z | Downloaded clap_builder v4.6.6 |
| 760 | 2026-09-04T21:31:17.636Z | Downloaded toml_edit v0.22.27 |
| 761 | 2026-09-04T21:31:17.639Z | Downloaded schemars v1.2.2 |
| 762 | 2026-09-04T21:31:17.646Z | Downloaded uuid v1.26.0 |
| 763 | 2026-09-04T21:31:17.649Z | Downloaded qorb v0.4.1 |
| 764 | 2026-09-04T21:31:17.652Z | Downloaded http v1.5.0 |
| 765 | 2026-09-04T21:31:17.670Z | Downloaded zerotrie v0.2.4 |
| 766 | 2026-09-04T21:31:17.675Z | Downloaded ron v0.12.2 |
| 767 | 2026-09-04T21:31:17.685Z | Downloaded hashbrown v0.16.1 |
| 768 | 2026-09-04T21:31:17.697Z | Downloaded hickory-resolver v0.24.4 |
| 769 | 2026-09-04T21:31:17.700Z | Downloaded tokio-util v0.7.19 |
| 770 | 2026-09-04T21:31:17.700Z | Downloaded winnow v1.0.4 |
| 771 | 2026-09-04T21:31:17.717Z | Downloaded moka v0.12.16 |
| 772 | 2026-09-04T21:31:17.721Z | Downloaded hkdf v0.12.4 |
| 773 | 2026-09-04T21:31:17.724Z | Downloaded goblin v0.8.2 |
| 774 | 2026-09-04T21:31:17.729Z | Downloaded rayon v1.12.0 |
| 775 | 2026-09-04T21:31:17.734Z | Downloaded chrono v0.4.45 |
| 776 | 2026-09-04T21:31:17.737Z | Downloaded hashbrown v0.17.1 |
| 777 | 2026-09-04T21:31:17.740Z | Downloaded zerocopy v0.7.35 |
| 778 | 2026-09-04T21:31:17.749Z | Downloaded serde_with v3.22.0 |
| 779 | 2026-09-04T21:31:17.755Z | Downloaded winnow v0.5.40 |
| 780 | 2026-09-04T21:31:17.759Z | Downloaded tabled v0.15.0 |
| 781 | 2026-09-04T21:31:17.767Z | Downloaded vcpkg v0.2.15 |
| 782 | 2026-09-04T21:31:17.788Z | Downloaded futures-util v0.3.34 |
| 783 | 2026-09-04T21:31:17.794Z | Downloaded reqwest v0.12.28 |
| 784 | 2026-09-04T21:31:17.797Z | Downloaded tower-http v0.6.11 |
| 785 | 2026-09-04T21:31:17.801Z | Downloaded winnow v0.7.15 |
| 786 | 2026-09-04T21:31:17.806Z | Downloaded portable-atomic v1.15.0 |
| 787 | 2026-09-04T21:31:17.811Z | Downloaded zerovec v0.11.6 |
| 788 | 2026-09-04T21:31:17.814Z | Downloaded webpki-roots v1.0.9 |
| 789 | 2026-09-04T21:31:17.818Z | Downloaded h2 v0.4.15 |
| 790 | 2026-09-04T21:31:17.821Z | Downloaded syn v1.0.109 |
| 791 | 2026-09-04T21:31:17.825Z | Downloaded regex v1.13.1 |
| 792 | 2026-09-04T21:31:17.828Z | Downloaded serde_json v1.0.151 |
| 793 | 2026-09-04T21:31:17.832Z | Downloaded tabled v0.21.0 |
| 794 | 2026-09-04T21:31:17.842Z | Downloaded quinn-proto v0.11.16 |
| 795 | 2026-09-04T21:31:17.846Z | Downloaded smoltcp v0.11.0 |
| 796 | 2026-09-04T21:31:17.853Z | Downloaded proptest v1.11.0 |
| 797 | 2026-09-04T21:31:17.859Z | Downloaded zerocopy v0.8.56 |
| 798 | 2026-09-04T21:31:17.872Z | Downloaded goblin v0.10.7 |
| 799 | 2026-09-04T21:31:17.875Z | Downloaded curve25519-dalek v4.1.3 |
| 800 | 2026-09-04T21:31:17.880Z | Downloaded unicode-width v0.2.2 |
| 801 | 2026-09-04T21:31:17.884Z | Downloaded nix v0.31.3 |
| 802 | 2026-09-04T21:31:17.892Z | Downloaded syn v2.0.119 |
| 803 | 2026-09-04T21:31:17.899Z | Downloaded unicode-width v0.1.14 |
| 804 | 2026-09-04T21:31:17.902Z | Downloaded time v0.3.55 |
| 805 | 2026-09-04T21:31:17.914Z | Downloaded hickory-proto v0.24.4 |
| 806 | 2026-09-04T21:31:17.923Z | Downloaded regex-syntax v0.8.11 |
| 807 | 2026-09-04T21:31:17.927Z | Downloaded syn v3.0.3 |
| 808 | 2026-09-04T21:31:17.935Z | Downloaded bstr v1.13.1 |
| 809 | 2026-09-04T21:31:17.941Z | Downloaded rustls v0.23.43 |
| 810 | 2026-09-04T21:31:17.948Z | Downloaded dropshot v0.17.1 |
| 811 | 2026-09-04T21:31:17.962Z | Downloaded regress v0.10.5 |
| 812 | 2026-09-04T21:31:17.967Z | Downloaded rustix v0.38.44 |
| 813 | 2026-09-04T21:31:17.982Z | Downloaded openssl v0.10.81 |
| 814 | 2026-09-04T21:31:18.018Z | Downloaded openapiv3 v2.2.0 |
| 815 | 2026-09-04T21:31:18.027Z | Downloaded sled v0.34.7 |
| 816 | 2026-09-04T21:31:18.031Z | Downloaded typify-impl v0.6.2 |
| 817 | 2026-09-04T21:31:18.040Z | Downloaded regress v0.11.1 |
| 818 | 2026-09-04T21:31:18.045Z | Downloaded tracing v0.1.44 |
| 819 | 2026-09-04T21:31:18.060Z | Downloaded typify-impl v0.4.3 |
| 820 | 2026-09-04T21:31:18.070Z | Downloaded jiff v0.2.35 |
| 821 | 2026-09-04T21:31:18.080Z | Downloaded rhai v1.26.0 |
| 822 | 2026-09-04T21:31:18.089Z | Downloaded rustix v1.1.4 |
| 823 | 2026-09-04T21:31:18.104Z | Downloaded hickory-proto v0.25.2 |
| 824 | 2026-09-04T21:31:18.114Z | Downloaded regex-automata v0.4.18 |
| 825 | 2026-09-04T21:31:18.123Z | Downloaded petgraph v0.6.5 |
| 826 | 2026-09-04T21:31:18.135Z | Downloaded lzma-sys v0.1.20 |
| 827 | 2026-09-04T21:31:18.154Z | Downloaded libc v0.2.189 |
| 828 | 2026-09-04T21:31:18.175Z | Downloaded sha3 v0.10.9 |
| 829 | 2026-09-04T21:31:18.180Z | Downloaded petgraph v0.8.3 |
| 830 | 2026-09-04T21:31:18.191Z | Downloaded chrono-tz v0.10.4 |
| 831 | 2026-09-04T21:31:18.202Z | Downloaded encoding_rs v0.8.35 |
| 832 | 2026-09-04T21:31:18.215Z | Downloaded csv v1.4.0 |
| 833 | 2026-09-04T21:31:18.227Z | Downloaded tokio v1.53.1 |
| 834 | 2026-09-04T21:31:18.263Z | Downloaded ring v0.17.14 |
| 835 | 2026-09-04T21:31:18.779Z | Downloaded aws-lc-sys v0.44.0 |
| 836 | 2026-09-04T21:31:19.338Z | Compiling proc-macro2 v1.0.107 |
| 837 | 2026-09-04T21:31:19.338Z | Compiling quote v1.0.47 |
| 838 | 2026-09-04T21:31:19.338Z | Compiling unicode-ident v1.0.24 |
| 839 | 2026-09-04T21:31:19.341Z | Compiling serde_core v1.0.229 |
| 840 | 2026-09-04T21:31:19.341Z | Compiling serde v1.0.229 |
| 841 | 2026-09-04T21:31:19.341Z | Compiling libc v0.2.189 |
| 842 | 2026-09-04T21:31:19.341Z | Compiling zmij v1.0.23 |
| 843 | 2026-09-04T21:31:19.341Z | Compiling autocfg v1.5.1 |
| 844 | 2026-09-04T21:31:19.758Z | Compiling libm v0.2.16 |
| 845 | 2026-09-04T21:31:19.990Z | Compiling icu_normalizer_data v2.2.0 |
| 846 | 2026-09-04T21:31:19.993Z | Compiling icu_properties_data v2.2.0 |
| 847 | 2026-09-04T21:31:20.058Z | Compiling serde_json v1.0.151 |
| 848 | 2026-09-04T21:31:20.109Z | Compiling num-traits v0.2.19 |
| 849 | 2026-09-04T21:31:20.129Z | Compiling getrandom v0.4.3 |
| 850 | 2026-09-04T21:31:20.363Z | Compiling memchr v2.8.3 |
| 851 | 2026-09-04T21:31:20.438Z | Compiling version_check v0.9.5 |
| 852 | 2026-09-04T21:31:20.539Z | Compiling thiserror v2.0.20 |
| 853 | 2026-09-04T21:31:20.825Z | Compiling schemars v0.8.22 |
| 854 | 2026-09-04T21:31:20.973Z | Compiling syn v2.0.119 |
| 855 | 2026-09-04T21:31:20.989Z | Compiling syn v3.0.3 |
| 856 | 2026-09-04T21:31:21.093Z | Checking cfg-if v1.0.4 |
| 857 | 2026-09-04T21:31:21.110Z | Compiling parking_lot_core v0.9.12 |
| 858 | 2026-09-04T21:31:21.210Z | Compiling heck v0.5.0 |
| 859 | 2026-09-04T21:31:21.238Z | Compiling zerocopy v0.8.56 |
| 860 | 2026-09-04T21:31:21.412Z | Compiling portable-atomic v1.15.0 |
| 861 | 2026-09-04T21:31:21.433Z | Compiling rustversion v1.0.23 |
| 862 | 2026-09-04T21:31:21.676Z | Compiling itoa v1.0.18 |
| 863 | 2026-09-04T21:31:21.872Z | Compiling jobserver v0.1.35 |
| 864 | 2026-09-04T21:31:21.890Z | Compiling find-msvc-tools v0.1.10 |
| 865 | 2026-09-04T21:31:21.908Z | Compiling shlex v2.0.1 |
| 866 | 2026-09-04T21:31:22.092Z | Compiling cc v1.4.2 |
| 867 | 2026-09-04T21:31:22.205Z | Compiling pkg-config v0.3.33 |
| 868 | 2026-09-04T21:31:22.410Z | Compiling dunce v1.0.5 |
| 869 | 2026-09-04T21:31:22.537Z | Compiling fs_extra v1.3.0 |
| 870 | 2026-09-04T21:31:22.646Z | Compiling semver v1.0.28 |
| 871 | 2026-09-04T21:31:22.715Z | Compiling log v0.4.33 |
| 872 | 2026-09-04T21:31:22.732Z | Compiling httparse v1.10.1 |
| 873 | 2026-09-04T21:31:22.766Z | Compiling slog v2.8.2 |
| 874 | 2026-09-04T21:31:22.899Z | Compiling cmake v0.1.58 |
| 875 | 2026-09-04T21:31:22.944Z | Compiling rustix v1.1.4 |
| 876 | 2026-09-04T21:31:23.025Z | Checking stable_deref_trait v1.2.1 |
| 877 | 2026-09-04T21:31:23.129Z | Compiling allocator-api2 v0.2.21 |
| 878 | 2026-09-04T21:31:23.179Z | Compiling equivalent v1.0.2 |
| 879 | 2026-09-04T21:31:23.242Z | Compiling thiserror v1.0.69 |
| 880 | 2026-09-04T21:31:23.362Z | Compiling aws-lc-sys v0.44.0 |
| 881 | 2026-09-04T21:31:23.452Z | Checking litemap v0.8.2 |
| 882 | 2026-09-04T21:31:23.473Z | Checking writeable v0.6.3 |
| 883 | 2026-09-04T21:31:23.515Z | Checking utf8_iter v1.0.4 |
| 884 | 2026-09-04T21:31:23.623Z | Compiling ring v0.17.14 |
| 885 | 2026-09-04T21:31:23.662Z | Checking percent-encoding v2.3.2 |
| 886 | 2026-09-04T21:31:23.719Z | Compiling synstructure v0.13.2 |
| 887 | 2026-09-04T21:31:23.796Z | Compiling serde_derive_internals v0.29.1 |
| 888 | 2026-09-04T21:31:23.849Z | Compiling aws-lc-rs v1.18.0 |
| 889 | 2026-09-04T21:31:24.243Z | Compiling serde_derive v1.0.229 |
| 890 | 2026-09-04T21:31:24.257Z | Compiling displaydoc v0.2.7 |
| 891 | 2026-09-04T21:31:24.324Z | Compiling thiserror-impl v2.0.20 |
| 892 | 2026-09-04T21:31:24.541Z | Compiling tokio-macros v2.7.2 |
| 893 | 2026-09-04T21:31:24.544Z | Compiling futures-macro v0.3.34 |
| 894 | 2026-09-04T21:31:24.944Z | Compiling zerofrom-derive v0.1.7 |
| 895 | 2026-09-04T21:31:25.012Z | Compiling yoke-derive v0.8.2 |
| 896 | 2026-09-04T21:31:25.248Z | Compiling zerovec-derive v0.11.3 |
| 897 | 2026-09-04T21:31:25.351Z | Compiling schemars_derive v0.8.22 |
| 898 | 2026-09-04T21:31:25.508Z | Compiling zeroize_derive v1.5.0 |
| 899 | 2026-09-04T21:31:26.075Z | Compiling zerocopy-derive v0.8.56 |
| 900 | 2026-09-04T21:31:26.128Z | Compiling tracing-attributes v0.1.31 |
| 901 | 2026-09-04T21:31:26.259Z | Checking zerofrom v0.1.8 |
| 902 | 2026-09-04T21:31:26.291Z | Compiling thiserror-impl v1.0.69 |
| 903 | 2026-09-04T21:31:26.389Z | Checking yoke v0.8.3 |
| 904 | 2026-09-04T21:31:26.511Z | Compiling regex-syntax v0.8.11 |
| 905 | 2026-09-04T21:31:26.559Z | Checking zerovec v0.11.6 |
| 906 | 2026-09-04T21:31:27.300Z | Compiling serde_tokenstream v0.2.3 |
| 907 | 2026-09-04T21:31:27.410Z | Checking tinystr v0.8.3 |
| 908 | 2026-09-04T21:31:27.428Z | Checking smallvec v1.15.2 |
| 909 | 2026-09-04T21:31:27.454Z | Checking bytes v1.12.1 |
| 910 | 2026-09-04T21:31:27.598Z | Checking icu_locale_core v2.2.0 |
| 911 | 2026-09-04T21:31:27.613Z | Checking potential_utf v0.1.5 |
| 912 | 2026-09-04T21:31:27.626Z | Checking zerotrie v0.2.4 |
| 913 | 2026-09-04T21:31:27.732Z | Checking icu_collections v2.2.0 |
| 914 | 2026-09-04T21:31:27.921Z | Checking form_urlencoded v1.2.2 |
| 915 | 2026-09-04T21:31:28.042Z | Compiling aho-corasick v1.1.5 |
| 916 | 2026-09-04T21:31:28.150Z | Checking rand_core v0.10.1 |
| 917 | 2026-09-04T21:31:28.196Z | Checking icu_provider v2.2.0 |
| 918 | 2026-09-04T21:31:28.260Z | Compiling anyhow v1.0.104 |
| 919 | 2026-09-04T21:31:28.307Z | Compiling ucd-trie v0.1.7 |
| 920 | 2026-09-04T21:31:28.356Z | Compiling rustls v0.23.43 |
| 921 | 2026-09-04T21:31:28.423Z | Checking icu_properties v2.2.0 |
| 922 | 2026-09-04T21:31:28.489Z | Checking icu_normalizer v2.2.0 |
| 923 | 2026-09-04T21:31:28.527Z | Compiling pest v2.8.8 |
| 924 | 2026-09-04T21:31:28.560Z | Compiling getrandom v0.3.4 |
| 925 | 2026-09-04T21:31:28.832Z | Compiling hashbrown v0.17.1 |
| 926 | 2026-09-04T21:31:28.907Z | Compiling regex-automata v0.4.18 |
| 927 | 2026-09-04T21:31:29.302Z | Checking idna_adapter v1.2.2 |
| 928 | 2026-09-04T21:31:29.390Z | Compiling crossbeam-utils v0.8.22 |
| 929 | 2026-09-04T21:31:29.448Z | Checking idna v1.1.0 |
| 930 | 2026-09-04T21:31:29.459Z | Compiling indexmap v2.14.0 |
| 931 | 2026-09-04T21:31:29.474Z | Checking iana-time-zone v0.1.65 |
| 932 | 2026-09-04T21:31:29.586Z | Compiling pest_meta v2.8.8 |
| 933 | 2026-09-04T21:31:29.689Z | Checking url v2.5.8 |
| 934 | 2026-09-04T21:31:29.726Z | Checking chrono v0.4.45 |
| 935 | 2026-09-04T21:31:29.744Z | Compiling time-core v0.1.9 |
| 936 | 2026-09-04T21:31:29.762Z | Compiling paste v1.0.15 |
| 937 | 2026-09-04T21:31:29.934Z | Compiling num-conv v0.2.2 |
| 938 | 2026-09-04T21:31:30.092Z | Compiling time-macros v0.2.32 |
| 939 | 2026-09-04T21:31:30.290Z | Compiling pest_generator v2.8.8 |
| 940 | 2026-09-04T21:31:30.311Z | Compiling strsim v0.11.1 |
| 941 | 2026-09-04T21:31:30.742Z | Compiling regex v1.13.1 |
| 942 | 2026-09-04T21:31:30.900Z | Compiling pest_derive v2.8.8 |
| 943 | 2026-09-04T21:31:30.915Z | Checking uuid v1.26.0 |
| 944 | 2026-09-04T21:31:31.144Z | Compiling async-trait v0.1.92 |
| 945 | 2026-09-04T21:31:31.268Z | Compiling camino v1.2.5 |
| 946 | 2026-09-04T21:31:31.340Z | Compiling ident_case v1.0.1 |
| 947 | 2026-09-04T21:31:31.361Z | Compiling byteorder v1.5.0 |
| 948 | 2026-09-04T21:31:31.591Z | Checking dyn-clone v1.0.20 |
| 949 | 2026-09-04T21:31:31.720Z | Checking errno v0.3.14 |
| 950 | 2026-09-04T21:31:31.861Z | Compiling scroll_derive v0.13.1 |
| 951 | 2026-09-04T21:31:32.076Z | Compiling omicron-workspace-hack v0.1.0 |
| 952 | 2026-09-04T21:31:32.253Z | Compiling slog-async v2.8.0 |
| 953 | 2026-09-04T21:31:32.293Z | Compiling generic-array v0.14.7 |
| 954 | 2026-09-04T21:31:32.470Z | Compiling crc32fast v1.5.0 |
| 955 | 2026-09-04T21:31:32.569Z | Compiling usdt-impl v0.6.0 |
| 956 | 2026-09-04T21:31:32.642Z | Compiling scroll v0.13.0 |
| 957 | 2026-09-04T21:31:32.682Z | Compiling plain v0.2.3 |
| 958 | 2026-09-04T21:31:32.815Z | Compiling daft-derive v0.1.8 |
| 959 | 2026-09-04T21:31:32.864Z | Compiling goblin v0.10.7 |
| 960 | 2026-09-04T21:31:32.912Z | Checking pin-project-lite v0.2.17 |
| 961 | 2026-09-04T21:31:33.002Z | Compiling pretty-hex v0.4.2 |
| 962 | 2026-09-04T21:31:33.144Z | Compiling dtrace-parser v0.3.0 |
| 963 | 2026-09-04T21:31:33.278Z | Compiling thread-id v5.1.0 |
| 964 | 2026-09-04T21:31:33.534Z | Compiling syn v1.0.109 |
| 965 | 2026-09-04T21:31:33.558Z | Compiling darling_core v0.23.0 |
| 966 | 2026-09-04T21:31:33.742Z | Checking bitflags v2.13.1 |
| 967 | 2026-09-04T21:31:33.904Z | Checking getrandom v0.2.17 |
| 968 | 2026-09-04T21:31:33.925Z | Checking zeroize v1.9.0 |
| 969 | 2026-09-04T21:31:34.491Z | Compiling multer v3.1.0 |
| 970 | 2026-09-04T21:31:34.793Z | Compiling async-stream-impl v0.3.6 |
| 971 | 2026-09-04T21:31:35.037Z | Checking socket2 v0.6.5 |
| 972 | 2026-09-04T21:31:35.077Z | Checking scopeguard v1.2.0 |
| 973 | 2026-09-04T21:31:35.288Z | Checking lock_api v0.4.14 |
| 974 | 2026-09-04T21:31:35.387Z | Compiling ref-cast v1.0.26 |
| 975 | 2026-09-04T21:31:35.671Z | Compiling dof v0.4.0 |
| 976 | 2026-09-04T21:31:35.675Z | Compiling darling_macro v0.23.0 |
| 977 | 2026-09-04T21:31:35.731Z | Compiling ref-cast-impl v1.0.26 |
| 978 | 2026-09-04T21:31:35.882Z | Compiling dropshot v0.17.1 |
| 979 | 2026-09-04T21:31:36.247Z | Checking critical-section v1.2.0 |
| 980 | 2026-09-04T21:31:36.265Z | Compiling darling v0.23.0 |
| 981 | 2026-09-04T21:31:36.350Z | Checking once_cell v1.21.4 |
| 982 | 2026-09-04T21:31:36.604Z | Compiling dropshot_endpoint v0.17.1 |
| 983 | 2026-09-04T21:31:36.655Z | Compiling serde_tokenstream v0.3.0 |
| 984 | 2026-09-04T21:31:36.760Z | Checking parking_lot v0.12.5 |
| 985 | 2026-09-04T21:31:36.851Z | Compiling usdt-macro v0.6.0 |
| 986 | 2026-09-04T21:31:36.876Z | Compiling usdt-attr-macro v0.6.0 |
| 987 | 2026-09-04T21:31:36.937Z | Compiling newtype-uuid-macros v0.1.1 |
| 988 | 2026-09-04T21:31:37.052Z | Checking signal-hook-registry v1.4.8 |
| 989 | 2026-09-04T21:31:37.324Z | Checking mio v1.2.2 |
| 990 | 2026-09-04T21:31:37.406Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 991 | 2026-09-04T21:31:37.637Z | Checking tokio v1.53.1 |
| 992 | 2026-09-04T21:31:37.672Z | Compiling structmeta-derive v0.3.0 |
| 993 | 2026-09-04T21:31:37.689Z | Compiling strum_macros v0.26.4 |
| 994 | 2026-09-04T21:31:37.858Z | Compiling foldhash v0.2.0 |
| 995 | 2026-09-04T21:31:37.909Z | Checking subtle v2.6.1 |
| 996 | 2026-09-04T21:31:38.059Z | Checking futures-core v0.3.34 |
| 997 | 2026-09-04T21:31:38.077Z | Compiling hashbrown v0.16.1 |
| 998 | 2026-09-04T21:31:38.212Z | Compiling serde_with_macros v3.22.0 |
| 999 | 2026-09-04T21:31:38.748Z | Compiling structmeta v0.3.0 |
| 1000 | 2026-09-04T21:31:38.853Z | Compiling strum_macros v0.27.2 |
| 1001 | 2026-09-04T21:31:38.956Z | Compiling derive-ex v0.1.8 |
| 1002 | 2026-09-04T21:31:39.021Z | Compiling http v1.5.0 |
| 1003 | 2026-09-04T21:31:39.392Z | Checking futures-sink v0.3.34 |
| 1004 | 2026-09-04T21:31:39.494Z | Checking ipnetwork v0.21.1 |
| 1005 | 2026-09-04T21:31:39.786Z | Compiling winnow v1.0.4 |
| 1006 | 2026-09-04T21:31:39.856Z | Checking slab v0.4.12 |
| 1007 | 2026-09-04T21:31:40.488Z | Compiling test-strategy v0.4.5 |
| 1008 | 2026-09-04T21:31:40.536Z | Checking futures-channel v0.3.34 |
| 1009 | 2026-09-04T21:31:40.734Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1010 | 2026-09-04T21:31:40.816Z | Checking futures-io v0.3.34 |
| 1011 | 2026-09-04T21:31:40.839Z | Checking typenum v1.20.1 |
| 1012 | 2026-09-04T21:31:40.938Z | Checking futures-task v0.3.34 |
| 1013 | 2026-09-04T21:31:41.134Z | Checking futures-util v0.3.34 |
| 1014 | 2026-09-04T21:31:41.238Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1015 | 2026-09-04T21:31:41.293Z | Compiling parse-display-derive v0.10.0 |
| 1016 | 2026-09-04T21:31:41.688Z | Checking oxnet v0.1.7 |
| 1017 | 2026-09-04T21:31:41.712Z | Checking tracing-core v0.1.36 |
| 1018 | 2026-09-04T21:31:41.818Z | Checking erased-serde v0.3.31 |
| 1019 | 2026-09-04T21:31:42.228Z | Checking tracing v0.1.44 |
| 1020 | 2026-09-04T21:31:42.419Z | Compiling ryu v1.0.23 |
| 1021 | 2026-09-04T21:31:42.582Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1022 | 2026-09-04T21:31:42.599Z | Compiling clap_derive v4.6.4 |
| 1023 | 2026-09-04T21:31:42.794Z | Checking base64 v0.22.1 |
| 1024 | 2026-09-04T21:31:43.049Z | Checking fnv v1.0.7 |
| 1025 | 2026-09-04T21:31:43.153Z | Checking rand_core v0.6.4 |
| 1026 | 2026-09-04T21:31:43.157Z | Compiling openapiv3 v2.2.0 |
| 1027 | 2026-09-04T21:31:43.493Z | Compiling either v1.17.0 |
| 1028 | 2026-09-04T21:31:43.579Z | Checking rustls-pki-types v1.15.1 |
| 1029 | 2026-09-04T21:31:43.894Z | Checking tokio-util v0.7.19 |
| 1030 | 2026-09-04T21:31:44.296Z | Checking ipnet v2.12.1 |
| 1031 | 2026-09-04T21:31:44.522Z | Checking untrusted v0.7.1 |
| 1032 | 2026-09-04T21:31:44.771Z | Checking untrusted v0.9.0 |
| 1033 | 2026-09-04T21:31:44.771Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1034 | 2026-09-04T21:31:44.800Z | Checking http-body v1.1.0 |
| 1035 | 2026-09-04T21:31:45.021Z | Checking atomic-waker v1.1.2 |
| 1036 | 2026-09-04T21:31:45.095Z | Compiling proc-macro-crate v3.5.0 |
| 1037 | 2026-09-04T21:31:45.401Z | Checking tower-service v0.3.3 |
| 1038 | 2026-09-04T21:31:45.532Z | Compiling num_enum_derive v0.7.6 |
| 1039 | 2026-09-04T21:31:45.660Z | Checking try-lock v0.2.5 |
| 1040 | 2026-09-04T21:31:45.660Z | Checking tower-layer v0.3.3 |
| 1041 | 2026-09-04T21:31:45.693Z | Checking h2 v0.4.15 |
| 1042 | 2026-09-04T21:31:45.693Z | Checking want v0.3.1 |
| 1043 | 2026-09-04T21:31:45.874Z | Checking httpdate v1.0.3 |
| 1044 | 2026-09-04T21:31:45.975Z | Compiling regress v0.11.1 |
| 1045 | 2026-09-04T21:31:46.520Z | Compiling crucible-workspace-hack v0.1.0 |
| 1046 | 2026-09-04T21:31:46.625Z | Checking serde_urlencoded v0.7.1 |
| 1047 | 2026-09-04T21:31:46.703Z | Checking http-body-util v0.1.5 |
| 1048 | 2026-09-04T21:31:47.143Z | Checking ppv-lite86 v0.2.21 |
| 1049 | 2026-09-04T21:31:47.549Z | Compiling typify-impl v0.6.2 |
| 1050 | 2026-09-04T21:31:47.744Z | Compiling unsafe-libyaml v0.2.11 |
| 1051 | 2026-09-04T21:31:47.744Z | Checking hyper v1.11.1 |
| 1052 | 2026-09-04T21:31:47.985Z | Compiling serde_yaml v0.9.34+deprecated |
| 1053 | 2026-09-04T21:31:48.444Z | Checking hyper-util v0.1.20 |
| 1054 | 2026-09-04T21:31:48.929Z | Compiling convert_case v0.4.0 |
| 1055 | 2026-09-04T21:31:49.253Z | Compiling derive_more v0.99.20 |
| 1056 | 2026-09-04T21:31:49.539Z | Compiling zerocopy-derive v0.7.35 |
| 1057 | 2026-09-04T21:31:49.942Z | Compiling crossbeam-epoch v0.9.20 |
| 1058 | 2026-09-04T21:31:50.553Z | Compiling itertools v0.14.0 |
| 1059 | 2026-09-04T21:31:50.703Z | Compiling regress v0.10.5 |
| 1060 | 2026-09-04T21:31:50.745Z | Compiling typify-macro v0.6.2 |
| 1061 | 2026-09-04T21:31:51.561Z | Checking powerfmt v0.2.0 |
| 1062 | 2026-09-04T21:31:51.697Z | Checking num_threads v0.1.7 |
| 1063 | 2026-09-04T21:31:51.719Z | Checking deranged v0.5.8 |
| 1064 | 2026-09-04T21:31:51.763Z | Compiling rustix v0.38.44 |
| 1065 | 2026-09-04T21:31:52.347Z | Compiling heapless v0.8.0 |
| 1066 | 2026-09-04T21:31:52.586Z | Compiling typify v0.6.2 |
| 1067 | 2026-09-04T21:31:52.640Z | Checking time v0.3.55 |
| 1068 | 2026-09-04T21:31:52.845Z | Checking crossbeam-channel v0.5.16 |
| 1069 | 2026-09-04T21:31:53.114Z | Compiling scroll_derive v0.12.1 |
| 1070 | 2026-09-04T21:31:53.180Z | Compiling serde_repr v0.1.21 |
| 1071 | 2026-09-04T21:31:53.743Z | Checking cpufeatures v0.3.0 |
| 1072 | 2026-09-04T21:31:54.195Z | Checking futures-executor v0.3.34 |
| 1073 | 2026-09-04T21:31:54.322Z | Checking sync_wrapper v1.0.2 |
| 1074 | 2026-09-04T21:31:54.345Z | Checking thread_local v1.1.10 |
| 1075 | 2026-09-04T21:31:54.365Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1076 | 2026-09-04T21:31:54.605Z | Compiling smoltcp v0.11.0 |
| 1077 | 2026-09-04T21:31:54.845Z | Checking tower v0.5.3 |
| 1078 | 2026-09-04T21:31:54.989Z | Checking rand_core v0.9.5 |
| 1079 | 2026-09-04T21:31:55.115Z | Checking webpki-roots v1.0.9 |
| 1080 | 2026-09-04T21:31:55.377Z | Compiling rustc_version v0.4.1 |
| 1081 | 2026-09-04T21:31:55.396Z | Checking is-terminal v0.4.17 |
| 1082 | 2026-09-04T21:31:55.417Z | Checking term v1.2.1 |
| 1083 | 2026-09-04T21:31:55.613Z | Checking take_mut v0.2.2 |
| 1084 | 2026-09-04T21:31:55.617Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1085 | 2026-09-04T21:31:55.666Z | Compiling curve25519-dalek v4.1.3 |
| 1086 | 2026-09-04T21:31:55.669Z | Checking slog-term v2.9.2 |
| 1087 | 2026-09-04T21:31:55.871Z | Checking tower-http v0.6.11 |
| 1088 | 2026-09-04T21:31:55.888Z | Checking futures v0.3.34 |
| 1089 | 2026-09-04T21:31:56.339Z | Compiling toml_datetime v0.6.11 |
| 1090 | 2026-09-04T21:31:56.350Z | Compiling foreign-types-macros v0.2.4 |
| 1091 | 2026-09-04T21:31:56.350Z | Checking hex v0.4.3 |
| 1092 | 2026-09-04T21:31:56.350Z | Checking fastrand v2.5.0 |
| 1093 | 2026-09-04T21:31:56.646Z | Checking rand_chacha v0.9.0 |
| 1094 | 2026-09-04T21:31:56.872Z | Compiling zerocopy v0.7.35 |
| 1095 | 2026-09-04T21:31:56.918Z | Compiling hubpack_derive v0.1.1 |
| 1096 | 2026-09-04T21:31:56.957Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1097 | 2026-09-04T21:31:57.401Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1098 | 2026-09-04T21:31:57.511Z | Compiling proc-macro-error-attr v1.0.4 |
| 1099 | 2026-09-04T21:31:57.535Z | Compiling usdt-impl v0.5.0 |
| 1100 | 2026-09-04T21:31:57.937Z | Compiling dof v0.3.0 |
| 1101 | 2026-09-04T21:31:57.990Z | Checking rand v0.9.5 |
| 1102 | 2026-09-04T21:31:58.008Z | Compiling dtrace-parser v0.2.0 |
| 1103 | 2026-09-04T21:31:58.060Z | Compiling darling_core v0.21.3 |
| 1104 | 2026-09-04T21:31:58.089Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1105 | 2026-09-04T21:31:58.604Z | Compiling serde_spanned v1.1.1 |
| 1106 | 2026-09-04T21:31:58.778Z | Compiling thread-id v4.2.2 |
| 1107 | 2026-09-04T21:31:58.861Z | Compiling proc-macro-error v1.0.4 |
| 1108 | 2026-09-04T21:31:59.099Z | Compiling memoffset v0.9.1 |
| 1109 | 2026-09-04T21:31:59.136Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1110 | 2026-09-04T21:32:00.097Z | Checking tempfile v3.27.0 |
| 1111 | 2026-09-04T21:32:00.198Z | Compiling darling_macro v0.21.3 |
| 1112 | 2026-09-04T21:32:00.296Z | Checking crypto-common v0.1.7 |
| 1113 | 2026-09-04T21:32:00.728Z | Checking hybrid-array v0.4.14 |
| 1114 | 2026-09-04T21:32:01.083Z | Compiling prettyplease v0.2.37 |
| 1115 | 2026-09-04T21:32:01.113Z | Checking openssl-probe v0.2.1 |
| 1116 | 2026-09-04T21:32:01.129Z | Checking adler2 v2.0.1 |
| 1117 | 2026-09-04T21:32:01.198Z | Checking simd-adler32 v0.3.10 |
| 1118 | 2026-09-04T21:32:01.210Z | Compiling cfg_aliases v0.2.2 |
| 1119 | 2026-09-04T21:32:01.229Z | Checking match_cfg v0.1.0 |
| 1120 | 2026-09-04T21:32:01.284Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1121 | 2026-09-04T21:32:01.288Z | Checking miniz_oxide v0.8.9 |
| 1122 | 2026-09-04T21:32:01.321Z | Checking hostname v0.3.1 |
| 1123 | 2026-09-04T21:32:01.376Z | Compiling nix v0.31.3 |
| 1124 | 2026-09-04T21:32:01.456Z | Checking rustls-native-certs v0.8.4 |
| 1125 | 2026-09-04T21:32:01.553Z | Compiling darling v0.21.3 |
| 1126 | 2026-09-04T21:32:01.901Z | Checking slog-json v2.6.1 |
| 1127 | 2026-09-04T21:32:01.996Z | Checking newtype-uuid v1.4.0 |
| 1128 | 2026-09-04T21:32:02.070Z | Checking memmap2 v0.9.11 |
| 1129 | 2026-09-04T21:32:02.258Z | Compiling crossbeam-deque v0.8.7 |
| 1130 | 2026-09-04T21:32:02.298Z | Compiling heck v0.4.1 |
| 1131 | 2026-09-04T21:32:02.360Z | Checking usdt v0.6.0 |
| 1132 | 2026-09-04T21:32:02.379Z | Checking daft v0.1.8 |
| 1133 | 2026-09-04T21:32:02.504Z | Checking slog-bunyan v2.5.0 |
| 1134 | 2026-09-04T21:32:02.568Z | Checking flate2 v1.1.9 |
| 1135 | 2026-09-04T21:32:02.575Z | Compiling ingot-macros v0.1.1 |
| 1136 | 2026-09-04T21:32:02.607Z | Checking block-buffer v0.12.1 |
| 1137 | 2026-09-04T21:32:02.614Z | Checking crypto-common v0.2.2 |
| 1138 | 2026-09-04T21:32:02.630Z | Compiling usdt-macro v0.5.0 |
| 1139 | 2026-09-04T21:32:03.161Z | Compiling usdt-attr-macro v0.5.0 |
| 1140 | 2026-09-04T21:32:03.168Z | Compiling num-derive v0.4.2 |
| 1141 | 2026-09-04T21:32:03.168Z | Compiling enum-as-inner v0.6.1 |
| 1142 | 2026-09-04T21:32:03.187Z | Checking debug-ignore v1.0.5 |
| 1143 | 2026-09-04T21:32:03.330Z | Compiling winnow v0.7.15 |
| 1144 | 2026-09-04T21:32:03.461Z | Checking compression-core v0.4.32 |
| 1145 | 2026-09-04T21:32:03.713Z | Checking const-oid v0.10.2 |
| 1146 | 2026-09-04T21:32:03.943Z | Checking digest v0.11.3 |
| 1147 | 2026-09-04T21:32:04.208Z | Checking compression-codecs v0.4.38 |
| 1148 | 2026-09-04T21:32:04.669Z | Compiling progenitor-impl v0.14.0 |
| 1149 | 2026-09-04T21:32:05.233Z | Checking macaddr v1.0.1 |
| 1150 | 2026-09-04T21:32:05.320Z | Checking encoding_rs v0.8.35 |
| 1151 | 2026-09-04T21:32:05.400Z | Compiling rayon-core v1.13.0 |
| 1152 | 2026-09-04T21:32:05.415Z | Checking spin v0.9.9 |
| 1153 | 2026-09-04T21:32:05.498Z | Checking mime v0.3.17 |
| 1154 | 2026-09-04T21:32:05.931Z | Checking toml v1.1.4+spec-1.1.0 |
| 1155 | 2026-09-04T21:32:05.936Z | Checking async-compression v0.4.43 |
| 1156 | 2026-09-04T21:32:06.491Z | Checking sha1 v0.11.0 |
| 1157 | 2026-09-04T21:32:06.499Z | Checking rand_chacha v0.3.1 |
| 1158 | 2026-09-04T21:32:06.618Z | Checking waitgroup v0.1.2 |
| 1159 | 2026-09-04T21:32:06.621Z | Checking rustls-pemfile v2.2.0 |
| 1160 | 2026-09-04T21:32:06.678Z | Checking async-stream v0.3.6 |
| 1161 | 2026-09-04T21:32:06.692Z | Compiling progenitor-macro v0.14.0 |
| 1162 | 2026-09-04T21:32:06.751Z | Checking serde_path_to_error v0.1.20 |
| 1163 | 2026-09-04T21:32:06.769Z | Checking hostname v0.4.2 |
| 1164 | 2026-09-04T21:32:06.801Z | Compiling wait-timeout v0.2.1 |
| 1165 | 2026-09-04T21:32:06.949Z | Compiling bit-vec v0.8.0 |
| 1166 | 2026-09-04T21:32:06.949Z | Compiling quick-error v1.2.3 |
| 1167 | 2026-09-04T21:32:07.086Z | Compiling rusty-fork v0.3.1 |
| 1168 | 2026-09-04T21:32:07.161Z | Compiling bit-set v0.8.0 |
| 1169 | 2026-09-04T21:32:07.740Z | Checking rand v0.8.7 |
| 1170 | 2026-09-04T21:32:08.234Z | Compiling rand_xorshift v0.4.0 |
| 1171 | 2026-09-04T21:32:08.237Z | Compiling num-integer v0.1.47 |
| 1172 | 2026-09-04T21:32:08.237Z | Compiling unarray v0.1.4 |
| 1173 | 2026-09-04T21:32:08.351Z | Compiling winnow v0.5.40 |
| 1174 | 2026-09-04T21:32:08.444Z | Compiling semver v0.1.20 |
| 1175 | 2026-09-04T21:32:08.622Z | Compiling rustc_version v0.1.7 |
| 1176 | 2026-09-04T21:32:08.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1177 | 2026-09-04T21:32:08.833Z | Compiling proptest v1.11.0 |
| 1178 | 2026-09-04T21:32:09.716Z | Compiling toml_edit v0.19.15 |
| 1179 | 2026-09-04T21:32:09.786Z | Compiling reqwest v0.12.28 |
| 1180 | 2026-09-04T21:32:09.821Z | Compiling backon v1.6.0 |
| 1181 | 2026-09-04T21:32:10.018Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1182 | 2026-09-04T21:32:10.151Z | Checking block-buffer v0.10.4 |
| 1183 | 2026-09-04T21:32:10.790Z | Compiling strum v0.26.3 |
| 1184 | 2026-09-04T21:32:11.188Z | Compiling instant v0.1.13 |
| 1185 | 2026-09-04T21:32:11.647Z | Compiling utf8parse v0.2.2 |
| 1186 | 2026-09-04T21:32:11.694Z | Compiling backoff v0.4.0 |
| 1187 | 2026-09-04T21:32:11.766Z | Compiling anstyle-parse v1.0.0 |
| 1188 | 2026-09-04T21:32:11.844Z | Compiling iddqd v0.4.6 |
| 1189 | 2026-09-04T21:32:11.877Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1190 | 2026-09-04T21:32:11.896Z | Compiling proc-macro-crate v1.3.1 |
| 1191 | 2026-09-04T21:32:12.341Z | Compiling progenitor-client v0.10.0 |
| 1192 | 2026-09-04T21:32:12.345Z | Checking digest v0.10.7 |
| 1193 | 2026-09-04T21:32:12.345Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1194 | 2026-09-04T21:32:12.345Z | Compiling newtype_derive v0.1.6 |
| 1195 | 2026-09-04T21:32:12.345Z | Checking rustls-webpki v0.103.14 |
| 1196 | 2026-09-04T21:32:12.345Z | Compiling num-iter v0.1.46 |
| 1197 | 2026-09-04T21:32:12.352Z | Compiling num-rational v0.4.2 |
| 1198 | 2026-09-04T21:32:12.440Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1199 | 2026-09-04T21:32:12.472Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1200 | 2026-09-04T21:32:12.936Z | Compiling parse-display v0.10.0 |
| 1201 | 2026-09-04T21:32:13.014Z | Compiling strum v0.27.2 |
| 1202 | 2026-09-04T21:32:13.148Z | Compiling serde_with v3.22.0 |
| 1203 | 2026-09-04T21:32:13.178Z | Compiling num-complex v0.4.6 |
| 1204 | 2026-09-04T21:32:13.211Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1205 | 2026-09-04T21:32:13.419Z | Compiling colorchoice v1.0.5 |
| 1206 | 2026-09-04T21:32:13.424Z | Compiling humantime v2.4.0 |
| 1207 | 2026-09-04T21:32:13.459Z | Compiling is_terminal_polyfill v1.70.2 |
| 1208 | 2026-09-04T21:32:13.541Z | Compiling anstyle-query v1.1.5 |
| 1209 | 2026-09-04T21:32:13.558Z | Compiling anstyle v1.0.14 |
| 1210 | 2026-09-04T21:32:13.578Z | Compiling vcpkg v0.2.15 |
| 1211 | 2026-09-04T21:32:14.071Z | Compiling owo-colors v4.3.0 |
| 1212 | 2026-09-04T21:32:14.482Z | Checking unicode-width v0.2.2 |
| 1213 | 2026-09-04T21:32:14.482Z | Compiling anstream v1.0.0 |
| 1214 | 2026-09-04T21:32:14.482Z | Compiling num v0.4.3 |
| 1215 | 2026-09-04T21:32:14.485Z | Compiling num_enum_derive v0.5.11 |
| 1216 | 2026-09-04T21:32:14.485Z | Compiling openssl-sys v0.9.117 |
| 1217 | 2026-09-04T21:32:14.485Z | Compiling terminal_size v0.4.4 |
| 1218 | 2026-09-04T21:32:14.992Z | Compiling serde_spanned v0.6.9 |
| 1219 | 2026-09-04T21:32:14.995Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1220 | 2026-09-04T21:32:14.995Z | Compiling pin-project-internal v1.1.13 |
| 1221 | 2026-09-04T21:32:14.995Z | Compiling derive-where v1.6.1 |
| 1222 | 2026-09-04T21:32:15.074Z | Checking tokio-rustls v0.26.4 |
| 1223 | 2026-09-04T21:32:15.145Z | Checking rustls-platform-verifier v0.7.0 |
| 1224 | 2026-09-04T21:32:15.290Z | Compiling toml_write v0.1.2 |
| 1225 | 2026-09-04T21:32:15.316Z | Checking hyper-rustls v0.27.9 |
| 1226 | 2026-09-04T21:32:15.490Z | Compiling float-ord v0.3.2 |
| 1227 | 2026-09-04T21:32:15.519Z | Checking reqwest v0.13.4 |
| 1228 | 2026-09-04T21:32:15.612Z | Compiling clap_lex v1.1.0 |
| 1229 | 2026-09-04T21:32:15.618Z | Compiling toml_edit v0.22.27 |
| 1230 | 2026-09-04T21:32:15.987Z | Compiling clap_builder v4.6.6 |
| 1231 | 2026-09-04T21:32:16.612Z | Checking progenitor-client v0.14.0 |
| 1232 | 2026-09-04T21:32:17.121Z | Compiling progenitor-impl v0.13.0 |
| 1233 | 2026-09-04T21:32:17.742Z | Compiling progenitor-extras v0.2.0 |
| 1234 | 2026-09-04T21:32:18.569Z | Compiling clap v4.6.6 |
| 1235 | 2026-09-04T21:32:18.603Z | Compiling toml v0.8.23 |
| 1236 | 2026-09-04T21:32:18.807Z | Compiling zone_cfg_derive v0.3.1 |
| 1237 | 2026-09-04T21:32:18.968Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1238 | 2026-09-04T21:32:18.987Z | Compiling snafu-derive v0.8.9 |
| 1239 | 2026-09-04T21:32:19.185Z | Compiling async-recursion v1.1.1 |
| 1240 | 2026-09-04T21:32:19.223Z | Compiling progenitor-macro v0.13.0 |
| 1241 | 2026-09-04T21:32:20.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1242 | 2026-09-04T21:32:20.845Z | Compiling slog-dtrace v0.3.0 |
| 1243 | 2026-09-04T21:32:21.037Z | Compiling unicode-xid v0.2.6 |
| 1244 | 2026-09-04T21:32:21.056Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2026-09-04T21:32:21.522Z | Compiling chrono-tz v0.10.4 |
| 1246 | 2026-09-04T21:32:21.530Z | Compiling openssl v0.10.81 |
| 1247 | 2026-09-04T21:32:21.530Z | Compiling cancel-safe-futures v0.1.5 |
| 1248 | 2026-09-04T21:32:21.530Z | Compiling nom v7.1.3 |
| 1249 | 2026-09-04T21:32:21.530Z | Compiling const_format_proc_macros v0.2.34 |
| 1250 | 2026-09-04T21:32:21.896Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1251 | 2026-09-04T21:32:22.219Z | Compiling openssl-macros v0.1.1 |
| 1252 | 2026-09-04T21:32:22.600Z | Checking cpufeatures v0.2.17 |
| 1253 | 2026-09-04T21:32:22.696Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1254 | 2026-09-04T21:32:22.913Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1255 | 2026-09-04T21:32:23.821Z | Compiling cookie v0.18.2 |
| 1256 | 2026-09-04T21:32:23.826Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1257 | 2026-09-04T21:32:23.826Z | Compiling tabled_derive v0.7.0 |
| 1258 | 2026-09-04T21:32:24.436Z | Checking num_enum v0.7.6 |
| 1259 | 2026-09-04T21:32:24.707Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1260 | 2026-09-04T21:32:24.976Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1261 | 2026-09-04T21:32:26.109Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1262 | 2026-09-04T21:32:26.687Z | Checking tabwriter v1.4.1 |
| 1263 | 2026-09-04T21:32:26.842Z | Checking secrecy v0.10.3 |
| 1264 | 2026-09-04T21:32:26.966Z | Checking colored v3.1.1 |
| 1265 | 2026-09-04T21:32:27.175Z | Checking tinyvec_macros v0.1.1 |
| 1266 | 2026-09-04T21:32:27.249Z | Checking tinyvec v1.12.0 |
| 1267 | 2026-09-04T21:32:27.861Z | Checking hash32 v0.3.1 |
| 1268 | 2026-09-04T21:32:27.864Z | Checking data-encoding v2.11.1 |
| 1269 | 2026-09-04T21:32:27.864Z | Checking hmac v0.12.1 |
| 1270 | 2026-09-04T21:32:27.882Z | Checking inout v0.1.4 |
| 1271 | 2026-09-04T21:32:28.018Z | Checking scroll v0.12.0 |
| 1272 | 2026-09-04T21:32:28.031Z | Checking ff v0.13.1 |
| 1273 | 2026-09-04T21:32:28.161Z | Checking cobs v0.3.0 |
| 1274 | 2026-09-04T21:32:28.188Z | Checking foreign-types-shared v0.3.1 |
| 1275 | 2026-09-04T21:32:28.236Z | Checking bitflags v1.3.2 |
| 1276 | 2026-09-04T21:32:28.690Z | Checking static_assertions v1.1.0 |
| 1277 | 2026-09-04T21:32:28.694Z | Checking managed v0.8.0 |
| 1278 | 2026-09-04T21:32:28.694Z | Checking postcard v1.1.3 |
| 1279 | 2026-09-04T21:32:28.694Z | Checking foreign-types v0.5.0 |
| 1280 | 2026-09-04T21:32:28.694Z | Checking goblin v0.8.2 |
| 1281 | 2026-09-04T21:32:28.694Z | Checking group v0.13.0 |
| 1282 | 2026-09-04T21:32:28.694Z | Checking cipher v0.4.4 |
| 1283 | 2026-09-04T21:32:28.694Z | Checking hkdf v0.12.4 |
| 1284 | 2026-09-04T21:32:28.695Z | Checking atomicwrites v0.4.4 |
| 1285 | 2026-09-04T21:32:28.759Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1286 | 2026-09-04T21:32:28.777Z | Checking universal-hash v0.5.1 |
| 1287 | 2026-09-04T21:32:28.906Z | Checking crypto-bigint v0.5.5 |
| 1288 | 2026-09-04T21:32:29.008Z | Checking chacha20 v0.10.1 |
| 1289 | 2026-09-04T21:32:29.050Z | Checking half v2.7.1 |
| 1290 | 2026-09-04T21:32:29.327Z | Checking cstr-argument v0.1.2 |
| 1291 | 2026-09-04T21:32:29.436Z | Checking indent_write v2.2.0 |
| 1292 | 2026-09-04T21:32:29.520Z | Checking opaque-debug v0.3.1 |
| 1293 | 2026-09-04T21:32:29.564Z | Checking base16ct v0.2.0 |
| 1294 | 2026-09-04T21:32:29.586Z | Checking base64ct v1.8.3 |
| 1295 | 2026-09-04T21:32:29.600Z | Checking ciborium-io v0.2.2 |
| 1296 | 2026-09-04T21:32:29.688Z | Checking poly1305 v0.8.0 |
| 1297 | 2026-09-04T21:32:29.725Z | Checking ciborium-ll v0.2.2 |
| 1298 | 2026-09-04T21:32:29.786Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1299 | 2026-09-04T21:32:29.804Z | Checking elliptic-curve v0.13.8 |
| 1300 | 2026-09-04T21:32:29.822Z | Checking password-hash v0.5.0 |
| 1301 | 2026-09-04T21:32:29.829Z | Checking rand v0.10.2 |
| 1302 | 2026-09-04T21:32:30.313Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1303 | 2026-09-04T21:32:30.320Z | Checking chacha20 v0.9.1 |
| 1304 | 2026-09-04T21:32:30.320Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1305 | 2026-09-04T21:32:30.320Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1306 | 2026-09-04T21:32:30.320Z | Checking blake2 v0.10.6 |
| 1307 | 2026-09-04T21:32:30.320Z | Checking aead v0.5.2 |
| 1308 | 2026-09-04T21:32:30.320Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1309 | 2026-09-04T21:32:30.320Z | Checking thiserror-no-std v2.0.2 |
| 1310 | 2026-09-04T21:32:30.320Z | Checking hubpack v0.1.2 |
| 1311 | 2026-09-04T21:32:30.320Z | Checking byte-wrapper v0.1.0 |
| 1312 | 2026-09-04T21:32:30.357Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1313 | 2026-09-04T21:32:30.490Z | Checking keccak v0.1.6 |
| 1314 | 2026-09-04T21:32:30.533Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1315 | 2026-09-04T21:32:30.599Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1316 | 2026-09-04T21:32:30.646Z | Checking sha3 v0.10.9 |
| 1317 | 2026-09-04T21:32:30.780Z | Checking vsss-rs v3.3.4 |
| 1318 | 2026-09-04T21:32:30.846Z | Checking argon2 v0.5.3 |
| 1319 | 2026-09-04T21:32:30.950Z | Checking chacha20poly1305 v0.10.1 |
| 1320 | 2026-09-04T21:32:31.490Z | Checking ciborium v0.2.2 |
| 1321 | 2026-09-04T21:32:31.500Z | Checking console v0.16.4 |
| 1322 | 2026-09-04T21:32:31.500Z | Checking memmap v0.7.0 |
| 1323 | 2026-09-04T21:32:31.500Z | Checking lazy_static v1.5.0 |
| 1324 | 2026-09-04T21:32:31.501Z | Checking usdt v0.5.0 |
| 1325 | 2026-09-04T21:32:31.505Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1326 | 2026-09-04T21:32:31.718Z | Checking ingot-types v0.1.2 |
| 1327 | 2026-09-04T21:32:31.884Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1328 | 2026-09-04T21:32:32.310Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1329 | 2026-09-04T21:32:32.317Z | Checking progenitor v0.14.0 |
| 1330 | 2026-09-04T21:32:32.317Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1331 | 2026-09-04T21:32:32.318Z | Checking bstr v1.13.1 |
| 1332 | 2026-09-04T21:32:32.318Z | Checking unicode-segmentation v1.13.3 |
| 1333 | 2026-09-04T21:32:32.318Z | Checking bytecount v0.6.9 |
| 1334 | 2026-09-04T21:32:32.318Z | Checking ingot v0.1.1 |
| 1335 | 2026-09-04T21:32:32.427Z | Checking newline-converter v0.3.0 |
| 1336 | 2026-09-04T21:32:32.458Z | Checking itertools v0.12.1 |
| 1337 | 2026-09-04T21:32:32.585Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1338 | 2026-09-04T21:32:32.735Z | Checking linked-hash-map v0.5.6 |
| 1339 | 2026-09-04T21:32:32.816Z | Checking resolv-conf v0.7.6 |
| 1340 | 2026-09-04T21:32:32.839Z | Compiling parking_lot_core v0.8.6 |
| 1341 | 2026-09-04T21:32:32.856Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1342 | 2026-09-04T21:32:32.908Z | Checking swrite v0.1.0 |
| 1343 | 2026-09-04T21:32:32.971Z | Checking similar v3.2.0 |
| 1344 | 2026-09-04T21:32:33.126Z | Checking lru-cache v0.1.2 |
| 1345 | 2026-09-04T21:32:33.251Z | Checking rayon v1.12.0 |
| 1346 | 2026-09-04T21:32:33.380Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1347 | 2026-09-04T21:32:33.480Z | Checking hickory-proto v0.24.4 |
| 1348 | 2026-09-04T21:32:33.521Z | Checking expectorate v1.3.0 |
| 1349 | 2026-09-04T21:32:33.787Z | Checking camino-tempfile v1.4.1 |
| 1350 | 2026-09-04T21:32:33.906Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1351 | 2026-09-04T21:32:34.104Z | Checking serde-big-array v0.5.1 |
| 1352 | 2026-09-04T21:32:34.247Z | Checking siphasher v1.0.3 |
| 1353 | 2026-09-04T21:32:34.325Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1354 | 2026-09-04T21:32:34.428Z | Checking phf_shared v0.12.1 |
| 1355 | 2026-09-04T21:32:34.785Z | Checking unicode-normalization v0.1.25 |
| 1356 | 2026-09-04T21:32:35.011Z | Checking progenitor-client v0.13.0 |
| 1357 | 2026-09-04T21:32:35.073Z | Checking hickory-resolver v0.24.4 |
| 1358 | 2026-09-04T21:32:35.098Z | Checking pin-project v1.1.13 |
| 1359 | 2026-09-04T21:32:35.137Z | Checking num_enum v0.5.11 |
| 1360 | 2026-09-04T21:32:35.624Z | Checking tokio-stream v0.1.19 |
| 1361 | 2026-09-04T21:32:35.755Z | Checking csv-core v0.1.13 |
| 1362 | 2026-09-04T21:32:35.795Z | Checking unicode-width v0.1.14 |
| 1363 | 2026-09-04T21:32:35.813Z | Checking highway v1.3.0 |
| 1364 | 2026-09-04T21:32:35.964Z | Checking foreign-types-shared v0.1.1 |
| 1365 | 2026-09-04T21:32:36.057Z | Checking unicode-linebreak v0.1.5 |
| 1366 | 2026-09-04T21:32:36.057Z | Checking konst_macro_rules v0.2.19 |
| 1367 | 2026-09-04T21:32:36.060Z | Checking same-file v1.0.6 |
| 1368 | 2026-09-04T21:32:36.110Z | Checking smawk v0.3.3 |
| 1369 | 2026-09-04T21:32:36.130Z | Checking foldhash v0.1.5 |
| 1370 | 2026-09-04T21:32:36.145Z | Checking jiff-core v0.1.0 |
| 1371 | 2026-09-04T21:32:36.193Z | Checking walkdir v2.5.0 |
| 1372 | 2026-09-04T21:32:36.249Z | Checking konst v0.2.20 |
| 1373 | 2026-09-04T21:32:36.268Z | Checking textwrap v0.16.2 |
| 1374 | 2026-09-04T21:32:36.272Z | Checking hashbrown v0.15.5 |
| 1375 | 2026-09-04T21:32:36.362Z | Checking foreign-types v0.3.2 |
| 1376 | 2026-09-04T21:32:36.436Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1377 | 2026-09-04T21:32:36.457Z | Checking qorb v0.4.1 |
| 1378 | 2026-09-04T21:32:36.487Z | Checking csv v1.4.0 |
| 1379 | 2026-09-04T21:32:36.586Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1380 | 2026-09-04T21:32:36.832Z | Checking jiff v0.2.35 |
| 1381 | 2026-09-04T21:32:37.151Z | Checking progenitor v0.13.0 |
| 1382 | 2026-09-04T21:32:37.356Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1383 | 2026-09-04T21:32:37.384Z | Checking snafu v0.8.9 |
| 1384 | 2026-09-04T21:32:37.436Z | Checking olpc-cjson v0.1.4 |
| 1385 | 2026-09-04T21:32:37.536Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1386 | 2026-09-04T21:32:37.579Z | Checking phf v0.12.1 |
| 1387 | 2026-09-04T21:32:37.733Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1388 | 2026-09-04T21:32:38.150Z | Checking zone v0.3.1 |
| 1389 | 2026-09-04T21:32:38.153Z | Checking globset v0.4.20 |
| 1390 | 2026-09-04T21:32:38.153Z | Checking tokio-dtrace v0.1.1 |
| 1391 | 2026-09-04T21:32:38.153Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1392 | 2026-09-04T21:32:38.191Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1393 | 2026-09-04T21:32:38.620Z | Checking smf v0.2.3 |
| 1394 | 2026-09-04T21:32:38.687Z | Checking pem v3.0.6 |
| 1395 | 2026-09-04T21:32:38.854Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1396 | 2026-09-04T21:32:38.873Z | Checking libsw-core v0.3.2 |
| 1397 | 2026-09-04T21:32:39.059Z | Checking serde_plain v1.0.2 |
| 1398 | 2026-09-04T21:32:39.068Z | Checking sigpipe v0.1.3 |
| 1399 | 2026-09-04T21:32:39.184Z | Checking glob v0.3.4 |
| 1400 | 2026-09-04T21:32:39.205Z | Checking fixedbitset v0.5.7 |
| 1401 | 2026-09-04T21:32:39.374Z | Checking fixedbitset v0.4.2 |
| 1402 | 2026-09-04T21:32:39.389Z | Checking typed-path v0.9.3 |
| 1403 | 2026-09-04T21:32:39.811Z | Checking petgraph v0.8.3 |
| 1404 | 2026-09-04T21:32:39.814Z | Checking petgraph v0.6.5 |
| 1405 | 2026-09-04T21:32:39.814Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1406 | 2026-09-04T21:32:39.814Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1407 | 2026-09-04T21:32:39.912Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1408 | 2026-09-04T21:32:39.943Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1409 | 2026-09-04T21:32:39.993Z | Checking libsw v3.5.0 |
| 1410 | 2026-09-04T21:32:40.165Z | Checking tough v0.22.0 |
| 1411 | 2026-09-04T21:32:40.223Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1412 | 2026-09-04T21:32:40.495Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1413 | 2026-09-04T21:32:40.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1414 | 2026-09-04T21:32:40.612Z | Checking oxide-tokio-rt v0.1.6 |
| 1415 | 2026-09-04T21:32:40.674Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1416 | 2026-09-04T21:32:40.798Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1417 | 2026-09-04T21:32:41.240Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1418 | 2026-09-04T21:32:41.244Z | Checking const_format v0.2.36 |
| 1419 | 2026-09-04T21:32:41.244Z | Checking papergrid v0.11.0 |
| 1420 | 2026-09-04T21:32:41.398Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-09-04T21:32:41.417Z | Checking gethostname v0.5.0 |
| 1422 | 2026-09-04T21:32:41.527Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-09-04T21:32:41.542Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1424 | 2026-09-04T21:32:42.031Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1425 | 2026-09-04T21:32:42.036Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1426 | 2026-09-04T21:32:42.161Z | Checking libscf-sys v1.2.0 |
| 1427 | 2026-09-04T21:32:42.354Z | Checking bcs v0.1.6 |
| 1428 | 2026-09-04T21:32:42.482Z | Checking linear-map v1.2.0 |
| 1429 | 2026-09-04T21:32:42.492Z | Checking whoami v1.6.1 |
| 1430 | 2026-09-04T21:32:42.561Z | Checking tagptr v0.2.0 |
| 1431 | 2026-09-04T21:32:42.594Z | Checking termtree v0.5.1 |
| 1432 | 2026-09-04T21:32:42.656Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-09-04T21:32:42.707Z | Checking moka v0.12.16 |
| 1434 | 2026-09-04T21:32:43.416Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1435 | 2026-09-04T21:32:44.014Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1436 | 2026-09-04T21:32:44.253Z | Checking tabled v0.15.0 |
| 1437 | 2026-09-04T21:32:44.501Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1438 | 2026-09-04T21:32:44.531Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1439 | 2026-09-04T21:32:44.574Z | Checking steno v0.4.1 |
| 1440 | 2026-09-04T21:32:44.584Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1441 | 2026-09-04T21:32:45.120Z | Checking hickory-proto v0.25.2 |
| 1442 | 2026-09-04T21:32:46.671Z | Checking hickory-resolver v0.25.2 |
| 1443 | 2026-09-04T21:32:46.696Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1444 | 2026-09-04T21:32:46.979Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-09-04T21:32:47.312Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1446 | 2026-09-04T21:32:47.998Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1447 | 2026-09-04T21:32:48.161Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1448 | 2026-09-04T21:32:52.263Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1449 | 2026-09-04T21:32:52.918Z | Checking nom v8.0.0 |
| 1450 | 2026-09-04T21:32:56.016Z | Compiling crunchy v0.2.4 |
| 1451 | 2026-09-04T21:32:57.639Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1452 | 2026-09-04T21:32:58.572Z | Compiling itertools v0.15.0 |
| 1453 | 2026-09-04T21:32:58.582Z | Compiling tiny-keccak v2.0.2 |
| 1454 | 2026-09-04T21:32:58.822Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1455 | 2026-09-04T21:32:59.358Z | Compiling typify-impl v0.4.3 |
| 1456 | 2026-09-04T21:32:59.821Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1457 | 2026-09-04T21:32:59.894Z | Compiling ingot-macros v0.2.0 |
| 1458 | 2026-09-04T21:33:00.841Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1459 | 2026-09-04T21:33:01.258Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1460 | 2026-09-04T21:33:01.258Z | Checking parking_lot v0.11.2 |
| 1461 | 2026-09-04T21:33:01.258Z | Compiling const-random-macro v0.1.16 |
| 1462 | 2026-09-04T21:33:01.266Z | Checking fxhash v0.2.1 |
| 1463 | 2026-09-04T21:33:01.266Z | Compiling smartstring v1.0.1 |
| 1464 | 2026-09-04T21:33:01.266Z | Checking sled v0.34.7 |
| 1465 | 2026-09-04T21:33:01.267Z | Compiling ahash v0.8.12 |
| 1466 | 2026-09-04T21:33:01.549Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1467 | 2026-09-04T21:33:01.709Z | Checking internet-checksum v0.2.1 |
| 1468 | 2026-09-04T21:33:01.843Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1469 | 2026-09-04T21:33:02.229Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1470 | 2026-09-04T21:33:02.449Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1471 | 2026-09-04T21:33:02.556Z | Compiling rhai_codegen v3.2.0 |
| 1472 | 2026-09-04T21:33:02.701Z | Compiling typify-macro v0.4.3 |
| 1473 | 2026-09-04T21:33:02.921Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1474 | 2026-09-04T21:33:02.947Z | Checking arc-swap v1.9.2 |
| 1475 | 2026-09-04T21:33:03.279Z | Checking slog-scope v4.4.1 |
| 1476 | 2026-09-04T21:33:03.452Z | Checking papergrid v0.18.0 |
| 1477 | 2026-09-04T21:33:03.561Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1478 | 2026-09-04T21:33:03.638Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1479 | 2026-09-04T21:33:04.067Z | Checking dropshot-api-manager-types v0.8.0 |
| 1480 | 2026-09-04T21:33:04.067Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1481 | 2026-09-04T21:33:04.092Z | Checking slog-stdlog v4.1.1 |
| 1482 | 2026-09-04T21:33:04.216Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1483 | 2026-09-04T21:33:04.257Z | Compiling typify v0.4.3 |
| 1484 | 2026-09-04T21:33:04.447Z | Checking tabled v0.21.0 |
| 1485 | 2026-09-04T21:33:04.877Z | Compiling progenitor-impl v0.10.0 |
| 1486 | 2026-09-04T21:33:04.877Z | Compiling lzma-sys v0.1.20 |
| 1487 | 2026-09-04T21:33:04.877Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1488 | 2026-09-04T21:33:05.113Z | Compiling fs-err v3.3.1 |
| 1489 | 2026-09-04T21:33:05.120Z | Compiling typeid v1.0.3 |
| 1490 | 2026-09-04T21:33:05.324Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1491 | 2026-09-04T21:33:05.348Z | Checking slog-envlogger v2.2.0 |
| 1492 | 2026-09-04T21:33:05.562Z | Checking ingot-types v0.2.0 |
| 1493 | 2026-09-04T21:33:06.176Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1494 | 2026-09-04T21:33:06.455Z | Checking crc8 v0.1.1 |
| 1495 | 2026-09-04T21:33:06.592Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1496 | 2026-09-04T21:33:06.592Z | Checking ingot v0.2.1 |
| 1497 | 2026-09-04T21:33:06.592Z | Compiling progenitor-macro v0.10.0 |
| 1498 | 2026-09-04T21:33:06.592Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1499 | 2026-09-04T21:33:07.462Z | Checking const-random v0.1.18 |
| 1500 | 2026-09-04T21:33:07.768Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1501 | 2026-09-04T21:33:08.000Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1502 | 2026-09-04T21:33:08.878Z | Compiling cargo_toml v0.22.3 |
| 1503 | 2026-09-04T21:33:09.523Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1504 | 2026-09-04T21:33:09.994Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1505 | 2026-09-04T21:33:10.203Z | Checking thin-vec v0.2.19 |
| 1506 | 2026-09-04T21:33:10.479Z | Checking rhai v1.26.0 |
| 1507 | 2026-09-04T21:33:11.153Z | Checking sha1 v0.10.7 |
| 1508 | 2026-09-04T21:33:16.108Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1509 | 2026-09-04T21:33:16.206Z | Checking utf-8 v0.7.6 |
| 1510 | 2026-09-04T21:33:16.206Z | Checking tungstenite v0.21.0 |
| 1511 | 2026-09-04T21:33:16.206Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1512 | 2026-09-04T21:33:16.206Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1513 | 2026-09-04T21:33:16.206Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1514 | 2026-09-04T21:33:16.206Z | Checking port-file v0.1.0 |
| 1515 | 2026-09-04T21:33:16.206Z | Checking sha2 v0.10.9 |
| 1516 | 2026-09-04T21:33:16.207Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1517 | 2026-09-04T21:33:16.207Z | Compiling strum_macros v0.28.0 |
| 1518 | 2026-09-04T21:33:16.207Z | Checking progenitor v0.10.0 |
| 1519 | 2026-09-04T21:33:16.207Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1520 | 2026-09-04T21:33:16.358Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1521 | 2026-09-04T21:33:16.358Z | Checking tokio-tungstenite v0.21.0 |
| 1522 | 2026-09-04T21:33:16.358Z | Checking git-stub v1.0.0 |
| 1523 | 2026-09-04T21:33:16.358Z | Checking diff v0.1.13 |
| 1524 | 2026-09-04T21:33:16.358Z | Checking is_ci v1.2.0 |
| 1525 | 2026-09-04T21:33:16.359Z | Checking unit-prefix v0.5.2 |
| 1526 | 2026-09-04T21:33:16.359Z | Checking yansi v1.0.1 |
| 1527 | 2026-09-04T21:33:16.359Z | Checking base64 v0.21.7 |
| 1528 | 2026-09-04T21:33:16.359Z | Checking supports-color v3.0.2 |
| 1529 | 2026-09-04T21:33:16.359Z | Checking pretty_assertions v1.4.1 |
| 1530 | 2026-09-04T21:33:16.359Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1531 | 2026-09-04T21:33:16.359Z | Checking indicatif v0.18.6 |
| 1532 | 2026-09-04T21:33:16.658Z | Checking git-stub-vcs v0.1.0 |
| 1533 | 2026-09-04T21:33:16.976Z | Checking xz2 v0.1.7 |
| 1534 | 2026-09-04T21:33:17.177Z | Checking ron v0.12.2 |
| 1535 | 2026-09-04T21:33:17.444Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1536 | 2026-09-04T21:33:17.559Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1537 | 2026-09-04T21:33:17.716Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1538 | 2026-09-04T21:33:17.764Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1539 | 2026-09-04T21:33:17.947Z | Checking similar v2.7.0 |
| 1540 | 2026-09-04T21:33:18.556Z | Checking drift v0.2.0 |
| 1541 | 2026-09-04T21:33:18.656Z | Compiling serial_test_derive v4.0.1 |
| 1542 | 2026-09-04T21:33:18.894Z | Checking base16ct v1.0.0 |
| 1543 | 2026-09-04T21:33:18.933Z | Checking dropshot-api-manager v0.8.0 |
| 1544 | 2026-09-04T21:33:19.339Z | Checking serial_test v4.0.1 |
| 1545 | 2026-09-04T21:33:19.973Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1546 | 2026-09-04T21:33:20.301Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1547 | 2026-09-04T21:33:20.328Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1548 | 2026-09-04T21:33:20.581Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1549 | 2026-09-04T21:33:20.739Z | Checking strum v0.28.0 |
| 1550 | 2026-09-04T21:33:21.275Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1551 | 2026-09-04T21:33:21.783Z | Checking natord v1.0.9 |
| 1552 | 2026-09-04T21:33:22.077Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1553 | 2026-09-04T21:33:22.201Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1554 | 2026-09-04T21:33:22.575Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1555 | 2026-09-04T21:33:22.720Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1556 | 2026-09-04T21:33:23.049Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1557 | 2026-09-04T21:33:23.186Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1558 | 2026-09-04T21:33:23.271Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1559 | 2026-09-04T21:33:23.294Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1560 | 2026-09-04T21:33:23.312Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1561 | 2026-09-04T21:33:32.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
| 1562 | 2026-09-04T21:33:33.167Z | + cargo xtask openapi check |
| 1563 | 2026-09-04T21:33:33.828Z | Compiling cfg-if v1.0.4 |
| 1564 | 2026-09-04T21:33:33.926Z | Compiling libc v0.2.189 |
| 1565 | 2026-09-04T21:33:33.926Z | Compiling serde_core v1.0.229 |
| 1566 | 2026-09-04T21:33:33.940Z | Compiling memchr v2.8.3 |
| 1567 | 2026-09-04T21:33:33.948Z | Compiling smallvec v1.15.2 |
| 1568 | 2026-09-04T21:33:33.951Z | Compiling itoa v1.0.18 |
| 1569 | 2026-09-04T21:33:33.968Z | Compiling stable_deref_trait v1.2.1 |
| 1570 | 2026-09-04T21:33:33.973Z | Compiling zerofrom v0.1.8 |
| 1571 | 2026-09-04T21:33:33.984Z | Compiling zmij v1.0.23 |
| 1572 | 2026-09-04T21:33:34.032Z | Compiling litemap v0.8.2 |
| 1573 | 2026-09-04T21:33:34.088Z | Compiling yoke v0.8.3 |
| 1574 | 2026-09-04T21:33:34.138Z | Compiling writeable v0.6.3 |
| 1575 | 2026-09-04T21:33:34.153Z | Compiling utf8_iter v1.0.4 |
| 1576 | 2026-09-04T21:33:34.222Z | Compiling percent-encoding v2.3.2 |
| 1577 | 2026-09-04T21:33:34.273Z | Compiling zerovec v0.11.6 |
| 1578 | 2026-09-04T21:33:34.284Z | Compiling zerotrie v0.2.4 |
| 1579 | 2026-09-04T21:33:34.301Z | Compiling icu_normalizer_data v2.2.0 |
| 1580 | 2026-09-04T21:33:34.339Z | Compiling icu_properties_data v2.2.0 |
| 1581 | 2026-09-04T21:33:34.371Z | Compiling libm v0.2.16 |
| 1582 | 2026-09-04T21:33:34.412Z | Compiling form_urlencoded v1.2.2 |
| 1583 | 2026-09-04T21:33:34.426Z | Compiling rand_core v0.10.1 |
| 1584 | 2026-09-04T21:33:34.474Z | Compiling errno v0.3.14 |
| 1585 | 2026-09-04T21:33:34.582Z | Compiling getrandom v0.4.3 |
| 1586 | 2026-09-04T21:33:34.589Z | Compiling iana-time-zone v0.1.65 |
| 1587 | 2026-09-04T21:33:34.599Z | Compiling pin-project-lite v0.2.17 |
| 1588 | 2026-09-04T21:33:34.609Z | Compiling zeroize v1.9.0 |
| 1589 | 2026-09-04T21:33:34.621Z | Compiling dyn-clone v1.0.20 |
| 1590 | 2026-09-04T21:33:34.691Z | Compiling scopeguard v1.2.0 |
| 1591 | 2026-09-04T21:33:34.752Z | Compiling tinystr v0.8.3 |
| 1592 | 2026-09-04T21:33:34.764Z | Compiling potential_utf v0.1.5 |
| 1593 | 2026-09-04T21:33:34.789Z | Compiling lock_api v0.4.14 |
| 1594 | 2026-09-04T21:33:34.801Z | Compiling socket2 v0.6.5 |
| 1595 | 2026-09-04T21:33:34.804Z | Compiling parking_lot_core v0.9.12 |
| 1596 | 2026-09-04T21:33:34.819Z | Compiling signal-hook-registry v1.4.8 |
| 1597 | 2026-09-04T21:33:34.920Z | Compiling icu_locale_core v2.2.0 |
| 1598 | 2026-09-04T21:33:34.951Z | Compiling icu_collections v2.2.0 |
| 1599 | 2026-09-04T21:33:35.012Z | Compiling parking_lot v0.12.5 |
| 1600 | 2026-09-04T21:33:35.089Z | Compiling mio v1.2.2 |
| 1601 | 2026-09-04T21:33:35.102Z | Compiling futures-core v0.3.34 |
| 1602 | 2026-09-04T21:33:35.242Z | Compiling num-traits v0.2.19 |
| 1603 | 2026-09-04T21:33:35.255Z | Compiling portable-atomic v1.15.0 |
| 1604 | 2026-09-04T21:33:35.387Z | Compiling thiserror v2.0.20 |
| 1605 | 2026-09-04T21:33:35.471Z | Compiling critical-section v1.2.0 |
| 1606 | 2026-09-04T21:33:35.492Z | Compiling equivalent v1.0.2 |
| 1607 | 2026-09-04T21:33:35.551Z | Compiling subtle v2.6.1 |
| 1608 | 2026-09-04T21:33:35.576Z | Compiling zerocopy v0.8.56 |
| 1609 | 2026-09-04T21:33:35.580Z | Compiling allocator-api2 v0.2.21 |
| 1610 | 2026-09-04T21:33:35.580Z | Compiling futures-sink v0.3.34 |
| 1611 | 2026-09-04T21:33:35.702Z | Compiling serde v1.0.229 |
| 1612 | 2026-09-04T21:33:35.717Z | Compiling serde_json v1.0.151 |
| 1613 | 2026-09-04T21:33:35.763Z | Compiling icu_provider v2.2.0 |
| 1614 | 2026-09-04T21:33:35.773Z | Compiling uuid v1.26.0 |
| 1615 | 2026-09-04T21:33:35.861Z | Compiling semver v1.0.28 |
| 1616 | 2026-09-04T21:33:35.910Z | Compiling bitflags v2.13.1 |
| 1617 | 2026-09-04T21:33:35.985Z | Compiling once_cell v1.21.4 |
| 1618 | 2026-09-04T21:33:36.085Z | Compiling icu_properties v2.2.0 |
| 1619 | 2026-09-04T21:33:36.158Z | Compiling bytes v1.12.1 |
| 1620 | 2026-09-04T21:33:36.192Z | Compiling icu_normalizer v2.2.0 |
| 1621 | 2026-09-04T21:33:36.195Z | Compiling chrono v0.4.45 |
| 1622 | 2026-09-04T21:33:36.214Z | Compiling log v0.4.33 |
| 1623 | 2026-09-04T21:33:36.224Z | Compiling slab v0.4.12 |
| 1624 | 2026-09-04T21:33:36.400Z | Compiling typenum v1.20.1 |
| 1625 | 2026-09-04T21:33:36.413Z | Compiling slog v2.8.2 |
| 1626 | 2026-09-04T21:33:36.430Z | Compiling futures-channel v0.3.34 |
| 1627 | 2026-09-04T21:33:36.660Z | Compiling tokio v1.53.1 |
| 1628 | 2026-09-04T21:33:36.765Z | Compiling getrandom v0.2.17 |
| 1629 | 2026-09-04T21:33:36.785Z | Compiling hashbrown v0.17.1 |
| 1630 | 2026-09-04T21:33:36.846Z | Compiling futures-io v0.3.34 |
| 1631 | 2026-09-04T21:33:36.945Z | Compiling idna_adapter v1.2.2 |
| 1632 | 2026-09-04T21:33:36.957Z | Compiling rand_core v0.6.4 |
| 1633 | 2026-09-04T21:33:37.090Z | Compiling idna v1.1.0 |
| 1634 | 2026-09-04T21:33:37.189Z | Compiling futures-task v0.3.34 |
| 1635 | 2026-09-04T21:33:37.200Z | Compiling tracing-core v0.1.36 |
| 1636 | 2026-09-04T21:33:37.213Z | Compiling base64 v0.22.1 |
| 1637 | 2026-09-04T21:33:37.334Z | Compiling futures-util v0.3.34 |
| 1638 | 2026-09-04T21:33:37.360Z | Compiling indexmap v2.14.0 |
| 1639 | 2026-09-04T21:33:37.549Z | Compiling url v2.5.8 |
| 1640 | 2026-09-04T21:33:37.662Z | Compiling tracing v0.1.44 |
| 1641 | 2026-09-04T21:33:37.781Z | Compiling http v1.5.0 |
| 1642 | 2026-09-04T21:33:37.819Z | Compiling unicode-ident v1.0.24 |
| 1643 | 2026-09-04T21:33:37.899Z | Compiling fnv v1.0.7 |
| 1644 | 2026-09-04T21:33:37.945Z | Compiling proc-macro2 v1.0.107 |
| 1645 | 2026-09-04T21:33:38.002Z | Compiling byteorder v1.5.0 |
| 1646 | 2026-09-04T21:33:38.013Z | Compiling ipnet v2.12.1 |
| 1647 | 2026-09-04T21:33:38.233Z | Compiling schemars v0.8.22 |
| 1648 | 2026-09-04T21:33:38.362Z | Compiling quote v1.0.47 |
| 1649 | 2026-09-04T21:33:38.536Z | Compiling syn v2.0.119 |
| 1650 | 2026-09-04T21:33:38.563Z | Compiling ppv-lite86 v0.2.21 |
| 1651 | 2026-09-04T21:33:38.629Z | Compiling erased-serde v0.3.31 |
| 1652 | 2026-09-04T21:33:38.646Z | Compiling rustls-pki-types v1.15.1 |
| 1653 | 2026-09-04T21:33:38.784Z | Compiling http-body v1.1.0 |
| 1654 | 2026-09-04T21:33:38.914Z | Compiling thiserror v1.0.69 |
| 1655 | 2026-09-04T21:33:38.950Z | Compiling aws-lc-sys v0.44.0 |
| 1656 | 2026-09-04T21:33:39.062Z | Compiling ipnetwork v0.21.1 |
| 1657 | 2026-09-04T21:33:39.155Z | Compiling atomic-waker v1.1.2 |
| 1658 | 2026-09-04T21:33:39.284Z | Compiling oxnet v0.1.7 |
| 1659 | 2026-09-04T21:33:39.444Z | Compiling untrusted v0.7.1 |
| 1660 | 2026-09-04T21:33:39.555Z | Compiling aws-lc-rs v1.18.0 |
| 1661 | 2026-09-04T21:33:39.559Z | Compiling httparse v1.10.1 |
| 1662 | 2026-09-04T21:33:39.578Z | Compiling ryu v1.0.23 |
| 1663 | 2026-09-04T21:33:39.594Z | Compiling tower-layer v0.3.3 |
| 1664 | 2026-09-04T21:33:39.643Z | Compiling tower-service v0.3.3 |
| 1665 | 2026-09-04T21:33:39.743Z | Compiling try-lock v0.2.5 |
| 1666 | 2026-09-04T21:33:39.757Z | Compiling untrusted v0.9.0 |
| 1667 | 2026-09-04T21:33:39.757Z | Compiling rustls v0.23.43 |
| 1668 | 2026-09-04T21:33:39.797Z | Compiling pretty-hex v0.4.2 |
| 1669 | 2026-09-04T21:33:39.854Z | Compiling want v0.3.1 |
| 1670 | 2026-09-04T21:33:39.869Z | Compiling rustix v1.1.4 |
| 1671 | 2026-09-04T21:33:39.880Z | Compiling plain v0.2.3 |
| 1672 | 2026-09-04T21:33:39.932Z | Compiling httpdate v1.0.3 |
| 1673 | 2026-09-04T21:33:39.990Z | Compiling omicron-workspace-hack v0.1.0 |
| 1674 | 2026-09-04T21:33:40.003Z | Compiling getrandom v0.3.4 |
| 1675 | 2026-09-04T21:33:40.019Z | Compiling ucd-trie v0.1.7 |
| 1676 | 2026-09-04T21:33:40.060Z | Compiling regex-syntax v0.8.11 |
| 1677 | 2026-09-04T21:33:40.172Z | Compiling pest v2.8.8 |
| 1678 | 2026-09-04T21:33:40.187Z | Compiling rand_core v0.9.5 |
| 1679 | 2026-09-04T21:33:40.310Z | Compiling crossbeam-utils v0.8.22 |
| 1680 | 2026-09-04T21:33:40.408Z | Compiling tokio-util v0.7.19 |
| 1681 | 2026-09-04T21:33:40.825Z | Compiling rustls-webpki v0.103.14 |
| 1682 | 2026-09-04T21:33:41.042Z | Compiling h2 v0.4.15 |
| 1683 | 2026-09-04T21:33:41.110Z | Compiling serde_urlencoded v0.7.1 |
| 1684 | 2026-09-04T21:33:41.157Z | Compiling newtype-uuid v1.4.0 |
| 1685 | 2026-09-04T21:33:41.454Z | Compiling http-body-util v0.1.5 |
| 1686 | 2026-09-04T21:33:41.489Z | Compiling foldhash v0.2.0 |
| 1687 | 2026-09-04T21:33:41.722Z | Compiling hex v0.4.3 |
| 1688 | 2026-09-04T21:33:41.733Z | Compiling daft v0.1.8 |
| 1689 | 2026-09-04T21:33:41.763Z | Compiling rand_chacha v0.9.0 |
| 1690 | 2026-09-04T21:33:41.987Z | Compiling fastrand v2.5.0 |
| 1691 | 2026-09-04T21:33:42.004Z | Compiling rand v0.9.5 |
| 1692 | 2026-09-04T21:33:42.154Z | Compiling sync_wrapper v1.0.2 |
| 1693 | 2026-09-04T21:33:42.256Z | Compiling tower v0.5.3 |
| 1694 | 2026-09-04T21:33:42.268Z | Compiling generic-array v0.14.7 |
| 1695 | 2026-09-04T21:33:42.579Z | Compiling anyhow v1.0.104 |
| 1696 | 2026-09-04T21:33:42.614Z | Compiling aho-corasick v1.1.5 |
| 1697 | 2026-09-04T21:33:42.642Z | Compiling tempfile v3.27.0 |
| 1698 | 2026-09-04T21:33:42.715Z | Compiling tower-http v0.6.11 |
| 1699 | 2026-09-04T21:33:42.733Z | Compiling hashbrown v0.16.1 |
| 1700 | 2026-09-04T21:33:42.769Z | Compiling futures-executor v0.3.34 |
| 1701 | 2026-09-04T21:33:42.953Z | Compiling camino v1.2.5 |
| 1702 | 2026-09-04T21:33:43.028Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-09-04T21:33:43.045Z | Compiling num_threads v0.1.7 |
| 1704 | 2026-09-04T21:33:43.135Z | Compiling time-core v0.1.9 |
| 1705 | 2026-09-04T21:33:43.146Z | Compiling deranged v0.5.8 |
| 1706 | 2026-09-04T21:33:43.317Z | Compiling hyper v1.11.1 |
| 1707 | 2026-09-04T21:33:43.329Z | Compiling openssl-probe v0.2.1 |
| 1708 | 2026-09-04T21:33:43.373Z | Compiling cpufeatures v0.3.0 |
| 1709 | 2026-09-04T21:33:43.450Z | Compiling regex-automata v0.4.18 |
| 1710 | 2026-09-04T21:33:43.514Z | Compiling num-conv v0.2.2 |
| 1711 | 2026-09-04T21:33:43.730Z | Compiling powerfmt v0.2.0 |
| 1712 | 2026-09-04T21:33:43.948Z | Compiling rustls-native-certs v0.8.4 |
| 1713 | 2026-09-04T21:33:44.124Z | Compiling time v0.3.55 |
| 1714 | 2026-09-04T21:33:44.156Z | Compiling futures v0.3.34 |
| 1715 | 2026-09-04T21:33:44.239Z | Compiling scroll v0.13.0 |
| 1716 | 2026-09-04T21:33:44.288Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-09-04T21:33:44.481Z | Compiling hyper-util v0.1.20 |
| 1718 | 2026-09-04T21:33:44.517Z | Compiling hybrid-array v0.4.14 |
| 1719 | 2026-09-04T21:33:44.563Z | Compiling adler2 v2.0.1 |
| 1720 | 2026-09-04T21:33:44.632Z | Compiling simd-adler32 v0.3.10 |
| 1721 | 2026-09-04T21:33:44.699Z | Compiling winnow v1.0.4 |
| 1722 | 2026-09-04T21:33:44.843Z | Compiling miniz_oxide v0.8.9 |
| 1723 | 2026-09-04T21:33:45.037Z | Compiling goblin v0.10.7 |
| 1724 | 2026-09-04T21:33:45.065Z | Compiling rustls-platform-verifier v0.7.0 |
| 1725 | 2026-09-04T21:33:45.299Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-09-04T21:33:45.493Z | Compiling crossbeam-channel v0.5.16 |
| 1727 | 2026-09-04T21:33:45.777Z | Compiling hyper-rustls v0.27.9 |
| 1728 | 2026-09-04T21:33:45.795Z | Compiling crc32fast v1.5.0 |
| 1729 | 2026-09-04T21:33:45.984Z | Compiling reqwest v0.13.4 |
| 1730 | 2026-09-04T21:33:45.996Z | Compiling flate2 v1.1.9 |
| 1731 | 2026-09-04T21:33:46.075Z | Compiling regex v1.13.1 |
| 1732 | 2026-09-04T21:33:46.106Z | Compiling block-buffer v0.12.1 |
| 1733 | 2026-09-04T21:33:46.200Z | Compiling crypto-common v0.2.2 |
| 1734 | 2026-09-04T21:33:46.272Z | Compiling crypto-common v0.1.7 |
| 1735 | 2026-09-04T21:33:46.407Z | Compiling dtrace-parser v0.3.0 |
| 1736 | 2026-09-04T21:33:46.421Z | Compiling rand_chacha v0.3.1 |
| 1737 | 2026-09-04T21:33:46.518Z | Compiling thread-id v5.1.0 |
| 1738 | 2026-09-04T21:33:46.606Z | Compiling thread_local v1.1.10 |
| 1739 | 2026-09-04T21:33:46.766Z | Compiling compression-core v0.4.32 |
| 1740 | 2026-09-04T21:33:46.828Z | Compiling debug-ignore v1.0.5 |
| 1741 | 2026-09-04T21:33:46.877Z | Compiling const-oid v0.10.2 |
| 1742 | 2026-09-04T21:33:46.928Z | Compiling match_cfg v0.1.0 |
| 1743 | 2026-09-04T21:33:46.940Z | Compiling compression-codecs v0.4.38 |
| 1744 | 2026-09-04T21:33:47.477Z | Compiling hostname v0.3.1 |
| 1745 | 2026-09-04T21:33:47.562Z | Compiling rand v0.8.7 |
| 1746 | 2026-09-04T21:33:47.563Z | Compiling digest v0.11.3 |
| 1747 | 2026-09-04T21:33:47.563Z | Compiling slog-json v2.6.1 |
| 1748 | 2026-09-04T21:33:47.563Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1749 | 2026-09-04T21:33:47.563Z | Compiling ref-cast v1.0.26 |
| 1750 | 2026-09-04T21:33:47.563Z | Compiling strum v0.26.3 |
| 1751 | 2026-09-04T21:33:47.563Z | Compiling macaddr v1.0.1 |
| 1752 | 2026-09-04T21:33:47.564Z | Compiling serde_spanned v1.1.1 |
| 1753 | 2026-09-04T21:33:47.564Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1754 | 2026-09-04T21:33:47.564Z | Compiling wait-timeout v0.2.1 |
| 1755 | 2026-09-04T21:33:47.564Z | Compiling is-terminal v0.4.17 |
| 1756 | 2026-09-04T21:33:47.565Z | Compiling memmap2 v0.9.11 |
| 1757 | 2026-09-04T21:33:47.596Z | Compiling encoding_rs v0.8.35 |
| 1758 | 2026-09-04T21:33:47.676Z | Compiling mime v0.3.17 |
| 1759 | 2026-09-04T21:33:47.676Z | Compiling term v1.2.1 |
| 1760 | 2026-09-04T21:33:47.758Z | Compiling take_mut v0.2.2 |
| 1761 | 2026-09-04T21:33:47.835Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1762 | 2026-09-04T21:33:47.835Z | Compiling dof v0.4.0 |
| 1763 | 2026-09-04T21:33:47.835Z | Compiling spin v0.9.9 |
| 1764 | 2026-09-04T21:33:47.963Z | Compiling quick-error v1.2.3 |
| 1765 | 2026-09-04T21:33:48.025Z | Compiling bit-vec v0.8.0 |
| 1766 | 2026-09-04T21:33:48.026Z | Compiling either v1.17.0 |
| 1767 | 2026-09-04T21:33:48.026Z | Compiling rusty-fork v0.3.1 |
| 1768 | 2026-09-04T21:33:48.190Z | Compiling bit-set v0.8.0 |
| 1769 | 2026-09-04T21:33:48.190Z | Compiling slog-term v2.9.2 |
| 1770 | 2026-09-04T21:33:48.355Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1771 | 2026-09-04T21:33:48.415Z | Compiling slog-async v2.8.0 |
| 1772 | 2026-09-04T21:33:48.415Z | Compiling slog-bunyan v2.5.0 |
| 1773 | 2026-09-04T21:33:48.526Z | Compiling usdt-impl v0.6.0 |
| 1774 | 2026-09-04T21:33:48.838Z | Compiling multer v3.1.0 |
| 1775 | 2026-09-04T21:33:48.890Z | Compiling usdt v0.6.0 |
| 1776 | 2026-09-04T21:33:49.147Z | Compiling sha1 v0.11.0 |
| 1777 | 2026-09-04T21:33:49.209Z | Compiling async-compression v0.4.43 |
| 1778 | 2026-09-04T21:33:49.209Z | Compiling serde_with v3.22.0 |
| 1779 | 2026-09-04T21:33:49.289Z | Compiling async-stream v0.3.6 |
| 1780 | 2026-09-04T21:33:49.388Z | Compiling rand_xorshift v0.4.0 |
| 1781 | 2026-09-04T21:33:49.439Z | Compiling waitgroup v0.1.2 |
| 1782 | 2026-09-04T21:33:49.480Z | Compiling rustls-pemfile v2.2.0 |
| 1783 | 2026-09-04T21:33:49.542Z | Compiling serde_path_to_error v0.1.20 |
| 1784 | 2026-09-04T21:33:49.542Z | Compiling hostname v0.4.2 |
| 1785 | 2026-09-04T21:33:49.542Z | Compiling unarray v0.1.4 |
| 1786 | 2026-09-04T21:33:49.642Z | Compiling proptest v1.11.0 |
| 1787 | 2026-09-04T21:33:49.694Z | Compiling strum v0.27.2 |
| 1788 | 2026-09-04T21:33:49.694Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1789 | 2026-09-04T21:33:49.752Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1790 | 2026-09-04T21:33:49.819Z | Compiling dropshot v0.17.1 |
| 1791 | 2026-09-04T21:33:49.819Z | Compiling progenitor-client v0.14.0 |
| 1792 | 2026-09-04T21:33:49.905Z | Compiling iddqd v0.4.6 |
| 1793 | 2026-09-04T21:33:49.905Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1794 | 2026-09-04T21:33:49.905Z | Compiling reqwest v0.12.28 |
| 1795 | 2026-09-04T21:33:49.979Z | Compiling block-buffer v0.10.4 |
| 1796 | 2026-09-04T21:33:50.090Z | Compiling backon v1.6.0 |
| 1797 | 2026-09-04T21:33:50.126Z | Compiling instant v0.1.13 |
| 1798 | 2026-09-04T21:33:50.126Z | Compiling digest v0.10.7 |
| 1799 | 2026-09-04T21:33:50.223Z | Compiling backoff v0.4.0 |
| 1800 | 2026-09-04T21:33:50.276Z | Compiling progenitor-extras v0.2.0 |
| 1801 | 2026-09-04T21:33:50.307Z | Compiling itertools v0.14.0 |
| 1802 | 2026-09-04T21:33:50.418Z | Compiling parse-display v0.10.0 |
| 1803 | 2026-09-04T21:33:50.527Z | Compiling regress v0.10.5 |
| 1804 | 2026-09-04T21:33:50.771Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1805 | 2026-09-04T21:33:51.013Z | Compiling progenitor-client v0.10.0 |
| 1806 | 2026-09-04T21:33:51.059Z | Compiling humantime v2.4.0 |
| 1807 | 2026-09-04T21:33:51.296Z | Compiling cpufeatures v0.2.17 |
| 1808 | 2026-09-04T21:33:51.398Z | Compiling unicode-width v0.2.2 |
| 1809 | 2026-09-04T21:33:51.599Z | Compiling secrecy v0.10.3 |
| 1810 | 2026-09-04T21:33:51.659Z | Compiling heck v0.5.0 |
| 1811 | 2026-09-04T21:33:51.711Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1812 | 2026-09-04T21:33:51.712Z | Compiling tinyvec_macros v0.1.1 |
| 1813 | 2026-09-04T21:33:51.770Z | Compiling tinyvec v1.12.0 |
| 1814 | 2026-09-04T21:33:51.770Z | Compiling num-integer v0.1.47 |
| 1815 | 2026-09-04T21:33:51.832Z | Compiling scroll v0.12.0 |
| 1816 | 2026-09-04T21:33:52.070Z | Compiling crucible-workspace-hack v0.1.0 |
| 1817 | 2026-09-04T21:33:52.115Z | Compiling hmac v0.12.1 |
| 1818 | 2026-09-04T21:33:52.161Z | Compiling inout v0.1.4 |
| 1819 | 2026-09-04T21:33:52.161Z | Compiling ff v0.13.1 |
| 1820 | 2026-09-04T21:33:52.201Z | Compiling utf8parse v0.2.2 |
| 1821 | 2026-09-04T21:33:52.213Z | Compiling cipher v0.4.4 |
| 1822 | 2026-09-04T21:33:52.246Z | Compiling group v0.13.0 |
| 1823 | 2026-09-04T21:33:52.255Z | Compiling hkdf v0.12.4 |
| 1824 | 2026-09-04T21:33:52.309Z | Compiling anstyle-parse v1.0.0 |
| 1825 | 2026-09-04T21:33:52.355Z | Compiling goblin v0.8.2 |
| 1826 | 2026-09-04T21:33:52.402Z | Compiling num-rational v0.4.2 |
| 1827 | 2026-09-04T21:33:52.425Z | Compiling num-iter v0.1.46 |
| 1828 | 2026-09-04T21:33:52.554Z | Compiling zerocopy v0.7.35 |
| 1829 | 2026-09-04T21:33:52.707Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1830 | 2026-09-04T21:33:52.810Z | Compiling universal-hash v0.5.1 |
| 1831 | 2026-09-04T21:33:52.944Z | Compiling regress v0.11.1 |
| 1832 | 2026-09-04T21:33:52.944Z | Compiling crypto-bigint v0.5.5 |
| 1833 | 2026-09-04T21:33:53.117Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-09-04T21:33:53.201Z | Compiling terminal_size v0.4.4 |
| 1835 | 2026-09-04T21:33:53.349Z | Compiling half v2.7.1 |
| 1836 | 2026-09-04T21:33:53.459Z | Compiling num-complex v0.4.6 |
| 1837 | 2026-09-04T21:33:53.658Z | Compiling base64ct v1.8.3 |
| 1838 | 2026-09-04T21:33:53.854Z | Compiling colorchoice v1.0.5 |
| 1839 | 2026-09-04T21:33:53.890Z | Compiling opaque-debug v0.3.1 |
| 1840 | 2026-09-04T21:33:53.966Z | Compiling ciborium-io v0.2.2 |
| 1841 | 2026-09-04T21:33:53.978Z | Compiling anstyle-query v1.1.5 |
| 1842 | 2026-09-04T21:33:53.978Z | Compiling anstyle v1.0.14 |
| 1843 | 2026-09-04T21:33:54.067Z | Compiling is_terminal_polyfill v1.70.2 |
| 1844 | 2026-09-04T21:33:54.106Z | Compiling base16ct v0.2.0 |
| 1845 | 2026-09-04T21:33:54.174Z | Compiling anstream v1.0.0 |
| 1846 | 2026-09-04T21:33:54.218Z | Compiling elliptic-curve v0.13.8 |
| 1847 | 2026-09-04T21:33:54.270Z | Compiling ciborium-ll v0.2.2 |
| 1848 | 2026-09-04T21:33:54.495Z | Compiling poly1305 v0.8.0 |
| 1849 | 2026-09-04T21:33:54.513Z | Compiling password-hash v0.5.0 |
| 1850 | 2026-09-04T21:33:54.735Z | Compiling dof v0.3.0 |
| 1851 | 2026-09-04T21:33:54.917Z | Compiling typify-impl v0.6.2 |
| 1852 | 2026-09-04T21:33:54.930Z | Compiling num v0.4.3 |
| 1853 | 2026-09-04T21:33:54.952Z | Compiling curve25519-dalek v4.1.3 |
| 1854 | 2026-09-04T21:33:55.006Z | Compiling thiserror-no-std v2.0.2 |
| 1855 | 2026-09-04T21:33:55.248Z | Compiling chacha20 v0.9.1 |
| 1856 | 2026-09-04T21:33:55.481Z | Compiling crossbeam-epoch v0.9.20 |
| 1857 | 2026-09-04T21:33:55.538Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1858 | 2026-09-04T21:33:55.845Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1859 | 2026-09-04T21:33:56.070Z | Compiling blake2 v0.10.6 |
| 1860 | 2026-09-04T21:33:56.096Z | Compiling aead v0.5.2 |
| 1861 | 2026-09-04T21:33:56.149Z | Compiling byte-wrapper v0.1.0 |
| 1862 | 2026-09-04T21:33:56.244Z | Compiling dtrace-parser v0.2.0 |
| 1863 | 2026-09-04T21:33:56.255Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1864 | 2026-09-04T21:33:56.270Z | Compiling thread-id v4.2.2 |
| 1865 | 2026-09-04T21:33:56.355Z | Compiling float-ord v0.3.2 |
| 1866 | 2026-09-04T21:33:56.479Z | Compiling strsim v0.11.1 |
| 1867 | 2026-09-04T21:33:56.511Z | Compiling keccak v0.1.6 |
| 1868 | 2026-09-04T21:33:56.524Z | Compiling clap_lex v1.1.0 |
| 1869 | 2026-09-04T21:33:56.527Z | Compiling usdt-impl v0.5.0 |
| 1870 | 2026-09-04T21:33:56.563Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1871 | 2026-09-04T21:33:56.798Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1872 | 2026-09-04T21:33:56.809Z | Compiling clap_builder v4.6.6 |
| 1873 | 2026-09-04T21:33:56.855Z | Compiling sha3 v0.10.9 |
| 1874 | 2026-09-04T21:33:57.020Z | Compiling typify v0.6.2 |
| 1875 | 2026-09-04T21:33:57.137Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-09-04T21:33:57.178Z | Compiling argon2 v0.5.3 |
| 1877 | 2026-09-04T21:33:57.684Z | Compiling chacha20poly1305 v0.10.1 |
| 1878 | 2026-09-04T21:33:58.080Z | Compiling vsss-rs v3.3.4 |
| 1879 | 2026-09-04T21:33:58.124Z | Compiling ciborium v0.2.2 |
| 1880 | 2026-09-04T21:33:58.199Z | Compiling hash32 v0.3.1 |
| 1881 | 2026-09-04T21:33:58.361Z | Compiling memmap v0.7.0 |
| 1882 | 2026-09-04T21:33:58.557Z | Compiling data-encoding v2.11.1 |
| 1883 | 2026-09-04T21:33:58.765Z | Compiling indent_write v2.2.0 |
| 1884 | 2026-09-04T21:33:58.828Z | Compiling usdt v0.5.0 |
| 1885 | 2026-09-04T21:33:58.943Z | Compiling clap v4.6.6 |
| 1886 | 2026-09-04T21:33:58.990Z | Compiling heapless v0.8.0 |
| 1887 | 2026-09-04T21:33:59.103Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1888 | 2026-09-04T21:33:59.209Z | Compiling ingot-types v0.1.2 |
| 1889 | 2026-09-04T21:33:59.310Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1890 | 2026-09-04T21:33:59.408Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1891 | 2026-09-04T21:33:59.423Z | Compiling rustix v0.38.44 |
| 1892 | 2026-09-04T21:33:59.442Z | Compiling tabwriter v1.4.1 |
| 1893 | 2026-09-04T21:33:59.641Z | Compiling cobs v0.3.0 |
| 1894 | 2026-09-04T21:33:59.670Z | Compiling bitflags v1.3.2 |
| 1895 | 2026-09-04T21:33:59.685Z | Compiling managed v0.8.0 |
| 1896 | 2026-09-04T21:33:59.758Z | Compiling ingot v0.1.1 |
| 1897 | 2026-09-04T21:33:59.836Z | Compiling postcard v1.1.3 |
| 1898 | 2026-09-04T21:33:59.908Z | Compiling smoltcp v0.11.0 |
| 1899 | 2026-09-04T21:34:00.184Z | Compiling memoffset v0.9.1 |
| 1900 | 2026-09-04T21:34:00.263Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1901 | 2026-09-04T21:34:00.324Z | Compiling serde_spanned v0.6.9 |
| 1902 | 2026-09-04T21:34:00.475Z | Compiling toml_datetime v0.6.11 |
| 1903 | 2026-09-04T21:34:00.488Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1904 | 2026-09-04T21:34:00.526Z | Compiling colored v3.1.1 |
| 1905 | 2026-09-04T21:34:00.756Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1906 | 2026-09-04T21:34:00.778Z | Compiling static_assertions v1.1.0 |
| 1907 | 2026-09-04T21:34:00.922Z | Compiling unicode-segmentation v1.13.3 |
| 1908 | 2026-09-04T21:34:00.952Z | Compiling resolv-conf v0.7.6 |
| 1909 | 2026-09-04T21:34:01.279Z | Compiling toml_write v0.1.2 |
| 1910 | 2026-09-04T21:34:01.280Z | Compiling foreign-types-shared v0.3.1 |
| 1911 | 2026-09-04T21:34:01.382Z | Compiling swrite v0.1.0 |
| 1912 | 2026-09-04T21:34:01.481Z | Compiling winnow v0.7.15 |
| 1913 | 2026-09-04T21:34:01.499Z | Compiling linked-hash-map v0.5.6 |
| 1914 | 2026-09-04T21:34:01.644Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1915 | 2026-09-04T21:34:01.700Z | Compiling lru-cache v0.1.2 |
| 1916 | 2026-09-04T21:34:01.809Z | Compiling foreign-types v0.5.0 |
| 1917 | 2026-09-04T21:34:01.823Z | Compiling newline-converter v0.3.0 |
| 1918 | 2026-09-04T21:34:01.839Z | Compiling hubpack v0.1.2 |
| 1919 | 2026-09-04T21:34:01.877Z | Compiling nix v0.31.3 |
| 1920 | 2026-09-04T21:34:01.939Z | Compiling num_enum v0.7.6 |
| 1921 | 2026-09-04T21:34:02.064Z | Compiling atomicwrites v0.4.4 |
| 1922 | 2026-09-04T21:34:02.076Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1923 | 2026-09-04T21:34:02.185Z | Compiling crossbeam-deque v0.8.7 |
| 1924 | 2026-09-04T21:34:02.269Z | Compiling hickory-proto v0.24.4 |
| 1925 | 2026-09-04T21:34:02.385Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1926 | 2026-09-04T21:34:02.509Z | Compiling console v0.16.4 |
| 1927 | 2026-09-04T21:34:02.769Z | Compiling chacha20 v0.10.1 |
| 1928 | 2026-09-04T21:34:02.807Z | Compiling toml_edit v0.22.27 |
| 1929 | 2026-09-04T21:34:02.975Z | Compiling camino-tempfile v1.4.1 |
| 1930 | 2026-09-04T21:34:03.031Z | Compiling serde-big-array v0.5.1 |
| 1931 | 2026-09-04T21:34:03.130Z | Compiling cstr-argument v0.1.2 |
| 1932 | 2026-09-04T21:34:03.176Z | Compiling siphasher v1.0.3 |
| 1933 | 2026-09-04T21:34:03.220Z | Compiling similar v3.2.0 |
| 1934 | 2026-09-04T21:34:03.274Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1935 | 2026-09-04T21:34:03.376Z | Compiling phf_shared v0.12.1 |
| 1936 | 2026-09-04T21:34:03.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1937 | 2026-09-04T21:34:03.556Z | Compiling pin-project v1.1.13 |
| 1938 | 2026-09-04T21:34:03.564Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1939 | 2026-09-04T21:34:03.715Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1940 | 2026-09-04T21:34:03.838Z | Compiling rand v0.10.2 |
| 1941 | 2026-09-04T21:34:04.030Z | Compiling expectorate v1.3.0 |
| 1942 | 2026-09-04T21:34:04.552Z | Compiling toml v0.8.23 |
| 1943 | 2026-09-04T21:34:05.183Z | Compiling hickory-resolver v0.24.4 |
| 1944 | 2026-09-04T21:34:05.389Z | Compiling rayon-core v1.13.0 |
| 1945 | 2026-09-04T21:34:05.402Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1946 | 2026-09-04T21:34:05.424Z | Compiling num_enum v0.5.11 |
| 1947 | 2026-09-04T21:34:05.543Z | Compiling prettyplease v0.2.37 |
| 1948 | 2026-09-04T21:34:05.611Z | Compiling progenitor-impl v0.13.0 |
| 1949 | 2026-09-04T21:34:05.687Z | Compiling unicode-normalization v0.1.25 |
| 1950 | 2026-09-04T21:34:06.175Z | Compiling progenitor-client v0.13.0 |
| 1951 | 2026-09-04T21:34:06.343Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1952 | 2026-09-04T21:34:06.414Z | Compiling tokio-stream v0.1.19 |
| 1953 | 2026-09-04T21:34:06.470Z | Compiling csv-core v0.1.13 |
| 1954 | 2026-09-04T21:34:06.697Z | Compiling bstr v1.13.1 |
| 1955 | 2026-09-04T21:34:06.728Z | Compiling konst_macro_rules v0.2.19 |
| 1956 | 2026-09-04T21:34:06.832Z | Compiling same-file v1.0.6 |
| 1957 | 2026-09-04T21:34:06.895Z | Compiling jiff-core v0.1.0 |
| 1958 | 2026-09-04T21:34:06.914Z | Compiling unicode-width v0.1.14 |
| 1959 | 2026-09-04T21:34:06.994Z | Compiling foldhash v0.1.5 |
| 1960 | 2026-09-04T21:34:07.177Z | Compiling highway v1.3.0 |
| 1961 | 2026-09-04T21:34:07.193Z | Compiling foreign-types-shared v0.1.1 |
| 1962 | 2026-09-04T21:34:07.200Z | Compiling hashbrown v0.15.5 |
| 1963 | 2026-09-04T21:34:07.285Z | Compiling foreign-types v0.3.2 |
| 1964 | 2026-09-04T21:34:07.362Z | Compiling globset v0.4.20 |
| 1965 | 2026-09-04T21:34:07.507Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1966 | 2026-09-04T21:34:07.529Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1967 | 2026-09-04T21:34:07.631Z | Compiling walkdir v2.5.0 |
| 1968 | 2026-09-04T21:34:07.742Z | Compiling jiff v0.2.35 |
| 1969 | 2026-09-04T21:34:07.908Z | Compiling konst v0.2.20 |
| 1970 | 2026-09-04T21:34:08.026Z | Compiling qorb v0.4.1 |
| 1971 | 2026-09-04T21:34:08.132Z | Compiling progenitor v0.13.0 |
| 1972 | 2026-09-04T21:34:08.155Z | Compiling csv v1.4.0 |
| 1973 | 2026-09-04T21:34:08.278Z | Compiling snafu v0.8.9 |
| 1974 | 2026-09-04T21:34:08.749Z | Compiling olpc-cjson v0.1.4 |
| 1975 | 2026-09-04T21:34:08.807Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1976 | 2026-09-04T21:34:08.918Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1977 | 2026-09-04T21:34:09.208Z | Compiling rayon v1.12.0 |
| 1978 | 2026-09-04T21:34:10.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1979 | 2026-09-04T21:34:10.123Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1980 | 2026-09-04T21:34:10.498Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1981 | 2026-09-04T21:34:10.880Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1982 | 2026-09-04T21:34:11.011Z | Compiling phf v0.12.1 |
| 1983 | 2026-09-04T21:34:11.075Z | Compiling openssl-sys v0.9.117 |
| 1984 | 2026-09-04T21:34:11.172Z | Compiling tokio-dtrace v0.1.1 |
| 1985 | 2026-09-04T21:34:11.286Z | Compiling progenitor-impl v0.14.0 |
| 1986 | 2026-09-04T21:34:11.440Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1987 | 2026-09-04T21:34:11.498Z | Compiling itertools v0.12.1 |
| 1988 | 2026-09-04T21:34:11.517Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1989 | 2026-09-04T21:34:11.621Z | Compiling libsw-core v0.3.2 |
| 1990 | 2026-09-04T21:34:11.718Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1991 | 2026-09-04T21:34:11.862Z | Compiling pem v3.0.6 |
| 1992 | 2026-09-04T21:34:12.039Z | Compiling serde_plain v1.0.2 |
| 1993 | 2026-09-04T21:34:12.159Z | Compiling sigpipe v0.1.3 |
| 1994 | 2026-09-04T21:34:12.209Z | Compiling minimal-lexical v0.2.1 |
| 1995 | 2026-09-04T21:34:12.229Z | Compiling bytecount v0.6.9 |
| 1996 | 2026-09-04T21:34:12.242Z | Compiling glob v0.3.4 |
| 1997 | 2026-09-04T21:34:12.246Z | Compiling typed-path v0.9.3 |
| 1998 | 2026-09-04T21:34:12.268Z | Compiling fixedbitset v0.5.7 |
| 1999 | 2026-09-04T21:34:12.369Z | Compiling fixedbitset v0.4.2 |
| 2000 | 2026-09-04T21:34:12.478Z | Compiling petgraph v0.8.3 |
| 2001 | 2026-09-04T21:34:12.600Z | Compiling zone v0.3.1 |
| 2002 | 2026-09-04T21:34:12.605Z | Compiling petgraph v0.6.5 |
| 2003 | 2026-09-04T21:34:12.660Z | Compiling progenitor v0.14.0 |
| 2004 | 2026-09-04T21:34:12.669Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2005 | 2026-09-04T21:34:12.805Z | Compiling nom v7.1.3 |
| 2006 | 2026-09-04T21:34:12.829Z | Compiling papergrid v0.11.0 |
| 2007 | 2026-09-04T21:34:13.331Z | Compiling tough v0.22.0 |
| 2008 | 2026-09-04T21:34:13.339Z | Compiling openssl v0.10.81 |
| 2009 | 2026-09-04T21:34:13.523Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2010 | 2026-09-04T21:34:13.747Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2011 | 2026-09-04T21:34:14.167Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2012 | 2026-09-04T21:34:14.233Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2013 | 2026-09-04T21:34:14.326Z | Compiling libsw v3.5.0 |
| 2014 | 2026-09-04T21:34:14.492Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2015 | 2026-09-04T21:34:14.509Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2016 | 2026-09-04T21:34:14.509Z | Compiling oxide-tokio-rt v0.1.6 |
| 2017 | 2026-09-04T21:34:14.910Z | Compiling chrono-tz v0.10.4 |
| 2018 | 2026-09-04T21:34:14.953Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2019 | 2026-09-04T21:34:14.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2020 | 2026-09-04T21:34:14.954Z | Compiling newtype_derive v0.1.6 |
| 2021 | 2026-09-04T21:34:14.954Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2022 | 2026-09-04T21:34:14.974Z | Compiling slog-dtrace v0.3.0 |
| 2023 | 2026-09-04T21:34:15.128Z | Compiling const_format v0.2.36 |
| 2024 | 2026-09-04T21:34:15.249Z | Compiling cancel-safe-futures v0.1.5 |
| 2025 | 2026-09-04T21:34:15.290Z | Compiling owo-colors v4.3.0 |
| 2026 | 2026-09-04T21:34:15.465Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2027 | 2026-09-04T21:34:15.542Z | Compiling gethostname v0.5.0 |
| 2028 | 2026-09-04T21:34:15.678Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2029 | 2026-09-04T21:34:15.696Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2030 | 2026-09-04T21:34:15.822Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-09-04T21:34:15.974Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-09-04T21:34:16.028Z | Compiling smf v0.2.3 |
| 2033 | 2026-09-04T21:34:16.049Z | Compiling bcs v0.1.6 |
| 2034 | 2026-09-04T21:34:16.339Z | Compiling unicode-linebreak v0.1.5 |
| 2035 | 2026-09-04T21:34:16.372Z | Compiling linear-map v1.2.0 |
| 2036 | 2026-09-04T21:34:16.535Z | Compiling tagptr v0.2.0 |
| 2037 | 2026-09-04T21:34:16.549Z | Compiling lazy_static v1.5.0 |
| 2038 | 2026-09-04T21:34:16.589Z | Compiling smawk v0.3.3 |
| 2039 | 2026-09-04T21:34:16.601Z | Compiling whoami v1.6.1 |
| 2040 | 2026-09-04T21:34:16.683Z | Compiling termtree v0.5.1 |
| 2041 | 2026-09-04T21:34:16.700Z | Compiling moka v0.12.16 |
| 2042 | 2026-09-04T21:34:16.733Z | Compiling textwrap v0.16.2 |
| 2043 | 2026-09-04T21:34:16.854Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2044 | 2026-09-04T21:34:16.966Z | Compiling steno v0.4.1 |
| 2045 | 2026-09-04T21:34:16.991Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2046 | 2026-09-04T21:34:17.290Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2047 | 2026-09-04T21:34:17.457Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2048 | 2026-09-04T21:34:17.566Z | Compiling tabled v0.15.0 |
| 2049 | 2026-09-04T21:34:18.512Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2050 | 2026-09-04T21:34:19.042Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-09-04T21:34:19.298Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-09-04T21:34:19.522Z | Compiling cookie v0.18.2 |
| 2053 | 2026-09-04T21:34:23.058Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-09-04T21:34:23.254Z | Compiling hickory-proto v0.25.2 |
| 2055 | 2026-09-04T21:34:23.254Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2056 | 2026-09-04T21:34:23.254Z | Compiling libscf-sys v1.2.0 |
| 2057 | 2026-09-04T21:34:23.254Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2058 | 2026-09-04T21:34:23.254Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2059 | 2026-09-04T21:34:23.254Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2060 | 2026-09-04T21:34:23.254Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2061 | 2026-09-04T21:34:23.254Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2062 | 2026-09-04T21:34:23.254Z | Compiling hickory-resolver v0.25.2 |
| 2063 | 2026-09-04T21:34:23.254Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2064 | 2026-09-04T21:34:27.624Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2065 | 2026-09-04T21:34:35.126Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2066 | 2026-09-04T21:34:36.748Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2067 | 2026-09-04T21:34:37.771Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2068 | 2026-09-04T21:34:39.122Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2069 | 2026-09-04T21:34:40.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 2070 | 2026-09-04T21:34:40.430Z | Running `target/debug/xtask openapi check` |
| 2071 | 2026-09-04T21:34:40.899Z | Compiling serde_core v1.0.229 |
| 2072 | 2026-09-04T21:34:40.899Z | Compiling serde v1.0.229 |
| 2073 | 2026-09-04T21:34:40.963Z | Compiling serde_json v1.0.151 |
| 2074 | 2026-09-04T21:34:40.970Z | Compiling syn v3.0.3 |
| 2075 | 2026-09-04T21:34:40.973Z | Compiling syn v2.0.119 |
| 2076 | 2026-09-04T21:34:40.978Z | Compiling bytes v1.12.1 |
| 2077 | 2026-09-04T21:34:40.988Z | Compiling getrandom v0.4.3 |
| 2078 | 2026-09-04T21:34:40.988Z | Compiling zerocopy v0.8.56 |
| 2079 | 2026-09-04T21:34:41.001Z | Compiling once_cell v1.21.4 |
| 2080 | 2026-09-04T21:34:41.295Z | Compiling num-traits v0.2.19 |
| 2081 | 2026-09-04T21:34:41.402Z | Compiling schemars v0.8.22 |
| 2082 | 2026-09-04T21:34:41.588Z | Compiling http v1.5.0 |
| 2083 | 2026-09-04T21:34:41.639Z | Compiling hashbrown v0.17.1 |
| 2084 | 2026-09-04T21:34:41.702Z | Compiling zeroize v1.9.0 |
| 2085 | 2026-09-04T21:34:41.881Z | Compiling aws-lc-rs v1.18.0 |
| 2086 | 2026-09-04T21:34:41.907Z | Compiling usdt-impl v0.6.0 |
| 2087 | 2026-09-04T21:34:42.148Z | Compiling time-macros v0.2.32 |
| 2088 | 2026-09-04T21:34:42.190Z | Compiling rustls-pki-types v1.15.1 |
| 2089 | 2026-09-04T21:34:42.248Z | Compiling tracing-core v0.1.36 |
| 2090 | 2026-09-04T21:34:42.532Z | Compiling bitflags v2.13.1 |
| 2091 | 2026-09-04T21:34:42.657Z | Compiling tracing v0.1.44 |
| 2092 | 2026-09-04T21:34:42.843Z | Compiling http-body v1.1.0 |
| 2093 | 2026-09-04T21:34:42.894Z | Compiling generic-array v0.14.7 |
| 2094 | 2026-09-04T21:34:43.115Z | Compiling uuid v1.26.0 |
| 2095 | 2026-09-04T21:34:43.132Z | Compiling indexmap v2.14.0 |
| 2096 | 2026-09-04T21:34:43.317Z | Compiling time v0.3.55 |
| 2097 | 2026-09-04T21:34:43.548Z | Compiling pest_generator v2.8.8 |
| 2098 | 2026-09-04T21:34:43.806Z | Compiling serde_derive_internals v0.29.1 |
| 2099 | 2026-09-04T21:34:43.961Z | Compiling serde_derive v1.0.229 |
| 2100 | 2026-09-04T21:34:44.070Z | Compiling thiserror-impl v2.0.20 |
| 2101 | 2026-09-04T21:34:44.123Z | Compiling tokio-macros v2.7.2 |
| 2102 | 2026-09-04T21:34:44.187Z | Compiling futures-macro v0.3.34 |
| 2103 | 2026-09-04T21:34:44.280Z | Compiling camino v1.2.5 |
| 2104 | 2026-09-04T21:34:44.696Z | Compiling rustls v0.23.43 |
| 2105 | 2026-09-04T21:34:44.709Z | Compiling rustls-webpki v0.103.14 |
| 2106 | 2026-09-04T21:34:44.755Z | Compiling zerocopy-derive v0.8.56 |
| 2107 | 2026-09-04T21:34:44.850Z | Compiling pest_derive v2.8.8 |
| 2108 | 2026-09-04T21:34:44.876Z | Compiling tokio v1.53.1 |
| 2109 | 2026-09-04T21:34:45.001Z | Compiling scroll_derive v0.13.1 |
| 2110 | 2026-09-04T21:34:45.125Z | Compiling schemars_derive v0.8.22 |
| 2111 | 2026-09-04T21:34:45.275Z | Compiling thiserror v2.0.20 |
| 2112 | 2026-09-04T21:34:45.381Z | Compiling futures-util v0.3.34 |
| 2113 | 2026-09-04T21:34:45.487Z | Compiling dtrace-parser v0.3.0 |
| 2114 | 2026-09-04T21:34:45.814Z | Compiling scroll v0.13.0 |
| 2115 | 2026-09-04T21:34:46.083Z | Compiling goblin v0.10.7 |
| 2116 | 2026-09-04T21:34:46.438Z | Compiling rustix v1.1.4 |
| 2117 | 2026-09-04T21:34:47.076Z | Compiling erased-serde v0.3.31 |
| 2118 | 2026-09-04T21:34:47.196Z | Compiling chrono v0.4.45 |
| 2119 | 2026-09-04T21:34:47.567Z | Compiling slog v2.8.2 |
| 2120 | 2026-09-04T21:34:47.630Z | Compiling serde_tokenstream v0.2.3 |
| 2121 | 2026-09-04T21:34:47.677Z | Compiling winnow v1.0.4 |
| 2122 | 2026-09-04T21:34:47.914Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2123 | 2026-09-04T21:34:47.963Z | Compiling subtle v2.6.1 |
| 2124 | 2026-09-04T21:34:48.023Z | Compiling crossbeam-epoch v0.9.20 |
| 2125 | 2026-09-04T21:34:48.307Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2126 | 2026-09-04T21:34:48.663Z | Compiling tokio-util v0.7.19 |
| 2127 | 2026-09-04T21:34:49.197Z | Compiling dof v0.4.0 |
| 2128 | 2026-09-04T21:34:49.259Z | Compiling h2 v0.4.15 |
| 2129 | 2026-09-04T21:34:49.338Z | Compiling oxnet v0.1.7 |
| 2130 | 2026-09-04T21:34:49.433Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2131 | 2026-09-04T21:34:49.922Z | Compiling slog-json v2.6.1 |
| 2132 | 2026-09-04T21:34:50.135Z | Compiling futures-executor v0.3.34 |
| 2133 | 2026-09-04T21:34:50.386Z | Compiling usdt-attr-macro v0.6.0 |
| 2134 | 2026-09-04T21:34:50.411Z | Compiling usdt-macro v0.6.0 |
| 2135 | 2026-09-04T21:34:50.621Z | Compiling openapiv3 v2.2.0 |
| 2136 | 2026-09-04T21:34:50.885Z | Compiling async-stream-impl v0.3.6 |
| 2137 | 2026-09-04T21:34:50.916Z | Compiling serde_spanned v1.1.1 |
| 2138 | 2026-09-04T21:34:51.098Z | Compiling semver v1.0.28 |
| 2139 | 2026-09-04T21:34:51.123Z | Compiling rustix v0.38.44 |
| 2140 | 2026-09-04T21:34:51.376Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2141 | 2026-09-04T21:34:51.435Z | Compiling hyper v1.11.1 |
| 2142 | 2026-09-04T21:34:51.508Z | Compiling async-stream v0.3.6 |
| 2143 | 2026-09-04T21:34:51.534Z | Compiling dropshot_endpoint v0.17.1 |
| 2144 | 2026-09-04T21:34:51.549Z | Compiling serde_urlencoded v0.7.1 |
| 2145 | 2026-09-04T21:34:51.682Z | Compiling slog-async v2.8.0 |
| 2146 | 2026-09-04T21:34:51.798Z | Compiling slog-term v2.9.2 |
| 2147 | 2026-09-04T21:34:52.181Z | Compiling multer v3.1.0 |
| 2148 | 2026-09-04T21:34:52.200Z | Compiling usdt v0.6.0 |
| 2149 | 2026-09-04T21:34:52.297Z | Compiling tokio-rustls v0.26.4 |
| 2150 | 2026-09-04T21:34:52.446Z | Compiling futures v0.3.34 |
| 2151 | 2026-09-04T21:34:52.474Z | Compiling slog-bunyan v2.5.0 |
| 2152 | 2026-09-04T21:34:52.528Z | Compiling hyper-util v0.1.20 |
| 2153 | 2026-09-04T21:34:52.563Z | Compiling proc-macro-crate v3.5.0 |
| 2154 | 2026-09-04T21:34:52.612Z | Compiling async-compression v0.4.43 |
| 2155 | 2026-09-04T21:34:52.756Z | Compiling async-trait v0.1.92 |
| 2156 | 2026-09-04T21:34:52.921Z | Compiling http-body-util v0.1.5 |
| 2157 | 2026-09-04T21:34:52.979Z | Compiling serde_path_to_error v0.1.20 |
| 2158 | 2026-09-04T21:34:53.005Z | Compiling rustls-pemfile v2.2.0 |
| 2159 | 2026-09-04T21:34:53.108Z | Compiling aho-corasick v1.1.5 |
| 2160 | 2026-09-04T21:34:53.151Z | Compiling tempfile v3.27.0 |
| 2161 | 2026-09-04T21:34:53.192Z | Compiling num_enum_derive v0.7.6 |
| 2162 | 2026-09-04T21:34:53.201Z | Compiling crossbeam-deque v0.8.7 |
| 2163 | 2026-09-04T21:34:53.395Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2164 | 2026-09-04T21:34:53.556Z | Compiling crypto-common v0.1.7 |
| 2165 | 2026-09-04T21:34:53.706Z | Compiling block-buffer v0.10.4 |
| 2166 | 2026-09-04T21:34:53.758Z | Compiling git-stub v1.0.0 |
| 2167 | 2026-09-04T21:34:53.825Z | Compiling dropshot v0.17.1 |
| 2168 | 2026-09-04T21:34:53.830Z | Compiling clap_builder v4.6.6 |
| 2169 | 2026-09-04T21:34:53.842Z | Compiling digest v0.10.7 |
| 2170 | 2026-09-04T21:34:54.026Z | Compiling regex-automata v0.4.18 |
| 2171 | 2026-09-04T21:34:54.047Z | Compiling atomicwrites v0.4.4 |
| 2172 | 2026-09-04T21:34:54.230Z | Compiling rayon-core v1.13.0 |
| 2173 | 2026-09-04T21:34:54.240Z | Compiling fs-err v3.3.1 |
| 2174 | 2026-09-04T21:34:54.271Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2175 | 2026-09-04T21:34:54.278Z | Compiling num_enum v0.7.6 |
| 2176 | 2026-09-04T21:34:54.398Z | Compiling terminal_size v0.4.4 |
| 2177 | 2026-09-04T21:34:54.537Z | Compiling clap_derive v4.6.4 |
| 2178 | 2026-09-04T21:34:54.546Z | Compiling serde_repr v0.1.21 |
| 2179 | 2026-09-04T21:34:54.924Z | Compiling nom v8.0.0 |
| 2180 | 2026-09-04T21:34:55.012Z | Compiling bstr v1.13.1 |
| 2181 | 2026-09-04T21:34:55.106Z | Compiling is_ci v1.2.0 |
| 2182 | 2026-09-04T21:34:55.134Z | Compiling either v1.17.0 |
| 2183 | 2026-09-04T21:34:55.245Z | Compiling sha2 v0.10.9 |
| 2184 | 2026-09-04T21:34:55.322Z | Compiling rayon v1.12.0 |
| 2185 | 2026-09-04T21:34:55.378Z | Compiling similar v2.7.0 |
| 2186 | 2026-09-04T21:34:55.622Z | Compiling supports-color v3.0.2 |
| 2187 | 2026-09-04T21:34:55.795Z | Compiling regex v1.13.1 |
| 2188 | 2026-09-04T21:34:56.170Z | Compiling clap v4.6.6 |
| 2189 | 2026-09-04T21:34:56.252Z | Compiling drift v0.2.0 |
| 2190 | 2026-09-04T21:34:56.262Z | Compiling textwrap v0.16.2 |
| 2191 | 2026-09-04T21:34:56.269Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2192 | 2026-09-04T21:34:56.712Z | Compiling git-stub-vcs v0.1.0 |
| 2193 | 2026-09-04T21:34:56.745Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2194 | 2026-09-04T21:34:56.880Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2195 | 2026-09-04T21:34:57.060Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2196 | 2026-09-04T21:34:57.080Z | Compiling dropshot-api-manager v0.8.0 |
| 2197 | 2026-09-04T21:35:02.087Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2198 | 2026-09-04T21:35:03.306Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2199 | 2026-09-04T21:35:10.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.13s |
| 2200 | 2026-09-04T21:35:10.688Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2201 | 2026-09-04T21:35:10.716Z | ------- |
| 2202 | 2026-09-04T21:35:10.716Z | Generating OpenAPI documents from API definitions ... |
| 2203 | 2026-09-04T21:35:10.781Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2204 | 2026-09-04T21:35:10.823Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2205 | 2026-09-04T21:35:10.975Z | ------- |
| 2206 | 2026-09-04T21:35:10.976Z | Checking 14 OpenAPI documents... |
| 2207 | 2026-09-04T21:35:10.976Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2208 | 2026-09-04T21:35:10.976Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2209 | 2026-09-04T21:35:10.980Z | Fresh ddm-admin "latest" symlink |
| 2210 | 2026-09-04T21:35:10.980Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2211 | 2026-09-04T21:35:10.980Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2212 | 2026-09-04T21:35:10.980Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2213 | 2026-09-04T21:35:10.980Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2214 | 2026-09-04T21:35:10.980Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2215 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2216 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2217 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2218 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2219 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2220 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-09-04T21:35:10.981Z | Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin |
| 2222 | 2026-09-04T21:35:10.981Z | Fresh mg-admin "latest" symlink |
| 2223 | 2026-09-04T21:35:10.981Z | ------- |
| 2224 | 2026-09-04T21:35:10.981Z | Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems |
| 2225 | 2026-09-04T21:35:11.026Z | + banner build |
| 2226 | 2026-09-04T21:35:11.029Z | |
| 2227 | 2026-09-04T21:35:11.029Z | ##### # # # # ##### |
| 2228 | 2026-09-04T21:35:11.029Z | # # # # # # # # |
| 2229 | 2026-09-04T21:35:11.029Z | ##### # # # # # # |
| 2230 | 2026-09-04T21:35:11.029Z | # # # # # # # # |
| 2231 | 2026-09-04T21:35:11.029Z | # # # # # # # # |
| 2232 | 2026-09-04T21:35:11.029Z | ##### #### # ###### ##### |
| 2233 | 2026-09-04T21:35:11.030Z | |
| 2234 | 2026-09-04T21:35:11.030Z | + ptime -m cargo build |
| 2235 | 2026-09-04T21:35:11.650Z | Compiling smallvec v1.15.2 |
| 2236 | 2026-09-04T21:35:11.762Z | Compiling log v0.4.33 |
| 2237 | 2026-09-04T21:35:11.781Z | Compiling slog v2.8.2 |
| 2238 | 2026-09-04T21:35:11.795Z | Compiling ring v0.17.14 |
| 2239 | 2026-09-04T21:35:11.817Z | Compiling webpki-roots v1.0.9 |
| 2240 | 2026-09-04T21:35:11.874Z | Compiling itertools v0.15.0 |
| 2241 | 2026-09-04T21:35:11.899Z | Compiling fxhash v0.2.1 |
| 2242 | 2026-09-04T21:35:11.902Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2243 | 2026-09-04T21:35:11.934Z | Compiling icu_normalizer v2.2.0 |
| 2244 | 2026-09-04T21:35:11.965Z | Compiling parking_lot_core v0.9.12 |
| 2245 | 2026-09-04T21:35:11.966Z | Compiling goblin v0.10.7 |
| 2246 | 2026-09-04T21:35:12.025Z | Compiling goblin v0.8.2 |
| 2247 | 2026-09-04T21:35:12.149Z | Compiling slog-term v2.9.2 |
| 2248 | 2026-09-04T21:35:12.169Z | Compiling slog-async v2.8.0 |
| 2249 | 2026-09-04T21:35:12.268Z | Compiling idna_adapter v1.2.2 |
| 2250 | 2026-09-04T21:35:12.431Z | Compiling idna v1.1.0 |
| 2251 | 2026-09-04T21:35:12.508Z | Compiling parking_lot v0.12.5 |
| 2252 | 2026-09-04T21:35:12.668Z | Compiling slog-json v2.6.1 |
| 2253 | 2026-09-04T21:35:12.798Z | Compiling url v2.5.8 |
| 2254 | 2026-09-04T21:35:12.882Z | Compiling tokio v1.53.1 |
| 2255 | 2026-09-04T21:35:12.895Z | Compiling rustls-webpki v0.103.14 |
| 2256 | 2026-09-04T21:35:13.150Z | Compiling slog-bunyan v2.5.0 |
| 2257 | 2026-09-04T21:35:13.203Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2026-09-04T21:35:13.294Z | Compiling schemars v0.8.22 |
| 2259 | 2026-09-04T21:35:13.339Z | Compiling globset v0.4.20 |
| 2260 | 2026-09-04T21:35:13.627Z | Compiling rustls v0.23.43 |
| 2261 | 2026-09-04T21:35:13.700Z | Compiling moka v0.12.16 |
| 2262 | 2026-09-04T21:35:13.919Z | Compiling parking_lot_core v0.8.6 |
| 2263 | 2026-09-04T21:35:14.186Z | Compiling ipnetwork v0.21.1 |
| 2264 | 2026-09-04T21:35:14.238Z | Compiling newtype-uuid v1.4.0 |
| 2265 | 2026-09-04T21:35:14.523Z | Compiling oxnet v0.1.7 |
| 2266 | 2026-09-04T21:35:14.584Z | Compiling serde_with v3.22.0 |
| 2267 | 2026-09-04T21:35:14.617Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2268 | 2026-09-04T21:35:14.724Z | Compiling typify-impl v0.6.2 |
| 2269 | 2026-09-04T21:35:15.046Z | Compiling daft v0.1.8 |
| 2270 | 2026-09-04T21:35:15.342Z | Compiling dof v0.4.0 |
| 2271 | 2026-09-04T21:35:15.522Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2272 | 2026-09-04T21:35:15.946Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2273 | 2026-09-04T21:35:16.019Z | Compiling iddqd v0.4.6 |
| 2274 | 2026-09-04T21:35:16.389Z | Compiling usdt-impl v0.6.0 |
| 2275 | 2026-09-04T21:35:16.520Z | Compiling typify v0.6.2 |
| 2276 | 2026-09-04T21:35:16.626Z | Compiling tokio-util v0.7.19 |
| 2277 | 2026-09-04T21:35:16.679Z | Compiling tower v0.5.3 |
| 2278 | 2026-09-04T21:35:16.815Z | Compiling tokio-rustls v0.26.4 |
| 2279 | 2026-09-04T21:35:17.050Z | Compiling tower-http v0.6.11 |
| 2280 | 2026-09-04T21:35:17.093Z | Compiling usdt v0.6.0 |
| 2281 | 2026-09-04T21:35:17.127Z | Compiling rustls-platform-verifier v0.7.0 |
| 2282 | 2026-09-04T21:35:17.269Z | Compiling h2 v0.4.15 |
| 2283 | 2026-09-04T21:35:17.367Z | Compiling async-compression v0.4.43 |
| 2284 | 2026-09-04T21:35:17.382Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2285 | 2026-09-04T21:35:17.385Z | Compiling backoff v0.4.0 |
| 2286 | 2026-09-04T21:35:17.479Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-09-04T21:35:17.616Z | Compiling dof v0.3.0 |
| 2288 | 2026-09-04T21:35:17.635Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2289 | 2026-09-04T21:35:17.686Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2290 | 2026-09-04T21:35:17.833Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2291 | 2026-09-04T21:35:17.958Z | Compiling byte-wrapper v0.1.0 |
| 2292 | 2026-09-04T21:35:18.248Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2293 | 2026-09-04T21:35:18.295Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2294 | 2026-09-04T21:35:18.327Z | Compiling usdt-impl v0.5.0 |
| 2295 | 2026-09-04T21:35:18.413Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-09-04T21:35:18.968Z | Compiling usdt v0.5.0 |
| 2297 | 2026-09-04T21:35:19.040Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2298 | 2026-09-04T21:35:19.257Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2299 | 2026-09-04T21:35:19.316Z | Compiling progenitor-impl v0.14.0 |
| 2300 | 2026-09-04T21:35:19.386Z | Compiling hickory-proto v0.24.4 |
| 2301 | 2026-09-04T21:35:19.547Z | Compiling hyper v1.11.1 |
| 2302 | 2026-09-04T21:35:20.307Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2303 | 2026-09-04T21:35:20.384Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2304 | 2026-09-04T21:35:20.419Z | Compiling tokio-stream v0.1.19 |
| 2305 | 2026-09-04T21:35:20.591Z | Compiling progenitor-impl v0.13.0 |
| 2306 | 2026-09-04T21:35:20.624Z | Compiling tokio-dtrace v0.1.1 |
| 2307 | 2026-09-04T21:35:20.899Z | Compiling hyper-util v0.1.20 |
| 2308 | 2026-09-04T21:35:20.912Z | Compiling zone v0.3.1 |
| 2309 | 2026-09-04T21:35:21.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-09-04T21:35:21.531Z | Compiling hickory-resolver v0.24.4 |
| 2311 | 2026-09-04T21:35:21.686Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2312 | 2026-09-04T21:35:21.740Z | Compiling libsw-core v0.3.2 |
| 2313 | 2026-09-04T21:35:21.919Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2314 | 2026-09-04T21:35:21.964Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2315 | 2026-09-04T21:35:22.285Z | Compiling hyper-rustls v0.27.9 |
| 2316 | 2026-09-04T21:35:22.520Z | Compiling reqwest v0.13.4 |
| 2317 | 2026-09-04T21:35:22.523Z | Compiling dropshot v0.17.1 |
| 2318 | 2026-09-04T21:35:22.550Z | Compiling reqwest v0.12.28 |
| 2319 | 2026-09-04T21:35:22.615Z | Compiling qorb v0.4.1 |
| 2320 | 2026-09-04T21:35:22.856Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2321 | 2026-09-04T21:35:23.067Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2322 | 2026-09-04T21:35:23.558Z | Compiling libsw v3.5.0 |
| 2323 | 2026-09-04T21:35:23.794Z | Compiling progenitor-client v0.14.0 |
| 2324 | 2026-09-04T21:35:23.809Z | Compiling progenitor-client v0.10.0 |
| 2325 | 2026-09-04T21:35:23.925Z | Compiling progenitor-client v0.13.0 |
| 2326 | 2026-09-04T21:35:23.976Z | Compiling oxide-tokio-rt v0.1.6 |
| 2327 | 2026-09-04T21:35:24.113Z | Compiling progenitor-extras v0.2.0 |
| 2328 | 2026-09-04T21:35:24.113Z | Compiling progenitor v0.14.0 |
| 2329 | 2026-09-04T21:35:24.248Z | Compiling progenitor v0.13.0 |
| 2330 | 2026-09-04T21:35:24.277Z | Compiling slog-dtrace v0.3.0 |
| 2331 | 2026-09-04T21:35:24.290Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2332 | 2026-09-04T21:35:24.369Z | Compiling tough v0.22.0 |
| 2333 | 2026-09-04T21:35:24.402Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2334 | 2026-09-04T21:35:24.418Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2335 | 2026-09-04T21:35:24.596Z | Compiling cancel-safe-futures v0.1.5 |
| 2336 | 2026-09-04T21:35:24.653Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2337 | 2026-09-04T21:35:24.909Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2338 | 2026-09-04T21:35:25.470Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2339 | 2026-09-04T21:35:25.673Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2340 | 2026-09-04T21:35:25.687Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2341 | 2026-09-04T21:35:26.341Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2342 | 2026-09-04T21:35:26.382Z | Compiling steno v0.4.1 |
| 2343 | 2026-09-04T21:35:26.531Z | Compiling hickory-proto v0.25.2 |
| 2344 | 2026-09-04T21:35:26.907Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2345 | 2026-09-04T21:35:27.019Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2346 | 2026-09-04T21:35:27.734Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2347 | 2026-09-04T21:35:27.934Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2348 | 2026-09-04T21:35:28.370Z | Compiling parking_lot v0.11.2 |
| 2349 | 2026-09-04T21:35:28.811Z | Compiling hickory-resolver v0.25.2 |
| 2350 | 2026-09-04T21:35:28.827Z | Compiling sled v0.34.7 |
| 2351 | 2026-09-04T21:35:29.221Z | Compiling arc-swap v1.9.2 |
| 2352 | 2026-09-04T21:35:29.294Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2353 | 2026-09-04T21:35:29.543Z | Compiling slog-scope v4.4.1 |
| 2354 | 2026-09-04T21:35:29.623Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2355 | 2026-09-04T21:35:29.816Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2356 | 2026-09-04T21:35:29.896Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2357 | 2026-09-04T21:35:30.615Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2358 | 2026-09-04T21:35:30.765Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2359 | 2026-09-04T21:35:30.883Z | Compiling papergrid v0.18.0 |
| 2360 | 2026-09-04T21:35:31.104Z | Compiling internet-checksum v0.2.1 |
| 2361 | 2026-09-04T21:35:31.254Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2362 | 2026-09-04T21:35:31.496Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2363 | 2026-09-04T21:35:32.396Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2364 | 2026-09-04T21:35:32.409Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2365 | 2026-09-04T21:35:32.678Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2366 | 2026-09-04T21:35:32.783Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2367 | 2026-09-04T21:35:32.873Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2368 | 2026-09-04T21:35:33.101Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2369 | 2026-09-04T21:35:33.114Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2370 | 2026-09-04T21:35:33.136Z | Compiling tabled v0.21.0 |
| 2371 | 2026-09-04T21:35:33.236Z | Compiling slog-stdlog v4.1.1 |
| 2372 | 2026-09-04T21:35:33.461Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2373 | 2026-09-04T21:35:33.805Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2374 | 2026-09-04T21:35:33.948Z | Compiling ingot-types v0.2.0 |
| 2375 | 2026-09-04T21:35:34.135Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2376 | 2026-09-04T21:35:34.387Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2377 | 2026-09-04T21:35:34.413Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2378 | 2026-09-04T21:35:34.520Z | Compiling ingot v0.2.1 |
| 2379 | 2026-09-04T21:35:34.532Z | Compiling const-random v0.1.18 |
| 2380 | 2026-09-04T21:35:34.613Z | Compiling slog-envlogger v2.2.0 |
| 2381 | 2026-09-04T21:35:34.744Z | Compiling typify-impl v0.4.3 |
| 2382 | 2026-09-04T21:35:35.024Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2383 | 2026-09-04T21:35:35.853Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2384 | 2026-09-04T21:35:35.912Z | Compiling crc8 v0.1.1 |
| 2385 | 2026-09-04T21:35:36.041Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2386 | 2026-09-04T21:35:36.174Z | Compiling ahash v0.8.12 |
| 2387 | 2026-09-04T21:35:36.207Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2388 | 2026-09-04T21:35:36.405Z | Compiling typify v0.4.3 |
| 2389 | 2026-09-04T21:35:36.419Z | Compiling smartstring v1.0.1 |
| 2390 | 2026-09-04T21:35:36.524Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2391 | 2026-09-04T21:35:36.560Z | Compiling sha1 v0.10.7 |
| 2392 | 2026-09-04T21:35:36.693Z | Compiling utf-8 v0.7.6 |
| 2393 | 2026-09-04T21:35:36.801Z | Compiling thin-vec v0.2.19 |
| 2394 | 2026-09-04T21:35:36.890Z | Compiling tungstenite v0.21.0 |
| 2395 | 2026-09-04T21:35:37.078Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2396 | 2026-09-04T21:35:37.347Z | Compiling rhai v1.26.0 |
| 2397 | 2026-09-04T21:35:37.375Z | Compiling progenitor-impl v0.10.0 |
| 2398 | 2026-09-04T21:35:37.590Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2399 | 2026-09-04T21:35:37.765Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2400 | 2026-09-04T21:35:38.052Z | Compiling sha2 v0.10.9 |
| 2401 | 2026-09-04T21:35:38.102Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2402 | 2026-09-04T21:35:38.452Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2403 | 2026-09-04T21:35:39.570Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2404 | 2026-09-04T21:35:39.907Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2405 | 2026-09-04T21:35:40.310Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2406 | 2026-09-04T21:35:40.614Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2407 | 2026-09-04T21:35:40.661Z | Compiling progenitor v0.10.0 |
| 2408 | 2026-09-04T21:35:40.818Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2409 | 2026-09-04T21:35:41.201Z | Compiling tokio-tungstenite v0.21.0 |
| 2410 | 2026-09-04T21:35:41.537Z | Compiling lzma-sys v0.1.20 |
| 2411 | 2026-09-04T21:35:41.569Z | Compiling typeid v1.0.3 |
| 2412 | 2026-09-04T21:35:41.658Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2413 | 2026-09-04T21:35:41.701Z | Compiling port-file v0.1.0 |
| 2414 | 2026-09-04T21:35:41.900Z | Compiling git-stub v1.0.0 |
| 2415 | 2026-09-04T21:35:42.185Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2416 | 2026-09-04T21:35:42.198Z | Compiling unit-prefix v0.5.2 |
| 2417 | 2026-09-04T21:35:42.218Z | Compiling base64 v0.21.7 |
| 2418 | 2026-09-04T21:35:42.361Z | Compiling indicatif v0.18.6 |
| 2419 | 2026-09-04T21:35:42.507Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2420 | 2026-09-04T21:35:42.557Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2421 | 2026-09-04T21:35:42.787Z | Compiling git-stub-vcs v0.1.0 |
| 2422 | 2026-09-04T21:35:43.151Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2423 | 2026-09-04T21:35:43.320Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2424 | 2026-09-04T21:35:44.005Z | Compiling ron v0.12.2 |
| 2425 | 2026-09-04T21:35:44.008Z | Compiling xz2 v0.1.7 |
| 2426 | 2026-09-04T21:35:44.236Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2427 | 2026-09-04T21:35:44.279Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2428 | 2026-09-04T21:35:44.499Z | Compiling similar v2.7.0 |
| 2429 | 2026-09-04T21:35:44.866Z | Compiling drift v0.2.0 |
| 2430 | 2026-09-04T21:35:45.067Z | Compiling base16ct v1.0.0 |
| 2431 | 2026-09-04T21:35:45.265Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2432 | 2026-09-04T21:35:45.424Z | Compiling strum v0.28.0 |
| 2433 | 2026-09-04T21:35:45.569Z | Compiling dropshot-api-manager v0.8.0 |
| 2434 | 2026-09-04T21:35:45.593Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2435 | 2026-09-04T21:35:45.995Z | Compiling natord v1.0.9 |
| 2436 | 2026-09-04T21:35:46.175Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2437 | 2026-09-04T21:35:49.766Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2438 | 2026-09-04T21:35:50.835Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2439 | 2026-09-04T21:35:58.941Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2440 | 2026-09-04T21:36:00.604Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2441 | 2026-09-04T21:36:01.669Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2442 | 2026-09-04T21:36:02.636Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2443 | 2026-09-04T21:36:02.636Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2444 | 2026-09-04T21:36:02.639Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2445 | 2026-09-04T21:36:03.092Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2446 | 2026-09-04T21:36:03.095Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2447 | 2026-09-04T21:36:03.095Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2448 | 2026-09-04T21:36:03.564Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2449 | 2026-09-04T21:36:05.075Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2450 | 2026-09-04T21:36:05.075Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2451 | 2026-09-04T21:36:05.081Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2452 | 2026-09-04T21:36:09.887Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2453 | 2026-09-04T21:36:12.037Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2454 | 2026-09-04T21:36:12.041Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2455 | 2026-09-04T21:36:12.041Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2456 | 2026-09-04T21:36:56.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s |
| 2457 | 2026-09-04T21:36:56.684Z | |
| 2458 | 2026-09-04T21:36:56.684Z | real 1:45.605057565 |
| 2459 | 2026-09-04T21:36:56.684Z | user 7:38.118816399 |
| 2460 | 2026-09-04T21:36:56.684Z | sys 1:07.496868952 |
| 2461 | 2026-09-04T21:36:56.684Z | trap 0.197047491 |
| 2462 | 2026-09-04T21:36:56.684Z | tflt 0.051266852 |
| 2463 | 2026-09-04T21:36:56.684Z | dflt 0.222853494 |
| 2464 | 2026-09-04T21:36:56.684Z | kflt 0.000077010 |
| 2465 | 2026-09-04T21:36:56.684Z | lock 31:29.591537758 |
| 2466 | 2026-09-04T21:36:56.685Z | slp 24:33.931995080 |
| 2467 | 2026-09-04T21:36:56.685Z | lat 23.477876745 |
| 2468 | 2026-09-04T21:36:56.685Z | stop 40.263632422 |
| 2469 | 2026-09-04T21:36:56.688Z | + ptime -m cargo build --release |
| 2470 | 2026-09-04T21:36:57.359Z | Compiling proc-macro2 v1.0.107 |
| 2471 | 2026-09-04T21:36:57.359Z | Compiling quote v1.0.47 |
| 2472 | 2026-09-04T21:36:57.359Z | Compiling unicode-ident v1.0.24 |
| 2473 | 2026-09-04T21:36:57.359Z | Compiling serde_core v1.0.229 |
| 2474 | 2026-09-04T21:36:57.359Z | Compiling serde v1.0.229 |
| 2475 | 2026-09-04T21:36:57.362Z | Compiling libc v0.2.189 |
| 2476 | 2026-09-04T21:36:57.362Z | Compiling cfg-if v1.0.4 |
| 2477 | 2026-09-04T21:36:57.558Z | Compiling zmij v1.0.23 |
| 2478 | 2026-09-04T21:36:57.647Z | Compiling autocfg v1.5.1 |
| 2479 | 2026-09-04T21:36:57.845Z | Compiling memchr v2.8.3 |
| 2480 | 2026-09-04T21:36:57.881Z | Compiling libm v0.2.16 |
| 2481 | 2026-09-04T21:36:58.208Z | Compiling itoa v1.0.18 |
| 2482 | 2026-09-04T21:36:58.245Z | Compiling icu_properties_data v2.2.0 |
| 2483 | 2026-09-04T21:36:58.480Z | Compiling icu_normalizer_data v2.2.0 |
| 2484 | 2026-09-04T21:36:58.500Z | Compiling version_check v0.9.5 |
| 2485 | 2026-09-04T21:36:58.590Z | Compiling stable_deref_trait v1.2.1 |
| 2486 | 2026-09-04T21:36:58.655Z | Compiling syn v2.0.119 |
| 2487 | 2026-09-04T21:36:58.704Z | Compiling syn v3.0.3 |
| 2488 | 2026-09-04T21:36:58.733Z | Compiling serde_json v1.0.151 |
| 2489 | 2026-09-04T21:36:58.763Z | Compiling writeable v0.6.3 |
| 2490 | 2026-09-04T21:36:59.001Z | Compiling thiserror v2.0.20 |
| 2491 | 2026-09-04T21:36:59.015Z | Compiling litemap v0.8.2 |
| 2492 | 2026-09-04T21:36:59.038Z | Compiling utf8_iter v1.0.4 |
| 2493 | 2026-09-04T21:36:59.185Z | Compiling num-traits v0.2.19 |
| 2494 | 2026-09-04T21:36:59.204Z | Compiling percent-encoding v2.3.2 |
| 2495 | 2026-09-04T21:36:59.499Z | Compiling form_urlencoded v1.2.2 |
| 2496 | 2026-09-04T21:36:59.552Z | Compiling rand_core v0.10.1 |
| 2497 | 2026-09-04T21:36:59.599Z | Compiling getrandom v0.4.3 |
| 2498 | 2026-09-04T21:36:59.765Z | Compiling parking_lot_core v0.9.12 |
| 2499 | 2026-09-04T21:36:59.828Z | Compiling iana-time-zone v0.1.65 |
| 2500 | 2026-09-04T21:36:59.970Z | Compiling heck v0.5.0 |
| 2501 | 2026-09-04T21:37:00.123Z | Compiling uuid v1.26.0 |
| 2502 | 2026-09-04T21:37:00.154Z | Compiling zerocopy v0.8.56 |
| 2503 | 2026-09-04T21:37:00.230Z | Compiling errno v0.3.14 |
| 2504 | 2026-09-04T21:37:00.682Z | Compiling semver v1.0.28 |
| 2505 | 2026-09-04T21:37:00.738Z | Compiling schemars v0.8.22 |
| 2506 | 2026-09-04T21:37:00.827Z | Compiling dyn-clone v1.0.20 |
| 2507 | 2026-09-04T21:37:01.028Z | Compiling jobserver v0.1.35 |
| 2508 | 2026-09-04T21:37:01.044Z | Compiling find-msvc-tools v0.1.10 |
| 2509 | 2026-09-04T21:37:01.057Z | Compiling shlex v2.0.1 |
| 2510 | 2026-09-04T21:37:01.252Z | Compiling cc v1.4.2 |
| 2511 | 2026-09-04T21:37:01.289Z | Compiling rustversion v1.0.23 |
| 2512 | 2026-09-04T21:37:01.366Z | Compiling pin-project-lite v0.2.17 |
| 2513 | 2026-09-04T21:37:01.475Z | Compiling synstructure v0.13.2 |
| 2514 | 2026-09-04T21:37:01.542Z | Compiling serde_derive_internals v0.29.1 |
| 2515 | 2026-09-04T21:37:01.797Z | Compiling getrandom v0.2.17 |
| 2516 | 2026-09-04T21:37:01.918Z | Compiling serde_derive v1.0.229 |
| 2517 | 2026-09-04T21:37:01.970Z | Compiling displaydoc v0.2.7 |
| 2518 | 2026-09-04T21:37:02.023Z | Compiling thiserror-impl v2.0.20 |
| 2519 | 2026-09-04T21:37:02.055Z | Compiling tokio-macros v2.7.2 |
| 2520 | 2026-09-04T21:37:02.268Z | Compiling bitflags v2.13.1 |
| 2521 | 2026-09-04T21:37:02.271Z | Compiling pkg-config v0.3.33 |
| 2522 | 2026-09-04T21:37:02.551Z | Compiling futures-macro v0.3.34 |
| 2523 | 2026-09-04T21:37:02.649Z | Compiling zerofrom-derive v0.1.7 |
| 2524 | 2026-09-04T21:37:02.691Z | Compiling yoke-derive v0.8.2 |
| 2525 | 2026-09-04T21:37:02.721Z | Compiling zerovec-derive v0.11.3 |
| 2526 | 2026-09-04T21:37:02.746Z | Compiling schemars_derive v0.8.22 |
| 2527 | 2026-09-04T21:37:02.793Z | Compiling zerocopy-derive v0.8.56 |
| 2528 | 2026-09-04T21:37:03.353Z | Compiling zeroize_derive v1.5.0 |
| 2529 | 2026-09-04T21:37:03.379Z | Compiling socket2 v0.6.5 |
| 2530 | 2026-09-04T21:37:03.772Z | Compiling portable-atomic v1.15.0 |
| 2531 | 2026-09-04T21:37:03.824Z | Compiling scopeguard v1.2.0 |
| 2532 | 2026-09-04T21:37:03.856Z | Compiling zerofrom v0.1.8 |
| 2533 | 2026-09-04T21:37:03.947Z | Compiling lock_api v0.4.14 |
| 2534 | 2026-09-04T21:37:03.979Z | Compiling yoke v0.8.3 |
| 2535 | 2026-09-04T21:37:03.994Z | Compiling log v0.4.33 |
| 2536 | 2026-09-04T21:37:04.027Z | Compiling zeroize v1.9.0 |
| 2537 | 2026-09-04T21:37:04.174Z | Compiling zerovec v0.11.6 |
| 2538 | 2026-09-04T21:37:04.178Z | Compiling zerotrie v0.2.4 |
| 2539 | 2026-09-04T21:37:04.213Z | Compiling allocator-api2 v0.2.21 |
| 2540 | 2026-09-04T21:37:04.246Z | Compiling critical-section v1.2.0 |
| 2541 | 2026-09-04T21:37:04.357Z | Compiling signal-hook-registry v1.4.8 |
| 2542 | 2026-09-04T21:37:04.489Z | Compiling mio v1.2.2 |
| 2543 | 2026-09-04T21:37:04.616Z | Compiling equivalent v1.0.2 |
| 2544 | 2026-09-04T21:37:04.773Z | Compiling tinystr v0.8.3 |
| 2545 | 2026-09-04T21:37:04.794Z | Compiling potential_utf v0.1.5 |
| 2546 | 2026-09-04T21:37:04.990Z | Compiling icu_locale_core v2.2.0 |
| 2547 | 2026-09-04T21:37:05.005Z | Compiling icu_collections v2.2.0 |
| 2548 | 2026-09-04T21:37:05.008Z | Compiling once_cell v1.21.4 |
| 2549 | 2026-09-04T21:37:05.032Z | Compiling cmake v0.1.58 |
| 2550 | 2026-09-04T21:37:05.103Z | Compiling smallvec v1.15.2 |
| 2551 | 2026-09-04T21:37:05.148Z | Compiling bytes v1.12.1 |
| 2552 | 2026-09-04T21:37:05.194Z | Compiling chrono v0.4.45 |
| 2553 | 2026-09-04T21:37:05.260Z | Compiling fs_extra v1.3.0 |
| 2554 | 2026-09-04T21:37:05.380Z | Compiling dunce v1.0.5 |
| 2555 | 2026-09-04T21:37:05.497Z | Compiling subtle v2.6.1 |
| 2556 | 2026-09-04T21:37:05.525Z | Compiling aws-lc-sys v0.44.0 |
| 2557 | 2026-09-04T21:37:05.680Z | Compiling parking_lot v0.12.5 |
| 2558 | 2026-09-04T21:37:05.762Z | Compiling serde_tokenstream v0.2.3 |
| 2559 | 2026-09-04T21:37:05.991Z | Compiling icu_provider v2.2.0 |
| 2560 | 2026-09-04T21:37:06.041Z | Compiling tokio v1.53.1 |
| 2561 | 2026-09-04T21:37:06.065Z | Compiling futures-core v0.3.34 |
| 2562 | 2026-09-04T21:37:06.343Z | Compiling icu_normalizer v2.2.0 |
| 2563 | 2026-09-04T21:37:06.522Z | Compiling icu_properties v2.2.0 |
| 2564 | 2026-09-04T21:37:06.700Z | Compiling httparse v1.10.1 |
| 2565 | 2026-09-04T21:37:07.086Z | Compiling futures-sink v0.3.34 |
| 2566 | 2026-09-04T21:37:07.208Z | Compiling rustix v1.1.4 |
| 2567 | 2026-09-04T21:37:07.528Z | Compiling idna_adapter v1.2.2 |
| 2568 | 2026-09-04T21:37:07.598Z | Compiling slab v0.4.12 |
| 2569 | 2026-09-04T21:37:07.617Z | Compiling thiserror v1.0.69 |
| 2570 | 2026-09-04T21:37:07.664Z | Compiling typenum v1.20.1 |
| 2571 | 2026-09-04T21:37:07.671Z | Compiling idna v1.1.0 |
| 2572 | 2026-09-04T21:37:07.699Z | Compiling futures-channel v0.3.34 |
| 2573 | 2026-09-04T21:37:07.809Z | Compiling hashbrown v0.17.1 |
| 2574 | 2026-09-04T21:37:07.944Z | Compiling thiserror-impl v1.0.69 |
| 2575 | 2026-09-04T21:37:08.081Z | Compiling url v2.5.8 |
| 2576 | 2026-09-04T21:37:08.460Z | Compiling regex-syntax v0.8.11 |
| 2577 | 2026-09-04T21:37:08.493Z | Compiling futures-task v0.3.34 |
| 2578 | 2026-09-04T21:37:08.518Z | Compiling futures-io v0.3.34 |
| 2579 | 2026-09-04T21:37:08.596Z | Compiling indexmap v2.14.0 |
| 2580 | 2026-09-04T21:37:08.677Z | Compiling futures-util v0.3.34 |
| 2581 | 2026-09-04T21:37:09.132Z | Compiling aho-corasick v1.1.5 |
| 2582 | 2026-09-04T21:37:09.243Z | Compiling ucd-trie v0.1.7 |
| 2583 | 2026-09-04T21:37:09.487Z | Compiling pest v2.8.8 |
| 2584 | 2026-09-04T21:37:10.517Z | Compiling ipnetwork v0.21.1 |
| 2585 | 2026-09-04T21:37:10.548Z | Compiling regex-automata v0.4.18 |
| 2586 | 2026-09-04T21:37:10.551Z | Compiling tracing-core v0.1.36 |
| 2587 | 2026-09-04T21:37:10.584Z | Compiling tracing-attributes v0.1.31 |
| 2588 | 2026-09-04T21:37:10.764Z | Compiling rand_core v0.6.4 |
| 2589 | 2026-09-04T21:37:11.186Z | Compiling pest_meta v2.8.8 |
| 2590 | 2026-09-04T21:37:11.308Z | Compiling slog v2.8.2 |
| 2591 | 2026-09-04T21:37:11.579Z | Compiling base64 v0.22.1 |
| 2592 | 2026-09-04T21:37:11.815Z | Compiling tracing v0.1.44 |
| 2593 | 2026-09-04T21:37:11.913Z | Compiling byteorder v1.5.0 |
| 2594 | 2026-09-04T21:37:12.074Z | Compiling pest_generator v2.8.8 |
| 2595 | 2026-09-04T21:37:12.189Z | Compiling http v1.5.0 |
| 2596 | 2026-09-04T21:37:12.205Z | Compiling erased-serde v0.3.31 |
| 2597 | 2026-09-04T21:37:12.429Z | Compiling regex v1.13.1 |
| 2598 | 2026-09-04T21:37:12.746Z | Compiling getrandom v0.3.4 |
| 2599 | 2026-09-04T21:37:12.831Z | Compiling pest_derive v2.8.8 |
| 2600 | 2026-09-04T21:37:13.210Z | Compiling fnv v1.0.7 |
| 2601 | 2026-09-04T21:37:13.301Z | Compiling anyhow v1.0.104 |
| 2602 | 2026-09-04T21:37:13.557Z | Compiling strsim v0.11.1 |
| 2603 | 2026-09-04T21:37:13.649Z | Compiling oxnet v0.1.7 |
| 2604 | 2026-09-04T21:37:13.867Z | Compiling rustls-pki-types v1.15.1 |
| 2605 | 2026-09-04T21:37:13.894Z | Compiling ring v0.17.14 |
| 2606 | 2026-09-04T21:37:14.008Z | Compiling ident_case v1.0.1 |
| 2607 | 2026-09-04T21:37:14.326Z | Compiling aws-lc-rs v1.18.0 |
| 2608 | 2026-09-04T21:37:14.713Z | Compiling paste v1.0.15 |
| 2609 | 2026-09-04T21:37:15.071Z | Compiling tokio-util v0.7.19 |
| 2610 | 2026-09-04T21:37:15.494Z | Compiling ipnet v2.12.1 |
| 2611 | 2026-09-04T21:37:15.513Z | Compiling time-core v0.1.9 |
| 2612 | 2026-09-04T21:37:15.711Z | Compiling num-conv v0.2.2 |
| 2613 | 2026-09-04T21:37:15.874Z | Compiling untrusted v0.9.0 |
| 2614 | 2026-09-04T21:37:16.015Z | Compiling untrusted v0.7.1 |
| 2615 | 2026-09-04T21:37:16.150Z | Compiling time-macros v0.2.32 |
| 2616 | 2026-09-04T21:37:17.323Z | Compiling camino v1.2.5 |
| 2617 | 2026-09-04T21:37:17.417Z | Compiling rustls v0.23.43 |
| 2618 | 2026-09-04T21:37:17.643Z | Compiling http-body v1.1.0 |
| 2619 | 2026-09-04T21:37:17.657Z | Compiling scroll_derive v0.13.1 |
| 2620 | 2026-09-04T21:37:17.813Z | Compiling atomic-waker v1.1.2 |
| 2621 | 2026-09-04T21:37:17.896Z | Compiling async-trait v0.1.92 |
| 2622 | 2026-09-04T21:37:17.949Z | Compiling tower-layer v0.3.3 |
| 2623 | 2026-09-04T21:37:18.154Z | Compiling omicron-workspace-hack v0.1.0 |
| 2624 | 2026-09-04T21:37:18.378Z | Compiling tower-service v0.3.3 |
| 2625 | 2026-09-04T21:37:18.473Z | Compiling ryu v1.0.23 |
| 2626 | 2026-09-04T21:37:18.486Z | Compiling pretty-hex v0.4.2 |
| 2627 | 2026-09-04T21:37:18.499Z | Compiling try-lock v0.2.5 |
| 2628 | 2026-09-04T21:37:18.613Z | Compiling want v0.3.1 |
| 2629 | 2026-09-04T21:37:18.627Z | Compiling h2 v0.4.15 |
| 2630 | 2026-09-04T21:37:18.761Z | Compiling ppv-lite86 v0.2.21 |
| 2631 | 2026-09-04T21:37:18.797Z | Compiling httpdate v1.0.3 |
| 2632 | 2026-09-04T21:37:18.811Z | Compiling crossbeam-utils v0.8.22 |
| 2633 | 2026-09-04T21:37:19.499Z | Compiling crc32fast v1.5.0 |
| 2634 | 2026-09-04T21:37:20.039Z | Compiling usdt-impl v0.6.0 |
| 2635 | 2026-09-04T21:37:20.299Z | Compiling slog-async v2.8.0 |
| 2636 | 2026-09-04T21:37:20.597Z | Compiling serde_urlencoded v0.7.1 |
| 2637 | 2026-09-04T21:37:20.689Z | Compiling scroll v0.13.0 |
| 2638 | 2026-09-04T21:37:20.878Z | Compiling http-body-util v0.1.5 |
| 2639 | 2026-09-04T21:37:20.974Z | Compiling plain v0.2.3 |
| 2640 | 2026-09-04T21:37:21.089Z | Compiling hyper v1.11.1 |
| 2641 | 2026-09-04T21:37:21.103Z | Compiling goblin v0.10.7 |
| 2642 | 2026-09-04T21:37:21.191Z | Compiling daft-derive v0.1.8 |
| 2643 | 2026-09-04T21:37:24.449Z | Compiling hyper-util v0.1.20 |
| 2644 | 2026-09-04T21:37:25.028Z | Compiling foldhash v0.2.0 |
| 2645 | 2026-09-04T21:37:25.340Z | Compiling dof v0.4.0 |
| 2646 | 2026-09-04T21:37:26.176Z | Compiling darling_core v0.23.0 |
| 2647 | 2026-09-04T21:37:26.348Z | Compiling dtrace-parser v0.3.0 |
| 2648 | 2026-09-04T21:37:26.360Z | Compiling openapiv3 v2.2.0 |
| 2649 | 2026-09-04T21:37:26.932Z | Compiling thread-id v5.1.0 |
| 2650 | 2026-09-04T21:37:27.037Z | Compiling syn v1.0.109 |
| 2651 | 2026-09-04T21:37:27.553Z | Compiling generic-array v0.14.7 |
| 2652 | 2026-09-04T21:37:28.143Z | Compiling deranged v0.5.8 |
| 2653 | 2026-09-04T21:37:28.281Z | Compiling darling_macro v0.23.0 |
| 2654 | 2026-09-04T21:37:28.684Z | Compiling num_threads v0.1.7 |
| 2655 | 2026-09-04T21:37:28.855Z | Compiling powerfmt v0.2.0 |
| 2656 | 2026-09-04T21:37:28.941Z | Compiling darling v0.23.0 |
| 2657 | 2026-09-04T21:37:29.430Z | Compiling usdt-macro v0.6.0 |
| 2658 | 2026-09-04T21:37:29.461Z | Compiling usdt-attr-macro v0.6.0 |
| 2659 | 2026-09-04T21:37:29.461Z | Compiling time v0.3.55 |
| 2660 | 2026-09-04T21:37:33.844Z | Compiling rand_core v0.9.5 |
| 2661 | 2026-09-04T21:37:33.892Z | Compiling hashbrown v0.16.1 |
| 2662 | 2026-09-04T21:37:33.892Z | Compiling multer v3.1.0 |
| 2663 | 2026-09-04T21:37:33.892Z | Compiling ref-cast v1.0.26 |
| 2664 | 2026-09-04T21:37:33.892Z | Compiling crossbeam-channel v0.5.16 |
| 2665 | 2026-09-04T21:37:33.892Z | Compiling sync_wrapper v1.0.2 |
| 2666 | 2026-09-04T21:37:33.893Z | Compiling hex v0.4.3 |
| 2667 | 2026-09-04T21:37:33.893Z | Compiling cpufeatures v0.3.0 |
| 2668 | 2026-09-04T21:37:33.893Z | Compiling winnow v1.0.4 |
| 2669 | 2026-09-04T21:37:33.893Z | Compiling tower v0.5.3 |
| 2670 | 2026-09-04T21:37:33.893Z | Compiling rand_chacha v0.9.0 |
| 2671 | 2026-09-04T21:37:33.893Z | Compiling webpki-roots v1.0.9 |
| 2672 | 2026-09-04T21:37:33.893Z | Compiling futures-executor v0.3.34 |
| 2673 | 2026-09-04T21:37:33.893Z | Compiling async-stream-impl v0.3.6 |
| 2674 | 2026-09-04T21:37:33.893Z | Compiling ref-cast-impl v1.0.26 |
| 2675 | 2026-09-04T21:37:33.893Z | Compiling dropshot v0.17.1 |
| 2676 | 2026-09-04T21:37:33.894Z | Compiling thread_local v1.1.10 |
| 2677 | 2026-09-04T21:37:33.894Z | Compiling fastrand v2.5.0 |
| 2678 | 2026-09-04T21:37:33.894Z | Compiling futures v0.3.34 |
| 2679 | 2026-09-04T21:37:33.894Z | Compiling tower-http v0.6.11 |
| 2680 | 2026-09-04T21:37:33.894Z | Compiling rand v0.9.5 |
| 2681 | 2026-09-04T21:37:33.894Z | Compiling serde_tokenstream v0.3.0 |
| 2682 | 2026-09-04T21:37:33.894Z | Compiling structmeta-derive v0.3.0 |
| 2683 | 2026-09-04T21:37:33.894Z | Compiling is-terminal v0.4.17 |
| 2684 | 2026-09-04T21:37:33.894Z | Compiling term v1.2.1 |
| 2685 | 2026-09-04T21:37:33.894Z | Compiling take_mut v0.2.2 |
| 2686 | 2026-09-04T21:37:33.894Z | Compiling newtype-uuid-macros v0.1.1 |
| 2687 | 2026-09-04T21:37:33.894Z | Compiling slog-term v2.9.2 |
| 2688 | 2026-09-04T21:37:34.089Z | Compiling crypto-common v0.1.7 |
| 2689 | 2026-09-04T21:37:34.211Z | Compiling structmeta v0.3.0 |
| 2690 | 2026-09-04T21:37:34.237Z | Compiling dropshot_endpoint v0.17.1 |
| 2691 | 2026-09-04T21:37:34.352Z | Compiling tempfile v3.27.0 |
| 2692 | 2026-09-04T21:37:34.528Z | Compiling newtype-uuid v1.4.0 |
| 2693 | 2026-09-04T21:37:34.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2694 | 2026-09-04T21:37:34.927Z | Compiling strum_macros v0.26.4 |
| 2695 | 2026-09-04T21:37:35.184Z | Compiling either v1.17.0 |
| 2696 | 2026-09-04T21:37:35.355Z | Compiling daft v0.1.8 |
| 2697 | 2026-09-04T21:37:35.659Z | Compiling hybrid-array v0.4.14 |
| 2698 | 2026-09-04T21:37:35.867Z | Compiling adler2 v2.0.1 |
| 2699 | 2026-09-04T21:37:35.879Z | Compiling match_cfg v0.1.0 |
| 2700 | 2026-09-04T21:37:35.957Z | Compiling openssl-probe v0.2.1 |
| 2701 | 2026-09-04T21:37:35.969Z | Compiling simd-adler32 v0.3.10 |
| 2702 | 2026-09-04T21:37:36.035Z | Compiling hostname v0.3.1 |
| 2703 | 2026-09-04T21:37:36.142Z | Compiling miniz_oxide v0.8.9 |
| 2704 | 2026-09-04T21:37:36.195Z | Compiling rustls-native-certs v0.8.4 |
| 2705 | 2026-09-04T21:37:36.208Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2706 | 2026-09-04T21:37:36.605Z | Compiling slog-json v2.6.1 |
| 2707 | 2026-09-04T21:37:36.814Z | Compiling serde_with_macros v3.22.0 |
| 2708 | 2026-09-04T21:37:36.861Z | Compiling macaddr v1.0.1 |
| 2709 | 2026-09-04T21:37:36.949Z | Compiling serde_spanned v1.1.1 |
| 2710 | 2026-09-04T21:37:37.095Z | Compiling memmap2 v0.9.11 |
| 2711 | 2026-09-04T21:37:37.510Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2712 | 2026-09-04T21:37:37.518Z | Compiling slog-bunyan v2.5.0 |
| 2713 | 2026-09-04T21:37:37.710Z | Compiling flate2 v1.1.9 |
| 2714 | 2026-09-04T21:37:37.788Z | Compiling block-buffer v0.12.1 |
| 2715 | 2026-09-04T21:37:37.899Z | Compiling crypto-common v0.2.2 |
| 2716 | 2026-09-04T21:37:37.958Z | Compiling derive-ex v0.1.8 |
| 2717 | 2026-09-04T21:37:37.974Z | Compiling rand_chacha v0.3.1 |
| 2718 | 2026-09-04T21:37:38.258Z | Compiling strum_macros v0.27.2 |
| 2719 | 2026-09-04T21:37:39.810Z | Compiling compression-core v0.4.32 |
| 2720 | 2026-09-04T21:37:39.810Z | Compiling debug-ignore v1.0.5 |
| 2721 | 2026-09-04T21:37:39.810Z | Compiling usdt v0.6.0 |
| 2722 | 2026-09-04T21:37:39.810Z | Compiling const-oid v0.10.2 |
| 2723 | 2026-09-04T21:37:39.810Z | Compiling digest v0.11.3 |
| 2724 | 2026-09-04T21:37:39.810Z | Compiling test-strategy v0.4.5 |
| 2725 | 2026-09-04T21:37:39.810Z | Compiling compression-codecs v0.4.38 |
| 2726 | 2026-09-04T21:37:39.810Z | Compiling rand v0.8.7 |
| 2727 | 2026-09-04T21:37:40.097Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2728 | 2026-09-04T21:37:40.149Z | Compiling encoding_rs v0.8.35 |
| 2729 | 2026-09-04T21:37:40.580Z | Compiling spin v0.9.9 |
| 2730 | 2026-09-04T21:37:40.596Z | Compiling mime v0.3.17 |
| 2731 | 2026-09-04T21:37:40.662Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2732 | 2026-09-04T21:37:40.911Z | Compiling async-compression v0.4.43 |
| 2733 | 2026-09-04T21:37:40.918Z | Compiling sha1 v0.11.0 |
| 2734 | 2026-09-04T21:37:41.017Z | Compiling async-stream v0.3.6 |
| 2735 | 2026-09-04T21:37:41.352Z | Compiling block-buffer v0.10.4 |
| 2736 | 2026-09-04T21:37:41.412Z | Compiling waitgroup v0.1.2 |
| 2737 | 2026-09-04T21:37:41.529Z | Compiling rustls-pemfile v2.2.0 |
| 2738 | 2026-09-04T21:37:41.574Z | Compiling serde_path_to_error v0.1.20 |
| 2739 | 2026-09-04T21:37:41.818Z | Compiling hostname v0.4.2 |
| 2740 | 2026-09-04T21:37:41.987Z | Compiling digest v0.10.7 |
| 2741 | 2026-09-04T21:37:42.042Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2742 | 2026-09-04T21:37:42.434Z | Compiling parse-display-derive v0.10.0 |
| 2743 | 2026-09-04T21:37:42.913Z | Compiling strum v0.26.3 |
| 2744 | 2026-09-04T21:37:43.057Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2745 | 2026-09-04T21:37:43.213Z | Compiling regress v0.10.5 |
| 2746 | 2026-09-04T21:37:44.011Z | Compiling wait-timeout v0.2.1 |
| 2747 | 2026-09-04T21:37:45.366Z | Compiling bit-vec v0.8.0 |
| 2748 | 2026-09-04T21:37:45.385Z | Compiling unicode-width v0.2.2 |
| 2749 | 2026-09-04T21:37:45.385Z | Compiling quick-error v1.2.3 |
| 2750 | 2026-09-04T21:37:45.385Z | Compiling bit-set v0.8.0 |
| 2751 | 2026-09-04T21:37:45.385Z | Compiling rusty-fork v0.3.1 |
| 2752 | 2026-09-04T21:37:45.385Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2753 | 2026-09-04T21:37:45.385Z | Compiling serde_with v3.22.0 |
| 2754 | 2026-09-04T21:37:45.385Z | Compiling rand_xorshift v0.4.0 |
| 2755 | 2026-09-04T21:37:45.408Z | Compiling unarray v0.1.4 |
| 2756 | 2026-09-04T21:37:45.537Z | Compiling proptest v1.11.0 |
| 2757 | 2026-09-04T21:37:45.654Z | Compiling strum v0.27.2 |
| 2758 | 2026-09-04T21:37:45.697Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2759 | 2026-09-04T21:37:45.793Z | Compiling instant v0.1.13 |
| 2760 | 2026-09-04T21:37:45.953Z | Compiling cpufeatures v0.2.17 |
| 2761 | 2026-09-04T21:37:46.036Z | Compiling iddqd v0.4.6 |
| 2762 | 2026-09-04T21:37:46.106Z | Compiling clap_derive v4.6.4 |
| 2763 | 2026-09-04T21:37:47.430Z | Compiling utf8parse v0.2.2 |
| 2764 | 2026-09-04T21:37:47.553Z | Compiling anstyle-parse v1.0.0 |
| 2765 | 2026-09-04T21:37:47.786Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2766 | 2026-09-04T21:37:47.857Z | Compiling backon v1.6.0 |
| 2767 | 2026-09-04T21:37:47.949Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2768 | 2026-09-04T21:37:47.963Z | Compiling terminal_size v0.4.4 |
| 2769 | 2026-09-04T21:37:48.272Z | Compiling is_terminal_polyfill v1.70.2 |
| 2770 | 2026-09-04T21:37:48.316Z | Compiling anstyle-query v1.1.5 |
| 2771 | 2026-09-04T21:37:48.376Z | Compiling anstyle v1.0.14 |
| 2772 | 2026-09-04T21:37:48.636Z | Compiling colorchoice v1.0.5 |
| 2773 | 2026-09-04T21:37:48.773Z | Compiling anstream v1.0.0 |
| 2774 | 2026-09-04T21:37:49.393Z | Compiling backoff v0.4.0 |
| 2775 | 2026-09-04T21:37:49.491Z | Compiling parse-display v0.10.0 |
| 2776 | 2026-09-04T21:37:49.781Z | Compiling itertools v0.14.0 |
| 2777 | 2026-09-04T21:37:49.885Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2778 | 2026-09-04T21:37:50.289Z | Compiling clap_lex v1.1.0 |
| 2779 | 2026-09-04T21:37:50.633Z | Compiling humantime v2.4.0 |
| 2780 | 2026-09-04T21:37:50.648Z | Compiling clap_builder v4.6.6 |
| 2781 | 2026-09-04T21:37:51.364Z | Compiling regress v0.11.1 |
| 2782 | 2026-09-04T21:37:52.729Z | Compiling clap v4.6.6 |
| 2783 | 2026-09-04T21:37:52.962Z | Compiling typify-impl v0.6.2 |
| 2784 | 2026-09-04T21:37:54.585Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2785 | 2026-09-04T21:37:54.673Z | Compiling crucible-workspace-hack v0.1.0 |
| 2786 | 2026-09-04T21:37:54.947Z | Compiling proc-macro-crate v3.5.0 |
| 2787 | 2026-09-04T21:37:55.383Z | Compiling zerocopy-derive v0.7.35 |
| 2788 | 2026-09-04T21:37:56.220Z | Compiling unsafe-libyaml v0.2.11 |
| 2789 | 2026-09-04T21:37:56.279Z | Compiling typify-macro v0.6.2 |
| 2790 | 2026-09-04T21:37:56.838Z | Compiling serde_yaml v0.9.34+deprecated |
| 2791 | 2026-09-04T21:37:56.882Z | Compiling num_enum_derive v0.7.6 |
| 2792 | 2026-09-04T21:37:58.189Z | Compiling convert_case v0.4.0 |
| 2793 | 2026-09-04T21:37:59.291Z | Compiling num_enum v0.7.6 |
| 2794 | 2026-09-04T21:37:59.310Z | Compiling derive_more v0.99.20 |
| 2795 | 2026-09-04T21:37:59.314Z | Compiling toml_datetime v0.6.11 |
| 2796 | 2026-09-04T21:37:59.314Z | Compiling crossbeam-epoch v0.9.20 |
| 2797 | 2026-09-04T21:37:59.314Z | Compiling typify v0.6.2 |
| 2798 | 2026-09-04T21:37:59.452Z | Compiling secrecy v0.10.3 |
| 2799 | 2026-09-04T21:37:59.620Z | Compiling proc-macro-error-attr v1.0.4 |
| 2800 | 2026-09-04T21:37:59.682Z | Compiling tinyvec_macros v0.1.1 |
| 2801 | 2026-09-04T21:37:59.857Z | Compiling rustix v0.38.44 |
| 2802 | 2026-09-04T21:38:00.423Z | Compiling prettyplease v0.2.37 |
| 2803 | 2026-09-04T21:38:00.557Z | Compiling heapless v0.8.0 |
| 2804 | 2026-09-04T21:38:00.989Z | Compiling tinyvec v1.12.0 |
| 2805 | 2026-09-04T21:38:01.420Z | Compiling zerocopy v0.7.35 |
| 2806 | 2026-09-04T21:38:01.428Z | Compiling tabwriter v1.4.1 |
| 2807 | 2026-09-04T21:38:01.962Z | Compiling hash32 v0.3.1 |
| 2808 | 2026-09-04T21:38:02.019Z | Compiling rustc_version v0.4.1 |
| 2809 | 2026-09-04T21:38:02.026Z | Compiling scroll_derive v0.12.1 |
| 2810 | 2026-09-04T21:38:02.126Z | Compiling num-integer v0.1.47 |
| 2811 | 2026-09-04T21:38:02.259Z | Compiling proc-macro-error v1.0.4 |
| 2812 | 2026-09-04T21:38:02.280Z | Compiling usdt-impl v0.5.0 |
| 2813 | 2026-09-04T21:38:02.507Z | Compiling data-encoding v2.11.1 |
| 2814 | 2026-09-04T21:38:02.546Z | Compiling winnow v0.7.15 |
| 2815 | 2026-09-04T21:38:02.638Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2026-09-04T21:38:02.731Z | Compiling smoltcp v0.11.0 |
| 2817 | 2026-09-04T21:38:02.913Z | Compiling scroll v0.12.0 |
| 2818 | 2026-09-04T21:38:03.224Z | Compiling curve25519-dalek v4.1.3 |
| 2819 | 2026-09-04T21:38:05.084Z | Compiling dof v0.3.0 |
| 2820 | 2026-09-04T21:38:05.107Z | Compiling dtrace-parser v0.2.0 |
| 2821 | 2026-09-04T21:38:05.157Z | Compiling hmac v0.12.1 |
| 2822 | 2026-09-04T21:38:05.185Z | Compiling darling_core v0.21.3 |
| 2823 | 2026-09-04T21:38:05.189Z | Compiling inout v0.1.4 |
| 2824 | 2026-09-04T21:38:05.371Z | Compiling ff v0.13.1 |
| 2825 | 2026-09-04T21:38:05.381Z | Compiling cobs v0.3.0 |
| 2826 | 2026-09-04T21:38:05.652Z | Compiling thread-id v4.2.2 |
| 2827 | 2026-09-04T21:38:05.687Z | Compiling managed v0.8.0 |
| 2828 | 2026-09-04T21:38:05.850Z | Compiling static_assertions v1.1.0 |
| 2829 | 2026-09-04T21:38:05.896Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2830 | 2026-09-04T21:38:05.916Z | Compiling bitflags v1.3.2 |
| 2831 | 2026-09-04T21:38:05.931Z | Compiling colored v3.1.1 |
| 2832 | 2026-09-04T21:38:06.641Z | Compiling postcard v1.1.3 |
| 2833 | 2026-09-04T21:38:06.686Z | Compiling group v0.13.0 |
| 2834 | 2026-09-04T21:38:07.020Z | Compiling cipher v0.4.4 |
| 2835 | 2026-09-04T21:38:07.062Z | Compiling hkdf v0.12.4 |
| 2836 | 2026-09-04T21:38:07.300Z | Compiling darling_macro v0.21.3 |
| 2837 | 2026-09-04T21:38:07.790Z | Compiling goblin v0.8.2 |
| 2838 | 2026-09-04T21:38:07.812Z | Compiling num-iter v0.1.46 |
| 2839 | 2026-09-04T21:38:07.898Z | Compiling num-rational v0.4.2 |
| 2840 | 2026-09-04T21:38:08.337Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2841 | 2026-09-04T21:38:08.685Z | Compiling universal-hash v0.5.1 |
| 2842 | 2026-09-04T21:38:08.835Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2843 | 2026-09-04T21:38:08.852Z | Compiling hubpack_derive v0.1.1 |
| 2844 | 2026-09-04T21:38:09.221Z | Compiling crypto-bigint v0.5.5 |
| 2845 | 2026-09-04T21:38:09.396Z | Compiling half v2.7.1 |
| 2846 | 2026-09-04T21:38:09.607Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2847 | 2026-09-04T21:38:09.785Z | Compiling serde_repr v0.1.21 |
| 2848 | 2026-09-04T21:38:09.921Z | Compiling foreign-types-macros v0.2.4 |
| 2849 | 2026-09-04T21:38:10.546Z | Compiling num-complex v0.4.6 |
| 2850 | 2026-09-04T21:38:10.923Z | Compiling memoffset v0.9.1 |
| 2851 | 2026-09-04T21:38:11.146Z | Compiling opaque-debug v0.3.1 |
| 2852 | 2026-09-04T21:38:11.181Z | Compiling base64ct v1.8.3 |
| 2853 | 2026-09-04T21:38:11.225Z | Compiling cfg_aliases v0.2.2 |
| 2854 | 2026-09-04T21:38:12.413Z | Compiling foreign-types-shared v0.3.1 |
| 2855 | 2026-09-04T21:38:12.447Z | Compiling heck v0.4.1 |
| 2856 | 2026-09-04T21:38:12.447Z | Compiling indent_write v2.2.0 |
| 2857 | 2026-09-04T21:38:12.447Z | Compiling ciborium-io v0.2.2 |
| 2858 | 2026-09-04T21:38:12.447Z | Compiling base16ct v0.2.0 |
| 2859 | 2026-09-04T21:38:12.447Z | Compiling ciborium-ll v0.2.2 |
| 2860 | 2026-09-04T21:38:12.447Z | Compiling elliptic-curve v0.13.8 |
| 2861 | 2026-09-04T21:38:12.447Z | Compiling foreign-types v0.5.0 |
| 2862 | 2026-09-04T21:38:12.448Z | Compiling password-hash v0.5.0 |
| 2863 | 2026-09-04T21:38:12.448Z | Compiling nix v0.31.3 |
| 2864 | 2026-09-04T21:38:12.830Z | Compiling poly1305 v0.8.0 |
| 2865 | 2026-09-04T21:38:13.453Z | Compiling num v0.4.3 |
| 2866 | 2026-09-04T21:38:13.475Z | Compiling thiserror-no-std v2.0.2 |
| 2867 | 2026-09-04T21:38:13.530Z | Compiling hubpack v0.1.2 |
| 2868 | 2026-09-04T21:38:14.588Z | Compiling darling v0.21.3 |
| 2869 | 2026-09-04T21:38:14.854Z | Compiling chacha20 v0.9.1 |
| 2870 | 2026-09-04T21:38:15.255Z | Compiling atomicwrites v0.4.4 |
| 2871 | 2026-09-04T21:38:15.993Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2872 | 2026-09-04T21:38:15.993Z | Compiling reqwest v0.12.28 |
| 2873 | 2026-09-04T21:38:16.294Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2874 | 2026-09-04T21:38:16.869Z | Compiling blake2 v0.10.6 |
| 2875 | 2026-09-04T21:38:17.234Z | Compiling aead v0.5.2 |
| 2876 | 2026-09-04T21:38:17.330Z | Compiling byte-wrapper v0.1.0 |
| 2877 | 2026-09-04T21:38:17.377Z | Compiling chacha20 v0.10.1 |
| 2878 | 2026-09-04T21:38:17.435Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2879 | 2026-09-04T21:38:17.685Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2880 | 2026-09-04T21:38:18.289Z | Compiling cstr-argument v0.1.2 |
| 2881 | 2026-09-04T21:38:18.309Z | Compiling crossbeam-deque v0.8.7 |
| 2882 | 2026-09-04T21:38:18.465Z | Compiling keccak v0.1.6 |
| 2883 | 2026-09-04T21:38:18.565Z | Compiling float-ord v0.3.2 |
| 2884 | 2026-09-04T21:38:18.585Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2885 | 2026-09-04T21:38:18.747Z | Compiling sha3 v0.10.9 |
| 2886 | 2026-09-04T21:38:18.840Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2887 | 2026-09-04T21:38:19.203Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2888 | 2026-09-04T21:38:19.223Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2889 | 2026-09-04T21:38:19.274Z | Compiling rand v0.10.2 |
| 2890 | 2026-09-04T21:38:19.327Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2891 | 2026-09-04T21:38:20.012Z | Compiling chacha20poly1305 v0.10.1 |
| 2892 | 2026-09-04T21:38:20.171Z | Compiling argon2 v0.5.3 |
| 2893 | 2026-09-04T21:38:20.773Z | Compiling progenitor-client v0.10.0 |
| 2894 | 2026-09-04T21:38:21.118Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2895 | 2026-09-04T21:38:21.349Z | Compiling vsss-rs v3.3.4 |
| 2896 | 2026-09-04T21:38:22.397Z | Compiling ingot-macros v0.1.1 |
| 2897 | 2026-09-04T21:38:22.976Z | Compiling ciborium v0.2.2 |
| 2898 | 2026-09-04T21:38:24.113Z | Compiling usdt-macro v0.5.0 |
| 2899 | 2026-09-04T21:38:24.132Z | Compiling usdt-attr-macro v0.5.0 |
| 2900 | 2026-09-04T21:38:24.924Z | Compiling num-derive v0.4.2 |
| 2901 | 2026-09-04T21:38:24.927Z | Compiling enum-as-inner v0.6.1 |
| 2902 | 2026-09-04T21:38:24.997Z | Compiling memmap v0.7.0 |
| 2903 | 2026-09-04T21:38:25.327Z | Compiling semver v0.1.20 |
| 2904 | 2026-09-04T21:38:25.845Z | Compiling winnow v0.5.40 |
| 2905 | 2026-09-04T21:38:25.956Z | Compiling rayon-core v1.13.0 |
| 2906 | 2026-09-04T21:38:26.227Z | Compiling rustc_version v0.1.7 |
| 2907 | 2026-09-04T21:38:26.392Z | Compiling usdt v0.5.0 |
| 2908 | 2026-09-04T21:38:26.423Z | Compiling ingot-types v0.1.2 |
| 2909 | 2026-09-04T21:38:26.423Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2910 | 2026-09-04T21:38:27.503Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2911 | 2026-09-04T21:38:27.540Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2912 | 2026-09-04T21:38:27.540Z | Compiling toml_edit v0.19.15 |
| 2913 | 2026-09-04T21:38:27.540Z | Compiling progenitor-impl v0.14.0 |
| 2914 | 2026-09-04T21:38:27.780Z | Compiling console v0.16.4 |
| 2915 | 2026-09-04T21:38:28.967Z | Compiling serde_spanned v0.6.9 |
| 2916 | 2026-09-04T21:38:29.118Z | Compiling bstr v1.13.1 |
| 2917 | 2026-09-04T21:38:29.138Z | Compiling lazy_static v1.5.0 |
| 2918 | 2026-09-04T21:38:29.250Z | Compiling toml_write v0.1.2 |
| 2919 | 2026-09-04T21:38:29.421Z | Compiling bytecount v0.6.9 |
| 2920 | 2026-09-04T21:38:29.455Z | Compiling vcpkg v0.2.15 |
| 2921 | 2026-09-04T21:38:29.615Z | Compiling progenitor-macro v0.14.0 |
| 2922 | 2026-09-04T21:38:29.808Z | Compiling rustls-webpki v0.103.14 |
| 2923 | 2026-09-04T21:38:30.039Z | Compiling openssl-sys v0.9.117 |
| 2924 | 2026-09-04T21:38:30.316Z | Compiling toml_edit v0.22.27 |
| 2925 | 2026-09-04T21:38:31.539Z | Compiling proc-macro-crate v1.3.1 |
| 2926 | 2026-09-04T21:38:32.114Z | Compiling ingot v0.1.1 |
| 2927 | 2026-09-04T21:38:32.216Z | Compiling newtype_derive v0.1.6 |
| 2928 | 2026-09-04T21:38:32.648Z | Compiling itertools v0.12.1 |
| 2929 | 2026-09-04T21:38:34.455Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2930 | 2026-09-04T21:38:34.455Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2931 | 2026-09-04T21:38:34.455Z | Compiling unicode-segmentation v1.13.3 |
| 2932 | 2026-09-04T21:38:34.455Z | Compiling tokio-rustls v0.26.4 |
| 2933 | 2026-09-04T21:38:34.455Z | Compiling rustls-platform-verifier v0.7.0 |
| 2934 | 2026-09-04T21:38:34.545Z | Compiling hyper-rustls v0.27.9 |
| 2935 | 2026-09-04T21:38:35.004Z | Compiling reqwest v0.13.4 |
| 2936 | 2026-09-04T21:38:35.067Z | Compiling swrite v0.1.0 |
| 2937 | 2026-09-04T21:38:35.187Z | Compiling linked-hash-map v0.5.6 |
| 2938 | 2026-09-04T21:38:35.415Z | Compiling resolv-conf v0.7.6 |
| 2939 | 2026-09-04T21:38:35.902Z | Compiling owo-colors v4.3.0 |
| 2940 | 2026-09-04T21:38:36.032Z | Compiling lru-cache v0.1.2 |
| 2941 | 2026-09-04T21:38:36.293Z | Compiling newline-converter v0.3.0 |
| 2942 | 2026-09-04T21:38:36.454Z | Compiling progenitor-client v0.14.0 |
| 2943 | 2026-09-04T21:38:37.395Z | Compiling progenitor-extras v0.2.0 |
| 2944 | 2026-09-04T21:38:38.189Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2945 | 2026-09-04T21:38:44.484Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2946 | 2026-09-04T21:38:47.443Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2947 | 2026-09-04T21:38:47.676Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2948 | 2026-09-04T21:38:49.458Z | Compiling progenitor v0.14.0 |
| 2949 | 2026-09-04T21:38:49.652Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2950 | 2026-09-04T21:38:49.730Z | Compiling rayon v1.12.0 |
| 2951 | 2026-09-04T21:38:50.086Z | Compiling num_enum_derive v0.5.11 |
| 2952 | 2026-09-04T21:38:51.386Z | Compiling toml v0.8.23 |
| 2953 | 2026-09-04T21:38:51.954Z | Compiling hickory-proto v0.24.4 |
| 2954 | 2026-09-04T21:38:52.012Z | Compiling progenitor-impl v0.13.0 |
| 2955 | 2026-09-04T21:38:52.019Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-09-04T21:38:52.199Z | Compiling serde-big-array v0.5.1 |
| 2957 | 2026-09-04T21:38:52.370Z | Compiling pin-project-internal v1.1.13 |
| 2958 | 2026-09-04T21:38:52.420Z | Compiling derive-where v1.6.1 |
| 2959 | 2026-09-04T21:38:53.590Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2960 | 2026-09-04T21:38:53.622Z | Compiling siphasher v1.0.3 |
| 2961 | 2026-09-04T21:38:53.699Z | Compiling minimal-lexical v0.2.1 |
| 2962 | 2026-09-04T21:38:53.738Z | Compiling similar v3.2.0 |
| 2963 | 2026-09-04T21:38:53.842Z | Compiling phf_shared v0.12.1 |
| 2964 | 2026-09-04T21:38:53.956Z | Compiling nom v7.1.3 |
| 2965 | 2026-09-04T21:38:54.075Z | Compiling hickory-resolver v0.24.4 |
| 2966 | 2026-09-04T21:38:54.089Z | Compiling progenitor-macro v0.13.0 |
| 2967 | 2026-09-04T21:38:54.934Z | Compiling expectorate v1.3.0 |
| 2968 | 2026-09-04T21:38:55.183Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2969 | 2026-09-04T21:38:55.285Z | Compiling pin-project v1.1.13 |
| 2970 | 2026-09-04T21:38:55.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2971 | 2026-09-04T21:38:56.369Z | Compiling num_enum v0.5.11 |
| 2972 | 2026-09-04T21:38:58.610Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2973 | 2026-09-04T21:38:58.837Z | Compiling progenitor-client v0.13.0 |
| 2974 | 2026-09-04T21:38:59.327Z | Compiling zone_cfg_derive v0.3.1 |
| 2975 | 2026-09-04T21:39:00.063Z | Compiling unicode-normalization v0.1.25 |
| 2976 | 2026-09-04T21:39:00.103Z | Compiling tokio-stream v0.1.19 |
| 2977 | 2026-09-04T21:39:00.701Z | Compiling snafu-derive v0.8.9 |
| 2978 | 2026-09-04T21:39:00.720Z | Compiling async-recursion v1.1.1 |
| 2979 | 2026-09-04T21:39:01.427Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2980 | 2026-09-04T21:39:01.729Z | Compiling slog-dtrace v0.3.0 |
| 2981 | 2026-09-04T21:39:01.760Z | Compiling csv-core v0.1.13 |
| 2982 | 2026-09-04T21:39:01.984Z | Compiling jiff-core v0.1.0 |
| 2983 | 2026-09-04T21:39:02.169Z | Compiling cancel-safe-futures v0.1.5 |
| 2984 | 2026-09-04T21:39:02.435Z | Compiling konst_macro_rules v0.2.19 |
| 2985 | 2026-09-04T21:39:02.439Z | Compiling foreign-types-shared v0.1.1 |
| 2986 | 2026-09-04T21:39:02.556Z | Compiling foldhash v0.1.5 |
| 2987 | 2026-09-04T21:39:02.644Z | Compiling smawk v0.3.3 |
| 2988 | 2026-09-04T21:39:02.808Z | Compiling unicode-xid v0.2.6 |
| 2989 | 2026-09-04T21:39:02.840Z | Compiling unicode-linebreak v0.1.5 |
| 2990 | 2026-09-04T21:39:02.963Z | Compiling unicode-width v0.1.14 |
| 2991 | 2026-09-04T21:39:03.122Z | Compiling chrono-tz v0.10.4 |
| 2992 | 2026-09-04T21:39:03.286Z | Compiling openssl v0.10.81 |
| 2993 | 2026-09-04T21:39:03.366Z | Compiling highway v1.3.0 |
| 2994 | 2026-09-04T21:39:03.586Z | Compiling same-file v1.0.6 |
| 2995 | 2026-09-04T21:39:03.777Z | Compiling walkdir v2.5.0 |
| 2996 | 2026-09-04T21:39:03.782Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2997 | 2026-09-04T21:39:04.102Z | Compiling textwrap v0.16.2 |
| 2998 | 2026-09-04T21:39:04.240Z | Compiling const_format_proc_macros v0.2.34 |
| 2999 | 2026-09-04T21:39:04.476Z | Compiling jiff v0.2.35 |
| 3000 | 2026-09-04T21:39:05.066Z | Compiling hashbrown v0.15.5 |
| 3001 | 2026-09-04T21:39:05.626Z | Compiling konst v0.2.20 |
| 3002 | 2026-09-04T21:39:05.793Z | Compiling foreign-types v0.3.2 |
| 3003 | 2026-09-04T21:39:05.895Z | Compiling snafu v0.8.9 |
| 3004 | 2026-09-04T21:39:06.077Z | Compiling csv v1.4.0 |
| 3005 | 2026-09-04T21:39:06.543Z | Compiling progenitor v0.13.0 |
| 3006 | 2026-09-04T21:39:06.656Z | Compiling qorb v0.4.1 |
| 3007 | 2026-09-04T21:39:06.716Z | Compiling olpc-cjson v0.1.4 |
| 3008 | 2026-09-04T21:39:06.974Z | Compiling zone v0.3.1 |
| 3009 | 2026-09-04T21:39:07.010Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3010 | 2026-09-04T21:39:08.616Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3011 | 2026-09-04T21:39:09.144Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3012 | 2026-09-04T21:39:09.800Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3013 | 2026-09-04T21:39:10.386Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3014 | 2026-09-04T21:39:12.613Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3015 | 2026-09-04T21:39:13.134Z | Compiling phf v0.12.1 |
| 3016 | 2026-09-04T21:39:13.430Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3017 | 2026-09-04T21:39:13.751Z | Compiling globset v0.4.20 |
| 3018 | 2026-09-04T21:39:13.799Z | Compiling tokio-dtrace v0.1.1 |
| 3019 | 2026-09-04T21:39:14.139Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3020 | 2026-09-04T21:39:14.371Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3021 | 2026-09-04T21:39:14.734Z | Compiling smf v0.2.3 |
| 3022 | 2026-09-04T21:39:14.796Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3023 | 2026-09-04T21:39:14.810Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3024 | 2026-09-04T21:39:15.025Z | Compiling pem v3.0.6 |
| 3025 | 2026-09-04T21:39:15.722Z | Compiling libsw-core v0.3.2 |
| 3026 | 2026-09-04T21:39:15.914Z | Compiling serde_plain v1.0.2 |
| 3027 | 2026-09-04T21:39:15.929Z | Compiling openssl-macros v0.1.1 |
| 3028 | 2026-09-04T21:39:15.942Z | Compiling cookie v0.18.2 |
| 3029 | 2026-09-04T21:39:16.024Z | Compiling sigpipe v0.1.3 |
| 3030 | 2026-09-04T21:39:16.129Z | Compiling fixedbitset v0.4.2 |
| 3031 | 2026-09-04T21:39:16.183Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3032 | 2026-09-04T21:39:16.224Z | Compiling glob v0.3.4 |
| 3033 | 2026-09-04T21:39:16.428Z | Compiling fixedbitset v0.5.7 |
| 3034 | 2026-09-04T21:39:16.469Z | Compiling typed-path v0.9.3 |
| 3035 | 2026-09-04T21:39:16.500Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3036 | 2026-09-04T21:39:16.770Z | Compiling petgraph v0.8.3 |
| 3037 | 2026-09-04T21:39:17.717Z | Compiling tough v0.22.0 |
| 3038 | 2026-09-04T21:39:18.415Z | Compiling petgraph v0.6.5 |
| 3039 | 2026-09-04T21:39:18.508Z | Compiling libsw v3.5.0 |
| 3040 | 2026-09-04T21:39:18.664Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3041 | 2026-09-04T21:39:18.701Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3042 | 2026-09-04T21:39:19.221Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-09-04T21:39:19.258Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3044 | 2026-09-04T21:39:19.485Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3045 | 2026-09-04T21:39:19.572Z | Compiling oxide-tokio-rt v0.1.6 |
| 3046 | 2026-09-04T21:39:19.907Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3047 | 2026-09-04T21:39:20.291Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3048 | 2026-09-04T21:39:20.535Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3049 | 2026-09-04T21:39:21.326Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3050 | 2026-09-04T21:39:23.524Z | Compiling const_format v0.2.36 |
| 3051 | 2026-09-04T21:39:23.579Z | Compiling papergrid v0.11.0 |
| 3052 | 2026-09-04T21:39:23.817Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3053 | 2026-09-04T21:39:23.854Z | Compiling libscf-sys v1.2.0 |
| 3054 | 2026-09-04T21:39:24.020Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3055 | 2026-09-04T21:39:24.062Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3056 | 2026-09-04T21:39:24.190Z | Compiling tabled_derive v0.7.0 |
| 3057 | 2026-09-04T21:39:24.497Z | Compiling gethostname v0.5.0 |
| 3058 | 2026-09-04T21:39:24.636Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3059 | 2026-09-04T21:39:24.694Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3060 | 2026-09-04T21:39:24.832Z | Compiling bcs v0.1.6 |
| 3061 | 2026-09-04T21:39:25.008Z | Compiling whoami v1.6.1 |
| 3062 | 2026-09-04T21:39:25.264Z | Compiling linear-map v1.2.0 |
| 3063 | 2026-09-04T21:39:25.286Z | Compiling termtree v0.5.1 |
| 3064 | 2026-09-04T21:39:25.458Z | Compiling tagptr v0.2.0 |
| 3065 | 2026-09-04T21:39:25.470Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3066 | 2026-09-04T21:39:25.641Z | Compiling moka v0.12.16 |
| 3067 | 2026-09-04T21:39:26.898Z | Compiling tabled v0.15.0 |
| 3068 | 2026-09-04T21:39:28.417Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3069 | 2026-09-04T21:39:28.801Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3070 | 2026-09-04T21:39:28.967Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3071 | 2026-09-04T21:39:29.344Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3072 | 2026-09-04T21:39:29.567Z | Compiling steno v0.4.1 |
| 3073 | 2026-09-04T21:39:32.023Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3074 | 2026-09-04T21:39:34.520Z | Compiling hickory-proto v0.25.2 |
| 3075 | 2026-09-04T21:39:34.848Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3076 | 2026-09-04T21:39:35.654Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3077 | 2026-09-04T21:39:36.307Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3078 | 2026-09-04T21:39:36.425Z | Compiling parking_lot_core v0.8.6 |
| 3079 | 2026-09-04T21:39:36.751Z | Compiling nom v8.0.0 |
| 3080 | 2026-09-04T21:39:37.162Z | Compiling hickory-resolver v0.25.2 |
| 3081 | 2026-09-04T21:39:37.877Z | Compiling itertools v0.15.0 |
| 3082 | 2026-09-04T21:39:37.893Z | Compiling crunchy v0.2.4 |
| 3083 | 2026-09-04T21:39:38.196Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3084 | 2026-09-04T21:39:38.212Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3085 | 2026-09-04T21:39:38.320Z | Compiling parking_lot v0.11.2 |
| 3086 | 2026-09-04T21:39:39.167Z | Compiling typify-impl v0.4.3 |
| 3087 | 2026-09-04T21:39:39.446Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3088 | 2026-09-04T21:39:39.494Z | Compiling fxhash v0.2.1 |
| 3089 | 2026-09-04T21:39:39.643Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3090 | 2026-09-04T21:39:39.959Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3091 | 2026-09-04T21:39:40.205Z | Compiling tiny-keccak v2.0.2 |
| 3092 | 2026-09-04T21:39:40.500Z | Compiling sled v0.34.7 |
| 3093 | 2026-09-04T21:39:42.574Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3094 | 2026-09-04T21:39:42.706Z | Compiling typify-macro v0.4.3 |
| 3095 | 2026-09-04T21:39:44.327Z | Compiling arc-swap v1.9.2 |
| 3096 | 2026-09-04T21:39:44.689Z | Compiling slog-scope v4.4.1 |
| 3097 | 2026-09-04T21:39:45.077Z | Compiling papergrid v0.18.0 |
| 3098 | 2026-09-04T21:39:45.132Z | Compiling ingot-macros v0.2.0 |
| 3099 | 2026-09-04T21:39:45.480Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3100 | 2026-09-04T21:39:45.633Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3101 | 2026-09-04T21:39:45.894Z | Compiling internet-checksum v0.2.1 |
| 3102 | 2026-09-04T21:39:46.105Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3103 | 2026-09-04T21:39:46.242Z | Compiling const-random-macro v0.1.16 |
| 3104 | 2026-09-04T21:39:46.674Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3105 | 2026-09-04T21:39:46.902Z | Compiling tabled v0.21.0 |
| 3106 | 2026-09-04T21:39:47.916Z | Compiling ingot-types v0.2.0 |
| 3107 | 2026-09-04T21:39:48.402Z | Compiling slog-stdlog v4.1.1 |
| 3108 | 2026-09-04T21:39:48.767Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3109 | 2026-09-04T21:39:49.422Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3110 | 2026-09-04T21:39:50.045Z | Compiling smartstring v1.0.1 |
| 3111 | 2026-09-04T21:39:50.338Z | Compiling ahash v0.8.12 |
| 3112 | 2026-09-04T21:39:50.687Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3113 | 2026-09-04T21:39:50.986Z | Compiling slog-envlogger v2.2.0 |
| 3114 | 2026-09-04T21:39:52.093Z | Compiling ingot v0.2.1 |
| 3115 | 2026-09-04T21:39:53.189Z | Compiling const-random v0.1.18 |
| 3116 | 2026-09-04T21:39:53.279Z | Compiling typify v0.4.3 |
| 3117 | 2026-09-04T21:39:53.404Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3118 | 2026-09-04T21:39:54.279Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3119 | 2026-09-04T21:39:54.728Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3120 | 2026-09-04T21:39:54.743Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3121 | 2026-09-04T21:39:55.016Z | Compiling crc8 v0.1.1 |
| 3122 | 2026-09-04T21:39:55.073Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3123 | 2026-09-04T21:39:55.130Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3124 | 2026-09-04T21:39:56.176Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3125 | 2026-09-04T21:39:56.766Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3126 | 2026-09-04T21:39:58.476Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3127 | 2026-09-04T21:40:00.046Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3128 | 2026-09-04T21:40:01.347Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3129 | 2026-09-04T21:40:01.440Z | Compiling progenitor-impl v0.10.0 |
| 3130 | 2026-09-04T21:40:02.186Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3131 | 2026-09-04T21:40:02.718Z | Compiling sha1 v0.10.7 |
| 3132 | 2026-09-04T21:40:02.910Z | Compiling lzma-sys v0.1.20 |
| 3133 | 2026-09-04T21:40:03.158Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3134 | 2026-09-04T21:40:03.359Z | Compiling rhai_codegen v3.2.0 |
| 3135 | 2026-09-04T21:40:03.489Z | Compiling fs-err v3.3.1 |
| 3136 | 2026-09-04T21:40:03.715Z | Compiling utf-8 v0.7.6 |
| 3137 | 2026-09-04T21:40:03.757Z | Compiling typeid v1.0.3 |
| 3138 | 2026-09-04T21:40:03.925Z | Compiling thin-vec v0.2.19 |
| 3139 | 2026-09-04T21:40:04.146Z | Compiling tungstenite v0.21.0 |
| 3140 | 2026-09-04T21:40:04.576Z | Compiling rhai v1.26.0 |
| 3141 | 2026-09-04T21:40:05.230Z | Compiling progenitor-macro v0.10.0 |
| 3142 | 2026-09-04T21:40:09.615Z | Compiling cargo_toml v0.22.3 |
| 3143 | 2026-09-04T21:40:11.906Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3144 | 2026-09-04T21:40:13.442Z | Compiling sha2 v0.10.9 |
| 3145 | 2026-09-04T21:40:13.524Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-09-04T21:40:13.613Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3147 | 2026-09-04T21:40:14.575Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3148 | 2026-09-04T21:40:14.646Z | Compiling progenitor v0.10.0 |
| 3149 | 2026-09-04T21:40:14.802Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3150 | 2026-09-04T21:40:14.861Z | Compiling tokio-tungstenite v0.21.0 |
| 3151 | 2026-09-04T21:40:15.828Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3152 | 2026-09-04T21:40:16.992Z | Compiling port-file v0.1.0 |
| 3153 | 2026-09-04T21:40:17.261Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3154 | 2026-09-04T21:40:17.986Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3155 | 2026-09-04T21:40:18.636Z | Compiling git-stub v1.0.0 |
| 3156 | 2026-09-04T21:40:19.104Z | Compiling base64 v0.21.7 |
| 3157 | 2026-09-04T21:40:19.272Z | Compiling unit-prefix v0.5.2 |
| 3158 | 2026-09-04T21:40:19.430Z | Compiling is_ci v1.2.0 |
| 3159 | 2026-09-04T21:40:19.478Z | Compiling indicatif v0.18.6 |
| 3160 | 2026-09-04T21:40:19.608Z | Compiling supports-color v3.0.2 |
| 3161 | 2026-09-04T21:40:19.612Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3162 | 2026-09-04T21:40:20.425Z | Compiling git-stub-vcs v0.1.0 |
| 3163 | 2026-09-04T21:40:20.811Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3164 | 2026-09-04T21:40:21.133Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3165 | 2026-09-04T21:40:22.159Z | Compiling ron v0.12.2 |
| 3166 | 2026-09-04T21:40:22.278Z | Compiling xz2 v0.1.7 |
| 3167 | 2026-09-04T21:40:22.627Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3168 | 2026-09-04T21:40:23.542Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3169 | 2026-09-04T21:40:23.960Z | Compiling similar v2.7.0 |
| 3170 | 2026-09-04T21:40:25.039Z | Compiling drift v0.2.0 |
| 3171 | 2026-09-04T21:40:26.182Z | Compiling strum_macros v0.28.0 |
| 3172 | 2026-09-04T21:40:26.716Z | Compiling base16ct v1.0.0 |
| 3173 | 2026-09-04T21:40:28.061Z | Compiling strum v0.28.0 |
| 3174 | 2026-09-04T21:40:28.222Z | Compiling dropshot-api-manager v0.8.0 |
| 3175 | 2026-09-04T21:40:29.880Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3176 | 2026-09-04T21:40:32.902Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3177 | 2026-09-04T21:40:34.072Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3178 | 2026-09-04T21:40:37.699Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3179 | 2026-09-04T21:40:37.725Z | Compiling natord v1.0.9 |
| 3180 | 2026-09-04T21:40:37.725Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3181 | 2026-09-04T21:40:37.736Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3182 | 2026-09-04T21:40:40.218Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3183 | 2026-09-04T21:40:40.415Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3184 | 2026-09-04T21:40:41.852Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3185 | 2026-09-04T21:40:50.457Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3186 | 2026-09-04T21:40:51.068Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3187 | 2026-09-04T21:40:52.727Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3188 | 2026-09-04T21:40:53.685Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3189 | 2026-09-04T21:40:57.412Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3190 | 2026-09-04T21:41:23.995Z | Finished `release` profile [optimized] target(s) in 4m 27s |
| 3191 | 2026-09-04T21:41:24.179Z | |
| 3192 | 2026-09-04T21:41:24.179Z | real 4:27.442106261 |
| 3193 | 2026-09-04T21:41:24.179Z | user 30:26.568762109 |
| 3194 | 2026-09-04T21:41:24.179Z | sys 2:47.132710910 |
| 3195 | 2026-09-04T21:41:24.179Z | trap 0.746605696 |
| 3196 | 2026-09-04T21:41:24.180Z | tflt 1.364638606 |
| 3197 | 2026-09-04T21:41:24.180Z | dflt 1.823453991 |
| 3198 | 2026-09-04T21:41:24.180Z | kflt 0.001614291 |
| 3199 | 2026-09-04T21:41:24.180Z | lock 2:05:36.609433458 |
| 3200 | 2026-09-04T21:41:24.180Z | slp 1:27:34.073483550 |
| 3201 | 2026-09-04T21:41:24.180Z | lat 2:23.191079364 |
| 3202 | 2026-09-04T21:41:24.180Z | stop 4:07.106206504 |
| 3203 | 2026-09-04T21:41:24.183Z | + for x in debug release |
| 3204 | 2026-09-04T21:41:24.184Z | + mkdir -p /work/debug |
| 3205 | 2026-09-04T21:41:24.184Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3206 | 2026-09-04T21:41:24.785Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3207 | 2026-09-04T21:41:25.257Z | + cp target/debug/mgd /work/debug/mgd |
| 3208 | 2026-09-04T21:41:25.957Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3209 | 2026-09-04T21:41:26.501Z | + for x in debug release |
| 3210 | 2026-09-04T21:41:26.501Z | + mkdir -p /work/release |
| 3211 | 2026-09-04T21:41:26.505Z | + cp target/release/ddmd /work/release/ddmd |
| 3212 | 2026-09-04T21:41:26.603Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3213 | 2026-09-04T21:41:26.688Z | + cp target/release/mgd /work/release/mgd |
| 3214 | 2026-09-04T21:41:26.828Z | + cp target/release/mgadm /work/release/mgadm |
| 3215 | 2026-09-04T21:41:26.938Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3216 | 2026-09-04T21:41:27.012Z | process exited: duration 657518 ms, exit code 0 |
| |
| 3217 | 2026-09-04T21:41:27.031Z | found 9 output files |
| 3218 | 2026-09-04T21:41:27.031Z | uploading: /work/debug/ddmadm (587287344 bytes) |
| 3219 | 2026-09-04T21:41:37.979Z | uploaded: /work/debug/ddmadm |
| 3220 | 2026-09-04T21:41:37.979Z | uploading: /work/debug/ddmd (679738216 bytes) |
| 3221 | 2026-09-04T21:41:49.164Z | uploaded: /work/debug/ddmd |
| 3222 | 2026-09-04T21:41:49.164Z | uploading: /work/debug/mgadm (697325440 bytes) |
| 3223 | 2026-09-04T21:42:01.241Z | uploaded: /work/debug/mgadm |
| 3224 | 2026-09-04T21:42:01.241Z | uploading: /work/debug/mgd (802083904 bytes) |
| 3225 | 2026-09-04T21:42:20.113Z | uploaded: /work/debug/mgd |
| 3226 | 2026-09-04T21:42:20.113Z | uploading: /work/release/ddmadm (52259808 bytes) |
| 3227 | 2026-09-04T21:42:22.788Z | uploaded: /work/release/ddmadm |
| 3228 | 2026-09-04T21:42:22.788Z | uploading: /work/release/ddmd (61084088 bytes) |
| 3229 | 2026-09-04T21:42:28.407Z | uploaded: /work/release/ddmd |
| 3230 | 2026-09-04T21:42:28.426Z | uploading: /work/release/falcon-lab (44175768 bytes) |
| 3231 | 2026-09-04T21:42:30.846Z | uploaded: /work/release/falcon-lab |
| 3232 | 2026-09-04T21:42:30.847Z | uploading: /work/release/mgadm (67594264 bytes) |
| 3233 | 2026-09-04T21:42:35.584Z | uploaded: /work/release/mgadm |
| 3234 | 2026-09-04T21:42:35.599Z | uploading: /work/release/mgd (86509040 bytes) |
| 3235 | 2026-09-04T21:42:38.156Z | uploaded: /work/release/mgd |