|
|
|
| 1 | 2023-08-02T18:30:25.833Z | job assigned to worker 01H6VR4HWQ85DQ0577DDY5HRDQ (queued for 1 m 54 s) |
| |
| 2 | 2023-08-02T18:30:25.964Z | starting task 0: "setup" |
| 3 | 2023-08-02T18:30:26.340Z | ++ uname -s |
| 4 | 2023-08-02T18:30:26.343Z | + kern=SunOS |
| 5 | 2023-08-02T18:30:26.346Z | + case "$kern" in |
| 6 | 2023-08-02T18:30:26.349Z | + groupadd -g 12345 build |
| 7 | 2023-08-02T18:30:26.353Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-08-02T18:30:28.357Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-08-02T18:30:28.596Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-08-02T18:30:28.609Z | + home_fs=zfs |
| 11 | 2023-08-02T18:30:28.622Z | + [[ zfs == autofs ]] |
| 12 | 2023-08-02T18:30:28.634Z | + mkdir -p /home/build |
| 13 | 2023-08-02T18:30:28.661Z | + chown build:build /home/build /work |
| 14 | 2023-08-02T18:30:31.459Z | + chmod 0700 /home/build /work |
| 15 | 2023-08-02T18:30:31.536Z | process exited: duration 4618 ms, exit code 0 |
| |
| 16 | 2023-08-02T18:30:31.562Z | starting task 1: "rust-toolchain" |
| 17 | 2023-08-02T18:30:31.585Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-08-02T18:30:31.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 19 | 2023-08-02T18:30:31.938Z | info: downloading installer |
| 20 | 2023-08-02T18:30:35.155Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-08-02T18:30:35.187Z | warning: /opt/ooce/bin |
| 22 | 2023-08-02T18:30:35.200Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-08-02T18:30:35.217Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-08-02T18:30:35.233Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-08-02T18:30:35.248Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-08-02T18:30:35.262Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-08-02T18:30:35.279Z | error: cannot install while Rust is installed |
| 28 | 2023-08-02T18:30:35.296Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-08-02T18:30:35.460Z | info: profile set to 'default' |
| 30 | 2023-08-02T18:30:35.475Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-08-02T18:30:35.489Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 32 | 2023-08-02T18:30:35.648Z | info: latest update on 2023-07-13, rust version 1.71.0 (8ede3aae2 2023-07-12) |
| 33 | 2023-08-02T18:30:35.667Z | info: downloading component 'cargo' |
| 34 | 2023-08-02T18:30:37.077Z | info: downloading component 'clippy' |
| 35 | 2023-08-02T18:30:37.602Z | info: downloading component 'rust-docs' |
| 36 | 2023-08-02T18:30:38.764Z | info: downloading component 'rust-std' |
| 37 | 2023-08-02T18:30:42.431Z | info: downloading component 'rustc' |
| 38 | 2023-08-02T18:30:50.035Z | info: downloading component 'rustfmt' |
| 39 | 2023-08-02T18:30:51.538Z | info: installing component 'cargo' |
| 40 | 2023-08-02T18:30:51.996Z | info: installing component 'clippy' |
| 41 | 2023-08-02T18:30:53.002Z | info: installing component 'rust-docs' |
| 42 | 2023-08-02T18:30:55.528Z | info: installing component 'rust-std' |
| 43 | 2023-08-02T18:30:59.275Z | info: installing component 'rustc' |
| 44 | 2023-08-02T18:31:09.218Z | info: installing component 'rustfmt' |
| 45 | 2023-08-02T18:31:10.154Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 46 | 2023-08-02T18:31:10.186Z | |
| 47 | 2023-08-02T18:31:10.224Z | stable-x86_64-unknown-illumos installed - rustc 1.71.0 (8ede3aae2 2023-07-12) |
| 48 | 2023-08-02T18:31:10.245Z | |
| 49 | 2023-08-02T18:31:10.266Z | |
| 50 | 2023-08-02T18:31:10.284Z | Rust is installed now. Great! |
| 51 | 2023-08-02T18:31:10.287Z | |
| 52 | 2023-08-02T18:31:10.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-08-02T18:31:10.294Z | environment variable. This has not been done automatically. |
| 54 | 2023-08-02T18:31:10.297Z | |
| 55 | 2023-08-02T18:31:10.302Z | To configure your current shell, run: |
| 56 | 2023-08-02T18:31:10.305Z | source "$HOME/.cargo/env" |
| 57 | 2023-08-02T18:31:10.309Z | + rustc --version |
| 58 | 2023-08-02T18:31:10.312Z | rustc 1.71.0 (8ede3aae2 2023-07-12) |
| 59 | 2023-08-02T18:31:10.316Z | process exited: duration 38491 ms, exit code 0 |
| |
| 60 | 2023-08-02T18:31:10.323Z | starting task 2: "authentication" |
| 61 | 2023-08-02T18:31:10.357Z | process exited: duration 31 ms, exit code 0 |
| |
| 62 | 2023-08-02T18:31:10.362Z | starting task 3: "clone repository" |
| 63 | 2023-08-02T18:31:10.372Z | + mkdir -p /work/oxidecomputer/propolis |
| 64 | 2023-08-02T18:31:10.375Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 65 | 2023-08-02T18:31:10.422Z | Cloning into '/work/oxidecomputer/propolis'... |
| 66 | 2023-08-02T18:31:11.901Z | + cd /work/oxidecomputer/propolis |
| 67 | 2023-08-02T18:31:11.991Z | + [[ -n '' ]] |
| 68 | 2023-08-02T18:31:11.999Z | + git fetch origin 5b8f7df0c91275be8ad2c7a8ec4c9117ed614c47 |
| 69 | 2023-08-02T18:31:12.402Z | From https://github.com/oxidecomputer/propolis |
| 70 | 2023-08-02T18:31:12.410Z | * branch 5b8f7df0c91275be8ad2c7a8ec4c9117ed614c47 -> FETCH_HEAD |
| 71 | 2023-08-02T18:31:12.419Z | + git reset --hard 5b8f7df0c91275be8ad2c7a8ec4c9117ed614c47 |
| 72 | 2023-08-02T18:31:12.441Z | HEAD is now at 5b8f7df Elide test (and doctest) steps where not required |
| 73 | 2023-08-02T18:31:12.449Z | process exited: duration 2073 ms, exit code 0 |
| |
| 74 | 2023-08-02T18:31:12.463Z | starting task 4: "build" |
| 75 | 2023-08-02T18:31:12.478Z | + cargo --version |
| 76 | 2023-08-02T18:31:12.574Z | cargo 1.71.0 (cfd3bbd8f 2023-06-08) |
| 77 | 2023-08-02T18:31:12.580Z | + rustc --version |
| 78 | 2023-08-02T18:31:12.681Z | rustc 1.71.0 (8ede3aae2 2023-07-12) |
| 79 | 2023-08-02T18:31:12.685Z | + banner check |
| 80 | 2023-08-02T18:31:13.732Z | |
| 81 | 2023-08-02T18:31:13.757Z | #### # # ###### #### # # |
| 82 | 2023-08-02T18:31:13.780Z | # # # # # # # # # |
| 83 | 2023-08-02T18:31:13.805Z | # ###### ##### # #### |
| 84 | 2023-08-02T18:31:13.833Z | # # # # # # # |
| 85 | 2023-08-02T18:31:13.852Z | # # # # # # # # # |
| 86 | 2023-08-02T18:31:13.870Z | #### # # ###### #### # # |
| 87 | 2023-08-02T18:31:13.890Z | |
| 88 | 2023-08-02T18:31:13.907Z | + ptime -m cargo check --features falcon |
| 89 | 2023-08-02T18:31:13.929Z | Updating crates.io index |
| 90 | 2023-08-02T18:31:13.952Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 91 | 2023-08-02T18:31:15.564Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 92 | 2023-08-02T18:31:17.408Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 93 | 2023-08-02T18:31:17.690Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 94 | 2023-08-02T18:31:25.681Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 95 | 2023-08-02T18:31:26.805Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 96 | 2023-08-02T18:31:26.817Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 97 | 2023-08-02T18:31:26.854Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 98 | 2023-08-02T18:31:27.286Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 99 | 2023-08-02T18:31:27.551Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 100 | 2023-08-02T18:31:28.539Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
| 101 | 2023-08-02T18:31:28.804Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 102 | 2023-08-02T18:31:30.401Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 103 | 2023-08-02T18:31:32.321Z | Downloading crates ... |
| 104 | 2023-08-02T18:31:32.356Z | Downloaded env_logger v0.9.3 |
| 105 | 2023-08-02T18:31:32.397Z | Downloaded const_format_proc_macros v0.2.29 |
| 106 | 2023-08-02T18:31:32.414Z | Downloaded cc v1.0.78 |
| 107 | 2023-08-02T18:31:32.438Z | Downloaded semver v0.1.20 |
| 108 | 2023-08-02T18:31:32.456Z | Downloaded serde_derive_internals v0.26.0 |
| 109 | 2023-08-02T18:31:32.485Z | Downloaded sha2 v0.10.6 |
| 110 | 2023-08-02T18:31:32.504Z | Downloaded thread_local v1.1.4 |
| 111 | 2023-08-02T18:31:32.519Z | Downloaded structmeta v0.1.5 |
| 112 | 2023-08-02T18:31:32.539Z | Downloaded signal-hook-registry v1.4.0 |
| 113 | 2023-08-02T18:31:32.557Z | Downloaded sha-1 v0.10.1 |
| 114 | 2023-08-02T18:31:32.563Z | Downloaded serde_derive v1.0.164 |
| 115 | 2023-08-02T18:31:32.569Z | Downloaded tinyvec_macros v0.1.0 |
| 116 | 2023-08-02T18:31:32.578Z | Downloaded thiserror-impl v1.0.40 |
| 117 | 2023-08-02T18:31:32.587Z | Downloaded serde_spanned v0.6.2 |
| 118 | 2023-08-02T18:31:32.594Z | Downloaded tap v1.0.1 |
| 119 | 2023-08-02T18:31:32.601Z | Downloaded synstructure v0.12.6 |
| 120 | 2023-08-02T18:31:32.607Z | Downloaded thread-id v4.0.0 |
| 121 | 2023-08-02T18:31:32.619Z | Downloaded stringprep v0.1.2 |
| 122 | 2023-08-02T18:31:32.631Z | Downloaded cfg-if v1.0.0 |
| 123 | 2023-08-02T18:31:32.638Z | Downloaded futures-task v0.3.28 |
| 124 | 2023-08-02T18:31:32.645Z | Downloaded form_urlencoded v1.1.0 |
| 125 | 2023-08-02T18:31:32.653Z | Downloaded textwrap v0.16.0 |
| 126 | 2023-08-02T18:31:32.659Z | Downloaded tinyvec v1.6.0 |
| 127 | 2023-08-02T18:31:32.673Z | Downloaded tokio-tungstenite v0.17.2 |
| 128 | 2023-08-02T18:31:32.686Z | Downloaded slog-scope v4.4.0 |
| 129 | 2023-08-02T18:31:32.697Z | Downloaded want v0.3.0 |
| 130 | 2023-08-02T18:31:32.707Z | Downloaded async-stream v0.3.5 |
| 131 | 2023-08-02T18:31:32.719Z | Downloaded slab v0.4.7 |
| 132 | 2023-08-02T18:31:32.736Z | Downloaded scopeguard v1.1.0 |
| 133 | 2023-08-02T18:31:32.746Z | Downloaded serde_path_to_error v0.1.11 |
| 134 | 2023-08-02T18:31:32.754Z | Downloaded tokio-postgres v0.7.7 |
| 135 | 2023-08-02T18:31:32.767Z | Downloaded try-lock v0.2.4 |
| 136 | 2023-08-02T18:31:32.781Z | Downloaded usdt-attr-macro v0.3.5 |
| 137 | 2023-08-02T18:31:32.793Z | Downloaded futures-macro v0.3.28 |
| 138 | 2023-08-02T18:31:32.821Z | Downloaded tokio-native-tls v0.3.0 |
| 139 | 2023-08-02T18:31:32.838Z | Downloaded pkg-config v0.3.26 |
| 140 | 2023-08-02T18:31:32.874Z | Downloaded waitgroup v0.1.2 |
| 141 | 2023-08-02T18:31:32.912Z | Downloaded serde_with_macros v2.3.2 |
| 142 | 2023-08-02T18:31:32.957Z | Downloaded zeroize v1.3.0 |
| 143 | 2023-08-02T18:31:32.974Z | Downloaded version_check v0.9.4 |
| 144 | 2023-08-02T18:31:32.991Z | Downloaded time-core v0.1.1 |
| 145 | 2023-08-02T18:31:33.018Z | Downloaded serde_json v1.0.99 |
| 146 | 2023-08-02T18:31:33.045Z | Downloaded universal-hash v0.5.0 |
| 147 | 2023-08-02T18:31:33.070Z | Downloaded opaque-debug v0.3.0 |
| 148 | 2023-08-02T18:31:33.089Z | Downloaded num-iter v0.1.43 |
| 149 | 2023-08-02T18:31:33.113Z | Downloaded num-integer v0.1.45 |
| 150 | 2023-08-02T18:31:33.138Z | Downloaded utf-8 v0.7.6 |
| 151 | 2023-08-02T18:31:33.154Z | Downloaded tokio-rustls v0.23.4 |
| 152 | 2023-08-02T18:31:33.181Z | Downloaded ucd-trie v0.1.5 |
| 153 | 2023-08-02T18:31:33.249Z | Downloaded tower-service v0.3.2 |
| 154 | 2023-08-02T18:31:33.844Z | Downloaded num_threads v0.1.6 |
| 155 | 2023-08-02T18:31:33.883Z | Downloaded iana-time-zone v0.1.53 |
| 156 | 2023-08-02T18:31:34.147Z | Downloaded getrandom v0.2.8 |
| 157 | 2023-08-02T18:31:34.175Z | Downloaded unicode-bidi v0.3.8 |
| 158 | 2023-08-02T18:31:34.182Z | Downloaded zerocopy v0.3.0 |
| 159 | 2023-08-02T18:31:34.185Z | Downloaded tempfile v3.5.0 |
| 160 | 2023-08-02T18:31:34.202Z | Downloaded vergen v8.2.1 |
| 161 | 2023-08-02T18:31:34.206Z | Downloaded usdt-impl v0.3.5 |
| 162 | 2023-08-02T18:31:34.210Z | Downloaded macaddr v1.0.1 |
| 163 | 2023-08-02T18:31:34.213Z | Downloaded inout v0.1.3 |
| 164 | 2023-08-02T18:31:34.218Z | Downloaded mime v0.3.16 |
| 165 | 2023-08-02T18:31:34.221Z | Downloaded num_enum v0.5.11 |
| 166 | 2023-08-02T18:31:34.225Z | Downloaded tokio-macros v2.1.0 |
| 167 | 2023-08-02T18:31:34.230Z | Downloaded wyz v0.5.1 |
| 168 | 2023-08-02T18:31:34.235Z | Downloaded heck v0.4.1 |
| 169 | 2023-08-02T18:31:34.238Z | Downloaded quote v1.0.30 |
| 170 | 2023-08-02T18:31:34.242Z | Downloaded unsafe-libyaml v0.2.5 |
| 171 | 2023-08-02T18:31:34.246Z | Downloaded usdt-macro v0.3.5 |
| 172 | 2023-08-02T18:31:34.250Z | Downloaded polyval v0.6.0 |
| 173 | 2023-08-02T18:31:34.253Z | Downloaded webpki v0.22.0 |
| 174 | 2023-08-02T18:31:34.257Z | Downloaded usdt v0.3.5 |
| 175 | 2023-08-02T18:31:34.261Z | Downloaded unicode-width v0.1.10 |
| 176 | 2023-08-02T18:31:34.263Z | Downloaded base64 v0.13.1 |
| 177 | 2023-08-02T18:31:34.270Z | Downloaded tungstenite v0.17.3 |
| 178 | 2023-08-02T18:31:34.273Z | Downloaded tracing v0.1.37 |
| 179 | 2023-08-02T18:31:34.275Z | Downloaded uuid v1.4.0 |
| 180 | 2023-08-02T18:31:34.280Z | Downloaded typenum v1.16.0 |
| 181 | 2023-08-02T18:31:34.283Z | Downloaded steno v0.3.1 |
| 182 | 2023-08-02T18:31:34.287Z | Downloaded rand v0.8.5 |
| 183 | 2023-08-02T18:31:34.289Z | Downloaded pest v2.6.0 |
| 184 | 2023-08-02T18:31:34.295Z | Downloaded url v2.3.1 |
| 185 | 2023-08-02T18:31:34.297Z | Downloaded toml v0.5.11 |
| 186 | 2023-08-02T18:31:34.300Z | Downloaded indexmap v1.9.3 |
| 187 | 2023-08-02T18:31:34.305Z | Downloaded syn v1.0.107 |
| 188 | 2023-08-02T18:31:34.308Z | Downloaded toml_edit v0.19.10 |
| 189 | 2023-08-02T18:31:34.311Z | Downloaded portable-atomic v0.3.19 |
| 190 | 2023-08-02T18:31:34.315Z | Downloaded reqwest v0.11.18 |
| 191 | 2023-08-02T18:31:34.318Z | Downloaded unicode-normalization v0.1.22 |
| 192 | 2023-08-02T18:31:34.321Z | Downloaded rusqlite v0.29.0 |
| 193 | 2023-08-02T18:31:34.324Z | Downloaded winnow v0.4.6 |
| 194 | 2023-08-02T18:31:34.327Z | Downloaded syn v2.0.27 |
| 195 | 2023-08-02T18:31:34.331Z | Downloaded webpki-roots v0.22.6 |
| 196 | 2023-08-02T18:31:34.333Z | Downloaded vcpkg v0.2.15 |
| 197 | 2023-08-02T18:31:34.336Z | Downloaded clap_builder v4.3.0 |
| 198 | 2023-08-02T18:31:34.340Z | Downloaded nix v0.26.1 |
| 199 | 2023-08-02T18:31:34.343Z | Downloaded trust-dns-proto v0.22.0 |
| 200 | 2023-08-02T18:31:34.346Z | Downloaded clap v3.2.24 |
| 201 | 2023-08-02T18:31:34.349Z | Downloaded regress v0.6.0 |
| 202 | 2023-08-02T18:31:34.352Z | Downloaded regress v0.5.0 |
| 203 | 2023-08-02T18:31:34.355Z | Downloaded regex v1.9.1 |
| 204 | 2023-08-02T18:31:34.358Z | Downloaded rustls v0.21.2 |
| 205 | 2023-08-02T18:31:34.361Z | Downloaded rustls v0.20.8 |
| 206 | 2023-08-02T18:31:34.364Z | Downloaded regex-syntax v0.7.4 |
| 207 | 2023-08-02T18:31:34.367Z | Downloaded regex-syntax v0.6.28 |
| 208 | 2023-08-02T18:31:34.376Z | Downloaded idna v0.3.0 |
| 209 | 2023-08-02T18:31:34.386Z | Downloaded idna v0.2.3 |
| 210 | 2023-08-02T18:31:34.395Z | Downloaded openapiv3 v1.0.2 |
| 211 | 2023-08-02T18:31:34.406Z | Downloaded bstr v1.6.0 |
| 212 | 2023-08-02T18:31:34.417Z | Downloaded zerocopy-derive v0.2.0 |
| 213 | 2023-08-02T18:31:34.446Z | Downloaded openssl v0.10.55 |
| 214 | 2023-08-02T18:31:34.455Z | Downloaded hyper v0.14.26 |
| 215 | 2023-08-02T18:31:34.471Z | Downloaded bitvec v1.0.1 |
| 216 | 2023-08-02T18:31:34.480Z | Downloaded rustix v0.37.3 |
| 217 | 2023-08-02T18:31:34.506Z | Downloaded h2 v0.3.19 |
| 218 | 2023-08-02T18:31:34.517Z | Downloaded chrono v0.4.26 |
| 219 | 2023-08-02T18:31:34.540Z | Downloaded aho-corasick v1.0.2 |
| 220 | 2023-08-02T18:31:34.564Z | Downloaded hashbrown v0.13.2 |
| 221 | 2023-08-02T18:31:34.571Z | Downloaded git2 v0.17.2 |
| 222 | 2023-08-02T18:31:34.580Z | Downloaded regex-automata v0.3.3 |
| 223 | 2023-08-02T18:31:34.597Z | Downloaded libc v0.2.147 |
| 224 | 2023-08-02T18:31:34.632Z | Downloaded serde_with v2.3.2 |
| 225 | 2023-08-02T18:31:34.642Z | Downloaded petgraph v0.6.2 |
| 226 | 2023-08-02T18:31:34.666Z | Downloaded tokio v1.29.1 |
| 227 | 2023-08-02T18:31:34.673Z | Downloaded http v0.2.9 |
| 228 | 2023-08-02T18:31:34.681Z | Downloaded aes v0.8.2 |
| 229 | 2023-08-02T18:31:34.688Z | Downloaded num-bigint v0.4.3 |
| 230 | 2023-08-02T18:31:34.694Z | Downloaded futures-util v0.3.28 |
| 231 | 2023-08-02T18:31:34.703Z | Downloaded itertools v0.11.0 |
| 232 | 2023-08-02T18:31:34.713Z | Downloaded hashbrown v0.12.3 |
| 233 | 2023-08-02T18:31:34.728Z | Downloaded io-lifetimes v1.0.3 |
| 234 | 2023-08-02T18:31:34.743Z | Downloaded mio v0.8.8 |
| 235 | 2023-08-02T18:31:34.762Z | Downloaded hmac v0.12.1 |
| 236 | 2023-08-02T18:31:34.772Z | Downloaded openssl-sys v0.9.90 |
| 237 | 2023-08-02T18:31:34.790Z | Downloaded num-complex v0.4.2 |
| 238 | 2023-08-02T18:31:34.798Z | Downloaded hyper-rustls v0.24.0 |
| 239 | 2023-08-02T18:31:34.809Z | Downloaded base64 v0.21.2 |
| 240 | 2023-08-02T18:31:34.818Z | Downloaded indicatif v0.17.3 |
| 241 | 2023-08-02T18:31:34.824Z | Downloaded trust-dns-resolver v0.22.0 |
| 242 | 2023-08-02T18:31:34.833Z | Downloaded toml v0.7.4 |
| 243 | 2023-08-02T18:31:34.843Z | Downloaded time v0.3.21 |
| 244 | 2023-08-02T18:31:34.856Z | Downloaded encoding_rs v0.8.31 |
| 245 | 2023-08-02T18:31:34.870Z | Downloaded postgres-types v0.2.4 |
| 246 | 2023-08-02T18:31:34.881Z | Downloaded pin-project-lite v0.2.9 |
| 247 | 2023-08-02T18:31:34.891Z | Downloaded num-traits v0.2.15 |
| 248 | 2023-08-02T18:31:34.902Z | Downloaded hashlink v0.8.1 |
| 249 | 2023-08-02T18:31:34.909Z | Downloaded tokio-util v0.7.4 |
| 250 | 2023-08-02T18:31:34.924Z | Downloaded ipnet v2.7.1 |
| 251 | 2023-08-02T18:31:34.934Z | Downloaded tracing-core v0.1.30 |
| 252 | 2023-08-02T18:31:34.948Z | Downloaded rustls-webpki v0.100.1 |
| 253 | 2023-08-02T18:31:34.982Z | Downloaded proc-macro-error v1.0.4 |
| 254 | 2023-08-02T18:31:34.988Z | Downloaded memchr v2.5.0 |
| 255 | 2023-08-02T18:31:34.999Z | Downloaded arc-swap v1.6.0 |
| 256 | 2023-08-02T18:31:35.015Z | Downloaded unicode-ident v1.0.11 |
| 257 | 2023-08-02T18:31:35.024Z | Downloaded proc-macro-crate v1.2.1 |
| 258 | 2023-08-02T18:31:35.034Z | Downloaded once_cell v1.17.0 |
| 259 | 2023-08-02T18:31:35.048Z | Downloaded num-rational v0.4.1 |
| 260 | 2023-08-02T18:31:35.061Z | Downloaded thiserror v1.0.40 |
| 261 | 2023-08-02T18:31:35.075Z | Downloaded ppv-lite86 v0.2.17 |
| 262 | 2023-08-02T18:31:35.093Z | Downloaded num_enum v0.6.1 |
| 263 | 2023-08-02T18:31:35.111Z | Downloaded native-tls v0.2.11 |
| 264 | 2023-08-02T18:31:35.121Z | Downloaded itoa v1.0.5 |
| 265 | 2023-08-02T18:31:35.142Z | Downloaded ipnetwork v0.20.0 |
| 266 | 2023-08-02T18:31:36.031Z | Downloaded hostname v0.3.1 |
| 267 | 2023-08-02T18:31:36.073Z | Downloaded hex v0.4.3 |
| 268 | 2023-08-02T18:31:36.086Z | Downloaded pin-utils v0.1.0 |
| 269 | 2023-08-02T18:31:36.128Z | Downloaded phf v0.11.1 |
| 270 | 2023-08-02T18:31:36.141Z | Downloaded pest_generator v2.6.0 |
| 271 | 2023-08-02T18:31:36.154Z | Downloaded percent-encoding v2.3.0 |
| 272 | 2023-08-02T18:31:36.169Z | Downloaded parse-display-derive v0.7.0 |
| 273 | 2023-08-02T18:31:36.178Z | Downloaded log v0.4.17 |
| 274 | 2023-08-02T18:31:36.195Z | Downloaded tracing-attributes v0.1.23 |
| 275 | 2023-08-02T18:31:36.205Z | Downloaded libloading v0.7.4 |
| 276 | 2023-08-02T18:31:36.227Z | Downloaded quick-error v1.2.3 |
| 277 | 2023-08-02T18:31:36.236Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 278 | 2023-08-02T18:31:36.252Z | Downloaded proc-macro2 v1.0.63 |
| 279 | 2023-08-02T18:31:36.267Z | Downloaded phf_shared v0.11.1 |
| 280 | 2023-08-02T18:31:36.277Z | Downloaded paste v1.0.12 |
| 281 | 2023-08-02T18:31:36.292Z | Downloaded parse-display v0.7.0 |
| 282 | 2023-08-02T18:31:36.326Z | Downloaded openssl-macros v0.1.0 |
| 283 | 2023-08-02T18:31:36.337Z | Downloaded num_enum_derive v0.6.1 |
| 284 | 2023-08-02T18:31:36.345Z | Downloaded linked-hash-map v0.5.6 |
| 285 | 2023-08-02T18:31:36.355Z | Downloaded httpdate v1.0.2 |
| 286 | 2023-08-02T18:31:36.369Z | Downloaded httparse v1.8.0 |
| 287 | 2023-08-02T18:31:36.378Z | Downloaded clap v4.3.0 |
| 288 | 2023-08-02T18:31:36.410Z | Downloaded async-trait v0.1.72 |
| 289 | 2023-08-02T18:31:36.423Z | Downloaded bitflags v2.1.0 |
| 290 | 2023-08-02T18:31:36.435Z | Downloaded ahash v0.8.2 |
| 291 | 2023-08-02T18:31:36.442Z | Downloaded errno v0.3.0 |
| 292 | 2023-08-02T18:31:36.455Z | Downloaded num v0.4.0 |
| 293 | 2023-08-02T18:31:36.475Z | Downloaded lock_api v0.4.9 |
| 294 | 2023-08-02T18:31:36.493Z | Downloaded instant v0.1.12 |
| 295 | 2023-08-02T18:31:36.511Z | Downloaded ident_case v1.0.1 |
| 296 | 2023-08-02T18:31:36.533Z | Downloaded match_cfg v0.1.0 |
| 297 | 2023-08-02T18:31:36.536Z | Downloaded jobserver v0.1.25 |
| 298 | 2023-08-02T18:31:36.539Z | Downloaded serde v1.0.164 |
| 299 | 2023-08-02T18:31:36.542Z | Downloaded schemars v0.8.12 |
| 300 | 2023-08-02T18:31:36.545Z | Downloaded pest_derive v2.6.0 |
| 301 | 2023-08-02T18:31:36.549Z | Downloaded libz-sys v1.1.8 |
| 302 | 2023-08-02T18:31:36.556Z | Downloaded ring v0.16.20 |
| 303 | 2023-08-02T18:31:36.561Z | Downloaded parking_lot_core v0.9.6 |
| 304 | 2023-08-02T18:31:36.565Z | Downloaded os_str_bytes v6.4.1 |
| 305 | 2023-08-02T18:31:36.587Z | Downloaded futures v0.3.28 |
| 306 | 2023-08-02T18:31:36.590Z | Downloaded ryu v1.0.12 |
| 307 | 2023-08-02T18:31:36.596Z | Downloaded erased-serde v0.3.24 |
| 308 | 2023-08-02T18:31:36.599Z | Downloaded sct v0.7.0 |
| 309 | 2023-08-02T18:31:36.602Z | Downloaded pest_meta v2.6.0 |
| 310 | 2023-08-02T18:31:36.605Z | Downloaded parking_lot v0.12.1 |
| 311 | 2023-08-02T18:31:36.608Z | Downloaded futures-channel v0.3.28 |
| 312 | 2023-08-02T18:31:36.611Z | Downloaded anyhow v1.0.71 |
| 313 | 2023-08-02T18:31:36.614Z | Downloaded memoffset v0.7.1 |
| 314 | 2023-08-02T18:31:36.617Z | Downloaded is-terminal v0.4.7 |
| 315 | 2023-08-02T18:31:36.620Z | Downloaded ascii v1.1.0 |
| 316 | 2023-08-02T18:31:36.624Z | Downloaded postgres-protocol v0.6.4 |
| 317 | 2023-08-02T18:31:36.627Z | Downloaded lru-cache v0.1.2 |
| 318 | 2023-08-02T18:31:36.632Z | Downloaded lazy_static v1.4.0 |
| 319 | 2023-08-02T18:31:36.638Z | Downloaded hyper-tls v0.5.0 |
| 320 | 2023-08-02T18:31:36.643Z | Downloaded humantime v2.1.0 |
| 321 | 2023-08-02T18:31:36.646Z | Downloaded globset v0.4.11 |
| 322 | 2023-08-02T18:31:36.649Z | Downloaded darling_core v0.14.2 |
| 323 | 2023-08-02T18:31:36.652Z | Downloaded untrusted v0.7.1 |
| 324 | 2023-08-02T18:31:36.655Z | Downloaded unicode-xid v0.2.4 |
| 325 | 2023-08-02T18:31:36.664Z | Downloaded twox-hash v1.6.3 |
| 326 | 2023-08-02T18:31:36.672Z | Downloaded toml_datetime v0.6.2 |
| 327 | 2023-08-02T18:31:36.675Z | Downloaded md-5 v0.10.5 |
| 328 | 2023-08-02T18:31:36.679Z | Downloaded http-body v0.4.5 |
| 329 | 2023-08-02T18:31:36.689Z | Downloaded utf8parse v0.2.1 |
| 330 | 2023-08-02T18:31:37.857Z | Downloaded termcolor v1.1.3 |
| 331 | 2023-08-02T18:31:37.911Z | Downloaded either v1.8.0 |
| 332 | 2023-08-02T18:31:37.936Z | Downloaded const_format v0.2.30 |
| 333 | 2023-08-02T18:31:37.947Z | Downloaded clap_derive v3.2.24 |
| 334 | 2023-08-02T18:31:37.950Z | Downloaded ahash v0.7.6 |
| 335 | 2023-08-02T18:31:37.955Z | Downloaded ringbuffer v0.14.1 |
| 336 | 2023-08-02T18:31:37.961Z | Downloaded num_enum_derive v0.5.11 |
| 337 | 2023-08-02T18:31:37.965Z | Downloaded num_cpus v1.15.0 |
| 338 | 2023-08-02T18:31:37.968Z | Downloaded digest v0.10.6 |
| 339 | 2023-08-02T18:31:37.972Z | Downloaded ctrlc v3.2.4 |
| 340 | 2023-08-02T18:31:37.980Z | Downloaded ctr v0.9.2 |
| 341 | 2023-08-02T18:31:37.983Z | Downloaded backoff v0.4.0 |
| 342 | 2023-08-02T18:31:37.987Z | Downloaded static_assertions v1.1.0 |
| 343 | 2023-08-02T18:31:37.992Z | Downloaded schemars_derive v0.8.12 |
| 344 | 2023-08-02T18:31:37.995Z | Downloaded data-encoding v2.3.3 |
| 345 | 2023-08-02T18:31:37.999Z | Downloaded crypto-common v0.1.6 |
| 346 | 2023-08-02T18:31:38.002Z | Downloaded bitflags v1.3.2 |
| 347 | 2023-08-02T18:31:38.006Z | Downloaded bincode v1.3.3 |
| 348 | 2023-08-02T18:31:38.012Z | Downloaded async-recursion v0.3.2 |
| 349 | 2023-08-02T18:31:38.015Z | Downloaded futures-core v0.3.28 |
| 350 | 2023-08-02T18:31:38.018Z | Downloaded fastrand v1.8.0 |
| 351 | 2023-08-02T18:31:38.023Z | Downloaded time v0.1.45 |
| 352 | 2023-08-02T18:31:38.027Z | Downloaded term v0.7.0 |
| 353 | 2023-08-02T18:31:38.030Z | Downloaded smallvec v1.10.0 |
| 354 | 2023-08-02T18:31:38.033Z | Downloaded serde_urlencoded v0.7.1 |
| 355 | 2023-08-02T18:31:38.051Z | Downloaded rustc_version v0.1.7 |
| 356 | 2023-08-02T18:31:38.054Z | Downloaded radium v0.7.0 |
| 357 | 2023-08-02T18:31:38.058Z | Downloaded glob v0.3.1 |
| 358 | 2023-08-02T18:31:38.072Z | Downloaded getopts v0.2.21 |
| 359 | 2023-08-02T18:31:38.076Z | Downloaded generic-array v0.14.6 |
| 360 | 2023-08-02T18:31:38.081Z | Downloaded futures-sink v0.3.28 |
| 361 | 2023-08-02T18:31:38.084Z | Downloaded fnv v1.0.7 |
| 362 | 2023-08-02T18:31:38.088Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 363 | 2023-08-02T18:31:38.107Z | Downloaded debug-ignore v1.0.5 |
| 364 | 2023-08-02T18:31:38.119Z | Downloaded autocfg v1.1.0 |
| 365 | 2023-08-02T18:31:38.122Z | Downloaded atomic-waker v1.1.1 |
| 366 | 2023-08-02T18:31:38.125Z | Downloaded anstyle-parse v0.2.0 |
| 367 | 2023-08-02T18:31:38.128Z | Downloaded anstream v0.3.1 |
| 368 | 2023-08-02T18:31:38.131Z | Downloaded aes-gcm-siv v0.11.1 |
| 369 | 2023-08-02T18:31:38.135Z | Downloaded rustc_version v0.4.0 |
| 370 | 2023-08-02T18:31:38.138Z | Downloaded matches v0.1.10 |
| 371 | 2023-08-02T18:31:38.142Z | Downloaded libsqlite3-sys v0.26.0 |
| 372 | 2023-08-02T18:31:38.146Z | Downloaded newtype_derive v0.1.6 |
| 373 | 2023-08-02T18:31:38.150Z | Downloaded futures-io v0.3.28 |
| 374 | 2023-08-02T18:31:38.153Z | Downloaded rustls-pemfile v1.0.3 |
| 375 | 2023-08-02T18:31:38.158Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2023-08-02T18:31:38.162Z | Downloaded pretty-hex v0.2.1 |
| 377 | 2023-08-02T18:31:38.165Z | Downloaded futures-executor v0.3.28 |
| 378 | 2023-08-02T18:31:38.168Z | Downloaded funty v2.0.0 |
| 379 | 2023-08-02T18:31:38.173Z | Downloaded fixedbitset v0.4.2 |
| 380 | 2023-08-02T18:31:38.176Z | Downloaded fallible-iterator v0.2.0 |
| 381 | 2023-08-02T18:31:38.180Z | Downloaded dyn-clone v1.0.10 |
| 382 | 2023-08-02T18:31:38.187Z | Downloaded dirs-sys-next v0.1.2 |
| 383 | 2023-08-02T18:31:38.193Z | Downloaded dirs-next v2.0.0 |
| 384 | 2023-08-02T18:31:38.197Z | Downloaded darling v0.14.2 |
| 385 | 2023-08-02T18:31:38.200Z | Downloaded anstyle v1.0.0 |
| 386 | 2023-08-02T18:31:38.205Z | Downloaded ron v0.7.1 |
| 387 | 2023-08-02T18:31:38.208Z | Downloaded openssl-probe v0.1.5 |
| 388 | 2023-08-02T18:31:38.211Z | Downloaded number_prefix v0.4.0 |
| 389 | 2023-08-02T18:31:38.214Z | Downloaded serde_repr v0.1.10 |
| 390 | 2023-08-02T18:31:38.231Z | Downloaded rustversion v1.0.14 |
| 391 | 2023-08-02T18:31:38.235Z | Downloaded resolv-conf v0.7.0 |
| 392 | 2023-08-02T18:31:38.238Z | Downloaded enum-iterator v1.4.1 |
| 393 | 2023-08-02T18:31:38.245Z | Downloaded clap_lex v0.5.0 |
| 394 | 2023-08-02T18:31:38.249Z | Downloaded async-stream-impl v0.3.5 |
| 395 | 2023-08-02T18:31:38.252Z | Downloaded async-recursion v1.0.4 |
| 396 | 2023-08-02T18:31:38.257Z | Downloaded tokio-rustls v0.24.1 |
| 397 | 2023-08-02T18:31:38.260Z | Downloaded time-macros v0.2.9 |
| 398 | 2023-08-02T18:31:38.263Z | Downloaded structmeta-derive v0.1.5 |
| 399 | 2023-08-02T18:31:38.266Z | Downloaded slog-term v2.9.0 |
| 400 | 2023-08-02T18:31:38.270Z | Downloaded strum_macros v0.24.3 |
| 401 | 2023-08-02T18:31:38.274Z | Downloaded slog-json v2.6.1 |
| 402 | 2023-08-02T18:31:38.278Z | Downloaded bitstruct v0.1.1 |
| 403 | 2023-08-02T18:31:38.291Z | Downloaded bit_field v0.10.1 |
| 404 | 2023-08-02T18:31:38.307Z | Downloaded foreign-types-shared v0.1.1 |
| 405 | 2023-08-02T18:31:38.318Z | Downloaded dtrace-parser v0.1.14 |
| 406 | 2023-08-02T18:31:38.334Z | Downloaded slog-bunyan v2.4.0 |
| 407 | 2023-08-02T18:31:38.356Z | Downloaded rand_chacha v0.3.1 |
| 408 | 2023-08-02T18:31:38.372Z | Downloaded clap_lex v0.2.4 |
| 409 | 2023-08-02T18:31:38.392Z | Downloaded atty v0.2.14 |
| 410 | 2023-08-02T18:31:38.405Z | Downloaded assert_matches v1.5.0 |
| 411 | 2023-08-02T18:31:38.414Z | Downloaded anstyle-query v1.0.0 |
| 412 | 2023-08-02T18:31:38.426Z | Downloaded strsim v0.10.0 |
| 413 | 2023-08-02T18:31:38.438Z | Downloaded darling_macro v0.14.2 |
| 414 | 2023-08-02T18:31:38.449Z | Downloaded bitstruct_derive v0.1.0 |
| 415 | 2023-08-02T18:31:38.465Z | Downloaded subtle v2.4.1 |
| 416 | 2023-08-02T18:31:38.481Z | Downloaded spin v0.5.2 |
| 417 | 2023-08-02T18:31:38.498Z | Downloaded slog-dtrace v0.2.3 |
| 418 | 2023-08-02T18:31:38.508Z | Downloaded foreign-types v0.3.2 |
| 419 | 2023-08-02T18:31:38.519Z | Downloaded slog-envlogger v2.2.0 |
| 420 | 2023-08-02T18:31:38.529Z | Downloaded slog-async v2.7.0 |
| 421 | 2023-08-02T18:31:38.541Z | Downloaded slog v2.7.0 |
| 422 | 2023-08-02T18:31:38.555Z | Downloaded serde_yaml v0.9.17 |
| 423 | 2023-08-02T18:31:38.565Z | Downloaded take_mut v0.2.2 |
| 424 | 2023-08-02T18:31:38.575Z | Downloaded strum v0.24.1 |
| 425 | 2023-08-02T18:31:38.588Z | Downloaded slog-stdlog v4.1.1 |
| 426 | 2023-08-02T18:31:38.598Z | Downloaded siphasher v0.3.10 |
| 427 | 2023-08-02T18:31:38.611Z | Downloaded sha1 v0.10.5 |
| 428 | 2023-08-02T18:31:38.626Z | Downloaded serde_tokenstream v0.2.0 |
| 429 | 2023-08-02T18:31:38.632Z | Downloaded serde_arrays v0.1.0 |
| 430 | 2023-08-02T18:31:38.645Z | Downloaded colored v2.0.0 |
| 431 | 2023-08-02T18:31:38.658Z | Downloaded colorchoice v1.0.0 |
| 432 | 2023-08-02T18:31:38.671Z | Downloaded clap_derive v4.3.0 |
| 433 | 2023-08-02T18:31:38.684Z | Downloaded enum-as-inner v0.5.1 |
| 434 | 2023-08-02T18:31:38.706Z | Downloaded console v0.15.4 |
| 435 | 2023-08-02T18:31:38.723Z | Downloaded cipher v0.4.3 |
| 436 | 2023-08-02T18:31:38.737Z | Downloaded serde_tokenstream v0.1.6 |
| 437 | 2023-08-02T18:31:38.749Z | Downloaded enum-iterator-derive v1.2.1 |
| 438 | 2023-08-02T18:31:38.760Z | Downloaded crossbeam-channel v0.5.6 |
| 439 | 2023-08-02T18:31:38.773Z | Downloaded cpufeatures v0.2.5 |
| 440 | 2023-08-02T18:31:38.779Z | Downloaded socket2 v0.4.9 |
| 441 | 2023-08-02T18:31:38.782Z | Downloaded rand_core v0.6.4 |
| 442 | 2023-08-02T18:31:38.785Z | Downloaded dof v0.1.5 |
| 443 | 2023-08-02T18:31:38.788Z | Downloaded bytes v1.4.0 |
| 444 | 2023-08-02T18:31:38.792Z | Downloaded semver v1.0.17 |
| 445 | 2023-08-02T18:31:38.795Z | Downloaded crossbeam-utils v0.8.14 |
| 446 | 2023-08-02T18:31:38.798Z | Downloaded camino v1.1.4 |
| 447 | 2023-08-02T18:31:38.801Z | Downloaded byteorder v1.4.3 |
| 448 | 2023-08-02T18:31:38.804Z | Downloaded block-buffer v0.10.3 |
| 449 | 2023-08-02T18:31:38.807Z | Downloaded aead v0.5.1 |
| 450 | 2023-08-02T18:31:38.828Z | Compiling proc-macro2 v1.0.63 |
| 451 | 2023-08-02T18:31:38.832Z | Compiling quote v1.0.30 |
| 452 | 2023-08-02T18:31:38.835Z | Compiling unicode-ident v1.0.11 |
| 453 | 2023-08-02T18:31:38.838Z | Compiling libc v0.2.147 |
| 454 | 2023-08-02T18:31:38.841Z | Compiling serde v1.0.164 |
| 455 | 2023-08-02T18:31:38.844Z | Checking cfg-if v1.0.0 |
| 456 | 2023-08-02T18:31:38.848Z | Compiling version_check v0.9.4 |
| 457 | 2023-08-02T18:31:38.851Z | Compiling autocfg v1.1.0 |
| 458 | 2023-08-02T18:31:39.470Z | Compiling syn v1.0.107 |
| 459 | 2023-08-02T18:31:39.758Z | Checking once_cell v1.17.0 |
| 460 | 2023-08-02T18:31:39.866Z | Compiling thiserror v1.0.40 |
| 461 | 2023-08-02T18:31:39.908Z | Compiling memchr v2.5.0 |
| 462 | 2023-08-02T18:31:39.918Z | Compiling log v0.4.17 |
| 463 | 2023-08-02T18:31:39.929Z | Checking itoa v1.0.5 |
| 464 | 2023-08-02T18:31:39.935Z | Compiling serde_json v1.0.99 |
| 465 | 2023-08-02T18:31:39.941Z | Compiling num-traits v0.2.15 |
| 466 | 2023-08-02T18:31:39.945Z | Compiling ahash v0.7.6 |
| 467 | 2023-08-02T18:31:39.948Z | Checking pin-project-lite v0.2.9 |
| 468 | 2023-08-02T18:31:39.951Z | Compiling indexmap v1.9.3 |
| 469 | 2023-08-02T18:31:39.953Z | Compiling lock_api v0.4.9 |
| 470 | 2023-08-02T18:31:39.956Z | Compiling pkg-config v0.3.26 |
| 471 | 2023-08-02T18:31:39.960Z | Compiling parking_lot_core v0.9.6 |
| 472 | 2023-08-02T18:31:39.963Z | Checking smallvec v1.10.0 |
| 473 | 2023-08-02T18:31:39.971Z | Checking scopeguard v1.1.0 |
| 474 | 2023-08-02T18:31:39.977Z | Compiling tokio v1.29.1 |
| 475 | 2023-08-02T18:31:39.980Z | Checking getrandom v0.2.8 |
| 476 | 2023-08-02T18:31:39.983Z | Compiling syn v2.0.27 |
| 477 | 2023-08-02T18:31:40.046Z | Compiling jobserver v0.1.25 |
| 478 | 2023-08-02T18:31:40.085Z | Checking rand_core v0.6.4 |
| 479 | 2023-08-02T18:31:40.117Z | Checking ryu v1.0.12 |
| 480 | 2023-08-02T18:31:40.230Z | Checking parking_lot v0.12.1 |
| 481 | 2023-08-02T18:31:40.440Z | Checking mio v0.8.8 |
| 482 | 2023-08-02T18:31:40.506Z | Compiling cc v1.0.78 |
| 483 | 2023-08-02T18:31:40.534Z | Checking socket2 v0.4.9 |
| 484 | 2023-08-02T18:31:41.684Z | Checking signal-hook-registry v1.4.0 |
| 485 | 2023-08-02T18:31:41.788Z | Checking num_cpus v1.15.0 |
| 486 | 2023-08-02T18:31:41.812Z | Checking hashbrown v0.12.3 |
| 487 | 2023-08-02T18:31:42.225Z | Compiling futures-core v0.3.28 |
| 488 | 2023-08-02T18:31:42.230Z | Compiling typenum v1.16.0 |
| 489 | 2023-08-02T18:31:42.233Z | Compiling generic-array v0.14.6 |
| 490 | 2023-08-02T18:31:42.236Z | Checking bitflags v1.3.2 |
| 491 | 2023-08-02T18:31:42.241Z | Checking pin-utils v0.1.0 |
| 492 | 2023-08-02T18:31:42.324Z | Compiling heck v0.4.1 |
| 493 | 2023-08-02T18:31:42.574Z | Checking futures-sink v0.3.28 |
| 494 | 2023-08-02T18:31:43.483Z | Compiling slab v0.4.7 |
| 495 | 2023-08-02T18:31:43.497Z | Compiling schemars v0.8.12 |
| 496 | 2023-08-02T18:31:43.517Z | Compiling futures-channel v0.3.28 |
| 497 | 2023-08-02T18:31:43.541Z | Compiling futures-task v0.3.28 |
| 498 | 2023-08-02T18:31:43.622Z | Compiling futures-util v0.3.28 |
| 499 | 2023-08-02T18:31:44.064Z | Compiling ahash v0.8.2 |
| 500 | 2023-08-02T18:31:44.161Z | Compiling slog v2.7.0 |
| 501 | 2023-08-02T18:31:44.229Z | Checking futures-io v0.3.28 |
| 502 | 2023-08-02T18:31:44.277Z | Checking time v0.1.45 |
| 503 | 2023-08-02T18:31:44.304Z | Compiling ring v0.16.20 |
| 504 | 2023-08-02T18:31:45.341Z | Checking spin v0.5.2 |
| 505 | 2023-08-02T18:31:45.390Z | Checking tinyvec_macros v0.1.0 |
| 506 | 2023-08-02T18:31:45.401Z | Checking iana-time-zone v0.1.53 |
| 507 | 2023-08-02T18:31:45.416Z | Compiling unicode-xid v0.2.4 |
| 508 | 2023-08-02T18:31:45.432Z | Checking untrusted v0.7.1 |
| 509 | 2023-08-02T18:31:45.444Z | Checking tinyvec v1.6.0 |
| 510 | 2023-08-02T18:31:45.728Z | Checking fnv v1.0.7 |
| 511 | 2023-08-02T18:31:47.243Z | Checking tracing-core v0.1.30 |
| 512 | 2023-08-02T18:31:47.300Z | Checking subtle v2.4.1 |
| 513 | 2023-08-02T18:31:47.363Z | Checking unicode-bidi v0.3.8 |
| 514 | 2023-08-02T18:31:47.401Z | Checking unicode-normalization v0.1.22 |
| 515 | 2023-08-02T18:31:47.410Z | Checking crypto-common v0.1.6 |
| 516 | 2023-08-02T18:31:47.415Z | Compiling ucd-trie v0.1.5 |
| 517 | 2023-08-02T18:31:47.433Z | Compiling time-core v0.1.1 |
| 518 | 2023-08-02T18:31:47.656Z | Checking byteorder v1.4.3 |
| 519 | 2023-08-02T18:31:47.702Z | Compiling time-macros v0.2.9 |
| 520 | 2023-08-02T18:31:47.912Z | Checking aho-corasick v1.0.2 |
| 521 | 2023-08-02T18:31:48.139Z | Checking regex-syntax v0.7.4 |
| 522 | 2023-08-02T18:31:49.017Z | Checking percent-encoding v2.3.0 |
| 523 | 2023-08-02T18:31:49.051Z | Checking ppv-lite86 v0.2.17 |
| 524 | 2023-08-02T18:31:49.075Z | Checking dyn-clone v1.0.10 |
| 525 | 2023-08-02T18:31:49.082Z | Checking block-buffer v0.10.3 |
| 526 | 2023-08-02T18:31:49.089Z | Compiling openssl-sys v0.9.90 |
| 527 | 2023-08-02T18:31:49.596Z | Checking rand_chacha v0.3.1 |
| 528 | 2023-08-02T18:31:50.874Z | Compiling httparse v1.8.0 |
| 529 | 2023-08-02T18:31:50.902Z | Checking cpufeatures v0.2.5 |
| 530 | 2023-08-02T18:31:50.932Z | Checking rand v0.8.5 |
| 531 | 2023-08-02T18:31:51.010Z | Checking digest v0.10.6 |
| 532 | 2023-08-02T18:31:51.016Z | Checking form_urlencoded v1.1.0 |
| 533 | 2023-08-02T18:31:51.264Z | Compiling serde_derive_internals v0.26.0 |
| 534 | 2023-08-02T18:31:52.238Z | Compiling synstructure v0.12.6 |
| 535 | 2023-08-02T18:31:52.821Z | Checking atty v0.2.14 |
| 536 | 2023-08-02T18:31:53.252Z | Compiling hashbrown v0.13.2 |
| 537 | 2023-08-02T18:31:53.431Z | Checking regex-automata v0.3.3 |
| 538 | 2023-08-02T18:31:55.097Z | Compiling usdt-impl v0.3.5 |
| 539 | 2023-08-02T18:31:55.560Z | Checking num_threads v0.1.6 |
| 540 | 2023-08-02T18:31:55.568Z | Compiling async-trait v0.1.72 |
| 541 | 2023-08-02T18:31:55.633Z | Checking lazy_static v1.4.0 |
| 542 | 2023-08-02T18:31:55.664Z | Compiling crossbeam-utils v0.8.14 |
| 543 | 2023-08-02T18:31:56.275Z | Compiling anyhow v1.0.71 |
| 544 | 2023-08-02T18:31:56.320Z | Checking time v0.3.21 |
| 545 | 2023-08-02T18:31:56.582Z | Compiling regress v0.6.0 |
| 546 | 2023-08-02T18:31:56.660Z | Checking idna v0.3.0 |
| 547 | 2023-08-02T18:31:56.696Z | Checking dirs-sys-next v0.1.2 |
| 548 | 2023-08-02T18:31:56.743Z | Checking foreign-types-shared v0.1.1 |
| 549 | 2023-08-02T18:31:56.754Z | Compiling rustversion v1.0.14 |
| 550 | 2023-08-02T18:31:56.780Z | Checking base64 v0.21.2 |
| 551 | 2023-08-02T18:31:57.371Z | Checking try-lock v0.2.4 |
| 552 | 2023-08-02T18:31:57.540Z | Compiling rustls v0.21.2 |
| 553 | 2023-08-02T18:31:58.413Z | Compiling openssl v0.10.55 |
| 554 | 2023-08-02T18:31:58.440Z | Checking url v2.3.1 |
| 555 | 2023-08-02T18:31:58.470Z | Checking want v0.3.0 |
| 556 | 2023-08-02T18:31:58.494Z | Checking foreign-types v0.3.2 |
| 557 | 2023-08-02T18:31:58.521Z | Checking dirs-next v2.0.0 |
| 558 | 2023-08-02T18:31:58.873Z | Checking regex v1.9.1 |
| 559 | 2023-08-02T18:31:59.057Z | Compiling serde_derive v1.0.164 |
| 560 | 2023-08-02T18:31:59.335Z | Compiling thiserror-impl v1.0.40 |
| 561 | 2023-08-02T18:31:59.357Z | Compiling tokio-macros v2.1.0 |
| 562 | 2023-08-02T18:32:00.323Z | Compiling futures-macro v0.3.28 |
| 563 | 2023-08-02T18:32:02.242Z | Compiling schemars_derive v0.8.12 |
| 564 | 2023-08-02T18:32:02.277Z | Compiling tracing-attributes v0.1.23 |
| 565 | 2023-08-02T18:32:04.466Z | Compiling pest v2.6.0 |
| 566 | 2023-08-02T18:32:04.626Z | Compiling zerocopy-derive v0.2.0 |
| 567 | 2023-08-02T18:32:04.945Z | Compiling openssl-macros v0.1.0 |
| 568 | 2023-08-02T18:32:06.290Z | Compiling thread-id v4.0.0 |
| 569 | 2023-08-02T18:32:06.334Z | Checking thread_local v1.1.4 |
| 570 | 2023-08-02T18:32:06.485Z | Checking tower-service v0.3.2 |
| 571 | 2023-08-02T18:32:07.823Z | Checking httpdate v1.0.2 |
| 572 | 2023-08-02T18:32:07.865Z | Compiling native-tls v0.2.11 |
| 573 | 2023-08-02T18:32:07.869Z | Compiling slog-async v2.7.0 |
| 574 | 2023-08-02T18:32:07.896Z | Compiling zerocopy v0.3.0 |
| 575 | 2023-08-02T18:32:08.080Z | Checking tracing v0.1.37 |
| 576 | 2023-08-02T18:32:08.554Z | Compiling pest_meta v2.6.0 |
| 577 | 2023-08-02T18:32:09.795Z | Compiling dof v0.1.5 |
| 578 | 2023-08-02T18:32:11.322Z | Compiling pest_generator v2.6.0 |
| 579 | 2023-08-02T18:32:11.612Z | Checking crossbeam-channel v0.5.6 |
| 580 | 2023-08-02T18:32:12.143Z | Checking term v0.7.0 |
| 581 | 2023-08-02T18:32:13.831Z | Checking rustls-pemfile v1.0.3 |
| 582 | 2023-08-02T18:32:14.105Z | Checking openssl-probe v0.1.5 |
| 583 | 2023-08-02T18:32:14.295Z | Checking unicode-width v0.1.10 |
| 584 | 2023-08-02T18:32:15.367Z | Compiling semver v1.0.17 |
| 585 | 2023-08-02T18:32:15.426Z | Compiling io-lifetimes v1.0.3 |
| 586 | 2023-08-02T18:32:15.438Z | Checking take_mut v0.2.2 |
| 587 | 2023-08-02T18:32:15.453Z | Compiling pest_derive v2.6.0 |
| 588 | 2023-08-02T18:32:15.797Z | Checking slog-term v2.9.0 |
| 589 | 2023-08-02T18:32:17.245Z | Checking ipnet v2.7.1 |
| 590 | 2023-08-02T18:32:17.337Z | Compiling dtrace-parser v0.1.14 |
| 591 | 2023-08-02T18:32:17.472Z | Checking base64 v0.13.1 |
| 592 | 2023-08-02T18:32:17.514Z | Compiling rustix v0.37.3 |
| 593 | 2023-08-02T18:32:17.903Z | Compiling encoding_rs v0.8.31 |
| 594 | 2023-08-02T18:32:19.160Z | Checking futures-executor v0.3.28 |
| 595 | 2023-08-02T18:32:19.197Z | Checking errno v0.3.0 |
| 596 | 2023-08-02T18:32:20.047Z | Checking match_cfg v0.1.0 |
| 597 | 2023-08-02T18:32:21.133Z | Checking hostname v0.3.1 |
| 598 | 2023-08-02T18:32:21.304Z | Compiling getopts v0.2.21 |
| 599 | 2023-08-02T18:32:21.310Z | Checking bytes v1.4.0 |
| 600 | 2023-08-02T18:32:23.605Z | Checking chrono v0.4.26 |
| 601 | 2023-08-02T18:32:24.772Z | Checking uuid v1.4.0 |
| 602 | 2023-08-02T18:32:25.106Z | Checking http v0.2.9 |
| 603 | 2023-08-02T18:32:25.170Z | Compiling toml v0.5.11 |
| 604 | 2023-08-02T18:32:27.160Z | Compiling serde_tokenstream v0.2.0 |
| 605 | 2023-08-02T18:32:27.337Z | Checking http-body v0.4.5 |
| 606 | 2023-08-02T18:32:27.891Z | Compiling proc-macro-crate v1.2.1 |
| 607 | 2023-08-02T18:32:28.854Z | Compiling serde_tokenstream v0.1.6 |
| 608 | 2023-08-02T18:32:29.220Z | Checking serde_urlencoded v0.7.1 |
| 609 | 2023-08-02T18:32:29.334Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 610 | 2023-08-02T18:32:29.644Z | Compiling openapiv3 v1.0.2 |
| 611 | 2023-08-02T18:32:31.116Z | Compiling num_enum_derive v0.5.11 |
| 612 | 2023-08-02T18:32:32.017Z | Compiling usdt-macro v0.3.5 |
| 613 | 2023-08-02T18:32:33.094Z | Compiling usdt-attr-macro v0.3.5 |
| 614 | 2023-08-02T18:32:33.223Z | Checking tokio-util v0.7.4 |
| 615 | 2023-08-02T18:32:35.246Z | Checking tokio-native-tls v0.3.0 |
| 616 | 2023-08-02T18:32:35.324Z | Checking h2 v0.3.19 |
| 617 | 2023-08-02T18:32:35.351Z | Checking num_enum v0.5.11 |
| 618 | 2023-08-02T18:32:35.839Z | Checking futures v0.3.28 |
| 619 | 2023-08-02T18:32:35.873Z | Checking usdt v0.3.5 |
| 620 | 2023-08-02T18:32:35.943Z | Compiling libz-sys v1.1.8 |
| 621 | 2023-08-02T18:32:35.958Z | Compiling unsafe-libyaml v0.2.5 |
| 622 | 2023-08-02T18:32:35.971Z | Checking mime v0.3.16 |
| 623 | 2023-08-02T18:32:36.037Z | Checking fallible-iterator v0.2.0 |
| 624 | 2023-08-02T18:32:36.050Z | Checking serde_spanned v0.6.2 |
| 625 | 2023-08-02T18:32:36.153Z | Checking toml_datetime v0.6.2 |
| 626 | 2023-08-02T18:32:36.774Z | Compiling strsim v0.10.0 |
| 627 | 2023-08-02T18:32:37.266Z | Compiling ident_case v1.0.1 |
| 628 | 2023-08-02T18:32:37.289Z | Checking winnow v0.4.6 |
| 629 | 2023-08-02T18:32:37.312Z | Compiling semver v0.1.20 |
| 630 | 2023-08-02T18:32:37.659Z | Compiling serde_yaml v0.9.17 |
| 631 | 2023-08-02T18:32:37.986Z | Compiling rustc_version v0.1.7 |
| 632 | 2023-08-02T18:32:39.271Z | Compiling darling_core v0.14.2 |
| 633 | 2023-08-02T18:32:39.292Z | Checking slog-json v2.6.1 |
| 634 | 2023-08-02T18:32:39.305Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 635 | 2023-08-02T18:32:41.259Z | Checking hyper v0.14.26 |
| 636 | 2023-08-02T18:32:41.457Z | Checking toml_edit v0.19.10 |
| 637 | 2023-08-02T18:32:41.474Z | Checking slog-bunyan v2.4.0 |
| 638 | 2023-08-02T18:32:41.702Z | Compiling newtype_derive v0.1.6 |
| 639 | 2023-08-02T18:32:43.411Z | Compiling structmeta-derive v0.1.5 |
| 640 | 2023-08-02T18:32:43.708Z | Checking md-5 v0.10.5 |
| 641 | 2023-08-02T18:32:43.960Z | Checking hmac v0.12.1 |
| 642 | 2023-08-02T18:32:43.974Z | Checking sha2 v0.10.6 |
| 643 | 2023-08-02T18:32:43.986Z | Checking stringprep v0.1.2 |
| 644 | 2023-08-02T18:32:44.002Z | Compiling num-integer v0.1.45 |
| 645 | 2023-08-02T18:32:44.385Z | Checking sct v0.7.0 |
| 646 | 2023-08-02T18:32:44.558Z | Checking webpki v0.22.0 |
| 647 | 2023-08-02T18:32:44.765Z | Checking rustls-webpki v0.100.1 |
| 648 | 2023-08-02T18:32:45.051Z | Compiling camino v1.1.4 |
| 649 | 2023-08-02T18:32:45.096Z | Checking webpki-roots v0.22.6 |
| 650 | 2023-08-02T18:32:45.110Z | Checking siphasher v0.3.10 |
| 651 | 2023-08-02T18:32:45.257Z | Checking toml v0.7.4 |
| 652 | 2023-08-02T18:32:45.480Z | Compiling paste v1.0.12 |
| 653 | 2023-08-02T18:32:45.503Z | Checking phf_shared v0.11.1 |
| 654 | 2023-08-02T18:32:45.985Z | Checking postgres-protocol v0.6.4 |
| 655 | 2023-08-02T18:32:47.060Z | Compiling vergen v8.2.1 |
| 656 | 2023-08-02T18:32:47.130Z | Compiling structmeta v0.1.5 |
| 657 | 2023-08-02T18:32:47.407Z | Compiling darling_macro v0.14.2 |
| 658 | 2023-08-02T18:32:47.578Z | Compiling async-stream-impl v0.3.5 |
| 659 | 2023-08-02T18:32:47.640Z | Compiling memoffset v0.7.1 |
| 660 | 2023-08-02T18:32:47.733Z | Compiling proc-macro-error-attr v1.0.4 |
| 661 | 2023-08-02T18:32:48.938Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
| 662 | 2023-08-02T18:32:49.009Z | Compiling vcpkg v0.2.15 |
| 663 | 2023-08-02T18:32:49.455Z | Checking hyper-tls v0.5.0 |
| 664 | 2023-08-02T18:32:49.508Z | Checking fixedbitset v0.4.2 |
| 665 | 2023-08-02T18:32:49.535Z | Compiling regex-syntax v0.6.28 |
| 666 | 2023-08-02T18:32:49.592Z | Checking utf8parse v0.2.1 |
| 667 | 2023-08-02T18:32:49.596Z | Compiling darling v0.14.2 |
| 668 | 2023-08-02T18:32:49.600Z | Checking atomic-waker v1.1.1 |
| 669 | 2023-08-02T18:32:49.616Z | Compiling serde_with_macros v2.3.2 |
| 670 | 2023-08-02T18:32:49.619Z | Checking anstyle-parse v0.2.0 |
| 671 | 2023-08-02T18:32:49.622Z | Checking waitgroup v0.1.2 |
| 672 | 2023-08-02T18:32:49.711Z | Checking petgraph v0.6.2 |
| 673 | 2023-08-02T18:32:49.819Z | Checking async-stream v0.3.5 |
| 674 | 2023-08-02T18:32:50.839Z | Checking tokio-rustls v0.24.1 |
| 675 | 2023-08-02T18:32:50.894Z | Compiling rustc_version v0.4.0 |
| 676 | 2023-08-02T18:32:50.934Z | Checking hyper-rustls v0.24.0 |
| 677 | 2023-08-02T18:32:51.217Z | Compiling libsqlite3-sys v0.26.0 |
| 678 | 2023-08-02T18:32:51.252Z | Checking reqwest v0.11.18 |
| 679 | 2023-08-02T18:32:51.514Z | Checking postgres-types v0.2.4 |
| 680 | 2023-08-02T18:32:53.381Z | Checking phf v0.11.1 |
| 681 | 2023-08-02T18:32:53.680Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 682 | 2023-08-02T18:32:54.701Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
| 683 | 2023-08-02T18:32:54.749Z | Checking is-terminal v0.4.7 |
| 684 | 2023-08-02T18:32:54.797Z | Checking serde_path_to_error v0.1.11 |
| 685 | 2023-08-02T18:32:54.802Z | Checking hex v0.4.3 |
| 686 | 2023-08-02T18:32:54.828Z | Compiling strum_macros v0.24.3 |
| 687 | 2023-08-02T18:32:55.062Z | Checking sha1 v0.10.5 |
| 688 | 2023-08-02T18:32:55.150Z | Compiling num-bigint v0.4.3 |
| 689 | 2023-08-02T18:32:55.453Z | Compiling slog-dtrace v0.2.3 |
| 690 | 2023-08-02T18:32:56.645Z | Compiling proc-macro-error v1.0.4 |
| 691 | 2023-08-02T18:32:56.660Z | Checking instant v0.1.12 |
| 692 | 2023-08-02T18:32:56.711Z | Checking anstyle v1.0.0 |
| 693 | 2023-08-02T18:32:56.715Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 694 | 2023-08-02T18:32:56.721Z | Checking colorchoice v1.0.0 |
| 695 | 2023-08-02T18:32:56.727Z | Checking anstyle-query v1.0.0 |
| 696 | 2023-08-02T18:32:56.745Z | Checking static_assertions v1.1.0 |
| 697 | 2023-08-02T18:32:56.750Z | Checking arc-swap v1.6.0 |
| 698 | 2023-08-02T18:32:56.753Z | Checking debug-ignore v1.0.5 |
| 699 | 2023-08-02T18:32:56.758Z | Compiling rustls v0.20.8 |
| 700 | 2023-08-02T18:32:56.780Z | Checking anstream v0.3.1 |
| 701 | 2023-08-02T18:32:57.259Z | Checking slog-scope v4.4.0 |
| 702 | 2023-08-02T18:32:57.289Z | Checking backoff v0.4.0 |
| 703 | 2023-08-02T18:32:57.487Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
| 704 | 2023-08-02T18:32:58.423Z | Checking steno v0.3.1 |
| 705 | 2023-08-02T18:32:58.464Z | Checking tokio-postgres v0.7.7 |
| 706 | 2023-08-02T18:32:58.479Z | Checking serde_with v2.3.2 |
| 707 | 2023-08-02T18:32:58.519Z | Compiling parse-display-derive v0.7.0 |
| 708 | 2023-08-02T18:33:00.382Z | Checking ipnetwork v0.20.0 |
| 709 | 2023-08-02T18:33:00.414Z | Checking macaddr v1.0.1 |
| 710 | 2023-08-02T18:33:00.430Z | Checking strum v0.24.1 |
| 711 | 2023-08-02T18:33:00.520Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 712 | 2023-08-02T18:33:00.907Z | Checking inout v0.1.3 |
| 713 | 2023-08-02T18:33:01.094Z | Compiling num-iter v0.1.43 |
| 714 | 2023-08-02T18:33:01.170Z | Compiling num-rational v0.4.1 |
| 715 | 2023-08-02T18:33:02.293Z | Checking clap_lex v0.5.0 |
| 716 | 2023-08-02T18:33:02.404Z | Checking termcolor v1.1.3 |
| 717 | 2023-08-02T18:33:02.419Z | Compiling radium v0.7.0 |
| 718 | 2023-08-02T18:33:02.436Z | Checking clap_builder v4.3.0 |
| 719 | 2023-08-02T18:33:02.486Z | Checking cipher v0.4.3 |
| 720 | 2023-08-02T18:33:02.658Z | Checking nix v0.26.1 |
| 721 | 2023-08-02T18:33:03.255Z | Checking slog-stdlog v4.1.1 |
| 722 | 2023-08-02T18:33:04.201Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
| 723 | 2023-08-02T18:33:04.270Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 724 | 2023-08-02T18:33:04.285Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 725 | 2023-08-02T18:33:04.309Z | Compiling serde_repr v0.1.10 |
| 726 | 2023-08-02T18:33:06.056Z | Checking parse-display v0.7.0 |
| 727 | 2023-08-02T18:33:06.120Z | Compiling clap_derive v4.3.0 |
| 728 | 2023-08-02T18:33:06.576Z | Checking hashlink v0.8.1 |
| 729 | 2023-08-02T18:33:06.678Z | Checking fastrand v1.8.0 |
| 730 | 2023-08-02T18:33:07.975Z | Checking os_str_bytes v6.4.1 |
| 731 | 2023-08-02T18:33:08.009Z | Checking fallible-streaming-iterator v0.1.9 |
| 732 | 2023-08-02T18:33:08.047Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 733 | 2023-08-02T18:33:08.073Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 734 | 2023-08-02T18:33:08.102Z | Compiling portable-atomic v0.3.19 |
| 735 | 2023-08-02T18:33:08.112Z | Checking bitflags v2.1.0 |
| 736 | 2023-08-02T18:33:08.121Z | Checking tap v1.0.1 |
| 737 | 2023-08-02T18:33:08.128Z | Checking clap_lex v0.2.4 |
| 738 | 2023-08-02T18:33:08.132Z | Checking rusqlite v0.29.0 |
| 739 | 2023-08-02T18:33:08.136Z | Checking wyz v0.5.1 |
| 740 | 2023-08-02T18:33:08.180Z | Checking tempfile v3.5.0 |
| 741 | 2023-08-02T18:33:08.469Z | Checking tokio-rustls v0.23.4 |
| 742 | 2023-08-02T18:33:08.521Z | Compiling clap_derive v3.2.24 |
| 743 | 2023-08-02T18:33:08.619Z | Checking slog-envlogger v2.2.0 |
| 744 | 2023-08-02T18:33:09.833Z | Checking twox-hash v1.6.3 |
| 745 | 2023-08-02T18:33:09.956Z | Compiling num_enum_derive v0.6.1 |
| 746 | 2023-08-02T18:33:09.976Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 747 | 2023-08-02T18:33:09.982Z | Checking num-complex v0.4.2 |
| 748 | 2023-08-02T18:33:10.216Z | Checking regress v0.5.0 |
| 749 | 2023-08-02T18:33:10.267Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 750 | 2023-08-02T18:33:11.891Z | Checking universal-hash v0.5.0 |
| 751 | 2023-08-02T18:33:11.899Z | Checking funty v2.0.0 |
| 752 | 2023-08-02T18:33:12.054Z | Checking textwrap v0.16.0 |
| 753 | 2023-08-02T18:33:12.138Z | Checking opaque-debug v0.3.0 |
| 754 | 2023-08-02T18:33:12.253Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 755 | 2023-08-02T18:33:12.558Z | Checking polyval v0.6.0 |
| 756 | 2023-08-02T18:33:13.679Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 757 | 2023-08-02T18:33:13.684Z | Checking num v0.4.0 |
| 758 | 2023-08-02T18:33:13.714Z | Checking bitvec v1.0.1 |
| 759 | 2023-08-02T18:33:13.737Z | Checking num_enum v0.6.1 |
| 760 | 2023-08-02T18:33:13.802Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 761 | 2023-08-02T18:33:13.924Z | Checking clap v4.3.0 |
| 762 | 2023-08-02T18:33:14.065Z | Checking ctr v0.9.2 |
| 763 | 2023-08-02T18:33:14.321Z | Checking aes v0.8.2 |
| 764 | 2023-08-02T18:33:14.486Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 765 | 2023-08-02T18:33:15.284Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 766 | 2023-08-02T18:33:15.304Z | Checking bincode v1.3.3 |
| 767 | 2023-08-02T18:33:15.318Z | Checking console v0.15.4 |
| 768 | 2023-08-02T18:33:15.584Z | Compiling async-recursion v0.3.2 |
| 769 | 2023-08-02T18:33:15.644Z | Checking colored v2.0.0 |
| 770 | 2023-08-02T18:33:16.052Z | Checking sha-1 v0.10.1 |
| 771 | 2023-08-02T18:33:16.120Z | Checking aead v0.5.1 |
| 772 | 2023-08-02T18:33:16.166Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 773 | 2023-08-02T18:33:16.346Z | Compiling erased-serde v0.3.24 |
| 774 | 2023-08-02T18:33:16.415Z | Checking utf-8 v0.7.6 |
| 775 | 2023-08-02T18:33:16.454Z | Checking either v1.8.0 |
| 776 | 2023-08-02T18:33:16.477Z | Checking clap v3.2.24 |
| 777 | 2023-08-02T18:33:17.483Z | Checking humantime v2.1.0 |
| 778 | 2023-08-02T18:33:17.540Z | Checking number_prefix v0.4.0 |
| 779 | 2023-08-02T18:33:17.577Z | Checking pretty-hex v0.2.1 |
| 780 | 2023-08-02T18:33:17.585Z | Checking matches v0.1.10 |
| 781 | 2023-08-02T18:33:17.590Z | Checking zeroize v1.3.0 |
| 782 | 2023-08-02T18:33:17.594Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 783 | 2023-08-02T18:33:17.599Z | Checking env_logger v0.9.3 |
| 784 | 2023-08-02T18:33:17.603Z | Checking idna v0.2.3 |
| 785 | 2023-08-02T18:33:17.607Z | Checking indicatif v0.17.3 |
| 786 | 2023-08-02T18:33:17.611Z | Checking aes-gcm-siv v0.11.1 |
| 787 | 2023-08-02T18:33:17.615Z | Checking itertools v0.11.0 |
| 788 | 2023-08-02T18:33:17.841Z | Checking tungstenite v0.17.3 |
| 789 | 2023-08-02T18:33:18.242Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 790 | 2023-08-02T18:33:18.317Z | Compiling bitstruct_derive v0.1.0 |
| 791 | 2023-08-02T18:33:19.389Z | Compiling enum-as-inner v0.5.1 |
| 792 | 2023-08-02T18:33:19.465Z | Compiling async-recursion v1.0.4 |
| 793 | 2023-08-02T18:33:19.480Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 794 | 2023-08-02T18:33:19.489Z | Checking libloading v0.7.4 |
| 795 | 2023-08-02T18:33:19.509Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
| 796 | 2023-08-02T18:33:19.741Z | Checking linked-hash-map v0.5.6 |
| 797 | 2023-08-02T18:33:20.240Z | Checking quick-error v1.2.3 |
| 798 | 2023-08-02T18:33:21.268Z | Checking data-encoding v2.3.3 |
| 799 | 2023-08-02T18:33:21.321Z | Checking ascii v1.1.0 |
| 800 | 2023-08-02T18:33:21.341Z | Checking ringbuffer v0.14.1 |
| 801 | 2023-08-02T18:33:21.363Z | Checking bitstruct v0.1.1 |
| 802 | 2023-08-02T18:33:21.369Z | Checking resolv-conf v0.7.0 |
| 803 | 2023-08-02T18:33:21.407Z | Checking lru-cache v0.1.2 |
| 804 | 2023-08-02T18:33:21.411Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 805 | 2023-08-02T18:33:21.416Z | Checking tokio-tungstenite v0.17.2 |
| 806 | 2023-08-02T18:33:21.422Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 807 | 2023-08-02T18:33:21.428Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 808 | 2023-08-02T18:33:21.432Z | Checking trust-dns-proto v0.22.0 |
| 809 | 2023-08-02T18:33:21.451Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
| 810 | 2023-08-02T18:33:21.532Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 811 | 2023-08-02T18:33:21.686Z | Checking serde_arrays v0.1.0 |
| 812 | 2023-08-02T18:33:21.855Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 813 | 2023-08-02T18:33:21.898Z | Compiling enum-iterator-derive v1.2.1 |
| 814 | 2023-08-02T18:33:22.065Z | Compiling const_format_proc_macros v0.2.29 |
| 815 | 2023-08-02T18:33:23.184Z | Checking assert_matches v1.5.0 |
| 816 | 2023-08-02T18:33:23.241Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
| 817 | 2023-08-02T18:33:23.278Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 818 | 2023-08-02T18:33:23.283Z | Checking ron v0.7.1 |
| 819 | 2023-08-02T18:33:23.289Z | Checking bstr v1.6.0 |
| 820 | 2023-08-02T18:33:23.297Z | Checking bit_field v0.10.1 |
| 821 | 2023-08-02T18:33:24.052Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
| 822 | 2023-08-02T18:33:25.116Z | Checking globset v0.4.11 |
| 823 | 2023-08-02T18:33:25.143Z | Checking ctrlc v3.2.4 |
| 824 | 2023-08-02T18:33:25.170Z | Checking glob v0.3.1 |
| 825 | 2023-08-02T18:33:25.281Z | Checking enum-iterator v1.4.1 |
| 826 | 2023-08-02T18:33:25.461Z | Checking const_format v0.2.30 |
| 827 | 2023-08-02T18:33:27.011Z | Checking trust-dns-resolver v0.22.0 |
| 828 | 2023-08-02T18:33:28.802Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 829 | 2023-08-02T18:33:35.295Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 830 | 2023-08-02T18:33:35.310Z | Compiling git2 v0.17.2 |
| 831 | 2023-08-02T18:33:35.490Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 832 | 2023-08-02T18:33:35.510Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 833 | 2023-08-02T18:33:35.524Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 834 | 2023-08-02T18:33:40.765Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 835 | 2023-08-02T18:33:40.800Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 836 | 2023-08-02T18:33:42.842Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 837 | 2023-08-02T18:33:43.714Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 838 | 2023-08-02T18:33:43.730Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 839 | 2023-08-02T18:33:44.962Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 840 | 2023-08-02T18:33:51.973Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 841 | 2023-08-02T18:34:02.073Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 842 | 2023-08-02T18:34:02.227Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 843 | 2023-08-02T18:34:08.024Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 54s |
| 844 | 2023-08-02T18:34:08.052Z | |
| 845 | 2023-08-02T18:34:08.067Z | real 2:54.799833192 |
| 846 | 2023-08-02T18:34:08.076Z | user 13:55.439346703 |
| 847 | 2023-08-02T18:34:08.088Z | sys 2:27.915796745 |
| 848 | 2023-08-02T18:34:08.098Z | trap 0.643009389 |
| 849 | 2023-08-02T18:34:08.106Z | tflt 2.708130919 |
| 850 | 2023-08-02T18:34:08.113Z | dflt 4.664804813 |
| 851 | 2023-08-02T18:34:08.122Z | kflt 0.020947658 |
| 852 | 2023-08-02T18:34:08.141Z | lock 18:48.598906190 |
| 853 | 2023-08-02T18:34:08.560Z | slp 42:47.676737651 |
| 854 | 2023-08-02T18:34:08.563Z | lat 54.766261007 |
| 855 | 2023-08-02T18:34:08.566Z | stop 2:08.754397054 |
| 856 | 2023-08-02T18:34:08.569Z | + banner build |
| 857 | 2023-08-02T18:34:08.572Z | |
| 858 | 2023-08-02T18:34:08.575Z | ##### # # # # ##### |
| 859 | 2023-08-02T18:34:08.578Z | # # # # # # # # |
| 860 | 2023-08-02T18:34:08.583Z | ##### # # # # # # |
| 861 | 2023-08-02T18:34:09.843Z | # # # # # # # # |
| 862 | 2023-08-02T18:34:09.964Z | # # # # # # # # |
| 863 | 2023-08-02T18:34:10.004Z | ##### #### # ###### ##### |
| 864 | 2023-08-02T18:34:10.008Z | |
| 865 | 2023-08-02T18:34:10.036Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 866 | 2023-08-02T18:34:10.046Z | Compiling proc-macro2 v1.0.63 |
| 867 | 2023-08-02T18:34:10.058Z | Compiling quote v1.0.30 |
| 868 | 2023-08-02T18:34:10.069Z | Compiling unicode-ident v1.0.11 |
| 869 | 2023-08-02T18:34:10.084Z | Compiling libc v0.2.147 |
| 870 | 2023-08-02T18:34:10.097Z | Compiling serde v1.0.164 |
| 871 | 2023-08-02T18:34:10.112Z | Compiling version_check v0.9.4 |
| 872 | 2023-08-02T18:34:10.127Z | Compiling cfg-if v1.0.0 |
| 873 | 2023-08-02T18:34:10.136Z | Compiling autocfg v1.1.0 |
| 874 | 2023-08-02T18:34:10.157Z | Compiling syn v1.0.107 |
| 875 | 2023-08-02T18:34:10.579Z | Compiling thiserror v1.0.40 |
| 876 | 2023-08-02T18:34:10.582Z | Compiling once_cell v1.17.0 |
| 877 | 2023-08-02T18:34:10.586Z | Compiling memchr v2.5.0 |
| 878 | 2023-08-02T18:34:10.588Z | Compiling log v0.4.17 |
| 879 | 2023-08-02T18:34:10.593Z | Compiling serde_json v1.0.99 |
| 880 | 2023-08-02T18:34:10.595Z | Compiling itoa v1.0.5 |
| 881 | 2023-08-02T18:34:10.599Z | Compiling num-traits v0.2.15 |
| 882 | 2023-08-02T18:34:10.603Z | Compiling ahash v0.7.6 |
| 883 | 2023-08-02T18:34:10.606Z | Compiling pin-project-lite v0.2.9 |
| 884 | 2023-08-02T18:34:10.641Z | Compiling lock_api v0.4.9 |
| 885 | 2023-08-02T18:34:10.644Z | Compiling smallvec v1.10.0 |
| 886 | 2023-08-02T18:34:11.925Z | Compiling syn v2.0.27 |
| 887 | 2023-08-02T18:34:11.944Z | Compiling getrandom v0.2.8 |
| 888 | 2023-08-02T18:34:11.972Z | Compiling jobserver v0.1.25 |
| 889 | 2023-08-02T18:34:11.981Z | Compiling pkg-config v0.3.26 |
| 890 | 2023-08-02T18:34:11.991Z | Compiling parking_lot_core v0.9.6 |
| 891 | 2023-08-02T18:34:12.244Z | Compiling cc v1.0.78 |
| 892 | 2023-08-02T18:34:12.682Z | Compiling rand_core v0.6.4 |
| 893 | 2023-08-02T18:34:13.751Z | Compiling indexmap v1.9.3 |
| 894 | 2023-08-02T18:34:13.777Z | Compiling scopeguard v1.1.0 |
| 895 | 2023-08-02T18:34:13.783Z | Compiling tokio v1.29.1 |
| 896 | 2023-08-02T18:34:13.857Z | Compiling socket2 v0.4.9 |
| 897 | 2023-08-02T18:34:14.339Z | Compiling parking_lot v0.12.1 |
| 898 | 2023-08-02T18:34:14.505Z | Compiling signal-hook-registry v1.4.0 |
| 899 | 2023-08-02T18:34:15.573Z | Compiling mio v0.8.8 |
| 900 | 2023-08-02T18:34:15.587Z | Compiling num_cpus v1.15.0 |
| 901 | 2023-08-02T18:34:16.108Z | Compiling ryu v1.0.12 |
| 902 | 2023-08-02T18:34:17.536Z | Compiling typenum v1.16.0 |
| 903 | 2023-08-02T18:34:17.553Z | Compiling futures-core v0.3.28 |
| 904 | 2023-08-02T18:34:17.784Z | Compiling generic-array v0.14.6 |
| 905 | 2023-08-02T18:34:18.151Z | Compiling hashbrown v0.12.3 |
| 906 | 2023-08-02T18:34:19.667Z | Compiling bitflags v1.3.2 |
| 907 | 2023-08-02T18:34:21.365Z | Compiling futures-sink v0.3.28 |
| 908 | 2023-08-02T18:34:22.651Z | Compiling pin-utils v0.1.0 |
| 909 | 2023-08-02T18:34:23.026Z | Compiling schemars v0.8.12 |
| 910 | 2023-08-02T18:34:23.234Z | Compiling ring v0.16.20 |
| 911 | 2023-08-02T18:34:23.428Z | Compiling slab v0.4.7 |
| 912 | 2023-08-02T18:34:24.293Z | Compiling futures-channel v0.3.28 |
| 913 | 2023-08-02T18:34:24.722Z | Compiling heck v0.4.1 |
| 914 | 2023-08-02T18:34:24.742Z | Compiling futures-task v0.3.28 |
| 915 | 2023-08-02T18:34:24.752Z | Compiling ahash v0.8.2 |
| 916 | 2023-08-02T18:34:24.766Z | Compiling futures-util v0.3.28 |
| 917 | 2023-08-02T18:34:24.784Z | Compiling futures-io v0.3.28 |
| 918 | 2023-08-02T18:34:24.801Z | Compiling slog v2.7.0 |
| 919 | 2023-08-02T18:34:24.813Z | Compiling time v0.1.45 |
| 920 | 2023-08-02T18:34:24.823Z | Compiling unicode-xid v0.2.4 |
| 921 | 2023-08-02T18:34:24.833Z | Compiling tinyvec_macros v0.1.0 |
| 922 | 2023-08-02T18:34:24.839Z | Compiling spin v0.5.2 |
| 923 | 2023-08-02T18:34:24.843Z | Compiling untrusted v0.7.1 |
| 924 | 2023-08-02T18:34:24.849Z | Compiling iana-time-zone v0.1.53 |
| 925 | 2023-08-02T18:34:24.857Z | Compiling tinyvec v1.6.0 |
| 926 | 2023-08-02T18:34:24.863Z | Compiling serde_derive_internals v0.26.0 |
| 927 | 2023-08-02T18:34:24.867Z | Compiling crypto-common v0.1.6 |
| 928 | 2023-08-02T18:34:24.872Z | Compiling unicode-normalization v0.1.22 |
| 929 | 2023-08-02T18:34:26.595Z | Compiling tracing-core v0.1.30 |
| 930 | 2023-08-02T18:34:27.049Z | Compiling unicode-bidi v0.3.8 |
| 931 | 2023-08-02T18:34:27.077Z | Compiling time-core v0.1.1 |
| 932 | 2023-08-02T18:34:27.319Z | Compiling subtle v2.4.1 |
| 933 | 2023-08-02T18:34:28.416Z | Compiling ucd-trie v0.1.5 |
| 934 | 2023-08-02T18:34:28.536Z | Compiling byteorder v1.4.3 |
| 935 | 2023-08-02T18:34:28.798Z | Compiling time-macros v0.2.9 |
| 936 | 2023-08-02T18:34:28.948Z | Compiling synstructure v0.12.6 |
| 937 | 2023-08-02T18:34:30.320Z | Compiling fnv v1.0.7 |
| 938 | 2023-08-02T18:34:30.356Z | Compiling ppv-lite86 v0.2.17 |
| 939 | 2023-08-02T18:34:30.981Z | Compiling dyn-clone v1.0.10 |
| 940 | 2023-08-02T18:34:30.990Z | Compiling percent-encoding v2.3.0 |
| 941 | 2023-08-02T18:34:31.010Z | Compiling rand_chacha v0.3.1 |
| 942 | 2023-08-02T18:34:32.135Z | Compiling block-buffer v0.10.3 |
| 943 | 2023-08-02T18:34:32.259Z | Compiling serde_derive v1.0.164 |
| 944 | 2023-08-02T18:34:32.286Z | Compiling thiserror-impl v1.0.40 |
| 945 | 2023-08-02T18:34:32.366Z | Compiling tokio-macros v2.1.0 |
| 946 | 2023-08-02T18:34:32.372Z | Compiling futures-macro v0.3.28 |
| 947 | 2023-08-02T18:34:34.014Z | Compiling openssl-sys v0.9.90 |
| 948 | 2023-08-02T18:34:34.052Z | Compiling schemars_derive v0.8.12 |
| 949 | 2023-08-02T18:34:34.074Z | Compiling tracing-attributes v0.1.23 |
| 950 | 2023-08-02T18:34:34.136Z | Compiling zerocopy-derive v0.2.0 |
| 951 | 2023-08-02T18:34:34.336Z | Compiling aho-corasick v1.0.2 |
| 952 | 2023-08-02T18:34:36.085Z | Compiling regex-syntax v0.7.4 |
| 953 | 2023-08-02T18:34:36.816Z | Compiling pest v2.6.0 |
| 954 | 2023-08-02T18:34:37.765Z | Compiling httparse v1.8.0 |
| 955 | 2023-08-02T18:34:37.926Z | Compiling cpufeatures v0.2.5 |
| 956 | 2023-08-02T18:34:39.748Z | Compiling rand v0.8.5 |
| 957 | 2023-08-02T18:34:39.921Z | Compiling tracing v0.1.37 |
| 958 | 2023-08-02T18:34:41.630Z | Compiling pest_meta v2.6.0 |
| 959 | 2023-08-02T18:34:41.654Z | Compiling digest v0.10.6 |
| 960 | 2023-08-02T18:34:41.665Z | Compiling form_urlencoded v1.1.0 |
| 961 | 2023-08-02T18:34:42.138Z | Compiling regex-automata v0.3.3 |
| 962 | 2023-08-02T18:34:43.085Z | Compiling atty v0.2.14 |
| 963 | 2023-08-02T18:34:43.313Z | Compiling usdt-impl v0.3.5 |
| 964 | 2023-08-02T18:34:43.572Z | Compiling pest_generator v2.6.0 |
| 965 | 2023-08-02T18:34:44.365Z | Compiling hashbrown v0.13.2 |
| 966 | 2023-08-02T18:34:47.172Z | Compiling lazy_static v1.4.0 |
| 967 | 2023-08-02T18:34:47.455Z | Compiling crossbeam-utils v0.8.14 |
| 968 | 2023-08-02T18:34:47.720Z | Compiling pest_derive v2.6.0 |
| 969 | 2023-08-02T18:34:48.085Z | Compiling anyhow v1.0.71 |
| 970 | 2023-08-02T18:34:49.080Z | Compiling regex v1.9.1 |
| 971 | 2023-08-02T18:34:49.102Z | Compiling num_threads v0.1.6 |
| 972 | 2023-08-02T18:34:49.343Z | Compiling async-trait v0.1.72 |
| 973 | 2023-08-02T18:34:49.347Z | Compiling time v0.3.21 |
| 974 | 2023-08-02T18:34:50.000Z | Compiling zerocopy v0.3.0 |
| 975 | 2023-08-02T18:34:51.289Z | Compiling regress v0.6.0 |
| 976 | 2023-08-02T18:34:55.031Z | Compiling idna v0.3.0 |
| 977 | 2023-08-02T18:34:55.261Z | Compiling bytes v1.4.0 |
| 978 | 2023-08-02T18:35:00.634Z | Compiling chrono v0.4.26 |
| 979 | 2023-08-02T18:35:00.684Z | Compiling uuid v1.4.0 |
| 980 | 2023-08-02T18:35:01.230Z | Compiling http v0.2.9 |
| 981 | 2023-08-02T18:35:06.364Z | Compiling toml v0.5.11 |
| 982 | 2023-08-02T18:35:10.180Z | Compiling proc-macro-crate v1.2.1 |
| 983 | 2023-08-02T18:35:12.103Z | Compiling tokio-util v0.7.4 |
| 984 | 2023-08-02T18:35:12.190Z | Compiling serde_tokenstream v0.2.0 |
| 985 | 2023-08-02T18:35:12.392Z | Compiling dirs-sys-next v0.1.2 |
| 986 | 2023-08-02T18:35:12.586Z | Compiling base64 v0.21.2 |
| 987 | 2023-08-02T18:35:13.988Z | Compiling rustls v0.21.2 |
| 988 | 2023-08-02T18:35:14.284Z | Compiling foreign-types-shared v0.1.1 |
| 989 | 2023-08-02T18:35:14.439Z | Compiling try-lock v0.2.4 |
| 990 | 2023-08-02T18:35:14.477Z | Compiling rustversion v1.0.14 |
| 991 | 2023-08-02T18:35:14.658Z | Compiling openssl v0.10.55 |
| 992 | 2023-08-02T18:35:14.705Z | Compiling want v0.3.0 |
| 993 | 2023-08-02T18:35:15.939Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 994 | 2023-08-02T18:35:15.953Z | Compiling foreign-types v0.3.2 |
| 995 | 2023-08-02T18:35:15.990Z | Compiling h2 v0.3.19 |
| 996 | 2023-08-02T18:35:15.999Z | Compiling dirs-next v2.0.0 |
| 997 | 2023-08-02T18:35:16.003Z | Compiling http-body v0.4.5 |
| 998 | 2023-08-02T18:35:16.311Z | Compiling url v2.3.1 |
| 999 | 2023-08-02T18:35:17.819Z | Compiling dof v0.1.5 |
| 1000 | 2023-08-02T18:35:20.258Z | Compiling dtrace-parser v0.1.14 |
| 1001 | 2023-08-02T18:35:23.541Z | Compiling openssl-macros v0.1.0 |
| 1002 | 2023-08-02T18:35:24.248Z | Compiling thread-id v4.0.0 |
| 1003 | 2023-08-02T18:35:24.391Z | Compiling thread_local v1.1.4 |
| 1004 | 2023-08-02T18:35:25.402Z | Compiling tower-service v0.3.2 |
| 1005 | 2023-08-02T18:35:25.747Z | Compiling native-tls v0.2.11 |
| 1006 | 2023-08-02T18:35:25.750Z | Compiling httpdate v1.0.2 |
| 1007 | 2023-08-02T18:35:27.294Z | Compiling slog-async v2.7.0 |
| 1008 | 2023-08-02T18:35:27.343Z | Compiling semver v1.0.17 |
| 1009 | 2023-08-02T18:35:29.215Z | Compiling hyper v0.14.26 |
| 1010 | 2023-08-02T18:35:33.505Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 1011 | 2023-08-02T18:35:38.951Z | Compiling crossbeam-channel v0.5.6 |
| 1012 | 2023-08-02T18:35:43.309Z | Compiling term v0.7.0 |
| 1013 | 2023-08-02T18:35:43.362Z | Compiling rustls-pemfile v1.0.3 |
| 1014 | 2023-08-02T18:35:43.745Z | Compiling serde_tokenstream v0.1.6 |
| 1015 | 2023-08-02T18:35:45.285Z | Compiling openssl-probe v0.1.5 |
| 1016 | 2023-08-02T18:35:45.316Z | Compiling take_mut v0.2.2 |
| 1017 | 2023-08-02T18:35:45.348Z | Compiling unicode-width v0.1.10 |
| 1018 | 2023-08-02T18:35:47.822Z | Compiling slog-term v2.9.0 |
| 1019 | 2023-08-02T18:35:50.751Z | Compiling ipnet v2.7.1 |
| 1020 | 2023-08-02T18:35:50.760Z | Compiling encoding_rs v0.8.31 |
| 1021 | 2023-08-02T18:35:51.257Z | Compiling base64 v0.13.1 |
| 1022 | 2023-08-02T18:35:51.383Z | Compiling io-lifetimes v1.0.3 |
| 1023 | 2023-08-02T18:35:52.924Z | Compiling tokio-native-tls v0.3.0 |
| 1024 | 2023-08-02T18:35:53.006Z | Compiling usdt-attr-macro v0.3.5 |
| 1025 | 2023-08-02T18:35:53.031Z | Compiling usdt-macro v0.3.5 |
| 1026 | 2023-08-02T18:35:54.850Z | Compiling num_enum_derive v0.5.11 |
| 1027 | 2023-08-02T18:35:55.022Z | Compiling serde_urlencoded v0.7.1 |
| 1028 | 2023-08-02T18:35:55.064Z | Compiling futures-executor v0.3.28 |
| 1029 | 2023-08-02T18:35:57.605Z | Compiling rustix v0.37.3 |
| 1030 | 2023-08-02T18:35:58.445Z | Compiling match_cfg v0.1.0 |
| 1031 | 2023-08-02T18:35:58.735Z | Compiling getopts v0.2.21 |
| 1032 | 2023-08-02T18:35:59.157Z | Compiling hostname v0.3.1 |
| 1033 | 2023-08-02T18:35:59.161Z | Compiling num_enum v0.5.11 |
| 1034 | 2023-08-02T18:35:59.163Z | Compiling futures v0.3.28 |
| 1035 | 2023-08-02T18:35:59.166Z | Compiling hyper-tls v0.5.0 |
| 1036 | 2023-08-02T18:35:59.170Z | Compiling openapiv3 v1.0.2 |
| 1037 | 2023-08-02T18:35:59.188Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
| 1038 | 2023-08-02T18:35:59.685Z | Compiling usdt v0.3.5 |
| 1039 | 2023-08-02T18:36:02.936Z | Compiling libz-sys v1.1.8 |
| 1040 | 2023-08-02T18:36:04.150Z | Compiling errno v0.3.0 |
| 1041 | 2023-08-02T18:36:04.186Z | Compiling fallible-iterator v0.2.0 |
| 1042 | 2023-08-02T18:36:06.563Z | Compiling mime v0.3.16 |
| 1043 | 2023-08-02T18:36:08.372Z | Compiling unsafe-libyaml v0.2.5 |
| 1044 | 2023-08-02T18:36:11.188Z | Compiling serde_yaml v0.9.17 |
| 1045 | 2023-08-02T18:36:14.242Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 1046 | 2023-08-02T18:36:18.113Z | Compiling toml_datetime v0.6.2 |
| 1047 | 2023-08-02T18:36:18.296Z | Compiling serde_spanned v0.6.2 |
| 1048 | 2023-08-02T18:36:18.734Z | Compiling ident_case v1.0.1 |
| 1049 | 2023-08-02T18:36:18.766Z | Compiling strsim v0.10.0 |
| 1050 | 2023-08-02T18:36:18.995Z | Compiling winnow v0.4.6 |
| 1051 | 2023-08-02T18:36:19.963Z | Compiling semver v0.1.20 |
| 1052 | 2023-08-02T18:36:20.091Z | Compiling rustc_version v0.1.7 |
| 1053 | 2023-08-02T18:36:20.109Z | Compiling darling_core v0.14.2 |
| 1054 | 2023-08-02T18:36:22.581Z | Compiling slog-json v2.6.1 |
| 1055 | 2023-08-02T18:36:23.890Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1056 | 2023-08-02T18:36:25.788Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 1057 | 2023-08-02T18:36:25.839Z | Compiling toml_edit v0.19.10 |
| 1058 | 2023-08-02T18:36:29.776Z | Compiling darling_macro v0.14.2 |
| 1059 | 2023-08-02T18:36:31.632Z | Compiling toml v0.7.4 |
| 1060 | 2023-08-02T18:36:40.981Z | Compiling slog-bunyan v2.4.0 |
| 1061 | 2023-08-02T18:36:41.403Z | Compiling newtype_derive v0.1.6 |
| 1062 | 2023-08-02T18:36:41.801Z | Compiling md-5 v0.10.5 |
| 1063 | 2023-08-02T18:36:42.872Z | Compiling sha2 v0.10.6 |
| 1064 | 2023-08-02T18:36:48.601Z | Compiling hmac v0.12.1 |
| 1065 | 2023-08-02T18:36:48.867Z | Compiling structmeta-derive v0.1.5 |
| 1066 | 2023-08-02T18:36:54.232Z | Compiling stringprep v0.1.2 |
| 1067 | 2023-08-02T18:36:54.266Z | Compiling num-integer v0.1.45 |
| 1068 | 2023-08-02T18:36:54.276Z | Compiling siphasher v0.3.10 |
| 1069 | 2023-08-02T18:36:54.935Z | Compiling camino v1.1.4 |
| 1070 | 2023-08-02T18:36:56.108Z | Compiling paste v1.0.12 |
| 1071 | 2023-08-02T18:36:56.884Z | Compiling phf_shared v0.11.1 |
| 1072 | 2023-08-02T18:36:57.939Z | Compiling postgres-protocol v0.6.4 |
| 1073 | 2023-08-02T18:36:59.824Z | Compiling structmeta v0.1.5 |
| 1074 | 2023-08-02T18:37:01.885Z | Compiling darling v0.14.2 |
| 1075 | 2023-08-02T18:37:01.923Z | Compiling vergen v8.2.1 |
| 1076 | 2023-08-02T18:37:02.352Z | Compiling async-stream-impl v0.3.5 |
| 1077 | 2023-08-02T18:37:03.713Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
| 1078 | 2023-08-02T18:37:03.759Z | Compiling proc-macro-error-attr v1.0.4 |
| 1079 | 2023-08-02T18:37:03.767Z | Compiling regex-syntax v0.6.28 |
| 1080 | 2023-08-02T18:37:03.818Z | Compiling atomic-waker v1.1.1 |
| 1081 | 2023-08-02T18:37:03.951Z | Compiling vcpkg v0.2.15 |
| 1082 | 2023-08-02T18:37:04.186Z | Compiling fixedbitset v0.4.2 |
| 1083 | 2023-08-02T18:37:04.571Z | Compiling async-stream v0.3.5 |
| 1084 | 2023-08-02T18:37:05.507Z | Compiling petgraph v0.6.2 |
| 1085 | 2023-08-02T18:37:05.951Z | Compiling waitgroup v0.1.2 |
| 1086 | 2023-08-02T18:37:07.433Z | Compiling libsqlite3-sys v0.26.0 |
| 1087 | 2023-08-02T18:37:09.306Z | Compiling serde_with_macros v2.3.2 |
| 1088 | 2023-08-02T18:37:13.086Z | Compiling rustc_version v0.4.0 |
| 1089 | 2023-08-02T18:37:13.145Z | Compiling postgres-types v0.2.4 |
| 1090 | 2023-08-02T18:37:13.194Z | Compiling parse-display-derive v0.7.0 |
| 1091 | 2023-08-02T18:37:13.963Z | Compiling phf v0.11.1 |
| 1092 | 2023-08-02T18:37:17.070Z | Compiling strum_macros v0.24.3 |
| 1093 | 2023-08-02T18:37:17.330Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
| 1094 | 2023-08-02T18:37:17.498Z | Compiling serde_path_to_error v0.1.11 |
| 1095 | 2023-08-02T18:37:19.160Z | Compiling hex v0.4.3 |
| 1096 | 2023-08-02T18:37:19.623Z | Compiling sha1 v0.10.5 |
| 1097 | 2023-08-02T18:37:20.672Z | Compiling num-bigint v0.4.3 |
| 1098 | 2023-08-02T18:37:21.100Z | Compiling memoffset v0.7.1 |
| 1099 | 2023-08-02T18:37:21.135Z | Compiling slog-dtrace v0.2.3 |
| 1100 | 2023-08-02T18:37:21.140Z | Compiling proc-macro-error v1.0.4 |
| 1101 | 2023-08-02T18:37:21.145Z | Compiling instant v0.1.12 |
| 1102 | 2023-08-02T18:37:21.155Z | Compiling arc-swap v1.6.0 |
| 1103 | 2023-08-02T18:37:21.166Z | Compiling utf8parse v0.2.1 |
| 1104 | 2023-08-02T18:37:21.189Z | Compiling rustls v0.20.8 |
| 1105 | 2023-08-02T18:37:21.199Z | Compiling debug-ignore v1.0.5 |
| 1106 | 2023-08-02T18:37:21.253Z | Compiling anstyle-parse v0.2.0 |
| 1107 | 2023-08-02T18:37:21.554Z | Compiling backoff v0.4.0 |
| 1108 | 2023-08-02T18:37:22.308Z | Compiling slog-scope v4.4.0 |
| 1109 | 2023-08-02T18:37:22.585Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
| 1110 | 2023-08-02T18:37:22.630Z | Compiling parse-display v0.7.0 |
| 1111 | 2023-08-02T18:37:22.647Z | Compiling tokio-postgres v0.7.7 |
| 1112 | 2023-08-02T18:37:22.651Z | Compiling steno v0.3.1 |
| 1113 | 2023-08-02T18:37:23.145Z | Compiling strum v0.24.1 |
| 1114 | 2023-08-02T18:37:23.397Z | Compiling serde_with v2.3.2 |
| 1115 | 2023-08-02T18:37:24.632Z | Compiling is-terminal v0.4.7 |
| 1116 | 2023-08-02T18:37:24.788Z | Compiling ipnetwork v0.20.0 |
| 1117 | 2023-08-02T18:37:24.882Z | Compiling macaddr v1.0.1 |
| 1118 | 2023-08-02T18:37:24.982Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1119 | 2023-08-02T18:37:26.423Z | Compiling inout v0.1.3 |
| 1120 | 2023-08-02T18:37:26.443Z | Compiling num-rational v0.4.1 |
| 1121 | 2023-08-02T18:37:26.449Z | Compiling num-iter v0.1.43 |
| 1122 | 2023-08-02T18:37:26.505Z | Compiling anstyle-query v1.0.0 |
| 1123 | 2023-08-02T18:37:26.644Z | Compiling radium v0.7.0 |
| 1124 | 2023-08-02T18:37:26.735Z | Compiling anstyle v1.0.0 |
| 1125 | 2023-08-02T18:37:26.885Z | Compiling termcolor v1.1.3 |
| 1126 | 2023-08-02T18:37:27.007Z | Compiling colorchoice v1.0.0 |
| 1127 | 2023-08-02T18:37:27.247Z | Compiling static_assertions v1.1.0 |
| 1128 | 2023-08-02T18:37:28.258Z | Compiling anstream v0.3.1 |
| 1129 | 2023-08-02T18:37:28.281Z | Compiling cipher v0.4.3 |
| 1130 | 2023-08-02T18:37:28.438Z | Compiling slog-stdlog v4.1.1 |
| 1131 | 2023-08-02T18:37:29.211Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
| 1132 | 2023-08-02T18:37:30.095Z | Compiling serde_repr v0.1.10 |
| 1133 | 2023-08-02T18:37:30.206Z | Compiling hashlink v0.8.1 |
| 1134 | 2023-08-02T18:37:30.232Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1135 | 2023-08-02T18:37:30.563Z | Compiling portable-atomic v0.3.19 |
| 1136 | 2023-08-02T18:37:30.983Z | Compiling tap v1.0.1 |
| 1137 | 2023-08-02T18:37:32.029Z | Compiling bitflags v2.1.0 |
| 1138 | 2023-08-02T18:37:32.101Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1139 | 2023-08-02T18:37:32.133Z | Compiling os_str_bytes v6.4.1 |
| 1140 | 2023-08-02T18:37:32.139Z | Compiling clap_lex v0.5.0 |
| 1141 | 2023-08-02T18:37:32.152Z | Compiling fastrand v1.8.0 |
| 1142 | 2023-08-02T18:37:32.160Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1143 | 2023-08-02T18:37:32.164Z | Compiling clap_lex v0.2.4 |
| 1144 | 2023-08-02T18:37:32.244Z | Compiling rusqlite v0.29.0 |
| 1145 | 2023-08-02T18:37:32.448Z | Compiling tempfile v3.5.0 |
| 1146 | 2023-08-02T18:37:34.175Z | Compiling clap_builder v4.3.0 |
| 1147 | 2023-08-02T18:37:34.517Z | Compiling wyz v0.5.1 |
| 1148 | 2023-08-02T18:37:34.639Z | Compiling clap_derive v3.2.24 |
| 1149 | 2023-08-02T18:37:35.340Z | Compiling slog-envlogger v2.2.0 |
| 1150 | 2023-08-02T18:37:38.361Z | Compiling nix v0.26.1 |
| 1151 | 2023-08-02T18:37:40.267Z | Compiling twox-hash v1.6.3 |
| 1152 | 2023-08-02T18:37:40.633Z | Compiling regress v0.5.0 |
| 1153 | 2023-08-02T18:37:42.169Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 1154 | 2023-08-02T18:37:42.898Z | Compiling num_enum_derive v0.6.1 |
| 1155 | 2023-08-02T18:37:43.951Z | Compiling num-complex v0.4.2 |
| 1156 | 2023-08-02T18:37:43.986Z | Compiling sha-1 v0.10.1 |
| 1157 | 2023-08-02T18:37:45.837Z | Compiling clap_derive v4.3.0 |
| 1158 | 2023-08-02T18:37:46.115Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1159 | 2023-08-02T18:37:46.767Z | Compiling universal-hash v0.5.0 |
| 1160 | 2023-08-02T18:37:47.709Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1161 | 2023-08-02T18:37:47.756Z | Compiling opaque-debug v0.3.0 |
| 1162 | 2023-08-02T18:37:47.760Z | Compiling textwrap v0.16.0 |
| 1163 | 2023-08-02T18:37:48.004Z | Compiling funty v2.0.0 |
| 1164 | 2023-08-02T18:37:48.399Z | Compiling utf-8 v0.7.6 |
| 1165 | 2023-08-02T18:37:49.669Z | Compiling matches v0.1.10 |
| 1166 | 2023-08-02T18:37:49.751Z | Compiling idna v0.2.3 |
| 1167 | 2023-08-02T18:37:51.621Z | Compiling bitvec v1.0.1 |
| 1168 | 2023-08-02T18:37:52.048Z | Compiling tungstenite v0.17.3 |
| 1169 | 2023-08-02T18:37:53.436Z | Compiling clap v3.2.24 |
| 1170 | 2023-08-02T18:37:53.700Z | Compiling clap v4.3.0 |
| 1171 | 2023-08-02T18:37:53.847Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1172 | 2023-08-02T18:37:55.255Z | Compiling polyval v0.6.0 |
| 1173 | 2023-08-02T18:37:56.102Z | Compiling num_enum v0.6.1 |
| 1174 | 2023-08-02T18:37:57.187Z | Compiling num v0.4.0 |
| 1175 | 2023-08-02T18:37:59.807Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 1176 | 2023-08-02T18:38:00.948Z | Compiling aes v0.8.2 |
| 1177 | 2023-08-02T18:38:01.006Z | Compiling ctr v0.9.2 |
| 1178 | 2023-08-02T18:38:01.503Z | Compiling console v0.15.4 |
| 1179 | 2023-08-02T18:38:01.601Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1180 | 2023-08-02T18:38:04.727Z | Compiling bincode v1.3.3 |
| 1181 | 2023-08-02T18:38:05.146Z | Compiling colored v2.0.0 |
| 1182 | 2023-08-02T18:38:05.459Z | Compiling enum-as-inner v0.5.1 |
| 1183 | 2023-08-02T18:38:06.687Z | Compiling async-recursion v0.3.2 |
| 1184 | 2023-08-02T18:38:07.049Z | Compiling aead v0.5.1 |
| 1185 | 2023-08-02T18:38:07.252Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 1186 | 2023-08-02T18:38:07.343Z | Compiling data-encoding v2.3.3 |
| 1187 | 2023-08-02T18:38:07.527Z | Compiling zeroize v1.3.0 |
| 1188 | 2023-08-02T18:38:08.497Z | Compiling erased-serde v0.3.24 |
| 1189 | 2023-08-02T18:38:08.554Z | Compiling humantime v2.1.0 |
| 1190 | 2023-08-02T18:38:08.565Z | Compiling quick-error v1.2.3 |
| 1191 | 2023-08-02T18:38:09.047Z | Compiling either v1.8.0 |
| 1192 | 2023-08-02T18:38:09.051Z | Compiling number_prefix v0.4.0 |
| 1193 | 2023-08-02T18:38:09.054Z | Compiling pretty-hex v0.2.1 |
| 1194 | 2023-08-02T18:38:09.057Z | Compiling linked-hash-map v0.5.6 |
| 1195 | 2023-08-02T18:38:09.060Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1196 | 2023-08-02T18:38:09.262Z | Compiling indicatif v0.17.3 |
| 1197 | 2023-08-02T18:38:10.153Z | Compiling lru-cache v0.1.2 |
| 1198 | 2023-08-02T18:38:10.398Z | Compiling itertools v0.11.0 |
| 1199 | 2023-08-02T18:38:10.404Z | Compiling env_logger v0.9.3 |
| 1200 | 2023-08-02T18:38:10.413Z | Compiling trust-dns-proto v0.22.0 |
| 1201 | 2023-08-02T18:38:16.017Z | Compiling resolv-conf v0.7.0 |
| 1202 | 2023-08-02T18:38:17.897Z | Compiling aes-gcm-siv v0.11.1 |
| 1203 | 2023-08-02T18:38:17.968Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 1204 | 2023-08-02T18:38:18.379Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
| 1205 | 2023-08-02T18:38:19.804Z | Compiling tokio-tungstenite v0.17.2 |
| 1206 | 2023-08-02T18:38:20.413Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1207 | 2023-08-02T18:38:22.086Z | Compiling bitstruct_derive v0.1.0 |
| 1208 | 2023-08-02T18:38:22.387Z | Compiling async-recursion v1.0.4 |
| 1209 | 2023-08-02T18:38:22.476Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1210 | 2023-08-02T18:38:22.484Z | Compiling libloading v0.7.4 |
| 1211 | 2023-08-02T18:38:22.488Z | Compiling ascii v1.1.0 |
| 1212 | 2023-08-02T18:38:22.493Z | Compiling ringbuffer v0.14.1 |
| 1213 | 2023-08-02T18:38:22.497Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1214 | 2023-08-02T18:38:22.500Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
| 1215 | 2023-08-02T18:38:22.503Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1216 | 2023-08-02T18:38:22.626Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1217 | 2023-08-02T18:38:22.732Z | Compiling trust-dns-resolver v0.22.0 |
| 1218 | 2023-08-02T18:38:22.770Z | Compiling bitstruct v0.1.1 |
| 1219 | 2023-08-02T18:38:23.052Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
| 1220 | 2023-08-02T18:38:24.223Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1221 | 2023-08-02T18:38:26.073Z | Compiling serde_arrays v0.1.0 |
| 1222 | 2023-08-02T18:38:26.114Z | Compiling enum-iterator-derive v1.2.1 |
| 1223 | 2023-08-02T18:38:26.118Z | Compiling const_format_proc_macros v0.2.29 |
| 1224 | 2023-08-02T18:38:26.600Z | Compiling assert_matches v1.5.0 |
| 1225 | 2023-08-02T18:38:26.739Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1226 | 2023-08-02T18:38:26.882Z | Compiling ron v0.7.1 |
| 1227 | 2023-08-02T18:38:28.872Z | Compiling bit_field v0.10.1 |
| 1228 | 2023-08-02T18:38:29.860Z | Compiling enum-iterator v1.4.1 |
| 1229 | 2023-08-02T18:38:29.955Z | Compiling const_format v0.2.30 |
| 1230 | 2023-08-02T18:38:39.463Z | Compiling sct v0.7.0 |
| 1231 | 2023-08-02T18:38:41.222Z | Compiling webpki v0.22.0 |
| 1232 | 2023-08-02T18:38:41.678Z | Compiling rustls-webpki v0.100.1 |
| 1233 | 2023-08-02T18:38:42.070Z | Compiling webpki-roots v0.22.6 |
| 1234 | 2023-08-02T18:38:47.841Z | Compiling tokio-rustls v0.23.4 |
| 1235 | 2023-08-02T18:38:48.853Z | Compiling tokio-rustls v0.24.1 |
| 1236 | 2023-08-02T18:38:49.322Z | Compiling hyper-rustls v0.24.0 |
| 1237 | 2023-08-02T18:38:50.709Z | Compiling reqwest v0.11.18 |
| 1238 | 2023-08-02T18:38:50.720Z | Compiling git2 v0.17.2 |
| 1239 | 2023-08-02T18:38:54.560Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 1240 | 2023-08-02T18:38:55.166Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
| 1241 | 2023-08-02T18:38:55.420Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1242 | 2023-08-02T18:38:57.003Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1243 | 2023-08-02T18:39:04.951Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 1244 | 2023-08-02T18:39:06.329Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1245 | 2023-08-02T18:39:10.148Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
| 1246 | 2023-08-02T18:39:22.303Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1247 | 2023-08-02T18:39:23.824Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1248 | 2023-08-02T18:39:29.902Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
| 1249 | 2023-08-02T18:39:42.130Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1250 | 2023-08-02T18:39:43.135Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1251 | 2023-08-02T18:40:19.430Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1252 | 2023-08-02T18:41:40.284Z | Finished release [optimized] target(s) in 7m 32s |
| 1253 | 2023-08-02T18:41:40.346Z | |
| 1254 | 2023-08-02T18:41:40.355Z | real 7:32.727687505 |
| 1255 | 2023-08-02T18:41:40.364Z | user 53:47.832731856 |
| 1256 | 2023-08-02T18:41:40.370Z | sys 3:33.190978693 |
| 1257 | 2023-08-02T18:41:41.401Z | trap 2.203592124 |
| 1258 | 2023-08-02T18:41:41.446Z | tflt 1.390299951 |
| 1259 | 2023-08-02T18:41:41.512Z | dflt 1.611570986 |
| 1260 | 2023-08-02T18:41:41.528Z | kflt 0.000087446 |
| 1261 | 2023-08-02T18:41:41.531Z | lock 1:52:49.783379021 |
| 1262 | 2023-08-02T18:41:41.534Z | slp 2:19:50.665509930 |
| 1263 | 2023-08-02T18:41:41.537Z | lat 1:37.702875091 |
| 1264 | 2023-08-02T18:41:41.540Z | stop 43.453130136 |
| 1265 | 2023-08-02T18:41:41.543Z | + OUTDIR=/work/release |
| 1266 | 2023-08-02T18:41:41.546Z | + mkdir -p /work/release |
| 1267 | 2023-08-02T18:41:41.550Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 1268 | 2023-08-02T18:41:41.553Z | + cp target/release/propolis-server /work/release/propolis-server |
| 1269 | 2023-08-02T18:41:41.557Z | process exited: duration 627977 ms, exit code 0 |
| |
| 1270 | 2023-08-02T18:41:41.564Z | found 2 output files |
| 1271 | 2023-08-02T18:41:41.568Z | uploading: /work/release/propolis-cli (20797600 bytes) |
| 1272 | 2023-08-02T18:41:46.043Z | uploaded: /work/release/propolis-cli |
| 1273 | 2023-08-02T18:41:46.046Z | uploading: /work/release/propolis-server (53065112 bytes) |
| 1274 | 2023-08-02T18:42:02.053Z | uploaded: /work/release/propolis-server |