|
|
|
| 1 | 2025-03-24T22:29:47.845Z | job assigned to worker 01JQ54BR2PH20DHMAJK25VM0YT [factory aws, i-0b7dc14d159fd2840] (queued for 16 m 9 s) |
| |
| 2 | 2025-03-24T22:29:55.564Z | starting task 0: "setup" |
| 3 | 2025-03-24T22:29:55.569Z | ++ uname -s |
| 4 | 2025-03-24T22:29:55.573Z | + kern=SunOS |
| 5 | 2025-03-24T22:29:55.573Z | + build_user=build |
| 6 | 2025-03-24T22:29:55.573Z | + build_uid=12345 |
| 7 | 2025-03-24T22:29:55.573Z | + work_dir=/work |
| 8 | 2025-03-24T22:29:55.573Z | + input_dir=/input |
| 9 | 2025-03-24T22:29:55.573Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-24T22:29:55.575Z | + case "$kern" in |
| 11 | 2025-03-24T22:29:55.575Z | + groupadd -g 12345 build |
| 12 | 2025-03-24T22:29:55.579Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-24T22:29:57.583Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-24T22:29:57.711Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-24T22:29:57.715Z | + home_fs=zfs |
| 16 | 2025-03-24T22:29:57.716Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-24T22:29:57.716Z | + mkdir -p /home/build |
| 18 | 2025-03-24T22:29:57.719Z | + chown build:build /home/build /work |
| 19 | 2025-03-24T22:29:59.718Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-24T22:29:59.721Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2025-03-24T22:29:59.728Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-24T22:29:59.734Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2025-03-24T22:29:59.734Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-24T22:29:59.734Z | * rust toolchain channel = "stable" |
| 25 | 2025-03-24T22:29:59.734Z | * rust toolchain profile = "default" |
| 26 | 2025-03-24T22:29:59.734Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-24T22:29:59.734Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-24T22:29:59.737Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-24T22:29:59.737Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2025-03-24T22:29:59.838Z | info: downloading installer |
| 31 | 2025-03-24T22:30:01.417Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-24T22:30:01.417Z | warn: /opt/ooce/bin |
| 33 | 2025-03-24T22:30:01.417Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-24T22:30:01.417Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-24T22:30:01.417Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-24T22:30:01.417Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-24T22:30:01.417Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-24T22:30:01.417Z | error: cannot install while Rust is installed |
| 39 | 2025-03-24T22:30:01.417Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-24T22:30:01.434Z | info: profile set to 'default' |
| 41 | 2025-03-24T22:30:01.434Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-24T22:30:01.438Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2025-03-24T22:30:01.594Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
| 44 | 2025-03-24T22:30:01.594Z | info: downloading component 'cargo' |
| 45 | 2025-03-24T22:30:02.610Z | info: downloading component 'clippy' |
| 46 | 2025-03-24T22:30:02.990Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-24T22:30:04.140Z | info: downloading component 'rust-std' |
| 48 | 2025-03-24T22:30:05.957Z | info: downloading component 'rustc' |
| 49 | 2025-03-24T22:30:13.060Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-24T22:30:13.393Z | info: installing component 'cargo' |
| 51 | 2025-03-24T22:30:14.461Z | info: installing component 'clippy' |
| 52 | 2025-03-24T22:30:14.599Z | info: installing component 'rust-docs' |
| 53 | 2025-03-24T22:30:16.345Z | info: installing component 'rust-std' |
| 54 | 2025-03-24T22:30:18.069Z | info: installing component 'rustc' |
| 55 | 2025-03-24T22:30:24.103Z | info: installing component 'rustfmt' |
| 56 | 2025-03-24T22:30:24.442Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2025-03-24T22:30:24.442Z | |
| 58 | 2025-03-24T22:30:24.826Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
| 59 | 2025-03-24T22:30:24.826Z | |
| 60 | 2025-03-24T22:30:24.830Z | |
| 61 | 2025-03-24T22:30:24.830Z | Rust is installed now. Great! |
| 62 | 2025-03-24T22:30:24.830Z | |
| 63 | 2025-03-24T22:30:24.830Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-24T22:30:24.830Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-24T22:30:24.831Z | |
| 66 | 2025-03-24T22:30:24.831Z | To configure your current shell, you need to source |
| 67 | 2025-03-24T22:30:24.831Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-24T22:30:24.831Z | |
| 69 | 2025-03-24T22:30:24.831Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-24T22:30:24.831Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-24T22:30:24.831Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-24T22:30:24.831Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-24T22:30:24.903Z | + rustup --version |
| 74 | 2025-03-24T22:30:24.917Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-03-24T22:30:24.917Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-24T22:30:24.946Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
| 77 | 2025-03-24T22:30:24.949Z | + cargo --version |
| 78 | 2025-03-24T22:30:24.967Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-24T22:30:24.971Z | + rustc --version |
| 80 | 2025-03-24T22:30:24.996Z | rustc 1.85.1 (4eb161250 2025-03-15) |
| 81 | 2025-03-24T22:30:24.999Z | process exited: duration 25266 ms, exit code 0 |
| |
| 82 | 2025-03-24T22:30:25.006Z | starting task 2: "authentication" |
| 83 | 2025-03-24T22:30:25.030Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-03-24T22:30:25.036Z | starting task 3: "clone repository" |
| 85 | 2025-03-24T22:30:25.041Z | + mkdir -p /work/oxidecomputer/maghemite |
| 86 | 2025-03-24T22:30:25.045Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 87 | 2025-03-24T22:30:25.087Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 88 | 2025-03-24T22:30:25.656Z | + cd /work/oxidecomputer/maghemite |
| 89 | 2025-03-24T22:30:25.659Z | + git fetch origin ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
| 90 | 2025-03-24T22:30:25.933Z | From https://github.com/oxidecomputer/maghemite |
| 91 | 2025-03-24T22:30:25.933Z | * branch ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e -> FETCH_HEAD |
| 92 | 2025-03-24T22:30:25.940Z | + [[ -n renovate/itertools-0.x ]] |
| 93 | 2025-03-24T22:30:25.943Z | ++ git branch --show-current |
| 94 | 2025-03-24T22:30:25.947Z | + current=main |
| 95 | 2025-03-24T22:30:25.947Z | + [[ main != renovate/itertools-0.x ]] |
| 96 | 2025-03-24T22:30:25.948Z | + git branch -f renovate/itertools-0.x ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
| 97 | 2025-03-24T22:30:25.951Z | + git checkout -f renovate/itertools-0.x |
| 98 | 2025-03-24T22:30:25.962Z | Switched to branch 'renovate/itertools-0.x' |
| 99 | 2025-03-24T22:30:25.965Z | + git reset --hard ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
| 100 | 2025-03-24T22:30:25.978Z | HEAD is now at ee076cb Update Rust crate itertools to 0.14 |
| 101 | 2025-03-24T22:30:25.981Z | process exited: duration 941 ms, exit code 0 |
| |
| 102 | 2025-03-24T22:30:25.988Z | starting task 4: "build" |
| 103 | 2025-03-24T22:30:25.993Z | + cargo --version |
| 104 | 2025-03-24T22:30:26.001Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 105 | 2025-03-24T22:30:26.164Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 106 | 2025-03-24T22:30:26.167Z | info: downloading component 'cargo' |
| 107 | 2025-03-24T22:30:27.184Z | info: downloading component 'clippy' |
| 108 | 2025-03-24T22:30:27.528Z | info: downloading component 'rust-docs' |
| 109 | 2025-03-24T22:30:28.939Z | info: downloading component 'rust-std' |
| 110 | 2025-03-24T22:30:30.761Z | info: downloading component 'rustc' |
| 111 | 2025-03-24T22:30:37.313Z | info: downloading component 'rustfmt' |
| 112 | 2025-03-24T22:30:37.553Z | info: installing component 'cargo' |
| 113 | 2025-03-24T22:30:38.347Z | info: installing component 'clippy' |
| 114 | 2025-03-24T22:30:38.731Z | info: installing component 'rust-docs' |
| 115 | 2025-03-24T22:30:40.285Z | info: installing component 'rust-std' |
| 116 | 2025-03-24T22:30:41.998Z | info: installing component 'rustc' |
| 117 | 2025-03-24T22:30:47.619Z | info: installing component 'rustfmt' |
| 118 | 2025-03-24T22:30:48.026Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 119 | 2025-03-24T22:30:48.029Z | + rustc --version |
| 120 | 2025-03-24T22:30:48.101Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 121 | 2025-03-24T22:30:48.107Z | + banner check |
| 122 | 2025-03-24T22:30:48.111Z | |
| 123 | 2025-03-24T22:30:48.111Z | #### # # ###### #### # # |
| 124 | 2025-03-24T22:30:48.111Z | # # # # # # # # # |
| 125 | 2025-03-24T22:30:48.111Z | # ###### ##### # #### |
| 126 | 2025-03-24T22:30:48.111Z | # # # # # # # |
| 127 | 2025-03-24T22:30:48.111Z | # # # # # # # # # |
| 128 | 2025-03-24T22:30:48.111Z | #### # # ###### #### # # |
| 129 | 2025-03-24T22:30:48.111Z | |
| 130 | 2025-03-24T22:30:48.111Z | + cargo fmt -- --check |
| 131 | 2025-03-24T22:30:48.742Z | + cargo clippy --all-targets -- --deny warnings |
| 132 | 2025-03-24T22:30:48.987Z | Updating crates.io index |
| 133 | 2025-03-24T22:30:49.021Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 134 | 2025-03-24T22:30:49.804Z | From https://github.com/oxidecomputer/falcon |
| 135 | 2025-03-24T22:30:49.807Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
| 136 | 2025-03-24T22:30:49.910Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 137 | 2025-03-24T22:30:51.242Z | From https://github.com/oxidecomputer/dendrite |
| 138 | 2025-03-24T22:30:51.242Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
| 139 | 2025-03-24T22:30:51.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 140 | 2025-03-24T22:30:51.693Z | From https://github.com/oxidecomputer/ispf |
| 141 | 2025-03-24T22:30:51.693Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 142 | 2025-03-24T22:30:51.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2025-03-24T22:30:52.158Z | From https://github.com/oxidecomputer/netadm-sys |
| 144 | 2025-03-24T22:30:52.158Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
| 145 | 2025-03-24T22:30:52.170Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 146 | 2025-03-24T22:30:57.243Z | From https://github.com/oxidecomputer/omicron |
| 147 | 2025-03-24T22:30:57.243Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
| 148 | 2025-03-24T22:30:57.280Z | * [new tag] dogfood -> dogfood |
| 149 | 2025-03-24T22:30:57.284Z | * [new tag] v5 -> v5 |
| 150 | 2025-03-24T22:30:57.284Z | * [new tag] v6 -> v6 |
| 151 | 2025-03-24T22:30:57.284Z | * [new tag] v7 -> v7 |
| 152 | 2025-03-24T22:30:57.284Z | * [new tag] v8 -> v8 |
| 153 | 2025-03-24T22:30:57.284Z | * [new tag] v9 -> v9 |
| 154 | 2025-03-24T22:30:57.694Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 155 | 2025-03-24T22:30:58.346Z | From https://github.com/oxidecomputer/opte |
| 156 | 2025-03-24T22:30:58.346Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
| 157 | 2025-03-24T22:30:58.416Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 158 | 2025-03-24T22:30:58.820Z | From https://github.com/illumos/smf-rs |
| 159 | 2025-03-24T22:30:58.820Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 160 | 2025-03-24T22:30:58.845Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 161 | 2025-03-24T22:30:59.239Z | From https://github.com/oxidecomputer/zone |
| 162 | 2025-03-24T22:30:59.239Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
| 163 | 2025-03-24T22:30:59.286Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 164 | 2025-03-24T22:31:00.106Z | From https://github.com/oxidecomputer/propolis |
| 165 | 2025-03-24T22:31:00.106Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
| 166 | 2025-03-24T22:31:00.225Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 167 | 2025-03-24T22:31:00.976Z | From https://github.com/oxidecomputer/transceiver-control |
| 168 | 2025-03-24T22:31:00.977Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
| 169 | 2025-03-24T22:31:01.089Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 170 | 2025-03-24T22:31:02.182Z | From https://github.com/oxidecomputer/dlpi-sys |
| 171 | 2025-03-24T22:31:02.182Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
| 172 | 2025-03-24T22:31:02.203Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 173 | 2025-03-24T22:31:02.775Z | From https://github.com/jmesmon/rust-libzfs |
| 174 | 2025-03-24T22:31:02.775Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 175 | 2025-03-24T22:31:02.791Z | * [new tag] v0.4.0 -> v0.4.0 |
| 176 | 2025-03-24T22:31:02.806Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 177 | 2025-03-24T22:31:03.247Z | From https://github.com/oxidecomputer/rusty-doors |
| 178 | 2025-03-24T22:31:03.247Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 179 | 2025-03-24T22:31:03.264Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 180 | 2025-03-24T22:31:03.842Z | From https://github.com/oxidecomputer/maghemite |
| 181 | 2025-03-24T22:31:03.842Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
| 182 | 2025-03-24T22:31:03.859Z | * [new tag] rift -> rift |
| 183 | 2025-03-24T22:31:03.863Z | * [new tag] srp -> srp |
| 184 | 2025-03-24T22:31:03.863Z | * [new tag] tie-spf -> tie-spf |
| 185 | 2025-03-24T22:31:03.908Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 186 | 2025-03-24T22:31:04.287Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 187 | 2025-03-24T22:31:04.287Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
| 188 | 2025-03-24T22:31:04.306Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 189 | 2025-03-24T22:31:04.686Z | From https://github.com/oxidecomputer/slog-error-chain |
| 190 | 2025-03-24T22:31:04.686Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 191 | 2025-03-24T22:31:04.707Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 192 | 2025-03-24T22:31:05.132Z | From https://github.com/oxidecomputer/tufaceous |
| 193 | 2025-03-24T22:31:05.132Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
| 194 | 2025-03-24T22:31:05.153Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 195 | 2025-03-24T22:31:05.587Z | From https://github.com/oxidecomputer/poptrie |
| 196 | 2025-03-24T22:31:05.587Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
| 197 | 2025-03-24T22:31:05.634Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 198 | 2025-03-24T22:31:06.030Z | From https://github.com/oxidecomputer/ingot |
| 199 | 2025-03-24T22:31:06.030Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
| 200 | 2025-03-24T22:31:06.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 201 | 2025-03-24T22:31:06.954Z | From https://github.com/oxidecomputer/propolis |
| 202 | 2025-03-24T22:31:06.958Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
| 203 | 2025-03-24T22:31:07.081Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 204 | 2025-03-24T22:31:08.326Z | From https://github.com/oxidecomputer/crucible |
| 205 | 2025-03-24T22:31:08.326Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
| 206 | 2025-03-24T22:31:08.404Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 207 | 2025-03-24T22:31:09.063Z | From https://github.com/oxidecomputer/management-gateway-service |
| 208 | 2025-03-24T22:31:09.063Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
| 209 | 2025-03-24T22:31:09.959Z | Downloading crates ... |
| 210 | 2025-03-24T22:31:10.047Z | Downloaded anstyle v1.0.10 |
| 211 | 2025-03-24T22:31:10.060Z | Downloaded async-stream-impl v0.3.6 |
| 212 | 2025-03-24T22:31:10.064Z | Downloaded foreign-types-shared v0.1.1 |
| 213 | 2025-03-24T22:31:10.067Z | Downloaded aho-corasick v1.1.3 |
| 214 | 2025-03-24T22:31:10.070Z | Downloaded num-derive v0.4.2 |
| 215 | 2025-03-24T22:31:10.073Z | Downloaded ahash v0.8.11 |
| 216 | 2025-03-24T22:31:10.076Z | Downloaded async-trait v0.1.88 |
| 217 | 2025-03-24T22:31:10.079Z | Downloaded bitflags v2.9.0 |
| 218 | 2025-03-24T22:31:10.082Z | Downloaded bit-vec v0.8.0 |
| 219 | 2025-03-24T22:31:10.086Z | Downloaded cfg_aliases v0.2.1 |
| 220 | 2025-03-24T22:31:10.086Z | Downloaded atomic-waker v1.1.2 |
| 221 | 2025-03-24T22:31:10.089Z | Downloaded bitflags v1.3.2 |
| 222 | 2025-03-24T22:31:10.092Z | Downloaded async-stream v0.3.6 |
| 223 | 2025-03-24T22:31:10.095Z | Downloaded allocator-api2 v0.2.21 |
| 224 | 2025-03-24T22:31:10.098Z | Downloaded cfg-if v1.0.0 |
| 225 | 2025-03-24T22:31:10.098Z | Downloaded camino v1.1.9 |
| 226 | 2025-03-24T22:31:10.101Z | Downloaded anyhow v1.0.97 |
| 227 | 2025-03-24T22:31:10.104Z | Downloaded cc v1.2.17 |
| 228 | 2025-03-24T22:31:10.107Z | Downloaded anstream v0.6.18 |
| 229 | 2025-03-24T22:31:10.111Z | Downloaded bit-set v0.8.0 |
| 230 | 2025-03-24T22:31:10.111Z | Downloaded arc-swap v1.7.1 |
| 231 | 2025-03-24T22:31:10.114Z | Downloaded num-rational v0.4.2 |
| 232 | 2025-03-24T22:31:10.117Z | Downloaded base64ct v1.7.3 |
| 233 | 2025-03-24T22:31:10.120Z | Downloaded blake2 v0.10.6 |
| 234 | 2025-03-24T22:31:10.120Z | Downloaded once_cell v1.21.1 |
| 235 | 2025-03-24T22:31:10.124Z | Downloaded num_enum_derive v0.5.11 |
| 236 | 2025-03-24T22:31:10.127Z | Downloaded bytes v1.10.1 |
| 237 | 2025-03-24T22:31:10.130Z | Downloaded num_enum v0.5.11 |
| 238 | 2025-03-24T22:31:10.133Z | Downloaded paste v1.0.15 |
| 239 | 2025-03-24T22:31:10.137Z | Downloaded parse-display v0.10.0 |
| 240 | 2025-03-24T22:31:10.140Z | Downloaded byteorder v1.5.0 |
| 241 | 2025-03-24T22:31:10.140Z | Downloaded password-hash v0.5.0 |
| 242 | 2025-03-24T22:31:10.144Z | Downloaded parking_lot v0.12.3 |
| 243 | 2025-03-24T22:31:10.144Z | Downloaded bytecount v0.6.8 |
| 244 | 2025-03-24T22:31:10.147Z | Downloaded parking_lot_core v0.8.6 |
| 245 | 2025-03-24T22:31:10.150Z | Downloaded parking_lot v0.11.2 |
| 246 | 2025-03-24T22:31:10.150Z | Downloaded chrono v0.4.40 |
| 247 | 2025-03-24T22:31:10.157Z | Downloaded percent-encoding v2.3.1 |
| 248 | 2025-03-24T22:31:10.162Z | Downloaded cpufeatures v0.2.17 |
| 249 | 2025-03-24T22:31:10.162Z | Downloaded convert_case v0.4.0 |
| 250 | 2025-03-24T22:31:10.165Z | Downloaded clap_lex v0.7.4 |
| 251 | 2025-03-24T22:31:10.165Z | Downloaded num_enum_derive v0.7.3 |
| 252 | 2025-03-24T22:31:10.165Z | Downloaded parking_lot_core v0.9.10 |
| 253 | 2025-03-24T22:31:10.168Z | Downloaded colorchoice v1.0.3 |
| 254 | 2025-03-24T22:31:10.168Z | Downloaded const-random-macro v0.1.16 |
| 255 | 2025-03-24T22:31:10.169Z | Downloaded const-random v0.1.18 |
| 256 | 2025-03-24T22:31:10.173Z | Downloaded parse-display-derive v0.10.0 |
| 257 | 2025-03-24T22:31:10.173Z | Downloaded console v0.15.11 |
| 258 | 2025-03-24T22:31:10.176Z | Downloaded num-iter v0.1.45 |
| 259 | 2025-03-24T22:31:10.176Z | Downloaded cstr-argument v0.1.2 |
| 260 | 2025-03-24T22:31:10.176Z | Downloaded crunchy v0.2.3 |
| 261 | 2025-03-24T22:31:10.176Z | Downloaded crucible-workspace-hack v0.1.0 |
| 262 | 2025-03-24T22:31:10.179Z | Downloaded crc8 v0.1.1 |
| 263 | 2025-03-24T22:31:10.179Z | Downloaded colored v2.2.0 |
| 264 | 2025-03-24T22:31:10.182Z | Downloaded crc32fast v1.4.2 |
| 265 | 2025-03-24T22:31:10.182Z | Downloaded cobs v0.2.3 |
| 266 | 2025-03-24T22:31:10.186Z | Downloaded pest v2.7.15 |
| 267 | 2025-03-24T22:31:10.189Z | Downloaded num-integer v0.1.46 |
| 268 | 2025-03-24T22:31:10.192Z | Downloaded openapiv3 v2.0.0 |
| 269 | 2025-03-24T22:31:10.202Z | Downloaded quinn v0.11.7 |
| 270 | 2025-03-24T22:31:10.205Z | Downloaded deranged v0.4.0 |
| 271 | 2025-03-24T22:31:10.212Z | Downloaded defmt-macros v0.4.0 |
| 272 | 2025-03-24T22:31:10.216Z | Downloaded embedded-io v0.4.0 |
| 273 | 2025-03-24T22:31:10.216Z | Downloaded usdt-attr-macro v0.5.0 |
| 274 | 2025-03-24T22:31:10.216Z | Downloaded foreign-types v0.3.2 |
| 275 | 2025-03-24T22:31:10.216Z | Downloaded dirs-sys-next v0.1.2 |
| 276 | 2025-03-24T22:31:10.216Z | Downloaded daft-derive v0.1.2 |
| 277 | 2025-03-24T22:31:10.222Z | Downloaded foldhash v0.1.5 |
| 278 | 2025-03-24T22:31:10.225Z | Downloaded omicron-workspace-hack v0.1.0 |
| 279 | 2025-03-24T22:31:10.225Z | Downloaded fixedbitset v0.4.2 |
| 280 | 2025-03-24T22:31:10.225Z | Downloaded rand_xorshift v0.3.0 |
| 281 | 2025-03-24T22:31:10.229Z | Downloaded zone_cfg_derive v0.3.0 |
| 282 | 2025-03-24T22:31:10.229Z | Downloaded float-ord v0.3.2 |
| 283 | 2025-03-24T22:31:10.229Z | Downloaded daft v0.1.2 |
| 284 | 2025-03-24T22:31:10.232Z | Downloaded rand_chacha v0.3.1 |
| 285 | 2025-03-24T22:31:10.232Z | Downloaded darling_core v0.20.10 |
| 286 | 2025-03-24T22:31:10.236Z | Downloaded darling v0.20.10 |
| 287 | 2025-03-24T22:31:10.241Z | Downloaded heck v0.4.1 |
| 288 | 2025-03-24T22:31:10.244Z | Downloaded pretty-hex v0.4.1 |
| 289 | 2025-03-24T22:31:10.244Z | Downloaded embedded-io v0.6.1 |
| 290 | 2025-03-24T22:31:10.247Z | Downloaded fixedbitset v0.5.7 |
| 291 | 2025-03-24T22:31:10.250Z | Downloaded num-conv v0.1.0 |
| 292 | 2025-03-24T22:31:10.251Z | Downloaded pretty-hex v0.2.1 |
| 293 | 2025-03-24T22:31:10.254Z | Downloaded ciborium v0.2.2 |
| 294 | 2025-03-24T22:31:10.257Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2025-03-24T22:31:10.257Z | Downloaded derive_more v0.99.19 |
| 296 | 2025-03-24T22:31:10.262Z | Downloaded tower-service v0.3.3 |
| 297 | 2025-03-24T22:31:10.266Z | Downloaded rand_core v0.6.4 |
| 298 | 2025-03-24T22:31:10.267Z | Downloaded tower-layer v0.3.3 |
| 299 | 2025-03-24T22:31:10.272Z | Downloaded serde-big-array v0.5.1 |
| 300 | 2025-03-24T22:31:10.272Z | Downloaded http-body v1.0.1 |
| 301 | 2025-03-24T22:31:10.273Z | Downloaded foreign-types-shared v0.3.1 |
| 302 | 2025-03-24T22:31:10.276Z | Downloaded quote v1.0.40 |
| 303 | 2025-03-24T22:31:10.276Z | Downloaded rand v0.9.0 |
| 304 | 2025-03-24T22:31:10.280Z | Downloaded libscf-sys v1.1.0 |
| 305 | 2025-03-24T22:31:10.280Z | Downloaded mime v0.3.17 |
| 306 | 2025-03-24T22:31:10.283Z | Downloaded diff v0.1.13 |
| 307 | 2025-03-24T22:31:10.287Z | Downloaded match_cfg v0.1.0 |
| 308 | 2025-03-24T22:31:10.287Z | Downloaded plain v0.2.3 |
| 309 | 2025-03-24T22:31:10.290Z | Downloaded clap_builder v4.5.32 |
| 310 | 2025-03-24T22:31:10.295Z | Downloaded swrite v0.1.0 |
| 311 | 2025-03-24T22:31:10.298Z | Downloaded tokio-native-tls v0.3.1 |
| 312 | 2025-03-24T22:31:10.301Z | Downloaded hash32 v0.3.1 |
| 313 | 2025-03-24T22:31:10.301Z | Downloaded writeable v0.5.5 |
| 314 | 2025-03-24T22:31:10.304Z | Downloaded rand_chacha v0.9.0 |
| 315 | 2025-03-24T22:31:10.307Z | Downloaded rusty-fork v0.3.0 |
| 316 | 2025-03-24T22:31:10.307Z | Downloaded rustc_version v0.4.1 |
| 317 | 2025-03-24T22:31:10.311Z | Downloaded proc-macro-crate v3.3.0 |
| 318 | 2025-03-24T22:31:10.311Z | Downloaded ppv-lite86 v0.2.21 |
| 319 | 2025-03-24T22:31:10.314Z | Downloaded httpdate v1.0.3 |
| 320 | 2025-03-24T22:31:10.317Z | Downloaded is_terminal_polyfill v1.70.1 |
| 321 | 2025-03-24T22:31:10.317Z | Downloaded quinn-udp v0.5.10 |
| 322 | 2025-03-24T22:31:10.320Z | Downloaded progenitor-impl v0.9.1 |
| 323 | 2025-03-24T22:31:10.323Z | Downloaded write16 v1.0.0 |
| 324 | 2025-03-24T22:31:10.323Z | Downloaded ident_case v1.0.1 |
| 325 | 2025-03-24T22:31:10.323Z | Downloaded want v0.3.1 |
| 326 | 2025-03-24T22:31:10.326Z | Downloaded thiserror v2.0.12 |
| 327 | 2025-03-24T22:31:10.331Z | Downloaded synstructure v0.13.1 |
| 328 | 2025-03-24T22:31:10.334Z | Downloaded subtle v2.6.1 |
| 329 | 2025-03-24T22:31:10.334Z | Downloaded yoke v0.7.5 |
| 330 | 2025-03-24T22:31:10.337Z | Downloaded strum_macros v0.25.3 |
| 331 | 2025-03-24T22:31:10.340Z | Downloaded proc-macro-error v1.0.4 |
| 332 | 2025-03-24T22:31:10.343Z | Downloaded untrusted v0.9.0 |
| 333 | 2025-03-24T22:31:10.346Z | Downloaded sync_wrapper v1.0.2 |
| 334 | 2025-03-24T22:31:10.347Z | Downloaded clap v4.5.32 |
| 335 | 2025-03-24T22:31:10.356Z | Downloaded try-lock v0.2.5 |
| 336 | 2025-03-24T22:31:10.359Z | Downloaded litemap v0.7.5 |
| 337 | 2025-03-24T22:31:10.362Z | Downloaded hubpack v0.1.2 |
| 338 | 2025-03-24T22:31:10.362Z | Downloaded icu_provider v1.5.0 |
| 339 | 2025-03-24T22:31:10.365Z | Downloaded instant v0.1.13 |
| 340 | 2025-03-24T22:31:10.368Z | Downloaded scroll_derive v0.12.0 |
| 341 | 2025-03-24T22:31:10.368Z | Downloaded num-complex v0.4.6 |
| 342 | 2025-03-24T22:31:10.371Z | Downloaded icu_locid v1.5.0 |
| 343 | 2025-03-24T22:31:10.375Z | Downloaded fxhash v0.2.1 |
| 344 | 2025-03-24T22:31:10.375Z | Downloaded lazy_static v1.5.0 |
| 345 | 2025-03-24T22:31:10.378Z | Downloaded libsw v3.5.0 |
| 346 | 2025-03-24T22:31:10.383Z | Downloaded managed v0.8.0 |
| 347 | 2025-03-24T22:31:10.383Z | Downloaded strum_macros v0.26.4 |
| 348 | 2025-03-24T22:31:10.387Z | Downloaded serde_path_to_error v0.1.17 |
| 349 | 2025-03-24T22:31:10.387Z | Downloaded ryu v1.0.20 |
| 350 | 2025-03-24T22:31:10.390Z | Downloaded owo-colors v4.2.0 |
| 351 | 2025-03-24T22:31:10.394Z | Downloaded pest_meta v2.7.15 |
| 352 | 2025-03-24T22:31:10.397Z | Downloaded serde_urlencoded v0.7.1 |
| 353 | 2025-03-24T22:31:10.400Z | Downloaded serde_tokenstream v0.2.2 |
| 354 | 2025-03-24T22:31:10.400Z | Downloaded tokio-stream v0.1.17 |
| 355 | 2025-03-24T22:31:10.405Z | Downloaded strum v0.26.3 |
| 356 | 2025-03-24T22:31:10.408Z | Downloaded utf8_iter v1.0.4 |
| 357 | 2025-03-24T22:31:10.408Z | Downloaded slog-stdlog v4.1.1 |
| 358 | 2025-03-24T22:31:10.411Z | Downloaded slog-scope v4.4.0 |
| 359 | 2025-03-24T22:31:10.411Z | Downloaded pest_derive v2.7.15 |
| 360 | 2025-03-24T22:31:10.416Z | Downloaded futures-core v0.3.31 |
| 361 | 2025-03-24T22:31:10.419Z | Downloaded take_mut v0.2.2 |
| 362 | 2025-03-24T22:31:10.419Z | Downloaded hostname v0.4.0 |
| 363 | 2025-03-24T22:31:10.419Z | Downloaded scopeguard v1.2.0 |
| 364 | 2025-03-24T22:31:10.422Z | Downloaded memmap v0.7.0 |
| 365 | 2025-03-24T22:31:10.422Z | Downloaded semver v0.1.20 |
| 366 | 2025-03-24T22:31:10.426Z | Downloaded zerocopy-derive v0.7.35 |
| 367 | 2025-03-24T22:31:10.429Z | Downloaded ipnetwork v0.21.1 |
| 368 | 2025-03-24T22:31:10.432Z | Downloaded icu_provider_macros v1.5.0 |
| 369 | 2025-03-24T22:31:10.432Z | Downloaded hyper-rustls v0.27.5 |
| 370 | 2025-03-24T22:31:10.436Z | Downloaded tinyvec_macros v0.1.1 |
| 371 | 2025-03-24T22:31:10.436Z | Downloaded serde_repr v0.1.20 |
| 372 | 2025-03-24T22:31:10.439Z | Downloaded schemars_derive v0.8.22 |
| 373 | 2025-03-24T22:31:10.439Z | Downloaded tinystr v0.7.6 |
| 374 | 2025-03-24T22:31:10.442Z | Downloaded stable_deref_trait v1.2.0 |
| 375 | 2025-03-24T22:31:10.442Z | Downloaded version_check v0.9.5 |
| 376 | 2025-03-24T22:31:10.445Z | Downloaded typify-macro v0.2.0 |
| 377 | 2025-03-24T22:31:10.445Z | Downloaded tokio-rustls v0.26.2 |
| 378 | 2025-03-24T22:31:10.449Z | Downloaded scroll v0.12.0 |
| 379 | 2025-03-24T22:31:10.452Z | Downloaded utf16_iter v1.0.5 |
| 380 | 2025-03-24T22:31:10.452Z | Downloaded hex v0.4.3 |
| 381 | 2025-03-24T22:31:10.455Z | Downloaded lru-cache v0.1.2 |
| 382 | 2025-03-24T22:31:10.455Z | Downloaded rustls-pki-types v1.11.0 |
| 383 | 2025-03-24T22:31:10.459Z | Downloaded tabled_derive v0.10.0 |
| 384 | 2025-03-24T22:31:10.462Z | Downloaded hyper-tls v0.6.0 |
| 385 | 2025-03-24T22:31:10.462Z | Downloaded sha1 v0.10.6 |
| 386 | 2025-03-24T22:31:10.465Z | Downloaded hubpack_derive v0.1.1 |
| 387 | 2025-03-24T22:31:10.465Z | Downloaded usdt-macro v0.5.0 |
| 388 | 2025-03-24T22:31:10.468Z | Downloaded zone v0.3.0 |
| 389 | 2025-03-24T22:31:10.468Z | Downloaded expectorate v1.1.0 |
| 390 | 2025-03-24T22:31:10.473Z | Downloaded iana-time-zone v0.1.61 |
| 391 | 2025-03-24T22:31:10.476Z | Downloaded hostname v0.3.1 |
| 392 | 2025-03-24T22:31:10.476Z | Downloaded thiserror-impl v1.0.69 |
| 393 | 2025-03-24T22:31:10.476Z | Downloaded shlex v1.3.0 |
| 394 | 2025-03-24T22:31:10.479Z | Downloaded tokio-rustls v0.25.0 |
| 395 | 2025-03-24T22:31:10.480Z | Downloaded idna_adapter v1.2.0 |
| 396 | 2025-03-24T22:31:10.483Z | Downloaded linked-hash-map v0.5.6 |
| 397 | 2025-03-24T22:31:10.483Z | Downloaded static_assertions v1.1.0 |
| 398 | 2025-03-24T22:31:10.486Z | Downloaded futures-task v0.3.31 |
| 399 | 2025-03-24T22:31:10.486Z | Downloaded futures-sink v0.3.31 |
| 400 | 2025-03-24T22:31:10.486Z | Downloaded zeroize v1.8.1 |
| 401 | 2025-03-24T22:31:10.489Z | Downloaded usdt v0.5.0 |
| 402 | 2025-03-24T22:31:10.489Z | Downloaded wait-timeout v0.2.1 |
| 403 | 2025-03-24T22:31:10.492Z | Downloaded tracing v0.1.41 |
| 404 | 2025-03-24T22:31:10.496Z | Downloaded sigpipe v0.1.3 |
| 405 | 2025-03-24T22:31:10.499Z | Downloaded spin v0.9.8 |
| 406 | 2025-03-24T22:31:10.502Z | Downloaded zerovec-derive v0.10.3 |
| 407 | 2025-03-24T22:31:10.502Z | Downloaded itoa v1.0.15 |
| 408 | 2025-03-24T22:31:10.505Z | Downloaded tiny-keccak v2.0.2 |
| 409 | 2025-03-24T22:31:10.505Z | Downloaded no-std-compat v0.4.1 |
| 410 | 2025-03-24T22:31:10.508Z | Downloaded tokio-macros v2.5.0 |
| 411 | 2025-03-24T22:31:10.508Z | Downloaded tabwriter v1.4.1 |
| 412 | 2025-03-24T22:31:10.513Z | Downloaded icu_locid_transform v1.5.0 |
| 413 | 2025-03-24T22:31:10.513Z | Downloaded linear-map v1.2.0 |
| 414 | 2025-03-24T22:31:10.516Z | Downloaded libsw-core v0.3.2 |
| 415 | 2025-03-24T22:31:10.516Z | Downloaded uuid v1.16.0 |
| 416 | 2025-03-24T22:31:10.520Z | Downloaded toml_datetime v0.6.8 |
| 417 | 2025-03-24T22:31:10.524Z | Downloaded thiserror-impl v2.0.12 |
| 418 | 2025-03-24T22:31:10.524Z | Downloaded futures-channel v0.3.31 |
| 419 | 2025-03-24T22:31:10.528Z | Downloaded waitgroup v0.1.2 |
| 420 | 2025-03-24T22:31:10.528Z | Downloaded newtype_derive v0.1.6 |
| 421 | 2025-03-24T22:31:10.528Z | Downloaded openssl-sys v0.9.106 |
| 422 | 2025-03-24T22:31:10.533Z | Downloaded typify v0.2.0 |
| 423 | 2025-03-24T22:31:10.537Z | Downloaded term v0.7.0 |
| 424 | 2025-03-24T22:31:10.540Z | Downloaded steno v0.4.1 |
| 425 | 2025-03-24T22:31:10.544Z | Downloaded yansi v1.0.1 |
| 426 | 2025-03-24T22:31:10.547Z | Downloaded tracing-core v0.1.33 |
| 427 | 2025-03-24T22:31:10.553Z | Downloaded spin v0.5.2 |
| 428 | 2025-03-24T22:31:10.558Z | Downloaded macaddr v1.0.1 |
| 429 | 2025-03-24T22:31:10.558Z | Downloaded serde_with_macros v3.12.0 |
| 430 | 2025-03-24T22:31:10.558Z | Downloaded newtype-uuid v1.2.1 |
| 431 | 2025-03-24T22:31:10.558Z | Downloaded schemars v0.8.22 |
| 432 | 2025-03-24T22:31:10.569Z | Downloaded memoffset v0.9.1 |
| 433 | 2025-03-24T22:31:10.572Z | Downloaded futures v0.3.31 |
| 434 | 2025-03-24T22:31:11.578Z | Downloaded thread-id v4.2.2 |
| 435 | 2025-03-24T22:31:11.582Z | Downloaded thiserror v1.0.69 |
| 436 | 2025-03-24T22:31:11.582Z | Downloaded zerocopy-derive v0.8.24 |
| 437 | 2025-03-24T22:31:11.582Z | Downloaded form_urlencoded v1.2.1 |
| 438 | 2025-03-24T22:31:11.582Z | Downloaded signal-hook-registry v1.4.2 |
| 439 | 2025-03-24T22:31:11.583Z | Downloaded typify v0.3.0 |
| 440 | 2025-03-24T22:31:11.583Z | Downloaded log v0.4.26 |
| 441 | 2025-03-24T22:31:11.583Z | Downloaded sha2 v0.10.8 |
| 442 | 2025-03-24T22:31:11.583Z | Downloaded humantime v2.2.0 |
| 443 | 2025-03-24T22:31:11.583Z | Downloaded native-tls v0.2.14 |
| 444 | 2025-03-24T22:31:11.583Z | Downloaded terminal_size v0.4.2 |
| 445 | 2025-03-24T22:31:11.583Z | Downloaded structmeta-derive v0.3.0 |
| 446 | 2025-03-24T22:31:11.583Z | Downloaded serde_spanned v0.6.8 |
| 447 | 2025-03-24T22:31:11.583Z | Downloaded getrandom v0.2.15 |
| 448 | 2025-03-24T22:31:11.583Z | Downloaded thin-vec v0.2.13 |
| 449 | 2025-03-24T22:31:11.583Z | Downloaded icu_locid_transform_data v1.5.0 |
| 450 | 2025-03-24T22:31:11.583Z | Downloaded icu_normalizer_data v1.5.0 |
| 451 | 2025-03-24T22:31:11.583Z | Downloaded usdt-impl v0.5.0 |
| 452 | 2025-03-24T22:31:11.583Z | Downloaded time-macros v0.2.21 |
| 453 | 2025-03-24T22:31:11.583Z | Downloaded icu_normalizer v1.5.0 |
| 454 | 2025-03-24T22:31:11.583Z | Downloaded structmeta v0.3.0 |
| 455 | 2025-03-24T22:31:11.583Z | Downloaded lock_api v0.4.12 |
| 456 | 2025-03-24T22:31:11.583Z | Downloaded hashbrown v0.15.2 |
| 457 | 2025-03-24T22:31:11.583Z | Downloaded multer v3.1.0 |
| 458 | 2025-03-24T22:31:11.583Z | Downloaded serde_yaml v0.9.34+deprecated |
| 459 | 2025-03-24T22:31:11.583Z | Downloaded ucd-trie v0.1.7 |
| 460 | 2025-03-24T22:31:11.583Z | Downloaded typenum v1.18.0 |
| 461 | 2025-03-24T22:31:11.583Z | Downloaded indexmap v2.8.0 |
| 462 | 2025-03-24T22:31:11.583Z | Downloaded toml_edit v0.19.15 |
| 463 | 2025-03-24T22:31:11.583Z | Downloaded thread_local v1.1.8 |
| 464 | 2025-03-24T22:31:11.583Z | Downloaded winnow v0.5.40 |
| 465 | 2025-03-24T22:31:11.584Z | Downloaded getrandom v0.3.2 |
| 466 | 2025-03-24T22:31:11.584Z | Downloaded minimal-lexical v0.2.1 |
| 467 | 2025-03-24T22:31:11.584Z | Downloaded libm v0.2.11 |
| 468 | 2025-03-24T22:31:11.584Z | Downloaded url v2.5.4 |
| 469 | 2025-03-24T22:31:11.584Z | Downloaded serde_json v1.0.140 |
| 470 | 2025-03-24T22:31:11.584Z | Downloaded hashbrown v0.12.3 |
| 471 | 2025-03-24T22:31:11.584Z | Downloaded test-strategy v0.4.1 |
| 472 | 2025-03-24T22:31:11.584Z | Downloaded http v1.3.1 |
| 473 | 2025-03-24T22:31:11.584Z | Downloaded mio v1.0.3 |
| 474 | 2025-03-24T22:31:11.584Z | Downloaded itertools v0.10.5 |
| 475 | 2025-03-24T22:31:11.584Z | Downloaded zerovec v0.10.4 |
| 476 | 2025-03-24T22:31:11.584Z | Downloaded itertools v0.12.1 |
| 477 | 2025-03-24T22:31:11.584Z | Downloaded zerocopy v0.7.35 |
| 478 | 2025-03-24T22:31:11.584Z | Downloaded hickory-resolver v0.24.4 |
| 479 | 2025-03-24T22:31:11.584Z | Downloaded tower v0.5.2 |
| 480 | 2025-03-24T22:31:11.584Z | Downloaded serde_with v3.12.0 |
| 481 | 2025-03-24T22:31:11.584Z | Downloaded icu_properties_data v1.5.0 |
| 482 | 2025-03-24T22:31:11.584Z | Downloaded goblin v0.8.2 |
| 483 | 2025-03-24T22:31:11.584Z | Downloaded zerocopy v0.8.24 |
| 484 | 2025-03-24T22:31:11.584Z | Downloaded unicode-segmentation v1.12.0 |
| 485 | 2025-03-24T22:31:11.584Z | Downloaded vcpkg v0.2.15 |
| 486 | 2025-03-24T22:31:11.584Z | Downloaded unicode-width v0.2.0 |
| 487 | 2025-03-24T22:31:11.585Z | Downloaded proptest v1.6.0 |
| 488 | 2025-03-24T22:31:11.585Z | Downloaded itertools v0.14.0 |
| 489 | 2025-03-24T22:31:11.585Z | Downloaded dropshot v0.16.0 |
| 490 | 2025-03-24T22:31:11.585Z | Downloaded nom v7.1.3 |
| 491 | 2025-03-24T22:31:11.585Z | Downloaded rustls-webpki v0.103.0 |
| 492 | 2025-03-24T22:31:11.585Z | Downloaded itertools v0.13.0 |
| 493 | 2025-03-24T22:31:11.585Z | Downloaded futures-util v0.3.31 |
| 494 | 2025-03-24T22:31:11.585Z | Downloaded quinn-proto v0.11.10 |
| 495 | 2025-03-24T22:31:11.585Z | Downloaded hyper v1.6.0 |
| 496 | 2025-03-24T22:31:11.585Z | Downloaded typify-impl v0.2.0 |
| 497 | 2025-03-24T22:31:11.585Z | Downloaded unicode-width v0.1.14 |
| 498 | 2025-03-24T22:31:11.585Z | Downloaded portable-atomic v1.11.0 |
| 499 | 2025-03-24T22:31:11.585Z | Downloaded regex v1.11.1 |
| 500 | 2025-03-24T22:31:11.585Z | Downloaded sled v0.34.7 |
| 501 | 2025-03-24T22:31:11.585Z | Downloaded zerocopy-derive v0.6.6 |
| 502 | 2025-03-24T22:31:11.585Z | Downloaded typify-impl v0.3.0 |
| 503 | 2025-03-24T22:31:11.585Z | Downloaded openssl v0.10.71 |
| 504 | 2025-03-24T22:31:11.585Z | Downloaded syn v1.0.109 |
| 505 | 2025-03-24T22:31:11.585Z | Downloaded rustls-webpki v0.102.8 |
| 506 | 2025-03-24T22:31:11.585Z | Downloaded reqwest v0.12.15 |
| 507 | 2025-03-24T22:31:11.585Z | Downloaded tabled v0.18.0 |
| 508 | 2025-03-24T22:31:11.585Z | Downloaded regress v0.10.3 |
| 509 | 2025-03-24T22:31:11.585Z | Downloaded rhai v1.21.0 |
| 510 | 2025-03-24T22:31:11.585Z | Downloaded syn v2.0.100 |
| 511 | 2025-03-24T22:31:11.585Z | Downloaded rustls v0.23.25 |
| 512 | 2025-03-24T22:31:11.585Z | Downloaded regex-syntax v0.8.5 |
| 513 | 2025-03-24T22:31:11.585Z | Downloaded webpki-roots v0.26.8 |
| 514 | 2025-03-24T22:31:11.585Z | Downloaded time v0.3.40 |
| 515 | 2025-03-24T22:31:11.585Z | Downloaded smoltcp v0.11.0 |
| 516 | 2025-03-24T22:31:11.585Z | Downloaded nix v0.29.0 |
| 517 | 2025-03-24T22:31:11.585Z | Downloaded hickory-proto v0.24.4 |
| 518 | 2025-03-24T22:31:11.585Z | Downloaded rustix v1.0.3 |
| 519 | 2025-03-24T22:31:11.585Z | Downloaded rustls v0.22.4 |
| 520 | 2025-03-24T22:31:11.585Z | Downloaded rustix v0.38.44 |
| 521 | 2025-03-24T22:31:11.585Z | Downloaded toml_edit v0.22.24 |
| 522 | 2025-03-24T22:31:11.585Z | Downloaded winnow v0.7.4 |
| 523 | 2025-03-24T22:31:11.585Z | Downloaded winnow v0.6.26 |
| 524 | 2025-03-24T22:31:11.585Z | Downloaded idna v1.0.3 |
| 525 | 2025-03-24T22:31:11.585Z | Downloaded tinyvec v1.9.0 |
| 526 | 2025-03-24T22:31:11.585Z | Downloaded h2 v0.4.8 |
| 527 | 2025-03-24T22:31:11.586Z | Downloaded half v2.5.0 |
| 528 | 2025-03-24T22:31:11.586Z | Downloaded socket2 v0.5.8 |
| 529 | 2025-03-24T22:31:11.586Z | Downloaded indexmap v1.9.3 |
| 530 | 2025-03-24T22:31:11.586Z | Downloaded icu_collections v1.5.0 |
| 531 | 2025-03-24T22:31:11.586Z | Downloaded tokio-util v0.7.14 |
| 532 | 2025-03-24T22:31:11.586Z | Downloaded serde v1.0.219 |
| 533 | 2025-03-24T22:31:11.586Z | Downloaded highway v1.3.0 |
| 534 | 2025-03-24T22:31:11.586Z | Downloaded tempfile v3.19.1 |
| 535 | 2025-03-24T22:31:11.590Z | Downloaded regex-automata v0.4.9 |
| 536 | 2025-03-24T22:31:11.590Z | Downloaded num v0.4.3 |
| 537 | 2025-03-24T22:31:11.590Z | Downloaded unicode-ident v1.0.18 |
| 538 | 2025-03-24T22:31:11.590Z | Downloaded memchr v2.7.4 |
| 539 | 2025-03-24T22:31:11.590Z | Downloaded pretty_assertions v1.4.1 |
| 540 | 2025-03-24T22:31:11.590Z | Downloaded typify-macro v0.3.0 |
| 541 | 2025-03-24T22:31:11.590Z | Downloaded smf v0.2.3 |
| 542 | 2025-03-24T22:31:11.590Z | Downloaded hyper-util v0.1.10 |
| 543 | 2025-03-24T22:31:11.590Z | Downloaded slog-term v2.9.1 |
| 544 | 2025-03-24T22:31:11.590Z | Downloaded semver v1.0.26 |
| 545 | 2025-03-24T22:31:11.590Z | Downloaded qorb v0.2.1 |
| 546 | 2025-03-24T22:31:11.590Z | Downloaded zerofrom v0.1.6 |
| 547 | 2025-03-24T22:31:11.590Z | Downloaded petgraph v0.6.5 |
| 548 | 2025-03-24T22:31:11.590Z | Downloaded proc-macro2 v1.0.94 |
| 549 | 2025-03-24T22:31:11.590Z | Downloaded prettyplease v0.2.31 |
| 550 | 2025-03-24T22:31:11.590Z | Downloaded unsafe-libyaml v0.2.11 |
| 551 | 2025-03-24T22:31:11.590Z | Downloaded petgraph v0.7.1 |
| 552 | 2025-03-24T22:31:11.590Z | Downloaded rand v0.8.5 |
| 553 | 2025-03-24T22:31:11.590Z | Downloaded libc v0.2.171 |
| 554 | 2025-03-24T22:31:11.590Z | Downloaded slog v2.7.0 |
| 555 | 2025-03-24T22:31:11.590Z | Downloaded similar v2.7.0 |
| 556 | 2025-03-24T22:31:11.590Z | Downloaded encoding_rs v0.8.35 |
| 557 | 2025-03-24T22:31:11.590Z | Downloaded smallvec v1.14.0 |
| 558 | 2025-03-24T22:31:11.590Z | Downloaded newline-converter v0.3.0 |
| 559 | 2025-03-24T22:31:11.590Z | Downloaded indent_write v2.2.0 |
| 560 | 2025-03-24T22:31:11.590Z | Downloaded smartstring v1.0.1 |
| 561 | 2025-03-24T22:31:11.590Z | Downloaded toml v0.8.20 |
| 562 | 2025-03-24T22:31:11.590Z | Downloaded ipnet v2.11.0 |
| 563 | 2025-03-24T22:31:11.591Z | Downloaded heapless v0.8.0 |
| 564 | 2025-03-24T22:31:11.591Z | Downloaded slog-json v2.6.1 |
| 565 | 2025-03-24T22:31:11.591Z | Downloaded tokio v1.44.1 |
| 566 | 2025-03-24T22:31:11.591Z | Downloaded whoami v1.5.2 |
| 567 | 2025-03-24T22:31:11.591Z | Downloaded slab v0.4.9 |
| 568 | 2025-03-24T22:31:11.591Z | Downloaded httparse v1.10.1 |
| 569 | 2025-03-24T22:31:11.591Z | Downloaded generic-array v0.14.7 |
| 570 | 2025-03-24T22:31:11.591Z | Downloaded futures-macro v0.3.31 |
| 571 | 2025-03-24T22:31:11.591Z | Downloaded time-core v0.1.4 |
| 572 | 2025-03-24T22:31:11.591Z | Downloaded slog-envlogger v2.2.0 |
| 573 | 2025-03-24T22:31:11.591Z | Downloaded slog-dtrace v0.3.0 |
| 574 | 2025-03-24T22:31:11.591Z | Downloaded slog-bunyan v2.5.0 |
| 575 | 2025-03-24T22:31:11.591Z | Downloaded serde_derive v1.0.219 |
| 576 | 2025-03-24T22:31:11.591Z | Downloaded icu_properties v1.5.1 |
| 577 | 2025-03-24T22:31:11.591Z | Downloaded proc-macro-crate v1.3.1 |
| 578 | 2025-03-24T22:31:11.591Z | Downloaded postcard v1.1.1 |
| 579 | 2025-03-24T22:31:11.591Z | Downloaded pin-project-lite v0.2.16 |
| 580 | 2025-03-24T22:31:11.591Z | Downloaded tracing-attributes v0.1.28 |
| 581 | 2025-03-24T22:31:11.591Z | Downloaded proc-macro-error2 v2.0.1 |
| 582 | 2025-03-24T22:31:11.591Z | Downloaded num-derive v0.3.3 |
| 583 | 2025-03-24T22:31:11.591Z | Downloaded zerocopy v0.6.6 |
| 584 | 2025-03-24T22:31:11.591Z | Downloaded http-body-util v0.1.3 |
| 585 | 2025-03-24T22:31:11.591Z | Downloaded serde_derive_internals v0.29.1 |
| 586 | 2025-03-24T22:31:11.591Z | Downloaded rustls-pemfile v2.2.0 |
| 587 | 2025-03-24T22:31:11.591Z | Downloaded rhai_codegen v2.2.0 |
| 588 | 2025-03-24T22:31:11.591Z | Downloaded rand_core v0.9.3 |
| 589 | 2025-03-24T22:31:11.591Z | Downloaded dropshot_endpoint v0.16.0 |
| 590 | 2025-03-24T22:31:11.591Z | Downloaded rustversion v1.0.20 |
| 591 | 2025-03-24T22:31:11.591Z | Downloaded rustc_version v0.1.7 |
| 592 | 2025-03-24T22:31:11.591Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 593 | 2025-03-24T22:31:11.591Z | Downloaded proc-macro-error-attr v1.0.4 |
| 594 | 2025-03-24T22:31:11.591Z | Downloaded powerfmt v0.2.0 |
| 595 | 2025-03-24T22:31:11.591Z | Downloaded pkg-config v0.3.32 |
| 596 | 2025-03-24T22:31:11.591Z | Downloaded pin-utils v0.1.0 |
| 597 | 2025-03-24T22:31:11.591Z | Downloaded strsim v0.11.1 |
| 598 | 2025-03-24T22:31:11.591Z | Downloaded ring v0.17.14 |
| 599 | 2025-03-24T22:31:11.608Z | Downloaded slog-async v2.8.0 |
| 600 | 2025-03-24T22:31:11.611Z | Downloaded pest_generator v2.7.15 |
| 601 | 2025-03-24T22:31:11.611Z | Downloaded is-terminal v0.4.16 |
| 602 | 2025-03-24T22:31:11.611Z | Downloaded heck v0.5.0 |
| 603 | 2025-03-24T22:31:11.614Z | Downloaded futures-executor v0.3.31 |
| 604 | 2025-03-24T22:31:11.614Z | Downloaded yoke-derive v0.7.5 |
| 605 | 2025-03-24T22:31:11.614Z | Downloaded rustc-hash v2.1.1 |
| 606 | 2025-03-24T22:31:11.614Z | Downloaded crossbeam-epoch v0.9.18 |
| 607 | 2025-03-24T22:31:11.618Z | Downloaded utf8parse v0.2.2 |
| 608 | 2025-03-24T22:31:11.618Z | Downloaded resolv-conf v0.7.1 |
| 609 | 2025-03-24T22:31:11.623Z | Downloaded quick-error v1.2.3 |
| 610 | 2025-03-24T22:31:11.623Z | Downloaded derive-where v1.2.7 |
| 611 | 2025-03-24T22:31:11.626Z | Downloaded futures-io v0.3.31 |
| 612 | 2025-03-24T22:31:11.626Z | Downloaded unarray v0.1.4 |
| 613 | 2025-03-24T22:31:11.626Z | Downloaded openssl-macros v0.1.1 |
| 614 | 2025-03-24T22:31:11.626Z | Downloaded num_threads v0.1.7 |
| 615 | 2025-03-24T22:31:11.629Z | Downloaded foreign-types-macros v0.2.3 |
| 616 | 2025-03-24T22:31:11.629Z | Downloaded foreign-types v0.5.0 |
| 617 | 2025-03-24T22:31:11.630Z | Downloaded fnv v1.0.7 |
| 618 | 2025-03-24T22:31:11.630Z | Downloaded displaydoc v0.2.5 |
| 619 | 2025-03-24T22:31:11.633Z | Downloaded defmt v0.3.10 |
| 620 | 2025-03-24T22:31:11.638Z | Downloaded fastrand v2.3.0 |
| 621 | 2025-03-24T22:31:11.638Z | Downloaded data-encoding v2.8.0 |
| 622 | 2025-03-24T22:31:11.638Z | Downloaded errno v0.3.10 |
| 623 | 2025-03-24T22:31:11.641Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2025-03-24T22:31:11.641Z | Downloaded either v1.15.0 |
| 625 | 2025-03-24T22:31:11.641Z | Downloaded dyn-clone v1.0.19 |
| 626 | 2025-03-24T22:31:11.641Z | Downloaded dof v0.3.0 |
| 627 | 2025-03-24T22:31:11.646Z | Downloaded dirs-next v2.0.0 |
| 628 | 2025-03-24T22:31:11.646Z | Downloaded digest v0.10.7 |
| 629 | 2025-03-24T22:31:11.649Z | Downloaded defmt-parser v0.4.1 |
| 630 | 2025-03-24T22:31:11.649Z | Downloaded crossbeam-channel v0.5.14 |
| 631 | 2025-03-24T22:31:11.653Z | Downloaded debug-ignore v1.0.5 |
| 632 | 2025-03-24T22:31:11.653Z | Downloaded darling_macro v0.20.10 |
| 633 | 2025-03-24T22:31:11.653Z | Downloaded crypto-common v0.1.6 |
| 634 | 2025-03-24T22:31:11.653Z | Downloaded ciborium-io v0.2.2 |
| 635 | 2025-03-24T22:31:11.657Z | Downloaded progenitor-macro v0.9.1 |
| 636 | 2025-03-24T22:31:11.657Z | Downloaded progenitor-macro v0.8.0 |
| 637 | 2025-03-24T22:31:11.657Z | Downloaded progenitor-impl v0.8.0 |
| 638 | 2025-03-24T22:31:11.657Z | Downloaded progenitor-client v0.9.1 |
| 639 | 2025-03-24T22:31:11.660Z | Downloaded progenitor-client v0.8.0 |
| 640 | 2025-03-24T22:31:11.660Z | Downloaded progenitor v0.9.1 |
| 641 | 2025-03-24T22:31:11.661Z | Downloaded progenitor v0.8.0 |
| 642 | 2025-03-24T22:31:11.661Z | Downloaded equivalent v1.0.2 |
| 643 | 2025-03-24T22:31:11.665Z | Downloaded dtrace-parser v0.2.0 |
| 644 | 2025-03-24T22:31:11.665Z | Downloaded crossbeam-utils v0.8.21 |
| 645 | 2025-03-24T22:31:11.665Z | Downloaded cookie v0.18.1 |
| 646 | 2025-03-24T22:31:11.668Z | Downloaded clap_derive v4.5.32 |
| 647 | 2025-03-24T22:31:11.668Z | Downloaded ciborium-ll v0.2.2 |
| 648 | 2025-03-24T22:31:11.672Z | Downloaded oxnet v0.1.1 |
| 649 | 2025-03-24T22:31:11.672Z | Downloaded papergrid v0.14.0 |
| 650 | 2025-03-24T22:31:11.675Z | Downloaded block-buffer v0.10.4 |
| 651 | 2025-03-24T22:31:11.680Z | Downloaded openssl-probe v0.1.6 |
| 652 | 2025-03-24T22:31:11.680Z | Downloaded num-traits v0.2.19 |
| 653 | 2025-03-24T22:31:11.683Z | Downloaded backoff v0.4.0 |
| 654 | 2025-03-24T22:31:11.683Z | Downloaded cancel-safe-futures v0.1.5 |
| 655 | 2025-03-24T22:31:11.687Z | Downloaded camino-tempfile v1.1.1 |
| 656 | 2025-03-24T22:31:11.687Z | Downloaded argon2 v0.5.3 |
| 657 | 2025-03-24T22:31:11.687Z | Downloaded anstyle-parse v0.2.6 |
| 658 | 2025-03-24T22:31:11.691Z | Downloaded num_enum v0.7.3 |
| 659 | 2025-03-24T22:31:11.697Z | Downloaded base64 v0.22.1 |
| 660 | 2025-03-24T22:31:11.701Z | Downloaded autocfg v1.4.0 |
| 661 | 2025-03-24T22:31:11.701Z | Downloaded atomicwrites v0.4.4 |
| 662 | 2025-03-24T22:31:11.701Z | Downloaded anstyle-query v1.1.2 |
| 663 | 2025-03-24T22:31:12.061Z | Compiling proc-macro2 v1.0.94 |
| 664 | 2025-03-24T22:31:12.061Z | Compiling unicode-ident v1.0.18 |
| 665 | 2025-03-24T22:31:12.061Z | Compiling serde v1.0.219 |
| 666 | 2025-03-24T22:31:12.061Z | Compiling libc v0.2.171 |
| 667 | 2025-03-24T22:31:12.065Z | Compiling autocfg v1.4.0 |
| 668 | 2025-03-24T22:31:12.065Z | Compiling libm v0.2.11 |
| 669 | 2025-03-24T22:31:12.065Z | Compiling getrandom v0.3.2 |
| 670 | 2025-03-24T22:31:12.291Z | Compiling parking_lot_core v0.9.10 |
| 671 | 2025-03-24T22:31:12.616Z | Compiling memchr v2.7.4 |
| 672 | 2025-03-24T22:31:12.731Z | Compiling serde_json v1.0.140 |
| 673 | 2025-03-24T22:31:12.773Z | Compiling semver v1.0.26 |
| 674 | 2025-03-24T22:31:12.848Z | Compiling cfg-if v1.0.0 |
| 675 | 2025-03-24T22:31:12.942Z | Compiling portable-atomic v1.11.0 |
| 676 | 2025-03-24T22:31:13.042Z | Compiling lock_api v0.4.12 |
| 677 | 2025-03-24T22:31:13.064Z | Compiling num-traits v0.2.19 |
| 678 | 2025-03-24T22:31:13.523Z | Compiling schemars v0.8.22 |
| 679 | 2025-03-24T22:31:13.626Z | Compiling version_check v0.9.5 |
| 680 | 2025-03-24T22:31:13.774Z | Compiling itoa v1.0.15 |
| 681 | 2025-03-24T22:31:13.882Z | Compiling quote v1.0.40 |
| 682 | 2025-03-24T22:31:13.986Z | Compiling shlex v1.3.0 |
| 683 | 2025-03-24T22:31:14.005Z | Compiling slab v0.4.9 |
| 684 | 2025-03-24T22:31:14.073Z | Compiling thiserror v1.0.69 |
| 685 | 2025-03-24T22:31:14.272Z | Compiling heck v0.5.0 |
| 686 | 2025-03-24T22:31:14.397Z | Compiling syn v2.0.100 |
| 687 | 2025-03-24T22:31:14.422Z | Compiling cc v1.2.17 |
| 688 | 2025-03-24T22:31:14.616Z | Compiling allocator-api2 v0.2.21 |
| 689 | 2025-03-24T22:31:14.637Z | Compiling foldhash v0.1.5 |
| 690 | 2025-03-24T22:31:14.657Z | Compiling equivalent v1.0.2 |
| 691 | 2025-03-24T22:31:14.710Z | Compiling once_cell v1.21.1 |
| 692 | 2025-03-24T22:31:14.714Z | Compiling ryu v1.0.20 |
| 693 | 2025-03-24T22:31:14.922Z | Compiling fnv v1.0.7 |
| 694 | 2025-03-24T22:31:15.056Z | Compiling thiserror v2.0.12 |
| 695 | 2025-03-24T22:31:15.076Z | Compiling log v0.4.26 |
| 696 | 2025-03-24T22:31:15.188Z | Compiling httparse v1.10.1 |
| 697 | 2025-03-24T22:31:15.329Z | Compiling hashbrown v0.15.2 |
| 698 | 2025-03-24T22:31:15.681Z | Compiling pkg-config v0.3.32 |
| 699 | 2025-03-24T22:31:15.712Z | Compiling vcpkg v0.2.15 |
| 700 | 2025-03-24T22:31:15.994Z | Compiling regex-syntax v0.8.5 |
| 701 | 2025-03-24T22:31:16.015Z | Compiling iana-time-zone v0.1.61 |
| 702 | 2025-03-24T22:31:16.524Z | Compiling aho-corasick v1.1.3 |
| 703 | 2025-03-24T22:31:16.781Z | Compiling dyn-clone v1.0.19 |
| 704 | 2025-03-24T22:31:17.013Z | Compiling openssl v0.10.71 |
| 705 | 2025-03-24T22:31:17.379Z | Compiling zerocopy v0.8.24 |
| 706 | 2025-03-24T22:31:17.442Z | Compiling rustls v0.23.25 |
| 707 | 2025-03-24T22:31:17.753Z | Compiling slog v2.7.0 |
| 708 | 2025-03-24T22:31:17.868Z | Compiling native-tls v0.2.14 |
| 709 | 2025-03-24T22:31:17.934Z | Compiling ring v0.17.14 |
| 710 | 2025-03-24T22:31:18.191Z | Compiling openssl-sys v0.9.106 |
| 711 | 2025-03-24T22:31:18.308Z | Compiling rustix v1.0.3 |
| 712 | 2025-03-24T22:31:18.334Z | Compiling regress v0.10.3 |
| 713 | 2025-03-24T22:31:19.142Z | Compiling anyhow v1.0.97 |
| 714 | 2025-03-24T22:31:19.396Z | Compiling typenum v1.18.0 |
| 715 | 2025-03-24T22:31:19.556Z | Compiling regex-automata v0.4.9 |
| 716 | 2025-03-24T22:31:20.181Z | Compiling syn v1.0.109 |
| 717 | 2025-03-24T22:31:20.330Z | Compiling strsim v0.11.1 |
| 718 | 2025-03-24T22:31:20.806Z | Compiling time-core v0.1.4 |
| 719 | 2025-03-24T22:31:21.008Z | Compiling num-conv v0.1.0 |
| 720 | 2025-03-24T22:31:21.076Z | Compiling generic-array v0.14.7 |
| 721 | 2025-03-24T22:31:21.287Z | Compiling time-macros v0.2.21 |
| 722 | 2025-03-24T22:31:21.473Z | Compiling ucd-trie v0.1.7 |
| 723 | 2025-03-24T22:31:21.904Z | Compiling ident_case v1.0.1 |
| 724 | 2025-03-24T22:31:22.077Z | Compiling serde_derive_internals v0.29.1 |
| 725 | 2025-03-24T22:31:22.097Z | Compiling synstructure v0.13.1 |
| 726 | 2025-03-24T22:31:22.927Z | Compiling darling_core v0.20.10 |
| 727 | 2025-03-24T22:31:23.381Z | Compiling unsafe-libyaml v0.2.11 |
| 728 | 2025-03-24T22:31:23.526Z | Compiling regex v1.11.1 |
| 729 | 2025-03-24T22:31:24.431Z | Compiling usdt-impl v0.5.0 |
| 730 | 2025-03-24T22:31:24.819Z | Compiling rustversion v1.0.20 |
| 731 | 2025-03-24T22:31:25.208Z | Checking pin-project-lite v0.2.16 |
| 732 | 2025-03-24T22:31:25.499Z | Compiling plain v0.2.3 |
| 733 | 2025-03-24T22:31:25.552Z | Compiling byteorder v1.5.0 |
| 734 | 2025-03-24T22:31:25.606Z | Compiling crossbeam-utils v0.8.21 |
| 735 | 2025-03-24T22:31:26.027Z | Compiling pretty-hex v0.4.1 |
| 736 | 2025-03-24T22:31:26.107Z | Compiling omicron-workspace-hack v0.1.0 |
| 737 | 2025-03-24T22:31:26.187Z | Compiling paste v1.0.15 |
| 738 | 2025-03-24T22:31:26.226Z | Compiling thread-id v4.2.2 |
| 739 | 2025-03-24T22:31:26.334Z | Compiling slog-async v2.8.0 |
| 740 | 2025-03-24T22:31:26.433Z | Checking scopeguard v1.2.0 |
| 741 | 2025-03-24T22:31:26.592Z | Compiling newtype-uuid v1.2.1 |
| 742 | 2025-03-24T22:31:27.284Z | Checking mio v1.0.3 |
| 743 | 2025-03-24T22:31:27.328Z | Checking socket2 v0.5.8 |
| 744 | 2025-03-24T22:31:27.346Z | Checking signal-hook-registry v1.4.2 |
| 745 | 2025-03-24T22:31:27.568Z | Compiling serde_derive v1.0.219 |
| 746 | 2025-03-24T22:31:27.603Z | Compiling tokio-macros v2.5.0 |
| 747 | 2025-03-24T22:31:27.835Z | Compiling schemars_derive v0.8.22 |
| 748 | 2025-03-24T22:31:27.856Z | Compiling thiserror-impl v1.0.69 |
| 749 | 2025-03-24T22:31:27.860Z | Compiling zerofrom-derive v0.1.6 |
| 750 | 2025-03-24T22:31:27.899Z | Compiling yoke-derive v0.7.5 |
| 751 | 2025-03-24T22:31:29.041Z | Compiling futures-macro v0.3.31 |
| 752 | 2025-03-24T22:31:29.130Z | Compiling zerovec-derive v0.10.3 |
| 753 | 2025-03-24T22:31:30.709Z | Compiling displaydoc v0.2.5 |
| 754 | 2025-03-24T22:31:30.851Z | Compiling thiserror-impl v2.0.12 |
| 755 | 2025-03-24T22:31:30.871Z | Compiling icu_provider_macros v1.5.0 |
| 756 | 2025-03-24T22:31:30.962Z | Compiling tracing-attributes v0.1.28 |
| 757 | 2025-03-24T22:31:31.605Z | Compiling openssl-macros v0.1.1 |
| 758 | 2025-03-24T22:31:31.686Z | Compiling zerocopy-derive v0.8.24 |
| 759 | 2025-03-24T22:31:32.253Z | Compiling zerocopy-derive v0.7.35 |
| 760 | 2025-03-24T22:31:32.293Z | Compiling scroll_derive v0.12.0 |
| 761 | 2025-03-24T22:31:32.334Z | Compiling darling_macro v0.20.10 |
| 762 | 2025-03-24T22:31:33.320Z | Compiling darling v0.20.10 |
| 763 | 2025-03-24T22:31:33.444Z | Compiling async-trait v0.1.88 |
| 764 | 2025-03-24T22:31:33.777Z | Compiling scroll v0.12.0 |
| 765 | 2025-03-24T22:31:34.029Z | Compiling pest v2.7.15 |
| 766 | 2025-03-24T22:31:34.094Z | Compiling daft-derive v0.1.2 |
| 767 | 2025-03-24T22:31:34.304Z | Compiling goblin v0.8.2 |
| 768 | 2025-03-24T22:31:34.333Z | Compiling zerocopy v0.7.35 |
| 769 | 2025-03-24T22:31:34.359Z | Compiling camino v1.1.9 |
| 770 | 2025-03-24T22:31:34.799Z | Compiling strum_macros v0.26.4 |
| 771 | 2025-03-24T22:31:35.900Z | Checking getrandom v0.2.15 |
| 772 | 2025-03-24T22:31:36.133Z | Compiling rustls v0.22.4 |
| 773 | 2025-03-24T22:31:36.608Z | Compiling pest_meta v2.7.15 |
| 774 | 2025-03-24T22:31:36.997Z | Compiling structmeta-derive v0.3.0 |
| 775 | 2025-03-24T22:31:37.189Z | Checking bitflags v2.9.0 |
| 776 | 2025-03-24T22:31:37.476Z | Compiling serde_with_macros v3.12.0 |
| 777 | 2025-03-24T22:31:39.475Z | Compiling pest_generator v2.7.15 |
| 778 | 2025-03-24T22:31:39.682Z | Compiling structmeta v0.3.0 |
| 779 | 2025-03-24T22:31:40.035Z | Compiling multer v3.1.0 |
| 780 | 2025-03-24T22:31:40.222Z | Checking bytes v1.10.1 |
| 781 | 2025-03-24T22:31:40.265Z | Checking smallvec v1.14.0 |
| 782 | 2025-03-24T22:31:40.718Z | Checking uuid v1.16.0 |
| 783 | 2025-03-24T22:31:41.159Z | Compiling indexmap v2.8.0 |
| 784 | 2025-03-24T22:31:41.204Z | Compiling serde_tokenstream v0.2.2 |
| 785 | 2025-03-24T22:31:41.303Z | Compiling chrono v0.4.40 |
| 786 | 2025-03-24T22:31:41.940Z | Compiling pest_derive v2.7.15 |
| 787 | 2025-03-24T22:31:42.636Z | Compiling http v1.3.1 |
| 788 | 2025-03-24T22:31:42.661Z | Compiling serde_yaml v0.9.34+deprecated |
| 789 | 2025-03-24T22:31:42.849Z | Compiling openapiv3 v2.0.0 |
| 790 | 2025-03-24T22:31:42.933Z | Compiling dtrace-parser v0.2.0 |
| 791 | 2025-03-24T22:31:43.081Z | Compiling dof v0.3.0 |
| 792 | 2025-03-24T22:31:44.805Z | Checking parking_lot v0.12.3 |
| 793 | 2025-03-24T22:31:44.899Z | Compiling toml_datetime v0.6.8 |
| 794 | 2025-03-24T22:31:45.149Z | Checking tokio v1.44.1 |
| 795 | 2025-03-24T22:31:45.774Z | Compiling typify-impl v0.2.0 |
| 796 | 2025-03-24T22:31:45.799Z | Compiling parse-display-derive v0.10.0 |
| 797 | 2025-03-24T22:31:46.113Z | Compiling usdt-attr-macro v0.5.0 |
| 798 | 2025-03-24T22:31:46.446Z | Compiling usdt-macro v0.5.0 |
| 799 | 2025-03-24T22:31:47.046Z | Compiling async-stream-impl v0.3.6 |
| 800 | 2025-03-24T22:31:47.306Z | Checking futures-core v0.3.31 |
| 801 | 2025-03-24T22:31:47.822Z | Compiling dropshot v0.16.0 |
| 802 | 2025-03-24T22:31:48.408Z | Compiling dropshot_endpoint v0.16.0 |
| 803 | 2025-03-24T22:31:48.430Z | Compiling test-strategy v0.4.1 |
| 804 | 2025-03-24T22:31:48.748Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 805 | 2025-03-24T22:31:49.863Z | Checking stable_deref_trait v1.2.0 |
| 806 | 2025-03-24T22:31:49.898Z | Checking futures-sink v0.3.31 |
| 807 | 2025-03-24T22:31:50.098Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 808 | 2025-03-24T22:31:51.297Z | Checking futures-channel v0.3.31 |
| 809 | 2025-03-24T22:31:51.786Z | Checking pin-utils v0.1.0 |
| 810 | 2025-03-24T22:31:51.884Z | Checking futures-io v0.3.31 |
| 811 | 2025-03-24T22:31:51.988Z | Checking futures-task v0.3.31 |
| 812 | 2025-03-24T22:31:52.216Z | Checking futures-util v0.3.31 |
| 813 | 2025-03-24T22:31:52.220Z | Checking zerofrom v0.1.6 |
| 814 | 2025-03-24T22:31:52.441Z | Compiling clap_derive v4.5.32 |
| 815 | 2025-03-24T22:31:53.133Z | Checking yoke v0.7.5 |
| 816 | 2025-03-24T22:31:53.273Z | Checking tracing-core v0.1.33 |
| 817 | 2025-03-24T22:31:53.962Z | Checking tracing v0.1.41 |
| 818 | 2025-03-24T22:31:54.090Z | Checking zerovec v0.10.4 |
| 819 | 2025-03-24T22:31:55.937Z | Checking subtle v2.6.1 |
| 820 | 2025-03-24T22:31:56.227Z | Checking tinystr v0.7.6 |
| 821 | 2025-03-24T22:31:56.930Z | Checking writeable v0.5.5 |
| 822 | 2025-03-24T22:31:57.113Z | Compiling winnow v0.5.40 |
| 823 | 2025-03-24T22:31:57.177Z | Checking litemap v0.7.5 |
| 824 | 2025-03-24T22:31:57.560Z | Checking icu_locid v1.5.0 |
| 825 | 2025-03-24T22:31:57.664Z | Compiling typify-impl v0.3.0 |
| 826 | 2025-03-24T22:31:57.872Z | Checking rustls-pki-types v1.11.0 |
| 827 | 2025-03-24T22:31:58.052Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 828 | 2025-03-24T22:31:58.578Z | Checking icu_provider v1.5.0 |
| 829 | 2025-03-24T22:31:59.754Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 830 | 2025-03-24T22:32:00.087Z | Compiling heck v0.4.1 |
| 831 | 2025-03-24T22:32:00.144Z | Compiling typify-macro v0.2.0 |
| 832 | 2025-03-24T22:32:00.329Z | Checking untrusted v0.9.0 |
| 833 | 2025-03-24T22:32:00.511Z | Checking icu_locid_transform_data v1.5.0 |
| 834 | 2025-03-24T22:32:00.614Z | Checking icu_locid_transform v1.5.0 |
| 835 | 2025-03-24T22:32:00.762Z | Compiling toml_edit v0.19.15 |
| 836 | 2025-03-24T22:32:02.056Z | Checking icu_collections v1.5.0 |
| 837 | 2025-03-24T22:32:02.745Z | Checking tokio-util v0.7.14 |
| 838 | 2025-03-24T22:32:03.396Z | Compiling proc-macro-crate v1.3.1 |
| 839 | 2025-03-24T22:32:03.615Z | Compiling foreign-types-macros v0.2.3 |
| 840 | 2025-03-24T22:32:03.948Z | Compiling typify v0.2.0 |
| 841 | 2025-03-24T22:32:04.093Z | Compiling progenitor-impl v0.8.0 |
| 842 | 2025-03-24T22:32:05.168Z | Checking icu_properties_data v1.5.0 |
| 843 | 2025-03-24T22:32:05.291Z | Compiling either v1.15.0 |
| 844 | 2025-03-24T22:32:05.431Z | Checking icu_properties v1.5.1 |
| 845 | 2025-03-24T22:32:05.737Z | Compiling itertools v0.13.0 |
| 846 | 2025-03-24T22:32:06.957Z | Compiling num_enum_derive v0.5.11 |
| 847 | 2025-03-24T22:32:09.312Z | Compiling proc-macro-error-attr v1.0.4 |
| 848 | 2025-03-24T22:32:09.494Z | Checking utf8_iter v1.0.4 |
| 849 | 2025-03-24T22:32:09.681Z | Checking icu_normalizer_data v1.5.0 |
| 850 | 2025-03-24T22:32:09.784Z | Checking atomic-waker v1.1.2 |
| 851 | 2025-03-24T22:32:10.186Z | Checking write16 v1.0.0 |
| 852 | 2025-03-24T22:32:10.317Z | Compiling heapless v0.8.0 |
| 853 | 2025-03-24T22:32:10.344Z | Checking utf16_iter v1.0.5 |
| 854 | 2025-03-24T22:32:10.398Z | Checking percent-encoding v2.3.1 |
| 855 | 2025-03-24T22:32:10.515Z | Checking icu_normalizer v1.5.0 |
| 856 | 2025-03-24T22:32:10.614Z | Checking form_urlencoded v1.2.1 |
| 857 | 2025-03-24T22:32:10.840Z | Compiling progenitor-macro v0.8.0 |
| 858 | 2025-03-24T22:32:11.359Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 859 | 2025-03-24T22:32:11.618Z | Checking http-body v1.0.1 |
| 860 | 2025-03-24T22:32:11.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 861 | 2025-03-24T22:32:11.884Z | Compiling typify-macro v0.3.0 |
| 862 | 2025-03-24T22:32:12.261Z | Compiling proc-macro-error v1.0.4 |
| 863 | 2025-03-24T22:32:12.619Z | Checking try-lock v0.2.5 |
| 864 | 2025-03-24T22:32:12.642Z | Checking zeroize v1.8.1 |
| 865 | 2025-03-24T22:32:12.757Z | Checking want v0.3.1 |
| 866 | 2025-03-24T22:32:13.170Z | Checking idna_adapter v1.2.0 |
| 867 | 2025-03-24T22:32:13.382Z | Checking h2 v0.4.8 |
| 868 | 2025-03-24T22:32:14.142Z | Checking rand_core v0.6.4 |
| 869 | 2025-03-24T22:32:14.623Z | Checking httpdate v1.0.3 |
| 870 | 2025-03-24T22:32:14.769Z | Checking foreign-types-shared v0.1.1 |
| 871 | 2025-03-24T22:32:14.841Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 872 | 2025-03-24T22:32:14.862Z | Compiling smoltcp v0.11.0 |
| 873 | 2025-03-24T22:32:14.882Z | Checking tower-service v0.3.3 |
| 874 | 2025-03-24T22:32:15.460Z | Checking foreign-types v0.3.2 |
| 875 | 2025-03-24T22:32:15.727Z | Compiling typify v0.3.0 |
| 876 | 2025-03-24T22:32:15.873Z | Checking idna v1.0.3 |
| 877 | 2025-03-24T22:32:17.692Z | Checking hyper v1.6.0 |
| 878 | 2025-03-24T22:32:18.182Z | Checking url v2.5.4 |
| 879 | 2025-03-24T22:32:18.807Z | Compiling progenitor-impl v0.9.1 |
| 880 | 2025-03-24T22:32:19.470Z | Checking rustls-webpki v0.103.0 |
| 881 | 2025-03-24T22:32:19.880Z | Checking hyper-util v0.1.10 |
| 882 | 2025-03-24T22:32:23.311Z | Checking ipnet v2.11.0 |
| 883 | 2025-03-24T22:32:23.579Z | Checking openssl-probe v0.1.6 |
| 884 | 2025-03-24T22:32:24.586Z | Checking http-body-util v0.1.3 |
| 885 | 2025-03-24T22:32:25.050Z | Checking ppv-lite86 v0.2.21 |
| 886 | 2025-03-24T22:32:25.368Z | Compiling progenitor-macro v0.9.1 |
| 887 | 2025-03-24T22:32:25.538Z | Checking ipnetwork v0.21.1 |
| 888 | 2025-03-24T22:32:25.909Z | Compiling hubpack_derive v0.1.1 |
| 889 | 2025-03-24T22:32:26.462Z | Checking errno v0.3.10 |
| 890 | 2025-03-24T22:32:26.640Z | Checking encoding_rs v0.8.35 |
| 891 | 2025-03-24T22:32:26.843Z | Checking mime v0.3.17 |
| 892 | 2025-03-24T22:32:28.085Z | Checking rand_chacha v0.3.1 |
| 893 | 2025-03-24T22:32:29.182Z | Checking tokio-rustls v0.26.2 |
| 894 | 2025-03-24T22:32:29.328Z | Checking tokio-native-tls v0.3.1 |
| 895 | 2025-03-24T22:32:29.613Z | Checking serde_urlencoded v0.7.1 |
| 896 | 2025-03-24T22:32:30.089Z | Checking rustls-pemfile v2.2.0 |
| 897 | 2025-03-24T22:32:30.151Z | Checking webpki-roots v0.26.8 |
| 898 | 2025-03-24T22:32:30.288Z | Checking sync_wrapper v1.0.2 |
| 899 | 2025-03-24T22:32:30.347Z | Compiling serde_spanned v0.6.8 |
| 900 | 2025-03-24T22:32:30.592Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 901 | 2025-03-24T22:32:30.958Z | Checking tower-layer v0.3.3 |
| 902 | 2025-03-24T22:32:31.104Z | Checking base64 v0.22.1 |
| 903 | 2025-03-24T22:32:31.202Z | Compiling winnow v0.7.4 |
| 904 | 2025-03-24T22:32:31.628Z | Checking tower v0.5.2 |
| 905 | 2025-03-24T22:32:32.737Z | Checking hyper-rustls v0.27.5 |
| 906 | 2025-03-24T22:32:32.784Z | Checking hyper-tls v0.6.0 |
| 907 | 2025-03-24T22:32:33.089Z | Checking rand v0.8.5 |
| 908 | 2025-03-24T22:32:34.886Z | Compiling toml_edit v0.22.24 |
| 909 | 2025-03-24T22:32:35.458Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 910 | 2025-03-24T22:32:36.623Z | Compiling powerfmt v0.2.0 |
| 911 | 2025-03-24T22:32:37.564Z | Compiling deranged v0.4.0 |
| 912 | 2025-03-24T22:32:38.498Z | Checking reqwest v0.12.15 |
| 913 | 2025-03-24T22:32:39.755Z | Compiling num_threads v0.1.7 |
| 914 | 2025-03-24T22:32:40.169Z | Compiling crucible-workspace-hack v0.1.0 |
| 915 | 2025-03-24T22:32:40.211Z | Checking lazy_static v1.5.0 |
| 916 | 2025-03-24T22:32:40.409Z | Compiling time v0.3.40 |
| 917 | 2025-03-24T22:32:40.495Z | Checking oxnet v0.1.1 |
| 918 | 2025-03-24T22:32:41.248Z | Compiling dirs-sys-next v0.1.2 |
| 919 | 2025-03-24T22:32:41.277Z | Compiling fastrand v2.3.0 |
| 920 | 2025-03-24T22:32:41.692Z | Compiling prettyplease v0.2.31 |
| 921 | 2025-03-24T22:32:41.987Z | Compiling tempfile v3.19.1 |
| 922 | 2025-03-24T22:32:42.007Z | Compiling dirs-next v2.0.0 |
| 923 | 2025-03-24T22:32:42.753Z | Compiling block-buffer v0.10.4 |
| 924 | 2025-03-24T22:32:42.806Z | Compiling crypto-common v0.1.6 |
| 925 | 2025-03-24T22:32:42.981Z | Compiling rustls-webpki v0.102.8 |
| 926 | 2025-03-24T22:32:43.307Z | Compiling thread_local v1.1.8 |
| 927 | 2025-03-24T22:32:43.308Z | Compiling wait-timeout v0.2.1 |
| 928 | 2025-03-24T22:32:43.961Z | Compiling quick-error v1.2.3 |
| 929 | 2025-03-24T22:32:44.004Z | Compiling bit-vec v0.8.0 |
| 930 | 2025-03-24T22:32:44.061Z | Compiling match_cfg v0.1.0 |
| 931 | 2025-03-24T22:32:44.115Z | Compiling rusty-fork v0.3.0 |
| 932 | 2025-03-24T22:32:44.163Z | Compiling hostname v0.3.1 |
| 933 | 2025-03-24T22:32:44.398Z | Compiling bit-set v0.8.0 |
| 934 | 2025-03-24T22:32:44.706Z | Compiling daft v0.1.2 |
| 935 | 2025-03-24T22:32:44.795Z | Compiling digest v0.10.7 |
| 936 | 2025-03-24T22:32:44.795Z | Compiling crossbeam-channel v0.5.14 |
| 937 | 2025-03-24T22:32:45.170Z | Compiling slog-json v2.6.1 |
| 938 | 2025-03-24T22:32:45.173Z | Compiling progenitor-client v0.8.0 |
| 939 | 2025-03-24T22:32:45.646Z | Compiling term v0.7.0 |
| 940 | 2025-03-24T22:32:45.855Z | Compiling rand_xorshift v0.3.0 |
| 941 | 2025-03-24T22:32:46.103Z | Compiling zone_cfg_derive v0.3.0 |
| 942 | 2025-03-24T22:32:46.797Z | Compiling futures-executor v0.3.31 |
| 943 | 2025-03-24T22:32:46.974Z | Compiling hex v0.4.3 |
| 944 | 2025-03-24T22:32:47.096Z | Compiling num-derive v0.4.2 |
| 945 | 2025-03-24T22:32:47.267Z | Compiling derive-where v1.2.7 |
| 946 | 2025-03-24T22:32:48.906Z | Compiling num-integer v0.1.46 |
| 947 | 2025-03-24T22:32:49.013Z | Compiling is-terminal v0.4.16 |
| 948 | 2025-03-24T22:32:49.108Z | Compiling memmap v0.7.0 |
| 949 | 2025-03-24T22:32:49.147Z | Compiling utf8parse v0.2.2 |
| 950 | 2025-03-24T22:32:49.335Z | Compiling spin v0.9.8 |
| 951 | 2025-03-24T22:32:49.463Z | Compiling unarray v0.1.4 |
| 952 | 2025-03-24T22:32:49.513Z | Compiling take_mut v0.2.2 |
| 953 | 2025-03-24T22:32:49.514Z | Compiling cpufeatures v0.2.17 |
| 954 | 2025-03-24T22:32:49.621Z | Compiling proptest v1.6.0 |
| 955 | 2025-03-24T22:32:49.621Z | Compiling sha1 v0.10.6 |
| 956 | 2025-03-24T22:32:50.024Z | Compiling usdt v0.5.0 |
| 957 | 2025-03-24T22:32:50.481Z | Compiling anstyle-parse v0.2.6 |
| 958 | 2025-03-24T22:32:50.501Z | Compiling slog-term v2.9.1 |
| 959 | 2025-03-24T22:32:50.822Z | Compiling tokio-rustls v0.25.0 |
| 960 | 2025-03-24T22:32:51.247Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 961 | 2025-03-24T22:32:51.414Z | Compiling futures v0.3.31 |
| 962 | 2025-03-24T22:32:51.747Z | Compiling progenitor v0.8.0 |
| 963 | 2025-03-24T22:32:51.925Z | Compiling slog-bunyan v2.5.0 |
| 964 | 2025-03-24T22:32:51.981Z | Compiling toml v0.8.20 |
| 965 | 2025-03-24T22:32:52.371Z | Compiling waitgroup v0.1.2 |
| 966 | 2025-03-24T22:32:52.585Z | Compiling async-stream v0.3.6 |
| 967 | 2025-03-24T22:32:52.875Z | Compiling parse-display v0.10.0 |
| 968 | 2025-03-24T22:32:52.957Z | Compiling serde_path_to_error v0.1.17 |
| 969 | 2025-03-24T22:32:53.247Z | Compiling strum v0.26.3 |
| 970 | 2025-03-24T22:32:53.540Z | Compiling hostname v0.4.0 |
| 971 | 2025-03-24T22:32:53.608Z | Compiling instant v0.1.13 |
| 972 | 2025-03-24T22:32:53.808Z | Compiling rustix v0.38.44 |
| 973 | 2025-03-24T22:32:53.812Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 974 | 2025-03-24T22:32:53.812Z | Compiling anstyle v1.0.10 |
| 975 | 2025-03-24T22:32:53.937Z | Compiling debug-ignore v1.0.5 |
| 976 | 2025-03-24T22:32:54.087Z | Compiling anstyle-query v1.1.2 |
| 977 | 2025-03-24T22:32:54.119Z | Compiling semver v0.1.20 |
| 978 | 2025-03-24T22:32:54.206Z | Compiling is_terminal_polyfill v1.70.1 |
| 979 | 2025-03-24T22:32:54.242Z | Compiling colorchoice v1.0.3 |
| 980 | 2025-03-24T22:32:54.365Z | Compiling anstream v0.6.18 |
| 981 | 2025-03-24T22:32:54.606Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
| 982 | 2025-03-24T22:32:54.657Z | Compiling rustc_version v0.1.7 |
| 983 | 2025-03-24T22:32:55.015Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 984 | 2025-03-24T22:32:55.082Z | Compiling backoff v0.4.0 |
| 985 | 2025-03-24T22:32:56.109Z | Compiling num-rational v0.4.2 |
| 986 | 2025-03-24T22:32:56.818Z | Compiling num-iter v0.1.45 |
| 987 | 2025-03-24T22:32:57.015Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 988 | 2025-03-24T22:32:57.549Z | Compiling progenitor-client v0.9.1 |
| 989 | 2025-03-24T22:32:58.170Z | Compiling terminal_size v0.4.2 |
| 990 | 2025-03-24T22:32:58.352Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 991 | 2025-03-24T22:32:58.480Z | Compiling serde_with v3.12.0 |
| 992 | 2025-03-24T22:32:58.525Z | Compiling macaddr v1.0.1 |
| 993 | 2025-03-24T22:32:58.931Z | Compiling zerocopy-derive v0.6.6 |
| 994 | 2025-03-24T22:32:59.773Z | Compiling num-complex v0.4.6 |
| 995 | 2025-03-24T22:33:00.509Z | Compiling clap_lex v0.7.4 |
| 996 | 2025-03-24T22:33:01.136Z | Compiling num v0.4.3 |
| 997 | 2025-03-24T22:33:01.187Z | Compiling clap_builder v4.5.32 |
| 998 | 2025-03-24T22:33:02.151Z | Compiling newtype_derive v0.1.6 |
| 999 | 2025-03-24T22:33:02.420Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1000 | 2025-03-24T22:33:02.868Z | Compiling owo-colors v4.2.0 |
| 1001 | 2025-03-24T22:33:02.894Z | Compiling cancel-safe-futures v0.1.5 |
| 1002 | 2025-03-24T22:33:02.917Z | Compiling float-ord v0.3.2 |
| 1003 | 2025-03-24T22:33:03.955Z | Compiling strum_macros v0.25.3 |
| 1004 | 2025-03-24T22:33:04.070Z | Compiling num-derive v0.3.3 |
| 1005 | 2025-03-24T22:33:04.164Z | Compiling serde_repr v0.1.20 |
| 1006 | 2025-03-24T22:33:04.230Z | Compiling enum-as-inner v0.6.1 |
| 1007 | 2025-03-24T22:33:04.868Z | Compiling clap v4.5.32 |
| 1008 | 2025-03-24T22:33:06.848Z | Compiling cookie v0.18.1 |
| 1009 | 2025-03-24T22:33:07.332Z | Compiling convert_case v0.4.0 |
| 1010 | 2025-03-24T22:33:08.141Z | Compiling derive_more v0.99.19 |
| 1011 | 2025-03-24T22:33:08.538Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1012 | 2025-03-24T22:33:14.218Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1013 | 2025-03-24T22:33:15.356Z | Checking unicode-width v0.2.0 |
| 1014 | 2025-03-24T22:33:17.510Z | Compiling slog-dtrace v0.3.0 |
| 1015 | 2025-03-24T22:33:18.087Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1016 | 2025-03-24T22:33:19.613Z | Compiling parking_lot_core v0.8.6 |
| 1017 | 2025-03-24T22:33:21.583Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1018 | 2025-03-24T22:33:21.697Z | Checking foreign-types-shared v0.3.1 |
| 1019 | 2025-03-24T22:33:21.813Z | Checking foreign-types v0.5.0 |
| 1020 | 2025-03-24T22:33:22.543Z | Checking num_enum v0.5.11 |
| 1021 | 2025-03-24T22:33:22.720Z | Checking hash32 v0.3.1 |
| 1022 | 2025-03-24T22:33:23.601Z | Checking cstr-argument v0.1.2 |
| 1023 | 2025-03-24T22:33:23.789Z | Checking pretty-hex v0.2.1 |
| 1024 | 2025-03-24T22:33:24.330Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1025 | 2025-03-24T22:33:25.293Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1026 | 2025-03-24T22:33:26.175Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1027 | 2025-03-24T22:33:26.460Z | Checking colored v2.2.0 |
| 1028 | 2025-03-24T22:33:26.486Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1029 | 2025-03-24T22:33:27.311Z | Checking cobs v0.2.3 |
| 1030 | 2025-03-24T22:33:27.430Z | Checking managed v0.8.0 |
| 1031 | 2025-03-24T22:33:27.473Z | Checking bitflags v1.3.2 |
| 1032 | 2025-03-24T22:33:27.501Z | Checking winnow v0.6.26 |
| 1033 | 2025-03-24T22:33:27.581Z | Checking postcard v1.1.1 |
| 1034 | 2025-03-24T22:33:27.900Z | Checking progenitor v0.9.1 |
| 1035 | 2025-03-24T22:33:28.030Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1036 | 2025-03-24T22:33:30.108Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1037 | 2025-03-24T22:33:30.265Z | Checking static_assertions v1.1.0 |
| 1038 | 2025-03-24T22:33:30.403Z | Checking itertools v0.14.0 |
| 1039 | 2025-03-24T22:33:30.532Z | Checking tabwriter v1.4.1 |
| 1040 | 2025-03-24T22:33:30.763Z | Checking hubpack v0.1.2 |
| 1041 | 2025-03-24T22:33:30.946Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1042 | 2025-03-24T22:33:31.217Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1043 | 2025-03-24T22:33:31.458Z | Checking itertools v0.10.5 |
| 1044 | 2025-03-24T22:33:32.232Z | Checking camino-tempfile v1.1.1 |
| 1045 | 2025-03-24T22:33:32.280Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1046 | 2025-03-24T22:33:32.353Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1047 | 2025-03-24T22:33:32.630Z | Checking sigpipe v0.1.3 |
| 1048 | 2025-03-24T22:33:32.647Z | Checking base64ct v1.7.3 |
| 1049 | 2025-03-24T22:33:32.974Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1050 | 2025-03-24T22:33:33.024Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1051 | 2025-03-24T22:33:33.121Z | Checking password-hash v0.5.0 |
| 1052 | 2025-03-24T22:33:33.203Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 1053 | 2025-03-24T22:33:33.271Z | Checking blake2 v0.10.6 |
| 1054 | 2025-03-24T22:33:33.679Z | Checking smf v0.2.3 |
| 1055 | 2025-03-24T22:33:33.822Z | Checking zone v0.3.0 |
| 1056 | 2025-03-24T22:33:33.883Z | Compiling memoffset v0.9.1 |
| 1057 | 2025-03-24T22:33:33.977Z | Checking whoami v1.5.2 |
| 1058 | 2025-03-24T22:33:34.141Z | Checking tinyvec_macros v0.1.1 |
| 1059 | 2025-03-24T22:33:34.168Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1060 | 2025-03-24T22:33:34.204Z | Checking unicode-segmentation v1.12.0 |
| 1061 | 2025-03-24T22:33:34.285Z | Checking tinyvec v1.9.0 |
| 1062 | 2025-03-24T22:33:34.519Z | Checking argon2 v0.5.3 |
| 1063 | 2025-03-24T22:33:34.890Z | Checking newline-converter v0.3.0 |
| 1064 | 2025-03-24T22:33:34.960Z | Checking console v0.15.11 |
| 1065 | 2025-03-24T22:33:35.431Z | Checking zerocopy v0.6.6 |
| 1066 | 2025-03-24T22:33:35.652Z | Checking libsw-core v0.3.2 |
| 1067 | 2025-03-24T22:33:35.785Z | Checking serde-big-array v0.5.1 |
| 1068 | 2025-03-24T22:33:35.888Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1069 | 2025-03-24T22:33:36.018Z | Checking linked-hash-map v0.5.6 |
| 1070 | 2025-03-24T22:33:36.387Z | Checking data-encoding v2.8.0 |
| 1071 | 2025-03-24T22:33:36.723Z | Checking fixedbitset v0.4.2 |
| 1072 | 2025-03-24T22:33:36.997Z | Checking fixedbitset v0.5.7 |
| 1073 | 2025-03-24T22:33:37.073Z | Checking similar v2.7.0 |
| 1074 | 2025-03-24T22:33:37.118Z | Compiling cfg_aliases v0.2.1 |
| 1075 | 2025-03-24T22:33:37.236Z | Compiling nix v0.29.0 |
| 1076 | 2025-03-24T22:33:37.327Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1077 | 2025-03-24T22:33:37.369Z | Checking petgraph v0.7.1 |
| 1078 | 2025-03-24T22:33:37.804Z | Checking expectorate v1.1.0 |
| 1079 | 2025-03-24T22:33:37.879Z | Checking hickory-proto v0.24.4 |
| 1080 | 2025-03-24T22:33:37.967Z | Checking petgraph v0.6.5 |
| 1081 | 2025-03-24T22:33:38.060Z | Checking atomicwrites v0.4.4 |
| 1082 | 2025-03-24T22:33:38.260Z | Compiling proc-macro-error2 v2.0.1 |
| 1083 | 2025-03-24T22:33:38.846Z | Checking lru-cache v0.1.2 |
| 1084 | 2025-03-24T22:33:39.050Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1085 | 2025-03-24T22:33:39.279Z | Checking libsw v3.5.0 |
| 1086 | 2025-03-24T22:33:40.691Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1087 | 2025-03-24T22:33:40.985Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1088 | 2025-03-24T22:33:41.023Z | Checking resolv-conf v0.7.1 |
| 1089 | 2025-03-24T22:33:41.354Z | Checking libscf-sys v1.1.0 |
| 1090 | 2025-03-24T22:33:41.618Z | Checking swrite v0.1.0 |
| 1091 | 2025-03-24T22:33:41.745Z | Checking linear-map v1.2.0 |
| 1092 | 2025-03-24T22:33:41.864Z | Checking unicode-width v0.1.14 |
| 1093 | 2025-03-24T22:33:42.007Z | Checking highway v1.3.0 |
| 1094 | 2025-03-24T22:33:42.069Z | Checking indent_write v2.2.0 |
| 1095 | 2025-03-24T22:33:42.261Z | Checking hickory-resolver v0.24.4 |
| 1096 | 2025-03-24T22:33:42.328Z | Checking steno v0.4.1 |
| 1097 | 2025-03-24T22:33:42.455Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1098 | 2025-03-24T22:33:42.612Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1099 | 2025-03-24T22:33:43.441Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1100 | 2025-03-24T22:33:43.521Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1101 | 2025-03-24T22:33:43.658Z | Compiling tabled_derive v0.10.0 |
| 1102 | 2025-03-24T22:33:43.859Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1103 | 2025-03-24T22:33:44.358Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1104 | 2025-03-24T22:33:44.361Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1105 | 2025-03-24T22:33:44.997Z | Checking tokio-stream v0.1.17 |
| 1106 | 2025-03-24T22:33:45.040Z | Checking humantime v2.2.0 |
| 1107 | 2025-03-24T22:33:45.863Z | Checking qorb v0.2.1 |
| 1108 | 2025-03-24T22:33:46.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1109 | 2025-03-24T22:33:47.473Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1110 | 2025-03-24T22:33:47.745Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1111 | 2025-03-24T22:33:48.319Z | Compiling crunchy v0.2.3 |
| 1112 | 2025-03-24T22:33:48.778Z | Checking parking_lot v0.11.2 |
| 1113 | 2025-03-24T22:33:48.993Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1114 | 2025-03-24T22:33:49.112Z | Checking crossbeam-epoch v0.9.18 |
| 1115 | 2025-03-24T22:33:49.419Z | Checking fxhash v0.2.1 |
| 1116 | 2025-03-24T22:33:49.657Z | Checking crc32fast v1.4.2 |
| 1117 | 2025-03-24T22:33:49.914Z | Compiling tiny-keccak v2.0.2 |
| 1118 | 2025-03-24T22:33:50.747Z | Checking sled v0.34.7 |
| 1119 | 2025-03-24T22:33:56.232Z | Compiling const-random-macro v0.1.16 |
| 1120 | 2025-03-24T22:33:56.261Z | Compiling proc-macro-crate v3.3.0 |
| 1121 | 2025-03-24T22:33:57.030Z | Compiling smartstring v1.0.1 |
| 1122 | 2025-03-24T22:33:57.087Z | Compiling ahash v0.8.11 |
| 1123 | 2025-03-24T22:33:57.406Z | Checking half v2.5.0 |
| 1124 | 2025-03-24T22:33:57.475Z | Compiling num_enum_derive v0.7.3 |
| 1125 | 2025-03-24T22:33:57.512Z | Checking bytecount v0.6.8 |
| 1126 | 2025-03-24T22:33:57.675Z | Checking ciborium-io v0.2.2 |
| 1127 | 2025-03-24T22:33:57.815Z | Checking papergrid v0.14.0 |
| 1128 | 2025-03-24T22:33:57.892Z | Checking ciborium-ll v0.2.2 |
| 1129 | 2025-03-24T22:33:58.598Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1130 | 2025-03-24T22:33:59.370Z | Checking tabled v0.18.0 |
| 1131 | 2025-03-24T22:33:59.392Z | Checking ciborium v0.2.2 |
| 1132 | 2025-03-24T22:33:59.988Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1133 | 2025-03-24T22:34:00.418Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 1134 | 2025-03-24T22:34:00.459Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1135 | 2025-03-24T22:34:02.099Z | Compiling rhai_codegen v2.2.0 |
| 1136 | 2025-03-24T22:34:02.117Z | Checking crc8 v0.1.1 |
| 1137 | 2025-03-24T22:34:03.957Z | Checking arc-swap v1.7.1 |
| 1138 | 2025-03-24T22:34:04.442Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 1139 | 2025-03-24T22:34:04.738Z | Checking slog-scope v4.4.0 |
| 1140 | 2025-03-24T22:34:05.037Z | Checking num_enum v0.7.3 |
| 1141 | 2025-03-24T22:34:05.077Z | Checking const-random v0.1.18 |
| 1142 | 2025-03-24T22:34:05.171Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
| 1143 | 2025-03-24T22:34:05.202Z | Checking spin v0.5.2 |
| 1144 | 2025-03-24T22:34:05.424Z | Checking no-std-compat v0.4.1 |
| 1145 | 2025-03-24T22:34:05.758Z | Checking slog-stdlog v4.1.1 |
| 1146 | 2025-03-24T22:34:06.112Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1147 | 2025-03-24T22:34:06.193Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1148 | 2025-03-24T22:34:06.402Z | Checking thin-vec v0.2.13 |
| 1149 | 2025-03-24T22:34:06.572Z | Checking diff v0.1.13 |
| 1150 | 2025-03-24T22:34:06.594Z | Checking yansi v1.0.1 |
| 1151 | 2025-03-24T22:34:06.791Z | Checking minimal-lexical v0.2.1 |
| 1152 | 2025-03-24T22:34:07.208Z | Checking pretty_assertions v1.4.1 |
| 1153 | 2025-03-24T22:34:07.228Z | Checking rhai v1.21.0 |
| 1154 | 2025-03-24T22:34:07.231Z | Checking nom v7.1.3 |
| 1155 | 2025-03-24T22:34:07.965Z | Checking slog-envlogger v2.2.0 |
| 1156 | 2025-03-24T22:34:08.354Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1157 | 2025-03-24T22:34:10.242Z | Checking itertools v0.12.1 |
| 1158 | 2025-03-24T22:34:13.012Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
| 1159 | 2025-03-24T22:34:13.691Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8) |
| 1160 | 2025-03-24T22:34:14.051Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1161 | 2025-03-24T22:34:16.618Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1162 | 2025-03-24T22:34:18.267Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1163 | 2025-03-24T22:34:18.313Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1164 | 2025-03-24T22:34:19.475Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1165 | 2025-03-24T22:34:21.198Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1166 | 2025-03-24T22:34:22.205Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1167 | 2025-03-24T22:34:24.488Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1168 | 2025-03-24T22:34:25.803Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1169 | 2025-03-24T22:34:27.272Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1170 | 2025-03-24T22:34:27.946Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1171 | 2025-03-24T22:34:28.098Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1172 | 2025-03-24T22:34:28.244Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1173 | 2025-03-24T22:34:33.512Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1174 | 2025-03-24T22:34:33.512Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1175 | 2025-03-24T22:34:44.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 55s |
| 1176 | 2025-03-24T22:34:45.273Z | + banner build |
| 1177 | 2025-03-24T22:34:45.277Z | |
| 1178 | 2025-03-24T22:34:45.277Z | ##### # # # # ##### |
| 1179 | 2025-03-24T22:34:45.277Z | # # # # # # # # |
| 1180 | 2025-03-24T22:34:45.277Z | ##### # # # # # # |
| 1181 | 2025-03-24T22:34:45.277Z | # # # # # # # # |
| 1182 | 2025-03-24T22:34:45.277Z | # # # # # # # # |
| 1183 | 2025-03-24T22:34:45.277Z | ##### #### # ###### ##### |
| 1184 | 2025-03-24T22:34:45.277Z | |
| 1185 | 2025-03-24T22:34:45.277Z | + ptime -m cargo build |
| 1186 | 2025-03-24T22:34:46.126Z | Compiling cfg-if v1.0.0 |
| 1187 | 2025-03-24T22:34:46.129Z | Compiling libc v0.2.171 |
| 1188 | 2025-03-24T22:34:46.130Z | Compiling memchr v2.7.4 |
| 1189 | 2025-03-24T22:34:46.168Z | Compiling itoa v1.0.15 |
| 1190 | 2025-03-24T22:34:46.171Z | Compiling serde v1.0.219 |
| 1191 | 2025-03-24T22:34:46.186Z | Compiling libm v0.2.11 |
| 1192 | 2025-03-24T22:34:46.190Z | Compiling ryu v1.0.20 |
| 1193 | 2025-03-24T22:34:46.209Z | Compiling portable-atomic v1.11.0 |
| 1194 | 2025-03-24T22:34:46.221Z | Compiling pin-project-lite v0.2.16 |
| 1195 | 2025-03-24T22:34:46.337Z | Compiling scopeguard v1.2.0 |
| 1196 | 2025-03-24T22:34:46.361Z | Compiling bitflags v2.9.0 |
| 1197 | 2025-03-24T22:34:46.492Z | Compiling lock_api v0.4.12 |
| 1198 | 2025-03-24T22:34:46.560Z | Compiling iana-time-zone v0.1.61 |
| 1199 | 2025-03-24T22:34:46.852Z | Compiling futures-core v0.3.31 |
| 1200 | 2025-03-24T22:34:46.968Z | Compiling once_cell v1.21.1 |
| 1201 | 2025-03-24T22:34:46.968Z | Compiling dyn-clone v1.0.19 |
| 1202 | 2025-03-24T22:34:47.097Z | Compiling num-traits v0.2.19 |
| 1203 | 2025-03-24T22:34:47.123Z | Compiling log v0.4.26 |
| 1204 | 2025-03-24T22:34:47.208Z | Compiling equivalent v1.0.2 |
| 1205 | 2025-03-24T22:34:47.324Z | Compiling allocator-api2 v0.2.21 |
| 1206 | 2025-03-24T22:34:47.397Z | Compiling foldhash v0.1.5 |
| 1207 | 2025-03-24T22:34:47.591Z | Compiling getrandom v0.3.2 |
| 1208 | 2025-03-24T22:34:47.616Z | Compiling socket2 v0.5.8 |
| 1209 | 2025-03-24T22:34:47.705Z | Compiling signal-hook-registry v1.4.2 |
| 1210 | 2025-03-24T22:34:47.727Z | Compiling mio v1.0.3 |
| 1211 | 2025-03-24T22:34:47.818Z | Compiling getrandom v0.2.15 |
| 1212 | 2025-03-24T22:34:47.941Z | Compiling stable_deref_trait v1.2.0 |
| 1213 | 2025-03-24T22:34:48.048Z | Compiling hashbrown v0.15.2 |
| 1214 | 2025-03-24T22:34:48.075Z | Compiling futures-sink v0.3.31 |
| 1215 | 2025-03-24T22:34:48.150Z | Compiling thiserror v1.0.69 |
| 1216 | 2025-03-24T22:34:48.231Z | Compiling fnv v1.0.7 |
| 1217 | 2025-03-24T22:34:48.295Z | Compiling slab v0.4.9 |
| 1218 | 2025-03-24T22:34:48.367Z | Compiling futures-channel v0.3.31 |
| 1219 | 2025-03-24T22:34:48.596Z | Compiling futures-task v0.3.31 |
| 1220 | 2025-03-24T22:34:48.694Z | Compiling pin-utils v0.1.0 |
| 1221 | 2025-03-24T22:34:48.727Z | Compiling futures-io v0.3.31 |
| 1222 | 2025-03-24T22:34:48.787Z | Compiling zerofrom v0.1.6 |
| 1223 | 2025-03-24T22:34:48.798Z | Compiling tracing-core v0.1.33 |
| 1224 | 2025-03-24T22:34:48.899Z | Compiling subtle v2.6.1 |
| 1225 | 2025-03-24T22:34:49.006Z | Compiling futures-util v0.3.31 |
| 1226 | 2025-03-24T22:34:49.081Z | Compiling yoke v0.7.5 |
| 1227 | 2025-03-24T22:34:49.094Z | Compiling unicode-ident v1.0.18 |
| 1228 | 2025-03-24T22:34:49.151Z | Compiling litemap v0.7.5 |
| 1229 | 2025-03-24T22:34:49.199Z | Compiling byteorder v1.5.0 |
| 1230 | 2025-03-24T22:34:49.284Z | Compiling proc-macro2 v1.0.94 |
| 1231 | 2025-03-24T22:34:49.426Z | Compiling zerovec v0.10.4 |
| 1232 | 2025-03-24T22:34:49.455Z | Compiling writeable v0.5.5 |
| 1233 | 2025-03-24T22:34:49.587Z | Compiling tracing v0.1.41 |
| 1234 | 2025-03-24T22:34:49.708Z | Compiling zerocopy v0.8.24 |
| 1235 | 2025-03-24T22:34:50.021Z | Compiling rustls-pki-types v1.11.0 |
| 1236 | 2025-03-24T22:34:50.085Z | Compiling quote v1.0.40 |
| 1237 | 2025-03-24T22:34:50.389Z | Compiling thiserror v2.0.12 |
| 1238 | 2025-03-24T22:34:50.539Z | Compiling syn v2.0.100 |
| 1239 | 2025-03-24T22:34:50.866Z | Compiling untrusted v0.9.0 |
| 1240 | 2025-03-24T22:34:51.044Z | Compiling icu_locid_transform_data v1.5.0 |
| 1241 | 2025-03-24T22:34:51.150Z | Compiling ring v0.17.14 |
| 1242 | 2025-03-24T22:34:51.233Z | Compiling slog v2.7.0 |
| 1243 | 2025-03-24T22:34:51.314Z | Compiling tinystr v0.7.6 |
| 1244 | 2025-03-24T22:34:51.759Z | Compiling icu_locid v1.5.0 |
| 1245 | 2025-03-24T22:34:51.794Z | Compiling icu_collections v1.5.0 |
| 1246 | 2025-03-24T22:34:52.156Z | Compiling icu_properties_data v1.5.0 |
| 1247 | 2025-03-24T22:34:52.412Z | Compiling bytes v1.10.1 |
| 1248 | 2025-03-24T22:34:52.642Z | Compiling smallvec v1.14.0 |
| 1249 | 2025-03-24T22:34:53.089Z | Compiling serde_json v1.0.140 |
| 1250 | 2025-03-24T22:34:53.382Z | Compiling parking_lot_core v0.9.10 |
| 1251 | 2025-03-24T22:34:53.739Z | Compiling parking_lot v0.12.3 |
| 1252 | 2025-03-24T22:34:54.054Z | Compiling uuid v1.16.0 |
| 1253 | 2025-03-24T22:34:54.115Z | Compiling tokio v1.44.1 |
| 1254 | 2025-03-24T22:34:54.463Z | Compiling chrono v0.4.40 |
| 1255 | 2025-03-24T22:34:54.710Z | Compiling semver v1.0.26 |
| 1256 | 2025-03-24T22:34:55.079Z | Compiling indexmap v2.8.0 |
| 1257 | 2025-03-24T22:34:55.357Z | Compiling http v1.3.1 |
| 1258 | 2025-03-24T22:34:55.525Z | Compiling icu_provider v1.5.0 |
| 1259 | 2025-03-24T22:34:56.260Z | Compiling icu_locid_transform v1.5.0 |
| 1260 | 2025-03-24T22:34:56.509Z | Compiling rand_core v0.6.4 |
| 1261 | 2025-03-24T22:34:56.608Z | Compiling icu_normalizer_data v1.5.0 |
| 1262 | 2025-03-24T22:34:56.679Z | Compiling atomic-waker v1.1.2 |
| 1263 | 2025-03-24T22:34:56.714Z | Compiling utf16_iter v1.0.5 |
| 1264 | 2025-03-24T22:34:56.872Z | Compiling schemars v0.8.22 |
| 1265 | 2025-03-24T22:34:56.924Z | Compiling utf8_iter v1.0.4 |
| 1266 | 2025-03-24T22:34:56.975Z | Compiling write16 v1.0.0 |
| 1267 | 2025-03-24T22:34:57.104Z | Compiling percent-encoding v2.3.1 |
| 1268 | 2025-03-24T22:34:57.167Z | Compiling http-body v1.0.1 |
| 1269 | 2025-03-24T22:34:57.416Z | Compiling icu_properties v1.5.1 |
| 1270 | 2025-03-24T22:34:57.508Z | Compiling form_urlencoded v1.2.1 |
| 1271 | 2025-03-24T22:34:57.867Z | Compiling httparse v1.10.1 |
| 1272 | 2025-03-24T22:34:58.114Z | Compiling try-lock v0.2.5 |
| 1273 | 2025-03-24T22:34:58.264Z | Compiling zeroize v1.8.1 |
| 1274 | 2025-03-24T22:34:58.472Z | Compiling want v0.3.1 |
| 1275 | 2025-03-24T22:34:58.617Z | Compiling tower-service v0.3.3 |
| 1276 | 2025-03-24T22:34:58.638Z | Compiling httpdate v1.0.3 |
| 1277 | 2025-03-24T22:34:58.753Z | Compiling foreign-types-shared v0.1.1 |
| 1278 | 2025-03-24T22:34:58.779Z | Compiling regex-syntax v0.8.5 |
| 1279 | 2025-03-24T22:34:58.863Z | Compiling foreign-types v0.3.2 |
| 1280 | 2025-03-24T22:34:58.957Z | Compiling ppv-lite86 v0.2.21 |
| 1281 | 2025-03-24T22:34:59.136Z | Compiling openssl-sys v0.9.106 |
| 1282 | 2025-03-24T22:34:59.150Z | Compiling errno v0.3.10 |
| 1283 | 2025-03-24T22:34:59.423Z | Compiling aho-corasick v1.1.3 |
| 1284 | 2025-03-24T22:34:59.852Z | Compiling rand_chacha v0.3.1 |
| 1285 | 2025-03-24T22:35:00.636Z | Compiling openssl v0.10.71 |
| 1286 | 2025-03-24T22:35:00.777Z | Compiling ipnetwork v0.21.1 |
| 1287 | 2025-03-24T22:35:01.031Z | Compiling rustls-webpki v0.103.0 |
| 1288 | 2025-03-24T22:35:01.811Z | Compiling icu_normalizer v1.5.0 |
| 1289 | 2025-03-24T22:35:02.188Z | Compiling ipnet v2.11.0 |
| 1290 | 2025-03-24T22:35:03.380Z | Compiling tokio-util v0.7.14 |
| 1291 | 2025-03-24T22:35:03.650Z | Compiling idna_adapter v1.2.0 |
| 1292 | 2025-03-24T22:35:03.842Z | Compiling regex-automata v0.4.9 |
| 1293 | 2025-03-24T22:35:03.902Z | Compiling idna v1.0.3 |
| 1294 | 2025-03-24T22:35:03.949Z | Compiling openssl-probe v0.1.6 |
| 1295 | 2025-03-24T22:35:04.382Z | Compiling h2 v0.4.8 |
| 1296 | 2025-03-24T22:35:04.842Z | Compiling url v2.5.4 |
| 1297 | 2025-03-24T22:35:05.423Z | Compiling rustls v0.23.25 |
| 1298 | 2025-03-24T22:35:05.982Z | Compiling rand v0.8.5 |
| 1299 | 2025-03-24T22:35:06.021Z | Compiling rustix v1.0.3 |
| 1300 | 2025-03-24T22:35:06.780Z | Compiling native-tls v0.2.14 |
| 1301 | 2025-03-24T22:35:07.485Z | Compiling http-body-util v0.1.3 |
| 1302 | 2025-03-24T22:35:07.673Z | Compiling anyhow v1.0.97 |
| 1303 | 2025-03-24T22:35:07.995Z | Compiling regex v1.11.1 |
| 1304 | 2025-03-24T22:35:08.661Z | Compiling regress v0.10.3 |
| 1305 | 2025-03-24T22:35:09.159Z | Compiling hyper v1.6.0 |
| 1306 | 2025-03-24T22:35:09.393Z | Compiling encoding_rs v0.8.35 |
| 1307 | 2025-03-24T22:35:09.632Z | Compiling heck v0.5.0 |
| 1308 | 2025-03-24T22:35:10.221Z | Compiling mime v0.3.17 |
| 1309 | 2025-03-24T22:35:10.894Z | Compiling tokio-native-tls v0.3.1 |
| 1310 | 2025-03-24T22:35:11.176Z | Compiling serde_urlencoded v0.7.1 |
| 1311 | 2025-03-24T22:35:11.739Z | Compiling hyper-util v0.1.10 |
| 1312 | 2025-03-24T22:35:12.300Z | Compiling tokio-rustls v0.26.2 |
| 1313 | 2025-03-24T22:35:12.341Z | Compiling rustls-pemfile v2.2.0 |
| 1314 | 2025-03-24T22:35:12.692Z | Compiling webpki-roots v0.26.8 |
| 1315 | 2025-03-24T22:35:12.802Z | Compiling sync_wrapper v1.0.2 |
| 1316 | 2025-03-24T22:35:12.896Z | Compiling base64 v0.22.1 |
| 1317 | 2025-03-24T22:35:12.953Z | Compiling tower-layer v0.3.3 |
| 1318 | 2025-03-24T22:35:13.258Z | Compiling lazy_static v1.5.0 |
| 1319 | 2025-03-24T22:35:13.401Z | Compiling tower v0.5.2 |
| 1320 | 2025-03-24T22:35:13.578Z | Compiling hyper-rustls v0.27.5 |
| 1321 | 2025-03-24T22:35:13.729Z | Compiling hyper-tls v0.6.0 |
| 1322 | 2025-03-24T22:35:13.864Z | Compiling powerfmt v0.2.0 |
| 1323 | 2025-03-24T22:35:13.906Z | Compiling oxnet v0.1.1 |
| 1324 | 2025-03-24T22:35:14.174Z | Compiling deranged v0.4.0 |
| 1325 | 2025-03-24T22:35:14.319Z | Compiling reqwest v0.12.15 |
| 1326 | 2025-03-24T22:35:14.323Z | Compiling openapiv3 v2.0.0 |
| 1327 | 2025-03-24T22:35:14.348Z | Compiling num-conv v0.1.0 |
| 1328 | 2025-03-24T22:35:14.371Z | Compiling time-core v0.1.4 |
| 1329 | 2025-03-24T22:35:14.566Z | Compiling num_threads v0.1.7 |
| 1330 | 2025-03-24T22:35:14.605Z | Compiling crossbeam-utils v0.8.21 |
| 1331 | 2025-03-24T22:35:14.647Z | Compiling zerocopy v0.7.35 |
| 1332 | 2025-03-24T22:35:14.702Z | Compiling typenum v1.18.0 |
| 1333 | 2025-03-24T22:35:14.746Z | Compiling scroll v0.12.0 |
| 1334 | 2025-03-24T22:35:15.323Z | Compiling dirs-sys-next v0.1.2 |
| 1335 | 2025-03-24T22:35:15.967Z | Compiling ucd-trie v0.1.7 |
| 1336 | 2025-03-24T22:35:16.087Z | Compiling time v0.3.40 |
| 1337 | 2025-03-24T22:35:16.109Z | Compiling generic-array v0.14.7 |
| 1338 | 2025-03-24T22:35:16.155Z | Compiling plain v0.2.3 |
| 1339 | 2025-03-24T22:35:16.306Z | Compiling goblin v0.8.2 |
| 1340 | 2025-03-24T22:35:16.344Z | Compiling pest v2.7.15 |
| 1341 | 2025-03-24T22:35:16.679Z | Compiling dirs-next v2.0.0 |
| 1342 | 2025-03-24T22:35:16.871Z | Compiling thread_local v1.1.8 |
| 1343 | 2025-03-24T22:35:17.388Z | Compiling pretty-hex v0.4.1 |
| 1344 | 2025-03-24T22:35:17.476Z | Compiling crypto-common v0.1.6 |
| 1345 | 2025-03-24T22:35:17.626Z | Compiling block-buffer v0.10.4 |
| 1346 | 2025-03-24T22:35:17.676Z | Compiling term v0.7.0 |
| 1347 | 2025-03-24T22:35:17.848Z | Compiling crossbeam-channel v0.5.14 |
| 1348 | 2025-03-24T22:35:18.622Z | Compiling macaddr v1.0.1 |
| 1349 | 2025-03-24T22:35:19.055Z | Compiling dtrace-parser v0.2.0 |
| 1350 | 2025-03-24T22:35:19.091Z | Compiling is-terminal v0.4.16 |
| 1351 | 2025-03-24T22:35:19.257Z | Compiling thread-id v4.2.2 |
| 1352 | 2025-03-24T22:35:19.378Z | Compiling fastrand v2.3.0 |
| 1353 | 2025-03-24T22:35:19.451Z | Compiling take_mut v0.2.2 |
| 1354 | 2025-03-24T22:35:19.516Z | Compiling slog-term v2.9.1 |
| 1355 | 2025-03-24T22:35:19.623Z | Compiling slog-async v2.8.0 |
| 1356 | 2025-03-24T22:35:19.998Z | Compiling tempfile v3.19.1 |
| 1357 | 2025-03-24T22:35:20.259Z | Compiling digest v0.10.7 |
| 1358 | 2025-03-24T22:35:20.671Z | Compiling progenitor-client v0.9.1 |
| 1359 | 2025-03-24T22:35:20.782Z | Compiling omicron-workspace-hack v0.1.0 |
| 1360 | 2025-03-24T22:35:20.869Z | Compiling futures-executor v0.3.31 |
| 1361 | 2025-03-24T22:35:20.881Z | Compiling memmap v0.7.0 |
| 1362 | 2025-03-24T22:35:20.960Z | Compiling typify-impl v0.2.0 |
| 1363 | 2025-03-24T22:35:21.216Z | Compiling futures v0.3.31 |
| 1364 | 2025-03-24T22:35:21.233Z | Compiling newtype-uuid v1.2.1 |
| 1365 | 2025-03-24T22:35:21.335Z | Compiling hostname v0.4.0 |
| 1366 | 2025-03-24T22:35:21.379Z | Compiling instant v0.1.13 |
| 1367 | 2025-03-24T22:35:21.461Z | Compiling cpufeatures v0.2.17 |
| 1368 | 2025-03-24T22:35:21.527Z | Compiling daft v0.1.2 |
| 1369 | 2025-03-24T22:35:21.552Z | Compiling strum v0.26.3 |
| 1370 | 2025-03-24T22:35:21.565Z | Compiling camino v1.1.9 |
| 1371 | 2025-03-24T22:35:21.627Z | Compiling rustls-webpki v0.102.8 |
| 1372 | 2025-03-24T22:35:21.732Z | Compiling toml_datetime v0.6.8 |
| 1373 | 2025-03-24T22:35:22.061Z | Compiling dof v0.3.0 |
| 1374 | 2025-03-24T22:35:22.311Z | Compiling serde_spanned v0.6.8 |
| 1375 | 2025-03-24T22:35:22.409Z | Compiling wait-timeout v0.2.1 |
| 1376 | 2025-03-24T22:35:22.561Z | Compiling winnow v0.7.4 |
| 1377 | 2025-03-24T22:35:22.669Z | Compiling quick-error v1.2.3 |
| 1378 | 2025-03-24T22:35:22.819Z | Compiling usdt-impl v0.5.0 |
| 1379 | 2025-03-24T22:35:23.091Z | Compiling bit-vec v0.8.0 |
| 1380 | 2025-03-24T22:35:23.641Z | Compiling usdt v0.5.0 |
| 1381 | 2025-03-24T22:35:23.847Z | Compiling match_cfg v0.1.0 |
| 1382 | 2025-03-24T22:35:23.946Z | Compiling debug-ignore v1.0.5 |
| 1383 | 2025-03-24T22:35:24.095Z | Compiling hostname v0.3.1 |
| 1384 | 2025-03-24T22:35:24.199Z | Compiling typify v0.2.0 |
| 1385 | 2025-03-24T22:35:24.390Z | Compiling progenitor-impl v0.8.0 |
| 1386 | 2025-03-24T22:35:24.402Z | Compiling bit-set v0.8.0 |
| 1387 | 2025-03-24T22:35:24.467Z | Compiling rusty-fork v0.3.0 |
| 1388 | 2025-03-24T22:35:24.616Z | Compiling rustls v0.22.4 |
| 1389 | 2025-03-24T22:35:24.697Z | Compiling slog-json v2.6.1 |
| 1390 | 2025-03-24T22:35:25.093Z | Compiling progenitor-client v0.8.0 |
| 1391 | 2025-03-24T22:35:25.357Z | Compiling serde_with v3.12.0 |
| 1392 | 2025-03-24T22:35:25.582Z | Compiling rand_xorshift v0.3.0 |
| 1393 | 2025-03-24T22:35:25.683Z | Compiling hex v0.4.3 |
| 1394 | 2025-03-24T22:35:25.852Z | Compiling unarray v0.1.4 |
| 1395 | 2025-03-24T22:35:26.003Z | Compiling utf8parse v0.2.2 |
| 1396 | 2025-03-24T22:35:26.167Z | Compiling toml_edit v0.22.24 |
| 1397 | 2025-03-24T22:35:26.328Z | Compiling spin v0.9.8 |
| 1398 | 2025-03-24T22:35:26.518Z | Compiling multer v3.1.0 |
| 1399 | 2025-03-24T22:35:26.586Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1400 | 2025-03-24T22:35:26.753Z | Compiling progenitor v0.8.0 |
| 1401 | 2025-03-24T22:35:26.983Z | Compiling anstyle-parse v0.2.6 |
| 1402 | 2025-03-24T22:35:27.342Z | Compiling proptest v1.6.0 |
| 1403 | 2025-03-24T22:35:27.716Z | Compiling slog-bunyan v2.5.0 |
| 1404 | 2025-03-24T22:35:27.884Z | Compiling sha1 v0.10.6 |
| 1405 | 2025-03-24T22:35:27.917Z | Compiling async-stream v0.3.6 |
| 1406 | 2025-03-24T22:35:28.253Z | Compiling parse-display v0.10.0 |
| 1407 | 2025-03-24T22:35:28.323Z | Compiling waitgroup v0.1.2 |
| 1408 | 2025-03-24T22:35:28.587Z | Compiling serde_path_to_error v0.1.17 |
| 1409 | 2025-03-24T22:35:29.089Z | Compiling tokio-rustls v0.25.0 |
| 1410 | 2025-03-24T22:35:29.539Z | Compiling toml v0.8.20 |
| 1411 | 2025-03-24T22:35:29.580Z | Compiling either v1.15.0 |
| 1412 | 2025-03-24T22:35:29.584Z | Compiling is_terminal_polyfill v1.70.1 |
| 1413 | 2025-03-24T22:35:29.724Z | Compiling colorchoice v1.0.3 |
| 1414 | 2025-03-24T22:35:29.895Z | Compiling anstyle-query v1.1.2 |
| 1415 | 2025-03-24T22:35:30.038Z | Compiling unicode-width v0.2.0 |
| 1416 | 2025-03-24T22:35:30.059Z | Compiling anstyle v1.0.10 |
| 1417 | 2025-03-24T22:35:30.560Z | Compiling anstream v0.6.18 |
| 1418 | 2025-03-24T22:35:30.566Z | Compiling dropshot v0.16.0 |
| 1419 | 2025-03-24T22:35:31.351Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 1420 | 2025-03-24T22:35:31.389Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1421 | 2025-03-24T22:35:31.897Z | Compiling backoff v0.4.0 |
| 1422 | 2025-03-24T22:35:32.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1423 | 2025-03-24T22:35:32.500Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
| 1424 | 2025-03-24T22:35:33.419Z | Compiling terminal_size v0.4.2 |
| 1425 | 2025-03-24T22:35:33.633Z | Compiling clap_lex v0.7.4 |
| 1426 | 2025-03-24T22:35:33.699Z | Compiling strsim v0.11.1 |
| 1427 | 2025-03-24T22:35:34.263Z | Compiling clap_builder v4.5.32 |
| 1428 | 2025-03-24T22:35:34.665Z | Compiling foreign-types-shared v0.3.1 |
| 1429 | 2025-03-24T22:35:34.797Z | Compiling foreign-types v0.5.0 |
| 1430 | 2025-03-24T22:35:34.836Z | Compiling num_enum v0.5.11 |
| 1431 | 2025-03-24T22:35:34.901Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1432 | 2025-03-24T22:35:34.988Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1433 | 2025-03-24T22:35:35.061Z | Compiling hash32 v0.3.1 |
| 1434 | 2025-03-24T22:35:35.174Z | Compiling num-integer v0.1.46 |
| 1435 | 2025-03-24T22:35:35.304Z | Compiling cstr-argument v0.1.2 |
| 1436 | 2025-03-24T22:35:35.563Z | Compiling pretty-hex v0.2.1 |
| 1437 | 2025-03-24T22:35:35.587Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1438 | 2025-03-24T22:35:35.756Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1439 | 2025-03-24T22:35:35.940Z | Compiling heapless v0.8.0 |
| 1440 | 2025-03-24T22:35:36.174Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1441 | 2025-03-24T22:35:36.255Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1442 | 2025-03-24T22:35:36.345Z | Compiling colored v2.2.0 |
| 1443 | 2025-03-24T22:35:36.981Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1444 | 2025-03-24T22:35:37.095Z | Compiling typify-impl v0.3.0 |
| 1445 | 2025-03-24T22:35:37.339Z | Compiling winnow v0.6.26 |
| 1446 | 2025-03-24T22:35:38.158Z | Compiling clap v4.5.32 |
| 1447 | 2025-03-24T22:35:38.276Z | Compiling cobs v0.2.3 |
| 1448 | 2025-03-24T22:35:38.601Z | Compiling managed v0.8.0 |
| 1449 | 2025-03-24T22:35:39.031Z | Compiling bitflags v1.3.2 |
| 1450 | 2025-03-24T22:35:39.054Z | Compiling postcard v1.1.1 |
| 1451 | 2025-03-24T22:35:39.136Z | Compiling smoltcp v0.11.0 |
| 1452 | 2025-03-24T22:35:39.741Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1453 | 2025-03-24T22:35:41.225Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 1454 | 2025-03-24T22:35:41.903Z | Compiling typify v0.3.0 |
| 1455 | 2025-03-24T22:35:42.048Z | Compiling num-rational v0.4.2 |
| 1456 | 2025-03-24T22:35:42.491Z | Compiling num-iter v0.1.45 |
| 1457 | 2025-03-24T22:35:42.687Z | Compiling num-complex v0.4.6 |
| 1458 | 2025-03-24T22:35:42.698Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1459 | 2025-03-24T22:35:42.874Z | Compiling static_assertions v1.1.0 |
| 1460 | 2025-03-24T22:35:42.978Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1461 | 2025-03-24T22:35:43.611Z | Compiling hubpack v0.1.2 |
| 1462 | 2025-03-24T22:35:43.769Z | Compiling num v0.4.3 |
| 1463 | 2025-03-24T22:35:43.869Z | Compiling progenitor-impl v0.9.1 |
| 1464 | 2025-03-24T22:35:44.099Z | Compiling tabwriter v1.4.1 |
| 1465 | 2025-03-24T22:35:44.455Z | Compiling itertools v0.14.0 |
| 1466 | 2025-03-24T22:35:44.696Z | Compiling float-ord v0.3.2 |
| 1467 | 2025-03-24T22:35:44.747Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1468 | 2025-03-24T22:35:44.870Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1469 | 2025-03-24T22:35:44.981Z | Compiling crucible-workspace-hack v0.1.0 |
| 1470 | 2025-03-24T22:35:45.022Z | Compiling itertools v0.10.5 |
| 1471 | 2025-03-24T22:35:45.094Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1472 | 2025-03-24T22:35:45.127Z | Compiling camino-tempfile v1.1.1 |
| 1473 | 2025-03-24T22:35:45.222Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1474 | 2025-03-24T22:35:45.615Z | Compiling sigpipe v0.1.3 |
| 1475 | 2025-03-24T22:35:45.694Z | Compiling base64ct v1.7.3 |
| 1476 | 2025-03-24T22:35:45.733Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1477 | 2025-03-24T22:35:46.345Z | Compiling progenitor v0.9.1 |
| 1478 | 2025-03-24T22:35:46.608Z | Compiling password-hash v0.5.0 |
| 1479 | 2025-03-24T22:35:47.043Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 1480 | 2025-03-24T22:35:47.432Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1481 | 2025-03-24T22:35:47.727Z | Compiling zone v0.3.0 |
| 1482 | 2025-03-24T22:35:47.999Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1483 | 2025-03-24T22:35:48.363Z | Compiling blake2 v0.10.6 |
| 1484 | 2025-03-24T22:35:48.363Z | Compiling smf v0.2.3 |
| 1485 | 2025-03-24T22:35:48.372Z | Compiling unicode-segmentation v1.12.0 |
| 1486 | 2025-03-24T22:35:48.935Z | Compiling whoami v1.5.2 |
| 1487 | 2025-03-24T22:35:49.178Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2025-03-24T22:35:49.197Z | Compiling newline-converter v0.3.0 |
| 1489 | 2025-03-24T22:35:49.299Z | Compiling tinyvec v1.9.0 |
| 1490 | 2025-03-24T22:35:49.382Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1491 | 2025-03-24T22:35:49.394Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1492 | 2025-03-24T22:35:49.587Z | Compiling argon2 v0.5.3 |
| 1493 | 2025-03-24T22:35:49.683Z | Compiling zerocopy v0.6.6 |
| 1494 | 2025-03-24T22:35:50.551Z | Compiling rustix v0.38.44 |
| 1495 | 2025-03-24T22:35:50.798Z | Compiling prettyplease v0.2.31 |
| 1496 | 2025-03-24T22:35:51.013Z | Compiling console v0.15.11 |
| 1497 | 2025-03-24T22:35:52.761Z | Compiling libsw-core v0.3.2 |
| 1498 | 2025-03-24T22:35:52.908Z | Compiling serde-big-array v0.5.1 |
| 1499 | 2025-03-24T22:35:53.047Z | Compiling similar v2.7.0 |
| 1500 | 2025-03-24T22:35:53.144Z | Compiling data-encoding v2.8.0 |
| 1501 | 2025-03-24T22:35:53.312Z | Compiling fixedbitset v0.4.2 |
| 1502 | 2025-03-24T22:35:53.801Z | Compiling linked-hash-map v0.5.6 |
| 1503 | 2025-03-24T22:35:53.902Z | Compiling fixedbitset v0.5.7 |
| 1504 | 2025-03-24T22:35:54.172Z | Compiling lru-cache v0.1.2 |
| 1505 | 2025-03-24T22:35:54.380Z | Compiling petgraph v0.7.1 |
| 1506 | 2025-03-24T22:35:54.410Z | Compiling expectorate v1.1.0 |
| 1507 | 2025-03-24T22:35:54.590Z | Compiling hickory-proto v0.24.4 |
| 1508 | 2025-03-24T22:35:54.634Z | Compiling petgraph v0.6.5 |
| 1509 | 2025-03-24T22:35:55.736Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1510 | 2025-03-24T22:35:55.923Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1511 | 2025-03-24T22:35:56.298Z | Compiling libsw v3.5.0 |
| 1512 | 2025-03-24T22:35:56.602Z | Compiling libscf-sys v1.1.0 |
| 1513 | 2025-03-24T22:36:01.410Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1514 | 2025-03-24T22:36:01.497Z | Compiling atomicwrites v0.4.4 |
| 1515 | 2025-03-24T22:36:01.497Z | Compiling newtype_derive v0.1.6 |
| 1516 | 2025-03-24T22:36:01.497Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1517 | 2025-03-24T22:36:01.497Z | Compiling cancel-safe-futures v0.1.5 |
| 1518 | 2025-03-24T22:36:01.497Z | Compiling owo-colors v4.2.0 |
| 1519 | 2025-03-24T22:36:01.497Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1520 | 2025-03-24T22:36:01.497Z | Compiling resolv-conf v0.7.1 |
| 1521 | 2025-03-24T22:36:01.497Z | Compiling indent_write v2.2.0 |
| 1522 | 2025-03-24T22:36:01.497Z | Compiling linear-map v1.2.0 |
| 1523 | 2025-03-24T22:36:01.497Z | Compiling unicode-width v0.1.14 |
| 1524 | 2025-03-24T22:36:01.497Z | Compiling highway v1.3.0 |
| 1525 | 2025-03-24T22:36:01.497Z | Compiling swrite v0.1.0 |
| 1526 | 2025-03-24T22:36:01.497Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1527 | 2025-03-24T22:36:01.497Z | Compiling hickory-resolver v0.24.4 |
| 1528 | 2025-03-24T22:36:01.497Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1529 | 2025-03-24T22:36:01.497Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1530 | 2025-03-24T22:36:01.497Z | Compiling steno v0.4.1 |
| 1531 | 2025-03-24T22:36:01.498Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1532 | 2025-03-24T22:36:02.427Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1533 | 2025-03-24T22:36:02.787Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1534 | 2025-03-24T22:36:02.968Z | Compiling cookie v0.18.1 |
| 1535 | 2025-03-24T22:36:03.387Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1536 | 2025-03-24T22:36:03.701Z | Compiling tokio-stream v0.1.17 |
| 1537 | 2025-03-24T22:36:04.202Z | Compiling humantime v2.2.0 |
| 1538 | 2025-03-24T22:36:04.811Z | Compiling qorb v0.2.1 |
| 1539 | 2025-03-24T22:36:04.834Z | Compiling slog-dtrace v0.3.0 |
| 1540 | 2025-03-24T22:36:04.999Z | Compiling parking_lot_core v0.8.6 |
| 1541 | 2025-03-24T22:36:05.453Z | Compiling parking_lot v0.11.2 |
| 1542 | 2025-03-24T22:36:05.466Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1543 | 2025-03-24T22:36:05.694Z | Compiling crossbeam-epoch v0.9.18 |
| 1544 | 2025-03-24T22:36:06.394Z | Compiling fxhash v0.2.1 |
| 1545 | 2025-03-24T22:36:06.406Z | Compiling crc32fast v1.4.2 |
| 1546 | 2025-03-24T22:36:06.538Z | Compiling bytecount v0.6.8 |
| 1547 | 2025-03-24T22:36:06.599Z | Compiling memoffset v0.9.1 |
| 1548 | 2025-03-24T22:36:06.711Z | Compiling sled v0.34.7 |
| 1549 | 2025-03-24T22:36:06.769Z | Compiling papergrid v0.14.0 |
| 1550 | 2025-03-24T22:36:06.773Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1551 | 2025-03-24T22:36:07.200Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1552 | 2025-03-24T22:36:07.858Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1553 | 2025-03-24T22:36:08.688Z | Compiling tabled v0.18.0 |
| 1554 | 2025-03-24T22:36:09.074Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1555 | 2025-03-24T22:36:09.247Z | Compiling nix v0.29.0 |
| 1556 | 2025-03-24T22:36:09.531Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1557 | 2025-03-24T22:36:10.065Z | Compiling half v2.5.0 |
| 1558 | 2025-03-24T22:36:10.453Z | Compiling ciborium-io v0.2.2 |
| 1559 | 2025-03-24T22:36:10.591Z | Compiling ciborium-ll v0.2.2 |
| 1560 | 2025-03-24T22:36:10.635Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 1561 | 2025-03-24T22:36:11.012Z | Compiling arc-swap v1.7.1 |
| 1562 | 2025-03-24T22:36:11.450Z | Compiling crc8 v0.1.1 |
| 1563 | 2025-03-24T22:36:11.619Z | Compiling slog-scope v4.4.0 |
| 1564 | 2025-03-24T22:36:11.707Z | Compiling ciborium v0.2.2 |
| 1565 | 2025-03-24T22:36:11.961Z | Compiling slog-stdlog v4.1.1 |
| 1566 | 2025-03-24T22:36:12.196Z | Compiling const-random v0.1.18 |
| 1567 | 2025-03-24T22:36:12.297Z | Compiling spin v0.5.2 |
| 1568 | 2025-03-24T22:36:12.349Z | Compiling ahash v0.8.11 |
| 1569 | 2025-03-24T22:36:12.540Z | Compiling no-std-compat v0.4.1 |
| 1570 | 2025-03-24T22:36:12.657Z | Compiling slog-envlogger v2.2.0 |
| 1571 | 2025-03-24T22:36:12.973Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 1572 | 2025-03-24T22:36:13.001Z | Compiling num_enum v0.7.3 |
| 1573 | 2025-03-24T22:36:13.170Z | Compiling smartstring v1.0.1 |
| 1574 | 2025-03-24T22:36:13.252Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1575 | 2025-03-24T22:36:13.621Z | Compiling thin-vec v0.2.13 |
| 1576 | 2025-03-24T22:36:13.811Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1577 | 2025-03-24T22:36:14.274Z | Compiling minimal-lexical v0.2.1 |
| 1578 | 2025-03-24T22:36:14.365Z | Compiling rhai v1.21.0 |
| 1579 | 2025-03-24T22:36:14.852Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 1580 | 2025-03-24T22:36:15.177Z | Compiling nom v7.1.3 |
| 1581 | 2025-03-24T22:36:15.516Z | Compiling itertools v0.12.1 |
| 1582 | 2025-03-24T22:36:15.688Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1583 | 2025-03-24T22:36:17.104Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1584 | 2025-03-24T22:36:18.713Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
| 1585 | 2025-03-24T22:36:18.898Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1586 | 2025-03-24T22:36:19.523Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8) |
| 1587 | 2025-03-24T22:36:19.952Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1588 | 2025-03-24T22:36:27.078Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1589 | 2025-03-24T22:36:34.331Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1590 | 2025-03-24T22:36:37.451Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1591 | 2025-03-24T22:36:37.671Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1592 | 2025-03-24T22:36:38.008Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1593 | 2025-03-24T22:36:41.077Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1594 | 2025-03-24T22:36:41.186Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1595 | 2025-03-24T22:36:41.533Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1596 | 2025-03-24T22:36:49.929Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1597 | 2025-03-24T22:36:49.929Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1598 | 2025-03-24T22:36:56.430Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1599 | 2025-03-24T22:36:56.430Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1600 | 2025-03-24T22:37:41.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s |
| 1601 | 2025-03-24T22:37:41.293Z | |
| 1602 | 2025-03-24T22:37:41.296Z | real 2:55.951766226 |
| 1603 | 2025-03-24T22:37:41.296Z | user 15:25.419591658 |
| 1604 | 2025-03-24T22:37:41.296Z | sys 3:02.924161795 |
| 1605 | 2025-03-24T22:37:41.296Z | trap 0.450996760 |
| 1606 | 2025-03-24T22:37:41.296Z | tflt 0.718105091 |
| 1607 | 2025-03-24T22:37:41.296Z | dflt 1.184669762 |
| 1608 | 2025-03-24T22:37:41.296Z | kflt 0.000068848 |
| 1609 | 2025-03-24T22:37:41.296Z | lock 31:00.546649636 |
| 1610 | 2025-03-24T22:37:41.296Z | slp 1:02:32.575237561 |
| 1611 | 2025-03-24T22:37:41.296Z | lat 32.103842175 |
| 1612 | 2025-03-24T22:37:41.296Z | stop 56.358512775 |
| 1613 | 2025-03-24T22:37:41.296Z | + ptime -m cargo build --release |
| 1614 | 2025-03-24T22:37:41.969Z | Compiling proc-macro2 v1.0.94 |
| 1615 | 2025-03-24T22:37:41.969Z | Compiling unicode-ident v1.0.18 |
| 1616 | 2025-03-24T22:37:41.973Z | Compiling serde v1.0.219 |
| 1617 | 2025-03-24T22:37:41.973Z | Compiling autocfg v1.4.0 |
| 1618 | 2025-03-24T22:37:41.973Z | Compiling libc v0.2.171 |
| 1619 | 2025-03-24T22:37:41.973Z | Compiling cfg-if v1.0.0 |
| 1620 | 2025-03-24T22:37:42.064Z | Compiling libm v0.2.11 |
| 1621 | 2025-03-24T22:37:42.158Z | Compiling memchr v2.7.4 |
| 1622 | 2025-03-24T22:37:42.305Z | Compiling getrandom v0.3.2 |
| 1623 | 2025-03-24T22:37:42.464Z | Compiling version_check v0.9.5 |
| 1624 | 2025-03-24T22:37:42.927Z | Compiling parking_lot_core v0.9.10 |
| 1625 | 2025-03-24T22:37:42.955Z | Compiling lock_api v0.4.12 |
| 1626 | 2025-03-24T22:37:43.102Z | Compiling itoa v1.0.15 |
| 1627 | 2025-03-24T22:37:43.315Z | Compiling semver v1.0.26 |
| 1628 | 2025-03-24T22:37:43.413Z | Compiling shlex v1.3.0 |
| 1629 | 2025-03-24T22:37:43.541Z | Compiling schemars v0.8.22 |
| 1630 | 2025-03-24T22:37:43.589Z | Compiling once_cell v1.21.1 |
| 1631 | 2025-03-24T22:37:43.601Z | Compiling equivalent v1.0.2 |
| 1632 | 2025-03-24T22:37:43.703Z | Compiling cc v1.2.17 |
| 1633 | 2025-03-24T22:37:43.753Z | Compiling quote v1.0.40 |
| 1634 | 2025-03-24T22:37:43.826Z | Compiling foldhash v0.1.5 |
| 1635 | 2025-03-24T22:37:43.932Z | Compiling allocator-api2 v0.2.21 |
| 1636 | 2025-03-24T22:37:43.994Z | Compiling ryu v1.0.20 |
| 1637 | 2025-03-24T22:37:44.130Z | Compiling serde_json v1.0.140 |
| 1638 | 2025-03-24T22:37:44.283Z | Compiling syn v2.0.100 |
| 1639 | 2025-03-24T22:37:44.428Z | Compiling slab v0.4.9 |
| 1640 | 2025-03-24T22:37:44.432Z | Compiling num-traits v0.2.19 |
| 1641 | 2025-03-24T22:37:44.532Z | Compiling thiserror v1.0.69 |
| 1642 | 2025-03-24T22:37:44.626Z | Compiling hashbrown v0.15.2 |
| 1643 | 2025-03-24T22:37:45.126Z | Compiling heck v0.5.0 |
| 1644 | 2025-03-24T22:37:45.397Z | Compiling portable-atomic v1.11.0 |
| 1645 | 2025-03-24T22:37:45.417Z | Compiling fnv v1.0.7 |
| 1646 | 2025-03-24T22:37:45.450Z | Compiling log v0.4.26 |
| 1647 | 2025-03-24T22:37:45.541Z | Compiling pin-project-lite v0.2.16 |
| 1648 | 2025-03-24T22:37:45.838Z | Compiling scopeguard v1.2.0 |
| 1649 | 2025-03-24T22:37:45.946Z | Compiling thiserror v2.0.12 |
| 1650 | 2025-03-24T22:37:46.575Z | Compiling signal-hook-registry v1.4.2 |
| 1651 | 2025-03-24T22:37:46.776Z | Compiling socket2 v0.5.8 |
| 1652 | 2025-03-24T22:37:47.000Z | Compiling ring v0.17.14 |
| 1653 | 2025-03-24T22:37:47.499Z | Compiling mio v1.0.3 |
| 1654 | 2025-03-24T22:37:48.038Z | Compiling getrandom v0.2.15 |
| 1655 | 2025-03-24T22:37:48.109Z | Compiling bitflags v2.9.0 |
| 1656 | 2025-03-24T22:37:48.163Z | Compiling iana-time-zone v0.1.61 |
| 1657 | 2025-03-24T22:37:48.204Z | Compiling pkg-config v0.3.32 |
| 1658 | 2025-03-24T22:37:48.401Z | Compiling vcpkg v0.2.15 |
| 1659 | 2025-03-24T22:37:48.649Z | Compiling httparse v1.10.1 |
| 1660 | 2025-03-24T22:37:48.903Z | Compiling dyn-clone v1.0.19 |
| 1661 | 2025-03-24T22:37:49.100Z | Compiling futures-core v0.3.31 |
| 1662 | 2025-03-24T22:37:49.418Z | Compiling stable_deref_trait v1.2.0 |
| 1663 | 2025-03-24T22:37:49.450Z | Compiling regex-syntax v0.8.5 |
| 1664 | 2025-03-24T22:37:49.529Z | Compiling aho-corasick v1.1.3 |
| 1665 | 2025-03-24T22:37:49.540Z | Compiling futures-sink v0.3.31 |
| 1666 | 2025-03-24T22:37:49.695Z | Compiling openssl v0.10.71 |
| 1667 | 2025-03-24T22:37:49.998Z | Compiling openssl-sys v0.9.106 |
| 1668 | 2025-03-24T22:37:50.200Z | Compiling rustls v0.23.25 |
| 1669 | 2025-03-24T22:37:50.303Z | Compiling native-tls v0.2.14 |
| 1670 | 2025-03-24T22:37:50.325Z | Compiling rustix v1.0.3 |
| 1671 | 2025-03-24T22:37:50.544Z | Compiling futures-channel v0.3.31 |
| 1672 | 2025-03-24T22:37:50.672Z | Compiling regress v0.10.3 |
| 1673 | 2025-03-24T22:37:51.005Z | Compiling pin-utils v0.1.0 |
| 1674 | 2025-03-24T22:37:51.019Z | Compiling futures-task v0.3.31 |
| 1675 | 2025-03-24T22:37:51.032Z | Compiling futures-io v0.3.31 |
| 1676 | 2025-03-24T22:37:51.105Z | Compiling tracing-core v0.1.33 |
| 1677 | 2025-03-24T22:37:51.575Z | Compiling zerocopy v0.8.24 |
| 1678 | 2025-03-24T22:37:51.680Z | Compiling subtle v2.6.1 |
| 1679 | 2025-03-24T22:37:51.750Z | Compiling typenum v1.18.0 |
| 1680 | 2025-03-24T22:37:52.383Z | Compiling serde_derive_internals v0.29.1 |
| 1681 | 2025-03-24T22:37:52.488Z | Compiling synstructure v0.13.1 |
| 1682 | 2025-03-24T22:37:53.387Z | Compiling regex-automata v0.4.9 |
| 1683 | 2025-03-24T22:37:53.944Z | Compiling writeable v0.5.5 |
| 1684 | 2025-03-24T22:37:54.607Z | Compiling litemap v0.7.5 |
| 1685 | 2025-03-24T22:37:55.030Z | Compiling byteorder v1.5.0 |
| 1686 | 2025-03-24T22:37:55.119Z | Compiling anyhow v1.0.97 |
| 1687 | 2025-03-24T22:37:55.587Z | Compiling generic-array v0.14.7 |
| 1688 | 2025-03-24T22:37:55.734Z | Compiling ucd-trie v0.1.7 |
| 1689 | 2025-03-24T22:37:55.927Z | Compiling slog v2.7.0 |
| 1690 | 2025-03-24T22:37:55.964Z | Compiling strsim v0.11.1 |
| 1691 | 2025-03-24T22:37:56.263Z | Compiling rustls-pki-types v1.11.0 |
| 1692 | 2025-03-24T22:37:56.690Z | Compiling time-core v0.1.4 |
| 1693 | 2025-03-24T22:37:56.886Z | Compiling syn v1.0.109 |
| 1694 | 2025-03-24T22:37:56.944Z | Compiling untrusted v0.9.0 |
| 1695 | 2025-03-24T22:37:57.140Z | Compiling num-conv v0.1.0 |
| 1696 | 2025-03-24T22:37:57.413Z | Compiling icu_locid_transform_data v1.5.0 |
| 1697 | 2025-03-24T22:37:57.523Z | Compiling regex v1.11.1 |
| 1698 | 2025-03-24T22:37:57.556Z | Compiling time-macros v0.2.21 |
| 1699 | 2025-03-24T22:37:57.649Z | Compiling serde_derive v1.0.219 |
| 1700 | 2025-03-24T22:37:57.782Z | Compiling tokio-macros v2.5.0 |
| 1701 | 2025-03-24T22:37:58.046Z | Compiling schemars_derive v0.8.22 |
| 1702 | 2025-03-24T22:37:58.595Z | Compiling zerofrom-derive v0.1.6 |
| 1703 | 2025-03-24T22:37:59.454Z | Compiling thiserror-impl v1.0.69 |
| 1704 | 2025-03-24T22:38:00.697Z | Compiling yoke-derive v0.7.5 |
| 1705 | 2025-03-24T22:38:01.155Z | Compiling futures-macro v0.3.31 |
| 1706 | 2025-03-24T22:38:01.200Z | Compiling zerovec-derive v0.10.3 |
| 1707 | 2025-03-24T22:38:02.263Z | Compiling displaydoc v0.2.5 |
| 1708 | 2025-03-24T22:38:02.418Z | Compiling thiserror-impl v2.0.12 |
| 1709 | 2025-03-24T22:38:03.089Z | Compiling icu_provider_macros v1.5.0 |
| 1710 | 2025-03-24T22:38:03.654Z | Compiling openssl-macros v0.1.1 |
| 1711 | 2025-03-24T22:38:03.847Z | Compiling futures-util v0.3.31 |
| 1712 | 2025-03-24T22:38:03.870Z | Compiling zerofrom v0.1.6 |
| 1713 | 2025-03-24T22:38:03.924Z | Compiling tracing-attributes v0.1.28 |
| 1714 | 2025-03-24T22:38:04.112Z | Compiling yoke v0.7.5 |
| 1715 | 2025-03-24T22:38:04.237Z | Compiling zerocopy-derive v0.8.24 |
| 1716 | 2025-03-24T22:38:04.487Z | Compiling scroll_derive v0.12.0 |
| 1717 | 2025-03-24T22:38:04.532Z | Compiling zerovec v0.10.4 |
| 1718 | 2025-03-24T22:38:06.145Z | Compiling zerocopy-derive v0.7.35 |
| 1719 | 2025-03-24T22:38:07.334Z | Compiling tracing v0.1.41 |
| 1720 | 2025-03-24T22:38:07.426Z | Compiling tinystr v0.7.6 |
| 1721 | 2025-03-24T22:38:07.882Z | Compiling icu_locid v1.5.0 |
| 1722 | 2025-03-24T22:38:08.064Z | Compiling pest v2.7.15 |
| 1723 | 2025-03-24T22:38:08.521Z | Compiling icu_collections v1.5.0 |
| 1724 | 2025-03-24T22:38:10.885Z | Compiling icu_provider v1.5.0 |
| 1725 | 2025-03-24T22:38:10.975Z | Compiling pest_meta v2.7.15 |
| 1726 | 2025-03-24T22:38:11.904Z | Compiling bytes v1.10.1 |
| 1727 | 2025-03-24T22:38:13.203Z | Compiling smallvec v1.14.0 |
| 1728 | 2025-03-24T22:38:13.763Z | Compiling indexmap v2.8.0 |
| 1729 | 2025-03-24T22:38:14.941Z | Compiling parking_lot v0.12.3 |
| 1730 | 2025-03-24T22:38:15.002Z | Compiling uuid v1.16.0 |
| 1731 | 2025-03-24T22:38:15.156Z | Compiling chrono v0.4.40 |
| 1732 | 2025-03-24T22:38:15.977Z | Compiling tokio v1.44.1 |
| 1733 | 2025-03-24T22:38:16.844Z | Compiling serde_tokenstream v0.2.2 |
| 1734 | 2025-03-24T22:38:17.290Z | Compiling http v1.3.1 |
| 1735 | 2025-03-24T22:38:20.292Z | Compiling icu_locid_transform v1.5.0 |
| 1736 | 2025-03-24T22:38:22.436Z | Compiling icu_properties_data v1.5.0 |
| 1737 | 2025-03-24T22:38:22.722Z | Compiling ident_case v1.0.1 |
| 1738 | 2025-03-24T22:38:22.751Z | Compiling icu_properties v1.5.1 |
| 1739 | 2025-03-24T22:38:22.902Z | Compiling darling_core v0.20.10 |
| 1740 | 2025-03-24T22:38:23.659Z | Compiling openapiv3 v2.0.0 |
| 1741 | 2025-03-24T22:38:24.311Z | Compiling pest_generator v2.7.15 |
| 1742 | 2025-03-24T22:38:26.131Z | Compiling tokio-util v0.7.14 |
| 1743 | 2025-03-24T22:38:28.172Z | Compiling rand_core v0.6.4 |
| 1744 | 2025-03-24T22:38:28.204Z | Compiling utf8_iter v1.0.4 |
| 1745 | 2025-03-24T22:38:28.494Z | Compiling atomic-waker v1.1.2 |
| 1746 | 2025-03-24T22:38:28.661Z | Compiling utf16_iter v1.0.5 |
| 1747 | 2025-03-24T22:38:28.691Z | Compiling percent-encoding v2.3.1 |
| 1748 | 2025-03-24T22:38:28.886Z | Compiling write16 v1.0.0 |
| 1749 | 2025-03-24T22:38:28.903Z | Compiling icu_normalizer_data v1.5.0 |
| 1750 | 2025-03-24T22:38:29.013Z | Compiling icu_normalizer v1.5.0 |
| 1751 | 2025-03-24T22:38:29.026Z | Compiling form_urlencoded v1.2.1 |
| 1752 | 2025-03-24T22:38:29.192Z | Compiling darling_macro v0.20.10 |
| 1753 | 2025-03-24T22:38:29.518Z | Compiling pest_derive v2.7.15 |
| 1754 | 2025-03-24T22:38:30.160Z | Compiling http-body v1.0.1 |
| 1755 | 2025-03-24T22:38:30.331Z | Compiling usdt-impl v0.5.0 |
| 1756 | 2025-03-24T22:38:30.410Z | Compiling zeroize v1.8.1 |
| 1757 | 2025-03-24T22:38:30.456Z | Compiling try-lock v0.2.5 |
| 1758 | 2025-03-24T22:38:30.624Z | Compiling want v0.3.1 |
| 1759 | 2025-03-24T22:38:30.685Z | Compiling darling v0.20.10 |
| 1760 | 2025-03-24T22:38:30.714Z | Compiling idna_adapter v1.2.0 |
| 1761 | 2025-03-24T22:38:30.775Z | Compiling h2 v0.4.8 |
| 1762 | 2025-03-24T22:38:30.810Z | Compiling scroll v0.12.0 |
| 1763 | 2025-03-24T22:38:30.967Z | Compiling plain v0.2.3 |
| 1764 | 2025-03-24T22:38:31.128Z | Compiling rustversion v1.0.20 |
| 1765 | 2025-03-24T22:38:31.374Z | Compiling unsafe-libyaml v0.2.11 |
| 1766 | 2025-03-24T22:38:32.305Z | Compiling httpdate v1.0.3 |
| 1767 | 2025-03-24T22:38:33.093Z | Compiling tower-service v0.3.3 |
| 1768 | 2025-03-24T22:38:33.121Z | Compiling foreign-types-shared v0.1.1 |
| 1769 | 2025-03-24T22:38:33.239Z | Compiling foreign-types v0.3.2 |
| 1770 | 2025-03-24T22:38:33.343Z | Compiling serde_yaml v0.9.34+deprecated |
| 1771 | 2025-03-24T22:38:33.650Z | Compiling zerocopy v0.7.35 |
| 1772 | 2025-03-24T22:38:33.966Z | Compiling goblin v0.8.2 |
| 1773 | 2025-03-24T22:38:35.323Z | Compiling idna v1.0.3 |
| 1774 | 2025-03-24T22:38:37.192Z | Compiling hyper v1.6.0 |
| 1775 | 2025-03-24T22:38:39.230Z | Compiling ppv-lite86 v0.2.21 |
| 1776 | 2025-03-24T22:38:40.169Z | Compiling errno v0.3.10 |
| 1777 | 2025-03-24T22:38:40.895Z | Compiling pretty-hex v0.4.1 |
| 1778 | 2025-03-24T22:38:41.119Z | Compiling omicron-workspace-hack v0.1.0 |
| 1779 | 2025-03-24T22:38:41.458Z | Compiling paste v1.0.15 |
| 1780 | 2025-03-24T22:38:41.994Z | Compiling newtype-uuid v1.2.1 |
| 1781 | 2025-03-24T22:38:42.430Z | Compiling dof v0.3.0 |
| 1782 | 2025-03-24T22:38:44.115Z | Compiling hyper-util v0.1.10 |
| 1783 | 2025-03-24T22:38:45.532Z | Compiling rand_chacha v0.3.1 |
| 1784 | 2025-03-24T22:38:47.655Z | Compiling url v2.5.4 |
| 1785 | 2025-03-24T22:38:48.593Z | Compiling dtrace-parser v0.2.0 |
| 1786 | 2025-03-24T22:38:49.278Z | Compiling ipnetwork v0.21.1 |
| 1787 | 2025-03-24T22:38:49.665Z | Compiling typify-impl v0.2.0 |
| 1788 | 2025-03-24T22:38:50.237Z | Compiling rustls-webpki v0.103.0 |
| 1789 | 2025-03-24T22:38:50.968Z | Compiling thread-id v4.2.2 |
| 1790 | 2025-03-24T22:38:51.339Z | Compiling slog-async v2.8.0 |
| 1791 | 2025-03-24T22:38:51.858Z | Compiling openssl-probe v0.1.6 |
| 1792 | 2025-03-24T22:38:52.350Z | Compiling ipnet v2.11.0 |
| 1793 | 2025-03-24T22:38:56.701Z | Compiling rand v0.8.5 |
| 1794 | 2025-03-24T22:38:58.086Z | Compiling http-body-util v0.1.3 |
| 1795 | 2025-03-24T22:38:58.457Z | Compiling toml_datetime v0.6.8 |
| 1796 | 2025-03-24T22:38:58.660Z | Compiling encoding_rs v0.8.35 |
| 1797 | 2025-03-24T22:38:59.495Z | Compiling mime v0.3.17 |
| 1798 | 2025-03-24T22:39:00.428Z | Compiling tokio-rustls v0.26.2 |
| 1799 | 2025-03-24T22:39:00.571Z | Compiling tokio-native-tls v0.3.1 |
| 1800 | 2025-03-24T22:39:00.717Z | Compiling serde_urlencoded v0.7.1 |
| 1801 | 2025-03-24T22:39:00.878Z | Compiling webpki-roots v0.26.8 |
| 1802 | 2025-03-24T22:39:01.118Z | Compiling rustls-pemfile v2.2.0 |
| 1803 | 2025-03-24T22:39:01.307Z | Compiling sync_wrapper v1.0.2 |
| 1804 | 2025-03-24T22:39:01.545Z | Compiling tower-layer v0.3.3 |
| 1805 | 2025-03-24T22:39:01.639Z | Compiling rustls v0.22.4 |
| 1806 | 2025-03-24T22:39:01.799Z | Compiling typify-macro v0.2.0 |
| 1807 | 2025-03-24T22:39:01.969Z | Compiling camino v1.1.9 |
| 1808 | 2025-03-24T22:39:02.080Z | Compiling base64 v0.22.1 |
| 1809 | 2025-03-24T22:39:02.583Z | Compiling lazy_static v1.5.0 |
| 1810 | 2025-03-24T22:39:02.976Z | Compiling tower v0.5.2 |
| 1811 | 2025-03-24T22:39:03.219Z | Compiling hyper-rustls v0.27.5 |
| 1812 | 2025-03-24T22:39:03.756Z | Compiling hyper-tls v0.6.0 |
| 1813 | 2025-03-24T22:39:04.050Z | Compiling usdt-attr-macro v0.5.0 |
| 1814 | 2025-03-24T22:39:04.215Z | Compiling usdt-macro v0.5.0 |
| 1815 | 2025-03-24T22:39:04.517Z | Compiling daft-derive v0.1.2 |
| 1816 | 2025-03-24T22:39:05.729Z | Compiling structmeta-derive v0.3.0 |
| 1817 | 2025-03-24T22:39:05.798Z | Compiling crossbeam-utils v0.8.21 |
| 1818 | 2025-03-24T22:39:05.835Z | Compiling powerfmt v0.2.0 |
| 1819 | 2025-03-24T22:39:06.212Z | Compiling deranged v0.4.0 |
| 1820 | 2025-03-24T22:39:06.328Z | Compiling typify v0.2.0 |
| 1821 | 2025-03-24T22:39:06.431Z | Compiling reqwest v0.12.15 |
| 1822 | 2025-03-24T22:39:06.997Z | Compiling oxnet v0.1.1 |
| 1823 | 2025-03-24T22:39:07.289Z | Compiling strum_macros v0.26.4 |
| 1824 | 2025-03-24T22:39:08.518Z | Compiling structmeta v0.3.0 |
| 1825 | 2025-03-24T22:39:08.935Z | Compiling async-trait v0.1.88 |
| 1826 | 2025-03-24T22:39:10.972Z | Compiling multer v3.1.0 |
| 1827 | 2025-03-24T22:39:11.770Z | Compiling num_threads v0.1.7 |
| 1828 | 2025-03-24T22:39:11.899Z | Compiling time v0.3.40 |
| 1829 | 2025-03-24T22:39:12.010Z | Compiling progenitor-impl v0.8.0 |
| 1830 | 2025-03-24T22:39:16.172Z | Compiling parse-display-derive v0.10.0 |
| 1831 | 2025-03-24T22:39:16.230Z | Compiling serde_with_macros v3.12.0 |
| 1832 | 2025-03-24T22:39:18.125Z | Compiling async-stream-impl v0.3.6 |
| 1833 | 2025-03-24T22:39:18.818Z | Compiling progenitor-macro v0.8.0 |
| 1834 | 2025-03-24T22:39:19.529Z | Compiling dirs-sys-next v0.1.2 |
| 1835 | 2025-03-24T22:39:20.319Z | Compiling dropshot v0.16.0 |
| 1836 | 2025-03-24T22:39:21.968Z | Compiling dirs-next v2.0.0 |
| 1837 | 2025-03-24T22:39:24.847Z | Compiling thread_local v1.1.8 |
| 1838 | 2025-03-24T22:39:26.489Z | Compiling term v0.7.0 |
| 1839 | 2025-03-24T22:39:30.895Z | Compiling block-buffer v0.10.4 |
| 1840 | 2025-03-24T22:39:31.171Z | Compiling crypto-common v0.1.6 |
| 1841 | 2025-03-24T22:39:31.397Z | Compiling crossbeam-channel v0.5.14 |
| 1842 | 2025-03-24T22:39:32.107Z | Compiling test-strategy v0.4.1 |
| 1843 | 2025-03-24T22:39:32.438Z | Compiling dropshot_endpoint v0.16.0 |
| 1844 | 2025-03-24T22:39:32.490Z | Compiling macaddr v1.0.1 |
| 1845 | 2025-03-24T22:39:32.906Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1846 | 2025-03-24T22:39:33.244Z | Compiling is-terminal v0.4.16 |
| 1847 | 2025-03-24T22:39:33.551Z | Compiling take_mut v0.2.2 |
| 1848 | 2025-03-24T22:39:33.619Z | Compiling fastrand v2.3.0 |
| 1849 | 2025-03-24T22:39:34.284Z | Compiling tempfile v3.19.1 |
| 1850 | 2025-03-24T22:39:34.841Z | Compiling slog-term v2.9.1 |
| 1851 | 2025-03-24T22:39:36.208Z | Compiling digest v0.10.7 |
| 1852 | 2025-03-24T22:39:36.682Z | Compiling progenitor-client v0.9.1 |
| 1853 | 2025-03-24T22:39:36.928Z | Compiling futures-executor v0.3.31 |
| 1854 | 2025-03-24T22:39:37.028Z | Compiling memmap v0.7.0 |
| 1855 | 2025-03-24T22:39:37.697Z | Compiling usdt v0.5.0 |
| 1856 | 2025-03-24T22:39:37.867Z | Compiling futures v0.3.31 |
| 1857 | 2025-03-24T22:39:38.012Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1858 | 2025-03-24T22:39:38.549Z | Compiling hostname v0.4.0 |
| 1859 | 2025-03-24T22:39:38.850Z | Compiling instant v0.1.13 |
| 1860 | 2025-03-24T22:39:39.024Z | Compiling cpufeatures v0.2.17 |
| 1861 | 2025-03-24T22:39:40.111Z | Compiling daft v0.1.2 |
| 1862 | 2025-03-24T22:39:40.335Z | Compiling strum v0.26.3 |
| 1863 | 2025-03-24T22:39:40.616Z | Compiling rustls-webpki v0.102.8 |
| 1864 | 2025-03-24T22:39:40.783Z | Compiling serde_spanned v0.6.8 |
| 1865 | 2025-03-24T22:39:41.488Z | Compiling wait-timeout v0.2.1 |
| 1866 | 2025-03-24T22:39:41.958Z | Compiling winnow v0.7.4 |
| 1867 | 2025-03-24T22:39:42.039Z | Compiling debug-ignore v1.0.5 |
| 1868 | 2025-03-24T22:39:42.192Z | Compiling bit-vec v0.8.0 |
| 1869 | 2025-03-24T22:39:42.468Z | Compiling match_cfg v0.1.0 |
| 1870 | 2025-03-24T22:39:42.574Z | Compiling quick-error v1.2.3 |
| 1871 | 2025-03-24T22:39:43.208Z | Compiling rusty-fork v0.3.0 |
| 1872 | 2025-03-24T22:39:43.251Z | Compiling bit-set v0.8.0 |
| 1873 | 2025-03-24T22:39:43.592Z | Compiling hostname v0.3.1 |
| 1874 | 2025-03-24T22:39:45.230Z | Compiling serde_with v3.12.0 |
| 1875 | 2025-03-24T22:39:45.353Z | Compiling slog-json v2.6.1 |
| 1876 | 2025-03-24T22:39:45.865Z | Compiling progenitor-client v0.8.0 |
| 1877 | 2025-03-24T22:39:46.397Z | Compiling toml_edit v0.22.24 |
| 1878 | 2025-03-24T22:39:46.412Z | Compiling rand_xorshift v0.3.0 |
| 1879 | 2025-03-24T22:39:46.713Z | Compiling hex v0.4.3 |
| 1880 | 2025-03-24T22:39:46.840Z | Compiling clap_derive v4.5.32 |
| 1881 | 2025-03-24T22:39:48.238Z | Compiling spin v0.9.8 |
| 1882 | 2025-03-24T22:39:48.452Z | Compiling unarray v0.1.4 |
| 1883 | 2025-03-24T22:39:48.753Z | Compiling utf8parse v0.2.2 |
| 1884 | 2025-03-24T22:39:48.916Z | Compiling anstyle-parse v0.2.6 |
| 1885 | 2025-03-24T22:39:49.439Z | Compiling proptest v1.6.0 |
| 1886 | 2025-03-24T22:39:49.835Z | Compiling toml v0.8.20 |
| 1887 | 2025-03-24T22:39:52.094Z | Compiling tokio-rustls v0.25.0 |
| 1888 | 2025-03-24T22:39:55.610Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1889 | 2025-03-24T22:39:55.796Z | Compiling progenitor v0.8.0 |
| 1890 | 2025-03-24T22:39:56.070Z | Compiling slog-bunyan v2.5.0 |
| 1891 | 2025-03-24T22:39:56.356Z | Compiling sha1 v0.10.6 |
| 1892 | 2025-03-24T22:39:57.266Z | Compiling parse-display v0.10.0 |
| 1893 | 2025-03-24T22:39:58.376Z | Compiling async-stream v0.3.6 |
| 1894 | 2025-03-24T22:39:58.697Z | Compiling waitgroup v0.1.2 |
| 1895 | 2025-03-24T22:39:58.944Z | Compiling serde_path_to_error v0.1.17 |
| 1896 | 2025-03-24T22:39:59.908Z | Compiling unicode-width v0.2.0 |
| 1897 | 2025-03-24T22:39:59.958Z | Compiling either v1.15.0 |
| 1898 | 2025-03-24T22:39:59.972Z | Compiling anstyle v1.0.10 |
| 1899 | 2025-03-24T22:40:00.472Z | Compiling anstyle-query v1.1.2 |
| 1900 | 2025-03-24T22:40:00.588Z | Compiling colorchoice v1.0.3 |
| 1901 | 2025-03-24T22:40:00.645Z | Compiling is_terminal_polyfill v1.70.1 |
| 1902 | 2025-03-24T22:40:00.785Z | Compiling anstream v0.6.18 |
| 1903 | 2025-03-24T22:40:02.684Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
| 1904 | 2025-03-24T22:40:05.384Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 1905 | 2025-03-24T22:40:10.052Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1906 | 2025-03-24T22:40:10.432Z | Compiling backoff v0.4.0 |
| 1907 | 2025-03-24T22:40:10.826Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1908 | 2025-03-24T22:40:10.867Z | Compiling terminal_size v0.4.2 |
| 1909 | 2025-03-24T22:40:11.170Z | Compiling winnow v0.5.40 |
| 1910 | 2025-03-24T22:40:12.132Z | Compiling clap_lex v0.7.4 |
| 1911 | 2025-03-24T22:40:13.672Z | Compiling clap_builder v4.5.32 |
| 1912 | 2025-03-24T22:40:14.768Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1913 | 2025-03-24T22:40:15.252Z | Compiling toml_edit v0.19.15 |
| 1914 | 2025-03-24T22:40:23.276Z | Compiling typify-impl v0.3.0 |
| 1915 | 2025-03-24T22:40:24.196Z | Compiling proc-macro-error-attr v1.0.4 |
| 1916 | 2025-03-24T22:40:25.421Z | Compiling heck v0.4.1 |
| 1917 | 2025-03-24T22:40:25.866Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1918 | 2025-03-24T22:40:28.054Z | Compiling clap v4.5.32 |
| 1919 | 2025-03-24T22:40:28.098Z | Compiling proc-macro-crate v1.3.1 |
| 1920 | 2025-03-24T22:40:29.786Z | Compiling proc-macro-error v1.0.4 |
| 1921 | 2025-03-24T22:40:30.135Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1922 | 2025-03-24T22:40:31.278Z | Compiling itertools v0.13.0 |
| 1923 | 2025-03-24T22:40:34.948Z | Compiling num_enum_derive v0.5.11 |
| 1924 | 2025-03-24T22:40:35.936Z | Compiling typify-macro v0.3.0 |
| 1925 | 2025-03-24T22:40:36.664Z | Compiling foreign-types-macros v0.2.3 |
| 1926 | 2025-03-24T22:40:37.400Z | Compiling foreign-types-shared v0.3.1 |
| 1927 | 2025-03-24T22:40:37.466Z | Compiling heapless v0.8.0 |
| 1928 | 2025-03-24T22:40:38.268Z | Compiling foreign-types v0.5.0 |
| 1929 | 2025-03-24T22:40:38.373Z | Compiling num_enum v0.5.11 |
| 1930 | 2025-03-24T22:40:39.001Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1931 | 2025-03-24T22:40:39.887Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1932 | 2025-03-24T22:40:40.843Z | Compiling hash32 v0.3.1 |
| 1933 | 2025-03-24T22:40:41.211Z | Compiling num-integer v0.1.46 |
| 1934 | 2025-03-24T22:40:41.382Z | Compiling cstr-argument v0.1.2 |
| 1935 | 2025-03-24T22:40:42.055Z | Compiling smoltcp v0.11.0 |
| 1936 | 2025-03-24T22:40:42.154Z | Compiling pretty-hex v0.2.1 |
| 1937 | 2025-03-24T22:40:42.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 1938 | 2025-03-24T22:40:42.353Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1939 | 2025-03-24T22:40:42.710Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1940 | 2025-03-24T22:40:43.178Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1941 | 2025-03-24T22:40:43.475Z | Compiling typify v0.3.0 |
| 1942 | 2025-03-24T22:40:43.858Z | Compiling colored v2.2.0 |
| 1943 | 2025-03-24T22:40:45.302Z | Compiling bitflags v1.3.2 |
| 1944 | 2025-03-24T22:40:45.404Z | Compiling winnow v0.6.26 |
| 1945 | 2025-03-24T22:40:45.517Z | Compiling managed v0.8.0 |
| 1946 | 2025-03-24T22:40:45.606Z | Compiling cobs v0.2.3 |
| 1947 | 2025-03-24T22:40:45.666Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1948 | 2025-03-24T22:40:45.752Z | Compiling prettyplease v0.2.31 |
| 1949 | 2025-03-24T22:40:46.072Z | Compiling postcard v1.1.1 |
| 1950 | 2025-03-24T22:40:46.533Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1951 | 2025-03-24T22:40:47.995Z | Compiling progenitor-impl v0.9.1 |
| 1952 | 2025-03-24T22:40:49.869Z | Compiling num-iter v0.1.45 |
| 1953 | 2025-03-24T22:40:49.978Z | Compiling num-rational v0.4.2 |
| 1954 | 2025-03-24T22:40:51.889Z | Compiling hubpack_derive v0.1.1 |
| 1955 | 2025-03-24T22:40:53.229Z | Compiling num-complex v0.4.6 |
| 1956 | 2025-03-24T22:40:54.282Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1957 | 2025-03-24T22:40:54.680Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1958 | 2025-03-24T22:40:54.758Z | Compiling static_assertions v1.1.0 |
| 1959 | 2025-03-24T22:40:54.819Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1960 | 2025-03-24T22:40:55.257Z | Compiling progenitor-macro v0.9.1 |
| 1961 | 2025-03-24T22:40:55.854Z | Compiling num v0.4.3 |
| 1962 | 2025-03-24T22:40:57.660Z | Compiling hubpack v0.1.2 |
| 1963 | 2025-03-24T22:40:58.612Z | Compiling itertools v0.14.0 |
| 1964 | 2025-03-24T22:40:58.683Z | Compiling tabwriter v1.4.1 |
| 1965 | 2025-03-24T22:41:00.496Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1966 | 2025-03-24T22:41:01.668Z | Compiling float-ord v0.3.2 |
| 1967 | 2025-03-24T22:41:01.771Z | Compiling crucible-workspace-hack v0.1.0 |
| 1968 | 2025-03-24T22:41:02.489Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1969 | 2025-03-24T22:41:08.538Z | Compiling progenitor v0.9.1 |
| 1970 | 2025-03-24T22:41:08.763Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1971 | 2025-03-24T22:41:08.786Z | Compiling semver v0.1.20 |
| 1972 | 2025-03-24T22:41:09.157Z | Compiling rustc_version v0.1.7 |
| 1973 | 2025-03-24T22:41:09.375Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1974 | 2025-03-24T22:41:11.868Z | Compiling zone_cfg_derive v0.3.0 |
| 1975 | 2025-03-24T22:41:11.900Z | Compiling itertools v0.10.5 |
| 1976 | 2025-03-24T22:41:12.435Z | Compiling camino-tempfile v1.1.1 |
| 1977 | 2025-03-24T22:41:13.258Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1978 | 2025-03-24T22:41:13.435Z | Compiling num-derive v0.4.2 |
| 1979 | 2025-03-24T22:41:13.770Z | Compiling derive-where v1.2.7 |
| 1980 | 2025-03-24T22:41:15.127Z | Compiling sigpipe v0.1.3 |
| 1981 | 2025-03-24T22:41:15.253Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1982 | 2025-03-24T22:41:15.786Z | Compiling base64ct v1.7.3 |
| 1983 | 2025-03-24T22:41:15.832Z | Compiling rustix v0.38.44 |
| 1984 | 2025-03-24T22:41:16.550Z | Compiling password-hash v0.5.0 |
| 1985 | 2025-03-24T22:41:16.742Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 1986 | 2025-03-24T22:41:16.896Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 1987 | 2025-03-24T22:41:17.168Z | Compiling zone v0.3.0 |
| 1988 | 2025-03-24T22:41:18.299Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1989 | 2025-03-24T22:41:18.852Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1990 | 2025-03-24T22:41:20.249Z | Compiling newtype_derive v0.1.6 |
| 1991 | 2025-03-24T22:41:20.549Z | Compiling blake2 v0.10.6 |
| 1992 | 2025-03-24T22:41:20.596Z | Compiling smf v0.2.3 |
| 1993 | 2025-03-24T22:41:21.795Z | Compiling zerocopy-derive v0.6.6 |
| 1994 | 2025-03-24T22:41:21.812Z | Compiling unicode-segmentation v1.12.0 |
| 1995 | 2025-03-24T22:41:23.618Z | Compiling whoami v1.5.2 |
| 1996 | 2025-03-24T22:41:23.632Z | Compiling tinyvec_macros v0.1.1 |
| 1997 | 2025-03-24T22:41:23.632Z | Compiling cancel-safe-futures v0.1.5 |
| 1998 | 2025-03-24T22:41:23.633Z | Compiling owo-colors v4.2.0 |
| 1999 | 2025-03-24T22:41:23.841Z | Compiling zerocopy v0.6.6 |
| 2000 | 2025-03-24T22:41:24.016Z | Compiling tinyvec v1.9.0 |
| 2001 | 2025-03-24T22:41:24.774Z | Compiling newline-converter v0.3.0 |
| 2002 | 2025-03-24T22:41:24.996Z | Compiling argon2 v0.5.3 |
| 2003 | 2025-03-24T22:41:27.390Z | Compiling strum_macros v0.25.3 |
| 2004 | 2025-03-24T22:41:29.404Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2005 | 2025-03-24T22:41:30.788Z | Compiling console v0.15.11 |
| 2006 | 2025-03-24T22:41:31.200Z | Compiling num-derive v0.3.3 |
| 2007 | 2025-03-24T22:41:31.245Z | Compiling libsw-core v0.3.2 |
| 2008 | 2025-03-24T22:41:31.555Z | Compiling serde-big-array v0.5.1 |
| 2009 | 2025-03-24T22:41:31.826Z | Compiling enum-as-inner v0.6.1 |
| 2010 | 2025-03-24T22:41:32.913Z | Compiling serde_repr v0.1.20 |
| 2011 | 2025-03-24T22:41:32.992Z | Compiling cookie v0.18.1 |
| 2012 | 2025-03-24T22:41:33.378Z | Compiling data-encoding v2.8.0 |
| 2013 | 2025-03-24T22:41:33.483Z | Compiling fixedbitset v0.4.2 |
| 2014 | 2025-03-24T22:41:33.618Z | Compiling linked-hash-map v0.5.6 |
| 2015 | 2025-03-24T22:41:34.066Z | Compiling similar v2.7.0 |
| 2016 | 2025-03-24T22:41:34.071Z | Compiling fixedbitset v0.5.7 |
| 2017 | 2025-03-24T22:41:34.150Z | Compiling convert_case v0.4.0 |
| 2018 | 2025-03-24T22:41:34.947Z | Compiling derive_more v0.99.19 |
| 2019 | 2025-03-24T22:41:35.259Z | Compiling expectorate v1.1.0 |
| 2020 | 2025-03-24T22:41:35.463Z | Compiling petgraph v0.7.1 |
| 2021 | 2025-03-24T22:41:36.848Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2022 | 2025-03-24T22:41:40.450Z | Compiling hickory-proto v0.24.4 |
| 2023 | 2025-03-24T22:41:40.481Z | Compiling lru-cache v0.1.2 |
| 2024 | 2025-03-24T22:41:40.721Z | Compiling petgraph v0.6.5 |
| 2025 | 2025-03-24T22:41:40.857Z | Compiling libscf-sys v1.1.0 |
| 2026 | 2025-03-24T22:41:41.177Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2027 | 2025-03-24T22:41:41.916Z | Compiling libsw v3.5.0 |
| 2028 | 2025-03-24T22:41:42.238Z | Compiling atomicwrites v0.4.4 |
| 2029 | 2025-03-24T22:41:45.311Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2030 | 2025-03-24T22:41:46.069Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2031 | 2025-03-24T22:41:47.902Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2032 | 2025-03-24T22:41:48.490Z | Compiling resolv-conf v0.7.1 |
| 2033 | 2025-03-24T22:41:49.426Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2034 | 2025-03-24T22:41:49.616Z | Compiling unicode-width v0.1.14 |
| 2035 | 2025-03-24T22:41:50.015Z | Compiling swrite v0.1.0 |
| 2036 | 2025-03-24T22:41:50.112Z | Compiling indent_write v2.2.0 |
| 2037 | 2025-03-24T22:41:50.144Z | Compiling linear-map v1.2.0 |
| 2038 | 2025-03-24T22:41:50.229Z | Compiling highway v1.3.0 |
| 2039 | 2025-03-24T22:41:50.367Z | Compiling hickory-resolver v0.24.4 |
| 2040 | 2025-03-24T22:41:50.550Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2041 | 2025-03-24T22:41:50.653Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2042 | 2025-03-24T22:41:50.666Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2043 | 2025-03-24T22:41:51.236Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2044 | 2025-03-24T22:41:51.873Z | Compiling steno v0.4.1 |
| 2045 | 2025-03-24T22:41:57.437Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2046 | 2025-03-24T22:41:57.683Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2047 | 2025-03-24T22:41:59.937Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2048 | 2025-03-24T22:42:00.291Z | Compiling tokio-stream v0.1.17 |
| 2049 | 2025-03-24T22:42:00.647Z | Compiling slog-dtrace v0.3.0 |
| 2050 | 2025-03-24T22:42:01.025Z | Compiling humantime v2.2.0 |
| 2051 | 2025-03-24T22:42:01.418Z | Compiling parking_lot_core v0.8.6 |
| 2052 | 2025-03-24T22:42:01.594Z | Compiling qorb v0.2.1 |
| 2053 | 2025-03-24T22:42:02.772Z | Compiling parking_lot v0.11.2 |
| 2054 | 2025-03-24T22:42:03.467Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2055 | 2025-03-24T22:42:04.708Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2056 | 2025-03-24T22:42:06.527Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2057 | 2025-03-24T22:42:08.061Z | Compiling crossbeam-epoch v0.9.18 |
| 2058 | 2025-03-24T22:42:09.224Z | Compiling fxhash v0.2.1 |
| 2059 | 2025-03-24T22:42:09.465Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2060 | 2025-03-24T22:42:10.352Z | Compiling memoffset v0.9.1 |
| 2061 | 2025-03-24T22:42:11.274Z | Compiling crc32fast v1.4.2 |
| 2062 | 2025-03-24T22:42:11.289Z | Compiling cfg_aliases v0.2.1 |
| 2063 | 2025-03-24T22:42:11.343Z | Compiling sled v0.34.7 |
| 2064 | 2025-03-24T22:42:11.397Z | Compiling nix v0.29.0 |
| 2065 | 2025-03-24T22:42:12.417Z | Compiling proc-macro-error2 v2.0.1 |
| 2066 | 2025-03-24T22:42:12.436Z | Compiling crunchy v0.2.3 |
| 2067 | 2025-03-24T22:42:12.951Z | Compiling bytecount v0.6.8 |
| 2068 | 2025-03-24T22:42:13.011Z | Compiling tabled_derive v0.10.0 |
| 2069 | 2025-03-24T22:42:13.274Z | Compiling papergrid v0.14.0 |
| 2070 | 2025-03-24T22:42:13.483Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 2071 | 2025-03-24T22:42:14.655Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 2072 | 2025-03-24T22:42:15.035Z | Compiling tiny-keccak v2.0.2 |
| 2073 | 2025-03-24T22:42:15.947Z | Compiling tabled v0.18.0 |
| 2074 | 2025-03-24T22:42:17.212Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
| 2075 | 2025-03-24T22:42:18.618Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2076 | 2025-03-24T22:42:20.149Z | Compiling half v2.5.0 |
| 2077 | 2025-03-24T22:42:20.862Z | Compiling ciborium-io v0.2.2 |
| 2078 | 2025-03-24T22:42:21.042Z | Compiling ciborium-ll v0.2.2 |
| 2079 | 2025-03-24T22:42:22.697Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 2080 | 2025-03-24T22:42:26.215Z | Compiling crc8 v0.1.1 |
| 2081 | 2025-03-24T22:42:26.531Z | Compiling arc-swap v1.7.1 |
| 2082 | 2025-03-24T22:42:26.835Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
| 2083 | 2025-03-24T22:42:27.223Z | Compiling slog-scope v4.4.0 |
| 2084 | 2025-03-24T22:42:27.603Z | Compiling const-random-macro v0.1.16 |
| 2085 | 2025-03-24T22:42:28.003Z | Compiling ciborium v0.2.2 |
| 2086 | 2025-03-24T22:42:28.462Z | Compiling proc-macro-crate v3.3.0 |
| 2087 | 2025-03-24T22:42:28.857Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2088 | 2025-03-24T22:42:29.644Z | Compiling smartstring v1.0.1 |
| 2089 | 2025-03-24T22:42:30.044Z | Compiling ahash v0.8.11 |
| 2090 | 2025-03-24T22:42:30.542Z | Compiling num_enum_derive v0.7.3 |
| 2091 | 2025-03-24T22:42:30.628Z | Compiling const-random v0.1.18 |
| 2092 | 2025-03-24T22:42:30.742Z | Compiling slog-stdlog v4.1.1 |
| 2093 | 2025-03-24T22:42:31.575Z | Compiling spin v0.5.2 |
| 2094 | 2025-03-24T22:42:31.861Z | Compiling no-std-compat v0.4.1 |
| 2095 | 2025-03-24T22:42:31.987Z | Compiling slog-envlogger v2.2.0 |
| 2096 | 2025-03-24T22:42:33.197Z | Compiling num_enum v0.7.3 |
| 2097 | 2025-03-24T22:42:34.726Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2098 | 2025-03-24T22:42:34.864Z | Compiling thin-vec v0.2.13 |
| 2099 | 2025-03-24T22:42:35.574Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2100 | 2025-03-24T22:42:36.135Z | Compiling rhai_codegen v2.2.0 |
| 2101 | 2025-03-24T22:42:36.230Z | Compiling minimal-lexical v0.2.1 |
| 2102 | 2025-03-24T22:42:36.887Z | Compiling nom v7.1.3 |
| 2103 | 2025-03-24T22:42:36.925Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
| 2104 | 2025-03-24T22:42:37.408Z | Compiling itertools v0.12.1 |
| 2105 | 2025-03-24T22:42:38.370Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2106 | 2025-03-24T22:42:39.248Z | Compiling rhai v1.21.0 |
| 2107 | 2025-03-24T22:42:41.235Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
| 2108 | 2025-03-24T22:42:41.302Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
| 2109 | 2025-03-24T22:42:44.867Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2110 | 2025-03-24T22:42:47.068Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2111 | 2025-03-24T22:42:55.676Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2112 | 2025-03-24T22:42:57.002Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2113 | 2025-03-24T22:42:57.890Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2114 | 2025-03-24T22:43:04.293Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8) |
| 2115 | 2025-03-24T22:43:06.958Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2116 | 2025-03-24T22:43:07.074Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2117 | 2025-03-24T22:43:09.953Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2118 | 2025-03-24T22:43:19.416Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2119 | 2025-03-24T22:43:54.905Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2120 | 2025-03-24T22:43:55.581Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2121 | 2025-03-24T22:43:57.280Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2122 | 2025-03-24T22:43:59.590Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2123 | 2025-03-24T22:44:36.624Z | Finished `release` profile [optimized] target(s) in 6m 55s |
| 2124 | 2025-03-24T22:44:36.790Z | |
| 2125 | 2025-03-24T22:44:36.790Z | real 6:55.392891751 |
| 2126 | 2025-03-24T22:44:36.791Z | user 48:48.218608691 |
| 2127 | 2025-03-24T22:44:36.791Z | sys 4:45.278908848 |
| 2128 | 2025-03-24T22:44:36.791Z | trap 1.334032584 |
| 2129 | 2025-03-24T22:44:36.791Z | tflt 2.919018924 |
| 2130 | 2025-03-24T22:44:36.791Z | dflt 0.902610185 |
| 2131 | 2025-03-24T22:44:36.791Z | kflt 0.000000000 |
| 2132 | 2025-03-24T22:44:36.795Z | lock 1:51:46.043638139 |
| 2133 | 2025-03-24T22:44:36.795Z | slp 2:59:20.662775796 |
| 2134 | 2025-03-24T22:44:36.795Z | lat 2:26.592076540 |
| 2135 | 2025-03-24T22:44:36.795Z | stop 2:51.034404004 |
| 2136 | 2025-03-24T22:44:36.795Z | + for x in debug release |
| 2137 | 2025-03-24T22:44:36.795Z | + mkdir -p /work/debug |
| 2138 | 2025-03-24T22:44:36.795Z | + cp target/debug/ddmd /work/debug/ddmd |
| 2139 | 2025-03-24T22:44:37.282Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 2140 | 2025-03-24T22:44:37.651Z | + for x in debug release |
| 2141 | 2025-03-24T22:44:37.651Z | + mkdir -p /work/release |
| 2142 | 2025-03-24T22:44:37.655Z | + cp target/release/ddmd /work/release/ddmd |
| 2143 | 2025-03-24T22:44:37.703Z | + cp target/release/ddmadm /work/release/ddmadm |
| 2144 | 2025-03-24T22:44:37.726Z | process exited: duration 851582 ms, exit code 0 |
| |
| 2145 | 2025-03-24T22:44:37.740Z | found 4 output files |
| 2146 | 2025-03-24T22:44:37.740Z | uploading: /work/debug/ddmadm (376383352 bytes) |
| 2147 | 2025-03-24T22:44:45.803Z | uploaded: /work/debug/ddmadm |
| 2148 | 2025-03-24T22:44:45.803Z | uploading: /work/debug/ddmd (471282424 bytes) |
| 2149 | 2025-03-24T22:44:56.326Z | uploaded: /work/debug/ddmd |
| 2150 | 2025-03-24T22:44:56.326Z | uploading: /work/release/ddmadm (19969224 bytes) |
| 2151 | 2025-03-24T22:44:57.880Z | uploaded: /work/release/ddmadm |
| 2152 | 2025-03-24T22:44:57.880Z | uploading: /work/release/ddmd (47942888 bytes) |
| 2153 | 2025-03-24T22:44:59.782Z | uploaded: /work/release/ddmd |