|
|
|
| 1 | 2024-08-21T20:53:34.054Z | job assigned to worker 01J5VBD989RSR5G8AJJ2P4PBPY (queued for 51 s) |
| |
| 2 | 2024-08-21T20:53:41.544Z | starting task 0: "setup" |
| 3 | 2024-08-21T20:53:41.552Z | ++ uname -s |
| 4 | 2024-08-21T20:53:41.555Z | + kern=SunOS |
| 5 | 2024-08-21T20:53:41.555Z | + case "$kern" in |
| 6 | 2024-08-21T20:53:41.555Z | + groupadd -g 12345 build |
| 7 | 2024-08-21T20:53:41.559Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-21T20:53:43.567Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-21T20:53:43.703Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-21T20:53:43.706Z | + home_fs=zfs |
| 11 | 2024-08-21T20:53:43.706Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-21T20:53:43.706Z | + mkdir -p /home/build |
| 13 | 2024-08-21T20:53:43.709Z | + chown build:build /home/build /work |
| 14 | 2024-08-21T20:53:45.710Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-21T20:53:45.713Z | process exited: duration 4169 ms, exit code 0 |
| |
| 16 | 2024-08-21T20:53:45.723Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-21T20:53:45.731Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-21T20:53:45.731Z | ' 1.80.1 |
| 19 | 2024-08-21T20:53:45.731Z | * toolchain channel = "1.80.1" |
| 20 | 2024-08-21T20:53:45.731Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-08-21T20:53:45.731Z | * toolchain profile = "default" |
| 22 | 2024-08-21T20:53:45.731Z | ' default |
| 23 | 2024-08-21T20:53:45.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-21T20:53:45.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-21T20:53:45.846Z | info: downloading installer |
| 26 | 2024-08-21T20:53:47.298Z | info: profile set to 'default' |
| 27 | 2024-08-21T20:53:47.298Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-21T20:53:47.302Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-21T20:53:47.326Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-21T20:53:47.326Z | info: downloading component 'cargo' |
| 31 | 2024-08-21T20:53:48.138Z | info: downloading component 'clippy' |
| 32 | 2024-08-21T20:53:48.429Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-21T20:53:49.552Z | info: downloading component 'rust-std' |
| 34 | 2024-08-21T20:53:51.128Z | info: downloading component 'rustc' |
| 35 | 2024-08-21T20:53:55.528Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-21T20:53:55.763Z | info: installing component 'cargo' |
| 37 | 2024-08-21T20:53:56.608Z | info: installing component 'clippy' |
| 38 | 2024-08-21T20:53:56.990Z | info: installing component 'rust-docs' |
| 39 | 2024-08-21T20:53:58.607Z | info: installing component 'rust-std' |
| 40 | 2024-08-21T20:54:00.292Z | info: installing component 'rustc' |
| 41 | 2024-08-21T20:54:04.639Z | info: installing component 'rustfmt' |
| 42 | 2024-08-21T20:54:04.978Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-21T20:54:04.978Z | |
| 44 | 2024-08-21T20:54:05.229Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-21T20:54:05.229Z | |
| 46 | 2024-08-21T20:54:05.232Z | |
| 47 | 2024-08-21T20:54:05.232Z | Rust is installed now. Great! |
| 48 | 2024-08-21T20:54:05.232Z | |
| 49 | 2024-08-21T20:54:05.232Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-21T20:54:05.232Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-21T20:54:05.232Z | |
| 52 | 2024-08-21T20:54:05.232Z | To configure your current shell, you need to source |
| 53 | 2024-08-21T20:54:05.232Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-21T20:54:05.232Z | |
| 55 | 2024-08-21T20:54:05.232Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-21T20:54:05.233Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-21T20:54:05.233Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-21T20:54:05.280Z | + rustc --version |
| 59 | 2024-08-21T20:54:05.347Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-21T20:54:05.350Z | process exited: duration 19626 ms, exit code 0 |
| |
| 61 | 2024-08-21T20:54:05.356Z | starting task 2: "authentication" |
| 62 | 2024-08-21T20:54:05.377Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-21T20:54:05.382Z | starting task 3: "clone repository" |
| 64 | 2024-08-21T20:54:05.387Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-21T20:54:05.390Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-21T20:54:05.661Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-21T20:54:12.699Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-21T20:54:12.699Z | + git fetch origin 161443fed7a28893a9c986eda6f164ae0551a618 |
| 69 | 2024-08-21T20:54:12.952Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-21T20:54:12.952Z | * branch 161443fed7a28893a9c986eda6f164ae0551a618 -> FETCH_HEAD |
| 71 | 2024-08-21T20:54:12.962Z | + [[ -n lldp ]] |
| 72 | 2024-08-21T20:54:12.964Z | ++ git branch --show-current |
| 73 | 2024-08-21T20:54:12.968Z | + current=main |
| 74 | 2024-08-21T20:54:12.968Z | + [[ main != lldp ]] |
| 75 | 2024-08-21T20:54:12.968Z | + git branch -f lldp 161443fed7a28893a9c986eda6f164ae0551a618 |
| 76 | 2024-08-21T20:54:12.971Z | + git checkout -f lldp |
| 77 | 2024-08-21T20:54:13.117Z | Switched to branch 'lldp' |
| 78 | 2024-08-21T20:54:13.119Z | + git reset --hard 161443fed7a28893a9c986eda6f164ae0551a618 |
| 79 | 2024-08-21T20:54:13.145Z | HEAD is now at 161443fed Add LLDP configuration support |
| 80 | 2024-08-21T20:54:13.148Z | process exited: duration 7762 ms, exit code 0 |
| |
| 81 | 2024-08-21T20:54:13.156Z | starting task 4: "build" |
| 82 | 2024-08-21T20:54:13.159Z | + cargo --version |
| 83 | 2024-08-21T20:54:13.213Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-21T20:54:13.216Z | + rustc --version |
| 85 | 2024-08-21T20:54:13.273Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-21T20:54:13.276Z | + cd /tmp |
| 87 | 2024-08-21T20:54:13.276Z | + cargo new --lib test-project |
| 88 | 2024-08-21T20:54:13.329Z | Creating library `test-project` package |
| 89 | 2024-08-21T20:54:13.403Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-08-21T20:54:13.406Z | + cd test-project |
| 91 | 2024-08-21T20:54:13.406Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-08-21T20:54:13.462Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-08-21T20:54:13.462Z | Features: |
| 94 | 2024-08-21T20:54:13.462Z | - proptest |
| 95 | 2024-08-21T20:54:13.462Z | - test-strategy |
| 96 | 2024-08-21T20:54:13.462Z | - testing |
| 97 | 2024-08-21T20:54:13.465Z | Updating crates.io index |
| 98 | 2024-08-21T20:54:13.564Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-08-21T20:54:14.468Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 100 | 2024-08-21T20:54:15.161Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 101 | 2024-08-21T20:54:15.620Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 102 | 2024-08-21T20:54:17.371Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 103 | 2024-08-21T20:54:17.783Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2024-08-21T20:54:18.205Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 105 | 2024-08-21T20:54:21.663Z | Locking 306 packages to latest compatible versions |
| 106 | 2024-08-21T20:54:21.666Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
| 107 | 2024-08-21T20:54:21.666Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 108 | 2024-08-21T20:54:21.666Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 109 | 2024-08-21T20:54:21.666Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 110 | 2024-08-21T20:54:21.666Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 111 | 2024-08-21T20:54:21.666Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 112 | 2024-08-21T20:54:21.666Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 113 | 2024-08-21T20:54:21.666Z | Adding gimli v0.29.0 (latest: v0.31.0) |
| 114 | 2024-08-21T20:54:21.669Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 115 | 2024-08-21T20:54:21.669Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 116 | 2024-08-21T20:54:21.669Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 117 | 2024-08-21T20:54:21.669Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 118 | 2024-08-21T20:54:21.669Z | Adding http v0.2.12 (latest: v1.1.0) |
| 119 | 2024-08-21T20:54:21.669Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 120 | 2024-08-21T20:54:21.669Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 121 | 2024-08-21T20:54:21.669Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
| 122 | 2024-08-21T20:54:21.669Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 123 | 2024-08-21T20:54:21.669Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 124 | 2024-08-21T20:54:21.669Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
| 125 | 2024-08-21T20:54:21.671Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 126 | 2024-08-21T20:54:21.671Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 127 | 2024-08-21T20:54:21.674Z | Adding regress v0.9.1 (latest: v0.10.0) |
| 128 | 2024-08-21T20:54:21.674Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 129 | 2024-08-21T20:54:21.677Z | Adding rustls v0.21.12 (latest: v0.23.12) |
| 130 | 2024-08-21T20:54:21.677Z | Adding rustls v0.22.4 (latest: v0.23.12) |
| 131 | 2024-08-21T20:54:21.680Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 132 | 2024-08-21T20:54:21.680Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
| 133 | 2024-08-21T20:54:21.682Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 134 | 2024-08-21T20:54:21.682Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
| 135 | 2024-08-21T20:54:21.682Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 136 | 2024-08-21T20:54:21.682Z | Adding term v0.7.0 (latest: v1.0.0) |
| 137 | 2024-08-21T20:54:21.689Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 138 | 2024-08-21T20:54:21.689Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 139 | 2024-08-21T20:54:21.689Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 140 | 2024-08-21T20:54:21.689Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
| 141 | 2024-08-21T20:54:21.689Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 142 | 2024-08-21T20:54:21.689Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 143 | 2024-08-21T20:54:21.690Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 144 | 2024-08-21T20:54:21.690Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 145 | 2024-08-21T20:54:21.690Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 146 | 2024-08-21T20:54:21.690Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 147 | 2024-08-21T20:54:21.690Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 148 | 2024-08-21T20:54:21.690Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-08-21T20:54:21.690Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 150 | 2024-08-21T20:54:21.690Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-08-21T20:54:21.690Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 152 | 2024-08-21T20:54:21.690Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 153 | 2024-08-21T20:54:21.690Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 154 | 2024-08-21T20:54:21.758Z | + cargo check |
| 155 | 2024-08-21T20:54:21.992Z | Downloading crates ... |
| 156 | 2024-08-21T20:54:22.093Z | Downloaded darling_macro v0.20.10 |
| 157 | 2024-08-21T20:54:22.100Z | Downloaded pretty-hex v0.4.1 |
| 158 | 2024-08-21T20:54:22.107Z | Downloaded parking_lot v0.12.3 |
| 159 | 2024-08-21T20:54:22.114Z | Downloaded paste v1.0.15 |
| 160 | 2024-08-21T20:54:22.117Z | Downloaded openssl-probe v0.1.5 |
| 161 | 2024-08-21T20:54:22.120Z | Downloaded unicode-ident v1.0.12 |
| 162 | 2024-08-21T20:54:22.122Z | Downloaded want v0.3.1 |
| 163 | 2024-08-21T20:54:22.125Z | Downloaded usdt-attr-macro v0.5.0 |
| 164 | 2024-08-21T20:54:22.125Z | Downloaded ident_case v1.0.1 |
| 165 | 2024-08-21T20:54:22.128Z | Downloaded foreign-types-shared v0.1.1 |
| 166 | 2024-08-21T20:54:22.130Z | Downloaded take_mut v0.2.2 |
| 167 | 2024-08-21T20:54:22.130Z | Downloaded scroll_derive v0.12.0 |
| 168 | 2024-08-21T20:54:22.130Z | Downloaded equivalent v1.0.1 |
| 169 | 2024-08-21T20:54:22.134Z | Downloaded zeroize v1.8.1 |
| 170 | 2024-08-21T20:54:22.136Z | Downloaded ppv-lite86 v0.2.20 |
| 171 | 2024-08-21T20:54:22.136Z | Downloaded pin-utils v0.1.0 |
| 172 | 2024-08-21T20:54:22.139Z | Downloaded usdt-macro v0.5.0 |
| 173 | 2024-08-21T20:54:22.139Z | Downloaded dtrace-parser v0.2.0 |
| 174 | 2024-08-21T20:54:22.142Z | Downloaded async-stream-impl v0.3.5 |
| 175 | 2024-08-21T20:54:22.142Z | Downloaded plain v0.2.3 |
| 176 | 2024-08-21T20:54:22.144Z | Downloaded parse-display v0.10.0 |
| 177 | 2024-08-21T20:54:22.144Z | Downloaded dyn-clone v1.0.17 |
| 178 | 2024-08-21T20:54:22.148Z | Downloaded dof v0.3.0 |
| 179 | 2024-08-21T20:54:22.148Z | Downloaded cpufeatures v0.2.13 |
| 180 | 2024-08-21T20:54:22.151Z | Downloaded cfg-if v1.0.0 |
| 181 | 2024-08-21T20:54:22.151Z | Downloaded serde_spanned v0.6.7 |
| 182 | 2024-08-21T20:54:22.151Z | Downloaded rustversion v1.0.17 |
| 183 | 2024-08-21T20:54:22.153Z | Downloaded rustls-pemfile v1.0.4 |
| 184 | 2024-08-21T20:54:22.156Z | Downloaded schemars_derive v0.8.21 |
| 185 | 2024-08-21T20:54:22.158Z | Downloaded slog-bunyan v2.5.0 |
| 186 | 2024-08-21T20:54:22.158Z | Downloaded strsim v0.11.1 |
| 187 | 2024-08-21T20:54:22.161Z | Downloaded signal-hook-registry v1.4.2 |
| 188 | 2024-08-21T20:54:22.161Z | Downloaded newtype-uuid v1.1.0 |
| 189 | 2024-08-21T20:54:22.164Z | Downloaded is-terminal v0.4.13 |
| 190 | 2024-08-21T20:54:22.164Z | Downloaded rand_chacha v0.3.1 |
| 191 | 2024-08-21T20:54:22.164Z | Downloaded structmeta-derive v0.3.0 |
| 192 | 2024-08-21T20:54:22.167Z | Downloaded version_check v0.9.5 |
| 193 | 2024-08-21T20:54:22.167Z | Downloaded waitgroup v0.1.2 |
| 194 | 2024-08-21T20:54:22.170Z | Downloaded httpdate v1.0.3 |
| 195 | 2024-08-21T20:54:22.170Z | Downloaded http-body v0.4.6 |
| 196 | 2024-08-21T20:54:22.173Z | Downloaded pest_derive v2.7.11 |
| 197 | 2024-08-21T20:54:22.173Z | Downloaded quote v1.0.36 |
| 198 | 2024-08-21T20:54:22.175Z | Downloaded hostname v0.4.0 |
| 199 | 2024-08-21T20:54:22.179Z | Downloaded untrusted v0.9.0 |
| 200 | 2024-08-21T20:54:22.181Z | Downloaded serde_derive_internals v0.29.1 |
| 201 | 2024-08-21T20:54:22.182Z | Downloaded dirs-next v2.0.0 |
| 202 | 2024-08-21T20:54:22.184Z | Downloaded match_cfg v0.1.0 |
| 203 | 2024-08-21T20:54:22.184Z | Downloaded term v0.7.0 |
| 204 | 2024-08-21T20:54:22.187Z | Downloaded strum_macros v0.26.4 |
| 205 | 2024-08-21T20:54:22.189Z | Downloaded tinyvec_macros v0.1.1 |
| 206 | 2024-08-21T20:54:22.189Z | Downloaded macaddr v1.0.1 |
| 207 | 2024-08-21T20:54:22.192Z | Downloaded rustls-pki-types v1.8.0 |
| 208 | 2024-08-21T20:54:22.195Z | Downloaded percent-encoding v2.3.1 |
| 209 | 2024-08-21T20:54:22.195Z | Downloaded hex v0.4.3 |
| 210 | 2024-08-21T20:54:22.197Z | Downloaded openssl-macros v0.1.1 |
| 211 | 2024-08-21T20:54:22.197Z | Downloaded omicron-workspace-hack v0.1.0 |
| 212 | 2024-08-21T20:54:22.197Z | Downloaded instant v0.1.13 |
| 213 | 2024-08-21T20:54:22.200Z | Downloaded futures-sink v0.3.30 |
| 214 | 2024-08-21T20:54:22.200Z | Downloaded fnv v1.0.7 |
| 215 | 2024-08-21T20:54:22.200Z | Downloaded pest_meta v2.7.11 |
| 216 | 2024-08-21T20:54:22.202Z | Downloaded url v2.5.2 |
| 217 | 2024-08-21T20:54:22.205Z | Downloaded num_threads v0.1.7 |
| 218 | 2024-08-21T20:54:22.207Z | Downloaded tower-service v0.3.3 |
| 219 | 2024-08-21T20:54:22.207Z | Downloaded sync_wrapper v0.1.2 |
| 220 | 2024-08-21T20:54:22.210Z | Downloaded multer v3.1.0 |
| 221 | 2024-08-21T20:54:22.210Z | Downloaded iana-time-zone v0.1.60 |
| 222 | 2024-08-21T20:54:22.213Z | Downloaded rand_core v0.6.4 |
| 223 | 2024-08-21T20:54:22.217Z | Downloaded pkg-config v0.3.30 |
| 224 | 2024-08-21T20:54:22.219Z | Downloaded sha2 v0.10.8 |
| 225 | 2024-08-21T20:54:22.223Z | Downloaded slog-term v2.9.1 |
| 226 | 2024-08-21T20:54:22.225Z | Downloaded mime v0.3.17 |
| 227 | 2024-08-21T20:54:22.230Z | Downloaded try-lock v0.2.5 |
| 228 | 2024-08-21T20:54:22.230Z | Downloaded parse-display-derive v0.10.0 |
| 229 | 2024-08-21T20:54:22.234Z | Downloaded itoa v1.0.11 |
| 230 | 2024-08-21T20:54:22.234Z | Downloaded num-conv v0.1.0 |
| 231 | 2024-08-21T20:54:22.234Z | Downloaded pin-project-lite v0.2.14 |
| 232 | 2024-08-21T20:54:22.237Z | Downloaded usdt-impl v0.5.0 |
| 233 | 2024-08-21T20:54:22.240Z | Downloaded powerfmt v0.2.0 |
| 234 | 2024-08-21T20:54:22.240Z | Downloaded serde_urlencoded v0.7.1 |
| 235 | 2024-08-21T20:54:22.243Z | Downloaded scopeguard v1.2.0 |
| 236 | 2024-08-21T20:54:22.246Z | Downloaded memmap v0.7.0 |
| 237 | 2024-08-21T20:54:22.246Z | Downloaded futures-executor v0.3.30 |
| 238 | 2024-08-21T20:54:22.248Z | Downloaded thread-id v4.2.2 |
| 239 | 2024-08-21T20:54:22.248Z | Downloaded scroll v0.12.0 |
| 240 | 2024-08-21T20:54:22.252Z | Downloaded unsafe-libyaml v0.2.11 |
| 241 | 2024-08-21T20:54:22.254Z | Downloaded thiserror-impl v1.0.63 |
| 242 | 2024-08-21T20:54:22.257Z | Downloaded thiserror v1.0.63 |
| 243 | 2024-08-21T20:54:22.262Z | Downloaded once_cell v1.19.0 |
| 244 | 2024-08-21T20:54:22.264Z | Downloaded futures-channel v0.3.30 |
| 245 | 2024-08-21T20:54:22.267Z | Downloaded httparse v1.9.4 |
| 246 | 2024-08-21T20:54:22.269Z | Downloaded native-tls v0.2.12 |
| 247 | 2024-08-21T20:54:22.274Z | Downloaded tokio-native-tls v0.3.1 |
| 248 | 2024-08-21T20:54:22.276Z | Downloaded tokio-macros v2.4.0 |
| 249 | 2024-08-21T20:54:22.276Z | Downloaded crossbeam-utils v0.8.20 |
| 250 | 2024-08-21T20:54:22.279Z | Downloaded num-traits v0.2.19 |
| 251 | 2024-08-21T20:54:22.281Z | Downloaded subtle v2.6.1 |
| 252 | 2024-08-21T20:54:22.281Z | Downloaded serde_path_to_error v0.1.16 |
| 253 | 2024-08-21T20:54:22.284Z | Downloaded semver v1.0.23 |
| 254 | 2024-08-21T20:54:22.287Z | Downloaded rustls-pemfile v2.1.3 |
| 255 | 2024-08-21T20:54:22.289Z | Downloaded proc-macro2 v1.0.86 |
| 256 | 2024-08-21T20:54:22.291Z | Downloaded time-macros v0.2.18 |
| 257 | 2024-08-21T20:54:22.294Z | Downloaded allocator-api2 v0.2.18 |
| 258 | 2024-08-21T20:54:22.296Z | Downloaded serde v1.0.208 |
| 259 | 2024-08-21T20:54:22.299Z | Downloaded schemars v0.8.21 |
| 260 | 2024-08-21T20:54:22.310Z | Downloaded uuid v1.10.0 |
| 261 | 2024-08-21T20:54:22.314Z | Downloaded time-core v0.1.2 |
| 262 | 2024-08-21T20:54:22.316Z | Downloaded tokio-rustls v0.25.0 |
| 263 | 2024-08-21T20:54:22.319Z | Downloaded thread_local v1.1.8 |
| 264 | 2024-08-21T20:54:22.322Z | Downloaded serde_with_macros v3.9.0 |
| 265 | 2024-08-21T20:54:22.322Z | Downloaded bytes v1.7.1 |
| 266 | 2024-08-21T20:54:22.326Z | Downloaded tokio-rustls v0.24.1 |
| 267 | 2024-08-21T20:54:22.329Z | Downloaded typenum v1.17.0 |
| 268 | 2024-08-21T20:54:22.331Z | Downloaded ucd-trie v0.1.6 |
| 269 | 2024-08-21T20:54:22.334Z | Downloaded tinyvec v1.8.0 |
| 270 | 2024-08-21T20:54:22.337Z | Downloaded http v1.1.0 |
| 271 | 2024-08-21T20:54:22.341Z | Downloaded socket2 v0.5.7 |
| 272 | 2024-08-21T20:54:22.344Z | Downloaded spin v0.9.8 |
| 273 | 2024-08-21T20:54:22.346Z | Downloaded ryu v1.0.18 |
| 274 | 2024-08-21T20:54:22.349Z | Downloaded tracing-core v0.1.32 |
| 275 | 2024-08-21T20:54:22.352Z | Downloaded mio v1.0.2 |
| 276 | 2024-08-21T20:54:22.358Z | Downloaded memchr v2.7.4 |
| 277 | 2024-08-21T20:54:22.363Z | Downloaded tracing v0.1.40 |
| 278 | 2024-08-21T20:54:22.368Z | Downloaded http v0.2.12 |
| 279 | 2024-08-21T20:54:22.372Z | Downloaded toml_edit v0.22.20 |
| 280 | 2024-08-21T20:54:22.395Z | Downloaded hashbrown v0.14.5 |
| 281 | 2024-08-21T20:54:22.400Z | Downloaded zerocopy v0.7.35 |
| 282 | 2024-08-21T20:54:22.416Z | Downloaded futures-util v0.3.30 |
| 283 | 2024-08-21T20:54:22.428Z | Downloaded time v0.3.36 |
| 284 | 2024-08-21T20:54:22.436Z | Downloaded aho-corasick v1.1.3 |
| 285 | 2024-08-21T20:54:22.444Z | Downloaded tokio-util v0.7.11 |
| 286 | 2024-08-21T20:54:22.450Z | Downloaded reqwest v0.11.27 |
| 287 | 2024-08-21T20:54:22.458Z | Downloaded chrono v0.4.38 |
| 288 | 2024-08-21T20:54:22.465Z | Downloaded rustls-webpki v0.102.6 |
| 289 | 2024-08-21T20:54:22.484Z | Downloaded winnow v0.6.18 |
| 290 | 2024-08-21T20:54:22.493Z | Downloaded serde_json v1.0.125 |
| 291 | 2024-08-21T20:54:22.501Z | Downloaded openapiv3 v2.0.0 |
| 292 | 2024-08-21T20:54:22.514Z | Downloaded rustls-webpki v0.101.7 |
| 293 | 2024-08-21T20:54:22.527Z | Downloaded syn v2.0.75 |
| 294 | 2024-08-21T20:54:22.538Z | Downloaded regex v1.10.6 |
| 295 | 2024-08-21T20:54:22.552Z | Downloaded libc v0.2.158 |
| 296 | 2024-08-21T20:54:22.580Z | Downloaded regress v0.10.0 |
| 297 | 2024-08-21T20:54:22.588Z | Downloaded tokio v1.39.3 |
| 298 | 2024-08-21T20:54:22.624Z | Downloaded rustls v0.22.4 |
| 299 | 2024-08-21T20:54:22.638Z | Downloaded regex-automata v0.4.7 |
| 300 | 2024-08-21T20:54:22.654Z | Downloaded regex-syntax v0.8.4 |
| 301 | 2024-08-21T20:54:22.661Z | Downloaded encoding_rs v0.8.34 |
| 302 | 2024-08-21T20:54:22.682Z | Downloaded regress v0.9.1 |
| 303 | 2024-08-21T20:54:22.689Z | Downloaded rustls v0.21.12 |
| 304 | 2024-08-21T20:54:22.701Z | Downloaded vcpkg v0.2.15 |
| 305 | 2024-08-21T20:54:22.738Z | Downloaded webpki-roots v0.25.4 |
| 306 | 2024-08-21T20:54:22.742Z | Downloaded idna v0.5.0 |
| 307 | 2024-08-21T20:54:22.747Z | Downloaded openssl v0.10.66 |
| 308 | 2024-08-21T20:54:22.756Z | Downloaded hyper v0.14.30 |
| 309 | 2024-08-21T20:54:22.763Z | Downloaded goblin v0.8.2 |
| 310 | 2024-08-21T20:54:22.769Z | Downloaded h2 v0.3.26 |
| 311 | 2024-08-21T20:54:22.775Z | Downloaded serde_with v3.9.0 |
| 312 | 2024-08-21T20:54:22.783Z | Downloaded pest v2.7.11 |
| 313 | 2024-08-21T20:54:22.788Z | Downloaded unicode-normalization v0.1.23 |
| 314 | 2024-08-21T20:54:22.791Z | Downloaded hashbrown v0.12.3 |
| 315 | 2024-08-21T20:54:22.796Z | Downloaded serde_derive v1.0.208 |
| 316 | 2024-08-21T20:54:22.799Z | Downloaded rand v0.8.5 |
| 317 | 2024-08-21T20:54:22.802Z | Downloaded base64 v0.21.7 |
| 318 | 2024-08-21T20:54:22.804Z | Downloaded crossbeam-channel v0.5.13 |
| 319 | 2024-08-21T20:54:22.812Z | Downloaded cc v1.1.13 |
| 320 | 2024-08-21T20:54:22.815Z | Downloaded openssl-sys v0.9.103 |
| 321 | 2024-08-21T20:54:22.820Z | Downloaded indexmap v2.4.0 |
| 322 | 2024-08-21T20:54:22.823Z | Downloaded base64 v0.22.1 |
| 323 | 2024-08-21T20:54:22.827Z | Downloaded toml v0.8.19 |
| 324 | 2024-08-21T20:54:22.830Z | Downloaded smallvec v1.13.2 |
| 325 | 2024-08-21T20:54:22.833Z | Downloaded serde_yaml v0.9.34+deprecated |
| 326 | 2024-08-21T20:54:22.836Z | Downloaded darling_core v0.20.10 |
| 327 | 2024-08-21T20:54:22.840Z | Downloaded log v0.4.22 |
| 328 | 2024-08-21T20:54:22.842Z | Downloaded futures v0.3.30 |
| 329 | 2024-08-21T20:54:22.847Z | Downloaded slab v0.4.9 |
| 330 | 2024-08-21T20:54:22.850Z | Downloaded sha1 v0.10.6 |
| 331 | 2024-08-21T20:54:22.850Z | Downloaded parking_lot_core v0.9.10 |
| 332 | 2024-08-21T20:54:22.853Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2024-08-21T20:54:22.856Z | Downloaded indexmap v1.9.3 |
| 334 | 2024-08-21T20:54:22.859Z | Downloaded hyper-tls v0.5.0 |
| 335 | 2024-08-21T20:54:22.861Z | Downloaded unicode-bidi v0.3.15 |
| 336 | 2024-08-21T20:54:22.863Z | Downloaded toml_datetime v0.6.8 |
| 337 | 2024-08-21T20:54:22.863Z | Downloaded structmeta v0.3.0 |
| 338 | 2024-08-21T20:54:22.866Z | Downloaded slog-json v2.6.1 |
| 339 | 2024-08-21T20:54:22.866Z | Downloaded slog-async v2.8.0 |
| 340 | 2024-08-21T20:54:22.869Z | Downloaded ring v0.17.8 |
| 341 | 2024-08-21T20:54:22.931Z | Downloaded shlex v1.3.0 |
| 342 | 2024-08-21T20:54:22.935Z | Downloaded serde_tokenstream v0.2.2 |
| 343 | 2024-08-21T20:54:22.935Z | Downloaded crypto-common v0.1.6 |
| 344 | 2024-08-21T20:54:22.938Z | Downloaded async-trait v0.1.81 |
| 345 | 2024-08-21T20:54:22.938Z | Downloaded async-stream v0.3.5 |
| 346 | 2024-08-21T20:54:22.941Z | Downloaded ipnetwork v0.20.0 |
| 347 | 2024-08-21T20:54:22.941Z | Downloaded generic-array v0.14.7 |
| 348 | 2024-08-21T20:54:22.945Z | Downloaded form_urlencoded v1.2.1 |
| 349 | 2024-08-21T20:54:22.945Z | Downloaded ahash v0.8.11 |
| 350 | 2024-08-21T20:54:22.948Z | Downloaded hostname v0.3.1 |
| 351 | 2024-08-21T20:54:22.948Z | Downloaded futures-task v0.3.30 |
| 352 | 2024-08-21T20:54:22.948Z | Downloaded futures-macro v0.3.30 |
| 353 | 2024-08-21T20:54:22.952Z | Downloaded usdt v0.5.0 |
| 354 | 2024-08-21T20:54:22.953Z | Downloaded lock_api v0.4.12 |
| 355 | 2024-08-21T20:54:22.953Z | Downloaded darling v0.20.10 |
| 356 | 2024-08-21T20:54:22.956Z | Downloaded bitflags v2.6.0 |
| 357 | 2024-08-21T20:54:22.958Z | Downloaded anyhow v1.0.86 |
| 358 | 2024-08-21T20:54:22.962Z | Downloaded slog v2.7.0 |
| 359 | 2024-08-21T20:54:22.966Z | Downloaded camino v1.1.9 |
| 360 | 2024-08-21T20:54:22.966Z | Downloaded byteorder v1.5.0 |
| 361 | 2024-08-21T20:54:22.969Z | Downloaded pest_generator v2.7.11 |
| 362 | 2024-08-21T20:54:22.969Z | Downloaded heck v0.5.0 |
| 363 | 2024-08-21T20:54:22.969Z | Downloaded debug-ignore v1.0.5 |
| 364 | 2024-08-21T20:54:22.973Z | Downloaded ipnet v2.9.0 |
| 365 | 2024-08-21T20:54:22.973Z | Downloaded hyper-rustls v0.24.2 |
| 366 | 2024-08-21T20:54:22.975Z | Downloaded atomic-waker v1.1.2 |
| 367 | 2024-08-21T20:54:22.976Z | Downloaded strum v0.26.3 |
| 368 | 2024-08-21T20:54:22.976Z | Downloaded dirs-sys-next v0.1.2 |
| 369 | 2024-08-21T20:54:22.976Z | Downloaded digest v0.10.7 |
| 370 | 2024-08-21T20:54:22.978Z | Downloaded block-buffer v0.10.4 |
| 371 | 2024-08-21T20:54:22.978Z | Downloaded sct v0.7.1 |
| 372 | 2024-08-21T20:54:22.981Z | Downloaded getrandom v0.2.15 |
| 373 | 2024-08-21T20:54:22.985Z | Downloaded foreign-types v0.3.2 |
| 374 | 2024-08-21T20:54:22.985Z | Downloaded backoff v0.4.0 |
| 375 | 2024-08-21T20:54:22.988Z | Downloaded deranged v0.3.11 |
| 376 | 2024-08-21T20:54:22.988Z | Downloaded autocfg v1.3.0 |
| 377 | 2024-08-21T20:54:22.988Z | Downloaded futures-io v0.3.30 |
| 378 | 2024-08-21T20:54:22.991Z | Downloaded futures-core v0.3.30 |
| 379 | 2024-08-21T20:54:23.109Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-08-21T20:54:23.109Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-08-21T20:54:23.111Z | Compiling libc v0.2.158 |
| 382 | 2024-08-21T20:54:23.111Z | Checking cfg-if v1.0.0 |
| 383 | 2024-08-21T20:54:23.112Z | Compiling version_check v0.9.5 |
| 384 | 2024-08-21T20:54:23.112Z | Compiling autocfg v1.3.0 |
| 385 | 2024-08-21T20:54:23.123Z | Compiling serde v1.0.208 |
| 386 | 2024-08-21T20:54:23.126Z | Checking memchr v2.7.4 |
| 387 | 2024-08-21T20:54:23.185Z | Compiling serde_json v1.0.125 |
| 388 | 2024-08-21T20:54:23.288Z | Checking itoa v1.0.11 |
| 389 | 2024-08-21T20:54:23.722Z | Compiling ahash v0.8.11 |
| 390 | 2024-08-21T20:54:23.772Z | Checking byteorder v1.5.0 |
| 391 | 2024-08-21T20:54:23.863Z | Compiling shlex v1.3.0 |
| 392 | 2024-08-21T20:54:24.035Z | Checking once_cell v1.19.0 |
| 393 | 2024-08-21T20:54:24.104Z | Compiling thiserror v1.0.63 |
| 394 | 2024-08-21T20:54:24.243Z | Compiling cc v1.1.13 |
| 395 | 2024-08-21T20:54:25.056Z | Compiling num-traits v0.2.19 |
| 396 | 2024-08-21T20:54:25.081Z | Checking pin-project-lite v0.2.14 |
| 397 | 2024-08-21T20:54:25.142Z | Checking ryu v1.0.18 |
| 398 | 2024-08-21T20:54:25.176Z | Checking bytes v1.7.1 |
| 399 | 2024-08-21T20:54:25.215Z | Checking log v0.4.22 |
| 400 | 2024-08-21T20:54:25.531Z | Checking allocator-api2 v0.2.18 |
| 401 | 2024-08-21T20:54:25.542Z | Compiling lock_api v0.4.12 |
| 402 | 2024-08-21T20:54:25.578Z | Compiling schemars v0.8.21 |
| 403 | 2024-08-21T20:54:25.744Z | Checking getrandom v0.2.15 |
| 404 | 2024-08-21T20:54:25.752Z | Compiling parking_lot_core v0.9.10 |
| 405 | 2024-08-21T20:54:25.894Z | Checking futures-core v0.3.30 |
| 406 | 2024-08-21T20:54:25.927Z | Compiling quote v1.0.36 |
| 407 | 2024-08-21T20:54:25.952Z | Checking smallvec v1.13.2 |
| 408 | 2024-08-21T20:54:25.987Z | Checking scopeguard v1.2.0 |
| 409 | 2024-08-21T20:54:26.058Z | Checking mio v1.0.2 |
| 410 | 2024-08-21T20:54:26.149Z | Checking socket2 v0.5.7 |
| 411 | 2024-08-21T20:54:26.207Z | Checking signal-hook-registry v1.4.2 |
| 412 | 2024-08-21T20:54:26.313Z | Compiling syn v2.0.75 |
| 413 | 2024-08-21T20:54:26.509Z | Compiling slab v0.4.9 |
| 414 | 2024-08-21T20:54:26.602Z | Checking futures-sink v0.3.30 |
| 415 | 2024-08-21T20:54:26.610Z | Checking spin v0.9.8 |
| 416 | 2024-08-21T20:54:26.653Z | Checking fnv v1.0.7 |
| 417 | 2024-08-21T20:54:26.725Z | Checking equivalent v1.0.1 |
| 418 | 2024-08-21T20:54:26.740Z | Checking parking_lot v0.12.3 |
| 419 | 2024-08-21T20:54:26.753Z | Checking untrusted v0.9.0 |
| 420 | 2024-08-21T20:54:26.774Z | Compiling ring v0.17.8 |
| 421 | 2024-08-21T20:54:26.795Z | Checking futures-channel v0.3.30 |
| 422 | 2024-08-21T20:54:26.803Z | Compiling pkg-config v0.3.30 |
| 423 | 2024-08-21T20:54:26.877Z | Checking futures-task v0.3.30 |
| 424 | 2024-08-21T20:54:27.048Z | Compiling vcpkg v0.2.15 |
| 425 | 2024-08-21T20:54:27.091Z | Compiling heck v0.5.0 |
| 426 | 2024-08-21T20:54:27.125Z | Checking futures-io v0.3.30 |
| 427 | 2024-08-21T20:54:27.201Z | Compiling semver v1.0.23 |
| 428 | 2024-08-21T20:54:27.325Z | Checking pin-utils v0.1.0 |
| 429 | 2024-08-21T20:54:27.398Z | Checking iana-time-zone v0.1.60 |
| 430 | 2024-08-21T20:54:27.497Z | Compiling ucd-trie v0.1.6 |
| 431 | 2024-08-21T20:54:27.534Z | Checking http v0.2.12 |
| 432 | 2024-08-21T20:54:28.028Z | Checking dyn-clone v1.0.17 |
| 433 | 2024-08-21T20:54:28.131Z | Compiling httparse v1.9.4 |
| 434 | 2024-08-21T20:54:28.717Z | Compiling openssl-sys v0.9.103 |
| 435 | 2024-08-21T20:54:28.803Z | Checking tracing-core v0.1.32 |
| 436 | 2024-08-21T20:54:28.815Z | Compiling uuid v1.10.0 |
| 437 | 2024-08-21T20:54:29.284Z | Compiling openssl v0.10.66 |
| 438 | 2024-08-21T20:54:29.370Z | Compiling chrono v0.4.38 |
| 439 | 2024-08-21T20:54:29.379Z | Checking foreign-types-shared v0.1.1 |
| 440 | 2024-08-21T20:54:29.397Z | Checking tracing v0.1.40 |
| 441 | 2024-08-21T20:54:29.434Z | Compiling slog v2.7.0 |
| 442 | 2024-08-21T20:54:29.676Z | Checking try-lock v0.2.5 |
| 443 | 2024-08-21T20:54:29.705Z | Checking foreign-types v0.3.2 |
| 444 | 2024-08-21T20:54:29.763Z | Checking http-body v0.4.6 |
| 445 | 2024-08-21T20:54:29.784Z | Checking want v0.3.1 |
| 446 | 2024-08-21T20:54:29.909Z | Compiling aho-corasick v1.1.3 |
| 447 | 2024-08-21T20:54:29.934Z | Checking httpdate v1.0.3 |
| 448 | 2024-08-21T20:54:30.114Z | Compiling regex-syntax v0.8.4 |
| 449 | 2024-08-21T20:54:30.125Z | Checking percent-encoding v2.3.1 |
| 450 | 2024-08-21T20:54:30.294Z | Checking bitflags v2.6.0 |
| 451 | 2024-08-21T20:54:30.535Z | Compiling native-tls v0.2.12 |
| 452 | 2024-08-21T20:54:30.876Z | Checking tower-service v0.3.3 |
| 453 | 2024-08-21T20:54:30.951Z | Compiling typenum v1.17.0 |
| 454 | 2024-08-21T20:54:30.975Z | Compiling rustls v0.21.12 |
| 455 | 2024-08-21T20:54:31.197Z | Checking tinyvec_macros v0.1.1 |
| 456 | 2024-08-21T20:54:31.274Z | Checking tinyvec v1.8.0 |
| 457 | 2024-08-21T20:54:31.786Z | Checking form_urlencoded v1.2.1 |
| 458 | 2024-08-21T20:54:32.406Z | Compiling generic-array v0.14.7 |
| 459 | 2024-08-21T20:54:32.593Z | Checking openssl-probe v0.1.5 |
| 460 | 2024-08-21T20:54:32.706Z | Checking unicode-normalization v0.1.23 |
| 461 | 2024-08-21T20:54:33.316Z | Compiling serde_derive_internals v0.29.1 |
| 462 | 2024-08-21T20:54:33.379Z | Compiling regex-automata v0.4.7 |
| 463 | 2024-08-21T20:54:33.866Z | Compiling usdt-impl v0.5.0 |
| 464 | 2024-08-21T20:54:34.215Z | Checking encoding_rs v0.8.34 |
| 465 | 2024-08-21T20:54:34.588Z | Checking mime v0.3.17 |
| 466 | 2024-08-21T20:54:34.896Z | Compiling time-core v0.1.2 |
| 467 | 2024-08-21T20:54:35.025Z | Checking unicode-bidi v0.3.15 |
| 468 | 2024-08-21T20:54:35.239Z | Compiling num-conv v0.1.0 |
| 469 | 2024-08-21T20:54:35.443Z | Checking powerfmt v0.2.0 |
| 470 | 2024-08-21T20:54:35.463Z | Compiling time-macros v0.2.18 |
| 471 | 2024-08-21T20:54:35.574Z | Checking idna v0.5.0 |
| 472 | 2024-08-21T20:54:35.698Z | Checking deranged v0.3.11 |
| 473 | 2024-08-21T20:54:36.483Z | Compiling thread-id v4.2.2 |
| 474 | 2024-08-21T20:54:36.578Z | Compiling strsim v0.11.1 |
| 475 | 2024-08-21T20:54:37.308Z | Compiling regex v1.10.6 |
| 476 | 2024-08-21T20:54:37.510Z | Compiling ident_case v1.0.1 |
| 477 | 2024-08-21T20:54:37.664Z | Compiling crossbeam-utils v0.8.20 |
| 478 | 2024-08-21T20:54:38.066Z | Compiling serde_derive v1.0.208 |
| 479 | 2024-08-21T20:54:38.202Z | Compiling zerocopy-derive v0.7.35 |
| 480 | 2024-08-21T20:54:38.206Z | Compiling thiserror-impl v1.0.63 |
| 481 | 2024-08-21T20:54:38.383Z | Compiling schemars_derive v0.8.21 |
| 482 | 2024-08-21T20:54:38.441Z | Compiling tokio-macros v2.4.0 |
| 483 | 2024-08-21T20:54:38.915Z | Compiling futures-macro v0.3.30 |
| 484 | 2024-08-21T20:54:39.968Z | Checking tokio v1.39.3 |
| 485 | 2024-08-21T20:54:40.192Z | Checking zerocopy v0.7.35 |
| 486 | 2024-08-21T20:54:40.762Z | Compiling openssl-macros v0.1.1 |
| 487 | 2024-08-21T20:54:40.784Z | Checking futures-util v0.3.30 |
| 488 | 2024-08-21T20:54:41.072Z | Compiling pest v2.7.11 |
| 489 | 2024-08-21T20:54:41.454Z | Checking rustls-webpki v0.101.7 |
| 490 | 2024-08-21T20:54:41.930Z | Checking hashbrown v0.14.5 |
| 491 | 2024-08-21T20:54:42.221Z | Checking sct v0.7.1 |
| 492 | 2024-08-21T20:54:43.097Z | Compiling scroll_derive v0.12.0 |
| 493 | 2024-08-21T20:54:43.929Z | Compiling pest_meta v2.7.11 |
| 494 | 2024-08-21T20:54:43.956Z | Compiling regress v0.10.0 |
| 495 | 2024-08-21T20:54:44.585Z | Checking scroll v0.12.0 |
| 496 | 2024-08-21T20:54:45.052Z | Compiling pest_generator v2.7.11 |
| 497 | 2024-08-21T20:54:47.028Z | Checking tokio-util v0.7.11 |
| 498 | 2024-08-21T20:54:47.240Z | Checking tokio-native-tls v0.3.1 |
| 499 | 2024-08-21T20:54:47.463Z | Checking tokio-rustls v0.24.1 |
| 500 | 2024-08-21T20:54:47.827Z | Checking base64 v0.21.7 |
| 501 | 2024-08-21T20:54:47.875Z | Compiling pest_derive v2.7.11 |
| 502 | 2024-08-21T20:54:48.109Z | Checking plain v0.2.3 |
| 503 | 2024-08-21T20:54:48.282Z | Checking num_threads v0.1.7 |
| 504 | 2024-08-21T20:54:48.387Z | Checking rustls-pki-types v1.8.0 |
| 505 | 2024-08-21T20:54:48.723Z | Compiling dtrace-parser v0.2.0 |
| 506 | 2024-08-21T20:54:48.740Z | Checking time v0.3.36 |
| 507 | 2024-08-21T20:54:48.802Z | Checking rustls-pemfile v1.0.4 |
| 508 | 2024-08-21T20:54:48.977Z | Checking goblin v0.8.2 |
| 509 | 2024-08-21T20:54:50.457Z | Checking indexmap v2.4.0 |
| 510 | 2024-08-21T20:54:50.986Z | Checking serde_urlencoded v0.7.1 |
| 511 | 2024-08-21T20:54:51.338Z | Compiling darling_core v0.20.10 |
| 512 | 2024-08-21T20:54:51.379Z | Checking url v2.5.2 |
| 513 | 2024-08-21T20:54:51.787Z | Compiling serde_tokenstream v0.2.2 |
| 514 | 2024-08-21T20:54:51.976Z | Checking h2 v0.3.26 |
| 515 | 2024-08-21T20:54:52.325Z | Checking openapiv3 v2.0.0 |
| 516 | 2024-08-21T20:54:52.523Z | Checking dirs-sys-next v0.1.2 |
| 517 | 2024-08-21T20:54:53.056Z | Compiling unsafe-libyaml v0.2.11 |
| 518 | 2024-08-21T20:54:53.905Z | Compiling dof v0.3.0 |
| 519 | 2024-08-21T20:54:54.303Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 520 | 2024-08-21T20:54:54.848Z | Checking sync_wrapper v0.1.2 |
| 521 | 2024-08-21T20:54:54.952Z | Checking ipnet v2.9.0 |
| 522 | 2024-08-21T20:54:55.400Z | Checking webpki-roots v0.25.4 |
| 523 | 2024-08-21T20:54:55.750Z | Compiling omicron-workspace-hack v0.1.0 |
| 524 | 2024-08-21T20:54:56.058Z | Compiling rustls v0.22.4 |
| 525 | 2024-08-21T20:54:56.104Z | Checking hyper v0.14.30 |
| 526 | 2024-08-21T20:54:56.118Z | Compiling paste v1.0.15 |
| 527 | 2024-08-21T20:54:56.363Z | Checking pretty-hex v0.4.1 |
| 528 | 2024-08-21T20:54:56.518Z | Compiling rustversion v1.0.17 |
| 529 | 2024-08-21T20:54:56.764Z | Compiling serde_yaml v0.9.34+deprecated |
| 530 | 2024-08-21T20:54:56.962Z | Checking dirs-next v2.0.0 |
| 531 | 2024-08-21T20:54:57.258Z | Checking toml_datetime v0.6.8 |
| 532 | 2024-08-21T20:54:57.277Z | Compiling darling_macro v0.20.10 |
| 533 | 2024-08-21T20:54:57.523Z | Checking serde_spanned v0.6.7 |
| 534 | 2024-08-21T20:54:57.668Z | Checking rustls-webpki v0.102.6 |
| 535 | 2024-08-21T20:54:57.692Z | Checking ppv-lite86 v0.2.20 |
| 536 | 2024-08-21T20:54:57.773Z | Compiling structmeta-derive v0.3.0 |
| 537 | 2024-08-21T20:54:58.244Z | Checking crypto-common v0.1.6 |
| 538 | 2024-08-21T20:54:58.396Z | Checking block-buffer v0.10.4 |
| 539 | 2024-08-21T20:54:58.409Z | Checking rand_core v0.6.4 |
| 540 | 2024-08-21T20:54:58.462Z | Checking thread_local v1.1.8 |
| 541 | 2024-08-21T20:54:58.512Z | Compiling multer v3.1.0 |
| 542 | 2024-08-21T20:54:58.565Z | Checking winnow v0.6.18 |
| 543 | 2024-08-21T20:54:58.684Z | Compiling slog-async v2.8.0 |
| 544 | 2024-08-21T20:54:58.714Z | Compiling camino v1.1.9 |
| 545 | 2024-08-21T20:54:58.842Z | Compiling anyhow v1.0.86 |
| 546 | 2024-08-21T20:54:59.183Z | Checking zeroize v1.8.1 |
| 547 | 2024-08-21T20:54:59.311Z | Checking match_cfg v0.1.0 |
| 548 | 2024-08-21T20:54:59.387Z | Checking subtle v2.6.1 |
| 549 | 2024-08-21T20:54:59.399Z | Checking hostname v0.3.1 |
| 550 | 2024-08-21T20:54:59.608Z | Checking rand_chacha v0.3.1 |
| 551 | 2024-08-21T20:54:59.617Z | Checking digest v0.10.7 |
| 552 | 2024-08-21T20:54:59.952Z | Compiling darling v0.20.10 |
| 553 | 2024-08-21T20:55:00.052Z | Checking crossbeam-channel v0.5.13 |
| 554 | 2024-08-21T20:55:00.328Z | Compiling structmeta v0.3.0 |
| 555 | 2024-08-21T20:55:00.386Z | Checking term v0.7.0 |
| 556 | 2024-08-21T20:55:00.470Z | Checking hyper-rustls v0.24.2 |
| 557 | 2024-08-21T20:55:00.695Z | Checking hyper-tls v0.5.0 |
| 558 | 2024-08-21T20:55:00.737Z | Compiling usdt-macro v0.5.0 |
| 559 | 2024-08-21T20:55:00.776Z | Compiling usdt-attr-macro v0.5.0 |
| 560 | 2024-08-21T20:55:00.943Z | Checking reqwest v0.11.27 |
| 561 | 2024-08-21T20:55:01.591Z | Checking toml_edit v0.22.20 |
| 562 | 2024-08-21T20:55:01.615Z | Checking slog-json v2.6.1 |
| 563 | 2024-08-21T20:55:01.791Z | Checking futures-executor v0.3.30 |
| 564 | 2024-08-21T20:55:01.835Z | Compiling async-stream-impl v0.3.5 |
| 565 | 2024-08-21T20:55:01.988Z | Checking http v1.1.0 |
| 566 | 2024-08-21T20:55:01.996Z | Checking memmap v0.7.0 |
| 567 | 2024-08-21T20:55:02.163Z | Checking is-terminal v0.4.13 |
| 568 | 2024-08-21T20:55:02.178Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 569 | 2024-08-21T20:55:02.204Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 570 | 2024-08-21T20:55:02.268Z | Checking cpufeatures v0.2.13 |
| 571 | 2024-08-21T20:55:02.346Z | Checking base64 v0.22.1 |
| 572 | 2024-08-21T20:55:02.504Z | Checking take_mut v0.2.2 |
| 573 | 2024-08-21T20:55:02.514Z | Checking atomic-waker v1.1.2 |
| 574 | 2024-08-21T20:55:02.622Z | Checking waitgroup v0.1.2 |
| 575 | 2024-08-21T20:55:02.797Z | Checking sha1 v0.10.6 |
| 576 | 2024-08-21T20:55:02.827Z | Checking rustls-pemfile v2.1.3 |
| 577 | 2024-08-21T20:55:02.891Z | Checking slog-term v2.9.1 |
| 578 | 2024-08-21T20:55:03.042Z | Checking usdt v0.5.0 |
| 579 | 2024-08-21T20:55:03.049Z | Checking futures v0.3.30 |
| 580 | 2024-08-21T20:55:03.132Z | Checking slog-bunyan v2.5.0 |
| 581 | 2024-08-21T20:55:03.141Z | Checking async-stream v0.3.5 |
| 582 | 2024-08-21T20:55:03.195Z | Checking tokio-rustls v0.25.0 |
| 583 | 2024-08-21T20:55:03.252Z | Compiling strum_macros v0.26.4 |
| 584 | 2024-08-21T20:55:03.272Z | Compiling parse-display-derive v0.10.0 |
| 585 | 2024-08-21T20:55:03.307Z | Compiling serde_with_macros v3.9.0 |
| 586 | 2024-08-21T20:55:03.351Z | Checking rand v0.8.5 |
| 587 | 2024-08-21T20:55:03.973Z | Checking ipnetwork v0.20.0 |
| 588 | 2024-08-21T20:55:04.169Z | Checking toml v0.8.19 |
| 589 | 2024-08-21T20:55:04.274Z | Checking newtype-uuid v1.1.0 |
| 590 | 2024-08-21T20:55:04.304Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 591 | 2024-08-21T20:55:04.503Z | Checking hex v0.4.3 |
| 592 | 2024-08-21T20:55:04.542Z | Checking serde_path_to_error v0.1.16 |
| 593 | 2024-08-21T20:55:04.896Z | Compiling async-trait v0.1.81 |
| 594 | 2024-08-21T20:55:05.011Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 595 | 2024-08-21T20:55:05.160Z | Checking hostname v0.4.0 |
| 596 | 2024-08-21T20:55:05.271Z | Checking instant v0.1.13 |
| 597 | 2024-08-21T20:55:05.370Z | Checking debug-ignore v1.0.5 |
| 598 | 2024-08-21T20:55:05.489Z | Checking backoff v0.4.0 |
| 599 | 2024-08-21T20:55:05.771Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 600 | 2024-08-21T20:55:05.807Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 601 | 2024-08-21T20:55:05.881Z | Checking serde_with v3.9.0 |
| 602 | 2024-08-21T20:55:05.901Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 603 | 2024-08-21T20:55:05.935Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 604 | 2024-08-21T20:55:06.122Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 605 | 2024-08-21T20:55:06.335Z | Checking macaddr v1.0.1 |
| 606 | 2024-08-21T20:55:06.648Z | Checking regress v0.9.1 |
| 607 | 2024-08-21T20:55:07.083Z | Checking parse-display v0.10.0 |
| 608 | 2024-08-21T20:55:07.592Z | Checking strum v0.26.3 |
| 609 | 2024-08-21T20:55:08.475Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 610 | 2024-08-21T20:55:10.365Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 611 | 2024-08-21T20:55:10.419Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 612 | 2024-08-21T20:55:12.907Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 613 | 2024-08-21T20:55:17.910Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 614 | 2024-08-21T20:55:18.011Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 615 | 2024-08-21T20:55:20.765Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 616 | 2024-08-21T20:55:27.587Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 617 | 2024-08-21T20:55:27.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 618 | 2024-08-21T20:55:27.704Z | + cargo build --release |
| 619 | 2024-08-21T20:55:27.971Z | Compiling proc-macro2 v1.0.86 |
| 620 | 2024-08-21T20:55:27.971Z | Compiling unicode-ident v1.0.12 |
| 621 | 2024-08-21T20:55:27.971Z | Compiling libc v0.2.158 |
| 622 | 2024-08-21T20:55:27.975Z | Compiling cfg-if v1.0.0 |
| 623 | 2024-08-21T20:55:27.975Z | Compiling version_check v0.9.5 |
| 624 | 2024-08-21T20:55:27.975Z | Compiling autocfg v1.3.0 |
| 625 | 2024-08-21T20:55:27.975Z | Compiling serde v1.0.208 |
| 626 | 2024-08-21T20:55:27.975Z | Compiling memchr v2.7.4 |
| 627 | 2024-08-21T20:55:28.072Z | Compiling serde_json v1.0.125 |
| 628 | 2024-08-21T20:55:28.159Z | Compiling itoa v1.0.11 |
| 629 | 2024-08-21T20:55:28.428Z | Compiling thiserror v1.0.63 |
| 630 | 2024-08-21T20:55:28.546Z | Compiling once_cell v1.19.0 |
| 631 | 2024-08-21T20:55:28.582Z | Compiling ahash v0.8.11 |
| 632 | 2024-08-21T20:55:28.724Z | Compiling shlex v1.3.0 |
| 633 | 2024-08-21T20:55:28.941Z | Compiling byteorder v1.5.0 |
| 634 | 2024-08-21T20:55:28.966Z | Compiling cc v1.1.13 |
| 635 | 2024-08-21T20:55:29.351Z | Compiling getrandom v0.2.15 |
| 636 | 2024-08-21T20:55:29.425Z | Compiling quote v1.0.36 |
| 637 | 2024-08-21T20:55:29.546Z | Compiling num-traits v0.2.19 |
| 638 | 2024-08-21T20:55:29.598Z | Compiling pin-project-lite v0.2.14 |
| 639 | 2024-08-21T20:55:29.705Z | Compiling ryu v1.0.18 |
| 640 | 2024-08-21T20:55:29.788Z | Compiling syn v2.0.75 |
| 641 | 2024-08-21T20:55:29.997Z | Compiling log v0.4.22 |
| 642 | 2024-08-21T20:55:30.124Z | Compiling bytes v1.7.1 |
| 643 | 2024-08-21T20:55:30.143Z | Compiling schemars v0.8.21 |
| 644 | 2024-08-21T20:55:30.240Z | Compiling allocator-api2 v0.2.18 |
| 645 | 2024-08-21T20:55:30.393Z | Compiling lock_api v0.4.12 |
| 646 | 2024-08-21T20:55:30.455Z | Compiling parking_lot_core v0.9.10 |
| 647 | 2024-08-21T20:55:30.519Z | Compiling futures-core v0.3.30 |
| 648 | 2024-08-21T20:55:30.735Z | Compiling scopeguard v1.2.0 |
| 649 | 2024-08-21T20:55:30.758Z | Compiling smallvec v1.13.2 |
| 650 | 2024-08-21T20:55:30.844Z | Compiling socket2 v0.5.7 |
| 651 | 2024-08-21T20:55:30.912Z | Compiling signal-hook-registry v1.4.2 |
| 652 | 2024-08-21T20:55:31.044Z | Compiling mio v1.0.2 |
| 653 | 2024-08-21T20:55:31.417Z | Compiling slab v0.4.9 |
| 654 | 2024-08-21T20:55:31.773Z | Compiling parking_lot v0.12.3 |
| 655 | 2024-08-21T20:55:31.912Z | Compiling ring v0.17.8 |
| 656 | 2024-08-21T20:55:31.913Z | Compiling futures-sink v0.3.30 |
| 657 | 2024-08-21T20:55:32.073Z | Compiling spin v0.9.8 |
| 658 | 2024-08-21T20:55:32.251Z | Compiling equivalent v1.0.1 |
| 659 | 2024-08-21T20:55:32.347Z | Compiling untrusted v0.9.0 |
| 660 | 2024-08-21T20:55:32.463Z | Compiling semver v1.0.23 |
| 661 | 2024-08-21T20:55:32.474Z | Compiling fnv v1.0.7 |
| 662 | 2024-08-21T20:55:32.592Z | Compiling futures-channel v0.3.30 |
| 663 | 2024-08-21T20:55:32.819Z | Compiling heck v0.5.0 |
| 664 | 2024-08-21T20:55:32.936Z | Compiling pkg-config v0.3.30 |
| 665 | 2024-08-21T20:55:32.961Z | Compiling pin-utils v0.1.0 |
| 666 | 2024-08-21T20:55:33.028Z | Compiling futures-task v0.3.30 |
| 667 | 2024-08-21T20:55:33.038Z | Compiling futures-io v0.3.30 |
| 668 | 2024-08-21T20:55:33.083Z | Compiling vcpkg v0.2.15 |
| 669 | 2024-08-21T20:55:33.445Z | Compiling ucd-trie v0.1.6 |
| 670 | 2024-08-21T20:55:33.500Z | Compiling iana-time-zone v0.1.60 |
| 671 | 2024-08-21T20:55:33.902Z | Compiling http v0.2.12 |
| 672 | 2024-08-21T20:55:34.252Z | Compiling dyn-clone v1.0.17 |
| 673 | 2024-08-21T20:55:34.336Z | Compiling httparse v1.9.4 |
| 674 | 2024-08-21T20:55:34.725Z | Compiling openssl-sys v0.9.103 |
| 675 | 2024-08-21T20:55:35.142Z | Compiling tracing-core v0.1.32 |
| 676 | 2024-08-21T20:55:35.458Z | Compiling uuid v1.10.0 |
| 677 | 2024-08-21T20:55:35.622Z | Compiling chrono v0.4.38 |
| 678 | 2024-08-21T20:55:35.981Z | Compiling tracing v0.1.40 |
| 679 | 2024-08-21T20:55:36.637Z | Compiling serde_derive_internals v0.29.1 |
| 680 | 2024-08-21T20:55:37.969Z | Compiling foreign-types-shared v0.1.1 |
| 681 | 2024-08-21T20:55:38.059Z | Compiling slog v2.7.0 |
| 682 | 2024-08-21T20:55:38.117Z | Compiling openssl v0.10.66 |
| 683 | 2024-08-21T20:55:38.531Z | Compiling try-lock v0.2.5 |
| 684 | 2024-08-21T20:55:38.570Z | Compiling foreign-types v0.3.2 |
| 685 | 2024-08-21T20:55:38.643Z | Compiling want v0.3.1 |
| 686 | 2024-08-21T20:55:38.669Z | Compiling http-body v0.4.6 |
| 687 | 2024-08-21T20:55:38.870Z | Compiling aho-corasick v1.1.3 |
| 688 | 2024-08-21T20:55:38.917Z | Compiling bitflags v2.6.0 |
| 689 | 2024-08-21T20:55:39.125Z | Compiling httpdate v1.0.3 |
| 690 | 2024-08-21T20:55:39.260Z | Compiling tower-service v0.3.3 |
| 691 | 2024-08-21T20:55:39.373Z | Compiling percent-encoding v2.3.1 |
| 692 | 2024-08-21T20:55:39.679Z | Compiling rustls v0.21.12 |
| 693 | 2024-08-21T20:55:39.826Z | Compiling typenum v1.17.0 |
| 694 | 2024-08-21T20:55:39.862Z | Compiling tinyvec_macros v0.1.1 |
| 695 | 2024-08-21T20:55:39.939Z | Compiling regex-syntax v0.8.4 |
| 696 | 2024-08-21T20:55:39.999Z | Compiling native-tls v0.2.12 |
| 697 | 2024-08-21T20:55:40.051Z | Compiling tinyvec v1.8.0 |
| 698 | 2024-08-21T20:55:40.371Z | Compiling form_urlencoded v1.2.1 |
| 699 | 2024-08-21T20:55:40.901Z | Compiling generic-array v0.14.7 |
| 700 | 2024-08-21T20:55:41.326Z | Compiling openssl-probe v0.1.5 |
| 701 | 2024-08-21T20:55:41.704Z | Compiling unicode-normalization v0.1.23 |
| 702 | 2024-08-21T20:55:42.083Z | Compiling serde_derive v1.0.208 |
| 703 | 2024-08-21T20:55:42.592Z | Compiling zerocopy-derive v0.7.35 |
| 704 | 2024-08-21T20:55:42.949Z | Compiling thiserror-impl v1.0.63 |
| 705 | 2024-08-21T20:55:42.984Z | Compiling schemars_derive v0.8.21 |
| 706 | 2024-08-21T20:55:43.169Z | Compiling tokio-macros v2.4.0 |
| 707 | 2024-08-21T20:55:44.583Z | Compiling zerocopy v0.7.35 |
| 708 | 2024-08-21T20:55:45.588Z | Compiling tokio v1.39.3 |
| 709 | 2024-08-21T20:55:45.871Z | Compiling futures-macro v0.3.30 |
| 710 | 2024-08-21T20:55:45.927Z | Compiling pest v2.7.11 |
| 711 | 2024-08-21T20:55:46.775Z | Compiling hashbrown v0.14.5 |
| 712 | 2024-08-21T20:55:47.728Z | Compiling futures-util v0.3.30 |
| 713 | 2024-08-21T20:55:48.301Z | Compiling regress v0.10.0 |
| 714 | 2024-08-21T20:55:48.392Z | Compiling pest_meta v2.7.11 |
| 715 | 2024-08-21T20:55:48.723Z | Compiling openssl-macros v0.1.1 |
| 716 | 2024-08-21T20:55:51.007Z | Compiling pest_generator v2.7.11 |
| 717 | 2024-08-21T20:55:52.778Z | Compiling pest_derive v2.7.11 |
| 718 | 2024-08-21T20:55:52.998Z | Compiling rustls-webpki v0.101.7 |
| 719 | 2024-08-21T20:55:53.647Z | Compiling sct v0.7.1 |
| 720 | 2024-08-21T20:55:54.076Z | Compiling tokio-util v0.7.11 |
| 721 | 2024-08-21T20:55:54.492Z | Compiling regex-automata v0.4.7 |
| 722 | 2024-08-21T20:55:56.426Z | Compiling indexmap v2.4.0 |
| 723 | 2024-08-21T20:55:57.055Z | Compiling serde_tokenstream v0.2.2 |
| 724 | 2024-08-21T20:56:00.053Z | Compiling h2 v0.3.26 |
| 725 | 2024-08-21T20:56:02.217Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 726 | 2024-08-21T20:56:06.216Z | Compiling hyper v0.14.30 |
| 727 | 2024-08-21T20:56:07.950Z | Compiling regex v1.10.6 |
| 728 | 2024-08-21T20:56:10.360Z | Compiling scroll_derive v0.12.0 |
| 729 | 2024-08-21T20:56:13.865Z | Compiling usdt-impl v0.5.0 |
| 730 | 2024-08-21T20:56:14.246Z | Compiling encoding_rs v0.8.34 |
| 731 | 2024-08-21T20:56:14.252Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 732 | 2024-08-21T20:56:14.683Z | Compiling num-conv v0.1.0 |
| 733 | 2024-08-21T20:56:14.956Z | Compiling unicode-bidi v0.3.15 |
| 734 | 2024-08-21T20:56:15.639Z | Compiling powerfmt v0.2.0 |
| 735 | 2024-08-21T20:56:17.965Z | Compiling time-core v0.1.2 |
| 736 | 2024-08-21T20:56:18.093Z | Compiling mime v0.3.17 |
| 737 | 2024-08-21T20:56:18.122Z | Compiling time-macros v0.2.18 |
| 738 | 2024-08-21T20:56:19.186Z | Compiling deranged v0.3.11 |
| 739 | 2024-08-21T20:56:21.528Z | Compiling idna v0.5.0 |
| 740 | 2024-08-21T20:56:24.913Z | Compiling scroll v0.12.0 |
| 741 | 2024-08-21T20:56:24.999Z | Compiling tokio-native-tls v0.3.1 |
| 742 | 2024-08-21T20:56:25.076Z | Compiling tokio-rustls v0.24.1 |
| 743 | 2024-08-21T20:56:25.268Z | Compiling dof v0.3.0 |
| 744 | 2024-08-21T20:56:25.466Z | Compiling serde_urlencoded v0.7.1 |
| 745 | 2024-08-21T20:56:25.529Z | Compiling dtrace-parser v0.2.0 |
| 746 | 2024-08-21T20:56:26.350Z | Compiling thread-id v4.2.2 |
| 747 | 2024-08-21T20:56:27.241Z | Compiling base64 v0.21.7 |
| 748 | 2024-08-21T20:56:27.570Z | Compiling plain v0.2.3 |
| 749 | 2024-08-21T20:56:27.710Z | Compiling strsim v0.11.1 |
| 750 | 2024-08-21T20:56:28.331Z | Compiling ident_case v1.0.1 |
| 751 | 2024-08-21T20:56:28.661Z | Compiling crossbeam-utils v0.8.20 |
| 752 | 2024-08-21T20:56:29.038Z | Compiling omicron-workspace-hack v0.1.0 |
| 753 | 2024-08-21T20:56:29.247Z | Compiling rustls-pki-types v1.8.0 |
| 754 | 2024-08-21T20:56:29.363Z | Compiling num_threads v0.1.7 |
| 755 | 2024-08-21T20:56:29.474Z | Compiling time v0.3.36 |
| 756 | 2024-08-21T20:56:29.732Z | Compiling darling_core v0.20.10 |
| 757 | 2024-08-21T20:56:33.230Z | Compiling rustls-pemfile v1.0.4 |
| 758 | 2024-08-21T20:56:34.035Z | Compiling goblin v0.8.2 |
| 759 | 2024-08-21T20:56:36.736Z | Compiling hyper-rustls v0.24.2 |
| 760 | 2024-08-21T20:56:37.171Z | Compiling hyper-tls v0.5.0 |
| 761 | 2024-08-21T20:56:37.352Z | Compiling url v2.5.2 |
| 762 | 2024-08-21T20:56:37.635Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 763 | 2024-08-21T20:56:37.753Z | Compiling openapiv3 v2.0.0 |
| 764 | 2024-08-21T20:56:39.417Z | Compiling dirs-sys-next v0.1.2 |
| 765 | 2024-08-21T20:56:40.924Z | Compiling ipnet v2.9.0 |
| 766 | 2024-08-21T20:56:41.959Z | Compiling rustls v0.22.4 |
| 767 | 2024-08-21T20:56:42.293Z | Compiling pretty-hex v0.4.1 |
| 768 | 2024-08-21T20:56:42.505Z | Compiling paste v1.0.15 |
| 769 | 2024-08-21T20:56:42.870Z | Compiling webpki-roots v0.25.4 |
| 770 | 2024-08-21T20:56:43.008Z | Compiling rustversion v1.0.17 |
| 771 | 2024-08-21T20:56:43.017Z | Compiling unsafe-libyaml v0.2.11 |
| 772 | 2024-08-21T20:56:43.529Z | Compiling sync_wrapper v0.1.2 |
| 773 | 2024-08-21T20:56:43.647Z | Compiling reqwest v0.11.27 |
| 774 | 2024-08-21T20:56:44.198Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 775 | 2024-08-21T20:56:44.836Z | Compiling serde_yaml v0.9.34+deprecated |
| 776 | 2024-08-21T20:56:45.104Z | Compiling dirs-next v2.0.0 |
| 777 | 2024-08-21T20:56:45.355Z | Compiling darling_macro v0.20.10 |
| 778 | 2024-08-21T20:56:49.862Z | Compiling rustls-webpki v0.102.6 |
| 779 | 2024-08-21T20:56:50.511Z | Compiling block-buffer v0.10.4 |
| 780 | 2024-08-21T20:56:50.743Z | Compiling crypto-common v0.1.6 |
| 781 | 2024-08-21T20:56:50.850Z | Compiling serde_spanned v0.6.7 |
| 782 | 2024-08-21T20:56:50.935Z | Compiling toml_datetime v0.6.8 |
| 783 | 2024-08-21T20:56:51.072Z | Compiling ppv-lite86 v0.2.20 |
| 784 | 2024-08-21T20:56:51.090Z | Compiling structmeta-derive v0.3.0 |
| 785 | 2024-08-21T20:56:51.586Z | Compiling rand_core v0.6.4 |
| 786 | 2024-08-21T20:56:52.047Z | Compiling thread_local v1.1.8 |
| 787 | 2024-08-21T20:56:52.050Z | Compiling multer v3.1.0 |
| 788 | 2024-08-21T20:56:52.395Z | Compiling winnow v0.6.18 |
| 789 | 2024-08-21T20:56:52.672Z | Compiling slog-async v2.8.0 |
| 790 | 2024-08-21T20:56:52.787Z | Compiling zeroize v1.8.1 |
| 791 | 2024-08-21T20:56:53.106Z | Compiling subtle v2.6.1 |
| 792 | 2024-08-21T20:56:53.188Z | Compiling anyhow v1.0.86 |
| 793 | 2024-08-21T20:56:53.368Z | Compiling match_cfg v0.1.0 |
| 794 | 2024-08-21T20:56:53.452Z | Compiling camino v1.1.9 |
| 795 | 2024-08-21T20:56:53.777Z | Compiling structmeta v0.3.0 |
| 796 | 2024-08-21T20:56:53.923Z | Compiling hostname v0.3.1 |
| 797 | 2024-08-21T20:56:54.199Z | Compiling rand_chacha v0.3.1 |
| 798 | 2024-08-21T20:56:54.212Z | Compiling digest v0.10.7 |
| 799 | 2024-08-21T20:56:54.602Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 800 | 2024-08-21T20:56:55.910Z | Compiling crossbeam-channel v0.5.13 |
| 801 | 2024-08-21T20:56:56.774Z | Compiling toml_edit v0.22.20 |
| 802 | 2024-08-21T20:56:58.088Z | Compiling darling v0.20.10 |
| 803 | 2024-08-21T20:56:58.188Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 804 | 2024-08-21T20:56:59.880Z | Compiling term v0.7.0 |
| 805 | 2024-08-21T20:57:05.557Z | Compiling usdt-attr-macro v0.5.0 |
| 806 | 2024-08-21T20:57:06.573Z | Compiling usdt-macro v0.5.0 |
| 807 | 2024-08-21T20:57:07.043Z | Compiling slog-json v2.6.1 |
| 808 | 2024-08-21T20:57:07.529Z | Compiling futures-executor v0.3.30 |
| 809 | 2024-08-21T20:57:07.863Z | Compiling async-stream-impl v0.3.5 |
| 810 | 2024-08-21T20:57:08.736Z | Compiling http v1.1.0 |
| 811 | 2024-08-21T20:57:09.191Z | Compiling memmap v0.7.0 |
| 812 | 2024-08-21T20:57:09.621Z | Compiling is-terminal v0.4.13 |
| 813 | 2024-08-21T20:57:09.631Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 814 | 2024-08-21T20:57:09.732Z | Compiling cpufeatures v0.2.13 |
| 815 | 2024-08-21T20:57:09.819Z | Compiling take_mut v0.2.2 |
| 816 | 2024-08-21T20:57:09.970Z | Compiling atomic-waker v1.1.2 |
| 817 | 2024-08-21T20:57:09.973Z | Compiling base64 v0.22.1 |
| 818 | 2024-08-21T20:57:10.167Z | Compiling waitgroup v0.1.2 |
| 819 | 2024-08-21T20:57:11.034Z | Compiling rustls-pemfile v2.1.3 |
| 820 | 2024-08-21T20:57:13.219Z | Compiling sha1 v0.10.6 |
| 821 | 2024-08-21T20:57:13.378Z | Compiling slog-term v2.9.1 |
| 822 | 2024-08-21T20:57:13.959Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 823 | 2024-08-21T20:57:14.130Z | Compiling usdt v0.5.0 |
| 824 | 2024-08-21T20:57:15.364Z | Compiling async-stream v0.3.5 |
| 825 | 2024-08-21T20:57:15.661Z | Compiling futures v0.3.30 |
| 826 | 2024-08-21T20:57:15.757Z | Compiling slog-bunyan v2.5.0 |
| 827 | 2024-08-21T20:57:15.780Z | Compiling strum_macros v0.26.4 |
| 828 | 2024-08-21T20:57:16.017Z | Compiling toml v0.8.19 |
| 829 | 2024-08-21T20:57:16.272Z | Compiling tokio-rustls v0.25.0 |
| 830 | 2024-08-21T20:57:16.695Z | Compiling serde_with_macros v3.9.0 |
| 831 | 2024-08-21T20:57:19.389Z | Compiling rand v0.8.5 |
| 832 | 2024-08-21T20:57:19.861Z | Compiling parse-display-derive v0.10.0 |
| 833 | 2024-08-21T20:57:21.659Z | Compiling newtype-uuid v1.1.0 |
| 834 | 2024-08-21T20:57:21.975Z | Compiling ipnetwork v0.20.0 |
| 835 | 2024-08-21T20:57:22.822Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 836 | 2024-08-21T20:57:23.667Z | Compiling serde_path_to_error v0.1.16 |
| 837 | 2024-08-21T20:57:23.909Z | Compiling hex v0.4.3 |
| 838 | 2024-08-21T20:57:24.595Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 839 | 2024-08-21T20:57:24.670Z | Compiling async-trait v0.1.81 |
| 840 | 2024-08-21T20:57:25.434Z | Compiling hostname v0.4.0 |
| 841 | 2024-08-21T20:57:25.673Z | Compiling instant v0.1.13 |
| 842 | 2024-08-21T20:57:25.822Z | Compiling debug-ignore v1.0.5 |
| 843 | 2024-08-21T20:57:25.947Z | Compiling backoff v0.4.0 |
| 844 | 2024-08-21T20:57:26.263Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 845 | 2024-08-21T20:57:26.457Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 846 | 2024-08-21T20:57:26.604Z | Compiling parse-display v0.10.0 |
| 847 | 2024-08-21T20:57:26.702Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 848 | 2024-08-21T20:57:26.962Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 849 | 2024-08-21T20:57:27.315Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 850 | 2024-08-21T20:57:27.477Z | Compiling strum v0.26.3 |
| 851 | 2024-08-21T20:57:27.645Z | Compiling serde_with v3.9.0 |
| 852 | 2024-08-21T20:57:28.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 853 | 2024-08-21T20:57:29.539Z | Compiling macaddr v1.0.1 |
| 854 | 2024-08-21T20:57:30.153Z | Compiling regress v0.9.1 |
| 855 | 2024-08-21T20:57:34.141Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 856 | 2024-08-21T20:57:44.551Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 857 | 2024-08-21T20:57:53.161Z | Finished `release` profile [optimized] target(s) in 2m 25s |
| 858 | 2024-08-21T20:57:53.219Z | process exited: duration 220031 ms, exit code 0 |
| |
| 859 | 2024-08-21T20:57:53.224Z | found 0 output files |