|
|
|
| 1 | 2024-11-06T23:14:09.311Z | job assigned to worker 01JC1W1QPN49NR8NXRC0B78EZ6 (queued for 57 s) |
| |
| 2 | 2024-11-06T23:14:17.242Z | starting task 0: "setup" |
| 3 | 2024-11-06T23:14:17.261Z | ++ uname -s |
| 4 | 2024-11-06T23:14:17.264Z | + kern=SunOS |
| 5 | 2024-11-06T23:14:17.264Z | + case "$kern" in |
| 6 | 2024-11-06T23:14:17.264Z | + groupadd -g 12345 build |
| 7 | 2024-11-06T23:14:17.266Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-06T23:14:19.278Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-06T23:14:19.453Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-06T23:14:19.456Z | + home_fs=zfs |
| 11 | 2024-11-06T23:14:19.456Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-06T23:14:19.456Z | + mkdir -p /home/build |
| 13 | 2024-11-06T23:14:19.459Z | + chown build:build /home/build /work |
| 14 | 2024-11-06T23:14:21.460Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-06T23:14:21.463Z | process exited: duration 4220 ms, exit code 0 |
| |
| 16 | 2024-11-06T23:14:21.468Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-06T23:14:21.474Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-06T23:14:21.474Z | ' 1.82.0 |
| 19 | 2024-11-06T23:14:21.476Z | * toolchain channel = "1.82.0" |
| 20 | 2024-11-06T23:14:21.476Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-06T23:14:21.477Z | ' default |
| 22 | 2024-11-06T23:14:21.477Z | * toolchain profile = "default" |
| 23 | 2024-11-06T23:14:21.477Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-06T23:14:21.477Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 25 | 2024-11-06T23:14:21.785Z | info: downloading installer |
| 26 | 2024-11-06T23:14:23.109Z | info: profile set to 'default' |
| 27 | 2024-11-06T23:14:23.109Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-06T23:14:23.111Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 29 | 2024-11-06T23:14:23.280Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-06T23:14:23.280Z | info: downloading component 'cargo' |
| 31 | 2024-11-06T23:14:24.196Z | info: downloading component 'clippy' |
| 32 | 2024-11-06T23:14:24.546Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-06T23:14:25.829Z | info: downloading component 'rust-std' |
| 34 | 2024-11-06T23:14:27.913Z | info: downloading component 'rustc' |
| 35 | 2024-11-06T23:14:34.677Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-06T23:14:34.946Z | info: installing component 'cargo' |
| 37 | 2024-11-06T23:14:35.801Z | info: installing component 'clippy' |
| 38 | 2024-11-06T23:14:36.211Z | info: installing component 'rust-docs' |
| 39 | 2024-11-06T23:14:37.945Z | info: installing component 'rust-std' |
| 40 | 2024-11-06T23:14:39.884Z | info: installing component 'rustc' |
| 41 | 2024-11-06T23:14:46.186Z | info: installing component 'rustfmt' |
| 42 | 2024-11-06T23:14:46.566Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 43 | 2024-11-06T23:14:46.566Z | |
| 44 | 2024-11-06T23:14:46.940Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-06T23:14:46.940Z | |
| 46 | 2024-11-06T23:14:46.942Z | |
| 47 | 2024-11-06T23:14:46.942Z | Rust is installed now. Great! |
| 48 | 2024-11-06T23:14:46.942Z | |
| 49 | 2024-11-06T23:14:46.942Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-06T23:14:46.942Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-06T23:14:46.942Z | |
| 52 | 2024-11-06T23:14:46.942Z | To configure your current shell, you need to source |
| 53 | 2024-11-06T23:14:46.942Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-06T23:14:46.942Z | |
| 55 | 2024-11-06T23:14:46.942Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-06T23:14:46.942Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-06T23:14:46.942Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-06T23:14:47.014Z | + rustc --version |
| 59 | 2024-11-06T23:14:47.079Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-06T23:14:47.083Z | process exited: duration 25609 ms, exit code 0 |
| |
| 61 | 2024-11-06T23:14:47.088Z | starting task 2: "authentication" |
| 62 | 2024-11-06T23:14:47.109Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-11-06T23:14:47.115Z | starting task 3: "clone repository" |
| 64 | 2024-11-06T23:14:47.120Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-06T23:14:47.123Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-06T23:14:48.766Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-06T23:14:56.243Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-06T23:14:56.246Z | + git fetch origin 1c1bd7603a37475614e108e723e55453f8816026 |
| 69 | 2024-11-06T23:14:56.540Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-06T23:14:56.540Z | * branch 1c1bd7603a37475614e108e723e55453f8816026 -> FETCH_HEAD |
| 71 | 2024-11-06T23:14:56.549Z | + [[ -n manipulate-schema-with-native-client ]] |
| 72 | 2024-11-06T23:14:56.552Z | ++ git branch --show-current |
| 73 | 2024-11-06T23:14:56.554Z | + current=main |
| 74 | 2024-11-06T23:14:56.554Z | + [[ main != manipulate-schema-with-native-client ]] |
| 75 | 2024-11-06T23:14:56.554Z | + git branch -f manipulate-schema-with-native-client 1c1bd7603a37475614e108e723e55453f8816026 |
| 76 | 2024-11-06T23:14:56.557Z | + git checkout -f manipulate-schema-with-native-client |
| 77 | 2024-11-06T23:14:56.723Z | Switched to branch 'manipulate-schema-with-native-client' |
| 78 | 2024-11-06T23:14:56.725Z | + git reset --hard 1c1bd7603a37475614e108e723e55453f8816026 |
| 79 | 2024-11-06T23:14:56.885Z | HEAD is now at 1c1bd7603 Merge remote-tracking branch 'origin/main' into manipulate-schema-with-native-client |
| 80 | 2024-11-06T23:14:56.887Z | process exited: duration 9769 ms, exit code 0 |
| |
| 81 | 2024-11-06T23:14:56.893Z | starting task 4: "build" |
| 82 | 2024-11-06T23:14:56.898Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-06T23:14:56.901Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-06T23:14:56.901Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-06T23:14:56.901Z | + cargo --version |
| 86 | 2024-11-06T23:14:56.954Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 87 | 2024-11-06T23:14:56.957Z | + rustc --version |
| 88 | 2024-11-06T23:14:57.016Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 89 | 2024-11-06T23:14:57.019Z | + cd /tmp |
| 90 | 2024-11-06T23:14:57.019Z | + cargo new --lib test-project |
| 91 | 2024-11-06T23:14:57.075Z | Creating library `test-project` package |
| 92 | 2024-11-06T23:14:57.150Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2024-11-06T23:14:57.153Z | + cd test-project |
| 94 | 2024-11-06T23:14:57.153Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2024-11-06T23:14:57.211Z | Adding omicron-common (local) to dependencies |
| 96 | 2024-11-06T23:14:57.211Z | Features: |
| 97 | 2024-11-06T23:14:57.211Z | - proptest |
| 98 | 2024-11-06T23:14:57.211Z | - test-strategy |
| 99 | 2024-11-06T23:14:57.211Z | - testing |
| 100 | 2024-11-06T23:14:57.213Z | Updating crates.io index |
| 101 | 2024-11-06T23:14:57.278Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 102 | 2024-11-06T23:14:58.097Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 103 | 2024-11-06T23:14:58.590Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-11-06T23:14:58.961Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 105 | 2024-11-06T23:15:00.343Z | Locking 325 packages to latest compatible versions |
| 106 | 2024-11-06T23:15:00.346Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 107 | 2024-11-06T23:15:00.346Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 108 | 2024-11-06T23:15:00.346Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 109 | 2024-11-06T23:15:00.348Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 110 | 2024-11-06T23:15:00.348Z | Adding goblin v0.8.2 (latest: v0.9.2) |
| 111 | 2024-11-06T23:15:00.348Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
| 112 | 2024-11-06T23:15:00.348Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
| 113 | 2024-11-06T23:15:00.348Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 114 | 2024-11-06T23:15:00.349Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 115 | 2024-11-06T23:15:00.351Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
| 116 | 2024-11-06T23:15:00.351Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 117 | 2024-11-06T23:15:00.353Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 118 | 2024-11-06T23:15:00.359Z | Adding rustls v0.22.4 (latest: v0.23.16) |
| 119 | 2024-11-06T23:15:00.361Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 120 | 2024-11-06T23:15:01.366Z | Adding term v0.7.0 (latest: v1.0.0) |
| 121 | 2024-11-06T23:15:01.367Z | Adding thiserror v1.0.68 (latest: v2.0.0) |
| 122 | 2024-11-06T23:15:01.367Z | Adding thiserror-impl v1.0.68 (latest: v2.0.0) |
| 123 | 2024-11-06T23:15:01.367Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
| 124 | 2024-11-06T23:15:01.369Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 125 | 2024-11-06T23:15:01.369Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 126 | 2024-11-06T23:15:01.369Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 127 | 2024-11-06T23:15:01.369Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 128 | 2024-11-06T23:15:01.369Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 129 | 2024-11-06T23:15:01.369Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 130 | 2024-11-06T23:15:01.369Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 131 | 2024-11-06T23:15:01.369Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
| 132 | 2024-11-06T23:15:01.369Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
| 133 | 2024-11-06T23:15:01.369Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 134 | 2024-11-06T23:15:01.369Z | + cargo check |
| 135 | 2024-11-06T23:15:01.369Z | Updating crates.io index |
| 136 | 2024-11-06T23:15:01.369Z | Locking 2 packages to latest compatible versions |
| 137 | 2024-11-06T23:15:05.038Z | Adding omicron-workspace-hack v0.1.0 |
| 138 | 2024-11-06T23:15:07.173Z | Adding test-project v0.1.0 (/tmp/test-project) |
| 139 | 2024-11-06T23:15:07.997Z | Downloading crates ... |
| 140 | 2024-11-06T23:15:08.079Z | Downloaded byteorder v1.5.0 |
| 141 | 2024-11-06T23:15:08.092Z | Downloaded foreign-types-shared v0.1.1 |
| 142 | 2024-11-06T23:15:08.095Z | Downloaded toml_datetime v0.6.8 |
| 143 | 2024-11-06T23:15:08.100Z | Downloaded equivalent v1.0.1 |
| 144 | 2024-11-06T23:15:08.103Z | Downloaded rand_core v0.6.4 |
| 145 | 2024-11-06T23:15:08.106Z | Downloaded instant v0.1.13 |
| 146 | 2024-11-06T23:15:08.106Z | Downloaded dtrace-parser v0.2.0 |
| 147 | 2024-11-06T23:15:08.108Z | Downloaded untrusted v0.9.0 |
| 148 | 2024-11-06T23:15:08.108Z | Downloaded progenitor-client v0.8.0 |
| 149 | 2024-11-06T23:15:08.111Z | Downloaded pretty-hex v0.4.1 |
| 150 | 2024-11-06T23:15:08.113Z | Downloaded waitgroup v0.1.2 |
| 151 | 2024-11-06T23:15:08.113Z | Downloaded http-body v1.0.1 |
| 152 | 2024-11-06T23:15:08.117Z | Downloaded paste v1.0.15 |
| 153 | 2024-11-06T23:15:08.121Z | Downloaded usdt-attr-macro v0.5.0 |
| 154 | 2024-11-06T23:15:08.123Z | Downloaded async-stream v0.3.6 |
| 155 | 2024-11-06T23:15:08.126Z | Downloaded openssl-probe v0.1.5 |
| 156 | 2024-11-06T23:15:08.128Z | Downloaded pkg-config v0.3.31 |
| 157 | 2024-11-06T23:15:08.128Z | Downloaded openssl-macros v0.1.1 |
| 158 | 2024-11-06T23:15:08.130Z | Downloaded debug-ignore v1.0.5 |
| 159 | 2024-11-06T23:15:08.133Z | Downloaded scopeguard v1.2.0 |
| 160 | 2024-11-06T23:15:08.133Z | Downloaded serde_urlencoded v0.7.1 |
| 161 | 2024-11-06T23:15:08.135Z | Downloaded darling_macro v0.20.10 |
| 162 | 2024-11-06T23:15:08.135Z | Downloaded hostname v0.3.1 |
| 163 | 2024-11-06T23:15:08.138Z | Downloaded parking_lot_core v0.9.10 |
| 164 | 2024-11-06T23:15:08.140Z | Downloaded tower-service v0.3.3 |
| 165 | 2024-11-06T23:15:08.143Z | Downloaded memmap v0.7.0 |
| 166 | 2024-11-06T23:15:08.143Z | Downloaded futures-macro v0.3.31 |
| 167 | 2024-11-06T23:15:08.145Z | Downloaded pest_derive v2.7.14 |
| 168 | 2024-11-06T23:15:08.148Z | Downloaded is-terminal v0.4.13 |
| 169 | 2024-11-06T23:15:08.148Z | Downloaded signal-hook-registry v1.4.2 |
| 170 | 2024-11-06T23:15:08.150Z | Downloaded futures-io v0.3.31 |
| 171 | 2024-11-06T23:15:08.150Z | Downloaded dirs-next v2.0.0 |
| 172 | 2024-11-06T23:15:08.153Z | Downloaded quote v1.0.37 |
| 173 | 2024-11-06T23:15:08.156Z | Downloaded sha2 v0.10.8 |
| 174 | 2024-11-06T23:15:08.158Z | Downloaded serde_path_to_error v0.1.16 |
| 175 | 2024-11-06T23:15:08.160Z | Downloaded pest_meta v2.7.14 |
| 176 | 2024-11-06T23:15:08.163Z | Downloaded structmeta-derive v0.3.0 |
| 177 | 2024-11-06T23:15:08.165Z | Downloaded uuid v1.10.0 |
| 178 | 2024-11-06T23:15:08.168Z | Downloaded serde_derive_internals v0.29.1 |
| 179 | 2024-11-06T23:15:08.170Z | Downloaded ucd-trie v0.1.7 |
| 180 | 2024-11-06T23:15:08.172Z | Downloaded getrandom v0.2.15 |
| 181 | 2024-11-06T23:15:08.174Z | Downloaded serde_yaml v0.9.34+deprecated |
| 182 | 2024-11-06T23:15:08.178Z | Downloaded take_mut v0.2.2 |
| 183 | 2024-11-06T23:15:08.181Z | Downloaded strum v0.26.3 |
| 184 | 2024-11-06T23:15:08.181Z | Downloaded thread-id v4.2.2 |
| 185 | 2024-11-06T23:15:08.183Z | Downloaded hyper-rustls v0.27.3 |
| 186 | 2024-11-06T23:15:08.185Z | Downloaded tracing-core v0.1.32 |
| 187 | 2024-11-06T23:15:08.188Z | Downloaded quinn v0.11.5 |
| 188 | 2024-11-06T23:15:08.192Z | Downloaded usdt-macro v0.5.0 |
| 189 | 2024-11-06T23:15:08.195Z | Downloaded try-lock v0.2.5 |
| 190 | 2024-11-06T23:15:08.195Z | Downloaded toml_edit v0.22.22 |
| 191 | 2024-11-06T23:15:08.219Z | Downloaded sync_wrapper v1.0.1 |
| 192 | 2024-11-06T23:15:08.221Z | Downloaded want v0.3.1 |
| 193 | 2024-11-06T23:15:08.221Z | Downloaded omicron-workspace-hack v0.1.0 |
| 194 | 2024-11-06T23:15:08.221Z | Downloaded num_threads v0.1.7 |
| 195 | 2024-11-06T23:15:08.224Z | Downloaded num-conv v0.1.0 |
| 196 | 2024-11-06T23:15:08.224Z | Downloaded ident_case v1.0.1 |
| 197 | 2024-11-06T23:15:08.224Z | Downloaded futures-channel v0.3.31 |
| 198 | 2024-11-06T23:15:08.227Z | Downloaded foreign-types v0.3.2 |
| 199 | 2024-11-06T23:15:08.229Z | Downloaded crypto-common v0.1.6 |
| 200 | 2024-11-06T23:15:08.229Z | Downloaded native-tls v0.2.12 |
| 201 | 2024-11-06T23:15:08.231Z | Downloaded backoff v0.4.0 |
| 202 | 2024-11-06T23:15:08.234Z | Downloaded macaddr v1.0.1 |
| 203 | 2024-11-06T23:15:08.236Z | Downloaded usdt-impl v0.5.0 |
| 204 | 2024-11-06T23:15:08.236Z | Downloaded cfg-if v1.0.0 |
| 205 | 2024-11-06T23:15:08.238Z | Downloaded schemars v0.8.21 |
| 206 | 2024-11-06T23:15:08.249Z | Downloaded tinyvec_macros v0.1.1 |
| 207 | 2024-11-06T23:15:08.252Z | Downloaded usdt v0.5.0 |
| 208 | 2024-11-06T23:15:08.252Z | Downloaded typify-macro v0.2.0 |
| 209 | 2024-11-06T23:15:08.252Z | Downloaded once_cell v1.20.2 |
| 210 | 2024-11-06T23:15:08.254Z | Downloaded darling_core v0.20.10 |
| 211 | 2024-11-06T23:15:08.259Z | Downloaded darling v0.20.10 |
| 212 | 2024-11-06T23:15:08.263Z | Downloaded rand_chacha v0.3.1 |
| 213 | 2024-11-06T23:15:08.266Z | Downloaded progenitor v0.8.0 |
| 214 | 2024-11-06T23:15:08.266Z | Downloaded ppv-lite86 v0.2.20 |
| 215 | 2024-11-06T23:15:08.268Z | Downloaded time-core v0.1.2 |
| 216 | 2024-11-06T23:15:08.271Z | Downloaded pin-utils v0.1.0 |
| 217 | 2024-11-06T23:15:08.271Z | Downloaded parse-display-derive v0.10.0 |
| 218 | 2024-11-06T23:15:08.272Z | Downloaded http-body-util v0.1.2 |
| 219 | 2024-11-06T23:15:08.274Z | Downloaded hostname v0.4.0 |
| 220 | 2024-11-06T23:15:08.274Z | Downloaded dyn-clone v1.0.17 |
| 221 | 2024-11-06T23:15:08.277Z | Downloaded quinn-udp v0.5.5 |
| 222 | 2024-11-06T23:15:08.279Z | Downloaded tracing v0.1.40 |
| 223 | 2024-11-06T23:15:08.282Z | Downloaded slog-json v2.6.1 |
| 224 | 2024-11-06T23:15:08.285Z | Downloaded shlex v1.3.0 |
| 225 | 2024-11-06T23:15:08.288Z | Downloaded sha1 v0.10.6 |
| 226 | 2024-11-06T23:15:08.288Z | Downloaded serde_spanned v0.6.8 |
| 227 | 2024-11-06T23:15:08.290Z | Downloaded mime v0.3.17 |
| 228 | 2024-11-06T23:15:08.292Z | Downloaded ipnetwork v0.20.0 |
| 229 | 2024-11-06T23:15:08.292Z | Downloaded hyper-tls v0.6.0 |
| 230 | 2024-11-06T23:15:08.295Z | Downloaded httpdate v1.0.3 |
| 231 | 2024-11-06T23:15:08.295Z | Downloaded futures-sink v0.3.31 |
| 232 | 2024-11-06T23:15:08.298Z | Downloaded dof v0.3.0 |
| 233 | 2024-11-06T23:15:08.298Z | Downloaded slab v0.4.9 |
| 234 | 2024-11-06T23:15:08.300Z | Downloaded serde_tokenstream v0.2.2 |
| 235 | 2024-11-06T23:15:08.300Z | Downloaded newtype-uuid v1.1.2 |
| 236 | 2024-11-06T23:15:08.302Z | Downloaded itoa v1.0.11 |
| 237 | 2024-11-06T23:15:08.302Z | Downloaded futures-executor v0.3.31 |
| 238 | 2024-11-06T23:15:08.305Z | Downloaded plain v0.2.3 |
| 239 | 2024-11-06T23:15:08.305Z | Downloaded zerocopy-derive v0.7.35 |
| 240 | 2024-11-06T23:15:08.310Z | Downloaded thiserror v1.0.64 |
| 241 | 2024-11-06T23:15:08.315Z | Downloaded tokio-rustls v0.26.0 |
| 242 | 2024-11-06T23:15:08.317Z | Downloaded pin-project-lite v0.2.14 |
| 243 | 2024-11-06T23:15:08.322Z | Downloaded subtle v2.6.1 |
| 244 | 2024-11-06T23:15:08.325Z | Downloaded tokio-macros v2.4.0 |
| 245 | 2024-11-06T23:15:08.325Z | Downloaded tokio-native-tls v0.3.1 |
| 246 | 2024-11-06T23:15:08.327Z | Downloaded slog-async v2.8.0 |
| 247 | 2024-11-06T23:15:08.330Z | Downloaded structmeta v0.3.0 |
| 248 | 2024-11-06T23:15:08.332Z | Downloaded bitflags v2.6.0 |
| 249 | 2024-11-06T23:15:08.335Z | Downloaded thread_local v1.1.8 |
| 250 | 2024-11-06T23:15:08.337Z | Downloaded serde_with_macros v3.11.0 |
| 251 | 2024-11-06T23:15:08.337Z | Downloaded scroll v0.12.0 |
| 252 | 2024-11-06T23:15:08.340Z | Downloaded hex v0.4.3 |
| 253 | 2024-11-06T23:15:08.343Z | Downloaded socket2 v0.5.7 |
| 254 | 2024-11-06T23:15:08.345Z | Downloaded strum_macros v0.26.4 |
| 255 | 2024-11-06T23:15:08.348Z | Downloaded schemars_derive v0.8.21 |
| 256 | 2024-11-06T23:15:08.348Z | Downloaded ryu v1.0.18 |
| 257 | 2024-11-06T23:15:08.351Z | Downloaded lock_api v0.4.12 |
| 258 | 2024-11-06T23:15:08.353Z | Downloaded base64 v0.22.1 |
| 259 | 2024-11-06T23:15:08.356Z | Downloaded tokio-rustls v0.25.0 |
| 260 | 2024-11-06T23:15:08.359Z | Downloaded smallvec v1.13.2 |
| 261 | 2024-11-06T23:15:08.362Z | Downloaded slog v2.7.0 |
| 262 | 2024-11-06T23:15:08.364Z | Downloaded serde_derive v1.0.210 |
| 263 | 2024-11-06T23:15:08.367Z | Downloaded rustls-pki-types v1.9.0 |
| 264 | 2024-11-06T23:15:08.371Z | Downloaded spin v0.9.8 |
| 265 | 2024-11-06T23:15:08.373Z | Downloaded unsafe-libyaml v0.2.11 |
| 266 | 2024-11-06T23:15:08.377Z | Downloaded proc-macro2 v1.0.87 |
| 267 | 2024-11-06T23:15:08.380Z | Downloaded term v0.7.0 |
| 268 | 2024-11-06T23:15:08.383Z | Downloaded url v2.5.2 |
| 269 | 2024-11-06T23:15:08.387Z | Downloaded slog-term v2.9.1 |
| 270 | 2024-11-06T23:15:08.390Z | Downloaded time-macros v0.2.18 |
| 271 | 2024-11-06T23:15:08.392Z | Downloaded rand v0.8.5 |
| 272 | 2024-11-06T23:15:08.395Z | Downloaded futures v0.3.31 |
| 273 | 2024-11-06T23:15:08.401Z | Downloaded toml v0.8.19 |
| 274 | 2024-11-06T23:15:08.405Z | Downloaded serde v1.0.210 |
| 275 | 2024-11-06T23:15:08.408Z | Downloaded hashbrown v0.12.3 |
| 276 | 2024-11-06T23:15:08.413Z | Downloaded winnow v0.6.20 |
| 277 | 2024-11-06T23:15:08.424Z | Downloaded tinyvec v1.8.0 |
| 278 | 2024-11-06T23:15:08.426Z | Downloaded log v0.4.22 |
| 279 | 2024-11-06T23:15:08.429Z | Downloaded aho-corasick v1.1.3 |
| 280 | 2024-11-06T23:15:08.435Z | Downloaded rustls-webpki v0.102.8 |
| 281 | 2024-11-06T23:15:08.454Z | Downloaded mio v1.0.2 |
| 282 | 2024-11-06T23:15:08.460Z | Downloaded unicode-normalization v0.1.24 |
| 283 | 2024-11-06T23:15:08.464Z | Downloaded crossbeam-channel v0.5.13 |
| 284 | 2024-11-06T23:15:08.468Z | Downloaded cc v1.1.30 |
| 285 | 2024-11-06T23:15:08.472Z | Downloaded time v0.3.36 |
| 286 | 2024-11-06T23:15:08.479Z | Downloaded zerocopy v0.7.35 |
| 287 | 2024-11-06T23:15:08.496Z | Downloaded serde_with v3.11.0 |
| 288 | 2024-11-06T23:15:08.504Z | Downloaded pest v2.7.14 |
| 289 | 2024-11-06T23:15:08.509Z | Downloaded serde_json v1.0.128 |
| 290 | 2024-11-06T23:15:08.517Z | Downloaded futures-util v0.3.31 |
| 291 | 2024-11-06T23:15:08.530Z | Downloaded tokio-util v0.7.12 |
| 292 | 2024-11-06T23:15:08.536Z | Downloaded quinn-proto v0.11.8 |
| 293 | 2024-11-06T23:15:08.543Z | Downloaded reqwest v0.12.8 |
| 294 | 2024-11-06T23:15:08.551Z | Downloaded vcpkg v0.2.15 |
| 295 | 2024-11-06T23:15:08.590Z | Downloaded regress v0.10.1 |
| 296 | 2024-11-06T23:15:08.598Z | Downloaded webpki-roots v0.26.6 |
| 297 | 2024-11-06T23:15:08.602Z | Downloaded hyper v1.4.1 |
| 298 | 2024-11-06T23:15:08.608Z | Downloaded rustls v0.23.14 |
| 299 | 2024-11-06T23:15:08.620Z | Downloaded regex v1.11.0 |
| 300 | 2024-11-06T23:15:08.633Z | Downloaded h2 v0.4.6 |
| 301 | 2024-11-06T23:15:08.640Z | Downloaded chrono v0.4.38 |
| 302 | 2024-11-06T23:15:08.646Z | Downloaded rustls v0.22.4 |
| 303 | 2024-11-06T23:15:08.660Z | Downloaded regress v0.9.1 |
| 304 | 2024-11-06T23:15:08.668Z | Downloaded regex-syntax v0.8.5 |
| 305 | 2024-11-06T23:15:08.675Z | Downloaded syn v2.0.79 |
| 306 | 2024-11-06T23:15:08.686Z | Downloaded openssl v0.10.66 |
| 307 | 2024-11-06T23:15:08.695Z | Downloaded dropshot v0.12.0 |
| 308 | 2024-11-06T23:15:08.715Z | Downloaded idna v0.5.0 |
| 309 | 2024-11-06T23:15:08.721Z | Downloaded goblin v0.8.2 |
| 310 | 2024-11-06T23:15:08.727Z | Downloaded typify-impl v0.2.0 |
| 311 | 2024-11-06T23:15:08.739Z | Downloaded openapiv3 v2.0.0 |
| 312 | 2024-11-06T23:15:08.750Z | Downloaded hashbrown v0.14.5 |
| 313 | 2024-11-06T23:15:08.756Z | Downloaded hashbrown v0.15.0 |
| 314 | 2024-11-06T23:15:08.760Z | Downloaded memchr v2.7.4 |
| 315 | 2024-11-06T23:15:08.765Z | Downloaded http v1.1.0 |
| 316 | 2024-11-06T23:15:08.769Z | Downloaded regex-automata v0.4.8 |
| 317 | 2024-11-06T23:15:08.785Z | Downloaded indexmap v2.6.0 |
| 318 | 2024-11-06T23:15:08.789Z | Downloaded indexmap v1.9.3 |
| 319 | 2024-11-06T23:15:08.794Z | Downloaded dropshot_endpoint v0.12.0 |
| 320 | 2024-11-06T23:15:08.794Z | Downloaded bytes v1.7.2 |
| 321 | 2024-11-06T23:15:08.798Z | Downloaded hyper-util v0.1.9 |
| 322 | 2024-11-06T23:15:08.801Z | Downloaded openssl-sys v0.9.103 |
| 323 | 2024-11-06T23:15:08.806Z | Downloaded anyhow v1.0.92 |
| 324 | 2024-11-06T23:15:08.810Z | Downloaded allocator-api2 v0.2.18 |
| 325 | 2024-11-06T23:15:08.813Z | Downloaded unicode-bidi v0.3.17 |
| 326 | 2024-11-06T23:15:08.816Z | Downloaded typenum v1.17.0 |
| 327 | 2024-11-06T23:15:08.819Z | Downloaded multer v3.1.0 |
| 328 | 2024-11-06T23:15:08.821Z | Downloaded iana-time-zone v0.1.61 |
| 329 | 2024-11-06T23:15:08.824Z | Downloaded progenitor-impl v0.8.0 |
| 330 | 2024-11-06T23:15:08.826Z | Downloaded ipnet v2.10.1 |
| 331 | 2024-11-06T23:15:08.826Z | Downloaded rustls-pemfile v2.2.0 |
| 332 | 2024-11-06T23:15:08.829Z | Downloaded slog-bunyan v2.5.0 |
| 333 | 2024-11-06T23:15:08.829Z | Downloaded thiserror-impl v1.0.64 |
| 334 | 2024-11-06T23:15:08.832Z | Downloaded parking_lot v0.12.3 |
| 335 | 2024-11-06T23:15:08.834Z | Downloaded ahash v0.8.11 |
| 336 | 2024-11-06T23:15:08.837Z | Downloaded httparse v1.9.5 |
| 337 | 2024-11-06T23:15:08.837Z | Downloaded fnv v1.0.7 |
| 338 | 2024-11-06T23:15:08.839Z | Downloaded scroll_derive v0.12.0 |
| 339 | 2024-11-06T23:15:08.839Z | Downloaded libc v0.2.161 |
| 340 | 2024-11-06T23:15:08.865Z | Downloaded rustversion v1.0.17 |
| 341 | 2024-11-06T23:15:08.868Z | Downloaded rustc-hash v2.0.0 |
| 342 | 2024-11-06T23:15:08.870Z | Downloaded progenitor-macro v0.8.0 |
| 343 | 2024-11-06T23:15:08.870Z | Downloaded parse-display v0.10.0 |
| 344 | 2024-11-06T23:15:08.872Z | Downloaded match_cfg v0.1.0 |
| 345 | 2024-11-06T23:15:08.872Z | Downloaded generic-array v0.14.7 |
| 346 | 2024-11-06T23:15:08.875Z | Downloaded tokio v1.40.0 |
| 347 | 2024-11-06T23:15:08.907Z | Downloaded futures-task v0.3.31 |
| 348 | 2024-11-06T23:15:08.910Z | Downloaded futures-core v0.3.31 |
| 349 | 2024-11-06T23:15:08.910Z | Downloaded form_urlencoded v1.2.1 |
| 350 | 2024-11-06T23:15:08.912Z | Downloaded digest v0.10.7 |
| 351 | 2024-11-06T23:15:08.912Z | Downloaded percent-encoding v2.3.1 |
| 352 | 2024-11-06T23:15:08.914Z | Downloaded strsim v0.11.1 |
| 353 | 2024-11-06T23:15:08.914Z | Downloaded powerfmt v0.2.0 |
| 354 | 2024-11-06T23:15:08.917Z | Downloaded pest_generator v2.7.14 |
| 355 | 2024-11-06T23:15:08.917Z | Downloaded num-traits v0.2.19 |
| 356 | 2024-11-06T23:15:08.919Z | Downloaded dirs-sys-next v0.1.2 |
| 357 | 2024-11-06T23:15:08.919Z | Downloaded deranged v0.3.11 |
| 358 | 2024-11-06T23:15:08.922Z | Downloaded version_check v0.9.5 |
| 359 | 2024-11-06T23:15:08.922Z | Downloaded crossbeam-utils v0.8.20 |
| 360 | 2024-11-06T23:15:08.924Z | Downloaded async-trait v0.1.83 |
| 361 | 2024-11-06T23:15:08.927Z | Downloaded cpufeatures v0.2.14 |
| 362 | 2024-11-06T23:15:08.929Z | Downloaded autocfg v1.4.0 |
| 363 | 2024-11-06T23:15:08.932Z | Downloaded semver v1.0.23 |
| 364 | 2024-11-06T23:15:08.935Z | Downloaded unicode-ident v1.0.13 |
| 365 | 2024-11-06T23:15:08.937Z | Downloaded block-buffer v0.10.4 |
| 366 | 2024-11-06T23:15:08.937Z | Downloaded zeroize v1.8.1 |
| 367 | 2024-11-06T23:15:08.937Z | Downloaded typify v0.2.0 |
| 368 | 2024-11-06T23:15:08.940Z | Downloaded camino v1.1.9 |
| 369 | 2024-11-06T23:15:08.942Z | Downloaded heck v0.5.0 |
| 370 | 2024-11-06T23:15:08.944Z | Downloaded atomic-waker v1.1.2 |
| 371 | 2024-11-06T23:15:08.944Z | Downloaded async-stream-impl v0.3.6 |
| 372 | 2024-11-06T23:15:08.961Z | Downloaded encoding_rs v0.8.34 |
| 373 | 2024-11-06T23:15:09.112Z | Downloaded ring v0.17.8 |
| 374 | 2024-11-06T23:15:09.434Z | Compiling proc-macro2 v1.0.87 |
| 375 | 2024-11-06T23:15:09.434Z | Compiling unicode-ident v1.0.13 |
| 376 | 2024-11-06T23:15:09.434Z | Compiling libc v0.2.161 |
| 377 | 2024-11-06T23:15:09.436Z | Checking cfg-if v1.0.0 |
| 378 | 2024-11-06T23:15:09.436Z | Compiling autocfg v1.4.0 |
| 379 | 2024-11-06T23:15:09.436Z | Compiling serde v1.0.210 |
| 380 | 2024-11-06T23:15:09.457Z | Compiling version_check v0.9.5 |
| 381 | 2024-11-06T23:15:09.460Z | Checking memchr v2.7.4 |
| 382 | 2024-11-06T23:15:09.566Z | Compiling serde_json v1.0.128 |
| 383 | 2024-11-06T23:15:09.628Z | Checking itoa v1.0.11 |
| 384 | 2024-11-06T23:15:10.067Z | Compiling thiserror v1.0.64 |
| 385 | 2024-11-06T23:15:10.205Z | Checking once_cell v1.20.2 |
| 386 | 2024-11-06T23:15:10.220Z | Compiling shlex v1.3.0 |
| 387 | 2024-11-06T23:15:10.449Z | Compiling cc v1.1.30 |
| 388 | 2024-11-06T23:15:10.757Z | Checking pin-project-lite v0.2.14 |
| 389 | 2024-11-06T23:15:10.893Z | Compiling num-traits v0.2.19 |
| 390 | 2024-11-06T23:15:11.024Z | Checking bytes v1.7.2 |
| 391 | 2024-11-06T23:15:11.062Z | Checking ryu v1.0.18 |
| 392 | 2024-11-06T23:15:11.215Z | Checking futures-core v0.3.31 |
| 393 | 2024-11-06T23:15:11.303Z | Compiling lock_api v0.4.12 |
| 394 | 2024-11-06T23:15:11.321Z | Compiling parking_lot_core v0.9.10 |
| 395 | 2024-11-06T23:15:11.479Z | Checking getrandom v0.2.15 |
| 396 | 2024-11-06T23:15:11.482Z | Compiling byteorder v1.5.0 |
| 397 | 2024-11-06T23:15:11.686Z | Compiling ahash v0.8.11 |
| 398 | 2024-11-06T23:15:11.779Z | Compiling schemars v0.8.21 |
| 399 | 2024-11-06T23:15:11.797Z | Checking scopeguard v1.2.0 |
| 400 | 2024-11-06T23:15:11.816Z | Checking smallvec v1.13.2 |
| 401 | 2024-11-06T23:15:11.931Z | Compiling quote v1.0.37 |
| 402 | 2024-11-06T23:15:12.120Z | Compiling slab v0.4.9 |
| 403 | 2024-11-06T23:15:12.138Z | Checking futures-sink v0.3.31 |
| 404 | 2024-11-06T23:15:12.199Z | Checking log v0.4.22 |
| 405 | 2024-11-06T23:15:12.290Z | Compiling syn v2.0.79 |
| 406 | 2024-11-06T23:15:12.370Z | Checking socket2 v0.5.7 |
| 407 | 2024-11-06T23:15:12.454Z | Checking signal-hook-registry v1.4.2 |
| 408 | 2024-11-06T23:15:12.477Z | Checking parking_lot v0.12.3 |
| 409 | 2024-11-06T23:15:12.477Z | Checking mio v1.0.2 |
| 410 | 2024-11-06T23:15:12.531Z | Checking fnv v1.0.7 |
| 411 | 2024-11-06T23:15:12.649Z | Checking hashbrown v0.15.0 |
| 412 | 2024-11-06T23:15:12.698Z | Checking equivalent v1.0.1 |
| 413 | 2024-11-06T23:15:12.806Z | Checking http v1.1.0 |
| 414 | 2024-11-06T23:15:12.824Z | Checking futures-channel v0.3.31 |
| 415 | 2024-11-06T23:15:12.827Z | Checking pin-utils v0.1.0 |
| 416 | 2024-11-06T23:15:12.918Z | Checking futures-task v0.3.31 |
| 417 | 2024-11-06T23:15:12.936Z | Checking futures-io v0.3.31 |
| 418 | 2024-11-06T23:15:13.057Z | Compiling heck v0.5.0 |
| 419 | 2024-11-06T23:15:13.121Z | Checking spin v0.9.8 |
| 420 | 2024-11-06T23:15:13.148Z | Compiling vcpkg v0.2.15 |
| 421 | 2024-11-06T23:15:13.184Z | Checking rustls-pki-types v1.9.0 |
| 422 | 2024-11-06T23:15:13.208Z | Compiling ring v0.17.8 |
| 423 | 2024-11-06T23:15:13.329Z | Compiling pkg-config v0.3.31 |
| 424 | 2024-11-06T23:15:13.464Z | Compiling semver v1.0.23 |
| 425 | 2024-11-06T23:15:13.771Z | Compiling ucd-trie v0.1.7 |
| 426 | 2024-11-06T23:15:14.035Z | Checking iana-time-zone v0.1.61 |
| 427 | 2024-11-06T23:15:14.160Z | Compiling httparse v1.9.5 |
| 428 | 2024-11-06T23:15:14.224Z | Checking untrusted v0.9.0 |
| 429 | 2024-11-06T23:15:14.370Z | Checking tracing-core v0.1.32 |
| 430 | 2024-11-06T23:15:14.575Z | Compiling openssl-sys v0.9.103 |
| 431 | 2024-11-06T23:15:14.638Z | Compiling allocator-api2 v0.2.18 |
| 432 | 2024-11-06T23:15:14.843Z | Checking atomic-waker v1.1.2 |
| 433 | 2024-11-06T23:15:14.958Z | Checking dyn-clone v1.0.17 |
| 434 | 2024-11-06T23:15:14.975Z | Checking tracing v0.1.40 |
| 435 | 2024-11-06T23:15:15.255Z | Checking http-body v1.0.1 |
| 436 | 2024-11-06T23:15:15.274Z | Checking zeroize v1.8.1 |
| 437 | 2024-11-06T23:15:15.460Z | Compiling uuid v1.10.0 |
| 438 | 2024-11-06T23:15:15.506Z | Checking try-lock v0.2.5 |
| 439 | 2024-11-06T23:15:15.627Z | Checking subtle v2.6.1 |
| 440 | 2024-11-06T23:15:15.716Z | Checking want v0.3.1 |
| 441 | 2024-11-06T23:15:15.877Z | Compiling chrono v0.4.38 |
| 442 | 2024-11-06T23:15:15.922Z | Checking foreign-types-shared v0.1.1 |
| 443 | 2024-11-06T23:15:15.974Z | Checking httpdate v1.0.3 |
| 444 | 2024-11-06T23:15:16.022Z | Compiling openssl v0.10.66 |
| 445 | 2024-11-06T23:15:16.041Z | Compiling slog v2.7.0 |
| 446 | 2024-11-06T23:15:16.175Z | Checking foreign-types v0.3.2 |
| 447 | 2024-11-06T23:15:16.249Z | Compiling aho-corasick v1.1.3 |
| 448 | 2024-11-06T23:15:16.393Z | Checking tinyvec_macros v0.1.1 |
| 449 | 2024-11-06T23:15:16.477Z | Checking bitflags v2.6.0 |
| 450 | 2024-11-06T23:15:16.563Z | Compiling typenum v1.17.0 |
| 451 | 2024-11-06T23:15:16.726Z | Compiling regex-syntax v0.8.5 |
| 452 | 2024-11-06T23:15:17.392Z | Checking tower-service v0.3.3 |
| 453 | 2024-11-06T23:15:17.503Z | Checking percent-encoding v2.3.1 |
| 454 | 2024-11-06T23:15:17.584Z | Compiling rustls v0.23.14 |
| 455 | 2024-11-06T23:15:17.894Z | Compiling native-tls v0.2.12 |
| 456 | 2024-11-06T23:15:18.165Z | Checking form_urlencoded v1.2.1 |
| 457 | 2024-11-06T23:15:18.361Z | Checking tinyvec v1.8.0 |
| 458 | 2024-11-06T23:15:18.710Z | Compiling serde_derive_internals v0.29.1 |
| 459 | 2024-11-06T23:15:19.504Z | Compiling generic-array v0.14.7 |
| 460 | 2024-11-06T23:15:19.735Z | Compiling regex-automata v0.4.8 |
| 461 | 2024-11-06T23:15:19.833Z | Checking openssl-probe v0.1.5 |
| 462 | 2024-11-06T23:15:20.207Z | Checking unicode-normalization v0.1.24 |
| 463 | 2024-11-06T23:15:21.412Z | Compiling usdt-impl v0.5.0 |
| 464 | 2024-11-06T23:15:21.696Z | Checking encoding_rs v0.8.34 |
| 465 | 2024-11-06T23:15:21.744Z | Compiling time-core v0.1.2 |
| 466 | 2024-11-06T23:15:21.774Z | Compiling num-conv v0.1.0 |
| 467 | 2024-11-06T23:15:21.797Z | Checking powerfmt v0.2.0 |
| 468 | 2024-11-06T23:15:22.026Z | Checking unicode-bidi v0.3.17 |
| 469 | 2024-11-06T23:15:22.080Z | Checking mime v0.3.17 |
| 470 | 2024-11-06T23:15:22.382Z | Checking deranged v0.3.11 |
| 471 | 2024-11-06T23:15:22.672Z | Compiling time-macros v0.2.18 |
| 472 | 2024-11-06T23:15:22.774Z | Checking idna v0.5.0 |
| 473 | 2024-11-06T23:15:22.909Z | Compiling serde_derive v1.0.210 |
| 474 | 2024-11-06T23:15:23.552Z | Compiling zerocopy-derive v0.7.35 |
| 475 | 2024-11-06T23:15:23.965Z | Compiling thiserror-impl v1.0.64 |
| 476 | 2024-11-06T23:15:24.011Z | Compiling schemars_derive v0.8.21 |
| 477 | 2024-11-06T23:15:24.949Z | Compiling tokio-macros v2.4.0 |
| 478 | 2024-11-06T23:15:25.340Z | Compiling futures-macro v0.3.31 |
| 479 | 2024-11-06T23:15:25.434Z | Compiling zerocopy v0.7.35 |
| 480 | 2024-11-06T23:15:26.254Z | Checking tokio v1.40.0 |
| 481 | 2024-11-06T23:15:26.509Z | Compiling pest v2.7.14 |
| 482 | 2024-11-06T23:15:26.872Z | Compiling openssl-macros v0.1.1 |
| 483 | 2024-11-06T23:15:26.932Z | Checking futures-util v0.3.31 |
| 484 | 2024-11-06T23:15:27.266Z | Compiling hashbrown v0.14.5 |
| 485 | 2024-11-06T23:15:28.506Z | Compiling regress v0.10.1 |
| 486 | 2024-11-06T23:15:28.801Z | Compiling regex v1.11.0 |
| 487 | 2024-11-06T23:15:29.255Z | Compiling pest_meta v2.7.14 |
| 488 | 2024-11-06T23:15:31.991Z | Checking rustls-webpki v0.102.8 |
| 489 | 2024-11-06T23:15:32.111Z | Compiling pest_generator v2.7.14 |
| 490 | 2024-11-06T23:15:32.839Z | Checking http-body-util v0.1.2 |
| 491 | 2024-11-06T23:15:33.098Z | Checking tokio-util v0.7.12 |
| 492 | 2024-11-06T23:15:33.165Z | Compiling scroll_derive v0.12.0 |
| 493 | 2024-11-06T23:15:33.239Z | Checking tokio-native-tls v0.3.1 |
| 494 | 2024-11-06T23:15:33.788Z | Compiling pest_derive v2.7.14 |
| 495 | 2024-11-06T23:15:34.496Z | Checking indexmap v2.6.0 |
| 496 | 2024-11-06T23:15:35.691Z | Compiling serde_tokenstream v0.2.2 |
| 497 | 2024-11-06T23:15:35.713Z | Checking h2 v0.4.6 |
| 498 | 2024-11-06T23:15:36.536Z | Compiling dtrace-parser v0.2.0 |
| 499 | 2024-11-06T23:15:36.792Z | Checking scroll v0.12.0 |
| 500 | 2024-11-06T23:15:36.866Z | Checking serde_urlencoded v0.7.1 |
| 501 | 2024-11-06T23:15:37.262Z | Compiling thread-id v4.2.2 |
| 502 | 2024-11-06T23:15:37.539Z | Checking tokio-rustls v0.26.0 |
| 503 | 2024-11-06T23:15:37.633Z | Compiling dof v0.3.0 |
| 504 | 2024-11-06T23:15:37.683Z | Checking rustls-pemfile v2.2.0 |
| 505 | 2024-11-06T23:15:37.895Z | Checking webpki-roots v0.26.6 |
| 506 | 2024-11-06T23:15:38.078Z | Checking num_threads v0.1.7 |
| 507 | 2024-11-06T23:15:38.110Z | Compiling ident_case v1.0.1 |
| 508 | 2024-11-06T23:15:38.169Z | Checking plain v0.2.3 |
| 509 | 2024-11-06T23:15:38.289Z | Checking base64 v0.22.1 |
| 510 | 2024-11-06T23:15:38.315Z | Compiling strsim v0.11.1 |
| 511 | 2024-11-06T23:15:38.331Z | Compiling crossbeam-utils v0.8.20 |
| 512 | 2024-11-06T23:15:38.602Z | Checking typify-impl v0.2.0 |
| 513 | 2024-11-06T23:15:38.770Z | Compiling darling_core v0.20.10 |
| 514 | 2024-11-06T23:15:38.923Z | Checking time v0.3.36 |
| 515 | 2024-11-06T23:15:38.965Z | Checking goblin v0.8.2 |
| 516 | 2024-11-06T23:15:39.830Z | Checking hyper v1.4.1 |
| 517 | 2024-11-06T23:15:40.944Z | Compiling openapiv3 v2.0.0 |
| 518 | 2024-11-06T23:15:41.904Z | Checking hyper-util v0.1.9 |
| 519 | 2024-11-06T23:15:42.105Z | Checking url v2.5.2 |
| 520 | 2024-11-06T23:15:42.587Z | Checking dirs-sys-next v0.1.2 |
| 521 | 2024-11-06T23:15:42.766Z | Checking sync_wrapper v1.0.1 |
| 522 | 2024-11-06T23:15:42.929Z | Compiling rustls v0.22.4 |
| 523 | 2024-11-06T23:15:43.247Z | Compiling paste v1.0.15 |
| 524 | 2024-11-06T23:15:43.305Z | Compiling unsafe-libyaml v0.2.11 |
| 525 | 2024-11-06T23:15:43.657Z | Checking hyper-tls v0.6.0 |
| 526 | 2024-11-06T23:15:43.761Z | Checking hyper-rustls v0.27.3 |
| 527 | 2024-11-06T23:15:43.924Z | Checking ipnet v2.10.1 |
| 528 | 2024-11-06T23:15:44.028Z | Compiling rustversion v1.0.17 |
| 529 | 2024-11-06T23:15:44.087Z | Compiling omicron-workspace-hack v0.1.0 |
| 530 | 2024-11-06T23:15:44.269Z | Checking pretty-hex v0.4.1 |
| 531 | 2024-11-06T23:15:44.392Z | Checking reqwest v0.12.8 |
| 532 | 2024-11-06T23:15:44.435Z | Compiling darling_macro v0.20.10 |
| 533 | 2024-11-06T23:15:44.716Z | Compiling serde_yaml v0.9.34+deprecated |
| 534 | 2024-11-06T23:15:45.035Z | Checking dirs-next v2.0.0 |
| 535 | 2024-11-06T23:15:45.154Z | Checking crypto-common v0.1.6 |
| 536 | 2024-11-06T23:15:45.186Z | Checking block-buffer v0.10.4 |
| 537 | 2024-11-06T23:15:45.319Z | Checking serde_spanned v0.6.8 |
| 538 | 2024-11-06T23:15:45.355Z | Checking toml_datetime v0.6.8 |
| 539 | 2024-11-06T23:15:45.397Z | Checking ppv-lite86 v0.2.20 |
| 540 | 2024-11-06T23:15:45.511Z | Compiling structmeta-derive v0.3.0 |
| 541 | 2024-11-06T23:15:45.530Z | Checking rand_core v0.6.4 |
| 542 | 2024-11-06T23:15:45.748Z | Checking thread_local v1.1.8 |
| 543 | 2024-11-06T23:15:45.793Z | Compiling multer v3.1.0 |
| 544 | 2024-11-06T23:15:45.811Z | Compiling newtype-uuid v1.1.2 |
| 545 | 2024-11-06T23:15:45.880Z | Checking winnow v0.6.20 |
| 546 | 2024-11-06T23:15:46.017Z | Compiling slog-async v2.8.0 |
| 547 | 2024-11-06T23:15:46.136Z | Compiling anyhow v1.0.92 |
| 548 | 2024-11-06T23:15:46.155Z | Checking match_cfg v0.1.0 |
| 549 | 2024-11-06T23:15:46.157Z | Compiling camino v1.1.9 |
| 550 | 2024-11-06T23:15:46.247Z | Checking hostname v0.3.1 |
| 551 | 2024-11-06T23:15:46.380Z | Checking rand_chacha v0.3.1 |
| 552 | 2024-11-06T23:15:46.674Z | Checking progenitor-client v0.8.0 |
| 553 | 2024-11-06T23:15:46.754Z | Checking crossbeam-channel v0.5.13 |
| 554 | 2024-11-06T23:15:46.967Z | Checking digest v0.10.7 |
| 555 | 2024-11-06T23:15:47.105Z | Compiling darling v0.20.10 |
| 556 | 2024-11-06T23:15:47.220Z | Checking term v0.7.0 |
| 557 | 2024-11-06T23:15:47.633Z | Compiling usdt-macro v0.5.0 |
| 558 | 2024-11-06T23:15:47.900Z | Compiling structmeta v0.3.0 |
| 559 | 2024-11-06T23:15:48.160Z | Compiling usdt-attr-macro v0.5.0 |
| 560 | 2024-11-06T23:15:48.266Z | Checking slog-json v2.6.1 |
| 561 | 2024-11-06T23:15:48.428Z | Checking futures-executor v0.3.31 |
| 562 | 2024-11-06T23:15:48.518Z | Compiling async-stream-impl v0.3.6 |
| 563 | 2024-11-06T23:15:48.642Z | Checking is-terminal v0.4.13 |
| 564 | 2024-11-06T23:15:48.696Z | Checking toml_edit v0.22.22 |
| 565 | 2024-11-06T23:15:48.712Z | Checking memmap v0.7.0 |
| 566 | 2024-11-06T23:15:48.758Z | Compiling dropshot v0.12.0 |
| 567 | 2024-11-06T23:15:48.881Z | Checking take_mut v0.2.2 |
| 568 | 2024-11-06T23:15:48.910Z | Checking cpufeatures v0.2.14 |
| 569 | 2024-11-06T23:15:49.004Z | Checking sha1 v0.10.6 |
| 570 | 2024-11-06T23:15:49.162Z | Checking slog-term v2.9.1 |
| 571 | 2024-11-06T23:15:49.266Z | Compiling strum_macros v0.26.4 |
| 572 | 2024-11-06T23:15:49.292Z | Checking futures v0.3.31 |
| 573 | 2024-11-06T23:15:49.394Z | Checking slog-bunyan v2.5.0 |
| 574 | 2024-11-06T23:15:49.542Z | Checking usdt v0.5.0 |
| 575 | 2024-11-06T23:15:49.569Z | Compiling parse-display-derive v0.10.0 |
| 576 | 2024-11-06T23:15:49.607Z | Compiling serde_with_macros v3.11.0 |
| 577 | 2024-11-06T23:15:49.733Z | Checking async-stream v0.3.6 |
| 578 | 2024-11-06T23:15:50.170Z | Checking rand v0.8.5 |
| 579 | 2024-11-06T23:15:50.854Z | Checking tokio-rustls v0.25.0 |
| 580 | 2024-11-06T23:15:51.210Z | Checking ipnetwork v0.20.0 |
| 581 | 2024-11-06T23:15:51.230Z | Compiling dropshot_endpoint v0.12.0 |
| 582 | 2024-11-06T23:15:51.317Z | Checking toml v0.8.19 |
| 583 | 2024-11-06T23:15:51.409Z | Checking hex v0.4.3 |
| 584 | 2024-11-06T23:15:51.561Z | Checking serde_path_to_error v0.1.16 |
| 585 | 2024-11-06T23:15:51.697Z | Compiling typify-macro v0.2.0 |
| 586 | 2024-11-06T23:15:51.949Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 587 | 2024-11-06T23:15:52.026Z | Compiling async-trait v0.1.83 |
| 588 | 2024-11-06T23:15:52.051Z | Checking waitgroup v0.1.2 |
| 589 | 2024-11-06T23:15:52.151Z | Checking hostname v0.4.0 |
| 590 | 2024-11-06T23:15:52.190Z | Checking instant v0.1.13 |
| 591 | 2024-11-06T23:15:52.282Z | Checking debug-ignore v1.0.5 |
| 592 | 2024-11-06T23:15:52.306Z | Checking backoff v0.4.0 |
| 593 | 2024-11-06T23:15:52.423Z | Checking serde_with v3.11.0 |
| 594 | 2024-11-06T23:15:52.567Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 595 | 2024-11-06T23:15:52.723Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 596 | 2024-11-06T23:15:52.744Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 597 | 2024-11-06T23:15:52.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 598 | 2024-11-06T23:15:53.048Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 599 | 2024-11-06T23:15:53.176Z | Checking parse-display v0.10.0 |
| 600 | 2024-11-06T23:15:53.389Z | Checking macaddr v1.0.1 |
| 601 | 2024-11-06T23:15:53.389Z | Checking regress v0.9.1 |
| 602 | 2024-11-06T23:15:53.472Z | Checking strum v0.26.3 |
| 603 | 2024-11-06T23:15:54.683Z | Compiling typify v0.2.0 |
| 604 | 2024-11-06T23:15:54.768Z | Compiling progenitor-impl v0.8.0 |
| 605 | 2024-11-06T23:15:57.429Z | Compiling progenitor-macro v0.8.0 |
| 606 | 2024-11-06T23:16:02.039Z | Checking progenitor v0.8.0 |
| 607 | 2024-11-06T23:16:02.145Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 608 | 2024-11-06T23:16:04.876Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 609 | 2024-11-06T23:16:12.075Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 610 | 2024-11-06T23:16:12.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 611 | 2024-11-06T23:16:12.438Z | + cargo build --release |
| 612 | 2024-11-06T23:16:12.670Z | Compiling proc-macro2 v1.0.87 |
| 613 | 2024-11-06T23:16:12.670Z | Compiling unicode-ident v1.0.13 |
| 614 | 2024-11-06T23:16:12.670Z | Compiling libc v0.2.161 |
| 615 | 2024-11-06T23:16:12.673Z | Compiling cfg-if v1.0.0 |
| 616 | 2024-11-06T23:16:12.673Z | Compiling autocfg v1.4.0 |
| 617 | 2024-11-06T23:16:12.673Z | Compiling version_check v0.9.5 |
| 618 | 2024-11-06T23:16:12.674Z | Compiling serde v1.0.210 |
| 619 | 2024-11-06T23:16:12.674Z | Compiling memchr v2.7.4 |
| 620 | 2024-11-06T23:16:12.779Z | Compiling serde_json v1.0.128 |
| 621 | 2024-11-06T23:16:12.853Z | Compiling itoa v1.0.11 |
| 622 | 2024-11-06T23:16:13.122Z | Compiling thiserror v1.0.64 |
| 623 | 2024-11-06T23:16:13.240Z | Compiling once_cell v1.20.2 |
| 624 | 2024-11-06T23:16:13.288Z | Compiling shlex v1.3.0 |
| 625 | 2024-11-06T23:16:13.492Z | Compiling cc v1.1.30 |
| 626 | 2024-11-06T23:16:13.668Z | Compiling num-traits v0.2.19 |
| 627 | 2024-11-06T23:16:13.928Z | Compiling pin-project-lite v0.2.14 |
| 628 | 2024-11-06T23:16:14.047Z | Compiling getrandom v0.2.15 |
| 629 | 2024-11-06T23:16:14.125Z | Compiling ryu v1.0.18 |
| 630 | 2024-11-06T23:16:14.166Z | Compiling bytes v1.7.2 |
| 631 | 2024-11-06T23:16:14.327Z | Compiling quote v1.0.37 |
| 632 | 2024-11-06T23:16:14.387Z | Compiling futures-core v0.3.31 |
| 633 | 2024-11-06T23:16:14.581Z | Compiling lock_api v0.4.12 |
| 634 | 2024-11-06T23:16:14.613Z | Compiling ahash v0.8.11 |
| 635 | 2024-11-06T23:16:14.681Z | Compiling syn v2.0.79 |
| 636 | 2024-11-06T23:16:14.898Z | Compiling schemars v0.8.21 |
| 637 | 2024-11-06T23:16:14.930Z | Compiling parking_lot_core v0.9.10 |
| 638 | 2024-11-06T23:16:14.993Z | Compiling byteorder v1.5.0 |
| 639 | 2024-11-06T23:16:15.273Z | Compiling scopeguard v1.2.0 |
| 640 | 2024-11-06T23:16:15.289Z | Compiling smallvec v1.13.2 |
| 641 | 2024-11-06T23:16:15.413Z | Compiling slab v0.4.9 |
| 642 | 2024-11-06T23:16:15.416Z | Compiling log v0.4.22 |
| 643 | 2024-11-06T23:16:15.779Z | Compiling futures-sink v0.3.31 |
| 644 | 2024-11-06T23:16:15.844Z | Compiling mio v1.0.2 |
| 645 | 2024-11-06T23:16:15.881Z | Compiling signal-hook-registry v1.4.2 |
| 646 | 2024-11-06T23:16:15.917Z | Compiling socket2 v0.5.7 |
| 647 | 2024-11-06T23:16:15.959Z | Compiling equivalent v1.0.1 |
| 648 | 2024-11-06T23:16:16.057Z | Compiling fnv v1.0.7 |
| 649 | 2024-11-06T23:16:16.180Z | Compiling parking_lot v0.12.3 |
| 650 | 2024-11-06T23:16:16.195Z | Compiling ring v0.17.8 |
| 651 | 2024-11-06T23:16:16.239Z | Compiling hashbrown v0.15.0 |
| 652 | 2024-11-06T23:16:16.553Z | Compiling http v1.1.0 |
| 653 | 2024-11-06T23:16:17.366Z | Compiling futures-channel v0.3.31 |
| 654 | 2024-11-06T23:16:17.456Z | Compiling futures-task v0.3.31 |
| 655 | 2024-11-06T23:16:17.508Z | Compiling futures-io v0.3.31 |
| 656 | 2024-11-06T23:16:17.716Z | Compiling pin-utils v0.1.0 |
| 657 | 2024-11-06T23:16:17.719Z | Compiling semver v1.0.23 |
| 658 | 2024-11-06T23:16:17.817Z | Compiling heck v0.5.0 |
| 659 | 2024-11-06T23:16:17.835Z | Compiling pkg-config v0.3.31 |
| 660 | 2024-11-06T23:16:18.003Z | Compiling rustls-pki-types v1.9.0 |
| 661 | 2024-11-06T23:16:18.193Z | Compiling spin v0.9.8 |
| 662 | 2024-11-06T23:16:18.212Z | Compiling vcpkg v0.2.15 |
| 663 | 2024-11-06T23:16:18.925Z | Compiling untrusted v0.9.0 |
| 664 | 2024-11-06T23:16:18.984Z | Compiling ucd-trie v0.1.7 |
| 665 | 2024-11-06T23:16:19.094Z | Compiling httparse v1.9.5 |
| 666 | 2024-11-06T23:16:19.445Z | Compiling iana-time-zone v0.1.61 |
| 667 | 2024-11-06T23:16:19.658Z | Compiling openssl-sys v0.9.103 |
| 668 | 2024-11-06T23:16:19.842Z | Compiling tracing-core v0.1.32 |
| 669 | 2024-11-06T23:16:20.456Z | Compiling atomic-waker v1.1.2 |
| 670 | 2024-11-06T23:16:20.627Z | Compiling dyn-clone v1.0.17 |
| 671 | 2024-11-06T23:16:20.635Z | Compiling allocator-api2 v0.2.18 |
| 672 | 2024-11-06T23:16:20.822Z | Compiling tracing v0.1.40 |
| 673 | 2024-11-06T23:16:21.374Z | Compiling serde_derive_internals v0.29.1 |
| 674 | 2024-11-06T23:16:21.480Z | Compiling http-body v1.0.1 |
| 675 | 2024-11-06T23:16:21.625Z | Compiling chrono v0.4.38 |
| 676 | 2024-11-06T23:16:21.945Z | Compiling try-lock v0.2.5 |
| 677 | 2024-11-06T23:16:22.086Z | Compiling zeroize v1.8.1 |
| 678 | 2024-11-06T23:16:22.129Z | Compiling subtle v2.6.1 |
| 679 | 2024-11-06T23:16:22.396Z | Compiling uuid v1.10.0 |
| 680 | 2024-11-06T23:16:22.403Z | Compiling want v0.3.1 |
| 681 | 2024-11-06T23:16:22.731Z | Compiling slog v2.7.0 |
| 682 | 2024-11-06T23:16:22.940Z | Compiling httpdate v1.0.3 |
| 683 | 2024-11-06T23:16:23.215Z | Compiling foreign-types-shared v0.1.1 |
| 684 | 2024-11-06T23:16:23.387Z | Compiling openssl v0.10.66 |
| 685 | 2024-11-06T23:16:23.557Z | Compiling foreign-types v0.3.2 |
| 686 | 2024-11-06T23:16:23.696Z | Compiling aho-corasick v1.1.3 |
| 687 | 2024-11-06T23:16:24.279Z | Compiling tower-service v0.3.3 |
| 688 | 2024-11-06T23:16:24.394Z | Compiling bitflags v2.6.0 |
| 689 | 2024-11-06T23:16:24.685Z | Compiling regex-syntax v0.8.5 |
| 690 | 2024-11-06T23:16:24.747Z | Compiling tinyvec_macros v0.1.1 |
| 691 | 2024-11-06T23:16:24.830Z | Compiling native-tls v0.2.12 |
| 692 | 2024-11-06T23:16:25.094Z | Compiling rustls v0.23.14 |
| 693 | 2024-11-06T23:16:25.183Z | Compiling percent-encoding v2.3.1 |
| 694 | 2024-11-06T23:16:25.406Z | Compiling typenum v1.17.0 |
| 695 | 2024-11-06T23:16:25.627Z | Compiling form_urlencoded v1.2.1 |
| 696 | 2024-11-06T23:16:25.902Z | Compiling tinyvec v1.8.0 |
| 697 | 2024-11-06T23:16:26.111Z | Compiling serde_derive v1.0.210 |
| 698 | 2024-11-06T23:16:26.124Z | Compiling zerocopy-derive v0.7.35 |
| 699 | 2024-11-06T23:16:26.305Z | Compiling thiserror-impl v1.0.64 |
| 700 | 2024-11-06T23:16:27.114Z | Compiling schemars_derive v0.8.21 |
| 701 | 2024-11-06T23:16:27.561Z | Compiling tokio-macros v2.4.0 |
| 702 | 2024-11-06T23:16:27.624Z | Compiling futures-macro v0.3.31 |
| 703 | 2024-11-06T23:16:28.095Z | Compiling zerocopy v0.7.35 |
| 704 | 2024-11-06T23:16:29.126Z | Compiling tokio v1.40.0 |
| 705 | 2024-11-06T23:16:29.419Z | Compiling futures-util v0.3.31 |
| 706 | 2024-11-06T23:16:29.942Z | Compiling pest v2.7.14 |
| 707 | 2024-11-06T23:16:30.270Z | Compiling hashbrown v0.14.5 |
| 708 | 2024-11-06T23:16:31.192Z | Compiling openssl-macros v0.1.1 |
| 709 | 2024-11-06T23:16:31.617Z | Compiling regress v0.10.1 |
| 710 | 2024-11-06T23:16:32.807Z | Compiling pest_meta v2.7.14 |
| 711 | 2024-11-06T23:16:36.293Z | Compiling rustls-webpki v0.102.8 |
| 712 | 2024-11-06T23:16:36.589Z | Compiling pest_generator v2.7.14 |
| 713 | 2024-11-06T23:16:37.805Z | Compiling tokio-util v0.7.12 |
| 714 | 2024-11-06T23:16:38.242Z | Compiling pest_derive v2.7.14 |
| 715 | 2024-11-06T23:16:40.021Z | Compiling indexmap v2.6.0 |
| 716 | 2024-11-06T23:16:41.793Z | Compiling h2 v0.4.6 |
| 717 | 2024-11-06T23:16:41.926Z | Compiling regex-automata v0.4.8 |
| 718 | 2024-11-06T23:16:44.673Z | Compiling serde_tokenstream v0.2.2 |
| 719 | 2024-11-06T23:16:47.815Z | Compiling hyper v1.4.1 |
| 720 | 2024-11-06T23:16:49.140Z | Compiling typify-impl v0.2.0 |
| 721 | 2024-11-06T23:16:49.269Z | Compiling generic-array v0.14.7 |
| 722 | 2024-11-06T23:16:49.299Z | Compiling openssl-probe v0.1.5 |
| 723 | 2024-11-06T23:16:50.858Z | Compiling hyper-util v0.1.9 |
| 724 | 2024-11-06T23:16:57.085Z | Compiling regex v1.11.0 |
| 725 | 2024-11-06T23:16:57.329Z | Compiling http-body-util v0.1.2 |
| 726 | 2024-11-06T23:16:57.683Z | Compiling unicode-normalization v0.1.24 |
| 727 | 2024-11-06T23:16:57.683Z | Compiling scroll_derive v0.12.0 |
| 728 | 2024-11-06T23:16:57.893Z | Compiling usdt-impl v0.5.0 |
| 729 | 2024-11-06T23:16:58.209Z | Compiling encoding_rs v0.8.34 |
| 730 | 2024-11-06T23:16:58.591Z | Compiling unicode-bidi v0.3.17 |
| 731 | 2024-11-06T23:16:58.900Z | Compiling powerfmt v0.2.0 |
| 732 | 2024-11-06T23:16:59.376Z | Compiling mime v0.3.17 |
| 733 | 2024-11-06T23:16:59.448Z | Compiling time-core v0.1.2 |
| 734 | 2024-11-06T23:17:00.068Z | Compiling typify-macro v0.2.0 |
| 735 | 2024-11-06T23:17:00.356Z | Compiling num-conv v0.1.0 |
| 736 | 2024-11-06T23:17:00.621Z | Compiling time-macros v0.2.18 |
| 737 | 2024-11-06T23:17:01.329Z | Compiling tokio-rustls v0.26.0 |
| 738 | 2024-11-06T23:17:01.801Z | Compiling idna v0.5.0 |
| 739 | 2024-11-06T23:17:03.673Z | Compiling deranged v0.3.11 |
| 740 | 2024-11-06T23:17:05.720Z | Compiling scroll v0.12.0 |
| 741 | 2024-11-06T23:17:07.450Z | Compiling thread-id v4.2.2 |
| 742 | 2024-11-06T23:17:07.549Z | Compiling tokio-native-tls v0.3.1 |
| 743 | 2024-11-06T23:17:07.766Z | Compiling dof v0.3.0 |
| 744 | 2024-11-06T23:17:08.685Z | Compiling serde_urlencoded v0.7.1 |
| 745 | 2024-11-06T23:17:09.113Z | Compiling dtrace-parser v0.2.0 |
| 746 | 2024-11-06T23:17:09.261Z | Compiling rustls-pemfile v2.2.0 |
| 747 | 2024-11-06T23:17:09.726Z | Compiling webpki-roots v0.26.6 |
| 748 | 2024-11-06T23:17:09.939Z | Compiling ident_case v1.0.1 |
| 749 | 2024-11-06T23:17:10.693Z | Compiling strsim v0.11.1 |
| 750 | 2024-11-06T23:17:11.708Z | Compiling omicron-workspace-hack v0.1.0 |
| 751 | 2024-11-06T23:17:12.281Z | Compiling plain v0.2.3 |
| 752 | 2024-11-06T23:17:12.437Z | Compiling base64 v0.22.1 |
| 753 | 2024-11-06T23:17:12.487Z | Compiling num_threads v0.1.7 |
| 754 | 2024-11-06T23:17:12.599Z | Compiling crossbeam-utils v0.8.20 |
| 755 | 2024-11-06T23:17:12.742Z | Compiling time v0.3.36 |
| 756 | 2024-11-06T23:17:13.178Z | Compiling goblin v0.8.2 |
| 757 | 2024-11-06T23:17:17.020Z | Compiling darling_core v0.20.10 |
| 758 | 2024-11-06T23:17:20.159Z | Compiling hyper-rustls v0.27.3 |
| 759 | 2024-11-06T23:17:22.528Z | Compiling hyper-tls v0.6.0 |
| 760 | 2024-11-06T23:17:23.005Z | Compiling typify v0.2.0 |
| 761 | 2024-11-06T23:17:23.029Z | Compiling url v2.5.2 |
| 762 | 2024-11-06T23:17:23.117Z | Compiling openapiv3 v2.0.0 |
| 763 | 2024-11-06T23:17:27.323Z | Compiling sync_wrapper v1.0.1 |
| 764 | 2024-11-06T23:17:27.463Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-11-06T23:17:27.839Z | Compiling unsafe-libyaml v0.2.11 |
| 766 | 2024-11-06T23:17:28.513Z | Compiling rustversion v1.0.17 |
| 767 | 2024-11-06T23:17:28.536Z | Compiling pretty-hex v0.4.1 |
| 768 | 2024-11-06T23:17:28.757Z | Compiling ipnet v2.10.1 |
| 769 | 2024-11-06T23:17:29.153Z | Compiling rustls v0.22.4 |
| 770 | 2024-11-06T23:17:29.468Z | Compiling paste v1.0.15 |
| 771 | 2024-11-06T23:17:29.528Z | Compiling reqwest v0.12.8 |
| 772 | 2024-11-06T23:17:30.071Z | Compiling serde_yaml v0.9.34+deprecated |
| 773 | 2024-11-06T23:17:32.118Z | Compiling dirs-next v2.0.0 |
| 774 | 2024-11-06T23:17:32.293Z | Compiling progenitor-impl v0.8.0 |
| 775 | 2024-11-06T23:17:32.371Z | Compiling darling_macro v0.20.10 |
| 776 | 2024-11-06T23:17:35.507Z | Compiling crypto-common v0.1.6 |
| 777 | 2024-11-06T23:17:35.717Z | Compiling block-buffer v0.10.4 |
| 778 | 2024-11-06T23:17:35.949Z | Compiling toml_datetime v0.6.8 |
| 779 | 2024-11-06T23:17:36.619Z | Compiling serde_spanned v0.6.8 |
| 780 | 2024-11-06T23:17:36.846Z | Compiling ppv-lite86 v0.2.20 |
| 781 | 2024-11-06T23:17:37.146Z | Compiling structmeta-derive v0.3.0 |
| 782 | 2024-11-06T23:17:37.786Z | Compiling rand_core v0.6.4 |
| 783 | 2024-11-06T23:17:38.153Z | Compiling thread_local v1.1.8 |
| 784 | 2024-11-06T23:17:38.268Z | Compiling multer v3.1.0 |
| 785 | 2024-11-06T23:17:38.469Z | Compiling anyhow v1.0.92 |
| 786 | 2024-11-06T23:17:38.621Z | Compiling camino v1.1.9 |
| 787 | 2024-11-06T23:17:38.746Z | Compiling slog-async v2.8.0 |
| 788 | 2024-11-06T23:17:38.817Z | Compiling winnow v0.6.20 |
| 789 | 2024-11-06T23:17:39.042Z | Compiling newtype-uuid v1.1.2 |
| 790 | 2024-11-06T23:17:39.194Z | Compiling match_cfg v0.1.0 |
| 791 | 2024-11-06T23:17:39.274Z | Compiling hostname v0.3.1 |
| 792 | 2024-11-06T23:17:39.423Z | Compiling progenitor-macro v0.8.0 |
| 793 | 2024-11-06T23:17:39.513Z | Compiling rand_chacha v0.3.1 |
| 794 | 2024-11-06T23:17:39.595Z | Compiling structmeta v0.3.0 |
| 795 | 2024-11-06T23:17:39.668Z | Compiling digest v0.10.7 |
| 796 | 2024-11-06T23:17:39.938Z | Compiling crossbeam-channel v0.5.13 |
| 797 | 2024-11-06T23:17:41.207Z | Compiling darling v0.20.10 |
| 798 | 2024-11-06T23:17:41.311Z | Compiling term v0.7.0 |
| 799 | 2024-11-06T23:17:41.545Z | Compiling progenitor-client v0.8.0 |
| 800 | 2024-11-06T23:17:43.005Z | Compiling toml_edit v0.22.22 |
| 801 | 2024-11-06T23:17:45.725Z | Compiling usdt-macro v0.5.0 |
| 802 | 2024-11-06T23:17:47.053Z | Compiling usdt-attr-macro v0.5.0 |
| 803 | 2024-11-06T23:17:48.467Z | Compiling slog-json v2.6.1 |
| 804 | 2024-11-06T23:17:48.969Z | Compiling futures-executor v0.3.31 |
| 805 | 2024-11-06T23:17:50.082Z | Compiling async-stream-impl v0.3.6 |
| 806 | 2024-11-06T23:17:50.119Z | Compiling is-terminal v0.4.13 |
| 807 | 2024-11-06T23:17:50.236Z | Compiling memmap v0.7.0 |
| 808 | 2024-11-06T23:17:50.672Z | Compiling dropshot v0.12.0 |
| 809 | 2024-11-06T23:17:51.010Z | Compiling cpufeatures v0.2.14 |
| 810 | 2024-11-06T23:17:51.099Z | Compiling take_mut v0.2.2 |
| 811 | 2024-11-06T23:17:51.333Z | Compiling async-stream v0.3.6 |
| 812 | 2024-11-06T23:17:51.634Z | Compiling sha1 v0.10.6 |
| 813 | 2024-11-06T23:17:52.489Z | Compiling usdt v0.5.0 |
| 814 | 2024-11-06T23:17:53.034Z | Compiling progenitor v0.8.0 |
| 815 | 2024-11-06T23:17:53.201Z | Compiling slog-term v2.9.1 |
| 816 | 2024-11-06T23:17:53.970Z | Compiling tokio-rustls v0.25.0 |
| 817 | 2024-11-06T23:17:54.397Z | Compiling futures v0.3.31 |
| 818 | 2024-11-06T23:17:54.502Z | Compiling slog-bunyan v2.5.0 |
| 819 | 2024-11-06T23:17:54.575Z | Compiling toml v0.8.19 |
| 820 | 2024-11-06T23:17:54.764Z | Compiling strum_macros v0.26.4 |
| 821 | 2024-11-06T23:17:56.055Z | Compiling serde_with_macros v3.11.0 |
| 822 | 2024-11-06T23:17:58.573Z | Compiling parse-display-derive v0.10.0 |
| 823 | 2024-11-06T23:17:59.101Z | Compiling rand v0.8.5 |
| 824 | 2024-11-06T23:18:02.706Z | Compiling ipnetwork v0.20.0 |
| 825 | 2024-11-06T23:18:03.797Z | Compiling dropshot_endpoint v0.12.0 |
| 826 | 2024-11-06T23:18:04.463Z | Compiling hex v0.4.3 |
| 827 | 2024-11-06T23:18:05.160Z | Compiling serde_path_to_error v0.1.16 |
| 828 | 2024-11-06T23:18:05.588Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 829 | 2024-11-06T23:18:06.165Z | Compiling async-trait v0.1.83 |
| 830 | 2024-11-06T23:18:06.401Z | Compiling waitgroup v0.1.2 |
| 831 | 2024-11-06T23:18:06.627Z | Compiling hostname v0.4.0 |
| 832 | 2024-11-06T23:18:06.873Z | Compiling instant v0.1.13 |
| 833 | 2024-11-06T23:18:07.019Z | Compiling debug-ignore v1.0.5 |
| 834 | 2024-11-06T23:18:07.155Z | Compiling backoff v0.4.0 |
| 835 | 2024-11-06T23:18:07.482Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 836 | 2024-11-06T23:18:07.681Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 837 | 2024-11-06T23:18:07.729Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 838 | 2024-11-06T23:18:07.841Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 839 | 2024-11-06T23:18:07.916Z | Compiling parse-display v0.10.0 |
| 840 | 2024-11-06T23:18:08.367Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 841 | 2024-11-06T23:18:09.842Z | Compiling strum v0.26.3 |
| 842 | 2024-11-06T23:18:10.012Z | Compiling serde_with v3.11.0 |
| 843 | 2024-11-06T23:18:11.797Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 844 | 2024-11-06T23:18:12.599Z | Compiling regress v0.9.1 |
| 845 | 2024-11-06T23:18:12.602Z | Compiling macaddr v1.0.1 |
| 846 | 2024-11-06T23:18:16.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 847 | 2024-11-06T23:18:27.580Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 848 | 2024-11-06T23:18:37.034Z | Finished `release` profile [optimized] target(s) in 2m 24s |
| 849 | 2024-11-06T23:18:37.096Z | process exited: duration 220167 ms, exit code 0 |
| |
| 850 | 2024-11-06T23:18:37.102Z | found 0 output files |