|
|
|
| 1 | 2024-10-09T21:29:55.669Z | job assigned to worker 01J9SJYS49G6YQ4BDZPJ2Q2ER3 (queued for 1 m 0 s) |
| |
| 2 | 2024-10-09T21:30:03.770Z | starting task 0: "setup" |
| 3 | 2024-10-09T21:30:03.777Z | ++ uname -s |
| 4 | 2024-10-09T21:30:03.780Z | + kern=SunOS |
| 5 | 2024-10-09T21:30:03.780Z | + case "$kern" in |
| 6 | 2024-10-09T21:30:03.780Z | + groupadd -g 12345 build |
| 7 | 2024-10-09T21:30:03.782Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-09T21:30:05.792Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-09T21:30:05.965Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-09T21:30:05.968Z | + home_fs=zfs |
| 11 | 2024-10-09T21:30:05.968Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-09T21:30:05.968Z | + mkdir -p /home/build |
| 13 | 2024-10-09T21:30:05.970Z | + chown build:build /home/build /work |
| 14 | 2024-10-09T21:30:07.972Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-09T21:30:07.976Z | process exited: duration 4206 ms, exit code 0 |
| |
| 16 | 2024-10-09T21:30:07.982Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-09T21:30:07.987Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-09T21:30:07.987Z | ' 1.80.1 |
| 19 | 2024-10-09T21:30:07.987Z | * toolchain channel = "1.80.1" |
| 20 | 2024-10-09T21:30:07.987Z | * toolchain profile = "default" |
| 21 | 2024-10-09T21:30:07.990Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-10-09T21:30:07.990Z | ' default |
| 23 | 2024-10-09T21:30:07.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-09T21:30:07.990Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-09T21:30:08.122Z | info: downloading installer |
| 26 | 2024-10-09T21:30:09.621Z | info: profile set to 'default' |
| 27 | 2024-10-09T21:30:09.621Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-09T21:30:09.623Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-09T21:30:09.771Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-09T21:30:09.771Z | info: downloading component 'cargo' |
| 31 | 2024-10-09T21:30:10.621Z | info: downloading component 'clippy' |
| 32 | 2024-10-09T21:30:10.922Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-09T21:30:12.117Z | info: downloading component 'rust-std' |
| 34 | 2024-10-09T21:30:13.781Z | info: downloading component 'rustc' |
| 35 | 2024-10-09T21:30:18.425Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-09T21:30:18.673Z | info: installing component 'cargo' |
| 37 | 2024-10-09T21:30:19.495Z | info: installing component 'clippy' |
| 38 | 2024-10-09T21:30:19.873Z | info: installing component 'rust-docs' |
| 39 | 2024-10-09T21:30:21.508Z | info: installing component 'rust-std' |
| 40 | 2024-10-09T21:30:23.157Z | info: installing component 'rustc' |
| 41 | 2024-10-09T21:30:27.443Z | info: installing component 'rustfmt' |
| 42 | 2024-10-09T21:30:27.790Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-09T21:30:27.790Z | |
| 44 | 2024-10-09T21:30:28.073Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-09T21:30:28.073Z | |
| 46 | 2024-10-09T21:30:28.086Z | |
| 47 | 2024-10-09T21:30:28.086Z | Rust is installed now. Great! |
| 48 | 2024-10-09T21:30:28.086Z | |
| 49 | 2024-10-09T21:30:28.086Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-09T21:30:28.086Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-09T21:30:28.087Z | |
| 52 | 2024-10-09T21:30:28.087Z | To configure your current shell, you need to source |
| 53 | 2024-10-09T21:30:28.087Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-09T21:30:28.087Z | |
| 55 | 2024-10-09T21:30:28.087Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-09T21:30:28.087Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-09T21:30:28.087Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-09T21:30:28.143Z | + rustc --version |
| 59 | 2024-10-09T21:30:28.191Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-09T21:30:28.197Z | process exited: duration 20200 ms, exit code 0 |
| |
| 61 | 2024-10-09T21:30:28.206Z | starting task 2: "authentication" |
| 62 | 2024-10-09T21:30:28.228Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-10-09T21:30:28.235Z | starting task 3: "clone repository" |
| 64 | 2024-10-09T21:30:28.239Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-09T21:30:28.243Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-09T21:30:28.546Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-09T21:30:34.407Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-09T21:30:34.407Z | + git fetch origin 632346210ca646c818d7aa831a111e033a94b92c |
| 69 | 2024-10-09T21:30:34.799Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-09T21:30:34.799Z | * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD |
| 71 | 2024-10-09T21:30:34.809Z | + [[ -n clickhouse-inventory-collection ]] |
| 72 | 2024-10-09T21:30:34.811Z | ++ git branch --show-current |
| 73 | 2024-10-09T21:30:34.814Z | + current=main |
| 74 | 2024-10-09T21:30:34.814Z | + [[ main != clickhouse-inventory-collection ]] |
| 75 | 2024-10-09T21:30:34.814Z | + git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c |
| 76 | 2024-10-09T21:30:34.817Z | + git checkout -f clickhouse-inventory-collection |
| 77 | 2024-10-09T21:30:34.981Z | Switched to branch 'clickhouse-inventory-collection' |
| 78 | 2024-10-09T21:30:34.983Z | + git reset --hard 632346210ca646c818d7aa831a111e033a94b92c |
| 79 | 2024-10-09T21:30:35.003Z | HEAD is now at 632346210 Add support for clickhouse keeper inventory collection |
| 80 | 2024-10-09T21:30:35.005Z | process exited: duration 6768 ms, exit code 0 |
| |
| 81 | 2024-10-09T21:30:35.012Z | starting task 4: "build" |
| 82 | 2024-10-09T21:30:35.015Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-10-09T21:30:35.015Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-10-09T21:30:35.015Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-10-09T21:30:35.018Z | + cargo --version |
| 86 | 2024-10-09T21:30:35.070Z | cargo 1.80.1 (376290515 2024-07-16) |
| 87 | 2024-10-09T21:30:35.073Z | + rustc --version |
| 88 | 2024-10-09T21:30:35.130Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 89 | 2024-10-09T21:30:35.132Z | + cd /tmp |
| 90 | 2024-10-09T21:30:35.132Z | + cargo new --lib test-project |
| 91 | 2024-10-09T21:30:35.187Z | Creating library `test-project` package |
| 92 | 2024-10-09T21:30:35.260Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2024-10-09T21:30:35.263Z | + cd test-project |
| 94 | 2024-10-09T21:30:35.263Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2024-10-09T21:30:35.320Z | Adding omicron-common (local) to dependencies |
| 96 | 2024-10-09T21:30:35.320Z | Features: |
| 97 | 2024-10-09T21:30:35.320Z | - proptest |
| 98 | 2024-10-09T21:30:35.320Z | - test-strategy |
| 99 | 2024-10-09T21:30:35.320Z | - testing |
| 100 | 2024-10-09T21:30:35.323Z | Updating crates.io index |
| 101 | 2024-10-09T21:30:35.398Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 102 | 2024-10-09T21:30:36.245Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 103 | 2024-10-09T21:30:36.680Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-10-09T21:30:37.075Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 105 | 2024-10-09T21:30:38.698Z | Locking 300 packages to latest compatible versions |
| 106 | 2024-10-09T21:30:38.701Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 107 | 2024-10-09T21:30:38.701Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 108 | 2024-10-09T21:30:38.701Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 109 | 2024-10-09T21:30:38.701Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 110 | 2024-10-09T21:30:38.704Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
| 111 | 2024-10-09T21:30:38.704Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
| 112 | 2024-10-09T21:30:38.704Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 113 | 2024-10-09T21:30:38.704Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 114 | 2024-10-09T21:30:38.704Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 115 | 2024-10-09T21:30:38.704Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
| 116 | 2024-10-09T21:30:38.707Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 117 | 2024-10-09T21:30:38.710Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 118 | 2024-10-09T21:30:38.714Z | Adding rustls v0.22.4 (latest: v0.23.14) |
| 119 | 2024-10-09T21:30:38.716Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 120 | 2024-10-09T21:30:38.719Z | Adding term v0.7.0 (latest: v1.0.0) |
| 121 | 2024-10-09T21:30:38.721Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 122 | 2024-10-09T21:30:38.724Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 123 | 2024-10-09T21:30:38.724Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 124 | 2024-10-09T21:30:38.724Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 125 | 2024-10-09T21:30:38.724Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 126 | 2024-10-09T21:30:38.724Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 127 | 2024-10-09T21:30:38.724Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 128 | 2024-10-09T21:30:38.724Z | Adding zerocopy v0.7.35 (latest: v0.8.3) |
| 129 | 2024-10-09T21:30:38.726Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.3) |
| 130 | 2024-10-09T21:30:38.796Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 131 | 2024-10-09T21:30:38.798Z | + cargo check |
| 132 | 2024-10-09T21:30:38.977Z | Updating crates.io index |
| 133 | 2024-10-09T21:30:39.654Z | Locking 2 packages to latest compatible versions |
| 134 | 2024-10-09T21:30:42.990Z | Adding omicron-workspace-hack v0.1.0 |
| 135 | 2024-10-09T21:30:44.716Z | Adding test-project v0.1.0 (/tmp/test-project) |
| 136 | 2024-10-09T21:30:45.512Z | Downloading crates ... |
| 137 | 2024-10-09T21:30:45.585Z | Downloaded darling_macro v0.20.9 |
| 138 | 2024-10-09T21:30:45.587Z | Downloaded async-stream-impl v0.3.5 |
| 139 | 2024-10-09T21:30:45.593Z | Downloaded tower-service v0.3.2 |
| 140 | 2024-10-09T21:30:45.595Z | Downloaded equivalent v1.0.1 |
| 141 | 2024-10-09T21:30:45.595Z | Downloaded foreign-types v0.3.2 |
| 142 | 2024-10-09T21:30:45.599Z | Downloaded dtrace-parser v0.2.0 |
| 143 | 2024-10-09T21:30:45.608Z | Downloaded typenum v1.17.0 |
| 144 | 2024-10-09T21:30:45.611Z | Downloaded openssl-macros v0.1.1 |
| 145 | 2024-10-09T21:30:45.613Z | Downloaded want v0.3.1 |
| 146 | 2024-10-09T21:30:45.613Z | Downloaded omicron-workspace-hack v0.1.0 |
| 147 | 2024-10-09T21:30:45.616Z | Downloaded instant v0.1.12 |
| 148 | 2024-10-09T21:30:45.616Z | Downloaded tracing-core v0.1.32 |
| 149 | 2024-10-09T21:30:45.619Z | Downloaded try-lock v0.2.5 |
| 150 | 2024-10-09T21:30:45.622Z | Downloaded openssl-probe v0.1.5 |
| 151 | 2024-10-09T21:30:45.624Z | Downloaded pretty-hex v0.4.1 |
| 152 | 2024-10-09T21:30:45.624Z | Downloaded dirs-sys-next v0.1.2 |
| 153 | 2024-10-09T21:30:45.625Z | Downloaded atomic-waker v1.1.2 |
| 154 | 2024-10-09T21:30:45.627Z | Downloaded digest v0.10.7 |
| 155 | 2024-10-09T21:30:45.629Z | Downloaded deranged v0.3.11 |
| 156 | 2024-10-09T21:30:45.632Z | Downloaded byteorder v1.5.0 |
| 157 | 2024-10-09T21:30:45.632Z | Downloaded futures-macro v0.3.30 |
| 158 | 2024-10-09T21:30:45.634Z | Downloaded form_urlencoded v1.2.1 |
| 159 | 2024-10-09T21:30:45.634Z | Downloaded http-body-util v0.1.2 |
| 160 | 2024-10-09T21:30:45.637Z | Downloaded percent-encoding v2.3.1 |
| 161 | 2024-10-09T21:30:45.639Z | Downloaded zeroize v1.8.1 |
| 162 | 2024-10-09T21:30:45.639Z | Downloaded pin-utils v0.1.0 |
| 163 | 2024-10-09T21:30:45.641Z | Downloaded parse-display-derive v0.10.0 |
| 164 | 2024-10-09T21:30:45.644Z | Downloaded hostname v0.3.1 |
| 165 | 2024-10-09T21:30:45.644Z | Downloaded progenitor-macro v0.8.0 |
| 166 | 2024-10-09T21:30:45.646Z | Downloaded foreign-types-shared v0.1.1 |
| 167 | 2024-10-09T21:30:45.646Z | Downloaded serde_path_to_error v0.1.16 |
| 168 | 2024-10-09T21:30:45.649Z | Downloaded futures-task v0.3.30 |
| 169 | 2024-10-09T21:30:45.649Z | Downloaded is-terminal v0.4.12 |
| 170 | 2024-10-09T21:30:45.652Z | Downloaded futures-executor v0.3.30 |
| 171 | 2024-10-09T21:30:45.652Z | Downloaded sha1 v0.10.6 |
| 172 | 2024-10-09T21:30:45.654Z | Downloaded slog-bunyan v2.5.0 |
| 173 | 2024-10-09T21:30:45.656Z | Downloaded match_cfg v0.1.0 |
| 174 | 2024-10-09T21:30:45.656Z | Downloaded dyn-clone v1.0.17 |
| 175 | 2024-10-09T21:30:45.658Z | Downloaded httpdate v1.0.3 |
| 176 | 2024-10-09T21:30:45.661Z | Downloaded signal-hook-registry v1.4.2 |
| 177 | 2024-10-09T21:30:45.661Z | Downloaded schemars_derive v0.8.21 |
| 178 | 2024-10-09T21:30:45.664Z | Downloaded newtype-uuid v1.1.0 |
| 179 | 2024-10-09T21:30:45.664Z | Downloaded generic-array v0.14.7 |
| 180 | 2024-10-09T21:30:45.666Z | Downloaded parking_lot_core v0.9.10 |
| 181 | 2024-10-09T21:30:45.669Z | Downloaded progenitor v0.8.0 |
| 182 | 2024-10-09T21:30:45.671Z | Downloaded pkg-config v0.3.30 |
| 183 | 2024-10-09T21:30:45.671Z | Downloaded dirs-next v2.0.0 |
| 184 | 2024-10-09T21:30:45.674Z | Downloaded powerfmt v0.2.0 |
| 185 | 2024-10-09T21:30:45.676Z | Downloaded num_threads v0.1.7 |
| 186 | 2024-10-09T21:30:45.676Z | Downloaded num-conv v0.1.0 |
| 187 | 2024-10-09T21:30:45.678Z | Downloaded ident_case v1.0.1 |
| 188 | 2024-10-09T21:30:45.678Z | Downloaded dof v0.3.0 |
| 189 | 2024-10-09T21:30:45.681Z | Downloaded debug-ignore v1.0.5 |
| 190 | 2024-10-09T21:30:45.683Z | Downloaded scroll v0.12.0 |
| 191 | 2024-10-09T21:30:45.683Z | Downloaded quote v1.0.37 |
| 192 | 2024-10-09T21:30:45.685Z | Downloaded macaddr v1.0.1 |
| 193 | 2024-10-09T21:30:45.688Z | Downloaded crypto-common v0.1.6 |
| 194 | 2024-10-09T21:30:45.688Z | Downloaded backoff v0.4.0 |
| 195 | 2024-10-09T21:30:45.690Z | Downloaded serde_derive_internals v0.29.1 |
| 196 | 2024-10-09T21:30:45.693Z | Downloaded time-core v0.1.2 |
| 197 | 2024-10-09T21:30:45.693Z | Downloaded futures-core v0.3.30 |
| 198 | 2024-10-09T21:30:45.695Z | Downloaded fnv v1.0.7 |
| 199 | 2024-10-09T21:30:45.697Z | Downloaded typify v0.2.0 |
| 200 | 2024-10-09T21:30:45.700Z | Downloaded hostname v0.4.0 |
| 201 | 2024-10-09T21:30:45.702Z | Downloaded tinyvec_macros v0.1.1 |
| 202 | 2024-10-09T21:30:45.702Z | Downloaded lock_api v0.4.12 |
| 203 | 2024-10-09T21:30:45.705Z | Downloaded plain v0.2.3 |
| 204 | 2024-10-09T21:30:45.705Z | Downloaded progenitor-client v0.8.0 |
| 205 | 2024-10-09T21:30:45.708Z | Downloaded hex v0.4.3 |
| 206 | 2024-10-09T21:30:45.708Z | Downloaded cpufeatures v0.2.12 |
| 207 | 2024-10-09T21:30:45.711Z | Downloaded block-buffer v0.10.4 |
| 208 | 2024-10-09T21:30:45.711Z | Downloaded scroll_derive v0.12.0 |
| 209 | 2024-10-09T21:30:45.711Z | Downloaded take_mut v0.2.2 |
| 210 | 2024-10-09T21:30:45.711Z | Downloaded sync_wrapper v1.0.1 |
| 211 | 2024-10-09T21:30:45.714Z | Downloaded hyper-tls v0.6.0 |
| 212 | 2024-10-09T21:30:45.714Z | Downloaded futures-io v0.3.30 |
| 213 | 2024-10-09T21:30:45.716Z | Downloaded mime v0.3.17 |
| 214 | 2024-10-09T21:30:45.718Z | Downloaded rustls-pemfile v2.1.3 |
| 215 | 2024-10-09T21:30:45.721Z | Downloaded pest_meta v2.7.10 |
| 216 | 2024-10-09T21:30:45.721Z | Downloaded uuid v1.10.0 |
| 217 | 2024-10-09T21:30:45.726Z | Downloaded ucd-trie v0.1.6 |
| 218 | 2024-10-09T21:30:45.729Z | Downloaded strum v0.26.3 |
| 219 | 2024-10-09T21:30:45.729Z | Downloaded thread-id v4.2.1 |
| 220 | 2024-10-09T21:30:45.729Z | Downloaded serde_with_macros v3.9.0 |
| 221 | 2024-10-09T21:30:45.732Z | Downloaded parking_lot v0.12.2 |
| 222 | 2024-10-09T21:30:45.734Z | Downloaded paste v1.0.15 |
| 223 | 2024-10-09T21:30:45.736Z | Downloaded crossbeam-utils v0.8.19 |
| 224 | 2024-10-09T21:30:45.739Z | Downloaded bitflags v2.6.0 |
| 225 | 2024-10-09T21:30:45.743Z | Downloaded structmeta-derive v0.3.0 |
| 226 | 2024-10-09T21:30:45.745Z | Downloaded rand_core v0.6.4 |
| 227 | 2024-10-09T21:30:45.748Z | Downloaded quinn-udp v0.5.5 |
| 228 | 2024-10-09T21:30:45.748Z | Downloaded scopeguard v1.2.0 |
| 229 | 2024-10-09T21:30:45.750Z | Downloaded tokio-native-tls v0.3.1 |
| 230 | 2024-10-09T21:30:45.753Z | Downloaded httparse v1.8.0 |
| 231 | 2024-10-09T21:30:45.753Z | Downloaded serde_spanned v0.6.7 |
| 232 | 2024-10-09T21:30:45.755Z | Downloaded slog-async v2.8.0 |
| 233 | 2024-10-09T21:30:45.758Z | Downloaded slab v0.4.9 |
| 234 | 2024-10-09T21:30:45.758Z | Downloaded serde_urlencoded v0.7.1 |
| 235 | 2024-10-09T21:30:45.760Z | Downloaded toml_datetime v0.6.8 |
| 236 | 2024-10-09T21:30:45.762Z | Downloaded thiserror-impl v1.0.64 |
| 237 | 2024-10-09T21:30:45.763Z | Downloaded progenitor-impl v0.8.0 |
| 238 | 2024-10-09T21:30:45.766Z | Downloaded ipnet v2.10.0 |
| 239 | 2024-10-09T21:30:45.766Z | Downloaded slog-json v2.6.1 |
| 240 | 2024-10-09T21:30:45.768Z | Downloaded num-traits v0.2.19 |
| 241 | 2024-10-09T21:30:45.771Z | Downloaded getrandom v0.2.14 |
| 242 | 2024-10-09T21:30:45.773Z | Downloaded camino v1.1.9 |
| 243 | 2024-10-09T21:30:45.776Z | Downloaded thread_local v1.1.8 |
| 244 | 2024-10-09T21:30:45.778Z | Downloaded pin-project-lite v0.2.14 |
| 245 | 2024-10-09T21:30:45.782Z | Downloaded thiserror v1.0.64 |
| 246 | 2024-10-09T21:30:45.787Z | Downloaded strsim v0.11.1 |
| 247 | 2024-10-09T21:30:45.792Z | Downloaded tokio-macros v2.4.0 |
| 248 | 2024-10-09T21:30:45.792Z | Downloaded smallvec v1.13.2 |
| 249 | 2024-10-09T21:30:45.794Z | Downloaded sha2 v0.10.8 |
| 250 | 2024-10-09T21:30:45.797Z | Downloaded rustls-pki-types v1.7.0 |
| 251 | 2024-10-09T21:30:45.797Z | Downloaded tokio-rustls v0.25.0 |
| 252 | 2024-10-09T21:30:45.799Z | Downloaded term v0.7.0 |
| 253 | 2024-10-09T21:30:45.802Z | Downloaded tracing v0.1.40 |
| 254 | 2024-10-09T21:30:45.806Z | Downloaded tinyvec v1.6.0 |
| 255 | 2024-10-09T21:30:45.811Z | Downloaded strum_macros v0.26.4 |
| 256 | 2024-10-09T21:30:45.813Z | Downloaded allocator-api2 v0.2.18 |
| 257 | 2024-10-09T21:30:45.815Z | Downloaded serde_derive v1.0.210 |
| 258 | 2024-10-09T21:30:45.818Z | Downloaded darling_core v0.20.9 |
| 259 | 2024-10-09T21:30:45.823Z | Downloaded cc v1.0.97 |
| 260 | 2024-10-09T21:30:45.826Z | Downloaded spin v0.9.8 |
| 261 | 2024-10-09T21:30:45.828Z | Downloaded unicode-bidi v0.3.15 |
| 262 | 2024-10-09T21:30:45.833Z | Downloaded hyper-util v0.1.9 |
| 263 | 2024-10-09T21:30:45.836Z | Downloaded proc-macro2 v1.0.86 |
| 264 | 2024-10-09T21:30:45.839Z | Downloaded serde_yaml v0.9.34+deprecated |
| 265 | 2024-10-09T21:30:45.842Z | Downloaded schemars v0.8.21 |
| 266 | 2024-10-09T21:30:45.855Z | Downloaded slog-term v2.9.1 |
| 267 | 2024-10-09T21:30:45.858Z | Downloaded socket2 v0.5.7 |
| 268 | 2024-10-09T21:30:45.862Z | Downloaded toml v0.8.19 |
| 269 | 2024-10-09T21:30:45.865Z | Downloaded serde v1.0.210 |
| 270 | 2024-10-09T21:30:45.867Z | Downloaded quinn v0.11.5 |
| 271 | 2024-10-09T21:30:45.869Z | Downloaded mio v1.0.2 |
| 272 | 2024-10-09T21:30:45.875Z | Downloaded openssl-sys v0.9.103 |
| 273 | 2024-10-09T21:30:45.881Z | Downloaded rand v0.8.5 |
| 274 | 2024-10-09T21:30:45.885Z | Downloaded http v1.1.0 |
| 275 | 2024-10-09T21:30:45.889Z | Downloaded toml_edit v0.22.22 |
| 276 | 2024-10-09T21:30:45.911Z | Downloaded hashbrown v0.12.3 |
| 277 | 2024-10-09T21:30:45.914Z | Downloaded serde_with v3.9.0 |
| 278 | 2024-10-09T21:30:45.923Z | Downloaded pest v2.7.10 |
| 279 | 2024-10-09T21:30:45.929Z | Downloaded zerocopy v0.7.34 |
| 280 | 2024-10-09T21:30:45.945Z | Downloaded unicode-normalization v0.1.23 |
| 281 | 2024-10-09T21:30:45.948Z | Downloaded time v0.3.36 |
| 282 | 2024-10-09T21:30:45.956Z | Downloaded hyper v1.4.1 |
| 283 | 2024-10-09T21:30:45.963Z | Downloaded tokio-util v0.7.12 |
| 284 | 2024-10-09T21:30:45.970Z | Downloaded quinn-proto v0.11.8 |
| 285 | 2024-10-09T21:30:45.977Z | Downloaded rustls-webpki v0.102.4 |
| 286 | 2024-10-09T21:30:45.996Z | Downloaded hashbrown v0.14.5 |
| 287 | 2024-10-09T21:30:46.001Z | Downloaded reqwest v0.12.7 |
| 288 | 2024-10-09T21:30:46.009Z | Downloaded h2 v0.4.6 |
| 289 | 2024-10-09T21:30:46.016Z | Downloaded goblin v0.8.2 |
| 290 | 2024-10-09T21:30:46.023Z | Downloaded regex v1.10.6 |
| 291 | 2024-10-09T21:30:46.036Z | Downloaded webpki-roots v0.26.3 |
| 292 | 2024-10-09T21:30:46.040Z | Downloaded idna v0.5.0 |
| 293 | 2024-10-09T21:30:46.046Z | Downloaded dropshot v0.12.0 |
| 294 | 2024-10-09T21:30:46.067Z | Downloaded vcpkg v0.2.15 |
| 295 | 2024-10-09T21:30:46.107Z | Downloaded syn v2.0.79 |
| 296 | 2024-10-09T21:30:46.117Z | Downloaded typify-impl v0.2.0 |
| 297 | 2024-10-09T21:30:46.132Z | Downloaded openapiv3 v2.0.0 |
| 298 | 2024-10-09T21:30:46.143Z | Downloaded rustls v0.23.10 |
| 299 | 2024-10-09T21:30:46.162Z | Downloaded regex-automata v0.4.6 |
| 300 | 2024-10-09T21:30:46.177Z | Downloaded rustls v0.22.4 |
| 301 | 2024-10-09T21:30:46.191Z | Downloaded regress v0.10.1 |
| 302 | 2024-10-09T21:30:46.199Z | Downloaded tokio v1.39.3 |
| 303 | 2024-10-09T21:30:46.237Z | Downloaded libc v0.2.159 |
| 304 | 2024-10-09T21:30:46.264Z | Downloaded regress v0.9.1 |
| 305 | 2024-10-09T21:30:46.271Z | Downloaded regex-syntax v0.8.4 |
| 306 | 2024-10-09T21:30:46.279Z | Downloaded encoding_rs v0.8.34 |
| 307 | 2024-10-09T21:30:46.299Z | Downloaded openssl v0.10.66 |
| 308 | 2024-10-09T21:30:46.308Z | Downloaded chrono v0.4.38 |
| 309 | 2024-10-09T21:30:46.315Z | Downloaded futures-util v0.3.30 |
| 310 | 2024-10-09T21:30:46.327Z | Downloaded serde_json v1.0.128 |
| 311 | 2024-10-09T21:30:46.334Z | Downloaded winnow v0.6.18 |
| 312 | 2024-10-09T21:30:46.345Z | Downloaded memchr v2.7.2 |
| 313 | 2024-10-09T21:30:46.351Z | Downloaded bytes v1.7.2 |
| 314 | 2024-10-09T21:30:46.357Z | Downloaded base64 v0.22.1 |
| 315 | 2024-10-09T21:30:46.362Z | Downloaded aho-corasick v1.1.3 |
| 316 | 2024-10-09T21:30:46.365Z | Downloaded indexmap v2.5.0 |
| 317 | 2024-10-09T21:30:46.367Z | Downloaded crossbeam-channel v0.5.12 |
| 318 | 2024-10-09T21:30:46.370Z | Downloaded tokio-rustls v0.26.0 |
| 319 | 2024-10-09T21:30:46.373Z | Downloaded log v0.4.22 |
| 320 | 2024-10-09T21:30:46.375Z | Downloaded indexmap v1.9.3 |
| 321 | 2024-10-09T21:30:46.377Z | Downloaded time-macros v0.2.18 |
| 322 | 2024-10-09T21:30:46.380Z | Downloaded subtle v2.5.0 |
| 323 | 2024-10-09T21:30:46.382Z | Downloaded usdt-macro v0.5.0 |
| 324 | 2024-10-09T21:30:46.382Z | Downloaded dropshot_endpoint v0.12.0 |
| 325 | 2024-10-09T21:30:46.385Z | Downloaded futures v0.3.30 |
| 326 | 2024-10-09T21:30:46.389Z | Downloaded url v2.5.2 |
| 327 | 2024-10-09T21:30:46.391Z | Downloaded once_cell v1.19.0 |
| 328 | 2024-10-09T21:30:46.396Z | Downloaded zerocopy-derive v0.7.34 |
| 329 | 2024-10-09T21:30:46.398Z | Downloaded native-tls v0.2.11 |
| 330 | 2024-10-09T21:30:46.400Z | Downloaded rustversion v1.0.17 |
| 331 | 2024-10-09T21:30:46.403Z | Downloaded rustc-hash v2.0.0 |
| 332 | 2024-10-09T21:30:46.405Z | Downloaded futures-channel v0.3.30 |
| 333 | 2024-10-09T21:30:46.407Z | Downloaded structmeta v0.3.0 |
| 334 | 2024-10-09T21:30:46.407Z | Downloaded slog v2.7.0 |
| 335 | 2024-10-09T21:30:46.409Z | Downloaded semver v1.0.23 |
| 336 | 2024-10-09T21:30:46.411Z | Downloaded ryu v1.0.18 |
| 337 | 2024-10-09T21:30:46.414Z | Downloaded ring v0.17.8 |
| 338 | 2024-10-09T21:30:46.478Z | Downloaded ppv-lite86 v0.2.17 |
| 339 | 2024-10-09T21:30:46.481Z | Downloaded pest_generator v2.7.10 |
| 340 | 2024-10-09T21:30:46.481Z | Downloaded parse-display v0.10.0 |
| 341 | 2024-10-09T21:30:46.484Z | Downloaded unsafe-libyaml v0.2.11 |
| 342 | 2024-10-09T21:30:46.486Z | Downloaded unicode-ident v1.0.13 |
| 343 | 2024-10-09T21:30:46.488Z | Downloaded ahash v0.8.11 |
| 344 | 2024-10-09T21:30:46.491Z | Downloaded anyhow v1.0.89 |
| 345 | 2024-10-09T21:30:46.493Z | Downloaded untrusted v0.9.0 |
| 346 | 2024-10-09T21:30:46.495Z | Downloaded pest_derive v2.7.10 |
| 347 | 2024-10-09T21:30:46.498Z | Downloaded usdt v0.5.0 |
| 348 | 2024-10-09T21:30:46.498Z | Downloaded typify-macro v0.2.0 |
| 349 | 2024-10-09T21:30:46.498Z | Downloaded multer v3.1.0 |
| 350 | 2024-10-09T21:30:46.500Z | Downloaded iana-time-zone v0.1.60 |
| 351 | 2024-10-09T21:30:46.502Z | Downloaded hyper-rustls v0.27.3 |
| 352 | 2024-10-09T21:30:46.504Z | Downloaded futures-sink v0.3.30 |
| 353 | 2024-10-09T21:30:46.504Z | Downloaded async-stream v0.3.5 |
| 354 | 2024-10-09T21:30:46.507Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2024-10-09T21:30:46.509Z | Downloaded cfg-if v1.0.0 |
| 356 | 2024-10-09T21:30:46.509Z | Downloaded autocfg v1.3.0 |
| 357 | 2024-10-09T21:30:46.512Z | Downloaded async-trait v0.1.83 |
| 358 | 2024-10-09T21:30:46.512Z | Downloaded waitgroup v0.1.2 |
| 359 | 2024-10-09T21:30:46.515Z | Downloaded usdt-attr-macro v0.5.0 |
| 360 | 2024-10-09T21:30:46.515Z | Downloaded darling v0.20.9 |
| 361 | 2024-10-09T21:30:46.518Z | Downloaded itoa v1.0.11 |
| 362 | 2024-10-09T21:30:46.520Z | Downloaded memmap v0.7.0 |
| 363 | 2024-10-09T21:30:46.520Z | Downloaded http-body v1.0.0 |
| 364 | 2024-10-09T21:30:46.523Z | Downloaded serde_tokenstream v0.2.2 |
| 365 | 2024-10-09T21:30:46.523Z | Downloaded rand_chacha v0.3.1 |
| 366 | 2024-10-09T21:30:46.523Z | Downloaded version_check v0.9.5 |
| 367 | 2024-10-09T21:30:46.525Z | Downloaded ipnetwork v0.20.0 |
| 368 | 2024-10-09T21:30:46.525Z | Downloaded heck v0.5.0 |
| 369 | 2024-10-09T21:30:46.785Z | Compiling proc-macro2 v1.0.86 |
| 370 | 2024-10-09T21:30:46.785Z | Compiling unicode-ident v1.0.13 |
| 371 | 2024-10-09T21:30:46.788Z | Compiling libc v0.2.159 |
| 372 | 2024-10-09T21:30:46.788Z | Checking cfg-if v1.0.0 |
| 373 | 2024-10-09T21:30:46.788Z | Compiling version_check v0.9.5 |
| 374 | 2024-10-09T21:30:46.788Z | Compiling autocfg v1.3.0 |
| 375 | 2024-10-09T21:30:46.788Z | Compiling serde v1.0.210 |
| 376 | 2024-10-09T21:30:46.788Z | Checking memchr v2.7.2 |
| 377 | 2024-10-09T21:30:46.889Z | Compiling serde_json v1.0.128 |
| 378 | 2024-10-09T21:30:46.978Z | Checking itoa v1.0.11 |
| 379 | 2024-10-09T21:30:47.183Z | Checking once_cell v1.19.0 |
| 380 | 2024-10-09T21:30:47.417Z | Compiling ahash v0.8.11 |
| 381 | 2024-10-09T21:30:47.488Z | Compiling thiserror v1.0.64 |
| 382 | 2024-10-09T21:30:48.598Z | Checking byteorder v1.5.0 |
| 383 | 2024-10-09T21:30:49.177Z | Compiling cc v1.0.97 |
| 384 | 2024-10-09T21:30:49.294Z | Checking pin-project-lite v0.2.14 |
| 385 | 2024-10-09T21:30:49.297Z | Compiling num-traits v0.2.19 |
| 386 | 2024-10-09T21:30:49.369Z | Checking ryu v1.0.18 |
| 387 | 2024-10-09T21:30:49.372Z | Checking bytes v1.7.2 |
| 388 | 2024-10-09T21:30:49.407Z | Checking allocator-api2 v0.2.18 |
| 389 | 2024-10-09T21:30:49.781Z | Checking futures-core v0.3.30 |
| 390 | 2024-10-09T21:30:49.800Z | Compiling lock_api v0.4.12 |
| 391 | 2024-10-09T21:30:49.859Z | Compiling parking_lot_core v0.9.10 |
| 392 | 2024-10-09T21:30:50.061Z | Compiling schemars v0.8.21 |
| 393 | 2024-10-09T21:30:50.090Z | Checking getrandom v0.2.14 |
| 394 | 2024-10-09T21:30:50.166Z | Compiling quote v1.0.37 |
| 395 | 2024-10-09T21:30:50.257Z | Checking smallvec v1.13.2 |
| 396 | 2024-10-09T21:30:50.292Z | Checking scopeguard v1.2.0 |
| 397 | 2024-10-09T21:30:50.328Z | Compiling slab v0.4.9 |
| 398 | 2024-10-09T21:30:50.353Z | Checking futures-sink v0.3.30 |
| 399 | 2024-10-09T21:30:50.476Z | Checking log v0.4.22 |
| 400 | 2024-10-09T21:30:50.492Z | Checking socket2 v0.5.7 |
| 401 | 2024-10-09T21:30:50.610Z | Compiling syn v2.0.79 |
| 402 | 2024-10-09T21:30:50.788Z | Checking signal-hook-registry v1.4.2 |
| 403 | 2024-10-09T21:30:50.815Z | Checking mio v1.0.2 |
| 404 | 2024-10-09T21:30:50.933Z | Checking fnv v1.0.7 |
| 405 | 2024-10-09T21:30:50.952Z | Checking equivalent v1.0.1 |
| 406 | 2024-10-09T21:30:51.010Z | Checking parking_lot v0.12.2 |
| 407 | 2024-10-09T21:30:51.029Z | Checking futures-channel v0.3.30 |
| 408 | 2024-10-09T21:30:51.050Z | Checking http v1.1.0 |
| 409 | 2024-10-09T21:30:51.052Z | Checking futures-io v0.3.30 |
| 410 | 2024-10-09T21:30:51.115Z | Checking pin-utils v0.1.0 |
| 411 | 2024-10-09T21:30:51.250Z | Checking futures-task v0.3.30 |
| 412 | 2024-10-09T21:30:51.352Z | Compiling semver v1.0.23 |
| 413 | 2024-10-09T21:30:51.403Z | Compiling vcpkg v0.2.15 |
| 414 | 2024-10-09T21:30:51.423Z | Checking spin v0.9.8 |
| 415 | 2024-10-09T21:30:51.477Z | Checking rustls-pki-types v1.7.0 |
| 416 | 2024-10-09T21:30:51.644Z | Compiling pkg-config v0.3.30 |
| 417 | 2024-10-09T21:30:51.878Z | Compiling heck v0.5.0 |
| 418 | 2024-10-09T21:30:51.972Z | Compiling ring v0.17.8 |
| 419 | 2024-10-09T21:30:52.009Z | Checking iana-time-zone v0.1.60 |
| 420 | 2024-10-09T21:30:52.146Z | Checking untrusted v0.9.0 |
| 421 | 2024-10-09T21:30:52.299Z | Compiling httparse v1.8.0 |
| 422 | 2024-10-09T21:30:52.302Z | Compiling ucd-trie v0.1.6 |
| 423 | 2024-10-09T21:30:52.781Z | Checking tracing-core v0.1.32 |
| 424 | 2024-10-09T21:30:52.823Z | Checking atomic-waker v1.1.2 |
| 425 | 2024-10-09T21:30:52.939Z | Checking dyn-clone v1.0.17 |
| 426 | 2024-10-09T21:30:53.046Z | Compiling openssl-sys v0.9.103 |
| 427 | 2024-10-09T21:30:53.446Z | Checking tracing v0.1.40 |
| 428 | 2024-10-09T21:30:53.464Z | Checking http-body v1.0.0 |
| 429 | 2024-10-09T21:30:53.495Z | Checking try-lock v0.2.5 |
| 430 | 2024-10-09T21:30:53.610Z | Checking subtle v2.5.0 |
| 431 | 2024-10-09T21:30:53.705Z | Compiling uuid v1.10.0 |
| 432 | 2024-10-09T21:30:53.772Z | Checking zeroize v1.8.1 |
| 433 | 2024-10-09T21:30:53.811Z | Checking want v0.3.1 |
| 434 | 2024-10-09T21:30:53.969Z | Checking httpdate v1.0.3 |
| 435 | 2024-10-09T21:30:54.005Z | Checking foreign-types-shared v0.1.1 |
| 436 | 2024-10-09T21:30:54.079Z | Compiling chrono v0.4.38 |
| 437 | 2024-10-09T21:30:54.081Z | Compiling slog v2.7.0 |
| 438 | 2024-10-09T21:30:54.163Z | Compiling openssl v0.10.66 |
| 439 | 2024-10-09T21:30:54.516Z | Checking foreign-types v0.3.2 |
| 440 | 2024-10-09T21:30:54.547Z | Compiling aho-corasick v1.1.3 |
| 441 | 2024-10-09T21:30:54.580Z | Checking tower-service v0.3.2 |
| 442 | 2024-10-09T21:30:54.597Z | Checking percent-encoding v2.3.1 |
| 443 | 2024-10-09T21:30:54.689Z | Checking bitflags v2.6.0 |
| 444 | 2024-10-09T21:30:54.740Z | Checking tinyvec_macros v0.1.1 |
| 445 | 2024-10-09T21:30:54.822Z | Compiling rustls v0.23.10 |
| 446 | 2024-10-09T21:30:54.903Z | Compiling typenum v1.17.0 |
| 447 | 2024-10-09T21:30:55.081Z | Compiling native-tls v0.2.11 |
| 448 | 2024-10-09T21:30:55.408Z | Compiling regex-syntax v0.8.4 |
| 449 | 2024-10-09T21:30:55.746Z | Checking tinyvec v1.6.0 |
| 450 | 2024-10-09T21:30:55.838Z | Checking form_urlencoded v1.2.1 |
| 451 | 2024-10-09T21:30:56.426Z | Compiling generic-array v0.14.7 |
| 452 | 2024-10-09T21:30:56.715Z | Checking openssl-probe v0.1.5 |
| 453 | 2024-10-09T21:30:56.848Z | Checking unicode-normalization v0.1.23 |
| 454 | 2024-10-09T21:30:57.732Z | Compiling serde_derive_internals v0.29.1 |
| 455 | 2024-10-09T21:30:58.433Z | Compiling regex-automata v0.4.6 |
| 456 | 2024-10-09T21:30:58.706Z | Compiling usdt-impl v0.5.0 |
| 457 | 2024-10-09T21:30:59.111Z | Checking encoding_rs v0.8.34 |
| 458 | 2024-10-09T21:30:59.975Z | Compiling num-conv v0.1.0 |
| 459 | 2024-10-09T21:31:00.130Z | Checking mime v0.3.17 |
| 460 | 2024-10-09T21:31:00.214Z | Checking unicode-bidi v0.3.15 |
| 461 | 2024-10-09T21:31:00.231Z | Checking powerfmt v0.2.0 |
| 462 | 2024-10-09T21:31:00.408Z | Compiling time-core v0.1.2 |
| 463 | 2024-10-09T21:31:00.478Z | Checking base64 v0.22.1 |
| 464 | 2024-10-09T21:31:00.578Z | Compiling time-macros v0.2.18 |
| 465 | 2024-10-09T21:31:00.815Z | Checking idna v0.5.0 |
| 466 | 2024-10-09T21:31:00.923Z | Checking rustls-pemfile v2.1.3 |
| 467 | 2024-10-09T21:31:01.154Z | Checking deranged v0.3.11 |
| 468 | 2024-10-09T21:31:01.440Z | Compiling thread-id v4.2.1 |
| 469 | 2024-10-09T21:31:01.558Z | Compiling serde_derive v1.0.210 |
| 470 | 2024-10-09T21:31:01.632Z | Compiling zerocopy-derive v0.7.34 |
| 471 | 2024-10-09T21:31:02.651Z | Compiling thiserror-impl v1.0.64 |
| 472 | 2024-10-09T21:31:02.691Z | Compiling schemars_derive v0.8.21 |
| 473 | 2024-10-09T21:31:02.786Z | Compiling tokio-macros v2.4.0 |
| 474 | 2024-10-09T21:31:03.808Z | Compiling futures-macro v0.3.30 |
| 475 | 2024-10-09T21:31:03.939Z | Checking zerocopy v0.7.34 |
| 476 | 2024-10-09T21:31:05.368Z | Checking tokio v1.39.3 |
| 477 | 2024-10-09T21:31:05.388Z | Compiling pest v2.7.10 |
| 478 | 2024-10-09T21:31:05.492Z | Checking futures-util v0.3.30 |
| 479 | 2024-10-09T21:31:05.658Z | Checking hashbrown v0.14.5 |
| 480 | 2024-10-09T21:31:05.725Z | Compiling openssl-macros v0.1.1 |
| 481 | 2024-10-09T21:31:06.704Z | Compiling regex v1.10.6 |
| 482 | 2024-10-09T21:31:07.459Z | Compiling regress v0.10.1 |
| 483 | 2024-10-09T21:31:07.738Z | Compiling scroll_derive v0.12.0 |
| 484 | 2024-10-09T21:31:08.165Z | Compiling pest_meta v2.7.10 |
| 485 | 2024-10-09T21:31:10.622Z | Compiling pest_generator v2.7.10 |
| 486 | 2024-10-09T21:31:10.879Z | Checking rustls-webpki v0.102.4 |
| 487 | 2024-10-09T21:31:12.142Z | Checking http-body-util v0.1.2 |
| 488 | 2024-10-09T21:31:12.162Z | Checking scroll v0.12.0 |
| 489 | 2024-10-09T21:31:12.298Z | Compiling pest_derive v2.7.10 |
| 490 | 2024-10-09T21:31:12.437Z | Checking tokio-util v0.7.12 |
| 491 | 2024-10-09T21:31:12.556Z | Checking tokio-native-tls v0.3.1 |
| 492 | 2024-10-09T21:31:12.804Z | Checking webpki-roots v0.26.3 |
| 493 | 2024-10-09T21:31:13.136Z | Compiling dtrace-parser v0.2.0 |
| 494 | 2024-10-09T21:31:13.267Z | Compiling strsim v0.11.1 |
| 495 | 2024-10-09T21:31:13.980Z | Checking indexmap v2.5.0 |
| 496 | 2024-10-09T21:31:15.300Z | Compiling serde_tokenstream v0.2.2 |
| 497 | 2024-10-09T21:31:15.302Z | Checking h2 v0.4.6 |
| 498 | 2024-10-09T21:31:16.059Z | Checking serde_urlencoded v0.7.1 |
| 499 | 2024-10-09T21:31:16.113Z | Checking num_threads v0.1.7 |
| 500 | 2024-10-09T21:31:16.430Z | Checking tokio-rustls v0.26.0 |
| 501 | 2024-10-09T21:31:16.452Z | Compiling dof v0.3.0 |
| 502 | 2024-10-09T21:31:16.621Z | Checking plain v0.2.3 |
| 503 | 2024-10-09T21:31:16.762Z | Compiling crossbeam-utils v0.8.19 |
| 504 | 2024-10-09T21:31:16.791Z | Compiling ident_case v1.0.1 |
| 505 | 2024-10-09T21:31:17.130Z | Compiling darling_core v0.20.9 |
| 506 | 2024-10-09T21:31:17.147Z | Compiling openapiv3 v2.0.0 |
| 507 | 2024-10-09T21:31:17.306Z | Checking goblin v0.8.2 |
| 508 | 2024-10-09T21:31:17.359Z | Checking time v0.3.36 |
| 509 | 2024-10-09T21:31:17.879Z | Checking typify-impl v0.2.0 |
| 510 | 2024-10-09T21:31:19.450Z | Checking hyper v1.4.1 |
| 511 | 2024-10-09T21:31:21.263Z | Checking url v2.5.2 |
| 512 | 2024-10-09T21:31:21.535Z | Checking hyper-util v0.1.9 |
| 513 | 2024-10-09T21:31:21.660Z | Checking dirs-sys-next v0.1.2 |
| 514 | 2024-10-09T21:31:21.841Z | Checking sync_wrapper v1.0.1 |
| 515 | 2024-10-09T21:31:22.071Z | Checking ipnet v2.10.0 |
| 516 | 2024-10-09T21:31:22.360Z | Compiling rustversion v1.0.17 |
| 517 | 2024-10-09T21:31:22.585Z | Checking pretty-hex v0.4.1 |
| 518 | 2024-10-09T21:31:22.615Z | Compiling paste v1.0.15 |
| 519 | 2024-10-09T21:31:22.655Z | Compiling omicron-workspace-hack v0.1.0 |
| 520 | 2024-10-09T21:31:22.688Z | Compiling unsafe-libyaml v0.2.11 |
| 521 | 2024-10-09T21:31:22.968Z | Compiling rustls v0.22.4 |
| 522 | 2024-10-09T21:31:23.139Z | Checking hyper-tls v0.6.0 |
| 523 | 2024-10-09T21:31:23.139Z | Checking hyper-rustls v0.27.3 |
| 524 | 2024-10-09T21:31:23.284Z | Compiling darling_macro v0.20.9 |
| 525 | 2024-10-09T21:31:23.306Z | Checking dirs-next v2.0.0 |
| 526 | 2024-10-09T21:31:23.469Z | Checking reqwest v0.12.7 |
| 527 | 2024-10-09T21:31:23.675Z | Checking toml_datetime v0.6.8 |
| 528 | 2024-10-09T21:31:23.842Z | Checking serde_spanned v0.6.7 |
| 529 | 2024-10-09T21:31:23.899Z | Checking crypto-common v0.1.6 |
| 530 | 2024-10-09T21:31:23.959Z | Checking block-buffer v0.10.4 |
| 531 | 2024-10-09T21:31:24.026Z | Compiling serde_yaml v0.9.34+deprecated |
| 532 | 2024-10-09T21:31:24.050Z | Compiling structmeta-derive v0.3.0 |
| 533 | 2024-10-09T21:31:24.136Z | Checking rand_core v0.6.4 |
| 534 | 2024-10-09T21:31:24.213Z | Compiling multer v3.1.0 |
| 535 | 2024-10-09T21:31:24.264Z | Checking thread_local v1.1.8 |
| 536 | 2024-10-09T21:31:24.419Z | Checking winnow v0.6.18 |
| 537 | 2024-10-09T21:31:24.470Z | Checking match_cfg v0.1.0 |
| 538 | 2024-10-09T21:31:24.516Z | Compiling slog-async v2.8.0 |
| 539 | 2024-10-09T21:31:24.549Z | Compiling camino v1.1.9 |
| 540 | 2024-10-09T21:31:24.568Z | Compiling anyhow v1.0.89 |
| 541 | 2024-10-09T21:31:24.821Z | Checking ppv-lite86 v0.2.17 |
| 542 | 2024-10-09T21:31:25.112Z | Checking progenitor-client v0.8.0 |
| 543 | 2024-10-09T21:31:25.243Z | Checking hostname v0.3.1 |
| 544 | 2024-10-09T21:31:25.394Z | Compiling darling v0.20.9 |
| 545 | 2024-10-09T21:31:25.397Z | Checking digest v0.10.7 |
| 546 | 2024-10-09T21:31:25.497Z | Checking rand_chacha v0.3.1 |
| 547 | 2024-10-09T21:31:25.517Z | Checking crossbeam-channel v0.5.12 |
| 548 | 2024-10-09T21:31:25.695Z | Checking term v0.7.0 |
| 549 | 2024-10-09T21:31:26.253Z | Checking slog-json v2.6.1 |
| 550 | 2024-10-09T21:31:26.501Z | Compiling usdt-attr-macro v0.5.0 |
| 551 | 2024-10-09T21:31:26.762Z | Compiling structmeta v0.3.0 |
| 552 | 2024-10-09T21:31:27.140Z | Compiling usdt-macro v0.5.0 |
| 553 | 2024-10-09T21:31:27.148Z | Checking futures-executor v0.3.30 |
| 554 | 2024-10-09T21:31:27.180Z | Compiling async-stream-impl v0.3.5 |
| 555 | 2024-10-09T21:31:27.364Z | Checking is-terminal v0.4.12 |
| 556 | 2024-10-09T21:31:27.405Z | Checking toml_edit v0.22.22 |
| 557 | 2024-10-09T21:31:27.476Z | Checking memmap v0.7.0 |
| 558 | 2024-10-09T21:31:27.619Z | Compiling dropshot v0.12.0 |
| 559 | 2024-10-09T21:31:27.655Z | Checking take_mut v0.2.2 |
| 560 | 2024-10-09T21:31:27.791Z | Checking cpufeatures v0.2.12 |
| 561 | 2024-10-09T21:31:27.879Z | Checking sha1 v0.10.6 |
| 562 | 2024-10-09T21:31:28.005Z | Checking slog-term v2.9.1 |
| 563 | 2024-10-09T21:31:28.117Z | Checking futures v0.3.30 |
| 564 | 2024-10-09T21:31:28.180Z | Compiling parse-display-derive v0.10.0 |
| 565 | 2024-10-09T21:31:28.218Z | Compiling strum_macros v0.26.4 |
| 566 | 2024-10-09T21:31:28.400Z | Checking usdt v0.5.0 |
| 567 | 2024-10-09T21:31:28.431Z | Checking async-stream v0.3.5 |
| 568 | 2024-10-09T21:31:28.490Z | Checking slog-bunyan v2.5.0 |
| 569 | 2024-10-09T21:31:28.602Z | Checking rand v0.8.5 |
| 570 | 2024-10-09T21:31:28.626Z | Compiling serde_with_macros v3.9.0 |
| 571 | 2024-10-09T21:31:29.413Z | Checking tokio-rustls v0.25.0 |
| 572 | 2024-10-09T21:31:29.839Z | Checking newtype-uuid v1.1.0 |
| 573 | 2024-10-09T21:31:29.856Z | Checking ipnetwork v0.20.0 |
| 574 | 2024-10-09T21:31:29.954Z | Checking toml v0.8.19 |
| 575 | 2024-10-09T21:31:29.971Z | Compiling dropshot_endpoint v0.12.0 |
| 576 | 2024-10-09T21:31:30.053Z | Checking hex v0.4.3 |
| 577 | 2024-10-09T21:31:30.184Z | Checking serde_path_to_error v0.1.16 |
| 578 | 2024-10-09T21:31:30.580Z | Compiling async-trait v0.1.83 |
| 579 | 2024-10-09T21:31:30.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 580 | 2024-10-09T21:31:30.800Z | Checking waitgroup v0.1.2 |
| 581 | 2024-10-09T21:31:30.934Z | Checking hostname v0.4.0 |
| 582 | 2024-10-09T21:31:31.065Z | Checking instant v0.1.12 |
| 583 | 2024-10-09T21:31:31.177Z | Checking debug-ignore v1.0.5 |
| 584 | 2024-10-09T21:31:31.283Z | Checking serde_with v3.9.0 |
| 585 | 2024-10-09T21:31:31.307Z | Checking backoff v0.4.0 |
| 586 | 2024-10-09T21:31:31.506Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 587 | 2024-10-09T21:31:31.585Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 588 | 2024-10-09T21:31:31.657Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 589 | 2024-10-09T21:31:31.722Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 590 | 2024-10-09T21:31:31.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 591 | 2024-10-09T21:31:32.030Z | Checking parse-display v0.10.0 |
| 592 | 2024-10-09T21:31:32.052Z | Checking macaddr v1.0.1 |
| 593 | 2024-10-09T21:31:32.235Z | Checking regress v0.9.1 |
| 594 | 2024-10-09T21:31:32.363Z | Compiling typify-macro v0.2.0 |
| 595 | 2024-10-09T21:31:32.659Z | Checking strum v0.26.3 |
| 596 | 2024-10-09T21:31:34.475Z | Compiling typify v0.2.0 |
| 597 | 2024-10-09T21:31:34.565Z | Compiling progenitor-impl v0.8.0 |
| 598 | 2024-10-09T21:31:37.178Z | Compiling progenitor-macro v0.8.0 |
| 599 | 2024-10-09T21:31:42.222Z | Checking progenitor v0.8.0 |
| 600 | 2024-10-09T21:31:42.335Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 601 | 2024-10-09T21:31:45.086Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 602 | 2024-10-09T21:31:52.173Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 603 | 2024-10-09T21:31:52.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 604 | 2024-10-09T21:31:52.539Z | + cargo build --release |
| 605 | 2024-10-09T21:31:52.787Z | Compiling proc-macro2 v1.0.86 |
| 606 | 2024-10-09T21:31:52.787Z | Compiling unicode-ident v1.0.13 |
| 607 | 2024-10-09T21:31:52.790Z | Compiling libc v0.2.159 |
| 608 | 2024-10-09T21:31:52.790Z | Compiling version_check v0.9.5 |
| 609 | 2024-10-09T21:31:52.790Z | Compiling cfg-if v1.0.0 |
| 610 | 2024-10-09T21:31:52.790Z | Compiling autocfg v1.3.0 |
| 611 | 2024-10-09T21:31:52.790Z | Compiling serde v1.0.210 |
| 612 | 2024-10-09T21:31:52.790Z | Compiling memchr v2.7.2 |
| 613 | 2024-10-09T21:31:52.904Z | Compiling serde_json v1.0.128 |
| 614 | 2024-10-09T21:31:52.967Z | Compiling itoa v1.0.11 |
| 615 | 2024-10-09T21:31:53.249Z | Compiling once_cell v1.19.0 |
| 616 | 2024-10-09T21:31:53.378Z | Compiling thiserror v1.0.64 |
| 617 | 2024-10-09T21:31:53.425Z | Compiling ahash v0.8.11 |
| 618 | 2024-10-09T21:31:53.693Z | Compiling cc v1.0.97 |
| 619 | 2024-10-09T21:31:53.882Z | Compiling byteorder v1.5.0 |
| 620 | 2024-10-09T21:31:54.011Z | Compiling num-traits v0.2.19 |
| 621 | 2024-10-09T21:31:54.287Z | Compiling quote v1.0.37 |
| 622 | 2024-10-09T21:31:54.305Z | Compiling getrandom v0.2.14 |
| 623 | 2024-10-09T21:31:54.389Z | Compiling pin-project-lite v0.2.14 |
| 624 | 2024-10-09T21:31:54.553Z | Compiling bytes v1.7.2 |
| 625 | 2024-10-09T21:31:54.570Z | Compiling ryu v1.0.18 |
| 626 | 2024-10-09T21:31:54.689Z | Compiling syn v2.0.79 |
| 627 | 2024-10-09T21:31:54.868Z | Compiling futures-core v0.3.30 |
| 628 | 2024-10-09T21:31:54.958Z | Compiling allocator-api2 v0.2.18 |
| 629 | 2024-10-09T21:31:55.099Z | Compiling lock_api v0.4.12 |
| 630 | 2024-10-09T21:31:55.122Z | Compiling schemars v0.8.21 |
| 631 | 2024-10-09T21:31:55.369Z | Compiling parking_lot_core v0.9.10 |
| 632 | 2024-10-09T21:31:55.501Z | Compiling smallvec v1.13.2 |
| 633 | 2024-10-09T21:31:55.508Z | Compiling scopeguard v1.2.0 |
| 634 | 2024-10-09T21:31:55.542Z | Compiling slab v0.4.9 |
| 635 | 2024-10-09T21:31:55.798Z | Compiling log v0.4.22 |
| 636 | 2024-10-09T21:31:55.825Z | Compiling futures-sink v0.3.30 |
| 637 | 2024-10-09T21:31:55.967Z | Compiling mio v1.0.2 |
| 638 | 2024-10-09T21:31:56.079Z | Compiling signal-hook-registry v1.4.2 |
| 639 | 2024-10-09T21:31:56.138Z | Compiling socket2 v0.5.7 |
| 640 | 2024-10-09T21:31:56.249Z | Compiling parking_lot v0.12.2 |
| 641 | 2024-10-09T21:31:56.458Z | Compiling ring v0.17.8 |
| 642 | 2024-10-09T21:31:56.691Z | Compiling equivalent v1.0.1 |
| 643 | 2024-10-09T21:31:56.783Z | Compiling fnv v1.0.7 |
| 644 | 2024-10-09T21:31:56.809Z | Compiling futures-channel v0.3.30 |
| 645 | 2024-10-09T21:31:56.900Z | Compiling http v1.1.0 |
| 646 | 2024-10-09T21:31:57.277Z | Compiling pin-utils v0.1.0 |
| 647 | 2024-10-09T21:31:57.358Z | Compiling futures-task v0.3.30 |
| 648 | 2024-10-09T21:31:57.625Z | Compiling semver v1.0.23 |
| 649 | 2024-10-09T21:31:57.633Z | Compiling futures-io v0.3.30 |
| 650 | 2024-10-09T21:31:57.940Z | Compiling spin v0.9.8 |
| 651 | 2024-10-09T21:31:57.951Z | Compiling vcpkg v0.2.15 |
| 652 | 2024-10-09T21:31:58.122Z | Compiling heck v0.5.0 |
| 653 | 2024-10-09T21:31:58.158Z | Compiling rustls-pki-types v1.7.0 |
| 654 | 2024-10-09T21:31:58.319Z | Compiling pkg-config v0.3.30 |
| 655 | 2024-10-09T21:31:58.837Z | Compiling httparse v1.8.0 |
| 656 | 2024-10-09T21:31:59.284Z | Compiling ucd-trie v0.1.6 |
| 657 | 2024-10-09T21:31:59.488Z | Compiling iana-time-zone v0.1.60 |
| 658 | 2024-10-09T21:31:59.519Z | Compiling untrusted v0.9.0 |
| 659 | 2024-10-09T21:31:59.593Z | Compiling openssl-sys v0.9.103 |
| 660 | 2024-10-09T21:31:59.775Z | Compiling tracing-core v0.1.32 |
| 661 | 2024-10-09T21:32:00.280Z | Compiling atomic-waker v1.1.2 |
| 662 | 2024-10-09T21:32:00.447Z | Compiling dyn-clone v1.0.17 |
| 663 | 2024-10-09T21:32:00.642Z | Compiling tracing v0.1.40 |
| 664 | 2024-10-09T21:32:01.339Z | Compiling http-body v1.0.0 |
| 665 | 2024-10-09T21:32:01.546Z | Compiling chrono v0.4.38 |
| 666 | 2024-10-09T21:32:01.605Z | Compiling subtle v2.5.0 |
| 667 | 2024-10-09T21:32:01.634Z | Compiling serde_derive_internals v0.29.1 |
| 668 | 2024-10-09T21:32:01.777Z | Compiling try-lock v0.2.5 |
| 669 | 2024-10-09T21:32:01.867Z | Compiling uuid v1.10.0 |
| 670 | 2024-10-09T21:32:01.911Z | Compiling zeroize v1.8.1 |
| 671 | 2024-10-09T21:32:02.172Z | Compiling want v0.3.1 |
| 672 | 2024-10-09T21:32:02.423Z | Compiling openssl v0.10.66 |
| 673 | 2024-10-09T21:32:02.453Z | Compiling slog v2.7.0 |
| 674 | 2024-10-09T21:32:02.869Z | Compiling foreign-types-shared v0.1.1 |
| 675 | 2024-10-09T21:32:02.943Z | Compiling httpdate v1.0.3 |
| 676 | 2024-10-09T21:32:03.339Z | Compiling foreign-types v0.3.2 |
| 677 | 2024-10-09T21:32:03.673Z | Compiling aho-corasick v1.1.3 |
| 678 | 2024-10-09T21:32:03.794Z | Compiling typenum v1.17.0 |
| 679 | 2024-10-09T21:32:04.374Z | Compiling native-tls v0.2.11 |
| 680 | 2024-10-09T21:32:04.736Z | Compiling regex-syntax v0.8.4 |
| 681 | 2024-10-09T21:32:04.752Z | Compiling tinyvec_macros v0.1.1 |
| 682 | 2024-10-09T21:32:04.833Z | Compiling rustls v0.23.10 |
| 683 | 2024-10-09T21:32:04.917Z | Compiling tower-service v0.3.2 |
| 684 | 2024-10-09T21:32:05.030Z | Compiling bitflags v2.6.0 |
| 685 | 2024-10-09T21:32:05.159Z | Compiling percent-encoding v2.3.1 |
| 686 | 2024-10-09T21:32:05.383Z | Compiling form_urlencoded v1.2.1 |
| 687 | 2024-10-09T21:32:05.617Z | Compiling tinyvec v1.6.0 |
| 688 | 2024-10-09T21:32:05.936Z | Compiling generic-array v0.14.7 |
| 689 | 2024-10-09T21:32:06.285Z | Compiling openssl-probe v0.1.5 |
| 690 | 2024-10-09T21:32:07.182Z | Compiling serde_derive v1.0.210 |
| 691 | 2024-10-09T21:32:07.271Z | Compiling zerocopy-derive v0.7.34 |
| 692 | 2024-10-09T21:32:07.442Z | Compiling thiserror-impl v1.0.64 |
| 693 | 2024-10-09T21:32:07.620Z | Compiling schemars_derive v0.8.21 |
| 694 | 2024-10-09T21:32:07.984Z | Compiling tokio-macros v2.4.0 |
| 695 | 2024-10-09T21:32:08.289Z | Compiling futures-macro v0.3.30 |
| 696 | 2024-10-09T21:32:09.306Z | Compiling zerocopy v0.7.34 |
| 697 | 2024-10-09T21:32:10.158Z | Compiling tokio v1.39.3 |
| 698 | 2024-10-09T21:32:10.408Z | Compiling futures-util v0.3.30 |
| 699 | 2024-10-09T21:32:10.462Z | Compiling pest v2.7.10 |
| 700 | 2024-10-09T21:32:11.436Z | Compiling hashbrown v0.14.5 |
| 701 | 2024-10-09T21:32:12.817Z | Compiling rustls-webpki v0.102.4 |
| 702 | 2024-10-09T21:32:12.945Z | Compiling regress v0.10.1 |
| 703 | 2024-10-09T21:32:13.369Z | Compiling pest_meta v2.7.10 |
| 704 | 2024-10-09T21:32:17.321Z | Compiling pest_generator v2.7.10 |
| 705 | 2024-10-09T21:32:17.357Z | Compiling openssl-macros v0.1.1 |
| 706 | 2024-10-09T21:32:17.559Z | Compiling regex-automata v0.4.6 |
| 707 | 2024-10-09T21:32:19.038Z | Compiling tokio-util v0.7.12 |
| 708 | 2024-10-09T21:32:21.582Z | Compiling indexmap v2.5.0 |
| 709 | 2024-10-09T21:32:23.559Z | Compiling serde_tokenstream v0.2.2 |
| 710 | 2024-10-09T21:32:25.892Z | Compiling h2 v0.4.6 |
| 711 | 2024-10-09T21:32:28.778Z | Compiling typify-impl v0.2.0 |
| 712 | 2024-10-09T21:32:32.800Z | Compiling hyper v1.4.1 |
| 713 | 2024-10-09T21:32:34.031Z | Compiling pest_derive v2.7.10 |
| 714 | 2024-10-09T21:32:36.074Z | Compiling hyper-util v0.1.9 |
| 715 | 2024-10-09T21:32:40.680Z | Compiling regex v1.10.6 |
| 716 | 2024-10-09T21:32:40.936Z | Compiling http-body-util v0.1.2 |
| 717 | 2024-10-09T21:32:40.947Z | Compiling typify-macro v0.2.0 |
| 718 | 2024-10-09T21:32:41.496Z | Compiling scroll_derive v0.12.0 |
| 719 | 2024-10-09T21:32:41.588Z | Compiling unicode-normalization v0.1.23 |
| 720 | 2024-10-09T21:32:41.939Z | Compiling usdt-impl v0.5.0 |
| 721 | 2024-10-09T21:32:42.327Z | Compiling encoding_rs v0.8.34 |
| 722 | 2024-10-09T21:32:42.890Z | Compiling unicode-bidi v0.3.15 |
| 723 | 2024-10-09T21:32:44.686Z | Compiling base64 v0.22.1 |
| 724 | 2024-10-09T21:32:44.809Z | Compiling num-conv v0.1.0 |
| 725 | 2024-10-09T21:32:45.088Z | Compiling mime v0.3.17 |
| 726 | 2024-10-09T21:32:45.789Z | Compiling time-core v0.1.2 |
| 727 | 2024-10-09T21:32:45.822Z | Compiling powerfmt v0.2.0 |
| 728 | 2024-10-09T21:32:45.943Z | Compiling time-macros v0.2.18 |
| 729 | 2024-10-09T21:32:46.162Z | Compiling deranged v0.3.11 |
| 730 | 2024-10-09T21:32:46.291Z | Compiling rustls-pemfile v2.1.3 |
| 731 | 2024-10-09T21:32:48.485Z | Compiling idna v0.5.0 |
| 732 | 2024-10-09T21:32:48.999Z | Compiling scroll v0.12.0 |
| 733 | 2024-10-09T21:32:51.226Z | Compiling tokio-native-tls v0.3.1 |
| 734 | 2024-10-09T21:32:51.492Z | Compiling dtrace-parser v0.2.0 |
| 735 | 2024-10-09T21:32:52.052Z | Compiling dof v0.3.0 |
| 736 | 2024-10-09T21:32:52.896Z | Compiling tokio-rustls v0.26.0 |
| 737 | 2024-10-09T21:32:53.001Z | Compiling serde_urlencoded v0.7.1 |
| 738 | 2024-10-09T21:32:53.585Z | Compiling thread-id v4.2.1 |
| 739 | 2024-10-09T21:32:53.683Z | Compiling webpki-roots v0.26.3 |
| 740 | 2024-10-09T21:32:54.134Z | Compiling plain v0.2.3 |
| 741 | 2024-10-09T21:32:54.290Z | Compiling crossbeam-utils v0.8.19 |
| 742 | 2024-10-09T21:32:54.835Z | Compiling strsim v0.11.1 |
| 743 | 2024-10-09T21:32:56.118Z | Compiling omicron-workspace-hack v0.1.0 |
| 744 | 2024-10-09T21:32:56.163Z | Compiling ident_case v1.0.1 |
| 745 | 2024-10-09T21:32:56.444Z | Compiling num_threads v0.1.7 |
| 746 | 2024-10-09T21:32:56.831Z | Compiling time v0.3.36 |
| 747 | 2024-10-09T21:33:00.227Z | Compiling darling_core v0.20.9 |
| 748 | 2024-10-09T21:33:01.908Z | Compiling goblin v0.8.2 |
| 749 | 2024-10-09T21:33:02.755Z | Compiling hyper-rustls v0.27.3 |
| 750 | 2024-10-09T21:33:04.610Z | Compiling hyper-tls v0.6.0 |
| 751 | 2024-10-09T21:33:04.668Z | Compiling url v2.5.2 |
| 752 | 2024-10-09T21:33:05.116Z | Compiling typify v0.2.0 |
| 753 | 2024-10-09T21:33:05.227Z | Compiling openapiv3 v2.0.0 |
| 754 | 2024-10-09T21:33:06.426Z | Compiling sync_wrapper v1.0.1 |
| 755 | 2024-10-09T21:33:06.567Z | Compiling dirs-sys-next v0.1.2 |
| 756 | 2024-10-09T21:33:08.076Z | Compiling rustls v0.22.4 |
| 757 | 2024-10-09T21:33:08.087Z | Compiling pretty-hex v0.4.1 |
| 758 | 2024-10-09T21:33:08.295Z | Compiling unsafe-libyaml v0.2.11 |
| 759 | 2024-10-09T21:33:08.409Z | Compiling rustversion v1.0.17 |
| 760 | 2024-10-09T21:33:09.066Z | Compiling ipnet v2.10.0 |
| 761 | 2024-10-09T21:33:09.517Z | Compiling paste v1.0.15 |
| 762 | 2024-10-09T21:33:10.015Z | Compiling serde_yaml v0.9.34+deprecated |
| 763 | 2024-10-09T21:33:10.069Z | Compiling reqwest v0.12.7 |
| 764 | 2024-10-09T21:33:10.272Z | Compiling progenitor-impl v0.8.0 |
| 765 | 2024-10-09T21:33:12.382Z | Compiling dirs-next v2.0.0 |
| 766 | 2024-10-09T21:33:12.629Z | Compiling darling_macro v0.20.9 |
| 767 | 2024-10-09T21:33:15.604Z | Compiling crypto-common v0.1.6 |
| 768 | 2024-10-09T21:33:15.810Z | Compiling block-buffer v0.10.4 |
| 769 | 2024-10-09T21:33:16.043Z | Compiling toml_datetime v0.6.8 |
| 770 | 2024-10-09T21:33:16.718Z | Compiling serde_spanned v0.6.7 |
| 771 | 2024-10-09T21:33:16.962Z | Compiling structmeta-derive v0.3.0 |
| 772 | 2024-10-09T21:33:16.983Z | Compiling rand_core v0.6.4 |
| 773 | 2024-10-09T21:33:17.097Z | Compiling thread_local v1.1.8 |
| 774 | 2024-10-09T21:33:17.443Z | Compiling multer v3.1.0 |
| 775 | 2024-10-09T21:33:17.783Z | Compiling anyhow v1.0.89 |
| 776 | 2024-10-09T21:33:17.836Z | Compiling camino v1.1.9 |
| 777 | 2024-10-09T21:33:17.911Z | Compiling slog-async v2.8.0 |
| 778 | 2024-10-09T21:33:18.362Z | Compiling match_cfg v0.1.0 |
| 779 | 2024-10-09T21:33:18.420Z | Compiling winnow v0.6.18 |
| 780 | 2024-10-09T21:33:18.427Z | Compiling ppv-lite86 v0.2.17 |
| 781 | 2024-10-09T21:33:18.546Z | Compiling hostname v0.3.1 |
| 782 | 2024-10-09T21:33:19.245Z | Compiling rand_chacha v0.3.1 |
| 783 | 2024-10-09T21:33:19.635Z | Compiling structmeta v0.3.0 |
| 784 | 2024-10-09T21:33:20.001Z | Compiling progenitor-macro v0.8.0 |
| 785 | 2024-10-09T21:33:20.078Z | Compiling digest v0.10.7 |
| 786 | 2024-10-09T21:33:20.997Z | Compiling crossbeam-channel v0.5.12 |
| 787 | 2024-10-09T21:33:22.621Z | Compiling toml_edit v0.22.22 |
| 788 | 2024-10-09T21:33:22.753Z | Compiling darling v0.20.9 |
| 789 | 2024-10-09T21:33:22.848Z | Compiling term v0.7.0 |
| 790 | 2024-10-09T21:33:26.015Z | Compiling progenitor-client v0.8.0 |
| 791 | 2024-10-09T21:33:29.796Z | Compiling usdt-macro v0.5.0 |
| 792 | 2024-10-09T21:33:30.267Z | Compiling usdt-attr-macro v0.5.0 |
| 793 | 2024-10-09T21:33:31.127Z | Compiling slog-json v2.6.1 |
| 794 | 2024-10-09T21:33:31.620Z | Compiling futures-executor v0.3.30 |
| 795 | 2024-10-09T21:33:31.765Z | Compiling async-stream-impl v0.3.5 |
| 796 | 2024-10-09T21:33:32.782Z | Compiling memmap v0.7.0 |
| 797 | 2024-10-09T21:33:33.128Z | Compiling is-terminal v0.4.12 |
| 798 | 2024-10-09T21:33:33.186Z | Compiling dropshot v0.12.0 |
| 799 | 2024-10-09T21:33:33.235Z | Compiling take_mut v0.2.2 |
| 800 | 2024-10-09T21:33:33.389Z | Compiling cpufeatures v0.2.12 |
| 801 | 2024-10-09T21:33:33.475Z | Compiling sha1 v0.10.6 |
| 802 | 2024-10-09T21:33:34.244Z | Compiling slog-term v2.9.1 |
| 803 | 2024-10-09T21:33:35.209Z | Compiling progenitor v0.8.0 |
| 804 | 2024-10-09T21:33:35.398Z | Compiling async-stream v0.3.5 |
| 805 | 2024-10-09T21:33:35.734Z | Compiling usdt v0.5.0 |
| 806 | 2024-10-09T21:33:37.058Z | Compiling futures v0.3.30 |
| 807 | 2024-10-09T21:33:37.165Z | Compiling tokio-rustls v0.25.0 |
| 808 | 2024-10-09T21:33:37.201Z | Compiling slog-bunyan v2.5.0 |
| 809 | 2024-10-09T21:33:37.285Z | Compiling strum_macros v0.26.4 |
| 810 | 2024-10-09T21:33:37.465Z | Compiling toml v0.8.19 |
| 811 | 2024-10-09T21:33:37.598Z | Compiling serde_with_macros v3.9.0 |
| 812 | 2024-10-09T21:33:40.279Z | Compiling parse-display-derive v0.10.0 |
| 813 | 2024-10-09T21:33:41.836Z | Compiling rand v0.8.5 |
| 814 | 2024-10-09T21:33:45.836Z | Compiling ipnetwork v0.20.0 |
| 815 | 2024-10-09T21:33:45.965Z | Compiling newtype-uuid v1.1.0 |
| 816 | 2024-10-09T21:33:46.269Z | Compiling dropshot_endpoint v0.12.0 |
| 817 | 2024-10-09T21:33:46.422Z | Compiling hex v0.4.3 |
| 818 | 2024-10-09T21:33:46.580Z | Compiling serde_path_to_error v0.1.16 |
| 819 | 2024-10-09T21:33:47.115Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 820 | 2024-10-09T21:33:47.586Z | Compiling async-trait v0.1.83 |
| 821 | 2024-10-09T21:33:47.956Z | Compiling waitgroup v0.1.2 |
| 822 | 2024-10-09T21:33:48.183Z | Compiling hostname v0.4.0 |
| 823 | 2024-10-09T21:33:48.428Z | Compiling instant v0.1.12 |
| 824 | 2024-10-09T21:33:48.572Z | Compiling debug-ignore v1.0.5 |
| 825 | 2024-10-09T21:33:48.706Z | Compiling backoff v0.4.0 |
| 826 | 2024-10-09T21:33:49.027Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 827 | 2024-10-09T21:33:49.219Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 828 | 2024-10-09T21:33:49.380Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 829 | 2024-10-09T21:33:50.026Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 830 | 2024-10-09T21:33:50.571Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 831 | 2024-10-09T21:33:50.627Z | Compiling parse-display v0.10.0 |
| 832 | 2024-10-09T21:33:52.706Z | Compiling strum v0.26.3 |
| 833 | 2024-10-09T21:33:52.877Z | Compiling serde_with v3.9.0 |
| 834 | 2024-10-09T21:33:53.589Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 835 | 2024-10-09T21:33:54.166Z | Compiling macaddr v1.0.1 |
| 836 | 2024-10-09T21:33:54.419Z | Compiling regress v0.9.1 |
| 837 | 2024-10-09T21:34:00.363Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 838 | 2024-10-09T21:34:10.658Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 839 | 2024-10-09T21:34:19.839Z | Finished `release` profile [optimized] target(s) in 2m 27s |
| 840 | 2024-10-09T21:34:19.899Z | process exited: duration 224861 ms, exit code 0 |
| |
| 841 | 2024-10-09T21:34:19.905Z | found 0 output files |