|
|
|
| 1 | 2024-08-26T19:22:09.422Z | job assigned to worker 01J682663K66GWV9FVADWQWE2A (queued for 28 s) |
| |
| 2 | 2024-08-26T19:22:09.730Z | starting task 0: "setup" |
| 3 | 2024-08-26T19:22:09.756Z | ++ uname -s |
| 4 | 2024-08-26T19:22:09.756Z | + kern=SunOS |
| 5 | 2024-08-26T19:22:09.756Z | + case "$kern" in |
| 6 | 2024-08-26T19:22:09.756Z | + groupadd -g 12345 build |
| 7 | 2024-08-26T19:22:09.756Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-26T19:22:11.762Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-26T19:22:11.802Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-26T19:22:11.827Z | + home_fs=zfs |
| 11 | 2024-08-26T19:22:11.827Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-26T19:22:11.827Z | + mkdir -p /home/build |
| 13 | 2024-08-26T19:22:11.827Z | + chown build:build /home/build /work |
| 14 | 2024-08-26T19:22:13.811Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-26T19:22:13.835Z | process exited: duration 4086 ms, exit code 0 |
| |
| 16 | 2024-08-26T19:22:13.882Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-26T19:22:13.906Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-26T19:22:13.906Z | ' 1.80.1 |
| 19 | 2024-08-26T19:22:13.906Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-08-26T19:22:13.906Z | ' default |
| 21 | 2024-08-26T19:22:13.906Z | * toolchain channel = "1.80.1" |
| 22 | 2024-08-26T19:22:13.906Z | * toolchain profile = "default" |
| 23 | 2024-08-26T19:22:13.906Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-26T19:22:13.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-26T19:22:14.045Z | info: downloading installer |
| 26 | 2024-08-26T19:22:14.997Z | info: profile set to 'default' |
| 27 | 2024-08-26T19:22:14.997Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-26T19:22:14.997Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-26T19:22:15.104Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-26T19:22:15.104Z | info: downloading component 'cargo' |
| 31 | 2024-08-26T19:22:15.392Z | info: downloading component 'clippy' |
| 32 | 2024-08-26T19:22:15.484Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-26T19:22:15.731Z | info: downloading component 'rust-std' |
| 34 | 2024-08-26T19:22:16.033Z | info: downloading component 'rustc' |
| 35 | 2024-08-26T19:22:16.786Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-26T19:22:16.832Z | info: installing component 'cargo' |
| 37 | 2024-08-26T19:22:18.040Z | info: installing component 'clippy' |
| 38 | 2024-08-26T19:22:18.524Z | info: installing component 'rust-docs' |
| 39 | 2024-08-26T19:22:21.312Z | info: installing component 'rust-std' |
| 40 | 2024-08-26T19:22:23.320Z | info: installing component 'rustc' |
| 41 | 2024-08-26T19:22:28.700Z | info: installing component 'rustfmt' |
| 42 | 2024-08-26T19:22:29.123Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-26T19:22:29.123Z | |
| 44 | 2024-08-26T19:22:29.262Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-26T19:22:29.262Z | |
| 46 | 2024-08-26T19:22:29.262Z | |
| 47 | 2024-08-26T19:22:29.262Z | Rust is installed now. Great! |
| 48 | 2024-08-26T19:22:29.262Z | |
| 49 | 2024-08-26T19:22:29.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-26T19:22:29.262Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-26T19:22:29.262Z | |
| 52 | 2024-08-26T19:22:29.262Z | To configure your current shell, you need to source |
| 53 | 2024-08-26T19:22:29.262Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-26T19:22:29.262Z | |
| 55 | 2024-08-26T19:22:29.263Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-26T19:22:29.263Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-26T19:22:29.263Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-26T19:22:29.340Z | + rustc --version |
| 59 | 2024-08-26T19:22:29.436Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-26T19:22:29.461Z | process exited: duration 15561 ms, exit code 0 |
| |
| 61 | 2024-08-26T19:22:29.513Z | starting task 2: "authentication" |
| 62 | 2024-08-26T19:22:29.571Z | process exited: duration 61 ms, exit code 0 |
| |
| 63 | 2024-08-26T19:22:29.620Z | starting task 3: "clone repository" |
| 64 | 2024-08-26T19:22:29.644Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-26T19:22:29.644Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-26T19:22:29.667Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-26T19:22:36.376Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-26T19:22:36.376Z | + git fetch origin 0ea4fbe83b75780c60df1200e6d7ea79b258a963 |
| 69 | 2024-08-26T19:22:36.767Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-26T19:22:36.767Z | * branch 0ea4fbe83b75780c60df1200e6d7ea79b258a963 -> FETCH_HEAD |
| 71 | 2024-08-26T19:22:36.790Z | + [[ -n '' ]] |
| 72 | 2024-08-26T19:22:36.790Z | + git reset --hard 0ea4fbe83b75780c60df1200e6d7ea79b258a963 |
| 73 | 2024-08-26T19:22:36.956Z | HEAD is now at 0ea4fbe83 Update OpenAPI spec |
| 74 | 2024-08-26T19:22:36.979Z | process exited: duration 7341 ms, exit code 0 |
| |
| 75 | 2024-08-26T19:22:37.026Z | starting task 4: "build" |
| 76 | 2024-08-26T19:22:37.050Z | + cargo --version |
| 77 | 2024-08-26T19:22:37.104Z | cargo 1.80.1 (376290515 2024-07-16) |
| 78 | 2024-08-26T19:22:37.127Z | + rustc --version |
| 79 | 2024-08-26T19:22:37.181Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 80 | 2024-08-26T19:22:37.204Z | + cd /tmp |
| 81 | 2024-08-26T19:22:37.204Z | + cargo new --lib test-project |
| 82 | 2024-08-26T19:22:37.252Z | Creating library `test-project` package |
| 83 | 2024-08-26T19:22:37.348Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 84 | 2024-08-26T19:22:37.372Z | + cd test-project |
| 85 | 2024-08-26T19:22:37.372Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 86 | 2024-08-26T19:22:37.427Z | Adding omicron-common (local) to dependencies |
| 87 | 2024-08-26T19:22:37.427Z | Features: |
| 88 | 2024-08-26T19:22:37.427Z | - proptest |
| 89 | 2024-08-26T19:22:37.427Z | - test-strategy |
| 90 | 2024-08-26T19:22:37.427Z | - testing |
| 91 | 2024-08-26T19:22:37.450Z | Updating crates.io index |
| 92 | 2024-08-26T19:22:37.497Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 93 | 2024-08-26T19:22:38.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 94 | 2024-08-26T19:22:39.425Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 95 | 2024-08-26T19:22:39.907Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 96 | 2024-08-26T19:22:41.937Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 97 | 2024-08-26T19:22:42.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 98 | 2024-08-26T19:22:43.017Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 99 | 2024-08-26T19:22:46.866Z | Locking 306 packages to latest compatible versions |
| 100 | 2024-08-26T19:22:46.866Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 101 | 2024-08-26T19:22:46.889Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 102 | 2024-08-26T19:22:46.889Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 103 | 2024-08-26T19:22:46.889Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 104 | 2024-08-26T19:22:46.889Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 105 | 2024-08-26T19:22:46.889Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 106 | 2024-08-26T19:22:46.889Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 107 | 2024-08-26T19:22:46.889Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 108 | 2024-08-26T19:22:46.889Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 109 | 2024-08-26T19:22:46.889Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 110 | 2024-08-26T19:22:46.889Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 111 | 2024-08-26T19:22:46.889Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 112 | 2024-08-26T19:22:46.889Z | Adding http v0.2.12 (latest: v1.1.0) |
| 113 | 2024-08-26T19:22:46.889Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 114 | 2024-08-26T19:22:46.889Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 115 | 2024-08-26T19:22:46.890Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 116 | 2024-08-26T19:22:46.890Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 117 | 2024-08-26T19:22:46.890Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 118 | 2024-08-26T19:22:46.890Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 119 | 2024-08-26T19:22:46.890Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 120 | 2024-08-26T19:22:46.890Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 121 | 2024-08-26T19:22:46.890Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 122 | 2024-08-26T19:22:46.890Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 123 | 2024-08-26T19:22:46.890Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 124 | 2024-08-26T19:22:46.890Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 125 | 2024-08-26T19:22:46.890Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 126 | 2024-08-26T19:22:46.890Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 127 | 2024-08-26T19:22:46.914Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 128 | 2024-08-26T19:22:46.914Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
| 129 | 2024-08-26T19:22:46.914Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 130 | 2024-08-26T19:22:46.914Z | Adding term v0.7.0 (latest: v1.0.0) |
| 131 | 2024-08-26T19:22:46.914Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 132 | 2024-08-26T19:22:46.914Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 133 | 2024-08-26T19:22:46.914Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 134 | 2024-08-26T19:22:46.914Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 135 | 2024-08-26T19:22:46.914Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 136 | 2024-08-26T19:22:46.914Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 137 | 2024-08-26T19:22:46.914Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 138 | 2024-08-26T19:22:46.914Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 139 | 2024-08-26T19:22:46.914Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 140 | 2024-08-26T19:22:46.914Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 141 | 2024-08-26T19:22:46.914Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 142 | 2024-08-26T19:22:46.914Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 143 | 2024-08-26T19:22:46.914Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 144 | 2024-08-26T19:22:46.914Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 145 | 2024-08-26T19:22:46.914Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-26T19:22:46.914Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-26T19:22:46.915Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 148 | 2024-08-26T19:22:46.993Z | + cargo check |
| 149 | 2024-08-26T19:22:47.495Z | Downloading crates ... |
| 150 | 2024-08-26T19:22:47.522Z | Downloaded darling_macro v0.20.10 |
| 151 | 2024-08-26T19:22:47.522Z | Downloaded dirs-next v2.0.0 |
| 152 | 2024-08-26T19:22:47.522Z | Downloaded openssl-probe v0.1.5 |
| 153 | 2024-08-26T19:22:47.522Z | Downloaded native-tls v0.2.12 |
| 154 | 2024-08-26T19:22:47.522Z | Downloaded pretty-hex v0.4.1 |
| 155 | 2024-08-26T19:22:47.523Z | Downloaded want v0.3.1 |
| 156 | 2024-08-26T19:22:47.523Z | Downloaded take_mut v0.2.2 |
| 157 | 2024-08-26T19:22:47.523Z | Downloaded newtype-uuid v1.1.0 |
| 158 | 2024-08-26T19:22:47.523Z | Downloaded tower-service v0.3.3 |
| 159 | 2024-08-26T19:22:47.523Z | Downloaded thread-id v4.2.2 |
| 160 | 2024-08-26T19:22:47.523Z | Downloaded try-lock v0.2.5 |
| 161 | 2024-08-26T19:22:47.523Z | Downloaded time-macros v0.2.18 |
| 162 | 2024-08-26T19:22:47.523Z | Downloaded tokio-macros v2.4.0 |
| 163 | 2024-08-26T19:22:47.523Z | Downloaded time-core v0.1.2 |
| 164 | 2024-08-26T19:22:47.523Z | Downloaded tokio-rustls v0.24.1 |
| 165 | 2024-08-26T19:22:47.523Z | Downloaded sync_wrapper v0.1.2 |
| 166 | 2024-08-26T19:22:47.523Z | Downloaded untrusted v0.9.0 |
| 167 | 2024-08-26T19:22:47.523Z | Downloaded unsafe-libyaml v0.2.11 |
| 168 | 2024-08-26T19:22:47.523Z | Downloaded thread_local v1.1.8 |
| 169 | 2024-08-26T19:22:47.523Z | Downloaded tracing-core v0.1.32 |
| 170 | 2024-08-26T19:22:47.523Z | Downloaded spin v0.9.8 |
| 171 | 2024-08-26T19:22:47.523Z | Downloaded tokio-util v0.7.11 |
| 172 | 2024-08-26T19:22:47.523Z | Downloaded unicode-normalization v0.1.23 |
| 173 | 2024-08-26T19:22:47.523Z | Downloaded schemars v0.8.21 |
| 174 | 2024-08-26T19:22:47.523Z | Downloaded rand v0.8.5 |
| 175 | 2024-08-26T19:22:47.523Z | Downloaded tokio-native-tls v0.3.1 |
| 176 | 2024-08-26T19:22:47.523Z | Downloaded zerocopy v0.7.35 |
| 177 | 2024-08-26T19:22:47.548Z | Downloaded time v0.3.36 |
| 178 | 2024-08-26T19:22:47.548Z | Downloaded serde_with v3.9.0 |
| 179 | 2024-08-26T19:22:47.570Z | Downloaded serde_json v1.0.127 |
| 180 | 2024-08-26T19:22:47.570Z | Downloaded webpki-roots v0.25.4 |
| 181 | 2024-08-26T19:22:47.570Z | Downloaded vcpkg v0.2.15 |
| 182 | 2024-08-26T19:22:47.621Z | Downloaded tokio v1.39.3 |
| 183 | 2024-08-26T19:22:47.670Z | Downloaded syn v2.0.76 |
| 184 | 2024-08-26T19:22:47.693Z | Downloaded regex-automata v0.4.7 |
| 185 | 2024-08-26T19:22:47.717Z | Downloaded rustls v0.22.4 |
| 186 | 2024-08-26T19:22:47.740Z | Downloaded rustls v0.21.12 |
| 187 | 2024-08-26T19:22:47.740Z | Downloaded encoding_rs v0.8.34 |
| 188 | 2024-08-26T19:22:47.763Z | Downloaded regress v0.10.0 |
| 189 | 2024-08-26T19:22:47.786Z | Downloaded regress v0.9.1 |
| 190 | 2024-08-26T19:22:47.786Z | Downloaded regex-syntax v0.8.4 |
| 191 | 2024-08-26T19:22:47.810Z | Downloaded regex v1.10.6 |
| 192 | 2024-08-26T19:22:47.810Z | Downloaded libc v0.2.158 |
| 193 | 2024-08-26T19:22:47.838Z | Downloaded rustls-webpki v0.101.7 |
| 194 | 2024-08-26T19:22:47.861Z | Downloaded rustls-webpki v0.102.6 |
| 195 | 2024-08-26T19:22:47.884Z | Downloaded reqwest v0.11.27 |
| 196 | 2024-08-26T19:22:47.907Z | Downloaded winnow v0.6.18 |
| 197 | 2024-08-26T19:22:47.907Z | Downloaded openapiv3 v2.0.0 |
| 198 | 2024-08-26T19:22:47.930Z | Downloaded httparse v1.9.4 |
| 199 | 2024-08-26T19:22:47.931Z | Downloaded serde_derive v1.0.209 |
| 200 | 2024-08-26T19:22:47.931Z | Downloaded pest v2.7.11 |
| 201 | 2024-08-26T19:22:47.931Z | Downloaded hyper v0.14.30 |
| 202 | 2024-08-26T19:22:47.955Z | Downloaded idna v0.5.0 |
| 203 | 2024-08-26T19:22:47.955Z | Downloaded toml_edit v0.22.20 |
| 204 | 2024-08-26T19:22:47.978Z | Downloaded ring v0.17.8 |
| 205 | 2024-08-26T19:22:48.047Z | Downloaded openssl v0.10.66 |
| 206 | 2024-08-26T19:22:48.071Z | Downloaded term v0.7.0 |
| 207 | 2024-08-26T19:22:48.071Z | Downloaded serde_yaml v0.9.34+deprecated |
| 208 | 2024-08-26T19:22:48.071Z | Downloaded serde_with_macros v3.9.0 |
| 209 | 2024-08-26T19:22:48.071Z | Downloaded serde v1.0.209 |
| 210 | 2024-08-26T19:22:48.094Z | Downloaded proc-macro2 v1.0.86 |
| 211 | 2024-08-26T19:22:48.094Z | Downloaded pest_derive v2.7.11 |
| 212 | 2024-08-26T19:22:48.094Z | Downloaded h2 v0.3.26 |
| 213 | 2024-08-26T19:22:48.094Z | Downloaded futures-util v0.3.30 |
| 214 | 2024-08-26T19:22:48.124Z | Downloaded chrono v0.4.38 |
| 215 | 2024-08-26T19:22:48.124Z | Downloaded sha1 v0.10.6 |
| 216 | 2024-08-26T19:22:48.125Z | Downloaded hashbrown v0.14.5 |
| 217 | 2024-08-26T19:22:48.125Z | Downloaded tokio-rustls v0.25.0 |
| 218 | 2024-08-26T19:22:48.125Z | Downloaded thiserror-impl v1.0.63 |
| 219 | 2024-08-26T19:22:48.125Z | Downloaded smallvec v1.13.2 |
| 220 | 2024-08-26T19:22:48.125Z | Downloaded slog-async v2.8.0 |
| 221 | 2024-08-26T19:22:48.125Z | Downloaded semver v1.0.23 |
| 222 | 2024-08-26T19:22:48.125Z | Downloaded scroll v0.12.0 |
| 223 | 2024-08-26T19:22:48.149Z | Downloaded ryu v1.0.18 |
| 224 | 2024-08-26T19:22:48.149Z | Downloaded rustls-pki-types v1.8.0 |
| 225 | 2024-08-26T19:22:48.149Z | Downloaded pest_meta v2.7.11 |
| 226 | 2024-08-26T19:22:48.149Z | Downloaded goblin v0.8.2 |
| 227 | 2024-08-26T19:22:48.149Z | Downloaded serde_spanned v0.6.7 |
| 228 | 2024-08-26T19:22:48.149Z | Downloaded parking_lot_core v0.9.10 |
| 229 | 2024-08-26T19:22:48.149Z | Downloaded url v2.5.2 |
| 230 | 2024-08-26T19:22:48.149Z | Downloaded unicode-ident v1.0.12 |
| 231 | 2024-08-26T19:22:48.172Z | Downloaded tracing v0.1.40 |
| 232 | 2024-08-26T19:22:48.172Z | Downloaded subtle v2.6.1 |
| 233 | 2024-08-26T19:22:48.172Z | Downloaded structmeta-derive v0.3.0 |
| 234 | 2024-08-26T19:22:48.172Z | Downloaded structmeta v0.3.0 |
| 235 | 2024-08-26T19:22:48.172Z | Downloaded socket2 v0.5.7 |
| 236 | 2024-08-26T19:22:48.172Z | Downloaded slog-json v2.6.1 |
| 237 | 2024-08-26T19:22:48.172Z | Downloaded slog v2.7.0 |
| 238 | 2024-08-26T19:22:48.172Z | Downloaded slab v0.4.9 |
| 239 | 2024-08-26T19:22:48.172Z | Downloaded shlex v1.3.0 |
| 240 | 2024-08-26T19:22:48.172Z | Downloaded serde_urlencoded v0.7.1 |
| 241 | 2024-08-26T19:22:48.172Z | Downloaded scopeguard v1.2.0 |
| 242 | 2024-08-26T19:22:48.174Z | Downloaded rustversion v1.0.17 |
| 243 | 2024-08-26T19:22:48.197Z | Downloaded plain v0.2.3 |
| 244 | 2024-08-26T19:22:48.197Z | Downloaded uuid v1.10.0 |
| 245 | 2024-08-26T19:22:48.197Z | Downloaded memchr v2.7.4 |
| 246 | 2024-08-26T19:22:48.197Z | Downloaded http v0.2.12 |
| 247 | 2024-08-26T19:22:48.197Z | Downloaded ucd-trie v0.1.6 |
| 248 | 2024-08-26T19:22:48.197Z | Downloaded typenum v1.17.0 |
| 249 | 2024-08-26T19:22:48.197Z | Downloaded toml v0.8.19 |
| 250 | 2024-08-26T19:22:48.197Z | Downloaded slog-term v2.9.1 |
| 251 | 2024-08-26T19:22:48.221Z | Downloaded rand_core v0.6.4 |
| 252 | 2024-08-26T19:22:48.221Z | Downloaded pin-project-lite v0.2.14 |
| 253 | 2024-08-26T19:22:48.221Z | Downloaded zerocopy-derive v0.7.35 |
| 254 | 2024-08-26T19:22:48.221Z | Downloaded scroll_derive v0.12.0 |
| 255 | 2024-08-26T19:22:48.221Z | Downloaded percent-encoding v2.3.1 |
| 256 | 2024-08-26T19:22:48.221Z | Downloaded tinyvec v1.8.0 |
| 257 | 2024-08-26T19:22:48.221Z | Downloaded ppv-lite86 v0.2.20 |
| 258 | 2024-08-26T19:22:48.221Z | Downloaded pin-utils v0.1.0 |
| 259 | 2024-08-26T19:22:48.221Z | Downloaded strum v0.26.3 |
| 260 | 2024-08-26T19:22:48.221Z | Downloaded sha2 v0.10.8 |
| 261 | 2024-08-26T19:22:48.245Z | Downloaded serde_derive_internals v0.29.1 |
| 262 | 2024-08-26T19:22:48.245Z | Downloaded sct v0.7.1 |
| 263 | 2024-08-26T19:22:48.245Z | Downloaded rustls-pemfile v1.0.4 |
| 264 | 2024-08-26T19:22:48.246Z | Downloaded memmap v0.7.0 |
| 265 | 2024-08-26T19:22:48.246Z | Downloaded strum_macros v0.26.4 |
| 266 | 2024-08-26T19:22:48.246Z | Downloaded slog-bunyan v2.5.0 |
| 267 | 2024-08-26T19:22:48.246Z | Downloaded signal-hook-registry v1.4.2 |
| 268 | 2024-08-26T19:22:48.246Z | Downloaded quote v1.0.37 |
| 269 | 2024-08-26T19:22:48.246Z | Downloaded version_check v0.9.5 |
| 270 | 2024-08-26T19:22:48.246Z | Downloaded num-traits v0.2.19 |
| 271 | 2024-08-26T19:22:48.246Z | Downloaded aho-corasick v1.1.3 |
| 272 | 2024-08-26T19:22:48.269Z | Downloaded rustls-pemfile v2.1.3 |
| 273 | 2024-08-26T19:22:48.269Z | Downloaded parse-display-derive v0.10.0 |
| 274 | 2024-08-26T19:22:48.269Z | Downloaded parking_lot v0.12.3 |
| 275 | 2024-08-26T19:22:48.269Z | Downloaded openssl-sys v0.9.103 |
| 276 | 2024-08-26T19:22:48.269Z | Downloaded toml_datetime v0.6.8 |
| 277 | 2024-08-26T19:22:48.269Z | Downloaded tinyvec_macros v0.1.1 |
| 278 | 2024-08-26T19:22:48.269Z | Downloaded thiserror v1.0.63 |
| 279 | 2024-08-26T19:22:48.270Z | Downloaded strsim v0.11.1 |
| 280 | 2024-08-26T19:22:48.293Z | Downloaded serde_tokenstream v0.2.2 |
| 281 | 2024-08-26T19:22:48.293Z | Downloaded serde_path_to_error v0.1.16 |
| 282 | 2024-08-26T19:22:48.293Z | Downloaded schemars_derive v0.8.21 |
| 283 | 2024-08-26T19:22:48.293Z | Downloaded indexmap v1.9.3 |
| 284 | 2024-08-26T19:22:48.293Z | Downloaded rand_chacha v0.3.1 |
| 285 | 2024-08-26T19:22:48.293Z | Downloaded powerfmt v0.2.0 |
| 286 | 2024-08-26T19:22:48.293Z | Downloaded pkg-config v0.3.30 |
| 287 | 2024-08-26T19:22:48.293Z | Downloaded usdt-impl v0.5.0 |
| 288 | 2024-08-26T19:22:48.293Z | Downloaded hostname v0.3.1 |
| 289 | 2024-08-26T19:22:48.293Z | Downloaded hashbrown v0.12.3 |
| 290 | 2024-08-26T19:22:48.293Z | Downloaded getrandom v0.2.15 |
| 291 | 2024-08-26T19:22:48.316Z | Downloaded futures-core v0.3.30 |
| 292 | 2024-08-26T19:22:48.317Z | Downloaded futures v0.3.30 |
| 293 | 2024-08-26T19:22:48.317Z | Downloaded crossbeam-channel v0.5.13 |
| 294 | 2024-08-26T19:22:48.317Z | Downloaded multer v3.1.0 |
| 295 | 2024-08-26T19:22:48.317Z | Downloaded mio v1.0.2 |
| 296 | 2024-08-26T19:22:48.317Z | Downloaded mime v0.3.17 |
| 297 | 2024-08-26T19:22:48.317Z | Downloaded macaddr v1.0.1 |
| 298 | 2024-08-26T19:22:48.340Z | Downloaded lock_api v0.4.12 |
| 299 | 2024-08-26T19:22:48.340Z | Downloaded itoa v1.0.11 |
| 300 | 2024-08-26T19:22:48.341Z | Downloaded ipnetwork v0.20.0 |
| 301 | 2024-08-26T19:22:48.341Z | Downloaded hyper-tls v0.5.0 |
| 302 | 2024-08-26T19:22:48.341Z | Downloaded httpdate v1.0.3 |
| 303 | 2024-08-26T19:22:48.341Z | Downloaded http-body v0.4.6 |
| 304 | 2024-08-26T19:22:48.341Z | Downloaded http v1.1.0 |
| 305 | 2024-08-26T19:22:48.341Z | Downloaded heck v0.5.0 |
| 306 | 2024-08-26T19:22:48.341Z | Downloaded futures-sink v0.3.30 |
| 307 | 2024-08-26T19:22:48.341Z | Downloaded futures-io v0.3.30 |
| 308 | 2024-08-26T19:22:48.341Z | Downloaded cc v1.1.15 |
| 309 | 2024-08-26T19:22:48.341Z | Downloaded pest_generator v2.7.11 |
| 310 | 2024-08-26T19:22:48.341Z | Downloaded paste v1.0.15 |
| 311 | 2024-08-26T19:22:48.364Z | Downloaded parse-display v0.10.0 |
| 312 | 2024-08-26T19:22:48.364Z | Downloaded zeroize v1.8.1 |
| 313 | 2024-08-26T19:22:48.364Z | Downloaded usdt v0.5.0 |
| 314 | 2024-08-26T19:22:48.364Z | Downloaded omicron-workspace-hack v0.1.0 |
| 315 | 2024-08-26T19:22:48.364Z | Downloaded ident_case v1.0.1 |
| 316 | 2024-08-26T19:22:48.364Z | Downloaded foreign-types-shared v0.1.1 |
| 317 | 2024-08-26T19:22:48.364Z | Downloaded darling_core v0.20.10 |
| 318 | 2024-08-26T19:22:48.364Z | Downloaded bytes v1.7.1 |
| 319 | 2024-08-26T19:22:48.364Z | Downloaded base64 v0.22.1 |
| 320 | 2024-08-26T19:22:48.364Z | Downloaded waitgroup v0.1.2 |
| 321 | 2024-08-26T19:22:48.364Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2024-08-26T19:22:48.366Z | Downloaded unicode-bidi v0.3.15 |
| 323 | 2024-08-26T19:22:48.389Z | Downloaded openssl-macros v0.1.1 |
| 324 | 2024-08-26T19:22:48.389Z | Downloaded once_cell v1.19.0 |
| 325 | 2024-08-26T19:22:48.389Z | Downloaded log v0.4.22 |
| 326 | 2024-08-26T19:22:48.389Z | Downloaded ipnet v2.9.0 |
| 327 | 2024-08-26T19:22:48.389Z | Downloaded instant v0.1.13 |
| 328 | 2024-08-26T19:22:48.389Z | Downloaded indexmap v2.4.0 |
| 329 | 2024-08-26T19:22:48.389Z | Downloaded digest v0.10.7 |
| 330 | 2024-08-26T19:22:48.389Z | Downloaded base64 v0.21.7 |
| 331 | 2024-08-26T19:22:48.389Z | Downloaded anyhow v1.0.86 |
| 332 | 2024-08-26T19:22:48.413Z | Downloaded allocator-api2 v0.2.18 |
| 333 | 2024-08-26T19:22:48.413Z | Downloaded usdt-attr-macro v0.5.0 |
| 334 | 2024-08-26T19:22:48.413Z | Downloaded num_threads v0.1.7 |
| 335 | 2024-08-26T19:22:48.413Z | Downloaded hex v0.4.3 |
| 336 | 2024-08-26T19:22:48.413Z | Downloaded form_urlencoded v1.2.1 |
| 337 | 2024-08-26T19:22:48.413Z | Downloaded camino v1.1.9 |
| 338 | 2024-08-26T19:22:48.413Z | Downloaded block-buffer v0.10.4 |
| 339 | 2024-08-26T19:22:48.413Z | Downloaded bitflags v2.6.0 |
| 340 | 2024-08-26T19:22:48.413Z | Downloaded backoff v0.4.0 |
| 341 | 2024-08-26T19:22:48.413Z | Downloaded ahash v0.8.11 |
| 342 | 2024-08-26T19:22:48.413Z | Downloaded is-terminal v0.4.13 |
| 343 | 2024-08-26T19:22:48.413Z | Downloaded iana-time-zone v0.1.60 |
| 344 | 2024-08-26T19:22:48.436Z | Downloaded hyper-rustls v0.24.2 |
| 345 | 2024-08-26T19:22:48.436Z | Downloaded generic-array v0.14.7 |
| 346 | 2024-08-26T19:22:48.436Z | Downloaded futures-macro v0.3.30 |
| 347 | 2024-08-26T19:22:48.436Z | Downloaded futures-channel v0.3.30 |
| 348 | 2024-08-26T19:22:48.437Z | Downloaded equivalent v1.0.1 |
| 349 | 2024-08-26T19:22:48.437Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2024-08-26T19:22:48.437Z | Downloaded dof v0.3.0 |
| 351 | 2024-08-26T19:22:48.437Z | Downloaded dirs-sys-next v0.1.2 |
| 352 | 2024-08-26T19:22:48.437Z | Downloaded debug-ignore v1.0.5 |
| 353 | 2024-08-26T19:22:48.437Z | Downloaded darling v0.20.10 |
| 354 | 2024-08-26T19:22:48.437Z | Downloaded crypto-common v0.1.6 |
| 355 | 2024-08-26T19:22:48.437Z | Downloaded crossbeam-utils v0.8.20 |
| 356 | 2024-08-26T19:22:48.437Z | Downloaded atomic-waker v1.1.2 |
| 357 | 2024-08-26T19:22:48.462Z | Downloaded num-conv v0.1.0 |
| 358 | 2024-08-26T19:22:48.462Z | Downloaded match_cfg v0.1.0 |
| 359 | 2024-08-26T19:22:48.462Z | Downloaded hostname v0.4.0 |
| 360 | 2024-08-26T19:22:48.462Z | Downloaded futures-task v0.3.30 |
| 361 | 2024-08-26T19:22:48.462Z | Downloaded futures-executor v0.3.30 |
| 362 | 2024-08-26T19:22:48.462Z | Downloaded foreign-types v0.3.2 |
| 363 | 2024-08-26T19:22:48.462Z | Downloaded fnv v1.0.7 |
| 364 | 2024-08-26T19:22:48.462Z | Downloaded dyn-clone v1.0.17 |
| 365 | 2024-08-26T19:22:48.462Z | Downloaded deranged v0.3.11 |
| 366 | 2024-08-26T19:22:48.462Z | Downloaded cpufeatures v0.2.13 |
| 367 | 2024-08-26T19:22:48.462Z | Downloaded cfg-if v1.0.0 |
| 368 | 2024-08-26T19:22:48.462Z | Downloaded byteorder v1.5.0 |
| 369 | 2024-08-26T19:22:48.462Z | Downloaded autocfg v1.3.0 |
| 370 | 2024-08-26T19:22:48.462Z | Downloaded async-trait v0.1.81 |
| 371 | 2024-08-26T19:22:48.463Z | Downloaded async-stream-impl v0.3.5 |
| 372 | 2024-08-26T19:22:48.463Z | Downloaded async-stream v0.3.5 |
| 373 | 2024-08-26T19:22:48.554Z | Compiling proc-macro2 v1.0.86 |
| 374 | 2024-08-26T19:22:48.554Z | Compiling unicode-ident v1.0.12 |
| 375 | 2024-08-26T19:22:48.555Z | Compiling libc v0.2.158 |
| 376 | 2024-08-26T19:22:48.555Z | Checking cfg-if v1.0.0 |
| 377 | 2024-08-26T19:22:48.578Z | Compiling version_check v0.9.5 |
| 378 | 2024-08-26T19:22:48.578Z | Compiling autocfg v1.3.0 |
| 379 | 2024-08-26T19:22:48.578Z | Compiling serde v1.0.209 |
| 380 | 2024-08-26T19:22:48.578Z | Checking memchr v2.7.4 |
| 381 | 2024-08-26T19:22:48.691Z | Compiling serde_json v1.0.127 |
| 382 | 2024-08-26T19:22:48.774Z | Checking itoa v1.0.11 |
| 383 | 2024-08-26T19:22:49.165Z | Compiling thiserror v1.0.63 |
| 384 | 2024-08-26T19:22:49.235Z | Checking byteorder v1.5.0 |
| 385 | 2024-08-26T19:22:49.259Z | Compiling ahash v0.8.11 |
| 386 | 2024-08-26T19:22:49.371Z | Compiling shlex v1.3.0 |
| 387 | 2024-08-26T19:22:49.443Z | Checking once_cell v1.19.0 |
| 388 | 2024-08-26T19:22:49.622Z | Compiling cc v1.1.15 |
| 389 | 2024-08-26T19:22:49.756Z | Compiling num-traits v0.2.19 |
| 390 | 2024-08-26T19:22:49.858Z | Checking pin-project-lite v0.2.14 |
| 391 | 2024-08-26T19:22:50.003Z | Checking getrandom v0.2.15 |
| 392 | 2024-08-26T19:22:50.077Z | Compiling quote v1.0.37 |
| 393 | 2024-08-26T19:22:50.196Z | Checking ryu v1.0.18 |
| 394 | 2024-08-26T19:22:50.270Z | Checking bytes v1.7.1 |
| 395 | 2024-08-26T19:22:50.298Z | Checking log v0.4.22 |
| 396 | 2024-08-26T19:22:50.380Z | Compiling syn v2.0.76 |
| 397 | 2024-08-26T19:22:50.513Z | Checking allocator-api2 v0.2.18 |
| 398 | 2024-08-26T19:22:50.572Z | Compiling lock_api v0.4.12 |
| 399 | 2024-08-26T19:22:50.617Z | Compiling schemars v0.8.21 |
| 400 | 2024-08-26T19:22:50.658Z | Compiling parking_lot_core v0.9.10 |
| 401 | 2024-08-26T19:22:50.705Z | Checking scopeguard v1.2.0 |
| 402 | 2024-08-26T19:22:50.823Z | Checking futures-core v0.3.30 |
| 403 | 2024-08-26T19:22:50.941Z | Checking smallvec v1.13.2 |
| 404 | 2024-08-26T19:22:50.964Z | Checking socket2 v0.5.7 |
| 405 | 2024-08-26T19:22:50.987Z | Checking mio v1.0.2 |
| 406 | 2024-08-26T19:22:51.058Z | Checking signal-hook-registry v1.4.2 |
| 407 | 2024-08-26T19:22:51.081Z | Compiling slab v0.4.9 |
| 408 | 2024-08-26T19:22:51.376Z | Checking futures-sink v0.3.30 |
| 409 | 2024-08-26T19:22:51.481Z | Checking spin v0.9.8 |
| 410 | 2024-08-26T19:22:51.505Z | Checking untrusted v0.9.0 |
| 411 | 2024-08-26T19:22:51.600Z | Checking equivalent v1.0.1 |
| 412 | 2024-08-26T19:22:51.624Z | Checking fnv v1.0.7 |
| 413 | 2024-08-26T19:22:51.669Z | Checking parking_lot v0.12.3 |
| 414 | 2024-08-26T19:22:51.693Z | Checking futures-channel v0.3.30 |
| 415 | 2024-08-26T19:22:51.693Z | Checking futures-io v0.3.30 |
| 416 | 2024-08-26T19:22:51.716Z | Checking pin-utils v0.1.0 |
| 417 | 2024-08-26T19:22:51.776Z | Compiling semver v1.0.23 |
| 418 | 2024-08-26T19:22:51.840Z | Compiling vcpkg v0.2.15 |
| 419 | 2024-08-26T19:22:51.863Z | Checking futures-task v0.3.30 |
| 420 | 2024-08-26T19:22:52.029Z | Compiling heck v0.5.0 |
| 421 | 2024-08-26T19:22:52.054Z | Compiling pkg-config v0.3.30 |
| 422 | 2024-08-26T19:22:52.301Z | Compiling ucd-trie v0.1.6 |
| 423 | 2024-08-26T19:22:52.386Z | Compiling ring v0.17.8 |
| 424 | 2024-08-26T19:22:52.444Z | Checking iana-time-zone v0.1.60 |
| 425 | 2024-08-26T19:22:52.469Z | Checking http v0.2.12 |
| 426 | 2024-08-26T19:22:52.713Z | Compiling httparse v1.9.4 |
| 427 | 2024-08-26T19:22:53.221Z | Checking dyn-clone v1.0.17 |
| 428 | 2024-08-26T19:22:53.346Z | Checking tracing-core v0.1.32 |
| 429 | 2024-08-26T19:22:53.369Z | Compiling uuid v1.10.0 |
| 430 | 2024-08-26T19:22:53.369Z | Compiling openssl-sys v0.9.103 |
| 431 | 2024-08-26T19:22:53.877Z | Compiling slog v2.7.0 |
| 432 | 2024-08-26T19:22:53.947Z | Checking tracing v0.1.40 |
| 433 | 2024-08-26T19:22:53.970Z | Compiling chrono v0.4.38 |
| 434 | 2024-08-26T19:22:54.222Z | Compiling openssl v0.10.66 |
| 435 | 2024-08-26T19:22:54.247Z | Checking foreign-types-shared v0.1.1 |
| 436 | 2024-08-26T19:22:54.333Z | Checking try-lock v0.2.5 |
| 437 | 2024-08-26T19:22:54.445Z | Checking want v0.3.1 |
| 438 | 2024-08-26T19:22:54.589Z | Checking foreign-types v0.3.2 |
| 439 | 2024-08-26T19:22:54.629Z | Checking http-body v0.4.6 |
| 440 | 2024-08-26T19:22:54.662Z | Compiling aho-corasick v1.1.3 |
| 441 | 2024-08-26T19:22:54.685Z | Checking bitflags v2.6.0 |
| 442 | 2024-08-26T19:22:54.877Z | Compiling native-tls v0.2.12 |
| 443 | 2024-08-26T19:22:54.947Z | Checking tinyvec_macros v0.1.1 |
| 444 | 2024-08-26T19:22:55.022Z | Compiling regex-syntax v0.8.4 |
| 445 | 2024-08-26T19:22:55.189Z | Compiling rustls v0.21.12 |
| 446 | 2024-08-26T19:22:55.382Z | Checking httpdate v1.0.3 |
| 447 | 2024-08-26T19:22:55.476Z | Checking percent-encoding v2.3.1 |
| 448 | 2024-08-26T19:22:55.576Z | Checking tower-service v0.3.3 |
| 449 | 2024-08-26T19:22:55.601Z | Compiling typenum v1.17.0 |
| 450 | 2024-08-26T19:22:55.653Z | Checking form_urlencoded v1.2.1 |
| 451 | 2024-08-26T19:22:55.688Z | Checking tinyvec v1.8.0 |
| 452 | 2024-08-26T19:22:56.227Z | Compiling generic-array v0.14.7 |
| 453 | 2024-08-26T19:22:56.376Z | Compiling serde_derive_internals v0.29.1 |
| 454 | 2024-08-26T19:22:56.634Z | Checking openssl-probe v0.1.5 |
| 455 | 2024-08-26T19:22:56.738Z | Checking unicode-normalization v0.1.23 |
| 456 | 2024-08-26T19:22:57.367Z | Checking rustls-webpki v0.101.7 |
| 457 | 2024-08-26T19:22:57.505Z | Checking sct v0.7.1 |
| 458 | 2024-08-26T19:22:58.058Z | Compiling regex-automata v0.4.7 |
| 459 | 2024-08-26T19:22:58.390Z | Compiling usdt-impl v0.5.0 |
| 460 | 2024-08-26T19:22:58.540Z | Checking encoding_rs v0.8.34 |
| 461 | 2024-08-26T19:22:58.582Z | Compiling num-conv v0.1.0 |
| 462 | 2024-08-26T19:22:58.792Z | Checking unicode-bidi v0.3.15 |
| 463 | 2024-08-26T19:22:58.857Z | Checking mime v0.3.17 |
| 464 | 2024-08-26T19:22:59.196Z | Compiling time-core v0.1.2 |
| 465 | 2024-08-26T19:22:59.313Z | Checking powerfmt v0.2.0 |
| 466 | 2024-08-26T19:22:59.337Z | Compiling time-macros v0.2.18 |
| 467 | 2024-08-26T19:22:59.528Z | Checking deranged v0.3.11 |
| 468 | 2024-08-26T19:22:59.923Z | Checking idna v0.5.0 |
| 469 | 2024-08-26T19:23:00.514Z | Compiling thread-id v4.2.2 |
| 470 | 2024-08-26T19:23:00.609Z | Compiling strsim v0.11.1 |
| 471 | 2024-08-26T19:23:00.805Z | Compiling serde_derive v1.0.209 |
| 472 | 2024-08-26T19:23:00.979Z | Compiling zerocopy-derive v0.7.35 |
| 473 | 2024-08-26T19:23:01.032Z | Compiling thiserror-impl v1.0.63 |
| 474 | 2024-08-26T19:23:01.252Z | Compiling schemars_derive v0.8.21 |
| 475 | 2024-08-26T19:23:01.420Z | Compiling tokio-macros v2.4.0 |
| 476 | 2024-08-26T19:23:01.619Z | Compiling futures-macro v0.3.30 |
| 477 | 2024-08-26T19:23:01.653Z | Compiling openssl-macros v0.1.1 |
| 478 | 2024-08-26T19:23:02.620Z | Checking zerocopy v0.7.35 |
| 479 | 2024-08-26T19:23:03.086Z | Checking tokio v1.39.3 |
| 480 | 2024-08-26T19:23:03.414Z | Checking futures-util v0.3.30 |
| 481 | 2024-08-26T19:23:03.592Z | Compiling pest v2.7.11 |
| 482 | 2024-08-26T19:23:04.144Z | Checking hashbrown v0.14.5 |
| 483 | 2024-08-26T19:23:04.594Z | Compiling regex v1.10.6 |
| 484 | 2024-08-26T19:23:05.084Z | Compiling scroll_derive v0.12.0 |
| 485 | 2024-08-26T19:23:05.376Z | Checking regress v0.10.0 |
| 486 | 2024-08-26T19:23:05.950Z | Compiling pest_meta v2.7.11 |
| 487 | 2024-08-26T19:23:06.209Z | Checking scroll v0.12.0 |
| 488 | 2024-08-26T19:23:07.627Z | Compiling pest_generator v2.7.11 |
| 489 | 2024-08-26T19:23:07.949Z | Checking num_threads v0.1.7 |
| 490 | 2024-08-26T19:23:08.205Z | Checking plain v0.2.3 |
| 491 | 2024-08-26T19:23:08.317Z | Checking rustls-pki-types v1.8.0 |
| 492 | 2024-08-26T19:23:08.884Z | Compiling crossbeam-utils v0.8.20 |
| 493 | 2024-08-26T19:23:09.061Z | Checking tokio-util v0.7.11 |
| 494 | 2024-08-26T19:23:09.141Z | Checking tokio-native-tls v0.3.1 |
| 495 | 2024-08-26T19:23:09.264Z | Compiling pest_derive v2.7.11 |
| 496 | 2024-08-26T19:23:09.337Z | Checking tokio-rustls v0.24.1 |
| 497 | 2024-08-26T19:23:09.536Z | Checking base64 v0.21.7 |
| 498 | 2024-08-26T19:23:09.692Z | Compiling ident_case v1.0.1 |
| 499 | 2024-08-26T19:23:09.753Z | Checking time v0.3.36 |
| 500 | 2024-08-26T19:23:09.832Z | Compiling darling_core v0.20.10 |
| 501 | 2024-08-26T19:23:09.913Z | Checking rustls-pemfile v1.0.4 |
| 502 | 2024-08-26T19:23:10.001Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2024-08-26T19:23:10.083Z | Checking goblin v0.8.2 |
| 504 | 2024-08-26T19:23:11.457Z | Compiling serde_tokenstream v0.2.2 |
| 505 | 2024-08-26T19:23:11.480Z | Checking indexmap v2.4.0 |
| 506 | 2024-08-26T19:23:12.308Z | Checking serde_urlencoded v0.7.1 |
| 507 | 2024-08-26T19:23:12.506Z | Checking h2 v0.3.26 |
| 508 | 2024-08-26T19:23:12.813Z | Compiling dof v0.3.0 |
| 509 | 2024-08-26T19:23:13.482Z | Compiling openapiv3 v2.0.0 |
| 510 | 2024-08-26T19:23:14.156Z | Checking url v2.5.2 |
| 511 | 2024-08-26T19:23:14.692Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 512 | 2024-08-26T19:23:14.715Z | Checking dirs-sys-next v0.1.2 |
| 513 | 2024-08-26T19:23:14.858Z | Checking pretty-hex v0.4.1 |
| 514 | 2024-08-26T19:23:15.003Z | Compiling paste v1.0.15 |
| 515 | 2024-08-26T19:23:15.106Z | Compiling rustls v0.22.4 |
| 516 | 2024-08-26T19:23:15.328Z | Compiling rustversion v1.0.17 |
| 517 | 2024-08-26T19:23:15.377Z | Compiling omicron-workspace-hack v0.1.0 |
| 518 | 2024-08-26T19:23:15.425Z | Compiling unsafe-libyaml v0.2.11 |
| 519 | 2024-08-26T19:23:15.639Z | Checking ipnet v2.9.0 |
| 520 | 2024-08-26T19:23:15.865Z | Checking sync_wrapper v0.1.2 |
| 521 | 2024-08-26T19:23:15.938Z | Checking hyper v0.14.30 |
| 522 | 2024-08-26T19:23:15.972Z | Checking webpki-roots v0.25.4 |
| 523 | 2024-08-26T19:23:16.242Z | Checking dirs-next v2.0.0 |
| 524 | 2024-08-26T19:23:16.297Z | Compiling darling_macro v0.20.10 |
| 525 | 2024-08-26T19:23:16.626Z | Compiling serde_yaml v0.9.34+deprecated |
| 526 | 2024-08-26T19:23:16.650Z | Checking toml_datetime v0.6.8 |
| 527 | 2024-08-26T19:23:16.726Z | Checking serde_spanned v0.6.7 |
| 528 | 2024-08-26T19:23:16.836Z | Checking rustls-webpki v0.102.6 |
| 529 | 2024-08-26T19:23:16.874Z | Checking ppv-lite86 v0.2.20 |
| 530 | 2024-08-26T19:23:16.897Z | Checking crypto-common v0.1.6 |
| 531 | 2024-08-26T19:23:17.016Z | Checking block-buffer v0.10.4 |
| 532 | 2024-08-26T19:23:17.126Z | Compiling structmeta-derive v0.3.0 |
| 533 | 2024-08-26T19:23:17.175Z | Checking rand_core v0.6.4 |
| 534 | 2024-08-26T19:23:17.403Z | Checking thread_local v1.1.8 |
| 535 | 2024-08-26T19:23:17.464Z | Compiling multer v3.1.0 |
| 536 | 2024-08-26T19:23:17.488Z | Checking zeroize v1.8.1 |
| 537 | 2024-08-26T19:23:17.511Z | Compiling anyhow v1.0.86 |
| 538 | 2024-08-26T19:23:17.630Z | Checking subtle v2.6.1 |
| 539 | 2024-08-26T19:23:17.677Z | Checking winnow v0.6.18 |
| 540 | 2024-08-26T19:23:17.752Z | Compiling camino v1.1.9 |
| 541 | 2024-08-26T19:23:17.820Z | Compiling slog-async v2.8.0 |
| 542 | 2024-08-26T19:23:17.988Z | Checking match_cfg v0.1.0 |
| 543 | 2024-08-26T19:23:18.068Z | Checking hostname v0.3.1 |
| 544 | 2024-08-26T19:23:18.336Z | Checking rand_chacha v0.3.1 |
| 545 | 2024-08-26T19:23:18.627Z | Checking crossbeam-channel v0.5.13 |
| 546 | 2024-08-26T19:23:18.806Z | Checking digest v0.10.7 |
| 547 | 2024-08-26T19:23:19.056Z | Compiling darling v0.20.10 |
| 548 | 2024-08-26T19:23:19.153Z | Checking term v0.7.0 |
| 549 | 2024-08-26T19:23:19.301Z | Compiling structmeta v0.3.0 |
| 550 | 2024-08-26T19:23:19.638Z | Compiling usdt-attr-macro v0.5.0 |
| 551 | 2024-08-26T19:23:19.664Z | Checking hyper-rustls v0.24.2 |
| 552 | 2024-08-26T19:23:19.765Z | Checking hyper-tls v0.5.0 |
| 553 | 2024-08-26T19:23:19.906Z | Compiling usdt-macro v0.5.0 |
| 554 | 2024-08-26T19:23:20.007Z | Checking reqwest v0.11.27 |
| 555 | 2024-08-26T19:23:20.090Z | Checking toml_edit v0.22.20 |
| 556 | 2024-08-26T19:23:20.185Z | Checking slog-json v2.6.1 |
| 557 | 2024-08-26T19:23:20.397Z | Checking futures-executor v0.3.30 |
| 558 | 2024-08-26T19:23:20.597Z | Compiling async-stream-impl v0.3.5 |
| 559 | 2024-08-26T19:23:20.620Z | Checking http v1.1.0 |
| 560 | 2024-08-26T19:23:20.860Z | Checking is-terminal v0.4.13 |
| 561 | 2024-08-26T19:23:20.957Z | Checking memmap v0.7.0 |
| 562 | 2024-08-26T19:23:21.050Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 563 | 2024-08-26T19:23:21.106Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 564 | 2024-08-26T19:23:21.134Z | Checking base64 v0.22.1 |
| 565 | 2024-08-26T19:23:21.357Z | Checking atomic-waker v1.1.2 |
| 566 | 2024-08-26T19:23:21.380Z | Checking take_mut v0.2.2 |
| 567 | 2024-08-26T19:23:21.380Z | Checking cpufeatures v0.2.13 |
| 568 | 2024-08-26T19:23:21.446Z | Checking sha1 v0.10.6 |
| 569 | 2024-08-26T19:23:21.471Z | Checking waitgroup v0.1.2 |
| 570 | 2024-08-26T19:23:21.534Z | Checking rustls-pemfile v2.1.3 |
| 571 | 2024-08-26T19:23:21.590Z | Checking tokio-rustls v0.25.0 |
| 572 | 2024-08-26T19:23:21.724Z | Checking async-stream v0.3.5 |
| 573 | 2024-08-26T19:23:21.748Z | Checking usdt v0.5.0 |
| 574 | 2024-08-26T19:23:21.749Z | Checking slog-term v2.9.1 |
| 575 | 2024-08-26T19:23:21.772Z | Compiling strum_macros v0.26.4 |
| 576 | 2024-08-26T19:23:21.884Z | Checking futures v0.3.30 |
| 577 | 2024-08-26T19:23:21.908Z | Checking slog-bunyan v2.5.0 |
| 578 | 2024-08-26T19:23:21.936Z | Compiling parse-display-derive v0.10.0 |
| 579 | 2024-08-26T19:23:21.975Z | Compiling serde_with_macros v3.9.0 |
| 580 | 2024-08-26T19:23:22.027Z | Checking rand v0.8.5 |
| 581 | 2024-08-26T19:23:22.304Z | Checking toml v0.8.19 |
| 582 | 2024-08-26T19:23:22.482Z | Checking ipnetwork v0.20.0 |
| 583 | 2024-08-26T19:23:22.625Z | Checking newtype-uuid v1.1.0 |
| 584 | 2024-08-26T19:23:22.781Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 585 | 2024-08-26T19:23:22.828Z | Checking hex v0.4.3 |
| 586 | 2024-08-26T19:23:22.935Z | Checking serde_path_to_error v0.1.16 |
| 587 | 2024-08-26T19:23:23.038Z | Compiling async-trait v0.1.81 |
| 588 | 2024-08-26T19:23:23.257Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 589 | 2024-08-26T19:23:23.441Z | Checking hostname v0.4.0 |
| 590 | 2024-08-26T19:23:23.549Z | Checking instant v0.1.13 |
| 591 | 2024-08-26T19:23:23.648Z | Checking debug-ignore v1.0.5 |
| 592 | 2024-08-26T19:23:23.790Z | Checking backoff v0.4.0 |
| 593 | 2024-08-26T19:23:23.960Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 594 | 2024-08-26T19:23:24.052Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 595 | 2024-08-26T19:23:24.095Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 596 | 2024-08-26T19:23:24.182Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 597 | 2024-08-26T19:23:24.206Z | Checking serde_with v3.9.0 |
| 598 | 2024-08-26T19:23:24.309Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 599 | 2024-08-26T19:23:24.543Z | Checking macaddr v1.0.1 |
| 600 | 2024-08-26T19:23:24.820Z | Checking regress v0.9.1 |
| 601 | 2024-08-26T19:23:25.268Z | Checking parse-display v0.10.0 |
| 602 | 2024-08-26T19:23:25.402Z | Checking strum v0.26.3 |
| 603 | 2024-08-26T19:23:25.609Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 604 | 2024-08-26T19:23:27.809Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 605 | 2024-08-26T19:23:27.893Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 606 | 2024-08-26T19:23:31.293Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 607 | 2024-08-26T19:23:37.620Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 608 | 2024-08-26T19:23:37.751Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 609 | 2024-08-26T19:23:41.354Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 610 | 2024-08-26T19:23:50.131Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 611 | 2024-08-26T19:23:50.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 612 | 2024-08-26T19:23:50.267Z | + cargo build --release |
| 613 | 2024-08-26T19:23:50.603Z | Compiling proc-macro2 v1.0.86 |
| 614 | 2024-08-26T19:23:50.603Z | Compiling unicode-ident v1.0.12 |
| 615 | 2024-08-26T19:23:50.603Z | Compiling libc v0.2.158 |
| 616 | 2024-08-26T19:23:50.603Z | Compiling cfg-if v1.0.0 |
| 617 | 2024-08-26T19:23:50.604Z | Compiling version_check v0.9.5 |
| 618 | 2024-08-26T19:23:50.628Z | Compiling autocfg v1.3.0 |
| 619 | 2024-08-26T19:23:50.628Z | Compiling serde v1.0.209 |
| 620 | 2024-08-26T19:23:50.628Z | Compiling memchr v2.7.4 |
| 621 | 2024-08-26T19:23:50.698Z | Compiling serde_json v1.0.127 |
| 622 | 2024-08-26T19:23:50.796Z | Compiling itoa v1.0.11 |
| 623 | 2024-08-26T19:23:51.013Z | Compiling thiserror v1.0.63 |
| 624 | 2024-08-26T19:23:51.120Z | Compiling once_cell v1.19.0 |
| 625 | 2024-08-26T19:23:51.192Z | Compiling ahash v0.8.11 |
| 626 | 2024-08-26T19:23:51.280Z | Compiling byteorder v1.5.0 |
| 627 | 2024-08-26T19:23:51.483Z | Compiling shlex v1.3.0 |
| 628 | 2024-08-26T19:23:51.706Z | Compiling cc v1.1.15 |
| 629 | 2024-08-26T19:23:51.860Z | Compiling getrandom v0.2.15 |
| 630 | 2024-08-26T19:23:51.903Z | Compiling quote v1.0.37 |
| 631 | 2024-08-26T19:23:51.949Z | Compiling num-traits v0.2.19 |
| 632 | 2024-08-26T19:23:52.168Z | Compiling pin-project-lite v0.2.14 |
| 633 | 2024-08-26T19:23:52.239Z | Compiling syn v2.0.76 |
| 634 | 2024-08-26T19:23:52.263Z | Compiling ryu v1.0.18 |
| 635 | 2024-08-26T19:23:52.341Z | Compiling bytes v1.7.1 |
| 636 | 2024-08-26T19:23:52.424Z | Compiling log v0.4.22 |
| 637 | 2024-08-26T19:23:52.513Z | Compiling schemars v0.8.21 |
| 638 | 2024-08-26T19:23:52.698Z | Compiling allocator-api2 v0.2.18 |
| 639 | 2024-08-26T19:23:52.828Z | Compiling lock_api v0.4.12 |
| 640 | 2024-08-26T19:23:52.857Z | Compiling parking_lot_core v0.9.10 |
| 641 | 2024-08-26T19:23:52.881Z | Compiling smallvec v1.13.2 |
| 642 | 2024-08-26T19:23:52.927Z | Compiling scopeguard v1.2.0 |
| 643 | 2024-08-26T19:23:53.060Z | Compiling futures-core v0.3.30 |
| 644 | 2024-08-26T19:23:53.281Z | Compiling signal-hook-registry v1.4.2 |
| 645 | 2024-08-26T19:23:53.315Z | Compiling socket2 v0.5.7 |
| 646 | 2024-08-26T19:23:53.440Z | Compiling mio v1.0.2 |
| 647 | 2024-08-26T19:23:53.675Z | Compiling parking_lot v0.12.3 |
| 648 | 2024-08-26T19:23:53.978Z | Compiling slab v0.4.9 |
| 649 | 2024-08-26T19:23:54.013Z | Compiling futures-sink v0.3.30 |
| 650 | 2024-08-26T19:23:54.221Z | Compiling spin v0.9.8 |
| 651 | 2024-08-26T19:23:54.275Z | Compiling ring v0.17.8 |
| 652 | 2024-08-26T19:23:54.419Z | Compiling untrusted v0.9.0 |
| 653 | 2024-08-26T19:23:54.444Z | Compiling equivalent v1.0.1 |
| 654 | 2024-08-26T19:23:54.537Z | Compiling fnv v1.0.7 |
| 655 | 2024-08-26T19:23:54.583Z | Compiling semver v1.0.23 |
| 656 | 2024-08-26T19:23:54.766Z | Compiling futures-channel v0.3.30 |
| 657 | 2024-08-26T19:23:54.939Z | Compiling heck v0.5.0 |
| 658 | 2024-08-26T19:23:55.003Z | Compiling pin-utils v0.1.0 |
| 659 | 2024-08-26T19:23:55.082Z | Compiling pkg-config v0.3.30 |
| 660 | 2024-08-26T19:23:55.120Z | Compiling vcpkg v0.2.15 |
| 661 | 2024-08-26T19:23:55.178Z | Compiling futures-io v0.3.30 |
| 662 | 2024-08-26T19:23:55.258Z | Compiling futures-task v0.3.30 |
| 663 | 2024-08-26T19:23:55.510Z | Compiling iana-time-zone v0.1.60 |
| 664 | 2024-08-26T19:23:55.592Z | Compiling ucd-trie v0.1.6 |
| 665 | 2024-08-26T19:23:55.992Z | Compiling http v0.2.12 |
| 666 | 2024-08-26T19:23:56.225Z | Compiling dyn-clone v1.0.17 |
| 667 | 2024-08-26T19:23:56.263Z | Compiling httparse v1.9.4 |
| 668 | 2024-08-26T19:23:56.492Z | Compiling openssl-sys v0.9.103 |
| 669 | 2024-08-26T19:23:56.946Z | Compiling tracing-core v0.1.32 |
| 670 | 2024-08-26T19:23:57.093Z | Compiling chrono v0.4.38 |
| 671 | 2024-08-26T19:23:57.364Z | Compiling uuid v1.10.0 |
| 672 | 2024-08-26T19:23:57.804Z | Compiling tracing v0.1.40 |
| 673 | 2024-08-26T19:23:58.377Z | Compiling serde_derive_internals v0.29.1 |
| 674 | 2024-08-26T19:23:58.964Z | Compiling openssl v0.10.66 |
| 675 | 2024-08-26T19:23:59.163Z | Compiling try-lock v0.2.5 |
| 676 | 2024-08-26T19:23:59.343Z | Compiling slog v2.7.0 |
| 677 | 2024-08-26T19:23:59.527Z | Compiling foreign-types-shared v0.1.1 |
| 678 | 2024-08-26T19:23:59.612Z | Compiling foreign-types v0.3.2 |
| 679 | 2024-08-26T19:23:59.641Z | Compiling want v0.3.1 |
| 680 | 2024-08-26T19:23:59.898Z | Compiling http-body v0.4.6 |
| 681 | 2024-08-26T19:23:59.922Z | Compiling aho-corasick v1.1.3 |
| 682 | 2024-08-26T19:24:00.240Z | Compiling percent-encoding v2.3.1 |
| 683 | 2024-08-26T19:24:00.324Z | Compiling tinyvec_macros v0.1.1 |
| 684 | 2024-08-26T19:24:00.405Z | Compiling typenum v1.17.0 |
| 685 | 2024-08-26T19:24:00.638Z | Compiling httpdate v1.0.3 |
| 686 | 2024-08-26T19:24:00.662Z | Compiling tower-service v0.3.3 |
| 687 | 2024-08-26T19:24:00.762Z | Compiling native-tls v0.2.12 |
| 688 | 2024-08-26T19:24:00.979Z | Compiling rustls v0.21.12 |
| 689 | 2024-08-26T19:24:01.082Z | Compiling regex-syntax v0.8.4 |
| 690 | 2024-08-26T19:24:01.200Z | Compiling bitflags v2.6.0 |
| 691 | 2024-08-26T19:24:01.283Z | Compiling form_urlencoded v1.2.1 |
| 692 | 2024-08-26T19:24:01.307Z | Compiling tinyvec v1.8.0 |
| 693 | 2024-08-26T19:24:01.771Z | Compiling generic-array v0.14.7 |
| 694 | 2024-08-26T19:24:02.138Z | Compiling openssl-probe v0.1.5 |
| 695 | 2024-08-26T19:24:02.338Z | Compiling serde_derive v1.0.209 |
| 696 | 2024-08-26T19:24:02.424Z | Compiling zerocopy-derive v0.7.35 |
| 697 | 2024-08-26T19:24:02.559Z | Compiling thiserror-impl v1.0.63 |
| 698 | 2024-08-26T19:24:02.584Z | Compiling schemars_derive v0.8.21 |
| 699 | 2024-08-26T19:24:02.659Z | Compiling tokio-macros v2.4.0 |
| 700 | 2024-08-26T19:24:03.928Z | Compiling tokio v1.39.3 |
| 701 | 2024-08-26T19:24:04.066Z | Compiling zerocopy v0.7.35 |
| 702 | 2024-08-26T19:24:05.027Z | Compiling futures-macro v0.3.30 |
| 703 | 2024-08-26T19:24:05.789Z | Compiling pest v2.7.11 |
| 704 | 2024-08-26T19:24:06.042Z | Compiling hashbrown v0.14.5 |
| 705 | 2024-08-26T19:24:06.715Z | Compiling futures-util v0.3.30 |
| 706 | 2024-08-26T19:24:07.501Z | Compiling openssl-macros v0.1.1 |
| 707 | 2024-08-26T19:24:07.964Z | Compiling pest_meta v2.7.11 |
| 708 | 2024-08-26T19:24:08.187Z | Compiling regress v0.10.0 |
| 709 | 2024-08-26T19:24:09.812Z | Compiling pest_generator v2.7.11 |
| 710 | 2024-08-26T19:24:11.111Z | Compiling tokio-util v0.7.11 |
| 711 | 2024-08-26T19:24:11.146Z | Compiling pest_derive v2.7.11 |
| 712 | 2024-08-26T19:24:11.910Z | Compiling sct v0.7.1 |
| 713 | 2024-08-26T19:24:12.273Z | Compiling rustls-webpki v0.101.7 |
| 714 | 2024-08-26T19:24:12.311Z | Compiling regex-automata v0.4.7 |
| 715 | 2024-08-26T19:24:13.548Z | Compiling indexmap v2.4.0 |
| 716 | 2024-08-26T19:24:14.980Z | Compiling serde_tokenstream v0.2.2 |
| 717 | 2024-08-26T19:24:16.987Z | Compiling h2 v0.3.26 |
| 718 | 2024-08-26T19:24:18.446Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 719 | 2024-08-26T19:24:22.027Z | Compiling hyper v0.14.30 |
| 720 | 2024-08-26T19:24:24.745Z | Compiling regex v1.10.6 |
| 721 | 2024-08-26T19:24:26.738Z | Compiling unicode-normalization v0.1.23 |
| 722 | 2024-08-26T19:24:27.754Z | Compiling scroll_derive v0.12.0 |
| 723 | 2024-08-26T19:24:28.118Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 724 | 2024-08-26T19:24:29.324Z | Compiling usdt-impl v0.5.0 |
| 725 | 2024-08-26T19:24:29.658Z | Compiling encoding_rs v0.8.34 |
| 726 | 2024-08-26T19:24:29.911Z | Compiling time-core v0.1.2 |
| 727 | 2024-08-26T19:24:30.067Z | Compiling unicode-bidi v0.3.15 |
| 728 | 2024-08-26T19:24:30.134Z | Compiling powerfmt v0.2.0 |
| 729 | 2024-08-26T19:24:30.568Z | Compiling num-conv v0.1.0 |
| 730 | 2024-08-26T19:24:31.518Z | Compiling mime v0.3.17 |
| 731 | 2024-08-26T19:24:32.484Z | Compiling time-macros v0.2.18 |
| 732 | 2024-08-26T19:24:32.722Z | Compiling idna v0.5.0 |
| 733 | 2024-08-26T19:24:35.725Z | Compiling deranged v0.3.11 |
| 734 | 2024-08-26T19:24:37.719Z | Compiling thread-id v4.2.2 |
| 735 | 2024-08-26T19:24:38.293Z | Compiling scroll v0.12.0 |
| 736 | 2024-08-26T19:24:38.318Z | Compiling tokio-native-tls v0.3.1 |
| 737 | 2024-08-26T19:24:38.578Z | Compiling tokio-rustls v0.24.1 |
| 738 | 2024-08-26T19:24:38.864Z | Compiling dof v0.3.0 |
| 739 | 2024-08-26T19:24:38.979Z | Compiling serde_urlencoded v0.7.1 |
| 740 | 2024-08-26T19:24:39.184Z | Compiling dtrace-parser v0.2.0 |
| 741 | 2024-08-26T19:24:40.696Z | Compiling strsim v0.11.1 |
| 742 | 2024-08-26T19:24:40.873Z | Compiling rustls-pki-types v1.8.0 |
| 743 | 2024-08-26T19:24:41.603Z | Compiling crossbeam-utils v0.8.20 |
| 744 | 2024-08-26T19:24:42.096Z | Compiling plain v0.2.3 |
| 745 | 2024-08-26T19:24:42.133Z | Compiling num_threads v0.1.7 |
| 746 | 2024-08-26T19:24:42.234Z | Compiling ident_case v1.0.1 |
| 747 | 2024-08-26T19:24:42.257Z | Compiling omicron-workspace-hack v0.1.0 |
| 748 | 2024-08-26T19:24:42.533Z | Compiling base64 v0.21.7 |
| 749 | 2024-08-26T19:24:43.425Z | Compiling rustls-pemfile v1.0.4 |
| 750 | 2024-08-26T19:24:43.556Z | Compiling darling_core v0.20.10 |
| 751 | 2024-08-26T19:24:44.156Z | Compiling goblin v0.8.2 |
| 752 | 2024-08-26T19:24:45.863Z | Compiling time v0.3.36 |
| 753 | 2024-08-26T19:24:47.907Z | Compiling hyper-rustls v0.24.2 |
| 754 | 2024-08-26T19:24:48.332Z | Compiling hyper-tls v0.5.0 |
| 755 | 2024-08-26T19:24:48.568Z | Compiling url v2.5.2 |
| 756 | 2024-08-26T19:24:48.766Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 757 | 2024-08-26T19:24:48.911Z | Compiling openapiv3 v2.0.0 |
| 758 | 2024-08-26T19:24:51.545Z | Compiling dirs-sys-next v0.1.2 |
| 759 | 2024-08-26T19:24:52.545Z | Compiling ipnet v2.9.0 |
| 760 | 2024-08-26T19:24:52.762Z | Compiling pretty-hex v0.4.1 |
| 761 | 2024-08-26T19:24:52.961Z | Compiling rustls v0.22.4 |
| 762 | 2024-08-26T19:24:53.261Z | Compiling webpki-roots v0.25.4 |
| 763 | 2024-08-26T19:24:53.395Z | Compiling unsafe-libyaml v0.2.11 |
| 764 | 2024-08-26T19:24:53.446Z | Compiling paste v1.0.15 |
| 765 | 2024-08-26T19:24:53.745Z | Compiling rustversion v1.0.17 |
| 766 | 2024-08-26T19:24:53.918Z | Compiling sync_wrapper v0.1.2 |
| 767 | 2024-08-26T19:24:54.033Z | Compiling reqwest v0.11.27 |
| 768 | 2024-08-26T19:24:54.906Z | Compiling serde_yaml v0.9.34+deprecated |
| 769 | 2024-08-26T19:24:55.073Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 770 | 2024-08-26T19:24:57.068Z | Compiling dirs-next v2.0.0 |
| 771 | 2024-08-26T19:24:57.282Z | Compiling darling_macro v0.20.10 |
| 772 | 2024-08-26T19:24:59.854Z | Compiling rustls-webpki v0.102.6 |
| 773 | 2024-08-26T19:24:59.920Z | Compiling crypto-common v0.1.6 |
| 774 | 2024-08-26T19:25:00.111Z | Compiling block-buffer v0.10.4 |
| 775 | 2024-08-26T19:25:00.319Z | Compiling serde_spanned v0.6.7 |
| 776 | 2024-08-26T19:25:00.535Z | Compiling toml_datetime v0.6.8 |
| 777 | 2024-08-26T19:25:00.684Z | Compiling ppv-lite86 v0.2.20 |
| 778 | 2024-08-26T19:25:01.099Z | Compiling structmeta-derive v0.3.0 |
| 779 | 2024-08-26T19:25:01.395Z | Compiling rand_core v0.6.4 |
| 780 | 2024-08-26T19:25:01.584Z | Compiling thread_local v1.1.8 |
| 781 | 2024-08-26T19:25:01.820Z | Compiling multer v3.1.0 |
| 782 | 2024-08-26T19:25:02.138Z | Compiling slog-async v2.8.0 |
| 783 | 2024-08-26T19:25:02.252Z | Compiling subtle v2.6.1 |
| 784 | 2024-08-26T19:25:02.481Z | Compiling camino v1.1.9 |
| 785 | 2024-08-26T19:25:02.569Z | Compiling anyhow v1.0.86 |
| 786 | 2024-08-26T19:25:03.021Z | Compiling match_cfg v0.1.0 |
| 787 | 2024-08-26T19:25:03.062Z | Compiling winnow v0.6.18 |
| 788 | 2024-08-26T19:25:03.113Z | Compiling zeroize v1.8.1 |
| 789 | 2024-08-26T19:25:03.357Z | Compiling structmeta v0.3.0 |
| 790 | 2024-08-26T19:25:03.649Z | Compiling hostname v0.3.1 |
| 791 | 2024-08-26T19:25:03.868Z | Compiling rand_chacha v0.3.1 |
| 792 | 2024-08-26T19:25:03.906Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 793 | 2024-08-26T19:25:04.939Z | Compiling digest v0.10.7 |
| 794 | 2024-08-26T19:25:05.304Z | Compiling crossbeam-channel v0.5.13 |
| 795 | 2024-08-26T19:25:06.618Z | Compiling toml_edit v0.22.20 |
| 796 | 2024-08-26T19:25:06.646Z | Compiling darling v0.20.10 |
| 797 | 2024-08-26T19:25:06.743Z | Compiling term v0.7.0 |
| 798 | 2024-08-26T19:25:10.858Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 799 | 2024-08-26T19:25:13.653Z | Compiling usdt-macro v0.5.0 |
| 800 | 2024-08-26T19:25:14.733Z | Compiling usdt-attr-macro v0.5.0 |
| 801 | 2024-08-26T19:25:14.800Z | Compiling slog-json v2.6.1 |
| 802 | 2024-08-26T19:25:15.258Z | Compiling futures-executor v0.3.30 |
| 803 | 2024-08-26T19:25:16.070Z | Compiling async-stream-impl v0.3.5 |
| 804 | 2024-08-26T19:25:16.395Z | Compiling http v1.1.0 |
| 805 | 2024-08-26T19:25:17.140Z | Compiling memmap v0.7.0 |
| 806 | 2024-08-26T19:25:17.261Z | Compiling is-terminal v0.4.13 |
| 807 | 2024-08-26T19:25:17.374Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 808 | 2024-08-26T19:25:17.567Z | Compiling cpufeatures v0.2.13 |
| 809 | 2024-08-26T19:25:17.663Z | Compiling atomic-waker v1.1.2 |
| 810 | 2024-08-26T19:25:17.715Z | Compiling take_mut v0.2.2 |
| 811 | 2024-08-26T19:25:17.960Z | Compiling base64 v0.22.1 |
| 812 | 2024-08-26T19:25:18.924Z | Compiling rustls-pemfile v2.1.3 |
| 813 | 2024-08-26T19:25:20.937Z | Compiling waitgroup v0.1.2 |
| 814 | 2024-08-26T19:25:21.235Z | Compiling sha1 v0.10.6 |
| 815 | 2024-08-26T19:25:21.350Z | Compiling slog-term v2.9.1 |
| 816 | 2024-08-26T19:25:21.894Z | Compiling usdt v0.5.0 |
| 817 | 2024-08-26T19:25:22.322Z | Compiling async-stream v0.3.5 |
| 818 | 2024-08-26T19:25:22.644Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 819 | 2024-08-26T19:25:22.821Z | Compiling futures v0.3.30 |
| 820 | 2024-08-26T19:25:23.020Z | Compiling slog-bunyan v2.5.0 |
| 821 | 2024-08-26T19:25:23.273Z | Compiling strum_macros v0.26.4 |
| 822 | 2024-08-26T19:25:23.363Z | Compiling toml v0.8.19 |
| 823 | 2024-08-26T19:25:24.107Z | Compiling tokio-rustls v0.25.0 |
| 824 | 2024-08-26T19:25:24.507Z | Compiling serde_with_macros v3.9.0 |
| 825 | 2024-08-26T19:25:26.926Z | Compiling rand v0.8.5 |
| 826 | 2024-08-26T19:25:28.703Z | Compiling parse-display-derive v0.10.0 |
| 827 | 2024-08-26T19:25:28.928Z | Compiling newtype-uuid v1.1.0 |
| 828 | 2024-08-26T19:25:29.260Z | Compiling ipnetwork v0.20.0 |
| 829 | 2024-08-26T19:25:29.283Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 830 | 2024-08-26T19:25:30.545Z | Compiling serde_path_to_error v0.1.16 |
| 831 | 2024-08-26T19:25:31.486Z | Compiling hex v0.4.3 |
| 832 | 2024-08-26T19:25:32.113Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 833 | 2024-08-26T19:25:32.412Z | Compiling async-trait v0.1.81 |
| 834 | 2024-08-26T19:25:32.895Z | Compiling hostname v0.4.0 |
| 835 | 2024-08-26T19:25:33.030Z | Compiling instant v0.1.13 |
| 836 | 2024-08-26T19:25:33.181Z | Compiling debug-ignore v1.0.5 |
| 837 | 2024-08-26T19:25:33.205Z | Compiling backoff v0.4.0 |
| 838 | 2024-08-26T19:25:33.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 839 | 2024-08-26T19:25:33.502Z | Compiling parse-display v0.10.0 |
| 840 | 2024-08-26T19:25:33.606Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 841 | 2024-08-26T19:25:33.752Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 842 | 2024-08-26T19:25:33.879Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 843 | 2024-08-26T19:25:34.577Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 844 | 2024-08-26T19:25:34.629Z | Compiling strum v0.26.3 |
| 845 | 2024-08-26T19:25:34.797Z | Compiling serde_with v3.9.0 |
| 846 | 2024-08-26T19:25:35.586Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 847 | 2024-08-26T19:25:36.357Z | Compiling macaddr v1.0.1 |
| 848 | 2024-08-26T19:25:36.907Z | Compiling regress v0.9.1 |
| 849 | 2024-08-26T19:25:42.046Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 850 | 2024-08-26T19:25:52.487Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 851 | 2024-08-26T19:26:03.504Z | Finished `release` profile [optimized] target(s) in 2m 13s |
| 852 | 2024-08-26T19:26:03.564Z | process exited: duration 206565 ms, exit code 0 |
| |
| 853 | 2024-08-26T19:26:03.614Z | found 0 output files |