|
|
|
| 1 | 2024-02-07T21:46:26.373Z | job assigned to worker 01HP2RH45DFRV46P3CAYRVFTB4 (queued for 1 m 56 s) |
| |
| 2 | 2024-02-07T21:46:26.733Z | starting task 0: "setup" |
| 3 | 2024-02-07T21:46:26.849Z | ++ uname -s |
| 4 | 2024-02-07T21:46:26.857Z | + kern=SunOS |
| 5 | 2024-02-07T21:46:26.857Z | + case "$kern" in |
| 6 | 2024-02-07T21:46:26.857Z | + groupadd -g 12345 build |
| 7 | 2024-02-07T21:46:26.857Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-02-07T21:46:28.855Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-02-07T21:46:28.954Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-02-07T21:46:28.958Z | + home_fs=zfs |
| 11 | 2024-02-07T21:46:28.958Z | + [[ zfs == autofs ]] |
| 12 | 2024-02-07T21:46:28.958Z | + mkdir -p /home/build |
| 13 | 2024-02-07T21:46:28.958Z | + chown build:build /home/build /work |
| 14 | 2024-02-07T21:46:30.963Z | + chmod 0700 /home/build /work |
| 15 | 2024-02-07T21:46:31.157Z | process exited: duration 4228 ms, exit code 0 |
| |
| 16 | 2024-02-07T21:46:31.175Z | starting task 1: "rust-toolchain" |
| 17 | 2024-02-07T21:46:31.182Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-02-07T21:46:31.189Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-02-07T21:46:31.313Z | info: downloading installer |
| 20 | 2024-02-07T21:46:32.388Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-02-07T21:46:32.388Z | warning: /opt/ooce/bin |
| 22 | 2024-02-07T21:46:32.388Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-02-07T21:46:32.388Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-02-07T21:46:32.388Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-02-07T21:46:32.388Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-02-07T21:46:32.388Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-02-07T21:46:32.392Z | error: cannot install while Rust is installed |
| 28 | 2024-02-07T21:46:32.392Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-02-07T21:46:32.537Z | info: profile set to 'default' |
| 30 | 2024-02-07T21:46:32.537Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-02-07T21:46:32.547Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-02-07T21:46:32.654Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-02-07T21:46:32.654Z | info: downloading component 'cargo' |
| 34 | 2024-02-07T21:46:33.261Z | info: downloading component 'clippy' |
| 35 | 2024-02-07T21:46:33.480Z | info: downloading component 'rust-docs' |
| 36 | 2024-02-07T21:46:34.244Z | info: downloading component 'rust-std' |
| 37 | 2024-02-07T21:46:35.592Z | info: downloading component 'rustc' |
| 38 | 2024-02-07T21:46:38.810Z | info: downloading component 'rustfmt' |
| 39 | 2024-02-07T21:46:38.998Z | info: installing component 'cargo' |
| 40 | 2024-02-07T21:46:39.930Z | info: installing component 'clippy' |
| 41 | 2024-02-07T21:46:40.333Z | info: installing component 'rust-docs' |
| 42 | 2024-02-07T21:46:41.840Z | info: installing component 'rust-std' |
| 43 | 2024-02-07T21:46:43.752Z | info: installing component 'rustc' |
| 44 | 2024-02-07T21:46:48.071Z | info: installing component 'rustfmt' |
| 45 | 2024-02-07T21:46:48.421Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-02-07T21:46:48.421Z | |
| 47 | 2024-02-07T21:46:48.722Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-02-07T21:46:48.722Z | |
| 49 | 2024-02-07T21:46:48.730Z | |
| 50 | 2024-02-07T21:46:48.730Z | Rust is installed now. Great! |
| 51 | 2024-02-07T21:46:48.730Z | |
| 52 | 2024-02-07T21:46:48.731Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-02-07T21:46:48.731Z | environment variable. This has not been done automatically. |
| 54 | 2024-02-07T21:46:48.731Z | |
| 55 | 2024-02-07T21:46:48.731Z | To configure your current shell, run: |
| 56 | 2024-02-07T21:46:48.731Z | source "$HOME/.cargo/env" |
| 57 | 2024-02-07T21:46:48.779Z | + rustc --version |
| 58 | 2024-02-07T21:46:48.860Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-02-07T21:46:49.272Z | process exited: duration 17671 ms, exit code 0 |
| |
| 60 | 2024-02-07T21:46:49.301Z | starting task 2: "authentication" |
| 61 | 2024-02-07T21:46:49.336Z | process exited: duration 43 ms, exit code 0 |
| |
| 62 | 2024-02-07T21:46:49.354Z | starting task 3: "clone repository" |
| 63 | 2024-02-07T21:46:49.359Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-02-07T21:46:49.363Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-02-07T21:46:49.564Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-02-07T21:46:55.129Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-02-07T21:46:55.133Z | + git fetch origin 33b8290da60ec5268066967f1d3913c91f04a64c |
| 68 | 2024-02-07T21:46:55.490Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-02-07T21:46:55.490Z | * branch 33b8290da60ec5268066967f1d3913c91f04a64c -> FETCH_HEAD |
| 70 | 2024-02-07T21:46:55.505Z | + [[ -n iliana/it-keeps-happening-2 ]] |
| 71 | 2024-02-07T21:46:55.505Z | ++ git branch --show-current |
| 72 | 2024-02-07T21:46:55.505Z | + current=main |
| 73 | 2024-02-07T21:46:55.506Z | + [[ main != iliana/it-keeps-happening-2 ]] |
| 74 | 2024-02-07T21:46:55.506Z | + git branch -f iliana/it-keeps-happening-2 33b8290da60ec5268066967f1d3913c91f04a64c |
| 75 | 2024-02-07T21:46:55.506Z | + git checkout -f iliana/it-keeps-happening-2 |
| 76 | 2024-02-07T21:46:55.608Z | Switched to branch 'iliana/it-keeps-happening-2' |
| 77 | 2024-02-07T21:46:55.616Z | + git reset --hard 33b8290da60ec5268066967f1d3913c91f04a64c |
| 78 | 2024-02-07T21:46:55.724Z | HEAD is now at 33b8290da pin libxmlsec1 harder |
| 79 | 2024-02-07T21:46:55.739Z | process exited: duration 6364 ms, exit code 0 |
| |
| 80 | 2024-02-07T21:46:56.169Z | starting task 4: "build" |
| 81 | 2024-02-07T21:46:56.175Z | + cargo --version |
| 82 | 2024-02-07T21:46:56.183Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 83 | 2024-02-07T21:46:56.361Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 84 | 2024-02-07T21:46:56.362Z | info: downloading component 'cargo' |
| 85 | 2024-02-07T21:46:57.984Z | info: downloading component 'clippy' |
| 86 | 2024-02-07T21:46:57.985Z | info: downloading component 'rust-docs' |
| 87 | 2024-02-07T21:46:57.985Z | info: downloading component 'rust-std' |
| 88 | 2024-02-07T21:46:59.070Z | info: downloading component 'rustc' |
| 89 | 2024-02-07T21:47:03.741Z | info: downloading component 'rustfmt' |
| 90 | 2024-02-07T21:47:03.745Z | info: installing component 'cargo' |
| 91 | 2024-02-07T21:47:03.745Z | info: installing component 'clippy' |
| 92 | 2024-02-07T21:47:03.746Z | info: installing component 'rust-docs' |
| 93 | 2024-02-07T21:47:05.651Z | info: installing component 'rust-std' |
| 94 | 2024-02-07T21:47:06.970Z | info: installing component 'rustc' |
| 95 | 2024-02-07T21:47:11.007Z | info: installing component 'rustfmt' |
| 96 | 2024-02-07T21:47:11.416Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 97 | 2024-02-07T21:47:11.432Z | + rustc --version |
| 98 | 2024-02-07T21:47:11.473Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 99 | 2024-02-07T21:47:11.476Z | + source ./env.sh |
| 100 | 2024-02-07T21:47:11.480Z | ++ set -o xtrace |
| 101 | 2024-02-07T21:47:11.480Z | ++++ dirname ./env.sh |
| 102 | 2024-02-07T21:47:11.524Z | +++ cd . |
| 103 | 2024-02-07T21:47:11.534Z | +++ echo /work/oxidecomputer/omicron |
| 104 | 2024-02-07T21:47:11.534Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2024-02-07T21:47:11.534Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2024-02-07T21:47:11.534Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 108 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 109 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 110 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 111 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 112 | 2024-02-07T21:47:11.534Z | ++ 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 |
| 113 | 2024-02-07T21:47:11.534Z | ++ unset OMICRON_WS |
| 114 | 2024-02-07T21:47:11.534Z | ++ set +o xtrace |
| 115 | 2024-02-07T21:47:11.622Z | |
| 116 | 2024-02-07T21:47:11.622Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2024-02-07T21:47:11.622Z | # # # # # # # # # # # # # # # |
| 118 | 2024-02-07T21:47:11.622Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2024-02-07T21:47:11.622Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2024-02-07T21:47:11.622Z | # # # # # # # # # # # # # # # |
| 121 | 2024-02-07T21:47:11.622Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2024-02-07T21:47:11.622Z | |
| 123 | 2024-02-07T21:47:22.429Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2024-02-07T21:47:23.984Z | Startup: Caching catalogs ... Done |
| 125 | 2024-02-07T21:47:24.748Z | Planning: Solver setup ... Done (0.753s) |
| 126 | 2024-02-07T21:47:24.773Z | Planning: Running solver ... Done (0.017s) |
| 127 | 2024-02-07T21:47:25.037Z | Planning: Finding local manifests ... Done (0.254s) |
| 128 | 2024-02-07T21:47:25.047Z | Planning: Fetching manifests: 0/4 0% complete |
| 129 | 2024-02-07T21:47:25.234Z | Planning: Fetching manifests: 4/4 100% complete |
| 130 | 2024-02-07T21:47:25.281Z | Planning: Package planning ... Done (0.049s) |
| 131 | 2024-02-07T21:47:25.343Z | Planning: Merging actions ... Done (0.052s) |
| 132 | 2024-02-07T21:47:26.304Z | Planning: Checking for conflicting actions ... Done (0.966s) |
| 133 | 2024-02-07T21:47:26.311Z | Planning: Consolidating action changes ... Done (0.011s) |
| 134 | 2024-02-07T21:47:30.351Z | Planning: Evaluating mediators ... Done (4.039s) |
| 135 | 2024-02-07T21:47:30.361Z | Planning: Planning completed in 6.64 seconds |
| 136 | 2024-02-07T21:47:30.373Z | Packages to install: 4 |
| 137 | 2024-02-07T21:47:30.376Z | Mediators to change: 2 |
| 138 | 2024-02-07T21:47:30.376Z | Services to change: 1 |
| 139 | 2024-02-07T21:47:30.376Z | Estimated space available: 148.87 GB |
| 140 | 2024-02-07T21:47:30.377Z | Estimated space to be consumed: 1.41 GB |
| 141 | 2024-02-07T21:47:30.377Z | Create boot environment: No |
| 142 | 2024-02-07T21:47:30.377Z | Create backup boot environment: No |
| 143 | 2024-02-07T21:47:30.377Z | Rebuild boot archive: No |
| 144 | 2024-02-07T21:47:30.377Z | |
| 145 | 2024-02-07T21:47:30.377Z | Changed mediators: |
| 146 | 2024-02-07T21:47:30.377Z | mediator clang: |
| 147 | 2024-02-07T21:47:30.377Z | version: None -> 15 (system default) |
| 148 | 2024-02-07T21:47:30.377Z | |
| 149 | 2024-02-07T21:47:30.377Z | mediator llvm: |
| 150 | 2024-02-07T21:47:30.377Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2024-02-07T21:47:30.377Z | |
| 152 | 2024-02-07T21:47:30.377Z | Changed packages: |
| 153 | 2024-02-07T21:47:30.377Z | helios-dev |
| 154 | 2024-02-07T21:47:30.377Z | developer/build-essential |
| 155 | 2024-02-07T21:47:30.377Z | None -> 11-2.0 |
| 156 | 2024-02-07T21:47:30.377Z | library/libxmlsec1 |
| 157 | 2024-02-07T21:47:30.377Z | None -> 1.2.35-2.0 |
| 158 | 2024-02-07T21:47:30.377Z | ooce/developer/clang-15 |
| 159 | 2024-02-07T21:47:30.377Z | None -> 15.0.7-2.0 |
| 160 | 2024-02-07T21:47:30.377Z | ooce/developer/llvm-15 |
| 161 | 2024-02-07T21:47:30.377Z | None -> 15.0.7-2.0 |
| 162 | 2024-02-07T21:47:30.377Z | |
| 163 | 2024-02-07T21:47:30.378Z | Services: |
| 164 | 2024-02-07T21:47:30.378Z | restart_fmri: |
| 165 | 2024-02-07T21:47:30.378Z | svc:/system/update-man-index:default |
| 166 | 2024-02-07T21:47:30.645Z | |
| 167 | 2024-02-07T21:47:30.645Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 168 | 2024-02-07T21:47:35.651Z | Download: 1401/3290 items 100.6/212.6MB 47% complete (20.3M/s) |
| 169 | 2024-02-07T21:47:40.647Z | Download: 3189/3290 items 155.0/212.6MB 72% complete (15.5M/s) |
| 170 | 2024-02-07T21:47:43.327Z | Download: Completed 212.60 MB in 12.68 seconds (16.8M/s) |
| 171 | 2024-02-07T21:47:44.859Z | Actions: 1/3689 actions (Installing new actions) |
| 172 | 2024-02-07T21:47:49.860Z | Actions: 3563/3689 actions (Installing new actions) |
| 173 | 2024-02-07T21:47:50.035Z | Actions: Completed 3689 actions in 5.17 seconds. |
| 174 | 2024-02-07T21:47:53.387Z | Done (0.155s) |
| 175 | 2024-02-07T21:47:53.387Z | Done (0.000s) |
| 176 | 2024-02-07T21:47:53.633Z | Done (0.208s) |
| 177 | 2024-02-07T21:47:55.820Z | Done (5.298s) |
| 178 | 2024-02-07T21:47:55.981Z | Done (0.094s) |
| 179 | 2024-02-07T21:47:55.989Z | Done (0.000s) |
| 180 | 2024-02-07T21:47:56.135Z | Done (0.000s) |
| 181 | 2024-02-07T21:47:56.633Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2024-02-07T21:47:56.798Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-02-07T21:47:56.802Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-02-07T21:47:57.158Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-02-07T21:47:57.164Z | Planning: Planning completed in 0.44 seconds |
| 186 | 2024-02-07T21:47:57.164Z | Mediators to change: 2 |
| 187 | 2024-02-07T21:47:57.164Z | Create boot environment: No |
| 188 | 2024-02-07T21:47:57.164Z | Create backup boot environment: No |
| 189 | 2024-02-07T21:47:57.167Z | Done |
| 190 | 2024-02-07T21:47:57.167Z | Done |
| 191 | 2024-02-07T21:47:57.342Z | Done |
| 192 | 2024-02-07T21:48:01.065Z | Done |
| 193 | 2024-02-07T21:48:01.152Z | Done |
| 194 | 2024-02-07T21:48:01.160Z | Done |
| 195 | 2024-02-07T21:48:01.256Z | Done |
| 196 | 2024-02-07T21:48:01.899Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2024-02-07T21:48:01.905Z | Planning: Merging actions ... Done |
| 198 | 2024-02-07T21:48:02.092Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2024-02-07T21:48:02.100Z | Planning: Consolidating action changes ... Done |
| 200 | 2024-02-07T21:48:02.356Z | Planning: Evaluating mediators ... Done |
| 201 | 2024-02-07T21:48:02.411Z | Planning: Planning completed in 0.79 seconds |
| 202 | 2024-02-07T21:48:02.446Z | Packages to change: 1 |
| 203 | 2024-02-07T21:48:02.446Z | Mediators to change: 1 |
| 204 | 2024-02-07T21:48:02.452Z | Services to change: 1 |
| 205 | 2024-02-07T21:48:02.452Z | Create boot environment: No |
| 206 | 2024-02-07T21:48:02.452Z | Create backup boot environment: Yes |
| 207 | 2024-02-07T21:48:04.535Z | Actions: 1/6 actions (Updating modified actions) |
| 208 | 2024-02-07T21:48:04.594Z | Actions: Completed 6 actions in 0.07 seconds. |
| 209 | 2024-02-07T21:48:04.594Z | Done |
| 210 | 2024-02-07T21:48:04.594Z | Done |
| 211 | 2024-02-07T21:48:04.594Z | Done |
| 212 | 2024-02-07T21:48:08.471Z | Done |
| 213 | 2024-02-07T21:48:08.894Z | Done |
| 214 | 2024-02-07T21:48:08.894Z | Done |
| 215 | 2024-02-07T21:48:08.895Z | Done |
| 216 | 2024-02-07T21:48:08.908Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 217 | 2024-02-07T21:48:08.909Z | clang system 15 system |
| 218 | 2024-02-07T21:48:08.909Z | csh system system illumos |
| 219 | 2024-02-07T21:48:08.909Z | ctags system system illumos |
| 220 | 2024-02-07T21:48:08.909Z | gcc vendor 12 vendor |
| 221 | 2024-02-07T21:48:08.909Z | gcc system 10 system |
| 222 | 2024-02-07T21:48:08.910Z | gcc system 7 system |
| 223 | 2024-02-07T21:48:08.910Z | go system 1.20 system |
| 224 | 2024-02-07T21:48:08.910Z | go system 1.19 system |
| 225 | 2024-02-07T21:48:08.910Z | llvm system 15 system |
| 226 | 2024-02-07T21:48:08.910Z | llvm system 14 system |
| 227 | 2024-02-07T21:48:08.910Z | mariadb system 10.6 system |
| 228 | 2024-02-07T21:48:08.911Z | mta vendor vendor dma |
| 229 | 2024-02-07T21:48:08.911Z | openjdk system 17 system |
| 230 | 2024-02-07T21:48:08.911Z | openjdk system 11 system |
| 231 | 2024-02-07T21:48:08.911Z | openjdk system 1.8 system |
| 232 | 2024-02-07T21:48:08.911Z | openssl vendor 3 vendor |
| 233 | 2024-02-07T21:48:08.912Z | perl system 5.36 system |
| 234 | 2024-02-07T21:48:08.912Z | postgresql system 15 system |
| 235 | 2024-02-07T21:48:08.912Z | postgresql system 13 system |
| 236 | 2024-02-07T21:48:08.912Z | python vendor 3 vendor |
| 237 | 2024-02-07T21:48:08.912Z | python system 2 system |
| 238 | 2024-02-07T21:48:08.912Z | python3 system 3.11 system |
| 239 | 2024-02-07T21:48:08.912Z | ruby system 3.0 system |
| 240 | 2024-02-07T21:48:08.913Z | words vendor vendor american-english |
| 241 | 2024-02-07T21:48:08.913Z | words system system australian-english |
| 242 | 2024-02-07T21:48:08.913Z | words system system british-english |
| 243 | 2024-02-07T21:48:08.913Z | words system system canadian-english |
| 244 | 2024-02-07T21:48:08.913Z | words system system french |
| 245 | 2024-02-07T21:48:08.913Z | words system system italian |
| 246 | 2024-02-07T21:48:08.914Z | words system system ngerman |
| 247 | 2024-02-07T21:48:08.914Z | words system system ogerman |
| 248 | 2024-02-07T21:48:08.914Z | words system system spanish |
| 249 | 2024-02-07T21:48:09.054Z | FMRI IFO |
| 250 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 251 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 252 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 253 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 254 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 255 | 2024-02-07T21:48:09.055Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 256 | 2024-02-07T21:48:09.056Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 257 | 2024-02-07T21:48:09.056Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 258 | 2024-02-07T21:48:09.122Z | + set -o errexit |
| 259 | 2024-02-07T21:48:09.144Z | +++ dirname ./tools/ci_download_cockroachdb |
| 260 | 2024-02-07T21:48:09.144Z | ++ cd ./tools |
| 261 | 2024-02-07T21:48:09.144Z | ++ pwd |
| 262 | 2024-02-07T21:48:09.144Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 263 | 2024-02-07T21:48:09.144Z | ++ basename ./tools/ci_download_cockroachdb |
| 264 | 2024-02-07T21:48:09.144Z | + ARG0=ci_download_cockroachdb |
| 265 | 2024-02-07T21:48:09.144Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 266 | 2024-02-07T21:48:09.145Z | + CIDL_VERSION=v22.1.9 |
| 267 | 2024-02-07T21:48:09.145Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 268 | 2024-02-07T21:48:09.145Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 269 | 2024-02-07T21:48:09.145Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 270 | 2024-02-07T21:48:09.145Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 271 | 2024-02-07T21:48:09.145Z | + TARGET_DIR=out |
| 272 | 2024-02-07T21:48:09.145Z | + DOWNLOAD_DIR=out/downloads |
| 273 | 2024-02-07T21:48:09.145Z | + DEST_DIR=./out/cockroachdb |
| 274 | 2024-02-07T21:48:09.145Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 275 | 2024-02-07T21:48:09.146Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 276 | 2024-02-07T21:48:09.146Z | + main |
| 277 | 2024-02-07T21:48:09.146Z | + [[ 0 != 0 ]] |
| 278 | 2024-02-07T21:48:09.146Z | + CIDL_OS=solaris2.11 |
| 279 | 2024-02-07T21:48:09.146Z | + [[ 0 != 0 ]] |
| 280 | 2024-02-07T21:48:09.146Z | + configure_os solaris2.11 |
| 281 | 2024-02-07T21:48:09.146Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 282 | 2024-02-07T21:48:09.147Z | current directory: /work/oxidecomputer/omicron |
| 283 | 2024-02-07T21:48:09.147Z | + echo 'configuring based on OS: "solaris2.11"' |
| 284 | 2024-02-07T21:48:09.147Z | + case "$1" in |
| 285 | 2024-02-07T21:48:09.147Z | configuring based on OS: "solaris2.11" |
| 286 | 2024-02-07T21:48:09.147Z | + CIDL_BUILD=illumos |
| 287 | 2024-02-07T21:48:09.147Z | + CIDL_SUFFIX=tar.gz |
| 288 | 2024-02-07T21:48:09.147Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 289 | 2024-02-07T21:48:09.147Z | + CIDL_MD5FUNC=do_md5sum |
| 290 | 2024-02-07T21:48:09.147Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 291 | 2024-02-07T21:48:09.147Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 292 | 2024-02-07T21:48:09.148Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 293 | 2024-02-07T21:48:09.148Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2024-02-07T21:48:09.148Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-02-07T21:48:09.148Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 296 | 2024-02-07T21:48:09.148Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 297 | 2024-02-07T21:48:09.148Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 298 | 2024-02-07T21:48:09.148Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2024-02-07T21:48:09.148Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 300 | 2024-02-07T21:48:09.148Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2024-02-07T21:48:09.149Z | + mkdir -p out/downloads |
| 302 | 2024-02-07T21:48:09.149Z | + mkdir -p ./out/cockroachdb |
| 303 | 2024-02-07T21:48:09.149Z | + local DO_DOWNLOAD=true |
| 304 | 2024-02-07T21:48:09.149Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 305 | 2024-02-07T21:48:09.149Z | + '[' true == true ']' |
| 306 | 2024-02-07T21:48:09.149Z | + echo Downloading... |
| 307 | 2024-02-07T21:48:09.149Z | Downloading... |
| 308 | 2024-02-07T21:48:09.150Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 309 | 2024-02-07T21:48:09.150Z | + 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 |
| 310 | 2024-02-07T21:48:11.866Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 311 | 2024-02-07T21:48:11.869Z | ++ md5sum |
| 312 | 2024-02-07T21:48:11.869Z | ++ awk '{print $1}' |
| 313 | 2024-02-07T21:48:11.993Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 314 | 2024-02-07T21:48:11.993Z | + [[ 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 ]] |
| 315 | 2024-02-07T21:48:12.001Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 316 | 2024-02-07T21:48:12.002Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 317 | 2024-02-07T21:48:14.184Z | + do_assemble_illumos |
| 318 | 2024-02-07T21:48:14.185Z | + rm -r ./out/cockroachdb |
| 319 | 2024-02-07T21:48:14.192Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 320 | 2024-02-07T21:48:14.561Z | + ./out/cockroachdb/bin/cockroach version |
| 321 | 2024-02-07T21:48:14.730Z | Build Tag: v22.1.9-dirty |
| 322 | 2024-02-07T21:48:14.730Z | Build Time: 2022/10/26 21:17:46 |
| 323 | 2024-02-07T21:48:14.730Z | Distribution: OSS |
| 324 | 2024-02-07T21:48:14.730Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 325 | 2024-02-07T21:48:14.730Z | Go Version: go1.17.13 |
| 326 | 2024-02-07T21:48:14.730Z | C Compiler: gcc 10.3.0 |
| 327 | 2024-02-07T21:48:14.731Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 328 | 2024-02-07T21:48:14.731Z | Build Type: release |
| 329 | 2024-02-07T21:48:14.747Z | + set -o errexit |
| 330 | 2024-02-07T21:48:14.751Z | +++ dirname ./tools/ci_download_clickhouse |
| 331 | 2024-02-07T21:48:14.751Z | ++ cd ./tools |
| 332 | 2024-02-07T21:48:14.751Z | ++ pwd |
| 333 | 2024-02-07T21:48:14.756Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 334 | 2024-02-07T21:48:14.756Z | ++ basename ./tools/ci_download_clickhouse |
| 335 | 2024-02-07T21:48:14.756Z | + ARG0=ci_download_clickhouse |
| 336 | 2024-02-07T21:48:14.756Z | + TARGET_DIR=out |
| 337 | 2024-02-07T21:48:14.756Z | + DOWNLOAD_DIR=out/downloads |
| 338 | 2024-02-07T21:48:14.756Z | + DEST_DIR=./out/clickhouse |
| 339 | 2024-02-07T21:48:14.756Z | + CIDL_VERSION=v22.8.9.24 |
| 340 | 2024-02-07T21:48:14.757Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 341 | 2024-02-07T21:48:14.757Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 342 | 2024-02-07T21:48:14.757Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 343 | 2024-02-07T21:48:14.757Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 344 | 2024-02-07T21:48:14.757Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 345 | 2024-02-07T21:48:14.757Z | + main |
| 346 | 2024-02-07T21:48:14.757Z | + [[ 0 != 0 ]] |
| 347 | 2024-02-07T21:48:14.758Z | + CIDL_OS=solaris2.11 |
| 348 | 2024-02-07T21:48:14.758Z | + [[ 0 != 0 ]] |
| 349 | 2024-02-07T21:48:14.758Z | + configure_os solaris2.11 |
| 350 | 2024-02-07T21:48:14.758Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 351 | 2024-02-07T21:48:14.758Z | current directory: /work/oxidecomputer/omicron |
| 352 | 2024-02-07T21:48:14.758Z | + echo 'configuring based on OS: "solaris2.11"' |
| 353 | 2024-02-07T21:48:14.759Z | + CIDL_DASHREV= |
| 354 | 2024-02-07T21:48:14.759Z | + case "$1" in |
| 355 | 2024-02-07T21:48:14.759Z | configuring based on OS: "solaris2.11" |
| 356 | 2024-02-07T21:48:14.759Z | + CIDL_PLATFORM=illumos |
| 357 | 2024-02-07T21:48:14.759Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 358 | 2024-02-07T21:48:14.759Z | + CIDL_MD5FUNC=do_md5sum |
| 359 | 2024-02-07T21:48:14.759Z | + CIDL_DASHREV=-1 |
| 360 | 2024-02-07T21:48:14.760Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 361 | 2024-02-07T21:48:14.760Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2024-02-07T21:48:14.760Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2024-02-07T21:48:14.760Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 364 | 2024-02-07T21:48:14.760Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 365 | 2024-02-07T21:48:14.760Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 366 | 2024-02-07T21:48:14.761Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 367 | 2024-02-07T21:48:14.761Z | + mkdir -p out/downloads |
| 368 | 2024-02-07T21:48:14.761Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 369 | 2024-02-07T21:48:14.766Z | + mkdir -p ./out/clickhouse |
| 370 | 2024-02-07T21:48:14.767Z | + local DO_DOWNLOAD=true |
| 371 | 2024-02-07T21:48:14.767Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 372 | 2024-02-07T21:48:14.767Z | + '[' true == true ']' |
| 373 | 2024-02-07T21:48:14.767Z | + echo Downloading... |
| 374 | 2024-02-07T21:48:14.767Z | Downloading... |
| 375 | 2024-02-07T21:48:14.767Z | + 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 |
| 376 | 2024-02-07T21:48:14.768Z | + 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 |
| 377 | 2024-02-07T21:48:16.057Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 378 | 2024-02-07T21:48:16.067Z | ++ md5sum |
| 379 | 2024-02-07T21:48:16.067Z | ++ awk '{print $1}' |
| 380 | 2024-02-07T21:48:16.253Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 381 | 2024-02-07T21:48:16.254Z | + [[ 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 ]] |
| 382 | 2024-02-07T21:48:16.254Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 383 | 2024-02-07T21:48:16.276Z | + mkdir -p ./out/clickhouse |
| 384 | 2024-02-07T21:48:16.276Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 385 | 2024-02-07T21:48:19.441Z | + ./out/clickhouse/clickhouse server --version |
| 386 | 2024-02-07T21:48:19.470Z | ClickHouse server version 22.8.9.1. |
| 387 | 2024-02-07T21:48:19.483Z | + set -o errexit |
| 388 | 2024-02-07T21:48:19.487Z | +++ dirname ./tools/ci_download_console |
| 389 | 2024-02-07T21:48:19.487Z | ++ cd ./tools |
| 390 | 2024-02-07T21:48:19.487Z | ++ pwd |
| 391 | 2024-02-07T21:48:19.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 392 | 2024-02-07T21:48:19.491Z | ++ basename ./tools/ci_download_console |
| 393 | 2024-02-07T21:48:19.491Z | + ARG0=ci_download_console |
| 394 | 2024-02-07T21:48:19.492Z | + TARGET_DIR=out |
| 395 | 2024-02-07T21:48:19.492Z | + DOWNLOAD_DIR=out/downloads |
| 396 | 2024-02-07T21:48:19.492Z | + DEST_DIR=./out/console-assets |
| 397 | 2024-02-07T21:48:19.492Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 398 | 2024-02-07T21:48:19.492Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
| 399 | 2024-02-07T21:48:19.492Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
| 400 | 2024-02-07T21:48:19.493Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 401 | 2024-02-07T21:48:19.493Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 402 | 2024-02-07T21:48:19.493Z | + main |
| 403 | 2024-02-07T21:48:19.493Z | + [[ 0 != 0 ]] |
| 404 | 2024-02-07T21:48:19.493Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
| 405 | 2024-02-07T21:48:19.493Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 406 | 2024-02-07T21:48:19.493Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 407 | 2024-02-07T21:48:19.494Z | Local file: out/downloads/console.tar.gz |
| 408 | 2024-02-07T21:48:19.494Z | + local DO_DOWNLOAD=true |
| 409 | 2024-02-07T21:48:19.494Z | + [[ -f out/downloads/console.tar.gz ]] |
| 410 | 2024-02-07T21:48:19.494Z | + mkdir -p out/downloads |
| 411 | 2024-02-07T21:48:19.498Z | + '[' true == true ']' |
| 412 | 2024-02-07T21:48:19.499Z | + echo Downloading... |
| 413 | 2024-02-07T21:48:19.499Z | Downloading... |
| 414 | 2024-02-07T21:48:19.499Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
| 415 | 2024-02-07T21:48:19.500Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 416 | 2024-02-07T21:48:20.133Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 417 | 2024-02-07T21:48:20.133Z | ++ case "$OSTYPE" in |
| 418 | 2024-02-07T21:48:20.137Z | ++ SHA=sha256sum |
| 419 | 2024-02-07T21:48:20.137Z | ++ sha256sum |
| 420 | 2024-02-07T21:48:20.137Z | ++ awk '{print $1}' |
| 421 | 2024-02-07T21:48:20.581Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
| 422 | 2024-02-07T21:48:20.581Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
| 423 | 2024-02-07T21:48:21.134Z | + rm -rf ./out/console-assets |
| 424 | 2024-02-07T21:48:21.134Z | + mkdir -p ./out/console-assets |
| 425 | 2024-02-07T21:48:21.135Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 426 | 2024-02-07T21:48:21.135Z | + mkdir -p ./out/console-assets |
| 427 | 2024-02-07T21:48:21.135Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 428 | 2024-02-07T21:48:21.135Z | + set -o errexit |
| 429 | 2024-02-07T21:48:21.135Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 430 | 2024-02-07T21:48:21.135Z | ++ cd ./tools |
| 431 | 2024-02-07T21:48:21.135Z | ++ pwd |
| 432 | 2024-02-07T21:48:21.135Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 433 | 2024-02-07T21:48:21.136Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 434 | 2024-02-07T21:48:21.136Z | + ARG0=ci_download_maghemite_openapi |
| 435 | 2024-02-07T21:48:21.136Z | + TARGET_DIR=out |
| 436 | 2024-02-07T21:48:21.136Z | + DOWNLOAD_DIR=out/downloads |
| 437 | 2024-02-07T21:48:21.136Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 438 | 2024-02-07T21:48:21.136Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
| 439 | 2024-02-07T21:48:21.136Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 440 | 2024-02-07T21:48:21.137Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
| 441 | 2024-02-07T21:48:21.137Z | + LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 442 | 2024-02-07T21:48:21.137Z | + main |
| 443 | 2024-02-07T21:48:21.137Z | + [[ 0 != 0 ]] |
| 444 | 2024-02-07T21:48:21.137Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json' |
| 445 | 2024-02-07T21:48:21.137Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
| 446 | 2024-02-07T21:48:21.137Z | + echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
| 447 | 2024-02-07T21:48:21.137Z | Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 448 | 2024-02-07T21:48:21.137Z | + local DO_DOWNLOAD=true |
| 449 | 2024-02-07T21:48:21.138Z | + [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
| 450 | 2024-02-07T21:48:21.138Z | + mkdir -p out/downloads |
| 451 | 2024-02-07T21:48:21.138Z | + '[' true == true ']' |
| 452 | 2024-02-07T21:48:21.138Z | + echo Downloading... |
| 453 | 2024-02-07T21:48:21.138Z | Downloading... |
| 454 | 2024-02-07T21:48:21.138Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 455 | 2024-02-07T21:48:21.138Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
| 456 | 2024-02-07T21:48:21.138Z | ++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 457 | 2024-02-07T21:48:21.139Z | ++ case "$OSTYPE" in |
| 458 | 2024-02-07T21:48:21.139Z | ++ SHA=sha256sum |
| 459 | 2024-02-07T21:48:21.139Z | ++ sha256sum |
| 460 | 2024-02-07T21:48:21.139Z | ++ awk '{print $1}' |
| 461 | 2024-02-07T21:48:21.139Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 462 | 2024-02-07T21:48:21.139Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
| 463 | 2024-02-07T21:48:21.139Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 464 | 2024-02-07T21:48:21.139Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
| 465 | 2024-02-07T21:48:21.139Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 466 | 2024-02-07T21:48:21.140Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
| 467 | 2024-02-07T21:48:21.140Z | + LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 468 | 2024-02-07T21:48:21.140Z | + main |
| 469 | 2024-02-07T21:48:21.140Z | + [[ 0 != 0 ]] |
| 470 | 2024-02-07T21:48:21.141Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json' |
| 471 | 2024-02-07T21:48:21.141Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
| 472 | 2024-02-07T21:48:21.142Z | + echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
| 473 | 2024-02-07T21:48:21.142Z | + local DO_DOWNLOAD=true |
| 474 | 2024-02-07T21:48:21.143Z | Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 475 | 2024-02-07T21:48:21.143Z | + [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
| 476 | 2024-02-07T21:48:21.143Z | + mkdir -p out/downloads |
| 477 | 2024-02-07T21:48:21.144Z | + '[' true == true ']' |
| 478 | 2024-02-07T21:48:21.144Z | + echo Downloading... |
| 479 | 2024-02-07T21:48:21.145Z | Downloading... |
| 480 | 2024-02-07T21:48:21.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 481 | 2024-02-07T21:48:21.146Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
| 482 | 2024-02-07T21:48:21.146Z | ++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
| 483 | 2024-02-07T21:48:21.146Z | ++ case "$OSTYPE" in |
| 484 | 2024-02-07T21:48:21.146Z | ++ SHA=sha256sum |
| 485 | 2024-02-07T21:48:21.146Z | ++ sha256sum |
| 486 | 2024-02-07T21:48:21.147Z | ++ awk '{print $1}' |
| 487 | 2024-02-07T21:48:21.147Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 488 | 2024-02-07T21:48:21.147Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
| 489 | 2024-02-07T21:48:21.147Z | + set -o errexit |
| 490 | 2024-02-07T21:48:21.147Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 491 | 2024-02-07T21:48:21.147Z | ++ cd ./tools |
| 492 | 2024-02-07T21:48:21.147Z | ++ pwd |
| 493 | 2024-02-07T21:48:21.148Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 494 | 2024-02-07T21:48:21.148Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 495 | 2024-02-07T21:48:21.148Z | + ARG0=ci_download_dendrite_openapi |
| 496 | 2024-02-07T21:48:21.148Z | + TARGET_DIR=out |
| 497 | 2024-02-07T21:48:21.148Z | + DOWNLOAD_DIR=out/downloads |
| 498 | 2024-02-07T21:48:21.148Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 499 | 2024-02-07T21:48:21.149Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 500 | 2024-02-07T21:48:21.149Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 501 | 2024-02-07T21:48:21.149Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 502 | 2024-02-07T21:48:21.150Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 503 | 2024-02-07T21:48:21.150Z | + main |
| 504 | 2024-02-07T21:48:21.150Z | + [[ 0 != 0 ]] |
| 505 | 2024-02-07T21:48:21.150Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
| 506 | 2024-02-07T21:48:21.150Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 507 | 2024-02-07T21:48:21.151Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 508 | 2024-02-07T21:48:21.151Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
| 509 | 2024-02-07T21:48:21.151Z | + local DO_DOWNLOAD=true |
| 510 | 2024-02-07T21:48:21.151Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
| 511 | 2024-02-07T21:48:21.151Z | + mkdir -p out/downloads |
| 512 | 2024-02-07T21:48:21.151Z | + '[' true == true ']' |
| 513 | 2024-02-07T21:48:21.151Z | + echo Downloading... |
| 514 | 2024-02-07T21:48:21.151Z | Downloading... |
| 515 | 2024-02-07T21:48:21.151Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 516 | 2024-02-07T21:48:21.152Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 517 | 2024-02-07T21:48:21.162Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 518 | 2024-02-07T21:48:21.162Z | ++ case "$OSTYPE" in |
| 519 | 2024-02-07T21:48:21.162Z | ++ SHA=sha256sum |
| 520 | 2024-02-07T21:48:21.162Z | ++ sha256sum |
| 521 | 2024-02-07T21:48:21.163Z | ++ awk '{print $1}' |
| 522 | 2024-02-07T21:48:21.163Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 523 | 2024-02-07T21:48:21.163Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
| 524 | 2024-02-07T21:48:21.163Z | + set -o errexit |
| 525 | 2024-02-07T21:48:21.163Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 526 | 2024-02-07T21:48:21.163Z | ++ cd ./tools |
| 527 | 2024-02-07T21:48:21.163Z | ++ pwd |
| 528 | 2024-02-07T21:48:21.164Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 529 | 2024-02-07T21:48:21.164Z | ++ basename ./tools/ci_download_dendrite_stub |
| 530 | 2024-02-07T21:48:21.164Z | + ARG0=ci_download_dendrite_stub |
| 531 | 2024-02-07T21:48:21.164Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 532 | 2024-02-07T21:48:21.164Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 533 | 2024-02-07T21:48:21.164Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
| 534 | 2024-02-07T21:48:21.164Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
| 535 | 2024-02-07T21:48:21.164Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 536 | 2024-02-07T21:48:21.165Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 537 | 2024-02-07T21:48:21.165Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 538 | 2024-02-07T21:48:21.165Z | + TARGET_DIR=out |
| 539 | 2024-02-07T21:48:21.165Z | + DOWNLOAD_DIR=out/downloads |
| 540 | 2024-02-07T21:48:21.165Z | + DEST_DIR=./out/dendrite-stub |
| 541 | 2024-02-07T21:48:21.165Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 542 | 2024-02-07T21:48:21.165Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 543 | 2024-02-07T21:48:21.165Z | + REPO=oxidecomputer/dendrite |
| 544 | 2024-02-07T21:48:21.165Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 545 | 2024-02-07T21:48:21.165Z | + main |
| 546 | 2024-02-07T21:48:21.166Z | + [[ 0 != 0 ]] |
| 547 | 2024-02-07T21:48:21.166Z | + CIDL_OS=solaris2.11 |
| 548 | 2024-02-07T21:48:21.166Z | + [[ 0 != 0 ]] |
| 549 | 2024-02-07T21:48:21.166Z | + configure_os solaris2.11 |
| 550 | 2024-02-07T21:48:21.166Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 551 | 2024-02-07T21:48:21.166Z | current directory: /work/oxidecomputer/omicron |
| 552 | 2024-02-07T21:48:21.166Z | + echo 'configuring based on OS: "solaris2.11"' |
| 553 | 2024-02-07T21:48:21.166Z | + case "$1" in |
| 554 | 2024-02-07T21:48:21.166Z | + SET_BINARIES= |
| 555 | 2024-02-07T21:48:21.167Z | configuring based on OS: "solaris2.11" |
| 556 | 2024-02-07T21:48:21.167Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 557 | 2024-02-07T21:48:21.167Z | + CIDL_SHA256FUNC=do_sha256sum |
| 558 | 2024-02-07T21:48:21.167Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 559 | 2024-02-07T21:48:21.167Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 560 | 2024-02-07T21:48:21.167Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 561 | 2024-02-07T21:48:21.167Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
| 562 | 2024-02-07T21:48:21.167Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 563 | 2024-02-07T21:48:21.167Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 564 | 2024-02-07T21:48:21.168Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 565 | 2024-02-07T21:48:21.168Z | + mkdir -p out/downloads |
| 566 | 2024-02-07T21:48:21.168Z | + mkdir -p ./out/dendrite-stub |
| 567 | 2024-02-07T21:48:21.168Z | + fetch_and_verify |
| 568 | 2024-02-07T21:48:21.168Z | + local DO_DOWNLOAD=true |
| 569 | 2024-02-07T21:48:21.168Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 570 | 2024-02-07T21:48:21.168Z | + '[' true == true ']' |
| 571 | 2024-02-07T21:48:21.168Z | + echo Downloading... |
| 572 | 2024-02-07T21:48:21.168Z | Downloading... |
| 573 | 2024-02-07T21:48:21.169Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 574 | 2024-02-07T21:48:21.169Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 575 | 2024-02-07T21:48:30.573Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 576 | 2024-02-07T21:48:30.578Z | ++ sha256sum |
| 577 | 2024-02-07T21:48:30.578Z | ++ awk '{print $1}' |
| 578 | 2024-02-07T21:48:30.605Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 579 | 2024-02-07T21:48:30.609Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
| 580 | 2024-02-07T21:48:30.609Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 581 | 2024-02-07T21:48:30.609Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 582 | 2024-02-07T21:48:31.307Z | + do_assemble |
| 583 | 2024-02-07T21:48:31.307Z | + rm -r ./out/dendrite-stub |
| 584 | 2024-02-07T21:48:31.319Z | + mkdir ./out/dendrite-stub |
| 585 | 2024-02-07T21:48:31.319Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 586 | 2024-02-07T21:48:31.404Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 587 | 2024-02-07T21:48:31.427Z | + set -o errexit |
| 588 | 2024-02-07T21:48:31.438Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 589 | 2024-02-07T21:48:31.438Z | ++ cd ./tools |
| 590 | 2024-02-07T21:48:31.439Z | ++ pwd |
| 591 | 2024-02-07T21:48:31.439Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 592 | 2024-02-07T21:48:31.439Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 593 | 2024-02-07T21:48:31.439Z | + ARG0=ci_download_maghemite_mgd |
| 594 | 2024-02-07T21:48:31.439Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 595 | 2024-02-07T21:48:31.439Z | ++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
| 596 | 2024-02-07T21:48:31.439Z | ++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616 |
| 597 | 2024-02-07T21:48:31.439Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 598 | 2024-02-07T21:48:31.439Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
| 599 | 2024-02-07T21:48:31.439Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 600 | 2024-02-07T21:48:31.440Z | + TARGET_DIR=out |
| 601 | 2024-02-07T21:48:31.440Z | + DOWNLOAD_DIR=out/downloads |
| 602 | 2024-02-07T21:48:31.440Z | + DEST_DIR=./out/mgd |
| 603 | 2024-02-07T21:48:31.440Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 604 | 2024-02-07T21:48:31.440Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 605 | 2024-02-07T21:48:31.440Z | + REPO=oxidecomputer/maghemite |
| 606 | 2024-02-07T21:48:31.440Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
| 607 | 2024-02-07T21:48:31.440Z | + main |
| 608 | 2024-02-07T21:48:31.440Z | + [[ 0 != 0 ]] |
| 609 | 2024-02-07T21:48:31.440Z | + CIDL_OS=solaris2.11 |
| 610 | 2024-02-07T21:48:31.440Z | + [[ 0 != 0 ]] |
| 611 | 2024-02-07T21:48:31.440Z | + configure_os solaris2.11 |
| 612 | 2024-02-07T21:48:31.440Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 613 | 2024-02-07T21:48:31.440Z | current directory: /work/oxidecomputer/omicron |
| 614 | 2024-02-07T21:48:31.441Z | + echo 'configuring based on OS: "solaris2.11"' |
| 615 | 2024-02-07T21:48:31.441Z | + case "$1" in |
| 616 | 2024-02-07T21:48:31.441Z | + SET_BINARIES= |
| 617 | 2024-02-07T21:48:31.441Z | configuring based on OS: "solaris2.11" |
| 618 | 2024-02-07T21:48:31.441Z | + CIDL_SHA256FUNC=do_sha256sum |
| 619 | 2024-02-07T21:48:31.441Z | + TARBALL_FILENAME=mgd.tar.gz |
| 620 | 2024-02-07T21:48:31.441Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
| 621 | 2024-02-07T21:48:31.441Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 622 | 2024-02-07T21:48:31.441Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz' |
| 623 | 2024-02-07T21:48:31.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
| 624 | 2024-02-07T21:48:31.441Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 625 | 2024-02-07T21:48:31.441Z | + mkdir -p out/downloads |
| 626 | 2024-02-07T21:48:31.441Z | Local file: out/downloads/mgd.tar.gz |
| 627 | 2024-02-07T21:48:31.441Z | + mkdir -p ./out/mgd |
| 628 | 2024-02-07T21:48:31.441Z | + fetch_and_verify |
| 629 | 2024-02-07T21:48:31.441Z | + local DO_DOWNLOAD=true |
| 630 | 2024-02-07T21:48:31.442Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 631 | 2024-02-07T21:48:31.442Z | + '[' true == true ']' |
| 632 | 2024-02-07T21:48:31.442Z | + echo Downloading... |
| 633 | 2024-02-07T21:48:31.442Z | Downloading... |
| 634 | 2024-02-07T21:48:31.442Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 635 | 2024-02-07T21:48:31.442Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
| 636 | 2024-02-07T21:48:41.052Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 637 | 2024-02-07T21:48:41.061Z | ++ sha256sum |
| 638 | 2024-02-07T21:48:41.062Z | ++ awk '{print $1}' |
| 639 | 2024-02-07T21:48:41.076Z | + calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
| 640 | 2024-02-07T21:48:41.121Z | + [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]] |
| 641 | 2024-02-07T21:48:41.121Z | + do_untar out/downloads/mgd.tar.gz |
| 642 | 2024-02-07T21:48:41.121Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 643 | 2024-02-07T21:48:41.542Z | + do_assemble |
| 644 | 2024-02-07T21:48:41.542Z | + rm -r ./out/mgd |
| 645 | 2024-02-07T21:48:41.564Z | + mkdir ./out/mgd |
| 646 | 2024-02-07T21:48:41.565Z | + cp -r out/downloads/root ./out/mgd/root |
| 647 | 2024-02-07T21:48:41.689Z | + set -o errexit |
| 648 | 2024-02-07T21:48:41.694Z | +++ dirname ./tools/ci_download_transceiver_control |
| 649 | 2024-02-07T21:48:41.694Z | ++ cd ./tools |
| 650 | 2024-02-07T21:48:41.694Z | ++ pwd |
| 651 | 2024-02-07T21:48:41.695Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 652 | 2024-02-07T21:48:41.695Z | ++ basename ./tools/ci_download_transceiver_control |
| 653 | 2024-02-07T21:48:41.695Z | + ARG0=ci_download_transceiver_control |
| 654 | 2024-02-07T21:48:41.695Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 655 | 2024-02-07T21:48:41.695Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 656 | 2024-02-07T21:48:41.695Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 657 | 2024-02-07T21:48:41.695Z | + TARGET_DIR=out |
| 658 | 2024-02-07T21:48:41.695Z | + DOWNLOAD_DIR=out/downloads |
| 659 | 2024-02-07T21:48:41.695Z | + DEST_DIR=./out/transceiver-control |
| 660 | 2024-02-07T21:48:41.695Z | + BIN_DIR=/opt/oxide/bin |
| 661 | 2024-02-07T21:48:41.695Z | + BINARY=xcvradm |
| 662 | 2024-02-07T21:48:41.696Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 663 | 2024-02-07T21:48:41.696Z | + REPO=oxidecomputer/transceiver-control |
| 664 | 2024-02-07T21:48:41.696Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 665 | 2024-02-07T21:48:41.696Z | + main |
| 666 | 2024-02-07T21:48:41.696Z | + [[ 0 != 0 ]] |
| 667 | 2024-02-07T21:48:41.696Z | + CIDL_OS=solaris2.11 |
| 668 | 2024-02-07T21:48:41.696Z | + [[ 0 != 0 ]] |
| 669 | 2024-02-07T21:48:41.696Z | + configure_os solaris2.11 |
| 670 | 2024-02-07T21:48:41.696Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 671 | 2024-02-07T21:48:41.696Z | + echo 'configuring based on OS: "solaris2.11"' |
| 672 | 2024-02-07T21:48:41.696Z | current directory: /work/oxidecomputer/omicron |
| 673 | 2024-02-07T21:48:41.696Z | configuring based on OS: "solaris2.11" |
| 674 | 2024-02-07T21:48:41.697Z | + case "$1" in |
| 675 | 2024-02-07T21:48:41.697Z | + SET_BINARIES= |
| 676 | 2024-02-07T21:48:41.697Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 677 | 2024-02-07T21:48:41.697Z | + CIDL_SHA256FUNC=do_sha256sum |
| 678 | 2024-02-07T21:48:41.697Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 679 | 2024-02-07T21:48:41.697Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 680 | 2024-02-07T21:48:41.697Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 681 | 2024-02-07T21:48:41.697Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 682 | 2024-02-07T21:48:41.697Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 683 | 2024-02-07T21:48:41.697Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 684 | 2024-02-07T21:48:41.697Z | Local file: out/downloads/xcvradm.gz |
| 685 | 2024-02-07T21:48:41.697Z | + mkdir -p out/downloads |
| 686 | 2024-02-07T21:48:41.698Z | + mkdir -p ./out/transceiver-control |
| 687 | 2024-02-07T21:48:41.698Z | + fetch_and_verify |
| 688 | 2024-02-07T21:48:41.698Z | + local DO_DOWNLOAD=true |
| 689 | 2024-02-07T21:48:41.698Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 690 | 2024-02-07T21:48:41.698Z | + '[' true == true ']' |
| 691 | 2024-02-07T21:48:41.698Z | + echo Downloading... |
| 692 | 2024-02-07T21:48:41.698Z | Downloading... |
| 693 | 2024-02-07T21:48:41.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 694 | 2024-02-07T21:48:41.698Z | + 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 |
| 695 | 2024-02-07T21:48:44.067Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 696 | 2024-02-07T21:48:44.084Z | ++ sha256sum |
| 697 | 2024-02-07T21:48:44.084Z | ++ awk '{print $1}' |
| 698 | 2024-02-07T21:48:44.084Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 699 | 2024-02-07T21:48:44.084Z | + [[ 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 ]] |
| 700 | 2024-02-07T21:48:44.084Z | + do_unpack out/downloads/xcvradm.gz |
| 701 | 2024-02-07T21:48:44.085Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 702 | 2024-02-07T21:48:44.085Z | + gzip -dc out/downloads/xcvradm.gz |
| 703 | 2024-02-07T21:48:44.206Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 704 | 2024-02-07T21:48:44.216Z | + do_assemble |
| 705 | 2024-02-07T21:48:44.216Z | + rm -r ./out/transceiver-control |
| 706 | 2024-02-07T21:48:44.217Z | + mkdir ./out/transceiver-control |
| 707 | 2024-02-07T21:48:44.217Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 708 | 2024-02-07T21:48:44.664Z | All builder prerequisites installed successfully, and PATH looks valid |
| 709 | 2024-02-07T21:48:44.664Z | |
| 710 | 2024-02-07T21:48:44.664Z | real 1:32.829848778 |
| 711 | 2024-02-07T21:48:44.664Z | user 33.305001394 |
| 712 | 2024-02-07T21:48:44.664Z | sys 6.389728614 |
| 713 | 2024-02-07T21:48:44.664Z | trap 0.010891813 |
| 714 | 2024-02-07T21:48:44.664Z | tflt 0.202811079 |
| 715 | 2024-02-07T21:48:44.665Z | dflt 0.471093270 |
| 716 | 2024-02-07T21:48:44.665Z | kflt 0.176277322 |
| 717 | 2024-02-07T21:48:44.665Z | lock 1.275443175 |
| 718 | 2024-02-07T21:48:44.665Z | slp 3:06.755482520 |
| 719 | 2024-02-07T21:48:44.665Z | lat 1.826607281 |
| 720 | 2024-02-07T21:48:44.665Z | stop 0.131498126 |
| 721 | 2024-02-07T21:48:44.665Z | |
| 722 | 2024-02-07T21:48:44.665Z | #### # # ##### ##### # # |
| 723 | 2024-02-07T21:48:44.666Z | # # # # # # # # # # |
| 724 | 2024-02-07T21:48:44.666Z | # # # # # # # # |
| 725 | 2024-02-07T21:48:44.666Z | # # # ##### ##### # |
| 726 | 2024-02-07T21:48:44.666Z | # # # # # # # |
| 727 | 2024-02-07T21:48:44.667Z | #### ###### # # # # |
| 728 | 2024-02-07T21:48:44.667Z | |
| 729 | 2024-02-07T21:48:44.739Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 730 | 2024-02-07T21:48:45.084Z | Updating crates.io index |
| 731 | 2024-02-07T21:48:45.131Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 732 | 2024-02-07T21:48:45.749Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 733 | 2024-02-07T21:48:47.465Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 734 | 2024-02-07T21:48:47.717Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 735 | 2024-02-07T21:48:48.027Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 736 | 2024-02-07T21:48:48.340Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 737 | 2024-02-07T21:48:48.646Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 738 | 2024-02-07T21:48:49.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 739 | 2024-02-07T21:48:51.665Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 740 | 2024-02-07T21:48:52.586Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 741 | 2024-02-07T21:48:52.896Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 742 | 2024-02-07T21:48:53.484Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 743 | 2024-02-07T21:48:53.789Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 744 | 2024-02-07T21:48:54.114Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 745 | 2024-02-07T21:48:54.427Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 746 | 2024-02-07T21:48:54.926Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 747 | 2024-02-07T21:48:55.373Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 748 | 2024-02-07T21:48:55.658Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 749 | 2024-02-07T21:48:56.152Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 750 | 2024-02-07T21:48:56.548Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 751 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/jgallagher/nix` |
| 752 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 753 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 754 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 755 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 756 | 2024-02-07T21:49:01.390Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 757 | 2024-02-07T21:49:02.014Z | Downloading crates ... |
| 758 | 2024-02-07T21:49:02.504Z | Downloaded anstream v0.5.0 |
| 759 | 2024-02-07T21:49:02.504Z | Downloaded colorchoice v1.0.0 |
| 760 | 2024-02-07T21:49:02.504Z | Downloaded equivalent v1.0.1 |
| 761 | 2024-02-07T21:49:02.505Z | Downloaded cargo-platform v0.1.3 |
| 762 | 2024-02-07T21:49:02.505Z | Downloaded toml v0.8.9 |
| 763 | 2024-02-07T21:49:02.505Z | Downloaded utf8parse v0.2.1 |
| 764 | 2024-02-07T21:49:02.505Z | Downloaded thiserror v1.0.56 |
| 765 | 2024-02-07T21:49:02.505Z | Downloaded toml_datetime v0.6.5 |
| 766 | 2024-02-07T21:49:02.505Z | Downloaded strsim v0.10.0 |
| 767 | 2024-02-07T21:49:02.505Z | Downloaded thiserror-impl v1.0.56 |
| 768 | 2024-02-07T21:49:02.505Z | Downloaded anstyle-query v1.0.0 |
| 769 | 2024-02-07T21:49:02.506Z | Downloaded serde_spanned v0.6.5 |
| 770 | 2024-02-07T21:49:02.506Z | Downloaded itoa v1.0.9 |
| 771 | 2024-02-07T21:49:02.506Z | Downloaded terminal_size v0.2.6 |
| 772 | 2024-02-07T21:49:02.506Z | Downloaded anstyle v1.0.2 |
| 773 | 2024-02-07T21:49:02.506Z | Downloaded clap_lex v0.5.1 |
| 774 | 2024-02-07T21:49:02.506Z | Downloaded ryu v1.0.15 |
| 775 | 2024-02-07T21:49:02.506Z | Downloaded bitflags v1.3.2 |
| 776 | 2024-02-07T21:49:02.506Z | Downloaded anstyle-parse v0.2.1 |
| 777 | 2024-02-07T21:49:02.506Z | Downloaded heck v0.4.1 |
| 778 | 2024-02-07T21:49:02.506Z | Downloaded semver v1.0.21 |
| 779 | 2024-02-07T21:49:02.506Z | Downloaded cargo_metadata v0.18.1 |
| 780 | 2024-02-07T21:49:02.506Z | Downloaded quote v1.0.35 |
| 781 | 2024-02-07T21:49:02.507Z | Downloaded errno v0.3.8 |
| 782 | 2024-02-07T21:49:02.507Z | Downloaded clap_derive v4.4.2 |
| 783 | 2024-02-07T21:49:02.507Z | Downloaded camino v1.1.6 |
| 784 | 2024-02-07T21:49:02.507Z | Downloaded serde_derive v1.0.196 |
| 785 | 2024-02-07T21:49:02.507Z | Downloaded cargo_toml v0.19.0 |
| 786 | 2024-02-07T21:49:02.508Z | Downloaded proc-macro2 v1.0.78 |
| 787 | 2024-02-07T21:49:02.508Z | Downloaded io-lifetimes v1.0.11 |
| 788 | 2024-02-07T21:49:02.508Z | Downloaded unicode-ident v1.0.12 |
| 789 | 2024-02-07T21:49:02.508Z | Downloaded clap v4.4.3 |
| 790 | 2024-02-07T21:49:02.508Z | Downloaded anyhow v1.0.75 |
| 791 | 2024-02-07T21:49:02.509Z | Downloaded serde v1.0.196 |
| 792 | 2024-02-07T21:49:02.509Z | Downloaded indexmap v2.2.2 |
| 793 | 2024-02-07T21:49:02.509Z | Downloaded memchr v2.6.3 |
| 794 | 2024-02-07T21:49:02.509Z | Downloaded toml_edit v0.21.1 |
| 795 | 2024-02-07T21:49:02.509Z | Downloaded winnow v0.5.15 |
| 796 | 2024-02-07T21:49:02.510Z | Downloaded hashbrown v0.14.2 |
| 797 | 2024-02-07T21:49:02.510Z | Downloaded serde_json v1.0.113 |
| 798 | 2024-02-07T21:49:02.510Z | Downloaded clap_builder v4.4.2 |
| 799 | 2024-02-07T21:49:02.510Z | Downloaded syn v2.0.48 |
| 800 | 2024-02-07T21:49:02.510Z | Downloaded rustix v0.37.23 |
| 801 | 2024-02-07T21:49:02.510Z | Downloaded libc v0.2.153 |
| 802 | 2024-02-07T21:49:02.645Z | Compiling proc-macro2 v1.0.78 |
| 803 | 2024-02-07T21:49:02.645Z | Compiling unicode-ident v1.0.12 |
| 804 | 2024-02-07T21:49:02.654Z | Compiling serde v1.0.196 |
| 805 | 2024-02-07T21:49:02.654Z | Compiling libc v0.2.153 |
| 806 | 2024-02-07T21:49:02.654Z | Compiling io-lifetimes v1.0.11 |
| 807 | 2024-02-07T21:49:02.654Z | Compiling rustix v0.37.23 |
| 808 | 2024-02-07T21:49:03.069Z | Compiling utf8parse v0.2.1 |
| 809 | 2024-02-07T21:49:03.070Z | Compiling equivalent v1.0.1 |
| 810 | 2024-02-07T21:49:03.070Z | Compiling bitflags v1.3.2 |
| 811 | 2024-02-07T21:49:03.070Z | Compiling hashbrown v0.14.2 |
| 812 | 2024-02-07T21:49:03.070Z | Compiling anstyle-parse v0.2.1 |
| 813 | 2024-02-07T21:49:03.070Z | Compiling winnow v0.5.15 |
| 814 | 2024-02-07T21:49:03.146Z | Compiling semver v1.0.21 |
| 815 | 2024-02-07T21:49:03.815Z | Compiling indexmap v2.2.2 |
| 816 | 2024-02-07T21:49:03.915Z | Compiling colorchoice v1.0.0 |
| 817 | 2024-02-07T21:49:04.431Z | Compiling anstyle v1.0.2 |
| 818 | 2024-02-07T21:49:04.440Z | Compiling camino v1.1.6 |
| 819 | 2024-02-07T21:49:04.441Z | Compiling anstyle-query v1.0.0 |
| 820 | 2024-02-07T21:49:04.441Z | Compiling thiserror v1.0.56 |
| 821 | 2024-02-07T21:49:04.441Z | Compiling serde_json v1.0.113 |
| 822 | 2024-02-07T21:49:04.479Z | Compiling anstream v0.5.0 |
| 823 | 2024-02-07T21:49:04.635Z | Compiling itoa v1.0.9 |
| 824 | 2024-02-07T21:49:04.696Z | Compiling clap_lex v0.5.1 |
| 825 | 2024-02-07T21:49:04.846Z | Compiling heck v0.4.1 |
| 826 | 2024-02-07T21:49:04.854Z | Compiling ryu v1.0.15 |
| 827 | 2024-02-07T21:49:05.107Z | Compiling quote v1.0.35 |
| 828 | 2024-02-07T21:49:05.134Z | Compiling strsim v0.10.0 |
| 829 | 2024-02-07T21:49:05.196Z | Compiling errno v0.3.8 |
| 830 | 2024-02-07T21:49:05.285Z | Compiling anyhow v1.0.75 |
| 831 | 2024-02-07T21:49:05.528Z | Compiling syn v2.0.48 |
| 832 | 2024-02-07T21:49:06.410Z | Compiling terminal_size v0.2.6 |
| 833 | 2024-02-07T21:49:06.504Z | Compiling clap_builder v4.4.2 |
| 834 | 2024-02-07T21:49:10.948Z | Compiling serde_derive v1.0.196 |
| 835 | 2024-02-07T21:49:10.948Z | Compiling thiserror-impl v1.0.56 |
| 836 | 2024-02-07T21:49:10.953Z | Compiling clap_derive v4.4.2 |
| 837 | 2024-02-07T21:49:13.525Z | Compiling clap v4.4.3 |
| 838 | 2024-02-07T21:49:18.772Z | Compiling toml_datetime v0.6.5 |
| 839 | 2024-02-07T21:49:18.772Z | Compiling serde_spanned v0.6.5 |
| 840 | 2024-02-07T21:49:18.778Z | Compiling cargo-platform v0.1.3 |
| 841 | 2024-02-07T21:49:19.005Z | Compiling toml_edit v0.21.1 |
| 842 | 2024-02-07T21:49:20.060Z | Compiling cargo_metadata v0.18.1 |
| 843 | 2024-02-07T21:49:21.024Z | Compiling toml v0.8.9 |
| 844 | 2024-02-07T21:49:21.761Z | Compiling cargo_toml v0.19.0 |
| 845 | 2024-02-07T21:49:25.299Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 846 | 2024-02-07T21:49:26.213Z | Finished dev [unoptimized + debuginfo] target(s) in 41.63s |
| 847 | 2024-02-07T21:49:26.377Z | Running `target/debug/xtask clippy` |
| 848 | 2024-02-07T21:49:26.413Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 849 | 2024-02-07T21:49:26.928Z | Downloading crates ... |
| 850 | 2024-02-07T21:49:27.119Z | Downloaded adler v1.0.2 |
| 851 | 2024-02-07T21:49:27.123Z | Downloaded castaway v0.2.2 |
| 852 | 2024-02-07T21:49:27.127Z | Downloaded atomicwrites v0.4.3 |
| 853 | 2024-02-07T21:49:27.131Z | Downloaded hmac v0.12.1 |
| 854 | 2024-02-07T21:49:27.135Z | Downloaded cast v0.3.0 |
| 855 | 2024-02-07T21:49:27.140Z | Downloaded http-range v0.1.5 |
| 856 | 2024-02-07T21:49:27.153Z | Downloaded http-body v1.0.0 |
| 857 | 2024-02-07T21:49:27.172Z | Downloaded cassowary v0.3.0 |
| 858 | 2024-02-07T21:49:27.172Z | Downloaded ident_case v1.0.1 |
| 859 | 2024-02-07T21:49:27.172Z | Downloaded hubpack_derive v0.1.1 |
| 860 | 2024-02-07T21:49:27.182Z | Downloaded ciborium-io v0.2.2 |
| 861 | 2024-02-07T21:49:27.182Z | Downloaded httpdate v1.0.3 |
| 862 | 2024-02-07T21:49:27.182Z | Downloaded hex v0.4.3 |
| 863 | 2024-02-07T21:49:27.182Z | Downloaded cfg-if v1.0.0 |
| 864 | 2024-02-07T21:49:27.182Z | Downloaded byteorder v1.5.0 |
| 865 | 2024-02-07T21:49:27.182Z | Downloaded home v0.5.5 |
| 866 | 2024-02-07T21:49:27.182Z | Downloaded humantime v2.1.0 |
| 867 | 2024-02-07T21:49:27.182Z | Downloaded new_debug_unreachable v1.0.4 |
| 868 | 2024-02-07T21:49:27.185Z | Downloaded nested v0.1.1 |
| 869 | 2024-02-07T21:49:27.185Z | Downloaded hubpack v0.1.2 |
| 870 | 2024-02-07T21:49:27.185Z | Downloaded highway v1.1.0 |
| 871 | 2024-02-07T21:49:27.189Z | Downloaded miniz_oxide v0.7.1 |
| 872 | 2024-02-07T21:49:27.192Z | Downloaded hyper-tls v0.5.0 |
| 873 | 2024-02-07T21:49:27.192Z | Downloaded lru-cache v0.1.2 |
| 874 | 2024-02-07T21:49:27.195Z | Downloaded num-integer v0.1.45 |
| 875 | 2024-02-07T21:49:27.200Z | Downloaded cexpr v0.6.0 |
| 876 | 2024-02-07T21:49:27.201Z | Downloaded colored v2.0.4 |
| 877 | 2024-02-07T21:49:27.205Z | Downloaded nu-ansi-term v0.49.0 |
| 878 | 2024-02-07T21:49:27.209Z | Downloaded multer v3.0.0 |
| 879 | 2024-02-07T21:49:27.212Z | Downloaded indoc v1.0.9 |
| 880 | 2024-02-07T21:49:27.216Z | Downloaded hex-literal v0.4.1 |
| 881 | 2024-02-07T21:49:27.220Z | Downloaded ciborium v0.2.2 |
| 882 | 2024-02-07T21:49:27.220Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 883 | 2024-02-07T21:49:27.223Z | Downloaded instant v0.1.12 |
| 884 | 2024-02-07T21:49:27.231Z | Downloaded console v0.15.8 |
| 885 | 2024-02-07T21:49:27.239Z | Downloaded native-tls v0.2.11 |
| 886 | 2024-02-07T21:49:27.239Z | Downloaded ipnet v2.9.0 |
| 887 | 2024-02-07T21:49:27.244Z | Downloaded is-terminal v0.4.9 |
| 888 | 2024-02-07T21:49:27.245Z | Downloaded camino-tempfile v1.1.1 |
| 889 | 2024-02-07T21:49:27.245Z | Downloaded num-bigint-dig v0.8.4 |
| 890 | 2024-02-07T21:49:27.249Z | Downloaded newtype_derive v0.1.6 |
| 891 | 2024-02-07T21:49:27.255Z | Downloaded libsw v3.3.1 |
| 892 | 2024-02-07T21:49:27.255Z | Downloaded keccak v0.1.4 |
| 893 | 2024-02-07T21:49:27.268Z | Downloaded lazy_static v1.4.0 |
| 894 | 2024-02-07T21:49:27.268Z | Downloaded linear-map v1.2.0 |
| 895 | 2024-02-07T21:49:27.268Z | Downloaded buf-list v1.0.3 |
| 896 | 2024-02-07T21:49:27.274Z | Downloaded match_cfg v0.1.0 |
| 897 | 2024-02-07T21:49:27.275Z | Downloaded bytecount v0.6.3 |
| 898 | 2024-02-07T21:49:27.275Z | Downloaded array-init v0.0.4 |
| 899 | 2024-02-07T21:49:27.275Z | Downloaded bb8 v0.8.3 |
| 900 | 2024-02-07T21:49:27.275Z | Downloaded clang-sys v1.6.1 |
| 901 | 2024-02-07T21:49:27.275Z | Downloaded maplit v1.0.2 |
| 902 | 2024-02-07T21:49:27.278Z | Downloaded nodrop v0.1.14 |
| 903 | 2024-02-07T21:49:27.278Z | Downloaded matches v0.1.10 |
| 904 | 2024-02-07T21:49:27.281Z | Downloaded linked-hash-map v0.5.6 |
| 905 | 2024-02-07T21:49:27.281Z | Downloaded crucible-workspace-hack v0.1.0 |
| 906 | 2024-02-07T21:49:27.285Z | Downloaded constant_time_eq v0.2.6 |
| 907 | 2024-02-07T21:49:27.285Z | Downloaded crunchy v0.2.2 |
| 908 | 2024-02-07T21:49:27.285Z | Downloaded cobs v0.2.3 |
| 909 | 2024-02-07T21:49:27.288Z | Downloaded async-recursion v1.0.5 |
| 910 | 2024-02-07T21:49:27.291Z | Downloaded is_ci v1.1.1 |
| 911 | 2024-02-07T21:49:27.291Z | Downloaded atty v0.2.14 |
| 912 | 2024-02-07T21:49:27.295Z | Downloaded ascii-canvas v3.0.0 |
| 913 | 2024-02-07T21:49:27.295Z | Downloaded anes v0.1.6 |
| 914 | 2024-02-07T21:49:27.298Z | Downloaded serde-big-array v0.4.1 |
| 915 | 2024-02-07T21:49:27.301Z | Downloaded scroll_derive v0.12.0 |
| 916 | 2024-02-07T21:49:27.301Z | Downloaded newline-converter v0.3.0 |
| 917 | 2024-02-07T21:49:27.301Z | Downloaded cpufeatures v0.2.12 |
| 918 | 2024-02-07T21:49:27.304Z | Downloaded cancel-safe-futures v0.1.5 |
| 919 | 2024-02-07T21:49:27.312Z | Downloaded maybe-uninit v2.0.0 |
| 920 | 2024-02-07T21:49:27.312Z | Downloaded approx v0.5.1 |
| 921 | 2024-02-07T21:49:27.312Z | Downloaded atomic-waker v1.1.1 |
| 922 | 2024-02-07T21:49:27.312Z | Downloaded assert_cmd v2.0.13 |
| 923 | 2024-02-07T21:49:27.317Z | Downloaded cstr-argument v0.1.2 |
| 924 | 2024-02-07T21:49:27.317Z | Downloaded termtree v0.4.1 |
| 925 | 2024-02-07T21:49:28.137Z | Downloaded spin v0.5.2 |
| 926 | 2024-02-07T21:49:28.137Z | Downloaded base16ct v0.2.0 |
| 927 | 2024-02-07T21:49:28.137Z | Downloaded async-stream-impl v0.3.5 |
| 928 | 2024-02-07T21:49:28.137Z | Downloaded libefi-sys v0.1.0 |
| 929 | 2024-02-07T21:49:28.137Z | Downloaded kstat-rs v0.2.3 |
| 930 | 2024-02-07T21:49:28.137Z | Downloaded rustls-pemfile v1.0.3 |
| 931 | 2024-02-07T21:49:28.138Z | Downloaded bit-vec v0.6.3 |
| 932 | 2024-02-07T21:49:28.138Z | Downloaded bit-set v0.5.3 |
| 933 | 2024-02-07T21:49:28.138Z | Downloaded criterion-plot v0.5.0 |
| 934 | 2024-02-07T21:49:28.138Z | Downloaded block-buffer v0.10.4 |
| 935 | 2024-02-07T21:49:28.139Z | Downloaded crossbeam v0.8.2 |
| 936 | 2024-02-07T21:49:28.139Z | Downloaded num-complex v0.4.4 |
| 937 | 2024-02-07T21:49:28.139Z | Downloaded bitfield v0.14.0 |
| 938 | 2024-02-07T21:49:28.139Z | Downloaded lru v0.12.1 |
| 939 | 2024-02-07T21:49:28.139Z | Downloaded crossbeam-queue v0.3.8 |
| 940 | 2024-02-07T21:49:28.139Z | Downloaded multimap v0.8.3 |
| 941 | 2024-02-07T21:49:28.140Z | Downloaded ipnetwork v0.20.0 |
| 942 | 2024-02-07T21:49:28.140Z | Downloaded memoffset v0.7.1 |
| 943 | 2024-02-07T21:49:28.140Z | Downloaded cc v1.0.83 |
| 944 | 2024-02-07T21:49:28.140Z | Downloaded lalrpop-util v0.19.12 |
| 945 | 2024-02-07T21:49:28.140Z | Downloaded md-5 v0.10.5 |
| 946 | 2024-02-07T21:49:28.140Z | Downloaded block-padding v0.3.3 |
| 947 | 2024-02-07T21:49:28.140Z | Downloaded managed v0.8.0 |
| 948 | 2024-02-07T21:49:28.140Z | Downloaded semver-parser v0.10.2 |
| 949 | 2024-02-07T21:49:28.140Z | Downloaded semver v0.11.0 |
| 950 | 2024-02-07T21:49:28.141Z | Downloaded sec1 v0.7.3 |
| 951 | 2024-02-07T21:49:28.141Z | Downloaded crc-catalog v2.2.0 |
| 952 | 2024-02-07T21:49:28.141Z | Downloaded num-iter v0.1.43 |
| 953 | 2024-02-07T21:49:28.141Z | Downloaded slog-json v2.6.1 |
| 954 | 2024-02-07T21:49:28.141Z | Downloaded secrecy v0.8.0 |
| 955 | 2024-02-07T21:49:28.141Z | Downloaded usdt-macro v0.3.5 |
| 956 | 2024-02-07T21:49:28.141Z | Downloaded memoffset v0.9.0 |
| 957 | 2024-02-07T21:49:28.141Z | Downloaded parse-size v1.0.0 |
| 958 | 2024-02-07T21:49:28.142Z | Downloaded ansi_term v0.12.1 |
| 959 | 2024-02-07T21:49:28.142Z | Downloaded aead v0.5.2 |
| 960 | 2024-02-07T21:49:28.142Z | Downloaded tinyvec_macros v0.1.1 |
| 961 | 2024-02-07T21:49:28.142Z | Downloaded supports-color v2.1.0 |
| 962 | 2024-02-07T21:49:28.142Z | Downloaded dtrace-parser v0.2.0 |
| 963 | 2024-02-07T21:49:28.142Z | Downloaded slog-envlogger v2.2.0 |
| 964 | 2024-02-07T21:49:28.142Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 965 | 2024-02-07T21:49:28.143Z | Downloaded base64ct v1.6.0 |
| 966 | 2024-02-07T21:49:28.143Z | Downloaded crossbeam-deque v0.8.3 |
| 967 | 2024-02-07T21:49:28.143Z | Downloaded csv-core v0.1.11 |
| 968 | 2024-02-07T21:49:28.143Z | Downloaded structmeta v0.3.0 |
| 969 | 2024-02-07T21:49:28.143Z | Downloaded crc32fast v1.3.2 |
| 970 | 2024-02-07T21:49:28.143Z | Downloaded blake2 v0.10.6 |
| 971 | 2024-02-07T21:49:28.143Z | Downloaded rstest v0.18.2 |
| 972 | 2024-02-07T21:49:28.143Z | Downloaded log v0.4.20 |
| 973 | 2024-02-07T21:49:28.143Z | Downloaded libtest-mimic v0.6.1 |
| 974 | 2024-02-07T21:49:28.143Z | Downloaded rustls-pemfile v2.0.0 |
| 975 | 2024-02-07T21:49:28.144Z | Downloaded time-core v0.1.1 |
| 976 | 2024-02-07T21:49:28.144Z | Downloaded strum v0.25.0 |
| 977 | 2024-02-07T21:49:28.144Z | Downloaded hash32 v0.3.1 |
| 978 | 2024-02-07T21:49:28.144Z | Downloaded waitgroup v0.1.2 |
| 979 | 2024-02-07T21:49:28.144Z | Downloaded futures-sink v0.3.30 |
| 980 | 2024-02-07T21:49:28.144Z | Downloaded serde_path_to_error v0.1.15 |
| 981 | 2024-02-07T21:49:28.144Z | Downloaded owo-colors v4.0.0 |
| 982 | 2024-02-07T21:49:28.145Z | Downloaded packed_struct v0.10.1 |
| 983 | 2024-02-07T21:49:28.145Z | Downloaded lock_api v0.4.10 |
| 984 | 2024-02-07T21:49:28.145Z | Downloaded structmeta-derive v0.3.0 |
| 985 | 2024-02-07T21:49:28.145Z | Downloaded spin v0.9.8 |
| 986 | 2024-02-07T21:49:28.145Z | Downloaded doc-comment v0.3.3 |
| 987 | 2024-02-07T21:49:28.145Z | Downloaded foreign-types v0.3.2 |
| 988 | 2024-02-07T21:49:28.145Z | Downloaded cookie v0.18.0 |
| 989 | 2024-02-07T21:49:28.145Z | Downloaded zone_cfg_derive v0.3.0 |
| 990 | 2024-02-07T21:49:28.145Z | Downloaded darling_macro v0.14.4 |
| 991 | 2024-02-07T21:49:28.146Z | Downloaded const-oid v0.9.5 |
| 992 | 2024-02-07T21:49:28.146Z | Downloaded which v4.4.0 |
| 993 | 2024-02-07T21:49:28.146Z | Downloaded zone v0.3.0 |
| 994 | 2024-02-07T21:49:28.146Z | Downloaded http v0.2.11 |
| 995 | 2024-02-07T21:49:28.146Z | Downloaded target-spec v3.1.0 |
| 996 | 2024-02-07T21:49:28.146Z | Downloaded percent-encoding v2.3.1 |
| 997 | 2024-02-07T21:49:28.146Z | Downloaded tokio-tungstenite v0.20.1 |
| 998 | 2024-02-07T21:49:28.146Z | Downloaded num_cpus v1.16.0 |
| 999 | 2024-02-07T21:49:28.147Z | Downloaded headers-core v0.2.0 |
| 1000 | 2024-02-07T21:49:28.147Z | Downloaded usdt-attr-macro v0.5.0 |
| 1001 | 2024-02-07T21:49:28.147Z | Downloaded mime_guess v2.0.4 |
| 1002 | 2024-02-07T21:49:28.147Z | Downloaded stable_deref_trait v1.2.0 |
| 1003 | 2024-02-07T21:49:28.147Z | Downloaded mockall_derive v0.12.0 |
| 1004 | 2024-02-07T21:49:28.147Z | Downloaded basic-toml v0.1.8 |
| 1005 | 2024-02-07T21:49:28.147Z | Downloaded phf_shared v0.10.0 |
| 1006 | 2024-02-07T21:49:28.147Z | Downloaded tiny-keccak v2.0.2 |
| 1007 | 2024-02-07T21:49:28.148Z | Downloaded want v0.3.1 |
| 1008 | 2024-02-07T21:49:28.148Z | Downloaded pin-utils v0.1.0 |
| 1009 | 2024-02-07T21:49:28.148Z | Downloaded defmt v0.3.5 |
| 1010 | 2024-02-07T21:49:28.148Z | Downloaded slog-dtrace v0.3.0 |
| 1011 | 2024-02-07T21:49:28.148Z | Downloaded form_urlencoded v1.2.1 |
| 1012 | 2024-02-07T21:49:28.148Z | Downloaded darling v0.14.4 |
| 1013 | 2024-02-07T21:49:28.148Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1014 | 2024-02-07T21:49:28.148Z | Downloaded defmt-macros v0.3.6 |
| 1015 | 2024-02-07T21:49:28.148Z | Downloaded wyz v0.5.1 |
| 1016 | 2024-02-07T21:49:28.148Z | Downloaded zeroize_derive v1.4.2 |
| 1017 | 2024-02-07T21:49:28.149Z | Downloaded zeroize v1.7.0 |
| 1018 | 2024-02-07T21:49:28.149Z | Downloaded generic-array v0.14.7 |
| 1019 | 2024-02-07T21:49:28.149Z | Downloaded unicode-width v0.1.11 |
| 1020 | 2024-02-07T21:49:28.149Z | Downloaded fd-lock v3.0.13 |
| 1021 | 2024-02-07T21:49:28.149Z | Downloaded rtoolbox v0.0.1 |
| 1022 | 2024-02-07T21:49:28.149Z | Downloaded flagset v0.4.3 |
| 1023 | 2024-02-07T21:49:28.149Z | Downloaded tower-service v0.3.2 |
| 1024 | 2024-02-07T21:49:28.149Z | Downloaded remove_dir_all v0.5.3 |
| 1025 | 2024-02-07T21:49:28.157Z | Downloaded defmt-parser v0.3.3 |
| 1026 | 2024-02-07T21:49:28.157Z | Downloaded smf v0.2.2 |
| 1027 | 2024-02-07T21:49:28.157Z | Downloaded partial-io v0.5.4 |
| 1028 | 2024-02-07T21:49:28.158Z | Downloaded futures-channel v0.3.30 |
| 1029 | 2024-02-07T21:49:28.158Z | Downloaded hyper-util v0.1.2 |
| 1030 | 2024-02-07T21:49:28.158Z | Downloaded tower-layer v0.3.2 |
| 1031 | 2024-02-07T21:49:28.158Z | Downloaded crypto-bigint v0.5.2 |
| 1032 | 2024-02-07T21:49:28.158Z | Downloaded ppv-lite86 v0.2.17 |
| 1033 | 2024-02-07T21:49:28.158Z | Downloaded phf v0.11.2 |
| 1034 | 2024-02-07T21:49:28.158Z | Downloaded pem-rfc7468 v0.7.0 |
| 1035 | 2024-02-07T21:49:28.158Z | Downloaded walkdir v2.4.0 |
| 1036 | 2024-02-07T21:49:28.158Z | Downloaded time-macros v0.2.13 |
| 1037 | 2024-02-07T21:49:28.158Z | Downloaded strum_macros v0.25.2 |
| 1038 | 2024-02-07T21:49:28.159Z | Downloaded pin-project-lite v0.2.13 |
| 1039 | 2024-02-07T21:49:28.159Z | Downloaded getrandom v0.2.10 |
| 1040 | 2024-02-07T21:49:28.159Z | Downloaded indicatif v0.17.7 |
| 1041 | 2024-02-07T21:49:28.159Z | Downloaded darling v0.20.3 |
| 1042 | 2024-02-07T21:49:28.159Z | Downloaded ref-cast-impl v1.0.20 |
| 1043 | 2024-02-07T21:49:28.159Z | Downloaded hash32 v0.2.1 |
| 1044 | 2024-02-07T21:49:28.159Z | Downloaded ref-cast v1.0.20 |
| 1045 | 2024-02-07T21:49:28.160Z | Downloaded termcolor v1.2.0 |
| 1046 | 2024-02-07T21:49:28.160Z | Downloaded dyn-clone v1.0.16 |
| 1047 | 2024-02-07T21:49:28.160Z | Downloaded universal-hash v0.5.1 |
| 1048 | 2024-02-07T21:49:28.160Z | Downloaded thread-id v4.2.0 |
| 1049 | 2024-02-07T21:49:28.160Z | Downloaded thiserror-no-std v2.0.2 |
| 1050 | 2024-02-07T21:49:28.160Z | Downloaded samael v0.0.14 |
| 1051 | 2024-02-07T21:49:28.161Z | Downloaded unarray v0.1.4 |
| 1052 | 2024-02-07T21:49:28.161Z | Downloaded backtrace v0.3.69 |
| 1053 | 2024-02-07T21:49:28.161Z | Downloaded tinytemplate v1.2.1 |
| 1054 | 2024-02-07T21:49:28.161Z | Downloaded pin-project-internal v1.1.3 |
| 1055 | 2024-02-07T21:49:28.161Z | Downloaded pkcs8 v0.10.2 |
| 1056 | 2024-02-07T21:49:28.161Z | Downloaded phf_shared v0.11.2 |
| 1057 | 2024-02-07T21:49:28.161Z | Downloaded trybuild v1.0.89 |
| 1058 | 2024-02-07T21:49:28.161Z | Downloaded difflib v0.4.0 |
| 1059 | 2024-02-07T21:49:28.162Z | Downloaded usdt-impl v0.5.0 |
| 1060 | 2024-02-07T21:49:28.162Z | Downloaded vte v0.11.1 |
| 1061 | 2024-02-07T21:49:28.162Z | Downloaded tokio-macros v2.2.0 |
| 1062 | 2024-02-07T21:49:28.162Z | Downloaded arc-swap v1.6.0 |
| 1063 | 2024-02-07T21:49:28.162Z | Downloaded tinyvec v1.6.0 |
| 1064 | 2024-02-07T21:49:28.162Z | Downloaded zerocopy-derive v0.7.32 |
| 1065 | 2024-02-07T21:49:28.162Z | Downloaded crossbeam-channel v0.5.8 |
| 1066 | 2024-02-07T21:49:28.162Z | Downloaded structopt-derive v0.4.18 |
| 1067 | 2024-02-07T21:49:28.162Z | Downloaded poly1305 v0.8.0 |
| 1068 | 2024-02-07T21:49:28.163Z | Downloaded minimal-lexical v0.2.1 |
| 1069 | 2024-02-07T21:49:28.163Z | Downloaded base64 v0.21.7 |
| 1070 | 2024-02-07T21:49:28.163Z | Downloaded globset v0.4.13 |
| 1071 | 2024-02-07T21:49:28.163Z | Downloaded num-traits v0.2.16 |
| 1072 | 2024-02-07T21:49:28.163Z | Downloaded tracing-attributes v0.1.26 |
| 1073 | 2024-02-07T21:49:28.163Z | Downloaded proc-macro-error v1.0.4 |
| 1074 | 2024-02-07T21:49:28.163Z | Downloaded darling_core v0.20.3 |
| 1075 | 2024-02-07T21:49:28.163Z | Downloaded structopt v0.3.26 |
| 1076 | 2024-02-07T21:49:28.163Z | Downloaded zip v0.6.6 |
| 1077 | 2024-02-07T21:49:28.163Z | Downloaded ucd-trie v0.1.6 |
| 1078 | 2024-02-07T21:49:28.164Z | Downloaded rcgen v0.12.1 |
| 1079 | 2024-02-07T21:49:28.164Z | Downloaded der v0.7.8 |
| 1080 | 2024-02-07T21:49:28.164Z | Downloaded trust-dns-client v0.22.0 |
| 1081 | 2024-02-07T21:49:28.164Z | Downloaded headers v0.3.9 |
| 1082 | 2024-02-07T21:49:28.164Z | Downloaded unsafe-libyaml v0.2.10 |
| 1083 | 2024-02-07T21:49:28.164Z | Downloaded pin-project v1.1.3 |
| 1084 | 2024-02-07T21:49:28.164Z | Downloaded x509-cert v0.2.4 |
| 1085 | 2024-02-07T21:49:28.164Z | Downloaded tracing v0.1.37 |
| 1086 | 2024-02-07T21:49:28.165Z | Downloaded num_threads v0.1.6 |
| 1087 | 2024-02-07T21:49:28.165Z | Downloaded darling_macro v0.20.3 |
| 1088 | 2024-02-07T21:49:28.165Z | Downloaded unicode-segmentation v1.10.1 |
| 1089 | 2024-02-07T21:49:28.165Z | Downloaded hashbrown v0.12.3 |
| 1090 | 2024-02-07T21:49:28.165Z | Downloaded unicode-normalization v0.1.22 |
| 1091 | 2024-02-07T21:49:28.165Z | Downloaded hashbrown v0.13.2 |
| 1092 | 2024-02-07T21:49:28.165Z | Downloaded pretty-hex v0.4.1 |
| 1093 | 2024-02-07T21:49:28.165Z | Downloaded plotters-svg v0.3.5 |
| 1094 | 2024-02-07T21:49:28.165Z | Downloaded hyper v0.14.27 |
| 1095 | 2024-02-07T21:49:28.165Z | Downloaded downcast v0.11.0 |
| 1096 | 2024-02-07T21:49:28.165Z | Downloaded dtrace-parser v0.1.14 |
| 1097 | 2024-02-07T21:49:28.165Z | Downloaded blake3 v1.5.0 |
| 1098 | 2024-02-07T21:49:28.165Z | Downloaded foreign-types-shared v0.3.1 |
| 1099 | 2024-02-07T21:49:28.165Z | Downloaded toolchain_find v0.2.0 |
| 1100 | 2024-02-07T21:49:28.165Z | Downloaded num_enum_derive v0.5.11 |
| 1101 | 2024-02-07T21:49:28.165Z | Downloaded tower v0.4.13 |
| 1102 | 2024-02-07T21:49:28.165Z | Downloaded pathdiff v0.2.1 |
| 1103 | 2024-02-07T21:49:28.165Z | Downloaded foreign-types-shared v0.1.1 |
| 1104 | 2024-02-07T21:49:28.165Z | Downloaded foreign-types-macros v0.2.3 |
| 1105 | 2024-02-07T21:49:28.165Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1106 | 2024-02-07T21:49:28.165Z | Downloaded number_prefix v0.4.0 |
| 1107 | 2024-02-07T21:49:28.166Z | Downloaded derive_builder_macro v0.12.0 |
| 1108 | 2024-02-07T21:49:28.166Z | Downloaded predicates-tree v1.0.9 |
| 1109 | 2024-02-07T21:49:28.166Z | Downloaded debug-ignore v1.0.5 |
| 1110 | 2024-02-07T21:49:28.166Z | Downloaded path-slash v0.1.5 |
| 1111 | 2024-02-07T21:49:28.166Z | Downloaded rustversion v1.0.14 |
| 1112 | 2024-02-07T21:49:28.166Z | Downloaded data-encoding v2.4.0 |
| 1113 | 2024-02-07T21:49:28.166Z | Downloaded datatest-stable v0.2.3 |
| 1114 | 2024-02-07T21:49:28.166Z | Downloaded rusty-fork v0.3.0 |
| 1115 | 2024-02-07T21:49:28.166Z | Downloaded serde_tokenstream v0.1.7 |
| 1116 | 2024-02-07T21:49:28.166Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1117 | 2024-02-07T21:49:28.166Z | Downloaded futures-macro v0.3.30 |
| 1118 | 2024-02-07T21:49:28.166Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1119 | 2024-02-07T21:49:28.166Z | Downloaded slog-stdlog v4.1.1 |
| 1120 | 2024-02-07T21:49:28.166Z | Downloaded signal-hook-registry v1.4.1 |
| 1121 | 2024-02-07T21:49:28.166Z | Downloaded shlex v1.3.0 |
| 1122 | 2024-02-07T21:49:28.166Z | Downloaded dof v0.3.0 |
| 1123 | 2024-02-07T21:49:28.166Z | Downloaded signal-hook-mio v0.2.3 |
| 1124 | 2024-02-07T21:49:28.166Z | Downloaded smawk v0.3.1 |
| 1125 | 2024-02-07T21:49:28.172Z | Downloaded zerocopy v0.3.0 |
| 1126 | 2024-02-07T21:49:28.172Z | Downloaded getopts v0.2.21 |
| 1127 | 2024-02-07T21:49:28.172Z | Downloaded topological-sort v0.2.2 |
| 1128 | 2024-02-07T21:49:28.173Z | Downloaded shell-words v1.1.0 |
| 1129 | 2024-02-07T21:49:28.173Z | Downloaded dof v0.1.5 |
| 1130 | 2024-02-07T21:49:28.173Z | Downloaded usdt-macro v0.5.0 |
| 1131 | 2024-02-07T21:49:28.173Z | Downloaded display-error-chain v0.2.0 |
| 1132 | 2024-02-07T21:49:28.173Z | Downloaded dirs-sys-next v0.1.2 |
| 1133 | 2024-02-07T21:49:28.173Z | Downloaded unicode-linebreak v0.1.5 |
| 1134 | 2024-02-07T21:49:28.173Z | Downloaded proc-macro-crate v1.3.1 |
| 1135 | 2024-02-07T21:49:28.173Z | Downloaded funty v2.0.0 |
| 1136 | 2024-02-07T21:49:28.173Z | Downloaded unicode-xid v0.2.4 |
| 1137 | 2024-02-07T21:49:28.173Z | Downloaded slog-async v2.8.0 |
| 1138 | 2024-02-07T21:49:28.174Z | Downloaded yasna v0.5.2 |
| 1139 | 2024-02-07T21:49:28.174Z | Downloaded slab v0.4.9 |
| 1140 | 2024-02-07T21:49:28.174Z | Downloaded fragile v2.0.0 |
| 1141 | 2024-02-07T21:49:28.174Z | Downloaded version_check v0.9.4 |
| 1142 | 2024-02-07T21:49:28.174Z | Downloaded plain v0.2.3 |
| 1143 | 2024-02-07T21:49:28.174Z | Downloaded pkg-config v0.3.27 |
| 1144 | 2024-02-07T21:49:28.174Z | Downloaded thread_local v1.1.7 |
| 1145 | 2024-02-07T21:49:28.174Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1146 | 2024-02-07T21:49:28.174Z | Downloaded reedline v0.28.0 |
| 1147 | 2024-02-07T21:49:28.174Z | Downloaded precomputed-hash v0.1.1 |
| 1148 | 2024-02-07T21:49:28.175Z | Downloaded smallvec v0.6.14 |
| 1149 | 2024-02-07T21:49:28.175Z | Downloaded signature v2.1.0 |
| 1150 | 2024-02-07T21:49:28.175Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1151 | 2024-02-07T21:49:28.175Z | Downloaded rustc-hash v1.1.0 |
| 1152 | 2024-02-07T21:49:28.175Z | Downloaded regex-automata v0.1.10 |
| 1153 | 2024-02-07T21:49:28.175Z | Downloaded tokio-native-tls v0.3.1 |
| 1154 | 2024-02-07T21:49:28.175Z | Downloaded snafu-derive v0.7.5 |
| 1155 | 2024-02-07T21:49:28.175Z | Downloaded rand_xorshift v0.3.0 |
| 1156 | 2024-02-07T21:49:28.175Z | Downloaded embedded-io v0.4.0 |
| 1157 | 2024-02-07T21:49:28.175Z | Downloaded parse-display v0.9.0 |
| 1158 | 2024-02-07T21:49:28.176Z | Downloaded subtle v2.5.0 |
| 1159 | 2024-02-07T21:49:28.176Z | Downloaded strum_macros v0.26.1 |
| 1160 | 2024-02-07T21:49:28.176Z | Downloaded foreign-types v0.5.0 |
| 1161 | 2024-02-07T21:49:28.176Z | Downloaded fnv v1.0.7 |
| 1162 | 2024-02-07T21:49:28.176Z | Downloaded endian-type v0.1.2 |
| 1163 | 2024-02-07T21:49:28.176Z | Downloaded zerocopy v0.7.32 |
| 1164 | 2024-02-07T21:49:28.176Z | Downloaded oso-derive v0.27.0 |
| 1165 | 2024-02-07T21:49:28.176Z | Downloaded parse-display-derive v0.9.0 |
| 1166 | 2024-02-07T21:49:28.176Z | Downloaded similar-asserts v1.5.0 |
| 1167 | 2024-02-07T21:49:28.176Z | Downloaded pest_derive v2.7.6 |
| 1168 | 2024-02-07T21:49:28.177Z | Downloaded threadpool v1.8.1 |
| 1169 | 2024-02-07T21:49:28.177Z | Downloaded group v0.13.0 |
| 1170 | 2024-02-07T21:49:28.177Z | Downloaded futures-task v0.3.30 |
| 1171 | 2024-02-07T21:49:28.177Z | Downloaded futures-io v0.3.30 |
| 1172 | 2024-02-07T21:49:28.177Z | Downloaded futures-executor v0.3.30 |
| 1173 | 2024-02-07T21:49:28.177Z | Downloaded either v1.9.0 |
| 1174 | 2024-02-07T21:49:28.177Z | Downloaded digest v0.10.7 |
| 1175 | 2024-02-07T21:49:28.177Z | Downloaded structmeta v0.2.0 |
| 1176 | 2024-02-07T21:49:28.178Z | Downloaded der_derive v0.7.2 |
| 1177 | 2024-02-07T21:49:28.178Z | Downloaded unicase v2.7.0 |
| 1178 | 2024-02-07T21:49:28.178Z | Downloaded stringprep v0.1.3 |
| 1179 | 2024-02-07T21:49:28.178Z | Downloaded deranged v0.3.8 |
| 1180 | 2024-02-07T21:49:28.178Z | Downloaded strsim v0.8.0 |
| 1181 | 2024-02-07T21:49:28.178Z | Downloaded rustls-pki-types v1.1.0 |
| 1182 | 2024-02-07T21:49:28.178Z | Downloaded rand_core v0.6.4 |
| 1183 | 2024-02-07T21:49:28.178Z | Downloaded plotters-backend v0.3.5 |
| 1184 | 2024-02-07T21:49:28.178Z | Downloaded same-file v1.0.6 |
| 1185 | 2024-02-07T21:49:28.179Z | Downloaded fs-err v2.11.0 |
| 1186 | 2024-02-07T21:49:28.179Z | Downloaded sqlparser_derive v0.2.2 |
| 1187 | 2024-02-07T21:49:28.179Z | Downloaded ed25519 v1.5.3 |
| 1188 | 2024-02-07T21:49:28.179Z | Downloaded take_mut v0.2.2 |
| 1189 | 2024-02-07T21:49:28.179Z | Downloaded parking_lot_core v0.9.8 |
| 1190 | 2024-02-07T21:49:28.179Z | Downloaded tokio-rustls v0.24.1 |
| 1191 | 2024-02-07T21:49:28.179Z | Downloaded smallvec v1.13.1 |
| 1192 | 2024-02-07T21:49:28.179Z | Downloaded derive_builder v0.12.0 |
| 1193 | 2024-02-07T21:49:28.179Z | Downloaded fxhash v0.2.1 |
| 1194 | 2024-02-07T21:49:28.179Z | Downloaded radium v0.7.0 |
| 1195 | 2024-02-07T21:49:28.180Z | Downloaded signal-hook v0.3.17 |
| 1196 | 2024-02-07T21:49:28.180Z | Downloaded ena v0.14.2 |
| 1197 | 2024-02-07T21:49:28.180Z | Downloaded subprocess v0.2.9 |
| 1198 | 2024-02-07T21:49:28.180Z | Downloaded usdt-impl v0.3.5 |
| 1199 | 2024-02-07T21:49:28.180Z | Downloaded chrono v0.4.31 |
| 1200 | 2024-02-07T21:49:28.180Z | Downloaded usdt-attr-macro v0.3.5 |
| 1201 | 2024-02-07T21:49:28.180Z | Downloaded opaque-debug v0.3.0 |
| 1202 | 2024-02-07T21:49:28.180Z | Downloaded pest_generator v2.7.6 |
| 1203 | 2024-02-07T21:49:28.180Z | Downloaded aho-corasick v1.0.4 |
| 1204 | 2024-02-07T21:49:28.180Z | Downloaded oorandom v11.1.3 |
| 1205 | 2024-02-07T21:49:28.181Z | Downloaded filetime v0.2.23 |
| 1206 | 2024-02-07T21:49:28.181Z | Downloaded packed_struct_codegen v0.10.1 |
| 1207 | 2024-02-07T21:49:28.181Z | Downloaded usdt v0.5.0 |
| 1208 | 2024-02-07T21:49:28.181Z | Downloaded slog-bunyan v2.5.0 |
| 1209 | 2024-02-07T21:49:28.181Z | Downloaded rustc_version v0.4.0 |
| 1210 | 2024-02-07T21:49:28.181Z | Downloaded pem v3.0.2 |
| 1211 | 2024-02-07T21:49:28.181Z | Downloaded once_cell v1.19.0 |
| 1212 | 2024-02-07T21:49:28.181Z | Downloaded serde_urlencoded v0.7.1 |
| 1213 | 2024-02-07T21:49:28.181Z | Downloaded gethostname v0.4.3 |
| 1214 | 2024-02-07T21:49:28.181Z | Downloaded slog-term v2.9.0 |
| 1215 | 2024-02-07T21:49:28.182Z | Downloaded derive_builder_core v0.12.0 |
| 1216 | 2024-02-07T21:49:28.182Z | Downloaded toml v0.7.8 |
| 1217 | 2024-02-07T21:49:28.182Z | Downloaded rpassword v7.3.1 |
| 1218 | 2024-02-07T21:49:28.182Z | Downloaded platforms v3.0.2 |
| 1219 | 2024-02-07T21:49:28.182Z | Downloaded pest_meta v2.7.6 |
| 1220 | 2024-02-07T21:49:28.182Z | Downloaded parking_lot v0.12.1 |
| 1221 | 2024-02-07T21:49:28.182Z | Downloaded synstructure v0.12.6 |
| 1222 | 2024-02-07T21:49:28.182Z | Downloaded futures v0.3.30 |
| 1223 | 2024-02-07T21:49:28.182Z | Downloaded serde_plain v1.0.2 |
| 1224 | 2024-02-07T21:49:28.182Z | Downloaded slog v2.7.0 |
| 1225 | 2024-02-07T21:49:28.188Z | Downloaded predicates-core v1.0.6 |
| 1226 | 2024-02-07T21:49:28.188Z | Downloaded openssl-macros v0.1.1 |
| 1227 | 2024-02-07T21:49:28.188Z | Downloaded signal-hook-tokio v0.3.1 |
| 1228 | 2024-02-07T21:49:28.188Z | Downloaded ff v0.13.0 |
| 1229 | 2024-02-07T21:49:28.188Z | Downloaded openssl-probe v0.1.5 |
| 1230 | 2024-02-07T21:49:28.188Z | Downloaded sha1 v0.10.6 |
| 1231 | 2024-02-07T21:49:28.188Z | Downloaded float-cmp v0.9.0 |
| 1232 | 2024-02-07T21:49:28.189Z | Downloaded postgres-types v0.2.6 |
| 1233 | 2024-02-07T21:49:28.189Z | Downloaded bitvec v1.0.1 |
| 1234 | 2024-02-07T21:49:28.189Z | Downloaded peeking_take_while v0.1.2 |
| 1235 | 2024-02-07T21:49:28.189Z | Downloaded textwrap v0.11.0 |
| 1236 | 2024-02-07T21:49:28.189Z | Downloaded sha2 v0.10.8 |
| 1237 | 2024-02-07T21:49:28.190Z | Downloaded tap v1.0.1 |
| 1238 | 2024-02-07T21:49:28.190Z | Downloaded dirs-next v2.0.0 |
| 1239 | 2024-02-07T21:49:28.190Z | Downloaded tempfile v3.10.0 |
| 1240 | 2024-02-07T21:49:28.190Z | Downloaded similar v2.3.0 |
| 1241 | 2024-02-07T21:49:28.190Z | Downloaded rand_chacha v0.3.1 |
| 1242 | 2024-02-07T21:49:28.190Z | Downloaded signature v1.6.4 |
| 1243 | 2024-02-07T21:49:28.191Z | Downloaded fixedbitset v0.4.2 |
| 1244 | 2024-02-07T21:49:28.191Z | Downloaded r2d2 v0.8.10 |
| 1245 | 2024-02-07T21:49:28.191Z | Downloaded serde_tokenstream v0.2.0 |
| 1246 | 2024-02-07T21:49:28.191Z | Downloaded textwrap v0.16.0 |
| 1247 | 2024-02-07T21:49:28.191Z | Downloaded diesel_derives v2.1.2 |
| 1248 | 2024-02-07T21:49:28.191Z | Downloaded half v2.3.1 |
| 1249 | 2024-02-07T21:49:28.191Z | Downloaded schemars_derive v0.8.16 |
| 1250 | 2024-02-07T21:49:28.192Z | Downloaded enum-as-inner v0.5.1 |
| 1251 | 2024-02-07T21:49:28.192Z | Downloaded prettyplease v0.2.16 |
| 1252 | 2024-02-07T21:49:28.192Z | Downloaded snafu v0.7.5 |
| 1253 | 2024-02-07T21:49:28.192Z | Downloaded utf-8 v0.7.6 |
| 1254 | 2024-02-07T21:49:28.192Z | Downloaded goblin v0.8.0 |
| 1255 | 2024-02-07T21:49:28.192Z | Downloaded quick-error v1.2.3 |
| 1256 | 2024-02-07T21:49:28.193Z | Downloaded trust-dns-resolver v0.22.0 |
| 1257 | 2024-02-07T21:49:28.193Z | Downloaded sqlformat v0.2.3 |
| 1258 | 2024-02-07T21:49:28.193Z | Downloaded term v0.7.0 |
| 1259 | 2024-02-07T21:49:28.193Z | Downloaded heapless v0.8.0 |
| 1260 | 2024-02-07T21:49:28.193Z | Downloaded postgres-protocol v0.6.6 |
| 1261 | 2024-02-07T21:49:28.193Z | Downloaded omicron-zone-package v0.11.0 |
| 1262 | 2024-02-07T21:49:28.194Z | Downloaded petgraph v0.6.4 |
| 1263 | 2024-02-07T21:49:28.194Z | Downloaded flume v0.11.0 |
| 1264 | 2024-02-07T21:49:28.194Z | Downloaded uuid v1.7.0 |
| 1265 | 2024-02-07T21:49:28.194Z | Downloaded elliptic-curve v0.13.8 |
| 1266 | 2024-02-07T21:49:28.194Z | Downloaded tungstenite v0.20.1 |
| 1267 | 2024-02-07T21:49:28.194Z | Downloaded serde_with_macros v3.6.0 |
| 1268 | 2024-02-07T21:49:28.194Z | Downloaded heapless v0.7.16 |
| 1269 | 2024-02-07T21:49:28.194Z | Downloaded tokio-postgres v0.7.10 |
| 1270 | 2024-02-07T21:49:28.195Z | Downloaded toml v0.5.11 |
| 1271 | 2024-02-07T21:49:28.195Z | Downloaded futures-timer v3.0.2 |
| 1272 | 2024-02-07T21:49:28.195Z | Downloaded num-rational v0.4.1 |
| 1273 | 2024-02-07T21:49:28.195Z | Downloaded flate2 v1.0.28 |
| 1274 | 2024-02-07T21:49:28.195Z | Downloaded test-strategy v0.3.1 |
| 1275 | 2024-02-07T21:49:28.195Z | Downloaded toml_edit v0.19.15 |
| 1276 | 2024-02-07T21:49:28.195Z | Downloaded postcard v1.0.8 |
| 1277 | 2024-02-07T21:49:28.196Z | Downloaded bstr v0.2.17 |
| 1278 | 2024-02-07T21:49:28.200Z | Downloaded rsa v0.9.2 |
| 1279 | 2024-02-07T21:49:28.200Z | Downloaded openssl-sys v0.9.96 |
| 1280 | 2024-02-07T21:49:28.204Z | Downloaded trust-dns-server v0.22.1 |
| 1281 | 2024-02-07T21:49:28.207Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2024-02-07T21:49:28.218Z | Downloaded rand v0.8.5 |
| 1283 | 2024-02-07T21:49:28.222Z | Downloaded ron v0.8.1 |
| 1284 | 2024-02-07T21:49:28.229Z | Downloaded proptest v1.4.0 |
| 1285 | 2024-02-07T21:49:28.237Z | Downloaded lalrpop v0.19.12 |
| 1286 | 2024-02-07T21:49:28.248Z | Downloaded rand v0.4.6 |
| 1287 | 2024-02-07T21:49:28.252Z | Downloaded portable-atomic v1.4.3 |
| 1288 | 2024-02-07T21:49:28.258Z | Downloaded oso v0.27.0 |
| 1289 | 2024-02-07T21:49:28.262Z | Downloaded parking_lot v0.11.2 |
| 1290 | 2024-02-07T21:49:28.267Z | Downloaded tough v0.16.0 |
| 1291 | 2024-02-07T21:49:28.271Z | Downloaded url v2.5.0 |
| 1292 | 2024-02-07T21:49:28.276Z | Downloaded tokio-util v0.7.10 |
| 1293 | 2024-02-07T21:49:28.282Z | Downloaded gimli v0.28.0 |
| 1294 | 2024-02-07T21:49:28.290Z | Downloaded time v0.3.27 |
| 1295 | 2024-02-07T21:49:28.309Z | Downloaded regex-syntax v0.6.29 |
| 1296 | 2024-02-07T21:49:28.313Z | Downloaded trust-dns-proto v0.22.0 |
| 1297 | 2024-02-07T21:49:28.317Z | Downloaded regex v1.10.3 |
| 1298 | 2024-02-07T21:49:28.329Z | Downloaded webpki-roots v0.25.2 |
| 1299 | 2024-02-07T21:49:28.334Z | Downloaded syn v1.0.109 |
| 1300 | 2024-02-07T21:49:28.344Z | Downloaded sqlparser v0.43.1 |
| 1301 | 2024-02-07T21:49:28.349Z | Downloaded curve25519-dalek v4.1.1 |
| 1302 | 2024-02-07T21:49:28.358Z | Downloaded serde_with v3.6.0 |
| 1303 | 2024-02-07T21:49:28.365Z | Downloaded rustls-webpki v0.102.1 |
| 1304 | 2024-02-07T21:49:28.384Z | Downloaded tabled v0.15.0 |
| 1305 | 2024-02-07T21:49:28.399Z | Downloaded futures-util v0.3.30 |
| 1306 | 2024-02-07T21:49:28.411Z | Downloaded quick-xml v0.30.0 |
| 1307 | 2024-02-07T21:49:28.417Z | Downloaded rustls v0.21.9 |
| 1308 | 2024-02-07T21:49:28.429Z | Downloaded reqwest v0.11.22 |
| 1309 | 2024-02-07T21:49:28.436Z | Downloaded openapiv3 v2.0.0 |
| 1310 | 2024-02-07T21:49:28.450Z | Downloaded object v0.32.1 |
| 1311 | 2024-02-07T21:49:28.459Z | Downloaded radix_trie v0.2.1 |
| 1312 | 2024-02-07T21:49:28.470Z | Downloaded zerocopy-derive v0.2.0 |
| 1313 | 2024-02-07T21:49:28.476Z | Downloaded object v0.30.4 |
| 1314 | 2024-02-07T21:49:28.482Z | Downloaded diesel v2.1.4 |
| 1315 | 2024-02-07T21:49:28.502Z | Downloaded ratatui v0.26.0 |
| 1316 | 2024-02-07T21:49:28.519Z | Downloaded polar-core v0.27.0 |
| 1317 | 2024-02-07T21:49:28.528Z | Downloaded regex-automata v0.3.8 |
| 1318 | 2024-02-07T21:49:28.552Z | Downloaded regex-syntax v0.8.2 |
| 1319 | 2024-02-07T21:49:28.570Z | Downloaded tokio v1.36.0 |
| 1320 | 2024-02-07T21:49:28.593Z | Downloaded rustls v0.22.2 |
| 1321 | 2024-02-07T21:49:28.612Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1322 | 2024-02-07T21:49:28.618Z | Downloaded sled v0.34.7 |
| 1323 | 2024-02-07T21:49:28.627Z | Downloaded sha3 v0.10.8 |
| 1324 | 2024-02-07T21:49:28.632Z | Downloaded regex-automata v0.4.4 |
| 1325 | 2024-02-07T21:49:28.648Z | Downloaded zerocopy-derive v0.6.4 |
| 1326 | 2024-02-07T21:49:28.662Z | Downloaded openssl v0.10.60 |
| 1327 | 2024-02-07T21:49:28.679Z | Downloaded vcpkg v0.2.15 |
| 1328 | 2024-02-07T21:49:28.714Z | Downloaded csv v1.3.0 |
| 1329 | 2024-02-07T21:49:28.732Z | Downloaded rustix v0.38.31 |
| 1330 | 2024-02-07T21:49:28.749Z | Downloaded rayon v1.8.0 |
| 1331 | 2024-02-07T21:49:28.758Z | Downloaded smoltcp v0.11.0 |
| 1332 | 2024-02-07T21:49:28.772Z | Downloaded rustls-webpki v0.101.7 |
| 1333 | 2024-02-07T21:49:28.785Z | Downloaded h2 v0.3.24 |
| 1334 | 2024-02-07T21:49:28.792Z | Downloaded plotters v0.3.5 |
| 1335 | 2024-02-07T21:49:28.800Z | Downloaded bstr v1.6.0 |
| 1336 | 2024-02-07T21:49:28.812Z | Downloaded nix v0.27.1 |
| 1337 | 2024-02-07T21:49:28.822Z | Downloaded encoding_rs v0.8.33 |
| 1338 | 2024-02-07T21:49:28.845Z | Downloaded guppy v0.17.5 |
| 1339 | 2024-02-07T21:49:28.853Z | Downloaded pest v2.7.6 |
| 1340 | 2024-02-07T21:49:29.265Z | Downloaded idna v0.2.3 |
| 1341 | 2024-02-07T21:49:29.270Z | Downloaded expectorate v1.1.0 |
| 1342 | 2024-02-07T21:49:29.270Z | Downloaded rustyline v13.0.0 |
| 1343 | 2024-02-07T21:49:29.270Z | Downloaded papergrid v0.11.0 |
| 1344 | 2024-02-07T21:49:29.270Z | Downloaded serde_yaml v0.9.25 |
| 1345 | 2024-02-07T21:49:29.270Z | Downloaded fatfs v0.3.6 |
| 1346 | 2024-02-07T21:49:29.270Z | Downloaded typed-path v0.7.0 |
| 1347 | 2024-02-07T21:49:29.270Z | Downloaded idna v0.5.0 |
| 1348 | 2024-02-07T21:49:29.270Z | Downloaded tar v0.4.40 |
| 1349 | 2024-02-07T21:49:29.270Z | Downloaded fallible-iterator v0.2.0 |
| 1350 | 2024-02-07T21:49:29.270Z | Downloaded bindgen v0.69.2 |
| 1351 | 2024-02-07T21:49:29.270Z | Downloaded unicode_categories v0.1.1 |
| 1352 | 2024-02-07T21:49:29.270Z | Downloaded schemars v0.8.16 |
| 1353 | 2024-02-07T21:49:29.270Z | Downloaded pretty_assertions v1.4.0 |
| 1354 | 2024-02-07T21:49:29.270Z | Downloaded tabled_derive v0.7.0 |
| 1355 | 2024-02-07T21:49:29.270Z | Downloaded usdt v0.3.5 |
| 1356 | 2024-02-07T21:49:29.270Z | Downloaded serde_repr v0.1.16 |
| 1357 | 2024-02-07T21:49:29.270Z | Downloaded futures-core v0.3.30 |
| 1358 | 2024-02-07T21:49:29.271Z | Downloaded diff v0.1.13 |
| 1359 | 2024-02-07T21:49:29.271Z | Downloaded socket2 v0.5.5 |
| 1360 | 2024-02-07T21:49:29.271Z | Downloaded spki v0.7.2 |
| 1361 | 2024-02-07T21:49:29.271Z | Downloaded fastrand v2.0.1 |
| 1362 | 2024-02-07T21:49:29.271Z | Downloaded relative-path v1.9.0 |
| 1363 | 2024-02-07T21:49:29.271Z | Downloaded derive-where v1.2.7 |
| 1364 | 2024-02-07T21:49:29.271Z | Downloaded siphasher v0.3.11 |
| 1365 | 2024-02-07T21:49:29.271Z | Downloaded olpc-cjson v0.1.3 |
| 1366 | 2024-02-07T21:49:29.271Z | Downloaded predicates v3.1.0 |
| 1367 | 2024-02-07T21:49:29.271Z | Downloaded fd-lock v4.0.2 |
| 1368 | 2024-02-07T21:49:29.271Z | Downloaded clap v2.34.0 |
| 1369 | 2024-02-07T21:49:29.271Z | Downloaded untrusted v0.9.0 |
| 1370 | 2024-02-07T21:49:29.271Z | Downloaded untrusted v0.7.1 |
| 1371 | 2024-02-07T21:49:29.271Z | Downloaded unicode-bidi v0.3.13 |
| 1372 | 2024-02-07T21:49:29.271Z | Downloaded typenum v1.16.0 |
| 1373 | 2024-02-07T21:49:29.271Z | Downloaded ring v0.16.20 |
| 1374 | 2024-02-07T21:49:29.271Z | Downloaded socket2 v0.4.9 |
| 1375 | 2024-02-07T21:49:29.271Z | Downloaded zerocopy v0.6.4 |
| 1376 | 2024-02-07T21:49:29.271Z | Downloaded tokio-rustls v0.25.0 |
| 1377 | 2024-02-07T21:49:29.271Z | Downloaded heck v0.3.3 |
| 1378 | 2024-02-07T21:49:29.271Z | Downloaded vec_map v0.8.2 |
| 1379 | 2024-02-07T21:49:29.271Z | Downloaded tui-tree-widget v0.17.0 |
| 1380 | 2024-02-07T21:49:29.271Z | Downloaded xattr v1.0.1 |
| 1381 | 2024-02-07T21:49:29.271Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1382 | 2024-02-07T21:49:29.272Z | Downloaded try-lock v0.2.4 |
| 1383 | 2024-02-07T21:49:29.272Z | Downloaded yansi v0.5.1 |
| 1384 | 2024-02-07T21:49:29.272Z | Downloaded libm v0.2.7 |
| 1385 | 2024-02-07T21:49:29.272Z | Downloaded itertools v0.10.5 |
| 1386 | 2024-02-07T21:49:29.272Z | Downloaded tracing-core v0.1.31 |
| 1387 | 2024-02-07T21:49:29.272Z | Downloaded rstest_macros v0.18.2 |
| 1388 | 2024-02-07T21:49:29.272Z | Downloaded libxml v0.3.3 |
| 1389 | 2024-02-07T21:49:29.272Z | Downloaded crossterm v0.27.0 |
| 1390 | 2024-02-07T21:49:29.272Z | Downloaded salty v0.2.0 |
| 1391 | 2024-02-07T21:49:29.272Z | Downloaded steno v0.4.0 |
| 1392 | 2024-02-07T21:49:29.272Z | Downloaded hkdf v0.12.4 |
| 1393 | 2024-02-07T21:49:29.272Z | Downloaded darling_core v0.14.4 |
| 1394 | 2024-02-07T21:49:29.272Z | Downloaded itertools v0.12.1 |
| 1395 | 2024-02-07T21:49:29.272Z | Downloaded num-bigint v0.4.4 |
| 1396 | 2024-02-07T21:49:29.272Z | Downloaded hyper v1.1.0 |
| 1397 | 2024-02-07T21:49:29.272Z | Downloaded ring v0.17.7 |
| 1398 | 2024-02-07T21:49:29.272Z | Downloaded mio v0.8.9 |
| 1399 | 2024-02-07T21:49:29.272Z | Downloaded regress v0.7.1 |
| 1400 | 2024-02-07T21:49:29.272Z | Downloaded nom v7.1.3 |
| 1401 | 2024-02-07T21:49:29.272Z | Downloaded derive_more v0.99.17 |
| 1402 | 2024-02-07T21:49:29.272Z | Downloaded rayon-core v1.12.0 |
| 1403 | 2024-02-07T21:49:29.272Z | Downloaded password-hash v0.5.0 |
| 1404 | 2024-02-07T21:49:29.272Z | Downloaded vsss-rs v3.3.4 |
| 1405 | 2024-02-07T21:49:29.272Z | Downloaded pkcs1 v0.7.5 |
| 1406 | 2024-02-07T21:49:29.272Z | Downloaded rustc-demangle v0.1.23 |
| 1407 | 2024-02-07T21:49:29.273Z | Downloaded parking_lot_core v0.8.6 |
| 1408 | 2024-02-07T21:49:29.273Z | Downloaded bytes v1.5.0 |
| 1409 | 2024-02-07T21:49:29.273Z | Downloaded whoami v1.4.1 |
| 1410 | 2024-02-07T21:49:29.273Z | Downloaded criterion v0.5.1 |
| 1411 | 2024-02-07T21:49:29.273Z | Downloaded paste v1.0.14 |
| 1412 | 2024-02-07T21:49:29.273Z | Downloaded allocator-api2 v0.2.16 |
| 1413 | 2024-02-07T21:49:29.273Z | Downloaded static_assertions v1.1.0 |
| 1414 | 2024-02-07T21:49:29.273Z | Downloaded crc-any v2.4.3 |
| 1415 | 2024-02-07T21:49:29.273Z | Downloaded compact_str v0.7.1 |
| 1416 | 2024-02-07T21:49:29.273Z | Downloaded crossbeam-utils v0.8.16 |
| 1417 | 2024-02-07T21:49:29.273Z | Downloaded tokio-stream v0.1.14 |
| 1418 | 2024-02-07T21:49:29.273Z | Downloaded env_logger v0.10.0 |
| 1419 | 2024-02-07T21:49:29.273Z | Downloaded target-lexicon v0.12.13 |
| 1420 | 2024-02-07T21:49:29.273Z | Downloaded crossbeam-epoch v0.9.15 |
| 1421 | 2024-02-07T21:49:29.273Z | Downloaded num_enum v0.5.11 |
| 1422 | 2024-02-07T21:49:29.273Z | Downloaded serde_derive_internals v0.26.0 |
| 1423 | 2024-02-07T21:49:29.273Z | Downloaded rust-argon2 v1.0.1 |
| 1424 | 2024-02-07T21:49:29.273Z | Downloaded indexmap v1.9.3 |
| 1425 | 2024-02-07T21:49:29.273Z | Downloaded ahash v0.8.7 |
| 1426 | 2024-02-07T21:49:29.273Z | Downloaded memmap2 v0.7.1 |
| 1427 | 2024-02-07T21:49:29.273Z | Downloaded semver v0.1.20 |
| 1428 | 2024-02-07T21:49:29.273Z | Downloaded sct v0.7.0 |
| 1429 | 2024-02-07T21:49:29.273Z | Downloaded normalize-line-endings v0.3.0 |
| 1430 | 2024-02-07T21:49:29.273Z | Downloaded http v1.0.0 |
| 1431 | 2024-02-07T21:49:29.273Z | Downloaded cfg-expr v0.15.6 |
| 1432 | 2024-02-07T21:49:29.274Z | Downloaded bzip2 v0.4.4 |
| 1433 | 2024-02-07T21:49:29.274Z | Downloaded pretty-hex v0.2.1 |
| 1434 | 2024-02-07T21:49:29.287Z | Downloaded bcs v0.1.6 |
| 1435 | 2024-02-07T21:49:29.287Z | Downloaded arrayvec v0.7.4 |
| 1436 | 2024-02-07T21:49:29.287Z | Downloaded glob v0.3.1 |
| 1437 | 2024-02-07T21:49:29.287Z | Downloaded rustls-native-certs v0.7.0 |
| 1438 | 2024-02-07T21:49:29.288Z | Downloaded bitflags v2.4.0 |
| 1439 | 2024-02-07T21:49:29.291Z | Downloaded string_cache v0.8.7 |
| 1440 | 2024-02-07T21:49:29.291Z | Downloaded serde-hex v0.1.0 |
| 1441 | 2024-02-07T21:49:29.291Z | Downloaded backoff v0.4.0 |
| 1442 | 2024-02-07T21:49:29.292Z | Downloaded async-trait v0.1.77 |
| 1443 | 2024-02-07T21:49:29.292Z | Downloaded argon2 v0.5.3 |
| 1444 | 2024-02-07T21:49:29.292Z | Downloaded addr2line v0.21.0 |
| 1445 | 2024-02-07T21:49:29.292Z | Downloaded tempdir v0.3.7 |
| 1446 | 2024-02-07T21:49:29.292Z | Downloaded wait-timeout v0.2.0 |
| 1447 | 2024-02-07T21:49:29.292Z | Downloaded termios v0.3.3 |
| 1448 | 2024-02-07T21:49:29.298Z | Downloaded structmeta-derive v0.2.0 |
| 1449 | 2024-02-07T21:49:29.298Z | Downloaded slog-scope v4.4.0 |
| 1450 | 2024-02-07T21:49:29.298Z | Downloaded rustc_version v0.1.7 |
| 1451 | 2024-02-07T21:49:29.298Z | Downloaded resolv-conf v0.7.0 |
| 1452 | 2024-02-07T21:49:29.298Z | Downloaded hyper-rustls v0.24.2 |
| 1453 | 2024-02-07T21:49:29.301Z | Downloaded strum_macros v0.24.3 |
| 1454 | 2024-02-07T21:49:29.301Z | Downloaded hyper-rustls v0.26.0 |
| 1455 | 2024-02-07T21:49:29.305Z | Downloaded num-derive v0.4.0 |
| 1456 | 2024-02-07T21:49:29.305Z | Downloaded num v0.4.1 |
| 1457 | 2024-02-07T21:49:29.305Z | Downloaded scroll v0.12.0 |
| 1458 | 2024-02-07T21:49:29.308Z | Downloaded scopeguard v1.2.0 |
| 1459 | 2024-02-07T21:49:29.308Z | Downloaded nanorand v0.7.0 |
| 1460 | 2024-02-07T21:49:29.315Z | Downloaded memmap v0.7.0 |
| 1461 | 2024-02-07T21:49:29.315Z | Downloaded mime v0.3.17 |
| 1462 | 2024-02-07T21:49:29.315Z | Downloaded crypto-common v0.1.6 |
| 1463 | 2024-02-07T21:49:29.315Z | Downloaded mockall v0.12.0 |
| 1464 | 2024-02-07T21:49:29.320Z | Downloaded crc v3.0.1 |
| 1465 | 2024-02-07T21:49:29.320Z | Downloaded iana-time-zone v0.1.57 |
| 1466 | 2024-02-07T21:49:29.320Z | Downloaded libloading v0.7.4 |
| 1467 | 2024-02-07T21:49:29.320Z | Downloaded indoc v2.0.3 |
| 1468 | 2024-02-07T21:49:29.333Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1469 | 2024-02-07T21:49:29.333Z | Downloaded serde-big-array v0.5.1 |
| 1470 | 2024-02-07T21:49:29.333Z | Downloaded stability v0.1.1 |
| 1471 | 2024-02-07T21:49:29.333Z | Downloaded blake2b_simd v1.0.1 |
| 1472 | 2024-02-07T21:49:29.333Z | Downloaded autocfg v1.1.0 |
| 1473 | 2024-02-07T21:49:29.333Z | Downloaded nibble_vec v0.1.0 |
| 1474 | 2024-02-07T21:49:29.333Z | Downloaded async-stream v0.3.5 |
| 1475 | 2024-02-07T21:49:29.333Z | Downloaded assert_matches v1.5.0 |
| 1476 | 2024-02-07T21:49:29.333Z | Downloaded corncobs v0.1.3 |
| 1477 | 2024-02-07T21:49:29.333Z | Downloaded chacha20poly1305 v0.10.1 |
| 1478 | 2024-02-07T21:49:29.333Z | Downloaded arrayref v0.3.7 |
| 1479 | 2024-02-07T21:49:29.339Z | Downloaded swrite v0.1.0 |
| 1480 | 2024-02-07T21:49:29.339Z | Downloaded strum v0.26.1 |
| 1481 | 2024-02-07T21:49:29.339Z | Downloaded hyper-staticfile v0.9.5 |
| 1482 | 2024-02-07T21:49:29.339Z | Downloaded inout v0.1.3 |
| 1483 | 2024-02-07T21:49:29.339Z | Downloaded macaddr v1.0.1 |
| 1484 | 2024-02-07T21:49:29.344Z | Downloaded constant_time_eq v0.3.0 |
| 1485 | 2024-02-07T21:49:29.344Z | Downloaded httptest v0.15.5 |
| 1486 | 2024-02-07T21:49:29.344Z | Downloaded httparse v1.8.0 |
| 1487 | 2024-02-07T21:49:29.344Z | Downloaded chacha20 v0.9.1 |
| 1488 | 2024-02-07T21:49:29.350Z | Downloaded cipher v0.4.4 |
| 1489 | 2024-02-07T21:49:29.350Z | Downloaded lazycell v1.3.0 |
| 1490 | 2024-02-07T21:49:29.350Z | Downloaded http-body v0.4.5 |
| 1491 | 2024-02-07T21:49:29.350Z | Downloaded convert_case v0.4.0 |
| 1492 | 2024-02-07T21:49:29.350Z | Downloaded ciborium-ll v0.2.2 |
| 1493 | 2024-02-07T21:49:29.350Z | Downloaded hostname v0.3.1 |
| 1494 | 2024-02-07T21:49:29.853Z | Compiling serde v1.0.196 |
| 1495 | 2024-02-07T21:49:29.854Z | Compiling autocfg v1.1.0 |
| 1496 | 2024-02-07T21:49:29.860Z | Compiling version_check v0.9.4 |
| 1497 | 2024-02-07T21:49:29.861Z | Checking cfg-if v1.0.0 |
| 1498 | 2024-02-07T21:49:29.919Z | Compiling syn v1.0.109 |
| 1499 | 2024-02-07T21:49:29.923Z | Checking libc v0.2.153 |
| 1500 | 2024-02-07T21:49:29.940Z | Compiling syn v2.0.48 |
| 1501 | 2024-02-07T21:49:29.978Z | Compiling parking_lot_core v0.9.8 |
| 1502 | 2024-02-07T21:49:30.009Z | Compiling cc v1.0.83 |
| 1503 | 2024-02-07T21:49:30.533Z | Compiling memchr v2.6.3 |
| 1504 | 2024-02-07T21:49:30.540Z | Compiling once_cell v1.19.0 |
| 1505 | 2024-02-07T21:49:30.657Z | Compiling ahash v0.8.7 |
| 1506 | 2024-02-07T21:49:30.728Z | Compiling lock_api v0.4.10 |
| 1507 | 2024-02-07T21:49:30.890Z | Compiling libm v0.2.7 |
| 1508 | 2024-02-07T21:49:31.116Z | Compiling num-traits v0.2.16 |
| 1509 | 2024-02-07T21:49:31.135Z | Checking getrandom v0.2.10 |
| 1510 | 2024-02-07T21:49:31.361Z | Compiling byteorder v1.5.0 |
| 1511 | 2024-02-07T21:49:31.378Z | Compiling serde_json v1.0.113 |
| 1512 | 2024-02-07T21:49:31.754Z | Compiling log v0.4.20 |
| 1513 | 2024-02-07T21:49:31.837Z | Compiling slab v0.4.9 |
| 1514 | 2024-02-07T21:49:32.286Z | Compiling typenum v1.16.0 |
| 1515 | 2024-02-07T21:49:32.324Z | Checking scopeguard v1.2.0 |
| 1516 | 2024-02-07T21:49:32.549Z | Compiling generic-array v0.14.7 |
| 1517 | 2024-02-07T21:49:32.570Z | Checking itoa v1.0.9 |
| 1518 | 2024-02-07T21:49:32.732Z | Compiling pkg-config v0.3.27 |
| 1519 | 2024-02-07T21:49:32.860Z | Checking smallvec v1.13.1 |
| 1520 | 2024-02-07T21:49:33.228Z | Compiling allocator-api2 v0.2.16 |
| 1521 | 2024-02-07T21:49:33.280Z | Compiling rustix v0.38.31 |
| 1522 | 2024-02-07T21:49:33.354Z | Compiling ring v0.17.7 |
| 1523 | 2024-02-07T21:49:33.379Z | Compiling schemars v0.8.16 |
| 1524 | 2024-02-07T21:49:33.791Z | Compiling httparse v1.8.0 |
| 1525 | 2024-02-07T21:49:34.025Z | Compiling fnv v1.0.7 |
| 1526 | 2024-02-07T21:49:34.156Z | Compiling vcpkg v0.2.15 |
| 1527 | 2024-02-07T21:49:34.214Z | Compiling aho-corasick v1.0.4 |
| 1528 | 2024-02-07T21:49:34.251Z | Compiling regex-syntax v0.8.2 |
| 1529 | 2024-02-07T21:49:34.499Z | Checking parking_lot v0.12.1 |
| 1530 | 2024-02-07T21:49:34.826Z | Checking pin-project-lite v0.2.13 |
| 1531 | 2024-02-07T21:49:34.943Z | Compiling ucd-trie v0.1.6 |
| 1532 | 2024-02-07T21:49:36.401Z | Compiling openssl-sys v0.9.96 |
| 1533 | 2024-02-07T21:49:36.696Z | Compiling crossbeam-utils v0.8.16 |
| 1534 | 2024-02-07T21:49:37.801Z | Compiling regex-automata v0.4.4 |
| 1535 | 2024-02-07T21:49:38.039Z | Compiling serde_derive_internals v0.26.0 |
| 1536 | 2024-02-07T21:49:38.935Z | Compiling ring v0.16.20 |
| 1537 | 2024-02-07T21:49:38.944Z | Checking signal-hook-registry v1.4.1 |
| 1538 | 2024-02-07T21:49:40.067Z | Checking mio v0.8.9 |
| 1539 | 2024-02-07T21:49:40.670Z | Checking rand_core v0.6.4 |
| 1540 | 2024-02-07T21:49:40.680Z | Compiling openssl v0.10.60 |
| 1541 | 2024-02-07T21:49:40.866Z | Compiling iana-time-zone v0.1.57 |
| 1542 | 2024-02-07T21:49:40.931Z | Checking ryu v1.0.15 |
| 1543 | 2024-02-07T21:49:41.136Z | Checking num_cpus v1.16.0 |
| 1544 | 2024-02-07T21:49:41.147Z | Checking futures-core v0.3.30 |
| 1545 | 2024-02-07T21:49:41.237Z | Compiling rustls v0.21.9 |
| 1546 | 2024-02-07T21:49:41.301Z | Compiling native-tls v0.2.11 |
| 1547 | 2024-02-07T21:49:41.319Z | Checking socket2 v0.5.5 |
| 1548 | 2024-02-07T21:49:41.486Z | Compiling dyn-clone v1.0.16 |
| 1549 | 2024-02-07T21:49:41.650Z | Compiling spin v0.5.2 |
| 1550 | 2024-02-07T21:49:41.753Z | Compiling regex v1.10.3 |
| 1551 | 2024-02-07T21:49:41.797Z | Compiling memoffset v0.9.0 |
| 1552 | 2024-02-07T21:49:41.907Z | Compiling slog v2.7.0 |
| 1553 | 2024-02-07T21:49:42.049Z | Compiling async-trait v0.1.77 |
| 1554 | 2024-02-07T21:49:42.623Z | Compiling crossbeam-epoch v0.9.15 |
| 1555 | 2024-02-07T21:49:43.024Z | Compiling backtrace v0.3.69 |
| 1556 | 2024-02-07T21:49:43.261Z | Compiling errno v0.3.8 |
| 1557 | 2024-02-07T21:49:43.355Z | Compiling futures-sink v0.3.30 |
| 1558 | 2024-02-07T21:49:43.465Z | Compiling crc32fast v1.3.2 |
| 1559 | 2024-02-07T21:49:43.519Z | Compiling tinyvec_macros v0.1.1 |
| 1560 | 2024-02-07T21:49:43.602Z | Compiling unicode-xid v0.2.4 |
| 1561 | 2024-02-07T21:49:43.623Z | Compiling either v1.9.0 |
| 1562 | 2024-02-07T21:49:44.138Z | Compiling tinyvec v1.6.0 |
| 1563 | 2024-02-07T21:49:44.142Z | Compiling futures-channel v0.3.30 |
| 1564 | 2024-02-07T21:49:44.142Z | Compiling anyhow v1.0.75 |
| 1565 | 2024-02-07T21:49:44.195Z | Compiling rustversion v1.0.14 |
| 1566 | 2024-02-07T21:49:44.215Z | Compiling futures-io v0.3.30 |
| 1567 | 2024-02-07T21:49:44.534Z | Compiling pin-utils v0.1.0 |
| 1568 | 2024-02-07T21:49:44.546Z | Compiling unicode-width v0.1.11 |
| 1569 | 2024-02-07T21:49:44.606Z | Compiling futures-task v0.3.30 |
| 1570 | 2024-02-07T21:49:44.696Z | Compiling spin v0.9.8 |
| 1571 | 2024-02-07T21:49:44.778Z | Compiling tracing-core v0.1.31 |
| 1572 | 2024-02-07T21:49:44.941Z | Compiling unicode-bidi v0.3.13 |
| 1573 | 2024-02-07T21:49:45.074Z | Compiling serde_derive v1.0.196 |
| 1574 | 2024-02-07T21:49:45.215Z | Compiling zerocopy-derive v0.7.32 |
| 1575 | 2024-02-07T21:49:45.425Z | Compiling thiserror-impl v1.0.56 |
| 1576 | 2024-02-07T21:49:45.713Z | Compiling zeroize_derive v1.4.2 |
| 1577 | 2024-02-07T21:49:46.386Z | Compiling tokio-macros v2.2.0 |
| 1578 | 2024-02-07T21:49:46.544Z | Compiling futures-macro v0.3.30 |
| 1579 | 2024-02-07T21:49:46.727Z | Compiling tracing-attributes v0.1.26 |
| 1580 | 2024-02-07T21:49:47.477Z | Compiling schemars_derive v0.8.16 |
| 1581 | 2024-02-07T21:49:47.509Z | Compiling openssl-macros v0.1.1 |
| 1582 | 2024-02-07T21:49:47.745Z | Compiling zerocopy v0.7.32 |
| 1583 | 2024-02-07T21:49:48.194Z | Checking zeroize v1.7.0 |
| 1584 | 2024-02-07T21:49:48.951Z | Compiling thiserror v1.0.56 |
| 1585 | 2024-02-07T21:49:49.070Z | Compiling pest v2.7.6 |
| 1586 | 2024-02-07T21:49:49.443Z | Compiling futures-util v0.3.30 |
| 1587 | 2024-02-07T21:49:50.414Z | Compiling hashbrown v0.14.2 |
| 1588 | 2024-02-07T21:49:50.437Z | Compiling hashbrown v0.13.2 |
| 1589 | 2024-02-07T21:49:50.834Z | Compiling unicode-normalization v0.1.22 |
| 1590 | 2024-02-07T21:49:51.105Z | Compiling tracing v0.1.37 |
| 1591 | 2024-02-07T21:49:51.438Z | Compiling pest_meta v2.7.6 |
| 1592 | 2024-02-07T21:49:51.442Z | Compiling der_derive v0.7.2 |
| 1593 | 2024-02-07T21:49:51.865Z | Compiling num-integer v0.1.45 |
| 1594 | 2024-02-07T21:49:52.078Z | Checking subtle v2.5.0 |
| 1595 | 2024-02-07T21:49:52.207Z | Compiling lazy_static v1.4.0 |
| 1596 | 2024-02-07T21:49:52.313Z | Compiling untrusted v0.7.1 |
| 1597 | 2024-02-07T21:49:52.513Z | Compiling foreign-types-shared v0.1.1 |
| 1598 | 2024-02-07T21:49:52.622Z | Compiling time-core v0.1.1 |
| 1599 | 2024-02-07T21:49:52.785Z | Compiling pest_generator v2.7.6 |
| 1600 | 2024-02-07T21:49:54.705Z | Compiling percent-encoding v2.3.1 |
| 1601 | 2024-02-07T21:49:54.992Z | Compiling untrusted v0.9.0 |
| 1602 | 2024-02-07T21:49:55.424Z | Compiling time-macros v0.2.13 |
| 1603 | 2024-02-07T21:49:55.435Z | Compiling foreign-types v0.3.2 |
| 1604 | 2024-02-07T21:49:56.812Z | Compiling scroll_derive v0.12.0 |
| 1605 | 2024-02-07T21:49:56.860Z | Compiling pest_derive v2.7.6 |
| 1606 | 2024-02-07T21:49:57.288Z | Compiling synstructure v0.12.6 |
| 1607 | 2024-02-07T21:49:58.462Z | Compiling thread-id v4.2.0 |
| 1608 | 2024-02-07T21:49:58.545Z | Compiling base64 v0.21.7 |
| 1609 | 2024-02-07T21:49:58.571Z | Compiling try-lock v0.2.4 |
| 1610 | 2024-02-07T21:49:58.709Z | Compiling want v0.3.1 |
| 1611 | 2024-02-07T21:49:59.004Z | Compiling sct v0.7.0 |
| 1612 | 2024-02-07T21:49:59.039Z | Compiling rustls-webpki v0.101.7 |
| 1613 | 2024-02-07T21:49:59.140Z | Compiling form_urlencoded v1.2.1 |
| 1614 | 2024-02-07T21:49:59.157Z | Compiling zerocopy-derive v0.2.0 |
| 1615 | 2024-02-07T21:49:59.274Z | Checking bytes v1.5.0 |
| 1616 | 2024-02-07T21:49:59.313Z | Checking bitflags v2.4.0 |
| 1617 | 2024-02-07T21:49:59.450Z | Compiling socket2 v0.4.9 |
| 1618 | 2024-02-07T21:49:59.599Z | Compiling const-oid v0.9.5 |
| 1619 | 2024-02-07T21:49:59.875Z | Compiling openssl-probe v0.1.5 |
| 1620 | 2024-02-07T21:50:00.075Z | Checking tokio v1.36.0 |
| 1621 | 2024-02-07T21:50:00.197Z | Compiling tower-service v0.3.2 |
| 1622 | 2024-02-07T21:50:00.717Z | Compiling indexmap v2.2.2 |
| 1623 | 2024-02-07T21:50:01.096Z | Compiling chrono v0.4.31 |
| 1624 | 2024-02-07T21:50:01.434Z | Compiling uuid v1.7.0 |
| 1625 | 2024-02-07T21:50:01.440Z | Compiling http v0.2.11 |
| 1626 | 2024-02-07T21:50:01.554Z | Compiling semver v1.0.21 |
| 1627 | 2024-02-07T21:50:02.191Z | Compiling toml_datetime v0.6.5 |
| 1628 | 2024-02-07T21:50:02.361Z | Compiling serde_spanned v0.6.5 |
| 1629 | 2024-02-07T21:50:02.596Z | Compiling openapiv3 v2.0.0 |
| 1630 | 2024-02-07T21:50:02.658Z | Compiling rustc_version v0.4.0 |
| 1631 | 2024-02-07T21:50:02.973Z | Compiling toml_edit v0.19.15 |
| 1632 | 2024-02-07T21:50:04.094Z | Compiling http-body v0.4.5 |
| 1633 | 2024-02-07T21:50:05.469Z | Compiling httpdate v1.0.3 |
| 1634 | 2024-02-07T21:50:07.134Z | Compiling idna v0.5.0 |
| 1635 | 2024-02-07T21:50:07.817Z | Compiling adler v1.0.2 |
| 1636 | 2024-02-07T21:50:07.827Z | Compiling signal-hook v0.3.17 |
| 1637 | 2024-02-07T21:50:08.031Z | Compiling url v2.5.0 |
| 1638 | 2024-02-07T21:50:08.685Z | Compiling miniz_oxide v0.7.1 |
| 1639 | 2024-02-07T21:50:08.770Z | Compiling ipnet v2.9.0 |
| 1640 | 2024-02-07T21:50:08.962Z | Compiling serde_urlencoded v0.7.1 |
| 1641 | 2024-02-07T21:50:09.510Z | Compiling rustls-pemfile v1.0.3 |
| 1642 | 2024-02-07T21:50:09.892Z | Compiling tokio-util v0.7.10 |
| 1643 | 2024-02-07T21:50:09.985Z | Compiling crypto-common v0.1.6 |
| 1644 | 2024-02-07T21:50:10.045Z | Compiling zerocopy-derive v0.6.4 |
| 1645 | 2024-02-07T21:50:10.196Z | Compiling clap_derive v4.4.2 |
| 1646 | 2024-02-07T21:50:10.260Z | Compiling usdt-impl v0.3.5 |
| 1647 | 2024-02-07T21:50:11.005Z | Compiling tokio-native-tls v0.3.1 |
| 1648 | 2024-02-07T21:50:11.266Z | Compiling h2 v0.3.24 |
| 1649 | 2024-02-07T21:50:11.291Z | Compiling tokio-rustls v0.24.1 |
| 1650 | 2024-02-07T21:50:11.519Z | Compiling encoding_rs v0.8.33 |
| 1651 | 2024-02-07T21:50:11.700Z | Compiling gimli v0.28.0 |
| 1652 | 2024-02-07T21:50:12.411Z | Compiling siphasher v0.3.11 |
| 1653 | 2024-02-07T21:50:12.832Z | Compiling webpki-roots v0.25.2 |
| 1654 | 2024-02-07T21:50:13.402Z | Compiling mime v0.3.17 |
| 1655 | 2024-02-07T21:50:13.546Z | Compiling zerocopy v0.3.0 |
| 1656 | 2024-02-07T21:50:13.597Z | Compiling scroll v0.12.0 |
| 1657 | 2024-02-07T21:50:14.339Z | Compiling block-buffer v0.10.4 |
| 1658 | 2024-02-07T21:50:14.599Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1659 | 2024-02-07T21:50:14.730Z | Compiling object v0.32.1 |
| 1660 | 2024-02-07T21:50:15.080Z | Compiling num-iter v0.1.43 |
| 1661 | 2024-02-07T21:50:15.398Z | Compiling usdt-impl v0.5.0 |
| 1662 | 2024-02-07T21:50:15.753Z | Compiling plain v0.2.3 |
| 1663 | 2024-02-07T21:50:15.771Z | Compiling rustc-demangle v0.1.23 |
| 1664 | 2024-02-07T21:50:15.916Z | Compiling addr2line v0.21.0 |
| 1665 | 2024-02-07T21:50:16.162Z | Checking equivalent v1.0.1 |
| 1666 | 2024-02-07T21:50:16.583Z | Compiling goblin v0.8.0 |
| 1667 | 2024-02-07T21:50:17.515Z | Compiling flate2 v1.0.28 |
| 1668 | 2024-02-07T21:50:17.524Z | Compiling digest v0.10.7 |
| 1669 | 2024-02-07T21:50:17.561Z | Compiling dof v0.1.5 |
| 1670 | 2024-02-07T21:50:17.745Z | Compiling heapless v0.7.16 |
| 1671 | 2024-02-07T21:50:17.937Z | Compiling dtrace-parser v0.1.14 |
| 1672 | 2024-02-07T21:50:18.195Z | Compiling futures-executor v0.3.30 |
| 1673 | 2024-02-07T21:50:18.431Z | Compiling hyper v0.14.27 |
| 1674 | 2024-02-07T21:50:18.867Z | Compiling pretty-hex v0.4.1 |
| 1675 | 2024-02-07T21:50:18.977Z | Compiling ppv-lite86 v0.2.17 |
| 1676 | 2024-02-07T21:50:19.675Z | Compiling futures v0.3.30 |
| 1677 | 2024-02-07T21:50:19.735Z | Compiling rand_chacha v0.3.1 |
| 1678 | 2024-02-07T21:50:19.857Z | Compiling toml v0.7.8 |
| 1679 | 2024-02-07T21:50:20.025Z | Compiling toml_edit v0.21.1 |
| 1680 | 2024-02-07T21:50:21.594Z | Compiling hex v0.4.3 |
| 1681 | 2024-02-07T21:50:21.610Z | Compiling serde_tokenstream v0.1.7 |
| 1682 | 2024-02-07T21:50:21.666Z | Compiling dtrace-parser v0.2.0 |
| 1683 | 2024-02-07T21:50:22.233Z | Compiling strum_macros v0.25.2 |
| 1684 | 2024-02-07T21:50:22.359Z | Compiling dof v0.3.0 |
| 1685 | 2024-02-07T21:50:23.784Z | Compiling bit-vec v0.6.3 |
| 1686 | 2024-02-07T21:50:24.086Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1687 | 2024-02-07T21:50:24.776Z | Compiling rand v0.8.5 |
| 1688 | 2024-02-07T21:50:24.988Z | Compiling phf_shared v0.10.0 |
| 1689 | 2024-02-07T21:50:25.403Z | Compiling hyper-rustls v0.24.2 |
| 1690 | 2024-02-07T21:50:25.971Z | Compiling hyper-tls v0.5.0 |
| 1691 | 2024-02-07T21:50:25.979Z | Compiling num-bigint v0.4.4 |
| 1692 | 2024-02-07T21:50:25.980Z | Compiling reqwest v0.11.22 |
| 1693 | 2024-02-07T21:50:26.345Z | Compiling smoltcp v0.9.1 |
| 1694 | 2024-02-07T21:50:26.518Z | Compiling minimal-lexical v0.2.1 |
| 1695 | 2024-02-07T21:50:26.657Z | Compiling base64ct v1.6.0 |
| 1696 | 2024-02-07T21:50:27.253Z | Compiling new_debug_unreachable v1.0.4 |
| 1697 | 2024-02-07T21:50:27.253Z | Compiling fixedbitset v0.4.2 |
| 1698 | 2024-02-07T21:50:27.253Z | Compiling precomputed-hash v0.1.1 |
| 1699 | 2024-02-07T21:50:27.254Z | Compiling pem-rfc7468 v0.7.0 |
| 1700 | 2024-02-07T21:50:27.254Z | Compiling string_cache v0.8.7 |
| 1701 | 2024-02-07T21:50:27.259Z | Compiling nom v7.1.3 |
| 1702 | 2024-02-07T21:50:27.434Z | Compiling petgraph v0.6.4 |
| 1703 | 2024-02-07T21:50:27.719Z | Compiling bit-set v0.5.3 |
| 1704 | 2024-02-07T21:50:27.935Z | Compiling usdt-attr-macro v0.3.5 |
| 1705 | 2024-02-07T21:50:27.955Z | Compiling usdt-macro v0.3.5 |
| 1706 | 2024-02-07T21:50:27.963Z | Compiling hmac v0.12.1 |
| 1707 | 2024-02-07T21:50:28.212Z | Compiling hubpack_derive v0.1.1 |
| 1708 | 2024-02-07T21:50:28.748Z | Compiling enum-as-inner v0.5.1 |
| 1709 | 2024-02-07T21:50:28.761Z | Compiling itertools v0.10.5 |
| 1710 | 2024-02-07T21:50:29.201Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1711 | 2024-02-07T21:50:29.461Z | Compiling unicode-segmentation v1.10.1 |
| 1712 | 2024-02-07T21:50:29.731Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2024-02-07T21:50:29.816Z | Compiling flagset v0.4.3 |
| 1714 | 2024-02-07T21:50:30.066Z | Compiling der v0.7.8 |
| 1715 | 2024-02-07T21:50:30.342Z | Compiling diesel_derives v2.1.2 |
| 1716 | 2024-02-07T21:50:30.714Z | Compiling cpufeatures v0.2.12 |
| 1717 | 2024-02-07T21:50:30.815Z | Compiling sha2 v0.10.8 |
| 1718 | 2024-02-07T21:50:30.962Z | Compiling rustix v0.37.23 |
| 1719 | 2024-02-07T21:50:31.562Z | Compiling md-5 v0.10.5 |
| 1720 | 2024-02-07T21:50:32.040Z | Compiling stringprep v0.1.3 |
| 1721 | 2024-02-07T21:50:32.502Z | Compiling spki v0.7.2 |
| 1722 | 2024-02-07T21:50:32.638Z | Compiling serde_repr v0.1.16 |
| 1723 | 2024-02-07T21:50:32.664Z | Compiling hash32 v0.2.1 |
| 1724 | 2024-02-07T21:50:33.032Z | Compiling stable_deref_trait v1.2.0 |
| 1725 | 2024-02-07T21:50:33.048Z | Checking unicode-ident v1.0.12 |
| 1726 | 2024-02-07T21:50:33.126Z | Compiling fallible-iterator v0.2.0 |
| 1727 | 2024-02-07T21:50:33.348Z | Compiling pkcs8 v0.10.2 |
| 1728 | 2024-02-07T21:50:33.557Z | Compiling terminal_size v0.2.6 |
| 1729 | 2024-02-07T21:50:33.818Z | Compiling postgres-protocol v0.6.6 |
| 1730 | 2024-02-07T21:50:33.927Z | Compiling phf_shared v0.11.2 |
| 1731 | 2024-02-07T21:50:34.270Z | Compiling ff v0.13.0 |
| 1732 | 2024-02-07T21:50:34.502Z | Compiling block-padding v0.3.3 |
| 1733 | 2024-02-07T21:50:34.526Z | Compiling scheduled-thread-pool v0.2.7 |
| 1734 | 2024-02-07T21:50:34.746Z | Compiling num_threads v0.1.6 |
| 1735 | 2024-02-07T21:50:34.879Z | Compiling matches v0.1.10 |
| 1736 | 2024-02-07T21:50:34.944Z | Compiling base16ct v0.2.0 |
| 1737 | 2024-02-07T21:50:35.052Z | Compiling deranged v0.3.8 |
| 1738 | 2024-02-07T21:50:35.132Z | Compiling managed v0.8.0 |
| 1739 | 2024-02-07T21:50:35.152Z | Compiling regex-automata v0.1.10 |
| 1740 | 2024-02-07T21:50:35.240Z | Compiling sec1 v0.7.3 |
| 1741 | 2024-02-07T21:50:35.257Z | Compiling clap_builder v4.4.2 |
| 1742 | 2024-02-07T21:50:35.568Z | Compiling bstr v0.2.17 |
| 1743 | 2024-02-07T21:50:35.749Z | Compiling idna v0.2.3 |
| 1744 | 2024-02-07T21:50:35.816Z | Compiling r2d2 v0.8.10 |
| 1745 | 2024-02-07T21:50:36.235Z | Compiling inout v0.1.3 |
| 1746 | 2024-02-07T21:50:36.552Z | Compiling postgres-types v0.2.6 |
| 1747 | 2024-02-07T21:50:37.041Z | Compiling time v0.3.27 |
| 1748 | 2024-02-07T21:50:37.053Z | Compiling group v0.13.0 |
| 1749 | 2024-02-07T21:50:37.378Z | Compiling signal-hook-mio v0.2.3 |
| 1750 | 2024-02-07T21:50:37.394Z | Compiling phf v0.11.2 |
| 1751 | 2024-02-07T21:50:37.531Z | Compiling bzip2 v0.4.4 |
| 1752 | 2024-02-07T21:50:37.939Z | Compiling hubpack v0.1.2 |
| 1753 | 2024-02-07T21:50:37.954Z | Compiling hkdf v0.12.4 |
| 1754 | 2024-02-07T21:50:38.175Z | Compiling zerocopy v0.6.4 |
| 1755 | 2024-02-07T21:50:38.389Z | Compiling crypto-bigint v0.5.2 |
| 1756 | 2024-02-07T21:50:38.419Z | Compiling ipnetwork v0.20.0 |
| 1757 | 2024-02-07T21:50:39.091Z | Compiling float-cmp v0.9.0 |
| 1758 | 2024-02-07T21:50:39.345Z | Compiling difflib v0.4.0 |
| 1759 | 2024-02-07T21:50:39.858Z | Compiling data-encoding v2.4.0 |
| 1760 | 2024-02-07T21:50:40.717Z | Compiling static_assertions v1.1.0 |
| 1761 | 2024-02-07T21:50:40.809Z | Compiling predicates-core v1.0.6 |
| 1762 | 2024-02-07T21:50:41.005Z | Compiling regex-automata v0.3.8 |
| 1763 | 2024-02-07T21:50:41.201Z | Checking bitflags v1.3.2 |
| 1764 | 2024-02-07T21:50:41.299Z | Compiling whoami v1.4.1 |
| 1765 | 2024-02-07T21:50:41.891Z | Compiling normalize-line-endings v0.3.0 |
| 1766 | 2024-02-07T21:50:41.933Z | Compiling tokio-postgres v0.7.10 |
| 1767 | 2024-02-07T21:50:41.955Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1768 | 2024-02-07T21:50:41.999Z | Compiling predicates v3.1.0 |
| 1769 | 2024-02-07T21:50:42.560Z | Compiling yasna v0.5.2 |
| 1770 | 2024-02-07T21:50:43.518Z | Compiling bstr v1.6.0 |
| 1771 | 2024-02-07T21:50:43.750Z | Compiling elliptic-curve v0.13.8 |
| 1772 | 2024-02-07T21:50:44.551Z | Compiling trust-dns-proto v0.22.0 |
| 1773 | 2024-02-07T21:50:44.566Z | Compiling clap v4.4.3 |
| 1774 | 2024-02-07T21:50:44.672Z | Compiling zip v0.6.6 |
| 1775 | 2024-02-07T21:50:45.080Z | Compiling crossterm v0.27.0 |
| 1776 | 2024-02-07T21:50:45.810Z | Compiling similar v2.3.0 |
| 1777 | 2024-02-07T21:50:46.140Z | Compiling cipher v0.4.4 |
| 1778 | 2024-02-07T21:50:46.810Z | Compiling diesel v2.1.4 |
| 1779 | 2024-02-07T21:50:46.849Z | Checking proc-macro2 v1.0.78 |
| 1780 | 2024-02-07T21:50:47.249Z | Compiling usdt v0.3.5 |
| 1781 | 2024-02-07T21:50:47.529Z | Compiling tokio-stream v0.1.14 |
| 1782 | 2024-02-07T21:50:47.546Z | Compiling console v0.15.8 |
| 1783 | 2024-02-07T21:50:48.332Z | Checking quote v1.0.35 |
| 1784 | 2024-02-07T21:50:51.278Z | Checking utf8parse v0.2.1 |
| 1785 | 2024-02-07T21:50:53.873Z | Checking anstyle v1.0.2 |
| 1786 | 2024-02-07T21:50:54.946Z | Compiling serde_tokenstream v0.2.0 |
| 1787 | 2024-02-07T21:50:55.319Z | Checking io-lifetimes v1.0.11 |
| 1788 | 2024-02-07T21:50:58.840Z | Checking anstyle-parse v0.2.1 |
| 1789 | 2024-02-07T21:50:59.374Z | Checking colorchoice v1.0.0 |
| 1790 | 2024-02-07T21:50:59.549Z | Checking anstyle-query v1.0.0 |
| 1791 | 2024-02-07T21:50:59.582Z | Checking anstream v0.5.0 |
| 1792 | 2024-02-07T21:50:59.973Z | Checking clap_lex v0.5.1 |
| 1793 | 2024-02-07T21:51:00.021Z | Checking strsim v0.10.0 |
| 1794 | 2024-02-07T21:51:00.533Z | Checking winnow v0.5.15 |
| 1795 | 2024-02-07T21:51:05.565Z | Compiling regress v0.7.1 |
| 1796 | 2024-02-07T21:51:09.204Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1797 | 2024-02-07T21:51:15.823Z | Compiling getopts v0.2.21 |
| 1798 | 2024-02-07T21:51:15.981Z | Compiling unsafe-libyaml v0.2.10 |
| 1799 | 2024-02-07T21:51:16.068Z | Checking heck v0.4.1 |
| 1800 | 2024-02-07T21:51:17.151Z | Checking camino v1.1.6 |
| 1801 | 2024-02-07T21:51:17.746Z | Compiling serde_yaml v0.9.25 |
| 1802 | 2024-02-07T21:51:17.930Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1803 | 2024-02-07T21:51:18.100Z | Compiling ident_case v1.0.1 |
| 1804 | 2024-02-07T21:51:18.148Z | Checking match_cfg v0.1.0 |
| 1805 | 2024-02-07T21:51:18.217Z | Checking fastrand v2.0.1 |
| 1806 | 2024-02-07T21:51:18.234Z | Checking rustls-pki-types v1.1.0 |
| 1807 | 2024-02-07T21:51:18.263Z | Checking hostname v0.3.1 |
| 1808 | 2024-02-07T21:51:18.388Z | Checking http v1.0.0 |
| 1809 | 2024-02-07T21:51:18.523Z | Checking tempfile v3.10.0 |
| 1810 | 2024-02-07T21:51:18.623Z | Checking atty v0.2.14 |
| 1811 | 2024-02-07T21:51:18.745Z | Checking quick-error v1.2.3 |
| 1812 | 2024-02-07T21:51:18.870Z | Compiling paste v1.0.14 |
| 1813 | 2024-02-07T21:51:18.882Z | Checking crossbeam-channel v0.5.8 |
| 1814 | 2024-02-07T21:51:19.472Z | Checking sha1 v0.10.6 |
| 1815 | 2024-02-07T21:51:19.649Z | Checking dirs-sys-next v0.1.2 |
| 1816 | 2024-02-07T21:51:19.743Z | Compiling rustls v0.22.2 |
| 1817 | 2024-02-07T21:51:19.817Z | Checking dirs-next v2.0.0 |
| 1818 | 2024-02-07T21:51:20.307Z | Checking rustls-webpki v0.102.1 |
| 1819 | 2024-02-07T21:51:20.307Z | Checking thread_local v1.1.7 |
| 1820 | 2024-02-07T21:51:20.350Z | Checking instant v0.1.12 |
| 1821 | 2024-02-07T21:51:20.463Z | Compiling slog-async v2.8.0 |
| 1822 | 2024-02-07T21:51:21.030Z | Checking term v0.7.0 |
| 1823 | 2024-02-07T21:51:21.079Z | Checking rustls-pemfile v2.0.0 |
| 1824 | 2024-02-07T21:51:21.308Z | Compiling multer v3.0.0 |
| 1825 | 2024-02-07T21:51:21.460Z | Checking take_mut v0.2.2 |
| 1826 | 2024-02-07T21:51:21.494Z | Checking debug-ignore v1.0.5 |
| 1827 | 2024-02-07T21:51:21.638Z | Checking slog-term v2.9.0 |
| 1828 | 2024-02-07T21:51:22.104Z | Compiling darling_core v0.20.3 |
| 1829 | 2024-02-07T21:51:22.109Z | Checking slog-json v2.6.1 |
| 1830 | 2024-02-07T21:51:22.109Z | Compiling async-stream-impl v0.3.5 |
| 1831 | 2024-02-07T21:51:22.126Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1832 | 2024-02-07T21:51:22.142Z | Checking atomic-waker v1.1.1 |
| 1833 | 2024-02-07T21:51:22.259Z | Checking waitgroup v0.1.2 |
| 1834 | 2024-02-07T21:51:22.392Z | Checking slog-bunyan v2.5.0 |
| 1835 | 2024-02-07T21:51:22.564Z | Checking toml v0.8.9 |
| 1836 | 2024-02-07T21:51:22.903Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1837 | 2024-02-07T21:51:23.267Z | Checking serde_path_to_error v0.1.15 |
| 1838 | 2024-02-07T21:51:23.498Z | Checking async-stream v0.3.5 |
| 1839 | 2024-02-07T21:51:23.667Z | Checking wait-timeout v0.2.0 |
| 1840 | 2024-02-07T21:51:23.832Z | Checking strum v0.25.0 |
| 1841 | 2024-02-07T21:51:23.922Z | Compiling structmeta-derive v0.3.0 |
| 1842 | 2024-02-07T21:51:23.983Z | Checking rusty-fork v0.3.0 |
| 1843 | 2024-02-07T21:51:24.713Z | Compiling structmeta-derive v0.2.0 |
| 1844 | 2024-02-07T21:51:24.725Z | Checking tokio-rustls v0.25.0 |
| 1845 | 2024-02-07T21:51:24.801Z | Checking rand_xorshift v0.3.0 |
| 1846 | 2024-02-07T21:51:24.957Z | Checking unarray v0.1.4 |
| 1847 | 2024-02-07T21:51:25.113Z | Checking proptest v1.4.0 |
| 1848 | 2024-02-07T21:51:27.197Z | Compiling structmeta v0.3.0 |
| 1849 | 2024-02-07T21:51:27.545Z | Compiling structmeta v0.2.0 |
| 1850 | 2024-02-07T21:51:27.617Z | Compiling parse-display-derive v0.9.0 |
| 1851 | 2024-02-07T21:51:27.815Z | Compiling darling_macro v0.20.3 |
| 1852 | 2024-02-07T21:51:27.977Z | Checking backoff v0.4.0 |
| 1853 | 2024-02-07T21:51:28.284Z | Compiling test-strategy v0.3.1 |
| 1854 | 2024-02-07T21:51:28.478Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1855 | 2024-02-07T21:51:28.640Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1856 | 2024-02-07T21:51:28.964Z | Compiling darling v0.20.3 |
| 1857 | 2024-02-07T21:51:29.068Z | Compiling serde_with_macros v3.6.0 |
| 1858 | 2024-02-07T21:51:29.084Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1859 | 2024-02-07T21:51:29.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1860 | 2024-02-07T21:51:29.218Z | Checking macaddr v1.0.1 |
| 1861 | 2024-02-07T21:51:29.537Z | Checking camino-tempfile v1.1.1 |
| 1862 | 2024-02-07T21:51:29.583Z | Checking is-terminal v0.4.9 |
| 1863 | 2024-02-07T21:51:29.706Z | Compiling proc-macro-error-attr v1.0.4 |
| 1864 | 2024-02-07T21:51:29.798Z | Compiling proc-macro-error v1.0.4 |
| 1865 | 2024-02-07T21:51:29.940Z | Compiling proc-macro-crate v1.3.1 |
| 1866 | 2024-02-07T21:51:30.270Z | Compiling heapless v0.8.0 |
| 1867 | 2024-02-07T21:51:30.869Z | Checking termtree v0.4.1 |
| 1868 | 2024-02-07T21:51:31.115Z | Compiling num_enum_derive v0.5.11 |
| 1869 | 2024-02-07T21:51:31.141Z | Checking predicates-tree v1.0.9 |
| 1870 | 2024-02-07T21:51:31.595Z | Checking hash32 v0.3.1 |
| 1871 | 2024-02-07T21:51:31.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1872 | 2024-02-07T21:51:31.807Z | Compiling smoltcp v0.11.0 |
| 1873 | 2024-02-07T21:51:32.454Z | Checking serde_with v3.6.0 |
| 1874 | 2024-02-07T21:51:32.621Z | Checking embedded-io v0.4.0 |
| 1875 | 2024-02-07T21:51:32.636Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1876 | 2024-02-07T21:51:32.698Z | Checking parse-display v0.9.0 |
| 1877 | 2024-02-07T21:51:32.806Z | Compiling crucible-workspace-hack v0.1.0 |
| 1878 | 2024-02-07T21:51:32.884Z | Checking cobs v0.2.3 |
| 1879 | 2024-02-07T21:51:32.968Z | Compiling foreign-types-macros v0.2.3 |
| 1880 | 2024-02-07T21:51:33.052Z | Checking postcard v1.0.8 |
| 1881 | 2024-02-07T21:51:33.130Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1882 | 2024-02-07T21:51:33.429Z | Checking foreign-types-shared v0.3.1 |
| 1883 | 2024-02-07T21:51:33.540Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1884 | 2024-02-07T21:51:33.712Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1885 | 2024-02-07T21:51:33.867Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1886 | 2024-02-07T21:51:33.904Z | Checking num_enum v0.5.11 |
| 1887 | 2024-02-07T21:51:33.988Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1888 | 2024-02-07T21:51:34.140Z | Compiling usdt-attr-macro v0.5.0 |
| 1889 | 2024-02-07T21:51:34.206Z | Compiling usdt-macro v0.5.0 |
| 1890 | 2024-02-07T21:51:34.254Z | Checking foreign-types v0.5.0 |
| 1891 | 2024-02-07T21:51:34.357Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1892 | 2024-02-07T21:51:35.214Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1893 | 2024-02-07T21:51:35.810Z | Checking cstr-argument v0.1.2 |
| 1894 | 2024-02-07T21:51:35.822Z | Checking memmap v0.7.0 |
| 1895 | 2024-02-07T21:51:35.910Z | Checking pretty-hex v0.2.1 |
| 1896 | 2024-02-07T21:51:35.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1897 | 2024-02-07T21:51:35.962Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1898 | 2024-02-07T21:51:36.007Z | Checking usdt v0.5.0 |
| 1899 | 2024-02-07T21:51:36.226Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1900 | 2024-02-07T21:51:36.259Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1901 | 2024-02-07T21:51:36.292Z | Checking colored v2.0.4 |
| 1902 | 2024-02-07T21:51:36.305Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1903 | 2024-02-07T21:51:36.334Z | Compiling zone_cfg_derive v0.3.0 |
| 1904 | 2024-02-07T21:51:36.361Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 1905 | 2024-02-07T21:51:36.448Z | Compiling num-derive v0.4.0 |
| 1906 | 2024-02-07T21:51:36.521Z | Compiling mockall_derive v0.12.0 |
| 1907 | 2024-02-07T21:51:40.226Z | Checking fragile v2.0.0 |
| 1908 | 2024-02-07T21:51:40.348Z | Checking downcast v0.11.0 |
| 1909 | 2024-02-07T21:51:40.348Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 1910 | 2024-02-07T21:51:40.348Z | Checking smf v0.2.2 |
| 1911 | 2024-02-07T21:51:40.349Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1912 | 2024-02-07T21:51:40.349Z | Checking xattr v1.0.1 |
| 1913 | 2024-02-07T21:51:40.349Z | Checking zone v0.3.0 |
| 1914 | 2024-02-07T21:51:40.349Z | Checking filetime v0.2.23 |
| 1915 | 2024-02-07T21:51:40.349Z | Checking same-file v1.0.6 |
| 1916 | 2024-02-07T21:51:40.349Z | Checking walkdir v2.4.0 |
| 1917 | 2024-02-07T21:51:40.349Z | Checking tar v0.4.40 |
| 1918 | 2024-02-07T21:51:40.349Z | Compiling rayon-core v1.12.0 |
| 1919 | 2024-02-07T21:51:40.349Z | Checking pem v3.0.2 |
| 1920 | 2024-02-07T21:51:40.349Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 1921 | 2024-02-07T21:51:40.350Z | Checking linked-hash-map v0.5.6 |
| 1922 | 2024-02-07T21:51:40.350Z | Checking itertools v0.12.1 |
| 1923 | 2024-02-07T21:51:40.350Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1924 | 2024-02-07T21:51:40.350Z | Checking headers-core v0.2.0 |
| 1925 | 2024-02-07T21:51:40.350Z | Checking lru-cache v0.1.2 |
| 1926 | 2024-02-07T21:51:40.350Z | Checking swrite v0.1.0 |
| 1927 | 2024-02-07T21:51:40.350Z | Checking headers v0.3.9 |
| 1928 | 2024-02-07T21:51:40.350Z | Checking password-hash v0.5.0 |
| 1929 | 2024-02-07T21:51:40.350Z | Checking blake2 v0.10.6 |
| 1930 | 2024-02-07T21:51:40.350Z | Checking rcgen v0.12.1 |
| 1931 | 2024-02-07T21:51:40.350Z | Checking atomicwrites v0.4.3 |
| 1932 | 2024-02-07T21:51:40.351Z | Checking argon2 v0.5.3 |
| 1933 | 2024-02-07T21:51:40.351Z | Checking subprocess v0.2.9 |
| 1934 | 2024-02-07T21:51:40.351Z | Checking arc-swap v1.6.0 |
| 1935 | 2024-02-07T21:51:40.485Z | Compiling cancel-safe-futures v0.1.5 |
| 1936 | 2024-02-07T21:51:40.528Z | Checking half v2.3.1 |
| 1937 | 2024-02-07T21:51:40.533Z | Checking ciborium-io v0.2.2 |
| 1938 | 2024-02-07T21:51:40.534Z | Checking slog-scope v4.4.0 |
| 1939 | 2024-02-07T21:51:40.638Z | Checking resolv-conf v0.7.0 |
| 1940 | 2024-02-07T21:51:40.715Z | Checking slog-stdlog v4.1.1 |
| 1941 | 2024-02-07T21:51:40.859Z | Checking slog-envlogger v2.2.0 |
| 1942 | 2024-02-07T21:51:40.919Z | Checking ciborium-ll v0.2.2 |
| 1943 | 2024-02-07T21:51:40.965Z | Checking trust-dns-resolver v0.22.0 |
| 1944 | 2024-02-07T21:51:41.092Z | Checking libsw v3.3.1 |
| 1945 | 2024-02-07T21:51:41.275Z | Checking ciborium v0.2.2 |
| 1946 | 2024-02-07T21:51:41.329Z | Compiling derive-where v1.2.7 |
| 1947 | 2024-02-07T21:51:41.348Z | Checking owo-colors v4.0.0 |
| 1948 | 2024-02-07T21:51:41.828Z | Checking linear-map v1.2.0 |
| 1949 | 2024-02-07T21:51:42.156Z | Checking textwrap v0.11.0 |
| 1950 | 2024-02-07T21:51:42.201Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1951 | 2024-02-07T21:51:42.259Z | Compiling heck v0.3.3 |
| 1952 | 2024-02-07T21:51:42.356Z | Compiling blake3 v1.5.0 |
| 1953 | 2024-02-07T21:51:42.489Z | Checking vec_map v0.8.2 |
| 1954 | 2024-02-07T21:51:42.669Z | Compiling libefi-sys v0.1.0 |
| 1955 | 2024-02-07T21:51:42.751Z | Checking ansi_term v0.12.1 |
| 1956 | 2024-02-07T21:51:42.963Z | Checking strsim v0.8.0 |
| 1957 | 2024-02-07T21:51:43.071Z | Compiling structopt-derive v0.4.18 |
| 1958 | 2024-02-07T21:51:43.144Z | Checking clap v2.34.0 |
| 1959 | 2024-02-07T21:51:43.305Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1960 | 2024-02-07T21:51:43.395Z | Compiling slog-dtrace v0.3.0 |
| 1961 | 2024-02-07T21:51:44.101Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1962 | 2024-02-07T21:51:44.155Z | Checking termcolor v1.2.0 |
| 1963 | 2024-02-07T21:51:44.638Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1964 | 2024-02-07T21:51:44.638Z | Checking nibble_vec v0.1.0 |
| 1965 | 2024-02-07T21:51:45.220Z | Checking gethostname v0.4.3 |
| 1966 | 2024-02-07T21:51:45.230Z | Compiling radium v0.7.0 |
| 1967 | 2024-02-07T21:51:45.231Z | Checking endian-type v0.1.2 |
| 1968 | 2024-02-07T21:51:45.231Z | Checking mockall v0.12.0 |
| 1969 | 2024-02-07T21:51:45.231Z | Checking tap v1.0.1 |
| 1970 | 2024-02-07T21:51:45.231Z | Checking radix_trie v0.2.1 |
| 1971 | 2024-02-07T21:51:45.231Z | Compiling maybe-uninit v2.0.0 |
| 1972 | 2024-02-07T21:51:45.645Z | Checking wyz v0.5.1 |
| 1973 | 2024-02-07T21:51:45.645Z | Checking fxhash v0.2.1 |
| 1974 | 2024-02-07T21:51:45.645Z | Compiling num-bigint-dig v0.8.4 |
| 1975 | 2024-02-07T21:51:45.734Z | Compiling packed_struct v0.10.1 |
| 1976 | 2024-02-07T21:51:45.751Z | Checking crc-catalog v2.2.0 |
| 1977 | 2024-02-07T21:51:45.799Z | Compiling semver v0.1.20 |
| 1978 | 2024-02-07T21:51:45.861Z | Checking funty v2.0.0 |
| 1979 | 2024-02-07T21:51:45.876Z | Checking crc v3.0.1 |
| 1980 | 2024-02-07T21:51:46.058Z | Compiling packed_struct_codegen v0.10.1 |
| 1981 | 2024-02-07T21:51:46.080Z | Compiling indexmap v1.9.3 |
| 1982 | 2024-02-07T21:51:46.228Z | Checking structopt v0.3.26 |
| 1983 | 2024-02-07T21:51:46.240Z | Compiling rustc_version v0.1.7 |
| 1984 | 2024-02-07T21:51:46.402Z | Checking nodrop v0.1.14 |
| 1985 | 2024-02-07T21:51:46.516Z | Checking array-init v0.0.4 |
| 1986 | 2024-02-07T21:51:46.570Z | Checking smallvec v0.6.14 |
| 1987 | 2024-02-07T21:51:46.735Z | Compiling newtype_derive v0.1.6 |
| 1988 | 2024-02-07T21:51:46.970Z | Checking pkcs1 v0.7.5 |
| 1989 | 2024-02-07T21:51:47.056Z | Checking bitvec v1.0.1 |
| 1990 | 2024-02-07T21:51:47.065Z | Checking signature v2.1.0 |
| 1991 | 2024-02-07T21:51:47.249Z | Compiling crossbeam-deque v0.8.3 |
| 1992 | 2024-02-07T21:51:47.381Z | Checking hashbrown v0.12.3 |
| 1993 | 2024-02-07T21:51:47.591Z | Checking bitfield v0.14.0 |
| 1994 | 2024-02-07T21:51:48.253Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1995 | 2024-02-07T21:51:48.405Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1996 | 2024-02-07T21:51:48.515Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1997 | 2024-02-07T21:51:48.537Z | Checking rsa v0.9.2 |
| 1998 | 2024-02-07T21:51:48.971Z | Checking serde-hex v0.1.0 |
| 1999 | 2024-02-07T21:51:49.161Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2000 | 2024-02-07T21:51:49.391Z | Checking env_logger v0.10.0 |
| 2001 | 2024-02-07T21:51:49.433Z | Checking x509-cert v0.2.4 |
| 2002 | 2024-02-07T21:51:49.480Z | Checking ron v0.8.1 |
| 2003 | 2024-02-07T21:51:49.811Z | Compiling semver-parser v0.10.2 |
| 2004 | 2024-02-07T21:51:50.714Z | Compiling num-rational v0.4.1 |
| 2005 | 2024-02-07T21:51:50.853Z | Checking crc-any v2.4.3 |
| 2006 | 2024-02-07T21:51:51.106Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2007 | 2024-02-07T21:51:51.185Z | Compiling semver v0.11.0 |
| 2008 | 2024-02-07T21:51:51.343Z | Compiling rayon v1.8.0 |
| 2009 | 2024-02-07T21:51:51.360Z | Checking object v0.30.4 |
| 2010 | 2024-02-07T21:51:52.808Z | Compiling memmap2 v0.7.1 |
| 2011 | 2024-02-07T21:51:53.169Z | Compiling arrayvec v0.7.4 |
| 2012 | 2024-02-07T21:51:53.214Z | Compiling arrayref v0.3.7 |
| 2013 | 2024-02-07T21:51:53.225Z | Compiling constant_time_eq v0.3.0 |
| 2014 | 2024-02-07T21:51:53.302Z | Checking path-slash v0.1.5 |
| 2015 | 2024-02-07T21:51:53.307Z | Compiling home v0.5.5 |
| 2016 | 2024-02-07T21:51:53.441Z | Compiling toolchain_find v0.2.0 |
| 2017 | 2024-02-07T21:51:53.593Z | Checking steno v0.4.0 |
| 2018 | 2024-02-07T21:51:53.900Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2019 | 2024-02-07T21:51:54.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2020 | 2024-02-07T21:51:54.664Z | Compiling toml v0.5.11 |
| 2021 | 2024-02-07T21:51:54.856Z | Checking num-complex v0.4.4 |
| 2022 | 2024-02-07T21:51:56.074Z | Compiling convert_case v0.4.0 |
| 2023 | 2024-02-07T21:51:56.084Z | Compiling topological-sort v0.2.2 |
| 2024 | 2024-02-07T21:51:56.139Z | Checking num v0.4.1 |
| 2025 | 2024-02-07T21:51:56.172Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2026 | 2024-02-07T21:51:56.236Z | Checking newline-converter v0.3.0 |
| 2027 | 2024-02-07T21:51:56.379Z | Compiling omicron-zone-package v0.11.0 |
| 2028 | 2024-02-07T21:51:56.639Z | Compiling derive_more v0.99.17 |
| 2029 | 2024-02-07T21:51:57.455Z | Compiling rustfmt-wrapper v0.2.0 |
| 2030 | 2024-02-07T21:51:57.656Z | Checking expectorate v1.1.0 |
| 2031 | 2024-02-07T21:51:57.813Z | Checking utf-8 v0.7.6 |
| 2032 | 2024-02-07T21:51:58.016Z | Checking tungstenite v0.20.1 |
| 2033 | 2024-02-07T21:51:58.076Z | Compiling buf-list v1.0.3 |
| 2034 | 2024-02-07T21:51:58.533Z | Checking display-error-chain v0.2.0 |
| 2035 | 2024-02-07T21:51:58.680Z | Compiling parking_lot_core v0.8.6 |
| 2036 | 2024-02-07T21:51:58.930Z | Checking tokio-tungstenite v0.20.1 |
| 2037 | 2024-02-07T21:51:59.118Z | Checking keccak v0.1.4 |
| 2038 | 2024-02-07T21:51:59.306Z | Checking trust-dns-client v0.22.0 |
| 2039 | 2024-02-07T21:51:59.410Z | Checking sha3 v0.10.8 |
| 2040 | 2024-02-07T21:51:59.528Z | Checking parking_lot v0.11.2 |
| 2041 | 2024-02-07T21:51:59.797Z | Checking secrecy v0.8.0 |
| 2042 | 2024-02-07T21:51:59.878Z | Compiling pin-project-internal v1.1.3 |
| 2043 | 2024-02-07T21:52:00.021Z | Compiling doc-comment v0.3.3 |
| 2044 | 2024-02-07T21:52:00.553Z | Checking sled v0.34.7 |
| 2045 | 2024-02-07T21:52:00.849Z | Checking glob v0.3.1 |
| 2046 | 2024-02-07T21:52:00.920Z | Checking trust-dns-server v0.22.1 |
| 2047 | 2024-02-07T21:52:01.179Z | Compiling vte_generate_state_changes v0.1.1 |
| 2048 | 2024-02-07T21:52:01.517Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2049 | 2024-02-07T21:52:01.730Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2050 | 2024-02-07T21:52:01.883Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2051 | 2024-02-07T21:52:03.012Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2052 | 2024-02-07T21:52:03.266Z | Checking pin-project v1.1.3 |
| 2053 | 2024-02-07T21:52:03.295Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2054 | 2024-02-07T21:52:03.323Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2055 | 2024-02-07T21:52:03.361Z | Checking vte v0.11.1 |
| 2056 | 2024-02-07T21:52:03.634Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2057 | 2024-02-07T21:52:05.106Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2058 | 2024-02-07T21:52:05.127Z | Compiling unicase v2.7.0 |
| 2059 | 2024-02-07T21:52:05.450Z | Compiling platforms v3.0.2 |
| 2060 | 2024-02-07T21:52:05.591Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2061 | 2024-02-07T21:52:05.793Z | Checking strip-ansi-escapes v0.2.0 |
| 2062 | 2024-02-07T21:52:05.828Z | Checking fd-lock v3.0.13 |
| 2063 | 2024-02-07T21:52:05.910Z | Compiling snafu-derive v0.7.5 |
| 2064 | 2024-02-07T21:52:05.929Z | Compiling fs-err v2.11.0 |
| 2065 | 2024-02-07T21:52:05.953Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2066 | 2024-02-07T21:52:06.054Z | Checking nu-ansi-term v0.49.0 |
| 2067 | 2024-02-07T21:52:06.524Z | Checking reedline v0.28.0 |
| 2068 | 2024-02-07T21:52:07.068Z | Checking globset v0.4.13 |
| 2069 | 2024-02-07T21:52:07.279Z | Checking olpc-cjson v0.1.3 |
| 2070 | 2024-02-07T21:52:07.505Z | Checking serde_plain v1.0.2 |
| 2071 | 2024-02-07T21:52:07.544Z | Compiling async-recursion v1.0.5 |
| 2072 | 2024-02-07T21:52:07.750Z | Checking typed-path v0.7.0 |
| 2073 | 2024-02-07T21:52:08.702Z | Compiling curve25519-dalek v4.1.1 |
| 2074 | 2024-02-07T21:52:09.635Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2075 | 2024-02-07T21:52:09.794Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2076 | 2024-02-07T21:52:09.800Z | Compiling memoffset v0.7.1 |
| 2077 | 2024-02-07T21:52:10.070Z | Checking parse-size v1.0.0 |
| 2078 | 2024-02-07T21:52:10.364Z | Compiling mime_guess v2.0.4 |
| 2079 | 2024-02-07T21:52:10.615Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2080 | 2024-02-07T21:52:10.734Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2081 | 2024-02-07T21:52:11.954Z | Checking snafu v0.7.5 |
| 2082 | 2024-02-07T21:52:12.440Z | Checking tough v0.16.0 |
| 2083 | 2024-02-07T21:52:12.676Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2084 | 2024-02-07T21:52:13.068Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2085 | 2024-02-07T21:52:13.456Z | Checking universal-hash v0.5.1 |
| 2086 | 2024-02-07T21:52:13.584Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2087 | 2024-02-07T21:52:13.641Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2088 | 2024-02-07T21:52:15.296Z | Checking opaque-debug v0.3.0 |
| 2089 | 2024-02-07T21:52:15.375Z | Checking poly1305 v0.8.0 |
| 2090 | 2024-02-07T21:52:15.703Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2091 | 2024-02-07T21:52:15.830Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2092 | 2024-02-07T21:52:20.832Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2093 | 2024-02-07T21:52:21.177Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2094 | 2024-02-07T21:52:21.177Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2095 | 2024-02-07T21:52:21.177Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2096 | 2024-02-07T21:52:21.177Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2097 | 2024-02-07T21:52:21.177Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2098 | 2024-02-07T21:52:21.177Z | Checking thiserror-no-std v2.0.2 |
| 2099 | 2024-02-07T21:52:21.808Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2100 | 2024-02-07T21:52:21.857Z | Checking chacha20 v0.9.1 |
| 2101 | 2024-02-07T21:52:22.336Z | Checking aead v0.5.2 |
| 2102 | 2024-02-07T21:52:22.336Z | Checking kstat-rs v0.2.3 |
| 2103 | 2024-02-07T21:52:22.337Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2104 | 2024-02-07T21:52:22.931Z | Compiling salty v0.2.0 |
| 2105 | 2024-02-07T21:52:23.036Z | Checking signature v1.6.4 |
| 2106 | 2024-02-07T21:52:23.036Z | Checking ed25519 v1.5.3 |
| 2107 | 2024-02-07T21:52:23.036Z | Checking chacha20poly1305 v0.10.1 |
| 2108 | 2024-02-07T21:52:23.111Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2109 | 2024-02-07T21:52:23.346Z | Checking vsss-rs v3.3.4 |
| 2110 | 2024-02-07T21:52:24.171Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2111 | 2024-02-07T21:52:24.175Z | Checking serde-big-array v0.5.1 |
| 2112 | 2024-02-07T21:52:24.251Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2113 | 2024-02-07T21:52:25.256Z | Checking bytecount v0.6.3 |
| 2114 | 2024-02-07T21:52:25.388Z | Checking papergrid v0.11.0 |
| 2115 | 2024-02-07T21:52:26.799Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2116 | 2024-02-07T21:52:27.112Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2117 | 2024-02-07T21:52:27.211Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2118 | 2024-02-07T21:52:27.502Z | Compiling tabled_derive v0.7.0 |
| 2119 | 2024-02-07T21:52:28.220Z | Checking signal-hook-tokio v0.3.1 |
| 2120 | 2024-02-07T21:52:28.414Z | Checking fd-lock v4.0.2 |
| 2121 | 2024-02-07T21:52:28.606Z | Checking nix v0.27.1 |
| 2122 | 2024-02-07T21:52:28.720Z | Checking serde-big-array v0.4.1 |
| 2123 | 2024-02-07T21:52:28.790Z | Compiling sqlparser_derive v0.2.2 |
| 2124 | 2024-02-07T21:52:28.887Z | Compiling prettyplease v0.2.16 |
| 2125 | 2024-02-07T21:52:29.202Z | Checking unicode_categories v0.1.1 |
| 2126 | 2024-02-07T21:52:29.490Z | Checking humantime v2.1.0 |
| 2127 | 2024-02-07T21:52:29.936Z | Checking sqlformat v0.2.3 |
| 2128 | 2024-02-07T21:52:29.976Z | Checking sqlparser v0.43.1 |
| 2129 | 2024-02-07T21:52:30.107Z | Checking tabled v0.15.0 |
| 2130 | 2024-02-07T21:52:31.225Z | Checking rustyline v13.0.0 |
| 2131 | 2024-02-07T21:52:31.417Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2132 | 2024-02-07T21:52:32.452Z | Checking bcs v0.1.6 |
| 2133 | 2024-02-07T21:52:32.821Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2134 | 2024-02-07T21:52:32.895Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2135 | 2024-02-07T21:52:32.910Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2136 | 2024-02-07T21:52:33.709Z | Checking corncobs v0.1.3 |
| 2137 | 2024-02-07T21:52:33.716Z | Checking highway v1.1.0 |
| 2138 | 2024-02-07T21:52:33.874Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2139 | 2024-02-07T21:52:34.079Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2140 | 2024-02-07T21:52:34.225Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2141 | 2024-02-07T21:52:34.519Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2142 | 2024-02-07T21:52:34.670Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2143 | 2024-02-07T21:52:36.492Z | Checking http-range v0.1.5 |
| 2144 | 2024-02-07T21:52:36.666Z | Compiling crunchy v0.2.2 |
| 2145 | 2024-02-07T21:52:37.206Z | Checking hyper-staticfile v0.9.5 |
| 2146 | 2024-02-07T21:52:37.764Z | Compiling clang-sys v1.6.1 |
| 2147 | 2024-02-07T21:52:37.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2148 | 2024-02-07T21:52:37.953Z | Compiling tiny-keccak v2.0.2 |
| 2149 | 2024-02-07T21:52:38.185Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2150 | 2024-02-07T21:52:38.391Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2151 | 2024-02-07T21:52:38.459Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2152 | 2024-02-07T21:52:38.550Z | Compiling darling_core v0.14.4 |
| 2153 | 2024-02-07T21:52:38.998Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2154 | 2024-02-07T21:52:39.845Z | Compiling portable-atomic v1.4.3 |
| 2155 | 2024-02-07T21:52:39.969Z | Checking assert_matches v1.5.0 |
| 2156 | 2024-02-07T21:52:40.059Z | Compiling ascii-canvas v3.0.0 |
| 2157 | 2024-02-07T21:52:40.539Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2158 | 2024-02-07T21:52:41.079Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2159 | 2024-02-07T21:52:41.933Z | Compiling ena v0.14.2 |
| 2160 | 2024-02-07T21:52:41.951Z | Compiling libloading v0.7.4 |
| 2161 | 2024-02-07T21:52:42.296Z | Compiling bindgen v0.69.2 |
| 2162 | 2024-02-07T21:52:42.311Z | Compiling regex-syntax v0.6.29 |
| 2163 | 2024-02-07T21:52:42.525Z | Compiling diff v0.1.13 |
| 2164 | 2024-02-07T21:52:43.482Z | Compiling cexpr v0.6.0 |
| 2165 | 2024-02-07T21:52:44.110Z | Compiling which v4.4.0 |
| 2166 | 2024-02-07T21:52:44.728Z | Compiling peeking_take_while v0.1.2 |
| 2167 | 2024-02-07T21:52:44.742Z | Compiling darling_macro v0.14.4 |
| 2168 | 2024-02-07T21:52:44.861Z | Compiling lazycell v1.3.0 |
| 2169 | 2024-02-07T21:52:45.033Z | Checking maplit v1.0.2 |
| 2170 | 2024-02-07T21:52:45.136Z | Compiling shlex v1.3.0 |
| 2171 | 2024-02-07T21:52:45.219Z | Compiling ref-cast v1.0.20 |
| 2172 | 2024-02-07T21:52:45.562Z | Checking number_prefix v0.4.0 |
| 2173 | 2024-02-07T21:52:45.735Z | Compiling lalrpop v0.19.12 |
| 2174 | 2024-02-07T21:52:45.739Z | Compiling rustc-hash v1.1.0 |
| 2175 | 2024-02-07T21:52:45.831Z | Compiling darling v0.14.4 |
| 2176 | 2024-02-07T21:52:45.941Z | Compiling derive_builder_core v0.12.0 |
| 2177 | 2024-02-07T21:52:45.956Z | Checking indicatif v0.17.7 |
| 2178 | 2024-02-07T21:52:46.761Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2179 | 2024-02-07T21:52:46.932Z | Compiling ref-cast-impl v1.0.20 |
| 2180 | 2024-02-07T21:52:47.074Z | Compiling libxml v0.3.3 |
| 2181 | 2024-02-07T21:52:47.510Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2182 | 2024-02-07T21:52:48.301Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2183 | 2024-02-07T21:52:48.455Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2184 | 2024-02-07T21:52:48.483Z | Compiling derive_builder_macro v0.12.0 |
| 2185 | 2024-02-07T21:52:48.572Z | Compiling strum_macros v0.24.3 |
| 2186 | 2024-02-07T21:52:48.699Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2187 | 2024-02-07T21:52:49.038Z | Compiling cookie v0.18.0 |
| 2188 | 2024-02-07T21:52:49.336Z | Compiling indoc v1.0.9 |
| 2189 | 2024-02-07T21:52:49.422Z | Checking derive_builder v0.12.0 |
| 2190 | 2024-02-07T21:52:50.450Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2191 | 2024-02-07T21:52:50.773Z | Checking bb8 v0.8.3 |
| 2192 | 2024-02-07T21:52:51.231Z | Checking quick-xml v0.30.0 |
| 2193 | 2024-02-07T21:52:51.471Z | Compiling strum_macros v0.26.1 |
| 2194 | 2024-02-07T21:52:51.569Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2195 | 2024-02-07T21:52:52.556Z | Checking castaway v0.2.2 |
| 2196 | 2024-02-07T21:52:52.560Z | Compiling oso-derive v0.27.0 |
| 2197 | 2024-02-07T21:52:52.802Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2198 | 2024-02-07T21:52:53.185Z | Checking compact_str v0.7.1 |
| 2199 | 2024-02-07T21:52:53.914Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2200 | 2024-02-07T21:52:55.345Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2201 | 2024-02-07T21:52:56.271Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2202 | 2024-02-07T21:52:56.720Z | Checking lru v0.12.1 |
| 2203 | 2024-02-07T21:52:56.969Z | Checking strum v0.26.1 |
| 2204 | 2024-02-07T21:52:56.995Z | Compiling stability v0.1.1 |
| 2205 | 2024-02-07T21:52:57.132Z | Compiling indoc v2.0.3 |
| 2206 | 2024-02-07T21:52:58.051Z | Checking cassowary v0.3.0 |
| 2207 | 2024-02-07T21:52:58.056Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2208 | 2024-02-07T21:52:58.288Z | Checking unicode-linebreak v0.1.5 |
| 2209 | 2024-02-07T21:52:58.484Z | Checking ratatui v0.26.0 |
| 2210 | 2024-02-07T21:52:58.719Z | Checking smawk v0.3.1 |
| 2211 | 2024-02-07T21:52:58.907Z | Checking textwrap v0.16.0 |
| 2212 | 2024-02-07T21:52:59.304Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2213 | 2024-02-07T21:52:59.616Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2214 | 2024-02-07T21:52:59.736Z | Checking is_ci v1.1.1 |
| 2215 | 2024-02-07T21:52:59.889Z | Checking supports-color v2.1.0 |
| 2216 | 2024-02-07T21:53:00.427Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2217 | 2024-02-07T21:53:01.597Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 2218 | 2024-02-07T21:53:01.597Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2219 | 2024-02-07T21:53:01.603Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2220 | 2024-02-07T21:53:01.810Z | Checking rtoolbox v0.0.1 |
| 2221 | 2024-02-07T21:53:01.853Z | Checking tui-tree-widget v0.17.0 |
| 2222 | 2024-02-07T21:53:01.967Z | Checking rpassword v7.3.1 |
| 2223 | 2024-02-07T21:53:02.105Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2224 | 2024-02-07T21:53:02.295Z | Checking fatfs v0.3.6 |
| 2225 | 2024-02-07T21:53:03.279Z | Checking shell-words v1.1.0 |
| 2226 | 2024-02-07T21:53:03.418Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2227 | 2024-02-07T21:53:03.568Z | Checking yansi v0.5.1 |
| 2228 | 2024-02-07T21:53:04.067Z | Checking pretty_assertions v1.4.0 |
| 2229 | 2024-02-07T21:53:04.640Z | Compiling target-lexicon v0.12.13 |
| 2230 | 2024-02-07T21:53:04.764Z | Compiling guppy-workspace-hack v0.1.0 |
| 2231 | 2024-02-07T21:53:04.792Z | Checking plotters-backend v0.3.5 |
| 2232 | 2024-02-07T21:53:05.094Z | Checking http-body v1.0.0 |
| 2233 | 2024-02-07T21:53:05.131Z | Checking plotters-svg v0.3.5 |
| 2234 | 2024-02-07T21:53:05.318Z | Checking rand v0.4.6 |
| 2235 | 2024-02-07T21:53:05.351Z | Checking tower-layer v0.3.2 |
| 2236 | 2024-02-07T21:53:05.702Z | Compiling target-spec v3.1.0 |
| 2237 | 2024-02-07T21:53:06.199Z | Checking remove_dir_all v0.5.3 |
| 2238 | 2024-02-07T21:53:06.219Z | Checking cast v0.3.0 |
| 2239 | 2024-02-07T21:53:06.234Z | Checking cfg-expr v0.15.6 |
| 2240 | 2024-02-07T21:53:06.298Z | Checking tempdir v0.3.7 |
| 2241 | 2024-02-07T21:53:06.483Z | Checking tower v0.4.13 |
| 2242 | 2024-02-07T21:53:06.517Z | Checking criterion-plot v0.5.0 |
| 2243 | 2024-02-07T21:53:06.992Z | Checking plotters v0.3.5 |
| 2244 | 2024-02-07T21:53:07.039Z | Checking hyper v1.1.0 |
| 2245 | 2024-02-07T21:53:07.392Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2246 | 2024-02-07T21:53:08.154Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2247 | 2024-02-07T21:53:08.359Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2248 | 2024-02-07T21:53:08.370Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2249 | 2024-02-07T21:53:08.733Z | Checking tinytemplate v1.2.1 |
| 2250 | 2024-02-07T21:53:09.088Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2251 | 2024-02-07T21:53:09.129Z | Checking cargo-platform v0.1.3 |
| 2252 | 2024-02-07T21:53:09.688Z | Checking oorandom v11.1.3 |
| 2253 | 2024-02-07T21:53:09.827Z | Checking anes v0.1.6 |
| 2254 | 2024-02-07T21:53:10.239Z | Checking criterion v0.5.1 |
| 2255 | 2024-02-07T21:53:10.486Z | Checking cargo_metadata v0.18.1 |
| 2256 | 2024-02-07T21:53:10.622Z | Checking hyper-util v0.1.2 |
| 2257 | 2024-02-07T21:53:11.891Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2258 | 2024-02-07T21:53:12.251Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2259 | 2024-02-07T21:53:12.517Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2260 | 2024-02-07T21:53:13.260Z | Checking assert_cmd v2.0.13 |
| 2261 | 2024-02-07T21:53:13.659Z | Checking rustls-native-certs v0.7.0 |
| 2262 | 2024-02-07T21:53:13.802Z | Checking pathdiff v0.2.1 |
| 2263 | 2024-02-07T21:53:14.099Z | Checking nested v0.1.1 |
| 2264 | 2024-02-07T21:53:16.175Z | Checking guppy v0.17.5 |
| 2265 | 2024-02-07T21:53:17.517Z | Checking hyper-rustls v0.26.0 |
| 2266 | 2024-02-07T21:53:17.874Z | Checking httptest v0.15.5 |
| 2267 | 2024-02-07T21:53:18.347Z | Checking threadpool v1.8.1 |
| 2268 | 2024-02-07T21:53:18.451Z | Checking nanorand v0.7.0 |
| 2269 | 2024-02-07T21:53:18.539Z | Checking libtest-mimic v0.6.1 |
| 2270 | 2024-02-07T21:53:18.554Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2271 | 2024-02-07T21:53:18.812Z | Checking flume v0.11.0 |
| 2272 | 2024-02-07T21:53:18.953Z | Checking similar-asserts v1.5.0 |
| 2273 | 2024-02-07T21:53:19.198Z | Compiling rstest_macros v0.18.2 |
| 2274 | 2024-02-07T21:53:19.293Z | Compiling crossbeam-queue v0.3.8 |
| 2275 | 2024-02-07T21:53:19.857Z | Checking datatest-stable v0.2.3 |
| 2276 | 2024-02-07T21:53:19.861Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2277 | 2024-02-07T21:53:20.155Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2278 | 2024-02-07T21:53:20.891Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2279 | 2024-02-07T21:53:21.085Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2280 | 2024-02-07T21:53:21.409Z | Checking csv-core v0.1.11 |
| 2281 | 2024-02-07T21:53:21.574Z | Compiling trybuild v1.0.89 |
| 2282 | 2024-02-07T21:53:21.659Z | Checking constant_time_eq v0.2.6 |
| 2283 | 2024-02-07T21:53:21.723Z | Compiling relative-path v1.9.0 |
| 2284 | 2024-02-07T21:53:21.796Z | Checking blake2b_simd v1.0.1 |
| 2285 | 2024-02-07T21:53:22.026Z | Checking csv v1.3.0 |
| 2286 | 2024-02-07T21:53:22.889Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2287 | 2024-02-07T21:53:22.903Z | Checking basic-toml v0.1.8 |
| 2288 | 2024-02-07T21:53:23.738Z | Checking multimap v0.8.3 |
| 2289 | 2024-02-07T21:53:24.020Z | Checking futures-timer v3.0.2 |
| 2290 | 2024-02-07T21:53:25.721Z | Checking crossbeam v0.8.2 |
| 2291 | 2024-02-07T21:53:25.829Z | Checking rust-argon2 v1.0.1 |
| 2292 | 2024-02-07T21:53:27.307Z | Checking partial-io v0.5.4 |
| 2293 | 2024-02-07T21:53:27.694Z | Checking approx v0.5.1 |
| 2294 | 2024-02-07T21:53:27.912Z | Checking termios v0.3.3 |
| 2295 | 2024-02-07T21:53:28.118Z | Checking hex-literal v0.4.1 |
| 2296 | 2024-02-07T21:53:37.957Z | Checking rstest v0.18.2 |
| 2297 | 2024-02-07T21:53:37.957Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2298 | 2024-02-07T21:53:37.957Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2299 | 2024-02-07T21:54:17.972Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2300 | 2024-02-07T21:54:20.165Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2301 | 2024-02-07T21:54:21.212Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2302 | 2024-02-07T21:54:25.139Z | Compiling samael v0.0.14 |
| 2303 | 2024-02-07T21:54:25.805Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2304 | 2024-02-07T21:54:46.103Z | Compiling polar-core v0.27.0 |
| 2305 | 2024-02-07T21:54:53.064Z | Checking oso v0.27.0 |
| 2306 | 2024-02-07T21:55:18.564Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2307 | 2024-02-07T21:56:18.527Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 51s |
| 2308 | 2024-02-07T21:56:18.701Z | |
| 2309 | 2024-02-07T21:56:18.701Z | real 7:34.084610259 |
| 2310 | 2024-02-07T21:56:18.701Z | user 39:23.854410968 |
| 2311 | 2024-02-07T21:56:18.701Z | sys 6:39.438610793 |
| 2312 | 2024-02-07T21:56:18.701Z | trap 1.056138900 |
| 2313 | 2024-02-07T21:56:18.701Z | tflt 4.908099393 |
| 2314 | 2024-02-07T21:56:18.701Z | dflt 3.527019740 |
| 2315 | 2024-02-07T21:56:18.720Z | kflt 0.068975617 |
| 2316 | 2024-02-07T21:56:18.720Z | lock 1:00:48.534291338 |
| 2317 | 2024-02-07T21:56:18.720Z | slp 2:00:35.480262919 |
| 2318 | 2024-02-07T21:56:18.720Z | lat 1:42.694086087 |
| 2319 | 2024-02-07T21:56:18.720Z | stop 4:00.352621083 |
| 2320 | 2024-02-07T21:56:19.492Z | warning: output filename collision. |
| 2321 | 2024-02-07T21:56:19.492Z | 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)`. |
| 2322 | 2024-02-07T21:56:19.492Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2323 | 2024-02-07T21:56:19.492Z | The targets should have unique names. |
| 2324 | 2024-02-07T21:56:19.492Z | This is a known bug where multiple crates with the same name use |
| 2325 | 2024-02-07T21:56:19.492Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2326 | 2024-02-07T21:56:20.061Z | warning: output filename collision. |
| 2327 | 2024-02-07T21:56:20.061Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
| 2328 | 2024-02-07T21:56:20.061Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2329 | 2024-02-07T21:56:20.061Z | The targets should have unique names. |
| 2330 | 2024-02-07T21:56:20.062Z | This is a known bug where multiple crates with the same name use |
| 2331 | 2024-02-07T21:56:20.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2332 | 2024-02-07T21:56:20.062Z | warning: output filename collision. |
| 2333 | 2024-02-07T21:56:20.062Z | 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)`. |
| 2334 | 2024-02-07T21:56:20.062Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2335 | 2024-02-07T21:56:20.062Z | The targets should have unique names. |
| 2336 | 2024-02-07T21:56:20.062Z | This is a known bug where multiple crates with the same name use |
| 2337 | 2024-02-07T21:56:20.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2338 | 2024-02-07T21:56:20.062Z | warning: output filename collision. |
| 2339 | 2024-02-07T21:56:20.062Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2340 | 2024-02-07T21:56:20.063Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
| 2341 | 2024-02-07T21:56:20.063Z | The targets should have unique names. |
| 2342 | 2024-02-07T21:56:20.063Z | This is a known bug where multiple crates with the same name use |
| 2343 | 2024-02-07T21:56:20.063Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2344 | 2024-02-07T21:56:20.063Z | warning: output filename collision. |
| 2345 | 2024-02-07T21:56:20.064Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2346 | 2024-02-07T21:56:20.064Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
| 2347 | 2024-02-07T21:56:20.064Z | The targets should have unique names. |
| 2348 | 2024-02-07T21:56:20.064Z | This is a known bug where multiple crates with the same name use |
| 2349 | 2024-02-07T21:56:20.064Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2350 | 2024-02-07T21:56:20.064Z | warning: output filename collision. |
| 2351 | 2024-02-07T21:56:20.064Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2352 | 2024-02-07T21:56:20.064Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
| 2353 | 2024-02-07T21:56:20.064Z | The targets should have unique names. |
| 2354 | 2024-02-07T21:56:20.064Z | This is a known bug where multiple crates with the same name use |
| 2355 | 2024-02-07T21:56:20.064Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2356 | 2024-02-07T21:56:20.064Z | warning: output filename collision. |
| 2357 | 2024-02-07T21:56:20.064Z | 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)`. |
| 2358 | 2024-02-07T21:56:20.065Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2359 | 2024-02-07T21:56:20.065Z | The targets should have unique names. |
| 2360 | 2024-02-07T21:56:20.065Z | This is a known bug where multiple crates with the same name use |
| 2361 | 2024-02-07T21:56:20.065Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2362 | 2024-02-07T21:56:20.083Z | Documenting libc v0.2.153 |
| 2363 | 2024-02-07T21:56:20.083Z | Documenting cfg-if v1.0.0 |
| 2364 | 2024-02-07T21:56:20.083Z | Documenting serde_derive v1.0.196 |
| 2365 | 2024-02-07T21:56:20.083Z | Documenting log v0.4.20 |
| 2366 | 2024-02-07T21:56:20.083Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2367 | 2024-02-07T21:56:20.083Z | Documenting memchr v2.6.3 |
| 2368 | 2024-02-07T21:56:20.083Z | Documenting scopeguard v1.2.0 |
| 2369 | 2024-02-07T21:56:20.083Z | Documenting byteorder v1.5.0 |
| 2370 | 2024-02-07T21:56:20.305Z | Documenting smallvec v1.13.1 |
| 2371 | 2024-02-07T21:56:22.625Z | Documenting itoa v1.0.9 |
| 2372 | 2024-02-07T21:56:22.697Z | Documenting lock_api v0.4.10 |
| 2373 | 2024-02-07T21:56:34.462Z | Documenting zeroize_derive v1.4.2 |
| 2374 | 2024-02-07T21:56:34.527Z | Documenting getrandom v0.2.10 |
| 2375 | 2024-02-07T21:56:34.527Z | Documenting parking_lot_core v0.9.8 |
| 2376 | 2024-02-07T21:56:34.527Z | Documenting once_cell v1.19.0 |
| 2377 | 2024-02-07T21:56:34.527Z | Documenting pin-project-lite v0.2.13 |
| 2378 | 2024-02-07T21:56:34.527Z | Documenting libm v0.2.7 |
| 2379 | 2024-02-07T21:56:34.527Z | Documenting signal-hook-registry v1.4.1 |
| 2380 | 2024-02-07T21:56:34.588Z | Documenting mio v0.8.9 |
| 2381 | 2024-02-07T21:56:34.588Z | Documenting serde v1.0.196 |
| 2382 | 2024-02-07T21:56:34.588Z | Documenting rand_core v0.6.4 |
| 2383 | 2024-02-07T21:56:34.588Z | Documenting parking_lot v0.12.1 |
| 2384 | 2024-02-07T21:56:34.588Z | Documenting num-traits v0.2.16 |
| 2385 | 2024-02-07T21:56:34.588Z | Documenting futures-core v0.3.30 |
| 2386 | 2024-02-07T21:56:34.588Z | Documenting zeroize v1.7.0 |
| 2387 | 2024-02-07T21:56:34.588Z | Documenting thiserror-impl v1.0.56 |
| 2388 | 2024-02-07T21:56:34.589Z | Documenting num_cpus v1.16.0 |
| 2389 | 2024-02-07T21:56:34.589Z | Documenting socket2 v0.5.5 |
| 2390 | 2024-02-07T21:56:34.589Z | Documenting tokio-macros v2.2.0 |
| 2391 | 2024-02-07T21:56:34.589Z | Documenting ryu v1.0.15 |
| 2392 | 2024-02-07T21:56:34.589Z | Documenting typenum v1.16.0 |
| 2393 | 2024-02-07T21:56:34.589Z | Documenting subtle v2.5.0 |
| 2394 | 2024-02-07T21:56:35.781Z | Documenting zerocopy v0.7.32 |
| 2395 | 2024-02-07T21:56:35.830Z | Documenting thiserror v1.0.56 |
| 2396 | 2024-02-07T21:56:36.351Z | Documenting futures-sink v0.3.30 |
| 2397 | 2024-02-07T21:56:36.607Z | Documenting pin-utils v0.1.0 |
| 2398 | 2024-02-07T21:56:37.276Z | Documenting slab v0.4.9 |
| 2399 | 2024-02-07T21:56:38.392Z | Documenting futures-macro v0.3.30 |
| 2400 | 2024-02-07T21:56:40.553Z | Documenting const-oid v0.9.5 |
| 2401 | 2024-02-07T21:56:40.805Z | Documenting futures-channel v0.3.30 |
| 2402 | 2024-02-07T21:56:41.783Z | Documenting futures-task v0.3.30 |
| 2403 | 2024-02-07T21:56:41.793Z | Documenting futures-io v0.3.30 |
| 2404 | 2024-02-07T21:56:43.217Z | Documenting iana-time-zone v0.1.57 |
| 2405 | 2024-02-07T21:56:44.064Z | Documenting ahash v0.8.7 |
| 2406 | 2024-02-07T21:56:45.883Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2407 | 2024-02-07T21:56:46.666Z | Documenting allocator-api2 v0.2.16 |
| 2408 | 2024-02-07T21:56:46.711Z | Documenting tinyvec_macros v0.1.1 |
| 2409 | 2024-02-07T21:56:46.773Z | Documenting futures-util v0.3.30 |
| 2410 | 2024-02-07T21:56:46.905Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2411 | 2024-02-07T21:56:48.063Z | Documenting tracing-core v0.1.31 |
| 2412 | 2024-02-07T21:56:48.867Z | Documenting tracing-attributes v0.1.26 |
| 2413 | 2024-02-07T21:56:49.584Z | Documenting tinyvec v1.6.0 |
| 2414 | 2024-02-07T21:56:50.196Z | Documenting hashbrown v0.14.2 |
| 2415 | 2024-02-07T21:56:51.928Z | Documenting bytes v1.5.0 |
| 2416 | 2024-02-07T21:56:53.369Z | Documenting bitflags v2.4.0 |
| 2417 | 2024-02-07T21:56:55.999Z | Documenting serde_json v1.0.113 |
| 2418 | 2024-02-07T21:56:56.064Z | Documenting chrono v0.4.31 |
| 2419 | 2024-02-07T21:56:56.666Z | Documenting uuid v1.7.0 |
| 2420 | 2024-02-07T21:56:56.677Z | Documenting tokio v1.36.0 |
| 2421 | 2024-02-07T21:56:57.763Z | Documenting unicode-normalization v0.1.22 |
| 2422 | 2024-02-07T21:56:58.702Z | Documenting ppv-lite86 v0.2.17 |
| 2423 | 2024-02-07T21:56:58.955Z | Documenting generic-array v0.14.7 |
| 2424 | 2024-02-07T21:57:01.716Z | Documenting unicode-bidi v0.3.13 |
| 2425 | 2024-02-07T21:57:01.955Z | Documenting rand_chacha v0.3.1 |
| 2426 | 2024-02-07T21:57:02.030Z | Documenting equivalent v1.0.1 |
| 2427 | 2024-02-07T21:57:02.362Z | Documenting percent-encoding v2.3.1 |
| 2428 | 2024-02-07T21:57:03.114Z | Documenting base64 v0.21.7 |
| 2429 | 2024-02-07T21:57:03.748Z | Documenting crypto-common v0.1.6 |
| 2430 | 2024-02-07T21:57:04.880Z | Documenting block-buffer v0.10.4 |
| 2431 | 2024-02-07T21:57:05.985Z | Documenting indexmap v2.2.2 |
| 2432 | 2024-02-07T21:57:06.006Z | Documenting rand v0.8.5 |
| 2433 | 2024-02-07T21:57:06.367Z | Documenting lazy_static v1.4.0 |
| 2434 | 2024-02-07T21:57:07.401Z | Documenting form_urlencoded v1.2.1 |
| 2435 | 2024-02-07T21:57:07.822Z | Checking serde_derive_internals v0.26.0 |
| 2436 | 2024-02-07T21:57:08.413Z | Documenting serde_derive_internals v0.26.0 |
| 2437 | 2024-02-07T21:57:08.426Z | Documenting fnv v1.0.7 |
| 2438 | 2024-02-07T21:57:08.548Z | Documenting tracing v0.1.37 |
| 2439 | 2024-02-07T21:57:09.198Z | Documenting dyn-clone v1.0.16 |
| 2440 | 2024-02-07T21:57:09.327Z | Documenting digest v0.10.7 |
| 2441 | 2024-02-07T21:57:11.297Z | Documenting cpufeatures v0.2.12 |
| 2442 | 2024-02-07T21:57:11.537Z | Documenting idna v0.5.0 |
| 2443 | 2024-02-07T21:57:11.798Z | Documenting httparse v1.8.0 |
| 2444 | 2024-02-07T21:57:12.126Z | Documenting errno v0.3.8 |
| 2445 | 2024-02-07T21:57:12.923Z | Documenting unicode-width v0.1.11 |
| 2446 | 2024-02-07T21:57:14.032Z | Documenting unicode-ident v1.0.12 |
| 2447 | 2024-02-07T21:57:14.628Z | Documenting schemars_derive v0.8.16 |
| 2448 | 2024-02-07T21:57:15.343Z | Documenting httpdate v1.0.3 |
| 2449 | 2024-02-07T21:57:15.726Z | Documenting try-lock v0.2.4 |
| 2450 | 2024-02-07T21:57:15.949Z | Documenting url v2.5.0 |
| 2451 | 2024-02-07T21:57:16.163Z | Documenting adler v1.0.2 |
| 2452 | 2024-02-07T21:57:16.718Z | Documenting rustix v0.38.31 |
| 2453 | 2024-02-07T21:57:16.778Z | Documenting proc-macro2 v1.0.78 |
| 2454 | 2024-02-07T21:57:18.509Z | Documenting want v0.3.1 |
| 2455 | 2024-02-07T21:57:18.918Z | Documenting miniz_oxide v0.7.1 |
| 2456 | 2024-02-07T21:57:19.842Z | Documenting http-body v0.4.5 |
| 2457 | 2024-02-07T21:57:20.072Z | Documenting openssl-sys v0.9.96 |
| 2458 | 2024-02-07T21:57:21.039Z | Documenting schemars v0.8.16 |
| 2459 | 2024-02-07T21:57:21.774Z | Documenting openssl-macros v0.1.1 |
| 2460 | 2024-02-07T21:57:22.533Z | Documenting mime v0.3.17 |
| 2461 | 2024-02-07T21:57:23.312Z | Documenting tower-service v0.3.2 |
| 2462 | 2024-02-07T21:57:23.454Z | Documenting base64ct v1.6.0 |
| 2463 | 2024-02-07T21:57:25.147Z | Documenting quote v1.0.35 |
| 2464 | 2024-02-07T21:57:26.289Z | Documenting aho-corasick v1.0.4 |
| 2465 | 2024-02-07T21:57:27.113Z | Documenting slog v2.7.0 |
| 2466 | 2024-02-07T21:57:27.232Z | Documenting openssl v0.10.60 |
| 2467 | 2024-02-07T21:57:27.935Z | Documenting ipnet v2.9.0 |
| 2468 | 2024-02-07T21:57:28.006Z | Documenting openssl-probe v0.1.5 |
| 2469 | 2024-02-07T21:57:28.314Z | Documenting regex-syntax v0.8.2 |
| 2470 | 2024-02-07T21:57:28.871Z | Documenting tokio-util v0.7.10 |
| 2471 | 2024-02-07T21:57:29.969Z | Documenting syn v2.0.48 |
| 2472 | 2024-02-07T21:57:31.195Z | Documenting async-trait v0.1.77 |
| 2473 | 2024-02-07T21:57:31.620Z | Documenting pem-rfc7468 v0.7.0 |
| 2474 | 2024-02-07T21:57:32.055Z | Documenting crossbeam-utils v0.8.16 |
| 2475 | 2024-02-07T21:57:32.558Z | Documenting encoding_rs v0.8.33 |
| 2476 | 2024-02-07T21:57:34.490Z | Documenting h2 v0.3.24 |
| 2477 | 2024-02-07T21:57:34.860Z | Documenting regex-automata v0.4.4 |
| 2478 | 2024-02-07T21:57:35.942Z | Documenting der_derive v0.7.2 |
| 2479 | 2024-02-07T21:57:36.763Z | Documenting flagset v0.4.3 |
| 2480 | 2024-02-07T21:57:36.869Z | Documenting native-tls v0.2.11 |
| 2481 | 2024-02-07T21:57:37.062Z | Documenting utf8parse v0.2.1 |
| 2482 | 2024-02-07T21:57:37.073Z | Documenting serde_urlencoded v0.7.1 |
| 2483 | 2024-02-07T21:57:39.575Z | Documenting num-integer v0.1.45 |
| 2484 | 2024-02-07T21:57:39.894Z | Documenting time-macros v0.2.13 |
| 2485 | 2024-02-07T21:57:41.623Z | Documenting tokio-native-tls v0.3.1 |
| 2486 | 2024-02-07T21:57:42.108Z | Documenting num_threads v0.1.6 |
| 2487 | 2024-02-07T21:57:42.146Z | Documenting der v0.7.8 |
| 2488 | 2024-02-07T21:57:42.479Z | Documenting regex v1.10.3 |
| 2489 | 2024-02-07T21:57:43.697Z | Documenting time-core v0.1.1 |
| 2490 | 2024-02-07T21:57:44.923Z | Documenting deranged v0.3.8 |
| 2491 | 2024-02-07T21:57:45.661Z | Documenting hyper v0.14.27 |
| 2492 | 2024-02-07T21:57:46.537Z | Documenting gimli v0.28.0 |
| 2493 | 2024-02-07T21:57:46.590Z | Documenting object v0.32.1 |
| 2494 | 2024-02-07T21:57:46.852Z | Documenting rustc-demangle v0.1.23 |
| 2495 | 2024-02-07T21:57:47.302Z | Documenting spki v0.7.2 |
| 2496 | 2024-02-07T21:57:47.650Z | Documenting webpki-roots v0.25.2 |
| 2497 | 2024-02-07T21:57:49.776Z | Documenting spin v0.9.8 |
| 2498 | 2024-02-07T21:57:50.190Z | Documenting time v0.3.27 |
| 2499 | 2024-02-07T21:57:51.689Z | Documenting either v1.9.0 |
| 2500 | 2024-02-07T21:57:52.323Z | Documenting pkcs8 v0.10.2 |
| 2501 | 2024-02-07T21:57:52.383Z | Documenting openapiv3 v2.0.0 |
| 2502 | 2024-02-07T21:57:52.599Z | Documenting addr2line v0.21.0 |
| 2503 | 2024-02-07T21:57:52.888Z | Documenting futures-executor v0.3.30 |
| 2504 | 2024-02-07T21:57:55.918Z | Checking pest_meta v2.7.6 |
| 2505 | 2024-02-07T21:57:56.004Z | Documenting memoffset v0.9.0 |
| 2506 | 2024-02-07T21:57:56.442Z | Documenting anstyle v1.0.2 |
| 2507 | 2024-02-07T21:57:56.829Z | Documenting data-encoding v2.4.0 |
| 2508 | 2024-02-07T21:57:56.868Z | Documenting anstyle-parse v0.2.1 |
| 2509 | 2024-02-07T21:57:57.488Z | Documenting backtrace v0.3.69 |
| 2510 | 2024-02-07T21:57:58.158Z | Documenting hyper-rustls v0.24.2 |
| 2511 | 2024-02-07T21:57:58.172Z | Documenting hyper-tls v0.5.0 |
| 2512 | 2024-02-07T21:57:58.914Z | Documenting crossbeam-epoch v0.9.15 |
| 2513 | 2024-02-07T21:58:00.133Z | Documenting ipnetwork v0.20.0 |
| 2514 | 2024-02-07T21:58:00.910Z | Documenting sha2 v0.10.8 |
| 2515 | 2024-02-07T21:58:01.018Z | Documenting hex v0.4.3 |
| 2516 | 2024-02-07T21:58:01.204Z | Documenting crc32fast v1.3.2 |
| 2517 | 2024-02-07T21:58:03.684Z | Documenting anyhow v1.0.75 |
| 2518 | 2024-02-07T21:58:03.825Z | Documenting pest_meta v2.7.6 |
| 2519 | 2024-02-07T21:58:05.279Z | Documenting scroll_derive v0.12.0 |
| 2520 | 2024-02-07T21:58:05.708Z | Documenting untrusted v0.9.0 |
| 2521 | 2024-02-07T21:58:05.797Z | Documenting colorchoice v1.0.0 |
| 2522 | 2024-02-07T21:58:05.939Z | Documenting anstyle-query v1.0.0 |
| 2523 | 2024-02-07T21:58:06.053Z | Documenting reqwest v0.11.22 |
| 2524 | 2024-02-07T21:58:06.368Z | Documenting futures v0.3.30 |
| 2525 | 2024-02-07T21:58:07.740Z | Documenting pest_generator v2.7.6 |
| 2526 | 2024-02-07T21:58:08.521Z | Documenting ring v0.17.7 |
| 2527 | 2024-02-07T21:58:08.759Z | Checking pest_generator v2.7.6 |
| 2528 | 2024-02-07T21:58:08.879Z | Documenting num-iter v0.1.43 |
| 2529 | 2024-02-07T21:58:09.361Z | Documenting hmac v0.12.1 |
| 2530 | 2024-02-07T21:58:10.425Z | Documenting scroll v0.12.0 |
| 2531 | 2024-02-07T21:58:10.485Z | Documenting anstream v0.5.0 |
| 2532 | 2024-02-07T21:58:12.470Z | Documenting signal-hook v0.3.17 |
| 2533 | 2024-02-07T21:58:13.414Z | Documenting terminal_size v0.2.6 |
| 2534 | 2024-02-07T21:58:14.122Z | Documenting plain v0.2.3 |
| 2535 | 2024-02-07T21:58:14.165Z | Documenting ucd-trie v0.1.6 |
| 2536 | 2024-02-07T21:58:14.708Z | Documenting strsim v0.10.0 |
| 2537 | 2024-02-07T21:58:15.155Z | Documenting static_assertions v1.1.0 |
| 2538 | 2024-02-07T21:58:15.333Z | Documenting clap_lex v0.5.1 |
| 2539 | 2024-02-07T21:58:16.600Z | Documenting pest_derive v2.7.6 |
| 2540 | 2024-02-07T21:58:16.717Z | Documenting flate2 v1.0.28 |
| 2541 | 2024-02-07T21:58:16.899Z | Documenting goblin v0.8.0 |
| 2542 | 2024-02-07T21:58:17.106Z | Documenting clap_derive v4.4.2 |
| 2543 | 2024-02-07T21:58:18.403Z | Documenting unicode-segmentation v1.10.1 |
| 2544 | 2024-02-07T21:58:18.620Z | Documenting pest v2.7.6 |
| 2545 | 2024-02-07T21:58:19.092Z | Documenting managed v0.8.0 |
| 2546 | 2024-02-07T21:58:19.716Z | Documenting clap_builder v4.4.2 |
| 2547 | 2024-02-07T21:58:21.036Z | Documenting pretty-hex v0.4.1 |
| 2548 | 2024-02-07T21:58:21.736Z | Documenting signal-hook-mio v0.2.3 |
| 2549 | 2024-02-07T21:58:21.842Z | Documenting block-padding v0.3.3 |
| 2550 | 2024-02-07T21:58:22.389Z | Documenting scheduled-thread-pool v0.2.7 |
| 2551 | 2024-02-07T21:58:23.458Z | Documenting thread-id v4.2.0 |
| 2552 | 2024-02-07T21:58:23.474Z | Documenting dtrace-parser v0.2.0 |
| 2553 | 2024-02-07T21:58:24.066Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2554 | 2024-02-07T21:58:25.302Z | Documenting dof v0.3.0 |
| 2555 | 2024-02-07T21:58:25.603Z | Documenting clap v4.4.3 |
| 2556 | 2024-02-07T21:58:25.729Z | Documenting enum-as-inner v0.5.1 |
| 2557 | 2024-02-07T21:58:26.457Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2558 | 2024-02-07T21:58:26.637Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2559 | 2024-02-07T21:58:26.929Z | Documenting inout v0.1.3 |
| 2560 | 2024-02-07T21:58:27.965Z | Documenting bzip2 v0.4.4 |
| 2561 | 2024-02-07T21:58:28.098Z | Documenting r2d2 v0.8.10 |
| 2562 | 2024-02-07T21:58:28.148Z | Documenting crossterm v0.27.0 |
| 2563 | 2024-02-07T21:58:30.254Z | Documenting md-5 v0.10.5 |
| 2564 | 2024-02-07T21:58:30.483Z | Documenting usdt-impl v0.5.0 |
| 2565 | 2024-02-07T21:58:30.990Z | Documenting trust-dns-proto v0.22.0 |
| 2566 | 2024-02-07T21:58:31.935Z | Documenting stringprep v0.1.3 |
| 2567 | 2024-02-07T21:58:32.042Z | Documenting serde_spanned v0.6.5 |
| 2568 | 2024-02-07T21:58:32.102Z | Documenting diesel_derives v2.1.2 |
| 2569 | 2024-02-07T21:58:32.272Z | Documenting toml_datetime v0.6.5 |
| 2570 | 2024-02-07T21:58:33.312Z | Documenting ff v0.13.0 |
| 2571 | 2024-02-07T21:58:34.962Z | Documenting regress v0.7.1 |
| 2572 | 2024-02-07T21:58:35.764Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2573 | 2024-02-07T21:58:36.886Z | Documenting winnow v0.5.15 |
| 2574 | 2024-02-07T21:58:37.194Z | Documenting base16ct v0.2.0 |
| 2575 | 2024-02-07T21:58:37.753Z | Documenting siphasher v0.3.11 |
| 2576 | 2024-02-07T21:58:37.989Z | Documenting bit-vec v0.6.3 |
| 2577 | 2024-02-07T21:58:39.793Z | Documenting fallible-iterator v0.2.0 |
| 2578 | 2024-02-07T21:58:40.259Z | Documenting sec1 v0.7.3 |
| 2579 | 2024-02-07T21:58:40.279Z | Documenting group v0.13.0 |
| 2580 | 2024-02-07T21:58:40.841Z | Documenting diesel v2.1.4 |
| 2581 | 2024-02-07T21:58:40.845Z | Documenting phf_shared v0.11.2 |
| 2582 | 2024-02-07T21:58:40.845Z | Documenting cipher v0.4.4 |
| 2583 | 2024-02-07T21:58:42.004Z | Documenting zip v0.6.6 |
| 2584 | 2024-02-07T21:58:42.800Z | Documenting toml_edit v0.21.1 |
| 2585 | 2024-02-07T21:58:44.569Z | Documenting hkdf v0.12.4 |
| 2586 | 2024-02-07T21:58:44.782Z | Documenting postgres-protocol v0.6.6 |
| 2587 | 2024-02-07T21:58:45.467Z | Documenting num-bigint v0.4.4 |
| 2588 | 2024-02-07T21:58:46.317Z | Documenting crypto-bigint v0.5.2 |
| 2589 | 2024-02-07T21:58:46.548Z | Documenting hubpack v0.1.2 |
| 2590 | 2024-02-07T21:58:47.121Z | Documenting bstr v1.6.0 |
| 2591 | 2024-02-07T21:58:48.828Z | Documenting serde_repr v0.1.16 |
| 2592 | 2024-02-07T21:58:49.825Z | Documenting lalrpop-util v0.19.12 |
| 2593 | 2024-02-07T21:58:51.011Z | Documenting precomputed-hash v0.1.1 |
| 2594 | 2024-02-07T21:58:51.821Z | Documenting fixedbitset v0.4.2 |
| 2595 | 2024-02-07T21:58:52.247Z | Documenting new_debug_unreachable v1.0.4 |
| 2596 | 2024-02-07T21:58:53.049Z | Documenting heck v0.4.1 |
| 2597 | 2024-02-07T21:58:53.731Z | Documenting minimal-lexical v0.2.1 |
| 2598 | 2024-02-07T21:58:54.229Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2599 | 2024-02-07T21:58:54.760Z | Documenting elliptic-curve v0.13.8 |
| 2600 | 2024-02-07T21:58:55.432Z | Documenting petgraph v0.6.4 |
| 2601 | 2024-02-07T21:58:55.436Z | Documenting yasna v0.5.2 |
| 2602 | 2024-02-07T21:58:55.629Z | Documenting string_cache v0.8.7 |
| 2603 | 2024-02-07T21:58:57.394Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2604 | 2024-02-07T21:58:58.430Z | Documenting nom v7.1.3 |
| 2605 | 2024-02-07T21:58:59.970Z | Documenting postgres-types v0.2.6 |
| 2606 | 2024-02-07T21:59:00.631Z | Documenting phf v0.11.2 |
| 2607 | 2024-02-07T21:59:00.731Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2608 | 2024-02-07T21:59:01.980Z | Documenting console v0.15.8 |
| 2609 | 2024-02-07T21:59:02.287Z | Documenting semver v1.0.21 |
| 2610 | 2024-02-07T21:59:03.699Z | Documenting float-cmp v0.9.0 |
| 2611 | 2024-02-07T21:59:04.581Z | Documenting normalize-line-endings v0.3.0 |
| 2612 | 2024-02-07T21:59:05.301Z | Documenting whoami v1.4.1 |
| 2613 | 2024-02-07T21:59:05.556Z | Documenting difflib v0.4.0 |
| 2614 | 2024-02-07T21:59:06.230Z | Documenting predicates-core v1.0.6 |
| 2615 | 2024-02-07T21:59:07.460Z | Documenting bit-set v0.5.3 |
| 2616 | 2024-02-07T21:59:07.500Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2617 | 2024-02-07T21:59:07.808Z | Documenting similar v2.3.0 |
| 2618 | 2024-02-07T21:59:08.502Z | Documenting getopts v0.2.21 |
| 2619 | 2024-02-07T21:59:09.173Z | Documenting tokio-stream v0.1.14 |
| 2620 | 2024-02-07T21:59:09.903Z | Documenting tokio-postgres v0.7.10 |
| 2621 | 2024-02-07T21:59:10.090Z | Checking ident_case v1.0.1 |
| 2622 | 2024-02-07T21:59:10.236Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2623 | 2024-02-07T21:59:10.861Z | Documenting predicates v3.1.0 |
| 2624 | 2024-02-07T21:59:11.505Z | Documenting match_cfg v0.1.0 |
| 2625 | 2024-02-07T21:59:12.300Z | Documenting sha1 v0.10.6 |
| 2626 | 2024-02-07T21:59:12.868Z | Documenting dirs-sys-next v0.1.2 |
| 2627 | 2024-02-07T21:59:14.189Z | Documenting rustls-pki-types v1.1.0 |
| 2628 | 2024-02-07T21:59:14.200Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2629 | 2024-02-07T21:59:14.281Z | Documenting hostname v0.3.1 |
| 2630 | 2024-02-07T21:59:15.806Z | Documenting camino v1.1.6 |
| 2631 | 2024-02-07T21:59:16.814Z | Documenting paste v1.0.14 |
| 2632 | 2024-02-07T21:59:17.233Z | Documenting thread_local v1.1.7 |
| 2633 | 2024-02-07T21:59:17.431Z | Documenting dirs-next v2.0.0 |
| 2634 | 2024-02-07T21:59:18.881Z | Documenting rustls-webpki v0.102.1 |
| 2635 | 2024-02-07T21:59:19.018Z | Documenting crossbeam-channel v0.5.8 |
| 2636 | 2024-02-07T21:59:19.421Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2637 | 2024-02-07T21:59:20.718Z | Documenting atty v0.2.14 |
| 2638 | 2024-02-07T21:59:21.201Z | Documenting take_mut v0.2.2 |
| 2639 | 2024-02-07T21:59:21.337Z | Documenting term v0.7.0 |
| 2640 | 2024-02-07T21:59:21.625Z | Documenting slog-json v2.6.1 |
| 2641 | 2024-02-07T21:59:22.260Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2642 | 2024-02-07T21:59:23.708Z | Documenting rustls v0.22.2 |
| 2643 | 2024-02-07T21:59:23.718Z | Documenting http v1.0.0 |
| 2644 | 2024-02-07T21:59:24.008Z | Documenting async-stream-impl v0.3.5 |
| 2645 | 2024-02-07T21:59:24.079Z | Documenting atomic-waker v1.1.1 |
| 2646 | 2024-02-07T21:59:25.779Z | Documenting slog-async v2.8.0 |
| 2647 | 2024-02-07T21:59:26.022Z | Documenting slog-term v2.9.0 |
| 2648 | 2024-02-07T21:59:26.628Z | Documenting debug-ignore v1.0.5 |
| 2649 | 2024-02-07T21:59:26.871Z | Documenting waitgroup v0.1.2 |
| 2650 | 2024-02-07T21:59:29.415Z | Documenting async-stream v0.3.5 |
| 2651 | 2024-02-07T21:59:29.493Z | Documenting slog-bunyan v2.5.0 |
| 2652 | 2024-02-07T21:59:29.647Z | Documenting multer v3.0.0 |
| 2653 | 2024-02-07T21:59:30.306Z | Documenting rustls-pemfile v2.0.0 |
| 2654 | 2024-02-07T21:59:30.459Z | Checking darling_core v0.20.3 |
| 2655 | 2024-02-07T21:59:31.343Z | Documenting toml v0.8.9 |
| 2656 | 2024-02-07T21:59:31.357Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2657 | 2024-02-07T21:59:32.304Z | Documenting serde_path_to_error v0.1.15 |
| 2658 | 2024-02-07T21:59:32.780Z | Documenting tokio-rustls v0.25.0 |
| 2659 | 2024-02-07T21:59:34.096Z | Checking darling v0.20.3 |
| 2660 | 2024-02-07T21:59:34.194Z | Documenting serde_with_macros v3.6.0 |
| 2661 | 2024-02-07T21:59:34.248Z | Documenting structmeta-derive v0.3.0 |
| 2662 | 2024-02-07T21:59:44.941Z | Checking structmeta v0.3.0 |
| 2663 | 2024-02-07T21:59:45.494Z | Documenting instant v0.1.12 |
| 2664 | 2024-02-07T21:59:45.494Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2665 | 2024-02-07T21:59:45.620Z | Documenting macaddr v1.0.1 |
| 2666 | 2024-02-07T21:59:45.704Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2667 | 2024-02-07T21:59:45.704Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2668 | 2024-02-07T21:59:45.705Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2669 | 2024-02-07T21:59:45.705Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2670 | 2024-02-07T21:59:45.705Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2671 | 2024-02-07T21:59:45.705Z | Documenting backoff v0.4.0 |
| 2672 | 2024-02-07T21:59:45.706Z | Documenting serde_with v3.6.0 |
| 2673 | 2024-02-07T21:59:45.706Z | Documenting structmeta v0.3.0 |
| 2674 | 2024-02-07T21:59:45.706Z | Documenting fastrand v2.0.1 |
| 2675 | 2024-02-07T21:59:45.706Z | Documenting proc-macro-error-attr v1.0.4 |
| 2676 | 2024-02-07T21:59:45.706Z | Documenting is-terminal v0.4.9 |
| 2677 | 2024-02-07T21:59:45.707Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2678 | 2024-02-07T21:59:45.707Z | Checking proc-macro-error v1.0.4 |
| 2679 | 2024-02-07T21:59:45.707Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2680 | 2024-02-07T21:59:45.707Z | Checking proc-macro-crate v1.3.1 |
| 2681 | 2024-02-07T21:59:45.707Z | Documenting proc-macro-crate v1.3.1 |
| 2682 | 2024-02-07T21:59:45.708Z | Documenting tempfile v3.10.0 |
| 2683 | 2024-02-07T21:59:45.708Z | Documenting hash32 v0.3.1 |
| 2684 | 2024-02-07T21:59:45.708Z | Documenting parse-display-derive v0.9.0 |
| 2685 | 2024-02-07T21:59:46.501Z | Documenting stable_deref_trait v1.2.0 |
| 2686 | 2024-02-07T21:59:46.977Z | Documenting proc-macro-error v1.0.4 |
| 2687 | 2024-02-07T21:59:47.474Z | Documenting cobs v0.2.3 |
| 2688 | 2024-02-07T21:59:49.351Z | Documenting embedded-io v0.4.0 |
| 2689 | 2024-02-07T21:59:49.378Z | Documenting heapless v0.8.0 |
| 2690 | 2024-02-07T21:59:49.602Z | Documenting camino-tempfile v1.1.1 |
| 2691 | 2024-02-07T21:59:49.817Z | Documenting num_enum_derive v0.5.11 |
| 2692 | 2024-02-07T21:59:50.321Z | Documenting foreign-types-macros v0.2.3 |
| 2693 | 2024-02-07T21:59:51.373Z | Documenting parse-display v0.9.0 |
| 2694 | 2024-02-07T21:59:51.794Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2695 | 2024-02-07T21:59:52.367Z | Documenting postcard v1.0.8 |
| 2696 | 2024-02-07T21:59:52.980Z | Documenting foreign-types-shared v0.3.1 |
| 2697 | 2024-02-07T21:59:54.016Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2698 | 2024-02-07T21:59:54.114Z | Documenting smoltcp v0.11.0 |
| 2699 | 2024-02-07T21:59:54.674Z | Documenting crucible-workspace-hack v0.1.0 |
| 2700 | 2024-02-07T21:59:55.709Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2701 | 2024-02-07T21:59:55.804Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2702 | 2024-02-07T21:59:55.993Z | Documenting num_enum v0.5.11 |
| 2703 | 2024-02-07T21:59:56.466Z | Documenting foreign-types v0.5.0 |
| 2704 | 2024-02-07T21:59:56.929Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2705 | 2024-02-07T21:59:58.453Z | Documenting cstr-argument v0.1.2 |
| 2706 | 2024-02-07T21:59:59.302Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2707 | 2024-02-07T21:59:59.775Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2708 | 2024-02-07T22:00:00.033Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2709 | 2024-02-07T22:00:00.531Z | Documenting colored v2.0.4 |
| 2710 | 2024-02-07T22:00:00.913Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2711 | 2024-02-07T22:00:03.083Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2712 | 2024-02-07T22:00:04.597Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2713 | 2024-02-07T22:00:05.093Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2714 | 2024-02-07T22:00:05.159Z | Documenting zone_cfg_derive v0.3.0 |
| 2715 | 2024-02-07T22:00:05.331Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2716 | 2024-02-07T22:00:06.109Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2717 | 2024-02-07T22:00:07.544Z | Documenting num-derive v0.4.0 |
| 2718 | 2024-02-07T22:00:08.372Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2719 | 2024-02-07T22:00:08.413Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2720 | 2024-02-07T22:00:09.253Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2721 | 2024-02-07T22:00:09.606Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2722 | 2024-02-07T22:00:10.747Z | Documenting zone v0.3.0 |
| 2723 | 2024-02-07T22:00:11.847Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2724 | 2024-02-07T22:00:13.141Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2725 | 2024-02-07T22:00:14.086Z | Documenting smf v0.2.2 |
| 2726 | 2024-02-07T22:00:14.932Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2727 | 2024-02-07T22:00:15.254Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2728 | 2024-02-07T22:00:16.377Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2729 | 2024-02-07T22:00:17.016Z | Documenting password-hash v0.5.0 |
| 2730 | 2024-02-07T22:00:17.269Z | Documenting blake2 v0.10.6 |
| 2731 | 2024-02-07T22:00:18.132Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2732 | 2024-02-07T22:00:18.675Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2733 | 2024-02-07T22:00:19.279Z | Documenting linked-hash-map v0.5.6 |
| 2734 | 2024-02-07T22:00:19.292Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2735 | 2024-02-07T22:00:19.493Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2736 | 2024-02-07T22:00:21.431Z | Documenting itertools v0.12.1 |
| 2737 | 2024-02-07T22:00:22.206Z | Documenting argon2 v0.5.3 |
| 2738 | 2024-02-07T22:00:22.238Z | Documenting memmap v0.7.0 |
| 2739 | 2024-02-07T22:00:22.524Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2740 | 2024-02-07T22:00:23.752Z | Documenting swrite v0.1.0 |
| 2741 | 2024-02-07T22:00:23.928Z | Documenting lru-cache v0.1.2 |
| 2742 | 2024-02-07T22:00:26.452Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2743 | 2024-02-07T22:00:26.686Z | Documenting quick-error v1.2.3 |
| 2744 | 2024-02-07T22:00:26.745Z | Documenting usdt v0.5.0 |
| 2745 | 2024-02-07T22:00:27.216Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2746 | 2024-02-07T22:00:28.314Z | Documenting newtype_derive v0.1.6 |
| 2747 | 2024-02-07T22:00:28.549Z | Documenting tap v1.0.1 |
| 2748 | 2024-02-07T22:00:29.275Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2749 | 2024-02-07T22:00:29.419Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2750 | 2024-02-07T22:00:30.562Z | Documenting radium v0.7.0 |
| 2751 | 2024-02-07T22:00:31.323Z | Documenting resolv-conf v0.7.0 |
| 2752 | 2024-02-07T22:00:31.498Z | Documenting wyz v0.5.1 |
| 2753 | 2024-02-07T22:00:32.976Z | Documenting steno v0.4.0 |
| 2754 | 2024-02-07T22:00:33.616Z | Documenting nibble_vec v0.1.0 |
| 2755 | 2024-02-07T22:00:33.950Z | Checking heck v0.3.3 |
| 2756 | 2024-02-07T22:00:34.088Z | Documenting funty v2.0.0 |
| 2757 | 2024-02-07T22:00:34.614Z | Documenting crc-catalog v2.2.0 |
| 2758 | 2024-02-07T22:00:34.614Z | Documenting endian-type v0.1.2 |
| 2759 | 2024-02-07T22:00:36.092Z | Documenting trust-dns-resolver v0.22.0 |
| 2760 | 2024-02-07T22:00:37.005Z | Documenting crc v3.0.1 |
| 2761 | 2024-02-07T22:00:37.233Z | Documenting bitvec v1.0.1 |
| 2762 | 2024-02-07T22:00:37.964Z | Documenting structopt-derive v0.4.18 |
| 2763 | 2024-02-07T22:00:39.137Z | Documenting radix_trie v0.2.1 |
| 2764 | 2024-02-07T22:00:40.755Z | Documenting cancel-safe-futures v0.1.5 |
| 2765 | 2024-02-07T22:00:42.437Z | Documenting xattr v1.0.1 |
| 2766 | 2024-02-07T22:00:43.360Z | Documenting filetime v0.2.23 |
| 2767 | 2024-02-07T22:00:44.045Z | Documenting packed_struct_codegen v0.10.1 |
| 2768 | 2024-02-07T22:00:44.172Z | Documenting nodrop v0.1.14 |
| 2769 | 2024-02-07T22:00:44.787Z | Documenting structopt v0.3.26 |
| 2770 | 2024-02-07T22:00:46.546Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2771 | 2024-02-07T22:00:46.616Z | Documenting num-bigint-dig v0.8.4 |
| 2772 | 2024-02-07T22:00:47.187Z | Documenting array-init v0.0.4 |
| 2773 | 2024-02-07T22:00:47.209Z | Documenting libefi-sys v0.1.0 |
| 2774 | 2024-02-07T22:00:47.263Z | Documenting num-rational v0.4.1 |
| 2775 | 2024-02-07T22:00:47.380Z | Documenting tar v0.4.40 |
| 2776 | 2024-02-07T22:00:47.906Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2777 | 2024-02-07T22:00:48.781Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2778 | 2024-02-07T22:00:50.038Z | Documenting packed_struct v0.10.1 |
| 2779 | 2024-02-07T22:00:50.821Z | Documenting pkcs1 v0.7.5 |
| 2780 | 2024-02-07T22:00:51.700Z | Documenting signature v2.1.0 |
| 2781 | 2024-02-07T22:00:52.230Z | Documenting num-complex v0.4.4 |
| 2782 | 2024-02-07T22:00:52.373Z | Documenting bitfield v0.14.0 |
| 2783 | 2024-02-07T22:00:52.969Z | Documenting arc-swap v1.6.0 |
| 2784 | 2024-02-07T22:00:53.724Z | Documenting termcolor v1.2.0 |
| 2785 | 2024-02-07T22:00:54.977Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2786 | 2024-02-07T22:00:55.228Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2787 | 2024-02-07T22:00:56.559Z | Documenting rsa v0.9.2 |
| 2788 | 2024-02-07T22:00:57.545Z | Documenting num v0.4.1 |
| 2789 | 2024-02-07T22:00:57.762Z | Documenting slog-scope v4.4.0 |
| 2790 | 2024-02-07T22:00:58.321Z | Documenting env_logger v0.10.0 |
| 2791 | 2024-02-07T22:00:58.547Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2792 | 2024-02-07T22:00:59.551Z | Documenting serde-hex v0.1.0 |
| 2793 | 2024-02-07T22:01:00.292Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2794 | 2024-02-07T22:01:02.191Z | Documenting x509-cert v0.2.4 |
| 2795 | 2024-02-07T22:01:02.976Z | Documenting ron v0.8.1 |
| 2796 | 2024-02-07T22:01:03.746Z | Documenting libsw v3.3.1 |
| 2797 | 2024-02-07T22:01:03.885Z | Documenting gethostname v0.4.3 |
| 2798 | 2024-02-07T22:01:04.824Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2799 | 2024-02-07T22:01:05.918Z | Documenting half v2.3.1 |
| 2800 | 2024-02-07T22:01:06.226Z | Documenting derive-where v1.2.7 |
| 2801 | 2024-02-07T22:01:07.795Z | Documenting linear-map v1.2.0 |
| 2802 | 2024-02-07T22:01:07.845Z | Documenting ciborium-io v0.2.2 |
| 2803 | 2024-02-07T22:01:08.399Z | Documenting owo-colors v4.0.0 |
| 2804 | 2024-02-07T22:01:08.473Z | Documenting crc-any v2.4.3 |
| 2805 | 2024-02-07T22:01:09.025Z | Documenting same-file v1.0.6 |
| 2806 | 2024-02-07T22:01:09.956Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2807 | 2024-02-07T22:01:11.522Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2808 | 2024-02-07T22:01:12.379Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2809 | 2024-02-07T22:01:12.649Z | Documenting ciborium-ll v0.2.2 |
| 2810 | 2024-02-07T22:01:13.151Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2811 | 2024-02-07T22:01:13.152Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2812 | 2024-02-07T22:01:13.363Z | Documenting walkdir v2.4.0 |
| 2813 | 2024-02-07T22:01:13.684Z | Documenting slog-stdlog v4.1.1 |
| 2814 | 2024-02-07T22:01:16.594Z | Documenting slog-dtrace v0.3.0 |
| 2815 | 2024-02-07T22:01:16.914Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2816 | 2024-02-07T22:01:17.892Z | Documenting path-slash v0.1.5 |
| 2817 | 2024-02-07T22:01:18.147Z | Documenting slog-envlogger v2.2.0 |
| 2818 | 2024-02-07T22:01:22.518Z | Documenting ciborium v0.2.2 |
| 2819 | 2024-02-07T22:01:22.884Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2820 | 2024-02-07T22:01:23.470Z | Documenting pem v3.0.2 |
| 2821 | 2024-02-07T22:01:23.529Z | Documenting fxhash v0.2.1 |
| 2822 | 2024-02-07T22:01:23.679Z | Documenting display-error-chain v0.2.0 |
| 2823 | 2024-02-07T22:01:28.914Z | Documenting utf-8 v0.7.6 |
| 2824 | 2024-02-07T22:01:28.914Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2825 | 2024-02-07T22:01:28.914Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2826 | 2024-02-07T22:01:28.914Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2827 | 2024-02-07T22:01:28.915Z | Documenting vte_generate_state_changes v0.1.1 |
| 2828 | 2024-02-07T22:01:29.127Z | Documenting convert_case v0.4.0 |
| 2829 | 2024-02-07T22:01:32.318Z | Documenting tungstenite v0.20.1 |
| 2830 | 2024-02-07T22:01:32.786Z | Checking convert_case v0.4.0 |
| 2831 | 2024-02-07T22:01:32.867Z | Documenting vte v0.11.1 |
| 2832 | 2024-02-07T22:01:32.999Z | Documenting buf-list v1.0.3 |
| 2833 | 2024-02-07T22:01:33.698Z | Documenting derive_more v0.99.17 |
| 2834 | 2024-02-07T22:01:34.538Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2835 | 2024-02-07T22:01:35.046Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2836 | 2024-02-07T22:01:37.360Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2837 | 2024-02-07T22:01:37.686Z | Checking darling_core v0.14.4 |
| 2838 | 2024-02-07T22:01:38.077Z | Documenting pin-project-internal v1.1.3 |
| 2839 | 2024-02-07T22:01:39.363Z | Documenting tokio-tungstenite v0.20.1 |
| 2840 | 2024-02-07T22:01:39.491Z | Checking darling v0.14.4 |
| 2841 | 2024-02-07T22:01:39.634Z | Documenting strip-ansi-escapes v0.2.0 |
| 2842 | 2024-02-07T22:01:40.901Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2843 | 2024-02-07T22:01:43.747Z | Documenting doc-comment v0.3.3 |
| 2844 | 2024-02-07T22:01:44.121Z | Documenting pin-project v1.1.3 |
| 2845 | 2024-02-07T22:01:44.933Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2846 | 2024-02-07T22:01:46.772Z | Documenting crossbeam-deque v0.8.3 |
| 2847 | 2024-02-07T22:01:46.962Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2848 | 2024-02-07T22:01:48.140Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2849 | 2024-02-07T22:01:48.140Z | Documenting snafu-derive v0.7.5 |
| 2850 | 2024-02-07T22:01:48.140Z | Documenting nu-ansi-term v0.49.0 |
| 2851 | 2024-02-07T22:01:49.230Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2024-02-07T22:01:50.622Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2853 | 2024-02-07T22:01:50.980Z | Documenting trust-dns-client v0.22.0 |
| 2854 | 2024-02-07T22:01:52.010Z | Documenting rayon-core v1.12.0 |
| 2855 | 2024-02-07T22:01:52.239Z | Documenting reedline v0.28.0 |
| 2856 | 2024-02-07T22:01:52.438Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2857 | 2024-02-07T22:01:53.678Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2858 | 2024-02-07T22:01:53.986Z | Documenting globset v0.4.13 |
| 2859 | 2024-02-07T22:01:55.656Z | Documenting snafu v0.7.5 |
| 2860 | 2024-02-07T22:01:57.468Z | Documenting olpc-cjson v0.1.3 |
| 2861 | 2024-02-07T22:01:58.851Z | Documenting serde_plain v1.0.2 |
| 2862 | 2024-02-07T22:01:59.185Z | Documenting headers-core v0.2.0 |
| 2863 | 2024-02-07T22:01:59.706Z | Documenting async-recursion v1.0.5 |
| 2864 | 2024-02-07T22:02:00.275Z | Documenting bytecount v0.6.3 |
| 2865 | 2024-02-07T22:02:01.000Z | Documenting typed-path v0.7.0 |
| 2866 | 2024-02-07T22:02:01.069Z | Documenting keccak v0.1.4 |
| 2867 | 2024-02-07T22:02:01.662Z | Documenting trust-dns-server v0.22.1 |
| 2868 | 2024-02-07T22:02:03.616Z | Documenting papergrid v0.11.0 |
| 2869 | 2024-02-07T22:02:03.827Z | Documenting headers v0.3.9 |
| 2870 | 2024-02-07T22:02:03.943Z | Documenting rayon v1.8.0 |
| 2871 | 2024-02-07T22:02:04.020Z | Documenting sha3 v0.10.8 |
| 2872 | 2024-02-07T22:02:07.026Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2873 | 2024-02-07T22:02:07.387Z | Documenting tough v0.16.0 |
| 2874 | 2024-02-07T22:02:08.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2875 | 2024-02-07T22:02:09.331Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2876 | 2024-02-07T22:02:10.087Z | Documenting derive_builder_core v0.12.0 |
| 2877 | 2024-02-07T22:02:10.143Z | Checking derive_builder_core v0.12.0 |
| 2878 | 2024-02-07T22:02:10.517Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2879 | 2024-02-07T22:02:11.035Z | Documenting sled v0.34.7 |
| 2880 | 2024-02-07T22:02:11.147Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2881 | 2024-02-07T22:02:11.162Z | Documenting fs-err v2.11.0 |
| 2882 | 2024-02-07T22:02:11.934Z | Documenting unicase v2.7.0 |
| 2883 | 2024-02-07T22:02:12.364Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2884 | 2024-02-07T22:02:12.712Z | Documenting tabled_derive v0.7.0 |
| 2885 | 2024-02-07T22:02:12.777Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2886 | 2024-02-07T22:02:15.109Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2887 | 2024-02-07T22:02:15.927Z | Documenting fd-lock v4.0.2 |
| 2888 | 2024-02-07T22:02:16.830Z | Documenting nix v0.27.1 |
| 2889 | 2024-02-07T22:02:17.705Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2890 | 2024-02-07T22:02:18.207Z | Documenting secrecy v0.8.0 |
| 2891 | 2024-02-07T22:02:18.718Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2892 | 2024-02-07T22:02:20.255Z | Documenting rustversion v1.0.14 |
| 2893 | 2024-02-07T22:02:20.706Z | Documenting sqlparser_derive v0.2.2 |
| 2894 | 2024-02-07T22:02:21.772Z | Documenting parse-size v1.0.0 |
| 2895 | 2024-02-07T22:02:21.794Z | Documenting unicode_categories v0.1.1 |
| 2896 | 2024-02-07T22:02:22.373Z | Documenting home v0.5.5 |
| 2897 | 2024-02-07T22:02:22.385Z | Documenting tabled v0.15.0 |
| 2898 | 2024-02-07T22:02:22.654Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2899 | 2024-02-07T22:02:24.599Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2900 | 2024-02-07T22:02:24.894Z | Documenting castaway v0.2.2 |
| 2901 | 2024-02-07T22:02:26.071Z | Documenting sqlparser v0.43.1 |
| 2902 | 2024-02-07T22:02:26.200Z | Documenting sqlformat v0.2.3 |
| 2903 | 2024-02-07T22:02:27.093Z | Documenting rustyline v13.0.0 |
| 2904 | 2024-02-07T22:02:29.235Z | Documenting derive_builder_macro v0.12.0 |
| 2905 | 2024-02-07T22:02:29.707Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2906 | 2024-02-07T22:02:30.570Z | Documenting mime_guess v2.0.4 |
| 2907 | 2024-02-07T22:02:33.342Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2908 | 2024-02-07T22:02:33.890Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2909 | 2024-02-07T22:02:34.433Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2910 | 2024-02-07T22:02:35.486Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 2911 | 2024-02-07T22:02:35.793Z | Documenting universal-hash v0.5.1 |
| 2912 | 2024-02-07T22:02:40.793Z | Documenting bcs v0.1.6 |
| 2913 | 2024-02-07T22:02:40.983Z | Documenting kstat-rs v0.2.3 |
| 2914 | 2024-02-07T22:02:42.089Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2915 | 2024-02-07T22:02:45.966Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2916 | 2024-02-07T22:02:46.147Z | Documenting ref-cast-impl v1.0.20 |
| 2917 | 2024-02-07T22:02:46.773Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2918 | 2024-02-07T22:02:48.288Z | Documenting highway v1.1.0 |
| 2919 | 2024-02-07T22:02:48.718Z | Documenting opaque-debug v0.3.0 |
| 2920 | 2024-02-07T22:02:51.159Z | Documenting curve25519-dalek v4.1.1 |
| 2921 | 2024-02-07T22:02:51.545Z | Documenting ref-cast v1.0.20 |
| 2922 | 2024-02-07T22:02:51.629Z | Documenting poly1305 v0.8.0 |
| 2923 | 2024-02-07T22:02:51.790Z | Documenting thiserror-no-std v2.0.2 |
| 2924 | 2024-02-07T22:02:51.850Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2925 | 2024-02-07T22:02:52.991Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2024-02-07T22:02:53.330Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2927 | 2024-02-07T22:02:54.503Z | Documenting derive_builder v0.12.0 |
| 2928 | 2024-02-07T22:02:54.616Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2929 | 2024-02-07T22:02:56.324Z | Documenting compact_str v0.7.1 |
| 2930 | 2024-02-07T22:02:56.692Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2931 | 2024-02-07T22:02:57.004Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2932 | 2024-02-07T22:02:59.177Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2933 | 2024-02-07T22:03:01.233Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2934 | 2024-02-07T22:03:03.524Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2935 | 2024-02-07T22:03:07.191Z | Documenting portable-atomic v1.4.3 |
| 2936 | 2024-02-07T22:03:09.873Z | Documenting polar-core v0.27.0 |
| 2937 | 2024-02-07T22:03:10.870Z | Documenting ed25519 v1.5.3 |
| 2938 | 2024-02-07T22:03:13.872Z | Documenting strum v0.26.1 |
| 2939 | 2024-02-07T22:03:14.703Z | Documenting libxml v0.3.3 |
| 2940 | 2024-02-07T22:03:15.477Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2941 | 2024-02-07T22:03:18.509Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2942 | 2024-02-07T22:03:19.697Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2943 | 2024-02-07T22:03:20.614Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2944 | 2024-02-07T22:03:20.952Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2945 | 2024-02-07T22:03:20.987Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2946 | 2024-02-07T22:03:21.000Z | Documenting chacha20 v0.9.1 |
| 2947 | 2024-02-07T22:03:21.698Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2948 | 2024-02-07T22:03:22.186Z | Documenting bb8 v0.8.3 |
| 2949 | 2024-02-07T22:03:25.850Z | Documenting aead v0.5.2 |
| 2950 | 2024-02-07T22:03:28.113Z | Documenting lru v0.12.1 |
| 2951 | 2024-02-07T22:03:29.183Z | Documenting quick-xml v0.30.0 |
| 2952 | 2024-02-07T22:03:30.290Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2953 | 2024-02-07T22:03:31.156Z | Documenting oso-derive v0.27.0 |
| 2954 | 2024-02-07T22:03:31.845Z | Documenting stability v0.1.1 |
| 2955 | 2024-02-07T22:03:33.432Z | Documenting maplit v1.0.2 |
| 2956 | 2024-02-07T22:03:35.263Z | Documenting number_prefix v0.4.0 |
| 2957 | 2024-02-07T22:03:35.470Z | Documenting cassowary v0.3.0 |
| 2958 | 2024-02-07T22:03:36.520Z | Documenting glob v0.3.1 |
| 2959 | 2024-02-07T22:03:36.628Z | Documenting samael v0.0.14 |
| 2960 | 2024-02-07T22:03:37.273Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2961 | 2024-02-07T22:03:37.877Z | Documenting chacha20poly1305 v0.10.1 |
| 2962 | 2024-02-07T22:03:38.149Z | Documenting oso v0.27.0 |
| 2963 | 2024-02-07T22:03:38.891Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2964 | 2024-02-07T22:03:39.953Z | Documenting indicatif v0.17.7 |
| 2965 | 2024-02-07T22:03:40.336Z | Documenting ratatui v0.26.0 |
| 2966 | 2024-02-07T22:03:41.322Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2967 | 2024-02-07T22:03:43.505Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2968 | 2024-02-07T22:03:44.300Z | Documenting salty v0.2.0 |
| 2969 | 2024-02-07T22:03:45.097Z | Documenting vsss-rs v3.3.4 |
| 2970 | 2024-02-07T22:03:48.627Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2971 | 2024-02-07T22:03:48.682Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2972 | 2024-02-07T22:03:49.611Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2973 | 2024-02-07T22:03:50.813Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2974 | 2024-02-07T22:03:50.955Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2975 | 2024-02-07T22:03:52.318Z | Documenting cookie v0.18.0 |
| 2976 | 2024-02-07T22:03:54.156Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2977 | 2024-02-07T22:03:56.868Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2978 | 2024-02-07T22:03:56.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2979 | 2024-02-07T22:03:57.291Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2980 | 2024-02-07T22:04:00.081Z | Documenting serde-big-array v0.5.1 |
| 2981 | 2024-02-07T22:04:00.084Z | Documenting rtoolbox v0.0.1 |
| 2982 | 2024-02-07T22:04:01.043Z | Documenting smawk v0.3.1 |
| 2983 | 2024-02-07T22:04:02.082Z | Documenting unicode-linebreak v0.1.5 |
| 2984 | 2024-02-07T22:04:02.373Z | Documenting humantime v2.1.0 |
| 2985 | 2024-02-07T22:04:03.248Z | Documenting is_ci v1.1.1 |
| 2986 | 2024-02-07T22:04:04.145Z | Documenting http-range v0.1.5 |
| 2987 | 2024-02-07T22:04:04.430Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2988 | 2024-02-07T22:04:05.105Z | Documenting rpassword v7.3.1 |
| 2989 | 2024-02-07T22:04:05.354Z | Documenting textwrap v0.16.0 |
| 2990 | 2024-02-07T22:04:07.359Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2991 | 2024-02-07T22:04:07.970Z | Documenting supports-color v2.1.0 |
| 2992 | 2024-02-07T22:04:08.911Z | Documenting hyper-staticfile v0.9.5 |
| 2993 | 2024-02-07T22:04:10.004Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2994 | 2024-02-07T22:04:10.132Z | Documenting tui-tree-widget v0.17.0 |
| 2995 | 2024-02-07T22:04:15.788Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2996 | 2024-02-07T22:04:15.788Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2997 | 2024-02-07T22:04:15.788Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2998 | 2024-02-07T22:04:15.788Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2999 | 2024-02-07T22:04:16.165Z | Documenting rcgen v0.12.1 |
| 3000 | 2024-02-07T22:04:16.355Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3001 | 2024-02-07T22:04:17.101Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3002 | 2024-02-07T22:04:17.534Z | Documenting atomicwrites v0.4.3 |
| 3003 | 2024-02-07T22:04:19.260Z | Documenting signal-hook-tokio v0.3.1 |
| 3004 | 2024-02-07T22:04:20.932Z | Documenting memmap2 v0.7.1 |
| 3005 | 2024-02-07T22:04:22.396Z | Documenting subprocess v0.2.9 |
| 3006 | 2024-02-07T22:04:23.483Z | Documenting arrayvec v0.7.4 |
| 3007 | 2024-02-07T22:04:23.928Z | Documenting shell-words v1.1.0 |
| 3008 | 2024-02-07T22:04:25.588Z | Documenting corncobs v0.1.3 |
| 3009 | 2024-02-07T22:04:26.593Z | Documenting arrayref v0.3.7 |
| 3010 | 2024-02-07T22:04:27.257Z | Documenting constant_time_eq v0.3.0 |
| 3011 | 2024-02-07T22:04:28.335Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3012 | 2024-02-07T22:04:28.568Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3013 | 2024-02-07T22:04:29.489Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3014 | 2024-02-07T22:04:30.143Z | Documenting blake3 v1.5.0 |
| 3015 | 2024-02-07T22:04:32.789Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3016 | 2024-02-07T22:04:33.596Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3017 | 2024-02-07T22:04:34.768Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3018 | 2024-02-07T22:04:35.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3019 | 2024-02-07T22:04:37.162Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 3020 | 2024-02-07T22:04:42.858Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3021 | 2024-02-07T22:04:49.981Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3022 | 2024-02-07T22:04:50.715Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3023 | 2024-02-07T22:04:52.469Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3024 | 2024-02-07T22:04:54.747Z | warning: unclosed HTML tag `usize` |
| 3025 | 2024-02-07T22:04:54.747Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 3026 | 2024-02-07T22:04:54.747Z | | |
| 3027 | 2024-02-07T22:04:54.747Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 3028 | 2024-02-07T22:04:54.747Z | | ^^^^^^^ |
| 3029 | 2024-02-07T22:04:54.747Z | | |
| 3030 | 2024-02-07T22:04:54.747Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 3031 | 2024-02-07T22:04:54.747Z | |
| 3032 | 2024-02-07T22:04:55.991Z | warning: `wicket` (lib doc) generated 1 warning |
| 3033 | 2024-02-07T22:04:55.994Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 3034 | 2024-02-07T22:04:56.562Z | Documenting fatfs v0.3.6 |
| 3035 | 2024-02-07T22:04:59.328Z | Documenting nanorand v0.7.0 |
| 3036 | 2024-02-07T22:05:00.596Z | Documenting topological-sort v0.2.2 |
| 3037 | 2024-02-07T22:05:02.034Z | Documenting assert_matches v1.5.0 |
| 3038 | 2024-02-07T22:05:03.083Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3039 | 2024-02-07T22:05:03.445Z | Documenting flume v0.11.0 |
| 3040 | 2024-02-07T22:05:05.053Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3041 | 2024-02-07T22:05:05.233Z | Documenting omicron-zone-package v0.11.0 |
| 3042 | 2024-02-07T22:05:08.260Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3043 | 2024-02-07T22:05:10.025Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3044 | 2024-02-07T22:05:11.054Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3045 | 2024-02-07T22:05:12.784Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3046 | 2024-02-07T22:05:19.956Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3047 | 2024-02-07T22:05:24.091Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3048 | 2024-02-07T22:05:24.091Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3049 | 2024-02-07T22:05:24.091Z | | |
| 3050 | 2024-02-07T22:05:24.091Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3051 | 2024-02-07T22:05:24.091Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3052 | 2024-02-07T22:05:24.091Z | | |
| 3053 | 2024-02-07T22:05:24.091Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3054 | 2024-02-07T22:05:24.091Z | |
| 3055 | 2024-02-07T22:05:24.091Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3056 | 2024-02-07T22:05:24.264Z | Documenting termios v0.3.3 |
| 3057 | 2024-02-07T22:05:26.279Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3058 | 2024-02-07T22:05:29.392Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3059 | 2024-02-07T22:05:32.268Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3060 | 2024-02-07T22:05:34.303Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3061 | 2024-02-07T22:05:34.639Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3062 | 2024-02-07T22:05:48.891Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3063 | 2024-02-07T22:05:59.223Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3064 | 2024-02-07T22:05:59.223Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
| 3065 | 2024-02-07T22:05:59.223Z | | |
| 3066 | 2024-02-07T22:05:59.223Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3067 | 2024-02-07T22:05:59.223Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3068 | 2024-02-07T22:05:59.223Z | | |
| 3069 | 2024-02-07T22:05:59.223Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3070 | 2024-02-07T22:05:59.223Z | |
| 3071 | 2024-02-07T22:06:01.597Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3072 | 2024-02-07T22:06:03.215Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3073 | 2024-02-07T22:06:14.938Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
| 3074 | 2024-02-07T22:06:14.941Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 3075 | 2024-02-07T22:06:17.753Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3076 | 2024-02-07T22:06:19.233Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3077 | 2024-02-07T22:06:21.755Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 3078 | 2024-02-07T22:06:22.216Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3079 | 2024-02-07T22:06:26.599Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3080 | 2024-02-07T22:06:42.689Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3081 | 2024-02-07T22:07:30.204Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3082 | 2024-02-07T22:07:30.205Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3083 | 2024-02-07T22:07:30.205Z | | |
| 3084 | 2024-02-07T22:07:30.205Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3085 | 2024-02-07T22:07:30.205Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3086 | 2024-02-07T22:07:30.205Z | | |
| 3087 | 2024-02-07T22:07:30.205Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3088 | 2024-02-07T22:07:30.205Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3089 | 2024-02-07T22:07:30.205Z | |
| 3090 | 2024-02-07T22:07:30.209Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3091 | 2024-02-07T22:07:30.209Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3092 | 2024-02-07T22:07:30.209Z | | |
| 3093 | 2024-02-07T22:07:30.209Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3094 | 2024-02-07T22:07:30.209Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3095 | 2024-02-07T22:07:30.209Z | |
| 3096 | 2024-02-07T22:07:30.209Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3097 | 2024-02-07T22:07:30.209Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3098 | 2024-02-07T22:07:30.209Z | | |
| 3099 | 2024-02-07T22:07:30.209Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3100 | 2024-02-07T22:07:30.209Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3101 | 2024-02-07T22:07:30.209Z | |
| 3102 | 2024-02-07T22:07:30.209Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3103 | 2024-02-07T22:07:30.209Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3104 | 2024-02-07T22:07:30.209Z | | |
| 3105 | 2024-02-07T22:07:30.209Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3106 | 2024-02-07T22:07:30.209Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3107 | 2024-02-07T22:07:30.209Z | |
| 3108 | 2024-02-07T22:07:30.210Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3109 | 2024-02-07T22:07:30.210Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3110 | 2024-02-07T22:07:30.210Z | | |
| 3111 | 2024-02-07T22:07:30.210Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3112 | 2024-02-07T22:07:30.210Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3113 | 2024-02-07T22:07:30.210Z | |
| 3114 | 2024-02-07T22:07:30.210Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3115 | 2024-02-07T22:07:30.210Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3116 | 2024-02-07T22:07:30.210Z | | |
| 3117 | 2024-02-07T22:07:30.210Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3118 | 2024-02-07T22:07:30.210Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3119 | 2024-02-07T22:07:30.210Z | |
| 3120 | 2024-02-07T22:07:30.210Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3121 | 2024-02-07T22:07:30.210Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3122 | 2024-02-07T22:07:30.210Z | | |
| 3123 | 2024-02-07T22:07:30.210Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3124 | 2024-02-07T22:07:30.210Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3125 | 2024-02-07T22:07:30.210Z | |
| 3126 | 2024-02-07T22:07:33.094Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 3127 | 2024-02-07T22:07:55.258Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 36s |
| 3128 | 2024-02-07T22:07:55.360Z | |
| 3129 | 2024-02-07T22:07:55.360Z | real 11:36.507407124 |
| 3130 | 2024-02-07T22:07:55.360Z | user 30:15.790041315 |
| 3131 | 2024-02-07T22:07:55.360Z | sys 51:34.353827609 |
| 3132 | 2024-02-07T22:07:55.360Z | trap 0.916789242 |
| 3133 | 2024-02-07T22:07:55.361Z | tflt 0.156511640 |
| 3134 | 2024-02-07T22:07:55.361Z | dflt 0.466475116 |
| 3135 | 2024-02-07T22:07:55.361Z | kflt 0.000145361 |
| 3136 | 2024-02-07T22:07:55.361Z | lock 2:07:10.479024611 |
| 3137 | 2024-02-07T22:07:55.381Z | slp 2:56:20.674159186 |
| 3138 | 2024-02-07T22:07:55.381Z | lat 4:52.463738468 |
| 3139 | 2024-02-07T22:07:55.381Z | stop 1:24.226180936 |
| 3140 | 2024-02-07T22:07:55.381Z | process exited: duration 1258953 ms, exit code 0 |
| |
| 3141 | 2024-02-07T22:07:55.405Z | found 0 output files |