|
|
|
| 1 | 2024-11-04T23:04:24.587Z | job assigned to worker 01JBWPPH0DV1YXBZCBR9WZGZSA (queued for 58 s) |
| |
| 2 | 2024-11-04T23:04:32.121Z | starting task 0: "setup" |
| 3 | 2024-11-04T23:04:32.131Z | ++ uname -s |
| 4 | 2024-11-04T23:04:32.134Z | + kern=SunOS |
| 5 | 2024-11-04T23:04:32.134Z | + case "$kern" in |
| 6 | 2024-11-04T23:04:32.134Z | + [[ 0 == 12345 ]] |
| 7 | 2024-11-04T23:04:32.134Z | + groupadd -g 12345 build |
| 8 | 2024-11-04T23:04:32.137Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 9 | 2024-11-04T23:04:34.153Z | + zfs create -o mountpoint=/work rpool/work |
| 10 | 2024-11-04T23:04:34.284Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 11 | 2024-11-04T23:04:34.287Z | + home_fs=zfs |
| 12 | 2024-11-04T23:04:34.287Z | + [[ zfs == autofs ]] |
| 13 | 2024-11-04T23:04:34.287Z | + mkdir -p /home/build |
| 14 | 2024-11-04T23:04:34.287Z | + chown build:build /home/build /work |
| 15 | 2024-11-04T23:04:36.289Z | + chmod 0700 /home/build /work |
| 16 | 2024-11-04T23:04:36.292Z | process exited: duration 4170 ms, exit code 0 |
| |
| 17 | 2024-11-04T23:04:36.298Z | starting task 1: "rust-toolchain" |
| 18 | 2024-11-04T23:04:36.303Z | + printf ' * toolchain channel = "%s" |
| 19 | 2024-11-04T23:04:36.303Z | * toolchain channel = "1.82.0" |
| 20 | 2024-11-04T23:04:36.304Z | * toolchain profile = "default" |
| 21 | 2024-11-04T23:04:36.304Z | ' 1.82.0 |
| 22 | 2024-11-04T23:04:36.304Z | + printf ' * toolchain profile = "%s" |
| 23 | 2024-11-04T23:04:36.304Z | ' default |
| 24 | 2024-11-04T23:04:36.306Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 25 | 2024-11-04T23:04:36.306Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 26 | 2024-11-04T23:04:36.396Z | info: downloading installer |
| 27 | 2024-11-04T23:04:37.743Z | info: profile set to 'default' |
| 28 | 2024-11-04T23:04:37.743Z | info: default host triple is x86_64-unknown-illumos |
| 29 | 2024-11-04T23:04:37.746Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 30 | 2024-11-04T23:04:37.934Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 31 | 2024-11-04T23:04:37.934Z | info: downloading component 'cargo' |
| 32 | 2024-11-04T23:04:39.008Z | info: downloading component 'clippy' |
| 33 | 2024-11-04T23:04:39.414Z | info: downloading component 'rust-docs' |
| 34 | 2024-11-04T23:04:40.915Z | info: downloading component 'rust-std' |
| 35 | 2024-11-04T23:04:43.260Z | info: downloading component 'rustc' |
| 36 | 2024-11-04T23:04:51.552Z | info: downloading component 'rustfmt' |
| 37 | 2024-11-04T23:04:51.858Z | info: installing component 'cargo' |
| 38 | 2024-11-04T23:04:52.724Z | info: installing component 'clippy' |
| 39 | 2024-11-04T23:04:53.145Z | info: installing component 'rust-docs' |
| 40 | 2024-11-04T23:04:54.914Z | info: installing component 'rust-std' |
| 41 | 2024-11-04T23:04:56.978Z | info: installing component 'rustc' |
| 42 | 2024-11-04T23:05:03.327Z | info: installing component 'rustfmt' |
| 43 | 2024-11-04T23:05:03.673Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 44 | 2024-11-04T23:05:03.674Z | |
| 45 | 2024-11-04T23:05:04.050Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 46 | 2024-11-04T23:05:04.050Z | |
| 47 | 2024-11-04T23:05:04.054Z | |
| 48 | 2024-11-04T23:05:04.054Z | Rust is installed now. Great! |
| 49 | 2024-11-04T23:05:04.054Z | |
| 50 | 2024-11-04T23:05:04.054Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 51 | 2024-11-04T23:05:04.054Z | environment variable. This has not been done automatically. |
| 52 | 2024-11-04T23:05:04.054Z | |
| 53 | 2024-11-04T23:05:04.054Z | To configure your current shell, you need to source |
| 54 | 2024-11-04T23:05:04.054Z | the corresponding env file under $HOME/.cargo. |
| 55 | 2024-11-04T23:05:04.054Z | |
| 56 | 2024-11-04T23:05:04.054Z | This is usually done by running one of the following (note the leading DOT): |
| 57 | 2024-11-04T23:05:04.054Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 58 | 2024-11-04T23:05:04.054Z | source "$HOME/.cargo/env.fish" # For fish |
| 59 | 2024-11-04T23:05:04.124Z | + rustc --version |
| 60 | 2024-11-04T23:05:04.189Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 61 | 2024-11-04T23:05:04.192Z | process exited: duration 27879 ms, exit code 0 |
| |
| 62 | 2024-11-04T23:05:04.198Z | starting task 2: "authentication" |
| 63 | 2024-11-04T23:05:04.219Z | process exited: duration 20 ms, exit code 0 |
| |
| 64 | 2024-11-04T23:05:04.225Z | starting task 3: "clone repository" |
| 65 | 2024-11-04T23:05:04.230Z | + mkdir -p /work/oxidecomputer/omicron |
| 66 | 2024-11-04T23:05:04.233Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 67 | 2024-11-04T23:05:05.056Z | Cloning into '/work/oxidecomputer/omicron'... |
| 68 | 2024-11-04T23:05:13.313Z | + cd /work/oxidecomputer/omicron |
| 69 | 2024-11-04T23:05:13.313Z | + git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
| 70 | 2024-11-04T23:05:13.628Z | From https://github.com/oxidecomputer/omicron |
| 71 | 2024-11-04T23:05:13.628Z | * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD |
| 72 | 2024-11-04T23:05:13.637Z | + [[ -n range-requests ]] |
| 73 | 2024-11-04T23:05:13.640Z | ++ git branch --show-current |
| 74 | 2024-11-04T23:05:13.642Z | + current=main |
| 75 | 2024-11-04T23:05:13.642Z | + [[ main != range-requests ]] |
| 76 | 2024-11-04T23:05:13.642Z | + git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
| 77 | 2024-11-04T23:05:13.645Z | + git checkout -f range-requests |
| 78 | 2024-11-04T23:05:13.807Z | Switched to branch 'range-requests' |
| 79 | 2024-11-04T23:05:13.810Z | + git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
| 80 | 2024-11-04T23:05:13.822Z | HEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers |
| 81 | 2024-11-04T23:05:13.825Z | process exited: duration 9593 ms, exit code 0 |
| |
| 82 | 2024-11-04T23:05:13.830Z | starting task 4: "build" |
| 83 | 2024-11-04T23:05:13.835Z | + source ./env.sh |
| 84 | 2024-11-04T23:05:13.835Z | ++ OLD_SHELL_OPTS=ehxB |
| 85 | 2024-11-04T23:05:13.835Z | ++ set -o xtrace |
| 86 | 2024-11-04T23:05:13.840Z | ++++ dirname ./env.sh |
| 87 | 2024-11-04T23:05:13.842Z | +++ readlink -f . |
| 88 | 2024-11-04T23:05:13.881Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 89 | 2024-11-04T23:05:13.883Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-11-04T23:05:13.883Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-11-04T23:05:13.883Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-11-04T23:05:13.883Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-11-04T23:05:13.883Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-11-04T23:05:13.883Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-11-04T23:05:13.883Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-11-04T23:05:13.883Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-11-04T23:05:13.883Z | ++ case $OLD_SHELL_OPTS in |
| 98 | 2024-11-04T23:05:13.883Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 99 | 2024-11-04T23:05:13.883Z | + source .github/buildomat/ci-env.sh |
| 100 | 2024-11-04T23:05:13.883Z | ++ export CARGO_TERM_COLOR=always |
| 101 | 2024-11-04T23:05:13.883Z | ++ CARGO_TERM_COLOR=always |
| 102 | 2024-11-04T23:05:13.883Z | + cargo --version |
| 103 | 2024-11-04T23:05:13.937Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 104 | 2024-11-04T23:05:13.941Z | + rustc --version |
| 105 | 2024-11-04T23:05:13.999Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 106 | 2024-11-04T23:05:14.002Z | + banner prerequisites |
| 107 | 2024-11-04T23:05:14.071Z | |
| 108 | 2024-11-04T23:05:14.071Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 109 | 2024-11-04T23:05:14.071Z | # # # # # # # # # # # # # # # |
| 110 | 2024-11-04T23:05:14.071Z | # # # # ##### # # ##### # # # # # #### # |
| 111 | 2024-11-04T23:05:14.071Z | ##### ##### # ##### # # # # # # # # # |
| 112 | 2024-11-04T23:05:14.071Z | # # # # # # # # # # # # # # # |
| 113 | 2024-11-04T23:05:14.071Z | # # # ###### # # ###### ### # #### # #### # |
| 114 | 2024-11-04T23:05:14.071Z | |
| 115 | 2024-11-04T23:05:14.074Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 116 | 2024-11-04T23:05:39.429Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 117 | 2024-11-04T23:05:43.009Z | Startup: Caching catalogs ... Done |
| 118 | 2024-11-04T23:05:50.598Z | Planning: Solver setup ... Done (6.879s) |
| 119 | 2024-11-04T23:05:50.694Z | Planning: Running solver ... Done (0.097s) |
| 120 | 2024-11-04T23:05:50.822Z | Planning: Finding local manifests ... Done (0.046s) |
| 121 | 2024-11-04T23:05:50.859Z | Planning: Fetching manifests: 0/5 0% complete |
| 122 | 2024-11-04T23:05:52.454Z | Planning: Fetching manifests: 5/5 100% complete |
| 123 | 2024-11-04T23:05:52.690Z | Planning: Package planning ... Done (0.236s) |
| 124 | 2024-11-04T23:05:52.747Z | Planning: Merging actions ... Done (0.055s) |
| 125 | 2024-11-04T23:05:53.610Z | Planning: Checking for conflicting actions ... Done (0.864s) |
| 126 | 2024-11-04T23:05:59.801Z | Planning: Consolidating action changes ... Done (6.187s) |
| 127 | 2024-11-04T23:06:00.206Z | Planning: Evaluating mediators ... Done (0.405s) |
| 128 | 2024-11-04T23:06:00.367Z | Planning: Planning completed in 17.26 seconds |
| 129 | 2024-11-04T23:06:00.591Z | Packages to install: 4 |
| 130 | 2024-11-04T23:06:00.591Z | Packages to update: 1 |
| 131 | 2024-11-04T23:06:00.608Z | Mediators to change: 2 |
| 132 | 2024-11-04T23:06:00.608Z | Services to change: 1 |
| 133 | 2024-11-04T23:06:00.608Z | Estimated space available: 155.61 GB |
| 134 | 2024-11-04T23:06:00.608Z | Estimated space to be consumed: 1.59 GB |
| 135 | 2024-11-04T23:06:00.608Z | Create boot environment: No |
| 136 | 2024-11-04T23:06:00.608Z | Create backup boot environment: Yes |
| 137 | 2024-11-04T23:06:00.608Z | Rebuild boot archive: No |
| 138 | 2024-11-04T23:06:00.608Z | |
| 139 | 2024-11-04T23:06:00.608Z | Changed mediators: |
| 140 | 2024-11-04T23:06:00.608Z | mediator clang: |
| 141 | 2024-11-04T23:06:00.608Z | version: None -> 15 (system default) |
| 142 | 2024-11-04T23:06:00.609Z | |
| 143 | 2024-11-04T23:06:00.609Z | mediator llvm: |
| 144 | 2024-11-04T23:06:00.609Z | version: 14 (system default) -> 15 (system default) |
| 145 | 2024-11-04T23:06:00.609Z | |
| 146 | 2024-11-04T23:06:00.609Z | Changed packages: |
| 147 | 2024-11-04T23:06:00.609Z | helios-dev |
| 148 | 2024-11-04T23:06:00.609Z | developer/build-essential |
| 149 | 2024-11-04T23:06:00.609Z | None -> 11-2.0 |
| 150 | 2024-11-04T23:06:00.609Z | library/libxmlsec1 |
| 151 | 2024-11-04T23:06:00.609Z | None -> 1.2.35-2.0 |
| 152 | 2024-11-04T23:06:00.609Z | ooce/developer/clang-15 |
| 153 | 2024-11-04T23:06:00.609Z | None -> 15.0.7-2.0 |
| 154 | 2024-11-04T23:06:00.609Z | ooce/developer/llvm-15 |
| 155 | 2024-11-04T23:06:00.609Z | None -> 15.0.7-2.0 |
| 156 | 2024-11-04T23:06:00.609Z | package/pkg |
| 157 | 2024-11-04T23:06:00.609Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 158 | 2024-11-04T23:06:00.609Z | |
| 159 | 2024-11-04T23:06:00.609Z | Services: |
| 160 | 2024-11-04T23:06:00.609Z | restart_fmri: |
| 161 | 2024-11-04T23:06:00.609Z | svc:/system/update-man-index:default |
| 162 | 2024-11-04T23:06:00.610Z | |
| 163 | 2024-11-04T23:06:00.610Z | Editable files to change: |
| 164 | 2024-11-04T23:06:00.610Z | Update: |
| 165 | 2024-11-04T23:06:00.610Z | usr/share/lib/pkg/web/config.shtml |
| 166 | 2024-11-04T23:06:00.869Z | |
| 167 | 2024-11-04T23:06:00.869Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 168 | 2024-11-04T23:06:05.876Z | Download: 562/4281 items 17.6/220.6MB 7% complete (3.8M/s) |
| 169 | 2024-11-04T23:06:10.884Z | Download: 1110/4281 items 25.0/220.6MB 11% complete (2.5M/s) |
| 170 | 2024-11-04T23:06:17.862Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
| 171 | 2024-11-04T23:06:32.268Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
| 172 | 2024-11-04T23:06:37.326Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (8.2M/s) |
| 173 | 2024-11-04T23:06:47.974Z | Download: 2221/4281 items 119.2/220.6MB 54% complete |
| 174 | 2024-11-04T23:07:02.306Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
| 175 | 2024-11-04T23:07:07.386Z | Download: 3247/4281 items 185.2/220.6MB 83% complete (15.1M/s) |
| 176 | 2024-11-04T23:07:12.281Z | Download: Completed 220.60 MB in 71.37 seconds (3.1M/s) |
| 177 | 2024-11-04T23:07:13.258Z | Actions: 1/5063 actions (Removing old actions) |
| 178 | 2024-11-04T23:07:13.281Z | Actions: 194/5063 actions (Installing new actions) |
| 179 | 2024-11-04T23:07:18.294Z | Actions: 4124/5063 actions (Installing new actions) |
| 180 | 2024-11-04T23:07:18.430Z | Actions: 4226/5063 actions (Updating modified actions) |
| 181 | 2024-11-04T23:07:18.797Z | Actions: Completed 5063 actions in 5.54 seconds. |
| 182 | 2024-11-04T23:07:19.006Z | Done (0.201s) |
| 183 | 2024-11-04T23:07:19.009Z | Done (0.000s) |
| 184 | 2024-11-04T23:07:19.518Z | Done (0.511s) |
| 185 | 2024-11-04T23:07:25.562Z | Done (5.839s) |
| 186 | 2024-11-04T23:07:25.822Z | Done (0.193s) |
| 187 | 2024-11-04T23:07:25.825Z | Done (0.000s) |
| 188 | 2024-11-04T23:07:26.026Z | Done (0.000s) |
| 189 | 2024-11-04T23:07:26.674Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2024-11-04T23:07:26.834Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2024-11-04T23:07:26.837Z | Planning: Consolidating action changes ... Done |
| 192 | 2024-11-04T23:07:27.098Z | Planning: Evaluating mediators ... Done |
| 193 | 2024-11-04T23:07:27.100Z | Planning: Planning completed in 0.42 seconds |
| 194 | 2024-11-04T23:07:27.137Z | Mediators to change: 2 |
| 195 | 2024-11-04T23:07:27.140Z | Create boot environment: No |
| 196 | 2024-11-04T23:07:27.140Z | Create backup boot environment: No |
| 197 | 2024-11-04T23:07:27.241Z | Done |
| 198 | 2024-11-04T23:07:27.241Z | Done |
| 199 | 2024-11-04T23:07:27.593Z | Done |
| 200 | 2024-11-04T23:07:30.981Z | Done |
| 201 | 2024-11-04T23:07:31.069Z | Done |
| 202 | 2024-11-04T23:07:31.071Z | Done |
| 203 | 2024-11-04T23:07:31.251Z | Done |
| 204 | 2024-11-04T23:07:31.849Z | Planning: Evaluating mediator changes ... Done |
| 205 | 2024-11-04T23:07:31.851Z | Planning: Merging actions ... Done |
| 206 | 2024-11-04T23:07:32.038Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2024-11-04T23:07:32.040Z | Planning: Consolidating action changes ... Done |
| 208 | 2024-11-04T23:07:32.305Z | Planning: Evaluating mediators ... Done |
| 209 | 2024-11-04T23:07:32.361Z | Planning: Planning completed in 0.75 seconds |
| 210 | 2024-11-04T23:07:32.401Z | Packages to change: 1 |
| 211 | 2024-11-04T23:07:32.401Z | Mediators to change: 1 |
| 212 | 2024-11-04T23:07:32.404Z | Services to change: 1 |
| 213 | 2024-11-04T23:07:32.404Z | Create boot environment: No |
| 214 | 2024-11-04T23:07:32.404Z | Create backup boot environment: Yes |
| 215 | 2024-11-04T23:07:34.647Z | Actions: 1/6 actions (Updating modified actions) |
| 216 | 2024-11-04T23:07:34.682Z | Actions: Completed 6 actions in 0.03 seconds. |
| 217 | 2024-11-04T23:07:34.684Z | Done |
| 218 | 2024-11-04T23:07:34.684Z | Done |
| 219 | 2024-11-04T23:07:34.785Z | Done |
| 220 | 2024-11-04T23:07:38.362Z | Done |
| 221 | 2024-11-04T23:07:38.456Z | Done |
| 222 | 2024-11-04T23:07:38.459Z | Done |
| 223 | 2024-11-04T23:07:38.618Z | Done |
| 224 | 2024-11-04T23:07:39.048Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 225 | 2024-11-04T23:07:39.048Z | clang system 15 system |
| 226 | 2024-11-04T23:07:39.048Z | csh system system illumos |
| 227 | 2024-11-04T23:07:39.048Z | ctags system system illumos |
| 228 | 2024-11-04T23:07:39.049Z | gcc vendor 12 vendor |
| 229 | 2024-11-04T23:07:39.049Z | gcc system 10 system |
| 230 | 2024-11-04T23:07:39.049Z | gcc system 7 system |
| 231 | 2024-11-04T23:07:39.049Z | go system 1.20 system |
| 232 | 2024-11-04T23:07:39.049Z | go system 1.19 system |
| 233 | 2024-11-04T23:07:39.049Z | llvm system 15 system |
| 234 | 2024-11-04T23:07:39.049Z | llvm system 14 system |
| 235 | 2024-11-04T23:07:39.049Z | mariadb system 10.6 system |
| 236 | 2024-11-04T23:07:39.049Z | mta vendor vendor dma |
| 237 | 2024-11-04T23:07:39.049Z | openjdk system 17 system |
| 238 | 2024-11-04T23:07:39.049Z | openjdk system 11 system |
| 239 | 2024-11-04T23:07:39.049Z | openjdk system 1.8 system |
| 240 | 2024-11-04T23:07:39.049Z | openssl vendor 3 vendor |
| 241 | 2024-11-04T23:07:39.049Z | perl system 5.36 system |
| 242 | 2024-11-04T23:07:39.049Z | postgresql system 15 system |
| 243 | 2024-11-04T23:07:39.049Z | postgresql system 13 system |
| 244 | 2024-11-04T23:07:39.049Z | python vendor 3 vendor |
| 245 | 2024-11-04T23:07:39.049Z | python system 2 system |
| 246 | 2024-11-04T23:07:39.049Z | python3 system 3.11 system |
| 247 | 2024-11-04T23:07:39.049Z | ruby system 3.0 system |
| 248 | 2024-11-04T23:07:39.049Z | words vendor vendor american-english |
| 249 | 2024-11-04T23:07:39.049Z | words system system australian-english |
| 250 | 2024-11-04T23:07:39.049Z | words system system british-english |
| 251 | 2024-11-04T23:07:39.049Z | words system system canadian-english |
| 252 | 2024-11-04T23:07:39.049Z | words system system french |
| 253 | 2024-11-04T23:07:39.049Z | words system system italian |
| 254 | 2024-11-04T23:07:39.049Z | words system system ngerman |
| 255 | 2024-11-04T23:07:39.049Z | words system system ogerman |
| 256 | 2024-11-04T23:07:39.049Z | words system system spanish |
| 257 | 2024-11-04T23:07:39.377Z | PUBLISHER TYPE STATUS P LOCATION |
| 258 | 2024-11-04T23:07:39.377Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 259 | 2024-11-04T23:07:41.799Z | FMRI IFO |
| 260 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 261 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 262 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 263 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 264 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 265 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 266 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 267 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 268 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 269 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 270 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 271 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 272 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 273 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 274 | 2024-11-04T23:07:41.799Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 275 | 2024-11-04T23:07:42.466Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 276 | 2024-11-04T23:07:42.774Z | Updating crates.io index |
| 277 | 2024-11-04T23:07:42.834Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 278 | 2024-11-04T23:07:43.591Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 279 | 2024-11-04T23:07:43.869Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2024-11-04T23:07:44.126Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2024-11-04T23:07:44.392Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2024-11-04T23:07:45.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 283 | 2024-11-04T23:07:47.791Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 284 | 2024-11-04T23:07:48.965Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2024-11-04T23:07:49.690Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 286 | 2024-11-04T23:07:49.942Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 287 | 2024-11-04T23:07:51.032Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2024-11-04T23:07:51.591Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 289 | 2024-11-04T23:07:51.922Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 290 | 2024-11-04T23:07:52.287Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2024-11-04T23:07:52.670Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 292 | 2024-11-04T23:07:52.913Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 293 | 2024-11-04T23:07:53.226Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 294 | 2024-11-04T23:07:53.562Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 295 | 2024-11-04T23:07:53.845Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 296 | 2024-11-04T23:07:54.443Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 297 | 2024-11-04T23:07:54.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 298 | 2024-11-04T23:07:55.138Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 299 | 2024-11-04T23:07:55.490Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2024-11-04T23:07:56.625Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 301 | 2024-11-04T23:07:57.042Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-04T23:07:57.315Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-04T23:07:57.574Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-04T23:07:59.097Z | Downloading crates ... |
| 305 | 2024-11-04T23:07:59.200Z | Downloaded anstyle v1.0.8 |
| 306 | 2024-11-04T23:07:59.206Z | Downloaded anyhow v1.0.92 |
| 307 | 2024-11-04T23:07:59.211Z | Downloaded fastrand v2.1.1 |
| 308 | 2024-11-04T23:07:59.226Z | Downloaded equivalent v1.0.1 |
| 309 | 2024-11-04T23:07:59.235Z | Downloaded itoa v1.0.11 |
| 310 | 2024-11-04T23:07:59.239Z | Downloaded cfg-if v1.0.0 |
| 311 | 2024-11-04T23:07:59.239Z | Downloaded byteorder v1.5.0 |
| 312 | 2024-11-04T23:07:59.239Z | Downloaded block-buffer v0.10.4 |
| 313 | 2024-11-04T23:07:59.242Z | Downloaded scroll v0.12.0 |
| 314 | 2024-11-04T23:07:59.242Z | Downloaded generic-array v0.14.7 |
| 315 | 2024-11-04T23:07:59.242Z | Downloaded serde_spanned v0.6.8 |
| 316 | 2024-11-04T23:07:59.245Z | Downloaded memmap v0.7.0 |
| 317 | 2024-11-04T23:07:59.245Z | Downloaded digest v0.10.7 |
| 318 | 2024-11-04T23:07:59.248Z | Downloaded colorchoice v1.0.2 |
| 319 | 2024-11-04T23:07:59.248Z | Downloaded cargo-platform v0.1.8 |
| 320 | 2024-11-04T23:07:59.248Z | Downloaded version_check v0.9.5 |
| 321 | 2024-11-04T23:07:59.252Z | Downloaded anstyle-query v1.1.1 |
| 322 | 2024-11-04T23:07:59.252Z | Downloaded anstyle-parse v0.2.5 |
| 323 | 2024-11-04T23:07:59.252Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2024-11-04T23:07:59.252Z | Downloaded unicode-linebreak v0.1.5 |
| 325 | 2024-11-04T23:07:59.255Z | Downloaded thiserror-impl v1.0.64 |
| 326 | 2024-11-04T23:07:59.255Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2024-11-04T23:07:59.257Z | Downloaded plain v0.2.3 |
| 328 | 2024-11-04T23:07:59.257Z | Downloaded pest_derive v2.7.14 |
| 329 | 2024-11-04T23:07:59.260Z | Downloaded smawk v0.3.2 |
| 330 | 2024-11-04T23:07:59.265Z | Downloaded zerocopy-derive v0.7.35 |
| 331 | 2024-11-04T23:07:59.270Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2024-11-04T23:07:59.277Z | Downloaded typenum v1.17.0 |
| 333 | 2024-11-04T23:07:59.280Z | Downloaded anstream v0.6.15 |
| 334 | 2024-11-04T23:07:59.283Z | Downloaded toml v0.8.19 |
| 335 | 2024-11-04T23:07:59.285Z | Downloaded dtrace-parser v0.2.0 |
| 336 | 2024-11-04T23:07:59.296Z | Downloaded papergrid v0.11.0 |
| 337 | 2024-11-04T23:07:59.303Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2024-11-04T23:07:59.311Z | Downloaded usdt-macro v0.5.0 |
| 339 | 2024-11-04T23:07:59.314Z | Downloaded usdt-attr-macro v0.5.0 |
| 340 | 2024-11-04T23:07:59.314Z | Downloaded swrite v0.1.0 |
| 341 | 2024-11-04T23:07:59.314Z | Downloaded fnv v1.0.7 |
| 342 | 2024-11-04T23:07:59.317Z | Downloaded clap_lex v0.7.2 |
| 343 | 2024-11-04T23:07:59.317Z | Downloaded scroll_derive v0.12.0 |
| 344 | 2024-11-04T23:07:59.320Z | Downloaded pest_generator v2.7.14 |
| 345 | 2024-11-04T23:07:59.325Z | Downloaded dof v0.3.0 |
| 346 | 2024-11-04T23:07:59.325Z | Downloaded is_terminal_polyfill v1.70.1 |
| 347 | 2024-11-04T23:07:59.325Z | Downloaded autocfg v1.4.0 |
| 348 | 2024-11-04T23:07:59.328Z | Downloaded heck v0.4.1 |
| 349 | 2024-11-04T23:07:59.328Z | Downloaded cpufeatures v0.2.14 |
| 350 | 2024-11-04T23:07:59.332Z | Downloaded bytecount v0.6.8 |
| 351 | 2024-11-04T23:07:59.332Z | Downloaded heck v0.5.0 |
| 352 | 2024-11-04T23:07:59.345Z | Downloaded camino-tempfile v1.1.1 |
| 353 | 2024-11-04T23:07:59.346Z | Downloaded fs-err v2.11.0 |
| 354 | 2024-11-04T23:07:59.346Z | Downloaded errno v0.3.9 |
| 355 | 2024-11-04T23:07:59.350Z | Downloaded textwrap v0.16.1 |
| 356 | 2024-11-04T23:07:59.351Z | Downloaded toml_datetime v0.6.8 |
| 357 | 2024-11-04T23:07:59.354Z | Downloaded thiserror v1.0.64 |
| 358 | 2024-11-04T23:07:59.358Z | Downloaded utf8parse v0.2.2 |
| 359 | 2024-11-04T23:07:59.358Z | Downloaded terminal_size v0.4.0 |
| 360 | 2024-11-04T23:07:59.358Z | Downloaded macaddr v1.0.1 |
| 361 | 2024-11-04T23:07:59.363Z | Downloaded thread-id v4.2.2 |
| 362 | 2024-11-04T23:07:59.366Z | Downloaded usdt v0.5.0 |
| 363 | 2024-11-04T23:07:59.366Z | Downloaded once_cell v1.20.2 |
| 364 | 2024-11-04T23:07:59.370Z | Downloaded crypto-common v0.1.6 |
| 365 | 2024-11-04T23:07:59.370Z | Downloaded cargo_toml v0.20.5 |
| 366 | 2024-11-04T23:07:59.375Z | Downloaded semver v1.0.23 |
| 367 | 2024-11-04T23:07:59.378Z | Downloaded strsim v0.11.1 |
| 368 | 2024-11-04T23:07:59.379Z | Downloaded quote v1.0.37 |
| 369 | 2024-11-04T23:07:59.382Z | Downloaded proc-macro-error v1.0.4 |
| 370 | 2024-11-04T23:07:59.382Z | Downloaded clap_derive v4.5.18 |
| 371 | 2024-11-04T23:07:59.386Z | Downloaded sha2 v0.10.8 |
| 372 | 2024-11-04T23:07:59.390Z | Downloaded indexmap v2.6.0 |
| 373 | 2024-11-04T23:07:59.393Z | Downloaded cargo_metadata v0.18.1 |
| 374 | 2024-11-04T23:07:59.393Z | Downloaded camino v1.1.9 |
| 375 | 2024-11-04T23:07:59.398Z | Downloaded serde_tokenstream v0.2.2 |
| 376 | 2024-11-04T23:07:59.401Z | Downloaded pest_meta v2.7.14 |
| 377 | 2024-11-04T23:07:59.401Z | Downloaded bitflags v2.6.0 |
| 378 | 2024-11-04T23:07:59.404Z | Downloaded tempfile v3.13.0 |
| 379 | 2024-11-04T23:07:59.408Z | Downloaded clap v4.5.20 |
| 380 | 2024-11-04T23:07:59.413Z | Downloaded unicode-ident v1.0.13 |
| 381 | 2024-11-04T23:07:59.416Z | Downloaded serde v1.0.210 |
| 382 | 2024-11-04T23:07:59.419Z | Downloaded ryu v1.0.18 |
| 383 | 2024-11-04T23:07:59.422Z | Downloaded serde_derive v1.0.210 |
| 384 | 2024-11-04T23:07:59.425Z | Downloaded proc-macro2 v1.0.87 |
| 385 | 2024-11-04T23:07:59.428Z | Downloaded ucd-trie v0.1.7 |
| 386 | 2024-11-04T23:07:59.431Z | Downloaded log v0.4.22 |
| 387 | 2024-11-04T23:07:59.455Z | Downloaded hashbrown v0.15.0 |
| 388 | 2024-11-04T23:07:59.461Z | Downloaded toml_edit v0.22.22 |
| 389 | 2024-11-04T23:07:59.483Z | Downloaded memchr v2.7.4 |
| 390 | 2024-11-04T23:07:59.488Z | Downloaded clap_builder v4.5.20 |
| 391 | 2024-11-04T23:07:59.497Z | Downloaded pest v2.7.14 |
| 392 | 2024-11-04T23:07:59.506Z | Downloaded zerocopy v0.7.35 |
| 393 | 2024-11-04T23:07:59.524Z | Downloaded winnow v0.6.20 |
| 394 | 2024-11-04T23:07:59.532Z | Downloaded serde_json v1.0.128 |
| 395 | 2024-11-04T23:07:59.538Z | Downloaded goblin v0.8.2 |
| 396 | 2024-11-04T23:07:59.544Z | Downloaded syn v1.0.109 |
| 397 | 2024-11-04T23:07:59.554Z | Downloaded tabled v0.15.0 |
| 398 | 2024-11-04T23:07:59.569Z | Downloaded unicode-width v0.1.14 |
| 399 | 2024-11-04T23:07:59.576Z | Downloaded syn v2.0.79 |
| 400 | 2024-11-04T23:07:59.584Z | Downloaded rustix v0.38.37 |
| 401 | 2024-11-04T23:07:59.640Z | Downloaded libc v0.2.161 |
| 402 | 2024-11-04T23:07:59.942Z | Compiling proc-macro2 v1.0.87 |
| 403 | 2024-11-04T23:07:59.942Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-04T23:07:59.945Z | Compiling serde v1.0.210 |
| 405 | 2024-11-04T23:07:59.945Z | Compiling version_check v0.9.5 |
| 406 | 2024-11-04T23:07:59.945Z | Compiling thiserror v1.0.64 |
| 407 | 2024-11-04T23:07:59.945Z | Compiling memchr v2.7.4 |
| 408 | 2024-11-04T23:07:59.945Z | Compiling libc v0.2.161 |
| 409 | 2024-11-04T23:07:59.976Z | Compiling itoa v1.0.11 |
| 410 | 2024-11-04T23:08:00.184Z | Compiling ucd-trie v0.1.7 |
| 411 | 2024-11-04T23:08:00.289Z | Compiling ryu v1.0.18 |
| 412 | 2024-11-04T23:08:00.707Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-04T23:08:00.732Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-04T23:08:01.025Z | Compiling rustix v0.38.37 |
| 415 | 2024-11-04T23:08:01.055Z | Compiling serde_json v1.0.128 |
| 416 | 2024-11-04T23:08:01.453Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-04T23:08:01.537Z | Compiling usdt-impl v0.5.0 |
| 418 | 2024-11-04T23:08:01.674Z | Compiling proc-macro-error-attr v1.0.4 |
| 419 | 2024-11-04T23:08:01.797Z | Compiling syn v1.0.109 |
| 420 | 2024-11-04T23:08:01.861Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-04T23:08:01.907Z | Compiling plain v0.2.3 |
| 422 | 2024-11-04T23:08:01.970Z | Compiling equivalent v1.0.1 |
| 423 | 2024-11-04T23:08:02.016Z | Compiling utf8parse v0.2.2 |
| 424 | 2024-11-04T23:08:02.021Z | Compiling log v0.4.22 |
| 425 | 2024-11-04T23:08:02.089Z | Compiling camino v1.1.9 |
| 426 | 2024-11-04T23:08:02.089Z | Compiling hashbrown v0.15.0 |
| 427 | 2024-11-04T23:08:02.195Z | Compiling anstyle-parse v0.2.5 |
| 428 | 2024-11-04T23:08:02.410Z | Compiling quote v1.0.37 |
| 429 | 2024-11-04T23:08:02.581Z | Compiling autocfg v1.4.0 |
| 430 | 2024-11-04T23:08:02.745Z | Compiling errno v0.3.9 |
| 431 | 2024-11-04T23:08:02.821Z | Compiling syn v2.0.79 |
| 432 | 2024-11-04T23:08:02.877Z | Compiling thread-id v4.2.2 |
| 433 | 2024-11-04T23:08:03.051Z | Compiling colorchoice v1.0.2 |
| 434 | 2024-11-04T23:08:03.076Z | Compiling anstyle v1.0.8 |
| 435 | 2024-11-04T23:08:03.216Z | Compiling pretty-hex v0.4.1 |
| 436 | 2024-11-04T23:08:03.334Z | Compiling indexmap v2.6.0 |
| 437 | 2024-11-04T23:08:03.434Z | Compiling is_terminal_polyfill v1.70.1 |
| 438 | 2024-11-04T23:08:03.510Z | Compiling unicode-width v0.1.14 |
| 439 | 2024-11-04T23:08:03.609Z | Compiling semver v1.0.23 |
| 440 | 2024-11-04T23:08:03.667Z | Compiling anstyle-query v1.1.1 |
| 441 | 2024-11-04T23:08:03.833Z | Compiling winnow v0.6.20 |
| 442 | 2024-11-04T23:08:04.090Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-04T23:08:04.231Z | Compiling fs-err v2.11.0 |
| 444 | 2024-11-04T23:08:04.548Z | Compiling strsim v0.11.1 |
| 445 | 2024-11-04T23:08:04.625Z | Compiling heck v0.5.0 |
| 446 | 2024-11-04T23:08:04.863Z | Compiling bytecount v0.6.8 |
| 447 | 2024-11-04T23:08:05.090Z | Compiling fastrand v2.1.1 |
| 448 | 2024-11-04T23:08:05.169Z | Compiling terminal_size v0.4.0 |
| 449 | 2024-11-04T23:08:05.275Z | Compiling fnv v1.0.7 |
| 450 | 2024-11-04T23:08:05.416Z | Compiling heck v0.4.1 |
| 451 | 2024-11-04T23:08:05.440Z | Compiling cfg-if v1.0.0 |
| 452 | 2024-11-04T23:08:05.464Z | Compiling anyhow v1.0.92 |
| 453 | 2024-11-04T23:08:05.542Z | Compiling clap_lex v0.7.2 |
| 454 | 2024-11-04T23:08:05.903Z | Compiling clap_builder v4.5.20 |
| 455 | 2024-11-04T23:08:05.908Z | Compiling tempfile v3.13.0 |
| 456 | 2024-11-04T23:08:06.034Z | Compiling papergrid v0.11.0 |
| 457 | 2024-11-04T23:08:06.429Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-04T23:08:06.454Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2024-11-04T23:08:06.767Z | Compiling smawk v0.3.2 |
| 460 | 2024-11-04T23:08:06.992Z | Compiling textwrap v0.16.1 |
| 461 | 2024-11-04T23:08:07.520Z | Compiling swrite v0.1.0 |
| 462 | 2024-11-04T23:08:08.295Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-04T23:08:09.831Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-04T23:08:10.917Z | Compiling serde_derive v1.0.210 |
| 465 | 2024-11-04T23:08:10.917Z | Compiling thiserror-impl v1.0.64 |
| 466 | 2024-11-04T23:08:10.941Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-04T23:08:10.943Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-04T23:08:11.124Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-04T23:08:12.261Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-04T23:08:12.644Z | Compiling zerocopy v0.7.35 |
| 471 | 2024-11-04T23:08:12.779Z | Compiling goblin v0.8.2 |
| 472 | 2024-11-04T23:08:13.462Z | Compiling pest v2.7.14 |
| 473 | 2024-11-04T23:08:14.706Z | Compiling clap v4.5.20 |
| 474 | 2024-11-04T23:08:15.678Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-04T23:08:16.522Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-04T23:08:18.164Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-04T23:08:18.923Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-04T23:08:20.557Z | Compiling serde_spanned v0.6.8 |
| 479 | 2024-11-04T23:08:20.557Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-11-04T23:08:20.559Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-11-04T23:08:20.916Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-11-04T23:08:20.941Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-11-04T23:08:21.067Z | Compiling macaddr v1.0.1 |
| 484 | 2024-11-04T23:08:21.233Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-11-04T23:08:21.999Z | Compiling dof v0.3.0 |
| 486 | 2024-11-04T23:08:21.999Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-04T23:08:23.779Z | Compiling toml v0.8.19 |
| 488 | 2024-11-04T23:08:24.006Z | Compiling usdt-macro v0.5.0 |
| 489 | 2024-11-04T23:08:24.006Z | Compiling usdt-attr-macro v0.5.0 |
| 490 | 2024-11-04T23:08:24.574Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-04T23:08:25.320Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-04T23:08:27.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-04T23:08:31.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s |
| 494 | 2024-11-04T23:08:31.958Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-04T23:08:32.452Z | Downloading crates ... |
| 496 | 2024-11-04T23:08:32.570Z | Downloaded adler2 v2.0.0 |
| 497 | 2024-11-04T23:08:32.597Z | Downloaded assert_matches v1.5.0 |
| 498 | 2024-11-04T23:08:32.600Z | Downloaded http-range v0.1.5 |
| 499 | 2024-11-04T23:08:32.603Z | Downloaded backoff v0.4.0 |
| 500 | 2024-11-04T23:08:32.606Z | Downloaded ciborium-ll v0.2.2 |
| 501 | 2024-11-04T23:08:32.608Z | Downloaded http-body v0.4.6 |
| 502 | 2024-11-04T23:08:32.611Z | Downloaded http-body v1.0.1 |
| 503 | 2024-11-04T23:08:32.613Z | Downloaded bit-set v0.5.3 |
| 504 | 2024-11-04T23:08:32.613Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 505 | 2024-11-04T23:08:32.615Z | Downloaded blowfish v0.9.1 |
| 506 | 2024-11-04T23:08:32.615Z | Downloaded crc-catalog v2.4.0 |
| 507 | 2024-11-04T23:08:32.619Z | Downloaded atomic-waker v1.1.2 |
| 508 | 2024-11-04T23:08:32.622Z | Downloaded newline-converter v0.3.0 |
| 509 | 2024-11-04T23:08:32.622Z | Downloaded crossbeam-deque v0.8.5 |
| 510 | 2024-11-04T23:08:32.622Z | Downloaded convert_case v0.4.0 |
| 511 | 2024-11-04T23:08:32.626Z | Downloaded crc v3.2.1 |
| 512 | 2024-11-04T23:08:32.632Z | Downloaded newtype_derive v0.1.6 |
| 513 | 2024-11-04T23:08:32.633Z | Downloaded lazycell v1.3.0 |
| 514 | 2024-11-04T23:08:32.633Z | Downloaded bitfield v0.14.0 |
| 515 | 2024-11-04T23:08:32.635Z | Downloaded nodrop v0.1.14 |
| 516 | 2024-11-04T23:08:32.635Z | Downloaded hyper-tls v0.6.0 |
| 517 | 2024-11-04T23:08:32.635Z | Downloaded md-5 v0.10.6 |
| 518 | 2024-11-04T23:08:32.635Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 519 | 2024-11-04T23:08:32.639Z | Downloaded internet-checksum v0.2.1 |
| 520 | 2024-11-04T23:08:32.639Z | Downloaded base64ct v1.6.0 |
| 521 | 2024-11-04T23:08:32.642Z | Downloaded inout v0.1.3 |
| 522 | 2024-11-04T23:08:32.644Z | Downloaded ipnetwork v0.20.0 |
| 523 | 2024-11-04T23:08:32.644Z | Downloaded bzip2 v0.4.4 |
| 524 | 2024-11-04T23:08:32.647Z | Downloaded hubpack v0.1.2 |
| 525 | 2024-11-04T23:08:32.649Z | Downloaded mime v0.3.17 |
| 526 | 2024-11-04T23:08:32.651Z | Downloaded lockfree-object-pool v0.1.6 |
| 527 | 2024-11-04T23:08:32.654Z | Downloaded home v0.5.9 |
| 528 | 2024-11-04T23:08:32.654Z | Downloaded data-encoding v2.6.0 |
| 529 | 2024-11-04T23:08:32.657Z | Downloaded http-body-util v0.1.2 |
| 530 | 2024-11-04T23:08:32.660Z | Downloaded hyper-rustls v0.27.3 |
| 531 | 2024-11-04T23:08:32.663Z | Downloaded linked-hash-map v0.5.6 |
| 532 | 2024-11-04T23:08:32.663Z | Downloaded multer v3.1.0 |
| 533 | 2024-11-04T23:08:32.666Z | Downloaded atomicwrites v0.4.4 |
| 534 | 2024-11-04T23:08:32.666Z | Downloaded iana-time-zone v0.1.61 |
| 535 | 2024-11-04T23:08:32.669Z | Downloaded nu-ansi-term v0.50.1 |
| 536 | 2024-11-04T23:08:32.672Z | Downloaded miniz_oxide v0.8.0 |
| 537 | 2024-11-04T23:08:32.675Z | Downloaded base64 v0.13.1 |
| 538 | 2024-11-04T23:08:32.679Z | Downloaded jobserver v0.1.32 |
| 539 | 2024-11-04T23:08:32.684Z | Downloaded darling_core v0.20.10 |
| 540 | 2024-11-04T23:08:32.694Z | Downloaded indexmap v1.9.3 |
| 541 | 2024-11-04T23:08:32.699Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2024-11-04T23:08:32.699Z | Downloaded const_format v0.2.33 |
| 543 | 2024-11-04T23:08:32.699Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2024-11-04T23:08:32.702Z | Downloaded hickory-client v0.24.1 |
| 545 | 2024-11-04T23:08:32.704Z | Downloaded bitfield-struct v0.6.2 |
| 546 | 2024-11-04T23:08:32.707Z | Downloaded bb8 v0.8.5 |
| 547 | 2024-11-04T23:08:32.707Z | Downloaded rand_xorshift v0.3.0 |
| 548 | 2024-11-04T23:08:32.709Z | Downloaded hubpack_derive v0.1.1 |
| 549 | 2024-11-04T23:08:32.709Z | Downloaded aead v0.5.2 |
| 550 | 2024-11-04T23:08:32.712Z | Downloaded is_ci v1.2.0 |
| 551 | 2024-11-04T23:08:32.712Z | Downloaded crunchy v0.2.2 |
| 552 | 2024-11-04T23:08:32.714Z | Downloaded atty v0.2.14 |
| 553 | 2024-11-04T23:08:32.714Z | Downloaded darling_macro v0.20.10 |
| 554 | 2024-11-04T23:08:32.717Z | Downloaded cstr-argument v0.1.2 |
| 555 | 2024-11-04T23:08:32.717Z | Downloaded crucible-workspace-hack v0.1.0 |
| 556 | 2024-11-04T23:08:32.717Z | Downloaded cfg_aliases v0.1.1 |
| 557 | 2024-11-04T23:08:32.719Z | Downloaded shell-words v1.1.0 |
| 558 | 2024-11-04T23:08:32.722Z | Downloaded ascii-canvas v3.0.0 |
| 559 | 2024-11-04T23:08:32.722Z | Downloaded aho-corasick v1.1.3 |
| 560 | 2024-11-04T23:08:32.728Z | Downloaded new_debug_unreachable v1.0.6 |
| 561 | 2024-11-04T23:08:32.732Z | Downloaded matches v0.1.10 |
| 562 | 2024-11-04T23:08:32.732Z | Downloaded instant v0.1.13 |
| 563 | 2024-11-04T23:08:32.732Z | Downloaded ident_case v1.0.1 |
| 564 | 2024-11-04T23:08:32.736Z | Downloaded normalize-line-endings v0.3.0 |
| 565 | 2024-11-04T23:08:32.736Z | Downloaded bit-vec v0.6.3 |
| 566 | 2024-11-04T23:08:32.741Z | Downloaded md5 v0.7.0 |
| 567 | 2024-11-04T23:08:32.741Z | Downloaded block-padding v0.3.3 |
| 568 | 2024-11-04T23:08:32.741Z | Downloaded async-stream-impl v0.3.6 |
| 569 | 2024-11-04T23:08:32.741Z | Downloaded base16ct v0.2.0 |
| 570 | 2024-11-04T23:08:32.741Z | Downloaded async-recursion v1.1.1 |
| 571 | 2024-11-04T23:08:32.744Z | Downloaded take_mut v0.2.2 |
| 572 | 2024-11-04T23:08:32.747Z | Downloaded array-init v0.0.4 |
| 573 | 2024-11-04T23:08:32.747Z | Downloaded compact_str v0.8.0 |
| 574 | 2024-11-04T23:08:32.751Z | Downloaded thiserror-no-std v2.0.2 |
| 575 | 2024-11-04T23:08:32.755Z | Downloaded scrypt v0.11.0 |
| 576 | 2024-11-04T23:08:32.758Z | Downloaded rustc_version v0.1.7 |
| 577 | 2024-11-04T23:08:32.761Z | Downloaded tabwriter v1.4.0 |
| 578 | 2024-11-04T23:08:32.761Z | Downloaded newtype-uuid v1.1.2 |
| 579 | 2024-11-04T23:08:32.764Z | Downloaded zone_cfg_derive v0.3.0 |
| 580 | 2024-11-04T23:08:32.764Z | Downloaded schemars_derive v0.8.21 |
| 581 | 2024-11-04T23:08:32.769Z | Downloaded cobs v0.2.3 |
| 582 | 2024-11-04T23:08:32.769Z | Downloaded lalrpop-util v0.19.12 |
| 583 | 2024-11-04T23:08:32.772Z | Downloaded humantime v2.1.0 |
| 584 | 2024-11-04T23:08:32.772Z | Downloaded nanorand v0.7.0 |
| 585 | 2024-11-04T23:08:32.774Z | Downloaded linear-map v1.2.0 |
| 586 | 2024-11-04T23:08:32.774Z | Downloaded lazy_static v1.5.0 |
| 587 | 2024-11-04T23:08:32.777Z | Downloaded dhcproto-macros v0.1.0 |
| 588 | 2024-11-04T23:08:32.777Z | Downloaded keccak v0.1.5 |
| 589 | 2024-11-04T23:08:32.780Z | Downloaded multimap v0.10.0 |
| 590 | 2024-11-04T23:08:32.780Z | Downloaded smallvec v0.6.14 |
| 591 | 2024-11-04T23:08:32.783Z | Downloaded managed v0.8.0 |
| 592 | 2024-11-04T23:08:32.783Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 593 | 2024-11-04T23:08:32.787Z | Downloaded strip-ansi-escapes v0.2.0 |
| 594 | 2024-11-04T23:08:32.789Z | Downloaded num v0.4.3 |
| 595 | 2024-11-04T23:08:32.794Z | Downloaded nibble_vec v0.1.0 |
| 596 | 2024-11-04T23:08:32.794Z | Downloaded memoffset v0.9.1 |
| 597 | 2024-11-04T23:08:32.798Z | Downloaded scopeguard v1.2.0 |
| 598 | 2024-11-04T23:08:32.798Z | Downloaded maplit v1.0.2 |
| 599 | 2024-11-04T23:08:32.798Z | Downloaded tracing-attributes v0.1.27 |
| 600 | 2024-11-04T23:08:32.802Z | Downloaded async-bb8-diesel v0.2.1 |
| 601 | 2024-11-04T23:08:32.803Z | Downloaded unarray v0.1.4 |
| 602 | 2024-11-04T23:08:32.808Z | Downloaded rustc_version v0.4.1 |
| 603 | 2024-11-04T23:08:32.808Z | Downloaded spki v0.7.3 |
| 604 | 2024-11-04T23:08:32.811Z | Downloaded shlex v1.3.0 |
| 605 | 2024-11-04T23:08:32.811Z | Downloaded addr2line v0.24.2 |
| 606 | 2024-11-04T23:08:32.811Z | Downloaded typify-macro v0.2.0 |
| 607 | 2024-11-04T23:08:32.814Z | Downloaded string_cache v0.8.7 |
| 608 | 2024-11-04T23:08:32.814Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 609 | 2024-11-04T23:08:32.817Z | Downloaded stringprep v0.1.5 |
| 610 | 2024-11-04T23:08:32.820Z | Downloaded chacha20 v0.9.1 |
| 611 | 2024-11-04T23:08:32.820Z | Downloaded ciborium v0.2.2 |
| 612 | 2024-11-04T23:08:32.823Z | Downloaded opaque-debug v0.3.1 |
| 613 | 2024-11-04T23:08:32.825Z | Downloaded fxhash v0.2.1 |
| 614 | 2024-11-04T23:08:32.825Z | Downloaded foreign-types-macros v0.2.3 |
| 615 | 2024-11-04T23:08:32.828Z | Downloaded number_prefix v0.4.0 |
| 616 | 2024-11-04T23:08:32.828Z | Downloaded oso-derive v0.27.3 |
| 617 | 2024-11-04T23:08:32.830Z | Downloaded num-conv v0.1.0 |
| 618 | 2024-11-04T23:08:32.830Z | Downloaded xz2 v0.1.7 |
| 619 | 2024-11-04T23:08:32.833Z | Downloaded cexpr v0.6.0 |
| 620 | 2024-11-04T23:08:32.836Z | Downloaded xattr v1.3.1 |
| 621 | 2024-11-04T23:08:32.836Z | Downloaded defmt-parser v0.3.4 |
| 622 | 2024-11-04T23:08:32.839Z | Downloaded pretty-hex v0.2.1 |
| 623 | 2024-11-04T23:08:32.839Z | Downloaded dirs-next v2.0.0 |
| 624 | 2024-11-04T23:08:32.841Z | Downloaded sct v0.7.1 |
| 625 | 2024-11-04T23:08:32.845Z | Downloaded native-tls v0.2.12 |
| 626 | 2024-11-04T23:08:32.847Z | Downloaded mime_guess v2.0.5 |
| 627 | 2024-11-04T23:08:32.850Z | Downloaded crc32fast v1.4.2 |
| 628 | 2024-11-04T23:08:32.853Z | Downloaded darling v0.20.10 |
| 629 | 2024-11-04T23:08:32.859Z | Downloaded lock_api v0.4.12 |
| 630 | 2024-11-04T23:08:32.863Z | Downloaded progenitor-client v0.8.0 |
| 631 | 2024-11-04T23:08:32.863Z | Downloaded difflib v0.4.0 |
| 632 | 2024-11-04T23:08:32.863Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 633 | 2024-11-04T23:08:32.867Z | Downloaded ed25519 v2.2.3 |
| 634 | 2024-11-04T23:08:32.867Z | Downloaded uzers v0.12.1 |
| 635 | 2024-11-04T23:08:32.870Z | Downloaded http v1.1.0 |
| 636 | 2024-11-04T23:08:32.873Z | Downloaded sqlparser_derive v0.2.2 |
| 637 | 2024-11-04T23:08:32.876Z | Downloaded ipnet v2.10.1 |
| 638 | 2024-11-04T23:08:32.876Z | Downloaded structmeta v0.2.0 |
| 639 | 2024-11-04T23:08:32.879Z | Downloaded cookie_store v0.21.0 |
| 640 | 2024-11-04T23:08:32.879Z | Downloaded blake2 v0.10.6 |
| 641 | 2024-11-04T23:08:32.883Z | Downloaded ahash v0.8.11 |
| 642 | 2024-11-04T23:08:32.886Z | Downloaded foreign-types v0.5.0 |
| 643 | 2024-11-04T23:08:32.889Z | Downloaded foldhash v0.1.3 |
| 644 | 2024-11-04T23:08:32.889Z | Downloaded tokio-tungstenite v0.21.0 |
| 645 | 2024-11-04T23:08:32.891Z | Downloaded structmeta-derive v0.3.0 |
| 646 | 2024-11-04T23:08:32.894Z | Downloaded phf_shared v0.11.2 |
| 647 | 2024-11-04T23:08:32.894Z | Downloaded mio v1.0.2 |
| 648 | 2024-11-04T23:08:32.901Z | Downloaded derive_builder_macro v0.20.2 |
| 649 | 2024-11-04T23:08:32.904Z | Downloaded tokio-rustls v0.26.0 |
| 650 | 2024-11-04T23:08:32.904Z | Downloaded pin-utils v0.1.0 |
| 651 | 2024-11-04T23:08:32.906Z | Downloaded crc-any v2.5.0 |
| 652 | 2024-11-04T23:08:32.909Z | Downloaded const-oid v0.9.6 |
| 653 | 2024-11-04T23:08:32.912Z | Downloaded mockall_derive v0.13.0 |
| 654 | 2024-11-04T23:08:32.915Z | Downloaded slog v2.7.0 |
| 655 | 2024-11-04T23:08:32.918Z | Downloaded crossbeam-utils v0.8.20 |
| 656 | 2024-11-04T23:08:32.922Z | Downloaded crossbeam-epoch v0.9.18 |
| 657 | 2024-11-04T23:08:32.926Z | Downloaded scheduled-thread-pool v0.2.7 |
| 658 | 2024-11-04T23:08:32.926Z | Downloaded slog-async v2.8.0 |
| 659 | 2024-11-04T23:08:32.929Z | Downloaded sec1 v0.7.3 |
| 660 | 2024-11-04T23:08:32.929Z | Downloaded aes v0.8.4 |
| 661 | 2024-11-04T23:08:32.932Z | Downloaded parse-size v1.1.0 |
| 662 | 2024-11-04T23:08:32.935Z | Downloaded salsa20 v0.10.2 |
| 663 | 2024-11-04T23:08:32.935Z | Downloaded hyper-util v0.1.9 |
| 664 | 2024-11-04T23:08:32.940Z | Downloaded vte v0.11.1 |
| 665 | 2024-11-04T23:08:32.943Z | Downloaded itertools v0.10.5 |
| 666 | 2024-11-04T23:08:32.950Z | Downloaded twox-hash v1.6.3 |
| 667 | 2024-11-04T23:08:32.953Z | Downloaded owo-colors v4.1.0 |
| 668 | 2024-11-04T23:08:32.956Z | Downloaded rpassword v7.3.1 |
| 669 | 2024-11-04T23:08:32.959Z | Downloaded pin-project-lite v0.2.14 |
| 670 | 2024-11-04T23:08:32.964Z | Downloaded sync_wrapper v1.0.1 |
| 671 | 2024-11-04T23:08:32.967Z | Downloaded wyz v0.5.1 |
| 672 | 2024-11-04T23:08:32.967Z | Downloaded which v4.4.2 |
| 673 | 2024-11-04T23:08:32.968Z | Downloaded unicode-xid v0.2.6 |
| 674 | 2024-11-04T23:08:32.971Z | Downloaded either v1.13.0 |
| 675 | 2024-11-04T23:08:32.971Z | Downloaded base64 v0.22.1 |
| 676 | 2024-11-04T23:08:32.977Z | Downloaded packed_struct v0.10.1 |
| 677 | 2024-11-04T23:08:32.981Z | Downloaded embedded-io v0.4.0 |
| 678 | 2024-11-04T23:08:32.981Z | Downloaded try-lock v0.2.5 |
| 679 | 2024-11-04T23:08:32.984Z | Downloaded fixedbitset v0.4.2 |
| 680 | 2024-11-04T23:08:32.984Z | Downloaded futures-io v0.3.31 |
| 681 | 2024-11-04T23:08:32.984Z | Downloaded funty v2.0.0 |
| 682 | 2024-11-04T23:08:32.990Z | Downloaded backtrace v0.3.74 |
| 683 | 2024-11-04T23:08:32.992Z | Downloaded predicates-core v1.0.8 |
| 684 | 2024-11-04T23:08:32.992Z | Downloaded ron v0.8.1 |
| 685 | 2024-11-04T23:08:32.998Z | Downloaded num_enum v0.5.11 |
| 686 | 2024-11-04T23:08:33.004Z | Downloaded foreign-types-shared v0.3.1 |
| 687 | 2024-11-04T23:08:33.009Z | Downloaded foreign-types-shared v0.1.1 |
| 688 | 2024-11-04T23:08:33.009Z | Downloaded endian-type v0.1.2 |
| 689 | 2024-11-04T23:08:33.009Z | Downloaded structmeta-derive v0.2.0 |
| 690 | 2024-11-04T23:08:33.013Z | Downloaded predicates-tree v1.0.11 |
| 691 | 2024-11-04T23:08:33.013Z | Downloaded tls_codec_derive v0.4.1 |
| 692 | 2024-11-04T23:08:33.013Z | Downloaded fatfs v0.3.6 |
| 693 | 2024-11-04T23:08:33.017Z | Downloaded rustc-hash v1.1.0 |
| 694 | 2024-11-04T23:08:33.024Z | Downloaded secrecy v0.8.0 |
| 695 | 2024-11-04T23:08:33.031Z | Downloaded peg-runtime v0.8.3 |
| 696 | 2024-11-04T23:08:33.034Z | Downloaded tungstenite v0.21.0 |
| 697 | 2024-11-04T23:08:33.034Z | Downloaded slog-dtrace v0.3.0 |
| 698 | 2024-11-04T23:08:33.038Z | Downloaded tap v1.0.1 |
| 699 | 2024-11-04T23:08:33.038Z | Downloaded sqlformat v0.2.6 |
| 700 | 2024-11-04T23:08:33.041Z | Downloaded rusty-fork v0.3.0 |
| 701 | 2024-11-04T23:08:33.041Z | Downloaded want v0.3.1 |
| 702 | 2024-11-04T23:08:33.044Z | Downloaded futures-sink v0.3.31 |
| 703 | 2024-11-04T23:08:33.044Z | Downloaded untrusted v0.7.1 |
| 704 | 2024-11-04T23:08:33.047Z | Downloaded displaydoc v0.2.5 |
| 705 | 2024-11-04T23:08:33.051Z | Downloaded num_threads v0.1.7 |
| 706 | 2024-11-04T23:08:33.052Z | Downloaded sha1 v0.10.6 |
| 707 | 2024-11-04T23:08:33.055Z | Downloaded whoami v1.5.2 |
| 708 | 2024-11-04T23:08:33.055Z | Downloaded password-hash v0.5.0 |
| 709 | 2024-11-04T23:08:33.058Z | Downloaded universal-hash v0.5.1 |
| 710 | 2024-11-04T23:08:33.058Z | Downloaded minimal-lexical v0.2.1 |
| 711 | 2024-11-04T23:08:33.062Z | Downloaded crossterm v0.28.1 |
| 712 | 2024-11-04T23:08:33.070Z | Downloaded tower-service v0.3.3 |
| 713 | 2024-11-04T23:08:33.075Z | Downloaded ghash v0.5.1 |
| 714 | 2024-11-04T23:08:33.076Z | Downloaded enum-as-inner v0.5.1 |
| 715 | 2024-11-04T23:08:33.076Z | Downloaded password-hash v0.4.2 |
| 716 | 2024-11-04T23:08:33.080Z | Downloaded num_enum_derive v0.5.11 |
| 717 | 2024-11-04T23:08:33.080Z | Downloaded ena v0.14.3 |
| 718 | 2024-11-04T23:08:33.083Z | Downloaded display-error-chain v0.2.2 |
| 719 | 2024-11-04T23:08:33.083Z | Downloaded defmt v0.3.8 |
| 720 | 2024-11-04T23:08:33.085Z | Downloaded postgres-protocol v0.6.7 |
| 721 | 2024-11-04T23:08:33.088Z | Downloaded pkcs1 v0.7.5 |
| 722 | 2024-11-04T23:08:33.091Z | Downloaded hash32 v0.3.1 |
| 723 | 2024-11-04T23:08:33.096Z | Downloaded progenitor v0.8.0 |
| 724 | 2024-11-04T23:08:33.096Z | Downloaded openssl-probe v0.1.5 |
| 725 | 2024-11-04T23:08:33.099Z | Downloaded openssl-macros v0.1.1 |
| 726 | 2024-11-04T23:08:33.100Z | Downloaded form_urlencoded v1.2.1 |
| 727 | 2024-11-04T23:08:33.100Z | Downloaded pem v3.0.4 |
| 728 | 2024-11-04T23:08:33.100Z | Downloaded num-iter v0.1.45 |
| 729 | 2024-11-04T23:08:33.104Z | Downloaded strum_macros v0.26.4 |
| 730 | 2024-11-04T23:08:33.104Z | Downloaded primeorder v0.13.6 |
| 731 | 2024-11-04T23:08:33.107Z | Downloaded percent-encoding v2.3.1 |
| 732 | 2024-11-04T23:08:33.107Z | Downloaded progenitor-impl v0.8.0 |
| 733 | 2024-11-04T23:08:33.110Z | Downloaded unicode-properties v0.1.3 |
| 734 | 2024-11-04T23:08:33.110Z | Downloaded tokio-rustls v0.25.0 |
| 735 | 2024-11-04T23:08:33.116Z | Downloaded crossbeam-channel v0.5.13 |
| 736 | 2024-11-04T23:08:33.118Z | Downloaded tokio-rustls v0.24.1 |
| 737 | 2024-11-04T23:08:33.121Z | Downloaded walkdir v2.5.0 |
| 738 | 2024-11-04T23:08:33.124Z | Downloaded num-traits v0.2.19 |
| 739 | 2024-11-04T23:08:33.127Z | Downloaded rand_seeder v0.3.0 |
| 740 | 2024-11-04T23:08:33.130Z | Downloaded simd-adler32 v0.3.7 |
| 741 | 2024-11-04T23:08:33.130Z | Downloaded serde_repr v0.1.19 |
| 742 | 2024-11-04T23:08:33.133Z | Downloaded serde_plain v1.0.2 |
| 743 | 2024-11-04T23:08:33.136Z | Downloaded toolchain_find v0.4.0 |
| 744 | 2024-11-04T23:08:33.136Z | Downloaded tinyvec_macros v0.1.1 |
| 745 | 2024-11-04T23:08:33.140Z | Downloaded strum v0.26.3 |
| 746 | 2024-11-04T23:08:33.140Z | Downloaded zone_cfg_derive v0.1.2 |
| 747 | 2024-11-04T23:08:33.140Z | Downloaded slab v0.4.9 |
| 748 | 2024-11-04T23:08:33.143Z | Downloaded siphasher v0.3.11 |
| 749 | 2024-11-04T23:08:33.143Z | Downloaded thread_local v1.1.8 |
| 750 | 2024-11-04T23:08:33.146Z | Downloaded slog-json v2.6.1 |
| 751 | 2024-11-04T23:08:33.146Z | Downloaded slog-envlogger v2.2.0 |
| 752 | 2024-11-04T23:08:33.149Z | Downloaded debug-ignore v1.0.5 |
| 753 | 2024-11-04T23:08:33.152Z | Downloaded reedline v0.35.0 |
| 754 | 2024-11-04T23:08:33.160Z | Downloaded untrusted v0.9.0 |
| 755 | 2024-11-04T23:08:33.164Z | Downloaded num-derive v0.4.2 |
| 756 | 2024-11-04T23:08:33.164Z | Downloaded proc-macro-crate v1.3.1 |
| 757 | 2024-11-04T23:08:33.168Z | Downloaded pem-rfc7468 v0.7.0 |
| 758 | 2024-11-04T23:08:33.168Z | Downloaded ff v0.13.0 |
| 759 | 2024-11-04T23:08:33.172Z | Downloaded signal-hook v0.3.17 |
| 760 | 2024-11-04T23:08:33.177Z | Downloaded tracing-core v0.1.32 |
| 761 | 2024-11-04T23:08:33.177Z | Downloaded elliptic-curve v0.13.8 |
| 762 | 2024-11-04T23:08:33.181Z | Downloaded ed25519-dalek v2.1.1 |
| 763 | 2024-11-04T23:08:33.186Z | Downloaded precomputed-hash v0.1.1 |
| 764 | 2024-11-04T23:08:33.186Z | Downloaded group v0.13.0 |
| 765 | 2024-11-04T23:08:33.190Z | Downloaded parse-display-derive v0.10.0 |
| 766 | 2024-11-04T23:08:33.190Z | Downloaded rtoolbox v0.0.2 |
| 767 | 2024-11-04T23:08:33.190Z | Downloaded ref-cast v1.0.23 |
| 768 | 2024-11-04T23:08:33.195Z | Downloaded signal-hook-registry v1.4.2 |
| 769 | 2024-11-04T23:08:33.195Z | Downloaded signal-hook-mio v0.2.4 |
| 770 | 2024-11-04T23:08:33.198Z | Downloaded samael v0.0.17 |
| 771 | 2024-11-04T23:08:33.229Z | Downloaded vte_generate_state_changes v0.1.2 |
| 772 | 2024-11-04T23:08:33.229Z | Downloaded topological-sort v0.2.2 |
| 773 | 2024-11-04T23:08:33.229Z | Downloaded getrandom v0.2.15 |
| 774 | 2024-11-04T23:08:33.229Z | Downloaded diesel-dtrace v0.3.0 |
| 775 | 2024-11-04T23:08:33.238Z | Downloaded tui-tree-widget v0.22.0 |
| 776 | 2024-11-04T23:08:33.238Z | Downloaded des v0.8.1 |
| 777 | 2024-11-04T23:08:33.238Z | Downloaded prettyplease v0.2.22 |
| 778 | 2024-11-04T23:08:33.238Z | Downloaded zone v0.3.0 |
| 779 | 2024-11-04T23:08:33.238Z | Downloaded strum_macros v0.24.3 |
| 780 | 2024-11-04T23:08:33.238Z | Downloaded unicode_categories v0.1.1 |
| 781 | 2024-11-04T23:08:33.238Z | Downloaded globset v0.4.15 |
| 782 | 2024-11-04T23:08:33.238Z | Downloaded phf_shared v0.10.0 |
| 783 | 2024-11-04T23:08:33.239Z | Downloaded utf-8 v0.7.6 |
| 784 | 2024-11-04T23:08:33.239Z | Downloaded futures-core v0.3.31 |
| 785 | 2024-11-04T23:08:33.239Z | Downloaded env_logger v0.11.5 |
| 786 | 2024-11-04T23:08:33.239Z | Downloaded olpc-cjson v0.1.4 |
| 787 | 2024-11-04T23:08:33.239Z | Downloaded value-bag v1.9.0 |
| 788 | 2024-11-04T23:08:33.252Z | Downloaded x509-cert v0.2.5 |
| 789 | 2024-11-04T23:08:33.252Z | Downloaded russh-cryptovec v0.7.3 |
| 790 | 2024-11-04T23:08:33.253Z | Downloaded phf_generator v0.11.2 |
| 791 | 2024-11-04T23:08:33.253Z | Downloaded serde_yaml v0.9.34+deprecated |
| 792 | 2024-11-04T23:08:33.257Z | Downloaded serde_with_macros v3.11.0 |
| 793 | 2024-11-04T23:08:33.257Z | Downloaded libm v0.2.8 |
| 794 | 2024-11-04T23:08:33.261Z | Downloaded downcast v0.11.0 |
| 795 | 2024-11-04T23:08:33.265Z | Downloaded predicates v3.1.2 |
| 796 | 2024-11-04T23:08:33.267Z | Downloaded itertools v0.12.1 |
| 797 | 2024-11-04T23:08:33.274Z | Downloaded deranged v0.3.11 |
| 798 | 2024-11-04T23:08:33.277Z | Downloaded termios v0.3.3 |
| 799 | 2024-11-04T23:08:33.280Z | Downloaded termcolor v1.4.1 |
| 800 | 2024-11-04T23:08:33.280Z | Downloaded zeroize v1.8.1 |
| 801 | 2024-11-04T23:08:33.283Z | Downloaded glob v0.3.1 |
| 802 | 2024-11-04T23:08:33.283Z | Downloaded futures-channel v0.3.31 |
| 803 | 2024-11-04T23:08:33.289Z | Downloaded dropshot_endpoint v0.12.0 |
| 804 | 2024-11-04T23:08:33.292Z | Downloaded derive_more v0.99.18 |
| 805 | 2024-11-04T23:08:33.299Z | Downloaded hickory-resolver v0.24.1 |
| 806 | 2024-11-04T23:08:33.302Z | Downloaded paste v1.0.15 |
| 807 | 2024-11-04T23:08:33.305Z | Downloaded parse-display v0.10.0 |
| 808 | 2024-11-04T23:08:33.305Z | Downloaded uuid v1.10.0 |
| 809 | 2024-11-04T23:08:33.309Z | Downloaded parking_lot v0.11.2 |
| 810 | 2024-11-04T23:08:33.312Z | Downloaded aes-gcm v0.10.3 |
| 811 | 2024-11-04T23:08:33.316Z | Downloaded rustc-hash v2.0.0 |
| 812 | 2024-11-04T23:08:33.320Z | Downloaded sigpipe v0.1.3 |
| 813 | 2024-11-04T23:08:33.320Z | Downloaded path-slash v0.1.5 |
| 814 | 2024-11-04T23:08:33.320Z | Downloaded tokio-postgres v0.7.12 |
| 815 | 2024-11-04T23:08:33.324Z | Downloaded signal-hook-tokio v0.3.1 |
| 816 | 2024-11-04T23:08:33.329Z | Downloaded fragile v2.0.0 |
| 817 | 2024-11-04T23:08:33.332Z | Downloaded float-ord v0.3.2 |
| 818 | 2024-11-04T23:08:33.332Z | Downloaded tiny-keccak v2.0.2 |
| 819 | 2024-11-04T23:08:33.332Z | Downloaded poly1305 v0.8.0 |
| 820 | 2024-11-04T23:08:33.337Z | Downloaded hyper v1.4.1 |
| 821 | 2024-11-04T23:08:33.342Z | Downloaded phf_codegen v0.11.2 |
| 822 | 2024-11-04T23:08:33.347Z | Downloaded phf v0.11.2 |
| 823 | 2024-11-04T23:08:33.347Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 824 | 2024-11-04T23:08:33.347Z | Downloaded headers-core v0.3.0 |
| 825 | 2024-11-04T23:08:33.352Z | Downloaded serde-big-array v0.5.1 |
| 826 | 2024-11-04T23:08:33.352Z | Downloaded pkg-config v0.3.31 |
| 827 | 2024-11-04T23:08:33.352Z | Downloaded ssh-cipher v0.2.0 |
| 828 | 2024-11-04T23:08:33.352Z | Downloaded dhcproto v0.12.0 |
| 829 | 2024-11-04T23:08:33.355Z | Downloaded chrono v0.4.38 |
| 830 | 2024-11-04T23:08:33.363Z | Downloaded vsss-rs v3.3.4 |
| 831 | 2024-11-04T23:08:33.366Z | Downloaded rand v0.8.5 |
| 832 | 2024-11-04T23:08:33.370Z | Downloaded env_filter v0.1.2 |
| 833 | 2024-11-04T23:08:33.374Z | Downloaded omicron-zone-package v0.11.1 |
| 834 | 2024-11-04T23:08:33.378Z | Downloaded zeroize_derive v1.4.2 |
| 835 | 2024-11-04T23:08:33.378Z | Downloaded postgres-types v0.2.8 |
| 836 | 2024-11-04T23:08:33.381Z | Downloaded highway v1.2.0 |
| 837 | 2024-11-04T23:08:33.381Z | Downloaded pbkdf2 v0.11.0 |
| 838 | 2024-11-04T23:08:33.384Z | Downloaded hash32 v0.2.1 |
| 839 | 2024-11-04T23:08:33.387Z | Downloaded waitgroup v0.1.2 |
| 840 | 2024-11-04T23:08:33.388Z | Downloaded signature v2.2.0 |
| 841 | 2024-11-04T23:08:33.391Z | Downloaded radium v0.7.0 |
| 842 | 2024-11-04T23:08:33.391Z | Downloaded rustfmt-wrapper v0.2.1 |
| 843 | 2024-11-04T23:08:33.395Z | Downloaded tokio-tungstenite v0.23.1 |
| 844 | 2024-11-04T23:08:33.395Z | Downloaded time-macros v0.2.18 |
| 845 | 2024-11-04T23:08:33.399Z | Downloaded polyval v0.6.2 |
| 846 | 2024-11-04T23:08:33.399Z | Downloaded tokio-tungstenite v0.24.0 |
| 847 | 2024-11-04T23:08:33.404Z | Downloaded parse-zoneinfo v0.3.1 |
| 848 | 2024-11-04T23:08:33.405Z | Downloaded subtle v2.6.1 |
| 849 | 2024-11-04T23:08:33.405Z | Downloaded enum-as-inner v0.6.1 |
| 850 | 2024-11-04T23:08:33.410Z | Downloaded der_derive v0.7.3 |
| 851 | 2024-11-04T23:08:33.410Z | Downloaded embedded-io v0.6.1 |
| 852 | 2024-11-04T23:08:33.410Z | Downloaded rsa v0.9.6 |
| 853 | 2024-11-04T23:08:33.415Z | Downloaded quick-error v1.2.3 |
| 854 | 2024-11-04T23:08:33.420Z | Downloaded serde_path_to_error v0.1.16 |
| 855 | 2024-11-04T23:08:33.420Z | Downloaded serde-hex v0.1.0 |
| 856 | 2024-11-04T23:08:33.420Z | Downloaded hex-literal v0.4.1 |
| 857 | 2024-11-04T23:08:33.425Z | Downloaded hashbrown v0.12.3 |
| 858 | 2024-11-04T23:08:33.428Z | Downloaded derive-where v1.2.7 |
| 859 | 2024-11-04T23:08:33.431Z | Downloaded zone v0.1.8 |
| 860 | 2024-11-04T23:08:33.431Z | Downloaded diff v0.1.13 |
| 861 | 2024-11-04T23:08:33.434Z | Downloaded sync_wrapper v0.1.2 |
| 862 | 2024-11-04T23:08:33.434Z | Downloaded time v0.3.36 |
| 863 | 2024-11-04T23:08:33.442Z | Downloaded defmt-macros v0.3.9 |
| 864 | 2024-11-04T23:08:33.445Z | Downloaded strum_macros v0.25.3 |
| 865 | 2024-11-04T23:08:33.448Z | Downloaded pbkdf2 v0.12.2 |
| 866 | 2024-11-04T23:08:33.450Z | Downloaded russh-keys v0.45.0 |
| 867 | 2024-11-04T23:08:33.453Z | Downloaded openssl-sys v0.9.103 |
| 868 | 2024-11-04T23:08:33.459Z | Downloaded progenitor-macro v0.8.0 |
| 869 | 2024-11-04T23:08:33.468Z | Downloaded tinyvec v1.8.0 |
| 870 | 2024-11-04T23:08:33.468Z | Downloaded fallible-iterator v0.3.0 |
| 871 | 2024-11-04T23:08:33.468Z | Downloaded derive_builder v0.20.2 |
| 872 | 2024-11-04T23:08:33.472Z | Downloaded gethostname v0.5.0 |
| 873 | 2024-11-04T23:08:33.472Z | Downloaded toml v0.7.8 |
| 874 | 2024-11-04T23:08:33.477Z | Downloaded vergen v8.3.2 |
| 875 | 2024-11-04T23:08:33.485Z | Downloaded peg v0.8.4 |
| 876 | 2024-11-04T23:08:33.485Z | Downloaded ssh-encoding v0.2.0 |
| 877 | 2024-11-04T23:08:33.489Z | Downloaded rustversion v1.0.17 |
| 878 | 2024-11-04T23:08:33.489Z | Downloaded socket2 v0.5.7 |
| 879 | 2024-11-04T23:08:33.489Z | Downloaded num-integer v0.1.46 |
| 880 | 2024-11-04T23:08:33.492Z | Downloaded supports-color v3.0.1 |
| 881 | 2024-11-04T23:08:33.492Z | Downloaded futures-executor v0.3.31 |
| 882 | 2024-11-04T23:08:33.492Z | Downloaded dsl_auto_type v0.1.2 |
| 883 | 2024-11-04T23:08:33.495Z | Downloaded tracing v0.1.40 |
| 884 | 2024-11-04T23:08:33.498Z | Downloaded parking_lot_core v0.9.10 |
| 885 | 2024-11-04T23:08:33.505Z | Downloaded wait-timeout v0.2.0 |
| 886 | 2024-11-04T23:08:33.505Z | Downloaded hickory-server v0.24.1 |
| 887 | 2024-11-04T23:08:33.509Z | Downloaded pkcs8 v0.10.2 |
| 888 | 2024-11-04T23:08:33.513Z | Downloaded psl-types v2.0.11 |
| 889 | 2024-11-04T23:08:33.513Z | Downloaded quinn-udp v0.5.5 |
| 890 | 2024-11-04T23:08:33.516Z | Downloaded hashbrown v0.14.5 |
| 891 | 2024-11-04T23:08:33.526Z | Downloaded peg-macros v0.8.4 |
| 892 | 2024-11-04T23:08:33.530Z | Downloaded snafu-derive v0.8.5 |
| 893 | 2024-11-04T23:08:33.531Z | Downloaded slog-term v2.9.1 |
| 894 | 2024-11-04T23:08:33.531Z | Downloaded rustls-webpki v0.101.7 |
| 895 | 2024-11-04T23:08:33.548Z | Downloaded rustls-pki-types v1.9.0 |
| 896 | 2024-11-04T23:08:33.553Z | Downloaded idna v0.3.0 |
| 897 | 2024-11-04T23:08:33.561Z | Downloaded zopfli v0.8.1 |
| 898 | 2024-11-04T23:08:33.569Z | Downloaded headers v0.4.0 |
| 899 | 2024-11-04T23:08:33.573Z | Downloaded reqwest v0.12.8 |
| 900 | 2024-11-04T23:08:33.581Z | Downloaded subprocess v0.2.9 |
| 901 | 2024-11-04T23:08:33.587Z | Downloaded zerocopy v0.6.6 |
| 902 | 2024-11-04T23:08:33.590Z | Downloaded unicode-bidi v0.3.17 |
| 903 | 2024-11-04T23:08:33.590Z | Downloaded tungstenite v0.23.0 |
| 904 | 2024-11-04T23:08:33.593Z | Downloaded tokio-util v0.7.12 |
| 905 | 2024-11-04T23:08:33.598Z | Downloaded term v0.7.0 |
| 906 | 2024-11-04T23:08:33.603Z | Downloaded tough v0.17.1 |
| 907 | 2024-11-04T23:08:33.612Z | Downloaded zip v0.6.6 |
| 908 | 2024-11-04T23:08:33.616Z | Downloaded futures-util v0.3.31 |
| 909 | 2024-11-04T23:08:33.630Z | Downloaded half v2.4.1 |
| 910 | 2024-11-04T23:08:33.632Z | Downloaded flate2 v1.0.34 |
| 911 | 2024-11-04T23:08:33.639Z | Downloaded nix v0.27.1 |
| 912 | 2024-11-04T23:08:33.651Z | Downloaded typed-path v0.7.1 |
| 913 | 2024-11-04T23:08:33.658Z | Downloaded heapless v0.7.17 |
| 914 | 2024-11-04T23:08:33.661Z | Downloaded futures v0.3.31 |
| 915 | 2024-11-04T23:08:33.665Z | Downloaded toml_edit v0.19.15 |
| 916 | 2024-11-04T23:08:33.681Z | Downloaded num-bigint v0.4.6 |
| 917 | 2024-11-04T23:08:33.685Z | Downloaded russh v0.45.0 |
| 918 | 2024-11-04T23:08:33.691Z | Downloaded qorb v0.2.0 |
| 919 | 2024-11-04T23:08:33.697Z | Downloaded publicsuffix v2.2.3 |
| 920 | 2024-11-04T23:08:33.697Z | Downloaded unicode-normalization v0.1.24 |
| 921 | 2024-11-04T23:08:33.702Z | Downloaded git2 v0.19.0 |
| 922 | 2024-11-04T23:08:33.710Z | Downloaded zip v2.1.3 |
| 923 | 2024-11-04T23:08:33.715Z | Downloaded num-bigint-dig v0.8.4 |
| 924 | 2024-11-04T23:08:33.719Z | Downloaded sqlparser v0.45.0 |
| 925 | 2024-11-04T23:08:33.725Z | Downloaded idna v0.5.0 |
| 926 | 2024-11-04T23:08:33.732Z | Downloaded idna v0.2.3 |
| 927 | 2024-11-04T23:08:33.738Z | Downloaded webpki-roots v0.26.6 |
| 928 | 2024-11-04T23:08:33.743Z | Downloaded proptest v1.5.0 |
| 929 | 2024-11-04T23:08:33.753Z | Downloaded rusqlite v0.32.1 |
| 930 | 2024-11-04T23:08:33.759Z | Downloaded p384 v0.13.0 |
| 931 | 2024-11-04T23:08:33.765Z | Downloaded idna v0.4.0 |
| 932 | 2024-11-04T23:08:33.772Z | Downloaded h2 v0.3.26 |
| 933 | 2024-11-04T23:08:33.779Z | Downloaded quick-xml v0.33.0 |
| 934 | 2024-11-04T23:08:33.787Z | Downloaded curve25519-dalek v4.1.3 |
| 935 | 2024-11-04T23:08:33.797Z | Downloaded portable-atomic v1.9.0 |
| 936 | 2024-11-04T23:08:33.805Z | Downloaded regex-syntax v0.6.29 |
| 937 | 2024-11-04T23:08:33.812Z | Downloaded serde_with v3.11.0 |
| 938 | 2024-11-04T23:08:33.823Z | Downloaded object v0.30.4 |
| 939 | 2024-11-04T23:08:33.832Z | Downloaded smoltcp v0.9.1 |
| 940 | 2024-11-04T23:08:33.844Z | Downloaded nix v0.28.0 |
| 941 | 2024-11-04T23:08:33.856Z | Downloaded nix v0.29.0 |
| 942 | 2024-11-04T23:08:33.868Z | Downloaded bindgen v0.69.5 |
| 943 | 2024-11-04T23:08:33.877Z | Downloaded expectorate v1.1.0 |
| 944 | 2024-11-04T23:08:33.881Z | Downloaded ssh-key v0.6.6 |
| 945 | 2024-11-04T23:08:33.886Z | Downloaded quinn-proto v0.11.8 |
| 946 | 2024-11-04T23:08:33.895Z | Downloaded radix_trie v0.2.1 |
| 947 | 2024-11-04T23:08:33.899Z | Downloaded polar-core v0.27.3 |
| 948 | 2024-11-04T23:08:33.908Z | Downloaded trust-dns-proto v0.22.0 |
| 949 | 2024-11-04T23:08:33.921Z | Downloaded regress v0.10.1 |
| 950 | 2024-11-04T23:08:33.930Z | Downloaded bstr v1.10.0 |
| 951 | 2024-11-04T23:08:33.941Z | Downloaded rustls v0.21.12 |
| 952 | 2024-11-04T23:08:33.955Z | Downloaded chrono-tz v0.10.0 |
| 953 | 2024-11-04T23:08:33.962Z | Downloaded gimli v0.31.1 |
| 954 | 2024-11-04T23:08:33.971Z | Downloaded smoltcp v0.11.0 |
| 955 | 2024-11-04T23:08:33.985Z | Downloaded rustls v0.22.4 |
| 956 | 2024-11-04T23:08:33.999Z | Downloaded dropshot v0.12.0 |
| 957 | 2024-11-04T23:08:34.021Z | Downloaded object v0.36.5 |
| 958 | 2024-11-04T23:08:34.031Z | Downloaded sled v0.34.7 |
| 959 | 2024-11-04T23:08:34.042Z | Downloaded ratatui v0.28.1 |
| 960 | 2024-11-04T23:08:34.063Z | Downloaded openapiv3 v2.0.0 |
| 961 | 2024-11-04T23:08:34.074Z | Downloaded hickory-proto v0.24.1 |
| 962 | 2024-11-04T23:08:34.090Z | Downloaded typify-impl v0.2.0 |
| 963 | 2024-11-04T23:08:34.109Z | Downloaded rustls v0.23.14 |
| 964 | 2024-11-04T23:08:34.120Z | Downloaded diesel v2.2.4 |
| 965 | 2024-11-04T23:08:34.143Z | Downloaded regex-syntax v0.8.5 |
| 966 | 2024-11-04T23:08:34.149Z | Downloaded openssl v0.10.66 |
| 967 | 2024-11-04T23:08:34.159Z | Downloaded regex-automata v0.4.8 |
| 968 | 2024-11-04T23:08:34.178Z | Downloaded lzma-sys v0.1.20 |
| 969 | 2024-11-04T23:08:34.211Z | Downloaded zerocopy-derive v0.6.6 |
| 970 | 2024-11-04T23:08:34.226Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 971 | 2024-11-04T23:08:34.233Z | Downloaded regress v0.9.1 |
| 972 | 2024-11-04T23:08:34.243Z | Downloaded vcpkg v0.2.15 |
| 973 | 2024-11-04T23:08:34.283Z | Downloaded petgraph v0.6.5 |
| 974 | 2024-11-04T23:08:34.301Z | Downloaded regex v1.11.0 |
| 975 | 2024-11-04T23:08:34.315Z | Downloaded tokio v1.40.0 |
| 976 | 2024-11-04T23:08:34.355Z | Downloaded salty v0.3.0 |
| 977 | 2024-11-04T23:08:34.362Z | Downloaded bitvec v1.0.1 |
| 978 | 2024-11-04T23:08:34.378Z | Downloaded rayon v1.10.0 |
| 979 | 2024-11-04T23:08:34.387Z | Downloaded libz-sys v1.1.20 |
| 980 | 2024-11-04T23:08:34.409Z | Downloaded sha3 v0.10.8 |
| 981 | 2024-11-04T23:08:34.414Z | Downloaded winnow v0.5.40 |
| 982 | 2024-11-04T23:08:34.423Z | Downloaded csv v1.3.0 |
| 983 | 2024-11-04T23:08:34.444Z | Downloaded tungstenite v0.24.0 |
| 984 | 2024-11-04T23:08:34.447Z | Downloaded reqwest v0.11.27 |
| 985 | 2024-11-04T23:08:34.457Z | Downloaded rustls-webpki v0.102.8 |
| 986 | 2024-11-04T23:08:34.475Z | Downloaded hyper v0.14.30 |
| 987 | 2024-11-04T23:08:34.483Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2024-11-04T23:08:34.486Z | Downloaded der v0.7.9 |
| 989 | 2024-11-04T23:08:34.490Z | Downloaded rustyline v14.0.0 |
| 990 | 2024-11-04T23:08:34.496Z | Downloaded h2 v0.4.6 |
| 991 | 2024-11-04T23:08:34.503Z | Downloaded snafu v0.8.5 |
| 992 | 2024-11-04T23:08:34.510Z | Downloaded p521 v0.13.3 |
| 993 | 2024-11-04T23:08:34.514Z | Downloaded flume v0.11.0 |
| 994 | 2024-11-04T23:08:34.517Z | Downloaded url v2.5.2 |
| 995 | 2024-11-04T23:08:34.523Z | Downloaded dirs-sys-next v0.1.2 |
| 996 | 2024-11-04T23:08:34.523Z | Downloaded typify v0.2.0 |
| 997 | 2024-11-04T23:08:34.526Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2024-11-04T23:08:34.526Z | Downloaded rcgen v0.12.1 |
| 999 | 2024-11-04T23:08:34.534Z | Downloaded rustc-demangle v0.1.24 |
| 1000 | 2024-11-04T23:08:34.538Z | Downloaded rayon-core v1.12.1 |
| 1001 | 2024-11-04T23:08:34.539Z | Downloaded itertools v0.13.0 |
| 1002 | 2024-11-04T23:08:34.544Z | Downloaded postcard v1.0.10 |
| 1003 | 2024-11-04T23:08:34.547Z | Downloaded oso v0.27.3 |
| 1004 | 2024-11-04T23:08:34.550Z | Downloaded lalrpop v0.19.12 |
| 1005 | 2024-11-04T23:08:34.559Z | Downloaded spin v0.5.2 |
| 1006 | 2024-11-04T23:08:34.564Z | Downloaded filetime v0.2.25 |
| 1007 | 2024-11-04T23:08:34.564Z | Downloaded fd-lock v4.0.2 |
| 1008 | 2024-11-04T23:08:34.566Z | Downloaded rustls-pemfile v2.2.0 |
| 1009 | 2024-11-04T23:08:34.569Z | Downloaded rustls-pemfile v1.0.4 |
| 1010 | 2024-11-04T23:08:34.572Z | Downloaded parking_lot_core v0.8.6 |
| 1011 | 2024-11-04T23:08:34.572Z | Downloaded float-cmp v0.9.0 |
| 1012 | 2024-11-04T23:08:34.578Z | Downloaded unicode-segmentation v1.12.0 |
| 1013 | 2024-11-04T23:08:34.580Z | Downloaded tar v0.4.42 |
| 1014 | 2024-11-04T23:08:34.580Z | Downloaded diesel_derives v2.2.3 |
| 1015 | 2024-11-04T23:08:34.584Z | Downloaded quinn v0.11.5 |
| 1016 | 2024-11-04T23:08:34.587Z | Downloaded test-strategy v0.3.1 |
| 1017 | 2024-11-04T23:08:34.594Z | Downloaded smf v0.2.3 |
| 1018 | 2024-11-04T23:08:34.600Z | Downloaded similar v2.6.0 |
| 1019 | 2024-11-04T23:08:34.601Z | Downloaded ppv-lite86 v0.2.20 |
| 1020 | 2024-11-04T23:08:34.601Z | Downloaded powerfmt v0.2.0 |
| 1021 | 2024-11-04T23:08:34.604Z | Downloaded stable_deref_trait v1.2.0 |
| 1022 | 2024-11-04T23:08:34.604Z | Downloaded nom v7.1.3 |
| 1023 | 2024-11-04T23:08:34.608Z | Downloaded unsafe-libyaml v0.2.11 |
| 1024 | 2024-11-04T23:08:34.612Z | Downloaded heapless v0.8.0 |
| 1025 | 2024-11-04T23:08:34.615Z | Downloaded fallible-iterator v0.2.0 |
| 1026 | 2024-11-04T23:08:34.615Z | Downloaded hashbrown v0.13.2 |
| 1027 | 2024-11-04T23:08:34.622Z | Downloaded slog-bunyan v2.5.0 |
| 1028 | 2024-11-04T23:08:34.625Z | Downloaded steno v0.4.1 |
| 1029 | 2024-11-04T23:08:34.625Z | Downloaded time-core v0.1.2 |
| 1030 | 2024-11-04T23:08:34.628Z | Downloaded termtree v0.4.1 |
| 1031 | 2024-11-04T23:08:34.628Z | Downloaded hkdf v0.12.4 |
| 1032 | 2024-11-04T23:08:34.628Z | Downloaded blake3 v1.5.4 |
| 1033 | 2024-11-04T23:08:34.637Z | Downloaded encoding_rs v0.8.34 |
| 1034 | 2024-11-04T23:08:34.661Z | Downloaded num-rational v0.4.2 |
| 1035 | 2024-11-04T23:08:34.664Z | Downloaded hashlink v0.9.1 |
| 1036 | 2024-11-04T23:08:34.666Z | Downloaded pkcs5 v0.7.1 |
| 1037 | 2024-11-04T23:08:34.669Z | Downloaded parking_lot v0.12.3 |
| 1038 | 2024-11-04T23:08:34.673Z | Downloaded semver v0.1.20 |
| 1039 | 2024-11-04T23:08:34.673Z | Downloaded ref-cast-impl v1.0.23 |
| 1040 | 2024-11-04T23:08:34.676Z | Downloaded schemars v0.8.21 |
| 1041 | 2024-11-04T23:08:34.683Z | Downloaded pin-project v1.1.6 |
| 1042 | 2024-11-04T23:08:34.698Z | Downloaded p256 v0.13.2 |
| 1043 | 2024-11-04T23:08:34.702Z | Downloaded yasna v0.5.2 |
| 1044 | 2024-11-04T23:08:34.702Z | Downloaded futures-macro v0.3.31 |
| 1045 | 2024-11-04T23:08:34.702Z | Downloaded rand_core v0.6.4 |
| 1046 | 2024-11-04T23:08:34.707Z | Downloaded rand_chacha v0.3.1 |
| 1047 | 2024-11-04T23:08:34.707Z | Downloaded indicatif v0.17.8 |
| 1048 | 2024-11-04T23:08:34.712Z | Downloaded structmeta v0.3.0 |
| 1049 | 2024-11-04T23:08:34.712Z | Downloaded hex v0.4.3 |
| 1050 | 2024-11-04T23:08:34.712Z | Downloaded heck v0.3.3 |
| 1051 | 2024-11-04T23:08:34.712Z | Downloaded futures-task v0.3.31 |
| 1052 | 2024-11-04T23:08:34.716Z | Downloaded flagset v0.4.6 |
| 1053 | 2024-11-04T23:08:34.716Z | Downloaded bytes v1.7.2 |
| 1054 | 2024-11-04T23:08:34.720Z | Downloaded base64 v0.21.7 |
| 1055 | 2024-11-04T23:08:34.720Z | Downloaded allocator-api2 v0.2.18 |
| 1056 | 2024-11-04T23:08:34.723Z | Downloaded arc-swap v1.7.1 |
| 1057 | 2024-11-04T23:08:34.726Z | Downloaded dyn-clone v1.0.17 |
| 1058 | 2024-11-04T23:08:34.729Z | Downloaded unicode-truncate v1.1.0 |
| 1059 | 2024-11-04T23:08:34.731Z | Downloaded tokio-macros v2.4.0 |
| 1060 | 2024-11-04T23:08:34.731Z | Downloaded pin-project-internal v1.1.6 |
| 1061 | 2024-11-04T23:08:34.731Z | Downloaded num-complex v0.4.6 |
| 1062 | 2024-11-04T23:08:34.734Z | Downloaded tokio-native-tls v0.3.1 |
| 1063 | 2024-11-04T23:08:34.734Z | Downloaded static_assertions v1.1.0 |
| 1064 | 2024-11-04T23:08:34.737Z | Downloaded slog-stdlog v4.1.1 |
| 1065 | 2024-11-04T23:08:34.737Z | Downloaded slog-scope v4.4.0 |
| 1066 | 2024-11-04T23:08:34.742Z | Downloaded ecdsa v0.16.9 |
| 1067 | 2024-11-04T23:08:34.742Z | Downloaded chacha20poly1305 v0.10.1 |
| 1068 | 2024-11-04T23:08:34.745Z | Downloaded tokio-stream v0.1.16 |
| 1069 | 2024-11-04T23:08:34.749Z | Downloaded ron v0.7.1 |
| 1070 | 2024-11-04T23:08:34.752Z | Downloaded same-file v1.0.6 |
| 1071 | 2024-11-04T23:08:34.752Z | Downloaded rfc6979 v0.4.0 |
| 1072 | 2024-11-04T23:08:34.755Z | Downloaded resolv-conf v0.7.0 |
| 1073 | 2024-11-04T23:08:34.755Z | Downloaded r2d2 v0.8.10 |
| 1074 | 2024-11-04T23:08:34.755Z | Downloaded env_logger v0.10.2 |
| 1075 | 2024-11-04T23:08:34.759Z | Downloaded castaway v0.2.3 |
| 1076 | 2024-11-04T23:08:34.759Z | Downloaded clang-sys v1.8.1 |
| 1077 | 2024-11-04T23:08:34.763Z | Downloaded packed_struct_codegen v0.10.1 |
| 1078 | 2024-11-04T23:08:34.763Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1079 | 2024-11-04T23:08:34.819Z | Downloaded cookie v0.18.1 |
| 1080 | 2024-11-04T23:08:34.822Z | Downloaded derive_builder_core v0.20.2 |
| 1081 | 2024-11-04T23:08:34.827Z | Downloaded libxml v0.3.3 |
| 1082 | 2024-11-04T23:08:34.831Z | Downloaded hyper-staticfile v0.10.1 |
| 1083 | 2024-11-04T23:08:34.837Z | Downloaded memmap2 v0.9.5 |
| 1084 | 2024-11-04T23:08:34.837Z | Downloaded smallvec v1.13.2 |
| 1085 | 2024-11-04T23:08:34.841Z | Downloaded ctr v0.9.2 |
| 1086 | 2024-11-04T23:08:34.841Z | Downloaded mockall v0.13.0 |
| 1087 | 2024-11-04T23:08:34.841Z | Downloaded const_format_proc_macros v0.2.33 |
| 1088 | 2024-11-04T23:08:34.841Z | Downloaded libloading v0.8.5 |
| 1089 | 2024-11-04T23:08:34.844Z | Downloaded console v0.15.8 |
| 1090 | 2024-11-04T23:08:34.848Z | Downloaded unicase v2.7.0 |
| 1091 | 2024-11-04T23:08:34.848Z | Downloaded foreign-types v0.3.2 |
| 1092 | 2024-11-04T23:08:34.849Z | Downloaded spin v0.9.8 |
| 1093 | 2024-11-04T23:08:34.851Z | Downloaded httparse v1.9.5 |
| 1094 | 2024-11-04T23:08:34.851Z | Downloaded tls_codec v0.4.1 |
| 1095 | 2024-11-04T23:08:34.854Z | Downloaded http v0.2.12 |
| 1096 | 2024-11-04T23:08:34.857Z | Downloaded cancel-safe-futures v0.1.5 |
| 1097 | 2024-11-04T23:08:34.860Z | Downloaded bumpalo v3.16.0 |
| 1098 | 2024-11-04T23:08:34.864Z | Downloaded crypto-bigint v0.5.5 |
| 1099 | 2024-11-04T23:08:34.870Z | Downloaded bcs v0.1.6 |
| 1100 | 2024-11-04T23:08:34.879Z | Downloaded lru-cache v0.1.2 |
| 1101 | 2024-11-04T23:08:34.879Z | Downloaded maybe-uninit v2.0.0 |
| 1102 | 2024-11-04T23:08:34.880Z | Downloaded libsw v3.3.1 |
| 1103 | 2024-11-04T23:08:34.880Z | Downloaded libefi-sys v0.1.0 |
| 1104 | 2024-11-04T23:08:34.885Z | Downloaded colored v2.1.0 |
| 1105 | 2024-11-04T23:08:34.885Z | Downloaded lru v0.12.5 |
| 1106 | 2024-11-04T23:08:34.885Z | Downloaded instability v0.3.2 |
| 1107 | 2024-11-04T23:08:34.885Z | Downloaded indent_write v2.2.0 |
| 1108 | 2024-11-04T23:08:34.885Z | Downloaded async-trait v0.1.83 |
| 1109 | 2024-11-04T23:08:34.885Z | Downloaded constant_time_eq v0.3.1 |
| 1110 | 2024-11-04T23:08:34.885Z | Downloaded cbc v0.1.2 |
| 1111 | 2024-11-04T23:08:34.889Z | Downloaded bitflags v1.3.2 |
| 1112 | 2024-11-04T23:08:34.889Z | Downloaded is-terminal v0.4.13 |
| 1113 | 2024-11-04T23:08:34.889Z | Downloaded indoc v1.0.9 |
| 1114 | 2024-11-04T23:08:34.893Z | Downloaded httpdate v1.0.3 |
| 1115 | 2024-11-04T23:08:34.893Z | Downloaded cipher v0.4.4 |
| 1116 | 2024-11-04T23:08:34.896Z | Downloaded kstat-rs v0.2.4 |
| 1117 | 2024-11-04T23:08:34.896Z | Downloaded cc v1.1.30 |
| 1118 | 2024-11-04T23:08:34.901Z | Downloaded buf-list v1.0.3 |
| 1119 | 2024-11-04T23:08:34.901Z | Downloaded hostname v0.3.1 |
| 1120 | 2024-11-04T23:08:34.903Z | Downloaded csv-core v0.1.11 |
| 1121 | 2024-11-04T23:08:34.903Z | Downloaded arrayvec v0.7.6 |
| 1122 | 2024-11-04T23:08:34.904Z | Downloaded argon2 v0.5.3 |
| 1123 | 2024-11-04T23:08:34.906Z | Downloaded cassowary v0.3.0 |
| 1124 | 2024-11-04T23:08:34.906Z | Downloaded match_cfg v0.1.0 |
| 1125 | 2024-11-04T23:08:34.909Z | Downloaded chrono-tz-build v0.4.0 |
| 1126 | 2024-11-04T23:08:34.909Z | Downloaded async-stream v0.3.6 |
| 1127 | 2024-11-04T23:08:34.913Z | Downloaded arrayref v0.3.9 |
| 1128 | 2024-11-04T23:08:34.913Z | Downloaded hostname v0.4.0 |
| 1129 | 2024-11-04T23:08:34.914Z | Downloaded hmac v0.12.1 |
| 1130 | 2024-11-04T23:08:35.302Z | Downloaded ring v0.17.8 |
| 1131 | 2024-11-04T23:08:35.482Z | Downloaded ring v0.16.20 |
| 1132 | 2024-11-04T23:08:35.565Z | Downloaded libsqlite3-sys v0.30.1 |
| 1133 | 2024-11-04T23:08:35.740Z | Compiling serde v1.0.210 |
| 1134 | 2024-11-04T23:08:35.743Z | Compiling typenum v1.17.0 |
| 1135 | 2024-11-04T23:08:35.743Z | Compiling generic-array v0.14.7 |
| 1136 | 2024-11-04T23:08:35.743Z | Compiling lock_api v0.4.12 |
| 1137 | 2024-11-04T23:08:35.743Z | Compiling scopeguard v1.2.0 |
| 1138 | 2024-11-04T23:08:35.743Z | Compiling subtle v2.6.1 |
| 1139 | 2024-11-04T23:08:35.920Z | Compiling syn v2.0.79 |
| 1140 | 2024-11-04T23:08:35.932Z | Compiling getrandom v0.2.15 |
| 1141 | 2024-11-04T23:08:36.080Z | Compiling value-bag v1.9.0 |
| 1142 | 2024-11-04T23:08:36.172Z | Compiling rand_core v0.6.4 |
| 1143 | 2024-11-04T23:08:36.290Z | Compiling const-oid v0.9.6 |
| 1144 | 2024-11-04T23:08:36.338Z | Compiling jobserver v0.1.32 |
| 1145 | 2024-11-04T23:08:36.429Z | Compiling shlex v1.3.0 |
| 1146 | 2024-11-04T23:08:36.641Z | Compiling log v0.4.22 |
| 1147 | 2024-11-04T23:08:36.704Z | Compiling pin-project-lite v0.2.14 |
| 1148 | 2024-11-04T23:08:36.785Z | Compiling cc v1.1.30 |
| 1149 | 2024-11-04T23:08:36.823Z | Compiling smallvec v1.13.2 |
| 1150 | 2024-11-04T23:08:36.842Z | Compiling parking_lot_core v0.9.10 |
| 1151 | 2024-11-04T23:08:37.208Z | Compiling futures-core v0.3.31 |
| 1152 | 2024-11-04T23:08:37.240Z | Compiling signal-hook-registry v1.4.2 |
| 1153 | 2024-11-04T23:08:37.436Z | Compiling mio v1.0.2 |
| 1154 | 2024-11-04T23:08:37.528Z | Compiling cpufeatures v0.2.14 |
| 1155 | 2024-11-04T23:08:37.632Z | Compiling futures-sink v0.3.31 |
| 1156 | 2024-11-04T23:08:37.787Z | Compiling parking_lot v0.12.3 |
| 1157 | 2024-11-04T23:08:37.928Z | Compiling spin v0.9.8 |
| 1158 | 2024-11-04T23:08:38.055Z | Compiling socket2 v0.5.7 |
| 1159 | 2024-11-04T23:08:38.175Z | Compiling slab v0.4.9 |
| 1160 | 2024-11-04T23:08:38.325Z | Compiling serde_json v1.0.128 |
| 1161 | 2024-11-04T23:08:38.554Z | Compiling futures-channel v0.3.31 |
| 1162 | 2024-11-04T23:08:38.685Z | Compiling tinyvec_macros v0.1.1 |
| 1163 | 2024-11-04T23:08:38.711Z | Compiling foldhash v0.1.3 |
| 1164 | 2024-11-04T23:08:38.772Z | Compiling pin-utils v0.1.0 |
| 1165 | 2024-11-04T23:08:38.790Z | Compiling allocator-api2 v0.2.18 |
| 1166 | 2024-11-04T23:08:38.871Z | Compiling futures-io v0.3.31 |
| 1167 | 2024-11-04T23:08:39.018Z | Compiling futures-task v0.3.31 |
| 1168 | 2024-11-04T23:08:39.021Z | Compiling tinyvec v1.8.0 |
| 1169 | 2024-11-04T23:08:39.058Z | Compiling libm v0.2.8 |
| 1170 | 2024-11-04T23:08:39.105Z | Compiling pkg-config v0.3.31 |
| 1171 | 2024-11-04T23:08:39.188Z | Compiling num-traits v0.2.19 |
| 1172 | 2024-11-04T23:08:39.345Z | Compiling unicode-bidi v0.3.17 |
| 1173 | 2024-11-04T23:08:39.502Z | Compiling hashbrown v0.15.0 |
| 1174 | 2024-11-04T23:08:39.845Z | Compiling base64ct v1.6.0 |
| 1175 | 2024-11-04T23:08:40.619Z | Compiling unicode-normalization v0.1.24 |
| 1176 | 2024-11-04T23:08:40.637Z | Compiling pem-rfc7468 v0.7.0 |
| 1177 | 2024-11-04T23:08:40.739Z | Compiling flagset v0.4.6 |
| 1178 | 2024-11-04T23:08:40.856Z | Compiling httparse v1.9.5 |
| 1179 | 2024-11-04T23:08:40.905Z | Compiling tracing-core v0.1.32 |
| 1180 | 2024-11-04T23:08:40.937Z | Compiling crossbeam-utils v0.8.20 |
| 1181 | 2024-11-04T23:08:40.957Z | Compiling ring v0.17.8 |
| 1182 | 2024-11-04T23:08:41.330Z | Compiling percent-encoding v2.3.1 |
| 1183 | 2024-11-04T23:08:41.558Z | Compiling rustls-pki-types v1.9.0 |
| 1184 | 2024-11-04T23:08:41.769Z | Compiling time-core v0.1.2 |
| 1185 | 2024-11-04T23:08:41.787Z | Compiling vcpkg v0.2.15 |
| 1186 | 2024-11-04T23:08:41.944Z | Compiling untrusted v0.9.0 |
| 1187 | 2024-11-04T23:08:42.120Z | Compiling powerfmt v0.2.0 |
| 1188 | 2024-11-04T23:08:42.422Z | Compiling num-conv v0.1.0 |
| 1189 | 2024-11-04T23:08:42.446Z | Compiling deranged v0.3.11 |
| 1190 | 2024-11-04T23:08:42.554Z | Compiling atomic-waker v1.1.2 |
| 1191 | 2024-11-04T23:08:42.634Z | Compiling num_threads v0.1.7 |
| 1192 | 2024-11-04T23:08:42.675Z | Compiling time-macros v0.2.18 |
| 1193 | 2024-11-04T23:08:42.724Z | Compiling form_urlencoded v1.2.1 |
| 1194 | 2024-11-04T23:08:42.743Z | Compiling try-lock v0.2.5 |
| 1195 | 2024-11-04T23:08:42.879Z | Compiling slog v2.7.0 |
| 1196 | 2024-11-04T23:08:42.967Z | Compiling rustix v0.38.37 |
| 1197 | 2024-11-04T23:08:43.430Z | Compiling want v0.3.1 |
| 1198 | 2024-11-04T23:08:43.624Z | Compiling openssl-sys v0.9.103 |
| 1199 | 2024-11-04T23:08:43.627Z | Compiling httpdate v1.0.3 |
| 1200 | 2024-11-04T23:08:43.801Z | Compiling idna v0.5.0 |
| 1201 | 2024-11-04T23:08:44.058Z | Compiling match_cfg v0.1.0 |
| 1202 | 2024-11-04T23:08:44.152Z | Compiling foreign-types-shared v0.1.1 |
| 1203 | 2024-11-04T23:08:44.259Z | Compiling adler2 v2.0.0 |
| 1204 | 2024-11-04T23:08:44.329Z | Compiling rustversion v1.0.17 |
| 1205 | 2024-11-04T23:08:44.449Z | Compiling iana-time-zone v0.1.61 |
| 1206 | 2024-11-04T23:08:44.479Z | Compiling tower-service v0.3.3 |
| 1207 | 2024-11-04T23:08:44.610Z | Compiling base64 v0.22.1 |
| 1208 | 2024-11-04T23:08:44.855Z | Compiling openssl v0.10.66 |
| 1209 | 2024-11-04T23:08:45.026Z | Compiling url v2.5.2 |
| 1210 | 2024-11-04T23:08:45.106Z | Compiling miniz_oxide v0.8.0 |
| 1211 | 2024-11-04T23:08:45.239Z | Compiling foreign-types v0.3.2 |
| 1212 | 2024-11-04T23:08:45.257Z | Compiling hostname v0.3.1 |
| 1213 | 2024-11-04T23:08:45.373Z | Compiling dirs-sys-next v0.1.2 |
| 1214 | 2024-11-04T23:08:45.484Z | Compiling aho-corasick v1.1.3 |
| 1215 | 2024-11-04T23:08:45.571Z | Compiling time v0.3.36 |
| 1216 | 2024-11-04T23:08:45.954Z | Compiling native-tls v0.2.12 |
| 1217 | 2024-11-04T23:08:46.294Z | Compiling rustls v0.23.14 |
| 1218 | 2024-11-04T23:08:46.413Z | Compiling regex-syntax v0.8.5 |
| 1219 | 2024-11-04T23:08:46.553Z | Compiling rustls v0.22.4 |
| 1220 | 2024-11-04T23:08:46.621Z | Compiling siphasher v0.3.11 |
| 1221 | 2024-11-04T23:08:46.645Z | Compiling syn v1.0.109 |
| 1222 | 2024-11-04T23:08:46.766Z | Compiling data-encoding v2.6.0 |
| 1223 | 2024-11-04T23:08:47.006Z | Compiling dirs-next v2.0.0 |
| 1224 | 2024-11-04T23:08:47.310Z | Compiling serde_derive_internals v0.29.1 |
| 1225 | 2024-11-04T23:08:48.430Z | Compiling crossbeam-epoch v0.9.18 |
| 1226 | 2024-11-04T23:08:48.873Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1227 | 2024-11-04T23:08:49.199Z | Compiling lazy_static v1.5.0 |
| 1228 | 2024-11-04T23:08:49.236Z | Compiling serde_derive v1.0.210 |
| 1229 | 2024-11-04T23:08:49.289Z | Compiling zeroize_derive v1.4.2 |
| 1230 | 2024-11-04T23:08:49.298Z | Compiling zerocopy-derive v0.7.35 |
| 1231 | 2024-11-04T23:08:49.777Z | Compiling tokio-macros v2.4.0 |
| 1232 | 2024-11-04T23:08:50.293Z | Compiling thiserror-impl v1.0.64 |
| 1233 | 2024-11-04T23:08:50.385Z | Compiling futures-macro v0.3.31 |
| 1234 | 2024-11-04T23:08:50.734Z | Compiling zeroize v1.8.1 |
| 1235 | 2024-11-04T23:08:51.505Z | Compiling der_derive v0.7.3 |
| 1236 | 2024-11-04T23:08:51.525Z | Compiling zerocopy v0.7.35 |
| 1237 | 2024-11-04T23:08:52.225Z | Compiling futures-util v0.3.31 |
| 1238 | 2024-11-04T23:08:52.540Z | Compiling tracing-attributes v0.1.27 |
| 1239 | 2024-11-04T23:08:52.619Z | Compiling crypto-common v0.1.6 |
| 1240 | 2024-11-04T23:08:52.833Z | Compiling block-buffer v0.10.4 |
| 1241 | 2024-11-04T23:08:52.852Z | Compiling block-padding v0.3.3 |
| 1242 | 2024-11-04T23:08:53.081Z | Compiling digest v0.10.7 |
| 1243 | 2024-11-04T23:08:53.100Z | Compiling inout v0.1.3 |
| 1244 | 2024-11-04T23:08:53.253Z | Compiling thiserror v1.0.64 |
| 1245 | 2024-11-04T23:08:53.349Z | Compiling cipher v0.4.4 |
| 1246 | 2024-11-04T23:08:53.384Z | Compiling ppv-lite86 v0.2.20 |
| 1247 | 2024-11-04T23:08:53.530Z | Compiling hmac v0.12.1 |
| 1248 | 2024-11-04T23:08:53.583Z | Compiling sha2 v0.10.8 |
| 1249 | 2024-11-04T23:08:53.605Z | Compiling der v0.7.9 |
| 1250 | 2024-11-04T23:08:53.812Z | Compiling pbkdf2 v0.12.2 |
| 1251 | 2024-11-04T23:08:53.903Z | Compiling salsa20 v0.10.2 |
| 1252 | 2024-11-04T23:08:53.989Z | Compiling pest v2.7.14 |
| 1253 | 2024-11-04T23:08:54.123Z | Compiling aes v0.8.4 |
| 1254 | 2024-11-04T23:08:54.305Z | Compiling rand_chacha v0.3.1 |
| 1255 | 2024-11-04T23:08:56.052Z | Compiling tracing v0.1.40 |
| 1256 | 2024-11-04T23:08:56.544Z | Compiling spki v0.7.3 |
| 1257 | 2024-11-04T23:08:56.566Z | Compiling rand v0.8.5 |
| 1258 | 2024-11-04T23:08:56.845Z | Compiling pest_meta v2.7.14 |
| 1259 | 2024-11-04T23:08:56.894Z | Compiling scrypt v0.11.0 |
| 1260 | 2024-11-04T23:08:56.914Z | Compiling cbc v0.1.2 |
| 1261 | 2024-11-04T23:08:57.155Z | Compiling scroll_derive v0.12.0 |
| 1262 | 2024-11-04T23:08:57.192Z | Compiling pkcs5 v0.7.1 |
| 1263 | 2024-11-04T23:08:57.467Z | Compiling async-trait v0.1.83 |
| 1264 | 2024-11-04T23:08:58.335Z | Compiling pest_generator v2.7.14 |
| 1265 | 2024-11-04T23:08:58.534Z | Compiling scroll v0.12.0 |
| 1266 | 2024-11-04T23:08:58.623Z | Compiling pkcs8 v0.10.2 |
| 1267 | 2024-11-04T23:08:58.781Z | Compiling openssl-macros v0.1.1 |
| 1268 | 2024-11-04T23:08:59.133Z | Compiling rustls-webpki v0.102.8 |
| 1269 | 2024-11-04T23:08:59.325Z | Compiling goblin v0.8.2 |
| 1270 | 2024-11-04T23:08:59.603Z | Compiling sha1 v0.10.6 |
| 1271 | 2024-11-04T23:09:00.021Z | Compiling signature v2.2.0 |
| 1272 | 2024-11-04T23:09:00.107Z | Compiling regex-automata v0.4.8 |
| 1273 | 2024-11-04T23:09:00.259Z | Compiling thread_local v1.1.8 |
| 1274 | 2024-11-04T23:09:00.305Z | Compiling cookie v0.18.1 |
| 1275 | 2024-11-04T23:09:00.605Z | Compiling multer v3.1.0 |
| 1276 | 2024-11-04T23:09:00.697Z | Compiling encoding_rs v0.8.34 |
| 1277 | 2024-11-04T23:09:00.800Z | Compiling paste v1.0.15 |
| 1278 | 2024-11-04T23:09:00.891Z | Compiling schemars v0.8.21 |
| 1279 | 2024-11-04T23:09:01.102Z | Compiling openssl-probe v0.1.5 |
| 1280 | 2024-11-04T23:09:01.248Z | Compiling rayon-core v1.12.1 |
| 1281 | 2024-11-04T23:09:01.326Z | Compiling ipnet v2.10.1 |
| 1282 | 2024-11-04T23:09:01.476Z | Compiling signal-hook v0.3.17 |
| 1283 | 2024-11-04T23:09:01.509Z | Compiling pest_derive v2.7.14 |
| 1284 | 2024-11-04T23:09:01.528Z | Compiling unicode-properties v0.1.3 |
| 1285 | 2024-11-04T23:09:01.738Z | Compiling mime v0.3.17 |
| 1286 | 2024-11-04T23:09:01.941Z | Compiling slog-async v2.8.0 |
| 1287 | 2024-11-04T23:09:02.274Z | Compiling dtrace-parser v0.2.0 |
| 1288 | 2024-11-04T23:09:02.353Z | Compiling either v1.13.0 |
| 1289 | 2024-11-04T23:09:02.467Z | Compiling gimli v0.31.1 |
| 1290 | 2024-11-04T23:09:02.556Z | Compiling stringprep v0.1.5 |
| 1291 | 2024-11-04T23:09:02.745Z | Compiling bytes v1.7.2 |
| 1292 | 2024-11-04T23:09:03.672Z | Compiling tokio v1.40.0 |
| 1293 | 2024-11-04T23:09:04.076Z | Compiling indexmap v2.6.0 |
| 1294 | 2024-11-04T23:09:04.275Z | Compiling http v1.1.0 |
| 1295 | 2024-11-04T23:09:04.826Z | Compiling bitflags v2.6.0 |
| 1296 | 2024-11-04T23:09:05.236Z | Compiling semver v1.0.23 |
| 1297 | 2024-11-04T23:09:05.982Z | Compiling rustc_version v0.4.1 |
| 1298 | 2024-11-04T23:09:06.174Z | Compiling http-body v1.0.1 |
| 1299 | 2024-11-04T23:09:06.415Z | Compiling dof v0.3.0 |
| 1300 | 2024-11-04T23:09:06.665Z | Compiling serde_spanned v0.6.8 |
| 1301 | 2024-11-04T23:09:06.711Z | Compiling toml_datetime v0.6.8 |
| 1302 | 2024-11-04T23:09:06.906Z | Compiling uuid v1.10.0 |
| 1303 | 2024-11-04T23:09:07.227Z | Compiling serde_tokenstream v0.2.2 |
| 1304 | 2024-11-04T23:09:07.660Z | Compiling usdt-impl v0.5.0 |
| 1305 | 2024-11-04T23:09:07.837Z | Compiling chrono v0.4.38 |
| 1306 | 2024-11-04T23:09:08.430Z | Compiling heapless v0.7.17 |
| 1307 | 2024-11-04T23:09:08.493Z | Compiling http-body-util v0.1.2 |
| 1308 | 2024-11-04T23:09:09.044Z | Compiling toml_edit v0.22.22 |
| 1309 | 2024-11-04T23:09:09.060Z | Compiling addr2line v0.24.2 |
| 1310 | 2024-11-04T23:09:09.182Z | Compiling usdt-macro v0.5.0 |
| 1311 | 2024-11-04T23:09:09.753Z | Compiling usdt-attr-macro v0.5.0 |
| 1312 | 2024-11-04T23:09:10.611Z | Compiling curve25519-dalek v4.1.3 |
| 1313 | 2024-11-04T23:09:11.106Z | Compiling slog-json v2.6.1 |
| 1314 | 2024-11-04T23:09:11.276Z | Compiling serde_urlencoded v0.7.1 |
| 1315 | 2024-11-04T23:09:11.534Z | Compiling futures-executor v0.3.31 |
| 1316 | 2024-11-04T23:09:11.795Z | Compiling tokio-util v0.7.12 |
| 1317 | 2024-11-04T23:09:11.881Z | Compiling md-5 v0.10.6 |
| 1318 | 2024-11-04T23:09:12.053Z | Compiling schemars_derive v0.8.21 |
| 1319 | 2024-11-04T23:09:13.080Z | Compiling h2 v0.4.6 |
| 1320 | 2024-11-04T23:09:13.703Z | Compiling enum-as-inner v0.6.1 |
| 1321 | 2024-11-04T23:09:14.754Z | Compiling async-stream-impl v0.3.6 |
| 1322 | 2024-11-04T23:09:15.836Z | Compiling crossbeam-deque v0.8.5 |
| 1323 | 2024-11-04T23:09:16.146Z | Compiling term v0.7.0 |
| 1324 | 2024-11-04T23:09:16.794Z | Compiling crossbeam-channel v0.5.13 |
| 1325 | 2024-11-04T23:09:17.364Z | Compiling num-integer v0.1.46 |
| 1326 | 2024-11-04T23:09:17.577Z | Compiling rustls-pemfile v2.2.0 |
| 1327 | 2024-11-04T23:09:17.881Z | Compiling idna v0.3.0 |
| 1328 | 2024-11-04T23:09:17.905Z | Compiling idna v0.4.0 |
| 1329 | 2024-11-04T23:09:17.926Z | Compiling hash32 v0.2.1 |
| 1330 | 2024-11-04T23:09:18.112Z | Compiling ff v0.13.0 |
| 1331 | 2024-11-04T23:09:18.298Z | Compiling is-terminal v0.4.13 |
| 1332 | 2024-11-04T23:09:18.335Z | Compiling dropshot v0.12.0 |
| 1333 | 2024-11-04T23:09:18.431Z | Compiling object v0.36.5 |
| 1334 | 2024-11-04T23:09:18.653Z | Compiling psl-types v2.0.11 |
| 1335 | 2024-11-04T23:09:18.857Z | Compiling num-bigint-dig v0.8.4 |
| 1336 | 2024-11-04T23:09:19.154Z | Compiling stable_deref_trait v1.2.0 |
| 1337 | 2024-11-04T23:09:19.261Z | Compiling take_mut v0.2.2 |
| 1338 | 2024-11-04T23:09:19.415Z | Compiling dyn-clone v1.0.17 |
| 1339 | 2024-11-04T23:09:19.510Z | Compiling anyhow v1.0.92 |
| 1340 | 2024-11-04T23:09:19.512Z | Compiling utf-8 v0.7.6 |
| 1341 | 2024-11-04T23:09:19.634Z | Compiling quick-error v1.2.3 |
| 1342 | 2024-11-04T23:09:19.791Z | Compiling base16ct v0.2.0 |
| 1343 | 2024-11-04T23:09:19.882Z | Compiling hyper v1.4.1 |
| 1344 | 2024-11-04T23:09:20.175Z | Compiling fallible-iterator v0.2.0 |
| 1345 | 2024-11-04T23:09:20.198Z | Compiling linked-hash-map v0.5.6 |
| 1346 | 2024-11-04T23:09:20.582Z | Compiling portable-atomic v1.9.0 |
| 1347 | 2024-11-04T23:09:20.930Z | Compiling smoltcp v0.9.1 |
| 1348 | 2024-11-04T23:09:21.414Z | Compiling rustc-demangle v0.1.24 |
| 1349 | 2024-11-04T23:09:21.644Z | Compiling postgres-protocol v0.6.7 |
| 1350 | 2024-11-04T23:09:21.695Z | Compiling lru-cache v0.1.2 |
| 1351 | 2024-11-04T23:09:22.187Z | Compiling sec1 v0.7.3 |
| 1352 | 2024-11-04T23:09:22.256Z | Compiling resolv-conf v0.7.0 |
| 1353 | 2024-11-04T23:09:22.750Z | Compiling hyper-util v0.1.9 |
| 1354 | 2024-11-04T23:09:22.950Z | Compiling tungstenite v0.24.0 |
| 1355 | 2024-11-04T23:09:24.333Z | Compiling publicsuffix v2.2.3 |
| 1356 | 2024-11-04T23:09:24.559Z | Compiling hickory-proto v0.24.1 |
| 1357 | 2024-11-04T23:09:24.657Z | Compiling slog-term v2.9.1 |
| 1358 | 2024-11-04T23:09:25.137Z | Compiling usdt v0.5.0 |
| 1359 | 2024-11-04T23:09:25.161Z | Compiling group v0.13.0 |
| 1360 | 2024-11-04T23:09:25.457Z | Compiling num-iter v0.1.45 |
| 1361 | 2024-11-04T23:09:25.642Z | Compiling tokio-rustls v0.26.0 |
| 1362 | 2024-11-04T23:09:25.799Z | Compiling backtrace v0.3.74 |
| 1363 | 2024-11-04T23:09:25.979Z | Compiling async-stream v0.3.6 |
| 1364 | 2024-11-04T23:09:26.097Z | Compiling tokio-rustls v0.25.0 |
| 1365 | 2024-11-04T23:09:26.267Z | Compiling tokio-native-tls v0.3.1 |
| 1366 | 2024-11-04T23:09:26.519Z | Compiling toml v0.8.19 |
| 1367 | 2024-11-04T23:09:26.548Z | Compiling futures v0.3.31 |
| 1368 | 2024-11-04T23:09:27.339Z | Compiling slog-bunyan v2.5.0 |
| 1369 | 2024-11-04T23:09:27.679Z | Compiling camino v1.1.9 |
| 1370 | 2024-11-04T23:09:27.789Z | Compiling terminal_size v0.4.0 |
| 1371 | 2024-11-04T23:09:27.832Z | Compiling dropshot_endpoint v0.12.0 |
| 1372 | 2024-11-04T23:09:27.993Z | Compiling openapiv3 v2.0.0 |
| 1373 | 2024-11-04T23:09:28.201Z | Compiling serde_path_to_error v0.1.16 |
| 1374 | 2024-11-04T23:09:28.543Z | Compiling hkdf v0.12.4 |
| 1375 | 2024-11-04T23:09:28.721Z | Compiling crypto-bigint v0.5.5 |
| 1376 | 2024-11-04T23:09:28.816Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1377 | 2024-11-04T23:09:29.056Z | Compiling zerocopy-derive v0.6.6 |
| 1378 | 2024-11-04T23:09:29.120Z | Compiling phf_shared v0.11.2 |
| 1379 | 2024-11-04T23:09:29.500Z | Compiling hubpack_derive v0.1.1 |
| 1380 | 2024-11-04T23:09:29.517Z | Compiling waitgroup v0.1.2 |
| 1381 | 2024-11-04T23:09:29.739Z | Compiling webpki-roots v0.26.6 |
| 1382 | 2024-11-04T23:09:29.970Z | Compiling hostname v0.4.0 |
| 1383 | 2024-11-04T23:09:30.217Z | Compiling fs-err v2.11.0 |
| 1384 | 2024-11-04T23:09:30.268Z | Compiling ahash v0.8.11 |
| 1385 | 2024-11-04T23:09:30.373Z | Compiling crc32fast v1.4.2 |
| 1386 | 2024-11-04T23:09:30.550Z | Compiling winnow v0.5.40 |
| 1387 | 2024-11-04T23:09:30.637Z | Compiling managed v0.8.0 |
| 1388 | 2024-11-04T23:09:30.693Z | Compiling bitflags v1.3.2 |
| 1389 | 2024-11-04T23:09:30.796Z | Compiling debug-ignore v1.0.5 |
| 1390 | 2024-11-04T23:09:30.946Z | Compiling strum_macros v0.25.3 |
| 1391 | 2024-11-04T23:09:31.031Z | Compiling zerocopy v0.6.6 |
| 1392 | 2024-11-04T23:09:31.872Z | Compiling elliptic-curve v0.13.8 |
| 1393 | 2024-11-04T23:09:32.352Z | Compiling clap_builder v4.5.20 |
| 1394 | 2024-11-04T23:09:32.786Z | Compiling flate2 v1.0.34 |
| 1395 | 2024-11-04T23:09:33.125Z | Compiling console v0.15.8 |
| 1396 | 2024-11-04T23:09:33.972Z | Compiling hubpack v0.1.2 |
| 1397 | 2024-11-04T23:09:34.249Z | Compiling toml_edit v0.19.15 |
| 1398 | 2024-11-04T23:09:34.459Z | Compiling hickory-resolver v0.24.1 |
| 1399 | 2024-11-04T23:09:34.702Z | Compiling hyper-rustls v0.27.3 |
| 1400 | 2024-11-04T23:09:34.732Z | Compiling phf v0.11.2 |
| 1401 | 2024-11-04T23:09:34.915Z | Compiling signal-hook-mio v0.2.4 |
| 1402 | 2024-11-04T23:09:35.039Z | Compiling cookie_store v0.21.0 |
| 1403 | 2024-11-04T23:09:35.085Z | Compiling bzip2 v0.4.4 |
| 1404 | 2024-11-04T23:09:35.489Z | Compiling hyper-tls v0.6.0 |
| 1405 | 2024-11-04T23:09:35.910Z | Compiling rayon v1.10.0 |
| 1406 | 2024-11-04T23:09:36.528Z | Compiling tokio-tungstenite v0.24.0 |
| 1407 | 2024-11-04T23:09:37.100Z | Compiling postgres-types v0.2.8 |
| 1408 | 2024-11-04T23:09:40.050Z | Compiling tokio-stream v0.1.16 |
| 1409 | 2024-11-04T23:09:40.744Z | Compiling bstr v1.10.0 |
| 1410 | 2024-11-04T23:09:40.976Z | Compiling regex v1.11.0 |
| 1411 | 2024-11-04T23:09:41.135Z | Compiling serde-big-array v0.5.1 |
| 1412 | 2024-11-04T23:09:41.289Z | Compiling ed25519 v2.2.3 |
| 1413 | 2024-11-04T23:09:41.367Z | Compiling pkcs1 v0.7.5 |
| 1414 | 2024-11-04T23:09:41.431Z | Compiling rfc6979 v0.4.0 |
| 1415 | 2024-11-04T23:09:41.636Z | Compiling clap_derive v4.5.18 |
| 1416 | 2024-11-04T23:09:41.913Z | Compiling derive-where v1.2.7 |
| 1417 | 2024-11-04T23:09:42.027Z | Compiling serde_repr v0.1.19 |
| 1418 | 2024-11-04T23:09:42.354Z | Compiling phf_shared v0.10.0 |
| 1419 | 2024-11-04T23:09:42.452Z | Compiling float-cmp v0.9.0 |
| 1420 | 2024-11-04T23:09:42.470Z | Compiling sync_wrapper v1.0.1 |
| 1421 | 2024-11-04T23:09:42.622Z | Compiling new_debug_unreachable v1.0.6 |
| 1422 | 2024-11-04T23:09:42.674Z | Compiling bit-vec v0.6.3 |
| 1423 | 2024-11-04T23:09:42.722Z | Compiling precomputed-hash v0.1.1 |
| 1424 | 2024-11-04T23:09:42.739Z | Compiling minimal-lexical v0.2.1 |
| 1425 | 2024-11-04T23:09:42.831Z | Compiling unicode-segmentation v1.12.0 |
| 1426 | 2024-11-04T23:09:43.122Z | Compiling number_prefix v0.4.0 |
| 1427 | 2024-11-04T23:09:43.122Z | Compiling normalize-line-endings v0.3.0 |
| 1428 | 2024-11-04T23:09:43.168Z | Compiling fixedbitset v0.4.2 |
| 1429 | 2024-11-04T23:09:43.248Z | Compiling difflib v0.4.0 |
| 1430 | 2024-11-04T23:09:43.269Z | Compiling whoami v1.5.2 |
| 1431 | 2024-11-04T23:09:43.333Z | Compiling predicates-core v1.0.8 |
| 1432 | 2024-11-04T23:09:43.651Z | Compiling static_assertions v1.1.0 |
| 1433 | 2024-11-04T23:09:43.704Z | Compiling predicates v3.1.2 |
| 1434 | 2024-11-04T23:09:43.754Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1435 | 2024-11-04T23:09:43.773Z | Compiling tokio-postgres v0.7.12 |
| 1436 | 2024-11-04T23:09:43.921Z | Compiling similar v2.6.0 |
| 1437 | 2024-11-04T23:09:44.809Z | Compiling petgraph v0.6.5 |
| 1438 | 2024-11-04T23:09:45.277Z | Compiling qorb v0.2.0 |
| 1439 | 2024-11-04T23:09:45.375Z | Compiling indicatif v0.17.8 |
| 1440 | 2024-11-04T23:09:46.225Z | Compiling clap v4.5.20 |
| 1441 | 2024-11-04T23:09:46.302Z | Compiling nom v7.1.3 |
| 1442 | 2024-11-04T23:09:46.331Z | Compiling bit-set v0.5.3 |
| 1443 | 2024-11-04T23:09:46.632Z | Compiling string_cache v0.8.7 |
| 1444 | 2024-11-04T23:09:47.064Z | Compiling reqwest v0.12.8 |
| 1445 | 2024-11-04T23:09:47.469Z | Compiling rsa v0.9.6 |
| 1446 | 2024-11-04T23:09:48.797Z | Compiling ecdsa v0.16.9 |
| 1447 | 2024-11-04T23:09:49.472Z | Compiling ed25519-dalek v2.1.1 |
| 1448 | 2024-11-04T23:09:49.661Z | Compiling toml v0.7.8 |
| 1449 | 2024-11-04T23:09:49.944Z | Compiling zip v0.6.6 |
| 1450 | 2024-11-04T23:09:50.092Z | Compiling crossterm v0.28.1 |
| 1451 | 2024-11-04T23:09:51.334Z | Compiling itertools v0.10.5 |
| 1452 | 2024-11-04T23:09:51.359Z | Compiling itertools v0.12.1 |
| 1453 | 2024-11-04T23:09:51.394Z | Compiling hex v0.4.3 |
| 1454 | 2024-11-04T23:09:51.427Z | Compiling x509-cert v0.2.5 |
| 1455 | 2024-11-04T23:09:51.701Z | Compiling lalrpop-util v0.19.12 |
| 1456 | 2024-11-04T23:09:52.009Z | Compiling peg-runtime v0.8.3 |
| 1457 | 2024-11-04T23:09:52.067Z | Compiling unicode-xid v0.2.6 |
| 1458 | 2024-11-04T23:09:52.245Z | Compiling xattr v1.3.1 |
| 1459 | 2024-11-04T23:09:52.526Z | Compiling strum_macros v0.26.4 |
| 1460 | 2024-11-04T23:09:52.671Z | Compiling filetime v0.2.25 |
| 1461 | 2024-11-04T23:09:52.987Z | Compiling tar v0.4.42 |
| 1462 | 2024-11-04T23:09:55.934Z | Compiling strum v0.26.3 |
| 1463 | 2024-11-04T23:09:56.241Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1464 | 2024-11-04T23:09:56.482Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1465 | 2024-11-04T23:10:01.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 1466 | 2024-11-04T23:10:01.747Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1467 | 2024-11-04T23:10:01.794Z | Nov 04 23:10:01.248 INFO Starting download, target: Cockroach |
| 1468 | 2024-11-04T23:10:01.794Z | Nov 04 23:10:01.249 INFO Starting download, target: Clickhouse |
| 1469 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.249 INFO Starting download, target: Console |
| 1470 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.249 INFO Starting download, target: DendriteOpenapi |
| 1471 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.249 INFO Starting download, target: DendriteStub |
| 1472 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.249 INFO Starting download, target: MaghemiteMgd |
| 1473 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.249 INFO Starting download, target: TransceiverControl |
| 1474 | 2024-11-04T23:10:01.797Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
| 1475 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1476 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1477 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1478 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1479 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1480 | 2024-11-04T23:10:01.798Z | Nov 04 23:10:01.250 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1481 | 2024-11-04T23:10:01.965Z | Nov 04 23:10:01.414 INFO Download complete, target: DendriteOpenapi |
| 1482 | 2024-11-04T23:10:02.156Z | Nov 04 23:10:01.609 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1483 | 2024-11-04T23:10:02.467Z | Nov 04 23:10:01.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1484 | 2024-11-04T23:10:02.763Z | Nov 04 23:10:02.206 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1485 | 2024-11-04T23:10:02.810Z | Nov 04 23:10:02.254 INFO Download complete, target: Console |
| 1486 | 2024-11-04T23:10:02.834Z | Nov 04 23:10:02.286 INFO Download complete, target: TransceiverControl |
| 1487 | 2024-11-04T23:10:02.884Z | Nov 04 23:10:02.336 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1488 | 2024-11-04T23:10:03.551Z | Nov 04 23:10:03.005 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1489 | 2024-11-04T23:10:03.551Z | Nov 04 23:10:03.005 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1490 | 2024-11-04T23:10:04.059Z | Nov 04 23:10:03.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1491 | 2024-11-04T23:10:05.603Z | Nov 04 23:10:05.056 INFO Download complete, target: DendriteStub |
| 1492 | 2024-11-04T23:10:05.891Z | Nov 04 23:10:05.344 INFO Download complete, target: MaghemiteMgd |
| 1493 | 2024-11-04T23:10:11.017Z | Nov 04 23:10:10.467 INFO Checking that binary works, target: Cockroach |
| 1494 | 2024-11-04T23:10:11.218Z | Nov 04 23:10:10.668 INFO Download complete, target: Cockroach |
| 1495 | 2024-11-04T23:10:16.388Z | Nov 04 23:10:15.835 INFO Checking that binary works, target: Clickhouse |
| 1496 | 2024-11-04T23:10:16.745Z | Nov 04 23:10:16.192 INFO Download complete, target: Clickhouse |
| 1497 | 2024-11-04T23:10:17.009Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1498 | 2024-11-04T23:10:17.011Z | |
| 1499 | 2024-11-04T23:10:17.011Z | real 5:02.775527726 |
| 1500 | 2024-11-04T23:10:17.011Z | user 12:06.162197317 |
| 1501 | 2024-11-04T23:10:17.011Z | sys 2:41.284030845 |
| 1502 | 2024-11-04T23:10:17.012Z | trap 0.434036041 |
| 1503 | 2024-11-04T23:10:17.012Z | tflt 4.860231440 |
| 1504 | 2024-11-04T23:10:17.012Z | dflt 4.068575104 |
| 1505 | 2024-11-04T23:10:17.012Z | kflt 0.318235117 |
| 1506 | 2024-11-04T23:10:17.012Z | lock 22:26.858854867 |
| 1507 | 2024-11-04T23:10:17.012Z | slp 49:46.128722481 |
| 1508 | 2024-11-04T23:10:17.012Z | lat 45.095125248 |
| 1509 | 2024-11-04T23:10:17.012Z | stop 2:02.206754924 |
| 1510 | 2024-11-04T23:10:17.012Z | + banner clippy |
| 1511 | 2024-11-04T23:10:17.014Z | |
| 1512 | 2024-11-04T23:10:17.014Z | #### # # ##### ##### # # |
| 1513 | 2024-11-04T23:10:17.014Z | # # # # # # # # # # |
| 1514 | 2024-11-04T23:10:17.015Z | # # # # # # # # |
| 1515 | 2024-11-04T23:10:17.015Z | # # # ##### ##### # |
| 1516 | 2024-11-04T23:10:17.015Z | # # # # # # # |
| 1517 | 2024-11-04T23:10:17.015Z | #### ###### # # # # |
| 1518 | 2024-11-04T23:10:17.015Z | |
| 1519 | 2024-11-04T23:10:17.015Z | + export CARGO_INCREMENTAL=0 |
| 1520 | 2024-11-04T23:10:17.015Z | + CARGO_INCREMENTAL=0 |
| 1521 | 2024-11-04T23:10:17.015Z | + ptime -m cargo xtask clippy |
| 1522 | 2024-11-04T23:10:17.506Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1523 | 2024-11-04T23:10:21.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 1524 | 2024-11-04T23:10:21.247Z | Running `target/debug/xtask clippy` |
| 1525 | 2024-11-04T23:10:21.268Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1526 | 2024-11-04T23:10:21.865Z | Downloading crates ... |
| 1527 | 2024-11-04T23:10:22.185Z | Downloaded assert-json-diff v2.0.2 |
| 1528 | 2024-11-04T23:10:22.189Z | Downloaded async-attributes v1.1.2 |
| 1529 | 2024-11-04T23:10:22.192Z | Downloaded async-io v2.3.4 |
| 1530 | 2024-11-04T23:10:22.195Z | Downloaded anes v0.1.6 |
| 1531 | 2024-11-04T23:10:22.201Z | Downloaded plotters-svg v0.3.7 |
| 1532 | 2024-11-04T23:10:22.204Z | Downloaded escape8259 v0.5.3 |
| 1533 | 2024-11-04T23:10:22.206Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1534 | 2024-11-04T23:10:22.209Z | Downloaded piper v0.2.4 |
| 1535 | 2024-11-04T23:10:22.211Z | Downloaded criterion-plot v0.5.0 |
| 1536 | 2024-11-04T23:10:22.214Z | Downloaded assert_cmd v2.0.16 |
| 1537 | 2024-11-04T23:10:22.217Z | Downloaded oorandom v11.1.4 |
| 1538 | 2024-11-04T23:10:22.217Z | Downloaded approx v0.5.1 |
| 1539 | 2024-11-04T23:10:22.217Z | Downloaded similar-asserts v1.6.0 |
| 1540 | 2024-11-04T23:10:22.220Z | Downloaded event-listener-strategy v0.5.2 |
| 1541 | 2024-11-04T23:10:22.220Z | Downloaded async-channel v2.3.1 |
| 1542 | 2024-11-04T23:10:22.224Z | Downloaded hyper-rustls v0.26.0 |
| 1543 | 2024-11-04T23:10:22.227Z | Downloaded target-spec v3.2.2 |
| 1544 | 2024-11-04T23:10:22.229Z | Downloaded async-signal v0.2.10 |
| 1545 | 2024-11-04T23:10:22.229Z | Downloaded async-lock v3.4.0 |
| 1546 | 2024-11-04T23:10:22.232Z | Downloaded futures-lite v2.3.0 |
| 1547 | 2024-11-04T23:10:22.234Z | Downloaded tinytemplate v1.2.1 |
| 1548 | 2024-11-04T23:10:22.236Z | Downloaded rustls-native-certs v0.7.3 |
| 1549 | 2024-11-04T23:10:22.240Z | Downloaded rstest v0.23.0 |
| 1550 | 2024-11-04T23:10:22.242Z | Downloaded plotters v0.3.7 |
| 1551 | 2024-11-04T23:10:22.250Z | Downloaded event-listener v5.3.1 |
| 1552 | 2024-11-04T23:10:22.253Z | Downloaded event-listener v2.5.3 |
| 1553 | 2024-11-04T23:10:22.255Z | Downloaded doc-comment v0.3.3 |
| 1554 | 2024-11-04T23:10:22.255Z | Downloaded concurrent-queue v2.5.0 |
| 1555 | 2024-11-04T23:10:22.258Z | Downloaded async-process v2.3.0 |
| 1556 | 2024-11-04T23:10:22.258Z | Downloaded proc-macro-crate v3.2.0 |
| 1557 | 2024-11-04T23:10:22.261Z | Downloaded libtest-mimic v0.7.3 |
| 1558 | 2024-11-04T23:10:22.261Z | Downloaded cfg-expr v0.17.0 |
| 1559 | 2024-11-04T23:10:22.263Z | Downloaded blake2b_simd v1.0.2 |
| 1560 | 2024-11-04T23:10:22.280Z | Downloaded async-object-pool v0.1.5 |
| 1561 | 2024-11-04T23:10:22.288Z | Downloaded nested v0.1.1 |
| 1562 | 2024-11-04T23:10:22.291Z | Downloaded pathdiff v0.2.2 |
| 1563 | 2024-11-04T23:10:22.294Z | Downloaded num_cpus v1.16.0 |
| 1564 | 2024-11-04T23:10:22.297Z | Downloaded datatest-stable v0.2.9 |
| 1565 | 2024-11-04T23:10:22.300Z | Downloaded cast v0.3.0 |
| 1566 | 2024-11-04T23:10:22.300Z | Downloaded blocking v1.6.1 |
| 1567 | 2024-11-04T23:10:22.302Z | Downloaded indoc v2.0.5 |
| 1568 | 2024-11-04T23:10:22.312Z | Downloaded threadpool v1.8.1 |
| 1569 | 2024-11-04T23:10:22.312Z | Downloaded relative-path v1.9.3 |
| 1570 | 2024-11-04T23:10:22.315Z | Downloaded async-channel v1.9.0 |
| 1571 | 2024-11-04T23:10:22.315Z | Downloaded parking v2.2.1 |
| 1572 | 2024-11-04T23:10:22.317Z | Downloaded kv-log-macro v1.0.7 |
| 1573 | 2024-11-04T23:10:22.317Z | Downloaded async-global-executor v2.4.1 |
| 1574 | 2024-11-04T23:10:22.320Z | Downloaded path-tree v0.8.1 |
| 1575 | 2024-11-04T23:10:22.323Z | Downloaded stringmetrics v2.2.2 |
| 1576 | 2024-11-04T23:10:22.323Z | Downloaded rust-argon2 v2.1.0 |
| 1577 | 2024-11-04T23:10:22.325Z | Downloaded plotters-backend v0.3.7 |
| 1578 | 2024-11-04T23:10:22.325Z | Downloaded serde_regex v1.1.0 |
| 1579 | 2024-11-04T23:10:22.328Z | Downloaded httptest v0.16.1 |
| 1580 | 2024-11-04T23:10:22.328Z | Downloaded futures-timer v3.0.3 |
| 1581 | 2024-11-04T23:10:22.330Z | Downloaded async-task v4.7.1 |
| 1582 | 2024-11-04T23:10:22.333Z | Downloaded target-lexicon v0.12.16 |
| 1583 | 2024-11-04T23:10:22.335Z | Downloaded partial-io v0.5.4 |
| 1584 | 2024-11-04T23:10:22.337Z | Downloaded async-executor v1.13.1 |
| 1585 | 2024-11-04T23:10:22.340Z | Downloaded trybuild v1.0.100 |
| 1586 | 2024-11-04T23:10:22.347Z | Downloaded rstest_macros v0.23.0 |
| 1587 | 2024-11-04T23:10:22.350Z | Downloaded rand_distr v0.4.3 |
| 1588 | 2024-11-04T23:10:22.368Z | Downloaded yansi v1.0.1 |
| 1589 | 2024-11-04T23:10:22.371Z | Downloaded fancy-regex v0.13.0 |
| 1590 | 2024-11-04T23:10:22.374Z | Downloaded criterion v0.5.1 |
| 1591 | 2024-11-04T23:10:22.380Z | Downloaded guppy v0.17.8 |
| 1592 | 2024-11-04T23:10:22.385Z | Downloaded pretty_assertions v1.4.1 |
| 1593 | 2024-11-04T23:10:22.388Z | Downloaded polling v3.7.3 |
| 1594 | 2024-11-04T23:10:22.398Z | Downloaded async-std v1.13.0 |
| 1595 | 2024-11-04T23:10:22.460Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1596 | 2024-11-04T23:10:23.171Z | Checking cfg-if v1.0.0 |
| 1597 | 2024-11-04T23:10:23.244Z | Checking libc v0.2.161 |
| 1598 | 2024-11-04T23:10:23.262Z | Checking serde v1.0.210 |
| 1599 | 2024-11-04T23:10:23.277Z | Checking memchr v2.7.4 |
| 1600 | 2024-11-04T23:10:23.300Z | Checking value-bag v1.9.0 |
| 1601 | 2024-11-04T23:10:23.319Z | Checking scopeguard v1.2.0 |
| 1602 | 2024-11-04T23:10:23.341Z | Checking itoa v1.0.11 |
| 1603 | 2024-11-04T23:10:23.344Z | Checking zeroize v1.8.1 |
| 1604 | 2024-11-04T23:10:23.389Z | Checking smallvec v1.13.2 |
| 1605 | 2024-11-04T23:10:23.449Z | Checking lock_api v0.4.12 |
| 1606 | 2024-11-04T23:10:23.534Z | Checking byteorder v1.5.0 |
| 1607 | 2024-11-04T23:10:23.632Z | Checking pin-project-lite v0.2.14 |
| 1608 | 2024-11-04T23:10:23.711Z | Checking log v0.4.22 |
| 1609 | 2024-11-04T23:10:23.742Z | Checking once_cell v1.20.2 |
| 1610 | 2024-11-04T23:10:23.767Z | Checking subtle v2.6.1 |
| 1611 | 2024-11-04T23:10:23.877Z | Checking typenum v1.17.0 |
| 1612 | 2024-11-04T23:10:23.957Z | Checking futures-core v0.3.31 |
| 1613 | 2024-11-04T23:10:24.022Z | Checking libm v0.2.8 |
| 1614 | 2024-11-04T23:10:24.052Z | Checking thiserror v1.0.64 |
| 1615 | 2024-11-04T23:10:24.128Z | Checking zerocopy v0.7.35 |
| 1616 | 2024-11-04T23:10:24.156Z | Checking ryu v1.0.18 |
| 1617 | 2024-11-04T23:10:24.185Z | Checking spin v0.9.8 |
| 1618 | 2024-11-04T23:10:24.214Z | Checking const-oid v0.9.6 |
| 1619 | 2024-11-04T23:10:24.317Z | Checking getrandom v0.2.15 |
| 1620 | 2024-11-04T23:10:24.390Z | Checking signal-hook-registry v1.4.2 |
| 1621 | 2024-11-04T23:10:24.519Z | Checking parking_lot_core v0.9.10 |
| 1622 | 2024-11-04T23:10:24.565Z | Checking rand_core v0.6.4 |
| 1623 | 2024-11-04T23:10:24.654Z | Checking mio v1.0.2 |
| 1624 | 2024-11-04T23:10:24.865Z | Checking socket2 v0.5.7 |
| 1625 | 2024-11-04T23:10:24.891Z | Checking parking_lot v0.12.3 |
| 1626 | 2024-11-04T23:10:24.918Z | Checking num-traits v0.2.19 |
| 1627 | 2024-11-04T23:10:25.247Z | Checking futures-io v0.3.31 |
| 1628 | 2024-11-04T23:10:25.277Z | Checking slab v0.4.9 |
| 1629 | 2024-11-04T23:10:25.300Z | Checking generic-array v0.14.7 |
| 1630 | 2024-11-04T23:10:25.357Z | Checking allocator-api2 v0.2.18 |
| 1631 | 2024-11-04T23:10:25.429Z | Checking futures-sink v0.3.31 |
| 1632 | 2024-11-04T23:10:25.537Z | Checking cpufeatures v0.2.14 |
| 1633 | 2024-11-04T23:10:25.567Z | Checking pin-utils v0.1.0 |
| 1634 | 2024-11-04T23:10:25.594Z | Checking foldhash v0.1.3 |
| 1635 | 2024-11-04T23:10:25.641Z | Checking equivalent v1.0.1 |
| 1636 | 2024-11-04T23:10:25.668Z | Checking futures-channel v0.3.31 |
| 1637 | 2024-11-04T23:10:25.757Z | Checking futures-task v0.3.31 |
| 1638 | 2024-11-04T23:10:25.806Z | Checking fnv v1.0.7 |
| 1639 | 2024-11-04T23:10:25.993Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1640 | 2024-11-04T23:10:25.993Z | Checking tracing-core v0.1.32 |
| 1641 | 2024-11-04T23:10:26.039Z | Checking hashbrown v0.15.0 |
| 1642 | 2024-11-04T23:10:26.043Z | Checking futures-util v0.3.31 |
| 1643 | 2024-11-04T23:10:26.043Z | Checking iana-time-zone v0.1.61 |
| 1644 | 2024-11-04T23:10:26.209Z | Checking ppv-lite86 v0.2.20 |
| 1645 | 2024-11-04T23:10:26.366Z | Checking errno v0.3.9 |
| 1646 | 2024-11-04T23:10:26.557Z | Checking tinyvec_macros v0.1.1 |
| 1647 | 2024-11-04T23:10:26.620Z | Checking crypto-common v0.1.6 |
| 1648 | 2024-11-04T23:10:26.660Z | Checking block-buffer v0.10.4 |
| 1649 | 2024-11-04T23:10:26.663Z | Checking tinyvec v1.8.0 |
| 1650 | 2024-11-04T23:10:26.707Z | Checking tracing v0.1.40 |
| 1651 | 2024-11-04T23:10:26.817Z | Checking unicode-bidi v0.3.17 |
| 1652 | 2024-11-04T23:10:26.881Z | Checking digest v0.10.7 |
| 1653 | 2024-11-04T23:10:26.989Z | Checking rand_chacha v0.3.1 |
| 1654 | 2024-11-04T23:10:27.049Z | Checking block-padding v0.3.3 |
| 1655 | 2024-11-04T23:10:27.162Z | Checking dyn-clone v1.0.17 |
| 1656 | 2024-11-04T23:10:27.265Z | Checking percent-encoding v2.3.1 |
| 1657 | 2024-11-04T23:10:27.291Z | Checking inout v0.1.3 |
| 1658 | 2024-11-04T23:10:27.311Z | Checking crossbeam-utils v0.8.20 |
| 1659 | 2024-11-04T23:10:27.392Z | Checking rand v0.8.5 |
| 1660 | 2024-11-04T23:10:27.436Z | Checking httparse v1.9.5 |
| 1661 | 2024-11-04T23:10:27.475Z | Checking form_urlencoded v1.2.1 |
| 1662 | 2024-11-04T23:10:27.505Z | Checking cipher v0.4.4 |
| 1663 | 2024-11-04T23:10:27.680Z | Checking base64ct v1.6.0 |
| 1664 | 2024-11-04T23:10:27.871Z | Checking regex-syntax v0.8.5 |
| 1665 | 2024-11-04T23:10:27.901Z | Checking hmac v0.12.1 |
| 1666 | 2024-11-04T23:10:27.946Z | Checking unicode-normalization v0.1.24 |
| 1667 | 2024-11-04T23:10:28.012Z | Checking sha2 v0.10.8 |
| 1668 | 2024-11-04T23:10:28.114Z | Checking aho-corasick v1.1.3 |
| 1669 | 2024-11-04T23:10:28.137Z | Checking atomic-waker v1.1.2 |
| 1670 | 2024-11-04T23:10:28.195Z | Checking bytes v1.7.2 |
| 1671 | 2024-11-04T23:10:28.275Z | Checking bitflags v2.6.0 |
| 1672 | 2024-11-04T23:10:28.566Z | Checking serde_json v1.0.128 |
| 1673 | 2024-11-04T23:10:28.600Z | Checking indexmap v2.6.0 |
| 1674 | 2024-11-04T23:10:28.674Z | Checking chrono v0.4.38 |
| 1675 | 2024-11-04T23:10:28.849Z | Checking rustix v0.38.37 |
| 1676 | 2024-11-04T23:10:28.954Z | Checking tokio v1.40.0 |
| 1677 | 2024-11-04T23:10:29.758Z | Checking uuid v1.10.0 |
| 1678 | 2024-11-04T23:10:29.938Z | Checking http v1.1.0 |
| 1679 | 2024-11-04T23:10:30.313Z | Checking untrusted v0.9.0 |
| 1680 | 2024-11-04T23:10:30.339Z | Checking lazy_static v1.5.0 |
| 1681 | 2024-11-04T23:10:30.459Z | Checking adler2 v2.0.0 |
| 1682 | 2024-11-04T23:10:30.484Z | Checking ring v0.17.8 |
| 1683 | 2024-11-04T23:10:30.616Z | Checking unicode-ident v1.0.13 |
| 1684 | 2024-11-04T23:10:30.786Z | Checking miniz_oxide v0.8.0 |
| 1685 | 2024-11-04T23:10:30.859Z | Checking schemars v0.8.21 |
| 1686 | 2024-11-04T23:10:31.022Z | Checking regex-automata v0.4.8 |
| 1687 | 2024-11-04T23:10:31.352Z | Checking idna v0.5.0 |
| 1688 | 2024-11-04T23:10:31.508Z | Checking pem-rfc7468 v0.7.0 |
| 1689 | 2024-11-04T23:10:31.533Z | Checking powerfmt v0.2.0 |
| 1690 | 2024-11-04T23:10:31.781Z | Checking httpdate v1.0.3 |
| 1691 | 2024-11-04T23:10:31.807Z | Checking try-lock v0.2.5 |
| 1692 | 2024-11-04T23:10:31.953Z | Checking want v0.3.1 |
| 1693 | 2024-11-04T23:10:32.016Z | Checking deranged v0.3.11 |
| 1694 | 2024-11-04T23:10:32.135Z | Checking proc-macro2 v1.0.87 |
| 1695 | 2024-11-04T23:10:32.209Z | Checking url v2.5.2 |
| 1696 | 2024-11-04T23:10:32.352Z | Checking num_threads v0.1.7 |
| 1697 | 2024-11-04T23:10:32.479Z | Checking rustls-pki-types v1.9.0 |
| 1698 | 2024-11-04T23:10:32.507Z | Checking num-conv v0.1.0 |
| 1699 | 2024-11-04T23:10:32.553Z | Checking time-core v0.1.2 |
| 1700 | 2024-11-04T23:10:32.718Z | Checking base64 v0.22.1 |
| 1701 | 2024-11-04T23:10:32.766Z | Checking flagset v0.4.6 |
| 1702 | 2024-11-04T23:10:32.817Z | Checking quote v1.0.37 |
| 1703 | 2024-11-04T23:10:32.967Z | Checking der v0.7.9 |
| 1704 | 2024-11-04T23:10:32.992Z | Checking http-body v1.0.1 |
| 1705 | 2024-11-04T23:10:33.074Z | Checking pbkdf2 v0.12.2 |
| 1706 | 2024-11-04T23:10:33.161Z | Checking syn v2.0.79 |
| 1707 | 2024-11-04T23:10:33.199Z | Checking aes v0.8.4 |
| 1708 | 2024-11-04T23:10:33.224Z | Checking tower-service v0.3.3 |
| 1709 | 2024-11-04T23:10:33.247Z | Checking cbc v0.1.2 |
| 1710 | 2024-11-04T23:10:33.347Z | Checking salsa20 v0.10.2 |
| 1711 | 2024-11-04T23:10:33.454Z | Checking ahash v0.8.11 |
| 1712 | 2024-11-04T23:10:33.562Z | Checking scrypt v0.11.0 |
| 1713 | 2024-11-04T23:10:33.808Z | Checking rustls-webpki v0.102.8 |
| 1714 | 2024-11-04T23:10:33.810Z | Checking time v0.3.36 |
| 1715 | 2024-11-04T23:10:33.993Z | Checking slog v2.7.0 |
| 1716 | 2024-11-04T23:10:34.078Z | Checking gimli v0.31.1 |
| 1717 | 2024-11-04T23:10:34.467Z | Checking mime v0.3.17 |
| 1718 | 2024-11-04T23:10:34.596Z | Checking object v0.36.5 |
| 1719 | 2024-11-04T23:10:34.780Z | Checking rustc-demangle v0.1.24 |
| 1720 | 2024-11-04T23:10:34.840Z | Checking spki v0.7.3 |
| 1721 | 2024-11-04T23:10:35.121Z | Checking pkcs5 v0.7.1 |
| 1722 | 2024-11-04T23:10:35.220Z | Checking utf8parse v0.2.2 |
| 1723 | 2024-11-04T23:10:35.382Z | Checking ipnet v2.10.1 |
| 1724 | 2024-11-04T23:10:35.573Z | Checking regex v1.11.0 |
| 1725 | 2024-11-04T23:10:35.679Z | Checking pkcs8 v0.10.2 |
| 1726 | 2024-11-04T23:10:35.840Z | Checking data-encoding v2.6.0 |
| 1727 | 2024-11-04T23:10:35.964Z | Checking tokio-util v0.7.12 |
| 1728 | 2024-11-04T23:10:36.035Z | Checking unicode-width v0.1.14 |
| 1729 | 2024-11-04T23:10:36.207Z | Checking futures-executor v0.3.31 |
| 1730 | 2024-11-04T23:10:36.340Z | Checking toml_datetime v0.6.8 |
| 1731 | 2024-11-04T23:10:36.446Z | Checking serde_spanned v0.6.8 |
| 1732 | 2024-11-04T23:10:36.480Z | Checking anstyle v1.0.8 |
| 1733 | 2024-11-04T23:10:36.537Z | Checking futures v0.3.31 |
| 1734 | 2024-11-04T23:10:36.618Z | Checking http-body-util v0.1.2 |
| 1735 | 2024-11-04T23:10:36.644Z | Checking serde_urlencoded v0.7.1 |
| 1736 | 2024-11-04T23:10:36.671Z | Checking encoding_rs v0.8.34 |
| 1737 | 2024-11-04T23:10:36.818Z | Checking foreign-types-shared v0.1.1 |
| 1738 | 2024-11-04T23:10:36.872Z | Checking h2 v0.4.6 |
| 1739 | 2024-11-04T23:10:36.929Z | Checking openssl-probe v0.1.5 |
| 1740 | 2024-11-04T23:10:37.046Z | Checking foreign-types v0.3.2 |
| 1741 | 2024-11-04T23:10:37.073Z | Checking rustls-pemfile v2.2.0 |
| 1742 | 2024-11-04T23:10:37.097Z | Checking semver v1.0.23 |
| 1743 | 2024-11-04T23:10:37.150Z | Checking sha1 v0.10.6 |
| 1744 | 2024-11-04T23:10:37.296Z | Checking openssl-sys v0.9.103 |
| 1745 | 2024-11-04T23:10:37.430Z | Checking anstyle-parse v0.2.5 |
| 1746 | 2024-11-04T23:10:37.512Z | Checking is_terminal_polyfill v1.70.1 |
| 1747 | 2024-11-04T23:10:37.645Z | Checking anstyle-query v1.1.1 |
| 1748 | 2024-11-04T23:10:37.689Z | Checking colorchoice v1.0.2 |
| 1749 | 2024-11-04T23:10:37.780Z | Checking rustls v0.23.14 |
| 1750 | 2024-11-04T23:10:37.839Z | Checking anstream v0.6.15 |
| 1751 | 2024-11-04T23:10:38.139Z | Checking addr2line v0.24.2 |
| 1752 | 2024-11-04T23:10:38.220Z | Checking terminal_size v0.4.0 |
| 1753 | 2024-11-04T23:10:38.400Z | Checking camino v1.1.9 |
| 1754 | 2024-11-04T23:10:38.590Z | Checking openssl v0.10.66 |
| 1755 | 2024-11-04T23:10:38.647Z | Checking signature v2.2.0 |
| 1756 | 2024-11-04T23:10:38.854Z | Checking strsim v0.11.1 |
| 1757 | 2024-11-04T23:10:38.951Z | Checking either v1.13.0 |
| 1758 | 2024-11-04T23:10:39.012Z | Checking clap_lex v0.7.2 |
| 1759 | 2024-11-04T23:10:39.148Z | Checking winnow v0.6.20 |
| 1760 | 2024-11-04T23:10:39.269Z | Checking clap_builder v4.5.20 |
| 1761 | 2024-11-04T23:10:39.333Z | Checking openapiv3 v2.0.0 |
| 1762 | 2024-11-04T23:10:39.649Z | Checking idna v0.3.0 |
| 1763 | 2024-11-04T23:10:40.548Z | Checking psl-types v2.0.11 |
| 1764 | 2024-11-04T23:10:40.739Z | Checking publicsuffix v2.2.3 |
| 1765 | 2024-11-04T23:10:40.989Z | Checking cookie v0.18.1 |
| 1766 | 2024-11-04T23:10:41.184Z | Checking backtrace v0.3.74 |
| 1767 | 2024-11-04T23:10:41.434Z | Checking webpki-roots v0.26.6 |
| 1768 | 2024-11-04T23:10:41.649Z | Checking is-terminal v0.4.13 |
| 1769 | 2024-11-04T23:10:41.746Z | Checking anyhow v1.0.92 |
| 1770 | 2024-11-04T23:10:41.782Z | Checking scroll v0.12.0 |
| 1771 | 2024-11-04T23:10:42.116Z | Checking base16ct v0.2.0 |
| 1772 | 2024-11-04T23:10:42.180Z | Checking plain v0.2.3 |
| 1773 | 2024-11-04T23:10:42.251Z | Checking ucd-trie v0.1.7 |
| 1774 | 2024-11-04T23:10:42.313Z | Checking sec1 v0.7.3 |
| 1775 | 2024-11-04T23:10:42.337Z | Checking goblin v0.8.2 |
| 1776 | 2024-11-04T23:10:42.402Z | Checking clap v4.5.20 |
| 1777 | 2024-11-04T23:10:42.456Z | Checking pest v2.7.14 |
| 1778 | 2024-11-04T23:10:42.528Z | Checking cookie_store v0.21.0 |
| 1779 | 2024-11-04T23:10:42.655Z | Checking tokio-rustls v0.26.0 |
| 1780 | 2024-11-04T23:10:42.680Z | Checking num-integer v0.1.46 |
| 1781 | 2024-11-04T23:10:42.774Z | Checking ff v0.13.0 |
| 1782 | 2024-11-04T23:10:42.962Z | Checking hyper v1.4.1 |
| 1783 | 2024-11-04T23:10:42.996Z | Checking sync_wrapper v1.0.1 |
| 1784 | 2024-11-04T23:10:43.034Z | Checking pretty-hex v0.4.1 |
| 1785 | 2024-11-04T23:10:43.136Z | Checking group v0.13.0 |
| 1786 | 2024-11-04T23:10:43.159Z | Checking hkdf v0.12.4 |
| 1787 | 2024-11-04T23:10:43.183Z | Checking crypto-bigint v0.5.5 |
| 1788 | 2024-11-04T23:10:43.225Z | Checking thread-id v4.2.2 |
| 1789 | 2024-11-04T23:10:43.336Z | Checking crc32fast v1.4.2 |
| 1790 | 2024-11-04T23:10:43.365Z | Checking bitflags v1.3.2 |
| 1791 | 2024-11-04T23:10:43.390Z | Checking utf-8 v0.7.6 |
| 1792 | 2024-11-04T23:10:43.471Z | Checking static_assertions v1.1.0 |
| 1793 | 2024-11-04T23:10:43.570Z | Checking toml_edit v0.22.22 |
| 1794 | 2024-11-04T23:10:43.597Z | Checking dirs-sys-next v0.1.2 |
| 1795 | 2024-11-04T23:10:43.599Z | Checking memmap v0.7.0 |
| 1796 | 2024-11-04T23:10:43.794Z | Checking unicode-segmentation v1.12.0 |
| 1797 | 2024-11-04T23:10:43.823Z | Checking stable_deref_trait v1.2.0 |
| 1798 | 2024-11-04T23:10:43.933Z | Checking dirs-next v2.0.0 |
| 1799 | 2024-11-04T23:10:44.069Z | Checking num-iter v0.1.45 |
| 1800 | 2024-11-04T23:10:44.094Z | Checking native-tls v0.2.12 |
| 1801 | 2024-11-04T23:10:44.247Z | Checking crossbeam-channel v0.5.13 |
| 1802 | 2024-11-04T23:10:44.421Z | Checking tokio-native-tls v0.3.1 |
| 1803 | 2024-11-04T23:10:44.463Z | Checking crossbeam-epoch v0.9.18 |
| 1804 | 2024-11-04T23:10:44.699Z | Checking thread_local v1.1.8 |
| 1805 | 2024-11-04T23:10:44.928Z | Checking term v0.7.0 |
| 1806 | 2024-11-04T23:10:44.969Z | Checking bstr v1.10.0 |
| 1807 | 2024-11-04T23:10:44.997Z | Checking hex v0.4.3 |
| 1808 | 2024-11-04T23:10:45.000Z | Checking dtrace-parser v0.2.0 |
| 1809 | 2024-11-04T23:10:45.045Z | Checking hyper-util v0.1.9 |
| 1810 | 2024-11-04T23:10:45.367Z | Checking rfc6979 v0.4.0 |
| 1811 | 2024-11-04T23:10:45.505Z | Checking winnow v0.5.40 |
| 1812 | 2024-11-04T23:10:45.538Z | Checking match_cfg v0.1.0 |
| 1813 | 2024-11-04T23:10:45.563Z | Checking take_mut v0.2.2 |
| 1814 | 2024-11-04T23:10:45.637Z | Checking managed v0.8.0 |
| 1815 | 2024-11-04T23:10:45.720Z | Checking slog-async v2.8.0 |
| 1816 | 2024-11-04T23:10:45.861Z | Checking hostname v0.3.1 |
| 1817 | 2024-11-04T23:10:45.885Z | Checking elliptic-curve v0.13.8 |
| 1818 | 2024-11-04T23:10:46.002Z | Checking slog-term v2.9.1 |
| 1819 | 2024-11-04T23:10:46.004Z | Checking crossbeam-deque v0.8.5 |
| 1820 | 2024-11-04T23:10:46.047Z | Checking num-bigint-dig v0.8.4 |
| 1821 | 2024-11-04T23:10:46.179Z | Checking toml v0.8.19 |
| 1822 | 2024-11-04T23:10:46.345Z | Checking flate2 v1.0.34 |
| 1823 | 2024-11-04T23:10:46.490Z | Checking pkcs1 v0.7.5 |
| 1824 | 2024-11-04T23:10:46.557Z | Checking ecdsa v0.16.9 |
| 1825 | 2024-11-04T23:10:46.925Z | Checking curve25519-dalek v4.1.3 |
| 1826 | 2024-11-04T23:10:46.928Z | Checking zerocopy v0.6.6 |
| 1827 | 2024-11-04T23:10:47.020Z | Checking siphasher v0.3.11 |
| 1828 | 2024-11-04T23:10:47.269Z | Checking rayon-core v1.12.1 |
| 1829 | 2024-11-04T23:10:47.272Z | Checking hyper-tls v0.6.0 |
| 1830 | 2024-11-04T23:10:47.319Z | Checking hyper-rustls v0.27.3 |
| 1831 | 2024-11-04T23:10:47.351Z | Checking dof v0.3.0 |
| 1832 | 2024-11-04T23:10:47.593Z | Checking ed25519 v2.2.3 |
| 1833 | 2024-11-04T23:10:47.659Z | Checking reqwest v0.12.8 |
| 1834 | 2024-11-04T23:10:47.738Z | Checking rustls v0.22.4 |
| 1835 | 2024-11-04T23:10:47.931Z | Checking signal-hook v0.3.17 |
| 1836 | 2024-11-04T23:10:47.959Z | Checking quick-error v1.2.3 |
| 1837 | 2024-11-04T23:10:47.962Z | Checking usdt-impl v0.5.0 |
| 1838 | 2024-11-04T23:10:48.104Z | Checking itertools v0.10.5 |
| 1839 | 2024-11-04T23:10:48.289Z | Checking rsa v0.9.6 |
| 1840 | 2024-11-04T23:10:48.292Z | Checking slog-json v2.6.1 |
| 1841 | 2024-11-04T23:10:48.519Z | Checking x509-cert v0.2.5 |
| 1842 | 2024-11-04T23:10:48.544Z | Checking usdt v0.5.0 |
| 1843 | 2024-11-04T23:10:48.617Z | Checking toml_edit v0.19.15 |
| 1844 | 2024-11-04T23:10:48.736Z | Checking ed25519-dalek v2.1.1 |
| 1845 | 2024-11-04T23:10:48.806Z | Checking idna v0.4.0 |
| 1846 | 2024-11-04T23:10:49.167Z | Checking hubpack v0.1.2 |
| 1847 | 2024-11-04T23:10:49.192Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1848 | 2024-11-04T23:10:49.316Z | Checking bit-vec v0.6.3 |
| 1849 | 2024-11-04T23:10:49.496Z | Checking debug-ignore v1.0.5 |
| 1850 | 2024-11-04T23:10:49.584Z | Checking bzip2 v0.4.4 |
| 1851 | 2024-11-04T23:10:49.641Z | Checking slog-bunyan v2.5.0 |
| 1852 | 2024-11-04T23:10:49.664Z | Checking hickory-proto v0.24.1 |
| 1853 | 2024-11-04T23:10:49.666Z | Checking bit-set v0.5.3 |
| 1854 | 2024-11-04T23:10:49.812Z | Checking signal-hook-mio v0.2.4 |
| 1855 | 2024-11-04T23:10:49.871Z | Checking multer v3.1.0 |
| 1856 | 2024-11-04T23:10:49.936Z | Checking console v0.15.8 |
| 1857 | 2024-11-04T23:10:49.962Z | Checking waitgroup v0.1.2 |
| 1858 | 2024-11-04T23:10:50.049Z | Checking serde_path_to_error v0.1.16 |
| 1859 | 2024-11-04T23:10:50.101Z | Checking async-stream v0.3.6 |
| 1860 | 2024-11-04T23:10:50.270Z | Checking hostname v0.4.0 |
| 1861 | 2024-11-04T23:10:50.309Z | Checking hash32 v0.2.1 |
| 1862 | 2024-11-04T23:10:50.369Z | Checking linked-hash-map v0.5.6 |
| 1863 | 2024-11-04T23:10:50.413Z | Checking predicates-core v1.0.8 |
| 1864 | 2024-11-04T23:10:50.485Z | Checking unicode-properties v0.1.3 |
| 1865 | 2024-11-04T23:10:50.603Z | Checking crossterm v0.28.1 |
| 1866 | 2024-11-04T23:10:50.630Z | Checking heapless v0.7.17 |
| 1867 | 2024-11-04T23:10:50.654Z | Checking rayon v1.10.0 |
| 1868 | 2024-11-04T23:10:50.712Z | Checking lru-cache v0.1.2 |
| 1869 | 2024-11-04T23:10:50.852Z | Checking stringprep v0.1.5 |
| 1870 | 2024-11-04T23:10:50.899Z | Checking phf_shared v0.11.2 |
| 1871 | 2024-11-04T23:10:51.132Z | Checking similar v2.6.0 |
| 1872 | 2024-11-04T23:10:51.184Z | Checking toml v0.7.8 |
| 1873 | 2024-11-04T23:10:51.211Z | Checking tokio-stream v0.1.16 |
| 1874 | 2024-11-04T23:10:51.350Z | Checking tokio-rustls v0.25.0 |
| 1875 | 2024-11-04T23:10:51.707Z | Checking md-5 v0.10.6 |
| 1876 | 2024-11-04T23:10:51.732Z | Checking dropshot v0.12.0 |
| 1877 | 2024-11-04T23:10:51.930Z | Checking float-cmp v0.9.0 |
| 1878 | 2024-11-04T23:10:51.969Z | Checking fallible-iterator v0.2.0 |
| 1879 | 2024-11-04T23:10:51.999Z | Checking fixedbitset v0.4.2 |
| 1880 | 2024-11-04T23:10:52.060Z | Checking difflib v0.4.0 |
| 1881 | 2024-11-04T23:10:52.113Z | Checking normalize-line-endings v0.3.0 |
| 1882 | 2024-11-04T23:10:52.245Z | Checking smoltcp v0.9.1 |
| 1883 | 2024-11-04T23:10:52.271Z | Checking petgraph v0.6.5 |
| 1884 | 2024-11-04T23:10:52.386Z | Checking predicates v3.1.2 |
| 1885 | 2024-11-04T23:10:52.496Z | Checking phf v0.11.2 |
| 1886 | 2024-11-04T23:10:52.580Z | Checking postgres-protocol v0.6.7 |
| 1887 | 2024-11-04T23:10:52.783Z | Checking zip v0.6.6 |
| 1888 | 2024-11-04T23:10:53.075Z | Checking resolv-conf v0.7.0 |
| 1889 | 2024-11-04T23:10:53.270Z | Checking phf_shared v0.10.0 |
| 1890 | 2024-11-04T23:10:53.422Z | Checking tungstenite v0.24.0 |
| 1891 | 2024-11-04T23:10:53.493Z | Checking fs-err v2.11.0 |
| 1892 | 2024-11-04T23:10:53.555Z | Checking serde-big-array v0.5.1 |
| 1893 | 2024-11-04T23:10:53.751Z | Checking portable-atomic v1.9.0 |
| 1894 | 2024-11-04T23:10:53.783Z | Checking new_debug_unreachable v1.0.6 |
| 1895 | 2024-11-04T23:10:53.882Z | Checking minimal-lexical v0.2.1 |
| 1896 | 2024-11-04T23:10:54.024Z | Checking lalrpop-util v0.19.12 |
| 1897 | 2024-11-04T23:10:54.281Z | Checking number_prefix v0.4.0 |
| 1898 | 2024-11-04T23:10:54.324Z | Checking precomputed-hash v0.1.1 |
| 1899 | 2024-11-04T23:10:54.348Z | Checking tokio-tungstenite v0.24.0 |
| 1900 | 2024-11-04T23:10:54.442Z | Checking string_cache v0.8.7 |
| 1901 | 2024-11-04T23:10:54.467Z | Checking hickory-resolver v0.24.1 |
| 1902 | 2024-11-04T23:10:54.470Z | Checking nom v7.1.3 |
| 1903 | 2024-11-04T23:10:54.547Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1904 | 2024-11-04T23:10:54.706Z | Checking postgres-types v0.2.8 |
| 1905 | 2024-11-04T23:10:54.787Z | Checking indicatif v0.17.8 |
| 1906 | 2024-11-04T23:10:54.816Z | Checking itertools v0.12.1 |
| 1907 | 2024-11-04T23:10:55.465Z | Checking peg-runtime v0.8.3 |
| 1908 | 2024-11-04T23:10:55.492Z | Checking whoami v1.5.2 |
| 1909 | 2024-11-04T23:10:55.573Z | Compiling hashbrown v0.14.5 |
| 1910 | 2024-11-04T23:10:55.673Z | Compiling unsafe-libyaml v0.2.11 |
| 1911 | 2024-11-04T23:10:55.815Z | Checking tokio-postgres v0.7.12 |
| 1912 | 2024-11-04T23:10:56.079Z | Checking qorb v0.2.0 |
| 1913 | 2024-11-04T23:10:56.933Z | Compiling regress v0.10.1 |
| 1914 | 2024-11-04T23:10:56.959Z | Compiling ident_case v1.0.1 |
| 1915 | 2024-11-04T23:10:57.138Z | Compiling serde_yaml v0.9.34+deprecated |
| 1916 | 2024-11-04T23:10:57.429Z | Compiling darling_core v0.20.10 |
| 1917 | 2024-11-04T23:10:57.501Z | Checking heck v0.5.0 |
| 1918 | 2024-11-04T23:10:57.708Z | Checking progenitor-client v0.8.0 |
| 1919 | 2024-11-04T23:10:58.051Z | Checking fastrand v2.1.1 |
| 1920 | 2024-11-04T23:10:58.385Z | Compiling newtype-uuid v1.1.2 |
| 1921 | 2024-11-04T23:10:58.705Z | Checking ipnetwork v0.20.0 |
| 1922 | 2024-11-04T23:10:58.730Z | Compiling structmeta-derive v0.3.0 |
| 1923 | 2024-11-04T23:10:59.055Z | Checking strum v0.26.3 |
| 1924 | 2024-11-04T23:10:59.081Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1925 | 2024-11-04T23:10:59.491Z | Checking tempfile v3.13.0 |
| 1926 | 2024-11-04T23:10:59.822Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1927 | 2024-11-04T23:10:59.862Z | Checking instant v0.1.13 |
| 1928 | 2024-11-04T23:10:59.990Z | Checking regress v0.9.1 |
| 1929 | 2024-11-04T23:11:00.048Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1930 | 2024-11-04T23:11:00.208Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1931 | 2024-11-04T23:11:00.523Z | Checking macaddr v1.0.1 |
| 1932 | 2024-11-04T23:11:00.840Z | Compiling typify-impl v0.2.0 |
| 1933 | 2024-11-04T23:11:00.864Z | Checking backoff v0.4.0 |
| 1934 | 2024-11-04T23:11:01.082Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1935 | 2024-11-04T23:11:01.181Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1936 | 2024-11-04T23:11:01.244Z | Checking wait-timeout v0.2.0 |
| 1937 | 2024-11-04T23:11:01.354Z | Checking rand_xorshift v0.3.0 |
| 1938 | 2024-11-04T23:11:01.424Z | Checking rusty-fork v0.3.0 |
| 1939 | 2024-11-04T23:11:01.470Z | Compiling structmeta v0.3.0 |
| 1940 | 2024-11-04T23:11:01.553Z | Checking unarray v0.1.4 |
| 1941 | 2024-11-04T23:11:01.706Z | Compiling structmeta-derive v0.2.0 |
| 1942 | 2024-11-04T23:11:01.737Z | Checking proptest v1.5.0 |
| 1943 | 2024-11-04T23:11:01.898Z | Compiling parse-display-derive v0.10.0 |
| 1944 | 2024-11-04T23:11:01.954Z | Checking camino-tempfile v1.1.1 |
| 1945 | 2024-11-04T23:11:02.250Z | Compiling proc-macro-error v1.0.4 |
| 1946 | 2024-11-04T23:11:02.913Z | Compiling proc-macro-crate v1.3.1 |
| 1947 | 2024-11-04T23:11:03.638Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1948 | 2024-11-04T23:11:03.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1949 | 2024-11-04T23:11:03.867Z | Compiling darling_macro v0.20.10 |
| 1950 | 2024-11-04T23:11:03.959Z | Compiling num_enum_derive v0.5.11 |
| 1951 | 2024-11-04T23:11:04.059Z | Compiling foreign-types-macros v0.2.3 |
| 1952 | 2024-11-04T23:11:04.082Z | Checking foreign-types-shared v0.3.1 |
| 1953 | 2024-11-04T23:11:04.461Z | Compiling structmeta v0.2.0 |
| 1954 | 2024-11-04T23:11:04.549Z | Checking tabwriter v1.4.0 |
| 1955 | 2024-11-04T23:11:04.773Z | Compiling darling v0.20.10 |
| 1956 | 2024-11-04T23:11:04.799Z | Checking cstr-argument v0.1.2 |
| 1957 | 2024-11-04T23:11:04.899Z | Compiling serde_with_macros v3.11.0 |
| 1958 | 2024-11-04T23:11:04.924Z | Compiling test-strategy v0.3.1 |
| 1959 | 2024-11-04T23:11:04.984Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1960 | 2024-11-04T23:11:05.250Z | Checking foreign-types v0.5.0 |
| 1961 | 2024-11-04T23:11:05.371Z | Checking pretty-hex v0.2.1 |
| 1962 | 2024-11-04T23:11:05.529Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1963 | 2024-11-04T23:11:05.787Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1964 | 2024-11-04T23:11:05.872Z | Checking colored v2.1.0 |
| 1965 | 2024-11-04T23:11:06.015Z | Checking smf v0.2.3 |
| 1966 | 2024-11-04T23:11:06.067Z | Checking parse-display v0.10.0 |
| 1967 | 2024-11-04T23:11:06.199Z | Checking base64 v0.21.7 |
| 1968 | 2024-11-04T23:11:06.315Z | Compiling crucible-workspace-hack v0.1.0 |
| 1969 | 2024-11-04T23:11:06.368Z | Checking num_enum v0.5.11 |
| 1970 | 2024-11-04T23:11:06.511Z | Checking termtree v0.4.1 |
| 1971 | 2024-11-04T23:11:06.535Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1972 | 2024-11-04T23:11:06.634Z | Compiling heapless v0.8.0 |
| 1973 | 2024-11-04T23:11:06.688Z | Checking hash32 v0.3.1 |
| 1974 | 2024-11-04T23:11:06.724Z | Checking predicates-tree v1.0.11 |
| 1975 | 2024-11-04T23:11:06.770Z | Compiling smoltcp v0.11.0 |
| 1976 | 2024-11-04T23:11:06.801Z | Checking cobs v0.2.3 |
| 1977 | 2024-11-04T23:11:06.869Z | Checking sigpipe v0.1.3 |
| 1978 | 2024-11-04T23:11:06.890Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1979 | 2024-11-04T23:11:06.985Z | Checking postcard v1.0.10 |
| 1980 | 2024-11-04T23:11:06.988Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1981 | 2024-11-04T23:11:07.146Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1982 | 2024-11-04T23:11:07.252Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1983 | 2024-11-04T23:11:07.485Z | Compiling mockall_derive v0.13.0 |
| 1984 | 2024-11-04T23:11:07.571Z | Checking serde_with v3.11.0 |
| 1985 | 2024-11-04T23:11:07.573Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1986 | 2024-11-04T23:11:07.613Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1987 | 2024-11-04T23:11:07.899Z | Compiling zone_cfg_derive v0.3.0 |
| 1988 | 2024-11-04T23:11:08.017Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1989 | 2024-11-04T23:11:08.368Z | Compiling num-derive v0.4.2 |
| 1990 | 2024-11-04T23:11:08.643Z | Checking fragile v2.0.0 |
| 1991 | 2024-11-04T23:11:08.922Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1992 | 2024-11-04T23:11:09.234Z | Checking downcast v0.11.0 |
| 1993 | 2024-11-04T23:11:09.317Z | Checking zone v0.3.0 |
| 1994 | 2024-11-04T23:11:09.467Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1995 | 2024-11-04T23:11:09.727Z | Checking atomicwrites v0.4.4 |
| 1996 | 2024-11-04T23:11:09.848Z | Compiling convert_case v0.4.0 |
| 1997 | 2024-11-04T23:11:09.931Z | Checking tungstenite v0.21.0 |
| 1998 | 2024-11-04T23:11:10.121Z | Checking newline-converter v0.3.0 |
| 1999 | 2024-11-04T23:11:10.271Z | Checking expectorate v1.1.0 |
| 2000 | 2024-11-04T23:11:10.450Z | Checking itertools v0.13.0 |
| 2001 | 2024-11-04T23:11:10.557Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2002 | 2024-11-04T23:11:10.805Z | Compiling derive_more v0.99.18 |
| 2003 | 2024-11-04T23:11:10.826Z | Checking tokio-tungstenite v0.21.0 |
| 2004 | 2024-11-04T23:11:10.905Z | Checking same-file v1.0.6 |
| 2005 | 2024-11-04T23:11:11.055Z | Checking arc-swap v1.7.1 |
| 2006 | 2024-11-04T23:11:11.115Z | Checking walkdir v2.5.0 |
| 2007 | 2024-11-04T23:11:11.327Z | Checking xattr v1.3.1 |
| 2008 | 2024-11-04T23:11:11.416Z | Checking filetime v0.2.25 |
| 2009 | 2024-11-04T23:11:11.460Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2010 | 2024-11-04T23:11:11.507Z | Checking slog-scope v4.4.0 |
| 2011 | 2024-11-04T23:11:11.535Z | Checking swrite v0.1.0 |
| 2012 | 2024-11-04T23:11:11.637Z | Checking tar v0.4.42 |
| 2013 | 2024-11-04T23:11:11.666Z | Compiling cancel-safe-futures v0.1.5 |
| 2014 | 2024-11-04T23:11:11.721Z | Checking slog-stdlog v4.1.1 |
| 2015 | 2024-11-04T23:11:11.898Z | Checking slog-envlogger v2.2.0 |
| 2016 | 2024-11-04T23:11:12.053Z | Compiling owo-colors v4.1.0 |
| 2017 | 2024-11-04T23:11:12.442Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2018 | 2024-11-04T23:11:12.628Z | Checking libsw v3.3.1 |
| 2019 | 2024-11-04T23:11:12.784Z | Checking password-hash v0.5.0 |
| 2020 | 2024-11-04T23:11:12.888Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2021 | 2024-11-04T23:11:12.909Z | Checking blake2 v0.10.6 |
| 2022 | 2024-11-04T23:11:13.161Z | Checking indent_write v2.2.0 |
| 2023 | 2024-11-04T23:11:13.264Z | Checking linear-map v1.2.0 |
| 2024 | 2024-11-04T23:11:13.357Z | Checking argon2 v0.5.3 |
| 2025 | 2024-11-04T23:11:13.381Z | Checking num-rational v0.4.2 |
| 2026 | 2024-11-04T23:11:13.608Z | Checking pem v3.0.4 |
| 2027 | 2024-11-04T23:11:13.890Z | Checking num-complex v0.4.6 |
| 2028 | 2024-11-04T23:11:14.049Z | Checking float-ord v0.3.2 |
| 2029 | 2024-11-04T23:11:14.093Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2030 | 2024-11-04T23:11:14.200Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2031 | 2024-11-04T23:11:14.266Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2032 | 2024-11-04T23:11:14.604Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2033 | 2024-11-04T23:11:14.800Z | Checking num v0.4.3 |
| 2034 | 2024-11-04T23:11:14.912Z | Compiling lzma-sys v0.1.20 |
| 2035 | 2024-11-04T23:11:14.915Z | Checking humantime v2.1.0 |
| 2036 | 2024-11-04T23:11:14.915Z | Checking headers-core v0.3.0 |
| 2037 | 2024-11-04T23:11:15.086Z | Compiling heck v0.3.3 |
| 2038 | 2024-11-04T23:11:15.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2039 | 2024-11-04T23:11:15.469Z | Checking mockall v0.13.0 |
| 2040 | 2024-11-04T23:11:15.489Z | Compiling zone_cfg_derive v0.1.2 |
| 2041 | 2024-11-04T23:11:15.531Z | Checking headers v0.4.0 |
| 2042 | 2024-11-04T23:11:15.703Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2043 | 2024-11-04T23:11:15.789Z | Checking yasna v0.5.2 |
| 2044 | 2024-11-04T23:11:15.848Z | Checking base64 v0.13.1 |
| 2045 | 2024-11-04T23:11:16.005Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2046 | 2024-11-04T23:11:16.284Z | Checking ron v0.7.1 |
| 2047 | 2024-11-04T23:11:16.512Z | Checking xz2 v0.1.7 |
| 2048 | 2024-11-04T23:11:16.731Z | Checking rcgen v0.12.1 |
| 2049 | 2024-11-04T23:11:16.802Z | Checking subprocess v0.2.9 |
| 2050 | 2024-11-04T23:11:16.826Z | Compiling typify-macro v0.2.0 |
| 2051 | 2024-11-04T23:11:16.940Z | Checking zone v0.1.8 |
| 2052 | 2024-11-04T23:11:17.367Z | Checking half v2.4.1 |
| 2053 | 2024-11-04T23:11:17.417Z | Checking ciborium-io v0.2.2 |
| 2054 | 2024-11-04T23:11:17.419Z | Compiling semver v0.1.20 |
| 2055 | 2024-11-04T23:11:17.562Z | Checking highway v1.2.0 |
| 2056 | 2024-11-04T23:11:17.606Z | Compiling prettyplease v0.2.22 |
| 2057 | 2024-11-04T23:11:17.823Z | Checking ciborium-ll v0.2.2 |
| 2058 | 2024-11-04T23:11:17.904Z | Compiling rustc_version v0.1.7 |
| 2059 | 2024-11-04T23:11:18.120Z | Checking ciborium v0.2.2 |
| 2060 | 2024-11-04T23:11:18.270Z | Compiling home v0.5.9 |
| 2061 | 2024-11-04T23:11:18.405Z | Compiling newtype_derive v0.1.6 |
| 2062 | 2024-11-04T23:11:18.643Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2063 | 2024-11-04T23:11:18.923Z | Checking steno v0.4.1 |
| 2064 | 2024-11-04T23:11:20.743Z | Compiling slog-dtrace v0.3.0 |
| 2065 | 2024-11-04T23:11:20.911Z | Compiling typify v0.2.0 |
| 2066 | 2024-11-04T23:11:21.073Z | Compiling progenitor-impl v0.8.0 |
| 2067 | 2024-11-04T23:11:21.263Z | Checking display-error-chain v0.2.2 |
| 2068 | 2024-11-04T23:11:21.296Z | Compiling blake3 v1.5.4 |
| 2069 | 2024-11-04T23:11:21.452Z | Compiling ring v0.16.20 |
| 2070 | 2024-11-04T23:11:21.648Z | Checking keccak v0.1.5 |
| 2071 | 2024-11-04T23:11:21.676Z | Checking universal-hash v0.5.1 |
| 2072 | 2024-11-04T23:11:21.872Z | Checking secrecy v0.8.0 |
| 2073 | 2024-11-04T23:11:21.951Z | Checking sha3 v0.10.8 |
| 2074 | 2024-11-04T23:11:22.091Z | Checking opaque-debug v0.3.1 |
| 2075 | 2024-11-04T23:11:22.193Z | Checking aead v0.5.2 |
| 2076 | 2024-11-04T23:11:22.369Z | Checking poly1305 v0.8.0 |
| 2077 | 2024-11-04T23:11:22.408Z | Checking chacha20 v0.9.1 |
| 2078 | 2024-11-04T23:11:22.914Z | Checking gethostname v0.5.0 |
| 2079 | 2024-11-04T23:11:22.938Z | Compiling memmap2 v0.9.5 |
| 2080 | 2024-11-04T23:11:22.970Z | Compiling arrayvec v0.7.6 |
| 2081 | 2024-11-04T23:11:23.044Z | Compiling spin v0.5.2 |
| 2082 | 2024-11-04T23:11:23.293Z | Compiling constant_time_eq v0.3.1 |
| 2083 | 2024-11-04T23:11:23.368Z | Compiling arrayref v0.3.9 |
| 2084 | 2024-11-04T23:11:23.371Z | Compiling untrusted v0.7.1 |
| 2085 | 2024-11-04T23:11:23.518Z | Compiling toolchain_find v0.4.0 |
| 2086 | 2024-11-04T23:11:23.584Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2087 | 2024-11-04T23:11:23.617Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2088 | 2024-11-04T23:11:23.912Z | Compiling topological-sort v0.2.2 |
| 2089 | 2024-11-04T23:11:23.979Z | Compiling rustfmt-wrapper v0.2.1 |
| 2090 | 2024-11-04T23:11:24.151Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2091 | 2024-11-04T23:11:24.371Z | Checking chacha20poly1305 v0.10.1 |
| 2092 | 2024-11-04T23:11:24.500Z | Checking nibble_vec v0.1.0 |
| 2093 | 2024-11-04T23:11:24.524Z | Checking endian-type v0.1.2 |
| 2094 | 2024-11-04T23:11:24.570Z | Checking fxhash v0.2.1 |
| 2095 | 2024-11-04T23:11:24.685Z | Checking termcolor v1.4.1 |
| 2096 | 2024-11-04T23:11:24.705Z | Compiling radium v0.7.0 |
| 2097 | 2024-11-04T23:11:24.748Z | Checking radix_trie v0.2.1 |
| 2098 | 2024-11-04T23:11:24.751Z | Checking maplit v1.0.2 |
| 2099 | 2024-11-04T23:11:24.790Z | Checking tap v1.0.1 |
| 2100 | 2024-11-04T23:11:24.884Z | Compiling maybe-uninit v2.0.0 |
| 2101 | 2024-11-04T23:11:24.963Z | Checking wyz v0.5.1 |
| 2102 | 2024-11-04T23:11:25.121Z | Checking crc-catalog v2.4.0 |
| 2103 | 2024-11-04T23:11:25.190Z | Compiling packed_struct v0.10.1 |
| 2104 | 2024-11-04T23:11:25.251Z | Checking funty v2.0.0 |
| 2105 | 2024-11-04T23:11:25.359Z | Checking crc v3.2.1 |
| 2106 | 2024-11-04T23:11:25.548Z | Checking kstat-rs v0.2.4 |
| 2107 | 2024-11-04T23:11:25.615Z | Compiling packed_struct_codegen v0.10.1 |
| 2108 | 2024-11-04T23:11:25.685Z | Compiling indexmap v1.9.3 |
| 2109 | 2024-11-04T23:11:25.790Z | Compiling libefi-sys v0.1.0 |
| 2110 | 2024-11-04T23:11:25.905Z | Checking nodrop v0.1.14 |
| 2111 | 2024-11-04T23:11:26.045Z | Checking smallvec v0.6.14 |
| 2112 | 2024-11-04T23:11:26.066Z | Checking array-init v0.0.4 |
| 2113 | 2024-11-04T23:11:26.128Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2114 | 2024-11-04T23:11:26.268Z | Checking bitvec v1.0.1 |
| 2115 | 2024-11-04T23:11:26.452Z | Compiling bitfield-struct v0.6.2 |
| 2116 | 2024-11-04T23:11:26.536Z | Compiling async-recursion v1.1.1 |
| 2117 | 2024-11-04T23:11:26.584Z | Checking thiserror-no-std v2.0.2 |
| 2118 | 2024-11-04T23:11:26.699Z | Checking vsss-rs v3.3.4 |
| 2119 | 2024-11-04T23:11:27.115Z | Compiling omicron-zone-package v0.11.1 |
| 2120 | 2024-11-04T23:11:27.822Z | Checking hashbrown v0.12.3 |
| 2121 | 2024-11-04T23:11:28.123Z | Checking bitfield v0.14.0 |
| 2122 | 2024-11-04T23:11:28.247Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2123 | 2024-11-04T23:11:28.419Z | Checking serde-hex v0.1.0 |
| 2124 | 2024-11-04T23:11:28.616Z | Compiling progenitor-macro v0.8.0 |
| 2125 | 2024-11-04T23:11:28.967Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2126 | 2024-11-04T23:11:29.222Z | Checking env_logger v0.10.2 |
| 2127 | 2024-11-04T23:11:29.247Z | Checking ron v0.8.1 |
| 2128 | 2024-11-04T23:11:29.634Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2129 | 2024-11-04T23:11:29.657Z | Checking hashbrown v0.13.2 |
| 2130 | 2024-11-04T23:11:29.940Z | Checking crc-any v2.5.0 |
| 2131 | 2024-11-04T23:11:29.962Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2132 | 2024-11-04T23:11:30.090Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2133 | 2024-11-04T23:11:30.540Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2134 | 2024-11-04T23:11:30.570Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2135 | 2024-11-04T23:11:30.592Z | Compiling parking_lot_core v0.8.6 |
| 2136 | 2024-11-04T23:11:30.653Z | Checking object v0.30.4 |
| 2137 | 2024-11-04T23:11:30.802Z | Checking path-slash v0.1.5 |
| 2138 | 2024-11-04T23:11:30.805Z | Checking glob v0.3.1 |
| 2139 | 2024-11-04T23:11:30.995Z | Checking hickory-client v0.24.1 |
| 2140 | 2024-11-04T23:11:31.189Z | Checking hickory-server v0.24.1 |
| 2141 | 2024-11-04T23:11:31.451Z | Checking parking_lot v0.11.2 |
| 2142 | 2024-11-04T23:11:31.688Z | Checking primeorder v0.13.6 |
| 2143 | 2024-11-04T23:11:31.794Z | Checking sled v0.34.7 |
| 2144 | 2024-11-04T23:11:32.162Z | Compiling unicase v2.7.0 |
| 2145 | 2024-11-04T23:11:32.451Z | Checking nanorand v0.7.0 |
| 2146 | 2024-11-04T23:11:32.860Z | Compiling buf-list v1.0.3 |
| 2147 | 2024-11-04T23:11:32.880Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2148 | 2024-11-04T23:11:32.996Z | Checking flume v0.11.0 |
| 2149 | 2024-11-04T23:11:33.508Z | Checking atty v0.2.14 |
| 2150 | 2024-11-04T23:11:33.598Z | Compiling vte_generate_state_changes v0.1.2 |
| 2151 | 2024-11-04T23:11:33.646Z | Compiling salty v0.3.0 |
| 2152 | 2024-11-04T23:11:34.063Z | Checking p384 v0.13.0 |
| 2153 | 2024-11-04T23:11:34.121Z | Checking fd-lock v4.0.2 |
| 2154 | 2024-11-04T23:11:34.247Z | Checking vte v0.11.1 |
| 2155 | 2024-11-04T23:11:34.402Z | Compiling mime_guess v2.0.5 |
| 2156 | 2024-11-04T23:11:34.533Z | Checking env_filter v0.1.2 |
| 2157 | 2024-11-04T23:11:34.771Z | Checking http-range v0.1.5 |
| 2158 | 2024-11-04T23:11:34.888Z | Checking nu-ansi-term v0.50.1 |
| 2159 | 2024-11-04T23:11:34.964Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2160 | 2024-11-04T23:11:35.220Z | Checking env_logger v0.11.5 |
| 2161 | 2024-11-04T23:11:35.539Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2162 | 2024-11-04T23:11:35.592Z | Checking strip-ansi-escapes v0.2.0 |
| 2163 | 2024-11-04T23:11:35.617Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2164 | 2024-11-04T23:11:35.637Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2165 | 2024-11-04T23:11:35.742Z | Checking reedline v0.35.0 |
| 2166 | 2024-11-04T23:11:35.935Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2167 | 2024-11-04T23:11:35.957Z | Compiling dsl_auto_type v0.1.2 |
| 2168 | 2024-11-04T23:11:35.965Z | Checking scheduled-thread-pool v0.2.7 |
| 2169 | 2024-11-04T23:11:36.228Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2170 | 2024-11-04T23:11:36.510Z | Compiling crunchy v0.2.2 |
| 2171 | 2024-11-04T23:11:36.534Z | Checking hyper-staticfile v0.10.1 |
| 2172 | 2024-11-04T23:11:36.648Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2173 | 2024-11-04T23:11:36.799Z | Checking r2d2 v0.8.10 |
| 2174 | 2024-11-04T23:11:37.091Z | Compiling clang-sys v1.8.1 |
| 2175 | 2024-11-04T23:11:37.118Z | Compiling phf_generator v0.11.2 |
| 2176 | 2024-11-04T23:11:37.315Z | Checking bytecount v0.6.8 |
| 2177 | 2024-11-04T23:11:37.475Z | Compiling tiny-keccak v2.0.2 |
| 2178 | 2024-11-04T23:11:37.503Z | Compiling diesel_derives v2.2.3 |
| 2179 | 2024-11-04T23:11:37.739Z | Checking papergrid v0.11.0 |
| 2180 | 2024-11-04T23:11:37.829Z | Compiling phf_codegen v0.11.2 |
| 2181 | 2024-11-04T23:11:38.003Z | Compiling tabled_derive v0.7.0 |
| 2182 | 2024-11-04T23:11:38.057Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2183 | 2024-11-04T23:11:38.329Z | Compiling parse-zoneinfo v0.3.1 |
| 2184 | 2024-11-04T23:11:38.457Z | Compiling ref-cast v1.0.23 |
| 2185 | 2024-11-04T23:11:39.010Z | Compiling cfg_aliases v0.1.1 |
| 2186 | 2024-11-04T23:11:39.125Z | Compiling nix v0.28.0 |
| 2187 | 2024-11-04T23:11:39.300Z | Compiling chrono-tz-build v0.4.0 |
| 2188 | 2024-11-04T23:11:39.913Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2189 | 2024-11-04T23:11:40.054Z | Compiling ascii-canvas v3.0.0 |
| 2190 | 2024-11-04T23:11:40.175Z | Compiling ena v0.14.3 |
| 2191 | 2024-11-04T23:11:40.224Z | Compiling ref-cast-impl v1.0.23 |
| 2192 | 2024-11-04T23:11:40.323Z | Checking tabled v0.15.0 |
| 2193 | 2024-11-04T23:11:40.576Z | Compiling libloading v0.8.5 |
| 2194 | 2024-11-04T23:11:40.608Z | Compiling diff v0.1.13 |
| 2195 | 2024-11-04T23:11:40.657Z | Compiling bindgen v0.69.5 |
| 2196 | 2024-11-04T23:11:41.019Z | Compiling regex-syntax v0.6.29 |
| 2197 | 2024-11-04T23:11:41.531Z | Compiling chrono-tz v0.10.0 |
| 2198 | 2024-11-04T23:11:41.624Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2199 | 2024-11-04T23:11:42.212Z | Compiling which v4.4.2 |
| 2200 | 2024-11-04T23:11:42.816Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2201 | 2024-11-04T23:11:43.489Z | Checking signal-hook-tokio v0.3.1 |
| 2202 | 2024-11-04T23:11:43.678Z | Compiling cexpr v0.6.0 |
| 2203 | 2024-11-04T23:11:43.807Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2204 | 2024-11-04T23:11:43.849Z | Compiling lazycell v1.3.0 |
| 2205 | 2024-11-04T23:11:44.019Z | Compiling rustc-hash v1.1.0 |
| 2206 | 2024-11-04T23:11:44.179Z | Compiling lalrpop v0.19.12 |
| 2207 | 2024-11-04T23:11:44.469Z | Checking progenitor v0.8.0 |
| 2208 | 2024-11-04T23:11:44.691Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2209 | 2024-11-04T23:11:45.394Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2210 | 2024-11-04T23:11:45.660Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2211 | 2024-11-04T23:11:46.673Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2212 | 2024-11-04T23:11:49.479Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2213 | 2024-11-04T23:11:49.760Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2214 | 2024-11-04T23:11:50.086Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2215 | 2024-11-04T23:11:52.670Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2216 | 2024-11-04T23:11:52.883Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2217 | 2024-11-04T23:11:53.340Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2218 | 2024-11-04T23:11:53.781Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2219 | 2024-11-04T23:11:53.861Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2220 | 2024-11-04T23:11:54.066Z | Checking diesel v2.2.4 |
| 2221 | 2024-11-04T23:11:58.285Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2222 | 2024-11-04T23:11:58.429Z | Compiling derive_builder_core v0.20.2 |
| 2223 | 2024-11-04T23:11:58.596Z | Checking http v0.2.12 |
| 2224 | 2024-11-04T23:12:00.044Z | Compiling peg-macros v0.8.4 |
| 2225 | 2024-11-04T23:12:00.729Z | Compiling libxml v0.3.3 |
| 2226 | 2024-11-04T23:12:01.148Z | Compiling sqlparser_derive v0.2.2 |
| 2227 | 2024-11-04T23:12:02.281Z | Compiling memoffset v0.9.1 |
| 2228 | 2024-11-04T23:12:02.607Z | Checking unicode_categories v0.1.1 |
| 2229 | 2024-11-04T23:12:02.916Z | Checking sqlformat v0.2.6 |
| 2230 | 2024-11-04T23:12:03.661Z | Checking peg v0.8.4 |
| 2231 | 2024-11-04T23:12:03.931Z | Checking sqlparser v0.45.0 |
| 2232 | 2024-11-04T23:12:07.260Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2233 | 2024-11-04T23:12:10.964Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2234 | 2024-11-04T23:12:12.334Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2235 | 2024-11-04T23:12:13.318Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2236 | 2024-11-04T23:12:15.524Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2237 | 2024-11-04T23:12:17.460Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2238 | 2024-11-04T23:12:17.791Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2239 | 2024-11-04T23:12:18.698Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2240 | 2024-11-04T23:12:19.304Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2241 | 2024-11-04T23:12:19.453Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2242 | 2024-11-04T23:12:19.535Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2243 | 2024-11-04T23:12:19.723Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2244 | 2024-11-04T23:12:20.260Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2245 | 2024-11-04T23:12:20.281Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2246 | 2024-11-04T23:12:20.406Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2247 | 2024-11-04T23:12:20.847Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2248 | 2024-11-04T23:12:21.947Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2249 | 2024-11-04T23:12:22.613Z | Compiling derive_builder_macro v0.20.2 |
| 2250 | 2024-11-04T23:12:23.384Z | Checking rustyline v14.0.0 |
| 2251 | 2024-11-04T23:12:24.211Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2252 | 2024-11-04T23:12:24.817Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2253 | 2024-11-04T23:12:24.913Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2254 | 2024-11-04T23:12:25.032Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2255 | 2024-11-04T23:12:25.699Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2256 | 2024-11-04T23:12:26.148Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2257 | 2024-11-04T23:12:26.415Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2258 | 2024-11-04T23:12:27.207Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2259 | 2024-11-04T23:12:28.029Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2260 | 2024-11-04T23:12:28.666Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2261 | 2024-11-04T23:12:29.386Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2262 | 2024-11-04T23:12:30.195Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2263 | 2024-11-04T23:12:30.224Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2264 | 2024-11-04T23:12:30.636Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2265 | 2024-11-04T23:12:32.626Z | Checking tungstenite v0.23.0 |
| 2266 | 2024-11-04T23:12:33.112Z | Checking bcs v0.1.6 |
| 2267 | 2024-11-04T23:12:33.520Z | Compiling strum_macros v0.24.3 |
| 2268 | 2024-11-04T23:12:33.588Z | Compiling pin-project-internal v1.1.6 |
| 2269 | 2024-11-04T23:12:34.213Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2270 | 2024-11-04T23:12:35.029Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2271 | 2024-11-04T23:12:36.631Z | Compiling indoc v1.0.9 |
| 2272 | 2024-11-04T23:12:36.738Z | Checking pin-project v1.1.6 |
| 2273 | 2024-11-04T23:12:36.884Z | Checking tokio-tungstenite v0.23.1 |
| 2274 | 2024-11-04T23:12:36.934Z | Checking derive_builder v0.20.2 |
| 2275 | 2024-11-04T23:12:37.534Z | Checking h2 v0.3.26 |
| 2276 | 2024-11-04T23:12:37.624Z | Checking http-body v0.4.6 |
| 2277 | 2024-11-04T23:12:38.050Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2278 | 2024-11-04T23:12:38.365Z | Checking quick-xml v0.33.0 |
| 2279 | 2024-11-04T23:12:38.985Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2280 | 2024-11-04T23:12:40.630Z | Compiling oso-derive v0.27.3 |
| 2281 | 2024-11-04T23:12:40.935Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2282 | 2024-11-04T23:12:41.392Z | Checking nix v0.27.1 |
| 2283 | 2024-11-04T23:12:41.661Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2284 | 2024-11-04T23:12:41.949Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2285 | 2024-11-04T23:12:42.769Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2286 | 2024-11-04T23:12:43.047Z | Compiling snafu-derive v0.8.5 |
| 2287 | 2024-11-04T23:12:43.408Z | Compiling diesel-dtrace v0.3.0 |
| 2288 | 2024-11-04T23:12:43.661Z | Checking hyper v0.14.30 |
| 2289 | 2024-11-04T23:12:43.735Z | Checking simd-adler32 v0.3.7 |
| 2290 | 2024-11-04T23:12:44.125Z | Compiling zip v2.1.3 |
| 2291 | 2024-11-04T23:12:44.471Z | Checking sync_wrapper v0.1.2 |
| 2292 | 2024-11-04T23:12:44.615Z | Checking lockfree-object-pool v0.1.6 |
| 2293 | 2024-11-04T23:12:44.885Z | Checking bumpalo v3.16.0 |
| 2294 | 2024-11-04T23:12:45.250Z | Checking zopfli v0.8.1 |
| 2295 | 2024-11-04T23:12:46.368Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2296 | 2024-11-04T23:12:48.400Z | Checking snafu v0.8.5 |
| 2297 | 2024-11-04T23:12:48.501Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2298 | 2024-11-04T23:12:48.549Z | Checking reqwest v0.11.27 |
| 2299 | 2024-11-04T23:12:48.814Z | Checking globset v0.4.15 |
| 2300 | 2024-11-04T23:12:48.892Z | Checking bb8 v0.8.5 |
| 2301 | 2024-11-04T23:12:49.352Z | Checking olpc-cjson v0.1.4 |
| 2302 | 2024-11-04T23:12:49.424Z | Checking serde_plain v1.0.2 |
| 2303 | 2024-11-04T23:12:49.575Z | Compiling const_format_proc_macros v0.2.33 |
| 2304 | 2024-11-04T23:12:49.598Z | Compiling displaydoc v0.2.5 |
| 2305 | 2024-11-04T23:12:49.682Z | Checking typed-path v0.7.1 |
| 2306 | 2024-11-04T23:12:49.820Z | Checking async-bb8-diesel v0.2.1 |
| 2307 | 2024-11-04T23:12:50.988Z | Checking parse-size v1.1.0 |
| 2308 | 2024-11-04T23:12:51.199Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2309 | 2024-11-04T23:12:51.614Z | Checking tough v0.17.1 |
| 2310 | 2024-11-04T23:12:51.638Z | Checking const_format v0.2.33 |
| 2311 | 2024-11-04T23:12:52.135Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2312 | 2024-11-04T23:12:52.418Z | Checking heck v0.4.1 |
| 2313 | 2024-11-04T23:12:52.578Z | Checking assert_matches v1.5.0 |
| 2314 | 2024-11-04T23:12:52.650Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2315 | 2024-11-04T23:12:52.687Z | Checking rand_seeder v0.3.0 |
| 2316 | 2024-11-04T23:12:52.817Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2317 | 2024-11-04T23:12:52.934Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2318 | 2024-11-04T23:12:53.072Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2319 | 2024-11-04T23:12:53.620Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2320 | 2024-11-04T23:12:55.216Z | Compiling libz-sys v1.1.20 |
| 2321 | 2024-11-04T23:12:55.570Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2322 | 2024-11-04T23:12:55.824Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2323 | 2024-11-04T23:12:56.085Z | Checking is_ci v1.2.0 |
| 2324 | 2024-11-04T23:12:56.153Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2325 | 2024-11-04T23:12:56.235Z | Checking supports-color v3.0.1 |
| 2326 | 2024-11-04T23:12:56.606Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2327 | 2024-11-04T23:12:56.629Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2328 | 2024-11-04T23:12:57.914Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2329 | 2024-11-04T23:12:58.092Z | Compiling vergen v8.3.2 |
| 2330 | 2024-11-04T23:12:58.418Z | Compiling cargo-platform v0.1.8 |
| 2331 | 2024-11-04T23:12:58.966Z | Checking smawk v0.3.2 |
| 2332 | 2024-11-04T23:12:59.170Z | Checking unicode-linebreak v0.1.5 |
| 2333 | 2024-11-04T23:12:59.200Z | Compiling cargo_metadata v0.18.1 |
| 2334 | 2024-11-04T23:12:59.221Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2335 | 2024-11-04T23:12:59.610Z | Checking textwrap v0.16.1 |
| 2336 | 2024-11-04T23:13:00.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2337 | 2024-11-04T23:13:00.755Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2338 | 2024-11-04T23:13:02.427Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2339 | 2024-11-04T23:13:02.600Z | Checking castaway v0.2.3 |
| 2340 | 2024-11-04T23:13:02.705Z | Compiling libsqlite3-sys v0.30.1 |
| 2341 | 2024-11-04T23:13:02.778Z | Compiling cfg_aliases v0.2.1 |
| 2342 | 2024-11-04T23:13:02.780Z | Compiling rustls v0.21.12 |
| 2343 | 2024-11-04T23:13:02.896Z | Compiling nix v0.29.0 |
| 2344 | 2024-11-04T23:13:03.261Z | Checking compact_str v0.8.0 |
| 2345 | 2024-11-04T23:13:03.803Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2346 | 2024-11-04T23:13:04.183Z | Checking unicode-truncate v1.1.0 |
| 2347 | 2024-11-04T23:13:04.411Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2348 | 2024-11-04T23:13:04.694Z | Checking sct v0.7.1 |
| 2349 | 2024-11-04T23:13:04.734Z | Checking rustls-webpki v0.101.7 |
| 2350 | 2024-11-04T23:13:04.898Z | Checking lru v0.12.5 |
| 2351 | 2024-11-04T23:13:05.195Z | Compiling instability v0.3.2 |
| 2352 | 2024-11-04T23:13:05.485Z | Checking cassowary v0.3.0 |
| 2353 | 2024-11-04T23:13:06.192Z | Checking ratatui v0.28.1 |
| 2354 | 2024-11-04T23:13:06.590Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2355 | 2024-11-04T23:13:06.719Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2356 | 2024-11-04T23:13:06.908Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2357 | 2024-11-04T23:13:07.996Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2358 | 2024-11-04T23:13:09.102Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2359 | 2024-11-04T23:13:09.167Z | Checking hashlink v0.9.1 |
| 2360 | 2024-11-04T23:13:09.817Z | Checking concurrent-queue v2.5.0 |
| 2361 | 2024-11-04T23:13:10.171Z | Checking plotters-backend v0.3.7 |
| 2362 | 2024-11-04T23:13:10.551Z | Checking fallible-streaming-iterator v0.1.9 |
| 2363 | 2024-11-04T23:13:10.785Z | Checking fallible-iterator v0.3.0 |
| 2364 | 2024-11-04T23:13:10.886Z | Checking parking v2.2.1 |
| 2365 | 2024-11-04T23:13:11.078Z | Checking plotters-svg v0.3.7 |
| 2366 | 2024-11-04T23:13:11.297Z | Checking tokio-rustls v0.24.1 |
| 2367 | 2024-11-04T23:13:11.454Z | Checking rusqlite v0.32.1 |
| 2368 | 2024-11-04T23:13:12.216Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2369 | 2024-11-04T23:13:12.945Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2370 | 2024-11-04T23:13:13.269Z | Checking rustls-pemfile v1.0.4 |
| 2371 | 2024-11-04T23:13:13.481Z | Checking twox-hash v1.6.3 |
| 2372 | 2024-11-04T23:13:13.499Z | Checking cast v0.3.0 |
| 2373 | 2024-11-04T23:13:13.829Z | Checking criterion-plot v0.5.0 |
| 2374 | 2024-11-04T23:13:13.988Z | Checking plotters v0.3.7 |
| 2375 | 2024-11-04T23:13:14.334Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2376 | 2024-11-04T23:13:15.701Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2377 | 2024-11-04T23:13:15.786Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2378 | 2024-11-04T23:13:16.805Z | Checking fatfs v0.3.6 |
| 2379 | 2024-11-04T23:13:17.498Z | Checking tinytemplate v1.2.1 |
| 2380 | 2024-11-04T23:13:17.893Z | Checking csv-core v0.1.11 |
| 2381 | 2024-11-04T23:13:17.915Z | Checking hex-literal v0.4.1 |
| 2382 | 2024-11-04T23:13:18.059Z | Checking shell-words v1.1.0 |
| 2383 | 2024-11-04T23:13:18.252Z | Checking anes v0.1.6 |
| 2384 | 2024-11-04T23:13:18.273Z | Checking oorandom v11.1.4 |
| 2385 | 2024-11-04T23:13:18.453Z | Checking csv v1.3.0 |
| 2386 | 2024-11-04T23:13:18.627Z | Checking criterion v0.5.1 |
| 2387 | 2024-11-04T23:13:19.322Z | Checking event-listener v5.3.1 |
| 2388 | 2024-11-04T23:13:19.776Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2389 | 2024-11-04T23:13:21.574Z | Checking rtoolbox v0.0.2 |
| 2390 | 2024-11-04T23:13:21.782Z | Checking rpassword v7.3.1 |
| 2391 | 2024-11-04T23:13:21.954Z | Checking event-listener-strategy v0.5.2 |
| 2392 | 2024-11-04T23:13:22.150Z | Checking tui-tree-widget v0.22.0 |
| 2393 | 2024-11-04T23:13:22.475Z | Checking polyval v0.6.2 |
| 2394 | 2024-11-04T23:13:22.707Z | Checking ghash v0.5.1 |
| 2395 | 2024-11-04T23:13:22.868Z | Checking futures-lite v2.3.0 |
| 2396 | 2024-11-04T23:13:24.364Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2397 | 2024-11-04T23:13:24.387Z | Checking ctr v0.9.2 |
| 2398 | 2024-11-04T23:13:24.678Z | Checking yansi v1.0.1 |
| 2399 | 2024-11-04T23:13:25.188Z | Compiling samael v0.0.17 |
| 2400 | 2024-11-04T23:13:25.738Z | Checking pretty_assertions v1.4.1 |
| 2401 | 2024-11-04T23:13:25.898Z | Checking aes-gcm v0.10.3 |
| 2402 | 2024-11-04T23:13:25.940Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2403 | 2024-11-04T23:13:26.147Z | Checking ssh-encoding v0.2.0 |
| 2404 | 2024-11-04T23:13:26.506Z | Checking blowfish v0.9.1 |
| 2405 | 2024-11-04T23:13:26.746Z | Checking bcrypt-pbkdf v0.10.0 |
| 2406 | 2024-11-04T23:13:27.027Z | Checking ssh-cipher v0.2.0 |
| 2407 | 2024-11-04T23:13:27.348Z | Checking async-lock v3.4.0 |
| 2408 | 2024-11-04T23:13:28.266Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2409 | 2024-11-04T23:13:28.783Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2410 | 2024-11-04T23:13:30.236Z | Checking polling v3.7.3 |
| 2411 | 2024-11-04T23:13:30.631Z | Checking password-hash v0.4.2 |
| 2412 | 2024-11-04T23:13:31.081Z | Checking matches v0.1.10 |
| 2413 | 2024-11-04T23:13:31.177Z | Checking idna v0.2.3 |
| 2414 | 2024-11-04T23:13:32.040Z | Checking pbkdf2 v0.11.0 |
| 2415 | 2024-11-04T23:13:32.342Z | Checking async-io v2.3.4 |
| 2416 | 2024-11-04T23:13:33.237Z | Checking ssh-key v0.6.6 |
| 2417 | 2024-11-04T23:13:33.386Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2418 | 2024-11-04T23:13:34.199Z | Checking p256 v0.13.2 |
| 2419 | 2024-11-04T23:13:34.717Z | Checking p521 v0.13.3 |
| 2420 | 2024-11-04T23:13:34.843Z | Checking russh-cryptovec v0.7.3 |
| 2421 | 2024-11-04T23:13:35.060Z | Compiling enum-as-inner v0.5.1 |
| 2422 | 2024-11-04T23:13:36.080Z | Compiling doc-comment v0.3.3 |
| 2423 | 2024-11-04T23:13:36.121Z | Checking md5 v0.7.0 |
| 2424 | 2024-11-04T23:13:36.272Z | Checking async-task v4.7.1 |
| 2425 | 2024-11-04T23:13:36.419Z | Compiling target-lexicon v0.12.16 |
| 2426 | 2024-11-04T23:13:36.631Z | Checking russh-keys v0.45.0 |
| 2427 | 2024-11-04T23:13:36.825Z | Checking trust-dns-proto v0.22.0 |
| 2428 | 2024-11-04T23:13:37.460Z | Checking async-channel v2.3.1 |
| 2429 | 2024-11-04T23:13:37.802Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2430 | 2024-11-04T23:13:38.041Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2431 | 2024-11-04T23:13:38.803Z | Checking piper v0.2.4 |
| 2432 | 2024-11-04T23:13:39.040Z | Checking num-bigint v0.4.6 |
| 2433 | 2024-11-04T23:13:39.522Z | Checking des v0.8.1 |
| 2434 | 2024-11-04T23:13:39.764Z | Compiling assert_cmd v2.0.16 |
| 2435 | 2024-11-04T23:13:40.205Z | Compiling guppy-workspace-hack v0.1.0 |
| 2436 | 2024-11-04T23:13:40.508Z | Compiling dhcproto-macros v0.1.0 |
| 2437 | 2024-11-04T23:13:40.582Z | Checking futures-timer v3.0.3 |
| 2438 | 2024-11-04T23:13:40.998Z | Checking blocking v1.6.1 |
| 2439 | 2024-11-04T23:13:41.435Z | Checking dhcproto v0.12.0 |
| 2440 | 2024-11-04T23:13:41.597Z | Checking russh v0.45.0 |
| 2441 | 2024-11-04T23:13:41.937Z | Checking async-executor v1.13.1 |
| 2442 | 2024-11-04T23:13:42.301Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2443 | 2024-11-04T23:13:42.887Z | Checking async-signal v0.2.10 |
| 2444 | 2024-11-04T23:13:42.925Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2445 | 2024-11-04T23:13:43.183Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2446 | 2024-11-04T23:13:43.692Z | Checking internet-checksum v0.2.1 |
| 2447 | 2024-11-04T23:13:43.898Z | Checking event-listener v2.5.3 |
| 2448 | 2024-11-04T23:13:44.134Z | Compiling target-spec v3.2.2 |
| 2449 | 2024-11-04T23:13:44.717Z | Checking async-channel v1.9.0 |
| 2450 | 2024-11-04T23:13:45.584Z | Checking async-process v2.3.0 |
| 2451 | 2024-11-04T23:13:45.928Z | Checking async-global-executor v2.4.1 |
| 2452 | 2024-11-04T23:13:46.136Z | Checking cfg-expr v0.17.0 |
| 2453 | 2024-11-04T23:13:46.344Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2454 | 2024-11-04T23:13:46.452Z | Checking httptest v0.16.1 |
| 2455 | 2024-11-04T23:13:46.992Z | Checking rustls-native-certs v0.7.3 |
| 2456 | 2024-11-04T23:13:47.172Z | Checking num_cpus v1.16.0 |
| 2457 | 2024-11-04T23:13:47.195Z | Checking kv-log-macro v1.0.7 |
| 2458 | 2024-11-04T23:13:47.306Z | Compiling async-attributes v1.1.2 |
| 2459 | 2024-11-04T23:13:48.187Z | Checking async-std v1.13.0 |
| 2460 | 2024-11-04T23:13:49.345Z | Checking threadpool v1.8.1 |
| 2461 | 2024-11-04T23:13:49.580Z | Checking hyper-rustls v0.26.0 |
| 2462 | 2024-11-04T23:13:49.815Z | Compiling git2 v0.19.0 |
| 2463 | 2024-11-04T23:13:50.299Z | Checking pathdiff v0.2.2 |
| 2464 | 2024-11-04T23:13:50.466Z | Compiling rstest_macros v0.23.0 |
| 2465 | 2024-11-04T23:13:50.865Z | Checking escape8259 v0.5.3 |
| 2466 | 2024-11-04T23:13:51.010Z | Checking nested v0.1.1 |
| 2467 | 2024-11-04T23:13:51.094Z | Checking libtest-mimic v0.7.3 |
| 2468 | 2024-11-04T23:13:51.253Z | Checking guppy v0.17.8 |
| 2469 | 2024-11-04T23:13:51.710Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2470 | 2024-11-04T23:13:52.013Z | Checking async-object-pool v0.1.5 |
| 2471 | 2024-11-04T23:13:52.216Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2472 | 2024-11-04T23:13:53.375Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2473 | 2024-11-04T23:13:53.516Z | Checking similar-asserts v1.6.0 |
| 2474 | 2024-11-04T23:13:53.705Z | Checking fancy-regex v0.13.0 |
| 2475 | 2024-11-04T23:13:53.771Z | Checking serde_regex v1.1.0 |
| 2476 | 2024-11-04T23:13:54.053Z | Checking assert-json-diff v2.0.2 |
| 2477 | 2024-11-04T23:13:54.351Z | Compiling proc-macro-crate v3.2.0 |
| 2478 | 2024-11-04T23:13:54.470Z | Checking path-tree v0.8.1 |
| 2479 | 2024-11-04T23:13:54.806Z | Compiling trybuild v1.0.100 |
| 2480 | 2024-11-04T23:13:55.319Z | Checking stringmetrics v2.2.2 |
| 2481 | 2024-11-04T23:13:55.375Z | Compiling relative-path v1.9.3 |
| 2482 | 2024-11-04T23:13:55.831Z | Checking httpmock v0.8.0-alpha.1 |
| 2483 | 2024-11-04T23:13:57.504Z | Checking datatest-stable v0.2.9 |
| 2484 | 2024-11-04T23:13:57.853Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2485 | 2024-11-04T23:13:59.311Z | Checking blake2b_simd v1.0.2 |
| 2486 | 2024-11-04T23:13:59.426Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2487 | 2024-11-04T23:14:00.230Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2488 | 2024-11-04T23:14:01.300Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2489 | 2024-11-04T23:14:01.611Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2490 | 2024-11-04T23:14:01.933Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2491 | 2024-11-04T23:14:02.250Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2492 | 2024-11-04T23:14:02.803Z | Checking serde_tokenstream v0.2.2 |
| 2493 | 2024-11-04T23:14:03.184Z | Checking uzers v0.12.1 |
| 2494 | 2024-11-04T23:14:03.741Z | Checking rust-argon2 v2.1.0 |
| 2495 | 2024-11-04T23:14:05.497Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2496 | 2024-11-04T23:14:05.912Z | Checking rstest v0.23.0 |
| 2497 | 2024-11-04T23:14:06.148Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2498 | 2024-11-04T23:14:07.275Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2499 | 2024-11-04T23:14:07.390Z | Compiling polar-core v0.27.3 |
| 2500 | 2024-11-04T23:14:07.579Z | Checking rand_distr v0.4.3 |
| 2501 | 2024-11-04T23:14:08.395Z | Checking multimap v0.10.0 |
| 2502 | 2024-11-04T23:14:08.719Z | Checking approx v0.5.1 |
| 2503 | 2024-11-04T23:14:10.003Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2504 | 2024-11-04T23:14:10.911Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2505 | 2024-11-04T23:14:12.428Z | Checking partial-io v0.5.4 |
| 2506 | 2024-11-04T23:14:12.812Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2507 | 2024-11-04T23:14:13.137Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2508 | 2024-11-04T23:14:13.983Z | Checking cargo_toml v0.20.5 |
| 2509 | 2024-11-04T23:14:14.592Z | Checking termios v0.3.3 |
| 2510 | 2024-11-04T23:14:14.811Z | Compiling indoc v2.0.5 |
| 2511 | 2024-11-04T23:14:15.911Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2512 | 2024-11-04T23:14:15.932Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2513 | 2024-11-04T23:14:19.010Z | Checking oso v0.27.3 |
| 2514 | 2024-11-04T23:14:19.519Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2515 | 2024-11-04T23:14:32.086Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2516 | 2024-11-04T23:14:38.900Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2517 | 2024-11-04T23:14:42.771Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2518 | 2024-11-04T23:14:43.474Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2519 | 2024-11-04T23:15:12.782Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2520 | 2024-11-04T23:15:16.842Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2521 | 2024-11-04T23:15:17.559Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2522 | 2024-11-04T23:15:31.989Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2523 | 2024-11-04T23:16:02.349Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2524 | 2024-11-04T23:16:02.351Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2525 | 2024-11-04T23:16:02.351Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2526 | 2024-11-04T23:20:14.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 52s |
| 2527 | 2024-11-04T23:20:14.467Z | |
| 2528 | 2024-11-04T23:20:14.467Z | real 9:57.126919331 |
| 2529 | 2024-11-04T23:20:14.467Z | user 46:12.930407202 |
| 2530 | 2024-11-04T23:20:14.467Z | sys 6:24.415426242 |
| 2531 | 2024-11-04T23:20:14.467Z | trap 1.051191871 |
| 2532 | 2024-11-04T23:20:14.467Z | tflt 2.100075136 |
| 2533 | 2024-11-04T23:20:14.470Z | dflt 0.959823289 |
| 2534 | 2024-11-04T23:20:14.470Z | kflt 0.002209162 |
| 2535 | 2024-11-04T23:20:14.470Z | lock 1:13:50.059872124 |
| 2536 | 2024-11-04T23:20:14.470Z | slp 2:33:28.368346509 |
| 2537 | 2024-11-04T23:20:14.470Z | lat 1:38.042977163 |
| 2538 | 2024-11-04T23:20:14.470Z | stop 5:57.757418562 |
| 2539 | 2024-11-04T23:20:14.470Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2540 | 2024-11-04T23:20:14.470Z | + ptime -m cargo doc --workspace --no-deps |
| 2541 | 2024-11-04T23:20:15.598Z | warning: output filename collision. |
| 2542 | 2024-11-04T23:20:15.598Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2543 | 2024-11-04T23:20:15.598Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2544 | 2024-11-04T23:20:15.599Z | The targets should have unique names. |
| 2545 | 2024-11-04T23:20:15.599Z | This is a known bug where multiple crates with the same name use |
| 2546 | 2024-11-04T23:20:15.599Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2547 | 2024-11-04T23:20:16.012Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2548 | 2024-11-04T23:20:16.078Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2549 | 2024-11-04T23:20:16.097Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2550 | 2024-11-04T23:20:16.138Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2551 | 2024-11-04T23:20:16.169Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2552 | 2024-11-04T23:20:16.169Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2553 | 2024-11-04T23:20:16.338Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2554 | 2024-11-04T23:20:16.445Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2555 | 2024-11-04T23:20:16.447Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2556 | 2024-11-04T23:20:16.447Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2557 | 2024-11-04T23:20:16.502Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2558 | 2024-11-04T23:20:16.665Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2559 | 2024-11-04T23:20:16.770Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2560 | 2024-11-04T23:20:16.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2561 | 2024-11-04T23:20:17.241Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2562 | 2024-11-04T23:20:19.654Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2563 | 2024-11-04T23:20:20.002Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2564 | 2024-11-04T23:20:20.242Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2565 | 2024-11-04T23:20:20.573Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2566 | 2024-11-04T23:20:21.315Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2567 | 2024-11-04T23:20:21.665Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2568 | 2024-11-04T23:20:21.824Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2569 | 2024-11-04T23:20:21.927Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2570 | 2024-11-04T23:20:21.982Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2571 | 2024-11-04T23:20:22.266Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2572 | 2024-11-04T23:20:22.478Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2573 | 2024-11-04T23:20:22.496Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2574 | 2024-11-04T23:20:22.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2575 | 2024-11-04T23:20:22.799Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2576 | 2024-11-04T23:20:23.005Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2024-11-04T23:20:23.101Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2578 | 2024-11-04T23:20:23.409Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2579 | 2024-11-04T23:20:23.459Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2580 | 2024-11-04T23:20:23.781Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2581 | 2024-11-04T23:20:23.886Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2582 | 2024-11-04T23:20:23.958Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2583 | 2024-11-04T23:20:24.246Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2584 | 2024-11-04T23:20:24.267Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2585 | 2024-11-04T23:20:24.309Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2586 | 2024-11-04T23:20:25.012Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2587 | 2024-11-04T23:20:25.030Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2588 | 2024-11-04T23:20:28.149Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2589 | 2024-11-04T23:20:29.138Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2590 | 2024-11-04T23:20:29.970Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2591 | 2024-11-04T23:20:30.181Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2592 | 2024-11-04T23:20:30.274Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2593 | 2024-11-04T23:20:31.008Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2594 | 2024-11-04T23:20:32.147Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2595 | 2024-11-04T23:20:32.497Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2596 | 2024-11-04T23:20:32.635Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2597 | 2024-11-04T23:20:32.773Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2024-11-04T23:20:32.877Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2599 | 2024-11-04T23:20:33.941Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2600 | 2024-11-04T23:20:38.311Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2601 | 2024-11-04T23:20:38.606Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2602 | 2024-11-04T23:20:39.498Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2603 | 2024-11-04T23:20:40.067Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2604 | 2024-11-04T23:20:40.449Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2605 | 2024-11-04T23:20:40.529Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2606 | 2024-11-04T23:20:41.201Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2607 | 2024-11-04T23:20:41.380Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2608 | 2024-11-04T23:20:41.622Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2609 | 2024-11-04T23:20:42.854Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2610 | 2024-11-04T23:20:43.201Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2611 | 2024-11-04T23:20:43.492Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2612 | 2024-11-04T23:20:43.647Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2024-11-04T23:20:43.908Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2614 | 2024-11-04T23:20:44.088Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2615 | 2024-11-04T23:20:44.120Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2616 | 2024-11-04T23:20:44.381Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2617 | 2024-11-04T23:20:44.774Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2618 | 2024-11-04T23:20:45.079Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2619 | 2024-11-04T23:20:45.158Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2620 | 2024-11-04T23:20:45.206Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2621 | 2024-11-04T23:20:45.296Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2622 | 2024-11-04T23:20:45.685Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2623 | 2024-11-04T23:20:46.175Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2624 | 2024-11-04T23:20:46.410Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2625 | 2024-11-04T23:20:46.651Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2626 | 2024-11-04T23:20:46.982Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2627 | 2024-11-04T23:20:47.598Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2628 | 2024-11-04T23:20:48.196Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2629 | 2024-11-04T23:20:48.235Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2630 | 2024-11-04T23:20:48.277Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2631 | 2024-11-04T23:20:48.495Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2632 | 2024-11-04T23:20:48.637Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2633 | 2024-11-04T23:20:48.660Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2634 | 2024-11-04T23:20:48.763Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2635 | 2024-11-04T23:20:49.249Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2636 | 2024-11-04T23:20:49.832Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2637 | 2024-11-04T23:20:50.119Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2638 | 2024-11-04T23:20:50.144Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2639 | 2024-11-04T23:20:50.789Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2640 | 2024-11-04T23:20:50.792Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2641 | 2024-11-04T23:20:50.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2642 | 2024-11-04T23:20:55.362Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2643 | 2024-11-04T23:20:56.342Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2644 | 2024-11-04T23:20:56.923Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2645 | 2024-11-04T23:20:58.826Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2646 | 2024-11-04T23:21:00.304Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2647 | 2024-11-04T23:21:00.473Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2648 | 2024-11-04T23:21:01.562Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2649 | 2024-11-04T23:21:02.015Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2650 | 2024-11-04T23:21:04.060Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2651 | 2024-11-04T23:21:04.124Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2652 | 2024-11-04T23:21:04.991Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2653 | 2024-11-04T23:21:05.341Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2654 | 2024-11-04T23:21:06.806Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2655 | 2024-11-04T23:21:07.303Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2656 | 2024-11-04T23:21:08.280Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2657 | 2024-11-04T23:21:08.995Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2658 | 2024-11-04T23:21:09.800Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2659 | 2024-11-04T23:21:10.938Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2660 | 2024-11-04T23:21:23.237Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2661 | 2024-11-04T23:22:04.115Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2662 | 2024-11-04T23:22:05.500Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2663 | 2024-11-04T23:22:06.817Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2664 | 2024-11-04T23:22:08.153Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2665 | 2024-11-04T23:22:15.094Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2666 | 2024-11-04T23:22:24.360Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2667 | 2024-11-04T23:22:27.041Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2668 | 2024-11-04T23:22:27.810Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2669 | 2024-11-04T23:22:30.770Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2670 | 2024-11-04T23:22:31.996Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2671 | 2024-11-04T23:22:37.022Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2672 | 2024-11-04T23:22:50.425Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2673 | 2024-11-04T23:22:54.131Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2674 | 2024-11-04T23:23:13.077Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2675 | 2024-11-04T23:23:14.950Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2676 | 2024-11-04T23:23:15.812Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2677 | 2024-11-04T23:23:17.657Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2678 | 2024-11-04T23:23:31.010Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2679 | 2024-11-04T23:23:31.389Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2680 | 2024-11-04T23:23:41.246Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2681 | 2024-11-04T23:23:42.329Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2682 | 2024-11-04T23:23:43.484Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2683 | 2024-11-04T23:23:49.324Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2684 | 2024-11-04T23:23:49.361Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2685 | 2024-11-04T23:23:51.845Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2686 | 2024-11-04T23:23:52.378Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2687 | 2024-11-04T23:23:58.630Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2688 | 2024-11-04T23:24:01.043Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2689 | 2024-11-04T23:24:01.258Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2690 | 2024-11-04T23:24:02.129Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2691 | 2024-11-04T23:24:04.776Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2692 | 2024-11-04T23:24:16.439Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2693 | 2024-11-04T23:24:31.579Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2694 | 2024-11-04T23:24:32.824Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2695 | 2024-11-04T23:24:47.109Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2696 | 2024-11-04T23:24:47.433Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2697 | 2024-11-04T23:24:49.022Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2698 | 2024-11-04T23:24:58.074Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2699 | 2024-11-04T23:24:59.869Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2700 | 2024-11-04T23:25:00.559Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2701 | 2024-11-04T23:25:00.804Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2702 | 2024-11-04T23:25:02.003Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2703 | 2024-11-04T23:25:05.793Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2704 | 2024-11-04T23:25:15.769Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2705 | 2024-11-04T23:25:16.088Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2706 | 2024-11-04T23:25:20.915Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2707 | 2024-11-04T23:25:21.110Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2708 | 2024-11-04T23:25:21.563Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2709 | 2024-11-04T23:25:24.569Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2710 | 2024-11-04T23:25:27.169Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2711 | 2024-11-04T23:25:29.862Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2712 | 2024-11-04T23:25:36.032Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2713 | 2024-11-04T23:25:41.133Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2714 | 2024-11-04T23:25:41.903Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2715 | 2024-11-04T23:25:42.614Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2716 | 2024-11-04T23:25:43.175Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2717 | 2024-11-04T23:25:45.730Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2718 | 2024-11-04T23:25:54.941Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2719 | 2024-11-04T23:25:56.048Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2720 | 2024-11-04T23:25:56.200Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2721 | 2024-11-04T23:25:59.509Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2722 | 2024-11-04T23:26:00.454Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2723 | 2024-11-04T23:26:13.274Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2724 | 2024-11-04T23:26:13.483Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2725 | 2024-11-04T23:26:13.743Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2726 | 2024-11-04T23:26:17.631Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2727 | 2024-11-04T23:26:18.787Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2728 | 2024-11-04T23:26:20.039Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2729 | 2024-11-04T23:26:28.089Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2730 | 2024-11-04T23:26:31.305Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2731 | 2024-11-04T23:26:34.063Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2732 | 2024-11-04T23:26:34.358Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2733 | 2024-11-04T23:26:34.627Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2734 | 2024-11-04T23:26:39.115Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2735 | 2024-11-04T23:26:42.233Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2736 | 2024-11-04T23:26:47.591Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2737 | 2024-11-04T23:26:51.379Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2738 | 2024-11-04T23:26:51.721Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2739 | 2024-11-04T23:26:51.923Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2740 | 2024-11-04T23:26:53.206Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2741 | 2024-11-04T23:27:00.157Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2742 | 2024-11-04T23:27:05.039Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2743 | 2024-11-04T23:27:05.537Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2744 | 2024-11-04T23:27:05.778Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2745 | 2024-11-04T23:27:09.012Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2746 | 2024-11-04T23:27:10.871Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2747 | 2024-11-04T23:27:11.275Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2748 | 2024-11-04T23:27:21.248Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2749 | 2024-11-04T23:27:21.578Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2750 | 2024-11-04T23:27:21.751Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2751 | 2024-11-04T23:27:22.744Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2752 | 2024-11-04T23:27:24.785Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2753 | 2024-11-04T23:27:26.353Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2754 | 2024-11-04T23:27:28.316Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2755 | 2024-11-04T23:27:30.694Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2756 | 2024-11-04T23:27:31.256Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2757 | 2024-11-04T23:27:31.988Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2758 | 2024-11-04T23:27:33.017Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2759 | 2024-11-04T23:27:35.400Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2760 | 2024-11-04T23:27:36.198Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2761 | 2024-11-04T23:27:36.395Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2762 | 2024-11-04T23:27:38.212Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2763 | 2024-11-04T23:27:40.819Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2764 | 2024-11-04T23:27:41.036Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2765 | 2024-11-04T23:27:45.156Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2766 | 2024-11-04T23:27:45.621Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2767 | 2024-11-04T23:29:00.808Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2768 | 2024-11-04T23:29:50.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 35s |
| 2769 | 2024-11-04T23:29:50.255Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 135 other files |
| 2770 | 2024-11-04T23:29:50.317Z | |
| 2771 | 2024-11-04T23:29:50.320Z | real 9:35.497284292 |
| 2772 | 2024-11-04T23:29:50.320Z | user 35:06.789247223 |
| 2773 | 2024-11-04T23:29:50.320Z | sys 28:45.823059247 |
| 2774 | 2024-11-04T23:29:50.320Z | trap 0.629815409 |
| 2775 | 2024-11-04T23:29:50.320Z | tflt 0.221180785 |
| 2776 | 2024-11-04T23:29:50.320Z | dflt 0.196231476 |
| 2777 | 2024-11-04T23:29:50.320Z | kflt 0.000035361 |
| 2778 | 2024-11-04T23:29:50.320Z | lock 1:28:08.729142458 |
| 2779 | 2024-11-04T23:29:50.320Z | slp 2:29:33.392004574 |
| 2780 | 2024-11-04T23:29:50.320Z | lat 1:16.116608693 |
| 2781 | 2024-11-04T23:29:50.320Z | stop 1:06.857491302 |
| 2782 | 2024-11-04T23:29:50.320Z | process exited: duration 1475686 ms, exit code 0 |
| |
| 2783 | 2024-11-04T23:29:50.326Z | found 0 output files |