|
|
|
| 1 | 2023-11-20T19:58:28.956Z | job assigned to worker 01HFQ4WYKPDMGZGK4KTPPWRN3J (queued for 1 m 54 s) |
| |
| 2 | 2023-11-20T19:58:29.847Z | starting task 0: "setup" |
| 3 | 2023-11-20T19:58:30.027Z | ++ uname -s |
| 4 | 2023-11-20T19:58:30.031Z | + kern=SunOS |
| 5 | 2023-11-20T19:58:30.035Z | + case "$kern" in |
| 6 | 2023-11-20T19:58:30.039Z | + groupadd -g 12345 build |
| 7 | 2023-11-20T19:58:30.042Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-20T19:58:32.045Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-20T19:58:32.155Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-20T19:58:32.158Z | + home_fs=zfs |
| 11 | 2023-11-20T19:58:32.161Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-20T19:58:32.164Z | + mkdir -p /home/build |
| 13 | 2023-11-20T19:58:32.167Z | + chown build:build /home/build /work |
| 14 | 2023-11-20T19:58:34.164Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-20T19:58:34.168Z | process exited: duration 4316 ms, exit code 0 |
| |
| 16 | 2023-11-20T19:58:34.175Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-20T19:58:34.188Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-20T19:58:34.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-20T19:58:34.356Z | info: downloading installer |
| 20 | 2023-11-20T19:58:35.908Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-20T19:58:35.911Z | warning: /opt/ooce/bin |
| 22 | 2023-11-20T19:58:35.915Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-20T19:58:35.918Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-20T19:58:35.922Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-20T19:58:35.925Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-20T19:58:35.928Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-20T19:58:35.931Z | error: cannot install while Rust is installed |
| 28 | 2023-11-20T19:58:35.936Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-20T19:58:36.220Z | info: profile set to 'default' |
| 30 | 2023-11-20T19:58:36.224Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-20T19:58:36.229Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-20T19:58:36.335Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-20T19:58:36.340Z | info: downloading component 'cargo' |
| 34 | 2023-11-20T19:58:36.967Z | info: downloading component 'clippy' |
| 35 | 2023-11-20T19:58:37.192Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-20T19:58:37.984Z | info: downloading component 'rust-std' |
| 37 | 2023-11-20T19:58:39.400Z | info: downloading component 'rustc' |
| 38 | 2023-11-20T19:58:42.932Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-20T19:58:43.139Z | info: installing component 'cargo' |
| 40 | 2023-11-20T19:58:45.065Z | info: installing component 'clippy' |
| 41 | 2023-11-20T19:58:45.811Z | info: installing component 'rust-docs' |
| 42 | 2023-11-20T19:58:48.600Z | info: installing component 'rust-std' |
| 43 | 2023-11-20T19:58:52.438Z | info: installing component 'rustc' |
| 44 | 2023-11-20T19:59:00.944Z | info: installing component 'rustfmt' |
| 45 | 2023-11-20T19:59:01.430Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-20T19:59:01.435Z | |
| 47 | 2023-11-20T19:59:01.635Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-20T19:59:01.639Z | |
| 49 | 2023-11-20T19:59:01.643Z | |
| 50 | 2023-11-20T19:59:01.647Z | Rust is installed now. Great! |
| 51 | 2023-11-20T19:59:01.651Z | |
| 52 | 2023-11-20T19:59:01.655Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-20T19:59:01.659Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-20T19:59:01.664Z | |
| 55 | 2023-11-20T19:59:01.669Z | To configure your current shell, run: |
| 56 | 2023-11-20T19:59:01.673Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-20T19:59:01.732Z | + rustc --version |
| 58 | 2023-11-20T19:59:01.869Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-20T19:59:01.876Z | process exited: duration 27674 ms, exit code 0 |
| |
| 60 | 2023-11-20T19:59:01.895Z | starting task 2: "authentication" |
| 61 | 2023-11-20T19:59:01.936Z | process exited: duration 35 ms, exit code 0 |
| |
| 62 | 2023-11-20T19:59:01.946Z | starting task 3: "clone repository" |
| 63 | 2023-11-20T19:59:01.958Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-20T19:59:01.965Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-20T19:59:02.109Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-20T19:59:07.513Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-20T19:59:07.517Z | + [[ -n restore-schema-10.0.0 ]] |
| 68 | 2023-11-20T19:59:07.520Z | + git fetch origin restore-schema-10.0.0 |
| 69 | 2023-11-20T19:59:07.888Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-20T19:59:07.891Z | * branch restore-schema-10.0.0 -> FETCH_HEAD |
| 71 | 2023-11-20T19:59:07.898Z | + git checkout -B restore-schema-10.0.0 remotes/origin/restore-schema-10.0.0 |
| 72 | 2023-11-20T19:59:07.989Z | Switched to a new branch 'restore-schema-10.0.0' |
| 73 | 2023-11-20T19:59:07.993Z | branch 'restore-schema-10.0.0' set up to track 'origin/restore-schema-10.0.0'. |
| 74 | 2023-11-20T19:59:07.996Z | + git reset --hard 2795027a21fb42ef210ce0f35d3d671a594697c6 |
| 75 | 2023-11-20T19:59:08.004Z | HEAD is now at 2795027a restore schema 10.0.0 |
| 76 | 2023-11-20T19:59:08.009Z | process exited: duration 6056 ms, exit code 0 |
| |
| 77 | 2023-11-20T19:59:08.017Z | starting task 4: "build" |
| 78 | 2023-11-20T19:59:08.028Z | + cargo --version |
| 79 | 2023-11-20T19:59:08.035Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
| 80 | 2023-11-20T19:59:08.198Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
| 81 | 2023-11-20T19:59:08.201Z | info: downloading component 'cargo' |
| 82 | 2023-11-20T19:59:08.791Z | info: downloading component 'clippy' |
| 83 | 2023-11-20T19:59:09.007Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-20T19:59:09.785Z | info: downloading component 'rust-std' |
| 85 | 2023-11-20T19:59:11.072Z | info: downloading component 'rustc' |
| 86 | 2023-11-20T19:59:14.423Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-20T19:59:14.608Z | info: installing component 'cargo' |
| 88 | 2023-11-20T19:59:15.828Z | info: installing component 'clippy' |
| 89 | 2023-11-20T19:59:16.339Z | info: installing component 'rust-docs' |
| 90 | 2023-11-20T19:59:19.112Z | info: installing component 'rust-std' |
| 91 | 2023-11-20T19:59:21.691Z | info: installing component 'rustc' |
| 92 | 2023-11-20T19:59:27.856Z | info: installing component 'rustfmt' |
| 93 | 2023-11-20T19:59:28.406Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
| 94 | 2023-11-20T19:59:28.409Z | + rustc --version |
| 95 | 2023-11-20T19:59:28.526Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
| 96 | 2023-11-20T19:59:28.532Z | + source ./env.sh |
| 97 | 2023-11-20T19:59:28.535Z | ++ set -o xtrace |
| 98 | 2023-11-20T19:59:28.538Z | ++++ dirname ./env.sh |
| 99 | 2023-11-20T19:59:28.542Z | +++ cd . |
| 100 | 2023-11-20T19:59:28.545Z | +++ echo /work/oxidecomputer/omicron |
| 101 | 2023-11-20T19:59:28.547Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2023-11-20T19:59:28.550Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2023-11-20T19:59:28.553Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2023-11-20T19:59:28.557Z | ++ 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 |
| 105 | 2023-11-20T19:59:28.560Z | ++ 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 |
| 106 | 2023-11-20T19:59:28.564Z | ++ 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 |
| 107 | 2023-11-20T19:59:28.567Z | ++ 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 |
| 108 | 2023-11-20T19:59:28.570Z | ++ 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 |
| 109 | 2023-11-20T19:59:28.573Z | ++ 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 |
| 110 | 2023-11-20T19:59:28.576Z | ++ unset OMICRON_WS |
| 111 | 2023-11-20T19:59:28.579Z | ++ set +o xtrace |
| 112 | 2023-11-20T19:59:28.582Z | |
| 113 | 2023-11-20T19:59:28.585Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2023-11-20T19:59:28.589Z | # # # # # # # # # # # # # # # |
| 115 | 2023-11-20T19:59:28.592Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2023-11-20T19:59:28.595Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2023-11-20T19:59:28.597Z | # # # # # # # # # # # # # # # |
| 118 | 2023-11-20T19:59:28.600Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2023-11-20T19:59:28.603Z | |
| 120 | 2023-11-20T19:59:37.841Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 121 | 2023-11-20T19:59:38.854Z | Startup: Caching catalogs ... Done |
| 122 | 2023-11-20T19:59:44.208Z | Planning: Solver setup ... Done (5.003s) |
| 123 | 2023-11-20T19:59:44.333Z | Planning: Running solver ... Done (0.125s) |
| 124 | 2023-11-20T19:59:44.389Z | Planning: Finding local manifests ... Done (0.004s) |
| 125 | 2023-11-20T19:59:44.403Z | Planning: Fetching manifests: 0/4 0% complete |
| 126 | 2023-11-20T19:59:44.632Z | Planning: Fetching manifests: 4/4 100% complete |
| 127 | 2023-11-20T19:59:44.712Z | Planning: Package planning ... Done (0.080s) |
| 128 | 2023-11-20T19:59:44.798Z | Planning: Merging actions ... Done (0.086s) |
| 129 | 2023-11-20T19:59:45.981Z | Planning: Checking for conflicting actions ... Done (1.182s) |
| 130 | 2023-11-20T19:59:45.999Z | Planning: Consolidating action changes ... Done (0.017s) |
| 131 | 2023-11-20T19:59:53.024Z | Planning: Evaluating mediators ... Done (7.026s) |
| 132 | 2023-11-20T19:59:53.040Z | Planning: Planning completed in 14.13 seconds |
| 133 | 2023-11-20T19:59:56.567Z | Packages to install: 4 |
| 134 | 2023-11-20T19:59:56.570Z | Mediators to change: 2 |
| 135 | 2023-11-20T19:59:56.573Z | Services to change: 1 |
| 136 | 2023-11-20T19:59:56.576Z | Estimated space available: 148.89 GB |
| 137 | 2023-11-20T19:59:56.579Z | Estimated space to be consumed: 1.37 GB |
| 138 | 2023-11-20T19:59:56.582Z | Create boot environment: No |
| 139 | 2023-11-20T19:59:56.586Z | Create backup boot environment: No |
| 140 | 2023-11-20T19:59:56.589Z | Rebuild boot archive: No |
| 141 | 2023-11-20T19:59:56.591Z | |
| 142 | 2023-11-20T19:59:56.594Z | Changed mediators: |
| 143 | 2023-11-20T19:59:56.597Z | mediator clang: |
| 144 | 2023-11-20T19:59:56.600Z | version: None -> 15 (system default) |
| 145 | 2023-11-20T19:59:56.603Z | |
| 146 | 2023-11-20T19:59:56.605Z | mediator llvm: |
| 147 | 2023-11-20T19:59:56.608Z | version: 14 (system default) -> 15 (system default) |
| 148 | 2023-11-20T19:59:56.611Z | |
| 149 | 2023-11-20T19:59:56.614Z | Changed packages: |
| 150 | 2023-11-20T19:59:56.617Z | helios-dev |
| 151 | 2023-11-20T19:59:56.620Z | developer/build-essential |
| 152 | 2023-11-20T19:59:56.623Z | None -> 11-2.0 |
| 153 | 2023-11-20T19:59:56.625Z | library/libxmlsec1 |
| 154 | 2023-11-20T19:59:56.628Z | None -> 1.2.35-2.0 |
| 155 | 2023-11-20T19:59:56.631Z | ooce/developer/clang-15 |
| 156 | 2023-11-20T19:59:56.634Z | None -> 15.0.7-2.0 |
| 157 | 2023-11-20T19:59:56.637Z | ooce/developer/llvm-15 |
| 158 | 2023-11-20T19:59:56.640Z | None -> 15.0.7-2.0 |
| 159 | 2023-11-20T19:59:56.643Z | |
| 160 | 2023-11-20T19:59:56.646Z | Services: |
| 161 | 2023-11-20T19:59:56.649Z | restart_fmri: |
| 162 | 2023-11-20T19:59:56.652Z | svc:/system/update-man-index:default |
| 163 | 2023-11-20T19:59:56.802Z | |
| 164 | 2023-11-20T19:59:56.805Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 165 | 2023-11-20T20:00:01.803Z | Download: 587/3290 items 17.4/212.6MB 8% complete (3.6M/s) |
| 166 | 2023-11-20T20:00:06.803Z | Download: 1136/3290 items 34.1/212.6MB 16% complete (3.3M/s) |
| 167 | 2023-11-20T20:00:11.807Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
| 168 | 2023-11-20T20:00:16.846Z | Download: 2148/3290 items 119.0/212.6MB 55% complete (9.0M/s) |
| 169 | 2023-11-20T20:00:21.812Z | Download: 3102/3290 items 138.9/212.6MB 65% complete (5.5M/s) |
| 170 | 2023-11-20T20:00:26.812Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
| 171 | 2023-11-20T20:00:27.743Z | Download: Completed 212.60 MB in 30.94 seconds (6.9M/s) |
| 172 | 2023-11-20T20:00:28.020Z | Actions: 1/3687 actions (Installing new actions) |
| 173 | 2023-11-20T20:00:33.301Z | Actions: 2460/3687 actions (Installing new actions) |
| 174 | 2023-11-20T20:00:36.134Z | Actions: Completed 3687 actions in 8.11 seconds. |
| 175 | 2023-11-20T20:00:36.233Z | Done (0.092s) |
| 176 | 2023-11-20T20:00:36.236Z | Done (0.000s) |
| 177 | 2023-11-20T20:00:36.466Z | Done (0.229s) |
| 178 | 2023-11-20T20:00:44.119Z | Done (7.539s) |
| 179 | 2023-11-20T20:00:44.441Z | Done (0.226s) |
| 180 | 2023-11-20T20:00:44.444Z | Done (0.000s) |
| 181 | 2023-11-20T20:00:44.689Z | Done (0.000s) |
| 182 | 2023-11-20T20:00:45.365Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2023-11-20T20:00:45.641Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2023-11-20T20:00:45.645Z | Planning: Consolidating action changes ... Done |
| 185 | 2023-11-20T20:00:46.064Z | Planning: Evaluating mediators ... Done |
| 186 | 2023-11-20T20:00:46.067Z | Planning: Planning completed in 0.70 seconds |
| 187 | 2023-11-20T20:00:46.117Z | Mediators to change: 2 |
| 188 | 2023-11-20T20:00:46.121Z | Create boot environment: No |
| 189 | 2023-11-20T20:00:46.124Z | Create backup boot environment: No |
| 190 | 2023-11-20T20:00:46.216Z | Done |
| 191 | 2023-11-20T20:00:46.219Z | Done |
| 192 | 2023-11-20T20:00:46.378Z | Done |
| 193 | 2023-11-20T20:00:52.037Z | Done |
| 194 | 2023-11-20T20:00:52.153Z | Done |
| 195 | 2023-11-20T20:00:52.157Z | Done |
| 196 | 2023-11-20T20:00:52.275Z | Done |
| 197 | 2023-11-20T20:00:53.287Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2023-11-20T20:00:53.292Z | Planning: Merging actions ... Done |
| 199 | 2023-11-20T20:00:53.620Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2023-11-20T20:00:53.624Z | Planning: Consolidating action changes ... Done |
| 201 | 2023-11-20T20:00:54.050Z | Planning: Evaluating mediators ... Done |
| 202 | 2023-11-20T20:00:54.141Z | Planning: Planning completed in 1.30 seconds |
| 203 | 2023-11-20T20:00:54.199Z | Packages to change: 1 |
| 204 | 2023-11-20T20:00:54.202Z | Mediators to change: 1 |
| 205 | 2023-11-20T20:00:54.205Z | Services to change: 1 |
| 206 | 2023-11-20T20:00:54.208Z | Create boot environment: No |
| 207 | 2023-11-20T20:00:54.211Z | Create backup boot environment: Yes |
| 208 | 2023-11-20T20:00:56.430Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2023-11-20T20:00:56.434Z | Actions: Completed 6 actions in 0.00 seconds. |
| 210 | 2023-11-20T20:00:56.437Z | Done |
| 211 | 2023-11-20T20:00:56.440Z | Done |
| 212 | 2023-11-20T20:00:56.486Z | Done |
| 213 | 2023-11-20T20:01:02.159Z | Done |
| 214 | 2023-11-20T20:01:02.282Z | Done |
| 215 | 2023-11-20T20:01:02.285Z | Done |
| 216 | 2023-11-20T20:01:02.409Z | Done |
| 217 | 2023-11-20T20:01:03.103Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2023-11-20T20:01:03.107Z | clang system 15 system |
| 219 | 2023-11-20T20:01:03.110Z | csh system system illumos |
| 220 | 2023-11-20T20:01:03.113Z | ctags system system illumos |
| 221 | 2023-11-20T20:01:03.118Z | gcc vendor 12 vendor |
| 222 | 2023-11-20T20:01:03.122Z | gcc system 10 system |
| 223 | 2023-11-20T20:01:03.125Z | gcc system 7 system |
| 224 | 2023-11-20T20:01:03.128Z | go system 1.20 system |
| 225 | 2023-11-20T20:01:03.131Z | go system 1.19 system |
| 226 | 2023-11-20T20:01:03.134Z | llvm system 15 system |
| 227 | 2023-11-20T20:01:03.137Z | llvm system 14 system |
| 228 | 2023-11-20T20:01:03.144Z | mariadb system 10.6 system |
| 229 | 2023-11-20T20:01:03.148Z | mta vendor vendor dma |
| 230 | 2023-11-20T20:01:03.151Z | openjdk system 17 system |
| 231 | 2023-11-20T20:01:03.155Z | openjdk system 11 system |
| 232 | 2023-11-20T20:01:03.158Z | openjdk system 1.8 system |
| 233 | 2023-11-20T20:01:03.162Z | openssl vendor 3 vendor |
| 234 | 2023-11-20T20:01:03.166Z | perl system 5.36 system |
| 235 | 2023-11-20T20:01:03.172Z | postgresql system 15 system |
| 236 | 2023-11-20T20:01:03.176Z | postgresql system 13 system |
| 237 | 2023-11-20T20:01:03.179Z | python vendor 3 vendor |
| 238 | 2023-11-20T20:01:03.183Z | python system 2 system |
| 239 | 2023-11-20T20:01:03.186Z | python3 system 3.11 system |
| 240 | 2023-11-20T20:01:03.189Z | ruby system 3.0 system |
| 241 | 2023-11-20T20:01:03.194Z | words vendor vendor american-english |
| 242 | 2023-11-20T20:01:03.198Z | words system system australian-english |
| 243 | 2023-11-20T20:01:03.201Z | words system system british-english |
| 244 | 2023-11-20T20:01:03.204Z | words system system canadian-english |
| 245 | 2023-11-20T20:01:03.207Z | words system system french |
| 246 | 2023-11-20T20:01:03.210Z | words system system italian |
| 247 | 2023-11-20T20:01:03.215Z | words system system ngerman |
| 248 | 2023-11-20T20:01:03.219Z | words system system ogerman |
| 249 | 2023-11-20T20:01:03.222Z | words system system spanish |
| 250 | 2023-11-20T20:01:03.636Z | FMRI IFO |
| 251 | 2023-11-20T20:01:03.639Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 252 | 2023-11-20T20:01:03.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 253 | 2023-11-20T20:01:03.646Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 254 | 2023-11-20T20:01:03.649Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 255 | 2023-11-20T20:01:03.653Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 256 | 2023-11-20T20:01:03.656Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 257 | 2023-11-20T20:01:03.709Z | + set -o errexit |
| 258 | 2023-11-20T20:01:03.713Z | +++ dirname ./tools/ci_download_cockroachdb |
| 259 | 2023-11-20T20:01:03.716Z | ++ cd ./tools |
| 260 | 2023-11-20T20:01:03.719Z | ++ pwd |
| 261 | 2023-11-20T20:01:03.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 262 | 2023-11-20T20:01:03.725Z | ++ basename ./tools/ci_download_cockroachdb |
| 263 | 2023-11-20T20:01:03.728Z | + ARG0=ci_download_cockroachdb |
| 264 | 2023-11-20T20:01:03.732Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 265 | 2023-11-20T20:01:03.736Z | + CIDL_VERSION=v22.1.9 |
| 266 | 2023-11-20T20:01:03.740Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 267 | 2023-11-20T20:01:03.744Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 268 | 2023-11-20T20:01:03.747Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 269 | 2023-11-20T20:01:03.750Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 270 | 2023-11-20T20:01:03.753Z | + TARGET_DIR=out |
| 271 | 2023-11-20T20:01:03.757Z | + DOWNLOAD_DIR=out/downloads |
| 272 | 2023-11-20T20:01:03.759Z | + DEST_DIR=./out/cockroachdb |
| 273 | 2023-11-20T20:01:03.762Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 274 | 2023-11-20T20:01:03.768Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 275 | 2023-11-20T20:01:03.771Z | + main |
| 276 | 2023-11-20T20:01:03.774Z | + [[ 0 != 0 ]] |
| 277 | 2023-11-20T20:01:03.778Z | + CIDL_OS=solaris2.11 |
| 278 | 2023-11-20T20:01:03.782Z | + [[ 0 != 0 ]] |
| 279 | 2023-11-20T20:01:03.786Z | + configure_os solaris2.11 |
| 280 | 2023-11-20T20:01:03.788Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 281 | 2023-11-20T20:01:03.792Z | current directory: /work/oxidecomputer/omicron |
| 282 | 2023-11-20T20:01:03.795Z | + echo 'configuring based on OS: "solaris2.11"' |
| 283 | 2023-11-20T20:01:03.798Z | configuring based on OS: "solaris2.11" |
| 284 | 2023-11-20T20:01:03.802Z | + case "$1" in |
| 285 | 2023-11-20T20:01:03.806Z | + CIDL_BUILD=illumos |
| 286 | 2023-11-20T20:01:03.810Z | + CIDL_SUFFIX=tar.gz |
| 287 | 2023-11-20T20:01:03.813Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 288 | 2023-11-20T20:01:03.816Z | + CIDL_MD5FUNC=do_md5sum |
| 289 | 2023-11-20T20:01:03.819Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 290 | 2023-11-20T20:01:03.824Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 291 | 2023-11-20T20:01:03.828Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 292 | 2023-11-20T20:01:03.833Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2023-11-20T20:01:03.836Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-11-20T20:01:03.840Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 295 | 2023-11-20T20:01:03.843Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 296 | 2023-11-20T20:01:03.849Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 297 | 2023-11-20T20:01:03.852Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 298 | 2023-11-20T20:01:03.855Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 299 | 2023-11-20T20:01:03.858Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2023-11-20T20:01:03.861Z | + mkdir -p out/downloads |
| 301 | 2023-11-20T20:01:03.865Z | + mkdir -p ./out/cockroachdb |
| 302 | 2023-11-20T20:01:03.868Z | + local DO_DOWNLOAD=true |
| 303 | 2023-11-20T20:01:03.871Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 304 | 2023-11-20T20:01:03.876Z | + '[' true == true ']' |
| 305 | 2023-11-20T20:01:03.879Z | + echo Downloading... |
| 306 | 2023-11-20T20:01:03.883Z | Downloading... |
| 307 | 2023-11-20T20:01:03.886Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 308 | 2023-11-20T20:01:03.891Z | + 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 |
| 309 | 2023-11-20T20:01:08.767Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2023-11-20T20:01:08.771Z | ++ md5sum |
| 311 | 2023-11-20T20:01:08.775Z | ++ awk '{print $1}' |
| 312 | 2023-11-20T20:01:08.949Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 313 | 2023-11-20T20:01:08.952Z | + [[ 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 ]] |
| 314 | 2023-11-20T20:01:08.956Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 315 | 2023-11-20T20:01:08.959Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 316 | 2023-11-20T20:01:12.560Z | + do_assemble_illumos |
| 317 | 2023-11-20T20:01:12.567Z | + rm -r ./out/cockroachdb |
| 318 | 2023-11-20T20:01:12.570Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 319 | 2023-11-20T20:01:13.136Z | + ./out/cockroachdb/bin/cockroach version |
| 320 | 2023-11-20T20:01:13.350Z | Build Tag: v22.1.9-dirty |
| 321 | 2023-11-20T20:01:13.355Z | Build Time: 2022/10/26 21:17:46 |
| 322 | 2023-11-20T20:01:13.359Z | Distribution: OSS |
| 323 | 2023-11-20T20:01:13.366Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 324 | 2023-11-20T20:01:13.370Z | Go Version: go1.17.13 |
| 325 | 2023-11-20T20:01:13.373Z | C Compiler: gcc 10.3.0 |
| 326 | 2023-11-20T20:01:13.381Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 327 | 2023-11-20T20:01:13.384Z | Build Type: release |
| 328 | 2023-11-20T20:01:13.391Z | + set -o errexit |
| 329 | 2023-11-20T20:01:13.399Z | +++ dirname ./tools/ci_download_clickhouse |
| 330 | 2023-11-20T20:01:13.406Z | ++ cd ./tools |
| 331 | 2023-11-20T20:01:13.411Z | ++ pwd |
| 332 | 2023-11-20T20:01:13.416Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 333 | 2023-11-20T20:01:13.421Z | ++ basename ./tools/ci_download_clickhouse |
| 334 | 2023-11-20T20:01:13.427Z | + ARG0=ci_download_clickhouse |
| 335 | 2023-11-20T20:01:13.432Z | + TARGET_DIR=out |
| 336 | 2023-11-20T20:01:13.436Z | + DOWNLOAD_DIR=out/downloads |
| 337 | 2023-11-20T20:01:13.441Z | + DEST_DIR=./out/clickhouse |
| 338 | 2023-11-20T20:01:13.447Z | + CIDL_VERSION=v22.8.9.24 |
| 339 | 2023-11-20T20:01:13.452Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 340 | 2023-11-20T20:01:13.457Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 341 | 2023-11-20T20:01:13.462Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 342 | 2023-11-20T20:01:13.466Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 343 | 2023-11-20T20:01:13.470Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 344 | 2023-11-20T20:01:13.473Z | + main |
| 345 | 2023-11-20T20:01:13.476Z | + [[ 0 != 0 ]] |
| 346 | 2023-11-20T20:01:13.480Z | + CIDL_OS=solaris2.11 |
| 347 | 2023-11-20T20:01:13.484Z | + [[ 0 != 0 ]] |
| 348 | 2023-11-20T20:01:13.489Z | + configure_os solaris2.11 |
| 349 | 2023-11-20T20:01:13.492Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 350 | 2023-11-20T20:01:13.498Z | current directory: /work/oxidecomputer/omicron |
| 351 | 2023-11-20T20:01:13.516Z | + echo 'configuring based on OS: "solaris2.11"' |
| 352 | 2023-11-20T20:01:13.530Z | configuring based on OS: "solaris2.11" |
| 353 | 2023-11-20T20:01:13.541Z | + CIDL_DASHREV= |
| 354 | 2023-11-20T20:01:13.546Z | + case "$1" in |
| 355 | 2023-11-20T20:01:13.550Z | + CIDL_PLATFORM=illumos |
| 356 | 2023-11-20T20:01:13.559Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 357 | 2023-11-20T20:01:13.593Z | + CIDL_MD5FUNC=do_md5sum |
| 358 | 2023-11-20T20:01:13.606Z | + CIDL_DASHREV=-1 |
| 359 | 2023-11-20T20:01:13.622Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 360 | 2023-11-20T20:01:13.639Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2023-11-20T20:01:13.660Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2023-11-20T20:01:13.674Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2023-11-20T20:01:13.680Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 364 | 2023-11-20T20:01:13.686Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 365 | 2023-11-20T20:01:13.692Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 366 | 2023-11-20T20:01:13.698Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 367 | 2023-11-20T20:01:13.708Z | + mkdir -p out/downloads |
| 368 | 2023-11-20T20:01:13.715Z | + mkdir -p ./out/clickhouse |
| 369 | 2023-11-20T20:01:13.724Z | + local DO_DOWNLOAD=true |
| 370 | 2023-11-20T20:01:13.739Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 371 | 2023-11-20T20:01:13.749Z | + '[' true == true ']' |
| 372 | 2023-11-20T20:01:13.758Z | + echo Downloading... |
| 373 | 2023-11-20T20:01:13.779Z | Downloading... |
| 374 | 2023-11-20T20:01:14.205Z | + 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 |
| 375 | 2023-11-20T20:01:14.224Z | + 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 |
| 376 | 2023-11-20T20:01:14.991Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 377 | 2023-11-20T20:01:14.994Z | ++ md5sum |
| 378 | 2023-11-20T20:01:14.997Z | ++ awk '{print $1}' |
| 379 | 2023-11-20T20:01:15.252Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 380 | 2023-11-20T20:01:15.259Z | + [[ 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 ]] |
| 381 | 2023-11-20T20:01:15.266Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 382 | 2023-11-20T20:01:15.272Z | + mkdir -p ./out/clickhouse |
| 383 | 2023-11-20T20:01:15.278Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 384 | 2023-11-20T20:01:20.455Z | + ./out/clickhouse/clickhouse server --version |
| 385 | 2023-11-20T20:01:20.508Z | ClickHouse server version 22.8.9.1. |
| 386 | 2023-11-20T20:01:20.939Z | + set -o errexit |
| 387 | 2023-11-20T20:01:20.943Z | +++ dirname ./tools/ci_download_console |
| 388 | 2023-11-20T20:01:20.946Z | ++ cd ./tools |
| 389 | 2023-11-20T20:01:20.949Z | ++ pwd |
| 390 | 2023-11-20T20:01:20.953Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 391 | 2023-11-20T20:01:20.956Z | ++ basename ./tools/ci_download_console |
| 392 | 2023-11-20T20:01:20.959Z | + ARG0=ci_download_console |
| 393 | 2023-11-20T20:01:20.963Z | + TARGET_DIR=out |
| 394 | 2023-11-20T20:01:20.966Z | + DOWNLOAD_DIR=out/downloads |
| 395 | 2023-11-20T20:01:20.969Z | + DEST_DIR=./out/console-assets |
| 396 | 2023-11-20T20:01:20.973Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 397 | 2023-11-20T20:01:20.976Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 398 | 2023-11-20T20:01:20.978Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 399 | 2023-11-20T20:01:20.981Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 400 | 2023-11-20T20:01:20.987Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 401 | 2023-11-20T20:01:20.990Z | + main |
| 402 | 2023-11-20T20:01:20.997Z | + [[ 0 != 0 ]] |
| 403 | 2023-11-20T20:01:21.012Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 404 | 2023-11-20T20:01:21.026Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 405 | 2023-11-20T20:01:21.032Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 406 | 2023-11-20T20:01:21.035Z | Local file: out/downloads/console.tar.gz |
| 407 | 2023-11-20T20:01:21.038Z | + local DO_DOWNLOAD=true |
| 408 | 2023-11-20T20:01:21.041Z | + [[ -f out/downloads/console.tar.gz ]] |
| 409 | 2023-11-20T20:01:21.044Z | + mkdir -p out/downloads |
| 410 | 2023-11-20T20:01:21.047Z | + '[' true == true ']' |
| 411 | 2023-11-20T20:01:21.050Z | + echo Downloading... |
| 412 | 2023-11-20T20:01:21.053Z | Downloading... |
| 413 | 2023-11-20T20:01:21.056Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 414 | 2023-11-20T20:01:21.059Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 415 | 2023-11-20T20:01:21.170Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 416 | 2023-11-20T20:01:21.173Z | ++ case "$OSTYPE" in |
| 417 | 2023-11-20T20:01:21.176Z | ++ SHA=sha256sum |
| 418 | 2023-11-20T20:01:21.179Z | ++ sha256sum |
| 419 | 2023-11-20T20:01:21.182Z | ++ awk '{print $1}' |
| 420 | 2023-11-20T20:01:21.194Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 421 | 2023-11-20T20:01:21.197Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 422 | 2023-11-20T20:01:21.200Z | + rm -rf ./out/console-assets |
| 423 | 2023-11-20T20:01:21.204Z | + mkdir -p ./out/console-assets |
| 424 | 2023-11-20T20:01:21.208Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 425 | 2023-11-20T20:01:21.210Z | + mkdir -p ./out/console-assets |
| 426 | 2023-11-20T20:01:21.214Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 427 | 2023-11-20T20:01:21.345Z | + set -o errexit |
| 428 | 2023-11-20T20:01:21.349Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 429 | 2023-11-20T20:01:21.353Z | ++ cd ./tools |
| 430 | 2023-11-20T20:01:21.365Z | ++ pwd |
| 431 | 2023-11-20T20:01:21.375Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 432 | 2023-11-20T20:01:21.386Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 433 | 2023-11-20T20:01:21.398Z | + ARG0=ci_download_maghemite_openapi |
| 434 | 2023-11-20T20:01:21.410Z | + TARGET_DIR=out |
| 435 | 2023-11-20T20:01:21.424Z | + DOWNLOAD_DIR=out/downloads |
| 436 | 2023-11-20T20:01:21.432Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 437 | 2023-11-20T20:01:21.444Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 438 | 2023-11-20T20:01:21.920Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 439 | 2023-11-20T20:01:21.930Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 440 | 2023-11-20T20:01:21.933Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 441 | 2023-11-20T20:01:21.937Z | + main |
| 442 | 2023-11-20T20:01:21.940Z | + [[ 0 != 0 ]] |
| 443 | 2023-11-20T20:01:21.943Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
| 444 | 2023-11-20T20:01:21.947Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 445 | 2023-11-20T20:01:21.952Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 446 | 2023-11-20T20:01:21.958Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 447 | 2023-11-20T20:01:21.966Z | + local DO_DOWNLOAD=true |
| 448 | 2023-11-20T20:01:21.970Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 449 | 2023-11-20T20:01:21.973Z | + mkdir -p out/downloads |
| 450 | 2023-11-20T20:01:21.977Z | + '[' true == true ']' |
| 451 | 2023-11-20T20:01:21.981Z | + echo Downloading... |
| 452 | 2023-11-20T20:01:21.985Z | Downloading... |
| 453 | 2023-11-20T20:01:21.988Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 454 | 2023-11-20T20:01:21.992Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 455 | 2023-11-20T20:01:21.997Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 456 | 2023-11-20T20:01:22.001Z | ++ case "$OSTYPE" in |
| 457 | 2023-11-20T20:01:22.006Z | ++ SHA=sha256sum |
| 458 | 2023-11-20T20:01:22.009Z | ++ sha256sum |
| 459 | 2023-11-20T20:01:22.013Z | ++ awk '{print $1}' |
| 460 | 2023-11-20T20:01:22.017Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 461 | 2023-11-20T20:01:22.023Z | + [[ 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 ]] |
| 462 | 2023-11-20T20:01:22.027Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 463 | 2023-11-20T20:01:22.031Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 464 | 2023-11-20T20:01:22.036Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 465 | 2023-11-20T20:01:22.040Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 466 | 2023-11-20T20:01:22.044Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 467 | 2023-11-20T20:01:22.048Z | + main |
| 468 | 2023-11-20T20:01:22.053Z | + [[ 0 != 0 ]] |
| 469 | 2023-11-20T20:01:22.070Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
| 470 | 2023-11-20T20:01:22.074Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 471 | 2023-11-20T20:01:22.079Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 472 | 2023-11-20T20:01:22.083Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 473 | 2023-11-20T20:01:22.086Z | + local DO_DOWNLOAD=true |
| 474 | 2023-11-20T20:01:22.089Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 475 | 2023-11-20T20:01:22.093Z | + mkdir -p out/downloads |
| 476 | 2023-11-20T20:01:22.096Z | + '[' true == true ']' |
| 477 | 2023-11-20T20:01:22.099Z | + echo Downloading... |
| 478 | 2023-11-20T20:01:22.105Z | Downloading... |
| 479 | 2023-11-20T20:01:22.108Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 480 | 2023-11-20T20:01:22.112Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 481 | 2023-11-20T20:01:22.118Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 482 | 2023-11-20T20:01:22.123Z | ++ case "$OSTYPE" in |
| 483 | 2023-11-20T20:01:22.127Z | ++ SHA=sha256sum |
| 484 | 2023-11-20T20:01:22.130Z | ++ sha256sum |
| 485 | 2023-11-20T20:01:22.133Z | ++ awk '{print $1}' |
| 486 | 2023-11-20T20:01:22.136Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 487 | 2023-11-20T20:01:22.140Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
| 488 | 2023-11-20T20:01:22.143Z | + set -o errexit |
| 489 | 2023-11-20T20:01:22.147Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 490 | 2023-11-20T20:01:22.149Z | ++ cd ./tools |
| 491 | 2023-11-20T20:01:22.153Z | ++ pwd |
| 492 | 2023-11-20T20:01:22.156Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 493 | 2023-11-20T20:01:22.160Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 494 | 2023-11-20T20:01:22.165Z | + ARG0=ci_download_dendrite_openapi |
| 495 | 2023-11-20T20:01:22.169Z | + TARGET_DIR=out |
| 496 | 2023-11-20T20:01:22.172Z | + DOWNLOAD_DIR=out/downloads |
| 497 | 2023-11-20T20:01:22.175Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 498 | 2023-11-20T20:01:22.179Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 499 | 2023-11-20T20:01:22.182Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 500 | 2023-11-20T20:01:22.186Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 501 | 2023-11-20T20:01:22.198Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 502 | 2023-11-20T20:01:22.227Z | + main |
| 503 | 2023-11-20T20:01:22.250Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 504 | 2023-11-20T20:01:22.272Z | + [[ 0 != 0 ]] |
| 505 | 2023-11-20T20:01:22.297Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 506 | 2023-11-20T20:01:22.329Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
| 507 | 2023-11-20T20:01:22.355Z | Downloading... |
| 508 | 2023-11-20T20:01:22.378Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
| 509 | 2023-11-20T20:01:22.402Z | + local DO_DOWNLOAD=true |
| 510 | 2023-11-20T20:01:22.421Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
| 511 | 2023-11-20T20:01:22.450Z | + mkdir -p out/downloads |
| 512 | 2023-11-20T20:01:22.479Z | + '[' true == true ']' |
| 513 | 2023-11-20T20:01:22.498Z | + echo Downloading... |
| 514 | 2023-11-20T20:01:22.517Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 515 | 2023-11-20T20:01:22.544Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 516 | 2023-11-20T20:01:22.568Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 517 | 2023-11-20T20:01:22.598Z | ++ case "$OSTYPE" in |
| 518 | 2023-11-20T20:01:22.617Z | ++ SHA=sha256sum |
| 519 | 2023-11-20T20:01:22.624Z | ++ sha256sum |
| 520 | 2023-11-20T20:01:22.630Z | ++ awk '{print $1}' |
| 521 | 2023-11-20T20:01:22.639Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 522 | 2023-11-20T20:01:22.648Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 523 | 2023-11-20T20:01:22.657Z | + set -o errexit |
| 524 | 2023-11-20T20:01:22.665Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 525 | 2023-11-20T20:01:22.676Z | ++ cd ./tools |
| 526 | 2023-11-20T20:01:22.686Z | ++ pwd |
| 527 | 2023-11-20T20:01:22.691Z | current directory: /work/oxidecomputer/omicron |
| 528 | 2023-11-20T20:01:22.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 529 | 2023-11-20T20:01:22.709Z | configuring based on OS: "solaris2.11" |
| 530 | 2023-11-20T20:01:22.720Z | ++ basename ./tools/ci_download_dendrite_stub |
| 531 | 2023-11-20T20:01:22.734Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 532 | 2023-11-20T20:01:22.762Z | + ARG0=ci_download_dendrite_stub |
| 533 | 2023-11-20T20:01:22.781Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 534 | 2023-11-20T20:01:22.802Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 535 | 2023-11-20T20:01:22.821Z | Downloading... |
| 536 | 2023-11-20T20:01:22.829Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 537 | 2023-11-20T20:01:22.839Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
| 538 | 2023-11-20T20:01:22.854Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
| 539 | 2023-11-20T20:01:22.862Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 540 | 2023-11-20T20:01:22.870Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 541 | 2023-11-20T20:01:22.877Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 542 | 2023-11-20T20:01:22.883Z | + TARGET_DIR=out |
| 543 | 2023-11-20T20:01:22.891Z | + DOWNLOAD_DIR=out/downloads |
| 544 | 2023-11-20T20:01:22.898Z | + DEST_DIR=./out/dendrite-stub |
| 545 | 2023-11-20T20:01:22.911Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 546 | 2023-11-20T20:01:22.983Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 547 | 2023-11-20T20:01:23.005Z | + REPO=oxidecomputer/dendrite |
| 548 | 2023-11-20T20:01:23.018Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 549 | 2023-11-20T20:01:23.035Z | + main |
| 550 | 2023-11-20T20:01:23.463Z | + [[ 0 != 0 ]] |
| 551 | 2023-11-20T20:01:23.879Z | + CIDL_OS=solaris2.11 |
| 552 | 2023-11-20T20:01:23.883Z | + [[ 0 != 0 ]] |
| 553 | 2023-11-20T20:01:23.886Z | + configure_os solaris2.11 |
| 554 | 2023-11-20T20:01:23.890Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 555 | 2023-11-20T20:01:23.896Z | + echo 'configuring based on OS: "solaris2.11"' |
| 556 | 2023-11-20T20:01:23.900Z | + case "$1" in |
| 557 | 2023-11-20T20:01:23.904Z | + SET_BINARIES= |
| 558 | 2023-11-20T20:01:23.907Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 559 | 2023-11-20T20:01:23.910Z | + CIDL_SHA256FUNC=do_sha256sum |
| 560 | 2023-11-20T20:01:23.913Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 561 | 2023-11-20T20:01:23.916Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 562 | 2023-11-20T20:01:23.919Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 563 | 2023-11-20T20:01:23.922Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
| 564 | 2023-11-20T20:01:23.926Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 565 | 2023-11-20T20:01:23.930Z | + mkdir -p out/downloads |
| 566 | 2023-11-20T20:01:23.933Z | + mkdir -p ./out/dendrite-stub |
| 567 | 2023-11-20T20:01:23.949Z | + fetch_and_verify |
| 568 | 2023-11-20T20:01:23.952Z | + local DO_DOWNLOAD=true |
| 569 | 2023-11-20T20:01:23.956Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 570 | 2023-11-20T20:01:23.959Z | + '[' true == true ']' |
| 571 | 2023-11-20T20:01:23.963Z | + echo Downloading... |
| 572 | 2023-11-20T20:01:23.967Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 573 | 2023-11-20T20:01:23.970Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 574 | 2023-11-20T20:01:33.429Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 575 | 2023-11-20T20:01:33.434Z | ++ sha256sum |
| 576 | 2023-11-20T20:01:33.450Z | ++ awk '{print $1}' |
| 577 | 2023-11-20T20:01:33.540Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 578 | 2023-11-20T20:01:33.548Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
| 579 | 2023-11-20T20:01:33.557Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 580 | 2023-11-20T20:01:33.566Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 581 | 2023-11-20T20:01:34.649Z | + do_assemble |
| 582 | 2023-11-20T20:01:34.663Z | + rm -r ./out/dendrite-stub |
| 583 | 2023-11-20T20:01:34.672Z | + mkdir ./out/dendrite-stub |
| 584 | 2023-11-20T20:01:34.680Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 585 | 2023-11-20T20:01:34.773Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 586 | 2023-11-20T20:01:34.785Z | + set -o errexit |
| 587 | 2023-11-20T20:01:34.793Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 588 | 2023-11-20T20:01:34.810Z | ++ cd ./tools |
| 589 | 2023-11-20T20:01:34.813Z | ++ pwd |
| 590 | 2023-11-20T20:01:34.817Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 591 | 2023-11-20T20:01:34.822Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 592 | 2023-11-20T20:01:34.831Z | + ARG0=ci_download_maghemite_mgd |
| 593 | 2023-11-20T20:01:34.865Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 594 | 2023-11-20T20:01:34.872Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 595 | 2023-11-20T20:01:34.876Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 596 | 2023-11-20T20:01:34.880Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 597 | 2023-11-20T20:01:34.883Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 598 | 2023-11-20T20:01:34.889Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 599 | 2023-11-20T20:01:34.896Z | + TARGET_DIR=out |
| 600 | 2023-11-20T20:01:34.899Z | + DOWNLOAD_DIR=out/downloads |
| 601 | 2023-11-20T20:01:34.903Z | + DEST_DIR=./out/mgd |
| 602 | 2023-11-20T20:01:34.907Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 603 | 2023-11-20T20:01:34.912Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 604 | 2023-11-20T20:01:34.915Z | + REPO=oxidecomputer/maghemite |
| 605 | 2023-11-20T20:01:34.919Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 606 | 2023-11-20T20:01:35.328Z | + main |
| 607 | 2023-11-20T20:01:35.332Z | + [[ 0 != 0 ]] |
| 608 | 2023-11-20T20:01:35.336Z | + CIDL_OS=solaris2.11 |
| 609 | 2023-11-20T20:01:35.342Z | + [[ 0 != 0 ]] |
| 610 | 2023-11-20T20:01:35.367Z | + configure_os solaris2.11 |
| 611 | 2023-11-20T20:01:35.392Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 612 | 2023-11-20T20:01:35.399Z | current directory: /work/oxidecomputer/omicron |
| 613 | 2023-11-20T20:01:35.818Z | + echo 'configuring based on OS: "solaris2.11"' |
| 614 | 2023-11-20T20:01:35.825Z | configuring based on OS: "solaris2.11" |
| 615 | 2023-11-20T20:01:35.829Z | + case "$1" in |
| 616 | 2023-11-20T20:01:35.833Z | + SET_BINARIES= |
| 617 | 2023-11-20T20:01:35.837Z | + CIDL_SHA256FUNC=do_sha256sum |
| 618 | 2023-11-20T20:01:35.841Z | + TARBALL_FILENAME=mgd.tar.gz |
| 619 | 2023-11-20T20:01:35.845Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 620 | 2023-11-20T20:01:35.849Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 621 | 2023-11-20T20:01:35.854Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
| 622 | 2023-11-20T20:01:35.858Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 623 | 2023-11-20T20:01:35.862Z | + mkdir -p out/downloads |
| 624 | 2023-11-20T20:01:35.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 625 | 2023-11-20T20:01:35.873Z | Local file: out/downloads/mgd.tar.gz |
| 626 | 2023-11-20T20:01:35.877Z | + mkdir -p ./out/mgd |
| 627 | 2023-11-20T20:01:35.881Z | + fetch_and_verify |
| 628 | 2023-11-20T20:01:35.884Z | + local DO_DOWNLOAD=true |
| 629 | 2023-11-20T20:01:35.888Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 630 | 2023-11-20T20:01:35.894Z | + '[' true == true ']' |
| 631 | 2023-11-20T20:01:35.897Z | + echo Downloading... |
| 632 | 2023-11-20T20:01:35.901Z | Downloading... |
| 633 | 2023-11-20T20:01:35.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
| 634 | 2023-11-20T20:01:35.908Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 635 | 2023-11-20T20:01:45.503Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 636 | 2023-11-20T20:01:45.506Z | ++ sha256sum |
| 637 | 2023-11-20T20:01:45.510Z | ++ awk '{print $1}' |
| 638 | 2023-11-20T20:01:45.586Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 639 | 2023-11-20T20:01:45.590Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
| 640 | 2023-11-20T20:01:45.593Z | + do_untar out/downloads/mgd.tar.gz |
| 641 | 2023-11-20T20:01:45.596Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 642 | 2023-11-20T20:01:46.269Z | + do_assemble |
| 643 | 2023-11-20T20:01:46.272Z | + rm -r ./out/mgd |
| 644 | 2023-11-20T20:01:46.276Z | + mkdir ./out/mgd |
| 645 | 2023-11-20T20:01:46.280Z | + cp -r out/downloads/root ./out/mgd/root |
| 646 | 2023-11-20T20:01:46.503Z | + set -o errexit |
| 647 | 2023-11-20T20:01:46.506Z | +++ dirname ./tools/ci_download_transceiver_control |
| 648 | 2023-11-20T20:01:46.509Z | ++ cd ./tools |
| 649 | 2023-11-20T20:01:46.512Z | ++ pwd |
| 650 | 2023-11-20T20:01:46.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 651 | 2023-11-20T20:01:46.520Z | ++ basename ./tools/ci_download_transceiver_control |
| 652 | 2023-11-20T20:01:46.523Z | + ARG0=ci_download_transceiver_control |
| 653 | 2023-11-20T20:01:46.526Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 654 | 2023-11-20T20:01:46.529Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 655 | 2023-11-20T20:01:46.532Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 656 | 2023-11-20T20:01:46.537Z | + TARGET_DIR=out |
| 657 | 2023-11-20T20:01:46.541Z | + DOWNLOAD_DIR=out/downloads |
| 658 | 2023-11-20T20:01:46.546Z | + DEST_DIR=./out/transceiver-control |
| 659 | 2023-11-20T20:01:46.549Z | + BIN_DIR=/opt/oxide/bin |
| 660 | 2023-11-20T20:01:46.552Z | + BINARY=xcvradm |
| 661 | 2023-11-20T20:01:46.557Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 662 | 2023-11-20T20:01:46.560Z | + REPO=oxidecomputer/transceiver-control |
| 663 | 2023-11-20T20:01:46.563Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 664 | 2023-11-20T20:01:46.566Z | + main |
| 665 | 2023-11-20T20:01:46.569Z | + [[ 0 != 0 ]] |
| 666 | 2023-11-20T20:01:46.574Z | + CIDL_OS=solaris2.11 |
| 667 | 2023-11-20T20:01:46.578Z | + [[ 0 != 0 ]] |
| 668 | 2023-11-20T20:01:46.581Z | + configure_os solaris2.11 |
| 669 | 2023-11-20T20:01:46.584Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 670 | 2023-11-20T20:01:46.587Z | current directory: /work/oxidecomputer/omicron |
| 671 | 2023-11-20T20:01:46.590Z | + echo 'configuring based on OS: "solaris2.11"' |
| 672 | 2023-11-20T20:01:46.595Z | configuring based on OS: "solaris2.11" |
| 673 | 2023-11-20T20:01:46.598Z | + case "$1" in |
| 674 | 2023-11-20T20:01:46.603Z | + SET_BINARIES= |
| 675 | 2023-11-20T20:01:46.606Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 676 | 2023-11-20T20:01:46.609Z | + CIDL_SHA256FUNC=do_sha256sum |
| 677 | 2023-11-20T20:01:46.612Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 678 | 2023-11-20T20:01:46.615Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 679 | 2023-11-20T20:01:46.618Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 680 | 2023-11-20T20:01:46.623Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 681 | 2023-11-20T20:01:46.628Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 682 | 2023-11-20T20:01:46.631Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 683 | 2023-11-20T20:01:46.634Z | Local file: out/downloads/xcvradm.gz |
| 684 | 2023-11-20T20:01:46.637Z | + mkdir -p out/downloads |
| 685 | 2023-11-20T20:01:46.641Z | + mkdir -p ./out/transceiver-control |
| 686 | 2023-11-20T20:01:46.649Z | + fetch_and_verify |
| 687 | 2023-11-20T20:01:46.653Z | + local DO_DOWNLOAD=true |
| 688 | 2023-11-20T20:01:46.658Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 689 | 2023-11-20T20:01:46.662Z | + '[' true == true ']' |
| 690 | 2023-11-20T20:01:46.666Z | + echo Downloading... |
| 691 | 2023-11-20T20:01:46.670Z | Downloading... |
| 692 | 2023-11-20T20:01:46.674Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 693 | 2023-11-20T20:01:46.678Z | + 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 |
| 694 | 2023-11-20T20:01:47.710Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 695 | 2023-11-20T20:01:47.713Z | ++ sha256sum |
| 696 | 2023-11-20T20:01:47.718Z | ++ awk '{print $1}' |
| 697 | 2023-11-20T20:01:47.735Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 698 | 2023-11-20T20:01:47.739Z | + [[ 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 ]] |
| 699 | 2023-11-20T20:01:47.743Z | + do_unpack out/downloads/xcvradm.gz |
| 700 | 2023-11-20T20:01:47.746Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 701 | 2023-11-20T20:01:47.750Z | + gzip -dc out/downloads/xcvradm.gz |
| 702 | 2023-11-20T20:01:47.911Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 703 | 2023-11-20T20:01:47.914Z | + do_assemble |
| 704 | 2023-11-20T20:01:47.917Z | + rm -r ./out/transceiver-control |
| 705 | 2023-11-20T20:01:47.920Z | + mkdir ./out/transceiver-control |
| 706 | 2023-11-20T20:01:47.924Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 707 | 2023-11-20T20:01:48.124Z | All builder prerequisites installed successfully, and PATH looks valid |
| 708 | 2023-11-20T20:01:48.128Z | |
| 709 | 2023-11-20T20:01:48.131Z | real 2:19.500527261 |
| 710 | 2023-11-20T20:01:48.135Z | user 52.673784482 |
| 711 | 2023-11-20T20:01:48.139Z | sys 10.649804899 |
| 712 | 2023-11-20T20:01:48.142Z | trap 0.024152868 |
| 713 | 2023-11-20T20:01:48.148Z | tflt 0.183585548 |
| 714 | 2023-11-20T20:01:48.153Z | dflt 0.658888933 |
| 715 | 2023-11-20T20:01:48.159Z | kflt 0.127046597 |
| 716 | 2023-11-20T20:01:48.167Z | lock 1.714288960 |
| 717 | 2023-11-20T20:01:48.177Z | slp 4:27.816731179 |
| 718 | 2023-11-20T20:01:48.185Z | lat 4.243506096 |
| 719 | 2023-11-20T20:01:48.192Z | stop 0.071119379 |
| 720 | 2023-11-20T20:01:48.202Z | |
| 721 | 2023-11-20T20:01:48.216Z | #### # # ##### ##### # # |
| 722 | 2023-11-20T20:01:48.233Z | # # # # # # # # # # |
| 723 | 2023-11-20T20:01:48.243Z | # # # # # # # # |
| 724 | 2023-11-20T20:01:48.252Z | # # # ##### ##### # |
| 725 | 2023-11-20T20:01:48.255Z | # # # # # # # |
| 726 | 2023-11-20T20:01:48.258Z | #### ###### # # # # |
| 727 | 2023-11-20T20:01:48.261Z | |
| 728 | 2023-11-20T20:01:48.464Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 729 | 2023-11-20T20:01:48.846Z | Updating crates.io index |
| 730 | 2023-11-20T20:01:48.852Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 731 | 2023-11-20T20:01:49.836Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 732 | 2023-11-20T20:01:51.735Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 733 | 2023-11-20T20:01:52.313Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 734 | 2023-11-20T20:01:52.645Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 735 | 2023-11-20T20:01:52.976Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 736 | 2023-11-20T20:01:53.259Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 737 | 2023-11-20T20:01:56.250Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 738 | 2023-11-20T20:01:58.528Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 739 | 2023-11-20T20:01:59.577Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 740 | 2023-11-20T20:01:59.941Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 741 | 2023-11-20T20:02:00.517Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 742 | 2023-11-20T20:02:00.937Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 743 | 2023-11-20T20:02:01.301Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 744 | 2023-11-20T20:02:01.762Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 745 | 2023-11-20T20:02:02.095Z | Updating git repository `https://github.com/njaremko/samael` |
| 746 | 2023-11-20T20:02:02.576Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 747 | 2023-11-20T20:02:03.970Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 748 | 2023-11-20T20:02:04.010Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 749 | 2023-11-20T20:02:04.066Z | Updating git repository `https://github.com/jgallagher/nix` |
| 750 | 2023-11-20T20:02:05.574Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 751 | 2023-11-20T20:02:06.068Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 752 | 2023-11-20T20:02:07.216Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 753 | 2023-11-20T20:02:07.656Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 754 | 2023-11-20T20:02:08.012Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 755 | 2023-11-20T20:02:09.313Z | Downloading crates ... |
| 756 | 2023-11-20T20:02:09.488Z | Downloaded io-lifetimes v1.0.11 |
| 757 | 2023-11-20T20:02:09.493Z | Downloaded anyhow v1.0.75 |
| 758 | 2023-11-20T20:02:09.501Z | Downloaded anstream v0.5.0 |
| 759 | 2023-11-20T20:02:09.508Z | Downloaded colorchoice v1.0.0 |
| 760 | 2023-11-20T20:02:09.514Z | Downloaded clap_lex v0.5.1 |
| 761 | 2023-11-20T20:02:09.517Z | Downloaded utf8parse v0.2.1 |
| 762 | 2023-11-20T20:02:09.520Z | Downloaded heck v0.4.1 |
| 763 | 2023-11-20T20:02:09.523Z | Downloaded cargo-platform v0.1.3 |
| 764 | 2023-11-20T20:02:09.526Z | Downloaded serde_spanned v0.6.4 |
| 765 | 2023-11-20T20:02:09.531Z | Downloaded errno v0.3.2 |
| 766 | 2023-11-20T20:02:09.534Z | Downloaded itoa v1.0.9 |
| 767 | 2023-11-20T20:02:09.537Z | Downloaded strsim v0.10.0 |
| 768 | 2023-11-20T20:02:09.540Z | Downloaded quote v1.0.33 |
| 769 | 2023-11-20T20:02:09.543Z | Downloaded equivalent v1.0.1 |
| 770 | 2023-11-20T20:02:09.546Z | Downloaded cargo_toml v0.17.0 |
| 771 | 2023-11-20T20:02:09.549Z | Downloaded clap_derive v4.4.2 |
| 772 | 2023-11-20T20:02:09.551Z | Downloaded toml_datetime v0.6.5 |
| 773 | 2023-11-20T20:02:09.555Z | Downloaded thiserror-impl v1.0.49 |
| 774 | 2023-11-20T20:02:09.558Z | Downloaded thiserror v1.0.49 |
| 775 | 2023-11-20T20:02:09.561Z | Downloaded proc-macro2 v1.0.69 |
| 776 | 2023-11-20T20:02:09.565Z | Downloaded bitflags v1.3.2 |
| 777 | 2023-11-20T20:02:09.571Z | Downloaded anstyle-parse v0.2.1 |
| 778 | 2023-11-20T20:02:09.574Z | Downloaded camino v1.1.6 |
| 779 | 2023-11-20T20:02:09.577Z | Downloaded toml v0.8.8 |
| 780 | 2023-11-20T20:02:09.583Z | Downloaded unicode-ident v1.0.12 |
| 781 | 2023-11-20T20:02:09.588Z | Downloaded indexmap v2.1.0 |
| 782 | 2023-11-20T20:02:09.594Z | Downloaded clap v4.4.3 |
| 783 | 2023-11-20T20:02:09.610Z | Downloaded serde v1.0.192 |
| 784 | 2023-11-20T20:02:09.617Z | Downloaded memchr v2.6.3 |
| 785 | 2023-11-20T20:02:09.626Z | Downloaded toml_edit v0.21.0 |
| 786 | 2023-11-20T20:02:09.664Z | Downloaded hashbrown v0.14.2 |
| 787 | 2023-11-20T20:02:09.677Z | Downloaded serde_json v1.0.108 |
| 788 | 2023-11-20T20:02:09.689Z | Downloaded syn v2.0.32 |
| 789 | 2023-11-20T20:02:09.707Z | Downloaded rustix v0.37.23 |
| 790 | 2023-11-20T20:02:09.741Z | Downloaded libc v0.2.150 |
| 791 | 2023-11-20T20:02:09.790Z | Downloaded clap_builder v4.4.2 |
| 792 | 2023-11-20T20:02:09.798Z | Downloaded winnow v0.5.15 |
| 793 | 2023-11-20T20:02:09.818Z | Downloaded ryu v1.0.15 |
| 794 | 2023-11-20T20:02:09.832Z | Downloaded serde_derive v1.0.192 |
| 795 | 2023-11-20T20:02:09.845Z | Downloaded semver v1.0.20 |
| 796 | 2023-11-20T20:02:09.850Z | Downloaded cargo_metadata v0.18.0 |
| 797 | 2023-11-20T20:02:09.853Z | Downloaded terminal_size v0.2.6 |
| 798 | 2023-11-20T20:02:09.856Z | Downloaded anstyle v1.0.2 |
| 799 | 2023-11-20T20:02:09.860Z | Downloaded anstyle-query v1.0.0 |
| 800 | 2023-11-20T20:02:09.942Z | Compiling proc-macro2 v1.0.69 |
| 801 | 2023-11-20T20:02:09.947Z | Compiling unicode-ident v1.0.12 |
| 802 | 2023-11-20T20:02:09.952Z | Compiling serde v1.0.192 |
| 803 | 2023-11-20T20:02:09.959Z | Compiling libc v0.2.150 |
| 804 | 2023-11-20T20:02:09.964Z | Compiling io-lifetimes v1.0.11 |
| 805 | 2023-11-20T20:02:09.969Z | Compiling rustix v0.37.23 |
| 806 | 2023-11-20T20:02:09.977Z | Compiling utf8parse v0.2.1 |
| 807 | 2023-11-20T20:02:09.981Z | Compiling equivalent v1.0.1 |
| 808 | 2023-11-20T20:02:10.180Z | Compiling hashbrown v0.14.2 |
| 809 | 2023-11-20T20:02:10.257Z | Compiling bitflags v1.3.2 |
| 810 | 2023-11-20T20:02:10.269Z | Compiling anstyle-parse v0.2.1 |
| 811 | 2023-11-20T20:02:10.377Z | Compiling serde_json v1.0.108 |
| 812 | 2023-11-20T20:02:10.678Z | Compiling semver v1.0.20 |
| 813 | 2023-11-20T20:02:11.688Z | Compiling indexmap v2.1.0 |
| 814 | 2023-11-20T20:02:11.990Z | Compiling anstyle-query v1.0.0 |
| 815 | 2023-11-20T20:02:12.056Z | Compiling camino v1.1.6 |
| 816 | 2023-11-20T20:02:12.136Z | Compiling thiserror v1.0.49 |
| 817 | 2023-11-20T20:02:12.181Z | Compiling colorchoice v1.0.0 |
| 818 | 2023-11-20T20:02:12.187Z | Compiling winnow v0.5.15 |
| 819 | 2023-11-20T20:02:12.291Z | Compiling anstyle v1.0.2 |
| 820 | 2023-11-20T20:02:12.489Z | Compiling anyhow v1.0.75 |
| 821 | 2023-11-20T20:02:12.957Z | Compiling anstream v0.5.0 |
| 822 | 2023-11-20T20:02:12.976Z | Compiling itoa v1.0.9 |
| 823 | 2023-11-20T20:02:13.012Z | Compiling clap_lex v0.5.1 |
| 824 | 2023-11-20T20:02:13.210Z | Compiling heck v0.4.1 |
| 825 | 2023-11-20T20:02:13.309Z | Compiling ryu v1.0.15 |
| 826 | 2023-11-20T20:02:13.752Z | Compiling quote v1.0.33 |
| 827 | 2023-11-20T20:02:13.788Z | Compiling strsim v0.10.0 |
| 828 | 2023-11-20T20:02:14.092Z | Compiling errno v0.3.2 |
| 829 | 2023-11-20T20:02:14.352Z | Compiling syn v2.0.32 |
| 830 | 2023-11-20T20:02:15.677Z | Compiling terminal_size v0.2.6 |
| 831 | 2023-11-20T20:02:15.814Z | Compiling clap_builder v4.4.2 |
| 832 | 2023-11-20T20:02:21.335Z | Compiling serde_derive v1.0.192 |
| 833 | 2023-11-20T20:02:21.338Z | Compiling thiserror-impl v1.0.49 |
| 834 | 2023-11-20T20:02:21.341Z | Compiling clap_derive v4.4.2 |
| 835 | 2023-11-20T20:02:25.562Z | Compiling clap v4.4.3 |
| 836 | 2023-11-20T20:02:33.042Z | Compiling serde_spanned v0.6.4 |
| 837 | 2023-11-20T20:02:33.048Z | Compiling toml_datetime v0.6.5 |
| 838 | 2023-11-20T20:02:33.052Z | Compiling cargo-platform v0.1.3 |
| 839 | 2023-11-20T20:02:33.435Z | Compiling toml_edit v0.21.0 |
| 840 | 2023-11-20T20:02:35.021Z | Compiling cargo_metadata v0.18.0 |
| 841 | 2023-11-20T20:02:36.604Z | Compiling toml v0.8.8 |
| 842 | 2023-11-20T20:02:37.591Z | Compiling cargo_toml v0.17.0 |
| 843 | 2023-11-20T20:02:42.696Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 844 | 2023-11-20T20:02:43.883Z | Finished dev [unoptimized + debuginfo] target(s) in 55.67s |
| 845 | 2023-11-20T20:02:44.079Z | Running `target/debug/xtask clippy` |
| 846 | 2023-11-20T20:02:44.129Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 847 | 2023-11-20T20:02:44.925Z | Downloading crates ... |
| 848 | 2023-11-20T20:02:45.169Z | Downloaded ipnetwork v0.20.0 |
| 849 | 2023-11-20T20:02:45.173Z | Downloaded cpufeatures v0.2.9 |
| 850 | 2023-11-20T20:02:45.188Z | Downloaded addr2line v0.21.0 |
| 851 | 2023-11-20T20:02:45.196Z | Downloaded nom v7.1.3 |
| 852 | 2023-11-20T20:02:45.237Z | Downloaded match_cfg v0.1.0 |
| 853 | 2023-11-20T20:02:45.240Z | Downloaded lazycell v1.3.0 |
| 854 | 2023-11-20T20:02:45.244Z | Downloaded camino-tempfile v1.0.2 |
| 855 | 2023-11-20T20:02:45.247Z | Downloaded num_enum v0.5.11 |
| 856 | 2023-11-20T20:02:45.251Z | Downloaded ident_case v1.0.1 |
| 857 | 2023-11-20T20:02:45.259Z | Downloaded oso-derive v0.27.0 |
| 858 | 2023-11-20T20:02:45.262Z | Downloaded crc-catalog v2.2.0 |
| 859 | 2023-11-20T20:02:45.267Z | Downloaded atty v0.2.14 |
| 860 | 2023-11-20T20:02:45.270Z | Downloaded indoc v2.0.3 |
| 861 | 2023-11-20T20:02:45.276Z | Downloaded num-rational v0.4.1 |
| 862 | 2023-11-20T20:02:45.280Z | Downloaded mockall v0.11.4 |
| 863 | 2023-11-20T20:02:45.284Z | Downloaded cast v0.3.0 |
| 864 | 2023-11-20T20:02:45.287Z | Downloaded async-stream-impl v0.3.5 |
| 865 | 2023-11-20T20:02:45.289Z | Downloaded ipnet v2.8.0 |
| 866 | 2023-11-20T20:02:45.294Z | Downloaded ciborium v0.2.1 |
| 867 | 2023-11-20T20:02:45.303Z | Downloaded autocfg v1.1.0 |
| 868 | 2023-11-20T20:02:45.311Z | Downloaded crossbeam-deque v0.8.3 |
| 869 | 2023-11-20T20:02:45.318Z | Downloaded opaque-debug v0.3.0 |
| 870 | 2023-11-20T20:02:45.324Z | Downloaded atomic-waker v1.1.1 |
| 871 | 2023-11-20T20:02:45.761Z | Downloaded nodrop v0.1.14 |
| 872 | 2023-11-20T20:02:45.772Z | Downloaded packed_struct v0.10.1 |
| 873 | 2023-11-20T20:02:45.778Z | Downloaded termtree v0.4.1 |
| 874 | 2023-11-20T20:02:45.782Z | Downloaded array-init v0.0.4 |
| 875 | 2023-11-20T20:02:45.785Z | Downloaded newline-converter v0.3.0 |
| 876 | 2023-11-20T20:02:45.789Z | Downloaded ansi_term v0.12.1 |
| 877 | 2023-11-20T20:02:45.793Z | Downloaded usdt-macro v0.3.5 |
| 878 | 2023-11-20T20:02:45.796Z | Downloaded bcs v0.1.6 |
| 879 | 2023-11-20T20:02:45.803Z | Downloaded block-padding v0.3.3 |
| 880 | 2023-11-20T20:02:45.809Z | Downloaded async-stream v0.3.5 |
| 881 | 2023-11-20T20:02:45.815Z | Downloaded assert_cmd v2.0.12 |
| 882 | 2023-11-20T20:02:45.821Z | Downloaded linked-hash-map v0.5.6 |
| 883 | 2023-11-20T20:02:45.824Z | Downloaded bzip2 v0.4.4 |
| 884 | 2023-11-20T20:02:45.827Z | Downloaded num-iter v0.1.43 |
| 885 | 2023-11-20T20:02:45.833Z | Downloaded display-error-chain v0.2.0 |
| 886 | 2023-11-20T20:02:45.839Z | Downloaded tap v1.0.1 |
| 887 | 2023-11-20T20:02:45.842Z | Downloaded same-file v1.0.6 |
| 888 | 2023-11-20T20:02:45.847Z | Downloaded kstat-rs v0.2.3 |
| 889 | 2023-11-20T20:02:45.851Z | Downloaded schemars_derive v0.8.13 |
| 890 | 2023-11-20T20:02:45.856Z | Downloaded num-integer v0.1.45 |
| 891 | 2023-11-20T20:02:45.860Z | Downloaded semver-parser v0.10.2 |
| 892 | 2023-11-20T20:02:45.865Z | Downloaded oso v0.27.0 |
| 893 | 2023-11-20T20:02:45.870Z | Downloaded foreign-types-macros v0.2.3 |
| 894 | 2023-11-20T20:02:45.886Z | Downloaded highway v1.1.0 |
| 895 | 2023-11-20T20:02:45.892Z | Downloaded fxhash v0.2.1 |
| 896 | 2023-11-20T20:02:45.894Z | Downloaded log v0.4.20 |
| 897 | 2023-11-20T20:02:45.897Z | Downloaded darling v0.20.3 |
| 898 | 2023-11-20T20:02:45.900Z | Downloaded dyn-clone v1.0.13 |
| 899 | 2023-11-20T20:02:45.903Z | Downloaded hubpack_derive v0.1.1 |
| 900 | 2023-11-20T20:02:45.906Z | Downloaded peeking_take_while v0.1.2 |
| 901 | 2023-11-20T20:02:45.909Z | Downloaded hostname v0.3.1 |
| 902 | 2023-11-20T20:02:45.912Z | Downloaded quick-error v1.2.3 |
| 903 | 2023-11-20T20:02:45.915Z | Downloaded fnv v1.0.7 |
| 904 | 2023-11-20T20:02:45.918Z | Downloaded pem v3.0.2 |
| 905 | 2023-11-20T20:02:45.923Z | Downloaded flagset v0.4.3 |
| 906 | 2023-11-20T20:02:45.926Z | Downloaded basic-toml v0.1.4 |
| 907 | 2023-11-20T20:02:45.929Z | Downloaded trybuild v1.0.85 |
| 908 | 2023-11-20T20:02:45.932Z | Downloaded tinyvec_macros v0.1.1 |
| 909 | 2023-11-20T20:02:45.935Z | Downloaded path-slash v0.1.5 |
| 910 | 2023-11-20T20:02:45.939Z | Downloaded postgres-protocol v0.6.6 |
| 911 | 2023-11-20T20:02:45.942Z | Downloaded form_urlencoded v1.2.0 |
| 912 | 2023-11-20T20:02:45.945Z | Downloaded platforms v3.0.2 |
| 913 | 2023-11-20T20:02:45.948Z | Downloaded postgres-types v0.2.6 |
| 914 | 2023-11-20T20:02:45.951Z | Downloaded hash32 v0.2.1 |
| 915 | 2023-11-20T20:02:45.954Z | Downloaded futures-task v0.3.29 |
| 916 | 2023-11-20T20:02:45.957Z | Downloaded pretty-hex v0.3.0 |
| 917 | 2023-11-20T20:02:45.960Z | Downloaded pretty-hex v0.2.1 |
| 918 | 2023-11-20T20:02:45.963Z | Downloaded ppv-lite86 v0.2.17 |
| 919 | 2023-11-20T20:02:45.966Z | Downloaded foreign-types-shared v0.1.1 |
| 920 | 2023-11-20T20:02:45.969Z | Downloaded glob v0.3.1 |
| 921 | 2023-11-20T20:02:45.971Z | Downloaded tower-service v0.3.2 |
| 922 | 2023-11-20T20:02:45.975Z | Downloaded miniz_oxide v0.7.1 |
| 923 | 2023-11-20T20:02:45.978Z | Downloaded signal-hook-mio v0.2.3 |
| 924 | 2023-11-20T20:02:45.982Z | Downloaded ena v0.14.2 |
| 925 | 2023-11-20T20:02:45.984Z | Downloaded serde_repr v0.1.16 |
| 926 | 2023-11-20T20:02:45.987Z | Downloaded group v0.13.0 |
| 927 | 2023-11-20T20:02:45.990Z | Downloaded tokio-native-tls v0.3.1 |
| 928 | 2023-11-20T20:02:45.993Z | Downloaded heck v0.3.3 |
| 929 | 2023-11-20T20:02:45.995Z | Downloaded fallible-iterator v0.2.0 |
| 930 | 2023-11-20T20:02:45.998Z | Downloaded time-core v0.1.1 |
| 931 | 2023-11-20T20:02:46.002Z | Downloaded rustc_version v0.4.0 |
| 932 | 2023-11-20T20:02:46.005Z | Downloaded resolv-conf v0.7.0 |
| 933 | 2023-11-20T20:02:46.008Z | Downloaded sct v0.7.0 |
| 934 | 2023-11-20T20:02:46.010Z | Downloaded proc-macro-crate v1.3.1 |
| 935 | 2023-11-20T20:02:46.013Z | Downloaded tungstenite v0.20.1 |
| 936 | 2023-11-20T20:02:46.017Z | Downloaded serial_test_derive v0.10.0 |
| 937 | 2023-11-20T20:02:46.019Z | Downloaded smawk v0.3.1 |
| 938 | 2023-11-20T20:02:46.022Z | Downloaded slog-json v2.6.1 |
| 939 | 2023-11-20T20:02:46.025Z | Downloaded httpdate v1.0.3 |
| 940 | 2023-11-20T20:02:46.028Z | Downloaded slog-envlogger v2.2.0 |
| 941 | 2023-11-20T20:02:46.031Z | Downloaded parking_lot_core v0.9.8 |
| 942 | 2023-11-20T20:02:46.034Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 943 | 2023-11-20T20:02:46.037Z | Downloaded parking_lot_core v0.8.6 |
| 944 | 2023-11-20T20:02:46.040Z | Downloaded shlex v1.1.0 |
| 945 | 2023-11-20T20:02:46.043Z | Downloaded threadpool v1.8.1 |
| 946 | 2023-11-20T20:02:46.045Z | Downloaded rustls-native-certs v0.6.3 |
| 947 | 2023-11-20T20:02:46.049Z | Downloaded hubpack v0.1.2 |
| 948 | 2023-11-20T20:02:46.053Z | Downloaded derive_builder_macro v0.12.0 |
| 949 | 2023-11-20T20:02:46.056Z | Downloaded time-macros v0.2.13 |
| 950 | 2023-11-20T20:02:46.058Z | Downloaded parse-display v0.8.2 |
| 951 | 2023-11-20T20:02:46.061Z | Downloaded http-range v0.1.5 |
| 952 | 2023-11-20T20:02:46.064Z | Downloaded tempdir v0.3.7 |
| 953 | 2023-11-20T20:02:46.067Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 954 | 2023-11-20T20:02:46.070Z | Downloaded tiny-keccak v2.0.2 |
| 955 | 2023-11-20T20:02:46.073Z | Downloaded proc-macro-error v1.0.4 |
| 956 | 2023-11-20T20:02:46.076Z | Downloaded plotters-svg v0.3.5 |
| 957 | 2023-11-20T20:02:46.079Z | Downloaded try-lock v0.2.4 |
| 958 | 2023-11-20T20:02:46.082Z | Downloaded ref-cast v1.0.20 |
| 959 | 2023-11-20T20:02:46.085Z | Downloaded version_check v0.9.4 |
| 960 | 2023-11-20T20:02:46.088Z | Downloaded ff v0.13.0 |
| 961 | 2023-11-20T20:02:46.091Z | Downloaded structopt-derive v0.4.18 |
| 962 | 2023-11-20T20:02:46.094Z | Downloaded paste v1.0.14 |
| 963 | 2023-11-20T20:02:46.097Z | Downloaded want v0.3.1 |
| 964 | 2023-11-20T20:02:46.100Z | Downloaded hmac v0.12.1 |
| 965 | 2023-11-20T20:02:46.104Z | Downloaded thiserror-no-std v2.0.2 |
| 966 | 2023-11-20T20:02:46.107Z | Downloaded plotters-backend v0.3.5 |
| 967 | 2023-11-20T20:02:46.110Z | Downloaded httptest v0.15.5 |
| 968 | 2023-11-20T20:02:46.113Z | Downloaded tokio-tungstenite v0.20.1 |
| 969 | 2023-11-20T20:02:46.116Z | Downloaded http-body v0.4.5 |
| 970 | 2023-11-20T20:02:46.119Z | Downloaded postcard-cobs v0.1.5-pre |
| 971 | 2023-11-20T20:02:46.122Z | Downloaded precomputed-hash v0.1.1 |
| 972 | 2023-11-20T20:02:46.125Z | Downloaded slog v2.7.0 |
| 973 | 2023-11-20T20:02:46.128Z | Downloaded slog-scope v4.4.0 |
| 974 | 2023-11-20T20:02:46.131Z | Downloaded pin-utils v0.1.0 |
| 975 | 2023-11-20T20:02:46.134Z | Downloaded fixedbitset v0.4.2 |
| 976 | 2023-11-20T20:02:46.137Z | Downloaded env_logger v0.10.0 |
| 977 | 2023-11-20T20:02:46.140Z | Downloaded tempfile v3.8.0 |
| 978 | 2023-11-20T20:02:46.143Z | Downloaded proc-macro-error-attr v1.0.4 |
| 979 | 2023-11-20T20:02:46.145Z | Downloaded smf v0.2.2 |
| 980 | 2023-11-20T20:02:46.148Z | Downloaded password-hash v0.5.0 |
| 981 | 2023-11-20T20:02:46.152Z | Downloaded darling_macro v0.20.3 |
| 982 | 2023-11-20T20:02:46.155Z | Downloaded predicates-tree v1.0.9 |
| 983 | 2023-11-20T20:02:46.158Z | Downloaded whoami v1.4.1 |
| 984 | 2023-11-20T20:02:46.161Z | Downloaded headers-core v0.2.0 |
| 985 | 2023-11-20T20:02:46.164Z | Downloaded downcast v0.11.0 |
| 986 | 2023-11-20T20:02:46.168Z | Downloaded phf_shared v0.10.0 |
| 987 | 2023-11-20T20:02:46.171Z | Downloaded serial_test v0.10.0 |
| 988 | 2023-11-20T20:02:46.174Z | Downloaded zerocopy v0.3.0 |
| 989 | 2023-11-20T20:02:46.177Z | Downloaded fd-lock v3.0.13 |
| 990 | 2023-11-20T20:02:46.179Z | Downloaded percent-encoding v2.3.0 |
| 991 | 2023-11-20T20:02:46.182Z | Downloaded tokio-macros v2.1.0 |
| 992 | 2023-11-20T20:02:46.185Z | Downloaded endian-type v0.1.2 |
| 993 | 2023-11-20T20:02:46.188Z | Downloaded vsss-rs v3.3.1 |
| 994 | 2023-11-20T20:02:46.191Z | Downloaded unicode-segmentation v1.10.1 |
| 995 | 2023-11-20T20:02:46.194Z | Downloaded pin-project-lite v0.2.13 |
| 996 | 2023-11-20T20:02:46.197Z | Downloaded pest_generator v2.7.2 |
| 997 | 2023-11-20T20:02:46.199Z | Downloaded zeroize_derive v1.4.2 |
| 998 | 2023-11-20T20:02:46.206Z | Downloaded difflib v0.4.0 |
| 999 | 2023-11-20T20:02:46.621Z | Downloaded synstructure v0.12.6 |
| 1000 | 2023-11-20T20:02:46.624Z | Downloaded darling_macro v0.14.4 |
| 1001 | 2023-11-20T20:02:46.627Z | Downloaded toolchain_find v0.2.0 |
| 1002 | 2023-11-20T20:02:46.630Z | Downloaded doc-comment v0.3.3 |
| 1003 | 2023-11-20T20:02:46.633Z | Downloaded predicates-core v1.0.6 |
| 1004 | 2023-11-20T20:02:46.639Z | Downloaded rsa v0.9.2 |
| 1005 | 2023-11-20T20:02:46.642Z | Downloaded predicates v3.0.4 |
| 1006 | 2023-11-20T20:02:46.646Z | Downloaded pem v1.1.1 |
| 1007 | 2023-11-20T20:02:46.649Z | Downloaded globset v0.4.13 |
| 1008 | 2023-11-20T20:02:46.651Z | Downloaded textwrap v0.11.0 |
| 1009 | 2023-11-20T20:02:46.654Z | Downloaded sha2 v0.10.8 |
| 1010 | 2023-11-20T20:02:46.657Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1011 | 2023-11-20T20:02:46.660Z | Downloaded ron v0.8.1 |
| 1012 | 2023-11-20T20:02:46.663Z | Downloaded unicase v2.7.0 |
| 1013 | 2023-11-20T20:02:46.666Z | Downloaded unarray v0.1.4 |
| 1014 | 2023-11-20T20:02:46.670Z | Downloaded libxml v0.3.3 |
| 1015 | 2023-11-20T20:02:46.673Z | Downloaded rustc_version v0.1.7 |
| 1016 | 2023-11-20T20:02:46.676Z | Downloaded secrecy v0.8.0 |
| 1017 | 2023-11-20T20:02:46.679Z | Downloaded walkdir v2.4.0 |
| 1018 | 2023-11-20T20:02:46.682Z | Downloaded slog-dtrace v0.2.3 |
| 1019 | 2023-11-20T20:02:46.684Z | Downloaded tungstenite v0.18.0 |
| 1020 | 2023-11-20T20:02:46.687Z | Downloaded postcard v0.7.3 |
| 1021 | 2023-11-20T20:02:46.690Z | Downloaded thread_local v1.1.7 |
| 1022 | 2023-11-20T20:02:46.693Z | Downloaded supports-color v2.1.0 |
| 1023 | 2023-11-20T20:02:46.696Z | Downloaded serde-hex v0.1.0 |
| 1024 | 2023-11-20T20:02:46.699Z | Downloaded rand v0.4.6 |
| 1025 | 2023-11-20T20:02:46.702Z | Downloaded trust-dns-resolver v0.22.0 |
| 1026 | 2023-11-20T20:02:46.704Z | Downloaded topological-sort v0.2.2 |
| 1027 | 2023-11-20T20:02:46.707Z | Downloaded tokio-tungstenite v0.18.0 |
| 1028 | 2023-11-20T20:02:46.710Z | Downloaded tokio-stream v0.1.14 |
| 1029 | 2023-11-20T20:02:46.713Z | Downloaded tinytemplate v1.2.1 |
| 1030 | 2023-11-20T20:02:46.716Z | Downloaded flate2 v1.0.28 |
| 1031 | 2023-11-20T20:02:46.719Z | Downloaded pin-project-internal v1.1.3 |
| 1032 | 2023-11-20T20:02:46.722Z | Downloaded tokio-rustls v0.24.1 |
| 1033 | 2023-11-20T20:02:46.724Z | Downloaded test-strategy v0.3.1 |
| 1034 | 2023-11-20T20:02:46.727Z | Downloaded trust-dns-client v0.22.0 |
| 1035 | 2023-11-20T20:02:46.730Z | Downloaded textwrap v0.16.0 |
| 1036 | 2023-11-20T20:02:46.733Z | Downloaded tinyvec v1.6.0 |
| 1037 | 2023-11-20T20:02:46.736Z | Downloaded zip v0.6.6 |
| 1038 | 2023-11-20T20:02:46.739Z | Downloaded diff v0.1.13 |
| 1039 | 2023-11-20T20:02:46.742Z | Downloaded pin-project v1.1.3 |
| 1040 | 2023-11-20T20:02:46.745Z | Downloaded heapless v0.7.16 |
| 1041 | 2023-11-20T20:02:46.748Z | Downloaded tokio-postgres v0.7.10 |
| 1042 | 2023-11-20T20:02:46.751Z | Downloaded tar v0.4.40 |
| 1043 | 2023-11-20T20:02:46.754Z | Downloaded lalrpop v0.19.12 |
| 1044 | 2023-11-20T20:02:46.757Z | Downloaded der v0.7.8 |
| 1045 | 2023-11-20T20:02:46.760Z | Downloaded portable-atomic v1.4.3 |
| 1046 | 2023-11-20T20:02:46.763Z | Downloaded serde_with v2.3.3 |
| 1047 | 2023-11-20T20:02:46.766Z | Downloaded toml_edit v0.19.15 |
| 1048 | 2023-11-20T20:02:46.768Z | Downloaded steno v0.4.0 |
| 1049 | 2023-11-20T20:02:46.771Z | Downloaded hyper v0.14.27 |
| 1050 | 2023-11-20T20:02:46.774Z | Downloaded tabled v0.14.0 |
| 1051 | 2023-11-20T20:02:46.777Z | Downloaded rustls-webpki v0.101.7 |
| 1052 | 2023-11-20T20:02:46.780Z | Downloaded tokio-util v0.7.10 |
| 1053 | 2023-11-20T20:02:46.783Z | Downloaded vcpkg v0.2.15 |
| 1054 | 2023-11-20T20:02:46.785Z | Downloaded rayon v1.8.0 |
| 1055 | 2023-11-20T20:02:46.788Z | Downloaded webpki-roots v0.25.2 |
| 1056 | 2023-11-20T20:02:46.791Z | Downloaded regex v1.10.2 |
| 1057 | 2023-11-20T20:02:46.794Z | Downloaded proptest v1.4.0 |
| 1058 | 2023-11-20T20:02:46.796Z | Downloaded rustix v0.38.9 |
| 1059 | 2023-11-20T20:02:46.799Z | Downloaded radix_trie v0.2.1 |
| 1060 | 2023-11-20T20:02:46.802Z | Downloaded syn v1.0.109 |
| 1061 | 2023-11-20T20:02:46.805Z | Downloaded rustls v0.21.9 |
| 1062 | 2023-11-20T20:02:46.808Z | Downloaded polar-core v0.27.0 |
| 1063 | 2023-11-20T20:02:46.811Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1064 | 2023-11-20T20:02:46.813Z | Downloaded regex-syntax v0.8.2 |
| 1065 | 2023-11-20T20:02:46.816Z | Downloaded tokio v1.33.0 |
| 1066 | 2023-11-20T20:02:46.819Z | Downloaded regex-syntax v0.7.5 |
| 1067 | 2023-11-20T20:02:46.822Z | Downloaded zerocopy-derive v0.6.4 |
| 1068 | 2023-11-20T20:02:46.825Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1069 | 2023-11-20T20:02:46.828Z | Downloaded zerocopy-derive v0.2.0 |
| 1070 | 2023-11-20T20:02:46.832Z | Downloaded regex-automata v0.3.8 |
| 1071 | 2023-11-20T20:02:46.835Z | Downloaded regex-automata v0.4.3 |
| 1072 | 2023-11-20T20:02:46.838Z | Downloaded sled v0.34.7 |
| 1073 | 2023-11-20T20:02:46.841Z | Downloaded sha3 v0.10.8 |
| 1074 | 2023-11-20T20:02:46.843Z | Downloaded openapiv3 v1.0.3 |
| 1075 | 2023-11-20T20:02:46.846Z | Downloaded regress v0.7.1 |
| 1076 | 2023-11-20T20:02:46.850Z | Downloaded trust-dns-proto v0.22.0 |
| 1077 | 2023-11-20T20:02:46.853Z | Downloaded diesel v2.1.4 |
| 1078 | 2023-11-20T20:02:46.857Z | Downloaded encoding_rs v0.8.33 |
| 1079 | 2023-11-20T20:02:46.907Z | Downloaded gimli v0.28.0 |
| 1080 | 2023-11-20T20:02:46.929Z | Downloaded ring v0.17.5 |
| 1081 | 2023-11-20T20:02:47.073Z | Downloaded bstr v1.6.0 |
| 1082 | 2023-11-20T20:02:47.094Z | Downloaded ratatui v0.23.0 |
| 1083 | 2023-11-20T20:02:47.124Z | Downloaded object v0.32.1 |
| 1084 | 2023-11-20T20:02:47.139Z | Downloaded curve25519-dalek v4.1.0 |
| 1085 | 2023-11-20T20:02:47.152Z | Downloaded smoltcp v0.9.1 |
| 1086 | 2023-11-20T20:02:47.173Z | Downloaded smoltcp v0.8.2 |
| 1087 | 2023-11-20T20:02:47.193Z | Downloaded regex-syntax v0.6.29 |
| 1088 | 2023-11-20T20:02:47.207Z | Downloaded object v0.30.4 |
| 1089 | 2023-11-20T20:02:47.225Z | Downloaded bstr v0.2.17 |
| 1090 | 2023-11-20T20:02:47.243Z | Downloaded petgraph v0.6.4 |
| 1091 | 2023-11-20T20:02:47.292Z | Downloaded openssl v0.10.57 |
| 1092 | 2023-11-20T20:02:47.295Z | Downloaded plotters v0.3.5 |
| 1093 | 2023-11-20T20:02:47.300Z | Downloaded quick-xml v0.23.1 |
| 1094 | 2023-11-20T20:02:47.313Z | Downloaded hkdf v0.12.3 |
| 1095 | 2023-11-20T20:02:47.319Z | Downloaded hashbrown v0.13.2 |
| 1096 | 2023-11-20T20:02:47.327Z | Downloaded rand v0.8.5 |
| 1097 | 2023-11-20T20:02:47.335Z | Downloaded ring v0.16.20 |
| 1098 | 2023-11-20T20:02:47.500Z | Downloaded reedline v0.26.0 |
| 1099 | 2023-11-20T20:02:47.512Z | Downloaded h2 v0.3.21 |
| 1100 | 2023-11-20T20:02:47.525Z | Downloaded futures-util v0.3.29 |
| 1101 | 2023-11-20T20:02:47.547Z | Downloaded bitvec v1.0.1 |
| 1102 | 2023-11-20T20:02:47.576Z | Downloaded bindgen v0.65.1 |
| 1103 | 2023-11-20T20:02:47.588Z | Downloaded x509-cert v0.2.4 |
| 1104 | 2023-11-20T20:02:47.601Z | Downloaded time v0.3.27 |
| 1105 | 2023-11-20T20:02:47.612Z | Downloaded headers v0.3.9 |
| 1106 | 2023-11-20T20:02:47.621Z | Downloaded pretty_assertions v1.4.0 |
| 1107 | 2023-11-20T20:02:48.030Z | Downloaded reqwest v0.11.22 |
| 1108 | 2023-11-20T20:02:48.033Z | Downloaded idna v0.4.0 |
| 1109 | 2023-11-20T20:02:48.036Z | Downloaded idna v0.2.3 |
| 1110 | 2023-11-20T20:02:48.039Z | Downloaded chrono v0.4.31 |
| 1111 | 2023-11-20T20:02:48.043Z | Downloaded snafu v0.7.5 |
| 1112 | 2023-11-20T20:02:48.053Z | Downloaded tough v0.14.0 |
| 1113 | 2023-11-20T20:02:48.060Z | Downloaded socket2 v0.5.4 |
| 1114 | 2023-11-20T20:02:48.063Z | Downloaded futures v0.3.29 |
| 1115 | 2023-11-20T20:02:48.067Z | Downloaded regex-automata v0.1.10 |
| 1116 | 2023-11-20T20:02:48.070Z | Downloaded rustc-demangle v0.1.23 |
| 1117 | 2023-11-20T20:02:48.073Z | Downloaded pem-rfc7468 v0.7.0 |
| 1118 | 2023-11-20T20:02:48.076Z | Downloaded signal-hook v0.3.17 |
| 1119 | 2023-11-20T20:02:48.079Z | Downloaded phf_shared v0.11.2 |
| 1120 | 2023-11-20T20:02:48.082Z | Downloaded diesel_derives v2.1.1 |
| 1121 | 2023-11-20T20:02:48.085Z | Downloaded http v0.2.11 |
| 1122 | 2023-11-20T20:02:48.088Z | Downloaded strum_macros v0.24.3 |
| 1123 | 2023-11-20T20:02:48.091Z | Downloaded socket2 v0.4.9 |
| 1124 | 2023-11-20T20:02:48.094Z | Downloaded prettyplease v0.2.12 |
| 1125 | 2023-11-20T20:02:48.097Z | Downloaded aho-corasick v1.0.4 |
| 1126 | 2023-11-20T20:02:48.100Z | Downloaded pest v2.7.2 |
| 1127 | 2023-11-20T20:02:48.103Z | Downloaded zerocopy v0.6.4 |
| 1128 | 2023-11-20T20:02:48.106Z | Downloaded tracing v0.1.37 |
| 1129 | 2023-11-20T20:02:48.109Z | Downloaded itertools v0.11.0 |
| 1130 | 2023-11-20T20:02:48.112Z | Downloaded rcgen v0.11.3 |
| 1131 | 2023-11-20T20:02:48.115Z | Downloaded serde_yaml v0.9.25 |
| 1132 | 2023-11-20T20:02:48.118Z | Downloaded semver v0.11.0 |
| 1133 | 2023-11-20T20:02:48.121Z | Downloaded snafu-derive v0.7.5 |
| 1134 | 2023-11-20T20:02:48.123Z | Downloaded hex v0.4.3 |
| 1135 | 2023-11-20T20:02:48.126Z | Downloaded wyz v0.5.1 |
| 1136 | 2023-11-20T20:02:48.130Z | Downloaded httparse v1.8.0 |
| 1137 | 2023-11-20T20:02:48.134Z | Downloaded predicates v2.1.5 |
| 1138 | 2023-11-20T20:02:48.138Z | Downloaded vte v0.11.1 |
| 1139 | 2023-11-20T20:02:48.141Z | Downloaded typenum v1.16.0 |
| 1140 | 2023-11-20T20:02:48.145Z | Downloaded filetime v0.2.22 |
| 1141 | 2023-11-20T20:02:48.148Z | Downloaded expectorate v1.1.0 |
| 1142 | 2023-11-20T20:02:48.151Z | Downloaded libm v0.2.7 |
| 1143 | 2023-11-20T20:02:48.154Z | Downloaded num-bigint-dig v0.8.4 |
| 1144 | 2023-11-20T20:02:48.157Z | Downloaded xattr v1.0.1 |
| 1145 | 2023-11-20T20:02:48.160Z | Downloaded semver v0.1.20 |
| 1146 | 2023-11-20T20:02:48.163Z | Downloaded serde_tokenstream v0.2.0 |
| 1147 | 2023-11-20T20:02:48.166Z | Downloaded pkcs1 v0.7.5 |
| 1148 | 2023-11-20T20:02:48.168Z | Downloaded hashbrown v0.12.3 |
| 1149 | 2023-11-20T20:02:48.171Z | Downloaded term v0.7.0 |
| 1150 | 2023-11-20T20:02:48.174Z | Downloaded hex-literal v0.4.1 |
| 1151 | 2023-11-20T20:02:48.177Z | Downloaded serde_with_macros v2.3.3 |
| 1152 | 2023-11-20T20:02:48.180Z | Downloaded unicode-normalization v0.1.22 |
| 1153 | 2023-11-20T20:02:48.183Z | Downloaded spki v0.7.2 |
| 1154 | 2023-11-20T20:02:48.186Z | Downloaded yansi v0.5.1 |
| 1155 | 2023-11-20T20:02:48.188Z | Downloaded pkg-config v0.3.27 |
| 1156 | 2023-11-20T20:02:48.191Z | Downloaded rand_chacha v0.3.1 |
| 1157 | 2023-11-20T20:02:48.194Z | Downloaded radium v0.7.0 |
| 1158 | 2023-11-20T20:02:48.197Z | Downloaded static_assertions v1.1.0 |
| 1159 | 2023-11-20T20:02:48.200Z | Downloaded serde_path_to_error v0.1.14 |
| 1160 | 2023-11-20T20:02:48.203Z | Downloaded ucd-trie v0.1.6 |
| 1161 | 2023-11-20T20:02:48.206Z | Downloaded salty v0.2.0 |
| 1162 | 2023-11-20T20:02:48.209Z | Downloaded tracing-core v0.1.31 |
| 1163 | 2023-11-20T20:02:48.212Z | Downloaded poly1305 v0.8.0 |
| 1164 | 2023-11-20T20:02:48.214Z | Downloaded similar v2.2.1 |
| 1165 | 2023-11-20T20:02:48.219Z | Downloaded partial-io v0.5.4 |
| 1166 | 2023-11-20T20:02:48.222Z | Downloaded digest v0.10.7 |
| 1167 | 2023-11-20T20:02:48.225Z | Downloaded getopts v0.2.21 |
| 1168 | 2023-11-20T20:02:48.227Z | Downloaded toml v0.5.11 |
| 1169 | 2023-11-20T20:02:48.230Z | Downloaded itertools v0.10.5 |
| 1170 | 2023-11-20T20:02:48.233Z | Downloaded zone_cfg_derive v0.3.0 |
| 1171 | 2023-11-20T20:02:48.236Z | Downloaded pkcs8 v0.10.2 |
| 1172 | 2023-11-20T20:02:48.239Z | Downloaded smallvec v1.11.0 |
| 1173 | 2023-11-20T20:02:48.241Z | Downloaded elliptic-curve v0.13.5 |
| 1174 | 2023-11-20T20:02:48.244Z | Downloaded rustls-pemfile v1.0.3 |
| 1175 | 2023-11-20T20:02:48.247Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1176 | 2023-11-20T20:02:48.250Z | Downloaded rustc-hash v1.1.0 |
| 1177 | 2023-11-20T20:02:48.253Z | Downloaded which v4.4.0 |
| 1178 | 2023-11-20T20:02:48.256Z | Downloaded derive-where v1.2.5 |
| 1179 | 2023-11-20T20:02:48.259Z | Downloaded ed25519 v1.5.3 |
| 1180 | 2023-11-20T20:02:48.262Z | Downloaded num-bigint v0.4.4 |
| 1181 | 2023-11-20T20:02:48.265Z | Downloaded mio v0.8.8 |
| 1182 | 2023-11-20T20:02:48.268Z | Downloaded clap v2.34.0 |
| 1183 | 2023-11-20T20:02:48.270Z | Downloaded toml v0.7.8 |
| 1184 | 2023-11-20T20:02:48.276Z | Downloaded zeroize v1.6.0 |
| 1185 | 2023-11-20T20:02:48.279Z | Downloaded rstest_macros v0.18.2 |
| 1186 | 2023-11-20T20:02:48.282Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1187 | 2023-11-20T20:02:48.285Z | Downloaded dirs-sys-next v0.1.2 |
| 1188 | 2023-11-20T20:02:48.288Z | Downloaded dirs-next v2.0.0 |
| 1189 | 2023-11-20T20:02:48.290Z | Downloaded yasna v0.5.2 |
| 1190 | 2023-11-20T20:02:48.321Z | Downloaded url v2.4.1 |
| 1191 | 2023-11-20T20:02:48.324Z | Downloaded waitgroup v0.1.2 |
| 1192 | 2023-11-20T20:02:48.327Z | Downloaded stable_deref_trait v1.2.0 |
| 1193 | 2023-11-20T20:02:48.331Z | Downloaded termios v0.3.3 |
| 1194 | 2023-11-20T20:02:48.334Z | Downloaded termcolor v1.2.0 |
| 1195 | 2023-11-20T20:02:48.337Z | Downloaded strsim v0.8.0 |
| 1196 | 2023-11-20T20:02:48.340Z | Downloaded wait-timeout v0.2.0 |
| 1197 | 2023-11-20T20:02:48.342Z | Downloaded rand_core v0.6.4 |
| 1198 | 2023-11-20T20:02:48.345Z | Downloaded fatfs v0.3.6 |
| 1199 | 2023-11-20T20:02:48.348Z | Downloaded similar-asserts v1.5.0 |
| 1200 | 2023-11-20T20:02:48.351Z | Downloaded vec_map v0.8.2 |
| 1201 | 2023-11-20T20:02:48.354Z | Downloaded rayon-core v1.12.0 |
| 1202 | 2023-11-20T20:02:48.357Z | Downloaded trust-dns-server v0.22.1 |
| 1203 | 2023-11-20T20:02:48.359Z | Downloaded tracing-attributes v0.1.26 |
| 1204 | 2023-11-20T20:02:48.362Z | Downloaded r2d2 v0.8.10 |
| 1205 | 2023-11-20T20:02:48.365Z | Downloaded half v1.8.2 |
| 1206 | 2023-11-20T20:02:48.367Z | Downloaded dashmap v5.5.1 |
| 1207 | 2023-11-20T20:02:48.370Z | Downloaded schemars v0.8.13 |
| 1208 | 2023-11-20T20:02:48.373Z | Downloaded flume v0.11.0 |
| 1209 | 2023-11-20T20:02:48.375Z | Downloaded zone v0.3.0 |
| 1210 | 2023-11-20T20:02:48.378Z | Downloaded tui-tree-widget v0.13.0 |
| 1211 | 2023-11-20T20:02:48.381Z | Downloaded serde_derive_internals v0.26.0 |
| 1212 | 2023-11-20T20:02:48.384Z | Downloaded funty v2.0.0 |
| 1213 | 2023-11-20T20:02:48.386Z | Downloaded rand_xorshift v0.3.0 |
| 1214 | 2023-11-20T20:02:48.389Z | Downloaded smallvec v0.6.14 |
| 1215 | 2023-11-20T20:02:48.392Z | Downloaded signal-hook-registry v1.4.1 |
| 1216 | 2023-11-20T20:02:48.395Z | Downloaded rust-argon2 v1.0.1 |
| 1217 | 2023-11-20T20:02:48.398Z | Downloaded crossbeam-channel v0.5.8 |
| 1218 | 2023-11-20T20:02:48.401Z | Downloaded enum-as-inner v0.5.1 |
| 1219 | 2023-11-20T20:02:48.403Z | Downloaded rstest v0.18.2 |
| 1220 | 2023-11-20T20:02:48.406Z | Downloaded structmeta-derive v0.2.0 |
| 1221 | 2023-11-20T20:02:48.410Z | Downloaded subprocess v0.2.9 |
| 1222 | 2023-11-20T20:02:48.412Z | Downloaded phf v0.11.2 |
| 1223 | 2023-11-20T20:02:48.415Z | Downloaded getrandom v0.2.10 |
| 1224 | 2023-11-20T20:02:48.418Z | Downloaded siphasher v0.3.11 |
| 1225 | 2023-11-20T20:02:48.421Z | Downloaded sha1 v0.10.6 |
| 1226 | 2023-11-20T20:02:48.424Z | Downloaded minimal-lexical v0.2.1 |
| 1227 | 2023-11-20T20:02:48.426Z | Downloaded unsafe-libyaml v0.2.9 |
| 1228 | 2023-11-20T20:02:48.429Z | Downloaded pest_derive v2.7.2 |
| 1229 | 2023-11-20T20:02:48.432Z | Downloaded openssl-sys v0.9.93 |
| 1230 | 2023-11-20T20:02:48.435Z | Downloaded derive_more v0.99.17 |
| 1231 | 2023-11-20T20:02:48.438Z | Downloaded home v0.5.5 |
| 1232 | 2023-11-20T20:02:48.441Z | Downloaded structmeta v0.2.0 |
| 1233 | 2023-11-20T20:02:48.449Z | Downloaded signature v2.1.0 |
| 1234 | 2023-11-20T20:02:48.457Z | Downloaded fastrand v2.0.0 |
| 1235 | 2023-11-20T20:02:48.468Z | Downloaded unicode-bidi v0.3.13 |
| 1236 | 2023-11-20T20:02:48.474Z | Downloaded uuid v1.5.0 |
| 1237 | 2023-11-20T20:02:48.483Z | Downloaded subtle v2.5.0 |
| 1238 | 2023-11-20T20:02:48.895Z | Downloaded hyper-rustls v0.24.2 |
| 1239 | 2023-11-20T20:02:48.900Z | Downloaded futures-core v0.3.29 |
| 1240 | 2023-11-20T20:02:48.904Z | Downloaded pest_meta v2.7.2 |
| 1241 | 2023-11-20T20:02:48.908Z | Downloaded either v1.9.0 |
| 1242 | 2023-11-20T20:02:48.913Z | Downloaded dof v0.1.5 |
| 1243 | 2023-11-20T20:02:48.916Z | Downloaded rusty-fork v0.3.0 |
| 1244 | 2023-11-20T20:02:48.919Z | Downloaded relative-path v1.9.0 |
| 1245 | 2023-11-20T20:02:48.922Z | Downloaded futures-channel v0.3.29 |
| 1246 | 2023-11-20T20:02:48.925Z | Downloaded mime_guess v2.0.4 |
| 1247 | 2023-11-20T20:02:48.929Z | Downloaded fragile v2.0.0 |
| 1248 | 2023-11-20T20:02:48.933Z | Downloaded base64 v0.21.5 |
| 1249 | 2023-11-20T20:02:48.938Z | Downloaded backtrace v0.3.69 |
| 1250 | 2023-11-20T20:02:48.943Z | Downloaded strum v0.25.0 |
| 1251 | 2023-11-20T20:02:48.947Z | Downloaded derive_builder_core v0.12.0 |
| 1252 | 2023-11-20T20:02:48.954Z | Downloaded futures-macro v0.3.29 |
| 1253 | 2023-11-20T20:02:48.961Z | Downloaded serde_urlencoded v0.7.1 |
| 1254 | 2023-11-20T20:02:48.966Z | Downloaded serde_tokenstream v0.1.7 |
| 1255 | 2023-11-20T20:02:48.971Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1256 | 2023-11-20T20:02:48.979Z | Downloaded rtoolbox v0.0.1 |
| 1257 | 2023-11-20T20:02:48.986Z | Downloaded rpassword v7.2.0 |
| 1258 | 2023-11-20T20:02:48.991Z | Downloaded thread-id v4.2.0 |
| 1259 | 2023-11-20T20:02:48.996Z | Downloaded parking_lot v0.11.2 |
| 1260 | 2023-11-20T20:02:49.422Z | Downloaded papergrid v0.10.0 |
| 1261 | 2023-11-20T20:02:49.427Z | Downloaded owo-colors v3.5.0 |
| 1262 | 2023-11-20T20:02:49.431Z | Downloaded ref-cast-impl v1.0.20 |
| 1263 | 2023-11-20T20:02:49.435Z | Downloaded parse-display-derive v0.8.2 |
| 1264 | 2023-11-20T20:02:49.452Z | Downloaded float-cmp v0.9.0 |
| 1265 | 2023-11-20T20:02:49.458Z | Downloaded dtrace-parser v0.1.14 |
| 1266 | 2023-11-20T20:02:49.461Z | Downloaded humantime v2.1.0 |
| 1267 | 2023-11-20T20:02:49.464Z | Downloaded generic-array v0.14.7 |
| 1268 | 2023-11-20T20:02:49.467Z | Downloaded futures-timer v3.0.2 |
| 1269 | 2023-11-20T20:02:49.470Z | Downloaded futures-sink v0.3.29 |
| 1270 | 2023-11-20T20:02:49.473Z | Downloaded futures-io v0.3.29 |
| 1271 | 2023-11-20T20:02:49.476Z | Downloaded futures-executor v0.3.29 |
| 1272 | 2023-11-20T20:02:49.479Z | Downloaded fs-err v2.10.0 |
| 1273 | 2023-11-20T20:02:49.482Z | Downloaded derive_builder v0.12.0 |
| 1274 | 2023-11-20T20:02:49.485Z | Downloaded deranged v0.3.8 |
| 1275 | 2023-11-20T20:02:49.488Z | Downloaded cc v1.0.83 |
| 1276 | 2023-11-20T20:02:49.491Z | Downloaded bytes v1.5.0 |
| 1277 | 2023-11-20T20:02:49.494Z | Downloaded base64 v0.13.1 |
| 1278 | 2023-11-20T20:02:49.497Z | Downloaded arc-swap v1.6.0 |
| 1279 | 2023-11-20T20:02:49.500Z | Downloaded structopt v0.3.26 |
| 1280 | 2023-11-20T20:02:49.503Z | Downloaded parking_lot v0.12.1 |
| 1281 | 2023-11-20T20:02:49.505Z | Downloaded indicatif v0.17.7 |
| 1282 | 2023-11-20T20:02:49.509Z | Downloaded num-traits v0.2.16 |
| 1283 | 2023-11-20T20:02:49.511Z | Downloaded unicode-width v0.1.11 |
| 1284 | 2023-11-20T20:02:49.514Z | Downloaded foreign-types-shared v0.3.1 |
| 1285 | 2023-11-20T20:02:49.517Z | Downloaded scopeguard v1.2.0 |
| 1286 | 2023-11-20T20:02:49.520Z | Downloaded swrite v0.1.0 |
| 1287 | 2023-11-20T20:02:49.523Z | Downloaded remove_dir_all v0.5.3 |
| 1288 | 2023-11-20T20:02:49.526Z | Downloaded olpc-cjson v0.1.3 |
| 1289 | 2023-11-20T20:02:49.529Z | Downloaded num-complex v0.4.4 |
| 1290 | 2023-11-20T20:02:49.532Z | Downloaded usdt-impl v0.3.5 |
| 1291 | 2023-11-20T20:02:49.535Z | Downloaded darling v0.14.4 |
| 1292 | 2023-11-20T20:02:49.538Z | Downloaded der_derive v0.7.2 |
| 1293 | 2023-11-20T20:02:49.541Z | Downloaded mockall_derive v0.11.4 |
| 1294 | 2023-11-20T20:02:49.544Z | Downloaded utf-8 v0.7.6 |
| 1295 | 2023-11-20T20:02:49.547Z | Downloaded debug-ignore v1.0.5 |
| 1296 | 2023-11-20T20:02:49.550Z | Downloaded datatest-stable v0.2.3 |
| 1297 | 2023-11-20T20:02:49.554Z | Downloaded const-oid v0.9.5 |
| 1298 | 2023-11-20T20:02:49.557Z | Downloaded crc32fast v1.3.2 |
| 1299 | 2023-11-20T20:02:49.559Z | Downloaded slog-term v2.9.0 |
| 1300 | 2023-11-20T20:02:49.563Z | Downloaded multer v2.1.0 |
| 1301 | 2023-11-20T20:02:49.566Z | Downloaded blake2b_simd v1.0.1 |
| 1302 | 2023-11-20T20:02:49.569Z | Downloaded blake2 v0.10.6 |
| 1303 | 2023-11-20T20:02:49.572Z | Downloaded spin v0.9.8 |
| 1304 | 2023-11-20T20:02:49.575Z | Downloaded libtest-mimic v0.6.1 |
| 1305 | 2023-11-20T20:02:49.581Z | Downloaded base64ct v1.6.0 |
| 1306 | 2023-11-20T20:02:49.585Z | Downloaded data-encoding v2.4.0 |
| 1307 | 2023-11-20T20:02:49.588Z | Downloaded slog-async v2.8.0 |
| 1308 | 2023-11-20T20:02:49.591Z | Downloaded num-derive v0.4.0 |
| 1309 | 2023-11-20T20:02:49.594Z | Downloaded memoffset v0.9.0 |
| 1310 | 2023-11-20T20:02:49.599Z | Downloaded hyper-staticfile v0.9.5 |
| 1311 | 2023-11-20T20:02:49.601Z | Downloaded path-dedot v3.1.0 |
| 1312 | 2023-11-20T20:02:49.604Z | Downloaded path-absolutize v3.1.0 |
| 1313 | 2023-11-20T20:02:49.607Z | Downloaded unicode-linebreak v0.1.5 |
| 1314 | 2023-11-20T20:02:49.610Z | Downloaded nibble_vec v0.1.0 |
| 1315 | 2023-11-20T20:02:49.614Z | Downloaded foreign-types v0.5.0 |
| 1316 | 2023-11-20T20:02:49.617Z | Downloaded foreign-types v0.3.2 |
| 1317 | 2023-11-20T20:02:49.620Z | Downloaded rustversion v1.0.14 |
| 1318 | 2023-11-20T20:02:49.623Z | Downloaded usdt v0.3.5 |
| 1319 | 2023-11-20T20:02:49.627Z | Downloaded once_cell v1.18.0 |
| 1320 | 2023-11-20T20:02:49.632Z | Downloaded omicron-zone-package v0.9.1 |
| 1321 | 2023-11-20T20:02:49.635Z | Downloaded crossterm v0.27.0 |
| 1322 | 2023-11-20T20:02:49.638Z | Downloaded serde_plain v1.0.2 |
| 1323 | 2023-11-20T20:02:49.641Z | Downloaded untrusted v0.9.0 |
| 1324 | 2023-11-20T20:02:49.644Z | Downloaded untrusted v0.7.1 |
| 1325 | 2023-11-20T20:02:49.647Z | Downloaded universal-hash v0.5.1 |
| 1326 | 2023-11-20T20:02:49.651Z | Downloaded unicode-xid v0.2.4 |
| 1327 | 2023-11-20T20:02:49.654Z | Downloaded nanorand v0.7.0 |
| 1328 | 2023-11-20T20:02:49.657Z | Downloaded macaddr v1.0.1 |
| 1329 | 2023-11-20T20:02:49.660Z | Downloaded linear-map v1.2.0 |
| 1330 | 2023-11-20T20:02:49.666Z | Downloaded backoff v0.4.0 |
| 1331 | 2023-11-20T20:02:49.676Z | Downloaded ahash v0.8.3 |
| 1332 | 2023-11-20T20:02:49.679Z | Downloaded argon2 v0.5.2 |
| 1333 | 2023-11-20T20:02:49.682Z | Downloaded strum_macros v0.25.2 |
| 1334 | 2023-11-20T20:02:49.685Z | Downloaded darling_core v0.14.4 |
| 1335 | 2023-11-20T20:02:49.688Z | Downloaded bitflags v2.4.0 |
| 1336 | 2023-11-20T20:02:49.692Z | Downloaded slab v0.4.9 |
| 1337 | 2023-11-20T20:02:49.700Z | Downloaded native-tls v0.2.11 |
| 1338 | 2023-11-20T20:02:49.703Z | Downloaded tabled_derive v0.6.0 |
| 1339 | 2023-11-20T20:02:49.706Z | Downloaded spin v0.5.2 |
| 1340 | 2023-11-20T20:02:49.709Z | Downloaded shell-words v1.1.0 |
| 1341 | 2023-11-20T20:02:49.713Z | Downloaded packed_struct_codegen v0.10.1 |
| 1342 | 2023-11-20T20:02:49.717Z | Downloaded num_enum_derive v0.5.11 |
| 1343 | 2023-11-20T20:02:49.724Z | Downloaded slog-bunyan v2.4.0 |
| 1344 | 2023-11-20T20:02:49.727Z | Downloaded async-trait v0.1.74 |
| 1345 | 2023-11-20T20:02:49.730Z | Downloaded arrayvec v0.7.4 |
| 1346 | 2023-11-20T20:02:49.733Z | Downloaded serde-big-array v0.5.1 |
| 1347 | 2023-11-20T20:02:49.736Z | Downloaded stringprep v0.1.3 |
| 1348 | 2023-11-20T20:02:49.739Z | Downloaded string_cache v0.8.7 |
| 1349 | 2023-11-20T20:02:49.742Z | Downloaded slog-stdlog v4.1.1 |
| 1350 | 2023-11-20T20:02:49.746Z | Downloaded nu-ansi-term v0.49.0 |
| 1351 | 2023-11-20T20:02:49.749Z | Downloaded lru-cache v0.1.2 |
| 1352 | 2023-11-20T20:02:49.752Z | Downloaded libsw v3.3.0 |
| 1353 | 2023-11-20T20:02:49.755Z | Downloaded usdt-attr-macro v0.3.5 |
| 1354 | 2023-11-20T20:02:49.758Z | Downloaded num_cpus v1.16.0 |
| 1355 | 2023-11-20T20:02:49.762Z | Downloaded num v0.4.1 |
| 1356 | 2023-11-20T20:02:49.765Z | Downloaded criterion-plot v0.5.0 |
| 1357 | 2023-11-20T20:02:49.769Z | Downloaded lock_api v0.4.10 |
| 1358 | 2023-11-20T20:02:49.772Z | Downloaded crypto-bigint v0.5.2 |
| 1359 | 2023-11-20T20:02:49.776Z | Downloaded crossbeam v0.8.2 |
| 1360 | 2023-11-20T20:02:49.779Z | Downloaded new_debug_unreachable v1.0.4 |
| 1361 | 2023-11-20T20:02:49.782Z | Downloaded oorandom v11.1.3 |
| 1362 | 2023-11-20T20:02:49.786Z | Downloaded maplit v1.0.2 |
| 1363 | 2023-11-20T20:02:49.789Z | Downloaded keccak v0.1.4 |
| 1364 | 2023-11-20T20:02:49.792Z | Downloaded lazy_static v1.4.0 |
| 1365 | 2023-11-20T20:02:49.795Z | Downloaded itertools v0.12.0 |
| 1366 | 2023-11-20T20:02:49.799Z | Downloaded openssl-macros v0.1.1 |
| 1367 | 2023-11-20T20:02:49.802Z | Downloaded number_prefix v0.4.0 |
| 1368 | 2023-11-20T20:02:49.805Z | Downloaded bytesize v1.3.0 |
| 1369 | 2023-11-20T20:02:49.807Z | Downloaded buf-list v1.0.3 |
| 1370 | 2023-11-20T20:02:49.811Z | Downloaded bit-vec v0.6.3 |
| 1371 | 2023-11-20T20:02:49.817Z | Downloaded bb8 v0.8.1 |
| 1372 | 2023-11-20T20:02:49.820Z | Downloaded md-5 v0.10.5 |
| 1373 | 2023-11-20T20:02:49.825Z | Downloaded ciborium-ll v0.2.1 |
| 1374 | 2023-11-20T20:02:49.828Z | Downloaded ciborium-io v0.2.1 |
| 1375 | 2023-11-20T20:02:49.831Z | Downloaded managed v0.8.0 |
| 1376 | 2023-11-20T20:02:49.834Z | Downloaded chacha20 v0.9.1 |
| 1377 | 2023-11-20T20:02:49.837Z | Downloaded bytecount v0.6.3 |
| 1378 | 2023-11-20T20:02:49.841Z | Downloaded block-buffer v0.10.4 |
| 1379 | 2023-11-20T20:02:49.848Z | Downloaded bit-set v0.5.3 |
| 1380 | 2023-11-20T20:02:49.859Z | Downloaded base16ct v0.2.0 |
| 1381 | 2023-11-20T20:02:49.871Z | Downloaded take_mut v0.2.2 |
| 1382 | 2023-11-20T20:02:49.882Z | Downloaded signature v1.6.4 |
| 1383 | 2023-11-20T20:02:49.889Z | Downloaded mime v0.3.17 |
| 1384 | 2023-11-20T20:02:49.892Z | Downloaded bitfield v0.14.0 |
| 1385 | 2023-11-20T20:02:49.895Z | Downloaded ascii-canvas v3.0.0 |
| 1386 | 2023-11-20T20:02:49.898Z | Downloaded num_threads v0.1.6 |
| 1387 | 2023-11-20T20:02:49.901Z | Downloaded maybe-uninit v2.0.0 |
| 1388 | 2023-11-20T20:02:49.904Z | Downloaded convert_case v0.4.0 |
| 1389 | 2023-11-20T20:02:49.907Z | Downloaded byteorder v1.5.0 |
| 1390 | 2023-11-20T20:02:49.910Z | Downloaded atomicwrites v0.4.2 |
| 1391 | 2023-11-20T20:02:49.913Z | Downloaded signal-hook-tokio v0.3.1 |
| 1392 | 2023-11-20T20:02:49.918Z | Downloaded serde-big-array v0.4.1 |
| 1393 | 2023-11-20T20:02:49.922Z | Downloaded matches v0.1.10 |
| 1394 | 2023-11-20T20:02:49.924Z | Downloaded crunchy v0.2.2 |
| 1395 | 2023-11-20T20:02:49.928Z | Downloaded assert_matches v1.5.0 |
| 1396 | 2023-11-20T20:02:49.931Z | Downloaded aead v0.5.2 |
| 1397 | 2023-11-20T20:02:49.934Z | Downloaded openssl-probe v0.1.5 |
| 1398 | 2023-11-20T20:02:49.940Z | Downloaded memoffset v0.7.1 |
| 1399 | 2023-11-20T20:02:49.944Z | Downloaded normalize-line-endings v0.3.0 |
| 1400 | 2023-11-20T20:02:49.947Z | Downloaded arrayref v0.3.7 |
| 1401 | 2023-11-20T20:02:49.951Z | Downloaded libloading v0.7.4 |
| 1402 | 2023-11-20T20:02:49.954Z | Downloaded inout v0.1.3 |
| 1403 | 2023-11-20T20:02:49.957Z | Downloaded cipher v0.4.4 |
| 1404 | 2023-11-20T20:02:49.960Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1405 | 2023-11-20T20:02:49.964Z | Downloaded indexmap v1.9.3 |
| 1406 | 2023-11-20T20:02:49.967Z | Downloaded instant v0.1.12 |
| 1407 | 2023-11-20T20:02:49.970Z | Downloaded indoc v1.0.9 |
| 1408 | 2023-11-20T20:02:49.973Z | Downloaded hyper-tls v0.5.0 |
| 1409 | 2023-11-20T20:02:49.977Z | Downloaded approx v0.5.1 |
| 1410 | 2023-11-20T20:02:49.980Z | Downloaded iana-time-zone v0.1.57 |
| 1411 | 2023-11-20T20:02:49.983Z | Downloaded crc-any v2.4.3 |
| 1412 | 2023-11-20T20:02:49.988Z | Downloaded darling_core v0.20.3 |
| 1413 | 2023-11-20T20:02:49.991Z | Downloaded console v0.15.7 |
| 1414 | 2023-11-20T20:02:49.994Z | Downloaded cassowary v0.3.0 |
| 1415 | 2023-11-20T20:02:49.998Z | Downloaded cancel-safe-futures v0.1.5 |
| 1416 | 2023-11-20T20:02:50.003Z | Downloaded anes v0.1.6 |
| 1417 | 2023-11-20T20:02:50.006Z | Downloaded adler v1.0.2 |
| 1418 | 2023-11-20T20:02:50.009Z | Downloaded is_ci v1.1.1 |
| 1419 | 2023-11-20T20:02:50.013Z | Downloaded crossbeam-utils v0.8.16 |
| 1420 | 2023-11-20T20:02:50.016Z | Downloaded criterion v0.5.1 |
| 1421 | 2023-11-20T20:02:50.019Z | Downloaded clang-sys v1.6.1 |
| 1422 | 2023-11-20T20:02:50.024Z | Downloaded chacha20poly1305 v0.10.1 |
| 1423 | 2023-11-20T20:02:50.028Z | Downloaded libefi-sys v0.1.0 |
| 1424 | 2023-11-20T20:02:50.031Z | Downloaded lalrpop-util v0.19.12 |
| 1425 | 2023-11-20T20:02:50.034Z | Downloaded crossbeam-epoch v0.9.15 |
| 1426 | 2023-11-20T20:02:50.037Z | Downloaded cookie v0.18.0 |
| 1427 | 2023-11-20T20:02:50.041Z | Downloaded constant_time_eq v0.2.6 |
| 1428 | 2023-11-20T20:02:50.046Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1429 | 2023-11-20T20:02:50.050Z | Downloaded cstr-argument v0.1.2 |
| 1430 | 2023-11-20T20:02:50.054Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1431 | 2023-11-20T20:02:50.057Z | Downloaded is-terminal v0.4.9 |
| 1432 | 2023-11-20T20:02:50.061Z | Downloaded crossbeam-queue v0.3.8 |
| 1433 | 2023-11-20T20:02:50.064Z | Downloaded crc v3.0.1 |
| 1434 | 2023-11-20T20:02:50.067Z | Downloaded corncobs v0.1.3 |
| 1435 | 2023-11-20T20:02:50.070Z | Downloaded colored v2.0.4 |
| 1436 | 2023-11-20T20:02:50.074Z | Downloaded newtype_derive v0.1.6 |
| 1437 | 2023-11-20T20:02:50.078Z | Downloaded crypto-common v0.1.6 |
| 1438 | 2023-11-20T20:02:50.081Z | Downloaded constant_time_eq v0.3.0 |
| 1439 | 2023-11-20T20:02:50.084Z | Downloaded cfg-if v1.0.0 |
| 1440 | 2023-11-20T20:02:50.090Z | Downloaded cfg-if v0.1.10 |
| 1441 | 2023-11-20T20:02:50.095Z | Downloaded cexpr v0.6.0 |
| 1442 | 2023-11-20T20:02:50.098Z | Compiling proc-macro2 v1.0.69 |
| 1443 | 2023-11-20T20:02:50.101Z | Compiling serde v1.0.192 |
| 1444 | 2023-11-20T20:02:50.104Z | Compiling autocfg v1.1.0 |
| 1445 | 2023-11-20T20:02:50.107Z | Compiling version_check v0.9.4 |
| 1446 | 2023-11-20T20:02:50.110Z | Compiling syn v1.0.109 |
| 1447 | 2023-11-20T20:02:50.113Z | Compiling parking_lot_core v0.9.8 |
| 1448 | 2023-11-20T20:02:50.116Z | Compiling libm v0.2.7 |
| 1449 | 2023-11-20T20:02:50.120Z | Compiling libc v0.2.150 |
| 1450 | 2023-11-20T20:02:50.124Z | Compiling futures-core v0.3.29 |
| 1451 | 2023-11-20T20:02:50.217Z | Compiling cfg-if v1.0.0 |
| 1452 | 2023-11-20T20:02:50.327Z | Compiling typenum v1.16.0 |
| 1453 | 2023-11-20T20:02:50.445Z | Compiling once_cell v1.18.0 |
| 1454 | 2023-11-20T20:02:50.541Z | Compiling futures-task v0.3.29 |
| 1455 | 2023-11-20T20:02:50.661Z | Compiling generic-array v0.14.7 |
| 1456 | 2023-11-20T20:02:50.673Z | Compiling lock_api v0.4.10 |
| 1457 | 2023-11-20T20:02:51.004Z | Compiling quote v1.0.33 |
| 1458 | 2023-11-20T20:02:51.027Z | Compiling num-traits v0.2.16 |
| 1459 | 2023-11-20T20:02:51.169Z | Compiling slab v0.4.9 |
| 1460 | 2023-11-20T20:02:51.281Z | Compiling futures-channel v0.3.29 |
| 1461 | 2023-11-20T20:02:51.605Z | Compiling syn v2.0.32 |
| 1462 | 2023-11-20T20:02:51.777Z | Compiling cc v1.0.83 |
| 1463 | 2023-11-20T20:02:52.267Z | Compiling futures-util v0.3.29 |
| 1464 | 2023-11-20T20:02:52.288Z | Compiling memchr v2.6.3 |
| 1465 | 2023-11-20T20:02:52.343Z | Compiling pkg-config v0.3.27 |
| 1466 | 2023-11-20T20:02:52.579Z | Compiling itoa v1.0.9 |
| 1467 | 2023-11-20T20:02:52.707Z | Compiling serde_json v1.0.108 |
| 1468 | 2023-11-20T20:02:52.817Z | Compiling log v0.4.20 |
| 1469 | 2023-11-20T20:02:52.958Z | Compiling rustix v0.38.9 |
| 1470 | 2023-11-20T20:02:53.244Z | Compiling schemars v0.8.13 |
| 1471 | 2023-11-20T20:02:53.542Z | Compiling httparse v1.8.0 |
| 1472 | 2023-11-20T20:02:53.746Z | Compiling indexmap v1.9.3 |
| 1473 | 2023-11-20T20:02:54.057Z | Compiling getrandom v0.2.10 |
| 1474 | 2023-11-20T20:02:54.116Z | Compiling ryu v1.0.15 |
| 1475 | 2023-11-20T20:02:54.218Z | Compiling vcpkg v0.2.15 |
| 1476 | 2023-11-20T20:02:54.570Z | Compiling equivalent v1.0.1 |
| 1477 | 2023-11-20T20:02:54.626Z | Compiling hashbrown v0.14.2 |
| 1478 | 2023-11-20T20:02:54.685Z | Compiling ahash v0.8.3 |
| 1479 | 2023-11-20T20:02:54.710Z | Compiling openssl v0.10.57 |
| 1480 | 2023-11-20T20:02:55.133Z | Compiling scopeguard v1.2.0 |
| 1481 | 2023-11-20T20:02:55.264Z | Compiling fnv v1.0.7 |
| 1482 | 2023-11-20T20:02:55.309Z | Compiling aho-corasick v1.0.4 |
| 1483 | 2023-11-20T20:02:55.422Z | Compiling rustls v0.21.9 |
| 1484 | 2023-11-20T20:02:55.814Z | Compiling regex-syntax v0.8.2 |
| 1485 | 2023-11-20T20:02:56.052Z | Compiling ring v0.16.20 |
| 1486 | 2023-11-20T20:02:56.628Z | Compiling ring v0.17.5 |
| 1487 | 2023-11-20T20:02:57.089Z | Compiling openssl-sys v0.9.93 |
| 1488 | 2023-11-20T20:03:00.003Z | Compiling native-tls v0.2.11 |
| 1489 | 2023-11-20T20:03:00.492Z | Compiling async-trait v0.1.74 |
| 1490 | 2023-11-20T20:03:01.756Z | Compiling regex-automata v0.4.3 |
| 1491 | 2023-11-20T20:03:01.762Z | Compiling ucd-trie v0.1.6 |
| 1492 | 2023-11-20T20:03:01.769Z | Compiling smallvec v1.11.0 |
| 1493 | 2023-11-20T20:03:02.101Z | Compiling unicode-xid v0.2.4 |
| 1494 | 2023-11-20T20:03:02.344Z | Compiling backtrace v0.3.69 |
| 1495 | 2023-11-20T20:03:02.883Z | Compiling crossbeam-utils v0.8.16 |
| 1496 | 2023-11-20T20:03:03.184Z | Compiling serde_derive_internals v0.26.0 |
| 1497 | 2023-11-20T20:03:03.571Z | Compiling parking_lot v0.12.1 |
| 1498 | 2023-11-20T20:03:03.586Z | Compiling iana-time-zone v0.1.57 |
| 1499 | 2023-11-20T20:03:04.084Z | Compiling anyhow v1.0.75 |
| 1500 | 2023-11-20T20:03:04.992Z | Compiling slog v2.7.0 |
| 1501 | 2023-11-20T20:03:05.015Z | Compiling num-integer v0.1.45 |
| 1502 | 2023-11-20T20:03:05.237Z | Compiling dyn-clone v1.0.13 |
| 1503 | 2023-11-20T20:03:05.419Z | Compiling crc32fast v1.3.2 |
| 1504 | 2023-11-20T20:03:05.447Z | Compiling byteorder v1.5.0 |
| 1505 | 2023-11-20T20:03:05.736Z | Compiling synstructure v0.12.6 |
| 1506 | 2023-11-20T20:03:06.187Z | Compiling hashbrown v0.13.2 |
| 1507 | 2023-11-20T20:03:06.191Z | Compiling time-core v0.1.1 |
| 1508 | 2023-11-20T20:03:06.194Z | Compiling spin v0.5.2 |
| 1509 | 2023-11-20T20:03:06.408Z | Compiling time-macros v0.2.13 |
| 1510 | 2023-11-20T20:03:06.512Z | Compiling pin-project-lite v0.2.13 |
| 1511 | 2023-11-20T20:03:06.673Z | Compiling rustversion v1.0.14 |
| 1512 | 2023-11-20T20:03:07.035Z | Compiling winnow v0.5.15 |
| 1513 | 2023-11-20T20:03:07.717Z | Compiling signal-hook-registry v1.4.1 |
| 1514 | 2023-11-20T20:03:08.042Z | Compiling regex v1.10.2 |
| 1515 | 2023-11-20T20:03:08.736Z | Compiling mio v0.8.8 |
| 1516 | 2023-11-20T20:03:10.012Z | Compiling errno v0.3.2 |
| 1517 | 2023-11-20T20:03:10.281Z | Compiling num_cpus v1.16.0 |
| 1518 | 2023-11-20T20:03:10.374Z | Compiling socket2 v0.5.4 |
| 1519 | 2023-11-20T20:03:10.440Z | Compiling usdt-impl v0.3.5 |
| 1520 | 2023-11-20T20:03:10.559Z | Compiling futures-sink v0.3.29 |
| 1521 | 2023-11-20T20:03:10.768Z | Compiling unicode-width v0.1.11 |
| 1522 | 2023-11-20T20:03:10.990Z | Compiling memoffset v0.9.0 |
| 1523 | 2023-11-20T20:03:11.086Z | Compiling tinyvec_macros v0.1.1 |
| 1524 | 2023-11-20T20:03:11.200Z | Compiling tinyvec v1.6.0 |
| 1525 | 2023-11-20T20:03:12.050Z | Compiling pin-utils v0.1.0 |
| 1526 | 2023-11-20T20:03:12.117Z | Compiling futures-io v0.3.29 |
| 1527 | 2023-11-20T20:03:12.177Z | Compiling spin v0.9.8 |
| 1528 | 2023-11-20T20:03:12.204Z | Compiling tracing-core v0.1.31 |
| 1529 | 2023-11-20T20:03:12.508Z | Compiling unicode-bidi v0.3.13 |
| 1530 | 2023-11-20T20:03:12.734Z | Compiling serde_derive v1.0.192 |
| 1531 | 2023-11-20T20:03:12.738Z | Compiling thiserror-impl v1.0.49 |
| 1532 | 2023-11-20T20:03:13.126Z | Compiling zeroize_derive v1.4.2 |
| 1533 | 2023-11-20T20:03:13.386Z | Compiling tokio-macros v2.1.0 |
| 1534 | 2023-11-20T20:03:13.774Z | Compiling futures-macro v0.3.29 |
| 1535 | 2023-11-20T20:03:14.300Z | Compiling tracing-attributes v0.1.26 |
| 1536 | 2023-11-20T20:03:14.593Z | Compiling schemars_derive v0.8.13 |
| 1537 | 2023-11-20T20:03:15.094Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2023-11-20T20:03:15.753Z | Compiling zerocopy-derive v0.2.0 |
| 1539 | 2023-11-20T20:03:16.115Z | Compiling zerocopy-derive v0.6.4 |
| 1540 | 2023-11-20T20:03:17.230Z | Compiling thiserror v1.0.49 |
| 1541 | 2023-11-20T20:03:17.413Z | Compiling pest v2.7.2 |
| 1542 | 2023-11-20T20:03:18.546Z | Compiling zerocopy v0.3.0 |
| 1543 | 2023-11-20T20:03:19.422Z | Compiling unicode-normalization v0.1.22 |
| 1544 | 2023-11-20T20:03:19.429Z | Compiling clap_derive v4.4.2 |
| 1545 | 2023-11-20T20:03:19.436Z | Compiling signal-hook v0.3.17 |
| 1546 | 2023-11-20T20:03:19.748Z | Compiling dof v0.1.5 |
| 1547 | 2023-11-20T20:03:19.752Z | Compiling tracing v0.1.37 |
| 1548 | 2023-11-20T20:03:19.887Z | Compiling strum_macros v0.25.2 |
| 1549 | 2023-11-20T20:03:20.512Z | Compiling lazy_static v1.4.0 |
| 1550 | 2023-11-20T20:03:20.655Z | Compiling thread-id v4.2.0 |
| 1551 | 2023-11-20T20:03:20.806Z | Compiling crossbeam-epoch v0.9.15 |
| 1552 | 2023-11-20T20:03:21.001Z | Compiling strsim v0.10.0 |
| 1553 | 2023-11-20T20:03:21.044Z | Compiling num-iter v0.1.43 |
| 1554 | 2023-11-20T20:03:21.876Z | Compiling pest_meta v2.7.2 |
| 1555 | 2023-11-20T20:03:21.880Z | Compiling either v1.9.0 |
| 1556 | 2023-11-20T20:03:22.058Z | Compiling base64 v0.21.5 |
| 1557 | 2023-11-20T20:03:22.215Z | Compiling rand_core v0.6.4 |
| 1558 | 2023-11-20T20:03:22.362Z | Compiling untrusted v0.7.1 |
| 1559 | 2023-11-20T20:03:22.647Z | Compiling untrusted v0.9.0 |
| 1560 | 2023-11-20T20:03:22.832Z | Compiling foreign-types-shared v0.1.1 |
| 1561 | 2023-11-20T20:03:22.883Z | Compiling openssl-probe v0.1.5 |
| 1562 | 2023-11-20T20:03:22.965Z | Compiling percent-encoding v2.3.0 |
| 1563 | 2023-11-20T20:03:23.226Z | Compiling hashbrown v0.12.3 |
| 1564 | 2023-11-20T20:03:23.307Z | Compiling foreign-types v0.3.2 |
| 1565 | 2023-11-20T20:03:25.105Z | Compiling pest_generator v2.7.2 |
| 1566 | 2023-11-20T20:03:27.019Z | Compiling zeroize v1.6.0 |
| 1567 | 2023-11-20T20:03:28.085Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1568 | 2023-11-20T20:03:28.591Z | Compiling pest_derive v2.7.2 |
| 1569 | 2023-11-20T20:03:28.718Z | Compiling try-lock v0.2.4 |
| 1570 | 2023-11-20T20:03:28.919Z | Compiling want v0.3.1 |
| 1571 | 2023-11-20T20:03:29.298Z | Compiling rustls-webpki v0.101.7 |
| 1572 | 2023-11-20T20:03:29.361Z | Compiling sct v0.7.0 |
| 1573 | 2023-11-20T20:03:29.646Z | Compiling dtrace-parser v0.1.14 |
| 1574 | 2023-11-20T20:03:29.766Z | Compiling form_urlencoded v1.2.0 |
| 1575 | 2023-11-20T20:03:30.202Z | Compiling socket2 v0.4.9 |
| 1576 | 2023-11-20T20:03:30.283Z | Compiling httpdate v1.0.3 |
| 1577 | 2023-11-20T20:03:30.848Z | Compiling tower-service v0.3.2 |
| 1578 | 2023-11-20T20:03:31.009Z | Compiling rustls-pemfile v1.0.3 |
| 1579 | 2023-11-20T20:03:31.402Z | Compiling idna v0.4.0 |
| 1580 | 2023-11-20T20:03:31.509Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1581 | 2023-11-20T20:03:32.073Z | Compiling siphasher v0.3.11 |
| 1582 | 2023-11-20T20:03:32.515Z | Compiling adler v1.0.2 |
| 1583 | 2023-11-20T20:03:32.699Z | Compiling rustls-native-certs v0.6.3 |
| 1584 | 2023-11-20T20:03:32.755Z | Compiling miniz_oxide v0.7.1 |
| 1585 | 2023-11-20T20:03:32.840Z | Compiling ipnet v2.8.0 |
| 1586 | 2023-11-20T20:03:32.887Z | Compiling bitflags v1.3.2 |
| 1587 | 2023-11-20T20:03:33.012Z | Compiling url v2.4.1 |
| 1588 | 2023-11-20T20:03:33.206Z | Compiling encoding_rs v0.8.33 |
| 1589 | 2023-11-20T20:03:33.817Z | Compiling mime v0.3.17 |
| 1590 | 2023-11-20T20:03:34.535Z | Compiling webpki-roots v0.25.2 |
| 1591 | 2023-11-20T20:03:34.563Z | Compiling gimli v0.28.0 |
| 1592 | 2023-11-20T20:03:34.612Z | Compiling crypto-common v0.1.6 |
| 1593 | 2023-11-20T20:03:34.749Z | Compiling enum-as-inner v0.5.1 |
| 1594 | 2023-11-20T20:03:35.070Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1595 | 2023-11-20T20:03:35.616Z | Compiling indexmap v2.1.0 |
| 1596 | 2023-11-20T20:03:35.632Z | Compiling bytes v1.5.0 |
| 1597 | 2023-11-20T20:03:35.744Z | Compiling chrono v0.4.31 |
| 1598 | 2023-11-20T20:03:36.212Z | Compiling uuid v1.5.0 |
| 1599 | 2023-11-20T20:03:37.392Z | Compiling semver v1.0.20 |
| 1600 | 2023-11-20T20:03:37.568Z | Compiling http v0.2.11 |
| 1601 | 2023-11-20T20:03:37.623Z | Compiling bitflags v2.4.0 |
| 1602 | 2023-11-20T20:03:38.219Z | Compiling toml_datetime v0.6.5 |
| 1603 | 2023-11-20T20:03:38.478Z | Compiling serde_spanned v0.6.4 |
| 1604 | 2023-11-20T20:03:38.804Z | Compiling rustc_version v0.4.0 |
| 1605 | 2023-11-20T20:03:38.857Z | Compiling toml_edit v0.19.15 |
| 1606 | 2023-11-20T20:03:40.013Z | Compiling tokio v1.33.0 |
| 1607 | 2023-11-20T20:03:40.386Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1608 | 2023-11-20T20:03:42.540Z | Compiling serde_tokenstream v0.1.7 |
| 1609 | 2023-11-20T20:03:43.328Z | Compiling http-body v0.4.5 |
| 1610 | 2023-11-20T20:03:43.921Z | Compiling heapless v0.7.16 |
| 1611 | 2023-11-20T20:03:44.261Z | Compiling usdt-macro v0.3.5 |
| 1612 | 2023-11-20T20:03:44.518Z | Compiling usdt-attr-macro v0.3.5 |
| 1613 | 2023-11-20T20:03:45.564Z | Compiling serde_urlencoded v0.7.1 |
| 1614 | 2023-11-20T20:03:45.960Z | Compiling addr2line v0.21.0 |
| 1615 | 2023-11-20T20:03:46.110Z | Compiling object v0.32.1 |
| 1616 | 2023-11-20T20:03:46.153Z | Compiling num-bigint v0.4.4 |
| 1617 | 2023-11-20T20:03:46.615Z | Compiling smoltcp v0.9.1 |
| 1618 | 2023-11-20T20:03:46.809Z | Compiling bit-vec v0.6.3 |
| 1619 | 2023-11-20T20:03:46.948Z | Compiling rustc-demangle v0.1.23 |
| 1620 | 2023-11-20T20:03:47.684Z | Compiling diesel_derives v2.1.1 |
| 1621 | 2023-11-20T20:03:48.032Z | Compiling flate2 v1.0.28 |
| 1622 | 2023-11-20T20:03:48.423Z | Compiling block-buffer v0.10.4 |
| 1623 | 2023-11-20T20:03:48.597Z | Compiling phf_shared v0.10.0 |
| 1624 | 2023-11-20T20:03:48.716Z | Compiling hubpack_derive v0.1.1 |
| 1625 | 2023-11-20T20:03:49.185Z | Compiling new_debug_unreachable v1.0.4 |
| 1626 | 2023-11-20T20:03:49.299Z | Compiling fixedbitset v0.4.2 |
| 1627 | 2023-11-20T20:03:49.511Z | Compiling const-oid v0.9.5 |
| 1628 | 2023-11-20T20:03:49.917Z | Compiling precomputed-hash v0.1.1 |
| 1629 | 2023-11-20T20:03:49.964Z | Compiling ppv-lite86 v0.2.17 |
| 1630 | 2023-11-20T20:03:50.068Z | Compiling subtle v2.5.0 |
| 1631 | 2023-11-20T20:03:50.493Z | Compiling string_cache v0.8.7 |
| 1632 | 2023-11-20T20:03:50.566Z | Compiling petgraph v0.6.4 |
| 1633 | 2023-11-20T20:03:51.119Z | Compiling bit-set v0.5.3 |
| 1634 | 2023-11-20T20:03:51.236Z | Compiling rand_chacha v0.3.1 |
| 1635 | 2023-11-20T20:03:51.517Z | Compiling toml v0.7.8 |
| 1636 | 2023-11-20T20:03:52.708Z | Compiling digest v0.10.7 |
| 1637 | 2023-11-20T20:03:52.769Z | Compiling toml_edit v0.21.0 |
| 1638 | 2023-11-20T20:03:53.371Z | Compiling tokio-util v0.7.10 |
| 1639 | 2023-11-20T20:03:54.904Z | Compiling tokio-native-tls v0.3.1 |
| 1640 | 2023-11-20T20:03:55.281Z | Compiling h2 v0.3.21 |
| 1641 | 2023-11-20T20:03:55.688Z | Compiling tokio-rustls v0.24.1 |
| 1642 | 2023-11-20T20:03:57.086Z | Compiling hex v0.4.3 |
| 1643 | 2023-11-20T20:03:57.278Z | Compiling itertools v0.10.5 |
| 1644 | 2023-11-20T20:03:58.070Z | Compiling lalrpop-util v0.19.12 |
| 1645 | 2023-11-20T20:03:58.592Z | Compiling unicode-segmentation v1.10.1 |
| 1646 | 2023-11-20T20:03:59.130Z | Compiling rand v0.8.5 |
| 1647 | 2023-11-20T20:04:01.171Z | Compiling serde_repr v0.1.16 |
| 1648 | 2023-11-20T20:04:01.740Z | Compiling io-lifetimes v1.0.11 |
| 1649 | 2023-11-20T20:04:01.942Z | Compiling anstyle v1.0.2 |
| 1650 | 2023-11-20T20:04:01.964Z | Compiling cpufeatures v0.2.9 |
| 1651 | 2023-11-20T20:04:02.061Z | Compiling utf8parse v0.2.1 |
| 1652 | 2023-11-20T20:04:02.131Z | Compiling sha2 v0.10.8 |
| 1653 | 2023-11-20T20:04:02.288Z | Compiling anstyle-parse v0.2.1 |
| 1654 | 2023-11-20T20:04:02.483Z | Compiling rustix v0.37.23 |
| 1655 | 2023-11-20T20:04:02.631Z | Compiling md-5 v0.10.5 |
| 1656 | 2023-11-20T20:04:02.772Z | Compiling hmac v0.12.1 |
| 1657 | 2023-11-20T20:04:02.863Z | Compiling stringprep v0.1.3 |
| 1658 | 2023-11-20T20:04:03.372Z | Compiling hash32 v0.2.1 |
| 1659 | 2023-11-20T20:04:03.377Z | Compiling fallible-iterator v0.2.0 |
| 1660 | 2023-11-20T20:04:03.543Z | Compiling colorchoice v1.0.0 |
| 1661 | 2023-11-20T20:04:03.759Z | Compiling anstyle-query v1.0.0 |
| 1662 | 2023-11-20T20:04:03.938Z | Compiling stable_deref_trait v1.2.0 |
| 1663 | 2023-11-20T20:04:04.209Z | Compiling anstream v0.5.0 |
| 1664 | 2023-11-20T20:04:04.326Z | Compiling block-padding v0.3.3 |
| 1665 | 2023-11-20T20:04:04.520Z | Compiling terminal_size v0.2.6 |
| 1666 | 2023-11-20T20:04:04.608Z | Compiling postgres-protocol v0.6.6 |
| 1667 | 2023-11-20T20:04:04.626Z | Compiling phf_shared v0.11.2 |
| 1668 | 2023-11-20T20:04:04.969Z | Compiling scheduled-thread-pool v0.2.7 |
| 1669 | 2023-11-20T20:04:05.159Z | Compiling num_threads v0.1.6 |
| 1670 | 2023-11-20T20:04:05.162Z | Compiling clap_lex v0.5.1 |
| 1671 | 2023-11-20T20:04:05.343Z | Compiling matches v0.1.10 |
| 1672 | 2023-11-20T20:04:05.460Z | Compiling regex-automata v0.1.10 |
| 1673 | 2023-11-20T20:04:05.708Z | Compiling deranged v0.3.8 |
| 1674 | 2023-11-20T20:04:05.835Z | Compiling managed v0.8.0 |
| 1675 | 2023-11-20T20:04:06.018Z | Compiling postgres-types v0.2.6 |
| 1676 | 2023-11-20T20:04:06.592Z | Compiling bstr v0.2.17 |
| 1677 | 2023-11-20T20:04:06.595Z | Compiling clap_builder v4.4.2 |
| 1678 | 2023-11-20T20:04:06.598Z | Compiling hyper v0.14.27 |
| 1679 | 2023-11-20T20:04:08.384Z | Compiling idna v0.2.3 |
| 1680 | 2023-11-20T20:04:08.405Z | Compiling signal-hook-mio v0.2.3 |
| 1681 | 2023-11-20T20:04:08.614Z | Compiling r2d2 v0.8.10 |
| 1682 | 2023-11-20T20:04:08.797Z | Compiling time v0.3.27 |
| 1683 | 2023-11-20T20:04:09.139Z | Compiling phf v0.11.2 |
| 1684 | 2023-11-20T20:04:09.577Z | Compiling bzip2 v0.4.4 |
| 1685 | 2023-11-20T20:04:10.148Z | Compiling inout v0.1.3 |
| 1686 | 2023-11-20T20:04:10.498Z | Compiling hubpack v0.1.2 |
| 1687 | 2023-11-20T20:04:10.762Z | Compiling ipnetwork v0.20.0 |
| 1688 | 2023-11-20T20:04:11.167Z | Compiling futures-executor v0.3.29 |
| 1689 | 2023-11-20T20:04:11.293Z | Compiling itertools v0.11.0 |
| 1690 | 2023-11-20T20:04:11.941Z | Compiling zerocopy v0.6.4 |
| 1691 | 2023-11-20T20:04:12.102Z | Compiling float-cmp v0.9.0 |
| 1692 | 2023-11-20T20:04:12.441Z | Compiling difflib v0.4.0 |
| 1693 | 2023-11-20T20:04:13.253Z | Compiling static_assertions v1.1.0 |
| 1694 | 2023-11-20T20:04:13.385Z | Compiling data-encoding v2.4.0 |
| 1695 | 2023-11-20T20:04:13.600Z | Compiling regex-automata v0.3.8 |
| 1696 | 2023-11-20T20:04:14.499Z | Compiling predicates-core v1.0.6 |
| 1697 | 2023-11-20T20:04:14.966Z | Compiling whoami v1.4.1 |
| 1698 | 2023-11-20T20:04:15.810Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2023-11-20T20:04:15.973Z | Compiling predicates v3.0.4 |
| 1700 | 2023-11-20T20:04:16.018Z | Compiling tokio-postgres v0.7.10 |
| 1701 | 2023-11-20T20:04:16.138Z | Compiling yasna v0.5.2 |
| 1702 | 2023-11-20T20:04:16.694Z | Compiling bstr v1.6.0 |
| 1703 | 2023-11-20T20:04:16.935Z | Compiling trust-dns-proto v0.22.0 |
| 1704 | 2023-11-20T20:04:17.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1705 | 2023-11-20T20:04:18.423Z | Compiling hyper-rustls v0.24.2 |
| 1706 | 2023-11-20T20:04:18.970Z | Compiling hyper-tls v0.5.0 |
| 1707 | 2023-11-20T20:04:19.205Z | Compiling clap v4.4.3 |
| 1708 | 2023-11-20T20:04:19.348Z | Compiling futures v0.3.29 |
| 1709 | 2023-11-20T20:04:19.465Z | Compiling reqwest v0.11.22 |
| 1710 | 2023-11-20T20:04:19.496Z | Compiling diesel v2.1.4 |
| 1711 | 2023-11-20T20:04:20.032Z | Compiling cipher v0.4.4 |
| 1712 | 2023-11-20T20:04:20.308Z | Compiling zip v0.6.6 |
| 1713 | 2023-11-20T20:04:20.725Z | Compiling crossterm v0.27.0 |
| 1714 | 2023-11-20T20:04:22.280Z | Compiling similar v2.2.1 |
| 1715 | 2023-11-20T20:04:22.575Z | Compiling signature v2.1.0 |
| 1716 | 2023-11-20T20:04:22.884Z | Compiling tokio-stream v0.1.14 |
| 1717 | 2023-11-20T20:04:24.005Z | Compiling usdt v0.3.5 |
| 1718 | 2023-11-20T20:04:24.362Z | Compiling console v0.15.7 |
| 1719 | 2023-11-20T20:04:25.613Z | Compiling serde_tokenstream v0.2.0 |
| 1720 | 2023-11-20T20:04:26.024Z | Compiling regress v0.7.1 |
| 1721 | 2023-11-20T20:04:26.399Z | Compiling getopts v0.2.21 |
| 1722 | 2023-11-20T20:04:26.416Z | Compiling unsafe-libyaml v0.2.9 |
| 1723 | 2023-11-20T20:04:27.801Z | Compiling ident_case v1.0.1 |
| 1724 | 2023-11-20T20:04:28.598Z | Compiling serde_yaml v0.9.25 |
| 1725 | 2023-11-20T20:04:29.189Z | Compiling paste v1.0.14 |
| 1726 | 2023-11-20T20:04:29.233Z | Compiling slog-async v2.8.0 |
| 1727 | 2023-11-20T20:04:29.472Z | Compiling multer v2.1.0 |
| 1728 | 2023-11-20T20:04:29.974Z | Compiling async-stream-impl v0.3.5 |
| 1729 | 2023-11-20T20:04:30.004Z | Compiling darling_core v0.20.3 |
| 1730 | 2023-11-20T20:04:31.578Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1731 | 2023-11-20T20:04:32.368Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1732 | 2023-11-20T20:04:34.442Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1733 | 2023-11-20T20:04:36.661Z | Compiling structmeta-derive v0.2.0 |
| 1734 | 2023-11-20T20:04:37.591Z | Compiling regex-syntax v0.7.5 |
| 1735 | 2023-11-20T20:04:38.955Z | Compiling darling_macro v0.20.3 |
| 1736 | 2023-11-20T20:04:40.417Z | Compiling darling v0.20.3 |
| 1737 | 2023-11-20T20:04:40.514Z | Compiling serde_with_macros v2.3.3 |
| 1738 | 2023-11-20T20:04:40.951Z | Compiling structmeta v0.2.0 |
| 1739 | 2023-11-20T20:04:41.546Z | Compiling test-strategy v0.3.1 |
| 1740 | 2023-11-20T20:04:47.873Z | Compiling parse-display-derive v0.8.2 |
| 1741 | 2023-11-20T20:04:54.274Z | Checking unicode-ident v1.0.12 |
| 1742 | 2023-11-20T20:04:55.748Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1743 | 2023-11-20T20:05:02.894Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1744 | 2023-11-20T20:05:03.075Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1745 | 2023-11-20T20:05:13.699Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1746 | 2023-11-20T20:05:26.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1747 | 2023-11-20T20:05:26.956Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1748 | 2023-11-20T20:05:32.635Z | Checking heck v0.4.1 |
| 1749 | 2023-11-20T20:05:34.709Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1750 | 2023-11-20T20:05:36.420Z | Checking fastrand v2.0.0 |
| 1751 | 2023-11-20T20:05:36.924Z | Checking tempfile v3.8.0 |
| 1752 | 2023-11-20T20:05:37.217Z | Checking sha1 v0.10.6 |
| 1753 | 2023-11-20T20:05:37.447Z | Checking match_cfg v0.1.0 |
| 1754 | 2023-11-20T20:05:37.562Z | Checking hostname v0.3.1 |
| 1755 | 2023-11-20T20:05:37.609Z | Checking atty v0.2.14 |
| 1756 | 2023-11-20T20:05:37.732Z | Checking quick-error v1.2.3 |
| 1757 | 2023-11-20T20:05:37.753Z | Checking crossbeam-channel v0.5.8 |
| 1758 | 2023-11-20T20:05:37.779Z | Checking camino v1.1.6 |
| 1759 | 2023-11-20T20:05:37.927Z | Checking dirs-sys-next v0.1.2 |
| 1760 | 2023-11-20T20:05:38.074Z | Checking thread_local v1.1.7 |
| 1761 | 2023-11-20T20:05:38.612Z | Checking dirs-next v2.0.0 |
| 1762 | 2023-11-20T20:05:38.636Z | Checking instant v0.1.12 |
| 1763 | 2023-11-20T20:05:38.664Z | Checking term v0.7.0 |
| 1764 | 2023-11-20T20:05:38.685Z | Checking toml v0.8.8 |
| 1765 | 2023-11-20T20:05:38.939Z | Checking strum v0.25.0 |
| 1766 | 2023-11-20T20:05:38.982Z | Checking take_mut v0.2.2 |
| 1767 | 2023-11-20T20:05:39.035Z | Checking slog-json v2.6.1 |
| 1768 | 2023-11-20T20:05:39.127Z | Checking slog-term v2.9.0 |
| 1769 | 2023-11-20T20:05:40.379Z | Checking serde_with v2.3.3 |
| 1770 | 2023-11-20T20:05:40.393Z | Checking wait-timeout v0.2.0 |
| 1771 | 2023-11-20T20:05:40.406Z | Checking debug-ignore v1.0.5 |
| 1772 | 2023-11-20T20:05:40.839Z | Checking atomic-waker v1.1.1 |
| 1773 | 2023-11-20T20:05:40.901Z | Checking slog-bunyan v2.4.0 |
| 1774 | 2023-11-20T20:05:40.926Z | Checking async-stream v0.3.5 |
| 1775 | 2023-11-20T20:05:40.945Z | Checking waitgroup v0.1.2 |
| 1776 | 2023-11-20T20:05:41.421Z | Checking serde_path_to_error v0.1.14 |
| 1777 | 2023-11-20T20:05:41.443Z | Checking rusty-fork v0.3.0 |
| 1778 | 2023-11-20T20:05:41.889Z | Checking rand_xorshift v0.3.0 |
| 1779 | 2023-11-20T20:05:41.910Z | Checking unarray v0.1.4 |
| 1780 | 2023-11-20T20:05:41.925Z | Checking backoff v0.4.0 |
| 1781 | 2023-11-20T20:05:41.941Z | Checking proptest v1.4.0 |
| 1782 | 2023-11-20T20:05:41.951Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1783 | 2023-11-20T20:05:41.958Z | Checking parse-display v0.8.2 |
| 1784 | 2023-11-20T20:05:41.963Z | Checking macaddr v1.0.1 |
| 1785 | 2023-11-20T20:05:41.969Z | Compiling proc-macro-error-attr v1.0.4 |
| 1786 | 2023-11-20T20:05:41.975Z | Compiling proc-macro-crate v1.3.1 |
| 1787 | 2023-11-20T20:05:41.983Z | Compiling proc-macro-error v1.0.4 |
| 1788 | 2023-11-20T20:05:43.166Z | Compiling num_enum_derive v0.5.11 |
| 1789 | 2023-11-20T20:05:44.982Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1790 | 2023-11-20T20:05:45.034Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1791 | 2023-11-20T20:05:45.353Z | Compiling crucible-workspace-hack v0.1.0 |
| 1792 | 2023-11-20T20:05:45.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1793 | 2023-11-20T20:05:45.911Z | Compiling foreign-types-macros v0.2.3 |
| 1794 | 2023-11-20T20:05:45.927Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1795 | 2023-11-20T20:05:45.940Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1796 | 2023-11-20T20:05:46.379Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1797 | 2023-11-20T20:05:46.395Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1798 | 2023-11-20T20:05:47.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1799 | 2023-11-20T20:05:47.648Z | Compiling zone_cfg_derive v0.3.0 |
| 1800 | 2023-11-20T20:05:47.859Z | Compiling mockall_derive v0.11.4 |
| 1801 | 2023-11-20T20:05:47.979Z | Compiling num-derive v0.4.0 |
| 1802 | 2023-11-20T20:06:05.281Z | Checking is-terminal v0.4.9 |
| 1803 | 2023-11-20T20:06:32.481Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1804 | 2023-11-20T20:06:36.698Z | Checking termtree v0.4.1 |
| 1805 | 2023-11-20T20:06:36.995Z | Checking predicates-tree v1.0.9 |
| 1806 | 2023-11-20T20:06:37.480Z | Checking num_enum v0.5.11 |
| 1807 | 2023-11-20T20:06:37.761Z | Checking postcard-cobs v0.1.5-pre |
| 1808 | 2023-11-20T20:06:37.999Z | Checking postcard v0.7.3 |
| 1809 | 2023-11-20T20:06:38.515Z | Checking smoltcp v0.8.2 |
| 1810 | 2023-11-20T20:06:38.955Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1811 | 2023-11-20T20:06:39.080Z | Checking foreign-types-shared v0.3.1 |
| 1812 | 2023-11-20T20:06:39.211Z | Checking cfg-if v0.1.10 |
| 1813 | 2023-11-20T20:06:39.339Z | Checking base64ct v1.6.0 |
| 1814 | 2023-11-20T20:06:39.364Z | Checking foreign-types v0.5.0 |
| 1815 | 2023-11-20T20:06:39.670Z | Checking cstr-argument v0.1.2 |
| 1816 | 2023-11-20T20:06:40.257Z | Checking pretty-hex v0.2.1 |
| 1817 | 2023-11-20T20:06:40.265Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1818 | 2023-11-20T20:06:40.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1819 | 2023-11-20T20:06:40.934Z | Checking colored v2.0.4 |
| 1820 | 2023-11-20T20:06:41.043Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1821 | 2023-11-20T20:06:41.477Z | Checking predicates v2.1.5 |
| 1822 | 2023-11-20T20:06:41.497Z | Compiling heck v0.3.3 |
| 1823 | 2023-11-20T20:06:41.568Z | Checking downcast v0.11.0 |
| 1824 | 2023-11-20T20:06:41.852Z | Compiling libefi-sys v0.1.0 |
| 1825 | 2023-11-20T20:06:41.912Z | Checking fragile v2.0.0 |
| 1826 | 2023-11-20T20:06:42.108Z | Compiling structopt-derive v0.4.18 |
| 1827 | 2023-11-20T20:06:42.290Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1828 | 2023-11-20T20:06:42.308Z | Checking mockall v0.11.4 |
| 1829 | 2023-11-20T20:06:42.611Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1830 | 2023-11-20T20:06:42.646Z | Checking zone v0.3.0 |
| 1831 | 2023-11-20T20:06:42.985Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1832 | 2023-11-20T20:06:43.286Z | Checking smf v0.2.2 |
| 1833 | 2023-11-20T20:06:43.821Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1834 | 2023-11-20T20:06:43.949Z | Compiling cancel-safe-futures v0.1.5 |
| 1835 | 2023-11-20T20:06:44.563Z | Checking base64 v0.13.1 |
| 1836 | 2023-11-20T20:06:45.151Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1837 | 2023-11-20T20:06:46.509Z | Checking filetime v0.2.22 |
| 1838 | 2023-11-20T20:06:46.536Z | Checking xattr v1.0.1 |
| 1839 | 2023-11-20T20:06:46.789Z | Compiling der_derive v0.7.2 |
| 1840 | 2023-11-20T20:06:46.815Z | Checking tar v0.4.40 |
| 1841 | 2023-11-20T20:06:47.235Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1842 | 2023-11-20T20:06:47.656Z | Compiling convert_case v0.4.0 |
| 1843 | 2023-11-20T20:06:47.951Z | Compiling slog-dtrace v0.2.3 |
| 1844 | 2023-11-20T20:06:48.043Z | Compiling radium v0.7.0 |
| 1845 | 2023-11-20T20:06:48.490Z | Checking pem v1.1.1 |
| 1846 | 2023-11-20T20:06:48.702Z | Checking camino-tempfile v1.0.2 |
| 1847 | 2023-11-20T20:06:48.804Z | Compiling maybe-uninit v2.0.0 |
| 1848 | 2023-11-20T20:06:48.864Z | Compiling derive_more v0.99.17 |
| 1849 | 2023-11-20T20:06:49.089Z | Checking headers-core v0.2.0 |
| 1850 | 2023-11-20T20:06:49.674Z | Compiling num-bigint-dig v0.8.4 |
| 1851 | 2023-11-20T20:06:49.699Z | Compiling packed_struct v0.10.1 |
| 1852 | 2023-11-20T20:06:49.714Z | Checking headers v0.3.9 |
| 1853 | 2023-11-20T20:06:49.739Z | Compiling packed_struct_codegen v0.10.1 |
| 1854 | 2023-11-20T20:06:50.216Z | Checking pem v3.0.2 |
| 1855 | 2023-11-20T20:06:50.581Z | Checking atomicwrites v0.4.2 |
| 1856 | 2023-11-20T20:06:50.606Z | Checking rcgen v0.11.3 |
| 1857 | 2023-11-20T20:06:50.863Z | Checking subprocess v0.2.9 |
| 1858 | 2023-11-20T20:06:51.507Z | Compiling num-rational v0.4.1 |
| 1859 | 2023-11-20T20:06:51.667Z | Compiling same-file v1.0.6 |
| 1860 | 2023-11-20T20:06:51.703Z | Compiling semver-parser v0.10.2 |
| 1861 | 2023-11-20T20:06:52.053Z | Compiling walkdir v2.4.0 |
| 1862 | 2023-11-20T20:06:52.742Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1863 | 2023-11-20T20:06:52.794Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1864 | 2023-11-20T20:06:53.082Z | Compiling semver v0.11.0 |
| 1865 | 2023-11-20T20:06:54.264Z | Compiling home v0.5.5 |
| 1866 | 2023-11-20T20:06:54.497Z | Compiling toolchain_find v0.2.0 |
| 1867 | 2023-11-20T20:06:54.967Z | Compiling toml v0.5.11 |
| 1868 | 2023-11-20T20:06:55.303Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1869 | 2023-11-20T20:06:55.463Z | Checking linked-hash-map v0.5.6 |
| 1870 | 2023-11-20T20:06:55.935Z | Compiling omicron-zone-package v0.9.1 |
| 1871 | 2023-11-20T20:06:57.072Z | Compiling doc-comment v0.3.3 |
| 1872 | 2023-11-20T20:06:57.605Z | Checking lru-cache v0.1.2 |
| 1873 | 2023-11-20T20:06:57.815Z | Compiling rustfmt-wrapper v0.2.0 |
| 1874 | 2023-11-20T20:06:58.060Z | Checking half v1.8.2 |
| 1875 | 2023-11-20T20:06:58.083Z | Checking ciborium-io v0.2.1 |
| 1876 | 2023-11-20T20:06:58.678Z | Checking ciborium-ll v0.2.1 |
| 1877 | 2023-11-20T20:06:58.811Z | Checking password-hash v0.5.0 |
| 1878 | 2023-11-20T20:06:58.962Z | Checking textwrap v0.11.0 |
| 1879 | 2023-11-20T20:06:59.132Z | Checking blake2 v0.10.6 |
| 1880 | 2023-11-20T20:06:59.284Z | Checking strsim v0.8.0 |
| 1881 | 2023-11-20T20:06:59.517Z | Checking vec_map v0.8.2 |
| 1882 | 2023-11-20T20:06:59.543Z | Checking ansi_term v0.12.1 |
| 1883 | 2023-11-20T20:06:59.803Z | Checking argon2 v0.5.2 |
| 1884 | 2023-11-20T20:06:59.914Z | Checking ciborium v0.2.1 |
| 1885 | 2023-11-20T20:07:00.009Z | Checking clap v2.34.0 |
| 1886 | 2023-11-20T20:07:00.348Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1887 | 2023-11-20T20:07:00.792Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1888 | 2023-11-20T20:07:00.866Z | Checking arc-swap v1.6.0 |
| 1889 | 2023-11-20T20:07:01.231Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1890 | 2023-11-20T20:07:01.371Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1891 | 2023-11-20T20:07:01.552Z | Checking slog-scope v4.4.0 |
| 1892 | 2023-11-20T20:07:01.564Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1893 | 2023-11-20T20:07:01.734Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1894 | 2023-11-20T20:07:01.843Z | Checking slog-stdlog v4.1.1 |
| 1895 | 2023-11-20T20:07:02.001Z | Compiling snafu-derive v0.7.5 |
| 1896 | 2023-11-20T20:07:02.447Z | Checking slog-envlogger v2.2.0 |
| 1897 | 2023-11-20T20:07:02.959Z | Checking newline-converter v0.3.0 |
| 1898 | 2023-11-20T20:07:03.166Z | Compiling derive-where v1.2.5 |
| 1899 | 2023-11-20T20:07:03.488Z | Compiling parking_lot_core v0.8.6 |
| 1900 | 2023-11-20T20:07:04.539Z | Compiling semver v0.1.20 |
| 1901 | 2023-11-20T20:07:04.637Z | Checking structopt v0.3.26 |
| 1902 | 2023-11-20T20:07:05.217Z | Compiling rustc_version v0.1.7 |
| 1903 | 2023-11-20T20:07:05.666Z | Checking expectorate v1.1.0 |
| 1904 | 2023-11-20T20:07:05.805Z | Checking pem-rfc7468 v0.7.0 |
| 1905 | 2023-11-20T20:07:06.439Z | Checking termcolor v1.2.0 |
| 1906 | 2023-11-20T20:07:06.698Z | Checking flagset v0.4.3 |
| 1907 | 2023-11-20T20:07:06.997Z | Checking der v0.7.8 |
| 1908 | 2023-11-20T20:07:07.915Z | Compiling newtype_derive v0.1.6 |
| 1909 | 2023-11-20T20:07:14.063Z | Checking spki v0.7.2 |
| 1910 | 2023-11-20T20:07:16.583Z | Checking tap v1.0.1 |
| 1911 | 2023-11-20T20:07:36.220Z | Checking wyz v0.5.1 |
| 1912 | 2023-11-20T20:07:37.007Z | Checking resolv-conf v0.7.0 |
| 1913 | 2023-11-20T20:07:37.859Z | Checking fxhash v0.2.1 |
| 1914 | 2023-11-20T20:07:38.462Z | Checking crc-catalog v2.2.0 |
| 1915 | 2023-11-20T20:07:38.657Z | Checking funty v2.0.0 |
| 1916 | 2023-11-20T20:07:38.741Z | Checking crc v3.0.1 |
| 1917 | 2023-11-20T20:07:39.186Z | Checking pkcs8 v0.10.2 |
| 1918 | 2023-11-20T20:07:39.265Z | Checking trust-dns-resolver v0.22.0 |
| 1919 | 2023-11-20T20:07:39.434Z | Checking itertools v0.12.0 |
| 1920 | 2023-11-20T20:07:39.475Z | Checking nodrop v0.1.14 |
| 1921 | 2023-11-20T20:07:40.084Z | Checking pkcs1 v0.7.5 |
| 1922 | 2023-11-20T20:07:40.261Z | Checking array-init v0.0.4 |
| 1923 | 2023-11-20T20:07:40.307Z | Checking smallvec v0.6.14 |
| 1924 | 2023-11-20T20:07:40.371Z | Compiling rayon-core v1.12.0 |
| 1925 | 2023-11-20T20:07:40.434Z | Checking bitfield v0.14.0 |
| 1926 | 2023-11-20T20:07:40.480Z | Checking bitvec v1.0.1 |
| 1927 | 2023-11-20T20:07:40.580Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1928 | 2023-11-20T20:07:40.603Z | Checking serde-hex v0.1.0 |
| 1929 | 2023-11-20T20:07:40.624Z | Checking x509-cert v0.2.4 |
| 1930 | 2023-11-20T20:07:40.693Z | Checking env_logger v0.10.0 |
| 1931 | 2023-11-20T20:07:40.708Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1932 | 2023-11-20T20:07:40.735Z | Checking rsa v0.9.2 |
| 1933 | 2023-11-20T20:07:40.764Z | Checking hkdf v0.12.3 |
| 1934 | 2023-11-20T20:07:40.844Z | Checking ron v0.8.1 |
| 1935 | 2023-11-20T20:07:40.914Z | Compiling memoffset v0.7.1 |
| 1936 | 2023-11-20T20:07:40.942Z | Checking crc-any v2.4.3 |
| 1937 | 2023-11-20T20:07:40.977Z | Compiling buf-list v1.0.3 |
| 1938 | 2023-11-20T20:07:41.052Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1939 | 2023-11-20T20:07:41.126Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1940 | 2023-11-20T20:07:41.197Z | Checking object v0.30.4 |
| 1941 | 2023-11-20T20:07:41.216Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1942 | 2023-11-20T20:07:41.227Z | Compiling unicase v2.7.0 |
| 1943 | 2023-11-20T20:07:41.239Z | Checking path-slash v0.1.5 |
| 1944 | 2023-11-20T20:07:41.252Z | Checking utf-8 v0.7.6 |
| 1945 | 2023-11-20T20:07:41.274Z | Checking keccak v0.1.4 |
| 1946 | 2023-11-20T20:07:41.300Z | Checking sha3 v0.10.8 |
| 1947 | 2023-11-20T20:07:41.350Z | Checking secrecy v0.8.0 |
| 1948 | 2023-11-20T20:07:41.391Z | Compiling platforms v3.0.2 |
| 1949 | 2023-11-20T20:07:41.416Z | Compiling salty v0.2.0 |
| 1950 | 2023-11-20T20:07:41.492Z | Checking num-complex v0.4.4 |
| 1951 | 2023-11-20T20:07:41.533Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1952 | 2023-11-20T20:07:41.614Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1953 | 2023-11-20T20:07:41.653Z | Compiling curve25519-dalek v4.1.0 |
| 1954 | 2023-11-20T20:07:41.700Z | Checking num v0.4.1 |
| 1955 | 2023-11-20T20:07:41.799Z | Checking glob v0.3.1 |
| 1956 | 2023-11-20T20:07:41.876Z | Checking openapiv3 v1.0.3 |
| 1957 | 2023-11-20T20:07:41.925Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1958 | 2023-11-20T20:07:41.996Z | Compiling mime_guess v2.0.4 |
| 1959 | 2023-11-20T20:07:42.113Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1960 | 2023-11-20T20:07:42.173Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1961 | 2023-11-20T20:07:42.181Z | Checking swrite v0.1.0 |
| 1962 | 2023-11-20T20:07:42.225Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1963 | 2023-11-20T20:07:42.246Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1964 | 2023-11-20T20:07:42.315Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1965 | 2023-11-20T20:07:42.360Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
| 1966 | 2023-11-20T20:07:42.374Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1967 | 2023-11-20T20:07:42.395Z | Checking nibble_vec v0.1.0 |
| 1968 | 2023-11-20T20:07:42.411Z | Checking endian-type v0.1.2 |
| 1969 | 2023-11-20T20:07:42.421Z | Compiling portable-atomic v1.4.3 |
| 1970 | 2023-11-20T20:07:42.441Z | Compiling crunchy v0.2.2 |
| 1971 | 2023-11-20T20:07:42.460Z | Checking radix_trie v0.2.1 |
| 1972 | 2023-11-20T20:07:42.514Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1973 | 2023-11-20T20:07:42.536Z | Checking snafu v0.7.5 |
| 1974 | 2023-11-20T20:07:42.582Z | Checking libsw v3.3.0 |
| 1975 | 2023-11-20T20:07:42.616Z | Checking owo-colors v3.5.0 |
| 1976 | 2023-11-20T20:07:42.659Z | Compiling tiny-keccak v2.0.2 |
| 1977 | 2023-11-20T20:07:42.710Z | Checking linear-map v1.2.0 |
| 1978 | 2023-11-20T20:07:42.824Z | Checking parking_lot v0.11.2 |
| 1979 | 2023-11-20T20:07:42.887Z | Checking trust-dns-client v0.22.0 |
| 1980 | 2023-11-20T20:07:42.929Z | Compiling clang-sys v1.6.1 |
| 1981 | 2023-11-20T20:07:42.969Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1982 | 2023-11-20T20:07:43.448Z | Checking crossbeam-deque v0.8.3 |
| 1983 | 2023-11-20T20:07:43.458Z | Compiling darling_core v0.14.4 |
| 1984 | 2023-11-20T20:07:43.469Z | Compiling prettyplease v0.2.12 |
| 1985 | 2023-11-20T20:07:43.479Z | Checking trust-dns-server v0.22.1 |
| 1986 | 2023-11-20T20:07:43.487Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1987 | 2023-11-20T20:07:43.496Z | Compiling ascii-canvas v3.0.0 |
| 1988 | 2023-11-20T20:07:44.140Z | Checking sled v0.34.7 |
| 1989 | 2023-11-20T20:07:44.906Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1990 | 2023-11-20T20:07:46.195Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1991 | 2023-11-20T20:07:47.563Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 1992 | 2023-11-20T20:07:48.636Z | Compiling ena v0.14.2 |
| 1993 | 2023-11-20T20:07:48.769Z | Checking signature v1.6.4 |
| 1994 | 2023-11-20T20:07:48.936Z | Checking pretty-hex v0.3.0 |
| 1995 | 2023-11-20T20:07:48.960Z | Compiling minimal-lexical v0.2.1 |
| 1996 | 2023-11-20T20:07:49.153Z | Compiling diff v0.1.13 |
| 1997 | 2023-11-20T20:07:49.301Z | Compiling regex-syntax v0.6.29 |
| 1998 | 2023-11-20T20:07:49.743Z | Compiling nom v7.1.3 |
| 1999 | 2023-11-20T20:07:50.053Z | Compiling darling_macro v0.14.4 |
| 2000 | 2023-11-20T20:07:50.201Z | Checking ed25519 v1.5.3 |
| 2001 | 2023-11-20T20:07:50.507Z | Checking tungstenite v0.18.0 |
| 2002 | 2023-11-20T20:07:50.874Z | Checking path-dedot v3.1.0 |
| 2003 | 2023-11-20T20:07:50.955Z | Compiling libloading v0.7.4 |
| 2004 | 2023-11-20T20:07:51.097Z | Compiling bindgen v0.65.1 |
| 2005 | 2023-11-20T20:07:51.495Z | Compiling darling v0.14.4 |
| 2006 | 2023-11-20T20:07:51.551Z | Compiling ref-cast v1.0.20 |
| 2007 | 2023-11-20T20:07:51.665Z | Compiling derive_builder_core v0.12.0 |
| 2008 | 2023-11-20T20:07:51.888Z | Checking tokio-tungstenite v0.18.0 |
| 2009 | 2023-11-20T20:07:52.201Z | Checking rayon v1.8.0 |
| 2010 | 2023-11-20T20:07:52.392Z | Checking path-absolutize v3.1.0 |
| 2011 | 2023-11-20T20:07:52.584Z | Checking steno v0.4.0 |
| 2012 | 2023-11-20T20:07:52.617Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2013 | 2023-11-20T20:07:55.398Z | Compiling lalrpop v0.19.12 |
| 2014 | 2023-11-20T20:07:55.879Z | Compiling cexpr v0.6.0 |
| 2015 | 2023-11-20T20:07:57.242Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2016 | 2023-11-20T20:07:58.371Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2017 | 2023-11-20T20:07:58.489Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2018 | 2023-11-20T20:07:58.513Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2019 | 2023-11-20T20:07:58.858Z | Checking globset v0.4.13 |
| 2020 | 2023-11-20T20:07:59.249Z | Checking olpc-cjson v0.1.3 |
| 2021 | 2023-11-20T20:07:59.552Z | Checking serde_plain v1.0.2 |
| 2022 | 2023-11-20T20:07:59.619Z | Checking serde-big-array v0.5.1 |
| 2023 | 2023-11-20T20:07:59.910Z | Checking serde-big-array v0.4.1 |
| 2024 | 2023-11-20T20:07:59.927Z | Compiling which v4.4.0 |
| 2025 | 2023-11-20T20:08:00.137Z | Compiling ref-cast-impl v1.0.20 |
| 2026 | 2023-11-20T20:08:00.234Z | Compiling libxml v0.3.3 |
| 2027 | 2023-11-20T20:08:00.724Z | Compiling lazycell v1.3.0 |
| 2028 | 2023-11-20T20:08:00.974Z | Compiling peeking_take_while v0.1.2 |
| 2029 | 2023-11-20T20:08:01.039Z | Compiling rustc-hash v1.1.0 |
| 2030 | 2023-11-20T20:08:01.117Z | Compiling shlex v1.1.0 |
| 2031 | 2023-11-20T20:08:01.298Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2032 | 2023-11-20T20:08:02.950Z | Checking tough v0.14.0 |
| 2033 | 2023-11-20T20:08:04.243Z | Compiling derive_builder_macro v0.12.0 |
| 2034 | 2023-11-20T20:08:05.424Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2035 | 2023-11-20T20:08:06.387Z | Checking signal-hook-tokio v0.3.1 |
| 2036 | 2023-11-20T20:08:06.626Z | Checking ff v0.13.0 |
| 2037 | 2023-11-20T20:08:06.950Z | Compiling strum_macros v0.24.3 |
| 2038 | 2023-11-20T20:08:07.507Z | Compiling fs-err v2.10.0 |
| 2039 | 2023-11-20T20:08:08.649Z | Checking display-error-chain v0.2.0 |
| 2040 | 2023-11-20T20:08:08.847Z | Checking corncobs v0.1.3 |
| 2041 | 2023-11-20T20:08:08.966Z | Compiling indoc v1.0.9 |
| 2042 | 2023-11-20T20:08:09.109Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2043 | 2023-11-20T20:08:09.855Z | Checking group v0.13.0 |
| 2044 | 2023-11-20T20:08:10.092Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2045 | 2023-11-20T20:08:12.171Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2046 | 2023-11-20T20:08:12.621Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2047 | 2023-11-20T20:08:13.833Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2048 | 2023-11-20T20:08:15.120Z | Checking universal-hash v0.5.1 |
| 2049 | 2023-11-20T20:08:15.392Z | Checking crypto-bigint v0.5.2 |
| 2050 | 2023-11-20T20:08:18.083Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2051 | 2023-11-20T20:08:18.117Z | Compiling cookie v0.18.0 |
| 2052 | 2023-11-20T20:08:18.524Z | Checking base16ct v0.2.0 |
| 2053 | 2023-11-20T20:08:18.561Z | Checking opaque-debug v0.3.0 |
| 2054 | 2023-11-20T20:08:19.815Z | Checking elliptic-curve v0.13.5 |
| 2055 | 2023-11-20T20:08:19.818Z | Checking poly1305 v0.8.0 |
| 2056 | 2023-11-20T20:08:20.532Z | Checking thiserror-no-std v2.0.2 |
| 2057 | 2023-11-20T20:08:21.178Z | Checking chacha20 v0.9.1 |
| 2058 | 2023-11-20T20:08:21.319Z | Checking aead v0.5.2 |
| 2059 | 2023-11-20T20:08:21.645Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2060 | 2023-11-20T20:08:21.708Z | Compiling oso-derive v0.27.0 |
| 2061 | 2023-11-20T20:08:23.464Z | Checking vsss-rs v3.3.1 |
| 2062 | 2023-11-20T20:08:23.652Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2063 | 2023-11-20T20:08:28.077Z | Checking chacha20poly1305 v0.10.1 |
| 2064 | 2023-11-20T20:08:30.118Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2065 | 2023-11-20T20:08:30.337Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2066 | 2023-11-20T20:08:30.868Z | Checking tungstenite v0.20.1 |
| 2067 | 2023-11-20T20:08:32.298Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2068 | 2023-11-20T20:08:36.370Z | Checking tokio-tungstenite v0.20.1 |
| 2069 | 2023-11-20T20:08:37.857Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2070 | 2023-11-20T20:08:38.143Z | Checking bcs v0.1.6 |
| 2071 | 2023-11-20T20:08:38.894Z | Checking kstat-rs v0.2.3 |
| 2072 | 2023-11-20T20:08:39.413Z | Checking highway v1.1.0 |
| 2073 | 2023-11-20T20:08:40.061Z | Compiling indoc v2.0.3 |
| 2074 | 2023-11-20T20:08:40.840Z | Checking assert_matches v1.5.0 |
| 2075 | 2023-11-20T20:08:45.692Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2076 | 2023-11-20T20:08:49.983Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2077 | 2023-11-20T20:08:49.992Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2078 | 2023-11-20T20:08:50.416Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2079 | 2023-11-20T20:08:51.333Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2080 | 2023-11-20T20:08:51.747Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2081 | 2023-11-20T20:08:52.603Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2082 | 2023-11-20T20:08:54.567Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2083 | 2023-11-20T20:08:54.970Z | Checking humantime v2.1.0 |
| 2084 | 2023-11-20T20:08:55.415Z | Checking http-range v0.1.5 |
| 2085 | 2023-11-20T20:08:55.856Z | Checking hyper-staticfile v0.9.5 |
| 2086 | 2023-11-20T20:08:56.254Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2087 | 2023-11-20T20:08:57.236Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2088 | 2023-11-20T20:08:59.732Z | Checking number_prefix v0.4.0 |
| 2089 | 2023-11-20T20:09:00.006Z | Checking maplit v1.0.2 |
| 2090 | 2023-11-20T20:09:00.157Z | Checking indicatif v0.17.7 |
| 2091 | 2023-11-20T20:09:03.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2092 | 2023-11-20T20:09:04.758Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2093 | 2023-11-20T20:09:05.188Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2094 | 2023-11-20T20:09:05.855Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2095 | 2023-11-20T20:09:07.055Z | Checking derive_builder v0.12.0 |
| 2096 | 2023-11-20T20:09:09.322Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2097 | 2023-11-20T20:09:09.581Z | Checking bb8 v0.8.1 |
| 2098 | 2023-11-20T20:09:09.997Z | Checking quick-xml v0.23.1 |
| 2099 | 2023-11-20T20:09:10.292Z | Checking bytesize v1.3.0 |
| 2100 | 2023-11-20T20:09:10.310Z | Checking smawk v0.3.1 |
| 2101 | 2023-11-20T20:09:10.608Z | Checking unicode-linebreak v0.1.5 |
| 2102 | 2023-11-20T20:09:10.662Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2103 | 2023-11-20T20:09:11.294Z | Checking textwrap v0.16.0 |
| 2104 | 2023-11-20T20:09:16.189Z | Compiling vte_generate_state_changes v0.1.1 |
| 2105 | 2023-11-20T20:09:17.099Z | Checking is_ci v1.1.1 |
| 2106 | 2023-11-20T20:09:17.278Z | Checking cassowary v0.3.0 |
| 2107 | 2023-11-20T20:09:18.141Z | Checking ratatui v0.23.0 |
| 2108 | 2023-11-20T20:09:22.160Z | Checking supports-color v2.1.0 |
| 2109 | 2023-11-20T20:09:23.317Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2110 | 2023-11-20T20:09:26.610Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2111 | 2023-11-20T20:09:29.248Z | Checking rtoolbox v0.0.1 |
| 2112 | 2023-11-20T20:09:32.878Z | Checking rpassword v7.2.0 |
| 2113 | 2023-11-20T20:09:39.759Z | Checking tui-tree-widget v0.13.0 |
| 2114 | 2023-11-20T20:09:41.234Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2115 | 2023-11-20T20:09:41.288Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2116 | 2023-11-20T20:09:45.530Z | Checking yansi v0.5.1 |
| 2117 | 2023-11-20T20:09:45.954Z | Checking shell-words v1.1.0 |
| 2118 | 2023-11-20T20:09:45.988Z | Checking pretty_assertions v1.4.0 |
| 2119 | 2023-11-20T20:10:03.737Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2120 | 2023-11-20T20:10:04.007Z | Checking fatfs v0.3.6 |
| 2121 | 2023-11-20T20:10:04.090Z | Checking plotters-backend v0.3.5 |
| 2122 | 2023-11-20T20:10:04.245Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2123 | 2023-11-20T20:10:04.337Z | Checking plotters-svg v0.3.5 |
| 2124 | 2023-11-20T20:10:04.443Z | Checking rand v0.4.6 |
| 2125 | 2023-11-20T20:10:04.988Z | Checking remove_dir_all v0.5.3 |
| 2126 | 2023-11-20T20:10:05.023Z | Checking cast v0.3.0 |
| 2127 | 2023-11-20T20:10:05.141Z | Checking tempdir v0.3.7 |
| 2128 | 2023-11-20T20:10:05.571Z | Checking criterion-plot v0.5.0 |
| 2129 | 2023-11-20T20:10:06.187Z | Checking plotters v0.3.5 |
| 2130 | 2023-11-20T20:10:10.434Z | Checking tinytemplate v1.2.1 |
| 2131 | 2023-11-20T20:10:11.046Z | Checking anes v0.1.6 |
| 2132 | 2023-11-20T20:10:11.112Z | Checking oorandom v11.1.3 |
| 2133 | 2023-11-20T20:10:11.633Z | Checking criterion v0.5.1 |
| 2134 | 2023-11-20T20:10:12.622Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2135 | 2023-11-20T20:10:28.455Z | Checking assert_cmd v2.0.12 |
| 2136 | 2023-11-20T20:10:28.555Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2137 | 2023-11-20T20:10:28.632Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2138 | 2023-11-20T20:10:28.923Z | Checking dashmap v5.5.1 |
| 2139 | 2023-11-20T20:10:29.918Z | Compiling serial_test_derive v0.10.0 |
| 2140 | 2023-11-20T20:10:30.634Z | Compiling crossbeam-queue v0.3.8 |
| 2141 | 2023-11-20T20:10:31.586Z | Checking serial_test v0.10.0 |
| 2142 | 2023-11-20T20:10:35.900Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2143 | 2023-11-20T20:10:36.163Z | Checking vte v0.11.1 |
| 2144 | 2023-11-20T20:10:37.481Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2145 | 2023-11-20T20:10:38.747Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2146 | 2023-11-20T20:10:40.080Z | Checking threadpool v1.8.1 |
| 2147 | 2023-11-20T20:10:40.876Z | Checking libtest-mimic v0.6.1 |
| 2148 | 2023-11-20T20:10:41.548Z | Checking strip-ansi-escapes v0.2.0 |
| 2149 | 2023-11-20T20:10:51.914Z | Compiling tabled_derive v0.6.0 |
| 2150 | 2023-11-20T20:10:52.744Z | Checking httptest v0.15.5 |
| 2151 | 2023-11-20T20:10:53.932Z | Checking similar-asserts v1.5.0 |
| 2152 | 2023-11-20T20:10:54.259Z | Checking fd-lock v3.0.13 |
| 2153 | 2023-11-20T20:10:54.547Z | Checking nanorand v0.7.0 |
| 2154 | 2023-11-20T20:10:55.130Z | Compiling rstest_macros v0.18.2 |
| 2155 | 2023-11-20T20:10:55.730Z | Checking nu-ansi-term v0.49.0 |
| 2156 | 2023-11-20T20:10:55.974Z | Checking flume v0.11.0 |
| 2157 | 2023-11-20T20:10:56.368Z | Checking reedline v0.26.0 |
| 2158 | 2023-11-20T20:10:57.003Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2159 | 2023-11-20T20:10:59.702Z | Checking datatest-stable v0.2.3 |
| 2160 | 2023-11-20T20:11:03.415Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2161 | 2023-11-20T20:11:03.441Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2162 | 2023-11-20T20:11:05.637Z | Compiling pin-project-internal v1.1.3 |
| 2163 | 2023-11-20T20:11:05.727Z | Checking constant_time_eq v0.2.6 |
| 2164 | 2023-11-20T20:11:05.898Z | Compiling relative-path v1.9.0 |
| 2165 | 2023-11-20T20:11:06.948Z | Checking arrayref v0.3.7 |
| 2166 | 2023-11-20T20:11:07.084Z | Checking bytecount v0.6.3 |
| 2167 | 2023-11-20T20:11:07.294Z | Compiling trybuild v1.0.85 |
| 2168 | 2023-11-20T20:11:08.692Z | Checking topological-sort v0.2.2 |
| 2169 | 2023-11-20T20:11:08.946Z | Checking arrayvec v0.7.4 |
| 2170 | 2023-11-20T20:11:09.510Z | Checking blake2b_simd v1.0.1 |
| 2171 | 2023-11-20T20:11:10.209Z | Checking pin-project v1.1.3 |
| 2172 | 2023-11-20T20:11:10.829Z | Checking papergrid v0.10.0 |
| 2173 | 2023-11-20T20:11:15.623Z | Checking basic-toml v0.1.4 |
| 2174 | 2023-11-20T20:11:15.673Z | Checking futures-timer v3.0.2 |
| 2175 | 2023-11-20T20:11:16.095Z | Checking constant_time_eq v0.3.0 |
| 2176 | 2023-11-20T20:11:17.008Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2177 | 2023-11-20T20:11:17.096Z | Checking rust-argon2 v1.0.1 |
| 2178 | 2023-11-20T20:11:18.367Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2179 | 2023-11-20T20:11:18.430Z | Checking tabled v0.14.0 |
| 2180 | 2023-11-20T20:11:19.067Z | Checking partial-io v0.5.4 |
| 2181 | 2023-11-20T20:11:20.223Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2182 | 2023-11-20T20:11:21.400Z | Checking cargo-platform v0.1.3 |
| 2183 | 2023-11-20T20:11:21.501Z | Checking approx v0.5.1 |
| 2184 | 2023-11-20T20:11:21.867Z | Checking hex-literal v0.4.1 |
| 2185 | 2023-11-20T20:11:22.054Z | Checking cargo_metadata v0.18.0 |
| 2186 | 2023-11-20T20:11:22.903Z | Checking crossbeam v0.8.2 |
| 2187 | 2023-11-20T20:11:25.581Z | Checking rstest v0.18.2 |
| 2188 | 2023-11-20T20:11:25.644Z | Compiling polar-core v0.27.0 |
| 2189 | 2023-11-20T20:11:25.881Z | Checking cargo_toml v0.17.0 |
| 2190 | 2023-11-20T20:11:27.499Z | Checking termios v0.3.3 |
| 2191 | 2023-11-20T20:11:28.098Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2192 | 2023-11-20T20:11:29.011Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2193 | 2023-11-20T20:11:34.781Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2194 | 2023-11-20T20:11:42.845Z | Checking oso v0.27.0 |
| 2195 | 2023-11-20T20:11:46.431Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2196 | 2023-11-20T20:11:58.920Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2197 | 2023-11-20T20:11:59.288Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2198 | 2023-11-20T20:12:42.919Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2199 | 2023-11-20T20:14:33.393Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 49s |
| 2200 | 2023-11-20T20:14:33.608Z | |
| 2201 | 2023-11-20T20:14:33.611Z | real 12:45.521917866 |
| 2202 | 2023-11-20T20:14:33.614Z | user 1:18:42.457351412 |
| 2203 | 2023-11-20T20:14:33.617Z | sys 10:27.627867749 |
| 2204 | 2023-11-20T20:14:33.620Z | trap 2.848613122 |
| 2205 | 2023-11-20T20:14:33.624Z | tflt 5.919770248 |
| 2206 | 2023-11-20T20:14:33.626Z | dflt 5.981789756 |
| 2207 | 2023-11-20T20:14:33.629Z | kflt 0.026908290 |
| 2208 | 2023-11-20T20:14:33.632Z | lock 1:46:46.299353241 |
| 2209 | 2023-11-20T20:14:33.634Z | slp 3:44:16.996423620 |
| 2210 | 2023-11-20T20:14:33.637Z | lat 2:42.430035188 |
| 2211 | 2023-11-20T20:14:33.640Z | stop 6:07.207552226 |
| 2212 | 2023-11-20T20:14:34.751Z | warning: output filename collision. |
| 2213 | 2023-11-20T20:14:34.754Z | 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)`. |
| 2214 | 2023-11-20T20:14:34.758Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2215 | 2023-11-20T20:14:34.761Z | The targets should have unique names. |
| 2216 | 2023-11-20T20:14:34.764Z | This is a known bug where multiple crates with the same name use |
| 2217 | 2023-11-20T20:14:34.767Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2218 | 2023-11-20T20:14:34.770Z | warning: output filename collision. |
| 2219 | 2023-11-20T20:14:34.773Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2220 | 2023-11-20T20:14:34.776Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2221 | 2023-11-20T20:14:34.778Z | The targets should have unique names. |
| 2222 | 2023-11-20T20:14:34.781Z | This is a known bug where multiple crates with the same name use |
| 2223 | 2023-11-20T20:14:34.784Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2224 | 2023-11-20T20:14:34.787Z | warning: output filename collision. |
| 2225 | 2023-11-20T20:14:34.789Z | 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)`. |
| 2226 | 2023-11-20T20:14:34.795Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2227 | 2023-11-20T20:14:34.798Z | The targets should have unique names. |
| 2228 | 2023-11-20T20:14:34.801Z | This is a known bug where multiple crates with the same name use |
| 2229 | 2023-11-20T20:14:34.804Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2230 | 2023-11-20T20:14:35.379Z | Checking unicode-ident v1.0.12 |
| 2231 | 2023-11-20T20:14:35.399Z | Documenting libc v0.2.150 |
| 2232 | 2023-11-20T20:14:35.409Z | Documenting cfg-if v1.0.0 |
| 2233 | 2023-11-20T20:14:35.429Z | Checking libc v0.2.150 |
| 2234 | 2023-11-20T20:14:35.446Z | Checking serde v1.0.192 |
| 2235 | 2023-11-20T20:14:35.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2236 | 2023-11-20T20:14:35.475Z | Checking cfg-if v1.0.0 |
| 2237 | 2023-11-20T20:14:35.479Z | Documenting scopeguard v1.2.0 |
| 2238 | 2023-11-20T20:14:35.577Z | Checking proc-macro2 v1.0.69 |
| 2239 | 2023-11-20T20:14:35.844Z | Documenting log v0.4.20 |
| 2240 | 2023-11-20T20:14:35.888Z | Checking once_cell v1.18.0 |
| 2241 | 2023-11-20T20:14:36.312Z | Documenting itoa v1.0.9 |
| 2242 | 2023-11-20T20:14:36.596Z | Checking quote v1.0.33 |
| 2243 | 2023-11-20T20:14:37.071Z | Checking syn v2.0.32 |
| 2244 | 2023-11-20T20:14:37.260Z | Checking syn v1.0.109 |
| 2245 | 2023-11-20T20:14:39.439Z | Documenting lock_api v0.4.10 |
| 2246 | 2023-11-20T20:14:39.481Z | Documenting memchr v2.6.3 |
| 2247 | 2023-11-20T20:14:40.584Z | Documenting smallvec v1.11.0 |
| 2248 | 2023-11-20T20:14:42.113Z | Documenting getrandom v0.2.10 |
| 2249 | 2023-11-20T20:14:42.492Z | Documenting pin-project-lite v0.2.13 |
| 2250 | 2023-11-20T20:14:43.979Z | Documenting libm v0.2.7 |
| 2251 | 2023-11-20T20:14:44.140Z | Documenting signal-hook-registry v1.4.1 |
| 2252 | 2023-11-20T20:14:45.401Z | Documenting parking_lot_core v0.9.8 |
| 2253 | 2023-11-20T20:14:46.016Z | Checking itoa v1.0.9 |
| 2254 | 2023-11-20T20:14:46.325Z | Documenting mio v0.8.8 |
| 2255 | 2023-11-20T20:14:46.701Z | Documenting futures-core v0.3.29 |
| 2256 | 2023-11-20T20:14:47.186Z | Documenting socket2 v0.5.4 |
| 2257 | 2023-11-20T20:14:47.993Z | Documenting serde_derive v1.0.192 |
| 2258 | 2023-11-20T20:14:47.998Z | Documenting rand_core v0.6.4 |
| 2259 | 2023-11-20T20:14:48.859Z | Documenting zeroize_derive v1.4.2 |
| 2260 | 2023-11-20T20:14:50.117Z | Documenting num-traits v0.2.16 |
| 2261 | 2023-11-20T20:14:51.683Z | Documenting parking_lot v0.12.1 |
| 2262 | 2023-11-20T20:14:52.128Z | Documenting thiserror-impl v1.0.49 |
| 2263 | 2023-11-20T20:14:52.863Z | Documenting tokio-macros v2.1.0 |
| 2264 | 2023-11-20T20:14:53.238Z | Documenting num_cpus v1.16.0 |
| 2265 | 2023-11-20T20:14:53.436Z | Documenting once_cell v1.18.0 |
| 2266 | 2023-11-20T20:14:56.113Z | Documenting zeroize v1.6.0 |
| 2267 | 2023-11-20T20:14:57.294Z | Checking getrandom v0.2.10 |
| 2268 | 2023-11-20T20:14:57.465Z | Documenting typenum v1.16.0 |
| 2269 | 2023-11-20T20:14:57.667Z | Checking thiserror v1.0.49 |
| 2270 | 2023-11-20T20:14:57.834Z | Documenting ryu v1.0.15 |
| 2271 | 2023-11-20T20:14:58.305Z | Documenting serde v1.0.192 |
| 2272 | 2023-11-20T20:14:58.900Z | Checking ryu v1.0.15 |
| 2273 | 2023-11-20T20:14:59.238Z | Documenting subtle v2.5.0 |
| 2274 | 2023-11-20T20:14:59.375Z | Documenting thiserror v1.0.49 |
| 2275 | 2023-11-20T20:14:59.413Z | Checking memchr v2.6.3 |
| 2276 | 2023-11-20T20:15:00.176Z | Documenting byteorder v1.5.0 |
| 2277 | 2023-11-20T20:15:00.834Z | Checking serde_json v1.0.108 |
| 2278 | 2023-11-20T20:15:01.864Z | Documenting futures-sink v0.3.29 |
| 2279 | 2023-11-20T20:15:02.076Z | Checking heck v0.4.1 |
| 2280 | 2023-11-20T20:15:02.383Z | Documenting const-oid v0.9.5 |
| 2281 | 2023-11-20T20:15:03.499Z | Checking log v0.4.20 |
| 2282 | 2023-11-20T20:15:03.935Z | Documenting pin-utils v0.1.0 |
| 2283 | 2023-11-20T20:15:04.693Z | Documenting futures-macro v0.3.29 |
| 2284 | 2023-11-20T20:15:05.256Z | Documenting generic-array v0.14.7 |
| 2285 | 2023-11-20T20:15:05.472Z | Checking bytes v1.5.0 |
| 2286 | 2023-11-20T20:15:06.406Z | Documenting slab v0.4.9 |
| 2287 | 2023-11-20T20:15:06.738Z | Documenting futures-task v0.3.29 |
| 2288 | 2023-11-20T20:15:07.545Z | Documenting futures-channel v0.3.29 |
| 2289 | 2023-11-20T20:15:11.141Z | Documenting futures-io v0.3.29 |
| 2290 | 2023-11-20T20:15:11.820Z | Documenting iana-time-zone v0.1.57 |
| 2291 | 2023-11-20T20:15:12.018Z | Documenting crypto-common v0.1.6 |
| 2292 | 2023-11-20T20:15:12.193Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2293 | 2023-11-20T20:15:12.925Z | Checking byteorder v1.5.0 |
| 2294 | 2023-11-20T20:15:12.984Z | Documenting tinyvec_macros v0.1.1 |
| 2295 | 2023-11-20T20:15:13.267Z | Documenting block-buffer v0.10.4 |
| 2296 | 2023-11-20T20:15:13.556Z | Checking fnv v1.0.7 |
| 2297 | 2023-11-20T20:15:13.721Z | Documenting ppv-lite86 v0.2.17 |
| 2298 | 2023-11-20T20:15:14.115Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2299 | 2023-11-20T20:15:16.891Z | Documenting tinyvec v1.6.0 |
| 2300 | 2023-11-20T20:15:17.100Z | Documenting futures-util v0.3.29 |
| 2301 | 2023-11-20T20:15:17.450Z | Documenting tracing-core v0.1.31 |
| 2302 | 2023-11-20T20:15:18.532Z | Documenting rand_chacha v0.3.1 |
| 2303 | 2023-11-20T20:15:19.156Z | Documenting tracing-attributes v0.1.26 |
| 2304 | 2023-11-20T20:15:19.318Z | Documenting digest v0.10.7 |
| 2305 | 2023-11-20T20:15:22.296Z | Documenting unicode-normalization v0.1.22 |
| 2306 | 2023-11-20T20:15:24.680Z | Documenting rand v0.8.5 |
| 2307 | 2023-11-20T20:15:27.063Z | Checking libm v0.2.7 |
| 2308 | 2023-11-20T20:15:28.614Z | Documenting base64 v0.21.5 |
| 2309 | 2023-11-20T20:15:28.682Z | Documenting fnv v1.0.7 |
| 2310 | 2023-11-20T20:15:29.071Z | Checking ucd-trie v0.1.6 |
| 2311 | 2023-11-20T20:15:29.176Z | Checking num-traits v0.2.16 |
| 2312 | 2023-11-20T20:15:29.373Z | Checking pest v2.7.2 |
| 2313 | 2023-11-20T20:15:31.519Z | Documenting lazy_static v1.4.0 |
| 2314 | 2023-11-20T20:15:31.980Z | Checking equivalent v1.0.1 |
| 2315 | 2023-11-20T20:15:32.163Z | Documenting unicode-bidi v0.3.13 |
| 2316 | 2023-11-20T20:15:32.256Z | Documenting bytes v1.5.0 |
| 2317 | 2023-11-20T20:15:32.809Z | Documenting bitflags v2.4.0 |
| 2318 | 2023-11-20T20:15:33.508Z | Documenting serde_json v1.0.108 |
| 2319 | 2023-11-20T20:15:34.374Z | Documenting chrono v0.4.31 |
| 2320 | 2023-11-20T20:15:34.567Z | Documenting uuid v1.5.0 |
| 2321 | 2023-11-20T20:15:38.690Z | Checking hashbrown v0.14.2 |
| 2322 | 2023-11-20T20:15:38.767Z | Checking indexmap v2.1.0 |
| 2323 | 2023-11-20T20:15:38.824Z | Documenting percent-encoding v2.3.0 |
| 2324 | 2023-11-20T20:15:39.688Z | Documenting spin v0.9.8 |
| 2325 | 2023-11-20T20:15:39.702Z | Documenting tokio v1.33.0 |
| 2326 | 2023-11-20T20:15:39.934Z | Documenting http v0.2.11 |
| 2327 | 2023-11-20T20:15:41.218Z | Documenting cpufeatures v0.2.9 |
| 2328 | 2023-11-20T20:15:41.406Z | Documenting serde_derive_internals v0.26.0 |
| 2329 | 2023-11-20T20:15:43.894Z | Checking serde_derive_internals v0.26.0 |
| 2330 | 2023-11-20T20:15:44.154Z | Checking time-core v0.1.1 |
| 2331 | 2023-11-20T20:15:44.363Z | Documenting dyn-clone v1.0.13 |
| 2332 | 2023-11-20T20:15:44.604Z | Documenting form_urlencoded v1.2.0 |
| 2333 | 2023-11-20T20:15:44.861Z | Checking scopeguard v1.2.0 |
| 2334 | 2023-11-20T20:15:44.944Z | Documenting tracing v0.1.37 |
| 2335 | 2023-11-20T20:15:45.033Z | Checking lock_api v0.4.10 |
| 2336 | 2023-11-20T20:15:45.515Z | Documenting idna v0.4.0 |
| 2337 | 2023-11-20T20:15:45.653Z | Documenting errno v0.3.2 |
| 2338 | 2023-11-20T20:15:48.569Z | Documenting adler v1.0.2 |
| 2339 | 2023-11-20T20:15:50.810Z | Checking uuid v1.5.0 |
| 2340 | 2023-11-20T20:15:52.364Z | Documenting schemars_derive v0.8.13 |
| 2341 | 2023-11-20T20:15:55.520Z | Documenting httparse v1.8.0 |
| 2342 | 2023-11-20T20:16:16.526Z | Checking iana-time-zone v0.1.57 |
| 2343 | 2023-11-20T20:16:17.162Z | Documenting unicode-ident v1.0.12 |
| 2344 | 2023-11-20T20:16:17.379Z | Documenting rustix v0.38.9 |
| 2345 | 2023-11-20T20:16:17.600Z | Documenting url v2.4.1 |
| 2346 | 2023-11-20T20:16:17.735Z | Documenting miniz_oxide v0.7.1 |
| 2347 | 2023-11-20T20:16:17.818Z | Documenting proc-macro2 v1.0.69 |
| 2348 | 2023-11-20T20:16:17.937Z | Checking chrono v0.4.31 |
| 2349 | 2023-11-20T20:16:17.987Z | Checking zerocopy v0.3.0 |
| 2350 | 2023-11-20T20:16:18.049Z | Checking dof v0.1.5 |
| 2351 | 2023-11-20T20:16:18.091Z | Checking dtrace-parser v0.1.14 |
| 2352 | 2023-11-20T20:16:18.136Z | Checking thread-id v4.2.0 |
| 2353 | 2023-11-20T20:16:18.179Z | Documenting httpdate v1.0.3 |
| 2354 | 2023-11-20T20:16:18.232Z | Documenting openssl-probe v0.1.5 |
| 2355 | 2023-11-20T20:16:18.260Z | Documenting schemars v0.8.13 |
| 2356 | 2023-11-20T20:16:18.339Z | Documenting untrusted v0.9.0 |
| 2357 | 2023-11-20T20:16:18.385Z | Documenting try-lock v0.2.4 |
| 2358 | 2023-11-20T20:16:18.430Z | Documenting quote v1.0.33 |
| 2359 | 2023-11-20T20:16:18.458Z | Documenting hashbrown v0.14.2 |
| 2360 | 2023-11-20T20:16:18.512Z | Documenting equivalent v1.0.1 |
| 2361 | 2023-11-20T20:16:18.702Z | Documenting want v0.3.1 |
| 2362 | 2023-11-20T20:16:18.798Z | Documenting ring v0.17.5 |
| 2363 | 2023-11-20T20:16:18.893Z | Checking usdt-impl v0.3.5 |
| 2364 | 2023-11-20T20:16:18.943Z | Documenting http-body v0.4.5 |
| 2365 | 2023-11-20T20:16:18.981Z | Documenting openssl-macros v0.1.1 |
| 2366 | 2023-11-20T20:16:19.044Z | Documenting openssl-sys v0.9.93 |
| 2367 | 2023-11-20T20:16:19.105Z | Documenting indexmap v2.1.0 |
| 2368 | 2023-11-20T20:16:19.191Z | Documenting tower-service v0.3.2 |
| 2369 | 2023-11-20T20:16:19.293Z | Checking dyn-clone v1.0.13 |
| 2370 | 2023-11-20T20:16:19.399Z | Documenting mime v0.3.17 |
| 2371 | 2023-11-20T20:16:19.463Z | Documenting tokio-util v0.7.10 |
| 2372 | 2023-11-20T20:16:19.526Z | Checking schemars v0.8.13 |
| 2373 | 2023-11-20T20:16:19.652Z | Documenting rustls-webpki v0.101.7 |
| 2374 | 2023-11-20T20:16:19.752Z | Documenting async-trait v0.1.74 |
| 2375 | 2023-11-20T20:16:19.871Z | Documenting aho-corasick v1.0.4 |
| 2376 | 2023-11-20T20:16:19.994Z | Checking ahash v0.8.3 |
| 2377 | 2023-11-20T20:16:20.012Z | Documenting sct v0.7.0 |
| 2378 | 2023-11-20T20:16:20.019Z | Documenting slog v2.7.0 |
| 2379 | 2023-11-20T20:16:20.128Z | Documenting gimli v0.28.0 |
| 2380 | 2023-11-20T20:16:20.195Z | Documenting openssl v0.10.57 |
| 2381 | 2023-11-20T20:16:20.242Z | Documenting utf8parse v0.2.1 |
| 2382 | 2023-11-20T20:16:20.318Z | Documenting h2 v0.3.21 |
| 2383 | 2023-11-20T20:16:21.263Z | Documenting unicode-width v0.1.11 |
| 2384 | 2023-11-20T20:16:21.516Z | Documenting regex-syntax v0.8.2 |
| 2385 | 2023-11-20T20:16:21.621Z | Documenting ipnet v2.8.0 |
| 2386 | 2023-11-20T20:16:22.058Z | Documenting rustls v0.21.9 |
| 2387 | 2023-11-20T20:16:23.142Z | Checking hashbrown v0.13.2 |
| 2388 | 2023-11-20T20:16:24.834Z | Documenting time-macros v0.2.13 |
| 2389 | 2023-11-20T20:16:25.554Z | Documenting rustls-pemfile v1.0.3 |
| 2390 | 2023-11-20T20:16:25.585Z | Documenting addr2line v0.21.0 |
| 2391 | 2023-11-20T20:16:27.485Z | Checking http v0.2.11 |
| 2392 | 2023-11-20T20:16:29.507Z | Documenting num-integer v0.1.45 |
| 2393 | 2023-11-20T20:16:31.218Z | Documenting object v0.32.1 |
| 2394 | 2023-11-20T20:16:31.312Z | Documenting rustc-demangle v0.1.23 |
| 2395 | 2023-11-20T20:16:31.347Z | Documenting regex-automata v0.4.3 |
| 2396 | 2023-11-20T20:16:31.818Z | Documenting deranged v0.3.8 |
| 2397 | 2023-11-20T20:16:32.138Z | Documenting num_threads v0.1.6 |
| 2398 | 2023-11-20T20:16:35.085Z | Documenting hyper v0.14.27 |
| 2399 | 2023-11-20T20:16:35.429Z | Checking smallvec v1.11.0 |
| 2400 | 2023-11-20T20:16:35.642Z | Documenting time-core v0.1.1 |
| 2401 | 2023-11-20T20:16:35.834Z | Documenting tokio-rustls v0.24.1 |
| 2402 | 2023-11-20T20:16:35.990Z | Checking parking_lot_core v0.9.8 |
| 2403 | 2023-11-20T20:16:36.510Z | Documenting native-tls v0.2.11 |
| 2404 | 2023-11-20T20:16:37.641Z | Checking pest_meta v2.7.2 |
| 2405 | 2023-11-20T20:16:38.624Z | Documenting zerocopy v0.6.4 |
| 2406 | 2023-11-20T20:16:39.117Z | Checking aho-corasick v1.0.4 |
| 2407 | 2023-11-20T20:16:40.058Z | Documenting time v0.3.27 |
| 2408 | 2023-11-20T20:16:41.668Z | Documenting encoding_rs v0.8.33 |
| 2409 | 2023-11-20T20:16:44.020Z | Documenting regex v1.10.2 |
| 2410 | 2023-11-20T20:16:44.509Z | Documenting crossbeam-utils v0.8.16 |
| 2411 | 2023-11-20T20:16:44.550Z | Checking regex-syntax v0.8.2 |
| 2412 | 2023-11-20T20:16:45.233Z | Documenting tokio-native-tls v0.3.1 |
| 2413 | 2023-11-20T20:16:48.778Z | Checking parking_lot v0.12.1 |
| 2414 | 2023-11-20T20:16:49.105Z | Documenting rustls-native-certs v0.6.3 |
| 2415 | 2023-11-20T20:16:49.313Z | Documenting serde_urlencoded v0.7.1 |
| 2416 | 2023-11-20T20:16:49.963Z | Checking regex-automata v0.4.3 |
| 2417 | 2023-11-20T20:16:50.091Z | Documenting backtrace v0.3.69 |
| 2418 | 2023-11-20T20:16:51.032Z | Documenting pest_meta v2.7.2 |
| 2419 | 2023-11-20T20:16:52.857Z | Documenting anstyle v1.0.2 |
| 2420 | 2023-11-20T20:16:53.619Z | Checking pin-project-lite v0.2.13 |
| 2421 | 2023-11-20T20:16:53.781Z | Checking pest_generator v2.7.2 |
| 2422 | 2023-11-20T20:16:54.020Z | Documenting hyper-tls v0.5.0 |
| 2423 | 2023-11-20T20:16:58.346Z | Documenting anstyle-parse v0.2.1 |
| 2424 | 2023-11-20T20:16:58.444Z | Documenting hyper-rustls v0.24.2 |
| 2425 | 2023-11-20T20:16:58.459Z | Checking regex v1.10.2 |
| 2426 | 2023-11-20T20:16:58.511Z | Documenting data-encoding v2.4.0 |
| 2427 | 2023-11-20T20:16:58.615Z | Documenting ucd-trie v0.1.6 |
| 2428 | 2023-11-20T20:16:58.646Z | Documenting pest_generator v2.7.2 |
| 2429 | 2023-11-20T20:16:58.705Z | Documenting anyhow v1.0.75 |
| 2430 | 2023-11-20T20:16:58.711Z | Documenting colorchoice v1.0.0 |
| 2431 | 2023-11-20T20:16:59.738Z | Documenting anstyle-query v1.0.0 |
| 2432 | 2023-11-20T20:17:02.580Z | Documenting webpki-roots v0.25.2 |
| 2433 | 2023-11-20T20:17:02.680Z | Documenting pest v2.7.2 |
| 2434 | 2023-11-20T20:17:02.925Z | Documenting ipnetwork v0.20.0 |
| 2435 | 2023-11-20T20:17:04.683Z | Documenting pest_derive v2.7.2 |
| 2436 | 2023-11-20T20:17:04.925Z | Documenting syn v2.0.32 |
| 2437 | 2023-11-20T20:17:05.175Z | Documenting sha2 v0.10.8 |
| 2438 | 2023-11-20T20:17:05.249Z | Documenting anstream v0.5.0 |
| 2439 | 2023-11-20T20:17:05.917Z | Documenting hex v0.4.3 |
| 2440 | 2023-11-20T20:17:08.774Z | Documenting reqwest v0.11.22 |
| 2441 | 2023-11-20T20:17:10.732Z | Checking rand_core v0.6.4 |
| 2442 | 2023-11-20T20:17:11.148Z | Checking serde_tokenstream v0.1.7 |
| 2443 | 2023-11-20T20:17:11.444Z | Documenting crc32fast v1.3.2 |
| 2444 | 2023-11-20T20:17:11.722Z | Checking signal-hook-registry v1.4.1 |
| 2445 | 2023-11-20T20:17:11.782Z | Documenting terminal_size v0.2.6 |
| 2446 | 2023-11-20T20:17:12.033Z | Checking unicode-width v0.1.11 |
| 2447 | 2023-11-20T20:17:12.098Z | Documenting strsim v0.10.0 |
| 2448 | 2023-11-20T20:17:12.246Z | Documenting clap_lex v0.5.1 |
| 2449 | 2023-11-20T20:17:12.646Z | Checking strsim v0.10.0 |
| 2450 | 2023-11-20T20:17:13.229Z | Documenting dtrace-parser v0.1.14 |
| 2451 | 2023-11-20T20:17:13.235Z | Documenting num-iter v0.1.43 |
| 2452 | 2023-11-20T20:17:17.703Z | Documenting openapiv3 v2.0.0-rc.1 |
| 2453 | 2023-11-20T20:17:17.934Z | Documenting futures-executor v0.3.29 |
| 2454 | 2023-11-20T20:17:18.128Z | Documenting hmac v0.12.1 |
| 2455 | 2023-11-20T20:17:18.343Z | Documenting clap_builder v4.4.2 |
| 2456 | 2023-11-20T20:17:19.209Z | Documenting dof v0.1.5 |
| 2457 | 2023-11-20T20:17:19.379Z | Checking mio v0.8.8 |
| 2458 | 2023-11-20T20:17:20.312Z | Documenting clap_derive v4.4.2 |
| 2459 | 2023-11-20T20:17:24.025Z | Documenting signal-hook v0.3.17 |
| 2460 | 2023-11-20T20:17:24.377Z | Checking serde_tokenstream v0.2.0 |
| 2461 | 2023-11-20T20:17:24.921Z | Documenting thread-id v4.2.0 |
| 2462 | 2023-11-20T20:17:25.517Z | Documenting memoffset v0.9.0 |
| 2463 | 2023-11-20T20:17:26.002Z | Checking typenum v1.16.0 |
| 2464 | 2023-11-20T20:17:27.129Z | Checking zeroize v1.6.0 |
| 2465 | 2023-11-20T20:17:27.502Z | Checking futures-core v0.3.29 |
| 2466 | 2023-11-20T20:17:27.788Z | Documenting flate2 v1.0.28 |
| 2467 | 2023-11-20T20:17:28.018Z | Documenting usdt-macro v0.3.5 |
| 2468 | 2023-11-20T20:17:28.245Z | Documenting clap v4.4.3 |
| 2469 | 2023-11-20T20:17:28.248Z | Checking generic-array v0.14.7 |
| 2470 | 2023-11-20T20:17:29.609Z | Documenting crossbeam-epoch v0.9.15 |
| 2471 | 2023-11-20T20:17:30.087Z | Documenting usdt-attr-macro v0.3.5 |
| 2472 | 2023-11-20T20:17:30.483Z | Checking regress v0.7.1 |
| 2473 | 2023-11-20T20:17:30.608Z | Documenting usdt-impl v0.3.5 |
| 2474 | 2023-11-20T20:17:35.133Z | Checking openapiv3 v2.0.0-rc.1 |
| 2475 | 2023-11-20T20:17:35.444Z | Documenting toml_datetime v0.6.5 |
| 2476 | 2023-11-20T20:17:36.995Z | Documenting serde_spanned v0.6.4 |
| 2477 | 2023-11-20T20:17:37.006Z | Documenting winnow v0.5.15 |
| 2478 | 2023-11-20T20:17:37.271Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2479 | 2023-11-20T20:17:37.395Z | Documenting signal-hook-mio v0.2.3 |
| 2480 | 2023-11-20T20:17:39.117Z | Documenting futures v0.3.29 |
| 2481 | 2023-11-20T20:17:40.033Z | Documenting usdt v0.3.5 |
| 2482 | 2023-11-20T20:17:40.651Z | Documenting signature v2.1.0 |
| 2483 | 2023-11-20T20:17:40.924Z | Documenting block-padding v0.3.3 |
| 2484 | 2023-11-20T20:17:41.453Z | Documenting hash32 v0.2.1 |
| 2485 | 2023-11-20T20:17:42.833Z | Documenting enum-as-inner v0.5.1 |
| 2486 | 2023-11-20T20:17:43.542Z | Documenting scheduled-thread-pool v0.2.7 |
| 2487 | 2023-11-20T20:17:44.362Z | Documenting toml_edit v0.21.0 |
| 2488 | 2023-11-20T20:17:47.423Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2489 | 2023-11-20T20:17:47.602Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2490 | 2023-11-20T20:17:47.687Z | Checking serde_spanned v0.6.4 |
| 2491 | 2023-11-20T20:17:47.767Z | Checking toml_datetime v0.6.5 |
| 2492 | 2023-11-20T20:17:47.950Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2493 | 2023-11-20T20:17:48.169Z | Checking num_cpus v1.16.0 |
| 2494 | 2023-11-20T20:17:48.344Z | Checking socket2 v0.5.4 |
| 2495 | 2023-11-20T20:17:48.861Z | Documenting stable_deref_trait v1.2.0 |
| 2496 | 2023-11-20T20:17:49.081Z | Documenting unicode-segmentation v1.10.1 |
| 2497 | 2023-11-20T20:17:49.854Z | Checking winnow v0.5.15 |
| 2498 | 2023-11-20T20:17:50.132Z | Checking futures-sink v0.3.29 |
| 2499 | 2023-11-20T20:17:50.347Z | Documenting trust-dns-proto v0.22.0 |
| 2500 | 2023-11-20T20:17:50.534Z | Documenting r2d2 v0.8.10 |
| 2501 | 2023-11-20T20:17:53.069Z | Documenting heapless v0.7.16 |
| 2502 | 2023-11-20T20:17:53.636Z | Checking tokio v1.33.0 |
| 2503 | 2023-11-20T20:17:54.081Z | Documenting inout v0.1.3 |
| 2504 | 2023-11-20T20:17:54.295Z | Documenting bzip2 v0.4.4 |
| 2505 | 2023-11-20T20:17:54.634Z | Documenting crossterm v0.27.0 |
| 2506 | 2023-11-20T20:17:55.025Z | Documenting diesel_derives v2.1.1 |
| 2507 | 2023-11-20T20:17:56.832Z | Documenting stringprep v0.1.3 |
| 2508 | 2023-11-20T20:18:00.561Z | Documenting semver v1.0.20 |
| 2509 | 2023-11-20T20:18:01.077Z | Documenting md-5 v0.10.5 |
| 2510 | 2023-11-20T20:18:01.144Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2511 | 2023-11-20T20:18:02.655Z | Checking spin v0.5.2 |
| 2512 | 2023-11-20T20:18:02.896Z | Documenting either v1.9.0 |
| 2513 | 2023-11-20T20:18:02.927Z | Documenting managed v0.8.0 |
| 2514 | 2023-11-20T20:18:03.256Z | Documenting bit-vec v0.6.3 |
| 2515 | 2023-11-20T20:18:04.318Z | Checking tinyvec_macros v0.1.1 |
| 2516 | 2023-11-20T20:18:04.436Z | Documenting static_assertions v1.1.0 |
| 2517 | 2023-11-20T20:18:06.485Z | Documenting fallible-iterator v0.2.0 |
| 2518 | 2023-11-20T20:18:06.654Z | Documenting siphasher v0.3.11 |
| 2519 | 2023-11-20T20:18:06.931Z | Documenting diesel v2.1.4 |
| 2520 | 2023-11-20T20:18:07.788Z | Documenting smoltcp v0.9.1 |
| 2521 | 2023-11-20T20:18:08.188Z | Checking tinyvec v1.6.0 |
| 2522 | 2023-11-20T20:18:08.814Z | Documenting cipher v0.4.4 |
| 2523 | 2023-11-20T20:18:08.928Z | Documenting zip v0.6.6 |
| 2524 | 2023-11-20T20:18:09.293Z | Checking toml_edit v0.19.15 |
| 2525 | 2023-11-20T20:18:10.373Z | Checking futures-channel v0.3.29 |
| 2526 | 2023-11-20T20:18:10.908Z | Documenting num-bigint v0.4.4 |
| 2527 | 2023-11-20T20:18:10.962Z | Documenting phf_shared v0.11.2 |
| 2528 | 2023-11-20T20:18:13.137Z | Documenting hubpack v0.1.2 |
| 2529 | 2023-11-20T20:18:13.687Z | Documenting postgres-protocol v0.6.6 |
| 2530 | 2023-11-20T20:18:15.133Z | Documenting serde_repr v0.1.16 |
| 2531 | 2023-11-20T20:18:15.757Z | Documenting regress v0.7.1 |
| 2532 | 2023-11-20T20:18:16.651Z | Documenting bstr v1.6.0 |
| 2533 | 2023-11-20T20:18:26.103Z | Checking futures-task v0.3.29 |
| 2534 | 2023-11-20T20:18:26.165Z | Checking slab v0.4.9 |
| 2535 | 2023-11-20T20:18:26.909Z | Documenting precomputed-hash v0.1.1 |
| 2536 | 2023-11-20T20:18:26.962Z | Documenting fixedbitset v0.4.2 |
| 2537 | 2023-11-20T20:18:27.024Z | Documenting new_debug_unreachable v1.0.4 |
| 2538 | 2023-11-20T20:18:27.089Z | Checking futures-io v0.3.29 |
| 2539 | 2023-11-20T20:18:27.128Z | Checking pin-utils v0.1.0 |
| 2540 | 2023-11-20T20:18:27.156Z | Documenting lalrpop-util v0.19.12 |
| 2541 | 2023-11-20T20:18:27.214Z | Checking futures-util v0.3.29 |
| 2542 | 2023-11-20T20:18:27.236Z | Documenting postgres-types v0.2.6 |
| 2543 | 2023-11-20T20:18:27.277Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2544 | 2023-11-20T20:18:27.291Z | Documenting petgraph v0.6.4 |
| 2545 | 2023-11-20T20:18:27.306Z | Documenting string_cache v0.8.7 |
| 2546 | 2023-11-20T20:18:27.326Z | Documenting yasna v0.5.2 |
| 2547 | 2023-11-20T20:18:29.515Z | Documenting phf v0.11.2 |
| 2548 | 2023-11-20T20:18:31.326Z | Checking unicode-normalization v0.1.22 |
| 2549 | 2023-11-20T20:18:32.158Z | Checking crypto-common v0.1.6 |
| 2550 | 2023-11-20T20:18:32.421Z | Documenting console v0.15.7 |
| 2551 | 2023-11-20T20:18:32.811Z | Checking spin v0.9.8 |
| 2552 | 2023-11-20T20:18:33.297Z | Documenting float-cmp v0.9.0 |
| 2553 | 2023-11-20T20:18:34.698Z | Checking tracing-core v0.1.31 |
| 2554 | 2023-11-20T20:18:34.827Z | Documenting whoami v1.4.1 |
| 2555 | 2023-11-20T20:18:34.918Z | Documenting predicates-core v1.0.6 |
| 2556 | 2023-11-20T20:18:35.416Z | Documenting difflib v0.4.0 |
| 2557 | 2023-11-20T20:18:35.845Z | Documenting heck v0.4.1 |
| 2558 | 2023-11-20T20:18:36.489Z | Checking unsafe-libyaml v0.2.9 |
| 2559 | 2023-11-20T20:18:37.852Z | Checking unicode-bidi v0.3.13 |
| 2560 | 2023-11-20T20:18:38.526Z | Documenting normalize-line-endings v0.3.0 |
| 2561 | 2023-11-20T20:18:38.589Z | Checking tracing v0.1.37 |
| 2562 | 2023-11-20T20:18:38.710Z | Documenting bit-set v0.5.3 |
| 2563 | 2023-11-20T20:18:39.079Z | Documenting similar v2.2.1 |
| 2564 | 2023-11-20T20:18:40.231Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2565 | 2023-11-20T20:18:40.703Z | Documenting tokio-postgres v0.7.10 |
| 2566 | 2023-11-20T20:18:40.876Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2567 | 2023-11-20T20:18:41.058Z | Checking block-buffer v0.10.4 |
| 2568 | 2023-11-20T20:18:42.297Z | Checking getopts v0.2.21 |
| 2569 | 2023-11-20T20:18:42.301Z | Documenting tokio-stream v0.1.14 |
| 2570 | 2023-11-20T20:18:42.304Z | Checking bitflags v2.4.0 |
| 2571 | 2023-11-20T20:18:42.307Z | Checking const-oid v0.9.5 |
| 2572 | 2023-11-20T20:18:42.310Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2573 | 2023-11-20T20:18:44.648Z | Documenting predicates v3.0.4 |
| 2574 | 2023-11-20T20:18:44.797Z | Documenting unsafe-libyaml v0.2.9 |
| 2575 | 2023-11-20T20:18:44.926Z | Checking ppv-lite86 v0.2.17 |
| 2576 | 2023-11-20T20:18:46.127Z | Checking ident_case v1.0.1 |
| 2577 | 2023-11-20T20:18:46.131Z | Checking subtle v2.5.0 |
| 2578 | 2023-11-20T20:18:46.134Z | Checking rand_chacha v0.3.1 |
| 2579 | 2023-11-20T20:18:46.313Z | Checking digest v0.10.7 |
| 2580 | 2023-11-20T20:18:46.591Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2581 | 2023-11-20T20:18:46.908Z | Checking serde_yaml v0.9.25 |
| 2582 | 2023-11-20T20:18:49.017Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2583 | 2023-11-20T20:18:49.595Z | Documenting getopts v0.2.21 |
| 2584 | 2023-11-20T20:18:49.980Z | Checking base64 v0.21.5 |
| 2585 | 2023-11-20T20:18:51.017Z | Documenting serde_yaml v0.9.25 |
| 2586 | 2023-11-20T20:18:51.022Z | Checking rand v0.8.5 |
| 2587 | 2023-11-20T20:18:51.024Z | Checking tokio-util v0.7.10 |
| 2588 | 2023-11-20T20:18:52.267Z | Checking openssl-probe v0.1.5 |
| 2589 | 2023-11-20T20:18:52.457Z | Checking bitflags v1.3.2 |
| 2590 | 2023-11-20T20:18:52.589Z | Checking untrusted v0.9.0 |
| 2591 | 2023-11-20T20:18:52.647Z | Checking untrusted v0.7.1 |
| 2592 | 2023-11-20T20:18:52.803Z | Checking percent-encoding v2.3.0 |
| 2593 | 2023-11-20T20:18:52.874Z | Checking hashbrown v0.12.3 |
| 2594 | 2023-11-20T20:18:53.100Z | Checking foreign-types-shared v0.1.1 |
| 2595 | 2023-11-20T20:18:53.245Z | Checking foreign-types v0.3.2 |
| 2596 | 2023-11-20T20:18:53.376Z | Checking ring v0.16.20 |
| 2597 | 2023-11-20T20:18:53.519Z | Checking ring v0.17.5 |
| 2598 | 2023-11-20T20:18:53.574Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2599 | 2023-11-20T20:18:53.763Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2600 | 2023-11-20T20:18:54.516Z | Checking indexmap v1.9.3 |
| 2601 | 2023-11-20T20:18:55.643Z | Checking openssl-sys v0.9.93 |
| 2602 | 2023-11-20T20:18:55.730Z | Checking errno v0.3.2 |
| 2603 | 2023-11-20T20:18:55.928Z | Checking adler v1.0.2 |
| 2604 | 2023-11-20T20:18:56.143Z | Checking try-lock v0.2.4 |
| 2605 | 2023-11-20T20:18:56.170Z | Checking siphasher v0.3.11 |
| 2606 | 2023-11-20T20:18:56.316Z | Documenting match_cfg v0.1.0 |
| 2607 | 2023-11-20T20:18:56.514Z | Checking unicode-segmentation v1.10.1 |
| 2608 | 2023-11-20T20:18:56.620Z | Checking rustls-webpki v0.101.7 |
| 2609 | 2023-11-20T20:18:57.621Z | Checking want v0.3.1 |
| 2610 | 2023-11-20T20:18:57.752Z | Checking sct v0.7.0 |
| 2611 | 2023-11-20T20:18:57.814Z | Checking openssl v0.10.57 |
| 2612 | 2023-11-20T20:18:57.864Z | Checking miniz_oxide v0.7.1 |
| 2613 | 2023-11-20T20:18:58.031Z | Checking h2 v0.3.21 |
| 2614 | 2023-11-20T20:18:59.058Z | Checking form_urlencoded v1.2.0 |
| 2615 | 2023-11-20T20:18:59.357Z | Checking lazy_static v1.4.0 |
| 2616 | 2023-11-20T20:18:59.509Z | Checking http-body v0.4.5 |
| 2617 | 2023-11-20T20:18:59.617Z | Documenting sha1 v0.10.6 |
| 2618 | 2023-11-20T20:18:59.791Z | Documenting dirs-sys-next v0.1.2 |
| 2619 | 2023-11-20T20:18:59.809Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2620 | 2023-11-20T20:19:00.042Z | Checking io-lifetimes v1.0.11 |
| 2621 | 2023-11-20T20:19:00.291Z | Checking socket2 v0.4.9 |
| 2622 | 2023-11-20T20:19:00.497Z | Documenting hostname v0.3.1 |
| 2623 | 2023-11-20T20:19:00.950Z | Checking httparse v1.8.0 |
| 2624 | 2023-11-20T20:19:01.591Z | Checking anstyle v1.0.2 |
| 2625 | 2023-11-20T20:19:02.194Z | Checking tower-service v0.3.2 |
| 2626 | 2023-11-20T20:19:02.359Z | Checking cpufeatures v0.2.9 |
| 2627 | 2023-11-20T20:19:02.492Z | Checking utf8parse v0.2.1 |
| 2628 | 2023-11-20T20:19:02.698Z | Checking httpdate v1.0.3 |
| 2629 | 2023-11-20T20:19:03.049Z | Checking anstyle-parse v0.2.1 |
| 2630 | 2023-11-20T20:19:03.442Z | Checking sha2 v0.10.8 |
| 2631 | 2023-11-20T20:19:04.020Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2632 | 2023-11-20T20:19:04.292Z | Checking rustix v0.37.23 |
| 2633 | 2023-11-20T20:19:06.006Z | Checking rustls v0.21.9 |
| 2634 | 2023-11-20T20:19:06.479Z | Documenting dirs-next v2.0.0 |
| 2635 | 2023-11-20T20:19:06.577Z | Checking native-tls v0.2.11 |
| 2636 | 2023-11-20T20:19:06.786Z | Checking rustls-pemfile v1.0.3 |
| 2637 | 2023-11-20T20:19:07.385Z | Checking md-5 v0.10.5 |
| 2638 | 2023-11-20T20:19:07.398Z | Checking hmac v0.12.1 |
| 2639 | 2023-11-20T20:19:07.404Z | Checking idna v0.4.0 |
| 2640 | 2023-11-20T20:19:07.407Z | Checking stringprep v0.1.3 |
| 2641 | 2023-11-20T20:19:07.489Z | Documenting camino v1.1.6 |
| 2642 | 2023-11-20T20:19:09.765Z | Checking num-integer v0.1.45 |
| 2643 | 2023-11-20T20:19:09.801Z | Checking hyper v0.14.27 |
| 2644 | 2023-11-20T20:19:09.841Z | Checking hash32 v0.2.1 |
| 2645 | 2023-11-20T20:19:09.870Z | Documenting thread_local v1.1.7 |
| 2646 | 2023-11-20T20:19:09.889Z | Documenting paste v1.0.14 |
| 2647 | 2023-11-20T20:19:11.220Z | Checking stable_deref_trait v1.2.0 |
| 2648 | 2023-11-20T20:19:11.347Z | Checking either v1.9.0 |
| 2649 | 2023-11-20T20:19:11.690Z | Checking fallible-iterator v0.2.0 |
| 2650 | 2023-11-20T20:19:11.821Z | Checking anstyle-query v1.0.0 |
| 2651 | 2023-11-20T20:19:11.984Z | Checking colorchoice v1.0.0 |
| 2652 | 2023-11-20T20:19:12.160Z | Checking gimli v0.28.0 |
| 2653 | 2023-11-20T20:19:12.469Z | Documenting term v0.7.0 |
| 2654 | 2023-11-20T20:19:12.693Z | Checking postgres-protocol v0.6.6 |
| 2655 | 2023-11-20T20:19:13.737Z | Checking anstream v0.5.0 |
| 2656 | 2023-11-20T20:19:14.221Z | Checking heapless v0.7.16 |
| 2657 | 2023-11-20T20:19:15.023Z | Checking tokio-rustls v0.24.1 |
| 2658 | 2023-11-20T20:19:15.294Z | Checking url v2.4.1 |
| 2659 | 2023-11-20T20:19:15.378Z | Checking rustls-native-certs v0.6.3 |
| 2660 | 2023-11-20T20:19:15.577Z | Checking tokio-native-tls v0.3.1 |
| 2661 | 2023-11-20T20:19:15.581Z | Checking terminal_size v0.2.6 |
| 2662 | 2023-11-20T20:19:15.800Z | Checking phf_shared v0.11.2 |
| 2663 | 2023-11-20T20:19:15.938Z | Documenting toml v0.8.8 |
| 2664 | 2023-11-20T20:19:15.961Z | Checking block-padding v0.3.3 |
| 2665 | 2023-11-20T20:19:16.213Z | Checking signal-hook v0.3.17 |
| 2666 | 2023-11-20T20:19:16.262Z | Documenting crossbeam-channel v0.5.8 |
| 2667 | 2023-11-20T20:19:16.452Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2668 | 2023-11-20T20:19:16.577Z | Checking scheduled-thread-pool v0.2.7 |
| 2669 | 2023-11-20T20:19:16.726Z | Checking object v0.32.1 |
| 2670 | 2023-11-20T20:19:16.894Z | Documenting atty v0.2.14 |
| 2671 | 2023-11-20T20:19:17.784Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2672 | 2023-11-20T20:19:17.953Z | Checking crc32fast v1.3.2 |
| 2673 | 2023-11-20T20:19:18.298Z | Checking bit-vec v0.6.3 |
| 2674 | 2023-11-20T20:19:18.317Z | Checking addr2line v0.21.0 |
| 2675 | 2023-11-20T20:19:18.671Z | Checking matches v0.1.10 |
| 2676 | 2023-11-20T20:19:18.775Z | Checking regex-automata v0.1.10 |
| 2677 | 2023-11-20T20:19:18.790Z | Checking rustc-demangle v0.1.23 |
| 2678 | 2023-11-20T20:19:19.087Z | Documenting take_mut v0.2.2 |
| 2679 | 2023-11-20T20:19:19.391Z | Checking deranged v0.3.8 |
| 2680 | 2023-11-20T20:19:19.429Z | Checking ipnet v2.8.0 |
| 2681 | 2023-11-20T20:19:20.160Z | Checking num_threads v0.1.6 |
| 2682 | 2023-11-20T20:19:20.312Z | Checking managed v0.8.0 |
| 2683 | 2023-11-20T20:19:20.930Z | Checking clap_lex v0.5.1 |
| 2684 | 2023-11-20T20:19:21.311Z | Checking clap_builder v4.4.2 |
| 2685 | 2023-11-20T20:19:21.732Z | Documenting slog-term v2.9.0 |
| 2686 | 2023-11-20T20:19:22.120Z | Checking time v0.3.27 |
| 2687 | 2023-11-20T20:19:22.650Z | Checking smoltcp v0.9.1 |
| 2688 | 2023-11-20T20:19:24.436Z | Checking bstr v0.2.17 |
| 2689 | 2023-11-20T20:19:24.561Z | Documenting slog-async v2.8.0 |
| 2690 | 2023-11-20T20:19:25.118Z | Checking idna v0.2.3 |
| 2691 | 2023-11-20T20:19:25.561Z | Checking backtrace v0.3.69 |
| 2692 | 2023-11-20T20:19:25.763Z | Checking flate2 v1.0.28 |
| 2693 | 2023-11-20T20:19:26.155Z | Checking bzip2 v0.4.4 |
| 2694 | 2023-11-20T20:19:26.281Z | Checking hyper-tls v0.5.0 |
| 2695 | 2023-11-20T20:19:26.452Z | Checking hyper-rustls v0.24.2 |
| 2696 | 2023-11-20T20:19:26.542Z | Checking r2d2 v0.8.10 |
| 2697 | 2023-11-20T20:19:26.587Z | Checking signal-hook-mio v0.2.3 |
| 2698 | 2023-11-20T20:19:26.699Z | Checking inout v0.1.3 |
| 2699 | 2023-11-20T20:19:26.742Z | Checking phf v0.11.2 |
| 2700 | 2023-11-20T20:19:26.781Z | Checking postgres-types v0.2.6 |
| 2701 | 2023-11-20T20:19:27.003Z | Checking itertools v0.11.0 |
| 2702 | 2023-11-20T20:19:27.025Z | Checking num-bigint v0.4.4 |
| 2703 | 2023-11-20T20:19:27.103Z | Checking serde_urlencoded v0.7.1 |
| 2704 | 2023-11-20T20:19:27.186Z | Checking phf_shared v0.10.0 |
| 2705 | 2023-11-20T20:19:27.610Z | Checking futures-executor v0.3.29 |
| 2706 | 2023-11-20T20:19:27.756Z | Documenting slog-json v2.6.1 |
| 2707 | 2023-11-20T20:19:27.949Z | Checking ipnetwork v0.20.0 |
| 2708 | 2023-11-20T20:19:27.977Z | Checking float-cmp v0.9.0 |
| 2709 | 2023-11-20T20:19:28.265Z | Checking zerocopy v0.6.4 |
| 2710 | 2023-11-20T20:19:28.471Z | Documenting async-stream-impl v0.3.5 |
| 2711 | 2023-11-20T20:19:29.042Z | Checking hubpack v0.1.2 |
| 2712 | 2023-11-20T20:19:29.405Z | Checking crossbeam-utils v0.8.16 |
| 2713 | 2023-11-20T20:19:29.522Z | Checking encoding_rs v0.8.33 |
| 2714 | 2023-11-20T20:19:30.279Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2715 | 2023-11-20T20:19:30.576Z | Checking memoffset v0.9.0 |
| 2716 | 2023-11-20T20:19:30.622Z | Checking precomputed-hash v0.1.1 |
| 2717 | 2023-11-20T20:19:30.656Z | Checking fixedbitset v0.4.2 |
| 2718 | 2023-11-20T20:19:30.711Z | Checking new_debug_unreachable v1.0.4 |
| 2719 | 2023-11-20T20:19:30.753Z | Checking whoami v1.4.1 |
| 2720 | 2023-11-20T20:19:30.766Z | Checking difflib v0.4.0 |
| 2721 | 2023-11-20T20:19:30.829Z | Checking regex-automata v0.3.8 |
| 2722 | 2023-11-20T20:19:31.180Z | Checking static_assertions v1.1.0 |
| 2723 | 2023-11-20T20:19:31.183Z | Documenting atomic-waker v1.1.1 |
| 2724 | 2023-11-20T20:19:31.186Z | Checking data-encoding v2.4.0 |
| 2725 | 2023-11-20T20:19:31.255Z | Checking normalize-line-endings v0.3.0 |
| 2726 | 2023-11-20T20:19:31.416Z | Documenting debug-ignore v1.0.5 |
| 2727 | 2023-11-20T20:19:32.026Z | Checking mime v0.3.17 |
| 2728 | 2023-11-20T20:19:32.493Z | Checking predicates-core v1.0.6 |
| 2729 | 2023-11-20T20:19:32.771Z | Checking webpki-roots v0.25.2 |
| 2730 | 2023-11-20T20:19:33.002Z | Checking predicates v3.0.4 |
| 2731 | 2023-11-20T20:19:33.264Z | Checking reqwest v0.11.22 |
| 2732 | 2023-11-20T20:19:33.322Z | Checking bstr v1.6.0 |
| 2733 | 2023-11-20T20:19:34.022Z | Checking trust-dns-proto v0.22.0 |
| 2734 | 2023-11-20T20:19:34.041Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2735 | 2023-11-20T20:19:34.759Z | Documenting slog-bunyan v2.4.0 |
| 2736 | 2023-11-20T20:19:34.783Z | Checking tokio-postgres v0.7.10 |
| 2737 | 2023-11-20T20:19:35.401Z | Documenting waitgroup v0.1.2 |
| 2738 | 2023-11-20T20:19:35.630Z | Checking petgraph v0.6.4 |
| 2739 | 2023-11-20T20:19:35.725Z | Checking string_cache v0.8.7 |
| 2740 | 2023-11-20T20:19:36.129Z | Checking crossbeam-epoch v0.9.15 |
| 2741 | 2023-11-20T20:19:36.367Z | Documenting async-stream v0.3.5 |
| 2742 | 2023-11-20T20:19:36.837Z | Checking diesel v2.1.4 |
| 2743 | 2023-11-20T20:19:39.424Z | Checking yasna v0.5.2 |
| 2744 | 2023-11-20T20:19:40.345Z | Checking futures v0.3.29 |
| 2745 | 2023-11-20T20:19:40.491Z | Checking cipher v0.4.4 |
| 2746 | 2023-11-20T20:19:40.911Z | Checking crossterm v0.27.0 |
| 2747 | 2023-11-20T20:19:41.006Z | Checking zip v0.6.6 |
| 2748 | 2023-11-20T20:19:41.114Z | Checking anyhow v1.0.75 |
| 2749 | 2023-11-20T20:19:41.495Z | Checking clap v4.4.3 |
| 2750 | 2023-11-20T20:19:41.655Z | Checking similar v2.2.1 |
| 2751 | 2023-11-20T20:19:41.813Z | Checking bit-set v0.5.3 |
| 2752 | 2023-11-20T20:19:41.841Z | Checking itertools v0.10.5 |
| 2753 | 2023-11-20T20:19:42.008Z | Checking num-iter v0.1.43 |
| 2754 | 2023-11-20T20:19:42.114Z | Checking console v0.15.7 |
| 2755 | 2023-11-20T20:19:42.223Z | Checking rustix v0.38.9 |
| 2756 | 2023-11-20T20:19:42.249Z | Checking signature v2.1.0 |
| 2757 | 2023-11-20T20:19:43.312Z | Checking darling_core v0.20.3 |
| 2758 | 2023-11-20T20:19:43.354Z | Checking toml v0.7.8 |
| 2759 | 2023-11-20T20:19:43.386Z | Checking tokio-stream v0.1.14 |
| 2760 | 2023-11-20T20:19:43.390Z | Checking toml_edit v0.21.0 |
| 2761 | 2023-11-20T20:19:43.782Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2762 | 2023-11-20T20:19:44.113Z | Documenting multer v2.1.0 |
| 2763 | 2023-11-20T20:19:44.275Z | Checking usdt v0.3.5 |
| 2764 | 2023-11-20T20:19:45.232Z | Documenting serde_path_to_error v0.1.14 |
| 2765 | 2023-11-20T20:19:45.527Z | Checking semver v1.0.20 |
| 2766 | 2023-11-20T20:19:45.541Z | Checking hex v0.4.3 |
| 2767 | 2023-11-20T20:19:45.556Z | Documenting strum v0.25.0 |
| 2768 | 2023-11-20T20:19:46.119Z | Checking slog v2.7.0 |
| 2769 | 2023-11-20T20:19:46.383Z | Checking lalrpop-util v0.19.12 |
| 2770 | 2023-11-20T20:19:46.849Z | Checking darling v0.20.3 |
| 2771 | 2023-11-20T20:19:46.903Z | Documenting structmeta-derive v0.2.0 |
| 2772 | 2023-11-20T20:19:46.935Z | Checking structmeta v0.2.0 |
| 2773 | 2023-11-20T20:19:47.021Z | Documenting serde_with_macros v2.3.3 |
| 2774 | 2023-11-20T20:19:47.275Z | Documenting instant v0.1.12 |
| 2775 | 2023-11-20T20:19:51.364Z | Checking regex-syntax v0.7.5 |
| 2776 | 2023-11-20T20:19:51.786Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2777 | 2023-11-20T20:19:51.884Z | Documenting macaddr v1.0.1 |
| 2778 | 2023-11-20T20:19:52.110Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2779 | 2023-11-20T20:19:53.437Z | Documenting backoff v0.4.0 |
| 2780 | 2023-11-20T20:19:54.210Z | Documenting serde_with v2.3.3 |
| 2781 | 2023-11-20T20:19:54.464Z | Documenting structmeta v0.2.0 |
| 2782 | 2023-11-20T20:19:56.573Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2783 | 2023-11-20T20:19:58.624Z | Documenting is-terminal v0.4.9 |
| 2784 | 2023-11-20T20:19:58.887Z | Documenting base64ct v1.6.0 |
| 2785 | 2023-11-20T20:20:00.652Z | Documenting proc-macro-crate v1.3.1 |
| 2786 | 2023-11-20T20:20:01.307Z | Documenting parse-display-derive v0.8.2 |
| 2787 | 2023-11-20T20:20:01.645Z | Checking proc-macro-crate v1.3.1 |
| 2788 | 2023-11-20T20:20:02.032Z | Documenting proc-macro-error-attr v1.0.4 |
| 2789 | 2023-11-20T20:20:05.154Z | Checking proc-macro-error v1.0.4 |
| 2790 | 2023-11-20T20:20:05.726Z | Documenting postcard-cobs v0.1.5-pre |
| 2791 | 2023-11-20T20:20:05.733Z | Documenting foreign-types-macros v0.2.3 |
| 2792 | 2023-11-20T20:20:05.738Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2793 | 2023-11-20T20:20:07.772Z | Documenting proc-macro-error v1.0.4 |
| 2794 | 2023-11-20T20:20:08.415Z | Documenting num_enum_derive v0.5.11 |
| 2795 | 2023-11-20T20:20:09.915Z | Documenting parse-display v0.8.2 |
| 2796 | 2023-11-20T20:20:10.002Z | Documenting postcard v0.7.3 |
| 2797 | 2023-11-20T20:20:11.813Z | Documenting foreign-types-shared v0.3.1 |
| 2798 | 2023-11-20T20:20:13.466Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2799 | 2023-11-20T20:20:15.147Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2800 | 2023-11-20T20:20:15.336Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2801 | 2023-11-20T20:20:15.565Z | Documenting crucible-workspace-hack v0.1.0 |
| 2802 | 2023-11-20T20:20:15.847Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2803 | 2023-11-20T20:20:15.990Z | Documenting foreign-types v0.5.0 |
| 2804 | 2023-11-20T20:20:16.952Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2805 | 2023-11-20T20:20:17.891Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2806 | 2023-11-20T20:20:18.218Z | Documenting num_enum v0.5.11 |
| 2807 | 2023-11-20T20:20:21.470Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2808 | 2023-11-20T20:20:21.587Z | Documenting cstr-argument v0.1.2 |
| 2809 | 2023-11-20T20:20:22.194Z | Documenting colored v2.0.4 |
| 2810 | 2023-11-20T20:20:22.201Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2811 | 2023-11-20T20:20:23.347Z | Documenting zone_cfg_derive v0.3.0 |
| 2812 | 2023-11-20T20:20:23.449Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2813 | 2023-11-20T20:20:24.246Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2814 | 2023-11-20T20:20:27.149Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2815 | 2023-11-20T20:20:27.225Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2023-11-20T20:20:28.023Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2817 | 2023-11-20T20:20:29.016Z | Documenting num-derive v0.4.0 |
| 2818 | 2023-11-20T20:20:30.050Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2819 | 2023-11-20T20:20:30.836Z | Documenting zone v0.3.0 |
| 2820 | 2023-11-20T20:20:31.073Z | Documenting smf v0.2.2 |
| 2821 | 2023-11-20T20:20:32.839Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2822 | 2023-11-20T20:20:33.839Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2823 | 2023-11-20T20:20:34.516Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2824 | 2023-11-20T20:20:34.731Z | Documenting linked-hash-map v0.5.6 |
| 2825 | 2023-11-20T20:20:35.876Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2826 | 2023-11-20T20:20:36.325Z | Documenting fastrand v2.0.0 |
| 2827 | 2023-11-20T20:20:36.588Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2828 | 2023-11-20T20:20:37.605Z | Documenting password-hash v0.5.0 |
| 2829 | 2023-11-20T20:20:39.734Z | Documenting blake2 v0.10.6 |
| 2830 | 2023-11-20T20:20:41.128Z | Documenting lru-cache v0.1.2 |
| 2831 | 2023-11-20T20:20:41.141Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2832 | 2023-11-20T20:20:42.709Z | Documenting tempfile v3.8.0 |
| 2833 | 2023-11-20T20:20:42.723Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2834 | 2023-11-20T20:20:44.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2835 | 2023-11-20T20:20:44.321Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2836 | 2023-11-20T20:20:44.404Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2837 | 2023-11-20T20:20:44.712Z | Checking heck v0.3.3 |
| 2838 | 2023-11-20T20:20:44.955Z | Documenting structopt-derive v0.4.18 |
| 2839 | 2023-11-20T20:20:46.476Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2840 | 2023-11-20T20:20:46.836Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2841 | 2023-11-20T20:20:47.501Z | Documenting argon2 v0.5.2 |
| 2842 | 2023-11-20T20:20:49.815Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2843 | 2023-11-20T20:20:50.758Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2844 | 2023-11-20T20:20:53.797Z | Documenting structopt v0.3.26 |
| 2845 | 2023-11-20T20:20:54.803Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2846 | 2023-11-20T20:20:54.883Z | Documenting libefi-sys v0.1.0 |
| 2847 | 2023-11-20T20:20:57.625Z | Documenting pem-rfc7468 v0.7.0 |
| 2848 | 2023-11-20T20:20:57.863Z | Documenting der_derive v0.7.2 |
| 2849 | 2023-11-20T20:20:59.547Z | Documenting quick-error v1.2.3 |
| 2850 | 2023-11-20T20:21:00.177Z | Documenting flagset v0.4.3 |
| 2851 | 2023-11-20T20:21:01.054Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2852 | 2023-11-20T20:21:01.584Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2853 | 2023-11-20T20:21:03.845Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2854 | 2023-11-20T20:21:04.338Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2855 | 2023-11-20T20:21:04.461Z | Documenting cancel-safe-futures v0.1.5 |
| 2856 | 2023-11-20T20:21:05.135Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2857 | 2023-11-20T20:21:05.212Z | Checking convert_case v0.4.0 |
| 2858 | 2023-11-20T20:21:05.507Z | Documenting convert_case v0.4.0 |
| 2859 | 2023-11-20T20:21:05.683Z | Documenting der v0.7.8 |
| 2860 | 2023-11-20T20:21:05.814Z | Documenting resolv-conf v0.7.0 |
| 2861 | 2023-11-20T20:21:07.474Z | Documenting tap v1.0.1 |
| 2862 | 2023-11-20T20:21:08.751Z | Documenting radium v0.7.0 |
| 2863 | 2023-11-20T20:21:11.617Z | Documenting derive_more v0.99.17 |
| 2864 | 2023-11-20T20:21:11.881Z | Documenting trust-dns-resolver v0.22.0 |
| 2865 | 2023-11-20T20:21:11.947Z | Documenting wyz v0.5.1 |
| 2866 | 2023-11-20T20:21:13.088Z | Documenting funty v2.0.0 |
| 2867 | 2023-11-20T20:21:13.435Z | Documenting crc-catalog v2.2.0 |
| 2868 | 2023-11-20T20:21:14.300Z | Documenting spki v0.7.2 |
| 2869 | 2023-11-20T20:21:16.513Z | Documenting arc-swap v1.6.0 |
| 2870 | 2023-11-20T20:21:17.744Z | Documenting crc v3.0.1 |
| 2871 | 2023-11-20T20:21:18.027Z | Documenting bitvec v1.0.1 |
| 2872 | 2023-11-20T20:21:20.216Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2873 | 2023-11-20T20:21:20.289Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2874 | 2023-11-20T20:21:26.656Z | Documenting pkcs8 v0.10.2 |
| 2875 | 2023-11-20T20:21:26.883Z | Documenting num-rational v0.4.1 |
| 2876 | 2023-11-20T20:21:26.937Z | Documenting hkdf v0.12.3 |
| 2877 | 2023-11-20T20:21:26.955Z | Documenting num-complex v0.4.4 |
| 2878 | 2023-11-20T20:21:26.964Z | Documenting slog-scope v4.4.0 |
| 2879 | 2023-11-20T20:21:26.970Z | Documenting packed_struct_codegen v0.10.1 |
| 2880 | 2023-11-20T20:21:26.975Z | Documenting half v1.8.2 |
| 2881 | 2023-11-20T20:21:27.799Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2882 | 2023-11-20T20:21:27.848Z | Documenting ciborium-io v0.2.1 |
| 2883 | 2023-11-20T20:21:27.989Z | Documenting nodrop v0.1.14 |
| 2884 | 2023-11-20T20:21:28.408Z | Documenting slog-stdlog v4.1.1 |
| 2885 | 2023-11-20T20:21:29.591Z | Documenting num v0.4.1 |
| 2886 | 2023-11-20T20:21:29.665Z | Documenting pkcs1 v0.7.5 |
| 2887 | 2023-11-20T20:21:30.855Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2888 | 2023-11-20T20:21:32.204Z | Documenting slog-dtrace v0.2.3 |
| 2889 | 2023-11-20T20:21:32.229Z | Documenting array-init v0.0.4 |
| 2890 | 2023-11-20T20:21:32.529Z | Documenting packed_struct v0.10.1 |
| 2891 | 2023-11-20T20:21:33.309Z | Documenting ciborium-ll v0.2.1 |
| 2892 | 2023-11-20T20:21:34.141Z | Documenting num-bigint-dig v0.8.4 |
| 2893 | 2023-11-20T20:21:35.820Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2894 | 2023-11-20T20:21:36.877Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2895 | 2023-11-20T20:21:38.119Z | Documenting xattr v1.0.1 |
| 2896 | 2023-11-20T20:21:39.906Z | Documenting filetime v0.2.22 |
| 2897 | 2023-11-20T20:21:40.618Z | Documenting swrite v0.1.0 |
| 2898 | 2023-11-20T20:21:43.564Z | Documenting keccak v0.1.4 |
| 2899 | 2023-11-20T20:21:43.868Z | Documenting bitfield v0.14.0 |
| 2900 | 2023-11-20T20:21:44.279Z | Documenting termcolor v1.2.0 |
| 2901 | 2023-11-20T20:21:45.649Z | Documenting tar v0.4.40 |
| 2902 | 2023-11-20T20:21:45.883Z | Documenting rsa v0.9.2 |
| 2903 | 2023-11-20T20:21:46.293Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2904 | 2023-11-20T20:21:47.847Z | Documenting sha3 v0.10.8 |
| 2905 | 2023-11-20T20:21:48.121Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2906 | 2023-11-20T20:21:50.698Z | Documenting env_logger v0.10.0 |
| 2907 | 2023-11-20T20:21:50.925Z | Documenting ciborium v0.2.1 |
| 2908 | 2023-11-20T20:21:52.372Z | Documenting serde-hex v0.1.0 |
| 2909 | 2023-11-20T20:21:55.727Z | Documenting slog-envlogger v2.2.0 |
| 2910 | 2023-11-20T20:21:56.888Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2911 | 2023-11-20T20:21:57.458Z | Documenting x509-cert v0.2.4 |
| 2912 | 2023-11-20T20:21:57.725Z | Documenting newtype_derive v0.1.6 |
| 2913 | 2023-11-20T20:21:57.968Z | Documenting libsw v3.3.0 |
| 2914 | 2023-11-20T20:22:00.320Z | Documenting ron v0.8.1 |
| 2915 | 2023-11-20T20:22:00.499Z | Documenting fxhash v0.2.1 |
| 2916 | 2023-11-20T20:22:02.480Z | Documenting secrecy v0.8.0 |
| 2917 | 2023-11-20T20:22:04.043Z | Documenting derive-where v1.2.5 |
| 2918 | 2023-11-20T20:22:04.287Z | Documenting linear-map v1.2.0 |
| 2919 | 2023-11-20T20:22:04.801Z | Documenting owo-colors v3.5.0 |
| 2920 | 2023-11-20T20:22:06.051Z | Documenting crc-any v2.4.3 |
| 2921 | 2023-11-20T20:22:06.333Z | Documenting steno v0.4.0 |
| 2922 | 2023-11-20T20:22:06.783Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2923 | 2023-11-20T20:22:07.253Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2924 | 2023-11-20T20:22:08.044Z | Documenting doc-comment v0.3.3 |
| 2925 | 2023-11-20T20:22:10.753Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2926 | 2023-11-20T20:22:11.102Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2927 | 2023-11-20T20:22:12.180Z | Documenting snafu-derive v0.7.5 |
| 2928 | 2023-11-20T20:22:12.215Z | Documenting path-slash v0.1.5 |
| 2929 | 2023-11-20T20:22:13.557Z | Documenting same-file v1.0.6 |
| 2930 | 2023-11-20T20:22:13.996Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2931 | 2023-11-20T20:22:17.886Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2932 | 2023-11-20T20:22:21.660Z | Documenting walkdir v2.4.0 |
| 2933 | 2023-11-20T20:22:21.674Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2934 | 2023-11-20T20:22:22.070Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2935 | 2023-11-20T20:22:23.777Z | Documenting snafu v0.7.5 |
| 2936 | 2023-11-20T20:22:26.271Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2937 | 2023-11-20T20:22:26.435Z | Documenting camino-tempfile v1.0.2 |
| 2938 | 2023-11-20T20:22:30.149Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2939 | 2023-11-20T20:22:32.274Z | Checking darling_core v0.14.4 |
| 2940 | 2023-11-20T20:22:33.160Z | Documenting itertools v0.12.0 |
| 2941 | 2023-11-20T20:22:34.494Z | Documenting nibble_vec v0.1.0 |
| 2942 | 2023-11-20T20:22:35.150Z | Documenting glob v0.3.1 |
| 2943 | 2023-11-20T20:22:41.287Z | Documenting endian-type v0.1.2 |
| 2944 | 2023-11-20T20:22:41.621Z | Checking darling v0.14.4 |
| 2945 | 2023-11-20T20:22:41.741Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2946 | 2023-11-20T20:22:44.047Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2947 | 2023-11-20T20:22:44.820Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2948 | 2023-11-20T20:22:45.457Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2949 | 2023-11-20T20:22:46.338Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2950 | 2023-11-20T20:22:47.246Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2951 | 2023-11-20T20:22:47.682Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2952 | 2023-11-20T20:22:47.756Z | Documenting radix_trie v0.2.1 |
| 2953 | 2023-11-20T20:22:48.955Z | Documenting path-dedot v3.1.0 |
| 2954 | 2023-11-20T20:22:51.716Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2955 | 2023-11-20T20:22:54.841Z | Documenting trust-dns-client v0.22.0 |
| 2956 | 2023-11-20T20:22:55.384Z | Documenting path-absolutize v3.1.0 |
| 2957 | 2023-11-20T20:23:01.412Z | Documenting buf-list v1.0.3 |
| 2958 | 2023-11-20T20:23:01.759Z | Documenting globset v0.4.13 |
| 2959 | 2023-11-20T20:23:08.300Z | Documenting crossbeam-deque v0.8.3 |
| 2960 | 2023-11-20T20:23:08.645Z | Documenting headers-core v0.2.0 |
| 2961 | 2023-11-20T20:23:08.844Z | Documenting olpc-cjson v0.1.3 |
| 2962 | 2023-11-20T20:23:09.177Z | Documenting serde_plain v1.0.2 |
| 2963 | 2023-11-20T20:23:14.209Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2964 | 2023-11-20T20:23:14.286Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2965 | 2023-11-20T20:23:14.754Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2966 | 2023-11-20T20:23:14.771Z | Documenting display-error-chain v0.2.0 |
| 2967 | 2023-11-20T20:23:15.206Z | Documenting utf-8 v0.7.6 |
| 2968 | 2023-11-20T20:23:15.452Z | Documenting tough v0.14.0 |
| 2969 | 2023-11-20T20:23:15.577Z | Documenting rayon-core v1.12.0 |
| 2970 | 2023-11-20T20:23:15.911Z | Documenting headers v0.3.9 |
| 2971 | 2023-11-20T20:23:18.853Z | Documenting trust-dns-server v0.22.1 |
| 2972 | 2023-11-20T20:23:19.545Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2973 | 2023-11-20T20:23:19.632Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2974 | 2023-11-20T20:23:20.890Z | Documenting tungstenite v0.20.1 |
| 2975 | 2023-11-20T20:23:21.229Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2976 | 2023-11-20T20:23:22.629Z | Documenting derive_builder_core v0.12.0 |
| 2977 | 2023-11-20T20:23:23.113Z | Checking derive_builder_core v0.12.0 |
| 2978 | 2023-11-20T20:23:24.272Z | Documenting sled v0.34.7 |
| 2979 | 2023-11-20T20:23:24.510Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2980 | 2023-11-20T20:23:25.574Z | Documenting unicase v2.7.0 |
| 2981 | 2023-11-20T20:23:25.937Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2982 | 2023-11-20T20:23:26.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2983 | 2023-11-20T20:23:27.237Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2984 | 2023-11-20T20:23:27.667Z | Documenting bcs v0.1.6 |
| 2985 | 2023-11-20T20:23:30.276Z | Documenting ff v0.13.0 |
| 2986 | 2023-11-20T20:23:30.748Z | Documenting pretty-hex v0.3.0 |
| 2987 | 2023-11-20T20:23:31.404Z | Documenting highway v1.1.0 |
| 2988 | 2023-11-20T20:23:32.666Z | Documenting tokio-tungstenite v0.20.1 |
| 2989 | 2023-11-20T20:23:32.770Z | Documenting derive_builder_macro v0.12.0 |
| 2990 | 2023-11-20T20:23:34.369Z | Documenting mime_guess v2.0.4 |
| 2991 | 2023-11-20T20:23:35.438Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2992 | 2023-11-20T20:23:36.022Z | Documenting rayon v1.8.0 |
| 2993 | 2023-11-20T20:23:36.972Z | Documenting group v0.13.0 |
| 2994 | 2023-11-20T20:23:37.283Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2995 | 2023-11-20T20:23:39.499Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2996 | 2023-11-20T20:23:43.379Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2997 | 2023-11-20T20:23:43.579Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2998 | 2023-11-20T20:23:47.608Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2999 | 2023-11-20T20:23:55.007Z | Documenting portable-atomic v1.4.3 |
| 3000 | 2023-11-20T20:24:18.458Z | Documenting ed25519 v1.5.3 |
| 3001 | 2023-11-20T20:24:19.220Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3002 | 2023-11-20T20:24:19.336Z | Documenting universal-hash v0.5.1 |
| 3003 | 2023-11-20T20:24:19.474Z | Documenting crypto-bigint v0.5.2 |
| 3004 | 2023-11-20T20:24:19.649Z | Documenting kstat-rs v0.2.3 |
| 3005 | 2023-11-20T20:24:19.834Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3006 | 2023-11-20T20:24:20.505Z | Documenting ref-cast-impl v1.0.20 |
| 3007 | 2023-11-20T20:24:20.536Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3008 | 2023-11-20T20:24:20.560Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3009 | 2023-11-20T20:24:20.602Z | Documenting vte_generate_state_changes v0.1.1 |
| 3010 | 2023-11-20T20:24:20.616Z | Documenting cassowary v0.3.0 |
| 3011 | 2023-11-20T20:24:20.641Z | Documenting number_prefix v0.4.0 |
| 3012 | 2023-11-20T20:24:20.728Z | Documenting base16ct v0.2.0 |
| 3013 | 2023-11-20T20:24:20.759Z | Documenting opaque-debug v0.3.0 |
| 3014 | 2023-11-20T20:24:20.821Z | Documenting vte v0.11.1 |
| 3015 | 2023-11-20T20:24:20.847Z | Documenting thiserror-no-std v2.0.2 |
| 3016 | 2023-11-20T20:24:20.865Z | Documenting ratatui v0.23.0 |
| 3017 | 2023-11-20T20:24:20.898Z | Documenting indicatif v0.17.7 |
| 3018 | 2023-11-20T20:24:22.142Z | Documenting elliptic-curve v0.13.5 |
| 3019 | 2023-11-20T20:24:22.303Z | Documenting poly1305 v0.8.0 |
| 3020 | 2023-11-20T20:24:23.036Z | Documenting ref-cast v1.0.20 |
| 3021 | 2023-11-20T20:24:25.051Z | Documenting curve25519-dalek v4.1.0 |
| 3022 | 2023-11-20T20:24:27.602Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3023 | 2023-11-20T20:24:27.712Z | Documenting salty v0.2.0 |
| 3024 | 2023-11-20T20:24:28.175Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 3025 | 2023-11-20T20:24:29.704Z | Documenting derive_builder v0.12.0 |
| 3026 | 2023-11-20T20:24:30.165Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3027 | 2023-11-20T20:24:31.274Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3028 | 2023-11-20T20:24:34.616Z | Documenting fs-err v2.10.0 |
| 3029 | 2023-11-20T20:24:34.700Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 3030 | 2023-11-20T20:24:40.404Z | Documenting polar-core v0.27.0 |
| 3031 | 2023-11-20T20:24:42.930Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3032 | 2023-11-20T20:24:49.622Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3033 | 2023-11-20T20:24:52.703Z | Documenting libxml v0.3.3 |
| 3034 | 2023-11-20T20:24:54.316Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 3035 | 2023-11-20T20:24:56.200Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3036 | 2023-11-20T20:24:59.277Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3037 | 2023-11-20T20:25:00.732Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3038 | 2023-11-20T20:25:01.169Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3039 | 2023-11-20T20:25:02.385Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3040 | 2023-11-20T20:25:02.431Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 3041 | 2023-11-20T20:25:03.105Z | Documenting chacha20 v0.9.1 |
| 3042 | 2023-11-20T20:25:03.265Z | Documenting bb8 v0.8.1 |
| 3043 | 2023-11-20T20:25:04.452Z | Documenting pem v3.0.2 |
| 3044 | 2023-11-20T20:25:05.248Z | Documenting quick-xml v0.23.1 |
| 3045 | 2023-11-20T20:25:10.242Z | Documenting bytesize v1.3.0 |
| 3046 | 2023-11-20T20:25:10.513Z | Documenting serde-big-array v0.5.1 |
| 3047 | 2023-11-20T20:25:11.692Z | Documenting aead v0.5.2 |
| 3048 | 2023-11-20T20:25:12.334Z | Documenting oso-derive v0.27.0 |
| 3049 | 2023-11-20T20:25:12.495Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3050 | 2023-11-20T20:25:16.611Z | Documenting rtoolbox v0.0.1 |
| 3051 | 2023-11-20T20:25:16.937Z | Documenting maplit v1.0.2 |
| 3052 | 2023-11-20T20:25:18.914Z | Documenting unicode-linebreak v0.1.5 |
| 3053 | 2023-11-20T20:25:20.268Z | Documenting humantime v2.1.0 |
| 3054 | 2023-11-20T20:25:21.227Z | Documenting is_ci v1.1.1 |
| 3055 | 2023-11-20T20:25:21.237Z | Documenting smawk v0.3.1 |
| 3056 | 2023-11-20T20:25:21.367Z | Documenting chacha20poly1305 v0.10.1 |
| 3057 | 2023-11-20T20:25:23.246Z | Documenting rpassword v7.2.0 |
| 3058 | 2023-11-20T20:25:23.345Z | Documenting oso v0.27.0 |
| 3059 | 2023-11-20T20:25:23.633Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3060 | 2023-11-20T20:25:26.219Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3061 | 2023-11-20T20:25:26.346Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3062 | 2023-11-20T20:25:27.031Z | Documenting supports-color v2.1.0 |
| 3063 | 2023-11-20T20:25:27.218Z | Documenting textwrap v0.16.0 |
| 3064 | 2023-11-20T20:25:29.130Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 3065 | 2023-11-20T20:25:30.777Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 3066 | 2023-11-20T20:25:31.591Z | Documenting rcgen v0.11.3 |
| 3067 | 2023-11-20T20:25:34.415Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3068 | 2023-11-20T20:25:41.220Z | Documenting vsss-rs v3.3.1 |
| 3069 | 2023-11-20T20:25:41.802Z | Documenting tui-tree-widget v0.13.0 |
| 3070 | 2023-11-20T20:25:42.667Z | Documenting strip-ansi-escapes v0.2.0 |
| 3071 | 2023-11-20T20:25:49.058Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3072 | 2023-11-20T20:25:49.482Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3073 | 2023-11-20T20:25:50.607Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3074 | 2023-11-20T20:25:52.252Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3075 | 2023-11-20T20:25:53.548Z | Documenting cookie v0.18.0 |
| 3076 | 2023-11-20T20:25:56.263Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 3077 | 2023-11-20T20:25:57.694Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3078 | 2023-11-20T20:26:00.440Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3079 | 2023-11-20T20:26:01.053Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3080 | 2023-11-20T20:26:01.379Z | Documenting atomicwrites v0.4.2 |
| 3081 | 2023-11-20T20:26:01.602Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3082 | 2023-11-20T20:26:06.479Z | Documenting signal-hook-tokio v0.3.1 |
| 3083 | 2023-11-20T20:26:08.305Z | Documenting fd-lock v3.0.13 |
| 3084 | 2023-11-20T20:26:09.406Z | Documenting subprocess v0.2.9 |
| 3085 | 2023-11-20T20:26:09.610Z | Documenting http-range v0.1.5 |
| 3086 | 2023-11-20T20:26:13.363Z | Documenting shell-words v1.1.0 |
| 3087 | 2023-11-20T20:26:14.317Z | Documenting corncobs v0.1.3 |
| 3088 | 2023-11-20T20:26:14.546Z | Documenting nu-ansi-term v0.49.0 |
| 3089 | 2023-11-20T20:26:15.346Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3090 | 2023-11-20T20:26:15.608Z | Documenting hyper-staticfile v0.9.5 |
| 3091 | 2023-11-20T20:26:16.021Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3092 | 2023-11-20T20:26:18.604Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3093 | 2023-11-20T20:26:19.628Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3094 | 2023-11-20T20:26:20.988Z | Documenting reedline v0.26.0 |
| 3095 | 2023-11-20T20:26:24.973Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3096 | 2023-11-20T20:26:25.839Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3097 | 2023-11-20T20:26:27.812Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3098 | 2023-11-20T20:26:29.702Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3099 | 2023-11-20T20:26:32.346Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3100 | 2023-11-20T20:26:32.400Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3101 | 2023-11-20T20:26:52.740Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 3102 | 2023-11-20T20:26:52.764Z | Documenting fatfs v0.3.6 |
| 3103 | 2023-11-20T20:26:52.861Z | Documenting cargo-platform v0.1.3 |
| 3104 | 2023-11-20T20:26:54.080Z | Documenting nanorand v0.7.0 |
| 3105 | 2023-11-20T20:26:59.341Z | Documenting assert_matches v1.5.0 |
| 3106 | 2023-11-20T20:27:00.407Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3107 | 2023-11-20T20:27:00.529Z | Documenting flume v0.11.0 |
| 3108 | 2023-11-20T20:27:01.614Z | Documenting cargo_metadata v0.18.0 |
| 3109 | 2023-11-20T20:27:01.875Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3110 | 2023-11-20T20:27:02.855Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3111 | 2023-11-20T20:27:04.353Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3112 | 2023-11-20T20:27:07.787Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3113 | 2023-11-20T20:27:07.791Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3114 | 2023-11-20T20:27:09.221Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3115 | 2023-11-20T20:27:09.312Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3116 | 2023-11-20T20:27:30.366Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3117 | 2023-11-20T20:27:36.626Z | Documenting omicron-zone-package v0.9.1 |
| 3118 | 2023-11-20T20:27:42.215Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3119 | 2023-11-20T20:27:42.952Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3120 | 2023-11-20T20:27:43.452Z | Documenting cargo_toml v0.17.0 |
| 3121 | 2023-11-20T20:27:45.391Z | Documenting termios v0.3.3 |
| 3122 | 2023-11-20T20:27:47.866Z | Documenting topological-sort v0.2.2 |
| 3123 | 2023-11-20T20:27:48.146Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3124 | 2023-11-20T20:27:51.752Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3125 | 2023-11-20T20:27:53.199Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3126 | 2023-11-20T20:27:53.808Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3127 | 2023-11-20T20:27:54.203Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3128 | 2023-11-20T20:28:04.949Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3129 | 2023-11-20T20:28:10.962Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3130 | 2023-11-20T20:28:10.966Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3131 | 2023-11-20T20:28:10.969Z | | |
| 3132 | 2023-11-20T20:28:10.972Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3133 | 2023-11-20T20:28:10.975Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3134 | 2023-11-20T20:28:10.978Z | | |
| 3135 | 2023-11-20T20:28:10.982Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3136 | 2023-11-20T20:28:10.986Z | |
| 3137 | 2023-11-20T20:28:14.612Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3138 | 2023-11-20T20:28:38.469Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3139 | 2023-11-20T20:28:40.816Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3140 | 2023-11-20T20:29:00.643Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3141 | 2023-11-20T20:29:00.686Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3142 | 2023-11-20T20:29:03.440Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3143 | 2023-11-20T20:29:05.763Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3144 | 2023-11-20T20:29:09.113Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3145 | 2023-11-20T20:30:30.783Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 57s |
| 3146 | 2023-11-20T20:30:30.893Z | |
| 3147 | 2023-11-20T20:30:30.902Z | real 15:57.301152422 |
| 3148 | 2023-11-20T20:30:30.909Z | user 55:47.452955182 |
| 3149 | 2023-11-20T20:30:30.916Z | sys 1:00:45.922894753 |
| 3150 | 2023-11-20T20:30:30.918Z | trap 2.149130180 |
| 3151 | 2023-11-20T20:30:30.921Z | tflt 0.239143538 |
| 3152 | 2023-11-20T20:30:30.924Z | dflt 0.698676032 |
| 3153 | 2023-11-20T20:30:30.927Z | kflt 0.000155403 |
| 3154 | 2023-11-20T20:30:30.931Z | lock 2:59:03.931522023 |
| 3155 | 2023-11-20T20:30:30.934Z | slp 4:11:30.166708952 |
| 3156 | 2023-11-20T20:30:30.938Z | lat 5:39.249501080 |
| 3157 | 2023-11-20T20:30:30.942Z | stop 1:50.121051919 |
| 3158 | 2023-11-20T20:30:30.947Z | process exited: duration 1882980 ms, exit code 0 |
| |
| 3159 | 2023-11-20T20:30:30.953Z | found 0 output files |