|
|
|
| 1 | 2024-08-16T03:33:48.904Z | job assigned to worker 01J5CKXNK65N6VTG0WAF9Y7J42 (queued for 12 m 22 s) |
| |
| 2 | 2024-08-16T03:33:56.403Z | starting task 0: "setup" |
| 3 | 2024-08-16T03:33:56.452Z | ++ uname -s |
| 4 | 2024-08-16T03:33:56.455Z | + kern=SunOS |
| 5 | 2024-08-16T03:33:56.455Z | + case "$kern" in |
| 6 | 2024-08-16T03:33:56.455Z | + groupadd -g 12345 build |
| 7 | 2024-08-16T03:33:56.457Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-16T03:33:58.467Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-16T03:33:58.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-16T03:33:58.575Z | + home_fs=zfs |
| 11 | 2024-08-16T03:33:58.575Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-16T03:33:58.575Z | + mkdir -p /home/build |
| 13 | 2024-08-16T03:33:58.577Z | + chown build:build /home/build /work |
| 14 | 2024-08-16T03:34:00.581Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-16T03:34:00.583Z | process exited: duration 4182 ms, exit code 0 |
| |
| 16 | 2024-08-16T03:34:00.589Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-16T03:34:00.595Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-16T03:34:00.595Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-16T03:34:00.595Z | * toolchain profile = "default" |
| 20 | 2024-08-16T03:34:00.595Z | ' 1.80.1 |
| 21 | 2024-08-16T03:34:00.595Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-16T03:34:00.595Z | ' default |
| 23 | 2024-08-16T03:34:00.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-16T03:34:00.598Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-16T03:34:00.688Z | info: downloading installer |
| 26 | 2024-08-16T03:34:01.958Z | info: profile set to 'default' |
| 27 | 2024-08-16T03:34:01.958Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-16T03:34:01.961Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-16T03:34:02.087Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-16T03:34:02.087Z | info: downloading component 'cargo' |
| 31 | 2024-08-16T03:34:02.725Z | info: downloading component 'clippy' |
| 32 | 2024-08-16T03:34:02.946Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-16T03:34:03.819Z | info: downloading component 'rust-std' |
| 34 | 2024-08-16T03:34:05.044Z | info: downloading component 'rustc' |
| 35 | 2024-08-16T03:34:08.416Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-16T03:34:08.599Z | info: installing component 'cargo' |
| 37 | 2024-08-16T03:34:09.431Z | info: installing component 'clippy' |
| 38 | 2024-08-16T03:34:09.798Z | info: installing component 'rust-docs' |
| 39 | 2024-08-16T03:34:11.428Z | info: installing component 'rust-std' |
| 40 | 2024-08-16T03:34:13.109Z | info: installing component 'rustc' |
| 41 | 2024-08-16T03:34:17.258Z | info: installing component 'rustfmt' |
| 42 | 2024-08-16T03:34:17.600Z | |
| 43 | 2024-08-16T03:34:17.600Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 44 | 2024-08-16T03:34:17.858Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-16T03:34:17.858Z | |
| 46 | 2024-08-16T03:34:17.861Z | |
| 47 | 2024-08-16T03:34:17.861Z | Rust is installed now. Great! |
| 48 | 2024-08-16T03:34:17.861Z | |
| 49 | 2024-08-16T03:34:17.862Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-16T03:34:17.862Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-16T03:34:17.862Z | |
| 52 | 2024-08-16T03:34:17.862Z | To configure your current shell, you need to source |
| 53 | 2024-08-16T03:34:17.862Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-16T03:34:17.862Z | |
| 55 | 2024-08-16T03:34:17.862Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-16T03:34:17.862Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-16T03:34:17.862Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-16T03:34:17.927Z | + rustc --version |
| 59 | 2024-08-16T03:34:17.994Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-16T03:34:17.997Z | process exited: duration 17406 ms, exit code 0 |
| |
| 61 | 2024-08-16T03:34:18.003Z | starting task 2: "authentication" |
| 62 | 2024-08-16T03:34:18.024Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-16T03:34:18.032Z | starting task 3: "clone repository" |
| 64 | 2024-08-16T03:34:18.035Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-16T03:34:18.038Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-16T03:34:18.220Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-16T03:34:24.630Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-16T03:34:24.630Z | + git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 69 | 2024-08-16T03:34:24.930Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-16T03:34:24.930Z | * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD |
| 71 | 2024-08-16T03:34:24.940Z | + [[ -n renovate/tokio-1.x ]] |
| 72 | 2024-08-16T03:34:24.943Z | ++ git branch --show-current |
| 73 | 2024-08-16T03:34:24.945Z | + current=main |
| 74 | 2024-08-16T03:34:24.945Z | + [[ main != renovate/tokio-1.x ]] |
| 75 | 2024-08-16T03:34:24.945Z | + git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 76 | 2024-08-16T03:34:24.949Z | + git checkout -f renovate/tokio-1.x |
| 77 | 2024-08-16T03:34:25.099Z | Switched to branch 'renovate/tokio-1.x' |
| 78 | 2024-08-16T03:34:25.101Z | + git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 79 | 2024-08-16T03:34:25.115Z | HEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2 |
| 80 | 2024-08-16T03:34:25.117Z | process exited: duration 7085 ms, exit code 0 |
| |
| 81 | 2024-08-16T03:34:25.122Z | starting task 4: "build" |
| 82 | 2024-08-16T03:34:25.128Z | + cargo --version |
| 83 | 2024-08-16T03:34:25.186Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-16T03:34:25.188Z | + rustc --version |
| 85 | 2024-08-16T03:34:25.249Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-16T03:34:25.251Z | + cd /tmp |
| 87 | 2024-08-16T03:34:25.251Z | + cargo new --lib test-project |
| 88 | 2024-08-16T03:34:25.308Z | Creating library `test-project` package |
| 89 | 2024-08-16T03:34:25.389Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-16T03:34:25.391Z | + cd test-project |
| 91 | 2024-08-16T03:34:25.391Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-16T03:34:25.453Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-16T03:34:25.453Z | Features: |
| 94 | 2024-08-16T03:34:25.453Z | - proptest |
| 95 | 2024-08-16T03:34:25.453Z | - test-strategy |
| 96 | 2024-08-16T03:34:25.453Z | - testing |
| 97 | 2024-08-16T03:34:25.456Z | Updating crates.io index |
| 98 | 2024-08-16T03:34:25.501Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-16T03:34:26.273Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-16T03:34:26.986Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-16T03:34:27.265Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-16T03:34:28.868Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-16T03:34:29.166Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-16T03:34:29.611Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-16T03:34:32.664Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-08-16T03:34:32.667Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-16T03:34:32.667Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-16T03:34:32.667Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-16T03:34:32.667Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-16T03:34:32.670Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-16T03:34:32.670Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-16T03:34:32.670Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-16T03:34:32.670Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-16T03:34:32.670Z | Adding h2 v0.3.26 (latest: v0.4.5) |
| 115 | 2024-08-16T03:34:32.670Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-16T03:34:32.670Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-16T03:34:32.670Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-16T03:34:32.670Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-16T03:34:32.670Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-16T03:34:32.674Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-16T03:34:32.674Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-16T03:34:32.674Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-16T03:34:32.674Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-16T03:34:32.675Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 125 | 2024-08-16T03:34:32.675Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
| 126 | 2024-08-16T03:34:32.675Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-16T03:34:32.678Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-16T03:34:32.678Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
| 129 | 2024-08-16T03:34:32.685Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-16T03:34:32.685Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-16T03:34:32.685Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-16T03:34:32.685Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 133 | 2024-08-16T03:34:32.687Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-16T03:34:32.687Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
| 135 | 2024-08-16T03:34:32.687Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-16T03:34:32.687Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-16T03:34:32.687Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-16T03:34:32.688Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-16T03:34:32.690Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-16T03:34:32.690Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-16T03:34:32.690Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-16T03:34:32.690Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-16T03:34:32.690Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-16T03:34:32.690Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-16T03:34:32.690Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-16T03:34:32.690Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-16T03:34:32.690Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-16T03:34:32.690Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-16T03:34:32.690Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-16T03:34:32.691Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-16T03:34:32.691Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-16T03:34:32.691Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-16T03:34:32.691Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-16T03:34:32.764Z | + cargo check |
| 155 | 2024-08-16T03:34:33.013Z | Downloading crates ... |
| 156 | 2024-08-16T03:34:33.077Z | Downloaded darling_macro v0.20.10 |
| 157 | 2024-08-16T03:34:33.080Z | Downloaded async-stream-impl v0.3.5 |
| 158 | 2024-08-16T03:34:33.083Z | Downloaded bitflags v2.6.0 |
| 159 | 2024-08-16T03:34:33.088Z | Downloaded is-terminal v0.4.13 |
| 160 | 2024-08-16T03:34:33.096Z | Downloaded cpufeatures v0.2.13 |
| 161 | 2024-08-16T03:34:33.099Z | Downloaded cfg-if v1.0.0 |
| 162 | 2024-08-16T03:34:33.102Z | Downloaded autocfg v1.3.0 |
| 163 | 2024-08-16T03:34:33.104Z | Downloaded openssl-macros v0.1.1 |
| 164 | 2024-08-16T03:34:33.104Z | Downloaded equivalent v1.0.1 |
| 165 | 2024-08-16T03:34:33.107Z | Downloaded usdt v0.5.0 |
| 166 | 2024-08-16T03:34:33.107Z | Downloaded byteorder v1.5.0 |
| 167 | 2024-08-16T03:34:33.110Z | Downloaded untrusted v0.9.0 |
| 168 | 2024-08-16T03:34:33.113Z | Downloaded parking_lot v0.12.3 |
| 169 | 2024-08-16T03:34:33.115Z | Downloaded memmap v0.7.0 |
| 170 | 2024-08-16T03:34:33.118Z | Downloaded macaddr v1.0.1 |
| 171 | 2024-08-16T03:34:33.120Z | Downloaded hostname v0.4.0 |
| 172 | 2024-08-16T03:34:33.120Z | Downloaded futures-task v0.3.30 |
| 173 | 2024-08-16T03:34:33.122Z | Downloaded darling v0.20.10 |
| 174 | 2024-08-16T03:34:33.126Z | Downloaded usdt-macro v0.5.0 |
| 175 | 2024-08-16T03:34:33.129Z | Downloaded want v0.3.1 |
| 176 | 2024-08-16T03:34:33.129Z | Downloaded scroll_derive v0.12.0 |
| 177 | 2024-08-16T03:34:33.131Z | Downloaded newtype-uuid v1.1.0 |
| 178 | 2024-08-16T03:34:33.132Z | Downloaded ipnet v2.9.0 |
| 179 | 2024-08-16T03:34:33.135Z | Downloaded native-tls v0.2.12 |
| 180 | 2024-08-16T03:34:33.135Z | Downloaded anyhow v1.0.86 |
| 181 | 2024-08-16T03:34:33.139Z | Downloaded iana-time-zone v0.1.60 |
| 182 | 2024-08-16T03:34:33.142Z | Downloaded usdt-attr-macro v0.5.0 |
| 183 | 2024-08-16T03:34:33.144Z | Downloaded pin-utils v0.1.0 |
| 184 | 2024-08-16T03:34:33.147Z | Downloaded futures-channel v0.3.30 |
| 185 | 2024-08-16T03:34:33.147Z | Downloaded percent-encoding v2.3.1 |
| 186 | 2024-08-16T03:34:33.150Z | Downloaded futures-executor v0.3.30 |
| 187 | 2024-08-16T03:34:33.150Z | Downloaded scopeguard v1.2.0 |
| 188 | 2024-08-16T03:34:33.153Z | Downloaded try-lock v0.2.5 |
| 189 | 2024-08-16T03:34:33.153Z | Downloaded serde_spanned v0.6.7 |
| 190 | 2024-08-16T03:34:33.153Z | Downloaded dyn-clone v1.0.17 |
| 191 | 2024-08-16T03:34:33.155Z | Downloaded rand_core v0.6.4 |
| 192 | 2024-08-16T03:34:33.158Z | Downloaded log v0.4.22 |
| 193 | 2024-08-16T03:34:33.161Z | Downloaded tokio-native-tls v0.3.1 |
| 194 | 2024-08-16T03:34:33.163Z | Downloaded httparse v1.9.4 |
| 195 | 2024-08-16T03:34:33.169Z | Downloaded thiserror v1.0.63 |
| 196 | 2024-08-16T03:34:33.172Z | Downloaded num-traits v0.2.19 |
| 197 | 2024-08-16T03:34:33.175Z | Downloaded take_mut v0.2.2 |
| 198 | 2024-08-16T03:34:33.175Z | Downloaded shlex v1.3.0 |
| 199 | 2024-08-16T03:34:33.177Z | Downloaded serde_urlencoded v0.7.1 |
| 200 | 2024-08-16T03:34:33.178Z | Downloaded parse-display-derive v0.10.0 |
| 201 | 2024-08-16T03:34:33.183Z | Downloaded rustversion v1.0.17 |
| 202 | 2024-08-16T03:34:33.186Z | Downloaded slog-bunyan v2.5.0 |
| 203 | 2024-08-16T03:34:33.186Z | Downloaded thread_local v1.1.8 |
| 204 | 2024-08-16T03:34:33.186Z | Downloaded ppv-lite86 v0.2.20 |
| 205 | 2024-08-16T03:34:33.188Z | Downloaded plain v0.2.3 |
| 206 | 2024-08-16T03:34:33.188Z | Downloaded base64 v0.21.7 |
| 207 | 2024-08-16T03:34:33.192Z | Downloaded version_check v0.9.5 |
| 208 | 2024-08-16T03:34:33.195Z | Downloaded deranged v0.3.11 |
| 209 | 2024-08-16T03:34:33.197Z | Downloaded crossbeam-utils v0.8.20 |
| 210 | 2024-08-16T03:34:33.201Z | Downloaded structmeta-derive v0.3.0 |
| 211 | 2024-08-16T03:34:33.203Z | Downloaded semver v1.0.23 |
| 212 | 2024-08-16T03:34:33.203Z | Downloaded mio v1.0.2 |
| 213 | 2024-08-16T03:34:33.209Z | Downloaded tokio-macros v2.4.0 |
| 214 | 2024-08-16T03:34:33.212Z | Downloaded slog-term v2.9.1 |
| 215 | 2024-08-16T03:34:33.214Z | Downloaded match_cfg v0.1.0 |
| 216 | 2024-08-16T03:34:33.214Z | Downloaded pretty-hex v0.4.1 |
| 217 | 2024-08-16T03:34:33.217Z | Downloaded foreign-types-shared v0.1.1 |
| 218 | 2024-08-16T03:34:33.217Z | Downloaded foreign-types v0.3.2 |
| 219 | 2024-08-16T03:34:33.220Z | Downloaded ident_case v1.0.1 |
| 220 | 2024-08-16T03:34:33.220Z | Downloaded serde_with_macros v3.9.0 |
| 221 | 2024-08-16T03:34:33.223Z | Downloaded instant v0.1.13 |
| 222 | 2024-08-16T03:34:33.223Z | Downloaded thread-id v4.2.2 |
| 223 | 2024-08-16T03:34:33.228Z | Downloaded unicode-normalization v0.1.23 |
| 224 | 2024-08-16T03:34:33.230Z | Downloaded tokio-rustls v0.24.1 |
| 225 | 2024-08-16T03:34:33.231Z | Downloaded signal-hook-registry v1.4.2 |
| 226 | 2024-08-16T03:34:33.233Z | Downloaded time-core v0.1.2 |
| 227 | 2024-08-16T03:34:33.233Z | Downloaded strum_macros v0.26.4 |
| 228 | 2024-08-16T03:34:33.235Z | Downloaded backoff v0.4.0 |
| 229 | 2024-08-16T03:34:33.238Z | Downloaded tinyvec_macros v0.1.1 |
| 230 | 2024-08-16T03:34:33.240Z | Downloaded strsim v0.11.1 |
| 231 | 2024-08-16T03:34:33.240Z | Downloaded pest_generator v2.7.11 |
| 232 | 2024-08-16T03:34:33.243Z | Downloaded futures-io v0.3.30 |
| 233 | 2024-08-16T03:34:33.243Z | Downloaded zeroize v1.8.1 |
| 234 | 2024-08-16T03:34:33.247Z | Downloaded pest_meta v2.7.11 |
| 235 | 2024-08-16T03:34:33.249Z | Downloaded tower-service v0.3.3 |
| 236 | 2024-08-16T03:34:33.249Z | Downloaded unicode-ident v1.0.12 |
| 237 | 2024-08-16T03:34:33.252Z | Downloaded heck v0.5.0 |
| 238 | 2024-08-16T03:34:33.252Z | Downloaded generic-array v0.14.7 |
| 239 | 2024-08-16T03:34:33.255Z | Downloaded usdt-impl v0.5.0 |
| 240 | 2024-08-16T03:34:33.257Z | Downloaded mime v0.3.17 |
| 241 | 2024-08-16T03:34:33.257Z | Downloaded futures-sink v0.3.30 |
| 242 | 2024-08-16T03:34:33.258Z | Downloaded paste v1.0.15 |
| 243 | 2024-08-16T03:34:33.261Z | Downloaded futures-core v0.3.30 |
| 244 | 2024-08-16T03:34:33.263Z | Downloaded thiserror-impl v1.0.63 |
| 245 | 2024-08-16T03:34:33.263Z | Downloaded serde_path_to_error v0.1.16 |
| 246 | 2024-08-16T03:34:33.266Z | Downloaded rand_chacha v0.3.1 |
| 247 | 2024-08-16T03:34:33.268Z | Downloaded toml v0.8.19 |
| 248 | 2024-08-16T03:34:33.271Z | Downloaded async-trait v0.1.81 |
| 249 | 2024-08-16T03:34:33.274Z | Downloaded toml_datetime v0.6.8 |
| 250 | 2024-08-16T03:34:33.277Z | Downloaded allocator-api2 v0.2.18 |
| 251 | 2024-08-16T03:34:33.280Z | Downloaded ipnetwork v0.20.0 |
| 252 | 2024-08-16T03:34:33.282Z | Downloaded slab v0.4.9 |
| 253 | 2024-08-16T03:34:33.282Z | Downloaded slog-async v2.8.0 |
| 254 | 2024-08-16T03:34:33.285Z | Downloaded serde_derive v1.0.208 |
| 255 | 2024-08-16T03:34:33.287Z | Downloaded parking_lot_core v0.9.10 |
| 256 | 2024-08-16T03:34:33.290Z | Downloaded slog-json v2.6.1 |
| 257 | 2024-08-16T03:34:33.294Z | Downloaded subtle v2.6.1 |
| 258 | 2024-08-16T03:34:33.294Z | Downloaded waitgroup v0.1.2 |
| 259 | 2024-08-16T03:34:33.294Z | Downloaded slog v2.7.0 |
| 260 | 2024-08-16T03:34:33.297Z | Downloaded time-macros v0.2.18 |
| 261 | 2024-08-16T03:34:33.300Z | Downloaded hashbrown v0.14.5 |
| 262 | 2024-08-16T03:34:33.304Z | Downloaded socket2 v0.5.7 |
| 263 | 2024-08-16T03:34:33.306Z | Downloaded quote v1.0.36 |
| 264 | 2024-08-16T03:34:33.309Z | Downloaded unsafe-libyaml v0.2.11 |
| 265 | 2024-08-16T03:34:33.312Z | Downloaded sct v0.7.1 |
| 266 | 2024-08-16T03:34:33.316Z | Downloaded scroll v0.12.0 |
| 267 | 2024-08-16T03:34:33.318Z | Downloaded typenum v1.17.0 |
| 268 | 2024-08-16T03:34:33.321Z | Downloaded serde_derive_internals v0.29.1 |
| 269 | 2024-08-16T03:34:33.323Z | Downloaded tinyvec v1.8.0 |
| 270 | 2024-08-16T03:34:33.325Z | Downloaded tokio-rustls v0.25.0 |
| 271 | 2024-08-16T03:34:33.328Z | Downloaded structmeta v0.3.0 |
| 272 | 2024-08-16T03:34:33.330Z | Downloaded pin-project-lite v0.2.14 |
| 273 | 2024-08-16T03:34:33.334Z | Downloaded tracing-core v0.1.32 |
| 274 | 2024-08-16T03:34:33.338Z | Downloaded rand v0.8.5 |
| 275 | 2024-08-16T03:34:33.341Z | Downloaded toml_edit v0.22.20 |
| 276 | 2024-08-16T03:34:33.364Z | Downloaded ucd-trie v0.1.6 |
| 277 | 2024-08-16T03:34:33.366Z | Downloaded tracing v0.1.40 |
| 278 | 2024-08-16T03:34:33.369Z | Downloaded url v2.5.2 |
| 279 | 2024-08-16T03:34:33.373Z | Downloaded unicode-bidi v0.3.15 |
| 280 | 2024-08-16T03:34:33.375Z | Downloaded ryu v1.0.18 |
| 281 | 2024-08-16T03:34:33.378Z | Downloaded memchr v2.7.4 |
| 282 | 2024-08-16T03:34:33.383Z | Downloaded h2 v0.3.26 |
| 283 | 2024-08-16T03:34:33.390Z | Downloaded futures-util v0.3.30 |
| 284 | 2024-08-16T03:34:33.401Z | Downloaded serde_yaml v0.9.34+deprecated |
| 285 | 2024-08-16T03:34:33.405Z | Downloaded serde v1.0.208 |
| 286 | 2024-08-16T03:34:33.409Z | Downloaded openssl-sys v0.9.103 |
| 287 | 2024-08-16T03:34:33.413Z | Downloaded crossbeam-channel v0.5.13 |
| 288 | 2024-08-16T03:34:33.417Z | Downloaded indexmap v1.9.3 |
| 289 | 2024-08-16T03:34:33.421Z | Downloaded term v0.7.0 |
| 290 | 2024-08-16T03:34:33.424Z | Downloaded spin v0.9.8 |
| 291 | 2024-08-16T03:34:33.426Z | Downloaded smallvec v1.13.2 |
| 292 | 2024-08-16T03:34:33.429Z | Downloaded sha2 v0.10.8 |
| 293 | 2024-08-16T03:34:33.431Z | Downloaded darling_core v0.20.10 |
| 294 | 2024-08-16T03:34:33.435Z | Downloaded rustls-pki-types v1.8.0 |
| 295 | 2024-08-16T03:34:33.437Z | Downloaded schemars v0.8.21 |
| 296 | 2024-08-16T03:34:33.448Z | Downloaded cc v1.1.12 |
| 297 | 2024-08-16T03:34:33.451Z | Downloaded serde_json v1.0.125 |
| 298 | 2024-08-16T03:34:33.459Z | Downloaded multer v3.1.0 |
| 299 | 2024-08-16T03:34:33.462Z | Downloaded futures v0.3.30 |
| 300 | 2024-08-16T03:34:33.465Z | Downloaded base64 v0.22.1 |
| 301 | 2024-08-16T03:34:33.469Z | Downloaded rustls-webpki v0.101.7 |
| 302 | 2024-08-16T03:34:33.485Z | Downloaded proc-macro2 v1.0.86 |
| 303 | 2024-08-16T03:34:33.488Z | Downloaded time v0.3.36 |
| 304 | 2024-08-16T03:34:33.495Z | Downloaded serde_with v3.9.0 |
| 305 | 2024-08-16T03:34:33.504Z | Downloaded reqwest v0.11.27 |
| 306 | 2024-08-16T03:34:33.513Z | Downloaded tokio-util v0.7.11 |
| 307 | 2024-08-16T03:34:33.520Z | Downloaded winnow v0.6.18 |
| 308 | 2024-08-16T03:34:33.529Z | Downloaded goblin v0.8.2 |
| 309 | 2024-08-16T03:34:33.535Z | Downloaded idna v0.5.0 |
| 310 | 2024-08-16T03:34:33.541Z | Downloaded chrono v0.4.38 |
| 311 | 2024-08-16T03:34:33.550Z | Downloaded aho-corasick v1.1.3 |
| 312 | 2024-08-16T03:34:33.555Z | Downloaded vcpkg v0.2.15 |
| 313 | 2024-08-16T03:34:33.596Z | Downloaded rustls-webpki v0.102.6 |
| 314 | 2024-08-16T03:34:33.616Z | Downloaded syn v2.0.74 |
| 315 | 2024-08-16T03:34:33.627Z | Downloaded regress v0.9.1 |
| 316 | 2024-08-16T03:34:33.636Z | Downloaded libc v0.2.156 |
| 317 | 2024-08-16T03:34:33.664Z | Downloaded rustls v0.22.4 |
| 318 | 2024-08-16T03:34:33.677Z | Downloaded regress v0.10.0 |
| 319 | 2024-08-16T03:34:33.686Z | Downloaded regex-syntax v0.8.4 |
| 320 | 2024-08-16T03:34:33.693Z | Downloaded encoding_rs v0.8.34 |
| 321 | 2024-08-16T03:34:33.714Z | Downloaded regex v1.10.6 |
| 322 | 2024-08-16T03:34:33.726Z | Downloaded regex-automata v0.4.7 |
| 323 | 2024-08-16T03:34:33.743Z | Downloaded webpki-roots v0.25.4 |
| 324 | 2024-08-16T03:34:33.763Z | Downloaded tokio v1.39.2 |
| 325 | 2024-08-16T03:34:33.782Z | Downloaded rustls v0.21.12 |
| 326 | 2024-08-16T03:34:33.793Z | Downloaded openssl v0.10.66 |
| 327 | 2024-08-16T03:34:33.803Z | Downloaded openapiv3 v2.0.0 |
| 328 | 2024-08-16T03:34:33.813Z | Downloaded pest v2.7.11 |
| 329 | 2024-08-16T03:34:33.818Z | Downloaded zerocopy v0.7.35 |
| 330 | 2024-08-16T03:34:33.834Z | Downloaded hyper v0.14.30 |
| 331 | 2024-08-16T03:34:33.841Z | Downloaded http v0.2.12 |
| 332 | 2024-08-16T03:34:33.844Z | Downloaded hashbrown v0.12.3 |
| 333 | 2024-08-16T03:34:33.848Z | Downloaded once_cell v1.19.0 |
| 334 | 2024-08-16T03:34:33.851Z | Downloaded bytes v1.7.1 |
| 335 | 2024-08-16T03:34:33.854Z | Downloaded uuid v1.10.0 |
| 336 | 2024-08-16T03:34:33.859Z | Downloaded lock_api v0.4.12 |
| 337 | 2024-08-16T03:34:33.861Z | Downloaded hyper-rustls v0.24.2 |
| 338 | 2024-08-16T03:34:33.862Z | Downloaded serde_tokenstream v0.2.2 |
| 339 | 2024-08-16T03:34:33.873Z | Downloaded rustls-pemfile v1.0.4 |
| 340 | 2024-08-16T03:34:33.873Z | Downloaded parse-display v0.10.0 |
| 341 | 2024-08-16T03:34:33.873Z | Downloaded powerfmt v0.2.0 |
| 342 | 2024-08-16T03:34:33.873Z | Downloaded pkg-config v0.3.30 |
| 343 | 2024-08-16T03:34:33.873Z | Downloaded schemars_derive v0.8.21 |
| 344 | 2024-08-16T03:34:33.873Z | Downloaded http-body v0.4.6 |
| 345 | 2024-08-16T03:34:33.873Z | Downloaded hostname v0.3.1 |
| 346 | 2024-08-16T03:34:33.873Z | Downloaded digest v0.10.7 |
| 347 | 2024-08-16T03:34:33.877Z | Downloaded fnv v1.0.7 |
| 348 | 2024-08-16T03:34:33.877Z | Downloaded dirs-sys-next v0.1.2 |
| 349 | 2024-08-16T03:34:33.877Z | Downloaded sync_wrapper v0.1.2 |
| 350 | 2024-08-16T03:34:33.877Z | Downloaded openssl-probe v0.1.5 |
| 351 | 2024-08-16T03:34:33.880Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2024-08-16T03:34:33.883Z | Downloaded num_threads v0.1.7 |
| 353 | 2024-08-16T03:34:33.883Z | Downloaded num-conv v0.1.0 |
| 354 | 2024-08-16T03:34:33.883Z | Downloaded httpdate v1.0.3 |
| 355 | 2024-08-16T03:34:33.886Z | Downloaded itoa v1.0.11 |
| 356 | 2024-08-16T03:34:33.886Z | Downloaded indexmap v2.4.0 |
| 357 | 2024-08-16T03:34:33.889Z | Downloaded http v1.1.0 |
| 358 | 2024-08-16T03:34:33.893Z | Downloaded strum v0.26.3 |
| 359 | 2024-08-16T03:34:33.896Z | Downloaded block-buffer v0.10.4 |
| 360 | 2024-08-16T03:34:33.896Z | Downloaded dtrace-parser v0.2.0 |
| 361 | 2024-08-16T03:34:33.896Z | Downloaded debug-ignore v1.0.5 |
| 362 | 2024-08-16T03:34:33.899Z | Downloaded crypto-common v0.1.6 |
| 363 | 2024-08-16T03:34:33.899Z | Downloaded ahash v0.8.11 |
| 364 | 2024-08-16T03:34:33.902Z | Downloaded atomic-waker v1.1.2 |
| 365 | 2024-08-16T03:34:33.902Z | Downloaded async-stream v0.3.5 |
| 366 | 2024-08-16T03:34:33.905Z | Downloaded sha1 v0.10.6 |
| 367 | 2024-08-16T03:34:33.905Z | Downloaded rustls-pemfile v2.1.3 |
| 368 | 2024-08-16T03:34:33.908Z | Downloaded pest_derive v2.7.11 |
| 369 | 2024-08-16T03:34:33.908Z | Downloaded hex v0.4.3 |
| 370 | 2024-08-16T03:34:33.910Z | Downloaded dirs-next v2.0.0 |
| 371 | 2024-08-16T03:34:33.910Z | Downloaded camino v1.1.8 |
| 372 | 2024-08-16T03:34:33.913Z | Downloaded omicron-workspace-hack v0.1.0 |
| 373 | 2024-08-16T03:34:33.916Z | Downloaded hyper-tls v0.5.0 |
| 374 | 2024-08-16T03:34:33.918Z | Downloaded getrandom v0.2.15 |
| 375 | 2024-08-16T03:34:33.923Z | Downloaded form_urlencoded v1.2.1 |
| 376 | 2024-08-16T03:34:33.923Z | Downloaded dof v0.3.0 |
| 377 | 2024-08-16T03:34:33.923Z | Downloaded futures-macro v0.3.30 |
| 378 | 2024-08-16T03:34:33.989Z | Downloaded ring v0.17.8 |
| 379 | 2024-08-16T03:34:34.206Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-08-16T03:34:34.226Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-08-16T03:34:34.226Z | Compiling libc v0.2.156 |
| 382 | 2024-08-16T03:34:34.226Z | Checking cfg-if v1.0.0 |
| 383 | 2024-08-16T03:34:34.226Z | Compiling version_check v0.9.5 |
| 384 | 2024-08-16T03:34:34.226Z | Compiling autocfg v1.3.0 |
| 385 | 2024-08-16T03:34:34.226Z | Compiling serde v1.0.208 |
| 386 | 2024-08-16T03:34:34.226Z | Checking memchr v2.7.4 |
| 387 | 2024-08-16T03:34:34.313Z | Compiling serde_json v1.0.125 |
| 388 | 2024-08-16T03:34:34.392Z | Checking itoa v1.0.11 |
| 389 | 2024-08-16T03:34:34.833Z | Compiling ahash v0.8.11 |
| 390 | 2024-08-16T03:34:34.891Z | Checking byteorder v1.5.0 |
| 391 | 2024-08-16T03:34:34.984Z | Compiling shlex v1.3.0 |
| 392 | 2024-08-16T03:34:35.168Z | Checking once_cell v1.19.0 |
| 393 | 2024-08-16T03:34:35.236Z | Compiling thiserror v1.0.63 |
| 394 | 2024-08-16T03:34:35.376Z | Compiling cc v1.1.12 |
| 395 | 2024-08-16T03:34:36.391Z | Compiling num-traits v0.2.19 |
| 396 | 2024-08-16T03:34:36.423Z | Checking pin-project-lite v0.2.14 |
| 397 | 2024-08-16T03:34:36.439Z | Checking ryu v1.0.18 |
| 398 | 2024-08-16T03:34:36.485Z | Checking log v0.4.22 |
| 399 | 2024-08-16T03:34:36.652Z | Checking bytes v1.7.1 |
| 400 | 2024-08-16T03:34:36.720Z | Checking allocator-api2 v0.2.18 |
| 401 | 2024-08-16T03:34:36.856Z | Compiling lock_api v0.4.12 |
| 402 | 2024-08-16T03:34:36.912Z | Compiling schemars v0.8.21 |
| 403 | 2024-08-16T03:34:37.038Z | Compiling parking_lot_core v0.9.10 |
| 404 | 2024-08-16T03:34:37.078Z | Checking getrandom v0.2.15 |
| 405 | 2024-08-16T03:34:37.276Z | Compiling quote v1.0.36 |
| 406 | 2024-08-16T03:34:37.296Z | Checking smallvec v1.13.2 |
| 407 | 2024-08-16T03:34:37.315Z | Checking scopeguard v1.2.0 |
| 408 | 2024-08-16T03:34:37.318Z | Checking futures-core v0.3.30 |
| 409 | 2024-08-16T03:34:37.409Z | Checking socket2 v0.5.7 |
| 410 | 2024-08-16T03:34:37.493Z | Checking mio v1.0.2 |
| 411 | 2024-08-16T03:34:37.503Z | Checking signal-hook-registry v1.4.2 |
| 412 | 2024-08-16T03:34:37.663Z | Compiling syn v2.0.74 |
| 413 | 2024-08-16T03:34:37.852Z | Compiling slab v0.4.9 |
| 414 | 2024-08-16T03:34:37.889Z | Checking spin v0.9.8 |
| 415 | 2024-08-16T03:34:37.973Z | Checking futures-sink v0.3.30 |
| 416 | 2024-08-16T03:34:38.013Z | Checking untrusted v0.9.0 |
| 417 | 2024-08-16T03:34:38.037Z | Checking parking_lot v0.12.3 |
| 418 | 2024-08-16T03:34:38.061Z | Checking equivalent v1.0.1 |
| 419 | 2024-08-16T03:34:38.073Z | Compiling ring v0.17.8 |
| 420 | 2024-08-16T03:34:38.092Z | Checking fnv v1.0.7 |
| 421 | 2024-08-16T03:34:38.138Z | Checking futures-channel v0.3.30 |
| 422 | 2024-08-16T03:34:38.140Z | Compiling pkg-config v0.3.30 |
| 423 | 2024-08-16T03:34:38.192Z | Compiling vcpkg v0.2.15 |
| 424 | 2024-08-16T03:34:38.346Z | Checking pin-utils v0.1.0 |
| 425 | 2024-08-16T03:34:38.419Z | Compiling heck v0.5.0 |
| 426 | 2024-08-16T03:34:38.477Z | Compiling semver v1.0.23 |
| 427 | 2024-08-16T03:34:38.566Z | Checking futures-io v0.3.30 |
| 428 | 2024-08-16T03:34:38.718Z | Checking futures-task v0.3.30 |
| 429 | 2024-08-16T03:34:38.838Z | Compiling ucd-trie v0.1.6 |
| 430 | 2024-08-16T03:34:38.940Z | Checking iana-time-zone v0.1.60 |
| 431 | 2024-08-16T03:34:39.035Z | Checking http v0.2.12 |
| 432 | 2024-08-16T03:34:39.288Z | Checking dyn-clone v1.0.17 |
| 433 | 2024-08-16T03:34:39.306Z | Compiling httparse v1.9.4 |
| 434 | 2024-08-16T03:34:39.835Z | Compiling openssl-sys v0.9.103 |
| 435 | 2024-08-16T03:34:39.978Z | Checking tracing-core v0.1.32 |
| 436 | 2024-08-16T03:34:40.282Z | Compiling uuid v1.10.0 |
| 437 | 2024-08-16T03:34:40.585Z | Compiling chrono v0.4.38 |
| 438 | 2024-08-16T03:34:40.602Z | Checking tracing v0.1.40 |
| 439 | 2024-08-16T03:34:40.658Z | Compiling slog v2.7.0 |
| 440 | 2024-08-16T03:34:40.831Z | Checking try-lock v0.2.5 |
| 441 | 2024-08-16T03:34:40.844Z | Compiling openssl v0.10.66 |
| 442 | 2024-08-16T03:34:40.877Z | Checking foreign-types-shared v0.1.1 |
| 443 | 2024-08-16T03:34:40.940Z | Checking foreign-types v0.3.2 |
| 444 | 2024-08-16T03:34:41.009Z | Checking want v0.3.1 |
| 445 | 2024-08-16T03:34:41.170Z | Checking http-body v0.4.6 |
| 446 | 2024-08-16T03:34:41.222Z | Compiling aho-corasick v1.1.3 |
| 447 | 2024-08-16T03:34:41.236Z | Checking percent-encoding v2.3.1 |
| 448 | 2024-08-16T03:34:41.422Z | Compiling native-tls v0.2.12 |
| 449 | 2024-08-16T03:34:41.445Z | Checking bitflags v2.6.0 |
| 450 | 2024-08-16T03:34:41.634Z | Compiling rustls v0.21.12 |
| 451 | 2024-08-16T03:34:41.754Z | Checking tower-service v0.3.3 |
| 452 | 2024-08-16T03:34:41.832Z | Compiling typenum v1.17.0 |
| 453 | 2024-08-16T03:34:41.935Z | Checking httpdate v1.0.3 |
| 454 | 2024-08-16T03:34:42.114Z | Checking tinyvec_macros v0.1.1 |
| 455 | 2024-08-16T03:34:42.181Z | Compiling regex-syntax v0.8.4 |
| 456 | 2024-08-16T03:34:42.380Z | Checking tinyvec v1.8.0 |
| 457 | 2024-08-16T03:34:42.823Z | Checking form_urlencoded v1.2.1 |
| 458 | 2024-08-16T03:34:43.442Z | Compiling generic-array v0.14.7 |
| 459 | 2024-08-16T03:34:43.564Z | Checking openssl-probe v0.1.5 |
| 460 | 2024-08-16T03:34:43.638Z | Checking unicode-normalization v0.1.23 |
| 461 | 2024-08-16T03:34:44.368Z | Compiling serde_derive_internals v0.29.1 |
| 462 | 2024-08-16T03:34:44.988Z | Compiling usdt-impl v0.5.0 |
| 463 | 2024-08-16T03:34:45.324Z | Compiling regex-automata v0.4.7 |
| 464 | 2024-08-16T03:34:45.500Z | Checking encoding_rs v0.8.34 |
| 465 | 2024-08-16T03:34:46.011Z | Compiling time-core v0.1.2 |
| 466 | 2024-08-16T03:34:46.147Z | Checking powerfmt v0.2.0 |
| 467 | 2024-08-16T03:34:46.397Z | Compiling num-conv v0.1.0 |
| 468 | 2024-08-16T03:34:46.482Z | Checking unicode-bidi v0.3.15 |
| 469 | 2024-08-16T03:34:46.655Z | Checking mime v0.3.17 |
| 470 | 2024-08-16T03:34:46.943Z | Compiling time-macros v0.2.18 |
| 471 | 2024-08-16T03:34:47.116Z | Checking idna v0.5.0 |
| 472 | 2024-08-16T03:34:47.586Z | Checking deranged v0.3.11 |
| 473 | 2024-08-16T03:34:47.898Z | Compiling thread-id v4.2.2 |
| 474 | 2024-08-16T03:34:47.987Z | Checking base64 v0.21.7 |
| 475 | 2024-08-16T03:34:48.455Z | Checking num_threads v0.1.7 |
| 476 | 2024-08-16T03:34:48.552Z | Compiling crossbeam-utils v0.8.20 |
| 477 | 2024-08-16T03:34:49.163Z | Checking plain v0.2.3 |
| 478 | 2024-08-16T03:34:49.229Z | Compiling ident_case v1.0.1 |
| 479 | 2024-08-16T03:34:49.292Z | Compiling regex v1.10.6 |
| 480 | 2024-08-16T03:34:49.378Z | Compiling strsim v0.11.1 |
| 481 | 2024-08-16T03:34:49.458Z | Compiling serde_derive v1.0.208 |
| 482 | 2024-08-16T03:34:49.466Z | Compiling zerocopy-derive v0.7.35 |
| 483 | 2024-08-16T03:34:50.012Z | Compiling thiserror-impl v1.0.63 |
| 484 | 2024-08-16T03:34:50.032Z | Compiling schemars_derive v0.8.21 |
| 485 | 2024-08-16T03:34:50.126Z | Compiling tokio-macros v2.4.0 |
| 486 | 2024-08-16T03:34:50.215Z | Compiling futures-macro v0.3.30 |
| 487 | 2024-08-16T03:34:51.428Z | Checking zerocopy v0.7.35 |
| 488 | 2024-08-16T03:34:52.100Z | Checking tokio v1.39.2 |
| 489 | 2024-08-16T03:34:52.821Z | Checking futures-util v0.3.30 |
| 490 | 2024-08-16T03:34:53.027Z | Compiling pest v2.7.11 |
| 491 | 2024-08-16T03:34:53.093Z | Compiling openssl-macros v0.1.1 |
| 492 | 2024-08-16T03:34:53.226Z | Checking rustls-webpki v0.101.7 |
| 493 | 2024-08-16T03:34:53.229Z | Checking hashbrown v0.14.5 |
| 494 | 2024-08-16T03:34:53.902Z | Checking sct v0.7.1 |
| 495 | 2024-08-16T03:34:54.441Z | Compiling scroll_derive v0.12.0 |
| 496 | 2024-08-16T03:34:54.980Z | Compiling regress v0.10.0 |
| 497 | 2024-08-16T03:34:55.871Z | Compiling pest_meta v2.7.11 |
| 498 | 2024-08-16T03:34:55.985Z | Checking scroll v0.12.0 |
| 499 | 2024-08-16T03:34:58.180Z | Compiling pest_generator v2.7.11 |
| 500 | 2024-08-16T03:34:59.199Z | Checking tokio-util v0.7.11 |
| 501 | 2024-08-16T03:34:59.706Z | Checking tokio-native-tls v0.3.1 |
| 502 | 2024-08-16T03:34:59.874Z | Checking tokio-rustls v0.24.1 |
| 503 | 2024-08-16T03:34:59.926Z | Checking rustls-pki-types v1.8.0 |
| 504 | 2024-08-16T03:35:00.080Z | Compiling pest_derive v2.7.11 |
| 505 | 2024-08-16T03:35:00.135Z | Checking time v0.3.36 |
| 506 | 2024-08-16T03:35:00.194Z | Checking goblin v0.8.2 |
| 507 | 2024-08-16T03:35:00.944Z | Compiling dtrace-parser v0.2.0 |
| 508 | 2024-08-16T03:35:01.126Z | Compiling darling_core v0.20.10 |
| 509 | 2024-08-16T03:35:02.029Z | Checking rustls-pemfile v1.0.4 |
| 510 | 2024-08-16T03:35:02.213Z | Checking indexmap v2.4.0 |
| 511 | 2024-08-16T03:35:03.195Z | Checking serde_urlencoded v0.7.1 |
| 512 | 2024-08-16T03:35:03.585Z | Compiling serde_tokenstream v0.2.2 |
| 513 | 2024-08-16T03:35:03.613Z | Checking h2 v0.3.26 |
| 514 | 2024-08-16T03:35:04.149Z | Checking openapiv3 v2.0.0 |
| 515 | 2024-08-16T03:35:04.286Z | Checking url v2.5.2 |
| 516 | 2024-08-16T03:35:05.088Z | Checking dirs-sys-next v0.1.2 |
| 517 | 2024-08-16T03:35:05.258Z | Compiling dof v0.3.0 |
| 518 | 2024-08-16T03:35:06.177Z | Compiling rustls v0.22.4 |
| 519 | 2024-08-16T03:35:06.375Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 520 | 2024-08-16T03:35:06.488Z | Checking webpki-roots v0.25.4 |
| 521 | 2024-08-16T03:35:06.639Z | Checking ipnet v2.9.0 |
| 522 | 2024-08-16T03:35:07.094Z | Checking pretty-hex v0.4.1 |
| 523 | 2024-08-16T03:35:07.162Z | Checking sync_wrapper v0.1.2 |
| 524 | 2024-08-16T03:35:07.270Z | Compiling unsafe-libyaml v0.2.11 |
| 525 | 2024-08-16T03:35:07.320Z | Compiling omicron-workspace-hack v0.1.0 |
| 526 | 2024-08-16T03:35:07.624Z | Compiling paste v1.0.15 |
| 527 | 2024-08-16T03:35:07.642Z | Compiling rustversion v1.0.17 |
| 528 | 2024-08-16T03:35:07.857Z | Checking hyper v0.14.30 |
| 529 | 2024-08-16T03:35:08.385Z | Compiling darling_macro v0.20.10 |
| 530 | 2024-08-16T03:35:08.631Z | Compiling serde_yaml v0.9.34+deprecated |
| 531 | 2024-08-16T03:35:08.799Z | Checking dirs-next v2.0.0 |
| 532 | 2024-08-16T03:35:08.915Z | Checking toml_datetime v0.6.8 |
| 533 | 2024-08-16T03:35:09.046Z | Checking serde_spanned v0.6.7 |
| 534 | 2024-08-16T03:35:09.224Z | Checking rustls-webpki v0.102.6 |
| 535 | 2024-08-16T03:35:09.354Z | Checking ppv-lite86 v0.2.20 |
| 536 | 2024-08-16T03:35:09.365Z | Compiling structmeta-derive v0.3.0 |
| 537 | 2024-08-16T03:35:09.650Z | Checking block-buffer v0.10.4 |
| 538 | 2024-08-16T03:35:09.827Z | Checking crypto-common v0.1.6 |
| 539 | 2024-08-16T03:35:09.864Z | Checking rand_core v0.6.4 |
| 540 | 2024-08-16T03:35:09.987Z | Checking thread_local v1.1.8 |
| 541 | 2024-08-16T03:35:10.067Z | Compiling multer v3.1.0 |
| 542 | 2024-08-16T03:35:10.113Z | Compiling anyhow v1.0.86 |
| 543 | 2024-08-16T03:35:10.141Z | Checking match_cfg v0.1.0 |
| 544 | 2024-08-16T03:35:10.215Z | Checking winnow v0.6.18 |
| 545 | 2024-08-16T03:35:10.232Z | Checking zeroize v1.8.1 |
| 546 | 2024-08-16T03:35:10.400Z | Checking subtle v2.6.1 |
| 547 | 2024-08-16T03:35:10.469Z | Compiling slog-async v2.8.0 |
| 548 | 2024-08-16T03:35:10.614Z | Compiling camino v1.1.8 |
| 549 | 2024-08-16T03:35:11.072Z | Checking hostname v0.3.1 |
| 550 | 2024-08-16T03:35:11.192Z | Checking rand_chacha v0.3.1 |
| 551 | 2024-08-16T03:35:11.552Z | Checking digest v0.10.7 |
| 552 | 2024-08-16T03:35:11.770Z | Checking crossbeam-channel v0.5.13 |
| 553 | 2024-08-16T03:35:11.867Z | Compiling darling v0.20.10 |
| 554 | 2024-08-16T03:35:11.973Z | Checking term v0.7.0 |
| 555 | 2024-08-16T03:35:12.033Z | Compiling structmeta v0.3.0 |
| 556 | 2024-08-16T03:35:12.320Z | Checking hyper-rustls v0.24.2 |
| 557 | 2024-08-16T03:35:12.369Z | Checking hyper-tls v0.5.0 |
| 558 | 2024-08-16T03:35:12.477Z | Compiling usdt-attr-macro v0.5.0 |
| 559 | 2024-08-16T03:35:12.580Z | Compiling usdt-macro v0.5.0 |
| 560 | 2024-08-16T03:35:12.635Z | Checking reqwest v0.11.27 |
| 561 | 2024-08-16T03:35:13.281Z | Checking toml_edit v0.22.20 |
| 562 | 2024-08-16T03:35:13.519Z | Checking slog-json v2.6.1 |
| 563 | 2024-08-16T03:35:13.599Z | Checking futures-executor v0.3.30 |
| 564 | 2024-08-16T03:35:13.750Z | Compiling async-stream-impl v0.3.5 |
| 565 | 2024-08-16T03:35:13.811Z | Checking http v1.1.0 |
| 566 | 2024-08-16T03:35:13.883Z | Checking is-terminal v0.4.13 |
| 567 | 2024-08-16T03:35:13.904Z | Checking memmap v0.7.0 |
| 568 | 2024-08-16T03:35:13.921Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 569 | 2024-08-16T03:35:13.989Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 570 | 2024-08-16T03:35:14.098Z | Checking take_mut v0.2.2 |
| 571 | 2024-08-16T03:35:14.215Z | Checking base64 v0.22.1 |
| 572 | 2024-08-16T03:35:14.229Z | Checking cpufeatures v0.2.13 |
| 573 | 2024-08-16T03:35:14.310Z | Checking atomic-waker v1.1.2 |
| 574 | 2024-08-16T03:35:14.380Z | Checking sha1 v0.10.6 |
| 575 | 2024-08-16T03:35:14.418Z | Checking waitgroup v0.1.2 |
| 576 | 2024-08-16T03:35:14.473Z | Checking tokio-rustls v0.25.0 |
| 577 | 2024-08-16T03:35:14.629Z | Checking usdt v0.5.0 |
| 578 | 2024-08-16T03:35:14.659Z | Checking rustls-pemfile v2.1.3 |
| 579 | 2024-08-16T03:35:14.793Z | Checking slog-term v2.9.1 |
| 580 | 2024-08-16T03:35:14.816Z | Checking futures v0.3.30 |
| 581 | 2024-08-16T03:35:14.851Z | Checking slog-bunyan v2.5.0 |
| 582 | 2024-08-16T03:35:14.884Z | Compiling strum_macros v0.26.4 |
| 583 | 2024-08-16T03:35:14.907Z | Compiling parse-display-derive v0.10.0 |
| 584 | 2024-08-16T03:35:14.995Z | Compiling serde_with_macros v3.9.0 |
| 585 | 2024-08-16T03:35:15.082Z | Checking async-stream v0.3.5 |
| 586 | 2024-08-16T03:35:15.251Z | Checking rand v0.8.5 |
| 587 | 2024-08-16T03:35:15.918Z | Checking toml v0.8.19 |
| 588 | 2024-08-16T03:35:15.930Z | Checking ipnetwork v0.20.0 |
| 589 | 2024-08-16T03:35:15.982Z | Checking newtype-uuid v1.1.0 |
| 590 | 2024-08-16T03:35:16.214Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 591 | 2024-08-16T03:35:16.288Z | Checking serde_path_to_error v0.1.16 |
| 592 | 2024-08-16T03:35:16.458Z | Checking hex v0.4.3 |
| 593 | 2024-08-16T03:35:16.658Z | Compiling async-trait v0.1.81 |
| 594 | 2024-08-16T03:35:16.919Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 595 | 2024-08-16T03:35:16.991Z | Checking hostname v0.4.0 |
| 596 | 2024-08-16T03:35:17.110Z | Checking instant v0.1.13 |
| 597 | 2024-08-16T03:35:17.216Z | Checking debug-ignore v1.0.5 |
| 598 | 2024-08-16T03:35:17.334Z | Checking backoff v0.4.0 |
| 599 | 2024-08-16T03:35:17.608Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 600 | 2024-08-16T03:35:17.640Z | Checking serde_with v3.9.0 |
| 601 | 2024-08-16T03:35:17.707Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 602 | 2024-08-16T03:35:17.741Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 603 | 2024-08-16T03:35:17.837Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 604 | 2024-08-16T03:35:18.062Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 605 | 2024-08-16T03:35:18.151Z | Checking macaddr v1.0.1 |
| 606 | 2024-08-16T03:35:18.492Z | Checking regress v0.9.1 |
| 607 | 2024-08-16T03:35:18.873Z | Checking parse-display v0.10.0 |
| 608 | 2024-08-16T03:35:19.405Z | Checking strum v0.26.3 |
| 609 | 2024-08-16T03:35:20.161Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 610 | 2024-08-16T03:35:22.085Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 611 | 2024-08-16T03:35:22.145Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 612 | 2024-08-16T03:35:24.650Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 613 | 2024-08-16T03:35:29.710Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 614 | 2024-08-16T03:35:29.813Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 615 | 2024-08-16T03:35:32.595Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 616 | 2024-08-16T03:35:39.463Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 617 | 2024-08-16T03:35:39.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 618 | 2024-08-16T03:35:39.579Z | + cargo build --release |
| 619 | 2024-08-16T03:35:39.842Z | Compiling proc-macro2 v1.0.86 |
| 620 | 2024-08-16T03:35:39.842Z | Compiling unicode-ident v1.0.12 |
| 621 | 2024-08-16T03:35:39.844Z | Compiling libc v0.2.156 |
| 622 | 2024-08-16T03:35:39.844Z | Compiling cfg-if v1.0.0 |
| 623 | 2024-08-16T03:35:39.845Z | Compiling version_check v0.9.5 |
| 624 | 2024-08-16T03:35:39.845Z | Compiling autocfg v1.3.0 |
| 625 | 2024-08-16T03:35:39.845Z | Compiling serde v1.0.208 |
| 626 | 2024-08-16T03:35:39.883Z | Compiling memchr v2.7.4 |
| 627 | 2024-08-16T03:35:39.956Z | Compiling serde_json v1.0.125 |
| 628 | 2024-08-16T03:35:40.046Z | Compiling itoa v1.0.11 |
| 629 | 2024-08-16T03:35:40.319Z | Compiling thiserror v1.0.63 |
| 630 | 2024-08-16T03:35:40.469Z | Compiling shlex v1.3.0 |
| 631 | 2024-08-16T03:35:40.478Z | Compiling ahash v0.8.11 |
| 632 | 2024-08-16T03:35:40.616Z | Compiling once_cell v1.19.0 |
| 633 | 2024-08-16T03:35:40.795Z | Compiling byteorder v1.5.0 |
| 634 | 2024-08-16T03:35:40.844Z | Compiling cc v1.1.12 |
| 635 | 2024-08-16T03:35:41.306Z | Compiling quote v1.0.36 |
| 636 | 2024-08-16T03:35:41.343Z | Compiling getrandom v0.2.15 |
| 637 | 2024-08-16T03:35:41.349Z | Compiling num-traits v0.2.19 |
| 638 | 2024-08-16T03:35:41.641Z | Compiling syn v2.0.74 |
| 639 | 2024-08-16T03:35:41.679Z | Compiling pin-project-lite v0.2.14 |
| 640 | 2024-08-16T03:35:41.694Z | Compiling ryu v1.0.18 |
| 641 | 2024-08-16T03:35:41.867Z | Compiling log v0.4.22 |
| 642 | 2024-08-16T03:35:41.981Z | Compiling bytes v1.7.1 |
| 643 | 2024-08-16T03:35:42.101Z | Compiling allocator-api2 v0.2.18 |
| 644 | 2024-08-16T03:35:42.235Z | Compiling schemars v0.8.21 |
| 645 | 2024-08-16T03:35:42.345Z | Compiling lock_api v0.4.12 |
| 646 | 2024-08-16T03:35:42.394Z | Compiling parking_lot_core v0.9.10 |
| 647 | 2024-08-16T03:35:42.611Z | Compiling scopeguard v1.2.0 |
| 648 | 2024-08-16T03:35:42.676Z | Compiling futures-core v0.3.30 |
| 649 | 2024-08-16T03:35:42.750Z | Compiling smallvec v1.13.2 |
| 650 | 2024-08-16T03:35:42.874Z | Compiling signal-hook-registry v1.4.2 |
| 651 | 2024-08-16T03:35:42.905Z | Compiling mio v1.0.2 |
| 652 | 2024-08-16T03:35:42.949Z | Compiling socket2 v0.5.7 |
| 653 | 2024-08-16T03:35:43.353Z | Compiling slab v0.4.9 |
| 654 | 2024-08-16T03:35:43.724Z | Compiling parking_lot v0.12.3 |
| 655 | 2024-08-16T03:35:43.815Z | Compiling ring v0.17.8 |
| 656 | 2024-08-16T03:35:43.817Z | Compiling spin v0.9.8 |
| 657 | 2024-08-16T03:35:44.061Z | Compiling futures-sink v0.3.30 |
| 658 | 2024-08-16T03:35:44.216Z | Compiling fnv v1.0.7 |
| 659 | 2024-08-16T03:35:44.338Z | Compiling untrusted v0.9.0 |
| 660 | 2024-08-16T03:35:44.433Z | Compiling semver v1.0.23 |
| 661 | 2024-08-16T03:35:44.509Z | Compiling equivalent v1.0.1 |
| 662 | 2024-08-16T03:35:44.608Z | Compiling futures-channel v0.3.30 |
| 663 | 2024-08-16T03:35:44.821Z | Compiling pkg-config v0.3.30 |
| 664 | 2024-08-16T03:35:44.896Z | Compiling heck v0.5.0 |
| 665 | 2024-08-16T03:35:44.945Z | Compiling vcpkg v0.2.15 |
| 666 | 2024-08-16T03:35:45.045Z | Compiling futures-task v0.3.30 |
| 667 | 2024-08-16T03:35:45.068Z | Compiling pin-utils v0.1.0 |
| 668 | 2024-08-16T03:35:45.146Z | Compiling futures-io v0.3.30 |
| 669 | 2024-08-16T03:35:45.545Z | Compiling ucd-trie v0.1.6 |
| 670 | 2024-08-16T03:35:45.584Z | Compiling iana-time-zone v0.1.60 |
| 671 | 2024-08-16T03:35:45.981Z | Compiling http v0.2.12 |
| 672 | 2024-08-16T03:35:46.180Z | Compiling httparse v1.9.4 |
| 673 | 2024-08-16T03:35:46.250Z | Compiling dyn-clone v1.0.17 |
| 674 | 2024-08-16T03:35:46.545Z | Compiling openssl-sys v0.9.103 |
| 675 | 2024-08-16T03:35:47.012Z | Compiling tracing-core v0.1.32 |
| 676 | 2024-08-16T03:35:47.561Z | Compiling chrono v0.4.38 |
| 677 | 2024-08-16T03:35:47.625Z | Compiling uuid v1.10.0 |
| 678 | 2024-08-16T03:35:47.890Z | Compiling tracing v0.1.40 |
| 679 | 2024-08-16T03:35:48.608Z | Compiling serde_derive_internals v0.29.1 |
| 680 | 2024-08-16T03:35:49.600Z | Compiling slog v2.7.0 |
| 681 | 2024-08-16T03:35:50.324Z | Compiling foreign-types-shared v0.1.1 |
| 682 | 2024-08-16T03:35:50.421Z | Compiling try-lock v0.2.5 |
| 683 | 2024-08-16T03:35:50.428Z | Compiling openssl v0.10.66 |
| 684 | 2024-08-16T03:35:50.449Z | Compiling foreign-types v0.3.2 |
| 685 | 2024-08-16T03:35:50.530Z | Compiling want v0.3.1 |
| 686 | 2024-08-16T03:35:50.765Z | Compiling http-body v0.4.6 |
| 687 | 2024-08-16T03:35:50.879Z | Compiling aho-corasick v1.1.3 |
| 688 | 2024-08-16T03:35:50.885Z | Compiling typenum v1.17.0 |
| 689 | 2024-08-16T03:35:51.233Z | Compiling tinyvec_macros v0.1.1 |
| 690 | 2024-08-16T03:35:51.312Z | Compiling regex-syntax v0.8.4 |
| 691 | 2024-08-16T03:35:51.877Z | Compiling percent-encoding v2.3.1 |
| 692 | 2024-08-16T03:35:51.880Z | Compiling bitflags v2.6.0 |
| 693 | 2024-08-16T03:35:52.228Z | Compiling httpdate v1.0.3 |
| 694 | 2024-08-16T03:35:52.236Z | Compiling tower-service v0.3.3 |
| 695 | 2024-08-16T03:35:52.348Z | Compiling rustls v0.21.12 |
| 696 | 2024-08-16T03:35:52.355Z | Compiling native-tls v0.2.12 |
| 697 | 2024-08-16T03:35:52.692Z | Compiling form_urlencoded v1.2.1 |
| 698 | 2024-08-16T03:35:52.785Z | Compiling tinyvec v1.8.0 |
| 699 | 2024-08-16T03:35:53.253Z | Compiling generic-array v0.14.7 |
| 700 | 2024-08-16T03:35:53.614Z | Compiling openssl-probe v0.1.5 |
| 701 | 2024-08-16T03:35:53.943Z | Compiling serde_derive v1.0.208 |
| 702 | 2024-08-16T03:35:54.085Z | Compiling zerocopy-derive v0.7.35 |
| 703 | 2024-08-16T03:35:54.091Z | Compiling thiserror-impl v1.0.63 |
| 704 | 2024-08-16T03:35:54.500Z | Compiling schemars_derive v0.8.21 |
| 705 | 2024-08-16T03:35:54.825Z | Compiling tokio-macros v2.4.0 |
| 706 | 2024-08-16T03:35:56.111Z | Compiling zerocopy v0.7.35 |
| 707 | 2024-08-16T03:35:57.073Z | Compiling tokio v1.39.2 |
| 708 | 2024-08-16T03:35:57.082Z | Compiling futures-macro v0.3.30 |
| 709 | 2024-08-16T03:35:57.497Z | Compiling pest v2.7.11 |
| 710 | 2024-08-16T03:35:58.351Z | Compiling hashbrown v0.14.5 |
| 711 | 2024-08-16T03:35:58.941Z | Compiling futures-util v0.3.30 |
| 712 | 2024-08-16T03:35:59.885Z | Compiling regress v0.10.0 |
| 713 | 2024-08-16T03:36:00.008Z | Compiling pest_meta v2.7.11 |
| 714 | 2024-08-16T03:36:00.380Z | Compiling openssl-macros v0.1.1 |
| 715 | 2024-08-16T03:36:04.045Z | Compiling pest_generator v2.7.11 |
| 716 | 2024-08-16T03:36:04.650Z | Compiling rustls-webpki v0.101.7 |
| 717 | 2024-08-16T03:36:05.897Z | Compiling tokio-util v0.7.11 |
| 718 | 2024-08-16T03:36:06.021Z | Compiling pest_derive v2.7.11 |
| 719 | 2024-08-16T03:36:06.927Z | Compiling sct v0.7.1 |
| 720 | 2024-08-16T03:36:07.371Z | Compiling regex-automata v0.4.7 |
| 721 | 2024-08-16T03:36:08.650Z | Compiling indexmap v2.4.0 |
| 722 | 2024-08-16T03:36:09.976Z | Compiling serde_tokenstream v0.2.2 |
| 723 | 2024-08-16T03:36:11.922Z | Compiling h2 v0.3.26 |
| 724 | 2024-08-16T03:36:14.762Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 725 | 2024-08-16T03:36:15.375Z | Compiling regex v1.10.6 |
| 726 | 2024-08-16T03:36:17.249Z | Compiling hyper v0.14.30 |
| 727 | 2024-08-16T03:36:19.189Z | Compiling unicode-normalization v0.1.23 |
| 728 | 2024-08-16T03:36:20.508Z | Compiling scroll_derive v0.12.0 |
| 729 | 2024-08-16T03:36:26.889Z | Compiling usdt-impl v0.5.0 |
| 730 | 2024-08-16T03:36:26.899Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 731 | 2024-08-16T03:36:27.047Z | Compiling encoding_rs v0.8.34 |
| 732 | 2024-08-16T03:36:27.289Z | Compiling mime v0.3.17 |
| 733 | 2024-08-16T03:36:27.680Z | Compiling num-conv v0.1.0 |
| 734 | 2024-08-16T03:36:28.375Z | Compiling unicode-bidi v0.3.15 |
| 735 | 2024-08-16T03:36:30.938Z | Compiling powerfmt v0.2.0 |
| 736 | 2024-08-16T03:36:31.420Z | Compiling time-core v0.1.2 |
| 737 | 2024-08-16T03:36:31.491Z | Compiling deranged v0.3.11 |
| 738 | 2024-08-16T03:36:31.568Z | Compiling time-macros v0.2.18 |
| 739 | 2024-08-16T03:36:34.601Z | Compiling idna v0.5.0 |
| 740 | 2024-08-16T03:36:37.697Z | Compiling thread-id v4.2.2 |
| 741 | 2024-08-16T03:36:37.795Z | Compiling scroll v0.12.0 |
| 742 | 2024-08-16T03:36:37.814Z | Compiling tokio-rustls v0.24.1 |
| 743 | 2024-08-16T03:36:38.234Z | Compiling tokio-native-tls v0.3.1 |
| 744 | 2024-08-16T03:36:38.242Z | Compiling dof v0.3.0 |
| 745 | 2024-08-16T03:36:38.425Z | Compiling serde_urlencoded v0.7.1 |
| 746 | 2024-08-16T03:36:38.508Z | Compiling dtrace-parser v0.2.0 |
| 747 | 2024-08-16T03:36:39.126Z | Compiling plain v0.2.3 |
| 748 | 2024-08-16T03:36:40.218Z | Compiling ident_case v1.0.1 |
| 749 | 2024-08-16T03:36:40.470Z | Compiling rustls-pki-types v1.8.0 |
| 750 | 2024-08-16T03:36:40.586Z | Compiling strsim v0.11.1 |
| 751 | 2024-08-16T03:36:41.509Z | Compiling omicron-workspace-hack v0.1.0 |
| 752 | 2024-08-16T03:36:41.564Z | Compiling base64 v0.21.7 |
| 753 | 2024-08-16T03:36:41.833Z | Compiling num_threads v0.1.7 |
| 754 | 2024-08-16T03:36:41.855Z | Compiling crossbeam-utils v0.8.20 |
| 755 | 2024-08-16T03:36:41.947Z | Compiling time v0.3.36 |
| 756 | 2024-08-16T03:36:42.440Z | Compiling rustls-pemfile v1.0.4 |
| 757 | 2024-08-16T03:36:44.964Z | Compiling darling_core v0.20.10 |
| 758 | 2024-08-16T03:36:46.777Z | Compiling goblin v0.8.2 |
| 759 | 2024-08-16T03:36:49.474Z | Compiling hyper-tls v0.5.0 |
| 760 | 2024-08-16T03:36:49.963Z | Compiling hyper-rustls v0.24.2 |
| 761 | 2024-08-16T03:36:50.390Z | Compiling url v2.5.2 |
| 762 | 2024-08-16T03:36:51.003Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 763 | 2024-08-16T03:36:51.117Z | Compiling openapiv3 v2.0.0 |
| 764 | 2024-08-16T03:36:53.161Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-08-16T03:36:54.663Z | Compiling unsafe-libyaml v0.2.11 |
| 766 | 2024-08-16T03:36:55.370Z | Compiling rustls v0.22.4 |
| 767 | 2024-08-16T03:36:55.705Z | Compiling rustversion v1.0.17 |
| 768 | 2024-08-16T03:36:56.059Z | Compiling sync_wrapper v0.1.2 |
| 769 | 2024-08-16T03:36:56.173Z | Compiling ipnet v2.9.0 |
| 770 | 2024-08-16T03:36:56.372Z | Compiling paste v1.0.15 |
| 771 | 2024-08-16T03:36:56.420Z | Compiling webpki-roots v0.25.4 |
| 772 | 2024-08-16T03:36:56.576Z | Compiling pretty-hex v0.4.1 |
| 773 | 2024-08-16T03:36:56.941Z | Compiling reqwest v0.11.27 |
| 774 | 2024-08-16T03:36:57.238Z | Compiling serde_yaml v0.9.34+deprecated |
| 775 | 2024-08-16T03:36:57.974Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 776 | 2024-08-16T03:36:58.980Z | Compiling dirs-next v2.0.0 |
| 777 | 2024-08-16T03:36:59.235Z | Compiling darling_macro v0.20.10 |
| 778 | 2024-08-16T03:37:03.014Z | Compiling rustls-webpki v0.102.6 |
| 779 | 2024-08-16T03:37:03.050Z | Compiling crypto-common v0.1.6 |
| 780 | 2024-08-16T03:37:03.257Z | Compiling block-buffer v0.10.4 |
| 781 | 2024-08-16T03:37:03.490Z | Compiling toml_datetime v0.6.8 |
| 782 | 2024-08-16T03:37:04.151Z | Compiling serde_spanned v0.6.7 |
| 783 | 2024-08-16T03:37:04.190Z | Compiling ppv-lite86 v0.2.20 |
| 784 | 2024-08-16T03:37:04.389Z | Compiling structmeta-derive v0.3.0 |
| 785 | 2024-08-16T03:37:04.703Z | Compiling rand_core v0.6.4 |
| 786 | 2024-08-16T03:37:05.170Z | Compiling thread_local v1.1.8 |
| 787 | 2024-08-16T03:37:05.219Z | Compiling multer v3.1.0 |
| 788 | 2024-08-16T03:37:05.574Z | Compiling match_cfg v0.1.0 |
| 789 | 2024-08-16T03:37:05.657Z | Compiling anyhow v1.0.86 |
| 790 | 2024-08-16T03:37:05.891Z | Compiling zeroize v1.8.1 |
| 791 | 2024-08-16T03:37:06.227Z | Compiling subtle v2.6.1 |
| 792 | 2024-08-16T03:37:06.242Z | Compiling winnow v0.6.18 |
| 793 | 2024-08-16T03:37:06.500Z | Compiling camino v1.1.8 |
| 794 | 2024-08-16T03:37:06.700Z | Compiling slog-async v2.8.0 |
| 795 | 2024-08-16T03:37:07.129Z | Compiling structmeta v0.3.0 |
| 796 | 2024-08-16T03:37:07.446Z | Compiling hostname v0.3.1 |
| 797 | 2024-08-16T03:37:07.510Z | Compiling rand_chacha v0.3.1 |
| 798 | 2024-08-16T03:37:07.694Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 799 | 2024-08-16T03:37:09.251Z | Compiling digest v0.10.7 |
| 800 | 2024-08-16T03:37:09.658Z | Compiling crossbeam-channel v0.5.13 |
| 801 | 2024-08-16T03:37:10.694Z | Compiling toml_edit v0.22.20 |
| 802 | 2024-08-16T03:37:11.321Z | Compiling darling v0.20.10 |
| 803 | 2024-08-16T03:37:11.424Z | Compiling term v0.7.0 |
| 804 | 2024-08-16T03:37:16.115Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 805 | 2024-08-16T03:37:19.125Z | Compiling usdt-attr-macro v0.5.0 |
| 806 | 2024-08-16T03:37:19.916Z | Compiling usdt-macro v0.5.0 |
| 807 | 2024-08-16T03:37:20.637Z | Compiling slog-json v2.6.1 |
| 808 | 2024-08-16T03:37:21.090Z | Compiling futures-executor v0.3.30 |
| 809 | 2024-08-16T03:37:21.264Z | Compiling async-stream-impl v0.3.5 |
| 810 | 2024-08-16T03:37:22.300Z | Compiling http v1.1.0 |
| 811 | 2024-08-16T03:37:22.685Z | Compiling memmap v0.7.0 |
| 812 | 2024-08-16T03:37:22.969Z | Compiling is-terminal v0.4.13 |
| 813 | 2024-08-16T03:37:23.083Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 814 | 2024-08-16T03:37:23.120Z | Compiling atomic-waker v1.1.2 |
| 815 | 2024-08-16T03:37:23.307Z | Compiling take_mut v0.2.2 |
| 816 | 2024-08-16T03:37:23.440Z | Compiling base64 v0.22.1 |
| 817 | 2024-08-16T03:37:23.447Z | Compiling cpufeatures v0.2.13 |
| 818 | 2024-08-16T03:37:23.533Z | Compiling sha1 v0.10.6 |
| 819 | 2024-08-16T03:37:24.534Z | Compiling rustls-pemfile v2.1.3 |
| 820 | 2024-08-16T03:37:27.055Z | Compiling waitgroup v0.1.2 |
| 821 | 2024-08-16T03:37:27.214Z | Compiling slog-term v2.9.1 |
| 822 | 2024-08-16T03:37:27.282Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 823 | 2024-08-16T03:37:27.478Z | Compiling usdt v0.5.0 |
| 824 | 2024-08-16T03:37:28.915Z | Compiling async-stream v0.3.5 |
| 825 | 2024-08-16T03:37:29.070Z | Compiling futures v0.3.30 |
| 826 | 2024-08-16T03:37:29.260Z | Compiling slog-bunyan v2.5.0 |
| 827 | 2024-08-16T03:37:29.269Z | Compiling strum_macros v0.26.4 |
| 828 | 2024-08-16T03:37:29.521Z | Compiling toml v0.8.19 |
| 829 | 2024-08-16T03:37:30.111Z | Compiling tokio-rustls v0.25.0 |
| 830 | 2024-08-16T03:37:30.544Z | Compiling serde_with_macros v3.9.0 |
| 831 | 2024-08-16T03:37:33.319Z | Compiling rand v0.8.5 |
| 832 | 2024-08-16T03:37:33.930Z | Compiling parse-display-derive v0.10.0 |
| 833 | 2024-08-16T03:37:35.508Z | Compiling newtype-uuid v1.1.0 |
| 834 | 2024-08-16T03:37:35.832Z | Compiling ipnetwork v0.20.0 |
| 835 | 2024-08-16T03:37:36.623Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 836 | 2024-08-16T03:37:37.268Z | Compiling serde_path_to_error v0.1.16 |
| 837 | 2024-08-16T03:37:37.975Z | Compiling hex v0.4.3 |
| 838 | 2024-08-16T03:37:38.290Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 839 | 2024-08-16T03:37:38.672Z | Compiling async-trait v0.1.81 |
| 840 | 2024-08-16T03:37:39.132Z | Compiling hostname v0.4.0 |
| 841 | 2024-08-16T03:37:39.374Z | Compiling instant v0.1.13 |
| 842 | 2024-08-16T03:37:39.529Z | Compiling debug-ignore v1.0.5 |
| 843 | 2024-08-16T03:37:39.673Z | Compiling backoff v0.4.0 |
| 844 | 2024-08-16T03:37:40.017Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 845 | 2024-08-16T03:37:40.446Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 846 | 2024-08-16T03:37:40.451Z | Compiling parse-display v0.10.0 |
| 847 | 2024-08-16T03:37:40.588Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 848 | 2024-08-16T03:37:40.876Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 849 | 2024-08-16T03:37:41.060Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 850 | 2024-08-16T03:37:41.414Z | Compiling strum v0.26.3 |
| 851 | 2024-08-16T03:37:41.595Z | Compiling serde_with v3.9.0 |
| 852 | 2024-08-16T03:37:42.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 853 | 2024-08-16T03:37:43.389Z | Compiling macaddr v1.0.1 |
| 854 | 2024-08-16T03:37:43.996Z | Compiling regress v0.9.1 |
| 855 | 2024-08-16T03:37:50.408Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 856 | 2024-08-16T03:37:59.897Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 857 | 2024-08-16T03:38:08.628Z | Finished `release` profile [optimized] target(s) in 2m 28s |
| 858 | 2024-08-16T03:38:08.686Z | process exited: duration 223546 ms, exit code 0 |
| |
| 859 | 2024-08-16T03:38:08.692Z | found 0 output files |