|
|
|
| 1 | 2024-08-30T18:23:05.556Z | job assigned to worker 01J6J8C0TSYYPKXW7Z7AF6TM7Y (queued for 1 m 0 s) |
| |
| 2 | 2024-08-30T18:23:13.221Z | starting task 0: "setup" |
| 3 | 2024-08-30T18:23:13.231Z | ++ uname -s |
| 4 | 2024-08-30T18:23:13.234Z | + kern=SunOS |
| 5 | 2024-08-30T18:23:13.234Z | + case "$kern" in |
| 6 | 2024-08-30T18:23:13.234Z | + groupadd -g 12345 build |
| 7 | 2024-08-30T18:23:13.237Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-30T18:23:15.246Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-30T18:23:15.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-30T18:23:15.387Z | + home_fs=zfs |
| 11 | 2024-08-30T18:23:15.387Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-30T18:23:15.387Z | + mkdir -p /home/build |
| 13 | 2024-08-30T18:23:15.391Z | + chown build:build /home/build /work |
| 14 | 2024-08-30T18:23:17.391Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-30T18:23:17.394Z | process exited: duration 4174 ms, exit code 0 |
| |
| 16 | 2024-08-30T18:23:17.399Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-30T18:23:17.405Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-30T18:23:17.405Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-30T18:23:17.405Z | * toolchain profile = "default" |
| 20 | 2024-08-30T18:23:17.405Z | ' 1.80.1 |
| 21 | 2024-08-30T18:23:17.405Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-30T18:23:17.405Z | ' default |
| 23 | 2024-08-30T18:23:17.408Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-30T18:23:17.408Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-30T18:23:17.526Z | info: downloading installer |
| 26 | 2024-08-30T18:23:18.850Z | info: profile set to 'default' |
| 27 | 2024-08-30T18:23:18.850Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-30T18:23:18.852Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-30T18:23:18.995Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-30T18:23:18.995Z | info: downloading component 'cargo' |
| 31 | 2024-08-30T18:23:19.804Z | info: downloading component 'clippy' |
| 32 | 2024-08-30T18:23:20.092Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-30T18:23:21.217Z | info: downloading component 'rust-std' |
| 34 | 2024-08-30T18:23:22.802Z | info: downloading component 'rustc' |
| 35 | 2024-08-30T18:23:27.262Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-30T18:23:27.502Z | info: installing component 'cargo' |
| 37 | 2024-08-30T18:23:28.366Z | info: installing component 'clippy' |
| 38 | 2024-08-30T18:23:28.742Z | info: installing component 'rust-docs' |
| 39 | 2024-08-30T18:23:30.383Z | info: installing component 'rust-std' |
| 40 | 2024-08-30T18:23:32.088Z | info: installing component 'rustc' |
| 41 | 2024-08-30T18:23:36.474Z | info: installing component 'rustfmt' |
| 42 | 2024-08-30T18:23:36.807Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-30T18:23:36.807Z | |
| 44 | 2024-08-30T18:23:37.076Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-30T18:23:37.076Z | |
| 46 | 2024-08-30T18:23:37.080Z | |
| 47 | 2024-08-30T18:23:37.080Z | Rust is installed now. Great! |
| 48 | 2024-08-30T18:23:37.080Z | |
| 49 | 2024-08-30T18:23:37.080Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-30T18:23:37.080Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-30T18:23:37.080Z | |
| 52 | 2024-08-30T18:23:37.080Z | To configure your current shell, you need to source |
| 53 | 2024-08-30T18:23:37.080Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-30T18:23:37.080Z | |
| 55 | 2024-08-30T18:23:37.080Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-30T18:23:37.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-30T18:23:37.081Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-30T18:23:37.130Z | + rustc --version |
| 59 | 2024-08-30T18:23:37.191Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-30T18:23:37.195Z | process exited: duration 19787 ms, exit code 0 |
| |
| 61 | 2024-08-30T18:23:37.205Z | starting task 2: "authentication" |
| 62 | 2024-08-30T18:23:37.225Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-08-30T18:23:37.232Z | starting task 3: "clone repository" |
| 64 | 2024-08-30T18:23:37.237Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-30T18:23:37.242Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-30T18:23:37.294Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-30T18:23:42.143Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-30T18:23:42.143Z | + git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 69 | 2024-08-30T18:23:42.433Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-30T18:23:42.433Z | * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD |
| 71 | 2024-08-30T18:23:42.539Z | + [[ -n hubris-support-keys ]] |
| 72 | 2024-08-30T18:23:42.539Z | ++ git branch --show-current |
| 73 | 2024-08-30T18:23:42.539Z | + current=main |
| 74 | 2024-08-30T18:23:42.539Z | + [[ main != hubris-support-keys ]] |
| 75 | 2024-08-30T18:23:42.539Z | + git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 76 | 2024-08-30T18:23:42.539Z | + git checkout -f hubris-support-keys |
| 77 | 2024-08-30T18:23:42.540Z | Switched to branch 'hubris-support-keys' |
| 78 | 2024-08-30T18:23:42.540Z | + git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 79 | 2024-08-30T18:23:42.615Z | HEAD is now at dc10290f4 Add details on support keys |
| 80 | 2024-08-30T18:23:42.615Z | process exited: duration 5305 ms, exit code 0 |
| |
| 81 | 2024-08-30T18:23:42.695Z | starting task 4: "build" |
| 82 | 2024-08-30T18:23:42.712Z | + cargo --version |
| 83 | 2024-08-30T18:23:42.752Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-30T18:23:42.756Z | + rustc --version |
| 85 | 2024-08-30T18:23:42.799Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-30T18:23:42.805Z | + cd /tmp |
| 87 | 2024-08-30T18:23:42.805Z | + cargo new --lib test-project |
| 88 | 2024-08-30T18:23:42.858Z | Creating library `test-project` package |
| 89 | 2024-08-30T18:23:42.930Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-30T18:23:42.934Z | + cd test-project |
| 91 | 2024-08-30T18:23:42.934Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-30T18:23:42.987Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-30T18:23:42.987Z | Features: |
| 94 | 2024-08-30T18:23:42.987Z | - proptest |
| 95 | 2024-08-30T18:23:42.987Z | - test-strategy |
| 96 | 2024-08-30T18:23:42.987Z | - testing |
| 97 | 2024-08-30T18:23:42.990Z | Updating crates.io index |
| 98 | 2024-08-30T18:23:43.073Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-30T18:23:44.021Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-30T18:23:44.767Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-30T18:23:45.145Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-30T18:23:46.851Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-30T18:23:47.237Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-30T18:23:47.665Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-30T18:23:51.091Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-08-30T18:23:51.093Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-30T18:23:51.094Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-30T18:23:51.094Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-30T18:23:51.094Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-30T18:23:51.094Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-30T18:23:51.094Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-30T18:23:51.094Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-30T18:23:51.096Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-30T18:23:51.096Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 115 | 2024-08-30T18:23:51.096Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-30T18:23:51.096Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-30T18:23:51.096Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-30T18:23:51.096Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-30T18:23:51.096Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-30T18:23:51.097Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-30T18:23:51.097Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-30T18:23:51.097Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-30T18:23:51.097Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-30T18:23:51.097Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 125 | 2024-08-30T18:23:51.100Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 126 | 2024-08-30T18:23:51.100Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-30T18:23:51.100Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-30T18:23:51.102Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 129 | 2024-08-30T18:23:51.105Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-30T18:23:51.105Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-30T18:23:51.108Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-30T18:23:51.108Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
| 133 | 2024-08-30T18:23:51.111Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-30T18:23:51.111Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
| 135 | 2024-08-30T18:23:51.111Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-30T18:23:51.111Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-30T18:23:51.113Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-30T18:23:51.113Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-30T18:23:51.113Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-30T18:23:51.116Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-30T18:23:51.116Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-30T18:23:51.116Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-30T18:23:51.116Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-30T18:23:51.116Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-30T18:23:51.116Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-30T18:23:51.116Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-30T18:23:51.116Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-30T18:23:51.116Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-30T18:23:51.117Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-30T18:23:51.117Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-30T18:23:51.117Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-30T18:23:51.117Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-30T18:23:51.117Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-30T18:23:51.187Z | + cargo check |
| 155 | 2024-08-30T18:23:51.427Z | Downloading crates ... |
| 156 | 2024-08-30T18:23:51.486Z | Downloaded async-stream v0.3.5 |
| 157 | 2024-08-30T18:23:51.491Z | Downloaded backoff v0.4.0 |
| 158 | 2024-08-30T18:23:51.494Z | Downloaded async-trait v0.1.81 |
| 159 | 2024-08-30T18:23:51.498Z | Downloaded anyhow v1.0.86 |
| 160 | 2024-08-30T18:23:51.502Z | Downloaded foreign-types v0.3.2 |
| 161 | 2024-08-30T18:23:51.504Z | Downloaded equivalent v1.0.1 |
| 162 | 2024-08-30T18:23:51.504Z | Downloaded ident_case v1.0.1 |
| 163 | 2024-08-30T18:23:51.507Z | Downloaded openssl-probe v0.1.5 |
| 164 | 2024-08-30T18:23:51.510Z | Downloaded num_threads v0.1.7 |
| 165 | 2024-08-30T18:23:51.510Z | Downloaded instant v0.1.13 |
| 166 | 2024-08-30T18:23:51.513Z | Downloaded num-conv v0.1.0 |
| 167 | 2024-08-30T18:23:51.513Z | Downloaded match_cfg v0.1.0 |
| 168 | 2024-08-30T18:23:51.517Z | Downloaded async-stream-impl v0.3.5 |
| 169 | 2024-08-30T18:23:51.519Z | Downloaded futures-task v0.3.30 |
| 170 | 2024-08-30T18:23:51.519Z | Downloaded hex v0.4.3 |
| 171 | 2024-08-30T18:23:51.522Z | Downloaded parking_lot_core v0.9.10 |
| 172 | 2024-08-30T18:23:51.524Z | Downloaded want v0.3.1 |
| 173 | 2024-08-30T18:23:51.524Z | Downloaded futures-macro v0.3.30 |
| 174 | 2024-08-30T18:23:51.527Z | Downloaded futures-core v0.3.30 |
| 175 | 2024-08-30T18:23:51.527Z | Downloaded hyper-tls v0.5.0 |
| 176 | 2024-08-30T18:23:51.529Z | Downloaded pretty-hex v0.4.1 |
| 177 | 2024-08-30T18:23:51.529Z | Downloaded generic-array v0.14.7 |
| 178 | 2024-08-30T18:23:51.531Z | Downloaded atomic-waker v1.1.2 |
| 179 | 2024-08-30T18:23:51.531Z | Downloaded sync_wrapper v0.1.2 |
| 180 | 2024-08-30T18:23:51.534Z | Downloaded mime v0.3.17 |
| 181 | 2024-08-30T18:23:51.534Z | Downloaded parse-display-derive v0.10.0 |
| 182 | 2024-08-30T18:23:51.536Z | Downloaded usdt-impl v0.5.0 |
| 183 | 2024-08-30T18:23:51.536Z | Downloaded itoa v1.0.11 |
| 184 | 2024-08-30T18:23:51.540Z | Downloaded ipnetwork v0.20.0 |
| 185 | 2024-08-30T18:23:51.543Z | Downloaded version_check v0.9.5 |
| 186 | 2024-08-30T18:23:51.543Z | Downloaded dyn-clone v1.0.17 |
| 187 | 2024-08-30T18:23:51.545Z | Downloaded rustls-pemfile v1.0.4 |
| 188 | 2024-08-30T18:23:51.545Z | Downloaded crypto-common v0.1.6 |
| 189 | 2024-08-30T18:23:51.548Z | Downloaded serde_tokenstream v0.2.2 |
| 190 | 2024-08-30T18:23:51.550Z | Downloaded signal-hook-registry v1.4.2 |
| 191 | 2024-08-30T18:23:51.550Z | Downloaded once_cell v1.19.0 |
| 192 | 2024-08-30T18:23:51.553Z | Downloaded slog-async v2.8.0 |
| 193 | 2024-08-30T18:23:51.556Z | Downloaded waitgroup v0.1.2 |
| 194 | 2024-08-30T18:23:51.556Z | Downloaded rustversion v1.0.17 |
| 195 | 2024-08-30T18:23:51.561Z | Downloaded parking_lot v0.12.3 |
| 196 | 2024-08-30T18:23:51.563Z | Downloaded usdt-macro v0.5.0 |
| 197 | 2024-08-30T18:23:51.563Z | Downloaded serde_path_to_error v0.1.16 |
| 198 | 2024-08-30T18:23:51.563Z | Downloaded foreign-types-shared v0.1.1 |
| 199 | 2024-08-30T18:23:51.563Z | Downloaded subtle v2.6.1 |
| 200 | 2024-08-30T18:23:51.566Z | Downloaded dtrace-parser v0.2.0 |
| 201 | 2024-08-30T18:23:51.566Z | Downloaded structmeta v0.3.0 |
| 202 | 2024-08-30T18:23:51.566Z | Downloaded darling_macro v0.20.10 |
| 203 | 2024-08-30T18:23:51.568Z | Downloaded schemars_derive v0.8.21 |
| 204 | 2024-08-30T18:23:51.571Z | Downloaded pkg-config v0.3.30 |
| 205 | 2024-08-30T18:23:51.571Z | Downloaded openssl-macros v0.1.1 |
| 206 | 2024-08-30T18:23:51.571Z | Downloaded omicron-workspace-hack v0.1.0 |
| 207 | 2024-08-30T18:23:51.573Z | Downloaded zerocopy-derive v0.7.35 |
| 208 | 2024-08-30T18:23:51.576Z | Downloaded pest_generator v2.7.11 |
| 209 | 2024-08-30T18:23:51.580Z | Downloaded sct v0.7.1 |
| 210 | 2024-08-30T18:23:51.582Z | Downloaded camino v1.1.9 |
| 211 | 2024-08-30T18:23:51.586Z | Downloaded slog-json v2.6.1 |
| 212 | 2024-08-30T18:23:51.586Z | Downloaded percent-encoding v2.3.1 |
| 213 | 2024-08-30T18:23:51.586Z | Downloaded rustls-pki-types v1.8.0 |
| 214 | 2024-08-30T18:23:51.588Z | Downloaded tower-service v0.3.3 |
| 215 | 2024-08-30T18:23:51.589Z | Downloaded scroll_derive v0.12.0 |
| 216 | 2024-08-30T18:23:51.591Z | Downloaded time-core v0.1.2 |
| 217 | 2024-08-30T18:23:51.591Z | Downloaded tinyvec_macros v0.1.1 |
| 218 | 2024-08-30T18:23:51.591Z | Downloaded quote v1.0.37 |
| 219 | 2024-08-30T18:23:51.594Z | Downloaded ahash v0.8.11 |
| 220 | 2024-08-30T18:23:51.597Z | Downloaded usdt-attr-macro v0.5.0 |
| 221 | 2024-08-30T18:23:51.599Z | Downloaded dirs-sys-next v0.1.2 |
| 222 | 2024-08-30T18:23:51.599Z | Downloaded block-buffer v0.10.4 |
| 223 | 2024-08-30T18:23:51.599Z | Downloaded futures-executor v0.3.30 |
| 224 | 2024-08-30T18:23:51.602Z | Downloaded indexmap v1.9.3 |
| 225 | 2024-08-30T18:23:51.604Z | Downloaded term v0.7.0 |
| 226 | 2024-08-30T18:23:51.606Z | Downloaded spin v0.9.8 |
| 227 | 2024-08-30T18:23:51.609Z | Downloaded hostname v0.3.1 |
| 228 | 2024-08-30T18:23:51.611Z | Downloaded is-terminal v0.4.13 |
| 229 | 2024-08-30T18:23:51.611Z | Downloaded http-body v0.4.6 |
| 230 | 2024-08-30T18:23:51.614Z | Downloaded try-lock v0.2.5 |
| 231 | 2024-08-30T18:23:51.614Z | Downloaded macaddr v1.0.1 |
| 232 | 2024-08-30T18:23:51.617Z | Downloaded pin-project-lite v0.2.14 |
| 233 | 2024-08-30T18:23:51.619Z | Downloaded thiserror-impl v1.0.63 |
| 234 | 2024-08-30T18:23:51.622Z | Downloaded thread-id v4.2.2 |
| 235 | 2024-08-30T18:23:51.622Z | Downloaded ppv-lite86 v0.2.20 |
| 236 | 2024-08-30T18:23:51.626Z | Downloaded log v0.4.22 |
| 237 | 2024-08-30T18:23:51.628Z | Downloaded base64 v0.22.1 |
| 238 | 2024-08-30T18:23:51.631Z | Downloaded shlex v1.3.0 |
| 239 | 2024-08-30T18:23:51.631Z | Downloaded tokio-rustls v0.25.0 |
| 240 | 2024-08-30T18:23:51.634Z | Downloaded toml_datetime v0.6.8 |
| 241 | 2024-08-30T18:23:51.634Z | Downloaded serde_urlencoded v0.7.1 |
| 242 | 2024-08-30T18:23:51.636Z | Downloaded tokio-native-tls v0.3.1 |
| 243 | 2024-08-30T18:23:51.639Z | Downloaded strsim v0.11.1 |
| 244 | 2024-08-30T18:23:51.639Z | Downloaded serde_spanned v0.6.7 |
| 245 | 2024-08-30T18:23:51.643Z | Downloaded darling v0.20.10 |
| 246 | 2024-08-30T18:23:51.643Z | Downloaded sha1 v0.10.6 |
| 247 | 2024-08-30T18:23:51.645Z | Downloaded structmeta-derive v0.3.0 |
| 248 | 2024-08-30T18:23:51.645Z | Downloaded thiserror v1.0.63 |
| 249 | 2024-08-30T18:23:51.650Z | Downloaded uuid v1.10.0 |
| 250 | 2024-08-30T18:23:51.653Z | Downloaded paste v1.0.15 |
| 251 | 2024-08-30T18:23:51.658Z | Downloaded time-macros v0.2.18 |
| 252 | 2024-08-30T18:23:51.667Z | Downloaded base64 v0.21.7 |
| 253 | 2024-08-30T18:23:51.667Z | Downloaded unicode-ident v1.0.12 |
| 254 | 2024-08-30T18:23:51.670Z | Downloaded tokio-rustls v0.24.1 |
| 255 | 2024-08-30T18:23:51.670Z | Downloaded serde_with_macros v3.9.0 |
| 256 | 2024-08-30T18:23:51.670Z | Downloaded rustls-pemfile v2.1.3 |
| 257 | 2024-08-30T18:23:51.673Z | Downloaded crossbeam-utils v0.8.20 |
| 258 | 2024-08-30T18:23:51.675Z | Downloaded toml v0.8.19 |
| 259 | 2024-08-30T18:23:51.679Z | Downloaded strum_macros v0.26.4 |
| 260 | 2024-08-30T18:23:51.681Z | Downloaded unicode-bidi v0.3.15 |
| 261 | 2024-08-30T18:23:51.681Z | Downloaded semver v1.0.23 |
| 262 | 2024-08-30T18:23:51.684Z | Downloaded pest_meta v2.7.11 |
| 263 | 2024-08-30T18:23:51.686Z | Downloaded ucd-trie v0.1.6 |
| 264 | 2024-08-30T18:23:51.689Z | Downloaded memchr v2.7.4 |
| 265 | 2024-08-30T18:23:51.692Z | Downloaded num-traits v0.2.19 |
| 266 | 2024-08-30T18:23:51.694Z | Downloaded typenum v1.17.0 |
| 267 | 2024-08-30T18:23:51.697Z | Downloaded smallvec v1.13.2 |
| 268 | 2024-08-30T18:23:51.699Z | Downloaded serde v1.0.209 |
| 269 | 2024-08-30T18:23:51.702Z | Downloaded slog v2.7.0 |
| 270 | 2024-08-30T18:23:51.705Z | Downloaded futures v0.3.30 |
| 271 | 2024-08-30T18:23:51.709Z | Downloaded tracing-core v0.1.32 |
| 272 | 2024-08-30T18:23:51.712Z | Downloaded tinyvec v1.8.0 |
| 273 | 2024-08-30T18:23:51.715Z | Downloaded ryu v1.0.18 |
| 274 | 2024-08-30T18:23:51.718Z | Downloaded serde_yaml v0.9.34+deprecated |
| 275 | 2024-08-30T18:23:51.721Z | Downloaded indexmap v2.4.0 |
| 276 | 2024-08-30T18:23:51.725Z | Downloaded serde_derive v1.0.209 |
| 277 | 2024-08-30T18:23:51.728Z | Downloaded rand v0.8.5 |
| 278 | 2024-08-30T18:23:51.731Z | Downloaded url v2.5.2 |
| 279 | 2024-08-30T18:23:51.734Z | Downloaded crossbeam-channel v0.5.13 |
| 280 | 2024-08-30T18:23:51.739Z | Downloaded openssl-sys v0.9.103 |
| 281 | 2024-08-30T18:23:51.743Z | Downloaded pest v2.7.11 |
| 282 | 2024-08-30T18:23:51.748Z | Downloaded tracing v0.1.40 |
| 283 | 2024-08-30T18:23:51.754Z | Downloaded unicode-normalization v0.1.23 |
| 284 | 2024-08-30T18:23:51.760Z | Downloaded mio v1.0.2 |
| 285 | 2024-08-30T18:23:51.764Z | Downloaded hashbrown v0.14.5 |
| 286 | 2024-08-30T18:23:51.769Z | Downloaded serde_with v3.9.0 |
| 287 | 2024-08-30T18:23:51.774Z | Downloaded time v0.3.36 |
| 288 | 2024-08-30T18:23:51.781Z | Downloaded toml_edit v0.22.20 |
| 289 | 2024-08-30T18:23:51.810Z | Downloaded tokio-util v0.7.11 |
| 290 | 2024-08-30T18:23:51.818Z | Downloaded futures-util v0.3.30 |
| 291 | 2024-08-30T18:23:51.827Z | Downloaded goblin v0.8.2 |
| 292 | 2024-08-30T18:23:51.839Z | Downloaded zerocopy v0.7.35 |
| 293 | 2024-08-30T18:23:51.850Z | Downloaded serde_json v1.0.127 |
| 294 | 2024-08-30T18:23:51.857Z | Downloaded rustls-webpki v0.101.7 |
| 295 | 2024-08-30T18:23:51.875Z | Downloaded reqwest v0.11.27 |
| 296 | 2024-08-30T18:23:51.881Z | Downloaded rustls-webpki v0.102.7 |
| 297 | 2024-08-30T18:23:51.898Z | Downloaded vcpkg v0.2.15 |
| 298 | 2024-08-30T18:23:51.937Z | Downloaded rustls v0.21.12 |
| 299 | 2024-08-30T18:23:51.950Z | Downloaded syn v2.0.76 |
| 300 | 2024-08-30T18:23:51.961Z | Downloaded regress v0.10.0 |
| 301 | 2024-08-30T18:23:51.969Z | Downloaded rustls v0.22.4 |
| 302 | 2024-08-30T18:23:51.984Z | Downloaded tokio v1.40.0 |
| 303 | 2024-08-30T18:23:52.023Z | Downloaded libc v0.2.158 |
| 304 | 2024-08-30T18:23:52.055Z | Downloaded regex-automata v0.4.7 |
| 305 | 2024-08-30T18:23:52.070Z | Downloaded regress v0.9.1 |
| 306 | 2024-08-30T18:23:52.084Z | Downloaded encoding_rs v0.8.34 |
| 307 | 2024-08-30T18:23:52.095Z | Downloaded regex-syntax v0.8.4 |
| 308 | 2024-08-30T18:23:52.103Z | Downloaded regex v1.10.6 |
| 309 | 2024-08-30T18:23:52.115Z | Downloaded webpki-roots v0.25.4 |
| 310 | 2024-08-30T18:23:52.119Z | Downloaded openapiv3 v2.0.0 |
| 311 | 2024-08-30T18:23:52.131Z | Downloaded idna v0.5.0 |
| 312 | 2024-08-30T18:23:52.136Z | Downloaded openssl v0.10.66 |
| 313 | 2024-08-30T18:23:52.147Z | Downloaded chrono v0.4.38 |
| 314 | 2024-08-30T18:23:52.154Z | Downloaded hyper v0.14.30 |
| 315 | 2024-08-30T18:23:52.161Z | Downloaded h2 v0.3.26 |
| 316 | 2024-08-30T18:23:52.168Z | Downloaded winnow v0.6.18 |
| 317 | 2024-08-30T18:23:52.177Z | Downloaded hashbrown v0.12.3 |
| 318 | 2024-08-30T18:23:52.180Z | Downloaded aho-corasick v1.1.3 |
| 319 | 2024-08-30T18:23:52.185Z | Downloaded http v0.2.12 |
| 320 | 2024-08-30T18:23:52.189Z | Downloaded cc v1.1.15 |
| 321 | 2024-08-30T18:23:52.193Z | Downloaded schemars v0.8.21 |
| 322 | 2024-08-30T18:23:52.204Z | Downloaded http v1.1.0 |
| 323 | 2024-08-30T18:23:52.207Z | Downloaded proc-macro2 v1.0.86 |
| 324 | 2024-08-30T18:23:52.209Z | Downloaded bytes v1.7.1 |
| 325 | 2024-08-30T18:23:52.213Z | Downloaded rand_core v0.6.4 |
| 326 | 2024-08-30T18:23:52.215Z | Downloaded allocator-api2 v0.2.18 |
| 327 | 2024-08-30T18:23:52.219Z | Downloaded native-tls v0.2.12 |
| 328 | 2024-08-30T18:23:52.223Z | Downloaded ipnet v2.9.0 |
| 329 | 2024-08-30T18:23:52.223Z | Downloaded hyper-rustls v0.24.2 |
| 330 | 2024-08-30T18:23:52.230Z | Downloaded unsafe-libyaml v0.2.11 |
| 331 | 2024-08-30T18:23:52.230Z | Downloaded slog-term v2.9.1 |
| 332 | 2024-08-30T18:23:52.233Z | Downloaded slog-bunyan v2.5.0 |
| 333 | 2024-08-30T18:23:52.233Z | Downloaded slab v0.4.9 |
| 334 | 2024-08-30T18:23:52.233Z | Downloaded iana-time-zone v0.1.60 |
| 335 | 2024-08-30T18:23:52.233Z | Downloaded httpdate v1.0.3 |
| 336 | 2024-08-30T18:23:52.237Z | Downloaded futures-channel v0.3.30 |
| 337 | 2024-08-30T18:23:52.237Z | Downloaded scopeguard v1.2.0 |
| 338 | 2024-08-30T18:23:52.242Z | Downloaded tokio-macros v2.4.0 |
| 339 | 2024-08-30T18:23:52.242Z | Downloaded plain v0.2.3 |
| 340 | 2024-08-30T18:23:52.242Z | Downloaded pin-utils v0.1.0 |
| 341 | 2024-08-30T18:23:52.242Z | Downloaded thread_local v1.1.8 |
| 342 | 2024-08-30T18:23:52.246Z | Downloaded socket2 v0.5.7 |
| 343 | 2024-08-30T18:23:52.246Z | Downloaded pest_derive v2.7.11 |
| 344 | 2024-08-30T18:23:52.246Z | Downloaded newtype-uuid v1.1.0 |
| 345 | 2024-08-30T18:23:52.252Z | Downloaded zeroize v1.8.1 |
| 346 | 2024-08-30T18:23:52.252Z | Downloaded memmap v0.7.0 |
| 347 | 2024-08-30T18:23:52.252Z | Downloaded ring v0.17.8 |
| 348 | 2024-08-30T18:23:52.315Z | Downloaded darling_core v0.20.10 |
| 349 | 2024-08-30T18:23:52.319Z | Downloaded sha2 v0.10.8 |
| 350 | 2024-08-30T18:23:52.323Z | Downloaded futures-io v0.3.30 |
| 351 | 2024-08-30T18:23:52.324Z | Downloaded fnv v1.0.7 |
| 352 | 2024-08-30T18:23:52.324Z | Downloaded take_mut v0.2.2 |
| 353 | 2024-08-30T18:23:52.324Z | Downloaded serde_derive_internals v0.29.1 |
| 354 | 2024-08-30T18:23:52.339Z | Downloaded scroll v0.12.0 |
| 355 | 2024-08-30T18:23:52.339Z | Downloaded parse-display v0.10.0 |
| 356 | 2024-08-30T18:23:52.339Z | Downloaded heck v0.5.0 |
| 357 | 2024-08-30T18:23:52.339Z | Downloaded futures-sink v0.3.30 |
| 358 | 2024-08-30T18:23:52.339Z | Downloaded deranged v0.3.11 |
| 359 | 2024-08-30T18:23:52.339Z | Downloaded bitflags v2.6.0 |
| 360 | 2024-08-30T18:23:52.339Z | Downloaded multer v3.1.0 |
| 361 | 2024-08-30T18:23:52.346Z | Downloaded rand_chacha v0.3.1 |
| 362 | 2024-08-30T18:23:52.346Z | Downloaded lock_api v0.4.12 |
| 363 | 2024-08-30T18:23:52.346Z | Downloaded powerfmt v0.2.0 |
| 364 | 2024-08-30T18:23:52.346Z | Downloaded httparse v1.9.4 |
| 365 | 2024-08-30T18:23:52.346Z | Downloaded getrandom v0.2.15 |
| 366 | 2024-08-30T18:23:52.346Z | Downloaded usdt v0.5.0 |
| 367 | 2024-08-30T18:23:52.347Z | Downloaded untrusted v0.9.0 |
| 368 | 2024-08-30T18:23:52.347Z | Downloaded autocfg v1.3.0 |
| 369 | 2024-08-30T18:23:52.347Z | Downloaded strum v0.26.3 |
| 370 | 2024-08-30T18:23:52.353Z | Downloaded hostname v0.4.0 |
| 371 | 2024-08-30T18:23:52.353Z | Downloaded dof v0.3.0 |
| 372 | 2024-08-30T18:23:52.353Z | Downloaded cpufeatures v0.2.13 |
| 373 | 2024-08-30T18:23:52.353Z | Downloaded dirs-next v2.0.0 |
| 374 | 2024-08-30T18:23:52.354Z | Downloaded cfg-if v1.0.0 |
| 375 | 2024-08-30T18:23:52.354Z | Downloaded form_urlencoded v1.2.1 |
| 376 | 2024-08-30T18:23:52.358Z | Downloaded digest v0.10.7 |
| 377 | 2024-08-30T18:23:52.358Z | Downloaded debug-ignore v1.0.5 |
| 378 | 2024-08-30T18:23:52.358Z | Downloaded byteorder v1.5.0 |
| 379 | 2024-08-30T18:23:52.500Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-08-30T18:23:52.569Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-08-30T18:23:52.569Z | Compiling libc v0.2.158 |
| 382 | 2024-08-30T18:23:52.569Z | Checking cfg-if v1.0.0 |
| 383 | 2024-08-30T18:23:52.569Z | Compiling version_check v0.9.5 |
| 384 | 2024-08-30T18:23:52.569Z | Compiling autocfg v1.3.0 |
| 385 | 2024-08-30T18:23:52.569Z | Compiling serde v1.0.209 |
| 386 | 2024-08-30T18:23:52.569Z | Checking memchr v2.7.4 |
| 387 | 2024-08-30T18:23:52.607Z | Compiling serde_json v1.0.127 |
| 388 | 2024-08-30T18:23:52.683Z | Checking itoa v1.0.11 |
| 389 | 2024-08-30T18:23:52.995Z | Compiling thiserror v1.0.63 |
| 390 | 2024-08-30T18:23:53.062Z | Checking once_cell v1.19.0 |
| 391 | 2024-08-30T18:23:53.089Z | Compiling ahash v0.8.11 |
| 392 | 2024-08-30T18:23:53.218Z | Checking byteorder v1.5.0 |
| 393 | 2024-08-30T18:23:53.338Z | Compiling shlex v1.3.0 |
| 394 | 2024-08-30T18:23:53.614Z | Compiling cc v1.1.15 |
| 395 | 2024-08-30T18:23:53.629Z | Compiling num-traits v0.2.19 |
| 396 | 2024-08-30T18:23:53.684Z | Checking pin-project-lite v0.2.14 |
| 397 | 2024-08-30T18:23:53.780Z | Checking ryu v1.0.18 |
| 398 | 2024-08-30T18:23:53.898Z | Checking getrandom v0.2.15 |
| 399 | 2024-08-30T18:23:53.951Z | Compiling quote v1.0.37 |
| 400 | 2024-08-30T18:23:54.088Z | Checking log v0.4.22 |
| 401 | 2024-08-30T18:23:54.163Z | Checking bytes v1.7.1 |
| 402 | 2024-08-30T18:23:54.179Z | Checking allocator-api2 v0.2.18 |
| 403 | 2024-08-30T18:23:54.312Z | Compiling syn v2.0.76 |
| 404 | 2024-08-30T18:23:54.321Z | Compiling lock_api v0.4.12 |
| 405 | 2024-08-30T18:23:54.540Z | Compiling schemars v0.8.21 |
| 406 | 2024-08-30T18:23:54.573Z | Compiling parking_lot_core v0.9.10 |
| 407 | 2024-08-30T18:23:54.684Z | Checking smallvec v1.13.2 |
| 408 | 2024-08-30T18:23:54.767Z | Checking scopeguard v1.2.0 |
| 409 | 2024-08-30T18:23:54.809Z | Checking futures-core v0.3.30 |
| 410 | 2024-08-30T18:23:54.917Z | Checking mio v1.0.2 |
| 411 | 2024-08-30T18:23:54.922Z | Checking socket2 v0.5.7 |
| 412 | 2024-08-30T18:23:54.963Z | Checking signal-hook-registry v1.4.2 |
| 413 | 2024-08-30T18:23:55.022Z | Compiling slab v0.4.9 |
| 414 | 2024-08-30T18:23:55.186Z | Checking futures-sink v0.3.30 |
| 415 | 2024-08-30T18:23:55.313Z | Checking spin v0.9.8 |
| 416 | 2024-08-30T18:23:55.320Z | Checking parking_lot v0.12.3 |
| 417 | 2024-08-30T18:23:55.352Z | Checking fnv v1.0.7 |
| 418 | 2024-08-30T18:23:55.459Z | Checking untrusted v0.9.0 |
| 419 | 2024-08-30T18:23:55.471Z | Checking equivalent v1.0.1 |
| 420 | 2024-08-30T18:23:55.488Z | Checking futures-channel v0.3.30 |
| 421 | 2024-08-30T18:23:55.551Z | Compiling vcpkg v0.2.15 |
| 422 | 2024-08-30T18:23:55.590Z | Checking pin-utils v0.1.0 |
| 423 | 2024-08-30T18:23:55.626Z | Compiling semver v1.0.23 |
| 424 | 2024-08-30T18:23:55.663Z | Compiling pkg-config v0.3.30 |
| 425 | 2024-08-30T18:23:55.728Z | Checking futures-io v0.3.30 |
| 426 | 2024-08-30T18:23:55.833Z | Checking futures-task v0.3.30 |
| 427 | 2024-08-30T18:23:55.899Z | Compiling heck v0.5.0 |
| 428 | 2024-08-30T18:23:56.113Z | Compiling ucd-trie v0.1.6 |
| 429 | 2024-08-30T18:23:56.180Z | Checking iana-time-zone v0.1.60 |
| 430 | 2024-08-30T18:23:56.301Z | Checking http v0.2.12 |
| 431 | 2024-08-30T18:23:56.566Z | Compiling ring v0.17.8 |
| 432 | 2024-08-30T18:23:56.589Z | Checking dyn-clone v1.0.17 |
| 433 | 2024-08-30T18:23:56.891Z | Compiling httparse v1.9.4 |
| 434 | 2024-08-30T18:23:57.240Z | Compiling openssl-sys v0.9.103 |
| 435 | 2024-08-30T18:23:57.680Z | Checking tracing-core v0.1.32 |
| 436 | 2024-08-30T18:23:57.818Z | Compiling uuid v1.10.0 |
| 437 | 2024-08-30T18:23:58.180Z | Compiling chrono v0.4.38 |
| 438 | 2024-08-30T18:23:58.217Z | Checking foreign-types-shared v0.1.1 |
| 439 | 2024-08-30T18:23:58.252Z | Compiling openssl v0.10.66 |
| 440 | 2024-08-30T18:23:58.327Z | Checking tracing v0.1.40 |
| 441 | 2024-08-30T18:23:58.366Z | Compiling slog v2.7.0 |
| 442 | 2024-08-30T18:23:58.379Z | Checking try-lock v0.2.5 |
| 443 | 2024-08-30T18:23:58.486Z | Checking want v0.3.1 |
| 444 | 2024-08-30T18:23:58.640Z | Checking foreign-types v0.3.2 |
| 445 | 2024-08-30T18:23:58.676Z | Checking http-body v0.4.6 |
| 446 | 2024-08-30T18:23:58.707Z | Compiling aho-corasick v1.1.3 |
| 447 | 2024-08-30T18:23:58.903Z | Compiling rustls v0.21.12 |
| 448 | 2024-08-30T18:23:59.048Z | Checking tower-service v0.3.3 |
| 449 | 2024-08-30T18:23:59.155Z | Checking percent-encoding v2.3.1 |
| 450 | 2024-08-30T18:23:59.203Z | Checking httpdate v1.0.3 |
| 451 | 2024-08-30T18:23:59.337Z | Compiling typenum v1.17.0 |
| 452 | 2024-08-30T18:23:59.418Z | Checking tinyvec_macros v0.1.1 |
| 453 | 2024-08-30T18:23:59.486Z | Compiling regex-syntax v0.8.4 |
| 454 | 2024-08-30T18:23:59.818Z | Checking bitflags v2.6.0 |
| 455 | 2024-08-30T18:24:00.049Z | Compiling native-tls v0.2.12 |
| 456 | 2024-08-30T18:24:00.107Z | Checking tinyvec v1.8.0 |
| 457 | 2024-08-30T18:24:00.323Z | Checking form_urlencoded v1.2.1 |
| 458 | 2024-08-30T18:24:00.500Z | Compiling generic-array v0.14.7 |
| 459 | 2024-08-30T18:24:00.916Z | Checking openssl-probe v0.1.5 |
| 460 | 2024-08-30T18:24:01.382Z | Compiling serde_derive_internals v0.29.1 |
| 461 | 2024-08-30T18:24:02.327Z | Checking unicode-normalization v0.1.23 |
| 462 | 2024-08-30T18:24:02.765Z | Checking sct v0.7.1 |
| 463 | 2024-08-30T18:24:02.936Z | Compiling regex-automata v0.4.7 |
| 464 | 2024-08-30T18:24:03.174Z | Checking rustls-webpki v0.101.7 |
| 465 | 2024-08-30T18:24:03.213Z | Compiling usdt-impl v0.5.0 |
| 466 | 2024-08-30T18:24:03.370Z | Checking encoding_rs v0.8.34 |
| 467 | 2024-08-30T18:24:03.577Z | Checking powerfmt v0.2.0 |
| 468 | 2024-08-30T18:24:03.647Z | Compiling time-core v0.1.2 |
| 469 | 2024-08-30T18:24:03.715Z | Compiling num-conv v0.1.0 |
| 470 | 2024-08-30T18:24:03.807Z | Checking mime v0.3.17 |
| 471 | 2024-08-30T18:24:03.983Z | Checking unicode-bidi v0.3.15 |
| 472 | 2024-08-30T18:24:04.112Z | Compiling time-macros v0.2.18 |
| 473 | 2024-08-30T18:24:04.630Z | Checking idna v0.5.0 |
| 474 | 2024-08-30T18:24:05.226Z | Checking deranged v0.3.11 |
| 475 | 2024-08-30T18:24:05.603Z | Compiling thread-id v4.2.2 |
| 476 | 2024-08-30T18:24:05.899Z | Compiling crossbeam-utils v0.8.20 |
| 477 | 2024-08-30T18:24:06.709Z | Compiling strsim v0.11.1 |
| 478 | 2024-08-30T18:24:06.770Z | Checking num_threads v0.1.7 |
| 479 | 2024-08-30T18:24:06.787Z | Compiling serde_derive v1.0.209 |
| 480 | 2024-08-30T18:24:06.871Z | Compiling zerocopy-derive v0.7.35 |
| 481 | 2024-08-30T18:24:06.971Z | Compiling thiserror-impl v1.0.63 |
| 482 | 2024-08-30T18:24:06.973Z | Compiling schemars_derive v0.8.21 |
| 483 | 2024-08-30T18:24:07.012Z | Compiling tokio-macros v2.4.0 |
| 484 | 2024-08-30T18:24:07.045Z | Compiling futures-macro v0.3.30 |
| 485 | 2024-08-30T18:24:07.419Z | Compiling openssl-macros v0.1.1 |
| 486 | 2024-08-30T18:24:08.560Z | Checking tokio v1.40.0 |
| 487 | 2024-08-30T18:24:08.785Z | Checking zerocopy v0.7.35 |
| 488 | 2024-08-30T18:24:09.908Z | Checking futures-util v0.3.30 |
| 489 | 2024-08-30T18:24:09.948Z | Compiling pest v2.7.11 |
| 490 | 2024-08-30T18:24:10.553Z | Checking hashbrown v0.14.5 |
| 491 | 2024-08-30T18:24:10.753Z | Compiling regex v1.10.6 |
| 492 | 2024-08-30T18:24:11.725Z | Compiling scroll_derive v0.12.0 |
| 493 | 2024-08-30T18:24:11.769Z | Checking regress v0.10.0 |
| 494 | 2024-08-30T18:24:12.790Z | Compiling pest_meta v2.7.11 |
| 495 | 2024-08-30T18:24:13.211Z | Checking scroll v0.12.0 |
| 496 | 2024-08-30T18:24:15.185Z | Compiling pest_generator v2.7.11 |
| 497 | 2024-08-30T18:24:15.281Z | Checking plain v0.2.3 |
| 498 | 2024-08-30T18:24:15.741Z | Checking rustls-pki-types v1.8.0 |
| 499 | 2024-08-30T18:24:15.793Z | Checking tokio-util v0.7.11 |
| 500 | 2024-08-30T18:24:16.163Z | Checking tokio-rustls v0.24.1 |
| 501 | 2024-08-30T18:24:16.509Z | Checking tokio-native-tls v0.3.1 |
| 502 | 2024-08-30T18:24:16.621Z | Checking base64 v0.21.7 |
| 503 | 2024-08-30T18:24:16.736Z | Compiling ident_case v1.0.1 |
| 504 | 2024-08-30T18:24:16.864Z | Compiling darling_core v0.20.10 |
| 505 | 2024-08-30T18:24:16.898Z | Checking time v0.3.36 |
| 506 | 2024-08-30T18:24:16.962Z | Compiling pest_derive v2.7.11 |
| 507 | 2024-08-30T18:24:16.971Z | Checking goblin v0.8.2 |
| 508 | 2024-08-30T18:24:17.082Z | Checking rustls-pemfile v1.0.4 |
| 509 | 2024-08-30T18:24:17.818Z | Compiling dtrace-parser v0.2.0 |
| 510 | 2024-08-30T18:24:18.698Z | Checking url v2.5.2 |
| 511 | 2024-08-30T18:24:19.446Z | Checking indexmap v2.4.0 |
| 512 | 2024-08-30T18:24:20.150Z | Checking serde_urlencoded v0.7.1 |
| 513 | 2024-08-30T18:24:20.562Z | Checking dirs-sys-next v0.1.2 |
| 514 | 2024-08-30T18:24:20.689Z | Checking h2 v0.3.26 |
| 515 | 2024-08-30T18:24:20.697Z | Checking openapiv3 v2.0.0 |
| 516 | 2024-08-30T18:24:20.722Z | Checking pretty-hex v0.4.1 |
| 517 | 2024-08-30T18:24:20.957Z | Compiling serde_tokenstream v0.2.2 |
| 518 | 2024-08-30T18:24:21.800Z | Compiling rustls v0.22.4 |
| 519 | 2024-08-30T18:24:22.088Z | Compiling unsafe-libyaml v0.2.11 |
| 520 | 2024-08-30T18:24:22.111Z | Checking webpki-roots v0.25.4 |
| 521 | 2024-08-30T18:24:22.248Z | Compiling rustversion v1.0.17 |
| 522 | 2024-08-30T18:24:22.898Z | Compiling dof v0.3.0 |
| 523 | 2024-08-30T18:24:23.187Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 524 | 2024-08-30T18:24:23.329Z | Compiling paste v1.0.15 |
| 525 | 2024-08-30T18:24:23.822Z | Checking sync_wrapper v0.1.2 |
| 526 | 2024-08-30T18:24:23.850Z | Checking ipnet v2.9.0 |
| 527 | 2024-08-30T18:24:23.937Z | Compiling omicron-workspace-hack v0.1.0 |
| 528 | 2024-08-30T18:24:24.099Z | Compiling serde_yaml v0.9.34+deprecated |
| 529 | 2024-08-30T18:24:24.299Z | Compiling darling_macro v0.20.10 |
| 530 | 2024-08-30T18:24:24.912Z | Checking hyper v0.14.30 |
| 531 | 2024-08-30T18:24:25.270Z | Checking dirs-next v2.0.0 |
| 532 | 2024-08-30T18:24:25.381Z | Checking toml_datetime v0.6.8 |
| 533 | 2024-08-30T18:24:25.598Z | Checking serde_spanned v0.6.7 |
| 534 | 2024-08-30T18:24:25.724Z | Checking rustls-webpki v0.102.7 |
| 535 | 2024-08-30T18:24:25.774Z | Checking ppv-lite86 v0.2.20 |
| 536 | 2024-08-30T18:24:26.085Z | Compiling structmeta-derive v0.3.0 |
| 537 | 2024-08-30T18:24:26.338Z | Checking block-buffer v0.10.4 |
| 538 | 2024-08-30T18:24:26.471Z | Checking crypto-common v0.1.6 |
| 539 | 2024-08-30T18:24:26.513Z | Checking rand_core v0.6.4 |
| 540 | 2024-08-30T18:24:26.621Z | Checking thread_local v1.1.8 |
| 541 | 2024-08-30T18:24:26.643Z | Compiling multer v3.1.0 |
| 542 | 2024-08-30T18:24:26.785Z | Compiling camino v1.1.9 |
| 543 | 2024-08-30T18:24:26.891Z | Compiling anyhow v1.0.86 |
| 544 | 2024-08-30T18:24:26.982Z | Checking match_cfg v0.1.0 |
| 545 | 2024-08-30T18:24:27.033Z | Checking winnow v0.6.18 |
| 546 | 2024-08-30T18:24:27.057Z | Compiling slog-async v2.8.0 |
| 547 | 2024-08-30T18:24:27.393Z | Checking subtle v2.6.1 |
| 548 | 2024-08-30T18:24:27.452Z | Checking zeroize v1.8.1 |
| 549 | 2024-08-30T18:24:27.653Z | Checking hostname v0.3.1 |
| 550 | 2024-08-30T18:24:27.754Z | Checking rand_chacha v0.3.1 |
| 551 | 2024-08-30T18:24:27.771Z | Checking digest v0.10.7 |
| 552 | 2024-08-30T18:24:28.067Z | Checking crossbeam-channel v0.5.13 |
| 553 | 2024-08-30T18:24:28.118Z | Checking term v0.7.0 |
| 554 | 2024-08-30T18:24:28.280Z | Compiling darling v0.20.10 |
| 555 | 2024-08-30T18:24:28.380Z | Compiling usdt-macro v0.5.0 |
| 556 | 2024-08-30T18:24:28.522Z | Compiling usdt-attr-macro v0.5.0 |
| 557 | 2024-08-30T18:24:28.719Z | Compiling structmeta v0.3.0 |
| 558 | 2024-08-30T18:24:29.265Z | Checking hyper-tls v0.5.0 |
| 559 | 2024-08-30T18:24:29.507Z | Checking hyper-rustls v0.24.2 |
| 560 | 2024-08-30T18:24:29.679Z | Checking slog-json v2.6.1 |
| 561 | 2024-08-30T18:24:29.780Z | Checking reqwest v0.11.27 |
| 562 | 2024-08-30T18:24:29.898Z | Checking futures-executor v0.3.30 |
| 563 | 2024-08-30T18:24:29.941Z | Compiling async-stream-impl v0.3.5 |
| 564 | 2024-08-30T18:24:29.973Z | Checking http v1.1.0 |
| 565 | 2024-08-30T18:24:30.053Z | Checking toml_edit v0.22.20 |
| 566 | 2024-08-30T18:24:30.103Z | Checking memmap v0.7.0 |
| 567 | 2024-08-30T18:24:30.170Z | Checking is-terminal v0.4.13 |
| 568 | 2024-08-30T18:24:30.278Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 569 | 2024-08-30T18:24:30.293Z | Checking atomic-waker v1.1.2 |
| 570 | 2024-08-30T18:24:30.410Z | Checking take_mut v0.2.2 |
| 571 | 2024-08-30T18:24:30.551Z | Checking base64 v0.22.1 |
| 572 | 2024-08-30T18:24:30.624Z | Checking cpufeatures v0.2.13 |
| 573 | 2024-08-30T18:24:30.703Z | Checking sha1 v0.10.6 |
| 574 | 2024-08-30T18:24:31.034Z | Checking rustls-pemfile v2.1.3 |
| 575 | 2024-08-30T18:24:31.063Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 576 | 2024-08-30T18:24:31.233Z | Checking async-stream v0.3.5 |
| 577 | 2024-08-30T18:24:31.244Z | Checking waitgroup v0.1.2 |
| 578 | 2024-08-30T18:24:31.294Z | Checking usdt v0.5.0 |
| 579 | 2024-08-30T18:24:31.302Z | Checking tokio-rustls v0.25.0 |
| 580 | 2024-08-30T18:24:31.358Z | Checking slog-term v2.9.1 |
| 581 | 2024-08-30T18:24:31.360Z | Checking futures v0.3.30 |
| 582 | 2024-08-30T18:24:31.410Z | Compiling strum_macros v0.26.4 |
| 583 | 2024-08-30T18:24:31.458Z | Checking slog-bunyan v2.5.0 |
| 584 | 2024-08-30T18:24:31.525Z | Compiling parse-display-derive v0.10.0 |
| 585 | 2024-08-30T18:24:31.613Z | Compiling serde_with_macros v3.9.0 |
| 586 | 2024-08-30T18:24:31.634Z | Checking rand v0.8.5 |
| 587 | 2024-08-30T18:24:32.159Z | Checking newtype-uuid v1.1.0 |
| 588 | 2024-08-30T18:24:32.398Z | Checking ipnetwork v0.20.0 |
| 589 | 2024-08-30T18:24:32.433Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 590 | 2024-08-30T18:24:32.700Z | Checking toml v0.8.19 |
| 591 | 2024-08-30T18:24:32.738Z | Checking hex v0.4.3 |
| 592 | 2024-08-30T18:24:32.916Z | Checking serde_path_to_error v0.1.16 |
| 593 | 2024-08-30T18:24:33.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 594 | 2024-08-30T18:24:33.459Z | Compiling async-trait v0.1.81 |
| 595 | 2024-08-30T18:24:33.485Z | Checking hostname v0.4.0 |
| 596 | 2024-08-30T18:24:33.610Z | Checking instant v0.1.13 |
| 597 | 2024-08-30T18:24:33.712Z | Checking debug-ignore v1.0.5 |
| 598 | 2024-08-30T18:24:33.835Z | Checking backoff v0.4.0 |
| 599 | 2024-08-30T18:24:34.062Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 600 | 2024-08-30T18:24:34.101Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 601 | 2024-08-30T18:24:34.181Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 602 | 2024-08-30T18:24:34.233Z | Checking serde_with v3.9.0 |
| 603 | 2024-08-30T18:24:34.238Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 604 | 2024-08-30T18:24:34.476Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 605 | 2024-08-30T18:24:34.585Z | Checking macaddr v1.0.1 |
| 606 | 2024-08-30T18:24:34.913Z | Checking regress v0.9.1 |
| 607 | 2024-08-30T18:24:35.424Z | Checking parse-display v0.10.0 |
| 608 | 2024-08-30T18:24:35.851Z | Checking strum v0.26.3 |
| 609 | 2024-08-30T18:24:37.248Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 610 | 2024-08-30T18:24:39.058Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 611 | 2024-08-30T18:24:39.113Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 612 | 2024-08-30T18:24:41.577Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 613 | 2024-08-30T18:24:46.532Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 614 | 2024-08-30T18:24:46.637Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 615 | 2024-08-30T18:24:49.458Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 616 | 2024-08-30T18:24:56.367Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 617 | 2024-08-30T18:24:56.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 618 | 2024-08-30T18:24:56.483Z | + cargo build --release |
| 619 | 2024-08-30T18:24:56.741Z | Compiling proc-macro2 v1.0.86 |
| 620 | 2024-08-30T18:24:56.741Z | Compiling unicode-ident v1.0.12 |
| 621 | 2024-08-30T18:24:56.741Z | Compiling libc v0.2.158 |
| 622 | 2024-08-30T18:24:56.744Z | Compiling cfg-if v1.0.0 |
| 623 | 2024-08-30T18:24:56.744Z | Compiling version_check v0.9.5 |
| 624 | 2024-08-30T18:24:56.744Z | Compiling autocfg v1.3.0 |
| 625 | 2024-08-30T18:24:56.744Z | Compiling serde v1.0.209 |
| 626 | 2024-08-30T18:24:56.781Z | Compiling memchr v2.7.4 |
| 627 | 2024-08-30T18:24:56.856Z | Compiling serde_json v1.0.127 |
| 628 | 2024-08-30T18:24:56.923Z | Compiling itoa v1.0.11 |
| 629 | 2024-08-30T18:24:57.206Z | Compiling thiserror v1.0.63 |
| 630 | 2024-08-30T18:24:57.342Z | Compiling shlex v1.3.0 |
| 631 | 2024-08-30T18:24:57.394Z | Compiling ahash v0.8.11 |
| 632 | 2024-08-30T18:24:57.475Z | Compiling byteorder v1.5.0 |
| 633 | 2024-08-30T18:24:57.684Z | Compiling once_cell v1.19.0 |
| 634 | 2024-08-30T18:24:57.735Z | Compiling cc v1.1.15 |
| 635 | 2024-08-30T18:24:58.122Z | Compiling num-traits v0.2.19 |
| 636 | 2024-08-30T18:24:58.216Z | Compiling quote v1.0.37 |
| 637 | 2024-08-30T18:24:58.226Z | Compiling getrandom v0.2.15 |
| 638 | 2024-08-30T18:24:58.455Z | Compiling pin-project-lite v0.2.14 |
| 639 | 2024-08-30T18:24:58.530Z | Compiling ryu v1.0.18 |
| 640 | 2024-08-30T18:24:58.562Z | Compiling syn v2.0.76 |
| 641 | 2024-08-30T18:24:58.796Z | Compiling bytes v1.7.1 |
| 642 | 2024-08-30T18:24:58.816Z | Compiling log v0.4.22 |
| 643 | 2024-08-30T18:24:58.966Z | Compiling allocator-api2 v0.2.18 |
| 644 | 2024-08-30T18:24:59.059Z | Compiling schemars v0.8.21 |
| 645 | 2024-08-30T18:24:59.107Z | Compiling lock_api v0.4.12 |
| 646 | 2024-08-30T18:24:59.292Z | Compiling parking_lot_core v0.9.10 |
| 647 | 2024-08-30T18:24:59.445Z | Compiling futures-core v0.3.30 |
| 648 | 2024-08-30T18:24:59.496Z | Compiling scopeguard v1.2.0 |
| 649 | 2024-08-30T18:24:59.559Z | Compiling smallvec v1.13.2 |
| 650 | 2024-08-30T18:24:59.672Z | Compiling signal-hook-registry v1.4.2 |
| 651 | 2024-08-30T18:24:59.735Z | Compiling mio v1.0.2 |
| 652 | 2024-08-30T18:24:59.763Z | Compiling socket2 v0.5.7 |
| 653 | 2024-08-30T18:25:00.295Z | Compiling slab v0.4.9 |
| 654 | 2024-08-30T18:25:00.547Z | Compiling parking_lot v0.12.3 |
| 655 | 2024-08-30T18:25:00.649Z | Compiling ring v0.17.8 |
| 656 | 2024-08-30T18:25:00.688Z | Compiling futures-sink v0.3.30 |
| 657 | 2024-08-30T18:25:00.838Z | Compiling spin v0.9.8 |
| 658 | 2024-08-30T18:25:01.010Z | Compiling equivalent v1.0.1 |
| 659 | 2024-08-30T18:25:01.110Z | Compiling semver v1.0.23 |
| 660 | 2024-08-30T18:25:01.196Z | Compiling untrusted v0.9.0 |
| 661 | 2024-08-30T18:25:01.379Z | Compiling fnv v1.0.7 |
| 662 | 2024-08-30T18:25:01.414Z | Compiling futures-channel v0.3.30 |
| 663 | 2024-08-30T18:25:01.655Z | Compiling heck v0.5.0 |
| 664 | 2024-08-30T18:25:01.705Z | Compiling pkg-config v0.3.30 |
| 665 | 2024-08-30T18:25:01.712Z | Compiling futures-io v0.3.30 |
| 666 | 2024-08-30T18:25:01.852Z | Compiling vcpkg v0.2.15 |
| 667 | 2024-08-30T18:25:01.854Z | Compiling pin-utils v0.1.0 |
| 668 | 2024-08-30T18:25:01.935Z | Compiling futures-task v0.3.30 |
| 669 | 2024-08-30T18:25:02.282Z | Compiling ucd-trie v0.1.6 |
| 670 | 2024-08-30T18:25:02.357Z | Compiling iana-time-zone v0.1.60 |
| 671 | 2024-08-30T18:25:02.796Z | Compiling http v0.2.12 |
| 672 | 2024-08-30T18:25:03.039Z | Compiling dyn-clone v1.0.17 |
| 673 | 2024-08-30T18:25:03.210Z | Compiling httparse v1.9.4 |
| 674 | 2024-08-30T18:25:03.513Z | Compiling openssl-sys v0.9.103 |
| 675 | 2024-08-30T18:25:04.020Z | Compiling tracing-core v0.1.32 |
| 676 | 2024-08-30T18:25:04.364Z | Compiling chrono v0.4.38 |
| 677 | 2024-08-30T18:25:04.483Z | Compiling uuid v1.10.0 |
| 678 | 2024-08-30T18:25:05.056Z | Compiling tracing v0.1.40 |
| 679 | 2024-08-30T18:25:05.747Z | Compiling serde_derive_internals v0.29.1 |
| 680 | 2024-08-30T18:25:06.395Z | Compiling try-lock v0.2.5 |
| 681 | 2024-08-30T18:25:06.867Z | Compiling slog v2.7.0 |
| 682 | 2024-08-30T18:25:06.891Z | Compiling foreign-types-shared v0.1.1 |
| 683 | 2024-08-30T18:25:06.980Z | Compiling openssl v0.10.66 |
| 684 | 2024-08-30T18:25:07.321Z | Compiling foreign-types v0.3.2 |
| 685 | 2024-08-30T18:25:07.396Z | Compiling want v0.3.1 |
| 686 | 2024-08-30T18:25:07.495Z | Compiling http-body v0.4.6 |
| 687 | 2024-08-30T18:25:07.683Z | Compiling aho-corasick v1.1.3 |
| 688 | 2024-08-30T18:25:07.956Z | Compiling tinyvec_macros v0.1.1 |
| 689 | 2024-08-30T18:25:07.985Z | Compiling typenum v1.17.0 |
| 690 | 2024-08-30T18:25:08.038Z | Compiling httpdate v1.0.3 |
| 691 | 2024-08-30T18:25:08.325Z | Compiling rustls v0.21.12 |
| 692 | 2024-08-30T18:25:08.646Z | Compiling native-tls v0.2.12 |
| 693 | 2024-08-30T18:25:08.752Z | Compiling regex-syntax v0.8.4 |
| 694 | 2024-08-30T18:25:08.871Z | Compiling percent-encoding v2.3.1 |
| 695 | 2024-08-30T18:25:08.989Z | Compiling bitflags v2.6.0 |
| 696 | 2024-08-30T18:25:09.027Z | Compiling tower-service v0.3.3 |
| 697 | 2024-08-30T18:25:09.144Z | Compiling form_urlencoded v1.2.1 |
| 698 | 2024-08-30T18:25:09.335Z | Compiling tinyvec v1.8.0 |
| 699 | 2024-08-30T18:25:09.679Z | Compiling generic-array v0.14.7 |
| 700 | 2024-08-30T18:25:10.022Z | Compiling openssl-probe v0.1.5 |
| 701 | 2024-08-30T18:25:10.880Z | Compiling serde_derive v1.0.209 |
| 702 | 2024-08-30T18:25:10.976Z | Compiling zerocopy-derive v0.7.35 |
| 703 | 2024-08-30T18:25:11.243Z | Compiling thiserror-impl v1.0.63 |
| 704 | 2024-08-30T18:25:11.481Z | Compiling schemars_derive v0.8.21 |
| 705 | 2024-08-30T18:25:11.905Z | Compiling tokio-macros v2.4.0 |
| 706 | 2024-08-30T18:25:13.041Z | Compiling zerocopy v0.7.35 |
| 707 | 2024-08-30T18:25:14.178Z | Compiling tokio v1.40.0 |
| 708 | 2024-08-30T18:25:14.327Z | Compiling futures-macro v0.3.30 |
| 709 | 2024-08-30T18:25:14.417Z | Compiling pest v2.7.11 |
| 710 | 2024-08-30T18:25:15.178Z | Compiling hashbrown v0.14.5 |
| 711 | 2024-08-30T18:25:16.261Z | Compiling futures-util v0.3.30 |
| 712 | 2024-08-30T18:25:16.795Z | Compiling regress v0.10.0 |
| 713 | 2024-08-30T18:25:16.903Z | Compiling pest_meta v2.7.11 |
| 714 | 2024-08-30T18:25:17.290Z | Compiling openssl-macros v0.1.1 |
| 715 | 2024-08-30T18:25:18.135Z | Compiling pest_generator v2.7.11 |
| 716 | 2024-08-30T18:25:20.922Z | Compiling pest_derive v2.7.11 |
| 717 | 2024-08-30T18:25:21.557Z | Compiling rustls-webpki v0.101.7 |
| 718 | 2024-08-30T18:25:21.794Z | Compiling sct v0.7.1 |
| 719 | 2024-08-30T18:25:22.237Z | Compiling regex-automata v0.4.7 |
| 720 | 2024-08-30T18:25:23.069Z | Compiling tokio-util v0.7.11 |
| 721 | 2024-08-30T18:25:25.330Z | Compiling indexmap v2.4.0 |
| 722 | 2024-08-30T18:25:25.908Z | Compiling serde_tokenstream v0.2.2 |
| 723 | 2024-08-30T18:25:29.833Z | Compiling h2 v0.3.26 |
| 724 | 2024-08-30T18:25:31.483Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 725 | 2024-08-30T18:25:35.151Z | Compiling hyper v0.14.30 |
| 726 | 2024-08-30T18:25:35.203Z | Compiling regex v1.10.6 |
| 727 | 2024-08-30T18:25:37.660Z | Compiling unicode-normalization v0.1.23 |
| 728 | 2024-08-30T18:25:38.966Z | Compiling scroll_derive v0.12.0 |
| 729 | 2024-08-30T18:25:41.266Z | Compiling usdt-impl v0.5.0 |
| 730 | 2024-08-30T18:25:41.649Z | Compiling encoding_rs v0.8.34 |
| 731 | 2024-08-30T18:25:43.464Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 732 | 2024-08-30T18:25:44.495Z | Compiling mime v0.3.17 |
| 733 | 2024-08-30T18:25:45.292Z | Compiling powerfmt v0.2.0 |
| 734 | 2024-08-30T18:25:45.576Z | Compiling num-conv v0.1.0 |
| 735 | 2024-08-30T18:25:45.771Z | Compiling time-core v0.1.2 |
| 736 | 2024-08-30T18:25:45.933Z | Compiling unicode-bidi v0.3.15 |
| 737 | 2024-08-30T18:25:47.391Z | Compiling idna v0.5.0 |
| 738 | 2024-08-30T18:25:49.026Z | Compiling time-macros v0.2.18 |
| 739 | 2024-08-30T18:25:52.059Z | Compiling deranged v0.3.11 |
| 740 | 2024-08-30T18:25:52.383Z | Compiling scroll v0.12.0 |
| 741 | 2024-08-30T18:25:52.998Z | Compiling tokio-rustls v0.24.1 |
| 742 | 2024-08-30T18:25:53.400Z | Compiling tokio-native-tls v0.3.1 |
| 743 | 2024-08-30T18:25:53.680Z | Compiling dof v0.3.0 |
| 744 | 2024-08-30T18:25:53.863Z | Compiling serde_urlencoded v0.7.1 |
| 745 | 2024-08-30T18:25:54.367Z | Compiling dtrace-parser v0.2.0 |
| 746 | 2024-08-30T18:25:54.816Z | Compiling thread-id v4.2.2 |
| 747 | 2024-08-30T18:25:54.908Z | Compiling omicron-workspace-hack v0.1.0 |
| 748 | 2024-08-30T18:25:55.213Z | Compiling ident_case v1.0.1 |
| 749 | 2024-08-30T18:25:55.365Z | Compiling crossbeam-utils v0.8.20 |
| 750 | 2024-08-30T18:25:55.922Z | Compiling plain v0.2.3 |
| 751 | 2024-08-30T18:25:55.930Z | Compiling strsim v0.11.1 |
| 752 | 2024-08-30T18:25:56.495Z | Compiling base64 v0.21.7 |
| 753 | 2024-08-30T18:25:56.646Z | Compiling rustls-pki-types v1.8.0 |
| 754 | 2024-08-30T18:25:57.592Z | Compiling num_threads v0.1.7 |
| 755 | 2024-08-30T18:25:57.995Z | Compiling time v0.3.36 |
| 756 | 2024-08-30T18:26:00.943Z | Compiling rustls-pemfile v1.0.4 |
| 757 | 2024-08-30T18:26:01.752Z | Compiling darling_core v0.20.10 |
| 758 | 2024-08-30T18:26:03.065Z | Compiling goblin v0.8.2 |
| 759 | 2024-08-30T18:26:05.862Z | Compiling hyper-tls v0.5.0 |
| 760 | 2024-08-30T18:26:06.342Z | Compiling hyper-rustls v0.24.2 |
| 761 | 2024-08-30T18:26:06.770Z | Compiling url v2.5.2 |
| 762 | 2024-08-30T18:26:06.821Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 763 | 2024-08-30T18:26:06.944Z | Compiling openapiv3 v2.0.0 |
| 764 | 2024-08-30T18:26:08.067Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-08-30T18:26:08.777Z | Compiling paste v1.0.15 |
| 766 | 2024-08-30T18:26:09.183Z | Compiling ipnet v2.9.0 |
| 767 | 2024-08-30T18:26:09.271Z | Compiling pretty-hex v0.4.1 |
| 768 | 2024-08-30T18:26:09.489Z | Compiling sync_wrapper v0.1.2 |
| 769 | 2024-08-30T18:26:09.600Z | Compiling webpki-roots v0.25.4 |
| 770 | 2024-08-30T18:26:09.753Z | Compiling unsafe-libyaml v0.2.11 |
| 771 | 2024-08-30T18:26:11.182Z | Compiling rustls v0.22.4 |
| 772 | 2024-08-30T18:26:11.489Z | Compiling rustversion v1.0.17 |
| 773 | 2024-08-30T18:26:11.519Z | Compiling serde_yaml v0.9.34+deprecated |
| 774 | 2024-08-30T18:26:11.773Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 775 | 2024-08-30T18:26:12.205Z | Compiling reqwest v0.11.27 |
| 776 | 2024-08-30T18:26:13.768Z | Compiling dirs-next v2.0.0 |
| 777 | 2024-08-30T18:26:14.022Z | Compiling darling_macro v0.20.10 |
| 778 | 2024-08-30T18:26:17.004Z | Compiling rustls-webpki v0.102.7 |
| 779 | 2024-08-30T18:26:18.452Z | Compiling crypto-common v0.1.6 |
| 780 | 2024-08-30T18:26:18.476Z | Compiling block-buffer v0.10.4 |
| 781 | 2024-08-30T18:26:18.640Z | Compiling toml_datetime v0.6.8 |
| 782 | 2024-08-30T18:26:18.730Z | Compiling serde_spanned v0.6.7 |
| 783 | 2024-08-30T18:26:18.936Z | Compiling ppv-lite86 v0.2.20 |
| 784 | 2024-08-30T18:26:19.289Z | Compiling structmeta-derive v0.3.0 |
| 785 | 2024-08-30T18:26:19.832Z | Compiling rand_core v0.6.4 |
| 786 | 2024-08-30T18:26:20.397Z | Compiling thread_local v1.1.8 |
| 787 | 2024-08-30T18:26:20.871Z | Compiling multer v3.1.0 |
| 788 | 2024-08-30T18:26:21.123Z | Compiling zeroize v1.8.1 |
| 789 | 2024-08-30T18:26:21.217Z | Compiling slog-async v2.8.0 |
| 790 | 2024-08-30T18:26:21.428Z | Compiling winnow v0.6.18 |
| 791 | 2024-08-30T18:26:21.446Z | Compiling camino v1.1.9 |
| 792 | 2024-08-30T18:26:21.580Z | Compiling anyhow v1.0.86 |
| 793 | 2024-08-30T18:26:21.716Z | Compiling match_cfg v0.1.0 |
| 794 | 2024-08-30T18:26:21.793Z | Compiling subtle v2.6.1 |
| 795 | 2024-08-30T18:26:22.024Z | Compiling structmeta v0.3.0 |
| 796 | 2024-08-30T18:26:22.083Z | Compiling hostname v0.3.1 |
| 797 | 2024-08-30T18:26:22.358Z | Compiling rand_chacha v0.3.1 |
| 798 | 2024-08-30T18:26:22.372Z | Compiling digest v0.10.7 |
| 799 | 2024-08-30T18:26:22.775Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 800 | 2024-08-30T18:26:25.700Z | Compiling toml_edit v0.22.20 |
| 801 | 2024-08-30T18:26:27.061Z | Compiling crossbeam-channel v0.5.13 |
| 802 | 2024-08-30T18:26:28.670Z | Compiling darling v0.20.10 |
| 803 | 2024-08-30T18:26:28.773Z | Compiling term v0.7.0 |
| 804 | 2024-08-30T18:26:33.367Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 805 | 2024-08-30T18:26:35.083Z | Compiling usdt-attr-macro v0.5.0 |
| 806 | 2024-08-30T18:26:36.014Z | Compiling usdt-macro v0.5.0 |
| 807 | 2024-08-30T18:26:36.523Z | Compiling slog-json v2.6.1 |
| 808 | 2024-08-30T18:26:37.012Z | Compiling futures-executor v0.3.30 |
| 809 | 2024-08-30T18:26:37.379Z | Compiling async-stream-impl v0.3.5 |
| 810 | 2024-08-30T18:26:37.983Z | Compiling http v1.1.0 |
| 811 | 2024-08-30T18:26:38.142Z | Compiling is-terminal v0.4.13 |
| 812 | 2024-08-30T18:26:38.256Z | Compiling memmap v0.7.0 |
| 813 | 2024-08-30T18:26:38.671Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 814 | 2024-08-30T18:26:38.699Z | Compiling atomic-waker v1.1.2 |
| 815 | 2024-08-30T18:26:38.873Z | Compiling base64 v0.22.1 |
| 816 | 2024-08-30T18:26:39.015Z | Compiling take_mut v0.2.2 |
| 817 | 2024-08-30T18:26:39.163Z | Compiling cpufeatures v0.2.13 |
| 818 | 2024-08-30T18:26:39.255Z | Compiling sha1 v0.10.6 |
| 819 | 2024-08-30T18:26:40.005Z | Compiling rustls-pemfile v2.1.3 |
| 820 | 2024-08-30T18:26:42.732Z | Compiling waitgroup v0.1.2 |
| 821 | 2024-08-30T18:26:42.781Z | Compiling async-stream v0.3.5 |
| 822 | 2024-08-30T18:26:42.964Z | Compiling usdt v0.5.0 |
| 823 | 2024-08-30T18:26:43.137Z | Compiling slog-term v2.9.1 |
| 824 | 2024-08-30T18:26:44.263Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 825 | 2024-08-30T18:26:44.445Z | Compiling futures v0.3.30 |
| 826 | 2024-08-30T18:26:44.549Z | Compiling slog-bunyan v2.5.0 |
| 827 | 2024-08-30T18:26:44.621Z | Compiling strum_macros v0.26.4 |
| 828 | 2024-08-30T18:26:44.815Z | Compiling toml v0.8.19 |
| 829 | 2024-08-30T18:26:45.963Z | Compiling serde_with_macros v3.9.0 |
| 830 | 2024-08-30T18:26:48.729Z | Compiling tokio-rustls v0.25.0 |
| 831 | 2024-08-30T18:26:48.794Z | Compiling rand v0.8.5 |
| 832 | 2024-08-30T18:26:49.114Z | Compiling parse-display-derive v0.10.0 |
| 833 | 2024-08-30T18:26:50.806Z | Compiling ipnetwork v0.20.0 |
| 834 | 2024-08-30T18:26:51.947Z | Compiling newtype-uuid v1.1.0 |
| 835 | 2024-08-30T18:26:52.278Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 836 | 2024-08-30T18:26:52.502Z | Compiling hex v0.4.3 |
| 837 | 2024-08-30T18:26:53.123Z | Compiling serde_path_to_error v0.1.16 |
| 838 | 2024-08-30T18:26:53.183Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 839 | 2024-08-30T18:26:54.010Z | Compiling async-trait v0.1.81 |
| 840 | 2024-08-30T18:26:54.128Z | Compiling hostname v0.4.0 |
| 841 | 2024-08-30T18:26:54.370Z | Compiling instant v0.1.13 |
| 842 | 2024-08-30T18:26:54.509Z | Compiling debug-ignore v1.0.5 |
| 843 | 2024-08-30T18:26:54.641Z | Compiling backoff v0.4.0 |
| 844 | 2024-08-30T18:26:54.971Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 845 | 2024-08-30T18:26:55.164Z | Compiling parse-display v0.10.0 |
| 846 | 2024-08-30T18:26:55.285Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 847 | 2024-08-30T18:26:55.443Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 848 | 2024-08-30T18:26:55.568Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 849 | 2024-08-30T18:26:56.063Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 850 | 2024-08-30T18:26:56.411Z | Compiling strum v0.26.3 |
| 851 | 2024-08-30T18:26:56.574Z | Compiling serde_with v3.9.0 |
| 852 | 2024-08-30T18:26:57.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 853 | 2024-08-30T18:26:58.041Z | Compiling macaddr v1.0.1 |
| 854 | 2024-08-30T18:26:58.645Z | Compiling regress v0.9.1 |
| 855 | 2024-08-30T18:27:03.405Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 856 | 2024-08-30T18:27:13.592Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 857 | 2024-08-30T18:27:22.737Z | Finished `release` profile [optimized] target(s) in 2m 26s |
| 858 | 2024-08-30T18:27:22.793Z | process exited: duration 220048 ms, exit code 0 |
| |
| 859 | 2024-08-30T18:27:22.800Z | found 0 output files |