|
|
|
| 1 | 2024-10-18T03:09:15.993Z | job assigned to worker 01JAESJ592035A3KVDFXB1S1PC (queued for 57 s) |
| |
| 2 | 2024-10-18T03:09:24.552Z | starting task 0: "setup" |
| 3 | 2024-10-18T03:09:24.559Z | ++ uname -s |
| 4 | 2024-10-18T03:09:24.562Z | + kern=SunOS |
| 5 | 2024-10-18T03:09:24.562Z | + case "$kern" in |
| 6 | 2024-10-18T03:09:24.562Z | + groupadd -g 12345 build |
| 7 | 2024-10-18T03:09:24.564Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-18T03:09:26.573Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-18T03:09:26.685Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-18T03:09:26.688Z | + home_fs=zfs |
| 11 | 2024-10-18T03:09:26.688Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-18T03:09:26.688Z | + mkdir -p /home/build |
| 13 | 2024-10-18T03:09:26.690Z | + chown build:build /home/build /work |
| 14 | 2024-10-18T03:09:28.691Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-18T03:09:28.694Z | process exited: duration 4144 ms, exit code 0 |
| |
| 16 | 2024-10-18T03:09:28.699Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-18T03:09:28.704Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-18T03:09:28.704Z | * toolchain channel = "stable" |
| 19 | 2024-10-18T03:09:28.704Z | * toolchain profile = "default" |
| 20 | 2024-10-18T03:09:28.704Z | ' stable |
| 21 | 2024-10-18T03:09:28.704Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-10-18T03:09:28.704Z | ' default |
| 23 | 2024-10-18T03:09:28.707Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-18T03:09:28.707Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-10-18T03:09:28.861Z | info: downloading installer |
| 26 | 2024-10-18T03:09:30.445Z | info: profile set to 'default' |
| 27 | 2024-10-18T03:09:30.445Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-18T03:09:30.448Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-10-18T03:09:30.611Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-10-18T03:09:30.611Z | info: downloading component 'cargo' |
| 31 | 2024-10-18T03:09:31.487Z | info: downloading component 'clippy' |
| 32 | 2024-10-18T03:09:31.826Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-18T03:09:33.062Z | info: downloading component 'rust-std' |
| 34 | 2024-10-18T03:09:35.050Z | info: downloading component 'rustc' |
| 35 | 2024-10-18T03:09:42.104Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-18T03:09:42.361Z | info: installing component 'cargo' |
| 37 | 2024-10-18T03:09:43.204Z | info: installing component 'clippy' |
| 38 | 2024-10-18T03:09:43.607Z | info: installing component 'rust-docs' |
| 39 | 2024-10-18T03:09:45.350Z | info: installing component 'rust-std' |
| 40 | 2024-10-18T03:09:47.222Z | info: installing component 'rustc' |
| 41 | 2024-10-18T03:09:53.570Z | info: installing component 'rustfmt' |
| 42 | 2024-10-18T03:09:53.917Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-10-18T03:09:53.917Z | |
| 44 | 2024-10-18T03:09:54.295Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-10-18T03:09:54.295Z | |
| 46 | 2024-10-18T03:09:54.301Z | |
| 47 | 2024-10-18T03:09:54.301Z | Rust is installed now. Great! |
| 48 | 2024-10-18T03:09:54.301Z | |
| 49 | 2024-10-18T03:09:54.301Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-18T03:09:54.301Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-18T03:09:54.301Z | |
| 52 | 2024-10-18T03:09:54.301Z | To configure your current shell, you need to source |
| 53 | 2024-10-18T03:09:54.301Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-18T03:09:54.301Z | |
| 55 | 2024-10-18T03:09:54.301Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-18T03:09:54.301Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-18T03:09:54.301Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-18T03:09:54.365Z | + rustc --version |
| 59 | 2024-10-18T03:09:54.429Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-10-18T03:09:54.433Z | process exited: duration 25735 ms, exit code 0 |
| |
| 61 | 2024-10-18T03:09:54.445Z | starting task 2: "authentication" |
| 62 | 2024-10-18T03:09:54.465Z | process exited: duration 23 ms, exit code 0 |
| |
| 63 | 2024-10-18T03:09:54.501Z | starting task 3: "clone repository" |
| 64 | 2024-10-18T03:09:54.504Z | + mkdir -p /work/oxidecomputer/maghemite |
| 65 | 2024-10-18T03:09:54.504Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 66 | 2024-10-18T03:09:54.751Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 67 | 2024-10-18T03:09:55.696Z | + cd /work/oxidecomputer/maghemite |
| 68 | 2024-10-18T03:09:55.696Z | + git fetch origin dc001875d1df1c0efa9aaffb5e0e49dc419592a5 |
| 69 | 2024-10-18T03:09:55.949Z | From https://github.com/oxidecomputer/maghemite |
| 70 | 2024-10-18T03:09:55.949Z | * branch dc001875d1df1c0efa9aaffb5e0e49dc419592a5 -> FETCH_HEAD |
| 71 | 2024-10-18T03:09:55.956Z | + [[ -n renovate/libc-0.x-lockfile ]] |
| 72 | 2024-10-18T03:09:55.959Z | ++ git branch --show-current |
| 73 | 2024-10-18T03:09:55.961Z | + current=main |
| 74 | 2024-10-18T03:09:55.961Z | + [[ main != renovate/libc-0.x-lockfile ]] |
| 75 | 2024-10-18T03:09:55.961Z | + git branch -f renovate/libc-0.x-lockfile dc001875d1df1c0efa9aaffb5e0e49dc419592a5 |
| 76 | 2024-10-18T03:09:55.965Z | + git checkout -f renovate/libc-0.x-lockfile |
| 77 | 2024-10-18T03:09:55.978Z | Switched to branch 'renovate/libc-0.x-lockfile' |
| 78 | 2024-10-18T03:09:55.980Z | + git reset --hard dc001875d1df1c0efa9aaffb5e0e49dc419592a5 |
| 79 | 2024-10-18T03:09:55.992Z | HEAD is now at dc00187 Update Rust crate libc to v0.2.161 |
| 80 | 2024-10-18T03:09:55.994Z | process exited: duration 1521 ms, exit code 0 |
| |
| 81 | 2024-10-18T03:09:56.000Z | starting task 4: "build" |
| 82 | 2024-10-18T03:09:56.005Z | + set -e |
| 83 | 2024-10-18T03:09:56.005Z | + cargo --version |
| 84 | 2024-10-18T03:09:56.010Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 85 | 2024-10-18T03:09:56.158Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 86 | 2024-10-18T03:09:56.158Z | info: downloading component 'cargo' |
| 87 | 2024-10-18T03:09:56.903Z | info: downloading component 'clippy' |
| 88 | 2024-10-18T03:09:57.178Z | info: downloading component 'rust-docs' |
| 89 | 2024-10-18T03:09:58.186Z | info: downloading component 'rust-std' |
| 90 | 2024-10-18T03:09:59.742Z | info: downloading component 'rustc' |
| 91 | 2024-10-18T03:10:05.341Z | info: downloading component 'rustfmt' |
| 92 | 2024-10-18T03:10:05.558Z | info: installing component 'cargo' |
| 93 | 2024-10-18T03:10:06.429Z | info: installing component 'clippy' |
| 94 | 2024-10-18T03:10:06.832Z | info: installing component 'rust-docs' |
| 95 | 2024-10-18T03:10:08.437Z | info: installing component 'rust-std' |
| 96 | 2024-10-18T03:10:10.198Z | info: installing component 'rustc' |
| 97 | 2024-10-18T03:10:16.393Z | info: installing component 'rustfmt' |
| 98 | 2024-10-18T03:10:16.828Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 99 | 2024-10-18T03:10:16.835Z | + rustc --version |
| 100 | 2024-10-18T03:10:16.918Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 101 | 2024-10-18T03:10:16.923Z | + cargo install cargo-nextest |
| 102 | 2024-10-18T03:10:17.015Z | Updating crates.io index |
| 103 | 2024-10-18T03:10:17.121Z | Downloading crates ... |
| 104 | 2024-10-18T03:10:17.198Z | Downloaded cargo-nextest v0.9.81 |
| 105 | 2024-10-18T03:10:17.246Z | Installing cargo-nextest v0.9.81 |
| 106 | 2024-10-18T03:10:17.340Z | Updating crates.io index |
| 107 | 2024-10-18T03:10:18.366Z | Locking 326 packages to latest compatible versions |
| 108 | 2024-10-18T03:10:18.366Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
| 109 | 2024-10-18T03:10:18.368Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
| 110 | 2024-10-18T03:10:18.368Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 111 | 2024-10-18T03:10:18.384Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 112 | 2024-10-18T03:10:18.386Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
| 113 | 2024-10-18T03:10:18.386Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
| 114 | 2024-10-18T03:10:18.386Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 115 | 2024-10-18T03:10:18.386Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 116 | 2024-10-18T03:10:18.387Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 117 | 2024-10-18T03:10:18.387Z | Adding gimli v0.28.1 (latest: v0.31.1) |
| 118 | 2024-10-18T03:10:18.387Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 119 | 2024-10-18T03:10:18.394Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 120 | 2024-10-18T03:10:18.394Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 121 | 2024-10-18T03:10:18.394Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 122 | 2024-10-18T03:10:18.398Z | Adding object v0.32.2 (latest: v0.36.5) |
| 123 | 2024-10-18T03:10:18.398Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
| 124 | 2024-10-18T03:10:18.398Z | Adding quick-xml v0.23.1 (latest: v0.36.2) |
| 125 | 2024-10-18T03:10:18.401Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 126 | 2024-10-18T03:10:18.403Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
| 127 | 2024-10-18T03:10:18.406Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
| 128 | 2024-10-18T03:10:18.406Z | Adding vte v0.11.1 (latest: v0.13.0) |
| 129 | 2024-10-18T03:10:18.406Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 130 | 2024-10-18T03:10:18.410Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 131 | 2024-10-18T03:10:18.410Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 132 | 2024-10-18T03:10:18.410Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 133 | 2024-10-18T03:10:18.410Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 134 | 2024-10-18T03:10:18.410Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
| 135 | 2024-10-18T03:10:18.410Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 136 | 2024-10-18T03:10:18.410Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 137 | 2024-10-18T03:10:18.410Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 138 | 2024-10-18T03:10:18.410Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
| 139 | 2024-10-18T03:10:18.410Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 140 | 2024-10-18T03:10:18.410Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
| 141 | 2024-10-18T03:10:18.410Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 142 | 2024-10-18T03:10:18.410Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
| 143 | 2024-10-18T03:10:18.410Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 144 | 2024-10-18T03:10:18.410Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
| 145 | 2024-10-18T03:10:18.410Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 146 | 2024-10-18T03:10:18.410Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
| 147 | 2024-10-18T03:10:18.411Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 148 | 2024-10-18T03:10:18.411Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
| 149 | 2024-10-18T03:10:18.411Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 150 | 2024-10-18T03:10:18.411Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
| 151 | 2024-10-18T03:10:18.411Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 152 | 2024-10-18T03:10:18.411Z | Adding zerocopy v0.7.35 (latest: v0.8.6) |
| 153 | 2024-10-18T03:10:18.411Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.6) |
| 154 | 2024-10-18T03:10:18.411Z | Downloading crates ... |
| 155 | 2024-10-18T03:10:18.479Z | Downloaded ahash v0.8.11 |
| 156 | 2024-10-18T03:10:18.484Z | Downloaded atomicwrites v0.4.4 |
| 157 | 2024-10-18T03:10:18.490Z | Downloaded http-body v1.0.1 |
| 158 | 2024-10-18T03:10:18.492Z | Downloaded enable-ansi-support v0.2.1 |
| 159 | 2024-10-18T03:10:18.492Z | Downloaded base64 v0.21.7 |
| 160 | 2024-10-18T03:10:18.496Z | Downloaded camino-tempfile v1.1.1 |
| 161 | 2024-10-18T03:10:18.498Z | Downloaded foreign-types v0.3.2 |
| 162 | 2024-10-18T03:10:18.502Z | Downloaded adler v1.0.2 |
| 163 | 2024-10-18T03:10:18.505Z | Downloaded crypto-common v0.1.6 |
| 164 | 2024-10-18T03:10:18.507Z | Downloaded clap_lex v0.7.2 |
| 165 | 2024-10-18T03:10:18.507Z | Downloaded home v0.5.9 |
| 166 | 2024-10-18T03:10:18.511Z | Downloaded block-buffer v0.10.4 |
| 167 | 2024-10-18T03:10:18.514Z | Downloaded anstream v0.6.15 |
| 168 | 2024-10-18T03:10:18.516Z | Downloaded anstyle-parse v0.2.5 |
| 169 | 2024-10-18T03:10:18.519Z | Downloaded hyper-tls v0.6.0 |
| 170 | 2024-10-18T03:10:18.522Z | Downloaded futures-macro v0.3.31 |
| 171 | 2024-10-18T03:10:18.522Z | Downloaded humantime v2.1.0 |
| 172 | 2024-10-18T03:10:18.522Z | Downloaded colorchoice v1.0.2 |
| 173 | 2024-10-18T03:10:18.524Z | Downloaded addr2line v0.21.0 |
| 174 | 2024-10-18T03:10:18.526Z | Downloaded generic-array v0.14.7 |
| 175 | 2024-10-18T03:10:18.529Z | Downloaded futures-task v0.3.31 |
| 176 | 2024-10-18T03:10:18.529Z | Downloaded futures-core v0.3.31 |
| 177 | 2024-10-18T03:10:18.531Z | Downloaded fixedbitset v0.4.2 |
| 178 | 2024-10-18T03:10:18.531Z | Downloaded env_logger v0.11.5 |
| 179 | 2024-10-18T03:10:18.534Z | Downloaded futures-executor v0.3.31 |
| 180 | 2024-10-18T03:10:18.537Z | Downloaded base64ct v1.6.0 |
| 181 | 2024-10-18T03:10:18.542Z | Downloaded form_urlencoded v1.2.1 |
| 182 | 2024-10-18T03:10:18.542Z | Downloaded errno v0.3.9 |
| 183 | 2024-10-18T03:10:18.545Z | Downloaded cfg-expr v0.17.0 |
| 184 | 2024-10-18T03:10:18.545Z | Downloaded openssl-macros v0.1.1 |
| 185 | 2024-10-18T03:10:18.547Z | Downloaded http-body-util v0.1.2 |
| 186 | 2024-10-18T03:10:18.547Z | Downloaded nextest-workspace-hack v0.1.0 |
| 187 | 2024-10-18T03:10:18.550Z | Downloaded futures v0.3.31 |
| 188 | 2024-10-18T03:10:18.553Z | Downloaded try-lock v0.2.5 |
| 189 | 2024-10-18T03:10:18.556Z | Downloaded digest v0.10.7 |
| 190 | 2024-10-18T03:10:18.559Z | Downloaded vte_generate_state_changes v0.1.2 |
| 191 | 2024-10-18T03:10:18.559Z | Downloaded indenter v0.3.3 |
| 192 | 2024-10-18T03:10:18.561Z | Downloaded cargo-platform v0.1.8 |
| 193 | 2024-10-18T03:10:18.561Z | Downloaded adler2 v2.0.0 |
| 194 | 2024-10-18T03:10:18.564Z | Downloaded tinyvec_macros v0.1.1 |
| 195 | 2024-10-18T03:10:18.566Z | Downloaded number_prefix v0.4.0 |
| 196 | 2024-10-18T03:10:18.566Z | Downloaded is_ci v1.2.0 |
| 197 | 2024-10-18T03:10:18.568Z | Downloaded supports-unicode v3.0.0 |
| 198 | 2024-10-18T03:10:18.568Z | Downloaded anstyle v1.0.8 |
| 199 | 2024-10-18T03:10:18.571Z | Downloaded byteorder v1.5.0 |
| 200 | 2024-10-18T03:10:18.574Z | Downloaded supports-color v3.0.1 |
| 201 | 2024-10-18T03:10:18.576Z | Downloaded iana-time-zone v0.1.61 |
| 202 | 2024-10-18T03:10:18.579Z | Downloaded newtype-uuid v1.1.2 |
| 203 | 2024-10-18T03:10:18.581Z | Downloaded version_check v0.9.5 |
| 204 | 2024-10-18T03:10:18.581Z | Downloaded nextest-metadata v0.12.1 |
| 205 | 2024-10-18T03:10:18.583Z | Downloaded utf8parse v0.2.2 |
| 206 | 2024-10-18T03:10:18.584Z | Downloaded backtrace-ext v0.2.1 |
| 207 | 2024-10-18T03:10:18.586Z | Downloaded duct v0.13.7 |
| 208 | 2024-10-18T03:10:18.589Z | Downloaded mime v0.3.17 |
| 209 | 2024-10-18T03:10:18.592Z | Downloaded xattr v1.3.1 |
| 210 | 2024-10-18T03:10:18.592Z | Downloaded equivalent v1.0.1 |
| 211 | 2024-10-18T03:10:18.594Z | Downloaded display-error-chain v0.2.1 |
| 212 | 2024-10-18T03:10:18.594Z | Downloaded guppy-workspace-hack v0.1.0 |
| 213 | 2024-10-18T03:10:18.597Z | Downloaded pkg-config v0.3.31 |
| 214 | 2024-10-18T03:10:18.597Z | Downloaded anstyle-query v1.1.1 |
| 215 | 2024-10-18T03:10:18.599Z | Downloaded cfg-if v1.0.0 |
| 216 | 2024-10-18T03:10:18.600Z | Downloaded zeroize v1.8.1 |
| 217 | 2024-10-18T03:10:18.602Z | Downloaded strsim v0.11.1 |
| 218 | 2024-10-18T03:10:18.605Z | Downloaded ed25519-dalek v2.1.1 |
| 219 | 2024-10-18T03:10:18.608Z | Downloaded native-tls v0.2.12 |
| 220 | 2024-10-18T03:10:18.611Z | Downloaded unicase v2.7.0 |
| 221 | 2024-10-18T03:10:18.613Z | Downloaded tokio-rustls v0.26.0 |
| 222 | 2024-10-18T03:10:18.617Z | Downloaded once_cell v1.20.2 |
| 223 | 2024-10-18T03:10:18.621Z | Downloaded der v0.7.9 |
| 224 | 2024-10-18T03:10:18.623Z | Downloaded supports-hyperlinks v3.0.0 |
| 225 | 2024-10-18T03:10:18.625Z | Downloaded target-spec-miette v0.4.0 |
| 226 | 2024-10-18T03:10:18.626Z | Downloaded either v1.13.0 |
| 227 | 2024-10-18T03:10:18.630Z | Downloaded autocfg v1.4.0 |
| 228 | 2024-10-18T03:10:18.633Z | Downloaded tempfile v3.13.0 |
| 229 | 2024-10-18T03:10:18.633Z | Downloaded zerocopy-derive v0.7.35 |
| 230 | 2024-10-18T03:10:18.638Z | Downloaded self-replace v1.5.0 |
| 231 | 2024-10-18T03:10:18.640Z | Downloaded openssl-probe v0.1.5 |
| 232 | 2024-10-18T03:10:18.643Z | Downloaded mukti-metadata v0.2.1 |
| 233 | 2024-10-18T03:10:18.643Z | Downloaded sync_wrapper v1.0.1 |
| 234 | 2024-10-18T03:10:18.643Z | Downloaded futures-io v0.3.31 |
| 235 | 2024-10-18T03:10:18.646Z | Downloaded env_filter v0.1.2 |
| 236 | 2024-10-18T03:10:18.648Z | Downloaded lazy_static v1.5.0 |
| 237 | 2024-10-18T03:10:18.648Z | Downloaded ed25519 v2.2.3 |
| 238 | 2024-10-18T03:10:18.650Z | Downloaded toml_datetime v0.6.8 |
| 239 | 2024-10-18T03:10:18.653Z | Downloaded signature v2.2.0 |
| 240 | 2024-10-18T03:10:18.655Z | Downloaded is_terminal_polyfill v1.70.1 |
| 241 | 2024-10-18T03:10:18.656Z | Downloaded urlencoding v2.1.3 |
| 242 | 2024-10-18T03:10:18.656Z | Downloaded swrite v0.1.0 |
| 243 | 2024-10-18T03:10:18.658Z | Downloaded nested v0.1.1 |
| 244 | 2024-10-18T03:10:18.658Z | Downloaded want v0.3.1 |
| 245 | 2024-10-18T03:10:18.660Z | Downloaded heck v0.5.0 |
| 246 | 2024-10-18T03:10:18.663Z | Downloaded xxhash-rust v0.8.12 |
| 247 | 2024-10-18T03:10:18.663Z | Downloaded ppv-lite86 v0.2.20 |
| 248 | 2024-10-18T03:10:18.665Z | Downloaded bytes v1.7.2 |
| 249 | 2024-10-18T03:10:18.668Z | Downloaded shell-words v1.1.0 |
| 250 | 2024-10-18T03:10:18.671Z | Downloaded signal-hook-registry v1.4.2 |
| 251 | 2024-10-18T03:10:18.673Z | Downloaded subtle v2.6.1 |
| 252 | 2024-10-18T03:10:18.673Z | Downloaded shared_child v1.0.1 |
| 253 | 2024-10-18T03:10:18.676Z | Downloaded dialoguer v0.11.0 |
| 254 | 2024-10-18T03:10:18.678Z | Downloaded serde_urlencoded v0.7.1 |
| 255 | 2024-10-18T03:10:18.681Z | Downloaded pkcs8 v0.10.2 |
| 256 | 2024-10-18T03:10:18.683Z | Downloaded toml v0.8.19 |
| 257 | 2024-10-18T03:10:18.687Z | Downloaded pathdiff v0.2.2 |
| 258 | 2024-10-18T03:10:18.690Z | Downloaded serde_path_to_error v0.1.16 |
| 259 | 2024-10-18T03:10:18.692Z | Downloaded smawk v0.3.2 |
| 260 | 2024-10-18T03:10:18.692Z | Downloaded spki v0.7.3 |
| 261 | 2024-10-18T03:10:18.695Z | Downloaded os_pipe v1.2.1 |
| 262 | 2024-10-18T03:10:18.699Z | Downloaded hyper-rustls v0.27.3 |
| 263 | 2024-10-18T03:10:18.701Z | Downloaded zstd-safe v7.2.1 |
| 264 | 2024-10-18T03:10:18.701Z | Downloaded future-queue v0.3.0 |
| 265 | 2024-10-18T03:10:18.704Z | Downloaded serde_ignored v0.1.10 |
| 266 | 2024-10-18T03:10:18.706Z | Downloaded miette-derive v7.2.0 |
| 267 | 2024-10-18T03:10:18.706Z | Downloaded smallvec v1.13.2 |
| 268 | 2024-10-18T03:10:18.709Z | Downloaded owo-colors v3.5.0 |
| 269 | 2024-10-18T03:10:18.711Z | Downloaded quinn-udp v0.5.5 |
| 270 | 2024-10-18T03:10:18.714Z | Downloaded globset v0.4.15 |
| 271 | 2024-10-18T03:10:18.717Z | Downloaded indicatif v0.17.8 |
| 272 | 2024-10-18T03:10:18.720Z | Downloaded rustc-hash v2.0.0 |
| 273 | 2024-10-18T03:10:18.722Z | Downloaded flate2 v1.0.34 |
| 274 | 2024-10-18T03:10:18.727Z | Downloaded rand_core v0.6.4 |
| 275 | 2024-10-18T03:10:18.730Z | Downloaded rand_chacha v0.3.1 |
| 276 | 2024-10-18T03:10:18.732Z | Downloaded quote v1.0.37 |
| 277 | 2024-10-18T03:10:18.735Z | Downloaded rustc-demangle v0.1.24 |
| 278 | 2024-10-18T03:10:18.737Z | Downloaded pin-utils v0.1.0 |
| 279 | 2024-10-18T03:10:18.737Z | Downloaded ipnet v2.10.1 |
| 280 | 2024-10-18T03:10:18.739Z | Downloaded crc32fast v1.4.2 |
| 281 | 2024-10-18T03:10:18.742Z | Downloaded nextest-filtering v0.12.0 |
| 282 | 2024-10-18T03:10:18.744Z | Downloaded log v0.4.22 |
| 283 | 2024-10-18T03:10:18.747Z | Downloaded rustls-pemfile v2.2.0 |
| 284 | 2024-10-18T03:10:18.750Z | Downloaded tracing v0.1.40 |
| 285 | 2024-10-18T03:10:18.753Z | Downloaded self_update v0.41.0 |
| 286 | 2024-10-18T03:10:18.757Z | Downloaded rustc_version v0.4.1 |
| 287 | 2024-10-18T03:10:18.759Z | Downloaded ryu v1.0.18 |
| 288 | 2024-10-18T03:10:18.761Z | Downloaded rustls-pki-types v1.10.0 |
| 289 | 2024-10-18T03:10:18.765Z | Downloaded spin v0.9.8 |
| 290 | 2024-10-18T03:10:18.768Z | Downloaded proc-macro2 v1.0.88 |
| 291 | 2024-10-18T03:10:18.771Z | Downloaded owo-colors v4.1.0 |
| 292 | 2024-10-18T03:10:18.774Z | Downloaded unicode-bidi v0.3.17 |
| 293 | 2024-10-18T03:10:18.778Z | Downloaded memchr v2.7.4 |
| 294 | 2024-10-18T03:10:18.783Z | Downloaded tracing-core v0.1.32 |
| 295 | 2024-10-18T03:10:18.786Z | Downloaded hyper-util v0.1.9 |
| 296 | 2024-10-18T03:10:18.791Z | Downloaded serde_derive v1.0.210 |
| 297 | 2024-10-18T03:10:18.794Z | Downloaded mio v1.0.2 |
| 298 | 2024-10-18T03:10:18.801Z | Downloaded guppy v0.17.8 |
| 299 | 2024-10-18T03:10:18.808Z | Downloaded pin-project v1.1.6 |
| 300 | 2024-10-18T03:10:18.822Z | Downloaded rand v0.8.5 |
| 301 | 2024-10-18T03:10:18.825Z | Downloaded toml_edit v0.22.22 |
| 302 | 2024-10-18T03:10:18.849Z | Downloaded quinn v0.11.5 |
| 303 | 2024-10-18T03:10:18.852Z | Downloaded clap_builder v4.5.20 |
| 304 | 2024-10-18T03:10:18.859Z | Downloaded nom v7.1.3 |
| 305 | 2024-10-18T03:10:18.865Z | Downloaded itertools v0.13.0 |
| 306 | 2024-10-18T03:10:18.874Z | Downloaded http v1.1.0 |
| 307 | 2024-10-18T03:10:18.877Z | Downloaded serde v1.0.210 |
| 308 | 2024-10-18T03:10:18.880Z | Downloaded zerocopy v0.7.35 |
| 309 | 2024-10-18T03:10:18.898Z | Downloaded unicode-normalization v0.1.24 |
| 310 | 2024-10-18T03:10:18.913Z | Downloaded minimal-lexical v0.2.1 |
| 311 | 2024-10-18T03:10:18.923Z | Downloaded hyper v1.5.0 |
| 312 | 2024-10-18T03:10:18.923Z | Downloaded cc v1.1.30 |
| 313 | 2024-10-18T03:10:18.925Z | Downloaded ron v0.8.1 |
| 314 | 2024-10-18T03:10:18.925Z | Downloaded miette v7.2.0 |
| 315 | 2024-10-18T03:10:18.929Z | Downloaded serde_json v1.0.129 |
| 316 | 2024-10-18T03:10:18.937Z | Downloaded quick-xml v0.23.1 |
| 317 | 2024-10-18T03:10:18.944Z | Downloaded portable-atomic v1.9.0 |
| 318 | 2024-10-18T03:10:18.952Z | Downloaded quinn-proto v0.11.8 |
| 319 | 2024-10-18T03:10:18.959Z | Downloaded reqwest v0.12.8 |
| 320 | 2024-10-18T03:10:18.968Z | Downloaded quick-xml v0.36.2 |
| 321 | 2024-10-18T03:10:18.974Z | Downloaded rustls-webpki v0.102.8 |
| 322 | 2024-10-18T03:10:18.994Z | Downloaded openssl v0.10.68 |
| 323 | 2024-10-18T03:10:19.003Z | Downloaded object v0.32.2 |
| 324 | 2024-10-18T03:10:19.014Z | Downloaded unicode-width v0.2.0 |
| 325 | 2024-10-18T03:10:19.020Z | Downloaded gimli v0.28.1 |
| 326 | 2024-10-18T03:10:19.028Z | Downloaded nix v0.29.0 |
| 327 | 2024-10-18T03:10:19.042Z | Downloaded regex v1.11.0 |
| 328 | 2024-10-18T03:10:19.056Z | Downloaded idna v0.5.0 |
| 329 | 2024-10-18T03:10:19.059Z | Downloaded nextest-runner v0.64.0 |
| 330 | 2024-10-18T03:10:19.070Z | Downloaded unicode-width v0.1.14 |
| 331 | 2024-10-18T03:10:19.074Z | Downloaded syn v2.0.79 |
| 332 | 2024-10-18T03:10:19.085Z | Downloaded curve25519-dalek v4.1.3 |
| 333 | 2024-10-18T03:10:19.094Z | Downloaded rustls v0.23.15 |
| 334 | 2024-10-18T03:10:19.106Z | Downloaded bstr v1.10.0 |
| 335 | 2024-10-18T03:10:19.115Z | Downloaded webpki-roots v0.26.6 |
| 336 | 2024-10-18T03:10:19.119Z | Downloaded futures-util v0.3.31 |
| 337 | 2024-10-18T03:10:19.131Z | Downloaded regex-syntax v0.8.5 |
| 338 | 2024-10-18T03:10:19.139Z | Downloaded rustix v0.38.37 |
| 339 | 2024-10-18T03:10:19.162Z | Downloaded vcpkg v0.2.15 |
| 340 | 2024-10-18T03:10:19.200Z | Downloaded chrono v0.4.38 |
| 341 | 2024-10-18T03:10:19.206Z | Downloaded aho-corasick v1.1.3 |
| 342 | 2024-10-18T03:10:19.211Z | Downloaded winnow v0.6.20 |
| 343 | 2024-10-18T03:10:19.220Z | Downloaded indexmap v2.6.0 |
| 344 | 2024-10-18T03:10:19.225Z | Downloaded config v0.14.0 |
| 345 | 2024-10-18T03:10:19.232Z | Downloaded hashbrown v0.15.0 |
| 346 | 2024-10-18T03:10:19.238Z | Downloaded num-traits v0.2.19 |
| 347 | 2024-10-18T03:10:19.241Z | Downloaded tinyvec v1.8.0 |
| 348 | 2024-10-18T03:10:19.244Z | Downloaded borsh v1.5.1 |
| 349 | 2024-10-18T03:10:19.249Z | Downloaded socket2 v0.5.7 |
| 350 | 2024-10-18T03:10:19.251Z | Downloaded url v2.5.2 |
| 351 | 2024-10-18T03:10:19.254Z | Downloaded base64 v0.22.1 |
| 352 | 2024-10-18T03:10:19.258Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
| 353 | 2024-10-18T03:10:19.276Z | Downloaded regex-automata v0.4.8 |
| 354 | 2024-10-18T03:10:19.291Z | Downloaded petgraph v0.6.5 |
| 355 | 2024-10-18T03:10:19.308Z | Downloaded libc v0.2.161 |
| 356 | 2024-10-18T03:10:19.333Z | Downloaded tokio v1.40.0 |
| 357 | 2024-10-18T03:10:19.382Z | Downloaded color-eyre v0.6.3 |
| 358 | 2024-10-18T03:10:19.389Z | Downloaded miniz_oxide v0.8.0 |
| 359 | 2024-10-18T03:10:19.392Z | Downloaded backtrace v0.3.71 |
| 360 | 2024-10-18T03:10:19.398Z | Downloaded pin-project-lite v0.2.14 |
| 361 | 2024-10-18T03:10:19.408Z | Downloaded uuid v1.11.0 |
| 362 | 2024-10-18T03:10:19.412Z | Downloaded zipsign-api v0.1.2 |
| 363 | 2024-10-18T03:10:19.412Z | Downloaded untrusted v0.9.0 |
| 364 | 2024-10-18T03:10:19.412Z | Downloaded clap v4.5.20 |
| 365 | 2024-10-18T03:10:19.416Z | Downloaded miniz_oxide v0.7.4 |
| 366 | 2024-10-18T03:10:19.419Z | Downloaded vte v0.11.1 |
| 367 | 2024-10-18T03:10:19.421Z | Downloaded const-oid v0.9.6 |
| 368 | 2024-10-18T03:10:19.424Z | Downloaded percent-encoding v2.3.1 |
| 369 | 2024-10-18T03:10:19.424Z | Downloaded static_assertions v1.1.0 |
| 370 | 2024-10-18T03:10:19.427Z | Downloaded serde_spanned v0.6.8 |
| 371 | 2024-10-18T03:10:19.427Z | Downloaded semver v1.0.23 |
| 372 | 2024-10-18T03:10:19.429Z | Downloaded sha2 v0.10.8 |
| 373 | 2024-10-18T03:10:19.438Z | Downloaded pin-project-internal v1.1.6 |
| 374 | 2024-10-18T03:10:19.438Z | Downloaded openssl-sys v0.9.104 |
| 375 | 2024-10-18T03:10:19.442Z | Downloaded unicode-linebreak v0.1.5 |
| 376 | 2024-10-18T03:10:19.442Z | Downloaded tar v0.4.42 |
| 377 | 2024-10-18T03:10:19.442Z | Downloaded tower-service v0.3.3 |
| 378 | 2024-10-18T03:10:19.445Z | Downloaded tokio-native-tls v0.3.1 |
| 379 | 2024-10-18T03:10:19.445Z | Downloaded target-lexicon v0.12.16 |
| 380 | 2024-10-18T03:10:19.447Z | Downloaded bitflags v2.6.0 |
| 381 | 2024-10-18T03:10:19.449Z | Downloaded getrandom v0.2.15 |
| 382 | 2024-10-18T03:10:19.453Z | Downloaded futures-channel v0.3.31 |
| 383 | 2024-10-18T03:10:19.455Z | Downloaded eyre v0.6.12 |
| 384 | 2024-10-18T03:10:19.457Z | Downloaded clap_derive v4.5.18 |
| 385 | 2024-10-18T03:10:19.460Z | Downloaded shlex v1.3.0 |
| 386 | 2024-10-18T03:10:19.462Z | Downloaded itoa v1.0.11 |
| 387 | 2024-10-18T03:10:19.462Z | Downloaded terminal_size v0.4.0 |
| 388 | 2024-10-18T03:10:19.465Z | Downloaded httparse v1.9.5 |
| 389 | 2024-10-18T03:10:19.465Z | Downloaded terminal_size v0.3.0 |
| 390 | 2024-10-18T03:10:19.467Z | Downloaded smol_str v0.3.1 |
| 391 | 2024-10-18T03:10:19.470Z | Downloaded textwrap v0.16.1 |
| 392 | 2024-10-18T03:10:19.472Z | Downloaded camino v1.1.9 |
| 393 | 2024-10-18T03:10:19.474Z | Downloaded strip-ansi-escapes v0.2.0 |
| 394 | 2024-10-18T03:10:19.474Z | Downloaded quick-junit v0.5.0 |
| 395 | 2024-10-18T03:10:19.477Z | Downloaded slab v0.4.9 |
| 396 | 2024-10-18T03:10:19.479Z | Downloaded unicode-ident v1.0.13 |
| 397 | 2024-10-18T03:10:19.481Z | Downloaded typenum v1.17.0 |
| 398 | 2024-10-18T03:10:19.484Z | Downloaded thiserror v1.0.64 |
| 399 | 2024-10-18T03:10:19.488Z | Downloaded fnv v1.0.7 |
| 400 | 2024-10-18T03:10:19.490Z | Downloaded futures-sink v0.3.31 |
| 401 | 2024-10-18T03:10:19.490Z | Downloaded recursion v0.5.2 |
| 402 | 2024-10-18T03:10:19.499Z | Downloaded filetime v0.2.25 |
| 403 | 2024-10-18T03:10:19.502Z | Downloaded debug-ignore v1.0.5 |
| 404 | 2024-10-18T03:10:19.502Z | Downloaded jobserver v0.1.32 |
| 405 | 2024-10-18T03:10:19.504Z | Downloaded zstd v0.13.2 |
| 406 | 2024-10-18T03:10:19.507Z | Downloaded tokio-macros v2.4.0 |
| 407 | 2024-10-18T03:10:19.507Z | Downloaded humantime-serde v1.1.1 |
| 408 | 2024-10-18T03:10:19.510Z | Downloaded thiserror-impl v1.0.64 |
| 409 | 2024-10-18T03:10:19.510Z | Downloaded foreign-types-shared v0.1.1 |
| 410 | 2024-10-18T03:10:19.510Z | Downloaded target-spec v3.2.2 |
| 411 | 2024-10-18T03:10:19.513Z | Downloaded cpufeatures v0.2.14 |
| 412 | 2024-10-18T03:10:19.513Z | Downloaded fastrand v2.1.1 |
| 413 | 2024-10-18T03:10:19.515Z | Downloaded console v0.15.8 |
| 414 | 2024-10-18T03:10:19.517Z | Downloaded cfg_aliases v0.2.1 |
| 415 | 2024-10-18T03:10:19.518Z | Downloaded cargo_metadata v0.18.1 |
| 416 | 2024-10-18T03:10:19.520Z | Downloaded async-scoped v0.9.0 |
| 417 | 2024-10-18T03:10:19.522Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 418 | 2024-10-18T03:10:19.666Z | Downloaded ring v0.17.8 |
| 419 | 2024-10-18T03:10:19.962Z | Compiling proc-macro2 v1.0.88 |
| 420 | 2024-10-18T03:10:19.962Z | Compiling unicode-ident v1.0.13 |
| 421 | 2024-10-18T03:10:19.965Z | Compiling libc v0.2.161 |
| 422 | 2024-10-18T03:10:19.965Z | Compiling memchr v2.7.4 |
| 423 | 2024-10-18T03:10:19.965Z | Compiling cfg-if v1.0.0 |
| 424 | 2024-10-18T03:10:19.965Z | Compiling serde v1.0.210 |
| 425 | 2024-10-18T03:10:19.965Z | Compiling shlex v1.3.0 |
| 426 | 2024-10-18T03:10:20.099Z | Compiling autocfg v1.4.0 |
| 427 | 2024-10-18T03:10:20.383Z | Compiling once_cell v1.20.2 |
| 428 | 2024-10-18T03:10:20.719Z | Compiling itoa v1.0.11 |
| 429 | 2024-10-18T03:10:20.811Z | Compiling bitflags v2.6.0 |
| 430 | 2024-10-18T03:10:20.883Z | Compiling rustix v0.38.37 |
| 431 | 2024-10-18T03:10:21.184Z | Compiling pin-project-lite v0.2.14 |
| 432 | 2024-10-18T03:10:21.279Z | Compiling slab v0.4.9 |
| 433 | 2024-10-18T03:10:21.487Z | Compiling futures-core v0.3.31 |
| 434 | 2024-10-18T03:10:21.569Z | Compiling futures-sink v0.3.31 |
| 435 | 2024-10-18T03:10:21.649Z | Compiling futures-task v0.3.31 |
| 436 | 2024-10-18T03:10:21.713Z | Compiling futures-channel v0.3.31 |
| 437 | 2024-10-18T03:10:21.727Z | Compiling serde_json v1.0.129 |
| 438 | 2024-10-18T03:10:21.957Z | Compiling ryu v1.0.18 |
| 439 | 2024-10-18T03:10:21.989Z | Compiling smallvec v1.13.2 |
| 440 | 2024-10-18T03:10:22.064Z | Compiling bytes v1.7.2 |
| 441 | 2024-10-18T03:10:22.165Z | Compiling pin-utils v0.1.0 |
| 442 | 2024-10-18T03:10:22.215Z | Compiling futures-io v0.3.31 |
| 443 | 2024-10-18T03:10:22.279Z | Compiling jobserver v0.1.32 |
| 444 | 2024-10-18T03:10:22.343Z | Compiling thiserror v1.0.64 |
| 445 | 2024-10-18T03:10:22.456Z | Compiling version_check v0.9.5 |
| 446 | 2024-10-18T03:10:22.510Z | Compiling camino v1.1.9 |
| 447 | 2024-10-18T03:10:22.554Z | Compiling fnv v1.0.7 |
| 448 | 2024-10-18T03:10:22.682Z | Compiling quote v1.0.37 |
| 449 | 2024-10-18T03:10:22.869Z | Compiling cc v1.1.30 |
| 450 | 2024-10-18T03:10:23.004Z | Compiling errno v0.3.9 |
| 451 | 2024-10-18T03:10:23.094Z | Compiling syn v2.0.79 |
| 452 | 2024-10-18T03:10:23.102Z | Compiling getrandom v0.2.15 |
| 453 | 2024-10-18T03:10:23.400Z | Compiling mio v1.0.2 |
| 454 | 2024-10-18T03:10:23.426Z | Compiling socket2 v0.5.7 |
| 455 | 2024-10-18T03:10:23.446Z | Compiling signal-hook-registry v1.4.2 |
| 456 | 2024-10-18T03:10:23.609Z | Compiling equivalent v1.0.1 |
| 457 | 2024-10-18T03:10:23.730Z | Compiling rustls-pki-types v1.10.0 |
| 458 | 2024-10-18T03:10:23.893Z | Compiling target-lexicon v0.12.16 |
| 459 | 2024-10-18T03:10:24.852Z | Compiling hashbrown v0.15.0 |
| 460 | 2024-10-18T03:10:25.056Z | Compiling unicode-width v0.1.14 |
| 461 | 2024-10-18T03:10:25.128Z | Compiling http v1.1.0 |
| 462 | 2024-10-18T03:10:25.158Z | Compiling utf8parse v0.2.2 |
| 463 | 2024-10-18T03:10:25.301Z | Compiling byteorder v1.5.0 |
| 464 | 2024-10-18T03:10:25.571Z | Compiling semver v1.0.23 |
| 465 | 2024-10-18T03:10:25.585Z | Compiling gimli v0.28.1 |
| 466 | 2024-10-18T03:10:25.678Z | Compiling spin v0.9.8 |
| 467 | 2024-10-18T03:10:25.887Z | Compiling httparse v1.9.5 |
| 468 | 2024-10-18T03:10:26.060Z | Compiling adler v1.0.2 |
| 469 | 2024-10-18T03:10:26.296Z | Compiling guppy-workspace-hack v0.1.0 |
| 470 | 2024-10-18T03:10:26.347Z | Compiling untrusted v0.9.0 |
| 471 | 2024-10-18T03:10:26.378Z | Compiling ring v0.17.8 |
| 472 | 2024-10-18T03:10:26.520Z | Compiling backtrace v0.3.71 |
| 473 | 2024-10-18T03:10:26.619Z | Compiling miniz_oxide v0.7.4 |
| 474 | 2024-10-18T03:10:27.020Z | Compiling http-body v1.0.1 |
| 475 | 2024-10-18T03:10:27.246Z | Compiling object v0.32.2 |
| 476 | 2024-10-18T03:10:27.825Z | Compiling zeroize v1.8.1 |
| 477 | 2024-10-18T03:10:27.883Z | Compiling rustls v0.23.15 |
| 478 | 2024-10-18T03:10:27.898Z | Compiling tinyvec_macros v0.1.1 |
| 479 | 2024-10-18T03:10:27.983Z | Compiling pkg-config v0.3.31 |
| 480 | 2024-10-18T03:10:28.145Z | Compiling fastrand v2.1.1 |
| 481 | 2024-10-18T03:10:28.186Z | Compiling rustc-demangle v0.1.24 |
| 482 | 2024-10-18T03:10:28.804Z | Compiling log v0.4.22 |
| 483 | 2024-10-18T03:10:29.120Z | Compiling try-lock v0.2.5 |
| 484 | 2024-10-18T03:10:29.269Z | Compiling target-spec v3.2.2 |
| 485 | 2024-10-18T03:10:29.287Z | Compiling want v0.3.1 |
| 486 | 2024-10-18T03:10:29.570Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
| 487 | 2024-10-18T03:10:29.713Z | Compiling tempfile v3.13.0 |
| 488 | 2024-10-18T03:10:29.762Z | Compiling tinyvec v1.8.0 |
| 489 | 2024-10-18T03:10:30.305Z | Compiling addr2line v0.21.0 |
| 490 | 2024-10-18T03:10:30.307Z | Compiling cfg-expr v0.17.0 |
| 491 | 2024-10-18T03:10:31.330Z | Compiling aho-corasick v1.1.3 |
| 492 | 2024-10-18T03:10:31.570Z | Compiling tracing-core v0.1.32 |
| 493 | 2024-10-18T03:10:31.860Z | Compiling regex-syntax v0.8.5 |
| 494 | 2024-10-18T03:10:32.122Z | Compiling lazy_static v1.5.0 |
| 495 | 2024-10-18T03:10:32.384Z | Compiling owo-colors v4.1.0 |
| 496 | 2024-10-18T03:10:32.450Z | Compiling subtle v2.6.1 |
| 497 | 2024-10-18T03:10:32.468Z | Compiling serde_derive v1.0.210 |
| 498 | 2024-10-18T03:10:32.692Z | Compiling futures-macro v0.3.31 |
| 499 | 2024-10-18T03:10:32.719Z | Compiling thiserror-impl v1.0.64 |
| 500 | 2024-10-18T03:10:33.762Z | Compiling tokio-macros v2.4.0 |
| 501 | 2024-10-18T03:10:34.772Z | Compiling futures-util v0.3.31 |
| 502 | 2024-10-18T03:10:34.974Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2024-10-18T03:10:35.242Z | Compiling tokio v1.40.0 |
| 504 | 2024-10-18T03:10:37.011Z | Compiling zerocopy v0.7.35 |
| 505 | 2024-10-18T03:10:38.742Z | Compiling percent-encoding v2.3.1 |
| 506 | 2024-10-18T03:10:39.210Z | Compiling form_urlencoded v1.2.1 |
| 507 | 2024-10-18T03:10:39.715Z | Compiling regex-automata v0.4.8 |
| 508 | 2024-10-18T03:10:41.621Z | Compiling tracing v0.1.40 |
| 509 | 2024-10-18T03:10:42.268Z | Compiling unicode-normalization v0.1.24 |
| 510 | 2024-10-18T03:10:45.081Z | Compiling hyper v1.5.0 |
| 511 | 2024-10-18T03:10:48.038Z | Compiling indexmap v2.6.0 |
| 512 | 2024-10-18T03:10:50.238Z | Compiling ahash v0.8.11 |
| 513 | 2024-10-18T03:10:50.635Z | Compiling num-traits v0.2.19 |
| 514 | 2024-10-18T03:10:50.992Z | Compiling winnow v0.6.20 |
| 515 | 2024-10-18T03:10:52.528Z | Compiling smawk v0.3.2 |
| 516 | 2024-10-18T03:10:52.777Z | Compiling rustls-webpki v0.102.8 |
| 517 | 2024-10-18T03:10:53.066Z | Compiling portable-atomic v1.9.0 |
| 518 | 2024-10-18T03:10:55.342Z | Compiling tower-service v0.3.3 |
| 519 | 2024-10-18T03:10:55.478Z | Compiling either v1.13.0 |
| 520 | 2024-10-18T03:10:55.927Z | Compiling is_ci v1.2.0 |
| 521 | 2024-10-18T03:10:56.212Z | Compiling unicode-linebreak v0.1.5 |
| 522 | 2024-10-18T03:10:56.739Z | Compiling unicode-bidi v0.3.17 |
| 523 | 2024-10-18T03:10:57.181Z | Compiling nextest-workspace-hack v0.1.0 |
| 524 | 2024-10-18T03:10:57.404Z | Compiling textwrap v0.16.1 |
| 525 | 2024-10-18T03:10:57.520Z | Compiling idna v0.5.0 |
| 526 | 2024-10-18T03:10:58.199Z | Compiling supports-color v3.0.1 |
| 527 | 2024-10-18T03:10:58.597Z | Compiling hyper-util v0.1.9 |
| 528 | 2024-10-18T03:11:00.018Z | Compiling pathdiff v0.2.2 |
| 529 | 2024-10-18T03:11:00.195Z | Compiling cargo-platform v0.1.8 |
| 530 | 2024-10-18T03:11:01.060Z | Compiling tokio-rustls v0.26.0 |
| 531 | 2024-10-18T03:11:01.232Z | Compiling toml_datetime v0.6.8 |
| 532 | 2024-10-18T03:11:01.527Z | Compiling serde_spanned v0.6.8 |
| 533 | 2024-10-18T03:11:01.876Z | Compiling backtrace-ext v0.2.1 |
| 534 | 2024-10-18T03:11:01.950Z | Compiling miette-derive v7.2.0 |
| 535 | 2024-10-18T03:11:02.380Z | Compiling console v0.15.8 |
| 536 | 2024-10-18T03:11:02.471Z | Compiling terminal_size v0.3.0 |
| 537 | 2024-10-18T03:11:02.684Z | Compiling webpki-roots v0.26.6 |
| 538 | 2024-10-18T03:11:02.904Z | Compiling vte_generate_state_changes v0.1.2 |
| 539 | 2024-10-18T03:11:03.561Z | Compiling unicase v2.7.0 |
| 540 | 2024-10-18T03:11:03.956Z | Compiling cfg_aliases v0.2.1 |
| 541 | 2024-10-18T03:11:04.054Z | Compiling supports-hyperlinks v3.0.0 |
| 542 | 2024-10-18T03:11:04.404Z | Compiling adler2 v2.0.0 |
| 543 | 2024-10-18T03:11:04.492Z | Compiling fixedbitset v0.4.2 |
| 544 | 2024-10-18T03:11:04.603Z | Compiling zstd-safe v7.2.1 |
| 545 | 2024-10-18T03:11:04.661Z | Compiling supports-unicode v3.0.0 |
| 546 | 2024-10-18T03:11:04.754Z | Compiling newtype-uuid v1.1.2 |
| 547 | 2024-10-18T03:11:04.940Z | Compiling miette v7.2.0 |
| 548 | 2024-10-18T03:11:04.956Z | Compiling petgraph v0.6.5 |
| 549 | 2024-10-18T03:11:05.101Z | Compiling miniz_oxide v0.8.0 |
| 550 | 2024-10-18T03:11:05.178Z | Compiling nix v0.29.0 |
| 551 | 2024-10-18T03:11:05.656Z | Compiling vte v0.11.1 |
| 552 | 2024-10-18T03:11:06.053Z | Compiling hyper-rustls v0.27.3 |
| 553 | 2024-10-18T03:11:07.018Z | Compiling toml_edit v0.22.22 |
| 554 | 2024-10-18T03:11:07.716Z | Compiling cargo_metadata v0.18.1 |
| 555 | 2024-10-18T03:11:09.478Z | Compiling url v2.5.2 |
| 556 | 2024-10-18T03:11:10.509Z | Compiling itertools v0.13.0 |
| 557 | 2024-10-18T03:11:10.558Z | Compiling serde_urlencoded v0.7.1 |
| 558 | 2024-10-18T03:11:11.136Z | Compiling smol_str v0.3.1 |
| 559 | 2024-10-18T03:11:11.782Z | Compiling regex v1.11.0 |
| 560 | 2024-10-18T03:11:14.439Z | Compiling futures-executor v0.3.31 |
| 561 | 2024-10-18T03:11:15.086Z | Compiling http-body-util v0.1.2 |
| 562 | 2024-10-18T03:11:15.313Z | Compiling ppv-lite86 v0.2.20 |
| 563 | 2024-10-18T03:11:15.443Z | Compiling pin-project-internal v1.1.6 |
| 564 | 2024-10-18T03:11:15.618Z | Compiling xattr v1.3.1 |
| 565 | 2024-10-18T03:11:15.670Z | Compiling anstyle-parse v0.2.5 |
| 566 | 2024-10-18T03:11:15.919Z | Compiling rustls-pemfile v2.2.0 |
| 567 | 2024-10-18T03:11:16.063Z | Compiling rand_core v0.6.4 |
| 568 | 2024-10-18T03:11:16.217Z | Compiling uuid v1.11.0 |
| 569 | 2024-10-18T03:11:16.395Z | Compiling filetime v0.2.25 |
| 570 | 2024-10-18T03:11:16.528Z | Compiling sync_wrapper v1.0.1 |
| 571 | 2024-10-18T03:11:16.664Z | Compiling bstr v1.10.0 |
| 572 | 2024-10-18T03:11:16.715Z | Compiling crc32fast v1.4.2 |
| 573 | 2024-10-18T03:11:17.161Z | Compiling ipnet v2.10.1 |
| 574 | 2024-10-18T03:11:17.355Z | Compiling self_update v0.41.0 |
| 575 | 2024-10-18T03:11:17.724Z | Compiling eyre v0.6.12 |
| 576 | 2024-10-18T03:11:18.141Z | Compiling iana-time-zone v0.1.61 |
| 577 | 2024-10-18T03:11:18.175Z | Compiling anstyle-query v1.1.1 |
| 578 | 2024-10-18T03:11:18.231Z | Compiling base64 v0.22.1 |
| 579 | 2024-10-18T03:11:18.327Z | Compiling anstyle v1.0.8 |
| 580 | 2024-10-18T03:11:18.857Z | Compiling is_terminal_polyfill v1.70.1 |
| 581 | 2024-10-18T03:11:18.881Z | Compiling debug-ignore v1.0.5 |
| 582 | 2024-10-18T03:11:18.979Z | Compiling colorchoice v1.0.2 |
| 583 | 2024-10-18T03:11:19.026Z | Compiling number_prefix v0.4.0 |
| 584 | 2024-10-18T03:11:19.149Z | Compiling nested v0.1.1 |
| 585 | 2024-10-18T03:11:19.267Z | Compiling static_assertions v1.1.0 |
| 586 | 2024-10-18T03:11:19.325Z | Compiling minimal-lexical v0.2.1 |
| 587 | 2024-10-18T03:11:19.367Z | Compiling mime v0.3.17 |
| 588 | 2024-10-18T03:11:19.479Z | Compiling guppy v0.17.8 |
| 589 | 2024-10-18T03:11:19.989Z | Compiling nom v7.1.3 |
| 590 | 2024-10-18T03:11:20.185Z | Compiling reqwest v0.12.8 |
| 591 | 2024-10-18T03:11:20.289Z | Compiling indicatif v0.17.8 |
| 592 | 2024-10-18T03:11:20.461Z | Compiling anstream v0.6.15 |
| 593 | 2024-10-18T03:11:21.514Z | Compiling chrono v0.4.38 |
| 594 | 2024-10-18T03:11:24.692Z | Compiling pin-project v1.1.6 |
| 595 | 2024-10-18T03:11:24.848Z | Compiling globset v0.4.15 |
| 596 | 2024-10-18T03:11:27.514Z | Compiling flate2 v1.0.34 |
| 597 | 2024-10-18T03:11:29.154Z | Compiling tar v0.4.42 |
| 598 | 2024-10-18T03:11:29.557Z | Compiling rand_chacha v0.3.1 |
| 599 | 2024-10-18T03:11:29.818Z | Compiling futures v0.3.31 |
| 600 | 2024-10-18T03:11:29.934Z | Compiling nextest-metadata v0.12.1 |
| 601 | 2024-10-18T03:11:31.249Z | Compiling toml v0.8.19 |
| 602 | 2024-10-18T03:11:33.785Z | Compiling strip-ansi-escapes v0.2.0 |
| 603 | 2024-10-18T03:11:35.210Z | Compiling self-replace v1.5.0 |
| 604 | 2024-10-18T03:11:35.779Z | Compiling terminal_size v0.4.0 |
| 605 | 2024-10-18T03:11:35.908Z | Compiling os_pipe v1.2.1 |
| 606 | 2024-10-18T03:11:36.008Z | Compiling shared_child v1.0.1 |
| 607 | 2024-10-18T03:11:36.182Z | Compiling quick-xml v0.23.1 |
| 608 | 2024-10-18T03:11:36.659Z | Compiling quick-xml v0.36.2 |
| 609 | 2024-10-18T03:11:38.327Z | Compiling strsim v0.11.1 |
| 610 | 2024-10-18T03:11:38.573Z | Compiling indenter v0.3.3 |
| 611 | 2024-10-18T03:11:38.755Z | Compiling urlencoding v2.1.3 |
| 612 | 2024-10-18T03:11:38.803Z | Compiling heck v0.5.0 |
| 613 | 2024-10-18T03:11:39.180Z | Compiling shell-words v1.1.0 |
| 614 | 2024-10-18T03:11:39.242Z | Compiling unicode-width v0.2.0 |
| 615 | 2024-10-18T03:11:39.597Z | Compiling recursion v0.5.2 |
| 616 | 2024-10-18T03:11:39.807Z | Compiling clap_lex v0.7.2 |
| 617 | 2024-10-18T03:11:39.812Z | Compiling humantime v2.1.0 |
| 618 | 2024-10-18T03:11:40.208Z | Compiling humantime-serde v1.1.1 |
| 619 | 2024-10-18T03:11:40.221Z | Compiling clap_builder v4.5.20 |
| 620 | 2024-10-18T03:11:40.416Z | Compiling nextest-filtering v0.12.0 |
| 621 | 2024-10-18T03:11:40.540Z | Compiling clap_derive v4.5.18 |
| 622 | 2024-10-18T03:11:45.185Z | Compiling quick-junit v0.5.0 |
| 623 | 2024-10-18T03:11:45.498Z | Compiling duct v0.13.7 |
| 624 | 2024-10-18T03:11:46.303Z | Compiling zstd v0.13.2 |
| 625 | 2024-10-18T03:11:47.210Z | Compiling cargo-nextest v0.9.81 |
| 626 | 2024-10-18T03:11:47.764Z | Compiling config v0.14.0 |
| 627 | 2024-10-18T03:11:49.488Z | Compiling rand v0.8.5 |
| 628 | 2024-10-18T03:11:49.603Z | Compiling async-scoped v0.9.0 |
| 629 | 2024-10-18T03:11:49.774Z | Compiling target-spec-miette v0.4.0 |
| 630 | 2024-10-18T03:11:49.889Z | Compiling mukti-metadata v0.2.1 |
| 631 | 2024-10-18T03:11:50.529Z | Compiling camino-tempfile v1.1.1 |
| 632 | 2024-10-18T03:11:50.903Z | Compiling serde_path_to_error v0.1.16 |
| 633 | 2024-10-18T03:11:51.279Z | Compiling serde_ignored v0.1.10 |
| 634 | 2024-10-18T03:11:51.454Z | Compiling future-queue v0.3.0 |
| 635 | 2024-10-18T03:11:51.528Z | Compiling atomicwrites v0.4.4 |
| 636 | 2024-10-18T03:11:51.717Z | Compiling env_filter v0.1.2 |
| 637 | 2024-10-18T03:11:51.916Z | Compiling xxhash-rust v0.8.12 |
| 638 | 2024-10-18T03:11:51.931Z | Compiling home v0.5.9 |
| 639 | 2024-10-18T03:11:52.042Z | Compiling display-error-chain v0.2.1 |
| 640 | 2024-10-18T03:11:52.185Z | Compiling owo-colors v3.5.0 |
| 641 | 2024-10-18T03:11:52.221Z | Compiling nextest-runner v0.64.0 |
| 642 | 2024-10-18T03:11:52.223Z | Compiling env_logger v0.11.5 |
| 643 | 2024-10-18T03:11:53.354Z | Compiling clap v4.5.20 |
| 644 | 2024-10-18T03:11:53.471Z | Compiling dialoguer v0.11.0 |
| 645 | 2024-10-18T03:11:53.775Z | Compiling swrite v0.1.0 |
| 646 | 2024-10-18T03:11:53.902Z | Compiling enable-ansi-support v0.2.1 |
| 647 | 2024-10-18T03:11:55.087Z | Compiling color-eyre v0.6.3 |
| 648 | 2024-10-18T03:12:31.883Z | Finished `release` profile [optimized] target(s) in 2m 14s |
| 649 | 2024-10-18T03:12:32.086Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 650 | 2024-10-18T03:12:32.089Z | Installed package `cargo-nextest v0.9.81` (executable `cargo-nextest`) |
| 651 | 2024-10-18T03:12:32.175Z | + pushd bgp |
| 652 | 2024-10-18T03:12:32.178Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 653 | 2024-10-18T03:12:32.178Z | + cargo nextest run |
| 654 | 2024-10-18T03:12:32.456Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
| 655 | 2024-10-18T03:12:32.658Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
| 656 | 2024-10-18T03:12:32.920Z | From https://www.github.com/oxidecomputer/oxnet |
| 657 | 2024-10-18T03:12:32.920Z | * [new branch] ci -> origin/ci |
| 658 | 2024-10-18T03:12:32.923Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
| 659 | 2024-10-18T03:12:32.923Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
| 660 | 2024-10-18T03:12:32.923Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
| 661 | 2024-10-18T03:12:32.923Z | * [new branch] main -> origin/main |
| 662 | 2024-10-18T03:12:32.923Z | * [new ref] -> origin/HEAD |
| 663 | 2024-10-18T03:12:32.934Z | Updating crates.io index |
| 664 | 2024-10-18T03:12:32.937Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 665 | 2024-10-18T03:12:33.647Z | From https://github.com/oxidecomputer/falcon |
| 666 | 2024-10-18T03:12:33.647Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
| 667 | 2024-10-18T03:12:33.811Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 668 | 2024-10-18T03:12:34.934Z | From https://github.com/oxidecomputer/dendrite |
| 669 | 2024-10-18T03:12:34.934Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
| 670 | 2024-10-18T03:12:34.994Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 671 | 2024-10-18T03:12:35.383Z | From https://github.com/oxidecomputer/ispf |
| 672 | 2024-10-18T03:12:35.383Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 673 | 2024-10-18T03:12:35.392Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 674 | 2024-10-18T03:12:35.829Z | From https://github.com/oxidecomputer/netadm-sys |
| 675 | 2024-10-18T03:12:35.829Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
| 676 | 2024-10-18T03:12:35.841Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 677 | 2024-10-18T03:12:39.719Z | From https://github.com/oxidecomputer/omicron |
| 678 | 2024-10-18T03:12:39.719Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
| 679 | 2024-10-18T03:12:39.751Z | * [new tag] dogfood -> dogfood |
| 680 | 2024-10-18T03:12:39.754Z | * [new tag] v5 -> v5 |
| 681 | 2024-10-18T03:12:39.754Z | * [new tag] v6 -> v6 |
| 682 | 2024-10-18T03:12:39.754Z | * [new tag] v7 -> v7 |
| 683 | 2024-10-18T03:12:39.754Z | * [new tag] v8 -> v8 |
| 684 | 2024-10-18T03:12:39.754Z | * [new tag] v9 -> v9 |
| 685 | 2024-10-18T03:12:40.115Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 686 | 2024-10-18T03:12:41.085Z | From https://github.com/oxidecomputer/opte |
| 687 | 2024-10-18T03:12:41.085Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
| 688 | 2024-10-18T03:12:41.130Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 689 | 2024-10-18T03:12:41.540Z | From https://github.com/illumos/smf-rs |
| 690 | 2024-10-18T03:12:41.540Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
| 691 | 2024-10-18T03:12:41.572Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 692 | 2024-10-18T03:12:42.308Z | From https://github.com/oxidecomputer/maghemite |
| 693 | 2024-10-18T03:12:42.308Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
| 694 | 2024-10-18T03:12:42.326Z | * [new tag] rift -> rift |
| 695 | 2024-10-18T03:12:42.329Z | * [new tag] srp -> srp |
| 696 | 2024-10-18T03:12:42.329Z | * [new tag] tie-spf -> tie-spf |
| 697 | 2024-10-18T03:12:42.380Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 698 | 2024-10-18T03:12:42.748Z | From https://github.com/oxidecomputer/zone |
| 699 | 2024-10-18T03:12:42.748Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
| 700 | 2024-10-18T03:12:42.760Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 701 | 2024-10-18T03:12:43.542Z | From https://github.com/oxidecomputer/propolis |
| 702 | 2024-10-18T03:12:43.542Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
| 703 | 2024-10-18T03:12:43.622Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 704 | 2024-10-18T03:12:44.021Z | From https://github.com/oxidecomputer/dlpi-sys |
| 705 | 2024-10-18T03:12:44.021Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
| 706 | 2024-10-18T03:12:44.165Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 707 | 2024-10-18T03:12:44.576Z | From https://github.com/jmesmon/rust-libzfs |
| 708 | 2024-10-18T03:12:44.576Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 709 | 2024-10-18T03:12:44.593Z | * [new tag] v0.4.0 -> v0.4.0 |
| 710 | 2024-10-18T03:12:44.608Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 711 | 2024-10-18T03:12:44.979Z | From https://github.com/oxidecomputer/rusty-doors |
| 712 | 2024-10-18T03:12:44.979Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 713 | 2024-10-18T03:12:44.991Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 714 | 2024-10-18T03:12:45.491Z | From https://github.com/oxidecomputer/maghemite |
| 715 | 2024-10-18T03:12:45.491Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
| 716 | 2024-10-18T03:12:45.541Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 717 | 2024-10-18T03:12:45.898Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 718 | 2024-10-18T03:12:45.898Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
| 719 | 2024-10-18T03:12:45.918Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 720 | 2024-10-18T03:12:46.312Z | From https://github.com/oxidecomputer/slog-error-chain |
| 721 | 2024-10-18T03:12:46.312Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 722 | 2024-10-18T03:12:46.360Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 723 | 2024-10-18T03:12:46.738Z | From https://github.com/oxidecomputer/poptrie |
| 724 | 2024-10-18T03:12:46.738Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
| 725 | 2024-10-18T03:12:46.759Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
| 726 | 2024-10-18T03:12:47.124Z | From https://github.com/illumos/libscf-sys |
| 727 | 2024-10-18T03:12:47.124Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
| 728 | 2024-10-18T03:12:47.156Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 729 | 2024-10-18T03:12:48.009Z | From https://github.com/oxidecomputer/progenitor |
| 730 | 2024-10-18T03:12:48.009Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
| 731 | 2024-10-18T03:12:48.029Z | * [new tag] v0.1.1 -> v0.1.1 |
| 732 | 2024-10-18T03:12:48.032Z | * [new tag] v0.2.0 -> v0.2.0 |
| 733 | 2024-10-18T03:12:48.032Z | * [new tag] v0.3.0 -> v0.3.0 |
| 734 | 2024-10-18T03:12:48.032Z | * [new tag] v0.4.0 -> v0.4.0 |
| 735 | 2024-10-18T03:12:48.032Z | * [new tag] v0.5.0 -> v0.5.0 |
| 736 | 2024-10-18T03:12:48.032Z | * [new tag] v0.6.0 -> v0.6.0 |
| 737 | 2024-10-18T03:12:48.032Z | * [new tag] v0.7.0 -> v0.7.0 |
| 738 | 2024-10-18T03:12:48.132Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 739 | 2024-10-18T03:12:50.707Z | From https://github.com/oxidecomputer/typify |
| 740 | 2024-10-18T03:12:50.707Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
| 741 | 2024-10-18T03:12:50.710Z | * [new tag] v0.2.0 -> v0.2.0 |
| 742 | 2024-10-18T03:12:50.728Z | * [new tag] v0.0.10 -> v0.0.10 |
| 743 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.11 -> v0.0.11 |
| 744 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.12 -> v0.0.12 |
| 745 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.13 -> v0.0.13 |
| 746 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.14 -> v0.0.14 |
| 747 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.15 -> v0.0.15 |
| 748 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.16 -> v0.0.16 |
| 749 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.4 -> v0.0.4 |
| 750 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.5 -> v0.0.5 |
| 751 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.7 -> v0.0.7 |
| 752 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.8 -> v0.0.8 |
| 753 | 2024-10-18T03:12:50.730Z | * [new tag] v0.0.9 -> v0.0.9 |
| 754 | 2024-10-18T03:12:50.730Z | * [new tag] v0.1.0 -> v0.1.0 |
| 755 | 2024-10-18T03:12:50.905Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 756 | 2024-10-18T03:12:52.602Z | From https://github.com/oxidecomputer/crucible |
| 757 | 2024-10-18T03:12:52.602Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
| 758 | 2024-10-18T03:12:52.659Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 759 | 2024-10-18T03:12:53.096Z | From https://github.com/oxidecomputer/opte |
| 760 | 2024-10-18T03:12:53.096Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
| 761 | 2024-10-18T03:12:53.145Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 762 | 2024-10-18T03:12:53.738Z | From https://github.com/oxidecomputer/management-gateway-service |
| 763 | 2024-10-18T03:12:53.738Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
| 764 | 2024-10-18T03:12:54.188Z | Downloading crates ... |
| 765 | 2024-10-18T03:12:54.310Z | Downloaded crunchy v0.2.2 |
| 766 | 2024-10-18T03:12:54.328Z | Downloaded arc-swap v1.7.1 |
| 767 | 2024-10-18T03:12:54.328Z | Downloaded darling_macro v0.20.10 |
| 768 | 2024-10-18T03:12:54.328Z | Downloaded float-ord v0.3.2 |
| 769 | 2024-10-18T03:12:54.328Z | Downloaded const-random-macro v0.1.16 |
| 770 | 2024-10-18T03:12:54.328Z | Downloaded ciborium-io v0.2.2 |
| 771 | 2024-10-18T03:12:54.342Z | Downloaded fxhash v0.2.1 |
| 772 | 2024-10-18T03:12:54.342Z | Downloaded foreign-types-macros v0.2.3 |
| 773 | 2024-10-18T03:12:54.342Z | Downloaded foreign-types v0.5.0 |
| 774 | 2024-10-18T03:12:54.342Z | Downloaded crc8 v0.1.1 |
| 775 | 2024-10-18T03:12:54.352Z | Downloaded crossbeam-deque v0.8.5 |
| 776 | 2024-10-18T03:12:54.352Z | Downloaded arrayref v0.3.9 |
| 777 | 2024-10-18T03:12:54.352Z | Downloaded dtrace-parser v0.2.0 |
| 778 | 2024-10-18T03:12:54.352Z | Downloaded futures-core v0.3.30 |
| 779 | 2024-10-18T03:12:54.352Z | Downloaded heck v0.4.1 |
| 780 | 2024-10-18T03:12:54.353Z | Downloaded dirs-sys-next v0.1.2 |
| 781 | 2024-10-18T03:12:54.353Z | Downloaded defmt-macros v0.3.9 |
| 782 | 2024-10-18T03:12:54.364Z | Downloaded convert_case v0.4.0 |
| 783 | 2024-10-18T03:12:54.364Z | Downloaded futures-task v0.3.30 |
| 784 | 2024-10-18T03:12:54.364Z | Downloaded cobs v0.2.3 |
| 785 | 2024-10-18T03:12:54.366Z | Downloaded hubpack v0.1.2 |
| 786 | 2024-10-18T03:12:54.366Z | Downloaded sync_wrapper v0.1.2 |
| 787 | 2024-10-18T03:12:54.366Z | Downloaded hash32 v0.3.1 |
| 788 | 2024-10-18T03:12:54.366Z | Downloaded hostname v0.3.1 |
| 789 | 2024-10-18T03:12:54.366Z | Downloaded embedded-io v0.4.0 |
| 790 | 2024-10-18T03:12:54.366Z | Downloaded async-trait v0.1.83 |
| 791 | 2024-10-18T03:12:54.369Z | Downloaded ident_case v1.0.1 |
| 792 | 2024-10-18T03:12:54.371Z | Downloaded zone_cfg_derive v0.3.0 |
| 793 | 2024-10-18T03:12:54.371Z | Downloaded sigpipe v0.1.3 |
| 794 | 2024-10-18T03:12:54.371Z | Downloaded deranged v0.3.11 |
| 795 | 2024-10-18T03:12:54.374Z | Downloaded cancel-safe-futures v0.1.5 |
| 796 | 2024-10-18T03:12:54.378Z | Downloaded time-core v0.1.2 |
| 797 | 2024-10-18T03:12:54.380Z | Downloaded httparse v1.9.4 |
| 798 | 2024-10-18T03:12:54.380Z | Downloaded darling v0.20.10 |
| 799 | 2024-10-18T03:12:54.385Z | Downloaded usdt-macro v0.5.0 |
| 800 | 2024-10-18T03:12:54.388Z | Downloaded thread-id v4.2.2 |
| 801 | 2024-10-18T03:12:54.393Z | Downloaded futures-macro v0.3.30 |
| 802 | 2024-10-18T03:12:54.393Z | Downloaded slog-json v2.6.1 |
| 803 | 2024-10-18T03:12:54.411Z | Downloaded usdt v0.5.0 |
| 804 | 2024-10-18T03:12:54.411Z | Downloaded usdt-impl v0.5.0 |
| 805 | 2024-10-18T03:12:54.411Z | Downloaded crossbeam-utils v0.8.20 |
| 806 | 2024-10-18T03:12:54.411Z | Downloaded derive_more v0.99.18 |
| 807 | 2024-10-18T03:12:54.411Z | Downloaded topological-sort v0.2.2 |
| 808 | 2024-10-18T03:12:54.414Z | Downloaded async-stream-impl v0.3.5 |
| 809 | 2024-10-18T03:12:54.414Z | Downloaded strum_macros v0.25.3 |
| 810 | 2024-10-18T03:12:54.414Z | Downloaded futures v0.3.30 |
| 811 | 2024-10-18T03:12:54.417Z | Downloaded progenitor-client v0.8.0 |
| 812 | 2024-10-18T03:12:54.417Z | Downloaded num_threads v0.1.7 |
| 813 | 2024-10-18T03:12:54.417Z | Downloaded strum v0.26.3 |
| 814 | 2024-10-18T03:12:54.419Z | Downloaded whoami v1.5.2 |
| 815 | 2024-10-18T03:12:54.422Z | Downloaded indent_write v2.2.0 |
| 816 | 2024-10-18T03:12:54.425Z | Downloaded zone v0.3.0 |
| 817 | 2024-10-18T03:12:54.427Z | Downloaded tiny-keccak v2.0.2 |
| 818 | 2024-10-18T03:12:54.430Z | Downloaded walkdir v2.5.0 |
| 819 | 2024-10-18T03:12:54.433Z | Downloaded ipnet v2.10.0 |
| 820 | 2024-10-18T03:12:54.435Z | Downloaded tokio-rustls v0.25.0 |
| 821 | 2024-10-18T03:12:54.438Z | Downloaded term v0.7.0 |
| 822 | 2024-10-18T03:12:54.442Z | Downloaded scroll v0.12.0 |
| 823 | 2024-10-18T03:12:54.445Z | Downloaded stable_deref_trait v1.2.0 |
| 824 | 2024-10-18T03:12:54.445Z | Downloaded slog-stdlog v4.1.1 |
| 825 | 2024-10-18T03:12:54.447Z | Downloaded smartstring v1.0.1 |
| 826 | 2024-10-18T03:12:54.449Z | Downloaded foreign-types-shared v0.3.1 |
| 827 | 2024-10-18T03:12:54.449Z | Downloaded sct v0.7.1 |
| 828 | 2024-10-18T03:12:54.452Z | Downloaded sha1 v0.10.6 |
| 829 | 2024-10-18T03:12:54.455Z | Downloaded quick-error v1.2.3 |
| 830 | 2024-10-18T03:12:54.458Z | Downloaded parse-display v0.10.0 |
| 831 | 2024-10-18T03:12:54.460Z | Downloaded num_enum_derive v0.7.3 |
| 832 | 2024-10-18T03:12:54.460Z | Downloaded thread_local v1.1.8 |
| 833 | 2024-10-18T03:12:54.462Z | Downloaded data-encoding v2.6.0 |
| 834 | 2024-10-18T03:12:54.465Z | Downloaded zone_cfg_derive v0.1.2 |
| 835 | 2024-10-18T03:12:54.465Z | Downloaded structmeta v0.3.0 |
| 836 | 2024-10-18T03:12:54.467Z | Downloaded pretty-hex v0.4.1 |
| 837 | 2024-10-18T03:12:54.467Z | Downloaded omicron-workspace-hack v0.1.0 |
| 838 | 2024-10-18T03:12:54.470Z | Downloaded newtype_derive v0.1.6 |
| 839 | 2024-10-18T03:12:54.470Z | Downloaded instant v0.1.13 |
| 840 | 2024-10-18T03:12:54.472Z | Downloaded waitgroup v0.1.2 |
| 841 | 2024-10-18T03:12:54.472Z | Downloaded slog-envlogger v2.2.0 |
| 842 | 2024-10-18T03:12:54.475Z | Downloaded uuid v1.10.0 |
| 843 | 2024-10-18T03:12:54.478Z | Downloaded anyhow v1.0.89 |
| 844 | 2024-10-18T03:12:54.483Z | Downloaded tar v0.4.41 |
| 845 | 2024-10-18T03:12:54.485Z | Downloaded heapless v0.8.0 |
| 846 | 2024-10-18T03:12:54.490Z | Downloaded same-file v1.0.6 |
| 847 | 2024-10-18T03:12:54.493Z | Downloaded rustls-pemfile v1.0.4 |
| 848 | 2024-10-18T03:12:54.495Z | Downloaded dirs-next v2.0.0 |
| 849 | 2024-10-18T03:12:54.497Z | Downloaded constant_time_eq v0.3.1 |
| 850 | 2024-10-18T03:12:54.500Z | Downloaded hubpack_derive v0.1.1 |
| 851 | 2024-10-18T03:12:54.500Z | Downloaded futures-sink v0.3.30 |
| 852 | 2024-10-18T03:12:54.502Z | Downloaded hostname v0.4.0 |
| 853 | 2024-10-18T03:12:54.502Z | Downloaded futures-executor v0.3.30 |
| 854 | 2024-10-18T03:12:54.505Z | Downloaded embedded-io v0.6.1 |
| 855 | 2024-10-18T03:12:54.507Z | Downloaded num-derive v0.4.2 |
| 856 | 2024-10-18T03:12:54.510Z | Downloaded tabwriter v1.4.0 |
| 857 | 2024-10-18T03:12:54.510Z | Downloaded ciborium v0.2.2 |
| 858 | 2024-10-18T03:12:54.512Z | Downloaded spin v0.5.2 |
| 859 | 2024-10-18T03:12:54.516Z | Downloaded defmt-parser v0.3.4 |
| 860 | 2024-10-18T03:12:54.519Z | Downloaded libsw v3.3.1 |
| 861 | 2024-10-18T03:12:54.519Z | Downloaded plain v0.2.3 |
| 862 | 2024-10-18T03:12:54.521Z | Downloaded ipnetwork v0.20.0 |
| 863 | 2024-10-18T03:12:54.523Z | Downloaded linear-map v1.2.0 |
| 864 | 2024-10-18T03:12:54.523Z | Downloaded pretty-hex v0.2.1 |
| 865 | 2024-10-18T03:12:54.525Z | Downloaded zone v0.1.8 |
| 866 | 2024-10-18T03:12:54.528Z | Downloaded serde_tokenstream v0.2.2 |
| 867 | 2024-10-18T03:12:54.528Z | Downloaded progenitor-macro v0.8.0 |
| 868 | 2024-10-18T03:12:54.533Z | Downloaded utf-8 v0.7.6 |
| 869 | 2024-10-18T03:12:54.535Z | Downloaded tokio-tungstenite v0.21.0 |
| 870 | 2024-10-18T03:12:54.535Z | Downloaded indexmap v1.9.3 |
| 871 | 2024-10-18T03:12:54.541Z | Downloaded paste v1.0.15 |
| 872 | 2024-10-18T03:12:54.541Z | Downloaded match_cfg v0.1.0 |
| 873 | 2024-10-18T03:12:54.545Z | Downloaded unicode-bidi v0.3.15 |
| 874 | 2024-10-18T03:12:54.548Z | Downloaded tungstenite v0.21.0 |
| 875 | 2024-10-18T03:12:54.550Z | Downloaded progenitor v0.8.0 |
| 876 | 2024-10-18T03:12:54.550Z | Downloaded unsafe-libyaml v0.2.11 |
| 877 | 2024-10-18T03:12:54.554Z | Downloaded futures-channel v0.3.30 |
| 878 | 2024-10-18T03:12:54.556Z | Downloaded defmt v0.3.8 |
| 879 | 2024-10-18T03:12:54.560Z | Downloaded untrusted v0.7.1 |
| 880 | 2024-10-18T03:12:54.562Z | Downloaded num-conv v0.1.0 |
| 881 | 2024-10-18T03:12:54.565Z | Downloaded num_enum v0.5.11 |
| 882 | 2024-10-18T03:12:54.568Z | Downloaded resolv-conf v0.7.0 |
| 883 | 2024-10-18T03:12:54.571Z | Downloaded num-rational v0.4.2 |
| 884 | 2024-10-18T03:12:54.573Z | Downloaded proc-macro-error-attr v1.0.4 |
| 885 | 2024-10-18T03:12:54.576Z | Downloaded postcard v1.0.10 |
| 886 | 2024-10-18T03:12:54.578Z | Downloaded xz2 v0.1.7 |
| 887 | 2024-10-18T03:12:54.581Z | Downloaded powerfmt v0.2.0 |
| 888 | 2024-10-18T03:12:54.581Z | Downloaded similar v2.6.0 |
| 889 | 2024-10-18T03:12:54.585Z | Downloaded managed v0.8.0 |
| 890 | 2024-10-18T03:12:54.588Z | Downloaded serde_with_macros v3.9.0 |
| 891 | 2024-10-18T03:12:54.590Z | Downloaded memmap v0.7.0 |
| 892 | 2024-10-18T03:12:54.592Z | Downloaded rustc_version v0.1.7 |
| 893 | 2024-10-18T03:12:54.592Z | Downloaded http v0.2.12 |
| 894 | 2024-10-18T03:12:54.597Z | Downloaded schemars_derive v0.8.21 |
| 895 | 2024-10-18T03:12:54.599Z | Downloaded rhai_codegen v2.2.0 |
| 896 | 2024-10-18T03:12:54.607Z | Downloaded num_enum v0.7.3 |
| 897 | 2024-10-18T03:12:54.612Z | Downloaded num-derive v0.3.3 |
| 898 | 2024-10-18T03:12:54.614Z | Downloaded rustversion v1.0.17 |
| 899 | 2024-10-18T03:12:54.617Z | Downloaded scopeguard v1.2.0 |
| 900 | 2024-10-18T03:12:54.620Z | Downloaded darling_core v0.20.10 |
| 901 | 2024-10-18T03:12:54.623Z | Downloaded once_cell v1.19.0 |
| 902 | 2024-10-18T03:12:54.626Z | Downloaded toml v0.7.8 |
| 903 | 2024-10-18T03:12:54.630Z | Downloaded parse-display-derive v0.10.0 |
| 904 | 2024-10-18T03:12:54.632Z | Downloaded omicron-zone-package v0.11.0 |
| 905 | 2024-10-18T03:12:54.635Z | Downloaded tracing-attributes v0.1.27 |
| 906 | 2024-10-18T03:12:54.637Z | Downloaded parking_lot v0.11.2 |
| 907 | 2024-10-18T03:12:54.642Z | Downloaded multer v3.1.0 |
| 908 | 2024-10-18T03:12:54.644Z | Downloaded lock_api v0.4.12 |
| 909 | 2024-10-18T03:12:54.644Z | Downloaded parking_lot_core v0.9.10 |
| 910 | 2024-10-18T03:12:54.647Z | Downloaded ucd-trie v0.1.6 |
| 911 | 2024-10-18T03:12:54.649Z | Downloaded toml_edit v0.19.15 |
| 912 | 2024-10-18T03:12:54.665Z | Downloaded num-complex v0.4.6 |
| 913 | 2024-10-18T03:12:54.668Z | Downloaded rustls-pki-types v1.8.0 |
| 914 | 2024-10-18T03:12:54.671Z | Downloaded proc-macro-error v1.0.4 |
| 915 | 2024-10-18T03:12:54.674Z | Downloaded newtype-uuid v1.1.0 |
| 916 | 2024-10-18T03:12:54.674Z | Downloaded memmap2 v0.9.5 |
| 917 | 2024-10-18T03:12:54.678Z | Downloaded rustls-pemfile v2.1.3 |
| 918 | 2024-10-18T03:12:54.683Z | Downloaded progenitor-impl v0.8.0 |
| 919 | 2024-10-18T03:12:54.683Z | Downloaded proc-macro2 v1.0.86 |
| 920 | 2024-10-18T03:12:54.686Z | Downloaded crossbeam-channel v0.5.13 |
| 921 | 2024-10-18T03:12:54.688Z | Downloaded parking_lot v0.12.3 |
| 922 | 2024-10-18T03:12:54.691Z | Downloaded ron v0.7.1 |
| 923 | 2024-10-18T03:12:54.694Z | Downloaded steno v0.4.1 |
| 924 | 2024-10-18T03:12:54.698Z | Downloaded schemars v0.8.21 |
| 925 | 2024-10-18T03:12:54.711Z | Downloaded openssl-sys v0.9.103 |
| 926 | 2024-10-18T03:12:54.715Z | Downloaded prettyplease v0.2.22 |
| 927 | 2024-10-18T03:12:54.718Z | Downloaded yansi v1.0.1 |
| 928 | 2024-10-18T03:12:54.722Z | Downloaded pest_meta v2.7.13 |
| 929 | 2024-10-18T03:12:54.724Z | Downloaded flate2 v1.0.33 |
| 930 | 2024-10-18T03:12:54.729Z | Downloaded rayon-core v1.12.1 |
| 931 | 2024-10-18T03:12:54.733Z | Downloaded pretty_assertions v1.4.1 |
| 932 | 2024-10-18T03:12:54.736Z | Downloaded tokio-util v0.7.12 |
| 933 | 2024-10-18T03:12:54.741Z | Downloaded parking_lot_core v0.8.6 |
| 934 | 2024-10-18T03:12:54.744Z | Downloaded indexmap v2.5.0 |
| 935 | 2024-10-18T03:12:54.748Z | Downloaded h2 v0.4.6 |
| 936 | 2024-10-18T03:12:54.756Z | Downloaded unicode-segmentation v1.12.0 |
| 937 | 2024-10-18T03:12:54.759Z | Downloaded serde_with v3.9.0 |
| 938 | 2024-10-18T03:12:54.767Z | Downloaded toml_edit v0.22.21 |
| 939 | 2024-10-18T03:12:54.790Z | Downloaded libm v0.2.8 |
| 940 | 2024-10-18T03:12:54.798Z | Downloaded hashbrown v0.14.5 |
| 941 | 2024-10-18T03:12:54.804Z | Downloaded itertools v0.12.1 |
| 942 | 2024-10-18T03:12:54.812Z | Downloaded itertools v0.10.5 |
| 943 | 2024-10-18T03:12:54.819Z | Downloaded portable-atomic v1.8.0 |
| 944 | 2024-10-18T03:12:54.825Z | Downloaded blake3 v1.5.4 |
| 945 | 2024-10-18T03:12:54.832Z | Downloaded pest v2.7.13 |
| 946 | 2024-10-18T03:12:54.838Z | Downloaded reqwest v0.11.27 |
| 947 | 2024-10-18T03:12:54.846Z | Downloaded goblin v0.8.2 |
| 948 | 2024-10-18T03:12:54.852Z | Downloaded futures-util v0.3.30 |
| 949 | 2024-10-18T03:12:54.864Z | Downloaded rustls-webpki v0.101.7 |
| 950 | 2024-10-18T03:12:54.882Z | Downloaded winnow v0.5.40 |
| 951 | 2024-10-18T03:12:54.890Z | Downloaded syn v1.0.109 |
| 952 | 2024-10-18T03:12:54.898Z | Downloaded dropshot v0.12.0 |
| 953 | 2024-10-18T03:12:54.919Z | Downloaded hyper v1.4.1 |
| 954 | 2024-10-18T03:12:54.925Z | Downloaded webpki-roots v0.25.4 |
| 955 | 2024-10-18T03:12:54.929Z | Downloaded h2 v0.3.26 |
| 956 | 2024-10-18T03:12:54.935Z | Downloaded winnow v0.6.18 |
| 957 | 2024-10-18T03:12:54.945Z | Downloaded hickory-proto v0.24.1 |
| 958 | 2024-10-18T03:12:54.959Z | Downloaded regex v1.10.6 |
| 959 | 2024-10-18T03:12:54.972Z | Downloaded openssl v0.10.66 |
| 960 | 2024-10-18T03:12:54.982Z | Downloaded rustls v0.23.13 |
| 961 | 2024-10-18T03:12:54.993Z | Downloaded rhai v1.19.0 |
| 962 | 2024-10-18T03:12:55.005Z | Downloaded regex-syntax v0.8.4 |
| 963 | 2024-10-18T03:12:55.012Z | Downloaded rustls v0.22.4 |
| 964 | 2024-10-18T03:12:55.026Z | Downloaded openapiv3 v2.0.0 |
| 965 | 2024-10-18T03:12:55.036Z | Downloaded typify-impl v0.2.0 |
| 966 | 2024-10-18T03:12:55.049Z | Downloaded rustls v0.21.12 |
| 967 | 2024-10-18T03:12:55.059Z | Downloaded regress v0.10.1 |
| 968 | 2024-10-18T03:12:55.068Z | Downloaded regress v0.9.1 |
| 969 | 2024-10-18T03:12:55.075Z | Downloaded sled v0.34.7 |
| 970 | 2024-10-18T03:12:55.085Z | Downloaded syn v2.0.77 |
| 971 | 2024-10-18T03:12:55.095Z | Downloaded smoltcp v0.11.0 |
| 972 | 2024-10-18T03:12:55.107Z | Downloaded idna v0.4.0 |
| 973 | 2024-10-18T03:12:55.113Z | Downloaded zerocopy-derive v0.6.6 |
| 974 | 2024-10-18T03:12:55.122Z | Downloaded clap_builder v4.5.18 |
| 975 | 2024-10-18T03:12:55.128Z | Downloaded time v0.3.36 |
| 976 | 2024-10-18T03:12:55.135Z | Downloaded hyper v0.14.30 |
| 977 | 2024-10-18T03:12:55.142Z | Downloaded zerocopy v0.6.6 |
| 978 | 2024-10-18T03:12:55.145Z | Downloaded regex-automata v0.4.7 |
| 979 | 2024-10-18T03:12:55.160Z | Downloaded derive-where v1.2.7 |
| 980 | 2024-10-18T03:12:55.163Z | Downloaded tempfile v3.12.0 |
| 981 | 2024-10-18T03:12:55.166Z | Downloaded proc-macro-crate v3.2.0 |
| 982 | 2024-10-18T03:12:55.170Z | Downloaded linked-hash-map v0.5.6 |
| 983 | 2024-10-18T03:12:55.170Z | Downloaded blake2 v0.10.6 |
| 984 | 2024-10-18T03:12:55.172Z | Downloaded num v0.4.3 |
| 985 | 2024-10-18T03:12:55.172Z | Downloaded pest_derive v2.7.13 |
| 986 | 2024-10-18T03:12:55.175Z | Downloaded serde_yaml v0.9.34+deprecated |
| 987 | 2024-10-18T03:12:55.178Z | Downloaded half v2.4.1 |
| 988 | 2024-10-18T03:12:55.181Z | Downloaded dropshot_endpoint v0.12.0 |
| 989 | 2024-10-18T03:12:55.185Z | Downloaded diff v0.1.13 |
| 990 | 2024-10-18T03:12:55.188Z | Downloaded password-hash v0.5.0 |
| 991 | 2024-10-18T03:12:55.188Z | Downloaded num-integer v0.1.46 |
| 992 | 2024-10-18T03:12:55.188Z | Downloaded lzma-sys v0.1.20 |
| 993 | 2024-10-18T03:12:55.216Z | Downloaded time-macros v0.2.18 |
| 994 | 2024-10-18T03:12:55.218Z | Downloaded slog v2.7.0 |
| 995 | 2024-10-18T03:12:55.220Z | Downloaded expectorate v1.1.0 |
| 996 | 2024-10-18T03:12:55.223Z | Downloaded pest_generator v2.7.13 |
| 997 | 2024-10-18T03:12:55.226Z | Downloaded typify-macro v0.2.0 |
| 998 | 2024-10-18T03:12:55.226Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2024-10-18T03:12:55.226Z | Downloaded hickory-resolver v0.24.1 |
| 1000 | 2024-10-18T03:12:55.229Z | Downloaded highway v1.2.0 |
| 1001 | 2024-10-18T03:12:55.231Z | Downloaded crossbeam-epoch v0.9.18 |
| 1002 | 2024-10-18T03:12:55.234Z | Downloaded cookie v0.18.1 |
| 1003 | 2024-10-18T03:12:55.237Z | Downloaded arrayvec v0.7.6 |
| 1004 | 2024-10-18T03:12:55.240Z | Downloaded proc-macro-crate v1.3.1 |
| 1005 | 2024-10-18T03:12:55.240Z | Downloaded num_enum_derive v0.5.11 |
| 1006 | 2024-10-18T03:12:55.243Z | Downloaded typify v0.2.0 |
| 1007 | 2024-10-18T03:12:55.243Z | Downloaded newline-converter v0.3.0 |
| 1008 | 2024-10-18T03:12:55.246Z | Downloaded hashbrown v0.12.3 |
| 1009 | 2024-10-18T03:12:55.249Z | Downloaded cc v1.1.21 |
| 1010 | 2024-10-18T03:12:55.251Z | Downloaded num-iter v0.1.45 |
| 1011 | 2024-10-18T03:12:55.253Z | Downloaded macaddr v1.0.1 |
| 1012 | 2024-10-18T03:12:55.253Z | Downloaded is-terminal v0.4.13 |
| 1013 | 2024-10-18T03:12:55.256Z | Downloaded slog-scope v4.4.0 |
| 1014 | 2024-10-18T03:12:55.256Z | Downloaded serde_repr v0.1.19 |
| 1015 | 2024-10-18T03:12:55.259Z | Downloaded semver v0.1.20 |
| 1016 | 2024-10-18T03:12:55.259Z | Downloaded hyper-rustls v0.24.2 |
| 1017 | 2024-10-18T03:12:55.261Z | Downloaded atomic-waker v1.1.2 |
| 1018 | 2024-10-18T03:12:55.261Z | Downloaded hyper-tls v0.5.0 |
| 1019 | 2024-10-18T03:12:55.264Z | Downloaded tokio-rustls v0.24.1 |
| 1020 | 2024-10-18T03:12:55.266Z | Downloaded thin-vec v0.2.13 |
| 1021 | 2024-10-18T03:12:55.266Z | Downloaded strum_macros v0.26.4 |
| 1022 | 2024-10-18T03:12:55.269Z | Downloaded slog-term v2.9.1 |
| 1023 | 2024-10-18T03:12:55.275Z | Downloaded smf v0.2.3 |
| 1024 | 2024-10-18T03:12:55.275Z | Downloaded slog-bunyan v2.5.0 |
| 1025 | 2024-10-18T03:12:55.275Z | Downloaded lru-cache v0.1.2 |
| 1026 | 2024-10-18T03:12:55.275Z | Downloaded httpdate v1.0.3 |
| 1027 | 2024-10-18T03:12:55.277Z | Downloaded http-body v0.4.6 |
| 1028 | 2024-10-18T03:12:55.277Z | Downloaded hex v0.4.3 |
| 1029 | 2024-10-18T03:12:55.277Z | Downloaded heck v0.3.3 |
| 1030 | 2024-10-18T03:12:55.280Z | Downloaded futures-io v0.3.30 |
| 1031 | 2024-10-18T03:12:55.280Z | Downloaded dyn-clone v1.0.17 |
| 1032 | 2024-10-18T03:12:55.282Z | Downloaded enum-as-inner v0.6.1 |
| 1033 | 2024-10-18T03:12:55.282Z | Downloaded dof v0.3.0 |
| 1034 | 2024-10-18T03:12:55.285Z | Downloaded clap v4.5.18 |
| 1035 | 2024-10-18T03:12:55.292Z | Downloaded usdt-attr-macro v0.5.0 |
| 1036 | 2024-10-18T03:12:55.296Z | Downloaded encoding_rs v0.8.34 |
| 1037 | 2024-10-18T03:12:55.312Z | Downloaded backoff v0.4.0 |
| 1038 | 2024-10-18T03:12:55.315Z | Downloaded colored v2.1.0 |
| 1039 | 2024-10-18T03:12:55.317Z | Downloaded allocator-api2 v0.2.18 |
| 1040 | 2024-10-18T03:12:55.319Z | Downloaded slog-dtrace v0.3.0 |
| 1041 | 2024-10-18T03:12:55.321Z | Downloaded serde_spanned v0.6.7 |
| 1042 | 2024-10-18T03:12:55.322Z | Downloaded argon2 v0.5.3 |
| 1043 | 2024-10-18T03:12:55.324Z | Downloaded scroll_derive v0.12.0 |
| 1044 | 2024-10-18T03:12:55.324Z | Downloaded ciborium-ll v0.2.2 |
| 1045 | 2024-10-18T03:12:55.327Z | Downloaded base64 v0.13.1 |
| 1046 | 2024-10-18T03:12:55.329Z | Downloaded serde_json v1.0.128 |
| 1047 | 2024-10-18T03:12:55.334Z | Downloaded cstr-argument v0.1.2 |
| 1048 | 2024-10-18T03:12:55.337Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1049 | 2024-10-18T03:12:55.337Z | Downloaded const-random v0.1.18 |
| 1050 | 2024-10-18T03:12:55.337Z | Downloaded slog-async v2.8.0 |
| 1051 | 2024-10-18T03:12:55.339Z | Downloaded take_mut v0.2.2 |
| 1052 | 2024-10-18T03:12:55.339Z | Downloaded structmeta-derive v0.3.0 |
| 1053 | 2024-10-18T03:12:55.342Z | Downloaded serde-big-array v0.5.1 |
| 1054 | 2024-10-18T03:12:55.342Z | Downloaded bitflags v1.3.2 |
| 1055 | 2024-10-18T03:12:55.347Z | Downloaded autocfg v1.3.0 |
| 1056 | 2024-10-18T03:12:55.349Z | Downloaded async-stream v0.3.5 |
| 1057 | 2024-10-18T03:12:55.586Z | Downloaded ring v0.16.20 |
| 1058 | 2024-10-18T03:12:56.552Z | Compiling proc-macro2 v1.0.86 |
| 1059 | 2024-10-18T03:12:56.552Z | Compiling unicode-ident v1.0.13 |
| 1060 | 2024-10-18T03:12:56.552Z | Compiling libc v0.2.161 |
| 1061 | 2024-10-18T03:12:56.552Z | Compiling cfg-if v1.0.0 |
| 1062 | 2024-10-18T03:12:56.555Z | Compiling serde v1.0.210 |
| 1063 | 2024-10-18T03:12:56.555Z | Compiling version_check v0.9.5 |
| 1064 | 2024-10-18T03:12:56.555Z | Compiling autocfg v1.3.0 |
| 1065 | 2024-10-18T03:12:56.555Z | Compiling once_cell v1.19.0 |
| 1066 | 2024-10-18T03:12:56.703Z | Compiling byteorder v1.5.0 |
| 1067 | 2024-10-18T03:12:56.717Z | Compiling memchr v2.7.4 |
| 1068 | 2024-10-18T03:12:57.021Z | Compiling itoa v1.0.11 |
| 1069 | 2024-10-18T03:12:57.124Z | Compiling ryu v1.0.18 |
| 1070 | 2024-10-18T03:12:57.151Z | Compiling allocator-api2 v0.2.18 |
| 1071 | 2024-10-18T03:12:57.197Z | Compiling libm v0.2.8 |
| 1072 | 2024-10-18T03:12:57.233Z | Compiling pin-project-lite v0.2.14 |
| 1073 | 2024-10-18T03:12:57.316Z | Compiling lock_api v0.4.12 |
| 1074 | 2024-10-18T03:12:57.341Z | Compiling scopeguard v1.2.0 |
| 1075 | 2024-10-18T03:12:57.471Z | Compiling parking_lot_core v0.9.10 |
| 1076 | 2024-10-18T03:12:57.487Z | Compiling equivalent v1.0.1 |
| 1077 | 2024-10-18T03:12:57.582Z | Compiling thiserror v1.0.64 |
| 1078 | 2024-10-18T03:12:57.917Z | Compiling ahash v0.8.11 |
| 1079 | 2024-10-18T03:12:57.956Z | Compiling futures-core v0.3.30 |
| 1080 | 2024-10-18T03:12:58.183Z | Compiling quote v1.0.37 |
| 1081 | 2024-10-18T03:12:58.229Z | Compiling iana-time-zone v0.1.61 |
| 1082 | 2024-10-18T03:12:58.331Z | Compiling log v0.4.22 |
| 1083 | 2024-10-18T03:12:58.438Z | Compiling shlex v1.3.0 |
| 1084 | 2024-10-18T03:12:58.579Z | Compiling syn v2.0.77 |
| 1085 | 2024-10-18T03:12:58.736Z | Compiling getrandom v0.2.15 |
| 1086 | 2024-10-18T03:12:58.756Z | Compiling socket2 v0.5.7 |
| 1087 | 2024-10-18T03:12:58.795Z | Compiling mio v1.0.2 |
| 1088 | 2024-10-18T03:12:58.892Z | Compiling signal-hook-registry v1.4.2 |
| 1089 | 2024-10-18T03:12:58.964Z | Compiling cc v1.1.21 |
| 1090 | 2024-10-18T03:12:58.997Z | Compiling fnv v1.0.7 |
| 1091 | 2024-10-18T03:12:59.043Z | Compiling schemars v0.8.21 |
| 1092 | 2024-10-18T03:12:59.116Z | Compiling futures-sink v0.3.30 |
| 1093 | 2024-10-18T03:12:59.294Z | Compiling dyn-clone v1.0.17 |
| 1094 | 2024-10-18T03:12:59.490Z | Compiling slab v0.4.9 |
| 1095 | 2024-10-18T03:12:59.492Z | Compiling serde_json v1.0.128 |
| 1096 | 2024-10-18T03:12:59.573Z | Compiling num-traits v0.2.19 |
| 1097 | 2024-10-18T03:12:59.861Z | Compiling futures-channel v0.3.30 |
| 1098 | 2024-10-18T03:13:00.040Z | Compiling futures-task v0.3.30 |
| 1099 | 2024-10-18T03:13:00.247Z | Compiling bitflags v2.6.0 |
| 1100 | 2024-10-18T03:13:00.258Z | Compiling futures-io v0.3.30 |
| 1101 | 2024-10-18T03:13:00.320Z | Compiling pin-utils v0.1.0 |
| 1102 | 2024-10-18T03:13:00.350Z | Compiling tracing-core v0.1.32 |
| 1103 | 2024-10-18T03:13:00.360Z | Compiling heck v0.5.0 |
| 1104 | 2024-10-18T03:13:00.406Z | Compiling crunchy v0.2.2 |
| 1105 | 2024-10-18T03:13:00.734Z | Compiling tiny-keccak v2.0.2 |
| 1106 | 2024-10-18T03:13:01.052Z | Compiling subtle v2.6.1 |
| 1107 | 2024-10-18T03:13:01.296Z | Compiling httparse v1.9.4 |
| 1108 | 2024-10-18T03:13:01.489Z | Compiling spin v0.9.8 |
| 1109 | 2024-10-18T03:13:01.590Z | Compiling const-random-macro v0.1.16 |
| 1110 | 2024-10-18T03:13:01.739Z | Compiling atomic-waker v1.1.2 |
| 1111 | 2024-10-18T03:13:01.921Z | Compiling rustls-pki-types v1.8.0 |
| 1112 | 2024-10-18T03:13:02.012Z | Compiling untrusted v0.9.0 |
| 1113 | 2024-10-18T03:13:02.233Z | Compiling try-lock v0.2.5 |
| 1114 | 2024-10-18T03:13:02.271Z | Compiling ring v0.17.8 |
| 1115 | 2024-10-18T03:13:02.300Z | Compiling pkg-config v0.3.31 |
| 1116 | 2024-10-18T03:13:02.311Z | Compiling vcpkg v0.2.15 |
| 1117 | 2024-10-18T03:13:02.333Z | Compiling const-random v0.1.18 |
| 1118 | 2024-10-18T03:13:02.412Z | Compiling want v0.3.1 |
| 1119 | 2024-10-18T03:13:02.731Z | Compiling zeroize v1.8.1 |
| 1120 | 2024-10-18T03:13:02.833Z | Compiling slog v2.7.0 |
| 1121 | 2024-10-18T03:13:02.850Z | Compiling httpdate v1.0.3 |
| 1122 | 2024-10-18T03:13:03.047Z | Compiling tower-service v0.3.3 |
| 1123 | 2024-10-18T03:13:03.165Z | Compiling openssl v0.10.66 |
| 1124 | 2024-10-18T03:13:03.203Z | Compiling tinyvec_macros v0.1.1 |
| 1125 | 2024-10-18T03:13:03.283Z | Compiling percent-encoding v2.3.1 |
| 1126 | 2024-10-18T03:13:03.331Z | Compiling foreign-types-shared v0.1.1 |
| 1127 | 2024-10-18T03:13:03.423Z | Compiling foreign-types v0.3.2 |
| 1128 | 2024-10-18T03:13:03.504Z | Compiling form_urlencoded v1.2.1 |
| 1129 | 2024-10-18T03:13:03.520Z | Compiling tinyvec v1.8.0 |
| 1130 | 2024-10-18T03:13:03.587Z | Compiling semver v1.0.23 |
| 1131 | 2024-10-18T03:13:03.668Z | Compiling native-tls v0.2.12 |
| 1132 | 2024-10-18T03:13:03.838Z | Compiling rustls v0.23.13 |
| 1133 | 2024-10-18T03:13:03.928Z | Compiling openssl-sys v0.9.103 |
| 1134 | 2024-10-18T03:13:04.015Z | Compiling openssl-probe v0.1.5 |
| 1135 | 2024-10-18T03:13:04.131Z | Compiling unicode-bidi v0.3.15 |
| 1136 | 2024-10-18T03:13:04.134Z | Compiling typenum v1.17.0 |
| 1137 | 2024-10-18T03:13:04.238Z | Compiling ucd-trie v0.1.6 |
| 1138 | 2024-10-18T03:13:04.428Z | Compiling rand_core v0.6.4 |
| 1139 | 2024-10-18T03:13:04.894Z | Compiling aho-corasick v1.1.3 |
| 1140 | 2024-10-18T03:13:05.019Z | Compiling unicode-normalization v0.1.24 |
| 1141 | 2024-10-18T03:13:05.038Z | Compiling generic-array v0.14.7 |
| 1142 | 2024-10-18T03:13:05.353Z | Compiling encoding_rs v0.8.34 |
| 1143 | 2024-10-18T03:13:05.363Z | Compiling regex-syntax v0.8.4 |
| 1144 | 2024-10-18T03:13:05.789Z | Compiling serde_derive_internals v0.29.1 |
| 1145 | 2024-10-18T03:13:06.096Z | Compiling idna v0.5.0 |
| 1146 | 2024-10-18T03:13:06.528Z | Compiling base64 v0.22.1 |
| 1147 | 2024-10-18T03:13:07.365Z | Compiling mime v0.3.17 |
| 1148 | 2024-10-18T03:13:08.019Z | Compiling rustls-pemfile v2.1.3 |
| 1149 | 2024-10-18T03:13:08.029Z | Compiling url v2.5.2 |
| 1150 | 2024-10-18T03:13:08.510Z | Compiling rustls-webpki v0.102.8 |
| 1151 | 2024-10-18T03:13:10.167Z | Compiling regex-automata v0.4.7 |
| 1152 | 2024-10-18T03:13:10.292Z | Compiling webpki-roots v0.26.6 |
| 1153 | 2024-10-18T03:13:10.485Z | Compiling time-core v0.1.2 |
| 1154 | 2024-10-18T03:13:10.519Z | Compiling ipnet v2.10.0 |
| 1155 | 2024-10-18T03:13:10.651Z | Compiling powerfmt v0.2.0 |
| 1156 | 2024-10-18T03:13:11.029Z | Compiling plain v0.2.3 |
| 1157 | 2024-10-18T03:13:11.056Z | Compiling strsim v0.11.1 |
| 1158 | 2024-10-18T03:13:11.174Z | Compiling num-conv v0.1.0 |
| 1159 | 2024-10-18T03:13:11.364Z | Compiling serde_derive v1.0.210 |
| 1160 | 2024-10-18T03:13:11.465Z | Compiling zerocopy-derive v0.7.35 |
| 1161 | 2024-10-18T03:13:11.678Z | Compiling tokio-macros v2.4.0 |
| 1162 | 2024-10-18T03:13:11.999Z | Compiling thiserror-impl v1.0.64 |
| 1163 | 2024-10-18T03:13:12.189Z | Compiling schemars_derive v0.8.21 |
| 1164 | 2024-10-18T03:13:13.115Z | Compiling futures-macro v0.3.30 |
| 1165 | 2024-10-18T03:13:13.251Z | Compiling openssl-macros v0.1.1 |
| 1166 | 2024-10-18T03:13:13.626Z | Compiling zerocopy v0.7.35 |
| 1167 | 2024-10-18T03:13:14.996Z | Compiling tracing-attributes v0.1.27 |
| 1168 | 2024-10-18T03:13:15.086Z | Compiling futures-util v0.3.30 |
| 1169 | 2024-10-18T03:13:15.730Z | Compiling hashbrown v0.14.5 |
| 1170 | 2024-10-18T03:13:17.208Z | Compiling regress v0.10.1 |
| 1171 | 2024-10-18T03:13:17.336Z | Compiling pest v2.7.13 |
| 1172 | 2024-10-18T03:13:18.333Z | Compiling tracing v0.1.40 |
| 1173 | 2024-10-18T03:13:18.745Z | Compiling scroll_derive v0.12.0 |
| 1174 | 2024-10-18T03:13:20.496Z | Compiling scroll v0.12.0 |
| 1175 | 2024-10-18T03:13:21.040Z | Compiling pest_meta v2.7.13 |
| 1176 | 2024-10-18T03:13:21.060Z | Compiling winnow v0.6.18 |
| 1177 | 2024-10-18T03:13:21.150Z | Compiling goblin v0.8.2 |
| 1178 | 2024-10-18T03:13:21.373Z | Compiling ppv-lite86 v0.2.20 |
| 1179 | 2024-10-18T03:13:22.216Z | Compiling regex v1.10.6 |
| 1180 | 2024-10-18T03:13:22.607Z | Compiling pest_generator v2.7.13 |
| 1181 | 2024-10-18T03:13:23.467Z | Compiling time-macros v0.2.18 |
| 1182 | 2024-10-18T03:13:23.689Z | Compiling deranged v0.3.11 |
| 1183 | 2024-10-18T03:13:25.084Z | Compiling bytes v1.7.2 |
| 1184 | 2024-10-18T03:13:25.234Z | Compiling uuid v1.10.0 |
| 1185 | 2024-10-18T03:13:25.645Z | Compiling smallvec v1.13.2 |
| 1186 | 2024-10-18T03:13:25.686Z | Compiling indexmap v2.5.0 |
| 1187 | 2024-10-18T03:13:26.110Z | Compiling http v1.1.0 |
| 1188 | 2024-10-18T03:13:26.440Z | Compiling chrono v0.4.38 |
| 1189 | 2024-10-18T03:13:26.485Z | Compiling serde_tokenstream v0.2.2 |
| 1190 | 2024-10-18T03:13:26.856Z | Compiling parking_lot v0.12.3 |
| 1191 | 2024-10-18T03:13:27.104Z | Compiling toml_datetime v0.6.8 |
| 1192 | 2024-10-18T03:13:27.676Z | Compiling tokio v1.40.0 |
| 1193 | 2024-10-18T03:13:27.896Z | Compiling http-body v1.0.1 |
| 1194 | 2024-10-18T03:13:28.136Z | Compiling http-body-util v0.1.2 |
| 1195 | 2024-10-18T03:13:28.887Z | Compiling serde_urlencoded v0.7.1 |
| 1196 | 2024-10-18T03:13:29.479Z | Compiling num_threads v0.1.7 |
| 1197 | 2024-10-18T03:13:29.493Z | Compiling anyhow v1.0.89 |
| 1198 | 2024-10-18T03:13:29.600Z | Compiling pretty-hex v0.4.1 |
| 1199 | 2024-10-18T03:13:29.819Z | Compiling pest_derive v2.7.13 |
| 1200 | 2024-10-18T03:13:30.432Z | Compiling rand_chacha v0.3.1 |
| 1201 | 2024-10-18T03:13:30.646Z | Compiling sync_wrapper v1.0.1 |
| 1202 | 2024-10-18T03:13:30.775Z | Compiling usdt-impl v0.5.0 |
| 1203 | 2024-10-18T03:13:30.786Z | Compiling rand v0.8.5 |
| 1204 | 2024-10-18T03:13:31.181Z | Compiling dtrace-parser v0.2.0 |
| 1205 | 2024-10-18T03:13:31.737Z | Compiling typify-impl v0.2.0 |
| 1206 | 2024-10-18T03:13:32.306Z | Compiling openapiv3 v2.0.0 |
| 1207 | 2024-10-18T03:13:32.450Z | Compiling crypto-common v0.1.6 |
| 1208 | 2024-10-18T03:13:32.623Z | Compiling block-buffer v0.10.4 |
| 1209 | 2024-10-18T03:13:32.831Z | Compiling serde_spanned v0.6.7 |
| 1210 | 2024-10-18T03:13:33.062Z | Compiling thread-id v4.2.2 |
| 1211 | 2024-10-18T03:13:33.168Z | Compiling rustversion v1.0.17 |
| 1212 | 2024-10-18T03:13:33.278Z | Compiling syn v1.0.109 |
| 1213 | 2024-10-18T03:13:33.522Z | Compiling omicron-workspace-hack v0.1.0 |
| 1214 | 2024-10-18T03:13:33.777Z | Compiling dof v0.3.0 |
| 1215 | 2024-10-18T03:13:33.871Z | Compiling unsafe-libyaml v0.2.11 |
| 1216 | 2024-10-18T03:13:35.693Z | Compiling serde_yaml v0.9.34+deprecated |
| 1217 | 2024-10-18T03:13:36.409Z | Compiling tokio-util v0.7.12 |
| 1218 | 2024-10-18T03:13:36.777Z | Compiling ident_case v1.0.1 |
| 1219 | 2024-10-18T03:13:36.949Z | Compiling match_cfg v0.1.0 |
| 1220 | 2024-10-18T03:13:37.261Z | Compiling hostname v0.3.1 |
| 1221 | 2024-10-18T03:13:37.444Z | Compiling h2 v0.4.6 |
| 1222 | 2024-10-18T03:13:37.838Z | Compiling darling_core v0.20.10 |
| 1223 | 2024-10-18T03:13:38.252Z | Compiling errno v0.3.9 |
| 1224 | 2024-10-18T03:13:38.473Z | Compiling dirs-sys-next v0.1.2 |
| 1225 | 2024-10-18T03:13:39.251Z | Compiling thread_local v1.1.8 |
| 1226 | 2024-10-18T03:13:39.441Z | Compiling camino v1.1.9 |
| 1227 | 2024-10-18T03:13:39.896Z | Compiling cpufeatures v0.2.14 |
| 1228 | 2024-10-18T03:13:39.987Z | Compiling rustls v0.22.4 |
| 1229 | 2024-10-18T03:13:40.031Z | Compiling paste v1.0.15 |
| 1230 | 2024-10-18T03:13:40.365Z | Compiling dirs-next v2.0.0 |
| 1231 | 2024-10-18T03:13:40.583Z | Compiling usdt-attr-macro v0.5.0 |
| 1232 | 2024-10-18T03:13:41.622Z | Compiling usdt-macro v0.5.0 |
| 1233 | 2024-10-18T03:13:42.725Z | Compiling hyper v1.4.1 |
| 1234 | 2024-10-18T03:13:43.552Z | Compiling futures-executor v0.3.30 |
| 1235 | 2024-10-18T03:13:43.905Z | Compiling darling_macro v0.20.10 |
| 1236 | 2024-10-18T03:13:44.218Z | Compiling async-trait v0.1.83 |
| 1237 | 2024-10-18T03:13:45.009Z | Compiling memmap v0.7.0 |
| 1238 | 2024-10-18T03:13:45.382Z | Compiling hyper-util v0.1.9 |
| 1239 | 2024-10-18T03:13:45.397Z | Compiling instant v0.1.13 |
| 1240 | 2024-10-18T03:13:45.531Z | Compiling slog-async v2.8.0 |
| 1241 | 2024-10-18T03:13:45.696Z | Compiling darling v0.20.10 |
| 1242 | 2024-10-18T03:13:45.802Z | Compiling futures v0.3.30 |
| 1243 | 2024-10-18T03:13:46.746Z | Compiling term v0.7.0 |
| 1244 | 2024-10-18T03:13:47.409Z | Compiling is-terminal v0.4.13 |
| 1245 | 2024-10-18T03:13:47.525Z | Compiling multer v3.1.0 |
| 1246 | 2024-10-18T03:13:47.853Z | Compiling take_mut v0.2.2 |
| 1247 | 2024-10-18T03:13:48.064Z | Compiling serde_with_macros v3.9.0 |
| 1248 | 2024-10-18T03:13:48.317Z | Compiling tokio-native-tls v0.3.1 |
| 1249 | 2024-10-18T03:13:48.375Z | Compiling tokio-rustls v0.26.0 |
| 1250 | 2024-10-18T03:13:48.576Z | Compiling strum_macros v0.26.4 |
| 1251 | 2024-10-18T03:13:48.588Z | Compiling ipnetwork v0.20.0 |
| 1252 | 2024-10-18T03:13:48.932Z | Compiling structmeta-derive v0.3.0 |
| 1253 | 2024-10-18T03:13:49.678Z | Compiling async-stream-impl v0.3.5 |
| 1254 | 2024-10-18T03:13:50.859Z | Compiling dropshot v0.12.0 |
| 1255 | 2024-10-18T03:13:51.029Z | Compiling debug-ignore v1.0.5 |
| 1256 | 2024-10-18T03:13:51.154Z | Compiling crossbeam-utils v0.8.20 |
| 1257 | 2024-10-18T03:13:51.241Z | Compiling async-stream v0.3.5 |
| 1258 | 2024-10-18T03:13:51.552Z | Compiling serde_with v3.9.0 |
| 1259 | 2024-10-18T03:13:51.692Z | Compiling structmeta v0.3.0 |
| 1260 | 2024-10-18T03:13:51.724Z | Compiling hyper-rustls v0.27.3 |
| 1261 | 2024-10-18T03:13:52.066Z | Compiling hyper-tls v0.6.0 |
| 1262 | 2024-10-18T03:13:53.255Z | Compiling strum v0.26.3 |
| 1263 | 2024-10-18T03:13:53.711Z | Compiling dropshot_endpoint v0.12.0 |
| 1264 | 2024-10-18T03:13:54.274Z | Compiling serde_path_to_error v0.1.16 |
| 1265 | 2024-10-18T03:13:55.252Z | Compiling waitgroup v0.1.2 |
| 1266 | 2024-10-18T03:13:55.493Z | Compiling hostname v0.4.0 |
| 1267 | 2024-10-18T03:13:55.604Z | Compiling reqwest v0.12.8 |
| 1268 | 2024-10-18T03:13:55.772Z | Compiling parse-display-derive v0.10.0 |
| 1269 | 2024-10-18T03:13:57.595Z | Compiling typify-macro v0.2.0 |
| 1270 | 2024-10-18T03:13:57.983Z | Compiling digest v0.10.7 |
| 1271 | 2024-10-18T03:13:58.395Z | Compiling time v0.3.36 |
| 1272 | 2024-10-18T03:13:59.310Z | Compiling hex v0.4.3 |
| 1273 | 2024-10-18T03:14:00.663Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1274 | 2024-10-18T03:14:00.693Z | Compiling rustix v0.38.37 |
| 1275 | 2024-10-18T03:14:00.693Z | Compiling parse-display v0.10.0 |
| 1276 | 2024-10-18T03:14:00.744Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1277 | 2024-10-18T03:14:00.747Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1278 | 2024-10-18T03:14:00.893Z | Compiling progenitor-client v0.8.0 |
| 1279 | 2024-10-18T03:14:00.937Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1280 | 2024-10-18T03:14:01.323Z | Compiling macaddr v1.0.1 |
| 1281 | 2024-10-18T03:14:01.740Z | Compiling utf8parse v0.2.2 |
| 1282 | 2024-10-18T03:14:01.882Z | Compiling anstyle-parse v0.2.5 |
| 1283 | 2024-10-18T03:14:02.630Z | Compiling typify v0.2.0 |
| 1284 | 2024-10-18T03:14:02.768Z | Compiling progenitor-impl v0.8.0 |
| 1285 | 2024-10-18T03:14:04.347Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
| 1286 | 2024-10-18T03:14:05.368Z | Compiling anstyle-query v1.1.1 |
| 1287 | 2024-10-18T03:14:05.416Z | Compiling is_terminal_polyfill v1.70.1 |
| 1288 | 2024-10-18T03:14:05.416Z | Compiling colorchoice v1.0.2 |
| 1289 | 2024-10-18T03:14:05.468Z | Compiling unicode-width v0.1.14 |
| 1290 | 2024-10-18T03:14:05.492Z | Compiling lazy_static v1.5.0 |
| 1291 | 2024-10-18T03:14:05.537Z | Compiling anstyle v1.0.8 |
| 1292 | 2024-10-18T03:14:05.812Z | Compiling usdt v0.5.0 |
| 1293 | 2024-10-18T03:14:05.884Z | Compiling anstream v0.6.15 |
| 1294 | 2024-10-18T03:14:05.980Z | Compiling slog-json v2.6.1 |
| 1295 | 2024-10-18T03:14:06.377Z | Compiling crossbeam-channel v0.5.13 |
| 1296 | 2024-10-18T03:14:06.388Z | Compiling toml_edit v0.22.21 |
| 1297 | 2024-10-18T03:14:06.715Z | Compiling clap_lex v0.7.2 |
| 1298 | 2024-10-18T03:14:07.577Z | Compiling slog-bunyan v2.5.0 |
| 1299 | 2024-10-18T03:14:07.845Z | Compiling slog-term v2.9.1 |
| 1300 | 2024-10-18T03:14:08.335Z | Compiling sha1 v0.10.6 |
| 1301 | 2024-10-18T03:14:08.733Z | Compiling tokio-rustls v0.25.0 |
| 1302 | 2024-10-18T03:14:08.785Z | Compiling newtype-uuid v1.1.0 |
| 1303 | 2024-10-18T03:14:09.079Z | Compiling winnow v0.5.40 |
| 1304 | 2024-10-18T03:14:09.137Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1305 | 2024-10-18T03:14:09.222Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1306 | 2024-10-18T03:14:09.556Z | Compiling backoff v0.4.0 |
| 1307 | 2024-10-18T03:14:09.601Z | Compiling toml v0.8.19 |
| 1308 | 2024-10-18T03:14:09.952Z | Compiling regress v0.9.1 |
| 1309 | 2024-10-18T03:14:13.013Z | Compiling toml_edit v0.19.15 |
| 1310 | 2024-10-18T03:14:13.739Z | Compiling progenitor-macro v0.8.0 |
| 1311 | 2024-10-18T03:14:15.591Z | Compiling clap_derive v4.5.18 |
| 1312 | 2024-10-18T03:14:16.132Z | Compiling heapless v0.8.0 |
| 1313 | 2024-10-18T03:14:16.476Z | Compiling proc-macro-crate v1.3.1 |
| 1314 | 2024-10-18T03:14:16.986Z | Compiling hash32 v0.3.1 |
| 1315 | 2024-10-18T03:14:17.229Z | Compiling stable_deref_trait v1.2.0 |
| 1316 | 2024-10-18T03:14:17.323Z | Compiling smoltcp v0.11.0 |
| 1317 | 2024-10-18T03:14:17.326Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1318 | 2024-10-18T03:14:17.979Z | Compiling terminal_size v0.3.0 |
| 1319 | 2024-10-18T03:14:18.559Z | Compiling foreign-types-macros v0.2.3 |
| 1320 | 2024-10-18T03:14:18.587Z | Compiling proc-macro-error-attr v1.0.4 |
| 1321 | 2024-10-18T03:14:18.731Z | Compiling foreign-types-shared v0.3.1 |
| 1322 | 2024-10-18T03:14:18.847Z | Compiling bitflags v1.3.2 |
| 1323 | 2024-10-18T03:14:18.922Z | Compiling either v1.13.0 |
| 1324 | 2024-10-18T03:14:19.137Z | Compiling num_enum_derive v0.5.11 |
| 1325 | 2024-10-18T03:14:19.319Z | Compiling cobs v0.2.3 |
| 1326 | 2024-10-18T03:14:19.519Z | Compiling heck v0.4.1 |
| 1327 | 2024-10-18T03:14:19.617Z | Compiling managed v0.8.0 |
| 1328 | 2024-10-18T03:14:19.965Z | Compiling postcard v1.0.10 |
| 1329 | 2024-10-18T03:14:19.976Z | Compiling foreign-types v0.5.0 |
| 1330 | 2024-10-18T03:14:20.626Z | Compiling clap_builder v4.5.18 |
| 1331 | 2024-10-18T03:14:20.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1332 | 2024-10-18T03:14:21.641Z | Compiling num_enum v0.5.11 |
| 1333 | 2024-10-18T03:14:21.773Z | Compiling num-integer v0.1.46 |
| 1334 | 2024-10-18T03:14:21.783Z | Compiling cstr-argument v0.1.2 |
| 1335 | 2024-10-18T03:14:22.041Z | Compiling proc-macro-error v1.0.4 |
| 1336 | 2024-10-18T03:14:22.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1337 | 2024-10-18T03:14:22.573Z | Compiling fastrand v2.1.1 |
| 1338 | 2024-10-18T03:14:22.700Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1339 | 2024-10-18T03:14:22.866Z | Compiling pretty-hex v0.2.1 |
| 1340 | 2024-10-18T03:14:23.039Z | Compiling float-ord v0.3.2 |
| 1341 | 2024-10-18T03:14:23.179Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1342 | 2024-10-18T03:14:23.200Z | Compiling tempfile v3.12.0 |
| 1343 | 2024-10-18T03:14:23.571Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1344 | 2024-10-18T03:14:24.326Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1345 | 2024-10-18T03:14:24.458Z | Compiling clap v4.5.18 |
| 1346 | 2024-10-18T03:14:24.569Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1347 | 2024-10-18T03:14:25.628Z | Compiling tabwriter v1.4.0 |
| 1348 | 2024-10-18T03:14:25.708Z | Compiling colored v2.1.0 |
| 1349 | 2024-10-18T03:14:25.883Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1350 | 2024-10-18T03:14:26.208Z | Compiling crucible-workspace-hack v0.1.0 |
| 1351 | 2024-10-18T03:14:26.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1352 | 2024-10-18T03:14:26.833Z | Compiling num-iter v0.1.45 |
| 1353 | 2024-10-18T03:14:27.030Z | Compiling num-rational v0.4.2 |
| 1354 | 2024-10-18T03:14:27.416Z | Compiling num-complex v0.4.6 |
| 1355 | 2024-10-18T03:14:27.449Z | Compiling prettyplease v0.2.22 |
| 1356 | 2024-10-18T03:14:27.739Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1357 | 2024-10-18T03:14:27.750Z | Compiling unicode-segmentation v1.12.0 |
| 1358 | 2024-10-18T03:14:27.916Z | Compiling semver v0.1.20 |
| 1359 | 2024-10-18T03:14:28.102Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1360 | 2024-10-18T03:14:28.431Z | Compiling num v0.4.3 |
| 1361 | 2024-10-18T03:14:28.475Z | Compiling newline-converter v0.3.0 |
| 1362 | 2024-10-18T03:14:28.541Z | Compiling rustc_version v0.1.7 |
| 1363 | 2024-10-18T03:14:28.874Z | Compiling zone_cfg_derive v0.3.0 |
| 1364 | 2024-10-18T03:14:30.271Z | Compiling camino-tempfile v1.1.1 |
| 1365 | 2024-10-18T03:14:30.695Z | Compiling itertools v0.10.5 |
| 1366 | 2024-10-18T03:14:30.765Z | Compiling console v0.15.8 |
| 1367 | 2024-10-18T03:14:31.524Z | Compiling progenitor v0.8.0 |
| 1368 | 2024-10-18T03:14:31.742Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 1369 | 2024-10-18T03:14:32.049Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1370 | 2024-10-18T03:14:32.523Z | Compiling num-derive v0.4.2 |
| 1371 | 2024-10-18T03:14:32.804Z | Compiling sigpipe v0.1.3 |
| 1372 | 2024-10-18T03:14:32.854Z | Compiling base64ct v1.6.0 |
| 1373 | 2024-10-18T03:14:32.910Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1374 | 2024-10-18T03:14:33.224Z | Compiling similar v2.6.0 |
| 1375 | 2024-10-18T03:14:33.307Z | Compiling static_assertions v1.1.0 |
| 1376 | 2024-10-18T03:14:33.400Z | Compiling zone v0.3.0 |
| 1377 | 2024-10-18T03:14:33.452Z | Compiling password-hash v0.5.0 |
| 1378 | 2024-10-18T03:14:33.646Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1379 | 2024-10-18T03:14:34.508Z | Compiling expectorate v1.1.0 |
| 1380 | 2024-10-18T03:14:34.946Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
| 1381 | 2024-10-18T03:14:34.998Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1382 | 2024-10-18T03:14:35.374Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1383 | 2024-10-18T03:14:35.680Z | Compiling newtype_derive v0.1.6 |
| 1384 | 2024-10-18T03:14:36.100Z | Compiling blake2 v0.10.6 |
| 1385 | 2024-10-18T03:14:36.546Z | Compiling hubpack_derive v0.1.1 |
| 1386 | 2024-10-18T03:14:37.328Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1387 | 2024-10-18T03:14:37.460Z | Compiling smf v0.2.3 |
| 1388 | 2024-10-18T03:14:37.503Z | Compiling zerocopy-derive v0.6.6 |
| 1389 | 2024-10-18T03:14:39.095Z | Compiling whoami v1.5.2 |
| 1390 | 2024-10-18T03:14:39.177Z | Compiling cancel-safe-futures v0.1.5 |
| 1391 | 2024-10-18T03:14:39.588Z | Compiling fixedbitset v0.4.2 |
| 1392 | 2024-10-18T03:14:39.612Z | Compiling owo-colors v4.1.0 |
| 1393 | 2024-10-18T03:14:39.836Z | Compiling zerocopy v0.6.6 |
| 1394 | 2024-10-18T03:14:39.939Z | Compiling petgraph v0.6.5 |
| 1395 | 2024-10-18T03:14:40.208Z | Compiling hubpack v0.1.2 |
| 1396 | 2024-10-18T03:14:40.535Z | Compiling argon2 v0.5.3 |
| 1397 | 2024-10-18T03:14:42.037Z | Compiling strum_macros v0.25.3 |
| 1398 | 2024-10-18T03:14:42.654Z | Compiling serde-big-array v0.5.1 |
| 1399 | 2024-10-18T03:14:42.868Z | Compiling serde_repr v0.1.19 |
| 1400 | 2024-10-18T03:14:43.661Z | Compiling cookie v0.18.1 |
| 1401 | 2024-10-18T03:14:43.986Z | Compiling convert_case v0.4.0 |
| 1402 | 2024-10-18T03:14:44.078Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1403 | 2024-10-18T03:14:44.784Z | Compiling derive_more v0.99.18 |
| 1404 | 2024-10-18T03:14:44.857Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1405 | 2024-10-18T03:14:45.852Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1406 | 2024-10-18T03:14:47.043Z | Compiling atomicwrites v0.4.4 |
| 1407 | 2024-10-18T03:14:47.350Z | Compiling itertools v0.13.0 |
| 1408 | 2024-10-18T03:14:47.439Z | Compiling libsw v3.3.1 |
| 1409 | 2024-10-18T03:14:47.758Z | Compiling derive-where v1.2.7 |
| 1410 | 2024-10-18T03:14:48.811Z | Compiling enum-as-inner v0.6.1 |
| 1411 | 2024-10-18T03:14:49.998Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1412 | 2024-10-18T03:14:50.738Z | Compiling idna v0.4.0 |
| 1413 | 2024-10-18T03:14:51.069Z | Compiling linked-hash-map v0.5.6 |
| 1414 | 2024-10-18T03:14:51.459Z | Compiling linear-map v1.2.0 |
| 1415 | 2024-10-18T03:14:51.583Z | Compiling swrite v0.1.0 |
| 1416 | 2024-10-18T03:14:51.700Z | Compiling data-encoding v2.6.0 |
| 1417 | 2024-10-18T03:14:51.830Z | Compiling quick-error v1.2.3 |
| 1418 | 2024-10-18T03:14:51.970Z | Compiling indent_write v2.2.0 |
| 1419 | 2024-10-18T03:14:52.185Z | Compiling highway v1.2.0 |
| 1420 | 2024-10-18T03:14:52.746Z | Compiling hickory-proto v0.24.1 |
| 1421 | 2024-10-18T03:14:53.053Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1422 | 2024-10-18T03:14:54.590Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1423 | 2024-10-18T03:14:55.577Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1424 | 2024-10-18T03:14:57.155Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1425 | 2024-10-18T03:14:57.960Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1426 | 2024-10-18T03:14:58.548Z | Compiling resolv-conf v0.7.0 |
| 1427 | 2024-10-18T03:14:59.501Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1428 | 2024-10-18T03:15:00.609Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1429 | 2024-10-18T03:15:01.199Z | Compiling lru-cache v0.1.2 |
| 1430 | 2024-10-18T03:15:01.410Z | Compiling steno v0.4.1 |
| 1431 | 2024-10-18T03:15:02.407Z | Compiling slog-dtrace v0.3.0 |
| 1432 | 2024-10-18T03:15:02.741Z | Compiling humantime v2.1.0 |
| 1433 | 2024-10-18T03:15:03.219Z | Compiling parking_lot_core v0.8.6 |
| 1434 | 2024-10-18T03:15:03.345Z | Compiling hickory-resolver v0.24.1 |
| 1435 | 2024-10-18T03:15:03.369Z | Compiling num-derive v0.3.3 |
| 1436 | 2024-10-18T03:15:05.094Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1437 | 2024-10-18T03:15:05.638Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1438 | 2024-10-18T03:15:05.919Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1439 | 2024-10-18T03:15:06.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 1440 | 2024-10-18T03:15:06.414Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
| 1441 | 2024-10-18T03:15:06.443Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1442 | 2024-10-18T03:15:07.352Z | Compiling smartstring v1.0.1 |
| 1443 | 2024-10-18T03:15:07.432Z | Compiling half v2.4.1 |
| 1444 | 2024-10-18T03:15:07.708Z | Compiling ciborium-io v0.2.2 |
| 1445 | 2024-10-18T03:15:07.960Z | Compiling ciborium-ll v0.2.2 |
| 1446 | 2024-10-18T03:15:08.273Z | Compiling parking_lot v0.11.2 |
| 1447 | 2024-10-18T03:15:08.391Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
| 1448 | 2024-10-18T03:15:09.298Z | Compiling proc-macro-crate v3.2.0 |
| 1449 | 2024-10-18T03:15:09.365Z | Compiling crossbeam-epoch v0.9.18 |
| 1450 | 2024-10-18T03:15:10.226Z | Compiling fxhash v0.2.1 |
| 1451 | 2024-10-18T03:15:10.251Z | Compiling crc32fast v1.4.2 |
| 1452 | 2024-10-18T03:15:10.504Z | Compiling num_enum_derive v0.7.3 |
| 1453 | 2024-10-18T03:15:10.616Z | Compiling sled v0.34.7 |
| 1454 | 2024-10-18T03:15:11.045Z | Compiling ciborium v0.2.2 |
| 1455 | 2024-10-18T03:15:11.335Z | Compiling thin-vec v0.2.13 |
| 1456 | 2024-10-18T03:15:11.478Z | Compiling rhai_codegen v2.2.0 |
| 1457 | 2024-10-18T03:15:11.942Z | Compiling minimal-lexical v0.2.1 |
| 1458 | 2024-10-18T03:15:12.504Z | Compiling nom v7.1.3 |
| 1459 | 2024-10-18T03:15:12.703Z | Compiling yansi v1.0.1 |
| 1460 | 2024-10-18T03:15:12.877Z | Compiling diff v0.1.13 |
| 1461 | 2024-10-18T03:15:13.064Z | Compiling num_enum v0.7.3 |
| 1462 | 2024-10-18T03:15:13.340Z | Compiling pretty_assertions v1.4.1 |
| 1463 | 2024-10-18T03:15:14.207Z | Compiling rhai v1.19.0 |
| 1464 | 2024-10-18T03:15:19.075Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1465 | 2024-10-18T03:15:20.791Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1466 | 2024-10-18T03:15:27.465Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1467 | 2024-10-18T03:15:28.805Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1468 | 2024-10-18T03:15:30.178Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1469 | 2024-10-18T03:15:32.613Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1470 | 2024-10-18T03:16:07.883Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s |
| 1471 | 2024-10-18T03:16:08.047Z | ------------ |
| 1472 | 2024-10-18T03:16:08.047Z | Nextest run ID 68f40e4e-a06e-43e7-bc85-89e1134c407b with nextest profile: default |
| 1473 | 2024-10-18T03:16:08.047Z | Starting 11 tests across 1 binary |
| 1474 | 2024-10-18T03:16:08.084Z | PASS [ 0.027s] bgp messages::tests::header_round_trip |
| 1475 | 2024-10-18T03:16:08.084Z | PASS [ 0.021s] bgp messages::tests::prefix_within |
| 1476 | 2024-10-18T03:16:08.084Z | PASS [ 0.023s] bgp messages::tests::open_round_trip |
| 1477 | 2024-10-18T03:16:08.084Z | PASS [ 0.016s] bgp messages::tests::update_round_trip |
| 1478 | 2024-10-18T03:16:08.098Z | PASS [ 0.038s] bgp policy::test::open_add_4byte_as |
| 1479 | 2024-10-18T03:16:08.109Z | PASS [ 0.045s] bgp policy::test::open_require_4byte_as |
| 1480 | 2024-10-18T03:16:08.112Z | PASS [ 0.036s] bgp policy::test::update_shape_community |
| 1481 | 2024-10-18T03:16:08.115Z | PASS [ 0.046s] bgp policy::test::shape_update_prefixes |
| 1482 | 2024-10-18T03:16:08.118Z | PASS [ 0.046s] bgp policy::test::update_drop_on_no_export |
| 1483 | 2024-10-18T03:16:21.178Z | PASS [ 13.102s] bgp test::test_basic_peering |
| 1484 | 2024-10-18T03:16:32.182Z | PASS [ 24.104s] bgp test::test_basic_update |
| 1485 | 2024-10-18T03:16:32.187Z | ------------ |
| 1486 | 2024-10-18T03:16:32.187Z | Summary [ 24.139s] 11 tests run: 11 passed, 0 skipped |
| 1487 | 2024-10-18T03:16:32.201Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
| 1488 | 2024-10-18T03:16:32.206Z | process exited: duration 396245 ms, exit code 0 |
| |
| 1489 | 2024-10-18T03:16:32.216Z | found 4 output files |
| 1490 | 2024-10-18T03:16:32.216Z | uploading: /work/r1.basic_peering.log (7875 bytes) |
| 1491 | 2024-10-18T03:16:33.225Z | uploaded: /work/r1.basic_peering.log |
| 1492 | 2024-10-18T03:16:33.225Z | uploading: /work/r1.basic_update.log (13268 bytes) |
| 1493 | 2024-10-18T03:16:34.233Z | uploaded: /work/r1.basic_update.log |
| 1494 | 2024-10-18T03:16:34.236Z | uploading: /work/r2.basic_peering.log (9263 bytes) |
| 1495 | 2024-10-18T03:16:35.246Z | uploaded: /work/r2.basic_peering.log |
| 1496 | 2024-10-18T03:16:35.246Z | uploading: /work/r2.basic_update.log (21015 bytes) |
| 1497 | 2024-10-18T03:16:36.256Z | uploaded: /work/r2.basic_update.log |