|
|
|
| 1 | 2024-11-01T04:36:43.189Z | job assigned to worker 01JBK04BBWFAD50SY6BG8W8TY3 (queued for 1 m 1 s) |
| |
| 2 | 2024-11-01T04:36:50.795Z | starting task 0: "setup" |
| 3 | 2024-11-01T04:36:50.803Z | ++ uname -s |
| 4 | 2024-11-01T04:36:50.806Z | + kern=SunOS |
| 5 | 2024-11-01T04:36:50.806Z | + case "$kern" in |
| 6 | 2024-11-01T04:36:50.806Z | + [[ 0 == 12345 ]] |
| 7 | 2024-11-01T04:36:50.806Z | + groupadd -g 12345 build |
| 8 | 2024-11-01T04:36:50.808Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 9 | 2024-11-01T04:36:52.820Z | + zfs create -o mountpoint=/work rpool/work |
| 10 | 2024-11-01T04:36:52.952Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 11 | 2024-11-01T04:36:52.956Z | + home_fs=zfs |
| 12 | 2024-11-01T04:36:52.956Z | + [[ zfs == autofs ]] |
| 13 | 2024-11-01T04:36:52.956Z | + mkdir -p /home/build |
| 14 | 2024-11-01T04:36:52.956Z | + chown build:build /home/build /work |
| 15 | 2024-11-01T04:36:54.979Z | + chmod 0700 /home/build /work |
| 16 | 2024-11-01T04:36:55.020Z | process exited: duration 4161 ms, exit code 0 |
| |
| 17 | 2024-11-01T04:36:55.088Z | starting task 1: "rust-toolchain" |
| 18 | 2024-11-01T04:36:55.095Z | + printf ' * toolchain channel = "%s" |
| 19 | 2024-11-01T04:36:55.095Z | ' stable |
| 20 | 2024-11-01T04:36:55.095Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-01T04:36:55.095Z | * toolchain channel = "stable" |
| 22 | 2024-11-01T04:36:55.095Z | * toolchain profile = "default" |
| 23 | 2024-11-01T04:36:55.095Z | ' default |
| 24 | 2024-11-01T04:36:55.096Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 25 | 2024-11-01T04:36:55.096Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 26 | 2024-11-01T04:36:55.220Z | info: downloading installer |
| 27 | 2024-11-01T04:36:56.531Z | info: profile set to 'default' |
| 28 | 2024-11-01T04:36:56.531Z | info: default host triple is x86_64-unknown-illumos |
| 29 | 2024-11-01T04:36:56.534Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 30 | 2024-11-01T04:36:56.699Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 31 | 2024-11-01T04:36:56.699Z | info: downloading component 'cargo' |
| 32 | 2024-11-01T04:36:57.657Z | info: downloading component 'clippy' |
| 33 | 2024-11-01T04:36:58.020Z | info: downloading component 'rust-docs' |
| 34 | 2024-11-01T04:36:59.363Z | info: downloading component 'rust-std' |
| 35 | 2024-11-01T04:37:01.499Z | info: downloading component 'rustc' |
| 36 | 2024-11-01T04:37:09.108Z | info: downloading component 'rustfmt' |
| 37 | 2024-11-01T04:37:09.380Z | info: installing component 'cargo' |
| 38 | 2024-11-01T04:37:10.214Z | info: installing component 'clippy' |
| 39 | 2024-11-01T04:37:10.600Z | info: installing component 'rust-docs' |
| 40 | 2024-11-01T04:37:12.294Z | info: installing component 'rust-std' |
| 41 | 2024-11-01T04:37:14.189Z | info: installing component 'rustc' |
| 42 | 2024-11-01T04:37:20.281Z | info: installing component 'rustfmt' |
| 43 | 2024-11-01T04:37:20.620Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 44 | 2024-11-01T04:37:20.621Z | |
| 45 | 2024-11-01T04:37:20.997Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 46 | 2024-11-01T04:37:20.997Z | |
| 47 | 2024-11-01T04:37:21.000Z | |
| 48 | 2024-11-01T04:37:21.000Z | Rust is installed now. Great! |
| 49 | 2024-11-01T04:37:21.000Z | |
| 50 | 2024-11-01T04:37:21.000Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 51 | 2024-11-01T04:37:21.001Z | environment variable. This has not been done automatically. |
| 52 | 2024-11-01T04:37:21.001Z | |
| 53 | 2024-11-01T04:37:21.001Z | To configure your current shell, you need to source |
| 54 | 2024-11-01T04:37:21.001Z | the corresponding env file under $HOME/.cargo. |
| 55 | 2024-11-01T04:37:21.001Z | |
| 56 | 2024-11-01T04:37:21.001Z | This is usually done by running one of the following (note the leading DOT): |
| 57 | 2024-11-01T04:37:21.001Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 58 | 2024-11-01T04:37:21.001Z | source "$HOME/.cargo/env.fish" # For fish |
| 59 | 2024-11-01T04:37:21.079Z | + rustc --version |
| 60 | 2024-11-01T04:37:21.148Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 61 | 2024-11-01T04:37:21.152Z | process exited: duration 26069 ms, exit code 0 |
| |
| 62 | 2024-11-01T04:37:21.159Z | starting task 2: "authentication" |
| 63 | 2024-11-01T04:37:21.181Z | process exited: duration 22 ms, exit code 0 |
| |
| 64 | 2024-11-01T04:37:21.190Z | starting task 3: "clone repository" |
| 65 | 2024-11-01T04:37:21.194Z | + mkdir -p /work/oxidecomputer/maghemite |
| 66 | 2024-11-01T04:37:21.198Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 67 | 2024-11-01T04:37:21.231Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 68 | 2024-11-01T04:37:22.149Z | + cd /work/oxidecomputer/maghemite |
| 69 | 2024-11-01T04:37:22.149Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
| 70 | 2024-11-01T04:37:22.424Z | From https://github.com/oxidecomputer/maghemite |
| 71 | 2024-11-01T04:37:22.424Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
| 72 | 2024-11-01T04:37:22.432Z | + [[ -n trey/unique_neigh ]] |
| 73 | 2024-11-01T04:37:22.435Z | ++ git branch --show-current |
| 74 | 2024-11-01T04:37:22.437Z | + current=main |
| 75 | 2024-11-01T04:37:22.437Z | + [[ main != trey/unique_neigh ]] |
| 76 | 2024-11-01T04:37:22.437Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
| 77 | 2024-11-01T04:37:22.440Z | + git checkout -f trey/unique_neigh |
| 78 | 2024-11-01T04:37:22.454Z | Switched to branch 'trey/unique_neigh' |
| 79 | 2024-11-01T04:37:22.456Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
| 80 | 2024-11-01T04:37:22.468Z | HEAD is now at da93056 rdb: test logging improvements |
| 81 | 2024-11-01T04:37:22.471Z | process exited: duration 1280 ms, exit code 0 |
| |
| 82 | 2024-11-01T04:37:22.476Z | starting task 4: "build" |
| 83 | 2024-11-01T04:37:22.482Z | + set -o errexit |
| 84 | 2024-11-01T04:37:22.482Z | + set -o pipefail |
| 85 | 2024-11-01T04:37:22.482Z | + cargo --version |
| 86 | 2024-11-01T04:37:22.486Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 87 | 2024-11-01T04:37:22.660Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 88 | 2024-11-01T04:37:22.660Z | info: downloading component 'cargo' |
| 89 | 2024-11-01T04:37:23.589Z | info: downloading component 'clippy' |
| 90 | 2024-11-01T04:37:23.938Z | info: downloading component 'rust-docs' |
| 91 | 2024-11-01T04:37:25.242Z | info: downloading component 'rust-std' |
| 92 | 2024-11-01T04:37:27.264Z | info: downloading component 'rustc' |
| 93 | 2024-11-01T04:37:34.439Z | info: downloading component 'rustfmt' |
| 94 | 2024-11-01T04:37:34.714Z | info: installing component 'cargo' |
| 95 | 2024-11-01T04:37:35.541Z | info: installing component 'clippy' |
| 96 | 2024-11-01T04:37:35.925Z | info: installing component 'rust-docs' |
| 97 | 2024-11-01T04:37:37.517Z | info: installing component 'rust-std' |
| 98 | 2024-11-01T04:37:39.322Z | info: installing component 'rustc' |
| 99 | 2024-11-01T04:37:45.028Z | info: installing component 'rustfmt' |
| 100 | 2024-11-01T04:37:45.443Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 101 | 2024-11-01T04:37:45.452Z | + rustc --version |
| 102 | 2024-11-01T04:37:45.508Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 103 | 2024-11-01T04:37:45.522Z | + cargo install cargo-nextest |
| 104 | 2024-11-01T04:37:45.595Z | Updating crates.io index |
| 105 | 2024-11-01T04:37:45.714Z | Downloading crates ... |
| 106 | 2024-11-01T04:37:45.799Z | Downloaded cargo-nextest v0.9.82 |
| 107 | 2024-11-01T04:37:45.843Z | Installing cargo-nextest v0.9.82 |
| 108 | 2024-11-01T04:37:45.918Z | Updating crates.io index |
| 109 | 2024-11-01T04:37:47.141Z | Locking 332 packages to latest compatible versions |
| 110 | 2024-11-01T04:37:47.145Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
| 111 | 2024-11-01T04:37:47.145Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
| 112 | 2024-11-01T04:37:47.145Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 113 | 2024-11-01T04:37:47.169Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 114 | 2024-11-01T04:37:47.181Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
| 115 | 2024-11-01T04:37:47.181Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
| 116 | 2024-11-01T04:37:47.181Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 117 | 2024-11-01T04:37:47.182Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 118 | 2024-11-01T04:37:47.182Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 119 | 2024-11-01T04:37:47.182Z | Adding gimli v0.28.1 (latest: v0.31.1) |
| 120 | 2024-11-01T04:37:47.182Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 121 | 2024-11-01T04:37:47.182Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 122 | 2024-11-01T04:37:47.182Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 123 | 2024-11-01T04:37:47.182Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 124 | 2024-11-01T04:37:47.182Z | Adding object v0.32.2 (latest: v0.36.5) |
| 125 | 2024-11-01T04:37:47.183Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
| 126 | 2024-11-01T04:37:47.183Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
| 127 | 2024-11-01T04:37:47.183Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
| 128 | 2024-11-01T04:37:47.183Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 129 | 2024-11-01T04:37:47.188Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
| 130 | 2024-11-01T04:37:47.188Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
| 131 | 2024-11-01T04:37:47.188Z | Adding vte v0.11.1 (latest: v0.13.0) |
| 132 | 2024-11-01T04:37:47.189Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 133 | 2024-11-01T04:37:47.189Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 134 | 2024-11-01T04:37:47.189Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 135 | 2024-11-01T04:37:47.189Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 136 | 2024-11-01T04:37:47.189Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 137 | 2024-11-01T04:37:47.189Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
| 138 | 2024-11-01T04:37:47.189Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 139 | 2024-11-01T04:37:47.190Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 140 | 2024-11-01T04:37:47.190Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 141 | 2024-11-01T04:37:47.190Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
| 142 | 2024-11-01T04:37:47.190Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 143 | 2024-11-01T04:37:47.190Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
| 144 | 2024-11-01T04:37:47.190Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 145 | 2024-11-01T04:37:47.190Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
| 146 | 2024-11-01T04:37:47.190Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 147 | 2024-11-01T04:37:47.190Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
| 148 | 2024-11-01T04:37:47.191Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 149 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
| 150 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 151 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
| 152 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 153 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
| 154 | 2024-11-01T04:37:47.191Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 155 | 2024-11-01T04:37:47.191Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
| 156 | 2024-11-01T04:37:47.191Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
| 157 | 2024-11-01T04:37:47.191Z | Downloading crates ... |
| 158 | 2024-11-01T04:37:47.257Z | Downloaded cpufeatures v0.2.14 |
| 159 | 2024-11-01T04:37:47.282Z | Downloaded atomicwrites v0.4.4 |
| 160 | 2024-11-01T04:37:47.282Z | Downloaded supports-hyperlinks v3.0.0 |
| 161 | 2024-11-01T04:37:47.283Z | Downloaded thiserror-impl v1.0.66 |
| 162 | 2024-11-01T04:37:47.283Z | Downloaded sync_wrapper v1.0.1 |
| 163 | 2024-11-01T04:37:47.283Z | Downloaded backtrace-ext v0.2.1 |
| 164 | 2024-11-01T04:37:47.283Z | Downloaded http-body v1.0.1 |
| 165 | 2024-11-01T04:37:47.283Z | Downloaded tokio-native-tls v0.3.1 |
| 166 | 2024-11-01T04:37:47.295Z | Downloaded tinyvec_macros v0.1.1 |
| 167 | 2024-11-01T04:37:47.295Z | Downloaded want v0.3.1 |
| 168 | 2024-11-01T04:37:47.296Z | Downloaded adler v1.0.2 |
| 169 | 2024-11-01T04:37:47.296Z | Downloaded tower-service v0.3.3 |
| 170 | 2024-11-01T04:37:47.296Z | Downloaded humantime v2.1.0 |
| 171 | 2024-11-01T04:37:47.296Z | Downloaded is_ci v1.2.0 |
| 172 | 2024-11-01T04:37:47.296Z | Downloaded futures-task v0.3.31 |
| 173 | 2024-11-01T04:37:47.296Z | Downloaded futures-macro v0.3.31 |
| 174 | 2024-11-01T04:37:47.296Z | Downloaded swrite v0.1.0 |
| 175 | 2024-11-01T04:37:47.296Z | Downloaded foreign-types v0.3.2 |
| 176 | 2024-11-01T04:37:47.296Z | Downloaded version_check v0.9.5 |
| 177 | 2024-11-01T04:37:47.296Z | Downloaded heck v0.5.0 |
| 178 | 2024-11-01T04:37:47.296Z | Downloaded fixedbitset v0.4.2 |
| 179 | 2024-11-01T04:37:47.296Z | Downloaded utf8parse v0.2.2 |
| 180 | 2024-11-01T04:37:47.300Z | Downloaded enable-ansi-support v0.2.1 |
| 181 | 2024-11-01T04:37:47.300Z | Downloaded unicode-linebreak v0.1.5 |
| 182 | 2024-11-01T04:37:47.300Z | Downloaded hyper-rustls v0.27.3 |
| 183 | 2024-11-01T04:37:47.300Z | Downloaded itoa v1.0.11 |
| 184 | 2024-11-01T04:37:47.300Z | Downloaded zipsign-api v0.1.2 |
| 185 | 2024-11-01T04:37:47.305Z | Downloaded display-error-chain v0.2.2 |
| 186 | 2024-11-01T04:37:47.305Z | Downloaded getrandom v0.2.15 |
| 187 | 2024-11-01T04:37:47.310Z | Downloaded native-tls v0.2.12 |
| 188 | 2024-11-01T04:37:47.310Z | Downloaded strsim v0.11.1 |
| 189 | 2024-11-01T04:37:47.312Z | Downloaded eyre v0.6.12 |
| 190 | 2024-11-01T04:37:47.315Z | Downloaded openssl-macros v0.1.1 |
| 191 | 2024-11-01T04:37:47.315Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 192 | 2024-11-01T04:37:47.319Z | Downloaded config v0.14.1 |
| 193 | 2024-11-01T04:37:47.321Z | Downloaded log v0.4.22 |
| 194 | 2024-11-01T04:37:47.325Z | Downloaded cc v1.1.31 |
| 195 | 2024-11-01T04:37:47.328Z | Downloaded ed25519-dalek v2.1.1 |
| 196 | 2024-11-01T04:37:47.330Z | Downloaded typenum v1.17.0 |
| 197 | 2024-11-01T04:37:47.333Z | Downloaded spki v0.7.3 |
| 198 | 2024-11-01T04:37:47.336Z | Downloaded adler2 v2.0.0 |
| 199 | 2024-11-01T04:37:47.338Z | Downloaded toml_datetime v0.6.8 |
| 200 | 2024-11-01T04:37:47.338Z | Downloaded miette-derive v7.2.0 |
| 201 | 2024-11-01T04:37:47.342Z | Downloaded chrono v0.4.38 |
| 202 | 2024-11-01T04:37:47.349Z | Downloaded quinn-udp v0.5.6 |
| 203 | 2024-11-01T04:37:47.352Z | Downloaded strip-ansi-escapes v0.2.0 |
| 204 | 2024-11-01T04:37:47.352Z | Downloaded pin-project-internal v1.1.7 |
| 205 | 2024-11-01T04:37:47.355Z | Downloaded supports-color v3.0.1 |
| 206 | 2024-11-01T04:37:47.358Z | Downloaded url v2.5.2 |
| 207 | 2024-11-01T04:37:47.361Z | Downloaded target-spec-miette v0.4.0 |
| 208 | 2024-11-01T04:37:47.361Z | Downloaded colorchoice v1.0.3 |
| 209 | 2024-11-01T04:37:47.364Z | Downloaded ahash v0.8.11 |
| 210 | 2024-11-01T04:37:47.368Z | Downloaded indexmap v2.6.0 |
| 211 | 2024-11-01T04:37:47.371Z | Downloaded autocfg v1.4.0 |
| 212 | 2024-11-01T04:37:47.376Z | Downloaded block-buffer v0.10.4 |
| 213 | 2024-11-01T04:37:47.376Z | Downloaded cfg-if v1.0.0 |
| 214 | 2024-11-01T04:37:47.376Z | Downloaded async-scoped v0.9.0 |
| 215 | 2024-11-01T04:37:47.376Z | Downloaded anstyle-query v1.1.2 |
| 216 | 2024-11-01T04:37:47.380Z | Downloaded smawk v0.3.2 |
| 217 | 2024-11-01T04:37:47.380Z | Downloaded terminal_size v0.3.0 |
| 218 | 2024-11-01T04:37:47.383Z | Downloaded cfg_aliases v0.2.1 |
| 219 | 2024-11-01T04:37:47.383Z | Downloaded slab v0.4.9 |
| 220 | 2024-11-01T04:37:47.386Z | Downloaded tracing-core v0.1.32 |
| 221 | 2024-11-01T04:37:47.390Z | Downloaded shell-words v1.1.0 |
| 222 | 2024-11-01T04:37:47.390Z | Downloaded mio v1.0.2 |
| 223 | 2024-11-01T04:37:47.400Z | Downloaded rustc_version v0.4.1 |
| 224 | 2024-11-01T04:37:47.404Z | Downloaded humantime-serde v1.1.1 |
| 225 | 2024-11-01T04:37:47.405Z | Downloaded thread_local v1.1.8 |
| 226 | 2024-11-01T04:37:47.405Z | Downloaded try-lock v0.2.5 |
| 227 | 2024-11-01T04:37:47.405Z | Downloaded foreign-types-shared v0.1.1 |
| 228 | 2024-11-01T04:37:47.405Z | Downloaded cargo_metadata v0.18.1 |
| 229 | 2024-11-01T04:37:47.405Z | Downloaded clap_lex v0.7.2 |
| 230 | 2024-11-01T04:37:47.408Z | Downloaded urlencoding v2.1.3 |
| 231 | 2024-11-01T04:37:47.408Z | Downloaded cargo-platform v0.1.8 |
| 232 | 2024-11-01T04:37:47.408Z | Downloaded ryu v1.0.18 |
| 233 | 2024-11-01T04:37:47.411Z | Downloaded thiserror v1.0.66 |
| 234 | 2024-11-01T04:37:47.414Z | Downloaded self_update v0.41.0 |
| 235 | 2024-11-01T04:37:47.417Z | Downloaded nextest-workspace-hack v0.1.0 |
| 236 | 2024-11-01T04:37:47.419Z | Downloaded nested v0.1.1 |
| 237 | 2024-11-01T04:37:47.420Z | Downloaded number_prefix v0.4.0 |
| 238 | 2024-11-01T04:37:47.422Z | Downloaded smol_str v0.3.2 |
| 239 | 2024-11-01T04:37:47.424Z | Downloaded indenter v0.3.3 |
| 240 | 2024-11-01T04:37:47.424Z | Downloaded form_urlencoded v1.2.1 |
| 241 | 2024-11-01T04:37:47.426Z | Downloaded fnv v1.0.7 |
| 242 | 2024-11-01T04:37:47.426Z | Downloaded nom v7.1.3 |
| 243 | 2024-11-01T04:37:47.431Z | Downloaded futures-sink v0.3.31 |
| 244 | 2024-11-01T04:37:47.433Z | Downloaded tempfile v3.13.0 |
| 245 | 2024-11-01T04:37:47.435Z | Downloaded openssl-probe v0.1.5 |
| 246 | 2024-11-01T04:37:47.438Z | Downloaded http-body-util v0.1.2 |
| 247 | 2024-11-01T04:37:47.440Z | Downloaded mime v0.3.17 |
| 248 | 2024-11-01T04:37:47.440Z | Downloaded xattr v1.3.1 |
| 249 | 2024-11-01T04:37:47.442Z | Downloaded futures-io v0.3.31 |
| 250 | 2024-11-01T04:37:47.442Z | Downloaded futures-executor v0.3.31 |
| 251 | 2024-11-01T04:37:47.445Z | Downloaded tokio-rustls v0.26.0 |
| 252 | 2024-11-01T04:37:47.448Z | Downloaded hyper-tls v0.6.0 |
| 253 | 2024-11-01T04:37:47.449Z | Downloaded generic-array v0.14.7 |
| 254 | 2024-11-01T04:37:47.452Z | Downloaded camino v1.1.9 |
| 255 | 2024-11-01T04:37:47.452Z | Downloaded pathdiff v0.2.2 |
| 256 | 2024-11-01T04:37:47.455Z | Downloaded xxhash-rust v0.8.12 |
| 257 | 2024-11-01T04:37:47.455Z | Downloaded fastrand v2.1.1 |
| 258 | 2024-11-01T04:37:47.458Z | Downloaded aho-corasick v1.1.3 |
| 259 | 2024-11-01T04:37:47.461Z | Downloaded lazy_static v1.5.0 |
| 260 | 2024-11-01T04:37:47.464Z | Downloaded zstd-safe v7.2.1 |
| 261 | 2024-11-01T04:37:47.467Z | Downloaded pin-utils v0.1.0 |
| 262 | 2024-11-01T04:37:47.467Z | Downloaded shared_child v1.0.1 |
| 263 | 2024-11-01T04:37:47.471Z | Downloaded console v0.15.8 |
| 264 | 2024-11-01T04:37:47.474Z | Downloaded globset v0.4.15 |
| 265 | 2024-11-01T04:37:47.474Z | Downloaded quick-junit v0.5.0 |
| 266 | 2024-11-01T04:37:47.476Z | Downloaded static_assertions v1.1.0 |
| 267 | 2024-11-01T04:37:47.476Z | Downloaded futures-channel v0.3.31 |
| 268 | 2024-11-01T04:37:47.478Z | Downloaded rand_core v0.6.4 |
| 269 | 2024-11-01T04:37:47.480Z | Downloaded textwrap v0.16.1 |
| 270 | 2024-11-01T04:37:47.483Z | Downloaded signal-hook-registry v1.4.2 |
| 271 | 2024-11-01T04:37:47.485Z | Downloaded os_pipe v1.2.1 |
| 272 | 2024-11-01T04:37:47.485Z | Downloaded signature v2.2.0 |
| 273 | 2024-11-01T04:37:47.487Z | Downloaded serde_ignored v0.1.10 |
| 274 | 2024-11-01T04:37:47.490Z | Downloaded jobserver v0.1.32 |
| 275 | 2024-11-01T04:37:47.492Z | Downloaded httparse v1.9.5 |
| 276 | 2024-11-01T04:37:47.495Z | Downloaded rustls-pemfile v2.2.0 |
| 277 | 2024-11-01T04:37:47.497Z | Downloaded clap v4.5.20 |
| 278 | 2024-11-01T04:37:47.504Z | Downloaded rand_chacha v0.3.1 |
| 279 | 2024-11-01T04:37:47.507Z | Downloaded tracing-attributes v0.1.27 |
| 280 | 2024-11-01T04:37:47.512Z | Downloaded ppv-lite86 v0.2.20 |
| 281 | 2024-11-01T04:37:47.512Z | Downloaded once_cell v1.20.2 |
| 282 | 2024-11-01T04:37:47.516Z | Downloaded futures v0.3.31 |
| 283 | 2024-11-01T04:37:47.520Z | Downloaded nextest-filtering v0.12.0 |
| 284 | 2024-11-01T04:37:47.533Z | Downloaded pin-project-lite v0.2.15 |
| 285 | 2024-11-01T04:37:47.561Z | Downloaded winnow v0.6.20 |
| 286 | 2024-11-01T04:37:47.561Z | Downloaded smallvec v1.13.2 |
| 287 | 2024-11-01T04:37:47.562Z | Downloaded pkcs8 v0.10.2 |
| 288 | 2024-11-01T04:37:47.562Z | Downloaded rustc-demangle v0.1.24 |
| 289 | 2024-11-01T04:37:47.562Z | Downloaded shlex v1.3.0 |
| 290 | 2024-11-01T04:37:47.604Z | Downloaded sha2 v0.10.8 |
| 291 | 2024-11-01T04:37:47.604Z | Downloaded socket2 v0.5.7 |
| 292 | 2024-11-01T04:37:47.605Z | Downloaded proc-macro2 v1.0.89 |
| 293 | 2024-11-01T04:37:47.605Z | Downloaded pin-project v1.1.7 |
| 294 | 2024-11-01T04:37:47.605Z | Downloaded zerocopy v0.7.35 |
| 295 | 2024-11-01T04:37:47.605Z | Downloaded owo-colors v3.5.0 |
| 296 | 2024-11-01T04:37:47.634Z | Downloaded rand v0.8.5 |
| 297 | 2024-11-01T04:37:47.634Z | Downloaded semver v1.0.23 |
| 298 | 2024-11-01T04:37:47.634Z | Downloaded ron v0.8.1 |
| 299 | 2024-11-01T04:37:47.634Z | Downloaded sharded-slab v0.1.7 |
| 300 | 2024-11-01T04:37:47.634Z | Downloaded quinn v0.11.5 |
| 301 | 2024-11-01T04:37:47.634Z | Downloaded unicode-bidi v0.3.17 |
| 302 | 2024-11-01T04:37:47.634Z | Downloaded openssl-sys v0.9.104 |
| 303 | 2024-11-01T04:37:47.634Z | Downloaded tracing v0.1.40 |
| 304 | 2024-11-01T04:37:47.669Z | Downloaded serde_derive v1.0.214 |
| 305 | 2024-11-01T04:37:47.669Z | Downloaded toml_edit v0.22.22 |
| 306 | 2024-11-01T04:37:47.669Z | Downloaded serde v1.0.214 |
| 307 | 2024-11-01T04:37:47.670Z | Downloaded flate2 v1.0.34 |
| 308 | 2024-11-01T04:37:47.670Z | Downloaded idna v0.5.0 |
| 309 | 2024-11-01T04:37:47.670Z | Downloaded quick-xml v0.23.1 |
| 310 | 2024-11-01T04:37:47.679Z | Downloaded clap_builder v4.5.20 |
| 311 | 2024-11-01T04:37:47.679Z | Downloaded memchr v2.7.4 |
| 312 | 2024-11-01T04:37:47.679Z | Downloaded unicode-normalization v0.1.24 |
| 313 | 2024-11-01T04:37:47.688Z | Downloaded hyper v1.5.0 |
| 314 | 2024-11-01T04:37:47.689Z | Downloaded futures-util v0.3.31 |
| 315 | 2024-11-01T04:37:47.724Z | Downloaded itertools v0.13.0 |
| 316 | 2024-11-01T04:37:47.724Z | Downloaded quick-xml v0.36.2 |
| 317 | 2024-11-01T04:37:47.729Z | Downloaded reqwest v0.12.9 |
| 318 | 2024-11-01T04:37:47.730Z | Downloaded object v0.32.2 |
| 319 | 2024-11-01T04:37:47.731Z | Downloaded quinn-proto v0.11.8 |
| 320 | 2024-11-01T04:37:47.743Z | Downloaded tracing-subscriber v0.3.18 |
| 321 | 2024-11-01T04:37:47.776Z | Downloaded rustls-webpki v0.102.8 |
| 322 | 2024-11-01T04:37:47.788Z | Downloaded regex v1.11.1 |
| 323 | 2024-11-01T04:37:47.788Z | Downloaded vcpkg v0.2.15 |
| 324 | 2024-11-01T04:37:47.845Z | Downloaded webpki-roots v0.26.6 |
| 325 | 2024-11-01T04:37:47.863Z | Downloaded openssl v0.10.68 |
| 326 | 2024-11-01T04:37:47.863Z | Downloaded unicode-width v0.2.0 |
| 327 | 2024-11-01T04:37:47.863Z | Downloaded unicode-width v0.1.14 |
| 328 | 2024-11-01T04:37:47.863Z | Downloaded rustix v0.38.38 |
| 329 | 2024-11-01T04:37:47.898Z | Downloaded rustls v0.23.16 |
| 330 | 2024-11-01T04:37:47.898Z | Downloaded regex-syntax v0.8.5 |
| 331 | 2024-11-01T04:37:47.929Z | Downloaded nix v0.29.0 |
| 332 | 2024-11-01T04:37:47.929Z | Downloaded bstr v1.10.0 |
| 333 | 2024-11-01T04:37:47.929Z | Downloaded syn v2.0.86 |
| 334 | 2024-11-01T04:37:47.930Z | Downloaded gimli v0.28.1 |
| 335 | 2024-11-01T04:37:47.948Z | Downloaded portable-atomic v1.9.0 |
| 336 | 2024-11-01T04:37:47.949Z | Downloaded nextest-runner v0.65.0 |
| 337 | 2024-11-01T04:37:47.950Z | Downloaded color-spantrace v0.2.1 |
| 338 | 2024-11-01T04:37:47.951Z | Downloaded curve25519-dalek v4.1.3 |
| 339 | 2024-11-01T04:37:47.970Z | Downloaded hashbrown v0.15.0 |
| 340 | 2024-11-01T04:37:47.971Z | Downloaded serde_json v1.0.132 |
| 341 | 2024-11-01T04:37:47.971Z | Downloaded miette v7.2.0 |
| 342 | 2024-11-01T04:37:47.992Z | Downloaded http v1.1.0 |
| 343 | 2024-11-01T04:37:47.992Z | Downloaded indicatif v0.17.8 |
| 344 | 2024-11-01T04:37:47.992Z | Downloaded der v0.7.9 |
| 345 | 2024-11-01T04:37:47.992Z | Downloaded regex-automata v0.4.8 |
| 346 | 2024-11-01T04:37:48.002Z | Downloaded petgraph v0.6.5 |
| 347 | 2024-11-01T04:37:48.008Z | Downloaded color-eyre v0.6.3 |
| 348 | 2024-11-01T04:37:48.021Z | Downloaded tokio v1.41.0 |
| 349 | 2024-11-01T04:37:48.075Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
| 350 | 2024-11-01T04:37:48.088Z | Downloaded bytes v1.8.0 |
| 351 | 2024-11-01T04:37:48.088Z | Downloaded base64 v0.21.7 |
| 352 | 2024-11-01T04:37:48.088Z | Downloaded backtrace v0.3.71 |
| 353 | 2024-11-01T04:37:48.088Z | Downloaded num-traits v0.2.19 |
| 354 | 2024-11-01T04:37:48.096Z | Downloaded hyper-util v0.1.10 |
| 355 | 2024-11-01T04:37:48.097Z | Downloaded vte v0.11.1 |
| 356 | 2024-11-01T04:37:48.097Z | Downloaded miniz_oxide v0.8.0 |
| 357 | 2024-11-01T04:37:48.097Z | Downloaded miniz_oxide v0.7.4 |
| 358 | 2024-11-01T04:37:48.097Z | Downloaded uuid v1.11.0 |
| 359 | 2024-11-01T04:37:48.103Z | Downloaded libc v0.2.161 |
| 360 | 2024-11-01T04:37:48.120Z | Downloaded base64 v0.22.1 |
| 361 | 2024-11-01T04:37:48.134Z | Downloaded rustls-pki-types v1.10.0 |
| 362 | 2024-11-01T04:37:48.135Z | Downloaded spin v0.9.8 |
| 363 | 2024-11-01T04:37:48.143Z | Downloaded unicode-ident v1.0.13 |
| 364 | 2024-11-01T04:37:48.143Z | Downloaded pkg-config v0.3.31 |
| 365 | 2024-11-01T04:37:48.143Z | Downloaded iana-time-zone v0.1.61 |
| 366 | 2024-11-01T04:37:48.143Z | Downloaded zstd v0.13.2 |
| 367 | 2024-11-01T04:37:48.143Z | Downloaded ipnet v2.10.1 |
| 368 | 2024-11-01T04:37:48.143Z | Downloaded duct v0.13.7 |
| 369 | 2024-11-01T04:37:48.144Z | Downloaded crc32fast v1.4.2 |
| 370 | 2024-11-01T04:37:48.151Z | Downloaded serde_spanned v0.6.8 |
| 371 | 2024-11-01T04:37:48.151Z | Downloaded serde_path_to_error v0.1.16 |
| 372 | 2024-11-01T04:37:48.151Z | Downloaded rustc-hash v2.0.0 |
| 373 | 2024-11-01T04:37:48.151Z | Downloaded quote v1.0.37 |
| 374 | 2024-11-01T04:37:48.151Z | Downloaded owo-colors v4.1.0 |
| 375 | 2024-11-01T04:37:48.156Z | Downloaded zerocopy-derive v0.7.35 |
| 376 | 2024-11-01T04:37:48.156Z | Downloaded cfg-expr v0.17.0 |
| 377 | 2024-11-01T04:37:48.175Z | Downloaded tracing-error v0.2.0 |
| 378 | 2024-11-01T04:37:48.175Z | Downloaded serde_urlencoded v0.7.1 |
| 379 | 2024-11-01T04:37:48.176Z | Downloaded toml v0.8.19 |
| 380 | 2024-11-01T04:37:48.176Z | Downloaded tinyvec v1.8.0 |
| 381 | 2024-11-01T04:37:48.176Z | Downloaded debug-ignore v1.0.5 |
| 382 | 2024-11-01T04:37:48.176Z | Downloaded newtype-uuid v1.1.2 |
| 383 | 2024-11-01T04:37:48.176Z | Downloaded ed25519 v2.2.3 |
| 384 | 2024-11-01T04:37:48.176Z | Downloaded dialoguer v0.11.0 |
| 385 | 2024-11-01T04:37:48.176Z | Downloaded self-replace v1.5.0 |
| 386 | 2024-11-01T04:37:48.176Z | Downloaded percent-encoding v2.3.1 |
| 387 | 2024-11-01T04:37:48.176Z | Downloaded nextest-metadata v0.12.1 |
| 388 | 2024-11-01T04:37:48.180Z | Downloaded zeroize v1.8.1 |
| 389 | 2024-11-01T04:37:48.180Z | Downloaded untrusted v0.9.0 |
| 390 | 2024-11-01T04:37:48.180Z | Downloaded errno v0.3.9 |
| 391 | 2024-11-01T04:37:48.180Z | Downloaded filetime v0.2.25 |
| 392 | 2024-11-01T04:37:48.180Z | Downloaded minimal-lexical v0.2.1 |
| 393 | 2024-11-01T04:37:48.184Z | Downloaded tracing-log v0.2.0 |
| 394 | 2024-11-01T04:37:48.187Z | Downloaded tar v0.4.42 |
| 395 | 2024-11-01T04:37:48.187Z | Downloaded either v1.13.0 |
| 396 | 2024-11-01T04:37:48.190Z | Downloaded crypto-common v0.1.6 |
| 397 | 2024-11-01T04:37:48.190Z | Downloaded target-lexicon v0.12.16 |
| 398 | 2024-11-01T04:37:48.194Z | Downloaded digest v0.10.7 |
| 399 | 2024-11-01T04:37:48.194Z | Downloaded home v0.5.9 |
| 400 | 2024-11-01T04:37:48.198Z | Downloaded mukti-metadata v0.2.1 |
| 401 | 2024-11-01T04:37:48.198Z | Downloaded is_terminal_polyfill v1.70.1 |
| 402 | 2024-11-01T04:37:48.198Z | Downloaded vte_generate_state_changes v0.1.2 |
| 403 | 2024-11-01T04:37:48.198Z | Downloaded const-oid v0.9.6 |
| 404 | 2024-11-01T04:37:48.202Z | Downloaded recursion v0.5.2 |
| 405 | 2024-11-01T04:37:48.206Z | Downloaded bitflags v2.6.0 |
| 406 | 2024-11-01T04:37:48.212Z | Downloaded anstyle v1.0.9 |
| 407 | 2024-11-01T04:37:48.217Z | Downloaded tokio-macros v2.4.0 |
| 408 | 2024-11-01T04:37:48.217Z | Downloaded guppy-workspace-hack v0.1.0 |
| 409 | 2024-11-01T04:37:48.218Z | Downloaded equivalent v1.0.1 |
| 410 | 2024-11-01T04:37:48.218Z | Downloaded supports-unicode v3.0.0 |
| 411 | 2024-11-01T04:37:48.218Z | Downloaded subtle v2.6.1 |
| 412 | 2024-11-01T04:37:48.232Z | Downloaded guppy v0.17.8 |
| 413 | 2024-11-01T04:37:48.232Z | Downloaded anstream v0.6.17 |
| 414 | 2024-11-01T04:37:48.232Z | Downloaded unicase v2.8.0 |
| 415 | 2024-11-01T04:37:48.232Z | Downloaded borsh v1.5.1 |
| 416 | 2024-11-01T04:37:48.232Z | Downloaded anstyle-parse v0.2.6 |
| 417 | 2024-11-01T04:37:48.246Z | Downloaded addr2line v0.21.0 |
| 418 | 2024-11-01T04:37:48.246Z | Downloaded base64ct v1.6.0 |
| 419 | 2024-11-01T04:37:48.246Z | Downloaded clap_derive v4.5.18 |
| 420 | 2024-11-01T04:37:48.246Z | Downloaded camino-tempfile v1.1.1 |
| 421 | 2024-11-01T04:37:48.246Z | Downloaded futures-core v0.3.31 |
| 422 | 2024-11-01T04:37:48.246Z | Downloaded future-queue v0.3.0 |
| 423 | 2024-11-01T04:37:48.246Z | Downloaded terminal_size v0.4.0 |
| 424 | 2024-11-01T04:37:48.261Z | Downloaded byteorder v1.5.0 |
| 425 | 2024-11-01T04:37:48.261Z | Downloaded target-spec v3.2.2 |
| 426 | 2024-11-01T04:37:48.369Z | Downloaded ring v0.17.8 |
| 427 | 2024-11-01T04:37:48.645Z | Compiling proc-macro2 v1.0.89 |
| 428 | 2024-11-01T04:37:48.645Z | Compiling unicode-ident v1.0.13 |
| 429 | 2024-11-01T04:37:48.645Z | Compiling libc v0.2.161 |
| 430 | 2024-11-01T04:37:48.649Z | Compiling cfg-if v1.0.0 |
| 431 | 2024-11-01T04:37:48.649Z | Compiling memchr v2.7.4 |
| 432 | 2024-11-01T04:37:48.668Z | Compiling serde v1.0.214 |
| 433 | 2024-11-01T04:37:48.678Z | Compiling shlex v1.3.0 |
| 434 | 2024-11-01T04:37:48.767Z | Compiling once_cell v1.20.2 |
| 435 | 2024-11-01T04:37:48.833Z | Compiling autocfg v1.4.0 |
| 436 | 2024-11-01T04:37:49.069Z | Compiling itoa v1.0.11 |
| 437 | 2024-11-01T04:37:49.221Z | Compiling rustix v0.38.38 |
| 438 | 2024-11-01T04:37:49.297Z | Compiling bitflags v2.6.0 |
| 439 | 2024-11-01T04:37:49.338Z | Compiling pin-project-lite v0.2.15 |
| 440 | 2024-11-01T04:37:49.466Z | Compiling futures-core v0.3.31 |
| 441 | 2024-11-01T04:37:49.707Z | Compiling futures-sink v0.3.31 |
| 442 | 2024-11-01T04:37:49.723Z | Compiling slab v0.4.9 |
| 443 | 2024-11-01T04:37:49.794Z | Compiling ryu v1.0.18 |
| 444 | 2024-11-01T04:37:49.839Z | Compiling futures-channel v0.3.31 |
| 445 | 2024-11-01T04:37:50.003Z | Compiling futures-io v0.3.31 |
| 446 | 2024-11-01T04:37:50.174Z | Compiling jobserver v0.1.32 |
| 447 | 2024-11-01T04:37:50.272Z | Compiling pin-utils v0.1.0 |
| 448 | 2024-11-01T04:37:50.334Z | Compiling futures-task v0.3.31 |
| 449 | 2024-11-01T04:37:50.363Z | Compiling bytes v1.8.0 |
| 450 | 2024-11-01T04:37:50.367Z | Compiling smallvec v1.13.2 |
| 451 | 2024-11-01T04:37:50.495Z | Compiling quote v1.0.37 |
| 452 | 2024-11-01T04:37:50.627Z | Compiling cc v1.1.31 |
| 453 | 2024-11-01T04:37:50.855Z | Compiling getrandom v0.2.15 |
| 454 | 2024-11-01T04:37:50.909Z | Compiling syn v2.0.86 |
| 455 | 2024-11-01T04:37:51.110Z | Compiling errno v0.3.9 |
| 456 | 2024-11-01T04:37:51.137Z | Compiling serde_json v1.0.132 |
| 457 | 2024-11-01T04:37:51.201Z | Compiling tracing-core v0.1.32 |
| 458 | 2024-11-01T04:37:51.253Z | Compiling thiserror v1.0.66 |
| 459 | 2024-11-01T04:37:51.494Z | Compiling camino v1.1.9 |
| 460 | 2024-11-01T04:37:51.550Z | Compiling log v0.4.22 |
| 461 | 2024-11-01T04:37:52.095Z | Compiling fnv v1.0.7 |
| 462 | 2024-11-01T04:37:52.119Z | Compiling lazy_static v1.5.0 |
| 463 | 2024-11-01T04:37:52.255Z | Compiling socket2 v0.5.7 |
| 464 | 2024-11-01T04:37:52.270Z | Compiling mio v1.0.2 |
| 465 | 2024-11-01T04:37:52.275Z | Compiling signal-hook-registry v1.4.2 |
| 466 | 2024-11-01T04:37:52.302Z | Compiling unicode-width v0.1.14 |
| 467 | 2024-11-01T04:37:52.893Z | Compiling rustls-pki-types v1.10.0 |
| 468 | 2024-11-01T04:37:53.721Z | Compiling target-lexicon v0.12.16 |
| 469 | 2024-11-01T04:37:53.899Z | Compiling hashbrown v0.15.0 |
| 470 | 2024-11-01T04:37:53.974Z | Compiling equivalent v1.0.1 |
| 471 | 2024-11-01T04:37:54.018Z | Compiling http v1.1.0 |
| 472 | 2024-11-01T04:37:54.087Z | Compiling adler v1.0.2 |
| 473 | 2024-11-01T04:37:54.307Z | Compiling ring v0.17.8 |
| 474 | 2024-11-01T04:37:54.370Z | Compiling backtrace v0.3.71 |
| 475 | 2024-11-01T04:37:54.811Z | Compiling spin v0.9.8 |
| 476 | 2024-11-01T04:37:54.985Z | Compiling guppy-workspace-hack v0.1.0 |
| 477 | 2024-11-01T04:37:54.992Z | Compiling byteorder v1.5.0 |
| 478 | 2024-11-01T04:37:54.992Z | Compiling semver v1.0.23 |
| 479 | 2024-11-01T04:37:55.194Z | Compiling utf8parse v0.2.2 |
| 480 | 2024-11-01T04:37:55.252Z | Compiling untrusted v0.9.0 |
| 481 | 2024-11-01T04:37:55.354Z | Compiling httparse v1.9.5 |
| 482 | 2024-11-01T04:37:55.368Z | Compiling gimli v0.28.1 |
| 483 | 2024-11-01T04:37:55.498Z | Compiling miniz_oxide v0.7.4 |
| 484 | 2024-11-01T04:37:56.098Z | Compiling http-body v1.0.1 |
| 485 | 2024-11-01T04:37:56.217Z | Compiling object v0.32.2 |
| 486 | 2024-11-01T04:37:56.330Z | Compiling target-spec v3.2.2 |
| 487 | 2024-11-01T04:37:56.737Z | Compiling pkg-config v0.3.31 |
| 488 | 2024-11-01T04:37:56.870Z | Compiling rustc-demangle v0.1.24 |
| 489 | 2024-11-01T04:37:56.918Z | Compiling fastrand v2.1.1 |
| 490 | 2024-11-01T04:37:57.579Z | Compiling try-lock v0.2.5 |
| 491 | 2024-11-01T04:37:57.738Z | Compiling tinyvec_macros v0.1.1 |
| 492 | 2024-11-01T04:37:57.834Z | Compiling rustls v0.23.16 |
| 493 | 2024-11-01T04:37:57.898Z | Compiling zeroize v1.8.1 |
| 494 | 2024-11-01T04:37:58.153Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
| 495 | 2024-11-01T04:37:58.217Z | Compiling tinyvec v1.8.0 |
| 496 | 2024-11-01T04:37:58.767Z | Compiling want v0.3.1 |
| 497 | 2024-11-01T04:37:58.899Z | Compiling tempfile v3.13.0 |
| 498 | 2024-11-01T04:37:59.067Z | Compiling cfg-expr v0.17.0 |
| 499 | 2024-11-01T04:38:00.005Z | Compiling aho-corasick v1.1.3 |
| 500 | 2024-11-01T04:38:00.115Z | Compiling addr2line v0.21.0 |
| 501 | 2024-11-01T04:38:00.830Z | Compiling regex-syntax v0.8.5 |
| 502 | 2024-11-01T04:38:00.940Z | Compiling percent-encoding v2.3.1 |
| 503 | 2024-11-01T04:38:01.299Z | Compiling version_check v0.9.5 |
| 504 | 2024-11-01T04:38:01.405Z | Compiling owo-colors v4.1.0 |
| 505 | 2024-11-01T04:38:01.726Z | Compiling subtle v2.6.1 |
| 506 | 2024-11-01T04:38:01.943Z | Compiling ahash v0.8.11 |
| 507 | 2024-11-01T04:38:01.998Z | Compiling form_urlencoded v1.2.1 |
| 508 | 2024-11-01T04:38:02.118Z | Compiling unicode-normalization v0.1.24 |
| 509 | 2024-11-01T04:38:02.477Z | Compiling num-traits v0.2.19 |
| 510 | 2024-11-01T04:38:02.806Z | Compiling either v1.13.0 |
| 511 | 2024-11-01T04:38:03.081Z | Compiling serde_derive v1.0.214 |
| 512 | 2024-11-01T04:38:03.204Z | Compiling futures-macro v0.3.31 |
| 513 | 2024-11-01T04:38:03.432Z | Compiling thiserror-impl v1.0.66 |
| 514 | 2024-11-01T04:38:04.563Z | Compiling tracing-attributes v0.1.27 |
| 515 | 2024-11-01T04:38:05.117Z | Compiling futures-util v0.3.31 |
| 516 | 2024-11-01T04:38:06.356Z | Compiling tokio-macros v2.4.0 |
| 517 | 2024-11-01T04:38:07.773Z | Compiling tracing v0.1.40 |
| 518 | 2024-11-01T04:38:07.949Z | Compiling tokio v1.41.0 |
| 519 | 2024-11-01T04:38:08.106Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2024-11-01T04:38:10.265Z | Compiling zerocopy v0.7.35 |
| 521 | 2024-11-01T04:38:11.909Z | Compiling rustls-webpki v0.102.8 |
| 522 | 2024-11-01T04:38:16.305Z | Compiling regex-automata v0.4.8 |
| 523 | 2024-11-01T04:38:16.995Z | Compiling indexmap v2.6.0 |
| 524 | 2024-11-01T04:38:20.087Z | Compiling hyper v1.5.0 |
| 525 | 2024-11-01T04:38:23.211Z | Compiling tower-service v0.3.3 |
| 526 | 2024-11-01T04:38:23.345Z | Compiling smawk v0.3.2 |
| 527 | 2024-11-01T04:38:23.588Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2024-11-01T04:38:23.730Z | Compiling portable-atomic v1.9.0 |
| 529 | 2024-11-01T04:38:24.134Z | Compiling unicode-bidi v0.3.17 |
| 530 | 2024-11-01T04:38:24.711Z | Compiling is_ci v1.2.0 |
| 531 | 2024-11-01T04:38:25.014Z | Compiling nextest-workspace-hack v0.1.0 |
| 532 | 2024-11-01T04:38:25.314Z | Compiling winnow v0.6.20 |
| 533 | 2024-11-01T04:38:27.055Z | Compiling idna v0.5.0 |
| 534 | 2024-11-01T04:38:27.274Z | Compiling supports-color v3.0.1 |
| 535 | 2024-11-01T04:38:27.738Z | Compiling textwrap v0.16.1 |
| 536 | 2024-11-01T04:38:28.611Z | Compiling hyper-util v0.1.10 |
| 537 | 2024-11-01T04:38:29.751Z | Compiling tokio-rustls v0.26.0 |
| 538 | 2024-11-01T04:38:30.239Z | Compiling pathdiff v0.2.2 |
| 539 | 2024-11-01T04:38:30.396Z | Compiling serde_spanned v0.6.8 |
| 540 | 2024-11-01T04:38:30.643Z | Compiling cargo-platform v0.1.8 |
| 541 | 2024-11-01T04:38:31.484Z | Compiling toml_datetime v0.6.8 |
| 542 | 2024-11-01T04:38:31.487Z | Compiling backtrace-ext v0.2.1 |
| 543 | 2024-11-01T04:38:31.804Z | Compiling miette-derive v7.2.0 |
| 544 | 2024-11-01T04:38:32.237Z | Compiling terminal_size v0.3.0 |
| 545 | 2024-11-01T04:38:32.453Z | Compiling webpki-roots v0.26.6 |
| 546 | 2024-11-01T04:38:32.696Z | Compiling console v0.15.8 |
| 547 | 2024-11-01T04:38:34.241Z | Compiling sharded-slab v0.1.7 |
| 548 | 2024-11-01T04:38:34.627Z | Compiling tracing-log v0.2.0 |
| 549 | 2024-11-01T04:38:34.983Z | Compiling vte_generate_state_changes v0.1.2 |
| 550 | 2024-11-01T04:38:35.328Z | Compiling thread_local v1.1.8 |
| 551 | 2024-11-01T04:38:35.631Z | Compiling cfg_aliases v0.2.1 |
| 552 | 2024-11-01T04:38:35.722Z | Compiling adler2 v2.0.0 |
| 553 | 2024-11-01T04:38:35.740Z | Compiling zstd-safe v7.2.1 |
| 554 | 2024-11-01T04:38:35.972Z | Compiling fixedbitset v0.4.2 |
| 555 | 2024-11-01T04:38:36.019Z | Compiling newtype-uuid v1.1.2 |
| 556 | 2024-11-01T04:38:36.100Z | Compiling supports-hyperlinks v3.0.0 |
| 557 | 2024-11-01T04:38:36.347Z | Compiling supports-unicode v3.0.0 |
| 558 | 2024-11-01T04:38:36.465Z | Compiling petgraph v0.6.5 |
| 559 | 2024-11-01T04:38:36.510Z | Compiling miette v7.2.0 |
| 560 | 2024-11-01T04:38:36.610Z | Compiling miniz_oxide v0.8.0 |
| 561 | 2024-11-01T04:38:36.612Z | Compiling nix v0.29.0 |
| 562 | 2024-11-01T04:38:37.876Z | Compiling vte v0.11.1 |
| 563 | 2024-11-01T04:38:38.964Z | Compiling tracing-subscriber v0.3.18 |
| 564 | 2024-11-01T04:38:39.414Z | Compiling hyper-rustls v0.27.3 |
| 565 | 2024-11-01T04:38:40.488Z | Compiling toml_edit v0.22.22 |
| 566 | 2024-11-01T04:38:41.061Z | Compiling cargo_metadata v0.18.1 |
| 567 | 2024-11-01T04:38:42.115Z | Compiling url v2.5.2 |
| 568 | 2024-11-01T04:38:46.860Z | Compiling regex v1.11.1 |
| 569 | 2024-11-01T04:38:46.896Z | Compiling serde_urlencoded v0.7.1 |
| 570 | 2024-11-01T04:38:47.495Z | Compiling smol_str v0.3.2 |
| 571 | 2024-11-01T04:38:47.622Z | Compiling ppv-lite86 v0.2.20 |
| 572 | 2024-11-01T04:38:48.073Z | Compiling futures-executor v0.3.31 |
| 573 | 2024-11-01T04:38:48.174Z | Compiling http-body-util v0.1.2 |
| 574 | 2024-11-01T04:38:48.547Z | Compiling itertools v0.13.0 |
| 575 | 2024-11-01T04:38:48.755Z | Compiling pin-project-internal v1.1.7 |
| 576 | 2024-11-01T04:38:49.267Z | Compiling anstyle-parse v0.2.6 |
| 577 | 2024-11-01T04:38:49.664Z | Compiling xattr v1.3.1 |
| 578 | 2024-11-01T04:38:49.971Z | Compiling rustls-pemfile v2.2.0 |
| 579 | 2024-11-01T04:38:50.341Z | Compiling rand_core v0.6.4 |
| 580 | 2024-11-01T04:38:50.461Z | Compiling uuid v1.11.0 |
| 581 | 2024-11-01T04:38:50.828Z | Compiling filetime v0.2.25 |
| 582 | 2024-11-01T04:38:51.175Z | Compiling bstr v1.10.0 |
| 583 | 2024-11-01T04:38:51.604Z | Compiling sync_wrapper v1.0.1 |
| 584 | 2024-11-01T04:38:51.620Z | Compiling crc32fast v1.4.2 |
| 585 | 2024-11-01T04:38:51.760Z | Compiling ipnet v2.10.1 |
| 586 | 2024-11-01T04:38:52.112Z | Compiling eyre v0.6.12 |
| 587 | 2024-11-01T04:38:52.406Z | Compiling minimal-lexical v0.2.1 |
| 588 | 2024-11-01T04:38:52.640Z | Compiling base64 v0.22.1 |
| 589 | 2024-11-01T04:38:52.745Z | Compiling number_prefix v0.4.0 |
| 590 | 2024-11-01T04:38:52.996Z | Compiling debug-ignore v1.0.5 |
| 591 | 2024-11-01T04:38:53.048Z | Compiling anstyle-query v1.1.2 |
| 592 | 2024-11-01T04:38:53.066Z | Compiling nested v0.1.1 |
| 593 | 2024-11-01T04:38:53.146Z | Compiling self_update v0.41.0 |
| 594 | 2024-11-01T04:38:53.200Z | Compiling mime v0.3.17 |
| 595 | 2024-11-01T04:38:53.403Z | Compiling iana-time-zone v0.1.61 |
| 596 | 2024-11-01T04:38:53.533Z | Compiling static_assertions v1.1.0 |
| 597 | 2024-11-01T04:38:53.633Z | Compiling is_terminal_polyfill v1.70.1 |
| 598 | 2024-11-01T04:38:53.744Z | Compiling anstyle v1.0.9 |
| 599 | 2024-11-01T04:38:53.773Z | Compiling colorchoice v1.0.3 |
| 600 | 2024-11-01T04:38:53.944Z | Compiling guppy v0.17.8 |
| 601 | 2024-11-01T04:38:54.123Z | Compiling anstream v0.6.17 |
| 602 | 2024-11-01T04:38:54.248Z | Compiling chrono v0.4.38 |
| 603 | 2024-11-01T04:38:54.287Z | Compiling reqwest v0.12.9 |
| 604 | 2024-11-01T04:38:54.747Z | Compiling indicatif v0.17.8 |
| 605 | 2024-11-01T04:38:55.200Z | Compiling nom v7.1.3 |
| 606 | 2024-11-01T04:38:59.633Z | Compiling globset v0.4.15 |
| 607 | 2024-11-01T04:39:00.068Z | Compiling flate2 v1.0.34 |
| 608 | 2024-11-01T04:39:01.360Z | Compiling pin-project v1.1.7 |
| 609 | 2024-11-01T04:39:01.494Z | Compiling tar v0.4.42 |
| 610 | 2024-11-01T04:39:02.273Z | Compiling rand_chacha v0.3.1 |
| 611 | 2024-11-01T04:39:02.289Z | Compiling futures v0.3.31 |
| 612 | 2024-11-01T04:39:02.396Z | Compiling nextest-metadata v0.12.1 |
| 613 | 2024-11-01T04:39:03.235Z | Compiling toml v0.8.19 |
| 614 | 2024-11-01T04:39:03.446Z | Compiling tracing-error v0.2.0 |
| 615 | 2024-11-01T04:39:03.907Z | Compiling strip-ansi-escapes v0.2.0 |
| 616 | 2024-11-01T04:39:04.662Z | Compiling self-replace v1.5.0 |
| 617 | 2024-11-01T04:39:04.845Z | Compiling terminal_size v0.4.0 |
| 618 | 2024-11-01T04:39:05.072Z | Compiling shared_child v1.0.1 |
| 619 | 2024-11-01T04:39:05.231Z | Compiling os_pipe v1.2.1 |
| 620 | 2024-11-01T04:39:05.501Z | Compiling quick-xml v0.23.1 |
| 621 | 2024-11-01T04:39:05.707Z | Compiling quick-xml v0.36.2 |
| 622 | 2024-11-01T04:39:07.580Z | Compiling owo-colors v3.5.0 |
| 623 | 2024-11-01T04:39:07.931Z | Compiling urlencoding v2.1.3 |
| 624 | 2024-11-01T04:39:08.389Z | Compiling shell-words v1.1.0 |
| 625 | 2024-11-01T04:39:08.820Z | Compiling humantime v2.1.0 |
| 626 | 2024-11-01T04:39:08.868Z | Compiling clap_lex v0.7.2 |
| 627 | 2024-11-01T04:39:09.349Z | Compiling strsim v0.11.1 |
| 628 | 2024-11-01T04:39:09.588Z | Compiling heck v0.5.0 |
| 629 | 2024-11-01T04:39:09.635Z | Compiling recursion v0.5.2 |
| 630 | 2024-11-01T04:39:09.839Z | Compiling unicode-width v0.2.0 |
| 631 | 2024-11-01T04:39:10.038Z | Compiling unicase v2.8.0 |
| 632 | 2024-11-01T04:39:10.393Z | Compiling indenter v0.3.3 |
| 633 | 2024-11-01T04:39:10.434Z | Compiling clap_builder v4.5.20 |
| 634 | 2024-11-01T04:39:10.571Z | Compiling clap_derive v4.5.18 |
| 635 | 2024-11-01T04:39:10.775Z | Compiling nextest-filtering v0.12.0 |
| 636 | 2024-11-01T04:39:11.257Z | Compiling color-spantrace v0.2.1 |
| 637 | 2024-11-01T04:39:11.742Z | Compiling humantime-serde v1.1.1 |
| 638 | 2024-11-01T04:39:12.230Z | Compiling quick-junit v0.5.0 |
| 639 | 2024-11-01T04:39:14.491Z | Compiling duct v0.13.7 |
| 640 | 2024-11-01T04:39:15.517Z | Compiling cargo-nextest v0.9.82 |
| 641 | 2024-11-01T04:39:16.003Z | Compiling config v0.14.1 |
| 642 | 2024-11-01T04:39:18.430Z | Compiling zstd v0.13.2 |
| 643 | 2024-11-01T04:39:18.584Z | Compiling rand v0.8.5 |
| 644 | 2024-11-01T04:39:19.332Z | Compiling async-scoped v0.9.0 |
| 645 | 2024-11-01T04:39:19.651Z | Compiling target-spec-miette v0.4.0 |
| 646 | 2024-11-01T04:39:19.815Z | Compiling camino-tempfile v1.1.1 |
| 647 | 2024-11-01T04:39:20.400Z | Compiling mukti-metadata v0.2.1 |
| 648 | 2024-11-01T04:39:20.513Z | Compiling serde_path_to_error v0.1.16 |
| 649 | 2024-11-01T04:39:20.582Z | Compiling serde_ignored v0.1.10 |
| 650 | 2024-11-01T04:39:21.036Z | Compiling future-queue v0.3.0 |
| 651 | 2024-11-01T04:39:21.438Z | Compiling atomicwrites v0.4.4 |
| 652 | 2024-11-01T04:39:21.490Z | Compiling home v0.5.9 |
| 653 | 2024-11-01T04:39:21.520Z | Compiling display-error-chain v0.2.2 |
| 654 | 2024-11-01T04:39:21.731Z | Compiling xxhash-rust v0.8.12 |
| 655 | 2024-11-01T04:39:21.809Z | Compiling clap v4.5.20 |
| 656 | 2024-11-01T04:39:21.927Z | Compiling nextest-runner v0.65.0 |
| 657 | 2024-11-01T04:39:21.958Z | Compiling color-eyre v0.6.3 |
| 658 | 2024-11-01T04:39:22.010Z | Compiling dialoguer v0.11.0 |
| 659 | 2024-11-01T04:39:25.798Z | Compiling swrite v0.1.0 |
| 660 | 2024-11-01T04:39:25.927Z | Compiling enable-ansi-support v0.2.1 |
| 661 | 2024-11-01T04:40:01.733Z | Finished `release` profile [optimized] target(s) in 2m 16s |
| 662 | 2024-11-01T04:40:01.937Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 663 | 2024-11-01T04:40:01.939Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
| 664 | 2024-11-01T04:40:02.027Z | + banner bfd |
| 665 | 2024-11-01T04:40:02.030Z | |
| 666 | 2024-11-01T04:40:02.030Z | ##### ###### ##### |
| 667 | 2024-11-01T04:40:02.030Z | # # # # # |
| 668 | 2024-11-01T04:40:02.030Z | ##### ##### # # |
| 669 | 2024-11-01T04:40:02.030Z | # # # # # |
| 670 | 2024-11-01T04:40:02.030Z | # # # # # |
| 671 | 2024-11-01T04:40:02.030Z | ##### # ##### |
| 672 | 2024-11-01T04:40:02.030Z | |
| 673 | 2024-11-01T04:40:02.030Z | + cargo nextest run -p bfd --nocapture |
| 674 | 2024-11-01T04:40:02.320Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
| 675 | 2024-11-01T04:40:02.551Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
| 676 | 2024-11-01T04:40:02.813Z | From https://www.github.com/oxidecomputer/oxnet |
| 677 | 2024-11-01T04:40:02.813Z | * [new branch] ci -> origin/ci |
| 678 | 2024-11-01T04:40:02.815Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
| 679 | 2024-11-01T04:40:02.815Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
| 680 | 2024-11-01T04:40:02.815Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
| 681 | 2024-11-01T04:40:02.816Z | * [new branch] main -> origin/main |
| 682 | 2024-11-01T04:40:02.816Z | * [new ref] -> origin/HEAD |
| 683 | 2024-11-01T04:40:02.826Z | Updating crates.io index |
| 684 | 2024-11-01T04:40:02.828Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 685 | 2024-11-01T04:40:03.603Z | From https://github.com/oxidecomputer/falcon |
| 686 | 2024-11-01T04:40:03.603Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
| 687 | 2024-11-01T04:40:03.767Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 688 | 2024-11-01T04:40:04.963Z | From https://github.com/oxidecomputer/dendrite |
| 689 | 2024-11-01T04:40:04.963Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
| 690 | 2024-11-01T04:40:05.012Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 691 | 2024-11-01T04:40:05.382Z | From https://github.com/oxidecomputer/ispf |
| 692 | 2024-11-01T04:40:05.382Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 693 | 2024-11-01T04:40:05.391Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 694 | 2024-11-01T04:40:05.850Z | From https://github.com/oxidecomputer/netadm-sys |
| 695 | 2024-11-01T04:40:05.850Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
| 696 | 2024-11-01T04:40:05.862Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 697 | 2024-11-01T04:40:10.043Z | From https://github.com/oxidecomputer/omicron |
| 698 | 2024-11-01T04:40:10.043Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
| 699 | 2024-11-01T04:40:10.073Z | * [new tag] dogfood -> dogfood |
| 700 | 2024-11-01T04:40:10.076Z | * [new tag] v5 -> v5 |
| 701 | 2024-11-01T04:40:10.076Z | * [new tag] v6 -> v6 |
| 702 | 2024-11-01T04:40:10.076Z | * [new tag] v7 -> v7 |
| 703 | 2024-11-01T04:40:10.076Z | * [new tag] v8 -> v8 |
| 704 | 2024-11-01T04:40:10.076Z | * [new tag] v9 -> v9 |
| 705 | 2024-11-01T04:40:10.436Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 706 | 2024-11-01T04:40:11.489Z | From https://github.com/oxidecomputer/opte |
| 707 | 2024-11-01T04:40:11.489Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
| 708 | 2024-11-01T04:40:11.550Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 709 | 2024-11-01T04:40:11.929Z | From https://github.com/illumos/smf-rs |
| 710 | 2024-11-01T04:40:11.929Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
| 711 | 2024-11-01T04:40:12.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 712 | 2024-11-01T04:40:12.752Z | From https://github.com/oxidecomputer/maghemite |
| 713 | 2024-11-01T04:40:12.752Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
| 714 | 2024-11-01T04:40:12.768Z | * [new tag] rift -> rift |
| 715 | 2024-11-01T04:40:12.771Z | * [new tag] srp -> srp |
| 716 | 2024-11-01T04:40:12.771Z | * [new tag] tie-spf -> tie-spf |
| 717 | 2024-11-01T04:40:12.803Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 718 | 2024-11-01T04:40:13.217Z | From https://github.com/oxidecomputer/zone |
| 719 | 2024-11-01T04:40:13.217Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
| 720 | 2024-11-01T04:40:13.238Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 721 | 2024-11-01T04:40:14.035Z | From https://github.com/oxidecomputer/propolis |
| 722 | 2024-11-01T04:40:14.035Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
| 723 | 2024-11-01T04:40:14.109Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 724 | 2024-11-01T04:40:14.487Z | From https://github.com/oxidecomputer/dlpi-sys |
| 725 | 2024-11-01T04:40:14.487Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
| 726 | 2024-11-01T04:40:14.563Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 727 | 2024-11-01T04:40:14.937Z | From https://github.com/jmesmon/rust-libzfs |
| 728 | 2024-11-01T04:40:14.937Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 729 | 2024-11-01T04:40:14.953Z | * [new tag] v0.4.0 -> v0.4.0 |
| 730 | 2024-11-01T04:40:14.968Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 731 | 2024-11-01T04:40:15.353Z | From https://github.com/oxidecomputer/rusty-doors |
| 732 | 2024-11-01T04:40:15.353Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 733 | 2024-11-01T04:40:15.382Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 734 | 2024-11-01T04:40:15.814Z | From https://github.com/oxidecomputer/maghemite |
| 735 | 2024-11-01T04:40:15.814Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
| 736 | 2024-11-01T04:40:15.854Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 737 | 2024-11-01T04:40:16.188Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 738 | 2024-11-01T04:40:16.188Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
| 739 | 2024-11-01T04:40:16.411Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 740 | 2024-11-01T04:40:16.739Z | From https://github.com/oxidecomputer/slog-error-chain |
| 741 | 2024-11-01T04:40:16.739Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 742 | 2024-11-01T04:40:16.763Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 743 | 2024-11-01T04:40:17.361Z | From https://github.com/oxidecomputer/poptrie |
| 744 | 2024-11-01T04:40:17.361Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
| 745 | 2024-11-01T04:40:17.395Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
| 746 | 2024-11-01T04:40:17.795Z | From https://github.com/illumos/libscf-sys |
| 747 | 2024-11-01T04:40:17.795Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
| 748 | 2024-11-01T04:40:17.804Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 749 | 2024-11-01T04:40:18.720Z | From https://github.com/oxidecomputer/progenitor |
| 750 | 2024-11-01T04:40:18.720Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
| 751 | 2024-11-01T04:40:18.741Z | * [new tag] v0.1.1 -> v0.1.1 |
| 752 | 2024-11-01T04:40:18.744Z | * [new tag] v0.2.0 -> v0.2.0 |
| 753 | 2024-11-01T04:40:18.744Z | * [new tag] v0.3.0 -> v0.3.0 |
| 754 | 2024-11-01T04:40:18.744Z | * [new tag] v0.4.0 -> v0.4.0 |
| 755 | 2024-11-01T04:40:18.744Z | * [new tag] v0.5.0 -> v0.5.0 |
| 756 | 2024-11-01T04:40:18.744Z | * [new tag] v0.6.0 -> v0.6.0 |
| 757 | 2024-11-01T04:40:18.744Z | * [new tag] v0.7.0 -> v0.7.0 |
| 758 | 2024-11-01T04:40:18.973Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 759 | 2024-11-01T04:40:19.726Z | From https://github.com/oxidecomputer/typify |
| 760 | 2024-11-01T04:40:19.726Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
| 761 | 2024-11-01T04:40:19.729Z | * [new tag] v0.2.0 -> v0.2.0 |
| 762 | 2024-11-01T04:40:19.745Z | * [new tag] v0.0.10 -> v0.0.10 |
| 763 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.11 -> v0.0.11 |
| 764 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.12 -> v0.0.12 |
| 765 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.13 -> v0.0.13 |
| 766 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.14 -> v0.0.14 |
| 767 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.15 -> v0.0.15 |
| 768 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.16 -> v0.0.16 |
| 769 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.4 -> v0.0.4 |
| 770 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.5 -> v0.0.5 |
| 771 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.7 -> v0.0.7 |
| 772 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.8 -> v0.0.8 |
| 773 | 2024-11-01T04:40:19.748Z | * [new tag] v0.0.9 -> v0.0.9 |
| 774 | 2024-11-01T04:40:19.748Z | * [new tag] v0.1.0 -> v0.1.0 |
| 775 | 2024-11-01T04:40:19.878Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 776 | 2024-11-01T04:40:21.871Z | From https://github.com/oxidecomputer/crucible |
| 777 | 2024-11-01T04:40:21.871Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
| 778 | 2024-11-01T04:40:21.928Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 779 | 2024-11-01T04:40:22.358Z | From https://github.com/oxidecomputer/opte |
| 780 | 2024-11-01T04:40:22.358Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
| 781 | 2024-11-01T04:40:22.413Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 782 | 2024-11-01T04:40:23.071Z | From https://github.com/oxidecomputer/management-gateway-service |
| 783 | 2024-11-01T04:40:23.071Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
| 784 | 2024-11-01T04:40:23.497Z | Downloading crates ... |
| 785 | 2024-11-01T04:40:23.604Z | Downloaded async-stream-impl v0.3.5 |
| 786 | 2024-11-01T04:40:23.610Z | Downloaded anstyle-parse v0.2.5 |
| 787 | 2024-11-01T04:40:23.612Z | Downloaded bitflags v1.3.2 |
| 788 | 2024-11-01T04:40:23.616Z | Downloaded arrayvec v0.7.6 |
| 789 | 2024-11-01T04:40:23.618Z | Downloaded ciborium v0.2.2 |
| 790 | 2024-11-01T04:40:23.621Z | Downloaded crunchy v0.2.2 |
| 791 | 2024-11-01T04:40:23.632Z | Downloaded crc8 v0.1.1 |
| 792 | 2024-11-01T04:40:23.638Z | Downloaded bytes v1.7.2 |
| 793 | 2024-11-01T04:40:23.642Z | Downloaded serde_derive v1.0.210 |
| 794 | 2024-11-01T04:40:23.652Z | Downloaded futures-io v0.3.30 |
| 795 | 2024-11-01T04:40:23.652Z | Downloaded ciborium-ll v0.2.2 |
| 796 | 2024-11-01T04:40:23.652Z | Downloaded dirs-sys-next v0.1.2 |
| 797 | 2024-11-01T04:40:23.652Z | Downloaded dyn-clone v1.0.17 |
| 798 | 2024-11-01T04:40:23.653Z | Downloaded constant_time_eq v0.3.1 |
| 799 | 2024-11-01T04:40:23.655Z | Downloaded cobs v0.2.3 |
| 800 | 2024-11-01T04:40:23.655Z | Downloaded structmeta-derive v0.3.0 |
| 801 | 2024-11-01T04:40:23.657Z | Downloaded slog-stdlog v4.1.1 |
| 802 | 2024-11-01T04:40:23.659Z | Downloaded http-body v0.4.6 |
| 803 | 2024-11-01T04:40:23.661Z | Downloaded stable_deref_trait v1.2.0 |
| 804 | 2024-11-01T04:40:23.661Z | Downloaded xz2 v0.1.7 |
| 805 | 2024-11-01T04:40:23.665Z | Downloaded tiny-keccak v2.0.2 |
| 806 | 2024-11-01T04:40:23.667Z | Downloaded utf-8 v0.7.6 |
| 807 | 2024-11-01T04:40:23.670Z | Downloaded defmt v0.3.8 |
| 808 | 2024-11-01T04:40:23.673Z | Downloaded untrusted v0.7.1 |
| 809 | 2024-11-01T04:40:23.674Z | Downloaded walkdir v2.5.0 |
| 810 | 2024-11-01T04:40:23.676Z | Downloaded usdt-impl v0.5.0 |
| 811 | 2024-11-01T04:40:23.678Z | Downloaded tokio-rustls v0.24.1 |
| 812 | 2024-11-01T04:40:23.681Z | Downloaded tempfile v3.12.0 |
| 813 | 2024-11-01T04:40:23.684Z | Downloaded whoami v1.5.2 |
| 814 | 2024-11-01T04:40:23.687Z | Downloaded topological-sort v0.2.2 |
| 815 | 2024-11-01T04:40:23.689Z | Downloaded schemars_derive v0.8.21 |
| 816 | 2024-11-01T04:40:23.689Z | Downloaded half v2.4.1 |
| 817 | 2024-11-01T04:40:23.695Z | Downloaded toml v0.7.8 |
| 818 | 2024-11-01T04:40:23.697Z | Downloaded unicode-bidi v0.3.15 |
| 819 | 2024-11-01T04:40:23.699Z | Downloaded tokio-tungstenite v0.21.0 |
| 820 | 2024-11-01T04:40:23.702Z | Downloaded newtype_derive v0.1.6 |
| 821 | 2024-11-01T04:40:23.704Z | Downloaded serde-big-array v0.5.1 |
| 822 | 2024-11-01T04:40:23.707Z | Downloaded allocator-api2 v0.2.18 |
| 823 | 2024-11-01T04:40:23.709Z | Downloaded dropshot_endpoint v0.12.0 |
| 824 | 2024-11-01T04:40:23.712Z | Downloaded ciborium-io v0.2.2 |
| 825 | 2024-11-01T04:40:23.717Z | Downloaded darling_core v0.20.10 |
| 826 | 2024-11-01T04:40:23.723Z | Downloaded strum v0.26.3 |
| 827 | 2024-11-01T04:40:23.723Z | Downloaded sigpipe v0.1.3 |
| 828 | 2024-11-01T04:40:23.726Z | Downloaded same-file v1.0.6 |
| 829 | 2024-11-01T04:40:23.726Z | Downloaded async-stream v0.3.5 |
| 830 | 2024-11-01T04:40:23.728Z | Downloaded anstyle-query v1.1.1 |
| 831 | 2024-11-01T04:40:23.728Z | Downloaded slog-json v2.6.1 |
| 832 | 2024-11-01T04:40:23.731Z | Downloaded serde_spanned v0.6.7 |
| 833 | 2024-11-01T04:40:23.733Z | Downloaded rustls-pki-types v1.8.0 |
| 834 | 2024-11-01T04:40:23.736Z | Downloaded time v0.3.36 |
| 835 | 2024-11-01T04:40:23.745Z | Downloaded take_mut v0.2.2 |
| 836 | 2024-11-01T04:40:23.747Z | Downloaded sync_wrapper v0.1.2 |
| 837 | 2024-11-01T04:40:23.747Z | Downloaded time-core v0.1.2 |
| 838 | 2024-11-01T04:40:23.747Z | Downloaded crucible-workspace-hack v0.1.0 |
| 839 | 2024-11-01T04:40:23.747Z | Downloaded dtrace-parser v0.2.0 |
| 840 | 2024-11-01T04:40:23.750Z | Downloaded zone_cfg_derive v0.1.2 |
| 841 | 2024-11-01T04:40:23.750Z | Downloaded waitgroup v0.1.2 |
| 842 | 2024-11-01T04:40:23.752Z | Downloaded colorchoice v1.0.2 |
| 843 | 2024-11-01T04:40:23.752Z | Downloaded slog-dtrace v0.3.0 |
| 844 | 2024-11-01T04:40:23.754Z | Downloaded enum-as-inner v0.6.1 |
| 845 | 2024-11-01T04:40:23.757Z | Downloaded num-derive v0.4.2 |
| 846 | 2024-11-01T04:40:23.759Z | Downloaded float-ord v0.3.2 |
| 847 | 2024-11-01T04:40:23.761Z | Downloaded hash32 v0.3.1 |
| 848 | 2024-11-01T04:40:23.761Z | Downloaded foreign-types-shared v0.3.1 |
| 849 | 2024-11-01T04:40:23.765Z | Downloaded pin-project-lite v0.2.14 |
| 850 | 2024-11-01T04:40:23.768Z | Downloaded usdt-macro v0.5.0 |
| 851 | 2024-11-01T04:40:23.770Z | Downloaded atomic-waker v1.1.2 |
| 852 | 2024-11-01T04:40:23.773Z | Downloaded anstyle v1.0.8 |
| 853 | 2024-11-01T04:40:23.773Z | Downloaded thiserror-impl v1.0.64 |
| 854 | 2024-11-01T04:40:23.777Z | Downloaded async-trait v0.1.83 |
| 855 | 2024-11-01T04:40:23.779Z | Downloaded usdt v0.5.0 |
| 856 | 2024-11-01T04:40:23.779Z | Downloaded cancel-safe-futures v0.1.5 |
| 857 | 2024-11-01T04:40:23.782Z | Downloaded ident_case v1.0.1 |
| 858 | 2024-11-01T04:40:23.785Z | Downloaded instant v0.1.13 |
| 859 | 2024-11-01T04:40:23.787Z | Downloaded match_cfg v0.1.0 |
| 860 | 2024-11-01T04:40:23.787Z | Downloaded hostname v0.4.0 |
| 861 | 2024-11-01T04:40:23.790Z | Downloaded newline-converter v0.3.0 |
| 862 | 2024-11-01T04:40:23.790Z | Downloaded omicron-workspace-hack v0.1.0 |
| 863 | 2024-11-01T04:40:23.790Z | Downloaded scopeguard v1.2.0 |
| 864 | 2024-11-01T04:40:23.792Z | Downloaded num_threads v0.1.7 |
| 865 | 2024-11-01T04:40:23.792Z | Downloaded httpdate v1.0.3 |
| 866 | 2024-11-01T04:40:23.794Z | Downloaded progenitor-client v0.8.0 |
| 867 | 2024-11-01T04:40:23.797Z | Downloaded zone v0.1.8 |
| 868 | 2024-11-01T04:40:23.797Z | Downloaded thread-id v4.2.2 |
| 869 | 2024-11-01T04:40:23.799Z | Downloaded quinn-udp v0.5.5 |
| 870 | 2024-11-01T04:40:23.799Z | Downloaded slog-term v2.9.1 |
| 871 | 2024-11-01T04:40:23.801Z | Downloaded slog-async v2.8.0 |
| 872 | 2024-11-01T04:40:23.804Z | Downloaded slog v2.7.0 |
| 873 | 2024-11-01T04:40:23.808Z | Downloaded num-conv v0.1.0 |
| 874 | 2024-11-01T04:40:23.810Z | Downloaded indexmap v1.9.3 |
| 875 | 2024-11-01T04:40:23.812Z | Downloaded hex v0.4.3 |
| 876 | 2024-11-01T04:40:23.815Z | Downloaded zone v0.3.0 |
| 877 | 2024-11-01T04:40:23.815Z | Downloaded serde_with v3.9.0 |
| 878 | 2024-11-01T04:40:23.824Z | Downloaded pretty-hex v0.4.1 |
| 879 | 2024-11-01T04:40:23.826Z | Downloaded num_enum_derive v0.7.3 |
| 880 | 2024-11-01T04:40:23.826Z | Downloaded plain v0.2.3 |
| 881 | 2024-11-01T04:40:23.829Z | Downloaded blake2 v0.10.6 |
| 882 | 2024-11-01T04:40:23.832Z | Downloaded hubpack_derive v0.1.1 |
| 883 | 2024-11-01T04:40:23.832Z | Downloaded anyhow v1.0.89 |
| 884 | 2024-11-01T04:40:23.836Z | Downloaded pretty-hex v0.2.1 |
| 885 | 2024-11-01T04:40:23.839Z | Downloaded argon2 v0.5.3 |
| 886 | 2024-11-01T04:40:23.839Z | Downloaded num_enum v0.7.3 |
| 887 | 2024-11-01T04:40:23.844Z | Downloaded resolv-conf v0.7.0 |
| 888 | 2024-11-01T04:40:23.846Z | Downloaded hubpack v0.1.2 |
| 889 | 2024-11-01T04:40:23.850Z | Downloaded num_enum_derive v0.5.11 |
| 890 | 2024-11-01T04:40:23.850Z | Downloaded num_enum v0.5.11 |
| 891 | 2024-11-01T04:40:23.854Z | Downloaded serde_yaml v0.9.34+deprecated |
| 892 | 2024-11-01T04:40:23.857Z | Downloaded crossbeam-utils v0.8.20 |
| 893 | 2024-11-01T04:40:23.860Z | Downloaded num-derive v0.3.3 |
| 894 | 2024-11-01T04:40:23.862Z | Downloaded schemars v0.8.21 |
| 895 | 2024-11-01T04:40:23.874Z | Downloaded paste v1.0.15 |
| 896 | 2024-11-01T04:40:23.877Z | Downloaded tar v0.4.41 |
| 897 | 2024-11-01T04:40:23.880Z | Downloaded base64 v0.13.1 |
| 898 | 2024-11-01T04:40:23.883Z | Downloaded num v0.4.3 |
| 899 | 2024-11-01T04:40:23.886Z | Downloaded parse-display-derive v0.10.0 |
| 900 | 2024-11-01T04:40:23.886Z | Downloaded linked-hash-map v0.5.6 |
| 901 | 2024-11-01T04:40:23.888Z | Downloaded num-iter v0.1.45 |
| 902 | 2024-11-01T04:40:23.888Z | Downloaded proc-macro-crate v1.3.1 |
| 903 | 2024-11-01T04:40:23.890Z | Downloaded postcard v1.0.10 |
| 904 | 2024-11-01T04:40:23.893Z | Downloaded once_cell v1.19.0 |
| 905 | 2024-11-01T04:40:23.895Z | Downloaded num-rational v0.4.2 |
| 906 | 2024-11-01T04:40:23.897Z | Downloaded darling v0.20.10 |
| 907 | 2024-11-01T04:40:23.900Z | Downloaded ipnetwork v0.20.0 |
| 908 | 2024-11-01T04:40:23.903Z | Downloaded is-terminal v0.4.13 |
| 909 | 2024-11-01T04:40:23.905Z | Downloaded memmap v0.7.0 |
| 910 | 2024-11-01T04:40:23.905Z | Downloaded libsw v3.3.1 |
| 911 | 2024-11-01T04:40:23.907Z | Downloaded derive-where v1.2.7 |
| 912 | 2024-11-01T04:40:23.911Z | Downloaded ipnet v2.10.0 |
| 913 | 2024-11-01T04:40:23.914Z | Downloaded hyper-rustls v0.24.2 |
| 914 | 2024-11-01T04:40:23.916Z | Downloaded zerocopy v0.6.6 |
| 915 | 2024-11-01T04:40:23.918Z | Downloaded futures v0.3.30 |
| 916 | 2024-11-01T04:40:23.923Z | Downloaded num-complex v0.4.6 |
| 917 | 2024-11-01T04:40:23.925Z | Downloaded password-hash v0.5.0 |
| 918 | 2024-11-01T04:40:23.927Z | Downloaded parking_lot_core v0.9.10 |
| 919 | 2024-11-01T04:40:23.930Z | Downloaded rhai_codegen v2.2.0 |
| 920 | 2024-11-01T04:40:23.937Z | Downloaded memmap2 v0.9.5 |
| 921 | 2024-11-01T04:40:23.939Z | Downloaded ron v0.7.1 |
| 922 | 2024-11-01T04:40:23.945Z | Downloaded heapless v0.8.0 |
| 923 | 2024-11-01T04:40:23.949Z | Downloaded yansi v1.0.1 |
| 924 | 2024-11-01T04:40:23.952Z | Downloaded unsafe-libyaml v0.2.11 |
| 925 | 2024-11-01T04:40:23.955Z | Downloaded linear-map v1.2.0 |
| 926 | 2024-11-01T04:40:23.958Z | Downloaded hyper-util v0.1.9 |
| 927 | 2024-11-01T04:40:23.963Z | Downloaded parking_lot v0.11.2 |
| 928 | 2024-11-01T04:40:23.965Z | Downloaded steno v0.4.1 |
| 929 | 2024-11-01T04:40:23.968Z | Downloaded proc-macro2 v1.0.86 |
| 930 | 2024-11-01T04:40:23.971Z | Downloaded tungstenite v0.21.0 |
| 931 | 2024-11-01T04:40:23.975Z | Downloaded prettyplease v0.2.22 |
| 932 | 2024-11-01T04:40:23.978Z | Downloaded toml_edit v0.19.15 |
| 933 | 2024-11-01T04:40:23.996Z | Downloaded rayon-core v1.12.1 |
| 934 | 2024-11-01T04:40:23.999Z | Downloaded crossbeam-channel v0.5.13 |
| 935 | 2024-11-01T04:40:24.004Z | Downloaded pretty_assertions v1.4.1 |
| 936 | 2024-11-01T04:40:24.006Z | Downloaded http v0.2.12 |
| 937 | 2024-11-01T04:40:24.010Z | Downloaded indexmap v2.5.0 |
| 938 | 2024-11-01T04:40:24.015Z | Downloaded toml_edit v0.22.21 |
| 939 | 2024-11-01T04:40:24.039Z | Downloaded openssl-sys v0.9.103 |
| 940 | 2024-11-01T04:40:24.042Z | Downloaded unicode-segmentation v1.12.0 |
| 941 | 2024-11-01T04:40:24.049Z | Downloaded tokio-util v0.7.12 |
| 942 | 2024-11-01T04:40:24.054Z | Downloaded hickory-resolver v0.24.1 |
| 943 | 2024-11-01T04:40:24.066Z | Downloaded hashbrown v0.14.5 |
| 944 | 2024-11-01T04:40:24.071Z | Downloaded goblin v0.8.2 |
| 945 | 2024-11-01T04:40:24.077Z | Downloaded serde_json v1.0.128 |
| 946 | 2024-11-01T04:40:24.085Z | Downloaded itertools v0.12.1 |
| 947 | 2024-11-01T04:40:24.093Z | Downloaded hyper v0.14.30 |
| 948 | 2024-11-01T04:40:24.102Z | Downloaded libm v0.2.8 |
| 949 | 2024-11-01T04:40:24.109Z | Downloaded h2 v0.3.26 |
| 950 | 2024-11-01T04:40:24.117Z | Downloaded reqwest v0.11.27 |
| 951 | 2024-11-01T04:40:24.124Z | Downloaded hyper v1.4.1 |
| 952 | 2024-11-01T04:40:24.131Z | Downloaded reqwest v0.12.8 |
| 953 | 2024-11-01T04:40:24.140Z | Downloaded futures-util v0.3.30 |
| 954 | 2024-11-01T04:40:24.153Z | Downloaded itertools v0.10.5 |
| 955 | 2024-11-01T04:40:24.159Z | Downloaded rustls v0.21.12 |
| 956 | 2024-11-01T04:40:24.170Z | Downloaded syn v1.0.109 |
| 957 | 2024-11-01T04:40:24.181Z | Downloaded idna v0.4.0 |
| 958 | 2024-11-01T04:40:24.188Z | Downloaded webpki-roots v0.25.4 |
| 959 | 2024-11-01T04:40:24.193Z | Downloaded hickory-proto v0.24.1 |
| 960 | 2024-11-01T04:40:24.208Z | Downloaded regex v1.10.6 |
| 961 | 2024-11-01T04:40:24.221Z | Downloaded openssl v0.10.66 |
| 962 | 2024-11-01T04:40:24.230Z | Downloaded dropshot v0.12.0 |
| 963 | 2024-11-01T04:40:24.251Z | Downloaded syn v2.0.77 |
| 964 | 2024-11-01T04:40:24.261Z | Downloaded regress v0.9.1 |
| 965 | 2024-11-01T04:40:24.270Z | Downloaded regress v0.10.1 |
| 966 | 2024-11-01T04:40:24.278Z | Downloaded regex-syntax v0.8.4 |
| 967 | 2024-11-01T04:40:24.286Z | Downloaded typify-impl v0.2.0 |
| 968 | 2024-11-01T04:40:24.300Z | Downloaded openapiv3 v2.0.0 |
| 969 | 2024-11-01T04:40:24.311Z | Downloaded sled v0.34.7 |
| 970 | 2024-11-01T04:40:24.321Z | Downloaded zerocopy-derive v0.6.6 |
| 971 | 2024-11-01T04:40:24.330Z | Downloaded rustls v0.22.4 |
| 972 | 2024-11-01T04:40:24.343Z | Downloaded rustls v0.23.13 |
| 973 | 2024-11-01T04:40:24.354Z | Downloaded rhai v1.19.0 |
| 974 | 2024-11-01T04:40:24.366Z | Downloaded rustix v0.38.37 |
| 975 | 2024-11-01T04:40:24.387Z | Downloaded smoltcp v0.11.0 |
| 976 | 2024-11-01T04:40:24.399Z | Downloaded portable-atomic v1.8.0 |
| 977 | 2024-11-01T04:40:24.406Z | Downloaded winnow v0.6.18 |
| 978 | 2024-11-01T04:40:24.415Z | Downloaded winnow v0.5.40 |
| 979 | 2024-11-01T04:40:24.423Z | Downloaded rustls-webpki v0.101.7 |
| 980 | 2024-11-01T04:40:24.437Z | Downloaded h2 v0.4.6 |
| 981 | 2024-11-01T04:40:24.444Z | Downloaded clap_builder v4.5.18 |
| 982 | 2024-11-01T04:40:24.451Z | Downloaded pest v2.7.13 |
| 983 | 2024-11-01T04:40:24.456Z | Downloaded blake3 v1.5.4 |
| 984 | 2024-11-01T04:40:24.465Z | Downloaded regex-automata v0.4.7 |
| 985 | 2024-11-01T04:40:24.481Z | Downloaded expectorate v1.1.0 |
| 986 | 2024-11-01T04:40:24.484Z | Downloaded proc-macro-error v1.0.4 |
| 987 | 2024-11-01T04:40:24.486Z | Downloaded cc v1.1.21 |
| 988 | 2024-11-01T04:40:24.490Z | Downloaded libc v0.2.159 |
| 989 | 2024-11-01T04:40:24.518Z | Downloaded uuid v1.10.0 |
| 990 | 2024-11-01T04:40:24.521Z | Downloaded foreign-types v0.5.0 |
| 991 | 2024-11-01T04:40:24.523Z | Downloaded macaddr v1.0.1 |
| 992 | 2024-11-01T04:40:24.523Z | Downloaded lzma-sys v0.1.20 |
| 993 | 2024-11-01T04:40:24.553Z | Downloaded cookie v0.18.1 |
| 994 | 2024-11-01T04:40:24.555Z | Downloaded tokio v1.40.0 |
| 995 | 2024-11-01T04:40:24.594Z | Downloaded proc-macro-error-attr v1.0.4 |
| 996 | 2024-11-01T04:40:24.596Z | Downloaded powerfmt v0.2.0 |
| 997 | 2024-11-01T04:40:24.597Z | Downloaded clap v4.5.18 |
| 998 | 2024-11-01T04:40:24.605Z | Downloaded progenitor-impl v0.8.0 |
| 999 | 2024-11-01T04:40:24.608Z | Downloaded parking_lot_core v0.8.6 |
| 1000 | 2024-11-01T04:40:24.611Z | Downloaded ucd-trie v0.1.6 |
| 1001 | 2024-11-01T04:40:24.611Z | Downloaded diff v0.1.13 |
| 1002 | 2024-11-01T04:40:24.613Z | Downloaded pest_meta v2.7.13 |
| 1003 | 2024-11-01T04:40:24.616Z | Downloaded proc-macro-crate v3.2.0 |
| 1004 | 2024-11-01T04:40:24.616Z | Downloaded pest_derive v2.7.13 |
| 1005 | 2024-11-01T04:40:24.620Z | Downloaded serde v1.0.210 |
| 1006 | 2024-11-01T04:40:24.622Z | Downloaded rustc_version v0.1.7 |
| 1007 | 2024-11-01T04:40:24.625Z | Downloaded parse-display v0.10.0 |
| 1008 | 2024-11-01T04:40:24.625Z | Downloaded rustls-pemfile v1.0.4 |
| 1009 | 2024-11-01T04:40:24.628Z | Downloaded hyper-tls v0.5.0 |
| 1010 | 2024-11-01T04:40:24.628Z | Downloaded parking_lot v0.12.3 |
| 1011 | 2024-11-01T04:40:24.630Z | Downloaded omicron-zone-package v0.11.0 |
| 1012 | 2024-11-01T04:40:24.632Z | Downloaded rustls-pemfile v2.1.3 |
| 1013 | 2024-11-01T04:40:24.635Z | Downloaded tokio-rustls v0.25.0 |
| 1014 | 2024-11-01T04:40:24.637Z | Downloaded term v0.7.0 |
| 1015 | 2024-11-01T04:40:24.640Z | Downloaded highway v1.2.0 |
| 1016 | 2024-11-01T04:40:24.642Z | Downloaded data-encoding v2.6.0 |
| 1017 | 2024-11-01T04:40:24.642Z | Downloaded convert_case v0.4.0 |
| 1018 | 2024-11-01T04:40:24.644Z | Downloaded typify v0.2.0 |
| 1019 | 2024-11-01T04:40:24.647Z | Downloaded smartstring v1.0.1 |
| 1020 | 2024-11-01T04:40:24.649Z | Downloaded progenitor v0.8.0 |
| 1021 | 2024-11-01T04:40:24.649Z | Downloaded pest_generator v2.7.13 |
| 1022 | 2024-11-01T04:40:24.651Z | Downloaded num-integer v0.1.46 |
| 1023 | 2024-11-01T04:40:24.655Z | Downloaded quick-error v1.2.3 |
| 1024 | 2024-11-01T04:40:24.655Z | Downloaded progenitor-macro v0.8.0 |
| 1025 | 2024-11-01T04:40:24.655Z | Downloaded encoding_rs v0.8.34 |
| 1026 | 2024-11-01T04:40:24.675Z | Downloaded lock_api v0.4.12 |
| 1027 | 2024-11-01T04:40:24.678Z | Downloaded newtype-uuid v1.1.0 |
| 1028 | 2024-11-01T04:40:24.678Z | Downloaded lru-cache v0.1.2 |
| 1029 | 2024-11-01T04:40:24.680Z | Downloaded managed v0.8.0 |
| 1030 | 2024-11-01T04:40:24.680Z | Downloaded indent_write v2.2.0 |
| 1031 | 2024-11-01T04:40:24.683Z | Downloaded multer v3.1.0 |
| 1032 | 2024-11-01T04:40:24.685Z | Downloaded time-macros v0.2.18 |
| 1033 | 2024-11-01T04:40:24.685Z | Downloaded thin-vec v0.2.13 |
| 1034 | 2024-11-01T04:40:24.688Z | Downloaded futures-executor v0.3.30 |
| 1035 | 2024-11-01T04:40:24.688Z | Downloaded futures-macro v0.3.30 |
| 1036 | 2024-11-01T04:40:24.690Z | Downloaded crossbeam-deque v0.8.5 |
| 1037 | 2024-11-01T04:40:24.690Z | Downloaded similar v2.6.0 |
| 1038 | 2024-11-01T04:40:24.695Z | Downloaded dof v0.3.0 |
| 1039 | 2024-11-01T04:40:24.700Z | Downloaded heck v0.4.1 |
| 1040 | 2024-11-01T04:40:24.700Z | Downloaded futures-sink v0.3.30 |
| 1041 | 2024-11-01T04:40:24.702Z | Downloaded defmt-macros v0.3.9 |
| 1042 | 2024-11-01T04:40:24.702Z | Downloaded futures-core v0.3.30 |
| 1043 | 2024-11-01T04:40:24.702Z | Downloaded zone_cfg_derive v0.3.0 |
| 1044 | 2024-11-01T04:40:24.702Z | Downloaded deranged v0.3.11 |
| 1045 | 2024-11-01T04:40:24.705Z | Downloaded fxhash v0.2.1 |
| 1046 | 2024-11-01T04:40:24.705Z | Downloaded typify-macro v0.2.0 |
| 1047 | 2024-11-01T04:40:24.707Z | Downloaded spin v0.5.2 |
| 1048 | 2024-11-01T04:40:24.707Z | Downloaded serde_with_macros v3.9.0 |
| 1049 | 2024-11-01T04:40:24.709Z | Downloaded arrayref v0.3.9 |
| 1050 | 2024-11-01T04:40:24.709Z | Downloaded usdt-attr-macro v0.5.0 |
| 1051 | 2024-11-01T04:40:24.712Z | Downloaded flate2 v1.0.33 |
| 1052 | 2024-11-01T04:40:24.715Z | Downloaded sct v0.7.1 |
| 1053 | 2024-11-01T04:40:24.718Z | Downloaded scroll v0.12.0 |
| 1054 | 2024-11-01T04:40:24.721Z | Downloaded embedded-io v0.4.0 |
| 1055 | 2024-11-01T04:40:24.721Z | Downloaded dirs-next v2.0.0 |
| 1056 | 2024-11-01T04:40:24.724Z | Downloaded strum_macros v0.25.3 |
| 1057 | 2024-11-01T04:40:24.726Z | Downloaded structmeta v0.3.0 |
| 1058 | 2024-11-01T04:40:24.726Z | Downloaded cstr-argument v0.1.2 |
| 1059 | 2024-11-01T04:40:24.726Z | Downloaded embedded-io v0.6.1 |
| 1060 | 2024-11-01T04:40:24.729Z | Downloaded serde_tokenstream v0.2.2 |
| 1061 | 2024-11-01T04:40:24.729Z | Downloaded const-random v0.1.18 |
| 1062 | 2024-11-01T04:40:24.732Z | Downloaded slog-scope v4.4.0 |
| 1063 | 2024-11-01T04:40:24.732Z | Downloaded serde_derive_internals v0.29.1 |
| 1064 | 2024-11-01T04:40:24.732Z | Downloaded backoff v0.4.0 |
| 1065 | 2024-11-01T04:40:24.735Z | Downloaded anstream v0.6.15 |
| 1066 | 2024-11-01T04:40:24.737Z | Downloaded hashbrown v0.12.3 |
| 1067 | 2024-11-01T04:40:24.740Z | Downloaded darling_macro v0.20.10 |
| 1068 | 2024-11-01T04:40:24.745Z | Downloaded const-random-macro v0.1.16 |
| 1069 | 2024-11-01T04:40:24.745Z | Downloaded arc-swap v1.7.1 |
| 1070 | 2024-11-01T04:40:24.748Z | Downloaded crossbeam-epoch v0.9.18 |
| 1071 | 2024-11-01T04:40:24.748Z | Downloaded derive_more v0.99.18 |
| 1072 | 2024-11-01T04:40:24.751Z | Downloaded strum_macros v0.26.4 |
| 1073 | 2024-11-01T04:40:24.763Z | Downloaded smf v0.2.3 |
| 1074 | 2024-11-01T04:40:24.763Z | Downloaded thiserror v1.0.64 |
| 1075 | 2024-11-01T04:40:24.763Z | Downloaded tabwriter v1.4.0 |
| 1076 | 2024-11-01T04:40:24.763Z | Downloaded scroll_derive v0.12.0 |
| 1077 | 2024-11-01T04:40:24.763Z | Downloaded httparse v1.9.4 |
| 1078 | 2024-11-01T04:40:24.767Z | Downloaded futures-channel v0.3.30 |
| 1079 | 2024-11-01T04:40:24.768Z | Downloaded slog-envlogger v2.2.0 |
| 1080 | 2024-11-01T04:40:24.768Z | Downloaded slog-bunyan v2.5.0 |
| 1081 | 2024-11-01T04:40:24.770Z | Downloaded sha1 v0.10.6 |
| 1082 | 2024-11-01T04:40:24.770Z | Downloaded serde_repr v0.1.19 |
| 1083 | 2024-11-01T04:40:24.772Z | Downloaded semver v0.1.20 |
| 1084 | 2024-11-01T04:40:24.772Z | Downloaded hostname v0.3.1 |
| 1085 | 2024-11-01T04:40:24.775Z | Downloaded heck v0.3.3 |
| 1086 | 2024-11-01T04:40:24.775Z | Downloaded futures-task v0.3.30 |
| 1087 | 2024-11-01T04:40:24.777Z | Downloaded foreign-types-macros v0.2.3 |
| 1088 | 2024-11-01T04:40:24.777Z | Downloaded defmt-parser v0.3.4 |
| 1089 | 2024-11-01T04:40:24.777Z | Downloaded colored v2.1.0 |
| 1090 | 2024-11-01T04:40:24.779Z | Downloaded rustversion v1.0.17 |
| 1091 | 2024-11-01T04:40:24.782Z | Downloaded autocfg v1.3.0 |
| 1092 | 2024-11-01T04:40:24.945Z | Downloaded ring v0.16.20 |
| 1093 | 2024-11-01T04:40:25.920Z | Compiling proc-macro2 v1.0.86 |
| 1094 | 2024-11-01T04:40:25.920Z | Compiling unicode-ident v1.0.13 |
| 1095 | 2024-11-01T04:40:25.922Z | Compiling libc v0.2.159 |
| 1096 | 2024-11-01T04:40:25.922Z | Compiling cfg-if v1.0.0 |
| 1097 | 2024-11-01T04:40:25.922Z | Compiling serde v1.0.210 |
| 1098 | 2024-11-01T04:40:25.922Z | Compiling version_check v0.9.5 |
| 1099 | 2024-11-01T04:40:25.923Z | Compiling autocfg v1.3.0 |
| 1100 | 2024-11-01T04:40:25.923Z | Compiling once_cell v1.19.0 |
| 1101 | 2024-11-01T04:40:26.007Z | Compiling memchr v2.7.4 |
| 1102 | 2024-11-01T04:40:26.085Z | Compiling byteorder v1.5.0 |
| 1103 | 2024-11-01T04:40:26.373Z | Compiling itoa v1.0.11 |
| 1104 | 2024-11-01T04:40:26.564Z | Compiling libm v0.2.8 |
| 1105 | 2024-11-01T04:40:26.606Z | Compiling ryu v1.0.18 |
| 1106 | 2024-11-01T04:40:26.628Z | Compiling serde_json v1.0.128 |
| 1107 | 2024-11-01T04:40:26.638Z | Compiling ahash v0.8.11 |
| 1108 | 2024-11-01T04:40:26.758Z | Compiling allocator-api2 v0.2.18 |
| 1109 | 2024-11-01T04:40:26.969Z | Compiling pin-project-lite v0.2.14 |
| 1110 | 2024-11-01T04:40:27.016Z | Compiling equivalent v1.0.1 |
| 1111 | 2024-11-01T04:40:27.082Z | Compiling lock_api v0.4.12 |
| 1112 | 2024-11-01T04:40:27.108Z | Compiling smallvec v1.13.2 |
| 1113 | 2024-11-01T04:40:27.118Z | Compiling thiserror v1.0.64 |
| 1114 | 2024-11-01T04:40:27.502Z | Compiling scopeguard v1.2.0 |
| 1115 | 2024-11-01T04:40:27.550Z | Compiling parking_lot_core v0.9.10 |
| 1116 | 2024-11-01T04:40:27.654Z | Compiling iana-time-zone v0.1.61 |
| 1117 | 2024-11-01T04:40:27.713Z | Compiling quote v1.0.37 |
| 1118 | 2024-11-01T04:40:28.101Z | Compiling syn v2.0.77 |
| 1119 | 2024-11-01T04:40:28.135Z | Compiling getrandom v0.2.15 |
| 1120 | 2024-11-01T04:40:28.303Z | Compiling socket2 v0.5.7 |
| 1121 | 2024-11-01T04:40:28.401Z | Compiling mio v1.0.2 |
| 1122 | 2024-11-01T04:40:28.423Z | Compiling signal-hook-registry v1.4.2 |
| 1123 | 2024-11-01T04:40:28.442Z | Compiling futures-core v0.3.30 |
| 1124 | 2024-11-01T04:40:28.540Z | Compiling log v0.4.22 |
| 1125 | 2024-11-01T04:40:28.688Z | Compiling parking_lot v0.12.3 |
| 1126 | 2024-11-01T04:40:28.947Z | Compiling fnv v1.0.7 |
| 1127 | 2024-11-01T04:40:28.966Z | Compiling schemars v0.8.21 |
| 1128 | 2024-11-01T04:40:28.996Z | Compiling dyn-clone v1.0.17 |
| 1129 | 2024-11-01T04:40:29.060Z | Compiling shlex v1.3.0 |
| 1130 | 2024-11-01T04:40:29.216Z | Compiling slab v0.4.9 |
| 1131 | 2024-11-01T04:40:29.339Z | Compiling cc v1.1.21 |
| 1132 | 2024-11-01T04:40:29.409Z | Compiling futures-sink v0.3.30 |
| 1133 | 2024-11-01T04:40:29.409Z | Compiling num-traits v0.2.19 |
| 1134 | 2024-11-01T04:40:29.429Z | Compiling futures-task v0.3.30 |
| 1135 | 2024-11-01T04:40:29.558Z | Compiling futures-channel v0.3.30 |
| 1136 | 2024-11-01T04:40:29.684Z | Compiling futures-io v0.3.30 |
| 1137 | 2024-11-01T04:40:29.686Z | Compiling pin-utils v0.1.0 |
| 1138 | 2024-11-01T04:40:29.723Z | Compiling tracing-core v0.1.32 |
| 1139 | 2024-11-01T04:40:29.778Z | Compiling heck v0.5.0 |
| 1140 | 2024-11-01T04:40:29.941Z | Compiling bitflags v2.6.0 |
| 1141 | 2024-11-01T04:40:30.010Z | Compiling subtle v2.6.1 |
| 1142 | 2024-11-01T04:40:30.249Z | Compiling httparse v1.9.4 |
| 1143 | 2024-11-01T04:40:30.362Z | Compiling atomic-waker v1.1.2 |
| 1144 | 2024-11-01T04:40:30.388Z | Compiling try-lock v0.2.5 |
| 1145 | 2024-11-01T04:40:30.519Z | Compiling spin v0.9.8 |
| 1146 | 2024-11-01T04:40:30.549Z | Compiling rustls-pki-types v1.8.0 |
| 1147 | 2024-11-01T04:40:30.755Z | Compiling want v0.3.1 |
| 1148 | 2024-11-01T04:40:31.041Z | Compiling untrusted v0.9.0 |
| 1149 | 2024-11-01T04:40:31.216Z | Compiling vcpkg v0.2.15 |
| 1150 | 2024-11-01T04:40:31.313Z | Compiling httpdate v1.0.3 |
| 1151 | 2024-11-01T04:40:31.504Z | Compiling pkg-config v0.3.31 |
| 1152 | 2024-11-01T04:40:31.795Z | Compiling slog v2.7.0 |
| 1153 | 2024-11-01T04:40:31.896Z | Compiling tower-service v0.3.3 |
| 1154 | 2024-11-01T04:40:32.008Z | Compiling zeroize v1.8.1 |
| 1155 | 2024-11-01T04:40:32.043Z | Compiling percent-encoding v2.3.1 |
| 1156 | 2024-11-01T04:40:32.316Z | Compiling tinyvec_macros v0.1.1 |
| 1157 | 2024-11-01T04:40:32.396Z | Compiling tinyvec v1.8.0 |
| 1158 | 2024-11-01T04:40:32.422Z | Compiling ring v0.17.8 |
| 1159 | 2024-11-01T04:40:32.436Z | Compiling form_urlencoded v1.2.1 |
| 1160 | 2024-11-01T04:40:32.536Z | Compiling openssl v0.10.66 |
| 1161 | 2024-11-01T04:40:32.768Z | Compiling semver v1.0.23 |
| 1162 | 2024-11-01T04:40:32.795Z | Compiling foreign-types-shared v0.1.1 |
| 1163 | 2024-11-01T04:40:32.891Z | Compiling foreign-types v0.3.2 |
| 1164 | 2024-11-01T04:40:32.921Z | Compiling openssl-sys v0.9.103 |
| 1165 | 2024-11-01T04:40:32.968Z | Compiling unicode-bidi v0.3.15 |
| 1166 | 2024-11-01T04:40:32.972Z | Compiling rustls v0.23.13 |
| 1167 | 2024-11-01T04:40:33.236Z | Compiling native-tls v0.2.12 |
| 1168 | 2024-11-01T04:40:33.278Z | Compiling openssl-probe v0.1.5 |
| 1169 | 2024-11-01T04:40:33.318Z | Compiling typenum v1.17.0 |
| 1170 | 2024-11-01T04:40:33.593Z | Compiling ucd-trie v0.1.6 |
| 1171 | 2024-11-01T04:40:33.694Z | Compiling aho-corasick v1.1.3 |
| 1172 | 2024-11-01T04:40:33.888Z | Compiling unicode-normalization v0.1.24 |
| 1173 | 2024-11-01T04:40:34.327Z | Compiling generic-array v0.14.7 |
| 1174 | 2024-11-01T04:40:34.464Z | Compiling encoding_rs v0.8.34 |
| 1175 | 2024-11-01T04:40:34.588Z | Compiling regex-syntax v0.8.4 |
| 1176 | 2024-11-01T04:40:34.635Z | Compiling mime v0.3.17 |
| 1177 | 2024-11-01T04:40:35.011Z | Compiling idna v0.5.0 |
| 1178 | 2024-11-01T04:40:35.280Z | Compiling serde_derive_internals v0.29.1 |
| 1179 | 2024-11-01T04:40:35.291Z | Compiling base64 v0.22.1 |
| 1180 | 2024-11-01T04:40:36.071Z | Compiling url v2.5.2 |
| 1181 | 2024-11-01T04:40:36.967Z | Compiling rustls-pemfile v2.1.3 |
| 1182 | 2024-11-01T04:40:37.542Z | Compiling webpki-roots v0.26.6 |
| 1183 | 2024-11-01T04:40:37.732Z | Compiling rand_core v0.6.4 |
| 1184 | 2024-11-01T04:40:38.184Z | Compiling regex-automata v0.4.7 |
| 1185 | 2024-11-01T04:40:38.196Z | Compiling ipnet v2.10.0 |
| 1186 | 2024-11-01T04:40:38.865Z | Compiling rustls-webpki v0.102.8 |
| 1187 | 2024-11-01T04:40:39.455Z | Compiling powerfmt v0.2.0 |
| 1188 | 2024-11-01T04:40:39.662Z | Compiling winnow v0.6.18 |
| 1189 | 2024-11-01T04:40:40.324Z | Compiling num-conv v0.1.0 |
| 1190 | 2024-11-01T04:40:40.556Z | Compiling serde_derive v1.0.210 |
| 1191 | 2024-11-01T04:40:40.611Z | Compiling zerocopy-derive v0.7.35 |
| 1192 | 2024-11-01T04:40:40.705Z | Compiling thiserror-impl v1.0.64 |
| 1193 | 2024-11-01T04:40:41.382Z | Compiling tokio-macros v2.4.0 |
| 1194 | 2024-11-01T04:40:42.382Z | Compiling schemars_derive v0.8.21 |
| 1195 | 2024-11-01T04:40:42.745Z | Compiling zerocopy v0.7.35 |
| 1196 | 2024-11-01T04:40:43.004Z | Compiling futures-macro v0.3.30 |
| 1197 | 2024-11-01T04:40:43.680Z | Compiling openssl-macros v0.1.1 |
| 1198 | 2024-11-01T04:40:43.736Z | Compiling tracing-attributes v0.1.27 |
| 1199 | 2024-11-01T04:40:44.864Z | Compiling hashbrown v0.14.5 |
| 1200 | 2024-11-01T04:40:44.877Z | Compiling futures-util v0.3.30 |
| 1201 | 2024-11-01T04:40:45.501Z | Compiling pest v2.7.13 |
| 1202 | 2024-11-01T04:40:46.294Z | Compiling regress v0.10.1 |
| 1203 | 2024-11-01T04:40:47.140Z | Compiling tracing v0.1.40 |
| 1204 | 2024-11-01T04:40:47.604Z | Compiling scroll_derive v0.12.0 |
| 1205 | 2024-11-01T04:40:48.695Z | Compiling pest_meta v2.7.13 |
| 1206 | 2024-11-01T04:40:48.894Z | Compiling time-core v0.1.2 |
| 1207 | 2024-11-01T04:40:49.045Z | Compiling strsim v0.11.1 |
| 1208 | 2024-11-01T04:40:49.058Z | Compiling time-macros v0.2.18 |
| 1209 | 2024-11-01T04:40:50.146Z | Compiling pest_generator v2.7.13 |
| 1210 | 2024-11-01T04:40:51.767Z | Compiling scroll v0.12.0 |
| 1211 | 2024-11-01T04:40:51.988Z | Compiling regex v1.10.6 |
| 1212 | 2024-11-01T04:40:52.045Z | Compiling deranged v0.3.11 |
| 1213 | 2024-11-01T04:40:52.330Z | Compiling anyhow v1.0.89 |
| 1214 | 2024-11-01T04:40:52.753Z | Compiling num_threads v0.1.7 |
| 1215 | 2024-11-01T04:40:52.867Z | Compiling plain v0.2.3 |
| 1216 | 2024-11-01T04:40:53.002Z | Compiling goblin v0.8.2 |
| 1217 | 2024-11-01T04:40:53.188Z | Compiling pest_derive v2.7.13 |
| 1218 | 2024-11-01T04:40:53.240Z | Compiling ppv-lite86 v0.2.20 |
| 1219 | 2024-11-01T04:40:53.303Z | Compiling sync_wrapper v1.0.1 |
| 1220 | 2024-11-01T04:40:53.443Z | Compiling usdt-impl v0.5.0 |
| 1221 | 2024-11-01T04:40:53.818Z | Compiling pretty-hex v0.4.1 |
| 1222 | 2024-11-01T04:40:54.014Z | Compiling rand_chacha v0.3.1 |
| 1223 | 2024-11-01T04:40:54.037Z | Compiling bytes v1.7.2 |
| 1224 | 2024-11-01T04:40:54.131Z | Compiling indexmap v2.5.0 |
| 1225 | 2024-11-01T04:40:54.153Z | Compiling uuid v1.10.0 |
| 1226 | 2024-11-01T04:40:54.521Z | Compiling chrono v0.4.38 |
| 1227 | 2024-11-01T04:40:55.094Z | Compiling tokio v1.40.0 |
| 1228 | 2024-11-01T04:40:55.311Z | Compiling http v1.1.0 |
| 1229 | 2024-11-01T04:40:55.444Z | Compiling serde_tokenstream v0.2.2 |
| 1230 | 2024-11-01T04:40:55.668Z | Compiling toml_datetime v0.6.8 |
| 1231 | 2024-11-01T04:40:56.226Z | Compiling serde_urlencoded v0.7.1 |
| 1232 | 2024-11-01T04:40:56.892Z | Compiling http-body v1.0.1 |
| 1233 | 2024-11-01T04:40:57.130Z | Compiling http-body-util v0.1.2 |
| 1234 | 2024-11-01T04:40:57.320Z | Compiling openapiv3 v2.0.0 |
| 1235 | 2024-11-01T04:40:57.645Z | Compiling dtrace-parser v0.2.0 |
| 1236 | 2024-11-01T04:40:58.661Z | Compiling serde_spanned v0.6.7 |
| 1237 | 2024-11-01T04:40:58.899Z | Compiling dof v0.3.0 |
| 1238 | 2024-11-01T04:41:00.247Z | Compiling typify-impl v0.2.0 |
| 1239 | 2024-11-01T04:41:00.867Z | Compiling block-buffer v0.10.4 |
| 1240 | 2024-11-01T04:41:01.075Z | Compiling crypto-common v0.1.6 |
| 1241 | 2024-11-01T04:41:01.253Z | Compiling thread-id v4.2.2 |
| 1242 | 2024-11-01T04:41:01.357Z | Compiling syn v1.0.109 |
| 1243 | 2024-11-01T04:41:01.368Z | Compiling rustversion v1.0.17 |
| 1244 | 2024-11-01T04:41:01.534Z | Compiling omicron-workspace-hack v0.1.0 |
| 1245 | 2024-11-01T04:41:01.877Z | Compiling rand v0.8.5 |
| 1246 | 2024-11-01T04:41:02.034Z | Compiling unsafe-libyaml v0.2.11 |
| 1247 | 2024-11-01T04:41:03.317Z | Compiling serde_yaml v0.9.34+deprecated |
| 1248 | 2024-11-01T04:41:03.777Z | Compiling ident_case v1.0.1 |
| 1249 | 2024-11-01T04:41:03.957Z | Compiling match_cfg v0.1.0 |
| 1250 | 2024-11-01T04:41:04.034Z | Compiling tokio-util v0.7.12 |
| 1251 | 2024-11-01T04:41:05.262Z | Compiling tokio-rustls v0.26.0 |
| 1252 | 2024-11-01T04:41:05.488Z | Compiling tokio-native-tls v0.3.1 |
| 1253 | 2024-11-01T04:41:05.513Z | Compiling h2 v0.4.6 |
| 1254 | 2024-11-01T04:41:05.708Z | Compiling hostname v0.3.1 |
| 1255 | 2024-11-01T04:41:05.752Z | Compiling darling_core v0.20.10 |
| 1256 | 2024-11-01T04:41:05.982Z | Compiling errno v0.3.9 |
| 1257 | 2024-11-01T04:41:06.217Z | Compiling dirs-sys-next v0.1.2 |
| 1258 | 2024-11-01T04:41:07.062Z | Compiling thread_local v1.1.8 |
| 1259 | 2024-11-01T04:41:07.097Z | Compiling paste v1.0.15 |
| 1260 | 2024-11-01T04:41:07.590Z | Compiling cpufeatures v0.2.14 |
| 1261 | 2024-11-01T04:41:07.675Z | Compiling camino v1.1.9 |
| 1262 | 2024-11-01T04:41:07.745Z | Compiling dirs-next v2.0.0 |
| 1263 | 2024-11-01T04:41:07.946Z | Compiling usdt-attr-macro v0.5.0 |
| 1264 | 2024-11-01T04:41:08.342Z | Compiling usdt-macro v0.5.0 |
| 1265 | 2024-11-01T04:41:10.174Z | Compiling futures-executor v0.3.30 |
| 1266 | 2024-11-01T04:41:10.415Z | Compiling hyper v1.4.1 |
| 1267 | 2024-11-01T04:41:10.842Z | Compiling async-trait v0.1.83 |
| 1268 | 2024-11-01T04:41:11.948Z | Compiling darling_macro v0.20.10 |
| 1269 | 2024-11-01T04:41:12.960Z | Compiling hyper-util v0.1.9 |
| 1270 | 2024-11-01T04:41:13.347Z | Compiling memmap v0.7.0 |
| 1271 | 2024-11-01T04:41:13.741Z | Compiling rustls v0.22.4 |
| 1272 | 2024-11-01T04:41:13.824Z | Compiling slog-async v2.8.0 |
| 1273 | 2024-11-01T04:41:14.028Z | Compiling darling v0.20.10 |
| 1274 | 2024-11-01T04:41:14.055Z | Compiling futures v0.3.30 |
| 1275 | 2024-11-01T04:41:14.160Z | Compiling term v0.7.0 |
| 1276 | 2024-11-01T04:41:15.085Z | Compiling is-terminal v0.4.13 |
| 1277 | 2024-11-01T04:41:15.201Z | Compiling multer v3.1.0 |
| 1278 | 2024-11-01T04:41:15.204Z | Compiling instant v0.1.13 |
| 1279 | 2024-11-01T04:41:15.229Z | Compiling take_mut v0.2.2 |
| 1280 | 2024-11-01T04:41:15.345Z | Compiling serde_with_macros v3.9.0 |
| 1281 | 2024-11-01T04:41:15.470Z | Compiling strum_macros v0.26.4 |
| 1282 | 2024-11-01T04:41:15.566Z | Compiling ipnetwork v0.20.0 |
| 1283 | 2024-11-01T04:41:15.941Z | Compiling async-stream-impl v0.3.5 |
| 1284 | 2024-11-01T04:41:15.990Z | Compiling structmeta-derive v0.3.0 |
| 1285 | 2024-11-01T04:41:16.696Z | Compiling dropshot v0.12.0 |
| 1286 | 2024-11-01T04:41:16.888Z | Compiling crossbeam-utils v0.8.20 |
| 1287 | 2024-11-01T04:41:17.025Z | Compiling debug-ignore v1.0.5 |
| 1288 | 2024-11-01T04:41:17.378Z | Compiling async-stream v0.3.5 |
| 1289 | 2024-11-01T04:41:17.474Z | Compiling hyper-rustls v0.27.3 |
| 1290 | 2024-11-01T04:41:17.693Z | Compiling hyper-tls v0.6.0 |
| 1291 | 2024-11-01T04:41:18.085Z | Compiling serde_with v3.9.0 |
| 1292 | 2024-11-01T04:41:18.156Z | Compiling dropshot_endpoint v0.12.0 |
| 1293 | 2024-11-01T04:41:18.438Z | Compiling serde_path_to_error v0.1.16 |
| 1294 | 2024-11-01T04:41:18.688Z | Compiling structmeta v0.3.0 |
| 1295 | 2024-11-01T04:41:19.088Z | Compiling waitgroup v0.1.2 |
| 1296 | 2024-11-01T04:41:19.321Z | Compiling hostname v0.4.0 |
| 1297 | 2024-11-01T04:41:19.331Z | Compiling parse-display-derive v0.10.0 |
| 1298 | 2024-11-01T04:41:19.593Z | Compiling tokio-rustls v0.25.0 |
| 1299 | 2024-11-01T04:41:20.019Z | Compiling reqwest v0.12.8 |
| 1300 | 2024-11-01T04:41:20.116Z | Compiling strum v0.26.3 |
| 1301 | 2024-11-01T04:41:21.770Z | Compiling digest v0.10.7 |
| 1302 | 2024-11-01T04:41:22.005Z | Compiling hex v0.4.3 |
| 1303 | 2024-11-01T04:41:22.190Z | Compiling time v0.3.36 |
| 1304 | 2024-11-01T04:41:22.314Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1305 | 2024-11-01T04:41:22.606Z | Compiling rustix v0.38.37 |
| 1306 | 2024-11-01T04:41:23.162Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1307 | 2024-11-01T04:41:23.327Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1308 | 2024-11-01T04:41:23.412Z | Compiling progenitor-client v0.8.0 |
| 1309 | 2024-11-01T04:41:23.473Z | Compiling backoff v0.4.0 |
| 1310 | 2024-11-01T04:41:23.845Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1311 | 2024-11-01T04:41:23.879Z | Compiling macaddr v1.0.1 |
| 1312 | 2024-11-01T04:41:23.890Z | Compiling parse-display v0.10.0 |
| 1313 | 2024-11-01T04:41:24.370Z | Compiling regress v0.9.1 |
| 1314 | 2024-11-01T04:41:24.681Z | Compiling utf8parse v0.2.2 |
| 1315 | 2024-11-01T04:41:24.832Z | Compiling anstyle-parse v0.2.5 |
| 1316 | 2024-11-01T04:41:25.188Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
| 1317 | 2024-11-01T04:41:25.853Z | Compiling typify-macro v0.2.0 |
| 1318 | 2024-11-01T04:41:27.957Z | Compiling colorchoice v1.0.2 |
| 1319 | 2024-11-01T04:41:27.971Z | Compiling anstyle v1.0.8 |
| 1320 | 2024-11-01T04:41:28.116Z | Compiling unicode-width v0.1.14 |
| 1321 | 2024-11-01T04:41:28.138Z | Compiling is_terminal_polyfill v1.70.1 |
| 1322 | 2024-11-01T04:41:28.186Z | Compiling lazy_static v1.5.0 |
| 1323 | 2024-11-01T04:41:28.250Z | Compiling anstyle-query v1.1.1 |
| 1324 | 2024-11-01T04:41:28.393Z | Compiling anstream v0.6.15 |
| 1325 | 2024-11-01T04:41:28.406Z | Compiling usdt v0.5.0 |
| 1326 | 2024-11-01T04:41:28.654Z | Compiling slog-json v2.6.1 |
| 1327 | 2024-11-01T04:41:28.994Z | Compiling crossbeam-channel v0.5.13 |
| 1328 | 2024-11-01T04:41:29.041Z | Compiling toml_edit v0.22.21 |
| 1329 | 2024-11-01T04:41:29.213Z | Compiling clap_lex v0.7.2 |
| 1330 | 2024-11-01T04:41:29.989Z | Compiling slog-bunyan v2.5.0 |
| 1331 | 2024-11-01T04:41:30.189Z | Compiling slog-term v2.9.1 |
| 1332 | 2024-11-01T04:41:30.211Z | Compiling sha1 v0.10.6 |
| 1333 | 2024-11-01T04:41:30.653Z | Compiling newtype-uuid v1.1.0 |
| 1334 | 2024-11-01T04:41:30.928Z | Compiling typify v0.2.0 |
| 1335 | 2024-11-01T04:41:31.059Z | Compiling progenitor-impl v0.8.0 |
| 1336 | 2024-11-01T04:41:31.157Z | Compiling winnow v0.5.40 |
| 1337 | 2024-11-01T04:41:31.603Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1338 | 2024-11-01T04:41:31.990Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1339 | 2024-11-01T04:41:32.325Z | Compiling toml v0.8.19 |
| 1340 | 2024-11-01T04:41:32.577Z | Compiling clap_derive v4.5.18 |
| 1341 | 2024-11-01T04:41:35.089Z | Compiling toml_edit v0.19.15 |
| 1342 | 2024-11-01T04:41:38.866Z | Compiling heapless v0.8.0 |
| 1343 | 2024-11-01T04:41:39.058Z | Compiling proc-macro-crate v1.3.1 |
| 1344 | 2024-11-01T04:41:39.691Z | Compiling hash32 v0.3.1 |
| 1345 | 2024-11-01T04:41:39.902Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1346 | 2024-11-01T04:41:39.937Z | Compiling stable_deref_trait v1.2.0 |
| 1347 | 2024-11-01T04:41:40.033Z | Compiling smoltcp v0.11.0 |
| 1348 | 2024-11-01T04:41:40.285Z | Compiling terminal_size v0.3.0 |
| 1349 | 2024-11-01T04:41:40.696Z | Compiling foreign-types-macros v0.2.3 |
| 1350 | 2024-11-01T04:41:41.235Z | Compiling num_enum_derive v0.5.11 |
| 1351 | 2024-11-01T04:41:41.316Z | Compiling proc-macro-error-attr v1.0.4 |
| 1352 | 2024-11-01T04:41:41.674Z | Compiling heck v0.4.1 |
| 1353 | 2024-11-01T04:41:41.925Z | Compiling progenitor-macro v0.8.0 |
| 1354 | 2024-11-01T04:41:42.027Z | Compiling managed v0.8.0 |
| 1355 | 2024-11-01T04:41:42.051Z | Compiling either v1.13.0 |
| 1356 | 2024-11-01T04:41:42.096Z | Compiling cobs v0.2.3 |
| 1357 | 2024-11-01T04:41:42.394Z | Compiling foreign-types-shared v0.3.1 |
| 1358 | 2024-11-01T04:41:42.471Z | Compiling bitflags v1.3.2 |
| 1359 | 2024-11-01T04:41:42.496Z | Compiling foreign-types v0.5.0 |
| 1360 | 2024-11-01T04:41:42.596Z | Compiling postcard v1.0.10 |
| 1361 | 2024-11-01T04:41:43.097Z | Compiling clap_builder v4.5.18 |
| 1362 | 2024-11-01T04:41:43.598Z | Compiling num_enum v0.5.11 |
| 1363 | 2024-11-01T04:41:43.916Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1364 | 2024-11-01T04:41:44.129Z | Compiling num-integer v0.1.46 |
| 1365 | 2024-11-01T04:41:44.868Z | Compiling cstr-argument v0.1.2 |
| 1366 | 2024-11-01T04:41:44.880Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1367 | 2024-11-01T04:41:45.136Z | Compiling proc-macro-error v1.0.4 |
| 1368 | 2024-11-01T04:41:45.209Z | Compiling float-ord v0.3.2 |
| 1369 | 2024-11-01T04:41:45.370Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1370 | 2024-11-01T04:41:45.477Z | Compiling pretty-hex v0.2.1 |
| 1371 | 2024-11-01T04:41:45.531Z | Compiling fastrand v2.1.1 |
| 1372 | 2024-11-01T04:41:45.658Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1373 | 2024-11-01T04:41:46.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1374 | 2024-11-01T04:41:46.132Z | Compiling tempfile v3.12.0 |
| 1375 | 2024-11-01T04:41:47.184Z | Compiling clap v4.5.18 |
| 1376 | 2024-11-01T04:41:47.498Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1377 | 2024-11-01T04:41:47.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1378 | 2024-11-01T04:41:48.157Z | Compiling tabwriter v1.4.0 |
| 1379 | 2024-11-01T04:41:48.338Z | Compiling colored v2.1.0 |
| 1380 | 2024-11-01T04:41:48.511Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1381 | 2024-11-01T04:41:48.739Z | Compiling crucible-workspace-hack v0.1.0 |
| 1382 | 2024-11-01T04:41:49.037Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1383 | 2024-11-01T04:41:49.429Z | Compiling num-iter v0.1.45 |
| 1384 | 2024-11-01T04:41:49.608Z | Compiling num-rational v0.4.2 |
| 1385 | 2024-11-01T04:41:50.029Z | Compiling num-complex v0.4.6 |
| 1386 | 2024-11-01T04:41:50.272Z | Compiling prettyplease v0.2.22 |
| 1387 | 2024-11-01T04:41:50.339Z | Compiling semver v0.1.20 |
| 1388 | 2024-11-01T04:41:50.515Z | Compiling unicode-segmentation v1.12.0 |
| 1389 | 2024-11-01T04:41:50.575Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1390 | 2024-11-01T04:41:50.927Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1391 | 2024-11-01T04:41:50.932Z | Compiling rustc_version v0.1.7 |
| 1392 | 2024-11-01T04:41:51.113Z | Compiling num v0.4.3 |
| 1393 | 2024-11-01T04:41:51.211Z | Compiling newline-converter v0.3.0 |
| 1394 | 2024-11-01T04:41:51.475Z | Compiling zone_cfg_derive v0.3.0 |
| 1395 | 2024-11-01T04:41:52.989Z | Compiling camino-tempfile v1.1.1 |
| 1396 | 2024-11-01T04:41:53.287Z | Compiling itertools v0.10.5 |
| 1397 | 2024-11-01T04:41:53.490Z | Compiling console v0.15.8 |
| 1398 | 2024-11-01T04:41:54.422Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1399 | 2024-11-01T04:41:55.211Z | Compiling num-derive v0.4.2 |
| 1400 | 2024-11-01T04:41:55.254Z | Compiling sigpipe v0.1.3 |
| 1401 | 2024-11-01T04:41:55.327Z | Compiling similar v2.6.0 |
| 1402 | 2024-11-01T04:41:55.367Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1403 | 2024-11-01T04:41:55.665Z | Compiling base64ct v1.6.0 |
| 1404 | 2024-11-01T04:41:55.971Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1405 | 2024-11-01T04:41:56.001Z | Compiling zone v0.3.0 |
| 1406 | 2024-11-01T04:41:56.248Z | Compiling expectorate v1.1.0 |
| 1407 | 2024-11-01T04:41:56.260Z | Compiling password-hash v0.5.0 |
| 1408 | 2024-11-01T04:41:57.450Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1409 | 2024-11-01T04:41:57.578Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
| 1410 | 2024-11-01T04:41:57.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1411 | 2024-11-01T04:41:57.927Z | Compiling newtype_derive v0.1.6 |
| 1412 | 2024-11-01T04:41:58.241Z | Compiling blake2 v0.10.6 |
| 1413 | 2024-11-01T04:41:58.286Z | Compiling hubpack_derive v0.1.1 |
| 1414 | 2024-11-01T04:41:58.614Z | Compiling smf v0.2.3 |
| 1415 | 2024-11-01T04:41:59.116Z | Compiling zerocopy-derive v0.6.6 |
| 1416 | 2024-11-01T04:41:59.551Z | Compiling owo-colors v4.1.0 |
| 1417 | 2024-11-01T04:41:59.691Z | Compiling progenitor v0.8.0 |
| 1418 | 2024-11-01T04:41:59.883Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 1419 | 2024-11-01T04:41:59.927Z | Compiling cancel-safe-futures v0.1.5 |
| 1420 | 2024-11-01T04:41:59.955Z | Compiling fixedbitset v0.4.2 |
| 1421 | 2024-11-01T04:42:00.283Z | Compiling whoami v1.5.2 |
| 1422 | 2024-11-01T04:42:00.336Z | Compiling petgraph v0.6.5 |
| 1423 | 2024-11-01T04:42:00.418Z | Compiling hubpack v0.1.2 |
| 1424 | 2024-11-01T04:42:00.436Z | Compiling argon2 v0.5.3 |
| 1425 | 2024-11-01T04:42:00.989Z | Compiling strum_macros v0.25.3 |
| 1426 | 2024-11-01T04:42:01.141Z | Compiling zerocopy v0.6.6 |
| 1427 | 2024-11-01T04:42:02.007Z | Compiling serde-big-array v0.5.1 |
| 1428 | 2024-11-01T04:42:02.077Z | Compiling serde_repr v0.1.19 |
| 1429 | 2024-11-01T04:42:02.239Z | Compiling cookie v0.18.1 |
| 1430 | 2024-11-01T04:42:02.578Z | Compiling static_assertions v1.1.0 |
| 1431 | 2024-11-01T04:42:02.676Z | Compiling convert_case v0.4.0 |
| 1432 | 2024-11-01T04:42:03.380Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1433 | 2024-11-01T04:42:03.490Z | Compiling derive_more v0.99.18 |
| 1434 | 2024-11-01T04:42:04.862Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1435 | 2024-11-01T04:42:05.165Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1436 | 2024-11-01T04:42:08.503Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1437 | 2024-11-01T04:42:09.078Z | Compiling atomicwrites v0.4.4 |
| 1438 | 2024-11-01T04:42:09.469Z | Compiling itertools v0.13.0 |
| 1439 | 2024-11-01T04:42:09.679Z | Compiling libsw v3.3.1 |
| 1440 | 2024-11-01T04:42:09.998Z | Compiling enum-as-inner v0.6.1 |
| 1441 | 2024-11-01T04:42:10.181Z | Compiling derive-where v1.2.7 |
| 1442 | 2024-11-01T04:42:10.921Z | Compiling idna v0.4.0 |
| 1443 | 2024-11-01T04:42:11.172Z | Compiling quick-error v1.2.3 |
| 1444 | 2024-11-01T04:42:11.314Z | Compiling data-encoding v2.6.0 |
| 1445 | 2024-11-01T04:42:12.273Z | Compiling highway v1.2.0 |
| 1446 | 2024-11-01T04:42:12.424Z | Compiling linear-map v1.2.0 |
| 1447 | 2024-11-01T04:42:12.783Z | Compiling indent_write v2.2.0 |
| 1448 | 2024-11-01T04:42:12.843Z | Compiling linked-hash-map v0.5.6 |
| 1449 | 2024-11-01T04:42:12.843Z | Compiling swrite v0.1.0 |
| 1450 | 2024-11-01T04:42:12.995Z | Compiling hickory-proto v0.24.1 |
| 1451 | 2024-11-01T04:42:13.127Z | Compiling resolv-conf v0.7.0 |
| 1452 | 2024-11-01T04:42:13.179Z | Compiling lru-cache v0.1.2 |
| 1453 | 2024-11-01T04:42:13.200Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1454 | 2024-11-01T04:42:13.375Z | Compiling steno v0.4.1 |
| 1455 | 2024-11-01T04:42:13.485Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1456 | 2024-11-01T04:42:15.377Z | Compiling slog-dtrace v0.3.0 |
| 1457 | 2024-11-01T04:42:15.707Z | Compiling parking_lot_core v0.8.6 |
| 1458 | 2024-11-01T04:42:16.159Z | Compiling humantime v2.1.0 |
| 1459 | 2024-11-01T04:42:16.751Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1460 | 2024-11-01T04:42:17.969Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1461 | 2024-11-01T04:42:22.248Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1462 | 2024-11-01T04:42:22.341Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1463 | 2024-11-01T04:42:23.179Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1464 | 2024-11-01T04:42:23.294Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1465 | 2024-11-01T04:42:25.625Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1466 | 2024-11-01T04:42:27.693Z | Compiling hickory-resolver v0.24.1 |
| 1467 | 2024-11-01T04:42:27.868Z | Compiling num-derive v0.3.3 |
| 1468 | 2024-11-01T04:42:28.073Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1469 | 2024-11-01T04:42:28.737Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 1470 | 2024-11-01T04:42:29.619Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1471 | 2024-11-01T04:42:29.653Z | Compiling half v2.4.1 |
| 1472 | 2024-11-01T04:42:29.904Z | Compiling ciborium-io v0.2.2 |
| 1473 | 2024-11-01T04:42:29.996Z | Compiling parking_lot v0.11.2 |
| 1474 | 2024-11-01T04:42:30.020Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
| 1475 | 2024-11-01T04:42:30.207Z | Compiling ciborium-ll v0.2.2 |
| 1476 | 2024-11-01T04:42:30.262Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
| 1477 | 2024-11-01T04:42:30.619Z | Compiling proc-macro-crate v3.2.0 |
| 1478 | 2024-11-01T04:42:31.037Z | Compiling crossbeam-epoch v0.9.18 |
| 1479 | 2024-11-01T04:42:31.279Z | Compiling fxhash v0.2.1 |
| 1480 | 2024-11-01T04:42:31.371Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1481 | 2024-11-01T04:42:31.494Z | Compiling crc32fast v1.4.2 |
| 1482 | 2024-11-01T04:42:31.826Z | Compiling num_enum_derive v0.7.3 |
| 1483 | 2024-11-01T04:42:31.866Z | Compiling sled v0.34.7 |
| 1484 | 2024-11-01T04:42:31.904Z | Compiling ciborium v0.2.2 |
| 1485 | 2024-11-01T04:42:33.508Z | Compiling yansi v1.0.1 |
| 1486 | 2024-11-01T04:42:33.557Z | Compiling diff v0.1.13 |
| 1487 | 2024-11-01T04:42:34.205Z | Compiling pretty_assertions v1.4.1 |
| 1488 | 2024-11-01T04:42:34.418Z | Compiling num_enum v0.7.3 |
| 1489 | 2024-11-01T04:42:40.930Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1490 | 2024-11-01T04:42:42.229Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1491 | 2024-11-01T04:42:47.608Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1492 | 2024-11-01T04:42:48.642Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1493 | 2024-11-01T04:42:50.051Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1494 | 2024-11-01T04:42:52.303Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1495 | 2024-11-01T04:43:11.955Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 46s |
| 1496 | 2024-11-01T04:43:12.119Z | ------------ |
| 1497 | 2024-11-01T04:43:12.119Z | Nextest run ID 6f2141bc-59d9-45b6-9374-4bb0ef9cf0d4 with nextest profile: default |
| 1498 | 2024-11-01T04:43:12.119Z | Starting 2 tests across 1 binary |
| 1499 | 2024-11-01T04:43:12.124Z | START bfd test::test_new_daemon |
| 1500 | 2024-11-01T04:43:12.129Z | |
| 1501 | 2024-11-01T04:43:12.129Z | running 1 test |
| 1502 | 2024-11-01T04:43:12.198Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok |
| 1503 | 2024-11-01T04:43:12.198Z | |
| 1504 | 2024-11-01T04:43:12.198Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
| 1505 | 2024-11-01T04:43:12.198Z | |
| 1506 | 2024-11-01T04:43:12.207Z | PASS [ 0.085s] bfd test::test_new_daemon |
| 1507 | 2024-11-01T04:43:12.207Z | START bfd test::test_protocol_basics |
| 1508 | 2024-11-01T04:43:12.215Z | ,"time" |
| 1509 | 2024-11-01T04:43:12.216Z | running 1 test |
| 1510 | 2024-11-01T04:43:12.288Z | {{""msgmsg"":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 970849496, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1736992501, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,"name,"":name":""slog-rs"slog-rs","level",:"level":1010,"time":"2024-11-01T04:43:11.568316455Z","hostname":",w-01JBK04BBWFAD50SY6BG8W8TY3""time":","pid"2024-11-01T04:43:11.568310916Z":,"hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":31203120}} |
| 1511 | 2024-11-01T04:43:12.288Z | |
| 1512 | 2024-11-01T04:43:12.288Z | {"msg":{"transition -> Init","v":"msg"0:","transition -> Initname"":"slog-rs,""v":,0","levelname""::"slog-rs"30,"level":30,"time":"2024-11-01T04:43:11.568634788Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3",",pid"":time":"31202024-11-01T04:43:11.568635978Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":,3120"peer":","203.0.113.20"peer,"":"state":"203.0.113.10"Down","}state" |
| 1513 | 2024-11-01T04:43:12.288Z | :"Down"} |
| 1514 | 2024-11-01T04:43:13.285Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1736992501, your_discriminator: 970849496, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-01T04:43:12.565229512Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1515 | 2024-11-01T04:43:13.286Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-01T04:43:12.565340609Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120,"peer":"203.0.113.20","state":"Init"} |
| 1516 | 2024-11-01T04:43:13.291Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 970849496, your_discriminator: 1736992501, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-01T04:43:12.568211775Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1517 | 2024-11-01T04:43:13.291Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-01T04:43:12.568300015Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120,"peer":"203.0.113.10","state":"Init"} |
| 1518 | 2024-11-01T04:43:18.285Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1736992501, your_discriminator: 970849496, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-01T04:43:17.565178298Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1519 | 2024-11-01T04:43:18.288Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 970849496, your_discriminator: 1736992501, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-01T04:43:17.568234753Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1520 | 2024-11-01T04:43:22.292Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-11-01T04:43:21.568215437Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1521 | 2024-11-01T04:43:22.292Z | ,"time":"2024-11-01T04:43:21.568243914Z","hostname":"w-01JBK04BBWFAD50SY6BG8W8TY3","pid":3120} |
| 1522 | 2024-11-01T04:43:22.295Z | test test::test_protocol_basics ... ok |
| 1523 | 2024-11-01T04:43:22.295Z | |
| 1524 | 2024-11-01T04:43:22.295Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
| 1525 | 2024-11-01T04:43:22.295Z | |
| 1526 | 2024-11-01T04:43:22.298Z | PASS [ 10.093s] bfd test::test_protocol_basics |
| 1527 | 2024-11-01T04:43:22.298Z | ------------ |
| 1528 | 2024-11-01T04:43:22.298Z | Summary [ 10.179s] 2 tests run: 2 passed, 0 skipped |
| 1529 | 2024-11-01T04:43:22.316Z | process exited: duration 359790 ms, exit code 0 |
| |
| 1530 | 2024-11-01T04:43:22.321Z | found 0 output files |