|
|
|
| 1 | 2024-08-24T16:21:21.061Z | job assigned to worker 01J62K1Q5P3DCM0Y6XC3W1T973 (queued for 27 s) |
| |
| 2 | 2024-08-24T16:21:21.907Z | starting task 0: "setup" |
| 3 | 2024-08-24T16:21:21.932Z | ++ uname -s |
| 4 | 2024-08-24T16:21:21.932Z | + kern=SunOS |
| 5 | 2024-08-24T16:21:21.932Z | + case "$kern" in |
| 6 | 2024-08-24T16:21:21.932Z | + groupadd -g 12345 build |
| 7 | 2024-08-24T16:21:21.932Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-24T16:21:23.939Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-24T16:21:23.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-24T16:21:24.004Z | + home_fs=zfs |
| 11 | 2024-08-24T16:21:24.004Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-24T16:21:24.004Z | + mkdir -p /home/build |
| 13 | 2024-08-24T16:21:24.004Z | + chown build:build /home/build /work |
| 14 | 2024-08-24T16:21:25.990Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-24T16:21:26.017Z | process exited: duration 4087 ms, exit code 0 |
| |
| 16 | 2024-08-24T16:21:26.070Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-24T16:21:26.095Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-24T16:21:26.095Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-24T16:21:26.095Z | ' 1.80.1 |
| 20 | 2024-08-24T16:21:26.095Z | * toolchain profile = "default" |
| 21 | 2024-08-24T16:21:26.095Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-24T16:21:26.095Z | ' default |
| 23 | 2024-08-24T16:21:26.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-24T16:21:26.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-24T16:21:26.210Z | info: downloading installer |
| 26 | 2024-08-24T16:21:26.845Z | info: profile set to 'default' |
| 27 | 2024-08-24T16:21:26.845Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-24T16:21:26.845Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-24T16:21:26.936Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-24T16:21:26.937Z | info: downloading component 'cargo' |
| 31 | 2024-08-24T16:21:27.137Z | info: downloading component 'clippy' |
| 32 | 2024-08-24T16:21:27.200Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-24T16:21:27.447Z | info: downloading component 'rust-std' |
| 34 | 2024-08-24T16:21:27.806Z | info: downloading component 'rustc' |
| 35 | 2024-08-24T16:21:28.790Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-24T16:21:28.843Z | info: installing component 'cargo' |
| 37 | 2024-08-24T16:21:29.959Z | info: installing component 'clippy' |
| 38 | 2024-08-24T16:21:30.418Z | info: installing component 'rust-docs' |
| 39 | 2024-08-24T16:21:33.133Z | info: installing component 'rust-std' |
| 40 | 2024-08-24T16:21:35.016Z | info: installing component 'rustc' |
| 41 | 2024-08-24T16:21:40.024Z | info: installing component 'rustfmt' |
| 42 | 2024-08-24T16:21:40.401Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-24T16:21:40.401Z | |
| 44 | 2024-08-24T16:21:40.493Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-24T16:21:40.493Z | |
| 46 | 2024-08-24T16:21:40.493Z | |
| 47 | 2024-08-24T16:21:40.493Z | Rust is installed now. Great! |
| 48 | 2024-08-24T16:21:40.493Z | |
| 49 | 2024-08-24T16:21:40.493Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-24T16:21:40.493Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-24T16:21:40.493Z | |
| 52 | 2024-08-24T16:21:40.493Z | To configure your current shell, you need to source |
| 53 | 2024-08-24T16:21:40.493Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-24T16:21:40.493Z | |
| 55 | 2024-08-24T16:21:40.493Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-24T16:21:40.517Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-24T16:21:40.518Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-24T16:21:40.555Z | + rustc --version |
| 59 | 2024-08-24T16:21:40.637Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-24T16:21:40.661Z | process exited: duration 14572 ms, exit code 0 |
| |
| 61 | 2024-08-24T16:21:40.711Z | starting task 2: "authentication" |
| 62 | 2024-08-24T16:21:40.766Z | process exited: duration 55 ms, exit code 0 |
| |
| 63 | 2024-08-24T16:21:40.815Z | starting task 3: "clone repository" |
| 64 | 2024-08-24T16:21:40.839Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-24T16:21:40.839Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-24T16:21:40.863Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-24T16:21:49.439Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-24T16:21:49.439Z | + git fetch origin e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
| 69 | 2024-08-24T16:21:49.811Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-24T16:21:49.811Z | * branch e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 -> FETCH_HEAD |
| 71 | 2024-08-24T16:21:49.835Z | + [[ -n eliza/sensor-metric ]] |
| 72 | 2024-08-24T16:21:49.835Z | ++ git branch --show-current |
| 73 | 2024-08-24T16:21:49.835Z | + current=main |
| 74 | 2024-08-24T16:21:49.835Z | + [[ main != eliza/sensor-metric ]] |
| 75 | 2024-08-24T16:21:49.835Z | + git branch -f eliza/sensor-metric e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
| 76 | 2024-08-24T16:21:49.859Z | + git checkout -f eliza/sensor-metric |
| 77 | 2024-08-24T16:21:50.016Z | Switched to branch 'eliza/sensor-metric' |
| 78 | 2024-08-24T16:21:50.041Z | + git reset --hard e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 |
| 79 | 2024-08-24T16:21:50.065Z | HEAD is now at e7d2430f1 celsius |
| 80 | 2024-08-24T16:21:50.065Z | process exited: duration 9230 ms, exit code 0 |
| |
| 81 | 2024-08-24T16:21:50.116Z | starting task 4: "build" |
| 82 | 2024-08-24T16:21:50.140Z | + cargo --version |
| 83 | 2024-08-24T16:21:50.189Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-24T16:21:50.213Z | + rustc --version |
| 85 | 2024-08-24T16:21:50.265Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-24T16:21:50.289Z | + cd /tmp |
| 87 | 2024-08-24T16:21:50.289Z | + cargo new --lib test-project |
| 88 | 2024-08-24T16:21:50.335Z | Creating library `test-project` package |
| 89 | 2024-08-24T16:21:50.432Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-24T16:21:50.457Z | + cd test-project |
| 91 | 2024-08-24T16:21:50.457Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-24T16:21:50.508Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-24T16:21:50.508Z | Features: |
| 94 | 2024-08-24T16:21:50.508Z | - proptest |
| 95 | 2024-08-24T16:21:50.508Z | - test-strategy |
| 96 | 2024-08-24T16:21:50.509Z | - testing |
| 97 | 2024-08-24T16:21:50.533Z | Updating crates.io index |
| 98 | 2024-08-24T16:21:50.601Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-24T16:21:51.635Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-24T16:21:52.665Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-24T16:21:54.538Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-24T16:21:56.581Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-24T16:21:57.020Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-24T16:21:57.528Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-24T16:22:01.311Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-08-24T16:22:01.311Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-24T16:22:01.336Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-24T16:22:01.336Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-24T16:22:01.336Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-24T16:22:01.336Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-24T16:22:01.336Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-24T16:22:01.336Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-24T16:22:01.336Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-24T16:22:01.336Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 115 | 2024-08-24T16:22:01.336Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-24T16:22:01.336Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-24T16:22:01.336Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-24T16:22:01.337Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-24T16:22:01.337Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-24T16:22:01.337Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-24T16:22:01.337Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-24T16:22:01.337Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-24T16:22:01.337Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-24T16:22:01.337Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 125 | 2024-08-24T16:22:01.337Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 126 | 2024-08-24T16:22:01.337Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-24T16:22:01.337Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-24T16:22:01.337Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 129 | 2024-08-24T16:22:01.337Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-24T16:22:01.337Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-24T16:22:01.337Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-24T16:22:01.337Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 133 | 2024-08-24T16:22:01.361Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-24T16:22:01.361Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
| 135 | 2024-08-24T16:22:01.361Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-24T16:22:01.361Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-24T16:22:01.361Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-24T16:22:01.361Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-24T16:22:01.362Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-24T16:22:01.362Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-24T16:22:01.362Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-24T16:22:01.362Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-24T16:22:01.362Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-24T16:22:01.362Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-24T16:22:01.362Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-24T16:22:01.362Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-24T16:22:01.362Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-24T16:22:01.362Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-24T16:22:01.362Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-24T16:22:01.362Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-24T16:22:01.362Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-24T16:22:01.362Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-24T16:22:01.362Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-24T16:22:01.447Z | + cargo check |
| 155 | 2024-08-24T16:22:01.765Z | Downloading crates ... |
| 156 | 2024-08-24T16:22:01.846Z | Downloaded async-stream-impl v0.3.5 |
| 157 | 2024-08-24T16:22:01.873Z | Downloaded foreign-types-shared v0.1.1 |
| 158 | 2024-08-24T16:22:01.873Z | Downloaded match_cfg v0.1.0 |
| 159 | 2024-08-24T16:22:01.873Z | Downloaded openssl-probe v0.1.5 |
| 160 | 2024-08-24T16:22:01.873Z | Downloaded num-conv v0.1.0 |
| 161 | 2024-08-24T16:22:01.874Z | Downloaded waitgroup v0.1.2 |
| 162 | 2024-08-24T16:22:01.874Z | Downloaded want v0.3.1 |
| 163 | 2024-08-24T16:22:01.898Z | Downloaded slab v0.4.9 |
| 164 | 2024-08-24T16:22:01.899Z | Downloaded thiserror v1.0.63 |
| 165 | 2024-08-24T16:22:01.899Z | Downloaded slog-bunyan v2.5.0 |
| 166 | 2024-08-24T16:22:01.899Z | Downloaded paste v1.0.15 |
| 167 | 2024-08-24T16:22:01.899Z | Downloaded slog-term v2.9.1 |
| 168 | 2024-08-24T16:22:01.924Z | Downloaded proc-macro2 v1.0.86 |
| 169 | 2024-08-24T16:22:01.948Z | Downloaded strum_macros v0.26.4 |
| 170 | 2024-08-24T16:22:01.949Z | Downloaded tinyvec_macros v0.1.1 |
| 171 | 2024-08-24T16:22:01.949Z | Downloaded time-core v0.1.2 |
| 172 | 2024-08-24T16:22:01.949Z | Downloaded term v0.7.0 |
| 173 | 2024-08-24T16:22:01.949Z | Downloaded tokio-rustls v0.24.1 |
| 174 | 2024-08-24T16:22:01.949Z | Downloaded tracing-core v0.1.32 |
| 175 | 2024-08-24T16:22:01.949Z | Downloaded tracing v0.1.40 |
| 176 | 2024-08-24T16:22:01.949Z | Downloaded thiserror-impl v1.0.63 |
| 177 | 2024-08-24T16:22:01.949Z | Downloaded thread_local v1.1.8 |
| 178 | 2024-08-24T16:22:01.973Z | Downloaded rustls-webpki v0.101.7 |
| 179 | 2024-08-24T16:22:01.999Z | Downloaded toml v0.8.19 |
| 180 | 2024-08-24T16:22:01.999Z | Downloaded tokio-rustls v0.25.0 |
| 181 | 2024-08-24T16:22:01.999Z | Downloaded tinyvec v1.8.0 |
| 182 | 2024-08-24T16:22:01.999Z | Downloaded num-traits v0.2.19 |
| 183 | 2024-08-24T16:22:01.999Z | Downloaded mio v1.0.2 |
| 184 | 2024-08-24T16:22:02.023Z | Downloaded openssl-sys v0.9.103 |
| 185 | 2024-08-24T16:22:02.023Z | Downloaded toml_edit v0.22.20 |
| 186 | 2024-08-24T16:22:02.048Z | Downloaded hashbrown v0.14.5 |
| 187 | 2024-08-24T16:22:02.048Z | Downloaded time v0.3.36 |
| 188 | 2024-08-24T16:22:02.073Z | Downloaded openssl v0.10.66 |
| 189 | 2024-08-24T16:22:02.073Z | Downloaded tokio-util v0.7.11 |
| 190 | 2024-08-24T16:22:02.073Z | Downloaded openapiv3 v2.0.0 |
| 191 | 2024-08-24T16:22:02.097Z | Downloaded idna v0.5.0 |
| 192 | 2024-08-24T16:22:02.097Z | Downloaded libc v0.2.158 |
| 193 | 2024-08-24T16:22:02.122Z | Downloaded hyper v0.14.30 |
| 194 | 2024-08-24T16:22:02.146Z | Downloaded tokio v1.39.3 |
| 195 | 2024-08-24T16:22:02.174Z | Downloaded h2 v0.3.26 |
| 196 | 2024-08-24T16:22:02.198Z | Downloaded goblin v0.8.2 |
| 197 | 2024-08-24T16:22:02.198Z | Downloaded encoding_rs v0.8.34 |
| 198 | 2024-08-24T16:22:02.222Z | Downloaded futures-util v0.3.30 |
| 199 | 2024-08-24T16:22:02.247Z | Downloaded chrono v0.4.38 |
| 200 | 2024-08-24T16:22:02.247Z | Downloaded aho-corasick v1.1.3 |
| 201 | 2024-08-24T16:22:02.247Z | Downloaded memchr v2.7.4 |
| 202 | 2024-08-24T16:22:02.271Z | Downloaded ring v0.17.8 |
| 203 | 2024-08-24T16:22:02.327Z | Downloaded http v1.1.0 |
| 204 | 2024-08-24T16:22:02.355Z | Downloaded http v0.2.12 |
| 205 | 2024-08-24T16:22:02.355Z | Downloaded hashbrown v0.12.3 |
| 206 | 2024-08-24T16:22:02.355Z | Downloaded ucd-trie v0.1.6 |
| 207 | 2024-08-24T16:22:02.355Z | Downloaded typenum v1.17.0 |
| 208 | 2024-08-24T16:22:02.356Z | Downloaded base64 v0.21.7 |
| 209 | 2024-08-24T16:22:02.356Z | Downloaded rustls v0.22.4 |
| 210 | 2024-08-24T16:22:02.387Z | Downloaded rustls v0.21.12 |
| 211 | 2024-08-24T16:22:02.387Z | Downloaded regress v0.10.0 |
| 212 | 2024-08-24T16:22:02.387Z | Downloaded regress v0.9.1 |
| 213 | 2024-08-24T16:22:02.412Z | Downloaded regex-syntax v0.8.4 |
| 214 | 2024-08-24T16:22:02.412Z | Downloaded regex-automata v0.4.7 |
| 215 | 2024-08-24T16:22:02.437Z | Downloaded regex v1.10.6 |
| 216 | 2024-08-24T16:22:02.461Z | Downloaded indexmap v2.4.0 |
| 217 | 2024-08-24T16:22:02.461Z | Downloaded indexmap v1.9.3 |
| 218 | 2024-08-24T16:22:02.461Z | Downloaded crossbeam-channel v0.5.13 |
| 219 | 2024-08-24T16:22:02.461Z | Downloaded cc v1.1.14 |
| 220 | 2024-08-24T16:22:02.461Z | Downloaded base64 v0.22.1 |
| 221 | 2024-08-24T16:22:02.461Z | Downloaded time-macros v0.2.18 |
| 222 | 2024-08-24T16:22:02.461Z | Downloaded syn v2.0.76 |
| 223 | 2024-08-24T16:22:02.486Z | Downloaded scroll v0.12.0 |
| 224 | 2024-08-24T16:22:02.486Z | Downloaded multer v3.1.0 |
| 225 | 2024-08-24T16:22:02.486Z | Downloaded crossbeam-utils v0.8.20 |
| 226 | 2024-08-24T16:22:02.486Z | Downloaded bitflags v2.6.0 |
| 227 | 2024-08-24T16:22:02.486Z | Downloaded allocator-api2 v0.2.18 |
| 228 | 2024-08-24T16:22:02.510Z | Downloaded ahash v0.8.11 |
| 229 | 2024-08-24T16:22:02.510Z | Downloaded webpki-roots v0.25.4 |
| 230 | 2024-08-24T16:22:02.510Z | Downloaded thread-id v4.2.2 |
| 231 | 2024-08-24T16:22:02.510Z | Downloaded toml_datetime v0.6.8 |
| 232 | 2024-08-24T16:22:02.510Z | Downloaded tokio-native-tls v0.3.1 |
| 233 | 2024-08-24T16:22:02.510Z | Downloaded reqwest v0.11.27 |
| 234 | 2024-08-24T16:22:02.510Z | Downloaded vcpkg v0.2.15 |
| 235 | 2024-08-24T16:22:02.552Z | Downloaded lock_api v0.4.12 |
| 236 | 2024-08-24T16:22:02.576Z | Downloaded ipnetwork v0.20.0 |
| 237 | 2024-08-24T16:22:02.576Z | Downloaded hyper-rustls v0.24.2 |
| 238 | 2024-08-24T16:22:02.576Z | Downloaded generic-array v0.14.7 |
| 239 | 2024-08-24T16:22:02.576Z | Downloaded serde_with v3.9.0 |
| 240 | 2024-08-24T16:22:02.576Z | Downloaded serde_json v1.0.127 |
| 241 | 2024-08-24T16:22:02.600Z | Downloaded rustls-webpki v0.102.6 |
| 242 | 2024-08-24T16:22:02.600Z | Downloaded winnow v0.6.18 |
| 243 | 2024-08-24T16:22:02.625Z | Downloaded hostname v0.3.1 |
| 244 | 2024-08-24T16:22:02.625Z | Downloaded futures-channel v0.3.30 |
| 245 | 2024-08-24T16:22:02.625Z | Downloaded dyn-clone v1.0.17 |
| 246 | 2024-08-24T16:22:02.625Z | Downloaded schemars v0.8.21 |
| 247 | 2024-08-24T16:22:02.625Z | Downloaded zerocopy v0.7.35 |
| 248 | 2024-08-24T16:22:02.649Z | Downloaded newtype-uuid v1.1.0 |
| 249 | 2024-08-24T16:22:02.649Z | Downloaded log v0.4.22 |
| 250 | 2024-08-24T16:22:02.649Z | Downloaded instant v0.1.13 |
| 251 | 2024-08-24T16:22:02.649Z | Downloaded httpdate v1.0.3 |
| 252 | 2024-08-24T16:22:02.649Z | Downloaded digest v0.10.7 |
| 253 | 2024-08-24T16:22:02.674Z | Downloaded darling_core v0.20.10 |
| 254 | 2024-08-24T16:22:02.674Z | Downloaded bytes v1.7.1 |
| 255 | 2024-08-24T16:22:02.674Z | Downloaded serde_yaml v0.9.34+deprecated |
| 256 | 2024-08-24T16:22:02.674Z | Downloaded pest v2.7.11 |
| 257 | 2024-08-24T16:22:02.674Z | Downloaded unicode-normalization v0.1.23 |
| 258 | 2024-08-24T16:22:02.674Z | Downloaded futures v0.3.30 |
| 259 | 2024-08-24T16:22:02.698Z | Downloaded darling v0.20.10 |
| 260 | 2024-08-24T16:22:02.698Z | Downloaded serde_derive v1.0.209 |
| 261 | 2024-08-24T16:22:02.698Z | Downloaded itoa v1.0.11 |
| 262 | 2024-08-24T16:22:02.698Z | Downloaded heck v0.5.0 |
| 263 | 2024-08-24T16:22:02.698Z | Downloaded cpufeatures v0.2.13 |
| 264 | 2024-08-24T16:22:02.698Z | Downloaded camino v1.1.9 |
| 265 | 2024-08-24T16:22:02.698Z | Downloaded slog v2.7.0 |
| 266 | 2024-08-24T16:22:02.699Z | Downloaded rustls-pemfile v2.1.3 |
| 267 | 2024-08-24T16:22:02.699Z | Downloaded usdt-impl v0.5.0 |
| 268 | 2024-08-24T16:22:02.699Z | Downloaded try-lock v0.2.5 |
| 269 | 2024-08-24T16:22:02.699Z | Downloaded tower-service v0.3.3 |
| 270 | 2024-08-24T16:22:02.723Z | Downloaded tokio-macros v2.4.0 |
| 271 | 2024-08-24T16:22:02.723Z | Downloaded serde_derive_internals v0.29.1 |
| 272 | 2024-08-24T16:22:02.723Z | Downloaded semver v1.0.23 |
| 273 | 2024-08-24T16:22:02.723Z | Downloaded rand v0.8.5 |
| 274 | 2024-08-24T16:22:02.723Z | Downloaded quote v1.0.37 |
| 275 | 2024-08-24T16:22:02.723Z | Downloaded macaddr v1.0.1 |
| 276 | 2024-08-24T16:22:02.723Z | Downloaded futures-macro v0.3.30 |
| 277 | 2024-08-24T16:22:02.723Z | Downloaded sync_wrapper v0.1.2 |
| 278 | 2024-08-24T16:22:02.723Z | Downloaded subtle v2.6.1 |
| 279 | 2024-08-24T16:22:02.723Z | Downloaded structmeta v0.3.0 |
| 280 | 2024-08-24T16:22:02.723Z | Downloaded spin v0.9.8 |
| 281 | 2024-08-24T16:22:02.723Z | Downloaded smallvec v1.13.2 |
| 282 | 2024-08-24T16:22:02.723Z | Downloaded sha2 v0.10.8 |
| 283 | 2024-08-24T16:22:02.748Z | Downloaded serde v1.0.209 |
| 284 | 2024-08-24T16:22:02.748Z | Downloaded rand_chacha v0.3.1 |
| 285 | 2024-08-24T16:22:02.748Z | Downloaded powerfmt v0.2.0 |
| 286 | 2024-08-24T16:22:02.748Z | Downloaded mime v0.3.17 |
| 287 | 2024-08-24T16:22:02.748Z | Downloaded http-body v0.4.6 |
| 288 | 2024-08-24T16:22:02.748Z | Downloaded futures-task v0.3.30 |
| 289 | 2024-08-24T16:22:02.748Z | Downloaded futures-executor v0.3.30 |
| 290 | 2024-08-24T16:22:02.748Z | Downloaded form_urlencoded v1.2.1 |
| 291 | 2024-08-24T16:22:02.748Z | Downloaded dirs-next v2.0.0 |
| 292 | 2024-08-24T16:22:02.748Z | Downloaded cfg-if v1.0.0 |
| 293 | 2024-08-24T16:22:02.748Z | Downloaded byteorder v1.5.0 |
| 294 | 2024-08-24T16:22:02.748Z | Downloaded strum v0.26.3 |
| 295 | 2024-08-24T16:22:02.748Z | Downloaded socket2 v0.5.7 |
| 296 | 2024-08-24T16:22:02.748Z | Downloaded slog-json v2.6.1 |
| 297 | 2024-08-24T16:22:02.749Z | Downloaded signal-hook-registry v1.4.2 |
| 298 | 2024-08-24T16:22:02.749Z | Downloaded serde_tokenstream v0.2.2 |
| 299 | 2024-08-24T16:22:02.749Z | Downloaded serde_path_to_error v0.1.16 |
| 300 | 2024-08-24T16:22:02.773Z | Downloaded scroll_derive v0.12.0 |
| 301 | 2024-08-24T16:22:02.773Z | Downloaded scopeguard v1.2.0 |
| 302 | 2024-08-24T16:22:02.773Z | Downloaded ryu v1.0.18 |
| 303 | 2024-08-24T16:22:02.773Z | Downloaded rustversion v1.0.17 |
| 304 | 2024-08-24T16:22:02.773Z | Downloaded ipnet v2.9.0 |
| 305 | 2024-08-24T16:22:02.773Z | Downloaded dof v0.3.0 |
| 306 | 2024-08-24T16:22:02.773Z | Downloaded pretty-hex v0.4.1 |
| 307 | 2024-08-24T16:22:02.773Z | Downloaded url v2.5.2 |
| 308 | 2024-08-24T16:22:02.773Z | Downloaded unsafe-libyaml v0.2.11 |
| 309 | 2024-08-24T16:22:02.773Z | Downloaded once_cell v1.19.0 |
| 310 | 2024-08-24T16:22:02.773Z | Downloaded pest_meta v2.7.11 |
| 311 | 2024-08-24T16:22:02.773Z | Downloaded uuid v1.10.0 |
| 312 | 2024-08-24T16:22:02.798Z | Downloaded native-tls v0.2.12 |
| 313 | 2024-08-24T16:22:02.798Z | Downloaded iana-time-zone v0.1.60 |
| 314 | 2024-08-24T16:22:02.798Z | Downloaded httparse v1.9.4 |
| 315 | 2024-08-24T16:22:02.798Z | Downloaded autocfg v1.3.0 |
| 316 | 2024-08-24T16:22:02.798Z | Downloaded openssl-macros v0.1.1 |
| 317 | 2024-08-24T16:22:02.798Z | Downloaded omicron-workspace-hack v0.1.0 |
| 318 | 2024-08-24T16:22:02.798Z | Downloaded memmap v0.7.0 |
| 319 | 2024-08-24T16:22:02.798Z | Downloaded ident_case v1.0.1 |
| 320 | 2024-08-24T16:22:02.798Z | Downloaded getrandom v0.2.15 |
| 321 | 2024-08-24T16:22:02.798Z | Downloaded foreign-types v0.3.2 |
| 322 | 2024-08-24T16:22:02.798Z | Downloaded async-trait v0.1.81 |
| 323 | 2024-08-24T16:22:02.798Z | Downloaded slog-async v2.8.0 |
| 324 | 2024-08-24T16:22:02.798Z | Downloaded serde_with_macros v3.9.0 |
| 325 | 2024-08-24T16:22:02.823Z | Downloaded serde_spanned v0.6.7 |
| 326 | 2024-08-24T16:22:02.823Z | Downloaded sct v0.7.1 |
| 327 | 2024-08-24T16:22:02.823Z | Downloaded schemars_derive v0.8.21 |
| 328 | 2024-08-24T16:22:02.823Z | Downloaded rustls-pki-types v1.8.0 |
| 329 | 2024-08-24T16:22:02.823Z | Downloaded pin-project-lite v0.2.14 |
| 330 | 2024-08-24T16:22:02.823Z | Downloaded zeroize v1.8.1 |
| 331 | 2024-08-24T16:22:02.823Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2024-08-24T16:22:02.823Z | Downloaded version_check v0.9.5 |
| 333 | 2024-08-24T16:22:02.823Z | Downloaded unicode-ident v1.0.12 |
| 334 | 2024-08-24T16:22:02.823Z | Downloaded unicode-bidi v0.3.15 |
| 335 | 2024-08-24T16:22:02.852Z | Downloaded parking_lot v0.12.3 |
| 336 | 2024-08-24T16:22:02.852Z | Downloaded is-terminal v0.4.13 |
| 337 | 2024-08-24T16:22:02.852Z | Downloaded equivalent v1.0.1 |
| 338 | 2024-08-24T16:22:02.852Z | Downloaded dirs-sys-next v0.1.2 |
| 339 | 2024-08-24T16:22:02.852Z | Downloaded backoff v0.4.0 |
| 340 | 2024-08-24T16:22:02.852Z | Downloaded take_mut v0.2.2 |
| 341 | 2024-08-24T16:22:02.852Z | Downloaded structmeta-derive v0.3.0 |
| 342 | 2024-08-24T16:22:02.852Z | Downloaded strsim v0.11.1 |
| 343 | 2024-08-24T16:22:02.852Z | Downloaded serde_urlencoded v0.7.1 |
| 344 | 2024-08-24T16:22:02.852Z | Downloaded rand_core v0.6.4 |
| 345 | 2024-08-24T16:22:02.852Z | Downloaded ppv-lite86 v0.2.20 |
| 346 | 2024-08-24T16:22:02.852Z | Downloaded pin-utils v0.1.0 |
| 347 | 2024-08-24T16:22:02.852Z | Downloaded pest_derive v2.7.11 |
| 348 | 2024-08-24T16:22:02.852Z | Downloaded parse-display v0.10.0 |
| 349 | 2024-08-24T16:22:02.852Z | Downloaded parking_lot_core v0.9.10 |
| 350 | 2024-08-24T16:22:02.852Z | Downloaded usdt v0.5.0 |
| 351 | 2024-08-24T16:22:02.852Z | Downloaded shlex v1.3.0 |
| 352 | 2024-08-24T16:22:02.852Z | Downloaded sha1 v0.10.6 |
| 353 | 2024-08-24T16:22:02.852Z | Downloaded rustls-pemfile v1.0.4 |
| 354 | 2024-08-24T16:22:02.883Z | Downloaded plain v0.2.3 |
| 355 | 2024-08-24T16:22:02.883Z | Downloaded pkg-config v0.3.30 |
| 356 | 2024-08-24T16:22:02.883Z | Downloaded pest_generator v2.7.11 |
| 357 | 2024-08-24T16:22:02.883Z | Downloaded percent-encoding v2.3.1 |
| 358 | 2024-08-24T16:22:02.883Z | Downloaded parse-display-derive v0.10.0 |
| 359 | 2024-08-24T16:22:02.883Z | Downloaded usdt-attr-macro v0.5.0 |
| 360 | 2024-08-24T16:22:02.883Z | Downloaded hyper-tls v0.5.0 |
| 361 | 2024-08-24T16:22:02.883Z | Downloaded hostname v0.4.0 |
| 362 | 2024-08-24T16:22:02.883Z | Downloaded hex v0.4.3 |
| 363 | 2024-08-24T16:22:02.883Z | Downloaded futures-sink v0.3.30 |
| 364 | 2024-08-24T16:22:02.883Z | Downloaded futures-io v0.3.30 |
| 365 | 2024-08-24T16:22:02.883Z | Downloaded futures-core v0.3.30 |
| 366 | 2024-08-24T16:22:02.883Z | Downloaded fnv v1.0.7 |
| 367 | 2024-08-24T16:22:02.883Z | Downloaded dtrace-parser v0.2.0 |
| 368 | 2024-08-24T16:22:02.883Z | Downloaded deranged v0.3.11 |
| 369 | 2024-08-24T16:22:02.883Z | Downloaded async-stream v0.3.5 |
| 370 | 2024-08-24T16:22:02.883Z | Downloaded usdt-macro v0.5.0 |
| 371 | 2024-08-24T16:22:02.883Z | Downloaded debug-ignore v1.0.5 |
| 372 | 2024-08-24T16:22:02.883Z | Downloaded darling_macro v0.20.10 |
| 373 | 2024-08-24T16:22:02.883Z | Downloaded crypto-common v0.1.6 |
| 374 | 2024-08-24T16:22:02.883Z | Downloaded atomic-waker v1.1.2 |
| 375 | 2024-08-24T16:22:02.883Z | Downloaded untrusted v0.9.0 |
| 376 | 2024-08-24T16:22:02.883Z | Downloaded block-buffer v0.10.4 |
| 377 | 2024-08-24T16:22:02.883Z | Downloaded anyhow v1.0.86 |
| 378 | 2024-08-24T16:22:02.909Z | Downloaded num_threads v0.1.7 |
| 379 | 2024-08-24T16:22:02.986Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-08-24T16:22:02.986Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-08-24T16:22:03.011Z | Compiling libc v0.2.158 |
| 382 | 2024-08-24T16:22:03.011Z | Checking cfg-if v1.0.0 |
| 383 | 2024-08-24T16:22:03.011Z | Compiling version_check v0.9.5 |
| 384 | 2024-08-24T16:22:03.011Z | Compiling autocfg v1.3.0 |
| 385 | 2024-08-24T16:22:03.011Z | Compiling serde v1.0.209 |
| 386 | 2024-08-24T16:22:03.011Z | Checking memchr v2.7.4 |
| 387 | 2024-08-24T16:22:03.099Z | Compiling serde_json v1.0.127 |
| 388 | 2024-08-24T16:22:03.551Z | Checking itoa v1.0.11 |
| 389 | 2024-08-24T16:22:03.627Z | Compiling shlex v1.3.0 |
| 390 | 2024-08-24T16:22:03.682Z | Compiling ahash v0.8.11 |
| 391 | 2024-08-24T16:22:03.748Z | Checking byteorder v1.5.0 |
| 392 | 2024-08-24T16:22:03.785Z | Checking once_cell v1.19.0 |
| 393 | 2024-08-24T16:22:03.877Z | Compiling thiserror v1.0.63 |
| 394 | 2024-08-24T16:22:03.981Z | Compiling cc v1.1.14 |
| 395 | 2024-08-24T16:22:04.135Z | Compiling num-traits v0.2.19 |
| 396 | 2024-08-24T16:22:04.545Z | Checking getrandom v0.2.15 |
| 397 | 2024-08-24T16:22:04.590Z | Checking pin-project-lite v0.2.14 |
| 398 | 2024-08-24T16:22:04.686Z | Compiling quote v1.0.37 |
| 399 | 2024-08-24T16:22:04.728Z | Checking ryu v1.0.18 |
| 400 | 2024-08-24T16:22:04.808Z | Checking bytes v1.7.1 |
| 401 | 2024-08-24T16:22:04.843Z | Checking log v0.4.22 |
| 402 | 2024-08-24T16:22:04.981Z | Compiling syn v2.0.76 |
| 403 | 2024-08-24T16:22:05.050Z | Checking allocator-api2 v0.2.18 |
| 404 | 2024-08-24T16:22:05.107Z | Compiling lock_api v0.4.12 |
| 405 | 2024-08-24T16:22:05.205Z | Compiling schemars v0.8.21 |
| 406 | 2024-08-24T16:22:05.300Z | Compiling parking_lot_core v0.9.10 |
| 407 | 2024-08-24T16:22:05.376Z | Checking scopeguard v1.2.0 |
| 408 | 2024-08-24T16:22:05.448Z | Checking smallvec v1.13.2 |
| 409 | 2024-08-24T16:22:05.496Z | Checking futures-core v0.3.30 |
| 410 | 2024-08-24T16:22:05.544Z | Checking mio v1.0.2 |
| 411 | 2024-08-24T16:22:05.592Z | Checking socket2 v0.5.7 |
| 412 | 2024-08-24T16:22:05.650Z | Checking signal-hook-registry v1.4.2 |
| 413 | 2024-08-24T16:22:05.710Z | Compiling slab v0.4.9 |
| 414 | 2024-08-24T16:22:05.871Z | Checking futures-sink v0.3.30 |
| 415 | 2024-08-24T16:22:05.935Z | Checking spin v0.9.8 |
| 416 | 2024-08-24T16:22:05.986Z | Checking equivalent v1.0.1 |
| 417 | 2024-08-24T16:22:06.010Z | Checking fnv v1.0.7 |
| 418 | 2024-08-24T16:22:06.040Z | Checking parking_lot v0.12.3 |
| 419 | 2024-08-24T16:22:06.080Z | Checking untrusted v0.9.0 |
| 420 | 2024-08-24T16:22:06.104Z | Checking futures-channel v0.3.30 |
| 421 | 2024-08-24T16:22:06.128Z | Checking pin-utils v0.1.0 |
| 422 | 2024-08-24T16:22:06.189Z | Compiling vcpkg v0.2.15 |
| 423 | 2024-08-24T16:22:06.213Z | Compiling pkg-config v0.3.30 |
| 424 | 2024-08-24T16:22:06.328Z | Checking futures-io v0.3.30 |
| 425 | 2024-08-24T16:22:06.353Z | Compiling heck v0.5.0 |
| 426 | 2024-08-24T16:22:06.401Z | Compiling semver v1.0.23 |
| 427 | 2024-08-24T16:22:06.473Z | Checking futures-task v0.3.30 |
| 428 | 2024-08-24T16:22:06.662Z | Compiling ring v0.17.8 |
| 429 | 2024-08-24T16:22:06.711Z | Compiling ucd-trie v0.1.6 |
| 430 | 2024-08-24T16:22:06.735Z | Checking iana-time-zone v0.1.60 |
| 431 | 2024-08-24T16:22:06.832Z | Checking http v0.2.12 |
| 432 | 2024-08-24T16:22:07.129Z | Checking dyn-clone v1.0.17 |
| 433 | 2024-08-24T16:22:07.245Z | Compiling httparse v1.9.4 |
| 434 | 2024-08-24T16:22:07.578Z | Compiling openssl-sys v0.9.103 |
| 435 | 2024-08-24T16:22:07.889Z | Checking tracing-core v0.1.32 |
| 436 | 2024-08-24T16:22:07.937Z | Compiling uuid v1.10.0 |
| 437 | 2024-08-24T16:22:08.310Z | Compiling chrono v0.4.38 |
| 438 | 2024-08-24T16:22:08.334Z | Compiling slog v2.7.0 |
| 439 | 2024-08-24T16:22:08.432Z | Compiling openssl v0.10.66 |
| 440 | 2024-08-24T16:22:08.456Z | Checking tracing v0.1.40 |
| 441 | 2024-08-24T16:22:08.528Z | Checking try-lock v0.2.5 |
| 442 | 2024-08-24T16:22:08.641Z | Checking foreign-types-shared v0.1.1 |
| 443 | 2024-08-24T16:22:08.714Z | Checking want v0.3.1 |
| 444 | 2024-08-24T16:22:08.739Z | Checking foreign-types v0.3.2 |
| 445 | 2024-08-24T16:22:08.826Z | Checking http-body v0.4.6 |
| 446 | 2024-08-24T16:22:08.850Z | Compiling aho-corasick v1.1.3 |
| 447 | 2024-08-24T16:22:08.875Z | Compiling native-tls v0.2.12 |
| 448 | 2024-08-24T16:22:09.136Z | Checking tinyvec_macros v0.1.1 |
| 449 | 2024-08-24T16:22:09.161Z | Checking tower-service v0.3.3 |
| 450 | 2024-08-24T16:22:09.204Z | Compiling rustls v0.21.12 |
| 451 | 2024-08-24T16:22:09.249Z | Compiling typenum v1.17.0 |
| 452 | 2024-08-24T16:22:09.461Z | Checking percent-encoding v2.3.1 |
| 453 | 2024-08-24T16:22:09.633Z | Compiling regex-syntax v0.8.4 |
| 454 | 2024-08-24T16:22:09.783Z | Checking bitflags v2.6.0 |
| 455 | 2024-08-24T16:22:09.931Z | Checking httpdate v1.0.3 |
| 456 | 2024-08-24T16:22:10.000Z | Checking form_urlencoded v1.2.1 |
| 457 | 2024-08-24T16:22:10.082Z | Checking tinyvec v1.8.0 |
| 458 | 2024-08-24T16:22:10.170Z | Compiling generic-array v0.14.7 |
| 459 | 2024-08-24T16:22:10.445Z | Compiling serde_derive_internals v0.29.1 |
| 460 | 2024-08-24T16:22:10.637Z | Checking openssl-probe v0.1.5 |
| 461 | 2024-08-24T16:22:11.156Z | Checking unicode-normalization v0.1.23 |
| 462 | 2024-08-24T16:22:11.608Z | Checking rustls-webpki v0.101.7 |
| 463 | 2024-08-24T16:22:11.854Z | Checking sct v0.7.1 |
| 464 | 2024-08-24T16:22:12.340Z | Compiling usdt-impl v0.5.0 |
| 465 | 2024-08-24T16:22:12.554Z | Compiling regex-automata v0.4.7 |
| 466 | 2024-08-24T16:22:12.701Z | Checking encoding_rs v0.8.34 |
| 467 | 2024-08-24T16:22:12.726Z | Compiling num-conv v0.1.0 |
| 468 | 2024-08-24T16:22:12.854Z | Checking mime v0.3.17 |
| 469 | 2024-08-24T16:22:12.968Z | Checking powerfmt v0.2.0 |
| 470 | 2024-08-24T16:22:13.125Z | Checking unicode-bidi v0.3.15 |
| 471 | 2024-08-24T16:22:13.201Z | Compiling time-core v0.1.2 |
| 472 | 2024-08-24T16:22:13.350Z | Compiling time-macros v0.2.18 |
| 473 | 2024-08-24T16:22:13.653Z | Checking idna v0.5.0 |
| 474 | 2024-08-24T16:22:14.248Z | Checking deranged v0.3.11 |
| 475 | 2024-08-24T16:22:14.422Z | Compiling thread-id v4.2.2 |
| 476 | 2024-08-24T16:22:14.823Z | Checking rustls-pki-types v1.8.0 |
| 477 | 2024-08-24T16:22:14.848Z | Checking num_threads v0.1.7 |
| 478 | 2024-08-24T16:22:14.872Z | Compiling serde_derive v1.0.209 |
| 479 | 2024-08-24T16:22:14.928Z | Compiling zerocopy-derive v0.7.35 |
| 480 | 2024-08-24T16:22:15.165Z | Compiling thiserror-impl v1.0.63 |
| 481 | 2024-08-24T16:22:15.411Z | Compiling schemars_derive v0.8.21 |
| 482 | 2024-08-24T16:22:15.597Z | Compiling tokio-macros v2.4.0 |
| 483 | 2024-08-24T16:22:15.640Z | Compiling futures-macro v0.3.30 |
| 484 | 2024-08-24T16:22:15.842Z | Compiling openssl-macros v0.1.1 |
| 485 | 2024-08-24T16:22:16.569Z | Checking zerocopy v0.7.35 |
| 486 | 2024-08-24T16:22:17.133Z | Checking tokio v1.39.3 |
| 487 | 2024-08-24T16:22:17.514Z | Checking futures-util v0.3.30 |
| 488 | 2024-08-24T16:22:17.740Z | Compiling pest v2.7.11 |
| 489 | 2024-08-24T16:22:18.068Z | Checking hashbrown v0.14.5 |
| 490 | 2024-08-24T16:22:18.939Z | Compiling regex v1.10.6 |
| 491 | 2024-08-24T16:22:18.988Z | Compiling scroll_derive v0.12.0 |
| 492 | 2024-08-24T16:22:19.620Z | Compiling regress v0.10.0 |
| 493 | 2024-08-24T16:22:19.731Z | Compiling pest_meta v2.7.11 |
| 494 | 2024-08-24T16:22:20.070Z | Checking scroll v0.12.0 |
| 495 | 2024-08-24T16:22:20.725Z | Compiling pest_generator v2.7.11 |
| 496 | 2024-08-24T16:22:22.578Z | Compiling ident_case v1.0.1 |
| 497 | 2024-08-24T16:22:22.733Z | Checking plain v0.2.3 |
| 498 | 2024-08-24T16:22:22.799Z | Checking tokio-util v0.7.11 |
| 499 | 2024-08-24T16:22:22.852Z | Checking tokio-native-tls v0.3.1 |
| 500 | 2024-08-24T16:22:22.986Z | Checking tokio-rustls v0.24.1 |
| 501 | 2024-08-24T16:22:23.042Z | Compiling pest_derive v2.7.11 |
| 502 | 2024-08-24T16:22:23.066Z | Compiling crossbeam-utils v0.8.20 |
| 503 | 2024-08-24T16:22:23.201Z | Checking base64 v0.21.7 |
| 504 | 2024-08-24T16:22:23.279Z | Compiling strsim v0.11.1 |
| 505 | 2024-08-24T16:22:23.593Z | Checking rustls-pemfile v1.0.4 |
| 506 | 2024-08-24T16:22:23.747Z | Checking time v0.3.36 |
| 507 | 2024-08-24T16:22:23.772Z | Compiling darling_core v0.20.10 |
| 508 | 2024-08-24T16:22:23.772Z | Compiling dtrace-parser v0.2.0 |
| 509 | 2024-08-24T16:22:23.917Z | Checking goblin v0.8.2 |
| 510 | 2024-08-24T16:22:24.582Z | Checking indexmap v2.4.0 |
| 511 | 2024-08-24T16:22:25.124Z | Compiling serde_tokenstream v0.2.2 |
| 512 | 2024-08-24T16:22:25.625Z | Checking h2 v0.3.26 |
| 513 | 2024-08-24T16:22:25.976Z | Checking serde_urlencoded v0.7.1 |
| 514 | 2024-08-24T16:22:26.161Z | Checking openapiv3 v2.0.0 |
| 515 | 2024-08-24T16:22:26.784Z | Compiling dof v0.3.0 |
| 516 | 2024-08-24T16:22:28.436Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 517 | 2024-08-24T16:22:28.652Z | Checking url v2.5.2 |
| 518 | 2024-08-24T16:22:28.805Z | Checking dirs-sys-next v0.1.2 |
| 519 | 2024-08-24T16:22:28.892Z | Checking hyper v0.14.30 |
| 520 | 2024-08-24T16:22:29.277Z | Checking sync_wrapper v0.1.2 |
| 521 | 2024-08-24T16:22:29.302Z | Checking pretty-hex v0.4.1 |
| 522 | 2024-08-24T16:22:29.326Z | Compiling rustversion v1.0.17 |
| 523 | 2024-08-24T16:22:29.381Z | Compiling unsafe-libyaml v0.2.11 |
| 524 | 2024-08-24T16:22:29.440Z | Compiling paste v1.0.15 |
| 525 | 2024-08-24T16:22:29.673Z | Checking webpki-roots v0.25.4 |
| 526 | 2024-08-24T16:22:29.798Z | Compiling rustls v0.22.4 |
| 527 | 2024-08-24T16:22:29.854Z | Compiling omicron-workspace-hack v0.1.0 |
| 528 | 2024-08-24T16:22:29.900Z | Checking ipnet v2.9.0 |
| 529 | 2024-08-24T16:22:30.284Z | Checking dirs-next v2.0.0 |
| 530 | 2024-08-24T16:22:30.309Z | Compiling darling_macro v0.20.10 |
| 531 | 2024-08-24T16:22:30.379Z | Compiling serde_yaml v0.9.34+deprecated |
| 532 | 2024-08-24T16:22:30.425Z | Checking toml_datetime v0.6.8 |
| 533 | 2024-08-24T16:22:30.637Z | Checking serde_spanned v0.6.7 |
| 534 | 2024-08-24T16:22:30.740Z | Checking ppv-lite86 v0.2.20 |
| 535 | 2024-08-24T16:22:30.792Z | Checking block-buffer v0.10.4 |
| 536 | 2024-08-24T16:22:30.817Z | Checking crypto-common v0.1.6 |
| 537 | 2024-08-24T16:22:30.941Z | Checking rustls-webpki v0.102.6 |
| 538 | 2024-08-24T16:22:30.965Z | Compiling structmeta-derive v0.3.0 |
| 539 | 2024-08-24T16:22:31.136Z | Checking rand_core v0.6.4 |
| 540 | 2024-08-24T16:22:31.327Z | Checking thread_local v1.1.8 |
| 541 | 2024-08-24T16:22:31.351Z | Compiling multer v3.1.0 |
| 542 | 2024-08-24T16:22:31.380Z | Checking winnow v0.6.18 |
| 543 | 2024-08-24T16:22:31.555Z | Compiling camino v1.1.9 |
| 544 | 2024-08-24T16:22:31.580Z | Checking subtle v2.6.1 |
| 545 | 2024-08-24T16:22:31.632Z | Compiling slog-async v2.8.0 |
| 546 | 2024-08-24T16:22:31.753Z | Checking zeroize v1.8.1 |
| 547 | 2024-08-24T16:22:31.974Z | Compiling anyhow v1.0.86 |
| 548 | 2024-08-24T16:22:32.064Z | Checking match_cfg v0.1.0 |
| 549 | 2024-08-24T16:22:32.146Z | Checking hostname v0.3.1 |
| 550 | 2024-08-24T16:22:32.313Z | Checking rand_chacha v0.3.1 |
| 551 | 2024-08-24T16:22:32.503Z | Checking hyper-rustls v0.24.2 |
| 552 | 2024-08-24T16:22:32.609Z | Checking hyper-tls v0.5.0 |
| 553 | 2024-08-24T16:22:32.733Z | Checking crossbeam-channel v0.5.13 |
| 554 | 2024-08-24T16:22:32.839Z | Checking reqwest v0.11.27 |
| 555 | 2024-08-24T16:22:33.064Z | Compiling darling v0.20.10 |
| 556 | 2024-08-24T16:22:33.100Z | Compiling structmeta v0.3.0 |
| 557 | 2024-08-24T16:22:33.158Z | Checking digest v0.10.7 |
| 558 | 2024-08-24T16:22:33.326Z | Checking term v0.7.0 |
| 559 | 2024-08-24T16:22:33.452Z | Compiling usdt-macro v0.5.0 |
| 560 | 2024-08-24T16:22:33.677Z | Compiling usdt-attr-macro v0.5.0 |
| 561 | 2024-08-24T16:22:33.763Z | Checking toml_edit v0.22.20 |
| 562 | 2024-08-24T16:22:33.882Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 563 | 2024-08-24T16:22:34.127Z | Checking slog-json v2.6.1 |
| 564 | 2024-08-24T16:22:34.296Z | Checking futures-executor v0.3.30 |
| 565 | 2024-08-24T16:22:34.341Z | Compiling async-stream-impl v0.3.5 |
| 566 | 2024-08-24T16:22:34.445Z | Checking http v1.1.0 |
| 567 | 2024-08-24T16:22:34.484Z | Checking is-terminal v0.4.13 |
| 568 | 2024-08-24T16:22:34.548Z | Checking memmap v0.7.0 |
| 569 | 2024-08-24T16:22:34.587Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 570 | 2024-08-24T16:22:34.717Z | Checking take_mut v0.2.2 |
| 571 | 2024-08-24T16:22:34.838Z | Checking atomic-waker v1.1.2 |
| 572 | 2024-08-24T16:22:34.871Z | Checking base64 v0.22.1 |
| 573 | 2024-08-24T16:22:34.899Z | Checking cpufeatures v0.2.13 |
| 574 | 2024-08-24T16:22:34.949Z | Checking waitgroup v0.1.2 |
| 575 | 2024-08-24T16:22:34.985Z | Checking sha1 v0.10.6 |
| 576 | 2024-08-24T16:22:35.058Z | Checking usdt v0.5.0 |
| 577 | 2024-08-24T16:22:35.154Z | Checking tokio-rustls v0.25.0 |
| 578 | 2024-08-24T16:22:35.246Z | Checking rustls-pemfile v2.1.3 |
| 579 | 2024-08-24T16:22:35.270Z | Checking slog-term v2.9.1 |
| 580 | 2024-08-24T16:22:35.403Z | Checking async-stream v0.3.5 |
| 581 | 2024-08-24T16:22:35.435Z | Checking futures v0.3.30 |
| 582 | 2024-08-24T16:22:35.459Z | Compiling strum_macros v0.26.4 |
| 583 | 2024-08-24T16:22:35.503Z | Checking slog-bunyan v2.5.0 |
| 584 | 2024-08-24T16:22:35.527Z | Compiling parse-display-derive v0.10.0 |
| 585 | 2024-08-24T16:22:35.564Z | Compiling serde_with_macros v3.9.0 |
| 586 | 2024-08-24T16:22:35.670Z | Checking rand v0.8.5 |
| 587 | 2024-08-24T16:22:35.923Z | Checking toml v0.8.19 |
| 588 | 2024-08-24T16:22:36.026Z | Checking ipnetwork v0.20.0 |
| 589 | 2024-08-24T16:22:36.318Z | Checking newtype-uuid v1.1.0 |
| 590 | 2024-08-24T16:22:36.351Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 591 | 2024-08-24T16:22:36.514Z | Checking hex v0.4.3 |
| 592 | 2024-08-24T16:22:36.538Z | Checking serde_path_to_error v0.1.16 |
| 593 | 2024-08-24T16:22:36.659Z | Compiling async-trait v0.1.81 |
| 594 | 2024-08-24T16:22:36.927Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 595 | 2024-08-24T16:22:37.045Z | Checking hostname v0.4.0 |
| 596 | 2024-08-24T16:22:37.165Z | Checking instant v0.1.13 |
| 597 | 2024-08-24T16:22:37.272Z | Checking debug-ignore v1.0.5 |
| 598 | 2024-08-24T16:22:37.386Z | Checking backoff v0.4.0 |
| 599 | 2024-08-24T16:22:37.611Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 600 | 2024-08-24T16:22:37.636Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 601 | 2024-08-24T16:22:37.716Z | Checking serde_with v3.9.0 |
| 602 | 2024-08-24T16:22:37.743Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 603 | 2024-08-24T16:22:37.767Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 604 | 2024-08-24T16:22:37.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 605 | 2024-08-24T16:22:38.100Z | Checking macaddr v1.0.1 |
| 606 | 2024-08-24T16:22:38.368Z | Checking regress v0.9.1 |
| 607 | 2024-08-24T16:22:38.774Z | Checking parse-display v0.10.0 |
| 608 | 2024-08-24T16:22:38.997Z | Checking strum v0.26.3 |
| 609 | 2024-08-24T16:22:39.277Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 610 | 2024-08-24T16:22:41.386Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 611 | 2024-08-24T16:22:41.473Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 612 | 2024-08-24T16:22:44.657Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 613 | 2024-08-24T16:22:50.848Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 614 | 2024-08-24T16:22:50.978Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 615 | 2024-08-24T16:22:54.459Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 616 | 2024-08-24T16:23:02.911Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 617 | 2024-08-24T16:23:02.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 618 | 2024-08-24T16:23:03.053Z | + cargo build --release |
| 619 | 2024-08-24T16:23:03.382Z | Compiling proc-macro2 v1.0.86 |
| 620 | 2024-08-24T16:23:03.382Z | Compiling unicode-ident v1.0.12 |
| 621 | 2024-08-24T16:23:03.382Z | Compiling libc v0.2.158 |
| 622 | 2024-08-24T16:23:03.382Z | Compiling cfg-if v1.0.0 |
| 623 | 2024-08-24T16:23:03.382Z | Compiling version_check v0.9.5 |
| 624 | 2024-08-24T16:23:03.407Z | Compiling autocfg v1.3.0 |
| 625 | 2024-08-24T16:23:03.408Z | Compiling serde v1.0.209 |
| 626 | 2024-08-24T16:23:03.408Z | Compiling memchr v2.7.4 |
| 627 | 2024-08-24T16:23:03.495Z | Compiling serde_json v1.0.127 |
| 628 | 2024-08-24T16:23:03.543Z | Compiling itoa v1.0.11 |
| 629 | 2024-08-24T16:23:03.806Z | Compiling thiserror v1.0.63 |
| 630 | 2024-08-24T16:23:03.886Z | Compiling byteorder v1.5.0 |
| 631 | 2024-08-24T16:23:03.939Z | Compiling ahash v0.8.11 |
| 632 | 2024-08-24T16:23:04.038Z | Compiling once_cell v1.19.0 |
| 633 | 2024-08-24T16:23:04.267Z | Compiling shlex v1.3.0 |
| 634 | 2024-08-24T16:23:04.534Z | Compiling cc v1.1.14 |
| 635 | 2024-08-24T16:23:04.576Z | Compiling getrandom v0.2.15 |
| 636 | 2024-08-24T16:23:04.614Z | Compiling num-traits v0.2.19 |
| 637 | 2024-08-24T16:23:04.651Z | Compiling quote v1.0.37 |
| 638 | 2024-08-24T16:23:04.815Z | Compiling pin-project-lite v0.2.14 |
| 639 | 2024-08-24T16:23:04.912Z | Compiling ryu v1.0.18 |
| 640 | 2024-08-24T16:23:04.969Z | Compiling syn v2.0.76 |
| 641 | 2024-08-24T16:23:05.109Z | Compiling log v0.4.22 |
| 642 | 2024-08-24T16:23:05.162Z | Compiling bytes v1.7.1 |
| 643 | 2024-08-24T16:23:05.253Z | Compiling schemars v0.8.21 |
| 644 | 2024-08-24T16:23:05.342Z | Compiling allocator-api2 v0.2.18 |
| 645 | 2024-08-24T16:23:05.464Z | Compiling lock_api v0.4.12 |
| 646 | 2024-08-24T16:23:05.513Z | Compiling parking_lot_core v0.9.10 |
| 647 | 2024-08-24T16:23:05.557Z | Compiling scopeguard v1.2.0 |
| 648 | 2024-08-24T16:23:05.588Z | Compiling smallvec v1.13.2 |
| 649 | 2024-08-24T16:23:05.690Z | Compiling futures-core v0.3.30 |
| 650 | 2024-08-24T16:23:05.894Z | Compiling socket2 v0.5.7 |
| 651 | 2024-08-24T16:23:05.918Z | Compiling mio v1.0.2 |
| 652 | 2024-08-24T16:23:06.065Z | Compiling signal-hook-registry v1.4.2 |
| 653 | 2024-08-24T16:23:06.335Z | Compiling parking_lot v0.12.3 |
| 654 | 2024-08-24T16:23:06.702Z | Compiling slab v0.4.9 |
| 655 | 2024-08-24T16:23:06.726Z | Compiling spin v0.9.8 |
| 656 | 2024-08-24T16:23:06.925Z | Compiling futures-sink v0.3.30 |
| 657 | 2024-08-24T16:23:07.002Z | Compiling ring v0.17.8 |
| 658 | 2024-08-24T16:23:07.091Z | Compiling semver v1.0.23 |
| 659 | 2024-08-24T16:23:07.284Z | Compiling fnv v1.0.7 |
| 660 | 2024-08-24T16:23:07.309Z | Compiling untrusted v0.9.0 |
| 661 | 2024-08-24T16:23:07.352Z | Compiling equivalent v1.0.1 |
| 662 | 2024-08-24T16:23:07.446Z | Compiling futures-channel v0.3.30 |
| 663 | 2024-08-24T16:23:07.516Z | Compiling vcpkg v0.2.15 |
| 664 | 2024-08-24T16:23:07.666Z | Compiling pin-utils v0.1.0 |
| 665 | 2024-08-24T16:23:07.691Z | Compiling futures-task v0.3.30 |
| 666 | 2024-08-24T16:23:07.747Z | Compiling pkg-config v0.3.30 |
| 667 | 2024-08-24T16:23:07.812Z | Compiling heck v0.5.0 |
| 668 | 2024-08-24T16:23:07.837Z | Compiling futures-io v0.3.30 |
| 669 | 2024-08-24T16:23:08.170Z | Compiling iana-time-zone v0.1.60 |
| 670 | 2024-08-24T16:23:08.245Z | Compiling ucd-trie v0.1.6 |
| 671 | 2024-08-24T16:23:08.644Z | Compiling http v0.2.12 |
| 672 | 2024-08-24T16:23:08.751Z | Compiling httparse v1.9.4 |
| 673 | 2024-08-24T16:23:08.867Z | Compiling openssl-sys v0.9.103 |
| 674 | 2024-08-24T16:23:08.892Z | Compiling dyn-clone v1.0.17 |
| 675 | 2024-08-24T16:23:09.428Z | Compiling tracing-core v0.1.32 |
| 676 | 2024-08-24T16:23:09.696Z | Compiling chrono v0.4.38 |
| 677 | 2024-08-24T16:23:09.814Z | Compiling uuid v1.10.0 |
| 678 | 2024-08-24T16:23:10.269Z | Compiling tracing v0.1.40 |
| 679 | 2024-08-24T16:23:10.816Z | Compiling serde_derive_internals v0.29.1 |
| 680 | 2024-08-24T16:23:11.349Z | Compiling openssl v0.10.66 |
| 681 | 2024-08-24T16:23:11.639Z | Compiling slog v2.7.0 |
| 682 | 2024-08-24T16:23:12.009Z | Compiling foreign-types-shared v0.1.1 |
| 683 | 2024-08-24T16:23:12.047Z | Compiling try-lock v0.2.5 |
| 684 | 2024-08-24T16:23:12.072Z | Compiling foreign-types v0.3.2 |
| 685 | 2024-08-24T16:23:12.156Z | Compiling want v0.3.1 |
| 686 | 2024-08-24T16:23:12.192Z | Compiling http-body v0.4.6 |
| 687 | 2024-08-24T16:23:12.473Z | Compiling aho-corasick v1.1.3 |
| 688 | 2024-08-24T16:23:12.623Z | Compiling native-tls v0.2.12 |
| 689 | 2024-08-24T16:23:12.647Z | Compiling regex-syntax v0.8.4 |
| 690 | 2024-08-24T16:23:12.926Z | Compiling rustls v0.21.12 |
| 691 | 2024-08-24T16:23:13.184Z | Compiling percent-encoding v2.3.1 |
| 692 | 2024-08-24T16:23:13.369Z | Compiling bitflags v2.6.0 |
| 693 | 2024-08-24T16:23:13.526Z | Compiling tinyvec_macros v0.1.1 |
| 694 | 2024-08-24T16:23:13.568Z | Compiling tower-service v0.3.3 |
| 695 | 2024-08-24T16:23:13.600Z | Compiling typenum v1.17.0 |
| 696 | 2024-08-24T16:23:13.671Z | Compiling httpdate v1.0.3 |
| 697 | 2024-08-24T16:23:13.696Z | Compiling tinyvec v1.8.0 |
| 698 | 2024-08-24T16:23:14.236Z | Compiling form_urlencoded v1.2.1 |
| 699 | 2024-08-24T16:23:14.721Z | Compiling generic-array v0.14.7 |
| 700 | 2024-08-24T16:23:14.745Z | Compiling serde_derive v1.0.209 |
| 701 | 2024-08-24T16:23:15.023Z | Compiling zerocopy-derive v0.7.35 |
| 702 | 2024-08-24T16:23:15.065Z | Compiling thiserror-impl v1.0.63 |
| 703 | 2024-08-24T16:23:15.119Z | Compiling schemars_derive v0.8.21 |
| 704 | 2024-08-24T16:23:15.355Z | Compiling tokio-macros v2.4.0 |
| 705 | 2024-08-24T16:23:16.626Z | Compiling tokio v1.39.3 |
| 706 | 2024-08-24T16:23:16.696Z | Compiling zerocopy v0.7.35 |
| 707 | 2024-08-24T16:23:17.562Z | Compiling futures-macro v0.3.30 |
| 708 | 2024-08-24T16:23:17.610Z | Compiling pest v2.7.11 |
| 709 | 2024-08-24T16:23:18.525Z | Compiling hashbrown v0.14.5 |
| 710 | 2024-08-24T16:23:19.049Z | Compiling futures-util v0.3.30 |
| 711 | 2024-08-24T16:23:19.932Z | Compiling pest_meta v2.7.11 |
| 712 | 2024-08-24T16:23:20.006Z | Compiling regress v0.10.0 |
| 713 | 2024-08-24T16:23:20.066Z | Compiling openssl-macros v0.1.1 |
| 714 | 2024-08-24T16:23:22.136Z | Compiling pest_generator v2.7.11 |
| 715 | 2024-08-24T16:23:23.398Z | Compiling pest_derive v2.7.11 |
| 716 | 2024-08-24T16:23:23.539Z | Compiling sct v0.7.1 |
| 717 | 2024-08-24T16:23:23.914Z | Compiling tokio-util v0.7.11 |
| 718 | 2024-08-24T16:23:24.120Z | Compiling rustls-webpki v0.101.7 |
| 719 | 2024-08-24T16:23:24.651Z | Compiling regex-automata v0.4.7 |
| 720 | 2024-08-24T16:23:25.769Z | Compiling indexmap v2.4.0 |
| 721 | 2024-08-24T16:23:27.157Z | Compiling serde_tokenstream v0.2.2 |
| 722 | 2024-08-24T16:23:29.096Z | Compiling h2 v0.3.26 |
| 723 | 2024-08-24T16:23:30.596Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 724 | 2024-08-24T16:23:30.795Z | Compiling openssl-probe v0.1.5 |
| 725 | 2024-08-24T16:23:33.355Z | Compiling hyper v0.14.30 |
| 726 | 2024-08-24T16:23:34.433Z | Compiling regex v1.10.6 |
| 727 | 2024-08-24T16:23:35.246Z | Compiling unicode-normalization v0.1.23 |
| 728 | 2024-08-24T16:23:36.234Z | Compiling scroll_derive v0.12.0 |
| 729 | 2024-08-24T16:23:39.828Z | Compiling usdt-impl v0.5.0 |
| 730 | 2024-08-24T16:23:39.852Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 731 | 2024-08-24T16:23:40.161Z | Compiling encoding_rs v0.8.34 |
| 732 | 2024-08-24T16:23:40.474Z | Compiling num-conv v0.1.0 |
| 733 | 2024-08-24T16:23:40.723Z | Compiling powerfmt v0.2.0 |
| 734 | 2024-08-24T16:23:41.139Z | Compiling time-core v0.1.2 |
| 735 | 2024-08-24T16:23:41.278Z | Compiling unicode-bidi v0.3.15 |
| 736 | 2024-08-24T16:23:43.056Z | Compiling mime v0.3.17 |
| 737 | 2024-08-24T16:23:43.839Z | Compiling idna v0.5.0 |
| 738 | 2024-08-24T16:23:43.951Z | Compiling time-macros v0.2.18 |
| 739 | 2024-08-24T16:23:46.572Z | Compiling deranged v0.3.11 |
| 740 | 2024-08-24T16:23:48.345Z | Compiling thread-id v4.2.2 |
| 741 | 2024-08-24T16:23:48.429Z | Compiling tokio-rustls v0.24.1 |
| 742 | 2024-08-24T16:23:48.665Z | Compiling scroll v0.12.0 |
| 743 | 2024-08-24T16:23:48.775Z | Compiling tokio-native-tls v0.3.1 |
| 744 | 2024-08-24T16:23:49.037Z | Compiling dof v0.3.0 |
| 745 | 2024-08-24T16:23:49.216Z | Compiling serde_urlencoded v0.7.1 |
| 746 | 2024-08-24T16:23:49.364Z | Compiling dtrace-parser v0.2.0 |
| 747 | 2024-08-24T16:23:49.933Z | Compiling ident_case v1.0.1 |
| 748 | 2024-08-24T16:23:50.091Z | Compiling omicron-workspace-hack v0.1.0 |
| 749 | 2024-08-24T16:23:50.363Z | Compiling crossbeam-utils v0.8.20 |
| 750 | 2024-08-24T16:23:51.027Z | Compiling num_threads v0.1.7 |
| 751 | 2024-08-24T16:23:51.130Z | Compiling plain v0.2.3 |
| 752 | 2024-08-24T16:23:51.395Z | Compiling rustls-pki-types v1.8.0 |
| 753 | 2024-08-24T16:23:51.920Z | Compiling base64 v0.21.7 |
| 754 | 2024-08-24T16:23:52.293Z | Compiling strsim v0.11.1 |
| 755 | 2024-08-24T16:23:52.514Z | Compiling rustls-pemfile v1.0.4 |
| 756 | 2024-08-24T16:23:52.890Z | Compiling darling_core v0.20.10 |
| 757 | 2024-08-24T16:23:55.307Z | Compiling goblin v0.8.2 |
| 758 | 2024-08-24T16:23:56.883Z | Compiling time v0.3.36 |
| 759 | 2024-08-24T16:23:58.163Z | Compiling hyper-tls v0.5.0 |
| 760 | 2024-08-24T16:23:58.561Z | Compiling hyper-rustls v0.24.2 |
| 761 | 2024-08-24T16:23:58.769Z | Compiling url v2.5.2 |
| 762 | 2024-08-24T16:23:58.934Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 763 | 2024-08-24T16:23:59.044Z | Compiling openapiv3 v2.0.0 |
| 764 | 2024-08-24T16:24:00.787Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-08-24T16:24:02.099Z | Compiling pretty-hex v0.4.1 |
| 766 | 2024-08-24T16:24:02.301Z | Compiling paste v1.0.15 |
| 767 | 2024-08-24T16:24:02.415Z | Compiling rustls v0.22.4 |
| 768 | 2024-08-24T16:24:02.684Z | Compiling ipnet v2.9.0 |
| 769 | 2024-08-24T16:24:02.724Z | Compiling unsafe-libyaml v0.2.11 |
| 770 | 2024-08-24T16:24:03.324Z | Compiling webpki-roots v0.25.4 |
| 771 | 2024-08-24T16:24:03.447Z | Compiling rustversion v1.0.17 |
| 772 | 2024-08-24T16:24:03.971Z | Compiling sync_wrapper v0.1.2 |
| 773 | 2024-08-24T16:24:04.058Z | Compiling reqwest v0.11.27 |
| 774 | 2024-08-24T16:24:04.097Z | Compiling serde_yaml v0.9.34+deprecated |
| 775 | 2024-08-24T16:24:04.981Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 776 | 2024-08-24T16:24:05.979Z | Compiling dirs-next v2.0.0 |
| 777 | 2024-08-24T16:24:07.102Z | Compiling darling_macro v0.20.10 |
| 778 | 2024-08-24T16:24:07.970Z | Compiling rustls-webpki v0.102.6 |
| 779 | 2024-08-24T16:24:09.203Z | Compiling crypto-common v0.1.6 |
| 780 | 2024-08-24T16:24:09.380Z | Compiling block-buffer v0.10.4 |
| 781 | 2024-08-24T16:24:09.577Z | Compiling serde_spanned v0.6.7 |
| 782 | 2024-08-24T16:24:09.777Z | Compiling toml_datetime v0.6.8 |
| 783 | 2024-08-24T16:24:10.253Z | Compiling ppv-lite86 v0.2.20 |
| 784 | 2024-08-24T16:24:10.327Z | Compiling structmeta-derive v0.3.0 |
| 785 | 2024-08-24T16:24:10.595Z | Compiling rand_core v0.6.4 |
| 786 | 2024-08-24T16:24:10.997Z | Compiling thread_local v1.1.8 |
| 787 | 2024-08-24T16:24:11.078Z | Compiling multer v3.1.0 |
| 788 | 2024-08-24T16:24:11.370Z | Compiling winnow v0.6.18 |
| 789 | 2024-08-24T16:24:11.576Z | Compiling camino v1.1.9 |
| 790 | 2024-08-24T16:24:11.655Z | Compiling match_cfg v0.1.0 |
| 791 | 2024-08-24T16:24:11.745Z | Compiling anyhow v1.0.86 |
| 792 | 2024-08-24T16:24:12.118Z | Compiling slog-async v2.8.0 |
| 793 | 2024-08-24T16:24:12.330Z | Compiling zeroize v1.8.1 |
| 794 | 2024-08-24T16:24:12.587Z | Compiling subtle v2.6.1 |
| 795 | 2024-08-24T16:24:12.644Z | Compiling structmeta v0.3.0 |
| 796 | 2024-08-24T16:24:12.907Z | Compiling hostname v0.3.1 |
| 797 | 2024-08-24T16:24:13.072Z | Compiling rand_chacha v0.3.1 |
| 798 | 2024-08-24T16:24:13.135Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 799 | 2024-08-24T16:24:14.397Z | Compiling digest v0.10.7 |
| 800 | 2024-08-24T16:24:14.636Z | Compiling toml_edit v0.22.20 |
| 801 | 2024-08-24T16:24:14.759Z | Compiling darling v0.20.10 |
| 802 | 2024-08-24T16:24:15.009Z | Compiling crossbeam-channel v0.5.13 |
| 803 | 2024-08-24T16:24:16.379Z | Compiling term v0.7.0 |
| 804 | 2024-08-24T16:24:20.213Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 805 | 2024-08-24T16:24:22.559Z | Compiling usdt-attr-macro v0.5.0 |
| 806 | 2024-08-24T16:24:23.269Z | Compiling usdt-macro v0.5.0 |
| 807 | 2024-08-24T16:24:23.806Z | Compiling slog-json v2.6.1 |
| 808 | 2024-08-24T16:24:24.227Z | Compiling futures-executor v0.3.30 |
| 809 | 2024-08-24T16:24:24.427Z | Compiling async-stream-impl v0.3.5 |
| 810 | 2024-08-24T16:24:25.282Z | Compiling http v1.1.0 |
| 811 | 2024-08-24T16:24:25.649Z | Compiling memmap v0.7.0 |
| 812 | 2024-08-24T16:24:25.725Z | Compiling is-terminal v0.4.13 |
| 813 | 2024-08-24T16:24:25.850Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 814 | 2024-08-24T16:24:26.087Z | Compiling cpufeatures v0.2.13 |
| 815 | 2024-08-24T16:24:26.188Z | Compiling take_mut v0.2.2 |
| 816 | 2024-08-24T16:24:26.223Z | Compiling base64 v0.22.1 |
| 817 | 2024-08-24T16:24:26.346Z | Compiling atomic-waker v1.1.2 |
| 818 | 2024-08-24T16:24:26.524Z | Compiling waitgroup v0.1.2 |
| 819 | 2024-08-24T16:24:26.759Z | Compiling rustls-pemfile v2.1.3 |
| 820 | 2024-08-24T16:24:29.484Z | Compiling sha1 v0.10.6 |
| 821 | 2024-08-24T16:24:29.679Z | Compiling usdt v0.5.0 |
| 822 | 2024-08-24T16:24:30.104Z | Compiling slog-term v2.9.1 |
| 823 | 2024-08-24T16:24:30.603Z | Compiling async-stream v0.3.5 |
| 824 | 2024-08-24T16:24:30.907Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 825 | 2024-08-24T16:24:31.011Z | Compiling futures v0.3.30 |
| 826 | 2024-08-24T16:24:31.124Z | Compiling slog-bunyan v2.5.0 |
| 827 | 2024-08-24T16:24:31.177Z | Compiling strum_macros v0.26.4 |
| 828 | 2024-08-24T16:24:31.364Z | Compiling toml v0.8.19 |
| 829 | 2024-08-24T16:24:32.601Z | Compiling tokio-rustls v0.25.0 |
| 830 | 2024-08-24T16:24:32.944Z | Compiling serde_with_macros v3.9.0 |
| 831 | 2024-08-24T16:24:33.834Z | Compiling rand v0.8.5 |
| 832 | 2024-08-24T16:24:34.943Z | Compiling parse-display-derive v0.10.0 |
| 833 | 2024-08-24T16:24:36.341Z | Compiling newtype-uuid v1.1.0 |
| 834 | 2024-08-24T16:24:36.625Z | Compiling ipnetwork v0.20.0 |
| 835 | 2024-08-24T16:24:36.764Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 836 | 2024-08-24T16:24:37.784Z | Compiling hex v0.4.3 |
| 837 | 2024-08-24T16:24:38.315Z | Compiling serde_path_to_error v0.1.16 |
| 838 | 2024-08-24T16:24:38.371Z | Compiling async-trait v0.1.81 |
| 839 | 2024-08-24T16:24:39.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 840 | 2024-08-24T16:24:39.877Z | Compiling hostname v0.4.0 |
| 841 | 2024-08-24T16:24:40.098Z | Compiling instant v0.1.13 |
| 842 | 2024-08-24T16:24:40.239Z | Compiling debug-ignore v1.0.5 |
| 843 | 2024-08-24T16:24:40.263Z | Compiling backoff v0.4.0 |
| 844 | 2024-08-24T16:24:40.372Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 845 | 2024-08-24T16:24:40.559Z | Compiling parse-display v0.10.0 |
| 846 | 2024-08-24T16:24:40.583Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 847 | 2024-08-24T16:24:40.675Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 848 | 2024-08-24T16:24:40.719Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 849 | 2024-08-24T16:24:41.270Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 850 | 2024-08-24T16:24:41.293Z | Compiling serde_with v3.9.0 |
| 851 | 2024-08-24T16:24:42.416Z | Compiling strum v0.26.3 |
| 852 | 2024-08-24T16:24:42.579Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 853 | 2024-08-24T16:24:43.274Z | Compiling macaddr v1.0.1 |
| 854 | 2024-08-24T16:24:43.772Z | Compiling regress v0.9.1 |
| 855 | 2024-08-24T16:24:46.887Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 856 | 2024-08-24T16:24:56.710Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 857 | 2024-08-24T16:25:06.678Z | Finished `release` profile [optimized] target(s) in 2m 03s |
| 858 | 2024-08-24T16:25:06.733Z | process exited: duration 196635 ms, exit code 0 |
| |
| 859 | 2024-08-24T16:25:06.783Z | found 0 output files |