|
|
|
| 1 | 2023-11-30T01:13:26.877Z | job assigned to worker 01HGEWGESJYFBCW45J425G72GH (queued for 1 m 43 s) |
| |
| 2 | 2023-11-30T01:13:26.903Z | starting task 0: "setup" |
| 3 | 2023-11-30T01:13:27.260Z | ++ uname -s |
| 4 | 2023-11-30T01:13:27.264Z | + kern=SunOS |
| 5 | 2023-11-30T01:13:27.264Z | + case "$kern" in |
| 6 | 2023-11-30T01:13:27.264Z | + groupadd -g 12345 build |
| 7 | 2023-11-30T01:13:27.264Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-30T01:13:29.274Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-30T01:13:29.727Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-30T01:13:29.727Z | + home_fs=zfs |
| 11 | 2023-11-30T01:13:29.727Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-30T01:13:29.727Z | + mkdir -p /home/build |
| 13 | 2023-11-30T01:13:29.727Z | + chown build:build /home/build /work |
| 14 | 2023-11-30T01:13:31.722Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-30T01:13:31.725Z | process exited: duration 4825 ms, exit code 0 |
| |
| 16 | 2023-11-30T01:13:31.731Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-30T01:13:31.740Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-30T01:13:31.743Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-30T01:13:31.961Z | info: downloading installer |
| 20 | 2023-11-30T01:13:34.293Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-30T01:13:34.293Z | warning: /opt/ooce/bin |
| 22 | 2023-11-30T01:13:34.293Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-30T01:13:34.293Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-30T01:13:34.293Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-30T01:13:34.293Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-30T01:13:34.293Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-30T01:13:34.296Z | error: cannot install while Rust is installed |
| 28 | 2023-11-30T01:13:34.296Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-30T01:13:34.681Z | info: profile set to 'default' |
| 30 | 2023-11-30T01:13:34.681Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-30T01:13:34.686Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-30T01:13:34.869Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-30T01:13:34.869Z | info: downloading component 'cargo' |
| 34 | 2023-11-30T01:13:35.660Z | info: downloading component 'clippy' |
| 35 | 2023-11-30T01:13:35.946Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-30T01:13:36.955Z | info: downloading component 'rust-std' |
| 37 | 2023-11-30T01:13:38.737Z | info: downloading component 'rustc' |
| 38 | 2023-11-30T01:13:43.041Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-30T01:13:43.347Z | info: installing component 'cargo' |
| 40 | 2023-11-30T01:13:45.358Z | info: installing component 'clippy' |
| 41 | 2023-11-30T01:13:46.149Z | info: installing component 'rust-docs' |
| 42 | 2023-11-30T01:13:48.851Z | info: installing component 'rust-std' |
| 43 | 2023-11-30T01:13:52.674Z | info: installing component 'rustc' |
| 44 | 2023-11-30T01:14:02.000Z | info: installing component 'rustfmt' |
| 45 | 2023-11-30T01:14:02.462Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-30T01:14:02.463Z | |
| 47 | 2023-11-30T01:14:02.659Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-30T01:14:02.659Z | |
| 49 | 2023-11-30T01:14:02.659Z | |
| 50 | 2023-11-30T01:14:02.659Z | Rust is installed now. Great! |
| 51 | 2023-11-30T01:14:02.659Z | |
| 52 | 2023-11-30T01:14:02.660Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-30T01:14:02.660Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-30T01:14:02.660Z | |
| 55 | 2023-11-30T01:14:02.661Z | To configure your current shell, run: |
| 56 | 2023-11-30T01:14:02.661Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-30T01:14:02.756Z | + rustc --version |
| 58 | 2023-11-30T01:14:02.876Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-30T01:14:02.883Z | process exited: duration 31152 ms, exit code 0 |
| |
| 60 | 2023-11-30T01:14:02.889Z | starting task 2: "authentication" |
| 61 | 2023-11-30T01:14:02.927Z | process exited: duration 37 ms, exit code 0 |
| |
| 62 | 2023-11-30T01:14:02.933Z | starting task 3: "clone repository" |
| 63 | 2023-11-30T01:14:02.944Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-30T01:14:02.948Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-30T01:14:03.028Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-30T01:14:10.466Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-30T01:14:10.466Z | + [[ -n '' ]] |
| 68 | 2023-11-30T01:14:10.471Z | + git fetch origin 74bf3f878a02b9b163ff127085058eae8437ec10 |
| 69 | 2023-11-30T01:14:10.861Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-30T01:14:10.861Z | * branch 74bf3f878a02b9b163ff127085058eae8437ec10 -> FETCH_HEAD |
| 71 | 2023-11-30T01:14:10.874Z | + git reset --hard 74bf3f878a02b9b163ff127085058eae8437ec10 |
| 72 | 2023-11-30T01:14:11.036Z | HEAD is now at 74bf3f87 fix schema collision |
| 73 | 2023-11-30T01:14:11.039Z | process exited: duration 8105 ms, exit code 0 |
| |
| 74 | 2023-11-30T01:14:11.045Z | starting task 4: "build" |
| 75 | 2023-11-30T01:14:11.053Z | + cargo --version |
| 76 | 2023-11-30T01:14:11.060Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 77 | 2023-11-30T01:14:11.264Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 78 | 2023-11-30T01:14:11.267Z | info: downloading component 'cargo' |
| 79 | 2023-11-30T01:14:12.117Z | info: downloading component 'clippy' |
| 80 | 2023-11-30T01:14:12.388Z | info: downloading component 'rust-docs' |
| 81 | 2023-11-30T01:14:13.447Z | info: downloading component 'rust-std' |
| 82 | 2023-11-30T01:14:15.169Z | info: downloading component 'rustc' |
| 83 | 2023-11-30T01:14:19.517Z | info: downloading component 'rustfmt' |
| 84 | 2023-11-30T01:14:19.763Z | info: installing component 'cargo' |
| 85 | 2023-11-30T01:14:21.082Z | info: installing component 'clippy' |
| 86 | 2023-11-30T01:14:21.551Z | info: installing component 'rust-docs' |
| 87 | 2023-11-30T01:14:24.363Z | info: installing component 'rust-std' |
| 88 | 2023-11-30T01:14:26.989Z | info: installing component 'rustc' |
| 89 | 2023-11-30T01:14:33.278Z | info: installing component 'rustfmt' |
| 90 | 2023-11-30T01:14:33.825Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 91 | 2023-11-30T01:14:33.829Z | + rustc --version |
| 92 | 2023-11-30T01:14:33.991Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 93 | 2023-11-30T01:14:33.999Z | + source ./env.sh |
| 94 | 2023-11-30T01:14:34.002Z | ++ set -o xtrace |
| 95 | 2023-11-30T01:14:34.002Z | ++++ dirname ./env.sh |
| 96 | 2023-11-30T01:14:34.005Z | +++ cd . |
| 97 | 2023-11-30T01:14:34.005Z | +++ echo /work/oxidecomputer/omicron |
| 98 | 2023-11-30T01:14:34.008Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2023-11-30T01:14:34.008Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2023-11-30T01:14:34.008Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 102 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 103 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 104 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 105 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 106 | 2023-11-30T01:14:34.008Z | ++ 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 |
| 107 | 2023-11-30T01:14:34.008Z | ++ unset OMICRON_WS |
| 108 | 2023-11-30T01:14:34.008Z | ++ set +o xtrace |
| 109 | 2023-11-30T01:14:34.079Z | |
| 110 | 2023-11-30T01:14:34.079Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2023-11-30T01:14:34.079Z | # # # # # # # # # # # # # # # |
| 112 | 2023-11-30T01:14:34.079Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2023-11-30T01:14:34.079Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2023-11-30T01:14:34.079Z | # # # # # # # # # # # # # # # |
| 115 | 2023-11-30T01:14:34.079Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2023-11-30T01:14:34.079Z | |
| 117 | 2023-11-30T01:14:45.915Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2023-11-30T01:14:46.982Z | Startup: Caching catalogs ... Done |
| 119 | 2023-11-30T01:14:52.719Z | Planning: Solver setup ... Done (5.375s) |
| 120 | 2023-11-30T01:14:52.854Z | Planning: Running solver ... Done (0.135s) |
| 121 | 2023-11-30T01:14:52.919Z | Planning: Finding local manifests ... Done (0.003s) |
| 122 | 2023-11-30T01:14:52.934Z | Planning: Fetching manifests: 0/4 0% complete |
| 123 | 2023-11-30T01:14:53.307Z | Planning: Fetching manifests: 4/4 100% complete |
| 124 | 2023-11-30T01:14:53.391Z | Planning: Package planning ... Done (0.083s) |
| 125 | 2023-11-30T01:14:53.476Z | Planning: Merging actions ... Done (0.086s) |
| 126 | 2023-11-30T01:14:54.705Z | Planning: Checking for conflicting actions ... Done (1.229s) |
| 127 | 2023-11-30T01:14:54.735Z | Planning: Consolidating action changes ... Done (0.018s) |
| 128 | 2023-11-30T01:15:02.583Z | Planning: Evaluating mediators ... Done (7.859s) |
| 129 | 2023-11-30T01:15:02.600Z | Planning: Planning completed in 15.56 seconds |
| 130 | 2023-11-30T01:15:07.468Z | Packages to install: 4 |
| 131 | 2023-11-30T01:15:07.469Z | Mediators to change: 2 |
| 132 | 2023-11-30T01:15:07.469Z | Services to change: 1 |
| 133 | 2023-11-30T01:15:07.472Z | Estimated space available: 148.88 GB |
| 134 | 2023-11-30T01:15:07.472Z | Estimated space to be consumed: 1.38 GB |
| 135 | 2023-11-30T01:15:07.472Z | Create boot environment: No |
| 136 | 2023-11-30T01:15:07.472Z | Create backup boot environment: No |
| 137 | 2023-11-30T01:15:07.472Z | Rebuild boot archive: No |
| 138 | 2023-11-30T01:15:07.472Z | |
| 139 | 2023-11-30T01:15:07.472Z | Changed mediators: |
| 140 | 2023-11-30T01:15:07.472Z | mediator clang: |
| 141 | 2023-11-30T01:15:07.473Z | version: None -> 15 (system default) |
| 142 | 2023-11-30T01:15:07.473Z | |
| 143 | 2023-11-30T01:15:07.473Z | mediator llvm: |
| 144 | 2023-11-30T01:15:07.473Z | version: 14 (system default) -> 15 (system default) |
| 145 | 2023-11-30T01:15:07.473Z | |
| 146 | 2023-11-30T01:15:07.473Z | Changed packages: |
| 147 | 2023-11-30T01:15:07.473Z | helios-dev |
| 148 | 2023-11-30T01:15:07.473Z | developer/build-essential |
| 149 | 2023-11-30T01:15:07.473Z | None -> 11-2.0 |
| 150 | 2023-11-30T01:15:07.473Z | library/libxmlsec1 |
| 151 | 2023-11-30T01:15:07.473Z | None -> 1.2.35-2.0 |
| 152 | 2023-11-30T01:15:07.473Z | ooce/developer/clang-15 |
| 153 | 2023-11-30T01:15:07.473Z | None -> 15.0.7-2.0 |
| 154 | 2023-11-30T01:15:07.473Z | ooce/developer/llvm-15 |
| 155 | 2023-11-30T01:15:07.473Z | None -> 15.0.7-2.0 |
| 156 | 2023-11-30T01:15:07.473Z | |
| 157 | 2023-11-30T01:15:07.473Z | Services: |
| 158 | 2023-11-30T01:15:07.473Z | restart_fmri: |
| 159 | 2023-11-30T01:15:07.473Z | svc:/system/update-man-index:default |
| 160 | 2023-11-30T01:15:07.714Z | |
| 161 | 2023-11-30T01:15:07.714Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 162 | 2023-11-30T01:15:14.501Z | Download: 212/3290 items 1.3/212.6MB 0% complete (701k/s) |
| 163 | 2023-11-30T01:15:19.501Z | Download: 1054/3290 items 19.6/212.6MB 9% complete (1.8M/s) |
| 164 | 2023-11-30T01:15:24.730Z | Download: 1712/3290 items 118.1/212.6MB 55% complete (11.8M/s) |
| 165 | 2023-11-30T01:15:30.255Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
| 166 | 2023-11-30T01:15:35.561Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
| 167 | 2023-11-30T01:15:36.521Z | Download: Completed 212.60 MB in 28.81 seconds (7.4M/s) |
| 168 | 2023-11-30T01:15:37.285Z | Actions: 1/3687 actions (Installing new actions) |
| 169 | 2023-11-30T01:15:42.292Z | Actions: 2684/3687 actions (Installing new actions) |
| 170 | 2023-11-30T01:15:45.512Z | Actions: Completed 3687 actions in 8.23 seconds. |
| 171 | 2023-11-30T01:15:45.706Z | Done (0.187s) |
| 172 | 2023-11-30T01:15:45.706Z | Done (0.000s) |
| 173 | 2023-11-30T01:15:45.937Z | Done (0.231s) |
| 174 | 2023-11-30T01:15:54.311Z | Done (8.243s) |
| 175 | 2023-11-30T01:15:54.631Z | Done (0.222s) |
| 176 | 2023-11-30T01:15:54.634Z | Done (0.000s) |
| 177 | 2023-11-30T01:15:54.871Z | Done (0.000s) |
| 178 | 2023-11-30T01:15:55.599Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2023-11-30T01:15:55.892Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2023-11-30T01:15:55.895Z | Planning: Consolidating action changes ... Done |
| 181 | 2023-11-30T01:15:56.341Z | Planning: Evaluating mediators ... Done |
| 182 | 2023-11-30T01:15:56.344Z | Planning: Planning completed in 0.74 seconds |
| 183 | 2023-11-30T01:15:56.397Z | Mediators to change: 2 |
| 184 | 2023-11-30T01:15:56.397Z | Create boot environment: No |
| 185 | 2023-11-30T01:15:56.397Z | Create backup boot environment: No |
| 186 | 2023-11-30T01:15:56.502Z | Done |
| 187 | 2023-11-30T01:15:56.502Z | Done |
| 188 | 2023-11-30T01:15:56.649Z | Done |
| 189 | 2023-11-30T01:16:02.711Z | Done |
| 190 | 2023-11-30T01:16:02.836Z | Done |
| 191 | 2023-11-30T01:16:02.839Z | Done |
| 192 | 2023-11-30T01:16:02.946Z | Done |
| 193 | 2023-11-30T01:16:03.961Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2023-11-30T01:16:03.968Z | Planning: Merging actions ... Done |
| 195 | 2023-11-30T01:16:04.299Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2023-11-30T01:16:04.304Z | Planning: Consolidating action changes ... Done |
| 197 | 2023-11-30T01:16:04.731Z | Planning: Evaluating mediators ... Done |
| 198 | 2023-11-30T01:16:04.823Z | Planning: Planning completed in 1.30 seconds |
| 199 | 2023-11-30T01:16:04.881Z | Packages to change: 1 |
| 200 | 2023-11-30T01:16:04.881Z | Mediators to change: 1 |
| 201 | 2023-11-30T01:16:04.881Z | Services to change: 1 |
| 202 | 2023-11-30T01:16:04.881Z | Create boot environment: No |
| 203 | 2023-11-30T01:16:04.884Z | Create backup boot environment: Yes |
| 204 | 2023-11-30T01:16:06.875Z | Actions: 1/6 actions (Updating modified actions) |
| 205 | 2023-11-30T01:16:06.878Z | Actions: Completed 6 actions in 0.00 seconds. |
| 206 | 2023-11-30T01:16:06.878Z | Done |
| 207 | 2023-11-30T01:16:06.878Z | Done |
| 208 | 2023-11-30T01:16:06.933Z | Done |
| 209 | 2023-11-30T01:16:12.831Z | Done |
| 210 | 2023-11-30T01:16:12.961Z | Done |
| 211 | 2023-11-30T01:16:12.964Z | Done |
| 212 | 2023-11-30T01:16:13.063Z | Done |
| 213 | 2023-11-30T01:16:13.732Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 214 | 2023-11-30T01:16:13.732Z | clang system 15 system |
| 215 | 2023-11-30T01:16:13.732Z | csh system system illumos |
| 216 | 2023-11-30T01:16:13.732Z | ctags system system illumos |
| 217 | 2023-11-30T01:16:13.732Z | gcc vendor 12 vendor |
| 218 | 2023-11-30T01:16:13.733Z | gcc system 10 system |
| 219 | 2023-11-30T01:16:13.733Z | gcc system 7 system |
| 220 | 2023-11-30T01:16:13.733Z | go system 1.20 system |
| 221 | 2023-11-30T01:16:13.733Z | go system 1.19 system |
| 222 | 2023-11-30T01:16:13.733Z | llvm system 15 system |
| 223 | 2023-11-30T01:16:13.733Z | llvm system 14 system |
| 224 | 2023-11-30T01:16:13.734Z | mariadb system 10.6 system |
| 225 | 2023-11-30T01:16:13.734Z | mta vendor vendor dma |
| 226 | 2023-11-30T01:16:13.734Z | openjdk system 17 system |
| 227 | 2023-11-30T01:16:13.734Z | openjdk system 11 system |
| 228 | 2023-11-30T01:16:13.734Z | openjdk system 1.8 system |
| 229 | 2023-11-30T01:16:13.734Z | openssl vendor 3 vendor |
| 230 | 2023-11-30T01:16:13.734Z | perl system 5.36 system |
| 231 | 2023-11-30T01:16:13.734Z | postgresql system 15 system |
| 232 | 2023-11-30T01:16:13.734Z | postgresql system 13 system |
| 233 | 2023-11-30T01:16:13.734Z | python vendor 3 vendor |
| 234 | 2023-11-30T01:16:13.734Z | python system 2 system |
| 235 | 2023-11-30T01:16:13.734Z | python3 system 3.11 system |
| 236 | 2023-11-30T01:16:13.734Z | ruby system 3.0 system |
| 237 | 2023-11-30T01:16:13.734Z | words vendor vendor american-english |
| 238 | 2023-11-30T01:16:13.734Z | words system system australian-english |
| 239 | 2023-11-30T01:16:13.734Z | words system system british-english |
| 240 | 2023-11-30T01:16:13.734Z | words system system canadian-english |
| 241 | 2023-11-30T01:16:13.734Z | words system system french |
| 242 | 2023-11-30T01:16:13.734Z | words system system italian |
| 243 | 2023-11-30T01:16:13.734Z | words system system ngerman |
| 244 | 2023-11-30T01:16:13.735Z | words system system ogerman |
| 245 | 2023-11-30T01:16:13.735Z | words system system spanish |
| 246 | 2023-11-30T01:16:14.272Z | FMRI IFO |
| 247 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 248 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 249 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 250 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 251 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2023-11-30T01:16:14.272Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 253 | 2023-11-30T01:16:14.345Z | + set -o errexit |
| 254 | 2023-11-30T01:16:14.348Z | +++ dirname ./tools/ci_download_cockroachdb |
| 255 | 2023-11-30T01:16:14.351Z | ++ cd ./tools |
| 256 | 2023-11-30T01:16:14.351Z | ++ pwd |
| 257 | 2023-11-30T01:16:14.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 258 | 2023-11-30T01:16:14.353Z | ++ basename ./tools/ci_download_cockroachdb |
| 259 | 2023-11-30T01:16:14.353Z | + ARG0=ci_download_cockroachdb |
| 260 | 2023-11-30T01:16:14.357Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 261 | 2023-11-30T01:16:14.357Z | + CIDL_VERSION=v22.1.9 |
| 262 | 2023-11-30T01:16:14.357Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 263 | 2023-11-30T01:16:14.358Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 264 | 2023-11-30T01:16:14.358Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 265 | 2023-11-30T01:16:14.358Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 266 | 2023-11-30T01:16:14.358Z | + TARGET_DIR=out |
| 267 | 2023-11-30T01:16:14.358Z | + DOWNLOAD_DIR=out/downloads |
| 268 | 2023-11-30T01:16:14.359Z | + DEST_DIR=./out/cockroachdb |
| 269 | 2023-11-30T01:16:14.359Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 270 | 2023-11-30T01:16:14.359Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 271 | 2023-11-30T01:16:14.359Z | + main |
| 272 | 2023-11-30T01:16:14.359Z | + [[ 0 != 0 ]] |
| 273 | 2023-11-30T01:16:14.359Z | + CIDL_OS=solaris2.11 |
| 274 | 2023-11-30T01:16:14.359Z | + [[ 0 != 0 ]] |
| 275 | 2023-11-30T01:16:14.359Z | + configure_os solaris2.11 |
| 276 | 2023-11-30T01:16:14.359Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 277 | 2023-11-30T01:16:14.359Z | current directory: /work/oxidecomputer/omicron |
| 278 | 2023-11-30T01:16:14.359Z | + echo 'configuring based on OS: "solaris2.11"' |
| 279 | 2023-11-30T01:16:14.359Z | + case "$1" in |
| 280 | 2023-11-30T01:16:14.359Z | configuring based on OS: "solaris2.11" |
| 281 | 2023-11-30T01:16:14.359Z | + CIDL_BUILD=illumos |
| 282 | 2023-11-30T01:16:14.359Z | + CIDL_SUFFIX=tar.gz |
| 283 | 2023-11-30T01:16:14.359Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 284 | 2023-11-30T01:16:14.359Z | + CIDL_MD5FUNC=do_md5sum |
| 285 | 2023-11-30T01:16:14.359Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 286 | 2023-11-30T01:16:14.359Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 287 | 2023-11-30T01:16:14.360Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 288 | 2023-11-30T01:16:14.360Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2023-11-30T01:16:14.360Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 290 | 2023-11-30T01:16:14.360Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 291 | 2023-11-30T01:16:14.360Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2023-11-30T01:16:14.360Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 293 | 2023-11-30T01:16:14.360Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-11-30T01:16:14.360Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 295 | 2023-11-30T01:16:14.360Z | + mkdir -p out/downloads |
| 296 | 2023-11-30T01:16:14.360Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 297 | 2023-11-30T01:16:14.363Z | + mkdir -p ./out/cockroachdb |
| 298 | 2023-11-30T01:16:14.363Z | + local DO_DOWNLOAD=true |
| 299 | 2023-11-30T01:16:14.363Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 300 | 2023-11-30T01:16:14.363Z | + '[' true == true ']' |
| 301 | 2023-11-30T01:16:14.363Z | + echo Downloading... |
| 302 | 2023-11-30T01:16:14.363Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 303 | 2023-11-30T01:16:14.363Z | Downloading... |
| 304 | 2023-11-30T01:16:14.363Z | + 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 |
| 305 | 2023-11-30T01:16:20.693Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2023-11-30T01:16:20.698Z | ++ md5sum |
| 307 | 2023-11-30T01:16:20.698Z | ++ awk '{print $1}' |
| 308 | 2023-11-30T01:16:20.877Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 309 | 2023-11-30T01:16:20.878Z | + [[ 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 ]] |
| 310 | 2023-11-30T01:16:20.878Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 311 | 2023-11-30T01:16:20.885Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 312 | 2023-11-30T01:16:24.303Z | + do_assemble_illumos |
| 313 | 2023-11-30T01:16:24.303Z | + rm -r ./out/cockroachdb |
| 314 | 2023-11-30T01:16:24.307Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 315 | 2023-11-30T01:16:24.881Z | + ./out/cockroachdb/bin/cockroach version |
| 316 | 2023-11-30T01:16:25.103Z | Build Tag: v22.1.9-dirty |
| 317 | 2023-11-30T01:16:25.103Z | Build Time: 2022/10/26 21:17:46 |
| 318 | 2023-11-30T01:16:25.103Z | Distribution: OSS |
| 319 | 2023-11-30T01:16:25.103Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 320 | 2023-11-30T01:16:25.103Z | Go Version: go1.17.13 |
| 321 | 2023-11-30T01:16:25.103Z | C Compiler: gcc 10.3.0 |
| 322 | 2023-11-30T01:16:25.103Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 323 | 2023-11-30T01:16:25.103Z | Build Type: release |
| 324 | 2023-11-30T01:16:25.132Z | + set -o errexit |
| 325 | 2023-11-30T01:16:25.135Z | +++ dirname ./tools/ci_download_clickhouse |
| 326 | 2023-11-30T01:16:25.135Z | ++ cd ./tools |
| 327 | 2023-11-30T01:16:25.135Z | ++ pwd |
| 328 | 2023-11-30T01:16:25.135Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 329 | 2023-11-30T01:16:25.139Z | ++ basename ./tools/ci_download_clickhouse |
| 330 | 2023-11-30T01:16:25.139Z | + ARG0=ci_download_clickhouse |
| 331 | 2023-11-30T01:16:25.139Z | + TARGET_DIR=out |
| 332 | 2023-11-30T01:16:25.139Z | + DOWNLOAD_DIR=out/downloads |
| 333 | 2023-11-30T01:16:25.139Z | + DEST_DIR=./out/clickhouse |
| 334 | 2023-11-30T01:16:25.139Z | + CIDL_VERSION=v22.8.9.24 |
| 335 | 2023-11-30T01:16:25.139Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 336 | 2023-11-30T01:16:25.139Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 337 | 2023-11-30T01:16:25.139Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 338 | 2023-11-30T01:16:25.139Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 339 | 2023-11-30T01:16:25.139Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 340 | 2023-11-30T01:16:25.139Z | + main |
| 341 | 2023-11-30T01:16:25.139Z | + [[ 0 != 0 ]] |
| 342 | 2023-11-30T01:16:25.139Z | + CIDL_OS=solaris2.11 |
| 343 | 2023-11-30T01:16:25.140Z | + [[ 0 != 0 ]] |
| 344 | 2023-11-30T01:16:25.140Z | + configure_os solaris2.11 |
| 345 | 2023-11-30T01:16:25.140Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 346 | 2023-11-30T01:16:25.140Z | current directory: /work/oxidecomputer/omicron |
| 347 | 2023-11-30T01:16:25.140Z | + echo 'configuring based on OS: "solaris2.11"' |
| 348 | 2023-11-30T01:16:25.140Z | + CIDL_DASHREV= |
| 349 | 2023-11-30T01:16:25.140Z | + case "$1" in |
| 350 | 2023-11-30T01:16:25.140Z | configuring based on OS: "solaris2.11" |
| 351 | 2023-11-30T01:16:25.140Z | + CIDL_PLATFORM=illumos |
| 352 | 2023-11-30T01:16:25.140Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 353 | 2023-11-30T01:16:25.140Z | + CIDL_MD5FUNC=do_md5sum |
| 354 | 2023-11-30T01:16:25.140Z | + CIDL_DASHREV=-1 |
| 355 | 2023-11-30T01:16:25.140Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 356 | 2023-11-30T01:16:25.140Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 357 | 2023-11-30T01:16:25.140Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 358 | 2023-11-30T01:16:25.140Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 359 | 2023-11-30T01:16:25.140Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 360 | 2023-11-30T01:16:25.140Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 361 | 2023-11-30T01:16:25.140Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2023-11-30T01:16:25.140Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2023-11-30T01:16:25.140Z | + mkdir -p out/downloads |
| 364 | 2023-11-30T01:16:25.143Z | + mkdir -p ./out/clickhouse |
| 365 | 2023-11-30T01:16:25.143Z | + local DO_DOWNLOAD=true |
| 366 | 2023-11-30T01:16:25.143Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 367 | 2023-11-30T01:16:25.145Z | + '[' true == true ']' |
| 368 | 2023-11-30T01:16:25.145Z | + echo Downloading... |
| 369 | 2023-11-30T01:16:25.145Z | Downloading... |
| 370 | 2023-11-30T01:16:25.145Z | + 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 |
| 371 | 2023-11-30T01:16:25.145Z | + 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 |
| 372 | 2023-11-30T01:16:28.564Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 373 | 2023-11-30T01:16:28.567Z | ++ md5sum |
| 374 | 2023-11-30T01:16:28.567Z | ++ awk '{print $1}' |
| 375 | 2023-11-30T01:16:28.840Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 376 | 2023-11-30T01:16:28.840Z | + [[ 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 ]] |
| 377 | 2023-11-30T01:16:28.840Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 378 | 2023-11-30T01:16:28.847Z | + mkdir -p ./out/clickhouse |
| 379 | 2023-11-30T01:16:28.847Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 380 | 2023-11-30T01:16:33.686Z | + ./out/clickhouse/clickhouse server --version |
| 381 | 2023-11-30T01:16:33.740Z | ClickHouse server version 22.8.9.1. |
| 382 | 2023-11-30T01:16:33.763Z | + set -o errexit |
| 383 | 2023-11-30T01:16:33.766Z | +++ dirname ./tools/ci_download_console |
| 384 | 2023-11-30T01:16:33.769Z | ++ cd ./tools |
| 385 | 2023-11-30T01:16:33.769Z | ++ pwd |
| 386 | 2023-11-30T01:16:33.769Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 387 | 2023-11-30T01:16:33.773Z | ++ basename ./tools/ci_download_console |
| 388 | 2023-11-30T01:16:33.773Z | + ARG0=ci_download_console |
| 389 | 2023-11-30T01:16:33.774Z | + TARGET_DIR=out |
| 390 | 2023-11-30T01:16:33.774Z | + DOWNLOAD_DIR=out/downloads |
| 391 | 2023-11-30T01:16:33.774Z | + DEST_DIR=./out/console-assets |
| 392 | 2023-11-30T01:16:33.774Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 393 | 2023-11-30T01:16:33.774Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 394 | 2023-11-30T01:16:33.774Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 395 | 2023-11-30T01:16:33.774Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 396 | 2023-11-30T01:16:33.774Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 397 | 2023-11-30T01:16:33.779Z | + main |
| 398 | 2023-11-30T01:16:33.779Z | + [[ 0 != 0 ]] |
| 399 | 2023-11-30T01:16:33.779Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 400 | 2023-11-30T01:16:33.779Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 401 | 2023-11-30T01:16:33.779Z | Local file: out/downloads/console.tar.gz |
| 402 | 2023-11-30T01:16:33.779Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 403 | 2023-11-30T01:16:33.779Z | + local DO_DOWNLOAD=true |
| 404 | 2023-11-30T01:16:33.779Z | + [[ -f out/downloads/console.tar.gz ]] |
| 405 | 2023-11-30T01:16:33.779Z | + mkdir -p out/downloads |
| 406 | 2023-11-30T01:16:33.779Z | + '[' true == true ']' |
| 407 | 2023-11-30T01:16:33.779Z | + echo Downloading... |
| 408 | 2023-11-30T01:16:33.779Z | Downloading... |
| 409 | 2023-11-30T01:16:33.779Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 410 | 2023-11-30T01:16:33.779Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 411 | 2023-11-30T01:16:34.421Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 412 | 2023-11-30T01:16:34.422Z | ++ case "$OSTYPE" in |
| 413 | 2023-11-30T01:16:34.422Z | ++ SHA=sha256sum |
| 414 | 2023-11-30T01:16:34.428Z | ++ sha256sum |
| 415 | 2023-11-30T01:16:34.428Z | ++ awk '{print $1}' |
| 416 | 2023-11-30T01:16:34.446Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 417 | 2023-11-30T01:16:34.446Z | + [[ 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 ]] |
| 418 | 2023-11-30T01:16:34.449Z | + rm -rf ./out/console-assets |
| 419 | 2023-11-30T01:16:34.449Z | + mkdir -p ./out/console-assets |
| 420 | 2023-11-30T01:16:34.453Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 421 | 2023-11-30T01:16:34.453Z | + mkdir -p ./out/console-assets |
| 422 | 2023-11-30T01:16:34.457Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 423 | 2023-11-30T01:16:34.620Z | + set -o errexit |
| 424 | 2023-11-30T01:16:34.624Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 425 | 2023-11-30T01:16:34.624Z | ++ cd ./tools |
| 426 | 2023-11-30T01:16:34.624Z | ++ pwd |
| 427 | 2023-11-30T01:16:34.624Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 428 | 2023-11-30T01:16:34.624Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 429 | 2023-11-30T01:16:34.624Z | + ARG0=ci_download_maghemite_openapi |
| 430 | 2023-11-30T01:16:34.624Z | + TARGET_DIR=out |
| 431 | 2023-11-30T01:16:34.626Z | + DOWNLOAD_DIR=out/downloads |
| 432 | 2023-11-30T01:16:34.626Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 433 | 2023-11-30T01:16:34.626Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 434 | 2023-11-30T01:16:34.626Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 435 | 2023-11-30T01:16:34.626Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 436 | 2023-11-30T01:16:34.626Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 437 | 2023-11-30T01:16:34.626Z | + main |
| 438 | 2023-11-30T01:16:34.626Z | + [[ 0 != 0 ]] |
| 439 | 2023-11-30T01:16:34.626Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 440 | 2023-11-30T01:16:34.626Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 441 | 2023-11-30T01:16:34.626Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 442 | 2023-11-30T01:16:34.626Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 443 | 2023-11-30T01:16:34.626Z | + local DO_DOWNLOAD=true |
| 444 | 2023-11-30T01:16:34.626Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 445 | 2023-11-30T01:16:34.626Z | + mkdir -p out/downloads |
| 446 | 2023-11-30T01:16:34.626Z | + '[' true == true ']' |
| 447 | 2023-11-30T01:16:34.626Z | + echo Downloading... |
| 448 | 2023-11-30T01:16:34.626Z | Downloading... |
| 449 | 2023-11-30T01:16:34.626Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 450 | 2023-11-30T01:16:34.626Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 451 | 2023-11-30T01:16:34.772Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 452 | 2023-11-30T01:16:34.772Z | ++ case "$OSTYPE" in |
| 453 | 2023-11-30T01:16:34.772Z | ++ SHA=sha256sum |
| 454 | 2023-11-30T01:16:34.774Z | ++ sha256sum |
| 455 | 2023-11-30T01:16:34.774Z | ++ awk '{print $1}' |
| 456 | 2023-11-30T01:16:34.778Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 457 | 2023-11-30T01:16:34.781Z | + [[ 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 ]] |
| 458 | 2023-11-30T01:16:34.781Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 459 | 2023-11-30T01:16:34.781Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 460 | 2023-11-30T01:16:34.781Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 461 | 2023-11-30T01:16:34.781Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 462 | 2023-11-30T01:16:34.781Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 463 | 2023-11-30T01:16:34.781Z | + main |
| 464 | 2023-11-30T01:16:34.781Z | + [[ 0 != 0 ]] |
| 465 | 2023-11-30T01:16:34.781Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 466 | 2023-11-30T01:16:34.781Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 467 | 2023-11-30T01:16:34.781Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 468 | 2023-11-30T01:16:34.781Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 469 | 2023-11-30T01:16:34.781Z | + local DO_DOWNLOAD=true |
| 470 | 2023-11-30T01:16:34.782Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 471 | 2023-11-30T01:16:34.782Z | + mkdir -p out/downloads |
| 472 | 2023-11-30T01:16:34.782Z | + '[' true == true ']' |
| 473 | 2023-11-30T01:16:34.782Z | + echo Downloading... |
| 474 | 2023-11-30T01:16:34.782Z | Downloading... |
| 475 | 2023-11-30T01:16:34.782Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 476 | 2023-11-30T01:16:34.782Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 477 | 2023-11-30T01:16:34.916Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 478 | 2023-11-30T01:16:34.918Z | ++ case "$OSTYPE" in |
| 479 | 2023-11-30T01:16:34.918Z | ++ SHA=sha256sum |
| 480 | 2023-11-30T01:16:34.918Z | ++ sha256sum |
| 481 | 2023-11-30T01:16:34.918Z | ++ awk '{print $1}' |
| 482 | 2023-11-30T01:16:34.922Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 483 | 2023-11-30T01:16:34.925Z | + [[ 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 ]] |
| 484 | 2023-11-30T01:16:34.932Z | + set -o errexit |
| 485 | 2023-11-30T01:16:34.935Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 486 | 2023-11-30T01:16:34.938Z | ++ cd ./tools |
| 487 | 2023-11-30T01:16:34.938Z | ++ pwd |
| 488 | 2023-11-30T01:16:34.938Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 489 | 2023-11-30T01:16:34.940Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 490 | 2023-11-30T01:16:34.940Z | + ARG0=ci_download_dendrite_openapi |
| 491 | 2023-11-30T01:16:34.941Z | + TARGET_DIR=out |
| 492 | 2023-11-30T01:16:34.942Z | + DOWNLOAD_DIR=out/downloads |
| 493 | 2023-11-30T01:16:34.942Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 494 | 2023-11-30T01:16:34.942Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 495 | 2023-11-30T01:16:34.942Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 496 | 2023-11-30T01:16:34.942Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 497 | 2023-11-30T01:16:34.942Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 498 | 2023-11-30T01:16:34.945Z | + main |
| 499 | 2023-11-30T01:16:34.945Z | + [[ 0 != 0 ]] |
| 500 | 2023-11-30T01:16:34.945Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
| 501 | 2023-11-30T01:16:34.945Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 502 | 2023-11-30T01:16:34.945Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 503 | 2023-11-30T01:16:34.945Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
| 504 | 2023-11-30T01:16:34.945Z | + local DO_DOWNLOAD=true |
| 505 | 2023-11-30T01:16:34.945Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
| 506 | 2023-11-30T01:16:34.945Z | + mkdir -p out/downloads |
| 507 | 2023-11-30T01:16:34.946Z | + '[' true == true ']' |
| 508 | 2023-11-30T01:16:34.946Z | + echo Downloading... |
| 509 | 2023-11-30T01:16:34.946Z | Downloading... |
| 510 | 2023-11-30T01:16:34.946Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 511 | 2023-11-30T01:16:34.946Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 512 | 2023-11-30T01:16:35.128Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 513 | 2023-11-30T01:16:35.128Z | ++ case "$OSTYPE" in |
| 514 | 2023-11-30T01:16:35.129Z | ++ SHA=sha256sum |
| 515 | 2023-11-30T01:16:35.132Z | ++ sha256sum |
| 516 | 2023-11-30T01:16:35.132Z | ++ awk '{print $1}' |
| 517 | 2023-11-30T01:16:35.135Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 518 | 2023-11-30T01:16:35.135Z | + [[ 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 ]] |
| 519 | 2023-11-30T01:16:35.145Z | + set -o errexit |
| 520 | 2023-11-30T01:16:35.147Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 521 | 2023-11-30T01:16:35.150Z | ++ cd ./tools |
| 522 | 2023-11-30T01:16:35.150Z | ++ pwd |
| 523 | 2023-11-30T01:16:35.150Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 524 | 2023-11-30T01:16:35.153Z | ++ basename ./tools/ci_download_dendrite_stub |
| 525 | 2023-11-30T01:16:35.153Z | + ARG0=ci_download_dendrite_stub |
| 526 | 2023-11-30T01:16:35.153Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 527 | 2023-11-30T01:16:35.153Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 528 | 2023-11-30T01:16:35.153Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
| 529 | 2023-11-30T01:16:35.153Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
| 530 | 2023-11-30T01:16:35.153Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 531 | 2023-11-30T01:16:35.153Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 532 | 2023-11-30T01:16:35.153Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 533 | 2023-11-30T01:16:35.153Z | + TARGET_DIR=out |
| 534 | 2023-11-30T01:16:35.153Z | + DOWNLOAD_DIR=out/downloads |
| 535 | 2023-11-30T01:16:35.153Z | + DEST_DIR=./out/dendrite-stub |
| 536 | 2023-11-30T01:16:35.153Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 537 | 2023-11-30T01:16:35.153Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 538 | 2023-11-30T01:16:35.153Z | + REPO=oxidecomputer/dendrite |
| 539 | 2023-11-30T01:16:35.154Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 540 | 2023-11-30T01:16:35.157Z | + main |
| 541 | 2023-11-30T01:16:35.157Z | + [[ 0 != 0 ]] |
| 542 | 2023-11-30T01:16:35.157Z | + CIDL_OS=solaris2.11 |
| 543 | 2023-11-30T01:16:35.157Z | + [[ 0 != 0 ]] |
| 544 | 2023-11-30T01:16:35.157Z | + configure_os solaris2.11 |
| 545 | 2023-11-30T01:16:35.157Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 546 | 2023-11-30T01:16:35.157Z | current directory: /work/oxidecomputer/omicron |
| 547 | 2023-11-30T01:16:35.157Z | + echo 'configuring based on OS: "solaris2.11"' |
| 548 | 2023-11-30T01:16:35.157Z | configuring based on OS: "solaris2.11" |
| 549 | 2023-11-30T01:16:35.157Z | + case "$1" in |
| 550 | 2023-11-30T01:16:35.157Z | + SET_BINARIES= |
| 551 | 2023-11-30T01:16:35.157Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 552 | 2023-11-30T01:16:35.157Z | + CIDL_SHA256FUNC=do_sha256sum |
| 553 | 2023-11-30T01:16:35.157Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 554 | 2023-11-30T01:16:35.157Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 555 | 2023-11-30T01:16:35.157Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 556 | 2023-11-30T01:16:35.157Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 557 | 2023-11-30T01:16:35.157Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
| 558 | 2023-11-30T01:16:35.157Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 559 | 2023-11-30T01:16:35.157Z | + mkdir -p out/downloads |
| 560 | 2023-11-30T01:16:35.157Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 561 | 2023-11-30T01:16:35.157Z | + mkdir -p ./out/dendrite-stub |
| 562 | 2023-11-30T01:16:35.160Z | + fetch_and_verify |
| 563 | 2023-11-30T01:16:35.160Z | + local DO_DOWNLOAD=true |
| 564 | 2023-11-30T01:16:35.162Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 565 | 2023-11-30T01:16:35.162Z | + '[' true == true ']' |
| 566 | 2023-11-30T01:16:35.162Z | + echo Downloading... |
| 567 | 2023-11-30T01:16:35.162Z | Downloading... |
| 568 | 2023-11-30T01:16:35.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 569 | 2023-11-30T01:16:35.162Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 570 | 2023-11-30T01:16:40.858Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 571 | 2023-11-30T01:16:40.860Z | ++ sha256sum |
| 572 | 2023-11-30T01:16:40.860Z | ++ awk '{print $1}' |
| 573 | 2023-11-30T01:16:40.960Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 574 | 2023-11-30T01:16:40.960Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
| 575 | 2023-11-30T01:16:40.961Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 576 | 2023-11-30T01:16:40.964Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 577 | 2023-11-30T01:16:41.941Z | + do_assemble |
| 578 | 2023-11-30T01:16:41.941Z | + rm -r ./out/dendrite-stub |
| 579 | 2023-11-30T01:16:41.944Z | + mkdir ./out/dendrite-stub |
| 580 | 2023-11-30T01:16:41.947Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 581 | 2023-11-30T01:16:42.071Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 582 | 2023-11-30T01:16:42.083Z | + set -o errexit |
| 583 | 2023-11-30T01:16:42.086Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 584 | 2023-11-30T01:16:42.089Z | ++ cd ./tools |
| 585 | 2023-11-30T01:16:42.089Z | ++ pwd |
| 586 | 2023-11-30T01:16:42.089Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 587 | 2023-11-30T01:16:42.092Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 588 | 2023-11-30T01:16:42.093Z | + ARG0=ci_download_maghemite_mgd |
| 589 | 2023-11-30T01:16:42.093Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 590 | 2023-11-30T01:16:42.093Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 591 | 2023-11-30T01:16:42.095Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 592 | 2023-11-30T01:16:42.095Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 593 | 2023-11-30T01:16:42.095Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 594 | 2023-11-30T01:16:42.095Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 595 | 2023-11-30T01:16:42.096Z | + TARGET_DIR=out |
| 596 | 2023-11-30T01:16:42.096Z | + DOWNLOAD_DIR=out/downloads |
| 597 | 2023-11-30T01:16:42.096Z | + DEST_DIR=./out/mgd |
| 598 | 2023-11-30T01:16:42.096Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 599 | 2023-11-30T01:16:42.096Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 600 | 2023-11-30T01:16:42.096Z | + REPO=oxidecomputer/maghemite |
| 601 | 2023-11-30T01:16:42.096Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 602 | 2023-11-30T01:16:42.096Z | + main |
| 603 | 2023-11-30T01:16:42.096Z | + [[ 0 != 0 ]] |
| 604 | 2023-11-30T01:16:42.096Z | + CIDL_OS=solaris2.11 |
| 605 | 2023-11-30T01:16:42.096Z | + [[ 0 != 0 ]] |
| 606 | 2023-11-30T01:16:42.096Z | + configure_os solaris2.11 |
| 607 | 2023-11-30T01:16:42.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 608 | 2023-11-30T01:16:42.100Z | current directory: /work/oxidecomputer/omicron |
| 609 | 2023-11-30T01:16:42.100Z | + echo 'configuring based on OS: "solaris2.11"' |
| 610 | 2023-11-30T01:16:42.100Z | + case "$1" in |
| 611 | 2023-11-30T01:16:42.100Z | + SET_BINARIES= |
| 612 | 2023-11-30T01:16:42.100Z | configuring based on OS: "solaris2.11" |
| 613 | 2023-11-30T01:16:42.100Z | + CIDL_SHA256FUNC=do_sha256sum |
| 614 | 2023-11-30T01:16:42.100Z | + TARBALL_FILENAME=mgd.tar.gz |
| 615 | 2023-11-30T01:16:42.100Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 616 | 2023-11-30T01:16:42.100Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 617 | 2023-11-30T01:16:42.100Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 618 | 2023-11-30T01:16:42.100Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 619 | 2023-11-30T01:16:42.100Z | + mkdir -p out/downloads |
| 620 | 2023-11-30T01:16:42.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 621 | 2023-11-30T01:16:42.100Z | Local file: out/downloads/mgd.tar.gz |
| 622 | 2023-11-30T01:16:42.100Z | + mkdir -p ./out/mgd |
| 623 | 2023-11-30T01:16:42.100Z | + fetch_and_verify |
| 624 | 2023-11-30T01:16:42.100Z | + local DO_DOWNLOAD=true |
| 625 | 2023-11-30T01:16:42.100Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 626 | 2023-11-30T01:16:42.100Z | + '[' true == true ']' |
| 627 | 2023-11-30T01:16:42.100Z | + echo Downloading... |
| 628 | 2023-11-30T01:16:42.100Z | Downloading... |
| 629 | 2023-11-30T01:16:42.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 630 | 2023-11-30T01:16:42.100Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 631 | 2023-11-30T01:16:49.707Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 632 | 2023-11-30T01:16:49.719Z | ++ sha256sum |
| 633 | 2023-11-30T01:16:49.720Z | ++ awk '{print $1}' |
| 634 | 2023-11-30T01:16:49.762Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 635 | 2023-11-30T01:16:49.762Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
| 636 | 2023-11-30T01:16:49.774Z | + do_untar out/downloads/mgd.tar.gz |
| 637 | 2023-11-30T01:16:49.774Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 638 | 2023-11-30T01:16:50.420Z | + do_assemble |
| 639 | 2023-11-30T01:16:50.420Z | + rm -r ./out/mgd |
| 640 | 2023-11-30T01:16:50.423Z | + mkdir ./out/mgd |
| 641 | 2023-11-30T01:16:50.426Z | + cp -r out/downloads/root ./out/mgd/root |
| 642 | 2023-11-30T01:16:50.639Z | + set -o errexit |
| 643 | 2023-11-30T01:16:50.647Z | +++ dirname ./tools/ci_download_transceiver_control |
| 644 | 2023-11-30T01:16:50.649Z | ++ cd ./tools |
| 645 | 2023-11-30T01:16:50.649Z | ++ pwd |
| 646 | 2023-11-30T01:16:50.649Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 647 | 2023-11-30T01:16:50.649Z | ++ basename ./tools/ci_download_transceiver_control |
| 648 | 2023-11-30T01:16:50.660Z | + ARG0=ci_download_transceiver_control |
| 649 | 2023-11-30T01:16:50.660Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 650 | 2023-11-30T01:16:50.660Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 651 | 2023-11-30T01:16:50.660Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 652 | 2023-11-30T01:16:50.660Z | + TARGET_DIR=out |
| 653 | 2023-11-30T01:16:50.660Z | + DOWNLOAD_DIR=out/downloads |
| 654 | 2023-11-30T01:16:50.660Z | + DEST_DIR=./out/transceiver-control |
| 655 | 2023-11-30T01:16:50.660Z | + BIN_DIR=/opt/oxide/bin |
| 656 | 2023-11-30T01:16:50.660Z | + BINARY=xcvradm |
| 657 | 2023-11-30T01:16:50.660Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 658 | 2023-11-30T01:16:50.660Z | + REPO=oxidecomputer/transceiver-control |
| 659 | 2023-11-30T01:16:50.660Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 660 | 2023-11-30T01:16:50.660Z | + main |
| 661 | 2023-11-30T01:16:50.660Z | + [[ 0 != 0 ]] |
| 662 | 2023-11-30T01:16:50.660Z | + CIDL_OS=solaris2.11 |
| 663 | 2023-11-30T01:16:50.661Z | + [[ 0 != 0 ]] |
| 664 | 2023-11-30T01:16:50.661Z | + configure_os solaris2.11 |
| 665 | 2023-11-30T01:16:50.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 666 | 2023-11-30T01:16:50.661Z | current directory: /work/oxidecomputer/omicron |
| 667 | 2023-11-30T01:16:50.661Z | + echo 'configuring based on OS: "solaris2.11"' |
| 668 | 2023-11-30T01:16:50.661Z | configuring based on OS: "solaris2.11" |
| 669 | 2023-11-30T01:16:50.661Z | + case "$1" in |
| 670 | 2023-11-30T01:16:50.661Z | + SET_BINARIES= |
| 671 | 2023-11-30T01:16:50.663Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 672 | 2023-11-30T01:16:50.663Z | + CIDL_SHA256FUNC=do_sha256sum |
| 673 | 2023-11-30T01:16:50.663Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 674 | 2023-11-30T01:16:50.663Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 675 | 2023-11-30T01:16:50.663Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 676 | 2023-11-30T01:16:50.663Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 677 | 2023-11-30T01:16:50.663Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 678 | 2023-11-30T01:16:50.663Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 679 | 2023-11-30T01:16:50.663Z | Local file: out/downloads/xcvradm.gz |
| 680 | 2023-11-30T01:16:50.663Z | + mkdir -p out/downloads |
| 681 | 2023-11-30T01:16:50.663Z | + mkdir -p ./out/transceiver-control |
| 682 | 2023-11-30T01:16:50.663Z | + fetch_and_verify |
| 683 | 2023-11-30T01:16:50.663Z | + local DO_DOWNLOAD=true |
| 684 | 2023-11-30T01:16:50.664Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 685 | 2023-11-30T01:16:50.664Z | + '[' true == true ']' |
| 686 | 2023-11-30T01:16:50.664Z | + echo Downloading... |
| 687 | 2023-11-30T01:16:50.664Z | Downloading... |
| 688 | 2023-11-30T01:16:50.664Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 689 | 2023-11-30T01:16:50.664Z | + 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 |
| 690 | 2023-11-30T01:16:52.311Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 691 | 2023-11-30T01:16:52.318Z | ++ sha256sum |
| 692 | 2023-11-30T01:16:52.318Z | ++ awk '{print $1}' |
| 693 | 2023-11-30T01:16:52.336Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 694 | 2023-11-30T01:16:52.336Z | + [[ 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 ]] |
| 695 | 2023-11-30T01:16:52.352Z | + do_unpack out/downloads/xcvradm.gz |
| 696 | 2023-11-30T01:16:52.352Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 697 | 2023-11-30T01:16:52.352Z | + gzip -dc out/downloads/xcvradm.gz |
| 698 | 2023-11-30T01:16:52.523Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 699 | 2023-11-30T01:16:52.526Z | + do_assemble |
| 700 | 2023-11-30T01:16:52.526Z | + rm -r ./out/transceiver-control |
| 701 | 2023-11-30T01:16:52.526Z | + mkdir ./out/transceiver-control |
| 702 | 2023-11-30T01:16:52.529Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 703 | 2023-11-30T01:16:52.785Z | All builder prerequisites installed successfully, and PATH looks valid |
| 704 | 2023-11-30T01:16:52.788Z | |
| 705 | 2023-11-30T01:16:52.788Z | real 2:18.707087736 |
| 706 | 2023-11-30T01:16:52.788Z | user 54.380644627 |
| 707 | 2023-11-30T01:16:52.788Z | sys 10.090862452 |
| 708 | 2023-11-30T01:16:52.788Z | trap 0.024770614 |
| 709 | 2023-11-30T01:16:52.788Z | tflt 0.282759309 |
| 710 | 2023-11-30T01:16:52.788Z | dflt 0.974533507 |
| 711 | 2023-11-30T01:16:52.788Z | kflt 0.336260049 |
| 712 | 2023-11-30T01:16:52.788Z | lock 1.791552986 |
| 713 | 2023-11-30T01:16:52.788Z | slp 4:18.715887488 |
| 714 | 2023-11-30T01:16:52.788Z | lat 3.476089858 |
| 715 | 2023-11-30T01:16:52.788Z | stop 0.078086173 |
| 716 | 2023-11-30T01:16:52.791Z | |
| 717 | 2023-11-30T01:16:52.791Z | #### # # ##### ##### # # |
| 718 | 2023-11-30T01:16:52.791Z | # # # # # # # # # # |
| 719 | 2023-11-30T01:16:52.791Z | # # # # # # # # |
| 720 | 2023-11-30T01:16:52.791Z | # # # ##### ##### # |
| 721 | 2023-11-30T01:16:52.791Z | # # # # # # # |
| 722 | 2023-11-30T01:16:52.791Z | #### ###### # # # # |
| 723 | 2023-11-30T01:16:52.791Z | |
| 724 | 2023-11-30T01:16:53.218Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 725 | 2023-11-30T01:16:53.599Z | Updating crates.io index |
| 726 | 2023-11-30T01:16:53.680Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 727 | 2023-11-30T01:16:54.482Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 728 | 2023-11-30T01:16:56.237Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 729 | 2023-11-30T01:16:56.853Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 730 | 2023-11-30T01:16:57.193Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 731 | 2023-11-30T01:16:57.503Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 732 | 2023-11-30T01:16:57.811Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 733 | 2023-11-30T01:16:58.870Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 734 | 2023-11-30T01:17:00.913Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 735 | 2023-11-30T01:17:02.124Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 736 | 2023-11-30T01:17:02.544Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 737 | 2023-11-30T01:17:03.262Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 738 | 2023-11-30T01:17:03.612Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 739 | 2023-11-30T01:17:04.033Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 740 | 2023-11-30T01:17:04.580Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 741 | 2023-11-30T01:17:05.008Z | Updating git repository `https://github.com/njaremko/samael` |
| 742 | 2023-11-30T01:17:05.443Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 743 | 2023-11-30T01:17:06.147Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 744 | 2023-11-30T01:17:06.569Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 745 | 2023-11-30T01:17:06.939Z | Updating git repository `https://github.com/jgallagher/nix` |
| 746 | 2023-11-30T01:17:10.286Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 747 | 2023-11-30T01:17:10.797Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 748 | 2023-11-30T01:17:11.817Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 749 | 2023-11-30T01:17:12.228Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 750 | 2023-11-30T01:17:12.580Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 751 | 2023-11-30T01:17:14.303Z | Downloading crates ... |
| 752 | 2023-11-30T01:17:14.532Z | Downloaded cargo_toml v0.17.0 |
| 753 | 2023-11-30T01:17:14.535Z | Downloaded serde_spanned v0.6.4 |
| 754 | 2023-11-30T01:17:14.557Z | Downloaded colorchoice v1.0.0 |
| 755 | 2023-11-30T01:17:14.560Z | Downloaded equivalent v1.0.1 |
| 756 | 2023-11-30T01:17:14.566Z | Downloaded anstyle-query v1.0.0 |
| 757 | 2023-11-30T01:17:14.568Z | Downloaded heck v0.4.1 |
| 758 | 2023-11-30T01:17:14.571Z | Downloaded thiserror-impl v1.0.49 |
| 759 | 2023-11-30T01:17:14.574Z | Downloaded itoa v1.0.9 |
| 760 | 2023-11-30T01:17:14.574Z | Downloaded utf8parse v0.2.1 |
| 761 | 2023-11-30T01:17:14.577Z | Downloaded errno v0.3.2 |
| 762 | 2023-11-30T01:17:14.579Z | Downloaded anstream v0.5.0 |
| 763 | 2023-11-30T01:17:14.582Z | Downloaded cargo_metadata v0.18.0 |
| 764 | 2023-11-30T01:17:14.585Z | Downloaded bitflags v1.3.2 |
| 765 | 2023-11-30T01:17:14.588Z | Downloaded cargo-platform v0.1.3 |
| 766 | 2023-11-30T01:17:14.623Z | Downloaded anstyle v1.0.2 |
| 767 | 2023-11-30T01:17:14.626Z | Downloaded clap_lex v0.5.1 |
| 768 | 2023-11-30T01:17:14.626Z | Downloaded thiserror v1.0.49 |
| 769 | 2023-11-30T01:17:14.626Z | Downloaded io-lifetimes v1.0.11 |
| 770 | 2023-11-30T01:17:14.627Z | Downloaded toml_datetime v0.6.5 |
| 771 | 2023-11-30T01:17:14.627Z | Downloaded quote v1.0.33 |
| 772 | 2023-11-30T01:17:14.627Z | Downloaded clap_derive v4.4.2 |
| 773 | 2023-11-30T01:17:14.627Z | Downloaded clap v4.4.3 |
| 774 | 2023-11-30T01:17:14.630Z | Downloaded unicode-ident v1.0.12 |
| 775 | 2023-11-30T01:17:14.633Z | Downloaded toml v0.8.8 |
| 776 | 2023-11-30T01:17:14.637Z | Downloaded anyhow v1.0.75 |
| 777 | 2023-11-30T01:17:14.643Z | Downloaded proc-macro2 v1.0.69 |
| 778 | 2023-11-30T01:17:14.647Z | Downloaded indexmap v2.1.0 |
| 779 | 2023-11-30T01:17:14.654Z | Downloaded anstyle-parse v0.2.1 |
| 780 | 2023-11-30T01:17:14.666Z | Downloaded serde v1.0.192 |
| 781 | 2023-11-30T01:17:14.671Z | Downloaded toml_edit v0.21.0 |
| 782 | 2023-11-30T01:17:14.710Z | Downloaded winnow v0.5.15 |
| 783 | 2023-11-30T01:17:14.722Z | Downloaded hashbrown v0.14.2 |
| 784 | 2023-11-30T01:17:14.731Z | Downloaded syn v2.0.32 |
| 785 | 2023-11-30T01:17:14.749Z | Downloaded rustix v0.37.23 |
| 786 | 2023-11-30T01:17:14.782Z | Downloaded clap_builder v4.4.2 |
| 787 | 2023-11-30T01:17:14.793Z | Downloaded libc v0.2.150 |
| 788 | 2023-11-30T01:17:14.841Z | Downloaded serde_json v1.0.108 |
| 789 | 2023-11-30T01:17:14.851Z | Downloaded memchr v2.6.3 |
| 790 | 2023-11-30T01:17:14.860Z | Downloaded ryu v1.0.15 |
| 791 | 2023-11-30T01:17:14.871Z | Downloaded terminal_size v0.2.6 |
| 792 | 2023-11-30T01:17:14.874Z | Downloaded serde_derive v1.0.192 |
| 793 | 2023-11-30T01:17:14.874Z | Downloaded semver v1.0.20 |
| 794 | 2023-11-30T01:17:14.874Z | Downloaded camino v1.1.6 |
| 795 | 2023-11-30T01:17:14.878Z | Downloaded strsim v0.10.0 |
| 796 | 2023-11-30T01:17:14.993Z | Compiling proc-macro2 v1.0.69 |
| 797 | 2023-11-30T01:17:14.993Z | Compiling unicode-ident v1.0.12 |
| 798 | 2023-11-30T01:17:14.996Z | Compiling serde v1.0.192 |
| 799 | 2023-11-30T01:17:14.996Z | Compiling libc v0.2.150 |
| 800 | 2023-11-30T01:17:14.996Z | Compiling io-lifetimes v1.0.11 |
| 801 | 2023-11-30T01:17:15.008Z | Compiling rustix v0.37.23 |
| 802 | 2023-11-30T01:17:15.010Z | Compiling bitflags v1.3.2 |
| 803 | 2023-11-30T01:17:15.011Z | Compiling utf8parse v0.2.1 |
| 804 | 2023-11-30T01:17:15.189Z | Compiling hashbrown v0.14.2 |
| 805 | 2023-11-30T01:17:15.299Z | Compiling equivalent v1.0.1 |
| 806 | 2023-11-30T01:17:15.314Z | Compiling anstyle-parse v0.2.1 |
| 807 | 2023-11-30T01:17:15.439Z | Compiling serde_json v1.0.108 |
| 808 | 2023-11-30T01:17:15.779Z | Compiling thiserror v1.0.49 |
| 809 | 2023-11-30T01:17:16.682Z | Compiling indexmap v2.1.0 |
| 810 | 2023-11-30T01:17:17.924Z | Compiling semver v1.0.20 |
| 811 | 2023-11-30T01:17:18.333Z | Compiling anstyle v1.0.2 |
| 812 | 2023-11-30T01:17:18.351Z | Compiling colorchoice v1.0.0 |
| 813 | 2023-11-30T01:17:18.448Z | Compiling anstyle-query v1.0.0 |
| 814 | 2023-11-30T01:17:18.543Z | Compiling winnow v0.5.15 |
| 815 | 2023-11-30T01:17:18.565Z | Compiling camino v1.1.6 |
| 816 | 2023-11-30T01:17:18.749Z | Compiling heck v0.4.1 |
| 817 | 2023-11-30T01:17:18.757Z | Compiling ryu v1.0.15 |
| 818 | 2023-11-30T01:17:18.776Z | Compiling strsim v0.10.0 |
| 819 | 2023-11-30T01:17:18.971Z | Compiling anstream v0.5.0 |
| 820 | 2023-11-30T01:17:19.296Z | Compiling itoa v1.0.9 |
| 821 | 2023-11-30T01:17:19.452Z | Compiling anyhow v1.0.75 |
| 822 | 2023-11-30T01:17:19.576Z | Compiling clap_lex v0.5.1 |
| 823 | 2023-11-30T01:17:19.803Z | Compiling quote v1.0.33 |
| 824 | 2023-11-30T01:17:20.425Z | Compiling syn v2.0.32 |
| 825 | 2023-11-30T01:17:20.477Z | Compiling errno v0.3.2 |
| 826 | 2023-11-30T01:17:21.989Z | Compiling terminal_size v0.2.6 |
| 827 | 2023-11-30T01:17:22.131Z | Compiling clap_builder v4.4.2 |
| 828 | 2023-11-30T01:17:28.187Z | Compiling serde_derive v1.0.192 |
| 829 | 2023-11-30T01:17:28.234Z | Compiling thiserror-impl v1.0.49 |
| 830 | 2023-11-30T01:17:28.235Z | Compiling clap_derive v4.4.2 |
| 831 | 2023-11-30T01:17:32.737Z | Compiling clap v4.4.3 |
| 832 | 2023-11-30T01:17:41.094Z | Compiling serde_spanned v0.6.4 |
| 833 | 2023-11-30T01:17:41.097Z | Compiling toml_datetime v0.6.5 |
| 834 | 2023-11-30T01:17:41.097Z | Compiling cargo-platform v0.1.3 |
| 835 | 2023-11-30T01:17:41.446Z | Compiling toml_edit v0.21.0 |
| 836 | 2023-11-30T01:17:43.136Z | Compiling cargo_metadata v0.18.0 |
| 837 | 2023-11-30T01:17:44.678Z | Compiling toml v0.8.8 |
| 838 | 2023-11-30T01:17:45.682Z | Compiling cargo_toml v0.17.0 |
| 839 | 2023-11-30T01:17:52.051Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 840 | 2023-11-30T01:17:53.434Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
| 841 | 2023-11-30T01:17:53.637Z | Running `target/debug/xtask clippy` |
| 842 | 2023-11-30T01:17:53.692Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 843 | 2023-11-30T01:17:54.525Z | Downloading crates ... |
| 844 | 2023-11-30T01:17:54.759Z | Downloaded camino-tempfile v1.1.1 |
| 845 | 2023-11-30T01:17:54.768Z | Downloaded block-padding v0.3.3 |
| 846 | 2023-11-30T01:17:54.773Z | Downloaded chacha20poly1305 v0.10.1 |
| 847 | 2023-11-30T01:17:54.788Z | Downloaded ciborium-io v0.2.1 |
| 848 | 2023-11-30T01:17:54.794Z | Downloaded instant v0.1.12 |
| 849 | 2023-11-30T01:17:54.799Z | Downloaded colored v2.0.4 |
| 850 | 2023-11-30T01:17:54.804Z | Downloaded indoc v1.0.9 |
| 851 | 2023-11-30T01:17:54.813Z | Downloaded indoc v2.0.3 |
| 852 | 2023-11-30T01:17:54.818Z | Downloaded constant_time_eq v0.2.6 |
| 853 | 2023-11-30T01:17:54.822Z | Downloaded lazycell v1.3.0 |
| 854 | 2023-11-30T01:17:54.825Z | Downloaded cookie v0.18.0 |
| 855 | 2023-11-30T01:17:54.832Z | Downloaded lazy_static v1.4.0 |
| 856 | 2023-11-30T01:17:54.838Z | Downloaded is_ci v1.1.1 |
| 857 | 2023-11-30T01:17:54.841Z | Downloaded lalrpop-util v0.19.12 |
| 858 | 2023-11-30T01:17:54.845Z | Downloaded async-stream-impl v0.3.5 |
| 859 | 2023-11-30T01:17:54.848Z | Downloaded const-oid v0.9.5 |
| 860 | 2023-11-30T01:17:54.853Z | Downloaded assert_matches v1.5.0 |
| 861 | 2023-11-30T01:17:54.857Z | Downloaded libloading v0.7.4 |
| 862 | 2023-11-30T01:17:54.862Z | Downloaded atty v0.2.14 |
| 863 | 2023-11-30T01:17:54.866Z | Downloaded lru-cache v0.1.2 |
| 864 | 2023-11-30T01:17:54.869Z | Downloaded cstr-argument v0.1.2 |
| 865 | 2023-11-30T01:17:54.873Z | Downloaded opaque-debug v0.3.0 |
| 866 | 2023-11-30T01:17:54.876Z | Downloaded newtype_derive v0.1.6 |
| 867 | 2023-11-30T01:17:54.879Z | Downloaded macaddr v1.0.1 |
| 868 | 2023-11-30T01:17:54.884Z | Downloaded async-stream v0.3.5 |
| 869 | 2023-11-30T01:17:54.893Z | Downloaded anes v0.1.6 |
| 870 | 2023-11-30T01:17:54.910Z | Downloaded oso-derive v0.27.0 |
| 871 | 2023-11-30T01:17:54.916Z | Downloaded crunchy v0.2.2 |
| 872 | 2023-11-30T01:17:54.920Z | Downloaded num_threads v0.1.6 |
| 873 | 2023-11-30T01:17:54.924Z | Downloaded bitfield v0.14.0 |
| 874 | 2023-11-30T01:17:54.928Z | Downloaded mockall v0.11.4 |
| 875 | 2023-11-30T01:17:54.932Z | Downloaded matches v0.1.10 |
| 876 | 2023-11-30T01:17:54.935Z | Downloaded async-trait v0.1.74 |
| 877 | 2023-11-30T01:17:54.942Z | Downloaded ansi_term v0.12.1 |
| 878 | 2023-11-30T01:17:54.948Z | Downloaded match_cfg v0.1.0 |
| 879 | 2023-11-30T01:17:54.951Z | Downloaded linear-map v1.2.0 |
| 880 | 2023-11-30T01:17:54.956Z | Downloaded num_enum_derive v0.5.11 |
| 881 | 2023-11-30T01:17:54.959Z | Downloaded byteorder v1.5.0 |
| 882 | 2023-11-30T01:17:54.963Z | Downloaded crossbeam-queue v0.3.8 |
| 883 | 2023-11-30T01:17:54.968Z | Downloaded is-terminal v0.4.9 |
| 884 | 2023-11-30T01:17:54.970Z | Downloaded linked-hash-map v0.5.6 |
| 885 | 2023-11-30T01:17:54.974Z | Downloaded bit-set v0.5.3 |
| 886 | 2023-11-30T01:17:54.977Z | Downloaded num_cpus v1.16.0 |
| 887 | 2023-11-30T01:17:54.984Z | Downloaded rusty-fork v0.3.0 |
| 888 | 2023-11-30T01:17:54.991Z | Downloaded num_enum v0.5.11 |
| 889 | 2023-11-30T01:17:55.009Z | Downloaded http-range v0.1.5 |
| 890 | 2023-11-30T01:17:55.014Z | Downloaded mime v0.3.17 |
| 891 | 2023-11-30T01:17:55.022Z | Downloaded memoffset v0.9.0 |
| 892 | 2023-11-30T01:17:55.028Z | Downloaded digest v0.10.7 |
| 893 | 2023-11-30T01:17:55.034Z | Downloaded wyz v0.5.1 |
| 894 | 2023-11-30T01:17:55.039Z | Downloaded maplit v1.0.2 |
| 895 | 2023-11-30T01:17:55.043Z | Downloaded serial_test v0.10.0 |
| 896 | 2023-11-30T01:17:55.047Z | Downloaded once_cell v1.18.0 |
| 897 | 2023-11-30T01:17:55.053Z | Downloaded libtest-mimic v0.6.1 |
| 898 | 2023-11-30T01:17:55.059Z | Downloaded native-tls v0.2.11 |
| 899 | 2023-11-30T01:17:55.064Z | Downloaded semver-parser v0.10.2 |
| 900 | 2023-11-30T01:17:55.068Z | Downloaded serde_with_macros v2.3.3 |
| 901 | 2023-11-30T01:17:55.073Z | Downloaded foreign-types-shared v0.3.1 |
| 902 | 2023-11-30T01:17:55.075Z | Downloaded foreign-types-shared v0.1.1 |
| 903 | 2023-11-30T01:17:55.078Z | Downloaded waitgroup v0.1.2 |
| 904 | 2023-11-30T01:17:55.081Z | Downloaded hubpack_derive v0.1.1 |
| 905 | 2023-11-30T01:17:55.081Z | Downloaded tokio-stream v0.1.14 |
| 906 | 2023-11-30T01:17:55.092Z | Downloaded httpdate v1.0.3 |
| 907 | 2023-11-30T01:17:55.095Z | Downloaded log v0.4.20 |
| 908 | 2023-11-30T01:17:55.131Z | Downloaded threadpool v1.8.1 |
| 909 | 2023-11-30T01:17:55.134Z | Downloaded thread_local v1.1.7 |
| 910 | 2023-11-30T01:17:55.134Z | Downloaded scopeguard v1.2.0 |
| 911 | 2023-11-30T01:17:55.134Z | Downloaded crossbeam-utils v0.8.16 |
| 912 | 2023-11-30T01:17:55.134Z | Downloaded num-complex v0.4.4 |
| 913 | 2023-11-30T01:17:55.134Z | Downloaded unicode-width v0.1.11 |
| 914 | 2023-11-30T01:17:55.134Z | Downloaded untrusted v0.7.1 |
| 915 | 2023-11-30T01:17:55.138Z | Downloaded dirs-sys-next v0.1.2 |
| 916 | 2023-11-30T01:17:55.138Z | Downloaded dirs-next v2.0.0 |
| 917 | 2023-11-30T01:17:55.138Z | Downloaded untrusted v0.9.0 |
| 918 | 2023-11-30T01:17:55.145Z | Downloaded thread-id v4.2.0 |
| 919 | 2023-11-30T01:17:55.145Z | Downloaded phf v0.11.2 |
| 920 | 2023-11-30T01:17:55.150Z | Downloaded paste v1.0.14 |
| 921 | 2023-11-30T01:17:55.155Z | Downloaded resolv-conf v0.7.0 |
| 922 | 2023-11-30T01:17:55.158Z | Downloaded derive_builder_macro v0.12.0 |
| 923 | 2023-11-30T01:17:55.158Z | Downloaded signal-hook-mio v0.2.3 |
| 924 | 2023-11-30T01:17:55.160Z | Downloaded schemars v0.8.13 |
| 925 | 2023-11-30T01:17:55.184Z | Downloaded strum v0.25.0 |
| 926 | 2023-11-30T01:17:55.187Z | Downloaded schemars_derive v0.8.13 |
| 927 | 2023-11-30T01:17:55.190Z | Downloaded pem-rfc7468 v0.7.0 |
| 928 | 2023-11-30T01:17:55.194Z | Downloaded toolchain_find v0.2.0 |
| 929 | 2023-11-30T01:17:55.197Z | Downloaded tempdir v0.3.7 |
| 930 | 2023-11-30T01:17:55.200Z | Downloaded similar-asserts v1.5.0 |
| 931 | 2023-11-30T01:17:55.205Z | Downloaded try-lock v0.2.4 |
| 932 | 2023-11-30T01:17:55.208Z | Downloaded phf_shared v0.10.0 |
| 933 | 2023-11-30T01:17:55.211Z | Downloaded topological-sort v0.2.2 |
| 934 | 2023-11-30T01:17:55.213Z | Downloaded float-cmp v0.9.0 |
| 935 | 2023-11-30T01:17:55.216Z | Downloaded doc-comment v0.3.3 |
| 936 | 2023-11-30T01:17:55.216Z | Downloaded zone_cfg_derive v0.3.0 |
| 937 | 2023-11-30T01:17:55.219Z | Downloaded sha2 v0.10.8 |
| 938 | 2023-11-30T01:17:55.224Z | Downloaded derive_more v0.99.17 |
| 939 | 2023-11-30T01:17:55.235Z | Downloaded pretty-hex v0.4.0 |
| 940 | 2023-11-30T01:17:55.238Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 941 | 2023-11-30T01:17:55.241Z | Downloaded semver v0.1.20 |
| 942 | 2023-11-30T01:17:55.244Z | Downloaded getopts v0.2.21 |
| 943 | 2023-11-30T01:17:55.247Z | Downloaded spki v0.7.2 |
| 944 | 2023-11-30T01:17:55.250Z | Downloaded darling_macro v0.20.3 |
| 945 | 2023-11-30T01:17:55.253Z | Downloaded slog-bunyan v2.4.0 |
| 946 | 2023-11-30T01:17:55.256Z | Downloaded utf-8 v0.7.6 |
| 947 | 2023-11-30T01:17:55.258Z | Downloaded serde-big-array v0.4.1 |
| 948 | 2023-11-30T01:17:55.261Z | Downloaded semver v0.11.0 |
| 949 | 2023-11-30T01:17:55.265Z | Downloaded pest_generator v2.7.2 |
| 950 | 2023-11-30T01:17:55.268Z | Downloaded tui-tree-widget v0.13.0 |
| 951 | 2023-11-30T01:17:55.271Z | Downloaded strum_macros v0.24.3 |
| 952 | 2023-11-30T01:17:55.275Z | Downloaded downcast v0.11.0 |
| 953 | 2023-11-30T01:17:55.278Z | Downloaded quick-error v1.2.3 |
| 954 | 2023-11-30T01:17:55.281Z | Downloaded display-error-chain v0.2.0 |
| 955 | 2023-11-30T01:17:55.284Z | Downloaded version_check v0.9.4 |
| 956 | 2023-11-30T01:17:55.288Z | Downloaded derive_builder_core v0.12.0 |
| 957 | 2023-11-30T01:17:55.293Z | Downloaded predicates-core v1.0.6 |
| 958 | 2023-11-30T01:17:55.295Z | Downloaded endian-type v0.1.2 |
| 959 | 2023-11-30T01:17:55.298Z | Downloaded rand_core v0.6.4 |
| 960 | 2023-11-30T01:17:55.301Z | Downloaded unarray v0.1.4 |
| 961 | 2023-11-30T01:17:55.304Z | Downloaded tinyvec_macros v0.1.1 |
| 962 | 2023-11-30T01:17:55.312Z | Downloaded zerocopy v0.6.4 |
| 963 | 2023-11-30T01:17:55.315Z | Downloaded fxhash v0.2.1 |
| 964 | 2023-11-30T01:17:55.315Z | Downloaded time-macros v0.2.13 |
| 965 | 2023-11-30T01:17:55.318Z | Downloaded serde_tokenstream v0.2.0 |
| 966 | 2023-11-30T01:17:55.326Z | Downloaded smawk v0.3.1 |
| 967 | 2023-11-30T01:17:55.330Z | Downloaded rustc-demangle v0.1.23 |
| 968 | 2023-11-30T01:17:55.334Z | Downloaded serial_test_derive v0.10.0 |
| 969 | 2023-11-30T01:17:55.337Z | Downloaded debug-ignore v1.0.5 |
| 970 | 2023-11-30T01:17:55.340Z | Downloaded rustc_version v0.4.0 |
| 971 | 2023-11-30T01:17:55.343Z | Downloaded slog-term v2.9.0 |
| 972 | 2023-11-30T01:17:55.348Z | Downloaded toml v0.7.8 |
| 973 | 2023-11-30T01:17:55.364Z | Downloaded usdt-attr-macro v0.3.5 |
| 974 | 2023-11-30T01:17:55.367Z | Downloaded precomputed-hash v0.1.1 |
| 975 | 2023-11-30T01:17:55.367Z | Downloaded headers-core v0.2.0 |
| 976 | 2023-11-30T01:17:55.367Z | Downloaded remove_dir_all v0.5.3 |
| 977 | 2023-11-30T01:17:55.367Z | Downloaded fnv v1.0.7 |
| 978 | 2023-11-30T01:17:55.367Z | Downloaded ff v0.13.0 |
| 979 | 2023-11-30T01:17:55.371Z | Downloaded vsss-rs v3.3.1 |
| 980 | 2023-11-30T01:17:55.375Z | Downloaded tower-service v0.3.2 |
| 981 | 2023-11-30T01:17:55.377Z | Downloaded rustls-pemfile v1.0.3 |
| 982 | 2023-11-30T01:17:55.382Z | Downloaded termtree v0.4.1 |
| 983 | 2023-11-30T01:17:55.388Z | Downloaded futures-task v0.3.29 |
| 984 | 2023-11-30T01:17:55.388Z | Downloaded foreign-types v0.3.2 |
| 985 | 2023-11-30T01:17:55.388Z | Downloaded pkcs1 v0.7.5 |
| 986 | 2023-11-30T01:17:55.393Z | Downloaded highway v1.1.0 |
| 987 | 2023-11-30T01:17:55.397Z | Downloaded hashbrown v0.13.2 |
| 988 | 2023-11-30T01:17:55.405Z | Downloaded serde_urlencoded v0.7.1 |
| 989 | 2023-11-30T01:17:55.408Z | Downloaded zone v0.3.0 |
| 990 | 2023-11-30T01:17:55.410Z | Downloaded parking_lot_core v0.8.6 |
| 991 | 2023-11-30T01:17:55.413Z | Downloaded der_derive v0.7.2 |
| 992 | 2023-11-30T01:17:55.416Z | Downloaded dtrace-parser v0.1.14 |
| 993 | 2023-11-30T01:17:55.419Z | Downloaded slog-json v2.6.1 |
| 994 | 2023-11-30T01:17:55.422Z | Downloaded mio v0.8.9 |
| 995 | 2023-11-30T01:17:55.433Z | Downloaded hash32 v0.2.1 |
| 996 | 2023-11-30T01:17:55.436Z | Downloaded rustfmt-wrapper v0.2.0 |
| 997 | 2023-11-30T01:17:55.439Z | Downloaded strip-ansi-escapes v0.2.0 |
| 998 | 2023-11-30T01:17:55.439Z | Downloaded pretty-hex v0.2.1 |
| 999 | 2023-11-30T01:17:55.441Z | Downloaded pest_meta v2.7.2 |
| 1000 | 2023-11-30T01:17:55.444Z | Downloaded zip v0.6.6 |
| 1001 | 2023-11-30T01:17:55.452Z | Downloaded flagset v0.4.3 |
| 1002 | 2023-11-30T01:17:55.455Z | Downloaded group v0.13.0 |
| 1003 | 2023-11-30T01:17:55.457Z | Downloaded globset v0.4.13 |
| 1004 | 2023-11-30T01:17:55.460Z | Downloaded crossterm v0.27.0 |
| 1005 | 2023-11-30T01:17:55.472Z | Downloaded futures-macro v0.3.29 |
| 1006 | 2023-11-30T01:17:55.474Z | Downloaded futures-executor v0.3.29 |
| 1007 | 2023-11-30T01:17:55.477Z | Downloaded postcard-cobs v0.1.5-pre |
| 1008 | 2023-11-30T01:17:55.480Z | Downloaded phf_shared v0.11.2 |
| 1009 | 2023-11-30T01:17:55.480Z | Downloaded rand_chacha v0.3.1 |
| 1010 | 2023-11-30T01:17:55.482Z | Downloaded tracing-attributes v0.1.26 |
| 1011 | 2023-11-30T01:17:55.486Z | Downloaded hex v0.4.3 |
| 1012 | 2023-11-30T01:17:55.489Z | Downloaded tap v1.0.1 |
| 1013 | 2023-11-30T01:17:55.492Z | Downloaded pin-project-internal v1.1.3 |
| 1014 | 2023-11-30T01:17:55.495Z | Downloaded libxml v0.3.3 |
| 1015 | 2023-11-30T01:17:55.505Z | Downloaded pkcs8 v0.10.2 |
| 1016 | 2023-11-30T01:17:55.510Z | Downloaded slog-dtrace v0.2.3 |
| 1017 | 2023-11-30T01:17:55.513Z | Downloaded yasna v0.5.2 |
| 1018 | 2023-11-30T01:17:55.517Z | Downloaded toml v0.5.11 |
| 1019 | 2023-11-30T01:17:55.521Z | Downloaded fatfs v0.3.6 |
| 1020 | 2023-11-30T01:17:55.527Z | Downloaded trust-dns-resolver v0.22.0 |
| 1021 | 2023-11-30T01:17:55.535Z | Downloaded pin-project-lite v0.2.13 |
| 1022 | 2023-11-30T01:17:55.543Z | Downloaded reedline v0.26.0 |
| 1023 | 2023-11-30T01:17:55.556Z | Downloaded test-strategy v0.3.1 |
| 1024 | 2023-11-30T01:17:55.562Z | Downloaded postcard v0.7.3 |
| 1025 | 2023-11-30T01:17:55.566Z | Downloaded trust-dns-client v0.22.0 |
| 1026 | 2023-11-30T01:17:55.576Z | Downloaded url v2.4.1 |
| 1027 | 2023-11-30T01:17:55.581Z | Downloaded tokio-postgres v0.7.10 |
| 1028 | 2023-11-30T01:17:55.590Z | Downloaded tokio-tungstenite v0.20.1 |
| 1029 | 2023-11-30T01:17:55.593Z | Downloaded bitvec v1.0.1 |
| 1030 | 2023-11-30T01:17:55.623Z | Downloaded half v1.8.2 |
| 1031 | 2023-11-30T01:17:55.680Z | Downloaded tracing-core v0.1.31 |
| 1032 | 2023-11-30T01:17:55.680Z | Downloaded idna v0.4.0 |
| 1033 | 2023-11-30T01:17:55.680Z | Downloaded expectorate v1.1.0 |
| 1034 | 2023-11-30T01:17:55.680Z | Downloaded typed-path v0.6.0 |
| 1035 | 2023-11-30T01:17:55.680Z | Downloaded headers v0.3.9 |
| 1036 | 2023-11-30T01:17:55.680Z | Downloaded tracing v0.1.37 |
| 1037 | 2023-11-30T01:17:55.680Z | Downloaded flume v0.11.0 |
| 1038 | 2023-11-30T01:17:55.683Z | Downloaded regex-automata v0.1.10 |
| 1039 | 2023-11-30T01:17:55.692Z | Downloaded tokio-util v0.7.10 |
| 1040 | 2023-11-30T01:17:55.703Z | Downloaded tough v0.15.0 |
| 1041 | 2023-11-30T01:17:55.719Z | Downloaded heapless v0.7.16 |
| 1042 | 2023-11-30T01:17:55.725Z | Downloaded petgraph v0.6.4 |
| 1043 | 2023-11-30T01:17:55.754Z | Downloaded portable-atomic v1.4.3 |
| 1044 | 2023-11-30T01:17:55.761Z | Downloaded rustls-webpki v0.101.7 |
| 1045 | 2023-11-30T01:17:55.789Z | Downloaded regex v1.10.2 |
| 1046 | 2023-11-30T01:17:55.815Z | Downloaded openssl v0.10.57 |
| 1047 | 2023-11-30T01:17:55.834Z | Downloaded h2 v0.3.21 |
| 1048 | 2023-11-30T01:17:55.847Z | Downloaded proptest v1.4.0 |
| 1049 | 2023-11-30T01:17:55.918Z | Downloaded regress v0.7.1 |
| 1050 | 2023-11-30T01:17:55.922Z | Downloaded radix_trie v0.2.1 |
| 1051 | 2023-11-30T01:17:55.922Z | Downloaded trust-dns-proto v0.22.0 |
| 1052 | 2023-11-30T01:17:55.922Z | Downloaded ratatui v0.23.0 |
| 1053 | 2023-11-30T01:17:55.936Z | Downloaded regex-syntax v0.8.2 |
| 1054 | 2023-11-30T01:17:55.954Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1055 | 2023-11-30T01:17:55.978Z | Downloaded rustix v0.38.25 |
| 1056 | 2023-11-30T01:17:56.021Z | Downloaded regex-automata v0.3.8 |
| 1057 | 2023-11-30T01:17:56.056Z | Downloaded zerocopy-derive v0.2.0 |
| 1058 | 2023-11-30T01:17:56.075Z | Downloaded sha3 v0.10.8 |
| 1059 | 2023-11-30T01:17:56.088Z | Downloaded tokio v1.34.0 |
| 1060 | 2023-11-30T01:17:56.159Z | Downloaded regex-automata v0.4.3 |
| 1061 | 2023-11-30T01:17:56.192Z | Downloaded zerocopy-derive v0.6.4 |
| 1062 | 2023-11-30T01:17:56.213Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1063 | 2023-11-30T01:17:56.238Z | Downloaded sled v0.34.7 |
| 1064 | 2023-11-30T01:17:56.258Z | Downloaded polar-core v0.27.0 |
| 1065 | 2023-11-30T01:17:56.274Z | Downloaded encoding_rs v0.8.33 |
| 1066 | 2023-11-30T01:17:56.322Z | Downloaded diesel v2.1.4 |
| 1067 | 2023-11-30T01:17:56.355Z | Downloaded bstr v1.6.0 |
| 1068 | 2023-11-30T01:17:56.377Z | Downloaded regex-syntax v0.7.5 |
| 1069 | 2023-11-30T01:17:56.393Z | Downloaded openapiv3 v1.0.3 |
| 1070 | 2023-11-30T01:17:56.417Z | Downloaded rustls v0.21.9 |
| 1071 | 2023-11-30T01:17:56.438Z | Downloaded gimli v0.28.0 |
| 1072 | 2023-11-30T01:17:56.454Z | Downloaded object v0.32.1 |
| 1073 | 2023-11-30T01:17:56.477Z | Downloaded reqwest v0.11.22 |
| 1074 | 2023-11-30T01:17:56.490Z | Downloaded ring v0.17.5 |
| 1075 | 2023-11-30T01:17:56.628Z | Downloaded futures-util v0.3.29 |
| 1076 | 2023-11-30T01:17:56.649Z | Downloaded regex-syntax v0.6.29 |
| 1077 | 2023-11-30T01:17:56.664Z | Downloaded object v0.30.4 |
| 1078 | 2023-11-30T01:17:56.681Z | Downloaded webpki-roots v0.25.2 |
| 1079 | 2023-11-30T01:17:56.688Z | Downloaded bstr v0.2.17 |
| 1080 | 2023-11-30T01:17:56.707Z | Downloaded smoltcp v0.9.1 |
| 1081 | 2023-11-30T01:17:56.726Z | Downloaded syn v1.0.109 |
| 1082 | 2023-11-30T01:17:56.746Z | Downloaded quick-xml v0.23.1 |
| 1083 | 2023-11-30T01:17:56.758Z | Downloaded rayon v1.8.0 |
| 1084 | 2023-11-30T01:17:56.782Z | Downloaded ring v0.16.20 |
| 1085 | 2023-11-30T01:17:56.937Z | Downloaded hyper v0.14.27 |
| 1086 | 2023-11-30T01:17:56.951Z | Downloaded smoltcp v0.8.2 |
| 1087 | 2023-11-30T01:17:56.968Z | Downloaded curve25519-dalek v4.1.0 |
| 1088 | 2023-11-30T01:17:56.984Z | Downloaded tabled v0.14.0 |
| 1089 | 2023-11-30T01:17:57.012Z | Downloaded plotters v0.3.5 |
| 1090 | 2023-11-30T01:17:57.027Z | Downloaded vcpkg v0.2.15 |
| 1091 | 2023-11-30T01:17:57.103Z | Downloaded salty v0.2.0 |
| 1092 | 2023-11-30T01:17:57.113Z | Downloaded time v0.3.27 |
| 1093 | 2023-11-30T01:17:57.123Z | Downloaded bindgen v0.65.1 |
| 1094 | 2023-11-30T01:17:57.135Z | Downloaded pin-project v1.1.3 |
| 1095 | 2023-11-30T01:17:57.154Z | Downloaded pest v2.7.2 |
| 1096 | 2023-11-30T01:17:57.191Z | Downloaded hkdf v0.12.3 |
| 1097 | 2023-11-30T01:17:57.197Z | Downloaded idna v0.2.3 |
| 1098 | 2023-11-30T01:17:57.197Z | Downloaded poly1305 v0.8.0 |
| 1099 | 2023-11-30T01:17:57.197Z | Downloaded snafu v0.7.5 |
| 1100 | 2023-11-30T01:17:57.197Z | Downloaded proc-macro-error v1.0.4 |
| 1101 | 2023-11-30T01:17:57.207Z | Downloaded tempfile v3.8.1 |
| 1102 | 2023-11-30T01:17:57.223Z | Downloaded rand v0.8.5 |
| 1103 | 2023-11-30T01:17:57.223Z | Downloaded ron v0.8.1 |
| 1104 | 2023-11-30T01:17:57.226Z | Downloaded http v0.2.11 |
| 1105 | 2023-11-30T01:17:57.226Z | Downloaded rayon-core v1.12.0 |
| 1106 | 2023-11-30T01:17:57.232Z | Downloaded toml_edit v0.19.15 |
| 1107 | 2023-11-30T01:17:57.259Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1108 | 2023-11-30T01:17:57.262Z | Downloaded serde_with v2.3.3 |
| 1109 | 2023-11-30T01:17:57.271Z | Downloaded serde_tokenstream v0.1.7 |
| 1110 | 2023-11-30T01:17:57.276Z | Downloaded derive-where v1.2.5 |
| 1111 | 2023-11-30T01:17:57.282Z | Downloaded pretty_assertions v1.4.0 |
| 1112 | 2023-11-30T01:17:57.285Z | Downloaded trust-dns-server v0.22.1 |
| 1113 | 2023-11-30T01:17:57.294Z | Downloaded strum_macros v0.25.2 |
| 1114 | 2023-11-30T01:17:57.297Z | Downloaded structmeta v0.2.0 |
| 1115 | 2023-11-30T01:17:57.300Z | Downloaded strsim v0.8.0 |
| 1116 | 2023-11-30T01:17:57.303Z | Downloaded pkg-config v0.3.27 |
| 1117 | 2023-11-30T01:17:57.306Z | Downloaded postgres-protocol v0.6.6 |
| 1118 | 2023-11-30T01:17:57.309Z | Downloaded elliptic-curve v0.13.5 |
| 1119 | 2023-11-30T01:17:57.312Z | Downloaded flate2 v1.0.28 |
| 1120 | 2023-11-30T01:17:57.321Z | Downloaded rustls-native-certs v0.6.3 |
| 1121 | 2023-11-30T01:17:57.324Z | Downloaded env_logger v0.10.0 |
| 1122 | 2023-11-30T01:17:57.329Z | Downloaded x509-cert v0.2.4 |
| 1123 | 2023-11-30T01:17:57.339Z | Downloaded num-bigint-dig v0.8.4 |
| 1124 | 2023-11-30T01:17:57.347Z | Downloaded lalrpop v0.19.12 |
| 1125 | 2023-11-30T01:17:57.367Z | Downloaded clap v2.34.0 |
| 1126 | 2023-11-30T01:17:57.379Z | Downloaded libm v0.2.7 |
| 1127 | 2023-11-30T01:17:57.395Z | Downloaded aho-corasick v1.0.4 |
| 1128 | 2023-11-30T01:17:57.405Z | Downloaded futures-sink v0.3.29 |
| 1129 | 2023-11-30T01:17:57.407Z | Downloaded termcolor v1.2.0 |
| 1130 | 2023-11-30T01:17:57.410Z | Downloaded tokio-rustls v0.24.1 |
| 1131 | 2023-11-30T01:17:57.413Z | Downloaded unicode-normalization v0.1.22 |
| 1132 | 2023-11-30T01:17:57.418Z | Downloaded radium v0.7.0 |
| 1133 | 2023-11-30T01:17:57.421Z | Downloaded postgres-types v0.2.6 |
| 1134 | 2023-11-30T01:17:57.427Z | Downloaded futures-timer v3.0.2 |
| 1135 | 2023-11-30T01:17:57.427Z | Downloaded percent-encoding v2.3.0 |
| 1136 | 2023-11-30T01:17:57.430Z | Downloaded typenum v1.16.0 |
| 1137 | 2023-11-30T01:17:57.432Z | Downloaded tungstenite v0.20.1 |
| 1138 | 2023-11-30T01:17:57.437Z | Downloaded slog-envlogger v2.2.0 |
| 1139 | 2023-11-30T01:17:57.440Z | Downloaded vec_map v0.8.2 |
| 1140 | 2023-11-30T01:17:57.442Z | Downloaded pem v3.0.2 |
| 1141 | 2023-11-30T01:17:57.445Z | Downloaded futures-io v0.3.29 |
| 1142 | 2023-11-30T01:17:57.445Z | Downloaded prettyplease v0.2.12 |
| 1143 | 2023-11-30T01:17:57.450Z | Downloaded pest_derive v2.7.2 |
| 1144 | 2023-11-30T01:17:57.453Z | Downloaded hex-literal v0.4.1 |
| 1145 | 2023-11-30T01:17:57.456Z | Downloaded platforms v3.0.2 |
| 1146 | 2023-11-30T01:17:57.459Z | Downloaded rand v0.4.6 |
| 1147 | 2023-11-30T01:17:57.463Z | Downloaded parking_lot_core v0.9.8 |
| 1148 | 2023-11-30T01:17:57.467Z | Downloaded difflib v0.4.0 |
| 1149 | 2023-11-30T01:17:57.470Z | Downloaded funty v2.0.0 |
| 1150 | 2023-11-30T01:17:57.470Z | Downloaded fd-lock v3.0.13 |
| 1151 | 2023-11-30T01:17:57.473Z | Downloaded unicode-segmentation v1.10.1 |
| 1152 | 2023-11-30T01:17:57.479Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1153 | 2023-11-30T01:17:57.484Z | Downloaded fixedbitset v0.4.2 |
| 1154 | 2023-11-30T01:17:57.484Z | Downloaded filetime v0.2.22 |
| 1155 | 2023-11-30T01:17:57.487Z | Downloaded tinyvec v1.6.0 |
| 1156 | 2023-11-30T01:17:57.490Z | Downloaded hmac v0.12.1 |
| 1157 | 2023-11-30T01:17:57.493Z | Downloaded chrono v0.4.31 |
| 1158 | 2023-11-30T01:17:57.507Z | Downloaded fastrand v2.0.0 |
| 1159 | 2023-11-30T01:17:57.509Z | Downloaded relative-path v1.9.0 |
| 1160 | 2023-11-30T01:17:57.512Z | Downloaded zeroize v1.7.0 |
| 1161 | 2023-11-30T01:17:57.516Z | Downloaded diff v0.1.13 |
| 1162 | 2023-11-30T01:17:57.518Z | Downloaded unicode-bidi v0.3.13 |
| 1163 | 2023-11-30T01:17:57.522Z | Downloaded ref-cast-impl v1.0.20 |
| 1164 | 2023-11-30T01:17:57.525Z | Downloaded ref-cast v1.0.20 |
| 1165 | 2023-11-30T01:17:57.528Z | Downloaded fallible-iterator v0.2.0 |
| 1166 | 2023-11-30T01:17:57.530Z | Downloaded spin v0.9.8 |
| 1167 | 2023-11-30T01:17:57.533Z | Downloaded rcgen v0.11.3 |
| 1168 | 2023-11-30T01:17:57.538Z | Downloaded futures-channel v0.3.29 |
| 1169 | 2023-11-30T01:17:57.541Z | Downloaded futures v0.3.29 |
| 1170 | 2023-11-30T01:17:57.550Z | Downloaded plotters-backend v0.3.5 |
| 1171 | 2023-11-30T01:17:57.553Z | Downloaded snafu-derive v0.7.5 |
| 1172 | 2023-11-30T01:17:57.555Z | Downloaded derive_builder v0.12.0 |
| 1173 | 2023-11-30T01:17:57.562Z | Downloaded enum-as-inner v0.5.1 |
| 1174 | 2023-11-30T01:17:57.565Z | Downloaded slog v2.7.0 |
| 1175 | 2023-11-30T01:17:57.569Z | Downloaded similar v2.2.1 |
| 1176 | 2023-11-30T01:17:57.577Z | Downloaded crossbeam-channel v0.5.8 |
| 1177 | 2023-11-30T01:17:57.585Z | Downloaded num-bigint v0.4.4 |
| 1178 | 2023-11-30T01:17:57.593Z | Downloaded hashbrown v0.12.3 |
| 1179 | 2023-11-30T01:17:57.600Z | Downloaded steno v0.4.0 |
| 1180 | 2023-11-30T01:17:57.607Z | Downloaded rstest_macros v0.18.2 |
| 1181 | 2023-11-30T01:17:57.614Z | Downloaded rsa v0.9.2 |
| 1182 | 2023-11-30T01:17:57.628Z | Downloaded cc v1.0.83 |
| 1183 | 2023-11-30T01:17:57.635Z | Downloaded criterion v0.5.1 |
| 1184 | 2023-11-30T01:17:57.639Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1185 | 2023-11-30T01:17:57.642Z | Downloaded smallvec v0.6.14 |
| 1186 | 2023-11-30T01:17:57.642Z | Downloaded pin-utils v0.1.0 |
| 1187 | 2023-11-30T01:17:57.645Z | Downloaded serde_plain v1.0.2 |
| 1188 | 2023-11-30T01:17:57.648Z | Downloaded rand_xorshift v0.3.0 |
| 1189 | 2023-11-30T01:17:57.648Z | Downloaded der v0.7.8 |
| 1190 | 2023-11-30T01:17:57.657Z | Downloaded unsafe-libyaml v0.2.9 |
| 1191 | 2023-11-30T01:17:57.661Z | Downloaded getrandom v0.2.10 |
| 1192 | 2023-11-30T01:17:57.666Z | Downloaded term v0.7.0 |
| 1193 | 2023-11-30T01:17:57.671Z | Downloaded parking_lot v0.12.1 |
| 1194 | 2023-11-30T01:17:57.675Z | Downloaded nom v7.1.3 |
| 1195 | 2023-11-30T01:17:57.685Z | Downloaded predicates-tree v1.0.9 |
| 1196 | 2023-11-30T01:17:57.688Z | Downloaded stringprep v0.1.3 |
| 1197 | 2023-11-30T01:17:57.691Z | Downloaded rustc-hash v1.1.0 |
| 1198 | 2023-11-30T01:17:57.691Z | Downloaded zeroize_derive v1.4.2 |
| 1199 | 2023-11-30T01:17:57.693Z | Downloaded yansi v0.5.1 |
| 1200 | 2023-11-30T01:17:57.694Z | Downloaded xattr v1.0.1 |
| 1201 | 2023-11-30T01:17:57.696Z | Downloaded static_assertions v1.1.0 |
| 1202 | 2023-11-30T01:17:57.699Z | Downloaded ena v0.14.2 |
| 1203 | 2023-11-30T01:17:57.704Z | Downloaded trybuild v1.0.85 |
| 1204 | 2023-11-30T01:17:57.708Z | Downloaded heck v0.3.3 |
| 1205 | 2023-11-30T01:17:57.712Z | Downloaded want v0.3.1 |
| 1206 | 2023-11-30T01:17:57.712Z | Downloaded textwrap v0.16.0 |
| 1207 | 2023-11-30T01:17:57.718Z | Downloaded proc-macro-crate v1.3.1 |
| 1208 | 2023-11-30T01:17:57.718Z | Downloaded signal-hook v0.3.17 |
| 1209 | 2023-11-30T01:17:57.721Z | Downloaded itertools v0.12.0 |
| 1210 | 2023-11-30T01:17:57.733Z | Downloaded r2d2 v0.8.10 |
| 1211 | 2023-11-30T01:17:57.737Z | Downloaded generic-array v0.14.7 |
| 1212 | 2023-11-30T01:17:57.742Z | Downloaded deranged v0.3.8 |
| 1213 | 2023-11-30T01:17:57.742Z | Downloaded serde_path_to_error v0.1.14 |
| 1214 | 2023-11-30T01:17:57.745Z | Downloaded rustversion v1.0.14 |
| 1215 | 2023-11-30T01:17:57.748Z | Downloaded rpassword v7.3.1 |
| 1216 | 2023-11-30T01:17:57.748Z | Downloaded textwrap v0.11.0 |
| 1217 | 2023-11-30T01:17:57.752Z | Downloaded termios v0.3.3 |
| 1218 | 2023-11-30T01:17:57.756Z | Downloaded diesel_derives v2.1.2 |
| 1219 | 2023-11-30T01:17:57.761Z | Downloaded serde_yaml v0.9.25 |
| 1220 | 2023-11-30T01:17:57.764Z | Downloaded structopt-derive v0.4.18 |
| 1221 | 2023-11-30T01:17:57.769Z | Downloaded rust-argon2 v1.0.1 |
| 1222 | 2023-11-30T01:17:57.771Z | Downloaded rstest v0.18.2 |
| 1223 | 2023-11-30T01:17:57.778Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1224 | 2023-11-30T01:17:57.782Z | Downloaded futures-core v0.3.29 |
| 1225 | 2023-11-30T01:17:57.785Z | Downloaded ppv-lite86 v0.2.17 |
| 1226 | 2023-11-30T01:17:57.785Z | Downloaded signature v2.1.0 |
| 1227 | 2023-11-30T01:17:57.788Z | Downloaded signature v1.6.4 |
| 1228 | 2023-11-30T01:17:57.791Z | Downloaded pem v1.1.1 |
| 1229 | 2023-11-30T01:17:57.793Z | Downloaded serde_repr v0.1.16 |
| 1230 | 2023-11-30T01:17:57.797Z | Downloaded same-file v1.0.6 |
| 1231 | 2023-11-30T01:17:57.797Z | Downloaded itertools v0.11.0 |
| 1232 | 2023-11-30T01:17:57.809Z | Downloaded vte v0.11.1 |
| 1233 | 2023-11-30T01:17:57.812Z | Downloaded predicates v3.0.4 |
| 1234 | 2023-11-30T01:17:57.815Z | Downloaded openssl-sys v0.9.93 |
| 1235 | 2023-11-30T01:17:57.824Z | Downloaded ucd-trie v0.1.6 |
| 1236 | 2023-11-30T01:17:57.827Z | Downloaded tar v0.4.40 |
| 1237 | 2023-11-30T01:17:57.832Z | Downloaded oso v0.27.0 |
| 1238 | 2023-11-30T01:17:57.836Z | Downloaded num-traits v0.2.16 |
| 1239 | 2023-11-30T01:17:57.841Z | Downloaded mockall_derive v0.11.4 |
| 1240 | 2023-11-30T01:17:57.852Z | Downloaded darling_core v0.20.3 |
| 1241 | 2023-11-30T01:17:57.855Z | Downloaded rtoolbox v0.0.1 |
| 1242 | 2023-11-30T01:17:57.855Z | Downloaded glob v0.3.1 |
| 1243 | 2023-11-30T01:17:57.857Z | Downloaded fragile v2.0.0 |
| 1244 | 2023-11-30T01:17:57.863Z | Downloaded form_urlencoded v1.2.0 |
| 1245 | 2023-11-30T01:17:57.863Z | Downloaded partial-io v0.5.4 |
| 1246 | 2023-11-30T01:17:57.866Z | Downloaded either v1.9.0 |
| 1247 | 2023-11-30T01:17:57.866Z | Downloaded home v0.5.5 |
| 1248 | 2023-11-30T01:17:57.869Z | Downloaded unicase v2.7.0 |
| 1249 | 2023-11-30T01:17:57.869Z | Downloaded datatest-stable v0.2.3 |
| 1250 | 2023-11-30T01:17:57.872Z | Downloaded peeking_take_while v0.1.2 |
| 1251 | 2023-11-30T01:17:57.875Z | Downloaded time-core v0.1.1 |
| 1252 | 2023-11-30T01:17:57.877Z | Downloaded password-hash v0.5.0 |
| 1253 | 2023-11-30T01:17:57.880Z | Downloaded uuid v1.6.1 |
| 1254 | 2023-11-30T01:17:57.885Z | Downloaded socket2 v0.4.9 |
| 1255 | 2023-11-30T01:17:57.888Z | Downloaded backtrace v0.3.69 |
| 1256 | 2023-11-30T01:17:57.896Z | Downloaded itertools v0.10.5 |
| 1257 | 2023-11-30T01:17:57.906Z | Downloaded usdt-macro v0.3.5 |
| 1258 | 2023-11-30T01:17:57.909Z | Downloaded plotters-svg v0.3.5 |
| 1259 | 2023-11-30T01:17:57.909Z | Downloaded httparse v1.8.0 |
| 1260 | 2023-11-30T01:17:57.912Z | Downloaded path-slash v0.1.5 |
| 1261 | 2023-11-30T01:17:57.915Z | Downloaded fs-err v2.11.0 |
| 1262 | 2023-11-30T01:17:57.918Z | Downloaded ed25519 v1.5.3 |
| 1263 | 2023-11-30T01:17:57.921Z | Downloaded miniz_oxide v0.7.1 |
| 1264 | 2023-11-30T01:17:57.923Z | Downloaded smallvec v1.11.0 |
| 1265 | 2023-11-30T01:17:57.926Z | Downloaded base64 v0.21.5 |
| 1266 | 2023-11-30T01:17:57.932Z | Downloaded bitflags v2.4.0 |
| 1267 | 2023-11-30T01:17:57.937Z | Downloaded rustc_version v0.1.7 |
| 1268 | 2023-11-30T01:17:57.939Z | Downloaded humantime v2.1.0 |
| 1269 | 2023-11-30T01:17:57.943Z | Downloaded papergrid v0.10.0 |
| 1270 | 2023-11-30T01:17:57.948Z | Downloaded hostname v0.3.1 |
| 1271 | 2023-11-30T01:17:57.950Z | Downloaded structopt v0.3.26 |
| 1272 | 2023-11-30T01:17:57.962Z | Downloaded thiserror-no-std v2.0.2 |
| 1273 | 2023-11-30T01:17:57.969Z | Downloaded shell-words v1.1.0 |
| 1274 | 2023-11-30T01:17:57.972Z | Downloaded sha1 v0.10.6 |
| 1275 | 2023-11-30T01:17:57.975Z | Downloaded crossbeam-epoch v0.9.15 |
| 1276 | 2023-11-30T01:17:57.978Z | Downloaded whoami v1.4.1 |
| 1277 | 2023-11-30T01:17:57.981Z | Downloaded socket2 v0.5.5 |
| 1278 | 2023-11-30T01:17:57.983Z | Downloaded usdt v0.3.5 |
| 1279 | 2023-11-30T01:17:57.986Z | Downloaded hubpack v0.1.2 |
| 1280 | 2023-11-30T01:17:57.986Z | Downloaded dyn-clone v1.0.13 |
| 1281 | 2023-11-30T01:17:57.989Z | Downloaded usdt-impl v0.3.5 |
| 1282 | 2023-11-30T01:17:57.992Z | Downloaded http-body v0.4.5 |
| 1283 | 2023-11-30T01:17:57.995Z | Downloaded serde_derive_internals v0.26.0 |
| 1284 | 2023-11-30T01:17:57.998Z | Downloaded serde-hex v0.1.0 |
| 1285 | 2023-11-30T01:17:58.001Z | Downloaded slog-async v2.8.0 |
| 1286 | 2023-11-30T01:17:58.001Z | Downloaded wait-timeout v0.2.0 |
| 1287 | 2023-11-30T01:17:58.004Z | Downloaded httptest v0.15.5 |
| 1288 | 2023-11-30T01:17:58.007Z | Downloaded subprocess v0.2.9 |
| 1289 | 2023-11-30T01:17:58.010Z | Downloaded foreign-types-macros v0.2.3 |
| 1290 | 2023-11-30T01:17:58.012Z | Downloaded parse-display-derive v0.8.2 |
| 1291 | 2023-11-30T01:17:58.048Z | Downloaded unicode-xid v0.2.4 |
| 1292 | 2023-11-30T01:17:58.048Z | Downloaded parse-display v0.8.2 |
| 1293 | 2023-11-30T01:17:58.048Z | Downloaded crypto-bigint v0.5.2 |
| 1294 | 2023-11-30T01:17:58.060Z | Downloaded unicode-linebreak v0.1.5 |
| 1295 | 2023-11-30T01:17:58.063Z | Downloaded dashmap v5.5.1 |
| 1296 | 2023-11-30T01:17:58.068Z | Downloaded blake2 v0.10.6 |
| 1297 | 2023-11-30T01:17:58.075Z | Downloaded base64 v0.13.1 |
| 1298 | 2023-11-30T01:17:58.083Z | Downloaded tokio-native-tls v0.3.1 |
| 1299 | 2023-11-30T01:17:58.088Z | Downloaded slog-scope v4.4.0 |
| 1300 | 2023-11-30T01:17:58.091Z | Downloaded lock_api v0.4.10 |
| 1301 | 2023-11-30T01:17:58.093Z | Downloaded owo-colors v3.5.0 |
| 1302 | 2023-11-30T01:17:58.098Z | Downloaded parking_lot v0.11.2 |
| 1303 | 2023-11-30T01:17:58.103Z | Downloaded num-rational v0.4.1 |
| 1304 | 2023-11-30T01:17:58.106Z | Downloaded tinytemplate v1.2.1 |
| 1305 | 2023-11-30T01:17:58.108Z | Downloaded which v4.4.0 |
| 1306 | 2023-11-30T01:17:58.111Z | Downloaded walkdir v2.4.0 |
| 1307 | 2023-11-30T01:17:58.114Z | Downloaded cancel-safe-futures v0.1.5 |
| 1308 | 2023-11-30T01:17:58.118Z | Downloaded libefi-sys v0.1.0 |
| 1309 | 2023-11-30T01:17:58.120Z | Downloaded hyper-staticfile v0.9.5 |
| 1310 | 2023-11-30T01:17:58.123Z | Downloaded data-encoding v2.4.0 |
| 1311 | 2023-11-30T01:17:58.126Z | Downloaded stable_deref_trait v1.2.0 |
| 1312 | 2023-11-30T01:17:58.126Z | Downloaded memoffset v0.7.1 |
| 1313 | 2023-11-30T01:17:58.129Z | Downloaded approx v0.5.1 |
| 1314 | 2023-11-30T01:17:58.132Z | Downloaded packed_struct_codegen v0.10.1 |
| 1315 | 2023-11-30T01:17:58.135Z | Downloaded cassowary v0.3.0 |
| 1316 | 2023-11-30T01:17:58.136Z | Downloaded foreign-types v0.5.0 |
| 1317 | 2023-11-30T01:17:58.138Z | Downloaded cpufeatures v0.2.9 |
| 1318 | 2023-11-30T01:17:58.138Z | Downloaded hyper-tls v0.5.0 |
| 1319 | 2023-11-30T01:17:58.141Z | Downloaded synstructure v0.12.6 |
| 1320 | 2023-11-30T01:17:58.144Z | Downloaded take_mut v0.2.2 |
| 1321 | 2023-11-30T01:17:58.144Z | Downloaded md-5 v0.10.5 |
| 1322 | 2023-11-30T01:17:58.147Z | Downloaded maybe-uninit v2.0.0 |
| 1323 | 2023-11-30T01:17:58.147Z | Downloaded libsw v3.3.0 |
| 1324 | 2023-11-30T01:17:58.150Z | Downloaded nanorand v0.7.0 |
| 1325 | 2023-11-30T01:17:58.154Z | Downloaded minimal-lexical v0.2.1 |
| 1326 | 2023-11-30T01:17:58.162Z | Downloaded managed v0.8.0 |
| 1327 | 2023-11-30T01:17:58.166Z | Downloaded bzip2 v0.4.4 |
| 1328 | 2023-11-30T01:17:58.168Z | Downloaded basic-toml v0.1.4 |
| 1329 | 2023-11-30T01:17:58.184Z | Downloaded predicates v2.1.5 |
| 1330 | 2023-11-30T01:17:58.218Z | Downloaded dof v0.1.5 |
| 1331 | 2023-11-30T01:17:58.221Z | Downloaded sct v0.7.0 |
| 1332 | 2023-11-30T01:17:58.222Z | Downloaded omicron-zone-package v0.9.1 |
| 1333 | 2023-11-30T01:17:58.222Z | Downloaded num-derive v0.4.0 |
| 1334 | 2023-11-30T01:17:58.222Z | Downloaded num v0.4.1 |
| 1335 | 2023-11-30T01:17:58.222Z | Downloaded multer v2.1.0 |
| 1336 | 2023-11-30T01:17:58.222Z | Downloaded zerocopy v0.3.0 |
| 1337 | 2023-11-30T01:17:58.222Z | Downloaded universal-hash v0.5.1 |
| 1338 | 2023-11-30T01:17:58.222Z | Downloaded tokio-macros v2.2.0 |
| 1339 | 2023-11-30T01:17:58.222Z | Downloaded tiny-keccak v2.0.2 |
| 1340 | 2023-11-30T01:17:58.222Z | Downloaded secrecy v0.8.0 |
| 1341 | 2023-11-30T01:17:58.222Z | Downloaded ahash v0.8.3 |
| 1342 | 2023-11-30T01:17:58.225Z | Downloaded tabled_derive v0.6.0 |
| 1343 | 2023-11-30T01:17:58.225Z | Downloaded supports-color v2.1.0 |
| 1344 | 2023-11-30T01:17:58.228Z | Downloaded string_cache v0.8.7 |
| 1345 | 2023-11-30T01:17:58.230Z | Downloaded spin v0.5.2 |
| 1346 | 2023-11-30T01:17:58.230Z | Downloaded nu-ansi-term v0.49.0 |
| 1347 | 2023-11-30T01:17:58.234Z | Downloaded mime_guess v2.0.4 |
| 1348 | 2023-11-30T01:17:58.237Z | Downloaded olpc-cjson v0.1.3 |
| 1349 | 2023-11-30T01:17:58.240Z | Downloaded buf-list v1.0.3 |
| 1350 | 2023-11-30T01:17:58.243Z | Downloaded arc-swap v1.6.0 |
| 1351 | 2023-11-30T01:17:58.250Z | Downloaded slog-stdlog v4.1.1 |
| 1352 | 2023-11-30T01:17:58.253Z | Downloaded crc32fast v1.3.2 |
| 1353 | 2023-11-30T01:17:58.255Z | Downloaded backoff v0.4.0 |
| 1354 | 2023-11-30T01:17:58.259Z | Downloaded keccak v0.1.4 |
| 1355 | 2023-11-30T01:17:58.262Z | Downloaded iana-time-zone v0.1.57 |
| 1356 | 2023-11-30T01:17:58.265Z | Downloaded crypto-common v0.1.6 |
| 1357 | 2023-11-30T01:17:58.268Z | Downloaded crossbeam v0.8.2 |
| 1358 | 2023-11-30T01:17:58.271Z | Downloaded packed_struct v0.10.1 |
| 1359 | 2023-11-30T01:17:58.273Z | Downloaded criterion-plot v0.5.0 |
| 1360 | 2023-11-30T01:17:58.276Z | Downloaded cast v0.3.0 |
| 1361 | 2023-11-30T01:17:58.278Z | Downloaded num-integer v0.1.45 |
| 1362 | 2023-11-30T01:17:58.281Z | Downloaded subtle v2.5.0 |
| 1363 | 2023-11-30T01:17:58.281Z | Downloaded structmeta-derive v0.2.0 |
| 1364 | 2023-11-30T01:17:58.283Z | Downloaded smf v0.2.2 |
| 1365 | 2023-11-30T01:17:58.286Z | Downloaded bytecount v0.6.3 |
| 1366 | 2023-11-30T01:17:58.289Z | Downloaded blake2b_simd v1.0.1 |
| 1367 | 2023-11-30T01:17:58.289Z | Downloaded bcs v0.1.6 |
| 1368 | 2023-11-30T01:17:58.293Z | Downloaded darling_macro v0.14.4 |
| 1369 | 2023-11-30T01:17:58.295Z | Downloaded slab v0.4.9 |
| 1370 | 2023-11-30T01:17:58.298Z | Downloaded siphasher v0.3.11 |
| 1371 | 2023-11-30T01:17:58.298Z | Downloaded signal-hook-tokio v0.3.1 |
| 1372 | 2023-11-30T01:17:58.301Z | Downloaded signal-hook-registry v1.4.1 |
| 1373 | 2023-11-30T01:17:58.301Z | Downloaded ipnet v2.8.0 |
| 1374 | 2023-11-30T01:17:58.303Z | Downloaded darling v0.14.4 |
| 1375 | 2023-11-30T01:17:58.309Z | Downloaded assert_cmd v2.0.12 |
| 1376 | 2023-11-30T01:17:58.312Z | Downloaded base64ct v1.6.0 |
| 1377 | 2023-11-30T01:17:58.316Z | Downloaded argon2 v0.5.2 |
| 1378 | 2023-11-30T01:17:58.318Z | Downloaded adler v1.0.2 |
| 1379 | 2023-11-30T01:17:58.321Z | Downloaded arrayvec v0.7.4 |
| 1380 | 2023-11-30T01:17:58.324Z | Downloaded darling v0.20.3 |
| 1381 | 2023-11-30T01:17:58.329Z | Downloaded addr2line v0.21.0 |
| 1382 | 2023-11-30T01:17:58.334Z | Downloaded swrite v0.1.0 |
| 1383 | 2023-11-30T01:17:58.336Z | Downloaded oorandom v11.1.3 |
| 1384 | 2023-11-30T01:17:58.336Z | Downloaded num-iter v0.1.43 |
| 1385 | 2023-11-30T01:17:58.340Z | Downloaded nodrop v0.1.14 |
| 1386 | 2023-11-30T01:17:58.340Z | Downloaded nibble_vec v0.1.0 |
| 1387 | 2023-11-30T01:17:58.342Z | Downloaded new_debug_unreachable v1.0.4 |
| 1388 | 2023-11-30T01:17:58.345Z | Downloaded crc-catalog v2.2.0 |
| 1389 | 2023-11-30T01:17:58.345Z | Downloaded array-init v0.0.4 |
| 1390 | 2023-11-30T01:17:58.348Z | Downloaded async-recursion v1.0.5 |
| 1391 | 2023-11-30T01:17:58.351Z | Downloaded normalize-line-endings v0.3.0 |
| 1392 | 2023-11-30T01:17:58.351Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1393 | 2023-11-30T01:17:58.354Z | Downloaded openssl-probe v0.1.5 |
| 1394 | 2023-11-30T01:17:58.354Z | Downloaded newline-converter v0.3.0 |
| 1395 | 2023-11-30T01:17:58.357Z | Downloaded base16ct v0.2.0 |
| 1396 | 2023-11-30T01:17:58.360Z | Downloaded ipnetwork v0.20.0 |
| 1397 | 2023-11-30T01:17:58.360Z | Downloaded constant_time_eq v0.3.0 |
| 1398 | 2023-11-30T01:17:58.364Z | Downloaded openssl-macros v0.1.1 |
| 1399 | 2023-11-30T01:17:58.364Z | Downloaded number_prefix v0.4.0 |
| 1400 | 2023-11-30T01:17:58.367Z | Downloaded autocfg v1.1.0 |
| 1401 | 2023-11-30T01:17:58.369Z | Downloaded cipher v0.4.4 |
| 1402 | 2023-11-30T01:17:58.369Z | Downloaded block-buffer v0.10.4 |
| 1403 | 2023-11-30T01:17:58.372Z | Downloaded bit-vec v0.6.3 |
| 1404 | 2023-11-30T01:17:58.376Z | Downloaded bb8 v0.8.1 |
| 1405 | 2023-11-30T01:17:58.376Z | Downloaded atomicwrites v0.4.2 |
| 1406 | 2023-11-30T01:17:58.379Z | Downloaded atomic-waker v1.1.1 |
| 1407 | 2023-11-30T01:17:58.379Z | Downloaded ascii-canvas v3.0.0 |
| 1408 | 2023-11-30T01:17:58.382Z | Downloaded serde-big-array v0.5.1 |
| 1409 | 2023-11-30T01:17:58.384Z | Downloaded arrayref v0.3.7 |
| 1410 | 2023-11-30T01:17:58.387Z | Downloaded shlex v1.1.0 |
| 1411 | 2023-11-30T01:17:58.387Z | Downloaded crc-any v2.4.3 |
| 1412 | 2023-11-30T01:17:58.390Z | Downloaded indicatif v0.17.7 |
| 1413 | 2023-11-30T01:17:58.397Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1414 | 2023-11-30T01:17:58.400Z | Downloaded crossbeam-deque v0.8.3 |
| 1415 | 2023-11-30T01:17:58.403Z | Downloaded indexmap v1.9.3 |
| 1416 | 2023-11-30T01:17:58.407Z | Downloaded darling_core v0.14.4 |
| 1417 | 2023-11-30T01:17:58.415Z | Downloaded bytes v1.5.0 |
| 1418 | 2023-11-30T01:17:58.421Z | Downloaded clang-sys v1.6.1 |
| 1419 | 2023-11-30T01:17:58.425Z | Downloaded kstat-rs v0.2.3 |
| 1420 | 2023-11-30T01:17:58.428Z | Downloaded corncobs v0.1.3 |
| 1421 | 2023-11-30T01:17:58.432Z | Downloaded console v0.15.7 |
| 1422 | 2023-11-30T01:17:58.435Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1423 | 2023-11-30T01:17:58.440Z | Downloaded crc v3.0.1 |
| 1424 | 2023-11-30T01:17:58.443Z | Downloaded convert_case v0.4.0 |
| 1425 | 2023-11-30T01:17:58.446Z | Downloaded ciborium-ll v0.2.1 |
| 1426 | 2023-11-30T01:17:58.446Z | Downloaded chacha20 v0.9.1 |
| 1427 | 2023-11-30T01:17:58.449Z | Downloaded cfg-if v0.1.10 |
| 1428 | 2023-11-30T01:17:58.452Z | Downloaded inout v0.1.3 |
| 1429 | 2023-11-30T01:17:58.455Z | Downloaded ident_case v1.0.1 |
| 1430 | 2023-11-30T01:17:58.455Z | Downloaded hyper-rustls v0.24.2 |
| 1431 | 2023-11-30T01:17:58.459Z | Downloaded ciborium v0.2.1 |
| 1432 | 2023-11-30T01:17:58.463Z | Downloaded cfg-if v1.0.0 |
| 1433 | 2023-11-30T01:17:58.466Z | Downloaded bytesize v1.3.0 |
| 1434 | 2023-11-30T01:17:58.470Z | Downloaded cexpr v0.6.0 |
| 1435 | 2023-11-30T01:17:58.473Z | Downloaded aead v0.5.2 |
| 1436 | 2023-11-30T01:17:59.163Z | Compiling serde v1.0.192 |
| 1437 | 2023-11-30T01:17:59.163Z | Compiling autocfg v1.1.0 |
| 1438 | 2023-11-30T01:17:59.165Z | Checking cfg-if v1.0.0 |
| 1439 | 2023-11-30T01:17:59.165Z | Compiling version_check v0.9.4 |
| 1440 | 2023-11-30T01:17:59.166Z | Compiling syn v1.0.109 |
| 1441 | 2023-11-30T01:17:59.255Z | Checking libc v0.2.150 |
| 1442 | 2023-11-30T01:17:59.273Z | Compiling syn v2.0.32 |
| 1443 | 2023-11-30T01:17:59.317Z | Compiling parking_lot_core v0.9.8 |
| 1444 | 2023-11-30T01:17:59.317Z | Compiling libm v0.2.7 |
| 1445 | 2023-11-30T01:17:59.853Z | Compiling cc v1.0.83 |
| 1446 | 2023-11-30T01:18:00.089Z | Compiling futures-core v0.3.29 |
| 1447 | 2023-11-30T01:18:00.128Z | Compiling once_cell v1.18.0 |
| 1448 | 2023-11-30T01:18:00.548Z | Compiling serde_json v1.0.108 |
| 1449 | 2023-11-30T01:18:00.591Z | Compiling lock_api v0.4.10 |
| 1450 | 2023-11-30T01:18:00.607Z | Compiling num-traits v0.2.16 |
| 1451 | 2023-11-30T01:18:00.788Z | Compiling memchr v2.6.3 |
| 1452 | 2023-11-30T01:18:01.062Z | Compiling slab v0.4.9 |
| 1453 | 2023-11-30T01:18:01.121Z | Checking getrandom v0.2.10 |
| 1454 | 2023-11-30T01:18:01.197Z | Compiling futures-channel v0.3.29 |
| 1455 | 2023-11-30T01:18:01.441Z | Compiling futures-task v0.3.29 |
| 1456 | 2023-11-30T01:18:01.693Z | Compiling futures-util v0.3.29 |
| 1457 | 2023-11-30T01:18:01.733Z | Compiling typenum v1.16.0 |
| 1458 | 2023-11-30T01:18:01.964Z | Compiling generic-array v0.14.7 |
| 1459 | 2023-11-30T01:18:02.195Z | Compiling log v0.4.20 |
| 1460 | 2023-11-30T01:18:02.512Z | Checking scopeguard v1.2.0 |
| 1461 | 2023-11-30T01:18:02.682Z | Compiling pkg-config v0.3.27 |
| 1462 | 2023-11-30T01:18:03.824Z | Checking smallvec v1.11.0 |
| 1463 | 2023-11-30T01:18:03.977Z | Checking itoa v1.0.9 |
| 1464 | 2023-11-30T01:18:04.291Z | Compiling rustix v0.38.25 |
| 1465 | 2023-11-30T01:18:04.422Z | Compiling indexmap v1.9.3 |
| 1466 | 2023-11-30T01:18:04.425Z | Compiling schemars v0.8.13 |
| 1467 | 2023-11-30T01:18:04.845Z | Compiling vcpkg v0.2.15 |
| 1468 | 2023-11-30T01:18:04.951Z | Compiling fnv v1.0.7 |
| 1469 | 2023-11-30T01:18:05.017Z | Compiling httparse v1.8.0 |
| 1470 | 2023-11-30T01:18:05.491Z | Checking rand_core v0.6.4 |
| 1471 | 2023-11-30T01:18:06.988Z | Compiling ring v0.16.20 |
| 1472 | 2023-11-30T01:18:06.988Z | Compiling ring v0.17.5 |
| 1473 | 2023-11-30T01:18:07.428Z | Compiling aho-corasick v1.0.4 |
| 1474 | 2023-11-30T01:18:07.804Z | Compiling regex-syntax v0.8.2 |
| 1475 | 2023-11-30T01:18:08.545Z | Compiling openssl-sys v0.9.93 |
| 1476 | 2023-11-30T01:18:10.538Z | Compiling parking_lot v0.12.1 |
| 1477 | 2023-11-30T01:18:11.150Z | Compiling serde_derive_internals v0.26.0 |
| 1478 | 2023-11-30T01:18:12.053Z | Checking pin-project-lite v0.2.13 |
| 1479 | 2023-11-30T01:18:12.204Z | Compiling ahash v0.8.3 |
| 1480 | 2023-11-30T01:18:12.691Z | Checking spin v0.5.2 |
| 1481 | 2023-11-30T01:18:12.977Z | Compiling regex-automata v0.4.3 |
| 1482 | 2023-11-30T01:18:13.957Z | Compiling openssl v0.10.57 |
| 1483 | 2023-11-30T01:18:14.552Z | Checking signal-hook-registry v1.4.1 |
| 1484 | 2023-11-30T01:18:14.838Z | Compiling ucd-trie v0.1.6 |
| 1485 | 2023-11-30T01:18:14.935Z | Compiling rustls v0.21.9 |
| 1486 | 2023-11-30T01:18:15.315Z | Checking mio v0.8.9 |
| 1487 | 2023-11-30T01:18:15.939Z | Compiling iana-time-zone v0.1.57 |
| 1488 | 2023-11-30T01:18:15.983Z | Compiling native-tls v0.2.11 |
| 1489 | 2023-11-30T01:18:16.235Z | Compiling async-trait v0.1.74 |
| 1490 | 2023-11-30T01:18:16.307Z | Checking num_cpus v1.16.0 |
| 1491 | 2023-11-30T01:18:16.810Z | Compiling byteorder v1.5.0 |
| 1492 | 2023-11-30T01:18:17.056Z | Compiling dyn-clone v1.0.13 |
| 1493 | 2023-11-30T01:18:17.362Z | Compiling unicode-xid v0.2.4 |
| 1494 | 2023-11-30T01:18:17.606Z | Compiling backtrace v0.3.69 |
| 1495 | 2023-11-30T01:18:17.826Z | Checking socket2 v0.5.5 |
| 1496 | 2023-11-30T01:18:18.378Z | Checking ryu v1.0.15 |
| 1497 | 2023-11-30T01:18:18.604Z | Compiling futures-sink v0.3.29 |
| 1498 | 2023-11-30T01:18:18.697Z | Compiling hashbrown v0.13.2 |
| 1499 | 2023-11-30T01:18:18.714Z | Compiling errno v0.3.2 |
| 1500 | 2023-11-30T01:18:18.760Z | Compiling tinyvec_macros v0.1.1 |
| 1501 | 2023-11-30T01:18:18.807Z | Compiling crc32fast v1.3.2 |
| 1502 | 2023-11-30T01:18:18.881Z | Compiling crossbeam-utils v0.8.16 |
| 1503 | 2023-11-30T01:18:19.026Z | Compiling tinyvec v1.6.0 |
| 1504 | 2023-11-30T01:18:19.636Z | Compiling regex v1.10.2 |
| 1505 | 2023-11-30T01:18:20.305Z | Compiling pin-utils v0.1.0 |
| 1506 | 2023-11-30T01:18:20.427Z | Compiling anyhow v1.0.75 |
| 1507 | 2023-11-30T01:18:20.551Z | Compiling futures-io v0.3.29 |
| 1508 | 2023-11-30T01:18:20.653Z | Compiling spin v0.9.8 |
| 1509 | 2023-11-30T01:18:20.993Z | Compiling tracing-core v0.1.31 |
| 1510 | 2023-11-30T01:18:21.211Z | Compiling unicode-bidi v0.3.13 |
| 1511 | 2023-11-30T01:18:21.480Z | Compiling num-integer v0.1.45 |
| 1512 | 2023-11-30T01:18:21.619Z | Compiling unicode-normalization v0.1.22 |
| 1513 | 2023-11-30T01:18:22.800Z | Compiling serde_derive v1.0.192 |
| 1514 | 2023-11-30T01:18:22.822Z | Compiling thiserror-impl v1.0.49 |
| 1515 | 2023-11-30T01:18:23.342Z | Compiling zeroize_derive v1.4.2 |
| 1516 | 2023-11-30T01:18:23.511Z | Compiling tokio-macros v2.2.0 |
| 1517 | 2023-11-30T01:18:23.709Z | Compiling futures-macro v0.3.29 |
| 1518 | 2023-11-30T01:18:23.772Z | Compiling tracing-attributes v0.1.26 |
| 1519 | 2023-11-30T01:18:24.151Z | Compiling schemars_derive v0.8.13 |
| 1520 | 2023-11-30T01:18:26.052Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2023-11-30T01:18:26.279Z | Checking zeroize v1.7.0 |
| 1522 | 2023-11-30T01:18:28.466Z | Compiling thiserror v1.0.49 |
| 1523 | 2023-11-30T01:18:28.651Z | Compiling pest v2.7.2 |
| 1524 | 2023-11-30T01:18:29.191Z | Compiling synstructure v0.12.6 |
| 1525 | 2023-11-30T01:18:29.330Z | Compiling lazy_static v1.4.0 |
| 1526 | 2023-11-30T01:18:29.479Z | Compiling slog v2.7.0 |
| 1527 | 2023-11-30T01:18:29.724Z | Compiling unicode-width v0.1.11 |
| 1528 | 2023-11-30T01:18:29.967Z | Compiling base64 v0.21.5 |
| 1529 | 2023-11-30T01:18:30.266Z | Compiling tracing v0.1.37 |
| 1530 | 2023-11-30T01:18:31.032Z | Compiling openssl-probe v0.1.5 |
| 1531 | 2023-11-30T01:18:31.131Z | Compiling hashbrown v0.12.3 |
| 1532 | 2023-11-30T01:18:31.201Z | Compiling untrusted v0.9.0 |
| 1533 | 2023-11-30T01:18:31.441Z | Checking subtle v2.5.0 |
| 1534 | 2023-11-30T01:18:31.474Z | Compiling foreign-types-shared v0.1.1 |
| 1535 | 2023-11-30T01:18:31.504Z | Compiling time-core v0.1.1 |
| 1536 | 2023-11-30T01:18:31.613Z | Compiling untrusted v0.7.1 |
| 1537 | 2023-11-30T01:18:31.737Z | Compiling rustversion v1.0.14 |
| 1538 | 2023-11-30T01:18:31.900Z | Compiling percent-encoding v2.3.0 |
| 1539 | 2023-11-30T01:18:32.257Z | Compiling zerocopy-derive v0.2.0 |
| 1540 | 2023-11-30T01:18:32.465Z | Compiling time-macros v0.2.13 |
| 1541 | 2023-11-30T01:18:32.733Z | Compiling pest_meta v2.7.2 |
| 1542 | 2023-11-30T01:18:33.593Z | Compiling foreign-types v0.3.2 |
| 1543 | 2023-11-30T01:18:34.921Z | Compiling pest_generator v2.7.2 |
| 1544 | 2023-11-30T01:18:38.554Z | Compiling try-lock v0.2.4 |
| 1545 | 2023-11-30T01:18:38.624Z | Compiling rustls-webpki v0.101.7 |
| 1546 | 2023-11-30T01:18:38.749Z | Compiling want v0.3.1 |
| 1547 | 2023-11-30T01:18:39.160Z | Compiling sct v0.7.0 |
| 1548 | 2023-11-30T01:18:40.196Z | Compiling form_urlencoded v1.2.0 |
| 1549 | 2023-11-30T01:18:40.671Z | Compiling zerocopy-derive v0.6.4 |
| 1550 | 2023-11-30T01:18:41.311Z | Compiling pest_derive v2.7.2 |
| 1551 | 2023-11-30T01:18:42.101Z | Compiling socket2 v0.4.9 |
| 1552 | 2023-11-30T01:18:42.120Z | Compiling tower-service v0.3.2 |
| 1553 | 2023-11-30T01:18:42.284Z | Compiling httpdate v1.0.3 |
| 1554 | 2023-11-30T01:18:42.512Z | Compiling either v1.9.0 |
| 1555 | 2023-11-30T01:18:43.030Z | Compiling rustls-pemfile v1.0.3 |
| 1556 | 2023-11-30T01:18:43.072Z | Compiling idna v0.4.0 |
| 1557 | 2023-11-30T01:18:43.497Z | Compiling memoffset v0.9.0 |
| 1558 | 2023-11-30T01:18:43.657Z | Compiling usdt-impl v0.3.5 |
| 1559 | 2023-11-30T01:18:43.936Z | Compiling adler v1.0.2 |
| 1560 | 2023-11-30T01:18:44.270Z | Compiling miniz_oxide v0.7.1 |
| 1561 | 2023-11-30T01:18:44.455Z | Compiling rustls-native-certs v0.6.3 |
| 1562 | 2023-11-30T01:18:44.486Z | Compiling zerocopy v0.3.0 |
| 1563 | 2023-11-30T01:18:45.117Z | Compiling url v2.4.1 |
| 1564 | 2023-11-30T01:18:45.723Z | Checking crypto-common v0.1.6 |
| 1565 | 2023-11-30T01:18:45.763Z | Compiling ipnet v2.8.0 |
| 1566 | 2023-11-30T01:18:45.972Z | Compiling signal-hook v0.3.17 |
| 1567 | 2023-11-30T01:18:45.996Z | Checking bytes v1.5.0 |
| 1568 | 2023-11-30T01:18:46.361Z | Checking bitflags v2.4.0 |
| 1569 | 2023-11-30T01:18:46.844Z | Compiling dof v0.1.5 |
| 1570 | 2023-11-30T01:18:47.221Z | Checking tokio v1.34.0 |
| 1571 | 2023-11-30T01:18:47.443Z | Compiling dtrace-parser v0.1.14 |
| 1572 | 2023-11-30T01:18:47.784Z | Compiling clap_derive v4.4.2 |
| 1573 | 2023-11-30T01:18:48.483Z | Compiling indexmap v2.1.0 |
| 1574 | 2023-11-30T01:18:49.565Z | Compiling uuid v1.6.1 |
| 1575 | 2023-11-30T01:18:50.352Z | Compiling semver v1.0.20 |
| 1576 | 2023-11-30T01:18:50.468Z | Compiling chrono v0.4.31 |
| 1577 | 2023-11-30T01:18:51.423Z | Compiling http v0.2.11 |
| 1578 | 2023-11-30T01:18:52.195Z | Compiling toml_datetime v0.6.5 |
| 1579 | 2023-11-30T01:18:52.934Z | Compiling serde_spanned v0.6.4 |
| 1580 | 2023-11-30T01:18:53.279Z | Compiling rustc_version v0.4.0 |
| 1581 | 2023-11-30T01:18:53.460Z | Compiling toml_edit v0.19.15 |
| 1582 | 2023-11-30T01:18:56.420Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1583 | 2023-11-30T01:18:57.006Z | Compiling http-body v0.4.5 |
| 1584 | 2023-11-30T01:18:58.408Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2023-11-30T01:18:58.443Z | Compiling crossbeam-epoch v0.9.15 |
| 1586 | 2023-11-30T01:18:59.113Z | Compiling thread-id v4.2.0 |
| 1587 | 2023-11-30T01:18:59.208Z | Compiling encoding_rs v0.8.33 |
| 1588 | 2023-11-30T01:18:59.257Z | Compiling webpki-roots v0.25.2 |
| 1589 | 2023-11-30T01:18:59.481Z | Compiling gimli v0.28.0 |
| 1590 | 2023-11-30T01:19:00.511Z | Compiling mime v0.3.17 |
| 1591 | 2023-11-30T01:19:00.570Z | Checking const-oid v0.9.5 |
| 1592 | 2023-11-30T01:19:01.466Z | Compiling siphasher v0.3.11 |
| 1593 | 2023-11-30T01:19:03.745Z | Compiling serde_tokenstream v0.1.7 |
| 1594 | 2023-11-30T01:19:04.570Z | Compiling tokio-util v0.7.10 |
| 1595 | 2023-11-30T01:19:04.910Z | Compiling tokio-rustls v0.24.1 |
| 1596 | 2023-11-30T01:19:05.057Z | Compiling strum_macros v0.25.2 |
| 1597 | 2023-11-30T01:19:06.367Z | Compiling h2 v0.3.21 |
| 1598 | 2023-11-30T01:19:06.922Z | Compiling addr2line v0.21.0 |
| 1599 | 2023-11-30T01:19:07.001Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1600 | 2023-11-30T01:19:08.094Z | Compiling object v0.32.1 |
| 1601 | 2023-11-30T01:19:08.105Z | Compiling tokio-native-tls v0.3.1 |
| 1602 | 2023-11-30T01:19:08.217Z | Compiling num-iter v0.1.43 |
| 1603 | 2023-11-30T01:19:08.237Z | Compiling rustc-demangle v0.1.23 |
| 1604 | 2023-11-30T01:19:09.864Z | Compiling flate2 v1.0.28 |
| 1605 | 2023-11-30T01:19:09.985Z | Compiling heapless v0.7.16 |
| 1606 | 2023-11-30T01:19:10.609Z | Compiling block-buffer v0.10.4 |
| 1607 | 2023-11-30T01:19:11.021Z | Compiling ppv-lite86 v0.2.17 |
| 1608 | 2023-11-30T01:19:12.025Z | Compiling doc-comment v0.3.3 |
| 1609 | 2023-11-30T01:19:12.218Z | Compiling rand_chacha v0.3.1 |
| 1610 | 2023-11-30T01:19:12.238Z | Compiling usdt-macro v0.3.5 |
| 1611 | 2023-11-30T01:19:12.241Z | Compiling usdt-attr-macro v0.3.5 |
| 1612 | 2023-11-30T01:19:13.096Z | Compiling toml v0.7.8 |
| 1613 | 2023-11-30T01:19:14.424Z | Compiling toml_edit v0.21.0 |
| 1614 | 2023-11-30T01:19:14.651Z | Compiling digest v0.10.7 |
| 1615 | 2023-11-30T01:19:14.720Z | Compiling hex v0.4.3 |
| 1616 | 2023-11-30T01:19:15.242Z | Compiling pin-project-internal v1.1.3 |
| 1617 | 2023-11-30T01:19:15.691Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1618 | 2023-11-30T01:19:15.894Z | Compiling bit-vec v0.6.3 |
| 1619 | 2023-11-30T01:19:16.631Z | Compiling rand v0.8.5 |
| 1620 | 2023-11-30T01:19:17.095Z | Compiling phf_shared v0.10.0 |
| 1621 | 2023-11-30T01:19:17.151Z | Compiling num-bigint v0.4.4 |
| 1622 | 2023-11-30T01:19:17.709Z | Compiling hyper v0.14.27 |
| 1623 | 2023-11-30T01:19:18.850Z | Compiling smoltcp v0.9.1 |
| 1624 | 2023-11-30T01:19:18.894Z | Compiling precomputed-hash v0.1.1 |
| 1625 | 2023-11-30T01:19:19.045Z | Compiling new_debug_unreachable v1.0.4 |
| 1626 | 2023-11-30T01:19:19.174Z | Compiling fixedbitset v0.4.2 |
| 1627 | 2023-11-30T01:19:20.007Z | Compiling petgraph v0.6.4 |
| 1628 | 2023-11-30T01:19:20.280Z | Compiling string_cache v0.8.7 |
| 1629 | 2023-11-30T01:19:21.039Z | Compiling bit-set v0.5.3 |
| 1630 | 2023-11-30T01:19:21.492Z | Compiling itertools v0.10.5 |
| 1631 | 2023-11-30T01:19:22.592Z | Compiling hubpack_derive v0.1.1 |
| 1632 | 2023-11-30T01:19:23.086Z | Compiling enum-as-inner v0.5.1 |
| 1633 | 2023-11-30T01:19:24.017Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1634 | 2023-11-30T01:19:29.254Z | Compiling lalrpop-util v0.19.12 |
| 1635 | 2023-11-30T01:19:29.255Z | Compiling unicode-segmentation v1.10.1 |
| 1636 | 2023-11-30T01:19:29.255Z | Compiling diesel_derives v2.1.2 |
| 1637 | 2023-11-30T01:19:29.255Z | Compiling snafu-derive v0.7.5 |
| 1638 | 2023-11-30T01:19:29.255Z | Compiling cpufeatures v0.2.9 |
| 1639 | 2023-11-30T01:19:29.255Z | Compiling sha2 v0.10.8 |
| 1640 | 2023-11-30T01:19:29.255Z | Compiling rustix v0.37.23 |
| 1641 | 2023-11-30T01:19:29.255Z | Compiling hmac v0.12.1 |
| 1642 | 2023-11-30T01:19:29.423Z | Compiling md-5 v0.10.5 |
| 1643 | 2023-11-30T01:19:29.423Z | Compiling stringprep v0.1.3 |
| 1644 | 2023-11-30T01:19:29.423Z | Compiling serde_repr v0.1.16 |
| 1645 | 2023-11-30T01:19:29.423Z | Compiling hash32 v0.2.1 |
| 1646 | 2023-11-30T01:19:29.424Z | Checking bitflags v1.3.2 |
| 1647 | 2023-11-30T01:19:29.424Z | Compiling stable_deref_trait v1.2.0 |
| 1648 | 2023-11-30T01:19:29.424Z | Compiling hyper-rustls v0.24.2 |
| 1649 | 2023-11-30T01:19:29.424Z | Compiling hyper-tls v0.5.0 |
| 1650 | 2023-11-30T01:19:29.752Z | Compiling reqwest v0.11.22 |
| 1651 | 2023-11-30T01:19:29.959Z | Compiling fallible-iterator v0.2.0 |
| 1652 | 2023-11-30T01:19:31.073Z | Compiling postgres-protocol v0.6.6 |
| 1653 | 2023-11-30T01:19:32.506Z | Compiling terminal_size v0.2.6 |
| 1654 | 2023-11-30T01:19:32.824Z | Compiling phf_shared v0.11.2 |
| 1655 | 2023-11-30T01:19:33.392Z | Compiling block-padding v0.3.3 |
| 1656 | 2023-11-30T01:19:33.770Z | Compiling scheduled-thread-pool v0.2.7 |
| 1657 | 2023-11-30T01:19:34.182Z | Compiling matches v0.1.10 |
| 1658 | 2023-11-30T01:19:34.312Z | Compiling num_threads v0.1.6 |
| 1659 | 2023-11-30T01:19:34.471Z | Compiling regex-automata v0.1.10 |
| 1660 | 2023-11-30T01:19:34.690Z | Compiling managed v0.8.0 |
| 1661 | 2023-11-30T01:19:34.724Z | Compiling deranged v0.3.8 |
| 1662 | 2023-11-30T01:19:34.957Z | Compiling clap_builder v4.4.2 |
| 1663 | 2023-11-30T01:19:34.980Z | Compiling idna v0.2.3 |
| 1664 | 2023-11-30T01:19:35.239Z | Compiling bstr v0.2.17 |
| 1665 | 2023-11-30T01:19:35.412Z | Compiling r2d2 v0.8.10 |
| 1666 | 2023-11-30T01:19:35.968Z | Compiling signal-hook-mio v0.2.3 |
| 1667 | 2023-11-30T01:19:36.193Z | Compiling inout v0.1.3 |
| 1668 | 2023-11-30T01:19:36.606Z | Compiling phf v0.11.2 |
| 1669 | 2023-11-30T01:19:37.041Z | Compiling bzip2 v0.4.4 |
| 1670 | 2023-11-30T01:19:37.627Z | Compiling time v0.3.27 |
| 1671 | 2023-11-30T01:19:37.646Z | Compiling postgres-types v0.2.6 |
| 1672 | 2023-11-30T01:19:37.680Z | Compiling hubpack v0.1.2 |
| 1673 | 2023-11-30T01:19:38.414Z | Compiling pin-project v1.1.3 |
| 1674 | 2023-11-30T01:19:39.104Z | Compiling ipnetwork v0.20.0 |
| 1675 | 2023-11-30T01:19:39.338Z | Compiling zerocopy v0.6.4 |
| 1676 | 2023-11-30T01:19:40.216Z | Compiling itertools v0.11.0 |
| 1677 | 2023-11-30T01:19:40.522Z | Compiling futures-executor v0.3.29 |
| 1678 | 2023-11-30T01:19:41.446Z | Compiling float-cmp v0.9.0 |
| 1679 | 2023-11-30T01:19:42.469Z | Compiling difflib v0.4.0 |
| 1680 | 2023-11-30T01:19:44.434Z | Compiling predicates-core v1.0.6 |
| 1681 | 2023-11-30T01:19:44.982Z | Compiling static_assertions v1.1.0 |
| 1682 | 2023-11-30T01:19:45.021Z | Compiling regex-automata v0.3.8 |
| 1683 | 2023-11-30T01:19:45.115Z | Checking hashbrown v0.14.2 |
| 1684 | 2023-11-30T01:19:45.134Z | Compiling whoami v1.4.1 |
| 1685 | 2023-11-30T01:19:46.118Z | Compiling data-encoding v2.4.0 |
| 1686 | 2023-11-30T01:19:46.804Z | Compiling normalize-line-endings v0.3.0 |
| 1687 | 2023-11-30T01:19:46.929Z | Compiling predicates v3.0.4 |
| 1688 | 2023-11-30T01:19:46.965Z | Compiling tokio-postgres v0.7.10 |
| 1689 | 2023-11-30T01:19:49.141Z | Compiling bstr v1.6.0 |
| 1690 | 2023-11-30T01:19:49.778Z | Compiling trust-dns-proto v0.22.0 |
| 1691 | 2023-11-30T01:19:50.084Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1692 | 2023-11-30T01:19:51.686Z | Compiling yasna v0.5.2 |
| 1693 | 2023-11-30T01:19:51.755Z | Compiling diesel v2.1.4 |
| 1694 | 2023-11-30T01:19:54.971Z | Compiling clap v4.4.3 |
| 1695 | 2023-11-30T01:19:55.129Z | Compiling futures v0.3.29 |
| 1696 | 2023-11-30T01:19:55.286Z | Compiling snafu v0.7.5 |
| 1697 | 2023-11-30T01:19:55.546Z | Compiling zip v0.6.6 |
| 1698 | 2023-11-30T01:19:55.720Z | Compiling similar v2.2.1 |
| 1699 | 2023-11-30T01:19:55.853Z | Compiling cipher v0.4.4 |
| 1700 | 2023-11-30T01:19:56.641Z | Compiling crossterm v0.27.0 |
| 1701 | 2023-11-30T01:19:56.994Z | Compiling signature v2.1.0 |
| 1702 | 2023-11-30T01:19:57.228Z | Compiling usdt v0.3.5 |
| 1703 | 2023-11-30T01:19:57.629Z | Compiling tokio-stream v0.1.14 |
| 1704 | 2023-11-30T01:19:59.234Z | Compiling console v0.15.7 |
| 1705 | 2023-11-30T01:20:00.050Z | Checking equivalent v1.0.1 |
| 1706 | 2023-11-30T01:20:00.874Z | Checking unicode-ident v1.0.12 |
| 1707 | 2023-11-30T01:20:01.127Z | Checking proc-macro2 v1.0.69 |
| 1708 | 2023-11-30T01:20:02.152Z | Checking quote v1.0.33 |
| 1709 | 2023-11-30T01:20:03.823Z | Checking utf8parse v0.2.1 |
| 1710 | 2023-11-30T01:20:04.820Z | Checking anstyle v1.0.2 |
| 1711 | 2023-11-30T01:20:06.261Z | Checking io-lifetimes v1.0.11 |
| 1712 | 2023-11-30T01:20:09.034Z | Checking anstyle-parse v0.2.1 |
| 1713 | 2023-11-30T01:20:13.713Z | Checking anstyle-query v1.0.0 |
| 1714 | 2023-11-30T01:20:13.910Z | Checking colorchoice v1.0.0 |
| 1715 | 2023-11-30T01:20:14.045Z | Checking anstream v0.5.0 |
| 1716 | 2023-11-30T01:20:14.415Z | Checking strsim v0.10.0 |
| 1717 | 2023-11-30T01:20:14.419Z | Checking clap_lex v0.5.1 |
| 1718 | 2023-11-30T01:20:18.417Z | Checking winnow v0.5.15 |
| 1719 | 2023-11-30T01:20:20.105Z | Compiling serde_tokenstream v0.2.0 |
| 1720 | 2023-11-30T01:20:25.329Z | Compiling regress v0.7.1 |
| 1721 | 2023-11-30T01:20:31.239Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1722 | 2023-11-30T01:20:38.276Z | Compiling getopts v0.2.21 |
| 1723 | 2023-11-30T01:20:39.141Z | Compiling unsafe-libyaml v0.2.9 |
| 1724 | 2023-11-30T01:20:39.945Z | Checking heck v0.4.1 |
| 1725 | 2023-11-30T01:20:40.250Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1726 | 2023-11-30T01:20:41.178Z | Compiling ident_case v1.0.1 |
| 1727 | 2023-11-30T01:20:41.371Z | Compiling serde_yaml v0.9.25 |
| 1728 | 2023-11-30T01:20:41.429Z | Checking fastrand v2.0.0 |
| 1729 | 2023-11-30T01:20:41.921Z | Checking tempfile v3.8.1 |
| 1730 | 2023-11-30T01:20:42.234Z | Checking match_cfg v0.1.0 |
| 1731 | 2023-11-30T01:20:42.351Z | Checking hostname v0.3.1 |
| 1732 | 2023-11-30T01:20:42.370Z | Checking atty v0.2.14 |
| 1733 | 2023-11-30T01:20:42.435Z | Compiling paste v1.0.14 |
| 1734 | 2023-11-30T01:20:42.559Z | Checking quick-error v1.2.3 |
| 1735 | 2023-11-30T01:20:42.563Z | Checking crossbeam-channel v0.5.8 |
| 1736 | 2023-11-30T01:20:42.709Z | Checking sha1 v0.10.6 |
| 1737 | 2023-11-30T01:20:43.142Z | Checking dirs-sys-next v0.1.2 |
| 1738 | 2023-11-30T01:20:43.384Z | Checking dirs-next v2.0.0 |
| 1739 | 2023-11-30T01:20:43.566Z | Checking thread_local v1.1.7 |
| 1740 | 2023-11-30T01:20:43.681Z | Checking instant v0.1.12 |
| 1741 | 2023-11-30T01:20:43.829Z | Compiling slog-async v2.8.0 |
| 1742 | 2023-11-30T01:20:43.987Z | Checking term v0.7.0 |
| 1743 | 2023-11-30T01:20:44.633Z | Checking camino v1.1.6 |
| 1744 | 2023-11-30T01:20:44.692Z | Compiling multer v2.1.0 |
| 1745 | 2023-11-30T01:20:45.133Z | Checking take_mut v0.2.2 |
| 1746 | 2023-11-30T01:20:45.371Z | Checking slog-term v2.9.0 |
| 1747 | 2023-11-30T01:20:45.519Z | Compiling darling_core v0.20.3 |
| 1748 | 2023-11-30T01:20:45.753Z | Checking slog-json v2.6.1 |
| 1749 | 2023-11-30T01:20:46.141Z | Compiling async-stream-impl v0.3.5 |
| 1750 | 2023-11-30T01:20:46.144Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1751 | 2023-11-30T01:20:46.603Z | Checking debug-ignore v1.0.5 |
| 1752 | 2023-11-30T01:20:46.810Z | Checking atomic-waker v1.1.1 |
| 1753 | 2023-11-30T01:20:46.973Z | Checking waitgroup v0.1.2 |
| 1754 | 2023-11-30T01:20:47.243Z | Checking slog-bunyan v2.4.0 |
| 1755 | 2023-11-30T01:20:48.102Z | Checking toml v0.8.8 |
| 1756 | 2023-11-30T01:20:48.331Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1757 | 2023-11-30T01:20:48.476Z | Checking async-stream v0.3.5 |
| 1758 | 2023-11-30T01:20:48.739Z | Checking serde_path_to_error v0.1.14 |
| 1759 | 2023-11-30T01:20:48.793Z | Checking strum v0.25.0 |
| 1760 | 2023-11-30T01:20:49.010Z | Compiling structmeta-derive v0.2.0 |
| 1761 | 2023-11-30T01:20:49.315Z | Checking wait-timeout v0.2.0 |
| 1762 | 2023-11-30T01:20:49.566Z | Checking rusty-fork v0.3.0 |
| 1763 | 2023-11-30T01:20:49.740Z | Checking rand_xorshift v0.3.0 |
| 1764 | 2023-11-30T01:20:49.976Z | Checking unarray v0.1.4 |
| 1765 | 2023-11-30T01:20:49.998Z | Compiling regex-syntax v0.7.5 |
| 1766 | 2023-11-30T01:20:50.186Z | Checking proptest v1.4.0 |
| 1767 | 2023-11-30T01:20:54.000Z | Compiling structmeta v0.2.0 |
| 1768 | 2023-11-30T01:20:54.653Z | Checking backoff v0.4.0 |
| 1769 | 2023-11-30T01:20:55.112Z | Compiling test-strategy v0.3.1 |
| 1770 | 2023-11-30T01:20:55.542Z | Compiling darling_macro v0.20.3 |
| 1771 | 2023-11-30T01:20:57.169Z | Compiling darling v0.20.3 |
| 1772 | 2023-11-30T01:20:57.316Z | Compiling serde_with_macros v2.3.3 |
| 1773 | 2023-11-30T01:20:57.518Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1774 | 2023-11-30T01:20:57.730Z | Checking macaddr v1.0.1 |
| 1775 | 2023-11-30T01:20:58.250Z | Checking camino-tempfile v1.1.1 |
| 1776 | 2023-11-30T01:20:58.307Z | Checking is-terminal v0.4.9 |
| 1777 | 2023-11-30T01:20:58.469Z | Compiling proc-macro-error-attr v1.0.4 |
| 1778 | 2023-11-30T01:20:58.640Z | Compiling proc-macro-error v1.0.4 |
| 1779 | 2023-11-30T01:20:58.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1780 | 2023-11-30T01:20:59.261Z | Compiling proc-macro-crate v1.3.1 |
| 1781 | 2023-11-30T01:20:59.319Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1782 | 2023-11-30T01:21:00.528Z | Checking termtree v0.4.1 |
| 1783 | 2023-11-30T01:21:00.818Z | Checking predicates-tree v1.0.9 |
| 1784 | 2023-11-30T01:21:01.024Z | Checking base64ct v1.6.0 |
| 1785 | 2023-11-30T01:21:01.042Z | Compiling num_enum_derive v0.5.11 |
| 1786 | 2023-11-30T01:21:01.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1787 | 2023-11-30T01:21:01.534Z | Compiling parse-display-derive v0.8.2 |
| 1788 | 2023-11-30T01:21:01.723Z | Checking postcard-cobs v0.1.5-pre |
| 1789 | 2023-11-30T01:21:01.779Z | Checking serde_with v2.3.3 |
| 1790 | 2023-11-30T01:21:01.817Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1791 | 2023-11-30T01:21:01.957Z | Compiling crucible-workspace-hack v0.1.0 |
| 1792 | 2023-11-30T01:21:01.996Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1793 | 2023-11-30T01:21:02.041Z | Checking postcard v0.7.3 |
| 1794 | 2023-11-30T01:21:02.270Z | Checking smoltcp v0.8.2 |
| 1795 | 2023-11-30T01:21:02.396Z | Compiling foreign-types-macros v0.2.3 |
| 1796 | 2023-11-30T01:21:02.634Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1797 | 2023-11-30T01:21:03.160Z | Checking cfg-if v0.1.10 |
| 1798 | 2023-11-30T01:21:03.293Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1799 | 2023-11-30T01:21:03.500Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1800 | 2023-11-30T01:21:03.921Z | Checking foreign-types-shared v0.3.1 |
| 1801 | 2023-11-30T01:21:04.570Z | Checking foreign-types v0.5.0 |
| 1802 | 2023-11-30T01:21:04.709Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1803 | 2023-11-30T01:21:04.742Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1804 | 2023-11-30T01:21:05.592Z | Checking num_enum v0.5.11 |
| 1805 | 2023-11-30T01:21:05.797Z | Checking cstr-argument v0.1.2 |
| 1806 | 2023-11-30T01:21:06.018Z | Checking pretty-hex v0.2.1 |
| 1807 | 2023-11-30T01:21:06.036Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1808 | 2023-11-30T01:21:06.209Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1809 | 2023-11-30T01:21:06.232Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1810 | 2023-11-30T01:21:06.632Z | Checking colored v2.0.4 |
| 1811 | 2023-11-30T01:21:06.650Z | Compiling zone_cfg_derive v0.3.0 |
| 1812 | 2023-11-30T01:21:06.673Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1813 | 2023-11-30T01:21:07.064Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1814 | 2023-11-30T01:21:07.184Z | Checking predicates v2.1.5 |
| 1815 | 2023-11-30T01:21:07.568Z | Compiling mockall_derive v0.11.4 |
| 1816 | 2023-11-30T01:21:08.274Z | Compiling num-derive v0.4.0 |
| 1817 | 2023-11-30T01:21:09.065Z | Checking parse-display v0.8.2 |
| 1818 | 2023-11-30T01:21:09.163Z | Checking fragile v2.0.0 |
| 1819 | 2023-11-30T01:21:09.285Z | Checking downcast v0.11.0 |
| 1820 | 2023-11-30T01:21:09.378Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1821 | 2023-11-30T01:21:09.539Z | Checking zone v0.3.0 |
| 1822 | 2023-11-30T01:21:09.580Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1823 | 2023-11-30T01:21:09.919Z | Checking smf v0.2.2 |
| 1824 | 2023-11-30T01:21:10.076Z | Checking xattr v1.0.1 |
| 1825 | 2023-11-30T01:21:10.329Z | Checking filetime v0.2.22 |
| 1826 | 2023-11-30T01:21:10.612Z | Checking tar v0.4.40 |
| 1827 | 2023-11-30T01:21:10.629Z | Checking pem v3.0.2 |
| 1828 | 2023-11-30T01:21:10.695Z | Checking linked-hash-map v0.5.6 |
| 1829 | 2023-11-30T01:21:10.826Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1830 | 2023-11-30T01:21:11.002Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1831 | 2023-11-30T01:21:11.175Z | Checking lru-cache v0.1.2 |
| 1832 | 2023-11-30T01:21:11.380Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1833 | 2023-11-30T01:21:11.432Z | Checking headers-core v0.2.0 |
| 1834 | 2023-11-30T01:21:11.618Z | Checking headers v0.3.9 |
| 1835 | 2023-11-30T01:21:11.760Z | Checking password-hash v0.5.0 |
| 1836 | 2023-11-30T01:21:11.800Z | Checking blake2 v0.10.6 |
| 1837 | 2023-11-30T01:21:12.216Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1838 | 2023-11-30T01:21:12.460Z | Checking base64 v0.13.1 |
| 1839 | 2023-11-30T01:21:12.477Z | Checking argon2 v0.5.2 |
| 1840 | 2023-11-30T01:21:12.898Z | Checking rcgen v0.11.3 |
| 1841 | 2023-11-30T01:21:13.089Z | Checking pem v1.1.1 |
| 1842 | 2023-11-30T01:21:13.427Z | Checking atomicwrites v0.4.2 |
| 1843 | 2023-11-30T01:21:13.456Z | Checking subprocess v0.2.9 |
| 1844 | 2023-11-30T01:21:13.487Z | Checking arc-swap v1.6.0 |
| 1845 | 2023-11-30T01:21:13.688Z | Checking half v1.8.2 |
| 1846 | 2023-11-30T01:21:14.014Z | Checking ciborium-io v0.2.1 |
| 1847 | 2023-11-30T01:21:14.155Z | Compiling cancel-safe-futures v0.1.5 |
| 1848 | 2023-11-30T01:21:14.171Z | Checking slog-scope v4.4.0 |
| 1849 | 2023-11-30T01:21:14.209Z | Checking textwrap v0.11.0 |
| 1850 | 2023-11-30T01:21:14.288Z | Compiling heck v0.3.3 |
| 1851 | 2023-11-30T01:21:14.297Z | Checking ciborium-ll v0.2.1 |
| 1852 | 2023-11-30T01:21:14.450Z | Checking vec_map v0.8.2 |
| 1853 | 2023-11-30T01:21:14.507Z | Compiling libefi-sys v0.1.0 |
| 1854 | 2023-11-30T01:21:14.676Z | Checking ansi_term v0.12.1 |
| 1855 | 2023-11-30T01:21:14.733Z | Checking strsim v0.8.0 |
| 1856 | 2023-11-30T01:21:14.846Z | Checking ciborium v0.2.1 |
| 1857 | 2023-11-30T01:21:14.872Z | Compiling structopt-derive v0.4.18 |
| 1858 | 2023-11-30T01:21:15.002Z | Checking slog-stdlog v4.1.1 |
| 1859 | 2023-11-30T01:21:15.129Z | Checking clap v2.34.0 |
| 1860 | 2023-11-30T01:21:15.232Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1861 | 2023-11-30T01:21:15.619Z | Checking slog-envlogger v2.2.0 |
| 1862 | 2023-11-30T01:21:16.086Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1863 | 2023-11-30T01:21:16.391Z | Checking resolv-conf v0.7.0 |
| 1864 | 2023-11-30T01:21:16.521Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1865 | 2023-11-30T01:21:16.544Z | Compiling slog-dtrace v0.2.3 |
| 1866 | 2023-11-30T01:21:16.861Z | Compiling convert_case v0.4.0 |
| 1867 | 2023-11-30T01:21:16.905Z | Checking trust-dns-resolver v0.22.0 |
| 1868 | 2023-11-30T01:21:17.695Z | Checking pem-rfc7468 v0.7.0 |
| 1869 | 2023-11-30T01:21:18.107Z | Compiling der_derive v0.7.2 |
| 1870 | 2023-11-30T01:21:18.486Z | Compiling derive_more v0.99.17 |
| 1871 | 2023-11-30T01:21:19.561Z | Checking fxhash v0.2.1 |
| 1872 | 2023-11-30T01:21:19.709Z | Checking flagset v0.4.3 |
| 1873 | 2023-11-30T01:21:19.753Z | Checking termcolor v1.2.0 |
| 1874 | 2023-11-30T01:21:19.877Z | Checking structopt v0.3.26 |
| 1875 | 2023-11-30T01:21:20.004Z | Checking itertools v0.12.0 |
| 1876 | 2023-11-30T01:21:20.364Z | Compiling radium v0.7.0 |
| 1877 | 2023-11-30T01:21:20.422Z | Compiling maybe-uninit v2.0.0 |
| 1878 | 2023-11-30T01:21:20.908Z | Checking mockall v0.11.4 |
| 1879 | 2023-11-30T01:21:21.074Z | Checking tap v1.0.1 |
| 1880 | 2023-11-30T01:21:21.246Z | Compiling num-bigint-dig v0.8.4 |
| 1881 | 2023-11-30T01:21:21.310Z | Checking wyz v0.5.1 |
| 1882 | 2023-11-30T01:21:21.691Z | Checking crc-catalog v2.2.0 |
| 1883 | 2023-11-30T01:21:21.811Z | Compiling packed_struct v0.10.1 |
| 1884 | 2023-11-30T01:21:21.894Z | Checking funty v2.0.0 |
| 1885 | 2023-11-30T01:21:21.915Z | Compiling same-file v1.0.6 |
| 1886 | 2023-11-30T01:21:22.283Z | Compiling walkdir v2.4.0 |
| 1887 | 2023-11-30T01:21:22.434Z | Checking der v0.7.8 |
| 1888 | 2023-11-30T01:21:22.510Z | Checking crc v3.0.1 |
| 1889 | 2023-11-30T01:21:22.953Z | Compiling semver-parser v0.10.2 |
| 1890 | 2023-11-30T01:21:23.637Z | Compiling packed_struct_codegen v0.10.1 |
| 1891 | 2023-11-30T01:21:23.671Z | Checking bitvec v1.0.1 |
| 1892 | 2023-11-30T01:21:23.865Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1893 | 2023-11-30T01:21:24.278Z | Checking nodrop v0.1.14 |
| 1894 | 2023-11-30T01:21:25.496Z | Checking spki v0.7.2 |
| 1895 | 2023-11-30T01:21:25.925Z | Checking pkcs8 v0.10.2 |
| 1896 | 2023-11-30T01:21:26.341Z | Checking pkcs1 v0.7.5 |
| 1897 | 2023-11-30T01:21:26.672Z | Checking array-init v0.0.4 |
| 1898 | 2023-11-30T01:21:26.720Z | Compiling semver v0.11.0 |
| 1899 | 2023-11-30T01:21:26.923Z | Checking smallvec v0.6.14 |
| 1900 | 2023-11-30T01:21:28.022Z | Compiling num-rational v0.4.1 |
| 1901 | 2023-11-30T01:21:28.574Z | Compiling home v0.5.5 |
| 1902 | 2023-11-30T01:21:28.825Z | Checking bitfield v0.14.0 |
| 1903 | 2023-11-30T01:21:28.931Z | Compiling toolchain_find v0.2.0 |
| 1904 | 2023-11-30T01:21:29.605Z | Checking serde-hex v0.1.0 |
| 1905 | 2023-11-30T01:21:29.688Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1906 | 2023-11-30T01:21:29.865Z | Checking x509-cert v0.2.4 |
| 1907 | 2023-11-30T01:21:30.193Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1908 | 2023-11-30T01:21:30.549Z | Checking env_logger v0.10.0 |
| 1909 | 2023-11-30T01:21:30.624Z | Checking rsa v0.9.2 |
| 1910 | 2023-11-30T01:21:31.198Z | Checking newline-converter v0.3.0 |
| 1911 | 2023-11-30T01:21:31.407Z | Checking hkdf v0.12.3 |
| 1912 | 2023-11-30T01:21:32.068Z | Checking ron v0.8.1 |
| 1913 | 2023-11-30T01:21:32.336Z | Compiling toml v0.5.11 |
| 1914 | 2023-11-30T01:21:32.394Z | Checking crc-any v2.4.3 |
| 1915 | 2023-11-30T01:21:32.486Z | Checking expectorate v1.1.0 |
| 1916 | 2023-11-30T01:21:32.698Z | Compiling omicron-zone-package v0.9.1 |
| 1917 | 2023-11-30T01:21:32.940Z | Checking object v0.30.4 |
| 1918 | 2023-11-30T01:21:34.125Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1919 | 2023-11-30T01:21:34.477Z | Checking num-complex v0.4.4 |
| 1920 | 2023-11-30T01:21:34.847Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1921 | 2023-11-30T01:21:35.987Z | Compiling rustfmt-wrapper v0.2.0 |
| 1922 | 2023-11-30T01:21:36.522Z | Checking utf-8 v0.7.6 |
| 1923 | 2023-11-30T01:21:36.768Z | Checking path-slash v0.1.5 |
| 1924 | 2023-11-30T01:21:36.804Z | Checking keccak v0.1.4 |
| 1925 | 2023-11-30T01:21:36.973Z | Checking tungstenite v0.20.1 |
| 1926 | 2023-11-30T01:21:37.254Z | Checking sha3 v0.10.8 |
| 1927 | 2023-11-30T01:21:37.602Z | Checking num v0.4.1 |
| 1928 | 2023-11-30T01:21:37.735Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1929 | 2023-11-30T01:21:37.855Z | Checking secrecy v0.8.0 |
| 1930 | 2023-11-30T01:21:38.205Z | Compiling buf-list v1.0.3 |
| 1931 | 2023-11-30T01:21:38.421Z | Checking tokio-tungstenite v0.20.1 |
| 1932 | 2023-11-30T01:21:38.624Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1933 | 2023-11-30T01:21:39.132Z | Checking swrite v0.1.0 |
| 1934 | 2023-11-30T01:21:39.134Z | Checking glob v0.3.1 |
| 1935 | 2023-11-30T01:21:39.290Z | Compiling parking_lot_core v0.8.6 |
| 1936 | 2023-11-30T01:21:39.688Z | Checking nibble_vec v0.1.0 |
| 1937 | 2023-11-30T01:21:39.706Z | Checking endian-type v0.1.2 |
| 1938 | 2023-11-30T01:21:39.727Z | Checking libsw v3.3.0 |
| 1939 | 2023-11-30T01:21:39.945Z | Compiling derive-where v1.2.5 |
| 1940 | 2023-11-30T01:21:40.011Z | Checking radix_trie v0.2.1 |
| 1941 | 2023-11-30T01:21:40.106Z | Checking linear-map v1.2.0 |
| 1942 | 2023-11-30T01:21:40.542Z | Checking parking_lot v0.11.2 |
| 1943 | 2023-11-30T01:21:40.600Z | Checking pretty-hex v0.4.0 |
| 1944 | 2023-11-30T01:21:40.625Z | Checking trust-dns-client v0.22.0 |
| 1945 | 2023-11-30T01:21:40.847Z | Checking owo-colors v3.5.0 |
| 1946 | 2023-11-30T01:21:41.075Z | Checking sled v0.34.7 |
| 1947 | 2023-11-30T01:21:41.887Z | Compiling semver v0.1.20 |
| 1948 | 2023-11-30T01:21:42.573Z | Checking trust-dns-server v0.22.1 |
| 1949 | 2023-11-30T01:21:42.940Z | Compiling rustc_version v0.1.7 |
| 1950 | 2023-11-30T01:21:43.312Z | Checking crossbeam-deque v0.8.3 |
| 1951 | 2023-11-30T01:21:43.691Z | Compiling newtype_derive v0.1.6 |
| 1952 | 2023-11-30T01:21:43.780Z | Compiling rayon-core v1.12.0 |
| 1953 | 2023-11-30T01:21:44.208Z | Checking openapiv3 v1.0.3 |
| 1954 | 2023-11-30T01:21:44.402Z | Compiling memoffset v0.7.1 |
| 1955 | 2023-11-30T01:21:44.849Z | Compiling unicase v2.7.0 |
| 1956 | 2023-11-30T01:21:45.292Z | Compiling platforms v3.0.2 |
| 1957 | 2023-11-30T01:21:45.370Z | Checking rayon v1.8.0 |
| 1958 | 2023-11-30T01:21:45.998Z | Checking steno v0.4.0 |
| 1959 | 2023-11-30T01:21:46.002Z | Checking globset v0.4.13 |
| 1960 | 2023-11-30T01:21:46.172Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1961 | 2023-11-30T01:21:46.776Z | Checking olpc-cjson v0.1.3 |
| 1962 | 2023-11-30T01:21:46.839Z | Checking serde_plain v1.0.2 |
| 1963 | 2023-11-30T01:21:47.085Z | Compiling async-recursion v1.0.5 |
| 1964 | 2023-11-30T01:21:47.198Z | Checking typed-path v0.6.0 |
| 1965 | 2023-11-30T01:21:49.709Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
| 1966 | 2023-11-30T01:21:49.717Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1967 | 2023-11-30T01:21:50.046Z | Checking signature v1.6.4 |
| 1968 | 2023-11-30T01:21:50.158Z | Compiling salty v0.2.0 |
| 1969 | 2023-11-30T01:21:50.223Z | Checking display-error-chain v0.2.0 |
| 1970 | 2023-11-30T01:21:50.247Z | Checking ed25519 v1.5.3 |
| 1971 | 2023-11-30T01:21:50.297Z | Checking tough v0.15.0 |
| 1972 | 2023-11-30T01:21:50.471Z | Compiling curve25519-dalek v4.1.0 |
| 1973 | 2023-11-30T01:21:50.497Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1974 | 2023-11-30T01:21:51.350Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1975 | 2023-11-30T01:21:51.510Z | Checking serde-big-array v0.5.1 |
| 1976 | 2023-11-30T01:21:51.650Z | Checking ff v0.13.0 |
| 1977 | 2023-11-30T01:21:51.707Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1978 | 2023-11-30T01:21:51.936Z | Checking group v0.13.0 |
| 1979 | 2023-11-30T01:21:52.173Z | Compiling mime_guess v2.0.4 |
| 1980 | 2023-11-30T01:21:53.094Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1981 | 2023-11-30T01:21:53.715Z | Checking signal-hook-tokio v0.3.1 |
| 1982 | 2023-11-30T01:21:53.849Z | Checking serde-big-array v0.4.1 |
| 1983 | 2023-11-30T01:21:53.942Z | Checking universal-hash v0.5.1 |
| 1984 | 2023-11-30T01:21:54.070Z | Checking crypto-bigint v0.5.2 |
| 1985 | 2023-11-30T01:21:54.193Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1986 | 2023-11-30T01:21:54.342Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1987 | 2023-11-30T01:21:54.428Z | Checking opaque-debug v0.3.0 |
| 1988 | 2023-11-30T01:21:54.554Z | Checking base16ct v0.2.0 |
| 1989 | 2023-11-30T01:21:54.712Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1990 | 2023-11-30T01:21:54.788Z | Checking poly1305 v0.8.0 |
| 1991 | 2023-11-30T01:21:55.224Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1992 | 2023-11-30T01:21:55.491Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1993 | 2023-11-30T01:21:55.760Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1994 | 2023-11-30T01:21:56.039Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1995 | 2023-11-30T01:21:56.507Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1996 | 2023-11-30T01:21:56.736Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1997 | 2023-11-30T01:21:56.820Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1998 | 2023-11-30T01:21:57.504Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1999 | 2023-11-30T01:21:58.034Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2000 | 2023-11-30T01:21:59.684Z | Checking thiserror-no-std v2.0.2 |
| 2001 | 2023-11-30T01:22:00.601Z | Checking elliptic-curve v0.13.5 |
| 2002 | 2023-11-30T01:22:00.665Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2003 | 2023-11-30T01:22:01.834Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2004 | 2023-11-30T01:22:02.300Z | Checking chacha20 v0.9.1 |
| 2005 | 2023-11-30T01:22:02.325Z | Checking bcs v0.1.6 |
| 2006 | 2023-11-30T01:22:02.746Z | Checking aead v0.5.2 |
| 2007 | 2023-11-30T01:22:02.856Z | Checking kstat-rs v0.2.3 |
| 2008 | 2023-11-30T01:22:03.082Z | Checking highway v1.1.0 |
| 2009 | 2023-11-30T01:22:03.101Z | Checking corncobs v0.1.3 |
| 2010 | 2023-11-30T01:22:03.371Z | Checking chacha20poly1305 v0.10.1 |
| 2011 | 2023-11-30T01:22:03.384Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2012 | 2023-11-30T01:22:03.661Z | Checking vsss-rs v3.3.1 |
| 2013 | 2023-11-30T01:22:04.153Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2014 | 2023-11-30T01:22:04.807Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2015 | 2023-11-30T01:22:06.394Z | Compiling crunchy v0.2.2 |
| 2016 | 2023-11-30T01:22:06.716Z | Compiling portable-atomic v1.4.3 |
| 2017 | 2023-11-30T01:22:07.460Z | Compiling clang-sys v1.6.1 |
| 2018 | 2023-11-30T01:22:08.432Z | Compiling tiny-keccak v2.0.2 |
| 2019 | 2023-11-30T01:22:08.560Z | Compiling prettyplease v0.2.12 |
| 2020 | 2023-11-30T01:22:09.836Z | Compiling darling_core v0.14.4 |
| 2021 | 2023-11-30T01:22:10.273Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2022 | 2023-11-30T01:22:10.607Z | Compiling minimal-lexical v0.2.1 |
| 2023 | 2023-11-30T01:22:10.666Z | Checking assert_matches v1.5.0 |
| 2024 | 2023-11-30T01:22:10.792Z | Checking number_prefix v0.4.0 |
| 2025 | 2023-11-30T01:22:11.066Z | Checking http-range v0.1.5 |
| 2026 | 2023-11-30T01:22:11.321Z | Checking humantime v2.1.0 |
| 2027 | 2023-11-30T01:22:11.433Z | Checking hyper-staticfile v0.9.5 |
| 2028 | 2023-11-30T01:22:11.502Z | Compiling nom v7.1.3 |
| 2029 | 2023-11-30T01:22:11.753Z | Checking indicatif v0.17.7 |
| 2030 | 2023-11-30T01:22:12.054Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2031 | 2023-11-30T01:22:14.041Z | Compiling ascii-canvas v3.0.0 |
| 2032 | 2023-11-30T01:22:15.517Z | Compiling ena v0.14.2 |
| 2033 | 2023-11-30T01:22:15.741Z | Compiling libloading v0.7.4 |
| 2034 | 2023-11-30T01:22:16.163Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2035 | 2023-11-30T01:22:16.347Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2036 | 2023-11-30T01:22:18.038Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2037 | 2023-11-30T01:22:18.494Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2038 | 2023-11-30T01:22:19.130Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2039 | 2023-11-30T01:22:19.951Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2040 | 2023-11-30T01:22:20.062Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2041 | 2023-11-30T01:22:20.116Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2042 | 2023-11-30T01:22:21.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2043 | 2023-11-30T01:22:21.964Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2044 | 2023-11-30T01:22:22.688Z | Compiling darling_macro v0.14.4 |
| 2045 | 2023-11-30T01:22:23.833Z | Compiling bindgen v0.65.1 |
| 2046 | 2023-11-30T01:22:24.099Z | Compiling regex-syntax v0.6.29 |
| 2047 | 2023-11-30T01:22:24.412Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2048 | 2023-11-30T01:22:24.598Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2049 | 2023-11-30T01:22:24.852Z | Compiling diff v0.1.13 |
| 2050 | 2023-11-30T01:22:25.950Z | Compiling darling v0.14.4 |
| 2051 | 2023-11-30T01:22:26.119Z | Compiling cexpr v0.6.0 |
| 2052 | 2023-11-30T01:22:32.337Z | Compiling lalrpop v0.19.12 |
| 2053 | 2023-11-30T01:22:34.615Z | Compiling which v4.4.0 |
| 2054 | 2023-11-30T01:22:35.571Z | Compiling peeking_take_while v0.1.2 |
| 2055 | 2023-11-30T01:22:35.752Z | Compiling rustc-hash v1.1.0 |
| 2056 | 2023-11-30T01:22:35.966Z | Compiling ref-cast v1.0.20 |
| 2057 | 2023-11-30T01:22:36.568Z | Checking maplit v1.0.2 |
| 2058 | 2023-11-30T01:22:36.711Z | Compiling shlex v1.1.0 |
| 2059 | 2023-11-30T01:22:36.758Z | Compiling lazycell v1.3.0 |
| 2060 | 2023-11-30T01:22:37.238Z | Compiling derive_builder_core v0.12.0 |
| 2061 | 2023-11-30T01:22:41.377Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2062 | 2023-11-30T01:22:41.779Z | Compiling ref-cast-impl v1.0.20 |
| 2063 | 2023-11-30T01:22:41.866Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2064 | 2023-11-30T01:22:41.974Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2065 | 2023-11-30T01:22:43.119Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2066 | 2023-11-30T01:22:43.749Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2067 | 2023-11-30T01:22:44.561Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2068 | 2023-11-30T01:22:45.583Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2069 | 2023-11-30T01:22:47.180Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2070 | 2023-11-30T01:22:49.109Z | Compiling libxml v0.3.3 |
| 2071 | 2023-11-30T01:22:49.483Z | Compiling derive_builder_macro v0.12.0 |
| 2072 | 2023-11-30T01:22:49.687Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2073 | 2023-11-30T01:22:50.313Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2074 | 2023-11-30T01:22:50.815Z | Compiling strum_macros v0.24.3 |
| 2075 | 2023-11-30T01:22:51.030Z | Compiling fs-err v2.11.0 |
| 2076 | 2023-11-30T01:22:51.469Z | Compiling cookie v0.18.0 |
| 2077 | 2023-11-30T01:22:51.905Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2078 | 2023-11-30T01:22:52.355Z | Compiling indoc v1.0.9 |
| 2079 | 2023-11-30T01:22:53.663Z | Checking derive_builder v0.12.0 |
| 2080 | 2023-11-30T01:22:54.087Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2081 | 2023-11-30T01:22:56.645Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2082 | 2023-11-30T01:22:56.663Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2083 | 2023-11-30T01:22:56.913Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2084 | 2023-11-30T01:22:57.360Z | Checking bb8 v0.8.1 |
| 2085 | 2023-11-30T01:22:57.402Z | Checking quick-xml v0.23.1 |
| 2086 | 2023-11-30T01:22:57.536Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2087 | 2023-11-30T01:22:58.097Z | Compiling oso-derive v0.27.0 |
| 2088 | 2023-11-30T01:22:59.035Z | Checking unicode-linebreak v0.1.5 |
| 2089 | 2023-11-30T01:22:59.338Z | Checking smawk v0.3.1 |
| 2090 | 2023-11-30T01:22:59.633Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2091 | 2023-11-30T01:22:59.727Z | Checking textwrap v0.16.0 |
| 2092 | 2023-11-30T01:23:00.436Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2093 | 2023-11-30T01:23:00.877Z | Checking bytesize v1.3.0 |
| 2094 | 2023-11-30T01:23:00.989Z | Checking is_ci v1.1.1 |
| 2095 | 2023-11-30T01:23:01.181Z | Checking supports-color v2.1.0 |
| 2096 | 2023-11-30T01:23:01.250Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2097 | 2023-11-30T01:23:01.320Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2098 | 2023-11-30T01:23:01.459Z | Checking cassowary v0.3.0 |
| 2099 | 2023-11-30T01:23:01.830Z | Compiling indoc v2.0.3 |
| 2100 | 2023-11-30T01:23:02.523Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2101 | 2023-11-30T01:23:02.599Z | Checking rtoolbox v0.0.1 |
| 2102 | 2023-11-30T01:23:02.899Z | Checking rpassword v7.3.1 |
| 2103 | 2023-11-30T01:23:03.032Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2104 | 2023-11-30T01:23:03.085Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2105 | 2023-11-30T01:23:03.631Z | Checking ratatui v0.23.0 |
| 2106 | 2023-11-30T01:23:04.391Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2107 | 2023-11-30T01:23:04.819Z | Checking shell-words v1.1.0 |
| 2108 | 2023-11-30T01:23:05.095Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2109 | 2023-11-30T01:23:05.992Z | Checking fatfs v0.3.6 |
| 2110 | 2023-11-30T01:23:07.566Z | Checking tui-tree-widget v0.13.0 |
| 2111 | 2023-11-30T01:23:07.635Z | Checking yansi v0.5.1 |
| 2112 | 2023-11-30T01:23:07.693Z | Checking plotters-backend v0.3.5 |
| 2113 | 2023-11-30T01:23:07.955Z | Checking rand v0.4.6 |
| 2114 | 2023-11-30T01:23:08.073Z | Checking pretty_assertions v1.4.0 |
| 2115 | 2023-11-30T01:23:08.281Z | Checking plotters-svg v0.3.5 |
| 2116 | 2023-11-30T01:23:08.352Z | Compiling vte_generate_state_changes v0.1.1 |
| 2117 | 2023-11-30T01:23:08.583Z | Checking remove_dir_all v0.5.3 |
| 2118 | 2023-11-30T01:23:08.718Z | Checking cast v0.3.0 |
| 2119 | 2023-11-30T01:23:09.228Z | Checking criterion-plot v0.5.0 |
| 2120 | 2023-11-30T01:23:09.371Z | Checking vte v0.11.1 |
| 2121 | 2023-11-30T01:23:09.494Z | Checking tempdir v0.3.7 |
| 2122 | 2023-11-30T01:23:09.729Z | Checking plotters v0.3.5 |
| 2123 | 2023-11-30T01:23:09.759Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2124 | 2023-11-30T01:23:11.713Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2125 | 2023-11-30T01:23:12.632Z | Checking tinytemplate v1.2.1 |
| 2126 | 2023-11-30T01:23:13.057Z | Checking oorandom v11.1.3 |
| 2127 | 2023-11-30T01:23:13.252Z | Checking anes v0.1.6 |
| 2128 | 2023-11-30T01:23:13.284Z | Checking strip-ansi-escapes v0.2.0 |
| 2129 | 2023-11-30T01:23:13.481Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2130 | 2023-11-30T01:23:13.797Z | Checking criterion v0.5.1 |
| 2131 | 2023-11-30T01:23:15.260Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2132 | 2023-11-30T01:23:17.086Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2133 | 2023-11-30T01:23:18.439Z | Checking assert_cmd v2.0.12 |
| 2134 | 2023-11-30T01:23:19.143Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2135 | 2023-11-30T01:23:21.289Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2136 | 2023-11-30T01:23:21.580Z | Checking fd-lock v3.0.13 |
| 2137 | 2023-11-30T01:23:21.842Z | Checking dashmap v5.5.1 |
| 2138 | 2023-11-30T01:23:22.837Z | Compiling serial_test_derive v0.10.0 |
| 2139 | 2023-11-30T01:23:23.249Z | Checking nu-ansi-term v0.49.0 |
| 2140 | 2023-11-30T01:23:23.884Z | Checking reedline v0.26.0 |
| 2141 | 2023-11-30T01:23:24.722Z | Checking serial_test v0.10.0 |
| 2142 | 2023-11-30T01:23:26.836Z | Checking threadpool v1.8.1 |
| 2143 | 2023-11-30T01:23:27.105Z | Checking nanorand v0.7.0 |
| 2144 | 2023-11-30T01:23:27.128Z | Checking topological-sort v0.2.2 |
| 2145 | 2023-11-30T01:23:27.445Z | Checking libtest-mimic v0.6.1 |
| 2146 | 2023-11-30T01:23:27.676Z | Checking flume v0.11.0 |
| 2147 | 2023-11-30T01:23:28.118Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2148 | 2023-11-30T01:23:28.448Z | Checking httptest v0.15.5 |
| 2149 | 2023-11-30T01:23:29.604Z | Checking similar-asserts v1.5.0 |
| 2150 | 2023-11-30T01:23:29.952Z | Compiling rstest_macros v0.18.2 |
| 2151 | 2023-11-30T01:23:30.748Z | Compiling crossbeam-queue v0.3.8 |
| 2152 | 2023-11-30T01:23:31.535Z | Checking bytecount v0.6.3 |
| 2153 | 2023-11-30T01:23:31.589Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2154 | 2023-11-30T01:23:31.741Z | Checking papergrid v0.10.0 |
| 2155 | 2023-11-30T01:23:33.360Z | Checking datatest-stable v0.2.3 |
| 2156 | 2023-11-30T01:23:33.425Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2157 | 2023-11-30T01:23:33.675Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2158 | 2023-11-30T01:23:33.847Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2159 | 2023-11-30T01:23:34.118Z | Compiling tabled_derive v0.6.0 |
| 2160 | 2023-11-30T01:23:34.866Z | Checking constant_time_eq v0.2.6 |
| 2161 | 2023-11-30T01:23:35.035Z | Compiling relative-path v1.9.0 |
| 2162 | 2023-11-30T01:23:35.693Z | Compiling trybuild v1.0.85 |
| 2163 | 2023-11-30T01:23:36.221Z | Checking arrayvec v0.7.4 |
| 2164 | 2023-11-30T01:23:36.353Z | Checking arrayref v0.3.7 |
| 2165 | 2023-11-30T01:23:36.802Z | Checking blake2b_simd v1.0.1 |
| 2166 | 2023-11-30T01:23:38.592Z | Checking tabled v0.14.0 |
| 2167 | 2023-11-30T01:23:39.144Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2168 | 2023-11-30T01:23:42.919Z | Checking basic-toml v0.1.4 |
| 2169 | 2023-11-30T01:23:44.527Z | Checking constant_time_eq v0.3.0 |
| 2170 | 2023-11-30T01:23:44.703Z | Checking futures-timer v3.0.2 |
| 2171 | 2023-11-30T01:23:45.162Z | Checking rust-argon2 v1.0.1 |
| 2172 | 2023-11-30T01:23:48.284Z | Checking crossbeam v0.8.2 |
| 2173 | 2023-11-30T01:23:48.430Z | Checking partial-io v0.5.4 |
| 2174 | 2023-11-30T01:23:48.993Z | Checking approx v0.5.1 |
| 2175 | 2023-11-30T01:23:49.326Z | Checking termios v0.3.3 |
| 2176 | 2023-11-30T01:23:49.612Z | Checking hex-literal v0.4.1 |
| 2177 | 2023-11-30T01:23:52.291Z | Checking rstest v0.18.2 |
| 2178 | 2023-11-30T01:23:58.916Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2179 | 2023-11-30T01:23:59.638Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2180 | 2023-11-30T01:24:59.841Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2181 | 2023-11-30T01:25:00.840Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2182 | 2023-11-30T01:25:01.911Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2183 | 2023-11-30T01:25:17.385Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2184 | 2023-11-30T01:25:41.519Z | Compiling polar-core v0.27.0 |
| 2185 | 2023-11-30T01:25:52.430Z | Checking oso v0.27.0 |
| 2186 | 2023-11-30T01:26:29.376Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2187 | 2023-11-30T01:27:53.523Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 59s |
| 2188 | 2023-11-30T01:27:53.736Z | |
| 2189 | 2023-11-30T01:27:53.736Z | real 11:00.970392097 |
| 2190 | 2023-11-30T01:27:53.736Z | user 59:31.100994269 |
| 2191 | 2023-11-30T01:27:53.738Z | sys 7:42.165077582 |
| 2192 | 2023-11-30T01:27:53.738Z | trap 2.116046353 |
| 2193 | 2023-11-30T01:27:53.738Z | tflt 5.446483451 |
| 2194 | 2023-11-30T01:27:53.738Z | dflt 8.598480567 |
| 2195 | 2023-11-30T01:27:53.738Z | kflt 0.029639391 |
| 2196 | 2023-11-30T01:27:53.738Z | lock 1:34:40.558017913 |
| 2197 | 2023-11-30T01:27:53.738Z | slp 2:57:38.274885218 |
| 2198 | 2023-11-30T01:27:53.738Z | lat 2:06.438259891 |
| 2199 | 2023-11-30T01:27:53.738Z | stop 4:27.229001941 |
| 2200 | 2023-11-30T01:27:54.901Z | warning: output filename collision. |
| 2201 | 2023-11-30T01:27:54.901Z | 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)`. |
| 2202 | 2023-11-30T01:27:54.901Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2203 | 2023-11-30T01:27:54.901Z | The targets should have unique names. |
| 2204 | 2023-11-30T01:27:54.901Z | This is a known bug where multiple crates with the same name use |
| 2205 | 2023-11-30T01:27:54.901Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2206 | 2023-11-30T01:27:54.904Z | warning: output filename collision. |
| 2207 | 2023-11-30T01:27:54.904Z | 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)`. |
| 2208 | 2023-11-30T01:27:54.904Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2209 | 2023-11-30T01:27:54.904Z | The targets should have unique names. |
| 2210 | 2023-11-30T01:27:54.904Z | This is a known bug where multiple crates with the same name use |
| 2211 | 2023-11-30T01:27:54.904Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2212 | 2023-11-30T01:27:54.906Z | warning: output filename collision. |
| 2213 | 2023-11-30T01:27:54.906Z | 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)`. |
| 2214 | 2023-11-30T01:27:54.906Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2215 | 2023-11-30T01:27:54.906Z | The targets should have unique names. |
| 2216 | 2023-11-30T01:27:54.906Z | This is a known bug where multiple crates with the same name use |
| 2217 | 2023-11-30T01:27:54.906Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2218 | 2023-11-30T01:27:55.463Z | Documenting libc v0.2.150 |
| 2219 | 2023-11-30T01:27:55.480Z | Documenting cfg-if v1.0.0 |
| 2220 | 2023-11-30T01:27:55.490Z | Documenting serde_derive v1.0.192 |
| 2221 | 2023-11-30T01:27:55.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2222 | 2023-11-30T01:27:55.520Z | Documenting log v0.4.20 |
| 2223 | 2023-11-30T01:27:55.520Z | Documenting scopeguard v1.2.0 |
| 2224 | 2023-11-30T01:27:55.547Z | Documenting smallvec v1.11.0 |
| 2225 | 2023-11-30T01:27:55.547Z | Documenting itoa v1.0.9 |
| 2226 | 2023-11-30T01:27:55.936Z | Documenting memchr v2.6.3 |
| 2227 | 2023-11-30T01:27:59.523Z | Documenting zeroize_derive v1.4.2 |
| 2228 | 2023-11-30T01:27:59.537Z | Documenting lock_api v0.4.10 |
| 2229 | 2023-11-30T01:27:59.540Z | Documenting pin-project-lite v0.2.13 |
| 2230 | 2023-11-30T01:27:59.958Z | Documenting libm v0.2.7 |
| 2231 | 2023-11-30T01:28:01.550Z | Documenting futures-core v0.3.29 |
| 2232 | 2023-11-30T01:28:01.780Z | Documenting getrandom v0.2.10 |
| 2233 | 2023-11-30T01:28:02.785Z | Documenting parking_lot_core v0.9.8 |
| 2234 | 2023-11-30T01:28:03.762Z | Documenting signal-hook-registry v1.4.1 |
| 2235 | 2023-11-30T01:28:04.133Z | Documenting mio v0.8.9 |
| 2236 | 2023-11-30T01:28:05.016Z | Documenting serde v1.0.192 |
| 2237 | 2023-11-30T01:28:05.039Z | Documenting num-traits v0.2.16 |
| 2238 | 2023-11-30T01:28:06.967Z | Documenting thiserror-impl v1.0.49 |
| 2239 | 2023-11-30T01:28:07.101Z | Documenting zeroize v1.7.0 |
| 2240 | 2023-11-30T01:28:07.482Z | Documenting rand_core v0.6.4 |
| 2241 | 2023-11-30T01:28:08.512Z | Documenting parking_lot v0.12.1 |
| 2242 | 2023-11-30T01:28:09.850Z | Documenting num_cpus v1.16.0 |
| 2243 | 2023-11-30T01:28:10.171Z | Documenting socket2 v0.5.5 |
| 2244 | 2023-11-30T01:28:12.080Z | Documenting tokio-macros v2.2.0 |
| 2245 | 2023-11-30T01:28:12.920Z | Documenting typenum v1.16.0 |
| 2246 | 2023-11-30T01:28:13.013Z | Documenting once_cell v1.18.0 |
| 2247 | 2023-11-30T01:28:14.010Z | Documenting thiserror v1.0.49 |
| 2248 | 2023-11-30T01:28:14.101Z | Documenting subtle v2.5.0 |
| 2249 | 2023-11-30T01:28:15.801Z | Documenting ryu v1.0.15 |
| 2250 | 2023-11-30T01:28:16.022Z | Documenting byteorder v1.5.0 |
| 2251 | 2023-11-30T01:28:18.597Z | Documenting futures-sink v0.3.29 |
| 2252 | 2023-11-30T01:28:18.871Z | Documenting const-oid v0.9.5 |
| 2253 | 2023-11-30T01:28:19.234Z | Documenting pin-utils v0.1.0 |
| 2254 | 2023-11-30T01:28:19.777Z | Documenting futures-task v0.3.29 |
| 2255 | 2023-11-30T01:28:19.796Z | Documenting slab v0.4.9 |
| 2256 | 2023-11-30T01:28:21.908Z | Documenting futures-macro v0.3.29 |
| 2257 | 2023-11-30T01:28:23.959Z | Documenting futures-channel v0.3.29 |
| 2258 | 2023-11-30T01:28:25.387Z | Documenting futures-io v0.3.29 |
| 2259 | 2023-11-30T01:28:26.025Z | Documenting iana-time-zone v0.1.57 |
| 2260 | 2023-11-30T01:28:27.117Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2261 | 2023-11-30T01:28:28.105Z | Documenting tinyvec_macros v0.1.1 |
| 2262 | 2023-11-30T01:28:28.404Z | Documenting ppv-lite86 v0.2.17 |
| 2263 | 2023-11-30T01:28:29.369Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2264 | 2023-11-30T01:28:30.164Z | Documenting tracing-core v0.1.31 |
| 2265 | 2023-11-30T01:28:31.360Z | Documenting futures-util v0.3.29 |
| 2266 | 2023-11-30T01:28:31.974Z | Documenting tracing-attributes v0.1.26 |
| 2267 | 2023-11-30T01:28:32.386Z | Documenting tinyvec v1.6.0 |
| 2268 | 2023-11-30T01:28:33.366Z | Documenting rand_chacha v0.3.1 |
| 2269 | 2023-11-30T01:28:38.035Z | Documenting unicode-normalization v0.1.22 |
| 2270 | 2023-11-30T01:28:40.096Z | Documenting rand v0.8.5 |
| 2271 | 2023-11-30T01:28:40.449Z | Documenting bytes v1.5.0 |
| 2272 | 2023-11-30T01:28:41.874Z | Documenting bitflags v2.4.0 |
| 2273 | 2023-11-30T01:28:43.530Z | Documenting serde_json v1.0.108 |
| 2274 | 2023-11-30T01:28:44.559Z | Documenting chrono v0.4.31 |
| 2275 | 2023-11-30T01:28:46.453Z | Documenting uuid v1.6.1 |
| 2276 | 2023-11-30T01:28:47.715Z | Documenting tokio v1.34.0 |
| 2277 | 2023-11-30T01:28:47.903Z | Documenting fnv v1.0.7 |
| 2278 | 2023-11-30T01:28:48.019Z | Documenting base64 v0.21.5 |
| 2279 | 2023-11-30T01:28:51.573Z | Documenting lazy_static v1.4.0 |
| 2280 | 2023-11-30T01:28:53.393Z | Documenting unicode-bidi v0.3.13 |
| 2281 | 2023-11-30T01:28:53.780Z | Documenting percent-encoding v2.3.0 |
| 2282 | 2023-11-30T01:28:53.814Z | Documenting http v0.2.11 |
| 2283 | 2023-11-30T01:28:54.198Z | Documenting spin v0.9.8 |
| 2284 | 2023-11-30T01:28:56.040Z | Documenting cpufeatures v0.2.9 |
| 2285 | 2023-11-30T01:28:57.568Z | Documenting generic-array v0.14.7 |
| 2286 | 2023-11-30T01:28:58.781Z | Documenting serde_derive_internals v0.26.0 |
| 2287 | 2023-11-30T01:28:59.744Z | Documenting form_urlencoded v1.2.0 |
| 2288 | 2023-11-30T01:28:59.949Z | Checking serde_derive_internals v0.26.0 |
| 2289 | 2023-11-30T01:29:00.225Z | Documenting dyn-clone v1.0.13 |
| 2290 | 2023-11-30T01:29:00.375Z | Documenting tracing v0.1.37 |
| 2291 | 2023-11-30T01:29:00.851Z | Documenting idna v0.4.0 |
| 2292 | 2023-11-30T01:29:02.428Z | Documenting errno v0.3.2 |
| 2293 | 2023-11-30T01:29:04.454Z | Documenting crypto-common v0.1.6 |
| 2294 | 2023-11-30T01:29:04.598Z | Documenting block-buffer v0.10.4 |
| 2295 | 2023-11-30T01:29:05.663Z | Documenting httparse v1.8.0 |
| 2296 | 2023-11-30T01:29:05.702Z | Documenting unicode-ident v1.0.12 |
| 2297 | 2023-11-30T01:29:06.624Z | Documenting schemars_derive v0.8.13 |
| 2298 | 2023-11-30T01:29:06.983Z | Documenting url v2.4.1 |
| 2299 | 2023-11-30T01:29:08.882Z | Documenting rustix v0.38.25 |
| 2300 | 2023-11-30T01:29:09.807Z | Documenting adler v1.0.2 |
| 2301 | 2023-11-30T01:29:10.460Z | Documenting proc-macro2 v1.0.69 |
| 2302 | 2023-11-30T01:29:11.325Z | Documenting digest v0.10.7 |
| 2303 | 2023-11-30T01:29:11.787Z | Documenting untrusted v0.9.0 |
| 2304 | 2023-11-30T01:29:13.277Z | Documenting try-lock v0.2.4 |
| 2305 | 2023-11-30T01:29:13.814Z | Documenting miniz_oxide v0.7.1 |
| 2306 | 2023-11-30T01:29:15.509Z | Documenting schemars v0.8.13 |
| 2307 | 2023-11-30T01:29:15.810Z | Documenting openssl-probe v0.1.5 |
| 2308 | 2023-11-30T01:29:16.313Z | Documenting quote v1.0.33 |
| 2309 | 2023-11-30T01:29:17.409Z | Documenting httpdate v1.0.3 |
| 2310 | 2023-11-30T01:29:19.022Z | Documenting want v0.3.1 |
| 2311 | 2023-11-30T01:29:19.054Z | Documenting ring v0.17.5 |
| 2312 | 2023-11-30T01:29:21.132Z | Documenting http-body v0.4.5 |
| 2313 | 2023-11-30T01:29:21.621Z | Documenting openssl-sys v0.9.93 |
| 2314 | 2023-11-30T01:29:22.499Z | Documenting async-trait v0.1.74 |
| 2315 | 2023-11-30T01:29:23.199Z | Documenting openssl-macros v0.1.1 |
| 2316 | 2023-11-30T01:29:24.652Z | Documenting mime v0.3.17 |
| 2317 | 2023-11-30T01:29:25.386Z | Documenting tower-service v0.3.2 |
| 2318 | 2023-11-30T01:29:27.305Z | Documenting rustls-webpki v0.101.7 |
| 2319 | 2023-11-30T01:29:27.564Z | Documenting aho-corasick v1.0.4 |
| 2320 | 2023-11-30T01:29:29.571Z | Documenting sct v0.7.0 |
| 2321 | 2023-11-30T01:29:29.610Z | Documenting tokio-util v0.7.10 |
| 2322 | 2023-11-30T01:29:29.668Z | Documenting slog v2.7.0 |
| 2323 | 2023-11-30T01:29:30.718Z | Documenting regex-syntax v0.8.2 |
| 2324 | 2023-11-30T01:29:30.992Z | Documenting equivalent v1.0.1 |
| 2325 | 2023-11-30T01:29:32.726Z | Documenting openssl v0.10.57 |
| 2326 | 2023-11-30T01:29:34.013Z | Documenting ipnet v2.8.0 |
| 2327 | 2023-11-30T01:29:35.369Z | Documenting hashbrown v0.14.2 |
| 2328 | 2023-11-30T01:29:35.464Z | Documenting unicode-width v0.1.11 |
| 2329 | 2023-11-30T01:29:35.706Z | Documenting rustls v0.21.9 |
| 2330 | 2023-11-30T01:29:36.377Z | Documenting rustls-pemfile v1.0.3 |
| 2331 | 2023-11-30T01:29:39.498Z | Documenting num-integer v0.1.45 |
| 2332 | 2023-11-30T01:29:39.656Z | Documenting h2 v0.3.21 |
| 2333 | 2023-11-30T01:29:40.295Z | Documenting time-macros v0.2.13 |
| 2334 | 2023-11-30T01:29:41.667Z | Documenting regex-automata v0.4.3 |
| 2335 | 2023-11-30T01:29:41.725Z | Documenting indexmap v2.1.0 |
| 2336 | 2023-11-30T01:29:41.838Z | Documenting deranged v0.3.8 |
| 2337 | 2023-11-30T01:29:45.313Z | Documenting time-core v0.1.1 |
| 2338 | 2023-11-30T01:29:45.782Z | Documenting gimli v0.28.0 |
| 2339 | 2023-11-30T01:29:47.624Z | Documenting num_threads v0.1.6 |
| 2340 | 2023-11-30T01:29:48.350Z | Documenting utf8parse v0.2.1 |
| 2341 | 2023-11-30T01:29:48.446Z | Documenting tokio-rustls v0.24.1 |
| 2342 | 2023-11-30T01:29:48.645Z | Documenting native-tls v0.2.11 |
| 2343 | 2023-11-30T01:29:49.539Z | Documenting zerocopy v0.6.4 |
| 2344 | 2023-11-30T01:29:52.365Z | Documenting object v0.32.1 |
| 2345 | 2023-11-30T01:29:52.887Z | Documenting time v0.3.27 |
| 2346 | 2023-11-30T01:29:54.539Z | Documenting regex v1.10.2 |
| 2347 | 2023-11-30T01:29:54.780Z | Documenting hyper v0.14.27 |
| 2348 | 2023-11-30T01:29:55.247Z | Documenting addr2line v0.21.0 |
| 2349 | 2023-11-30T01:29:56.388Z | Documenting encoding_rs v0.8.33 |
| 2350 | 2023-11-30T01:29:56.725Z | Documenting crossbeam-utils v0.8.16 |
| 2351 | 2023-11-30T01:29:57.530Z | Checking pest_meta v2.7.2 |
| 2352 | 2023-11-30T01:29:59.122Z | Documenting rustc-demangle v0.1.23 |
| 2353 | 2023-11-30T01:30:00.789Z | Documenting tokio-native-tls v0.3.1 |
| 2354 | 2023-11-30T01:30:01.267Z | Documenting rustls-native-certs v0.6.3 |
| 2355 | 2023-11-30T01:30:02.902Z | Documenting serde_urlencoded v0.7.1 |
| 2356 | 2023-11-30T01:30:02.906Z | Documenting pest_meta v2.7.2 |
| 2357 | 2023-11-30T01:30:03.425Z | Checking pest_generator v2.7.2 |
| 2358 | 2023-11-30T01:30:03.491Z | Documenting data-encoding v2.4.0 |
| 2359 | 2023-11-30T01:30:04.648Z | Documenting anstyle v1.0.2 |
| 2360 | 2023-11-30T01:30:06.705Z | Documenting ucd-trie v0.1.6 |
| 2361 | 2023-11-30T01:30:08.863Z | Documenting pest_generator v2.7.2 |
| 2362 | 2023-11-30T01:30:09.238Z | Documenting webpki-roots v0.25.2 |
| 2363 | 2023-11-30T01:30:09.924Z | Documenting anstyle-parse v0.2.1 |
| 2364 | 2023-11-30T01:30:10.113Z | Documenting ipnetwork v0.20.0 |
| 2365 | 2023-11-30T01:30:10.550Z | Documenting syn v2.0.32 |
| 2366 | 2023-11-30T01:30:11.565Z | Documenting backtrace v0.3.69 |
| 2367 | 2023-11-30T01:30:13.030Z | Documenting pest v2.7.2 |
| 2368 | 2023-11-30T01:30:13.568Z | Documenting hyper-rustls v0.24.2 |
| 2369 | 2023-11-30T01:30:14.652Z | Documenting hyper-tls v0.5.0 |
| 2370 | 2023-11-30T01:30:14.823Z | Documenting sha2 v0.10.8 |
| 2371 | 2023-11-30T01:30:16.794Z | Documenting pest_derive v2.7.2 |
| 2372 | 2023-11-30T01:30:18.475Z | Documenting futures-executor v0.3.29 |
| 2373 | 2023-11-30T01:30:20.052Z | Documenting anyhow v1.0.75 |
| 2374 | 2023-11-30T01:30:21.183Z | Documenting hex v0.4.3 |
| 2375 | 2023-11-30T01:30:22.170Z | Documenting crc32fast v1.3.2 |
| 2376 | 2023-11-30T01:30:23.963Z | Checking serde_tokenstream v0.1.7 |
| 2377 | 2023-11-30T01:30:24.134Z | Documenting colorchoice v1.0.0 |
| 2378 | 2023-11-30T01:30:24.534Z | Documenting anstyle-query v1.0.0 |
| 2379 | 2023-11-30T01:30:24.778Z | Documenting reqwest v0.11.22 |
| 2380 | 2023-11-30T01:30:25.333Z | Documenting dtrace-parser v0.1.14 |
| 2381 | 2023-11-30T01:30:27.220Z | Documenting openapiv3 v2.0.0-rc.1 |
| 2382 | 2023-11-30T01:30:27.635Z | Documenting num-iter v0.1.43 |
| 2383 | 2023-11-30T01:30:27.888Z | Documenting hmac v0.12.1 |
| 2384 | 2023-11-30T01:30:28.208Z | Documenting dof v0.1.5 |
| 2385 | 2023-11-30T01:30:29.757Z | Documenting anstream v0.5.0 |
| 2386 | 2023-11-30T01:30:30.949Z | Documenting signal-hook v0.3.17 |
| 2387 | 2023-11-30T01:30:33.754Z | Documenting thread-id v4.2.0 |
| 2388 | 2023-11-30T01:30:34.846Z | Documenting terminal_size v0.2.6 |
| 2389 | 2023-11-30T01:30:35.177Z | Documenting memoffset v0.9.0 |
| 2390 | 2023-11-30T01:30:35.466Z | Documenting clap_lex v0.5.1 |
| 2391 | 2023-11-30T01:30:36.843Z | Documenting strsim v0.10.0 |
| 2392 | 2023-11-30T01:30:37.568Z | Documenting flate2 v1.0.28 |
| 2393 | 2023-11-30T01:30:39.159Z | Documenting futures v0.3.29 |
| 2394 | 2023-11-30T01:30:39.398Z | Documenting crossbeam-epoch v0.9.15 |
| 2395 | 2023-11-30T01:30:39.533Z | Documenting usdt-impl v0.3.5 |
| 2396 | 2023-11-30T01:30:40.695Z | Documenting usdt-attr-macro v0.3.5 |
| 2397 | 2023-11-30T01:30:41.192Z | Documenting usdt-macro v0.3.5 |
| 2398 | 2023-11-30T01:30:41.727Z | Documenting clap_derive v4.4.2 |
| 2399 | 2023-11-30T01:30:42.959Z | Documenting clap_builder v4.4.2 |
| 2400 | 2023-11-30T01:30:44.878Z | Documenting signal-hook-mio v0.2.3 |
| 2401 | 2023-11-30T01:30:45.243Z | Documenting signature v2.1.0 |
| 2402 | 2023-11-30T01:30:48.779Z | Documenting block-padding v0.3.3 |
| 2403 | 2023-11-30T01:30:49.289Z | Documenting hash32 v0.2.1 |
| 2404 | 2023-11-30T01:30:49.508Z | Documenting scheduled-thread-pool v0.2.7 |
| 2405 | 2023-11-30T01:30:49.758Z | Documenting usdt v0.3.5 |
| 2406 | 2023-11-30T01:30:50.716Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2407 | 2023-11-30T01:30:51.864Z | Documenting enum-as-inner v0.5.1 |
| 2408 | 2023-11-30T01:30:52.341Z | Documenting pin-project-internal v1.1.3 |
| 2409 | 2023-11-30T01:30:52.612Z | Documenting clap v4.4.3 |
| 2410 | 2023-11-30T01:30:54.853Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2411 | 2023-11-30T01:30:55.100Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2412 | 2023-11-30T01:30:55.465Z | Documenting unicode-segmentation v1.10.1 |
| 2413 | 2023-11-30T01:30:55.614Z | Documenting stable_deref_trait v1.2.0 |
| 2414 | 2023-11-30T01:30:56.457Z | Documenting bzip2 v0.4.4 |
| 2415 | 2023-11-30T01:30:58.337Z | Documenting r2d2 v0.8.10 |
| 2416 | 2023-11-30T01:30:59.070Z | Documenting trust-dns-proto v0.22.0 |
| 2417 | 2023-11-30T01:30:59.547Z | Documenting pin-project v1.1.3 |
| 2418 | 2023-11-30T01:30:59.647Z | Documenting heapless v0.7.16 |
| 2419 | 2023-11-30T01:31:00.465Z | Documenting inout v0.1.3 |
| 2420 | 2023-11-30T01:31:00.744Z | Documenting crossterm v0.27.0 |
| 2421 | 2023-11-30T01:31:01.607Z | Documenting diesel_derives v2.1.2 |
| 2422 | 2023-11-30T01:31:02.253Z | Documenting md-5 v0.10.5 |
| 2423 | 2023-11-30T01:31:03.605Z | Documenting stringprep v0.1.3 |
| 2424 | 2023-11-30T01:31:04.486Z | Documenting serde_spanned v0.6.4 |
| 2425 | 2023-11-30T01:31:06.670Z | Documenting toml_datetime v0.6.5 |
| 2426 | 2023-11-30T01:31:07.001Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2427 | 2023-11-30T01:31:09.234Z | Documenting doc-comment v0.3.3 |
| 2428 | 2023-11-30T01:31:09.295Z | Documenting snafu-derive v0.7.5 |
| 2429 | 2023-11-30T01:31:09.405Z | Documenting winnow v0.5.15 |
| 2430 | 2023-11-30T01:31:10.207Z | Documenting siphasher v0.3.11 |
| 2431 | 2023-11-30T01:31:12.224Z | Documenting static_assertions v1.1.0 |
| 2432 | 2023-11-30T01:31:12.519Z | Documenting bit-vec v0.6.3 |
| 2433 | 2023-11-30T01:31:12.740Z | Documenting either v1.9.0 |
| 2434 | 2023-11-30T01:31:13.246Z | Documenting fallible-iterator v0.2.0 |
| 2435 | 2023-11-30T01:31:13.310Z | Documenting managed v0.8.0 |
| 2436 | 2023-11-30T01:31:14.508Z | Documenting phf_shared v0.11.2 |
| 2437 | 2023-11-30T01:31:16.637Z | Documenting diesel v2.1.4 |
| 2438 | 2023-11-30T01:31:17.127Z | Documenting toml_edit v0.21.0 |
| 2439 | 2023-11-30T01:31:18.290Z | Documenting smoltcp v0.9.1 |
| 2440 | 2023-11-30T01:31:18.504Z | Documenting cipher v0.4.4 |
| 2441 | 2023-11-30T01:31:18.708Z | Documenting zip v0.6.6 |
| 2442 | 2023-11-30T01:31:19.970Z | Documenting num-bigint v0.4.4 |
| 2443 | 2023-11-30T01:31:20.563Z | Documenting snafu v0.7.5 |
| 2444 | 2023-11-30T01:31:20.772Z | Documenting postgres-protocol v0.6.6 |
| 2445 | 2023-11-30T01:31:25.217Z | Documenting hubpack v0.1.2 |
| 2446 | 2023-11-30T01:31:25.628Z | Documenting regress v0.7.1 |
| 2447 | 2023-11-30T01:31:25.744Z | Documenting bstr v1.6.0 |
| 2448 | 2023-11-30T01:31:27.080Z | Documenting serde_repr v0.1.16 |
| 2449 | 2023-11-30T01:31:28.727Z | Documenting precomputed-hash v0.1.1 |
| 2450 | 2023-11-30T01:31:30.593Z | Documenting new_debug_unreachable v1.0.4 |
| 2451 | 2023-11-30T01:31:30.630Z | Documenting lalrpop-util v0.19.12 |
| 2452 | 2023-11-30T01:31:31.780Z | Documenting fixedbitset v0.4.2 |
| 2453 | 2023-11-30T01:31:33.546Z | Documenting postgres-types v0.2.6 |
| 2454 | 2023-11-30T01:31:33.710Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2455 | 2023-11-30T01:31:34.047Z | Documenting yasna v0.5.2 |
| 2456 | 2023-11-30T01:31:34.788Z | Documenting string_cache v0.8.7 |
| 2457 | 2023-11-30T01:31:36.015Z | Documenting phf v0.11.2 |
| 2458 | 2023-11-30T01:31:36.428Z | Documenting petgraph v0.6.4 |
| 2459 | 2023-11-30T01:31:36.802Z | Documenting console v0.15.7 |
| 2460 | 2023-11-30T01:31:41.773Z | Documenting semver v1.0.20 |
| 2461 | 2023-11-30T01:31:41.900Z | Documenting float-cmp v0.9.0 |
| 2462 | 2023-11-30T01:31:42.867Z | Documenting whoami v1.4.1 |
| 2463 | 2023-11-30T01:31:43.221Z | Documenting heck v0.4.1 |
| 2464 | 2023-11-30T01:31:43.912Z | Checking unsafe-libyaml v0.2.9 |
| 2465 | 2023-11-30T01:31:44.022Z | Documenting difflib v0.4.0 |
| 2466 | 2023-11-30T01:31:45.905Z | Documenting predicates-core v1.0.6 |
| 2467 | 2023-11-30T01:31:47.156Z | Documenting normalize-line-endings v0.3.0 |
| 2468 | 2023-11-30T01:31:48.058Z | Documenting bit-set v0.5.3 |
| 2469 | 2023-11-30T01:31:48.474Z | Documenting tokio-postgres v0.7.10 |
| 2470 | 2023-11-30T01:31:48.744Z | Documenting similar v2.2.1 |
| 2471 | 2023-11-30T01:31:49.282Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2472 | 2023-11-30T01:31:49.440Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2473 | 2023-11-30T01:31:49.711Z | Documenting tokio-stream v0.1.14 |
| 2474 | 2023-11-30T01:31:51.647Z | Checking ident_case v1.0.1 |
| 2475 | 2023-11-30T01:31:51.854Z | Documenting unsafe-libyaml v0.2.9 |
| 2476 | 2023-11-30T01:31:52.688Z | Documenting predicates v3.0.4 |
| 2477 | 2023-11-30T01:31:54.143Z | Checking serde_yaml v0.9.25 |
| 2478 | 2023-11-30T01:31:55.055Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2479 | 2023-11-30T01:31:57.228Z | Documenting getopts v0.2.21 |
| 2480 | 2023-11-30T01:31:57.318Z | Documenting match_cfg v0.1.0 |
| 2481 | 2023-11-30T01:31:57.568Z | Documenting serde_yaml v0.9.25 |
| 2482 | 2023-11-30T01:31:59.379Z | Documenting sha1 v0.10.6 |
| 2483 | 2023-11-30T01:32:00.866Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2484 | 2023-11-30T01:32:01.385Z | Documenting hostname v0.3.1 |
| 2485 | 2023-11-30T01:32:01.547Z | Documenting dirs-sys-next v0.1.2 |
| 2486 | 2023-11-30T01:32:03.350Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2487 | 2023-11-30T01:32:03.448Z | Documenting thread_local v1.1.7 |
| 2488 | 2023-11-30T01:32:05.920Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2489 | 2023-11-30T01:32:06.495Z | Documenting paste v1.0.14 |
| 2490 | 2023-11-30T01:32:07.128Z | Documenting crossbeam-channel v0.5.8 |
| 2491 | 2023-11-30T01:32:07.146Z | Documenting atty v0.2.14 |
| 2492 | 2023-11-30T01:32:07.267Z | Documenting dirs-next v2.0.0 |
| 2493 | 2023-11-30T01:32:08.653Z | Documenting take_mut v0.2.2 |
| 2494 | 2023-11-30T01:32:09.636Z | Documenting slog-json v2.6.1 |
| 2495 | 2023-11-30T01:32:11.260Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2496 | 2023-11-30T01:32:11.554Z | Documenting camino v1.1.6 |
| 2497 | 2023-11-30T01:32:12.589Z | Documenting async-stream-impl v0.3.5 |
| 2498 | 2023-11-30T01:32:12.837Z | Documenting term v0.7.0 |
| 2499 | 2023-11-30T01:32:13.314Z | Documenting atomic-waker v1.1.1 |
| 2500 | 2023-11-30T01:32:14.080Z | Documenting slog-async v2.8.0 |
| 2501 | 2023-11-30T01:32:16.401Z | Documenting debug-ignore v1.0.5 |
| 2502 | 2023-11-30T01:32:17.483Z | Documenting slog-bunyan v2.4.0 |
| 2503 | 2023-11-30T01:32:17.590Z | Documenting waitgroup v0.1.2 |
| 2504 | 2023-11-30T01:32:18.451Z | Checking darling_core v0.20.3 |
| 2505 | 2023-11-30T01:32:18.623Z | Documenting slog-term v2.9.0 |
| 2506 | 2023-11-30T01:32:19.197Z | Documenting async-stream v0.3.5 |
| 2507 | 2023-11-30T01:32:20.299Z | Documenting toml v0.8.8 |
| 2508 | 2023-11-30T01:32:20.623Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2509 | 2023-11-30T01:32:21.410Z | Documenting multer v2.1.0 |
| 2510 | 2023-11-30T01:32:22.900Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2511 | 2023-11-30T01:32:22.993Z | Documenting serde_path_to_error v0.1.14 |
| 2512 | 2023-11-30T01:32:24.316Z | Documenting strum v0.25.0 |
| 2513 | 2023-11-30T01:32:24.691Z | Checking darling v0.20.3 |
| 2514 | 2023-11-30T01:32:24.836Z | Documenting serde_with_macros v2.3.3 |
| 2515 | 2023-11-30T01:32:26.074Z | Documenting structmeta-derive v0.2.0 |
| 2516 | 2023-11-30T01:32:28.443Z | Checking structmeta v0.2.0 |
| 2517 | 2023-11-30T01:32:28.551Z | Documenting instant v0.1.12 |
| 2518 | 2023-11-30T01:32:28.695Z | Checking regex-syntax v0.7.5 |
| 2519 | 2023-11-30T01:32:28.780Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2520 | 2023-11-30T01:32:29.241Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2521 | 2023-11-30T01:32:29.748Z | Documenting macaddr v1.0.1 |
| 2522 | 2023-11-30T01:32:33.185Z | Documenting serde_with v2.3.3 |
| 2523 | 2023-11-30T01:32:33.530Z | Documenting structmeta v0.2.0 |
| 2524 | 2023-11-30T01:32:33.859Z | Documenting backoff v0.4.0 |
| 2525 | 2023-11-30T01:32:33.912Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2526 | 2023-11-30T01:32:35.125Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2527 | 2023-11-30T01:32:35.586Z | Documenting fastrand v2.0.0 |
| 2528 | 2023-11-30T01:32:39.327Z | Documenting is-terminal v0.4.9 |
| 2529 | 2023-11-30T01:32:39.410Z | Documenting base64ct v1.6.0 |
| 2530 | 2023-11-30T01:32:39.817Z | Documenting parse-display-derive v0.8.2 |
| 2531 | 2023-11-30T01:32:40.294Z | Documenting proc-macro-crate v1.3.1 |
| 2532 | 2023-11-30T01:32:41.702Z | Documenting tempfile v3.8.1 |
| 2533 | 2023-11-30T01:32:41.998Z | Checking proc-macro-crate v1.3.1 |
| 2534 | 2023-11-30T01:32:42.337Z | Documenting proc-macro-error-attr v1.0.4 |
| 2535 | 2023-11-30T01:32:44.429Z | Checking proc-macro-error v1.0.4 |
| 2536 | 2023-11-30T01:32:44.835Z | Documenting postcard-cobs v0.1.5-pre |
| 2537 | 2023-11-30T01:32:45.567Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2538 | 2023-11-30T01:32:46.282Z | Documenting foreign-types-macros v0.2.3 |
| 2539 | 2023-11-30T01:32:47.676Z | Documenting num_enum_derive v0.5.11 |
| 2540 | 2023-11-30T01:32:47.913Z | Documenting proc-macro-error v1.0.4 |
| 2541 | 2023-11-30T01:32:48.284Z | Documenting camino-tempfile v1.1.1 |
| 2542 | 2023-11-30T01:32:48.515Z | Documenting parse-display v0.8.2 |
| 2543 | 2023-11-30T01:32:49.049Z | Documenting postcard v0.7.3 |
| 2544 | 2023-11-30T01:32:52.027Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2545 | 2023-11-30T01:32:52.500Z | Documenting foreign-types-shared v0.3.1 |
| 2546 | 2023-11-30T01:32:53.106Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2547 | 2023-11-30T01:32:53.515Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2548 | 2023-11-30T01:32:54.331Z | Documenting crucible-workspace-hack v0.1.0 |
| 2549 | 2023-11-30T01:32:54.518Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2550 | 2023-11-30T01:32:54.928Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2551 | 2023-11-30T01:32:55.535Z | Documenting cstr-argument v0.1.2 |
| 2552 | 2023-11-30T01:32:56.298Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2553 | 2023-11-30T01:32:56.613Z | Documenting foreign-types v0.5.0 |
| 2554 | 2023-11-30T01:32:56.947Z | Documenting num_enum v0.5.11 |
| 2555 | 2023-11-30T01:32:59.525Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2556 | 2023-11-30T01:32:59.647Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2557 | 2023-11-30T01:33:00.431Z | Documenting colored v2.0.4 |
| 2558 | 2023-11-30T01:33:01.710Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2559 | 2023-11-30T01:33:02.285Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2560 | 2023-11-30T01:33:02.629Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2561 | 2023-11-30T01:33:02.972Z | Documenting zone_cfg_derive v0.3.0 |
| 2562 | 2023-11-30T01:33:05.626Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2563 | 2023-11-30T01:33:05.835Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2564 | 2023-11-30T01:33:05.980Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2565 | 2023-11-30T01:33:07.378Z | Documenting num-derive v0.4.0 |
| 2566 | 2023-11-30T01:33:08.801Z | Documenting smf v0.2.2 |
| 2567 | 2023-11-30T01:33:09.199Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2568 | 2023-11-30T01:33:10.463Z | Documenting zone v0.3.0 |
| 2569 | 2023-11-30T01:33:11.117Z | Documenting linked-hash-map v0.5.6 |
| 2570 | 2023-11-30T01:33:11.909Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2571 | 2023-11-30T01:33:12.180Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2572 | 2023-11-30T01:33:14.211Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2573 | 2023-11-30T01:33:14.628Z | Documenting password-hash v0.5.0 |
| 2574 | 2023-11-30T01:33:15.149Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2575 | 2023-11-30T01:33:17.360Z | Documenting lru-cache v0.1.2 |
| 2576 | 2023-11-30T01:33:18.744Z | Documenting blake2 v0.10.6 |
| 2577 | 2023-11-30T01:33:18.966Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2578 | 2023-11-30T01:33:19.199Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2579 | 2023-11-30T01:33:19.632Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2580 | 2023-11-30T01:33:20.661Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2581 | 2023-11-30T01:33:20.744Z | Checking heck v0.3.3 |
| 2582 | 2023-11-30T01:33:20.980Z | Documenting structopt-derive v0.4.18 |
| 2583 | 2023-11-30T01:33:20.994Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2584 | 2023-11-30T01:33:22.559Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2585 | 2023-11-30T01:33:22.955Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2586 | 2023-11-30T01:33:25.151Z | Documenting libefi-sys v0.1.0 |
| 2587 | 2023-11-30T01:33:25.340Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2588 | 2023-11-30T01:33:26.383Z | Documenting argon2 v0.5.2 |
| 2589 | 2023-11-30T01:33:27.599Z | Documenting pem-rfc7468 v0.7.0 |
| 2590 | 2023-11-30T01:33:29.810Z | Documenting structopt v0.3.26 |
| 2591 | 2023-11-30T01:33:30.087Z | Documenting der_derive v0.7.2 |
| 2592 | 2023-11-30T01:33:31.194Z | Documenting flagset v0.4.3 |
| 2593 | 2023-11-30T01:33:33.693Z | Documenting quick-error v1.2.3 |
| 2594 | 2023-11-30T01:33:34.103Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2595 | 2023-11-30T01:33:35.386Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2596 | 2023-11-30T01:33:36.179Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2597 | 2023-11-30T01:33:36.219Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2598 | 2023-11-30T01:33:36.506Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2599 | 2023-11-30T01:33:37.751Z | Documenting der v0.7.8 |
| 2600 | 2023-11-30T01:33:39.231Z | Documenting resolv-conf v0.7.0 |
| 2601 | 2023-11-30T01:33:39.993Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2602 | 2023-11-30T01:33:40.872Z | Documenting cancel-safe-futures v0.1.5 |
| 2603 | 2023-11-30T01:33:42.402Z | Documenting convert_case v0.4.0 |
| 2604 | 2023-11-30T01:33:43.238Z | Checking convert_case v0.4.0 |
| 2605 | 2023-11-30T01:33:43.549Z | Documenting tap v1.0.1 |
| 2606 | 2023-11-30T01:33:44.290Z | Documenting radium v0.7.0 |
| 2607 | 2023-11-30T01:33:45.058Z | Documenting trust-dns-resolver v0.22.0 |
| 2608 | 2023-11-30T01:33:45.237Z | Documenting spki v0.7.2 |
| 2609 | 2023-11-30T01:33:47.733Z | Documenting wyz v0.5.1 |
| 2610 | 2023-11-30T01:33:47.985Z | Documenting derive_more v0.99.17 |
| 2611 | 2023-11-30T01:33:48.822Z | Documenting crc-catalog v2.2.0 |
| 2612 | 2023-11-30T01:33:49.938Z | Documenting funty v2.0.0 |
| 2613 | 2023-11-30T01:33:52.780Z | Documenting arc-swap v1.6.0 |
| 2614 | 2023-11-30T01:33:52.783Z | Documenting pkcs8 v0.10.2 |
| 2615 | 2023-11-30T01:33:52.783Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2616 | 2023-11-30T01:33:53.088Z | Documenting crc v3.0.1 |
| 2617 | 2023-11-30T01:33:54.290Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2618 | 2023-11-30T01:33:54.627Z | Documenting bitvec v1.0.1 |
| 2619 | 2023-11-30T01:33:56.253Z | Documenting num-rational v0.4.1 |
| 2620 | 2023-11-30T01:33:56.581Z | Documenting hkdf v0.12.3 |
| 2621 | 2023-11-30T01:33:57.396Z | Documenting num-complex v0.4.4 |
| 2622 | 2023-11-30T01:33:57.714Z | Documenting slog-scope v4.4.0 |
| 2623 | 2023-11-30T01:33:58.689Z | Documenting packed_struct_codegen v0.10.1 |
| 2624 | 2023-11-30T01:33:58.926Z | Documenting half v1.8.2 |
| 2625 | 2023-11-30T01:34:02.749Z | Documenting ciborium-io v0.2.1 |
| 2626 | 2023-11-30T01:34:02.785Z | Documenting nodrop v0.1.14 |
| 2627 | 2023-11-30T01:34:03.492Z | Documenting pkcs1 v0.7.5 |
| 2628 | 2023-11-30T01:34:03.894Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2629 | 2023-11-30T01:34:04.082Z | Documenting slog-stdlog v4.1.1 |
| 2630 | 2023-11-30T01:34:04.754Z | Documenting num v0.4.1 |
| 2631 | 2023-11-30T01:34:05.161Z | Documenting slog-dtrace v0.2.3 |
| 2632 | 2023-11-30T01:34:07.077Z | Documenting packed_struct v0.10.1 |
| 2633 | 2023-11-30T01:34:07.221Z | Documenting array-init v0.0.4 |
| 2634 | 2023-11-30T01:34:08.192Z | Documenting ciborium-ll v0.2.1 |
| 2635 | 2023-11-30T01:34:09.241Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2636 | 2023-11-30T01:34:10.318Z | Documenting num-bigint-dig v0.8.4 |
| 2637 | 2023-11-30T01:34:10.485Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2638 | 2023-11-30T01:34:12.012Z | Documenting filetime v0.2.22 |
| 2639 | 2023-11-30T01:34:13.400Z | Documenting xattr v1.0.1 |
| 2640 | 2023-11-30T01:34:14.269Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2641 | 2023-11-30T01:34:14.810Z | Documenting swrite v0.1.0 |
| 2642 | 2023-11-30T01:34:17.713Z | Documenting termcolor v1.2.0 |
| 2643 | 2023-11-30T01:34:19.884Z | Documenting keccak v0.1.4 |
| 2644 | 2023-11-30T01:34:20.017Z | Documenting bitfield v0.14.0 |
| 2645 | 2023-11-30T01:34:20.252Z | Documenting rsa v0.9.2 |
| 2646 | 2023-11-30T01:34:21.459Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2647 | 2023-11-30T01:34:21.943Z | Documenting tar v0.4.40 |
| 2648 | 2023-11-30T01:34:24.027Z | Documenting sha3 v0.10.8 |
| 2649 | 2023-11-30T01:34:24.832Z | Documenting env_logger v0.10.0 |
| 2650 | 2023-11-30T01:34:24.832Z | Documenting ciborium v0.2.1 |
| 2651 | 2023-11-30T01:34:24.832Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2652 | 2023-11-30T01:34:28.094Z | Documenting serde-hex v0.1.0 |
| 2653 | 2023-11-30T01:34:31.035Z | Documenting slog-envlogger v2.2.0 |
| 2654 | 2023-11-30T01:34:31.196Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2655 | 2023-11-30T01:34:31.673Z | Documenting x509-cert v0.2.4 |
| 2656 | 2023-11-30T01:34:32.307Z | Documenting newtype_derive v0.1.6 |
| 2657 | 2023-11-30T01:34:36.501Z | Documenting libsw v3.3.0 |
| 2658 | 2023-11-30T01:34:36.882Z | Documenting ron v0.8.1 |
| 2659 | 2023-11-30T01:34:37.063Z | Documenting pem v3.0.2 |
| 2660 | 2023-11-30T01:34:37.755Z | Documenting fxhash v0.2.1 |
| 2661 | 2023-11-30T01:34:38.962Z | Documenting secrecy v0.8.0 |
| 2662 | 2023-11-30T01:34:39.044Z | Documenting derive-where v1.2.5 |
| 2663 | 2023-11-30T01:34:40.219Z | Documenting owo-colors v3.5.0 |
| 2664 | 2023-11-30T01:34:41.607Z | Documenting linear-map v1.2.0 |
| 2665 | 2023-11-30T01:34:42.664Z | Documenting utf-8 v0.7.6 |
| 2666 | 2023-11-30T01:34:43.197Z | Documenting crc-any v2.4.3 |
| 2667 | 2023-11-30T01:34:43.596Z | Documenting steno v0.4.0 |
| 2668 | 2023-11-30T01:34:43.902Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2669 | 2023-11-30T01:34:44.945Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2670 | 2023-11-30T01:34:47.589Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2671 | 2023-11-30T01:34:47.630Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2672 | 2023-11-30T01:34:48.115Z | Documenting path-slash v0.1.5 |
| 2673 | 2023-11-30T01:34:48.303Z | Documenting tungstenite v0.20.1 |
| 2674 | 2023-11-30T01:34:48.993Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2675 | 2023-11-30T01:34:50.849Z | Documenting same-file v1.0.6 |
| 2676 | 2023-11-30T01:34:53.767Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2677 | 2023-11-30T01:34:56.978Z | Documenting walkdir v2.4.0 |
| 2678 | 2023-11-30T01:34:58.034Z | Documenting tokio-tungstenite v0.20.1 |
| 2679 | 2023-11-30T01:34:59.213Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2680 | 2023-11-30T01:34:59.891Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2681 | 2023-11-30T01:35:03.620Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2682 | 2023-11-30T01:35:03.756Z | Documenting buf-list v1.0.3 |
| 2683 | 2023-11-30T01:35:07.187Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2684 | 2023-11-30T01:35:09.220Z | Checking darling_core v0.14.4 |
| 2685 | 2023-11-30T01:35:10.896Z | Documenting itertools v0.12.0 |
| 2686 | 2023-11-30T01:35:12.122Z | Documenting nibble_vec v0.1.0 |
| 2687 | 2023-11-30T01:35:13.525Z | Documenting glob v0.3.1 |
| 2688 | 2023-11-30T01:35:18.320Z | Documenting endian-type v0.1.2 |
| 2689 | 2023-11-30T01:35:19.771Z | Checking darling v0.14.4 |
| 2690 | 2023-11-30T01:35:19.933Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2023-11-30T01:35:21.433Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2692 | 2023-11-30T01:35:22.002Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2693 | 2023-11-30T01:35:22.348Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2694 | 2023-11-30T01:35:22.736Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2695 | 2023-11-30T01:35:24.124Z | Documenting radix_trie v0.2.1 |
| 2696 | 2023-11-30T01:35:24.581Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2697 | 2023-11-30T01:35:27.920Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2698 | 2023-11-30T01:35:28.421Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2699 | 2023-11-30T01:35:30.269Z | Documenting trust-dns-client v0.22.0 |
| 2700 | 2023-11-30T01:35:32.325Z | Documenting globset v0.4.13 |
| 2701 | 2023-11-30T01:35:36.884Z | Documenting crossbeam-deque v0.8.3 |
| 2702 | 2023-11-30T01:35:40.795Z | Documenting headers-core v0.2.0 |
| 2703 | 2023-11-30T01:35:42.507Z | Documenting olpc-cjson v0.1.3 |
| 2704 | 2023-11-30T01:35:43.293Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2705 | 2023-11-30T01:35:43.860Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2706 | 2023-11-30T01:35:44.417Z | Documenting serde_plain v1.0.2 |
| 2707 | 2023-11-30T01:35:44.830Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2708 | 2023-11-30T01:35:47.566Z | Documenting async-recursion v1.0.5 |
| 2709 | 2023-11-30T01:35:47.941Z | Documenting display-error-chain v0.2.0 |
| 2710 | 2023-11-30T01:35:49.695Z | Documenting typed-path v0.6.0 |
| 2711 | 2023-11-30T01:35:49.740Z | Documenting headers v0.3.9 |
| 2712 | 2023-11-30T01:35:50.209Z | Documenting trust-dns-server v0.22.1 |
| 2713 | 2023-11-30T01:35:50.371Z | Documenting rayon-core v1.12.0 |
| 2714 | 2023-11-30T01:35:53.761Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2715 | 2023-11-30T01:35:53.890Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2716 | 2023-11-30T01:35:54.228Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2717 | 2023-11-30T01:35:55.221Z | Documenting derive_builder_core v0.12.0 |
| 2718 | 2023-11-30T01:35:56.018Z | Checking derive_builder_core v0.12.0 |
| 2719 | 2023-11-30T01:35:56.100Z | Documenting sled v0.34.7 |
| 2720 | 2023-11-30T01:35:56.706Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2023-11-30T01:35:57.322Z | Documenting tough v0.15.0 |
| 2722 | 2023-11-30T01:35:57.477Z | Documenting unicase v2.7.0 |
| 2723 | 2023-11-30T01:35:57.760Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2724 | 2023-11-30T01:35:58.707Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2725 | 2023-11-30T01:35:59.112Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2726 | 2023-11-30T01:35:59.564Z | Documenting bcs v0.1.6 |
| 2727 | 2023-11-30T01:35:59.672Z | Documenting ff v0.13.0 |
| 2728 | 2023-11-30T01:36:02.358Z | Documenting pretty-hex v0.4.0 |
| 2729 | 2023-11-30T01:36:03.225Z | Documenting highway v1.1.0 |
| 2730 | 2023-11-30T01:36:04.776Z | Documenting mime_guess v2.0.4 |
| 2731 | 2023-11-30T01:36:05.660Z | Documenting derive_builder_macro v0.12.0 |
| 2732 | 2023-11-30T01:36:05.746Z | Documenting group v0.13.0 |
| 2733 | 2023-11-30T01:36:06.147Z | Documenting rayon v1.8.0 |
| 2734 | 2023-11-30T01:36:06.991Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2735 | 2023-11-30T01:36:08.937Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2736 | 2023-11-30T01:36:11.132Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2737 | 2023-11-30T01:36:14.843Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2738 | 2023-11-30T01:36:18.155Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2739 | 2023-11-30T01:36:18.774Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2740 | 2023-11-30T01:36:26.550Z | Documenting portable-atomic v1.4.3 |
| 2741 | 2023-11-30T01:36:32.025Z | Documenting ed25519 v1.5.3 |
| 2742 | 2023-11-30T01:36:34.438Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2743 | 2023-11-30T01:36:35.256Z | Documenting universal-hash v0.5.1 |
| 2744 | 2023-11-30T01:36:36.591Z | Documenting crypto-bigint v0.5.2 |
| 2745 | 2023-11-30T01:36:37.007Z | Documenting kstat-rs v0.2.3 |
| 2746 | 2023-11-30T01:36:38.995Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2747 | 2023-11-30T01:36:40.998Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2748 | 2023-11-30T01:36:41.384Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2749 | 2023-11-30T01:36:43.748Z | Documenting ref-cast-impl v1.0.20 |
| 2750 | 2023-11-30T01:36:44.538Z | Documenting vte_generate_state_changes v0.1.1 |
| 2751 | 2023-11-30T01:36:47.175Z | Documenting number_prefix v0.4.0 |
| 2752 | 2023-11-30T01:36:48.336Z | Documenting base16ct v0.2.0 |
| 2753 | 2023-11-30T01:36:49.104Z | Documenting opaque-debug v0.3.0 |
| 2754 | 2023-11-30T01:36:50.395Z | Documenting cassowary v0.3.0 |
| 2755 | 2023-11-30T01:36:50.426Z | Documenting vte v0.11.1 |
| 2756 | 2023-11-30T01:36:51.985Z | Documenting ref-cast v1.0.20 |
| 2757 | 2023-11-30T01:36:52.660Z | Documenting elliptic-curve v0.13.5 |
| 2758 | 2023-11-30T01:36:52.980Z | Documenting indicatif v0.17.7 |
| 2759 | 2023-11-30T01:36:53.272Z | Documenting poly1305 v0.8.0 |
| 2760 | 2023-11-30T01:36:56.199Z | Documenting ratatui v0.23.0 |
| 2761 | 2023-11-30T01:36:56.272Z | Documenting thiserror-no-std v2.0.2 |
| 2762 | 2023-11-30T01:36:57.180Z | Documenting curve25519-dalek v4.1.0 |
| 2763 | 2023-11-30T01:37:00.587Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2764 | 2023-11-30T01:37:00.640Z | Documenting salty v0.2.0 |
| 2765 | 2023-11-30T01:37:01.393Z | Documenting derive_builder v0.12.0 |
| 2766 | 2023-11-30T01:37:02.463Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2767 | 2023-11-30T01:37:06.549Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2768 | 2023-11-30T01:37:07.181Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2769 | 2023-11-30T01:37:07.341Z | Documenting fs-err v2.11.0 |
| 2770 | 2023-11-30T01:37:08.547Z | Documenting polar-core v0.27.0 |
| 2771 | 2023-11-30T01:37:13.356Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2772 | 2023-11-30T01:37:13.412Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2773 | 2023-11-30T01:37:19.994Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2774 | 2023-11-30T01:37:21.199Z | Documenting libxml v0.3.3 |
| 2775 | 2023-11-30T01:37:21.793Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2776 | 2023-11-30T01:37:29.996Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2777 | 2023-11-30T01:37:31.053Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2778 | 2023-11-30T01:37:31.463Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2779 | 2023-11-30T01:37:35.504Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2780 | 2023-11-30T01:37:35.797Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2781 | 2023-11-30T01:37:35.915Z | Documenting chacha20 v0.9.1 |
| 2782 | 2023-11-30T01:37:36.489Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2783 | 2023-11-30T01:37:36.615Z | Documenting bb8 v0.8.1 |
| 2784 | 2023-11-30T01:37:37.771Z | Documenting aead v0.5.2 |
| 2785 | 2023-11-30T01:37:39.209Z | Documenting bytesize v1.3.0 |
| 2786 | 2023-11-30T01:37:40.758Z | Documenting serde-big-array v0.5.1 |
| 2787 | 2023-11-30T01:37:43.471Z | Documenting quick-xml v0.23.1 |
| 2788 | 2023-11-30T01:37:45.396Z | Documenting rtoolbox v0.0.1 |
| 2789 | 2023-11-30T01:37:45.760Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2790 | 2023-11-30T01:37:46.294Z | Documenting oso-derive v0.27.0 |
| 2791 | 2023-11-30T01:37:47.163Z | Documenting maplit v1.0.2 |
| 2792 | 2023-11-30T01:37:47.251Z | Documenting is_ci v1.1.1 |
| 2793 | 2023-11-30T01:37:51.374Z | Documenting smawk v0.3.1 |
| 2794 | 2023-11-30T01:37:51.482Z | Documenting humantime v2.1.0 |
| 2795 | 2023-11-30T01:37:52.642Z | Documenting unicode-linebreak v0.1.5 |
| 2796 | 2023-11-30T01:37:52.740Z | Documenting rpassword v7.3.1 |
| 2797 | 2023-11-30T01:37:52.852Z | Documenting supports-color v2.1.0 |
| 2798 | 2023-11-30T01:37:53.221Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2799 | 2023-11-30T01:37:54.817Z | Documenting oso v0.27.0 |
| 2800 | 2023-11-30T01:37:57.098Z | Documenting chacha20poly1305 v0.10.1 |
| 2801 | 2023-11-30T01:37:57.311Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2802 | 2023-11-30T01:37:57.522Z | Documenting textwrap v0.16.0 |
| 2803 | 2023-11-30T01:37:58.763Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2804 | 2023-11-30T01:37:59.232Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2805 | 2023-11-30T01:38:00.059Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2806 | 2023-11-30T01:38:04.127Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2807 | 2023-11-30T01:38:06.870Z | Documenting vsss-rs v3.3.1 |
| 2808 | 2023-11-30T01:38:11.621Z | Documenting tui-tree-widget v0.13.0 |
| 2809 | 2023-11-30T01:38:12.123Z | Documenting strip-ansi-escapes v0.2.0 |
| 2810 | 2023-11-30T01:38:12.533Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2811 | 2023-11-30T01:38:17.835Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2812 | 2023-11-30T01:38:18.115Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2813 | 2023-11-30T01:38:19.188Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2814 | 2023-11-30T01:38:20.768Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2815 | 2023-11-30T01:38:24.134Z | Documenting cookie v0.18.0 |
| 2816 | 2023-11-30T01:38:25.187Z | Documenting rcgen v0.11.3 |
| 2817 | 2023-11-30T01:38:27.365Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2818 | 2023-11-30T01:38:30.947Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2819 | 2023-11-30T01:38:31.945Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2023-11-30T01:38:32.502Z | Documenting atomicwrites v0.4.2 |
| 2821 | 2023-11-30T01:38:33.537Z | Documenting signal-hook-tokio v0.3.1 |
| 2822 | 2023-11-30T01:38:35.463Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2823 | 2023-11-30T01:38:39.184Z | Documenting fd-lock v3.0.13 |
| 2824 | 2023-11-30T01:38:40.755Z | Documenting subprocess v0.2.9 |
| 2825 | 2023-11-30T01:38:43.867Z | Documenting corncobs v0.1.3 |
| 2826 | 2023-11-30T01:38:44.220Z | Documenting nu-ansi-term v0.49.0 |
| 2827 | 2023-11-30T01:38:45.826Z | Documenting shell-words v1.1.0 |
| 2828 | 2023-11-30T01:38:46.986Z | Documenting http-range v0.1.5 |
| 2829 | 2023-11-30T01:38:47.647Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2830 | 2023-11-30T01:38:48.289Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2831 | 2023-11-30T01:38:49.948Z | Documenting reedline v0.26.0 |
| 2832 | 2023-11-30T01:38:52.138Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2833 | 2023-11-30T01:38:52.455Z | Documenting hyper-staticfile v0.9.5 |
| 2834 | 2023-11-30T01:38:53.947Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2835 | 2023-11-30T01:38:55.264Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2836 | 2023-11-30T01:39:00.135Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2837 | 2023-11-30T01:39:01.282Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2838 | 2023-11-30T01:39:02.132Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2839 | 2023-11-30T01:39:03.258Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2840 | 2023-11-30T01:39:04.855Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2841 | 2023-11-30T01:39:08.349Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2842 | 2023-11-30T01:39:22.015Z | Documenting fatfs v0.3.6 |
| 2843 | 2023-11-30T01:39:25.706Z | Documenting nanorand v0.7.0 |
| 2844 | 2023-11-30T01:39:29.544Z | Documenting assert_matches v1.5.0 |
| 2845 | 2023-11-30T01:39:31.814Z | Documenting flume v0.11.0 |
| 2846 | 2023-11-30T01:39:32.045Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2847 | 2023-11-30T01:39:33.786Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2848 | 2023-11-30T01:39:35.474Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2849 | 2023-11-30T01:39:35.715Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2850 | 2023-11-30T01:39:35.887Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2851 | 2023-11-30T01:39:38.931Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2852 | 2023-11-30T01:39:38.973Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2853 | 2023-11-30T01:39:40.377Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2854 | 2023-11-30T01:40:05.016Z | Documenting omicron-zone-package v0.9.1 |
| 2855 | 2023-11-30T01:40:09.403Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2856 | 2023-11-30T01:40:13.939Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2857 | 2023-11-30T01:40:14.208Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2858 | 2023-11-30T01:40:15.139Z | Documenting termios v0.3.3 |
| 2859 | 2023-11-30T01:40:15.142Z | Documenting topological-sort v0.2.2 |
| 2860 | 2023-11-30T01:40:19.499Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2861 | 2023-11-30T01:40:20.175Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2862 | 2023-11-30T01:40:21.315Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2863 | 2023-11-30T01:40:21.624Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2864 | 2023-11-30T01:40:22.280Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2865 | 2023-11-30T01:40:45.115Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2866 | 2023-11-30T01:40:45.115Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2867 | 2023-11-30T01:40:45.115Z | | |
| 2868 | 2023-11-30T01:40:45.115Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2869 | 2023-11-30T01:40:45.115Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2870 | 2023-11-30T01:40:45.115Z | | |
| 2871 | 2023-11-30T01:40:45.115Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2872 | 2023-11-30T01:40:45.115Z | |
| 2873 | 2023-11-30T01:40:49.105Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 2874 | 2023-11-30T01:41:07.439Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2875 | 2023-11-30T01:41:12.217Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2876 | 2023-11-30T01:41:23.153Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2877 | 2023-11-30T01:41:23.943Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2878 | 2023-11-30T01:41:28.045Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2879 | 2023-11-30T01:41:37.834Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2880 | 2023-11-30T01:41:50.623Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2881 | 2023-11-30T01:42:49.099Z | warning: unresolved link to `VolumeConstructionRequest` |
| 2882 | 2023-11-30T01:42:49.099Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 2883 | 2023-11-30T01:42:49.099Z | | |
| 2884 | 2023-11-30T01:42:49.099Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 2885 | 2023-11-30T01:42:49.099Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 2886 | 2023-11-30T01:42:49.099Z | | |
| 2887 | 2023-11-30T01:42:49.099Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2888 | 2023-11-30T01:42:49.099Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2889 | 2023-11-30T01:42:49.099Z | |
| 2890 | 2023-11-30T01:42:49.103Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2891 | 2023-11-30T01:42:49.103Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 2892 | 2023-11-30T01:42:49.103Z | | |
| 2893 | 2023-11-30T01:42:49.103Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 2894 | 2023-11-30T01:42:49.103Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2895 | 2023-11-30T01:42:49.105Z | |
| 2896 | 2023-11-30T01:42:49.105Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2897 | 2023-11-30T01:42:49.105Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 2898 | 2023-11-30T01:42:49.105Z | | |
| 2899 | 2023-11-30T01:42:49.105Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 2900 | 2023-11-30T01:42:49.105Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2901 | 2023-11-30T01:42:49.105Z | |
| 2902 | 2023-11-30T01:42:49.105Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2903 | 2023-11-30T01:42:49.105Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 2904 | 2023-11-30T01:42:49.105Z | | |
| 2905 | 2023-11-30T01:42:49.105Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 2906 | 2023-11-30T01:42:49.105Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2907 | 2023-11-30T01:42:49.105Z | |
| 2908 | 2023-11-30T01:42:49.105Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2909 | 2023-11-30T01:42:49.105Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 2910 | 2023-11-30T01:42:49.105Z | | |
| 2911 | 2023-11-30T01:42:49.105Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 2912 | 2023-11-30T01:42:49.105Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2913 | 2023-11-30T01:42:49.105Z | |
| 2914 | 2023-11-30T01:42:49.105Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2915 | 2023-11-30T01:42:49.105Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 2916 | 2023-11-30T01:42:49.105Z | | |
| 2917 | 2023-11-30T01:42:49.105Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 2918 | 2023-11-30T01:42:49.105Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2919 | 2023-11-30T01:42:49.105Z | |
| 2920 | 2023-11-30T01:42:49.106Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2921 | 2023-11-30T01:42:49.106Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 2922 | 2023-11-30T01:42:49.106Z | | |
| 2923 | 2023-11-30T01:42:49.106Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 2924 | 2023-11-30T01:42:49.106Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2925 | 2023-11-30T01:42:49.106Z | |
| 2926 | 2023-11-30T01:42:52.534Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 2927 | 2023-11-30T01:43:28.003Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 34s |
| 2928 | 2023-11-30T01:43:28.113Z | |
| 2929 | 2023-11-30T01:43:28.113Z | real 15:34.382898771 |
| 2930 | 2023-11-30T01:43:28.113Z | user 51:42.031915665 |
| 2931 | 2023-11-30T01:43:28.113Z | sys 58:40.683826071 |
| 2932 | 2023-11-30T01:43:28.113Z | trap 1.801406038 |
| 2933 | 2023-11-30T01:43:28.113Z | tflt 0.437126796 |
| 2934 | 2023-11-30T01:43:28.116Z | dflt 0.400833146 |
| 2935 | 2023-11-30T01:43:28.116Z | kflt 0.000128237 |
| 2936 | 2023-11-30T01:43:28.116Z | lock 3:07:13.713378906 |
| 2937 | 2023-11-30T01:43:28.116Z | slp 3:58:40.923813694 |
| 2938 | 2023-11-30T01:43:28.116Z | lat 5:15.531924361 |
| 2939 | 2023-11-30T01:43:28.116Z | stop 1:21.785220469 |
| 2940 | 2023-11-30T01:43:28.116Z | process exited: duration 1757143 ms, exit code 0 |
| |
| 2941 | 2023-11-30T01:43:28.122Z | found 0 output files |