|
|
|
| 1 | 2024-12-20T21:12:12.571Z | job assigned to worker 01JFJYJ2D2N2J0YAAHB4WJ4K34 [factory aws, i-015187521090f7ac9] (queued for 1 m 1 s) |
| |
| 2 | 2024-12-20T21:12:20.143Z | starting task 0: "setup" |
| 3 | 2024-12-20T21:12:20.154Z | ++ uname -s |
| 4 | 2024-12-20T21:12:20.157Z | + kern=SunOS |
| 5 | 2024-12-20T21:12:20.157Z | + case "$kern" in |
| 6 | 2024-12-20T21:12:20.157Z | + groupadd -g 12345 build |
| 7 | 2024-12-20T21:12:20.161Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-20T21:12:22.167Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-20T21:12:22.255Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-20T21:12:22.257Z | + home_fs=zfs |
| 11 | 2024-12-20T21:12:22.257Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-20T21:12:22.257Z | + mkdir -p /home/build |
| 13 | 2024-12-20T21:12:22.259Z | + chown build:build /home/build /work |
| 14 | 2024-12-20T21:12:24.262Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-20T21:12:24.268Z | process exited: duration 4120 ms, exit code 0 |
| |
| 16 | 2024-12-20T21:12:24.273Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-20T21:12:24.279Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-20T21:12:24.279Z | ' 1.81.0 |
| 19 | 2024-12-20T21:12:24.279Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-20T21:12:24.279Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-12-20T21:12:24.279Z | ' default |
| 22 | 2024-12-20T21:12:24.279Z | * toolchain profile = "default" |
| 23 | 2024-12-20T21:12:24.283Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-20T21:12:24.283Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-20T21:12:24.402Z | info: downloading installer |
| 26 | 2024-12-20T21:12:25.801Z | info: profile set to 'default' |
| 27 | 2024-12-20T21:12:25.801Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-20T21:12:25.803Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-20T21:12:25.941Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-20T21:12:25.941Z | info: downloading component 'cargo' |
| 31 | 2024-12-20T21:12:26.656Z | info: downloading component 'clippy' |
| 32 | 2024-12-20T21:12:26.919Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-20T21:12:27.911Z | info: downloading component 'rust-std' |
| 34 | 2024-12-20T21:12:29.454Z | info: downloading component 'rustc' |
| 35 | 2024-12-20T21:12:35.004Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-20T21:12:35.213Z | info: installing component 'cargo' |
| 37 | 2024-12-20T21:12:36.024Z | info: installing component 'clippy' |
| 38 | 2024-12-20T21:12:36.387Z | info: installing component 'rust-docs' |
| 39 | 2024-12-20T21:12:38.026Z | info: installing component 'rust-std' |
| 40 | 2024-12-20T21:12:39.788Z | info: installing component 'rustc' |
| 41 | 2024-12-20T21:12:45.682Z | info: installing component 'rustfmt' |
| 42 | 2024-12-20T21:12:46.010Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-20T21:12:46.010Z | |
| 44 | 2024-12-20T21:12:46.403Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-20T21:12:46.403Z | |
| 46 | 2024-12-20T21:12:46.405Z | |
| 47 | 2024-12-20T21:12:46.405Z | Rust is installed now. Great! |
| 48 | 2024-12-20T21:12:46.405Z | |
| 49 | 2024-12-20T21:12:46.405Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-20T21:12:46.405Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-20T21:12:46.405Z | |
| 52 | 2024-12-20T21:12:46.406Z | To configure your current shell, you need to source |
| 53 | 2024-12-20T21:12:46.406Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-20T21:12:46.406Z | |
| 55 | 2024-12-20T21:12:46.406Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-20T21:12:46.406Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-20T21:12:46.406Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-20T21:12:46.499Z | + rustc --version |
| 59 | 2024-12-20T21:12:46.569Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-20T21:12:46.573Z | process exited: duration 22295 ms, exit code 0 |
| |
| 61 | 2024-12-20T21:12:46.579Z | starting task 2: "authentication" |
| 62 | 2024-12-20T21:12:46.601Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-12-20T21:12:46.606Z | starting task 3: "clone repository" |
| 64 | 2024-12-20T21:12:46.612Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-20T21:12:46.615Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-20T21:12:46.663Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-20T21:12:53.375Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-20T21:12:53.375Z | + git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
| 69 | 2024-12-20T21:12:53.707Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-20T21:12:53.707Z | * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD |
| 71 | 2024-12-20T21:12:53.719Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
| 72 | 2024-12-20T21:12:53.721Z | ++ git branch --show-current |
| 73 | 2024-12-20T21:12:53.724Z | + current=main |
| 74 | 2024-12-20T21:12:53.724Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
| 75 | 2024-12-20T21:12:53.724Z | + git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
| 76 | 2024-12-20T21:12:53.727Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
| 77 | 2024-12-20T21:12:53.907Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
| 78 | 2024-12-20T21:12:53.911Z | + git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
| 79 | 2024-12-20T21:12:53.936Z | HEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup |
| 80 | 2024-12-20T21:12:53.939Z | process exited: duration 7330 ms, exit code 0 |
| |
| 81 | 2024-12-20T21:12:53.948Z | starting task 4: "build" |
| 82 | 2024-12-20T21:12:53.953Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-12-20T21:12:53.956Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-12-20T21:12:53.956Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-12-20T21:12:53.956Z | + cargo --version |
| 86 | 2024-12-20T21:12:54.016Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-12-20T21:12:54.019Z | + rustc --version |
| 88 | 2024-12-20T21:12:54.085Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-12-20T21:12:54.088Z | + cd /tmp |
| 90 | 2024-12-20T21:12:54.088Z | + cargo new --lib test-project |
| 91 | 2024-12-20T21:12:54.150Z | Creating library `test-project` package |
| 92 | 2024-12-20T21:12:54.230Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2024-12-20T21:12:54.233Z | + cd test-project |
| 94 | 2024-12-20T21:12:54.233Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2024-12-20T21:12:54.295Z | Adding omicron-common (local) to dependencies |
| 96 | 2024-12-20T21:12:54.295Z | Features: |
| 97 | 2024-12-20T21:12:54.299Z | - proptest |
| 98 | 2024-12-20T21:12:54.299Z | - test-strategy |
| 99 | 2024-12-20T21:12:54.299Z | - testing |
| 100 | 2024-12-20T21:12:54.299Z | Updating crates.io index |
| 101 | 2024-12-20T21:12:54.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 102 | 2024-12-20T21:12:54.876Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 103 | 2024-12-20T21:12:55.330Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-12-20T21:12:55.666Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 105 | 2024-12-20T21:12:57.002Z | Locking 327 packages to latest compatible versions |
| 106 | 2024-12-20T21:12:57.005Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 107 | 2024-12-20T21:12:57.007Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
| 108 | 2024-12-20T21:12:57.007Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
| 109 | 2024-12-20T21:12:57.008Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 110 | 2024-12-20T21:12:57.008Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 111 | 2024-12-20T21:12:57.008Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
| 112 | 2024-12-20T21:12:57.008Z | Adding goblin v0.8.2 (latest: v0.9.2) |
| 113 | 2024-12-20T21:12:57.008Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
| 114 | 2024-12-20T21:12:57.008Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
| 115 | 2024-12-20T21:12:57.008Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 116 | 2024-12-20T21:12:57.011Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
| 117 | 2024-12-20T21:12:57.011Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 118 | 2024-12-20T21:12:57.013Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 119 | 2024-12-20T21:12:57.020Z | Adding rustls v0.22.4 (latest: v0.23.20) |
| 120 | 2024-12-20T21:12:57.022Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
| 121 | 2024-12-20T21:12:57.025Z | Adding term v0.7.0 (latest: v1.0.1) |
| 122 | 2024-12-20T21:12:57.025Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
| 123 | 2024-12-20T21:12:57.027Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
| 124 | 2024-12-20T21:12:57.027Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
| 125 | 2024-12-20T21:12:57.027Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
| 126 | 2024-12-20T21:12:57.028Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
| 127 | 2024-12-20T21:12:57.030Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 128 | 2024-12-20T21:12:57.030Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 129 | 2024-12-20T21:12:57.030Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 130 | 2024-12-20T21:12:57.030Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 131 | 2024-12-20T21:12:57.030Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 132 | 2024-12-20T21:12:57.030Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 133 | 2024-12-20T21:12:57.032Z | Adding writeable v0.5.5 (latest: v0.6.0) |
| 134 | 2024-12-20T21:12:57.032Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
| 135 | 2024-12-20T21:12:57.032Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
| 136 | 2024-12-20T21:12:57.032Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
| 137 | 2024-12-20T21:12:57.032Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
| 138 | 2024-12-20T21:12:57.111Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 139 | 2024-12-20T21:12:57.114Z | + cargo check |
| 140 | 2024-12-20T21:12:57.305Z | Updating crates.io index |
| 141 | 2024-12-20T21:12:58.047Z | Locking 2 packages to latest compatible versions |
| 142 | 2024-12-20T21:13:01.506Z | Adding omicron-workspace-hack v0.1.0 |
| 143 | 2024-12-20T21:13:03.368Z | Adding test-project v0.1.0 (/tmp/test-project) |
| 144 | 2024-12-20T21:13:04.256Z | Downloading crates ... |
| 145 | 2024-12-20T21:13:04.362Z | Downloaded async-stream-impl v0.3.6 |
| 146 | 2024-12-20T21:13:04.369Z | Downloaded async-stream v0.3.6 |
| 147 | 2024-12-20T21:13:04.371Z | Downloaded autocfg v1.4.0 |
| 148 | 2024-12-20T21:13:04.375Z | Downloaded tinyvec_macros v0.1.1 |
| 149 | 2024-12-20T21:13:04.378Z | Downloaded time-core v0.1.2 |
| 150 | 2024-12-20T21:13:04.378Z | Downloaded equivalent v1.0.1 |
| 151 | 2024-12-20T21:13:04.381Z | Downloaded thiserror-impl v1.0.69 |
| 152 | 2024-12-20T21:13:04.381Z | Downloaded atomic-waker v1.1.2 |
| 153 | 2024-12-20T21:13:04.381Z | Downloaded tower-service v0.3.3 |
| 154 | 2024-12-20T21:13:04.384Z | Downloaded dtrace-parser v0.2.0 |
| 155 | 2024-12-20T21:13:04.385Z | Downloaded async-trait v0.1.83 |
| 156 | 2024-12-20T21:13:04.389Z | Downloaded ident_case v1.0.1 |
| 157 | 2024-12-20T21:13:04.391Z | Downloaded waitgroup v0.1.2 |
| 158 | 2024-12-20T21:13:04.391Z | Downloaded openssl-macros v0.1.1 |
| 159 | 2024-12-20T21:13:04.391Z | Downloaded darling_macro v0.20.10 |
| 160 | 2024-12-20T21:13:04.391Z | Downloaded usdt-macro v0.5.0 |
| 161 | 2024-12-20T21:13:04.393Z | Downloaded http-body v1.0.1 |
| 162 | 2024-12-20T21:13:04.396Z | Downloaded foreign-types-shared v0.1.1 |
| 163 | 2024-12-20T21:13:04.399Z | Downloaded pretty-hex v0.4.1 |
| 164 | 2024-12-20T21:13:04.401Z | Downloaded openssl-probe v0.1.5 |
| 165 | 2024-12-20T21:13:04.401Z | Downloaded write16 v1.0.0 |
| 166 | 2024-12-20T21:13:04.401Z | Downloaded progenitor-client v0.8.0 |
| 167 | 2024-12-20T21:13:04.404Z | Downloaded omicron-workspace-hack v0.1.0 |
| 168 | 2024-12-20T21:13:04.407Z | Downloaded match_cfg v0.1.0 |
| 169 | 2024-12-20T21:13:04.407Z | Downloaded num-conv v0.1.0 |
| 170 | 2024-12-20T21:13:04.410Z | Downloaded instant v0.1.13 |
| 171 | 2024-12-20T21:13:04.410Z | Downloaded hostname v0.4.0 |
| 172 | 2024-12-20T21:13:04.414Z | Downloaded ahash v0.8.11 |
| 173 | 2024-12-20T21:13:04.418Z | Downloaded foreign-types v0.3.2 |
| 174 | 2024-12-20T21:13:04.418Z | Downloaded toml_datetime v0.6.8 |
| 175 | 2024-12-20T21:13:04.418Z | Downloaded memmap v0.7.0 |
| 176 | 2024-12-20T21:13:04.421Z | Downloaded fnv v1.0.7 |
| 177 | 2024-12-20T21:13:04.421Z | Downloaded tokio-rustls v0.26.0 |
| 178 | 2024-12-20T21:13:04.421Z | Downloaded tokio-native-tls v0.3.1 |
| 179 | 2024-12-20T21:13:04.424Z | Downloaded want v0.3.1 |
| 180 | 2024-12-20T21:13:04.424Z | Downloaded http-body-util v0.1.2 |
| 181 | 2024-12-20T21:13:04.436Z | Downloaded deranged v0.3.11 |
| 182 | 2024-12-20T21:13:04.436Z | Downloaded debug-ignore v1.0.5 |
| 183 | 2024-12-20T21:13:04.436Z | Downloaded usdt-attr-macro v0.5.0 |
| 184 | 2024-12-20T21:13:04.436Z | Downloaded num_threads v0.1.7 |
| 185 | 2024-12-20T21:13:04.448Z | Downloaded generic-array v0.14.7 |
| 186 | 2024-12-20T21:13:04.448Z | Downloaded idna_adapter v1.2.0 |
| 187 | 2024-12-20T21:13:04.448Z | Downloaded futures-task v0.3.31 |
| 188 | 2024-12-20T21:13:04.448Z | Downloaded ppv-lite86 v0.2.20 |
| 189 | 2024-12-20T21:13:04.448Z | Downloaded powerfmt v0.2.0 |
| 190 | 2024-12-20T21:13:04.448Z | Downloaded newtype-uuid v1.1.3 |
| 191 | 2024-12-20T21:13:04.448Z | Downloaded icu_provider_macros v1.5.0 |
| 192 | 2024-12-20T21:13:04.448Z | Downloaded hex v0.4.3 |
| 193 | 2024-12-20T21:13:04.448Z | Downloaded parse-display-derive v0.10.0 |
| 194 | 2024-12-20T21:13:04.448Z | Downloaded pin-utils v0.1.0 |
| 195 | 2024-12-20T21:13:04.458Z | Downloaded zerofrom v0.1.4 |
| 196 | 2024-12-20T21:13:04.458Z | Downloaded zeroize v1.8.1 |
| 197 | 2024-12-20T21:13:04.458Z | Downloaded macaddr v1.0.1 |
| 198 | 2024-12-20T21:13:04.458Z | Downloaded httpdate v1.0.3 |
| 199 | 2024-12-20T21:13:04.458Z | Downloaded digest v0.10.7 |
| 200 | 2024-12-20T21:13:04.458Z | Downloaded writeable v0.5.5 |
| 201 | 2024-12-20T21:13:04.458Z | Downloaded quinn-udp v0.5.5 |
| 202 | 2024-12-20T21:13:04.459Z | Downloaded allocator-api2 v0.2.18 |
| 203 | 2024-12-20T21:13:04.462Z | Downloaded pest_generator v2.7.14 |
| 204 | 2024-12-20T21:13:04.462Z | Downloaded toml v0.8.19 |
| 205 | 2024-12-20T21:13:04.465Z | Downloaded progenitor-macro v0.8.0 |
| 206 | 2024-12-20T21:13:04.465Z | Downloaded untrusted v0.9.0 |
| 207 | 2024-12-20T21:13:04.468Z | Downloaded thread_local v1.1.8 |
| 208 | 2024-12-20T21:13:04.468Z | Downloaded pkg-config v0.3.31 |
| 209 | 2024-12-20T21:13:04.471Z | Downloaded yoke-derive v0.7.4 |
| 210 | 2024-12-20T21:13:04.471Z | Downloaded is-terminal v0.4.13 |
| 211 | 2024-12-20T21:13:04.471Z | Downloaded ipnetwork v0.20.0 |
| 212 | 2024-12-20T21:13:04.473Z | Downloaded httparse v1.9.5 |
| 213 | 2024-12-20T21:13:04.478Z | Downloaded plain v0.2.3 |
| 214 | 2024-12-20T21:13:04.478Z | Downloaded strum v0.26.3 |
| 215 | 2024-12-20T21:13:04.480Z | Downloaded futures-core v0.3.31 |
| 216 | 2024-12-20T21:13:04.480Z | Downloaded usdt v0.5.0 |
| 217 | 2024-12-20T21:13:04.480Z | Downloaded dyn-clone v1.0.17 |
| 218 | 2024-12-20T21:13:04.483Z | Downloaded try-lock v0.2.5 |
| 219 | 2024-12-20T21:13:04.483Z | Downloaded mime v0.3.17 |
| 220 | 2024-12-20T21:13:04.483Z | Downloaded version_check v0.9.5 |
| 221 | 2024-12-20T21:13:04.486Z | Downloaded hyper-rustls v0.27.3 |
| 222 | 2024-12-20T21:13:04.489Z | Downloaded hyper-tls v0.6.0 |
| 223 | 2024-12-20T21:13:04.489Z | Downloaded time-macros v0.2.18 |
| 224 | 2024-12-20T21:13:04.492Z | Downloaded utf16_iter v1.0.5 |
| 225 | 2024-12-20T21:13:04.492Z | Downloaded lock_api v0.4.12 |
| 226 | 2024-12-20T21:13:04.496Z | Downloaded darling v0.20.10 |
| 227 | 2024-12-20T21:13:04.499Z | Downloaded rand_chacha v0.3.1 |
| 228 | 2024-12-20T21:13:04.499Z | Downloaded native-tls v0.2.12 |
| 229 | 2024-12-20T21:13:04.501Z | Downloaded multer v3.1.0 |
| 230 | 2024-12-20T21:13:04.502Z | Downloaded futures-channel v0.3.31 |
| 231 | 2024-12-20T21:13:04.504Z | Downloaded parking_lot_core v0.9.10 |
| 232 | 2024-12-20T21:13:04.507Z | Downloaded icu_locid_transform v1.5.0 |
| 233 | 2024-12-20T21:13:04.510Z | Downloaded typify v0.2.0 |
| 234 | 2024-12-20T21:13:04.512Z | Downloaded pin-project-lite v0.2.14 |
| 235 | 2024-12-20T21:13:04.515Z | Downloaded strsim v0.11.1 |
| 236 | 2024-12-20T21:13:04.518Z | Downloaded tinyvec v1.8.0 |
| 237 | 2024-12-20T21:13:04.521Z | Downloaded scroll_derive v0.12.0 |
| 238 | 2024-12-20T21:13:04.521Z | Downloaded take_mut v0.2.2 |
| 239 | 2024-12-20T21:13:04.522Z | Downloaded slab v0.4.9 |
| 240 | 2024-12-20T21:13:04.526Z | Downloaded usdt-impl v0.5.0 |
| 241 | 2024-12-20T21:13:04.526Z | Downloaded heck v0.5.0 |
| 242 | 2024-12-20T21:13:04.526Z | Downloaded sync_wrapper v1.0.1 |
| 243 | 2024-12-20T21:13:04.529Z | Downloaded signal-hook-registry v1.4.2 |
| 244 | 2024-12-20T21:13:04.529Z | Downloaded serde_urlencoded v0.7.1 |
| 245 | 2024-12-20T21:13:04.529Z | Downloaded subtle v2.6.1 |
| 246 | 2024-12-20T21:13:04.529Z | Downloaded rustversion v1.0.17 |
| 247 | 2024-12-20T21:13:04.532Z | Downloaded structmeta v0.3.0 |
| 248 | 2024-12-20T21:13:04.532Z | Downloaded litemap v0.7.3 |
| 249 | 2024-12-20T21:13:04.535Z | Downloaded progenitor v0.8.0 |
| 250 | 2024-12-20T21:13:04.539Z | Downloaded futures v0.3.31 |
| 251 | 2024-12-20T21:13:04.542Z | Downloaded rand_core v0.6.4 |
| 252 | 2024-12-20T21:13:04.545Z | Downloaded ucd-trie v0.1.7 |
| 253 | 2024-12-20T21:13:04.545Z | Downloaded dropshot_endpoint v0.13.0 |
| 254 | 2024-12-20T21:13:04.548Z | Downloaded quote v1.0.37 |
| 255 | 2024-12-20T21:13:04.550Z | Downloaded pest_meta v2.7.14 |
| 256 | 2024-12-20T21:13:04.553Z | Downloaded stable_deref_trait v1.2.0 |
| 257 | 2024-12-20T21:13:04.553Z | Downloaded slog-json v2.6.1 |
| 258 | 2024-12-20T21:13:04.556Z | Downloaded serde_derive_internals v0.29.1 |
| 259 | 2024-12-20T21:13:04.556Z | Downloaded shlex v1.3.0 |
| 260 | 2024-12-20T21:13:04.560Z | Downloaded unicode-ident v1.0.13 |
| 261 | 2024-12-20T21:13:04.562Z | Downloaded cpufeatures v0.2.14 |
| 262 | 2024-12-20T21:13:04.564Z | Downloaded spin v0.9.8 |
| 263 | 2024-12-20T21:13:04.564Z | Downloaded rustls-pemfile v2.2.0 |
| 264 | 2024-12-20T21:13:04.566Z | Downloaded serde_spanned v0.6.8 |
| 265 | 2024-12-20T21:13:04.566Z | Downloaded slog-async v2.8.0 |
| 266 | 2024-12-20T21:13:04.569Z | Downloaded slog-term v2.9.1 |
| 267 | 2024-12-20T21:13:04.572Z | Downloaded rustc-hash v2.0.0 |
| 268 | 2024-12-20T21:13:04.572Z | Downloaded dirs-sys-next v0.1.2 |
| 269 | 2024-12-20T21:13:04.572Z | Downloaded serde_with_macros v3.11.0 |
| 270 | 2024-12-20T21:13:04.575Z | Downloaded strum_macros v0.26.4 |
| 271 | 2024-12-20T21:13:04.578Z | Downloaded scroll v0.12.0 |
| 272 | 2024-12-20T21:13:04.578Z | Downloaded icu_properties v1.5.1 |
| 273 | 2024-12-20T21:13:04.580Z | Downloaded unsafe-libyaml v0.2.11 |
| 274 | 2024-12-20T21:13:04.583Z | Downloaded bytes v1.8.0 |
| 275 | 2024-12-20T21:13:04.587Z | Downloaded proc-macro2 v1.0.89 |
| 276 | 2024-12-20T21:13:04.589Z | Downloaded slog-bunyan v2.5.0 |
| 277 | 2024-12-20T21:13:04.592Z | Downloaded icu_normalizer_data v1.5.0 |
| 278 | 2024-12-20T21:13:04.594Z | Downloaded tracing v0.1.40 |
| 279 | 2024-12-20T21:13:04.596Z | Downloaded smallvec v1.13.2 |
| 280 | 2024-12-20T21:13:04.600Z | Downloaded semver v1.0.23 |
| 281 | 2024-12-20T21:13:04.603Z | Downloaded thiserror v1.0.69 |
| 282 | 2024-12-20T21:13:04.605Z | Downloaded term v0.7.0 |
| 283 | 2024-12-20T21:13:04.608Z | Downloaded openssl-sys v0.9.103 |
| 284 | 2024-12-20T21:13:04.612Z | Downloaded rand v0.8.5 |
| 285 | 2024-12-20T21:13:04.617Z | Downloaded indexmap v2.6.0 |
| 286 | 2024-12-20T21:13:04.622Z | Downloaded ryu v1.0.18 |
| 287 | 2024-12-20T21:13:04.626Z | Downloaded hyper-util v0.1.10 |
| 288 | 2024-12-20T21:13:04.629Z | Downloaded slog v2.7.0 |
| 289 | 2024-12-20T21:13:04.634Z | Downloaded schemars v0.8.21 |
| 290 | 2024-12-20T21:13:04.640Z | Downloaded url v2.5.3 |
| 291 | 2024-12-20T21:13:04.643Z | Downloaded quinn v0.11.5 |
| 292 | 2024-12-20T21:13:04.647Z | Downloaded crossbeam-channel v0.5.13 |
| 293 | 2024-12-20T21:13:04.651Z | Downloaded cc v1.1.30 |
| 294 | 2024-12-20T21:13:04.654Z | Downloaded tokio-util v0.7.12 |
| 295 | 2024-12-20T21:13:04.660Z | Downloaded serde_yaml v0.9.34+deprecated |
| 296 | 2024-12-20T21:13:04.664Z | Downloaded serde v1.0.215 |
| 297 | 2024-12-20T21:13:04.667Z | Downloaded memchr v2.7.4 |
| 298 | 2024-12-20T21:13:04.673Z | Downloaded time v0.3.36 |
| 299 | 2024-12-20T21:13:04.680Z | Downloaded http v1.1.0 |
| 300 | 2024-12-20T21:13:04.682Z | Downloaded pest v2.7.14 |
| 301 | 2024-12-20T21:13:04.688Z | Downloaded mio v1.0.2 |
| 302 | 2024-12-20T21:13:04.693Z | Downloaded idna v1.0.3 |
| 303 | 2024-12-20T21:13:04.697Z | Downloaded zerovec v0.10.4 |
| 304 | 2024-12-20T21:13:04.703Z | Downloaded toml_edit v0.22.22 |
| 305 | 2024-12-20T21:13:04.724Z | Downloaded serde_json v1.0.132 |
| 306 | 2024-12-20T21:13:04.729Z | Downloaded winnow v0.6.20 |
| 307 | 2024-12-20T21:13:04.740Z | Downloaded serde_with v3.11.0 |
| 308 | 2024-12-20T21:13:04.748Z | Downloaded futures-util v0.3.31 |
| 309 | 2024-12-20T21:13:04.757Z | Downloaded reqwest v0.12.9 |
| 310 | 2024-12-20T21:13:04.768Z | Downloaded goblin v0.8.2 |
| 311 | 2024-12-20T21:13:04.772Z | Downloaded vcpkg v0.2.15 |
| 312 | 2024-12-20T21:13:04.806Z | Downloaded quinn-proto v0.11.8 |
| 313 | 2024-12-20T21:13:04.812Z | Downloaded rustls-webpki v0.102.8 |
| 314 | 2024-12-20T21:13:04.829Z | Downloaded webpki-roots v0.26.6 |
| 315 | 2024-12-20T21:13:04.833Z | Downloaded regex v1.11.1 |
| 316 | 2024-12-20T21:13:04.848Z | Downloaded openssl v0.10.66 |
| 317 | 2024-12-20T21:13:04.854Z | Downloaded syn v2.0.87 |
| 318 | 2024-12-20T21:13:04.864Z | Downloaded chrono v0.4.38 |
| 319 | 2024-12-20T21:13:04.871Z | Downloaded icu_properties_data v1.5.0 |
| 320 | 2024-12-20T21:13:04.880Z | Downloaded dropshot v0.13.0 |
| 321 | 2024-12-20T21:13:04.899Z | Downloaded regress v0.10.1 |
| 322 | 2024-12-20T21:13:04.907Z | Downloaded rustls v0.22.4 |
| 323 | 2024-12-20T21:13:04.919Z | Downloaded openapiv3 v2.0.0 |
| 324 | 2024-12-20T21:13:04.929Z | Downloaded regex-syntax v0.8.5 |
| 325 | 2024-12-20T21:13:04.937Z | Downloaded rustls v0.23.19 |
| 326 | 2024-12-20T21:13:04.949Z | Downloaded regress v0.9.1 |
| 327 | 2024-12-20T21:13:04.956Z | Downloaded aho-corasick v1.1.3 |
| 328 | 2024-12-20T21:13:04.961Z | Downloaded typify-impl v0.2.0 |
| 329 | 2024-12-20T21:13:04.974Z | Downloaded h2 v0.4.6 |
| 330 | 2024-12-20T21:13:04.980Z | Downloaded hashbrown v0.15.1 |
| 331 | 2024-12-20T21:13:04.986Z | Downloaded zerocopy v0.7.35 |
| 332 | 2024-12-20T21:13:04.999Z | Downloaded hyper v1.5.0 |
| 333 | 2024-12-20T21:13:05.006Z | Downloaded hashbrown v0.14.5 |
| 334 | 2024-12-20T21:13:05.012Z | Downloaded base64 v0.22.1 |
| 335 | 2024-12-20T21:13:05.014Z | Downloaded tracing-core v0.1.32 |
| 336 | 2024-12-20T21:13:05.018Z | Downloaded hashbrown v0.12.3 |
| 337 | 2024-12-20T21:13:05.023Z | Downloaded rustls-pki-types v1.10.0 |
| 338 | 2024-12-20T21:13:05.026Z | Downloaded serde_derive v1.0.215 |
| 339 | 2024-12-20T21:13:05.026Z | Downloaded icu_collections v1.5.0 |
| 340 | 2024-12-20T21:13:05.031Z | Downloaded darling_core v0.20.10 |
| 341 | 2024-12-20T21:13:05.035Z | Downloaded parking_lot v0.12.3 |
| 342 | 2024-12-20T21:13:05.039Z | Downloaded sha2 v0.10.8 |
| 343 | 2024-12-20T21:13:05.041Z | Downloaded regex-automata v0.4.8 |
| 344 | 2024-12-20T21:13:05.055Z | Downloaded socket2 v0.5.7 |
| 345 | 2024-12-20T21:13:05.062Z | Downloaded icu_locid_transform_data v1.5.0 |
| 346 | 2024-12-20T21:13:05.067Z | Downloaded tokio v1.40.0 |
| 347 | 2024-12-20T21:13:05.093Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2024-12-20T21:13:05.096Z | Downloaded backoff v0.4.0 |
| 349 | 2024-12-20T21:13:05.098Z | Downloaded sha1 v0.10.6 |
| 350 | 2024-12-20T21:13:05.101Z | Downloaded serde_path_to_error v0.1.16 |
| 351 | 2024-12-20T21:13:05.101Z | Downloaded scopeguard v1.2.0 |
| 352 | 2024-12-20T21:13:05.104Z | Downloaded schemars_derive v0.8.21 |
| 353 | 2024-12-20T21:13:05.104Z | Downloaded synstructure v0.13.1 |
| 354 | 2024-12-20T21:13:05.104Z | Downloaded log v0.4.22 |
| 355 | 2024-12-20T21:13:05.106Z | Downloaded iana-time-zone v0.1.61 |
| 356 | 2024-12-20T21:13:05.108Z | Downloaded pest_derive v2.7.14 |
| 357 | 2024-12-20T21:13:05.111Z | Downloaded libc v0.2.162 |
| 358 | 2024-12-20T21:13:05.135Z | Downloaded uuid v1.11.0 |
| 359 | 2024-12-20T21:13:05.141Z | Downloaded progenitor-impl v0.8.0 |
| 360 | 2024-12-20T21:13:05.143Z | Downloaded num-traits v0.2.19 |
| 361 | 2024-12-20T21:13:05.143Z | Downloaded ipnet v2.10.1 |
| 362 | 2024-12-20T21:13:05.143Z | Downloaded icu_locid v1.5.0 |
| 363 | 2024-12-20T21:13:05.148Z | Downloaded typenum v1.17.0 |
| 364 | 2024-12-20T21:13:05.152Z | Downloaded indexmap v1.9.3 |
| 365 | 2024-12-20T21:13:05.160Z | Downloaded icu_provider v1.5.0 |
| 366 | 2024-12-20T21:13:05.163Z | Downloaded camino v1.1.9 |
| 367 | 2024-12-20T21:13:05.163Z | Downloaded once_cell v1.20.2 |
| 368 | 2024-12-20T21:13:05.163Z | Downloaded yoke v0.7.4 |
| 369 | 2024-12-20T21:13:05.163Z | Downloaded icu_normalizer v1.5.0 |
| 370 | 2024-12-20T21:13:05.166Z | Downloaded crossbeam-utils v0.8.20 |
| 371 | 2024-12-20T21:13:05.166Z | Downloaded serde_tokenstream v0.2.2 |
| 372 | 2024-12-20T21:13:05.169Z | Downloaded structmeta-derive v0.3.0 |
| 373 | 2024-12-20T21:13:05.169Z | Downloaded zerovec-derive v0.10.3 |
| 374 | 2024-12-20T21:13:05.169Z | Downloaded hostname v0.3.1 |
| 375 | 2024-12-20T21:13:05.172Z | Downloaded futures-sink v0.3.31 |
| 376 | 2024-12-20T21:13:05.172Z | Downloaded getrandom v0.2.15 |
| 377 | 2024-12-20T21:13:05.186Z | Downloaded displaydoc v0.2.5 |
| 378 | 2024-12-20T21:13:05.190Z | Downloaded parse-display v0.10.0 |
| 379 | 2024-12-20T21:13:05.191Z | Downloaded utf8_iter v1.0.4 |
| 380 | 2024-12-20T21:13:05.191Z | Downloaded itoa v1.0.11 |
| 381 | 2024-12-20T21:13:05.191Z | Downloaded percent-encoding v2.3.1 |
| 382 | 2024-12-20T21:13:05.191Z | Downloaded typify-macro v0.2.0 |
| 383 | 2024-12-20T21:13:05.191Z | Downloaded cfg-if v1.0.0 |
| 384 | 2024-12-20T21:13:05.191Z | Downloaded zerofrom-derive v0.1.4 |
| 385 | 2024-12-20T21:13:05.191Z | Downloaded paste v1.0.15 |
| 386 | 2024-12-20T21:13:05.191Z | Downloaded thread-id v4.2.2 |
| 387 | 2024-12-20T21:13:05.191Z | Downloaded futures-macro v0.3.31 |
| 388 | 2024-12-20T21:13:05.191Z | Downloaded form_urlencoded v1.2.1 |
| 389 | 2024-12-20T21:13:05.191Z | Downloaded byteorder v1.5.0 |
| 390 | 2024-12-20T21:13:05.191Z | Downloaded futures-io v0.3.31 |
| 391 | 2024-12-20T21:13:05.195Z | Downloaded tokio-rustls v0.25.0 |
| 392 | 2024-12-20T21:13:05.195Z | Downloaded dof v0.3.0 |
| 393 | 2024-12-20T21:13:05.195Z | Downloaded tinystr v0.7.6 |
| 394 | 2024-12-20T21:13:05.195Z | Downloaded tokio-macros v2.4.0 |
| 395 | 2024-12-20T21:13:05.195Z | Downloaded futures-executor v0.3.31 |
| 396 | 2024-12-20T21:13:05.198Z | Downloaded crypto-common v0.1.6 |
| 397 | 2024-12-20T21:13:05.198Z | Downloaded block-buffer v0.10.4 |
| 398 | 2024-12-20T21:13:05.198Z | Downloaded encoding_rs v0.8.34 |
| 399 | 2024-12-20T21:13:05.216Z | Downloaded bitflags v2.6.0 |
| 400 | 2024-12-20T21:13:05.220Z | Downloaded anyhow v1.0.93 |
| 401 | 2024-12-20T21:13:05.223Z | Downloaded dirs-next v2.0.0 |
| 402 | 2024-12-20T21:13:05.378Z | Downloaded ring v0.17.8 |
| 403 | 2024-12-20T21:13:05.707Z | Compiling proc-macro2 v1.0.89 |
| 404 | 2024-12-20T21:13:05.707Z | Compiling unicode-ident v1.0.13 |
| 405 | 2024-12-20T21:13:05.707Z | Compiling libc v0.2.162 |
| 406 | 2024-12-20T21:13:05.707Z | Checking cfg-if v1.0.0 |
| 407 | 2024-12-20T21:13:05.710Z | Compiling autocfg v1.4.0 |
| 408 | 2024-12-20T21:13:05.710Z | Compiling serde v1.0.215 |
| 409 | 2024-12-20T21:13:05.733Z | Compiling version_check v0.9.5 |
| 410 | 2024-12-20T21:13:05.749Z | Checking memchr v2.7.4 |
| 411 | 2024-12-20T21:13:05.854Z | Checking itoa v1.0.11 |
| 412 | 2024-12-20T21:13:05.916Z | Compiling serde_json v1.0.132 |
| 413 | 2024-12-20T21:13:06.417Z | Compiling thiserror v1.0.69 |
| 414 | 2024-12-20T21:13:06.435Z | Checking once_cell v1.20.2 |
| 415 | 2024-12-20T21:13:06.573Z | Compiling shlex v1.3.0 |
| 416 | 2024-12-20T21:13:06.795Z | Checking pin-project-lite v0.2.14 |
| 417 | 2024-12-20T21:13:06.909Z | Compiling cc v1.1.30 |
| 418 | 2024-12-20T21:13:06.955Z | Compiling num-traits v0.2.19 |
| 419 | 2024-12-20T21:13:07.194Z | Checking smallvec v1.13.2 |
| 420 | 2024-12-20T21:13:07.296Z | Checking getrandom v0.2.15 |
| 421 | 2024-12-20T21:13:07.340Z | Checking bytes v1.8.0 |
| 422 | 2024-12-20T21:13:07.358Z | Checking ryu v1.0.18 |
| 423 | 2024-12-20T21:13:07.511Z | Checking futures-core v0.3.31 |
| 424 | 2024-12-20T21:13:07.567Z | Compiling lock_api v0.4.12 |
| 425 | 2024-12-20T21:13:07.604Z | Compiling quote v1.0.37 |
| 426 | 2024-12-20T21:13:07.699Z | Compiling parking_lot_core v0.9.10 |
| 427 | 2024-12-20T21:13:07.742Z | Compiling byteorder v1.5.0 |
| 428 | 2024-12-20T21:13:08.123Z | Compiling syn v2.0.87 |
| 429 | 2024-12-20T21:13:08.194Z | Compiling ahash v0.8.11 |
| 430 | 2024-12-20T21:13:08.241Z | Compiling schemars v0.8.21 |
| 431 | 2024-12-20T21:13:08.281Z | Checking scopeguard v1.2.0 |
| 432 | 2024-12-20T21:13:08.349Z | Compiling slab v0.4.9 |
| 433 | 2024-12-20T21:13:08.620Z | Checking log v0.4.22 |
| 434 | 2024-12-20T21:13:08.624Z | Checking futures-sink v0.3.31 |
| 435 | 2024-12-20T21:13:08.659Z | Checking socket2 v0.5.7 |
| 436 | 2024-12-20T21:13:08.679Z | Checking signal-hook-registry v1.4.2 |
| 437 | 2024-12-20T21:13:08.786Z | Checking mio v1.0.2 |
| 438 | 2024-12-20T21:13:08.838Z | Checking stable_deref_trait v1.2.0 |
| 439 | 2024-12-20T21:13:08.856Z | Checking parking_lot v0.12.3 |
| 440 | 2024-12-20T21:13:08.933Z | Checking hashbrown v0.15.1 |
| 441 | 2024-12-20T21:13:08.938Z | Checking equivalent v1.0.1 |
| 442 | 2024-12-20T21:13:09.057Z | Compiling semver v1.0.23 |
| 443 | 2024-12-20T21:13:09.141Z | Checking fnv v1.0.7 |
| 444 | 2024-12-20T21:13:09.158Z | Checking futures-channel v0.3.31 |
| 445 | 2024-12-20T21:13:09.191Z | Checking pin-utils v0.1.0 |
| 446 | 2024-12-20T21:13:09.269Z | Checking http v1.1.0 |
| 447 | 2024-12-20T21:13:09.288Z | Checking futures-io v0.3.31 |
| 448 | 2024-12-20T21:13:09.394Z | Checking futures-task v0.3.31 |
| 449 | 2024-12-20T21:13:09.470Z | Compiling heck v0.5.0 |
| 450 | 2024-12-20T21:13:09.534Z | Checking rustls-pki-types v1.10.0 |
| 451 | 2024-12-20T21:13:09.639Z | Compiling pkg-config v0.3.31 |
| 452 | 2024-12-20T21:13:09.659Z | Checking spin v0.9.8 |
| 453 | 2024-12-20T21:13:09.881Z | Compiling vcpkg v0.2.15 |
| 454 | 2024-12-20T21:13:10.005Z | Compiling ring v0.17.8 |
| 455 | 2024-12-20T21:13:10.048Z | Checking untrusted v0.9.0 |
| 456 | 2024-12-20T21:13:10.110Z | Compiling httparse v1.9.5 |
| 457 | 2024-12-20T21:13:10.306Z | Compiling ucd-trie v0.1.7 |
| 458 | 2024-12-20T21:13:10.715Z | Checking writeable v0.5.5 |
| 459 | 2024-12-20T21:13:10.831Z | Checking iana-time-zone v0.1.61 |
| 460 | 2024-12-20T21:13:10.853Z | Checking litemap v0.7.3 |
| 461 | 2024-12-20T21:13:10.994Z | Checking tracing-core v0.1.32 |
| 462 | 2024-12-20T21:13:11.184Z | Checking atomic-waker v1.1.2 |
| 463 | 2024-12-20T21:13:11.223Z | Checking dyn-clone v1.0.17 |
| 464 | 2024-12-20T21:13:11.311Z | Compiling allocator-api2 v0.2.18 |
| 465 | 2024-12-20T21:13:11.629Z | Compiling openssl-sys v0.9.103 |
| 466 | 2024-12-20T21:13:11.662Z | Checking tracing v0.1.40 |
| 467 | 2024-12-20T21:13:11.879Z | Checking http-body v1.0.1 |
| 468 | 2024-12-20T21:13:11.993Z | Checking try-lock v0.2.5 |
| 469 | 2024-12-20T21:13:12.077Z | Checking icu_locid_transform_data v1.5.0 |
| 470 | 2024-12-20T21:13:12.124Z | Checking zeroize v1.8.1 |
| 471 | 2024-12-20T21:13:12.169Z | Compiling uuid v1.11.0 |
| 472 | 2024-12-20T21:13:12.187Z | Checking subtle v2.6.1 |
| 473 | 2024-12-20T21:13:12.302Z | Checking want v0.3.1 |
| 474 | 2024-12-20T21:13:12.415Z | Checking icu_properties_data v1.5.0 |
| 475 | 2024-12-20T21:13:12.476Z | Compiling slog v2.7.0 |
| 476 | 2024-12-20T21:13:12.681Z | Compiling chrono v0.4.38 |
| 477 | 2024-12-20T21:13:12.742Z | Compiling openssl v0.10.66 |
| 478 | 2024-12-20T21:13:12.763Z | Checking httpdate v1.0.3 |
| 479 | 2024-12-20T21:13:12.794Z | Checking foreign-types-shared v0.1.1 |
| 480 | 2024-12-20T21:13:12.900Z | Checking foreign-types v0.3.2 |
| 481 | 2024-12-20T21:13:13.067Z | Compiling aho-corasick v1.1.3 |
| 482 | 2024-12-20T21:13:13.095Z | Checking utf8_iter v1.0.4 |
| 483 | 2024-12-20T21:13:13.171Z | Checking icu_normalizer_data v1.5.0 |
| 484 | 2024-12-20T21:13:13.273Z | Compiling regex-syntax v0.8.5 |
| 485 | 2024-12-20T21:13:13.292Z | Checking bitflags v2.6.0 |
| 486 | 2024-12-20T21:13:14.203Z | Compiling typenum v1.17.0 |
| 487 | 2024-12-20T21:13:14.290Z | Checking tower-service v0.3.3 |
| 488 | 2024-12-20T21:13:14.423Z | Checking utf16_iter v1.0.5 |
| 489 | 2024-12-20T21:13:14.591Z | Compiling rustls v0.23.19 |
| 490 | 2024-12-20T21:13:14.758Z | Checking write16 v1.0.0 |
| 491 | 2024-12-20T21:13:14.895Z | Checking percent-encoding v2.3.1 |
| 492 | 2024-12-20T21:13:14.933Z | Compiling native-tls v0.2.12 |
| 493 | 2024-12-20T21:13:15.099Z | Checking form_urlencoded v1.2.1 |
| 494 | 2024-12-20T21:13:15.312Z | Compiling generic-array v0.14.7 |
| 495 | 2024-12-20T21:13:15.662Z | Checking openssl-probe v0.1.5 |
| 496 | 2024-12-20T21:13:15.786Z | Compiling synstructure v0.13.1 |
| 497 | 2024-12-20T21:13:15.818Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2024-12-20T21:13:16.357Z | Checking rustls-webpki v0.102.8 |
| 499 | 2024-12-20T21:13:16.991Z | Compiling regex-automata v0.4.8 |
| 500 | 2024-12-20T21:13:18.440Z | Compiling usdt-impl v0.5.0 |
| 501 | 2024-12-20T21:13:18.730Z | Checking encoding_rs v0.8.34 |
| 502 | 2024-12-20T21:13:19.006Z | Compiling num-conv v0.1.0 |
| 503 | 2024-12-20T21:13:19.253Z | Checking powerfmt v0.2.0 |
| 504 | 2024-12-20T21:13:19.298Z | Checking mime v0.3.17 |
| 505 | 2024-12-20T21:13:19.454Z | Compiling time-core v0.1.2 |
| 506 | 2024-12-20T21:13:19.561Z | Checking deranged v0.3.11 |
| 507 | 2024-12-20T21:13:19.633Z | Compiling time-macros v0.2.18 |
| 508 | 2024-12-20T21:13:19.666Z | Compiling thread-id v4.2.2 |
| 509 | 2024-12-20T21:13:21.112Z | Compiling regex v1.11.1 |
| 510 | 2024-12-20T21:13:21.146Z | Checking rustls-pemfile v2.2.0 |
| 511 | 2024-12-20T21:13:21.371Z | Checking webpki-roots v0.26.6 |
| 512 | 2024-12-20T21:13:21.410Z | Compiling serde_derive v1.0.215 |
| 513 | 2024-12-20T21:13:21.448Z | Compiling zerocopy-derive v0.7.35 |
| 514 | 2024-12-20T21:13:21.590Z | Compiling thiserror-impl v1.0.69 |
| 515 | 2024-12-20T21:13:22.119Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2024-12-20T21:13:22.185Z | Compiling schemars_derive v0.8.21 |
| 517 | 2024-12-20T21:13:22.254Z | Compiling yoke-derive v0.7.4 |
| 518 | 2024-12-20T21:13:22.572Z | Compiling tokio-macros v2.4.0 |
| 519 | 2024-12-20T21:13:23.575Z | Compiling zerocopy v0.7.35 |
| 520 | 2024-12-20T21:13:24.745Z | Checking tokio v1.40.0 |
| 521 | 2024-12-20T21:13:24.905Z | Compiling zerovec-derive v0.10.3 |
| 522 | 2024-12-20T21:13:25.027Z | Compiling futures-macro v0.3.31 |
| 523 | 2024-12-20T21:13:25.206Z | Compiling displaydoc v0.2.5 |
| 524 | 2024-12-20T21:13:25.641Z | Compiling pest v2.7.14 |
| 525 | 2024-12-20T21:13:25.772Z | Checking zerofrom v0.1.4 |
| 526 | 2024-12-20T21:13:25.933Z | Compiling icu_provider_macros v1.5.0 |
| 527 | 2024-12-20T21:13:25.990Z | Checking yoke v0.7.4 |
| 528 | 2024-12-20T21:13:26.339Z | Compiling hashbrown v0.14.5 |
| 529 | 2024-12-20T21:13:26.967Z | Checking futures-util v0.3.31 |
| 530 | 2024-12-20T21:13:27.109Z | Compiling openssl-macros v0.1.1 |
| 531 | 2024-12-20T21:13:27.482Z | Checking zerovec v0.10.4 |
| 532 | 2024-12-20T21:13:27.688Z | Compiling regress v0.10.1 |
| 533 | 2024-12-20T21:13:28.361Z | Compiling pest_meta v2.7.14 |
| 534 | 2024-12-20T21:13:28.647Z | Compiling scroll_derive v0.12.0 |
| 535 | 2024-12-20T21:13:30.178Z | Checking tinystr v0.7.6 |
| 536 | 2024-12-20T21:13:30.617Z | Checking icu_locid v1.5.0 |
| 537 | 2024-12-20T21:13:31.727Z | Checking icu_provider v1.5.0 |
| 538 | 2024-12-20T21:13:31.992Z | Checking tokio-util v0.7.12 |
| 539 | 2024-12-20T21:13:32.275Z | Compiling pest_generator v2.7.14 |
| 540 | 2024-12-20T21:13:32.443Z | Checking icu_locid_transform v1.5.0 |
| 541 | 2024-12-20T21:13:32.565Z | Checking icu_collections v1.5.0 |
| 542 | 2024-12-20T21:13:32.624Z | Checking http-body-util v0.1.2 |
| 543 | 2024-12-20T21:13:32.845Z | Checking tokio-rustls v0.26.0 |
| 544 | 2024-12-20T21:13:33.086Z | Checking scroll v0.12.0 |
| 545 | 2024-12-20T21:13:33.470Z | Checking icu_properties v1.5.1 |
| 546 | 2024-12-20T21:13:33.549Z | Checking num_threads v0.1.7 |
| 547 | 2024-12-20T21:13:33.896Z | Compiling strsim v0.11.1 |
| 548 | 2024-12-20T21:13:33.972Z | Checking tokio-native-tls v0.3.1 |
| 549 | 2024-12-20T21:13:34.076Z | Compiling pest_derive v2.7.14 |
| 550 | 2024-12-20T21:13:34.184Z | Checking plain v0.2.3 |
| 551 | 2024-12-20T21:13:34.489Z | Checking base64 v0.22.1 |
| 552 | 2024-12-20T21:13:34.602Z | Checking indexmap v2.6.0 |
| 553 | 2024-12-20T21:13:35.420Z | Compiling serde_tokenstream v0.2.2 |
| 554 | 2024-12-20T21:13:36.016Z | Checking h2 v0.4.6 |
| 555 | 2024-12-20T21:13:36.692Z | Compiling dtrace-parser v0.2.0 |
| 556 | 2024-12-20T21:13:36.844Z | Checking serde_urlencoded v0.7.1 |
| 557 | 2024-12-20T21:13:36.850Z | Checking icu_normalizer v1.5.0 |
| 558 | 2024-12-20T21:13:37.301Z | Compiling dof v0.3.0 |
| 559 | 2024-12-20T21:13:37.581Z | Compiling crossbeam-utils v0.8.20 |
| 560 | 2024-12-20T21:13:37.658Z | Checking idna_adapter v1.2.0 |
| 561 | 2024-12-20T21:13:37.858Z | Checking idna v1.0.3 |
| 562 | 2024-12-20T21:13:38.227Z | Compiling ident_case v1.0.1 |
| 563 | 2024-12-20T21:13:38.353Z | Checking url v2.5.3 |
| 564 | 2024-12-20T21:13:38.418Z | Compiling darling_core v0.20.10 |
| 565 | 2024-12-20T21:13:38.487Z | Compiling openapiv3 v2.0.0 |
| 566 | 2024-12-20T21:13:38.757Z | Checking typify-impl v0.2.0 |
| 567 | 2024-12-20T21:13:39.718Z | Checking time v0.3.36 |
| 568 | 2024-12-20T21:13:40.394Z | Checking hyper v1.5.0 |
| 569 | 2024-12-20T21:13:41.356Z | Checking goblin v0.8.2 |
| 570 | 2024-12-20T21:13:41.779Z | Checking sync_wrapper v1.0.1 |
| 571 | 2024-12-20T21:13:41.930Z | Checking dirs-sys-next v0.1.2 |
| 572 | 2024-12-20T21:13:42.482Z | Compiling rustversion v1.0.17 |
| 573 | 2024-12-20T21:13:42.593Z | Checking hyper-util v0.1.10 |
| 574 | 2024-12-20T21:13:42.800Z | Compiling rustls v0.22.4 |
| 575 | 2024-12-20T21:13:43.127Z | Compiling paste v1.0.15 |
| 576 | 2024-12-20T21:13:43.156Z | Checking pretty-hex v0.4.1 |
| 577 | 2024-12-20T21:13:43.326Z | Checking ipnet v2.10.1 |
| 578 | 2024-12-20T21:13:43.621Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2024-12-20T21:13:43.813Z | Compiling unsafe-libyaml v0.2.11 |
| 580 | 2024-12-20T21:13:44.305Z | Checking dirs-next v2.0.0 |
| 581 | 2024-12-20T21:13:44.325Z | Checking hyper-tls v0.6.0 |
| 582 | 2024-12-20T21:13:44.442Z | Checking hyper-rustls v0.27.3 |
| 583 | 2024-12-20T21:13:44.605Z | Compiling darling_macro v0.20.10 |
| 584 | 2024-12-20T21:13:44.710Z | Checking toml_datetime v0.6.8 |
| 585 | 2024-12-20T21:13:44.759Z | Checking reqwest v0.12.9 |
| 586 | 2024-12-20T21:13:44.841Z | Checking serde_spanned v0.6.8 |
| 587 | 2024-12-20T21:13:45.017Z | Checking ppv-lite86 v0.2.20 |
| 588 | 2024-12-20T21:13:45.036Z | Compiling structmeta-derive v0.3.0 |
| 589 | 2024-12-20T21:13:45.352Z | Compiling serde_yaml v0.9.34+deprecated |
| 590 | 2024-12-20T21:13:45.557Z | Checking crypto-common v0.1.6 |
| 591 | 2024-12-20T21:13:45.618Z | Checking block-buffer v0.10.4 |
| 592 | 2024-12-20T21:13:45.721Z | Checking rand_core v0.6.4 |
| 593 | 2024-12-20T21:13:45.819Z | Checking thread_local v1.1.8 |
| 594 | 2024-12-20T21:13:45.914Z | Compiling multer v3.1.0 |
| 595 | 2024-12-20T21:13:46.010Z | Compiling newtype-uuid v1.1.3 |
| 596 | 2024-12-20T21:13:46.099Z | Checking match_cfg v0.1.0 |
| 597 | 2024-12-20T21:13:46.194Z | Compiling camino v1.1.9 |
| 598 | 2024-12-20T21:13:46.246Z | Checking winnow v0.6.20 |
| 599 | 2024-12-20T21:13:46.264Z | Compiling anyhow v1.0.93 |
| 600 | 2024-12-20T21:13:46.317Z | Compiling slog-async v2.8.0 |
| 601 | 2024-12-20T21:13:46.914Z | Checking progenitor-client v0.8.0 |
| 602 | 2024-12-20T21:13:47.005Z | Checking hostname v0.3.1 |
| 603 | 2024-12-20T21:13:47.143Z | Checking rand_chacha v0.3.1 |
| 604 | 2024-12-20T21:13:47.246Z | Checking digest v0.10.7 |
| 605 | 2024-12-20T21:13:47.265Z | Compiling darling v0.20.10 |
| 606 | 2024-12-20T21:13:47.389Z | Checking crossbeam-channel v0.5.13 |
| 607 | 2024-12-20T21:13:47.504Z | Checking term v0.7.0 |
| 608 | 2024-12-20T21:13:47.729Z | Compiling structmeta v0.3.0 |
| 609 | 2024-12-20T21:13:48.111Z | Checking slog-json v2.6.1 |
| 610 | 2024-12-20T21:13:48.131Z | Compiling usdt-macro v0.5.0 |
| 611 | 2024-12-20T21:13:48.366Z | Compiling usdt-attr-macro v0.5.0 |
| 612 | 2024-12-20T21:13:48.905Z | Checking futures-executor v0.3.31 |
| 613 | 2024-12-20T21:13:49.065Z | Compiling async-stream-impl v0.3.6 |
| 614 | 2024-12-20T21:13:49.067Z | Checking is-terminal v0.4.13 |
| 615 | 2024-12-20T21:13:49.131Z | Checking memmap v0.7.0 |
| 616 | 2024-12-20T21:13:49.343Z | Compiling dropshot v0.13.0 |
| 617 | 2024-12-20T21:13:49.400Z | Checking toml_edit v0.22.22 |
| 618 | 2024-12-20T21:13:49.422Z | Checking take_mut v0.2.2 |
| 619 | 2024-12-20T21:13:49.548Z | Checking cpufeatures v0.2.14 |
| 620 | 2024-12-20T21:13:49.642Z | Checking sha1 v0.10.6 |
| 621 | 2024-12-20T21:13:49.793Z | Checking usdt v0.5.0 |
| 622 | 2024-12-20T21:13:49.921Z | Checking futures v0.3.31 |
| 623 | 2024-12-20T21:13:49.982Z | Compiling strum_macros v0.26.4 |
| 624 | 2024-12-20T21:13:50.016Z | Checking slog-bunyan v2.5.0 |
| 625 | 2024-12-20T21:13:50.035Z | Compiling parse-display-derive v0.10.0 |
| 626 | 2024-12-20T21:13:50.183Z | Checking rand v0.8.5 |
| 627 | 2024-12-20T21:13:50.241Z | Checking slog-term v2.9.1 |
| 628 | 2024-12-20T21:13:50.267Z | Checking async-stream v0.3.6 |
| 629 | 2024-12-20T21:13:50.466Z | Compiling serde_with_macros v3.11.0 |
| 630 | 2024-12-20T21:13:51.290Z | Checking tokio-rustls v0.25.0 |
| 631 | 2024-12-20T21:13:51.759Z | Checking ipnetwork v0.20.0 |
| 632 | 2024-12-20T21:13:51.781Z | Compiling dropshot_endpoint v0.13.0 |
| 633 | 2024-12-20T21:13:52.066Z | Checking toml v0.8.19 |
| 634 | 2024-12-20T21:13:52.140Z | Checking serde_path_to_error v0.1.16 |
| 635 | 2024-12-20T21:13:52.142Z | Checking hex v0.4.3 |
| 636 | 2024-12-20T21:13:52.709Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 637 | 2024-12-20T21:13:52.780Z | Compiling async-trait v0.1.83 |
| 638 | 2024-12-20T21:13:52.823Z | Checking waitgroup v0.1.2 |
| 639 | 2024-12-20T21:13:52.965Z | Checking hostname v0.4.0 |
| 640 | 2024-12-20T21:13:53.106Z | Checking instant v0.1.13 |
| 641 | 2024-12-20T21:13:53.133Z | Checking debug-ignore v1.0.5 |
| 642 | 2024-12-20T21:13:53.227Z | Checking backoff v0.4.0 |
| 643 | 2024-12-20T21:13:53.273Z | Checking serde_with v3.11.0 |
| 644 | 2024-12-20T21:13:53.400Z | Compiling typify-macro v0.2.0 |
| 645 | 2024-12-20T21:13:53.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 646 | 2024-12-20T21:13:53.513Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 647 | 2024-12-20T21:13:53.638Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 648 | 2024-12-20T21:13:53.672Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 649 | 2024-12-20T21:13:53.980Z | Checking parse-display v0.10.0 |
| 650 | 2024-12-20T21:13:54.001Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 651 | 2024-12-20T21:13:54.255Z | Checking macaddr v1.0.1 |
| 652 | 2024-12-20T21:13:54.309Z | Checking regress v0.9.1 |
| 653 | 2024-12-20T21:13:54.544Z | Checking strum v0.26.3 |
| 654 | 2024-12-20T21:13:56.071Z | Compiling typify v0.2.0 |
| 655 | 2024-12-20T21:13:56.165Z | Compiling progenitor-impl v0.8.0 |
| 656 | 2024-12-20T21:13:58.908Z | Compiling progenitor-macro v0.8.0 |
| 657 | 2024-12-20T21:14:03.275Z | Checking progenitor v0.8.0 |
| 658 | 2024-12-20T21:14:03.409Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 659 | 2024-12-20T21:14:06.497Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 660 | 2024-12-20T21:14:14.540Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 661 | 2024-12-20T21:14:14.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 662 | 2024-12-20T21:14:14.952Z | + cargo build --release |
| 663 | 2024-12-20T21:14:15.217Z | Compiling proc-macro2 v1.0.89 |
| 664 | 2024-12-20T21:14:15.217Z | Compiling unicode-ident v1.0.13 |
| 665 | 2024-12-20T21:14:15.217Z | Compiling libc v0.2.162 |
| 666 | 2024-12-20T21:14:15.219Z | Compiling cfg-if v1.0.0 |
| 667 | 2024-12-20T21:14:15.219Z | Compiling autocfg v1.4.0 |
| 668 | 2024-12-20T21:14:15.219Z | Compiling serde v1.0.215 |
| 669 | 2024-12-20T21:14:15.219Z | Compiling version_check v0.9.5 |
| 670 | 2024-12-20T21:14:15.219Z | Compiling memchr v2.7.4 |
| 671 | 2024-12-20T21:14:15.345Z | Compiling serde_json v1.0.132 |
| 672 | 2024-12-20T21:14:15.432Z | Compiling itoa v1.0.11 |
| 673 | 2024-12-20T21:14:15.673Z | Compiling thiserror v1.0.69 |
| 674 | 2024-12-20T21:14:15.808Z | Compiling once_cell v1.20.2 |
| 675 | 2024-12-20T21:14:15.878Z | Compiling shlex v1.3.0 |
| 676 | 2024-12-20T21:14:16.096Z | Compiling cc v1.1.30 |
| 677 | 2024-12-20T21:14:16.248Z | Compiling num-traits v0.2.19 |
| 678 | 2024-12-20T21:14:16.536Z | Compiling pin-project-lite v0.2.14 |
| 679 | 2024-12-20T21:14:16.650Z | Compiling getrandom v0.2.15 |
| 680 | 2024-12-20T21:14:16.730Z | Compiling smallvec v1.13.2 |
| 681 | 2024-12-20T21:14:16.800Z | Compiling bytes v1.8.0 |
| 682 | 2024-12-20T21:14:16.969Z | Compiling quote v1.0.37 |
| 683 | 2024-12-20T21:14:16.994Z | Compiling ryu v1.0.18 |
| 684 | 2024-12-20T21:14:17.088Z | Compiling futures-core v0.3.31 |
| 685 | 2024-12-20T21:14:17.328Z | Compiling lock_api v0.4.12 |
| 686 | 2024-12-20T21:14:17.429Z | Compiling syn v2.0.87 |
| 687 | 2024-12-20T21:14:17.556Z | Compiling ahash v0.8.11 |
| 688 | 2024-12-20T21:14:17.594Z | Compiling parking_lot_core v0.9.10 |
| 689 | 2024-12-20T21:14:17.614Z | Compiling byteorder v1.5.0 |
| 690 | 2024-12-20T21:14:17.658Z | Compiling schemars v0.8.21 |
| 691 | 2024-12-20T21:14:18.032Z | Compiling scopeguard v1.2.0 |
| 692 | 2024-12-20T21:14:18.122Z | Compiling slab v0.4.9 |
| 693 | 2024-12-20T21:14:18.198Z | Compiling futures-sink v0.3.31 |
| 694 | 2024-12-20T21:14:18.335Z | Compiling log v0.4.22 |
| 695 | 2024-12-20T21:14:18.555Z | Compiling mio v1.0.2 |
| 696 | 2024-12-20T21:14:18.592Z | Compiling signal-hook-registry v1.4.2 |
| 697 | 2024-12-20T21:14:18.669Z | Compiling parking_lot v0.12.3 |
| 698 | 2024-12-20T21:14:18.707Z | Compiling socket2 v0.5.7 |
| 699 | 2024-12-20T21:14:18.797Z | Compiling semver v1.0.23 |
| 700 | 2024-12-20T21:14:18.891Z | Compiling stable_deref_trait v1.2.0 |
| 701 | 2024-12-20T21:14:19.084Z | Compiling ring v0.17.8 |
| 702 | 2024-12-20T21:14:19.289Z | Compiling equivalent v1.0.1 |
| 703 | 2024-12-20T21:14:19.320Z | Compiling hashbrown v0.15.1 |
| 704 | 2024-12-20T21:14:19.388Z | Compiling fnv v1.0.7 |
| 705 | 2024-12-20T21:14:19.512Z | Compiling http v1.1.0 |
| 706 | 2024-12-20T21:14:20.187Z | Compiling futures-channel v0.3.31 |
| 707 | 2024-12-20T21:14:20.230Z | Compiling pin-utils v0.1.0 |
| 708 | 2024-12-20T21:14:20.312Z | Compiling futures-task v0.3.31 |
| 709 | 2024-12-20T21:14:20.392Z | Compiling futures-io v0.3.31 |
| 710 | 2024-12-20T21:14:20.647Z | Compiling heck v0.5.0 |
| 711 | 2024-12-20T21:14:20.729Z | Compiling vcpkg v0.2.15 |
| 712 | 2024-12-20T21:14:20.822Z | Compiling spin v0.9.8 |
| 713 | 2024-12-20T21:14:20.830Z | Compiling pkg-config v0.3.31 |
| 714 | 2024-12-20T21:14:20.849Z | Compiling rustls-pki-types v1.10.0 |
| 715 | 2024-12-20T21:14:21.702Z | Compiling iana-time-zone v0.1.61 |
| 716 | 2024-12-20T21:14:22.010Z | Compiling writeable v0.5.5 |
| 717 | 2024-12-20T21:14:22.412Z | Compiling openssl-sys v0.9.103 |
| 718 | 2024-12-20T21:14:22.419Z | Compiling httparse v1.9.5 |
| 719 | 2024-12-20T21:14:22.728Z | Compiling litemap v0.7.3 |
| 720 | 2024-12-20T21:14:23.106Z | Compiling ucd-trie v0.1.7 |
| 721 | 2024-12-20T21:14:23.183Z | Compiling untrusted v0.9.0 |
| 722 | 2024-12-20T21:14:23.294Z | Compiling tracing-core v0.1.32 |
| 723 | 2024-12-20T21:14:23.477Z | Compiling dyn-clone v1.0.17 |
| 724 | 2024-12-20T21:14:23.565Z | Compiling allocator-api2 v0.2.18 |
| 725 | 2024-12-20T21:14:23.662Z | Compiling atomic-waker v1.1.2 |
| 726 | 2024-12-20T21:14:24.292Z | Compiling tracing v0.1.40 |
| 727 | 2024-12-20T21:14:24.364Z | Compiling http-body v1.0.1 |
| 728 | 2024-12-20T21:14:24.612Z | Compiling try-lock v0.2.5 |
| 729 | 2024-12-20T21:14:24.756Z | Compiling subtle v2.6.1 |
| 730 | 2024-12-20T21:14:24.994Z | Compiling chrono v0.4.38 |
| 731 | 2024-12-20T21:14:25.105Z | Compiling uuid v1.11.0 |
| 732 | 2024-12-20T21:14:25.112Z | Compiling icu_locid_transform_data v1.5.0 |
| 733 | 2024-12-20T21:14:25.147Z | Compiling zeroize v1.8.1 |
| 734 | 2024-12-20T21:14:25.199Z | Compiling want v0.3.1 |
| 735 | 2024-12-20T21:14:25.488Z | Compiling synstructure v0.13.1 |
| 736 | 2024-12-20T21:14:25.490Z | Compiling serde_derive_internals v0.29.1 |
| 737 | 2024-12-20T21:14:26.131Z | Compiling openssl v0.10.66 |
| 738 | 2024-12-20T21:14:26.576Z | Compiling httpdate v1.0.3 |
| 739 | 2024-12-20T21:14:26.909Z | Compiling foreign-types-shared v0.1.1 |
| 740 | 2024-12-20T21:14:27.012Z | Compiling icu_properties_data v1.5.0 |
| 741 | 2024-12-20T21:14:27.074Z | Compiling slog v2.7.0 |
| 742 | 2024-12-20T21:14:27.277Z | Compiling foreign-types v0.3.2 |
| 743 | 2024-12-20T21:14:27.627Z | Compiling aho-corasick v1.1.3 |
| 744 | 2024-12-20T21:14:27.787Z | Compiling icu_normalizer_data v1.5.0 |
| 745 | 2024-12-20T21:14:27.829Z | Compiling tower-service v0.3.3 |
| 746 | 2024-12-20T21:14:27.888Z | Compiling typenum v1.17.0 |
| 747 | 2024-12-20T21:14:27.950Z | Compiling utf8_iter v1.0.4 |
| 748 | 2024-12-20T21:14:28.229Z | Compiling write16 v1.0.0 |
| 749 | 2024-12-20T21:14:28.379Z | Compiling percent-encoding v2.3.1 |
| 750 | 2024-12-20T21:14:28.903Z | Compiling rustls v0.23.19 |
| 751 | 2024-12-20T21:14:29.022Z | Compiling native-tls v0.2.12 |
| 752 | 2024-12-20T21:14:29.219Z | Compiling bitflags v2.6.0 |
| 753 | 2024-12-20T21:14:29.292Z | Compiling utf16_iter v1.0.5 |
| 754 | 2024-12-20T21:14:29.379Z | Compiling regex-syntax v0.8.5 |
| 755 | 2024-12-20T21:14:29.474Z | Compiling form_urlencoded v1.2.1 |
| 756 | 2024-12-20T21:14:29.751Z | Compiling generic-array v0.14.7 |
| 757 | 2024-12-20T21:14:29.971Z | Compiling openssl-probe v0.1.5 |
| 758 | 2024-12-20T21:14:31.030Z | Compiling serde_derive v1.0.215 |
| 759 | 2024-12-20T21:14:31.306Z | Compiling zerocopy-derive v0.7.35 |
| 760 | 2024-12-20T21:14:31.493Z | Compiling thiserror-impl v1.0.69 |
| 761 | 2024-12-20T21:14:32.127Z | Compiling schemars_derive v0.8.21 |
| 762 | 2024-12-20T21:14:32.141Z | Compiling zerofrom-derive v0.1.4 |
| 763 | 2024-12-20T21:14:33.460Z | Compiling zerocopy v0.7.35 |
| 764 | 2024-12-20T21:14:35.162Z | Compiling yoke-derive v0.7.4 |
| 765 | 2024-12-20T21:14:35.181Z | Compiling tokio-macros v2.4.0 |
| 766 | 2024-12-20T21:14:35.327Z | Compiling zerovec-derive v0.10.3 |
| 767 | 2024-12-20T21:14:35.892Z | Compiling zerofrom v0.1.4 |
| 768 | 2024-12-20T21:14:36.032Z | Compiling futures-macro v0.3.31 |
| 769 | 2024-12-20T21:14:36.395Z | Compiling displaydoc v0.2.5 |
| 770 | 2024-12-20T21:14:36.746Z | Compiling tokio v1.40.0 |
| 771 | 2024-12-20T21:14:37.919Z | Compiling yoke v0.7.4 |
| 772 | 2024-12-20T21:14:37.936Z | Compiling futures-util v0.3.31 |
| 773 | 2024-12-20T21:14:38.009Z | Compiling pest v2.7.14 |
| 774 | 2024-12-20T21:14:38.288Z | Compiling zerovec v0.10.4 |
| 775 | 2024-12-20T21:14:38.320Z | Compiling icu_provider_macros v1.5.0 |
| 776 | 2024-12-20T21:14:38.340Z | Compiling hashbrown v0.14.5 |
| 777 | 2024-12-20T21:14:39.677Z | Compiling rustls-webpki v0.102.8 |
| 778 | 2024-12-20T21:14:40.976Z | Compiling tinystr v0.7.6 |
| 779 | 2024-12-20T21:14:41.429Z | Compiling icu_locid v1.5.0 |
| 780 | 2024-12-20T21:14:41.447Z | Compiling pest_meta v2.7.14 |
| 781 | 2024-12-20T21:14:44.588Z | Compiling icu_provider v1.5.0 |
| 782 | 2024-12-20T21:14:45.060Z | Compiling pest_generator v2.7.14 |
| 783 | 2024-12-20T21:14:46.025Z | Compiling indexmap v2.6.0 |
| 784 | 2024-12-20T21:14:46.893Z | Compiling serde_tokenstream v0.2.2 |
| 785 | 2024-12-20T21:14:47.839Z | Compiling tokio-util v0.7.12 |
| 786 | 2024-12-20T21:14:48.761Z | Compiling icu_locid_transform v1.5.0 |
| 787 | 2024-12-20T21:14:49.226Z | Compiling h2 v0.4.6 |
| 788 | 2024-12-20T21:14:50.190Z | Compiling icu_collections v1.5.0 |
| 789 | 2024-12-20T21:14:52.210Z | Compiling regress v0.10.1 |
| 790 | 2024-12-20T21:14:52.983Z | Compiling icu_properties v1.5.1 |
| 791 | 2024-12-20T21:14:54.964Z | Compiling hyper v1.5.0 |
| 792 | 2024-12-20T21:14:56.271Z | Compiling typify-impl v0.2.0 |
| 793 | 2024-12-20T21:14:57.082Z | Compiling pest_derive v2.7.14 |
| 794 | 2024-12-20T21:14:58.563Z | Compiling openssl-macros v0.1.1 |
| 795 | 2024-12-20T21:15:00.988Z | Compiling hyper-util v0.1.10 |
| 796 | 2024-12-20T21:15:04.590Z | Compiling icu_normalizer v1.5.0 |
| 797 | 2024-12-20T21:15:05.406Z | Compiling regex-automata v0.4.8 |
| 798 | 2024-12-20T21:15:07.143Z | Compiling idna_adapter v1.2.0 |
| 799 | 2024-12-20T21:15:07.617Z | Compiling http-body-util v0.1.2 |
| 800 | 2024-12-20T21:15:08.449Z | Compiling typify-macro v0.2.0 |
| 801 | 2024-12-20T21:15:08.824Z | Compiling scroll_derive v0.12.0 |
| 802 | 2024-12-20T21:15:10.031Z | Compiling regex v1.11.1 |
| 803 | 2024-12-20T21:15:10.356Z | Compiling usdt-impl v0.5.0 |
| 804 | 2024-12-20T21:15:10.738Z | Compiling encoding_rs v0.8.34 |
| 805 | 2024-12-20T21:15:11.030Z | Compiling mime v0.3.17 |
| 806 | 2024-12-20T21:15:12.065Z | Compiling time-core v0.1.2 |
| 807 | 2024-12-20T21:15:12.237Z | Compiling powerfmt v0.2.0 |
| 808 | 2024-12-20T21:15:12.735Z | Compiling num-conv v0.1.0 |
| 809 | 2024-12-20T21:15:12.999Z | Compiling time-macros v0.2.18 |
| 810 | 2024-12-20T21:15:13.278Z | Compiling deranged v0.3.11 |
| 811 | 2024-12-20T21:15:14.203Z | Compiling scroll v0.12.0 |
| 812 | 2024-12-20T21:15:14.834Z | Compiling idna v1.0.3 |
| 813 | 2024-12-20T21:15:15.652Z | Compiling tokio-rustls v0.26.0 |
| 814 | 2024-12-20T21:15:16.049Z | Compiling tokio-native-tls v0.3.1 |
| 815 | 2024-12-20T21:15:20.751Z | Compiling dtrace-parser v0.2.0 |
| 816 | 2024-12-20T21:15:21.763Z | Compiling dof v0.3.0 |
| 817 | 2024-12-20T21:15:22.561Z | Compiling serde_urlencoded v0.7.1 |
| 818 | 2024-12-20T21:15:23.161Z | Compiling thread-id v4.2.2 |
| 819 | 2024-12-20T21:15:23.267Z | Compiling webpki-roots v0.26.6 |
| 820 | 2024-12-20T21:15:23.470Z | Compiling rustls-pemfile v2.2.0 |
| 821 | 2024-12-20T21:15:23.939Z | Compiling plain v0.2.3 |
| 822 | 2024-12-20T21:15:24.093Z | Compiling base64 v0.22.1 |
| 823 | 2024-12-20T21:15:24.164Z | Compiling strsim v0.11.1 |
| 824 | 2024-12-20T21:15:24.897Z | Compiling crossbeam-utils v0.8.20 |
| 825 | 2024-12-20T21:15:25.067Z | Compiling ident_case v1.0.1 |
| 826 | 2024-12-20T21:15:25.362Z | Compiling omicron-workspace-hack v0.1.0 |
| 827 | 2024-12-20T21:15:25.495Z | Compiling num_threads v0.1.7 |
| 828 | 2024-12-20T21:15:25.592Z | Compiling time v0.3.36 |
| 829 | 2024-12-20T21:15:25.689Z | Compiling darling_core v0.20.10 |
| 830 | 2024-12-20T21:15:28.573Z | Compiling goblin v0.8.2 |
| 831 | 2024-12-20T21:15:32.067Z | Compiling hyper-rustls v0.27.3 |
| 832 | 2024-12-20T21:15:35.260Z | Compiling hyper-tls v0.6.0 |
| 833 | 2024-12-20T21:15:35.281Z | Compiling url v2.5.3 |
| 834 | 2024-12-20T21:15:35.818Z | Compiling typify v0.2.0 |
| 835 | 2024-12-20T21:15:36.015Z | Compiling openapiv3 v2.0.0 |
| 836 | 2024-12-20T21:15:38.522Z | Compiling sync_wrapper v1.0.1 |
| 837 | 2024-12-20T21:15:38.672Z | Compiling dirs-sys-next v0.1.2 |
| 838 | 2024-12-20T21:15:40.210Z | Compiling rustls v0.22.4 |
| 839 | 2024-12-20T21:15:40.301Z | Compiling pretty-hex v0.4.1 |
| 840 | 2024-12-20T21:15:40.528Z | Compiling unsafe-libyaml v0.2.11 |
| 841 | 2024-12-20T21:15:40.537Z | Compiling paste v1.0.15 |
| 842 | 2024-12-20T21:15:41.041Z | Compiling rustversion v1.0.17 |
| 843 | 2024-12-20T21:15:41.280Z | Compiling ipnet v2.10.1 |
| 844 | 2024-12-20T21:15:41.776Z | Compiling reqwest v0.12.9 |
| 845 | 2024-12-20T21:15:42.310Z | Compiling serde_yaml v0.9.34+deprecated |
| 846 | 2024-12-20T21:15:44.547Z | Compiling progenitor-impl v0.8.0 |
| 847 | 2024-12-20T21:15:46.249Z | Compiling dirs-next v2.0.0 |
| 848 | 2024-12-20T21:15:47.921Z | Compiling darling_macro v0.20.10 |
| 849 | 2024-12-20T21:15:50.085Z | Compiling crypto-common v0.1.6 |
| 850 | 2024-12-20T21:15:50.292Z | Compiling block-buffer v0.10.4 |
| 851 | 2024-12-20T21:15:50.535Z | Compiling serde_spanned v0.6.8 |
| 852 | 2024-12-20T21:15:50.796Z | Compiling toml_datetime v0.6.8 |
| 853 | 2024-12-20T21:15:50.967Z | Compiling ppv-lite86 v0.2.20 |
| 854 | 2024-12-20T21:15:51.430Z | Compiling structmeta-derive v0.3.0 |
| 855 | 2024-12-20T21:15:51.486Z | Compiling rand_core v0.6.4 |
| 856 | 2024-12-20T21:15:51.977Z | Compiling thread_local v1.1.8 |
| 857 | 2024-12-20T21:15:52.024Z | Compiling multer v3.1.0 |
| 858 | 2024-12-20T21:15:52.388Z | Compiling match_cfg v0.1.0 |
| 859 | 2024-12-20T21:15:52.484Z | Compiling anyhow v1.0.93 |
| 860 | 2024-12-20T21:15:52.729Z | Compiling slog-async v2.8.0 |
| 861 | 2024-12-20T21:15:53.026Z | Compiling winnow v0.6.20 |
| 862 | 2024-12-20T21:15:53.124Z | Compiling camino v1.1.9 |
| 863 | 2024-12-20T21:15:53.240Z | Compiling newtype-uuid v1.1.3 |
| 864 | 2024-12-20T21:15:53.759Z | Compiling hostname v0.3.1 |
| 865 | 2024-12-20T21:15:54.044Z | Compiling rand_chacha v0.3.1 |
| 866 | 2024-12-20T21:15:54.143Z | Compiling progenitor-macro v0.8.0 |
| 867 | 2024-12-20T21:15:54.209Z | Compiling structmeta v0.3.0 |
| 868 | 2024-12-20T21:15:54.597Z | Compiling digest v0.10.7 |
| 869 | 2024-12-20T21:15:55.038Z | Compiling crossbeam-channel v0.5.13 |
| 870 | 2024-12-20T21:15:55.892Z | Compiling darling v0.20.10 |
| 871 | 2024-12-20T21:15:55.994Z | Compiling term v0.7.0 |
| 872 | 2024-12-20T21:15:56.730Z | Compiling progenitor-client v0.8.0 |
| 873 | 2024-12-20T21:15:57.511Z | Compiling toml_edit v0.22.22 |
| 874 | 2024-12-20T21:16:03.185Z | Compiling usdt-attr-macro v0.5.0 |
| 875 | 2024-12-20T21:16:04.772Z | Compiling usdt-macro v0.5.0 |
| 876 | 2024-12-20T21:16:05.591Z | Compiling slog-json v2.6.1 |
| 877 | 2024-12-20T21:16:06.049Z | Compiling futures-executor v0.3.31 |
| 878 | 2024-12-20T21:16:06.125Z | Compiling async-stream-impl v0.3.6 |
| 879 | 2024-12-20T21:16:07.274Z | Compiling is-terminal v0.4.13 |
| 880 | 2024-12-20T21:16:07.368Z | Compiling memmap v0.7.0 |
| 881 | 2024-12-20T21:16:07.384Z | Compiling dropshot v0.13.0 |
| 882 | 2024-12-20T21:16:07.475Z | Compiling cpufeatures v0.2.14 |
| 883 | 2024-12-20T21:16:07.563Z | Compiling take_mut v0.2.2 |
| 884 | 2024-12-20T21:16:07.788Z | Compiling usdt v0.5.0 |
| 885 | 2024-12-20T21:16:07.826Z | Compiling sha1 v0.10.6 |
| 886 | 2024-12-20T21:16:08.739Z | Compiling async-stream v0.3.6 |
| 887 | 2024-12-20T21:16:08.917Z | Compiling progenitor v0.8.0 |
| 888 | 2024-12-20T21:16:09.144Z | Compiling slog-term v2.9.1 |
| 889 | 2024-12-20T21:16:09.341Z | Compiling futures v0.3.31 |
| 890 | 2024-12-20T21:16:09.546Z | Compiling slog-bunyan v2.5.0 |
| 891 | 2024-12-20T21:16:09.823Z | Compiling strum_macros v0.26.4 |
| 892 | 2024-12-20T21:16:11.164Z | Compiling tokio-rustls v0.25.0 |
| 893 | 2024-12-20T21:16:11.601Z | Compiling toml v0.8.19 |
| 894 | 2024-12-20T21:16:12.177Z | Compiling serde_with_macros v3.11.0 |
| 895 | 2024-12-20T21:16:14.622Z | Compiling parse-display-derive v0.10.0 |
| 896 | 2024-12-20T21:16:14.941Z | Compiling rand v0.8.5 |
| 897 | 2024-12-20T21:16:20.062Z | Compiling ipnetwork v0.20.0 |
| 898 | 2024-12-20T21:16:20.317Z | Compiling dropshot_endpoint v0.13.0 |
| 899 | 2024-12-20T21:16:20.521Z | Compiling hex v0.4.3 |
| 900 | 2024-12-20T21:16:21.040Z | Compiling serde_path_to_error v0.1.16 |
| 901 | 2024-12-20T21:16:21.238Z | Compiling async-trait v0.1.83 |
| 902 | 2024-12-20T21:16:22.097Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 903 | 2024-12-20T21:16:22.949Z | Compiling waitgroup v0.1.2 |
| 904 | 2024-12-20T21:16:23.191Z | Compiling hostname v0.4.0 |
| 905 | 2024-12-20T21:16:23.420Z | Compiling instant v0.1.13 |
| 906 | 2024-12-20T21:16:23.593Z | Compiling debug-ignore v1.0.5 |
| 907 | 2024-12-20T21:16:23.715Z | Compiling backoff v0.4.0 |
| 908 | 2024-12-20T21:16:23.746Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 909 | 2024-12-20T21:16:23.953Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 910 | 2024-12-20T21:16:24.104Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 911 | 2024-12-20T21:16:24.203Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 912 | 2024-12-20T21:16:24.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 913 | 2024-12-20T21:16:25.255Z | Compiling parse-display v0.10.0 |
| 914 | 2024-12-20T21:16:27.325Z | Compiling serde_with v3.11.0 |
| 915 | 2024-12-20T21:16:27.528Z | Compiling strum v0.26.3 |
| 916 | 2024-12-20T21:16:27.708Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 917 | 2024-12-20T21:16:28.559Z | Compiling regress v0.9.1 |
| 918 | 2024-12-20T21:16:29.153Z | Compiling macaddr v1.0.1 |
| 919 | 2024-12-20T21:16:33.854Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 920 | 2024-12-20T21:16:44.855Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 921 | 2024-12-20T21:16:55.062Z | Finished `release` profile [optimized] target(s) in 2m 40s |
| 922 | 2024-12-20T21:16:55.128Z | process exited: duration 241130 ms, exit code 0 |
| |
| 923 | 2024-12-20T21:16:55.135Z | found 0 output files |