|
|
|
| 1 | 2024-11-26T07:14:57.508Z | job assigned to worker 01JDKN3Y8A7FMAZ961W7Y17D35 [factory aws, i-08050c7a8b1f3997d] (queued for 56 s) |
| |
| 2 | 2024-11-26T07:15:05.479Z | starting task 0: "setup" |
| 3 | 2024-11-26T07:15:05.488Z | ++ uname -s |
| 4 | 2024-11-26T07:15:05.491Z | + kern=SunOS |
| 5 | 2024-11-26T07:15:05.491Z | + case "$kern" in |
| 6 | 2024-11-26T07:15:05.491Z | + groupadd -g 12345 build |
| 7 | 2024-11-26T07:15:05.494Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-26T07:15:07.501Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-26T07:15:07.604Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-26T07:15:07.607Z | + home_fs=zfs |
| 11 | 2024-11-26T07:15:07.607Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-26T07:15:07.607Z | + mkdir -p /home/build |
| 13 | 2024-11-26T07:15:07.609Z | + chown build:build /home/build /work |
| 14 | 2024-11-26T07:15:09.611Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-26T07:15:09.613Z | process exited: duration 4135 ms, exit code 0 |
| |
| 16 | 2024-11-26T07:15:09.620Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-26T07:15:09.624Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-26T07:15:09.624Z | ' stable |
| 19 | 2024-11-26T07:15:09.624Z | * toolchain channel = "stable" |
| 20 | 2024-11-26T07:15:09.624Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-26T07:15:09.624Z | ' default |
| 22 | 2024-11-26T07:15:09.624Z | * toolchain profile = "default" |
| 23 | 2024-11-26T07:15:09.627Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-26T07:15:09.627Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-11-26T07:15:09.913Z | info: downloading installer |
| 26 | 2024-11-26T07:15:11.476Z | info: profile set to 'default' |
| 27 | 2024-11-26T07:15:11.476Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-26T07:15:11.478Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-11-26T07:15:11.631Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-26T07:15:11.634Z | info: downloading component 'cargo' |
| 31 | 2024-11-26T07:15:12.500Z | info: downloading component 'clippy' |
| 32 | 2024-11-26T07:15:12.829Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-26T07:15:14.054Z | info: downloading component 'rust-std' |
| 34 | 2024-11-26T07:15:16.000Z | info: downloading component 'rustc' |
| 35 | 2024-11-26T07:15:22.980Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-26T07:15:23.228Z | info: installing component 'cargo' |
| 37 | 2024-11-26T07:15:24.027Z | info: installing component 'clippy' |
| 38 | 2024-11-26T07:15:24.391Z | info: installing component 'rust-docs' |
| 39 | 2024-11-26T07:15:26.065Z | info: installing component 'rust-std' |
| 40 | 2024-11-26T07:15:27.854Z | info: installing component 'rustc' |
| 41 | 2024-11-26T07:15:33.735Z | info: installing component 'rustfmt' |
| 42 | 2024-11-26T07:15:34.049Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-11-26T07:15:34.049Z | |
| 44 | 2024-11-26T07:15:34.422Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-26T07:15:34.422Z | |
| 46 | 2024-11-26T07:15:34.424Z | |
| 47 | 2024-11-26T07:15:34.424Z | Rust is installed now. Great! |
| 48 | 2024-11-26T07:15:34.424Z | |
| 49 | 2024-11-26T07:15:34.424Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-26T07:15:34.424Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-26T07:15:34.424Z | |
| 52 | 2024-11-26T07:15:34.424Z | To configure your current shell, you need to source |
| 53 | 2024-11-26T07:15:34.424Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-26T07:15:34.424Z | |
| 55 | 2024-11-26T07:15:34.424Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-26T07:15:34.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-26T07:15:34.424Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-26T07:15:34.497Z | + rustc --version |
| 59 | 2024-11-26T07:15:34.561Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-26T07:15:34.564Z | process exited: duration 24942 ms, exit code 0 |
| |
| 61 | 2024-11-26T07:15:34.569Z | starting task 2: "authentication" |
| 62 | 2024-11-26T07:15:34.590Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-11-26T07:15:34.595Z | starting task 3: "clone repository" |
| 64 | 2024-11-26T07:15:34.600Z | + mkdir -p /work/oxidecomputer/maghemite |
| 65 | 2024-11-26T07:15:34.603Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 66 | 2024-11-26T07:15:34.639Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 67 | 2024-11-26T07:15:35.518Z | + cd /work/oxidecomputer/maghemite |
| 68 | 2024-11-26T07:15:35.520Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
| 69 | 2024-11-26T07:15:35.747Z | From https://github.com/oxidecomputer/maghemite |
| 70 | 2024-11-26T07:15:35.747Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
| 71 | 2024-11-26T07:15:35.755Z | + [[ -n renovate/dropshot-0.x ]] |
| 72 | 2024-11-26T07:15:35.757Z | ++ git branch --show-current |
| 73 | 2024-11-26T07:15:35.760Z | + current=main |
| 74 | 2024-11-26T07:15:35.760Z | + [[ main != renovate/dropshot-0.x ]] |
| 75 | 2024-11-26T07:15:35.760Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
| 76 | 2024-11-26T07:15:35.763Z | + git checkout -f renovate/dropshot-0.x |
| 77 | 2024-11-26T07:15:35.776Z | Switched to branch 'renovate/dropshot-0.x' |
| 78 | 2024-11-26T07:15:35.779Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
| 79 | 2024-11-26T07:15:35.791Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
| 80 | 2024-11-26T07:15:35.795Z | process exited: duration 1196 ms, exit code 0 |
| |
| 81 | 2024-11-26T07:15:35.800Z | starting task 4: "build" |
| 82 | 2024-11-26T07:15:35.805Z | + set -e |
| 83 | 2024-11-26T07:15:35.805Z | + cargo --version |
| 84 | 2024-11-26T07:15:35.809Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 85 | 2024-11-26T07:15:35.965Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 86 | 2024-11-26T07:15:35.965Z | info: downloading component 'cargo' |
| 87 | 2024-11-26T07:15:36.702Z | info: downloading component 'clippy' |
| 88 | 2024-11-26T07:15:36.975Z | info: downloading component 'rust-docs' |
| 89 | 2024-11-26T07:15:37.998Z | info: downloading component 'rust-std' |
| 90 | 2024-11-26T07:15:39.594Z | info: downloading component 'rustc' |
| 91 | 2024-11-26T07:15:45.298Z | info: downloading component 'rustfmt' |
| 92 | 2024-11-26T07:15:45.513Z | info: installing component 'cargo' |
| 93 | 2024-11-26T07:15:46.317Z | info: installing component 'clippy' |
| 94 | 2024-11-26T07:15:46.675Z | info: installing component 'rust-docs' |
| 95 | 2024-11-26T07:15:48.279Z | info: installing component 'rust-std' |
| 96 | 2024-11-26T07:15:49.958Z | info: installing component 'rustc' |
| 97 | 2024-11-26T07:15:55.575Z | info: installing component 'rustfmt' |
| 98 | 2024-11-26T07:15:55.974Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 99 | 2024-11-26T07:15:55.977Z | + rustc --version |
| 100 | 2024-11-26T07:15:56.046Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 101 | 2024-11-26T07:15:56.051Z | + cargo install cargo-nextest |
| 102 | 2024-11-26T07:15:56.137Z | Updating crates.io index |
| 103 | 2024-11-26T07:15:56.245Z | Downloading crates ... |
| 104 | 2024-11-26T07:15:56.309Z | Downloaded cargo-nextest v0.9.84 |
| 105 | 2024-11-26T07:15:56.347Z | Installing cargo-nextest v0.9.84 |
| 106 | 2024-11-26T07:15:56.426Z | Updating crates.io index |
| 107 | 2024-11-26T07:15:57.617Z | Locking 359 packages to latest compatible versions |
| 108 | 2024-11-26T07:15:57.620Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
| 109 | 2024-11-26T07:15:57.620Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
| 110 | 2024-11-26T07:15:57.620Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 111 | 2024-11-26T07:15:57.631Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
| 112 | 2024-11-26T07:15:57.633Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 113 | 2024-11-26T07:15:57.634Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
| 114 | 2024-11-26T07:15:57.634Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
| 115 | 2024-11-26T07:15:57.636Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 116 | 2024-11-26T07:15:57.637Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 117 | 2024-11-26T07:15:57.637Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
| 118 | 2024-11-26T07:15:57.637Z | Adding gimli v0.28.1 (latest: v0.31.1) |
| 119 | 2024-11-26T07:15:57.637Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 120 | 2024-11-26T07:15:57.639Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 121 | 2024-11-26T07:15:57.640Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
| 122 | 2024-11-26T07:15:57.640Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
| 123 | 2024-11-26T07:15:57.645Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
| 124 | 2024-11-26T07:15:57.645Z | Adding object v0.32.2 (latest: v0.36.5) |
| 125 | 2024-11-26T07:15:57.645Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
| 126 | 2024-11-26T07:15:57.647Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
| 127 | 2024-11-26T07:15:57.650Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
| 128 | 2024-11-26T07:15:57.654Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
| 129 | 2024-11-26T07:15:57.656Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
| 130 | 2024-11-26T07:15:57.657Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
| 131 | 2024-11-26T07:15:57.657Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
| 132 | 2024-11-26T07:15:57.659Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
| 133 | 2024-11-26T07:15:57.659Z | Adding vte v0.11.1 (latest: v0.13.0) |
| 134 | 2024-11-26T07:15:57.659Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
| 135 | 2024-11-26T07:15:57.659Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 136 | 2024-11-26T07:15:57.659Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 137 | 2024-11-26T07:15:57.659Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 138 | 2024-11-26T07:15:57.659Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 139 | 2024-11-26T07:15:57.659Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
| 140 | 2024-11-26T07:15:57.659Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 141 | 2024-11-26T07:15:57.659Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 142 | 2024-11-26T07:15:57.659Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 143 | 2024-11-26T07:15:57.659Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
| 144 | 2024-11-26T07:15:57.659Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 145 | 2024-11-26T07:15:57.659Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
| 146 | 2024-11-26T07:15:57.659Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 147 | 2024-11-26T07:15:57.659Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
| 148 | 2024-11-26T07:15:57.659Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 149 | 2024-11-26T07:15:57.659Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
| 150 | 2024-11-26T07:15:57.659Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 151 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
| 152 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 153 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
| 154 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 155 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
| 156 | 2024-11-26T07:15:57.660Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 157 | 2024-11-26T07:15:57.660Z | Adding writeable v0.5.5 (latest: v0.6.0) |
| 158 | 2024-11-26T07:15:57.663Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
| 159 | 2024-11-26T07:15:57.663Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
| 160 | 2024-11-26T07:15:57.663Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
| 161 | 2024-11-26T07:15:57.663Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
| 162 | 2024-11-26T07:15:57.663Z | Downloading crates ... |
| 163 | 2024-11-26T07:15:57.724Z | Downloaded adler2 v2.0.0 |
| 164 | 2024-11-26T07:15:57.732Z | Downloaded adler v1.0.2 |
| 165 | 2024-11-26T07:15:57.737Z | Downloaded addr2line v0.21.0 |
| 166 | 2024-11-26T07:15:57.804Z | Downloaded spki v0.7.3 |
| 167 | 2024-11-26T07:15:57.812Z | Downloaded spin v0.9.8 |
| 168 | 2024-11-26T07:15:57.815Z | Downloaded supports-color v3.0.1 |
| 169 | 2024-11-26T07:15:57.818Z | Downloaded static_assertions v1.1.0 |
| 170 | 2024-11-26T07:15:57.820Z | Downloaded anstyle-parse v0.2.6 |
| 171 | 2024-11-26T07:15:57.823Z | Downloaded swrite v0.1.0 |
| 172 | 2024-11-26T07:15:57.825Z | Downloaded socket2 v0.5.7 |
| 173 | 2024-11-26T07:15:57.828Z | Downloaded async-scoped v0.9.0 |
| 174 | 2024-11-26T07:15:57.828Z | Downloaded anstyle-query v1.1.2 |
| 175 | 2024-11-26T07:15:57.830Z | Downloaded strsim v0.11.1 |
| 176 | 2024-11-26T07:15:57.835Z | Downloaded smawk v0.3.2 |
| 177 | 2024-11-26T07:15:57.840Z | Downloaded smallvec v1.13.2 |
| 178 | 2024-11-26T07:15:57.840Z | Downloaded target-spec v3.2.2 |
| 179 | 2024-11-26T07:15:57.843Z | Downloaded base64 v0.22.1 |
| 180 | 2024-11-26T07:15:57.843Z | Downloaded target-spec-miette v0.4.0 |
| 181 | 2024-11-26T07:15:57.845Z | Downloaded terminal_size v0.3.0 |
| 182 | 2024-11-26T07:15:57.845Z | Downloaded synstructure v0.13.1 |
| 183 | 2024-11-26T07:15:57.848Z | Downloaded supports-hyperlinks v3.0.0 |
| 184 | 2024-11-26T07:15:57.848Z | Downloaded stable_deref_trait v1.2.0 |
| 185 | 2024-11-26T07:15:57.852Z | Downloaded tempfile v3.14.0 |
| 186 | 2024-11-26T07:15:57.854Z | Downloaded colorchoice v1.0.3 |
| 187 | 2024-11-26T07:15:57.854Z | Downloaded cfg_aliases v0.2.1 |
| 188 | 2024-11-26T07:15:57.856Z | Downloaded byteorder v1.5.0 |
| 189 | 2024-11-26T07:15:57.859Z | Downloaded autocfg v1.4.0 |
| 190 | 2024-11-26T07:15:57.861Z | Downloaded tar v0.4.43 |
| 191 | 2024-11-26T07:15:57.866Z | Downloaded cfg-if v1.0.0 |
| 192 | 2024-11-26T07:15:57.869Z | Downloaded cargo_metadata v0.18.1 |
| 193 | 2024-11-26T07:15:57.869Z | Downloaded foreign-types v0.3.2 |
| 194 | 2024-11-26T07:15:57.869Z | Downloaded equivalent v1.0.1 |
| 195 | 2024-11-26T07:15:57.869Z | Downloaded atomicwrites v0.4.4 |
| 196 | 2024-11-26T07:15:57.872Z | Downloaded cargo-platform v0.1.8 |
| 197 | 2024-11-26T07:15:57.875Z | Downloaded syn v2.0.89 |
| 198 | 2024-11-26T07:15:57.886Z | Downloaded tinyvec_macros v0.1.1 |
| 199 | 2024-11-26T07:15:57.891Z | Downloaded textwrap v0.16.1 |
| 200 | 2024-11-26T07:15:57.893Z | Downloaded foreign-types-shared v0.1.1 |
| 201 | 2024-11-26T07:15:57.893Z | Downloaded try-lock v0.2.5 |
| 202 | 2024-11-26T07:15:57.893Z | Downloaded tracing-error v0.2.0 |
| 203 | 2024-11-26T07:15:57.893Z | Downloaded tower-service v0.3.3 |
| 204 | 2024-11-26T07:15:57.896Z | Downloaded backtrace-ext v0.2.1 |
| 205 | 2024-11-26T07:15:57.896Z | Downloaded bitflags v2.6.0 |
| 206 | 2024-11-26T07:15:57.900Z | Downloaded urlencoding v2.1.3 |
| 207 | 2024-11-26T07:15:57.903Z | Downloaded tokio-macros v2.4.0 |
| 208 | 2024-11-26T07:15:57.903Z | Downloaded base64ct v1.6.0 |
| 209 | 2024-11-26T07:15:57.906Z | Downloaded tinystr v0.7.6 |
| 210 | 2024-11-26T07:15:57.908Z | Downloaded tokio-native-tls v0.3.1 |
| 211 | 2024-11-26T07:15:57.911Z | Downloaded unicase v2.8.0 |
| 212 | 2024-11-26T07:15:57.911Z | Downloaded futures-io v0.3.31 |
| 213 | 2024-11-26T07:15:57.915Z | Downloaded toml_datetime v0.6.8 |
| 214 | 2024-11-26T07:15:57.915Z | Downloaded toml v0.8.19 |
| 215 | 2024-11-26T07:15:57.919Z | Downloaded thiserror v1.0.69 |
| 216 | 2024-11-26T07:15:57.921Z | Downloaded write16 v1.0.0 |
| 217 | 2024-11-26T07:15:57.924Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 218 | 2024-11-26T07:15:57.924Z | Downloaded vte_generate_state_changes v0.1.2 |
| 219 | 2024-11-26T07:15:57.927Z | Downloaded debug-ignore v1.0.5 |
| 220 | 2024-11-26T07:15:57.927Z | Downloaded clap_lex v0.7.3 |
| 221 | 2024-11-26T07:15:57.929Z | Downloaded indenter v0.3.3 |
| 222 | 2024-11-26T07:15:57.930Z | Downloaded humantime v2.1.0 |
| 223 | 2024-11-26T07:15:57.932Z | Downloaded http-body-util v0.1.2 |
| 224 | 2024-11-26T07:15:57.932Z | Downloaded want v0.3.1 |
| 225 | 2024-11-26T07:15:57.935Z | Downloaded futures-task v0.3.31 |
| 226 | 2024-11-26T07:15:57.935Z | Downloaded fixedbitset v0.4.2 |
| 227 | 2024-11-26T07:15:57.939Z | Downloaded icu_provider_macros v1.5.0 |
| 228 | 2024-11-26T07:15:57.939Z | Downloaded home v0.5.9 |
| 229 | 2024-11-26T07:15:57.942Z | Downloaded generic-array v0.14.7 |
| 230 | 2024-11-26T07:15:57.942Z | Downloaded unicode-linebreak v0.1.5 |
| 231 | 2024-11-26T07:15:57.942Z | Downloaded untrusted v0.9.0 |
| 232 | 2024-11-26T07:15:57.945Z | Downloaded fastrand v2.2.0 |
| 233 | 2024-11-26T07:15:57.945Z | Downloaded futures-sink v0.3.31 |
| 234 | 2024-11-26T07:15:57.947Z | Downloaded fnv v1.0.7 |
| 235 | 2024-11-26T07:15:57.947Z | Downloaded clap_derive v4.5.18 |
| 236 | 2024-11-26T07:15:57.950Z | Downloaded cpufeatures v0.2.16 |
| 237 | 2024-11-26T07:15:57.950Z | Downloaded xxhash-rust v0.8.12 |
| 238 | 2024-11-26T07:15:57.953Z | Downloaded shared_child v1.0.1 |
| 239 | 2024-11-26T07:15:57.955Z | Downloaded hyper-tls v0.6.0 |
| 240 | 2024-11-26T07:15:57.956Z | Downloaded zerovec-derive v0.10.3 |
| 241 | 2024-11-26T07:15:57.958Z | Downloaded zerofrom v0.1.5 |
| 242 | 2024-11-26T07:15:57.958Z | Downloaded futures-core v0.3.31 |
| 243 | 2024-11-26T07:15:57.960Z | Downloaded xattr v1.3.1 |
| 244 | 2024-11-26T07:15:57.964Z | Downloaded utf8_iter v1.0.4 |
| 245 | 2024-11-26T07:15:57.964Z | Downloaded heck v0.5.0 |
| 246 | 2024-11-26T07:15:57.966Z | Downloaded zstd-safe v7.2.1 |
| 247 | 2024-11-26T07:15:57.966Z | Downloaded yoke-derive v0.7.5 |
| 248 | 2024-11-26T07:15:57.966Z | Downloaded displaydoc v0.2.5 |
| 249 | 2024-11-26T07:15:57.970Z | Downloaded zipsign-api v0.1.2 |
| 250 | 2024-11-26T07:15:57.972Z | Downloaded openssl-macros v0.1.1 |
| 251 | 2024-11-26T07:15:57.972Z | Downloaded zeroize v1.8.1 |
| 252 | 2024-11-26T07:15:57.975Z | Downloaded zerofrom-derive v0.1.5 |
| 253 | 2024-11-26T07:15:57.975Z | Downloaded httparse v1.9.5 |
| 254 | 2024-11-26T07:15:57.978Z | Downloaded writeable v0.5.5 |
| 255 | 2024-11-26T07:15:57.980Z | Downloaded hyper-rustls v0.27.3 |
| 256 | 2024-11-26T07:15:57.983Z | Downloaded globset v0.4.15 |
| 257 | 2024-11-26T07:15:57.983Z | Downloaded nested v0.1.1 |
| 258 | 2024-11-26T07:15:57.986Z | Downloaded getrandom v0.2.15 |
| 259 | 2024-11-26T07:15:57.988Z | Downloaded tokio-rustls v0.26.0 |
| 260 | 2024-11-26T07:15:57.988Z | Downloaded duct v0.13.7 |
| 261 | 2024-11-26T07:15:57.992Z | Downloaded console v0.15.8 |
| 262 | 2024-11-26T07:15:57.994Z | Downloaded idna_adapter v1.2.0 |
| 263 | 2024-11-26T07:15:57.994Z | Downloaded futures-channel v0.3.31 |
| 264 | 2024-11-26T07:15:57.997Z | Downloaded is_terminal_polyfill v1.70.1 |
| 265 | 2024-11-26T07:15:57.999Z | Downloaded iana-time-zone v0.1.61 |
| 266 | 2024-11-26T07:15:57.999Z | Downloaded futures-executor v0.3.31 |
| 267 | 2024-11-26T07:15:58.002Z | Downloaded tracing-attributes v0.1.27 |
| 268 | 2024-11-26T07:15:58.005Z | Downloaded is_ci v1.2.0 |
| 269 | 2024-11-26T07:15:58.005Z | Downloaded eyre v0.6.12 |
| 270 | 2024-11-26T07:15:58.008Z | Downloaded tinyvec v1.8.0 |
| 271 | 2024-11-26T07:15:58.013Z | Downloaded rand_core v0.6.4 |
| 272 | 2024-11-26T07:15:58.015Z | Downloaded signature v2.2.0 |
| 273 | 2024-11-26T07:15:58.015Z | Downloaded mukti-metadata v0.2.1 |
| 274 | 2024-11-26T07:15:58.018Z | Downloaded const-oid v0.9.6 |
| 275 | 2024-11-26T07:15:58.020Z | Downloaded openssl-probe v0.1.5 |
| 276 | 2024-11-26T07:15:58.020Z | Downloaded rand_chacha v0.3.1 |
| 277 | 2024-11-26T07:15:58.023Z | Downloaded futures v0.3.31 |
| 278 | 2024-11-26T07:15:58.026Z | Downloaded os_pipe v1.2.1 |
| 279 | 2024-11-26T07:15:58.029Z | Downloaded zstd v0.13.2 |
| 280 | 2024-11-26T07:15:58.032Z | Downloaded zerocopy-derive v0.7.35 |
| 281 | 2024-11-26T07:15:58.035Z | Downloaded rustls-pemfile v2.2.0 |
| 282 | 2024-11-26T07:15:58.038Z | Downloaded percent-encoding v2.3.1 |
| 283 | 2024-11-26T07:15:58.041Z | Downloaded self-replace v1.5.0 |
| 284 | 2024-11-26T07:15:58.041Z | Downloaded backtrace v0.3.71 |
| 285 | 2024-11-26T07:15:58.045Z | Downloaded ahash v0.8.11 |
| 286 | 2024-11-26T07:15:58.048Z | Downloaded pathdiff v0.2.3 |
| 287 | 2024-11-26T07:15:58.050Z | Downloaded nextest-workspace-hack v0.1.0 |
| 288 | 2024-11-26T07:15:58.050Z | Downloaded shlex v1.3.0 |
| 289 | 2024-11-26T07:15:58.053Z | Downloaded typenum v1.17.0 |
| 290 | 2024-11-26T07:15:58.057Z | Downloaded miette-derive v7.2.0 |
| 291 | 2024-11-26T07:15:58.057Z | Downloaded pin-project-internal v1.1.7 |
| 292 | 2024-11-26T07:15:58.060Z | Downloaded shell-words v1.1.0 |
| 293 | 2024-11-26T07:15:58.060Z | Downloaded serde_urlencoded v0.7.1 |
| 294 | 2024-11-26T07:15:58.062Z | Downloaded serde_spanned v0.6.8 |
| 295 | 2024-11-26T07:15:58.062Z | Downloaded nextest-metadata v0.12.1 |
| 296 | 2024-11-26T07:15:58.065Z | Downloaded config v0.14.1 |
| 297 | 2024-11-26T07:15:58.068Z | Downloaded uuid v1.11.0 |
| 298 | 2024-11-26T07:15:58.072Z | Downloaded owo-colors v4.1.0 |
| 299 | 2024-11-26T07:15:58.074Z | Downloaded litemap v0.7.4 |
| 300 | 2024-11-26T07:15:58.078Z | Downloaded tracing-core v0.1.33 |
| 301 | 2024-11-26T07:15:58.080Z | Downloaded pkg-config v0.3.31 |
| 302 | 2024-11-26T07:15:58.083Z | Downloaded once_cell v1.20.2 |
| 303 | 2024-11-26T07:15:58.085Z | Downloaded signal-hook-registry v1.4.2 |
| 304 | 2024-11-26T07:15:58.085Z | Downloaded newtype-uuid v1.1.3 |
| 305 | 2024-11-26T07:15:58.088Z | Downloaded itoa v1.0.14 |
| 306 | 2024-11-26T07:15:58.088Z | Downloaded icu_locid_transform v1.5.0 |
| 307 | 2024-11-26T07:15:58.090Z | Downloaded serde_ignored v0.1.10 |
| 308 | 2024-11-26T07:15:58.093Z | Downloaded quick-junit v0.5.1 |
| 309 | 2024-11-26T07:15:58.095Z | Downloaded rustc-demangle v0.1.24 |
| 310 | 2024-11-26T07:15:58.095Z | Downloaded rustc_version v0.4.1 |
| 311 | 2024-11-26T07:15:58.099Z | Downloaded rustc-hash v2.0.0 |
| 312 | 2024-11-26T07:15:58.099Z | Downloaded native-tls v0.2.12 |
| 313 | 2024-11-26T07:15:58.102Z | Downloaded quinn-udp v0.5.7 |
| 314 | 2024-11-26T07:15:58.102Z | Downloaded num-traits v0.2.19 |
| 315 | 2024-11-26T07:15:58.105Z | Downloaded pin-project v1.1.7 |
| 316 | 2024-11-26T07:15:58.114Z | Downloaded ppv-lite86 v0.2.20 |
| 317 | 2024-11-26T07:15:58.116Z | Downloaded pin-utils v0.1.0 |
| 318 | 2024-11-26T07:15:58.116Z | Downloaded lazy_static v1.5.0 |
| 319 | 2024-11-26T07:15:58.119Z | Downloaded owo-colors v3.5.0 |
| 320 | 2024-11-26T07:15:58.122Z | Downloaded icu_normalizer_data v1.5.0 |
| 321 | 2024-11-26T07:15:58.124Z | Downloaded pin-project-lite v0.2.15 |
| 322 | 2024-11-26T07:15:58.128Z | Downloaded icu_provider v1.5.0 |
| 323 | 2024-11-26T07:15:58.130Z | Downloaded jobserver v0.1.32 |
| 324 | 2024-11-26T07:15:58.133Z | Downloaded serde_derive v1.0.215 |
| 325 | 2024-11-26T07:15:58.136Z | Downloaded indicatif v0.17.9 |
| 326 | 2024-11-26T07:15:58.141Z | Downloaded sharded-slab v0.1.7 |
| 327 | 2024-11-26T07:15:58.144Z | Downloaded ryu v1.0.18 |
| 328 | 2024-11-26T07:15:58.147Z | Downloaded log v0.4.22 |
| 329 | 2024-11-26T07:15:58.149Z | Downloaded miniz_oxide v0.7.4 |
| 330 | 2024-11-26T07:15:58.152Z | Downloaded proc-macro2 v1.0.92 |
| 331 | 2024-11-26T07:15:58.155Z | Downloaded miniz_oxide v0.8.0 |
| 332 | 2024-11-26T07:15:58.159Z | Downloaded nextest-filtering v0.12.0 |
| 333 | 2024-11-26T07:15:58.162Z | Downloaded ron v0.8.1 |
| 334 | 2024-11-26T07:15:58.165Z | Downloaded ipnet v2.10.1 |
| 335 | 2024-11-26T07:15:58.168Z | Downloaded rand v0.8.5 |
| 336 | 2024-11-26T07:15:58.171Z | Downloaded semver v1.0.23 |
| 337 | 2024-11-26T07:15:58.174Z | Downloaded flate2 v1.0.35 |
| 338 | 2024-11-26T07:15:58.177Z | Downloaded openssl-sys v0.9.104 |
| 339 | 2024-11-26T07:15:58.184Z | Downloaded pkcs8 v0.10.2 |
| 340 | 2024-11-26T07:15:58.187Z | Downloaded icu_normalizer v1.5.0 |
| 341 | 2024-11-26T07:15:58.191Z | Downloaded cc v1.2.1 |
| 342 | 2024-11-26T07:15:58.195Z | Downloaded serde v1.0.215 |
| 343 | 2024-11-26T07:15:58.198Z | Downloaded rustls-pki-types v1.10.0 |
| 344 | 2024-11-26T07:15:58.198Z | Downloaded self_update v0.41.0 |
| 345 | 2024-11-26T07:15:58.201Z | Downloaded http v1.1.0 |
| 346 | 2024-11-26T07:15:58.206Z | Downloaded minimal-lexical v0.2.1 |
| 347 | 2024-11-26T07:15:58.209Z | Downloaded url v2.5.4 |
| 348 | 2024-11-26T07:15:58.211Z | Downloaded icu_properties v1.5.1 |
| 349 | 2024-11-26T07:15:58.215Z | Downloaded toml_edit v0.22.22 |
| 350 | 2024-11-26T07:15:58.237Z | Downloaded quinn v0.11.6 |
| 351 | 2024-11-26T07:15:58.240Z | Downloaded guppy v0.17.8 |
| 352 | 2024-11-26T07:15:58.247Z | Downloaded hyper v1.5.1 |
| 353 | 2024-11-26T07:15:58.253Z | Downloaded color-spantrace v0.2.1 |
| 354 | 2024-11-26T07:15:58.256Z | Downloaded aho-corasick v1.1.3 |
| 355 | 2024-11-26T07:15:58.262Z | Downloaded futures-util v0.3.31 |
| 356 | 2024-11-26T07:15:58.274Z | Downloaded miette v7.2.0 |
| 357 | 2024-11-26T07:15:58.279Z | Downloaded reqwest v0.12.9 |
| 358 | 2024-11-26T07:15:58.288Z | Downloaded quick-xml v0.23.1 |
| 359 | 2024-11-26T07:15:58.295Z | Downloaded mio v1.0.2 |
| 360 | 2024-11-26T07:15:58.301Z | Downloaded chrono v0.4.38 |
| 361 | 2024-11-26T07:15:58.308Z | Downloaded quinn-proto v0.11.9 |
| 362 | 2024-11-26T07:15:58.316Z | Downloaded unicode-normalization v0.1.24 |
| 363 | 2024-11-26T07:15:58.319Z | Downloaded memchr v2.7.4 |
| 364 | 2024-11-26T07:15:58.324Z | Downloaded zerovec v0.10.4 |
| 365 | 2024-11-26T07:15:58.331Z | Downloaded nom v7.1.3 |
| 366 | 2024-11-26T07:15:58.336Z | Downloaded curve25519-dalek v4.1.3 |
| 367 | 2024-11-26T07:15:58.345Z | Downloaded idna v1.0.3 |
| 368 | 2024-11-26T07:15:58.349Z | Downloaded rustls v0.23.18 |
| 369 | 2024-11-26T07:15:58.360Z | Downloaded rustix v0.38.41 |
| 370 | 2024-11-26T07:15:58.383Z | Downloaded zerocopy v0.7.35 |
| 371 | 2024-11-26T07:15:58.398Z | Downloaded itertools v0.13.0 |
| 372 | 2024-11-26T07:15:58.405Z | Downloaded regex-syntax v0.8.5 |
| 373 | 2024-11-26T07:15:58.413Z | Downloaded winnow v0.6.20 |
| 374 | 2024-11-26T07:15:58.422Z | Downloaded portable-atomic v1.10.0 |
| 375 | 2024-11-26T07:15:58.428Z | Downloaded tracing-subscriber v0.3.18 |
| 376 | 2024-11-26T07:15:58.436Z | Downloaded serde_json v1.0.133 |
| 377 | 2024-11-26T07:15:58.443Z | Downloaded rustls-webpki v0.102.8 |
| 378 | 2024-11-26T07:15:58.462Z | Downloaded quick-xml v0.37.1 |
| 379 | 2024-11-26T07:15:58.468Z | Downloaded bstr v1.11.0 |
| 380 | 2024-11-26T07:15:58.477Z | Downloaded gimli v0.28.1 |
| 381 | 2024-11-26T07:15:58.484Z | Downloaded vcpkg v0.2.15 |
| 382 | 2024-11-26T07:15:58.523Z | Downloaded icu_properties_data v1.5.0 |
| 383 | 2024-11-26T07:15:58.531Z | Downloaded webpki-roots v0.26.7 |
| 384 | 2024-11-26T07:15:58.534Z | Downloaded color-eyre v0.6.3 |
| 385 | 2024-11-26T07:15:58.542Z | Downloaded unicode-width v0.1.14 |
| 386 | 2024-11-26T07:15:58.547Z | Downloaded hashbrown v0.15.2 |
| 387 | 2024-11-26T07:15:58.552Z | Downloaded nextest-runner v0.67.0 |
| 388 | 2024-11-26T07:15:58.562Z | Downloaded object v0.32.2 |
| 389 | 2024-11-26T07:15:58.572Z | Downloaded openssl v0.10.68 |
| 390 | 2024-11-26T07:15:58.580Z | Downloaded regex v1.11.1 |
| 391 | 2024-11-26T07:15:58.593Z | Downloaded libc v0.2.165 |
| 392 | 2024-11-26T07:15:58.616Z | Downloaded unicode-width v0.2.0 |
| 393 | 2024-11-26T07:15:58.621Z | Downloaded nix v0.29.0 |
| 394 | 2024-11-26T07:15:58.632Z | Downloaded clap_builder v4.5.21 |
| 395 | 2024-11-26T07:15:58.638Z | Downloaded der v0.7.9 |
| 396 | 2024-11-26T07:15:58.643Z | Downloaded ed25519-dalek v2.1.1 |
| 397 | 2024-11-26T07:15:58.646Z | Downloaded tracing v0.1.40 |
| 398 | 2024-11-26T07:15:58.650Z | Downloaded indexmap v2.6.0 |
| 399 | 2024-11-26T07:15:58.654Z | Downloaded icu_locid_transform_data v1.5.0 |
| 400 | 2024-11-26T07:15:58.656Z | Downloaded icu_collections v1.5.0 |
| 401 | 2024-11-26T07:15:58.661Z | Downloaded mime v0.3.17 |
| 402 | 2024-11-26T07:15:58.663Z | Downloaded hyper-util v0.1.10 |
| 403 | 2024-11-26T07:15:58.665Z | Downloaded base64 v0.21.7 |
| 404 | 2024-11-26T07:15:58.669Z | Downloaded sha2 v0.10.8 |
| 405 | 2024-11-26T07:15:58.672Z | Downloaded serde_path_to_error v0.1.16 |
| 406 | 2024-11-26T07:15:58.675Z | Downloaded quote v1.0.37 |
| 407 | 2024-11-26T07:15:58.677Z | Downloaded bytes v1.8.0 |
| 408 | 2024-11-26T07:15:58.680Z | Downloaded unicode-ident v1.0.14 |
| 409 | 2024-11-26T07:15:58.682Z | Downloaded yoke v0.7.5 |
| 410 | 2024-11-26T07:15:58.682Z | Downloaded vte v0.11.1 |
| 411 | 2024-11-26T07:15:58.685Z | Downloaded version_check v0.9.5 |
| 412 | 2024-11-26T07:15:58.685Z | Downloaded dialoguer v0.11.0 |
| 413 | 2024-11-26T07:15:58.688Z | Downloaded number_prefix v0.4.0 |
| 414 | 2024-11-26T07:15:58.691Z | Downloaded clap v4.5.21 |
| 415 | 2024-11-26T07:15:58.697Z | Downloaded borsh v1.5.3 |
| 416 | 2024-11-26T07:15:58.702Z | Downloaded tracing-log v0.2.0 |
| 417 | 2024-11-26T07:15:58.705Z | Downloaded subtle v2.6.1 |
| 418 | 2024-11-26T07:15:58.705Z | Downloaded crc32fast v1.4.2 |
| 419 | 2024-11-26T07:15:58.709Z | Downloaded anstream v0.6.18 |
| 420 | 2024-11-26T07:15:58.709Z | Downloaded filetime v0.2.25 |
| 421 | 2024-11-26T07:15:58.712Z | Downloaded utf8parse v0.2.2 |
| 422 | 2024-11-26T07:15:58.712Z | Downloaded utf16_iter v1.0.5 |
| 423 | 2024-11-26T07:15:58.712Z | Downloaded thiserror-impl v1.0.69 |
| 424 | 2024-11-26T07:15:58.714Z | Downloaded futures-macro v0.3.31 |
| 425 | 2024-11-26T07:15:58.714Z | Downloaded future-queue v0.3.0 |
| 426 | 2024-11-26T07:15:58.717Z | Downloaded crypto-common v0.1.6 |
| 427 | 2024-11-26T07:15:58.717Z | Downloaded form_urlencoded v1.2.1 |
| 428 | 2024-11-26T07:15:58.717Z | Downloaded errno v0.3.9 |
| 429 | 2024-11-26T07:15:58.720Z | Downloaded either v1.13.0 |
| 430 | 2024-11-26T07:15:58.720Z | Downloaded display-error-chain v0.2.2 |
| 431 | 2024-11-26T07:15:58.720Z | Downloaded cfg-expr v0.17.1 |
| 432 | 2024-11-26T07:15:58.723Z | Downloaded terminal_size v0.4.0 |
| 433 | 2024-11-26T07:15:58.725Z | Downloaded humantime-serde v1.1.1 |
| 434 | 2024-11-26T07:15:58.725Z | Downloaded guppy-workspace-hack v0.1.0 |
| 435 | 2024-11-26T07:15:58.725Z | Downloaded enable-ansi-support v0.2.1 |
| 436 | 2024-11-26T07:15:58.729Z | Downloaded thread_local v1.1.8 |
| 437 | 2024-11-26T07:15:58.729Z | Downloaded thiserror-impl v2.0.3 |
| 438 | 2024-11-26T07:15:58.733Z | Downloaded thiserror v2.0.3 |
| 439 | 2024-11-26T07:15:58.741Z | Downloaded http-body v1.0.1 |
| 440 | 2024-11-26T07:15:58.741Z | Downloaded ed25519 v2.2.3 |
| 441 | 2024-11-26T07:15:58.741Z | Downloaded digest v0.10.7 |
| 442 | 2024-11-26T07:15:58.741Z | Downloaded camino-tempfile v1.1.1 |
| 443 | 2024-11-26T07:15:58.746Z | Downloaded camino v1.1.9 |
| 444 | 2024-11-26T07:15:58.746Z | Downloaded block-buffer v0.10.4 |
| 445 | 2024-11-26T07:15:58.746Z | Downloaded sync_wrapper v1.0.2 |
| 446 | 2024-11-26T07:15:58.746Z | Downloaded icu_locid v1.5.0 |
| 447 | 2024-11-26T07:15:58.749Z | Downloaded anstyle v1.0.10 |
| 448 | 2024-11-26T07:15:58.749Z | Downloaded target-lexicon v0.12.16 |
| 449 | 2024-11-26T07:15:58.752Z | Downloaded supports-unicode v3.0.0 |
| 450 | 2024-11-26T07:15:58.752Z | Downloaded strip-ansi-escapes v0.2.0 |
| 451 | 2024-11-26T07:15:58.756Z | Downloaded regex-automata v0.4.9 |
| 452 | 2024-11-26T07:15:58.768Z | Downloaded slab v0.4.9 |
| 453 | 2024-11-26T07:15:58.770Z | Downloaded smol_str v0.3.2 |
| 454 | 2024-11-26T07:15:58.779Z | Downloaded tokio v1.41.1 |
| 455 | 2024-11-26T07:15:58.816Z | Downloaded petgraph v0.6.5 |
| 456 | 2024-11-26T07:15:58.831Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
| 457 | 2024-11-26T07:15:58.940Z | Downloaded recursion v0.5.2 |
| 458 | 2024-11-26T07:15:59.141Z | Downloaded ring v0.17.8 |
| 459 | 2024-11-26T07:15:59.427Z | Compiling proc-macro2 v1.0.92 |
| 460 | 2024-11-26T07:15:59.427Z | Compiling unicode-ident v1.0.14 |
| 461 | 2024-11-26T07:15:59.427Z | Compiling libc v0.2.165 |
| 462 | 2024-11-26T07:15:59.429Z | Compiling cfg-if v1.0.0 |
| 463 | 2024-11-26T07:15:59.429Z | Compiling memchr v2.7.4 |
| 464 | 2024-11-26T07:15:59.429Z | Compiling serde v1.0.215 |
| 465 | 2024-11-26T07:15:59.459Z | Compiling shlex v1.3.0 |
| 466 | 2024-11-26T07:15:59.536Z | Compiling once_cell v1.20.2 |
| 467 | 2024-11-26T07:15:59.610Z | Compiling autocfg v1.4.0 |
| 468 | 2024-11-26T07:15:59.847Z | Compiling itoa v1.0.14 |
| 469 | 2024-11-26T07:15:59.991Z | Compiling rustix v0.38.41 |
| 470 | 2024-11-26T07:16:00.054Z | Compiling pin-project-lite v0.2.15 |
| 471 | 2024-11-26T07:16:00.077Z | Compiling bitflags v2.6.0 |
| 472 | 2024-11-26T07:16:00.176Z | Compiling smallvec v1.13.2 |
| 473 | 2024-11-26T07:16:00.453Z | Compiling stable_deref_trait v1.2.0 |
| 474 | 2024-11-26T07:16:00.558Z | Compiling slab v0.4.9 |
| 475 | 2024-11-26T07:16:00.602Z | Compiling futures-core v0.3.31 |
| 476 | 2024-11-26T07:16:00.653Z | Compiling futures-sink v0.3.31 |
| 477 | 2024-11-26T07:16:00.800Z | Compiling futures-channel v0.3.31 |
| 478 | 2024-11-26T07:16:00.819Z | Compiling bytes v1.8.0 |
| 479 | 2024-11-26T07:16:00.862Z | Compiling pin-utils v0.1.0 |
| 480 | 2024-11-26T07:16:00.949Z | Compiling jobserver v0.1.32 |
| 481 | 2024-11-26T07:16:01.017Z | Compiling serde_json v1.0.133 |
| 482 | 2024-11-26T07:16:01.274Z | Compiling quote v1.0.37 |
| 483 | 2024-11-26T07:16:01.366Z | Compiling cc v1.2.1 |
| 484 | 2024-11-26T07:16:01.390Z | Compiling futures-task v0.3.31 |
| 485 | 2024-11-26T07:16:01.685Z | Compiling syn v2.0.89 |
| 486 | 2024-11-26T07:16:01.711Z | Compiling errno v0.3.9 |
| 487 | 2024-11-26T07:16:01.869Z | Compiling getrandom v0.2.15 |
| 488 | 2024-11-26T07:16:01.992Z | Compiling ryu v1.0.18 |
| 489 | 2024-11-26T07:16:02.099Z | Compiling futures-io v0.3.31 |
| 490 | 2024-11-26T07:16:02.199Z | Compiling tracing-core v0.1.33 |
| 491 | 2024-11-26T07:16:02.244Z | Compiling writeable v0.5.5 |
| 492 | 2024-11-26T07:16:02.524Z | Compiling litemap v0.7.4 |
| 493 | 2024-11-26T07:16:02.607Z | Compiling camino v1.1.9 |
| 494 | 2024-11-26T07:16:02.768Z | Compiling log v0.4.22 |
| 495 | 2024-11-26T07:16:03.106Z | Compiling lazy_static v1.5.0 |
| 496 | 2024-11-26T07:16:03.145Z | Compiling thiserror v1.0.69 |
| 497 | 2024-11-26T07:16:03.215Z | Compiling fnv v1.0.7 |
| 498 | 2024-11-26T07:16:03.366Z | Compiling socket2 v0.5.7 |
| 499 | 2024-11-26T07:16:03.419Z | Compiling signal-hook-registry v1.4.2 |
| 500 | 2024-11-26T07:16:03.468Z | Compiling mio v1.0.2 |
| 501 | 2024-11-26T07:16:04.049Z | Compiling icu_locid_transform_data v1.5.0 |
| 502 | 2024-11-26T07:16:04.147Z | Compiling hashbrown v0.15.2 |
| 503 | 2024-11-26T07:16:04.746Z | Compiling rustls-pki-types v1.10.0 |
| 504 | 2024-11-26T07:16:04.989Z | Compiling unicode-width v0.1.14 |
| 505 | 2024-11-26T07:16:05.035Z | Compiling target-lexicon v0.12.16 |
| 506 | 2024-11-26T07:16:05.115Z | Compiling equivalent v1.0.1 |
| 507 | 2024-11-26T07:16:05.133Z | Compiling ring v0.17.8 |
| 508 | 2024-11-26T07:16:05.234Z | Compiling backtrace v0.3.71 |
| 509 | 2024-11-26T07:16:05.534Z | Compiling http v1.1.0 |
| 510 | 2024-11-26T07:16:05.654Z | Compiling spin v0.9.8 |
| 511 | 2024-11-26T07:16:05.737Z | Compiling byteorder v1.5.0 |
| 512 | 2024-11-26T07:16:05.854Z | Compiling icu_properties_data v1.5.0 |
| 513 | 2024-11-26T07:16:05.985Z | Compiling untrusted v0.9.0 |
| 514 | 2024-11-26T07:16:06.111Z | Compiling httparse v1.9.5 |
| 515 | 2024-11-26T07:16:06.115Z | Compiling guppy-workspace-hack v0.1.0 |
| 516 | 2024-11-26T07:16:06.172Z | Compiling adler v1.0.2 |
| 517 | 2024-11-26T07:16:06.421Z | Compiling semver v1.0.23 |
| 518 | 2024-11-26T07:16:06.440Z | Compiling utf8parse v0.2.2 |
| 519 | 2024-11-26T07:16:06.587Z | Compiling gimli v0.28.1 |
| 520 | 2024-11-26T07:16:06.625Z | Compiling miniz_oxide v0.7.4 |
| 521 | 2024-11-26T07:16:06.858Z | Compiling object v0.32.2 |
| 522 | 2024-11-26T07:16:06.996Z | Compiling utf16_iter v1.0.5 |
| 523 | 2024-11-26T07:16:07.208Z | Compiling http-body v1.0.1 |
| 524 | 2024-11-26T07:16:07.459Z | Compiling utf8_iter v1.0.4 |
| 525 | 2024-11-26T07:16:07.722Z | Compiling zeroize v1.8.1 |
| 526 | 2024-11-26T07:16:07.958Z | Compiling rustc-demangle v0.1.24 |
| 527 | 2024-11-26T07:16:08.051Z | Compiling icu_normalizer_data v1.5.0 |
| 528 | 2024-11-26T07:16:08.064Z | Compiling fastrand v2.2.0 |
| 529 | 2024-11-26T07:16:08.143Z | Compiling target-spec v3.2.2 |
| 530 | 2024-11-26T07:16:08.644Z | Compiling try-lock v0.2.5 |
| 531 | 2024-11-26T07:16:08.704Z | Compiling rustls v0.23.18 |
| 532 | 2024-11-26T07:16:08.792Z | Compiling pkg-config v0.3.31 |
| 533 | 2024-11-26T07:16:09.019Z | Compiling write16 v1.0.0 |
| 534 | 2024-11-26T07:16:09.161Z | Compiling want v0.3.1 |
| 535 | 2024-11-26T07:16:09.465Z | Compiling synstructure v0.13.1 |
| 536 | 2024-11-26T07:16:10.012Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
| 537 | 2024-11-26T07:16:10.143Z | Compiling tempfile v3.14.0 |
| 538 | 2024-11-26T07:16:10.162Z | Compiling cfg-expr v0.17.1 |
| 539 | 2024-11-26T07:16:10.960Z | Compiling aho-corasick v1.1.3 |
| 540 | 2024-11-26T07:16:11.844Z | Compiling addr2line v0.21.0 |
| 541 | 2024-11-26T07:16:12.002Z | Compiling regex-syntax v0.8.5 |
| 542 | 2024-11-26T07:16:12.346Z | Compiling subtle v2.6.1 |
| 543 | 2024-11-26T07:16:12.619Z | Compiling version_check v0.9.5 |
| 544 | 2024-11-26T07:16:12.821Z | Compiling percent-encoding v2.3.1 |
| 545 | 2024-11-26T07:16:13.088Z | Compiling owo-colors v4.1.0 |
| 546 | 2024-11-26T07:16:13.241Z | Compiling ahash v0.8.11 |
| 547 | 2024-11-26T07:16:13.269Z | Compiling form_urlencoded v1.2.1 |
| 548 | 2024-11-26T07:16:13.608Z | Compiling num-traits v0.2.19 |
| 549 | 2024-11-26T07:16:13.778Z | Compiling winnow v0.6.20 |
| 550 | 2024-11-26T07:16:13.948Z | Compiling smawk v0.3.2 |
| 551 | 2024-11-26T07:16:14.178Z | Compiling unicode-linebreak v0.1.5 |
| 552 | 2024-11-26T07:16:14.803Z | Compiling serde_derive v1.0.215 |
| 553 | 2024-11-26T07:16:15.308Z | Compiling zerofrom-derive v0.1.5 |
| 554 | 2024-11-26T07:16:18.024Z | Compiling yoke-derive v0.7.5 |
| 555 | 2024-11-26T07:16:18.876Z | Compiling zerofrom v0.1.5 |
| 556 | 2024-11-26T07:16:19.011Z | Compiling zerovec-derive v0.10.3 |
| 557 | 2024-11-26T07:16:19.111Z | Compiling displaydoc v0.2.5 |
| 558 | 2024-11-26T07:16:20.683Z | Compiling yoke v0.7.5 |
| 559 | 2024-11-26T07:16:20.745Z | Compiling futures-macro v0.3.31 |
| 560 | 2024-11-26T07:16:21.089Z | Compiling icu_provider_macros v1.5.0 |
| 561 | 2024-11-26T07:16:21.613Z | Compiling zerovec v0.10.4 |
| 562 | 2024-11-26T07:16:22.253Z | Compiling thiserror-impl v1.0.69 |
| 563 | 2024-11-26T07:16:22.609Z | Compiling futures-util v0.3.31 |
| 564 | 2024-11-26T07:16:24.546Z | Compiling tinystr v0.7.6 |
| 565 | 2024-11-26T07:16:24.984Z | Compiling icu_locid v1.5.0 |
| 566 | 2024-11-26T07:16:25.127Z | Compiling tokio-macros v2.4.0 |
| 567 | 2024-11-26T07:16:25.210Z | Compiling tracing-attributes v0.1.27 |
| 568 | 2024-11-26T07:16:26.166Z | Compiling icu_collections v1.5.0 |
| 569 | 2024-11-26T07:16:26.625Z | Compiling icu_provider v1.5.0 |
| 570 | 2024-11-26T07:16:28.820Z | Compiling tracing v0.1.40 |
| 571 | 2024-11-26T07:16:29.033Z | Compiling indexmap v2.6.0 |
| 572 | 2024-11-26T07:16:29.349Z | Compiling icu_locid_transform v1.5.0 |
| 573 | 2024-11-26T07:16:29.541Z | Compiling tokio v1.41.1 |
| 574 | 2024-11-26T07:16:29.759Z | Compiling zerocopy-derive v0.7.35 |
| 575 | 2024-11-26T07:16:30.850Z | Compiling icu_properties v1.5.1 |
| 576 | 2024-11-26T07:16:31.888Z | Compiling zerocopy v0.7.35 |
| 577 | 2024-11-26T07:16:33.644Z | Compiling rustls-webpki v0.102.8 |
| 578 | 2024-11-26T07:16:34.814Z | Compiling icu_normalizer v1.5.0 |
| 579 | 2024-11-26T07:16:37.199Z | Compiling idna_adapter v1.2.0 |
| 580 | 2024-11-26T07:16:37.413Z | Compiling regex-automata v0.4.9 |
| 581 | 2024-11-26T07:16:38.017Z | Compiling nextest-workspace-hack v0.1.0 |
| 582 | 2024-11-26T07:16:38.330Z | Compiling unicode-width v0.2.0 |
| 583 | 2024-11-26T07:16:38.341Z | Compiling portable-atomic v1.10.0 |
| 584 | 2024-11-26T07:16:38.908Z | Compiling hyper v1.5.1 |
| 585 | 2024-11-26T07:16:39.322Z | Compiling either v1.13.0 |
| 586 | 2024-11-26T07:16:39.776Z | Compiling tower-service v0.3.3 |
| 587 | 2024-11-26T07:16:39.902Z | Compiling is_ci v1.2.0 |
| 588 | 2024-11-26T07:16:40.062Z | Compiling supports-color v3.0.1 |
| 589 | 2024-11-26T07:16:40.282Z | Compiling idna v1.0.3 |
| 590 | 2024-11-26T07:16:40.452Z | Compiling pathdiff v0.2.3 |
| 591 | 2024-11-26T07:16:40.631Z | Compiling hyper-util v0.1.10 |
| 592 | 2024-11-26T07:16:41.161Z | Compiling toml_datetime v0.6.8 |
| 593 | 2024-11-26T07:16:41.854Z | Compiling tokio-rustls v0.26.0 |
| 594 | 2024-11-26T07:16:42.338Z | Compiling cargo-platform v0.1.8 |
| 595 | 2024-11-26T07:16:43.471Z | Compiling serde_spanned v0.6.8 |
| 596 | 2024-11-26T07:16:43.717Z | Compiling backtrace-ext v0.2.1 |
| 597 | 2024-11-26T07:16:44.246Z | Compiling miette-derive v7.2.0 |
| 598 | 2024-11-26T07:16:45.907Z | Compiling textwrap v0.16.1 |
| 599 | 2024-11-26T07:16:47.156Z | Compiling console v0.15.8 |
| 600 | 2024-11-26T07:16:47.194Z | Compiling webpki-roots v0.26.7 |
| 601 | 2024-11-26T07:16:47.446Z | Compiling terminal_size v0.3.0 |
| 602 | 2024-11-26T07:16:47.660Z | Compiling tracing-log v0.2.0 |
| 603 | 2024-11-26T07:16:48.382Z | Compiling sharded-slab v0.1.7 |
| 604 | 2024-11-26T07:16:49.098Z | Compiling vte_generate_state_changes v0.1.2 |
| 605 | 2024-11-26T07:16:49.513Z | Compiling thread_local v1.1.8 |
| 606 | 2024-11-26T07:16:49.751Z | Compiling supports-unicode v3.0.0 |
| 607 | 2024-11-26T07:16:50.025Z | Compiling supports-hyperlinks v3.0.0 |
| 608 | 2024-11-26T07:16:50.227Z | Compiling adler2 v2.0.0 |
| 609 | 2024-11-26T07:16:50.322Z | Compiling fixedbitset v0.4.2 |
| 610 | 2024-11-26T07:16:50.339Z | Compiling thiserror v2.0.3 |
| 611 | 2024-11-26T07:16:50.451Z | Compiling cfg_aliases v0.2.1 |
| 612 | 2024-11-26T07:16:50.545Z | Compiling newtype-uuid v1.1.3 |
| 613 | 2024-11-26T07:16:50.578Z | Compiling zstd-safe v7.2.1 |
| 614 | 2024-11-26T07:16:50.899Z | Compiling petgraph v0.6.5 |
| 615 | 2024-11-26T07:16:50.945Z | Compiling nix v0.29.0 |
| 616 | 2024-11-26T07:16:51.005Z | Compiling miniz_oxide v0.8.0 |
| 617 | 2024-11-26T07:16:51.261Z | Compiling miette v7.2.0 |
| 618 | 2024-11-26T07:16:51.842Z | Compiling tracing-subscriber v0.3.18 |
| 619 | 2024-11-26T07:16:53.872Z | Compiling vte v0.11.1 |
| 620 | 2024-11-26T07:16:54.148Z | Compiling hyper-rustls v0.27.3 |
| 621 | 2024-11-26T07:16:55.881Z | Compiling toml_edit v0.22.22 |
| 622 | 2024-11-26T07:16:58.008Z | Compiling cargo_metadata v0.18.1 |
| 623 | 2024-11-26T07:16:59.246Z | Compiling regex v1.11.1 |
| 624 | 2024-11-26T07:16:59.762Z | Compiling url v2.5.4 |
| 625 | 2024-11-26T07:17:02.970Z | Compiling itertools v0.13.0 |
| 626 | 2024-11-26T07:17:03.601Z | Compiling ppv-lite86 v0.2.20 |
| 627 | 2024-11-26T07:17:04.532Z | Compiling futures-executor v0.3.31 |
| 628 | 2024-11-26T07:17:05.260Z | Compiling http-body-util v0.1.2 |
| 629 | 2024-11-26T07:17:05.747Z | Compiling serde_urlencoded v0.7.1 |
| 630 | 2024-11-26T07:17:05.834Z | Compiling smol_str v0.3.2 |
| 631 | 2024-11-26T07:17:06.319Z | Compiling pin-project-internal v1.1.7 |
| 632 | 2024-11-26T07:17:06.469Z | Compiling thiserror-impl v2.0.3 |
| 633 | 2024-11-26T07:17:06.832Z | Compiling anstyle-parse v0.2.6 |
| 634 | 2024-11-26T07:17:07.228Z | Compiling rustls-pemfile v2.2.0 |
| 635 | 2024-11-26T07:17:07.379Z | Compiling xattr v1.3.1 |
| 636 | 2024-11-26T07:17:07.683Z | Compiling uuid v1.11.0 |
| 637 | 2024-11-26T07:17:07.698Z | Compiling rand_core v0.6.4 |
| 638 | 2024-11-26T07:17:08.178Z | Compiling filetime v0.2.25 |
| 639 | 2024-11-26T07:17:08.535Z | Compiling sync_wrapper v1.0.2 |
| 640 | 2024-11-26T07:17:08.686Z | Compiling bstr v1.11.0 |
| 641 | 2024-11-26T07:17:08.825Z | Compiling crc32fast v1.4.2 |
| 642 | 2024-11-26T07:17:09.167Z | Compiling eyre v0.6.12 |
| 643 | 2024-11-26T07:17:09.348Z | Compiling mime v0.3.17 |
| 644 | 2024-11-26T07:17:09.589Z | Compiling anstyle v1.0.10 |
| 645 | 2024-11-26T07:17:09.688Z | Compiling iana-time-zone v0.1.61 |
| 646 | 2024-11-26T07:17:09.744Z | Compiling minimal-lexical v0.2.1 |
| 647 | 2024-11-26T07:17:10.120Z | Compiling ipnet v2.10.1 |
| 648 | 2024-11-26T07:17:10.217Z | Compiling indenter v0.3.3 |
| 649 | 2024-11-26T07:17:10.367Z | Compiling self_update v0.41.0 |
| 650 | 2024-11-26T07:17:10.393Z | Compiling anstyle-query v1.1.2 |
| 651 | 2024-11-26T07:17:10.409Z | Compiling base64 v0.22.1 |
| 652 | 2024-11-26T07:17:10.425Z | Compiling static_assertions v1.1.0 |
| 653 | 2024-11-26T07:17:10.527Z | Compiling is_terminal_polyfill v1.70.1 |
| 654 | 2024-11-26T07:17:10.544Z | Compiling colorchoice v1.0.3 |
| 655 | 2024-11-26T07:17:10.655Z | Compiling tinyvec_macros v0.1.1 |
| 656 | 2024-11-26T07:17:10.701Z | Compiling debug-ignore v1.0.5 |
| 657 | 2024-11-26T07:17:10.715Z | Compiling number_prefix v0.4.0 |
| 658 | 2024-11-26T07:17:10.741Z | Compiling nested v0.1.1 |
| 659 | 2024-11-26T07:17:10.842Z | Compiling tinyvec v1.8.0 |
| 660 | 2024-11-26T07:17:10.957Z | Compiling guppy v0.17.8 |
| 661 | 2024-11-26T07:17:11.082Z | Compiling reqwest v0.12.9 |
| 662 | 2024-11-26T07:17:11.488Z | Compiling indicatif v0.17.9 |
| 663 | 2024-11-26T07:17:12.556Z | Compiling anstream v0.6.18 |
| 664 | 2024-11-26T07:17:13.133Z | Compiling nom v7.1.3 |
| 665 | 2024-11-26T07:17:13.652Z | Compiling chrono v0.4.38 |
| 666 | 2024-11-26T07:17:15.027Z | Compiling globset v0.4.15 |
| 667 | 2024-11-26T07:17:17.569Z | Compiling pin-project v1.1.7 |
| 668 | 2024-11-26T07:17:17.705Z | Compiling flate2 v1.0.35 |
| 669 | 2024-11-26T07:17:18.683Z | Compiling tar v0.4.43 |
| 670 | 2024-11-26T07:17:19.050Z | Compiling rand_chacha v0.3.1 |
| 671 | 2024-11-26T07:17:19.162Z | Compiling nextest-metadata v0.12.1 |
| 672 | 2024-11-26T07:17:20.779Z | Compiling futures v0.3.31 |
| 673 | 2024-11-26T07:17:20.831Z | Compiling toml v0.8.19 |
| 674 | 2024-11-26T07:17:20.896Z | Compiling strip-ansi-escapes v0.2.0 |
| 675 | 2024-11-26T07:17:21.626Z | Compiling tracing-error v0.2.0 |
| 676 | 2024-11-26T07:17:22.068Z | Compiling self-replace v1.5.0 |
| 677 | 2024-11-26T07:17:22.648Z | Compiling terminal_size v0.4.0 |
| 678 | 2024-11-26T07:17:22.731Z | Compiling shared_child v1.0.1 |
| 679 | 2024-11-26T07:17:22.880Z | Compiling os_pipe v1.2.1 |
| 680 | 2024-11-26T07:17:23.150Z | Compiling quick-xml v0.23.1 |
| 681 | 2024-11-26T07:17:23.370Z | Compiling quick-xml v0.37.1 |
| 682 | 2024-11-26T07:17:24.111Z | Compiling owo-colors v3.5.0 |
| 683 | 2024-11-26T07:17:24.754Z | Compiling humantime v2.1.0 |
| 684 | 2024-11-26T07:17:25.609Z | Compiling recursion v0.5.2 |
| 685 | 2024-11-26T07:17:25.629Z | Compiling heck v0.5.0 |
| 686 | 2024-11-26T07:17:25.821Z | Compiling unicase v2.8.0 |
| 687 | 2024-11-26T07:17:26.095Z | Compiling shell-words v1.1.0 |
| 688 | 2024-11-26T07:17:26.347Z | Compiling clap_lex v0.7.3 |
| 689 | 2024-11-26T07:17:26.483Z | Compiling strsim v0.11.1 |
| 690 | 2024-11-26T07:17:26.987Z | Compiling urlencoding v2.1.3 |
| 691 | 2024-11-26T07:17:27.021Z | Compiling clap_builder v4.5.21 |
| 692 | 2024-11-26T07:17:27.077Z | Compiling color-spantrace v0.2.1 |
| 693 | 2024-11-26T07:17:28.036Z | Compiling clap_derive v4.5.18 |
| 694 | 2024-11-26T07:17:28.445Z | Compiling nextest-filtering v0.12.0 |
| 695 | 2024-11-26T07:17:28.461Z | Compiling humantime-serde v1.1.1 |
| 696 | 2024-11-26T07:17:28.715Z | Compiling quick-junit v0.5.1 |
| 697 | 2024-11-26T07:17:31.173Z | Compiling duct v0.13.7 |
| 698 | 2024-11-26T07:17:32.675Z | Compiling cargo-nextest v0.9.84 |
| 699 | 2024-11-26T07:17:33.221Z | Compiling config v0.14.1 |
| 700 | 2024-11-26T07:17:35.105Z | Compiling async-scoped v0.9.0 |
| 701 | 2024-11-26T07:17:35.274Z | Compiling rand v0.8.5 |
| 702 | 2024-11-26T07:17:36.594Z | Compiling zstd v0.13.2 |
| 703 | 2024-11-26T07:17:37.162Z | Compiling unicode-normalization v0.1.24 |
| 704 | 2024-11-26T07:17:37.389Z | Compiling target-spec-miette v0.4.0 |
| 705 | 2024-11-26T07:17:37.512Z | Compiling mukti-metadata v0.2.1 |
| 706 | 2024-11-26T07:17:38.133Z | Compiling camino-tempfile v1.1.1 |
| 707 | 2024-11-26T07:17:38.496Z | Compiling future-queue v0.3.0 |
| 708 | 2024-11-26T07:17:38.548Z | Compiling serde_ignored v0.1.10 |
| 709 | 2024-11-26T07:17:38.884Z | Compiling serde_path_to_error v0.1.16 |
| 710 | 2024-11-26T07:17:38.949Z | Compiling atomicwrites v0.4.4 |
| 711 | 2024-11-26T07:17:38.981Z | Compiling xxhash-rust v0.8.12 |
| 712 | 2024-11-26T07:17:39.253Z | Compiling swrite v0.1.0 |
| 713 | 2024-11-26T07:17:39.385Z | Compiling home v0.5.9 |
| 714 | 2024-11-26T07:17:39.473Z | Compiling display-error-chain v0.2.2 |
| 715 | 2024-11-26T07:17:39.684Z | Compiling nextest-runner v0.67.0 |
| 716 | 2024-11-26T07:17:39.687Z | Compiling color-eyre v0.6.3 |
| 717 | 2024-11-26T07:17:39.943Z | Compiling clap v4.5.21 |
| 718 | 2024-11-26T07:17:40.063Z | Compiling dialoguer v0.11.0 |
| 719 | 2024-11-26T07:17:42.991Z | Compiling enable-ansi-support v0.2.1 |
| 720 | 2024-11-26T07:18:19.496Z | Finished `release` profile [optimized] target(s) in 2m 23s |
| 721 | 2024-11-26T07:18:19.713Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 722 | 2024-11-26T07:18:19.715Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
| 723 | 2024-11-26T07:18:19.812Z | + pushd bgp |
| 724 | 2024-11-26T07:18:19.816Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 725 | 2024-11-26T07:18:19.816Z | + cargo nextest run |
| 726 | 2024-11-26T07:18:20.099Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
| 727 | 2024-11-26T07:18:20.305Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
| 728 | 2024-11-26T07:18:20.485Z | From https://www.github.com/oxidecomputer/oxnet |
| 729 | 2024-11-26T07:18:20.485Z | * [new branch] ci -> origin/ci |
| 730 | 2024-11-26T07:18:20.488Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
| 731 | 2024-11-26T07:18:20.488Z | * [new branch] main -> origin/main |
| 732 | 2024-11-26T07:18:20.488Z | * [new ref] -> origin/HEAD |
| 733 | 2024-11-26T07:18:20.500Z | Updating crates.io index |
| 734 | 2024-11-26T07:18:20.589Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 735 | 2024-11-26T07:18:21.238Z | From https://github.com/oxidecomputer/falcon |
| 736 | 2024-11-26T07:18:21.239Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
| 737 | 2024-11-26T07:18:21.343Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 738 | 2024-11-26T07:18:22.410Z | From https://github.com/oxidecomputer/dendrite |
| 739 | 2024-11-26T07:18:22.410Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
| 740 | 2024-11-26T07:18:22.451Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 741 | 2024-11-26T07:18:22.816Z | From https://github.com/oxidecomputer/ispf |
| 742 | 2024-11-26T07:18:22.816Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 743 | 2024-11-26T07:18:22.837Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 744 | 2024-11-26T07:18:23.206Z | From https://github.com/oxidecomputer/netadm-sys |
| 745 | 2024-11-26T07:18:23.206Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
| 746 | 2024-11-26T07:18:23.218Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 747 | 2024-11-26T07:18:27.360Z | From https://github.com/oxidecomputer/omicron |
| 748 | 2024-11-26T07:18:27.360Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
| 749 | 2024-11-26T07:18:27.389Z | * [new tag] dogfood -> dogfood |
| 750 | 2024-11-26T07:18:27.392Z | * [new tag] v5 -> v5 |
| 751 | 2024-11-26T07:18:27.392Z | * [new tag] v6 -> v6 |
| 752 | 2024-11-26T07:18:27.392Z | * [new tag] v7 -> v7 |
| 753 | 2024-11-26T07:18:27.392Z | * [new tag] v8 -> v8 |
| 754 | 2024-11-26T07:18:27.392Z | * [new tag] v9 -> v9 |
| 755 | 2024-11-26T07:18:27.762Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 756 | 2024-11-26T07:18:28.735Z | From https://github.com/oxidecomputer/opte |
| 757 | 2024-11-26T07:18:28.735Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
| 758 | 2024-11-26T07:18:28.804Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 759 | 2024-11-26T07:18:29.157Z | From https://github.com/illumos/smf-rs |
| 760 | 2024-11-26T07:18:29.157Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
| 761 | 2024-11-26T07:18:29.188Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 762 | 2024-11-26T07:18:29.966Z | From https://github.com/oxidecomputer/maghemite |
| 763 | 2024-11-26T07:18:29.966Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
| 764 | 2024-11-26T07:18:29.982Z | * [new tag] rift -> rift |
| 765 | 2024-11-26T07:18:29.985Z | * [new tag] srp -> srp |
| 766 | 2024-11-26T07:18:29.985Z | * [new tag] tie-spf -> tie-spf |
| 767 | 2024-11-26T07:18:30.016Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 768 | 2024-11-26T07:18:30.347Z | From https://github.com/oxidecomputer/zone |
| 769 | 2024-11-26T07:18:30.347Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
| 770 | 2024-11-26T07:18:30.365Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 771 | 2024-11-26T07:18:31.183Z | From https://github.com/oxidecomputer/propolis |
| 772 | 2024-11-26T07:18:31.183Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
| 773 | 2024-11-26T07:18:31.307Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 774 | 2024-11-26T07:18:31.649Z | From https://github.com/oxidecomputer/dlpi-sys |
| 775 | 2024-11-26T07:18:31.649Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
| 776 | 2024-11-26T07:18:31.658Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 777 | 2024-11-26T07:18:32.035Z | From https://github.com/jmesmon/rust-libzfs |
| 778 | 2024-11-26T07:18:32.035Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 779 | 2024-11-26T07:18:32.050Z | * [new tag] v0.4.0 -> v0.4.0 |
| 780 | 2024-11-26T07:18:32.064Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 781 | 2024-11-26T07:18:32.422Z | From https://github.com/oxidecomputer/rusty-doors |
| 782 | 2024-11-26T07:18:32.422Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 783 | 2024-11-26T07:18:32.460Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 784 | 2024-11-26T07:18:32.891Z | From https://github.com/oxidecomputer/maghemite |
| 785 | 2024-11-26T07:18:32.891Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
| 786 | 2024-11-26T07:18:32.939Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 787 | 2024-11-26T07:18:33.279Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 788 | 2024-11-26T07:18:33.279Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
| 789 | 2024-11-26T07:18:33.300Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 790 | 2024-11-26T07:18:33.658Z | From https://github.com/oxidecomputer/slog-error-chain |
| 791 | 2024-11-26T07:18:33.658Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 792 | 2024-11-26T07:18:33.684Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 793 | 2024-11-26T07:18:34.019Z | From https://github.com/oxidecomputer/poptrie |
| 794 | 2024-11-26T07:18:34.019Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
| 795 | 2024-11-26T07:18:34.046Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
| 796 | 2024-11-26T07:18:34.369Z | From https://github.com/illumos/libscf-sys |
| 797 | 2024-11-26T07:18:34.369Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
| 798 | 2024-11-26T07:18:34.388Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 799 | 2024-11-26T07:18:35.209Z | From https://github.com/oxidecomputer/progenitor |
| 800 | 2024-11-26T07:18:35.209Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
| 801 | 2024-11-26T07:18:35.229Z | * [new tag] v0.1.1 -> v0.1.1 |
| 802 | 2024-11-26T07:18:35.232Z | * [new tag] v0.2.0 -> v0.2.0 |
| 803 | 2024-11-26T07:18:35.232Z | * [new tag] v0.3.0 -> v0.3.0 |
| 804 | 2024-11-26T07:18:35.232Z | * [new tag] v0.4.0 -> v0.4.0 |
| 805 | 2024-11-26T07:18:35.232Z | * [new tag] v0.5.0 -> v0.5.0 |
| 806 | 2024-11-26T07:18:35.232Z | * [new tag] v0.6.0 -> v0.6.0 |
| 807 | 2024-11-26T07:18:35.232Z | * [new tag] v0.7.0 -> v0.7.0 |
| 808 | 2024-11-26T07:18:35.413Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 809 | 2024-11-26T07:18:36.265Z | From https://github.com/oxidecomputer/typify |
| 810 | 2024-11-26T07:18:36.265Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
| 811 | 2024-11-26T07:18:36.267Z | * [new tag] v0.2.0 -> v0.2.0 |
| 812 | 2024-11-26T07:18:36.284Z | * [new tag] v0.0.10 -> v0.0.10 |
| 813 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.11 -> v0.0.11 |
| 814 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.12 -> v0.0.12 |
| 815 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.13 -> v0.0.13 |
| 816 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.14 -> v0.0.14 |
| 817 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.15 -> v0.0.15 |
| 818 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.16 -> v0.0.16 |
| 819 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.4 -> v0.0.4 |
| 820 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.5 -> v0.0.5 |
| 821 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.7 -> v0.0.7 |
| 822 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.8 -> v0.0.8 |
| 823 | 2024-11-26T07:18:36.287Z | * [new tag] v0.0.9 -> v0.0.9 |
| 824 | 2024-11-26T07:18:36.287Z | * [new tag] v0.1.0 -> v0.1.0 |
| 825 | 2024-11-26T07:18:36.425Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 826 | 2024-11-26T07:18:38.262Z | From https://github.com/oxidecomputer/crucible |
| 827 | 2024-11-26T07:18:38.262Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
| 828 | 2024-11-26T07:18:38.319Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 829 | 2024-11-26T07:18:38.738Z | From https://github.com/oxidecomputer/opte |
| 830 | 2024-11-26T07:18:38.738Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
| 831 | 2024-11-26T07:18:38.794Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 832 | 2024-11-26T07:18:39.437Z | From https://github.com/oxidecomputer/management-gateway-service |
| 833 | 2024-11-26T07:18:39.437Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
| 834 | 2024-11-26T07:18:40.383Z | Locking 21 packages to latest compatible versions |
| 835 | 2024-11-26T07:18:40.387Z | Updating async-stream v0.3.5 -> v0.3.6 |
| 836 | 2024-11-26T07:18:40.387Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
| 837 | 2024-11-26T07:18:40.408Z | Adding dropshot v0.13.0 |
| 838 | 2024-11-26T07:18:40.411Z | Adding dropshot_endpoint v0.13.0 |
| 839 | 2024-11-26T07:18:40.411Z | Updating futures v0.3.30 -> v0.3.31 |
| 840 | 2024-11-26T07:18:40.411Z | Updating futures-channel v0.3.30 -> v0.3.31 |
| 841 | 2024-11-26T07:18:40.411Z | Updating futures-core v0.3.30 -> v0.3.31 |
| 842 | 2024-11-26T07:18:40.411Z | Updating futures-executor v0.3.30 -> v0.3.31 |
| 843 | 2024-11-26T07:18:40.413Z | Updating futures-io v0.3.30 -> v0.3.31 |
| 844 | 2024-11-26T07:18:40.413Z | Updating futures-macro v0.3.30 -> v0.3.31 |
| 845 | 2024-11-26T07:18:40.414Z | Updating futures-sink v0.3.30 -> v0.3.31 |
| 846 | 2024-11-26T07:18:40.414Z | Updating futures-task v0.3.30 -> v0.3.31 |
| 847 | 2024-11-26T07:18:40.414Z | Updating futures-util v0.3.30 -> v0.3.31 |
| 848 | 2024-11-26T07:18:40.417Z | Adding hashbrown v0.15.2 |
| 849 | 2024-11-26T07:18:40.425Z | Updating indexmap v2.5.0 -> v2.6.0 |
| 850 | 2024-11-26T07:18:40.441Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
| 851 | 2024-11-26T07:18:40.489Z | Updating serde v1.0.210 -> v1.0.215 |
| 852 | 2024-11-26T07:18:40.494Z | Updating serde_derive v1.0.210 -> v1.0.215 |
| 853 | 2024-11-26T07:18:40.494Z | Updating syn v2.0.77 -> v2.0.89 |
| 854 | 2024-11-26T07:18:40.494Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
| 855 | 2024-11-26T07:18:40.494Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
| 856 | 2024-11-26T07:18:40.581Z | Downloading crates ... |
| 857 | 2024-11-26T07:18:40.739Z | Downloaded argon2 v0.5.3 |
| 858 | 2024-11-26T07:18:40.747Z | Downloaded anstyle-query v1.1.1 |
| 859 | 2024-11-26T07:18:40.749Z | Downloaded arrayref v0.3.9 |
| 860 | 2024-11-26T07:18:40.752Z | Downloaded semver v0.1.20 |
| 861 | 2024-11-26T07:18:40.752Z | Downloaded async-stream-impl v0.3.6 |
| 862 | 2024-11-26T07:18:40.754Z | Downloaded ciborium-io v0.2.2 |
| 863 | 2024-11-26T07:18:40.754Z | Downloaded colorchoice v1.0.2 |
| 864 | 2024-11-26T07:18:40.757Z | Downloaded clap_lex v0.7.2 |
| 865 | 2024-11-26T07:18:40.759Z | Downloaded const-random v0.1.18 |
| 866 | 2024-11-26T07:18:40.762Z | Downloaded bitflags v1.3.2 |
| 867 | 2024-11-26T07:18:40.764Z | Downloaded darling_macro v0.20.10 |
| 868 | 2024-11-26T07:18:40.767Z | Downloaded crunchy v0.2.2 |
| 869 | 2024-11-26T07:18:40.767Z | Downloaded serde-big-array v0.5.1 |
| 870 | 2024-11-26T07:18:40.769Z | Downloaded serde_repr v0.1.19 |
| 871 | 2024-11-26T07:18:40.770Z | Downloaded fxhash v0.2.1 |
| 872 | 2024-11-26T07:18:40.772Z | Downloaded heck v0.3.3 |
| 873 | 2024-11-26T07:18:40.772Z | Downloaded hash32 v0.3.1 |
| 874 | 2024-11-26T07:18:40.774Z | Downloaded sync_wrapper v1.0.1 |
| 875 | 2024-11-26T07:18:40.777Z | Downloaded time-core v0.1.2 |
| 876 | 2024-11-26T07:18:40.777Z | Downloaded cancel-safe-futures v0.1.5 |
| 877 | 2024-11-26T07:18:40.780Z | Downloaded sync_wrapper v0.1.2 |
| 878 | 2024-11-26T07:18:40.782Z | Downloaded strum v0.26.3 |
| 879 | 2024-11-26T07:18:40.782Z | Downloaded heck v0.4.1 |
| 880 | 2024-11-26T07:18:40.782Z | Downloaded foreign-types-shared v0.3.1 |
| 881 | 2024-11-26T07:18:40.785Z | Downloaded foreign-types-macros v0.2.3 |
| 882 | 2024-11-26T07:18:40.785Z | Downloaded foreign-types v0.5.0 |
| 883 | 2024-11-26T07:18:40.788Z | Downloaded serde_with v3.9.0 |
| 884 | 2024-11-26T07:18:40.795Z | Downloaded smf v0.2.3 |
| 885 | 2024-11-26T07:18:40.797Z | Downloaded slog-stdlog v4.1.1 |
| 886 | 2024-11-26T07:18:40.800Z | Downloaded defmt-parser v0.3.4 |
| 887 | 2024-11-26T07:18:40.800Z | Downloaded defmt-macros v0.3.9 |
| 888 | 2024-11-26T07:18:40.802Z | Downloaded derive-where v1.2.7 |
| 889 | 2024-11-26T07:18:40.806Z | Downloaded float-ord v0.3.2 |
| 890 | 2024-11-26T07:18:40.808Z | Downloaded dtrace-parser v0.2.0 |
| 891 | 2024-11-26T07:18:40.808Z | Downloaded dof v0.3.0 |
| 892 | 2024-11-26T07:18:40.811Z | Downloaded defmt v0.3.8 |
| 893 | 2024-11-26T07:18:40.813Z | Downloaded slog-scope v4.4.0 |
| 894 | 2024-11-26T07:18:40.815Z | Downloaded flate2 v1.0.33 |
| 895 | 2024-11-26T07:18:40.820Z | Downloaded smoltcp v0.11.0 |
| 896 | 2024-11-26T07:18:40.834Z | Downloaded thin-vec v0.2.13 |
| 897 | 2024-11-26T07:18:40.837Z | Downloaded sct v0.7.1 |
| 898 | 2024-11-26T07:18:40.840Z | Downloaded sha1 v0.10.6 |
| 899 | 2024-11-26T07:18:40.842Z | Downloaded serde_derive_internals v0.29.1 |
| 900 | 2024-11-26T07:18:40.844Z | Downloaded slog-json v2.6.1 |
| 901 | 2024-11-26T07:18:40.848Z | Downloaded base64 v0.13.1 |
| 902 | 2024-11-26T07:18:40.852Z | Downloaded slog-term v2.9.1 |
| 903 | 2024-11-26T07:18:40.855Z | Downloaded slog v2.7.0 |
| 904 | 2024-11-26T07:18:40.858Z | Downloaded spin v0.5.2 |
| 905 | 2024-11-26T07:18:40.860Z | Downloaded strum_macros v0.26.4 |
| 906 | 2024-11-26T07:18:40.863Z | Downloaded strum_macros v0.25.3 |
| 907 | 2024-11-26T07:18:40.865Z | Downloaded tempfile v3.12.0 |
| 908 | 2024-11-26T07:18:40.868Z | Downloaded tokio-rustls v0.25.0 |
| 909 | 2024-11-26T07:18:40.870Z | Downloaded tokio-rustls v0.24.1 |
| 910 | 2024-11-26T07:18:40.873Z | Downloaded crossbeam-channel v0.5.13 |
| 911 | 2024-11-26T07:18:40.879Z | Downloaded time-macros v0.2.18 |
| 912 | 2024-11-26T07:18:40.881Z | Downloaded serde_spanned v0.6.7 |
| 913 | 2024-11-26T07:18:40.884Z | Downloaded utf-8 v0.7.6 |
| 914 | 2024-11-26T07:18:40.886Z | Downloaded untrusted v0.7.1 |
| 915 | 2024-11-26T07:18:40.886Z | Downloaded tiny-keccak v2.0.2 |
| 916 | 2024-11-26T07:18:40.888Z | Downloaded darling v0.20.10 |
| 917 | 2024-11-26T07:18:40.894Z | Downloaded deranged v0.3.11 |
| 918 | 2024-11-26T07:18:40.899Z | Downloaded dyn-clone v1.0.17 |
| 919 | 2024-11-26T07:18:40.899Z | Downloaded dirs-next v2.0.0 |
| 920 | 2024-11-26T07:18:40.902Z | Downloaded derive_more v0.99.18 |
| 921 | 2024-11-26T07:18:40.904Z | Downloaded dirs-sys-next v0.1.2 |
| 922 | 2024-11-26T07:18:40.907Z | Downloaded diff v0.1.13 |
| 923 | 2024-11-26T07:18:40.911Z | Downloaded fastrand v2.1.1 |
| 924 | 2024-11-26T07:18:40.913Z | Downloaded darling_core v0.20.10 |
| 925 | 2024-11-26T07:18:40.916Z | Downloaded crossbeam-epoch v0.9.18 |
| 926 | 2024-11-26T07:18:40.918Z | Downloaded data-encoding v2.6.0 |
| 927 | 2024-11-26T07:18:40.921Z | Downloaded tokio-tungstenite v0.21.0 |
| 928 | 2024-11-26T07:18:40.923Z | Downloaded scroll v0.12.0 |
| 929 | 2024-11-26T07:18:40.926Z | Downloaded syn v1.0.109 |
| 930 | 2024-11-26T07:18:40.936Z | Downloaded crossbeam-utils v0.8.20 |
| 931 | 2024-11-26T07:18:40.939Z | Downloaded crossbeam-deque v0.8.5 |
| 932 | 2024-11-26T07:18:40.942Z | Downloaded time v0.3.36 |
| 933 | 2024-11-26T07:18:40.948Z | Downloaded half v2.4.1 |
| 934 | 2024-11-26T07:18:40.952Z | Downloaded cookie v0.18.1 |
| 935 | 2024-11-26T07:18:40.955Z | Downloaded term v0.7.0 |
| 936 | 2024-11-26T07:18:40.958Z | Downloaded cpufeatures v0.2.14 |
| 937 | 2024-11-26T07:18:40.961Z | Downloaded constant_time_eq v0.3.1 |
| 938 | 2024-11-26T07:18:40.963Z | Downloaded h2 v0.3.26 |
| 939 | 2024-11-26T07:18:40.969Z | Downloaded ciborium v0.2.2 |
| 940 | 2024-11-26T07:18:40.972Z | Downloaded colored v2.1.0 |
| 941 | 2024-11-26T07:18:40.976Z | Downloaded h2 v0.4.6 |
| 942 | 2024-11-26T07:18:40.981Z | Downloaded instant v0.1.13 |
| 943 | 2024-11-26T07:18:40.984Z | Downloaded unicode-bidi v0.3.15 |
| 944 | 2024-11-26T07:18:40.987Z | Downloaded toml v0.7.8 |
| 945 | 2024-11-26T07:18:40.990Z | Downloaded unicode-ident v1.0.13 |
| 946 | 2024-11-26T07:18:40.993Z | Downloaded url v2.5.2 |
| 947 | 2024-11-26T07:18:40.997Z | Downloaded walkdir v2.5.0 |
| 948 | 2024-11-26T07:18:41.001Z | Downloaded hyper-tls v0.5.0 |
| 949 | 2024-11-26T07:18:41.006Z | Downloaded unsafe-libyaml v0.2.11 |
| 950 | 2024-11-26T07:18:41.009Z | Downloaded xz2 v0.1.7 |
| 951 | 2024-11-26T07:18:41.009Z | Downloaded toml_edit v0.19.15 |
| 952 | 2024-11-26T07:18:41.025Z | Downloaded winnow v0.6.18 |
| 953 | 2024-11-26T07:18:41.037Z | Downloaded indexmap v1.9.3 |
| 954 | 2024-11-26T07:18:41.040Z | Downloaded winnow v0.5.40 |
| 955 | 2024-11-26T07:18:41.048Z | Downloaded unicode-segmentation v1.12.0 |
| 956 | 2024-11-26T07:18:41.051Z | Downloaded http v0.2.12 |
| 957 | 2024-11-26T07:18:41.055Z | Downloaded tracing-core v0.1.32 |
| 958 | 2024-11-26T07:18:41.058Z | Downloaded goblin v0.8.2 |
| 959 | 2024-11-26T07:18:41.065Z | Downloaded yansi v1.0.1 |
| 960 | 2024-11-26T07:18:41.067Z | Downloaded thread-id v4.2.2 |
| 961 | 2024-11-26T07:18:41.071Z | Downloaded webpki-roots v0.26.6 |
| 962 | 2024-11-26T07:18:41.075Z | Downloaded dropshot_endpoint v0.13.0 |
| 963 | 2024-11-26T07:18:41.079Z | Downloaded dropshot_endpoint v0.12.0 |
| 964 | 2024-11-26T07:18:41.082Z | Downloaded dropshot v0.12.0 |
| 965 | 2024-11-26T07:18:41.100Z | Downloaded cc v1.1.21 |
| 966 | 2024-11-26T07:18:41.103Z | Downloaded httparse v1.9.4 |
| 967 | 2024-11-26T07:18:41.106Z | Downloaded enum-as-inner v0.6.1 |
| 968 | 2024-11-26T07:18:41.109Z | Downloaded embedded-io v0.4.0 |
| 969 | 2024-11-26T07:18:41.112Z | Downloaded tokio-util v0.7.12 |
| 970 | 2024-11-26T07:18:41.116Z | Downloaded hickory-proto v0.24.1 |
| 971 | 2024-11-26T07:18:41.133Z | Downloaded hyper v0.14.30 |
| 972 | 2024-11-26T07:18:41.140Z | Downloaded highway v1.2.0 |
| 973 | 2024-11-26T07:18:41.143Z | Downloaded cobs v0.2.3 |
| 974 | 2024-11-26T07:18:41.146Z | Downloaded hickory-resolver v0.24.1 |
| 975 | 2024-11-26T07:18:41.149Z | Downloaded webpki-roots v0.25.4 |
| 976 | 2024-11-26T07:18:41.152Z | Downloaded hyper-rustls v0.24.2 |
| 977 | 2024-11-26T07:18:41.155Z | Downloaded hubpack v0.1.2 |
| 978 | 2024-11-26T07:18:41.158Z | Downloaded expectorate v1.1.0 |
| 979 | 2024-11-26T07:18:41.161Z | Downloaded hostname v0.3.1 |
| 980 | 2024-11-26T07:18:41.161Z | Downloaded embedded-io v0.6.1 |
| 981 | 2024-11-26T07:18:41.163Z | Downloaded httpdate v1.0.3 |
| 982 | 2024-11-26T07:18:41.163Z | Downloaded http-body v0.4.6 |
| 983 | 2024-11-26T07:18:41.166Z | Downloaded heapless v0.8.0 |
| 984 | 2024-11-26T07:18:41.169Z | Downloaded hashbrown v0.14.5 |
| 985 | 2024-11-26T07:18:41.175Z | Downloaded num-conv v0.1.0 |
| 986 | 2024-11-26T07:18:41.178Z | Downloaded indicatif v0.17.8 |
| 987 | 2024-11-26T07:18:41.180Z | Downloaded num v0.4.3 |
| 988 | 2024-11-26T07:18:41.183Z | Downloaded idna v0.5.0 |
| 989 | 2024-11-26T07:18:41.188Z | Downloaded idna v0.4.0 |
| 990 | 2024-11-26T07:18:41.195Z | Downloaded ipnetwork v0.20.0 |
| 991 | 2024-11-26T07:18:41.198Z | Downloaded hubpack_derive v0.1.1 |
| 992 | 2024-11-26T07:18:41.198Z | Downloaded hostname v0.4.0 |
| 993 | 2024-11-26T07:18:41.200Z | Downloaded dropshot v0.13.0 |
| 994 | 2024-11-26T07:18:41.220Z | Downloaded num-derive v0.3.3 |
| 995 | 2024-11-26T07:18:41.223Z | Downloaded parse-display v0.10.0 |
| 996 | 2024-11-26T07:18:41.223Z | Downloaded openssl-sys v0.9.103 |
| 997 | 2024-11-26T07:18:41.227Z | Downloaded lock_api v0.4.12 |
| 998 | 2024-11-26T07:18:41.230Z | Downloaded tokio v1.40.0 |
| 999 | 2024-11-26T07:18:41.266Z | Downloaded parking_lot_core v0.8.6 |
| 1000 | 2024-11-26T07:18:41.269Z | Downloaded rustc_version v0.1.7 |
| 1001 | 2024-11-26T07:18:41.269Z | Downloaded pin-project-lite v0.2.14 |
| 1002 | 2024-11-26T07:18:41.273Z | Downloaded pest_meta v2.7.13 |
| 1003 | 2024-11-26T07:18:41.276Z | Downloaded proc-macro-crate v3.2.0 |
| 1004 | 2024-11-26T07:18:41.278Z | Downloaded num-complex v0.4.6 |
| 1005 | 2024-11-26T07:18:41.279Z | Downloaded pest_generator v2.7.13 |
| 1006 | 2024-11-26T07:18:41.281Z | Downloaded pest_derive v2.7.13 |
| 1007 | 2024-11-26T07:18:41.284Z | Downloaded match_cfg v0.1.0 |
| 1008 | 2024-11-26T07:18:41.286Z | Downloaded libm v0.2.8 |
| 1009 | 2024-11-26T07:18:41.313Z | Downloaded rayon-core v1.12.1 |
| 1010 | 2024-11-26T07:18:41.317Z | Downloaded hashbrown v0.12.3 |
| 1011 | 2024-11-26T07:18:41.321Z | Downloaded reqwest v0.11.27 |
| 1012 | 2024-11-26T07:18:41.331Z | Downloaded linked-hash-map v0.5.6 |
| 1013 | 2024-11-26T07:18:41.335Z | Downloaded linear-map v1.2.0 |
| 1014 | 2024-11-26T07:18:41.335Z | Downloaded ucd-trie v0.1.6 |
| 1015 | 2024-11-26T07:18:41.337Z | Downloaded hex v0.4.3 |
| 1016 | 2024-11-26T07:18:41.337Z | Downloaded smartstring v1.0.1 |
| 1017 | 2024-11-26T07:18:41.340Z | Downloaded ciborium-ll v0.2.2 |
| 1018 | 2024-11-26T07:18:41.343Z | Downloaded regress v0.10.1 |
| 1019 | 2024-11-26T07:18:41.349Z | Downloaded blake2 v0.10.6 |
| 1020 | 2024-11-26T07:18:41.353Z | Downloaded slog-async v2.8.0 |
| 1021 | 2024-11-26T07:18:41.357Z | Downloaded similar v2.6.0 |
| 1022 | 2024-11-26T07:18:41.359Z | Downloaded regex v1.10.6 |
| 1023 | 2024-11-26T07:18:41.372Z | Downloaded bytes v1.7.2 |
| 1024 | 2024-11-26T07:18:41.376Z | Downloaded num-iter v0.1.45 |
| 1025 | 2024-11-26T07:18:41.378Z | Downloaded parking_lot v0.12.3 |
| 1026 | 2024-11-26T07:18:41.381Z | Downloaded quick-error v1.2.3 |
| 1027 | 2024-11-26T07:18:41.384Z | Downloaded quinn-udp v0.5.5 |
| 1028 | 2024-11-26T07:18:41.384Z | Downloaded typify v0.2.0 |
| 1029 | 2024-11-26T07:18:41.388Z | Downloaded topological-sort v0.2.2 |
| 1030 | 2024-11-26T07:18:41.390Z | Downloaded toml_edit v0.22.21 |
| 1031 | 2024-11-26T07:18:41.410Z | Downloaded paste v1.0.15 |
| 1032 | 2024-11-26T07:18:41.412Z | Downloaded password-hash v0.5.0 |
| 1033 | 2024-11-26T07:18:41.415Z | Downloaded quinn-proto v0.11.8 |
| 1034 | 2024-11-26T07:18:41.420Z | Downloaded indent_write v2.2.0 |
| 1035 | 2024-11-26T07:18:41.424Z | Downloaded tabwriter v1.4.0 |
| 1036 | 2024-11-26T07:18:41.424Z | Downloaded progenitor v0.8.0 |
| 1037 | 2024-11-26T07:18:41.427Z | Downloaded pest v2.7.13 |
| 1038 | 2024-11-26T07:18:41.430Z | Downloaded rustls-pemfile v2.1.3 |
| 1039 | 2024-11-26T07:18:41.432Z | Downloaded rustls-pki-types v1.8.0 |
| 1040 | 2024-11-26T07:18:41.434Z | Downloaded rustls-pemfile v1.0.4 |
| 1041 | 2024-11-26T07:18:41.437Z | Downloaded parking_lot_core v0.9.10 |
| 1042 | 2024-11-26T07:18:41.439Z | Downloaded zone_cfg_derive v0.1.2 |
| 1043 | 2024-11-26T07:18:41.440Z | Downloaded zone v0.3.0 |
| 1044 | 2024-11-26T07:18:41.442Z | Downloaded parking_lot v0.11.2 |
| 1045 | 2024-11-26T07:18:41.442Z | Downloaded zone v0.1.8 |
| 1046 | 2024-11-26T07:18:41.444Z | Downloaded multer v3.1.0 |
| 1047 | 2024-11-26T07:18:41.448Z | Downloaded once_cell v1.19.0 |
| 1048 | 2024-11-26T07:18:41.452Z | Downloaded zerocopy v0.6.6 |
| 1049 | 2024-11-26T07:18:41.453Z | Downloaded num-rational v0.4.2 |
| 1050 | 2024-11-26T07:18:41.455Z | Downloaded newline-converter v0.3.0 |
| 1051 | 2024-11-26T07:18:41.455Z | Downloaded whoami v1.5.2 |
| 1052 | 2024-11-26T07:18:41.455Z | Downloaded num-integer v0.1.46 |
| 1053 | 2024-11-26T07:18:41.459Z | Downloaded num-derive v0.4.2 |
| 1054 | 2024-11-26T07:18:41.461Z | Downloaded plain v0.2.3 |
| 1055 | 2024-11-26T07:18:41.461Z | Downloaded waitgroup v0.1.2 |
| 1056 | 2024-11-26T07:18:41.461Z | Downloaded prettyplease v0.2.22 |
| 1057 | 2024-11-26T07:18:41.465Z | Downloaded usdt-macro v0.5.0 |
| 1058 | 2024-11-26T07:18:41.468Z | Downloaded usdt-impl v0.5.0 |
| 1059 | 2024-11-26T07:18:41.468Z | Downloaded usdt-attr-macro v0.5.0 |
| 1060 | 2024-11-26T07:18:41.468Z | Downloaded typify-macro v0.2.0 |
| 1061 | 2024-11-26T07:18:41.472Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1062 | 2024-11-26T07:18:41.476Z | Downloaded autocfg v1.3.0 |
| 1063 | 2024-11-26T07:18:41.476Z | Downloaded same-file v1.0.6 |
| 1064 | 2024-11-26T07:18:41.480Z | Downloaded rustversion v1.0.17 |
| 1065 | 2024-11-26T07:18:41.480Z | Downloaded async-trait v0.1.83 |
| 1066 | 2024-11-26T07:18:41.483Z | Downloaded is-terminal v0.4.13 |
| 1067 | 2024-11-26T07:18:41.483Z | Downloaded ipnet v2.10.0 |
| 1068 | 2024-11-26T07:18:41.486Z | Downloaded macaddr v1.0.1 |
| 1069 | 2024-11-26T07:18:41.488Z | Downloaded managed v0.8.0 |
| 1070 | 2024-11-26T07:18:41.488Z | Downloaded proc-macro-error v1.0.4 |
| 1071 | 2024-11-26T07:18:41.491Z | Downloaded serde_tokenstream v0.2.2 |
| 1072 | 2024-11-26T07:18:41.494Z | Downloaded rustls-webpki v0.101.7 |
| 1073 | 2024-11-26T07:18:41.509Z | Downloaded itertools v0.10.5 |
| 1074 | 2024-11-26T07:18:41.513Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1075 | 2024-11-26T07:18:41.517Z | Downloaded lru-cache v0.1.2 |
| 1076 | 2024-11-26T07:18:41.517Z | Downloaded itoa v1.0.11 |
| 1077 | 2024-11-26T07:18:41.520Z | Downloaded memmap2 v0.9.5 |
| 1078 | 2024-11-26T07:18:41.520Z | Downloaded powerfmt v0.2.0 |
| 1079 | 2024-11-26T07:18:41.520Z | Downloaded omicron-zone-package v0.11.1 |
| 1080 | 2024-11-26T07:18:41.525Z | Downloaded rustls v0.22.4 |
| 1081 | 2024-11-26T07:18:41.537Z | Downloaded num_enum v0.5.11 |
| 1082 | 2024-11-26T07:18:41.541Z | Downloaded quinn v0.11.5 |
| 1083 | 2024-11-26T07:18:41.545Z | Downloaded regex-syntax v0.8.4 |
| 1084 | 2024-11-26T07:18:41.554Z | Downloaded memmap v0.7.0 |
| 1085 | 2024-11-26T07:18:41.556Z | Downloaded newtype_derive v0.1.6 |
| 1086 | 2024-11-26T07:18:41.556Z | Downloaded rustls v0.21.12 |
| 1087 | 2024-11-26T07:18:41.569Z | Downloaded rhai_codegen v2.2.0 |
| 1088 | 2024-11-26T07:18:41.578Z | Downloaded newtype-uuid v1.1.0 |
| 1089 | 2024-11-26T07:18:41.580Z | Downloaded pretty-hex v0.4.1 |
| 1090 | 2024-11-26T07:18:41.580Z | Downloaded pretty-hex v0.2.1 |
| 1091 | 2024-11-26T07:18:41.580Z | Downloaded regex-automata v0.4.7 |
| 1092 | 2024-11-26T07:18:41.597Z | Downloaded progenitor-client v0.8.0 |
| 1093 | 2024-11-26T07:18:41.599Z | Downloaded openssl v0.10.66 |
| 1094 | 2024-11-26T07:18:41.606Z | Downloaded libsw v3.3.1 |
| 1095 | 2024-11-26T07:18:41.609Z | Downloaded regress v0.9.1 |
| 1096 | 2024-11-26T07:18:41.616Z | Downloaded rustls v0.23.13 |
| 1097 | 2024-11-26T07:18:41.627Z | Downloaded ron v0.7.1 |
| 1098 | 2024-11-26T07:18:41.631Z | Downloaded pretty_assertions v1.4.1 |
| 1099 | 2024-11-26T07:18:41.637Z | Downloaded proc-macro-crate v1.3.1 |
| 1100 | 2024-11-26T07:18:41.639Z | Downloaded openapiv3 v2.0.0 |
| 1101 | 2024-11-26T07:18:41.645Z | Downloaded rhai v1.19.0 |
| 1102 | 2024-11-26T07:18:41.657Z | Downloaded postcard v1.0.10 |
| 1103 | 2024-11-26T07:18:41.659Z | Downloaded portable-atomic v1.8.0 |
| 1104 | 2024-11-26T07:18:41.665Z | Downloaded num_enum_derive v0.7.3 |
| 1105 | 2024-11-26T07:18:41.668Z | Downloaded lzma-sys v0.1.20 |
| 1106 | 2024-11-26T07:18:41.694Z | Downloaded num_enum_derive v0.5.11 |
| 1107 | 2024-11-26T07:18:41.697Z | Downloaded num_enum v0.7.3 |
| 1108 | 2024-11-26T07:18:41.699Z | Downloaded parse-display-derive v0.10.0 |
| 1109 | 2024-11-26T07:18:41.703Z | Downloaded zerocopy-derive v0.6.6 |
| 1110 | 2024-11-26T07:18:41.709Z | Downloaded typify-impl v0.2.0 |
| 1111 | 2024-11-26T07:18:41.724Z | Downloaded omicron-workspace-hack v0.1.0 |
| 1112 | 2024-11-26T07:18:41.726Z | Downloaded num_threads v0.1.7 |
| 1113 | 2024-11-26T07:18:41.726Z | Downloaded resolv-conf v0.7.0 |
| 1114 | 2024-11-26T07:18:41.729Z | Downloaded rustix v0.38.37 |
| 1115 | 2024-11-26T07:18:41.748Z | Downloaded progenitor-macro v0.8.0 |
| 1116 | 2024-11-26T07:18:41.751Z | Downloaded progenitor-impl v0.8.0 |
| 1117 | 2024-11-26T07:18:41.753Z | Downloaded zone_cfg_derive v0.3.0 |
| 1118 | 2024-11-26T07:18:41.753Z | Downloaded usdt v0.5.0 |
| 1119 | 2024-11-26T07:18:41.753Z | Downloaded tungstenite v0.21.0 |
| 1120 | 2024-11-26T07:18:41.756Z | Downloaded sled v0.34.7 |
| 1121 | 2024-11-26T07:18:41.765Z | Downloaded itertools v0.12.1 |
| 1122 | 2024-11-26T07:18:41.772Z | Downloaded encoding_rs v0.8.34 |
| 1123 | 2024-11-26T07:18:41.794Z | Downloaded backoff v0.4.0 |
| 1124 | 2024-11-26T07:18:41.800Z | Downloaded scopeguard v1.2.0 |
| 1125 | 2024-11-26T07:18:41.800Z | Downloaded schemars_derive v0.8.21 |
| 1126 | 2024-11-26T07:18:41.800Z | Downloaded schemars v0.8.21 |
| 1127 | 2024-11-26T07:18:41.807Z | Downloaded atomic-waker v1.1.2 |
| 1128 | 2024-11-26T07:18:41.810Z | Downloaded arrayvec v0.7.6 |
| 1129 | 2024-11-26T07:18:41.812Z | Downloaded arc-swap v1.7.1 |
| 1130 | 2024-11-26T07:18:41.815Z | Downloaded anyhow v1.0.93 |
| 1131 | 2024-11-26T07:18:41.817Z | Downloaded anstyle-parse v0.2.5 |
| 1132 | 2024-11-26T07:18:41.820Z | Downloaded tar v0.4.41 |
| 1133 | 2024-11-26T07:18:41.822Z | Downloaded take_mut v0.2.2 |
| 1134 | 2024-11-26T07:18:41.822Z | Downloaded structmeta-derive v0.3.0 |
| 1135 | 2024-11-26T07:18:41.825Z | Downloaded structmeta v0.3.0 |
| 1136 | 2024-11-26T07:18:41.825Z | Downloaded steno v0.4.1 |
| 1137 | 2024-11-26T07:18:41.828Z | Downloaded async-stream v0.3.6 |
| 1138 | 2024-11-26T07:18:41.831Z | Downloaded anstream v0.6.15 |
| 1139 | 2024-11-26T07:18:41.835Z | Downloaded allocator-api2 v0.2.18 |
| 1140 | 2024-11-26T07:18:41.837Z | Downloaded slog-envlogger v2.2.0 |
| 1141 | 2024-11-26T07:18:41.837Z | Downloaded slog-dtrace v0.3.0 |
| 1142 | 2024-11-26T07:18:41.837Z | Downloaded slog-bunyan v2.5.0 |
| 1143 | 2024-11-26T07:18:41.837Z | Downloaded sigpipe v0.1.3 |
| 1144 | 2024-11-26T07:18:41.841Z | Downloaded serde_with_macros v3.9.0 |
| 1145 | 2024-11-26T07:18:41.841Z | Downloaded cstr-argument v0.1.2 |
| 1146 | 2024-11-26T07:18:41.843Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1147 | 2024-11-26T07:18:41.844Z | Downloaded crc8 v0.1.1 |
| 1148 | 2024-11-26T07:18:41.844Z | Downloaded blake3 v1.5.4 |
| 1149 | 2024-11-26T07:18:41.850Z | Downloaded ident_case v1.0.1 |
| 1150 | 2024-11-26T07:18:41.853Z | Downloaded scroll_derive v0.12.0 |
| 1151 | 2024-11-26T07:18:41.853Z | Downloaded convert_case v0.4.0 |
| 1152 | 2024-11-26T07:18:41.853Z | Downloaded const-random-macro v0.1.16 |
| 1153 | 2024-11-26T07:18:42.068Z | Downloaded ring v0.16.20 |
| 1154 | 2024-11-26T07:18:43.205Z | Compiling proc-macro2 v1.0.92 |
| 1155 | 2024-11-26T07:18:43.205Z | Compiling unicode-ident v1.0.13 |
| 1156 | 2024-11-26T07:18:43.205Z | Compiling libc v0.2.165 |
| 1157 | 2024-11-26T07:18:43.208Z | Compiling serde v1.0.215 |
| 1158 | 2024-11-26T07:18:43.208Z | Compiling cfg-if v1.0.0 |
| 1159 | 2024-11-26T07:18:43.208Z | Compiling autocfg v1.3.0 |
| 1160 | 2024-11-26T07:18:43.208Z | Compiling memchr v2.7.4 |
| 1161 | 2024-11-26T07:18:43.229Z | Compiling once_cell v1.19.0 |
| 1162 | 2024-11-26T07:18:43.358Z | Compiling itoa v1.0.11 |
| 1163 | 2024-11-26T07:18:43.378Z | Compiling version_check v0.9.5 |
| 1164 | 2024-11-26T07:18:43.582Z | Compiling ryu v1.0.18 |
| 1165 | 2024-11-26T07:18:43.696Z | Compiling libm v0.2.8 |
| 1166 | 2024-11-26T07:18:43.804Z | Compiling byteorder v1.5.0 |
| 1167 | 2024-11-26T07:18:43.935Z | Compiling pin-project-lite v0.2.14 |
| 1168 | 2024-11-26T07:18:44.013Z | Compiling lock_api v0.4.12 |
| 1169 | 2024-11-26T07:18:44.047Z | Compiling parking_lot_core v0.9.10 |
| 1170 | 2024-11-26T07:18:44.074Z | Compiling scopeguard v1.2.0 |
| 1171 | 2024-11-26T07:18:44.208Z | Compiling equivalent v1.0.1 |
| 1172 | 2024-11-26T07:18:44.250Z | Compiling hashbrown v0.15.2 |
| 1173 | 2024-11-26T07:18:44.309Z | Compiling thiserror v1.0.69 |
| 1174 | 2024-11-26T07:18:44.516Z | Compiling futures-core v0.3.31 |
| 1175 | 2024-11-26T07:18:44.767Z | Compiling iana-time-zone v0.1.61 |
| 1176 | 2024-11-26T07:18:44.957Z | Compiling quote v1.0.37 |
| 1177 | 2024-11-26T07:18:45.175Z | Compiling log v0.4.22 |
| 1178 | 2024-11-26T07:18:45.213Z | Compiling shlex v1.3.0 |
| 1179 | 2024-11-26T07:18:45.265Z | Compiling schemars v0.8.21 |
| 1180 | 2024-11-26T07:18:45.487Z | Compiling syn v2.0.89 |
| 1181 | 2024-11-26T07:18:45.547Z | Compiling getrandom v0.2.15 |
| 1182 | 2024-11-26T07:18:45.559Z | Compiling mio v1.0.2 |
| 1183 | 2024-11-26T07:18:45.572Z | Compiling socket2 v0.5.7 |
| 1184 | 2024-11-26T07:18:45.622Z | Compiling signal-hook-registry v1.4.2 |
| 1185 | 2024-11-26T07:18:45.624Z | Compiling cc v1.1.21 |
| 1186 | 2024-11-26T07:18:45.735Z | Compiling fnv v1.0.7 |
| 1187 | 2024-11-26T07:18:45.865Z | Compiling futures-sink v0.3.31 |
| 1188 | 2024-11-26T07:18:45.882Z | Compiling dyn-clone v1.0.17 |
| 1189 | 2024-11-26T07:18:46.012Z | Compiling slab v0.4.9 |
| 1190 | 2024-11-26T07:18:46.108Z | Compiling serde_json v1.0.133 |
| 1191 | 2024-11-26T07:18:46.230Z | Compiling num-traits v0.2.19 |
| 1192 | 2024-11-26T07:18:46.458Z | Compiling futures-channel v0.3.31 |
| 1193 | 2024-11-26T07:18:46.647Z | Compiling futures-task v0.3.31 |
| 1194 | 2024-11-26T07:18:46.752Z | Compiling pin-utils v0.1.0 |
| 1195 | 2024-11-26T07:18:46.834Z | Compiling futures-io v0.3.31 |
| 1196 | 2024-11-26T07:18:46.848Z | Compiling bitflags v2.6.0 |
| 1197 | 2024-11-26T07:18:46.850Z | Compiling tracing-core v0.1.32 |
| 1198 | 2024-11-26T07:18:46.957Z | Compiling heck v0.5.0 |
| 1199 | 2024-11-26T07:18:47.164Z | Compiling subtle v2.6.1 |
| 1200 | 2024-11-26T07:18:47.352Z | Compiling httparse v1.9.4 |
| 1201 | 2024-11-26T07:18:47.422Z | Compiling rustls-pki-types v1.8.0 |
| 1202 | 2024-11-26T07:18:47.638Z | Compiling atomic-waker v1.1.2 |
| 1203 | 2024-11-26T07:18:47.797Z | Compiling spin v0.9.8 |
| 1204 | 2024-11-26T07:18:48.039Z | Compiling untrusted v0.9.0 |
| 1205 | 2024-11-26T07:18:48.210Z | Compiling try-lock v0.2.5 |
| 1206 | 2024-11-26T07:18:48.324Z | Compiling vcpkg v0.2.15 |
| 1207 | 2024-11-26T07:18:48.344Z | Compiling pkg-config v0.3.31 |
| 1208 | 2024-11-26T07:18:48.560Z | Compiling want v0.3.1 |
| 1209 | 2024-11-26T07:18:48.687Z | Compiling ring v0.17.8 |
| 1210 | 2024-11-26T07:18:48.852Z | Compiling httpdate v1.0.3 |
| 1211 | 2024-11-26T07:18:48.866Z | Compiling allocator-api2 v0.2.18 |
| 1212 | 2024-11-26T07:18:48.892Z | Compiling slog v2.7.0 |
| 1213 | 2024-11-26T07:18:49.357Z | Compiling zeroize v1.8.1 |
| 1214 | 2024-11-26T07:18:49.587Z | Compiling ahash v0.8.11 |
| 1215 | 2024-11-26T07:18:49.589Z | Compiling tower-service v0.3.3 |
| 1216 | 2024-11-26T07:18:49.660Z | Compiling percent-encoding v2.3.1 |
| 1217 | 2024-11-26T07:18:49.683Z | Compiling foreign-types-shared v0.1.1 |
| 1218 | 2024-11-26T07:18:49.716Z | Compiling tinyvec_macros v0.1.1 |
| 1219 | 2024-11-26T07:18:49.782Z | Compiling openssl v0.10.66 |
| 1220 | 2024-11-26T07:18:49.800Z | Compiling tinyvec v1.8.0 |
| 1221 | 2024-11-26T07:18:49.958Z | Compiling openssl-sys v0.9.103 |
| 1222 | 2024-11-26T07:18:50.005Z | Compiling form_urlencoded v1.2.1 |
| 1223 | 2024-11-26T07:18:50.048Z | Compiling foreign-types v0.3.2 |
| 1224 | 2024-11-26T07:18:50.132Z | Compiling native-tls v0.2.12 |
| 1225 | 2024-11-26T07:18:50.187Z | Compiling rustls v0.23.13 |
| 1226 | 2024-11-26T07:18:50.321Z | Compiling semver v1.0.23 |
| 1227 | 2024-11-26T07:18:50.340Z | Compiling openssl-probe v0.1.5 |
| 1228 | 2024-11-26T07:18:50.474Z | Compiling unicode-bidi v0.3.15 |
| 1229 | 2024-11-26T07:18:50.487Z | Compiling ucd-trie v0.1.6 |
| 1230 | 2024-11-26T07:18:50.742Z | Compiling typenum v1.17.0 |
| 1231 | 2024-11-26T07:18:50.881Z | Compiling rand_core v0.6.4 |
| 1232 | 2024-11-26T07:18:51.224Z | Compiling unicode-normalization v0.1.24 |
| 1233 | 2024-11-26T07:18:51.291Z | Compiling aho-corasick v1.1.3 |
| 1234 | 2024-11-26T07:18:51.294Z | Compiling generic-array v0.14.7 |
| 1235 | 2024-11-26T07:18:51.614Z | Compiling encoding_rs v0.8.34 |
| 1236 | 2024-11-26T07:18:51.846Z | Compiling regex-syntax v0.8.4 |
| 1237 | 2024-11-26T07:18:52.142Z | Compiling idna v0.5.0 |
| 1238 | 2024-11-26T07:18:52.353Z | Compiling base64 v0.22.1 |
| 1239 | 2024-11-26T07:18:52.487Z | Compiling mime v0.3.17 |
| 1240 | 2024-11-26T07:18:53.169Z | Compiling serde_derive_internals v0.29.1 |
| 1241 | 2024-11-26T07:18:53.201Z | Compiling crunchy v0.2.2 |
| 1242 | 2024-11-26T07:18:53.717Z | Compiling url v2.5.2 |
| 1243 | 2024-11-26T07:18:54.085Z | Compiling rustls-pemfile v2.1.3 |
| 1244 | 2024-11-26T07:18:54.598Z | Compiling rustls-webpki v0.102.8 |
| 1245 | 2024-11-26T07:18:56.546Z | Compiling regex-automata v0.4.7 |
| 1246 | 2024-11-26T07:18:56.843Z | Compiling webpki-roots v0.26.6 |
| 1247 | 2024-11-26T07:18:56.856Z | Compiling winnow v0.6.18 |
| 1248 | 2024-11-26T07:18:57.049Z | Compiling ipnet v2.10.0 |
| 1249 | 2024-11-26T07:18:57.073Z | Compiling tiny-keccak v2.0.2 |
| 1250 | 2024-11-26T07:18:57.381Z | Compiling powerfmt v0.2.0 |
| 1251 | 2024-11-26T07:18:57.822Z | Compiling time-core v0.1.2 |
| 1252 | 2024-11-26T07:18:57.995Z | Compiling strsim v0.11.1 |
| 1253 | 2024-11-26T07:18:58.009Z | Compiling num-conv v0.1.0 |
| 1254 | 2024-11-26T07:18:58.208Z | Compiling serde_derive v1.0.215 |
| 1255 | 2024-11-26T07:18:58.263Z | Compiling zerocopy-derive v0.7.35 |
| 1256 | 2024-11-26T07:18:58.561Z | Compiling tokio-macros v2.4.0 |
| 1257 | 2024-11-26T07:18:59.130Z | Compiling thiserror-impl v1.0.69 |
| 1258 | 2024-11-26T07:18:59.686Z | Compiling schemars_derive v0.8.21 |
| 1259 | 2024-11-26T07:19:00.151Z | Compiling futures-macro v0.3.31 |
| 1260 | 2024-11-26T07:19:00.369Z | Compiling zerocopy v0.7.35 |
| 1261 | 2024-11-26T07:19:00.827Z | Compiling openssl-macros v0.1.1 |
| 1262 | 2024-11-26T07:19:02.118Z | Compiling futures-util v0.3.31 |
| 1263 | 2024-11-26T07:19:02.341Z | Compiling tracing-attributes v0.1.27 |
| 1264 | 2024-11-26T07:19:02.553Z | Compiling hashbrown v0.14.5 |
| 1265 | 2024-11-26T07:19:02.815Z | Compiling pest v2.7.13 |
| 1266 | 2024-11-26T07:19:03.937Z | Compiling regress v0.10.1 |
| 1267 | 2024-11-26T07:19:05.749Z | Compiling tracing v0.1.40 |
| 1268 | 2024-11-26T07:19:05.956Z | Compiling scroll_derive v0.12.0 |
| 1269 | 2024-11-26T07:19:06.193Z | Compiling pest_meta v2.7.13 |
| 1270 | 2024-11-26T07:19:07.437Z | Compiling plain v0.2.3 |
| 1271 | 2024-11-26T07:19:07.494Z | Compiling scroll v0.12.0 |
| 1272 | 2024-11-26T07:19:07.588Z | Compiling pest_generator v2.7.13 |
| 1273 | 2024-11-26T07:19:08.518Z | Compiling goblin v0.8.2 |
| 1274 | 2024-11-26T07:19:08.794Z | Compiling ppv-lite86 v0.2.20 |
| 1275 | 2024-11-26T07:19:09.336Z | Compiling regex v1.10.6 |
| 1276 | 2024-11-26T07:19:09.527Z | Compiling time-macros v0.2.18 |
| 1277 | 2024-11-26T07:19:09.670Z | Compiling deranged v0.3.11 |
| 1278 | 2024-11-26T07:19:10.595Z | Compiling anyhow v1.0.93 |
| 1279 | 2024-11-26T07:19:11.233Z | Compiling pretty-hex v0.4.1 |
| 1280 | 2024-11-26T07:19:11.381Z | Compiling num_threads v0.1.7 |
| 1281 | 2024-11-26T07:19:11.671Z | Compiling pest_derive v2.7.13 |
| 1282 | 2024-11-26T07:19:11.718Z | Compiling bytes v1.7.2 |
| 1283 | 2024-11-26T07:19:11.762Z | Compiling indexmap v2.6.0 |
| 1284 | 2024-11-26T07:19:11.984Z | Compiling uuid v1.11.0 |
| 1285 | 2024-11-26T07:19:12.184Z | Compiling smallvec v1.13.2 |
| 1286 | 2024-11-26T07:19:12.683Z | Compiling http v1.1.0 |
| 1287 | 2024-11-26T07:19:12.834Z | Compiling chrono v0.4.38 |
| 1288 | 2024-11-26T07:19:13.196Z | Compiling parking_lot v0.12.3 |
| 1289 | 2024-11-26T07:19:13.213Z | Compiling serde_tokenstream v0.2.2 |
| 1290 | 2024-11-26T07:19:13.767Z | Compiling tokio v1.40.0 |
| 1291 | 2024-11-26T07:19:14.251Z | Compiling toml_datetime v0.6.8 |
| 1292 | 2024-11-26T07:19:14.724Z | Compiling http-body v1.0.1 |
| 1293 | 2024-11-26T07:19:14.959Z | Compiling http-body-util v0.1.2 |
| 1294 | 2024-11-26T07:19:15.488Z | Compiling serde_urlencoded v0.7.1 |
| 1295 | 2024-11-26T07:19:15.656Z | Compiling rand_chacha v0.3.1 |
| 1296 | 2024-11-26T07:19:16.045Z | Compiling sync_wrapper v1.0.1 |
| 1297 | 2024-11-26T07:19:16.191Z | Compiling usdt-impl v0.5.0 |
| 1298 | 2024-11-26T07:19:16.704Z | Compiling rand v0.8.5 |
| 1299 | 2024-11-26T07:19:16.965Z | Compiling openapiv3 v2.0.0 |
| 1300 | 2024-11-26T07:19:17.030Z | Compiling dtrace-parser v0.2.0 |
| 1301 | 2024-11-26T07:19:17.616Z | Compiling const-random-macro v0.1.16 |
| 1302 | 2024-11-26T07:19:18.353Z | Compiling typify-impl v0.2.0 |
| 1303 | 2024-11-26T07:19:19.468Z | Compiling serde_spanned v0.6.7 |
| 1304 | 2024-11-26T07:19:19.693Z | Compiling block-buffer v0.10.4 |
| 1305 | 2024-11-26T07:19:19.714Z | Compiling crypto-common v0.1.6 |
| 1306 | 2024-11-26T07:19:19.904Z | Compiling thread-id v4.2.2 |
| 1307 | 2024-11-26T07:19:20.012Z | Compiling syn v1.0.109 |
| 1308 | 2024-11-26T07:19:20.072Z | Compiling omicron-workspace-hack v0.1.0 |
| 1309 | 2024-11-26T07:19:20.274Z | Compiling rustversion v1.0.17 |
| 1310 | 2024-11-26T07:19:20.350Z | Compiling const-random v0.1.18 |
| 1311 | 2024-11-26T07:19:20.392Z | Compiling dof v0.3.0 |
| 1312 | 2024-11-26T07:19:20.662Z | Compiling unsafe-libyaml v0.2.11 |
| 1313 | 2024-11-26T07:19:22.272Z | Compiling serde_yaml v0.9.34+deprecated |
| 1314 | 2024-11-26T07:19:23.074Z | Compiling tokio-util v0.7.12 |
| 1315 | 2024-11-26T07:19:23.177Z | Compiling ident_case v1.0.1 |
| 1316 | 2024-11-26T07:19:23.361Z | Compiling match_cfg v0.1.0 |
| 1317 | 2024-11-26T07:19:23.454Z | Compiling hostname v0.3.1 |
| 1318 | 2024-11-26T07:19:23.791Z | Compiling darling_core v0.20.10 |
| 1319 | 2024-11-26T07:19:24.441Z | Compiling h2 v0.4.6 |
| 1320 | 2024-11-26T07:19:24.521Z | Compiling errno v0.3.9 |
| 1321 | 2024-11-26T07:19:24.761Z | Compiling dirs-sys-next v0.1.2 |
| 1322 | 2024-11-26T07:19:25.605Z | Compiling thread_local v1.1.8 |
| 1323 | 2024-11-26T07:19:26.071Z | Compiling rustls v0.22.4 |
| 1324 | 2024-11-26T07:19:26.240Z | Compiling paste v1.0.15 |
| 1325 | 2024-11-26T07:19:26.380Z | Compiling cpufeatures v0.2.14 |
| 1326 | 2024-11-26T07:19:26.474Z | Compiling camino v1.1.9 |
| 1327 | 2024-11-26T07:19:26.827Z | Compiling dirs-next v2.0.0 |
| 1328 | 2024-11-26T07:19:27.139Z | Compiling usdt-attr-macro v0.5.0 |
| 1329 | 2024-11-26T07:19:28.150Z | Compiling usdt-macro v0.5.0 |
| 1330 | 2024-11-26T07:19:29.331Z | Compiling hyper v1.5.1 |
| 1331 | 2024-11-26T07:19:29.833Z | Compiling darling_macro v0.20.10 |
| 1332 | 2024-11-26T07:19:30.911Z | Compiling futures-executor v0.3.31 |
| 1333 | 2024-11-26T07:19:31.565Z | Compiling async-trait v0.1.83 |
| 1334 | 2024-11-26T07:19:31.618Z | Compiling memmap v0.7.0 |
| 1335 | 2024-11-26T07:19:31.999Z | Compiling hyper-util v0.1.10 |
| 1336 | 2024-11-26T07:19:32.167Z | Compiling instant v0.1.13 |
| 1337 | 2024-11-26T07:19:32.328Z | Compiling slog-async v2.8.0 |
| 1338 | 2024-11-26T07:19:32.701Z | Compiling futures v0.3.31 |
| 1339 | 2024-11-26T07:19:32.814Z | Compiling darling v0.20.10 |
| 1340 | 2024-11-26T07:19:33.925Z | Compiling term v0.7.0 |
| 1341 | 2024-11-26T07:19:34.087Z | Compiling is-terminal v0.4.13 |
| 1342 | 2024-11-26T07:19:34.211Z | Compiling multer v3.1.0 |
| 1343 | 2024-11-26T07:19:34.538Z | Compiling take_mut v0.2.2 |
| 1344 | 2024-11-26T07:19:34.746Z | Compiling serde_with_macros v3.9.0 |
| 1345 | 2024-11-26T07:19:35.120Z | Compiling tokio-rustls v0.26.0 |
| 1346 | 2024-11-26T07:19:35.588Z | Compiling tokio-native-tls v0.3.1 |
| 1347 | 2024-11-26T07:19:35.762Z | Compiling strum_macros v0.26.4 |
| 1348 | 2024-11-26T07:19:35.809Z | Compiling ipnetwork v0.20.0 |
| 1349 | 2024-11-26T07:19:35.854Z | Compiling structmeta-derive v0.3.0 |
| 1350 | 2024-11-26T07:19:36.904Z | Compiling async-stream-impl v0.3.6 |
| 1351 | 2024-11-26T07:19:37.618Z | Compiling dropshot v0.12.0 |
| 1352 | 2024-11-26T07:19:37.977Z | Compiling debug-ignore v1.0.5 |
| 1353 | 2024-11-26T07:19:38.121Z | Compiling crossbeam-utils v0.8.20 |
| 1354 | 2024-11-26T07:19:38.315Z | Compiling async-stream v0.3.6 |
| 1355 | 2024-11-26T07:19:38.592Z | Compiling structmeta v0.3.0 |
| 1356 | 2024-11-26T07:19:38.705Z | Compiling serde_with v3.9.0 |
| 1357 | 2024-11-26T07:19:38.724Z | Compiling hyper-tls v0.6.0 |
| 1358 | 2024-11-26T07:19:39.168Z | Compiling hyper-rustls v0.27.3 |
| 1359 | 2024-11-26T07:19:40.438Z | Compiling strum v0.26.3 |
| 1360 | 2024-11-26T07:19:40.618Z | Compiling dropshot_endpoint v0.12.0 |
| 1361 | 2024-11-26T07:19:41.147Z | Compiling serde_path_to_error v0.1.16 |
| 1362 | 2024-11-26T07:19:42.055Z | Compiling waitgroup v0.1.2 |
| 1363 | 2024-11-26T07:19:42.323Z | Compiling hostname v0.4.0 |
| 1364 | 2024-11-26T07:19:42.586Z | Compiling reqwest v0.12.9 |
| 1365 | 2024-11-26T07:19:42.784Z | Compiling parse-display-derive v0.10.0 |
| 1366 | 2024-11-26T07:19:44.043Z | Compiling typify-macro v0.2.0 |
| 1367 | 2024-11-26T07:19:45.114Z | Compiling digest v0.10.7 |
| 1368 | 2024-11-26T07:19:45.515Z | Compiling time v0.3.36 |
| 1369 | 2024-11-26T07:19:46.267Z | Compiling hex v0.4.3 |
| 1370 | 2024-11-26T07:19:46.298Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1371 | 2024-11-26T07:19:46.852Z | Compiling rustix v0.38.37 |
| 1372 | 2024-11-26T07:19:47.170Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1373 | 2024-11-26T07:19:47.302Z | Compiling parse-display v0.10.0 |
| 1374 | 2024-11-26T07:19:47.399Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1375 | 2024-11-26T07:19:47.561Z | Compiling progenitor-client v0.8.0 |
| 1376 | 2024-11-26T07:19:47.739Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1377 | 2024-11-26T07:19:48.167Z | Compiling macaddr v1.0.1 |
| 1378 | 2024-11-26T07:19:48.584Z | Compiling utf8parse v0.2.2 |
| 1379 | 2024-11-26T07:19:48.736Z | Compiling anstyle-parse v0.2.5 |
| 1380 | 2024-11-26T07:19:48.949Z | Compiling typify v0.2.0 |
| 1381 | 2024-11-26T07:19:49.082Z | Compiling progenitor-impl v0.8.0 |
| 1382 | 2024-11-26T07:19:51.762Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
| 1383 | 2024-11-26T07:19:52.748Z | Compiling is_terminal_polyfill v1.70.1 |
| 1384 | 2024-11-26T07:19:52.871Z | Compiling colorchoice v1.0.2 |
| 1385 | 2024-11-26T07:19:52.904Z | Compiling lazy_static v1.5.0 |
| 1386 | 2024-11-26T07:19:52.994Z | Compiling anstyle-query v1.1.1 |
| 1387 | 2024-11-26T07:19:53.033Z | Compiling unicode-width v0.1.14 |
| 1388 | 2024-11-26T07:19:53.036Z | Compiling anstyle v1.0.10 |
| 1389 | 2024-11-26T07:19:53.137Z | Compiling usdt v0.5.0 |
| 1390 | 2024-11-26T07:19:53.490Z | Compiling anstream v0.6.15 |
| 1391 | 2024-11-26T07:19:53.552Z | Compiling slog-json v2.6.1 |
| 1392 | 2024-11-26T07:19:53.713Z | Compiling crossbeam-channel v0.5.13 |
| 1393 | 2024-11-26T07:19:53.917Z | Compiling toml_edit v0.22.21 |
| 1394 | 2024-11-26T07:19:54.356Z | Compiling clap_lex v0.7.2 |
| 1395 | 2024-11-26T07:19:54.935Z | Compiling slog-bunyan v2.5.0 |
| 1396 | 2024-11-26T07:19:55.161Z | Compiling slog-term v2.9.1 |
| 1397 | 2024-11-26T07:19:55.567Z | Compiling sha1 v0.10.6 |
| 1398 | 2024-11-26T07:19:56.032Z | Compiling tokio-rustls v0.25.0 |
| 1399 | 2024-11-26T07:19:56.382Z | Compiling newtype-uuid v1.1.0 |
| 1400 | 2024-11-26T07:19:56.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1401 | 2024-11-26T07:19:56.606Z | Compiling winnow v0.5.40 |
| 1402 | 2024-11-26T07:19:56.677Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1403 | 2024-11-26T07:19:56.844Z | Compiling backoff v0.4.0 |
| 1404 | 2024-11-26T07:19:57.002Z | Compiling regress v0.9.1 |
| 1405 | 2024-11-26T07:19:57.288Z | Compiling toml v0.8.19 |
| 1406 | 2024-11-26T07:20:00.055Z | Compiling progenitor-macro v0.8.0 |
| 1407 | 2024-11-26T07:20:00.282Z | Compiling toml_edit v0.19.15 |
| 1408 | 2024-11-26T07:20:01.442Z | Compiling clap_derive v4.5.18 |
| 1409 | 2024-11-26T07:20:03.843Z | Compiling heapless v0.8.0 |
| 1410 | 2024-11-26T07:20:04.170Z | Compiling proc-macro-crate v1.3.1 |
| 1411 | 2024-11-26T07:20:04.294Z | Compiling hash32 v0.3.1 |
| 1412 | 2024-11-26T07:20:04.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1413 | 2024-11-26T07:20:04.657Z | Compiling smoltcp v0.11.0 |
| 1414 | 2024-11-26T07:20:04.849Z | Compiling stable_deref_trait v1.2.0 |
| 1415 | 2024-11-26T07:20:05.000Z | Compiling terminal_size v0.4.0 |
| 1416 | 2024-11-26T07:20:05.598Z | Compiling foreign-types-macros v0.2.3 |
| 1417 | 2024-11-26T07:20:05.668Z | Compiling proc-macro-error-attr v1.0.4 |
| 1418 | 2024-11-26T07:20:05.986Z | Compiling foreign-types-shared v0.3.1 |
| 1419 | 2024-11-26T07:20:06.100Z | Compiling bitflags v1.3.2 |
| 1420 | 2024-11-26T07:20:06.200Z | Compiling managed v0.8.0 |
| 1421 | 2024-11-26T07:20:06.243Z | Compiling heck v0.4.1 |
| 1422 | 2024-11-26T07:20:06.445Z | Compiling num_enum_derive v0.5.11 |
| 1423 | 2024-11-26T07:20:06.567Z | Compiling cobs v0.2.3 |
| 1424 | 2024-11-26T07:20:06.642Z | Compiling either v1.13.0 |
| 1425 | 2024-11-26T07:20:06.867Z | Compiling postcard v1.0.10 |
| 1426 | 2024-11-26T07:20:06.926Z | Compiling foreign-types v0.5.0 |
| 1427 | 2024-11-26T07:20:07.591Z | Compiling clap_builder v4.5.21 |
| 1428 | 2024-11-26T07:20:07.846Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1429 | 2024-11-26T07:20:08.799Z | Compiling num-integer v0.1.46 |
| 1430 | 2024-11-26T07:20:08.844Z | Compiling num_enum v0.5.11 |
| 1431 | 2024-11-26T07:20:09.003Z | Compiling cstr-argument v0.1.2 |
| 1432 | 2024-11-26T07:20:09.280Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1433 | 2024-11-26T07:20:09.599Z | Compiling proc-macro-error v1.0.4 |
| 1434 | 2024-11-26T07:20:09.611Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1435 | 2024-11-26T07:20:09.765Z | Compiling pretty-hex v0.2.1 |
| 1436 | 2024-11-26T07:20:09.926Z | Compiling fastrand v2.1.1 |
| 1437 | 2024-11-26T07:20:09.940Z | Compiling float-ord v0.3.2 |
| 1438 | 2024-11-26T07:20:10.246Z | Compiling tempfile v3.12.0 |
| 1439 | 2024-11-26T07:20:10.525Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1440 | 2024-11-26T07:20:11.264Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1441 | 2024-11-26T07:20:11.334Z | Compiling clap v4.5.21 |
| 1442 | 2024-11-26T07:20:11.448Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1443 | 2024-11-26T07:20:11.675Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1444 | 2024-11-26T07:20:12.220Z | Compiling tabwriter v1.4.0 |
| 1445 | 2024-11-26T07:20:12.788Z | Compiling colored v2.1.0 |
| 1446 | 2024-11-26T07:20:12.790Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1447 | 2024-11-26T07:20:12.910Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1448 | 2024-11-26T07:20:12.983Z | Compiling crucible-workspace-hack v0.1.0 |
| 1449 | 2024-11-26T07:20:13.893Z | Compiling num-rational v0.4.2 |
| 1450 | 2024-11-26T07:20:13.932Z | Compiling num-iter v0.1.45 |
| 1451 | 2024-11-26T07:20:14.383Z | Compiling num-complex v0.4.6 |
| 1452 | 2024-11-26T07:20:14.396Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1453 | 2024-11-26T07:20:14.500Z | Compiling prettyplease v0.2.22 |
| 1454 | 2024-11-26T07:20:14.729Z | Compiling unicode-segmentation v1.12.0 |
| 1455 | 2024-11-26T07:20:14.809Z | Compiling semver v0.1.20 |
| 1456 | 2024-11-26T07:20:14.933Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1457 | 2024-11-26T07:20:15.295Z | Compiling progenitor v0.8.0 |
| 1458 | 2024-11-26T07:20:15.385Z | Compiling num v0.4.3 |
| 1459 | 2024-11-26T07:20:15.442Z | Compiling newline-converter v0.3.0 |
| 1460 | 2024-11-26T07:20:15.489Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 1461 | 2024-11-26T07:20:15.607Z | Compiling rustc_version v0.1.7 |
| 1462 | 2024-11-26T07:20:16.005Z | Compiling zone_cfg_derive v0.3.0 |
| 1463 | 2024-11-26T07:20:17.177Z | Compiling camino-tempfile v1.1.1 |
| 1464 | 2024-11-26T07:20:17.539Z | Compiling itertools v0.10.5 |
| 1465 | 2024-11-26T07:20:17.693Z | Compiling console v0.15.8 |
| 1466 | 2024-11-26T07:20:19.066Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1467 | 2024-11-26T07:20:19.527Z | Compiling num-derive v0.4.2 |
| 1468 | 2024-11-26T07:20:19.550Z | Compiling sigpipe v0.1.3 |
| 1469 | 2024-11-26T07:20:19.603Z | Compiling base64ct v1.6.0 |
| 1470 | 2024-11-26T07:20:19.666Z | Compiling static_assertions v1.1.0 |
| 1471 | 2024-11-26T07:20:19.765Z | Compiling similar v2.6.0 |
| 1472 | 2024-11-26T07:20:20.225Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1473 | 2024-11-26T07:20:20.492Z | Compiling zone v0.3.0 |
| 1474 | 2024-11-26T07:20:20.551Z | Compiling password-hash v0.5.0 |
| 1475 | 2024-11-26T07:20:20.634Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1476 | 2024-11-26T07:20:21.494Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1477 | 2024-11-26T07:20:21.680Z | Compiling expectorate v1.1.0 |
| 1478 | 2024-11-26T07:20:21.819Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
| 1479 | 2024-11-26T07:20:22.051Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1480 | 2024-11-26T07:20:22.373Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1481 | 2024-11-26T07:20:22.607Z | Compiling newtype_derive v0.1.6 |
| 1482 | 2024-11-26T07:20:23.107Z | Compiling blake2 v0.10.6 |
| 1483 | 2024-11-26T07:20:24.272Z | Compiling hubpack_derive v0.1.1 |
| 1484 | 2024-11-26T07:20:24.359Z | Compiling smf v0.2.3 |
| 1485 | 2024-11-26T07:20:24.784Z | Compiling zerocopy-derive v0.6.6 |
| 1486 | 2024-11-26T07:20:25.254Z | Compiling fixedbitset v0.4.2 |
| 1487 | 2024-11-26T07:20:25.770Z | Compiling whoami v1.5.2 |
| 1488 | 2024-11-26T07:20:25.906Z | Compiling cancel-safe-futures v0.1.5 |
| 1489 | 2024-11-26T07:20:26.050Z | Compiling owo-colors v4.1.0 |
| 1490 | 2024-11-26T07:20:26.373Z | Compiling petgraph v0.6.5 |
| 1491 | 2024-11-26T07:20:26.386Z | Compiling hubpack v0.1.2 |
| 1492 | 2024-11-26T07:20:26.527Z | Compiling argon2 v0.5.3 |
| 1493 | 2024-11-26T07:20:26.910Z | Compiling zerocopy v0.6.6 |
| 1494 | 2024-11-26T07:20:27.822Z | Compiling strum_macros v0.25.3 |
| 1495 | 2024-11-26T07:20:28.066Z | Compiling serde-big-array v0.5.1 |
| 1496 | 2024-11-26T07:20:30.029Z | Compiling serde_repr v0.1.19 |
| 1497 | 2024-11-26T07:20:30.623Z | Compiling cookie v0.18.1 |
| 1498 | 2024-11-26T07:20:30.948Z | Compiling convert_case v0.4.0 |
| 1499 | 2024-11-26T07:20:31.384Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1500 | 2024-11-26T07:20:31.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1501 | 2024-11-26T07:20:31.731Z | Compiling derive_more v0.99.18 |
| 1502 | 2024-11-26T07:20:32.485Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1503 | 2024-11-26T07:20:33.976Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1504 | 2024-11-26T07:20:34.968Z | Compiling atomicwrites v0.4.4 |
| 1505 | 2024-11-26T07:20:35.359Z | Compiling itertools v0.13.0 |
| 1506 | 2024-11-26T07:20:38.541Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1507 | 2024-11-26T07:20:38.713Z | Compiling libsw v3.3.1 |
| 1508 | 2024-11-26T07:20:38.786Z | Compiling enum-as-inner v0.6.1 |
| 1509 | 2024-11-26T07:20:38.789Z | Compiling derive-where v1.2.7 |
| 1510 | 2024-11-26T07:20:39.014Z | Compiling idna v0.4.0 |
| 1511 | 2024-11-26T07:20:39.487Z | Compiling data-encoding v2.6.0 |
| 1512 | 2024-11-26T07:20:40.903Z | Compiling linear-map v1.2.0 |
| 1513 | 2024-11-26T07:20:41.265Z | Compiling linked-hash-map v0.5.6 |
| 1514 | 2024-11-26T07:20:41.645Z | Compiling quick-error v1.2.3 |
| 1515 | 2024-11-26T07:20:41.789Z | Compiling indent_write v2.2.0 |
| 1516 | 2024-11-26T07:20:42.011Z | Compiling swrite v0.1.0 |
| 1517 | 2024-11-26T07:20:42.095Z | Compiling highway v1.2.0 |
| 1518 | 2024-11-26T07:20:42.139Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1519 | 2024-11-26T07:20:42.321Z | Compiling resolv-conf v0.7.0 |
| 1520 | 2024-11-26T07:20:42.525Z | Compiling lru-cache v0.1.2 |
| 1521 | 2024-11-26T07:20:42.732Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1522 | 2024-11-26T07:20:43.021Z | Compiling hickory-proto v0.24.1 |
| 1523 | 2024-11-26T07:20:43.245Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1524 | 2024-11-26T07:20:44.303Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1525 | 2024-11-26T07:20:45.666Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1526 | 2024-11-26T07:20:45.984Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1527 | 2024-11-26T07:20:46.390Z | Compiling steno v0.4.1 |
| 1528 | 2024-11-26T07:20:49.251Z | Compiling slog-dtrace v0.3.0 |
| 1529 | 2024-11-26T07:20:49.358Z | Compiling humantime v2.1.0 |
| 1530 | 2024-11-26T07:20:49.585Z | Compiling parking_lot_core v0.8.6 |
| 1531 | 2024-11-26T07:20:50.079Z | Compiling hickory-resolver v0.24.1 |
| 1532 | 2024-11-26T07:20:50.125Z | Compiling num-derive v0.3.3 |
| 1533 | 2024-11-26T07:20:52.283Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1534 | 2024-11-26T07:20:52.438Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1535 | 2024-11-26T07:20:52.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 1536 | 2024-11-26T07:20:52.890Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
| 1537 | 2024-11-26T07:20:53.075Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1538 | 2024-11-26T07:20:53.318Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1539 | 2024-11-26T07:20:53.745Z | Compiling smartstring v1.0.1 |
| 1540 | 2024-11-26T07:20:54.113Z | Compiling half v2.4.1 |
| 1541 | 2024-11-26T07:20:54.300Z | Compiling ciborium-io v0.2.2 |
| 1542 | 2024-11-26T07:20:54.662Z | Compiling ciborium-ll v0.2.2 |
| 1543 | 2024-11-26T07:20:54.757Z | Compiling parking_lot v0.11.2 |
| 1544 | 2024-11-26T07:20:54.879Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
| 1545 | 2024-11-26T07:20:55.798Z | Compiling proc-macro-crate v3.2.0 |
| 1546 | 2024-11-26T07:20:55.854Z | Compiling crossbeam-epoch v0.9.18 |
| 1547 | 2024-11-26T07:20:56.320Z | Compiling fxhash v0.2.1 |
| 1548 | 2024-11-26T07:20:56.521Z | Compiling crc32fast v1.4.2 |
| 1549 | 2024-11-26T07:20:56.691Z | Compiling ciborium v0.2.2 |
| 1550 | 2024-11-26T07:20:56.851Z | Compiling sled v0.34.7 |
| 1551 | 2024-11-26T07:20:56.893Z | Compiling num_enum_derive v0.7.3 |
| 1552 | 2024-11-26T07:20:57.546Z | Compiling thin-vec v0.2.13 |
| 1553 | 2024-11-26T07:20:58.108Z | Compiling rhai_codegen v2.2.0 |
| 1554 | 2024-11-26T07:20:58.292Z | Compiling minimal-lexical v0.2.1 |
| 1555 | 2024-11-26T07:20:58.414Z | Compiling yansi v1.0.1 |
| 1556 | 2024-11-26T07:20:58.846Z | Compiling nom v7.1.3 |
| 1557 | 2024-11-26T07:20:59.244Z | Compiling diff v0.1.13 |
| 1558 | 2024-11-26T07:20:59.526Z | Compiling num_enum v0.7.3 |
| 1559 | 2024-11-26T07:20:59.655Z | Compiling pretty_assertions v1.4.1 |
| 1560 | 2024-11-26T07:21:00.556Z | Compiling rhai v1.19.0 |
| 1561 | 2024-11-26T07:21:06.024Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1562 | 2024-11-26T07:21:07.900Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1563 | 2024-11-26T07:21:14.965Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
| 1564 | 2024-11-26T07:21:16.203Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1565 | 2024-11-26T07:21:17.742Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1566 | 2024-11-26T07:21:20.381Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1567 | 2024-11-26T07:21:55.413Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s |
| 1568 | 2024-11-26T07:21:55.556Z | ------------ |
| 1569 | 2024-11-26T07:21:55.556Z | Nextest run ID 1229742e-0db0-4332-a0c2-e43fe033c7ea with nextest profile: default |
| 1570 | 2024-11-26T07:21:55.556Z | Starting 11 tests across 1 binary |
| 1571 | 2024-11-26T07:21:55.591Z | PASS [ 0.025s] bgp messages::tests::header_round_trip |
| 1572 | 2024-11-26T07:21:55.591Z | PASS [ 0.022s] bgp messages::tests::open_round_trip |
| 1573 | 2024-11-26T07:21:55.591Z | PASS [ 0.019s] bgp messages::tests::prefix_within |
| 1574 | 2024-11-26T07:21:55.592Z | PASS [ 0.017s] bgp messages::tests::update_round_trip |
| 1575 | 2024-11-26T07:21:55.607Z | PASS [ 0.039s] bgp policy::test::open_add_4byte_as |
| 1576 | 2024-11-26T07:21:55.617Z | PASS [ 0.045s] bgp policy::test::open_require_4byte_as |
| 1577 | 2024-11-26T07:21:55.617Z | PASS [ 0.042s] bgp policy::test::shape_update_prefixes |
| 1578 | 2024-11-26T07:21:55.617Z | PASS [ 0.035s] bgp policy::test::update_shape_community |
| 1579 | 2024-11-26T07:21:55.623Z | PASS [ 0.045s] bgp policy::test::update_drop_on_no_export |
| 1580 | 2024-11-26T07:22:08.695Z | PASS [ 13.109s] bgp test::test_basic_peering |
| 1581 | 2024-11-26T07:22:10.693Z | PASS [ 15.104s] bgp test::test_basic_update |
| 1582 | 2024-11-26T07:22:10.696Z | ------------ |
| 1583 | 2024-11-26T07:22:10.696Z | Summary [ 15.137s] 11 tests run: 11 passed, 0 skipped |
| 1584 | 2024-11-26T07:22:10.710Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
| 1585 | 2024-11-26T07:22:10.714Z | process exited: duration 394877 ms, exit code 0 |
| |
| 1586 | 2024-11-26T07:22:10.724Z | found 4 output files |
| 1587 | 2024-11-26T07:22:10.724Z | uploading: /work/r1.basic_peering.log (7872 bytes) |
| 1588 | 2024-11-26T07:22:11.734Z | uploaded: /work/r1.basic_peering.log |
| 1589 | 2024-11-26T07:22:11.739Z | uploading: /work/r1.basic_update.log (4962 bytes) |
| 1590 | 2024-11-26T07:22:12.746Z | uploaded: /work/r1.basic_update.log |
| 1591 | 2024-11-26T07:22:12.748Z | uploading: /work/r2.basic_peering.log (9269 bytes) |
| 1592 | 2024-11-26T07:22:13.754Z | uploaded: /work/r2.basic_peering.log |
| 1593 | 2024-11-26T07:22:13.757Z | uploading: /work/r2.basic_update.log (11221 bytes) |
| 1594 | 2024-11-26T07:22:14.764Z | uploaded: /work/r2.basic_update.log |