|
|
|
| 1 | 2024-08-01T00:35:21.953Z | job assigned to worker 01J45NR1BPECJVSYQDA7J4V8QC (queued for 1 m 1 s) |
| |
| 2 | 2024-08-01T00:35:29.733Z | starting task 0: "setup" |
| 3 | 2024-08-01T00:35:29.788Z | ++ uname -s |
| 4 | 2024-08-01T00:35:29.791Z | + kern=SunOS |
| 5 | 2024-08-01T00:35:29.791Z | + case "$kern" in |
| 6 | 2024-08-01T00:35:29.791Z | + groupadd -g 12345 build |
| 7 | 2024-08-01T00:35:29.794Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-01T00:35:31.810Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-01T00:35:31.897Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-01T00:35:31.900Z | + home_fs=zfs |
| 11 | 2024-08-01T00:35:31.901Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-01T00:35:31.901Z | + mkdir -p /home/build |
| 13 | 2024-08-01T00:35:31.901Z | + chown build:build /home/build /work |
| 14 | 2024-08-01T00:35:33.903Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-01T00:35:33.906Z | process exited: duration 4172 ms, exit code 0 |
| |
| 16 | 2024-08-01T00:35:33.912Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-01T00:35:33.917Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-01T00:35:33.917Z | ' 1.78.0 |
| 19 | 2024-08-01T00:35:33.917Z | * toolchain channel = "1.78.0" |
| 20 | 2024-08-01T00:35:33.917Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-08-01T00:35:33.917Z | ' default |
| 22 | 2024-08-01T00:35:33.920Z | * toolchain profile = "default" |
| 23 | 2024-08-01T00:35:33.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-01T00:35:33.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-08-01T00:35:34.036Z | info: downloading installer |
| 26 | 2024-08-01T00:35:35.739Z | info: profile set to 'default' |
| 27 | 2024-08-01T00:35:35.739Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-01T00:35:35.742Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-08-01T00:35:35.864Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-08-01T00:35:35.864Z | info: downloading component 'cargo' |
| 31 | 2024-08-01T00:35:36.545Z | info: downloading component 'clippy' |
| 32 | 2024-08-01T00:35:36.771Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-01T00:35:37.682Z | info: downloading component 'rust-std' |
| 34 | 2024-08-01T00:35:39.120Z | info: downloading component 'rustc' |
| 35 | 2024-08-01T00:35:42.744Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-01T00:35:42.938Z | info: installing component 'cargo' |
| 37 | 2024-08-01T00:35:43.757Z | info: installing component 'clippy' |
| 38 | 2024-08-01T00:35:44.103Z | info: installing component 'rust-docs' |
| 39 | 2024-08-01T00:35:45.614Z | info: installing component 'rust-std' |
| 40 | 2024-08-01T00:35:47.324Z | info: installing component 'rustc' |
| 41 | 2024-08-01T00:35:51.558Z | info: installing component 'rustfmt' |
| 42 | 2024-08-01T00:35:51.894Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-08-01T00:35:51.894Z | |
| 44 | 2024-08-01T00:35:52.162Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-08-01T00:35:52.162Z | |
| 46 | 2024-08-01T00:35:52.163Z | |
| 47 | 2024-08-01T00:35:52.163Z | Rust is installed now. Great! |
| 48 | 2024-08-01T00:35:52.163Z | |
| 49 | 2024-08-01T00:35:52.163Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-01T00:35:52.163Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-01T00:35:52.163Z | |
| 52 | 2024-08-01T00:35:52.166Z | To configure your current shell, you need to source |
| 53 | 2024-08-01T00:35:52.166Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-01T00:35:52.166Z | |
| 55 | 2024-08-01T00:35:52.166Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-01T00:35:52.166Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-01T00:35:52.166Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-01T00:35:52.230Z | + rustc --version |
| 59 | 2024-08-01T00:35:52.291Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-08-01T00:35:52.294Z | process exited: duration 18380 ms, exit code 0 |
| |
| 61 | 2024-08-01T00:35:52.301Z | starting task 2: "authentication" |
| 62 | 2024-08-01T00:35:52.321Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-01T00:35:52.328Z | starting task 3: "clone repository" |
| 64 | 2024-08-01T00:35:52.332Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-01T00:35:52.335Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-01T00:35:52.463Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-01T00:36:03.639Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-01T00:36:03.639Z | + git fetch origin 0341887b5db95f5f38d14b642946dc6696ca52e5 |
| 69 | 2024-08-01T00:36:04.221Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-01T00:36:04.221Z | * branch 0341887b5db95f5f38d14b642946dc6696ca52e5 -> FETCH_HEAD |
| 71 | 2024-08-01T00:36:04.228Z | + [[ -n sunshowers/spr/fix-rand_seeder-rand_core-dependency ]] |
| 72 | 2024-08-01T00:36:04.232Z | ++ git branch --show-current |
| 73 | 2024-08-01T00:36:04.232Z | + current=main |
| 74 | 2024-08-01T00:36:04.232Z | + [[ main != sunshowers/spr/fix-rand_seeder-rand_core-dependency ]] |
| 75 | 2024-08-01T00:36:04.232Z | + git branch -f sunshowers/spr/fix-rand_seeder-rand_core-dependency 0341887b5db95f5f38d14b642946dc6696ca52e5 |
| 76 | 2024-08-01T00:36:04.236Z | + git checkout -f sunshowers/spr/fix-rand_seeder-rand_core-dependency |
| 77 | 2024-08-01T00:36:04.371Z | Switched to branch 'sunshowers/spr/fix-rand_seeder-rand_core-dependency' |
| 78 | 2024-08-01T00:36:04.374Z | + git reset --hard 0341887b5db95f5f38d14b642946dc6696ca52e5 |
| 79 | 2024-08-01T00:36:04.387Z | HEAD is now at 0341887b5 [𝘀𝗽𝗿] initial version |
| 80 | 2024-08-01T00:36:04.390Z | process exited: duration 12059 ms, exit code 0 |
| |
| 81 | 2024-08-01T00:36:04.395Z | starting task 4: "build" |
| 82 | 2024-08-01T00:36:04.400Z | + cargo --version |
| 83 | 2024-08-01T00:36:04.452Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-08-01T00:36:04.455Z | + rustc --version |
| 85 | 2024-08-01T00:36:04.516Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-08-01T00:36:04.519Z | + cd /tmp |
| 87 | 2024-08-01T00:36:04.519Z | + cargo new --lib test-project |
| 88 | 2024-08-01T00:36:04.574Z | Creating library `test-project` package |
| 89 | 2024-08-01T00:36:04.648Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-01T00:36:04.651Z | + cd test-project |
| 91 | 2024-08-01T00:36:04.651Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-01T00:36:04.703Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-01T00:36:04.703Z | Features: |
| 94 | 2024-08-01T00:36:04.703Z | - proptest |
| 95 | 2024-08-01T00:36:04.703Z | - test-strategy |
| 96 | 2024-08-01T00:36:04.703Z | - testing |
| 97 | 2024-08-01T00:36:04.707Z | Updating crates.io index |
| 98 | 2024-08-01T00:36:04.749Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-01T00:36:05.621Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-01T00:36:06.402Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-01T00:36:06.717Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-01T00:36:08.723Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-01T00:36:08.959Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-01T00:36:09.218Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-01T00:36:12.322Z | + cargo check |
| 106 | 2024-08-01T00:36:12.526Z | Downloading crates ... |
| 107 | 2024-08-01T00:36:12.603Z | Downloaded ahash v0.8.11 |
| 108 | 2024-08-01T00:36:12.607Z | Downloaded allocator-api2 v0.2.18 |
| 109 | 2024-08-01T00:36:12.613Z | Downloaded darling_macro v0.20.10 |
| 110 | 2024-08-01T00:36:12.617Z | Downloaded usdt-attr-macro v0.5.0 |
| 111 | 2024-08-01T00:36:12.620Z | Downloaded foreign-types v0.3.2 |
| 112 | 2024-08-01T00:36:12.623Z | Downloaded usdt-macro v0.5.0 |
| 113 | 2024-08-01T00:36:12.624Z | Downloaded async-stream-impl v0.3.5 |
| 114 | 2024-08-01T00:36:12.627Z | Downloaded waitgroup v0.1.2 |
| 115 | 2024-08-01T00:36:12.627Z | Downloaded is-terminal v0.4.12 |
| 116 | 2024-08-01T00:36:12.630Z | Downloaded pretty-hex v0.4.1 |
| 117 | 2024-08-01T00:36:12.632Z | Downloaded ident_case v1.0.1 |
| 118 | 2024-08-01T00:36:12.635Z | Downloaded match_cfg v0.1.0 |
| 119 | 2024-08-01T00:36:12.638Z | Downloaded take_mut v0.2.2 |
| 120 | 2024-08-01T00:36:12.638Z | Downloaded scroll_derive v0.12.0 |
| 121 | 2024-08-01T00:36:12.641Z | Downloaded strum v0.26.3 |
| 122 | 2024-08-01T00:36:12.644Z | Downloaded openssl-macros v0.1.1 |
| 123 | 2024-08-01T00:36:12.644Z | Downloaded futures-io v0.3.30 |
| 124 | 2024-08-01T00:36:12.647Z | Downloaded powerfmt v0.2.0 |
| 125 | 2024-08-01T00:36:12.647Z | Downloaded hostname v0.4.0 |
| 126 | 2024-08-01T00:36:12.649Z | Downloaded dof v0.3.0 |
| 127 | 2024-08-01T00:36:12.649Z | Downloaded dirs-next v2.0.0 |
| 128 | 2024-08-01T00:36:12.649Z | Downloaded parse-display-derive v0.9.1 |
| 129 | 2024-08-01T00:36:12.652Z | Downloaded deranged v0.3.11 |
| 130 | 2024-08-01T00:36:12.652Z | Downloaded rand_chacha v0.3.1 |
| 131 | 2024-08-01T00:36:12.655Z | Downloaded hex v0.4.3 |
| 132 | 2024-08-01T00:36:12.655Z | Downloaded futures-sink v0.3.30 |
| 133 | 2024-08-01T00:36:12.658Z | Downloaded byteorder v1.5.0 |
| 134 | 2024-08-01T00:36:12.658Z | Downloaded scopeguard v1.2.0 |
| 135 | 2024-08-01T00:36:12.661Z | Downloaded rustls-pemfile v1.0.4 |
| 136 | 2024-08-01T00:36:12.661Z | Downloaded futures-core v0.3.30 |
| 137 | 2024-08-01T00:36:12.664Z | Downloaded cpufeatures v0.2.12 |
| 138 | 2024-08-01T00:36:12.664Z | Downloaded slog-bunyan v2.5.0 |
| 139 | 2024-08-01T00:36:12.667Z | Downloaded serde_urlencoded v0.7.1 |
| 140 | 2024-08-01T00:36:12.670Z | Downloaded sha1 v0.10.6 |
| 141 | 2024-08-01T00:36:12.670Z | Downloaded memmap v0.7.0 |
| 142 | 2024-08-01T00:36:12.672Z | Downloaded rustversion v1.0.17 |
| 143 | 2024-08-01T00:36:12.675Z | Downloaded foreign-types-shared v0.1.1 |
| 144 | 2024-08-01T00:36:12.675Z | Downloaded thiserror v1.0.63 |
| 145 | 2024-08-01T00:36:12.679Z | Downloaded subtle v2.6.1 |
| 146 | 2024-08-01T00:36:12.682Z | Downloaded parking_lot_core v0.9.10 |
| 147 | 2024-08-01T00:36:12.684Z | Downloaded quote v1.0.36 |
| 148 | 2024-08-01T00:36:12.687Z | Downloaded unicode-ident v1.0.12 |
| 149 | 2024-08-01T00:36:12.690Z | Downloaded structmeta v0.3.0 |
| 150 | 2024-08-01T00:36:12.690Z | Downloaded rustls-pemfile v2.1.2 |
| 151 | 2024-08-01T00:36:12.693Z | Downloaded want v0.3.1 |
| 152 | 2024-08-01T00:36:12.693Z | Downloaded instant v0.1.13 |
| 153 | 2024-08-01T00:36:12.696Z | Downloaded parking_lot v0.12.3 |
| 154 | 2024-08-01T00:36:12.700Z | Downloaded openssl-probe v0.1.5 |
| 155 | 2024-08-01T00:36:12.700Z | Downloaded toml_datetime v0.6.8 |
| 156 | 2024-08-01T00:36:12.700Z | Downloaded slog-term v2.9.1 |
| 157 | 2024-08-01T00:36:12.703Z | Downloaded serde_with_macros v3.9.0 |
| 158 | 2024-08-01T00:36:12.705Z | Downloaded pest_generator v2.7.11 |
| 159 | 2024-08-01T00:36:12.705Z | Downloaded atomic-waker v1.1.2 |
| 160 | 2024-08-01T00:36:12.708Z | Downloaded num_threads v0.1.7 |
| 161 | 2024-08-01T00:36:12.708Z | Downloaded num-conv v0.1.0 |
| 162 | 2024-08-01T00:36:12.708Z | Downloaded newtype-uuid v1.1.0 |
| 163 | 2024-08-01T00:36:12.711Z | Downloaded unsafe-libyaml v0.2.11 |
| 164 | 2024-08-01T00:36:12.714Z | Downloaded backoff v0.4.0 |
| 165 | 2024-08-01T00:36:12.717Z | Downloaded darling v0.20.10 |
| 166 | 2024-08-01T00:36:12.720Z | Downloaded dtrace-parser v0.2.0 |
| 167 | 2024-08-01T00:36:12.722Z | Downloaded ipnet v2.9.0 |
| 168 | 2024-08-01T00:36:12.722Z | Downloaded hyper-rustls v0.24.2 |
| 169 | 2024-08-01T00:36:12.725Z | Downloaded httparse v1.9.4 |
| 170 | 2024-08-01T00:36:12.728Z | Downloaded time-core v0.1.2 |
| 171 | 2024-08-01T00:36:12.728Z | Downloaded dirs-sys-next v0.1.2 |
| 172 | 2024-08-01T00:36:12.730Z | Downloaded anyhow v1.0.86 |
| 173 | 2024-08-01T00:36:12.733Z | Downloaded tinyvec_macros v0.1.1 |
| 174 | 2024-08-01T00:36:12.736Z | Downloaded rand_core v0.6.4 |
| 175 | 2024-08-01T00:36:12.736Z | Downloaded zeroize v1.8.1 |
| 176 | 2024-08-01T00:36:12.739Z | Downloaded tower-service v0.3.2 |
| 177 | 2024-08-01T00:36:12.739Z | Downloaded autocfg v1.3.0 |
| 178 | 2024-08-01T00:36:12.742Z | Downloaded usdt-impl v0.5.0 |
| 179 | 2024-08-01T00:36:12.742Z | Downloaded percent-encoding v2.3.1 |
| 180 | 2024-08-01T00:36:12.742Z | Downloaded parse-display v0.9.1 |
| 181 | 2024-08-01T00:36:12.742Z | Downloaded futures-executor v0.3.30 |
| 182 | 2024-08-01T00:36:12.745Z | Downloaded paste v1.0.15 |
| 183 | 2024-08-01T00:36:12.748Z | Downloaded crypto-common v0.1.6 |
| 184 | 2024-08-01T00:36:12.748Z | Downloaded ppv-lite86 v0.2.18 |
| 185 | 2024-08-01T00:36:12.751Z | Downloaded http-body v0.4.6 |
| 186 | 2024-08-01T00:36:12.753Z | Downloaded generic-array v0.14.7 |
| 187 | 2024-08-01T00:36:12.754Z | Downloaded httpdate v1.0.3 |
| 188 | 2024-08-01T00:36:12.756Z | Downloaded zerocopy-derive v0.7.35 |
| 189 | 2024-08-01T00:36:12.759Z | Downloaded hostname v0.3.1 |
| 190 | 2024-08-01T00:36:12.762Z | Downloaded itoa v1.0.11 |
| 191 | 2024-08-01T00:36:12.762Z | Downloaded slab v0.4.9 |
| 192 | 2024-08-01T00:36:12.765Z | Downloaded mime v0.3.17 |
| 193 | 2024-08-01T00:36:12.765Z | Downloaded macaddr v1.0.1 |
| 194 | 2024-08-01T00:36:12.765Z | Downloaded serde_path_to_error v0.1.16 |
| 195 | 2024-08-01T00:36:12.768Z | Downloaded schemars_derive v0.8.21 |
| 196 | 2024-08-01T00:36:12.768Z | Downloaded ipnetwork v0.20.0 |
| 197 | 2024-08-01T00:36:12.771Z | Downloaded native-tls v0.2.12 |
| 198 | 2024-08-01T00:36:12.773Z | Downloaded structmeta-derive v0.3.0 |
| 199 | 2024-08-01T00:36:12.773Z | Downloaded hyper-tls v0.5.0 |
| 200 | 2024-08-01T00:36:12.776Z | Downloaded form_urlencoded v1.2.1 |
| 201 | 2024-08-01T00:36:12.776Z | Downloaded strsim v0.11.1 |
| 202 | 2024-08-01T00:36:12.779Z | Downloaded slog-json v2.6.1 |
| 203 | 2024-08-01T00:36:12.779Z | Downloaded thread_local v1.1.8 |
| 204 | 2024-08-01T00:36:12.782Z | Downloaded serde_tokenstream v0.2.1 |
| 205 | 2024-08-01T00:36:12.785Z | Downloaded futures v0.3.30 |
| 206 | 2024-08-01T00:36:12.788Z | Downloaded slog v2.7.0 |
| 207 | 2024-08-01T00:36:12.791Z | Downloaded version_check v0.9.5 |
| 208 | 2024-08-01T00:36:12.793Z | Downloaded tokio-native-tls v0.3.1 |
| 209 | 2024-08-01T00:36:12.796Z | Downloaded thiserror-impl v1.0.63 |
| 210 | 2024-08-01T00:36:12.796Z | Downloaded plain v0.2.3 |
| 211 | 2024-08-01T00:36:12.796Z | Downloaded pest_derive v2.7.11 |
| 212 | 2024-08-01T00:36:12.799Z | Downloaded schemars v0.8.21 |
| 213 | 2024-08-01T00:36:12.810Z | Downloaded smallvec v1.13.2 |
| 214 | 2024-08-01T00:36:12.813Z | Downloaded thread-id v4.2.2 |
| 215 | 2024-08-01T00:36:12.816Z | Downloaded semver v1.0.23 |
| 216 | 2024-08-01T00:36:12.816Z | Downloaded tokio-macros v2.4.0 |
| 217 | 2024-08-01T00:36:12.819Z | Downloaded once_cell v1.19.0 |
| 218 | 2024-08-01T00:36:12.822Z | Downloaded lock_api v0.4.12 |
| 219 | 2024-08-01T00:36:12.822Z | Downloaded serde v1.0.204 |
| 220 | 2024-08-01T00:36:12.825Z | Downloaded zerocopy v0.6.6 |
| 221 | 2024-08-01T00:36:12.828Z | Downloaded num-traits v0.2.19 |
| 222 | 2024-08-01T00:36:12.832Z | Downloaded proc-macro2 v1.0.86 |
| 223 | 2024-08-01T00:36:12.835Z | Downloaded pest_meta v2.7.11 |
| 224 | 2024-08-01T00:36:12.835Z | Downloaded multer v3.1.0 |
| 225 | 2024-08-01T00:36:12.838Z | Downloaded log v0.4.22 |
| 226 | 2024-08-01T00:36:12.841Z | Downloaded time-macros v0.2.18 |
| 227 | 2024-08-01T00:36:12.841Z | Downloaded serde_derive v1.0.204 |
| 228 | 2024-08-01T00:36:12.844Z | Downloaded term v0.7.0 |
| 229 | 2024-08-01T00:36:12.848Z | Downloaded ucd-trie v0.1.6 |
| 230 | 2024-08-01T00:36:12.851Z | Downloaded tokio-rustls v0.24.1 |
| 231 | 2024-08-01T00:36:12.854Z | Downloaded tinyvec v1.8.0 |
| 232 | 2024-08-01T00:36:12.854Z | Downloaded tokio-rustls v0.25.0 |
| 233 | 2024-08-01T00:36:12.857Z | Downloaded socket2 v0.5.7 |
| 234 | 2024-08-01T00:36:12.859Z | Downloaded sha2 v0.10.8 |
| 235 | 2024-08-01T00:36:12.862Z | Downloaded bitflags v2.6.0 |
| 236 | 2024-08-01T00:36:12.865Z | Downloaded ryu v1.0.18 |
| 237 | 2024-08-01T00:36:12.868Z | Downloaded serde_yaml v0.9.34+deprecated |
| 238 | 2024-08-01T00:36:12.871Z | Downloaded base64 v0.22.1 |
| 239 | 2024-08-01T00:36:12.876Z | Downloaded uuid v1.10.0 |
| 240 | 2024-08-01T00:36:12.879Z | Downloaded strum_macros v0.26.4 |
| 241 | 2024-08-01T00:36:12.882Z | Downloaded iana-time-zone v0.1.60 |
| 242 | 2024-08-01T00:36:12.884Z | Downloaded typenum v1.17.0 |
| 243 | 2024-08-01T00:36:12.885Z | Downloaded unicode-normalization v0.1.23 |
| 244 | 2024-08-01T00:36:12.888Z | Downloaded spin v0.9.8 |
| 245 | 2024-08-01T00:36:12.891Z | Downloaded tracing-core v0.1.32 |
| 246 | 2024-08-01T00:36:12.894Z | Downloaded bytes v1.7.0 |
| 247 | 2024-08-01T00:36:12.897Z | Downloaded rand v0.8.5 |
| 248 | 2024-08-01T00:36:12.900Z | Downloaded sct v0.7.1 |
| 249 | 2024-08-01T00:36:12.904Z | Downloaded rustls-pki-types v1.7.0 |
| 250 | 2024-08-01T00:36:12.906Z | Downloaded unicode-bidi v0.3.15 |
| 251 | 2024-08-01T00:36:12.909Z | Downloaded toml_edit v0.22.20 |
| 252 | 2024-08-01T00:36:12.930Z | Downloaded toml v0.8.19 |
| 253 | 2024-08-01T00:36:12.933Z | Downloaded pest v2.7.11 |
| 254 | 2024-08-01T00:36:12.938Z | Downloaded zerocopy v0.7.35 |
| 255 | 2024-08-01T00:36:12.954Z | Downloaded http v1.1.0 |
| 256 | 2024-08-01T00:36:12.958Z | Downloaded serde_json v1.0.121 |
| 257 | 2024-08-01T00:36:12.964Z | Downloaded reqwest v0.11.27 |
| 258 | 2024-08-01T00:36:12.972Z | Downloaded tracing v0.1.40 |
| 259 | 2024-08-01T00:36:12.976Z | Downloaded serde_with v3.9.0 |
| 260 | 2024-08-01T00:36:12.984Z | Downloaded rustls-webpki v0.101.7 |
| 261 | 2024-08-01T00:36:12.999Z | Downloaded memchr v2.7.4 |
| 262 | 2024-08-01T00:36:13.003Z | Downloaded hashbrown v0.12.3 |
| 263 | 2024-08-01T00:36:13.007Z | Downloaded aho-corasick v1.1.3 |
| 264 | 2024-08-01T00:36:13.013Z | Downloaded vcpkg v0.2.15 |
| 265 | 2024-08-01T00:36:13.050Z | Downloaded indexmap v2.3.0 |
| 266 | 2024-08-01T00:36:13.053Z | Downloaded tokio-util v0.7.11 |
| 267 | 2024-08-01T00:36:13.059Z | Downloaded time v0.3.36 |
| 268 | 2024-08-01T00:36:13.066Z | Downloaded rustls-webpki v0.102.6 |
| 269 | 2024-08-01T00:36:13.084Z | Downloaded regex v1.10.5 |
| 270 | 2024-08-01T00:36:13.096Z | Downloaded syn v2.0.72 |
| 271 | 2024-08-01T00:36:13.107Z | Downloaded rustls v0.21.12 |
| 272 | 2024-08-01T00:36:13.117Z | Downloaded regress v0.9.1 |
| 273 | 2024-08-01T00:36:13.125Z | Downloaded chrono v0.4.38 |
| 274 | 2024-08-01T00:36:13.132Z | Downloaded idna v0.5.0 |
| 275 | 2024-08-01T00:36:13.138Z | Downloaded rustls v0.22.4 |
| 276 | 2024-08-01T00:36:13.151Z | Downloaded regress v0.10.0 |
| 277 | 2024-08-01T00:36:13.159Z | Downloaded regex-syntax v0.8.4 |
| 278 | 2024-08-01T00:36:13.166Z | Downloaded openssl v0.10.66 |
| 279 | 2024-08-01T00:36:13.175Z | Downloaded openapiv3 v2.0.0 |
| 280 | 2024-08-01T00:36:13.188Z | Downloaded hyper v0.14.30 |
| 281 | 2024-08-01T00:36:13.195Z | Downloaded zerocopy-derive v0.6.6 |
| 282 | 2024-08-01T00:36:13.204Z | Downloaded regex-automata v0.4.7 |
| 283 | 2024-08-01T00:36:13.221Z | Downloaded webpki-roots v0.25.4 |
| 284 | 2024-08-01T00:36:13.224Z | Downloaded tokio v1.39.2 |
| 285 | 2024-08-01T00:36:13.260Z | Downloaded h2 v0.3.26 |
| 286 | 2024-08-01T00:36:13.266Z | Downloaded libc v0.2.155 |
| 287 | 2024-08-01T00:36:13.293Z | Downloaded goblin v0.8.2 |
| 288 | 2024-08-01T00:36:13.299Z | Downloaded hashbrown v0.14.5 |
| 289 | 2024-08-01T00:36:13.305Z | Downloaded futures-util v0.3.30 |
| 290 | 2024-08-01T00:36:13.313Z | Downloaded http v0.2.12 |
| 291 | 2024-08-01T00:36:13.317Z | Downloaded encoding_rs v0.8.34 |
| 292 | 2024-08-01T00:36:13.336Z | Downloaded openssl-sys v0.9.103 |
| 293 | 2024-08-01T00:36:13.340Z | Downloaded mio v1.0.1 |
| 294 | 2024-08-01T00:36:13.345Z | Downloaded crossbeam-channel v0.5.13 |
| 295 | 2024-08-01T00:36:13.349Z | Downloaded winnow v0.6.18 |
| 296 | 2024-08-01T00:36:13.357Z | Downloaded darling_core v0.20.10 |
| 297 | 2024-08-01T00:36:13.361Z | Downloaded cc v1.1.7 |
| 298 | 2024-08-01T00:36:13.364Z | Downloaded base64 v0.21.7 |
| 299 | 2024-08-01T00:36:13.368Z | Downloaded futures-channel v0.3.30 |
| 300 | 2024-08-01T00:36:13.371Z | Downloaded debug-ignore v1.0.5 |
| 301 | 2024-08-01T00:36:13.371Z | Downloaded async-trait v0.1.81 |
| 302 | 2024-08-01T00:36:13.374Z | Downloaded url v2.5.2 |
| 303 | 2024-08-01T00:36:13.377Z | Downloaded untrusted v0.9.0 |
| 304 | 2024-08-01T00:36:13.380Z | Downloaded indexmap v1.9.3 |
| 305 | 2024-08-01T00:36:13.385Z | Downloaded crossbeam-utils v0.8.20 |
| 306 | 2024-08-01T00:36:13.393Z | Downloaded slog-async v2.8.0 |
| 307 | 2024-08-01T00:36:13.393Z | Downloaded serde_derive_internals v0.29.1 |
| 308 | 2024-08-01T00:36:13.393Z | Downloaded fnv v1.0.7 |
| 309 | 2024-08-01T00:36:13.393Z | Downloaded futures-task v0.3.30 |
| 310 | 2024-08-01T00:36:13.393Z | Downloaded futures-macro v0.3.30 |
| 311 | 2024-08-01T00:36:13.393Z | Downloaded pin-utils v0.1.0 |
| 312 | 2024-08-01T00:36:13.393Z | Downloaded heck v0.5.0 |
| 313 | 2024-08-01T00:36:13.393Z | Downloaded digest v0.10.7 |
| 314 | 2024-08-01T00:36:13.393Z | Downloaded usdt v0.5.0 |
| 315 | 2024-08-01T00:36:13.394Z | Downloaded try-lock v0.2.5 |
| 316 | 2024-08-01T00:36:13.394Z | Downloaded sync_wrapper v0.1.2 |
| 317 | 2024-08-01T00:36:13.399Z | Downloaded getrandom v0.2.15 |
| 318 | 2024-08-01T00:36:13.399Z | Downloaded camino v1.1.7 |
| 319 | 2024-08-01T00:36:13.399Z | Downloaded serde_spanned v0.6.7 |
| 320 | 2024-08-01T00:36:13.399Z | Downloaded scroll v0.12.0 |
| 321 | 2024-08-01T00:36:13.402Z | Downloaded pin-project-lite v0.2.14 |
| 322 | 2024-08-01T00:36:13.411Z | Downloaded signal-hook-registry v1.4.2 |
| 323 | 2024-08-01T00:36:13.414Z | Downloaded dyn-clone v1.0.17 |
| 324 | 2024-08-01T00:36:13.414Z | Downloaded cfg-if v1.0.0 |
| 325 | 2024-08-01T00:36:13.414Z | Downloaded block-buffer v0.10.4 |
| 326 | 2024-08-01T00:36:13.414Z | Downloaded pkg-config v0.3.30 |
| 327 | 2024-08-01T00:36:13.414Z | Downloaded equivalent v1.0.1 |
| 328 | 2024-08-01T00:36:13.414Z | Downloaded omicron-workspace-hack v0.1.0 |
| 329 | 2024-08-01T00:36:13.414Z | Downloaded async-stream v0.3.5 |
| 330 | 2024-08-01T00:36:13.467Z | Downloaded ring v0.17.8 |
| 331 | 2024-08-01T00:36:13.647Z | Compiling proc-macro2 v1.0.86 |
| 332 | 2024-08-01T00:36:13.647Z | Compiling unicode-ident v1.0.12 |
| 333 | 2024-08-01T00:36:13.647Z | Compiling libc v0.2.155 |
| 334 | 2024-08-01T00:36:13.650Z | Checking cfg-if v1.0.0 |
| 335 | 2024-08-01T00:36:13.660Z | Compiling version_check v0.9.5 |
| 336 | 2024-08-01T00:36:13.663Z | Compiling autocfg v1.3.0 |
| 337 | 2024-08-01T00:36:13.663Z | Compiling serde v1.0.204 |
| 338 | 2024-08-01T00:36:13.663Z | Checking memchr v2.7.4 |
| 339 | 2024-08-01T00:36:13.747Z | Compiling serde_json v1.0.121 |
| 340 | 2024-08-01T00:36:13.841Z | Checking itoa v1.0.11 |
| 341 | 2024-08-01T00:36:14.230Z | Compiling ahash v0.8.11 |
| 342 | 2024-08-01T00:36:14.363Z | Checking byteorder v1.5.0 |
| 343 | 2024-08-01T00:36:14.391Z | Compiling thiserror v1.0.63 |
| 344 | 2024-08-01T00:36:14.662Z | Checking once_cell v1.19.0 |
| 345 | 2024-08-01T00:36:14.866Z | Compiling cc v1.1.7 |
| 346 | 2024-08-01T00:36:16.784Z | Compiling num-traits v0.2.19 |
| 347 | 2024-08-01T00:36:17.563Z | Checking pin-project-lite v0.2.14 |
| 348 | 2024-08-01T00:36:17.593Z | Checking ryu v1.0.18 |
| 349 | 2024-08-01T00:36:17.602Z | Checking log v0.4.22 |
| 350 | 2024-08-01T00:36:17.647Z | Checking bytes v1.7.0 |
| 351 | 2024-08-01T00:36:17.740Z | Checking allocator-api2 v0.2.18 |
| 352 | 2024-08-01T00:36:17.817Z | Compiling lock_api v0.4.12 |
| 353 | 2024-08-01T00:36:17.841Z | Compiling schemars v0.8.21 |
| 354 | 2024-08-01T00:36:17.969Z | Compiling parking_lot_core v0.9.10 |
| 355 | 2024-08-01T00:36:18.076Z | Compiling ring v0.17.8 |
| 356 | 2024-08-01T00:36:18.202Z | Checking futures-core v0.3.30 |
| 357 | 2024-08-01T00:36:18.236Z | Checking getrandom v0.2.15 |
| 358 | 2024-08-01T00:36:18.243Z | Checking smallvec v1.13.2 |
| 359 | 2024-08-01T00:36:18.326Z | Checking scopeguard v1.2.0 |
| 360 | 2024-08-01T00:36:18.341Z | Checking signal-hook-registry v1.4.2 |
| 361 | 2024-08-01T00:36:18.348Z | Checking socket2 v0.5.7 |
| 362 | 2024-08-01T00:36:18.374Z | Checking mio v1.0.1 |
| 363 | 2024-08-01T00:36:18.420Z | Compiling quote v1.0.36 |
| 364 | 2024-08-01T00:36:18.550Z | Compiling slab v0.4.9 |
| 365 | 2024-08-01T00:36:18.780Z | Compiling syn v2.0.72 |
| 366 | 2024-08-01T00:36:18.850Z | Checking spin v0.9.8 |
| 367 | 2024-08-01T00:36:18.858Z | Checking futures-sink v0.3.30 |
| 368 | 2024-08-01T00:36:18.877Z | Checking parking_lot v0.12.3 |
| 369 | 2024-08-01T00:36:18.995Z | Checking equivalent v1.0.1 |
| 370 | 2024-08-01T00:36:19.002Z | Checking fnv v1.0.7 |
| 371 | 2024-08-01T00:36:19.073Z | Checking untrusted v0.9.0 |
| 372 | 2024-08-01T00:36:19.096Z | Checking futures-channel v0.3.30 |
| 373 | 2024-08-01T00:36:19.144Z | Compiling heck v0.5.0 |
| 374 | 2024-08-01T00:36:19.178Z | Checking futures-io v0.3.30 |
| 375 | 2024-08-01T00:36:19.190Z | Compiling vcpkg v0.2.15 |
| 376 | 2024-08-01T00:36:19.284Z | Compiling pkg-config v0.3.30 |
| 377 | 2024-08-01T00:36:19.316Z | Compiling semver v1.0.23 |
| 378 | 2024-08-01T00:36:19.398Z | Checking futures-task v0.3.30 |
| 379 | 2024-08-01T00:36:19.549Z | Checking pin-utils v0.1.0 |
| 380 | 2024-08-01T00:36:19.616Z | Compiling ucd-trie v0.1.6 |
| 381 | 2024-08-01T00:36:19.726Z | Checking iana-time-zone v0.1.60 |
| 382 | 2024-08-01T00:36:19.798Z | Checking http v0.2.12 |
| 383 | 2024-08-01T00:36:20.198Z | Compiling httparse v1.9.4 |
| 384 | 2024-08-01T00:36:20.379Z | Checking dyn-clone v1.0.17 |
| 385 | 2024-08-01T00:36:20.767Z | Compiling openssl-sys v0.9.103 |
| 386 | 2024-08-01T00:36:20.870Z | Checking tracing-core v0.1.32 |
| 387 | 2024-08-01T00:36:21.042Z | Compiling uuid v1.10.0 |
| 388 | 2024-08-01T00:36:21.435Z | Compiling chrono v0.4.38 |
| 389 | 2024-08-01T00:36:21.450Z | Checking foreign-types-shared v0.1.1 |
| 390 | 2024-08-01T00:36:21.476Z | Checking tracing v0.1.40 |
| 391 | 2024-08-01T00:36:21.512Z | Compiling openssl v0.10.66 |
| 392 | 2024-08-01T00:36:21.520Z | Compiling slog v2.7.0 |
| 393 | 2024-08-01T00:36:21.569Z | Checking try-lock v0.2.5 |
| 394 | 2024-08-01T00:36:21.744Z | Checking want v0.3.1 |
| 395 | 2024-08-01T00:36:21.853Z | Checking foreign-types v0.3.2 |
| 396 | 2024-08-01T00:36:21.911Z | Checking http-body v0.4.6 |
| 397 | 2024-08-01T00:36:21.959Z | Compiling aho-corasick v1.1.3 |
| 398 | 2024-08-01T00:36:21.970Z | Compiling native-tls v0.2.12 |
| 399 | 2024-08-01T00:36:22.205Z | Compiling regex-syntax v0.8.4 |
| 400 | 2024-08-01T00:36:22.265Z | Checking tower-service v0.3.2 |
| 401 | 2024-08-01T00:36:22.334Z | Checking httpdate v1.0.3 |
| 402 | 2024-08-01T00:36:22.478Z | Checking percent-encoding v2.3.1 |
| 403 | 2024-08-01T00:36:22.625Z | Compiling typenum v1.17.0 |
| 404 | 2024-08-01T00:36:23.076Z | Checking bitflags v2.6.0 |
| 405 | 2024-08-01T00:36:23.286Z | Checking tinyvec_macros v0.1.1 |
| 406 | 2024-08-01T00:36:23.346Z | Compiling rustls v0.21.12 |
| 407 | 2024-08-01T00:36:23.576Z | Checking tinyvec v1.8.0 |
| 408 | 2024-08-01T00:36:23.616Z | Checking form_urlencoded v1.2.1 |
| 409 | 2024-08-01T00:36:24.202Z | Compiling generic-array v0.14.7 |
| 410 | 2024-08-01T00:36:24.516Z | Compiling serde_derive_internals v0.29.1 |
| 411 | 2024-08-01T00:36:24.578Z | Checking openssl-probe v0.1.5 |
| 412 | 2024-08-01T00:36:24.664Z | Checking unicode-normalization v0.1.23 |
| 413 | 2024-08-01T00:36:25.464Z | Compiling regex-automata v0.4.7 |
| 414 | 2024-08-01T00:36:26.918Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-08-01T00:36:26.939Z | Checking encoding_rs v0.8.34 |
| 416 | 2024-08-01T00:36:27.089Z | Compiling time-core v0.1.2 |
| 417 | 2024-08-01T00:36:27.228Z | Checking powerfmt v0.2.0 |
| 418 | 2024-08-01T00:36:27.236Z | Compiling num-conv v0.1.0 |
| 419 | 2024-08-01T00:36:27.239Z | Checking mime v0.3.17 |
| 420 | 2024-08-01T00:36:27.495Z | Checking unicode-bidi v0.3.15 |
| 421 | 2024-08-01T00:36:27.509Z | Compiling time-macros v0.2.18 |
| 422 | 2024-08-01T00:36:27.911Z | Checking deranged v0.3.11 |
| 423 | 2024-08-01T00:36:27.964Z | Checking idna v0.5.0 |
| 424 | 2024-08-01T00:36:29.063Z | Compiling regex v1.10.5 |
| 425 | 2024-08-01T00:36:29.718Z | Compiling thread-id v4.2.2 |
| 426 | 2024-08-01T00:36:29.809Z | Checking rustls-pki-types v1.7.0 |
| 427 | 2024-08-01T00:36:29.860Z | Compiling serde_derive v1.0.204 |
| 428 | 2024-08-01T00:36:29.933Z | Compiling zerocopy-derive v0.7.35 |
| 429 | 2024-08-01T00:36:29.984Z | Compiling thiserror-impl v1.0.63 |
| 430 | 2024-08-01T00:36:30.161Z | Compiling schemars_derive v0.8.21 |
| 431 | 2024-08-01T00:36:30.204Z | Compiling tokio-macros v2.4.0 |
| 432 | 2024-08-01T00:36:30.591Z | Compiling futures-macro v0.3.30 |
| 433 | 2024-08-01T00:36:31.796Z | Checking tokio v1.39.2 |
| 434 | 2024-08-01T00:36:31.910Z | Checking zerocopy v0.7.35 |
| 435 | 2024-08-01T00:36:32.763Z | Checking futures-util v0.3.30 |
| 436 | 2024-08-01T00:36:32.973Z | Compiling pest v2.7.11 |
| 437 | 2024-08-01T00:36:33.112Z | Compiling openssl-macros v0.1.1 |
| 438 | 2024-08-01T00:36:33.728Z | Checking hashbrown v0.14.5 |
| 439 | 2024-08-01T00:36:34.921Z | Compiling scroll_derive v0.12.0 |
| 440 | 2024-08-01T00:36:35.262Z | Compiling pest_meta v2.7.11 |
| 441 | 2024-08-01T00:36:35.645Z | Checking sct v0.7.1 |
| 442 | 2024-08-01T00:36:35.797Z | Checking rustls-webpki v0.101.7 |
| 443 | 2024-08-01T00:36:35.963Z | Compiling regress v0.10.0 |
| 444 | 2024-08-01T00:36:36.425Z | Checking scroll v0.12.0 |
| 445 | 2024-08-01T00:36:36.849Z | Compiling pest_generator v2.7.11 |
| 446 | 2024-08-01T00:36:38.571Z | Checking tokio-util v0.7.11 |
| 447 | 2024-08-01T00:36:39.330Z | Checking tokio-native-tls v0.3.1 |
| 448 | 2024-08-01T00:36:39.520Z | Checking tokio-rustls v0.24.1 |
| 449 | 2024-08-01T00:36:39.547Z | Compiling zerocopy-derive v0.6.6 |
| 450 | 2024-08-01T00:36:39.562Z | Compiling pest_derive v2.7.11 |
| 451 | 2024-08-01T00:36:39.812Z | Compiling crossbeam-utils v0.8.20 |
| 452 | 2024-08-01T00:36:40.389Z | Compiling dtrace-parser v0.2.0 |
| 453 | 2024-08-01T00:36:40.808Z | Checking base64 v0.21.7 |
| 454 | 2024-08-01T00:36:40.871Z | Compiling ident_case v1.0.1 |
| 455 | 2024-08-01T00:36:41.023Z | Checking plain v0.2.3 |
| 456 | 2024-08-01T00:36:41.148Z | Compiling strsim v0.11.1 |
| 457 | 2024-08-01T00:36:41.659Z | Checking num_threads v0.1.7 |
| 458 | 2024-08-01T00:36:41.754Z | Checking time v0.3.36 |
| 459 | 2024-08-01T00:36:41.992Z | Checking zerocopy v0.6.6 |
| 460 | 2024-08-01T00:36:42.187Z | Checking indexmap v2.3.0 |
| 461 | 2024-08-01T00:36:42.878Z | Checking serde_urlencoded v0.7.1 |
| 462 | 2024-08-01T00:36:43.326Z | Checking h2 v0.3.26 |
| 463 | 2024-08-01T00:36:43.498Z | Compiling darling_core v0.20.10 |
| 464 | 2024-08-01T00:36:43.650Z | Checking openapiv3 v2.0.0 |
| 465 | 2024-08-01T00:36:43.706Z | Checking rustls-pemfile v1.0.4 |
| 466 | 2024-08-01T00:36:44.051Z | Compiling serde_tokenstream v0.2.1 |
| 467 | 2024-08-01T00:36:44.869Z | Checking goblin v0.8.2 |
| 468 | 2024-08-01T00:36:45.904Z | Compiling dof v0.3.0 |
| 469 | 2024-08-01T00:36:46.343Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 470 | 2024-08-01T00:36:47.098Z | Checking url v2.5.2 |
| 471 | 2024-08-01T00:36:47.827Z | Checking hyper v0.14.30 |
| 472 | 2024-08-01T00:36:47.840Z | Checking dirs-sys-next v0.1.2 |
| 473 | 2024-08-01T00:36:48.330Z | Checking sync_wrapper v0.1.2 |
| 474 | 2024-08-01T00:36:48.432Z | Checking webpki-roots v0.25.4 |
| 475 | 2024-08-01T00:36:48.562Z | Compiling rustversion v1.0.17 |
| 476 | 2024-08-01T00:36:48.719Z | Checking pretty-hex v0.4.1 |
| 477 | 2024-08-01T00:36:48.849Z | Compiling rustls v0.22.4 |
| 478 | 2024-08-01T00:36:48.871Z | Compiling paste v1.0.15 |
| 479 | 2024-08-01T00:36:49.130Z | Compiling omicron-workspace-hack v0.1.0 |
| 480 | 2024-08-01T00:36:49.175Z | Checking ipnet v2.9.0 |
| 481 | 2024-08-01T00:36:49.305Z | Compiling unsafe-libyaml v0.2.11 |
| 482 | 2024-08-01T00:36:49.601Z | Checking dirs-next v2.0.0 |
| 483 | 2024-08-01T00:36:49.884Z | Compiling darling_macro v0.20.10 |
| 484 | 2024-08-01T00:36:50.124Z | Checking ppv-lite86 v0.2.18 |
| 485 | 2024-08-01T00:36:50.315Z | Checking toml_datetime v0.6.8 |
| 486 | 2024-08-01T00:36:50.331Z | Checking serde_spanned v0.6.7 |
| 487 | 2024-08-01T00:36:50.481Z | Checking rustls-webpki v0.102.6 |
| 488 | 2024-08-01T00:36:50.563Z | Compiling serde_yaml v0.9.34+deprecated |
| 489 | 2024-08-01T00:36:50.857Z | Checking crypto-common v0.1.6 |
| 490 | 2024-08-01T00:36:50.918Z | Checking block-buffer v0.10.4 |
| 491 | 2024-08-01T00:36:51.005Z | Compiling structmeta-derive v0.3.0 |
| 492 | 2024-08-01T00:36:51.074Z | Checking rand_core v0.6.4 |
| 493 | 2024-08-01T00:36:51.095Z | Checking thread_local v1.1.8 |
| 494 | 2024-08-01T00:36:51.161Z | Compiling multer v3.1.0 |
| 495 | 2024-08-01T00:36:51.217Z | Compiling anyhow v1.0.86 |
| 496 | 2024-08-01T00:36:51.344Z | Checking zeroize v1.8.1 |
| 497 | 2024-08-01T00:36:51.353Z | Checking winnow v0.6.18 |
| 498 | 2024-08-01T00:36:51.477Z | Checking match_cfg v0.1.0 |
| 499 | 2024-08-01T00:36:51.544Z | Checking subtle v2.6.1 |
| 500 | 2024-08-01T00:36:51.570Z | Compiling camino v1.1.7 |
| 501 | 2024-08-01T00:36:51.753Z | Compiling slog-async v2.8.0 |
| 502 | 2024-08-01T00:36:52.156Z | Checking hostname v0.3.1 |
| 503 | 2024-08-01T00:36:52.190Z | Checking hyper-rustls v0.24.2 |
| 504 | 2024-08-01T00:36:52.211Z | Checking hyper-tls v0.5.0 |
| 505 | 2024-08-01T00:36:52.352Z | Checking rand_chacha v0.3.1 |
| 506 | 2024-08-01T00:36:52.453Z | Checking reqwest v0.11.27 |
| 507 | 2024-08-01T00:36:52.676Z | Checking digest v0.10.7 |
| 508 | 2024-08-01T00:36:52.910Z | Compiling darling v0.20.10 |
| 509 | 2024-08-01T00:36:52.974Z | Checking crossbeam-channel v0.5.13 |
| 510 | 2024-08-01T00:36:53.002Z | Checking term v0.7.0 |
| 511 | 2024-08-01T00:36:53.678Z | Compiling structmeta v0.3.0 |
| 512 | 2024-08-01T00:36:53.720Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 513 | 2024-08-01T00:36:54.008Z | Compiling usdt-macro v0.5.0 |
| 514 | 2024-08-01T00:36:54.045Z | Compiling usdt-attr-macro v0.5.0 |
| 515 | 2024-08-01T00:36:54.374Z | Checking toml_edit v0.22.20 |
| 516 | 2024-08-01T00:36:54.381Z | Checking slog-json v2.6.1 |
| 517 | 2024-08-01T00:36:54.593Z | Checking futures-executor v0.3.30 |
| 518 | 2024-08-01T00:36:54.704Z | Compiling async-stream-impl v0.3.5 |
| 519 | 2024-08-01T00:36:54.747Z | Checking http v1.1.0 |
| 520 | 2024-08-01T00:36:54.781Z | Checking is-terminal v0.4.12 |
| 521 | 2024-08-01T00:36:54.871Z | Checking memmap v0.7.0 |
| 522 | 2024-08-01T00:36:55.061Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 523 | 2024-08-01T00:36:55.243Z | Checking base64 v0.22.1 |
| 524 | 2024-08-01T00:36:55.379Z | Checking take_mut v0.2.2 |
| 525 | 2024-08-01T00:36:55.451Z | Checking atomic-waker v1.1.2 |
| 526 | 2024-08-01T00:36:55.483Z | Checking cpufeatures v0.2.12 |
| 527 | 2024-08-01T00:36:55.551Z | Checking sha1 v0.10.6 |
| 528 | 2024-08-01T00:36:55.562Z | Checking waitgroup v0.1.2 |
| 529 | 2024-08-01T00:36:55.664Z | Checking usdt v0.5.0 |
| 530 | 2024-08-01T00:36:55.721Z | Checking rustls-pemfile v2.1.2 |
| 531 | 2024-08-01T00:36:55.747Z | Checking tokio-rustls v0.25.0 |
| 532 | 2024-08-01T00:36:55.845Z | Checking slog-term v2.9.1 |
| 533 | 2024-08-01T00:36:55.871Z | Checking futures v0.3.30 |
| 534 | 2024-08-01T00:36:55.920Z | Compiling strum_macros v0.26.4 |
| 535 | 2024-08-01T00:36:55.927Z | Checking async-stream v0.3.5 |
| 536 | 2024-08-01T00:36:55.957Z | Checking slog-bunyan v2.5.0 |
| 537 | 2024-08-01T00:36:56.051Z | Compiling parse-display-derive v0.9.1 |
| 538 | 2024-08-01T00:36:56.087Z | Compiling serde_with_macros v3.9.0 |
| 539 | 2024-08-01T00:36:56.090Z | Checking rand v0.8.5 |
| 540 | 2024-08-01T00:36:56.792Z | Checking toml v0.8.19 |
| 541 | 2024-08-01T00:36:56.830Z | Checking ipnetwork v0.20.0 |
| 542 | 2024-08-01T00:36:56.887Z | Checking newtype-uuid v1.1.0 |
| 543 | 2024-08-01T00:36:57.103Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 544 | 2024-08-01T00:36:57.153Z | Checking serde_path_to_error v0.1.16 |
| 545 | 2024-08-01T00:36:57.258Z | Checking hex v0.4.3 |
| 546 | 2024-08-01T00:36:57.507Z | Compiling async-trait v0.1.81 |
| 547 | 2024-08-01T00:36:57.762Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 548 | 2024-08-01T00:36:57.770Z | Checking hostname v0.4.0 |
| 549 | 2024-08-01T00:36:57.878Z | Checking instant v0.1.13 |
| 550 | 2024-08-01T00:36:57.976Z | Checking debug-ignore v1.0.5 |
| 551 | 2024-08-01T00:36:58.085Z | Checking backoff v0.4.0 |
| 552 | 2024-08-01T00:36:58.351Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 553 | 2024-08-01T00:36:58.473Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 554 | 2024-08-01T00:36:58.516Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 555 | 2024-08-01T00:36:58.631Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 556 | 2024-08-01T00:36:58.768Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 557 | 2024-08-01T00:36:58.846Z | Checking serde_with v3.9.0 |
| 558 | 2024-08-01T00:36:58.925Z | Checking macaddr v1.0.1 |
| 559 | 2024-08-01T00:36:59.234Z | Checking regress v0.9.1 |
| 560 | 2024-08-01T00:37:00.159Z | Checking parse-display v0.9.1 |
| 561 | 2024-08-01T00:37:00.444Z | Checking strum v0.26.3 |
| 562 | 2024-08-01T00:37:00.904Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 563 | 2024-08-01T00:37:02.817Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 564 | 2024-08-01T00:37:02.874Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 565 | 2024-08-01T00:37:05.422Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 566 | 2024-08-01T00:37:11.443Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 567 | 2024-08-01T00:37:11.543Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 568 | 2024-08-01T00:37:14.121Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 569 | 2024-08-01T00:37:20.271Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 570 | 2024-08-01T00:37:20.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 571 | 2024-08-01T00:37:20.377Z | + cargo build --release |
| 572 | 2024-08-01T00:37:20.622Z | Compiling proc-macro2 v1.0.86 |
| 573 | 2024-08-01T00:37:20.623Z | Compiling unicode-ident v1.0.12 |
| 574 | 2024-08-01T00:37:20.623Z | Compiling libc v0.2.155 |
| 575 | 2024-08-01T00:37:20.623Z | Compiling cfg-if v1.0.0 |
| 576 | 2024-08-01T00:37:20.626Z | Compiling version_check v0.9.5 |
| 577 | 2024-08-01T00:37:20.626Z | Compiling autocfg v1.3.0 |
| 578 | 2024-08-01T00:37:20.626Z | Compiling serde v1.0.204 |
| 579 | 2024-08-01T00:37:20.626Z | Compiling memchr v2.7.4 |
| 580 | 2024-08-01T00:37:20.737Z | Compiling serde_json v1.0.121 |
| 581 | 2024-08-01T00:37:20.795Z | Compiling itoa v1.0.11 |
| 582 | 2024-08-01T00:37:21.174Z | Compiling byteorder v1.5.0 |
| 583 | 2024-08-01T00:37:21.226Z | Compiling thiserror v1.0.63 |
| 584 | 2024-08-01T00:37:21.257Z | Compiling ahash v0.8.11 |
| 585 | 2024-08-01T00:37:21.381Z | Compiling once_cell v1.19.0 |
| 586 | 2024-08-01T00:37:21.598Z | Compiling cc v1.1.7 |
| 587 | 2024-08-01T00:37:21.913Z | Compiling num-traits v0.2.19 |
| 588 | 2024-08-01T00:37:22.018Z | Compiling getrandom v0.2.15 |
| 589 | 2024-08-01T00:37:22.052Z | Compiling quote v1.0.36 |
| 590 | 2024-08-01T00:37:22.257Z | Compiling pin-project-lite v0.2.14 |
| 591 | 2024-08-01T00:37:22.358Z | Compiling ryu v1.0.18 |
| 592 | 2024-08-01T00:37:22.403Z | Compiling syn v2.0.72 |
| 593 | 2024-08-01T00:37:22.422Z | Compiling bytes v1.7.0 |
| 594 | 2024-08-01T00:37:22.637Z | Compiling log v0.4.22 |
| 595 | 2024-08-01T00:37:22.806Z | Compiling allocator-api2 v0.2.18 |
| 596 | 2024-08-01T00:37:22.910Z | Compiling schemars v0.8.21 |
| 597 | 2024-08-01T00:37:23.083Z | Compiling lock_api v0.4.12 |
| 598 | 2024-08-01T00:37:23.163Z | Compiling parking_lot_core v0.9.10 |
| 599 | 2024-08-01T00:37:23.266Z | Compiling smallvec v1.13.2 |
| 600 | 2024-08-01T00:37:23.297Z | Compiling scopeguard v1.2.0 |
| 601 | 2024-08-01T00:37:23.438Z | Compiling futures-core v0.3.30 |
| 602 | 2024-08-01T00:37:23.596Z | Compiling signal-hook-registry v1.4.2 |
| 603 | 2024-08-01T00:37:23.603Z | Compiling mio v1.0.1 |
| 604 | 2024-08-01T00:37:23.660Z | Compiling socket2 v0.5.7 |
| 605 | 2024-08-01T00:37:24.077Z | Compiling slab v0.4.9 |
| 606 | 2024-08-01T00:37:24.352Z | Compiling parking_lot v0.12.3 |
| 607 | 2024-08-01T00:37:24.479Z | Compiling futures-sink v0.3.30 |
| 608 | 2024-08-01T00:37:24.574Z | Compiling ring v0.17.8 |
| 609 | 2024-08-01T00:37:24.623Z | Compiling spin v0.9.8 |
| 610 | 2024-08-01T00:37:24.808Z | Compiling fnv v1.0.7 |
| 611 | 2024-08-01T00:37:24.863Z | Compiling equivalent v1.0.1 |
| 612 | 2024-08-01T00:37:24.927Z | Compiling untrusted v0.9.0 |
| 613 | 2024-08-01T00:37:24.958Z | Compiling semver v1.0.23 |
| 614 | 2024-08-01T00:37:25.336Z | Compiling futures-channel v0.3.30 |
| 615 | 2024-08-01T00:37:25.432Z | Compiling heck v0.5.0 |
| 616 | 2024-08-01T00:37:25.481Z | Compiling pkg-config v0.3.30 |
| 617 | 2024-08-01T00:37:25.569Z | Compiling futures-task v0.3.30 |
| 618 | 2024-08-01T00:37:25.798Z | Compiling futures-io v0.3.30 |
| 619 | 2024-08-01T00:37:25.834Z | Compiling vcpkg v0.2.15 |
| 620 | 2024-08-01T00:37:25.850Z | Compiling pin-utils v0.1.0 |
| 621 | 2024-08-01T00:37:26.127Z | Compiling ucd-trie v0.1.6 |
| 622 | 2024-08-01T00:37:26.222Z | Compiling iana-time-zone v0.1.60 |
| 623 | 2024-08-01T00:37:26.605Z | Compiling http v0.2.12 |
| 624 | 2024-08-01T00:37:26.861Z | Compiling httparse v1.9.4 |
| 625 | 2024-08-01T00:37:27.122Z | Compiling dyn-clone v1.0.17 |
| 626 | 2024-08-01T00:37:27.517Z | Compiling openssl-sys v0.9.103 |
| 627 | 2024-08-01T00:37:27.660Z | Compiling tracing-core v0.1.32 |
| 628 | 2024-08-01T00:37:28.159Z | Compiling chrono v0.4.38 |
| 629 | 2024-08-01T00:37:28.227Z | Compiling uuid v1.10.0 |
| 630 | 2024-08-01T00:37:28.730Z | Compiling tracing v0.1.40 |
| 631 | 2024-08-01T00:37:29.415Z | Compiling serde_derive_internals v0.29.1 |
| 632 | 2024-08-01T00:37:30.141Z | Compiling foreign-types-shared v0.1.1 |
| 633 | 2024-08-01T00:37:30.234Z | Compiling try-lock v0.2.5 |
| 634 | 2024-08-01T00:37:30.374Z | Compiling slog v2.7.0 |
| 635 | 2024-08-01T00:37:30.940Z | Compiling openssl v0.10.66 |
| 636 | 2024-08-01T00:37:31.075Z | Compiling want v0.3.1 |
| 637 | 2024-08-01T00:37:31.186Z | Compiling foreign-types v0.3.2 |
| 638 | 2024-08-01T00:37:31.350Z | Compiling http-body v0.4.6 |
| 639 | 2024-08-01T00:37:31.374Z | Compiling aho-corasick v1.1.3 |
| 640 | 2024-08-01T00:37:31.735Z | Compiling regex-syntax v0.8.4 |
| 641 | 2024-08-01T00:37:31.831Z | Compiling native-tls v0.2.12 |
| 642 | 2024-08-01T00:37:32.184Z | Compiling percent-encoding v2.3.1 |
| 643 | 2024-08-01T00:37:32.519Z | Compiling rustls v0.21.12 |
| 644 | 2024-08-01T00:37:32.630Z | Compiling tinyvec_macros v0.1.1 |
| 645 | 2024-08-01T00:37:32.705Z | Compiling typenum v1.17.0 |
| 646 | 2024-08-01T00:37:32.793Z | Compiling tower-service v0.3.2 |
| 647 | 2024-08-01T00:37:32.806Z | Compiling bitflags v2.6.0 |
| 648 | 2024-08-01T00:37:32.902Z | Compiling httpdate v1.0.3 |
| 649 | 2024-08-01T00:37:33.162Z | Compiling tinyvec v1.8.0 |
| 650 | 2024-08-01T00:37:33.628Z | Compiling form_urlencoded v1.2.1 |
| 651 | 2024-08-01T00:37:34.234Z | Compiling generic-array v0.14.7 |
| 652 | 2024-08-01T00:37:34.546Z | Compiling openssl-probe v0.1.5 |
| 653 | 2024-08-01T00:37:34.823Z | Compiling unicode-normalization v0.1.23 |
| 654 | 2024-08-01T00:37:35.063Z | Compiling regex-automata v0.4.7 |
| 655 | 2024-08-01T00:37:35.071Z | Compiling serde_derive v1.0.204 |
| 656 | 2024-08-01T00:37:35.361Z | Compiling zerocopy-derive v0.7.35 |
| 657 | 2024-08-01T00:37:35.600Z | Compiling thiserror-impl v1.0.63 |
| 658 | 2024-08-01T00:37:35.880Z | Compiling schemars_derive v0.8.21 |
| 659 | 2024-08-01T00:37:36.095Z | Compiling tokio-macros v2.4.0 |
| 660 | 2024-08-01T00:37:37.513Z | Compiling zerocopy v0.7.35 |
| 661 | 2024-08-01T00:37:37.725Z | Compiling tokio v1.39.2 |
| 662 | 2024-08-01T00:37:38.932Z | Compiling futures-macro v0.3.30 |
| 663 | 2024-08-01T00:37:39.540Z | Compiling hashbrown v0.14.5 |
| 664 | 2024-08-01T00:37:40.899Z | Compiling pest v2.7.11 |
| 665 | 2024-08-01T00:37:41.019Z | Compiling futures-util v0.3.30 |
| 666 | 2024-08-01T00:37:41.478Z | Compiling regress v0.10.0 |
| 667 | 2024-08-01T00:37:43.737Z | Compiling pest_meta v2.7.11 |
| 668 | 2024-08-01T00:37:46.133Z | Compiling tokio-util v0.7.11 |
| 669 | 2024-08-01T00:37:46.452Z | Compiling pest_generator v2.7.11 |
| 670 | 2024-08-01T00:37:47.922Z | Compiling openssl-macros v0.1.1 |
| 671 | 2024-08-01T00:37:48.052Z | Compiling rustls-webpki v0.101.7 |
| 672 | 2024-08-01T00:37:48.243Z | Compiling pest_derive v2.7.11 |
| 673 | 2024-08-01T00:37:48.469Z | Compiling sct v0.7.1 |
| 674 | 2024-08-01T00:37:49.761Z | Compiling indexmap v2.3.0 |
| 675 | 2024-08-01T00:37:51.376Z | Compiling serde_tokenstream v0.2.1 |
| 676 | 2024-08-01T00:37:53.874Z | Compiling h2 v0.3.26 |
| 677 | 2024-08-01T00:37:55.711Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 678 | 2024-08-01T00:38:00.387Z | Compiling hyper v0.14.30 |
| 679 | 2024-08-01T00:38:06.065Z | Compiling regex v1.10.5 |
| 680 | 2024-08-01T00:38:07.050Z | Compiling scroll_derive v0.12.0 |
| 681 | 2024-08-01T00:38:08.434Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 682 | 2024-08-01T00:38:08.503Z | Compiling usdt-impl v0.5.0 |
| 683 | 2024-08-01T00:38:08.567Z | Compiling encoding_rs v0.8.34 |
| 684 | 2024-08-01T00:38:08.863Z | Compiling num-conv v0.1.0 |
| 685 | 2024-08-01T00:38:09.132Z | Compiling time-core v0.1.2 |
| 686 | 2024-08-01T00:38:09.290Z | Compiling unicode-bidi v0.3.15 |
| 687 | 2024-08-01T00:38:09.641Z | Compiling powerfmt v0.2.0 |
| 688 | 2024-08-01T00:38:10.119Z | Compiling mime v0.3.17 |
| 689 | 2024-08-01T00:38:12.381Z | Compiling idna v0.5.0 |
| 690 | 2024-08-01T00:38:12.583Z | Compiling deranged v0.3.11 |
| 691 | 2024-08-01T00:38:15.906Z | Compiling time-macros v0.2.18 |
| 692 | 2024-08-01T00:38:18.213Z | Compiling scroll v0.12.0 |
| 693 | 2024-08-01T00:38:19.050Z | Compiling tokio-native-tls v0.3.1 |
| 694 | 2024-08-01T00:38:19.263Z | Compiling tokio-rustls v0.24.1 |
| 695 | 2024-08-01T00:38:19.324Z | Compiling dof v0.3.0 |
| 696 | 2024-08-01T00:38:19.673Z | Compiling serde_urlencoded v0.7.1 |
| 697 | 2024-08-01T00:38:19.942Z | Compiling dtrace-parser v0.2.0 |
| 698 | 2024-08-01T00:38:20.256Z | Compiling thread-id v4.2.2 |
| 699 | 2024-08-01T00:38:20.343Z | Compiling zerocopy-derive v0.6.6 |
| 700 | 2024-08-01T00:38:20.372Z | Compiling num_threads v0.1.7 |
| 701 | 2024-08-01T00:38:20.477Z | Compiling base64 v0.21.7 |
| 702 | 2024-08-01T00:38:21.818Z | Compiling rustls-pki-types v1.7.0 |
| 703 | 2024-08-01T00:38:22.377Z | Compiling omicron-workspace-hack v0.1.0 |
| 704 | 2024-08-01T00:38:22.671Z | Compiling strsim v0.11.1 |
| 705 | 2024-08-01T00:38:23.137Z | Compiling plain v0.2.3 |
| 706 | 2024-08-01T00:38:23.288Z | Compiling ident_case v1.0.1 |
| 707 | 2024-08-01T00:38:23.400Z | Compiling crossbeam-utils v0.8.20 |
| 708 | 2024-08-01T00:38:23.435Z | Compiling darling_core v0.20.10 |
| 709 | 2024-08-01T00:38:24.465Z | Compiling goblin v0.8.2 |
| 710 | 2024-08-01T00:38:26.204Z | Compiling zerocopy v0.6.6 |
| 711 | 2024-08-01T00:38:28.630Z | Compiling time v0.3.36 |
| 712 | 2024-08-01T00:38:29.373Z | Compiling rustls-pemfile v1.0.4 |
| 713 | 2024-08-01T00:38:30.197Z | Compiling hyper-rustls v0.24.2 |
| 714 | 2024-08-01T00:38:30.607Z | Compiling hyper-tls v0.5.0 |
| 715 | 2024-08-01T00:38:31.078Z | Compiling url v2.5.2 |
| 716 | 2024-08-01T00:38:31.359Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
| 717 | 2024-08-01T00:38:31.478Z | Compiling openapiv3 v2.0.0 |
| 718 | 2024-08-01T00:38:34.853Z | Compiling dirs-sys-next v0.1.2 |
| 719 | 2024-08-01T00:38:36.009Z | Compiling webpki-roots v0.25.4 |
| 720 | 2024-08-01T00:38:36.133Z | Compiling ipnet v2.9.0 |
| 721 | 2024-08-01T00:38:36.211Z | Compiling rustls v0.22.4 |
| 722 | 2024-08-01T00:38:36.507Z | Compiling pretty-hex v0.4.1 |
| 723 | 2024-08-01T00:38:36.693Z | Compiling rustversion v1.0.17 |
| 724 | 2024-08-01T00:38:36.718Z | Compiling sync_wrapper v0.1.2 |
| 725 | 2024-08-01T00:38:36.830Z | Compiling paste v1.0.15 |
| 726 | 2024-08-01T00:38:37.306Z | Compiling unsafe-libyaml v0.2.11 |
| 727 | 2024-08-01T00:38:37.433Z | Compiling reqwest v0.11.27 |
| 728 | 2024-08-01T00:38:38.819Z | Compiling serde_yaml v0.9.34+deprecated |
| 729 | 2024-08-01T00:38:39.174Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 730 | 2024-08-01T00:38:41.509Z | Compiling dirs-next v2.0.0 |
| 731 | 2024-08-01T00:38:41.764Z | Compiling darling_macro v0.20.10 |
| 732 | 2024-08-01T00:38:42.974Z | Compiling ppv-lite86 v0.2.18 |
| 733 | 2024-08-01T00:38:44.487Z | Compiling rustls-webpki v0.102.6 |
| 734 | 2024-08-01T00:38:45.656Z | Compiling block-buffer v0.10.4 |
| 735 | 2024-08-01T00:38:45.774Z | Compiling crypto-common v0.1.6 |
| 736 | 2024-08-01T00:38:45.873Z | Compiling toml_datetime v0.6.8 |
| 737 | 2024-08-01T00:38:45.968Z | Compiling serde_spanned v0.6.7 |
| 738 | 2024-08-01T00:38:46.188Z | Compiling structmeta-derive v0.3.0 |
| 739 | 2024-08-01T00:38:46.199Z | Compiling rand_core v0.6.4 |
| 740 | 2024-08-01T00:38:46.661Z | Compiling thread_local v1.1.8 |
| 741 | 2024-08-01T00:38:46.673Z | Compiling multer v3.1.0 |
| 742 | 2024-08-01T00:38:46.989Z | Compiling anyhow v1.0.86 |
| 743 | 2024-08-01T00:38:47.445Z | Compiling slog-async v2.8.0 |
| 744 | 2024-08-01T00:38:47.547Z | Compiling camino v1.1.7 |
| 745 | 2024-08-01T00:38:47.928Z | Compiling subtle v2.6.1 |
| 746 | 2024-08-01T00:38:48.131Z | Compiling zeroize v1.8.1 |
| 747 | 2024-08-01T00:38:48.175Z | Compiling match_cfg v0.1.0 |
| 748 | 2024-08-01T00:38:48.257Z | Compiling winnow v0.6.18 |
| 749 | 2024-08-01T00:38:48.705Z | Compiling hostname v0.3.1 |
| 750 | 2024-08-01T00:38:48.964Z | Compiling structmeta v0.3.0 |
| 751 | 2024-08-01T00:38:49.038Z | Compiling rand_chacha v0.3.1 |
| 752 | 2024-08-01T00:38:49.125Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 753 | 2024-08-01T00:38:49.319Z | Compiling digest v0.10.7 |
| 754 | 2024-08-01T00:38:49.726Z | Compiling crossbeam-channel v0.5.13 |
| 755 | 2024-08-01T00:38:51.443Z | Compiling darling v0.20.10 |
| 756 | 2024-08-01T00:38:51.542Z | Compiling term v0.7.0 |
| 757 | 2024-08-01T00:38:52.618Z | Compiling toml_edit v0.22.20 |
| 758 | 2024-08-01T00:38:56.308Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 759 | 2024-08-01T00:39:00.575Z | Compiling usdt-attr-macro v0.5.0 |
| 760 | 2024-08-01T00:39:00.631Z | Compiling usdt-macro v0.5.0 |
| 761 | 2024-08-01T00:39:01.957Z | Compiling slog-json v2.6.1 |
| 762 | 2024-08-01T00:39:02.049Z | Compiling futures-executor v0.3.30 |
| 763 | 2024-08-01T00:39:02.498Z | Compiling async-stream-impl v0.3.5 |
| 764 | 2024-08-01T00:39:03.339Z | Compiling http v1.1.0 |
| 765 | 2024-08-01T00:39:03.845Z | Compiling is-terminal v0.4.12 |
| 766 | 2024-08-01T00:39:03.956Z | Compiling memmap v0.7.0 |
| 767 | 2024-08-01T00:39:04.399Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 768 | 2024-08-01T00:39:04.727Z | Compiling take_mut v0.2.2 |
| 769 | 2024-08-01T00:39:04.876Z | Compiling base64 v0.22.1 |
| 770 | 2024-08-01T00:39:05.392Z | Compiling atomic-waker v1.1.2 |
| 771 | 2024-08-01T00:39:05.571Z | Compiling cpufeatures v0.2.12 |
| 772 | 2024-08-01T00:39:05.656Z | Compiling sha1 v0.10.6 |
| 773 | 2024-08-01T00:39:05.906Z | Compiling waitgroup v0.1.2 |
| 774 | 2024-08-01T00:39:06.138Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
| 775 | 2024-08-01T00:39:06.313Z | Compiling rustls-pemfile v2.1.2 |
| 776 | 2024-08-01T00:39:08.121Z | Compiling usdt v0.5.0 |
| 777 | 2024-08-01T00:39:09.351Z | Compiling slog-term v2.9.1 |
| 778 | 2024-08-01T00:39:09.729Z | Compiling async-stream v0.3.5 |
| 779 | 2024-08-01T00:39:10.074Z | Compiling futures v0.3.30 |
| 780 | 2024-08-01T00:39:10.178Z | Compiling slog-bunyan v2.5.0 |
| 781 | 2024-08-01T00:39:10.533Z | Compiling strum_macros v0.26.4 |
| 782 | 2024-08-01T00:39:10.753Z | Compiling toml v0.8.19 |
| 783 | 2024-08-01T00:39:12.337Z | Compiling tokio-rustls v0.25.0 |
| 784 | 2024-08-01T00:39:12.758Z | Compiling serde_with_macros v3.9.0 |
| 785 | 2024-08-01T00:39:15.431Z | Compiling rand v0.8.5 |
| 786 | 2024-08-01T00:39:15.622Z | Compiling parse-display-derive v0.9.1 |
| 787 | 2024-08-01T00:39:17.570Z | Compiling ipnetwork v0.20.0 |
| 788 | 2024-08-01T00:39:18.395Z | Compiling newtype-uuid v1.1.0 |
| 789 | 2024-08-01T00:39:18.709Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
| 790 | 2024-08-01T00:39:18.730Z | Compiling serde_path_to_error v0.1.16 |
| 791 | 2024-08-01T00:39:19.733Z | Compiling hex v0.4.3 |
| 792 | 2024-08-01T00:39:19.944Z | Compiling async-trait v0.1.81 |
| 793 | 2024-08-01T00:39:20.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 794 | 2024-08-01T00:39:21.236Z | Compiling hostname v0.4.0 |
| 795 | 2024-08-01T00:39:21.480Z | Compiling instant v0.1.13 |
| 796 | 2024-08-01T00:39:21.624Z | Compiling debug-ignore v1.0.5 |
| 797 | 2024-08-01T00:39:21.755Z | Compiling backoff v0.4.0 |
| 798 | 2024-08-01T00:39:22.091Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 799 | 2024-08-01T00:39:22.289Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 800 | 2024-08-01T00:39:22.450Z | Compiling parse-display v0.9.1 |
| 801 | 2024-08-01T00:39:22.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 802 | 2024-08-01T00:39:22.512Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 803 | 2024-08-01T00:39:22.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 804 | 2024-08-01T00:39:23.004Z | Compiling serde_with v3.9.0 |
| 805 | 2024-08-01T00:39:24.509Z | Compiling strum v0.26.3 |
| 806 | 2024-08-01T00:39:24.685Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 807 | 2024-08-01T00:39:25.493Z | Compiling macaddr v1.0.1 |
| 808 | 2024-08-01T00:39:26.100Z | Compiling regress v0.9.1 |
| 809 | 2024-08-01T00:39:30.865Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 810 | 2024-08-01T00:39:40.309Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 811 | 2024-08-01T00:39:48.670Z | Finished `release` profile [optimized] target(s) in 2m 28s |
| 812 | 2024-08-01T00:39:48.719Z | process exited: duration 224312 ms, exit code 0 |
| |
| 813 | 2024-08-01T00:39:48.725Z | found 0 output files |