|
|
|
| 1 | 2024-06-25T21:23:28.416Z | job assigned to worker 01J18MF1R5GTB83Y6RTVAPM4HQ (queued for 50 s) |
| |
| 2 | 2024-06-25T21:23:36.184Z | starting task 0: "setup" |
| 3 | 2024-06-25T21:23:36.239Z | ++ uname -s |
| 4 | 2024-06-25T21:23:36.244Z | + kern=SunOS |
| 5 | 2024-06-25T21:23:36.245Z | + case "$kern" in |
| 6 | 2024-06-25T21:23:36.245Z | + groupadd -g 12345 build |
| 7 | 2024-06-25T21:23:36.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-25T21:23:37.253Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-25T21:23:37.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-25T21:23:37.381Z | + home_fs=zfs |
| 11 | 2024-06-25T21:23:37.381Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-25T21:23:37.381Z | + mkdir -p /home/build |
| 13 | 2024-06-25T21:23:37.384Z | + chown build:build /home/build /work |
| 14 | 2024-06-25T21:23:39.384Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-25T21:23:39.387Z | process exited: duration 3203 ms, exit code 0 |
| |
| 16 | 2024-06-25T21:23:39.393Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-25T21:23:39.399Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-25T21:23:39.399Z | ' 1.78.0 |
| 19 | 2024-06-25T21:23:39.402Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-06-25T21:23:39.402Z | * toolchain channel = "1.78.0" |
| 21 | 2024-06-25T21:23:39.402Z | * toolchain profile = "default" |
| 22 | 2024-06-25T21:23:39.402Z | ' default |
| 23 | 2024-06-25T21:23:39.402Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-25T21:23:39.402Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-25T21:23:39.514Z | info: downloading installer |
| 26 | 2024-06-25T21:23:41.035Z | info: profile set to 'default' |
| 27 | 2024-06-25T21:23:41.036Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-25T21:23:41.039Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-25T21:23:41.202Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-25T21:23:41.202Z | info: downloading component 'cargo' |
| 31 | 2024-06-25T21:23:42.331Z | info: downloading component 'clippy' |
| 32 | 2024-06-25T21:23:42.769Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-25T21:23:44.114Z | info: downloading component 'rust-std' |
| 34 | 2024-06-25T21:23:46.290Z | info: downloading component 'rustc' |
| 35 | 2024-06-25T21:23:51.648Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-25T21:23:52.049Z | info: installing component 'cargo' |
| 37 | 2024-06-25T21:23:52.897Z | info: installing component 'clippy' |
| 38 | 2024-06-25T21:23:53.266Z | info: installing component 'rust-docs' |
| 39 | 2024-06-25T21:23:54.768Z | info: installing component 'rust-std' |
| 40 | 2024-06-25T21:23:56.592Z | info: installing component 'rustc' |
| 41 | 2024-06-25T21:24:01.092Z | info: installing component 'rustfmt' |
| 42 | 2024-06-25T21:24:01.441Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-25T21:24:01.441Z | |
| 44 | 2024-06-25T21:24:01.700Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-25T21:24:01.700Z | |
| 46 | 2024-06-25T21:24:01.704Z | |
| 47 | 2024-06-25T21:24:01.704Z | Rust is installed now. Great! |
| 48 | 2024-06-25T21:24:01.704Z | |
| 49 | 2024-06-25T21:24:01.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-25T21:24:01.704Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-25T21:24:01.704Z | |
| 52 | 2024-06-25T21:24:01.704Z | To configure your current shell, you need to source |
| 53 | 2024-06-25T21:24:01.704Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-25T21:24:01.704Z | |
| 55 | 2024-06-25T21:24:01.704Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-25T21:24:01.704Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-25T21:24:01.704Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-25T21:24:01.771Z | + rustc --version |
| 59 | 2024-06-25T21:24:01.832Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-25T21:24:01.835Z | process exited: duration 22441 ms, exit code 0 |
| |
| 61 | 2024-06-25T21:24:01.841Z | starting task 2: "authentication" |
| 62 | 2024-06-25T21:24:01.862Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-06-25T21:24:01.868Z | starting task 3: "clone repository" |
| 64 | 2024-06-25T21:24:01.872Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-25T21:24:01.875Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-25T21:24:02.019Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-25T21:24:07.919Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-25T21:24:07.919Z | + git fetch origin 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
| 69 | 2024-06-25T21:24:08.264Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-25T21:24:08.264Z | * branch 99e23c89f7f7299391d031e8ad15c04fc917bef0 -> FETCH_HEAD |
| 71 | 2024-06-25T21:24:08.273Z | + [[ -n dpd-client-cleanup ]] |
| 72 | 2024-06-25T21:24:08.276Z | ++ git branch --show-current |
| 73 | 2024-06-25T21:24:08.279Z | + current=main |
| 74 | 2024-06-25T21:24:08.279Z | + [[ main != dpd-client-cleanup ]] |
| 75 | 2024-06-25T21:24:08.279Z | + git branch -f dpd-client-cleanup 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
| 76 | 2024-06-25T21:24:08.286Z | + git checkout -f dpd-client-cleanup |
| 77 | 2024-06-25T21:24:08.413Z | Switched to branch 'dpd-client-cleanup' |
| 78 | 2024-06-25T21:24:08.416Z | + git reset --hard 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
| 79 | 2024-06-25T21:24:08.431Z | HEAD is now at 99e23c89f clean up dpd-client |
| 80 | 2024-06-25T21:24:08.434Z | process exited: duration 6564 ms, exit code 0 |
| |
| 81 | 2024-06-25T21:24:08.440Z | starting task 4: "build" |
| 82 | 2024-06-25T21:24:08.445Z | + cargo --version |
| 83 | 2024-06-25T21:24:08.498Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-25T21:24:08.501Z | + rustc --version |
| 85 | 2024-06-25T21:24:08.557Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-25T21:24:08.560Z | + cd /tmp |
| 87 | 2024-06-25T21:24:08.560Z | + cargo new --lib test-project |
| 88 | 2024-06-25T21:24:08.613Z | Creating library `test-project` package |
| 89 | 2024-06-25T21:24:08.684Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-06-25T21:24:08.687Z | + cd test-project |
| 91 | 2024-06-25T21:24:08.687Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-06-25T21:24:08.741Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-06-25T21:24:08.741Z | Features: |
| 94 | 2024-06-25T21:24:08.741Z | - proptest |
| 95 | 2024-06-25T21:24:08.741Z | - test-strategy |
| 96 | 2024-06-25T21:24:08.741Z | - testing |
| 97 | 2024-06-25T21:24:08.744Z | Updating crates.io index |
| 98 | 2024-06-25T21:24:08.800Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-06-25T21:24:10.549Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-06-25T21:24:11.306Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-06-25T21:24:11.617Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-06-25T21:24:13.399Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-06-25T21:24:13.688Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-06-25T21:24:14.001Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-06-25T21:24:17.083Z | + cargo check |
| 106 | 2024-06-25T21:24:17.283Z | Downloading crates ... |
| 107 | 2024-06-25T21:24:17.344Z | Downloaded async-stream-impl v0.3.5 |
| 108 | 2024-06-25T21:24:17.350Z | Downloaded equivalent v1.0.1 |
| 109 | 2024-06-25T21:24:17.360Z | Downloaded foreign-types v0.3.2 |
| 110 | 2024-06-25T21:24:17.363Z | Downloaded darling_macro v0.20.9 |
| 111 | 2024-06-25T21:24:17.366Z | Downloaded async-stream v0.3.5 |
| 112 | 2024-06-25T21:24:17.370Z | Downloaded dtrace-parser v0.2.0 |
| 113 | 2024-06-25T21:24:17.372Z | Downloaded usdt-macro v0.5.0 |
| 114 | 2024-06-25T21:24:17.375Z | Downloaded usdt-attr-macro v0.5.0 |
| 115 | 2024-06-25T21:24:17.375Z | Downloaded is-terminal v0.4.12 |
| 116 | 2024-06-25T21:24:17.378Z | Downloaded match_cfg v0.1.0 |
| 117 | 2024-06-25T21:24:17.378Z | Downloaded want v0.3.1 |
| 118 | 2024-06-25T21:24:17.382Z | Downloaded openssl-probe v0.1.5 |
| 119 | 2024-06-25T21:24:17.385Z | Downloaded pest_generator v2.7.10 |
| 120 | 2024-06-25T21:24:17.387Z | Downloaded untrusted v0.9.0 |
| 121 | 2024-06-25T21:24:17.390Z | Downloaded futures-executor v0.3.30 |
| 122 | 2024-06-25T21:24:17.390Z | Downloaded futures-io v0.3.30 |
| 123 | 2024-06-25T21:24:17.393Z | Downloaded pretty-hex v0.4.1 |
| 124 | 2024-06-25T21:24:17.393Z | Downloaded scroll_derive v0.12.0 |
| 125 | 2024-06-25T21:24:17.396Z | Downloaded dyn-clone v1.0.17 |
| 126 | 2024-06-25T21:24:17.396Z | Downloaded waitgroup v0.1.2 |
| 127 | 2024-06-25T21:24:17.399Z | Downloaded foreign-types-shared v0.1.1 |
| 128 | 2024-06-25T21:24:17.399Z | Downloaded cfg-if v1.0.0 |
| 129 | 2024-06-25T21:24:17.399Z | Downloaded form_urlencoded v1.2.1 |
| 130 | 2024-06-25T21:24:17.402Z | Downloaded deranged v0.3.11 |
| 131 | 2024-06-25T21:24:17.402Z | Downloaded cpufeatures v0.2.12 |
| 132 | 2024-06-25T21:24:17.405Z | Downloaded sync_wrapper v0.1.2 |
| 133 | 2024-06-25T21:24:17.405Z | Downloaded atomic-waker v1.1.2 |
| 134 | 2024-06-25T21:24:17.408Z | Downloaded strum v0.26.3 |
| 135 | 2024-06-25T21:24:17.408Z | Downloaded parse-display v0.9.1 |
| 136 | 2024-06-25T21:24:17.408Z | Downloaded byteorder v1.5.0 |
| 137 | 2024-06-25T21:24:17.411Z | Downloaded version_check v0.9.4 |
| 138 | 2024-06-25T21:24:17.411Z | Downloaded autocfg v1.3.0 |
| 139 | 2024-06-25T21:24:17.414Z | Downloaded futures-task v0.3.30 |
| 140 | 2024-06-25T21:24:17.417Z | Downloaded http-body v0.4.6 |
| 141 | 2024-06-25T21:24:17.417Z | Downloaded hex v0.4.3 |
| 142 | 2024-06-25T21:24:17.419Z | Downloaded signal-hook-registry v1.4.2 |
| 143 | 2024-06-25T21:24:17.419Z | Downloaded httpdate v1.0.3 |
| 144 | 2024-06-25T21:24:17.422Z | Downloaded generic-array v0.14.7 |
| 145 | 2024-06-25T21:24:17.422Z | Downloaded sha1 v0.10.6 |
| 146 | 2024-06-25T21:24:17.425Z | Downloaded rand_chacha v0.3.1 |
| 147 | 2024-06-25T21:24:17.425Z | Downloaded pkg-config v0.3.30 |
| 148 | 2024-06-25T21:24:17.428Z | Downloaded hostname v0.3.1 |
| 149 | 2024-06-25T21:24:17.431Z | Downloaded powerfmt v0.2.0 |
| 150 | 2024-06-25T21:24:17.431Z | Downloaded scopeguard v1.2.0 |
| 151 | 2024-06-25T21:24:17.433Z | Downloaded instant v0.1.13 |
| 152 | 2024-06-25T21:24:17.434Z | Downloaded futures-sink v0.3.30 |
| 153 | 2024-06-25T21:24:17.434Z | Downloaded omicron-workspace-hack v0.1.0 |
| 154 | 2024-06-25T21:24:17.438Z | Downloaded slog-bunyan v2.5.0 |
| 155 | 2024-06-25T21:24:17.438Z | Downloaded num_cpus v1.16.0 |
| 156 | 2024-06-25T21:24:17.441Z | Downloaded zeroize v1.8.1 |
| 157 | 2024-06-25T21:24:17.441Z | Downloaded usdt v0.5.0 |
| 158 | 2024-06-25T21:24:17.441Z | Downloaded openssl-macros v0.1.1 |
| 159 | 2024-06-25T21:24:17.444Z | Downloaded thiserror v1.0.61 |
| 160 | 2024-06-25T21:24:17.447Z | Downloaded subtle v2.6.1 |
| 161 | 2024-06-25T21:24:17.450Z | Downloaded dof v0.3.0 |
| 162 | 2024-06-25T21:24:17.450Z | Downloaded percent-encoding v2.3.1 |
| 163 | 2024-06-25T21:24:17.453Z | Downloaded zerocopy-derive v0.7.34 |
| 164 | 2024-06-25T21:24:17.456Z | Downloaded paste v1.0.15 |
| 165 | 2024-06-25T21:24:17.459Z | Downloaded futures-core v0.3.30 |
| 166 | 2024-06-25T21:24:17.462Z | Downloaded try-lock v0.2.5 |
| 167 | 2024-06-25T21:24:17.462Z | Downloaded darling v0.20.9 |
| 168 | 2024-06-25T21:24:17.465Z | Downloaded camino v1.1.7 |
| 169 | 2024-06-25T21:24:17.468Z | Downloaded thiserror-impl v1.0.61 |
| 170 | 2024-06-25T21:24:17.471Z | Downloaded futures-macro v0.3.30 |
| 171 | 2024-06-25T21:24:17.471Z | Downloaded digest v0.10.7 |
| 172 | 2024-06-25T21:24:17.474Z | Downloaded time-core v0.1.2 |
| 173 | 2024-06-25T21:24:17.474Z | Downloaded rustls-pemfile v1.0.4 |
| 174 | 2024-06-25T21:24:17.476Z | Downloaded native-tls v0.2.12 |
| 175 | 2024-06-25T21:24:17.477Z | Downloaded iana-time-zone v0.1.60 |
| 176 | 2024-06-25T21:24:17.479Z | Downloaded serde_spanned v0.6.6 |
| 177 | 2024-06-25T21:24:17.482Z | Downloaded tinyvec_macros v0.1.1 |
| 178 | 2024-06-25T21:24:17.482Z | Downloaded heck v0.5.0 |
| 179 | 2024-06-25T21:24:17.485Z | Downloaded parking_lot_core v0.9.10 |
| 180 | 2024-06-25T21:24:17.488Z | Downloaded spin v0.9.8 |
| 181 | 2024-06-25T21:24:17.488Z | Downloaded parse-display-derive v0.9.1 |
| 182 | 2024-06-25T21:24:17.491Z | Downloaded mime v0.3.17 |
| 183 | 2024-06-25T21:24:17.491Z | Downloaded itoa v1.0.11 |
| 184 | 2024-06-25T21:24:17.494Z | Downloaded rand_core v0.6.4 |
| 185 | 2024-06-25T21:24:17.494Z | Downloaded crossbeam-utils v0.8.20 |
| 186 | 2024-06-25T21:24:17.497Z | Downloaded parking_lot v0.12.3 |
| 187 | 2024-06-25T21:24:17.500Z | Downloaded num_threads v0.1.7 |
| 188 | 2024-06-25T21:24:17.500Z | Downloaded serde_path_to_error v0.1.16 |
| 189 | 2024-06-25T21:24:17.502Z | Downloaded slog-json v2.6.1 |
| 190 | 2024-06-25T21:24:17.502Z | Downloaded ppv-lite86 v0.2.17 |
| 191 | 2024-06-25T21:24:17.505Z | Downloaded backoff v0.4.0 |
| 192 | 2024-06-25T21:24:17.505Z | Downloaded newtype-uuid v1.1.0 |
| 193 | 2024-06-25T21:24:17.508Z | Downloaded macaddr v1.0.1 |
| 194 | 2024-06-25T21:24:17.508Z | Downloaded rustversion v1.0.17 |
| 195 | 2024-06-25T21:24:17.510Z | Downloaded serde_tokenstream v0.2.1 |
| 196 | 2024-06-25T21:24:17.513Z | Downloaded allocator-api2 v0.2.18 |
| 197 | 2024-06-25T21:24:17.516Z | Downloaded tokio-native-tls v0.3.1 |
| 198 | 2024-06-25T21:24:17.519Z | Downloaded strsim v0.11.1 |
| 199 | 2024-06-25T21:24:17.524Z | Downloaded ryu v1.0.18 |
| 200 | 2024-06-25T21:24:17.524Z | Downloaded ipnet v2.9.0 |
| 201 | 2024-06-25T21:24:17.527Z | Downloaded structmeta-derive v0.3.0 |
| 202 | 2024-06-25T21:24:17.527Z | Downloaded slog-async v2.8.0 |
| 203 | 2024-06-25T21:24:17.527Z | Downloaded socket2 v0.5.7 |
| 204 | 2024-06-25T21:24:17.530Z | Downloaded slog v2.7.0 |
| 205 | 2024-06-25T21:24:17.533Z | Downloaded url v2.5.2 |
| 206 | 2024-06-25T21:24:17.535Z | Downloaded thread_local v1.1.8 |
| 207 | 2024-06-25T21:24:17.536Z | Downloaded tokio-macros v2.3.0 |
| 208 | 2024-06-25T21:24:17.536Z | Downloaded scroll v0.12.0 |
| 209 | 2024-06-25T21:24:17.538Z | Downloaded pest_meta v2.7.10 |
| 210 | 2024-06-25T21:24:17.541Z | Downloaded openssl-sys v0.9.102 |
| 211 | 2024-06-25T21:24:17.544Z | Downloaded smallvec v1.13.2 |
| 212 | 2024-06-25T21:24:17.547Z | Downloaded sct v0.7.1 |
| 213 | 2024-06-25T21:24:17.550Z | Downloaded sha2 v0.10.8 |
| 214 | 2024-06-25T21:24:17.553Z | Downloaded time-macros v0.2.18 |
| 215 | 2024-06-25T21:24:17.553Z | Downloaded term v0.7.0 |
| 216 | 2024-06-25T21:24:17.556Z | Downloaded serde_derive v1.0.203 |
| 217 | 2024-06-25T21:24:17.558Z | Downloaded schemars v0.8.21 |
| 218 | 2024-06-25T21:24:17.568Z | Downloaded rustls-pemfile v2.1.2 |
| 219 | 2024-06-25T21:24:17.571Z | Downloaded toml_datetime v0.6.6 |
| 220 | 2024-06-25T21:24:17.574Z | Downloaded httparse v1.9.4 |
| 221 | 2024-06-25T21:24:17.574Z | Downloaded tokio-rustls v0.25.0 |
| 222 | 2024-06-25T21:24:17.577Z | Downloaded tokio-rustls v0.24.1 |
| 223 | 2024-06-25T21:24:17.581Z | Downloaded strum_macros v0.26.4 |
| 224 | 2024-06-25T21:24:17.581Z | Downloaded once_cell v1.19.0 |
| 225 | 2024-06-25T21:24:17.584Z | Downloaded base64 v0.21.7 |
| 226 | 2024-06-25T21:24:17.586Z | Downloaded num-traits v0.2.19 |
| 227 | 2024-06-25T21:24:17.589Z | Downloaded indexmap v1.9.3 |
| 228 | 2024-06-25T21:24:17.592Z | Downloaded bytes v1.6.0 |
| 229 | 2024-06-25T21:24:17.595Z | Downloaded tracing-core v0.1.32 |
| 230 | 2024-06-25T21:24:17.598Z | Downloaded toml v0.8.14 |
| 231 | 2024-06-25T21:24:17.600Z | Downloaded rand v0.8.5 |
| 232 | 2024-06-25T21:24:17.604Z | Downloaded pest v2.7.10 |
| 233 | 2024-06-25T21:24:17.608Z | Downloaded ucd-trie v0.1.6 |
| 234 | 2024-06-25T21:24:17.612Z | Downloaded typenum v1.17.0 |
| 235 | 2024-06-25T21:24:17.614Z | Downloaded serde v1.0.203 |
| 236 | 2024-06-25T21:24:17.618Z | Downloaded unicode-normalization v0.1.23 |
| 237 | 2024-06-25T21:24:17.621Z | Downloaded darling_core v0.20.9 |
| 238 | 2024-06-25T21:24:17.624Z | Downloaded tinyvec v1.6.1 |
| 239 | 2024-06-25T21:24:17.626Z | Downloaded indexmap v2.2.6 |
| 240 | 2024-06-25T21:24:17.630Z | Downloaded http v0.2.12 |
| 241 | 2024-06-25T21:24:17.634Z | Downloaded hashbrown v0.12.3 |
| 242 | 2024-06-25T21:24:17.637Z | Downloaded cc v1.0.100 |
| 243 | 2024-06-25T21:24:17.641Z | Downloaded crossbeam-channel v0.5.13 |
| 244 | 2024-06-25T21:24:17.644Z | Downloaded mio v0.8.11 |
| 245 | 2024-06-25T21:24:17.649Z | Downloaded zerocopy v0.7.34 |
| 246 | 2024-06-25T21:24:17.664Z | Downloaded serde_json v1.0.118 |
| 247 | 2024-06-25T21:24:17.670Z | Downloaded tracing v0.1.40 |
| 248 | 2024-06-25T21:24:17.675Z | Downloaded memchr v2.7.4 |
| 249 | 2024-06-25T21:24:17.679Z | Downloaded toml_edit v0.22.14 |
| 250 | 2024-06-25T21:24:17.700Z | Downloaded serde_with v3.8.1 |
| 251 | 2024-06-25T21:24:17.707Z | Downloaded tokio-util v0.7.11 |
| 252 | 2024-06-25T21:24:17.713Z | Downloaded time v0.3.36 |
| 253 | 2024-06-25T21:24:17.719Z | Downloaded h2 v0.3.26 |
| 254 | 2024-06-25T21:24:17.726Z | Downloaded futures-util v0.3.30 |
| 255 | 2024-06-25T21:24:17.736Z | Downloaded rustls-webpki v0.102.4 |
| 256 | 2024-06-25T21:24:17.753Z | Downloaded regex v1.10.5 |
| 257 | 2024-06-25T21:24:17.764Z | Downloaded syn v2.0.68 |
| 258 | 2024-06-25T21:24:17.774Z | Downloaded rustls v0.21.12 |
| 259 | 2024-06-25T21:24:17.784Z | Downloaded rustls v0.22.4 |
| 260 | 2024-06-25T21:24:17.797Z | Downloaded openssl v0.10.64 |
| 261 | 2024-06-25T21:24:17.805Z | Downloaded idna v0.5.0 |
| 262 | 2024-06-25T21:24:17.811Z | Downloaded openapiv3 v2.0.0 |
| 263 | 2024-06-25T21:24:17.822Z | Downloaded regress v0.10.0 |
| 264 | 2024-06-25T21:24:17.830Z | Downloaded regex-automata v0.4.7 |
| 265 | 2024-06-25T21:24:17.845Z | Downloaded regress v0.9.1 |
| 266 | 2024-06-25T21:24:17.853Z | Downloaded regex-syntax v0.8.4 |
| 267 | 2024-06-25T21:24:17.860Z | Downloaded hyper v0.14.29 |
| 268 | 2024-06-25T21:24:17.868Z | Downloaded chrono v0.4.38 |
| 269 | 2024-06-25T21:24:17.875Z | Downloaded webpki-roots v0.25.4 |
| 270 | 2024-06-25T21:24:17.878Z | Downloaded vcpkg v0.2.15 |
| 271 | 2024-06-25T21:24:17.916Z | Downloaded goblin v0.8.2 |
| 272 | 2024-06-25T21:24:17.922Z | Downloaded tokio v1.38.0 |
| 273 | 2024-06-25T21:24:17.957Z | Downloaded libc v0.2.155 |
| 274 | 2024-06-25T21:24:17.983Z | Downloaded aho-corasick v1.1.3 |
| 275 | 2024-06-25T21:24:17.988Z | Downloaded rustls-webpki v0.101.7 |
| 276 | 2024-06-25T21:24:18.002Z | Downloaded encoding_rs v0.8.34 |
| 277 | 2024-06-25T21:24:18.021Z | Downloaded reqwest v0.11.27 |
| 278 | 2024-06-25T21:24:18.028Z | Downloaded hashbrown v0.14.5 |
| 279 | 2024-06-25T21:24:18.032Z | Downloaded http v1.1.0 |
| 280 | 2024-06-25T21:24:18.036Z | Downloaded winnow v0.6.13 |
| 281 | 2024-06-25T21:24:18.044Z | Downloaded base64 v0.22.1 |
| 282 | 2024-06-25T21:24:18.048Z | Downloaded serde_yaml v0.9.34+deprecated |
| 283 | 2024-06-25T21:24:18.051Z | Downloaded proc-macro2 v1.0.86 |
| 284 | 2024-06-25T21:24:18.054Z | Downloaded async-trait v0.1.80 |
| 285 | 2024-06-25T21:24:18.057Z | Downloaded futures v0.3.30 |
| 286 | 2024-06-25T21:24:18.060Z | Downloaded serde_derive_internals v0.29.1 |
| 287 | 2024-06-25T21:24:18.063Z | Downloaded multer v3.1.0 |
| 288 | 2024-06-25T21:24:18.066Z | Downloaded log v0.4.21 |
| 289 | 2024-06-25T21:24:18.068Z | Downloaded lock_api v0.4.12 |
| 290 | 2024-06-25T21:24:18.069Z | Downloaded thread-id v4.2.1 |
| 291 | 2024-06-25T21:24:18.069Z | Downloaded pest_derive v2.7.10 |
| 292 | 2024-06-25T21:24:18.073Z | Downloaded schemars_derive v0.8.21 |
| 293 | 2024-06-25T21:24:18.076Z | Downloaded getrandom v0.2.15 |
| 294 | 2024-06-25T21:24:18.076Z | Downloaded uuid v1.9.1 |
| 295 | 2024-06-25T21:24:18.079Z | Downloaded unicode-bidi v0.3.15 |
| 296 | 2024-06-25T21:24:18.082Z | Downloaded plain v0.2.3 |
| 297 | 2024-06-25T21:24:18.082Z | Downloaded unsafe-libyaml v0.2.11 |
| 298 | 2024-06-25T21:24:18.085Z | Downloaded unicode-ident v1.0.12 |
| 299 | 2024-06-25T21:24:18.088Z | Downloaded ipnetwork v0.20.0 |
| 300 | 2024-06-25T21:24:18.088Z | Downloaded hyper-tls v0.5.0 |
| 301 | 2024-06-25T21:24:18.090Z | Downloaded hostname v0.4.0 |
| 302 | 2024-06-25T21:24:18.090Z | Downloaded bitflags v2.6.0 |
| 303 | 2024-06-25T21:24:18.093Z | Downloaded slog-term v2.9.1 |
| 304 | 2024-06-25T21:24:18.096Z | Downloaded serde_with_macros v3.8.1 |
| 305 | 2024-06-25T21:24:18.098Z | Downloaded serde_urlencoded v0.7.1 |
| 306 | 2024-06-25T21:24:18.098Z | Downloaded semver v1.0.23 |
| 307 | 2024-06-25T21:24:18.101Z | Downloaded rustls-pki-types v1.7.0 |
| 308 | 2024-06-25T21:24:18.103Z | Downloaded quote v1.0.36 |
| 309 | 2024-06-25T21:24:18.106Z | Downloaded pin-project-lite v0.2.14 |
| 310 | 2024-06-25T21:24:18.108Z | Downloaded ring v0.17.8 |
| 311 | 2024-06-25T21:24:18.171Z | Downloaded usdt-impl v0.5.0 |
| 312 | 2024-06-25T21:24:18.174Z | Downloaded hyper-rustls v0.24.2 |
| 313 | 2024-06-25T21:24:18.174Z | Downloaded tower-service v0.3.2 |
| 314 | 2024-06-25T21:24:18.177Z | Downloaded take_mut v0.2.2 |
| 315 | 2024-06-25T21:24:18.177Z | Downloaded slab v0.4.9 |
| 316 | 2024-06-25T21:24:18.177Z | Downloaded pin-utils v0.1.0 |
| 317 | 2024-06-25T21:24:18.180Z | Downloaded dirs-next v2.0.0 |
| 318 | 2024-06-25T21:24:18.180Z | Downloaded debug-ignore v1.0.5 |
| 319 | 2024-06-25T21:24:18.180Z | Downloaded crypto-common v0.1.6 |
| 320 | 2024-06-25T21:24:18.182Z | Downloaded block-buffer v0.10.4 |
| 321 | 2024-06-25T21:24:18.183Z | Downloaded structmeta v0.3.0 |
| 322 | 2024-06-25T21:24:18.183Z | Downloaded ahash v0.8.11 |
| 323 | 2024-06-25T21:24:18.185Z | Downloaded ident_case v1.0.1 |
| 324 | 2024-06-25T21:24:18.185Z | Downloaded futures-channel v0.3.30 |
| 325 | 2024-06-25T21:24:18.188Z | Downloaded anyhow v1.0.86 |
| 326 | 2024-06-25T21:24:18.191Z | Downloaded memmap v0.7.0 |
| 327 | 2024-06-25T21:24:18.191Z | Downloaded dirs-sys-next v0.1.2 |
| 328 | 2024-06-25T21:24:18.194Z | Downloaded fnv v1.0.7 |
| 329 | 2024-06-25T21:24:18.194Z | Downloaded num-conv v0.1.0 |
| 330 | 2024-06-25T21:24:18.309Z | Compiling proc-macro2 v1.0.86 |
| 331 | 2024-06-25T21:24:18.309Z | Compiling unicode-ident v1.0.12 |
| 332 | 2024-06-25T21:24:18.309Z | Compiling libc v0.2.155 |
| 333 | 2024-06-25T21:24:18.312Z | Checking cfg-if v1.0.0 |
| 334 | 2024-06-25T21:24:18.313Z | Compiling version_check v0.9.4 |
| 335 | 2024-06-25T21:24:18.323Z | Compiling autocfg v1.3.0 |
| 336 | 2024-06-25T21:24:18.325Z | Compiling serde v1.0.203 |
| 337 | 2024-06-25T21:24:18.325Z | Compiling serde_json v1.0.118 |
| 338 | 2024-06-25T21:24:18.400Z | Checking itoa v1.0.11 |
| 339 | 2024-06-25T21:24:18.572Z | Compiling thiserror v1.0.61 |
| 340 | 2024-06-25T21:24:18.895Z | Compiling ahash v0.8.11 |
| 341 | 2024-06-25T21:24:18.932Z | Checking once_cell v1.19.0 |
| 342 | 2024-06-25T21:24:19.107Z | Compiling memchr v2.7.4 |
| 343 | 2024-06-25T21:24:20.037Z | Compiling cc v1.0.100 |
| 344 | 2024-06-25T21:24:21.393Z | Checking byteorder v1.5.0 |
| 345 | 2024-06-25T21:24:21.468Z | Compiling num-traits v0.2.19 |
| 346 | 2024-06-25T21:24:21.756Z | Checking pin-project-lite v0.2.14 |
| 347 | 2024-06-25T21:24:21.852Z | Checking ryu v1.0.18 |
| 348 | 2024-06-25T21:24:21.956Z | Checking log v0.4.21 |
| 349 | 2024-06-25T21:24:22.058Z | Checking bytes v1.6.0 |
| 350 | 2024-06-25T21:24:22.071Z | Checking allocator-api2 v0.2.18 |
| 351 | 2024-06-25T21:24:22.075Z | Checking getrandom v0.2.15 |
| 352 | 2024-06-25T21:24:22.185Z | Compiling quote v1.0.36 |
| 353 | 2024-06-25T21:24:22.191Z | Compiling lock_api v0.4.12 |
| 354 | 2024-06-25T21:24:22.208Z | Compiling parking_lot_core v0.9.10 |
| 355 | 2024-06-25T21:24:22.279Z | Compiling schemars v0.8.21 |
| 356 | 2024-06-25T21:24:22.492Z | Compiling ring v0.17.8 |
| 357 | 2024-06-25T21:24:22.652Z | Compiling syn v2.0.68 |
| 358 | 2024-06-25T21:24:22.675Z | Checking smallvec v1.13.2 |
| 359 | 2024-06-25T21:24:22.683Z | Checking futures-core v0.3.30 |
| 360 | 2024-06-25T21:24:22.691Z | Checking scopeguard v1.2.0 |
| 361 | 2024-06-25T21:24:22.806Z | Checking mio v0.8.11 |
| 362 | 2024-06-25T21:24:22.844Z | Checking signal-hook-registry v1.4.2 |
| 363 | 2024-06-25T21:24:22.868Z | Checking num_cpus v1.16.0 |
| 364 | 2024-06-25T21:24:22.963Z | Checking socket2 v0.5.7 |
| 365 | 2024-06-25T21:24:23.026Z | Compiling slab v0.4.9 |
| 366 | 2024-06-25T21:24:23.054Z | Checking spin v0.9.8 |
| 367 | 2024-06-25T21:24:23.245Z | Checking futures-sink v0.3.30 |
| 368 | 2024-06-25T21:24:23.313Z | Checking fnv v1.0.7 |
| 369 | 2024-06-25T21:24:23.321Z | Checking parking_lot v0.12.3 |
| 370 | 2024-06-25T21:24:23.362Z | Checking equivalent v1.0.1 |
| 371 | 2024-06-25T21:24:23.407Z | Checking untrusted v0.9.0 |
| 372 | 2024-06-25T21:24:23.422Z | Checking futures-channel v0.3.30 |
| 373 | 2024-06-25T21:24:23.442Z | Compiling pkg-config v0.3.30 |
| 374 | 2024-06-25T21:24:23.536Z | Compiling vcpkg v0.2.15 |
| 375 | 2024-06-25T21:24:23.648Z | Checking pin-utils v0.1.0 |
| 376 | 2024-06-25T21:24:23.680Z | Checking futures-io v0.3.30 |
| 377 | 2024-06-25T21:24:23.719Z | Compiling semver v1.0.23 |
| 378 | 2024-06-25T21:24:23.768Z | Checking futures-task v0.3.30 |
| 379 | 2024-06-25T21:24:24.037Z | Checking iana-time-zone v0.1.60 |
| 380 | 2024-06-25T21:24:24.161Z | Compiling ucd-trie v0.1.6 |
| 381 | 2024-06-25T21:24:24.193Z | Checking http v0.2.12 |
| 382 | 2024-06-25T21:24:24.649Z | Checking dyn-clone v1.0.17 |
| 383 | 2024-06-25T21:24:24.749Z | Compiling httparse v1.9.4 |
| 384 | 2024-06-25T21:24:24.769Z | Compiling heck v0.5.0 |
| 385 | 2024-06-25T21:24:25.273Z | Compiling openssl-sys v0.9.102 |
| 386 | 2024-06-25T21:24:25.281Z | Checking tracing-core v0.1.32 |
| 387 | 2024-06-25T21:24:25.608Z | Compiling uuid v1.9.1 |
| 388 | 2024-06-25T21:24:25.901Z | Compiling chrono v0.4.38 |
| 389 | 2024-06-25T21:24:25.945Z | Checking tracing v0.1.40 |
| 390 | 2024-06-25T21:24:25.948Z | Checking try-lock v0.2.5 |
| 391 | 2024-06-25T21:24:26.022Z | Compiling openssl v0.10.64 |
| 392 | 2024-06-25T21:24:26.055Z | Checking foreign-types-shared v0.1.1 |
| 393 | 2024-06-25T21:24:26.133Z | Compiling slog v2.7.0 |
| 394 | 2024-06-25T21:24:26.222Z | Checking foreign-types v0.3.2 |
| 395 | 2024-06-25T21:24:26.278Z | Checking want v0.3.1 |
| 396 | 2024-06-25T21:24:26.405Z | Checking http-body v0.4.6 |
| 397 | 2024-06-25T21:24:26.419Z | Compiling aho-corasick v1.1.3 |
| 398 | 2024-06-25T21:24:26.559Z | Checking bitflags v2.6.0 |
| 399 | 2024-06-25T21:24:26.703Z | Checking tinyvec_macros v0.1.1 |
| 400 | 2024-06-25T21:24:26.765Z | Compiling rustls v0.21.12 |
| 401 | 2024-06-25T21:24:26.772Z | Compiling typenum v1.17.0 |
| 402 | 2024-06-25T21:24:27.016Z | Checking httpdate v1.0.3 |
| 403 | 2024-06-25T21:24:27.224Z | Compiling regex-syntax v0.8.4 |
| 404 | 2024-06-25T21:24:27.644Z | Checking percent-encoding v2.3.1 |
| 405 | 2024-06-25T21:24:27.668Z | Compiling native-tls v0.2.12 |
| 406 | 2024-06-25T21:24:27.810Z | Checking tower-service v0.3.2 |
| 407 | 2024-06-25T21:24:27.901Z | Checking form_urlencoded v1.2.1 |
| 408 | 2024-06-25T21:24:27.993Z | Checking tinyvec v1.6.1 |
| 409 | 2024-06-25T21:24:28.478Z | Compiling generic-array v0.14.7 |
| 410 | 2024-06-25T21:24:28.767Z | Compiling serde_derive_internals v0.29.1 |
| 411 | 2024-06-25T21:24:29.141Z | Checking openssl-probe v0.1.5 |
| 412 | 2024-06-25T21:24:29.257Z | Checking unicode-normalization v0.1.23 |
| 413 | 2024-06-25T21:24:30.087Z | Compiling regex-automata v0.4.7 |
| 414 | 2024-06-25T21:24:30.833Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-06-25T21:24:31.159Z | Checking encoding_rs v0.8.34 |
| 416 | 2024-06-25T21:24:31.405Z | Compiling num-conv v0.1.0 |
| 417 | 2024-06-25T21:24:31.509Z | Checking powerfmt v0.2.0 |
| 418 | 2024-06-25T21:24:31.736Z | Checking unicode-bidi v0.3.15 |
| 419 | 2024-06-25T21:24:31.960Z | Checking mime v0.3.17 |
| 420 | 2024-06-25T21:24:32.252Z | Compiling time-core v0.1.2 |
| 421 | 2024-06-25T21:24:32.318Z | Checking idna v0.5.0 |
| 422 | 2024-06-25T21:24:32.411Z | Compiling time-macros v0.2.18 |
| 423 | 2024-06-25T21:24:32.521Z | Checking deranged v0.3.11 |
| 424 | 2024-06-25T21:24:33.223Z | Compiling thread-id v4.2.1 |
| 425 | 2024-06-25T21:24:33.440Z | Checking rustls-pki-types v1.7.0 |
| 426 | 2024-06-25T21:24:33.844Z | Compiling crossbeam-utils v0.8.20 |
| 427 | 2024-06-25T21:24:34.155Z | Compiling regex v1.10.5 |
| 428 | 2024-06-25T21:24:34.176Z | Checking plain v0.2.3 |
| 429 | 2024-06-25T21:24:34.184Z | Compiling serde_derive v1.0.203 |
| 430 | 2024-06-25T21:24:34.300Z | Compiling zerocopy-derive v0.7.34 |
| 431 | 2024-06-25T21:24:34.395Z | Compiling thiserror-impl v1.0.61 |
| 432 | 2024-06-25T21:24:34.634Z | Compiling schemars_derive v0.8.21 |
| 433 | 2024-06-25T21:24:35.086Z | Compiling tokio-macros v2.3.0 |
| 434 | 2024-06-25T21:24:35.476Z | Compiling futures-macro v0.3.30 |
| 435 | 2024-06-25T21:24:36.341Z | Checking zerocopy v0.7.34 |
| 436 | 2024-06-25T21:24:37.054Z | Checking tokio v1.38.0 |
| 437 | 2024-06-25T21:24:37.371Z | Compiling pest v2.7.10 |
| 438 | 2024-06-25T21:24:37.479Z | Checking futures-util v0.3.30 |
| 439 | 2024-06-25T21:24:37.771Z | Compiling openssl-macros v0.1.1 |
| 440 | 2024-06-25T21:24:38.056Z | Checking rustls-webpki v0.101.7 |
| 441 | 2024-06-25T21:24:38.234Z | Checking hashbrown v0.14.5 |
| 442 | 2024-06-25T21:24:38.778Z | Checking sct v0.7.1 |
| 443 | 2024-06-25T21:24:39.419Z | Compiling scroll_derive v0.12.0 |
| 444 | 2024-06-25T21:24:40.081Z | Compiling pest_meta v2.7.10 |
| 445 | 2024-06-25T21:24:40.159Z | Compiling regress v0.10.0 |
| 446 | 2024-06-25T21:24:40.937Z | Checking scroll v0.12.0 |
| 447 | 2024-06-25T21:24:41.338Z | Compiling pest_generator v2.7.10 |
| 448 | 2024-06-25T21:24:43.817Z | Checking tokio-util v0.7.11 |
| 449 | 2024-06-25T21:24:44.156Z | Checking tokio-native-tls v0.3.1 |
| 450 | 2024-06-25T21:24:44.329Z | Compiling pest_derive v2.7.10 |
| 451 | 2024-06-25T21:24:44.370Z | Checking tokio-rustls v0.24.1 |
| 452 | 2024-06-25T21:24:44.781Z | Checking num_threads v0.1.7 |
| 453 | 2024-06-25T21:24:44.850Z | Checking base64 v0.21.7 |
| 454 | 2024-06-25T21:24:44.875Z | Compiling strsim v0.11.1 |
| 455 | 2024-06-25T21:24:45.159Z | Compiling dtrace-parser v0.2.0 |
| 456 | 2024-06-25T21:24:45.542Z | Compiling ident_case v1.0.1 |
| 457 | 2024-06-25T21:24:45.696Z | Compiling darling_core v0.20.9 |
| 458 | 2024-06-25T21:24:45.737Z | Checking time v0.3.36 |
| 459 | 2024-06-25T21:24:46.078Z | Checking rustls-pemfile v1.0.4 |
| 460 | 2024-06-25T21:24:46.971Z | Checking indexmap v2.2.6 |
| 461 | 2024-06-25T21:24:48.133Z | Compiling serde_tokenstream v0.2.1 |
| 462 | 2024-06-25T21:24:48.226Z | Checking h2 v0.3.26 |
| 463 | 2024-06-25T21:24:48.527Z | Checking serde_urlencoded v0.7.1 |
| 464 | 2024-06-25T21:24:48.620Z | Checking openapiv3 v2.0.0 |
| 465 | 2024-06-25T21:24:48.802Z | Checking goblin v0.8.2 |
| 466 | 2024-06-25T21:24:48.958Z | Checking url v2.5.2 |
| 467 | 2024-06-25T21:24:49.725Z | Compiling dof v0.3.0 |
| 468 | 2024-06-25T21:24:51.140Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 469 | 2024-06-25T21:24:52.006Z | Checking dirs-sys-next v0.1.2 |
| 470 | 2024-06-25T21:24:52.163Z | Compiling paste v1.0.15 |
| 471 | 2024-06-25T21:24:52.216Z | Checking hyper v0.14.29 |
| 472 | 2024-06-25T21:24:52.417Z | Compiling rustversion v1.0.17 |
| 473 | 2024-06-25T21:24:52.639Z | Checking pretty-hex v0.4.1 |
| 474 | 2024-06-25T21:24:52.805Z | Compiling rustls v0.22.4 |
| 475 | 2024-06-25T21:24:53.041Z | Compiling omicron-workspace-hack v0.1.0 |
| 476 | 2024-06-25T21:24:53.070Z | Checking ipnet v2.9.0 |
| 477 | 2024-06-25T21:24:53.107Z | Checking webpki-roots v0.25.4 |
| 478 | 2024-06-25T21:24:53.233Z | Compiling unsafe-libyaml v0.2.11 |
| 479 | 2024-06-25T21:24:53.315Z | Checking sync_wrapper v0.1.2 |
| 480 | 2024-06-25T21:24:53.521Z | Checking dirs-next v2.0.0 |
| 481 | 2024-06-25T21:24:53.527Z | Compiling darling_macro v0.20.9 |
| 482 | 2024-06-25T21:24:54.041Z | Checking serde_spanned v0.6.6 |
| 483 | 2024-06-25T21:24:54.207Z | Checking toml_datetime v0.6.6 |
| 484 | 2024-06-25T21:24:54.239Z | Checking rustls-webpki v0.102.4 |
| 485 | 2024-06-25T21:24:54.334Z | Compiling structmeta-derive v0.3.0 |
| 486 | 2024-06-25T21:24:54.449Z | Checking block-buffer v0.10.4 |
| 487 | 2024-06-25T21:24:54.545Z | Compiling serde_yaml v0.9.34+deprecated |
| 488 | 2024-06-25T21:24:54.623Z | Checking crypto-common v0.1.6 |
| 489 | 2024-06-25T21:24:54.772Z | Checking rand_core v0.6.4 |
| 490 | 2024-06-25T21:24:55.026Z | Checking thread_local v1.1.8 |
| 491 | 2024-06-25T21:24:55.029Z | Compiling multer v3.1.0 |
| 492 | 2024-06-25T21:24:55.041Z | Compiling slog-async v2.8.0 |
| 493 | 2024-06-25T21:24:55.044Z | Compiling camino v1.1.7 |
| 494 | 2024-06-25T21:24:55.264Z | Compiling anyhow v1.0.86 |
| 495 | 2024-06-25T21:24:55.321Z | Checking subtle v2.6.1 |
| 496 | 2024-06-25T21:24:55.495Z | Checking ppv-lite86 v0.2.17 |
| 497 | 2024-06-25T21:24:55.519Z | Checking zeroize v1.8.1 |
| 498 | 2024-06-25T21:24:55.605Z | Checking winnow v0.6.13 |
| 499 | 2024-06-25T21:24:55.747Z | Checking match_cfg v0.1.0 |
| 500 | 2024-06-25T21:24:55.815Z | Checking hostname v0.3.1 |
| 501 | 2024-06-25T21:24:56.167Z | Checking rand_chacha v0.3.1 |
| 502 | 2024-06-25T21:24:56.490Z | Checking digest v0.10.7 |
| 503 | 2024-06-25T21:24:56.556Z | Checking hyper-rustls v0.24.2 |
| 504 | 2024-06-25T21:24:56.605Z | Checking hyper-tls v0.5.0 |
| 505 | 2024-06-25T21:24:56.791Z | Compiling darling v0.20.9 |
| 506 | 2024-06-25T21:24:56.811Z | Checking crossbeam-channel v0.5.13 |
| 507 | 2024-06-25T21:24:56.857Z | Checking reqwest v0.11.27 |
| 508 | 2024-06-25T21:24:56.888Z | Checking term v0.7.0 |
| 509 | 2024-06-25T21:24:57.066Z | Compiling structmeta v0.3.0 |
| 510 | 2024-06-25T21:24:57.526Z | Compiling usdt-attr-macro v0.5.0 |
| 511 | 2024-06-25T21:24:58.154Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 512 | 2024-06-25T21:24:58.357Z | Compiling usdt-macro v0.5.0 |
| 513 | 2024-06-25T21:24:58.435Z | Checking slog-json v2.6.1 |
| 514 | 2024-06-25T21:24:58.450Z | Checking futures-executor v0.3.30 |
| 515 | 2024-06-25T21:24:58.634Z | Compiling async-stream-impl v0.3.5 |
| 516 | 2024-06-25T21:24:58.637Z | Checking toml_edit v0.22.14 |
| 517 | 2024-06-25T21:24:58.660Z | Checking http v1.1.0 |
| 518 | 2024-06-25T21:24:58.805Z | Checking memmap v0.7.0 |
| 519 | 2024-06-25T21:24:58.949Z | Checking is-terminal v0.4.12 |
| 520 | 2024-06-25T21:24:58.983Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
| 521 | 2024-06-25T21:24:59.049Z | Checking atomic-waker v1.1.2 |
| 522 | 2024-06-25T21:24:59.165Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 523 | 2024-06-25T21:24:59.269Z | Checking take_mut v0.2.2 |
| 524 | 2024-06-25T21:24:59.387Z | Checking base64 v0.22.1 |
| 525 | 2024-06-25T21:24:59.445Z | Checking cpufeatures v0.2.12 |
| 526 | 2024-06-25T21:24:59.525Z | Checking sha1 v0.10.6 |
| 527 | 2024-06-25T21:24:59.612Z | Checking usdt v0.5.0 |
| 528 | 2024-06-25T21:24:59.648Z | Checking tokio-rustls v0.25.0 |
| 529 | 2024-06-25T21:24:59.844Z | Checking rustls-pemfile v2.1.2 |
| 530 | 2024-06-25T21:24:59.900Z | Checking waitgroup v0.1.2 |
| 531 | 2024-06-25T21:24:59.925Z | Checking async-stream v0.3.5 |
| 532 | 2024-06-25T21:24:59.950Z | Checking slog-term v2.9.1 |
| 533 | 2024-06-25T21:25:00.006Z | Compiling strum_macros v0.26.4 |
| 534 | 2024-06-25T21:25:00.029Z | Checking slog-bunyan v2.5.0 |
| 535 | 2024-06-25T21:25:00.062Z | Checking futures v0.3.30 |
| 536 | 2024-06-25T21:25:00.093Z | Compiling parse-display-derive v0.9.1 |
| 537 | 2024-06-25T21:25:00.151Z | Compiling serde_with_macros v3.8.1 |
| 538 | 2024-06-25T21:25:00.169Z | Checking rand v0.8.5 |
| 539 | 2024-06-25T21:25:00.833Z | Checking ipnetwork v0.20.0 |
| 540 | 2024-06-25T21:25:00.877Z | Checking newtype-uuid v1.1.0 |
| 541 | 2024-06-25T21:25:00.979Z | Checking toml v0.8.14 |
| 542 | 2024-06-25T21:25:01.084Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
| 543 | 2024-06-25T21:25:01.165Z | Checking hex v0.4.3 |
| 544 | 2024-06-25T21:25:01.417Z | Checking serde_path_to_error v0.1.16 |
| 545 | 2024-06-25T21:25:01.691Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 546 | 2024-06-25T21:25:01.699Z | Compiling async-trait v0.1.80 |
| 547 | 2024-06-25T21:25:02.018Z | Checking hostname v0.4.0 |
| 548 | 2024-06-25T21:25:02.138Z | Checking instant v0.1.13 |
| 549 | 2024-06-25T21:25:02.233Z | Checking debug-ignore v1.0.5 |
| 550 | 2024-06-25T21:25:02.357Z | Checking backoff v0.4.0 |
| 551 | 2024-06-25T21:25:02.473Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 552 | 2024-06-25T21:25:02.594Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 553 | 2024-06-25T21:25:02.616Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
| 554 | 2024-06-25T21:25:02.720Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 555 | 2024-06-25T21:25:02.924Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 556 | 2024-06-25T21:25:02.942Z | Checking serde_with v3.8.1 |
| 557 | 2024-06-25T21:25:03.004Z | Checking macaddr v1.0.1 |
| 558 | 2024-06-25T21:25:03.314Z | Checking regress v0.9.1 |
| 559 | 2024-06-25T21:25:04.152Z | Checking parse-display v0.9.1 |
| 560 | 2024-06-25T21:25:04.522Z | Checking strum v0.26.3 |
| 561 | 2024-06-25T21:25:05.200Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 562 | 2024-06-25T21:25:07.061Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 563 | 2024-06-25T21:25:07.115Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 564 | 2024-06-25T21:25:09.961Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 565 | 2024-06-25T21:25:16.016Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 566 | 2024-06-25T21:25:18.713Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 567 | 2024-06-25T21:25:24.517Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 568 | 2024-06-25T21:25:24.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 569 | 2024-06-25T21:25:24.623Z | + cargo build --release |
| 570 | 2024-06-25T21:25:24.865Z | Compiling proc-macro2 v1.0.86 |
| 571 | 2024-06-25T21:25:24.866Z | Compiling unicode-ident v1.0.12 |
| 572 | 2024-06-25T21:25:24.866Z | Compiling libc v0.2.155 |
| 573 | 2024-06-25T21:25:24.869Z | Compiling cfg-if v1.0.0 |
| 574 | 2024-06-25T21:25:24.869Z | Compiling version_check v0.9.4 |
| 575 | 2024-06-25T21:25:24.869Z | Compiling autocfg v1.3.0 |
| 576 | 2024-06-25T21:25:24.869Z | Compiling serde v1.0.203 |
| 577 | 2024-06-25T21:25:24.869Z | Compiling serde_json v1.0.118 |
| 578 | 2024-06-25T21:25:24.959Z | Compiling itoa v1.0.11 |
| 579 | 2024-06-25T21:25:25.057Z | Compiling thiserror v1.0.61 |
| 580 | 2024-06-25T21:25:25.158Z | Compiling once_cell v1.19.0 |
| 581 | 2024-06-25T21:25:25.424Z | Compiling cc v1.0.100 |
| 582 | 2024-06-25T21:25:25.476Z | Compiling memchr v2.7.4 |
| 583 | 2024-06-25T21:25:25.505Z | Compiling ahash v0.8.11 |
| 584 | 2024-06-25T21:25:25.840Z | Compiling byteorder v1.5.0 |
| 585 | 2024-06-25T21:25:25.909Z | Compiling num-traits v0.2.19 |
| 586 | 2024-06-25T21:25:26.221Z | Compiling getrandom v0.2.15 |
| 587 | 2024-06-25T21:25:26.248Z | Compiling quote v1.0.36 |
| 588 | 2024-06-25T21:25:26.299Z | Compiling pin-project-lite v0.2.14 |
| 589 | 2024-06-25T21:25:26.405Z | Compiling ryu v1.0.18 |
| 590 | 2024-06-25T21:25:26.604Z | Compiling syn v2.0.68 |
| 591 | 2024-06-25T21:25:26.758Z | Compiling bytes v1.6.0 |
| 592 | 2024-06-25T21:25:26.935Z | Compiling log v0.4.21 |
| 593 | 2024-06-25T21:25:26.943Z | Compiling schemars v0.8.21 |
| 594 | 2024-06-25T21:25:27.047Z | Compiling allocator-api2 v0.2.18 |
| 595 | 2024-06-25T21:25:27.282Z | Compiling lock_api v0.4.12 |
| 596 | 2024-06-25T21:25:27.302Z | Compiling parking_lot_core v0.9.10 |
| 597 | 2024-06-25T21:25:27.382Z | Compiling smallvec v1.13.2 |
| 598 | 2024-06-25T21:25:27.720Z | Compiling futures-core v0.3.30 |
| 599 | 2024-06-25T21:25:27.747Z | Compiling scopeguard v1.2.0 |
| 600 | 2024-06-25T21:25:27.907Z | Compiling mio v0.8.11 |
| 601 | 2024-06-25T21:25:27.957Z | Compiling signal-hook-registry v1.4.2 |
| 602 | 2024-06-25T21:25:28.276Z | Compiling num_cpus v1.16.0 |
| 603 | 2024-06-25T21:25:28.371Z | Compiling parking_lot v0.12.3 |
| 604 | 2024-06-25T21:25:28.378Z | Compiling ring v0.17.8 |
| 605 | 2024-06-25T21:25:28.392Z | Compiling socket2 v0.5.7 |
| 606 | 2024-06-25T21:25:28.612Z | Compiling slab v0.4.9 |
| 607 | 2024-06-25T21:25:28.839Z | Compiling futures-sink v0.3.30 |
| 608 | 2024-06-25T21:25:28.985Z | Compiling spin v0.9.8 |
| 609 | 2024-06-25T21:25:29.219Z | Compiling fnv v1.0.7 |
| 610 | 2024-06-25T21:25:29.339Z | Compiling equivalent v1.0.1 |
| 611 | 2024-06-25T21:25:29.434Z | Compiling semver v1.0.23 |
| 612 | 2024-06-25T21:25:29.569Z | Compiling untrusted v0.9.0 |
| 613 | 2024-06-25T21:25:29.871Z | Compiling futures-channel v0.3.30 |
| 614 | 2024-06-25T21:25:29.908Z | Compiling futures-io v0.3.30 |
| 615 | 2024-06-25T21:25:30.028Z | Compiling vcpkg v0.2.15 |
| 616 | 2024-06-25T21:25:30.061Z | Compiling futures-task v0.3.30 |
| 617 | 2024-06-25T21:25:30.086Z | Compiling pkg-config v0.3.30 |
| 618 | 2024-06-25T21:25:30.222Z | Compiling pin-utils v0.1.0 |
| 619 | 2024-06-25T21:25:30.464Z | Compiling iana-time-zone v0.1.60 |
| 620 | 2024-06-25T21:25:30.500Z | Compiling ucd-trie v0.1.6 |
| 621 | 2024-06-25T21:25:30.991Z | Compiling http v0.2.12 |
| 622 | 2024-06-25T21:25:31.327Z | Compiling dyn-clone v1.0.17 |
| 623 | 2024-06-25T21:25:31.340Z | Compiling httparse v1.9.4 |
| 624 | 2024-06-25T21:25:31.541Z | Compiling heck v0.5.0 |
| 625 | 2024-06-25T21:25:31.717Z | Compiling openssl-sys v0.9.102 |
| 626 | 2024-06-25T21:25:32.173Z | Compiling chrono v0.4.38 |
| 627 | 2024-06-25T21:25:32.291Z | Compiling tracing-core v0.1.32 |
| 628 | 2024-06-25T21:25:32.704Z | Compiling uuid v1.9.1 |
| 629 | 2024-06-25T21:25:33.262Z | Compiling tracing v0.1.40 |
| 630 | 2024-06-25T21:25:33.771Z | Compiling serde_derive_internals v0.29.1 |
| 631 | 2024-06-25T21:25:34.141Z | Compiling try-lock v0.2.5 |
| 632 | 2024-06-25T21:25:34.283Z | Compiling foreign-types-shared v0.1.1 |
| 633 | 2024-06-25T21:25:34.373Z | Compiling slog v2.7.0 |
| 634 | 2024-06-25T21:25:34.708Z | Compiling openssl v0.10.64 |
| 635 | 2024-06-25T21:25:35.168Z | Compiling foreign-types v0.3.2 |
| 636 | 2024-06-25T21:25:35.246Z | Compiling want v0.3.1 |
| 637 | 2024-06-25T21:25:35.728Z | Compiling http-body v0.4.6 |
| 638 | 2024-06-25T21:25:36.059Z | Compiling aho-corasick v1.1.3 |
| 639 | 2024-06-25T21:25:36.151Z | Compiling httpdate v1.0.3 |
| 640 | 2024-06-25T21:25:36.226Z | Compiling percent-encoding v2.3.1 |
| 641 | 2024-06-25T21:25:36.687Z | Compiling rustls v0.21.12 |
| 642 | 2024-06-25T21:25:36.897Z | Compiling bitflags v2.6.0 |
| 643 | 2024-06-25T21:25:36.978Z | Compiling tower-service v0.3.2 |
| 644 | 2024-06-25T21:25:36.995Z | Compiling native-tls v0.2.12 |
| 645 | 2024-06-25T21:25:37.093Z | Compiling regex-syntax v0.8.4 |
| 646 | 2024-06-25T21:25:37.227Z | Compiling tinyvec_macros v0.1.1 |
| 647 | 2024-06-25T21:25:37.298Z | Compiling typenum v1.17.0 |
| 648 | 2024-06-25T21:25:37.305Z | Compiling tinyvec v1.6.1 |
| 649 | 2024-06-25T21:25:37.347Z | Compiling form_urlencoded v1.2.1 |
| 650 | 2024-06-25T21:25:38.357Z | Compiling generic-array v0.14.7 |
| 651 | 2024-06-25T21:25:38.673Z | Compiling openssl-probe v0.1.5 |
| 652 | 2024-06-25T21:25:38.984Z | Compiling unicode-normalization v0.1.23 |
| 653 | 2024-06-25T21:25:39.359Z | Compiling serde_derive v1.0.203 |
| 654 | 2024-06-25T21:25:39.538Z | Compiling zerocopy-derive v0.7.34 |
| 655 | 2024-06-25T21:25:39.739Z | Compiling thiserror-impl v1.0.61 |
| 656 | 2024-06-25T21:25:40.192Z | Compiling schemars_derive v0.8.21 |
| 657 | 2024-06-25T21:25:40.601Z | Compiling tokio-macros v2.3.0 |
| 658 | 2024-06-25T21:25:41.673Z | Compiling zerocopy v0.7.34 |
| 659 | 2024-06-25T21:25:42.783Z | Compiling tokio v1.38.0 |
| 660 | 2024-06-25T21:25:42.947Z | Compiling futures-macro v0.3.30 |
| 661 | 2024-06-25T21:25:43.273Z | Compiling pest v2.7.10 |
| 662 | 2024-06-25T21:25:43.869Z | Compiling hashbrown v0.14.5 |
| 663 | 2024-06-25T21:25:44.917Z | Compiling futures-util v0.3.30 |
| 664 | 2024-06-25T21:25:45.652Z | Compiling pest_meta v2.7.10 |
| 665 | 2024-06-25T21:25:45.781Z | Compiling regress v0.10.0 |
| 666 | 2024-06-25T21:25:46.022Z | Compiling openssl-macros v0.1.1 |
| 667 | 2024-06-25T21:25:46.832Z | Compiling pest_generator v2.7.10 |
| 668 | 2024-06-25T21:25:49.850Z | Compiling pest_derive v2.7.10 |
| 669 | 2024-06-25T21:25:50.565Z | Compiling sct v0.7.1 |
| 670 | 2024-06-25T21:25:50.688Z | Compiling rustls-webpki v0.101.7 |
| 671 | 2024-06-25T21:25:51.024Z | Compiling regex-automata v0.4.7 |
| 672 | 2024-06-25T21:25:51.834Z | Compiling tokio-util v0.7.11 |
| 673 | 2024-06-25T21:25:54.312Z | Compiling indexmap v2.2.6 |
| 674 | 2024-06-25T21:25:54.962Z | Compiling serde_tokenstream v0.2.1 |
| 675 | 2024-06-25T21:25:58.159Z | Compiling h2 v0.3.26 |
| 676 | 2024-06-25T21:26:00.158Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 677 | 2024-06-25T21:26:03.332Z | Compiling hyper v0.14.29 |
| 678 | 2024-06-25T21:26:04.603Z | Compiling regex v1.10.5 |
| 679 | 2024-06-25T21:26:08.213Z | Compiling scroll_derive v0.12.0 |
| 680 | 2024-06-25T21:26:11.907Z | Compiling usdt-impl v0.5.0 |
| 681 | 2024-06-25T21:26:12.269Z | Compiling encoding_rs v0.8.34 |
| 682 | 2024-06-25T21:26:12.389Z | Compiling mime v0.3.17 |
| 683 | 2024-06-25T21:26:13.047Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 684 | 2024-06-25T21:26:13.455Z | Compiling num-conv v0.1.0 |
| 685 | 2024-06-25T21:26:13.727Z | Compiling powerfmt v0.2.0 |
| 686 | 2024-06-25T21:26:13.986Z | Compiling time-core v0.1.2 |
| 687 | 2024-06-25T21:26:14.144Z | Compiling unicode-bidi v0.3.15 |
| 688 | 2024-06-25T21:26:17.183Z | Compiling idna v0.5.0 |
| 689 | 2024-06-25T21:26:17.245Z | Compiling time-macros v0.2.18 |
| 690 | 2024-06-25T21:26:20.673Z | Compiling deranged v0.3.11 |
| 691 | 2024-06-25T21:26:22.568Z | Compiling scroll v0.12.0 |
| 692 | 2024-06-25T21:26:22.902Z | Compiling tokio-native-tls v0.3.1 |
| 693 | 2024-06-25T21:26:23.143Z | Compiling tokio-rustls v0.24.1 |
| 694 | 2024-06-25T21:26:23.170Z | Compiling dof v0.3.0 |
| 695 | 2024-06-25T21:26:23.185Z | Compiling serde_urlencoded v0.7.1 |
| 696 | 2024-06-25T21:26:23.552Z | Compiling dtrace-parser v0.2.0 |
| 697 | 2024-06-25T21:26:24.418Z | Compiling thread-id v4.2.1 |
| 698 | 2024-06-25T21:26:25.356Z | Compiling omicron-workspace-hack v0.1.0 |
| 699 | 2024-06-25T21:26:25.640Z | Compiling base64 v0.21.7 |
| 700 | 2024-06-25T21:26:25.940Z | Compiling ident_case v1.0.1 |
| 701 | 2024-06-25T21:26:26.098Z | Compiling plain v0.2.3 |
| 702 | 2024-06-25T21:26:26.250Z | Compiling rustls-pki-types v1.7.0 |
| 703 | 2024-06-25T21:26:26.751Z | Compiling num_threads v0.1.7 |
| 704 | 2024-06-25T21:26:26.857Z | Compiling crossbeam-utils v0.8.20 |
| 705 | 2024-06-25T21:26:26.944Z | Compiling strsim v0.11.1 |
| 706 | 2024-06-25T21:26:27.714Z | Compiling darling_core v0.20.9 |
| 707 | 2024-06-25T21:26:28.695Z | Compiling time v0.3.36 |
| 708 | 2024-06-25T21:26:31.711Z | Compiling goblin v0.8.2 |
| 709 | 2024-06-25T21:26:32.411Z | Compiling rustls-pemfile v1.0.4 |
| 710 | 2024-06-25T21:26:35.619Z | Compiling hyper-rustls v0.24.2 |
| 711 | 2024-06-25T21:26:36.063Z | Compiling hyper-tls v0.5.0 |
| 712 | 2024-06-25T21:26:36.517Z | Compiling url v2.5.2 |
| 713 | 2024-06-25T21:26:36.541Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
| 714 | 2024-06-25T21:26:36.658Z | Compiling openapiv3 v2.0.0 |
| 715 | 2024-06-25T21:26:38.252Z | Compiling dirs-sys-next v0.1.2 |
| 716 | 2024-06-25T21:26:39.754Z | Compiling sync_wrapper v0.1.2 |
| 717 | 2024-06-25T21:26:39.865Z | Compiling rustls v0.22.4 |
| 718 | 2024-06-25T21:26:40.160Z | Compiling pretty-hex v0.4.1 |
| 719 | 2024-06-25T21:26:40.377Z | Compiling ipnet v2.9.0 |
| 720 | 2024-06-25T21:26:41.080Z | Compiling paste v1.0.15 |
| 721 | 2024-06-25T21:26:41.556Z | Compiling rustversion v1.0.17 |
| 722 | 2024-06-25T21:26:42.205Z | Compiling webpki-roots v0.25.4 |
| 723 | 2024-06-25T21:26:42.213Z | Compiling unsafe-libyaml v0.2.11 |
| 724 | 2024-06-25T21:26:42.346Z | Compiling reqwest v0.11.27 |
| 725 | 2024-06-25T21:26:43.154Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 726 | 2024-06-25T21:26:43.850Z | Compiling serde_yaml v0.9.34+deprecated |
| 727 | 2024-06-25T21:26:44.153Z | Compiling dirs-next v2.0.0 |
| 728 | 2024-06-25T21:26:47.810Z | Compiling darling_macro v0.20.9 |
| 729 | 2024-06-25T21:26:50.255Z | Compiling rustls-webpki v0.102.4 |
| 730 | 2024-06-25T21:26:50.400Z | Compiling block-buffer v0.10.4 |
| 731 | 2024-06-25T21:26:50.619Z | Compiling crypto-common v0.1.6 |
| 732 | 2024-06-25T21:26:50.692Z | Compiling serde_spanned v0.6.6 |
| 733 | 2024-06-25T21:26:50.814Z | Compiling toml_datetime v0.6.6 |
| 734 | 2024-06-25T21:26:50.921Z | Compiling structmeta-derive v0.3.0 |
| 735 | 2024-06-25T21:26:50.966Z | Compiling rand_core v0.6.4 |
| 736 | 2024-06-25T21:26:51.427Z | Compiling multer v3.1.0 |
| 737 | 2024-06-25T21:26:51.445Z | Compiling thread_local v1.1.8 |
| 738 | 2024-06-25T21:26:51.504Z | Compiling match_cfg v0.1.0 |
| 739 | 2024-06-25T21:26:51.586Z | Compiling slog-async v2.8.0 |
| 740 | 2024-06-25T21:26:51.747Z | Compiling anyhow v1.0.86 |
| 741 | 2024-06-25T21:26:52.068Z | Compiling zeroize v1.8.1 |
| 742 | 2024-06-25T21:26:52.216Z | Compiling subtle v2.6.1 |
| 743 | 2024-06-25T21:26:52.312Z | Compiling ppv-lite86 v0.2.17 |
| 744 | 2024-06-25T21:26:52.395Z | Compiling winnow v0.6.13 |
| 745 | 2024-06-25T21:26:52.491Z | Compiling camino v1.1.7 |
| 746 | 2024-06-25T21:26:53.150Z | Compiling rand_chacha v0.3.1 |
| 747 | 2024-06-25T21:26:53.734Z | Compiling structmeta v0.3.0 |
| 748 | 2024-06-25T21:26:54.371Z | Compiling hostname v0.3.1 |
| 749 | 2024-06-25T21:26:54.793Z | Compiling digest v0.10.7 |
| 750 | 2024-06-25T21:26:54.819Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 751 | 2024-06-25T21:26:55.182Z | Compiling crossbeam-channel v0.5.13 |
| 752 | 2024-06-25T21:26:56.766Z | Compiling toml_edit v0.22.14 |
| 753 | 2024-06-25T21:26:56.891Z | Compiling darling v0.20.9 |
| 754 | 2024-06-25T21:26:56.988Z | Compiling term v0.7.0 |
| 755 | 2024-06-25T21:27:01.847Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 756 | 2024-06-25T21:27:06.125Z | Compiling usdt-attr-macro v0.5.0 |
| 757 | 2024-06-25T21:27:06.222Z | Compiling usdt-macro v0.5.0 |
| 758 | 2024-06-25T21:27:07.575Z | Compiling slog-json v2.6.1 |
| 759 | 2024-06-25T21:27:07.652Z | Compiling futures-executor v0.3.30 |
| 760 | 2024-06-25T21:27:08.103Z | Compiling async-stream-impl v0.3.5 |
| 761 | 2024-06-25T21:27:08.945Z | Compiling http v1.1.0 |
| 762 | 2024-06-25T21:27:09.462Z | Compiling is-terminal v0.4.12 |
| 763 | 2024-06-25T21:27:09.574Z | Compiling memmap v0.7.0 |
| 764 | 2024-06-25T21:27:10.005Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
| 765 | 2024-06-25T21:27:10.320Z | Compiling base64 v0.22.1 |
| 766 | 2024-06-25T21:27:11.053Z | Compiling cpufeatures v0.2.12 |
| 767 | 2024-06-25T21:27:11.138Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 768 | 2024-06-25T21:27:11.299Z | Compiling atomic-waker v1.1.2 |
| 769 | 2024-06-25T21:27:11.430Z | Compiling take_mut v0.2.2 |
| 770 | 2024-06-25T21:27:11.484Z | Compiling waitgroup v0.1.2 |
| 771 | 2024-06-25T21:27:11.717Z | Compiling sha1 v0.10.6 |
| 772 | 2024-06-25T21:27:12.454Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
| 773 | 2024-06-25T21:27:12.642Z | Compiling rustls-pemfile v2.1.2 |
| 774 | 2024-06-25T21:27:13.712Z | Compiling usdt v0.5.0 |
| 775 | 2024-06-25T21:27:15.256Z | Compiling slog-term v2.9.1 |
| 776 | 2024-06-25T21:27:15.278Z | Compiling async-stream v0.3.5 |
| 777 | 2024-06-25T21:27:15.631Z | Compiling futures v0.3.30 |
| 778 | 2024-06-25T21:27:15.735Z | Compiling slog-bunyan v2.5.0 |
| 779 | 2024-06-25T21:27:16.081Z | Compiling strum_macros v0.26.4 |
| 780 | 2024-06-25T21:27:16.396Z | Compiling toml v0.8.14 |
| 781 | 2024-06-25T21:27:18.235Z | Compiling tokio-rustls v0.25.0 |
| 782 | 2024-06-25T21:27:18.677Z | Compiling serde_with_macros v3.8.1 |
| 783 | 2024-06-25T21:27:21.528Z | Compiling parse-display-derive v0.9.1 |
| 784 | 2024-06-25T21:27:22.606Z | Compiling rand v0.8.5 |
| 785 | 2024-06-25T21:27:24.083Z | Compiling ipnetwork v0.20.0 |
| 786 | 2024-06-25T21:27:24.585Z | Compiling newtype-uuid v1.1.0 |
| 787 | 2024-06-25T21:27:24.688Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
| 788 | 2024-06-25T21:27:24.911Z | Compiling serde_path_to_error v0.1.16 |
| 789 | 2024-06-25T21:27:25.818Z | Compiling hex v0.4.3 |
| 790 | 2024-06-25T21:27:25.848Z | Compiling async-trait v0.1.80 |
| 791 | 2024-06-25T21:27:26.474Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 792 | 2024-06-25T21:27:27.248Z | Compiling hostname v0.4.0 |
| 793 | 2024-06-25T21:27:27.288Z | Compiling instant v0.1.13 |
| 794 | 2024-06-25T21:27:27.349Z | Compiling debug-ignore v1.0.5 |
| 795 | 2024-06-25T21:27:27.437Z | Compiling backoff v0.4.0 |
| 796 | 2024-06-25T21:27:27.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 797 | 2024-06-25T21:27:27.484Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 798 | 2024-06-25T21:27:27.630Z | Compiling parse-display v0.9.1 |
| 799 | 2024-06-25T21:27:27.660Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 800 | 2024-06-25T21:27:27.754Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
| 801 | 2024-06-25T21:27:28.213Z | Compiling serde_with v3.8.1 |
| 802 | 2024-06-25T21:27:29.616Z | Compiling strum v0.26.3 |
| 803 | 2024-06-25T21:27:29.791Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 804 | 2024-06-25T21:27:30.592Z | Compiling macaddr v1.0.1 |
| 805 | 2024-06-25T21:27:31.202Z | Compiling regress v0.9.1 |
| 806 | 2024-06-25T21:27:35.550Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 807 | 2024-06-25T21:27:44.837Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 808 | 2024-06-25T21:27:52.695Z | Finished `release` profile [optimized] target(s) in 2m 28s |
| 809 | 2024-06-25T21:27:52.744Z | process exited: duration 224298 ms, exit code 0 |
| |
| 810 | 2024-06-25T21:27:52.750Z | found 0 output files |