|
|
|
| 1 | 2024-08-12T21:53:44.155Z | job assigned to worker 01J5498NC0V7GT5P46QTNR3Z41 (queued for 1 m 9 s) |
| |
| 2 | 2024-08-12T21:53:52.054Z | starting task 0: "setup" |
| 3 | 2024-08-12T21:53:52.121Z | ++ uname -s |
| 4 | 2024-08-12T21:53:52.124Z | + kern=SunOS |
| 5 | 2024-08-12T21:53:52.124Z | + case "$kern" in |
| 6 | 2024-08-12T21:53:52.124Z | + groupadd -g 12345 build |
| 7 | 2024-08-12T21:53:52.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-12T21:53:54.144Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-12T21:53:54.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-12T21:53:54.251Z | + home_fs=zfs |
| 11 | 2024-08-12T21:53:54.251Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-12T21:53:54.251Z | + mkdir -p /home/build |
| 13 | 2024-08-12T21:53:54.254Z | + chown build:build /home/build /work |
| 14 | 2024-08-12T21:53:56.255Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-12T21:53:56.258Z | process exited: duration 4206 ms, exit code 0 |
| |
| 16 | 2024-08-12T21:53:56.264Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-12T21:53:56.270Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-12T21:53:56.270Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-12T21:53:56.270Z | ' 1.80.1 |
| 20 | 2024-08-12T21:53:56.271Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-08-12T21:53:56.271Z | ' default |
| 22 | 2024-08-12T21:53:56.271Z | * toolchain profile = "default" |
| 23 | 2024-08-12T21:53:56.290Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-12T21:53:56.290Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-12T21:53:56.376Z | info: downloading installer |
| 26 | 2024-08-12T21:53:57.878Z | info: profile set to 'default' |
| 27 | 2024-08-12T21:53:57.878Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-12T21:53:57.881Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-12T21:53:58.015Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-12T21:53:58.016Z | info: downloading component 'cargo' |
| 31 | 2024-08-12T21:53:58.714Z | info: downloading component 'clippy' |
| 32 | 2024-08-12T21:53:58.964Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-12T21:53:59.943Z | info: downloading component 'rust-std' |
| 34 | 2024-08-12T21:54:01.309Z | info: downloading component 'rustc' |
| 35 | 2024-08-12T21:54:05.118Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-12T21:54:05.325Z | info: installing component 'cargo' |
| 37 | 2024-08-12T21:54:06.193Z | info: installing component 'clippy' |
| 38 | 2024-08-12T21:54:06.570Z | info: installing component 'rust-docs' |
| 39 | 2024-08-12T21:54:08.209Z | info: installing component 'rust-std' |
| 40 | 2024-08-12T21:54:09.874Z | info: installing component 'rustc' |
| 41 | 2024-08-12T21:54:14.289Z | info: installing component 'rustfmt' |
| 42 | 2024-08-12T21:54:14.628Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-12T21:54:14.628Z | |
| 44 | 2024-08-12T21:54:14.883Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-12T21:54:14.883Z | |
| 46 | 2024-08-12T21:54:14.887Z | |
| 47 | 2024-08-12T21:54:14.887Z | Rust is installed now. Great! |
| 48 | 2024-08-12T21:54:14.887Z | |
| 49 | 2024-08-12T21:54:14.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-12T21:54:14.887Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-12T21:54:14.887Z | |
| 52 | 2024-08-12T21:54:14.887Z | To configure your current shell, you need to source |
| 53 | 2024-08-12T21:54:14.887Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-12T21:54:14.887Z | |
| 55 | 2024-08-12T21:54:14.887Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-12T21:54:14.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-12T21:54:14.887Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-12T21:54:14.961Z | + rustc --version |
| 59 | 2024-08-12T21:54:15.030Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-12T21:54:15.035Z | process exited: duration 18769 ms, exit code 0 |
| |
| 61 | 2024-08-12T21:54:15.040Z | starting task 2: "authentication" |
| 62 | 2024-08-12T21:54:15.063Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-08-12T21:54:15.069Z | starting task 3: "clone repository" |
| 64 | 2024-08-12T21:54:15.074Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-12T21:54:15.077Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-12T21:54:15.228Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-12T21:54:20.430Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-12T21:54:20.430Z | + git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 69 | 2024-08-12T21:54:20.727Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-12T21:54:20.727Z | * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD |
| 71 | 2024-08-12T21:54:20.738Z | + [[ -n eliza/oximeter-units ]] |
| 72 | 2024-08-12T21:54:20.740Z | ++ git branch --show-current |
| 73 | 2024-08-12T21:54:20.743Z | + current=main |
| 74 | 2024-08-12T21:54:20.743Z | + [[ main != eliza/oximeter-units ]] |
| 75 | 2024-08-12T21:54:20.743Z | + git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 76 | 2024-08-12T21:54:20.746Z | + git checkout -f eliza/oximeter-units |
| 77 | 2024-08-12T21:54:20.891Z | Switched to branch 'eliza/oximeter-units' |
| 78 | 2024-08-12T21:54:20.894Z | + git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
| 79 | 2024-08-12T21:54:21.038Z | HEAD is now at 75bedabd5 regen openapi |
| 80 | 2024-08-12T21:54:21.041Z | process exited: duration 5970 ms, exit code 0 |
| |
| 81 | 2024-08-12T21:54:21.051Z | starting task 4: "build" |
| 82 | 2024-08-12T21:54:21.057Z | + cargo --version |
| 83 | 2024-08-12T21:54:21.110Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-12T21:54:21.113Z | + rustc --version |
| 85 | 2024-08-12T21:54:21.176Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-12T21:54:21.179Z | + cd /tmp |
| 87 | 2024-08-12T21:54:21.182Z | + cargo new --lib test-project |
| 88 | 2024-08-12T21:54:21.239Z | Creating library `test-project` package |
| 89 | 2024-08-12T21:54:21.321Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-12T21:54:21.324Z | + cd test-project |
| 91 | 2024-08-12T21:54:21.324Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-12T21:54:21.384Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-12T21:54:21.384Z | Features: |
| 94 | 2024-08-12T21:54:21.384Z | - proptest |
| 95 | 2024-08-12T21:54:21.384Z | - test-strategy |
| 96 | 2024-08-12T21:54:21.384Z | - testing |
| 97 | 2024-08-12T21:54:21.386Z | Updating crates.io index |
| 98 | 2024-08-12T21:54:21.433Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-12T21:54:22.240Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-12T21:54:23.009Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-12T21:54:23.370Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-12T21:54:25.149Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-12T21:54:25.509Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-12T21:54:26.038Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-12T21:54:29.849Z | Locking 304 packages to latest compatible versions |
| 106 | 2024-08-12T21:54:29.852Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-12T21:54:29.854Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-12T21:54:29.854Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-12T21:54:29.854Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-12T21:54:29.854Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-12T21:54:29.854Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-12T21:54:29.857Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-12T21:54:29.857Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-12T21:54:29.857Z | Adding h2 v0.3.26 (latest: v0.4.5) |
| 115 | 2024-08-12T21:54:29.857Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-12T21:54:29.857Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-12T21:54:29.857Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-12T21:54:29.857Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-12T21:54:29.857Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-12T21:54:29.857Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-12T21:54:29.857Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-12T21:54:29.857Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-12T21:54:29.858Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-12T21:54:29.858Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
| 125 | 2024-08-12T21:54:29.861Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
| 126 | 2024-08-12T21:54:29.861Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-12T21:54:29.863Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-12T21:54:29.863Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
| 129 | 2024-08-12T21:54:29.867Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-12T21:54:29.867Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-12T21:54:29.870Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-12T21:54:29.870Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 133 | 2024-08-12T21:54:29.872Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-12T21:54:29.872Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
| 135 | 2024-08-12T21:54:29.872Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-12T21:54:29.872Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-12T21:54:29.875Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-12T21:54:29.875Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-12T21:54:29.875Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-12T21:54:29.878Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-12T21:54:29.878Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-12T21:54:29.878Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-12T21:54:29.878Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-12T21:54:29.878Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-12T21:54:29.878Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-12T21:54:29.878Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-12T21:54:29.878Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-12T21:54:29.878Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-12T21:54:29.878Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-12T21:54:29.878Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-12T21:54:29.878Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-12T21:54:29.878Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-12T21:54:29.878Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-12T21:54:29.958Z | + cargo check |
| 155 | 2024-08-12T21:54:30.221Z | Downloading crates ... |
| 156 | 2024-08-12T21:54:30.284Z | Downloaded darling_macro v0.20.10 |
| 157 | 2024-08-12T21:54:30.301Z | Downloaded foreign-types-shared v0.1.1 |
| 158 | 2024-08-12T21:54:30.308Z | Downloaded async-stream-impl v0.3.5 |
| 159 | 2024-08-12T21:54:30.311Z | Downloaded want v0.3.1 |
| 160 | 2024-08-12T21:54:30.311Z | Downloaded match_cfg v0.1.0 |
| 161 | 2024-08-12T21:54:30.316Z | Downloaded dtrace-parser v0.2.0 |
| 162 | 2024-08-12T21:54:30.319Z | Downloaded num_threads v0.1.7 |
| 163 | 2024-08-12T21:54:30.322Z | Downloaded openssl-probe v0.1.5 |
| 164 | 2024-08-12T21:54:30.322Z | Downloaded http-body v0.4.6 |
| 165 | 2024-08-12T21:54:30.325Z | Downloaded digest v0.10.7 |
| 166 | 2024-08-12T21:54:30.328Z | Downloaded url v2.5.2 |
| 167 | 2024-08-12T21:54:30.330Z | Downloaded num-conv v0.1.0 |
| 168 | 2024-08-12T21:54:30.331Z | Downloaded fnv v1.0.7 |
| 169 | 2024-08-12T21:54:30.333Z | Downloaded dirs-sys-next v0.1.2 |
| 170 | 2024-08-12T21:54:30.334Z | Downloaded deranged v0.3.11 |
| 171 | 2024-08-12T21:54:30.336Z | Downloaded atomic-waker v1.1.2 |
| 172 | 2024-08-12T21:54:30.336Z | Downloaded is-terminal v0.4.12 |
| 173 | 2024-08-12T21:54:30.340Z | Downloaded hostname v0.4.0 |
| 174 | 2024-08-12T21:54:30.340Z | Downloaded futures-sink v0.3.30 |
| 175 | 2024-08-12T21:54:30.343Z | Downloaded hex v0.4.3 |
| 176 | 2024-08-12T21:54:30.343Z | Downloaded generic-array v0.14.7 |
| 177 | 2024-08-12T21:54:30.343Z | Downloaded futures-executor v0.3.30 |
| 178 | 2024-08-12T21:54:30.346Z | Downloaded time-core v0.1.2 |
| 179 | 2024-08-12T21:54:30.348Z | Downloaded heck v0.5.0 |
| 180 | 2024-08-12T21:54:30.348Z | Downloaded block-buffer v0.10.4 |
| 181 | 2024-08-12T21:54:30.351Z | Downloaded sync_wrapper v0.1.2 |
| 182 | 2024-08-12T21:54:30.351Z | Downloaded percent-encoding v2.3.1 |
| 183 | 2024-08-12T21:54:30.351Z | Downloaded usdt v0.5.0 |
| 184 | 2024-08-12T21:54:30.354Z | Downloaded tower-service v0.3.2 |
| 185 | 2024-08-12T21:54:30.354Z | Downloaded futures-task v0.3.30 |
| 186 | 2024-08-12T21:54:30.359Z | Downloaded plain v0.2.3 |
| 187 | 2024-08-12T21:54:30.359Z | Downloaded httparse v1.9.4 |
| 188 | 2024-08-12T21:54:30.362Z | Downloaded paste v1.0.15 |
| 189 | 2024-08-12T21:54:30.362Z | Downloaded version_check v0.9.5 |
| 190 | 2024-08-12T21:54:30.364Z | Downloaded serde_urlencoded v0.7.1 |
| 191 | 2024-08-12T21:54:30.367Z | Downloaded foreign-types v0.3.2 |
| 192 | 2024-08-12T21:54:30.367Z | Downloaded sha1 v0.10.6 |
| 193 | 2024-08-12T21:54:30.370Z | Downloaded pin-utils v0.1.0 |
| 194 | 2024-08-12T21:54:30.370Z | Downloaded scopeguard v1.2.0 |
| 195 | 2024-08-12T21:54:30.372Z | Downloaded structmeta v0.3.0 |
| 196 | 2024-08-12T21:54:30.372Z | Downloaded equivalent v1.0.1 |
| 197 | 2024-08-12T21:54:30.375Z | Downloaded slog-json v2.6.1 |
| 198 | 2024-08-12T21:54:30.375Z | Downloaded rand_chacha v0.3.1 |
| 199 | 2024-08-12T21:54:30.378Z | Downloaded rustversion v1.0.17 |
| 200 | 2024-08-12T21:54:30.381Z | Downloaded memmap v0.7.0 |
| 201 | 2024-08-12T21:54:30.381Z | Downloaded serde_spanned v0.6.7 |
| 202 | 2024-08-12T21:54:30.384Z | Downloaded pest_derive v2.7.11 |
| 203 | 2024-08-12T21:54:30.386Z | Downloaded thiserror-impl v1.0.63 |
| 204 | 2024-08-12T21:54:30.389Z | Downloaded futures-channel v0.3.30 |
| 205 | 2024-08-12T21:54:30.389Z | Downloaded thread_local v1.1.8 |
| 206 | 2024-08-12T21:54:30.392Z | Downloaded darling v0.20.10 |
| 207 | 2024-08-12T21:54:30.395Z | Downloaded subtle v2.6.1 |
| 208 | 2024-08-12T21:54:30.398Z | Downloaded strum v0.26.3 |
| 209 | 2024-08-12T21:54:30.398Z | Downloaded pretty-hex v0.4.1 |
| 210 | 2024-08-12T21:54:30.400Z | Downloaded waitgroup v0.1.2 |
| 211 | 2024-08-12T21:54:30.400Z | Downloaded usdt-macro v0.5.0 |
| 212 | 2024-08-12T21:54:30.403Z | Downloaded usdt-attr-macro v0.5.0 |
| 213 | 2024-08-12T21:54:30.403Z | Downloaded ppv-lite86 v0.2.20 |
| 214 | 2024-08-12T21:54:30.403Z | Downloaded usdt-impl v0.5.0 |
| 215 | 2024-08-12T21:54:30.406Z | Downloaded openssl-macros v0.1.1 |
| 216 | 2024-08-12T21:54:30.406Z | Downloaded ipnet v2.9.0 |
| 217 | 2024-08-12T21:54:30.409Z | Downloaded iana-time-zone v0.1.60 |
| 218 | 2024-08-12T21:54:30.411Z | Downloaded native-tls v0.2.12 |
| 219 | 2024-08-12T21:54:30.414Z | Downloaded parking_lot_core v0.9.10 |
| 220 | 2024-08-12T21:54:30.417Z | Downloaded spin v0.9.8 |
| 221 | 2024-08-12T21:54:30.420Z | Downloaded tinyvec_macros v0.1.1 |
| 222 | 2024-08-12T21:54:30.420Z | Downloaded strum_macros v0.26.4 |
| 223 | 2024-08-12T21:54:30.423Z | Downloaded crypto-common v0.1.6 |
| 224 | 2024-08-12T21:54:30.423Z | Downloaded serde_with_macros v3.9.0 |
| 225 | 2024-08-12T21:54:30.426Z | Downloaded httpdate v1.0.3 |
| 226 | 2024-08-12T21:54:30.426Z | Downloaded take_mut v0.2.2 |
| 227 | 2024-08-12T21:54:30.428Z | Downloaded hostname v0.3.1 |
| 228 | 2024-08-12T21:54:30.428Z | Downloaded futures-core v0.3.30 |
| 229 | 2024-08-12T21:54:30.431Z | Downloaded debug-ignore v1.0.5 |
| 230 | 2024-08-12T21:54:30.431Z | Downloaded quote v1.0.36 |
| 231 | 2024-08-12T21:54:30.434Z | Downloaded form_urlencoded v1.2.1 |
| 232 | 2024-08-12T21:54:30.437Z | Downloaded pest_meta v2.7.11 |
| 233 | 2024-08-12T21:54:30.439Z | Downloaded zeroize v1.8.1 |
| 234 | 2024-08-12T21:54:30.439Z | Downloaded pest_generator v2.7.11 |
| 235 | 2024-08-12T21:54:30.442Z | Downloaded try-lock v0.2.5 |
| 236 | 2024-08-12T21:54:30.442Z | Downloaded powerfmt v0.2.0 |
| 237 | 2024-08-12T21:54:30.445Z | Downloaded mime v0.3.17 |
| 238 | 2024-08-12T21:54:30.445Z | Downloaded parse-display v0.10.0 |
| 239 | 2024-08-12T21:54:30.448Z | Downloaded macaddr v1.0.1 |
| 240 | 2024-08-12T21:54:30.448Z | Downloaded rand_core v0.6.4 |
| 241 | 2024-08-12T21:54:30.451Z | Downloaded itoa v1.0.11 |
| 242 | 2024-08-12T21:54:30.451Z | Downloaded futures-macro v0.3.30 |
| 243 | 2024-08-12T21:54:30.453Z | Downloaded schemars_derive v0.8.21 |
| 244 | 2024-08-12T21:54:30.453Z | Downloaded strsim v0.11.1 |
| 245 | 2024-08-12T21:54:30.456Z | Downloaded newtype-uuid v1.1.0 |
| 246 | 2024-08-12T21:54:30.456Z | Downloaded slog-async v2.8.0 |
| 247 | 2024-08-12T21:54:30.459Z | Downloaded dof v0.3.0 |
| 248 | 2024-08-12T21:54:30.459Z | Downloaded once_cell v1.19.0 |
| 249 | 2024-08-12T21:54:30.462Z | Downloaded log v0.4.22 |
| 250 | 2024-08-12T21:54:30.465Z | Downloaded smallvec v1.13.2 |
| 251 | 2024-08-12T21:54:30.467Z | Downloaded slab v0.4.9 |
| 252 | 2024-08-12T21:54:30.470Z | Downloaded bytes v1.7.1 |
| 253 | 2024-08-12T21:54:30.473Z | Downloaded untrusted v0.9.0 |
| 254 | 2024-08-12T21:54:30.475Z | Downloaded thiserror v1.0.63 |
| 255 | 2024-08-12T21:54:30.479Z | Downloaded term v0.7.0 |
| 256 | 2024-08-12T21:54:30.482Z | Downloaded tokio-macros v2.4.0 |
| 257 | 2024-08-12T21:54:30.485Z | Downloaded structmeta-derive v0.3.0 |
| 258 | 2024-08-12T21:54:30.485Z | Downloaded camino v1.1.7 |
| 259 | 2024-08-12T21:54:30.488Z | Downloaded parking_lot v0.12.3 |
| 260 | 2024-08-12T21:54:30.491Z | Downloaded tokio-native-tls v0.3.1 |
| 261 | 2024-08-12T21:54:30.494Z | Downloaded slog-term v2.9.1 |
| 262 | 2024-08-12T21:54:30.498Z | Downloaded lock_api v0.4.12 |
| 263 | 2024-08-12T21:54:30.498Z | Downloaded sct v0.7.1 |
| 264 | 2024-08-12T21:54:30.502Z | Downloaded multer v3.1.0 |
| 265 | 2024-08-12T21:54:30.505Z | Downloaded serde_derive_internals v0.29.1 |
| 266 | 2024-08-12T21:54:30.505Z | Downloaded ipnetwork v0.20.0 |
| 267 | 2024-08-12T21:54:30.508Z | Downloaded unicode-ident v1.0.12 |
| 268 | 2024-08-12T21:54:30.511Z | Downloaded schemars v0.8.21 |
| 269 | 2024-08-12T21:54:30.521Z | Downloaded futures v0.3.30 |
| 270 | 2024-08-12T21:54:30.526Z | Downloaded tokio-rustls v0.25.0 |
| 271 | 2024-08-12T21:54:30.529Z | Downloaded tokio-rustls v0.24.1 |
| 272 | 2024-08-12T21:54:30.531Z | Downloaded time-macros v0.2.18 |
| 273 | 2024-08-12T21:54:30.534Z | Downloaded ryu v1.0.18 |
| 274 | 2024-08-12T21:54:30.536Z | Downloaded socket2 v0.5.7 |
| 275 | 2024-08-12T21:54:30.539Z | Downloaded sha2 v0.10.8 |
| 276 | 2024-08-12T21:54:30.542Z | Downloaded num-traits v0.2.19 |
| 277 | 2024-08-12T21:54:30.544Z | Downloaded getrandom v0.2.15 |
| 278 | 2024-08-12T21:54:30.547Z | Downloaded ahash v0.8.11 |
| 279 | 2024-08-12T21:54:30.549Z | Downloaded indexmap v1.9.3 |
| 280 | 2024-08-12T21:54:30.553Z | Downloaded serde_tokenstream v0.2.1 |
| 281 | 2024-08-12T21:54:30.557Z | Downloaded proc-macro2 v1.0.86 |
| 282 | 2024-08-12T21:54:30.560Z | Downloaded rand v0.8.5 |
| 283 | 2024-08-12T21:54:30.563Z | Downloaded indexmap v2.3.0 |
| 284 | 2024-08-12T21:54:30.568Z | Downloaded base64 v0.22.1 |
| 285 | 2024-08-12T21:54:30.571Z | Downloaded ucd-trie v0.1.6 |
| 286 | 2024-08-12T21:54:30.574Z | Downloaded tinyvec v1.8.0 |
| 287 | 2024-08-12T21:54:30.577Z | Downloaded serde v1.0.207 |
| 288 | 2024-08-12T21:54:30.580Z | Downloaded bitflags v2.6.0 |
| 289 | 2024-08-12T21:54:30.584Z | Downloaded serde_yaml v0.9.34+deprecated |
| 290 | 2024-08-12T21:54:30.588Z | Downloaded typenum v1.17.0 |
| 291 | 2024-08-12T21:54:30.590Z | Downloaded openssl-sys v0.9.103 |
| 292 | 2024-08-12T21:54:30.596Z | Downloaded allocator-api2 v0.2.18 |
| 293 | 2024-08-12T21:54:30.599Z | Downloaded mio v1.0.2 |
| 294 | 2024-08-12T21:54:30.605Z | Downloaded hashbrown v0.12.3 |
| 295 | 2024-08-12T21:54:30.609Z | Downloaded unicode-bidi v0.3.15 |
| 296 | 2024-08-12T21:54:30.612Z | Downloaded darling_core v0.20.10 |
| 297 | 2024-08-12T21:54:30.617Z | Downloaded tracing-core v0.1.32 |
| 298 | 2024-08-12T21:54:30.620Z | Downloaded toml v0.8.19 |
| 299 | 2024-08-12T21:54:30.623Z | Downloaded unsafe-libyaml v0.2.11 |
| 300 | 2024-08-12T21:54:30.627Z | Downloaded tracing v0.1.40 |
| 301 | 2024-08-12T21:54:30.632Z | Downloaded http v1.1.0 |
| 302 | 2024-08-12T21:54:30.636Z | Downloaded pest v2.7.11 |
| 303 | 2024-08-12T21:54:31.644Z | Downloaded serde_json v1.0.124 |
| 304 | 2024-08-12T21:54:31.647Z | Downloaded memchr v2.7.4 |
| 305 | 2024-08-12T21:54:31.647Z | Downloaded toml_edit v0.22.20 |
| 306 | 2024-08-12T21:54:31.647Z | Downloaded zerocopy v0.7.35 |
| 307 | 2024-08-12T21:54:31.647Z | Downloaded tokio-util v0.7.11 |
| 308 | 2024-08-12T21:54:31.647Z | Downloaded goblin v0.8.2 |
| 309 | 2024-08-12T21:54:31.647Z | Downloaded unicode-normalization v0.1.23 |
| 310 | 2024-08-12T21:54:31.647Z | Downloaded h2 v0.3.26 |
| 311 | 2024-08-12T21:54:31.647Z | Downloaded hyper v0.14.30 |
| 312 | 2024-08-12T21:54:31.647Z | Downloaded rustls-webpki v0.102.6 |
| 313 | 2024-08-12T21:54:31.647Z | Downloaded chrono v0.4.38 |
| 314 | 2024-08-12T21:54:31.648Z | Downloaded regex v1.10.6 |
| 315 | 2024-08-12T21:54:31.648Z | Downloaded webpki-roots v0.25.4 |
| 316 | 2024-08-12T21:54:31.648Z | Downloaded syn v2.0.74 |
| 317 | 2024-08-12T21:54:31.648Z | Downloaded rustls v0.21.12 |
| 318 | 2024-08-12T21:54:31.648Z | Downloaded regress v0.10.0 |
| 319 | 2024-08-12T21:54:31.648Z | Downloaded openapiv3 v2.0.0 |
| 320 | 2024-08-12T21:54:31.648Z | Downloaded rustls v0.22.4 |
| 321 | 2024-08-12T21:54:31.648Z | Downloaded regex-syntax v0.8.4 |
| 322 | 2024-08-12T21:54:31.648Z | Downloaded regress v0.9.1 |
| 323 | 2024-08-12T21:54:31.648Z | Downloaded regex-automata v0.4.7 |
| 324 | 2024-08-12T21:54:31.648Z | Downloaded idna v0.5.0 |
| 325 | 2024-08-12T21:54:31.648Z | Downloaded vcpkg v0.2.15 |
| 326 | 2024-08-12T21:54:31.648Z | Downloaded openssl v0.10.66 |
| 327 | 2024-08-12T21:54:31.648Z | Downloaded tokio v1.39.2 |
| 328 | 2024-08-12T21:54:31.648Z | Downloaded libc v0.2.155 |
| 329 | 2024-08-12T21:54:31.648Z | Downloaded futures-util v0.3.30 |
| 330 | 2024-08-12T21:54:31.648Z | Downloaded encoding_rs v0.8.34 |
| 331 | 2024-08-12T21:54:31.648Z | Downloaded serde_with v3.9.0 |
| 332 | 2024-08-12T21:54:31.648Z | Downloaded hashbrown v0.14.5 |
| 333 | 2024-08-12T21:54:31.648Z | Downloaded time v0.3.36 |
| 334 | 2024-08-12T21:54:31.648Z | Downloaded rustls-webpki v0.101.7 |
| 335 | 2024-08-12T21:54:31.648Z | Downloaded reqwest v0.11.27 |
| 336 | 2024-08-12T21:54:31.648Z | Downloaded winnow v0.6.18 |
| 337 | 2024-08-12T21:54:31.648Z | Downloaded aho-corasick v1.1.3 |
| 338 | 2024-08-12T21:54:31.648Z | Downloaded http v0.2.12 |
| 339 | 2024-08-12T21:54:31.648Z | Downloaded crossbeam-channel v0.5.13 |
| 340 | 2024-08-12T21:54:31.648Z | Downloaded base64 v0.21.7 |
| 341 | 2024-08-12T21:54:31.648Z | Downloaded cc v1.1.10 |
| 342 | 2024-08-12T21:54:31.648Z | Downloaded anyhow v1.0.86 |
| 343 | 2024-08-12T21:54:31.648Z | Downloaded scroll v0.12.0 |
| 344 | 2024-08-12T21:54:31.648Z | Downloaded async-trait v0.1.81 |
| 345 | 2024-08-12T21:54:31.648Z | Downloaded rustls-pemfile v2.1.3 |
| 346 | 2024-08-12T21:54:31.648Z | Downloaded pkg-config v0.3.30 |
| 347 | 2024-08-12T21:54:31.648Z | Downloaded pin-project-lite v0.2.14 |
| 348 | 2024-08-12T21:54:31.648Z | Downloaded toml_datetime v0.6.8 |
| 349 | 2024-08-12T21:54:31.648Z | Downloaded thread-id v4.2.2 |
| 350 | 2024-08-12T21:54:31.648Z | Downloaded slog-bunyan v2.5.0 |
| 351 | 2024-08-12T21:54:31.648Z | Downloaded autocfg v1.3.0 |
| 352 | 2024-08-12T21:54:31.648Z | Downloaded slog v2.7.0 |
| 353 | 2024-08-12T21:54:31.649Z | Downloaded serde_derive v1.0.207 |
| 354 | 2024-08-12T21:54:31.649Z | Downloaded byteorder v1.5.0 |
| 355 | 2024-08-12T21:54:31.649Z | Downloaded serde_path_to_error v0.1.16 |
| 356 | 2024-08-12T21:54:31.649Z | Downloaded zerocopy-derive v0.7.35 |
| 357 | 2024-08-12T21:54:31.649Z | Downloaded hyper-rustls v0.24.2 |
| 358 | 2024-08-12T21:54:31.649Z | Downloaded crossbeam-utils v0.8.20 |
| 359 | 2024-08-12T21:54:31.649Z | Downloaded dirs-next v2.0.0 |
| 360 | 2024-08-12T21:54:31.649Z | Downloaded uuid v1.10.0 |
| 361 | 2024-08-12T21:54:31.649Z | Downloaded hyper-tls v0.5.0 |
| 362 | 2024-08-12T21:54:31.649Z | Downloaded futures-io v0.3.30 |
| 363 | 2024-08-12T21:54:31.649Z | Downloaded dyn-clone v1.0.17 |
| 364 | 2024-08-12T21:54:31.649Z | Downloaded cfg-if v1.0.0 |
| 365 | 2024-08-12T21:54:31.649Z | Downloaded semver v1.0.23 |
| 366 | 2024-08-12T21:54:31.649Z | Downloaded cpufeatures v0.2.13 |
| 367 | 2024-08-12T21:54:31.649Z | Downloaded async-stream v0.3.5 |
| 368 | 2024-08-12T21:54:31.649Z | Downloaded signal-hook-registry v1.4.2 |
| 369 | 2024-08-12T21:54:31.649Z | Downloaded rustls-pki-types v1.8.0 |
| 370 | 2024-08-12T21:54:31.649Z | Downloaded rustls-pemfile v1.0.4 |
| 371 | 2024-08-12T21:54:31.649Z | Downloaded omicron-workspace-hack v0.1.0 |
| 372 | 2024-08-12T21:54:31.649Z | Downloaded instant v0.1.13 |
| 373 | 2024-08-12T21:54:31.649Z | Downloaded ident_case v1.0.1 |
| 374 | 2024-08-12T21:54:31.649Z | Downloaded backoff v0.4.0 |
| 375 | 2024-08-12T21:54:31.649Z | Downloaded parse-display-derive v0.10.0 |
| 376 | 2024-08-12T21:54:31.649Z | Downloaded scroll_derive v0.12.0 |
| 377 | 2024-08-12T21:54:31.649Z | Downloaded ring v0.17.8 |
| 378 | 2024-08-12T21:54:31.649Z | Compiling proc-macro2 v1.0.86 |
| 379 | 2024-08-12T21:54:31.649Z | Compiling unicode-ident v1.0.12 |
| 380 | 2024-08-12T21:54:31.649Z | Compiling libc v0.2.155 |
| 381 | 2024-08-12T21:54:31.649Z | Checking cfg-if v1.0.0 |
| 382 | 2024-08-12T21:54:31.649Z | Compiling version_check v0.9.5 |
| 383 | 2024-08-12T21:54:31.649Z | Compiling autocfg v1.3.0 |
| 384 | 2024-08-12T21:54:31.649Z | Compiling serde v1.0.207 |
| 385 | 2024-08-12T21:54:31.649Z | Checking memchr v2.7.4 |
| 386 | 2024-08-12T21:54:31.649Z | Compiling serde_json v1.0.124 |
| 387 | 2024-08-12T21:54:31.937Z | Compiling ahash v0.8.11 |
| 388 | 2024-08-12T21:54:32.011Z | Checking itoa v1.0.11 |
| 389 | 2024-08-12T21:54:32.147Z | Compiling thiserror v1.0.63 |
| 390 | 2024-08-12T21:54:33.080Z | Checking once_cell v1.19.0 |
| 391 | 2024-08-12T21:54:33.277Z | Checking byteorder v1.5.0 |
| 392 | 2024-08-12T21:54:33.536Z | Compiling cc v1.1.10 |
| 393 | 2024-08-12T21:54:33.901Z | Compiling num-traits v0.2.19 |
| 394 | 2024-08-12T21:54:33.904Z | Checking pin-project-lite v0.2.14 |
| 395 | 2024-08-12T21:54:34.000Z | Checking ryu v1.0.18 |
| 396 | 2024-08-12T21:54:34.210Z | Checking log v0.4.22 |
| 397 | 2024-08-12T21:54:34.424Z | Checking bytes v1.7.1 |
| 398 | 2024-08-12T21:54:34.437Z | Checking allocator-api2 v0.2.18 |
| 399 | 2024-08-12T21:54:34.452Z | Compiling lock_api v0.4.12 |
| 400 | 2024-08-12T21:54:34.463Z | Compiling schemars v0.8.21 |
| 401 | 2024-08-12T21:54:34.602Z | Checking getrandom v0.2.15 |
| 402 | 2024-08-12T21:54:34.740Z | Compiling quote v1.0.36 |
| 403 | 2024-08-12T21:54:34.772Z | Compiling parking_lot_core v0.9.10 |
| 404 | 2024-08-12T21:54:34.854Z | Checking smallvec v1.13.2 |
| 405 | 2024-08-12T21:54:34.919Z | Checking futures-core v0.3.30 |
| 406 | 2024-08-12T21:54:35.096Z | Checking scopeguard v1.2.0 |
| 407 | 2024-08-12T21:54:35.104Z | Checking socket2 v0.5.7 |
| 408 | 2024-08-12T21:54:35.224Z | Compiling syn v2.0.74 |
| 409 | 2024-08-12T21:54:35.279Z | Checking signal-hook-registry v1.4.2 |
| 410 | 2024-08-12T21:54:35.419Z | Checking mio v1.0.2 |
| 411 | 2024-08-12T21:54:35.524Z | Compiling slab v0.4.9 |
| 412 | 2024-08-12T21:54:35.557Z | Checking futures-sink v0.3.30 |
| 413 | 2024-08-12T21:54:35.626Z | Checking spin v0.9.8 |
| 414 | 2024-08-12T21:54:35.636Z | Checking parking_lot v0.12.3 |
| 415 | 2024-08-12T21:54:35.685Z | Checking untrusted v0.9.0 |
| 416 | 2024-08-12T21:54:35.826Z | Checking equivalent v1.0.1 |
| 417 | 2024-08-12T21:54:35.833Z | Checking fnv v1.0.7 |
| 418 | 2024-08-12T21:54:35.911Z | Checking futures-channel v0.3.30 |
| 419 | 2024-08-12T21:54:35.948Z | Compiling semver v1.0.23 |
| 420 | 2024-08-12T21:54:35.959Z | Compiling pkg-config v0.3.30 |
| 421 | 2024-08-12T21:54:35.998Z | Checking pin-utils v0.1.0 |
| 422 | 2024-08-12T21:54:36.080Z | Compiling vcpkg v0.2.15 |
| 423 | 2024-08-12T21:54:36.315Z | Checking futures-task v0.3.30 |
| 424 | 2024-08-12T21:54:36.368Z | Checking futures-io v0.3.30 |
| 425 | 2024-08-12T21:54:36.475Z | Compiling heck v0.5.0 |
| 426 | 2024-08-12T21:54:36.526Z | Compiling ring v0.17.8 |
| 427 | 2024-08-12T21:54:36.534Z | Checking iana-time-zone v0.1.60 |
| 428 | 2024-08-12T21:54:36.566Z | Compiling ucd-trie v0.1.6 |
| 429 | 2024-08-12T21:54:36.669Z | Checking http v0.2.12 |
| 430 | 2024-08-12T21:54:37.070Z | Checking dyn-clone v1.0.17 |
| 431 | 2024-08-12T21:54:37.198Z | Compiling httparse v1.9.4 |
| 432 | 2024-08-12T21:54:37.816Z | Compiling openssl-sys v0.9.103 |
| 433 | 2024-08-12T21:54:37.944Z | Checking tracing-core v0.1.32 |
| 434 | 2024-08-12T21:54:38.071Z | Compiling uuid v1.10.0 |
| 435 | 2024-08-12T21:54:38.579Z | Compiling chrono v0.4.38 |
| 436 | 2024-08-12T21:54:38.586Z | Checking tracing v0.1.40 |
| 437 | 2024-08-12T21:54:38.626Z | Checking foreign-types-shared v0.1.1 |
| 438 | 2024-08-12T21:54:38.643Z | Compiling slog v2.7.0 |
| 439 | 2024-08-12T21:54:38.665Z | Checking try-lock v0.2.5 |
| 440 | 2024-08-12T21:54:38.709Z | Compiling openssl v0.10.66 |
| 441 | 2024-08-12T21:54:38.862Z | Checking want v0.3.1 |
| 442 | 2024-08-12T21:54:38.986Z | Checking foreign-types v0.3.2 |
| 443 | 2024-08-12T21:54:39.091Z | Checking http-body v0.4.6 |
| 444 | 2024-08-12T21:54:39.093Z | Compiling aho-corasick v1.1.3 |
| 445 | 2024-08-12T21:54:39.153Z | Checking tower-service v0.3.2 |
| 446 | 2024-08-12T21:54:39.266Z | Compiling typenum v1.17.0 |
| 447 | 2024-08-12T21:54:39.383Z | Checking percent-encoding v2.3.1 |
| 448 | 2024-08-12T21:54:39.568Z | Checking bitflags v2.6.0 |
| 449 | 2024-08-12T21:54:39.752Z | Checking httpdate v1.0.3 |
| 450 | 2024-08-12T21:54:39.959Z | Compiling rustls v0.21.12 |
| 451 | 2024-08-12T21:54:40.234Z | Compiling regex-syntax v0.8.4 |
| 452 | 2024-08-12T21:54:40.269Z | Compiling native-tls v0.2.12 |
| 453 | 2024-08-12T21:54:40.303Z | Checking tinyvec_macros v0.1.1 |
| 454 | 2024-08-12T21:54:40.374Z | Checking tinyvec v1.8.0 |
| 455 | 2024-08-12T21:54:40.696Z | Checking form_urlencoded v1.2.1 |
| 456 | 2024-08-12T21:54:41.141Z | Compiling generic-array v0.14.7 |
| 457 | 2024-08-12T21:54:41.400Z | Checking openssl-probe v0.1.5 |
| 458 | 2024-08-12T21:54:41.700Z | Checking unicode-normalization v0.1.23 |
| 459 | 2024-08-12T21:54:42.245Z | Compiling serde_derive_internals v0.29.1 |
| 460 | 2024-08-12T21:54:42.761Z | Compiling usdt-impl v0.5.0 |
| 461 | 2024-08-12T21:54:43.141Z | Checking encoding_rs v0.8.34 |
| 462 | 2024-08-12T21:54:43.374Z | Checking unicode-bidi v0.3.15 |
| 463 | 2024-08-12T21:54:43.881Z | Compiling regex-automata v0.4.7 |
| 464 | 2024-08-12T21:54:44.239Z | Checking powerfmt v0.2.0 |
| 465 | 2024-08-12T21:54:44.464Z | Compiling time-core v0.1.2 |
| 466 | 2024-08-12T21:54:44.484Z | Compiling num-conv v0.1.0 |
| 467 | 2024-08-12T21:54:44.643Z | Checking mime v0.3.17 |
| 468 | 2024-08-12T21:54:44.750Z | Compiling time-macros v0.2.18 |
| 469 | 2024-08-12T21:54:44.949Z | Checking deranged v0.3.11 |
| 470 | 2024-08-12T21:54:45.399Z | Checking idna v0.5.0 |
| 471 | 2024-08-12T21:54:46.242Z | Compiling thread-id v4.2.2 |
| 472 | 2024-08-12T21:54:46.341Z | Compiling strsim v0.11.1 |
| 473 | 2024-08-12T21:54:46.470Z | Checking sct v0.7.1 |
| 474 | 2024-08-12T21:54:46.657Z | Checking rustls-webpki v0.101.7 |
| 475 | 2024-08-12T21:54:46.820Z | Checking num_threads v0.1.7 |
| 476 | 2024-08-12T21:54:46.913Z | Checking base64 v0.21.7 |
| 477 | 2024-08-12T21:54:47.140Z | Checking plain v0.2.3 |
| 478 | 2024-08-12T21:54:47.473Z | Compiling crossbeam-utils v0.8.20 |
| 479 | 2024-08-12T21:54:47.562Z | Compiling serde_derive v1.0.207 |
| 480 | 2024-08-12T21:54:47.672Z | Compiling zerocopy-derive v0.7.35 |
| 481 | 2024-08-12T21:54:47.895Z | Compiling thiserror-impl v1.0.63 |
| 482 | 2024-08-12T21:54:48.057Z | Compiling schemars_derive v0.8.21 |
| 483 | 2024-08-12T21:54:48.388Z | Compiling tokio-macros v2.4.0 |
| 484 | 2024-08-12T21:54:49.778Z | Checking zerocopy v0.7.35 |
| 485 | 2024-08-12T21:54:50.679Z | Checking tokio v1.39.2 |
| 486 | 2024-08-12T21:54:50.840Z | Compiling futures-macro v0.3.30 |
| 487 | 2024-08-12T21:54:50.852Z | Compiling pest v2.7.11 |
| 488 | 2024-08-12T21:54:51.303Z | Compiling openssl-macros v0.1.1 |
| 489 | 2024-08-12T21:54:51.578Z | Checking hashbrown v0.14.5 |
| 490 | 2024-08-12T21:54:51.686Z | Compiling regex v1.10.6 |
| 491 | 2024-08-12T21:54:52.668Z | Compiling scroll_derive v0.12.0 |
| 492 | 2024-08-12T21:54:52.739Z | Checking regress v0.10.0 |
| 493 | 2024-08-12T21:54:52.783Z | Checking futures-util v0.3.30 |
| 494 | 2024-08-12T21:54:53.387Z | Compiling pest_meta v2.7.11 |
| 495 | 2024-08-12T21:54:54.188Z | Checking scroll v0.12.0 |
| 496 | 2024-08-12T21:54:54.669Z | Compiling pest_generator v2.7.11 |
| 497 | 2024-08-12T21:54:56.488Z | Compiling ident_case v1.0.1 |
| 498 | 2024-08-12T21:54:56.642Z | Checking rustls-pki-types v1.8.0 |
| 499 | 2024-08-12T21:54:57.049Z | Compiling darling_core v0.20.10 |
| 500 | 2024-08-12T21:54:57.601Z | Compiling pest_derive v2.7.11 |
| 501 | 2024-08-12T21:54:57.863Z | Checking goblin v0.8.2 |
| 502 | 2024-08-12T21:54:57.963Z | Checking tokio-util v0.7.11 |
| 503 | 2024-08-12T21:54:58.238Z | Checking tokio-rustls v0.24.1 |
| 504 | 2024-08-12T21:54:58.454Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2024-08-12T21:54:58.479Z | Checking tokio-native-tls v0.3.1 |
| 506 | 2024-08-12T21:54:59.307Z | Checking time v0.3.36 |
| 507 | 2024-08-12T21:55:00.230Z | Checking rustls-pemfile v1.0.4 |
| 508 | 2024-08-12T21:55:00.418Z | Checking indexmap v2.3.0 |
| 509 | 2024-08-12T21:55:01.205Z | Checking serde_urlencoded v0.7.1 |
| 510 | 2024-08-12T21:55:01.700Z | Checking h2 v0.3.26 |
| 511 | 2024-08-12T21:55:01.718Z | Checking url v2.5.2 |
| 512 | 2024-08-12T21:55:01.810Z | Checking openapiv3 v2.0.0 |
| 513 | 2024-08-12T21:55:02.028Z | Checking dirs-sys-next v0.1.2 |
| 514 | 2024-08-12T21:55:02.579Z | Compiling serde_tokenstream v0.2.1 |
| 515 | 2024-08-12T21:55:03.111Z | Checking sync_wrapper v0.1.2 |
| 516 | 2024-08-12T21:55:03.215Z | Compiling rustversion v1.0.17 |
| 517 | 2024-08-12T21:55:03.262Z | Checking pretty-hex v0.4.1 |
| 518 | 2024-08-12T21:55:03.297Z | Compiling rustls v0.22.4 |
| 519 | 2024-08-12T21:55:03.424Z | Checking webpki-roots v0.25.4 |
| 520 | 2024-08-12T21:55:03.572Z | Compiling paste v1.0.15 |
| 521 | 2024-08-12T21:55:03.633Z | Compiling unsafe-libyaml v0.2.11 |
| 522 | 2024-08-12T21:55:03.929Z | Compiling omicron-workspace-hack v0.1.0 |
| 523 | 2024-08-12T21:55:04.109Z | Checking ipnet v2.9.0 |
| 524 | 2024-08-12T21:55:04.531Z | Compiling dof v0.3.0 |
| 525 | 2024-08-12T21:55:04.795Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 526 | 2024-08-12T21:55:05.310Z | Compiling serde_yaml v0.9.34+deprecated |
| 527 | 2024-08-12T21:55:05.499Z | Compiling darling_macro v0.20.10 |
| 528 | 2024-08-12T21:55:05.952Z | Checking hyper v0.14.30 |
| 529 | 2024-08-12T21:55:06.375Z | Checking dirs-next v2.0.0 |
| 530 | 2024-08-12T21:55:06.491Z | Checking serde_spanned v0.6.7 |
| 531 | 2024-08-12T21:55:06.660Z | Checking toml_datetime v0.6.8 |
| 532 | 2024-08-12T21:55:06.952Z | Checking rustls-webpki v0.102.6 |
| 533 | 2024-08-12T21:55:07.224Z | Checking ppv-lite86 v0.2.20 |
| 534 | 2024-08-12T21:55:07.579Z | Compiling structmeta-derive v0.3.0 |
| 535 | 2024-08-12T21:55:07.592Z | Checking crypto-common v0.1.6 |
| 536 | 2024-08-12T21:55:07.702Z | Checking block-buffer v0.10.4 |
| 537 | 2024-08-12T21:55:07.742Z | Checking rand_core v0.6.4 |
| 538 | 2024-08-12T21:55:07.971Z | Checking thread_local v1.1.8 |
| 539 | 2024-08-12T21:55:07.974Z | Compiling multer v3.1.0 |
| 540 | 2024-08-12T21:55:08.016Z | Compiling camino v1.1.7 |
| 541 | 2024-08-12T21:55:08.240Z | Compiling anyhow v1.0.86 |
| 542 | 2024-08-12T21:55:08.320Z | Checking winnow v0.6.18 |
| 543 | 2024-08-12T21:55:08.609Z | Compiling slog-async v2.8.0 |
| 544 | 2024-08-12T21:55:08.712Z | Checking match_cfg v0.1.0 |
| 545 | 2024-08-12T21:55:08.790Z | Checking subtle v2.6.1 |
| 546 | 2024-08-12T21:55:08.832Z | Checking zeroize v1.8.1 |
| 547 | 2024-08-12T21:55:09.020Z | Checking hostname v0.3.1 |
| 548 | 2024-08-12T21:55:09.162Z | Checking rand_chacha v0.3.1 |
| 549 | 2024-08-12T21:55:09.216Z | Checking digest v0.10.7 |
| 550 | 2024-08-12T21:55:09.522Z | Checking crossbeam-channel v0.5.13 |
| 551 | 2024-08-12T21:55:09.549Z | Checking term v0.7.0 |
| 552 | 2024-08-12T21:55:09.670Z | Compiling darling v0.20.10 |
| 553 | 2024-08-12T21:55:09.783Z | Compiling usdt-macro v0.5.0 |
| 554 | 2024-08-12T21:55:09.957Z | Compiling usdt-attr-macro v0.5.0 |
| 555 | 2024-08-12T21:55:10.278Z | Compiling structmeta v0.3.0 |
| 556 | 2024-08-12T21:55:10.484Z | Checking hyper-tls v0.5.0 |
| 557 | 2024-08-12T21:55:10.629Z | Checking hyper-rustls v0.24.2 |
| 558 | 2024-08-12T21:55:10.898Z | Checking reqwest v0.11.27 |
| 559 | 2024-08-12T21:55:11.035Z | Checking slog-json v2.6.1 |
| 560 | 2024-08-12T21:55:11.276Z | Checking futures-executor v0.3.30 |
| 561 | 2024-08-12T21:55:11.384Z | Checking toml_edit v0.22.20 |
| 562 | 2024-08-12T21:55:11.438Z | Compiling async-stream-impl v0.3.5 |
| 563 | 2024-08-12T21:55:11.471Z | Checking http v1.1.0 |
| 564 | 2024-08-12T21:55:11.484Z | Checking memmap v0.7.0 |
| 565 | 2024-08-12T21:55:11.678Z | Checking is-terminal v0.4.12 |
| 566 | 2024-08-12T21:55:11.778Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 567 | 2024-08-12T21:55:11.834Z | Checking cpufeatures v0.2.13 |
| 568 | 2024-08-12T21:55:11.914Z | Checking atomic-waker v1.1.2 |
| 569 | 2024-08-12T21:55:12.031Z | Checking take_mut v0.2.2 |
| 570 | 2024-08-12T21:55:12.119Z | Checking base64 v0.22.1 |
| 571 | 2024-08-12T21:55:12.166Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 572 | 2024-08-12T21:55:12.454Z | Checking waitgroup v0.1.2 |
| 573 | 2024-08-12T21:55:12.486Z | Checking sha1 v0.10.6 |
| 574 | 2024-08-12T21:55:12.559Z | Checking slog-term v2.9.1 |
| 575 | 2024-08-12T21:55:12.581Z | Checking rustls-pemfile v2.1.3 |
| 576 | 2024-08-12T21:55:12.737Z | Checking async-stream v0.3.5 |
| 577 | 2024-08-12T21:55:12.752Z | Checking usdt v0.5.0 |
| 578 | 2024-08-12T21:55:12.802Z | Checking tokio-rustls v0.25.0 |
| 579 | 2024-08-12T21:55:12.810Z | Compiling strum_macros v0.26.4 |
| 580 | 2024-08-12T21:55:12.906Z | Checking futures v0.3.30 |
| 581 | 2024-08-12T21:55:12.960Z | Checking slog-bunyan v2.5.0 |
| 582 | 2024-08-12T21:55:13.000Z | Compiling parse-display-derive v0.10.0 |
| 583 | 2024-08-12T21:55:13.020Z | Compiling serde_with_macros v3.9.0 |
| 584 | 2024-08-12T21:55:13.106Z | Checking rand v0.8.5 |
| 585 | 2024-08-12T21:55:13.673Z | Checking ipnetwork v0.20.0 |
| 586 | 2024-08-12T21:55:13.705Z | Checking newtype-uuid v1.1.0 |
| 587 | 2024-08-12T21:55:13.925Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 588 | 2024-08-12T21:55:13.987Z | Checking toml v0.8.19 |
| 589 | 2024-08-12T21:55:14.011Z | Checking serde_path_to_error v0.1.16 |
| 590 | 2024-08-12T21:55:14.346Z | Checking hex v0.4.3 |
| 591 | 2024-08-12T21:55:14.649Z | Compiling async-trait v0.1.81 |
| 592 | 2024-08-12T21:55:14.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 593 | 2024-08-12T21:55:14.892Z | Checking hostname v0.4.0 |
| 594 | 2024-08-12T21:55:15.011Z | Checking instant v0.1.13 |
| 595 | 2024-08-12T21:55:15.107Z | Checking debug-ignore v1.0.5 |
| 596 | 2024-08-12T21:55:15.232Z | Checking backoff v0.4.0 |
| 597 | 2024-08-12T21:55:15.489Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 598 | 2024-08-12T21:55:15.551Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 599 | 2024-08-12T21:55:15.622Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 600 | 2024-08-12T21:55:15.677Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 601 | 2024-08-12T21:55:15.688Z | Checking serde_with v3.9.0 |
| 602 | 2024-08-12T21:55:15.905Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 603 | 2024-08-12T21:55:16.036Z | Checking macaddr v1.0.1 |
| 604 | 2024-08-12T21:55:16.360Z | Checking regress v0.9.1 |
| 605 | 2024-08-12T21:55:16.908Z | Checking parse-display v0.10.0 |
| 606 | 2024-08-12T21:55:17.251Z | Checking strum v0.26.3 |
| 607 | 2024-08-12T21:55:18.291Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 608 | 2024-08-12T21:55:20.173Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 609 | 2024-08-12T21:55:20.231Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 610 | 2024-08-12T21:55:22.801Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 611 | 2024-08-12T21:55:27.981Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 612 | 2024-08-12T21:55:28.087Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 613 | 2024-08-12T21:55:30.872Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 614 | 2024-08-12T21:55:37.731Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 615 | 2024-08-12T21:55:37.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 616 | 2024-08-12T21:55:37.862Z | + cargo build --release |
| 617 | 2024-08-12T21:55:38.146Z | Compiling proc-macro2 v1.0.86 |
| 618 | 2024-08-12T21:55:38.146Z | Compiling unicode-ident v1.0.12 |
| 619 | 2024-08-12T21:55:38.146Z | Compiling libc v0.2.155 |
| 620 | 2024-08-12T21:55:38.149Z | Compiling cfg-if v1.0.0 |
| 621 | 2024-08-12T21:55:38.149Z | Compiling version_check v0.9.5 |
| 622 | 2024-08-12T21:55:38.149Z | Compiling autocfg v1.3.0 |
| 623 | 2024-08-12T21:55:38.187Z | Compiling serde v1.0.207 |
| 624 | 2024-08-12T21:55:38.190Z | Compiling memchr v2.7.4 |
| 625 | 2024-08-12T21:55:38.359Z | Compiling serde_json v1.0.124 |
| 626 | 2024-08-12T21:55:38.749Z | Compiling itoa v1.0.11 |
| 627 | 2024-08-12T21:55:38.772Z | Compiling ahash v0.8.11 |
| 628 | 2024-08-12T21:55:38.798Z | Compiling thiserror v1.0.63 |
| 629 | 2024-08-12T21:55:38.870Z | Compiling once_cell v1.19.0 |
| 630 | 2024-08-12T21:55:38.969Z | Compiling byteorder v1.5.0 |
| 631 | 2024-08-12T21:55:39.157Z | Compiling cc v1.1.10 |
| 632 | 2024-08-12T21:55:39.601Z | Compiling getrandom v0.2.15 |
| 633 | 2024-08-12T21:55:39.608Z | Compiling num-traits v0.2.19 |
| 634 | 2024-08-12T21:55:39.725Z | Compiling quote v1.0.36 |
| 635 | 2024-08-12T21:55:39.939Z | Compiling pin-project-lite v0.2.14 |
| 636 | 2024-08-12T21:55:39.972Z | Compiling ryu v1.0.18 |
| 637 | 2024-08-12T21:55:40.105Z | Compiling syn v2.0.74 |
| 638 | 2024-08-12T21:55:40.284Z | Compiling bytes v1.7.1 |
| 639 | 2024-08-12T21:55:40.384Z | Compiling log v0.4.22 |
| 640 | 2024-08-12T21:55:40.392Z | Compiling allocator-api2 v0.2.18 |
| 641 | 2024-08-12T21:55:40.522Z | Compiling schemars v0.8.21 |
| 642 | 2024-08-12T21:55:40.834Z | Compiling lock_api v0.4.12 |
| 643 | 2024-08-12T21:55:40.861Z | Compiling parking_lot_core v0.9.10 |
| 644 | 2024-08-12T21:55:40.922Z | Compiling smallvec v1.13.2 |
| 645 | 2024-08-12T21:55:40.993Z | Compiling scopeguard v1.2.0 |
| 646 | 2024-08-12T21:55:41.142Z | Compiling futures-core v0.3.30 |
| 647 | 2024-08-12T21:55:41.235Z | Compiling signal-hook-registry v1.4.2 |
| 648 | 2024-08-12T21:55:41.388Z | Compiling socket2 v0.5.7 |
| 649 | 2024-08-12T21:55:41.422Z | Compiling mio v1.0.2 |
| 650 | 2024-08-12T21:55:41.853Z | Compiling parking_lot v0.12.3 |
| 651 | 2024-08-12T21:55:42.214Z | Compiling slab v0.4.9 |
| 652 | 2024-08-12T21:55:42.265Z | Compiling futures-sink v0.3.30 |
| 653 | 2024-08-12T21:55:42.310Z | Compiling ring v0.17.8 |
| 654 | 2024-08-12T21:55:42.413Z | Compiling spin v0.9.8 |
| 655 | 2024-08-12T21:55:42.696Z | Compiling semver v1.0.23 |
| 656 | 2024-08-12T21:55:42.846Z | Compiling fnv v1.0.7 |
| 657 | 2024-08-12T21:55:42.976Z | Compiling untrusted v0.9.0 |
| 658 | 2024-08-12T21:55:43.090Z | Compiling equivalent v1.0.1 |
| 659 | 2024-08-12T21:55:43.164Z | Compiling futures-channel v0.3.30 |
| 660 | 2024-08-12T21:55:43.244Z | Compiling futures-io v0.3.30 |
| 661 | 2024-08-12T21:55:43.407Z | Compiling pkg-config v0.3.30 |
| 662 | 2024-08-12T21:55:43.489Z | Compiling vcpkg v0.2.15 |
| 663 | 2024-08-12T21:55:43.575Z | Compiling heck v0.5.0 |
| 664 | 2024-08-12T21:55:43.603Z | Compiling futures-task v0.3.30 |
| 665 | 2024-08-12T21:55:43.606Z | Compiling pin-utils v0.1.0 |
| 666 | 2024-08-12T21:55:44.007Z | Compiling iana-time-zone v0.1.60 |
| 667 | 2024-08-12T21:55:44.065Z | Compiling ucd-trie v0.1.6 |
| 668 | 2024-08-12T21:55:44.562Z | Compiling http v0.2.12 |
| 669 | 2024-08-12T21:55:44.846Z | Compiling httparse v1.9.4 |
| 670 | 2024-08-12T21:55:44.887Z | Compiling dyn-clone v1.0.17 |
| 671 | 2024-08-12T21:55:45.165Z | Compiling openssl-sys v0.9.103 |
| 672 | 2024-08-12T21:55:45.721Z | Compiling tracing-core v0.1.32 |
| 673 | 2024-08-12T21:55:45.873Z | Compiling chrono v0.4.38 |
| 674 | 2024-08-12T21:55:46.075Z | Compiling uuid v1.10.0 |
| 675 | 2024-08-12T21:55:46.647Z | Compiling tracing v0.1.40 |
| 676 | 2024-08-12T21:55:47.343Z | Compiling serde_derive_internals v0.29.1 |
| 677 | 2024-08-12T21:55:48.136Z | Compiling openssl v0.10.66 |
| 678 | 2024-08-12T21:55:48.678Z | Compiling slog v2.7.0 |
| 679 | 2024-08-12T21:55:48.951Z | Compiling foreign-types-shared v0.1.1 |
| 680 | 2024-08-12T21:55:49.051Z | Compiling try-lock v0.2.5 |
| 681 | 2024-08-12T21:55:49.059Z | Compiling foreign-types v0.3.2 |
| 682 | 2024-08-12T21:55:49.154Z | Compiling want v0.3.1 |
| 683 | 2024-08-12T21:55:49.444Z | Compiling http-body v0.4.6 |
| 684 | 2024-08-12T21:55:49.479Z | Compiling aho-corasick v1.1.3 |
| 685 | 2024-08-12T21:55:49.673Z | Compiling bitflags v2.6.0 |
| 686 | 2024-08-12T21:55:49.943Z | Compiling typenum v1.17.0 |
| 687 | 2024-08-12T21:55:50.026Z | Compiling native-tls v0.2.12 |
| 688 | 2024-08-12T21:55:50.434Z | Compiling percent-encoding v2.3.1 |
| 689 | 2024-08-12T21:55:50.557Z | Compiling tinyvec_macros v0.1.1 |
| 690 | 2024-08-12T21:55:50.645Z | Compiling httpdate v1.0.3 |
| 691 | 2024-08-12T21:55:50.767Z | Compiling regex-syntax v0.8.4 |
| 692 | 2024-08-12T21:55:50.908Z | Compiling rustls v0.21.12 |
| 693 | 2024-08-12T21:55:50.977Z | Compiling tower-service v0.3.2 |
| 694 | 2024-08-12T21:55:51.145Z | Compiling tinyvec v1.8.0 |
| 695 | 2024-08-12T21:55:51.247Z | Compiling form_urlencoded v1.2.1 |
| 696 | 2024-08-12T21:55:51.840Z | Compiling generic-array v0.14.7 |
| 697 | 2024-08-12T21:55:52.202Z | Compiling openssl-probe v0.1.5 |
| 698 | 2024-08-12T21:55:52.901Z | Compiling unicode-normalization v0.1.23 |
| 699 | 2024-08-12T21:55:52.926Z | Compiling serde_derive v1.0.207 |
| 700 | 2024-08-12T21:55:53.453Z | Compiling zerocopy-derive v0.7.35 |
| 701 | 2024-08-12T21:55:53.828Z | Compiling thiserror-impl v1.0.63 |
| 702 | 2024-08-12T21:55:53.946Z | Compiling schemars_derive v0.8.21 |
| 703 | 2024-08-12T21:55:54.176Z | Compiling tokio-macros v2.4.0 |
| 704 | 2024-08-12T21:55:55.581Z | Compiling zerocopy v0.7.35 |
| 705 | 2024-08-12T21:55:56.673Z | Compiling tokio v1.39.2 |
| 706 | 2024-08-12T21:55:56.841Z | Compiling futures-macro v0.3.30 |
| 707 | 2024-08-12T21:55:57.021Z | Compiling pest v2.7.11 |
| 708 | 2024-08-12T21:55:57.841Z | Compiling hashbrown v0.14.5 |
| 709 | 2024-08-12T21:55:58.824Z | Compiling futures-util v0.3.30 |
| 710 | 2024-08-12T21:55:59.425Z | Compiling regress v0.10.0 |
| 711 | 2024-08-12T21:55:59.502Z | Compiling openssl-macros v0.1.1 |
| 712 | 2024-08-12T21:55:59.995Z | Compiling pest_meta v2.7.11 |
| 713 | 2024-08-12T21:56:04.109Z | Compiling pest_generator v2.7.11 |
| 714 | 2024-08-12T21:56:04.410Z | Compiling sct v0.7.1 |
| 715 | 2024-08-12T21:56:04.856Z | Compiling rustls-webpki v0.101.7 |
| 716 | 2024-08-12T21:56:05.951Z | Compiling tokio-util v0.7.11 |
| 717 | 2024-08-12T21:56:06.047Z | Compiling pest_derive v2.7.11 |
| 718 | 2024-08-12T21:56:06.989Z | Compiling regex-automata v0.4.7 |
| 719 | 2024-08-12T21:56:08.323Z | Compiling indexmap v2.3.0 |
| 720 | 2024-08-12T21:56:09.116Z | Compiling serde_tokenstream v0.2.1 |
| 721 | 2024-08-12T21:56:12.276Z | Compiling h2 v0.3.26 |
| 722 | 2024-08-12T21:56:14.639Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 723 | 2024-08-12T21:56:15.589Z | Compiling regex v1.10.6 |
| 724 | 2024-08-12T21:56:18.167Z | Compiling hyper v0.14.30 |
| 725 | 2024-08-12T21:56:20.428Z | Compiling scroll_derive v0.12.0 |
| 726 | 2024-08-12T21:56:27.241Z | Compiling usdt-impl v0.5.0 |
| 727 | 2024-08-12T21:56:27.265Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 728 | 2024-08-12T21:56:27.662Z | Compiling encoding_rs v0.8.34 |
| 729 | 2024-08-12T21:56:28.806Z | Compiling time-core v0.1.2 |
| 730 | 2024-08-12T21:56:28.981Z | Compiling powerfmt v0.2.0 |
| 731 | 2024-08-12T21:56:29.490Z | Compiling unicode-bidi v0.3.15 |
| 732 | 2024-08-12T21:56:31.475Z | Compiling mime v0.3.17 |
| 733 | 2024-08-12T21:56:32.597Z | Compiling num-conv v0.1.0 |
| 734 | 2024-08-12T21:56:32.885Z | Compiling time-macros v0.2.18 |
| 735 | 2024-08-12T21:56:36.025Z | Compiling idna v0.5.0 |
| 736 | 2024-08-12T21:56:36.419Z | Compiling deranged v0.3.11 |
| 737 | 2024-08-12T21:56:38.732Z | Compiling scroll v0.12.0 |
| 738 | 2024-08-12T21:56:38.763Z | Compiling tokio-rustls v0.24.1 |
| 739 | 2024-08-12T21:56:38.818Z | Compiling tokio-native-tls v0.3.1 |
| 740 | 2024-08-12T21:56:39.113Z | Compiling dof v0.3.0 |
| 741 | 2024-08-12T21:56:39.206Z | Compiling serde_urlencoded v0.7.1 |
| 742 | 2024-08-12T21:56:39.361Z | Compiling dtrace-parser v0.2.0 |
| 743 | 2024-08-12T21:56:40.032Z | Compiling thread-id v4.2.2 |
| 744 | 2024-08-12T21:56:41.135Z | Compiling rustls-pki-types v1.8.0 |
| 745 | 2024-08-12T21:56:41.277Z | Compiling crossbeam-utils v0.8.20 |
| 746 | 2024-08-12T21:56:41.612Z | Compiling strsim v0.11.1 |
| 747 | 2024-08-12T21:56:42.089Z | Compiling base64 v0.21.7 |
| 748 | 2024-08-12T21:56:42.348Z | Compiling plain v0.2.3 |
| 749 | 2024-08-12T21:56:43.275Z | Compiling num_threads v0.1.7 |
| 750 | 2024-08-12T21:56:43.396Z | Compiling ident_case v1.0.1 |
| 751 | 2024-08-12T21:56:43.570Z | Compiling omicron-workspace-hack v0.1.0 |
| 752 | 2024-08-12T21:56:43.639Z | Compiling darling_core v0.20.10 |
| 753 | 2024-08-12T21:56:43.834Z | Compiling time v0.3.36 |
| 754 | 2024-08-12T21:56:45.927Z | Compiling rustls-pemfile v1.0.4 |
| 755 | 2024-08-12T21:56:46.724Z | Compiling goblin v0.8.2 |
| 756 | 2024-08-12T21:56:49.896Z | Compiling hyper-rustls v0.24.2 |
| 757 | 2024-08-12T21:56:50.359Z | Compiling hyper-tls v0.5.0 |
| 758 | 2024-08-12T21:56:50.843Z | Compiling url v2.5.2 |
| 759 | 2024-08-12T21:56:51.797Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#5fbffc05) |
| 760 | 2024-08-12T21:56:51.924Z | Compiling openapiv3 v2.0.0 |
| 761 | 2024-08-12T21:56:54.598Z | Compiling dirs-sys-next v0.1.2 |
| 762 | 2024-08-12T21:56:56.209Z | Compiling paste v1.0.15 |
| 763 | 2024-08-12T21:56:56.469Z | Compiling pretty-hex v0.4.1 |
| 764 | 2024-08-12T21:56:56.697Z | Compiling unsafe-libyaml v0.2.11 |
| 765 | 2024-08-12T21:56:56.735Z | Compiling rustls v0.22.4 |
| 766 | 2024-08-12T21:56:56.745Z | Compiling rustversion v1.0.17 |
| 767 | 2024-08-12T21:56:57.102Z | Compiling sync_wrapper v0.1.2 |
| 768 | 2024-08-12T21:56:57.226Z | Compiling webpki-roots v0.25.4 |
| 769 | 2024-08-12T21:56:57.399Z | Compiling ipnet v2.9.0 |
| 770 | 2024-08-12T21:56:58.524Z | Compiling serde_yaml v0.9.34+deprecated |
| 771 | 2024-08-12T21:56:58.770Z | Compiling reqwest v0.11.27 |
| 772 | 2024-08-12T21:57:00.164Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 773 | 2024-08-12T21:57:00.179Z | Compiling dirs-next v2.0.0 |
| 774 | 2024-08-12T21:57:02.457Z | Compiling darling_macro v0.20.10 |
| 775 | 2024-08-12T21:57:03.959Z | Compiling rustls-webpki v0.102.6 |
| 776 | 2024-08-12T21:57:04.064Z | Compiling block-buffer v0.10.4 |
| 777 | 2024-08-12T21:57:04.304Z | Compiling crypto-common v0.1.6 |
| 778 | 2024-08-12T21:57:04.504Z | Compiling toml_datetime v0.6.8 |
| 779 | 2024-08-12T21:57:05.173Z | Compiling serde_spanned v0.6.7 |
| 780 | 2024-08-12T21:57:05.356Z | Compiling ppv-lite86 v0.2.20 |
| 781 | 2024-08-12T21:57:05.413Z | Compiling structmeta-derive v0.3.0 |
| 782 | 2024-08-12T21:57:06.265Z | Compiling rand_core v0.6.4 |
| 783 | 2024-08-12T21:57:06.864Z | Compiling thread_local v1.1.8 |
| 784 | 2024-08-12T21:57:06.871Z | Compiling multer v3.1.0 |
| 785 | 2024-08-12T21:57:07.038Z | Compiling zeroize v1.8.1 |
| 786 | 2024-08-12T21:57:07.227Z | Compiling subtle v2.6.1 |
| 787 | 2024-08-12T21:57:07.364Z | Compiling anyhow v1.0.86 |
| 788 | 2024-08-12T21:57:07.487Z | Compiling winnow v0.6.18 |
| 789 | 2024-08-12T21:57:07.602Z | Compiling camino v1.1.7 |
| 790 | 2024-08-12T21:57:07.951Z | Compiling match_cfg v0.1.0 |
| 791 | 2024-08-12T21:57:08.034Z | Compiling slog-async v2.8.0 |
| 792 | 2024-08-12T21:57:08.187Z | Compiling structmeta v0.3.0 |
| 793 | 2024-08-12T21:57:08.248Z | Compiling hostname v0.3.1 |
| 794 | 2024-08-12T21:57:08.544Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 795 | 2024-08-12T21:57:08.601Z | Compiling rand_chacha v0.3.1 |
| 796 | 2024-08-12T21:57:10.360Z | Compiling digest v0.10.7 |
| 797 | 2024-08-12T21:57:10.760Z | Compiling crossbeam-channel v0.5.13 |
| 798 | 2024-08-12T21:57:11.709Z | Compiling toml_edit v0.22.20 |
| 799 | 2024-08-12T21:57:12.442Z | Compiling darling v0.20.10 |
| 800 | 2024-08-12T21:57:12.546Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 801 | 2024-08-12T21:57:14.224Z | Compiling term v0.7.0 |
| 802 | 2024-08-12T21:57:20.043Z | Compiling usdt-attr-macro v0.5.0 |
| 803 | 2024-08-12T21:57:21.266Z | Compiling usdt-macro v0.5.0 |
| 804 | 2024-08-12T21:57:21.536Z | Compiling slog-json v2.6.1 |
| 805 | 2024-08-12T21:57:22.022Z | Compiling futures-executor v0.3.30 |
| 806 | 2024-08-12T21:57:22.617Z | Compiling async-stream-impl v0.3.5 |
| 807 | 2024-08-12T21:57:23.203Z | Compiling http v1.1.0 |
| 808 | 2024-08-12T21:57:23.910Z | Compiling memmap v0.7.0 |
| 809 | 2024-08-12T21:57:23.971Z | Compiling is-terminal v0.4.12 |
| 810 | 2024-08-12T21:57:24.088Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 811 | 2024-08-12T21:57:24.345Z | Compiling base64 v0.22.1 |
| 812 | 2024-08-12T21:57:24.446Z | Compiling cpufeatures v0.2.13 |
| 813 | 2024-08-12T21:57:24.536Z | Compiling take_mut v0.2.2 |
| 814 | 2024-08-12T21:57:24.692Z | Compiling atomic-waker v1.1.2 |
| 815 | 2024-08-12T21:57:24.864Z | Compiling rustls-pemfile v2.1.3 |
| 816 | 2024-08-12T21:57:25.649Z | Compiling waitgroup v0.1.2 |
| 817 | 2024-08-12T21:57:27.915Z | Compiling sha1 v0.10.6 |
| 818 | 2024-08-12T21:57:28.303Z | Compiling usdt v0.5.0 |
| 819 | 2024-08-12T21:57:28.691Z | Compiling slog-term v2.9.1 |
| 820 | 2024-08-12T21:57:29.425Z | Compiling async-stream v0.3.5 |
| 821 | 2024-08-12T21:57:29.762Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
| 822 | 2024-08-12T21:57:29.878Z | Compiling futures v0.3.30 |
| 823 | 2024-08-12T21:57:29.982Z | Compiling slog-bunyan v2.5.0 |
| 824 | 2024-08-12T21:57:30.031Z | Compiling strum_macros v0.26.4 |
| 825 | 2024-08-12T21:57:30.250Z | Compiling toml v0.8.19 |
| 826 | 2024-08-12T21:57:31.600Z | Compiling tokio-rustls v0.25.0 |
| 827 | 2024-08-12T21:57:32.023Z | Compiling serde_with_macros v3.9.0 |
| 828 | 2024-08-12T21:57:34.690Z | Compiling rand v0.8.5 |
| 829 | 2024-08-12T21:57:34.795Z | Compiling parse-display-derive v0.10.0 |
| 830 | 2024-08-12T21:57:36.595Z | Compiling newtype-uuid v1.1.0 |
| 831 | 2024-08-12T21:57:36.916Z | Compiling ipnetwork v0.20.0 |
| 832 | 2024-08-12T21:57:37.735Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f943c9f7) |
| 833 | 2024-08-12T21:57:37.899Z | Compiling serde_path_to_error v0.1.16 |
| 834 | 2024-08-12T21:57:38.791Z | Compiling hex v0.4.3 |
| 835 | 2024-08-12T21:57:38.924Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 836 | 2024-08-12T21:57:39.475Z | Compiling async-trait v0.1.81 |
| 837 | 2024-08-12T21:57:39.758Z | Compiling hostname v0.4.0 |
| 838 | 2024-08-12T21:57:39.998Z | Compiling instant v0.1.13 |
| 839 | 2024-08-12T21:57:40.145Z | Compiling debug-ignore v1.0.5 |
| 840 | 2024-08-12T21:57:40.286Z | Compiling backoff v0.4.0 |
| 841 | 2024-08-12T21:57:40.622Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 842 | 2024-08-12T21:57:40.817Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 843 | 2024-08-12T21:57:40.981Z | Compiling parse-display v0.10.0 |
| 844 | 2024-08-12T21:57:41.389Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 845 | 2024-08-12T21:57:41.641Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 846 | 2024-08-12T21:57:42.126Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 847 | 2024-08-12T21:57:42.159Z | Compiling serde_with v3.9.0 |
| 848 | 2024-08-12T21:57:43.122Z | Compiling strum v0.26.3 |
| 849 | 2024-08-12T21:57:43.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 850 | 2024-08-12T21:57:44.210Z | Compiling macaddr v1.0.1 |
| 851 | 2024-08-12T21:57:44.862Z | Compiling regress v0.9.1 |
| 852 | 2024-08-12T21:57:49.259Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 853 | 2024-08-12T21:58:00.038Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 854 | 2024-08-12T21:58:08.728Z | Finished `release` profile [optimized] target(s) in 2m 30s |
| 855 | 2024-08-12T21:58:08.791Z | process exited: duration 227730 ms, exit code 0 |
| |
| 856 | 2024-08-12T21:58:08.797Z | found 0 output files |