|
|
|
| 1 | 2024-10-11T18:29:36.173Z | job assigned to worker 01J9YDE63KJQ859Q8N59KC7FVW (queued for 1 m 1 s) |
| |
| 2 | 2024-10-11T18:29:43.780Z | starting task 0: "setup" |
| 3 | 2024-10-11T18:29:43.790Z | ++ uname -s |
| 4 | 2024-10-11T18:29:43.792Z | + kern=SunOS |
| 5 | 2024-10-11T18:29:43.792Z | + case "$kern" in |
| 6 | 2024-10-11T18:29:43.792Z | + groupadd -g 12345 build |
| 7 | 2024-10-11T18:29:43.795Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-11T18:29:45.804Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-11T18:29:45.873Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-11T18:29:45.876Z | + home_fs=zfs |
| 11 | 2024-10-11T18:29:45.876Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-11T18:29:45.876Z | + mkdir -p /home/build |
| 13 | 2024-10-11T18:29:45.878Z | + chown build:build /home/build /work |
| 14 | 2024-10-11T18:29:47.880Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-11T18:29:47.883Z | process exited: duration 4104 ms, exit code 0 |
| |
| 16 | 2024-10-11T18:29:47.888Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-11T18:29:47.894Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-11T18:29:47.894Z | ' 1.80.1 |
| 19 | 2024-10-11T18:29:47.894Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-10-11T18:29:47.894Z | ' default |
| 21 | 2024-10-11T18:29:47.894Z | * toolchain channel = "1.80.1" |
| 22 | 2024-10-11T18:29:47.894Z | * toolchain profile = "default" |
| 23 | 2024-10-11T18:29:47.896Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-11T18:29:47.897Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-11T18:29:48.014Z | info: downloading installer |
| 26 | 2024-10-11T18:29:49.110Z | info: profile set to 'default' |
| 27 | 2024-10-11T18:29:49.110Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-11T18:29:49.112Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-11T18:29:49.237Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-11T18:29:49.237Z | info: downloading component 'cargo' |
| 31 | 2024-10-11T18:29:49.891Z | info: downloading component 'clippy' |
| 32 | 2024-10-11T18:29:50.125Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-11T18:29:51.043Z | info: downloading component 'rust-std' |
| 34 | 2024-10-11T18:29:52.315Z | info: downloading component 'rustc' |
| 35 | 2024-10-11T18:29:55.889Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-11T18:29:56.081Z | info: installing component 'cargo' |
| 37 | 2024-10-11T18:29:56.896Z | info: installing component 'clippy' |
| 38 | 2024-10-11T18:29:57.348Z | info: installing component 'rust-docs' |
| 39 | 2024-10-11T18:29:58.966Z | info: installing component 'rust-std' |
| 40 | 2024-10-11T18:30:00.675Z | info: installing component 'rustc' |
| 41 | 2024-10-11T18:30:04.779Z | info: installing component 'rustfmt' |
| 42 | 2024-10-11T18:30:05.114Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-11T18:30:05.114Z | |
| 44 | 2024-10-11T18:30:05.360Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-11T18:30:05.360Z | |
| 46 | 2024-10-11T18:30:05.363Z | |
| 47 | 2024-10-11T18:30:05.363Z | Rust is installed now. Great! |
| 48 | 2024-10-11T18:30:05.363Z | |
| 49 | 2024-10-11T18:30:05.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-11T18:30:05.363Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-11T18:30:05.363Z | |
| 52 | 2024-10-11T18:30:05.363Z | To configure your current shell, you need to source |
| 53 | 2024-10-11T18:30:05.363Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-11T18:30:05.363Z | |
| 55 | 2024-10-11T18:30:05.363Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-11T18:30:05.364Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-11T18:30:05.364Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-11T18:30:05.408Z | + rustc --version |
| 59 | 2024-10-11T18:30:05.470Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-11T18:30:05.473Z | process exited: duration 17584 ms, exit code 0 |
| |
| 61 | 2024-10-11T18:30:05.479Z | starting task 2: "authentication" |
| 62 | 2024-10-11T18:30:05.500Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-10-11T18:30:05.505Z | starting task 3: "clone repository" |
| 64 | 2024-10-11T18:30:05.511Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-11T18:30:05.513Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-11T18:30:05.556Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-11T18:30:12.064Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-11T18:30:12.065Z | + git fetch origin a2065fcd5ec639c0175b9851b472462e6bb2f63a |
| 69 | 2024-10-11T18:30:12.433Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-11T18:30:12.433Z | * branch a2065fcd5ec639c0175b9851b472462e6bb2f63a -> FETCH_HEAD |
| 71 | 2024-10-11T18:30:12.442Z | + [[ -n sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system ]] |
| 72 | 2024-10-11T18:30:12.444Z | ++ git branch --show-current |
| 73 | 2024-10-11T18:30:12.447Z | + current=main |
| 74 | 2024-10-11T18:30:12.447Z | + [[ main != sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system ]] |
| 75 | 2024-10-11T18:30:12.447Z | + git branch -f sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system a2065fcd5ec639c0175b9851b472462e6bb2f63a |
| 76 | 2024-10-11T18:30:12.450Z | + git checkout -f sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system |
| 77 | 2024-10-11T18:30:12.613Z | Switched to branch 'sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system' |
| 78 | 2024-10-11T18:30:12.616Z | + git reset --hard a2065fcd5ec639c0175b9851b472462e6bb2f63a |
| 79 | 2024-10-11T18:30:12.774Z | HEAD is now at a2065fcd5 use wipe |
| 80 | 2024-10-11T18:30:12.777Z | process exited: duration 7270 ms, exit code 0 |
| |
| 81 | 2024-10-11T18:30:12.783Z | starting task 4: "build" |
| 82 | 2024-10-11T18:30:12.788Z | + source ./env.sh |
| 83 | 2024-10-11T18:30:12.788Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-10-11T18:30:12.788Z | ++ set -o xtrace |
| 85 | 2024-10-11T18:30:12.791Z | ++++ dirname ./env.sh |
| 86 | 2024-10-11T18:30:12.794Z | +++ readlink -f . |
| 87 | 2024-10-11T18:30:12.797Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-10-11T18:30:12.797Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2024-10-11T18:30:12.797Z | ++ 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-10-11T18:30:12.797Z | ++ 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 |
| 91 | 2024-10-11T18:30:12.797Z | ++ 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-10-11T18:30:12.798Z | ++ 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 |
| 93 | 2024-10-11T18:30:12.798Z | ++ 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-10-11T18:30:12.798Z | ++ 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 |
| 95 | 2024-10-11T18:30:12.798Z | ++ 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-10-11T18:30:12.798Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-10-11T18:30:12.798Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-10-11T18:30:12.798Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-10-11T18:30:12.798Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-10-11T18:30:12.798Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-10-11T18:30:12.798Z | + cargo --version |
| 102 | 2024-10-11T18:30:12.850Z | cargo 1.80.1 (376290515 2024-07-16) |
| 103 | 2024-10-11T18:30:12.853Z | + rustc --version |
| 104 | 2024-10-11T18:30:12.909Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 105 | 2024-10-11T18:30:12.912Z | + banner prerequisites |
| 106 | 2024-10-11T18:30:12.916Z | |
| 107 | 2024-10-11T18:30:12.916Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-10-11T18:30:12.916Z | # # # # # # # # # # # # # # # |
| 109 | 2024-10-11T18:30:12.916Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-10-11T18:30:12.916Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-10-11T18:30:12.916Z | # # # # # # # # # # # # # # # |
| 112 | 2024-10-11T18:30:12.916Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-10-11T18:30:12.916Z | |
| 114 | 2024-10-11T18:30:12.916Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-10-11T18:30:19.917Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-10-11T18:30:22.793Z | Startup: Caching catalogs ... Done |
| 117 | 2024-10-11T18:30:28.277Z | Planning: Solver setup ... Done (4.783s) |
| 118 | 2024-10-11T18:30:28.350Z | Planning: Running solver ... Done (0.073s) |
| 119 | 2024-10-11T18:30:28.417Z | Planning: Finding local manifests ... Done (0.004s) |
| 120 | 2024-10-11T18:30:28.433Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-10-11T18:30:28.647Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-10-11T18:30:28.748Z | Planning: Package planning ... Done (0.102s) |
| 123 | 2024-10-11T18:30:28.804Z | Planning: Merging actions ... Done (0.056s) |
| 124 | 2024-10-11T18:30:29.002Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 125 | 2024-10-11T18:30:31.072Z | Planning: Consolidating action changes ... Done (2.070s) |
| 126 | 2024-10-11T18:30:31.501Z | Planning: Evaluating mediators ... Done (0.429s) |
| 127 | 2024-10-11T18:30:31.586Z | Planning: Planning completed in 8.71 seconds |
| 128 | 2024-10-11T18:30:31.633Z | Packages to install: 4 |
| 129 | 2024-10-11T18:30:31.633Z | Packages to update: 1 |
| 130 | 2024-10-11T18:30:31.636Z | Mediators to change: 2 |
| 131 | 2024-10-11T18:30:31.636Z | Services to change: 1 |
| 132 | 2024-10-11T18:30:31.636Z | Estimated space available: 155.71 GB |
| 133 | 2024-10-11T18:30:31.636Z | Estimated space to be consumed: 1.57 GB |
| 134 | 2024-10-11T18:30:31.636Z | Create boot environment: No |
| 135 | 2024-10-11T18:30:31.636Z | Create backup boot environment: Yes |
| 136 | 2024-10-11T18:30:31.636Z | Rebuild boot archive: No |
| 137 | 2024-10-11T18:30:31.636Z | |
| 138 | 2024-10-11T18:30:31.636Z | Changed mediators: |
| 139 | 2024-10-11T18:30:31.636Z | mediator clang: |
| 140 | 2024-10-11T18:30:31.636Z | version: None -> 15 (system default) |
| 141 | 2024-10-11T18:30:31.636Z | |
| 142 | 2024-10-11T18:30:31.636Z | mediator llvm: |
| 143 | 2024-10-11T18:30:31.636Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-10-11T18:30:31.636Z | |
| 145 | 2024-10-11T18:30:31.636Z | Changed packages: |
| 146 | 2024-10-11T18:30:31.636Z | helios-dev |
| 147 | 2024-10-11T18:30:31.637Z | developer/build-essential |
| 148 | 2024-10-11T18:30:31.637Z | None -> 11-2.0 |
| 149 | 2024-10-11T18:30:31.637Z | library/libxmlsec1 |
| 150 | 2024-10-11T18:30:31.637Z | None -> 1.2.35-2.0 |
| 151 | 2024-10-11T18:30:31.637Z | ooce/developer/clang-15 |
| 152 | 2024-10-11T18:30:31.637Z | None -> 15.0.7-2.0 |
| 153 | 2024-10-11T18:30:31.637Z | ooce/developer/llvm-15 |
| 154 | 2024-10-11T18:30:31.637Z | None -> 15.0.7-2.0 |
| 155 | 2024-10-11T18:30:31.637Z | package/pkg |
| 156 | 2024-10-11T18:30:31.637Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-10-11T18:30:31.637Z | |
| 158 | 2024-10-11T18:30:31.637Z | Services: |
| 159 | 2024-10-11T18:30:31.637Z | restart_fmri: |
| 160 | 2024-10-11T18:30:31.637Z | svc:/system/update-man-index:default |
| 161 | 2024-10-11T18:30:31.637Z | |
| 162 | 2024-10-11T18:30:31.637Z | Editable files to change: |
| 163 | 2024-10-11T18:30:31.637Z | Update: |
| 164 | 2024-10-11T18:30:31.637Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-10-11T18:30:31.715Z | |
| 166 | 2024-10-11T18:30:31.715Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-10-11T18:30:36.726Z | Download: 1052/4281 items 19.6/220.6MB 8% complete (4.0M/s) |
| 168 | 2024-10-11T18:30:41.725Z | Download: 1720/4281 items 118.1/220.6MB 53% complete (11.9M/s) |
| 169 | 2024-10-11T18:30:46.727Z | Download: 3071/4281 items 121.4/220.6MB 55% complete (10.2M/s) |
| 170 | 2024-10-11T18:30:52.035Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (12.9M/s) |
| 171 | 2024-10-11T18:30:57.941Z | Download: 4208/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
| 172 | 2024-10-11T18:30:58.045Z | Download: Completed 220.60 MB in 26.33 seconds (8.4M/s) |
| 173 | 2024-10-11T18:31:00.177Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-10-11T18:31:00.199Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-10-11T18:31:04.900Z | Actions: 4226/5063 actions (Updating modified actions) |
| 176 | 2024-10-11T18:31:05.215Z | Actions: Completed 5063 actions in 5.04 seconds. |
| 177 | 2024-10-11T18:31:05.403Z | Done (0.181s) |
| 178 | 2024-10-11T18:31:05.406Z | Done (0.000s) |
| 179 | 2024-10-11T18:31:05.859Z | Done (0.455s) |
| 180 | 2024-10-11T18:31:10.241Z | Done (4.193s) |
| 181 | 2024-10-11T18:31:10.328Z | Done (0.017s) |
| 182 | 2024-10-11T18:31:10.331Z | Done (0.000s) |
| 183 | 2024-10-11T18:31:10.480Z | Done (0.000s) |
| 184 | 2024-10-11T18:31:11.103Z | Planning: Evaluating mediator changes ... Done |
| 185 | 2024-10-11T18:31:11.261Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2024-10-11T18:31:11.264Z | Planning: Consolidating action changes ... Done |
| 187 | 2024-10-11T18:31:11.527Z | Planning: Evaluating mediators ... Done |
| 188 | 2024-10-11T18:31:11.530Z | Planning: Planning completed in 0.42 seconds |
| 189 | 2024-10-11T18:31:11.564Z | Mediators to change: 2 |
| 190 | 2024-10-11T18:31:11.564Z | Create boot environment: No |
| 191 | 2024-10-11T18:31:11.567Z | Create backup boot environment: No |
| 192 | 2024-10-11T18:31:11.638Z | Done |
| 193 | 2024-10-11T18:31:11.638Z | Done |
| 194 | 2024-10-11T18:31:11.935Z | Done |
| 195 | 2024-10-11T18:31:15.450Z | Done |
| 196 | 2024-10-11T18:31:15.540Z | Done |
| 197 | 2024-10-11T18:31:15.545Z | Done |
| 198 | 2024-10-11T18:31:15.657Z | Done |
| 199 | 2024-10-11T18:31:16.253Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2024-10-11T18:31:16.255Z | Planning: Merging actions ... Done |
| 201 | 2024-10-11T18:31:16.439Z | Planning: Checking for conflicting actions ... Done |
| 202 | 2024-10-11T18:31:16.444Z | Planning: Consolidating action changes ... Done |
| 203 | 2024-10-11T18:31:16.702Z | Planning: Evaluating mediators ... Done |
| 204 | 2024-10-11T18:31:16.752Z | Planning: Planning completed in 0.73 seconds |
| 205 | 2024-10-11T18:31:16.792Z | Packages to change: 1 |
| 206 | 2024-10-11T18:31:16.792Z | Mediators to change: 1 |
| 207 | 2024-10-11T18:31:16.794Z | Services to change: 1 |
| 208 | 2024-10-11T18:31:16.795Z | Create boot environment: No |
| 209 | 2024-10-11T18:31:16.795Z | Create backup boot environment: Yes |
| 210 | 2024-10-11T18:31:18.803Z | Actions: 1/6 actions (Updating modified actions) |
| 211 | 2024-10-11T18:31:18.806Z | Actions: Completed 6 actions in 0.00 seconds. |
| 212 | 2024-10-11T18:31:18.806Z | Done |
| 213 | 2024-10-11T18:31:18.806Z | Done |
| 214 | 2024-10-11T18:31:18.901Z | Done |
| 215 | 2024-10-11T18:31:22.478Z | Done |
| 216 | 2024-10-11T18:31:22.568Z | Done |
| 217 | 2024-10-11T18:31:22.571Z | Done |
| 218 | 2024-10-11T18:31:22.681Z | Done |
| 219 | 2024-10-11T18:31:23.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 220 | 2024-10-11T18:31:23.117Z | clang system 15 system |
| 221 | 2024-10-11T18:31:23.117Z | csh system system illumos |
| 222 | 2024-10-11T18:31:23.117Z | ctags system system illumos |
| 223 | 2024-10-11T18:31:23.117Z | gcc vendor 12 vendor |
| 224 | 2024-10-11T18:31:23.117Z | gcc system 10 system |
| 225 | 2024-10-11T18:31:23.117Z | gcc system 7 system |
| 226 | 2024-10-11T18:31:23.117Z | go system 1.20 system |
| 227 | 2024-10-11T18:31:23.118Z | go system 1.19 system |
| 228 | 2024-10-11T18:31:23.118Z | llvm system 15 system |
| 229 | 2024-10-11T18:31:23.118Z | llvm system 14 system |
| 230 | 2024-10-11T18:31:23.118Z | mariadb system 10.6 system |
| 231 | 2024-10-11T18:31:23.118Z | mta vendor vendor dma |
| 232 | 2024-10-11T18:31:23.118Z | openjdk system 17 system |
| 233 | 2024-10-11T18:31:23.118Z | openjdk system 11 system |
| 234 | 2024-10-11T18:31:23.118Z | openjdk system 1.8 system |
| 235 | 2024-10-11T18:31:23.118Z | openssl vendor 3 vendor |
| 236 | 2024-10-11T18:31:23.118Z | perl system 5.36 system |
| 237 | 2024-10-11T18:31:23.118Z | postgresql system 15 system |
| 238 | 2024-10-11T18:31:23.118Z | postgresql system 13 system |
| 239 | 2024-10-11T18:31:23.118Z | python vendor 3 vendor |
| 240 | 2024-10-11T18:31:23.118Z | python system 2 system |
| 241 | 2024-10-11T18:31:23.118Z | python3 system 3.11 system |
| 242 | 2024-10-11T18:31:23.118Z | ruby system 3.0 system |
| 243 | 2024-10-11T18:31:23.118Z | words vendor vendor american-english |
| 244 | 2024-10-11T18:31:23.118Z | words system system australian-english |
| 245 | 2024-10-11T18:31:23.118Z | words system system british-english |
| 246 | 2024-10-11T18:31:23.118Z | words system system canadian-english |
| 247 | 2024-10-11T18:31:23.118Z | words system system french |
| 248 | 2024-10-11T18:31:23.118Z | words system system italian |
| 249 | 2024-10-11T18:31:23.118Z | words system system ngerman |
| 250 | 2024-10-11T18:31:23.118Z | words system system ogerman |
| 251 | 2024-10-11T18:31:23.118Z | words system system spanish |
| 252 | 2024-10-11T18:31:23.441Z | PUBLISHER TYPE STATUS P LOCATION |
| 253 | 2024-10-11T18:31:23.441Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 254 | 2024-10-11T18:31:25.577Z | FMRI IFO |
| 255 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 256 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 257 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 258 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 259 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 260 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 261 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 262 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 263 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 264 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 265 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 266 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 267 | 2024-10-11T18:31:25.577Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 268 | 2024-10-11T18:31:26.246Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 269 | 2024-10-11T18:31:26.545Z | Updating crates.io index |
| 270 | 2024-10-11T18:31:26.548Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2024-10-11T18:31:27.451Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 272 | 2024-10-11T18:31:27.743Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2024-10-11T18:31:28.038Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2024-10-11T18:31:28.307Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2024-10-11T18:31:29.048Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 276 | 2024-10-11T18:31:31.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2024-10-11T18:31:32.314Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 278 | 2024-10-11T18:31:33.000Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 279 | 2024-10-11T18:31:33.233Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-10-11T18:31:33.545Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 281 | 2024-10-11T18:31:34.130Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 282 | 2024-10-11T18:31:34.514Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 283 | 2024-10-11T18:31:34.795Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 284 | 2024-10-11T18:31:35.107Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2024-10-11T18:31:35.474Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 286 | 2024-10-11T18:31:35.822Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 287 | 2024-10-11T18:31:36.089Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 288 | 2024-10-11T18:31:36.346Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 289 | 2024-10-11T18:31:36.638Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 290 | 2024-10-11T18:31:36.935Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 291 | 2024-10-11T18:31:37.269Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 292 | 2024-10-11T18:31:37.528Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2024-10-11T18:31:37.873Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 294 | 2024-10-11T18:31:38.314Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 295 | 2024-10-11T18:31:38.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2024-10-11T18:31:38.993Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 297 | 2024-10-11T18:31:39.403Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2024-10-11T18:31:39.650Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2024-10-11T18:31:39.893Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2024-10-11T18:31:41.048Z | Downloading crates ... |
| 301 | 2024-10-11T18:31:41.144Z | Downloaded equivalent v1.0.1 |
| 302 | 2024-10-11T18:31:41.160Z | Downloaded swrite v0.1.0 |
| 303 | 2024-10-11T18:31:41.164Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2024-10-11T18:31:41.167Z | Downloaded dof v0.3.0 |
| 305 | 2024-10-11T18:31:41.169Z | Downloaded cargo-platform v0.1.8 |
| 306 | 2024-10-11T18:31:41.169Z | Downloaded block-buffer v0.10.4 |
| 307 | 2024-10-11T18:31:41.172Z | Downloaded autocfg v1.3.0 |
| 308 | 2024-10-11T18:31:41.172Z | Downloaded scroll_derive v0.12.0 |
| 309 | 2024-10-11T18:31:41.172Z | Downloaded anstyle-query v1.0.3 |
| 310 | 2024-10-11T18:31:41.175Z | Downloaded crypto-common v0.1.6 |
| 311 | 2024-10-11T18:31:41.175Z | Downloaded clap_lex v0.7.0 |
| 312 | 2024-10-11T18:31:41.175Z | Downloaded byteorder v1.5.0 |
| 313 | 2024-10-11T18:31:41.177Z | Downloaded heck v0.4.1 |
| 314 | 2024-10-11T18:31:41.180Z | Downloaded smawk v0.3.2 |
| 315 | 2024-10-11T18:31:41.180Z | Downloaded anstyle v1.0.8 |
| 316 | 2024-10-11T18:31:41.183Z | Downloaded fnv v1.0.7 |
| 317 | 2024-10-11T18:31:41.186Z | Downloaded serde_tokenstream v0.2.2 |
| 318 | 2024-10-11T18:31:41.188Z | Downloaded toml_datetime v0.6.8 |
| 319 | 2024-10-11T18:31:41.191Z | Downloaded itoa v1.0.11 |
| 320 | 2024-10-11T18:31:41.194Z | Downloaded cpufeatures v0.2.12 |
| 321 | 2024-10-11T18:31:41.196Z | Downloaded colorchoice v1.0.1 |
| 322 | 2024-10-11T18:31:41.202Z | Downloaded thread-id v4.2.1 |
| 323 | 2024-10-11T18:31:41.205Z | Downloaded fs-err v2.11.0 |
| 324 | 2024-10-11T18:31:41.208Z | Downloaded utf8parse v0.2.1 |
| 325 | 2024-10-11T18:31:41.211Z | Downloaded anstyle-parse v0.2.4 |
| 326 | 2024-10-11T18:31:41.215Z | Downloaded clap_derive v4.5.18 |
| 327 | 2024-10-11T18:31:41.217Z | Downloaded once_cell v1.19.0 |
| 328 | 2024-10-11T18:31:41.220Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2024-10-11T18:31:41.222Z | Downloaded cargo_toml v0.20.5 |
| 330 | 2024-10-11T18:31:41.225Z | Downloaded cfg-if v1.0.0 |
| 331 | 2024-10-11T18:31:41.233Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2024-10-11T18:31:41.236Z | Downloaded is_terminal_polyfill v1.70.0 |
| 333 | 2024-10-11T18:31:41.242Z | Downloaded clap v4.5.20 |
| 334 | 2024-10-11T18:31:41.250Z | Downloaded tempfile v3.13.0 |
| 335 | 2024-10-11T18:31:41.253Z | Downloaded camino-tempfile v1.1.1 |
| 336 | 2024-10-11T18:31:41.255Z | Downloaded zerocopy-derive v0.7.34 |
| 337 | 2024-10-11T18:31:41.258Z | Downloaded bytecount v0.6.8 |
| 338 | 2024-10-11T18:31:41.261Z | Downloaded usdt-impl v0.5.0 |
| 339 | 2024-10-11T18:31:41.263Z | Downloaded quote v1.0.37 |
| 340 | 2024-10-11T18:31:41.266Z | Downloaded pest_derive v2.7.10 |
| 341 | 2024-10-11T18:31:41.266Z | Downloaded unicode-ident v1.0.13 |
| 342 | 2024-10-11T18:31:41.269Z | Downloaded typenum v1.17.0 |
| 343 | 2024-10-11T18:31:41.271Z | Downloaded ryu v1.0.18 |
| 344 | 2024-10-11T18:31:41.274Z | Downloaded scroll v0.12.0 |
| 345 | 2024-10-11T18:31:41.276Z | Downloaded plain v0.2.3 |
| 346 | 2024-10-11T18:31:41.276Z | Downloaded unicode-linebreak v0.1.5 |
| 347 | 2024-10-11T18:31:41.279Z | Downloaded thiserror-impl v1.0.64 |
| 348 | 2024-10-11T18:31:41.279Z | Downloaded macaddr v1.0.1 |
| 349 | 2024-10-11T18:31:41.281Z | Downloaded usdt v0.5.0 |
| 350 | 2024-10-11T18:31:41.281Z | Downloaded thiserror v1.0.64 |
| 351 | 2024-10-11T18:31:41.285Z | Downloaded generic-array v0.14.7 |
| 352 | 2024-10-11T18:31:41.287Z | Downloaded serde_spanned v0.6.7 |
| 353 | 2024-10-11T18:31:41.287Z | Downloaded heck v0.5.0 |
| 354 | 2024-10-11T18:31:41.290Z | Downloaded strsim v0.11.1 |
| 355 | 2024-10-11T18:31:41.290Z | Downloaded memmap v0.7.0 |
| 356 | 2024-10-11T18:31:41.293Z | Downloaded fastrand v2.1.1 |
| 357 | 2024-10-11T18:31:41.293Z | Downloaded log v0.4.22 |
| 358 | 2024-10-11T18:31:41.296Z | Downloaded textwrap v0.16.1 |
| 359 | 2024-10-11T18:31:41.298Z | Downloaded bitflags v2.6.0 |
| 360 | 2024-10-11T18:31:41.301Z | Downloaded terminal_size v0.4.0 |
| 361 | 2024-10-11T18:31:41.303Z | Downloaded pest_meta v2.7.10 |
| 362 | 2024-10-11T18:31:41.303Z | Downloaded papergrid v0.11.0 |
| 363 | 2024-10-11T18:31:41.308Z | Downloaded tabled_derive v0.7.0 |
| 364 | 2024-10-11T18:31:41.310Z | Downloaded proc-macro-error v1.0.4 |
| 365 | 2024-10-11T18:31:41.313Z | Downloaded version_check v0.9.5 |
| 366 | 2024-10-11T18:31:41.315Z | Downloaded pest_generator v2.7.10 |
| 367 | 2024-10-11T18:31:41.315Z | Downloaded sha2 v0.10.8 |
| 368 | 2024-10-11T18:31:41.317Z | Downloaded semver v1.0.23 |
| 369 | 2024-10-11T18:31:41.320Z | Downloaded anyhow v1.0.89 |
| 370 | 2024-10-11T18:31:41.322Z | Downloaded digest v0.10.7 |
| 371 | 2024-10-11T18:31:41.324Z | Downloaded usdt-macro v0.5.0 |
| 372 | 2024-10-11T18:31:41.324Z | Downloaded indexmap v2.5.0 |
| 373 | 2024-10-11T18:31:41.329Z | Downloaded cargo_metadata v0.18.1 |
| 374 | 2024-10-11T18:31:41.331Z | Downloaded proc-macro2 v1.0.86 |
| 375 | 2024-10-11T18:31:41.334Z | Downloaded toml v0.8.19 |
| 376 | 2024-10-11T18:31:41.336Z | Downloaded serde_derive v1.0.210 |
| 377 | 2024-10-11T18:31:41.338Z | Downloaded ucd-trie v0.1.6 |
| 378 | 2024-10-11T18:31:41.341Z | Downloaded camino v1.1.9 |
| 379 | 2024-10-11T18:31:41.341Z | Downloaded errno v0.3.9 |
| 380 | 2024-10-11T18:31:41.344Z | Downloaded dtrace-parser v0.2.0 |
| 381 | 2024-10-11T18:31:41.344Z | Downloaded anstream v0.6.14 |
| 382 | 2024-10-11T18:31:41.346Z | Downloaded memchr v2.7.2 |
| 383 | 2024-10-11T18:31:41.354Z | Downloaded serde v1.0.210 |
| 384 | 2024-10-11T18:31:41.384Z | Downloaded toml_edit v0.22.22 |
| 385 | 2024-10-11T18:31:41.405Z | Downloaded pest v2.7.10 |
| 386 | 2024-10-11T18:31:41.413Z | Downloaded hashbrown v0.14.5 |
| 387 | 2024-10-11T18:31:41.428Z | Downloaded winnow v0.6.18 |
| 388 | 2024-10-11T18:31:41.432Z | Downloaded serde_json v1.0.128 |
| 389 | 2024-10-11T18:31:41.435Z | Downloaded zerocopy v0.7.34 |
| 390 | 2024-10-11T18:31:41.448Z | Downloaded tabled v0.15.0 |
| 391 | 2024-10-11T18:31:41.463Z | Downloaded goblin v0.8.2 |
| 392 | 2024-10-11T18:31:41.469Z | Downloaded syn v2.0.79 |
| 393 | 2024-10-11T18:31:41.479Z | Downloaded syn v1.0.109 |
| 394 | 2024-10-11T18:31:41.488Z | Downloaded clap_builder v4.5.20 |
| 395 | 2024-10-11T18:31:41.495Z | Downloaded rustix v0.38.37 |
| 396 | 2024-10-11T18:31:41.517Z | Downloaded unicode-width v0.1.13 |
| 397 | 2024-10-11T18:31:41.533Z | Downloaded libc v0.2.159 |
| 398 | 2024-10-11T18:31:41.835Z | Compiling proc-macro2 v1.0.86 |
| 399 | 2024-10-11T18:31:41.835Z | Compiling unicode-ident v1.0.13 |
| 400 | 2024-10-11T18:31:41.838Z | Compiling version_check v0.9.5 |
| 401 | 2024-10-11T18:31:41.838Z | Compiling serde v1.0.210 |
| 402 | 2024-10-11T18:31:41.838Z | Compiling thiserror v1.0.64 |
| 403 | 2024-10-11T18:31:41.839Z | Compiling memchr v2.7.2 |
| 404 | 2024-10-11T18:31:41.839Z | Compiling libc v0.2.159 |
| 405 | 2024-10-11T18:31:41.870Z | Compiling itoa v1.0.11 |
| 406 | 2024-10-11T18:31:42.099Z | Compiling ryu v1.0.18 |
| 407 | 2024-10-11T18:31:42.157Z | Compiling ucd-trie v0.1.6 |
| 408 | 2024-10-11T18:31:42.679Z | Compiling once_cell v1.19.0 |
| 409 | 2024-10-11T18:31:42.705Z | Compiling byteorder v1.5.0 |
| 410 | 2024-10-11T18:31:42.732Z | Compiling rustix v0.38.37 |
| 411 | 2024-10-11T18:31:43.091Z | Compiling serde_json v1.0.128 |
| 412 | 2024-10-11T18:31:43.185Z | Compiling bitflags v2.6.0 |
| 413 | 2024-10-11T18:31:43.505Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2024-10-11T18:31:43.526Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-10-11T18:31:43.548Z | Compiling quote v1.0.37 |
| 416 | 2024-10-11T18:31:43.628Z | Compiling syn v1.0.109 |
| 417 | 2024-10-11T18:31:43.773Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2024-10-11T18:31:43.971Z | Compiling syn v2.0.79 |
| 419 | 2024-10-11T18:31:44.148Z | Compiling errno v0.3.9 |
| 420 | 2024-10-11T18:31:44.174Z | Compiling equivalent v1.0.1 |
| 421 | 2024-10-11T18:31:44.291Z | Compiling plain v0.2.3 |
| 422 | 2024-10-11T18:31:44.385Z | Compiling hashbrown v0.14.5 |
| 423 | 2024-10-11T18:31:44.410Z | Compiling camino v1.1.9 |
| 424 | 2024-10-11T18:31:44.436Z | Compiling log v0.4.22 |
| 425 | 2024-10-11T18:31:44.459Z | Compiling utf8parse v0.2.1 |
| 426 | 2024-10-11T18:31:44.560Z | Compiling thread-id v4.2.1 |
| 427 | 2024-10-11T18:31:44.619Z | Compiling anstyle-parse v0.2.4 |
| 428 | 2024-10-11T18:31:44.970Z | Compiling is_terminal_polyfill v1.70.0 |
| 429 | 2024-10-11T18:31:45.092Z | Compiling winnow v0.6.18 |
| 430 | 2024-10-11T18:31:45.138Z | Compiling colorchoice v1.0.1 |
| 431 | 2024-10-11T18:31:45.284Z | Compiling anstyle v1.0.8 |
| 432 | 2024-10-11T18:31:45.309Z | Compiling semver v1.0.23 |
| 433 | 2024-10-11T18:31:45.388Z | Compiling anstyle-query v1.0.3 |
| 434 | 2024-10-11T18:31:45.544Z | Compiling pretty-hex v0.4.1 |
| 435 | 2024-10-11T18:31:45.757Z | Compiling indexmap v2.5.0 |
| 436 | 2024-10-11T18:31:45.785Z | Compiling autocfg v1.3.0 |
| 437 | 2024-10-11T18:31:45.785Z | Compiling unicode-width v0.1.13 |
| 438 | 2024-10-11T18:31:45.927Z | Compiling anstream v0.6.14 |
| 439 | 2024-10-11T18:31:46.301Z | Compiling bytecount v0.6.8 |
| 440 | 2024-10-11T18:31:46.523Z | Compiling terminal_size v0.4.0 |
| 441 | 2024-10-11T18:31:46.694Z | Compiling anyhow v1.0.89 |
| 442 | 2024-10-11T18:31:46.743Z | Compiling clap_lex v0.7.0 |
| 443 | 2024-10-11T18:31:46.771Z | Compiling fs-err v2.11.0 |
| 444 | 2024-10-11T18:31:47.070Z | Compiling cfg-if v1.0.0 |
| 445 | 2024-10-11T18:31:47.127Z | Compiling heck v0.4.1 |
| 446 | 2024-10-11T18:31:47.178Z | Compiling strsim v0.11.1 |
| 447 | 2024-10-11T18:31:47.256Z | Compiling fnv v1.0.7 |
| 448 | 2024-10-11T18:31:47.313Z | Compiling fastrand v2.1.1 |
| 449 | 2024-10-11T18:31:47.571Z | Compiling heck v0.5.0 |
| 450 | 2024-10-11T18:31:47.672Z | Compiling tempfile v3.13.0 |
| 451 | 2024-10-11T18:31:47.872Z | Compiling clap_builder v4.5.20 |
| 452 | 2024-10-11T18:31:48.118Z | Compiling papergrid v0.11.0 |
| 453 | 2024-10-11T18:31:48.284Z | Compiling memmap v0.7.0 |
| 454 | 2024-10-11T18:31:48.348Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2024-10-11T18:31:48.525Z | Compiling smawk v0.3.2 |
| 456 | 2024-10-11T18:31:48.752Z | Compiling textwrap v0.16.1 |
| 457 | 2024-10-11T18:31:48.866Z | Compiling swrite v0.1.0 |
| 458 | 2024-10-11T18:31:50.122Z | Compiling tabled_derive v0.7.0 |
| 459 | 2024-10-11T18:31:51.937Z | Compiling tabled v0.15.0 |
| 460 | 2024-10-11T18:31:52.849Z | Compiling serde_derive v1.0.210 |
| 461 | 2024-10-11T18:31:52.851Z | Compiling thiserror-impl v1.0.64 |
| 462 | 2024-10-11T18:31:52.851Z | Compiling zerocopy-derive v0.7.34 |
| 463 | 2024-10-11T18:31:52.851Z | Compiling scroll_derive v0.12.0 |
| 464 | 2024-10-11T18:31:53.020Z | Compiling clap_derive v4.5.18 |
| 465 | 2024-10-11T18:31:54.289Z | Compiling scroll v0.12.0 |
| 466 | 2024-10-11T18:31:54.766Z | Compiling goblin v0.8.2 |
| 467 | 2024-10-11T18:31:54.920Z | Compiling zerocopy v0.7.34 |
| 468 | 2024-10-11T18:31:55.441Z | Compiling pest v2.7.10 |
| 469 | 2024-10-11T18:31:56.602Z | Compiling clap v4.5.20 |
| 470 | 2024-10-11T18:31:57.794Z | Compiling pest_meta v2.7.10 |
| 471 | 2024-10-11T18:31:58.626Z | Compiling pest_generator v2.7.10 |
| 472 | 2024-10-11T18:32:00.302Z | Compiling pest_derive v2.7.10 |
| 473 | 2024-10-11T18:32:01.017Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2024-10-11T18:32:02.863Z | Compiling serde_spanned v0.6.7 |
| 475 | 2024-10-11T18:32:02.863Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-10-11T18:32:02.867Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-10-11T18:32:03.236Z | Compiling serde_tokenstream v0.2.2 |
| 478 | 2024-10-11T18:32:03.360Z | Compiling toml_edit v0.22.22 |
| 479 | 2024-10-11T18:32:03.504Z | Compiling camino-tempfile v1.1.1 |
| 480 | 2024-10-11T18:32:03.530Z | Compiling macaddr v1.0.1 |
| 481 | 2024-10-11T18:32:04.313Z | Compiling dof v0.3.0 |
| 482 | 2024-10-11T18:32:04.313Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2024-10-11T18:32:06.126Z | Compiling toml v0.8.19 |
| 484 | 2024-10-11T18:32:06.341Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2024-10-11T18:32:06.341Z | Compiling usdt-macro v0.5.0 |
| 486 | 2024-10-11T18:32:06.917Z | Compiling cargo_toml v0.20.5 |
| 487 | 2024-10-11T18:32:07.687Z | Compiling usdt v0.5.0 |
| 488 | 2024-10-11T18:32:10.901Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2024-10-11T18:32:15.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.10s |
| 490 | 2024-10-11T18:32:15.377Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2024-10-11T18:32:15.955Z | Downloading crates ... |
| 492 | 2024-10-11T18:32:16.081Z | Downloaded adler v1.0.2 |
| 493 | 2024-10-11T18:32:16.095Z | Downloaded assert_matches v1.5.0 |
| 494 | 2024-10-11T18:32:16.098Z | Downloaded is_ci v1.2.0 |
| 495 | 2024-10-11T18:32:16.100Z | Downloaded debug-ignore v1.0.5 |
| 496 | 2024-10-11T18:32:16.103Z | Downloaded cfg_aliases v0.2.1 |
| 497 | 2024-10-11T18:32:16.103Z | Downloaded http-body v0.4.6 |
| 498 | 2024-10-11T18:32:16.105Z | Downloaded home v0.5.9 |
| 499 | 2024-10-11T18:32:16.108Z | Downloaded hyper-rustls v0.27.3 |
| 500 | 2024-10-11T18:32:16.110Z | Downloaded md5 v0.7.0 |
| 501 | 2024-10-11T18:32:16.113Z | Downloaded hubpack_derive v0.1.1 |
| 502 | 2024-10-11T18:32:16.113Z | Downloaded atomicwrites v0.4.4 |
| 503 | 2024-10-11T18:32:16.115Z | Downloaded crucible-workspace-hack v0.1.0 |
| 504 | 2024-10-11T18:32:16.118Z | Downloaded matches v0.1.10 |
| 505 | 2024-10-11T18:32:16.120Z | Downloaded adler2 v2.0.0 |
| 506 | 2024-10-11T18:32:16.122Z | Downloaded normalize-line-endings v0.3.0 |
| 507 | 2024-10-11T18:32:16.125Z | Downloaded http-body-util v0.1.2 |
| 508 | 2024-10-11T18:32:16.130Z | Downloaded humantime v2.1.0 |
| 509 | 2024-10-11T18:32:16.132Z | Downloaded block-padding v0.3.3 |
| 510 | 2024-10-11T18:32:16.135Z | Downloaded httpdate v1.0.3 |
| 511 | 2024-10-11T18:32:16.135Z | Downloaded ciborium-ll v0.2.2 |
| 512 | 2024-10-11T18:32:16.138Z | Downloaded instability v0.3.2 |
| 513 | 2024-10-11T18:32:16.138Z | Downloaded hyper-tls v0.6.0 |
| 514 | 2024-10-11T18:32:16.142Z | Downloaded async-stream v0.3.5 |
| 515 | 2024-10-11T18:32:16.145Z | Downloaded colored v2.1.0 |
| 516 | 2024-10-11T18:32:16.145Z | Downloaded cexpr v0.6.0 |
| 517 | 2024-10-11T18:32:16.147Z | Downloaded memoffset v0.9.1 |
| 518 | 2024-10-11T18:32:16.147Z | Downloaded multimap v0.10.0 |
| 519 | 2024-10-11T18:32:16.150Z | Downloaded crc-catalog v2.4.0 |
| 520 | 2024-10-11T18:32:16.150Z | Downloaded nibble_vec v0.1.0 |
| 521 | 2024-10-11T18:32:16.152Z | Downloaded lalrpop-util v0.19.12 |
| 522 | 2024-10-11T18:32:16.155Z | Downloaded newtype-uuid v1.1.0 |
| 523 | 2024-10-11T18:32:16.155Z | Downloaded newline-converter v0.3.0 |
| 524 | 2024-10-11T18:32:16.157Z | Downloaded maplit v1.0.2 |
| 525 | 2024-10-11T18:32:16.158Z | Downloaded nodrop v0.1.14 |
| 526 | 2024-10-11T18:32:16.161Z | Downloaded ipnetwork v0.20.0 |
| 527 | 2024-10-11T18:32:16.161Z | Downloaded hostname v0.3.1 |
| 528 | 2024-10-11T18:32:16.163Z | Downloaded data-encoding v2.6.0 |
| 529 | 2024-10-11T18:32:16.166Z | Downloaded array-init v0.0.4 |
| 530 | 2024-10-11T18:32:16.166Z | Downloaded native-tls v0.2.11 |
| 531 | 2024-10-11T18:32:16.168Z | Downloaded mime_guess v2.0.4 |
| 532 | 2024-10-11T18:32:16.171Z | Downloaded lock_api v0.4.12 |
| 533 | 2024-10-11T18:32:16.174Z | Downloaded libloading v0.8.3 |
| 534 | 2024-10-11T18:32:16.174Z | Downloaded is-terminal v0.4.12 |
| 535 | 2024-10-11T18:32:16.177Z | Downloaded async-stream-impl v0.3.5 |
| 536 | 2024-10-11T18:32:16.177Z | Downloaded http-range v0.1.5 |
| 537 | 2024-10-11T18:32:16.181Z | Downloaded ident_case v1.0.1 |
| 538 | 2024-10-11T18:32:16.181Z | Downloaded http-body v1.0.0 |
| 539 | 2024-10-11T18:32:16.181Z | Downloaded new_debug_unreachable v1.0.6 |
| 540 | 2024-10-11T18:32:16.183Z | Downloaded instant v0.1.12 |
| 541 | 2024-10-11T18:32:16.183Z | Downloaded ctr v0.9.2 |
| 542 | 2024-10-11T18:32:16.186Z | Downloaded indexmap v1.9.3 |
| 543 | 2024-10-11T18:32:16.189Z | Downloaded arrayvec v0.7.4 |
| 544 | 2024-10-11T18:32:16.193Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 545 | 2024-10-11T18:32:16.193Z | Downloaded hostname v0.4.0 |
| 546 | 2024-10-11T18:32:16.194Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 547 | 2024-10-11T18:32:16.196Z | Downloaded base64ct v1.6.0 |
| 548 | 2024-10-11T18:32:16.199Z | Downloaded cassowary v0.3.0 |
| 549 | 2024-10-11T18:32:16.199Z | Downloaded bitflags v1.3.2 |
| 550 | 2024-10-11T18:32:16.202Z | Downloaded miniz_oxide v0.7.2 |
| 551 | 2024-10-11T18:32:16.206Z | Downloaded ciborium v0.2.2 |
| 552 | 2024-10-11T18:32:16.209Z | Downloaded lru v0.12.3 |
| 553 | 2024-10-11T18:32:16.209Z | Downloaded managed v0.8.0 |
| 554 | 2024-10-11T18:32:16.212Z | Downloaded aes-gcm v0.10.3 |
| 555 | 2024-10-11T18:32:16.214Z | Downloaded backoff v0.4.0 |
| 556 | 2024-10-11T18:32:16.217Z | Downloaded mockall_derive v0.13.0 |
| 557 | 2024-10-11T18:32:16.219Z | Downloaded inout v0.1.3 |
| 558 | 2024-10-11T18:32:16.219Z | Downloaded hubpack v0.1.2 |
| 559 | 2024-10-11T18:32:16.222Z | Downloaded md-5 v0.10.6 |
| 560 | 2024-10-11T18:32:16.239Z | Downloaded cstr-argument v0.1.2 |
| 561 | 2024-10-11T18:32:16.239Z | Downloaded toolchain_find v0.4.0 |
| 562 | 2024-10-11T18:32:16.246Z | Downloaded termtree v0.4.1 |
| 563 | 2024-10-11T18:32:16.246Z | Downloaded sqlparser_derive v0.2.2 |
| 564 | 2024-10-11T18:32:16.246Z | Downloaded cbc v0.1.2 |
| 565 | 2024-10-11T18:32:16.246Z | Downloaded darling_macro v0.20.9 |
| 566 | 2024-10-11T18:32:16.246Z | Downloaded ciborium-io v0.2.2 |
| 567 | 2024-10-11T18:32:16.246Z | Downloaded crunchy v0.2.2 |
| 568 | 2024-10-11T18:32:16.246Z | Downloaded libefi-sys v0.1.0 |
| 569 | 2024-10-11T18:32:16.246Z | Downloaded mime v0.3.17 |
| 570 | 2024-10-11T18:32:16.246Z | Downloaded indent_write v2.2.0 |
| 571 | 2024-10-11T18:32:16.246Z | Downloaded ascii-canvas v3.0.0 |
| 572 | 2024-10-11T18:32:16.246Z | Downloaded strum v0.26.3 |
| 573 | 2024-10-11T18:32:16.246Z | Downloaded arrayref v0.3.7 |
| 574 | 2024-10-11T18:32:16.246Z | Downloaded cfg_aliases v0.1.1 |
| 575 | 2024-10-11T18:32:16.246Z | Downloaded lazy_static v1.5.0 |
| 576 | 2024-10-11T18:32:16.246Z | Downloaded buf-list v1.0.3 |
| 577 | 2024-10-11T18:32:16.249Z | Downloaded rustc-demangle v0.1.24 |
| 578 | 2024-10-11T18:32:16.249Z | Downloaded blowfish v0.9.1 |
| 579 | 2024-10-11T18:32:16.249Z | Downloaded serde_plain v1.0.2 |
| 580 | 2024-10-11T18:32:16.253Z | Downloaded match_cfg v0.1.0 |
| 581 | 2024-10-11T18:32:16.253Z | Downloaded linear-map v1.2.0 |
| 582 | 2024-10-11T18:32:16.256Z | Downloaded castaway v0.2.3 |
| 583 | 2024-10-11T18:32:16.256Z | Downloaded bitfield-struct v0.6.1 |
| 584 | 2024-10-11T18:32:16.256Z | Downloaded nu-ansi-term v0.50.0 |
| 585 | 2024-10-11T18:32:16.259Z | Downloaded async-recursion v1.1.1 |
| 586 | 2024-10-11T18:32:16.262Z | Downloaded rusty-fork v0.3.0 |
| 587 | 2024-10-11T18:32:16.266Z | Downloaded cookie v0.18.1 |
| 588 | 2024-10-11T18:32:16.269Z | Downloaded signal-hook-mio v0.2.4 |
| 589 | 2024-10-11T18:32:16.269Z | Downloaded ssh-cipher v0.2.0 |
| 590 | 2024-10-11T18:32:16.271Z | Downloaded crossbeam-epoch v0.9.18 |
| 591 | 2024-10-11T18:32:16.274Z | Downloaded crossbeam-deque v0.8.5 |
| 592 | 2024-10-11T18:32:16.276Z | Downloaded thread_local v1.1.8 |
| 593 | 2024-10-11T18:32:16.276Z | Downloaded cipher v0.4.4 |
| 594 | 2024-10-11T18:32:16.281Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 595 | 2024-10-11T18:32:16.281Z | Downloaded unicode-truncate v1.0.0 |
| 596 | 2024-10-11T18:32:16.282Z | Downloaded cobs v0.2.3 |
| 597 | 2024-10-11T18:32:16.284Z | Downloaded thiserror-no-std v2.0.2 |
| 598 | 2024-10-11T18:32:16.287Z | Downloaded slog-async v2.8.0 |
| 599 | 2024-10-11T18:32:16.289Z | Downloaded unicode-xid v0.2.4 |
| 600 | 2024-10-11T18:32:16.293Z | Downloaded display-error-chain v0.2.1 |
| 601 | 2024-10-11T18:32:16.293Z | Downloaded async-bb8-diesel v0.2.1 |
| 602 | 2024-10-11T18:32:16.296Z | Downloaded unicase v2.7.0 |
| 603 | 2024-10-11T18:32:16.296Z | Downloaded const_format_proc_macros v0.2.33 |
| 604 | 2024-10-11T18:32:16.299Z | Downloaded nanorand v0.7.0 |
| 605 | 2024-10-11T18:32:16.302Z | Downloaded defmt-macros v0.3.9 |
| 606 | 2024-10-11T18:32:16.304Z | Downloaded rustversion v1.0.17 |
| 607 | 2024-10-11T18:32:16.312Z | Downloaded semver v0.1.20 |
| 608 | 2024-10-11T18:32:16.312Z | Downloaded precomputed-hash v0.1.1 |
| 609 | 2024-10-11T18:32:16.312Z | Downloaded phf_shared v0.10.0 |
| 610 | 2024-10-11T18:32:16.312Z | Downloaded opaque-debug v0.3.1 |
| 611 | 2024-10-11T18:32:16.317Z | Downloaded http v0.2.12 |
| 612 | 2024-10-11T18:32:16.317Z | Downloaded either v1.13.0 |
| 613 | 2024-10-11T18:32:16.320Z | Downloaded glob v0.3.1 |
| 614 | 2024-10-11T18:32:16.324Z | Downloaded hash32 v0.3.1 |
| 615 | 2024-10-11T18:32:16.324Z | Downloaded strum_macros v0.24.3 |
| 616 | 2024-10-11T18:32:16.327Z | Downloaded structmeta-derive v0.3.0 |
| 617 | 2024-10-11T18:32:16.327Z | Downloaded hmac v0.12.1 |
| 618 | 2024-10-11T18:32:16.329Z | Downloaded jobserver v0.1.32 |
| 619 | 2024-10-11T18:32:16.332Z | Downloaded structmeta-derive v0.2.0 |
| 620 | 2024-10-11T18:32:16.334Z | Downloaded cancel-safe-futures v0.1.5 |
| 621 | 2024-10-11T18:32:16.338Z | Downloaded arc-swap v1.7.1 |
| 622 | 2024-10-11T18:32:16.341Z | Downloaded bcs v0.1.6 |
| 623 | 2024-10-11T18:32:16.344Z | Downloaded miniz_oxide v0.8.0 |
| 624 | 2024-10-11T18:32:16.347Z | Downloaded dirs-sys-next v0.1.2 |
| 625 | 2024-10-11T18:32:16.349Z | Downloaded memmap2 v0.9.4 |
| 626 | 2024-10-11T18:32:16.352Z | Downloaded parse-display v0.10.0 |
| 627 | 2024-10-11T18:32:16.354Z | Downloaded unarray v0.1.4 |
| 628 | 2024-10-11T18:32:16.354Z | Downloaded bzip2 v0.4.4 |
| 629 | 2024-10-11T18:32:16.357Z | Downloaded chacha20 v0.9.1 |
| 630 | 2024-10-11T18:32:16.359Z | Downloaded termios v0.3.3 |
| 631 | 2024-10-11T18:32:16.362Z | Downloaded fixedbitset v0.4.2 |
| 632 | 2024-10-11T18:32:16.364Z | Downloaded filetime v0.2.25 |
| 633 | 2024-10-11T18:32:16.364Z | Downloaded ppv-lite86 v0.2.17 |
| 634 | 2024-10-11T18:32:16.367Z | Downloaded ff v0.13.0 |
| 635 | 2024-10-11T18:32:16.369Z | Downloaded endian-type v0.1.2 |
| 636 | 2024-10-11T18:32:16.371Z | Downloaded headers-core v0.3.0 |
| 637 | 2024-10-11T18:32:16.371Z | Downloaded schemars_derive v0.8.21 |
| 638 | 2024-10-11T18:32:16.374Z | Downloaded csv-core v0.1.11 |
| 639 | 2024-10-11T18:32:16.376Z | Downloaded rfc6979 v0.4.0 |
| 640 | 2024-10-11T18:32:16.376Z | Downloaded tinyvec_macros v0.1.1 |
| 641 | 2024-10-11T18:32:16.379Z | Downloaded slog v2.7.0 |
| 642 | 2024-10-11T18:32:16.382Z | Downloaded signal-hook v0.3.17 |
| 643 | 2024-10-11T18:32:16.385Z | Downloaded test-strategy v0.3.1 |
| 644 | 2024-10-11T18:32:16.389Z | Downloaded num-iter v0.1.45 |
| 645 | 2024-10-11T18:32:16.391Z | Downloaded openssl-probe v0.1.5 |
| 646 | 2024-10-11T18:32:16.394Z | Downloaded pin-utils v0.1.0 |
| 647 | 2024-10-11T18:32:16.394Z | Downloaded supports-color v3.0.1 |
| 648 | 2024-10-11T18:32:16.396Z | Downloaded peg v0.8.4 |
| 649 | 2024-10-11T18:32:16.401Z | Downloaded mio v1.0.2 |
| 650 | 2024-10-11T18:32:16.408Z | Downloaded darling_core v0.20.9 |
| 651 | 2024-10-11T18:32:16.413Z | Downloaded subtle v2.5.0 |
| 652 | 2024-10-11T18:32:16.415Z | Downloaded deranged v0.3.11 |
| 653 | 2024-10-11T18:32:16.418Z | Downloaded rustc_version v0.4.0 |
| 654 | 2024-10-11T18:32:16.420Z | Downloaded ena v0.14.3 |
| 655 | 2024-10-11T18:32:16.422Z | Downloaded ed25519 v2.2.3 |
| 656 | 2024-10-11T18:32:16.424Z | Downloaded signature v2.2.0 |
| 657 | 2024-10-11T18:32:16.427Z | Downloaded hickory-client v0.24.1 |
| 658 | 2024-10-11T18:32:16.429Z | Downloaded futures-sink v0.3.31 |
| 659 | 2024-10-11T18:32:16.432Z | Downloaded russh-cryptovec v0.7.2 |
| 660 | 2024-10-11T18:32:16.432Z | Downloaded scheduled-thread-pool v0.2.7 |
| 661 | 2024-10-11T18:32:16.434Z | Downloaded futures-macro v0.3.31 |
| 662 | 2024-10-11T18:32:16.436Z | Downloaded unicode-bidi v0.3.15 |
| 663 | 2024-10-11T18:32:16.448Z | Downloaded crypto-bigint v0.5.5 |
| 664 | 2024-10-11T18:32:16.456Z | Downloaded tiny-keccak v2.0.2 |
| 665 | 2024-10-11T18:32:16.459Z | Downloaded tls_codec v0.4.1 |
| 666 | 2024-10-11T18:32:16.462Z | Downloaded static_assertions v1.1.0 |
| 667 | 2024-10-11T18:32:16.465Z | Downloaded polyval v0.6.2 |
| 668 | 2024-10-11T18:32:16.467Z | Downloaded funty v2.0.0 |
| 669 | 2024-10-11T18:32:16.467Z | Downloaded difflib v0.4.0 |
| 670 | 2024-10-11T18:32:16.470Z | Downloaded slab v0.4.9 |
| 671 | 2024-10-11T18:32:16.472Z | Downloaded rand_xorshift v0.3.0 |
| 672 | 2024-10-11T18:32:16.472Z | Downloaded quinn-udp v0.5.5 |
| 673 | 2024-10-11T18:32:16.474Z | Downloaded globset v0.4.14 |
| 674 | 2024-10-11T18:32:16.477Z | Downloaded tungstenite v0.23.0 |
| 675 | 2024-10-11T18:32:16.480Z | Downloaded foreign-types v0.5.0 |
| 676 | 2024-10-11T18:32:16.482Z | Downloaded elliptic-curve v0.13.8 |
| 677 | 2024-10-11T18:32:16.486Z | Downloaded sha1 v0.10.6 |
| 678 | 2024-10-11T18:32:16.488Z | Downloaded num_enum v0.5.11 |
| 679 | 2024-10-11T18:32:16.494Z | Downloaded postgres-types v0.2.8 |
| 680 | 2024-10-11T18:32:16.497Z | Downloaded dhcproto v0.12.0 |
| 681 | 2024-10-11T18:32:16.501Z | Downloaded termcolor v1.4.1 |
| 682 | 2024-10-11T18:32:16.503Z | Downloaded oso-derive v0.27.3 |
| 683 | 2024-10-11T18:32:16.505Z | Downloaded subprocess v0.2.9 |
| 684 | 2024-10-11T18:32:16.508Z | Downloaded itertools v0.12.1 |
| 685 | 2024-10-11T18:32:16.516Z | Downloaded fatfs v0.3.6 |
| 686 | 2024-10-11T18:32:16.520Z | Downloaded rand_seeder v0.3.0 |
| 687 | 2024-10-11T18:32:16.522Z | Downloaded der_derive v0.7.2 |
| 688 | 2024-10-11T18:32:16.525Z | Downloaded rand_chacha v0.3.1 |
| 689 | 2024-10-11T18:32:16.527Z | Downloaded want v0.3.1 |
| 690 | 2024-10-11T18:32:16.527Z | Downloaded signal-hook-tokio v0.3.1 |
| 691 | 2024-10-11T18:32:16.530Z | Downloaded untrusted v0.9.0 |
| 692 | 2024-10-11T18:32:16.532Z | Downloaded base64 v0.13.1 |
| 693 | 2024-10-11T18:32:16.535Z | Downloaded slog-scope v4.4.0 |
| 694 | 2024-10-11T18:32:16.537Z | Downloaded futures-task v0.3.31 |
| 695 | 2024-10-11T18:32:16.539Z | Downloaded heck v0.3.3 |
| 696 | 2024-10-11T18:32:16.540Z | Downloaded foreign-types-macros v0.2.3 |
| 697 | 2024-10-11T18:32:16.542Z | Downloaded waitgroup v0.1.2 |
| 698 | 2024-10-11T18:32:16.542Z | Downloaded sigpipe v0.1.3 |
| 699 | 2024-10-11T18:32:16.545Z | Downloaded http v1.1.0 |
| 700 | 2024-10-11T18:32:16.548Z | Downloaded derive_builder_macro v0.20.0 |
| 701 | 2024-10-11T18:32:16.552Z | Downloaded aes v0.8.4 |
| 702 | 2024-10-11T18:32:16.554Z | Downloaded percent-encoding v2.3.1 |
| 703 | 2024-10-11T18:32:16.557Z | Downloaded predicates v3.1.2 |
| 704 | 2024-10-11T18:32:16.559Z | Downloaded universal-hash v0.5.1 |
| 705 | 2024-10-11T18:32:16.561Z | Downloaded mio v0.8.11 |
| 706 | 2024-10-11T18:32:16.567Z | Downloaded itertools v0.13.0 |
| 707 | 2024-10-11T18:32:16.575Z | Downloaded hyper v1.4.1 |
| 708 | 2024-10-11T18:32:16.584Z | Downloaded which v4.4.2 |
| 709 | 2024-10-11T18:32:16.587Z | Downloaded tls_codec_derive v0.4.1 |
| 710 | 2024-10-11T18:32:16.589Z | Downloaded quinn v0.11.5 |
| 711 | 2024-10-11T18:32:16.593Z | Downloaded structmeta v0.2.0 |
| 712 | 2024-10-11T18:32:16.596Z | Downloaded signal-hook-registry v1.4.2 |
| 713 | 2024-10-11T18:32:16.598Z | Downloaded rtoolbox v0.0.2 |
| 714 | 2024-10-11T18:32:16.601Z | Downloaded pkg-config v0.3.30 |
| 715 | 2024-10-11T18:32:16.601Z | Downloaded headers v0.4.0 |
| 716 | 2024-10-11T18:32:16.607Z | Downloaded futures-core v0.3.31 |
| 717 | 2024-10-11T18:32:16.609Z | Downloaded zone_cfg_derive v0.3.0 |
| 718 | 2024-10-11T18:32:16.609Z | Downloaded openssl-sys v0.9.103 |
| 719 | 2024-10-11T18:32:16.616Z | Downloaded stringprep v0.1.4 |
| 720 | 2024-10-11T18:32:16.618Z | Downloaded zone_cfg_derive v0.1.2 |
| 721 | 2024-10-11T18:32:16.620Z | Downloaded paste v1.0.15 |
| 722 | 2024-10-11T18:32:16.623Z | Downloaded shell-words v1.1.0 |
| 723 | 2024-10-11T18:32:16.625Z | Downloaded toml_edit v0.19.15 |
| 724 | 2024-10-11T18:32:16.643Z | Downloaded rustyline v14.0.0 |
| 725 | 2024-10-11T18:32:16.649Z | Downloaded try-lock v0.2.5 |
| 726 | 2024-10-11T18:32:16.651Z | Downloaded ref-cast v1.0.23 |
| 727 | 2024-10-11T18:32:16.655Z | Downloaded fragile v2.0.0 |
| 728 | 2024-10-11T18:32:16.658Z | Downloaded snafu v0.8.2 |
| 729 | 2024-10-11T18:32:16.662Z | Downloaded path-slash v0.1.5 |
| 730 | 2024-10-11T18:32:16.664Z | Downloaded tokio-macros v2.4.0 |
| 731 | 2024-10-11T18:32:16.667Z | Downloaded postgres-protocol v0.6.7 |
| 732 | 2024-10-11T18:32:16.669Z | Downloaded pkcs8 v0.10.2 |
| 733 | 2024-10-11T18:32:16.672Z | Downloaded owo-colors v4.1.0 |
| 734 | 2024-10-11T18:32:16.674Z | Downloaded num-rational v0.4.2 |
| 735 | 2024-10-11T18:32:16.677Z | Downloaded tokio-rustls v0.24.1 |
| 736 | 2024-10-11T18:32:16.679Z | Downloaded zone v0.3.0 |
| 737 | 2024-10-11T18:32:16.682Z | Downloaded env_logger v0.10.2 |
| 738 | 2024-10-11T18:32:16.684Z | Downloaded ecdsa v0.16.9 |
| 739 | 2024-10-11T18:32:16.687Z | Downloaded foreign-types-shared v0.3.1 |
| 740 | 2024-10-11T18:32:16.689Z | Downloaded foreign-types-shared v0.1.1 |
| 741 | 2024-10-11T18:32:16.689Z | Downloaded foreign-types v0.3.2 |
| 742 | 2024-10-11T18:32:16.691Z | Downloaded dhcproto-macros v0.1.0 |
| 743 | 2024-10-11T18:32:16.691Z | Downloaded hex-literal v0.4.1 |
| 744 | 2024-10-11T18:32:16.694Z | Downloaded progenitor-client v0.8.0 |
| 745 | 2024-10-11T18:32:16.694Z | Downloaded progenitor-macro v0.8.0 |
| 746 | 2024-10-11T18:32:16.700Z | Downloaded stable_deref_trait v1.2.0 |
| 747 | 2024-10-11T18:32:16.700Z | Downloaded serde_urlencoded v0.7.1 |
| 748 | 2024-10-11T18:32:16.700Z | Downloaded scrypt v0.11.0 |
| 749 | 2024-10-11T18:32:16.704Z | Downloaded salsa20 v0.10.2 |
| 750 | 2024-10-11T18:32:16.704Z | Downloaded libm v0.2.8 |
| 751 | 2024-10-11T18:32:16.711Z | Downloaded string_cache v0.8.7 |
| 752 | 2024-10-11T18:32:16.741Z | Downloaded num_threads v0.1.7 |
| 753 | 2024-10-11T18:32:16.741Z | Downloaded serde_with_macros v3.9.0 |
| 754 | 2024-10-11T18:32:16.741Z | Downloaded time-core v0.1.2 |
| 755 | 2024-10-11T18:32:16.741Z | Downloaded form_urlencoded v1.2.1 |
| 756 | 2024-10-11T18:32:16.741Z | Downloaded unicode-normalization v0.1.23 |
| 757 | 2024-10-11T18:32:16.741Z | Downloaded take_mut v0.2.2 |
| 758 | 2024-10-11T18:32:16.741Z | Downloaded omicron-zone-package v0.11.1 |
| 759 | 2024-10-11T18:32:16.741Z | Downloaded packed_struct_codegen v0.10.1 |
| 760 | 2024-10-11T18:32:16.746Z | Downloaded diff v0.1.13 |
| 761 | 2024-10-11T18:32:16.747Z | Downloaded futures-channel v0.3.31 |
| 762 | 2024-10-11T18:32:16.747Z | Downloaded predicates-core v1.0.6 |
| 763 | 2024-10-11T18:32:16.747Z | Downloaded defmt v0.3.8 |
| 764 | 2024-10-11T18:32:16.747Z | Downloaded pin-project-lite v0.2.14 |
| 765 | 2024-10-11T18:32:16.750Z | Downloaded walkdir v2.5.0 |
| 766 | 2024-10-11T18:32:16.753Z | Downloaded topological-sort v0.2.2 |
| 767 | 2024-10-11T18:32:16.753Z | Downloaded fxhash v0.2.1 |
| 768 | 2024-10-11T18:32:16.756Z | Downloaded progenitor v0.8.0 |
| 769 | 2024-10-11T18:32:16.756Z | Downloaded proc-macro-crate v1.3.1 |
| 770 | 2024-10-11T18:32:16.756Z | Downloaded sct v0.7.1 |
| 771 | 2024-10-11T18:32:16.761Z | Downloaded progenitor-impl v0.8.0 |
| 772 | 2024-10-11T18:32:16.765Z | Downloaded packed_struct v0.10.1 |
| 773 | 2024-10-11T18:32:16.765Z | Downloaded unsafe-libyaml v0.2.11 |
| 774 | 2024-10-11T18:32:16.770Z | Downloaded wyz v0.5.1 |
| 775 | 2024-10-11T18:32:16.772Z | Downloaded derive_more v0.99.18 |
| 776 | 2024-10-11T18:32:16.776Z | Downloaded spin v0.5.2 |
| 777 | 2024-10-11T18:32:16.779Z | Downloaded crossterm v0.27.0 |
| 778 | 2024-10-11T18:32:16.786Z | Downloaded aho-corasick v1.1.3 |
| 779 | 2024-10-11T18:32:16.792Z | Downloaded number_prefix v0.4.0 |
| 780 | 2024-10-11T18:32:16.795Z | Downloaded num_enum_derive v0.5.11 |
| 781 | 2024-10-11T18:32:16.795Z | Downloaded tap v1.0.1 |
| 782 | 2024-10-11T18:32:16.798Z | Downloaded r2d2 v0.8.10 |
| 783 | 2024-10-11T18:32:16.798Z | Downloaded half v2.4.1 |
| 784 | 2024-10-11T18:32:16.801Z | Downloaded yasna v0.5.2 |
| 785 | 2024-10-11T18:32:16.803Z | Downloaded rpassword v7.3.1 |
| 786 | 2024-10-11T18:32:16.808Z | Downloaded time-macros v0.2.18 |
| 787 | 2024-10-11T18:32:16.808Z | Downloaded phf_shared v0.11.2 |
| 788 | 2024-10-11T18:32:16.811Z | Downloaded group v0.13.0 |
| 789 | 2024-10-11T18:32:16.811Z | Downloaded pin-project-internal v1.1.5 |
| 790 | 2024-10-11T18:32:16.813Z | Downloaded postcard v1.0.8 |
| 791 | 2024-10-11T18:32:16.817Z | Downloaded term v0.7.0 |
| 792 | 2024-10-11T18:32:16.820Z | Downloaded downcast v0.11.0 |
| 793 | 2024-10-11T18:32:16.823Z | Downloaded reqwest v0.11.27 |
| 794 | 2024-10-11T18:32:16.831Z | Downloaded heapless v0.7.17 |
| 795 | 2024-10-11T18:32:16.836Z | Downloaded psl-types v2.0.11 |
| 796 | 2024-10-11T18:32:16.838Z | Downloaded slog-json v2.6.1 |
| 797 | 2024-10-11T18:32:16.839Z | Downloaded fallible-iterator v0.2.0 |
| 798 | 2024-10-11T18:32:16.842Z | Downloaded heapless v0.8.0 |
| 799 | 2024-10-11T18:32:16.849Z | Downloaded parking_lot v0.12.2 |
| 800 | 2024-10-11T18:32:16.854Z | Downloaded derive_builder v0.20.0 |
| 801 | 2024-10-11T18:32:16.854Z | Downloaded highway v1.2.0 |
| 802 | 2024-10-11T18:32:16.865Z | Downloaded slog-stdlog v4.1.1 |
| 803 | 2024-10-11T18:32:16.865Z | Downloaded parse-display-derive v0.10.0 |
| 804 | 2024-10-11T18:32:16.872Z | Downloaded structmeta v0.3.0 |
| 805 | 2024-10-11T18:32:16.872Z | Downloaded futures v0.3.31 |
| 806 | 2024-10-11T18:32:16.872Z | Downloaded pbkdf2 v0.11.0 |
| 807 | 2024-10-11T18:32:16.872Z | Downloaded zerocopy v0.6.6 |
| 808 | 2024-10-11T18:32:16.878Z | Downloaded samael v0.0.17 |
| 809 | 2024-10-11T18:32:16.885Z | Downloaded parking_lot v0.11.2 |
| 810 | 2024-10-11T18:32:16.886Z | Downloaded float-ord v0.3.2 |
| 811 | 2024-10-11T18:32:16.886Z | Downloaded smallvec v1.13.2 |
| 812 | 2024-10-11T18:32:16.895Z | Downloaded rustls-pki-types v1.7.0 |
| 813 | 2024-10-11T18:32:16.896Z | Downloaded vte_generate_state_changes v0.1.1 |
| 814 | 2024-10-11T18:32:16.896Z | Downloaded sync_wrapper v0.1.2 |
| 815 | 2024-10-11T18:32:16.896Z | Downloaded pretty-hex v0.2.1 |
| 816 | 2024-10-11T18:32:16.896Z | Downloaded peg-runtime v0.8.3 |
| 817 | 2024-10-11T18:32:16.896Z | Downloaded env_logger v0.11.5 |
| 818 | 2024-10-11T18:32:16.900Z | Downloaded env_filter v0.1.2 |
| 819 | 2024-10-11T18:32:16.900Z | Downloaded time v0.3.36 |
| 820 | 2024-10-11T18:32:16.904Z | Downloaded tui-tree-widget v0.22.0 |
| 821 | 2024-10-11T18:32:16.908Z | Downloaded predicates-tree v1.0.9 |
| 822 | 2024-10-11T18:32:16.908Z | Downloaded secrecy v0.8.0 |
| 823 | 2024-10-11T18:32:16.909Z | Downloaded fallible-iterator v0.3.0 |
| 824 | 2024-10-11T18:32:16.915Z | Downloaded portable-atomic v1.6.0 |
| 825 | 2024-10-11T18:32:16.921Z | Downloaded tower-service v0.3.2 |
| 826 | 2024-10-11T18:32:16.921Z | Downloaded tracing-core v0.1.32 |
| 827 | 2024-10-11T18:32:16.926Z | Downloaded serde_repr v0.1.19 |
| 828 | 2024-10-11T18:32:16.926Z | Downloaded reedline v0.33.0 |
| 829 | 2024-10-11T18:32:16.935Z | Downloaded primeorder v0.13.6 |
| 830 | 2024-10-11T18:32:16.939Z | Downloaded num-traits v0.2.19 |
| 831 | 2024-10-11T18:32:16.939Z | Downloaded siphasher v0.3.11 |
| 832 | 2024-10-11T18:32:16.939Z | Downloaded dropshot_endpoint v0.12.0 |
| 833 | 2024-10-11T18:32:16.944Z | Downloaded pin-project v1.1.5 |
| 834 | 2024-10-11T18:32:16.955Z | Downloaded whoami v1.5.2 |
| 835 | 2024-10-11T18:32:16.984Z | Downloaded pem-rfc7468 v0.7.0 |
| 836 | 2024-10-11T18:32:16.984Z | Downloaded num-bigint-dig v0.8.4 |
| 837 | 2024-10-11T18:32:16.984Z | Downloaded slog-envlogger v2.2.0 |
| 838 | 2024-10-11T18:32:17.002Z | Downloaded sec1 v0.7.3 |
| 839 | 2024-10-11T18:32:17.002Z | Downloaded russh v0.45.0 |
| 840 | 2024-10-11T18:32:17.002Z | Downloaded reqwest v0.12.7 |
| 841 | 2024-10-11T18:32:17.002Z | Downloaded socket2 v0.5.7 |
| 842 | 2024-10-11T18:32:17.002Z | Downloaded pem v3.0.4 |
| 843 | 2024-10-11T18:32:17.002Z | Downloaded num-complex v0.4.6 |
| 844 | 2024-10-11T18:32:17.002Z | Downloaded smallvec v0.6.14 |
| 845 | 2024-10-11T18:32:17.002Z | Downloaded der v0.7.9 |
| 846 | 2024-10-11T18:32:17.002Z | Downloaded password-hash v0.4.2 |
| 847 | 2024-10-11T18:32:17.002Z | Downloaded vte v0.11.1 |
| 848 | 2024-10-11T18:32:17.007Z | Downloaded hickory-server v0.24.1 |
| 849 | 2024-10-11T18:32:17.012Z | Downloaded flume v0.11.0 |
| 850 | 2024-10-11T18:32:17.012Z | Downloaded ron v0.7.1 |
| 851 | 2024-10-11T18:32:17.017Z | Downloaded flate2 v1.0.34 |
| 852 | 2024-10-11T18:32:17.027Z | Downloaded rustls-webpki v0.102.4 |
| 853 | 2024-10-11T18:32:17.044Z | Downloaded uuid v1.10.0 |
| 854 | 2024-10-11T18:32:17.060Z | Downloaded ron v0.8.1 |
| 855 | 2024-10-11T18:32:17.068Z | Downloaded num-bigint v0.4.5 |
| 856 | 2024-10-11T18:32:17.069Z | Downloaded tokio-util v0.7.12 |
| 857 | 2024-10-11T18:32:17.074Z | Downloaded publicsuffix v2.2.3 |
| 858 | 2024-10-11T18:32:17.074Z | Downloaded bindgen v0.69.4 |
| 859 | 2024-10-11T18:32:17.080Z | Downloaded rayon v1.10.0 |
| 860 | 2024-10-11T18:32:17.089Z | Downloaded x509-cert v0.2.5 |
| 861 | 2024-10-11T18:32:17.096Z | Downloaded expectorate v1.1.0 |
| 862 | 2024-10-11T18:32:17.100Z | Downloaded ssh-key v0.6.6 |
| 863 | 2024-10-11T18:32:17.106Z | Downloaded tough v0.17.1 |
| 864 | 2024-10-11T18:32:17.126Z | Downloaded quick-xml v0.33.0 |
| 865 | 2024-10-11T18:32:17.137Z | Downloaded chrono v0.4.38 |
| 866 | 2024-10-11T18:32:17.137Z | Downloaded bitvec v1.0.1 |
| 867 | 2024-10-11T18:32:17.147Z | Downloaded idna v0.3.0 |
| 868 | 2024-10-11T18:32:17.161Z | Downloaded futures-util v0.3.31 |
| 869 | 2024-10-11T18:32:17.166Z | Downloaded regex v1.10.6 |
| 870 | 2024-10-11T18:32:17.181Z | Downloaded h2 v0.4.6 |
| 871 | 2024-10-11T18:32:17.188Z | Downloaded p521 v0.13.3 |
| 872 | 2024-10-11T18:32:17.193Z | Downloaded rustls-webpki v0.101.7 |
| 873 | 2024-10-11T18:32:17.210Z | Downloaded openssl v0.10.66 |
| 874 | 2024-10-11T18:32:17.219Z | Downloaded h2 v0.3.26 |
| 875 | 2024-10-11T18:32:17.226Z | Downloaded proptest v1.5.0 |
| 876 | 2024-10-11T18:32:17.237Z | Downloaded webpki-roots v0.26.3 |
| 877 | 2024-10-11T18:32:17.241Z | Downloaded vcpkg v0.2.15 |
| 878 | 2024-10-11T18:32:17.286Z | Downloaded winnow v0.5.40 |
| 879 | 2024-10-11T18:32:17.301Z | Downloaded rustls v0.21.12 |
| 880 | 2024-10-11T18:32:17.316Z | Downloaded nix v0.29.0 |
| 881 | 2024-10-11T18:32:17.332Z | Downloaded polar-core v0.27.3 |
| 882 | 2024-10-11T18:32:17.338Z | Downloaded curve25519-dalek v4.1.3 |
| 883 | 2024-10-11T18:32:17.338Z | Downloaded git2 v0.19.0 |
| 884 | 2024-10-11T18:32:17.345Z | Downloaded openapiv3 v2.0.0 |
| 885 | 2024-10-11T18:32:17.359Z | Downloaded smoltcp v0.11.0 |
| 886 | 2024-10-11T18:32:17.375Z | Downloaded smoltcp v0.9.1 |
| 887 | 2024-10-11T18:32:17.388Z | Downloaded radix_trie v0.2.1 |
| 888 | 2024-10-11T18:32:17.393Z | Downloaded gimli v0.28.1 |
| 889 | 2024-10-11T18:32:17.399Z | Downloaded regex-syntax v0.6.29 |
| 890 | 2024-10-11T18:32:17.409Z | Downloaded regress v0.9.1 |
| 891 | 2024-10-11T18:32:17.421Z | Downloaded regex-syntax v0.8.4 |
| 892 | 2024-10-11T18:32:17.427Z | Downloaded dropshot v0.12.0 |
| 893 | 2024-10-11T18:32:17.462Z | Downloaded diesel v2.2.4 |
| 894 | 2024-10-11T18:32:17.470Z | Downloaded hickory-proto v0.24.1 |
| 895 | 2024-10-11T18:32:17.486Z | Downloaded typify-impl v0.2.0 |
| 896 | 2024-10-11T18:32:17.502Z | Downloaded sled v0.34.7 |
| 897 | 2024-10-11T18:32:17.513Z | Downloaded zerocopy-derive v0.6.6 |
| 898 | 2024-10-11T18:32:17.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 899 | 2024-10-11T18:32:17.536Z | Downloaded ratatui v0.28.0 |
| 900 | 2024-10-11T18:32:17.558Z | Downloaded trust-dns-proto v0.22.0 |
| 901 | 2024-10-11T18:32:17.570Z | Downloaded petgraph v0.6.5 |
| 902 | 2024-10-11T18:32:17.589Z | Downloaded csv v1.3.0 |
| 903 | 2024-10-11T18:32:17.621Z | Downloaded object v0.32.2 |
| 904 | 2024-10-11T18:32:17.630Z | Downloaded finl_unicode v1.2.0 |
| 905 | 2024-10-11T18:32:17.650Z | Downloaded regex-automata v0.4.6 |
| 906 | 2024-10-11T18:32:17.671Z | Downloaded lzma-sys v0.1.20 |
| 907 | 2024-10-11T18:32:17.702Z | Downloaded object v0.30.4 |
| 908 | 2024-10-11T18:32:17.712Z | Downloaded tokio v1.39.3 |
| 909 | 2024-10-11T18:32:17.750Z | Downloaded rustls v0.22.4 |
| 910 | 2024-10-11T18:32:17.763Z | Downloaded sha3 v0.10.8 |
| 911 | 2024-10-11T18:32:17.767Z | Downloaded bstr v1.9.1 |
| 912 | 2024-10-11T18:32:17.778Z | Downloaded rustls v0.23.10 |
| 913 | 2024-10-11T18:32:17.795Z | Downloaded nix v0.27.1 |
| 914 | 2024-10-11T18:32:17.806Z | Downloaded salty v0.3.0 |
| 915 | 2024-10-11T18:32:17.814Z | Downloaded sqlparser v0.45.0 |
| 916 | 2024-10-11T18:32:17.820Z | Downloaded p384 v0.13.0 |
| 917 | 2024-10-11T18:32:17.826Z | Downloaded regress v0.10.1 |
| 918 | 2024-10-11T18:32:17.835Z | Downloaded serde_with v3.9.0 |
| 919 | 2024-10-11T18:32:17.844Z | Downloaded quinn-proto v0.11.8 |
| 920 | 2024-10-11T18:32:17.850Z | Downloaded nix v0.28.0 |
| 921 | 2024-10-11T18:32:17.862Z | Downloaded idna v0.5.0 |
| 922 | 2024-10-11T18:32:17.868Z | Downloaded tar v0.4.42 |
| 923 | 2024-10-11T18:32:17.871Z | Downloaded rusqlite v0.32.1 |
| 924 | 2024-10-11T18:32:17.878Z | Downloaded idna v0.4.0 |
| 925 | 2024-10-11T18:32:17.885Z | Downloaded tokio-postgres v0.7.12 |
| 926 | 2024-10-11T18:32:17.890Z | Downloaded zip v0.6.6 |
| 927 | 2024-10-11T18:32:17.896Z | Downloaded encoding_rs v0.8.34 |
| 928 | 2024-10-11T18:32:17.917Z | Downloaded idna v0.2.3 |
| 929 | 2024-10-11T18:32:17.923Z | Downloaded blake3 v1.5.1 |
| 930 | 2024-10-11T18:32:17.931Z | Downloaded rand v0.8.5 |
| 931 | 2024-10-11T18:32:17.934Z | Downloaded lalrpop v0.19.12 |
| 932 | 2024-10-11T18:32:17.946Z | Downloaded serde_derive_internals v0.29.1 |
| 933 | 2024-10-11T18:32:17.949Z | Downloaded hashbrown v0.13.2 |
| 934 | 2024-10-11T18:32:17.952Z | Downloaded tokio-tungstenite v0.21.0 |
| 935 | 2024-10-11T18:32:17.954Z | Downloaded hickory-resolver v0.24.1 |
| 936 | 2024-10-11T18:32:17.958Z | Downloaded diesel_derives v2.2.2 |
| 937 | 2024-10-11T18:32:17.961Z | Downloaded ring v0.16.20 |
| 938 | 2024-10-11T18:32:18.042Z | Downloaded pkcs5 v0.7.1 |
| 939 | 2024-10-11T18:32:18.046Z | Downloaded prettyplease v0.2.22 |
| 940 | 2024-10-11T18:32:18.050Z | Downloaded url v2.5.2 |
| 941 | 2024-10-11T18:32:18.052Z | Downloaded spki v0.7.3 |
| 942 | 2024-10-11T18:32:18.055Z | Downloaded serde_path_to_error v0.1.16 |
| 943 | 2024-10-11T18:32:18.055Z | Downloaded serde-hex v0.1.0 |
| 944 | 2024-10-11T18:32:18.057Z | Downloaded serde-big-array v0.5.1 |
| 945 | 2024-10-11T18:32:18.060Z | Downloaded float-cmp v0.9.0 |
| 946 | 2024-10-11T18:32:18.060Z | Downloaded crossterm v0.28.1 |
| 947 | 2024-10-11T18:32:18.066Z | Downloaded tokio-tungstenite v0.23.1 |
| 948 | 2024-10-11T18:32:18.073Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 949 | 2024-10-11T18:32:18.128Z | Downloaded unicode_categories v0.1.1 |
| 950 | 2024-10-11T18:32:18.130Z | Downloaded sync_wrapper v1.0.1 |
| 951 | 2024-10-11T18:32:18.130Z | Downloaded dirs-next v2.0.0 |
| 952 | 2024-10-11T18:32:18.132Z | Downloaded defmt-parser v0.3.4 |
| 953 | 2024-10-11T18:32:18.133Z | Downloaded xz2 v0.1.7 |
| 954 | 2024-10-11T18:32:18.135Z | Downloaded ghash v0.5.1 |
| 955 | 2024-10-11T18:32:18.135Z | Downloaded smf v0.2.3 |
| 956 | 2024-10-11T18:32:18.138Z | Downloaded spin v0.9.8 |
| 957 | 2024-10-11T18:32:18.141Z | Downloaded getrandom v0.2.14 |
| 958 | 2024-10-11T18:32:18.143Z | Downloaded p256 v0.13.2 |
| 959 | 2024-10-11T18:32:18.149Z | Downloaded steno v0.4.1 |
| 960 | 2024-10-11T18:32:18.150Z | Downloaded num-conv v0.1.0 |
| 961 | 2024-10-11T18:32:18.150Z | Downloaded parse-size v1.0.0 |
| 962 | 2024-10-11T18:32:18.154Z | Downloaded dsl_auto_type v0.1.2 |
| 963 | 2024-10-11T18:32:18.154Z | Downloaded wait-timeout v0.2.0 |
| 964 | 2024-10-11T18:32:18.154Z | Downloaded slog-dtrace v0.3.0 |
| 965 | 2024-10-11T18:32:18.154Z | Downloaded tabwriter v1.4.0 |
| 966 | 2024-10-11T18:32:18.160Z | Downloaded radium v0.7.0 |
| 967 | 2024-10-11T18:32:18.160Z | Downloaded parking_lot_core v0.8.6 |
| 968 | 2024-10-11T18:32:18.160Z | Downloaded tokio-native-tls v0.3.1 |
| 969 | 2024-10-11T18:32:18.160Z | Downloaded tokio-rustls v0.26.0 |
| 970 | 2024-10-11T18:32:18.164Z | Downloaded similar v2.6.0 |
| 971 | 2024-10-11T18:32:18.167Z | Downloaded rcgen v0.12.1 |
| 972 | 2024-10-11T18:32:18.170Z | Downloaded libxml v0.3.3 |
| 973 | 2024-10-11T18:32:18.175Z | Downloaded same-file v1.0.6 |
| 974 | 2024-10-11T18:32:18.178Z | Downloaded typed-path v0.7.1 |
| 975 | 2024-10-11T18:32:18.182Z | Downloaded hex v0.4.3 |
| 976 | 2024-10-11T18:32:18.185Z | Downloaded password-hash v0.5.0 |
| 977 | 2024-10-11T18:32:18.188Z | Downloaded tokio-rustls v0.25.0 |
| 978 | 2024-10-11T18:32:18.188Z | Downloaded tracing v0.1.40 |
| 979 | 2024-10-11T18:32:18.192Z | Downloaded hyper v0.14.30 |
| 980 | 2024-10-11T18:32:18.201Z | Downloaded hkdf v0.12.4 |
| 981 | 2024-10-11T18:32:18.203Z | Downloaded hashbrown v0.12.3 |
| 982 | 2024-10-11T18:32:18.208Z | Downloaded flagset v0.4.5 |
| 983 | 2024-10-11T18:32:18.210Z | Downloaded typify v0.2.0 |
| 984 | 2024-10-11T18:32:18.213Z | Downloaded tokio-stream v0.1.16 |
| 985 | 2024-10-11T18:32:18.217Z | Downloaded rustls-pemfile v2.1.3 |
| 986 | 2024-10-11T18:32:18.219Z | Downloaded futures-executor v0.3.31 |
| 987 | 2024-10-11T18:32:18.222Z | Downloaded schemars v0.8.21 |
| 988 | 2024-10-11T18:32:18.232Z | Downloaded nom v7.1.3 |
| 989 | 2024-10-11T18:32:18.237Z | Downloaded itertools v0.10.5 |
| 990 | 2024-10-11T18:32:18.244Z | Downloaded strip-ansi-escapes v0.2.0 |
| 991 | 2024-10-11T18:32:18.246Z | Downloaded olpc-cjson v0.1.3 |
| 992 | 2024-10-11T18:32:18.246Z | Downloaded hash32 v0.2.1 |
| 993 | 2024-10-11T18:32:18.249Z | Downloaded derive_builder_core v0.20.0 |
| 994 | 2024-10-11T18:32:18.251Z | Downloaded vsss-rs v3.3.4 |
| 995 | 2024-10-11T18:32:18.254Z | Downloaded vergen v8.3.2 |
| 996 | 2024-10-11T18:32:18.256Z | Downloaded tungstenite v0.21.0 |
| 997 | 2024-10-11T18:32:18.259Z | Downloaded tinyvec v1.6.0 |
| 998 | 2024-10-11T18:32:18.262Z | Downloaded rustls-pemfile v1.0.4 |
| 999 | 2024-10-11T18:32:18.265Z | Downloaded rand_core v0.6.4 |
| 1000 | 2024-10-11T18:32:18.268Z | Downloaded futures-io v0.3.31 |
| 1001 | 2024-10-11T18:32:18.268Z | Downloaded dyn-clone v1.0.17 |
| 1002 | 2024-10-11T18:32:18.270Z | Downloaded tracing-attributes v0.1.27 |
| 1003 | 2024-10-11T18:32:18.274Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1004 | 2024-10-11T18:32:18.275Z | Downloaded rayon-core v1.12.1 |
| 1005 | 2024-10-11T18:32:18.277Z | Downloaded compact_str v0.8.0 |
| 1006 | 2024-10-11T18:32:18.281Z | Downloaded peg-macros v0.8.4 |
| 1007 | 2024-10-11T18:32:18.283Z | Downloaded oso v0.27.3 |
| 1008 | 2024-10-11T18:32:18.286Z | Downloaded hashlink v0.9.1 |
| 1009 | 2024-10-11T18:32:18.288Z | Downloaded strum_macros v0.26.4 |
| 1010 | 2024-10-11T18:32:18.288Z | Downloaded strum_macros v0.25.3 |
| 1011 | 2024-10-11T18:32:18.291Z | Downloaded ssh-encoding v0.2.0 |
| 1012 | 2024-10-11T18:32:18.294Z | Downloaded unicode-segmentation v1.11.0 |
| 1013 | 2024-10-11T18:32:18.296Z | Downloaded cc v1.0.97 |
| 1014 | 2024-10-11T18:32:18.298Z | Downloaded enum-as-inner v0.6.0 |
| 1015 | 2024-10-11T18:32:18.301Z | Downloaded embedded-io v0.4.0 |
| 1016 | 2024-10-11T18:32:18.303Z | Downloaded rsa v0.9.6 |
| 1017 | 2024-10-11T18:32:18.307Z | Downloaded rustc-hash v2.0.0 |
| 1018 | 2024-10-11T18:32:18.309Z | Downloaded parking_lot_core v0.9.10 |
| 1019 | 2024-10-11T18:32:18.312Z | Downloaded socket2 v0.4.10 |
| 1020 | 2024-10-11T18:32:18.314Z | Downloaded backtrace v0.3.71 |
| 1021 | 2024-10-11T18:32:18.319Z | Downloaded untrusted v0.7.1 |
| 1022 | 2024-10-11T18:32:18.322Z | Downloaded ed25519-dalek v2.1.1 |
| 1023 | 2024-10-11T18:32:18.325Z | Downloaded rustc_version v0.1.7 |
| 1024 | 2024-10-11T18:32:18.325Z | Downloaded poly1305 v0.8.0 |
| 1025 | 2024-10-11T18:32:18.327Z | Downloaded value-bag v1.9.0 |
| 1026 | 2024-10-11T18:32:18.338Z | Downloaded uzers v0.11.3 |
| 1027 | 2024-10-11T18:32:18.338Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1028 | 2024-10-11T18:32:18.341Z | Downloaded minimal-lexical v0.2.1 |
| 1029 | 2024-10-11T18:32:18.341Z | Downloaded base64 v0.22.1 |
| 1030 | 2024-10-11T18:32:18.344Z | Downloaded allocator-api2 v0.2.18 |
| 1031 | 2024-10-11T18:32:18.348Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1032 | 2024-10-11T18:32:18.350Z | Downloaded rustc-hash v1.1.0 |
| 1033 | 2024-10-11T18:32:18.350Z | Downloaded phf v0.11.2 |
| 1034 | 2024-10-11T18:32:18.353Z | Downloaded slog-bunyan v2.5.0 |
| 1035 | 2024-10-11T18:32:18.353Z | Downloaded shlex v1.3.0 |
| 1036 | 2024-10-11T18:32:18.355Z | Downloaded utf-8 v0.7.6 |
| 1037 | 2024-10-11T18:32:18.356Z | Downloaded hyper-util v0.1.9 |
| 1038 | 2024-10-11T18:32:18.359Z | Downloaded crossbeam-channel v0.5.12 |
| 1039 | 2024-10-11T18:32:18.364Z | Downloaded enum-as-inner v0.5.1 |
| 1040 | 2024-10-11T18:32:18.366Z | Downloaded crossbeam-utils v0.8.19 |
| 1041 | 2024-10-11T18:32:18.369Z | Downloaded crc-any v2.5.0 |
| 1042 | 2024-10-11T18:32:18.371Z | Downloaded cookie_store v0.21.0 |
| 1043 | 2024-10-11T18:32:18.373Z | Downloaded const-oid v0.9.6 |
| 1044 | 2024-10-11T18:32:18.373Z | Downloaded scopeguard v1.2.0 |
| 1045 | 2024-10-11T18:32:18.376Z | Downloaded darling v0.20.9 |
| 1046 | 2024-10-11T18:32:18.379Z | Downloaded ref-cast-impl v1.0.23 |
| 1047 | 2024-10-11T18:32:18.381Z | Downloaded quick-error v1.2.3 |
| 1048 | 2024-10-11T18:32:18.381Z | Downloaded powerfmt v0.2.0 |
| 1049 | 2024-10-11T18:32:18.384Z | Downloaded des v0.8.1 |
| 1050 | 2024-10-11T18:32:18.386Z | Downloaded zeroize_derive v1.4.2 |
| 1051 | 2024-10-11T18:32:18.386Z | Downloaded zeroize v1.8.1 |
| 1052 | 2024-10-11T18:32:18.389Z | Downloaded twox-hash v1.6.3 |
| 1053 | 2024-10-11T18:32:18.389Z | Downloaded pkcs1 v0.7.5 |
| 1054 | 2024-10-11T18:32:18.391Z | Downloaded crc32fast v1.4.0 |
| 1055 | 2024-10-11T18:32:18.394Z | Downloaded derive-where v1.2.7 |
| 1056 | 2024-10-11T18:32:18.397Z | Downloaded russh-keys v0.45.0 |
| 1057 | 2024-10-11T18:32:18.399Z | Downloaded const_format v0.2.33 |
| 1058 | 2024-10-11T18:32:18.404Z | Downloaded bytes v1.7.2 |
| 1059 | 2024-10-11T18:32:18.408Z | Downloaded base64 v0.21.7 |
| 1060 | 2024-10-11T18:32:18.412Z | Downloaded pbkdf2 v0.12.2 |
| 1061 | 2024-10-11T18:32:18.414Z | Downloaded snafu-derive v0.8.2 |
| 1062 | 2024-10-11T18:32:18.417Z | Downloaded slog-term v2.9.1 |
| 1063 | 2024-10-11T18:32:18.419Z | Downloaded openssl-macros v0.1.1 |
| 1064 | 2024-10-11T18:32:18.419Z | Downloaded sqlformat v0.2.6 |
| 1065 | 2024-10-11T18:32:18.422Z | Downloaded num-integer v0.1.46 |
| 1066 | 2024-10-11T18:32:18.422Z | Downloaded num-derive v0.4.2 |
| 1067 | 2024-10-11T18:32:18.424Z | Downloaded num v0.4.3 |
| 1068 | 2024-10-11T18:32:18.426Z | Downloaded toml v0.7.8 |
| 1069 | 2024-10-11T18:32:18.429Z | Downloaded indicatif v0.17.8 |
| 1070 | 2024-10-11T18:32:18.431Z | Downloaded resolv-conf v0.7.0 |
| 1071 | 2024-10-11T18:32:18.434Z | Downloaded gethostname v0.5.0 |
| 1072 | 2024-10-11T18:32:18.434Z | Downloaded fd-lock v4.0.2 |
| 1073 | 2024-10-11T18:32:18.436Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1074 | 2024-10-11T18:32:18.439Z | Downloaded chacha20poly1305 v0.10.1 |
| 1075 | 2024-10-11T18:32:18.439Z | Downloaded argon2 v0.5.3 |
| 1076 | 2024-10-11T18:32:18.441Z | Downloaded bit-set v0.5.3 |
| 1077 | 2024-10-11T18:32:18.444Z | Downloaded zone v0.1.8 |
| 1078 | 2024-10-11T18:32:18.444Z | Downloaded xattr v1.3.1 |
| 1079 | 2024-10-11T18:32:18.446Z | Downloaded libz-sys v1.1.16 |
| 1080 | 2024-10-11T18:32:18.512Z | Downloaded typify-macro v0.2.0 |
| 1081 | 2024-10-11T18:32:18.515Z | Downloaded mockall v0.13.0 |
| 1082 | 2024-10-11T18:32:18.515Z | Downloaded ipnet v2.10.1 |
| 1083 | 2024-10-11T18:32:18.518Z | Downloaded hyper-staticfile v0.10.1 |
| 1084 | 2024-10-11T18:32:18.520Z | Downloaded convert_case v0.4.0 |
| 1085 | 2024-10-11T18:32:18.520Z | Downloaded maybe-uninit v2.0.0 |
| 1086 | 2024-10-11T18:32:18.522Z | Downloaded clang-sys v1.7.0 |
| 1087 | 2024-10-11T18:32:18.522Z | Downloaded blake2 v0.10.6 |
| 1088 | 2024-10-11T18:32:18.525Z | Downloaded async-trait v0.1.83 |
| 1089 | 2024-10-11T18:32:18.528Z | Downloaded addr2line v0.21.0 |
| 1090 | 2024-10-11T18:32:18.531Z | Downloaded newtype_derive v0.1.6 |
| 1091 | 2024-10-11T18:32:18.533Z | Downloaded multer v3.1.0 |
| 1092 | 2024-10-11T18:32:18.537Z | Downloaded kstat-rs v0.2.4 |
| 1093 | 2024-10-11T18:32:18.537Z | Downloaded bb8 v0.8.5 |
| 1094 | 2024-10-11T18:32:18.540Z | Downloaded atomic-waker v1.1.2 |
| 1095 | 2024-10-11T18:32:18.541Z | Downloaded ahash v0.8.11 |
| 1096 | 2024-10-11T18:32:18.541Z | Downloaded console v0.15.8 |
| 1097 | 2024-10-11T18:32:18.544Z | Downloaded bitfield v0.14.0 |
| 1098 | 2024-10-11T18:32:18.546Z | Downloaded atty v0.2.14 |
| 1099 | 2024-10-11T18:32:18.546Z | Downloaded aead v0.5.2 |
| 1100 | 2024-10-11T18:32:18.549Z | Downloaded ring v0.17.8 |
| 1101 | 2024-10-11T18:32:18.620Z | Downloaded constant_time_eq v0.3.0 |
| 1102 | 2024-10-11T18:32:18.622Z | Downloaded lru-cache v0.1.2 |
| 1103 | 2024-10-11T18:32:18.623Z | Downloaded linked-hash-map v0.5.6 |
| 1104 | 2024-10-11T18:32:18.625Z | Downloaded lazycell v1.3.0 |
| 1105 | 2024-10-11T18:32:18.625Z | Downloaded httparse v1.8.0 |
| 1106 | 2024-10-11T18:32:18.631Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1107 | 2024-10-11T18:32:18.631Z | Downloaded iana-time-zone v0.1.60 |
| 1108 | 2024-10-11T18:32:18.634Z | Downloaded libsw v3.3.1 |
| 1109 | 2024-10-11T18:32:18.637Z | Downloaded keccak v0.1.5 |
| 1110 | 2024-10-11T18:32:18.637Z | Downloaded internet-checksum v0.2.1 |
| 1111 | 2024-10-11T18:32:18.637Z | Downloaded indoc v1.0.9 |
| 1112 | 2024-10-11T18:32:18.640Z | Downloaded crc v3.2.1 |
| 1113 | 2024-10-11T18:32:18.643Z | Downloaded bit-vec v0.6.3 |
| 1114 | 2024-10-11T18:32:18.643Z | Downloaded base16ct v0.2.0 |
| 1115 | 2024-10-11T18:32:18.657Z | Downloaded libsqlite3-sys v0.30.1 |
| 1116 | 2024-10-11T18:32:18.850Z | Compiling serde v1.0.210 |
| 1117 | 2024-10-11T18:32:18.853Z | Compiling typenum v1.17.0 |
| 1118 | 2024-10-11T18:32:18.853Z | Compiling generic-array v0.14.7 |
| 1119 | 2024-10-11T18:32:18.853Z | Compiling lock_api v0.4.12 |
| 1120 | 2024-10-11T18:32:18.853Z | Compiling subtle v2.5.0 |
| 1121 | 2024-10-11T18:32:19.025Z | Compiling syn v2.0.79 |
| 1122 | 2024-10-11T18:32:19.041Z | Compiling getrandom v0.2.14 |
| 1123 | 2024-10-11T18:32:19.043Z | Compiling scopeguard v1.2.0 |
| 1124 | 2024-10-11T18:32:19.209Z | Compiling value-bag v1.9.0 |
| 1125 | 2024-10-11T18:32:19.322Z | Compiling rand_core v0.6.4 |
| 1126 | 2024-10-11T18:32:19.420Z | Compiling const-oid v0.9.6 |
| 1127 | 2024-10-11T18:32:19.548Z | Compiling jobserver v0.1.32 |
| 1128 | 2024-10-11T18:32:19.552Z | Compiling pin-project-lite v0.2.14 |
| 1129 | 2024-10-11T18:32:19.683Z | Compiling log v0.4.22 |
| 1130 | 2024-10-11T18:32:19.802Z | Compiling smallvec v1.13.2 |
| 1131 | 2024-10-11T18:32:19.820Z | Compiling parking_lot_core v0.9.10 |
| 1132 | 2024-10-11T18:32:19.914Z | Compiling cc v1.0.97 |
| 1133 | 2024-10-11T18:32:20.217Z | Compiling cpufeatures v0.2.12 |
| 1134 | 2024-10-11T18:32:20.326Z | Compiling signal-hook-registry v1.4.2 |
| 1135 | 2024-10-11T18:32:20.444Z | Compiling futures-core v0.3.31 |
| 1136 | 2024-10-11T18:32:20.513Z | Compiling mio v1.0.2 |
| 1137 | 2024-10-11T18:32:20.685Z | Compiling parking_lot v0.12.2 |
| 1138 | 2024-10-11T18:32:20.944Z | Compiling ahash v0.8.11 |
| 1139 | 2024-10-11T18:32:21.132Z | Compiling futures-sink v0.3.31 |
| 1140 | 2024-10-11T18:32:21.276Z | Compiling spin v0.9.8 |
| 1141 | 2024-10-11T18:32:21.358Z | Compiling socket2 v0.5.7 |
| 1142 | 2024-10-11T18:32:21.410Z | Compiling slab v0.4.9 |
| 1143 | 2024-10-11T18:32:21.544Z | Compiling tinyvec_macros v0.1.1 |
| 1144 | 2024-10-11T18:32:21.596Z | Compiling base64ct v1.6.0 |
| 1145 | 2024-10-11T18:32:21.633Z | Compiling tinyvec v1.6.0 |
| 1146 | 2024-10-11T18:32:21.687Z | Compiling libm v0.2.8 |
| 1147 | 2024-10-11T18:32:21.706Z | Compiling serde_json v1.0.128 |
| 1148 | 2024-10-11T18:32:21.848Z | Compiling allocator-api2 v0.2.18 |
| 1149 | 2024-10-11T18:32:22.053Z | Compiling pem-rfc7468 v0.7.0 |
| 1150 | 2024-10-11T18:32:22.169Z | Compiling num-traits v0.2.19 |
| 1151 | 2024-10-11T18:32:22.299Z | Compiling unicode-bidi v0.3.15 |
| 1152 | 2024-10-11T18:32:22.338Z | Compiling flagset v0.4.5 |
| 1153 | 2024-10-11T18:32:22.720Z | Compiling futures-channel v0.3.31 |
| 1154 | 2024-10-11T18:32:22.770Z | Compiling pin-utils v0.1.0 |
| 1155 | 2024-10-11T18:32:22.869Z | Compiling futures-task v0.3.31 |
| 1156 | 2024-10-11T18:32:22.889Z | Compiling futures-io v0.3.31 |
| 1157 | 2024-10-11T18:32:23.131Z | Compiling unicode-normalization v0.1.23 |
| 1158 | 2024-10-11T18:32:23.158Z | Compiling vcpkg v0.2.15 |
| 1159 | 2024-10-11T18:32:23.187Z | Compiling pkg-config v0.3.30 |
| 1160 | 2024-10-11T18:32:23.206Z | Compiling crossbeam-utils v0.8.19 |
| 1161 | 2024-10-11T18:32:23.959Z | Compiling tracing-core v0.1.32 |
| 1162 | 2024-10-11T18:32:24.050Z | Compiling percent-encoding v2.3.1 |
| 1163 | 2024-10-11T18:32:24.070Z | Compiling ring v0.17.8 |
| 1164 | 2024-10-11T18:32:24.293Z | Compiling ppv-lite86 v0.2.17 |
| 1165 | 2024-10-11T18:32:24.913Z | Compiling httparse v1.8.0 |
| 1166 | 2024-10-11T18:32:25.133Z | Compiling rand_chacha v0.3.1 |
| 1167 | 2024-10-11T18:32:25.380Z | Compiling rustls-pki-types v1.7.0 |
| 1168 | 2024-10-11T18:32:25.398Z | Compiling rustix v0.38.37 |
| 1169 | 2024-10-11T18:32:25.460Z | Compiling openssl-sys v0.9.103 |
| 1170 | 2024-10-11T18:32:25.688Z | Compiling rand v0.8.5 |
| 1171 | 2024-10-11T18:32:26.047Z | Compiling try-lock v0.2.5 |
| 1172 | 2024-10-11T18:32:26.153Z | Compiling foreign-types-shared v0.1.1 |
| 1173 | 2024-10-11T18:32:26.179Z | Compiling openssl v0.10.66 |
| 1174 | 2024-10-11T18:32:26.247Z | Compiling rustversion v1.0.17 |
| 1175 | 2024-10-11T18:32:26.266Z | Compiling untrusted v0.9.0 |
| 1176 | 2024-10-11T18:32:26.432Z | Compiling time-core v0.1.2 |
| 1177 | 2024-10-11T18:32:26.601Z | Compiling num-conv v0.1.0 |
| 1178 | 2024-10-11T18:32:26.604Z | Compiling powerfmt v0.2.0 |
| 1179 | 2024-10-11T18:32:26.636Z | Compiling atomic-waker v1.1.2 |
| 1180 | 2024-10-11T18:32:26.877Z | Compiling time-macros v0.2.18 |
| 1181 | 2024-10-11T18:32:26.995Z | Compiling deranged v0.3.11 |
| 1182 | 2024-10-11T18:32:27.041Z | Compiling foreign-types v0.3.2 |
| 1183 | 2024-10-11T18:32:27.132Z | Compiling want v0.3.1 |
| 1184 | 2024-10-11T18:32:27.390Z | Compiling form_urlencoded v1.2.1 |
| 1185 | 2024-10-11T18:32:27.541Z | Compiling aho-corasick v1.1.3 |
| 1186 | 2024-10-11T18:32:27.717Z | Compiling httpdate v1.0.3 |
| 1187 | 2024-10-11T18:32:27.975Z | Compiling native-tls v0.2.11 |
| 1188 | 2024-10-11T18:32:28.142Z | Compiling base64 v0.22.1 |
| 1189 | 2024-10-11T18:32:28.168Z | Compiling regex-syntax v0.8.4 |
| 1190 | 2024-10-11T18:32:28.310Z | Compiling siphasher v0.3.11 |
| 1191 | 2024-10-11T18:32:28.691Z | Compiling syn v1.0.109 |
| 1192 | 2024-10-11T18:32:28.812Z | Compiling rustls v0.23.10 |
| 1193 | 2024-10-11T18:32:28.856Z | Compiling num_threads v0.1.7 |
| 1194 | 2024-10-11T18:32:29.078Z | Compiling crossbeam-epoch v0.9.18 |
| 1195 | 2024-10-11T18:32:29.374Z | Compiling idna v0.5.0 |
| 1196 | 2024-10-11T18:32:29.774Z | Compiling lazy_static v1.5.0 |
| 1197 | 2024-10-11T18:32:29.896Z | Compiling cookie v0.18.1 |
| 1198 | 2024-10-11T18:32:30.061Z | Compiling time v0.3.36 |
| 1199 | 2024-10-11T18:32:30.176Z | Compiling finl_unicode v1.2.0 |
| 1200 | 2024-10-11T18:32:30.331Z | Compiling openssl-probe v0.1.5 |
| 1201 | 2024-10-11T18:32:30.671Z | Compiling slog v2.7.0 |
| 1202 | 2024-10-11T18:32:30.758Z | Compiling rayon-core v1.12.1 |
| 1203 | 2024-10-11T18:32:30.932Z | Compiling tower-service v0.3.2 |
| 1204 | 2024-10-11T18:32:31.043Z | Compiling iana-time-zone v0.1.60 |
| 1205 | 2024-10-11T18:32:31.063Z | Compiling either v1.13.0 |
| 1206 | 2024-10-11T18:32:31.311Z | Compiling stringprep v0.1.4 |
| 1207 | 2024-10-11T18:32:31.482Z | Compiling regex-automata v0.4.6 |
| 1208 | 2024-10-11T18:32:31.501Z | Compiling url v2.5.2 |
| 1209 | 2024-10-11T18:32:32.575Z | Compiling crossbeam-deque v0.8.5 |
| 1210 | 2024-10-11T18:32:32.939Z | Compiling rustls-webpki v0.102.4 |
| 1211 | 2024-10-11T18:32:33.084Z | Compiling serde_derive v1.0.210 |
| 1212 | 2024-10-11T18:32:33.389Z | Compiling zeroize_derive v1.4.2 |
| 1213 | 2024-10-11T18:32:34.635Z | Compiling zerocopy-derive v0.7.34 |
| 1214 | 2024-10-11T18:32:34.659Z | Compiling tokio-macros v2.4.0 |
| 1215 | 2024-10-11T18:32:35.044Z | Compiling der_derive v0.7.2 |
| 1216 | 2024-10-11T18:32:35.047Z | Compiling zeroize v1.8.1 |
| 1217 | 2024-10-11T18:32:35.196Z | Compiling thiserror-impl v1.0.64 |
| 1218 | 2024-10-11T18:32:36.443Z | Compiling futures-macro v0.3.31 |
| 1219 | 2024-10-11T18:32:36.868Z | Compiling crypto-common v0.1.6 |
| 1220 | 2024-10-11T18:32:36.894Z | Compiling block-buffer v0.10.4 |
| 1221 | 2024-10-11T18:32:37.279Z | Compiling zerocopy v0.7.34 |
| 1222 | 2024-10-11T18:32:37.285Z | Compiling digest v0.10.7 |
| 1223 | 2024-10-11T18:32:37.586Z | Compiling hmac v0.12.1 |
| 1224 | 2024-10-11T18:32:37.688Z | Compiling block-padding v0.3.3 |
| 1225 | 2024-10-11T18:32:37.991Z | Compiling inout v0.1.3 |
| 1226 | 2024-10-11T18:32:37.995Z | Compiling sha2 v0.10.8 |
| 1227 | 2024-10-11T18:32:38.145Z | Compiling cipher v0.4.4 |
| 1228 | 2024-10-11T18:32:38.394Z | Compiling der v0.7.9 |
| 1229 | 2024-10-11T18:32:38.538Z | Compiling thiserror v1.0.64 |
| 1230 | 2024-10-11T18:32:38.618Z | Compiling salsa20 v0.10.2 |
| 1231 | 2024-10-11T18:32:38.751Z | Compiling futures-util v0.3.31 |
| 1232 | 2024-10-11T18:32:38.836Z | Compiling pbkdf2 v0.12.2 |
| 1233 | 2024-10-11T18:32:39.003Z | Compiling scrypt v0.11.0 |
| 1234 | 2024-10-11T18:32:39.290Z | Compiling hashbrown v0.14.5 |
| 1235 | 2024-10-11T18:32:39.590Z | Compiling cbc v0.1.2 |
| 1236 | 2024-10-11T18:32:39.839Z | Compiling aes v0.8.4 |
| 1237 | 2024-10-11T18:32:40.624Z | Compiling spki v0.7.3 |
| 1238 | 2024-10-11T18:32:40.997Z | Compiling pkcs5 v0.7.1 |
| 1239 | 2024-10-11T18:32:41.458Z | Compiling pest v2.7.10 |
| 1240 | 2024-10-11T18:32:41.665Z | Compiling tracing-attributes v0.1.27 |
| 1241 | 2024-10-11T18:32:42.208Z | Compiling pkcs8 v0.10.2 |
| 1242 | 2024-10-11T18:32:42.603Z | Compiling scroll_derive v0.12.0 |
| 1243 | 2024-10-11T18:32:42.927Z | Compiling openssl-macros v0.1.1 |
| 1244 | 2024-10-11T18:32:43.716Z | Compiling signature v2.2.0 |
| 1245 | 2024-10-11T18:32:43.985Z | Compiling pest_meta v2.7.10 |
| 1246 | 2024-10-11T18:32:44.109Z | Compiling scroll v0.12.0 |
| 1247 | 2024-10-11T18:32:44.165Z | Compiling md-5 v0.10.6 |
| 1248 | 2024-10-11T18:32:44.498Z | Compiling num-integer v0.1.46 |
| 1249 | 2024-10-11T18:32:44.673Z | Compiling goblin v0.8.2 |
| 1250 | 2024-10-11T18:32:44.880Z | Compiling idna v0.3.0 |
| 1251 | 2024-10-11T18:32:45.262Z | Compiling pest_generator v2.7.10 |
| 1252 | 2024-10-11T18:32:45.592Z | Compiling tracing v0.1.40 |
| 1253 | 2024-10-11T18:32:46.116Z | Compiling backtrace v0.3.71 |
| 1254 | 2024-10-11T18:32:46.469Z | Compiling ff v0.13.0 |
| 1255 | 2024-10-11T18:32:46.603Z | Compiling hash32 v0.2.1 |
| 1256 | 2024-10-11T18:32:46.693Z | Compiling base16ct v0.2.0 |
| 1257 | 2024-10-11T18:32:46.935Z | Compiling num-bigint-dig v0.8.4 |
| 1258 | 2024-10-11T18:32:46.976Z | Compiling gimli v0.28.1 |
| 1259 | 2024-10-11T18:32:46.994Z | Compiling stable_deref_trait v1.2.0 |
| 1260 | 2024-10-11T18:32:47.095Z | Compiling bytes v1.7.2 |
| 1261 | 2024-10-11T18:32:47.233Z | Compiling bitflags v2.6.0 |
| 1262 | 2024-10-11T18:32:47.466Z | Compiling indexmap v2.5.0 |
| 1263 | 2024-10-11T18:32:47.804Z | Compiling semver v1.0.23 |
| 1264 | 2024-10-11T18:32:48.416Z | Compiling tokio v1.39.3 |
| 1265 | 2024-10-11T18:32:48.495Z | Compiling rustc_version v0.4.0 |
| 1266 | 2024-10-11T18:32:48.959Z | Compiling http v1.1.0 |
| 1267 | 2024-10-11T18:32:49.060Z | Compiling pest_derive v2.7.10 |
| 1268 | 2024-10-11T18:32:49.850Z | Compiling dtrace-parser v0.2.0 |
| 1269 | 2024-10-11T18:32:50.431Z | Compiling dof v0.3.0 |
| 1270 | 2024-10-11T18:32:51.471Z | Compiling http-body v1.0.0 |
| 1271 | 2024-10-11T18:32:51.707Z | Compiling heapless v0.7.17 |
| 1272 | 2024-10-11T18:32:52.094Z | Compiling uuid v1.10.0 |
| 1273 | 2024-10-11T18:32:52.216Z | Compiling usdt-impl v0.5.0 |
| 1274 | 2024-10-11T18:32:52.686Z | Compiling curve25519-dalek v4.1.3 |
| 1275 | 2024-10-11T18:32:53.324Z | Compiling serde_tokenstream v0.2.2 |
| 1276 | 2024-10-11T18:32:53.543Z | Compiling toml_datetime v0.6.8 |
| 1277 | 2024-10-11T18:32:53.792Z | Compiling chrono v0.4.38 |
| 1278 | 2024-10-11T18:32:53.932Z | Compiling serde_spanned v0.6.7 |
| 1279 | 2024-10-11T18:32:54.046Z | Compiling psl-types v2.0.11 |
| 1280 | 2024-10-11T18:32:54.164Z | Compiling adler v1.0.2 |
| 1281 | 2024-10-11T18:32:54.246Z | Compiling signal-hook v0.3.17 |
| 1282 | 2024-10-11T18:32:54.392Z | Compiling fallible-iterator v0.2.0 |
| 1283 | 2024-10-11T18:32:54.526Z | Compiling crc32fast v1.4.0 |
| 1284 | 2024-10-11T18:32:54.713Z | Compiling smoltcp v0.9.1 |
| 1285 | 2024-10-11T18:32:54.948Z | Compiling portable-atomic v1.6.0 |
| 1286 | 2024-10-11T18:32:55.104Z | Compiling postgres-protocol v0.6.7 |
| 1287 | 2024-10-11T18:32:55.151Z | Compiling miniz_oxide v0.7.2 |
| 1288 | 2024-10-11T18:32:55.505Z | Compiling publicsuffix v2.2.3 |
| 1289 | 2024-10-11T18:32:55.860Z | Compiling terminal_size v0.4.0 |
| 1290 | 2024-10-11T18:32:55.997Z | Compiling http-body-util v0.1.2 |
| 1291 | 2024-10-11T18:32:56.073Z | Compiling addr2line v0.21.0 |
| 1292 | 2024-10-11T18:32:56.412Z | Compiling tokio-util v0.7.12 |
| 1293 | 2024-10-11T18:32:56.503Z | Compiling tokio-rustls v0.26.0 |
| 1294 | 2024-10-11T18:32:56.797Z | Compiling hubpack_derive v0.1.1 |
| 1295 | 2024-10-11T18:32:56.951Z | Compiling sec1 v0.7.3 |
| 1296 | 2024-10-11T18:32:57.102Z | Compiling group v0.13.0 |
| 1297 | 2024-10-11T18:32:57.419Z | Compiling h2 v0.4.6 |
| 1298 | 2024-10-11T18:32:57.497Z | Compiling num-iter v0.1.45 |
| 1299 | 2024-10-11T18:32:57.542Z | Compiling hkdf v0.12.4 |
| 1300 | 2024-10-11T18:32:57.678Z | Compiling crypto-bigint v0.5.5 |
| 1301 | 2024-10-11T18:32:57.737Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1302 | 2024-10-11T18:32:57.789Z | Compiling async-trait v0.1.83 |
| 1303 | 2024-10-11T18:32:57.960Z | Compiling zerocopy-derive v0.6.6 |
| 1304 | 2024-10-11T18:32:58.583Z | Compiling tokio-native-tls v0.3.1 |
| 1305 | 2024-10-11T18:33:00.420Z | Compiling phf_shared v0.11.2 |
| 1306 | 2024-10-11T18:33:00.574Z | Compiling serde_derive_internals v0.29.1 |
| 1307 | 2024-10-11T18:33:00.624Z | Compiling webpki-roots v0.26.3 |
| 1308 | 2024-10-11T18:33:00.661Z | Compiling object v0.32.2 |
| 1309 | 2024-10-11T18:33:00.788Z | Compiling fs-err v2.11.0 |
| 1310 | 2024-10-11T18:33:00.820Z | Compiling adler2 v2.0.0 |
| 1311 | 2024-10-11T18:33:00.837Z | Compiling schemars v0.8.21 |
| 1312 | 2024-10-11T18:33:01.021Z | Compiling anyhow v1.0.89 |
| 1313 | 2024-10-11T18:33:01.082Z | Compiling rustc-demangle v0.1.24 |
| 1314 | 2024-10-11T18:33:01.178Z | Compiling ipnet v2.10.1 |
| 1315 | 2024-10-11T18:33:01.633Z | Compiling managed v0.8.0 |
| 1316 | 2024-10-11T18:33:02.045Z | Compiling winnow v0.5.40 |
| 1317 | 2024-10-11T18:33:02.078Z | Compiling bitflags v1.3.2 |
| 1318 | 2024-10-11T18:33:02.401Z | Compiling console v0.15.8 |
| 1319 | 2024-10-11T18:33:03.416Z | Compiling schemars_derive v0.8.21 |
| 1320 | 2024-10-11T18:33:03.617Z | Compiling clap_builder v4.5.20 |
| 1321 | 2024-10-11T18:33:03.892Z | Compiling miniz_oxide v0.8.0 |
| 1322 | 2024-10-11T18:33:03.940Z | Compiling phf v0.11.2 |
| 1323 | 2024-10-11T18:33:04.221Z | Compiling elliptic-curve v0.13.8 |
| 1324 | 2024-10-11T18:33:04.304Z | Compiling hyper v1.4.1 |
| 1325 | 2024-10-11T18:33:05.079Z | Compiling zerocopy v0.6.6 |
| 1326 | 2024-10-11T18:33:05.427Z | Compiling toml_edit v0.19.15 |
| 1327 | 2024-10-11T18:33:05.793Z | Compiling cookie_store v0.21.0 |
| 1328 | 2024-10-11T18:33:05.899Z | Compiling rayon v1.10.0 |
| 1329 | 2024-10-11T18:33:06.809Z | Compiling hyper-util v0.1.9 |
| 1330 | 2024-10-11T18:33:07.975Z | Compiling hubpack v0.1.2 |
| 1331 | 2024-10-11T18:33:08.481Z | Compiling postgres-types v0.2.8 |
| 1332 | 2024-10-11T18:33:09.936Z | Compiling hyper-tls v0.6.0 |
| 1333 | 2024-10-11T18:33:09.994Z | Compiling hyper-rustls v0.27.3 |
| 1334 | 2024-10-11T18:33:10.777Z | Compiling usdt-attr-macro v0.5.0 |
| 1335 | 2024-10-11T18:33:11.075Z | Compiling usdt-macro v0.5.0 |
| 1336 | 2024-10-11T18:33:11.585Z | Compiling serde_urlencoded v0.7.1 |
| 1337 | 2024-10-11T18:33:11.714Z | Compiling serde-big-array v0.5.1 |
| 1338 | 2024-10-11T18:33:11.931Z | Compiling futures-executor v0.3.31 |
| 1339 | 2024-10-11T18:33:12.082Z | Compiling ed25519 v2.2.3 |
| 1340 | 2024-10-11T18:33:12.441Z | Compiling pkcs1 v0.7.5 |
| 1341 | 2024-10-11T18:33:12.522Z | Compiling rfc6979 v0.4.0 |
| 1342 | 2024-10-11T18:33:12.588Z | Compiling bstr v1.9.1 |
| 1343 | 2024-10-11T18:33:12.744Z | Compiling regex v1.10.6 |
| 1344 | 2024-10-11T18:33:12.869Z | Compiling clap_derive v4.5.18 |
| 1345 | 2024-10-11T18:33:13.392Z | Compiling serde_repr v0.1.19 |
| 1346 | 2024-10-11T18:33:13.486Z | Compiling strum_macros v0.25.3 |
| 1347 | 2024-10-11T18:33:13.816Z | Compiling enum-as-inner v0.6.0 |
| 1348 | 2024-10-11T18:33:14.159Z | Compiling phf_shared v0.10.0 |
| 1349 | 2024-10-11T18:33:14.406Z | Compiling rustls-pemfile v2.1.3 |
| 1350 | 2024-10-11T18:33:14.548Z | Compiling float-cmp v0.9.0 |
| 1351 | 2024-10-11T18:33:14.601Z | Compiling idna v0.4.0 |
| 1352 | 2024-10-11T18:33:14.763Z | Compiling sync_wrapper v1.0.1 |
| 1353 | 2024-10-11T18:33:14.837Z | Compiling mio v0.8.11 |
| 1354 | 2024-10-11T18:33:14.897Z | Compiling encoding_rs v0.8.34 |
| 1355 | 2024-10-11T18:33:14.916Z | Compiling difflib v0.4.0 |
| 1356 | 2024-10-11T18:33:15.958Z | Compiling mime v0.3.17 |
| 1357 | 2024-10-11T18:33:16.077Z | Compiling static_assertions v1.1.0 |
| 1358 | 2024-10-11T18:33:16.156Z | Compiling data-encoding v2.6.0 |
| 1359 | 2024-10-11T18:33:16.183Z | Compiling minimal-lexical v0.2.1 |
| 1360 | 2024-10-11T18:33:16.467Z | Compiling new_debug_unreachable v1.0.6 |
| 1361 | 2024-10-11T18:33:16.535Z | Compiling bit-vec v0.6.3 |
| 1362 | 2024-10-11T18:33:16.558Z | Compiling whoami v1.5.2 |
| 1363 | 2024-10-11T18:33:16.727Z | Compiling normalize-line-endings v0.3.0 |
| 1364 | 2024-10-11T18:33:16.853Z | Compiling predicates-core v1.0.6 |
| 1365 | 2024-10-11T18:33:16.993Z | Compiling fixedbitset v0.4.2 |
| 1366 | 2024-10-11T18:33:17.186Z | Compiling unicode-segmentation v1.11.0 |
| 1367 | 2024-10-11T18:33:17.205Z | Compiling precomputed-hash v0.1.1 |
| 1368 | 2024-10-11T18:33:17.317Z | Compiling dyn-clone v1.0.17 |
| 1369 | 2024-10-11T18:33:17.441Z | Compiling number_prefix v0.4.0 |
| 1370 | 2024-10-11T18:33:17.499Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1371 | 2024-10-11T18:33:17.691Z | Compiling indicatif v0.17.8 |
| 1372 | 2024-10-11T18:33:17.906Z | Compiling clap v4.5.20 |
| 1373 | 2024-10-11T18:33:18.034Z | Compiling similar v2.6.0 |
| 1374 | 2024-10-11T18:33:18.062Z | Compiling string_cache v0.8.7 |
| 1375 | 2024-10-11T18:33:18.510Z | Compiling reqwest v0.12.7 |
| 1376 | 2024-10-11T18:33:18.531Z | Compiling petgraph v0.6.5 |
| 1377 | 2024-10-11T18:33:19.442Z | Compiling predicates v3.1.2 |
| 1378 | 2024-10-11T18:33:19.928Z | Compiling bit-set v0.5.3 |
| 1379 | 2024-10-11T18:33:20.215Z | Compiling tokio-postgres v0.7.12 |
| 1380 | 2024-10-11T18:33:20.415Z | Compiling hickory-proto v0.24.1 |
| 1381 | 2024-10-11T18:33:21.198Z | Compiling nom v7.1.3 |
| 1382 | 2024-10-11T18:33:21.395Z | Compiling toml_edit v0.22.22 |
| 1383 | 2024-10-11T18:33:22.569Z | Compiling signal-hook-mio v0.2.4 |
| 1384 | 2024-10-11T18:33:22.772Z | Compiling usdt v0.5.0 |
| 1385 | 2024-10-11T18:33:22.881Z | Compiling rsa v0.9.6 |
| 1386 | 2024-10-11T18:33:23.251Z | Compiling ecdsa v0.16.9 |
| 1387 | 2024-10-11T18:33:24.105Z | Compiling ed25519-dalek v2.1.1 |
| 1388 | 2024-10-11T18:33:24.317Z | Compiling futures v0.3.31 |
| 1389 | 2024-10-11T18:33:24.436Z | Compiling flate2 v1.0.34 |
| 1390 | 2024-10-11T18:33:24.786Z | Compiling toml v0.7.8 |
| 1391 | 2024-10-11T18:33:25.814Z | Compiling tokio-stream v0.1.16 |
| 1392 | 2024-10-11T18:33:26.235Z | Compiling openapiv3 v2.0.0 |
| 1393 | 2024-10-11T18:33:26.255Z | Compiling hex v0.4.3 |
| 1394 | 2024-10-11T18:33:26.511Z | Compiling x509-cert v0.2.5 |
| 1395 | 2024-10-11T18:33:26.844Z | Compiling sha1 v0.10.6 |
| 1396 | 2024-10-11T18:33:26.864Z | Compiling itertools v0.10.5 |
| 1397 | 2024-10-11T18:33:27.291Z | Compiling itertools v0.12.1 |
| 1398 | 2024-10-11T18:33:29.612Z | Compiling dirs-sys-next v0.1.2 |
| 1399 | 2024-10-11T18:33:29.646Z | Compiling lalrpop-util v0.19.12 |
| 1400 | 2024-10-11T18:33:30.000Z | Compiling peg-runtime v0.8.3 |
| 1401 | 2024-10-11T18:33:30.246Z | Compiling unicode-xid v0.2.4 |
| 1402 | 2024-10-11T18:33:30.417Z | Compiling dirs-next v2.0.0 |
| 1403 | 2024-10-11T18:33:30.447Z | Compiling thread_local v1.1.8 |
| 1404 | 2024-10-11T18:33:30.542Z | Compiling slog-async v2.8.0 |
| 1405 | 2024-10-11T18:33:30.595Z | Compiling term v0.7.0 |
| 1406 | 2024-10-11T18:33:30.620Z | Compiling xattr v1.3.1 |
| 1407 | 2024-10-11T18:33:30.623Z | Compiling strum_macros v0.26.4 |
| 1408 | 2024-10-11T18:33:30.870Z | Compiling crossbeam-channel v0.5.12 |
| 1409 | 2024-10-11T18:33:30.988Z | Compiling is-terminal v0.4.12 |
| 1410 | 2024-10-11T18:33:31.109Z | Compiling filetime v0.2.25 |
| 1411 | 2024-10-11T18:33:31.149Z | Compiling take_mut v0.2.2 |
| 1412 | 2024-10-11T18:33:31.188Z | Compiling slog-term v2.9.1 |
| 1413 | 2024-10-11T18:33:31.240Z | Compiling camino v1.1.9 |
| 1414 | 2024-10-11T18:33:31.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1415 | 2024-10-11T18:33:31.302Z | Compiling tar v0.4.42 |
| 1416 | 2024-10-11T18:33:33.504Z | Compiling strum v0.26.3 |
| 1417 | 2024-10-11T18:33:33.582Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1418 | 2024-10-11T18:33:38.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 1419 | 2024-10-11T18:33:39.006Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1420 | 2024-10-11T18:33:39.051Z | Oct 11 18:33:38.278 INFO Starting download, target: Clickhouse |
| 1421 | 2024-10-11T18:33:39.051Z | Oct 11 18:33:38.279 INFO Starting download, target: Cockroach |
| 1422 | 2024-10-11T18:33:39.051Z | Oct 11 18:33:38.279 INFO Starting download, target: Console |
| 1423 | 2024-10-11T18:33:39.051Z | Oct 11 18:33:38.279 INFO Starting download, target: DendriteOpenapi |
| 1424 | 2024-10-11T18:33:39.053Z | Oct 11 18:33:38.279 INFO Starting download, target: DendriteStub |
| 1425 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.279 INFO Starting download, target: MaghemiteMgd |
| 1426 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.279 INFO Starting download, target: TransceiverControl |
| 1427 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.279 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1428 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
| 1429 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1430 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1431 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1432 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1433 | 2024-10-11T18:33:39.054Z | Oct 11 18:33:38.280 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1434 | 2024-10-11T18:33:39.231Z | Oct 11 18:33:38.458 INFO Download complete, target: DendriteOpenapi |
| 1435 | 2024-10-11T18:33:39.432Z | Oct 11 18:33:38.656 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1436 | 2024-10-11T18:33:39.660Z | Oct 11 18:33:38.858 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1437 | 2024-10-11T18:33:39.771Z | Oct 11 18:33:38.995 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1438 | 2024-10-11T18:33:39.876Z | Oct 11 18:33:39.103 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1439 | 2024-10-11T18:33:40.022Z | Oct 11 18:33:39.250 INFO Download complete, target: Console |
| 1440 | 2024-10-11T18:33:40.233Z | Oct 11 18:33:39.460 INFO Download complete, target: TransceiverControl |
| 1441 | 2024-10-11T18:33:40.302Z | Oct 11 18:33:39.530 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1442 | 2024-10-11T18:33:40.302Z | Oct 11 18:33:39.530 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1443 | 2024-10-11T18:33:40.945Z | Oct 11 18:33:40.173 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1444 | 2024-10-11T18:33:42.757Z | Oct 11 18:33:41.985 INFO Download complete, target: DendriteStub |
| 1445 | 2024-10-11T18:33:42.976Z | Oct 11 18:33:42.203 INFO Download complete, target: MaghemiteMgd |
| 1446 | 2024-10-11T18:33:48.258Z | Oct 11 18:33:47.486 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1447 | 2024-10-11T18:33:48.526Z | Oct 11 18:33:47.754 INFO Checking that binary works, target: Cockroach |
| 1448 | 2024-10-11T18:33:48.683Z | Oct 11 18:33:47.911 INFO Download complete, target: Cockroach |
| 1449 | 2024-10-11T18:33:54.250Z | Oct 11 18:33:53.475 INFO Checking that binary works, target: Clickhouse |
| 1450 | 2024-10-11T18:33:54.390Z | Oct 11 18:33:53.617 INFO Download complete, target: Clickhouse |
| 1451 | 2024-10-11T18:33:54.411Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1452 | 2024-10-11T18:33:54.414Z | |
| 1453 | 2024-10-11T18:33:54.414Z | real 3:41.483614382 |
| 1454 | 2024-10-11T18:33:54.414Z | user 11:51.245417878 |
| 1455 | 2024-10-11T18:33:54.414Z | sys 2:31.434348776 |
| 1456 | 2024-10-11T18:33:54.414Z | trap 0.403866308 |
| 1457 | 2024-10-11T18:33:54.414Z | tflt 1.665226080 |
| 1458 | 2024-10-11T18:33:54.414Z | dflt 1.695005202 |
| 1459 | 2024-10-11T18:33:54.414Z | kflt 0.024960676 |
| 1460 | 2024-10-11T18:33:54.414Z | lock 24:25.839149548 |
| 1461 | 2024-10-11T18:33:54.415Z | slp 45:08.042309571 |
| 1462 | 2024-10-11T18:33:54.415Z | lat 46.099473601 |
| 1463 | 2024-10-11T18:33:54.415Z | stop 1:55.765372364 |
| 1464 | 2024-10-11T18:33:54.415Z | + banner clippy |
| 1465 | 2024-10-11T18:33:54.418Z | |
| 1466 | 2024-10-11T18:33:54.418Z | #### # # ##### ##### # # |
| 1467 | 2024-10-11T18:33:54.418Z | # # # # # # # # # # |
| 1468 | 2024-10-11T18:33:54.418Z | # # # # # # # # |
| 1469 | 2024-10-11T18:33:54.418Z | # # # ##### ##### # |
| 1470 | 2024-10-11T18:33:54.418Z | # # # # # # # |
| 1471 | 2024-10-11T18:33:54.418Z | #### ###### # # # # |
| 1472 | 2024-10-11T18:33:54.418Z | |
| 1473 | 2024-10-11T18:33:54.418Z | + export CARGO_INCREMENTAL=0 |
| 1474 | 2024-10-11T18:33:54.418Z | + CARGO_INCREMENTAL=0 |
| 1475 | 2024-10-11T18:33:54.418Z | + ptime -m cargo xtask clippy |
| 1476 | 2024-10-11T18:33:54.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1477 | 2024-10-11T18:33:58.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 1478 | 2024-10-11T18:33:59.022Z | Running `target/debug/xtask clippy` |
| 1479 | 2024-10-11T18:33:59.041Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1480 | 2024-10-11T18:33:59.745Z | Downloading crates ... |
| 1481 | 2024-10-11T18:34:00.053Z | Downloaded pathdiff v0.2.1 |
| 1482 | 2024-10-11T18:34:00.065Z | Downloaded nested v0.1.1 |
| 1483 | 2024-10-11T18:34:00.067Z | Downloaded async-object-pool v0.1.5 |
| 1484 | 2024-10-11T18:34:00.070Z | Downloaded plotters-svg v0.3.5 |
| 1485 | 2024-10-11T18:34:00.072Z | Downloaded escape8259 v0.5.2 |
| 1486 | 2024-10-11T18:34:00.072Z | Downloaded approx v0.5.1 |
| 1487 | 2024-10-11T18:34:00.075Z | Downloaded async-channel v1.9.0 |
| 1488 | 2024-10-11T18:34:00.078Z | Downloaded anes v0.1.6 |
| 1489 | 2024-10-11T18:34:00.088Z | Downloaded async-signal v0.2.10 |
| 1490 | 2024-10-11T18:34:00.097Z | Downloaded kv-log-macro v1.0.7 |
| 1491 | 2024-10-11T18:34:00.101Z | Downloaded datatest-stable v0.2.9 |
| 1492 | 2024-10-11T18:34:00.103Z | Downloaded doc-comment v0.3.3 |
| 1493 | 2024-10-11T18:34:00.106Z | Downloaded assert_cmd v2.0.16 |
| 1494 | 2024-10-11T18:34:00.106Z | Downloaded blocking v1.6.1 |
| 1495 | 2024-10-11T18:34:00.109Z | Downloaded plotters-backend v0.3.5 |
| 1496 | 2024-10-11T18:34:00.112Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1497 | 2024-10-11T18:34:00.112Z | Downloaded oorandom v11.1.3 |
| 1498 | 2024-10-11T18:34:00.118Z | Downloaded similar-asserts v1.6.0 |
| 1499 | 2024-10-11T18:34:00.138Z | Downloaded threadpool v1.8.1 |
| 1500 | 2024-10-11T18:34:00.140Z | Downloaded concurrent-queue v2.5.0 |
| 1501 | 2024-10-11T18:34:00.143Z | Downloaded async-task v4.7.1 |
| 1502 | 2024-10-11T18:34:00.145Z | Downloaded event-listener v2.5.3 |
| 1503 | 2024-10-11T18:34:00.145Z | Downloaded parking v2.2.1 |
| 1504 | 2024-10-11T18:34:00.145Z | Downloaded async-channel v2.3.1 |
| 1505 | 2024-10-11T18:34:00.147Z | Downloaded async-executor v1.13.1 |
| 1506 | 2024-10-11T18:34:00.150Z | Downloaded partial-io v0.5.4 |
| 1507 | 2024-10-11T18:34:00.150Z | Downloaded num_cpus v1.16.0 |
| 1508 | 2024-10-11T18:34:00.153Z | Downloaded proc-macro-crate v3.1.0 |
| 1509 | 2024-10-11T18:34:00.155Z | Downloaded futures-lite v2.3.0 |
| 1510 | 2024-10-11T18:34:00.157Z | Downloaded async-global-executor v2.4.1 |
| 1511 | 2024-10-11T18:34:00.157Z | Downloaded indoc v2.0.5 |
| 1512 | 2024-10-11T18:34:00.160Z | Downloaded target-lexicon v0.12.16 |
| 1513 | 2024-10-11T18:34:00.163Z | Downloaded event-listener-strategy v0.5.2 |
| 1514 | 2024-10-11T18:34:00.163Z | Downloaded cast v0.3.0 |
| 1515 | 2024-10-11T18:34:00.165Z | Downloaded async-attributes v1.1.2 |
| 1516 | 2024-10-11T18:34:00.165Z | Downloaded hyper-rustls v0.26.0 |
| 1517 | 2024-10-11T18:34:00.167Z | Downloaded serde_regex v1.1.0 |
| 1518 | 2024-10-11T18:34:00.167Z | Downloaded relative-path v1.9.3 |
| 1519 | 2024-10-11T18:34:00.170Z | Downloaded async-lock v3.4.0 |
| 1520 | 2024-10-11T18:34:00.172Z | Downloaded event-listener v5.3.1 |
| 1521 | 2024-10-11T18:34:00.175Z | Downloaded futures-timer v3.0.3 |
| 1522 | 2024-10-11T18:34:00.175Z | Downloaded tinytemplate v1.2.1 |
| 1523 | 2024-10-11T18:34:00.177Z | Downloaded stringmetrics v2.2.2 |
| 1524 | 2024-10-11T18:34:00.180Z | Downloaded piper v0.2.4 |
| 1525 | 2024-10-11T18:34:00.180Z | Downloaded httptest v0.16.1 |
| 1526 | 2024-10-11T18:34:00.183Z | Downloaded criterion-plot v0.5.0 |
| 1527 | 2024-10-11T18:34:00.183Z | Downloaded trybuild v1.0.99 |
| 1528 | 2024-10-11T18:34:00.186Z | Downloaded rustls-native-certs v0.7.0 |
| 1529 | 2024-10-11T18:34:00.189Z | Downloaded rust-argon2 v2.1.0 |
| 1530 | 2024-10-11T18:34:00.191Z | Downloaded libtest-mimic v0.7.3 |
| 1531 | 2024-10-11T18:34:00.194Z | Downloaded rand_distr v0.4.3 |
| 1532 | 2024-10-11T18:34:00.196Z | Downloaded cfg-expr v0.17.0 |
| 1533 | 2024-10-11T18:34:00.198Z | Downloaded target-spec v3.2.2 |
| 1534 | 2024-10-11T18:34:00.201Z | Downloaded path-tree v0.8.1 |
| 1535 | 2024-10-11T18:34:00.201Z | Downloaded rstest_macros v0.22.0 |
| 1536 | 2024-10-11T18:34:00.203Z | Downloaded fancy-regex v0.13.0 |
| 1537 | 2024-10-11T18:34:00.206Z | Downloaded async-process v2.2.4 |
| 1538 | 2024-10-11T18:34:00.208Z | Downloaded pretty_assertions v1.4.1 |
| 1539 | 2024-10-11T18:34:00.211Z | Downloaded rstest v0.22.0 |
| 1540 | 2024-10-11T18:34:00.214Z | Downloaded yansi v1.0.1 |
| 1541 | 2024-10-11T18:34:00.217Z | Downloaded polling v3.7.3 |
| 1542 | 2024-10-11T18:34:00.220Z | Downloaded async-io v2.3.4 |
| 1543 | 2024-10-11T18:34:00.222Z | Downloaded toml_edit v0.21.1 |
| 1544 | 2024-10-11T18:34:00.243Z | Downloaded blake2b_simd v1.0.2 |
| 1545 | 2024-10-11T18:34:00.245Z | Downloaded plotters v0.3.5 |
| 1546 | 2024-10-11T18:34:00.252Z | Downloaded guppy v0.17.8 |
| 1547 | 2024-10-11T18:34:00.257Z | Downloaded async-std v1.13.0 |
| 1548 | 2024-10-11T18:34:00.275Z | Downloaded criterion v0.5.1 |
| 1549 | 2024-10-11T18:34:00.281Z | Downloaded assert-json-diff v2.0.2 |
| 1550 | 2024-10-11T18:34:00.327Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1551 | 2024-10-11T18:34:01.026Z | Checking cfg-if v1.0.0 |
| 1552 | 2024-10-11T18:34:01.098Z | Checking libc v0.2.159 |
| 1553 | 2024-10-11T18:34:01.119Z | Checking serde v1.0.210 |
| 1554 | 2024-10-11T18:34:01.135Z | Checking memchr v2.7.2 |
| 1555 | 2024-10-11T18:34:01.156Z | Checking value-bag v1.9.0 |
| 1556 | 2024-10-11T18:34:01.172Z | Checking scopeguard v1.2.0 |
| 1557 | 2024-10-11T18:34:01.197Z | Checking byteorder v1.5.0 |
| 1558 | 2024-10-11T18:34:01.216Z | Checking once_cell v1.19.0 |
| 1559 | 2024-10-11T18:34:01.239Z | Checking zeroize v1.8.1 |
| 1560 | 2024-10-11T18:34:01.314Z | Checking lock_api v0.4.12 |
| 1561 | 2024-10-11T18:34:01.517Z | Checking itoa v1.0.11 |
| 1562 | 2024-10-11T18:34:01.544Z | Checking smallvec v1.13.2 |
| 1563 | 2024-10-11T18:34:01.586Z | Checking log v0.4.22 |
| 1564 | 2024-10-11T18:34:01.618Z | Checking pin-project-lite v0.2.14 |
| 1565 | 2024-10-11T18:34:01.724Z | Checking subtle v2.5.0 |
| 1566 | 2024-10-11T18:34:01.754Z | Checking typenum v1.17.0 |
| 1567 | 2024-10-11T18:34:01.783Z | Checking futures-core v0.3.31 |
| 1568 | 2024-10-11T18:34:01.874Z | Checking zerocopy v0.7.34 |
| 1569 | 2024-10-11T18:34:01.958Z | Checking thiserror v1.0.64 |
| 1570 | 2024-10-11T18:34:01.983Z | Checking libm v0.2.8 |
| 1571 | 2024-10-11T18:34:02.009Z | Checking ryu v1.0.18 |
| 1572 | 2024-10-11T18:34:02.094Z | Checking spin v0.9.8 |
| 1573 | 2024-10-11T18:34:02.124Z | Checking futures-io v0.3.31 |
| 1574 | 2024-10-11T18:34:02.195Z | Checking getrandom v0.2.14 |
| 1575 | 2024-10-11T18:34:02.235Z | Checking parking_lot_core v0.9.10 |
| 1576 | 2024-10-11T18:34:02.307Z | Checking signal-hook-registry v1.4.2 |
| 1577 | 2024-10-11T18:34:02.443Z | Checking mio v1.0.2 |
| 1578 | 2024-10-11T18:34:02.465Z | Checking rand_core v0.6.4 |
| 1579 | 2024-10-11T18:34:02.564Z | Checking socket2 v0.5.7 |
| 1580 | 2024-10-11T18:34:02.618Z | Checking parking_lot v0.12.2 |
| 1581 | 2024-10-11T18:34:02.776Z | Checking const-oid v0.9.6 |
| 1582 | 2024-10-11T18:34:02.916Z | Checking num-traits v0.2.19 |
| 1583 | 2024-10-11T18:34:02.977Z | Checking slab v0.4.9 |
| 1584 | 2024-10-11T18:34:03.043Z | Checking allocator-api2 v0.2.18 |
| 1585 | 2024-10-11T18:34:03.073Z | Checking futures-sink v0.3.31 |
| 1586 | 2024-10-11T18:34:03.098Z | Checking generic-array v0.14.7 |
| 1587 | 2024-10-11T18:34:03.219Z | Checking cpufeatures v0.2.12 |
| 1588 | 2024-10-11T18:34:03.246Z | Checking pin-utils v0.1.0 |
| 1589 | 2024-10-11T18:34:03.271Z | Checking ahash v0.8.11 |
| 1590 | 2024-10-11T18:34:03.325Z | Checking futures-channel v0.3.31 |
| 1591 | 2024-10-11T18:34:03.352Z | Checking futures-task v0.3.31 |
| 1592 | 2024-10-11T18:34:03.602Z | Checking fnv v1.0.7 |
| 1593 | 2024-10-11T18:34:03.672Z | Checking equivalent v1.0.1 |
| 1594 | 2024-10-11T18:34:03.703Z | Checking futures-util v0.3.31 |
| 1595 | 2024-10-11T18:34:03.731Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1596 | 2024-10-11T18:34:03.780Z | Checking tracing-core v0.1.32 |
| 1597 | 2024-10-11T18:34:03.817Z | Checking hashbrown v0.14.5 |
| 1598 | 2024-10-11T18:34:04.064Z | Checking errno v0.3.9 |
| 1599 | 2024-10-11T18:34:04.242Z | Checking iana-time-zone v0.1.60 |
| 1600 | 2024-10-11T18:34:04.265Z | Checking crypto-common v0.1.6 |
| 1601 | 2024-10-11T18:34:04.394Z | Checking block-buffer v0.10.4 |
| 1602 | 2024-10-11T18:34:04.418Z | Checking tracing v0.1.40 |
| 1603 | 2024-10-11T18:34:04.450Z | Checking tinyvec_macros v0.1.1 |
| 1604 | 2024-10-11T18:34:04.547Z | Checking tinyvec v1.6.0 |
| 1605 | 2024-10-11T18:34:04.575Z | Checking ppv-lite86 v0.2.17 |
| 1606 | 2024-10-11T18:34:04.598Z | Checking unicode-bidi v0.3.15 |
| 1607 | 2024-10-11T18:34:04.620Z | Checking digest v0.10.7 |
| 1608 | 2024-10-11T18:34:04.774Z | Checking block-padding v0.3.3 |
| 1609 | 2024-10-11T18:34:04.941Z | Checking percent-encoding v2.3.1 |
| 1610 | 2024-10-11T18:34:04.982Z | Checking inout v0.1.3 |
| 1611 | 2024-10-11T18:34:04.998Z | Checking crossbeam-utils v0.8.19 |
| 1612 | 2024-10-11T18:34:05.159Z | Checking dyn-clone v1.0.17 |
| 1613 | 2024-10-11T18:34:05.218Z | Checking form_urlencoded v1.2.1 |
| 1614 | 2024-10-11T18:34:05.223Z | Checking cipher v0.4.4 |
| 1615 | 2024-10-11T18:34:05.265Z | Checking rand_chacha v0.3.1 |
| 1616 | 2024-10-11T18:34:05.298Z | Checking regex-syntax v0.8.4 |
| 1617 | 2024-10-11T18:34:05.451Z | Checking base64ct v1.6.0 |
| 1618 | 2024-10-11T18:34:05.628Z | Checking rand v0.8.5 |
| 1619 | 2024-10-11T18:34:05.634Z | Checking hmac v0.12.1 |
| 1620 | 2024-10-11T18:34:05.696Z | Checking httparse v1.8.0 |
| 1621 | 2024-10-11T18:34:05.780Z | Checking unicode-normalization v0.1.23 |
| 1622 | 2024-10-11T18:34:05.853Z | Checking sha2 v0.10.8 |
| 1623 | 2024-10-11T18:34:05.890Z | Checking aho-corasick v1.1.3 |
| 1624 | 2024-10-11T18:34:05.994Z | Checking bytes v1.7.2 |
| 1625 | 2024-10-11T18:34:06.125Z | Checking bitflags v2.6.0 |
| 1626 | 2024-10-11T18:34:06.400Z | Checking serde_json v1.0.128 |
| 1627 | 2024-10-11T18:34:06.450Z | Checking indexmap v2.5.0 |
| 1628 | 2024-10-11T18:34:06.708Z | Checking rustix v0.38.37 |
| 1629 | 2024-10-11T18:34:06.776Z | Checking tokio v1.39.3 |
| 1630 | 2024-10-11T18:34:06.846Z | Checking chrono v0.4.38 |
| 1631 | 2024-10-11T18:34:07.552Z | Checking uuid v1.10.0 |
| 1632 | 2024-10-11T18:34:07.724Z | Checking http v1.1.0 |
| 1633 | 2024-10-11T18:34:08.049Z | Checking untrusted v0.9.0 |
| 1634 | 2024-10-11T18:34:08.143Z | Checking atomic-waker v1.1.2 |
| 1635 | 2024-10-11T18:34:08.214Z | Checking ring v0.17.8 |
| 1636 | 2024-10-11T18:34:08.285Z | Checking lazy_static v1.5.0 |
| 1637 | 2024-10-11T18:34:08.416Z | Checking unicode-ident v1.0.13 |
| 1638 | 2024-10-11T18:34:08.482Z | Checking regex-automata v0.4.6 |
| 1639 | 2024-10-11T18:34:08.585Z | Checking idna v0.5.0 |
| 1640 | 2024-10-11T18:34:08.632Z | Checking base64 v0.22.1 |
| 1641 | 2024-10-11T18:34:08.860Z | Checking schemars v0.8.21 |
| 1642 | 2024-10-11T18:34:09.050Z | Checking pem-rfc7468 v0.7.0 |
| 1643 | 2024-10-11T18:34:09.094Z | Checking httpdate v1.0.3 |
| 1644 | 2024-10-11T18:34:09.309Z | Checking powerfmt v0.2.0 |
| 1645 | 2024-10-11T18:34:09.348Z | Checking try-lock v0.2.5 |
| 1646 | 2024-10-11T18:34:09.422Z | Checking url v2.5.2 |
| 1647 | 2024-10-11T18:34:09.491Z | Checking want v0.3.1 |
| 1648 | 2024-10-11T18:34:09.588Z | Checking deranged v0.3.11 |
| 1649 | 2024-10-11T18:34:09.686Z | Checking proc-macro2 v1.0.86 |
| 1650 | 2024-10-11T18:34:10.040Z | Checking rustls-pki-types v1.7.0 |
| 1651 | 2024-10-11T18:34:10.148Z | Checking num-conv v0.1.0 |
| 1652 | 2024-10-11T18:34:10.221Z | Checking time-core v0.1.2 |
| 1653 | 2024-10-11T18:34:10.325Z | Checking num_threads v0.1.7 |
| 1654 | 2024-10-11T18:34:10.389Z | Checking quote v1.0.37 |
| 1655 | 2024-10-11T18:34:10.414Z | Checking flagset v0.4.5 |
| 1656 | 2024-10-11T18:34:10.446Z | Checking http-body v1.0.0 |
| 1657 | 2024-10-11T18:34:10.471Z | Checking pbkdf2 v0.12.2 |
| 1658 | 2024-10-11T18:34:10.505Z | Checking aes v0.8.4 |
| 1659 | 2024-10-11T18:34:10.608Z | Checking der v0.7.9 |
| 1660 | 2024-10-11T18:34:10.645Z | Checking tower-service v0.3.2 |
| 1661 | 2024-10-11T18:34:10.666Z | Checking salsa20 v0.10.2 |
| 1662 | 2024-10-11T18:34:10.729Z | Checking syn v2.0.79 |
| 1663 | 2024-10-11T18:34:10.763Z | Checking cbc v0.1.2 |
| 1664 | 2024-10-11T18:34:10.882Z | Checking scrypt v0.11.0 |
| 1665 | 2024-10-11T18:34:10.974Z | Checking rustls-webpki v0.102.4 |
| 1666 | 2024-10-11T18:34:11.112Z | Checking slog v2.7.0 |
| 1667 | 2024-10-11T18:34:11.367Z | Checking time v0.3.36 |
| 1668 | 2024-10-11T18:34:11.420Z | Checking mime v0.3.17 |
| 1669 | 2024-10-11T18:34:11.616Z | Checking adler v1.0.2 |
| 1670 | 2024-10-11T18:34:11.732Z | Checking gimli v0.28.1 |
| 1671 | 2024-10-11T18:34:11.735Z | Checking object v0.32.2 |
| 1672 | 2024-10-11T18:34:11.773Z | Checking miniz_oxide v0.7.2 |
| 1673 | 2024-10-11T18:34:12.212Z | Checking ipnet v2.10.1 |
| 1674 | 2024-10-11T18:34:12.419Z | Checking spki v0.7.3 |
| 1675 | 2024-10-11T18:34:12.672Z | Checking rustc-demangle v0.1.24 |
| 1676 | 2024-10-11T18:34:12.729Z | Checking pkcs5 v0.7.1 |
| 1677 | 2024-10-11T18:34:12.934Z | Checking utf8parse v0.2.1 |
| 1678 | 2024-10-11T18:34:13.089Z | Checking regex v1.10.6 |
| 1679 | 2024-10-11T18:34:13.114Z | Checking unicode-width v0.1.13 |
| 1680 | 2024-10-11T18:34:13.251Z | Checking pkcs8 v0.10.2 |
| 1681 | 2024-10-11T18:34:13.298Z | Checking futures-executor v0.3.31 |
| 1682 | 2024-10-11T18:34:13.516Z | Checking toml_datetime v0.6.8 |
| 1683 | 2024-10-11T18:34:13.569Z | Checking serde_spanned v0.6.7 |
| 1684 | 2024-10-11T18:34:13.665Z | Checking anstyle v1.0.8 |
| 1685 | 2024-10-11T18:34:13.771Z | Checking futures v0.3.31 |
| 1686 | 2024-10-11T18:34:13.792Z | Checking tokio-util v0.7.12 |
| 1687 | 2024-10-11T18:34:13.818Z | Checking http-body-util v0.1.2 |
| 1688 | 2024-10-11T18:34:13.821Z | Checking serde_urlencoded v0.7.1 |
| 1689 | 2024-10-11T18:34:13.892Z | Checking encoding_rs v0.8.34 |
| 1690 | 2024-10-11T18:34:13.989Z | Checking openssl-probe v0.1.5 |
| 1691 | 2024-10-11T18:34:14.151Z | Checking data-encoding v2.6.0 |
| 1692 | 2024-10-11T18:34:14.241Z | Checking foreign-types-shared v0.1.1 |
| 1693 | 2024-10-11T18:34:14.244Z | Checking rustls-pemfile v2.1.3 |
| 1694 | 2024-10-11T18:34:14.359Z | Checking foreign-types v0.3.2 |
| 1695 | 2024-10-11T18:34:14.462Z | Checking semver v1.0.23 |
| 1696 | 2024-10-11T18:34:14.516Z | Checking openssl-sys v0.9.103 |
| 1697 | 2024-10-11T18:34:14.668Z | Checking h2 v0.4.6 |
| 1698 | 2024-10-11T18:34:14.787Z | Checking either v1.13.0 |
| 1699 | 2024-10-11T18:34:14.878Z | Checking anstyle-parse v0.2.4 |
| 1700 | 2024-10-11T18:34:15.143Z | Checking is_terminal_polyfill v1.70.0 |
| 1701 | 2024-10-11T18:34:15.195Z | Checking anstyle-query v1.0.3 |
| 1702 | 2024-10-11T18:34:15.271Z | Checking colorchoice v1.0.1 |
| 1703 | 2024-10-11T18:34:15.326Z | Checking rustls v0.23.10 |
| 1704 | 2024-10-11T18:34:15.418Z | Checking anstream v0.6.14 |
| 1705 | 2024-10-11T18:34:15.498Z | Checking addr2line v0.21.0 |
| 1706 | 2024-10-11T18:34:15.760Z | Checking openssl v0.10.66 |
| 1707 | 2024-10-11T18:34:15.787Z | Checking terminal_size v0.4.0 |
| 1708 | 2024-10-11T18:34:15.962Z | Checking sha1 v0.10.6 |
| 1709 | 2024-10-11T18:34:16.000Z | Checking signature v2.2.0 |
| 1710 | 2024-10-11T18:34:16.213Z | Checking strsim v0.11.1 |
| 1711 | 2024-10-11T18:34:16.241Z | Checking clap_lex v0.7.0 |
| 1712 | 2024-10-11T18:34:16.243Z | Checking openapiv3 v2.0.0 |
| 1713 | 2024-10-11T18:34:16.488Z | Checking idna v0.3.0 |
| 1714 | 2024-10-11T18:34:16.509Z | Checking clap_builder v4.5.20 |
| 1715 | 2024-10-11T18:34:16.954Z | Checking psl-types v2.0.11 |
| 1716 | 2024-10-11T18:34:17.137Z | Checking cookie v0.18.1 |
| 1717 | 2024-10-11T18:34:17.291Z | Checking publicsuffix v2.2.3 |
| 1718 | 2024-10-11T18:34:17.519Z | Checking webpki-roots v0.26.3 |
| 1719 | 2024-10-11T18:34:17.595Z | Checking scroll v0.12.0 |
| 1720 | 2024-10-11T18:34:17.668Z | Checking backtrace v0.3.71 |
| 1721 | 2024-10-11T18:34:17.740Z | Checking plain v0.2.3 |
| 1722 | 2024-10-11T18:34:17.901Z | Checking base16ct v0.2.0 |
| 1723 | 2024-10-11T18:34:18.085Z | Checking ucd-trie v0.1.6 |
| 1724 | 2024-10-11T18:34:18.111Z | Checking winnow v0.6.18 |
| 1725 | 2024-10-11T18:34:18.228Z | Checking anyhow v1.0.89 |
| 1726 | 2024-10-11T18:34:18.300Z | Checking pest v2.7.10 |
| 1727 | 2024-10-11T18:34:18.626Z | Checking sec1 v0.7.3 |
| 1728 | 2024-10-11T18:34:19.027Z | Checking goblin v0.8.2 |
| 1729 | 2024-10-11T18:34:19.408Z | Checking clap v4.5.20 |
| 1730 | 2024-10-11T18:34:19.539Z | Checking cookie_store v0.21.0 |
| 1731 | 2024-10-11T18:34:19.735Z | Checking num-integer v0.1.46 |
| 1732 | 2024-10-11T18:34:20.162Z | Checking ff v0.13.0 |
| 1733 | 2024-10-11T18:34:20.207Z | Checking tokio-rustls v0.26.0 |
| 1734 | 2024-10-11T18:34:20.245Z | Checking sync_wrapper v1.0.1 |
| 1735 | 2024-10-11T18:34:20.382Z | Checking pretty-hex v0.4.1 |
| 1736 | 2024-10-11T18:34:20.402Z | Checking group v0.13.0 |
| 1737 | 2024-10-11T18:34:20.548Z | Checking hkdf v0.12.4 |
| 1738 | 2024-10-11T18:34:20.636Z | Checking crypto-bigint v0.5.5 |
| 1739 | 2024-10-11T18:34:20.662Z | Checking thread-id v4.2.1 |
| 1740 | 2024-10-11T18:34:20.728Z | Checking hyper v1.4.1 |
| 1741 | 2024-10-11T18:34:20.762Z | Checking bitflags v1.3.2 |
| 1742 | 2024-10-11T18:34:20.765Z | Checking static_assertions v1.1.0 |
| 1743 | 2024-10-11T18:34:20.806Z | Checking dtrace-parser v0.2.0 |
| 1744 | 2024-10-11T18:34:20.863Z | Checking memmap v0.7.0 |
| 1745 | 2024-10-11T18:34:20.889Z | Checking stable_deref_trait v1.2.0 |
| 1746 | 2024-10-11T18:34:20.988Z | Checking toml_edit v0.22.22 |
| 1747 | 2024-10-11T18:34:20.990Z | Checking num-iter v0.1.45 |
| 1748 | 2024-10-11T18:34:21.075Z | Checking crossbeam-epoch v0.9.18 |
| 1749 | 2024-10-11T18:34:21.112Z | Checking native-tls v0.2.11 |
| 1750 | 2024-10-11T18:34:21.192Z | Checking crc32fast v1.4.0 |
| 1751 | 2024-10-11T18:34:21.274Z | Checking unicode-segmentation v1.11.0 |
| 1752 | 2024-10-11T18:34:21.435Z | Checking bstr v1.9.1 |
| 1753 | 2024-10-11T18:34:21.479Z | Checking tokio-native-tls v0.3.1 |
| 1754 | 2024-10-11T18:34:21.535Z | Checking hex v0.4.3 |
| 1755 | 2024-10-11T18:34:21.742Z | Checking rfc6979 v0.4.0 |
| 1756 | 2024-10-11T18:34:21.919Z | Checking winnow v0.5.40 |
| 1757 | 2024-10-11T18:34:21.945Z | Checking adler2 v2.0.0 |
| 1758 | 2024-10-11T18:34:22.260Z | Checking managed v0.8.0 |
| 1759 | 2024-10-11T18:34:22.270Z | Checking miniz_oxide v0.8.0 |
| 1760 | 2024-10-11T18:34:22.330Z | Checking crossbeam-deque v0.8.5 |
| 1761 | 2024-10-11T18:34:22.479Z | Checking num-bigint-dig v0.8.4 |
| 1762 | 2024-10-11T18:34:22.638Z | Checking pkcs1 v0.7.5 |
| 1763 | 2024-10-11T18:34:22.800Z | Checking hyper-util v0.1.9 |
| 1764 | 2024-10-11T18:34:22.820Z | Checking curve25519-dalek v4.1.3 |
| 1765 | 2024-10-11T18:34:23.043Z | Checking zerocopy v0.6.6 |
| 1766 | 2024-10-11T18:34:23.426Z | Checking elliptic-curve v0.13.8 |
| 1767 | 2024-10-11T18:34:23.607Z | Checking signal-hook v0.3.17 |
| 1768 | 2024-10-11T18:34:23.761Z | Checking flate2 v1.0.34 |
| 1769 | 2024-10-11T18:34:23.861Z | Checking dof v0.3.0 |
| 1770 | 2024-10-11T18:34:23.914Z | Checking rayon-core v1.12.1 |
| 1771 | 2024-10-11T18:34:24.069Z | Checking ecdsa v0.16.9 |
| 1772 | 2024-10-11T18:34:24.414Z | Checking ed25519 v2.2.3 |
| 1773 | 2024-10-11T18:34:24.457Z | Checking usdt-impl v0.5.0 |
| 1774 | 2024-10-11T18:34:24.585Z | Checking mio v0.8.11 |
| 1775 | 2024-10-11T18:34:24.637Z | Checking rsa v0.9.6 |
| 1776 | 2024-10-11T18:34:24.661Z | Checking siphasher v0.3.11 |
| 1777 | 2024-10-11T18:34:24.709Z | Checking ed25519-dalek v2.1.1 |
| 1778 | 2024-10-11T18:34:24.772Z | Checking rayon v1.10.0 |
| 1779 | 2024-10-11T18:34:24.775Z | Checking hyper-tls v0.6.0 |
| 1780 | 2024-10-11T18:34:24.908Z | Checking hyper-rustls v0.27.3 |
| 1781 | 2024-10-11T18:34:24.950Z | Checking toml_edit v0.19.15 |
| 1782 | 2024-10-11T18:34:24.985Z | Checking usdt v0.5.0 |
| 1783 | 2024-10-11T18:34:25.076Z | Checking itertools v0.10.5 |
| 1784 | 2024-10-11T18:34:25.102Z | Checking x509-cert v0.2.5 |
| 1785 | 2024-10-11T18:34:25.191Z | Checking signal-hook-mio v0.2.4 |
| 1786 | 2024-10-11T18:34:25.233Z | Checking idna v0.4.0 |
| 1787 | 2024-10-11T18:34:25.257Z | Checking reqwest v0.12.7 |
| 1788 | 2024-10-11T18:34:25.350Z | Checking hubpack v0.1.2 |
| 1789 | 2024-10-11T18:34:25.632Z | Checking bit-vec v0.6.3 |
| 1790 | 2024-10-11T18:34:25.664Z | Checking itertools v0.12.1 |
| 1791 | 2024-10-11T18:34:25.947Z | Checking bit-set v0.5.3 |
| 1792 | 2024-10-11T18:34:26.129Z | Checking hickory-proto v0.24.1 |
| 1793 | 2024-10-11T18:34:26.225Z | Checking console v0.15.8 |
| 1794 | 2024-10-11T18:34:26.687Z | Checking hash32 v0.2.1 |
| 1795 | 2024-10-11T18:34:26.832Z | Checking finl_unicode v1.2.0 |
| 1796 | 2024-10-11T18:34:26.993Z | Checking predicates-core v1.0.6 |
| 1797 | 2024-10-11T18:34:27.020Z | Checking heapless v0.7.17 |
| 1798 | 2024-10-11T18:34:27.174Z | Checking similar v2.6.0 |
| 1799 | 2024-10-11T18:34:27.307Z | Checking tokio-stream v0.1.16 |
| 1800 | 2024-10-11T18:34:27.391Z | Checking toml v0.7.8 |
| 1801 | 2024-10-11T18:34:27.393Z | Checking stringprep v0.1.4 |
| 1802 | 2024-10-11T18:34:27.676Z | Checking md-5 v0.10.6 |
| 1803 | 2024-10-11T18:34:27.919Z | Checking float-cmp v0.9.0 |
| 1804 | 2024-10-11T18:34:28.033Z | Checking normalize-line-endings v0.3.0 |
| 1805 | 2024-10-11T18:34:28.059Z | Checking fallible-iterator v0.2.0 |
| 1806 | 2024-10-11T18:34:28.102Z | Checking fixedbitset v0.4.2 |
| 1807 | 2024-10-11T18:34:28.104Z | Checking difflib v0.4.0 |
| 1808 | 2024-10-11T18:34:28.148Z | Checking smoltcp v0.9.1 |
| 1809 | 2024-10-11T18:34:28.150Z | Checking phf_shared v0.10.0 |
| 1810 | 2024-10-11T18:34:28.236Z | Checking phf_shared v0.11.2 |
| 1811 | 2024-10-11T18:34:28.348Z | Checking petgraph v0.6.5 |
| 1812 | 2024-10-11T18:34:28.430Z | Checking predicates v3.1.2 |
| 1813 | 2024-10-11T18:34:28.455Z | Checking fs-err v2.11.0 |
| 1814 | 2024-10-11T18:34:28.509Z | Checking serde-big-array v0.5.1 |
| 1815 | 2024-10-11T18:34:28.534Z | Checking portable-atomic v1.6.0 |
| 1816 | 2024-10-11T18:34:28.619Z | Checking postgres-protocol v0.6.7 |
| 1817 | 2024-10-11T18:34:28.714Z | Checking new_debug_unreachable v1.0.6 |
| 1818 | 2024-10-11T18:34:28.817Z | Checking minimal-lexical v0.2.1 |
| 1819 | 2024-10-11T18:34:28.987Z | Checking precomputed-hash v0.1.1 |
| 1820 | 2024-10-11T18:34:29.084Z | Checking number_prefix v0.4.0 |
| 1821 | 2024-10-11T18:34:29.114Z | Checking lalrpop-util v0.19.12 |
| 1822 | 2024-10-11T18:34:29.216Z | Checking nom v7.1.3 |
| 1823 | 2024-10-11T18:34:29.282Z | Checking string_cache v0.8.7 |
| 1824 | 2024-10-11T18:34:29.285Z | Checking postgres-types v0.2.8 |
| 1825 | 2024-10-11T18:34:29.397Z | Checking phf v0.11.2 |
| 1826 | 2024-10-11T18:34:29.532Z | Checking indicatif v0.17.8 |
| 1827 | 2024-10-11T18:34:29.568Z | Checking whoami v1.5.2 |
| 1828 | 2024-10-11T18:34:29.627Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1829 | 2024-10-11T18:34:29.665Z | Checking peg-runtime v0.8.3 |
| 1830 | 2024-10-11T18:34:29.906Z | Compiling regress v0.10.1 |
| 1831 | 2024-10-11T18:34:29.980Z | Checking tokio-postgres v0.7.12 |
| 1832 | 2024-10-11T18:34:30.008Z | Checking camino v1.1.9 |
| 1833 | 2024-10-11T18:34:30.286Z | Compiling unsafe-libyaml v0.2.11 |
| 1834 | 2024-10-11T18:34:30.548Z | Compiling ident_case v1.0.1 |
| 1835 | 2024-10-11T18:34:30.742Z | Compiling darling_core v0.20.9 |
| 1836 | 2024-10-11T18:34:30.769Z | Checking heck v0.5.0 |
| 1837 | 2024-10-11T18:34:30.967Z | Checking is-terminal v0.4.12 |
| 1838 | 2024-10-11T18:34:31.102Z | Compiling paste v1.0.15 |
| 1839 | 2024-10-11T18:34:31.625Z | Compiling serde_yaml v0.9.34+deprecated |
| 1840 | 2024-10-11T18:34:32.275Z | Checking progenitor-client v0.8.0 |
| 1841 | 2024-10-11T18:34:32.626Z | Checking fastrand v2.1.1 |
| 1842 | 2024-10-11T18:34:32.922Z | Compiling rustls v0.22.4 |
| 1843 | 2024-10-11T18:34:32.968Z | Checking dirs-sys-next v0.1.2 |
| 1844 | 2024-10-11T18:34:33.159Z | Checking dirs-next v2.0.0 |
| 1845 | 2024-10-11T18:34:33.251Z | Checking crossbeam-channel v0.5.12 |
| 1846 | 2024-10-11T18:34:33.278Z | Checking thread_local v1.1.8 |
| 1847 | 2024-10-11T18:34:33.304Z | Checking term v0.7.0 |
| 1848 | 2024-10-11T18:34:33.558Z | Compiling typify-impl v0.2.0 |
| 1849 | 2024-10-11T18:34:33.736Z | Compiling multer v3.1.0 |
| 1850 | 2024-10-11T18:34:33.983Z | Checking take_mut v0.2.2 |
| 1851 | 2024-10-11T18:34:34.127Z | Checking slog-term v2.9.1 |
| 1852 | 2024-10-11T18:34:34.152Z | Checking slog-async v2.8.0 |
| 1853 | 2024-10-11T18:34:34.448Z | Checking toml v0.8.19 |
| 1854 | 2024-10-11T18:34:34.620Z | Checking ipnetwork v0.20.0 |
| 1855 | 2024-10-11T18:34:34.863Z | Compiling async-stream-impl v0.3.5 |
| 1856 | 2024-10-11T18:34:34.965Z | Compiling structmeta-derive v0.3.0 |
| 1857 | 2024-10-11T18:34:35.064Z | Compiling dropshot v0.12.0 |
| 1858 | 2024-10-11T18:34:35.211Z | Checking match_cfg v0.1.0 |
| 1859 | 2024-10-11T18:34:35.320Z | Checking hostname v0.3.1 |
| 1860 | 2024-10-11T18:34:35.460Z | Checking strum v0.26.3 |
| 1861 | 2024-10-11T18:34:35.462Z | Compiling dropshot_endpoint v0.12.0 |
| 1862 | 2024-10-11T18:34:35.621Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1863 | 2024-10-11T18:34:36.252Z | Checking newtype-uuid v1.1.0 |
| 1864 | 2024-10-11T18:34:36.416Z | Checking debug-ignore v1.0.5 |
| 1865 | 2024-10-11T18:34:36.514Z | Checking tempfile v3.13.0 |
| 1866 | 2024-10-11T18:34:36.566Z | Checking slog-json v2.6.1 |
| 1867 | 2024-10-11T18:34:36.841Z | Checking instant v0.1.12 |
| 1868 | 2024-10-11T18:34:36.890Z | Checking slog-bunyan v2.5.0 |
| 1869 | 2024-10-11T18:34:36.973Z | Checking async-stream v0.3.5 |
| 1870 | 2024-10-11T18:34:37.182Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1871 | 2024-10-11T18:34:37.486Z | Checking waitgroup v0.1.2 |
| 1872 | 2024-10-11T18:34:37.637Z | Checking serde_path_to_error v0.1.16 |
| 1873 | 2024-10-11T18:34:37.711Z | Compiling darling_macro v0.20.9 |
| 1874 | 2024-10-11T18:34:37.777Z | Checking regress v0.9.1 |
| 1875 | 2024-10-11T18:34:37.961Z | Compiling structmeta v0.3.0 |
| 1876 | 2024-10-11T18:34:38.012Z | Checking hostname v0.4.0 |
| 1877 | 2024-10-11T18:34:38.145Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1878 | 2024-10-11T18:34:38.250Z | Checking quick-error v1.2.3 |
| 1879 | 2024-10-11T18:34:38.391Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1880 | 2024-10-11T18:34:38.418Z | Compiling parse-display-derive v0.10.0 |
| 1881 | 2024-10-11T18:34:38.468Z | Checking macaddr v1.0.1 |
| 1882 | 2024-10-11T18:34:38.657Z | Compiling darling v0.20.9 |
| 1883 | 2024-10-11T18:34:38.682Z | Checking backoff v0.4.0 |
| 1884 | 2024-10-11T18:34:38.782Z | Compiling serde_with_macros v3.9.0 |
| 1885 | 2024-10-11T18:34:38.811Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1886 | 2024-10-11T18:34:38.946Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1887 | 2024-10-11T18:34:38.975Z | Checking wait-timeout v0.2.0 |
| 1888 | 2024-10-11T18:34:39.103Z | Checking rand_xorshift v0.3.0 |
| 1889 | 2024-10-11T18:34:39.160Z | Checking rusty-fork v0.3.0 |
| 1890 | 2024-10-11T18:34:39.288Z | Compiling structmeta-derive v0.2.0 |
| 1891 | 2024-10-11T18:34:39.327Z | Checking tokio-rustls v0.25.0 |
| 1892 | 2024-10-11T18:34:39.466Z | Checking unarray v0.1.4 |
| 1893 | 2024-10-11T18:34:39.614Z | Checking proptest v1.5.0 |
| 1894 | 2024-10-11T18:34:39.716Z | Checking camino-tempfile v1.1.1 |
| 1895 | 2024-10-11T18:34:40.001Z | Compiling proc-macro-error v1.0.4 |
| 1896 | 2024-10-11T18:34:40.720Z | Compiling proc-macro-crate v1.3.1 |
| 1897 | 2024-10-11T18:34:41.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1898 | 2024-10-11T18:34:41.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1899 | 2024-10-11T18:34:41.767Z | Checking serde_with v3.9.0 |
| 1900 | 2024-10-11T18:34:41.839Z | Compiling num_enum_derive v0.5.11 |
| 1901 | 2024-10-11T18:34:42.048Z | Compiling foreign-types-macros v0.2.3 |
| 1902 | 2024-10-11T18:34:42.236Z | Compiling structmeta v0.2.0 |
| 1903 | 2024-10-11T18:34:42.680Z | Compiling test-strategy v0.3.1 |
| 1904 | 2024-10-11T18:34:43.126Z | Checking parse-display v0.10.0 |
| 1905 | 2024-10-11T18:34:43.323Z | Checking foreign-types-shared v0.3.1 |
| 1906 | 2024-10-11T18:34:43.438Z | Checking foreign-types v0.5.0 |
| 1907 | 2024-10-11T18:34:43.556Z | Checking tabwriter v1.4.0 |
| 1908 | 2024-10-11T18:34:43.680Z | Checking cstr-argument v0.1.2 |
| 1909 | 2024-10-11T18:34:43.785Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1910 | 2024-10-11T18:34:43.809Z | Checking pretty-hex v0.2.1 |
| 1911 | 2024-10-11T18:34:43.847Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1912 | 2024-10-11T18:34:43.970Z | Checking colored v2.1.0 |
| 1913 | 2024-10-11T18:34:44.158Z | Checking smf v0.2.3 |
| 1914 | 2024-10-11T18:34:44.255Z | Checking base64 v0.21.7 |
| 1915 | 2024-10-11T18:34:44.281Z | Compiling crucible-workspace-hack v0.1.0 |
| 1916 | 2024-10-11T18:34:44.412Z | Checking num_enum v0.5.11 |
| 1917 | 2024-10-11T18:34:44.568Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1918 | 2024-10-11T18:34:44.613Z | Compiling heapless v0.8.0 |
| 1919 | 2024-10-11T18:34:44.642Z | Checking termtree v0.4.1 |
| 1920 | 2024-10-11T18:34:44.666Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1921 | 2024-10-11T18:34:44.822Z | Checking hash32 v0.3.1 |
| 1922 | 2024-10-11T18:34:44.836Z | Compiling smoltcp v0.11.0 |
| 1923 | 2024-10-11T18:34:44.857Z | Checking embedded-io v0.4.0 |
| 1924 | 2024-10-11T18:34:44.859Z | Checking predicates-tree v1.0.9 |
| 1925 | 2024-10-11T18:34:44.955Z | Checking cobs v0.2.3 |
| 1926 | 2024-10-11T18:34:44.995Z | Checking sigpipe v0.1.3 |
| 1927 | 2024-10-11T18:34:45.033Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1928 | 2024-10-11T18:34:45.057Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1929 | 2024-10-11T18:34:45.109Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1930 | 2024-10-11T18:34:45.136Z | Checking postcard v1.0.8 |
| 1931 | 2024-10-11T18:34:45.210Z | Compiling mockall_derive v0.13.0 |
| 1932 | 2024-10-11T18:34:45.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1933 | 2024-10-11T18:34:45.536Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1934 | 2024-10-11T18:34:45.593Z | Checking socket2 v0.4.10 |
| 1935 | 2024-10-11T18:34:45.744Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1936 | 2024-10-11T18:34:45.852Z | Compiling zone_cfg_derive v0.3.0 |
| 1937 | 2024-10-11T18:34:46.032Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1938 | 2024-10-11T18:34:46.077Z | Compiling num-derive v0.4.2 |
| 1939 | 2024-10-11T18:34:46.389Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1940 | 2024-10-11T18:34:46.612Z | Checking downcast v0.11.0 |
| 1941 | 2024-10-11T18:34:46.692Z | Checking fragile v2.0.0 |
| 1942 | 2024-10-11T18:34:46.842Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1943 | 2024-10-11T18:34:46.968Z | Checking utf-8 v0.7.6 |
| 1944 | 2024-10-11T18:34:47.092Z | Checking atomicwrites v0.4.4 |
| 1945 | 2024-10-11T18:34:47.181Z | Checking tungstenite v0.21.0 |
| 1946 | 2024-10-11T18:34:47.297Z | Compiling convert_case v0.4.0 |
| 1947 | 2024-10-11T18:34:47.369Z | Checking zone v0.3.0 |
| 1948 | 2024-10-11T18:34:47.808Z | Checking same-file v1.0.6 |
| 1949 | 2024-10-11T18:34:47.999Z | Checking walkdir v2.5.0 |
| 1950 | 2024-10-11T18:34:48.051Z | Checking tokio-tungstenite v0.21.0 |
| 1951 | 2024-10-11T18:34:48.151Z | Checking newline-converter v0.3.0 |
| 1952 | 2024-10-11T18:34:48.283Z | Checking arc-swap v1.7.1 |
| 1953 | 2024-10-11T18:34:48.314Z | Checking expectorate v1.1.0 |
| 1954 | 2024-10-11T18:34:48.342Z | Compiling derive_more v0.99.18 |
| 1955 | 2024-10-11T18:34:48.478Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 1956 | 2024-10-11T18:34:48.498Z | Checking itertools v0.13.0 |
| 1957 | 2024-10-11T18:34:48.519Z | Checking xattr v1.3.1 |
| 1958 | 2024-10-11T18:34:48.726Z | Checking filetime v0.2.25 |
| 1959 | 2024-10-11T18:34:48.729Z | Checking slog-scope v4.4.0 |
| 1960 | 2024-10-11T18:34:48.953Z | Checking tar v0.4.42 |
| 1961 | 2024-10-11T18:34:48.972Z | Compiling cancel-safe-futures v0.1.5 |
| 1962 | 2024-10-11T18:34:48.991Z | Checking slog-stdlog v4.1.1 |
| 1963 | 2024-10-11T18:34:49.158Z | Checking slog-envlogger v2.2.0 |
| 1964 | 2024-10-11T18:34:49.327Z | Compiling owo-colors v4.1.0 |
| 1965 | 2024-10-11T18:34:49.363Z | Checking swrite v0.1.0 |
| 1966 | 2024-10-11T18:34:49.484Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1967 | 2024-10-11T18:34:49.542Z | Compiling derive-where v1.2.7 |
| 1968 | 2024-10-11T18:34:50.228Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1969 | 2024-10-11T18:34:50.598Z | Checking libsw v3.3.1 |
| 1970 | 2024-10-11T18:34:50.877Z | Checking password-hash v0.5.0 |
| 1971 | 2024-10-11T18:34:50.909Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1972 | 2024-10-11T18:34:51.322Z | Checking blake2 v0.10.6 |
| 1973 | 2024-10-11T18:34:51.412Z | Checking linear-map v1.2.0 |
| 1974 | 2024-10-11T18:34:51.646Z | Checking indent_write v2.2.0 |
| 1975 | 2024-10-11T18:34:51.743Z | Checking num-rational v0.4.2 |
| 1976 | 2024-10-11T18:34:51.770Z | Checking argon2 v0.5.3 |
| 1977 | 2024-10-11T18:34:51.853Z | Checking pem v3.0.4 |
| 1978 | 2024-10-11T18:34:52.022Z | Compiling typify-macro v0.2.0 |
| 1979 | 2024-10-11T18:34:52.129Z | Checking num-complex v0.4.6 |
| 1980 | 2024-10-11T18:34:52.405Z | Checking float-ord v0.3.2 |
| 1981 | 2024-10-11T18:34:52.462Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1982 | 2024-10-11T18:34:52.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1983 | 2024-10-11T18:34:52.705Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1984 | 2024-10-11T18:34:53.071Z | Checking num v0.4.3 |
| 1985 | 2024-10-11T18:34:53.187Z | Compiling lzma-sys v0.1.20 |
| 1986 | 2024-10-11T18:34:53.213Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1987 | 2024-10-11T18:34:53.422Z | Checking humantime v2.1.0 |
| 1988 | 2024-10-11T18:34:53.487Z | Checking headers-core v0.3.0 |
| 1989 | 2024-10-11T18:34:53.647Z | Compiling heck v0.3.3 |
| 1990 | 2024-10-11T18:34:53.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 1991 | 2024-10-11T18:34:54.081Z | Checking headers v0.4.0 |
| 1992 | 2024-10-11T18:34:54.106Z | Compiling zone_cfg_derive v0.1.2 |
| 1993 | 2024-10-11T18:34:54.164Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 1994 | 2024-10-11T18:34:54.233Z | Checking mockall v0.13.0 |
| 1995 | 2024-10-11T18:34:54.460Z | Checking yasna v0.5.2 |
| 1996 | 2024-10-11T18:34:54.482Z | Checking base64 v0.13.1 |
| 1997 | 2024-10-11T18:34:54.587Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 1998 | 2024-10-11T18:34:54.888Z | Checking ron v0.7.1 |
| 1999 | 2024-10-11T18:34:55.123Z | Checking xz2 v0.1.7 |
| 2000 | 2024-10-11T18:34:55.308Z | Checking rcgen v0.12.1 |
| 2001 | 2024-10-11T18:34:55.447Z | Checking subprocess v0.2.9 |
| 2002 | 2024-10-11T18:34:55.656Z | Checking zone v0.1.8 |
| 2003 | 2024-10-11T18:34:55.980Z | Checking half v2.4.1 |
| 2004 | 2024-10-11T18:34:56.014Z | Checking ciborium-io v0.2.2 |
| 2005 | 2024-10-11T18:34:56.038Z | Compiling semver v0.1.20 |
| 2006 | 2024-10-11T18:34:56.095Z | Checking highway v1.2.0 |
| 2007 | 2024-10-11T18:34:56.144Z | Compiling prettyplease v0.2.22 |
| 2008 | 2024-10-11T18:34:56.467Z | Checking ciborium-ll v0.2.2 |
| 2009 | 2024-10-11T18:34:56.470Z | Compiling rustc_version v0.1.7 |
| 2010 | 2024-10-11T18:34:56.548Z | Checking linked-hash-map v0.5.6 |
| 2011 | 2024-10-11T18:34:56.576Z | Compiling typify v0.2.0 |
| 2012 | 2024-10-11T18:34:56.702Z | Checking resolv-conf v0.7.0 |
| 2013 | 2024-10-11T18:34:56.729Z | Compiling progenitor-impl v0.8.0 |
| 2014 | 2024-10-11T18:34:56.758Z | Checking ciborium v0.2.2 |
| 2015 | 2024-10-11T18:34:56.872Z | Checking lru-cache v0.1.2 |
| 2016 | 2024-10-11T18:34:56.988Z | Compiling newtype_derive v0.1.6 |
| 2017 | 2024-10-11T18:34:57.058Z | Checking hickory-resolver v0.24.1 |
| 2018 | 2024-10-11T18:34:57.492Z | Checking steno v0.4.1 |
| 2019 | 2024-10-11T18:34:57.778Z | Compiling home v0.5.9 |
| 2020 | 2024-10-11T18:34:58.550Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2021 | 2024-10-11T18:35:00.802Z | Compiling slog-dtrace v0.3.0 |
| 2022 | 2024-10-11T18:35:01.004Z | Checking display-error-chain v0.2.1 |
| 2023 | 2024-10-11T18:35:01.183Z | Compiling blake3 v1.5.1 |
| 2024 | 2024-10-11T18:35:01.612Z | Compiling ring v0.16.20 |
| 2025 | 2024-10-11T18:35:01.650Z | Checking keccak v0.1.5 |
| 2026 | 2024-10-11T18:35:01.985Z | Checking sha3 v0.10.8 |
| 2027 | 2024-10-11T18:35:02.223Z | Checking universal-hash v0.5.1 |
| 2028 | 2024-10-11T18:35:02.401Z | Checking secrecy v0.8.0 |
| 2029 | 2024-10-11T18:35:02.498Z | Checking opaque-debug v0.3.1 |
| 2030 | 2024-10-11T18:35:02.603Z | Checking aead v0.5.2 |
| 2031 | 2024-10-11T18:35:02.627Z | Checking poly1305 v0.8.0 |
| 2032 | 2024-10-11T18:35:02.834Z | Checking chacha20 v0.9.1 |
| 2033 | 2024-10-11T18:35:03.892Z | Checking gethostname v0.5.0 |
| 2034 | 2024-10-11T18:35:04.030Z | Compiling memmap2 v0.9.4 |
| 2035 | 2024-10-11T18:35:04.087Z | Compiling spin v0.5.2 |
| 2036 | 2024-10-11T18:35:04.200Z | Compiling untrusted v0.7.1 |
| 2037 | 2024-10-11T18:35:04.340Z | Compiling arrayvec v0.7.4 |
| 2038 | 2024-10-11T18:35:04.394Z | Compiling arrayref v0.3.7 |
| 2039 | 2024-10-11T18:35:04.508Z | Compiling constant_time_eq v0.3.0 |
| 2040 | 2024-10-11T18:35:04.511Z | Compiling toolchain_find v0.4.0 |
| 2041 | 2024-10-11T18:35:04.927Z | Compiling progenitor-macro v0.8.0 |
| 2042 | 2024-10-11T18:35:05.200Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2043 | 2024-10-11T18:35:05.229Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2044 | 2024-10-11T18:35:05.539Z | Compiling topological-sort v0.2.2 |
| 2045 | 2024-10-11T18:35:05.732Z | Compiling rustfmt-wrapper v0.2.1 |
| 2046 | 2024-10-11T18:35:05.767Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2047 | 2024-10-11T18:35:06.146Z | Checking chacha20poly1305 v0.10.1 |
| 2048 | 2024-10-11T18:35:06.200Z | Checking nibble_vec v0.1.0 |
| 2049 | 2024-10-11T18:35:06.339Z | Checking endian-type v0.1.2 |
| 2050 | 2024-10-11T18:35:06.361Z | Checking fxhash v0.2.1 |
| 2051 | 2024-10-11T18:35:06.407Z | Checking termcolor v1.4.1 |
| 2052 | 2024-10-11T18:35:06.536Z | Compiling radium v0.7.0 |
| 2053 | 2024-10-11T18:35:06.565Z | Checking radix_trie v0.2.1 |
| 2054 | 2024-10-11T18:35:06.862Z | Checking maplit v1.0.2 |
| 2055 | 2024-10-11T18:35:06.977Z | Compiling maybe-uninit v2.0.0 |
| 2056 | 2024-10-11T18:35:06.997Z | Checking tap v1.0.1 |
| 2057 | 2024-10-11T18:35:07.169Z | Checking wyz v0.5.1 |
| 2058 | 2024-10-11T18:35:07.458Z | Compiling omicron-zone-package v0.11.1 |
| 2059 | 2024-10-11T18:35:07.573Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2060 | 2024-10-11T18:35:07.624Z | Compiling packed_struct v0.10.1 |
| 2061 | 2024-10-11T18:35:08.104Z | Checking crc-catalog v2.4.0 |
| 2062 | 2024-10-11T18:35:08.125Z | Checking funty v2.0.0 |
| 2063 | 2024-10-11T18:35:08.251Z | Checking crc v3.2.1 |
| 2064 | 2024-10-11T18:35:08.468Z | Checking thiserror-no-std v2.0.2 |
| 2065 | 2024-10-11T18:35:08.590Z | Checking vsss-rs v3.3.4 |
| 2066 | 2024-10-11T18:35:08.776Z | Checking kstat-rs v0.2.4 |
| 2067 | 2024-10-11T18:35:08.967Z | Compiling packed_struct_codegen v0.10.1 |
| 2068 | 2024-10-11T18:35:09.062Z | Checking bitvec v1.0.1 |
| 2069 | 2024-10-11T18:35:09.132Z | Compiling indexmap v1.9.3 |
| 2070 | 2024-10-11T18:35:09.499Z | Compiling libefi-sys v0.1.0 |
| 2071 | 2024-10-11T18:35:09.760Z | Checking nodrop v0.1.14 |
| 2072 | 2024-10-11T18:35:09.865Z | Checking array-init v0.0.4 |
| 2073 | 2024-10-11T18:35:10.170Z | Checking smallvec v0.6.14 |
| 2074 | 2024-10-11T18:35:10.591Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2075 | 2024-10-11T18:35:10.869Z | Compiling bitfield-struct v0.6.1 |
| 2076 | 2024-10-11T18:35:11.056Z | Compiling async-recursion v1.1.1 |
| 2077 | 2024-10-11T18:35:11.747Z | Checking bitfield v0.14.0 |
| 2078 | 2024-10-11T18:35:11.983Z | Checking hashbrown v0.12.3 |
| 2079 | 2024-10-11T18:35:12.109Z | Checking serde-hex v0.1.0 |
| 2080 | 2024-10-11T18:35:12.399Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2081 | 2024-10-11T18:35:12.572Z | Checking bzip2 v0.4.4 |
| 2082 | 2024-10-11T18:35:12.680Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2083 | 2024-10-11T18:35:12.876Z | Checking env_logger v0.10.2 |
| 2084 | 2024-10-11T18:35:12.940Z | Checking ron v0.8.1 |
| 2085 | 2024-10-11T18:35:12.968Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2086 | 2024-10-11T18:35:13.277Z | Checking hashbrown v0.13.2 |
| 2087 | 2024-10-11T18:35:13.313Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2088 | 2024-10-11T18:35:13.443Z | Checking crc-any v2.5.0 |
| 2089 | 2024-10-11T18:35:13.764Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2090 | 2024-10-11T18:35:13.873Z | Checking zip v0.6.6 |
| 2091 | 2024-10-11T18:35:14.102Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2092 | 2024-10-11T18:35:14.206Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2093 | 2024-10-11T18:35:14.229Z | Compiling parking_lot_core v0.8.6 |
| 2094 | 2024-10-11T18:35:14.307Z | Checking object v0.30.4 |
| 2095 | 2024-10-11T18:35:14.330Z | Checking path-slash v0.1.5 |
| 2096 | 2024-10-11T18:35:14.466Z | Checking glob v0.3.1 |
| 2097 | 2024-10-11T18:35:14.489Z | Checking hickory-client v0.24.1 |
| 2098 | 2024-10-11T18:35:14.582Z | Checking hickory-server v0.24.1 |
| 2099 | 2024-10-11T18:35:14.789Z | Checking crossterm v0.28.1 |
| 2100 | 2024-10-11T18:35:15.100Z | Checking parking_lot v0.11.2 |
| 2101 | 2024-10-11T18:35:15.103Z | Checking tungstenite v0.23.0 |
| 2102 | 2024-10-11T18:35:15.488Z | Checking sled v0.34.7 |
| 2103 | 2024-10-11T18:35:15.574Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2104 | 2024-10-11T18:35:16.046Z | Checking tokio-tungstenite v0.23.1 |
| 2105 | 2024-10-11T18:35:16.068Z | Checking primeorder v0.13.6 |
| 2106 | 2024-10-11T18:35:16.136Z | Compiling unicase v2.7.0 |
| 2107 | 2024-10-11T18:35:16.481Z | Compiling buf-list v1.0.3 |
| 2108 | 2024-10-11T18:35:16.547Z | Checking nanorand v0.7.0 |
| 2109 | 2024-10-11T18:35:17.072Z | Checking flume v0.11.0 |
| 2110 | 2024-10-11T18:35:17.348Z | Checking atty v0.2.14 |
| 2111 | 2024-10-11T18:35:17.484Z | Compiling vte_generate_state_changes v0.1.1 |
| 2112 | 2024-10-11T18:35:17.546Z | Compiling salty v0.3.0 |
| 2113 | 2024-10-11T18:35:17.694Z | Checking p384 v0.13.0 |
| 2114 | 2024-10-11T18:35:17.984Z | Checking fd-lock v4.0.2 |
| 2115 | 2024-10-11T18:35:18.145Z | Checking vte v0.11.1 |
| 2116 | 2024-10-11T18:35:18.170Z | Compiling mime_guess v2.0.4 |
| 2117 | 2024-10-11T18:35:18.357Z | Checking crossterm v0.27.0 |
| 2118 | 2024-10-11T18:35:18.601Z | Checking env_filter v0.1.2 |
| 2119 | 2024-10-11T18:35:18.766Z | Checking nu-ansi-term v0.50.0 |
| 2120 | 2024-10-11T18:35:18.847Z | Checking env_logger v0.11.5 |
| 2121 | 2024-10-11T18:35:19.178Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2122 | 2024-10-11T18:35:19.491Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2123 | 2024-10-11T18:35:19.537Z | Checking strip-ansi-escapes v0.2.0 |
| 2124 | 2024-10-11T18:35:19.568Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2125 | 2024-10-11T18:35:19.756Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2126 | 2024-10-11T18:35:19.791Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2127 | 2024-10-11T18:35:19.932Z | Compiling dsl_auto_type v0.1.2 |
| 2128 | 2024-10-11T18:35:20.076Z | Checking scheduled-thread-pool v0.2.7 |
| 2129 | 2024-10-11T18:35:20.106Z | Checking reedline v0.33.0 |
| 2130 | 2024-10-11T18:35:20.307Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2131 | 2024-10-11T18:35:20.336Z | Compiling crunchy v0.2.2 |
| 2132 | 2024-10-11T18:35:20.386Z | Checking http-range v0.1.5 |
| 2133 | 2024-10-11T18:35:20.410Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2134 | 2024-10-11T18:35:20.582Z | Checking hyper-staticfile v0.10.1 |
| 2135 | 2024-10-11T18:35:20.764Z | Checking r2d2 v0.8.10 |
| 2136 | 2024-10-11T18:35:21.113Z | Compiling clang-sys v1.7.0 |
| 2137 | 2024-10-11T18:35:21.151Z | Checking bytecount v0.6.8 |
| 2138 | 2024-10-11T18:35:21.315Z | Compiling tiny-keccak v2.0.2 |
| 2139 | 2024-10-11T18:35:21.545Z | Compiling diesel_derives v2.2.2 |
| 2140 | 2024-10-11T18:35:21.598Z | Checking papergrid v0.11.0 |
| 2141 | 2024-10-11T18:35:21.796Z | Compiling tabled_derive v0.7.0 |
| 2142 | 2024-10-11T18:35:21.863Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2143 | 2024-10-11T18:35:22.132Z | Compiling cfg_aliases v0.1.1 |
| 2144 | 2024-10-11T18:35:22.251Z | Compiling ref-cast v1.0.23 |
| 2145 | 2024-10-11T18:35:22.808Z | Compiling nix v0.28.0 |
| 2146 | 2024-10-11T18:35:23.075Z | Compiling ascii-canvas v3.0.0 |
| 2147 | 2024-10-11T18:35:23.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2148 | 2024-10-11T18:35:23.234Z | Checking progenitor v0.8.0 |
| 2149 | 2024-10-11T18:35:23.472Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2150 | 2024-10-11T18:35:23.511Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2151 | 2024-10-11T18:35:23.618Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2152 | 2024-10-11T18:35:23.641Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2153 | 2024-10-11T18:35:24.420Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2154 | 2024-10-11T18:35:26.917Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2155 | 2024-10-11T18:35:28.060Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
| 2156 | 2024-10-11T18:35:28.212Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2157 | 2024-10-11T18:35:28.300Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2158 | 2024-10-11T18:35:29.401Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2159 | 2024-10-11T18:35:29.985Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2160 | 2024-10-11T18:35:30.083Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2161 | 2024-10-11T18:35:30.490Z | Checking tabled v0.15.0 |
| 2162 | 2024-10-11T18:35:31.067Z | Compiling ena v0.14.3 |
| 2163 | 2024-10-11T18:35:31.500Z | Compiling ref-cast-impl v1.0.23 |
| 2164 | 2024-10-11T18:35:31.893Z | Compiling libloading v0.8.3 |
| 2165 | 2024-10-11T18:35:32.325Z | Compiling regex-syntax v0.6.29 |
| 2166 | 2024-10-11T18:35:32.760Z | Compiling diff v0.1.13 |
| 2167 | 2024-10-11T18:35:33.416Z | Compiling bindgen v0.69.4 |
| 2168 | 2024-10-11T18:35:34.116Z | Checking diesel v2.2.4 |
| 2169 | 2024-10-11T18:35:34.359Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2170 | 2024-10-11T18:35:34.574Z | Compiling which v4.4.2 |
| 2171 | 2024-10-11T18:35:35.181Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2172 | 2024-10-11T18:35:35.718Z | Compiling lalrpop v0.19.12 |
| 2173 | 2024-10-11T18:35:38.270Z | Checking signal-hook-tokio v0.3.1 |
| 2174 | 2024-10-11T18:35:38.401Z | Checking http v0.2.12 |
| 2175 | 2024-10-11T18:35:38.450Z | Compiling cexpr v0.6.0 |
| 2176 | 2024-10-11T18:35:39.730Z | Compiling lazycell v1.3.0 |
| 2177 | 2024-10-11T18:35:39.924Z | Compiling shlex v1.3.0 |
| 2178 | 2024-10-11T18:35:40.284Z | Compiling rustc-hash v1.1.0 |
| 2179 | 2024-10-11T18:35:42.834Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2180 | 2024-10-11T18:35:43.159Z | Compiling derive_builder_core v0.20.0 |
| 2181 | 2024-10-11T18:35:45.649Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2182 | 2024-10-11T18:35:45.686Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2183 | 2024-10-11T18:35:47.047Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2184 | 2024-10-11T18:35:49.423Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2185 | 2024-10-11T18:35:51.620Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2186 | 2024-10-11T18:35:52.460Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2187 | 2024-10-11T18:35:53.378Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2188 | 2024-10-11T18:35:54.717Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2189 | 2024-10-11T18:35:54.892Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2190 | 2024-10-11T18:35:55.353Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2191 | 2024-10-11T18:35:55.560Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2192 | 2024-10-11T18:35:55.823Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2193 | 2024-10-11T18:35:56.300Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2194 | 2024-10-11T18:35:56.343Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2195 | 2024-10-11T18:35:56.743Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2196 | 2024-10-11T18:35:56.914Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2197 | 2024-10-11T18:35:57.361Z | Compiling peg-macros v0.8.4 |
| 2198 | 2024-10-11T18:35:57.866Z | Compiling libxml v0.3.3 |
| 2199 | 2024-10-11T18:35:58.271Z | Compiling pin-project-internal v1.1.5 |
| 2200 | 2024-10-11T18:36:01.300Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2201 | 2024-10-11T18:36:01.465Z | Compiling sqlparser_derive v0.2.2 |
| 2202 | 2024-10-11T18:36:02.547Z | Compiling memoffset v0.9.1 |
| 2203 | 2024-10-11T18:36:02.583Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2204 | 2024-10-11T18:36:02.641Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2205 | 2024-10-11T18:36:02.876Z | Checking unicode_categories v0.1.1 |
| 2206 | 2024-10-11T18:36:03.195Z | Checking sqlformat v0.2.6 |
| 2207 | 2024-10-11T18:36:03.440Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2208 | 2024-10-11T18:36:04.291Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2209 | 2024-10-11T18:36:05.702Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2210 | 2024-10-11T18:36:06.097Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2211 | 2024-10-11T18:36:06.221Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2212 | 2024-10-11T18:36:07.584Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2213 | 2024-10-11T18:36:07.664Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2214 | 2024-10-11T18:36:11.004Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2215 | 2024-10-11T18:36:11.460Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2216 | 2024-10-11T18:36:11.667Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2217 | 2024-10-11T18:36:11.715Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2218 | 2024-10-11T18:36:12.711Z | Checking sqlparser v0.45.0 |
| 2219 | 2024-10-11T18:36:13.454Z | Checking pin-project v1.1.5 |
| 2220 | 2024-10-11T18:36:13.539Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2221 | 2024-10-11T18:36:13.592Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2222 | 2024-10-11T18:36:14.436Z | Checking peg v0.8.4 |
| 2223 | 2024-10-11T18:36:14.509Z | Compiling derive_builder_macro v0.20.0 |
| 2224 | 2024-10-11T18:36:14.616Z | Checking rustyline v14.0.0 |
| 2225 | 2024-10-11T18:36:15.023Z | Checking http-body v0.4.6 |
| 2226 | 2024-10-11T18:36:15.438Z | Checking h2 v0.3.26 |
| 2227 | 2024-10-11T18:36:15.461Z | Checking bcs v0.1.6 |
| 2228 | 2024-10-11T18:36:15.950Z | Compiling strum_macros v0.24.3 |
| 2229 | 2024-10-11T18:36:16.231Z | Compiling indoc v1.0.9 |
| 2230 | 2024-10-11T18:36:17.270Z | Checking derive_builder v0.20.0 |
| 2231 | 2024-10-11T18:36:18.697Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2232 | 2024-10-11T18:36:19.015Z | Checking quick-xml v0.33.0 |
| 2233 | 2024-10-11T18:36:19.180Z | Compiling snafu-derive v0.8.2 |
| 2234 | 2024-10-11T18:36:19.604Z | Compiling oso-derive v0.27.3 |
| 2235 | 2024-10-11T18:36:20.695Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2236 | 2024-10-11T18:36:21.069Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2237 | 2024-10-11T18:36:21.402Z | Checking sync_wrapper v0.1.2 |
| 2238 | 2024-10-11T18:36:21.644Z | Checking nix v0.27.1 |
| 2239 | 2024-10-11T18:36:21.730Z | Checking hyper v0.14.30 |
| 2240 | 2024-10-11T18:36:22.264Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2241 | 2024-10-11T18:36:22.954Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2242 | 2024-10-11T18:36:24.868Z | Checking snafu v0.8.2 |
| 2243 | 2024-10-11T18:36:24.871Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2244 | 2024-10-11T18:36:25.178Z | Checking globset v0.4.14 |
| 2245 | 2024-10-11T18:36:25.394Z | Checking olpc-cjson v0.1.3 |
| 2246 | 2024-10-11T18:36:25.639Z | Checking serde_plain v1.0.2 |
| 2247 | 2024-10-11T18:36:25.729Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2248 | 2024-10-11T18:36:25.905Z | Checking typed-path v0.7.1 |
| 2249 | 2024-10-11T18:36:26.554Z | Checking reqwest v0.11.27 |
| 2250 | 2024-10-11T18:36:27.654Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2251 | 2024-10-11T18:36:27.911Z | Checking tough v0.17.1 |
| 2252 | 2024-10-11T18:36:28.457Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2253 | 2024-10-11T18:36:28.778Z | Checking bb8 v0.8.5 |
| 2254 | 2024-10-11T18:36:29.143Z | Compiling const_format_proc_macros v0.2.33 |
| 2255 | 2024-10-11T18:36:29.287Z | Checking parse-size v1.0.0 |
| 2256 | 2024-10-11T18:36:29.470Z | Checking async-bb8-diesel v0.2.1 |
| 2257 | 2024-10-11T18:36:30.628Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
| 2258 | 2024-10-11T18:36:30.916Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2259 | 2024-10-11T18:36:31.289Z | Checking const_format v0.2.33 |
| 2260 | 2024-10-11T18:36:31.801Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2261 | 2024-10-11T18:36:32.539Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2262 | 2024-10-11T18:36:32.679Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2263 | 2024-10-11T18:36:32.895Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2264 | 2024-10-11T18:36:33.635Z | Checking heck v0.4.1 |
| 2265 | 2024-10-11T18:36:33.861Z | Checking assert_matches v1.5.0 |
| 2266 | 2024-10-11T18:36:33.884Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2267 | 2024-10-11T18:36:33.971Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2268 | 2024-10-11T18:36:34.313Z | Checking rand_seeder v0.3.0 |
| 2269 | 2024-10-11T18:36:34.554Z | Compiling libz-sys v1.1.16 |
| 2270 | 2024-10-11T18:36:34.605Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
| 2271 | 2024-10-11T18:36:34.985Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2272 | 2024-10-11T18:36:35.228Z | Checking is_ci v1.2.0 |
| 2273 | 2024-10-11T18:36:35.378Z | Checking supports-color v3.0.1 |
| 2274 | 2024-10-11T18:36:35.431Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2275 | 2024-10-11T18:36:35.580Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2276 | 2024-10-11T18:36:35.862Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2277 | 2024-10-11T18:36:36.044Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2278 | 2024-10-11T18:36:37.566Z | Compiling vergen v8.3.2 |
| 2279 | 2024-10-11T18:36:37.688Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2280 | 2024-10-11T18:36:37.873Z | Compiling cargo-platform v0.1.8 |
| 2281 | 2024-10-11T18:36:38.462Z | Checking unicode-linebreak v0.1.5 |
| 2282 | 2024-10-11T18:36:38.493Z | Checking smawk v0.3.2 |
| 2283 | 2024-10-11T18:36:38.701Z | Compiling cargo_metadata v0.18.1 |
| 2284 | 2024-10-11T18:36:38.868Z | Checking textwrap v0.16.1 |
| 2285 | 2024-10-11T18:36:38.946Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2286 | 2024-10-11T18:36:39.282Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2287 | 2024-10-11T18:36:40.873Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2288 | 2024-10-11T18:36:41.427Z | Checking castaway v0.2.3 |
| 2289 | 2024-10-11T18:36:41.462Z | Compiling libsqlite3-sys v0.30.1 |
| 2290 | 2024-10-11T18:36:41.605Z | Compiling cfg_aliases v0.2.1 |
| 2291 | 2024-10-11T18:36:41.725Z | Compiling rustls v0.21.12 |
| 2292 | 2024-10-11T18:36:42.028Z | Compiling nix v0.29.0 |
| 2293 | 2024-10-11T18:36:42.047Z | Checking compact_str v0.8.0 |
| 2294 | 2024-10-11T18:36:42.911Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2295 | 2024-10-11T18:36:42.990Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2296 | 2024-10-11T18:36:43.305Z | Checking unicode-truncate v1.0.0 |
| 2297 | 2024-10-11T18:36:43.433Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2298 | 2024-10-11T18:36:43.537Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2299 | 2024-10-11T18:36:43.987Z | Checking sct v0.7.1 |
| 2300 | 2024-10-11T18:36:44.036Z | Checking rustls-webpki v0.101.7 |
| 2301 | 2024-10-11T18:36:44.677Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2302 | 2024-10-11T18:36:44.743Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2303 | 2024-10-11T18:36:45.004Z | Checking lru v0.12.3 |
| 2304 | 2024-10-11T18:36:45.292Z | Compiling instability v0.3.2 |
| 2305 | 2024-10-11T18:36:46.206Z | Checking cassowary v0.3.0 |
| 2306 | 2024-10-11T18:36:46.756Z | Checking ratatui v0.28.0 |
| 2307 | 2024-10-11T18:36:49.386Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2308 | 2024-10-11T18:36:49.641Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2309 | 2024-10-11T18:36:49.964Z | Checking concurrent-queue v2.5.0 |
| 2310 | 2024-10-11T18:36:50.068Z | Checking hashlink v0.9.1 |
| 2311 | 2024-10-11T18:36:50.299Z | Checking parking v2.2.1 |
| 2312 | 2024-10-11T18:36:50.382Z | Checking fallible-streaming-iterator v0.1.9 |
| 2313 | 2024-10-11T18:36:50.483Z | Checking fallible-iterator v0.3.0 |
| 2314 | 2024-10-11T18:36:50.572Z | Checking plotters-backend v0.3.5 |
| 2315 | 2024-10-11T18:36:50.888Z | Checking plotters-svg v0.3.5 |
| 2316 | 2024-10-11T18:36:51.103Z | Checking rusqlite v0.32.1 |
| 2317 | 2024-10-11T18:36:51.127Z | Checking tokio-rustls v0.24.1 |
| 2318 | 2024-10-11T18:36:51.165Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2319 | 2024-10-11T18:36:51.434Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2320 | 2024-10-11T18:36:51.763Z | Checking rustls-pemfile v1.0.4 |
| 2321 | 2024-10-11T18:36:51.985Z | Checking twox-hash v1.6.3 |
| 2322 | 2024-10-11T18:36:52.435Z | Checking cast v0.3.0 |
| 2323 | 2024-10-11T18:36:52.490Z | Checking plotters v0.3.5 |
| 2324 | 2024-10-11T18:36:52.667Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2325 | 2024-10-11T18:36:52.726Z | Checking criterion-plot v0.5.0 |
| 2326 | 2024-10-11T18:36:53.222Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2327 | 2024-10-11T18:36:54.231Z | Checking fatfs v0.3.6 |
| 2328 | 2024-10-11T18:36:54.845Z | Checking tinytemplate v1.2.1 |
| 2329 | 2024-10-11T18:36:55.197Z | Checking csv-core v0.1.11 |
| 2330 | 2024-10-11T18:36:55.225Z | Checking anes v0.1.6 |
| 2331 | 2024-10-11T18:36:55.554Z | Checking oorandom v11.1.3 |
| 2332 | 2024-10-11T18:36:55.619Z | Checking shell-words v1.1.0 |
| 2333 | 2024-10-11T18:36:55.711Z | Checking criterion v0.5.1 |
| 2334 | 2024-10-11T18:36:55.800Z | Checking csv v1.3.0 |
| 2335 | 2024-10-11T18:36:56.618Z | Checking event-listener v5.3.1 |
| 2336 | 2024-10-11T18:36:57.066Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2337 | 2024-10-11T18:36:58.515Z | Checking rtoolbox v0.0.2 |
| 2338 | 2024-10-11T18:36:58.717Z | Checking rpassword v7.3.1 |
| 2339 | 2024-10-11T18:36:58.881Z | Checking event-listener-strategy v0.5.2 |
| 2340 | 2024-10-11T18:36:59.100Z | Checking tui-tree-widget v0.22.0 |
| 2341 | 2024-10-11T18:36:59.457Z | Checking polyval v0.6.2 |
| 2342 | 2024-10-11T18:36:59.746Z | Checking ghash v0.5.1 |
| 2343 | 2024-10-11T18:36:59.939Z | Checking futures-lite v2.3.0 |
| 2344 | 2024-10-11T18:37:01.332Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2345 | 2024-10-11T18:37:02.574Z | Checking ctr v0.9.2 |
| 2346 | 2024-10-11T18:37:03.208Z | Checking yansi v1.0.1 |
| 2347 | 2024-10-11T18:37:03.230Z | Checking aes-gcm v0.10.3 |
| 2348 | 2024-10-11T18:37:03.475Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2349 | 2024-10-11T18:37:03.769Z | Checking pretty_assertions v1.4.1 |
| 2350 | 2024-10-11T18:37:03.952Z | Checking ssh-encoding v0.2.0 |
| 2351 | 2024-10-11T18:37:04.275Z | Checking blowfish v0.9.1 |
| 2352 | 2024-10-11T18:37:04.508Z | Checking bcrypt-pbkdf v0.10.0 |
| 2353 | 2024-10-11T18:37:04.793Z | Checking ssh-cipher v0.2.0 |
| 2354 | 2024-10-11T18:37:05.077Z | Checking async-lock v3.4.0 |
| 2355 | 2024-10-11T18:37:06.014Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2356 | 2024-10-11T18:37:07.592Z | Checking polling v3.7.3 |
| 2357 | 2024-10-11T18:37:07.997Z | Checking password-hash v0.4.2 |
| 2358 | 2024-10-11T18:37:08.433Z | Checking hex-literal v0.4.1 |
| 2359 | 2024-10-11T18:37:08.555Z | Checking matches v0.1.10 |
| 2360 | 2024-10-11T18:37:08.663Z | Checking idna v0.2.3 |
| 2361 | 2024-10-11T18:37:09.385Z | Checking pbkdf2 v0.11.0 |
| 2362 | 2024-10-11T18:37:09.606Z | Checking async-io v2.3.4 |
| 2363 | 2024-10-11T18:37:10.485Z | Checking ssh-key v0.6.6 |
| 2364 | 2024-10-11T18:37:10.651Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2365 | 2024-10-11T18:37:11.423Z | Checking p256 v0.13.2 |
| 2366 | 2024-10-11T18:37:11.919Z | Checking p521 v0.13.3 |
| 2367 | 2024-10-11T18:37:12.162Z | Checking russh-cryptovec v0.7.2 |
| 2368 | 2024-10-11T18:37:12.231Z | Compiling enum-as-inner v0.5.1 |
| 2369 | 2024-10-11T18:37:12.372Z | Checking async-task v4.7.1 |
| 2370 | 2024-10-11T18:37:12.736Z | Compiling target-lexicon v0.12.16 |
| 2371 | 2024-10-11T18:37:13.275Z | Compiling doc-comment v0.3.3 |
| 2372 | 2024-10-11T18:37:13.314Z | Checking md5 v0.7.0 |
| 2373 | 2024-10-11T18:37:13.613Z | Checking russh-keys v0.45.0 |
| 2374 | 2024-10-11T18:37:13.885Z | Checking trust-dns-proto v0.22.0 |
| 2375 | 2024-10-11T18:37:14.011Z | Checking async-channel v2.3.1 |
| 2376 | 2024-10-11T18:37:14.359Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2377 | 2024-10-11T18:37:15.024Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2378 | 2024-10-11T18:37:15.368Z | Compiling samael v0.0.17 |
| 2379 | 2024-10-11T18:37:15.867Z | Checking piper v0.2.4 |
| 2380 | 2024-10-11T18:37:16.091Z | Checking num-bigint v0.4.5 |
| 2381 | 2024-10-11T18:37:16.149Z | Checking des v0.8.1 |
| 2382 | 2024-10-11T18:37:16.429Z | Compiling guppy-workspace-hack v0.1.0 |
| 2383 | 2024-10-11T18:37:16.714Z | Checking futures-timer v3.0.3 |
| 2384 | 2024-10-11T18:37:17.021Z | Compiling dhcproto-macros v0.1.0 |
| 2385 | 2024-10-11T18:37:17.618Z | Compiling assert_cmd v2.0.16 |
| 2386 | 2024-10-11T18:37:17.966Z | Checking dhcproto v0.12.0 |
| 2387 | 2024-10-11T18:37:18.150Z | Checking blocking v1.6.1 |
| 2388 | 2024-10-11T18:37:18.687Z | Checking russh v0.45.0 |
| 2389 | 2024-10-11T18:37:19.032Z | Checking async-executor v1.13.1 |
| 2390 | 2024-10-11T18:37:19.384Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2391 | 2024-10-11T18:37:19.407Z | Checking async-signal v0.2.10 |
| 2392 | 2024-10-11T18:37:19.691Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2393 | 2024-10-11T18:37:20.103Z | Checking internet-checksum v0.2.1 |
| 2394 | 2024-10-11T18:37:20.292Z | Compiling target-spec v3.2.2 |
| 2395 | 2024-10-11T18:37:20.498Z | Checking event-listener v2.5.3 |
| 2396 | 2024-10-11T18:37:20.945Z | Checking async-channel v1.9.0 |
| 2397 | 2024-10-11T18:37:21.809Z | Checking async-process v2.2.4 |
| 2398 | 2024-10-11T18:37:22.201Z | Checking async-global-executor v2.4.1 |
| 2399 | 2024-10-11T18:37:22.497Z | Checking cfg-expr v0.17.0 |
| 2400 | 2024-10-11T18:37:23.026Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2401 | 2024-10-11T18:37:23.050Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2402 | 2024-10-11T18:37:23.278Z | Checking httptest v0.16.1 |
| 2403 | 2024-10-11T18:37:23.711Z | Checking rustls-native-certs v0.7.0 |
| 2404 | 2024-10-11T18:37:23.863Z | Checking num_cpus v1.16.0 |
| 2405 | 2024-10-11T18:37:23.994Z | Checking kv-log-macro v1.0.7 |
| 2406 | 2024-10-11T18:37:24.016Z | Compiling async-attributes v1.1.2 |
| 2407 | 2024-10-11T18:37:24.830Z | Checking async-std v1.13.0 |
| 2408 | 2024-10-11T18:37:25.656Z | Checking threadpool v1.8.1 |
| 2409 | 2024-10-11T18:37:25.869Z | Checking hyper-rustls v0.26.0 |
| 2410 | 2024-10-11T18:37:26.230Z | Checking pathdiff v0.2.1 |
| 2411 | 2024-10-11T18:37:26.355Z | Compiling toml_edit v0.21.1 |
| 2412 | 2024-10-11T18:37:26.396Z | Checking escape8259 v0.5.2 |
| 2413 | 2024-10-11T18:37:26.585Z | Compiling rstest_macros v0.22.0 |
| 2414 | 2024-10-11T18:37:27.146Z | Checking nested v0.1.1 |
| 2415 | 2024-10-11T18:37:27.361Z | Checking guppy v0.17.8 |
| 2416 | 2024-10-11T18:37:27.666Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2417 | 2024-10-11T18:37:28.546Z | Checking async-object-pool v0.1.5 |
| 2418 | 2024-10-11T18:37:28.862Z | Compiling proc-macro-crate v3.1.0 |
| 2419 | 2024-10-11T18:37:29.034Z | Compiling git2 v0.19.0 |
| 2420 | 2024-10-11T18:37:29.423Z | Checking libtest-mimic v0.7.3 |
| 2421 | 2024-10-11T18:37:29.890Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2422 | 2024-10-11T18:37:30.216Z | Checking similar-asserts v1.6.0 |
| 2423 | 2024-10-11T18:37:30.365Z | Checking fancy-regex v0.13.0 |
| 2424 | 2024-10-11T18:37:30.456Z | Checking serde_regex v1.1.0 |
| 2425 | 2024-10-11T18:37:30.731Z | Checking assert-json-diff v2.0.2 |
| 2426 | 2024-10-11T18:37:30.867Z | Checking path-tree v0.8.1 |
| 2427 | 2024-10-11T18:37:31.222Z | Compiling relative-path v1.9.3 |
| 2428 | 2024-10-11T18:37:31.232Z | Compiling trybuild v1.0.99 |
| 2429 | 2024-10-11T18:37:31.254Z | Checking stringmetrics v2.2.2 |
| 2430 | 2024-10-11T18:37:31.524Z | Checking httpmock v0.8.0-alpha.1 |
| 2431 | 2024-10-11T18:37:31.674Z | Checking datatest-stable v0.2.9 |
| 2432 | 2024-10-11T18:37:31.775Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2433 | 2024-10-11T18:37:31.983Z | Checking blake2b_simd v1.0.2 |
| 2434 | 2024-10-11T18:37:32.882Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2435 | 2024-10-11T18:37:33.350Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2436 | 2024-10-11T18:37:33.664Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2437 | 2024-10-11T18:37:33.982Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2438 | 2024-10-11T18:37:36.286Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2439 | 2024-10-11T18:37:36.827Z | Checking serde_tokenstream v0.2.2 |
| 2440 | 2024-10-11T18:37:36.982Z | Checking uzers v0.11.3 |
| 2441 | 2024-10-11T18:37:37.350Z | Checking rust-argon2 v2.1.0 |
| 2442 | 2024-10-11T18:37:37.769Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2443 | 2024-10-11T18:37:38.772Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2444 | 2024-10-11T18:37:38.795Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2445 | 2024-10-11T18:37:39.896Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2446 | 2024-10-11T18:37:40.943Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2447 | 2024-10-11T18:37:41.326Z | Checking rand_distr v0.4.3 |
| 2448 | 2024-10-11T18:37:42.137Z | Checking multimap v0.10.0 |
| 2449 | 2024-10-11T18:37:42.458Z | Checking approx v0.5.1 |
| 2450 | 2024-10-11T18:37:42.741Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2451 | 2024-10-11T18:37:43.539Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2452 | 2024-10-11T18:37:43.746Z | Checking rstest v0.22.0 |
| 2453 | 2024-10-11T18:37:43.958Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2454 | 2024-10-11T18:37:44.383Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2455 | 2024-10-11T18:37:44.744Z | Checking partial-io v0.5.4 |
| 2456 | 2024-10-11T18:37:44.884Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2457 | 2024-10-11T18:37:44.967Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2458 | 2024-10-11T18:37:45.123Z | Checking cargo_toml v0.20.5 |
| 2459 | 2024-10-11T18:37:45.211Z | Checking termios v0.3.3 |
| 2460 | 2024-10-11T18:37:45.431Z | Compiling indoc v2.0.5 |
| 2461 | 2024-10-11T18:37:45.885Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2462 | 2024-10-11T18:37:47.187Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2463 | 2024-10-11T18:37:48.696Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2464 | 2024-10-11T18:37:56.505Z | Compiling polar-core v0.27.3 |
| 2465 | 2024-10-11T18:38:02.972Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2466 | 2024-10-11T18:38:07.210Z | Checking oso v0.27.3 |
| 2467 | 2024-10-11T18:38:10.053Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2468 | 2024-10-11T18:38:35.799Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2469 | 2024-10-11T18:38:37.286Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2470 | 2024-10-11T18:38:38.184Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2471 | 2024-10-11T18:39:02.298Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2472 | 2024-10-11T18:39:02.298Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2473 | 2024-10-11T18:39:02.302Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2474 | 2024-10-11T18:40:24.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
| 2475 | 2024-10-11T18:40:25.002Z | |
| 2476 | 2024-10-11T18:40:25.002Z | real 6:30.564474104 |
| 2477 | 2024-10-11T18:40:25.002Z | user 36:49.309904155 |
| 2478 | 2024-10-11T18:40:25.002Z | sys 6:25.128392408 |
| 2479 | 2024-10-11T18:40:25.002Z | trap 0.972319239 |
| 2480 | 2024-10-11T18:40:25.002Z | tflt 2.742110893 |
| 2481 | 2024-10-11T18:40:25.006Z | dflt 0.552971847 |
| 2482 | 2024-10-11T18:40:25.006Z | kflt 0.002960717 |
| 2483 | 2024-10-11T18:40:25.006Z | lock 56:01.981832524 |
| 2484 | 2024-10-11T18:40:25.006Z | slp 2:08:55.387440259 |
| 2485 | 2024-10-11T18:40:25.006Z | lat 1:40.325478388 |
| 2486 | 2024-10-11T18:40:25.006Z | stop 6:02.623189708 |
| 2487 | 2024-10-11T18:40:25.006Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2488 | 2024-10-11T18:40:25.006Z | + ptime -m cargo doc --workspace --no-deps |
| 2489 | 2024-10-11T18:40:26.239Z | warning: output filename collision. |
| 2490 | 2024-10-11T18:40:26.239Z | 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)`. |
| 2491 | 2024-10-11T18:40:26.239Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2492 | 2024-10-11T18:40:26.239Z | The targets should have unique names. |
| 2493 | 2024-10-11T18:40:26.239Z | This is a known bug where multiple crates with the same name use |
| 2494 | 2024-10-11T18:40:26.239Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2495 | 2024-10-11T18:40:26.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2496 | 2024-10-11T18:40:26.698Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2024-10-11T18:40:26.715Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2498 | 2024-10-11T18:40:26.752Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2499 | 2024-10-11T18:40:26.784Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2500 | 2024-10-11T18:40:26.784Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2501 | 2024-10-11T18:40:26.961Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2502 | 2024-10-11T18:40:27.033Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2503 | 2024-10-11T18:40:27.059Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2504 | 2024-10-11T18:40:27.061Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2505 | 2024-10-11T18:40:27.102Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2506 | 2024-10-11T18:40:27.328Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2507 | 2024-10-11T18:40:27.348Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2508 | 2024-10-11T18:40:27.604Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2509 | 2024-10-11T18:40:27.828Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2024-10-11T18:40:30.266Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2511 | 2024-10-11T18:40:30.616Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2512 | 2024-10-11T18:40:30.848Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2513 | 2024-10-11T18:40:31.203Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2514 | 2024-10-11T18:40:32.095Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2515 | 2024-10-11T18:40:32.206Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2516 | 2024-10-11T18:40:32.428Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2517 | 2024-10-11T18:40:32.527Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2518 | 2024-10-11T18:40:32.861Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2519 | 2024-10-11T18:40:32.954Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2520 | 2024-10-11T18:40:33.071Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2521 | 2024-10-11T18:40:33.250Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2522 | 2024-10-11T18:40:33.370Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2523 | 2024-10-11T18:40:33.589Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2524 | 2024-10-11T18:40:33.614Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2525 | 2024-10-11T18:40:33.915Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2526 | 2024-10-11T18:40:34.122Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2527 | 2024-10-11T18:40:34.467Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2528 | 2024-10-11T18:40:34.541Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2529 | 2024-10-11T18:40:34.688Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2530 | 2024-10-11T18:40:34.913Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2531 | 2024-10-11T18:40:34.938Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2532 | 2024-10-11T18:40:35.031Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2533 | 2024-10-11T18:40:35.491Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2534 | 2024-10-11T18:40:35.733Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2535 | 2024-10-11T18:40:39.863Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2536 | 2024-10-11T18:40:40.535Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2537 | 2024-10-11T18:40:40.710Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2538 | 2024-10-11T18:40:40.838Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2539 | 2024-10-11T18:40:41.275Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2540 | 2024-10-11T18:40:42.314Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2541 | 2024-10-11T18:40:42.828Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2542 | 2024-10-11T18:40:42.977Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2543 | 2024-10-11T18:40:44.210Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2544 | 2024-10-11T18:40:44.535Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2545 | 2024-10-11T18:40:45.711Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2546 | 2024-10-11T18:40:49.894Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2547 | 2024-10-11T18:40:50.673Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2548 | 2024-10-11T18:40:51.073Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2549 | 2024-10-11T18:40:51.153Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2550 | 2024-10-11T18:40:51.554Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2551 | 2024-10-11T18:40:51.595Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2552 | 2024-10-11T18:40:52.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2553 | 2024-10-11T18:40:52.633Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2024-10-11T18:40:52.700Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2555 | 2024-10-11T18:40:53.153Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2556 | 2024-10-11T18:40:53.290Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2557 | 2024-10-11T18:40:54.389Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2558 | 2024-10-11T18:40:54.421Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2024-10-11T18:40:54.622Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2560 | 2024-10-11T18:40:55.007Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2561 | 2024-10-11T18:40:55.037Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2562 | 2024-10-11T18:40:55.694Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2563 | 2024-10-11T18:40:55.806Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2564 | 2024-10-11T18:40:56.068Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2565 | 2024-10-11T18:40:56.805Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2566 | 2024-10-11T18:40:56.853Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2567 | 2024-10-11T18:40:56.972Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
| 2568 | 2024-10-11T18:40:57.237Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2024-10-11T18:40:57.684Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2570 | 2024-10-11T18:40:57.875Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2571 | 2024-10-11T18:40:58.742Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2572 | 2024-10-11T18:40:59.115Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2573 | 2024-10-11T18:40:59.210Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2574 | 2024-10-11T18:40:59.230Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2575 | 2024-10-11T18:40:59.248Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2576 | 2024-10-11T18:40:59.827Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2577 | 2024-10-11T18:41:00.121Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2578 | 2024-10-11T18:41:00.421Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2579 | 2024-10-11T18:41:00.521Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2580 | 2024-10-11T18:41:00.915Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2581 | 2024-10-11T18:41:01.469Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2582 | 2024-10-11T18:41:01.586Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2583 | 2024-10-11T18:41:02.216Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2584 | 2024-10-11T18:41:02.237Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2585 | 2024-10-11T18:41:05.486Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2586 | 2024-10-11T18:41:06.028Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2587 | 2024-10-11T18:41:06.079Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2588 | 2024-10-11T18:41:06.209Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2589 | 2024-10-11T18:41:07.108Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2590 | 2024-10-11T18:41:07.375Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2591 | 2024-10-11T18:41:08.102Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2592 | 2024-10-11T18:41:08.745Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2593 | 2024-10-11T18:41:09.634Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2594 | 2024-10-11T18:41:10.780Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2595 | 2024-10-11T18:41:11.855Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2596 | 2024-10-11T18:41:12.033Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2597 | 2024-10-11T18:41:12.682Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2598 | 2024-10-11T18:41:14.846Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2599 | 2024-10-11T18:41:15.628Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2600 | 2024-10-11T18:41:16.574Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2601 | 2024-10-11T18:41:17.673Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2602 | 2024-10-11T18:41:20.106Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2603 | 2024-10-11T18:41:30.255Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2604 | 2024-10-11T18:41:42.731Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2605 | 2024-10-11T18:41:43.117Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2606 | 2024-10-11T18:42:14.850Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2607 | 2024-10-11T18:42:16.138Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2608 | 2024-10-11T18:42:19.022Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2609 | 2024-10-11T18:42:19.253Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2610 | 2024-10-11T18:42:21.822Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2611 | 2024-10-11T18:42:29.203Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2612 | 2024-10-11T18:42:29.913Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2613 | 2024-10-11T18:42:47.418Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2614 | 2024-10-11T18:42:56.993Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2615 | 2024-10-11T18:42:58.158Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2616 | 2024-10-11T18:42:59.063Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2617 | 2024-10-11T18:42:59.779Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2618 | 2024-10-11T18:42:59.799Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2619 | 2024-10-11T18:43:02.013Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2620 | 2024-10-11T18:43:02.347Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2621 | 2024-10-11T18:43:07.440Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2622 | 2024-10-11T18:43:14.197Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2623 | 2024-10-11T18:43:28.888Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2624 | 2024-10-11T18:43:38.788Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2625 | 2024-10-11T18:43:47.791Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2626 | 2024-10-11T18:43:55.114Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2627 | 2024-10-11T18:43:57.290Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2628 | 2024-10-11T18:43:59.528Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2629 | 2024-10-11T18:44:00.971Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2630 | 2024-10-11T18:44:06.897Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2631 | 2024-10-11T18:44:10.500Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2632 | 2024-10-11T18:44:16.792Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2633 | 2024-10-11T18:44:24.318Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2634 | 2024-10-11T18:44:24.941Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2635 | 2024-10-11T18:44:28.252Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2636 | 2024-10-11T18:44:38.466Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2637 | 2024-10-11T18:44:42.284Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2638 | 2024-10-11T18:44:43.725Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2639 | 2024-10-11T18:44:47.215Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2640 | 2024-10-11T18:44:53.915Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2641 | 2024-10-11T18:44:54.328Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2642 | 2024-10-11T18:44:57.505Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2643 | 2024-10-11T18:45:06.738Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2644 | 2024-10-11T18:45:08.474Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2645 | 2024-10-11T18:45:10.714Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2646 | 2024-10-11T18:45:15.196Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2647 | 2024-10-11T18:45:15.323Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2648 | 2024-10-11T18:45:15.542Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2649 | 2024-10-11T18:45:18.083Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2650 | 2024-10-11T18:45:28.680Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2651 | 2024-10-11T18:45:29.018Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2652 | 2024-10-11T18:45:29.595Z | Documenting clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
| 2653 | 2024-10-11T18:45:30.051Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2654 | 2024-10-11T18:45:34.567Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2655 | 2024-10-11T18:45:39.407Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2656 | 2024-10-11T18:45:40.696Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2657 | 2024-10-11T18:45:44.044Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2658 | 2024-10-11T18:45:45.080Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2659 | 2024-10-11T18:45:47.405Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2660 | 2024-10-11T18:45:49.070Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2661 | 2024-10-11T18:45:50.484Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2662 | 2024-10-11T18:45:58.174Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2663 | 2024-10-11T18:45:59.978Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2664 | 2024-10-11T18:46:02.274Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2665 | 2024-10-11T18:46:02.653Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2666 | 2024-10-11T18:46:03.309Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2667 | 2024-10-11T18:46:07.226Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2668 | 2024-10-11T18:46:07.855Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2669 | 2024-10-11T18:46:12.355Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2670 | 2024-10-11T18:46:16.087Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2671 | 2024-10-11T18:46:16.478Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2672 | 2024-10-11T18:46:18.569Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2673 | 2024-10-11T18:46:19.669Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2674 | 2024-10-11T18:46:21.154Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2675 | 2024-10-11T18:46:21.192Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2676 | 2024-10-11T18:46:25.367Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2677 | 2024-10-11T18:46:31.200Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2678 | 2024-10-11T18:46:33.624Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2679 | 2024-10-11T18:46:34.463Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2680 | 2024-10-11T18:46:35.093Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2681 | 2024-10-11T18:46:35.398Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2682 | 2024-10-11T18:46:37.741Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2683 | 2024-10-11T18:46:38.479Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2684 | 2024-10-11T18:46:41.579Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2685 | 2024-10-11T18:46:42.647Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2686 | 2024-10-11T18:46:48.850Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2687 | 2024-10-11T18:46:49.947Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2688 | 2024-10-11T18:46:51.690Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2689 | 2024-10-11T18:46:52.251Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2690 | 2024-10-11T18:46:53.088Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2691 | 2024-10-11T18:46:58.033Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2692 | 2024-10-11T18:47:00.556Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2693 | 2024-10-11T18:47:04.408Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2694 | 2024-10-11T18:47:05.402Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2695 | 2024-10-11T18:47:05.514Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2696 | 2024-10-11T18:47:06.789Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2697 | 2024-10-11T18:47:09.196Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2698 | 2024-10-11T18:47:09.753Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2699 | 2024-10-11T18:47:12.123Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2700 | 2024-10-11T18:47:12.354Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2701 | 2024-10-11T18:47:14.934Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2702 | 2024-10-11T18:47:15.354Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2703 | 2024-10-11T18:47:15.990Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2704 | 2024-10-11T18:47:16.914Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2705 | 2024-10-11T18:47:17.299Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2706 | 2024-10-11T18:47:20.291Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2707 | 2024-10-11T18:47:20.407Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2708 | 2024-10-11T18:47:20.933Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2709 | 2024-10-11T18:47:47.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 22s |
| 2710 | 2024-10-11T18:47:47.399Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 130 other files |
| 2711 | 2024-10-11T18:47:47.463Z | |
| 2712 | 2024-10-11T18:47:47.463Z | real 7:22.395559927 |
| 2713 | 2024-10-11T18:47:47.463Z | user 22:55.265438201 |
| 2714 | 2024-10-11T18:47:47.463Z | sys 32:36.092941673 |
| 2715 | 2024-10-11T18:47:47.463Z | trap 0.377344902 |
| 2716 | 2024-10-11T18:47:47.463Z | tflt 0.186847600 |
| 2717 | 2024-10-11T18:47:47.464Z | dflt 0.164031775 |
| 2718 | 2024-10-11T18:47:47.467Z | kflt 0.000000000 |
| 2719 | 2024-10-11T18:47:47.467Z | lock 1:14:09.596439436 |
| 2720 | 2024-10-11T18:47:47.467Z | slp 2:05:55.530850710 |
| 2721 | 2024-10-11T18:47:47.467Z | lat 1:13.232206679 |
| 2722 | 2024-10-11T18:47:47.467Z | stop 1:05.360679044 |
| 2723 | 2024-10-11T18:47:47.467Z | process exited: duration 1054626 ms, exit code 0 |
| |
| 2724 | 2024-10-11T18:47:47.473Z | found 0 output files |