|
|
|
| 1 | 2024-08-14T21:53:04.834Z | job assigned to worker 01J59E13Y3K38BSGQWEWGV2KH8 (queued for 59 s) |
| |
| 2 | 2024-08-14T21:53:12.315Z | starting task 0: "setup" |
| 3 | 2024-08-14T21:53:12.342Z | ++ uname -s |
| 4 | 2024-08-14T21:53:12.345Z | + kern=SunOS |
| 5 | 2024-08-14T21:53:12.345Z | + case "$kern" in |
| 6 | 2024-08-14T21:53:12.345Z | + groupadd -g 12345 build |
| 7 | 2024-08-14T21:53:12.347Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-14T21:53:14.376Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-14T21:53:14.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-14T21:53:14.479Z | + home_fs=zfs |
| 11 | 2024-08-14T21:53:14.479Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-14T21:53:14.479Z | + mkdir -p /home/build |
| 13 | 2024-08-14T21:53:14.481Z | + chown build:build /home/build /work |
| 14 | 2024-08-14T21:53:16.485Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-14T21:53:16.488Z | process exited: duration 4169 ms, exit code 0 |
| |
| 16 | 2024-08-14T21:53:16.493Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-14T21:53:16.498Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-14T21:53:16.498Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-14T21:53:16.498Z | * toolchain profile = "default" |
| 20 | 2024-08-14T21:53:16.498Z | ' 1.80.1 |
| 21 | 2024-08-14T21:53:16.498Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-14T21:53:16.498Z | ' default |
| 23 | 2024-08-14T21:53:16.501Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-14T21:53:16.501Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-14T21:53:16.616Z | info: downloading installer |
| 26 | 2024-08-14T21:53:18.127Z | info: profile set to 'default' |
| 27 | 2024-08-14T21:53:18.127Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-14T21:53:18.130Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-14T21:53:18.292Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-14T21:53:18.292Z | info: downloading component 'cargo' |
| 31 | 2024-08-14T21:53:19.242Z | info: downloading component 'clippy' |
| 32 | 2024-08-14T21:53:19.579Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-14T21:53:20.905Z | info: downloading component 'rust-std' |
| 34 | 2024-08-14T21:53:22.758Z | info: downloading component 'rustc' |
| 35 | 2024-08-14T21:53:27.941Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-14T21:53:28.218Z | info: installing component 'cargo' |
| 37 | 2024-08-14T21:53:29.081Z | info: installing component 'clippy' |
| 38 | 2024-08-14T21:53:29.468Z | info: installing component 'rust-docs' |
| 39 | 2024-08-14T21:53:31.081Z | info: installing component 'rust-std' |
| 40 | 2024-08-14T21:53:32.853Z | info: installing component 'rustc' |
| 41 | 2024-08-14T21:53:37.082Z | info: installing component 'rustfmt' |
| 42 | 2024-08-14T21:53:37.418Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-14T21:53:37.418Z | |
| 44 | 2024-08-14T21:53:37.664Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-14T21:53:37.664Z | |
| 46 | 2024-08-14T21:53:37.667Z | |
| 47 | 2024-08-14T21:53:37.667Z | Rust is installed now. Great! |
| 48 | 2024-08-14T21:53:37.667Z | |
| 49 | 2024-08-14T21:53:37.667Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-14T21:53:37.667Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-14T21:53:37.667Z | |
| 52 | 2024-08-14T21:53:37.667Z | To configure your current shell, you need to source |
| 53 | 2024-08-14T21:53:37.667Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-14T21:53:37.667Z | |
| 55 | 2024-08-14T21:53:37.667Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-14T21:53:37.667Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-14T21:53:37.667Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-14T21:53:37.727Z | + rustc --version |
| 59 | 2024-08-14T21:53:37.791Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-14T21:53:37.794Z | process exited: duration 21280 ms, exit code 0 |
| |
| 61 | 2024-08-14T21:53:37.801Z | starting task 2: "authentication" |
| 62 | 2024-08-14T21:53:37.820Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-14T21:53:37.827Z | starting task 3: "clone repository" |
| 64 | 2024-08-14T21:53:37.830Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-14T21:53:37.832Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-14T21:53:38.041Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-14T21:53:43.725Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-14T21:53:43.725Z | + git fetch origin eeab72cf9d7a8201ca2bf3a9df690e2579146c3f |
| 69 | 2024-08-14T21:53:44.262Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-14T21:53:44.262Z | * branch eeab72cf9d7a8201ca2bf3a9df690e2579146c3f -> FETCH_HEAD |
| 71 | 2024-08-14T21:53:44.270Z | + [[ -n '' ]] |
| 72 | 2024-08-14T21:53:44.270Z | + git reset --hard eeab72cf9d7a8201ca2bf3a9df690e2579146c3f |
| 73 | 2024-08-14T21:53:44.416Z | HEAD is now at eeab72cf9 Address comments |
| 74 | 2024-08-14T21:53:44.419Z | process exited: duration 6587 ms, exit code 0 |
| |
| 75 | 2024-08-14T21:53:44.424Z | starting task 4: "build" |
| 76 | 2024-08-14T21:53:44.429Z | + cargo --version |
| 77 | 2024-08-14T21:53:44.482Z | cargo 1.80.1 (376290515 2024-07-16) |
| 78 | 2024-08-14T21:53:44.484Z | + rustc --version |
| 79 | 2024-08-14T21:53:44.540Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 80 | 2024-08-14T21:53:44.542Z | + cd /tmp |
| 81 | 2024-08-14T21:53:44.542Z | + cargo new --lib test-project |
| 82 | 2024-08-14T21:53:44.595Z | Creating library `test-project` package |
| 83 | 2024-08-14T21:53:44.669Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 84 | 2024-08-14T21:53:44.671Z | + cd test-project |
| 85 | 2024-08-14T21:53:44.671Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 86 | 2024-08-14T21:53:44.726Z | Adding omicron-common (local) to dependencies |
| 87 | 2024-08-14T21:53:44.729Z | Features: |
| 88 | 2024-08-14T21:53:44.729Z | - proptest |
| 89 | 2024-08-14T21:53:44.729Z | - test-strategy |
| 90 | 2024-08-14T21:53:44.729Z | - testing |
| 91 | 2024-08-14T21:53:44.729Z | Updating crates.io index |
| 92 | 2024-08-14T21:53:44.787Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 93 | 2024-08-14T21:53:45.784Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 94 | 2024-08-14T21:53:46.524Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 95 | 2024-08-14T21:53:46.871Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 96 | 2024-08-14T21:53:48.630Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 97 | 2024-08-14T21:53:49.003Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 98 | 2024-08-14T21:53:49.372Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 99 | 2024-08-14T21:53:53.007Z | Locking 306 packages to latest compatible versions |
| 100 | 2024-08-14T21:53:53.009Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 101 | 2024-08-14T21:53:53.012Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 102 | 2024-08-14T21:53:53.012Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 103 | 2024-08-14T21:53:53.012Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 104 | 2024-08-14T21:53:53.012Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 105 | 2024-08-14T21:53:53.012Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 106 | 2024-08-14T21:53:53.012Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 107 | 2024-08-14T21:53:53.012Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 108 | 2024-08-14T21:53:53.014Z | Adding h2 v0.3.26 (latest: v0.4.5) |
| 109 | 2024-08-14T21:53:53.014Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 110 | 2024-08-14T21:53:53.014Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 111 | 2024-08-14T21:53:53.014Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 112 | 2024-08-14T21:53:53.014Z | Adding http v0.2.12 (latest: v1.1.0) |
| 113 | 2024-08-14T21:53:53.014Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 114 | 2024-08-14T21:53:53.015Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 115 | 2024-08-14T21:53:53.015Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 116 | 2024-08-14T21:53:53.015Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 117 | 2024-08-14T21:53:53.015Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 118 | 2024-08-14T21:53:53.015Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 119 | 2024-08-14T21:53:53.017Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
| 120 | 2024-08-14T21:53:53.017Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 121 | 2024-08-14T21:53:53.020Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 122 | 2024-08-14T21:53:53.020Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
| 123 | 2024-08-14T21:53:53.023Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 124 | 2024-08-14T21:53:53.023Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 125 | 2024-08-14T21:53:53.026Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 126 | 2024-08-14T21:53:53.026Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 127 | 2024-08-14T21:53:53.028Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 128 | 2024-08-14T21:53:53.028Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
| 129 | 2024-08-14T21:53:53.028Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 130 | 2024-08-14T21:53:53.028Z | Adding term v0.7.0 (latest: v1.0.0) |
| 131 | 2024-08-14T21:53:53.031Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 132 | 2024-08-14T21:53:53.031Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 133 | 2024-08-14T21:53:53.031Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 134 | 2024-08-14T21:53:53.034Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 135 | 2024-08-14T21:53:53.034Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 136 | 2024-08-14T21:53:53.034Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 137 | 2024-08-14T21:53:53.034Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 138 | 2024-08-14T21:53:53.034Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 139 | 2024-08-14T21:53:53.034Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 140 | 2024-08-14T21:53:53.034Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 141 | 2024-08-14T21:53:53.034Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 142 | 2024-08-14T21:53:53.034Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 143 | 2024-08-14T21:53:53.034Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 144 | 2024-08-14T21:53:53.034Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 145 | 2024-08-14T21:53:53.034Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-14T21:53:53.034Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-14T21:53:53.034Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 148 | 2024-08-14T21:53:53.106Z | + cargo check |
| 149 | 2024-08-14T21:53:53.350Z | Downloading crates ... |
| 150 | 2024-08-14T21:53:53.426Z | Downloaded async-stream-impl v0.3.5 |
| 151 | 2024-08-14T21:53:53.437Z | Downloaded foreign-types-shared v0.1.1 |
| 152 | 2024-08-14T21:53:53.440Z | Downloaded dtrace-parser v0.2.0 |
| 153 | 2024-08-14T21:53:53.440Z | Downloaded ident_case v1.0.1 |
| 154 | 2024-08-14T21:53:53.442Z | Downloaded instant v0.1.13 |
| 155 | 2024-08-14T21:53:53.445Z | Downloaded openssl-macros v0.1.1 |
| 156 | 2024-08-14T21:53:53.452Z | Downloaded futures-sink v0.3.30 |
| 157 | 2024-08-14T21:53:53.455Z | Downloaded usdt-attr-macro v0.5.0 |
| 158 | 2024-08-14T21:53:53.455Z | Downloaded futures-io v0.3.30 |
| 159 | 2024-08-14T21:53:53.457Z | Downloaded atomic-waker v1.1.2 |
| 160 | 2024-08-14T21:53:53.457Z | Downloaded futures-core v0.3.30 |
| 161 | 2024-08-14T21:53:53.460Z | Downloaded fnv v1.0.7 |
| 162 | 2024-08-14T21:53:53.460Z | Downloaded block-buffer v0.10.4 |
| 163 | 2024-08-14T21:53:53.463Z | Downloaded pretty-hex v0.4.1 |
| 164 | 2024-08-14T21:53:53.463Z | Downloaded dirs-sys-next v0.1.2 |
| 165 | 2024-08-14T21:53:53.465Z | Downloaded deranged v0.3.11 |
| 166 | 2024-08-14T21:53:53.465Z | Downloaded debug-ignore v1.0.5 |
| 167 | 2024-08-14T21:53:53.468Z | Downloaded crypto-common v0.1.6 |
| 168 | 2024-08-14T21:53:53.470Z | Downloaded unicode-bidi v0.3.15 |
| 169 | 2024-08-14T21:53:53.473Z | Downloaded waitgroup v0.1.2 |
| 170 | 2024-08-14T21:53:53.473Z | Downloaded itoa v1.0.11 |
| 171 | 2024-08-14T21:53:53.476Z | Downloaded hyper-tls v0.5.0 |
| 172 | 2024-08-14T21:53:53.476Z | Downloaded hex v0.4.3 |
| 173 | 2024-08-14T21:53:53.478Z | Downloaded usdt-macro v0.5.0 |
| 174 | 2024-08-14T21:53:53.478Z | Downloaded mime v0.3.17 |
| 175 | 2024-08-14T21:53:53.481Z | Downloaded memmap v0.7.0 |
| 176 | 2024-08-14T21:53:53.481Z | Downloaded futures-task v0.3.30 |
| 177 | 2024-08-14T21:53:53.483Z | Downloaded macaddr v1.0.1 |
| 178 | 2024-08-14T21:53:53.483Z | Downloaded httpdate v1.0.3 |
| 179 | 2024-08-14T21:53:53.486Z | Downloaded http-body v0.4.6 |
| 180 | 2024-08-14T21:53:53.488Z | Downloaded hostname v0.4.0 |
| 181 | 2024-08-14T21:53:53.488Z | Downloaded scroll_derive v0.12.0 |
| 182 | 2024-08-14T21:53:53.491Z | Downloaded newtype-uuid v1.1.0 |
| 183 | 2024-08-14T21:53:53.491Z | Downloaded backoff v0.4.0 |
| 184 | 2024-08-14T21:53:53.493Z | Downloaded powerfmt v0.2.0 |
| 185 | 2024-08-14T21:53:53.493Z | Downloaded foreign-types v0.3.2 |
| 186 | 2024-08-14T21:53:53.496Z | Downloaded equivalent v1.0.1 |
| 187 | 2024-08-14T21:53:53.496Z | Downloaded pest_generator v2.7.11 |
| 188 | 2024-08-14T21:53:53.498Z | Downloaded darling_macro v0.20.10 |
| 189 | 2024-08-14T21:53:53.498Z | Downloaded dirs-next v2.0.0 |
| 190 | 2024-08-14T21:53:53.502Z | Downloaded multer v3.1.0 |
| 191 | 2024-08-14T21:53:53.505Z | Downloaded hyper-rustls v0.24.2 |
| 192 | 2024-08-14T21:53:53.507Z | Downloaded paste v1.0.15 |
| 193 | 2024-08-14T21:53:53.510Z | Downloaded parse-display v0.10.0 |
| 194 | 2024-08-14T21:53:53.512Z | Downloaded rand_core v0.6.4 |
| 195 | 2024-08-14T21:53:53.515Z | Downloaded once_cell v1.19.0 |
| 196 | 2024-08-14T21:53:53.517Z | Downloaded zeroize v1.8.1 |
| 197 | 2024-08-14T21:53:53.517Z | Downloaded signal-hook-registry v1.4.2 |
| 198 | 2024-08-14T21:53:53.520Z | Downloaded allocator-api2 v0.2.18 |
| 199 | 2024-08-14T21:53:53.522Z | Downloaded pkg-config v0.3.30 |
| 200 | 2024-08-14T21:53:53.525Z | Downloaded ipnetwork v0.20.0 |
| 201 | 2024-08-14T21:53:53.525Z | Downloaded slog-async v2.8.0 |
| 202 | 2024-08-14T21:53:53.528Z | Downloaded dof v0.3.0 |
| 203 | 2024-08-14T21:53:53.528Z | Downloaded serde_tokenstream v0.2.2 |
| 204 | 2024-08-14T21:53:53.530Z | Downloaded serde_path_to_error v0.1.16 |
| 205 | 2024-08-14T21:53:53.532Z | Downloaded slog-json v2.6.1 |
| 206 | 2024-08-14T21:53:53.532Z | Downloaded openssl-probe v0.1.5 |
| 207 | 2024-08-14T21:53:53.535Z | Downloaded num_threads v0.1.7 |
| 208 | 2024-08-14T21:53:53.535Z | Downloaded omicron-workspace-hack v0.1.0 |
| 209 | 2024-08-14T21:53:53.537Z | Downloaded num-conv v0.1.0 |
| 210 | 2024-08-14T21:53:53.537Z | Downloaded match_cfg v0.1.0 |
| 211 | 2024-08-14T21:53:53.537Z | Downloaded scopeguard v1.2.0 |
| 212 | 2024-08-14T21:53:53.540Z | Downloaded rustls-pemfile v1.0.4 |
| 213 | 2024-08-14T21:53:53.542Z | Downloaded tinyvec_macros v0.1.1 |
| 214 | 2024-08-14T21:53:53.542Z | Downloaded want v0.3.1 |
| 215 | 2024-08-14T21:53:53.542Z | Downloaded try-lock v0.2.5 |
| 216 | 2024-08-14T21:53:53.545Z | Downloaded time-core v0.1.2 |
| 217 | 2024-08-14T21:53:53.545Z | Downloaded futures v0.3.30 |
| 218 | 2024-08-14T21:53:53.549Z | Downloaded thiserror-impl v1.0.63 |
| 219 | 2024-08-14T21:53:53.551Z | Downloaded structmeta-derive v0.3.0 |
| 220 | 2024-08-14T21:53:53.554Z | Downloaded strsim v0.11.1 |
| 221 | 2024-08-14T21:53:53.554Z | Downloaded scroll v0.12.0 |
| 222 | 2024-08-14T21:53:53.556Z | Downloaded getrandom v0.2.15 |
| 223 | 2024-08-14T21:53:53.559Z | Downloaded futures-macro v0.3.30 |
| 224 | 2024-08-14T21:53:53.559Z | Downloaded lock_api v0.4.12 |
| 225 | 2024-08-14T21:53:53.561Z | Downloaded cpufeatures v0.2.13 |
| 226 | 2024-08-14T21:53:53.561Z | Downloaded form_urlencoded v1.2.1 |
| 227 | 2024-08-14T21:53:53.564Z | Downloaded ahash v0.8.11 |
| 228 | 2024-08-14T21:53:53.566Z | Downloaded async-stream v0.3.5 |
| 229 | 2024-08-14T21:53:53.569Z | Downloaded sync_wrapper v0.1.2 |
| 230 | 2024-08-14T21:53:53.569Z | Downloaded bytes v1.7.1 |
| 231 | 2024-08-14T21:53:53.571Z | Downloaded strum v0.26.3 |
| 232 | 2024-08-14T21:53:53.574Z | Downloaded tower-service v0.3.3 |
| 233 | 2024-08-14T21:53:53.574Z | Downloaded futures-executor v0.3.30 |
| 234 | 2024-08-14T21:53:53.577Z | Downloaded dyn-clone v1.0.17 |
| 235 | 2024-08-14T21:53:53.577Z | Downloaded take_mut v0.2.2 |
| 236 | 2024-08-14T21:53:53.580Z | Downloaded cfg-if v1.0.0 |
| 237 | 2024-08-14T21:53:53.580Z | Downloaded digest v0.10.7 |
| 238 | 2024-08-14T21:53:53.580Z | Downloaded untrusted v0.9.0 |
| 239 | 2024-08-14T21:53:53.582Z | Downloaded autocfg v1.3.0 |
| 240 | 2024-08-14T21:53:53.585Z | Downloaded is-terminal v0.4.13 |
| 241 | 2024-08-14T21:53:53.585Z | Downloaded pin-project-lite v0.2.14 |
| 242 | 2024-08-14T21:53:53.588Z | Downloaded byteorder v1.5.0 |
| 243 | 2024-08-14T21:53:53.591Z | Downloaded hostname v0.3.1 |
| 244 | 2024-08-14T21:53:53.593Z | Downloaded heck v0.5.0 |
| 245 | 2024-08-14T21:53:53.593Z | Downloaded generic-array v0.14.7 |
| 246 | 2024-08-14T21:53:53.596Z | Downloaded tokio-native-tls v0.3.1 |
| 247 | 2024-08-14T21:53:53.598Z | Downloaded toml_datetime v0.6.8 |
| 248 | 2024-08-14T21:53:53.598Z | Downloaded smallvec v1.13.2 |
| 249 | 2024-08-14T21:53:53.601Z | Downloaded sha2 v0.10.8 |
| 250 | 2024-08-14T21:53:53.603Z | Downloaded darling v0.20.10 |
| 251 | 2024-08-14T21:53:53.606Z | Downloaded tokio-macros v2.4.0 |
| 252 | 2024-08-14T21:53:53.608Z | Downloaded ppv-lite86 v0.2.20 |
| 253 | 2024-08-14T21:53:53.611Z | Downloaded plain v0.2.3 |
| 254 | 2024-08-14T21:53:53.611Z | Downloaded pin-utils v0.1.0 |
| 255 | 2024-08-14T21:53:53.611Z | Downloaded indexmap v1.9.3 |
| 256 | 2024-08-14T21:53:53.614Z | Downloaded async-trait v0.1.81 |
| 257 | 2024-08-14T21:53:53.617Z | Downloaded version_check v0.9.5 |
| 258 | 2024-08-14T21:53:53.620Z | Downloaded futures-channel v0.3.30 |
| 259 | 2024-08-14T21:53:53.622Z | Downloaded percent-encoding v2.3.1 |
| 260 | 2024-08-14T21:53:53.622Z | Downloaded time-macros v0.2.18 |
| 261 | 2024-08-14T21:53:53.625Z | Downloaded darling_core v0.20.10 |
| 262 | 2024-08-14T21:53:53.628Z | Downloaded schemars_derive v0.8.21 |
| 263 | 2024-08-14T21:53:53.630Z | Downloaded native-tls v0.2.12 |
| 264 | 2024-08-14T21:53:53.633Z | Downloaded base64 v0.22.1 |
| 265 | 2024-08-14T21:53:53.635Z | Downloaded iana-time-zone v0.1.60 |
| 266 | 2024-08-14T21:53:53.638Z | Downloaded slab v0.4.9 |
| 267 | 2024-08-14T21:53:53.640Z | Downloaded thiserror v1.0.63 |
| 268 | 2024-08-14T21:53:53.643Z | Downloaded structmeta v0.3.0 |
| 269 | 2024-08-14T21:53:53.646Z | Downloaded tokio-rustls v0.25.0 |
| 270 | 2024-08-14T21:53:53.648Z | Downloaded quote v1.0.36 |
| 271 | 2024-08-14T21:53:53.651Z | Downloaded usdt-impl v0.5.0 |
| 272 | 2024-08-14T21:53:53.651Z | Downloaded thread-id v4.2.2 |
| 273 | 2024-08-14T21:53:53.653Z | Downloaded pest_derive v2.7.11 |
| 274 | 2024-08-14T21:53:53.655Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2024-08-14T21:53:53.658Z | Downloaded rustls-pki-types v1.8.0 |
| 276 | 2024-08-14T21:53:53.660Z | Downloaded strum_macros v0.26.4 |
| 277 | 2024-08-14T21:53:53.663Z | Downloaded bitflags v2.6.0 |
| 278 | 2024-08-14T21:53:53.666Z | Downloaded crossbeam-channel v0.5.13 |
| 279 | 2024-08-14T21:53:53.671Z | Downloaded ipnet v2.9.0 |
| 280 | 2024-08-14T21:53:53.673Z | Downloaded tinyvec v1.8.0 |
| 281 | 2024-08-14T21:53:53.676Z | Downloaded tokio-rustls v0.24.1 |
| 282 | 2024-08-14T21:53:53.679Z | Downloaded toml v0.8.19 |
| 283 | 2024-08-14T21:53:53.682Z | Downloaded serde_yaml v0.9.34+deprecated |
| 284 | 2024-08-14T21:53:53.684Z | Downloaded semver v1.0.23 |
| 285 | 2024-08-14T21:53:53.687Z | Downloaded sha1 v0.10.6 |
| 286 | 2024-08-14T21:53:53.691Z | Downloaded slog-term v2.9.1 |
| 287 | 2024-08-14T21:53:53.691Z | Downloaded ucd-trie v0.1.6 |
| 288 | 2024-08-14T21:53:53.693Z | Downloaded rustversion v1.0.17 |
| 289 | 2024-08-14T21:53:53.693Z | Downloaded log v0.4.22 |
| 290 | 2024-08-14T21:53:53.696Z | Downloaded slog-bunyan v2.5.0 |
| 291 | 2024-08-14T21:53:53.701Z | Downloaded term v0.7.0 |
| 292 | 2024-08-14T21:53:53.701Z | Downloaded serde_with_macros v3.9.0 |
| 293 | 2024-08-14T21:53:53.705Z | Downloaded parking_lot_core v0.9.10 |
| 294 | 2024-08-14T21:53:53.705Z | Downloaded http v0.2.12 |
| 295 | 2024-08-14T21:53:53.708Z | Downloaded serde_derive_internals v0.29.1 |
| 296 | 2024-08-14T21:53:53.710Z | Downloaded serde_derive v1.0.207 |
| 297 | 2024-08-14T21:53:53.713Z | Downloaded base64 v0.21.7 |
| 298 | 2024-08-14T21:53:53.716Z | Downloaded ryu v1.0.18 |
| 299 | 2024-08-14T21:53:53.719Z | Downloaded pest_meta v2.7.11 |
| 300 | 2024-08-14T21:53:53.721Z | Downloaded uuid v1.10.0 |
| 301 | 2024-08-14T21:53:53.724Z | Downloaded url v2.5.2 |
| 302 | 2024-08-14T21:53:53.727Z | Downloaded socket2 v0.5.7 |
| 303 | 2024-08-14T21:53:53.730Z | Downloaded spin v0.9.8 |
| 304 | 2024-08-14T21:53:53.732Z | Downloaded slog v2.7.0 |
| 305 | 2024-08-14T21:53:53.735Z | Downloaded memchr v2.7.4 |
| 306 | 2024-08-14T21:53:53.739Z | Downloaded typenum v1.17.0 |
| 307 | 2024-08-14T21:53:53.742Z | Downloaded tracing-core v0.1.32 |
| 308 | 2024-08-14T21:53:53.744Z | Downloaded mio v1.0.2 |
| 309 | 2024-08-14T21:53:53.750Z | Downloaded http v1.1.0 |
| 310 | 2024-08-14T21:53:53.755Z | Downloaded tracing v0.1.40 |
| 311 | 2024-08-14T21:53:53.758Z | Downloaded proc-macro2 v1.0.86 |
| 312 | 2024-08-14T21:53:53.760Z | Downloaded hashbrown v0.14.5 |
| 313 | 2024-08-14T21:53:53.765Z | Downloaded toml_edit v0.22.20 |
| 314 | 2024-08-14T21:53:53.787Z | Downloaded serde v1.0.207 |
| 315 | 2024-08-14T21:53:53.790Z | Downloaded tokio-util v0.7.11 |
| 316 | 2024-08-14T21:53:53.796Z | Downloaded time v0.3.36 |
| 317 | 2024-08-14T21:53:53.803Z | Downloaded schemars v0.8.21 |
| 318 | 2024-08-14T21:53:53.815Z | Downloaded rand v0.8.5 |
| 319 | 2024-08-14T21:53:53.818Z | Downloaded pest v2.7.11 |
| 320 | 2024-08-14T21:53:53.823Z | Downloaded goblin v0.8.2 |
| 321 | 2024-08-14T21:53:53.829Z | Downloaded hyper v0.14.30 |
| 322 | 2024-08-14T21:53:53.837Z | Downloaded chrono v0.4.38 |
| 323 | 2024-08-14T21:53:53.844Z | Downloaded aho-corasick v1.1.3 |
| 324 | 2024-08-14T21:53:53.849Z | Downloaded futures-util v0.3.30 |
| 325 | 2024-08-14T21:53:53.860Z | Downloaded unicode-normalization v0.1.23 |
| 326 | 2024-08-14T21:53:53.864Z | Downloaded serde_with v3.9.0 |
| 327 | 2024-08-14T21:53:53.872Z | Downloaded openssl v0.10.66 |
| 328 | 2024-08-14T21:53:53.881Z | Downloaded reqwest v0.11.27 |
| 329 | 2024-08-14T21:53:53.889Z | Downloaded zerocopy v0.7.35 |
| 330 | 2024-08-14T21:53:53.904Z | Downloaded openapiv3 v2.0.0 |
| 331 | 2024-08-14T21:53:53.916Z | Downloaded rustls-webpki v0.101.7 |
| 332 | 2024-08-14T21:53:53.929Z | Downloaded winnow v0.6.18 |
| 333 | 2024-08-14T21:53:53.938Z | Downloaded rustls-webpki v0.102.6 |
| 334 | 2024-08-14T21:53:53.955Z | Downloaded vcpkg v0.2.15 |
| 335 | 2024-08-14T21:53:53.993Z | Downloaded regex v1.10.6 |
| 336 | 2024-08-14T21:53:54.005Z | Downloaded syn v2.0.74 |
| 337 | 2024-08-14T21:53:54.016Z | Downloaded tokio v1.39.2 |
| 338 | 2024-08-14T21:53:54.051Z | Downloaded regress v0.9.1 |
| 339 | 2024-08-14T21:53:54.059Z | Downloaded rustls v0.22.4 |
| 340 | 2024-08-14T21:53:54.071Z | Downloaded regress v0.10.0 |
| 341 | 2024-08-14T21:53:54.079Z | Downloaded encoding_rs v0.8.34 |
| 342 | 2024-08-14T21:53:54.099Z | Downloaded regex-syntax v0.8.4 |
| 343 | 2024-08-14T21:53:54.106Z | Downloaded regex-automata v0.4.7 |
| 344 | 2024-08-14T21:53:54.122Z | Downloaded rustls v0.21.12 |
| 345 | 2024-08-14T21:53:54.132Z | Downloaded libc v0.2.155 |
| 346 | 2024-08-14T21:53:54.158Z | Downloaded webpki-roots v0.25.4 |
| 347 | 2024-08-14T21:53:54.161Z | Downloaded idna v0.5.0 |
| 348 | 2024-08-14T21:53:54.167Z | Downloaded serde_json v1.0.124 |
| 349 | 2024-08-14T21:53:54.174Z | Downloaded h2 v0.3.26 |
| 350 | 2024-08-14T21:53:54.180Z | Downloaded sct v0.7.1 |
| 351 | 2024-08-14T21:53:54.183Z | Downloaded indexmap v2.4.0 |
| 352 | 2024-08-14T21:53:54.186Z | Downloaded rustls-pemfile v2.1.3 |
| 353 | 2024-08-14T21:53:54.192Z | Downloaded hashbrown v0.12.3 |
| 354 | 2024-08-14T21:53:54.196Z | Downloaded crossbeam-utils v0.8.20 |
| 355 | 2024-08-14T21:53:54.199Z | Downloaded anyhow v1.0.86 |
| 356 | 2024-08-14T21:53:54.202Z | Downloaded unsafe-libyaml v0.2.11 |
| 357 | 2024-08-14T21:53:54.205Z | Downloaded parking_lot v0.12.3 |
| 358 | 2024-08-14T21:53:54.207Z | Downloaded usdt v0.5.0 |
| 359 | 2024-08-14T21:53:54.210Z | Downloaded openssl-sys v0.9.103 |
| 360 | 2024-08-14T21:53:54.213Z | Downloaded cc v1.1.11 |
| 361 | 2024-08-14T21:53:54.215Z | Downloaded subtle v2.6.1 |
| 362 | 2024-08-14T21:53:54.218Z | Downloaded shlex v1.3.0 |
| 363 | 2024-08-14T21:53:54.218Z | Downloaded serde_urlencoded v0.7.1 |
| 364 | 2024-08-14T21:53:54.220Z | Downloaded serde_spanned v0.6.7 |
| 365 | 2024-08-14T21:53:54.220Z | Downloaded rand_chacha v0.3.1 |
| 366 | 2024-08-14T21:53:54.223Z | Downloaded httparse v1.9.4 |
| 367 | 2024-08-14T21:53:54.225Z | Downloaded camino v1.1.7 |
| 368 | 2024-08-14T21:53:54.225Z | Downloaded parse-display-derive v0.10.0 |
| 369 | 2024-08-14T21:53:54.228Z | Downloaded unicode-ident v1.0.12 |
| 370 | 2024-08-14T21:53:54.230Z | Downloaded thread_local v1.1.8 |
| 371 | 2024-08-14T21:53:54.230Z | Downloaded num-traits v0.2.19 |
| 372 | 2024-08-14T21:53:54.394Z | Downloaded ring v0.17.8 |
| 373 | 2024-08-14T21:53:54.583Z | Compiling proc-macro2 v1.0.86 |
| 374 | 2024-08-14T21:53:54.586Z | Compiling unicode-ident v1.0.12 |
| 375 | 2024-08-14T21:53:54.586Z | Compiling libc v0.2.155 |
| 376 | 2024-08-14T21:53:54.586Z | Checking cfg-if v1.0.0 |
| 377 | 2024-08-14T21:53:54.586Z | Compiling version_check v0.9.5 |
| 378 | 2024-08-14T21:53:54.586Z | Compiling autocfg v1.3.0 |
| 379 | 2024-08-14T21:53:54.586Z | Compiling serde v1.0.207 |
| 380 | 2024-08-14T21:53:54.597Z | Checking memchr v2.7.4 |
| 381 | 2024-08-14T21:53:54.669Z | Compiling serde_json v1.0.124 |
| 382 | 2024-08-14T21:53:54.766Z | Checking itoa v1.0.11 |
| 383 | 2024-08-14T21:53:55.192Z | Compiling ahash v0.8.11 |
| 384 | 2024-08-14T21:53:55.262Z | Compiling thiserror v1.0.63 |
| 385 | 2024-08-14T21:53:55.330Z | Checking byteorder v1.5.0 |
| 386 | 2024-08-14T21:53:55.586Z | Checking once_cell v1.19.0 |
| 387 | 2024-08-14T21:53:55.779Z | Compiling shlex v1.3.0 |
| 388 | 2024-08-14T21:53:55.919Z | Compiling cc v1.1.11 |
| 389 | 2024-08-14T21:53:57.778Z | Compiling num-traits v0.2.19 |
| 390 | 2024-08-14T21:53:58.006Z | Checking pin-project-lite v0.2.14 |
| 391 | 2024-08-14T21:53:58.021Z | Checking ryu v1.0.18 |
| 392 | 2024-08-14T21:53:58.085Z | Checking log v0.4.22 |
| 393 | 2024-08-14T21:53:58.094Z | Checking bytes v1.7.1 |
| 394 | 2024-08-14T21:53:58.257Z | Checking allocator-api2 v0.2.18 |
| 395 | 2024-08-14T21:53:58.271Z | Compiling lock_api v0.4.12 |
| 396 | 2024-08-14T21:53:58.346Z | Compiling parking_lot_core v0.9.10 |
| 397 | 2024-08-14T21:53:58.472Z | Compiling schemars v0.8.21 |
| 398 | 2024-08-14T21:53:58.560Z | Compiling ring v0.17.8 |
| 399 | 2024-08-14T21:53:58.716Z | Checking futures-core v0.3.30 |
| 400 | 2024-08-14T21:53:58.734Z | Checking getrandom v0.2.15 |
| 401 | 2024-08-14T21:53:58.809Z | Checking smallvec v1.13.2 |
| 402 | 2024-08-14T21:53:58.855Z | Checking scopeguard v1.2.0 |
| 403 | 2024-08-14T21:53:58.862Z | Checking socket2 v0.5.7 |
| 404 | 2024-08-14T21:53:58.870Z | Checking signal-hook-registry v1.4.2 |
| 405 | 2024-08-14T21:53:58.878Z | Checking mio v1.0.2 |
| 406 | 2024-08-14T21:53:58.916Z | Compiling quote v1.0.36 |
| 407 | 2024-08-14T21:53:59.089Z | Compiling slab v0.4.9 |
| 408 | 2024-08-14T21:53:59.322Z | Compiling syn v2.0.74 |
| 409 | 2024-08-14T21:53:59.372Z | Checking spin v0.9.8 |
| 410 | 2024-08-14T21:53:59.444Z | Checking futures-sink v0.3.30 |
| 411 | 2024-08-14T21:53:59.488Z | Checking parking_lot v0.12.3 |
| 412 | 2024-08-14T21:53:59.550Z | Checking untrusted v0.9.0 |
| 413 | 2024-08-14T21:53:59.564Z | Checking equivalent v1.0.1 |
| 414 | 2024-08-14T21:53:59.614Z | Checking fnv v1.0.7 |
| 415 | 2024-08-14T21:53:59.637Z | Checking futures-channel v0.3.30 |
| 416 | 2024-08-14T21:53:59.666Z | Checking pin-utils v0.1.0 |
| 417 | 2024-08-14T21:53:59.705Z | Checking futures-io v0.3.30 |
| 418 | 2024-08-14T21:53:59.730Z | Compiling heck v0.5.0 |
| 419 | 2024-08-14T21:53:59.777Z | Checking futures-task v0.3.30 |
| 420 | 2024-08-14T21:53:59.839Z | Compiling semver v1.0.23 |
| 421 | 2024-08-14T21:53:59.859Z | Compiling vcpkg v0.2.15 |
| 422 | 2024-08-14T21:53:59.946Z | Compiling pkg-config v0.3.30 |
| 423 | 2024-08-14T21:54:00.114Z | Compiling ucd-trie v0.1.6 |
| 424 | 2024-08-14T21:54:00.267Z | Checking iana-time-zone v0.1.60 |
| 425 | 2024-08-14T21:54:00.375Z | Checking http v0.2.12 |
| 426 | 2024-08-14T21:54:00.548Z | Checking dyn-clone v1.0.17 |
| 427 | 2024-08-14T21:54:00.639Z | Compiling httparse v1.9.4 |
| 428 | 2024-08-14T21:54:01.371Z | Checking tracing-core v0.1.32 |
| 429 | 2024-08-14T21:54:01.400Z | Compiling openssl-sys v0.9.103 |
| 430 | 2024-08-14T21:54:01.577Z | Compiling uuid v1.10.0 |
| 431 | 2024-08-14T21:54:01.903Z | Checking tracing v0.1.40 |
| 432 | 2024-08-14T21:54:02.079Z | Compiling chrono v0.4.38 |
| 433 | 2024-08-14T21:54:02.081Z | Compiling openssl v0.10.66 |
| 434 | 2024-08-14T21:54:02.132Z | Checking try-lock v0.2.5 |
| 435 | 2024-08-14T21:54:02.176Z | Checking foreign-types-shared v0.1.1 |
| 436 | 2024-08-14T21:54:02.227Z | Compiling slog v2.7.0 |
| 437 | 2024-08-14T21:54:02.253Z | Checking foreign-types v0.3.2 |
| 438 | 2024-08-14T21:54:02.332Z | Checking want v0.3.1 |
| 439 | 2024-08-14T21:54:02.473Z | Checking http-body v0.4.6 |
| 440 | 2024-08-14T21:54:02.488Z | Compiling aho-corasick v1.1.3 |
| 441 | 2024-08-14T21:54:02.722Z | Compiling rustls v0.21.12 |
| 442 | 2024-08-14T21:54:02.757Z | Checking percent-encoding v2.3.1 |
| 443 | 2024-08-14T21:54:02.893Z | Checking tinyvec_macros v0.1.1 |
| 444 | 2024-08-14T21:54:02.960Z | Checking httpdate v1.0.3 |
| 445 | 2024-08-14T21:54:02.992Z | Compiling regex-syntax v0.8.4 |
| 446 | 2024-08-14T21:54:03.156Z | Checking tower-service v0.3.3 |
| 447 | 2024-08-14T21:54:03.245Z | Compiling typenum v1.17.0 |
| 448 | 2024-08-14T21:54:03.866Z | Checking bitflags v2.6.0 |
| 449 | 2024-08-14T21:54:04.208Z | Compiling native-tls v0.2.12 |
| 450 | 2024-08-14T21:54:04.365Z | Checking tinyvec v1.8.0 |
| 451 | 2024-08-14T21:54:04.540Z | Checking form_urlencoded v1.2.1 |
| 452 | 2024-08-14T21:54:05.180Z | Compiling generic-array v0.14.7 |
| 453 | 2024-08-14T21:54:05.542Z | Compiling serde_derive_internals v0.29.1 |
| 454 | 2024-08-14T21:54:05.550Z | Checking openssl-probe v0.1.5 |
| 455 | 2024-08-14T21:54:05.747Z | Checking unicode-normalization v0.1.23 |
| 456 | 2024-08-14T21:54:06.445Z | Compiling regex-automata v0.4.7 |
| 457 | 2024-08-14T21:54:07.001Z | Compiling usdt-impl v0.5.0 |
| 458 | 2024-08-14T21:54:07.253Z | Checking encoding_rs v0.8.34 |
| 459 | 2024-08-14T21:54:07.633Z | Checking powerfmt v0.2.0 |
| 460 | 2024-08-14T21:54:07.877Z | Compiling time-core v0.1.2 |
| 461 | 2024-08-14T21:54:08.024Z | Compiling num-conv v0.1.0 |
| 462 | 2024-08-14T21:54:08.084Z | Checking unicode-bidi v0.3.15 |
| 463 | 2024-08-14T21:54:08.276Z | Checking mime v0.3.17 |
| 464 | 2024-08-14T21:54:08.314Z | Compiling time-macros v0.2.18 |
| 465 | 2024-08-14T21:54:08.568Z | Checking deranged v0.3.11 |
| 466 | 2024-08-14T21:54:08.614Z | Checking idna v0.5.0 |
| 467 | 2024-08-14T21:54:09.551Z | Compiling thread-id v4.2.2 |
| 468 | 2024-08-14T21:54:09.644Z | Checking num_threads v0.1.7 |
| 469 | 2024-08-14T21:54:09.739Z | Checking plain v0.2.3 |
| 470 | 2024-08-14T21:54:10.030Z | Compiling crossbeam-utils v0.8.20 |
| 471 | 2024-08-14T21:54:10.228Z | Compiling regex v1.10.6 |
| 472 | 2024-08-14T21:54:10.557Z | Compiling ident_case v1.0.1 |
| 473 | 2024-08-14T21:54:10.566Z | Compiling serde_derive v1.0.207 |
| 474 | 2024-08-14T21:54:10.605Z | Compiling zerocopy-derive v0.7.35 |
| 475 | 2024-08-14T21:54:10.695Z | Compiling thiserror-impl v1.0.63 |
| 476 | 2024-08-14T21:54:10.808Z | Compiling schemars_derive v0.8.21 |
| 477 | 2024-08-14T21:54:11.122Z | Compiling tokio-macros v2.4.0 |
| 478 | 2024-08-14T21:54:12.545Z | Checking zerocopy v0.7.35 |
| 479 | 2024-08-14T21:54:13.239Z | Checking tokio v1.39.2 |
| 480 | 2024-08-14T21:54:13.600Z | Compiling futures-macro v0.3.30 |
| 481 | 2024-08-14T21:54:13.639Z | Compiling pest v2.7.11 |
| 482 | 2024-08-14T21:54:13.903Z | Compiling openssl-macros v0.1.1 |
| 483 | 2024-08-14T21:54:13.928Z | Checking sct v0.7.1 |
| 484 | 2024-08-14T21:54:14.212Z | Checking rustls-webpki v0.101.7 |
| 485 | 2024-08-14T21:54:14.294Z | Checking hashbrown v0.14.5 |
| 486 | 2024-08-14T21:54:15.455Z | Compiling scroll_derive v0.12.0 |
| 487 | 2024-08-14T21:54:15.487Z | Checking futures-util v0.3.30 |
| 488 | 2024-08-14T21:54:15.869Z | Compiling regress v0.10.0 |
| 489 | 2024-08-14T21:54:16.454Z | Compiling pest_meta v2.7.11 |
| 490 | 2024-08-14T21:54:16.951Z | Checking scroll v0.12.0 |
| 491 | 2024-08-14T21:54:20.075Z | Compiling pest_generator v2.7.11 |
| 492 | 2024-08-14T21:54:20.218Z | Checking tokio-util v0.7.11 |
| 493 | 2024-08-14T21:54:20.630Z | Checking tokio-rustls v0.24.1 |
| 494 | 2024-08-14T21:54:20.747Z | Checking tokio-native-tls v0.3.1 |
| 495 | 2024-08-14T21:54:20.966Z | Checking base64 v0.21.7 |
| 496 | 2024-08-14T21:54:20.999Z | Checking rustls-pki-types v1.8.0 |
| 497 | 2024-08-14T21:54:21.092Z | Compiling strsim v0.11.1 |
| 498 | 2024-08-14T21:54:21.308Z | Checking time v0.3.36 |
| 499 | 2024-08-14T21:54:21.407Z | Checking rustls-pemfile v1.0.4 |
| 500 | 2024-08-14T21:54:21.414Z | Compiling darling_core v0.20.10 |
| 501 | 2024-08-14T21:54:21.767Z | Compiling pest_derive v2.7.11 |
| 502 | 2024-08-14T21:54:22.024Z | Checking goblin v0.8.2 |
| 503 | 2024-08-14T21:54:22.627Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2024-08-14T21:54:23.100Z | Checking indexmap v2.4.0 |
| 505 | 2024-08-14T21:54:24.284Z | Compiling serde_tokenstream v0.2.2 |
| 506 | 2024-08-14T21:54:24.421Z | Checking h2 v0.3.26 |
| 507 | 2024-08-14T21:54:24.824Z | Checking serde_urlencoded v0.7.1 |
| 508 | 2024-08-14T21:54:25.252Z | Checking openapiv3 v2.0.0 |
| 509 | 2024-08-14T21:54:26.001Z | Compiling dof v0.3.0 |
| 510 | 2024-08-14T21:54:27.199Z | Checking url v2.5.2 |
| 511 | 2024-08-14T21:54:27.435Z | Checking dirs-sys-next v0.1.2 |
| 512 | 2024-08-14T21:54:27.666Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 513 | 2024-08-14T21:54:27.951Z | Checking pretty-hex v0.4.1 |
| 514 | 2024-08-14T21:54:27.962Z | Compiling rustversion v1.0.17 |
| 515 | 2024-08-14T21:54:28.106Z | Checking ipnet v2.9.0 |
| 516 | 2024-08-14T21:54:28.538Z | Compiling paste v1.0.15 |
| 517 | 2024-08-14T21:54:28.618Z | Checking hyper v0.14.30 |
| 518 | 2024-08-14T21:54:28.630Z | Checking sync_wrapper v0.1.2 |
| 519 | 2024-08-14T21:54:28.685Z | Compiling rustls v0.22.4 |
| 520 | 2024-08-14T21:54:28.729Z | Compiling unsafe-libyaml v0.2.11 |
| 521 | 2024-08-14T21:54:28.974Z | Compiling omicron-workspace-hack v0.1.0 |
| 522 | 2024-08-14T21:54:29.023Z | Checking webpki-roots v0.25.4 |
| 523 | 2024-08-14T21:54:29.287Z | Checking dirs-next v2.0.0 |
| 524 | 2024-08-14T21:54:29.337Z | Compiling darling_macro v0.20.10 |
| 525 | 2024-08-14T21:54:30.060Z | Compiling serde_yaml v0.9.34+deprecated |
| 526 | 2024-08-14T21:54:30.092Z | Checking serde_spanned v0.6.7 |
| 527 | 2024-08-14T21:54:30.209Z | Checking toml_datetime v0.6.8 |
| 528 | 2024-08-14T21:54:30.257Z | Checking rustls-webpki v0.102.6 |
| 529 | 2024-08-14T21:54:30.297Z | Checking ppv-lite86 v0.2.20 |
| 530 | 2024-08-14T21:54:30.463Z | Checking block-buffer v0.10.4 |
| 531 | 2024-08-14T21:54:30.504Z | Checking crypto-common v0.1.6 |
| 532 | 2024-08-14T21:54:30.641Z | Compiling structmeta-derive v0.3.0 |
| 533 | 2024-08-14T21:54:30.651Z | Checking rand_core v0.6.4 |
| 534 | 2024-08-14T21:54:30.983Z | Checking thread_local v1.1.8 |
| 535 | 2024-08-14T21:54:30.983Z | Compiling multer v3.1.0 |
| 536 | 2024-08-14T21:54:31.002Z | Checking subtle v2.6.1 |
| 537 | 2024-08-14T21:54:31.022Z | Compiling camino v1.1.7 |
| 538 | 2024-08-14T21:54:31.203Z | Compiling anyhow v1.0.86 |
| 539 | 2024-08-14T21:54:31.246Z | Checking match_cfg v0.1.0 |
| 540 | 2024-08-14T21:54:31.314Z | Checking winnow v0.6.18 |
| 541 | 2024-08-14T21:54:31.322Z | Compiling slog-async v2.8.0 |
| 542 | 2024-08-14T21:54:31.600Z | Checking zeroize v1.8.1 |
| 543 | 2024-08-14T21:54:31.909Z | Checking hostname v0.3.1 |
| 544 | 2024-08-14T21:54:31.961Z | Checking rand_chacha v0.3.1 |
| 545 | 2024-08-14T21:54:32.312Z | Checking digest v0.10.7 |
| 546 | 2024-08-14T21:54:32.545Z | Compiling darling v0.20.10 |
| 547 | 2024-08-14T21:54:32.616Z | Checking crossbeam-channel v0.5.13 |
| 548 | 2024-08-14T21:54:32.627Z | Checking term v0.7.0 |
| 549 | 2024-08-14T21:54:33.015Z | Checking hyper-tls v0.5.0 |
| 550 | 2024-08-14T21:54:33.240Z | Checking hyper-rustls v0.24.2 |
| 551 | 2024-08-14T21:54:33.291Z | Compiling structmeta v0.3.0 |
| 552 | 2024-08-14T21:54:33.507Z | Checking reqwest v0.11.27 |
| 553 | 2024-08-14T21:54:33.665Z | Compiling usdt-attr-macro v0.5.0 |
| 554 | 2024-08-14T21:54:33.684Z | Compiling usdt-macro v0.5.0 |
| 555 | 2024-08-14T21:54:34.235Z | Checking slog-json v2.6.1 |
| 556 | 2024-08-14T21:54:34.362Z | Checking futures-executor v0.3.30 |
| 557 | 2024-08-14T21:54:34.382Z | Checking toml_edit v0.22.20 |
| 558 | 2024-08-14T21:54:34.451Z | Compiling async-stream-impl v0.3.5 |
| 559 | 2024-08-14T21:54:34.553Z | Checking http v1.1.0 |
| 560 | 2024-08-14T21:54:34.785Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 561 | 2024-08-14T21:54:34.928Z | Checking is-terminal v0.4.13 |
| 562 | 2024-08-14T21:54:35.039Z | Checking memmap v0.7.0 |
| 563 | 2024-08-14T21:54:35.072Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 564 | 2024-08-14T21:54:35.080Z | Checking base64 v0.22.1 |
| 565 | 2024-08-14T21:54:35.215Z | Checking cpufeatures v0.2.13 |
| 566 | 2024-08-14T21:54:35.294Z | Checking atomic-waker v1.1.2 |
| 567 | 2024-08-14T21:54:35.355Z | Checking take_mut v0.2.2 |
| 568 | 2024-08-14T21:54:35.402Z | Checking waitgroup v0.1.2 |
| 569 | 2024-08-14T21:54:35.442Z | Checking tokio-rustls v0.25.0 |
| 570 | 2024-08-14T21:54:35.513Z | Checking sha1 v0.10.6 |
| 571 | 2024-08-14T21:54:35.530Z | Checking rustls-pemfile v2.1.3 |
| 572 | 2024-08-14T21:54:35.722Z | Checking usdt v0.5.0 |
| 573 | 2024-08-14T21:54:35.739Z | Checking slog-term v2.9.1 |
| 574 | 2024-08-14T21:54:35.741Z | Checking async-stream v0.3.5 |
| 575 | 2024-08-14T21:54:35.754Z | Checking futures v0.3.30 |
| 576 | 2024-08-14T21:54:35.756Z | Checking slog-bunyan v2.5.0 |
| 577 | 2024-08-14T21:54:35.840Z | Compiling strum_macros v0.26.4 |
| 578 | 2024-08-14T21:54:35.889Z | Compiling parse-display-derive v0.10.0 |
| 579 | 2024-08-14T21:54:35.900Z | Compiling serde_with_macros v3.9.0 |
| 580 | 2024-08-14T21:54:35.928Z | Checking rand v0.8.5 |
| 581 | 2024-08-14T21:54:36.654Z | Checking newtype-uuid v1.1.0 |
| 582 | 2024-08-14T21:54:36.748Z | Checking ipnetwork v0.20.0 |
| 583 | 2024-08-14T21:54:36.862Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 584 | 2024-08-14T21:54:36.935Z | Checking toml v0.8.19 |
| 585 | 2024-08-14T21:54:37.072Z | Checking hex v0.4.3 |
| 586 | 2024-08-14T21:54:37.140Z | Checking serde_path_to_error v0.1.16 |
| 587 | 2024-08-14T21:54:37.585Z | Compiling async-trait v0.1.81 |
| 588 | 2024-08-14T21:54:37.661Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 589 | 2024-08-14T21:54:37.755Z | Checking hostname v0.4.0 |
| 590 | 2024-08-14T21:54:37.873Z | Checking instant v0.1.13 |
| 591 | 2024-08-14T21:54:37.970Z | Checking debug-ignore v1.0.5 |
| 592 | 2024-08-14T21:54:38.085Z | Checking backoff v0.4.0 |
| 593 | 2024-08-14T21:54:38.361Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 594 | 2024-08-14T21:54:38.450Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 595 | 2024-08-14T21:54:38.488Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 596 | 2024-08-14T21:54:38.520Z | Checking serde_with v3.9.0 |
| 597 | 2024-08-14T21:54:38.569Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 598 | 2024-08-14T21:54:38.802Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 599 | 2024-08-14T21:54:38.887Z | Checking macaddr v1.0.1 |
| 600 | 2024-08-14T21:54:39.204Z | Checking regress v0.9.1 |
| 601 | 2024-08-14T21:54:39.769Z | Checking parse-display v0.10.0 |
| 602 | 2024-08-14T21:54:40.195Z | Checking strum v0.26.3 |
| 603 | 2024-08-14T21:54:40.645Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 604 | 2024-08-14T21:54:42.639Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 605 | 2024-08-14T21:54:42.699Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 606 | 2024-08-14T21:54:45.148Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 607 | 2024-08-14T21:54:50.321Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 608 | 2024-08-14T21:54:50.422Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 609 | 2024-08-14T21:54:53.154Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 610 | 2024-08-14T21:54:59.603Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 611 | 2024-08-14T21:54:59.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 612 | 2024-08-14T21:54:59.718Z | + cargo build --release |
| 613 | 2024-08-14T21:54:59.976Z | Compiling proc-macro2 v1.0.86 |
| 614 | 2024-08-14T21:54:59.976Z | Compiling unicode-ident v1.0.12 |
| 615 | 2024-08-14T21:54:59.976Z | Compiling libc v0.2.155 |
| 616 | 2024-08-14T21:54:59.978Z | Compiling cfg-if v1.0.0 |
| 617 | 2024-08-14T21:54:59.978Z | Compiling version_check v0.9.5 |
| 618 | 2024-08-14T21:54:59.978Z | Compiling autocfg v1.3.0 |
| 619 | 2024-08-14T21:54:59.978Z | Compiling serde v1.0.207 |
| 620 | 2024-08-14T21:54:59.978Z | Compiling memchr v2.7.4 |
| 621 | 2024-08-14T21:55:00.171Z | Compiling serde_json v1.0.124 |
| 622 | 2024-08-14T21:55:00.505Z | Compiling itoa v1.0.11 |
| 623 | 2024-08-14T21:55:00.564Z | Compiling ahash v0.8.11 |
| 624 | 2024-08-14T21:55:00.636Z | Compiling thiserror v1.0.63 |
| 625 | 2024-08-14T21:55:00.645Z | Compiling once_cell v1.19.0 |
| 626 | 2024-08-14T21:55:00.700Z | Compiling shlex v1.3.0 |
| 627 | 2024-08-14T21:55:00.959Z | Compiling byteorder v1.5.0 |
| 628 | 2024-08-14T21:55:01.056Z | Compiling cc v1.1.11 |
| 629 | 2024-08-14T21:55:01.442Z | Compiling getrandom v0.2.15 |
| 630 | 2024-08-14T21:55:01.487Z | Compiling quote v1.0.36 |
| 631 | 2024-08-14T21:55:01.563Z | Compiling num-traits v0.2.19 |
| 632 | 2024-08-14T21:55:01.713Z | Compiling pin-project-lite v0.2.14 |
| 633 | 2024-08-14T21:55:01.842Z | Compiling syn v2.0.74 |
| 634 | 2024-08-14T21:55:01.899Z | Compiling ryu v1.0.18 |
| 635 | 2024-08-14T21:55:02.075Z | Compiling bytes v1.7.1 |
| 636 | 2024-08-14T21:55:02.199Z | Compiling log v0.4.22 |
| 637 | 2024-08-14T21:55:02.205Z | Compiling schemars v0.8.21 |
| 638 | 2024-08-14T21:55:02.212Z | Compiling allocator-api2 v0.2.18 |
| 639 | 2024-08-14T21:55:02.586Z | Compiling lock_api v0.4.12 |
| 640 | 2024-08-14T21:55:02.646Z | Compiling parking_lot_core v0.9.10 |
| 641 | 2024-08-14T21:55:02.669Z | Compiling scopeguard v1.2.0 |
| 642 | 2024-08-14T21:55:02.714Z | Compiling futures-core v0.3.30 |
| 643 | 2024-08-14T21:55:02.803Z | Compiling smallvec v1.13.2 |
| 644 | 2024-08-14T21:55:02.931Z | Compiling socket2 v0.5.7 |
| 645 | 2024-08-14T21:55:03.042Z | Compiling signal-hook-registry v1.4.2 |
| 646 | 2024-08-14T21:55:03.108Z | Compiling mio v1.0.2 |
| 647 | 2024-08-14T21:55:03.566Z | Compiling slab v0.4.9 |
| 648 | 2024-08-14T21:55:03.862Z | Compiling parking_lot v0.12.3 |
| 649 | 2024-08-14T21:55:03.921Z | Compiling spin v0.9.8 |
| 650 | 2024-08-14T21:55:03.970Z | Compiling ring v0.17.8 |
| 651 | 2024-08-14T21:55:04.150Z | Compiling futures-sink v0.3.30 |
| 652 | 2024-08-14T21:55:04.292Z | Compiling equivalent v1.0.1 |
| 653 | 2024-08-14T21:55:04.364Z | Compiling fnv v1.0.7 |
| 654 | 2024-08-14T21:55:04.387Z | Compiling semver v1.0.23 |
| 655 | 2024-08-14T21:55:04.481Z | Compiling untrusted v0.9.0 |
| 656 | 2024-08-14T21:55:04.653Z | Compiling futures-channel v0.3.30 |
| 657 | 2024-08-14T21:55:04.866Z | Compiling heck v0.5.0 |
| 658 | 2024-08-14T21:55:04.897Z | Compiling pin-utils v0.1.0 |
| 659 | 2024-08-14T21:55:04.963Z | Compiling pkg-config v0.3.30 |
| 660 | 2024-08-14T21:55:04.972Z | Compiling vcpkg v0.2.15 |
| 661 | 2024-08-14T21:55:05.108Z | Compiling futures-io v0.3.30 |
| 662 | 2024-08-14T21:55:05.271Z | Compiling futures-task v0.3.30 |
| 663 | 2024-08-14T21:55:05.640Z | Compiling ucd-trie v0.1.6 |
| 664 | 2024-08-14T21:55:05.657Z | Compiling iana-time-zone v0.1.60 |
| 665 | 2024-08-14T21:55:06.098Z | Compiling http v0.2.12 |
| 666 | 2024-08-14T21:55:06.294Z | Compiling dyn-clone v1.0.17 |
| 667 | 2024-08-14T21:55:06.486Z | Compiling httparse v1.9.4 |
| 668 | 2024-08-14T21:55:06.537Z | Compiling openssl-sys v0.9.103 |
| 669 | 2024-08-14T21:55:07.285Z | Compiling tracing-core v0.1.32 |
| 670 | 2024-08-14T21:55:07.434Z | Compiling uuid v1.10.0 |
| 671 | 2024-08-14T21:55:07.622Z | Compiling chrono v0.4.38 |
| 672 | 2024-08-14T21:55:07.988Z | Compiling tracing v0.1.40 |
| 673 | 2024-08-14T21:55:09.592Z | Compiling serde_derive_internals v0.29.1 |
| 674 | 2024-08-14T21:55:09.644Z | Compiling foreign-types-shared v0.1.1 |
| 675 | 2024-08-14T21:55:09.734Z | Compiling openssl v0.10.66 |
| 676 | 2024-08-14T21:55:09.991Z | Compiling slog v2.7.0 |
| 677 | 2024-08-14T21:55:10.013Z | Compiling try-lock v0.2.5 |
| 678 | 2024-08-14T21:55:10.153Z | Compiling want v0.3.1 |
| 679 | 2024-08-14T21:55:10.182Z | Compiling foreign-types v0.3.2 |
| 680 | 2024-08-14T21:55:10.436Z | Compiling http-body v0.4.6 |
| 681 | 2024-08-14T21:55:10.811Z | Compiling aho-corasick v1.1.3 |
| 682 | 2024-08-14T21:55:10.923Z | Compiling httpdate v1.0.3 |
| 683 | 2024-08-14T21:55:11.542Z | Compiling typenum v1.17.0 |
| 684 | 2024-08-14T21:55:11.681Z | Compiling percent-encoding v2.3.1 |
| 685 | 2024-08-14T21:55:11.830Z | Compiling rustls v0.21.12 |
| 686 | 2024-08-14T21:55:11.898Z | Compiling tower-service v0.3.3 |
| 687 | 2024-08-14T21:55:12.013Z | Compiling bitflags v2.6.0 |
| 688 | 2024-08-14T21:55:12.126Z | Compiling regex-syntax v0.8.4 |
| 689 | 2024-08-14T21:55:12.159Z | Compiling native-tls v0.2.12 |
| 690 | 2024-08-14T21:55:12.353Z | Compiling tinyvec_macros v0.1.1 |
| 691 | 2024-08-14T21:55:12.428Z | Compiling tinyvec v1.8.0 |
| 692 | 2024-08-14T21:55:12.527Z | Compiling form_urlencoded v1.2.1 |
| 693 | 2024-08-14T21:55:13.085Z | Compiling generic-array v0.14.7 |
| 694 | 2024-08-14T21:55:13.525Z | Compiling openssl-probe v0.1.5 |
| 695 | 2024-08-14T21:55:14.008Z | Compiling unicode-normalization v0.1.23 |
| 696 | 2024-08-14T21:55:14.161Z | Compiling serde_derive v1.0.207 |
| 697 | 2024-08-14T21:55:14.403Z | Compiling zerocopy-derive v0.7.35 |
| 698 | 2024-08-14T21:55:14.955Z | Compiling thiserror-impl v1.0.63 |
| 699 | 2024-08-14T21:55:15.102Z | Compiling schemars_derive v0.8.21 |
| 700 | 2024-08-14T21:55:15.234Z | Compiling tokio-macros v2.4.0 |
| 701 | 2024-08-14T21:55:16.440Z | Compiling zerocopy v0.7.35 |
| 702 | 2024-08-14T21:55:17.811Z | Compiling tokio v1.39.2 |
| 703 | 2024-08-14T21:55:17.891Z | Compiling futures-macro v0.3.30 |
| 704 | 2024-08-14T21:55:18.052Z | Compiling pest v2.7.11 |
| 705 | 2024-08-14T21:55:18.514Z | Compiling hashbrown v0.14.5 |
| 706 | 2024-08-14T21:55:19.849Z | Compiling futures-util v0.3.30 |
| 707 | 2024-08-14T21:55:20.125Z | Compiling regress v0.10.0 |
| 708 | 2024-08-14T21:55:20.232Z | Compiling openssl-macros v0.1.1 |
| 709 | 2024-08-14T21:55:20.824Z | Compiling pest_meta v2.7.11 |
| 710 | 2024-08-14T21:55:24.790Z | Compiling pest_generator v2.7.11 |
| 711 | 2024-08-14T21:55:24.885Z | Compiling rustls-webpki v0.101.7 |
| 712 | 2024-08-14T21:55:26.450Z | Compiling pest_derive v2.7.11 |
| 713 | 2024-08-14T21:55:26.677Z | Compiling tokio-util v0.7.11 |
| 714 | 2024-08-14T21:55:27.322Z | Compiling sct v0.7.1 |
| 715 | 2024-08-14T21:55:27.726Z | Compiling regex-automata v0.4.7 |
| 716 | 2024-08-14T21:55:28.878Z | Compiling indexmap v2.4.0 |
| 717 | 2024-08-14T21:55:30.098Z | Compiling serde_tokenstream v0.2.2 |
| 718 | 2024-08-14T21:55:32.055Z | Compiling h2 v0.3.26 |
| 719 | 2024-08-14T21:55:34.826Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 720 | 2024-08-14T21:55:35.453Z | Compiling regex v1.10.6 |
| 721 | 2024-08-14T21:55:37.882Z | Compiling hyper v0.14.30 |
| 722 | 2024-08-14T21:55:40.389Z | Compiling scroll_derive v0.12.0 |
| 723 | 2024-08-14T21:55:46.531Z | Compiling usdt-impl v0.5.0 |
| 724 | 2024-08-14T21:55:46.898Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 725 | 2024-08-14T21:55:46.918Z | Compiling encoding_rs v0.8.34 |
| 726 | 2024-08-14T21:55:47.132Z | Compiling time-core v0.1.2 |
| 727 | 2024-08-14T21:55:47.294Z | Compiling powerfmt v0.2.0 |
| 728 | 2024-08-14T21:55:47.651Z | Compiling mime v0.3.17 |
| 729 | 2024-08-14T21:55:47.764Z | Compiling unicode-bidi v0.3.15 |
| 730 | 2024-08-14T21:55:48.764Z | Compiling num-conv v0.1.0 |
| 731 | 2024-08-14T21:55:50.776Z | Compiling time-macros v0.2.18 |
| 732 | 2024-08-14T21:55:50.798Z | Compiling idna v0.5.0 |
| 733 | 2024-08-14T21:55:54.362Z | Compiling deranged v0.3.11 |
| 734 | 2024-08-14T21:55:56.294Z | Compiling scroll v0.12.0 |
| 735 | 2024-08-14T21:55:56.653Z | Compiling tokio-native-tls v0.3.1 |
| 736 | 2024-08-14T21:55:56.655Z | Compiling tokio-rustls v0.24.1 |
| 737 | 2024-08-14T21:55:56.904Z | Compiling dof v0.3.0 |
| 738 | 2024-08-14T21:55:56.919Z | Compiling serde_urlencoded v0.7.1 |
| 739 | 2024-08-14T21:55:57.065Z | Compiling dtrace-parser v0.2.0 |
| 740 | 2024-08-14T21:55:57.748Z | Compiling thread-id v4.2.2 |
| 741 | 2024-08-14T21:55:57.845Z | Compiling rustls-pki-types v1.8.0 |
| 742 | 2024-08-14T21:55:58.944Z | Compiling plain v0.2.3 |
| 743 | 2024-08-14T21:55:59.096Z | Compiling ident_case v1.0.1 |
| 744 | 2024-08-14T21:56:00.146Z | Compiling base64 v0.21.7 |
| 745 | 2024-08-14T21:56:00.486Z | Compiling strsim v0.11.1 |
| 746 | 2024-08-14T21:56:00.634Z | Compiling crossbeam-utils v0.8.20 |
| 747 | 2024-08-14T21:56:01.167Z | Compiling num_threads v0.1.7 |
| 748 | 2024-08-14T21:56:01.213Z | Compiling omicron-workspace-hack v0.1.0 |
| 749 | 2024-08-14T21:56:01.269Z | Compiling time v0.3.36 |
| 750 | 2024-08-14T21:56:01.557Z | Compiling darling_core v0.20.10 |
| 751 | 2024-08-14T21:56:04.080Z | Compiling rustls-pemfile v1.0.4 |
| 752 | 2024-08-14T21:56:06.233Z | Compiling goblin v0.8.2 |
| 753 | 2024-08-14T21:56:09.111Z | Compiling hyper-rustls v0.24.2 |
| 754 | 2024-08-14T21:56:09.535Z | Compiling hyper-tls v0.5.0 |
| 755 | 2024-08-14T21:56:09.935Z | Compiling url v2.5.2 |
| 756 | 2024-08-14T21:56:10.006Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
| 757 | 2024-08-14T21:56:10.124Z | Compiling openapiv3 v2.0.0 |
| 758 | 2024-08-14T21:56:10.837Z | Compiling dirs-sys-next v0.1.2 |
| 759 | 2024-08-14T21:56:12.333Z | Compiling rustls v0.22.4 |
| 760 | 2024-08-14T21:56:12.667Z | Compiling rustversion v1.0.17 |
| 761 | 2024-08-14T21:56:13.319Z | Compiling unsafe-libyaml v0.2.11 |
| 762 | 2024-08-14T21:56:14.423Z | Compiling ipnet v2.9.0 |
| 763 | 2024-08-14T21:56:15.014Z | Compiling webpki-roots v0.25.4 |
| 764 | 2024-08-14T21:56:15.042Z | Compiling sync_wrapper v0.1.2 |
| 765 | 2024-08-14T21:56:15.160Z | Compiling pretty-hex v0.4.1 |
| 766 | 2024-08-14T21:56:15.162Z | Compiling paste v1.0.15 |
| 767 | 2024-08-14T21:56:15.380Z | Compiling reqwest v0.11.27 |
| 768 | 2024-08-14T21:56:15.755Z | Compiling serde_yaml v0.9.34+deprecated |
| 769 | 2024-08-14T21:56:16.738Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 770 | 2024-08-14T21:56:17.197Z | Compiling dirs-next v2.0.0 |
| 771 | 2024-08-14T21:56:19.457Z | Compiling darling_macro v0.20.10 |
| 772 | 2024-08-14T21:56:21.560Z | Compiling block-buffer v0.10.4 |
| 773 | 2024-08-14T21:56:21.788Z | Compiling crypto-common v0.1.6 |
| 774 | 2024-08-14T21:56:21.986Z | Compiling rustls-webpki v0.102.6 |
| 775 | 2024-08-14T21:56:22.421Z | Compiling toml_datetime v0.6.8 |
| 776 | 2024-08-14T21:56:23.078Z | Compiling serde_spanned v0.6.7 |
| 777 | 2024-08-14T21:56:23.303Z | Compiling ppv-lite86 v0.2.20 |
| 778 | 2024-08-14T21:56:23.448Z | Compiling structmeta-derive v0.3.0 |
| 779 | 2024-08-14T21:56:23.737Z | Compiling rand_core v0.6.4 |
| 780 | 2024-08-14T21:56:23.842Z | Compiling thread_local v1.1.8 |
| 781 | 2024-08-14T21:56:24.204Z | Compiling multer v3.1.0 |
| 782 | 2024-08-14T21:56:24.212Z | Compiling winnow v0.6.18 |
| 783 | 2024-08-14T21:56:24.540Z | Compiling camino v1.1.7 |
| 784 | 2024-08-14T21:56:24.587Z | Compiling zeroize v1.8.1 |
| 785 | 2024-08-14T21:56:24.905Z | Compiling slog-async v2.8.0 |
| 786 | 2024-08-14T21:56:25.122Z | Compiling match_cfg v0.1.0 |
| 787 | 2024-08-14T21:56:25.206Z | Compiling subtle v2.6.1 |
| 788 | 2024-08-14T21:56:25.403Z | Compiling anyhow v1.0.86 |
| 789 | 2024-08-14T21:56:26.118Z | Compiling structmeta v0.3.0 |
| 790 | 2024-08-14T21:56:26.161Z | Compiling hostname v0.3.1 |
| 791 | 2024-08-14T21:56:26.396Z | Compiling rand_chacha v0.3.1 |
| 792 | 2024-08-14T21:56:26.475Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 793 | 2024-08-14T21:56:28.198Z | Compiling toml_edit v0.22.20 |
| 794 | 2024-08-14T21:56:28.614Z | Compiling digest v0.10.7 |
| 795 | 2024-08-14T21:56:29.021Z | Compiling crossbeam-channel v0.5.13 |
| 796 | 2024-08-14T21:56:30.637Z | Compiling darling v0.20.10 |
| 797 | 2024-08-14T21:56:30.737Z | Compiling term v0.7.0 |
| 798 | 2024-08-14T21:56:36.609Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 799 | 2024-08-14T21:56:38.320Z | Compiling usdt-attr-macro v0.5.0 |
| 800 | 2024-08-14T21:56:38.641Z | Compiling usdt-macro v0.5.0 |
| 801 | 2024-08-14T21:56:39.779Z | Compiling slog-json v2.6.1 |
| 802 | 2024-08-14T21:56:39.991Z | Compiling futures-executor v0.3.30 |
| 803 | 2024-08-14T21:56:40.250Z | Compiling async-stream-impl v0.3.5 |
| 804 | 2024-08-14T21:56:41.115Z | Compiling http v1.1.0 |
| 805 | 2024-08-14T21:56:41.630Z | Compiling is-terminal v0.4.13 |
| 806 | 2024-08-14T21:56:41.663Z | Compiling memmap v0.7.0 |
| 807 | 2024-08-14T21:56:41.740Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 808 | 2024-08-14T21:56:42.058Z | Compiling take_mut v0.2.2 |
| 809 | 2024-08-14T21:56:42.096Z | Compiling atomic-waker v1.1.2 |
| 810 | 2024-08-14T21:56:42.206Z | Compiling base64 v0.22.1 |
| 811 | 2024-08-14T21:56:42.271Z | Compiling cpufeatures v0.2.13 |
| 812 | 2024-08-14T21:56:42.359Z | Compiling sha1 v0.10.6 |
| 813 | 2024-08-14T21:56:43.318Z | Compiling rustls-pemfile v2.1.3 |
| 814 | 2024-08-14T21:56:44.083Z | Compiling waitgroup v0.1.2 |
| 815 | 2024-08-14T21:56:45.859Z | Compiling usdt v0.5.0 |
| 816 | 2024-08-14T21:56:45.904Z | Compiling slog-term v2.9.1 |
| 817 | 2024-08-14T21:56:47.421Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 818 | 2024-08-14T21:56:47.605Z | Compiling async-stream v0.3.5 |
| 819 | 2024-08-14T21:56:47.830Z | Compiling futures v0.3.30 |
| 820 | 2024-08-14T21:56:47.933Z | Compiling slog-bunyan v2.5.0 |
| 821 | 2024-08-14T21:56:48.025Z | Compiling strum_macros v0.26.4 |
| 822 | 2024-08-14T21:56:48.186Z | Compiling toml v0.8.19 |
| 823 | 2024-08-14T21:56:48.750Z | Compiling serde_with_macros v3.9.0 |
| 824 | 2024-08-14T21:56:51.134Z | Compiling tokio-rustls v0.25.0 |
| 825 | 2024-08-14T21:56:51.511Z | Compiling rand v0.8.5 |
| 826 | 2024-08-14T21:56:51.567Z | Compiling parse-display-derive v0.10.0 |
| 827 | 2024-08-14T21:56:53.972Z | Compiling ipnetwork v0.20.0 |
| 828 | 2024-08-14T21:56:54.956Z | Compiling newtype-uuid v1.1.0 |
| 829 | 2024-08-14T21:56:55.287Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 830 | 2024-08-14T21:56:55.539Z | Compiling hex v0.4.3 |
| 831 | 2024-08-14T21:56:55.709Z | Compiling serde_path_to_error v0.1.16 |
| 832 | 2024-08-14T21:56:56.220Z | Compiling async-trait v0.1.81 |
| 833 | 2024-08-14T21:56:56.702Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 834 | 2024-08-14T21:56:57.536Z | Compiling hostname v0.4.0 |
| 835 | 2024-08-14T21:56:57.766Z | Compiling instant v0.1.13 |
| 836 | 2024-08-14T21:56:57.912Z | Compiling debug-ignore v1.0.5 |
| 837 | 2024-08-14T21:56:58.046Z | Compiling backoff v0.4.0 |
| 838 | 2024-08-14T21:56:58.356Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 839 | 2024-08-14T21:56:58.547Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 840 | 2024-08-14T21:56:58.623Z | Compiling parse-display v0.10.0 |
| 841 | 2024-08-14T21:56:58.636Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 842 | 2024-08-14T21:56:58.699Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 843 | 2024-08-14T21:56:58.808Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 844 | 2024-08-14T21:56:59.150Z | Compiling strum v0.26.3 |
| 845 | 2024-08-14T21:56:59.318Z | Compiling serde_with v3.9.0 |
| 846 | 2024-08-14T21:57:00.736Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 847 | 2024-08-14T21:57:01.570Z | Compiling macaddr v1.0.1 |
| 848 | 2024-08-14T21:57:02.179Z | Compiling regress v0.9.1 |
| 849 | 2024-08-14T21:57:07.690Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 850 | 2024-08-14T21:57:17.025Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 851 | 2024-08-14T21:57:25.191Z | Finished `release` profile [optimized] target(s) in 2m 25s |
| 852 | 2024-08-14T21:57:25.249Z | process exited: duration 220614 ms, exit code 0 |
| |
| 853 | 2024-08-14T21:57:25.254Z | found 0 output files |