|
|
|
| 1 | 2024-09-25T16:41:26.321Z | job assigned to worker 01J8N0WKW99B08E18KXEEV72E8 (queued for 56 s) |
| |
| 2 | 2024-09-25T16:41:34.190Z | starting task 0: "setup" |
| 3 | 2024-09-25T16:41:34.197Z | ++ uname -s |
| 4 | 2024-09-25T16:41:34.199Z | + kern=SunOS |
| 5 | 2024-09-25T16:41:34.199Z | + case "$kern" in |
| 6 | 2024-09-25T16:41:34.199Z | + groupadd -g 12345 build |
| 7 | 2024-09-25T16:41:34.202Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-25T16:41:36.213Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-25T16:41:36.316Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-25T16:41:36.318Z | + home_fs=zfs |
| 11 | 2024-09-25T16:41:36.318Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-25T16:41:36.318Z | + mkdir -p /home/build |
| 13 | 2024-09-25T16:41:36.321Z | + chown build:build /home/build /work |
| 14 | 2024-09-25T16:41:38.323Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-25T16:41:38.326Z | process exited: duration 4137 ms, exit code 0 |
| |
| 16 | 2024-09-25T16:41:38.332Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-25T16:41:38.337Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-25T16:41:38.337Z | ' 1.80.1 |
| 19 | 2024-09-25T16:41:38.337Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-09-25T16:41:38.337Z | * toolchain channel = "1.80.1" |
| 21 | 2024-09-25T16:41:38.337Z | ' default |
| 22 | 2024-09-25T16:41:38.339Z | * toolchain profile = "default" |
| 23 | 2024-09-25T16:41:38.340Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-25T16:41:38.340Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-25T16:41:38.454Z | info: downloading installer |
| 26 | 2024-09-25T16:41:39.487Z | info: profile set to 'default' |
| 27 | 2024-09-25T16:41:39.487Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-25T16:41:39.490Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-25T16:41:39.609Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-25T16:41:39.609Z | info: downloading component 'cargo' |
| 31 | 2024-09-25T16:41:40.241Z | info: downloading component 'clippy' |
| 32 | 2024-09-25T16:41:40.470Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-25T16:41:41.346Z | info: downloading component 'rust-std' |
| 34 | 2024-09-25T16:41:42.571Z | info: downloading component 'rustc' |
| 35 | 2024-09-25T16:41:45.944Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-25T16:41:46.127Z | info: installing component 'cargo' |
| 37 | 2024-09-25T16:41:46.944Z | info: installing component 'clippy' |
| 38 | 2024-09-25T16:41:47.309Z | info: installing component 'rust-docs' |
| 39 | 2024-09-25T16:41:48.914Z | info: installing component 'rust-std' |
| 40 | 2024-09-25T16:41:50.571Z | info: installing component 'rustc' |
| 41 | 2024-09-25T16:41:54.739Z | info: installing component 'rustfmt' |
| 42 | 2024-09-25T16:41:55.076Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-09-25T16:41:55.076Z | |
| 44 | 2024-09-25T16:41:55.327Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-25T16:41:55.327Z | |
| 46 | 2024-09-25T16:41:55.329Z | |
| 47 | 2024-09-25T16:41:55.329Z | Rust is installed now. Great! |
| 48 | 2024-09-25T16:41:55.329Z | |
| 49 | 2024-09-25T16:41:55.329Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-25T16:41:55.329Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-25T16:41:55.329Z | |
| 52 | 2024-09-25T16:41:55.329Z | To configure your current shell, you need to source |
| 53 | 2024-09-25T16:41:55.329Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-25T16:41:55.329Z | |
| 55 | 2024-09-25T16:41:55.329Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-25T16:41:55.329Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-25T16:41:55.329Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-25T16:41:55.377Z | + rustc --version |
| 59 | 2024-09-25T16:41:55.439Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-25T16:41:55.442Z | process exited: duration 17108 ms, exit code 0 |
| |
| 61 | 2024-09-25T16:41:55.447Z | starting task 2: "authentication" |
| 62 | 2024-09-25T16:41:55.467Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-09-25T16:41:55.472Z | starting task 3: "clone repository" |
| 64 | 2024-09-25T16:41:55.477Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-25T16:41:55.479Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-25T16:41:55.533Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-25T16:42:02.543Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-25T16:42:02.543Z | + git fetch origin bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
| 69 | 2024-09-25T16:42:02.839Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-25T16:42:02.839Z | * branch bb0989ea4903ba597532cdaf1060ab3cc4fe47bb -> FETCH_HEAD |
| 71 | 2024-09-25T16:42:02.849Z | + [[ -n mike/nvme-firmware-crdb ]] |
| 72 | 2024-09-25T16:42:02.852Z | ++ git branch --show-current |
| 73 | 2024-09-25T16:42:02.854Z | + current=main |
| 74 | 2024-09-25T16:42:02.854Z | + [[ main != mike/nvme-firmware-crdb ]] |
| 75 | 2024-09-25T16:42:02.854Z | + git branch -f mike/nvme-firmware-crdb bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
| 76 | 2024-09-25T16:42:02.857Z | + git checkout -f mike/nvme-firmware-crdb |
| 77 | 2024-09-25T16:42:02.873Z | Switched to branch 'mike/nvme-firmware-crdb' |
| 78 | 2024-09-25T16:42:02.876Z | + git reset --hard bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
| 79 | 2024-09-25T16:42:02.896Z | HEAD is now at bb0989ea4 Merge main and fix conflicts |
| 80 | 2024-09-25T16:42:02.898Z | process exited: duration 7424 ms, exit code 0 |
| |
| 81 | 2024-09-25T16:42:02.904Z | starting task 4: "build" |
| 82 | 2024-09-25T16:42:02.910Z | + cargo --version |
| 83 | 2024-09-25T16:42:02.964Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-25T16:42:02.967Z | + rustc --version |
| 85 | 2024-09-25T16:42:03.025Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-25T16:42:03.027Z | + cd /tmp |
| 87 | 2024-09-25T16:42:03.027Z | + cargo new --lib test-project |
| 88 | 2024-09-25T16:42:03.082Z | Creating library `test-project` package |
| 89 | 2024-09-25T16:42:03.157Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-09-25T16:42:03.160Z | + cd test-project |
| 91 | 2024-09-25T16:42:03.160Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-09-25T16:42:03.216Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-09-25T16:42:03.217Z | Features: |
| 94 | 2024-09-25T16:42:03.217Z | - proptest |
| 95 | 2024-09-25T16:42:03.217Z | - test-strategy |
| 96 | 2024-09-25T16:42:03.217Z | - testing |
| 97 | 2024-09-25T16:42:03.219Z | Updating crates.io index |
| 98 | 2024-09-25T16:42:03.295Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-09-25T16:42:04.163Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-09-25T16:42:05.090Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-09-25T16:42:05.468Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-09-25T16:42:07.226Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-09-25T16:42:07.605Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-09-25T16:42:08.005Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-09-25T16:42:11.310Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-09-25T16:42:11.315Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 107 | 2024-09-25T16:42:11.315Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 108 | 2024-09-25T16:42:11.315Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 109 | 2024-09-25T16:42:11.315Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 110 | 2024-09-25T16:42:11.315Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 111 | 2024-09-25T16:42:11.315Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 112 | 2024-09-25T16:42:11.315Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 113 | 2024-09-25T16:42:11.315Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 114 | 2024-09-25T16:42:11.315Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 115 | 2024-09-25T16:42:11.315Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 116 | 2024-09-25T16:42:11.318Z | Adding http v0.2.12 (latest: v1.1.0) |
| 117 | 2024-09-25T16:42:11.318Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 118 | 2024-09-25T16:42:11.318Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 119 | 2024-09-25T16:42:11.318Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
| 120 | 2024-09-25T16:42:11.318Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 121 | 2024-09-25T16:42:11.318Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 122 | 2024-09-25T16:42:11.318Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
| 123 | 2024-09-25T16:42:11.318Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 124 | 2024-09-25T16:42:11.318Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 125 | 2024-09-25T16:42:11.321Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 126 | 2024-09-25T16:42:11.324Z | Adding rustls v0.21.12 (latest: v0.23.13) |
| 127 | 2024-09-25T16:42:11.324Z | Adding rustls v0.22.4 (latest: v0.23.13) |
| 128 | 2024-09-25T16:42:11.328Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 129 | 2024-09-25T16:42:11.328Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
| 130 | 2024-09-25T16:42:11.328Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 131 | 2024-09-25T16:42:11.330Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 132 | 2024-09-25T16:42:11.330Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
| 133 | 2024-09-25T16:42:11.330Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 134 | 2024-09-25T16:42:11.330Z | Adding term v0.7.0 (latest: v1.0.0) |
| 135 | 2024-09-25T16:42:11.330Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 136 | 2024-09-25T16:42:11.330Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 137 | 2024-09-25T16:42:11.333Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 138 | 2024-09-25T16:42:11.333Z | Adding webpki-roots v0.25.4 (latest: v0.26.6) |
| 139 | 2024-09-25T16:42:11.333Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 140 | 2024-09-25T16:42:11.333Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 141 | 2024-09-25T16:42:11.333Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 142 | 2024-09-25T16:42:11.333Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 143 | 2024-09-25T16:42:11.333Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 144 | 2024-09-25T16:42:11.333Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 145 | 2024-09-25T16:42:11.333Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 146 | 2024-09-25T16:42:11.333Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 147 | 2024-09-25T16:42:11.336Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-09-25T16:42:11.336Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-09-25T16:42:11.336Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 150 | 2024-09-25T16:42:11.336Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 151 | 2024-09-25T16:42:11.336Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 152 | 2024-09-25T16:42:11.409Z | + cargo check |
| 153 | 2024-09-25T16:42:11.645Z | Downloading crates ... |
| 154 | 2024-09-25T16:42:11.726Z | Downloaded cfg-if v1.0.0 |
| 155 | 2024-09-25T16:42:11.729Z | Downloaded cpufeatures v0.2.14 |
| 156 | 2024-09-25T16:42:11.732Z | Downloaded async-stream v0.3.5 |
| 157 | 2024-09-25T16:42:11.745Z | Downloaded equivalent v1.0.1 |
| 158 | 2024-09-25T16:42:11.747Z | Downloaded async-stream-impl v0.3.5 |
| 159 | 2024-09-25T16:42:11.750Z | Downloaded foreign-types v0.3.2 |
| 160 | 2024-09-25T16:42:11.753Z | Downloaded openssl-macros v0.1.1 |
| 161 | 2024-09-25T16:42:11.755Z | Downloaded want v0.3.1 |
| 162 | 2024-09-25T16:42:11.757Z | Downloaded omicron-workspace-hack v0.1.0 |
| 163 | 2024-09-25T16:42:11.759Z | Downloaded match_cfg v0.1.0 |
| 164 | 2024-09-25T16:42:11.762Z | Downloaded darling_macro v0.20.10 |
| 165 | 2024-09-25T16:42:11.765Z | Downloaded usdt-macro v0.5.0 |
| 166 | 2024-09-25T16:42:11.765Z | Downloaded autocfg v1.3.0 |
| 167 | 2024-09-25T16:42:11.767Z | Downloaded byteorder v1.5.0 |
| 168 | 2024-09-25T16:42:11.770Z | Downloaded ahash v0.8.11 |
| 169 | 2024-09-25T16:42:11.773Z | Downloaded waitgroup v0.1.2 |
| 170 | 2024-09-25T16:42:11.775Z | Downloaded usdt-attr-macro v0.5.0 |
| 171 | 2024-09-25T16:42:11.778Z | Downloaded form_urlencoded v1.2.1 |
| 172 | 2024-09-25T16:42:11.778Z | Downloaded foreign-types-shared v0.1.1 |
| 173 | 2024-09-25T16:42:11.780Z | Downloaded sync_wrapper v0.1.2 |
| 174 | 2024-09-25T16:42:11.780Z | Downloaded strum v0.26.3 |
| 175 | 2024-09-25T16:42:11.782Z | Downloaded percent-encoding v2.3.1 |
| 176 | 2024-09-25T16:42:11.782Z | Downloaded generic-array v0.14.7 |
| 177 | 2024-09-25T16:42:11.785Z | Downloaded version_check v0.9.5 |
| 178 | 2024-09-25T16:42:11.785Z | Downloaded memmap v0.7.0 |
| 179 | 2024-09-25T16:42:11.787Z | Downloaded parse-display-derive v0.10.0 |
| 180 | 2024-09-25T16:42:11.787Z | Downloaded futures-executor v0.3.30 |
| 181 | 2024-09-25T16:42:11.790Z | Downloaded usdt-impl v0.5.0 |
| 182 | 2024-09-25T16:42:11.792Z | Downloaded untrusted v0.9.0 |
| 183 | 2024-09-25T16:42:11.792Z | Downloaded ppv-lite86 v0.2.20 |
| 184 | 2024-09-25T16:42:11.795Z | Downloaded futures-macro v0.3.30 |
| 185 | 2024-09-25T16:42:11.795Z | Downloaded futures-task v0.3.30 |
| 186 | 2024-09-25T16:42:11.797Z | Downloaded sha1 v0.10.6 |
| 187 | 2024-09-25T16:42:11.799Z | Downloaded serde_spanned v0.6.7 |
| 188 | 2024-09-25T16:42:11.799Z | Downloaded slab v0.4.9 |
| 189 | 2024-09-25T16:42:11.801Z | Downloaded dof v0.3.0 |
| 190 | 2024-09-25T16:42:11.803Z | Downloaded scopeguard v1.2.0 |
| 191 | 2024-09-25T16:42:11.803Z | Downloaded slog-async v2.8.0 |
| 192 | 2024-09-25T16:42:11.806Z | Downloaded rand_chacha v0.3.1 |
| 193 | 2024-09-25T16:42:11.808Z | Downloaded serde_urlencoded v0.7.1 |
| 194 | 2024-09-25T16:42:11.808Z | Downloaded httpdate v1.0.3 |
| 195 | 2024-09-25T16:42:11.810Z | Downloaded atomic-waker v1.1.2 |
| 196 | 2024-09-25T16:42:11.813Z | Downloaded shlex v1.3.0 |
| 197 | 2024-09-25T16:42:11.813Z | Downloaded camino v1.1.9 |
| 198 | 2024-09-25T16:42:11.816Z | Downloaded newtype-uuid v1.1.0 |
| 199 | 2024-09-25T16:42:11.816Z | Downloaded allocator-api2 v0.2.18 |
| 200 | 2024-09-25T16:42:11.818Z | Downloaded async-trait v0.1.83 |
| 201 | 2024-09-25T16:42:11.821Z | Downloaded subtle v2.6.1 |
| 202 | 2024-09-25T16:42:11.823Z | Downloaded num_threads v0.1.7 |
| 203 | 2024-09-25T16:42:11.826Z | Downloaded zerocopy-derive v0.7.35 |
| 204 | 2024-09-25T16:42:11.828Z | Downloaded openssl-probe v0.1.5 |
| 205 | 2024-09-25T16:42:11.830Z | Downloaded try-lock v0.2.5 |
| 206 | 2024-09-25T16:42:11.830Z | Downloaded thiserror-impl v1.0.64 |
| 207 | 2024-09-25T16:42:11.832Z | Downloaded num-conv v0.1.0 |
| 208 | 2024-09-25T16:42:11.832Z | Downloaded instant v0.1.13 |
| 209 | 2024-09-25T16:42:11.835Z | Downloaded ipnet v2.10.0 |
| 210 | 2024-09-25T16:42:11.838Z | Downloaded futures-sink v0.3.30 |
| 211 | 2024-09-25T16:42:11.838Z | Downloaded scroll_derive v0.12.0 |
| 212 | 2024-09-25T16:42:11.838Z | Downloaded iana-time-zone v0.1.61 |
| 213 | 2024-09-25T16:42:11.840Z | Downloaded futures-io v0.3.30 |
| 214 | 2024-09-25T16:42:11.842Z | Downloaded futures-channel v0.3.30 |
| 215 | 2024-09-25T16:42:11.842Z | Downloaded block-buffer v0.10.4 |
| 216 | 2024-09-25T16:42:11.845Z | Downloaded rustversion v1.0.17 |
| 217 | 2024-09-25T16:42:11.847Z | Downloaded pretty-hex v0.4.1 |
| 218 | 2024-09-25T16:42:11.849Z | Downloaded serde_with_macros v3.9.0 |
| 219 | 2024-09-25T16:42:11.852Z | Downloaded backoff v0.4.0 |
| 220 | 2024-09-25T16:42:11.852Z | Downloaded smallvec v1.13.2 |
| 221 | 2024-09-25T16:42:11.854Z | Downloaded plain v0.2.3 |
| 222 | 2024-09-25T16:42:11.856Z | Downloaded pest_derive v2.7.13 |
| 223 | 2024-09-25T16:42:11.859Z | Downloaded fnv v1.0.7 |
| 224 | 2024-09-25T16:42:11.859Z | Downloaded tinyvec_macros v0.1.1 |
| 225 | 2024-09-25T16:42:11.859Z | Downloaded time-core v0.1.2 |
| 226 | 2024-09-25T16:42:11.862Z | Downloaded debug-ignore v1.0.5 |
| 227 | 2024-09-25T16:42:11.862Z | Downloaded bitflags v2.6.0 |
| 228 | 2024-09-25T16:42:11.865Z | Downloaded hex v0.4.3 |
| 229 | 2024-09-25T16:42:11.867Z | Downloaded schemars_derive v0.8.21 |
| 230 | 2024-09-25T16:42:11.869Z | Downloaded signal-hook-registry v1.4.2 |
| 231 | 2024-09-25T16:42:11.869Z | Downloaded rustls-pemfile v2.1.3 |
| 232 | 2024-09-25T16:42:11.873Z | Downloaded itoa v1.0.11 |
| 233 | 2024-09-25T16:42:11.875Z | Downloaded term v0.7.0 |
| 234 | 2024-09-25T16:42:11.877Z | Downloaded pest_generator v2.7.13 |
| 235 | 2024-09-25T16:42:11.879Z | Downloaded ipnetwork v0.20.0 |
| 236 | 2024-09-25T16:42:11.879Z | Downloaded tokio-macros v2.4.0 |
| 237 | 2024-09-25T16:42:11.882Z | Downloaded toml_datetime v0.6.8 |
| 238 | 2024-09-25T16:42:11.882Z | Downloaded tokio-native-tls v0.3.1 |
| 239 | 2024-09-25T16:42:11.884Z | Downloaded slog-bunyan v2.5.0 |
| 240 | 2024-09-25T16:42:11.887Z | Downloaded serde_tokenstream v0.2.2 |
| 241 | 2024-09-25T16:42:11.887Z | Downloaded serde_path_to_error v0.1.16 |
| 242 | 2024-09-25T16:42:11.889Z | Downloaded thread_local v1.1.8 |
| 243 | 2024-09-25T16:42:11.891Z | Downloaded take_mut v0.2.2 |
| 244 | 2024-09-25T16:42:11.891Z | Downloaded thiserror v1.0.64 |
| 245 | 2024-09-25T16:42:11.895Z | Downloaded num-traits v0.2.19 |
| 246 | 2024-09-25T16:42:11.898Z | Downloaded sct v0.7.1 |
| 247 | 2024-09-25T16:42:11.902Z | Downloaded thread-id v4.2.2 |
| 248 | 2024-09-25T16:42:11.905Z | Downloaded time-macros v0.2.18 |
| 249 | 2024-09-25T16:42:11.907Z | Downloaded pest_meta v2.7.13 |
| 250 | 2024-09-25T16:42:11.910Z | Downloaded mime v0.3.17 |
| 251 | 2024-09-25T16:42:11.910Z | Downloaded unicode-ident v1.0.13 |
| 252 | 2024-09-25T16:42:11.912Z | Downloaded uuid v1.10.0 |
| 253 | 2024-09-25T16:42:11.916Z | Downloaded tower-service v0.3.3 |
| 254 | 2024-09-25T16:42:11.918Z | Downloaded semver v1.0.23 |
| 255 | 2024-09-25T16:42:11.920Z | Downloaded scroll v0.12.0 |
| 256 | 2024-09-25T16:42:11.922Z | Downloaded rustls-pki-types v1.8.0 |
| 257 | 2024-09-25T16:42:11.925Z | Downloaded strum_macros v0.26.4 |
| 258 | 2024-09-25T16:42:11.927Z | Downloaded spin v0.9.8 |
| 259 | 2024-09-25T16:42:11.929Z | Downloaded unsafe-libyaml v0.2.11 |
| 260 | 2024-09-25T16:42:11.931Z | Downloaded schemars v0.8.21 |
| 261 | 2024-09-25T16:42:11.944Z | Downloaded slog-term v2.9.1 |
| 262 | 2024-09-25T16:42:11.946Z | Downloaded tokio-rustls v0.25.0 |
| 263 | 2024-09-25T16:42:11.949Z | Downloaded tokio-rustls v0.24.1 |
| 264 | 2024-09-25T16:42:11.951Z | Downloaded slog v2.7.0 |
| 265 | 2024-09-25T16:42:11.954Z | Downloaded sha2 v0.10.8 |
| 266 | 2024-09-25T16:42:11.956Z | Downloaded tinyvec v1.8.0 |
| 267 | 2024-09-25T16:42:11.959Z | Downloaded url v2.5.2 |
| 268 | 2024-09-25T16:42:11.962Z | Downloaded once_cell v1.19.0 |
| 269 | 2024-09-25T16:42:11.965Z | Downloaded serde_derive v1.0.210 |
| 270 | 2024-09-25T16:42:11.969Z | Downloaded typenum v1.17.0 |
| 271 | 2024-09-25T16:42:11.971Z | Downloaded socket2 v0.5.7 |
| 272 | 2024-09-25T16:42:11.974Z | Downloaded base64 v0.22.1 |
| 273 | 2024-09-25T16:42:11.977Z | Downloaded serde_yaml v0.9.34+deprecated |
| 274 | 2024-09-25T16:42:11.981Z | Downloaded serde v1.0.210 |
| 275 | 2024-09-25T16:42:11.984Z | Downloaded ucd-trie v0.1.6 |
| 276 | 2024-09-25T16:42:11.986Z | Downloaded indexmap v2.5.0 |
| 277 | 2024-09-25T16:42:11.990Z | Downloaded mio v1.0.2 |
| 278 | 2024-09-25T16:42:11.997Z | Downloaded hashbrown v0.12.3 |
| 279 | 2024-09-25T16:42:12.001Z | Downloaded tracing-core v0.1.32 |
| 280 | 2024-09-25T16:42:12.004Z | Downloaded unicode-normalization v0.1.24 |
| 281 | 2024-09-25T16:42:12.008Z | Downloaded toml v0.8.19 |
| 282 | 2024-09-25T16:42:12.011Z | Downloaded tracing v0.1.40 |
| 283 | 2024-09-25T16:42:12.017Z | Downloaded rand v0.8.5 |
| 284 | 2024-09-25T16:42:12.020Z | Downloaded http v0.2.12 |
| 285 | 2024-09-25T16:42:12.023Z | Downloaded toml_edit v0.22.22 |
| 286 | 2024-09-25T16:42:12.047Z | Downloaded memchr v2.7.4 |
| 287 | 2024-09-25T16:42:12.052Z | Downloaded serde_json v1.0.128 |
| 288 | 2024-09-25T16:42:12.060Z | Downloaded http v1.1.0 |
| 289 | 2024-09-25T16:42:12.065Z | Downloaded indexmap v1.9.3 |
| 290 | 2024-09-25T16:42:12.068Z | Downloaded rustls-webpki v0.101.7 |
| 291 | 2024-09-25T16:42:12.083Z | Downloaded pest v2.7.13 |
| 292 | 2024-09-25T16:42:12.088Z | Downloaded tokio-util v0.7.12 |
| 293 | 2024-09-25T16:42:12.095Z | Downloaded time v0.3.36 |
| 294 | 2024-09-25T16:42:12.103Z | Downloaded h2 v0.3.26 |
| 295 | 2024-09-25T16:42:12.109Z | Downloaded goblin v0.8.2 |
| 296 | 2024-09-25T16:42:12.116Z | Downloaded futures-util v0.3.30 |
| 297 | 2024-09-25T16:42:12.128Z | Downloaded rustls-webpki v0.102.8 |
| 298 | 2024-09-25T16:42:12.148Z | Downloaded webpki-roots v0.25.4 |
| 299 | 2024-09-25T16:42:12.151Z | Downloaded regex v1.10.6 |
| 300 | 2024-09-25T16:42:12.165Z | Downloaded openssl v0.10.66 |
| 301 | 2024-09-25T16:42:12.174Z | Downloaded syn v2.0.77 |
| 302 | 2024-09-25T16:42:12.186Z | Downloaded rustls v0.22.4 |
| 303 | 2024-09-25T16:42:12.199Z | Downloaded regress v0.9.1 |
| 304 | 2024-09-25T16:42:12.208Z | Downloaded openapiv3 v2.0.0 |
| 305 | 2024-09-25T16:42:12.220Z | Downloaded regex-automata v0.4.7 |
| 306 | 2024-09-25T16:42:12.237Z | Downloaded regress v0.10.1 |
| 307 | 2024-09-25T16:42:12.245Z | Downloaded rustls v0.21.12 |
| 308 | 2024-09-25T16:42:12.256Z | Downloaded regex-syntax v0.8.4 |
| 309 | 2024-09-25T16:42:12.265Z | Downloaded libc v0.2.159 |
| 310 | 2024-09-25T16:42:12.297Z | Downloaded tokio v1.40.0 |
| 311 | 2024-09-25T16:42:12.335Z | Downloaded idna v0.5.0 |
| 312 | 2024-09-25T16:42:12.341Z | Downloaded vcpkg v0.2.15 |
| 313 | 2024-09-25T16:42:12.379Z | Downloaded encoding_rs v0.8.34 |
| 314 | 2024-09-25T16:42:12.399Z | Downloaded chrono v0.4.38 |
| 315 | 2024-09-25T16:42:12.406Z | Downloaded hyper v0.14.30 |
| 316 | 2024-09-25T16:42:12.414Z | Downloaded aho-corasick v1.1.3 |
| 317 | 2024-09-25T16:42:12.419Z | Downloaded serde_with v3.9.0 |
| 318 | 2024-09-25T16:42:12.427Z | Downloaded reqwest v0.11.27 |
| 319 | 2024-09-25T16:42:12.436Z | Downloaded zerocopy v0.7.35 |
| 320 | 2024-09-25T16:42:12.452Z | Downloaded winnow v0.6.19 |
| 321 | 2024-09-25T16:42:12.460Z | Downloaded hashbrown v0.14.5 |
| 322 | 2024-09-25T16:42:12.466Z | Downloaded cc v1.1.21 |
| 323 | 2024-09-25T16:42:12.469Z | Downloaded crossbeam-channel v0.5.13 |
| 324 | 2024-09-25T16:42:12.476Z | Downloaded darling_core v0.20.10 |
| 325 | 2024-09-25T16:42:12.479Z | Downloaded ryu v1.0.18 |
| 326 | 2024-09-25T16:42:12.481Z | Downloaded pin-project-lite v0.2.14 |
| 327 | 2024-09-25T16:42:12.486Z | Downloaded openssl-sys v0.9.103 |
| 328 | 2024-09-25T16:42:12.492Z | Downloaded futures v0.3.30 |
| 329 | 2024-09-25T16:42:12.496Z | Downloaded bytes v1.7.2 |
| 330 | 2024-09-25T16:42:12.500Z | Downloaded ring v0.17.8 |
| 331 | 2024-09-25T16:42:12.570Z | Downloaded anyhow v1.0.89 |
| 332 | 2024-09-25T16:42:12.573Z | Downloaded quote v1.0.37 |
| 333 | 2024-09-25T16:42:12.575Z | Downloaded unicode-bidi v0.3.15 |
| 334 | 2024-09-25T16:42:12.578Z | Downloaded httparse v1.9.4 |
| 335 | 2024-09-25T16:42:12.581Z | Downloaded getrandom v0.2.15 |
| 336 | 2024-09-25T16:42:12.583Z | Downloaded lock_api v0.4.12 |
| 337 | 2024-09-25T16:42:12.586Z | Downloaded proc-macro2 v1.0.86 |
| 338 | 2024-09-25T16:42:12.588Z | Downloaded multer v3.1.0 |
| 339 | 2024-09-25T16:42:12.588Z | Downloaded hostname v0.4.0 |
| 340 | 2024-09-25T16:42:12.591Z | Downloaded parking_lot v0.12.3 |
| 341 | 2024-09-25T16:42:12.593Z | Downloaded heck v0.5.0 |
| 342 | 2024-09-25T16:42:12.594Z | Downloaded structmeta v0.3.0 |
| 343 | 2024-09-25T16:42:12.597Z | Downloaded log v0.4.22 |
| 344 | 2024-09-25T16:42:12.597Z | Downloaded crossbeam-utils v0.8.20 |
| 345 | 2024-09-25T16:42:12.599Z | Downloaded powerfmt v0.2.0 |
| 346 | 2024-09-25T16:42:12.599Z | Downloaded hyper-tls v0.5.0 |
| 347 | 2024-09-25T16:42:12.604Z | Downloaded digest v0.10.7 |
| 348 | 2024-09-25T16:42:12.604Z | Downloaded rand_core v0.6.4 |
| 349 | 2024-09-25T16:42:12.606Z | Downloaded macaddr v1.0.1 |
| 350 | 2024-09-25T16:42:12.606Z | Downloaded dirs-sys-next v0.1.2 |
| 351 | 2024-09-25T16:42:12.606Z | Downloaded rustls-pemfile v1.0.4 |
| 352 | 2024-09-25T16:42:12.609Z | Downloaded pkg-config v0.3.31 |
| 353 | 2024-09-25T16:42:12.609Z | Downloaded base64 v0.21.7 |
| 354 | 2024-09-25T16:42:12.613Z | Downloaded zeroize v1.8.1 |
| 355 | 2024-09-25T16:42:12.616Z | Downloaded hyper-rustls v0.24.2 |
| 356 | 2024-09-25T16:42:12.619Z | Downloaded serde_derive_internals v0.29.1 |
| 357 | 2024-09-25T16:42:12.619Z | Downloaded native-tls v0.2.12 |
| 358 | 2024-09-25T16:42:12.621Z | Downloaded darling v0.20.10 |
| 359 | 2024-09-25T16:42:12.623Z | Downloaded futures-core v0.3.30 |
| 360 | 2024-09-25T16:42:12.626Z | Downloaded crypto-common v0.1.6 |
| 361 | 2024-09-25T16:42:12.626Z | Downloaded structmeta-derive v0.3.0 |
| 362 | 2024-09-25T16:42:12.630Z | Downloaded strsim v0.11.1 |
| 363 | 2024-09-25T16:42:12.630Z | Downloaded slog-json v2.6.1 |
| 364 | 2024-09-25T16:42:12.630Z | Downloaded parking_lot_core v0.9.10 |
| 365 | 2024-09-25T16:42:12.633Z | Downloaded ident_case v1.0.1 |
| 366 | 2024-09-25T16:42:12.633Z | Downloaded dtrace-parser v0.2.0 |
| 367 | 2024-09-25T16:42:12.633Z | Downloaded pin-utils v0.1.0 |
| 368 | 2024-09-25T16:42:12.636Z | Downloaded paste v1.0.15 |
| 369 | 2024-09-25T16:42:12.638Z | Downloaded parse-display v0.10.0 |
| 370 | 2024-09-25T16:42:12.638Z | Downloaded is-terminal v0.4.13 |
| 371 | 2024-09-25T16:42:12.641Z | Downloaded http-body v0.4.6 |
| 372 | 2024-09-25T16:42:12.641Z | Downloaded hostname v0.3.1 |
| 373 | 2024-09-25T16:42:12.644Z | Downloaded dyn-clone v1.0.17 |
| 374 | 2024-09-25T16:42:12.644Z | Downloaded usdt v0.5.0 |
| 375 | 2024-09-25T16:42:12.644Z | Downloaded dirs-next v2.0.0 |
| 376 | 2024-09-25T16:42:12.648Z | Downloaded deranged v0.3.11 |
| 377 | 2024-09-25T16:42:12.775Z | Compiling proc-macro2 v1.0.86 |
| 378 | 2024-09-25T16:42:12.777Z | Compiling unicode-ident v1.0.13 |
| 379 | 2024-09-25T16:42:12.777Z | Compiling libc v0.2.159 |
| 380 | 2024-09-25T16:42:12.777Z | Checking cfg-if v1.0.0 |
| 381 | 2024-09-25T16:42:12.777Z | Compiling version_check v0.9.5 |
| 382 | 2024-09-25T16:42:12.777Z | Compiling autocfg v1.3.0 |
| 383 | 2024-09-25T16:42:12.788Z | Compiling serde v1.0.210 |
| 384 | 2024-09-25T16:42:12.791Z | Checking memchr v2.7.4 |
| 385 | 2024-09-25T16:42:12.862Z | Compiling serde_json v1.0.128 |
| 386 | 2024-09-25T16:42:13.248Z | Checking itoa v1.0.11 |
| 387 | 2024-09-25T16:42:13.368Z | Compiling thiserror v1.0.64 |
| 388 | 2024-09-25T16:42:13.426Z | Compiling ahash v0.8.11 |
| 389 | 2024-09-25T16:42:13.433Z | Checking byteorder v1.5.0 |
| 390 | 2024-09-25T16:42:13.550Z | Compiling shlex v1.3.0 |
| 391 | 2024-09-25T16:42:13.597Z | Checking once_cell v1.19.0 |
| 392 | 2024-09-25T16:42:13.793Z | Compiling cc v1.1.21 |
| 393 | 2024-09-25T16:42:13.875Z | Compiling num-traits v0.2.19 |
| 394 | 2024-09-25T16:42:14.000Z | Checking pin-project-lite v0.2.14 |
| 395 | 2024-09-25T16:42:14.207Z | Checking getrandom v0.2.15 |
| 396 | 2024-09-25T16:42:14.224Z | Checking ryu v1.0.18 |
| 397 | 2024-09-25T16:42:14.389Z | Compiling quote v1.0.37 |
| 398 | 2024-09-25T16:42:14.404Z | Checking bytes v1.7.2 |
| 399 | 2024-09-25T16:42:14.457Z | Checking log v0.4.22 |
| 400 | 2024-09-25T16:42:14.549Z | Checking allocator-api2 v0.2.18 |
| 401 | 2024-09-25T16:42:14.697Z | Compiling lock_api v0.4.12 |
| 402 | 2024-09-25T16:42:14.861Z | Compiling syn v2.0.77 |
| 403 | 2024-09-25T16:42:14.946Z | Compiling parking_lot_core v0.9.10 |
| 404 | 2024-09-25T16:42:15.010Z | Compiling schemars v0.8.21 |
| 405 | 2024-09-25T16:42:15.026Z | Checking futures-core v0.3.30 |
| 406 | 2024-09-25T16:42:15.133Z | Checking scopeguard v1.2.0 |
| 407 | 2024-09-25T16:42:15.152Z | Checking smallvec v1.13.2 |
| 408 | 2024-09-25T16:42:15.174Z | Checking signal-hook-registry v1.4.2 |
| 409 | 2024-09-25T16:42:15.191Z | Checking socket2 v0.5.7 |
| 410 | 2024-09-25T16:42:15.387Z | Checking mio v1.0.2 |
| 411 | 2024-09-25T16:42:15.395Z | Compiling slab v0.4.9 |
| 412 | 2024-09-25T16:42:15.410Z | Checking futures-sink v0.3.30 |
| 413 | 2024-09-25T16:42:15.537Z | Checking spin v0.9.8 |
| 414 | 2024-09-25T16:42:15.706Z | Checking fnv v1.0.7 |
| 415 | 2024-09-25T16:42:15.743Z | Checking equivalent v1.0.1 |
| 416 | 2024-09-25T16:42:15.806Z | Checking untrusted v0.9.0 |
| 417 | 2024-09-25T16:42:15.809Z | Checking parking_lot v0.12.3 |
| 418 | 2024-09-25T16:42:15.825Z | Checking futures-channel v0.3.30 |
| 419 | 2024-09-25T16:42:15.940Z | Compiling heck v0.5.0 |
| 420 | 2024-09-25T16:42:15.951Z | Compiling vcpkg v0.2.15 |
| 421 | 2024-09-25T16:42:16.084Z | Compiling semver v1.0.23 |
| 422 | 2024-09-25T16:42:16.128Z | Checking futures-io v0.3.30 |
| 423 | 2024-09-25T16:42:16.157Z | Checking futures-task v0.3.30 |
| 424 | 2024-09-25T16:42:16.290Z | Checking pin-utils v0.1.0 |
| 425 | 2024-09-25T16:42:16.363Z | Compiling pkg-config v0.3.31 |
| 426 | 2024-09-25T16:42:16.371Z | Compiling ucd-trie v0.1.6 |
| 427 | 2024-09-25T16:42:16.399Z | Checking iana-time-zone v0.1.61 |
| 428 | 2024-09-25T16:42:16.531Z | Checking http v0.2.12 |
| 429 | 2024-09-25T16:42:16.768Z | Compiling ring v0.17.8 |
| 430 | 2024-09-25T16:42:16.859Z | Checking dyn-clone v1.0.17 |
| 431 | 2024-09-25T16:42:17.138Z | Compiling httparse v1.9.4 |
| 432 | 2024-09-25T16:42:17.673Z | Compiling openssl-sys v0.9.103 |
| 433 | 2024-09-25T16:42:17.939Z | Checking tracing-core v0.1.32 |
| 434 | 2024-09-25T16:42:18.065Z | Compiling uuid v1.10.0 |
| 435 | 2024-09-25T16:42:18.468Z | Compiling chrono v0.4.38 |
| 436 | 2024-09-25T16:42:18.570Z | Checking try-lock v0.2.5 |
| 437 | 2024-09-25T16:42:18.591Z | Checking tracing v0.1.40 |
| 438 | 2024-09-25T16:42:18.616Z | Checking foreign-types-shared v0.1.1 |
| 439 | 2024-09-25T16:42:18.673Z | Compiling slog v2.7.0 |
| 440 | 2024-09-25T16:42:18.696Z | Compiling openssl v0.10.66 |
| 441 | 2024-09-25T16:42:18.874Z | Checking foreign-types v0.3.2 |
| 442 | 2024-09-25T16:42:18.940Z | Checking want v0.3.1 |
| 443 | 2024-09-25T16:42:19.087Z | Checking http-body v0.4.6 |
| 444 | 2024-09-25T16:42:19.139Z | Compiling aho-corasick v1.1.3 |
| 445 | 2024-09-25T16:42:19.212Z | Checking percent-encoding v2.3.1 |
| 446 | 2024-09-25T16:42:19.403Z | Checking httpdate v1.0.3 |
| 447 | 2024-09-25T16:42:19.426Z | Checking tower-service v0.3.3 |
| 448 | 2024-09-25T16:42:19.538Z | Compiling rustls v0.21.12 |
| 449 | 2024-09-25T16:42:19.637Z | Checking tinyvec_macros v0.1.1 |
| 450 | 2024-09-25T16:42:19.705Z | Checking bitflags v2.6.0 |
| 451 | 2024-09-25T16:42:19.834Z | Compiling native-tls v0.2.12 |
| 452 | 2024-09-25T16:42:19.932Z | Compiling typenum v1.17.0 |
| 453 | 2024-09-25T16:42:19.941Z | Compiling regex-syntax v0.8.4 |
| 454 | 2024-09-25T16:42:20.221Z | Checking tinyvec v1.8.0 |
| 455 | 2024-09-25T16:42:20.475Z | Checking form_urlencoded v1.2.1 |
| 456 | 2024-09-25T16:42:20.992Z | Compiling generic-array v0.14.7 |
| 457 | 2024-09-25T16:42:21.113Z | Checking openssl-probe v0.1.5 |
| 458 | 2024-09-25T16:42:21.465Z | Checking unicode-normalization v0.1.24 |
| 459 | 2024-09-25T16:42:22.369Z | Compiling serde_derive_internals v0.29.1 |
| 460 | 2024-09-25T16:42:22.714Z | Checking rustls-webpki v0.101.7 |
| 461 | 2024-09-25T16:42:23.011Z | Checking sct v0.7.1 |
| 462 | 2024-09-25T16:42:23.199Z | Compiling usdt-impl v0.5.0 |
| 463 | 2024-09-25T16:42:23.364Z | Compiling regex-automata v0.4.7 |
| 464 | 2024-09-25T16:42:23.572Z | Checking encoding_rs v0.8.34 |
| 465 | 2024-09-25T16:42:23.581Z | Checking unicode-bidi v0.3.15 |
| 466 | 2024-09-25T16:42:24.028Z | Compiling num-conv v0.1.0 |
| 467 | 2024-09-25T16:42:24.178Z | Compiling time-core v0.1.2 |
| 468 | 2024-09-25T16:42:24.333Z | Checking powerfmt v0.2.0 |
| 469 | 2024-09-25T16:42:24.556Z | Checking mime v0.3.17 |
| 470 | 2024-09-25T16:42:24.585Z | Checking deranged v0.3.11 |
| 471 | 2024-09-25T16:42:24.886Z | Compiling time-macros v0.2.18 |
| 472 | 2024-09-25T16:42:25.730Z | Checking idna v0.5.0 |
| 473 | 2024-09-25T16:42:26.017Z | Compiling thread-id v4.2.2 |
| 474 | 2024-09-25T16:42:26.440Z | Checking base64 v0.21.7 |
| 475 | 2024-09-25T16:42:26.594Z | Checking plain v0.2.3 |
| 476 | 2024-09-25T16:42:26.690Z | Checking num_threads v0.1.7 |
| 477 | 2024-09-25T16:42:26.789Z | Compiling crossbeam-utils v0.8.20 |
| 478 | 2024-09-25T16:42:26.923Z | Compiling strsim v0.11.1 |
| 479 | 2024-09-25T16:42:27.254Z | Compiling serde_derive v1.0.210 |
| 480 | 2024-09-25T16:42:27.270Z | Compiling zerocopy-derive v0.7.35 |
| 481 | 2024-09-25T16:42:27.300Z | Compiling thiserror-impl v1.0.64 |
| 482 | 2024-09-25T16:42:27.365Z | Compiling schemars_derive v0.8.21 |
| 483 | 2024-09-25T16:42:27.463Z | Compiling tokio-macros v2.4.0 |
| 484 | 2024-09-25T16:42:27.640Z | Compiling futures-macro v0.3.30 |
| 485 | 2024-09-25T16:42:27.826Z | Compiling openssl-macros v0.1.1 |
| 486 | 2024-09-25T16:42:29.031Z | Checking tokio v1.40.0 |
| 487 | 2024-09-25T16:42:29.304Z | Checking zerocopy v0.7.35 |
| 488 | 2024-09-25T16:42:30.101Z | Checking futures-util v0.3.30 |
| 489 | 2024-09-25T16:42:30.375Z | Compiling pest v2.7.13 |
| 490 | 2024-09-25T16:42:31.103Z | Checking hashbrown v0.14.5 |
| 491 | 2024-09-25T16:42:31.191Z | Compiling scroll_derive v0.12.0 |
| 492 | 2024-09-25T16:42:32.275Z | Compiling regex v1.10.6 |
| 493 | 2024-09-25T16:42:32.695Z | Checking scroll v0.12.0 |
| 494 | 2024-09-25T16:42:32.915Z | Compiling pest_meta v2.7.13 |
| 495 | 2024-09-25T16:42:33.159Z | Compiling regress v0.10.1 |
| 496 | 2024-09-25T16:42:34.281Z | Compiling pest_generator v2.7.13 |
| 497 | 2024-09-25T16:42:36.165Z | Checking tokio-util v0.7.12 |
| 498 | 2024-09-25T16:42:36.646Z | Checking tokio-rustls v0.24.1 |
| 499 | 2024-09-25T16:42:36.816Z | Checking tokio-native-tls v0.3.1 |
| 500 | 2024-09-25T16:42:36.967Z | Compiling pest_derive v2.7.13 |
| 501 | 2024-09-25T16:42:36.975Z | Compiling ident_case v1.0.1 |
| 502 | 2024-09-25T16:42:36.990Z | Checking rustls-pki-types v1.8.0 |
| 503 | 2024-09-25T16:42:37.139Z | Compiling darling_core v0.20.10 |
| 504 | 2024-09-25T16:42:37.426Z | Checking time v0.3.36 |
| 505 | 2024-09-25T16:42:37.769Z | Checking goblin v0.8.2 |
| 506 | 2024-09-25T16:42:37.806Z | Compiling dtrace-parser v0.2.0 |
| 507 | 2024-09-25T16:42:39.284Z | Checking rustls-pemfile v1.0.4 |
| 508 | 2024-09-25T16:42:39.308Z | Checking url v2.5.2 |
| 509 | 2024-09-25T16:42:39.466Z | Checking dirs-sys-next v0.1.2 |
| 510 | 2024-09-25T16:42:39.635Z | Checking pretty-hex v0.4.1 |
| 511 | 2024-09-25T16:42:39.808Z | Checking sync_wrapper v0.1.2 |
| 512 | 2024-09-25T16:42:39.912Z | Checking indexmap v2.5.0 |
| 513 | 2024-09-25T16:42:40.666Z | Checking serde_urlencoded v0.7.1 |
| 514 | 2024-09-25T16:42:40.839Z | Compiling unsafe-libyaml v0.2.11 |
| 515 | 2024-09-25T16:42:41.088Z | Checking webpki-roots v0.25.4 |
| 516 | 2024-09-25T16:42:41.233Z | Compiling serde_tokenstream v0.2.2 |
| 517 | 2024-09-25T16:42:41.438Z | Checking h2 v0.3.26 |
| 518 | 2024-09-25T16:42:41.988Z | Checking openapiv3 v2.0.0 |
| 519 | 2024-09-25T16:42:42.634Z | Compiling rustversion v1.0.17 |
| 520 | 2024-09-25T16:42:43.163Z | Compiling dof v0.3.0 |
| 521 | 2024-09-25T16:42:43.303Z | Compiling omicron-workspace-hack v0.1.0 |
| 522 | 2024-09-25T16:42:43.640Z | Compiling paste v1.0.15 |
| 523 | 2024-09-25T16:42:43.650Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 524 | 2024-09-25T16:42:44.031Z | Checking ipnet v2.10.0 |
| 525 | 2024-09-25T16:42:44.159Z | Compiling rustls v0.22.4 |
| 526 | 2024-09-25T16:42:44.536Z | Compiling serde_yaml v0.9.34+deprecated |
| 527 | 2024-09-25T16:42:44.557Z | Compiling darling_macro v0.20.10 |
| 528 | 2024-09-25T16:42:45.550Z | Checking hyper v0.14.30 |
| 529 | 2024-09-25T16:42:46.063Z | Checking toml_datetime v0.6.8 |
| 530 | 2024-09-25T16:42:46.108Z | Checking serde_spanned v0.6.7 |
| 531 | 2024-09-25T16:42:46.115Z | Checking dirs-next v2.0.0 |
| 532 | 2024-09-25T16:42:46.229Z | Checking rustls-webpki v0.102.8 |
| 533 | 2024-09-25T16:42:46.272Z | Checking ppv-lite86 v0.2.20 |
| 534 | 2024-09-25T16:42:46.325Z | Checking block-buffer v0.10.4 |
| 535 | 2024-09-25T16:42:46.498Z | Checking crypto-common v0.1.6 |
| 536 | 2024-09-25T16:42:46.654Z | Compiling structmeta-derive v0.3.0 |
| 537 | 2024-09-25T16:42:46.867Z | Checking rand_core v0.6.4 |
| 538 | 2024-09-25T16:42:47.008Z | Checking thread_local v1.1.8 |
| 539 | 2024-09-25T16:42:47.054Z | Compiling multer v3.1.0 |
| 540 | 2024-09-25T16:42:47.143Z | Compiling anyhow v1.0.89 |
| 541 | 2024-09-25T16:42:47.277Z | Checking winnow v0.6.19 |
| 542 | 2024-09-25T16:42:47.382Z | Checking match_cfg v0.1.0 |
| 543 | 2024-09-25T16:42:47.454Z | Compiling slog-async v2.8.0 |
| 544 | 2024-09-25T16:42:47.506Z | Compiling camino v1.1.9 |
| 545 | 2024-09-25T16:42:47.722Z | Checking subtle v2.6.1 |
| 546 | 2024-09-25T16:42:47.950Z | Checking zeroize v1.8.1 |
| 547 | 2024-09-25T16:42:48.167Z | Checking hostname v0.3.1 |
| 548 | 2024-09-25T16:42:48.219Z | Checking rand_chacha v0.3.1 |
| 549 | 2024-09-25T16:42:48.277Z | Checking crossbeam-channel v0.5.13 |
| 550 | 2024-09-25T16:42:48.563Z | Checking digest v0.10.7 |
| 551 | 2024-09-25T16:42:48.761Z | Checking term v0.7.0 |
| 552 | 2024-09-25T16:42:48.880Z | Compiling darling v0.20.10 |
| 553 | 2024-09-25T16:42:48.986Z | Compiling usdt-macro v0.5.0 |
| 554 | 2024-09-25T16:42:49.004Z | Compiling usdt-attr-macro v0.5.0 |
| 555 | 2024-09-25T16:42:49.411Z | Compiling structmeta v0.3.0 |
| 556 | 2024-09-25T16:42:49.973Z | Checking hyper-tls v0.5.0 |
| 557 | 2024-09-25T16:42:50.231Z | Checking hyper-rustls v0.24.2 |
| 558 | 2024-09-25T16:42:50.273Z | Checking toml_edit v0.22.22 |
| 559 | 2024-09-25T16:42:50.281Z | Checking slog-json v2.6.1 |
| 560 | 2024-09-25T16:42:50.401Z | Checking futures-executor v0.3.30 |
| 561 | 2024-09-25T16:42:50.425Z | Compiling async-stream-impl v0.3.5 |
| 562 | 2024-09-25T16:42:50.493Z | Checking reqwest v0.11.27 |
| 563 | 2024-09-25T16:42:50.518Z | Checking http v1.1.0 |
| 564 | 2024-09-25T16:42:50.598Z | Checking is-terminal v0.4.13 |
| 565 | 2024-09-25T16:42:50.701Z | Checking memmap v0.7.0 |
| 566 | 2024-09-25T16:42:50.877Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
| 567 | 2024-09-25T16:42:50.891Z | Checking take_mut v0.2.2 |
| 568 | 2024-09-25T16:42:51.025Z | Checking cpufeatures v0.2.14 |
| 569 | 2024-09-25T16:42:51.103Z | Checking base64 v0.22.1 |
| 570 | 2024-09-25T16:42:51.216Z | Checking atomic-waker v1.1.2 |
| 571 | 2024-09-25T16:42:51.334Z | Checking waitgroup v0.1.2 |
| 572 | 2024-09-25T16:42:51.513Z | Checking sha1 v0.10.6 |
| 573 | 2024-09-25T16:42:51.564Z | Checking rustls-pemfile v2.1.3 |
| 574 | 2024-09-25T16:42:51.719Z | Checking async-stream v0.3.5 |
| 575 | 2024-09-25T16:42:51.782Z | Checking usdt v0.5.0 |
| 576 | 2024-09-25T16:42:51.794Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 577 | 2024-09-25T16:42:51.822Z | Checking tokio-rustls v0.25.0 |
| 578 | 2024-09-25T16:42:51.882Z | Checking slog-term v2.9.1 |
| 579 | 2024-09-25T16:42:52.013Z | Checking futures v0.3.30 |
| 580 | 2024-09-25T16:42:52.025Z | Checking slog-bunyan v2.5.0 |
| 581 | 2024-09-25T16:42:52.076Z | Compiling strum_macros v0.26.4 |
| 582 | 2024-09-25T16:42:52.096Z | Compiling parse-display-derive v0.10.0 |
| 583 | 2024-09-25T16:42:52.151Z | Compiling serde_with_macros v3.9.0 |
| 584 | 2024-09-25T16:42:52.165Z | Checking rand v0.8.5 |
| 585 | 2024-09-25T16:42:52.678Z | Checking newtype-uuid v1.1.0 |
| 586 | 2024-09-25T16:42:52.842Z | Checking toml v0.8.19 |
| 587 | 2024-09-25T16:42:52.911Z | Checking ipnetwork v0.20.0 |
| 588 | 2024-09-25T16:42:52.913Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
| 589 | 2024-09-25T16:42:53.261Z | Checking hex v0.4.3 |
| 590 | 2024-09-25T16:42:53.373Z | Checking serde_path_to_error v0.1.16 |
| 591 | 2024-09-25T16:42:53.586Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 592 | 2024-09-25T16:42:53.794Z | Compiling async-trait v0.1.83 |
| 593 | 2024-09-25T16:42:54.002Z | Checking hostname v0.4.0 |
| 594 | 2024-09-25T16:42:54.123Z | Checking instant v0.1.13 |
| 595 | 2024-09-25T16:42:54.220Z | Checking debug-ignore v1.0.5 |
| 596 | 2024-09-25T16:42:54.342Z | Checking backoff v0.4.0 |
| 597 | 2024-09-25T16:42:54.390Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 598 | 2024-09-25T16:42:54.507Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 599 | 2024-09-25T16:42:54.615Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 600 | 2024-09-25T16:42:54.642Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 601 | 2024-09-25T16:42:54.782Z | Checking serde_with v3.9.0 |
| 602 | 2024-09-25T16:42:54.878Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 603 | 2024-09-25T16:42:55.030Z | Checking macaddr v1.0.1 |
| 604 | 2024-09-25T16:42:55.346Z | Checking regress v0.9.1 |
| 605 | 2024-09-25T16:42:55.982Z | Checking parse-display v0.10.0 |
| 606 | 2024-09-25T16:42:56.419Z | Checking strum v0.26.3 |
| 607 | 2024-09-25T16:42:57.158Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 608 | 2024-09-25T16:42:59.102Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 609 | 2024-09-25T16:42:59.161Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 610 | 2024-09-25T16:43:01.706Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 611 | 2024-09-25T16:43:06.761Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 612 | 2024-09-25T16:43:06.861Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 613 | 2024-09-25T16:43:09.637Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 614 | 2024-09-25T16:43:16.884Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 615 | 2024-09-25T16:43:16.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 616 | 2024-09-25T16:43:17.004Z | + cargo build --release |
| 617 | 2024-09-25T16:43:17.270Z | Compiling proc-macro2 v1.0.86 |
| 618 | 2024-09-25T16:43:17.270Z | Compiling unicode-ident v1.0.13 |
| 619 | 2024-09-25T16:43:17.272Z | Compiling libc v0.2.159 |
| 620 | 2024-09-25T16:43:17.272Z | Compiling cfg-if v1.0.0 |
| 621 | 2024-09-25T16:43:17.272Z | Compiling version_check v0.9.5 |
| 622 | 2024-09-25T16:43:17.272Z | Compiling autocfg v1.3.0 |
| 623 | 2024-09-25T16:43:17.272Z | Compiling serde v1.0.210 |
| 624 | 2024-09-25T16:43:17.272Z | Compiling memchr v2.7.4 |
| 625 | 2024-09-25T16:43:17.385Z | Compiling serde_json v1.0.128 |
| 626 | 2024-09-25T16:43:17.474Z | Compiling itoa v1.0.11 |
| 627 | 2024-09-25T16:43:17.743Z | Compiling thiserror v1.0.64 |
| 628 | 2024-09-25T16:43:17.889Z | Compiling once_cell v1.19.0 |
| 629 | 2024-09-25T16:43:17.902Z | Compiling ahash v0.8.11 |
| 630 | 2024-09-25T16:43:18.005Z | Compiling shlex v1.3.0 |
| 631 | 2024-09-25T16:43:18.272Z | Compiling byteorder v1.5.0 |
| 632 | 2024-09-25T16:43:18.289Z | Compiling cc v1.1.21 |
| 633 | 2024-09-25T16:43:18.764Z | Compiling quote v1.0.37 |
| 634 | 2024-09-25T16:43:18.764Z | Compiling getrandom v0.2.15 |
| 635 | 2024-09-25T16:43:18.776Z | Compiling num-traits v0.2.19 |
| 636 | 2024-09-25T16:43:18.904Z | Compiling pin-project-lite v0.2.14 |
| 637 | 2024-09-25T16:43:19.096Z | Compiling ryu v1.0.18 |
| 638 | 2024-09-25T16:43:19.124Z | Compiling syn v2.0.77 |
| 639 | 2024-09-25T16:43:19.193Z | Compiling log v0.4.22 |
| 640 | 2024-09-25T16:43:19.374Z | Compiling bytes v1.7.2 |
| 641 | 2024-09-25T16:43:19.478Z | Compiling schemars v0.8.21 |
| 642 | 2024-09-25T16:43:19.630Z | Compiling allocator-api2 v0.2.18 |
| 643 | 2024-09-25T16:43:19.676Z | Compiling lock_api v0.4.12 |
| 644 | 2024-09-25T16:43:19.863Z | Compiling parking_lot_core v0.9.10 |
| 645 | 2024-09-25T16:43:19.912Z | Compiling scopeguard v1.2.0 |
| 646 | 2024-09-25T16:43:19.960Z | Compiling futures-core v0.3.30 |
| 647 | 2024-09-25T16:43:20.051Z | Compiling smallvec v1.13.2 |
| 648 | 2024-09-25T16:43:20.182Z | Compiling signal-hook-registry v1.4.2 |
| 649 | 2024-09-25T16:43:20.333Z | Compiling mio v1.0.2 |
| 650 | 2024-09-25T16:43:20.563Z | Compiling socket2 v0.5.7 |
| 651 | 2024-09-25T16:43:20.681Z | Compiling slab v0.4.9 |
| 652 | 2024-09-25T16:43:21.040Z | Compiling parking_lot v0.12.3 |
| 653 | 2024-09-25T16:43:21.204Z | Compiling futures-sink v0.3.30 |
| 654 | 2024-09-25T16:43:21.265Z | Compiling ring v0.17.8 |
| 655 | 2024-09-25T16:43:21.343Z | Compiling spin v0.9.8 |
| 656 | 2024-09-25T16:43:21.523Z | Compiling semver v1.0.23 |
| 657 | 2024-09-25T16:43:21.588Z | Compiling fnv v1.0.7 |
| 658 | 2024-09-25T16:43:21.728Z | Compiling equivalent v1.0.1 |
| 659 | 2024-09-25T16:43:21.827Z | Compiling untrusted v0.9.0 |
| 660 | 2024-09-25T16:43:22.034Z | Compiling futures-channel v0.3.30 |
| 661 | 2024-09-25T16:43:22.191Z | Compiling vcpkg v0.2.15 |
| 662 | 2024-09-25T16:43:22.248Z | Compiling pin-utils v0.1.0 |
| 663 | 2024-09-25T16:43:22.323Z | Compiling futures-io v0.3.30 |
| 664 | 2024-09-25T16:43:22.329Z | Compiling pkg-config v0.3.31 |
| 665 | 2024-09-25T16:43:22.484Z | Compiling futures-task v0.3.30 |
| 666 | 2024-09-25T16:43:22.507Z | Compiling heck v0.5.0 |
| 667 | 2024-09-25T16:43:22.963Z | Compiling iana-time-zone v0.1.61 |
| 668 | 2024-09-25T16:43:23.007Z | Compiling ucd-trie v0.1.6 |
| 669 | 2024-09-25T16:43:23.464Z | Compiling http v0.2.12 |
| 670 | 2024-09-25T16:43:23.633Z | Compiling dyn-clone v1.0.17 |
| 671 | 2024-09-25T16:43:23.694Z | Compiling httparse v1.9.4 |
| 672 | 2024-09-25T16:43:23.829Z | Compiling openssl-sys v0.9.103 |
| 673 | 2024-09-25T16:43:24.505Z | Compiling tracing-core v0.1.32 |
| 674 | 2024-09-25T16:43:24.844Z | Compiling chrono v0.4.38 |
| 675 | 2024-09-25T16:43:24.982Z | Compiling uuid v1.10.0 |
| 676 | 2024-09-25T16:43:25.544Z | Compiling tracing v0.1.40 |
| 677 | 2024-09-25T16:43:26.239Z | Compiling serde_derive_internals v0.29.1 |
| 678 | 2024-09-25T16:43:26.857Z | Compiling try-lock v0.2.5 |
| 679 | 2024-09-25T16:43:27.144Z | Compiling openssl v0.10.66 |
| 680 | 2024-09-25T16:43:27.351Z | Compiling foreign-types-shared v0.1.1 |
| 681 | 2024-09-25T16:43:27.446Z | Compiling slog v2.7.0 |
| 682 | 2024-09-25T16:43:27.622Z | Compiling foreign-types v0.3.2 |
| 683 | 2024-09-25T16:43:27.706Z | Compiling want v0.3.1 |
| 684 | 2024-09-25T16:43:27.986Z | Compiling http-body v0.4.6 |
| 685 | 2024-09-25T16:43:28.277Z | Compiling aho-corasick v1.1.3 |
| 686 | 2024-09-25T16:43:28.470Z | Compiling bitflags v2.6.0 |
| 687 | 2024-09-25T16:43:28.477Z | Compiling typenum v1.17.0 |
| 688 | 2024-09-25T16:43:28.813Z | Compiling percent-encoding v2.3.1 |
| 689 | 2024-09-25T16:43:29.169Z | Compiling tinyvec_macros v0.1.1 |
| 690 | 2024-09-25T16:43:29.251Z | Compiling httpdate v1.0.3 |
| 691 | 2024-09-25T16:43:29.276Z | Compiling tower-service v0.3.3 |
| 692 | 2024-09-25T16:43:29.387Z | Compiling rustls v0.21.12 |
| 693 | 2024-09-25T16:43:29.397Z | Compiling native-tls v0.2.12 |
| 694 | 2024-09-25T16:43:29.447Z | Compiling regex-syntax v0.8.4 |
| 695 | 2024-09-25T16:43:29.770Z | Compiling tinyvec v1.8.0 |
| 696 | 2024-09-25T16:43:29.778Z | Compiling form_urlencoded v1.2.1 |
| 697 | 2024-09-25T16:43:30.325Z | Compiling generic-array v0.14.7 |
| 698 | 2024-09-25T16:43:30.751Z | Compiling openssl-probe v0.1.5 |
| 699 | 2024-09-25T16:43:31.459Z | Compiling unicode-normalization v0.1.24 |
| 700 | 2024-09-25T16:43:31.517Z | Compiling serde_derive v1.0.210 |
| 701 | 2024-09-25T16:43:31.862Z | Compiling zerocopy-derive v0.7.35 |
| 702 | 2024-09-25T16:43:32.206Z | Compiling thiserror-impl v1.0.64 |
| 703 | 2024-09-25T16:43:32.576Z | Compiling schemars_derive v0.8.21 |
| 704 | 2024-09-25T16:43:32.646Z | Compiling tokio-macros v2.4.0 |
| 705 | 2024-09-25T16:43:33.934Z | Compiling zerocopy v0.7.35 |
| 706 | 2024-09-25T16:43:35.166Z | Compiling tokio v1.40.0 |
| 707 | 2024-09-25T16:43:35.174Z | Compiling futures-macro v0.3.30 |
| 708 | 2024-09-25T16:43:35.619Z | Compiling pest v2.7.13 |
| 709 | 2024-09-25T16:43:36.102Z | Compiling hashbrown v0.14.5 |
| 710 | 2024-09-25T16:43:37.055Z | Compiling futures-util v0.3.30 |
| 711 | 2024-09-25T16:43:37.687Z | Compiling regress v0.10.1 |
| 712 | 2024-09-25T16:43:37.701Z | Compiling openssl-macros v0.1.1 |
| 713 | 2024-09-25T16:43:38.547Z | Compiling pest_meta v2.7.13 |
| 714 | 2024-09-25T16:43:42.434Z | Compiling pest_generator v2.7.13 |
| 715 | 2024-09-25T16:43:42.650Z | Compiling rustls-webpki v0.101.7 |
| 716 | 2024-09-25T16:43:44.097Z | Compiling tokio-util v0.7.12 |
| 717 | 2024-09-25T16:43:44.144Z | Compiling pest_derive v2.7.13 |
| 718 | 2024-09-25T16:43:45.010Z | Compiling sct v0.7.1 |
| 719 | 2024-09-25T16:43:45.847Z | Compiling indexmap v2.5.0 |
| 720 | 2024-09-25T16:43:46.620Z | Compiling serde_tokenstream v0.2.2 |
| 721 | 2024-09-25T16:43:48.009Z | Compiling h2 v0.3.26 |
| 722 | 2024-09-25T16:43:48.870Z | Compiling regex-automata v0.4.7 |
| 723 | 2024-09-25T16:43:52.047Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 724 | 2024-09-25T16:43:55.880Z | Compiling hyper v0.14.30 |
| 725 | 2024-09-25T16:43:56.811Z | Compiling regex v1.10.6 |
| 726 | 2024-09-25T16:44:00.426Z | Compiling scroll_derive v0.12.0 |
| 727 | 2024-09-25T16:44:03.693Z | Compiling usdt-impl v0.5.0 |
| 728 | 2024-09-25T16:44:03.988Z | Compiling encoding_rs v0.8.34 |
| 729 | 2024-09-25T16:44:04.402Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 730 | 2024-09-25T16:44:06.057Z | Compiling powerfmt v0.2.0 |
| 731 | 2024-09-25T16:44:06.550Z | Compiling mime v0.3.17 |
| 732 | 2024-09-25T16:44:07.639Z | Compiling num-conv v0.1.0 |
| 733 | 2024-09-25T16:44:07.914Z | Compiling unicode-bidi v0.3.15 |
| 734 | 2024-09-25T16:44:08.408Z | Compiling time-core v0.1.2 |
| 735 | 2024-09-25T16:44:08.570Z | Compiling time-macros v0.2.18 |
| 736 | 2024-09-25T16:44:10.986Z | Compiling idna v0.5.0 |
| 737 | 2024-09-25T16:44:13.502Z | Compiling deranged v0.3.11 |
| 738 | 2024-09-25T16:44:14.720Z | Compiling scroll v0.12.0 |
| 739 | 2024-09-25T16:44:15.352Z | Compiling tokio-native-tls v0.3.1 |
| 740 | 2024-09-25T16:44:15.622Z | Compiling tokio-rustls v0.24.1 |
| 741 | 2024-09-25T16:44:15.830Z | Compiling dof v0.3.0 |
| 742 | 2024-09-25T16:44:16.019Z | Compiling serde_urlencoded v0.7.1 |
| 743 | 2024-09-25T16:44:16.090Z | Compiling dtrace-parser v0.2.0 |
| 744 | 2024-09-25T16:44:16.729Z | Compiling thread-id v4.2.2 |
| 745 | 2024-09-25T16:44:16.827Z | Compiling num_threads v0.1.7 |
| 746 | 2024-09-25T16:44:16.942Z | Compiling base64 v0.21.7 |
| 747 | 2024-09-25T16:44:18.069Z | Compiling strsim v0.11.1 |
| 748 | 2024-09-25T16:44:18.268Z | Compiling plain v0.2.3 |
| 749 | 2024-09-25T16:44:18.798Z | Compiling omicron-workspace-hack v0.1.0 |
| 750 | 2024-09-25T16:44:19.130Z | Compiling rustls-pki-types v1.8.0 |
| 751 | 2024-09-25T16:44:19.642Z | Compiling ident_case v1.0.1 |
| 752 | 2024-09-25T16:44:19.984Z | Compiling crossbeam-utils v0.8.20 |
| 753 | 2024-09-25T16:44:20.184Z | Compiling time v0.3.36 |
| 754 | 2024-09-25T16:44:21.332Z | Compiling darling_core v0.20.10 |
| 755 | 2024-09-25T16:44:22.905Z | Compiling goblin v0.8.2 |
| 756 | 2024-09-25T16:44:25.299Z | Compiling rustls-pemfile v1.0.4 |
| 757 | 2024-09-25T16:44:27.453Z | Compiling hyper-rustls v0.24.2 |
| 758 | 2024-09-25T16:44:27.465Z | Compiling hyper-tls v0.5.0 |
| 759 | 2024-09-25T16:44:27.886Z | Compiling url v2.5.2 |
| 760 | 2024-09-25T16:44:27.918Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
| 761 | 2024-09-25T16:44:28.037Z | Compiling openapiv3 v2.0.0 |
| 762 | 2024-09-25T16:44:29.752Z | Compiling dirs-sys-next v0.1.2 |
| 763 | 2024-09-25T16:44:30.214Z | Compiling webpki-roots v0.25.4 |
| 764 | 2024-09-25T16:44:30.369Z | Compiling unsafe-libyaml v0.2.11 |
| 765 | 2024-09-25T16:44:30.858Z | Compiling ipnet v2.10.0 |
| 766 | 2024-09-25T16:44:32.104Z | Compiling rustversion v1.0.17 |
| 767 | 2024-09-25T16:44:32.292Z | Compiling sync_wrapper v0.1.2 |
| 768 | 2024-09-25T16:44:32.416Z | Compiling paste v1.0.15 |
| 769 | 2024-09-25T16:44:32.761Z | Compiling pretty-hex v0.4.1 |
| 770 | 2024-09-25T16:44:32.926Z | Compiling rustls v0.22.4 |
| 771 | 2024-09-25T16:44:33.318Z | Compiling reqwest v0.11.27 |
| 772 | 2024-09-25T16:44:33.429Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 773 | 2024-09-25T16:44:33.504Z | Compiling serde_yaml v0.9.34+deprecated |
| 774 | 2024-09-25T16:44:35.899Z | Compiling dirs-next v2.0.0 |
| 775 | 2024-09-25T16:44:36.148Z | Compiling darling_macro v0.20.10 |
| 776 | 2024-09-25T16:44:39.236Z | Compiling rustls-webpki v0.102.8 |
| 777 | 2024-09-25T16:44:39.252Z | Compiling block-buffer v0.10.4 |
| 778 | 2024-09-25T16:44:39.483Z | Compiling crypto-common v0.1.6 |
| 779 | 2024-09-25T16:44:39.680Z | Compiling toml_datetime v0.6.8 |
| 780 | 2024-09-25T16:44:40.131Z | Compiling serde_spanned v0.6.7 |
| 781 | 2024-09-25T16:44:40.353Z | Compiling ppv-lite86 v0.2.20 |
| 782 | 2024-09-25T16:44:40.373Z | Compiling structmeta-derive v0.3.0 |
| 783 | 2024-09-25T16:44:41.257Z | Compiling rand_core v0.6.4 |
| 784 | 2024-09-25T16:44:41.839Z | Compiling thread_local v1.1.8 |
| 785 | 2024-09-25T16:44:41.971Z | Compiling multer v3.1.0 |
| 786 | 2024-09-25T16:44:42.316Z | Compiling camino v1.1.9 |
| 787 | 2024-09-25T16:44:42.563Z | Compiling anyhow v1.0.89 |
| 788 | 2024-09-25T16:44:42.943Z | Compiling zeroize v1.8.1 |
| 789 | 2024-09-25T16:44:43.165Z | Compiling winnow v0.6.19 |
| 790 | 2024-09-25T16:44:43.167Z | Compiling slog-async v2.8.0 |
| 791 | 2024-09-25T16:44:43.286Z | Compiling match_cfg v0.1.0 |
| 792 | 2024-09-25T16:44:43.372Z | Compiling subtle v2.6.1 |
| 793 | 2024-09-25T16:44:43.567Z | Compiling hostname v0.3.1 |
| 794 | 2024-09-25T16:44:43.711Z | Compiling structmeta v0.3.0 |
| 795 | 2024-09-25T16:44:43.890Z | Compiling rand_chacha v0.3.1 |
| 796 | 2024-09-25T16:44:44.095Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 797 | 2024-09-25T16:44:45.687Z | Compiling digest v0.10.7 |
| 798 | 2024-09-25T16:44:46.109Z | Compiling crossbeam-channel v0.5.13 |
| 799 | 2024-09-25T16:44:47.531Z | Compiling toml_edit v0.22.22 |
| 800 | 2024-09-25T16:44:47.759Z | Compiling darling v0.20.10 |
| 801 | 2024-09-25T16:44:47.856Z | Compiling term v0.7.0 |
| 802 | 2024-09-25T16:44:52.473Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 803 | 2024-09-25T16:44:55.466Z | Compiling usdt-attr-macro v0.5.0 |
| 804 | 2024-09-25T16:44:56.350Z | Compiling usdt-macro v0.5.0 |
| 805 | 2024-09-25T16:44:56.938Z | Compiling slog-json v2.6.1 |
| 806 | 2024-09-25T16:44:57.383Z | Compiling futures-executor v0.3.30 |
| 807 | 2024-09-25T16:44:57.688Z | Compiling async-stream-impl v0.3.5 |
| 808 | 2024-09-25T16:44:58.638Z | Compiling http v1.1.0 |
| 809 | 2024-09-25T16:44:59.067Z | Compiling is-terminal v0.4.13 |
| 810 | 2024-09-25T16:44:59.189Z | Compiling memmap v0.7.0 |
| 811 | 2024-09-25T16:44:59.501Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
| 812 | 2024-09-25T16:44:59.604Z | Compiling cpufeatures v0.2.14 |
| 813 | 2024-09-25T16:44:59.693Z | Compiling atomic-waker v1.1.2 |
| 814 | 2024-09-25T16:44:59.849Z | Compiling take_mut v0.2.2 |
| 815 | 2024-09-25T16:44:59.870Z | Compiling base64 v0.22.1 |
| 816 | 2024-09-25T16:45:00.976Z | Compiling rustls-pemfile v2.1.3 |
| 817 | 2024-09-25T16:45:03.436Z | Compiling waitgroup v0.1.2 |
| 818 | 2024-09-25T16:45:03.539Z | Compiling sha1 v0.10.6 |
| 819 | 2024-09-25T16:45:03.672Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
| 820 | 2024-09-25T16:45:03.861Z | Compiling usdt v0.5.0 |
| 821 | 2024-09-25T16:45:04.289Z | Compiling slog-term v2.9.1 |
| 822 | 2024-09-25T16:45:04.527Z | Compiling async-stream v0.3.5 |
| 823 | 2024-09-25T16:45:04.863Z | Compiling futures v0.3.30 |
| 824 | 2024-09-25T16:45:05.060Z | Compiling slog-bunyan v2.5.0 |
| 825 | 2024-09-25T16:45:05.328Z | Compiling strum_macros v0.26.4 |
| 826 | 2024-09-25T16:45:05.395Z | Compiling toml v0.8.19 |
| 827 | 2024-09-25T16:45:07.231Z | Compiling tokio-rustls v0.25.0 |
| 828 | 2024-09-25T16:45:07.661Z | Compiling serde_with_macros v3.9.0 |
| 829 | 2024-09-25T16:45:10.038Z | Compiling rand v0.8.5 |
| 830 | 2024-09-25T16:45:10.390Z | Compiling parse-display-derive v0.10.0 |
| 831 | 2024-09-25T16:45:12.109Z | Compiling newtype-uuid v1.1.0 |
| 832 | 2024-09-25T16:45:12.438Z | Compiling ipnetwork v0.20.0 |
| 833 | 2024-09-25T16:45:12.916Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
| 834 | 2024-09-25T16:45:13.436Z | Compiling hex v0.4.3 |
| 835 | 2024-09-25T16:45:14.132Z | Compiling serde_path_to_error v0.1.16 |
| 836 | 2024-09-25T16:45:14.413Z | Compiling async-trait v0.1.83 |
| 837 | 2024-09-25T16:45:15.169Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 838 | 2024-09-25T16:45:16.018Z | Compiling hostname v0.4.0 |
| 839 | 2024-09-25T16:45:16.272Z | Compiling instant v0.1.13 |
| 840 | 2024-09-25T16:45:16.421Z | Compiling debug-ignore v1.0.5 |
| 841 | 2024-09-25T16:45:16.556Z | Compiling backoff v0.4.0 |
| 842 | 2024-09-25T16:45:16.881Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 843 | 2024-09-25T16:45:16.884Z | Compiling parse-display v0.10.0 |
| 844 | 2024-09-25T16:45:16.952Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 845 | 2024-09-25T16:45:17.074Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 846 | 2024-09-25T16:45:17.107Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 847 | 2024-09-25T16:45:17.155Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 848 | 2024-09-25T16:45:17.714Z | Compiling serde_with v3.9.0 |
| 849 | 2024-09-25T16:45:18.956Z | Compiling strum v0.26.3 |
| 850 | 2024-09-25T16:45:19.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 851 | 2024-09-25T16:45:19.968Z | Compiling macaddr v1.0.1 |
| 852 | 2024-09-25T16:45:20.588Z | Compiling regress v0.9.1 |
| 853 | 2024-09-25T16:45:24.436Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 854 | 2024-09-25T16:45:35.221Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 855 | 2024-09-25T16:45:44.531Z | Finished `release` profile [optimized] target(s) in 2m 27s |
| 856 | 2024-09-25T16:45:44.590Z | process exited: duration 221657 ms, exit code 0 |
| |
| 857 | 2024-09-25T16:45:44.595Z | found 0 output files |