|
|
|
| 1 | 2023-10-24T00:14:31.509Z | job assigned to worker 01HDFGDDQTFBTTCXRW2DB5W2R0 (queued for 1 m 59 s) |
| |
| 2 | 2023-10-24T00:14:32.282Z | starting task 0: "setup" |
| 3 | 2023-10-24T00:14:32.515Z | ++ uname -s |
| 4 | 2023-10-24T00:14:32.530Z | + kern=SunOS |
| 5 | 2023-10-24T00:14:32.543Z | + case "$kern" in |
| 6 | 2023-10-24T00:14:32.551Z | + groupadd -g 12345 build |
| 7 | 2023-10-24T00:14:32.555Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-10-24T00:14:34.522Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-10-24T00:14:34.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-10-24T00:14:34.748Z | + home_fs=zfs |
| 11 | 2023-10-24T00:14:34.762Z | + [[ zfs == autofs ]] |
| 12 | 2023-10-24T00:14:34.774Z | + mkdir -p /home/build |
| 13 | 2023-10-24T00:14:34.788Z | + chown build:build /home/build /work |
| 14 | 2023-10-24T00:14:36.740Z | + chmod 0700 /home/build /work |
| 15 | 2023-10-24T00:14:36.755Z | process exited: duration 4455 ms, exit code 0 |
| |
| 16 | 2023-10-24T00:14:37.191Z | starting task 1: "rust-toolchain" |
| 17 | 2023-10-24T00:14:37.205Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-10-24T00:14:37.216Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-10-24T00:14:37.377Z | info: downloading installer |
| 20 | 2023-10-24T00:14:39.481Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-10-24T00:14:39.485Z | warning: /opt/ooce/bin |
| 22 | 2023-10-24T00:14:39.491Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-10-24T00:14:39.501Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-10-24T00:14:39.517Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-10-24T00:14:39.543Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-10-24T00:14:39.550Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-10-24T00:14:39.566Z | error: cannot install while Rust is installed |
| 28 | 2023-10-24T00:14:39.582Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-10-24T00:14:39.749Z | info: profile set to 'default' |
| 30 | 2023-10-24T00:14:39.763Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-10-24T00:14:39.768Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-10-24T00:14:39.901Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-10-24T00:14:39.904Z | info: downloading component 'cargo' |
| 34 | 2023-10-24T00:14:40.519Z | info: downloading component 'clippy' |
| 35 | 2023-10-24T00:14:40.747Z | info: downloading component 'rust-docs' |
| 36 | 2023-10-24T00:14:41.519Z | info: downloading component 'rust-std' |
| 37 | 2023-10-24T00:14:42.913Z | info: downloading component 'rustc' |
| 38 | 2023-10-24T00:14:46.363Z | info: downloading component 'rustfmt' |
| 39 | 2023-10-24T00:14:46.488Z | info: installing component 'cargo' |
| 40 | 2023-10-24T00:14:48.529Z | info: installing component 'clippy' |
| 41 | 2023-10-24T00:14:49.391Z | info: installing component 'rust-docs' |
| 42 | 2023-10-24T00:14:51.971Z | info: installing component 'rust-std' |
| 43 | 2023-10-24T00:14:56.498Z | info: installing component 'rustc' |
| 44 | 2023-10-24T00:15:07.322Z | info: installing component 'rustfmt' |
| 45 | 2023-10-24T00:15:07.770Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-10-24T00:15:07.774Z | |
| 47 | 2023-10-24T00:15:07.908Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-10-24T00:15:07.928Z | |
| 49 | 2023-10-24T00:15:07.939Z | |
| 50 | 2023-10-24T00:15:07.946Z | Rust is installed now. Great! |
| 51 | 2023-10-24T00:15:07.952Z | |
| 52 | 2023-10-24T00:15:07.957Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-10-24T00:15:07.962Z | environment variable. This has not been done automatically. |
| 54 | 2023-10-24T00:15:07.968Z | |
| 55 | 2023-10-24T00:15:07.973Z | To configure your current shell, run: |
| 56 | 2023-10-24T00:15:07.979Z | source "$HOME/.cargo/env" |
| 57 | 2023-10-24T00:15:07.991Z | + rustc --version |
| 58 | 2023-10-24T00:15:08.107Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-10-24T00:15:08.130Z | process exited: duration 30909 ms, exit code 0 |
| |
| 60 | 2023-10-24T00:15:08.147Z | starting task 2: "authentication" |
| 61 | 2023-10-24T00:15:08.599Z | process exited: duration 443 ms, exit code 0 |
| |
| 62 | 2023-10-24T00:15:08.620Z | starting task 3: "clone repository" |
| 63 | 2023-10-24T00:15:08.636Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-10-24T00:15:08.648Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-10-24T00:15:08.704Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-10-24T00:15:15.125Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-10-24T00:15:15.128Z | + [[ -n luqmana/port-config-vid ]] |
| 68 | 2023-10-24T00:15:15.131Z | + git fetch origin luqmana/port-config-vid |
| 69 | 2023-10-24T00:15:15.491Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-10-24T00:15:15.494Z | * branch luqmana/port-config-vid -> FETCH_HEAD |
| 71 | 2023-10-24T00:15:15.502Z | + git checkout -B luqmana/port-config-vid remotes/origin/luqmana/port-config-vid |
| 72 | 2023-10-24T00:15:15.593Z | Switched to a new branch 'luqmana/port-config-vid' |
| 73 | 2023-10-24T00:15:15.596Z | branch 'luqmana/port-config-vid' set up to track 'origin/luqmana/port-config-vid'. |
| 74 | 2023-10-24T00:15:15.599Z | + git reset --hard e26db074eed419b6394dc56e4c24d6ec5701cc3d |
| 75 | 2023-10-24T00:15:15.613Z | HEAD is now at e26db074 wicket: display vlan ids |
| 76 | 2023-10-24T00:15:15.616Z | process exited: duration 6988 ms, exit code 0 |
| |
| 77 | 2023-10-24T00:15:15.623Z | starting task 4: "build" |
| 78 | 2023-10-24T00:15:15.633Z | + cargo --version |
| 79 | 2023-10-24T00:15:15.721Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
| 80 | 2023-10-24T00:15:15.724Z | + rustc --version |
| 81 | 2023-10-24T00:15:15.824Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 82 | 2023-10-24T00:15:15.828Z | + source ./env.sh |
| 83 | 2023-10-24T00:15:15.831Z | ++ set -o xtrace |
| 84 | 2023-10-24T00:15:15.834Z | ++++ dirname ./env.sh |
| 85 | 2023-10-24T00:15:15.837Z | +++ cd . |
| 86 | 2023-10-24T00:15:15.840Z | +++ echo /work/oxidecomputer/omicron |
| 87 | 2023-10-24T00:15:15.843Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2023-10-24T00:15:15.846Z | ++ 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 | 2023-10-24T00:15:15.849Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2023-10-24T00:15:15.851Z | ++ 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 | 2023-10-24T00:15:15.854Z | ++ 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 | 2023-10-24T00:15:15.858Z | ++ 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 | 2023-10-24T00:15:15.862Z | ++ 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 | 2023-10-24T00:15:15.865Z | ++ 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 | 2023-10-24T00:15:15.868Z | ++ 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 | 2023-10-24T00:15:15.871Z | ++ unset OMICRON_WS |
| 97 | 2023-10-24T00:15:15.874Z | ++ set +o xtrace |
| 98 | 2023-10-24T00:15:15.965Z | |
| 99 | 2023-10-24T00:15:15.969Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 100 | 2023-10-24T00:15:15.972Z | # # # # # # # # # # # # # # # |
| 101 | 2023-10-24T00:15:15.975Z | # # # # ##### # # ##### # # # # # #### # |
| 102 | 2023-10-24T00:15:15.978Z | ##### ##### # ##### # # # # # # # # # |
| 103 | 2023-10-24T00:15:15.981Z | # # # # # # # # # # # # # # # |
| 104 | 2023-10-24T00:15:15.984Z | # # # ###### # # ###### ### # #### # #### # |
| 105 | 2023-10-24T00:15:15.987Z | |
| 106 | 2023-10-24T00:15:26.432Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 107 | 2023-10-24T00:15:27.366Z | Startup: Caching catalogs ... Done |
| 108 | 2023-10-24T00:15:31.888Z | Planning: Solver setup ... Done (4.240s) |
| 109 | 2023-10-24T00:15:31.998Z | Planning: Running solver ... Done (0.111s) |
| 110 | 2023-10-24T00:15:32.089Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2023-10-24T00:15:32.093Z | Planning: Fetching manifests: 0/4 0% complete |
| 112 | 2023-10-24T00:15:32.293Z | Planning: Fetching manifests: 4/4 100% complete |
| 113 | 2023-10-24T00:15:32.419Z | Planning: Package planning ... Done (0.078s) |
| 114 | 2023-10-24T00:15:32.492Z | Planning: Merging actions ... Done (0.085s) |
| 115 | 2023-10-24T00:15:33.035Z | Planning: Checking for conflicting actions ... Done (0.578s) |
| 116 | 2023-10-24T00:15:33.052Z | Planning: Consolidating action changes ... Done (0.017s) |
| 117 | 2023-10-24T00:15:38.375Z | Planning: Evaluating mediators ... Done (5.322s) |
| 118 | 2023-10-24T00:15:38.392Z | Planning: Planning completed in 10.97 seconds |
| 119 | 2023-10-24T00:15:41.019Z | Packages to install: 4 |
| 120 | 2023-10-24T00:15:41.022Z | Mediators to change: 2 |
| 121 | 2023-10-24T00:15:41.025Z | Services to change: 1 |
| 122 | 2023-10-24T00:15:41.028Z | Estimated space available: 149.39 GB |
| 123 | 2023-10-24T00:15:41.030Z | Estimated space to be consumed: 1.37 GB |
| 124 | 2023-10-24T00:15:41.033Z | Create boot environment: No |
| 125 | 2023-10-24T00:15:41.036Z | Create backup boot environment: No |
| 126 | 2023-10-24T00:15:41.039Z | Rebuild boot archive: No |
| 127 | 2023-10-24T00:15:41.042Z | |
| 128 | 2023-10-24T00:15:41.045Z | Changed mediators: |
| 129 | 2023-10-24T00:15:41.047Z | mediator clang: |
| 130 | 2023-10-24T00:15:41.050Z | version: None -> 15 (system default) |
| 131 | 2023-10-24T00:15:41.053Z | |
| 132 | 2023-10-24T00:15:41.056Z | mediator llvm: |
| 133 | 2023-10-24T00:15:41.059Z | version: 14 (system default) -> 15 (system default) |
| 134 | 2023-10-24T00:15:41.062Z | |
| 135 | 2023-10-24T00:15:41.065Z | Changed packages: |
| 136 | 2023-10-24T00:15:41.070Z | helios-dev |
| 137 | 2023-10-24T00:15:41.074Z | developer/build-essential |
| 138 | 2023-10-24T00:15:41.079Z | None -> 11-2.0 |
| 139 | 2023-10-24T00:15:41.083Z | library/libxmlsec1 |
| 140 | 2023-10-24T00:15:41.086Z | None -> 1.2.35-2.0 |
| 141 | 2023-10-24T00:15:41.089Z | ooce/developer/clang-15 |
| 142 | 2023-10-24T00:15:41.092Z | None -> 15.0.7-2.0 |
| 143 | 2023-10-24T00:15:41.095Z | ooce/developer/llvm-15 |
| 144 | 2023-10-24T00:15:41.098Z | None -> 15.0.7-2.0 |
| 145 | 2023-10-24T00:15:41.101Z | |
| 146 | 2023-10-24T00:15:41.104Z | Services: |
| 147 | 2023-10-24T00:15:41.107Z | restart_fmri: |
| 148 | 2023-10-24T00:15:41.110Z | svc:/system/update-man-index:default |
| 149 | 2023-10-24T00:15:41.223Z | |
| 150 | 2023-10-24T00:15:41.226Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 151 | 2023-10-24T00:15:46.237Z | Download: 589/3290 items 17.1/212.6MB 8% complete (3.6M/s) |
| 152 | 2023-10-24T00:15:51.342Z | Download: 1198/3290 items 70.8/212.6MB 33% complete (7.2M/s) |
| 153 | 2023-10-24T00:15:58.867Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
| 154 | 2023-10-24T00:16:04.528Z | Download: 3284/3290 items 211.6/212.6MB 99% complete (9.2M/s) |
| 155 | 2023-10-24T00:16:06.172Z | Download: Completed 212.60 MB in 24.95 seconds (8.5M/s) |
| 156 | 2023-10-24T00:16:08.081Z | Actions: 1/3687 actions (Installing new actions) |
| 157 | 2023-10-24T00:16:13.084Z | Actions: 2865/3687 actions (Installing new actions) |
| 158 | 2023-10-24T00:16:16.269Z | Actions: Completed 3687 actions in 8.19 seconds. |
| 159 | 2023-10-24T00:16:16.360Z | Done (0.078s) |
| 160 | 2023-10-24T00:16:16.386Z | Done (0.000s) |
| 161 | 2023-10-24T00:16:16.555Z | Done (0.192s) |
| 162 | 2023-10-24T00:16:24.508Z | Done (7.848s) |
| 163 | 2023-10-24T00:16:24.716Z | Done (0.107s) |
| 164 | 2023-10-24T00:16:24.738Z | Done (0.000s) |
| 165 | 2023-10-24T00:16:24.947Z | Done (0.000s) |
| 166 | 2023-10-24T00:16:25.627Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2023-10-24T00:16:25.913Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2023-10-24T00:16:25.926Z | Planning: Consolidating action changes ... Done |
| 169 | 2023-10-24T00:16:26.424Z | Planning: Evaluating mediators ... Done |
| 170 | 2023-10-24T00:16:26.442Z | Planning: Planning completed in 0.72 seconds |
| 171 | 2023-10-24T00:16:26.460Z | Mediators to change: 2 |
| 172 | 2023-10-24T00:16:26.478Z | Create boot environment: No |
| 173 | 2023-10-24T00:16:26.500Z | Create backup boot environment: No |
| 174 | 2023-10-24T00:16:26.571Z | Done |
| 175 | 2023-10-24T00:16:26.582Z | Done |
| 176 | 2023-10-24T00:16:26.687Z | Done |
| 177 | 2023-10-24T00:16:32.426Z | Done |
| 178 | 2023-10-24T00:16:32.549Z | Done |
| 179 | 2023-10-24T00:16:32.562Z | Done |
| 180 | 2023-10-24T00:16:32.649Z | Done |
| 181 | 2023-10-24T00:16:33.648Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2023-10-24T00:16:33.656Z | Planning: Merging actions ... Done |
| 183 | 2023-10-24T00:16:33.996Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2023-10-24T00:16:34.007Z | Planning: Consolidating action changes ... Done |
| 185 | 2023-10-24T00:16:34.395Z | Planning: Evaluating mediators ... Done |
| 186 | 2023-10-24T00:16:34.487Z | Planning: Planning completed in 1.27 seconds |
| 187 | 2023-10-24T00:16:34.578Z | Packages to change: 1 |
| 188 | 2023-10-24T00:16:34.583Z | Mediators to change: 1 |
| 189 | 2023-10-24T00:16:34.589Z | Services to change: 1 |
| 190 | 2023-10-24T00:16:34.594Z | Create boot environment: No |
| 191 | 2023-10-24T00:16:34.598Z | Create backup boot environment: Yes |
| 192 | 2023-10-24T00:16:36.836Z | Actions: 1/6 actions (Updating modified actions) |
| 193 | 2023-10-24T00:16:36.844Z | Actions: Completed 6 actions in 0.00 seconds. |
| 194 | 2023-10-24T00:16:36.849Z | Done |
| 195 | 2023-10-24T00:16:36.859Z | Done |
| 196 | 2023-10-24T00:16:37.297Z | Done |
| 197 | 2023-10-24T00:16:42.621Z | Done |
| 198 | 2023-10-24T00:16:42.749Z | Done |
| 199 | 2023-10-24T00:16:42.753Z | Done |
| 200 | 2023-10-24T00:16:42.894Z | Done |
| 201 | 2023-10-24T00:16:43.531Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2023-10-24T00:16:43.541Z | clang system 15 system |
| 203 | 2023-10-24T00:16:43.549Z | csh system system illumos |
| 204 | 2023-10-24T00:16:43.560Z | ctags system system illumos |
| 205 | 2023-10-24T00:16:43.571Z | gcc vendor 12 vendor |
| 206 | 2023-10-24T00:16:43.575Z | gcc system 10 system |
| 207 | 2023-10-24T00:16:43.581Z | gcc system 7 system |
| 208 | 2023-10-24T00:16:43.585Z | go system 1.20 system |
| 209 | 2023-10-24T00:16:43.593Z | go system 1.19 system |
| 210 | 2023-10-24T00:16:43.598Z | llvm system 15 system |
| 211 | 2023-10-24T00:16:43.606Z | llvm system 14 system |
| 212 | 2023-10-24T00:16:43.616Z | mariadb system 10.6 system |
| 213 | 2023-10-24T00:16:43.621Z | mta vendor vendor dma |
| 214 | 2023-10-24T00:16:43.629Z | openjdk system 17 system |
| 215 | 2023-10-24T00:16:43.640Z | openjdk system 11 system |
| 216 | 2023-10-24T00:16:43.644Z | openjdk system 1.8 system |
| 217 | 2023-10-24T00:16:43.649Z | openssl vendor 3 vendor |
| 218 | 2023-10-24T00:16:43.653Z | perl system 5.36 system |
| 219 | 2023-10-24T00:16:43.656Z | postgresql system 15 system |
| 220 | 2023-10-24T00:16:43.659Z | postgresql system 13 system |
| 221 | 2023-10-24T00:16:43.663Z | python vendor 3 vendor |
| 222 | 2023-10-24T00:16:43.665Z | python system 2 system |
| 223 | 2023-10-24T00:16:43.671Z | python3 system 3.11 system |
| 224 | 2023-10-24T00:16:43.677Z | ruby system 3.0 system |
| 225 | 2023-10-24T00:16:43.686Z | words vendor vendor american-english |
| 226 | 2023-10-24T00:16:43.692Z | words system system australian-english |
| 227 | 2023-10-24T00:16:43.696Z | words system system british-english |
| 228 | 2023-10-24T00:16:43.701Z | words system system canadian-english |
| 229 | 2023-10-24T00:16:43.709Z | words system system french |
| 230 | 2023-10-24T00:16:43.718Z | words system system italian |
| 231 | 2023-10-24T00:16:43.726Z | words system system ngerman |
| 232 | 2023-10-24T00:16:43.738Z | words system system ogerman |
| 233 | 2023-10-24T00:16:43.749Z | words system system spanish |
| 234 | 2023-10-24T00:16:44.059Z | FMRI IFO |
| 235 | 2023-10-24T00:16:44.076Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2023-10-24T00:16:44.083Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2023-10-24T00:16:44.099Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 238 | 2023-10-24T00:16:44.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 239 | 2023-10-24T00:16:44.114Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 240 | 2023-10-24T00:16:44.124Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 241 | 2023-10-24T00:16:44.129Z | + set -o errexit |
| 242 | 2023-10-24T00:16:44.132Z | +++ dirname ./tools/ci_download_cockroachdb |
| 243 | 2023-10-24T00:16:44.135Z | ++ cd ./tools |
| 244 | 2023-10-24T00:16:44.138Z | ++ pwd |
| 245 | 2023-10-24T00:16:44.141Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 246 | 2023-10-24T00:16:44.146Z | ++ basename ./tools/ci_download_cockroachdb |
| 247 | 2023-10-24T00:16:44.156Z | + ARG0=ci_download_cockroachdb |
| 248 | 2023-10-24T00:16:44.168Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 249 | 2023-10-24T00:16:44.182Z | + CIDL_VERSION=v22.1.9 |
| 250 | 2023-10-24T00:16:44.195Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 251 | 2023-10-24T00:16:44.210Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 252 | 2023-10-24T00:16:44.228Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 253 | 2023-10-24T00:16:44.243Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 254 | 2023-10-24T00:16:44.261Z | + TARGET_DIR=out |
| 255 | 2023-10-24T00:16:44.270Z | + DOWNLOAD_DIR=out/downloads |
| 256 | 2023-10-24T00:16:44.279Z | + DEST_DIR=./out/cockroachdb |
| 257 | 2023-10-24T00:16:44.696Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 258 | 2023-10-24T00:16:44.706Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 259 | 2023-10-24T00:16:44.721Z | + main |
| 260 | 2023-10-24T00:16:44.738Z | + [[ 0 != 0 ]] |
| 261 | 2023-10-24T00:16:44.750Z | + CIDL_OS=solaris2.11 |
| 262 | 2023-10-24T00:16:44.764Z | + [[ 0 != 0 ]] |
| 263 | 2023-10-24T00:16:44.769Z | + configure_os solaris2.11 |
| 264 | 2023-10-24T00:16:44.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 265 | 2023-10-24T00:16:44.786Z | current directory: /work/oxidecomputer/omicron |
| 266 | 2023-10-24T00:16:44.802Z | + echo 'configuring based on OS: "solaris2.11"' |
| 267 | 2023-10-24T00:16:44.818Z | configuring based on OS: "solaris2.11" |
| 268 | 2023-10-24T00:16:44.830Z | + case "$1" in |
| 269 | 2023-10-24T00:16:44.849Z | + CIDL_BUILD=illumos |
| 270 | 2023-10-24T00:16:44.865Z | + CIDL_SUFFIX=tar.gz |
| 271 | 2023-10-24T00:16:44.876Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 272 | 2023-10-24T00:16:44.893Z | + CIDL_MD5FUNC=do_md5sum |
| 273 | 2023-10-24T00:16:44.904Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 274 | 2023-10-24T00:16:44.913Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 275 | 2023-10-24T00:16:44.937Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 276 | 2023-10-24T00:16:44.996Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 277 | 2023-10-24T00:16:45.011Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2023-10-24T00:16:45.020Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 279 | 2023-10-24T00:16:45.030Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 280 | 2023-10-24T00:16:45.036Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 281 | 2023-10-24T00:16:45.047Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 282 | 2023-10-24T00:16:45.056Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 283 | 2023-10-24T00:16:45.062Z | + mkdir -p out/downloads |
| 284 | 2023-10-24T00:16:45.074Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 285 | 2023-10-24T00:16:45.082Z | + mkdir -p ./out/cockroachdb |
| 286 | 2023-10-24T00:16:45.093Z | + local DO_DOWNLOAD=true |
| 287 | 2023-10-24T00:16:45.099Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 288 | 2023-10-24T00:16:45.107Z | + '[' true == true ']' |
| 289 | 2023-10-24T00:16:45.120Z | + echo Downloading... |
| 290 | 2023-10-24T00:16:45.126Z | Downloading... |
| 291 | 2023-10-24T00:16:45.135Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2023-10-24T00:16:45.143Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2023-10-24T00:16:50.937Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-10-24T00:16:50.941Z | ++ md5sum |
| 295 | 2023-10-24T00:16:50.944Z | ++ awk '{print $1}' |
| 296 | 2023-10-24T00:16:51.121Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 297 | 2023-10-24T00:16:51.124Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 298 | 2023-10-24T00:16:51.128Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2023-10-24T00:16:51.131Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 300 | 2023-10-24T00:16:54.524Z | + do_assemble_illumos |
| 301 | 2023-10-24T00:16:54.532Z | + rm -r ./out/cockroachdb |
| 302 | 2023-10-24T00:16:54.542Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 303 | 2023-10-24T00:16:55.101Z | + ./out/cockroachdb/bin/cockroach version |
| 304 | 2023-10-24T00:16:55.335Z | Build Tag: v22.1.9-dirty |
| 305 | 2023-10-24T00:16:55.339Z | Build Time: 2022/10/26 21:17:46 |
| 306 | 2023-10-24T00:16:55.342Z | Distribution: OSS |
| 307 | 2023-10-24T00:16:55.344Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 308 | 2023-10-24T00:16:55.347Z | Go Version: go1.17.13 |
| 309 | 2023-10-24T00:16:55.350Z | C Compiler: gcc 10.3.0 |
| 310 | 2023-10-24T00:16:55.353Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 311 | 2023-10-24T00:16:55.356Z | Build Type: release |
| 312 | 2023-10-24T00:16:55.359Z | + set -o errexit |
| 313 | 2023-10-24T00:16:55.362Z | +++ dirname ./tools/ci_download_clickhouse |
| 314 | 2023-10-24T00:16:55.365Z | ++ cd ./tools |
| 315 | 2023-10-24T00:16:55.368Z | ++ pwd |
| 316 | 2023-10-24T00:16:55.371Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 317 | 2023-10-24T00:16:55.374Z | ++ basename ./tools/ci_download_clickhouse |
| 318 | 2023-10-24T00:16:55.377Z | + ARG0=ci_download_clickhouse |
| 319 | 2023-10-24T00:16:55.380Z | + TARGET_DIR=out |
| 320 | 2023-10-24T00:16:55.383Z | + DOWNLOAD_DIR=out/downloads |
| 321 | 2023-10-24T00:16:55.385Z | + DEST_DIR=./out/clickhouse |
| 322 | 2023-10-24T00:16:55.388Z | + CIDL_VERSION=v22.8.9.24 |
| 323 | 2023-10-24T00:16:55.392Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 324 | 2023-10-24T00:16:55.396Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 325 | 2023-10-24T00:16:55.399Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 326 | 2023-10-24T00:16:55.403Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 327 | 2023-10-24T00:16:55.407Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 328 | 2023-10-24T00:16:55.410Z | + main |
| 329 | 2023-10-24T00:16:55.414Z | + [[ 0 != 0 ]] |
| 330 | 2023-10-24T00:16:55.418Z | + CIDL_OS=solaris2.11 |
| 331 | 2023-10-24T00:16:55.422Z | + [[ 0 != 0 ]] |
| 332 | 2023-10-24T00:16:55.427Z | + configure_os solaris2.11 |
| 333 | 2023-10-24T00:16:55.431Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 334 | 2023-10-24T00:16:55.434Z | current directory: /work/oxidecomputer/omicron |
| 335 | 2023-10-24T00:16:55.437Z | + echo 'configuring based on OS: "solaris2.11"' |
| 336 | 2023-10-24T00:16:55.443Z | configuring based on OS: "solaris2.11" |
| 337 | 2023-10-24T00:16:55.453Z | + CIDL_DASHREV= |
| 338 | 2023-10-24T00:16:55.465Z | + case "$1" in |
| 339 | 2023-10-24T00:16:55.470Z | + CIDL_PLATFORM=illumos |
| 340 | 2023-10-24T00:16:55.474Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 341 | 2023-10-24T00:16:55.477Z | + CIDL_MD5FUNC=do_md5sum |
| 342 | 2023-10-24T00:16:55.480Z | + CIDL_DASHREV=-1 |
| 343 | 2023-10-24T00:16:55.483Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 344 | 2023-10-24T00:16:55.487Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2023-10-24T00:16:55.491Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 346 | 2023-10-24T00:16:55.494Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2023-10-24T00:16:55.497Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 348 | 2023-10-24T00:16:55.504Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2023-10-24T00:16:55.514Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 350 | 2023-10-24T00:16:55.523Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 351 | 2023-10-24T00:16:55.531Z | + mkdir -p out/downloads |
| 352 | 2023-10-24T00:16:55.539Z | + mkdir -p ./out/clickhouse |
| 353 | 2023-10-24T00:16:55.549Z | + local DO_DOWNLOAD=true |
| 354 | 2023-10-24T00:16:55.558Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 355 | 2023-10-24T00:16:55.567Z | + '[' true == true ']' |
| 356 | 2023-10-24T00:16:55.575Z | + echo Downloading... |
| 357 | 2023-10-24T00:16:55.586Z | Downloading... |
| 358 | 2023-10-24T00:16:55.597Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 359 | 2023-10-24T00:16:55.605Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 360 | 2023-10-24T00:16:58.526Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2023-10-24T00:16:58.529Z | ++ md5sum |
| 362 | 2023-10-24T00:16:58.532Z | ++ awk '{print $1}' |
| 363 | 2023-10-24T00:16:58.791Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 364 | 2023-10-24T00:16:58.794Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 365 | 2023-10-24T00:16:58.797Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 366 | 2023-10-24T00:16:58.800Z | + mkdir -p ./out/clickhouse |
| 367 | 2023-10-24T00:16:58.803Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 368 | 2023-10-24T00:17:03.629Z | + ./out/clickhouse/clickhouse server --version |
| 369 | 2023-10-24T00:17:03.684Z | ClickHouse server version 22.8.9.1. |
| 370 | 2023-10-24T00:17:03.705Z | + set -o errexit |
| 371 | 2023-10-24T00:17:03.709Z | +++ dirname ./tools/ci_download_console |
| 372 | 2023-10-24T00:17:03.713Z | ++ cd ./tools |
| 373 | 2023-10-24T00:17:03.717Z | ++ pwd |
| 374 | 2023-10-24T00:17:03.720Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 375 | 2023-10-24T00:17:03.724Z | ++ basename ./tools/ci_download_console |
| 376 | 2023-10-24T00:17:03.727Z | + ARG0=ci_download_console |
| 377 | 2023-10-24T00:17:03.729Z | + TARGET_DIR=out |
| 378 | 2023-10-24T00:17:03.734Z | + DOWNLOAD_DIR=out/downloads |
| 379 | 2023-10-24T00:17:03.738Z | + DEST_DIR=./out/console-assets |
| 380 | 2023-10-24T00:17:03.742Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 381 | 2023-10-24T00:17:03.745Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
| 382 | 2023-10-24T00:17:03.749Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
| 383 | 2023-10-24T00:17:03.753Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 384 | 2023-10-24T00:17:03.759Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 385 | 2023-10-24T00:17:03.762Z | + main |
| 386 | 2023-10-24T00:17:03.767Z | + [[ 0 != 0 ]] |
| 387 | 2023-10-24T00:17:03.771Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
| 388 | 2023-10-24T00:17:03.775Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 389 | 2023-10-24T00:17:03.780Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 390 | 2023-10-24T00:17:03.785Z | Local file: out/downloads/console.tar.gz |
| 391 | 2023-10-24T00:17:03.789Z | + local DO_DOWNLOAD=true |
| 392 | 2023-10-24T00:17:03.793Z | + [[ -f out/downloads/console.tar.gz ]] |
| 393 | 2023-10-24T00:17:03.796Z | + mkdir -p out/downloads |
| 394 | 2023-10-24T00:17:03.802Z | + '[' true == true ']' |
| 395 | 2023-10-24T00:17:03.806Z | + echo Downloading... |
| 396 | 2023-10-24T00:17:03.810Z | Downloading... |
| 397 | 2023-10-24T00:17:03.815Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
| 398 | 2023-10-24T00:17:03.819Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 399 | 2023-10-24T00:17:04.411Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 400 | 2023-10-24T00:17:04.416Z | ++ case "$OSTYPE" in |
| 401 | 2023-10-24T00:17:04.420Z | ++ SHA=sha256sum |
| 402 | 2023-10-24T00:17:04.424Z | ++ sha256sum |
| 403 | 2023-10-24T00:17:04.428Z | ++ awk '{print $1}' |
| 404 | 2023-10-24T00:17:04.435Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
| 405 | 2023-10-24T00:17:04.438Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
| 406 | 2023-10-24T00:17:04.442Z | + rm -rf ./out/console-assets |
| 407 | 2023-10-24T00:17:04.446Z | + mkdir -p ./out/console-assets |
| 408 | 2023-10-24T00:17:04.450Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 409 | 2023-10-24T00:17:04.453Z | + mkdir -p ./out/console-assets |
| 410 | 2023-10-24T00:17:04.456Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 411 | 2023-10-24T00:17:04.603Z | + set -o errexit |
| 412 | 2023-10-24T00:17:04.607Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 413 | 2023-10-24T00:17:04.611Z | ++ cd ./tools |
| 414 | 2023-10-24T00:17:04.614Z | ++ pwd |
| 415 | 2023-10-24T00:17:04.617Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 416 | 2023-10-24T00:17:04.622Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 417 | 2023-10-24T00:17:04.627Z | + ARG0=ci_download_maghemite_openapi |
| 418 | 2023-10-24T00:17:04.631Z | + TARGET_DIR=out |
| 419 | 2023-10-24T00:17:04.634Z | + DOWNLOAD_DIR=out/downloads |
| 420 | 2023-10-24T00:17:04.637Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 421 | 2023-10-24T00:17:04.642Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 422 | 2023-10-24T00:17:04.645Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 423 | 2023-10-24T00:17:04.649Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 424 | 2023-10-24T00:17:04.652Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 425 | 2023-10-24T00:17:04.655Z | + main |
| 426 | 2023-10-24T00:17:04.660Z | + [[ 0 != 0 ]] |
| 427 | 2023-10-24T00:17:04.666Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
| 428 | 2023-10-24T00:17:04.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 429 | 2023-10-24T00:17:04.680Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
| 430 | 2023-10-24T00:17:04.687Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 431 | 2023-10-24T00:17:04.692Z | + local DO_DOWNLOAD=true |
| 432 | 2023-10-24T00:17:04.696Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
| 433 | 2023-10-24T00:17:04.699Z | + mkdir -p out/downloads |
| 434 | 2023-10-24T00:17:04.702Z | + '[' true == true ']' |
| 435 | 2023-10-24T00:17:04.706Z | + echo Downloading... |
| 436 | 2023-10-24T00:17:04.711Z | Downloading... |
| 437 | 2023-10-24T00:17:04.716Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 438 | 2023-10-24T00:17:04.720Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 439 | 2023-10-24T00:17:05.272Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 440 | 2023-10-24T00:17:05.281Z | ++ case "$OSTYPE" in |
| 441 | 2023-10-24T00:17:05.289Z | ++ SHA=sha256sum |
| 442 | 2023-10-24T00:17:05.295Z | ++ sha256sum |
| 443 | 2023-10-24T00:17:05.303Z | ++ awk '{print $1}' |
| 444 | 2023-10-24T00:17:05.310Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 445 | 2023-10-24T00:17:05.323Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 446 | 2023-10-24T00:17:05.339Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 447 | 2023-10-24T00:17:05.351Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 448 | 2023-10-24T00:17:05.358Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 449 | 2023-10-24T00:17:05.365Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 450 | 2023-10-24T00:17:05.373Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 451 | 2023-10-24T00:17:05.382Z | + main |
| 452 | 2023-10-24T00:17:05.386Z | + [[ 0 != 0 ]] |
| 453 | 2023-10-24T00:17:05.394Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
| 454 | 2023-10-24T00:17:05.399Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 455 | 2023-10-24T00:17:05.404Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
| 456 | 2023-10-24T00:17:05.408Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 457 | 2023-10-24T00:17:05.413Z | + local DO_DOWNLOAD=true |
| 458 | 2023-10-24T00:17:05.419Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
| 459 | 2023-10-24T00:17:05.424Z | + mkdir -p out/downloads |
| 460 | 2023-10-24T00:17:05.429Z | + '[' true == true ']' |
| 461 | 2023-10-24T00:17:05.432Z | + echo Downloading... |
| 462 | 2023-10-24T00:17:05.437Z | Downloading... |
| 463 | 2023-10-24T00:17:05.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 464 | 2023-10-24T00:17:05.453Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 465 | 2023-10-24T00:17:05.457Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 466 | 2023-10-24T00:17:05.462Z | ++ case "$OSTYPE" in |
| 467 | 2023-10-24T00:17:05.465Z | ++ SHA=sha256sum |
| 468 | 2023-10-24T00:17:05.468Z | ++ sha256sum |
| 469 | 2023-10-24T00:17:05.473Z | ++ awk '{print $1}' |
| 470 | 2023-10-24T00:17:05.482Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 471 | 2023-10-24T00:17:05.492Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
| 472 | 2023-10-24T00:17:05.913Z | + set -o errexit |
| 473 | 2023-10-24T00:17:05.919Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 474 | 2023-10-24T00:17:05.923Z | ++ cd ./tools |
| 475 | 2023-10-24T00:17:05.928Z | ++ pwd |
| 476 | 2023-10-24T00:17:05.933Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 477 | 2023-10-24T00:17:05.941Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 478 | 2023-10-24T00:17:05.956Z | + ARG0=ci_download_dendrite_openapi |
| 479 | 2023-10-24T00:17:05.969Z | + TARGET_DIR=out |
| 480 | 2023-10-24T00:17:06.806Z | + DOWNLOAD_DIR=out/downloads |
| 481 | 2023-10-24T00:17:06.819Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 482 | 2023-10-24T00:17:06.836Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 483 | 2023-10-24T00:17:06.859Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 484 | 2023-10-24T00:17:06.873Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 485 | 2023-10-24T00:17:06.887Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 486 | 2023-10-24T00:17:06.905Z | + main |
| 487 | 2023-10-24T00:17:06.920Z | + [[ 0 != 0 ]] |
| 488 | 2023-10-24T00:17:06.940Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
| 489 | 2023-10-24T00:17:06.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 490 | 2023-10-24T00:17:07.386Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
| 491 | 2023-10-24T00:17:07.394Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 492 | 2023-10-24T00:17:07.398Z | + local DO_DOWNLOAD=true |
| 493 | 2023-10-24T00:17:07.402Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
| 494 | 2023-10-24T00:17:07.411Z | + mkdir -p out/downloads |
| 495 | 2023-10-24T00:17:07.415Z | + '[' true == true ']' |
| 496 | 2023-10-24T00:17:07.424Z | + echo Downloading... |
| 497 | 2023-10-24T00:17:07.433Z | Downloading... |
| 498 | 2023-10-24T00:17:07.444Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 499 | 2023-10-24T00:17:07.454Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 500 | 2023-10-24T00:17:07.463Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 501 | 2023-10-24T00:17:07.472Z | ++ case "$OSTYPE" in |
| 502 | 2023-10-24T00:17:07.482Z | ++ SHA=sha256sum |
| 503 | 2023-10-24T00:17:07.488Z | ++ sha256sum |
| 504 | 2023-10-24T00:17:07.498Z | ++ awk '{print $1}' |
| 505 | 2023-10-24T00:17:07.507Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 506 | 2023-10-24T00:17:07.517Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
| 507 | 2023-10-24T00:17:07.525Z | + set -o errexit |
| 508 | 2023-10-24T00:17:07.950Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 509 | 2023-10-24T00:17:07.974Z | ++ cd ./tools |
| 510 | 2023-10-24T00:17:08.392Z | ++ pwd |
| 511 | 2023-10-24T00:17:08.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 512 | 2023-10-24T00:17:08.852Z | ++ basename ./tools/ci_download_dendrite_stub |
| 513 | 2023-10-24T00:17:09.273Z | + ARG0=ci_download_dendrite_stub |
| 514 | 2023-10-24T00:17:09.284Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 515 | 2023-10-24T00:17:09.290Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 516 | 2023-10-24T00:17:09.304Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
| 517 | 2023-10-24T00:17:09.313Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
| 518 | 2023-10-24T00:17:09.329Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 519 | 2023-10-24T00:17:09.340Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 520 | 2023-10-24T00:17:09.348Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 521 | 2023-10-24T00:17:09.363Z | + TARGET_DIR=out |
| 522 | 2023-10-24T00:17:09.813Z | + DOWNLOAD_DIR=out/downloads |
| 523 | 2023-10-24T00:17:09.829Z | + DEST_DIR=./out/dendrite-stub |
| 524 | 2023-10-24T00:17:09.840Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 525 | 2023-10-24T00:17:09.846Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 526 | 2023-10-24T00:17:09.854Z | + REPO=oxidecomputer/dendrite |
| 527 | 2023-10-24T00:17:09.861Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 528 | 2023-10-24T00:17:09.868Z | + main |
| 529 | 2023-10-24T00:17:09.875Z | + [[ 0 != 0 ]] |
| 530 | 2023-10-24T00:17:09.881Z | + CIDL_OS=solaris2.11 |
| 531 | 2023-10-24T00:17:09.891Z | + [[ 0 != 0 ]] |
| 532 | 2023-10-24T00:17:09.898Z | + configure_os solaris2.11 |
| 533 | 2023-10-24T00:17:09.929Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 534 | 2023-10-24T00:17:10.351Z | current directory: /work/oxidecomputer/omicron |
| 535 | 2023-10-24T00:17:10.362Z | + echo 'configuring based on OS: "solaris2.11"' |
| 536 | 2023-10-24T00:17:10.369Z | configuring based on OS: "solaris2.11" |
| 537 | 2023-10-24T00:17:10.375Z | + case "$1" in |
| 538 | 2023-10-24T00:17:10.379Z | + SET_BINARIES= |
| 539 | 2023-10-24T00:17:10.793Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 540 | 2023-10-24T00:17:10.799Z | + CIDL_SHA256FUNC=do_sha256sum |
| 541 | 2023-10-24T00:17:10.806Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 542 | 2023-10-24T00:17:10.840Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 543 | 2023-10-24T00:17:10.844Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 544 | 2023-10-24T00:17:10.854Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
| 545 | 2023-10-24T00:17:10.865Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 546 | 2023-10-24T00:17:10.870Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 547 | 2023-10-24T00:17:10.877Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 548 | 2023-10-24T00:17:10.884Z | + mkdir -p out/downloads |
| 549 | 2023-10-24T00:17:10.890Z | Downloading... |
| 550 | 2023-10-24T00:17:10.898Z | + mkdir -p ./out/dendrite-stub |
| 551 | 2023-10-24T00:17:10.904Z | + fetch_and_verify |
| 552 | 2023-10-24T00:17:10.912Z | + local DO_DOWNLOAD=true |
| 553 | 2023-10-24T00:17:10.917Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 554 | 2023-10-24T00:17:10.926Z | + '[' true == true ']' |
| 555 | 2023-10-24T00:17:10.939Z | + echo Downloading... |
| 556 | 2023-10-24T00:17:10.950Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 557 | 2023-10-24T00:17:10.956Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 558 | 2023-10-24T00:17:15.701Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 559 | 2023-10-24T00:17:15.707Z | ++ sha256sum |
| 560 | 2023-10-24T00:17:15.711Z | ++ awk '{print $1}' |
| 561 | 2023-10-24T00:17:15.797Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 562 | 2023-10-24T00:17:15.800Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
| 563 | 2023-10-24T00:17:15.803Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 564 | 2023-10-24T00:17:15.806Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 565 | 2023-10-24T00:17:16.711Z | + do_assemble |
| 566 | 2023-10-24T00:17:16.717Z | + rm -r ./out/dendrite-stub |
| 567 | 2023-10-24T00:17:16.724Z | + mkdir ./out/dendrite-stub |
| 568 | 2023-10-24T00:17:16.734Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 569 | 2023-10-24T00:17:16.837Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 570 | 2023-10-24T00:17:16.844Z | + set -o errexit |
| 571 | 2023-10-24T00:17:16.855Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 572 | 2023-10-24T00:17:16.868Z | ++ cd ./tools |
| 573 | 2023-10-24T00:17:16.872Z | ++ pwd |
| 574 | 2023-10-24T00:17:16.877Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 575 | 2023-10-24T00:17:16.882Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 576 | 2023-10-24T00:17:16.890Z | + ARG0=ci_download_maghemite_mgd |
| 577 | 2023-10-24T00:17:16.894Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 578 | 2023-10-24T00:17:16.898Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
| 579 | 2023-10-24T00:17:16.901Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
| 580 | 2023-10-24T00:17:16.905Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 581 | 2023-10-24T00:17:16.909Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 582 | 2023-10-24T00:17:16.914Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 583 | 2023-10-24T00:17:16.918Z | + TARGET_DIR=out |
| 584 | 2023-10-24T00:17:16.921Z | + DOWNLOAD_DIR=out/downloads |
| 585 | 2023-10-24T00:17:16.924Z | + DEST_DIR=./out/mgd |
| 586 | 2023-10-24T00:17:16.928Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 587 | 2023-10-24T00:17:16.933Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 588 | 2023-10-24T00:17:16.936Z | + REPO=oxidecomputer/maghemite |
| 589 | 2023-10-24T00:17:16.938Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
| 590 | 2023-10-24T00:17:16.941Z | + main |
| 591 | 2023-10-24T00:17:16.944Z | + [[ 0 != 0 ]] |
| 592 | 2023-10-24T00:17:16.948Z | + CIDL_OS=solaris2.11 |
| 593 | 2023-10-24T00:17:16.952Z | + [[ 0 != 0 ]] |
| 594 | 2023-10-24T00:17:16.955Z | + configure_os solaris2.11 |
| 595 | 2023-10-24T00:17:16.960Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 596 | 2023-10-24T00:17:16.964Z | current directory: /work/oxidecomputer/omicron |
| 597 | 2023-10-24T00:17:16.968Z | + echo 'configuring based on OS: "solaris2.11"' |
| 598 | 2023-10-24T00:17:16.971Z | configuring based on OS: "solaris2.11" |
| 599 | 2023-10-24T00:17:16.975Z | + case "$1" in |
| 600 | 2023-10-24T00:17:16.979Z | + SET_BINARIES= |
| 601 | 2023-10-24T00:17:16.985Z | + CIDL_SHA256FUNC=do_sha256sum |
| 602 | 2023-10-24T00:17:16.997Z | + TARBALL_FILENAME=mgd.tar.gz |
| 603 | 2023-10-24T00:17:17.020Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 604 | 2023-10-24T00:17:17.438Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 605 | 2023-10-24T00:17:17.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
| 606 | 2023-10-24T00:17:17.449Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 607 | 2023-10-24T00:17:17.455Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 608 | 2023-10-24T00:17:17.492Z | Local file: out/downloads/mgd.tar.gz |
| 609 | 2023-10-24T00:17:17.508Z | + mkdir -p out/downloads |
| 610 | 2023-10-24T00:17:17.533Z | + mkdir -p ./out/mgd |
| 611 | 2023-10-24T00:17:17.543Z | + fetch_and_verify |
| 612 | 2023-10-24T00:17:17.557Z | + local DO_DOWNLOAD=true |
| 613 | 2023-10-24T00:17:17.580Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 614 | 2023-10-24T00:17:17.590Z | + '[' true == true ']' |
| 615 | 2023-10-24T00:17:17.605Z | + echo Downloading... |
| 616 | 2023-10-24T00:17:17.638Z | Downloading... |
| 617 | 2023-10-24T00:17:17.662Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 618 | 2023-10-24T00:17:17.681Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 619 | 2023-10-24T00:17:25.183Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 620 | 2023-10-24T00:17:25.186Z | ++ sha256sum |
| 621 | 2023-10-24T00:17:25.190Z | ++ awk '{print $1}' |
| 622 | 2023-10-24T00:17:25.260Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
| 623 | 2023-10-24T00:17:25.263Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
| 624 | 2023-10-24T00:17:25.266Z | + do_untar out/downloads/mgd.tar.gz |
| 625 | 2023-10-24T00:17:25.269Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 626 | 2023-10-24T00:17:25.939Z | + do_assemble |
| 627 | 2023-10-24T00:17:25.948Z | + rm -r ./out/mgd |
| 628 | 2023-10-24T00:17:25.955Z | + mkdir ./out/mgd |
| 629 | 2023-10-24T00:17:25.962Z | + cp -r out/downloads/root ./out/mgd/root |
| 630 | 2023-10-24T00:17:26.162Z | + set -o errexit |
| 631 | 2023-10-24T00:17:26.171Z | +++ dirname ./tools/ci_download_transceiver_control |
| 632 | 2023-10-24T00:17:26.198Z | ++ cd ./tools |
| 633 | 2023-10-24T00:17:26.206Z | ++ pwd |
| 634 | 2023-10-24T00:17:26.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 635 | 2023-10-24T00:17:26.217Z | ++ basename ./tools/ci_download_transceiver_control |
| 636 | 2023-10-24T00:17:26.224Z | + ARG0=ci_download_transceiver_control |
| 637 | 2023-10-24T00:17:26.237Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 638 | 2023-10-24T00:17:26.260Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 639 | 2023-10-24T00:17:26.272Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 640 | 2023-10-24T00:17:26.285Z | + TARGET_DIR=out |
| 641 | 2023-10-24T00:17:26.299Z | + DOWNLOAD_DIR=out/downloads |
| 642 | 2023-10-24T00:17:26.317Z | + DEST_DIR=./out/transceiver-control |
| 643 | 2023-10-24T00:17:26.326Z | + BIN_DIR=/opt/oxide/bin |
| 644 | 2023-10-24T00:17:26.337Z | + BINARY=xcvradm |
| 645 | 2023-10-24T00:17:26.350Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 646 | 2023-10-24T00:17:26.366Z | + REPO=oxidecomputer/transceiver-control |
| 647 | 2023-10-24T00:17:26.391Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 648 | 2023-10-24T00:17:26.406Z | + main |
| 649 | 2023-10-24T00:17:26.828Z | + [[ 0 != 0 ]] |
| 650 | 2023-10-24T00:17:26.844Z | + CIDL_OS=solaris2.11 |
| 651 | 2023-10-24T00:17:26.863Z | + [[ 0 != 0 ]] |
| 652 | 2023-10-24T00:17:26.876Z | + configure_os solaris2.11 |
| 653 | 2023-10-24T00:17:26.888Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 654 | 2023-10-24T00:17:26.903Z | current directory: /work/oxidecomputer/omicron |
| 655 | 2023-10-24T00:17:26.911Z | + echo 'configuring based on OS: "solaris2.11"' |
| 656 | 2023-10-24T00:17:26.916Z | configuring based on OS: "solaris2.11" |
| 657 | 2023-10-24T00:17:26.921Z | + case "$1" in |
| 658 | 2023-10-24T00:17:26.925Z | + SET_BINARIES= |
| 659 | 2023-10-24T00:17:26.930Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 660 | 2023-10-24T00:17:26.934Z | + CIDL_SHA256FUNC=do_sha256sum |
| 661 | 2023-10-24T00:17:26.938Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 662 | 2023-10-24T00:17:26.944Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 663 | 2023-10-24T00:17:26.949Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 664 | 2023-10-24T00:17:26.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 665 | 2023-10-24T00:17:26.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 666 | 2023-10-24T00:17:26.959Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 667 | 2023-10-24T00:17:26.962Z | Local file: out/downloads/xcvradm.gz |
| 668 | 2023-10-24T00:17:26.964Z | + mkdir -p out/downloads |
| 669 | 2023-10-24T00:17:26.967Z | + mkdir -p ./out/transceiver-control |
| 670 | 2023-10-24T00:17:26.970Z | + fetch_and_verify |
| 671 | 2023-10-24T00:17:26.973Z | + local DO_DOWNLOAD=true |
| 672 | 2023-10-24T00:17:26.976Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 673 | 2023-10-24T00:17:26.979Z | + '[' true == true ']' |
| 674 | 2023-10-24T00:17:26.982Z | + echo Downloading... |
| 675 | 2023-10-24T00:17:26.985Z | Downloading... |
| 676 | 2023-10-24T00:17:26.988Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 677 | 2023-10-24T00:17:26.991Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 678 | 2023-10-24T00:17:28.325Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 679 | 2023-10-24T00:17:28.329Z | ++ sha256sum |
| 680 | 2023-10-24T00:17:28.333Z | ++ awk '{print $1}' |
| 681 | 2023-10-24T00:17:28.350Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 682 | 2023-10-24T00:17:28.356Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 683 | 2023-10-24T00:17:28.359Z | + do_unpack out/downloads/xcvradm.gz |
| 684 | 2023-10-24T00:17:28.363Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 685 | 2023-10-24T00:17:28.367Z | + gzip -dc out/downloads/xcvradm.gz |
| 686 | 2023-10-24T00:17:28.526Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 687 | 2023-10-24T00:17:28.530Z | + do_assemble |
| 688 | 2023-10-24T00:17:28.538Z | + rm -r ./out/transceiver-control |
| 689 | 2023-10-24T00:17:28.546Z | + mkdir ./out/transceiver-control |
| 690 | 2023-10-24T00:17:28.553Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 691 | 2023-10-24T00:17:28.734Z | All builder prerequisites installed successfully, and PATH looks valid |
| 692 | 2023-10-24T00:17:28.749Z | |
| 693 | 2023-10-24T00:17:28.760Z | real 2:12.761953819 |
| 694 | 2023-10-24T00:17:28.771Z | user 51.432929500 |
| 695 | 2023-10-24T00:17:28.782Z | sys 9.695893426 |
| 696 | 2023-10-24T00:17:28.789Z | trap 0.022039355 |
| 697 | 2023-10-24T00:17:28.801Z | tflt 0.224514573 |
| 698 | 2023-10-24T00:17:28.809Z | dflt 0.526848128 |
| 699 | 2023-10-24T00:17:28.820Z | kflt 0.145487390 |
| 700 | 2023-10-24T00:17:28.836Z | lock 1.531344366 |
| 701 | 2023-10-24T00:17:28.844Z | slp 4:16.779845532 |
| 702 | 2023-10-24T00:17:28.852Z | lat 3.430649060 |
| 703 | 2023-10-24T00:17:28.864Z | stop 0.060798635 |
| 704 | 2023-10-24T00:17:28.873Z | |
| 705 | 2023-10-24T00:17:28.887Z | #### # # ##### ##### # # |
| 706 | 2023-10-24T00:17:28.901Z | # # # # # # # # # # |
| 707 | 2023-10-24T00:17:28.917Z | # # # # # # # # |
| 708 | 2023-10-24T00:17:29.341Z | # # # ##### ##### # |
| 709 | 2023-10-24T00:17:29.752Z | # # # # # # # |
| 710 | 2023-10-24T00:17:29.760Z | #### ###### # # # # |
| 711 | 2023-10-24T00:17:30.172Z | |
| 712 | 2023-10-24T00:17:30.175Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 713 | 2023-10-24T00:17:30.178Z | Updating crates.io index |
| 714 | 2023-10-24T00:17:30.182Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 715 | 2023-10-24T00:17:30.351Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 716 | 2023-10-24T00:17:32.494Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 717 | 2023-10-24T00:17:33.128Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 718 | 2023-10-24T00:17:33.479Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 719 | 2023-10-24T00:17:33.778Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 720 | 2023-10-24T00:17:34.092Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 721 | 2023-10-24T00:17:34.959Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 722 | 2023-10-24T00:17:36.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 723 | 2023-10-24T00:17:37.596Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 724 | 2023-10-24T00:17:37.984Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 725 | 2023-10-24T00:17:38.354Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 726 | 2023-10-24T00:17:38.923Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 727 | 2023-10-24T00:17:39.284Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 728 | 2023-10-24T00:17:39.735Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 729 | 2023-10-24T00:17:40.045Z | Updating git repository `https://github.com/njaremko/samael` |
| 730 | 2023-10-24T00:17:40.663Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 731 | 2023-10-24T00:17:41.242Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 732 | 2023-10-24T00:17:41.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 733 | 2023-10-24T00:17:41.948Z | Updating git repository `https://github.com/jgallagher/nix` |
| 734 | 2023-10-24T00:17:43.416Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 735 | 2023-10-24T00:17:43.833Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 736 | 2023-10-24T00:17:53.555Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 737 | 2023-10-24T00:17:54.083Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 738 | 2023-10-24T00:17:55.096Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 739 | 2023-10-24T00:17:55.438Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 740 | 2023-10-24T00:17:55.752Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 741 | 2023-10-24T00:17:57.353Z | Downloading crates ... |
| 742 | 2023-10-24T00:17:57.500Z | Downloaded equivalent v1.0.1 |
| 743 | 2023-10-24T00:17:57.503Z | Downloaded bitflags v1.3.2 |
| 744 | 2023-10-24T00:17:57.507Z | Downloaded colorchoice v1.0.0 |
| 745 | 2023-10-24T00:17:57.510Z | Downloaded heck v0.4.1 |
| 746 | 2023-10-24T00:17:57.527Z | Downloaded itoa v1.0.9 |
| 747 | 2023-10-24T00:17:57.538Z | Downloaded anstyle v1.0.2 |
| 748 | 2023-10-24T00:17:57.541Z | Downloaded terminal_size v0.2.6 |
| 749 | 2023-10-24T00:17:57.544Z | Downloaded errno v0.3.2 |
| 750 | 2023-10-24T00:17:57.547Z | Downloaded anstyle-parse v0.2.1 |
| 751 | 2023-10-24T00:17:57.550Z | Downloaded anstyle-query v1.0.0 |
| 752 | 2023-10-24T00:17:57.553Z | Downloaded semver v1.0.18 |
| 753 | 2023-10-24T00:17:57.559Z | Downloaded cargo-platform v0.1.3 |
| 754 | 2023-10-24T00:17:57.563Z | Downloaded cargo_metadata v0.18.0 |
| 755 | 2023-10-24T00:17:57.566Z | Downloaded cargo_toml v0.16.3 |
| 756 | 2023-10-24T00:17:57.568Z | Downloaded clap_lex v0.5.1 |
| 757 | 2023-10-24T00:17:57.571Z | Downloaded anstream v0.5.0 |
| 758 | 2023-10-24T00:17:57.574Z | Downloaded thiserror v1.0.49 |
| 759 | 2023-10-24T00:17:57.577Z | Downloaded proc-macro2 v1.0.67 |
| 760 | 2023-10-24T00:17:57.581Z | Downloaded clap_derive v4.4.2 |
| 761 | 2023-10-24T00:17:57.584Z | Downloaded io-lifetimes v1.0.11 |
| 762 | 2023-10-24T00:17:57.587Z | Downloaded camino v1.1.6 |
| 763 | 2023-10-24T00:17:57.590Z | Downloaded toml_datetime v0.6.3 |
| 764 | 2023-10-24T00:17:57.593Z | Downloaded strsim v0.10.0 |
| 765 | 2023-10-24T00:17:57.596Z | Downloaded thiserror-impl v1.0.49 |
| 766 | 2023-10-24T00:17:57.599Z | Downloaded indexmap v2.0.0 |
| 767 | 2023-10-24T00:17:57.602Z | Downloaded anyhow v1.0.75 |
| 768 | 2023-10-24T00:17:57.608Z | Downloaded utf8parse v0.2.1 |
| 769 | 2023-10-24T00:17:57.611Z | Downloaded toml v0.8.0 |
| 770 | 2023-10-24T00:17:57.617Z | Downloaded serde_derive v1.0.188 |
| 771 | 2023-10-24T00:17:57.623Z | Downloaded unicode-ident v1.0.12 |
| 772 | 2023-10-24T00:17:57.627Z | Downloaded serde v1.0.188 |
| 773 | 2023-10-24T00:17:57.633Z | Downloaded clap v4.4.3 |
| 774 | 2023-10-24T00:17:57.649Z | Downloaded memchr v2.6.3 |
| 775 | 2023-10-24T00:17:57.659Z | Downloaded toml_edit v0.20.0 |
| 776 | 2023-10-24T00:17:57.690Z | Downloaded winnow v0.5.15 |
| 777 | 2023-10-24T00:17:57.703Z | Downloaded serde_json v1.0.107 |
| 778 | 2023-10-24T00:17:57.718Z | Downloaded syn v2.0.32 |
| 779 | 2023-10-24T00:17:57.738Z | Downloaded libc v0.2.149 |
| 780 | 2023-10-24T00:17:57.787Z | Downloaded rustix v0.37.23 |
| 781 | 2023-10-24T00:17:57.832Z | Downloaded hashbrown v0.14.0 |
| 782 | 2023-10-24T00:17:57.840Z | Downloaded clap_builder v4.4.2 |
| 783 | 2023-10-24T00:17:57.853Z | Downloaded ryu v1.0.15 |
| 784 | 2023-10-24T00:17:57.858Z | Downloaded serde_spanned v0.6.3 |
| 785 | 2023-10-24T00:17:57.862Z | Downloaded quote v1.0.33 |
| 786 | 2023-10-24T00:17:57.994Z | Compiling proc-macro2 v1.0.67 |
| 787 | 2023-10-24T00:17:57.997Z | Compiling unicode-ident v1.0.12 |
| 788 | 2023-10-24T00:17:58.000Z | Compiling serde v1.0.188 |
| 789 | 2023-10-24T00:17:58.003Z | Compiling libc v0.2.149 |
| 790 | 2023-10-24T00:17:58.005Z | Compiling io-lifetimes v1.0.11 |
| 791 | 2023-10-24T00:17:58.011Z | Compiling rustix v0.37.23 |
| 792 | 2023-10-24T00:17:58.014Z | Compiling equivalent v1.0.1 |
| 793 | 2023-10-24T00:17:58.016Z | Compiling bitflags v1.3.2 |
| 794 | 2023-10-24T00:17:58.211Z | Compiling utf8parse v0.2.1 |
| 795 | 2023-10-24T00:17:58.232Z | Compiling hashbrown v0.14.0 |
| 796 | 2023-10-24T00:17:58.354Z | Compiling colorchoice v1.0.0 |
| 797 | 2023-10-24T00:17:58.461Z | Compiling anstyle-parse v0.2.1 |
| 798 | 2023-10-24T00:17:58.563Z | Compiling anstyle-query v1.0.0 |
| 799 | 2023-10-24T00:17:58.723Z | Compiling winnow v0.5.15 |
| 800 | 2023-10-24T00:17:58.874Z | Compiling camino v1.1.6 |
| 801 | 2023-10-24T00:17:59.587Z | Compiling indexmap v2.0.0 |
| 802 | 2023-10-24T00:18:00.780Z | Compiling anstyle v1.0.2 |
| 803 | 2023-10-24T00:18:01.270Z | Compiling serde_json v1.0.107 |
| 804 | 2023-10-24T00:18:01.453Z | Compiling thiserror v1.0.49 |
| 805 | 2023-10-24T00:18:01.593Z | Compiling semver v1.0.18 |
| 806 | 2023-10-24T00:18:01.727Z | Compiling anstream v0.5.0 |
| 807 | 2023-10-24T00:18:01.767Z | Compiling itoa v1.0.9 |
| 808 | 2023-10-24T00:18:01.892Z | Compiling ryu v1.0.15 |
| 809 | 2023-10-24T00:18:02.104Z | Compiling heck v0.4.1 |
| 810 | 2023-10-24T00:18:02.320Z | Compiling strsim v0.10.0 |
| 811 | 2023-10-24T00:18:02.464Z | Compiling clap_lex v0.5.1 |
| 812 | 2023-10-24T00:18:02.589Z | Compiling anyhow v1.0.75 |
| 813 | 2023-10-24T00:18:02.820Z | Compiling quote v1.0.33 |
| 814 | 2023-10-24T00:18:03.481Z | Compiling syn v2.0.32 |
| 815 | 2023-10-24T00:18:03.512Z | Compiling errno v0.3.2 |
| 816 | 2023-10-24T00:18:05.046Z | Compiling terminal_size v0.2.6 |
| 817 | 2023-10-24T00:18:05.171Z | Compiling clap_builder v4.4.2 |
| 818 | 2023-10-24T00:18:10.388Z | Compiling serde_derive v1.0.188 |
| 819 | 2023-10-24T00:18:10.392Z | Compiling thiserror-impl v1.0.49 |
| 820 | 2023-10-24T00:18:10.395Z | Compiling clap_derive v4.4.2 |
| 821 | 2023-10-24T00:18:14.398Z | Compiling clap v4.4.3 |
| 822 | 2023-10-24T00:18:22.383Z | Compiling serde_spanned v0.6.3 |
| 823 | 2023-10-24T00:18:22.386Z | Compiling toml_datetime v0.6.3 |
| 824 | 2023-10-24T00:18:22.388Z | Compiling cargo-platform v0.1.3 |
| 825 | 2023-10-24T00:18:22.804Z | Compiling toml_edit v0.20.0 |
| 826 | 2023-10-24T00:18:24.392Z | Compiling cargo_metadata v0.18.0 |
| 827 | 2023-10-24T00:18:25.968Z | Compiling toml v0.8.0 |
| 828 | 2023-10-24T00:18:26.907Z | Compiling cargo_toml v0.16.3 |
| 829 | 2023-10-24T00:18:32.272Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 830 | 2023-10-24T00:18:33.561Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
| 831 | 2023-10-24T00:18:33.773Z | Running `target/debug/xtask clippy` |
| 832 | 2023-10-24T00:18:33.828Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 833 | 2023-10-24T00:18:34.708Z | Downloading crates ... |
| 834 | 2023-10-24T00:18:35.049Z | Downloaded cc v1.0.83 |
| 835 | 2023-10-24T00:18:35.054Z | Downloaded lazy_static v1.4.0 |
| 836 | 2023-10-24T00:18:35.057Z | Downloaded ciborium v0.2.1 |
| 837 | 2023-10-24T00:18:35.065Z | Downloaded cfg-if v0.1.10 |
| 838 | 2023-10-24T00:18:35.071Z | Downloaded lalrpop-util v0.19.12 |
| 839 | 2023-10-24T00:18:35.075Z | Downloaded linked-hash-map v0.5.6 |
| 840 | 2023-10-24T00:18:35.078Z | Downloaded cexpr v0.6.0 |
| 841 | 2023-10-24T00:18:35.092Z | Downloaded cast v0.3.0 |
| 842 | 2023-10-24T00:18:35.097Z | Downloaded heck v0.3.3 |
| 843 | 2023-10-24T00:18:35.100Z | Downloaded headers-core v0.2.0 |
| 844 | 2023-10-24T00:18:35.103Z | Downloaded assert_matches v1.5.0 |
| 845 | 2023-10-24T00:18:35.106Z | Downloaded ascii-canvas v3.0.0 |
| 846 | 2023-10-24T00:18:35.109Z | Downloaded cassowary v0.3.0 |
| 847 | 2023-10-24T00:18:35.112Z | Downloaded bitstruct v0.1.1 |
| 848 | 2023-10-24T00:18:35.119Z | Downloaded matches v0.1.10 |
| 849 | 2023-10-24T00:18:35.122Z | Downloaded libefi-sys v0.1.0 |
| 850 | 2023-10-24T00:18:35.125Z | Downloaded miniz_oxide v0.7.1 |
| 851 | 2023-10-24T00:18:35.369Z | Downloaded adler v1.0.2 |
| 852 | 2023-10-24T00:18:35.376Z | Downloaded bit-set v0.5.3 |
| 853 | 2023-10-24T00:18:35.383Z | Downloaded array-init v0.0.4 |
| 854 | 2023-10-24T00:18:35.387Z | Downloaded mime v0.3.17 |
| 855 | 2023-10-24T00:18:35.390Z | Downloaded rustc_version v0.1.7 |
| 856 | 2023-10-24T00:18:35.393Z | Downloaded instant v0.1.12 |
| 857 | 2023-10-24T00:18:35.398Z | Downloaded atomicwrites v0.4.2 |
| 858 | 2023-10-24T00:18:35.402Z | Downloaded indoc v1.0.9 |
| 859 | 2023-10-24T00:18:35.410Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 860 | 2023-10-24T00:18:35.414Z | Downloaded bcs v0.1.5 |
| 861 | 2023-10-24T00:18:35.418Z | Downloaded ipnet v2.8.0 |
| 862 | 2023-10-24T00:18:35.423Z | Downloaded bitstruct_derive v0.1.0 |
| 863 | 2023-10-24T00:18:35.428Z | Downloaded bitfield v0.14.0 |
| 864 | 2023-10-24T00:18:35.431Z | Downloaded lock_api v0.4.10 |
| 865 | 2023-10-24T00:18:35.434Z | Downloaded indexmap v1.9.3 |
| 866 | 2023-10-24T00:18:35.437Z | Downloaded indicatif v0.17.7 |
| 867 | 2023-10-24T00:18:35.440Z | Downloaded new_debug_unreachable v1.0.4 |
| 868 | 2023-10-24T00:18:35.444Z | Downloaded indoc v2.0.3 |
| 869 | 2023-10-24T00:18:35.447Z | Downloaded bytecount v0.6.3 |
| 870 | 2023-10-24T00:18:35.450Z | Downloaded httpdate v1.0.3 |
| 871 | 2023-10-24T00:18:35.454Z | Downloaded bytesize v1.3.0 |
| 872 | 2023-10-24T00:18:35.456Z | Downloaded num v0.4.1 |
| 873 | 2023-10-24T00:18:35.459Z | Downloaded backoff v0.4.0 |
| 874 | 2023-10-24T00:18:35.463Z | Downloaded nodrop v0.1.14 |
| 875 | 2023-10-24T00:18:35.466Z | Downloaded newline-converter v0.3.0 |
| 876 | 2023-10-24T00:18:35.469Z | Downloaded async-recursion v1.0.5 |
| 877 | 2023-10-24T00:18:35.472Z | Downloaded is-terminal v0.4.9 |
| 878 | 2023-10-24T00:18:35.475Z | Downloaded crossbeam-epoch v0.9.15 |
| 879 | 2023-10-24T00:18:35.479Z | Downloaded native-tls v0.2.11 |
| 880 | 2023-10-24T00:18:35.481Z | Downloaded ciborium-ll v0.2.1 |
| 881 | 2023-10-24T00:18:35.484Z | Downloaded highway v1.1.0 |
| 882 | 2023-10-24T00:18:35.487Z | Downloaded ipnetwork v0.20.0 |
| 883 | 2023-10-24T00:18:35.490Z | Downloaded block-buffer v0.10.4 |
| 884 | 2023-10-24T00:18:35.494Z | Downloaded num-integer v0.1.45 |
| 885 | 2023-10-24T00:18:35.497Z | Downloaded nibble_vec v0.1.0 |
| 886 | 2023-10-24T00:18:35.500Z | Downloaded remove_dir_all v0.5.3 |
| 887 | 2023-10-24T00:18:35.503Z | Downloaded num_enum v0.5.11 |
| 888 | 2023-10-24T00:18:35.507Z | Downloaded num_enum v0.7.0 |
| 889 | 2023-10-24T00:18:35.510Z | Downloaded display-error-chain v0.1.1 |
| 890 | 2023-10-24T00:18:35.514Z | Downloaded walkdir v2.4.0 |
| 891 | 2023-10-24T00:18:35.517Z | Downloaded addr2line v0.21.0 |
| 892 | 2023-10-24T00:18:35.520Z | Downloaded foreign-types-shared v0.3.1 |
| 893 | 2023-10-24T00:18:35.524Z | Downloaded blake2 v0.10.6 |
| 894 | 2023-10-24T00:18:35.527Z | Downloaded slab v0.4.9 |
| 895 | 2023-10-24T00:18:35.530Z | Downloaded foreign-types-shared v0.1.1 |
| 896 | 2023-10-24T00:18:35.533Z | Downloaded bincode v1.3.3 |
| 897 | 2023-10-24T00:18:35.536Z | Downloaded num-complex v0.4.4 |
| 898 | 2023-10-24T00:18:35.539Z | Downloaded basic-toml v0.1.4 |
| 899 | 2023-10-24T00:18:35.542Z | Downloaded precomputed-hash v0.1.1 |
| 900 | 2023-10-24T00:18:35.545Z | Downloaded fnv v1.0.7 |
| 901 | 2023-10-24T00:18:35.547Z | Downloaded libloading v0.7.4 |
| 902 | 2023-10-24T00:18:35.550Z | Downloaded termcolor v1.2.0 |
| 903 | 2023-10-24T00:18:35.553Z | Downloaded phf_shared v0.10.0 |
| 904 | 2023-10-24T00:18:35.555Z | Downloaded opaque-debug v0.3.0 |
| 905 | 2023-10-24T00:18:35.558Z | Downloaded ena v0.14.2 |
| 906 | 2023-10-24T00:18:35.561Z | Downloaded slog-json v2.6.1 |
| 907 | 2023-10-24T00:18:35.563Z | Downloaded itertools v0.10.5 |
| 908 | 2023-10-24T00:18:35.566Z | Downloaded float-cmp v0.9.0 |
| 909 | 2023-10-24T00:18:35.568Z | Downloaded dirs-next v2.0.0 |
| 910 | 2023-10-24T00:18:35.571Z | Downloaded darling v0.14.4 |
| 911 | 2023-10-24T00:18:35.575Z | Downloaded time-core v0.1.1 |
| 912 | 2023-10-24T00:18:35.579Z | Downloaded tokio-rustls v0.24.1 |
| 913 | 2023-10-24T00:18:35.582Z | Downloaded thiserror-no-std v2.0.2 |
| 914 | 2023-10-24T00:18:35.585Z | Downloaded fs-err v2.9.0 |
| 915 | 2023-10-24T00:18:35.588Z | Downloaded foreign-types v0.3.2 |
| 916 | 2023-10-24T00:18:35.591Z | Downloaded dyn-clone v1.0.13 |
| 917 | 2023-10-24T00:18:35.593Z | Downloaded fragile v2.0.0 |
| 918 | 2023-10-24T00:18:35.596Z | Downloaded tinyvec v1.6.0 |
| 919 | 2023-10-24T00:18:35.598Z | Downloaded olpc-cjson v0.1.3 |
| 920 | 2023-10-24T00:18:35.601Z | Downloaded utf-8 v0.7.6 |
| 921 | 2023-10-24T00:18:35.604Z | Downloaded openssl-probe v0.1.5 |
| 922 | 2023-10-24T00:18:35.607Z | Downloaded endian-type v0.1.2 |
| 923 | 2023-10-24T00:18:35.609Z | Downloaded base64 v0.13.1 |
| 924 | 2023-10-24T00:18:35.612Z | Downloaded term v0.7.0 |
| 925 | 2023-10-24T00:18:35.616Z | Downloaded allocator-api2 v0.2.16 |
| 926 | 2023-10-24T00:18:35.619Z | Downloaded clap_lex v0.2.4 |
| 927 | 2023-10-24T00:18:35.622Z | Downloaded predicates-core v1.0.6 |
| 928 | 2023-10-24T00:18:35.625Z | Downloaded derive_builder_macro v0.12.0 |
| 929 | 2023-10-24T00:18:35.627Z | Downloaded base64 v0.21.4 |
| 930 | 2023-10-24T00:18:35.630Z | Downloaded rustfmt-wrapper v0.2.0 |
| 931 | 2023-10-24T00:18:35.633Z | Downloaded phf v0.11.2 |
| 932 | 2023-10-24T00:18:35.636Z | Downloaded ppv-lite86 v0.2.17 |
| 933 | 2023-10-24T00:18:35.639Z | Downloaded num_enum_derive v0.7.0 |
| 934 | 2023-10-24T00:18:35.641Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 935 | 2023-10-24T00:18:35.645Z | Downloaded darling_macro v0.14.4 |
| 936 | 2023-10-24T00:18:35.648Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 937 | 2023-10-24T00:18:35.652Z | Downloaded serde_repr v0.1.16 |
| 938 | 2023-10-24T00:18:35.654Z | Downloaded pin-project-lite v0.2.13 |
| 939 | 2023-10-24T00:18:35.657Z | Downloaded unicode-linebreak v0.1.5 |
| 940 | 2023-10-24T00:18:35.660Z | Downloaded rusty-fork v0.3.0 |
| 941 | 2023-10-24T00:18:35.663Z | Downloaded postgres-types v0.2.6 |
| 942 | 2023-10-24T00:18:35.666Z | Downloaded flagset v0.4.3 |
| 943 | 2023-10-24T00:18:35.669Z | Downloaded tungstenite v0.18.0 |
| 944 | 2023-10-24T00:18:35.672Z | Downloaded similar-asserts v1.5.0 |
| 945 | 2023-10-24T00:18:35.674Z | Downloaded serial_test_derive v0.10.0 |
| 946 | 2023-10-24T00:18:35.684Z | Downloaded tracing-attributes v0.1.26 |
| 947 | 2023-10-24T00:18:35.687Z | Downloaded filetime v0.2.22 |
| 948 | 2023-10-24T00:18:35.690Z | Downloaded crossbeam-queue v0.3.8 |
| 949 | 2023-10-24T00:18:35.692Z | Downloaded crossbeam-channel v0.5.8 |
| 950 | 2023-10-24T00:18:35.695Z | Downloaded either v1.9.0 |
| 951 | 2023-10-24T00:18:35.698Z | Downloaded predicates v2.1.5 |
| 952 | 2023-10-24T00:18:35.700Z | Downloaded downcast v0.11.0 |
| 953 | 2023-10-24T00:18:35.703Z | Downloaded usdt-macro v0.3.5 |
| 954 | 2023-10-24T00:18:35.706Z | Downloaded usdt-attr-macro v0.3.5 |
| 955 | 2023-10-24T00:18:35.709Z | Downloaded try-lock v0.2.4 |
| 956 | 2023-10-24T00:18:35.712Z | Downloaded semver-parser v0.10.2 |
| 957 | 2023-10-24T00:18:35.715Z | Downloaded paste v1.0.14 |
| 958 | 2023-10-24T00:18:35.718Z | Downloaded minimal-lexical v0.2.1 |
| 959 | 2023-10-24T00:18:35.721Z | Downloaded fxhash v0.2.1 |
| 960 | 2023-10-24T00:18:35.724Z | Downloaded zone v0.2.0 |
| 961 | 2023-10-24T00:18:35.726Z | Downloaded ucd-trie v0.1.6 |
| 962 | 2023-10-24T00:18:35.729Z | Downloaded ron v0.7.1 |
| 963 | 2023-10-24T00:18:35.732Z | Downloaded yansi v0.5.1 |
| 964 | 2023-10-24T00:18:35.734Z | Downloaded once_cell v1.18.0 |
| 965 | 2023-10-24T00:18:35.737Z | Downloaded funty v2.0.0 |
| 966 | 2023-10-24T00:18:35.740Z | Downloaded snafu-derive v0.7.5 |
| 967 | 2023-10-24T00:18:35.745Z | Downloaded plotters-svg v0.3.5 |
| 968 | 2023-10-24T00:18:35.754Z | Downloaded ff v0.13.0 |
| 969 | 2023-10-24T00:18:35.761Z | Downloaded predicates-tree v1.0.9 |
| 970 | 2023-10-24T00:18:35.764Z | Downloaded wait-timeout v0.2.0 |
| 971 | 2023-10-24T00:18:35.767Z | Downloaded rstest v0.18.2 |
| 972 | 2023-10-24T00:18:35.769Z | Downloaded crunchy v0.2.2 |
| 973 | 2023-10-24T00:18:35.774Z | Downloaded env_logger v0.9.3 |
| 974 | 2023-10-24T00:18:35.776Z | Downloaded signal-hook-mio v0.2.3 |
| 975 | 2023-10-24T00:18:35.779Z | Downloaded tar v0.4.40 |
| 976 | 2023-10-24T00:18:35.782Z | Downloaded slog-term v2.9.0 |
| 977 | 2023-10-24T00:18:35.784Z | Downloaded const_format v0.2.31 |
| 978 | 2023-10-24T00:18:35.788Z | Downloaded take_mut v0.2.2 |
| 979 | 2023-10-24T00:18:35.790Z | Downloaded fallible-iterator v0.2.0 |
| 980 | 2023-10-24T00:18:35.793Z | Downloaded num-bigint v0.4.4 |
| 981 | 2023-10-24T00:18:35.796Z | Downloaded structmeta v0.1.6 |
| 982 | 2023-10-24T00:18:35.799Z | Downloaded http v0.2.9 |
| 983 | 2023-10-24T00:18:35.802Z | Downloaded spki v0.7.2 |
| 984 | 2023-10-24T00:18:35.805Z | Downloaded slog-async v2.8.0 |
| 985 | 2023-10-24T00:18:35.808Z | Downloaded rsa v0.9.2 |
| 986 | 2023-10-24T00:18:35.811Z | Downloaded peeking_take_while v0.1.2 |
| 987 | 2023-10-24T00:18:35.814Z | Downloaded rust-argon2 v1.0.1 |
| 988 | 2023-10-24T00:18:35.816Z | Downloaded path-slash v0.1.5 |
| 989 | 2023-10-24T00:18:35.819Z | Downloaded trybuild v1.0.85 |
| 990 | 2023-10-24T00:18:35.822Z | Downloaded tough v0.12.5 |
| 991 | 2023-10-24T00:18:35.824Z | Downloaded deranged v0.3.8 |
| 992 | 2023-10-24T00:18:35.827Z | Downloaded strum v0.25.0 |
| 993 | 2023-10-24T00:18:35.830Z | Downloaded libm v0.2.7 |
| 994 | 2023-10-24T00:18:35.833Z | Downloaded rand_xorshift v0.3.0 |
| 995 | 2023-10-24T00:18:35.835Z | Downloaded serde_path_to_error v0.1.14 |
| 996 | 2023-10-24T00:18:35.838Z | Downloaded dof v0.1.5 |
| 997 | 2023-10-24T00:18:35.840Z | Downloaded os_str_bytes v6.5.1 |
| 998 | 2023-10-24T00:18:35.843Z | Downloaded unicode-segmentation v1.10.1 |
| 999 | 2023-10-24T00:18:35.845Z | Downloaded num_threads v0.1.6 |
| 1000 | 2023-10-24T00:18:35.848Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1001 | 2023-10-24T00:18:35.851Z | Downloaded pem v1.1.1 |
| 1002 | 2023-10-24T00:18:35.854Z | Downloaded waitgroup v0.1.2 |
| 1003 | 2023-10-24T00:18:35.857Z | Downloaded sha1 v0.10.5 |
| 1004 | 2023-10-24T00:18:35.860Z | Downloaded rand v0.4.6 |
| 1005 | 2023-10-24T00:18:35.863Z | Downloaded darling_core v0.20.3 |
| 1006 | 2023-10-24T00:18:35.866Z | Downloaded dtrace-parser v0.1.14 |
| 1007 | 2023-10-24T00:18:35.869Z | Downloaded dashmap v5.5.1 |
| 1008 | 2023-10-24T00:18:35.871Z | Downloaded same-file v1.0.6 |
| 1009 | 2023-10-24T00:18:35.874Z | Downloaded resolv-conf v0.7.0 |
| 1010 | 2023-10-24T00:18:35.878Z | Downloaded generic-array v0.14.7 |
| 1011 | 2023-10-24T00:18:35.880Z | Downloaded futures-sink v0.3.28 |
| 1012 | 2023-10-24T00:18:35.883Z | Downloaded futures-core v0.3.28 |
| 1013 | 2023-10-24T00:18:35.886Z | Downloaded ed25519 v1.5.3 |
| 1014 | 2023-10-24T00:18:35.888Z | Downloaded pin-utils v0.1.0 |
| 1015 | 2023-10-24T00:18:35.891Z | Downloaded zone_cfg_derive v0.2.0 |
| 1016 | 2023-10-24T00:18:35.894Z | Downloaded smawk v0.3.1 |
| 1017 | 2023-10-24T00:18:35.897Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1018 | 2023-10-24T00:18:35.900Z | Downloaded smallvec v1.11.0 |
| 1019 | 2023-10-24T00:18:35.903Z | Downloaded secrecy v0.8.0 |
| 1020 | 2023-10-24T00:18:35.906Z | Downloaded tap v1.0.1 |
| 1021 | 2023-10-24T00:18:35.909Z | Downloaded termtree v0.4.1 |
| 1022 | 2023-10-24T00:18:35.911Z | Downloaded rand_core v0.6.4 |
| 1023 | 2023-10-24T00:18:35.914Z | Downloaded glob v0.3.1 |
| 1024 | 2023-10-24T00:18:35.917Z | Downloaded zeroize_derive v1.4.2 |
| 1025 | 2023-10-24T00:18:35.920Z | Downloaded zeroize v1.6.0 |
| 1026 | 2023-10-24T00:18:35.922Z | Downloaded serde_derive_internals v0.26.0 |
| 1027 | 2023-10-24T00:18:35.925Z | Downloaded tempdir v0.3.7 |
| 1028 | 2023-10-24T00:18:35.928Z | Downloaded textwrap v0.11.0 |
| 1029 | 2023-10-24T00:18:35.932Z | Downloaded synstructure v0.12.6 |
| 1030 | 2023-10-24T00:18:35.935Z | Downloaded tokio-native-tls v0.3.1 |
| 1031 | 2023-10-24T00:18:35.937Z | Downloaded tokio-tungstenite v0.20.1 |
| 1032 | 2023-10-24T00:18:35.940Z | Downloaded smf v0.2.2 |
| 1033 | 2023-10-24T00:18:35.943Z | Downloaded sha2 v0.10.7 |
| 1034 | 2023-10-24T00:18:35.947Z | Downloaded fastrand v2.0.0 |
| 1035 | 2023-10-24T00:18:35.950Z | Downloaded data-encoding v2.4.0 |
| 1036 | 2023-10-24T00:18:35.953Z | Downloaded pest_derive v2.7.2 |
| 1037 | 2023-10-24T00:18:35.980Z | Downloaded futures-macro v0.3.28 |
| 1038 | 2023-10-24T00:18:35.984Z | Downloaded futures-io v0.3.28 |
| 1039 | 2023-10-24T00:18:35.987Z | Downloaded futures-executor v0.3.28 |
| 1040 | 2023-10-24T00:18:35.990Z | Downloaded erased-serde v0.3.30 |
| 1041 | 2023-10-24T00:18:35.992Z | Downloaded structopt v0.3.26 |
| 1042 | 2023-10-24T00:18:35.995Z | Downloaded ref-cast v1.0.20 |
| 1043 | 2023-10-24T00:18:35.997Z | Downloaded plotters-backend v0.3.5 |
| 1044 | 2023-10-24T00:18:36.001Z | Downloaded futures-timer v3.0.2 |
| 1045 | 2023-10-24T00:18:36.003Z | Downloaded derive_builder_core v0.12.0 |
| 1046 | 2023-10-24T00:18:36.007Z | Downloaded postcard v0.7.3 |
| 1047 | 2023-10-24T00:18:36.009Z | Downloaded rcgen v0.10.0 |
| 1048 | 2023-10-24T00:18:36.016Z | Downloaded proc-macro-crate v1.3.1 |
| 1049 | 2023-10-24T00:18:36.020Z | Downloaded predicates v3.0.4 |
| 1050 | 2023-10-24T00:18:36.022Z | Downloaded partial-io v0.5.4 |
| 1051 | 2023-10-24T00:18:36.025Z | Downloaded derive_builder v0.12.0 |
| 1052 | 2023-10-24T00:18:36.028Z | Downloaded poly1305 v0.8.0 |
| 1053 | 2023-10-24T00:18:36.031Z | Downloaded diesel_derives v2.1.1 |
| 1054 | 2023-10-24T00:18:36.033Z | Downloaded der_derive v0.7.2 |
| 1055 | 2023-10-24T00:18:36.037Z | Downloaded crossbeam-utils v0.8.16 |
| 1056 | 2023-10-24T00:18:36.040Z | Downloaded platforms v3.0.2 |
| 1057 | 2023-10-24T00:18:36.043Z | Downloaded tokio-util v0.7.8 |
| 1058 | 2023-10-24T00:18:36.045Z | Downloaded relative-path v1.9.0 |
| 1059 | 2023-10-24T00:18:36.048Z | Downloaded expectorate v1.1.0 |
| 1060 | 2023-10-24T00:18:36.051Z | Downloaded uuid v1.4.1 |
| 1061 | 2023-10-24T00:18:36.054Z | Downloaded parking_lot v0.12.1 |
| 1062 | 2023-10-24T00:18:36.057Z | Downloaded hkdf v0.12.3 |
| 1063 | 2023-10-24T00:18:36.060Z | Downloaded test-strategy v0.2.1 |
| 1064 | 2023-10-24T00:18:36.063Z | Downloaded chrono v0.4.31 |
| 1065 | 2023-10-24T00:18:36.065Z | Downloaded parking_lot_core v0.8.6 |
| 1066 | 2023-10-24T00:18:36.068Z | Downloaded trust-dns-client v0.22.0 |
| 1067 | 2023-10-24T00:18:36.070Z | Downloaded darling_core v0.14.4 |
| 1068 | 2023-10-24T00:18:36.073Z | Downloaded x509-cert v0.2.4 |
| 1069 | 2023-10-24T00:18:36.076Z | Downloaded idna v0.4.0 |
| 1070 | 2023-10-24T00:18:36.087Z | Downloaded crypto-bigint v0.5.2 |
| 1071 | 2023-10-24T00:18:36.099Z | Downloaded lalrpop v0.19.12 |
| 1072 | 2023-10-24T00:18:36.121Z | Downloaded salty v0.2.0 |
| 1073 | 2023-10-24T00:18:36.128Z | Downloaded rusqlite v0.29.0 |
| 1074 | 2023-10-24T00:18:36.139Z | Downloaded hashbrown v0.13.2 |
| 1075 | 2023-10-24T00:18:36.148Z | Downloaded clap v3.2.25 |
| 1076 | 2023-10-24T00:18:36.173Z | Downloaded reqwest v0.11.20 |
| 1077 | 2023-10-24T00:18:36.186Z | Downloaded bindgen v0.65.1 |
| 1078 | 2023-10-24T00:18:36.199Z | Downloaded plotters v0.3.5 |
| 1079 | 2023-10-24T00:18:36.215Z | Downloaded portable-atomic v1.4.3 |
| 1080 | 2023-10-24T00:18:36.225Z | Downloaded quick-xml v0.23.1 |
| 1081 | 2023-10-24T00:18:36.239Z | Downloaded petgraph v0.6.4 |
| 1082 | 2023-10-24T00:18:36.263Z | Downloaded rayon v1.7.0 |
| 1083 | 2023-10-24T00:18:36.280Z | Downloaded regex v1.9.5 |
| 1084 | 2023-10-24T00:18:36.304Z | Downloaded syn v1.0.109 |
| 1085 | 2023-10-24T00:18:36.324Z | Downloaded regex-syntax v0.6.29 |
| 1086 | 2023-10-24T00:18:36.338Z | Downloaded regress v0.7.1 |
| 1087 | 2023-10-24T00:18:36.352Z | Downloaded object v0.30.4 |
| 1088 | 2023-10-24T00:18:36.370Z | Downloaded zerocopy-derive v0.6.4 |
| 1089 | 2023-10-24T00:18:36.392Z | Downloaded regex-automata v0.3.8 |
| 1090 | 2023-10-24T00:18:36.424Z | Downloaded openssl v0.10.57 |
| 1091 | 2023-10-24T00:18:36.441Z | Downloaded bstr v1.6.0 |
| 1092 | 2023-10-24T00:18:36.463Z | Downloaded ratatui v0.23.0 |
| 1093 | 2023-10-24T00:18:36.484Z | Downloaded rustls v0.21.7 |
| 1094 | 2023-10-24T00:18:36.505Z | Downloaded openapiv3 v1.0.3 |
| 1095 | 2023-10-24T00:18:36.528Z | Downloaded polar-core v0.26.4 |
| 1096 | 2023-10-24T00:18:36.544Z | Downloaded rustix v0.38.9 |
| 1097 | 2023-10-24T00:18:36.583Z | Downloaded sled v0.34.7 |
| 1098 | 2023-10-24T00:18:36.603Z | Downloaded curve25519-dalek v4.1.0 |
| 1099 | 2023-10-24T00:18:36.620Z | Downloaded libz-sys v1.1.12 |
| 1100 | 2023-10-24T00:18:36.741Z | Downloaded regex-syntax v0.7.5 |
| 1101 | 2023-10-24T00:18:36.756Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1102 | 2023-10-24T00:18:36.780Z | Downloaded zerocopy-derive v0.2.0 |
| 1103 | 2023-10-24T00:18:36.797Z | Downloaded gimli v0.28.0 |
| 1104 | 2023-10-24T00:18:36.812Z | Downloaded radix_trie v0.2.1 |
| 1105 | 2023-10-24T00:18:36.822Z | Downloaded trust-dns-proto v0.22.0 |
| 1106 | 2023-10-24T00:18:36.843Z | Downloaded diesel v2.1.1 |
| 1107 | 2023-10-24T00:18:36.875Z | Downloaded smoltcp v0.9.1 |
| 1108 | 2023-10-24T00:18:36.895Z | Downloaded libtest-mimic v0.5.2 |
| 1109 | 2023-10-24T00:18:36.903Z | Downloaded tokio v1.33.0 |
| 1110 | 2023-10-24T00:18:36.968Z | Downloaded sha3 v0.10.8 |
| 1111 | 2023-10-24T00:18:37.009Z | Downloaded object v0.32.1 |
| 1112 | 2023-10-24T00:18:37.013Z | Downloaded tabled v0.14.0 |
| 1113 | 2023-10-24T00:18:37.026Z | Downloaded git2 v0.17.2 |
| 1114 | 2023-10-24T00:18:37.041Z | Downloaded pest v2.7.2 |
| 1115 | 2023-10-24T00:18:37.049Z | Downloaded h2 v0.3.21 |
| 1116 | 2023-10-24T00:18:37.061Z | Downloaded idna v0.2.3 |
| 1117 | 2023-10-24T00:18:37.074Z | Downloaded nix v0.26.2 |
| 1118 | 2023-10-24T00:18:37.093Z | Downloaded vcpkg v0.2.15 |
| 1119 | 2023-10-24T00:18:37.166Z | Downloaded futures-util v0.3.28 |
| 1120 | 2023-10-24T00:18:37.186Z | Downloaded bitvec v1.0.1 |
| 1121 | 2023-10-24T00:18:37.213Z | Downloaded reedline v0.23.0 |
| 1122 | 2023-10-24T00:18:37.224Z | Downloaded encoding_rs v0.8.33 |
| 1123 | 2023-10-24T00:18:37.267Z | Downloaded bstr v0.2.17 |
| 1124 | 2023-10-24T00:18:37.285Z | Downloaded proptest v1.3.1 |
| 1125 | 2023-10-24T00:18:37.301Z | Downloaded webpki-roots v0.25.2 |
| 1126 | 2023-10-24T00:18:37.308Z | Downloaded hashbrown v0.12.3 |
| 1127 | 2023-10-24T00:18:37.316Z | Downloaded trust-dns-server v0.22.1 |
| 1128 | 2023-10-24T00:18:37.325Z | Downloaded smoltcp v0.8.2 |
| 1129 | 2023-10-24T00:18:37.344Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 1130 | 2023-10-24T00:18:37.453Z | Downloaded trust-dns-resolver v0.22.0 |
| 1131 | 2023-10-24T00:18:37.460Z | Downloaded clap v2.34.0 |
| 1132 | 2023-10-24T00:18:37.474Z | Downloaded rayon-core v1.11.0 |
| 1133 | 2023-10-24T00:18:37.481Z | Downloaded time v0.3.27 |
| 1134 | 2023-10-24T00:18:37.493Z | Downloaded regex-automata v0.1.10 |
| 1135 | 2023-10-24T00:18:37.503Z | Downloaded serde_with v2.3.3 |
| 1136 | 2023-10-24T00:18:37.515Z | Downloaded rustls-webpki v0.101.4 |
| 1137 | 2023-10-24T00:18:37.542Z | Downloaded pin-project v1.1.3 |
| 1138 | 2023-10-24T00:18:37.563Z | Downloaded itertools v0.11.0 |
| 1139 | 2023-10-24T00:18:37.576Z | Downloaded num_enum_derive v0.5.11 |
| 1140 | 2023-10-24T00:18:37.579Z | Downloaded pest_generator v2.7.2 |
| 1141 | 2023-10-24T00:18:37.597Z | Downloaded similar v2.2.1 |
| 1142 | 2023-10-24T00:18:37.600Z | Downloaded openssl-sys v0.9.93 |
| 1143 | 2023-10-24T00:18:37.602Z | Downloaded unicode-normalization v0.1.22 |
| 1144 | 2023-10-24T00:18:37.605Z | Downloaded crossterm v0.27.0 |
| 1145 | 2023-10-24T00:18:37.617Z | Downloaded crossterm v0.26.1 |
| 1146 | 2023-10-24T00:18:37.629Z | Downloaded aho-corasick v1.0.4 |
| 1147 | 2023-10-24T00:18:37.640Z | Downloaded spin v0.9.8 |
| 1148 | 2023-10-24T00:18:37.644Z | Downloaded rustls-native-certs v0.6.3 |
| 1149 | 2023-10-24T00:18:37.648Z | Downloaded num-bigint-dig v0.8.4 |
| 1150 | 2023-10-24T00:18:37.658Z | Downloaded whoami v1.4.1 |
| 1151 | 2023-10-24T00:18:37.661Z | Downloaded hashlink v0.8.3 |
| 1152 | 2023-10-24T00:18:37.664Z | Downloaded crypto-common v0.1.6 |
| 1153 | 2023-10-24T00:18:37.666Z | Downloaded diff v0.1.13 |
| 1154 | 2023-10-24T00:18:37.671Z | Downloaded socket2 v0.5.4 |
| 1155 | 2023-10-24T00:18:37.675Z | Downloaded toml_edit v0.19.15 |
| 1156 | 2023-10-24T00:18:37.706Z | Downloaded polyval v0.6.1 |
| 1157 | 2023-10-24T00:18:37.709Z | Downloaded percent-encoding v2.3.0 |
| 1158 | 2023-10-24T00:18:37.712Z | Downloaded pkg-config v0.3.27 |
| 1159 | 2023-10-24T00:18:37.715Z | Downloaded half v1.8.2 |
| 1160 | 2023-10-24T00:18:37.718Z | Downloaded tokio-postgres v0.7.10 |
| 1161 | 2023-10-24T00:18:37.726Z | Downloaded zip v0.6.6 |
| 1162 | 2023-10-24T00:18:37.734Z | Downloaded rustc-hash v1.1.0 |
| 1163 | 2023-10-24T00:18:37.736Z | Downloaded slog v2.7.0 |
| 1164 | 2023-10-24T00:18:37.741Z | Downloaded rand_chacha v0.3.1 |
| 1165 | 2023-10-24T00:18:37.744Z | Downloaded signal-hook-tokio v0.3.1 |
| 1166 | 2023-10-24T00:18:37.746Z | Downloaded pin-project-internal v1.1.3 |
| 1167 | 2023-10-24T00:18:37.749Z | Downloaded smallvec v0.6.14 |
| 1168 | 2023-10-24T00:18:37.752Z | Downloaded vte v0.11.1 |
| 1169 | 2023-10-24T00:18:37.755Z | Downloaded signal-hook-registry v1.4.1 |
| 1170 | 2023-10-24T00:18:37.758Z | Downloaded futures-task v0.3.28 |
| 1171 | 2023-10-24T00:18:37.760Z | Downloaded papergrid v0.10.0 |
| 1172 | 2023-10-24T00:18:37.766Z | Downloaded password-hash v0.5.0 |
| 1173 | 2023-10-24T00:18:37.770Z | Downloaded schemars v0.8.13 |
| 1174 | 2023-10-24T00:18:37.797Z | Downloaded rand v0.8.5 |
| 1175 | 2023-10-24T00:18:37.817Z | Downloaded termios v0.3.3 |
| 1176 | 2023-10-24T00:18:37.822Z | Downloaded steno v0.4.0 |
| 1177 | 2023-10-24T00:18:37.832Z | Downloaded headers v0.3.9 |
| 1178 | 2023-10-24T00:18:37.850Z | Downloaded spin v0.5.2 |
| 1179 | 2023-10-24T00:18:37.854Z | Downloaded difflib v0.4.0 |
| 1180 | 2023-10-24T00:18:37.857Z | Downloaded structmeta-derive v0.1.6 |
| 1181 | 2023-10-24T00:18:37.863Z | Downloaded strsim v0.8.0 |
| 1182 | 2023-10-24T00:18:37.866Z | Downloaded postgres-protocol v0.6.6 |
| 1183 | 2023-10-24T00:18:37.869Z | Downloaded fixedbitset v0.4.2 |
| 1184 | 2023-10-24T00:18:37.873Z | Downloaded socket2 v0.4.9 |
| 1185 | 2023-10-24T00:18:37.878Z | Downloaded cstr-argument v0.1.2 |
| 1186 | 2023-10-24T00:18:37.880Z | Downloaded path-absolutize v3.1.0 |
| 1187 | 2023-10-24T00:18:37.883Z | Downloaded tabled_derive v0.6.0 |
| 1188 | 2023-10-24T00:18:37.886Z | Downloaded getrandom v0.2.10 |
| 1189 | 2023-10-24T00:18:37.897Z | Downloaded postcard-cobs v0.1.5-pre |
| 1190 | 2023-10-24T00:18:37.901Z | Downloaded parking_lot v0.11.2 |
| 1191 | 2023-10-24T00:18:37.907Z | Downloaded tiny-keccak v2.0.2 |
| 1192 | 2023-10-24T00:18:37.913Z | Downloaded tracing-core v0.1.31 |
| 1193 | 2023-10-24T00:18:37.919Z | Downloaded tracing v0.1.37 |
| 1194 | 2023-10-24T00:18:37.927Z | Downloaded parse-display v0.7.0 |
| 1195 | 2023-10-24T00:18:37.930Z | Downloaded path-dedot v3.1.0 |
| 1196 | 2023-10-24T00:18:37.933Z | Downloaded getopts v0.2.21 |
| 1197 | 2023-10-24T00:18:37.936Z | Downloaded packed_struct_codegen v0.10.1 |
| 1198 | 2023-10-24T00:18:37.939Z | Downloaded xattr v1.0.1 |
| 1199 | 2023-10-24T00:18:37.941Z | Downloaded wyz v0.5.1 |
| 1200 | 2023-10-24T00:18:37.944Z | Downloaded group v0.13.0 |
| 1201 | 2023-10-24T00:18:37.947Z | Downloaded globset v0.4.13 |
| 1202 | 2023-10-24T00:18:37.950Z | Downloaded slog-dtrace v0.2.3 |
| 1203 | 2023-10-24T00:18:37.953Z | Downloaded oso v0.26.4 |
| 1204 | 2023-10-24T00:18:37.958Z | Downloaded toml v0.7.8 |
| 1205 | 2023-10-24T00:18:37.964Z | Downloaded toml v0.5.11 |
| 1206 | 2023-10-24T00:18:37.967Z | Downloaded flate2 v1.0.27 |
| 1207 | 2023-10-24T00:18:37.974Z | Downloaded prettyplease v0.2.12 |
| 1208 | 2023-10-24T00:18:37.980Z | Downloaded pretty_assertions v1.4.0 |
| 1209 | 2023-10-24T00:18:37.983Z | Downloaded fatfs v0.3.6 |
| 1210 | 2023-10-24T00:18:37.989Z | Downloaded ron v0.8.1 |
| 1211 | 2023-10-24T00:18:37.999Z | Downloaded rustc-demangle v0.1.23 |
| 1212 | 2023-10-24T00:18:38.002Z | Downloaded r2d2 v0.8.10 |
| 1213 | 2023-10-24T00:18:38.005Z | Downloaded which v4.4.0 |
| 1214 | 2023-10-24T00:18:38.031Z | Downloaded pkcs1 v0.7.5 |
| 1215 | 2023-10-24T00:18:38.034Z | Downloaded libsqlite3-sys v0.26.0 |
| 1216 | 2023-10-24T00:18:38.156Z | Downloaded proc-macro-error v1.0.4 |
| 1217 | 2023-10-24T00:18:38.162Z | Downloaded nom v7.1.3 |
| 1218 | 2023-10-24T00:18:38.171Z | Downloaded ring v0.16.20 |
| 1219 | 2023-10-24T00:18:38.341Z | Downloaded mio v0.8.8 |
| 1220 | 2023-10-24T00:18:38.351Z | Downloaded criterion v0.5.1 |
| 1221 | 2023-10-24T00:18:38.363Z | Downloaded hyper v0.14.27 |
| 1222 | 2023-10-24T00:18:38.378Z | Downloaded schemars_derive v0.8.13 |
| 1223 | 2023-10-24T00:18:38.381Z | Downloaded ref-cast-impl v1.0.20 |
| 1224 | 2023-10-24T00:18:38.384Z | Downloaded tungstenite v0.20.1 |
| 1225 | 2023-10-24T00:18:38.388Z | Downloaded owo-colors v3.5.0 |
| 1226 | 2023-10-24T00:18:38.393Z | Downloaded elliptic-curve v0.13.5 |
| 1227 | 2023-10-24T00:18:38.400Z | Downloaded der v0.7.8 |
| 1228 | 2023-10-24T00:18:38.410Z | Downloaded serde_urlencoded v0.7.1 |
| 1229 | 2023-10-24T00:18:38.413Z | Downloaded darling_macro v0.20.3 |
| 1230 | 2023-10-24T00:18:38.416Z | Downloaded serial_test v0.10.0 |
| 1231 | 2023-10-24T00:18:38.419Z | Downloaded usdt-impl v0.3.5 |
| 1232 | 2023-10-24T00:18:38.422Z | Downloaded unicode-xid v0.2.4 |
| 1233 | 2023-10-24T00:18:38.426Z | Downloaded radium v0.7.0 |
| 1234 | 2023-10-24T00:18:38.429Z | Downloaded textwrap v0.16.0 |
| 1235 | 2023-10-24T00:18:38.432Z | Downloaded tinytemplate v1.2.1 |
| 1236 | 2023-10-24T00:18:38.435Z | Downloaded heapless v0.7.16 |
| 1237 | 2023-10-24T00:18:38.438Z | Downloaded aes v0.8.3 |
| 1238 | 2023-10-24T00:18:38.442Z | Downloaded snafu v0.7.5 |
| 1239 | 2023-10-24T00:18:38.453Z | Downloaded pem-rfc7468 v0.7.0 |
| 1240 | 2023-10-24T00:18:38.457Z | Downloaded parse-display-derive v0.7.0 |
| 1241 | 2023-10-24T00:18:38.460Z | Downloaded slog-bunyan v2.4.0 |
| 1242 | 2023-10-24T00:18:38.463Z | Downloaded ctr v0.9.2 |
| 1243 | 2023-10-24T00:18:38.466Z | Downloaded hash32 v0.2.1 |
| 1244 | 2023-10-24T00:18:38.468Z | Downloaded derive-where v1.2.5 |
| 1245 | 2023-10-24T00:18:38.474Z | Downloaded tokio-macros v2.1.0 |
| 1246 | 2023-10-24T00:18:38.476Z | Downloaded semver v0.1.20 |
| 1247 | 2023-10-24T00:18:38.479Z | Downloaded vsss-rs v3.3.1 |
| 1248 | 2023-10-24T00:18:38.482Z | Downloaded futures v0.3.28 |
| 1249 | 2023-10-24T00:18:38.491Z | Downloaded slog-stdlog v4.1.1 |
| 1250 | 2023-10-24T00:18:38.494Z | Downloaded pest_meta v2.7.2 |
| 1251 | 2023-10-24T00:18:38.497Z | Downloaded parking_lot_core v0.9.8 |
| 1252 | 2023-10-24T00:18:38.501Z | Downloaded env_logger v0.10.0 |
| 1253 | 2023-10-24T00:18:38.507Z | Downloaded flume v0.11.0 |
| 1254 | 2023-10-24T00:18:38.513Z | Downloaded url v2.4.1 |
| 1255 | 2023-10-24T00:18:38.519Z | Downloaded unsafe-libyaml v0.2.9 |
| 1256 | 2023-10-24T00:18:38.526Z | Downloaded serde_tokenstream v0.1.7 |
| 1257 | 2023-10-24T00:18:38.532Z | Downloaded pkcs8 v0.10.2 |
| 1258 | 2023-10-24T00:18:38.537Z | Downloaded doc-comment v0.3.3 |
| 1259 | 2023-10-24T00:18:38.539Z | Downloaded siphasher v0.3.11 |
| 1260 | 2023-10-24T00:18:38.542Z | Downloaded semver v0.11.0 |
| 1261 | 2023-10-24T00:18:38.545Z | Downloaded serde_plain v1.0.2 |
| 1262 | 2023-10-24T00:18:38.548Z | Downloaded structopt-derive v0.4.18 |
| 1263 | 2023-10-24T00:18:38.551Z | Downloaded libxml v0.3.3 |
| 1264 | 2023-10-24T00:18:38.560Z | Downloaded omicron-zone-package v0.8.3 |
| 1265 | 2023-10-24T00:18:38.564Z | Downloaded backtrace v0.3.69 |
| 1266 | 2023-10-24T00:18:38.572Z | Downloaded serde_tokenstream v0.2.0 |
| 1267 | 2023-10-24T00:18:38.578Z | Downloaded packed_struct v0.10.1 |
| 1268 | 2023-10-24T00:18:38.581Z | Downloaded tokio-stream v0.1.14 |
| 1269 | 2023-10-24T00:18:38.589Z | Downloaded signal-hook v0.3.17 |
| 1270 | 2023-10-24T00:18:38.594Z | Downloaded arc-swap v1.6.0 |
| 1271 | 2023-10-24T00:18:38.600Z | Downloaded signature v2.1.0 |
| 1272 | 2023-10-24T00:18:38.603Z | Downloaded signature v1.6.4 |
| 1273 | 2023-10-24T00:18:38.606Z | Downloaded rstest_macros v0.18.2 |
| 1274 | 2023-10-24T00:18:38.612Z | Downloaded rpassword v7.2.0 |
| 1275 | 2023-10-24T00:18:38.617Z | Downloaded version_check v0.9.4 |
| 1276 | 2023-10-24T00:18:38.620Z | Downloaded stringprep v0.1.3 |
| 1277 | 2023-10-24T00:18:38.624Z | Downloaded rustversion v1.0.14 |
| 1278 | 2023-10-24T00:18:38.627Z | Downloaded derive_more v0.99.17 |
| 1279 | 2023-10-24T00:18:38.644Z | Downloaded serde_with_macros v2.3.3 |
| 1280 | 2023-10-24T00:18:38.648Z | Downloaded zerocopy v0.6.4 |
| 1281 | 2023-10-24T00:18:38.652Z | Downloaded serde_yaml v0.9.25 |
| 1282 | 2023-10-24T00:18:38.655Z | Downloaded oso-derive v0.26.4 |
| 1283 | 2023-10-24T00:18:38.658Z | Downloaded openssl-macros v0.1.1 |
| 1284 | 2023-10-24T00:18:38.661Z | Downloaded usdt v0.3.5 |
| 1285 | 2023-10-24T00:18:38.668Z | Downloaded universal-hash v0.5.1 |
| 1286 | 2023-10-24T00:18:38.671Z | Downloaded unicode-width v0.1.10 |
| 1287 | 2023-10-24T00:18:38.674Z | Downloaded threadpool v1.8.1 |
| 1288 | 2023-10-24T00:18:38.677Z | Downloaded futures-channel v0.3.28 |
| 1289 | 2023-10-24T00:18:38.680Z | Downloaded time-macros v0.2.13 |
| 1290 | 2023-10-24T00:18:38.683Z | Downloaded typenum v1.16.0 |
| 1291 | 2023-10-24T00:18:38.686Z | Downloaded unicode-bidi v0.3.13 |
| 1292 | 2023-10-24T00:18:38.689Z | Downloaded memoffset v0.7.1 |
| 1293 | 2023-10-24T00:18:38.691Z | Downloaded subprocess v0.2.9 |
| 1294 | 2023-10-24T00:18:38.694Z | Downloaded form_urlencoded v1.2.0 |
| 1295 | 2023-10-24T00:18:38.697Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1296 | 2023-10-24T00:18:38.699Z | Downloaded phf_shared v0.11.2 |
| 1297 | 2023-10-24T00:18:38.702Z | Downloaded oorandom v11.1.3 |
| 1298 | 2023-10-24T00:18:38.705Z | Downloaded twox-hash v1.6.3 |
| 1299 | 2023-10-24T00:18:38.708Z | Downloaded foreign-types v0.5.0 |
| 1300 | 2023-10-24T00:18:38.711Z | Downloaded fd-lock v3.0.13 |
| 1301 | 2023-10-24T00:18:38.714Z | Downloaded quick-error v1.2.3 |
| 1302 | 2023-10-24T00:18:38.717Z | Downloaded pretty-hex v0.3.0 |
| 1303 | 2023-10-24T00:18:38.720Z | Downloaded pretty-hex v0.2.1 |
| 1304 | 2023-10-24T00:18:38.723Z | Downloaded crc-any v2.4.3 |
| 1305 | 2023-10-24T00:18:38.726Z | Downloaded dirs-sys-next v0.1.2 |
| 1306 | 2023-10-24T00:18:38.729Z | Downloaded toolchain_find v0.2.0 |
| 1307 | 2023-10-24T00:18:38.732Z | Downloaded bytes v1.5.0 |
| 1308 | 2023-10-24T00:18:38.734Z | Downloaded darling v0.20.3 |
| 1309 | 2023-10-24T00:18:38.738Z | Downloaded yasna v0.5.2 |
| 1310 | 2023-10-24T00:18:38.740Z | Downloaded vergen v8.2.4 |
| 1311 | 2023-10-24T00:18:38.743Z | Downloaded tokio-tungstenite v0.18.0 |
| 1312 | 2023-10-24T00:18:38.746Z | Downloaded const-oid v0.9.5 |
| 1313 | 2023-10-24T00:18:38.748Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1314 | 2023-10-24T00:18:38.751Z | Downloaded crc-catalog v2.2.0 |
| 1315 | 2023-10-24T00:18:38.754Z | Downloaded enum-as-inner v0.5.1 |
| 1316 | 2023-10-24T00:18:38.757Z | Downloaded digest v0.10.7 |
| 1317 | 2023-10-24T00:18:38.760Z | Downloaded debug-ignore v1.0.5 |
| 1318 | 2023-10-24T00:18:38.762Z | Downloaded subtle v2.5.0 |
| 1319 | 2023-10-24T00:18:38.765Z | Downloaded strum_macros v0.25.2 |
| 1320 | 2023-10-24T00:18:38.768Z | Downloaded string_cache v0.8.7 |
| 1321 | 2023-10-24T00:18:38.771Z | Downloaded slog-envlogger v2.2.0 |
| 1322 | 2023-10-24T00:18:38.774Z | Downloaded rustls-pemfile v1.0.3 |
| 1323 | 2023-10-24T00:18:38.779Z | Downloaded rustc_version v0.4.0 |
| 1324 | 2023-10-24T00:18:38.795Z | Downloaded ringbuffer v0.15.0 |
| 1325 | 2023-10-24T00:18:38.799Z | Downloaded tempfile v3.8.0 |
| 1326 | 2023-10-24T00:18:38.803Z | Downloaded static_assertions v1.1.0 |
| 1327 | 2023-10-24T00:18:38.806Z | Downloaded mockall_derive v0.11.4 |
| 1328 | 2023-10-24T00:18:38.809Z | Downloaded clang-sys v1.6.1 |
| 1329 | 2023-10-24T00:18:38.811Z | Downloaded hyper-rustls v0.24.1 |
| 1330 | 2023-10-24T00:18:38.814Z | Downloaded foreign-types-macros v0.2.3 |
| 1331 | 2023-10-24T00:18:38.817Z | Downloaded want v0.3.1 |
| 1332 | 2023-10-24T00:18:38.820Z | Downloaded number_prefix v0.4.0 |
| 1333 | 2023-10-24T00:18:38.823Z | Downloaded datatest-stable v0.1.3 |
| 1334 | 2023-10-24T00:18:38.825Z | Downloaded shell-words v1.1.0 |
| 1335 | 2023-10-24T00:18:38.828Z | Downloaded serde-hex v0.1.0 |
| 1336 | 2023-10-24T00:18:38.831Z | Downloaded sct v0.7.0 |
| 1337 | 2023-10-24T00:18:38.833Z | Downloaded crc32fast v1.3.2 |
| 1338 | 2023-10-24T00:18:38.836Z | Downloaded thread_local v1.1.7 |
| 1339 | 2023-10-24T00:18:38.839Z | Downloaded cookie v0.16.2 |
| 1340 | 2023-10-24T00:18:38.842Z | Downloaded chacha20poly1305 v0.10.1 |
| 1341 | 2023-10-24T00:18:38.844Z | Downloaded zerocopy v0.3.0 |
| 1342 | 2023-10-24T00:18:38.850Z | Downloaded vec_map v0.8.2 |
| 1343 | 2023-10-24T00:18:38.853Z | Downloaded unicase v2.7.0 |
| 1344 | 2023-10-24T00:18:38.856Z | Downloaded strum_macros v0.24.3 |
| 1345 | 2023-10-24T00:18:38.859Z | Downloaded untrusted v0.7.1 |
| 1346 | 2023-10-24T00:18:38.864Z | Downloaded unarray v0.1.4 |
| 1347 | 2023-10-24T00:18:38.868Z | Downloaded tui-tree-widget v0.13.0 |
| 1348 | 2023-10-24T00:18:38.870Z | Downloaded topological-sort v0.2.2 |
| 1349 | 2023-10-24T00:18:38.873Z | Downloaded console v0.15.7 |
| 1350 | 2023-10-24T00:18:38.876Z | Downloaded nanorand v0.7.0 |
| 1351 | 2023-10-24T00:18:38.879Z | Downloaded jobserver v0.1.26 |
| 1352 | 2023-10-24T00:18:38.882Z | Downloaded mime_guess v2.0.4 |
| 1353 | 2023-10-24T00:18:38.886Z | Downloaded clap_derive v3.2.25 |
| 1354 | 2023-10-24T00:18:38.889Z | Downloaded thread-id v4.2.0 |
| 1355 | 2023-10-24T00:18:38.893Z | Downloaded slog-scope v4.4.0 |
| 1356 | 2023-10-24T00:18:38.896Z | Downloaded serde_arrays v0.1.0 |
| 1357 | 2023-10-24T00:18:38.899Z | Downloaded scopeguard v1.2.0 |
| 1358 | 2023-10-24T00:18:38.903Z | Downloaded num_cpus v1.16.0 |
| 1359 | 2023-10-24T00:18:38.906Z | Downloaded num-rational v0.4.1 |
| 1360 | 2023-10-24T00:18:38.909Z | Downloaded nu-ansi-term v0.49.0 |
| 1361 | 2023-10-24T00:18:38.912Z | Downloaded base64ct v1.6.0 |
| 1362 | 2023-10-24T00:18:38.915Z | Downloaded humantime v2.1.0 |
| 1363 | 2023-10-24T00:18:38.919Z | Downloaded httparse v1.8.0 |
| 1364 | 2023-10-24T00:18:38.922Z | Downloaded hmac v0.12.1 |
| 1365 | 2023-10-24T00:18:38.925Z | Downloaded serde-big-array v0.4.1 |
| 1366 | 2023-10-24T00:18:38.929Z | Downloaded num-derive v0.4.0 |
| 1367 | 2023-10-24T00:18:38.932Z | Downloaded lazycell v1.3.0 |
| 1368 | 2023-10-24T00:18:38.936Z | Downloaded crossbeam v0.8.2 |
| 1369 | 2023-10-24T00:18:38.939Z | Downloaded criterion-plot v0.5.0 |
| 1370 | 2023-10-24T00:18:38.942Z | Downloaded memoffset v0.9.0 |
| 1371 | 2023-10-24T00:18:38.946Z | Downloaded crossbeam-deque v0.8.3 |
| 1372 | 2023-10-24T00:18:38.949Z | Downloaded stable_deref_trait v1.2.0 |
| 1373 | 2023-10-24T00:18:38.953Z | Downloaded mockall v0.11.4 |
| 1374 | 2023-10-24T00:18:38.957Z | Downloaded cipher v0.4.4 |
| 1375 | 2023-10-24T00:18:38.959Z | Downloaded keccak v0.1.4 |
| 1376 | 2023-10-24T00:18:38.965Z | Downloaded bb8 v0.8.1 |
| 1377 | 2023-10-24T00:18:38.968Z | Downloaded md-5 v0.10.5 |
| 1378 | 2023-10-24T00:18:38.971Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1379 | 2023-10-24T00:18:38.976Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1380 | 2023-10-24T00:18:38.980Z | Downloaded cpufeatures v0.2.9 |
| 1381 | 2023-10-24T00:18:38.983Z | Downloaded constant_time_eq v0.3.0 |
| 1382 | 2023-10-24T00:18:38.988Z | Downloaded tinyvec_macros v0.1.1 |
| 1383 | 2023-10-24T00:18:38.991Z | Downloaded serde-big-array v0.5.1 |
| 1384 | 2023-10-24T00:18:38.994Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1385 | 2023-10-24T00:18:39.000Z | Downloaded corncobs v0.1.3 |
| 1386 | 2023-10-24T00:18:39.004Z | Downloaded const_format_proc_macros v0.2.31 |
| 1387 | 2023-10-24T00:18:39.007Z | Downloaded inout v0.1.3 |
| 1388 | 2023-10-24T00:18:39.013Z | Downloaded multer v2.1.0 |
| 1389 | 2023-10-24T00:18:39.017Z | Downloaded tower-service v0.3.2 |
| 1390 | 2023-10-24T00:18:39.019Z | Downloaded colored v2.0.4 |
| 1391 | 2023-10-24T00:18:39.024Z | Downloaded ahash v0.8.3 |
| 1392 | 2023-10-24T00:18:39.027Z | Downloaded aes-gcm-siv v0.11.1 |
| 1393 | 2023-10-24T00:18:39.029Z | Downloaded hyper-tls v0.5.0 |
| 1394 | 2023-10-24T00:18:39.058Z | Downloaded hyper-staticfile v0.9.5 |
| 1395 | 2023-10-24T00:18:39.062Z | Downloaded httptest v0.15.4 |
| 1396 | 2023-10-24T00:18:39.065Z | Downloaded shlex v1.1.0 |
| 1397 | 2023-10-24T00:18:39.071Z | Downloaded http-body v0.4.5 |
| 1398 | 2023-10-24T00:18:39.074Z | Downloaded atomic-waker v1.1.1 |
| 1399 | 2023-10-24T00:18:39.077Z | Downloaded async-trait v0.1.73 |
| 1400 | 2023-10-24T00:18:39.082Z | Downloaded autocfg v1.1.0 |
| 1401 | 2023-10-24T00:18:39.085Z | Downloaded hostname v0.3.1 |
| 1402 | 2023-10-24T00:18:39.090Z | Downloaded bitflags v2.4.0 |
| 1403 | 2023-10-24T00:18:39.095Z | Downloaded hex v0.4.3 |
| 1404 | 2023-10-24T00:18:39.098Z | Downloaded log v0.4.20 |
| 1405 | 2023-10-24T00:18:39.101Z | Downloaded crc v3.0.1 |
| 1406 | 2023-10-24T00:18:39.104Z | Downloaded blake2b_simd v1.0.1 |
| 1407 | 2023-10-24T00:18:39.107Z | Downloaded constant_time_eq v0.2.6 |
| 1408 | 2023-10-24T00:18:39.110Z | Downloaded ascii v1.1.0 |
| 1409 | 2023-10-24T00:18:39.113Z | Downloaded ansi_term v0.12.1 |
| 1410 | 2023-10-24T00:18:39.116Z | Downloaded num-traits v0.2.16 |
| 1411 | 2023-10-24T00:18:39.118Z | Downloaded convert_case v0.4.0 |
| 1412 | 2023-10-24T00:18:39.121Z | Downloaded bit-vec v0.6.3 |
| 1413 | 2023-10-24T00:18:39.124Z | Downloaded iana-time-zone v0.1.57 |
| 1414 | 2023-10-24T00:18:39.127Z | Downloaded hubpack_derive v0.1.1 |
| 1415 | 2023-10-24T00:18:39.130Z | Downloaded base16ct v0.2.0 |
| 1416 | 2023-10-24T00:18:39.132Z | Downloaded hubpack v0.1.2 |
| 1417 | 2023-10-24T00:18:39.135Z | Downloaded managed v0.8.0 |
| 1418 | 2023-10-24T00:18:39.138Z | Downloaded ciborium-io v0.2.1 |
| 1419 | 2023-10-24T00:18:39.140Z | Downloaded bit_field v0.10.2 |
| 1420 | 2023-10-24T00:18:39.143Z | Downloaded async-stream-impl v0.3.5 |
| 1421 | 2023-10-24T00:18:39.146Z | Downloaded atty v0.2.14 |
| 1422 | 2023-10-24T00:18:39.148Z | Downloaded http-range v0.1.5 |
| 1423 | 2023-10-24T00:18:39.151Z | Downloaded home v0.5.5 |
| 1424 | 2023-10-24T00:18:39.154Z | Downloaded num-iter v0.1.43 |
| 1425 | 2023-10-24T00:18:39.156Z | Downloaded block-padding v0.3.3 |
| 1426 | 2023-10-24T00:18:39.159Z | Downloaded ident_case v1.0.1 |
| 1427 | 2023-10-24T00:18:39.162Z | Downloaded hex-literal v0.4.1 |
| 1428 | 2023-10-24T00:18:39.165Z | Downloaded arrayref v0.3.7 |
| 1429 | 2023-10-24T00:18:39.168Z | Downloaded argon2 v0.5.2 |
| 1430 | 2023-10-24T00:18:39.171Z | Downloaded rtoolbox v0.0.1 |
| 1431 | 2023-10-24T00:18:39.173Z | Downloaded bzip2 v0.4.4 |
| 1432 | 2023-10-24T00:18:39.177Z | Downloaded assert_cmd v2.0.12 |
| 1433 | 2023-10-24T00:18:39.180Z | Downloaded arrayvec v0.7.4 |
| 1434 | 2023-10-24T00:18:39.183Z | Downloaded anes v0.1.6 |
| 1435 | 2023-10-24T00:18:39.186Z | Downloaded approx v0.5.1 |
| 1436 | 2023-10-24T00:18:39.188Z | Downloaded normalize-line-endings v0.3.0 |
| 1437 | 2023-10-24T00:18:39.191Z | Downloaded newtype_derive v0.1.6 |
| 1438 | 2023-10-24T00:18:39.195Z | Downloaded match_cfg v0.1.0 |
| 1439 | 2023-10-24T00:18:39.197Z | Downloaded macaddr v1.0.1 |
| 1440 | 2023-10-24T00:18:39.200Z | Downloaded linear-map v1.2.0 |
| 1441 | 2023-10-24T00:18:39.203Z | Downloaded maplit v1.0.2 |
| 1442 | 2023-10-24T00:18:39.205Z | Downloaded lru-cache v0.1.2 |
| 1443 | 2023-10-24T00:18:39.209Z | Downloaded chacha20 v0.9.1 |
| 1444 | 2023-10-24T00:18:39.212Z | Downloaded cancel-safe-futures v0.1.2 |
| 1445 | 2023-10-24T00:18:39.215Z | Downloaded buf-list v1.0.3 |
| 1446 | 2023-10-24T00:18:39.217Z | Downloaded camino-tempfile v1.0.2 |
| 1447 | 2023-10-24T00:18:39.220Z | Downloaded async-stream v0.3.5 |
| 1448 | 2023-10-24T00:18:39.223Z | Downloaded cfg-if v1.0.0 |
| 1449 | 2023-10-24T00:18:39.226Z | Downloaded maybe-uninit v2.0.0 |
| 1450 | 2023-10-24T00:18:39.229Z | Downloaded byteorder v1.4.3 |
| 1451 | 2023-10-24T00:18:39.232Z | Downloaded aead v0.5.2 |
| 1452 | 2023-10-24T00:18:39.886Z | Compiling proc-macro2 v1.0.67 |
| 1453 | 2023-10-24T00:18:39.889Z | Compiling serde v1.0.188 |
| 1454 | 2023-10-24T00:18:39.892Z | Compiling autocfg v1.1.0 |
| 1455 | 2023-10-24T00:18:39.895Z | Compiling version_check v0.9.4 |
| 1456 | 2023-10-24T00:18:39.898Z | Compiling syn v1.0.109 |
| 1457 | 2023-10-24T00:18:39.906Z | Compiling parking_lot_core v0.9.8 |
| 1458 | 2023-10-24T00:18:39.928Z | Compiling libm v0.2.7 |
| 1459 | 2023-10-24T00:18:39.975Z | Compiling libc v0.2.149 |
| 1460 | 2023-10-24T00:18:40.408Z | Compiling cfg-if v1.0.0 |
| 1461 | 2023-10-24T00:18:40.484Z | Compiling futures-core v0.3.28 |
| 1462 | 2023-10-24T00:18:40.553Z | Compiling once_cell v1.18.0 |
| 1463 | 2023-10-24T00:18:40.654Z | Compiling typenum v1.16.0 |
| 1464 | 2023-10-24T00:18:40.949Z | Compiling futures-task v0.3.28 |
| 1465 | 2023-10-24T00:18:40.968Z | Compiling ahash v0.8.3 |
| 1466 | 2023-10-24T00:18:41.015Z | Compiling lock_api v0.4.10 |
| 1467 | 2023-10-24T00:18:41.164Z | Compiling num-traits v0.2.16 |
| 1468 | 2023-10-24T00:18:41.384Z | Compiling quote v1.0.33 |
| 1469 | 2023-10-24T00:18:41.564Z | Compiling generic-array v0.14.7 |
| 1470 | 2023-10-24T00:18:41.596Z | Compiling slab v0.4.9 |
| 1471 | 2023-10-24T00:18:41.952Z | Compiling syn v2.0.32 |
| 1472 | 2023-10-24T00:18:42.200Z | Compiling jobserver v0.1.26 |
| 1473 | 2023-10-24T00:18:42.504Z | Compiling futures-channel v0.3.28 |
| 1474 | 2023-10-24T00:18:42.618Z | Compiling cc v1.0.83 |
| 1475 | 2023-10-24T00:18:42.698Z | Compiling futures-util v0.3.28 |
| 1476 | 2023-10-24T00:18:42.717Z | Compiling pkg-config v0.3.27 |
| 1477 | 2023-10-24T00:18:43.045Z | Compiling memchr v2.6.3 |
| 1478 | 2023-10-24T00:18:43.312Z | Compiling vcpkg v0.2.15 |
| 1479 | 2023-10-24T00:18:43.350Z | Compiling itoa v1.0.9 |
| 1480 | 2023-10-24T00:18:43.706Z | Compiling schemars v0.8.13 |
| 1481 | 2023-10-24T00:18:44.177Z | Compiling log v0.4.20 |
| 1482 | 2023-10-24T00:18:44.731Z | Compiling serde_json v1.0.107 |
| 1483 | 2023-10-24T00:18:45.310Z | Compiling indexmap v1.9.3 |
| 1484 | 2023-10-24T00:18:45.457Z | Compiling httparse v1.8.0 |
| 1485 | 2023-10-24T00:18:45.600Z | Compiling ryu v1.0.15 |
| 1486 | 2023-10-24T00:18:45.723Z | Compiling allocator-api2 v0.2.16 |
| 1487 | 2023-10-24T00:18:46.013Z | Compiling equivalent v1.0.1 |
| 1488 | 2023-10-24T00:18:46.053Z | Compiling rustix v0.38.9 |
| 1489 | 2023-10-24T00:18:46.128Z | Compiling getrandom v0.2.10 |
| 1490 | 2023-10-24T00:18:46.149Z | Compiling fnv v1.0.7 |
| 1491 | 2023-10-24T00:18:46.326Z | Compiling rustls v0.21.7 |
| 1492 | 2023-10-24T00:18:46.424Z | Compiling openssl v0.10.57 |
| 1493 | 2023-10-24T00:18:46.685Z | Compiling aho-corasick v1.0.4 |
| 1494 | 2023-10-24T00:18:46.703Z | Compiling regex-syntax v0.7.5 |
| 1495 | 2023-10-24T00:18:46.952Z | Compiling hashbrown v0.14.0 |
| 1496 | 2023-10-24T00:18:47.110Z | Compiling unicode-xid v0.2.4 |
| 1497 | 2023-10-24T00:18:47.347Z | Compiling ucd-trie v0.1.6 |
| 1498 | 2023-10-24T00:18:47.562Z | Compiling ring v0.16.20 |
| 1499 | 2023-10-24T00:18:48.211Z | Compiling openssl-sys v0.9.93 |
| 1500 | 2023-10-24T00:18:49.228Z | Compiling backtrace v0.3.69 |
| 1501 | 2023-10-24T00:18:49.725Z | Compiling native-tls v0.2.11 |
| 1502 | 2023-10-24T00:18:50.175Z | Compiling async-trait v0.1.73 |
| 1503 | 2023-10-24T00:18:50.846Z | Compiling rustversion v1.0.14 |
| 1504 | 2023-10-24T00:18:51.561Z | Compiling crossbeam-utils v0.8.16 |
| 1505 | 2023-10-24T00:18:51.846Z | Compiling regex-automata v0.3.8 |
| 1506 | 2023-10-24T00:18:52.038Z | Compiling anyhow v1.0.75 |
| 1507 | 2023-10-24T00:18:52.952Z | Compiling slog v2.7.0 |
| 1508 | 2023-10-24T00:18:53.173Z | Compiling iana-time-zone v0.1.57 |
| 1509 | 2023-10-24T00:18:53.677Z | Compiling time-core v0.1.1 |
| 1510 | 2023-10-24T00:18:53.696Z | Compiling serde_derive_internals v0.26.0 |
| 1511 | 2023-10-24T00:18:53.924Z | Compiling time-macros v0.2.13 |
| 1512 | 2023-10-24T00:18:54.427Z | Compiling byteorder v1.4.3 |
| 1513 | 2023-10-24T00:18:55.206Z | Compiling synstructure v0.12.6 |
| 1514 | 2023-10-24T00:18:56.135Z | Compiling dyn-clone v1.0.13 |
| 1515 | 2023-10-24T00:18:56.413Z | Compiling hashbrown v0.13.2 |
| 1516 | 2023-10-24T00:18:56.478Z | Compiling usdt-impl v0.3.5 |
| 1517 | 2023-10-24T00:18:57.147Z | Compiling unicode-width v0.1.10 |
| 1518 | 2023-10-24T00:18:57.378Z | Compiling thread-id v4.2.0 |
| 1519 | 2023-10-24T00:18:57.525Z | Compiling scopeguard v1.2.0 |
| 1520 | 2023-10-24T00:18:57.716Z | Compiling strsim v0.10.0 |
| 1521 | 2023-10-24T00:18:57.747Z | Compiling tinyvec_macros v0.1.1 |
| 1522 | 2023-10-24T00:18:57.766Z | Compiling winnow v0.5.15 |
| 1523 | 2023-10-24T00:18:57.911Z | Compiling tinyvec v1.6.0 |
| 1524 | 2023-10-24T00:18:58.781Z | Compiling unicode-bidi v0.3.13 |
| 1525 | 2023-10-24T00:18:59.112Z | Compiling smallvec v1.11.0 |
| 1526 | 2023-10-24T00:19:00.548Z | Compiling regex v1.9.5 |
| 1527 | 2023-10-24T00:19:00.773Z | Compiling unicode-normalization v0.1.22 |
| 1528 | 2023-10-24T00:19:00.821Z | Compiling percent-encoding v2.3.0 |
| 1529 | 2023-10-24T00:19:00.911Z | Compiling parking_lot v0.12.1 |
| 1530 | 2023-10-24T00:19:01.335Z | Compiling form_urlencoded v1.2.0 |
| 1531 | 2023-10-24T00:19:01.785Z | Compiling num-integer v0.1.45 |
| 1532 | 2023-10-24T00:19:02.175Z | Compiling bitflags v1.3.2 |
| 1533 | 2023-10-24T00:19:02.221Z | Compiling crc32fast v1.3.2 |
| 1534 | 2023-10-24T00:19:02.313Z | Compiling adler v1.0.2 |
| 1535 | 2023-10-24T00:19:02.372Z | Compiling idna v0.4.0 |
| 1536 | 2023-10-24T00:19:02.615Z | Compiling miniz_oxide v0.7.1 |
| 1537 | 2023-10-24T00:19:02.663Z | Compiling spin v0.5.2 |
| 1538 | 2023-10-24T00:19:02.941Z | Compiling gimli v0.28.0 |
| 1539 | 2023-10-24T00:19:03.076Z | Compiling object v0.32.1 |
| 1540 | 2023-10-24T00:19:04.033Z | Compiling url v2.4.1 |
| 1541 | 2023-10-24T00:19:04.053Z | Compiling serde_derive v1.0.188 |
| 1542 | 2023-10-24T00:19:04.494Z | Compiling thiserror-impl v1.0.49 |
| 1543 | 2023-10-24T00:19:04.791Z | Compiling zeroize_derive v1.4.2 |
| 1544 | 2023-10-24T00:19:05.023Z | Compiling tokio-macros v2.1.0 |
| 1545 | 2023-10-24T00:19:06.948Z | Compiling futures-macro v0.3.28 |
| 1546 | 2023-10-24T00:19:07.103Z | Compiling tracing-attributes v0.1.26 |
| 1547 | 2023-10-24T00:19:07.438Z | Compiling schemars_derive v0.8.13 |
| 1548 | 2023-10-24T00:19:07.891Z | Compiling openssl-macros v0.1.1 |
| 1549 | 2023-10-24T00:19:09.194Z | Compiling thiserror v1.0.49 |
| 1550 | 2023-10-24T00:19:09.375Z | Compiling pest v2.7.2 |
| 1551 | 2023-10-24T00:19:10.144Z | Compiling zerocopy-derive v0.2.0 |
| 1552 | 2023-10-24T00:19:11.197Z | Compiling strum_macros v0.25.2 |
| 1553 | 2023-10-24T00:19:12.366Z | Compiling addr2line v0.21.0 |
| 1554 | 2023-10-24T00:19:12.660Z | Compiling pin-project-lite v0.2.13 |
| 1555 | 2023-10-24T00:19:12.746Z | Compiling rustc-demangle v0.1.23 |
| 1556 | 2023-10-24T00:19:12.891Z | Compiling zerocopy-derive v0.6.4 |
| 1557 | 2023-10-24T00:19:12.973Z | Compiling zerocopy v0.3.0 |
| 1558 | 2023-10-24T00:19:13.381Z | Compiling errno v0.3.2 |
| 1559 | 2023-10-24T00:19:13.653Z | Compiling pest_meta v2.7.2 |
| 1560 | 2023-10-24T00:19:14.184Z | Compiling dof v0.1.5 |
| 1561 | 2023-10-24T00:19:14.495Z | Compiling mio v0.8.8 |
| 1562 | 2023-10-24T00:19:14.605Z | Compiling num_cpus v1.16.0 |
| 1563 | 2023-10-24T00:19:14.771Z | Compiling signal-hook-registry v1.4.1 |
| 1564 | 2023-10-24T00:19:15.832Z | Compiling pest_generator v2.7.2 |
| 1565 | 2023-10-24T00:19:16.025Z | Compiling socket2 v0.5.4 |
| 1566 | 2023-10-24T00:19:16.352Z | Compiling futures-sink v0.3.28 |
| 1567 | 2023-10-24T00:19:16.574Z | Compiling memoffset v0.9.0 |
| 1568 | 2023-10-24T00:19:17.540Z | Compiling num_threads v0.1.6 |
| 1569 | 2023-10-24T00:19:17.696Z | Compiling deranged v0.3.8 |
| 1570 | 2023-10-24T00:19:17.934Z | Compiling futures-io v0.3.28 |
| 1571 | 2023-10-24T00:19:18.077Z | Compiling pin-utils v0.1.0 |
| 1572 | 2023-10-24T00:19:18.180Z | Compiling radium v0.7.0 |
| 1573 | 2023-10-24T00:19:18.788Z | Compiling tracing-core v0.1.31 |
| 1574 | 2023-10-24T00:19:18.954Z | Compiling lazy_static v1.4.0 |
| 1575 | 2023-10-24T00:19:19.106Z | Compiling crossbeam-epoch v0.9.15 |
| 1576 | 2023-10-24T00:19:19.248Z | Compiling clap_derive v4.4.2 |
| 1577 | 2023-10-24T00:19:19.867Z | Compiling num-iter v0.1.43 |
| 1578 | 2023-10-24T00:19:20.270Z | Compiling tracing v0.1.37 |
| 1579 | 2023-10-24T00:19:20.928Z | Compiling time v0.3.27 |
| 1580 | 2023-10-24T00:19:20.968Z | Compiling untrusted v0.7.1 |
| 1581 | 2023-10-24T00:19:21.004Z | Compiling either v1.9.0 |
| 1582 | 2023-10-24T00:19:21.022Z | Compiling pest_derive v2.7.2 |
| 1583 | 2023-10-24T00:19:21.255Z | Compiling base64 v0.21.4 |
| 1584 | 2023-10-24T00:19:22.060Z | Compiling dtrace-parser v0.1.14 |
| 1585 | 2023-10-24T00:19:22.569Z | Compiling rand_core v0.6.4 |
| 1586 | 2023-10-24T00:19:23.264Z | Compiling openssl-probe v0.1.5 |
| 1587 | 2023-10-24T00:19:23.708Z | Compiling hashbrown v0.12.3 |
| 1588 | 2023-10-24T00:19:25.046Z | Compiling foreign-types-shared v0.1.1 |
| 1589 | 2023-10-24T00:19:25.191Z | Compiling foreign-types v0.3.2 |
| 1590 | 2023-10-24T00:19:25.317Z | Compiling zeroize v1.6.0 |
| 1591 | 2023-10-24T00:19:25.965Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1592 | 2023-10-24T00:19:26.908Z | Compiling try-lock v0.2.4 |
| 1593 | 2023-10-24T00:19:27.119Z | Compiling want v0.3.1 |
| 1594 | 2023-10-24T00:19:27.516Z | Compiling indexmap v2.0.0 |
| 1595 | 2023-10-24T00:19:27.612Z | Compiling bytes v1.5.0 |
| 1596 | 2023-10-24T00:19:28.101Z | Compiling uuid v1.4.1 |
| 1597 | 2023-10-24T00:19:28.245Z | Compiling chrono v0.4.31 |
| 1598 | 2023-10-24T00:19:28.411Z | Compiling semver v1.0.18 |
| 1599 | 2023-10-24T00:19:28.449Z | Compiling serde_tokenstream v0.1.7 |
| 1600 | 2023-10-24T00:19:28.991Z | Compiling toml_datetime v0.6.3 |
| 1601 | 2023-10-24T00:19:29.243Z | Compiling http v0.2.9 |
| 1602 | 2023-10-24T00:19:29.247Z | Compiling rustc_version v0.4.0 |
| 1603 | 2023-10-24T00:19:29.521Z | Compiling serde_spanned v0.6.3 |
| 1604 | 2023-10-24T00:19:29.556Z | Compiling bitflags v2.4.0 |
| 1605 | 2023-10-24T00:19:29.575Z | Compiling tokio v1.33.0 |
| 1606 | 2023-10-24T00:19:29.847Z | Compiling toml_edit v0.19.15 |
| 1607 | 2023-10-24T00:19:32.034Z | Compiling openapiv3 v1.0.3 |
| 1608 | 2023-10-24T00:19:34.435Z | Compiling http-body v0.4.5 |
| 1609 | 2023-10-24T00:19:35.064Z | Compiling rustls-webpki v0.101.4 |
| 1610 | 2023-10-24T00:19:35.086Z | Compiling sct v0.7.0 |
| 1611 | 2023-10-24T00:19:35.518Z | Compiling enum-as-inner v0.5.1 |
| 1612 | 2023-10-24T00:19:35.659Z | Compiling usdt-attr-macro v0.3.5 |
| 1613 | 2023-10-24T00:19:36.992Z | Compiling usdt-macro v0.3.5 |
| 1614 | 2023-10-24T00:19:37.733Z | Compiling socket2 v0.4.9 |
| 1615 | 2023-10-24T00:19:38.082Z | Compiling httpdate v1.0.3 |
| 1616 | 2023-10-24T00:19:38.561Z | Compiling tower-service v0.3.2 |
| 1617 | 2023-10-24T00:19:38.742Z | Compiling heapless v0.7.16 |
| 1618 | 2023-10-24T00:19:38.822Z | Compiling rustls-pemfile v1.0.3 |
| 1619 | 2023-10-24T00:19:39.042Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1620 | 2023-10-24T00:19:39.290Z | Compiling siphasher v0.3.11 |
| 1621 | 2023-10-24T00:19:39.413Z | Compiling rustls-native-certs v0.6.3 |
| 1622 | 2023-10-24T00:19:39.744Z | Compiling ipnet v2.8.0 |
| 1623 | 2023-10-24T00:19:39.939Z | Compiling serde_urlencoded v0.7.1 |
| 1624 | 2023-10-24T00:19:39.949Z | Compiling serde_tokenstream v0.2.0 |
| 1625 | 2023-10-24T00:19:40.698Z | Compiling encoding_rs v0.8.33 |
| 1626 | 2023-10-24T00:19:40.785Z | Compiling mime v0.3.17 |
| 1627 | 2023-10-24T00:19:41.283Z | Compiling webpki-roots v0.25.2 |
| 1628 | 2023-10-24T00:19:41.500Z | Compiling crypto-common v0.1.6 |
| 1629 | 2023-10-24T00:19:41.580Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1630 | 2023-10-24T00:19:41.609Z | Compiling num-bigint v0.4.4 |
| 1631 | 2023-10-24T00:19:41.788Z | Compiling smoltcp v0.9.1 |
| 1632 | 2023-10-24T00:19:41.993Z | Compiling bit-vec v0.6.3 |
| 1633 | 2023-10-24T00:19:42.137Z | Compiling diesel_derives v2.1.1 |
| 1634 | 2023-10-24T00:19:42.673Z | Compiling tokio-util v0.7.8 |
| 1635 | 2023-10-24T00:19:42.694Z | Compiling tokio-native-tls v0.3.1 |
| 1636 | 2023-10-24T00:19:42.863Z | Compiling flate2 v1.0.27 |
| 1637 | 2023-10-24T00:19:43.168Z | Compiling phf_shared v0.10.0 |
| 1638 | 2023-10-24T00:19:43.796Z | Compiling block-buffer v0.10.4 |
| 1639 | 2023-10-24T00:19:43.994Z | Compiling hubpack_derive v0.1.1 |
| 1640 | 2023-10-24T00:19:44.117Z | Compiling new_debug_unreachable v1.0.4 |
| 1641 | 2023-10-24T00:19:44.243Z | Compiling const-oid v0.9.5 |
| 1642 | 2023-10-24T00:19:44.356Z | Compiling precomputed-hash v0.1.1 |
| 1643 | 2023-10-24T00:19:44.508Z | Compiling h2 v0.3.21 |
| 1644 | 2023-10-24T00:19:44.971Z | Compiling tokio-rustls v0.24.1 |
| 1645 | 2023-10-24T00:19:45.225Z | Compiling subtle v2.5.0 |
| 1646 | 2023-10-24T00:19:45.592Z | Compiling ppv-lite86 v0.2.17 |
| 1647 | 2023-10-24T00:19:46.076Z | Compiling fixedbitset v0.4.2 |
| 1648 | 2023-10-24T00:19:46.322Z | Compiling petgraph v0.6.4 |
| 1649 | 2023-10-24T00:19:46.911Z | Compiling rand_chacha v0.3.1 |
| 1650 | 2023-10-24T00:19:47.283Z | Compiling digest v0.10.7 |
| 1651 | 2023-10-24T00:19:47.989Z | Compiling string_cache v0.8.7 |
| 1652 | 2023-10-24T00:19:48.057Z | Compiling bit-set v0.5.3 |
| 1653 | 2023-10-24T00:19:48.477Z | Compiling toml v0.7.8 |
| 1654 | 2023-10-24T00:19:48.496Z | Compiling itertools v0.10.5 |
| 1655 | 2023-10-24T00:19:48.650Z | Compiling lalrpop-util v0.19.12 |
| 1656 | 2023-10-24T00:19:49.183Z | Compiling unicode-segmentation v1.10.1 |
| 1657 | 2023-10-24T00:19:50.637Z | Compiling rand v0.8.5 |
| 1658 | 2023-10-24T00:19:51.025Z | Compiling regress v0.7.1 |
| 1659 | 2023-10-24T00:19:52.069Z | Compiling serde_repr v0.1.16 |
| 1660 | 2023-10-24T00:19:52.761Z | Compiling io-lifetimes v1.0.11 |
| 1661 | 2023-10-24T00:19:52.783Z | Compiling utf8parse v0.2.1 |
| 1662 | 2023-10-24T00:19:53.044Z | Compiling cpufeatures v0.2.9 |
| 1663 | 2023-10-24T00:19:53.061Z | Compiling anstyle v1.0.2 |
| 1664 | 2023-10-24T00:19:53.079Z | Compiling rustix v0.37.23 |
| 1665 | 2023-10-24T00:19:53.174Z | Compiling sha2 v0.10.7 |
| 1666 | 2023-10-24T00:19:53.231Z | Compiling anstyle-parse v0.2.1 |
| 1667 | 2023-10-24T00:19:53.713Z | Compiling hmac v0.12.1 |
| 1668 | 2023-10-24T00:19:53.716Z | Compiling md-5 v0.10.5 |
| 1669 | 2023-10-24T00:19:54.036Z | Compiling stringprep v0.1.3 |
| 1670 | 2023-10-24T00:19:54.063Z | Compiling spin v0.9.8 |
| 1671 | 2023-10-24T00:19:54.437Z | Compiling hash32 v0.2.1 |
| 1672 | 2023-10-24T00:19:54.642Z | Compiling colorchoice v1.0.0 |
| 1673 | 2023-10-24T00:19:54.870Z | Compiling fallible-iterator v0.2.0 |
| 1674 | 2023-10-24T00:19:54.996Z | Compiling anstyle-query v1.0.0 |
| 1675 | 2023-10-24T00:19:55.017Z | Compiling stable_deref_trait v1.2.0 |
| 1676 | 2023-10-24T00:19:55.156Z | Compiling anstream v0.5.0 |
| 1677 | 2023-10-24T00:19:55.347Z | Compiling terminal_size v0.2.6 |
| 1678 | 2023-10-24T00:19:55.448Z | Compiling phf_shared v0.11.2 |
| 1679 | 2023-10-24T00:19:55.612Z | Compiling block-padding v0.3.3 |
| 1680 | 2023-10-24T00:19:55.944Z | Compiling hyper v0.14.27 |
| 1681 | 2023-10-24T00:19:56.003Z | Compiling postgres-protocol v0.6.6 |
| 1682 | 2023-10-24T00:19:56.435Z | Compiling scheduled-thread-pool v0.2.7 |
| 1683 | 2023-10-24T00:19:56.438Z | Compiling managed v0.8.0 |
| 1684 | 2023-10-24T00:19:57.175Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1685 | 2023-10-24T00:19:57.207Z | Compiling regex-automata v0.1.10 |
| 1686 | 2023-10-24T00:19:57.213Z | Compiling clap_lex v0.5.1 |
| 1687 | 2023-10-24T00:19:57.673Z | Compiling matches v0.1.10 |
| 1688 | 2023-10-24T00:19:57.831Z | Compiling tap v1.0.1 |
| 1689 | 2023-10-24T00:19:57.923Z | Compiling idna v0.2.3 |
| 1690 | 2023-10-24T00:19:58.097Z | Compiling wyz v0.5.1 |
| 1691 | 2023-10-24T00:19:58.116Z | Compiling clap_builder v4.4.2 |
| 1692 | 2023-10-24T00:19:58.783Z | Compiling bstr v0.2.17 |
| 1693 | 2023-10-24T00:19:59.466Z | Compiling postgres-types v0.2.6 |
| 1694 | 2023-10-24T00:20:01.055Z | Compiling r2d2 v0.8.10 |
| 1695 | 2023-10-24T00:20:01.511Z | Compiling phf v0.11.2 |
| 1696 | 2023-10-24T00:20:01.652Z | Compiling inout v0.1.3 |
| 1697 | 2023-10-24T00:20:01.953Z | Compiling hubpack v0.1.2 |
| 1698 | 2023-10-24T00:20:02.550Z | Compiling ipnetwork v0.20.0 |
| 1699 | 2023-10-24T00:20:02.641Z | Compiling futures-executor v0.3.28 |
| 1700 | 2023-10-24T00:20:03.501Z | Compiling itertools v0.11.0 |
| 1701 | 2023-10-24T00:20:04.146Z | Compiling zerocopy v0.6.4 |
| 1702 | 2023-10-24T00:20:05.558Z | Compiling float-cmp v0.9.0 |
| 1703 | 2023-10-24T00:20:05.882Z | Compiling normalize-line-endings v0.3.0 |
| 1704 | 2023-10-24T00:20:06.049Z | Compiling whoami v1.4.1 |
| 1705 | 2023-10-24T00:20:06.076Z | Compiling unicode-linebreak v0.1.5 |
| 1706 | 2023-10-24T00:20:06.227Z | Compiling static_assertions v1.1.0 |
| 1707 | 2023-10-24T00:20:06.359Z | Compiling smawk v0.3.1 |
| 1708 | 2023-10-24T00:20:06.655Z | Compiling data-encoding v2.4.0 |
| 1709 | 2023-10-24T00:20:06.889Z | Compiling predicates-core v1.0.6 |
| 1710 | 2023-10-24T00:20:06.910Z | Compiling funty v2.0.0 |
| 1711 | 2023-10-24T00:20:07.380Z | Compiling hyper-rustls v0.24.1 |
| 1712 | 2023-10-24T00:20:07.590Z | Compiling hyper-tls v0.5.0 |
| 1713 | 2023-10-24T00:20:08.155Z | Compiling reqwest v0.11.20 |
| 1714 | 2023-10-24T00:20:08.436Z | Compiling difflib v0.4.0 |
| 1715 | 2023-10-24T00:20:08.504Z | Compiling trust-dns-proto v0.22.0 |
| 1716 | 2023-10-24T00:20:10.049Z | Compiling predicates v3.0.4 |
| 1717 | 2023-10-24T00:20:10.156Z | Compiling bitvec v1.0.1 |
| 1718 | 2023-10-24T00:20:10.570Z | Compiling textwrap v0.16.0 |
| 1719 | 2023-10-24T00:20:11.886Z | Compiling tokio-postgres v0.7.10 |
| 1720 | 2023-10-24T00:20:12.370Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1721 | 2023-10-24T00:20:12.480Z | Compiling diesel v2.1.1 |
| 1722 | 2023-10-24T00:20:12.497Z | Compiling yasna v0.5.2 |
| 1723 | 2023-10-24T00:20:16.647Z | Compiling clap v4.4.3 |
| 1724 | 2023-10-24T00:20:16.824Z | Compiling futures v0.3.28 |
| 1725 | 2023-10-24T00:20:16.965Z | Compiling cipher v0.4.4 |
| 1726 | 2023-10-24T00:20:17.727Z | Compiling similar v2.2.1 |
| 1727 | 2023-10-24T00:20:18.042Z | Compiling signature v2.1.0 |
| 1728 | 2023-10-24T00:20:18.366Z | Compiling tokio-stream v0.1.14 |
| 1729 | 2023-10-24T00:20:19.898Z | Compiling usdt v0.3.5 |
| 1730 | 2023-10-24T00:20:19.955Z | Compiling hex v0.4.3 |
| 1731 | 2023-10-24T00:20:20.290Z | Compiling console v0.15.7 |
| 1732 | 2023-10-24T00:20:20.436Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1733 | 2023-10-24T00:20:20.923Z | Compiling bstr v1.6.0 |
| 1734 | 2023-10-24T00:20:21.338Z | Compiling getopts v0.2.21 |
| 1735 | 2023-10-24T00:20:22.064Z | Compiling unsafe-libyaml v0.2.9 |
| 1736 | 2023-10-24T00:20:23.116Z | Compiling ident_case v1.0.1 |
| 1737 | 2023-10-24T00:20:23.935Z | Compiling slog-async v2.8.0 |
| 1738 | 2023-10-24T00:20:24.528Z | Compiling serde_yaml v0.9.25 |
| 1739 | 2023-10-24T00:20:24.657Z | Compiling paste v1.0.14 |
| 1740 | 2023-10-24T00:20:25.272Z | Compiling darling_core v0.20.3 |
| 1741 | 2023-10-24T00:20:25.674Z | Compiling multer v2.1.0 |
| 1742 | 2023-10-24T00:20:26.153Z | Compiling async-stream-impl v0.3.5 |
| 1743 | 2023-10-24T00:20:27.050Z | Compiling regex-syntax v0.6.29 |
| 1744 | 2023-10-24T00:20:27.695Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1745 | 2023-10-24T00:20:27.931Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1746 | 2023-10-24T00:20:28.159Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1747 | 2023-10-24T00:20:28.640Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1748 | 2023-10-24T00:20:31.848Z | Compiling structmeta-derive v0.1.6 |
| 1749 | 2023-10-24T00:20:34.468Z | Compiling darling_macro v0.20.3 |
| 1750 | 2023-10-24T00:20:35.910Z | Compiling darling v0.20.3 |
| 1751 | 2023-10-24T00:20:36.068Z | Compiling serde_with_macros v2.3.3 |
| 1752 | 2023-10-24T00:20:36.208Z | Compiling structmeta v0.1.6 |
| 1753 | 2023-10-24T00:20:36.836Z | Compiling parse-display-derive v0.7.0 |
| 1754 | 2023-10-24T00:20:38.802Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1755 | 2023-10-24T00:20:40.775Z | Compiling test-strategy v0.2.1 |
| 1756 | 2023-10-24T00:20:47.031Z | Checking unicode-ident v1.0.12 |
| 1757 | 2023-10-24T00:21:16.891Z | Checking heck v0.4.1 |
| 1758 | 2023-10-24T00:21:25.763Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1759 | 2023-10-24T00:21:26.178Z | Checking crossbeam-channel v0.5.8 |
| 1760 | 2023-10-24T00:21:26.216Z | Checking atty v0.2.14 |
| 1761 | 2023-10-24T00:21:26.944Z | Checking match_cfg v0.1.0 |
| 1762 | 2023-10-24T00:21:27.077Z | Checking hostname v0.3.1 |
| 1763 | 2023-10-24T00:21:27.304Z | Checking sha1 v0.10.5 |
| 1764 | 2023-10-24T00:21:27.325Z | Checking dirs-sys-next v0.1.2 |
| 1765 | 2023-10-24T00:21:27.568Z | Checking fastrand v2.0.0 |
| 1766 | 2023-10-24T00:21:27.725Z | Checking dirs-next v2.0.0 |
| 1767 | 2023-10-24T00:21:27.884Z | Checking thread_local v1.1.7 |
| 1768 | 2023-10-24T00:21:27.914Z | Checking term v0.7.0 |
| 1769 | 2023-10-24T00:21:28.071Z | Checking tempfile v3.8.0 |
| 1770 | 2023-10-24T00:21:28.322Z | Checking strum v0.25.0 |
| 1771 | 2023-10-24T00:21:28.583Z | Checking instant v0.1.12 |
| 1772 | 2023-10-24T00:21:28.728Z | Checking take_mut v0.2.2 |
| 1773 | 2023-10-24T00:21:28.826Z | Checking slog-term v2.9.0 |
| 1774 | 2023-10-24T00:21:29.395Z | Checking slog-json v2.6.1 |
| 1775 | 2023-10-24T00:21:29.484Z | Checking serde_with v2.3.3 |
| 1776 | 2023-10-24T00:21:29.665Z | Checking camino v1.1.6 |
| 1777 | 2023-10-24T00:21:29.793Z | Checking slog-bunyan v2.4.0 |
| 1778 | 2023-10-24T00:21:30.577Z | Checking atomic-waker v1.1.1 |
| 1779 | 2023-10-24T00:21:30.594Z | Checking debug-ignore v1.0.5 |
| 1780 | 2023-10-24T00:21:30.758Z | Checking waitgroup v0.1.2 |
| 1781 | 2023-10-24T00:21:30.775Z | Checking async-stream v0.3.5 |
| 1782 | 2023-10-24T00:21:30.938Z | Checking serde_path_to_error v0.1.14 |
| 1783 | 2023-10-24T00:21:31.219Z | Checking backoff v0.4.0 |
| 1784 | 2023-10-24T00:21:31.676Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1785 | 2023-10-24T00:21:31.733Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1786 | 2023-10-24T00:21:31.881Z | Checking parse-display v0.7.0 |
| 1787 | 2023-10-24T00:21:32.010Z | Checking macaddr v1.0.1 |
| 1788 | 2023-10-24T00:21:32.108Z | Checking quick-error v1.2.3 |
| 1789 | 2023-10-24T00:21:32.689Z | Compiling proc-macro-crate v1.3.1 |
| 1790 | 2023-10-24T00:21:32.992Z | Checking wait-timeout v0.2.0 |
| 1791 | 2023-10-24T00:21:33.235Z | Compiling crucible-workspace-hack v0.1.0 |
| 1792 | 2023-10-24T00:21:34.135Z | Checking rusty-fork v0.3.0 |
| 1793 | 2023-10-24T00:21:34.310Z | Checking rand_xorshift v0.3.0 |
| 1794 | 2023-10-24T00:21:34.556Z | Checking unarray v0.1.4 |
| 1795 | 2023-10-24T00:21:34.766Z | Checking proptest v1.3.1 |
| 1796 | 2023-10-24T00:21:34.970Z | Compiling proc-macro-error-attr v1.0.4 |
| 1797 | 2023-10-24T00:21:35.238Z | Compiling proc-macro-error v1.0.4 |
| 1798 | 2023-10-24T00:21:39.481Z | Compiling num_enum_derive v0.5.11 |
| 1799 | 2023-10-24T00:21:42.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1800 | 2023-10-24T00:21:43.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1801 | 2023-10-24T00:21:43.323Z | Compiling foreign-types-macros v0.2.3 |
| 1802 | 2023-10-24T00:21:43.992Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1803 | 2023-10-24T00:21:44.549Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1804 | 2023-10-24T00:21:44.837Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1805 | 2023-10-24T00:21:44.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1806 | 2023-10-24T00:21:45.401Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1807 | 2023-10-24T00:21:47.742Z | Compiling zone_cfg_derive v0.2.0 |
| 1808 | 2023-10-24T00:21:47.976Z | Compiling mockall_derive v0.11.4 |
| 1809 | 2023-10-24T00:21:51.565Z | Compiling num-derive v0.4.0 |
| 1810 | 2023-10-24T00:22:02.815Z | Checking base64ct v1.6.0 |
| 1811 | 2023-10-24T00:22:19.998Z | Checking is-terminal v0.4.9 |
| 1812 | 2023-10-24T00:22:28.241Z | Checking cfg-if v0.1.10 |
| 1813 | 2023-10-24T00:22:29.023Z | Compiling slog-dtrace v0.2.3 |
| 1814 | 2023-10-24T00:22:29.308Z | Checking termtree v0.4.1 |
| 1815 | 2023-10-24T00:22:29.473Z | Compiling cancel-safe-futures v0.1.2 |
| 1816 | 2023-10-24T00:22:29.527Z | Checking password-hash v0.5.0 |
| 1817 | 2023-10-24T00:22:29.612Z | Checking predicates-tree v1.0.9 |
| 1818 | 2023-10-24T00:22:29.832Z | Checking num_enum v0.5.11 |
| 1819 | 2023-10-24T00:22:29.965Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1820 | 2023-10-24T00:22:30.049Z | Checking blake2 v0.10.6 |
| 1821 | 2023-10-24T00:22:30.250Z | Checking base64 v0.13.1 |
| 1822 | 2023-10-24T00:22:30.499Z | Checking postcard-cobs v0.1.5-pre |
| 1823 | 2023-10-24T00:22:30.720Z | Checking argon2 v0.5.2 |
| 1824 | 2023-10-24T00:22:30.741Z | Checking postcard v0.7.3 |
| 1825 | 2023-10-24T00:22:30.875Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1826 | 2023-10-24T00:22:31.211Z | Checking smoltcp v0.8.2 |
| 1827 | 2023-10-24T00:22:31.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1828 | 2023-10-24T00:22:31.563Z | Checking foreign-types-shared v0.3.1 |
| 1829 | 2023-10-24T00:22:31.730Z | Checking foreign-types v0.5.0 |
| 1830 | 2023-10-24T00:22:31.896Z | Checking cstr-argument v0.1.2 |
| 1831 | 2023-10-24T00:22:32.109Z | Checking pretty-hex v0.2.1 |
| 1832 | 2023-10-24T00:22:32.137Z | Checking colored v2.0.4 |
| 1833 | 2023-10-24T00:22:32.153Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1834 | 2023-10-24T00:22:32.340Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1835 | 2023-10-24T00:22:32.601Z | Checking predicates v2.1.5 |
| 1836 | 2023-10-24T00:22:32.972Z | Checking downcast v0.11.0 |
| 1837 | 2023-10-24T00:22:33.024Z | Checking fragile v2.0.0 |
| 1838 | 2023-10-24T00:22:33.428Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1839 | 2023-10-24T00:22:33.653Z | Checking mockall v0.11.4 |
| 1840 | 2023-10-24T00:22:33.690Z | Checking zone v0.2.0 |
| 1841 | 2023-10-24T00:22:33.927Z | Checking smf v0.2.2 |
| 1842 | 2023-10-24T00:22:34.108Z | Checking filetime v0.2.22 |
| 1843 | 2023-10-24T00:22:34.147Z | Checking xattr v1.0.1 |
| 1844 | 2023-10-24T00:22:34.412Z | Compiling heck v0.3.3 |
| 1845 | 2023-10-24T00:22:34.415Z | Checking tar v0.4.40 |
| 1846 | 2023-10-24T00:22:34.628Z | Compiling libefi-sys v0.1.0 |
| 1847 | 2023-10-24T00:22:34.844Z | Compiling der_derive v0.7.2 |
| 1848 | 2023-10-24T00:22:34.989Z | Compiling structopt-derive v0.4.18 |
| 1849 | 2023-10-24T00:22:35.613Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1850 | 2023-10-24T00:22:35.742Z | Checking pem v1.1.1 |
| 1851 | 2023-10-24T00:22:35.774Z | Compiling memoffset v0.7.1 |
| 1852 | 2023-10-24T00:22:35.791Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1853 | 2023-10-24T00:22:36.070Z | Checking camino-tempfile v1.0.2 |
| 1854 | 2023-10-24T00:22:36.351Z | Compiling maybe-uninit v2.0.0 |
| 1855 | 2023-10-24T00:22:36.459Z | Checking headers-core v0.2.0 |
| 1856 | 2023-10-24T00:22:36.483Z | Compiling packed_struct v0.10.1 |
| 1857 | 2023-10-24T00:22:36.657Z | Checking headers v0.3.9 |
| 1858 | 2023-10-24T00:22:37.064Z | Compiling num-bigint-dig v0.8.4 |
| 1859 | 2023-10-24T00:22:37.113Z | Compiling packed_struct_codegen v0.10.1 |
| 1860 | 2023-10-24T00:22:37.493Z | Compiling signal-hook v0.3.17 |
| 1861 | 2023-10-24T00:22:37.913Z | Checking rcgen v0.10.0 |
| 1862 | 2023-10-24T00:22:38.021Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1863 | 2023-10-24T00:22:38.536Z | Checking atomicwrites v0.4.2 |
| 1864 | 2023-10-24T00:22:38.619Z | Checking subprocess v0.2.9 |
| 1865 | 2023-10-24T00:22:38.789Z | Compiling num-rational v0.4.1 |
| 1866 | 2023-10-24T00:22:38.807Z | Compiling same-file v1.0.6 |
| 1867 | 2023-10-24T00:22:39.152Z | Checking termcolor v1.2.0 |
| 1868 | 2023-10-24T00:22:39.450Z | Compiling walkdir v2.4.0 |
| 1869 | 2023-10-24T00:22:39.505Z | Compiling semver-parser v0.10.2 |
| 1870 | 2023-10-24T00:22:40.205Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1871 | 2023-10-24T00:22:40.554Z | Checking linked-hash-map v0.5.6 |
| 1872 | 2023-10-24T00:22:40.617Z | Compiling home v0.5.5 |
| 1873 | 2023-10-24T00:22:40.728Z | Compiling semver v0.11.0 |
| 1874 | 2023-10-24T00:22:41.056Z | Checking lru-cache v0.1.2 |
| 1875 | 2023-10-24T00:22:41.325Z | Compiling toolchain_find v0.2.0 |
| 1876 | 2023-10-24T00:22:41.437Z | Compiling toml v0.5.11 |
| 1877 | 2023-10-24T00:22:41.440Z | Compiling doc-comment v0.3.3 |
| 1878 | 2023-10-24T00:22:41.824Z | Checking ciborium-io v0.2.1 |
| 1879 | 2023-10-24T00:22:42.007Z | Checking half v1.8.2 |
| 1880 | 2023-10-24T00:22:42.363Z | Checking arc-swap v1.6.0 |
| 1881 | 2023-10-24T00:22:42.378Z | Compiling convert_case v0.4.0 |
| 1882 | 2023-10-24T00:22:42.458Z | Compiling omicron-zone-package v0.8.3 |
| 1883 | 2023-10-24T00:22:42.635Z | Checking ciborium-ll v0.2.1 |
| 1884 | 2023-10-24T00:22:43.104Z | Checking slog-scope v4.4.0 |
| 1885 | 2023-10-24T00:22:43.155Z | Checking ciborium v0.2.1 |
| 1886 | 2023-10-24T00:22:43.402Z | Checking slog-stdlog v4.1.1 |
| 1887 | 2023-10-24T00:22:43.637Z | Compiling snafu-derive v0.7.5 |
| 1888 | 2023-10-24T00:22:43.682Z | Compiling derive_more v0.99.17 |
| 1889 | 2023-10-24T00:22:47.661Z | Checking slog-envlogger v2.2.0 |
| 1890 | 2023-10-24T00:22:47.850Z | Compiling rustfmt-wrapper v0.2.0 |
| 1891 | 2023-10-24T00:22:47.971Z | Compiling derive-where v1.2.5 |
| 1892 | 2023-10-24T00:22:47.991Z | Checking hkdf v0.12.3 |
| 1893 | 2023-10-24T00:22:48.011Z | Compiling libz-sys v1.1.12 |
| 1894 | 2023-10-24T00:22:48.025Z | Compiling parking_lot_core v0.8.6 |
| 1895 | 2023-10-24T00:22:48.050Z | Checking resolv-conf v0.7.0 |
| 1896 | 2023-10-24T00:22:48.054Z | Checking newline-converter v0.3.0 |
| 1897 | 2023-10-24T00:22:48.068Z | Checking textwrap v0.11.0 |
| 1898 | 2023-10-24T00:22:48.074Z | Checking strsim v0.8.0 |
| 1899 | 2023-10-24T00:22:48.077Z | Checking keccak v0.1.4 |
| 1900 | 2023-10-24T00:22:48.081Z | Checking ansi_term v0.12.1 |
| 1901 | 2023-10-24T00:22:48.085Z | Checking vec_map v0.8.2 |
| 1902 | 2023-10-24T00:22:48.092Z | Checking sha3 v0.10.8 |
| 1903 | 2023-10-24T00:22:48.096Z | Checking expectorate v1.1.0 |
| 1904 | 2023-10-24T00:22:48.099Z | Checking clap v2.34.0 |
| 1905 | 2023-10-24T00:22:48.117Z | Checking trust-dns-resolver v0.22.0 |
| 1906 | 2023-10-24T00:22:48.622Z | Checking secrecy v0.8.0 |
| 1907 | 2023-10-24T00:22:48.674Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1908 | 2023-10-24T00:22:48.964Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1909 | 2023-10-24T00:22:50.582Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1910 | 2023-10-24T00:22:51.020Z | Checking pem-rfc7468 v0.7.0 |
| 1911 | 2023-10-24T00:22:51.161Z | Compiling libsqlite3-sys v0.26.0 |
| 1912 | 2023-10-24T00:22:51.430Z | Checking flagset v0.4.3 |
| 1913 | 2023-10-24T00:22:51.713Z | Checking der v0.7.8 |
| 1914 | 2023-10-24T00:22:51.868Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1915 | 2023-10-24T00:22:52.165Z | Checking fxhash v0.2.1 |
| 1916 | 2023-10-24T00:22:52.216Z | Compiling vergen v8.2.4 |
| 1917 | 2023-10-24T00:22:52.408Z | Compiling semver v0.1.20 |
| 1918 | 2023-10-24T00:22:52.631Z | Checking structopt v0.3.26 |
| 1919 | 2023-10-24T00:22:53.073Z | Compiling rustc_version v0.1.7 |
| 1920 | 2023-10-24T00:22:53.715Z | Compiling newtype_derive v0.1.6 |
| 1921 | 2023-10-24T00:22:54.112Z | Checking humantime v2.1.0 |
| 1922 | 2023-10-24T00:22:54.557Z | Compiling buf-list v1.0.3 |
| 1923 | 2023-10-24T00:22:54.611Z | Checking crc-catalog v2.2.0 |
| 1924 | 2023-10-24T00:22:54.818Z | Checking crc v3.0.1 |
| 1925 | 2023-10-24T00:22:54.845Z | Checking spki v0.7.2 |
| 1926 | 2023-10-24T00:22:55.054Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1927 | 2023-10-24T00:22:55.268Z | Checking pkcs8 v0.10.2 |
| 1928 | 2023-10-24T00:22:55.663Z | Checking nodrop v0.1.14 |
| 1929 | 2023-10-24T00:22:55.956Z | Checking array-init v0.0.4 |
| 1930 | 2023-10-24T00:22:56.291Z | Checking pkcs1 v0.7.5 |
| 1931 | 2023-10-24T00:22:56.572Z | Checking smallvec v0.6.14 |
| 1932 | 2023-10-24T00:22:56.665Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1933 | 2023-10-24T00:22:57.183Z | Compiling num_enum_derive v0.7.0 |
| 1934 | 2023-10-24T00:22:57.680Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1935 | 2023-10-24T00:22:59.314Z | Compiling unicase v2.7.0 |
| 1936 | 2023-10-24T00:22:59.726Z | Checking bitfield v0.14.0 |
| 1937 | 2023-10-24T00:23:00.134Z | Compiling rayon-core v1.11.0 |
| 1938 | 2023-10-24T00:23:00.166Z | Checking utf-8 v0.7.6 |
| 1939 | 2023-10-24T00:23:00.216Z | Checking rsa v0.9.2 |
| 1940 | 2023-10-24T00:23:00.556Z | Checking serde-hex v0.1.0 |
| 1941 | 2023-10-24T00:23:00.734Z | Checking x509-cert v0.2.4 |
| 1942 | 2023-10-24T00:23:01.195Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1943 | 2023-10-24T00:23:01.566Z | Checking env_logger v0.10.0 |
| 1944 | 2023-10-24T00:23:02.177Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1945 | 2023-10-24T00:23:02.237Z | Checking ron v0.8.1 |
| 1946 | 2023-10-24T00:23:02.283Z | Compiling platforms v3.0.2 |
| 1947 | 2023-10-24T00:23:02.716Z | Checking crc-any v2.4.3 |
| 1948 | 2023-10-24T00:23:03.390Z | Checking object v0.30.4 |
| 1949 | 2023-10-24T00:23:03.458Z | Checking path-slash v0.1.5 |
| 1950 | 2023-10-24T00:23:04.370Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1951 | 2023-10-24T00:23:04.774Z | Checking num-complex v0.4.4 |
| 1952 | 2023-10-24T00:23:05.765Z | Checking rand v0.4.6 |
| 1953 | 2023-10-24T00:23:06.362Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1954 | 2023-10-24T00:23:06.771Z | Compiling erased-serde v0.3.30 |
| 1955 | 2023-10-24T00:23:07.461Z | Checking num v0.4.1 |
| 1956 | 2023-10-24T00:23:07.525Z | Compiling curve25519-dalek v4.1.0 |
| 1957 | 2023-10-24T00:23:07.684Z | Compiling bitstruct_derive v0.1.0 |
| 1958 | 2023-10-24T00:23:08.107Z | Compiling async-recursion v1.0.5 |
| 1959 | 2023-10-24T00:23:08.208Z | Compiling glob v0.3.1 |
| 1960 | 2023-10-24T00:23:09.643Z | Compiling mime_guess v2.0.4 |
| 1961 | 2023-10-24T00:23:10.398Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1962 | 2023-10-24T00:23:10.417Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1963 | 2023-10-24T00:23:11.498Z | Compiling salty v0.2.0 |
| 1964 | 2023-10-24T00:23:12.139Z | Checking tungstenite v0.18.0 |
| 1965 | 2023-10-24T00:23:12.635Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1966 | 2023-10-24T00:23:13.671Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1967 | 2023-10-24T00:23:13.959Z | Checking tokio-tungstenite v0.18.0 |
| 1968 | 2023-10-24T00:23:14.093Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
| 1969 | 2023-10-24T00:23:14.203Z | Checking universal-hash v0.5.1 |
| 1970 | 2023-10-24T00:23:14.481Z | Checking nibble_vec v0.1.0 |
| 1971 | 2023-10-24T00:23:14.776Z | Checking opaque-debug v0.3.0 |
| 1972 | 2023-10-24T00:23:15.065Z | Compiling crunchy v0.2.2 |
| 1973 | 2023-10-24T00:23:15.512Z | Checking endian-type v0.1.2 |
| 1974 | 2023-10-24T00:23:15.747Z | Checking snafu v0.7.5 |
| 1975 | 2023-10-24T00:23:15.821Z | Checking radix_trie v0.2.1 |
| 1976 | 2023-10-24T00:23:16.338Z | Checking linear-map v1.2.0 |
| 1977 | 2023-10-24T00:23:16.480Z | Compiling tiny-keccak v2.0.2 |
| 1978 | 2023-10-24T00:23:16.836Z | Checking trust-dns-client v0.22.0 |
| 1979 | 2023-10-24T00:23:16.853Z | Checking parking_lot v0.11.2 |
| 1980 | 2023-10-24T00:23:17.064Z | Compiling clang-sys v1.6.1 |
| 1981 | 2023-10-24T00:23:17.158Z | Checking aead v0.5.2 |
| 1982 | 2023-10-24T00:23:17.402Z | Compiling darling_core v0.14.4 |
| 1983 | 2023-10-24T00:23:17.467Z | Compiling prettyplease v0.2.12 |
| 1984 | 2023-10-24T00:23:18.084Z | Compiling ascii-canvas v3.0.0 |
| 1985 | 2023-10-24T00:23:18.271Z | Checking sled v0.34.7 |
| 1986 | 2023-10-24T00:23:18.947Z | Checking toml_edit v0.20.0 |
| 1987 | 2023-10-24T00:23:19.056Z | Checking trust-dns-server v0.22.1 |
| 1988 | 2023-10-24T00:23:19.384Z | Compiling const_format_proc_macros v0.2.31 |
| 1989 | 2023-10-24T00:23:19.690Z | Compiling ena v0.14.2 |
| 1990 | 2023-10-24T00:23:20.338Z | Compiling portable-atomic v1.4.3 |
| 1991 | 2023-10-24T00:23:21.662Z | Checking pretty-hex v0.3.0 |
| 1992 | 2023-10-24T00:23:21.903Z | Compiling minimal-lexical v0.2.1 |
| 1993 | 2023-10-24T00:23:22.558Z | Compiling diff v0.1.13 |
| 1994 | 2023-10-24T00:23:22.616Z | Compiling nom v7.1.3 |
| 1995 | 2023-10-24T00:23:22.824Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1996 | 2023-10-24T00:23:22.833Z | Checking toml v0.8.0 |
| 1997 | 2023-10-24T00:23:22.855Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1998 | 2023-10-24T00:23:23.345Z | Compiling lalrpop v0.19.12 |
| 1999 | 2023-10-24T00:23:23.498Z | Checking path-dedot v3.1.0 |
| 2000 | 2023-10-24T00:23:24.779Z | Compiling libloading v0.7.4 |
| 2001 | 2023-10-24T00:23:24.872Z | Compiling ref-cast v1.0.20 |
| 2002 | 2023-10-24T00:23:24.976Z | Compiling bindgen v0.65.1 |
| 2003 | 2023-10-24T00:23:24.989Z | Checking path-absolutize v3.1.0 |
| 2004 | 2023-10-24T00:23:25.721Z | Checking globset v0.4.13 |
| 2005 | 2023-10-24T00:23:26.486Z | Checking crossbeam-deque v0.8.3 |
| 2006 | 2023-10-24T00:23:26.505Z | Compiling darling_macro v0.14.4 |
| 2007 | 2023-10-24T00:23:26.743Z | Checking hashlink v0.8.3 |
| 2008 | 2023-10-24T00:23:26.956Z | Checking olpc-cjson v0.1.3 |
| 2009 | 2023-10-24T00:23:27.283Z | Checking serde_plain v1.0.2 |
| 2010 | 2023-10-24T00:23:27.657Z | Compiling which v4.4.0 |
| 2011 | 2023-10-24T00:23:27.725Z | Compiling ref-cast-impl v1.0.20 |
| 2012 | 2023-10-24T00:23:27.902Z | Compiling darling v0.14.4 |
| 2013 | 2023-10-24T00:23:27.938Z | Compiling libxml v0.3.3 |
| 2014 | 2023-10-24T00:23:28.063Z | Compiling derive_builder_core v0.12.0 |
| 2015 | 2023-10-24T00:23:28.400Z | Compiling cexpr v0.6.0 |
| 2016 | 2023-10-24T00:23:28.580Z | Compiling peeking_take_while v0.1.2 |
| 2017 | 2023-10-24T00:23:28.788Z | Compiling shlex v1.1.0 |
| 2018 | 2023-10-24T00:23:28.921Z | Compiling lazycell v1.3.0 |
| 2019 | 2023-10-24T00:23:29.156Z | Compiling rustc-hash v1.1.0 |
| 2020 | 2023-10-24T00:23:29.194Z | Checking fallible-streaming-iterator v0.1.9 |
| 2021 | 2023-10-24T00:23:29.419Z | Checking tough v0.12.5 |
| 2022 | 2023-10-24T00:23:29.512Z | Checking twox-hash v1.6.3 |
| 2023 | 2023-10-24T00:23:29.533Z | Checking rusqlite v0.29.0 |
| 2024 | 2023-10-24T00:23:30.210Z | Checking nix v0.26.2 |
| 2025 | 2023-10-24T00:23:31.794Z | Compiling derive_builder_macro v0.12.0 |
| 2026 | 2023-10-24T00:23:32.333Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2027 | 2023-10-24T00:23:32.777Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2028 | 2023-10-24T00:23:33.626Z | Checking ff v0.13.0 |
| 2029 | 2023-10-24T00:23:33.679Z | Compiling strum_macros v0.24.3 |
| 2030 | 2023-10-24T00:23:34.988Z | Checking signature v1.6.4 |
| 2031 | 2023-10-24T00:23:35.174Z | Checking display-error-chain v0.1.1 |
| 2032 | 2023-10-24T00:23:35.341Z | Compiling indoc v1.0.9 |
| 2033 | 2023-10-24T00:23:35.509Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2034 | 2023-10-24T00:23:36.379Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2035 | 2023-10-24T00:23:36.718Z | Checking ed25519 v1.5.3 |
| 2036 | 2023-10-24T00:23:39.417Z | Checking group v0.13.0 |
| 2037 | 2023-10-24T00:23:39.738Z | Checking polyval v0.6.1 |
| 2038 | 2023-10-24T00:23:40.105Z | Checking num_enum v0.7.0 |
| 2039 | 2023-10-24T00:23:40.493Z | Checking ctr v0.9.2 |
| 2040 | 2023-10-24T00:23:40.545Z | Checking aes v0.8.3 |
| 2041 | 2023-10-24T00:23:40.642Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2042 | 2023-10-24T00:23:40.916Z | Checking crypto-bigint v0.5.2 |
| 2043 | 2023-10-24T00:23:41.060Z | Checking bincode v1.3.3 |
| 2044 | 2023-10-24T00:23:41.536Z | Compiling cookie v0.16.2 |
| 2045 | 2023-10-24T00:23:41.947Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2046 | 2023-10-24T00:23:42.416Z | Checking base16ct v0.2.0 |
| 2047 | 2023-10-24T00:23:43.419Z | Checking aes-gcm-siv v0.11.1 |
| 2048 | 2023-10-24T00:23:43.702Z | Checking rayon v1.7.0 |
| 2049 | 2023-10-24T00:23:43.733Z | Checking elliptic-curve v0.13.5 |
| 2050 | 2023-10-24T00:23:44.005Z | Checking steno v0.4.0 |
| 2051 | 2023-10-24T00:23:44.584Z | Checking thiserror-no-std v2.0.2 |
| 2052 | 2023-10-24T00:23:44.739Z | Checking poly1305 v0.8.0 |
| 2053 | 2023-10-24T00:23:44.756Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2054 | 2023-10-24T00:23:44.866Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2055 | 2023-10-24T00:23:45.398Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2056 | 2023-10-24T00:23:45.443Z | Checking env_logger v0.9.3 |
| 2057 | 2023-10-24T00:23:45.784Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2058 | 2023-10-24T00:23:46.725Z | Checking chacha20 v0.9.1 |
| 2059 | 2023-10-24T00:23:46.853Z | Checking serde-big-array v0.5.1 |
| 2060 | 2023-10-24T00:23:47.218Z | Checking serde-big-array v0.4.1 |
| 2061 | 2023-10-24T00:23:47.292Z | Compiling oso-derive v0.26.4 |
| 2062 | 2023-10-24T00:23:47.457Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2063 | 2023-10-24T00:23:47.708Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2064 | 2023-10-24T00:23:47.908Z | Checking ascii v1.1.0 |
| 2065 | 2023-10-24T00:23:48.479Z | Checking ringbuffer v0.15.0 |
| 2066 | 2023-10-24T00:23:48.524Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2067 | 2023-10-24T00:23:48.780Z | Checking vsss-rs v3.3.1 |
| 2068 | 2023-10-24T00:23:49.135Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2069 | 2023-10-24T00:23:49.345Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2070 | 2023-10-24T00:23:50.042Z | Checking chacha20poly1305 v0.10.1 |
| 2071 | 2023-10-24T00:23:50.951Z | Checking bitstruct v0.1.1 |
| 2072 | 2023-10-24T00:23:51.106Z | Checking signal-hook-tokio v0.3.1 |
| 2073 | 2023-10-24T00:23:51.364Z | Checking tungstenite v0.20.1 |
| 2074 | 2023-10-24T00:23:51.999Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2075 | 2023-10-24T00:23:52.341Z | Checking serde_arrays v0.1.0 |
| 2076 | 2023-10-24T00:23:52.562Z | Checking corncobs v0.1.3 |
| 2077 | 2023-10-24T00:23:52.731Z | Checking tokio-tungstenite v0.20.1 |
| 2078 | 2023-10-24T00:23:52.864Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2079 | 2023-10-24T00:23:53.995Z | Checking assert_matches v1.5.0 |
| 2080 | 2023-10-24T00:23:55.049Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2081 | 2023-10-24T00:23:56.303Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2082 | 2023-10-24T00:23:56.432Z | Checking bcs v0.1.5 |
| 2083 | 2023-10-24T00:23:57.541Z | Checking highway v1.1.0 |
| 2084 | 2023-10-24T00:23:57.678Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2085 | 2023-10-24T00:24:00.419Z | Checking const_format v0.2.31 |
| 2086 | 2023-10-24T00:24:01.731Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2087 | 2023-10-24T00:24:02.109Z | Checking ron v0.7.1 |
| 2088 | 2023-10-24T00:24:04.007Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2089 | 2023-10-24T00:24:05.546Z | Checking http-range v0.1.5 |
| 2090 | 2023-10-24T00:24:05.814Z | Checking bit_field v0.10.2 |
| 2091 | 2023-10-24T00:24:06.044Z | Checking hyper-staticfile v0.9.5 |
| 2092 | 2023-10-24T00:24:06.663Z | Compiling indoc v2.0.3 |
| 2093 | 2023-10-24T00:24:12.653Z | Checking derive_builder v0.12.0 |
| 2094 | 2023-10-24T00:24:16.516Z | Checking bb8 v0.8.1 |
| 2095 | 2023-10-24T00:24:16.722Z | Checking quick-xml v0.23.1 |
| 2096 | 2023-10-24T00:24:16.853Z | Checking bytesize v1.3.0 |
| 2097 | 2023-10-24T00:24:17.257Z | Checking maplit v1.0.2 |
| 2098 | 2023-10-24T00:24:17.717Z | Checking number_prefix v0.4.0 |
| 2099 | 2023-10-24T00:24:18.413Z | Checking fs-err v2.9.0 |
| 2100 | 2023-10-24T00:24:18.875Z | Checking indicatif v0.17.7 |
| 2101 | 2023-10-24T00:24:20.023Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2102 | 2023-10-24T00:24:21.108Z | Checking signal-hook-mio v0.2.3 |
| 2103 | 2023-10-24T00:24:22.258Z | Compiling vte_generate_state_changes v0.1.1 |
| 2104 | 2023-10-24T00:24:31.014Z | Checking yansi v0.5.1 |
| 2105 | 2023-10-24T00:24:31.458Z | Checking pretty_assertions v1.4.0 |
| 2106 | 2023-10-24T00:24:32.752Z | Checking crossterm v0.27.0 |
| 2107 | 2023-10-24T00:24:33.640Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2108 | 2023-10-24T00:24:35.354Z | Checking fatfs v0.3.6 |
| 2109 | 2023-10-24T00:24:35.477Z | Checking cassowary v0.3.0 |
| 2110 | 2023-10-24T00:24:35.600Z | Checking plotters-backend v0.3.5 |
| 2111 | 2023-10-24T00:24:36.133Z | Checking ratatui v0.23.0 |
| 2112 | 2023-10-24T00:24:36.203Z | Checking plotters-svg v0.3.5 |
| 2113 | 2023-10-24T00:24:38.843Z | Checking rtoolbox v0.0.1 |
| 2114 | 2023-10-24T00:24:39.024Z | Checking remove_dir_all v0.5.3 |
| 2115 | 2023-10-24T00:24:39.432Z | Checking cast v0.3.0 |
| 2116 | 2023-10-24T00:24:39.695Z | Checking owo-colors v3.5.0 |
| 2117 | 2023-10-24T00:24:39.921Z | Checking criterion-plot v0.5.0 |
| 2118 | 2023-10-24T00:24:40.039Z | Checking tui-tree-widget v0.13.0 |
| 2119 | 2023-10-24T00:24:40.233Z | Checking tempdir v0.3.7 |
| 2120 | 2023-10-24T00:24:40.453Z | Checking rpassword v7.2.0 |
| 2121 | 2023-10-24T00:24:40.667Z | Checking plotters v0.3.5 |
| 2122 | 2023-10-24T00:24:44.420Z | Checking tinytemplate v1.2.1 |
| 2123 | 2023-10-24T00:24:45.019Z | Checking os_str_bytes v6.5.1 |
| 2124 | 2023-10-24T00:24:45.091Z | Checking oorandom v11.1.3 |
| 2125 | 2023-10-24T00:24:45.194Z | Checking anes v0.1.6 |
| 2126 | 2023-10-24T00:24:45.212Z | Checking shell-words v1.1.0 |
| 2127 | 2023-10-24T00:24:45.550Z | Checking clap_lex v0.2.4 |
| 2128 | 2023-10-24T00:24:45.783Z | Checking criterion v0.5.1 |
| 2129 | 2023-10-24T00:24:51.601Z | Checking assert_cmd v2.0.12 |
| 2130 | 2023-10-24T00:24:52.041Z | Compiling clap_derive v3.2.25 |
| 2131 | 2023-10-24T00:24:52.268Z | Checking dashmap v5.5.1 |
| 2132 | 2023-10-24T00:24:52.911Z | Compiling serial_test_derive v0.10.0 |
| 2133 | 2023-10-24T00:24:53.859Z | Compiling crossbeam-queue v0.3.8 |
| 2134 | 2023-10-24T00:24:54.560Z | Checking serial_test v0.10.0 |
| 2135 | 2023-10-24T00:24:55.564Z | Checking vte v0.11.1 |
| 2136 | 2023-10-24T00:24:55.721Z | Checking threadpool v1.8.1 |
| 2137 | 2023-10-24T00:24:58.115Z | Checking strip-ansi-escapes v0.2.0 |
| 2138 | 2023-10-24T00:24:58.342Z | Checking crossterm v0.26.1 |
| 2139 | 2023-10-24T00:24:59.530Z | Compiling tabled_derive v0.6.0 |
| 2140 | 2023-10-24T00:24:59.599Z | Checking clap v3.2.25 |
| 2141 | 2023-10-24T00:24:59.979Z | Checking httptest v0.15.4 |
| 2142 | 2023-10-24T00:25:00.158Z | Checking similar-asserts v1.5.0 |
| 2143 | 2023-10-24T00:25:00.513Z | Checking fd-lock v3.0.13 |
| 2144 | 2023-10-24T00:25:00.814Z | Checking nanorand v0.7.0 |
| 2145 | 2023-10-24T00:25:01.118Z | Compiling rstest_macros v0.18.2 |
| 2146 | 2023-10-24T00:25:01.121Z | Checking nu-ansi-term v0.49.0 |
| 2147 | 2023-10-24T00:25:01.679Z | Checking flume v0.11.0 |
| 2148 | 2023-10-24T00:25:01.829Z | Checking reedline v0.23.0 |
| 2149 | 2023-10-24T00:25:05.043Z | Checking libtest-mimic v0.5.2 |
| 2150 | 2023-10-24T00:25:05.459Z | Compiling pin-project-internal v1.1.3 |
| 2151 | 2023-10-24T00:25:05.718Z | Checking arrayref v0.3.7 |
| 2152 | 2023-10-24T00:25:05.769Z | Checking datatest-stable v0.1.3 |
| 2153 | 2023-10-24T00:25:05.857Z | Compiling relative-path v1.9.0 |
| 2154 | 2023-10-24T00:25:06.061Z | Checking bytecount v0.6.3 |
| 2155 | 2023-10-24T00:25:06.153Z | Checking constant_time_eq v0.2.6 |
| 2156 | 2023-10-24T00:25:06.211Z | Checking topological-sort v0.2.2 |
| 2157 | 2023-10-24T00:25:06.277Z | Checking arrayvec v0.7.4 |
| 2158 | 2023-10-24T00:25:06.522Z | Compiling trybuild v1.0.85 |
| 2159 | 2023-10-24T00:25:07.025Z | Checking blake2b_simd v1.0.1 |
| 2160 | 2023-10-24T00:25:07.112Z | Checking papergrid v0.10.0 |
| 2161 | 2023-10-24T00:25:09.933Z | Checking basic-toml v0.1.4 |
| 2162 | 2023-10-24T00:25:09.954Z | Checking pin-project v1.1.3 |
| 2163 | 2023-10-24T00:25:10.131Z | Checking futures-timer v3.0.2 |
| 2164 | 2023-10-24T00:25:10.585Z | Checking constant_time_eq v0.3.0 |
| 2165 | 2023-10-24T00:25:10.773Z | Checking rust-argon2 v1.0.1 |
| 2166 | 2023-10-24T00:25:11.126Z | Checking partial-io v0.5.4 |
| 2167 | 2023-10-24T00:25:11.728Z | Checking tabled v0.14.0 |
| 2168 | 2023-10-24T00:25:12.957Z | Checking approx v0.5.1 |
| 2169 | 2023-10-24T00:25:13.192Z | Checking cargo-platform v0.1.3 |
| 2170 | 2023-10-24T00:25:13.614Z | Checking hex-literal v0.4.1 |
| 2171 | 2023-10-24T00:25:13.655Z | Checking cargo_metadata v0.18.0 |
| 2172 | 2023-10-24T00:25:16.002Z | Checking crossbeam v0.8.2 |
| 2173 | 2023-10-24T00:25:16.465Z | Checking cargo_toml v0.16.3 |
| 2174 | 2023-10-24T00:25:17.072Z | Checking termios v0.3.3 |
| 2175 | 2023-10-24T00:25:19.541Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2176 | 2023-10-24T00:25:20.333Z | Checking rstest v0.18.2 |
| 2177 | 2023-10-24T00:25:27.665Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2178 | 2023-10-24T00:25:39.990Z | Compiling bzip2 v0.4.4 |
| 2179 | 2023-10-24T00:25:40.296Z | Compiling polar-core v0.26.4 |
| 2180 | 2023-10-24T00:25:40.445Z | Compiling zip v0.6.6 |
| 2181 | 2023-10-24T00:25:41.600Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2182 | 2023-10-24T00:25:42.463Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2183 | 2023-10-24T00:25:43.107Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2184 | 2023-10-24T00:25:43.274Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2185 | 2023-10-24T00:25:43.888Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2186 | 2023-10-24T00:25:44.297Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2187 | 2023-10-24T00:25:44.354Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2188 | 2023-10-24T00:25:45.280Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2189 | 2023-10-24T00:25:45.841Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2190 | 2023-10-24T00:25:45.961Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2191 | 2023-10-24T00:25:46.038Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2192 | 2023-10-24T00:25:46.450Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2193 | 2023-10-24T00:25:46.920Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2194 | 2023-10-24T00:25:47.333Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2195 | 2023-10-24T00:25:48.379Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2196 | 2023-10-24T00:25:51.129Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2197 | 2023-10-24T00:25:53.952Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2198 | 2023-10-24T00:26:01.457Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2199 | 2023-10-24T00:26:01.923Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2200 | 2023-10-24T00:26:04.549Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2201 | 2023-10-24T00:26:04.980Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2202 | 2023-10-24T00:26:06.546Z | Checking oso v0.26.4 |
| 2203 | 2023-10-24T00:26:07.196Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2204 | 2023-10-24T00:26:07.734Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2205 | 2023-10-24T00:26:07.985Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2206 | 2023-10-24T00:26:10.267Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2207 | 2023-10-24T00:26:11.537Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2208 | 2023-10-24T00:26:12.767Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2209 | 2023-10-24T00:26:14.875Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2210 | 2023-10-24T00:26:17.685Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2211 | 2023-10-24T00:26:19.009Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2212 | 2023-10-24T00:26:19.138Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2213 | 2023-10-24T00:26:27.649Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2214 | 2023-10-24T00:26:33.194Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2215 | 2023-10-24T00:26:34.749Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2216 | 2023-10-24T00:26:36.103Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2217 | 2023-10-24T00:26:36.872Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2218 | 2023-10-24T00:26:37.160Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2219 | 2023-10-24T00:26:38.675Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2220 | 2023-10-24T00:26:44.516Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2221 | 2023-10-24T00:26:44.640Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2222 | 2023-10-24T00:26:44.711Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2223 | 2023-10-24T00:26:46.920Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2224 | 2023-10-24T00:26:48.452Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2225 | 2023-10-24T00:26:48.671Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2226 | 2023-10-24T00:26:53.121Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2227 | 2023-10-24T00:26:54.856Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2228 | 2023-10-24T00:27:00.122Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2229 | 2023-10-24T00:27:02.106Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2230 | 2023-10-24T00:27:04.646Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2231 | 2023-10-24T00:27:05.825Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2232 | 2023-10-24T00:27:07.858Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2233 | 2023-10-24T00:27:14.365Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2234 | 2023-10-24T00:27:15.427Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2235 | 2023-10-24T00:27:20.463Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2236 | 2023-10-24T00:27:22.581Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2237 | 2023-10-24T00:27:24.936Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2238 | 2023-10-24T00:27:37.910Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2239 | 2023-10-24T00:28:02.513Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2240 | 2023-10-24T00:28:12.812Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2241 | 2023-10-24T00:28:41.644Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2242 | 2023-10-24T00:29:18.909Z | Compiling git2 v0.17.2 |
| 2243 | 2023-10-24T00:29:29.182Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2244 | 2023-10-24T00:29:31.469Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2245 | 2023-10-24T00:29:43.927Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2246 | 2023-10-24T00:29:53.477Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2247 | 2023-10-24T00:29:53.805Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2248 | 2023-10-24T00:29:54.291Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2249 | 2023-10-24T00:29:55.814Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2250 | 2023-10-24T00:30:31.176Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2251 | 2023-10-24T00:31:54.250Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 20s |
| 2252 | 2023-10-24T00:31:54.468Z | |
| 2253 | 2023-10-24T00:31:54.471Z | real 14:25.739143548 |
| 2254 | 2023-10-24T00:31:54.499Z | user 1:24:28.247878341 |
| 2255 | 2023-10-24T00:31:54.502Z | sys 11:22.637108844 |
| 2256 | 2023-10-24T00:31:54.505Z | trap 2.999101192 |
| 2257 | 2023-10-24T00:31:54.508Z | tflt 6.089691238 |
| 2258 | 2023-10-24T00:31:54.511Z | dflt 7.790509881 |
| 2259 | 2023-10-24T00:31:54.513Z | kflt 0.046074915 |
| 2260 | 2023-10-24T00:31:54.516Z | lock 1:57:29.158477803 |
| 2261 | 2023-10-24T00:31:54.519Z | slp 4:46:19.113193467 |
| 2262 | 2023-10-24T00:31:54.522Z | lat 3:06.721775082 |
| 2263 | 2023-10-24T00:31:54.525Z | stop 7:28.766164584 |
| 2264 | 2023-10-24T00:31:55.729Z | warning: output filename collision. |
| 2265 | 2023-10-24T00:31:55.734Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
| 2266 | 2023-10-24T00:31:55.737Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
| 2267 | 2023-10-24T00:31:55.740Z | The targets should have unique names. |
| 2268 | 2023-10-24T00:31:55.743Z | This is a known bug where multiple crates with the same name use |
| 2269 | 2023-10-24T00:31:55.746Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2270 | 2023-10-24T00:31:55.749Z | warning: output filename collision. |
| 2271 | 2023-10-24T00:31:55.752Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
| 2272 | 2023-10-24T00:31:55.755Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2273 | 2023-10-24T00:31:55.758Z | The targets should have unique names. |
| 2274 | 2023-10-24T00:31:55.761Z | This is a known bug where multiple crates with the same name use |
| 2275 | 2023-10-24T00:31:55.764Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2276 | 2023-10-24T00:31:55.766Z | warning: output filename collision. |
| 2277 | 2023-10-24T00:31:55.769Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
| 2278 | 2023-10-24T00:31:55.772Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
| 2279 | 2023-10-24T00:31:55.775Z | The targets should have unique names. |
| 2280 | 2023-10-24T00:31:55.778Z | This is a known bug where multiple crates with the same name use |
| 2281 | 2023-10-24T00:31:55.782Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2282 | 2023-10-24T00:31:55.785Z | warning: output filename collision. |
| 2283 | 2023-10-24T00:31:55.792Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
| 2284 | 2023-10-24T00:31:55.799Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
| 2285 | 2023-10-24T00:31:55.805Z | The targets should have unique names. |
| 2286 | 2023-10-24T00:31:55.811Z | This is a known bug where multiple crates with the same name use |
| 2287 | 2023-10-24T00:31:55.815Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2288 | 2023-10-24T00:31:55.817Z | warning: output filename collision. |
| 2289 | 2023-10-24T00:31:55.820Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
| 2290 | 2023-10-24T00:31:55.825Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2291 | 2023-10-24T00:31:55.828Z | The targets should have unique names. |
| 2292 | 2023-10-24T00:31:55.831Z | This is a known bug where multiple crates with the same name use |
| 2293 | 2023-10-24T00:31:55.834Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2294 | 2023-10-24T00:31:55.837Z | warning: output filename collision. |
| 2295 | 2023-10-24T00:31:55.840Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
| 2296 | 2023-10-24T00:31:55.843Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
| 2297 | 2023-10-24T00:31:55.846Z | The targets should have unique names. |
| 2298 | 2023-10-24T00:31:55.849Z | This is a known bug where multiple crates with the same name use |
| 2299 | 2023-10-24T00:31:55.851Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2300 | 2023-10-24T00:31:55.854Z | warning: output filename collision. |
| 2301 | 2023-10-24T00:31:55.857Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
| 2302 | 2023-10-24T00:31:55.860Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
| 2303 | 2023-10-24T00:31:55.863Z | The targets should have unique names. |
| 2304 | 2023-10-24T00:31:55.866Z | This is a known bug where multiple crates with the same name use |
| 2305 | 2023-10-24T00:31:55.869Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2306 | 2023-10-24T00:31:55.871Z | warning: output filename collision. |
| 2307 | 2023-10-24T00:31:55.874Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2308 | 2023-10-24T00:31:55.877Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2309 | 2023-10-24T00:31:55.881Z | The targets should have unique names. |
| 2310 | 2023-10-24T00:31:55.884Z | This is a known bug where multiple crates with the same name use |
| 2311 | 2023-10-24T00:31:55.886Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2312 | 2023-10-24T00:31:55.889Z | warning: output filename collision. |
| 2313 | 2023-10-24T00:31:55.892Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
| 2314 | 2023-10-24T00:31:55.895Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2315 | 2023-10-24T00:31:55.898Z | The targets should have unique names. |
| 2316 | 2023-10-24T00:31:55.901Z | This is a known bug where multiple crates with the same name use |
| 2317 | 2023-10-24T00:31:55.903Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2318 | 2023-10-24T00:31:55.906Z | warning: output filename collision. |
| 2319 | 2023-10-24T00:31:55.909Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
| 2320 | 2023-10-24T00:31:55.912Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
| 2321 | 2023-10-24T00:31:55.915Z | The targets should have unique names. |
| 2322 | 2023-10-24T00:31:55.918Z | This is a known bug where multiple crates with the same name use |
| 2323 | 2023-10-24T00:31:55.920Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2324 | 2023-10-24T00:31:55.923Z | warning: output filename collision. |
| 2325 | 2023-10-24T00:31:55.926Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
| 2326 | 2023-10-24T00:31:55.929Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2327 | 2023-10-24T00:31:55.931Z | The targets should have unique names. |
| 2328 | 2023-10-24T00:31:55.934Z | This is a known bug where multiple crates with the same name use |
| 2329 | 2023-10-24T00:31:55.938Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2330 | 2023-10-24T00:31:56.324Z | Checking unicode-ident v1.0.12 |
| 2331 | 2023-10-24T00:31:56.346Z | Documenting libc v0.2.149 |
| 2332 | 2023-10-24T00:31:56.355Z | Documenting cfg-if v1.0.0 |
| 2333 | 2023-10-24T00:31:56.376Z | Checking libc v0.2.149 |
| 2334 | 2023-10-24T00:31:56.397Z | Checking serde v1.0.188 |
| 2335 | 2023-10-24T00:31:56.412Z | Checking cfg-if v1.0.0 |
| 2336 | 2023-10-24T00:31:56.427Z | Documenting log v0.4.20 |
| 2337 | 2023-10-24T00:31:56.444Z | Documenting scopeguard v1.2.0 |
| 2338 | 2023-10-24T00:31:56.524Z | Documenting itoa v1.0.9 |
| 2339 | 2023-10-24T00:31:56.560Z | Checking proc-macro2 v1.0.67 |
| 2340 | 2023-10-24T00:31:57.585Z | Checking quote v1.0.33 |
| 2341 | 2023-10-24T00:31:58.160Z | Checking syn v2.0.32 |
| 2342 | 2023-10-24T00:31:58.255Z | Checking syn v1.0.109 |
| 2343 | 2023-10-24T00:32:00.374Z | Checking once_cell v1.18.0 |
| 2344 | 2023-10-24T00:32:00.462Z | Documenting once_cell v1.18.0 |
| 2345 | 2023-10-24T00:32:00.796Z | Documenting memchr v2.6.3 |
| 2346 | 2023-10-24T00:32:00.843Z | Documenting smallvec v1.11.0 |
| 2347 | 2023-10-24T00:32:02.751Z | Documenting lock_api v0.4.10 |
| 2348 | 2023-10-24T00:32:03.217Z | Documenting getrandom v0.2.10 |
| 2349 | 2023-10-24T00:32:05.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2350 | 2023-10-24T00:32:05.807Z | Documenting libm v0.2.7 |
| 2351 | 2023-10-24T00:32:06.169Z | Documenting parking_lot_core v0.9.8 |
| 2352 | 2023-10-24T00:32:07.041Z | Documenting pin-project-lite v0.2.13 |
| 2353 | 2023-10-24T00:32:07.081Z | Documenting signal-hook-registry v1.4.1 |
| 2354 | 2023-10-24T00:32:08.021Z | Checking itoa v1.0.9 |
| 2355 | 2023-10-24T00:32:08.246Z | Documenting mio v0.8.8 |
| 2356 | 2023-10-24T00:32:08.336Z | Documenting num_cpus v1.16.0 |
| 2357 | 2023-10-24T00:32:08.786Z | Documenting serde_derive v1.0.188 |
| 2358 | 2023-10-24T00:32:09.322Z | Documenting rand_core v0.6.4 |
| 2359 | 2023-10-24T00:32:10.802Z | Documenting zeroize_derive v1.4.2 |
| 2360 | 2023-10-24T00:32:11.109Z | Documenting num-traits v0.2.16 |
| 2361 | 2023-10-24T00:32:12.535Z | Documenting parking_lot v0.12.1 |
| 2362 | 2023-10-24T00:32:13.234Z | Documenting thiserror-impl v1.0.49 |
| 2363 | 2023-10-24T00:32:14.386Z | Documenting typenum v1.16.0 |
| 2364 | 2023-10-24T00:32:14.853Z | Documenting futures-core v0.3.28 |
| 2365 | 2023-10-24T00:32:15.464Z | Documenting ryu v1.0.15 |
| 2366 | 2023-10-24T00:32:18.221Z | Documenting zeroize v1.6.0 |
| 2367 | 2023-10-24T00:32:18.350Z | Documenting tokio-macros v2.1.0 |
| 2368 | 2023-10-24T00:32:18.907Z | Documenting socket2 v0.5.4 |
| 2369 | 2023-10-24T00:32:19.447Z | Checking thiserror v1.0.49 |
| 2370 | 2023-10-24T00:32:19.536Z | Documenting serde v1.0.188 |
| 2371 | 2023-10-24T00:32:19.630Z | Checking ryu v1.0.15 |
| 2372 | 2023-10-24T00:32:19.985Z | Documenting subtle v2.5.0 |
| 2373 | 2023-10-24T00:32:20.717Z | Documenting byteorder v1.4.3 |
| 2374 | 2023-10-24T00:32:21.103Z | Documenting thiserror v1.0.49 |
| 2375 | 2023-10-24T00:32:22.025Z | Documenting pin-utils v0.1.0 |
| 2376 | 2023-10-24T00:32:24.332Z | Documenting generic-array v0.14.7 |
| 2377 | 2023-10-24T00:32:25.534Z | Documenting futures-sink v0.3.28 |
| 2378 | 2023-10-24T00:32:25.939Z | Checking memchr v2.6.3 |
| 2379 | 2023-10-24T00:32:25.954Z | Checking serde_json v1.0.107 |
| 2380 | 2023-10-24T00:32:26.919Z | Documenting iana-time-zone v0.1.57 |
| 2381 | 2023-10-24T00:32:27.198Z | Checking heck v0.4.1 |
| 2382 | 2023-10-24T00:32:27.367Z | Documenting futures-macro v0.3.28 |
| 2383 | 2023-10-24T00:32:27.512Z | Checking getrandom v0.2.10 |
| 2384 | 2023-10-24T00:32:27.907Z | Documenting futures-task v0.3.28 |
| 2385 | 2023-10-24T00:32:28.719Z | Documenting slab v0.4.9 |
| 2386 | 2023-10-24T00:32:29.562Z | Documenting futures-io v0.3.28 |
| 2387 | 2023-10-24T00:32:31.414Z | Documenting crypto-common v0.1.6 |
| 2388 | 2023-10-24T00:32:31.596Z | Documenting futures-channel v0.3.28 |
| 2389 | 2023-10-24T00:32:32.808Z | Documenting const-oid v0.9.5 |
| 2390 | 2023-10-24T00:32:33.927Z | Checking bytes v1.5.0 |
| 2391 | 2023-10-24T00:32:34.784Z | Checking log v0.4.20 |
| 2392 | 2023-10-24T00:32:35.021Z | Checking byteorder v1.4.3 |
| 2393 | 2023-10-24T00:32:35.152Z | Documenting tinyvec_macros v0.1.1 |
| 2394 | 2023-10-24T00:32:35.221Z | Documenting block-buffer v0.10.4 |
| 2395 | 2023-10-24T00:32:35.436Z | Documenting tracing-attributes v0.1.26 |
| 2396 | 2023-10-24T00:32:35.658Z | Documenting tracing-core v0.1.31 |
| 2397 | 2023-10-24T00:32:37.553Z | Documenting ppv-lite86 v0.2.17 |
| 2398 | 2023-10-24T00:32:37.696Z | Documenting futures-util v0.3.28 |
| 2399 | 2023-10-24T00:32:39.143Z | Documenting tinyvec v1.6.0 |
| 2400 | 2023-10-24T00:32:41.237Z | Checking fnv v1.0.7 |
| 2401 | 2023-10-24T00:32:41.418Z | Checking serde_derive_internals v0.26.0 |
| 2402 | 2023-10-24T00:32:41.433Z | Documenting digest v0.10.7 |
| 2403 | 2023-10-24T00:32:42.393Z | Documenting serde_derive_internals v0.26.0 |
| 2404 | 2023-10-24T00:32:42.403Z | Documenting rand_chacha v0.3.1 |
| 2405 | 2023-10-24T00:32:44.609Z | Documenting dyn-clone v1.0.13 |
| 2406 | 2023-10-24T00:32:44.733Z | Documenting base64 v0.21.4 |
| 2407 | 2023-10-24T00:32:48.510Z | Documenting rand v0.8.5 |
| 2408 | 2023-10-24T00:32:49.516Z | Documenting unicode-normalization v0.1.22 |
| 2409 | 2023-10-24T00:32:50.574Z | Checking ucd-trie v0.1.6 |
| 2410 | 2023-10-24T00:32:50.887Z | Documenting cpufeatures v0.2.9 |
| 2411 | 2023-10-24T00:32:51.599Z | Documenting fnv v1.0.7 |
| 2412 | 2023-10-24T00:32:51.711Z | Documenting schemars_derive v0.8.13 |
| 2413 | 2023-10-24T00:32:52.479Z | Documenting bytes v1.5.0 |
| 2414 | 2023-10-24T00:32:52.799Z | Documenting serde_json v1.0.107 |
| 2415 | 2023-10-24T00:32:55.187Z | Documenting bitflags v2.4.0 |
| 2416 | 2023-10-24T00:32:56.040Z | Documenting chrono v0.4.31 |
| 2417 | 2023-10-24T00:32:56.830Z | Documenting uuid v1.4.1 |
| 2418 | 2023-10-24T00:32:58.062Z | Checking pest v2.7.2 |
| 2419 | 2023-10-24T00:33:00.032Z | Documenting tokio v1.33.0 |
| 2420 | 2023-10-24T00:33:00.952Z | Checking libm v0.2.7 |
| 2421 | 2023-10-24T00:33:01.757Z | Documenting unicode-bidi v0.3.13 |
| 2422 | 2023-10-24T00:33:02.088Z | Documenting http v0.2.9 |
| 2423 | 2023-10-24T00:33:02.147Z | Documenting lazy_static v1.4.0 |
| 2424 | 2023-10-24T00:33:02.497Z | Checking num-traits v0.2.16 |
| 2425 | 2023-10-24T00:33:02.716Z | Documenting tracing v0.1.37 |
| 2426 | 2023-10-24T00:33:03.805Z | Documenting percent-encoding v2.3.0 |
| 2427 | 2023-10-24T00:33:05.386Z | Documenting ahash v0.8.3 |
| 2428 | 2023-10-24T00:33:05.426Z | Documenting schemars v0.8.13 |
| 2429 | 2023-10-24T00:33:06.355Z | Checking ahash v0.8.3 |
| 2430 | 2023-10-24T00:33:06.917Z | Checking time-core v0.1.1 |
| 2431 | 2023-10-24T00:33:07.146Z | Documenting allocator-api2 v0.2.16 |
| 2432 | 2023-10-24T00:33:07.880Z | Documenting untrusted v0.7.1 |
| 2433 | 2023-10-24T00:33:09.733Z | Documenting form_urlencoded v1.2.0 |
| 2434 | 2023-10-24T00:33:10.503Z | Documenting adler v1.0.2 |
| 2435 | 2023-10-24T00:33:11.531Z | Documenting unicode-ident v1.0.12 |
| 2436 | 2023-10-24T00:33:11.966Z | Documenting ring v0.16.20 |
| 2437 | 2023-10-24T00:33:12.051Z | Documenting hashbrown v0.14.0 |
| 2438 | 2023-10-24T00:33:14.586Z | Documenting miniz_oxide v0.7.1 |
| 2439 | 2023-10-24T00:33:14.737Z | Documenting idna v0.4.0 |
| 2440 | 2023-10-24T00:33:15.540Z | Documenting httparse v1.8.0 |
| 2441 | 2023-10-24T00:33:15.728Z | Documenting proc-macro2 v1.0.67 |
| 2442 | 2023-10-24T00:33:16.431Z | Documenting equivalent v1.0.1 |
| 2443 | 2023-10-24T00:33:19.571Z | Checking zerocopy v0.3.0 |
| 2444 | 2023-10-24T00:33:19.713Z | Checking uuid v1.4.1 |
| 2445 | 2023-10-24T00:33:20.195Z | Checking iana-time-zone v0.1.57 |
| 2446 | 2023-10-24T00:33:20.412Z | Checking chrono v0.4.31 |
| 2447 | 2023-10-24T00:33:20.521Z | Documenting sct v0.7.0 |
| 2448 | 2023-10-24T00:33:20.636Z | Checking dof v0.1.5 |
| 2449 | 2023-10-24T00:33:20.709Z | Documenting indexmap v2.0.0 |
| 2450 | 2023-10-24T00:33:21.390Z | Documenting rustls-webpki v0.101.4 |
| 2451 | 2023-10-24T00:33:21.519Z | Documenting url v2.4.1 |
| 2452 | 2023-10-24T00:33:21.946Z | Checking dtrace-parser v0.1.14 |
| 2453 | 2023-10-24T00:33:22.694Z | Checking thread-id v4.2.0 |
| 2454 | 2023-10-24T00:33:22.948Z | Documenting slog v2.7.0 |
| 2455 | 2023-10-24T00:33:22.968Z | Documenting quote v1.0.33 |
| 2456 | 2023-10-24T00:33:24.277Z | Documenting try-lock v0.2.4 |
| 2457 | 2023-10-24T00:33:26.740Z | Documenting openssl-probe v0.1.5 |
| 2458 | 2023-10-24T00:33:28.305Z | Documenting httpdate v1.0.3 |
| 2459 | 2023-10-24T00:33:28.553Z | Documenting want v0.3.1 |
| 2460 | 2023-10-24T00:33:28.580Z | Documenting rustls v0.21.7 |
| 2461 | 2023-10-24T00:33:28.593Z | Checking usdt-impl v0.3.5 |
| 2462 | 2023-10-24T00:33:28.747Z | Documenting tokio-util v0.7.8 |
| 2463 | 2023-10-24T00:33:29.199Z | Documenting http-body v0.4.5 |
| 2464 | 2023-10-24T00:33:29.426Z | Documenting rustls-pemfile v1.0.3 |
| 2465 | 2023-10-24T00:33:29.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2466 | 2023-10-24T00:33:30.609Z | Documenting openssl-macros v0.1.1 |
| 2467 | 2023-10-24T00:33:32.834Z | Documenting aho-corasick v1.0.4 |
| 2468 | 2023-10-24T00:33:34.306Z | Documenting openssl-sys v0.9.93 |
| 2469 | 2023-10-24T00:33:34.605Z | Documenting gimli v0.28.0 |
| 2470 | 2023-10-24T00:33:35.394Z | Documenting mime v0.3.17 |
| 2471 | 2023-10-24T00:33:35.927Z | Documenting regex-syntax v0.7.5 |
| 2472 | 2023-10-24T00:33:37.155Z | Documenting h2 v0.3.21 |
| 2473 | 2023-10-24T00:33:37.465Z | Documenting tower-service v0.3.2 |
| 2474 | 2023-10-24T00:33:40.143Z | Documenting time-macros v0.2.13 |
| 2475 | 2023-10-24T00:33:40.795Z | Documenting tokio-rustls v0.24.1 |
| 2476 | 2023-10-24T00:33:41.579Z | Documenting async-trait v0.1.73 |
| 2477 | 2023-10-24T00:33:43.422Z | Documenting object v0.32.1 |
| 2478 | 2023-10-24T00:33:44.779Z | Documenting addr2line v0.21.0 |
| 2479 | 2023-10-24T00:33:46.022Z | Documenting openssl v0.10.57 |
| 2480 | 2023-10-24T00:33:46.514Z | Documenting regex-automata v0.3.8 |
| 2481 | 2023-10-24T00:33:47.565Z | Documenting errno v0.3.2 |
| 2482 | 2023-10-24T00:33:48.893Z | Documenting time-core v0.1.1 |
| 2483 | 2023-10-24T00:33:49.944Z | Checking allocator-api2 v0.2.16 |
| 2484 | 2023-10-24T00:33:50.532Z | Documenting deranged v0.3.8 |
| 2485 | 2023-10-24T00:33:50.974Z | Documenting ipnet v2.8.0 |
| 2486 | 2023-10-24T00:33:52.222Z | Checking dyn-clone v1.0.13 |
| 2487 | 2023-10-24T00:33:52.426Z | Documenting num_threads v0.1.6 |
| 2488 | 2023-10-24T00:33:53.041Z | Documenting unicode-width v0.1.10 |
| 2489 | 2023-10-24T00:33:53.515Z | Documenting hyper v0.14.27 |
| 2490 | 2023-10-24T00:33:57.001Z | Documenting rustc-demangle v0.1.23 |
| 2491 | 2023-10-24T00:33:57.031Z | Checking schemars v0.8.13 |
| 2492 | 2023-10-24T00:33:57.678Z | Documenting rustix v0.38.9 |
| 2493 | 2023-10-24T00:33:58.501Z | Documenting time v0.3.27 |
| 2494 | 2023-10-24T00:33:59.595Z | Checking hashbrown v0.14.0 |
| 2495 | 2023-10-24T00:33:59.875Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2496 | 2023-10-24T00:34:00.141Z | Checking pest_meta v2.7.2 |
| 2497 | 2023-10-24T00:34:01.318Z | Documenting crossbeam-utils v0.8.16 |
| 2498 | 2023-10-24T00:34:01.655Z | Checking equivalent v1.0.1 |
| 2499 | 2023-10-24T00:34:01.771Z | Documenting native-tls v0.2.11 |
| 2500 | 2023-10-24T00:34:01.809Z | Checking indexmap v2.0.0 |
| 2501 | 2023-10-24T00:34:02.307Z | Documenting backtrace v0.3.69 |
| 2502 | 2023-10-24T00:34:03.647Z | Documenting regex v1.9.5 |
| 2503 | 2023-10-24T00:34:07.698Z | Checking hashbrown v0.13.2 |
| 2504 | 2023-10-24T00:34:08.112Z | Documenting pest_meta v2.7.2 |
| 2505 | 2023-10-24T00:34:09.309Z | Checking http v0.2.9 |
| 2506 | 2023-10-24T00:34:09.441Z | Checking aho-corasick v1.0.4 |
| 2507 | 2023-10-24T00:34:09.961Z | Documenting encoding_rs v0.8.33 |
| 2508 | 2023-10-24T00:34:10.582Z | Documenting anyhow v1.0.75 |
| 2509 | 2023-10-24T00:34:11.527Z | Checking regex-syntax v0.7.5 |
| 2510 | 2023-10-24T00:34:11.986Z | Documenting tokio-native-tls v0.3.1 |
| 2511 | 2023-10-24T00:34:12.034Z | Checking pest_generator v2.7.2 |
| 2512 | 2023-10-24T00:34:13.370Z | Documenting rustls-native-certs v0.6.3 |
| 2513 | 2023-10-24T00:34:13.450Z | Documenting serde_urlencoded v0.7.1 |
| 2514 | 2023-10-24T00:34:14.717Z | Documenting pest_generator v2.7.2 |
| 2515 | 2023-10-24T00:34:15.763Z | Documenting ucd-trie v0.1.6 |
| 2516 | 2023-10-24T00:34:16.846Z | Checking regex-automata v0.3.8 |
| 2517 | 2023-10-24T00:34:17.176Z | Checking serde_tokenstream v0.1.7 |
| 2518 | 2023-10-24T00:34:17.765Z | Documenting webpki-roots v0.25.2 |
| 2519 | 2023-10-24T00:34:18.826Z | Documenting syn v2.0.32 |
| 2520 | 2023-10-24T00:34:19.331Z | Documenting hyper-rustls v0.24.1 |
| 2521 | 2023-10-24T00:34:20.289Z | Documenting dof v0.1.5 |
| 2522 | 2023-10-24T00:34:21.179Z | Documenting hyper-tls v0.5.0 |
| 2523 | 2023-10-24T00:34:21.730Z | Documenting pest v2.7.2 |
| 2524 | 2023-10-24T00:34:22.319Z | Documenting pest_derive v2.7.2 |
| 2525 | 2023-10-24T00:34:23.510Z | Checking regex v1.9.5 |
| 2526 | 2023-10-24T00:34:23.763Z | Documenting thread-id v4.2.0 |
| 2527 | 2023-10-24T00:34:24.471Z | Checking unicode-width v0.1.10 |
| 2528 | 2023-10-24T00:34:24.695Z | Documenting usdt-attr-macro v0.3.5 |
| 2529 | 2023-10-24T00:34:26.280Z | Documenting usdt-macro v0.3.5 |
| 2530 | 2023-10-24T00:34:29.250Z | Documenting openapiv3 v1.0.3 |
| 2531 | 2023-10-24T00:34:29.833Z | Documenting dtrace-parser v0.1.14 |
| 2532 | 2023-10-24T00:34:29.884Z | Documenting ipnetwork v0.20.0 |
| 2533 | 2023-10-24T00:34:29.925Z | Documenting sha2 v0.10.7 |
| 2534 | 2023-10-24T00:34:31.585Z | Documenting reqwest v0.11.20 |
| 2535 | 2023-10-24T00:34:32.171Z | Documenting futures-executor v0.3.28 |
| 2536 | 2023-10-24T00:34:33.641Z | Checking serde_tokenstream v0.2.0 |
| 2537 | 2023-10-24T00:34:34.213Z | Documenting spin v0.9.8 |
| 2538 | 2023-10-24T00:34:36.144Z | Documenting usdt-impl v0.3.5 |
| 2539 | 2023-10-24T00:34:37.154Z | Checking strsim v0.10.0 |
| 2540 | 2023-10-24T00:34:37.501Z | Checking regress v0.7.1 |
| 2541 | 2023-10-24T00:34:38.246Z | Documenting hex v0.4.3 |
| 2542 | 2023-10-24T00:34:38.295Z | Documenting hmac v0.12.1 |
| 2543 | 2023-10-24T00:34:38.632Z | Documenting fallible-iterator v0.2.0 |
| 2544 | 2023-10-24T00:34:39.494Z | Documenting futures v0.3.28 |
| 2545 | 2023-10-24T00:34:42.590Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2546 | 2023-10-24T00:34:44.189Z | Documenting usdt v0.3.5 |
| 2547 | 2023-10-24T00:34:45.103Z | Checking openapiv3 v1.0.3 |
| 2548 | 2023-10-24T00:34:45.751Z | Documenting stringprep v0.1.3 |
| 2549 | 2023-10-24T00:34:45.901Z | Documenting semver v1.0.18 |
| 2550 | 2023-10-24T00:34:46.104Z | Documenting md-5 v0.10.5 |
| 2551 | 2023-10-24T00:34:47.140Z | Documenting regress v0.7.1 |
| 2552 | 2023-10-24T00:34:50.931Z | Documenting utf8parse v0.2.1 |
| 2553 | 2023-10-24T00:34:51.117Z | Documenting siphasher v0.3.11 |
| 2554 | 2023-10-24T00:34:51.822Z | Documenting block-padding v0.3.3 |
| 2555 | 2023-10-24T00:34:52.087Z | Documenting static_assertions v1.1.0 |
| 2556 | 2023-10-24T00:34:52.282Z | Documenting heck v0.4.1 |
| 2557 | 2023-10-24T00:34:52.737Z | Checking unsafe-libyaml v0.2.9 |
| 2558 | 2023-10-24T00:34:53.272Z | Documenting postgres-protocol v0.6.6 |
| 2559 | 2023-10-24T00:34:54.814Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2560 | 2023-10-24T00:34:55.016Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2561 | 2023-10-24T00:34:55.268Z | Checking getopts v0.2.21 |
| 2562 | 2023-10-24T00:34:55.478Z | Documenting phf_shared v0.11.2 |
| 2563 | 2023-10-24T00:34:55.781Z | Documenting toml_datetime v0.6.3 |
| 2564 | 2023-10-24T00:34:56.543Z | Documenting num-integer v0.1.45 |
| 2565 | 2023-10-24T00:34:56.684Z | Checking ident_case v1.0.1 |
| 2566 | 2023-10-24T00:34:56.914Z | Documenting unsafe-libyaml v0.2.9 |
| 2567 | 2023-10-24T00:34:58.396Z | Documenting inout v0.1.3 |
| 2568 | 2023-10-24T00:34:58.533Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2569 | 2023-10-24T00:35:01.663Z | Documenting phf v0.11.2 |
| 2570 | 2023-10-24T00:35:02.316Z | Documenting whoami v1.4.1 |
| 2571 | 2023-10-24T00:35:02.354Z | Documenting postgres-types v0.2.6 |
| 2572 | 2023-10-24T00:35:02.653Z | Documenting either v1.9.0 |
| 2573 | 2023-10-24T00:35:03.186Z | Documenting serde_yaml v0.9.25 |
| 2574 | 2023-10-24T00:35:04.968Z | Documenting cipher v0.4.4 |
| 2575 | 2023-10-24T00:35:05.293Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2576 | 2023-10-24T00:35:08.045Z | Checking serde_yaml v0.9.25 |
| 2577 | 2023-10-24T00:35:08.199Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2578 | 2023-10-24T00:35:08.332Z | Documenting getopts v0.2.21 |
| 2579 | 2023-10-24T00:35:08.678Z | Documenting zerocopy v0.6.4 |
| 2580 | 2023-10-24T00:35:10.198Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2581 | 2023-10-24T00:35:11.253Z | Documenting data-encoding v2.4.0 |
| 2582 | 2023-10-24T00:35:12.484Z | Documenting anstyle v1.0.2 |
| 2583 | 2023-10-24T00:35:12.604Z | Documenting tokio-postgres v0.7.10 |
| 2584 | 2023-10-24T00:35:13.992Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2585 | 2023-10-24T00:35:14.934Z | Documenting anstyle-parse v0.2.1 |
| 2586 | 2023-10-24T00:35:15.408Z | Documenting crossbeam-channel v0.5.8 |
| 2587 | 2023-10-24T00:35:17.442Z | Documenting anstyle-query v1.0.0 |
| 2588 | 2023-10-24T00:35:18.126Z | Documenting match_cfg v0.1.0 |
| 2589 | 2023-10-24T00:35:18.908Z | Documenting colorchoice v1.0.0 |
| 2590 | 2023-10-24T00:35:19.680Z | Documenting itertools v0.11.0 |
| 2591 | 2023-10-24T00:35:20.596Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2592 | 2023-10-24T00:35:22.192Z | Documenting hostname v0.3.1 |
| 2593 | 2023-10-24T00:35:22.235Z | Documenting terminal_size v0.2.6 |
| 2594 | 2023-10-24T00:35:23.116Z | Documenting dirs-sys-next v0.1.2 |
| 2595 | 2023-10-24T00:35:23.515Z | Documenting anstream v0.5.0 |
| 2596 | 2023-10-24T00:35:25.582Z | Documenting clap_lex v0.5.1 |
| 2597 | 2023-10-24T00:35:27.528Z | Documenting strsim v0.10.0 |
| 2598 | 2023-10-24T00:35:28.370Z | Documenting tap v1.0.1 |
| 2599 | 2023-10-24T00:35:28.459Z | Documenting clap_derive v4.4.2 |
| 2600 | 2023-10-24T00:35:29.190Z | Documenting dirs-next v2.0.0 |
| 2601 | 2023-10-24T00:35:29.919Z | Documenting thread_local v1.1.7 |
| 2602 | 2023-10-24T00:35:31.181Z | Documenting crc32fast v1.3.2 |
| 2603 | 2023-10-24T00:35:31.641Z | Documenting radium v0.7.0 |
| 2604 | 2023-10-24T00:35:32.521Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2605 | 2023-10-24T00:35:32.535Z | Documenting wyz v0.5.1 |
| 2606 | 2023-10-24T00:35:33.548Z | Documenting clap_builder v4.4.2 |
| 2607 | 2023-10-24T00:35:35.446Z | Documenting funty v2.0.0 |
| 2608 | 2023-10-24T00:35:36.094Z | Documenting term v0.7.0 |
| 2609 | 2023-10-24T00:35:36.122Z | Documenting num-iter v0.1.43 |
| 2610 | 2023-10-24T00:35:37.095Z | Documenting sha1 v0.10.5 |
| 2611 | 2023-10-24T00:35:37.229Z | Documenting enum-as-inner v0.5.1 |
| 2612 | 2023-10-24T00:35:37.306Z | Documenting atty v0.2.14 |
| 2613 | 2023-10-24T00:35:40.092Z | Documenting bitvec v1.0.1 |
| 2614 | 2023-10-24T00:35:41.932Z | Documenting memoffset v0.9.0 |
| 2615 | 2023-10-24T00:35:42.458Z | Documenting take_mut v0.2.2 |
| 2616 | 2023-10-24T00:35:43.190Z | Documenting slog-term v2.9.0 |
| 2617 | 2023-10-24T00:35:43.193Z | Documenting clap v4.4.3 |
| 2618 | 2023-10-24T00:35:44.071Z | Documenting flate2 v1.0.27 |
| 2619 | 2023-10-24T00:35:44.426Z | Documenting trust-dns-proto v0.22.0 |
| 2620 | 2023-10-24T00:35:46.005Z | Documenting crossbeam-epoch v0.9.15 |
| 2621 | 2023-10-24T00:35:48.592Z | Documenting slog-async v2.8.0 |
| 2622 | 2023-10-24T00:35:48.955Z | Documenting slog-json v2.6.1 |
| 2623 | 2023-10-24T00:35:50.242Z | Documenting camino v1.1.6 |
| 2624 | 2023-10-24T00:35:50.298Z | Documenting paste v1.0.14 |
| 2625 | 2023-10-24T00:35:50.924Z | Documenting signature v2.1.0 |
| 2626 | 2023-10-24T00:35:51.255Z | Documenting hash32 v0.2.1 |
| 2627 | 2023-10-24T00:35:52.444Z | Documenting scheduled-thread-pool v0.2.7 |
| 2628 | 2023-10-24T00:35:54.821Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2629 | 2023-10-24T00:35:56.372Z | Documenting slog-bunyan v2.4.0 |
| 2630 | 2023-10-24T00:35:56.488Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2631 | 2023-10-24T00:35:56.765Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2632 | 2023-10-24T00:35:57.201Z | Documenting stable_deref_trait v1.2.0 |
| 2633 | 2023-10-24T00:35:57.351Z | Documenting unicode-segmentation v1.10.1 |
| 2634 | 2023-10-24T00:35:58.058Z | Checking darling_core v0.20.3 |
| 2635 | 2023-10-24T00:35:58.452Z | Documenting async-stream-impl v0.3.5 |
| 2636 | 2023-10-24T00:35:58.838Z | Documenting r2d2 v0.8.10 |
| 2637 | 2023-10-24T00:36:01.005Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2638 | 2023-10-24T00:36:01.278Z | Documenting heapless v0.7.16 |
| 2639 | 2023-10-24T00:36:02.212Z | Documenting diesel_derives v2.1.1 |
| 2640 | 2023-10-24T00:36:02.330Z | Documenting strum v0.25.0 |
| 2641 | 2023-10-24T00:36:02.854Z | Documenting bzip2 v0.4.4 |
| 2642 | 2023-10-24T00:36:03.801Z | Documenting managed v0.8.0 |
| 2643 | 2023-10-24T00:36:05.584Z | Documenting atomic-waker v1.1.1 |
| 2644 | 2023-10-24T00:36:05.858Z | Documenting debug-ignore v1.0.5 |
| 2645 | 2023-10-24T00:36:07.397Z | Documenting bit-vec v0.6.3 |
| 2646 | 2023-10-24T00:36:08.278Z | Documenting async-stream v0.3.5 |
| 2647 | 2023-10-24T00:36:08.788Z | Checking darling v0.20.3 |
| 2648 | 2023-10-24T00:36:08.949Z | Documenting num-bigint v0.4.4 |
| 2649 | 2023-10-24T00:36:09.030Z | Documenting smoltcp v0.9.1 |
| 2650 | 2023-10-24T00:36:09.167Z | Documenting zip v0.6.6 |
| 2651 | 2023-10-24T00:36:09.786Z | Documenting waitgroup v0.1.2 |
| 2652 | 2023-10-24T00:36:09.972Z | Documenting multer v2.1.0 |
| 2653 | 2023-10-24T00:36:13.365Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2654 | 2023-10-24T00:36:13.819Z | Documenting diesel v2.1.1 |
| 2655 | 2023-10-24T00:36:14.369Z | Documenting bstr v1.6.0 |
| 2656 | 2023-10-24T00:36:15.842Z | Documenting serde_path_to_error v0.1.14 |
| 2657 | 2023-10-24T00:36:16.379Z | Documenting hubpack v0.1.2 |
| 2658 | 2023-10-24T00:36:16.530Z | Documenting serde_repr v0.1.16 |
| 2659 | 2023-10-24T00:36:17.738Z | Documenting precomputed-hash v0.1.1 |
| 2660 | 2023-10-24T00:36:18.770Z | Documenting lalrpop-util v0.19.12 |
| 2661 | 2023-10-24T00:36:21.409Z | Documenting fixedbitset v0.4.2 |
| 2662 | 2023-10-24T00:36:22.380Z | Documenting new_debug_unreachable v1.0.4 |
| 2663 | 2023-10-24T00:36:22.828Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2664 | 2023-10-24T00:36:23.139Z | Documenting yasna v0.5.2 |
| 2665 | 2023-10-24T00:36:23.754Z | Documenting serde_with_macros v2.3.3 |
| 2666 | 2023-10-24T00:36:24.090Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2667 | 2023-10-24T00:36:24.822Z | Documenting console v0.15.7 |
| 2668 | 2023-10-24T00:36:26.159Z | Documenting petgraph v0.6.4 |
| 2669 | 2023-10-24T00:36:26.493Z | Documenting string_cache v0.8.7 |
| 2670 | 2023-10-24T00:36:30.918Z | Documenting float-cmp v0.9.0 |
| 2671 | 2023-10-24T00:36:31.484Z | Documenting unicode-linebreak v0.1.5 |
| 2672 | 2023-10-24T00:36:31.835Z | Documenting difflib v0.4.0 |
| 2673 | 2023-10-24T00:36:33.047Z | Documenting predicates-core v1.0.6 |
| 2674 | 2023-10-24T00:36:33.341Z | Documenting normalize-line-endings v0.3.0 |
| 2675 | 2023-10-24T00:36:35.861Z | Documenting smawk v0.3.1 |
| 2676 | 2023-10-24T00:36:36.768Z | Documenting serde_with v2.3.3 |
| 2677 | 2023-10-24T00:36:37.686Z | Documenting bit-set v0.5.3 |
| 2678 | 2023-10-24T00:36:38.054Z | Documenting similar v2.2.1 |
| 2679 | 2023-10-24T00:36:39.078Z | Documenting tokio-stream v0.1.14 |
| 2680 | 2023-10-24T00:36:39.442Z | Documenting predicates v3.0.4 |
| 2681 | 2023-10-24T00:36:40.670Z | Documenting structmeta-derive v0.1.6 |
| 2682 | 2023-10-24T00:36:41.907Z | Documenting textwrap v0.16.0 |
| 2683 | 2023-10-24T00:36:43.990Z | Checking structmeta v0.1.6 |
| 2684 | 2023-10-24T00:36:44.361Z | Documenting instant v0.1.12 |
| 2685 | 2023-10-24T00:36:44.985Z | Checking regex-syntax v0.6.29 |
| 2686 | 2023-10-24T00:36:46.564Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2687 | 2023-10-24T00:36:47.441Z | Documenting macaddr v1.0.1 |
| 2688 | 2023-10-24T00:36:48.153Z | Documenting base64ct v1.6.0 |
| 2689 | 2023-10-24T00:36:48.332Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2690 | 2023-10-24T00:36:48.601Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2691 | 2023-10-24T00:36:48.838Z | Checking scopeguard v1.2.0 |
| 2692 | 2023-10-24T00:36:49.029Z | Checking lock_api v0.4.10 |
| 2693 | 2023-10-24T00:36:49.251Z | Documenting structmeta v0.1.6 |
| 2694 | 2023-10-24T00:36:49.647Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2695 | 2023-10-24T00:36:50.091Z | Documenting crucible-workspace-hack v0.1.0 |
| 2696 | 2023-10-24T00:36:50.519Z | Documenting backoff v0.4.0 |
| 2697 | 2023-10-24T00:36:53.426Z | Checking smallvec v1.11.0 |
| 2698 | 2023-10-24T00:36:53.997Z | Checking parking_lot_core v0.9.8 |
| 2699 | 2023-10-24T00:36:54.105Z | Documenting is-terminal v0.4.9 |
| 2700 | 2023-10-24T00:36:54.406Z | Documenting password-hash v0.5.0 |
| 2701 | 2023-10-24T00:36:54.528Z | Documenting blake2 v0.10.6 |
| 2702 | 2023-10-24T00:36:54.613Z | Checking pin-project-lite v0.2.13 |
| 2703 | 2023-10-24T00:36:54.653Z | Checking parking_lot v0.12.1 |
| 2704 | 2023-10-24T00:36:54.785Z | Checking rand_core v0.6.4 |
| 2705 | 2023-10-24T00:36:55.203Z | Checking typenum v1.16.0 |
| 2706 | 2023-10-24T00:36:55.221Z | Checking zeroize v1.6.0 |
| 2707 | 2023-10-24T00:36:55.611Z | Documenting proc-macro-error-attr v1.0.4 |
| 2708 | 2023-10-24T00:36:56.363Z | Documenting parse-display-derive v0.7.0 |
| 2709 | 2023-10-24T00:36:56.446Z | Checking futures-core v0.3.28 |
| 2710 | 2023-10-24T00:36:56.734Z | Checking unicode-segmentation v1.10.1 |
| 2711 | 2023-10-24T00:36:57.384Z | Checking generic-array v0.14.7 |
| 2712 | 2023-10-24T00:36:57.697Z | Checking proc-macro-error v1.0.4 |
| 2713 | 2023-10-24T00:36:57.815Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2714 | 2023-10-24T00:36:58.166Z | Checking mio v0.8.8 |
| 2715 | 2023-10-24T00:36:59.136Z | Checking socket2 v0.5.4 |
| 2716 | 2023-10-24T00:36:59.450Z | Checking num_cpus v1.16.0 |
| 2717 | 2023-10-24T00:36:59.616Z | Checking signal-hook-registry v1.4.1 |
| 2718 | 2023-10-24T00:36:59.871Z | Checking futures-sink v0.3.28 |
| 2719 | 2023-10-24T00:36:59.978Z | Documenting postcard-cobs v0.1.5-pre |
| 2720 | 2023-10-24T00:37:00.082Z | Checking spin v0.5.2 |
| 2721 | 2023-10-24T00:37:00.387Z | Documenting fastrand v2.0.0 |
| 2722 | 2023-10-24T00:37:00.881Z | Checking tokio v1.33.0 |
| 2723 | 2023-10-24T00:37:01.060Z | Documenting foreign-types-macros v0.2.3 |
| 2724 | 2023-10-24T00:37:01.664Z | Documenting argon2 v0.5.2 |
| 2725 | 2023-10-24T00:37:01.834Z | Documenting proc-macro-error v1.0.4 |
| 2726 | 2023-10-24T00:37:04.238Z | Documenting postcard v0.7.3 |
| 2727 | 2023-10-24T00:37:04.677Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2728 | 2023-10-24T00:37:06.177Z | Documenting parse-display v0.7.0 |
| 2729 | 2023-10-24T00:37:06.735Z | Documenting tempfile v3.8.0 |
| 2730 | 2023-10-24T00:37:08.844Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2731 | 2023-10-24T00:37:09.050Z | Documenting foreign-types-shared v0.3.1 |
| 2732 | 2023-10-24T00:37:09.386Z | Checking tinyvec_macros v0.1.1 |
| 2733 | 2023-10-24T00:37:09.515Z | Checking tinyvec v1.6.0 |
| 2734 | 2023-10-24T00:37:10.770Z | Checking futures-channel v0.3.28 |
| 2735 | 2023-10-24T00:37:11.321Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2736 | 2023-10-24T00:37:11.595Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2737 | 2023-10-24T00:37:11.665Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2738 | 2023-10-24T00:37:11.752Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2739 | 2023-10-24T00:37:12.689Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2740 | 2023-10-24T00:37:13.145Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2741 | 2023-10-24T00:37:13.269Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2742 | 2023-10-24T00:37:13.842Z | Documenting foreign-types v0.5.0 |
| 2743 | 2023-10-24T00:37:13.846Z | Documenting cstr-argument v0.1.2 |
| 2744 | 2023-10-24T00:37:18.087Z | Checking futures-task v0.3.28 |
| 2745 | 2023-10-24T00:37:18.092Z | Checking slab v0.4.9 |
| 2746 | 2023-10-24T00:37:18.095Z | Checking pin-utils v0.1.0 |
| 2747 | 2023-10-24T00:37:18.160Z | Checking futures-io v0.3.28 |
| 2748 | 2023-10-24T00:37:18.174Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2749 | 2023-10-24T00:37:18.432Z | Checking futures-util v0.3.28 |
| 2750 | 2023-10-24T00:37:19.033Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2751 | 2023-10-24T00:37:19.215Z | Checking unicode-normalization v0.1.22 |
| 2752 | 2023-10-24T00:37:19.346Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2753 | 2023-10-24T00:37:20.396Z | Documenting colored v2.0.4 |
| 2754 | 2023-10-24T00:37:20.744Z | Checking crypto-common v0.1.6 |
| 2755 | 2023-10-24T00:37:21.021Z | Checking tracing-core v0.1.31 |
| 2756 | 2023-10-24T00:37:22.118Z | Checking unicode-bidi v0.3.13 |
| 2757 | 2023-10-24T00:37:22.573Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2758 | 2023-10-24T00:37:22.898Z | Checking tracing v0.1.37 |
| 2759 | 2023-10-24T00:37:23.398Z | Documenting zone_cfg_derive v0.2.0 |
| 2760 | 2023-10-24T00:37:24.806Z | Checking block-buffer v0.10.4 |
| 2761 | 2023-10-24T00:37:25.153Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2762 | 2023-10-24T00:37:25.305Z | Documenting num-derive v0.4.0 |
| 2763 | 2023-10-24T00:37:25.840Z | Checking const-oid v0.9.5 |
| 2764 | 2023-10-24T00:37:26.812Z | Checking subtle v2.5.0 |
| 2765 | 2023-10-24T00:37:27.225Z | Checking ppv-lite86 v0.2.17 |
| 2766 | 2023-10-24T00:37:27.315Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2767 | 2023-10-24T00:37:28.414Z | Checking rand_chacha v0.3.1 |
| 2768 | 2023-10-24T00:37:28.740Z | Checking digest v0.10.7 |
| 2769 | 2023-10-24T00:37:28.988Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2770 | 2023-10-24T00:37:29.353Z | Documenting smf v0.2.2 |
| 2771 | 2023-10-24T00:37:31.186Z | Documenting zone v0.2.0 |
| 2772 | 2023-10-24T00:37:32.160Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2773 | 2023-10-24T00:37:32.959Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2774 | 2023-10-24T00:37:35.991Z | Checking bitflags v2.4.0 |
| 2775 | 2023-10-24T00:37:36.445Z | Checking base64 v0.21.4 |
| 2776 | 2023-10-24T00:37:37.173Z | Documenting linked-hash-map v0.5.6 |
| 2777 | 2023-10-24T00:37:38.271Z | Checking untrusted v0.7.1 |
| 2778 | 2023-10-24T00:37:38.521Z | Checking ring v0.16.20 |
| 2779 | 2023-10-24T00:37:38.820Z | Checking rand v0.8.5 |
| 2780 | 2023-10-24T00:37:38.972Z | Checking tokio-util v0.7.8 |
| 2781 | 2023-10-24T00:37:40.437Z | Checking bitflags v1.3.2 |
| 2782 | 2023-10-24T00:37:40.453Z | Checking openssl-probe v0.1.5 |
| 2783 | 2023-10-24T00:37:40.594Z | Checking percent-encoding v2.3.0 |
| 2784 | 2023-10-24T00:37:40.669Z | Checking hashbrown v0.12.3 |
| 2785 | 2023-10-24T00:37:40.740Z | Checking foreign-types-shared v0.1.1 |
| 2786 | 2023-10-24T00:37:40.815Z | Checking openssl-sys v0.9.93 |
| 2787 | 2023-10-24T00:37:40.895Z | Checking foreign-types v0.3.2 |
| 2788 | 2023-10-24T00:37:40.898Z | Checking errno v0.3.2 |
| 2789 | 2023-10-24T00:37:41.034Z | Checking try-lock v0.2.4 |
| 2790 | 2023-10-24T00:37:41.116Z | Checking adler v1.0.2 |
| 2791 | 2023-10-24T00:37:41.230Z | Checking siphasher v0.3.11 |
| 2792 | 2023-10-24T00:37:41.341Z | Checking miniz_oxide v0.7.1 |
| 2793 | 2023-10-24T00:37:41.399Z | Checking rustls-webpki v0.101.4 |
| 2794 | 2023-10-24T00:37:41.698Z | Checking sct v0.7.0 |
| 2795 | 2023-10-24T00:37:42.035Z | Checking want v0.3.1 |
| 2796 | 2023-10-24T00:37:42.263Z | Checking indexmap v1.9.3 |
| 2797 | 2023-10-24T00:37:42.281Z | Checking form_urlencoded v1.2.0 |
| 2798 | 2023-10-24T00:37:42.933Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2799 | 2023-10-24T00:37:42.937Z | Checking lazy_static v1.4.0 |
| 2800 | 2023-10-24T00:37:42.940Z | Checking http-body v0.4.5 |
| 2801 | 2023-10-24T00:37:42.942Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2802 | 2023-10-24T00:37:42.947Z | Checking socket2 v0.4.9 |
| 2803 | 2023-10-24T00:37:43.047Z | Checking openssl v0.10.57 |
| 2804 | 2023-10-24T00:37:43.161Z | Checking io-lifetimes v1.0.11 |
| 2805 | 2023-10-24T00:37:43.176Z | Checking httparse v1.8.0 |
| 2806 | 2023-10-24T00:37:43.441Z | Checking anstyle v1.0.2 |
| 2807 | 2023-10-24T00:37:43.455Z | Checking utf8parse v0.2.1 |
| 2808 | 2023-10-24T00:37:43.524Z | Checking h2 v0.3.21 |
| 2809 | 2023-10-24T00:37:43.667Z | Checking tower-service v0.3.2 |
| 2810 | 2023-10-24T00:37:43.797Z | Documenting lru-cache v0.1.2 |
| 2811 | 2023-10-24T00:37:43.823Z | Checking httpdate v1.0.3 |
| 2812 | 2023-10-24T00:37:43.837Z | Checking cpufeatures v0.2.9 |
| 2813 | 2023-10-24T00:37:43.961Z | Checking sha2 v0.10.7 |
| 2814 | 2023-10-24T00:37:43.975Z | Checking anstyle-parse v0.2.1 |
| 2815 | 2023-10-24T00:37:44.172Z | Checking rustix v0.37.23 |
| 2816 | 2023-10-24T00:37:44.382Z | Checking rustls v0.21.7 |
| 2817 | 2023-10-24T00:37:44.836Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2818 | 2023-10-24T00:37:45.919Z | Checking rustls-pemfile v1.0.3 |
| 2819 | 2023-10-24T00:37:46.022Z | Checking hmac v0.12.1 |
| 2820 | 2023-10-24T00:37:46.220Z | Checking md-5 v0.10.5 |
| 2821 | 2023-10-24T00:37:46.237Z | Checking stringprep v0.1.3 |
| 2822 | 2023-10-24T00:37:46.350Z | Checking idna v0.4.0 |
| 2823 | 2023-10-24T00:37:46.547Z | Documenting slog-dtrace v0.2.3 |
| 2824 | 2023-10-24T00:37:46.649Z | Checking spin v0.9.8 |
| 2825 | 2023-10-24T00:37:47.152Z | Checking num-integer v0.1.45 |
| 2826 | 2023-10-24T00:37:47.824Z | Checking hash32 v0.2.1 |
| 2827 | 2023-10-24T00:37:48.038Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2828 | 2023-10-24T00:37:48.353Z | Checking stable_deref_trait v1.2.0 |
| 2829 | 2023-10-24T00:37:48.491Z | Checking anstyle-query v1.0.0 |
| 2830 | 2023-10-24T00:37:48.671Z | Checking colorchoice v1.0.0 |
| 2831 | 2023-10-24T00:37:48.864Z | Checking gimli v0.28.0 |
| 2832 | 2023-10-24T00:37:49.687Z | Documenting quick-error v1.2.3 |
| 2833 | 2023-10-24T00:37:49.906Z | Checking either v1.9.0 |
| 2834 | 2023-10-24T00:37:50.405Z | Checking fallible-iterator v0.2.0 |
| 2835 | 2023-10-24T00:37:50.542Z | Checking tokio-rustls v0.24.1 |
| 2836 | 2023-10-24T00:37:51.103Z | Checking anstream v0.5.0 |
| 2837 | 2023-10-24T00:37:51.417Z | Checking postgres-protocol v0.6.6 |
| 2838 | 2023-10-24T00:37:51.626Z | Checking heapless v0.7.16 |
| 2839 | 2023-10-24T00:37:51.929Z | Checking native-tls v0.2.11 |
| 2840 | 2023-10-24T00:37:52.427Z | Checking tokio-native-tls v0.3.1 |
| 2841 | 2023-10-24T00:37:52.459Z | Checking url v2.4.1 |
| 2842 | 2023-10-24T00:37:52.848Z | Checking rustls-native-certs v0.6.3 |
| 2843 | 2023-10-24T00:37:53.075Z | Checking terminal_size v0.2.6 |
| 2844 | 2023-10-24T00:37:53.321Z | Checking phf_shared v0.11.2 |
| 2845 | 2023-10-24T00:37:53.383Z | Checking block-padding v0.3.3 |
| 2846 | 2023-10-24T00:37:53.545Z | Checking hyper v0.14.27 |
| 2847 | 2023-10-24T00:37:53.705Z | Checking scheduled-thread-pool v0.2.7 |
| 2848 | 2023-10-24T00:37:53.738Z | Checking object v0.32.1 |
| 2849 | 2023-10-24T00:37:53.752Z | Checking serde_spanned v0.6.3 |
| 2850 | 2023-10-24T00:37:54.027Z | Checking toml_datetime v0.6.3 |
| 2851 | 2023-10-24T00:37:54.030Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2852 | 2023-10-24T00:37:54.230Z | Checking crc32fast v1.3.2 |
| 2853 | 2023-10-24T00:37:54.448Z | Checking deranged v0.3.8 |
| 2854 | 2023-10-24T00:37:54.547Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2855 | 2023-10-24T00:37:54.585Z | Checking matches v0.1.10 |
| 2856 | 2023-10-24T00:37:54.713Z | Checking rustc-demangle v0.1.23 |
| 2857 | 2023-10-24T00:37:55.124Z | Checking addr2line v0.21.0 |
| 2858 | 2023-10-24T00:37:55.398Z | Checking winnow v0.5.15 |
| 2859 | 2023-10-24T00:37:55.901Z | Checking tap v1.0.1 |
| 2860 | 2023-10-24T00:37:56.156Z | Documenting resolv-conf v0.7.0 |
| 2861 | 2023-10-24T00:37:56.170Z | Checking managed v0.8.0 |
| 2862 | 2023-10-24T00:37:56.783Z | Checking ipnet v2.8.0 |
| 2863 | 2023-10-24T00:37:57.279Z | Checking bit-vec v0.6.3 |
| 2864 | 2023-10-24T00:37:57.436Z | Checking clap_lex v0.5.1 |
| 2865 | 2023-10-24T00:37:57.521Z | Checking num_threads v0.1.6 |
| 2866 | 2023-10-24T00:37:57.686Z | Checking regex-automata v0.1.10 |
| 2867 | 2023-10-24T00:37:57.816Z | Checking time v0.3.27 |
| 2868 | 2023-10-24T00:37:57.834Z | Checking clap_builder v4.4.2 |
| 2869 | 2023-10-24T00:37:58.369Z | Checking bstr v0.2.17 |
| 2870 | 2023-10-24T00:37:59.725Z | Checking smoltcp v0.9.1 |
| 2871 | 2023-10-24T00:38:00.291Z | Checking toml_edit v0.19.15 |
| 2872 | 2023-10-24T00:38:01.993Z | Checking wyz v0.5.1 |
| 2873 | 2023-10-24T00:38:02.179Z | Checking idna v0.2.3 |
| 2874 | 2023-10-24T00:38:02.613Z | Checking flate2 v1.0.27 |
| 2875 | 2023-10-24T00:38:02.773Z | Checking bzip2 v0.4.4 |
| 2876 | 2023-10-24T00:38:02.937Z | Documenting trust-dns-resolver v0.22.0 |
| 2877 | 2023-10-24T00:38:03.062Z | Checking backtrace v0.3.69 |
| 2878 | 2023-10-24T00:38:03.244Z | Checking r2d2 v0.8.10 |
| 2879 | 2023-10-24T00:38:03.583Z | Checking hyper-tls v0.5.0 |
| 2880 | 2023-10-24T00:38:03.653Z | Checking hyper-rustls v0.24.1 |
| 2881 | 2023-10-24T00:38:03.684Z | Checking phf v0.11.2 |
| 2882 | 2023-10-24T00:38:03.716Z | Checking inout v0.1.3 |
| 2883 | 2023-10-24T00:38:03.962Z | Checking postgres-types v0.2.6 |
| 2884 | 2023-10-24T00:38:04.032Z | Checking itertools v0.11.0 |
| 2885 | 2023-10-24T00:38:04.061Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2886 | 2023-10-24T00:38:04.119Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2887 | 2023-10-24T00:38:04.602Z | Checking num-bigint v0.4.4 |
| 2888 | 2023-10-24T00:38:04.605Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2889 | 2023-10-24T00:38:05.126Z | Checking serde_urlencoded v0.7.1 |
| 2890 | 2023-10-24T00:38:05.839Z | Checking phf_shared v0.10.0 |
| 2891 | 2023-10-24T00:38:06.283Z | Checking futures-executor v0.3.28 |
| 2892 | 2023-10-24T00:38:06.632Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2893 | 2023-10-24T00:38:06.940Z | Documenting pem-rfc7468 v0.7.0 |
| 2894 | 2023-10-24T00:38:07.846Z | Checking ipnetwork v0.20.0 |
| 2895 | 2023-10-24T00:38:07.985Z | Checking float-cmp v0.9.0 |
| 2896 | 2023-10-24T00:38:08.264Z | Checking zerocopy v0.6.4 |
| 2897 | 2023-10-24T00:38:08.428Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2898 | 2023-10-24T00:38:09.028Z | Documenting der_derive v0.7.2 |
| 2899 | 2023-10-24T00:38:09.394Z | Checking hubpack v0.1.2 |
| 2900 | 2023-10-24T00:38:09.453Z | Checking crossbeam-utils v0.8.16 |
| 2901 | 2023-10-24T00:38:09.894Z | Checking encoding_rs v0.8.33 |
| 2902 | 2023-10-24T00:38:10.348Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2903 | 2023-10-24T00:38:10.755Z | Checking memoffset v0.9.0 |
| 2904 | 2023-10-24T00:38:10.908Z | Checking radium v0.7.0 |
| 2905 | 2023-10-24T00:38:11.522Z | Documenting flagset v0.4.3 |
| 2906 | 2023-10-24T00:38:13.070Z | Checking static_assertions v1.1.0 |
| 2907 | 2023-10-24T00:38:13.213Z | Checking normalize-line-endings v0.3.0 |
| 2908 | 2023-10-24T00:38:13.380Z | Checking new_debug_unreachable v1.0.4 |
| 2909 | 2023-10-24T00:38:13.509Z | Checking precomputed-hash v0.1.1 |
| 2910 | 2023-10-24T00:38:13.667Z | Checking smawk v0.3.1 |
| 2911 | 2023-10-24T00:38:13.800Z | Checking fixedbitset v0.4.2 |
| 2912 | 2023-10-24T00:38:13.961Z | Checking predicates-core v1.0.6 |
| 2913 | 2023-10-24T00:38:14.181Z | Checking funty v2.0.0 |
| 2914 | 2023-10-24T00:38:14.241Z | Checking difflib v0.4.0 |
| 2915 | 2023-10-24T00:38:14.767Z | Checking data-encoding v2.4.0 |
| 2916 | 2023-10-24T00:38:15.655Z | Checking whoami v1.4.1 |
| 2917 | 2023-10-24T00:38:15.818Z | Checking webpki-roots v0.25.2 |
| 2918 | 2023-10-24T00:38:15.955Z | Checking mime v0.3.17 |
| 2919 | 2023-10-24T00:38:15.969Z | Checking unicode-linebreak v0.1.5 |
| 2920 | 2023-10-24T00:38:16.051Z | Checking tokio-postgres v0.7.10 |
| 2921 | 2023-10-24T00:38:16.513Z | Checking bitvec v1.0.1 |
| 2922 | 2023-10-24T00:38:16.518Z | Checking reqwest v0.11.20 |
| 2923 | 2023-10-24T00:38:16.726Z | Checking textwrap v0.16.0 |
| 2924 | 2023-10-24T00:38:16.887Z | Checking trust-dns-proto v0.22.0 |
| 2925 | 2023-10-24T00:38:17.340Z | Checking predicates v3.0.4 |
| 2926 | 2023-10-24T00:38:17.725Z | Documenting der v0.7.8 |
| 2927 | 2023-10-24T00:38:18.472Z | Checking petgraph v0.6.4 |
| 2928 | 2023-10-24T00:38:18.965Z | Checking string_cache v0.8.7 |
| 2929 | 2023-10-24T00:38:19.410Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2930 | 2023-10-24T00:38:20.812Z | Checking crossbeam-epoch v0.9.15 |
| 2931 | 2023-10-24T00:38:21.516Z | Checking diesel v2.1.1 |
| 2932 | 2023-10-24T00:38:23.043Z | Checking yasna v0.5.2 |
| 2933 | 2023-10-24T00:38:23.327Z | Checking futures v0.3.28 |
| 2934 | 2023-10-24T00:38:23.496Z | Checking toml v0.7.8 |
| 2935 | 2023-10-24T00:38:23.988Z | Checking cipher v0.4.4 |
| 2936 | 2023-10-24T00:38:24.510Z | Checking anyhow v1.0.75 |
| 2937 | 2023-10-24T00:38:24.646Z | Checking zip v0.6.6 |
| 2938 | 2023-10-24T00:38:24.673Z | Checking clap v4.4.3 |
| 2939 | 2023-10-24T00:38:24.688Z | Checking similar v2.2.1 |
| 2940 | 2023-10-24T00:38:24.835Z | Checking bit-set v0.5.3 |
| 2941 | 2023-10-24T00:38:25.210Z | Checking itertools v0.10.5 |
| 2942 | 2023-10-24T00:38:25.239Z | Checking num-iter v0.1.43 |
| 2943 | 2023-10-24T00:38:25.512Z | Checking console v0.15.7 |
| 2944 | 2023-10-24T00:38:25.762Z | Checking rustix v0.38.9 |
| 2945 | 2023-10-24T00:38:26.032Z | Checking signature v2.1.0 |
| 2946 | 2023-10-24T00:38:26.232Z | Checking tokio-stream v0.1.14 |
| 2947 | 2023-10-24T00:38:26.312Z | Checking bstr v1.6.0 |
| 2948 | 2023-10-24T00:38:26.411Z | Checking usdt v0.3.5 |
| 2949 | 2023-10-24T00:38:26.714Z | Checking hex v0.4.3 |
| 2950 | 2023-10-24T00:38:26.903Z | Checking semver v1.0.18 |
| 2951 | 2023-10-24T00:38:27.530Z | Checking slog v2.7.0 |
| 2952 | 2023-10-24T00:38:27.570Z | Checking lalrpop-util v0.19.12 |
| 2953 | 2023-10-24T00:38:27.609Z | Documenting spki v0.7.2 |
| 2954 | 2023-10-24T00:38:27.782Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2955 | 2023-10-24T00:38:28.082Z | Documenting cancel-safe-futures v0.1.2 |
| 2956 | 2023-10-24T00:38:28.178Z | Checking heck v0.3.3 |
| 2957 | 2023-10-24T00:38:28.365Z | Documenting hkdf v0.12.3 |
| 2958 | 2023-10-24T00:38:28.440Z | Documenting structopt-derive v0.4.18 |
| 2959 | 2023-10-24T00:38:29.096Z | Documenting keccak v0.1.4 |
| 2960 | 2023-10-24T00:38:29.207Z | Documenting arc-swap v1.6.0 |
| 2961 | 2023-10-24T00:38:33.209Z | Documenting crc-catalog v2.2.0 |
| 2962 | 2023-10-24T00:38:33.952Z | Documenting pkcs8 v0.10.2 |
| 2963 | 2023-10-24T00:38:35.504Z | Documenting slog-scope v4.4.0 |
| 2964 | 2023-10-24T00:38:35.837Z | Documenting sha3 v0.10.8 |
| 2965 | 2023-10-24T00:38:36.981Z | Documenting structopt v0.3.26 |
| 2966 | 2023-10-24T00:38:37.286Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2967 | 2023-10-24T00:38:37.438Z | Documenting crc v3.0.1 |
| 2968 | 2023-10-24T00:38:39.653Z | Documenting libefi-sys v0.1.0 |
| 2969 | 2023-10-24T00:38:40.564Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2970 | 2023-10-24T00:38:41.770Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2971 | 2023-10-24T00:38:41.976Z | Documenting serde_spanned v0.6.3 |
| 2972 | 2023-10-24T00:38:42.074Z | Documenting secrecy v0.8.0 |
| 2973 | 2023-10-24T00:38:43.355Z | Documenting packed_struct_codegen v0.10.1 |
| 2974 | 2023-10-24T00:38:43.700Z | Documenting winnow v0.5.15 |
| 2975 | 2023-10-24T00:38:46.418Z | Documenting nodrop v0.1.14 |
| 2976 | 2023-10-24T00:38:48.459Z | Documenting half v1.8.2 |
| 2977 | 2023-10-24T00:38:48.935Z | Documenting ciborium-io v0.2.1 |
| 2978 | 2023-10-24T00:38:49.840Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2979 | 2023-10-24T00:38:50.680Z | Documenting array-init v0.0.4 |
| 2980 | 2023-10-24T00:38:51.360Z | Documenting packed_struct v0.10.1 |
| 2981 | 2023-10-24T00:38:52.148Z | Documenting toml_edit v0.20.0 |
| 2982 | 2023-10-24T00:38:53.115Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2983 | 2023-10-24T00:38:55.081Z | Documenting ciborium-ll v0.2.1 |
| 2984 | 2023-10-24T00:38:55.689Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2985 | 2023-10-24T00:38:57.687Z | Documenting slog-stdlog v4.1.1 |
| 2986 | 2023-10-24T00:39:01.157Z | Documenting pkcs1 v0.7.5 |
| 2987 | 2023-10-24T00:39:01.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2988 | 2023-10-24T00:39:01.380Z | Documenting num-bigint-dig v0.8.4 |
| 2989 | 2023-10-24T00:39:02.076Z | Documenting num-rational v0.4.1 |
| 2990 | 2023-10-24T00:39:04.349Z | Documenting universal-hash v0.5.1 |
| 2991 | 2023-10-24T00:39:05.054Z | Documenting num-complex v0.4.4 |
| 2992 | 2023-10-24T00:39:08.002Z | Documenting xattr v1.0.1 |
| 2993 | 2023-10-24T00:39:09.418Z | Documenting filetime v0.2.22 |
| 2994 | 2023-10-24T00:39:10.997Z | Documenting opaque-debug v0.3.0 |
| 2995 | 2023-10-24T00:39:11.559Z | Documenting termcolor v1.2.0 |
| 2996 | 2023-10-24T00:39:12.598Z | Documenting bitfield v0.14.0 |
| 2997 | 2023-10-24T00:39:13.170Z | Documenting num v0.4.1 |
| 2998 | 2023-10-24T00:39:14.681Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2999 | 2023-10-24T00:39:15.259Z | Documenting rsa v0.9.2 |
| 3000 | 2023-10-24T00:39:15.945Z | Documenting tar v0.4.40 |
| 3001 | 2023-10-24T00:39:16.890Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3002 | 2023-10-24T00:39:18.155Z | Documenting env_logger v0.10.0 |
| 3003 | 2023-10-24T00:39:20.507Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3004 | 2023-10-24T00:39:20.520Z | Documenting slog-envlogger v2.2.0 |
| 3005 | 2023-10-24T00:39:21.651Z | Documenting ciborium v0.2.1 |
| 3006 | 2023-10-24T00:39:22.686Z | Documenting toml v0.8.0 |
| 3007 | 2023-10-24T00:39:25.437Z | Documenting serde-hex v0.1.0 |
| 3008 | 2023-10-24T00:39:26.330Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 3009 | 2023-10-24T00:39:27.659Z | Documenting x509-cert v0.2.4 |
| 3010 | 2023-10-24T00:39:28.854Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3011 | 2023-10-24T00:39:29.261Z | Documenting signal-hook v0.3.17 |
| 3012 | 2023-10-24T00:39:29.622Z | Documenting pem v1.1.1 |
| 3013 | 2023-10-24T00:39:30.099Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3014 | 2023-10-24T00:39:32.765Z | Documenting ron v0.8.1 |
| 3015 | 2023-10-24T00:39:34.315Z | Documenting fxhash v0.2.1 |
| 3016 | 2023-10-24T00:39:35.809Z | Documenting derive-where v1.2.5 |
| 3017 | 2023-10-24T00:39:35.953Z | Documenting linear-map v1.2.0 |
| 3018 | 2023-10-24T00:39:36.101Z | Documenting crc-any v2.4.3 |
| 3019 | 2023-10-24T00:39:40.221Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 3020 | 2023-10-24T00:39:40.529Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3021 | 2023-10-24T00:39:40.790Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3022 | 2023-10-24T00:39:42.436Z | Documenting doc-comment v0.3.3 |
| 3023 | 2023-10-24T00:39:45.189Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3024 | 2023-10-24T00:39:46.013Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3025 | 2023-10-24T00:39:46.572Z | Documenting libsqlite3-sys v0.26.0 |
| 3026 | 2023-10-24T00:39:47.154Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3027 | 2023-10-24T00:39:48.924Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3028 | 2023-10-24T00:39:53.764Z | Documenting hashlink v0.8.3 |
| 3029 | 2023-10-24T00:39:55.930Z | Documenting aead v0.5.2 |
| 3030 | 2023-10-24T00:39:56.336Z | Documenting snafu-derive v0.7.5 |
| 3031 | 2023-10-24T00:39:59.607Z | Documenting path-slash v0.1.5 |
| 3032 | 2023-10-24T00:40:00.356Z | Documenting same-file v1.0.6 |
| 3033 | 2023-10-24T00:40:01.482Z | Documenting fallible-streaming-iterator v0.1.9 |
| 3034 | 2023-10-24T00:40:01.898Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 3035 | 2023-10-24T00:40:03.922Z | Documenting newtype_derive v0.1.6 |
| 3036 | 2023-10-24T00:40:05.857Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 3037 | 2023-10-24T00:40:06.104Z | Documenting rusqlite v0.29.0 |
| 3038 | 2023-10-24T00:40:06.890Z | Documenting walkdir v2.4.0 |
| 3039 | 2023-10-24T00:40:07.719Z | Documenting snafu v0.7.5 |
| 3040 | 2023-10-24T00:40:07.914Z | Documenting twox-hash v1.6.3 |
| 3041 | 2023-10-24T00:40:09.297Z | Documenting camino-tempfile v1.0.2 |
| 3042 | 2023-10-24T00:40:10.157Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3043 | 2023-10-24T00:40:13.387Z | Documenting nix v0.26.2 |
| 3044 | 2023-10-24T00:40:13.932Z | Checking darling_core v0.14.4 |
| 3045 | 2023-10-24T00:40:13.947Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3046 | 2023-10-24T00:40:14.236Z | Documenting nibble_vec v0.1.0 |
| 3047 | 2023-10-24T00:40:16.400Z | Documenting endian-type v0.1.2 |
| 3048 | 2023-10-24T00:40:16.886Z | Checking darling v0.14.4 |
| 3049 | 2023-10-24T00:40:17.045Z | Documenting steno v0.4.0 |
| 3050 | 2023-10-24T00:40:20.019Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3051 | 2023-10-24T00:40:20.448Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3052 | 2023-10-24T00:40:20.451Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3053 | 2023-10-24T00:40:22.226Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3054 | 2023-10-24T00:40:22.516Z | Documenting radix_trie v0.2.1 |
| 3055 | 2023-10-24T00:40:23.163Z | Documenting polyval v0.6.1 |
| 3056 | 2023-10-24T00:40:23.847Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3057 | 2023-10-24T00:40:29.130Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3058 | 2023-10-24T00:40:29.584Z | Documenting num_enum v0.7.0 |
| 3059 | 2023-10-24T00:40:30.225Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3060 | 2023-10-24T00:40:30.629Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3061 | 2023-10-24T00:40:31.035Z | Documenting ctr v0.9.2 |
| 3062 | 2023-10-24T00:40:32.797Z | Documenting aes v0.8.3 |
| 3063 | 2023-10-24T00:40:35.896Z | Documenting bincode v1.3.3 |
| 3064 | 2023-10-24T00:40:36.317Z | Documenting path-dedot v3.1.0 |
| 3065 | 2023-10-24T00:40:38.305Z | Checking convert_case v0.4.0 |
| 3066 | 2023-10-24T00:40:38.638Z | Documenting utf-8 v0.7.6 |
| 3067 | 2023-10-24T00:40:40.789Z | Documenting convert_case v0.4.0 |
| 3068 | 2023-10-24T00:40:42.374Z | Documenting path-absolutize v3.1.0 |
| 3069 | 2023-10-24T00:40:42.608Z | Documenting aes-gcm-siv v0.11.1 |
| 3070 | 2023-10-24T00:40:43.245Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3071 | 2023-10-24T00:40:44.987Z | Documenting tungstenite v0.20.1 |
| 3072 | 2023-10-24T00:40:46.976Z | Documenting derive_more v0.99.17 |
| 3073 | 2023-10-24T00:40:47.806Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3074 | 2023-10-24T00:40:48.649Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3075 | 2023-10-24T00:40:50.368Z | Documenting trust-dns-client v0.22.0 |
| 3076 | 2023-10-24T00:40:51.606Z | Documenting buf-list v1.0.3 |
| 3077 | 2023-10-24T00:40:55.132Z | Documenting globset v0.4.13 |
| 3078 | 2023-10-24T00:40:56.374Z | Documenting crossbeam-deque v0.8.3 |
| 3079 | 2023-10-24T00:40:59.552Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3080 | 2023-10-24T00:41:00.118Z | Documenting headers-core v0.2.0 |
| 3081 | 2023-10-24T00:41:00.274Z | Documenting olpc-cjson v0.1.3 |
| 3082 | 2023-10-24T00:41:02.321Z | Documenting serde_plain v1.0.2 |
| 3083 | 2023-10-24T00:41:02.855Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3084 | 2023-10-24T00:41:03.653Z | Documenting async-recursion v1.0.5 |
| 3085 | 2023-10-24T00:41:06.504Z | Documenting bitstruct_derive v0.1.0 |
| 3086 | 2023-10-24T00:41:06.987Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3087 | 2023-10-24T00:41:07.480Z | Documenting ascii v1.1.0 |
| 3088 | 2023-10-24T00:41:08.337Z | Documenting ringbuffer v0.15.0 |
| 3089 | 2023-10-24T00:41:09.128Z | Documenting display-error-chain v0.1.1 |
| 3090 | 2023-10-24T00:41:10.892Z | Documenting tough v0.12.5 |
| 3091 | 2023-10-24T00:41:12.176Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 3092 | 2023-10-24T00:41:13.242Z | Documenting headers v0.3.9 |
| 3093 | 2023-10-24T00:41:13.367Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3094 | 2023-10-24T00:41:14.371Z | Documenting bitstruct v0.1.1 |
| 3095 | 2023-10-24T00:41:15.211Z | Documenting trust-dns-server v0.22.1 |
| 3096 | 2023-10-24T00:41:15.897Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3097 | 2023-10-24T00:41:18.472Z | Documenting rayon-core v1.11.0 |
| 3098 | 2023-10-24T00:41:19.869Z | Documenting tokio-tungstenite v0.20.1 |
| 3099 | 2023-10-24T00:41:20.309Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3100 | 2023-10-24T00:41:23.137Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3101 | 2023-10-24T00:41:25.837Z | Checking derive_builder_core v0.12.0 |
| 3102 | 2023-10-24T00:41:25.900Z | Documenting derive_builder_core v0.12.0 |
| 3103 | 2023-10-24T00:41:26.265Z | Documenting sled v0.34.7 |
| 3104 | 2023-10-24T00:41:27.322Z | Documenting signal-hook-mio v0.2.3 |
| 3105 | 2023-10-24T00:41:27.867Z | Documenting erased-serde v0.3.30 |
| 3106 | 2023-10-24T00:41:29.707Z | Documenting unicase v2.7.0 |
| 3107 | 2023-10-24T00:41:30.716Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3108 | 2023-10-24T00:41:30.917Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 3109 | 2023-10-24T00:41:32.039Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3110 | 2023-10-24T00:41:32.114Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2023-10-24T00:41:32.556Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3112 | 2023-10-24T00:41:33.025Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 3113 | 2023-10-24T00:41:33.873Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3114 | 2023-10-24T00:41:34.676Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3115 | 2023-10-24T00:41:34.963Z | Documenting serde_arrays v0.1.0 |
| 3116 | 2023-10-24T00:41:35.898Z | Documenting ff v0.13.0 |
| 3117 | 2023-10-24T00:41:35.964Z | Documenting pretty-hex v0.3.0 |
| 3118 | 2023-10-24T00:41:36.339Z | Documenting derive_builder_macro v0.12.0 |
| 3119 | 2023-10-24T00:41:40.432Z | Documenting mime_guess v2.0.4 |
| 3120 | 2023-10-24T00:41:40.643Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3121 | 2023-10-24T00:41:41.756Z | Documenting crossterm v0.27.0 |
| 3122 | 2023-10-24T00:41:42.499Z | Documenting group v0.13.0 |
| 3123 | 2023-10-24T00:41:43.949Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3124 | 2023-10-24T00:41:47.421Z | Documenting rayon v1.7.0 |
| 3125 | 2023-10-24T00:41:49.037Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3126 | 2023-10-24T00:41:51.852Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3127 | 2023-10-24T00:41:56.065Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3128 | 2023-10-24T00:42:00.582Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3129 | 2023-10-24T00:42:03.986Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3130 | 2023-10-24T00:42:09.214Z | Documenting portable-atomic v1.4.3 |
| 3131 | 2023-10-24T00:42:09.360Z | Documenting ed25519 v1.5.3 |
| 3132 | 2023-10-24T00:42:11.543Z | Documenting bcs v0.1.5 |
| 3133 | 2023-10-24T00:42:13.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3134 | 2023-10-24T00:42:14.924Z | Documenting crypto-bigint v0.5.2 |
| 3135 | 2023-10-24T00:42:16.231Z | Documenting ref-cast-impl v1.0.20 |
| 3136 | 2023-10-24T00:42:16.245Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3137 | 2023-10-24T00:42:16.552Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3138 | 2023-10-24T00:42:18.578Z | Documenting vte_generate_state_changes v0.1.1 |
| 3139 | 2023-10-24T00:42:23.473Z | Documenting number_prefix v0.4.0 |
| 3140 | 2023-10-24T00:42:24.218Z | Documenting unicode-xid v0.2.4 |
| 3141 | 2023-10-24T00:42:24.259Z | Checking unicode-xid v0.2.4 |
| 3142 | 2023-10-24T00:42:24.538Z | Documenting cassowary v0.3.0 |
| 3143 | 2023-10-24T00:42:24.748Z | Documenting base16ct v0.2.0 |
| 3144 | 2023-10-24T00:42:24.895Z | Documenting highway v1.1.0 |
| 3145 | 2023-10-24T00:42:24.932Z | Documenting vte v0.11.1 |
| 3146 | 2023-10-24T00:42:28.462Z | Documenting const_format_proc_macros v0.2.31 |
| 3147 | 2023-10-24T00:42:29.144Z | Documenting elliptic-curve v0.13.5 |
| 3148 | 2023-10-24T00:42:29.916Z | Documenting indicatif v0.17.7 |
| 3149 | 2023-10-24T00:42:31.125Z | Documenting ratatui v0.23.0 |
| 3150 | 2023-10-24T00:42:31.396Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3151 | 2023-10-24T00:42:31.642Z | Documenting thiserror-no-std v2.0.2 |
| 3152 | 2023-10-24T00:42:35.483Z | Documenting ref-cast v1.0.20 |
| 3153 | 2023-10-24T00:42:35.852Z | Documenting curve25519-dalek v4.1.0 |
| 3154 | 2023-10-24T00:42:37.806Z | Documenting salty v0.2.0 |
| 3155 | 2023-10-24T00:42:38.285Z | Documenting derive_builder v0.12.0 |
| 3156 | 2023-10-24T00:42:40.058Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3157 | 2023-10-24T00:42:40.152Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3158 | 2023-10-24T00:42:42.509Z | Documenting polar-core v0.26.4 |
| 3159 | 2023-10-24T00:42:44.616Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3160 | 2023-10-24T00:42:45.063Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3161 | 2023-10-24T00:42:47.102Z | Documenting libxml v0.3.3 |
| 3162 | 2023-10-24T00:42:51.395Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 3163 | 2023-10-24T00:42:51.445Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3164 | 2023-10-24T00:42:57.435Z | Documenting poly1305 v0.8.0 |
| 3165 | 2023-10-24T00:42:57.706Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3166 | 2023-10-24T00:43:00.676Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3167 | 2023-10-24T00:43:03.790Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3168 | 2023-10-24T00:43:04.733Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3169 | 2023-10-24T00:43:04.973Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3170 | 2023-10-24T00:43:05.085Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3171 | 2023-10-24T00:43:05.392Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3172 | 2023-10-24T00:43:14.049Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3173 | 2023-10-24T00:43:14.487Z | Documenting chacha20 v0.9.1 |
| 3174 | 2023-10-24T00:43:15.636Z | Documenting bb8 v0.8.1 |
| 3175 | 2023-10-24T00:43:19.082Z | Documenting serde-big-array v0.5.1 |
| 3176 | 2023-10-24T00:43:20.204Z | Documenting quick-xml v0.23.1 |
| 3177 | 2023-10-24T00:43:22.054Z | Documenting bytesize v1.3.0 |
| 3178 | 2023-10-24T00:43:22.539Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3179 | 2023-10-24T00:43:23.507Z | Documenting oso-derive v0.26.4 |
| 3180 | 2023-10-24T00:43:25.814Z | Documenting rtoolbox v0.0.1 |
| 3181 | 2023-10-24T00:43:27.814Z | Documenting fs-err v2.9.0 |
| 3182 | 2023-10-24T00:43:28.702Z | Documenting humantime v2.1.0 |
| 3183 | 2023-10-24T00:43:30.876Z | Documenting maplit v1.0.2 |
| 3184 | 2023-10-24T00:43:30.933Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3185 | 2023-10-24T00:43:31.401Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3186 | 2023-10-24T00:43:31.639Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 3187 | 2023-10-24T00:43:32.104Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3188 | 2023-10-24T00:43:32.195Z | Documenting rpassword v7.2.0 |
| 3189 | 2023-10-24T00:43:34.191Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3190 | 2023-10-24T00:43:34.936Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 3191 | 2023-10-24T00:43:36.994Z | Documenting oso v0.26.4 |
| 3192 | 2023-10-24T00:43:39.075Z | Documenting chacha20poly1305 v0.10.1 |
| 3193 | 2023-10-24T00:43:47.111Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3194 | 2023-10-24T00:43:48.316Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3195 | 2023-10-24T00:43:50.373Z | Documenting vsss-rs v3.3.1 |
| 3196 | 2023-10-24T00:43:54.942Z | Documenting tui-tree-widget v0.13.0 |
| 3197 | 2023-10-24T00:43:55.520Z | Documenting const_format v0.2.31 |
| 3198 | 2023-10-24T00:43:58.827Z | Documenting strip-ansi-escapes v0.2.0 |
| 3199 | 2023-10-24T00:43:59.849Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3200 | 2023-10-24T00:44:00.114Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3201 | 2023-10-24T00:44:01.310Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3202 | 2023-10-24T00:44:03.157Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2023-10-24T00:44:06.907Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 3204 | 2023-10-24T00:44:08.674Z | Documenting cookie v0.16.2 |
| 3205 | 2023-10-24T00:44:08.944Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3206 | 2023-10-24T00:44:13.146Z | Documenting signal-hook-tokio v0.3.1 |
| 3207 | 2023-10-24T00:44:15.749Z | Documenting rcgen v0.10.0 |
| 3208 | 2023-10-24T00:44:16.552Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3209 | 2023-10-24T00:44:17.124Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3210 | 2023-10-24T00:44:17.520Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3211 | 2023-10-24T00:44:18.513Z | Documenting atomicwrites v0.4.2 |
| 3212 | 2023-10-24T00:44:21.104Z | Documenting fd-lock v3.0.13 |
| 3213 | 2023-10-24T00:44:24.986Z | Documenting subprocess v0.2.9 |
| 3214 | 2023-10-24T00:44:25.431Z | Documenting shell-words v1.1.0 |
| 3215 | 2023-10-24T00:44:25.755Z | Documenting bit_field v0.10.2 |
| 3216 | 2023-10-24T00:44:28.334Z | Documenting http-range v0.1.5 |
| 3217 | 2023-10-24T00:44:30.108Z | Documenting owo-colors v3.5.0 |
| 3218 | 2023-10-24T00:44:31.501Z | Documenting nu-ansi-term v0.49.0 |
| 3219 | 2023-10-24T00:44:31.917Z | Documenting corncobs v0.1.3 |
| 3220 | 2023-10-24T00:44:33.096Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3221 | 2023-10-24T00:44:34.603Z | Documenting hyper-staticfile v0.9.5 |
| 3222 | 2023-10-24T00:44:36.115Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3223 | 2023-10-24T00:44:36.350Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3224 | 2023-10-24T00:44:37.744Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3225 | 2023-10-24T00:44:38.067Z | Documenting reedline v0.23.0 |
| 3226 | 2023-10-24T00:44:43.192Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3227 | 2023-10-24T00:44:43.259Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3228 | 2023-10-24T00:44:44.718Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3229 | 2023-10-24T00:44:46.970Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 3230 | 2023-10-24T00:44:48.986Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3231 | 2023-10-24T00:44:58.090Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3232 | 2023-10-24T00:45:02.934Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3233 | 2023-10-24T00:45:03.874Z | Documenting fatfs v0.3.6 |
| 3234 | 2023-10-24T00:45:06.651Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3235 | 2023-10-24T00:45:12.135Z | Documenting cargo-platform v0.1.3 |
| 3236 | 2023-10-24T00:45:15.045Z | Documenting nanorand v0.7.0 |
| 3237 | 2023-10-24T00:45:18.294Z | Documenting assert_matches v1.5.0 |
| 3238 | 2023-10-24T00:45:18.907Z | Documenting glob v0.3.1 |
| 3239 | 2023-10-24T00:45:20.240Z | Documenting cargo_metadata v0.18.0 |
| 3240 | 2023-10-24T00:45:21.462Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3241 | 2023-10-24T00:45:21.515Z | Documenting flume v0.11.0 |
| 3242 | 2023-10-24T00:45:25.083Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3243 | 2023-10-24T00:45:26.335Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3244 | 2023-10-24T00:45:27.648Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3245 | 2023-10-24T00:45:28.888Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3246 | 2023-10-24T00:45:29.603Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3247 | 2023-10-24T00:45:30.766Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3248 | 2023-10-24T00:45:31.637Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3249 | 2023-10-24T00:45:34.646Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3250 | 2023-10-24T00:45:44.339Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3251 | 2023-10-24T00:45:59.310Z | Documenting omicron-zone-package v0.8.3 |
| 3252 | 2023-10-24T00:46:04.542Z | Documenting cargo_toml v0.16.3 |
| 3253 | 2023-10-24T00:46:07.599Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3254 | 2023-10-24T00:46:09.135Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3255 | 2023-10-24T00:46:12.444Z | Documenting termios v0.3.3 |
| 3256 | 2023-10-24T00:46:13.736Z | Documenting topological-sort v0.2.2 |
| 3257 | 2023-10-24T00:46:13.877Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3258 | 2023-10-24T00:46:16.546Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3259 | 2023-10-24T00:46:18.213Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3260 | 2023-10-24T00:46:19.163Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3261 | 2023-10-24T00:46:20.083Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3262 | 2023-10-24T00:46:27.989Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3263 | 2023-10-24T00:46:48.927Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3264 | 2023-10-24T00:46:52.068Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3265 | 2023-10-24T00:47:08.774Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3266 | 2023-10-24T00:47:09.515Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3267 | 2023-10-24T00:47:17.162Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3268 | 2023-10-24T00:47:17.636Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3269 | 2023-10-24T00:47:20.465Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3270 | 2023-10-24T00:47:27.125Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
| 3271 | 2023-10-24T00:47:27.128Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
| 3272 | 2023-10-24T00:47:27.131Z | | |
| 3273 | 2023-10-24T00:47:27.134Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
| 3274 | 2023-10-24T00:47:27.136Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
| 3275 | 2023-10-24T00:47:27.139Z | | |
| 3276 | 2023-10-24T00:47:27.142Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3277 | 2023-10-24T00:47:27.145Z | help: to link to the struct, prefix with `struct@` |
| 3278 | 2023-10-24T00:47:27.152Z | | |
| 3279 | 2023-10-24T00:47:27.155Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
| 3280 | 2023-10-24T00:47:27.158Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
| 3281 | 2023-10-24T00:47:27.161Z | | |
| 3282 | 2023-10-24T00:47:27.164Z | |
| 3283 | 2023-10-24T00:47:29.528Z | warning: `wicketd` (lib doc) generated 1 warning |
| 3284 | 2023-10-24T00:48:07.130Z | warning: unresolved link to `Driver::status` |
| 3285 | 2023-10-24T00:48:07.133Z | --> nexus/src/app/background/common.rs:180:34 |
| 3286 | 2023-10-24T00:48:07.136Z | | |
| 3287 | 2023-10-24T00:48:07.139Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
| 3288 | 2023-10-24T00:48:07.142Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
| 3289 | 2023-10-24T00:48:07.144Z | | |
| 3290 | 2023-10-24T00:48:07.147Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3291 | 2023-10-24T00:48:07.150Z | |
| 3292 | 2023-10-24T00:48:07.156Z | warning: unresolved link to `Driver::status` |
| 3293 | 2023-10-24T00:48:07.162Z | --> nexus/src/app/background/common.rs:280:30 |
| 3294 | 2023-10-24T00:48:07.169Z | | |
| 3295 | 2023-10-24T00:48:07.187Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
| 3296 | 2023-10-24T00:48:07.605Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
| 3297 | 2023-10-24T00:48:07.619Z | |
| 3298 | 2023-10-24T00:48:10.130Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
| 3299 | 2023-10-24T00:48:38.937Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 44s |
| 3300 | 2023-10-24T00:48:39.053Z | |
| 3301 | 2023-10-24T00:48:39.057Z | real 16:44.563127154 |
| 3302 | 2023-10-24T00:48:39.060Z | user 59:14.648418681 |
| 3303 | 2023-10-24T00:48:39.064Z | sys 1:04:13.273960082 |
| 3304 | 2023-10-24T00:48:39.067Z | trap 2.100331817 |
| 3305 | 2023-10-24T00:48:39.070Z | tflt 0.147785299 |
| 3306 | 2023-10-24T00:48:39.073Z | dflt 0.416925544 |
| 3307 | 2023-10-24T00:48:39.076Z | kflt 0.000314408 |
| 3308 | 2023-10-24T00:48:39.079Z | lock 3:09:10.383493710 |
| 3309 | 2023-10-24T00:48:39.082Z | slp 4:25:40.920100944 |
| 3310 | 2023-10-24T00:48:39.085Z | lat 6:02.025292572 |
| 3311 | 2023-10-24T00:48:39.088Z | stop 2:16.349683498 |
| 3312 | 2023-10-24T00:48:39.091Z | process exited: duration 2003452 ms, exit code 0 |
| |
| 3313 | 2023-10-24T00:48:39.097Z | found 0 output files |