|
|
|
| 1 | 2024-08-22T02:33:20.959Z | job assigned to worker 01J5VYVJV1SXWZEE9QYW0F64ZS (queued for 48 s) |
| |
| 2 | 2024-08-22T02:33:28.745Z | starting task 0: "setup" |
| 3 | 2024-08-22T02:33:28.754Z | ++ uname -s |
| 4 | 2024-08-22T02:33:28.756Z | + kern=SunOS |
| 5 | 2024-08-22T02:33:28.756Z | + case "$kern" in |
| 6 | 2024-08-22T02:33:28.756Z | + groupadd -g 12345 build |
| 7 | 2024-08-22T02:33:28.759Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-22T02:33:30.769Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-22T02:33:30.837Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-22T02:33:30.839Z | + home_fs=zfs |
| 11 | 2024-08-22T02:33:30.840Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-22T02:33:30.840Z | + mkdir -p /home/build |
| 13 | 2024-08-22T02:33:30.842Z | + chown build:build /home/build /work |
| 14 | 2024-08-22T02:33:32.857Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-22T02:33:32.876Z | process exited: duration 4103 ms, exit code 0 |
| |
| 16 | 2024-08-22T02:33:32.907Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-22T02:33:32.920Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-22T02:33:32.928Z | ' 1.80.1 |
| 19 | 2024-08-22T02:33:32.928Z | * toolchain channel = "1.80.1" |
| 20 | 2024-08-22T02:33:32.928Z | * toolchain profile = "default" |
| 21 | 2024-08-22T02:33:32.928Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-22T02:33:32.928Z | ' default |
| 23 | 2024-08-22T02:33:32.928Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-22T02:33:32.928Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-22T02:33:33.020Z | info: downloading installer |
| 26 | 2024-08-22T02:33:34.185Z | info: profile set to 'default' |
| 27 | 2024-08-22T02:33:34.185Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-22T02:33:34.188Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-22T02:33:34.318Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-22T02:33:34.318Z | info: downloading component 'cargo' |
| 31 | 2024-08-22T02:33:35.042Z | info: downloading component 'clippy' |
| 32 | 2024-08-22T02:33:35.275Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-22T02:33:36.201Z | info: downloading component 'rust-std' |
| 34 | 2024-08-22T02:33:37.486Z | info: downloading component 'rustc' |
| 35 | 2024-08-22T02:33:41.117Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-22T02:33:41.312Z | info: installing component 'cargo' |
| 37 | 2024-08-22T02:33:42.173Z | info: installing component 'clippy' |
| 38 | 2024-08-22T02:33:42.533Z | info: installing component 'rust-docs' |
| 39 | 2024-08-22T02:33:44.179Z | info: installing component 'rust-std' |
| 40 | 2024-08-22T02:33:45.842Z | info: installing component 'rustc' |
| 41 | 2024-08-22T02:33:49.973Z | info: installing component 'rustfmt' |
| 42 | 2024-08-22T02:33:50.303Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-22T02:33:50.303Z | |
| 44 | 2024-08-22T02:33:50.561Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-22T02:33:50.561Z | |
| 46 | 2024-08-22T02:33:50.563Z | |
| 47 | 2024-08-22T02:33:50.563Z | Rust is installed now. Great! |
| 48 | 2024-08-22T02:33:50.563Z | |
| 49 | 2024-08-22T02:33:50.563Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-22T02:33:50.563Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-22T02:33:50.563Z | |
| 52 | 2024-08-22T02:33:50.563Z | To configure your current shell, you need to source |
| 53 | 2024-08-22T02:33:50.563Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-22T02:33:50.563Z | |
| 55 | 2024-08-22T02:33:50.564Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-22T02:33:50.564Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-22T02:33:50.564Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-22T02:33:50.616Z | + rustc --version |
| 59 | 2024-08-22T02:33:50.679Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-22T02:33:50.682Z | process exited: duration 17786 ms, exit code 0 |
| |
| 61 | 2024-08-22T02:33:50.687Z | starting task 2: "authentication" |
| 62 | 2024-08-22T02:33:50.707Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-08-22T02:33:50.713Z | starting task 3: "clone repository" |
| 64 | 2024-08-22T02:33:50.718Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-22T02:33:50.722Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-22T02:33:50.756Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-22T02:33:57.009Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-22T02:33:57.011Z | + git fetch origin ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
| 69 | 2024-08-22T02:33:57.253Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-22T02:33:57.253Z | * branch ebbee8e5d5351d194663de6dc90b94ad1655ce65 -> FETCH_HEAD |
| 71 | 2024-08-22T02:33:57.263Z | + [[ -n bugfix-6244 ]] |
| 72 | 2024-08-22T02:33:57.266Z | ++ git branch --show-current |
| 73 | 2024-08-22T02:33:57.269Z | + current=main |
| 74 | 2024-08-22T02:33:57.269Z | + [[ main != bugfix-6244 ]] |
| 75 | 2024-08-22T02:33:57.269Z | + git branch -f bugfix-6244 ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
| 76 | 2024-08-22T02:33:57.272Z | + git checkout -f bugfix-6244 |
| 77 | 2024-08-22T02:33:57.421Z | Switched to branch 'bugfix-6244' |
| 78 | 2024-08-22T02:33:57.424Z | + git reset --hard ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
| 79 | 2024-08-22T02:33:57.446Z | HEAD is now at ebbee8e5d fixup! Merge branch 'main' into bugfix-6244 |
| 80 | 2024-08-22T02:33:57.450Z | process exited: duration 6733 ms, exit code 0 |
| |
| 81 | 2024-08-22T02:33:57.456Z | starting task 4: "build" |
| 82 | 2024-08-22T02:33:57.461Z | + cargo --version |
| 83 | 2024-08-22T02:33:57.516Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-22T02:33:57.519Z | + rustc --version |
| 85 | 2024-08-22T02:33:57.576Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-22T02:33:57.579Z | + cd /tmp |
| 87 | 2024-08-22T02:33:57.579Z | + cargo new --lib test-project |
| 88 | 2024-08-22T02:33:57.634Z | Creating library `test-project` package |
| 89 | 2024-08-22T02:33:57.710Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-22T02:33:57.713Z | + cd test-project |
| 91 | 2024-08-22T02:33:57.713Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-22T02:33:57.769Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-22T02:33:57.769Z | Features: |
| 94 | 2024-08-22T02:33:57.769Z | - proptest |
| 95 | 2024-08-22T02:33:57.769Z | - test-strategy |
| 96 | 2024-08-22T02:33:57.769Z | - testing |
| 97 | 2024-08-22T02:33:57.772Z | Updating crates.io index |
| 98 | 2024-08-22T02:33:57.846Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-22T02:33:58.776Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-22T02:33:59.601Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-22T02:34:00.247Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-22T02:34:02.052Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-22T02:34:02.369Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-22T02:34:02.846Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-22T02:34:06.502Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-08-22T02:34:06.504Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-22T02:34:06.504Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-22T02:34:06.504Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-22T02:34:06.504Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-22T02:34:06.505Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-22T02:34:06.505Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-22T02:34:06.505Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-22T02:34:06.507Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-22T02:34:06.507Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 115 | 2024-08-22T02:34:06.507Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-22T02:34:06.507Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-22T02:34:06.507Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-22T02:34:06.507Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-22T02:34:06.507Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-22T02:34:06.507Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-22T02:34:06.507Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-22T02:34:06.507Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-22T02:34:06.507Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-22T02:34:06.507Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 125 | 2024-08-22T02:34:06.510Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 126 | 2024-08-22T02:34:06.510Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-22T02:34:06.513Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-22T02:34:06.513Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 129 | 2024-08-22T02:34:06.517Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-22T02:34:06.517Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-22T02:34:06.519Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-22T02:34:06.520Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 133 | 2024-08-22T02:34:06.522Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-22T02:34:06.522Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
| 135 | 2024-08-22T02:34:06.522Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-22T02:34:06.522Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-22T02:34:06.525Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-22T02:34:06.525Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-22T02:34:06.525Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-22T02:34:06.528Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-22T02:34:06.528Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-22T02:34:06.528Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-22T02:34:06.528Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-22T02:34:06.528Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-22T02:34:06.528Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-22T02:34:06.528Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-22T02:34:06.528Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-22T02:34:06.528Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-22T02:34:06.528Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-22T02:34:06.528Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-22T02:34:06.528Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-22T02:34:06.528Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-22T02:34:06.528Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-22T02:34:06.605Z | + cargo check |
| 155 | 2024-08-22T02:34:06.847Z | Downloading crates ... |
| 156 | 2024-08-22T02:34:06.907Z | Downloaded async-stream-impl v0.3.5 |
| 157 | 2024-08-22T02:34:06.923Z | Downloaded block-buffer v0.10.4 |
| 158 | 2024-08-22T02:34:06.926Z | Downloaded backoff v0.4.0 |
| 159 | 2024-08-22T02:34:06.930Z | Downloaded darling_macro v0.20.10 |
| 160 | 2024-08-22T02:34:06.938Z | Downloaded ident_case v1.0.1 |
| 161 | 2024-08-22T02:34:06.940Z | Downloaded ahash v0.8.11 |
| 162 | 2024-08-22T02:34:06.943Z | Downloaded cpufeatures v0.2.13 |
| 163 | 2024-08-22T02:34:06.945Z | Downloaded waitgroup v0.1.2 |
| 164 | 2024-08-22T02:34:06.945Z | Downloaded parking_lot v0.12.3 |
| 165 | 2024-08-22T02:34:06.948Z | Downloaded foreign-types v0.3.2 |
| 166 | 2024-08-22T02:34:06.951Z | Downloaded openssl-probe v0.1.5 |
| 167 | 2024-08-22T02:34:06.951Z | Downloaded futures-macro v0.3.30 |
| 168 | 2024-08-22T02:34:06.953Z | Downloaded parse-display-derive v0.10.0 |
| 169 | 2024-08-22T02:34:06.953Z | Downloaded mime v0.3.17 |
| 170 | 2024-08-22T02:34:06.956Z | Downloaded scroll_derive v0.12.0 |
| 171 | 2024-08-22T02:34:06.956Z | Downloaded allocator-api2 v0.2.18 |
| 172 | 2024-08-22T02:34:06.960Z | Downloaded pretty-hex v0.4.1 |
| 173 | 2024-08-22T02:34:06.962Z | Downloaded signal-hook-registry v1.4.2 |
| 174 | 2024-08-22T02:34:06.965Z | Downloaded strum v0.26.3 |
| 175 | 2024-08-22T02:34:06.965Z | Downloaded hyper-tls v0.5.0 |
| 176 | 2024-08-22T02:34:06.968Z | Downloaded match_cfg v0.1.0 |
| 177 | 2024-08-22T02:34:06.968Z | Downloaded take_mut v0.2.2 |
| 178 | 2024-08-22T02:34:06.968Z | Downloaded byteorder v1.5.0 |
| 179 | 2024-08-22T02:34:06.970Z | Downloaded is-terminal v0.4.13 |
| 180 | 2024-08-22T02:34:06.970Z | Downloaded hex v0.4.3 |
| 181 | 2024-08-22T02:34:06.973Z | Downloaded time-core v0.1.2 |
| 182 | 2024-08-22T02:34:06.973Z | Downloaded powerfmt v0.2.0 |
| 183 | 2024-08-22T02:34:06.976Z | Downloaded newtype-uuid v1.1.0 |
| 184 | 2024-08-22T02:34:06.976Z | Downloaded log v0.4.22 |
| 185 | 2024-08-22T02:34:06.978Z | Downloaded form_urlencoded v1.2.1 |
| 186 | 2024-08-22T02:34:06.981Z | Downloaded structmeta v0.3.0 |
| 187 | 2024-08-22T02:34:06.981Z | Downloaded crypto-common v0.1.6 |
| 188 | 2024-08-22T02:34:06.983Z | Downloaded serde_path_to_error v0.1.16 |
| 189 | 2024-08-22T02:34:06.984Z | Downloaded bytes v1.7.1 |
| 190 | 2024-08-22T02:34:06.987Z | Downloaded percent-encoding v2.3.1 |
| 191 | 2024-08-22T02:34:06.990Z | Downloaded slog-bunyan v2.5.0 |
| 192 | 2024-08-22T02:34:06.990Z | Downloaded once_cell v1.19.0 |
| 193 | 2024-08-22T02:34:06.993Z | Downloaded futures-channel v0.3.30 |
| 194 | 2024-08-22T02:34:06.996Z | Downloaded sha2 v0.10.8 |
| 195 | 2024-08-22T02:34:06.999Z | Downloaded native-tls v0.2.12 |
| 196 | 2024-08-22T02:34:07.001Z | Downloaded serde_tokenstream v0.2.2 |
| 197 | 2024-08-22T02:34:07.004Z | Downloaded try-lock v0.2.5 |
| 198 | 2024-08-22T02:34:07.004Z | Downloaded spin v0.9.8 |
| 199 | 2024-08-22T02:34:07.006Z | Downloaded rustls-pemfile v2.1.3 |
| 200 | 2024-08-22T02:34:07.009Z | Downloaded rustls-pki-types v1.8.0 |
| 201 | 2024-08-22T02:34:07.012Z | Downloaded hostname v0.4.0 |
| 202 | 2024-08-22T02:34:07.014Z | Downloaded thiserror-impl v1.0.63 |
| 203 | 2024-08-22T02:34:07.017Z | Downloaded tinyvec_macros v0.1.1 |
| 204 | 2024-08-22T02:34:07.017Z | Downloaded rand_core v0.6.4 |
| 205 | 2024-08-22T02:34:07.017Z | Downloaded foreign-types-shared v0.1.1 |
| 206 | 2024-08-22T02:34:07.020Z | Downloaded usdt-impl v0.5.0 |
| 207 | 2024-08-22T02:34:07.020Z | Downloaded usdt v0.5.0 |
| 208 | 2024-08-22T02:34:07.023Z | Downloaded pest_meta v2.7.11 |
| 209 | 2024-08-22T02:34:07.025Z | Downloaded thread_local v1.1.8 |
| 210 | 2024-08-22T02:34:07.025Z | Downloaded slog-json v2.6.1 |
| 211 | 2024-08-22T02:34:07.028Z | Downloaded serde_derive_internals v0.29.1 |
| 212 | 2024-08-22T02:34:07.030Z | Downloaded parking_lot_core v0.9.10 |
| 213 | 2024-08-22T02:34:07.033Z | Downloaded openssl-macros v0.1.1 |
| 214 | 2024-08-22T02:34:07.033Z | Downloaded num-traits v0.2.19 |
| 215 | 2024-08-22T02:34:07.036Z | Downloaded httparse v1.9.4 |
| 216 | 2024-08-22T02:34:07.039Z | Downloaded darling v0.20.10 |
| 217 | 2024-08-22T02:34:07.043Z | Downloaded omicron-workspace-hack v0.1.0 |
| 218 | 2024-08-22T02:34:07.045Z | Downloaded strum_macros v0.26.4 |
| 219 | 2024-08-22T02:34:07.048Z | Downloaded camino v1.1.9 |
| 220 | 2024-08-22T02:34:07.051Z | Downloaded parse-display v0.10.0 |
| 221 | 2024-08-22T02:34:07.051Z | Downloaded paste v1.0.15 |
| 222 | 2024-08-22T02:34:07.053Z | Downloaded zeroize v1.8.1 |
| 223 | 2024-08-22T02:34:07.056Z | Downloaded instant v0.1.13 |
| 224 | 2024-08-22T02:34:07.056Z | Downloaded version_check v0.9.5 |
| 225 | 2024-08-22T02:34:07.059Z | Downloaded sync_wrapper v0.1.2 |
| 226 | 2024-08-22T02:34:07.059Z | Downloaded macaddr v1.0.1 |
| 227 | 2024-08-22T02:34:07.059Z | Downloaded futures-sink v0.3.30 |
| 228 | 2024-08-22T02:34:07.062Z | Downloaded futures-core v0.3.30 |
| 229 | 2024-08-22T02:34:07.062Z | Downloaded term v0.7.0 |
| 230 | 2024-08-22T02:34:07.065Z | Downloaded pest_generator v2.7.11 |
| 231 | 2024-08-22T02:34:07.068Z | Downloaded slog v2.7.0 |
| 232 | 2024-08-22T02:34:07.070Z | Downloaded serde_yaml v0.9.34+deprecated |
| 233 | 2024-08-22T02:34:07.074Z | Downloaded plain v0.2.3 |
| 234 | 2024-08-22T02:34:07.076Z | Downloaded ppv-lite86 v0.2.20 |
| 235 | 2024-08-22T02:34:07.079Z | Downloaded want v0.3.1 |
| 236 | 2024-08-22T02:34:07.079Z | Downloaded strsim v0.11.1 |
| 237 | 2024-08-22T02:34:07.079Z | Downloaded serde_spanned v0.6.7 |
| 238 | 2024-08-22T02:34:07.082Z | Downloaded tokio-macros v2.4.0 |
| 239 | 2024-08-22T02:34:07.082Z | Downloaded rand_chacha v0.3.1 |
| 240 | 2024-08-22T02:34:07.084Z | Downloaded unicode-bidi v0.3.15 |
| 241 | 2024-08-22T02:34:07.087Z | Downloaded base64 v0.22.1 |
| 242 | 2024-08-22T02:34:07.090Z | Downloaded tower-service v0.3.3 |
| 243 | 2024-08-22T02:34:07.093Z | Downloaded toml_datetime v0.6.8 |
| 244 | 2024-08-22T02:34:07.093Z | Downloaded tokio-native-tls v0.3.1 |
| 245 | 2024-08-22T02:34:07.095Z | Downloaded slab v0.4.9 |
| 246 | 2024-08-22T02:34:07.098Z | Downloaded sha1 v0.10.6 |
| 247 | 2024-08-22T02:34:07.100Z | Downloaded schemars_derive v0.8.21 |
| 248 | 2024-08-22T02:34:07.100Z | Downloaded thread-id v4.2.2 |
| 249 | 2024-08-22T02:34:07.103Z | Downloaded structmeta-derive v0.3.0 |
| 250 | 2024-08-22T02:34:07.103Z | Downloaded slog-async v2.8.0 |
| 251 | 2024-08-22T02:34:07.106Z | Downloaded thiserror v1.0.63 |
| 252 | 2024-08-22T02:34:07.109Z | Downloaded lock_api v0.4.12 |
| 253 | 2024-08-22T02:34:07.112Z | Downloaded serde v1.0.208 |
| 254 | 2024-08-22T02:34:07.114Z | Downloaded mio v1.0.2 |
| 255 | 2024-08-22T02:34:07.120Z | Downloaded tokio-rustls v0.25.0 |
| 256 | 2024-08-22T02:34:07.123Z | Downloaded ucd-trie v0.1.6 |
| 257 | 2024-08-22T02:34:07.125Z | Downloaded rustls-pemfile v1.0.4 |
| 258 | 2024-08-22T02:34:07.128Z | Downloaded serde_with_macros v3.9.0 |
| 259 | 2024-08-22T02:34:07.130Z | Downloaded tokio-rustls v0.24.1 |
| 260 | 2024-08-22T02:34:07.133Z | Downloaded futures v0.3.30 |
| 261 | 2024-08-22T02:34:07.136Z | Downloaded shlex v1.3.0 |
| 262 | 2024-08-22T02:34:07.138Z | Downloaded untrusted v0.9.0 |
| 263 | 2024-08-22T02:34:07.141Z | Downloaded serde_derive v1.0.208 |
| 264 | 2024-08-22T02:34:07.143Z | Downloaded ryu v1.0.18 |
| 265 | 2024-08-22T02:34:07.146Z | Downloaded unicode-ident v1.0.12 |
| 266 | 2024-08-22T02:34:07.148Z | Downloaded typenum v1.17.0 |
| 267 | 2024-08-22T02:34:07.151Z | Downloaded darling_core v0.20.10 |
| 268 | 2024-08-22T02:34:07.157Z | Downloaded toml v0.8.19 |
| 269 | 2024-08-22T02:34:07.160Z | Downloaded url v2.5.2 |
| 270 | 2024-08-22T02:34:07.164Z | Downloaded openssl-sys v0.9.103 |
| 271 | 2024-08-22T02:34:07.169Z | Downloaded unsafe-libyaml v0.2.11 |
| 272 | 2024-08-22T02:34:07.173Z | Downloaded http v1.1.0 |
| 273 | 2024-08-22T02:34:07.177Z | Downloaded tracing v0.1.40 |
| 274 | 2024-08-22T02:34:07.182Z | Downloaded vcpkg v0.2.15 |
| 275 | 2024-08-22T02:34:07.221Z | Downloaded tracing-core v0.1.32 |
| 276 | 2024-08-22T02:34:07.224Z | Downloaded http v0.2.12 |
| 277 | 2024-08-22T02:34:07.227Z | Downloaded aho-corasick v1.1.3 |
| 278 | 2024-08-22T02:34:07.233Z | Downloaded socket2 v0.5.7 |
| 279 | 2024-08-22T02:34:07.236Z | Downloaded pest v2.7.11 |
| 280 | 2024-08-22T02:34:07.240Z | Downloaded tokio-util v0.7.11 |
| 281 | 2024-08-22T02:34:07.247Z | Downloaded unicode-normalization v0.1.23 |
| 282 | 2024-08-22T02:34:07.251Z | Downloaded toml_edit v0.22.20 |
| 283 | 2024-08-22T02:34:07.273Z | Downloaded time v0.3.36 |
| 284 | 2024-08-22T02:34:07.281Z | Downloaded rustls-webpki v0.102.6 |
| 285 | 2024-08-22T02:34:07.299Z | Downloaded serde_json v1.0.125 |
| 286 | 2024-08-22T02:34:07.306Z | Downloaded reqwest v0.11.27 |
| 287 | 2024-08-22T02:34:07.314Z | Downloaded openssl v0.10.66 |
| 288 | 2024-08-22T02:34:07.325Z | Downloaded rustls-webpki v0.101.7 |
| 289 | 2024-08-22T02:34:07.339Z | Downloaded idna v0.5.0 |
| 290 | 2024-08-22T02:34:07.346Z | Downloaded syn v2.0.75 |
| 291 | 2024-08-22T02:34:07.357Z | Downloaded webpki-roots v0.25.4 |
| 292 | 2024-08-22T02:34:07.361Z | Downloaded regex v1.10.6 |
| 293 | 2024-08-22T02:34:07.374Z | Downloaded openapiv3 v2.0.0 |
| 294 | 2024-08-22T02:34:07.385Z | Downloaded rustls v0.21.12 |
| 295 | 2024-08-22T02:34:07.397Z | Downloaded regress v0.9.1 |
| 296 | 2024-08-22T02:34:07.405Z | Downloaded rustls v0.22.4 |
| 297 | 2024-08-22T02:34:07.418Z | Downloaded regex-syntax v0.8.4 |
| 298 | 2024-08-22T02:34:07.426Z | Downloaded tokio v1.39.3 |
| 299 | 2024-08-22T02:34:07.462Z | Downloaded regex-automata v0.4.7 |
| 300 | 2024-08-22T02:34:07.478Z | Downloaded libc v0.2.158 |
| 301 | 2024-08-22T02:34:07.504Z | Downloaded regress v0.10.0 |
| 302 | 2024-08-22T02:34:07.512Z | Downloaded encoding_rs v0.8.34 |
| 303 | 2024-08-22T02:34:07.532Z | Downloaded winnow v0.6.18 |
| 304 | 2024-08-22T02:34:07.540Z | Downloaded chrono v0.4.38 |
| 305 | 2024-08-22T02:34:07.546Z | Downloaded zerocopy v0.7.35 |
| 306 | 2024-08-22T02:34:07.562Z | Downloaded hyper v0.14.30 |
| 307 | 2024-08-22T02:34:07.569Z | Downloaded h2 v0.3.26 |
| 308 | 2024-08-22T02:34:07.575Z | Downloaded futures-util v0.3.30 |
| 309 | 2024-08-22T02:34:07.586Z | Downloaded hashbrown v0.14.5 |
| 310 | 2024-08-22T02:34:07.591Z | Downloaded serde_with v3.9.0 |
| 311 | 2024-08-22T02:34:07.599Z | Downloaded goblin v0.8.2 |
| 312 | 2024-08-22T02:34:07.605Z | Downloaded slog-term v2.9.1 |
| 313 | 2024-08-22T02:34:07.608Z | Downloaded tinyvec v1.8.0 |
| 314 | 2024-08-22T02:34:07.610Z | Downloaded multer v3.1.0 |
| 315 | 2024-08-22T02:34:07.613Z | Downloaded hashbrown v0.12.3 |
| 316 | 2024-08-22T02:34:07.617Z | Downloaded crossbeam-channel v0.5.13 |
| 317 | 2024-08-22T02:34:07.620Z | Downloaded indexmap v1.9.3 |
| 318 | 2024-08-22T02:34:07.624Z | Downloaded rand v0.8.5 |
| 319 | 2024-08-22T02:34:07.627Z | Downloaded pin-project-lite v0.2.14 |
| 320 | 2024-08-22T02:34:07.632Z | Downloaded uuid v1.10.0 |
| 321 | 2024-08-22T02:34:07.634Z | Downloaded time-macros v0.2.18 |
| 322 | 2024-08-22T02:34:07.637Z | Downloaded semver v1.0.23 |
| 323 | 2024-08-22T02:34:07.639Z | Downloaded scroll v0.12.0 |
| 324 | 2024-08-22T02:34:07.642Z | Downloaded quote v1.0.36 |
| 325 | 2024-08-22T02:34:07.644Z | Downloaded bitflags v2.6.0 |
| 326 | 2024-08-22T02:34:07.647Z | Downloaded memchr v2.7.4 |
| 327 | 2024-08-22T02:34:07.651Z | Downloaded rustversion v1.0.17 |
| 328 | 2024-08-22T02:34:07.653Z | Downloaded indexmap v2.4.0 |
| 329 | 2024-08-22T02:34:07.657Z | Downloaded hyper-rustls v0.24.2 |
| 330 | 2024-08-22T02:34:07.660Z | Downloaded base64 v0.21.7 |
| 331 | 2024-08-22T02:34:07.663Z | Downloaded anyhow v1.0.86 |
| 332 | 2024-08-22T02:34:07.667Z | Downloaded iana-time-zone v0.1.60 |
| 333 | 2024-08-22T02:34:07.669Z | Downloaded subtle v2.6.1 |
| 334 | 2024-08-22T02:34:07.672Z | Downloaded schemars v0.8.21 |
| 335 | 2024-08-22T02:34:07.681Z | Downloaded serde_urlencoded v0.7.1 |
| 336 | 2024-08-22T02:34:07.684Z | Downloaded ring v0.17.8 |
| 337 | 2024-08-22T02:34:07.747Z | Downloaded getrandom v0.2.15 |
| 338 | 2024-08-22T02:34:07.750Z | Downloaded fnv v1.0.7 |
| 339 | 2024-08-22T02:34:07.753Z | Downloaded memmap v0.7.0 |
| 340 | 2024-08-22T02:34:07.753Z | Downloaded httpdate v1.0.3 |
| 341 | 2024-08-22T02:34:07.753Z | Downloaded crossbeam-utils v0.8.20 |
| 342 | 2024-08-22T02:34:07.756Z | Downloaded ipnetwork v0.20.0 |
| 343 | 2024-08-22T02:34:07.758Z | Downloaded hostname v0.3.1 |
| 344 | 2024-08-22T02:34:07.758Z | Downloaded itoa v1.0.11 |
| 345 | 2024-08-22T02:34:07.761Z | Downloaded smallvec v1.13.2 |
| 346 | 2024-08-22T02:34:07.761Z | Downloaded proc-macro2 v1.0.86 |
| 347 | 2024-08-22T02:34:07.764Z | Downloaded digest v0.10.7 |
| 348 | 2024-08-22T02:34:07.766Z | Downloaded debug-ignore v1.0.5 |
| 349 | 2024-08-22T02:34:07.766Z | Downloaded http-body v0.4.6 |
| 350 | 2024-08-22T02:34:07.769Z | Downloaded futures-io v0.3.30 |
| 351 | 2024-08-22T02:34:07.769Z | Downloaded dyn-clone v1.0.17 |
| 352 | 2024-08-22T02:34:07.771Z | Downloaded dirs-sys-next v0.1.2 |
| 353 | 2024-08-22T02:34:07.771Z | Downloaded pkg-config v0.3.30 |
| 354 | 2024-08-22T02:34:07.774Z | Downloaded pest_derive v2.7.11 |
| 355 | 2024-08-22T02:34:07.774Z | Downloaded ipnet v2.9.0 |
| 356 | 2024-08-22T02:34:07.776Z | Downloaded num_threads v0.1.7 |
| 357 | 2024-08-22T02:34:07.776Z | Downloaded num-conv v0.1.0 |
| 358 | 2024-08-22T02:34:07.779Z | Downloaded zerocopy-derive v0.7.35 |
| 359 | 2024-08-22T02:34:07.781Z | Downloaded equivalent v1.0.1 |
| 360 | 2024-08-22T02:34:07.781Z | Downloaded dtrace-parser v0.2.0 |
| 361 | 2024-08-22T02:34:07.782Z | Downloaded usdt-macro v0.5.0 |
| 362 | 2024-08-22T02:34:07.784Z | Downloaded usdt-attr-macro v0.5.0 |
| 363 | 2024-08-22T02:34:07.784Z | Downloaded async-trait v0.1.81 |
| 364 | 2024-08-22T02:34:07.787Z | Downloaded autocfg v1.3.0 |
| 365 | 2024-08-22T02:34:07.789Z | Downloaded async-stream v0.3.5 |
| 366 | 2024-08-22T02:34:07.789Z | Downloaded cc v1.1.13 |
| 367 | 2024-08-22T02:34:07.792Z | Downloaded scopeguard v1.2.0 |
| 368 | 2024-08-22T02:34:07.794Z | Downloaded pin-utils v0.1.0 |
| 369 | 2024-08-22T02:34:07.794Z | Downloaded deranged v0.3.11 |
| 370 | 2024-08-22T02:34:07.794Z | Downloaded dof v0.3.0 |
| 371 | 2024-08-22T02:34:07.797Z | Downloaded sct v0.7.1 |
| 372 | 2024-08-22T02:34:07.799Z | Downloaded generic-array v0.14.7 |
| 373 | 2024-08-22T02:34:07.800Z | Downloaded heck v0.5.0 |
| 374 | 2024-08-22T02:34:07.802Z | Downloaded futures-task v0.3.30 |
| 375 | 2024-08-22T02:34:07.802Z | Downloaded futures-executor v0.3.30 |
| 376 | 2024-08-22T02:34:07.805Z | Downloaded dirs-next v2.0.0 |
| 377 | 2024-08-22T02:34:07.805Z | Downloaded cfg-if v1.0.0 |
| 378 | 2024-08-22T02:34:07.805Z | Downloaded atomic-waker v1.1.2 |
| 379 | 2024-08-22T02:34:07.923Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-08-22T02:34:07.923Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-08-22T02:34:07.925Z | Compiling libc v0.2.158 |
| 382 | 2024-08-22T02:34:07.925Z | Checking cfg-if v1.0.0 |
| 383 | 2024-08-22T02:34:07.925Z | Compiling version_check v0.9.5 |
| 384 | 2024-08-22T02:34:07.925Z | Compiling autocfg v1.3.0 |
| 385 | 2024-08-22T02:34:07.936Z | Compiling serde v1.0.208 |
| 386 | 2024-08-22T02:34:07.939Z | Checking memchr v2.7.4 |
| 387 | 2024-08-22T02:34:08.009Z | Compiling serde_json v1.0.125 |
| 388 | 2024-08-22T02:34:08.429Z | Checking itoa v1.0.11 |
| 389 | 2024-08-22T02:34:08.483Z | Checking byteorder v1.5.0 |
| 390 | 2024-08-22T02:34:08.544Z | Compiling ahash v0.8.11 |
| 391 | 2024-08-22T02:34:08.613Z | Compiling shlex v1.3.0 |
| 392 | 2024-08-22T02:34:08.637Z | Checking once_cell v1.19.0 |
| 393 | 2024-08-22T02:34:08.752Z | Compiling thiserror v1.0.63 |
| 394 | 2024-08-22T02:34:08.859Z | Compiling cc v1.1.13 |
| 395 | 2024-08-22T02:34:08.970Z | Compiling num-traits v0.2.19 |
| 396 | 2024-08-22T02:34:09.282Z | Checking pin-project-lite v0.2.14 |
| 397 | 2024-08-22T02:34:09.321Z | Checking getrandom v0.2.15 |
| 398 | 2024-08-22T02:34:09.379Z | Compiling quote v1.0.36 |
| 399 | 2024-08-22T02:34:09.511Z | Checking ryu v1.0.18 |
| 400 | 2024-08-22T02:34:09.518Z | Checking log v0.4.22 |
| 401 | 2024-08-22T02:34:09.601Z | Checking bytes v1.7.1 |
| 402 | 2024-08-22T02:34:09.731Z | Compiling syn v2.0.75 |
| 403 | 2024-08-22T02:34:09.761Z | Checking allocator-api2 v0.2.18 |
| 404 | 2024-08-22T02:34:09.923Z | Compiling lock_api v0.4.12 |
| 405 | 2024-08-22T02:34:09.982Z | Compiling schemars v0.8.21 |
| 406 | 2024-08-22T02:34:10.061Z | Compiling parking_lot_core v0.9.10 |
| 407 | 2024-08-22T02:34:10.217Z | Checking smallvec v1.13.2 |
| 408 | 2024-08-22T02:34:10.323Z | Checking futures-core v0.3.30 |
| 409 | 2024-08-22T02:34:10.342Z | Checking scopeguard v1.2.0 |
| 410 | 2024-08-22T02:34:10.354Z | Checking signal-hook-registry v1.4.2 |
| 411 | 2024-08-22T02:34:10.380Z | Checking socket2 v0.5.7 |
| 412 | 2024-08-22T02:34:10.484Z | Checking mio v1.0.2 |
| 413 | 2024-08-22T02:34:10.511Z | Compiling slab v0.4.9 |
| 414 | 2024-08-22T02:34:10.570Z | Checking futures-sink v0.3.30 |
| 415 | 2024-08-22T02:34:10.699Z | Checking spin v0.9.8 |
| 416 | 2024-08-22T02:34:10.860Z | Checking untrusted v0.9.0 |
| 417 | 2024-08-22T02:34:10.874Z | Checking parking_lot v0.12.3 |
| 418 | 2024-08-22T02:34:10.889Z | Checking equivalent v1.0.1 |
| 419 | 2024-08-22T02:34:10.947Z | Checking fnv v1.0.7 |
| 420 | 2024-08-22T02:34:10.991Z | Checking futures-channel v0.3.30 |
| 421 | 2024-08-22T02:34:11.032Z | Checking futures-io v0.3.30 |
| 422 | 2024-08-22T02:34:11.051Z | Compiling heck v0.5.0 |
| 423 | 2024-08-22T02:34:11.195Z | Compiling vcpkg v0.2.15 |
| 424 | 2024-08-22T02:34:11.198Z | Compiling semver v1.0.23 |
| 425 | 2024-08-22T02:34:11.223Z | Checking futures-task v0.3.30 |
| 426 | 2024-08-22T02:34:11.329Z | Checking pin-utils v0.1.0 |
| 427 | 2024-08-22T02:34:11.408Z | Compiling pkg-config v0.3.30 |
| 428 | 2024-08-22T02:34:11.468Z | Compiling ucd-trie v0.1.6 |
| 429 | 2024-08-22T02:34:11.648Z | Checking iana-time-zone v0.1.60 |
| 430 | 2024-08-22T02:34:11.771Z | Checking http v0.2.12 |
| 431 | 2024-08-22T02:34:11.779Z | Compiling ring v0.17.8 |
| 432 | 2024-08-22T02:34:11.995Z | Checking dyn-clone v1.0.17 |
| 433 | 2024-08-22T02:34:12.128Z | Compiling httparse v1.9.4 |
| 434 | 2024-08-22T02:34:12.931Z | Checking tracing-core v0.1.32 |
| 435 | 2024-08-22T02:34:12.973Z | Compiling openssl-sys v0.9.103 |
| 436 | 2024-08-22T02:34:13.278Z | Compiling uuid v1.10.0 |
| 437 | 2024-08-22T02:34:13.626Z | Checking tracing v0.1.40 |
| 438 | 2024-08-22T02:34:13.803Z | Compiling chrono v0.4.38 |
| 439 | 2024-08-22T02:34:13.826Z | Checking try-lock v0.2.5 |
| 440 | 2024-08-22T02:34:13.829Z | Checking foreign-types-shared v0.1.1 |
| 441 | 2024-08-22T02:34:13.906Z | Compiling openssl v0.10.66 |
| 442 | 2024-08-22T02:34:13.909Z | Compiling slog v2.7.0 |
| 443 | 2024-08-22T02:34:14.280Z | Checking want v0.3.1 |
| 444 | 2024-08-22T02:34:14.361Z | Checking foreign-types v0.3.2 |
| 445 | 2024-08-22T02:34:14.428Z | Checking http-body v0.4.6 |
| 446 | 2024-08-22T02:34:14.436Z | Compiling aho-corasick v1.1.3 |
| 447 | 2024-08-22T02:34:14.456Z | Checking tinyvec_macros v0.1.1 |
| 448 | 2024-08-22T02:34:14.523Z | Checking bitflags v2.6.0 |
| 449 | 2024-08-22T02:34:14.762Z | Checking percent-encoding v2.3.1 |
| 450 | 2024-08-22T02:34:14.802Z | Compiling typenum v1.17.0 |
| 451 | 2024-08-22T02:34:14.956Z | Checking httpdate v1.0.3 |
| 452 | 2024-08-22T02:34:15.166Z | Compiling rustls v0.21.12 |
| 453 | 2024-08-22T02:34:15.282Z | Checking tower-service v0.3.3 |
| 454 | 2024-08-22T02:34:15.383Z | Compiling native-tls v0.2.12 |
| 455 | 2024-08-22T02:34:15.467Z | Compiling regex-syntax v0.8.4 |
| 456 | 2024-08-22T02:34:15.749Z | Checking form_urlencoded v1.2.1 |
| 457 | 2024-08-22T02:34:15.788Z | Checking tinyvec v1.8.0 |
| 458 | 2024-08-22T02:34:15.917Z | Compiling generic-array v0.14.7 |
| 459 | 2024-08-22T02:34:16.248Z | Checking openssl-probe v0.1.5 |
| 460 | 2024-08-22T02:34:17.060Z | Compiling serde_derive_internals v0.29.1 |
| 461 | 2024-08-22T02:34:17.679Z | Checking unicode-normalization v0.1.23 |
| 462 | 2024-08-22T02:34:17.967Z | Checking rustls-webpki v0.101.7 |
| 463 | 2024-08-22T02:34:17.998Z | Checking sct v0.7.1 |
| 464 | 2024-08-22T02:34:18.562Z | Compiling usdt-impl v0.5.0 |
| 465 | 2024-08-22T02:34:18.851Z | Checking encoding_rs v0.8.34 |
| 466 | 2024-08-22T02:34:18.909Z | Compiling regex-automata v0.4.7 |
| 467 | 2024-08-22T02:34:18.963Z | Checking powerfmt v0.2.0 |
| 468 | 2024-08-22T02:34:19.210Z | Checking unicode-bidi v0.3.15 |
| 469 | 2024-08-22T02:34:19.237Z | Checking mime v0.3.17 |
| 470 | 2024-08-22T02:34:19.551Z | Compiling num-conv v0.1.0 |
| 471 | 2024-08-22T02:34:19.796Z | Compiling time-core v0.1.2 |
| 472 | 2024-08-22T02:34:19.798Z | Checking idna v0.5.0 |
| 473 | 2024-08-22T02:34:19.957Z | Compiling time-macros v0.2.18 |
| 474 | 2024-08-22T02:34:20.649Z | Checking deranged v0.3.11 |
| 475 | 2024-08-22T02:34:21.233Z | Compiling thread-id v4.2.2 |
| 476 | 2024-08-22T02:34:21.329Z | Checking base64 v0.21.7 |
| 477 | 2024-08-22T02:34:21.934Z | Compiling crossbeam-utils v0.8.20 |
| 478 | 2024-08-22T02:34:22.248Z | Compiling serde_derive v1.0.208 |
| 479 | 2024-08-22T02:34:22.445Z | Compiling zerocopy-derive v0.7.35 |
| 480 | 2024-08-22T02:34:22.528Z | Compiling thiserror-impl v1.0.63 |
| 481 | 2024-08-22T02:34:22.531Z | Compiling schemars_derive v0.8.21 |
| 482 | 2024-08-22T02:34:22.895Z | Compiling tokio-macros v2.4.0 |
| 483 | 2024-08-22T02:34:22.977Z | Compiling futures-macro v0.3.30 |
| 484 | 2024-08-22T02:34:24.410Z | Checking tokio v1.39.3 |
| 485 | 2024-08-22T02:34:24.478Z | Checking zerocopy v0.7.35 |
| 486 | 2024-08-22T02:34:25.436Z | Checking futures-util v0.3.30 |
| 487 | 2024-08-22T02:34:25.483Z | Compiling pest v2.7.11 |
| 488 | 2024-08-22T02:34:25.607Z | Compiling openssl-macros v0.1.1 |
| 489 | 2024-08-22T02:34:26.314Z | Checking hashbrown v0.14.5 |
| 490 | 2024-08-22T02:34:26.493Z | Compiling regex v1.10.6 |
| 491 | 2024-08-22T02:34:27.413Z | Compiling scroll_derive v0.12.0 |
| 492 | 2024-08-22T02:34:27.467Z | Checking regress v0.10.0 |
| 493 | 2024-08-22T02:34:28.184Z | Compiling pest_meta v2.7.11 |
| 494 | 2024-08-22T02:34:28.840Z | Checking scroll v0.12.0 |
| 495 | 2024-08-22T02:34:29.283Z | Compiling ident_case v1.0.1 |
| 496 | 2024-08-22T02:34:29.449Z | Compiling pest_generator v2.7.11 |
| 497 | 2024-08-22T02:34:31.161Z | Compiling strsim v0.11.1 |
| 498 | 2024-08-22T02:34:31.492Z | Checking tokio-util v0.7.11 |
| 499 | 2024-08-22T02:34:31.500Z | Checking tokio-rustls v0.24.1 |
| 500 | 2024-08-22T02:34:31.830Z | Checking rustls-pki-types v1.8.0 |
| 501 | 2024-08-22T02:34:31.838Z | Checking num_threads v0.1.7 |
| 502 | 2024-08-22T02:34:31.941Z | Checking plain v0.2.3 |
| 503 | 2024-08-22T02:34:31.998Z | Checking tokio-native-tls v0.3.1 |
| 504 | 2024-08-22T02:34:32.067Z | Checking goblin v0.8.2 |
| 505 | 2024-08-22T02:34:32.219Z | Checking time v0.3.36 |
| 506 | 2024-08-22T02:34:32.251Z | Compiling pest_derive v2.7.11 |
| 507 | 2024-08-22T02:34:32.265Z | Compiling darling_core v0.20.10 |
| 508 | 2024-08-22T02:34:33.119Z | Compiling dtrace-parser v0.2.0 |
| 509 | 2024-08-22T02:34:33.972Z | Checking rustls-pemfile v1.0.4 |
| 510 | 2024-08-22T02:34:34.158Z | Checking url v2.5.2 |
| 511 | 2024-08-22T02:34:34.736Z | Checking dirs-sys-next v0.1.2 |
| 512 | 2024-08-22T02:34:34.886Z | Checking indexmap v2.4.0 |
| 513 | 2024-08-22T02:34:35.846Z | Checking serde_urlencoded v0.7.1 |
| 514 | 2024-08-22T02:34:36.124Z | Checking h2 v0.3.26 |
| 515 | 2024-08-22T02:34:36.241Z | Compiling omicron-workspace-hack v0.1.0 |
| 516 | 2024-08-22T02:34:36.252Z | Checking openapiv3 v2.0.0 |
| 517 | 2024-08-22T02:34:36.306Z | Checking pretty-hex v0.4.1 |
| 518 | 2024-08-22T02:34:36.464Z | Compiling paste v1.0.15 |
| 519 | 2024-08-22T02:34:36.548Z | Compiling rustls v0.22.4 |
| 520 | 2024-08-22T02:34:36.926Z | Compiling serde_tokenstream v0.2.2 |
| 521 | 2024-08-22T02:34:37.466Z | Checking ipnet v2.9.0 |
| 522 | 2024-08-22T02:34:37.621Z | Compiling unsafe-libyaml v0.2.11 |
| 523 | 2024-08-22T02:34:37.923Z | Compiling rustversion v1.0.17 |
| 524 | 2024-08-22T02:34:38.234Z | Checking webpki-roots v0.25.4 |
| 525 | 2024-08-22T02:34:38.381Z | Checking sync_wrapper v0.1.2 |
| 526 | 2024-08-22T02:34:38.585Z | Compiling dof v0.3.0 |
| 527 | 2024-08-22T02:34:38.592Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 528 | 2024-08-22T02:34:39.414Z | Compiling serde_yaml v0.9.34+deprecated |
| 529 | 2024-08-22T02:34:39.509Z | Compiling darling_macro v0.20.10 |
| 530 | 2024-08-22T02:34:40.194Z | Checking hyper v0.14.30 |
| 531 | 2024-08-22T02:34:40.479Z | Checking dirs-next v2.0.0 |
| 532 | 2024-08-22T02:34:40.596Z | Checking toml_datetime v0.6.8 |
| 533 | 2024-08-22T02:34:40.683Z | Checking serde_spanned v0.6.7 |
| 534 | 2024-08-22T02:34:41.026Z | Checking rustls-webpki v0.102.6 |
| 535 | 2024-08-22T02:34:41.320Z | Checking ppv-lite86 v0.2.20 |
| 536 | 2024-08-22T02:34:41.546Z | Checking block-buffer v0.10.4 |
| 537 | 2024-08-22T02:34:41.701Z | Checking crypto-common v0.1.6 |
| 538 | 2024-08-22T02:34:41.724Z | Compiling structmeta-derive v0.3.0 |
| 539 | 2024-08-22T02:34:41.784Z | Checking rand_core v0.6.4 |
| 540 | 2024-08-22T02:34:41.943Z | Checking thread_local v1.1.8 |
| 541 | 2024-08-22T02:34:42.056Z | Compiling multer v3.1.0 |
| 542 | 2024-08-22T02:34:42.085Z | Checking subtle v2.6.1 |
| 543 | 2024-08-22T02:34:42.216Z | Compiling camino v1.1.9 |
| 544 | 2024-08-22T02:34:42.296Z | Compiling anyhow v1.0.86 |
| 545 | 2024-08-22T02:34:42.386Z | Checking zeroize v1.8.1 |
| 546 | 2024-08-22T02:34:42.622Z | Compiling slog-async v2.8.0 |
| 547 | 2024-08-22T02:34:42.789Z | Checking match_cfg v0.1.0 |
| 548 | 2024-08-22T02:34:42.818Z | Checking winnow v0.6.18 |
| 549 | 2024-08-22T02:34:42.861Z | Checking hostname v0.3.1 |
| 550 | 2024-08-22T02:34:43.079Z | Checking rand_chacha v0.3.1 |
| 551 | 2024-08-22T02:34:43.161Z | Checking digest v0.10.7 |
| 552 | 2024-08-22T02:34:43.417Z | Checking crossbeam-channel v0.5.13 |
| 553 | 2024-08-22T02:34:43.459Z | Compiling usdt-attr-macro v0.5.0 |
| 554 | 2024-08-22T02:34:43.580Z | Compiling usdt-macro v0.5.0 |
| 555 | 2024-08-22T02:34:44.145Z | Checking term v0.7.0 |
| 556 | 2024-08-22T02:34:44.383Z | Compiling structmeta v0.3.0 |
| 557 | 2024-08-22T02:34:44.518Z | Compiling darling v0.20.10 |
| 558 | 2024-08-22T02:34:44.568Z | Checking hyper-tls v0.5.0 |
| 559 | 2024-08-22T02:34:44.612Z | Checking hyper-rustls v0.24.2 |
| 560 | 2024-08-22T02:34:44.846Z | Checking slog-json v2.6.1 |
| 561 | 2024-08-22T02:34:44.849Z | Checking futures-executor v0.3.30 |
| 562 | 2024-08-22T02:34:44.860Z | Checking reqwest v0.11.27 |
| 563 | 2024-08-22T02:34:45.045Z | Compiling async-stream-impl v0.3.5 |
| 564 | 2024-08-22T02:34:45.071Z | Checking http v1.1.0 |
| 565 | 2024-08-22T02:34:45.813Z | Checking toml_edit v0.22.20 |
| 566 | 2024-08-22T02:34:45.859Z | Checking memmap v0.7.0 |
| 567 | 2024-08-22T02:34:46.045Z | Checking is-terminal v0.4.13 |
| 568 | 2024-08-22T02:34:46.048Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 569 | 2024-08-22T02:34:46.120Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 570 | 2024-08-22T02:34:46.146Z | Checking atomic-waker v1.1.2 |
| 571 | 2024-08-22T02:34:46.261Z | Checking base64 v0.22.1 |
| 572 | 2024-08-22T02:34:46.330Z | Checking cpufeatures v0.2.13 |
| 573 | 2024-08-22T02:34:46.377Z | Checking take_mut v0.2.2 |
| 574 | 2024-08-22T02:34:46.404Z | Checking sha1 v0.10.6 |
| 575 | 2024-08-22T02:34:46.439Z | Checking async-stream v0.3.5 |
| 576 | 2024-08-22T02:34:46.578Z | Checking tokio-rustls v0.25.0 |
| 577 | 2024-08-22T02:34:46.617Z | Checking waitgroup v0.1.2 |
| 578 | 2024-08-22T02:34:46.657Z | Checking slog-term v2.9.1 |
| 579 | 2024-08-22T02:34:46.707Z | Checking rustls-pemfile v2.1.3 |
| 580 | 2024-08-22T02:34:46.735Z | Compiling strum_macros v0.26.4 |
| 581 | 2024-08-22T02:34:46.791Z | Checking usdt v0.5.0 |
| 582 | 2024-08-22T02:34:46.799Z | Checking slog-bunyan v2.5.0 |
| 583 | 2024-08-22T02:34:46.890Z | Checking futures v0.3.30 |
| 584 | 2024-08-22T02:34:46.928Z | Compiling parse-display-derive v0.10.0 |
| 585 | 2024-08-22T02:34:46.946Z | Compiling serde_with_macros v3.9.0 |
| 586 | 2024-08-22T02:34:46.981Z | Checking rand v0.8.5 |
| 587 | 2024-08-22T02:34:47.462Z | Checking ipnetwork v0.20.0 |
| 588 | 2024-08-22T02:34:47.695Z | Checking newtype-uuid v1.1.0 |
| 589 | 2024-08-22T02:34:47.807Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 590 | 2024-08-22T02:34:47.920Z | Checking hex v0.4.3 |
| 591 | 2024-08-22T02:34:48.165Z | Checking serde_path_to_error v0.1.16 |
| 592 | 2024-08-22T02:34:48.429Z | Compiling async-trait v0.1.81 |
| 593 | 2024-08-22T02:34:48.432Z | Checking toml v0.8.19 |
| 594 | 2024-08-22T02:34:48.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 595 | 2024-08-22T02:34:49.167Z | Checking hostname v0.4.0 |
| 596 | 2024-08-22T02:34:49.282Z | Checking instant v0.1.13 |
| 597 | 2024-08-22T02:34:49.385Z | Checking debug-ignore v1.0.5 |
| 598 | 2024-08-22T02:34:49.507Z | Checking backoff v0.4.0 |
| 599 | 2024-08-22T02:34:49.546Z | Checking serde_with v3.9.0 |
| 600 | 2024-08-22T02:34:49.560Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 601 | 2024-08-22T02:34:49.679Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 602 | 2024-08-22T02:34:49.770Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 603 | 2024-08-22T02:34:49.811Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 604 | 2024-08-22T02:34:49.997Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 605 | 2024-08-22T02:34:50.212Z | Checking macaddr v1.0.1 |
| 606 | 2024-08-22T02:34:50.517Z | Checking regress v0.9.1 |
| 607 | 2024-08-22T02:34:50.761Z | Checking parse-display v0.10.0 |
| 608 | 2024-08-22T02:34:51.237Z | Checking strum v0.26.3 |
| 609 | 2024-08-22T02:34:52.791Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 610 | 2024-08-22T02:34:54.636Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 611 | 2024-08-22T02:34:54.690Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 612 | 2024-08-22T02:34:57.167Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 613 | 2024-08-22T02:35:02.145Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 614 | 2024-08-22T02:35:02.247Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 615 | 2024-08-22T02:35:05.025Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 616 | 2024-08-22T02:35:11.921Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 617 | 2024-08-22T02:35:11.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 618 | 2024-08-22T02:35:12.036Z | + cargo build --release |
| 619 | 2024-08-22T02:35:12.296Z | Compiling proc-macro2 v1.0.86 |
| 620 | 2024-08-22T02:35:12.296Z | Compiling unicode-ident v1.0.12 |
| 621 | 2024-08-22T02:35:12.298Z | Compiling libc v0.2.158 |
| 622 | 2024-08-22T02:35:12.298Z | Compiling cfg-if v1.0.0 |
| 623 | 2024-08-22T02:35:12.298Z | Compiling version_check v0.9.5 |
| 624 | 2024-08-22T02:35:12.299Z | Compiling autocfg v1.3.0 |
| 625 | 2024-08-22T02:35:12.299Z | Compiling serde v1.0.208 |
| 626 | 2024-08-22T02:35:12.299Z | Compiling memchr v2.7.4 |
| 627 | 2024-08-22T02:35:12.400Z | Compiling serde_json v1.0.125 |
| 628 | 2024-08-22T02:35:12.477Z | Compiling itoa v1.0.11 |
| 629 | 2024-08-22T02:35:12.760Z | Compiling thiserror v1.0.63 |
| 630 | 2024-08-22T02:35:12.885Z | Compiling byteorder v1.5.0 |
| 631 | 2024-08-22T02:35:12.934Z | Compiling ahash v0.8.11 |
| 632 | 2024-08-22T02:35:13.028Z | Compiling shlex v1.3.0 |
| 633 | 2024-08-22T02:35:13.297Z | Compiling once_cell v1.19.0 |
| 634 | 2024-08-22T02:35:13.310Z | Compiling cc v1.1.13 |
| 635 | 2024-08-22T02:35:13.722Z | Compiling getrandom v0.2.15 |
| 636 | 2024-08-22T02:35:13.741Z | Compiling quote v1.0.36 |
| 637 | 2024-08-22T02:35:13.842Z | Compiling num-traits v0.2.19 |
| 638 | 2024-08-22T02:35:13.936Z | Compiling pin-project-lite v0.2.14 |
| 639 | 2024-08-22T02:35:14.051Z | Compiling ryu v1.0.18 |
| 640 | 2024-08-22T02:35:14.078Z | Compiling syn v2.0.75 |
| 641 | 2024-08-22T02:35:14.313Z | Compiling log v0.4.22 |
| 642 | 2024-08-22T02:35:14.443Z | Compiling bytes v1.7.1 |
| 643 | 2024-08-22T02:35:14.498Z | Compiling allocator-api2 v0.2.18 |
| 644 | 2024-08-22T02:35:14.566Z | Compiling schemars v0.8.21 |
| 645 | 2024-08-22T02:35:14.715Z | Compiling lock_api v0.4.12 |
| 646 | 2024-08-22T02:35:14.779Z | Compiling parking_lot_core v0.9.10 |
| 647 | 2024-08-22T02:35:14.940Z | Compiling scopeguard v1.2.0 |
| 648 | 2024-08-22T02:35:15.047Z | Compiling futures-core v0.3.30 |
| 649 | 2024-08-22T02:35:15.084Z | Compiling smallvec v1.13.2 |
| 650 | 2024-08-22T02:35:15.246Z | Compiling signal-hook-registry v1.4.2 |
| 651 | 2024-08-22T02:35:15.270Z | Compiling mio v1.0.2 |
| 652 | 2024-08-22T02:35:15.324Z | Compiling socket2 v0.5.7 |
| 653 | 2024-08-22T02:35:15.700Z | Compiling slab v0.4.9 |
| 654 | 2024-08-22T02:35:16.054Z | Compiling parking_lot v0.12.3 |
| 655 | 2024-08-22T02:35:16.230Z | Compiling ring v0.17.8 |
| 656 | 2024-08-22T02:35:16.320Z | Compiling spin v0.9.8 |
| 657 | 2024-08-22T02:35:16.419Z | Compiling futures-sink v0.3.30 |
| 658 | 2024-08-22T02:35:16.570Z | Compiling untrusted v0.9.0 |
| 659 | 2024-08-22T02:35:16.681Z | Compiling semver v1.0.23 |
| 660 | 2024-08-22T02:35:16.728Z | Compiling equivalent v1.0.1 |
| 661 | 2024-08-22T02:35:16.826Z | Compiling fnv v1.0.7 |
| 662 | 2024-08-22T02:35:16.943Z | Compiling futures-channel v0.3.30 |
| 663 | 2024-08-22T02:35:17.152Z | Compiling heck v0.5.0 |
| 664 | 2024-08-22T02:35:17.179Z | Compiling pkg-config v0.3.30 |
| 665 | 2024-08-22T02:35:17.223Z | Compiling vcpkg v0.2.15 |
| 666 | 2024-08-22T02:35:17.415Z | Compiling futures-task v0.3.30 |
| 667 | 2024-08-22T02:35:17.530Z | Compiling pin-utils v0.1.0 |
| 668 | 2024-08-22T02:35:17.558Z | Compiling futures-io v0.3.30 |
| 669 | 2024-08-22T02:35:17.901Z | Compiling iana-time-zone v0.1.60 |
| 670 | 2024-08-22T02:35:17.998Z | Compiling ucd-trie v0.1.6 |
| 671 | 2024-08-22T02:35:18.377Z | Compiling http v0.2.12 |
| 672 | 2024-08-22T02:35:18.550Z | Compiling httparse v1.9.4 |
| 673 | 2024-08-22T02:35:18.785Z | Compiling dyn-clone v1.0.17 |
| 674 | 2024-08-22T02:35:18.846Z | Compiling openssl-sys v0.9.103 |
| 675 | 2024-08-22T02:35:19.357Z | Compiling tracing-core v0.1.32 |
| 676 | 2024-08-22T02:35:19.874Z | Compiling chrono v0.4.38 |
| 677 | 2024-08-22T02:35:19.964Z | Compiling uuid v1.10.0 |
| 678 | 2024-08-22T02:35:20.517Z | Compiling tracing v0.1.40 |
| 679 | 2024-08-22T02:35:21.199Z | Compiling serde_derive_internals v0.29.1 |
| 680 | 2024-08-22T02:35:21.865Z | Compiling try-lock v0.2.5 |
| 681 | 2024-08-22T02:35:22.006Z | Compiling slog v2.7.0 |
| 682 | 2024-08-22T02:35:22.123Z | Compiling openssl v0.10.66 |
| 683 | 2024-08-22T02:35:22.493Z | Compiling foreign-types-shared v0.1.1 |
| 684 | 2024-08-22T02:35:22.584Z | Compiling foreign-types v0.3.2 |
| 685 | 2024-08-22T02:35:22.694Z | Compiling want v0.3.1 |
| 686 | 2024-08-22T02:35:22.892Z | Compiling http-body v0.4.6 |
| 687 | 2024-08-22T02:35:23.135Z | Compiling aho-corasick v1.1.3 |
| 688 | 2024-08-22T02:35:23.366Z | Compiling rustls v0.21.12 |
| 689 | 2024-08-22T02:35:23.403Z | Compiling native-tls v0.2.12 |
| 690 | 2024-08-22T02:35:23.683Z | Compiling tinyvec_macros v0.1.1 |
| 691 | 2024-08-22T02:35:23.761Z | Compiling tower-service v0.3.3 |
| 692 | 2024-08-22T02:35:23.780Z | Compiling httpdate v1.0.3 |
| 693 | 2024-08-22T02:35:23.874Z | Compiling bitflags v2.6.0 |
| 694 | 2024-08-22T02:35:24.040Z | Compiling typenum v1.17.0 |
| 695 | 2024-08-22T02:35:24.225Z | Compiling percent-encoding v2.3.1 |
| 696 | 2024-08-22T02:35:24.372Z | Compiling regex-syntax v0.8.4 |
| 697 | 2024-08-22T02:35:24.514Z | Compiling form_urlencoded v1.2.1 |
| 698 | 2024-08-22T02:35:24.691Z | Compiling tinyvec v1.8.0 |
| 699 | 2024-08-22T02:35:25.093Z | Compiling generic-array v0.14.7 |
| 700 | 2024-08-22T02:35:25.432Z | Compiling openssl-probe v0.1.5 |
| 701 | 2024-08-22T02:35:26.322Z | Compiling unicode-normalization v0.1.23 |
| 702 | 2024-08-22T02:35:26.486Z | Compiling serde_derive v1.0.208 |
| 703 | 2024-08-22T02:35:26.816Z | Compiling zerocopy-derive v0.7.35 |
| 704 | 2024-08-22T02:35:27.160Z | Compiling thiserror-impl v1.0.63 |
| 705 | 2024-08-22T02:35:27.401Z | Compiling schemars_derive v0.8.21 |
| 706 | 2024-08-22T02:35:27.426Z | Compiling tokio-macros v2.4.0 |
| 707 | 2024-08-22T02:35:28.845Z | Compiling zerocopy v0.7.35 |
| 708 | 2024-08-22T02:35:30.025Z | Compiling tokio v1.39.3 |
| 709 | 2024-08-22T02:35:30.118Z | Compiling futures-macro v0.3.30 |
| 710 | 2024-08-22T02:35:30.520Z | Compiling pest v2.7.11 |
| 711 | 2024-08-22T02:35:30.842Z | Compiling hashbrown v0.14.5 |
| 712 | 2024-08-22T02:35:31.993Z | Compiling futures-util v0.3.30 |
| 713 | 2024-08-22T02:35:32.268Z | Compiling regress v0.10.0 |
| 714 | 2024-08-22T02:35:32.517Z | Compiling openssl-macros v0.1.1 |
| 715 | 2024-08-22T02:35:33.297Z | Compiling pest_meta v2.7.11 |
| 716 | 2024-08-22T02:35:37.028Z | Compiling pest_generator v2.7.11 |
| 717 | 2024-08-22T02:35:37.295Z | Compiling sct v0.7.1 |
| 718 | 2024-08-22T02:35:37.718Z | Compiling rustls-webpki v0.101.7 |
| 719 | 2024-08-22T02:35:38.732Z | Compiling tokio-util v0.7.11 |
| 720 | 2024-08-22T02:35:38.777Z | Compiling pest_derive v2.7.11 |
| 721 | 2024-08-22T02:35:39.622Z | Compiling regex-automata v0.4.7 |
| 722 | 2024-08-22T02:35:40.992Z | Compiling indexmap v2.4.0 |
| 723 | 2024-08-22T02:35:41.839Z | Compiling serde_tokenstream v0.2.2 |
| 724 | 2024-08-22T02:35:44.841Z | Compiling h2 v0.3.26 |
| 725 | 2024-08-22T02:35:47.257Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 726 | 2024-08-22T02:35:47.548Z | Compiling regex v1.10.6 |
| 727 | 2024-08-22T02:35:49.966Z | Compiling hyper v0.14.30 |
| 728 | 2024-08-22T02:35:52.536Z | Compiling scroll_derive v0.12.0 |
| 729 | 2024-08-22T02:35:58.937Z | Compiling usdt-impl v0.5.0 |
| 730 | 2024-08-22T02:35:59.324Z | Compiling encoding_rs v0.8.34 |
| 731 | 2024-08-22T02:35:59.331Z | Compiling time-core v0.1.2 |
| 732 | 2024-08-22T02:35:59.404Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 733 | 2024-08-22T02:35:59.479Z | Compiling num-conv v0.1.0 |
| 734 | 2024-08-22T02:35:59.752Z | Compiling powerfmt v0.2.0 |
| 735 | 2024-08-22T02:36:00.215Z | Compiling mime v0.3.17 |
| 736 | 2024-08-22T02:36:01.307Z | Compiling unicode-bidi v0.3.15 |
| 737 | 2024-08-22T02:36:03.297Z | Compiling idna v0.5.0 |
| 738 | 2024-08-22T02:36:06.860Z | Compiling deranged v0.3.11 |
| 739 | 2024-08-22T02:36:07.279Z | Compiling time-macros v0.2.18 |
| 740 | 2024-08-22T02:36:09.165Z | Compiling scroll v0.12.0 |
| 741 | 2024-08-22T02:36:09.805Z | Compiling tokio-native-tls v0.3.1 |
| 742 | 2024-08-22T02:36:10.085Z | Compiling tokio-rustls v0.24.1 |
| 743 | 2024-08-22T02:36:10.094Z | Compiling dof v0.3.0 |
| 744 | 2024-08-22T02:36:10.137Z | Compiling serde_urlencoded v0.7.1 |
| 745 | 2024-08-22T02:36:10.306Z | Compiling dtrace-parser v0.2.0 |
| 746 | 2024-08-22T02:36:10.934Z | Compiling thread-id v4.2.2 |
| 747 | 2024-08-22T02:36:11.036Z | Compiling base64 v0.21.7 |
| 748 | 2024-08-22T02:36:11.993Z | Compiling strsim v0.11.1 |
| 749 | 2024-08-22T02:36:12.123Z | Compiling ident_case v1.0.1 |
| 750 | 2024-08-22T02:36:12.281Z | Compiling num_threads v0.1.7 |
| 751 | 2024-08-22T02:36:12.512Z | Compiling plain v0.2.3 |
| 752 | 2024-08-22T02:36:12.661Z | Compiling omicron-workspace-hack v0.1.0 |
| 753 | 2024-08-22T02:36:12.983Z | Compiling rustls-pki-types v1.8.0 |
| 754 | 2024-08-22T02:36:13.688Z | Compiling crossbeam-utils v0.8.20 |
| 755 | 2024-08-22T02:36:14.335Z | Compiling goblin v0.8.2 |
| 756 | 2024-08-22T02:36:17.315Z | Compiling time v0.3.36 |
| 757 | 2024-08-22T02:36:17.564Z | Compiling darling_core v0.20.10 |
| 758 | 2024-08-22T02:36:18.071Z | Compiling rustls-pemfile v1.0.4 |
| 759 | 2024-08-22T02:36:19.729Z | Compiling hyper-rustls v0.24.2 |
| 760 | 2024-08-22T02:36:20.153Z | Compiling hyper-tls v0.5.0 |
| 761 | 2024-08-22T02:36:20.639Z | Compiling url v2.5.2 |
| 762 | 2024-08-22T02:36:23.657Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 763 | 2024-08-22T02:36:23.776Z | Compiling openapiv3 v2.0.0 |
| 764 | 2024-08-22T02:36:26.100Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-08-22T02:36:26.576Z | Compiling rustls v0.22.4 |
| 766 | 2024-08-22T02:36:26.906Z | Compiling paste v1.0.15 |
| 767 | 2024-08-22T02:36:27.206Z | Compiling pretty-hex v0.4.1 |
| 768 | 2024-08-22T02:36:27.411Z | Compiling rustversion v1.0.17 |
| 769 | 2024-08-22T02:36:27.418Z | Compiling sync_wrapper v0.1.2 |
| 770 | 2024-08-22T02:36:27.526Z | Compiling unsafe-libyaml v0.2.11 |
| 771 | 2024-08-22T02:36:27.933Z | Compiling webpki-roots v0.25.4 |
| 772 | 2024-08-22T02:36:32.280Z | Compiling ipnet v2.9.0 |
| 773 | 2024-08-22T02:36:32.326Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 774 | 2024-08-22T02:36:32.326Z | Compiling reqwest v0.11.27 |
| 775 | 2024-08-22T02:36:32.346Z | Compiling serde_yaml v0.9.34+deprecated |
| 776 | 2024-08-22T02:36:32.346Z | Compiling dirs-next v2.0.0 |
| 777 | 2024-08-22T02:36:32.346Z | Compiling darling_macro v0.20.10 |
| 778 | 2024-08-22T02:36:34.251Z | Compiling rustls-webpki v0.102.6 |
| 779 | 2024-08-22T02:36:34.780Z | Compiling crypto-common v0.1.6 |
| 780 | 2024-08-22T02:36:34.851Z | Compiling block-buffer v0.10.4 |
| 781 | 2024-08-22T02:36:34.972Z | Compiling toml_datetime v0.6.8 |
| 782 | 2024-08-22T02:36:35.070Z | Compiling serde_spanned v0.6.7 |
| 783 | 2024-08-22T02:36:35.297Z | Compiling ppv-lite86 v0.2.20 |
| 784 | 2024-08-22T02:36:35.641Z | Compiling structmeta-derive v0.3.0 |
| 785 | 2024-08-22T02:36:36.222Z | Compiling rand_core v0.6.4 |
| 786 | 2024-08-22T02:36:36.645Z | Compiling thread_local v1.1.8 |
| 787 | 2024-08-22T02:36:36.707Z | Compiling multer v3.1.0 |
| 788 | 2024-08-22T02:36:37.057Z | Compiling subtle v2.6.1 |
| 789 | 2024-08-22T02:36:37.323Z | Compiling anyhow v1.0.86 |
| 790 | 2024-08-22T02:36:37.346Z | Compiling winnow v0.6.18 |
| 791 | 2024-08-22T02:36:37.894Z | Compiling match_cfg v0.1.0 |
| 792 | 2024-08-22T02:36:37.974Z | Compiling slog-async v2.8.0 |
| 793 | 2024-08-22T02:36:38.369Z | Compiling camino v1.1.9 |
| 794 | 2024-08-22T02:36:38.482Z | Compiling zeroize v1.8.1 |
| 795 | 2024-08-22T02:36:38.507Z | Compiling structmeta v0.3.0 |
| 796 | 2024-08-22T02:36:38.563Z | Compiling hostname v0.3.1 |
| 797 | 2024-08-22T02:36:38.841Z | Compiling rand_chacha v0.3.1 |
| 798 | 2024-08-22T02:36:38.874Z | Compiling digest v0.10.7 |
| 799 | 2024-08-22T02:36:39.016Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 800 | 2024-08-22T02:36:39.282Z | Compiling crossbeam-channel v0.5.13 |
| 801 | 2024-08-22T02:36:40.881Z | Compiling darling v0.20.10 |
| 802 | 2024-08-22T02:36:40.981Z | Compiling term v0.7.0 |
| 803 | 2024-08-22T02:36:41.714Z | Compiling toml_edit v0.22.20 |
| 804 | 2024-08-22T02:36:46.733Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 805 | 2024-08-22T02:36:49.707Z | Compiling usdt-macro v0.5.0 |
| 806 | 2024-08-22T02:36:49.954Z | Compiling usdt-attr-macro v0.5.0 |
| 807 | 2024-08-22T02:36:51.055Z | Compiling slog-json v2.6.1 |
| 808 | 2024-08-22T02:36:51.414Z | Compiling futures-executor v0.3.30 |
| 809 | 2024-08-22T02:36:51.487Z | Compiling async-stream-impl v0.3.5 |
| 810 | 2024-08-22T02:36:52.549Z | Compiling http v1.1.0 |
| 811 | 2024-08-22T02:36:52.864Z | Compiling memmap v0.7.0 |
| 812 | 2024-08-22T02:36:53.259Z | Compiling is-terminal v0.4.13 |
| 813 | 2024-08-22T02:36:53.381Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 814 | 2024-08-22T02:36:53.723Z | Compiling atomic-waker v1.1.2 |
| 815 | 2024-08-22T02:36:53.896Z | Compiling base64 v0.22.1 |
| 816 | 2024-08-22T02:36:54.236Z | Compiling cpufeatures v0.2.13 |
| 817 | 2024-08-22T02:36:54.322Z | Compiling take_mut v0.2.2 |
| 818 | 2024-08-22T02:36:54.959Z | Compiling rustls-pemfile v2.1.3 |
| 819 | 2024-08-22T02:36:55.713Z | Compiling sha1 v0.10.6 |
| 820 | 2024-08-22T02:36:57.259Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 821 | 2024-08-22T02:36:57.437Z | Compiling waitgroup v0.1.2 |
| 822 | 2024-08-22T02:36:57.714Z | Compiling slog-term v2.9.1 |
| 823 | 2024-08-22T02:36:57.955Z | Compiling usdt v0.5.0 |
| 824 | 2024-08-22T02:36:59.291Z | Compiling async-stream v0.3.5 |
| 825 | 2024-08-22T02:36:59.485Z | Compiling futures v0.3.30 |
| 826 | 2024-08-22T02:36:59.615Z | Compiling slog-bunyan v2.5.0 |
| 827 | 2024-08-22T02:36:59.671Z | Compiling strum_macros v0.26.4 |
| 828 | 2024-08-22T02:36:59.869Z | Compiling toml v0.8.19 |
| 829 | 2024-08-22T02:37:00.594Z | Compiling tokio-rustls v0.25.0 |
| 830 | 2024-08-22T02:37:01.019Z | Compiling serde_with_macros v3.9.0 |
| 831 | 2024-08-22T02:37:03.768Z | Compiling rand v0.8.5 |
| 832 | 2024-08-22T02:37:05.160Z | Compiling parse-display-derive v0.10.0 |
| 833 | 2024-08-22T02:37:05.712Z | Compiling newtype-uuid v1.1.0 |
| 834 | 2024-08-22T02:37:06.040Z | Compiling ipnetwork v0.20.0 |
| 835 | 2024-08-22T02:37:07.175Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 836 | 2024-08-22T02:37:07.718Z | Compiling hex v0.4.3 |
| 837 | 2024-08-22T02:37:08.414Z | Compiling serde_path_to_error v0.1.16 |
| 838 | 2024-08-22T02:37:09.299Z | Compiling async-trait v0.1.81 |
| 839 | 2024-08-22T02:37:09.338Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 840 | 2024-08-22T02:37:10.178Z | Compiling hostname v0.4.0 |
| 841 | 2024-08-22T02:37:10.423Z | Compiling instant v0.1.13 |
| 842 | 2024-08-22T02:37:10.583Z | Compiling debug-ignore v1.0.5 |
| 843 | 2024-08-22T02:37:10.723Z | Compiling backoff v0.4.0 |
| 844 | 2024-08-22T02:37:10.956Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 845 | 2024-08-22T02:37:11.062Z | Compiling parse-display v0.10.0 |
| 846 | 2024-08-22T02:37:11.158Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 847 | 2024-08-22T02:37:11.312Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 848 | 2024-08-22T02:37:11.392Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 849 | 2024-08-22T02:37:12.494Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 850 | 2024-08-22T02:37:13.107Z | Compiling strum v0.26.3 |
| 851 | 2024-08-22T02:37:13.250Z | Compiling serde_with v3.9.0 |
| 852 | 2024-08-22T02:37:13.296Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 853 | 2024-08-22T02:37:14.149Z | Compiling macaddr v1.0.1 |
| 854 | 2024-08-22T02:37:14.777Z | Compiling regress v0.9.1 |
| 855 | 2024-08-22T02:37:19.751Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 856 | 2024-08-22T02:37:29.882Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 857 | 2024-08-22T02:37:38.592Z | Finished `release` profile [optimized] target(s) in 2m 26s |
| 858 | 2024-08-22T02:37:38.651Z | process exited: duration 221190 ms, exit code 0 |
| |
| 859 | 2024-08-22T02:37:38.657Z | found 0 output files |