|
|
|
| 1 | 2024-07-30T18:46:18.359Z | job assigned to worker 01J42FC2Q5EMZWZYB8KPWZFYAE (queued for 57 s) |
| |
| 2 | 2024-07-30T18:46:25.984Z | starting task 0: "setup" |
| 3 | 2024-07-30T18:46:26.036Z | ++ uname -s |
| 4 | 2024-07-30T18:46:26.039Z | + kern=SunOS |
| 5 | 2024-07-30T18:46:26.039Z | + case "$kern" in |
| 6 | 2024-07-30T18:46:26.039Z | + groupadd -g 12345 build |
| 7 | 2024-07-30T18:46:26.042Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-30T18:46:28.059Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-30T18:46:28.169Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-30T18:46:28.176Z | + home_fs=zfs |
| 11 | 2024-07-30T18:46:28.176Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-30T18:46:28.177Z | + mkdir -p /home/build |
| 13 | 2024-07-30T18:46:28.183Z | + chown build:build /home/build /work |
| 14 | 2024-07-30T18:46:30.177Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-30T18:46:30.180Z | process exited: duration 4196 ms, exit code 0 |
| |
| 16 | 2024-07-30T18:46:30.186Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-30T18:46:30.192Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-30T18:46:30.192Z | * toolchain channel = "1.78.0" |
| 19 | 2024-07-30T18:46:30.192Z | ' 1.78.0 |
| 20 | 2024-07-30T18:46:30.192Z | * toolchain profile = "default" |
| 21 | 2024-07-30T18:46:30.192Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-07-30T18:46:30.192Z | ' default |
| 23 | 2024-07-30T18:46:30.194Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-30T18:46:30.195Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-30T18:46:30.281Z | info: downloading installer |
| 26 | 2024-07-30T18:46:31.538Z | info: profile set to 'default' |
| 27 | 2024-07-30T18:46:31.538Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-30T18:46:31.541Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-30T18:46:31.686Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-30T18:46:31.686Z | info: downloading component 'cargo' |
| 31 | 2024-07-30T18:46:32.559Z | info: downloading component 'clippy' |
| 32 | 2024-07-30T18:46:32.842Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-30T18:46:33.973Z | info: downloading component 'rust-std' |
| 34 | 2024-07-30T18:46:35.780Z | info: downloading component 'rustc' |
| 35 | 2024-07-30T18:46:40.392Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-30T18:46:40.641Z | info: installing component 'cargo' |
| 37 | 2024-07-30T18:46:41.492Z | info: installing component 'clippy' |
| 38 | 2024-07-30T18:46:41.864Z | info: installing component 'rust-docs' |
| 39 | 2024-07-30T18:46:43.375Z | info: installing component 'rust-std' |
| 40 | 2024-07-30T18:46:45.135Z | info: installing component 'rustc' |
| 41 | 2024-07-30T18:46:49.695Z | info: installing component 'rustfmt' |
| 42 | 2024-07-30T18:46:50.030Z | |
| 43 | 2024-07-30T18:46:50.030Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 44 | 2024-07-30T18:46:50.294Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-30T18:46:50.295Z | |
| 46 | 2024-07-30T18:46:50.299Z | |
| 47 | 2024-07-30T18:46:50.299Z | Rust is installed now. Great! |
| 48 | 2024-07-30T18:46:50.299Z | |
| 49 | 2024-07-30T18:46:50.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-30T18:46:50.299Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-30T18:46:50.299Z | |
| 52 | 2024-07-30T18:46:50.299Z | To configure your current shell, you need to source |
| 53 | 2024-07-30T18:46:50.299Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-30T18:46:50.299Z | |
| 55 | 2024-07-30T18:46:50.299Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-30T18:46:50.299Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-30T18:46:50.299Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-30T18:46:50.361Z | + rustc --version |
| 59 | 2024-07-30T18:46:50.423Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-30T18:46:50.426Z | process exited: duration 20238 ms, exit code 0 |
| |
| 61 | 2024-07-30T18:46:50.434Z | starting task 2: "authentication" |
| 62 | 2024-07-30T18:46:50.453Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-07-30T18:46:50.459Z | starting task 3: "clone repository" |
| 64 | 2024-07-30T18:46:50.464Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-07-30T18:46:50.467Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-07-30T18:46:50.626Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-07-30T18:46:57.422Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-07-30T18:46:57.422Z | + git fetch origin 6b299cbdb616e57a445b25cbd5809e63ea128664 |
| 69 | 2024-07-30T18:46:57.694Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-07-30T18:46:57.694Z | * branch 6b299cbdb616e57a445b25cbd5809e63ea128664 -> FETCH_HEAD |
| 71 | 2024-07-30T18:46:57.703Z | + [[ -n '' ]] |
| 72 | 2024-07-30T18:46:57.703Z | + git reset --hard 6b299cbdb616e57a445b25cbd5809e63ea128664 |
| 73 | 2024-07-30T18:46:57.838Z | HEAD is now at 6b299cbdb fix rand_seeder -> rand_core dependency |
| 74 | 2024-07-30T18:46:57.843Z | process exited: duration 7379 ms, exit code 0 |
| |
| 75 | 2024-07-30T18:46:57.849Z | starting task 4: "build" |
| 76 | 2024-07-30T18:46:57.854Z | + cargo --version |
| 77 | 2024-07-30T18:46:57.906Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 78 | 2024-07-30T18:46:57.910Z | + rustc --version |
| 79 | 2024-07-30T18:46:57.963Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 80 | 2024-07-30T18:46:57.966Z | + cd /tmp |
| 81 | 2024-07-30T18:46:57.966Z | + cargo new --lib test-project |
| 82 | 2024-07-30T18:46:58.017Z | Creating library `test-project` package |
| 83 | 2024-07-30T18:46:58.089Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 84 | 2024-07-30T18:46:58.092Z | + cd test-project |
| 85 | 2024-07-30T18:46:58.092Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 86 | 2024-07-30T18:46:58.145Z | Adding omicron-common (local) to dependencies |
| 87 | 2024-07-30T18:46:58.145Z | Features: |
| 88 | 2024-07-30T18:46:58.145Z | - proptest |
| 89 | 2024-07-30T18:46:58.145Z | - test-strategy |
| 90 | 2024-07-30T18:46:58.145Z | - testing |
| 91 | 2024-07-30T18:46:58.147Z | Updating crates.io index |
| 92 | 2024-07-30T18:46:58.190Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 93 | 2024-07-30T18:46:59.013Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 94 | 2024-07-30T18:46:59.762Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 95 | 2024-07-30T18:47:00.062Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 96 | 2024-07-30T18:47:02.133Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 97 | 2024-07-30T18:47:02.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 98 | 2024-07-30T18:47:02.761Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 99 | 2024-07-30T18:47:05.653Z | + cargo check |
| 100 | 2024-07-30T18:47:05.862Z | Downloading crates ... |
| 101 | 2024-07-30T18:47:05.917Z | Downloaded async-stream-impl v0.3.5 |
| 102 | 2024-07-30T18:47:05.928Z | Downloaded block-buffer v0.10.4 |
| 103 | 2024-07-30T18:47:05.933Z | Downloaded backoff v0.4.0 |
| 104 | 2024-07-30T18:47:05.938Z | Downloaded ident_case v1.0.1 |
| 105 | 2024-07-30T18:47:05.942Z | Downloaded darling_macro v0.20.10 |
| 106 | 2024-07-30T18:47:05.948Z | Downloaded equivalent v1.0.1 |
| 107 | 2024-07-30T18:47:05.950Z | Downloaded instant v0.1.13 |
| 108 | 2024-07-30T18:47:05.954Z | Downloaded foreign-types v0.3.2 |
| 109 | 2024-07-30T18:47:05.957Z | Downloaded usdt-macro v0.5.0 |
| 110 | 2024-07-30T18:47:05.957Z | Downloaded usdt-attr-macro v0.5.0 |
| 111 | 2024-07-30T18:47:05.957Z | Downloaded openssl-probe v0.1.5 |
| 112 | 2024-07-30T18:47:05.957Z | Downloaded anyhow v1.0.86 |
| 113 | 2024-07-30T18:47:05.960Z | Downloaded num_threads v0.1.7 |
| 114 | 2024-07-30T18:47:05.963Z | Downloaded usdt v0.5.0 |
| 115 | 2024-07-30T18:47:05.963Z | Downloaded usdt-impl v0.5.0 |
| 116 | 2024-07-30T18:47:05.966Z | Downloaded itoa v1.0.11 |
| 117 | 2024-07-30T18:47:05.966Z | Downloaded futures-task v0.3.30 |
| 118 | 2024-07-30T18:47:05.969Z | Downloaded hex v0.4.3 |
| 119 | 2024-07-30T18:47:05.969Z | Downloaded deranged v0.3.11 |
| 120 | 2024-07-30T18:47:05.972Z | Downloaded paste v1.0.15 |
| 121 | 2024-07-30T18:47:05.974Z | Downloaded dyn-clone v1.0.17 |
| 122 | 2024-07-30T18:47:05.977Z | Downloaded hyper-tls v0.5.0 |
| 123 | 2024-07-30T18:47:05.977Z | Downloaded byteorder v1.5.0 |
| 124 | 2024-07-30T18:47:05.980Z | Downloaded hostname v0.4.0 |
| 125 | 2024-07-30T18:47:05.980Z | Downloaded scroll_derive v0.12.0 |
| 126 | 2024-07-30T18:47:05.983Z | Downloaded form_urlencoded v1.2.1 |
| 127 | 2024-07-30T18:47:05.983Z | Downloaded autocfg v1.3.0 |
| 128 | 2024-07-30T18:47:05.986Z | Downloaded futures-macro v0.3.30 |
| 129 | 2024-07-30T18:47:05.986Z | Downloaded cpufeatures v0.2.12 |
| 130 | 2024-07-30T18:47:05.986Z | Downloaded dof v0.3.0 |
| 131 | 2024-07-30T18:47:05.994Z | Downloaded macaddr v1.0.1 |
| 132 | 2024-07-30T18:47:05.997Z | Downloaded ipnetwork v0.20.0 |
| 133 | 2024-07-30T18:47:05.997Z | Downloaded pretty-hex v0.4.1 |
| 134 | 2024-07-30T18:47:05.999Z | Downloaded base64 v0.22.1 |
| 135 | 2024-07-30T18:47:05.999Z | Downloaded futures-executor v0.3.30 |
| 136 | 2024-07-30T18:47:05.999Z | Downloaded sync_wrapper v0.1.2 |
| 137 | 2024-07-30T18:47:05.999Z | Downloaded is-terminal v0.4.12 |
| 138 | 2024-07-30T18:47:05.999Z | Downloaded waitgroup v0.1.2 |
| 139 | 2024-07-30T18:47:05.999Z | Downloaded foreign-types-shared v0.1.1 |
| 140 | 2024-07-30T18:47:06.002Z | Downloaded dirs-next v2.0.0 |
| 141 | 2024-07-30T18:47:06.003Z | Downloaded proc-macro2 v1.0.86 |
| 142 | 2024-07-30T18:47:06.005Z | Downloaded async-stream v0.3.5 |
| 143 | 2024-07-30T18:47:06.005Z | Downloaded want v0.3.1 |
| 144 | 2024-07-30T18:47:06.010Z | Downloaded async-trait v0.1.81 |
| 145 | 2024-07-30T18:47:06.013Z | Downloaded cfg-if v1.0.0 |
| 146 | 2024-07-30T18:47:06.013Z | Downloaded take_mut v0.2.2 |
| 147 | 2024-07-30T18:47:06.013Z | Downloaded tinyvec_macros v0.1.1 |
| 148 | 2024-07-30T18:47:06.013Z | Downloaded darling v0.20.10 |
| 149 | 2024-07-30T18:47:06.016Z | Downloaded camino v1.1.7 |
| 150 | 2024-07-30T18:47:06.019Z | Downloaded match_cfg v0.1.0 |
| 151 | 2024-07-30T18:47:06.019Z | Downloaded strum v0.26.3 |
| 152 | 2024-07-30T18:47:06.022Z | Downloaded openssl-macros v0.1.1 |
| 153 | 2024-07-30T18:47:06.022Z | Downloaded dtrace-parser v0.2.0 |
| 154 | 2024-07-30T18:47:06.022Z | Downloaded mime v0.3.17 |
| 155 | 2024-07-30T18:47:06.025Z | Downloaded futures-channel v0.3.30 |
| 156 | 2024-07-30T18:47:06.026Z | Downloaded parking_lot v0.12.3 |
| 157 | 2024-07-30T18:47:06.029Z | Downloaded tower-service v0.3.2 |
| 158 | 2024-07-30T18:47:06.029Z | Downloaded once_cell v1.19.0 |
| 159 | 2024-07-30T18:47:06.032Z | Downloaded multer v3.1.0 |
| 160 | 2024-07-30T18:47:06.035Z | Downloaded lock_api v0.4.12 |
| 161 | 2024-07-30T18:47:06.035Z | Downloaded pest_generator v2.7.11 |
| 162 | 2024-07-30T18:47:06.035Z | Downloaded dirs-sys-next v0.1.2 |
| 163 | 2024-07-30T18:47:06.038Z | Downloaded sha1 v0.10.6 |
| 164 | 2024-07-30T18:47:06.038Z | Downloaded serde_urlencoded v0.7.1 |
| 165 | 2024-07-30T18:47:06.041Z | Downloaded powerfmt v0.2.0 |
| 166 | 2024-07-30T18:47:06.041Z | Downloaded try-lock v0.2.5 |
| 167 | 2024-07-30T18:47:06.041Z | Downloaded httpdate v1.0.3 |
| 168 | 2024-07-30T18:47:06.044Z | Downloaded futures-core v0.3.30 |
| 169 | 2024-07-30T18:47:06.044Z | Downloaded signal-hook-registry v1.4.2 |
| 170 | 2024-07-30T18:47:06.044Z | Downloaded httparse v1.9.4 |
| 171 | 2024-07-30T18:47:06.047Z | Downloaded crossbeam-utils v0.8.20 |
| 172 | 2024-07-30T18:47:06.050Z | Downloaded slog-bunyan v2.5.0 |
| 173 | 2024-07-30T18:47:06.050Z | Downloaded serde_spanned v0.6.7 |
| 174 | 2024-07-30T18:47:06.053Z | Downloaded indexmap v1.9.3 |
| 175 | 2024-07-30T18:47:06.056Z | Downloaded digest v0.10.7 |
| 176 | 2024-07-30T18:47:06.056Z | Downloaded ahash v0.8.11 |
| 177 | 2024-07-30T18:47:06.059Z | Downloaded subtle v2.6.1 |
| 178 | 2024-07-30T18:47:06.059Z | Downloaded memmap v0.7.0 |
| 179 | 2024-07-30T18:47:06.061Z | Downloaded heck v0.5.0 |
| 180 | 2024-07-30T18:47:06.061Z | Downloaded futures-sink v0.3.30 |
| 181 | 2024-07-30T18:47:06.064Z | Downloaded rustls-pemfile v1.0.4 |
| 182 | 2024-07-30T18:47:06.064Z | Downloaded scopeguard v1.2.0 |
| 183 | 2024-07-30T18:47:06.067Z | Downloaded thread_local v1.1.8 |
| 184 | 2024-07-30T18:47:06.068Z | Downloaded thiserror-impl v1.0.63 |
| 185 | 2024-07-30T18:47:06.068Z | Downloaded strsim v0.11.1 |
| 186 | 2024-07-30T18:47:06.070Z | Downloaded futures-io v0.3.30 |
| 187 | 2024-07-30T18:47:06.070Z | Downloaded rustversion v1.0.17 |
| 188 | 2024-07-30T18:47:06.074Z | Downloaded plain v0.2.3 |
| 189 | 2024-07-30T18:47:06.074Z | Downloaded time-macros v0.2.18 |
| 190 | 2024-07-30T18:47:06.077Z | Downloaded allocator-api2 v0.2.18 |
| 191 | 2024-07-30T18:47:06.079Z | Downloaded slog-async v2.8.0 |
| 192 | 2024-07-30T18:47:06.079Z | Downloaded slog-json v2.6.1 |
| 193 | 2024-07-30T18:47:06.082Z | Downloaded newtype-uuid v1.1.0 |
| 194 | 2024-07-30T18:47:06.082Z | Downloaded iana-time-zone v0.1.60 |
| 195 | 2024-07-30T18:47:06.085Z | Downloaded fnv v1.0.7 |
| 196 | 2024-07-30T18:47:06.085Z | Downloaded toml_datetime v0.6.8 |
| 197 | 2024-07-30T18:47:06.088Z | Downloaded pin-utils v0.1.0 |
| 198 | 2024-07-30T18:47:06.088Z | Downloaded thiserror v1.0.63 |
| 199 | 2024-07-30T18:47:06.091Z | Downloaded tokio-native-tls v0.3.1 |
| 200 | 2024-07-30T18:47:06.094Z | Downloaded tokio-macros v2.4.0 |
| 201 | 2024-07-30T18:47:06.096Z | Downloaded time-core v0.1.2 |
| 202 | 2024-07-30T18:47:06.096Z | Downloaded percent-encoding v2.3.1 |
| 203 | 2024-07-30T18:47:06.097Z | Downloaded unicode-ident v1.0.12 |
| 204 | 2024-07-30T18:47:06.099Z | Downloaded rand_chacha v0.3.1 |
| 205 | 2024-07-30T18:47:06.099Z | Downloaded ipnet v2.9.0 |
| 206 | 2024-07-30T18:47:06.102Z | Downloaded tokio-rustls v0.25.0 |
| 207 | 2024-07-30T18:47:06.105Z | Downloaded untrusted v0.9.0 |
| 208 | 2024-07-30T18:47:06.105Z | Downloaded structmeta v0.3.0 |
| 209 | 2024-07-30T18:47:06.105Z | Downloaded hostname v0.3.1 |
| 210 | 2024-07-30T18:47:06.108Z | Downloaded hyper-rustls v0.24.2 |
| 211 | 2024-07-30T18:47:06.110Z | Downloaded strum_macros v0.26.4 |
| 212 | 2024-07-30T18:47:06.111Z | Downloaded native-tls v0.2.12 |
| 213 | 2024-07-30T18:47:06.113Z | Downloaded pin-project-lite v0.2.14 |
| 214 | 2024-07-30T18:47:06.117Z | Downloaded serde_tokenstream v0.2.1 |
| 215 | 2024-07-30T18:47:06.120Z | Downloaded slog-term v2.9.1 |
| 216 | 2024-07-30T18:47:06.123Z | Downloaded zeroize v1.8.1 |
| 217 | 2024-07-30T18:47:06.126Z | Downloaded ppv-lite86 v0.2.19 |
| 218 | 2024-07-30T18:47:06.126Z | Downloaded tokio-rustls v0.24.1 |
| 219 | 2024-07-30T18:47:06.129Z | Downloaded semver v1.0.23 |
| 220 | 2024-07-30T18:47:06.129Z | Downloaded serde_path_to_error v0.1.16 |
| 221 | 2024-07-30T18:47:06.132Z | Downloaded bytes v1.6.1 |
| 222 | 2024-07-30T18:47:06.135Z | Downloaded schemars_derive v0.8.21 |
| 223 | 2024-07-30T18:47:06.135Z | Downloaded thread-id v4.2.2 |
| 224 | 2024-07-30T18:47:06.138Z | Downloaded num-traits v0.2.19 |
| 225 | 2024-07-30T18:47:06.141Z | Downloaded log v0.4.22 |
| 226 | 2024-07-30T18:47:06.141Z | Downloaded serde_with_macros v3.9.0 |
| 227 | 2024-07-30T18:47:06.143Z | Downloaded typenum v1.17.0 |
| 228 | 2024-07-30T18:47:06.146Z | Downloaded term v0.7.0 |
| 229 | 2024-07-30T18:47:06.149Z | Downloaded pest_derive v2.7.11 |
| 230 | 2024-07-30T18:47:06.151Z | Downloaded smallvec v1.13.2 |
| 231 | 2024-07-30T18:47:06.151Z | Downloaded ucd-trie v0.1.6 |
| 232 | 2024-07-30T18:47:06.154Z | Downloaded unicode-bidi v0.3.15 |
| 233 | 2024-07-30T18:47:06.157Z | Downloaded http v1.1.0 |
| 234 | 2024-07-30T18:47:06.159Z | Downloaded quote v1.0.36 |
| 235 | 2024-07-30T18:47:06.162Z | Downloaded spin v0.9.8 |
| 236 | 2024-07-30T18:47:06.165Z | Downloaded openssl-sys v0.9.103 |
| 237 | 2024-07-30T18:47:06.168Z | Downloaded serde_derive_internals v0.29.1 |
| 238 | 2024-07-30T18:47:06.170Z | Downloaded socket2 v0.5.7 |
| 239 | 2024-07-30T18:47:06.173Z | Downloaded slog v2.7.0 |
| 240 | 2024-07-30T18:47:06.173Z | Downloaded tracing-core v0.1.32 |
| 241 | 2024-07-30T18:47:06.176Z | Downloaded toml v0.8.17 |
| 242 | 2024-07-30T18:47:06.179Z | Downloaded serde_derive v1.0.204 |
| 243 | 2024-07-30T18:47:06.181Z | Downloaded indexmap v2.2.6 |
| 244 | 2024-07-30T18:47:06.185Z | Downloaded cc v1.1.7 |
| 245 | 2024-07-30T18:47:06.188Z | Downloaded url v2.5.2 |
| 246 | 2024-07-30T18:47:06.191Z | Downloaded http v0.2.12 |
| 247 | 2024-07-30T18:47:06.194Z | Downloaded crossbeam-channel v0.5.13 |
| 248 | 2024-07-30T18:47:06.198Z | Downloaded rustls-pemfile v2.1.2 |
| 249 | 2024-07-30T18:47:06.201Z | Downloaded scroll v0.12.0 |
| 250 | 2024-07-30T18:47:06.204Z | Downloaded ryu v1.0.18 |
| 251 | 2024-07-30T18:47:06.204Z | Downloaded pest_meta v2.7.11 |
| 252 | 2024-07-30T18:47:06.206Z | Downloaded zerocopy-derive v0.7.35 |
| 253 | 2024-07-30T18:47:06.210Z | Downloaded uuid v1.10.0 |
| 254 | 2024-07-30T18:47:06.212Z | Downloaded mio v1.0.1 |
| 255 | 2024-07-30T18:47:06.217Z | Downloaded hashbrown v0.12.3 |
| 256 | 2024-07-30T18:47:06.221Z | Downloaded schemars v0.8.21 |
| 257 | 2024-07-30T18:47:06.231Z | Downloaded tokio-util v0.7.11 |
| 258 | 2024-07-30T18:47:06.237Z | Downloaded hashbrown v0.14.5 |
| 259 | 2024-07-30T18:47:06.243Z | Downloaded unsafe-libyaml v0.2.11 |
| 260 | 2024-07-30T18:47:06.246Z | Downloaded futures-util v0.3.30 |
| 261 | 2024-07-30T18:47:06.255Z | Downloaded h2 v0.3.26 |
| 262 | 2024-07-30T18:47:06.261Z | Downloaded hyper v0.14.30 |
| 263 | 2024-07-30T18:47:06.268Z | Downloaded goblin v0.8.2 |
| 264 | 2024-07-30T18:47:06.274Z | Downloaded rand v0.8.5 |
| 265 | 2024-07-30T18:47:06.277Z | Downloaded serde v1.0.204 |
| 266 | 2024-07-30T18:47:06.280Z | Downloaded chrono v0.4.38 |
| 267 | 2024-07-30T18:47:06.286Z | Downloaded aho-corasick v1.1.3 |
| 268 | 2024-07-30T18:47:06.293Z | Downloaded openssl v0.10.66 |
| 269 | 2024-07-30T18:47:06.300Z | Downloaded tinyvec v1.8.0 |
| 270 | 2024-07-30T18:47:06.303Z | Downloaded tracing v0.1.40 |
| 271 | 2024-07-30T18:47:06.306Z | Downloaded serde_yaml v0.9.34+deprecated |
| 272 | 2024-07-30T18:47:06.309Z | Downloaded idna v0.5.0 |
| 273 | 2024-07-30T18:47:06.315Z | Downloaded parking_lot_core v0.9.10 |
| 274 | 2024-07-30T18:47:06.318Z | Downloaded openapiv3 v2.0.0 |
| 275 | 2024-07-30T18:47:06.328Z | Downloaded futures v0.3.30 |
| 276 | 2024-07-30T18:47:06.332Z | Downloaded slab v0.4.9 |
| 277 | 2024-07-30T18:47:06.335Z | Downloaded toml_edit v0.22.18 |
| 278 | 2024-07-30T18:47:06.353Z | Downloaded pest v2.7.11 |
| 279 | 2024-07-30T18:47:06.357Z | Downloaded time v0.3.36 |
| 280 | 2024-07-30T18:47:06.363Z | Downloaded serde_json v1.0.121 |
| 281 | 2024-07-30T18:47:06.369Z | Downloaded sha2 v0.10.8 |
| 282 | 2024-07-30T18:47:06.372Z | Downloaded unicode-normalization v0.1.23 |
| 283 | 2024-07-30T18:47:06.375Z | Downloaded sct v0.7.1 |
| 284 | 2024-07-30T18:47:06.378Z | Downloaded zerocopy v0.7.35 |
| 285 | 2024-07-30T18:47:06.392Z | Downloaded memchr v2.7.4 |
| 286 | 2024-07-30T18:47:06.397Z | Downloaded tokio v1.39.2 |
| 287 | 2024-07-30T18:47:06.430Z | Downloaded winnow v0.6.16 |
| 288 | 2024-07-30T18:47:06.438Z | Downloaded serde_with v3.9.0 |
| 289 | 2024-07-30T18:47:06.445Z | Downloaded rustls-webpki v0.101.7 |
| 290 | 2024-07-30T18:47:06.457Z | Downloaded reqwest v0.11.27 |
| 291 | 2024-07-30T18:47:06.464Z | Downloaded rustls-webpki v0.102.6 |
| 292 | 2024-07-30T18:47:06.480Z | Downloaded encoding_rs v0.8.34 |
| 293 | 2024-07-30T18:47:06.499Z | Downloaded vcpkg v0.2.15 |
| 294 | 2024-07-30T18:47:06.533Z | Downloaded webpki-roots v0.25.4 |
| 295 | 2024-07-30T18:47:06.536Z | Downloaded rustls v0.21.12 |
| 296 | 2024-07-30T18:47:06.551Z | Downloaded regex v1.10.5 |
| 297 | 2024-07-30T18:47:06.564Z | Downloaded syn v2.0.72 |
| 298 | 2024-07-30T18:47:06.575Z | Downloaded libc v0.2.155 |
| 299 | 2024-07-30T18:47:06.603Z | Downloaded rustls v0.22.4 |
| 300 | 2024-07-30T18:47:06.615Z | Downloaded regex-syntax v0.8.4 |
| 301 | 2024-07-30T18:47:06.623Z | Downloaded regress v0.10.0 |
| 302 | 2024-07-30T18:47:06.631Z | Downloaded regress v0.9.1 |
| 303 | 2024-07-30T18:47:06.639Z | Downloaded regex-automata v0.4.7 |
| 304 | 2024-07-30T18:47:06.656Z | Downloaded darling_core v0.20.10 |
| 305 | 2024-07-30T18:47:06.660Z | Downloaded base64 v0.21.7 |
| 306 | 2024-07-30T18:47:06.663Z | Downloaded rustls-pki-types v1.7.0 |
| 307 | 2024-07-30T18:47:06.666Z | Downloaded parse-display-derive v0.9.1 |
| 308 | 2024-07-30T18:47:06.669Z | Downloaded version_check v0.9.5 |
| 309 | 2024-07-30T18:47:06.669Z | Downloaded generic-array v0.14.7 |
| 310 | 2024-07-30T18:47:06.672Z | Downloaded pkg-config v0.3.30 |
| 311 | 2024-07-30T18:47:06.672Z | Downloaded getrandom v0.2.15 |
| 312 | 2024-07-30T18:47:06.674Z | Downloaded parse-display v0.9.1 |
| 313 | 2024-07-30T18:47:06.675Z | Downloaded debug-ignore v1.0.5 |
| 314 | 2024-07-30T18:47:06.677Z | Downloaded crypto-common v0.1.6 |
| 315 | 2024-07-30T18:47:06.677Z | Downloaded http-body v0.4.6 |
| 316 | 2024-07-30T18:47:06.677Z | Downloaded bitflags v2.6.0 |
| 317 | 2024-07-30T18:47:06.681Z | Downloaded structmeta-derive v0.3.0 |
| 318 | 2024-07-30T18:47:06.684Z | Downloaded rand_core v0.6.4 |
| 319 | 2024-07-30T18:47:06.684Z | Downloaded omicron-workspace-hack v0.1.0 |
| 320 | 2024-07-30T18:47:06.684Z | Downloaded atomic-waker v1.1.2 |
| 321 | 2024-07-30T18:47:06.687Z | Downloaded num-conv v0.1.0 |
| 322 | 2024-07-30T18:47:06.914Z | Downloaded ring v0.17.8 |
| 323 | 2024-07-30T18:47:07.097Z | Compiling proc-macro2 v1.0.86 |
| 324 | 2024-07-30T18:47:07.098Z | Compiling unicode-ident v1.0.12 |
| 325 | 2024-07-30T18:47:07.101Z | Compiling libc v0.2.155 |
| 326 | 2024-07-30T18:47:07.101Z | Checking cfg-if v1.0.0 |
| 327 | 2024-07-30T18:47:07.101Z | Compiling version_check v0.9.5 |
| 328 | 2024-07-30T18:47:07.111Z | Compiling autocfg v1.3.0 |
| 329 | 2024-07-30T18:47:07.113Z | Compiling serde v1.0.204 |
| 330 | 2024-07-30T18:47:07.116Z | Checking memchr v2.7.4 |
| 331 | 2024-07-30T18:47:07.193Z | Compiling serde_json v1.0.121 |
| 332 | 2024-07-30T18:47:07.281Z | Checking itoa v1.0.11 |
| 333 | 2024-07-30T18:47:07.692Z | Compiling ahash v0.8.11 |
| 334 | 2024-07-30T18:47:07.801Z | Checking byteorder v1.5.0 |
| 335 | 2024-07-30T18:47:07.986Z | Checking once_cell v1.19.0 |
| 336 | 2024-07-30T18:47:08.054Z | Compiling thiserror v1.0.63 |
| 337 | 2024-07-30T18:47:08.057Z | Compiling cc v1.1.7 |
| 338 | 2024-07-30T18:47:09.929Z | Compiling num-traits v0.2.19 |
| 339 | 2024-07-30T18:47:10.478Z | Checking pin-project-lite v0.2.14 |
| 340 | 2024-07-30T18:47:10.509Z | Checking ryu v1.0.18 |
| 341 | 2024-07-30T18:47:10.565Z | Checking bytes v1.6.1 |
| 342 | 2024-07-30T18:47:10.579Z | Checking log v0.4.22 |
| 343 | 2024-07-30T18:47:10.675Z | Checking allocator-api2 v0.2.18 |
| 344 | 2024-07-30T18:47:10.701Z | Compiling lock_api v0.4.12 |
| 345 | 2024-07-30T18:47:10.794Z | Compiling parking_lot_core v0.9.10 |
| 346 | 2024-07-30T18:47:10.872Z | Compiling schemars v0.8.21 |
| 347 | 2024-07-30T18:47:11.010Z | Compiling ring v0.17.8 |
| 348 | 2024-07-30T18:47:11.105Z | Checking scopeguard v1.2.0 |
| 349 | 2024-07-30T18:47:11.174Z | Checking getrandom v0.2.15 |
| 350 | 2024-07-30T18:47:11.212Z | Checking futures-core v0.3.30 |
| 351 | 2024-07-30T18:47:11.218Z | Checking smallvec v1.13.2 |
| 352 | 2024-07-30T18:47:11.253Z | Checking socket2 v0.5.7 |
| 353 | 2024-07-30T18:47:11.294Z | Checking signal-hook-registry v1.4.2 |
| 354 | 2024-07-30T18:47:11.356Z | Compiling quote v1.0.36 |
| 355 | 2024-07-30T18:47:11.365Z | Checking mio v1.0.1 |
| 356 | 2024-07-30T18:47:11.511Z | Compiling slab v0.4.9 |
| 357 | 2024-07-30T18:47:11.712Z | Compiling syn v2.0.72 |
| 358 | 2024-07-30T18:47:11.719Z | Checking spin v0.9.8 |
| 359 | 2024-07-30T18:47:11.835Z | Checking futures-sink v0.3.30 |
| 360 | 2024-07-30T18:47:11.877Z | Checking parking_lot v0.12.3 |
| 361 | 2024-07-30T18:47:11.920Z | Checking untrusted v0.9.0 |
| 362 | 2024-07-30T18:47:11.955Z | Checking equivalent v1.0.1 |
| 363 | 2024-07-30T18:47:12.009Z | Checking fnv v1.0.7 |
| 364 | 2024-07-30T18:47:12.042Z | Checking futures-channel v0.3.30 |
| 365 | 2024-07-30T18:47:12.098Z | Compiling pkg-config v0.3.30 |
| 366 | 2024-07-30T18:47:12.110Z | Compiling vcpkg v0.2.15 |
| 367 | 2024-07-30T18:47:12.179Z | Checking pin-utils v0.1.0 |
| 368 | 2024-07-30T18:47:12.241Z | Checking futures-task v0.3.30 |
| 369 | 2024-07-30T18:47:12.248Z | Compiling semver v1.0.23 |
| 370 | 2024-07-30T18:47:12.362Z | Compiling heck v0.5.0 |
| 371 | 2024-07-30T18:47:12.434Z | Checking futures-io v0.3.30 |
| 372 | 2024-07-30T18:47:12.628Z | Compiling ucd-trie v0.1.6 |
| 373 | 2024-07-30T18:47:12.723Z | Checking iana-time-zone v0.1.60 |
| 374 | 2024-07-30T18:47:12.757Z | Checking http v0.2.12 |
| 375 | 2024-07-30T18:47:13.222Z | Checking dyn-clone v1.0.17 |
| 376 | 2024-07-30T18:47:13.309Z | Compiling httparse v1.9.4 |
| 377 | 2024-07-30T18:47:13.666Z | Compiling openssl-sys v0.9.103 |
| 378 | 2024-07-30T18:47:13.917Z | Checking tracing-core v0.1.32 |
| 379 | 2024-07-30T18:47:13.952Z | Compiling uuid v1.10.0 |
| 380 | 2024-07-30T18:47:14.368Z | Compiling chrono v0.4.38 |
| 381 | 2024-07-30T18:47:14.426Z | Checking try-lock v0.2.5 |
| 382 | 2024-07-30T18:47:14.474Z | Compiling slog v2.7.0 |
| 383 | 2024-07-30T18:47:14.516Z | Checking foreign-types-shared v0.1.1 |
| 384 | 2024-07-30T18:47:14.562Z | Checking tracing v0.1.40 |
| 385 | 2024-07-30T18:47:14.583Z | Compiling openssl v0.10.66 |
| 386 | 2024-07-30T18:47:14.759Z | Checking foreign-types v0.3.2 |
| 387 | 2024-07-30T18:47:14.803Z | Checking want v0.3.1 |
| 388 | 2024-07-30T18:47:14.926Z | Checking http-body v0.4.6 |
| 389 | 2024-07-30T18:47:14.944Z | Compiling aho-corasick v1.1.3 |
| 390 | 2024-07-30T18:47:14.948Z | Checking percent-encoding v2.3.1 |
| 391 | 2024-07-30T18:47:15.118Z | Compiling typenum v1.17.0 |
| 392 | 2024-07-30T18:47:15.260Z | Checking httpdate v1.0.3 |
| 393 | 2024-07-30T18:47:15.439Z | Checking tower-service v0.3.2 |
| 394 | 2024-07-30T18:47:15.525Z | Compiling regex-syntax v0.8.4 |
| 395 | 2024-07-30T18:47:15.972Z | Checking bitflags v2.6.0 |
| 396 | 2024-07-30T18:47:16.067Z | Checking tinyvec_macros v0.1.1 |
| 397 | 2024-07-30T18:47:16.134Z | Compiling rustls v0.21.12 |
| 398 | 2024-07-30T18:47:16.164Z | Compiling native-tls v0.2.12 |
| 399 | 2024-07-30T18:47:16.400Z | Checking tinyvec v1.8.0 |
| 400 | 2024-07-30T18:47:16.522Z | Checking form_urlencoded v1.2.1 |
| 401 | 2024-07-30T18:47:17.126Z | Compiling generic-array v0.14.7 |
| 402 | 2024-07-30T18:47:17.377Z | Checking openssl-probe v0.1.5 |
| 403 | 2024-07-30T18:47:17.433Z | Checking unicode-normalization v0.1.23 |
| 404 | 2024-07-30T18:47:18.077Z | Compiling serde_derive_internals v0.29.1 |
| 405 | 2024-07-30T18:47:18.465Z | Compiling regex-automata v0.4.7 |
| 406 | 2024-07-30T18:47:19.320Z | Compiling usdt-impl v0.5.0 |
| 407 | 2024-07-30T18:47:19.652Z | Checking encoding_rs v0.8.34 |
| 408 | 2024-07-30T18:47:19.821Z | Compiling time-core v0.1.2 |
| 409 | 2024-07-30T18:47:19.982Z | Checking mime v0.3.17 |
| 410 | 2024-07-30T18:47:20.273Z | Compiling num-conv v0.1.0 |
| 411 | 2024-07-30T18:47:20.299Z | Checking powerfmt v0.2.0 |
| 412 | 2024-07-30T18:47:20.491Z | Checking unicode-bidi v0.3.15 |
| 413 | 2024-07-30T18:47:20.645Z | Checking deranged v0.3.11 |
| 414 | 2024-07-30T18:47:20.745Z | Compiling time-macros v0.2.18 |
| 415 | 2024-07-30T18:47:21.076Z | Checking idna v0.5.0 |
| 416 | 2024-07-30T18:47:21.797Z | Compiling thread-id v4.2.2 |
| 417 | 2024-07-30T18:47:21.936Z | Compiling strsim v0.11.1 |
| 418 | 2024-07-30T18:47:22.384Z | Compiling regex v1.10.5 |
| 419 | 2024-07-30T18:47:22.661Z | Compiling crossbeam-utils v0.8.20 |
| 420 | 2024-07-30T18:47:22.887Z | Compiling ident_case v1.0.1 |
| 421 | 2024-07-30T18:47:23.096Z | Compiling serde_derive v1.0.204 |
| 422 | 2024-07-30T18:47:23.157Z | Compiling zerocopy-derive v0.7.35 |
| 423 | 2024-07-30T18:47:23.164Z | Compiling thiserror-impl v1.0.63 |
| 424 | 2024-07-30T18:47:23.297Z | Compiling schemars_derive v0.8.21 |
| 425 | 2024-07-30T18:47:23.503Z | Compiling tokio-macros v2.4.0 |
| 426 | 2024-07-30T18:47:23.777Z | Compiling futures-macro v0.3.30 |
| 427 | 2024-07-30T18:47:25.232Z | Checking tokio v1.39.2 |
| 428 | 2024-07-30T18:47:25.298Z | Checking zerocopy v0.7.35 |
| 429 | 2024-07-30T18:47:26.071Z | Checking futures-util v0.3.30 |
| 430 | 2024-07-30T18:47:26.270Z | Compiling pest v2.7.11 |
| 431 | 2024-07-30T18:47:26.502Z | Compiling openssl-macros v0.1.1 |
| 432 | 2024-07-30T18:47:26.709Z | Checking sct v0.7.1 |
| 433 | 2024-07-30T18:47:26.868Z | Checking rustls-webpki v0.101.7 |
| 434 | 2024-07-30T18:47:27.101Z | Checking hashbrown v0.14.5 |
| 435 | 2024-07-30T18:47:28.246Z | Compiling scroll_derive v0.12.0 |
| 436 | 2024-07-30T18:47:29.015Z | Compiling pest_meta v2.7.11 |
| 437 | 2024-07-30T18:47:29.339Z | Compiling regress v0.10.0 |
| 438 | 2024-07-30T18:47:29.748Z | Checking scroll v0.12.0 |
| 439 | 2024-07-30T18:47:30.224Z | Compiling pest_generator v2.7.11 |
| 440 | 2024-07-30T18:47:32.036Z | Checking tokio-util v0.7.11 |
| 441 | 2024-07-30T18:47:32.691Z | Checking tokio-native-tls v0.3.1 |
| 442 | 2024-07-30T18:47:32.772Z | Checking tokio-rustls v0.24.1 |
| 443 | 2024-07-30T18:47:33.098Z | Checking rustls-pki-types v1.7.0 |
| 444 | 2024-07-30T18:47:33.142Z | Checking num_threads v0.1.7 |
| 445 | 2024-07-30T18:47:33.238Z | Checking plain v0.2.3 |
| 446 | 2024-07-30T18:47:33.476Z | Compiling pest_derive v2.7.11 |
| 447 | 2024-07-30T18:47:33.691Z | Checking base64 v0.21.7 |
| 448 | 2024-07-30T18:47:34.076Z | Checking goblin v0.8.2 |
| 449 | 2024-07-30T18:47:34.147Z | Checking rustls-pemfile v1.0.4 |
| 450 | 2024-07-30T18:47:34.294Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2024-07-30T18:47:34.634Z | Checking time v0.3.36 |
| 452 | 2024-07-30T18:47:36.046Z | Compiling darling_core v0.20.10 |
| 453 | 2024-07-30T18:47:36.128Z | Checking indexmap v2.2.6 |
| 454 | 2024-07-30T18:47:36.886Z | Checking serde_urlencoded v0.7.1 |
| 455 | 2024-07-30T18:47:36.935Z | Checking url v2.5.2 |
| 456 | 2024-07-30T18:47:37.341Z | Compiling serde_tokenstream v0.2.1 |
| 457 | 2024-07-30T18:47:37.598Z | Checking h2 v0.3.26 |
| 458 | 2024-07-30T18:47:37.836Z | Checking openapiv3 v2.0.0 |
| 459 | 2024-07-30T18:47:37.992Z | Checking dirs-sys-next v0.1.2 |
| 460 | 2024-07-30T18:47:38.458Z | Compiling paste v1.0.15 |
| 461 | 2024-07-30T18:47:38.854Z | Compiling unsafe-libyaml v0.2.11 |
| 462 | 2024-07-30T18:47:39.068Z | Compiling dof v0.3.0 |
| 463 | 2024-07-30T18:47:39.887Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 464 | 2024-07-30T18:47:40.671Z | Compiling rustls v0.22.4 |
| 465 | 2024-07-30T18:47:41.230Z | Checking pretty-hex v0.4.1 |
| 466 | 2024-07-30T18:47:41.233Z | Checking ipnet v2.9.0 |
| 467 | 2024-07-30T18:47:41.383Z | Checking sync_wrapper v0.1.2 |
| 468 | 2024-07-30T18:47:41.482Z | Compiling rustversion v1.0.17 |
| 469 | 2024-07-30T18:47:41.625Z | Checking hyper v0.14.30 |
| 470 | 2024-07-30T18:47:41.688Z | Checking webpki-roots v0.25.4 |
| 471 | 2024-07-30T18:47:41.812Z | Compiling omicron-workspace-hack v0.1.0 |
| 472 | 2024-07-30T18:47:42.158Z | Compiling serde_yaml v0.9.34+deprecated |
| 473 | 2024-07-30T18:47:42.329Z | Checking dirs-next v2.0.0 |
| 474 | 2024-07-30T18:47:42.358Z | Compiling darling_macro v0.20.10 |
| 475 | 2024-07-30T18:47:42.431Z | Checking toml_datetime v0.6.8 |
| 476 | 2024-07-30T18:47:42.664Z | Checking serde_spanned v0.6.7 |
| 477 | 2024-07-30T18:47:42.886Z | Checking rustls-webpki v0.102.6 |
| 478 | 2024-07-30T18:47:42.918Z | Checking ppv-lite86 v0.2.19 |
| 479 | 2024-07-30T18:47:43.516Z | Compiling structmeta-derive v0.3.0 |
| 480 | 2024-07-30T18:47:43.524Z | Checking crypto-common v0.1.6 |
| 481 | 2024-07-30T18:47:43.662Z | Checking block-buffer v0.10.4 |
| 482 | 2024-07-30T18:47:43.669Z | Checking rand_core v0.6.4 |
| 483 | 2024-07-30T18:47:43.764Z | Checking thread_local v1.1.8 |
| 484 | 2024-07-30T18:47:43.826Z | Compiling multer v3.1.0 |
| 485 | 2024-07-30T18:47:43.927Z | Compiling slog-async v2.8.0 |
| 486 | 2024-07-30T18:47:44.025Z | Checking subtle v2.6.1 |
| 487 | 2024-07-30T18:47:44.125Z | Checking zeroize v1.8.1 |
| 488 | 2024-07-30T18:47:44.236Z | Compiling camino v1.1.7 |
| 489 | 2024-07-30T18:47:44.355Z | Checking match_cfg v0.1.0 |
| 490 | 2024-07-30T18:47:44.382Z | Compiling anyhow v1.0.86 |
| 491 | 2024-07-30T18:47:44.427Z | Checking winnow v0.6.16 |
| 492 | 2024-07-30T18:47:44.559Z | Checking hostname v0.3.1 |
| 493 | 2024-07-30T18:47:44.886Z | Checking rand_chacha v0.3.1 |
| 494 | 2024-07-30T18:47:45.064Z | Checking digest v0.10.7 |
| 495 | 2024-07-30T18:47:45.369Z | Checking crossbeam-channel v0.5.13 |
| 496 | 2024-07-30T18:47:45.742Z | Compiling darling v0.20.10 |
| 497 | 2024-07-30T18:47:45.839Z | Checking term v0.7.0 |
| 498 | 2024-07-30T18:47:46.049Z | Checking hyper-rustls v0.24.2 |
| 499 | 2024-07-30T18:47:46.074Z | Checking hyper-tls v0.5.0 |
| 500 | 2024-07-30T18:47:46.224Z | Compiling structmeta v0.3.0 |
| 501 | 2024-07-30T18:47:46.302Z | Compiling usdt-attr-macro v0.5.0 |
| 502 | 2024-07-30T18:47:46.317Z | Checking reqwest v0.11.27 |
| 503 | 2024-07-30T18:47:46.594Z | Compiling usdt-macro v0.5.0 |
| 504 | 2024-07-30T18:47:47.064Z | Checking slog-json v2.6.1 |
| 505 | 2024-07-30T18:47:47.284Z | Checking futures-executor v0.3.30 |
| 506 | 2024-07-30T18:47:47.388Z | Checking toml_edit v0.22.18 |
| 507 | 2024-07-30T18:47:47.471Z | Compiling async-stream-impl v0.3.5 |
| 508 | 2024-07-30T18:47:47.582Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 509 | 2024-07-30T18:47:47.616Z | Checking http v1.1.0 |
| 510 | 2024-07-30T18:47:47.762Z | Checking memmap v0.7.0 |
| 511 | 2024-07-30T18:47:47.848Z | Checking is-terminal v0.4.12 |
| 512 | 2024-07-30T18:47:47.861Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 513 | 2024-07-30T18:47:47.943Z | Checking take_mut v0.2.2 |
| 514 | 2024-07-30T18:47:47.950Z | Checking atomic-waker v1.1.2 |
| 515 | 2024-07-30T18:47:48.046Z | Checking cpufeatures v0.2.12 |
| 516 | 2024-07-30T18:47:48.070Z | Checking base64 v0.22.1 |
| 517 | 2024-07-30T18:47:48.120Z | Checking sha1 v0.10.6 |
| 518 | 2024-07-30T18:47:48.369Z | Checking waitgroup v0.1.2 |
| 519 | 2024-07-30T18:47:48.387Z | Checking tokio-rustls v0.25.0 |
| 520 | 2024-07-30T18:47:48.430Z | Checking usdt v0.5.0 |
| 521 | 2024-07-30T18:47:48.476Z | Checking slog-term v2.9.1 |
| 522 | 2024-07-30T18:47:48.523Z | Checking rustls-pemfile v2.1.2 |
| 523 | 2024-07-30T18:47:48.636Z | Compiling strum_macros v0.26.4 |
| 524 | 2024-07-30T18:47:48.706Z | Checking futures v0.3.30 |
| 525 | 2024-07-30T18:47:48.728Z | Checking slog-bunyan v2.5.0 |
| 526 | 2024-07-30T18:47:48.787Z | Compiling parse-display-derive v0.9.1 |
| 527 | 2024-07-30T18:47:48.803Z | Checking async-stream v0.3.5 |
| 528 | 2024-07-30T18:47:48.862Z | Compiling serde_with_macros v3.9.0 |
| 529 | 2024-07-30T18:47:48.950Z | Checking rand v0.8.5 |
| 530 | 2024-07-30T18:47:49.386Z | Checking newtype-uuid v1.1.0 |
| 531 | 2024-07-30T18:47:49.591Z | Checking ipnetwork v0.20.0 |
| 532 | 2024-07-30T18:47:49.790Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 533 | 2024-07-30T18:47:49.836Z | Checking toml v0.8.17 |
| 534 | 2024-07-30T18:47:49.926Z | Checking serde_path_to_error v0.1.16 |
| 535 | 2024-07-30T18:47:50.203Z | Checking hex v0.4.3 |
| 536 | 2024-07-30T18:47:50.535Z | Compiling async-trait v0.1.81 |
| 537 | 2024-07-30T18:47:50.543Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 538 | 2024-07-30T18:47:50.708Z | Checking hostname v0.4.0 |
| 539 | 2024-07-30T18:47:50.822Z | Checking instant v0.1.13 |
| 540 | 2024-07-30T18:47:50.920Z | Checking debug-ignore v1.0.5 |
| 541 | 2024-07-30T18:47:51.029Z | Checking backoff v0.4.0 |
| 542 | 2024-07-30T18:47:51.296Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 543 | 2024-07-30T18:47:51.303Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 544 | 2024-07-30T18:47:51.412Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 545 | 2024-07-30T18:47:51.422Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 546 | 2024-07-30T18:47:51.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 547 | 2024-07-30T18:47:51.696Z | Checking serde_with v3.9.0 |
| 548 | 2024-07-30T18:47:51.809Z | Checking macaddr v1.0.1 |
| 549 | 2024-07-30T18:47:52.117Z | Checking regress v0.9.1 |
| 550 | 2024-07-30T18:47:52.897Z | Checking parse-display v0.9.1 |
| 551 | 2024-07-30T18:47:53.357Z | Checking strum v0.26.3 |
| 552 | 2024-07-30T18:47:54.171Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 553 | 2024-07-30T18:47:56.041Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 554 | 2024-07-30T18:47:56.095Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 555 | 2024-07-30T18:47:58.699Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 556 | 2024-07-30T18:48:04.907Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 557 | 2024-07-30T18:48:05.006Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 558 | 2024-07-30T18:48:07.635Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 559 | 2024-07-30T18:48:14.033Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 560 | 2024-07-30T18:48:14.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 561 | 2024-07-30T18:48:14.136Z | + cargo build --release |
| 562 | 2024-07-30T18:48:14.378Z | Compiling proc-macro2 v1.0.86 |
| 563 | 2024-07-30T18:48:14.378Z | Compiling unicode-ident v1.0.12 |
| 564 | 2024-07-30T18:48:14.378Z | Compiling libc v0.2.155 |
| 565 | 2024-07-30T18:48:14.378Z | Compiling cfg-if v1.0.0 |
| 566 | 2024-07-30T18:48:14.381Z | Compiling version_check v0.9.5 |
| 567 | 2024-07-30T18:48:14.381Z | Compiling autocfg v1.3.0 |
| 568 | 2024-07-30T18:48:14.381Z | Compiling serde v1.0.204 |
| 569 | 2024-07-30T18:48:14.414Z | Compiling memchr v2.7.4 |
| 570 | 2024-07-30T18:48:14.477Z | Compiling serde_json v1.0.121 |
| 571 | 2024-07-30T18:48:14.550Z | Compiling itoa v1.0.11 |
| 572 | 2024-07-30T18:48:14.890Z | Compiling thiserror v1.0.63 |
| 573 | 2024-07-30T18:48:14.940Z | Compiling byteorder v1.5.0 |
| 574 | 2024-07-30T18:48:15.022Z | Compiling ahash v0.8.11 |
| 575 | 2024-07-30T18:48:15.103Z | Compiling once_cell v1.19.0 |
| 576 | 2024-07-30T18:48:15.379Z | Compiling cc v1.1.7 |
| 577 | 2024-07-30T18:48:15.624Z | Compiling num-traits v0.2.19 |
| 578 | 2024-07-30T18:48:15.769Z | Compiling getrandom v0.2.15 |
| 579 | 2024-07-30T18:48:15.854Z | Compiling quote v1.0.36 |
| 580 | 2024-07-30T18:48:15.920Z | Compiling pin-project-lite v0.2.14 |
| 581 | 2024-07-30T18:48:16.031Z | Compiling ryu v1.0.18 |
| 582 | 2024-07-30T18:48:16.145Z | Compiling bytes v1.6.1 |
| 583 | 2024-07-30T18:48:16.147Z | Compiling log v0.4.22 |
| 584 | 2024-07-30T18:48:16.377Z | Compiling syn v2.0.72 |
| 585 | 2024-07-30T18:48:16.571Z | Compiling schemars v0.8.21 |
| 586 | 2024-07-30T18:48:16.592Z | Compiling allocator-api2 v0.2.18 |
| 587 | 2024-07-30T18:48:16.697Z | Compiling lock_api v0.4.12 |
| 588 | 2024-07-30T18:48:16.879Z | Compiling parking_lot_core v0.9.10 |
| 589 | 2024-07-30T18:48:16.919Z | Compiling futures-core v0.3.30 |
| 590 | 2024-07-30T18:48:17.141Z | Compiling smallvec v1.13.2 |
| 591 | 2024-07-30T18:48:17.149Z | Compiling scopeguard v1.2.0 |
| 592 | 2024-07-30T18:48:17.184Z | Compiling mio v1.0.1 |
| 593 | 2024-07-30T18:48:17.309Z | Compiling signal-hook-registry v1.4.2 |
| 594 | 2024-07-30T18:48:17.407Z | Compiling socket2 v0.5.7 |
| 595 | 2024-07-30T18:48:17.857Z | Compiling slab v0.4.9 |
| 596 | 2024-07-30T18:48:18.024Z | Compiling parking_lot v0.12.3 |
| 597 | 2024-07-30T18:48:18.190Z | Compiling futures-sink v0.3.30 |
| 598 | 2024-07-30T18:48:18.350Z | Compiling spin v0.9.8 |
| 599 | 2024-07-30T18:48:18.415Z | Compiling ring v0.17.8 |
| 600 | 2024-07-30T18:48:18.599Z | Compiling untrusted v0.9.0 |
| 601 | 2024-07-30T18:48:18.714Z | Compiling semver v1.0.23 |
| 602 | 2024-07-30T18:48:18.769Z | Compiling equivalent v1.0.1 |
| 603 | 2024-07-30T18:48:18.922Z | Compiling fnv v1.0.7 |
| 604 | 2024-07-30T18:48:19.034Z | Compiling futures-channel v0.3.30 |
| 605 | 2024-07-30T18:48:19.198Z | Compiling pkg-config v0.3.30 |
| 606 | 2024-07-30T18:48:19.210Z | Compiling heck v0.5.0 |
| 607 | 2024-07-30T18:48:19.280Z | Compiling vcpkg v0.2.15 |
| 608 | 2024-07-30T18:48:19.498Z | Compiling futures-task v0.3.30 |
| 609 | 2024-07-30T18:48:19.611Z | Compiling pin-utils v0.1.0 |
| 610 | 2024-07-30T18:48:19.618Z | Compiling futures-io v0.3.30 |
| 611 | 2024-07-30T18:48:19.970Z | Compiling iana-time-zone v0.1.60 |
| 612 | 2024-07-30T18:48:20.035Z | Compiling ucd-trie v0.1.6 |
| 613 | 2024-07-30T18:48:20.416Z | Compiling http v0.2.12 |
| 614 | 2024-07-30T18:48:20.670Z | Compiling httparse v1.9.4 |
| 615 | 2024-07-30T18:48:20.874Z | Compiling dyn-clone v1.0.17 |
| 616 | 2024-07-30T18:48:20.946Z | Compiling openssl-sys v0.9.103 |
| 617 | 2024-07-30T18:48:21.494Z | Compiling tracing-core v0.1.32 |
| 618 | 2024-07-30T18:48:21.860Z | Compiling uuid v1.10.0 |
| 619 | 2024-07-30T18:48:22.000Z | Compiling chrono v0.4.38 |
| 620 | 2024-07-30T18:48:22.294Z | Compiling tracing v0.1.40 |
| 621 | 2024-07-30T18:48:23.872Z | Compiling serde_derive_internals v0.29.1 |
| 622 | 2024-07-30T18:48:23.989Z | Compiling openssl v0.10.66 |
| 623 | 2024-07-30T18:48:24.004Z | Compiling slog v2.7.0 |
| 624 | 2024-07-30T18:48:24.483Z | Compiling foreign-types-shared v0.1.1 |
| 625 | 2024-07-30T18:48:24.576Z | Compiling try-lock v0.2.5 |
| 626 | 2024-07-30T18:48:24.631Z | Compiling foreign-types v0.3.2 |
| 627 | 2024-07-30T18:48:24.710Z | Compiling want v0.3.1 |
| 628 | 2024-07-30T18:48:24.987Z | Compiling http-body v0.4.6 |
| 629 | 2024-07-30T18:48:25.170Z | Compiling aho-corasick v1.1.3 |
| 630 | 2024-07-30T18:48:25.468Z | Compiling rustls v0.21.12 |
| 631 | 2024-07-30T18:48:25.763Z | Compiling tinyvec_macros v0.1.1 |
| 632 | 2024-07-30T18:48:25.843Z | Compiling percent-encoding v2.3.1 |
| 633 | 2024-07-30T18:48:26.159Z | Compiling tower-service v0.3.2 |
| 634 | 2024-07-30T18:48:26.238Z | Compiling native-tls v0.2.12 |
| 635 | 2024-07-30T18:48:26.269Z | Compiling httpdate v1.0.3 |
| 636 | 2024-07-30T18:48:26.328Z | Compiling regex-syntax v0.8.4 |
| 637 | 2024-07-30T18:48:26.437Z | Compiling typenum v1.17.0 |
| 638 | 2024-07-30T18:48:26.580Z | Compiling bitflags v2.6.0 |
| 639 | 2024-07-30T18:48:26.922Z | Compiling form_urlencoded v1.2.1 |
| 640 | 2024-07-30T18:48:27.017Z | Compiling tinyvec v1.8.0 |
| 641 | 2024-07-30T18:48:27.533Z | Compiling generic-array v0.14.7 |
| 642 | 2024-07-30T18:48:27.921Z | Compiling openssl-probe v0.1.5 |
| 643 | 2024-07-30T18:48:28.585Z | Compiling unicode-normalization v0.1.23 |
| 644 | 2024-07-30T18:48:29.322Z | Compiling serde_derive v1.0.204 |
| 645 | 2024-07-30T18:48:29.672Z | Compiling zerocopy-derive v0.7.35 |
| 646 | 2024-07-30T18:48:29.733Z | Compiling thiserror-impl v1.0.63 |
| 647 | 2024-07-30T18:48:29.804Z | Compiling schemars_derive v0.8.21 |
| 648 | 2024-07-30T18:48:30.065Z | Compiling tokio-macros v2.4.0 |
| 649 | 2024-07-30T18:48:31.731Z | Compiling tokio v1.39.2 |
| 650 | 2024-07-30T18:48:31.882Z | Compiling zerocopy v0.7.35 |
| 651 | 2024-07-30T18:48:32.958Z | Compiling futures-macro v0.3.30 |
| 652 | 2024-07-30T18:48:34.253Z | Compiling hashbrown v0.14.5 |
| 653 | 2024-07-30T18:48:35.033Z | Compiling futures-util v0.3.30 |
| 654 | 2024-07-30T18:48:35.786Z | Compiling pest v2.7.11 |
| 655 | 2024-07-30T18:48:36.078Z | Compiling regress v0.10.0 |
| 656 | 2024-07-30T18:48:40.839Z | Compiling pest_meta v2.7.11 |
| 657 | 2024-07-30T18:48:40.939Z | Compiling tokio-util v0.7.11 |
| 658 | 2024-07-30T18:48:42.125Z | Compiling pest_generator v2.7.11 |
| 659 | 2024-07-30T18:48:43.292Z | Compiling openssl-macros v0.1.1 |
| 660 | 2024-07-30T18:48:44.078Z | Compiling indexmap v2.2.6 |
| 661 | 2024-07-30T18:48:45.141Z | Compiling serde_tokenstream v0.2.1 |
| 662 | 2024-07-30T18:48:45.629Z | Compiling h2 v0.3.26 |
| 663 | 2024-07-30T18:48:45.689Z | Compiling pest_derive v2.7.11 |
| 664 | 2024-07-30T18:48:46.567Z | Compiling sct v0.7.1 |
| 665 | 2024-07-30T18:48:50.252Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 666 | 2024-07-30T18:48:51.109Z | Compiling hyper v0.14.30 |
| 667 | 2024-07-30T18:48:53.114Z | Compiling rustls-webpki v0.101.7 |
| 668 | 2024-07-30T18:48:57.361Z | Compiling regex-automata v0.4.7 |
| 669 | 2024-07-30T18:49:01.421Z | Compiling regex v1.10.5 |
| 670 | 2024-07-30T18:49:02.208Z | Compiling scroll_derive v0.12.0 |
| 671 | 2024-07-30T18:49:02.455Z | Compiling usdt-impl v0.5.0 |
| 672 | 2024-07-30T18:49:02.809Z | Compiling encoding_rs v0.8.34 |
| 673 | 2024-07-30T18:49:03.281Z | Compiling mime v0.3.17 |
| 674 | 2024-07-30T18:49:03.327Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 675 | 2024-07-30T18:49:03.712Z | Compiling unicode-bidi v0.3.15 |
| 676 | 2024-07-30T18:49:04.404Z | Compiling powerfmt v0.2.0 |
| 677 | 2024-07-30T18:49:05.424Z | Compiling time-core v0.1.2 |
| 678 | 2024-07-30T18:49:05.587Z | Compiling num-conv v0.1.0 |
| 679 | 2024-07-30T18:49:05.849Z | Compiling time-macros v0.2.18 |
| 680 | 2024-07-30T18:49:06.787Z | Compiling deranged v0.3.11 |
| 681 | 2024-07-30T18:49:07.495Z | Compiling idna v0.5.0 |
| 682 | 2024-07-30T18:49:08.978Z | Compiling tokio-rustls v0.24.1 |
| 683 | 2024-07-30T18:49:09.066Z | Compiling scroll v0.12.0 |
| 684 | 2024-07-30T18:49:09.535Z | Compiling tokio-native-tls v0.3.1 |
| 685 | 2024-07-30T18:49:09.695Z | Compiling dof v0.3.0 |
| 686 | 2024-07-30T18:49:09.815Z | Compiling dtrace-parser v0.2.0 |
| 687 | 2024-07-30T18:49:10.595Z | Compiling serde_urlencoded v0.7.1 |
| 688 | 2024-07-30T18:49:12.769Z | Compiling thread-id v4.2.2 |
| 689 | 2024-07-30T18:49:13.195Z | Compiling strsim v0.11.1 |
| 690 | 2024-07-30T18:49:13.942Z | Compiling num_threads v0.1.7 |
| 691 | 2024-07-30T18:49:14.049Z | Compiling rustls-pki-types v1.7.0 |
| 692 | 2024-07-30T18:49:14.424Z | Compiling crossbeam-utils v0.8.20 |
| 693 | 2024-07-30T18:49:14.996Z | Compiling ident_case v1.0.1 |
| 694 | 2024-07-30T18:49:15.030Z | Compiling base64 v0.21.7 |
| 695 | 2024-07-30T18:49:15.390Z | Compiling plain v0.2.3 |
| 696 | 2024-07-30T18:49:15.712Z | Compiling omicron-workspace-hack v0.1.0 |
| 697 | 2024-07-30T18:49:16.172Z | Compiling time v0.3.36 |
| 698 | 2024-07-30T18:49:16.302Z | Compiling rustls-pemfile v1.0.4 |
| 699 | 2024-07-30T18:49:17.131Z | Compiling goblin v0.8.2 |
| 700 | 2024-07-30T18:49:20.621Z | Compiling darling_core v0.20.10 |
| 701 | 2024-07-30T18:49:26.978Z | Compiling hyper-tls v0.5.0 |
| 702 | 2024-07-30T18:49:27.456Z | Compiling hyper-rustls v0.24.2 |
| 703 | 2024-07-30T18:49:27.878Z | Compiling url v2.5.2 |
| 704 | 2024-07-30T18:49:28.252Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 705 | 2024-07-30T18:49:28.384Z | Compiling openapiv3 v2.0.0 |
| 706 | 2024-07-30T18:49:29.752Z | Compiling dirs-sys-next v0.1.2 |
| 707 | 2024-07-30T18:49:30.350Z | Compiling ipnet v2.9.0 |
| 708 | 2024-07-30T18:49:30.852Z | Compiling unsafe-libyaml v0.2.11 |
| 709 | 2024-07-30T18:49:32.570Z | Compiling rustls v0.22.4 |
| 710 | 2024-07-30T18:49:32.858Z | Compiling paste v1.0.15 |
| 711 | 2024-07-30T18:49:32.870Z | Compiling rustversion v1.0.17 |
| 712 | 2024-07-30T18:49:33.117Z | Compiling pretty-hex v0.4.1 |
| 713 | 2024-07-30T18:49:33.335Z | Compiling webpki-roots v0.25.4 |
| 714 | 2024-07-30T18:49:33.343Z | Compiling sync_wrapper v0.1.2 |
| 715 | 2024-07-30T18:49:33.453Z | Compiling reqwest v0.11.27 |
| 716 | 2024-07-30T18:49:33.559Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 717 | 2024-07-30T18:49:33.743Z | Compiling serde_yaml v0.9.34+deprecated |
| 718 | 2024-07-30T18:49:38.442Z | Compiling dirs-next v2.0.0 |
| 719 | 2024-07-30T18:49:38.442Z | Compiling darling_macro v0.20.10 |
| 720 | 2024-07-30T18:49:40.117Z | Compiling rustls-webpki v0.102.6 |
| 721 | 2024-07-30T18:49:40.507Z | Compiling block-buffer v0.10.4 |
| 722 | 2024-07-30T18:49:40.615Z | Compiling crypto-common v0.1.6 |
| 723 | 2024-07-30T18:49:40.664Z | Compiling toml_datetime v0.6.8 |
| 724 | 2024-07-30T18:49:40.712Z | Compiling serde_spanned v0.6.7 |
| 725 | 2024-07-30T18:49:40.798Z | Compiling ppv-lite86 v0.2.19 |
| 726 | 2024-07-30T18:49:40.942Z | Compiling structmeta-derive v0.3.0 |
| 727 | 2024-07-30T18:49:41.353Z | Compiling rand_core v0.6.4 |
| 728 | 2024-07-30T18:49:41.795Z | Compiling thread_local v1.1.8 |
| 729 | 2024-07-30T18:49:41.844Z | Compiling multer v3.1.0 |
| 730 | 2024-07-30T18:49:42.146Z | Compiling zeroize v1.8.1 |
| 731 | 2024-07-30T18:49:42.157Z | Compiling slog-async v2.8.0 |
| 732 | 2024-07-30T18:49:42.478Z | Compiling match_cfg v0.1.0 |
| 733 | 2024-07-30T18:49:42.548Z | Compiling subtle v2.6.1 |
| 734 | 2024-07-30T18:49:42.560Z | Compiling camino v1.1.7 |
| 735 | 2024-07-30T18:49:42.649Z | Compiling anyhow v1.0.86 |
| 736 | 2024-07-30T18:49:42.803Z | Compiling winnow v0.6.16 |
| 737 | 2024-07-30T18:49:43.414Z | Compiling hostname v0.3.1 |
| 738 | 2024-07-30T18:49:43.647Z | Compiling rand_chacha v0.3.1 |
| 739 | 2024-07-30T18:49:43.788Z | Compiling structmeta v0.3.0 |
| 740 | 2024-07-30T18:49:44.235Z | Compiling digest v0.10.7 |
| 741 | 2024-07-30T18:49:44.654Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 742 | 2024-07-30T18:49:45.483Z | Compiling crossbeam-channel v0.5.13 |
| 743 | 2024-07-30T18:49:47.216Z | Compiling toml_edit v0.22.18 |
| 744 | 2024-07-30T18:49:47.226Z | Compiling darling v0.20.10 |
| 745 | 2024-07-30T18:49:47.320Z | Compiling term v0.7.0 |
| 746 | 2024-07-30T18:49:52.157Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 747 | 2024-07-30T18:49:55.304Z | Compiling usdt-macro v0.5.0 |
| 748 | 2024-07-30T18:49:56.302Z | Compiling usdt-attr-macro v0.5.0 |
| 749 | 2024-07-30T18:49:56.644Z | Compiling slog-json v2.6.1 |
| 750 | 2024-07-30T18:49:57.202Z | Compiling futures-executor v0.3.30 |
| 751 | 2024-07-30T18:49:57.811Z | Compiling async-stream-impl v0.3.5 |
| 752 | 2024-07-30T18:49:58.485Z | Compiling http v1.1.0 |
| 753 | 2024-07-30T18:49:59.227Z | Compiling is-terminal v0.4.12 |
| 754 | 2024-07-30T18:49:59.336Z | Compiling memmap v0.7.0 |
| 755 | 2024-07-30T18:49:59.774Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 756 | 2024-07-30T18:50:00.097Z | Compiling base64 v0.22.1 |
| 757 | 2024-07-30T18:50:01.008Z | Compiling cpufeatures v0.2.12 |
| 758 | 2024-07-30T18:50:01.091Z | Compiling atomic-waker v1.1.2 |
| 759 | 2024-07-30T18:50:01.125Z | Compiling take_mut v0.2.2 |
| 760 | 2024-07-30T18:50:01.271Z | Compiling waitgroup v0.1.2 |
| 761 | 2024-07-30T18:50:01.500Z | Compiling sha1 v0.10.6 |
| 762 | 2024-07-30T18:50:02.281Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
| 763 | 2024-07-30T18:50:02.465Z | Compiling rustls-pemfile v2.1.2 |
| 764 | 2024-07-30T18:50:03.473Z | Compiling usdt v0.5.0 |
| 765 | 2024-07-30T18:50:05.133Z | Compiling slog-term v2.9.1 |
| 766 | 2024-07-30T18:50:05.191Z | Compiling async-stream v0.3.5 |
| 767 | 2024-07-30T18:50:05.538Z | Compiling futures v0.3.30 |
| 768 | 2024-07-30T18:50:05.724Z | Compiling slog-bunyan v2.5.0 |
| 769 | 2024-07-30T18:50:05.994Z | Compiling strum_macros v0.26.4 |
| 770 | 2024-07-30T18:50:06.353Z | Compiling toml v0.8.17 |
| 771 | 2024-07-30T18:50:08.025Z | Compiling tokio-rustls v0.25.0 |
| 772 | 2024-07-30T18:50:08.467Z | Compiling serde_with_macros v3.9.0 |
| 773 | 2024-07-30T18:50:11.012Z | Compiling parse-display-derive v0.9.1 |
| 774 | 2024-07-30T18:50:11.087Z | Compiling rand v0.8.5 |
| 775 | 2024-07-30T18:50:13.038Z | Compiling ipnetwork v0.20.0 |
| 776 | 2024-07-30T18:50:13.985Z | Compiling newtype-uuid v1.1.0 |
| 777 | 2024-07-30T18:50:14.262Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 778 | 2024-07-30T18:50:14.286Z | Compiling serde_path_to_error v0.1.16 |
| 779 | 2024-07-30T18:50:15.271Z | Compiling hex v0.4.3 |
| 780 | 2024-07-30T18:50:15.351Z | Compiling async-trait v0.1.81 |
| 781 | 2024-07-30T18:50:15.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 782 | 2024-07-30T18:50:16.817Z | Compiling hostname v0.4.0 |
| 783 | 2024-07-30T18:50:17.033Z | Compiling instant v0.1.13 |
| 784 | 2024-07-30T18:50:17.180Z | Compiling debug-ignore v1.0.5 |
| 785 | 2024-07-30T18:50:17.318Z | Compiling backoff v0.4.0 |
| 786 | 2024-07-30T18:50:17.613Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 787 | 2024-07-30T18:50:17.814Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 788 | 2024-07-30T18:50:18.054Z | Compiling parse-display v0.9.1 |
| 789 | 2024-07-30T18:50:18.064Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 790 | 2024-07-30T18:50:18.064Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 791 | 2024-07-30T18:50:18.106Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 792 | 2024-07-30T18:50:18.504Z | Compiling serde_with v3.9.0 |
| 793 | 2024-07-30T18:50:20.052Z | Compiling strum v0.26.3 |
| 794 | 2024-07-30T18:50:20.225Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 795 | 2024-07-30T18:50:21.072Z | Compiling macaddr v1.0.1 |
| 796 | 2024-07-30T18:50:21.665Z | Compiling regress v0.9.1 |
| 797 | 2024-07-30T18:50:26.313Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 798 | 2024-07-30T18:50:35.936Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 799 | 2024-07-30T18:50:44.554Z | Finished `release` profile [optimized] target(s) in 2m 30s |
| 800 | 2024-07-30T18:50:44.603Z | process exited: duration 226732 ms, exit code 0 |
| |
| 801 | 2024-07-30T18:50:44.609Z | found 0 output files |