|
|
|
| 1 | 2024-01-15T23:36:31.708Z | job assigned to worker 01HM7QMFKR4Z1TBHR76E25BXYH (queued for 7 m 51 s) |
| |
| 2 | 2024-01-15T23:36:31.793Z | starting task 0: "setup" |
| 3 | 2024-01-15T23:36:31.806Z | ++ uname -s |
| 4 | 2024-01-15T23:36:31.809Z | + kern=SunOS |
| 5 | 2024-01-15T23:36:31.809Z | + case "$kern" in |
| 6 | 2024-01-15T23:36:31.809Z | + groupadd -g 12345 build |
| 7 | 2024-01-15T23:36:31.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-15T23:36:33.915Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-15T23:36:34.082Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-15T23:36:34.085Z | + home_fs=zfs |
| 11 | 2024-01-15T23:36:34.085Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-15T23:36:34.085Z | + mkdir -p /home/build |
| 13 | 2024-01-15T23:36:34.085Z | + chown build:build /home/build /work |
| 14 | 2024-01-15T23:36:35.109Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-15T23:36:35.113Z | process exited: duration 3285 ms, exit code 0 |
| |
| 16 | 2024-01-15T23:36:35.120Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-15T23:36:35.128Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-15T23:36:35.132Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-01-15T23:36:35.311Z | info: downloading installer |
| 20 | 2024-01-15T23:36:37.347Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-15T23:36:37.347Z | warning: /opt/ooce/bin |
| 22 | 2024-01-15T23:36:37.347Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-15T23:36:37.347Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-15T23:36:37.347Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-15T23:36:37.347Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-15T23:36:37.347Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-15T23:36:37.347Z | error: cannot install while Rust is installed |
| 28 | 2024-01-15T23:36:37.347Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-15T23:36:37.648Z | info: profile set to 'default' |
| 30 | 2024-01-15T23:36:37.648Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-15T23:36:37.651Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-01-15T23:36:37.830Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-01-15T23:36:37.830Z | info: downloading component 'cargo' |
| 34 | 2024-01-15T23:36:38.625Z | info: downloading component 'clippy' |
| 35 | 2024-01-15T23:36:38.910Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-15T23:36:39.910Z | info: downloading component 'rust-std' |
| 37 | 2024-01-15T23:36:41.705Z | info: downloading component 'rustc' |
| 38 | 2024-01-15T23:36:46.068Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-15T23:36:46.320Z | info: installing component 'cargo' |
| 40 | 2024-01-15T23:36:48.114Z | info: installing component 'clippy' |
| 41 | 2024-01-15T23:36:48.939Z | info: installing component 'rust-docs' |
| 42 | 2024-01-15T23:36:51.642Z | info: installing component 'rust-std' |
| 43 | 2024-01-15T23:36:55.662Z | info: installing component 'rustc' |
| 44 | 2024-01-15T23:37:03.667Z | info: installing component 'rustfmt' |
| 45 | 2024-01-15T23:37:04.142Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-01-15T23:37:04.143Z | |
| 47 | 2024-01-15T23:37:04.251Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-01-15T23:37:04.251Z | |
| 49 | 2024-01-15T23:37:04.255Z | |
| 50 | 2024-01-15T23:37:04.255Z | Rust is installed now. Great! |
| 51 | 2024-01-15T23:37:04.255Z | |
| 52 | 2024-01-15T23:37:04.255Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-15T23:37:04.255Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-15T23:37:04.256Z | |
| 55 | 2024-01-15T23:37:04.256Z | To configure your current shell, run: |
| 56 | 2024-01-15T23:37:04.256Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-15T23:37:04.339Z | + rustc --version |
| 58 | 2024-01-15T23:37:04.450Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-01-15T23:37:04.467Z | process exited: duration 29337 ms, exit code 0 |
| |
| 60 | 2024-01-15T23:37:04.474Z | starting task 2: "authentication" |
| 61 | 2024-01-15T23:37:04.504Z | process exited: duration 29 ms, exit code 0 |
| |
| 62 | 2024-01-15T23:37:04.511Z | starting task 3: "clone repository" |
| 63 | 2024-01-15T23:37:04.518Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-01-15T23:37:04.522Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-01-15T23:37:04.773Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-01-15T23:37:11.939Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-01-15T23:37:11.940Z | + [[ -n andy/hosts ]] |
| 68 | 2024-01-15T23:37:11.949Z | + git fetch origin andy/hosts |
| 69 | 2024-01-15T23:37:12.294Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-01-15T23:37:12.294Z | * branch andy/hosts -> FETCH_HEAD |
| 71 | 2024-01-15T23:37:12.305Z | + git checkout -B andy/hosts remotes/origin/andy/hosts |
| 72 | 2024-01-15T23:37:12.409Z | Switched to a new branch 'andy/hosts' |
| 73 | 2024-01-15T23:37:12.412Z | branch 'andy/hosts' set up to track 'origin/andy/hosts'. |
| 74 | 2024-01-15T23:37:12.412Z | + git reset --hard c8c1fe59696c51a162f1d846fe1d2b988b5ac175 |
| 75 | 2024-01-15T23:37:12.464Z | HEAD is now at c8c1fe596 Create /etc/inet/hosts as part of zone networking setup |
| 76 | 2024-01-15T23:37:12.468Z | process exited: duration 7918 ms, exit code 0 |
| |
| 77 | 2024-01-15T23:37:12.474Z | starting task 4: "build" |
| 78 | 2024-01-15T23:37:12.485Z | + cargo --version |
| 79 | 2024-01-15T23:37:12.489Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 80 | 2024-01-15T23:37:12.675Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 81 | 2024-01-15T23:37:12.678Z | info: downloading component 'cargo' |
| 82 | 2024-01-15T23:37:13.381Z | info: downloading component 'clippy' |
| 83 | 2024-01-15T23:37:13.608Z | info: downloading component 'rust-docs' |
| 84 | 2024-01-15T23:37:14.483Z | info: downloading component 'rust-std' |
| 85 | 2024-01-15T23:37:15.773Z | info: downloading component 'rustc' |
| 86 | 2024-01-15T23:37:19.417Z | info: downloading component 'rustfmt' |
| 87 | 2024-01-15T23:37:19.621Z | info: installing component 'cargo' |
| 88 | 2024-01-15T23:37:20.901Z | info: installing component 'clippy' |
| 89 | 2024-01-15T23:37:21.383Z | info: installing component 'rust-docs' |
| 90 | 2024-01-15T23:37:24.209Z | info: installing component 'rust-std' |
| 91 | 2024-01-15T23:37:26.630Z | info: installing component 'rustc' |
| 92 | 2024-01-15T23:37:32.778Z | info: installing component 'rustfmt' |
| 93 | 2024-01-15T23:37:33.316Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 94 | 2024-01-15T23:37:33.320Z | + rustc --version |
| 95 | 2024-01-15T23:37:33.460Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 96 | 2024-01-15T23:37:33.468Z | + source ./env.sh |
| 97 | 2024-01-15T23:37:33.471Z | ++ set -o xtrace |
| 98 | 2024-01-15T23:37:33.471Z | ++++ dirname ./env.sh |
| 99 | 2024-01-15T23:37:33.527Z | +++ cd . |
| 100 | 2024-01-15T23:37:33.530Z | +++ echo /work/oxidecomputer/omicron |
| 101 | 2024-01-15T23:37:33.530Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2024-01-15T23:37:33.531Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2024-01-15T23:37:33.531Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2024-01-15T23:37:33.531Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2024-01-15T23:37:33.531Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2024-01-15T23:37:33.531Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2024-01-15T23:37:33.531Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2024-01-15T23:37:33.531Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2024-01-15T23:37:33.531Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2024-01-15T23:37:33.531Z | ++ unset OMICRON_WS |
| 111 | 2024-01-15T23:37:33.531Z | ++ set +o xtrace |
| 112 | 2024-01-15T23:37:33.572Z | |
| 113 | 2024-01-15T23:37:33.572Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2024-01-15T23:37:33.572Z | # # # # # # # # # # # # # # # |
| 115 | 2024-01-15T23:37:33.572Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2024-01-15T23:37:33.572Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2024-01-15T23:37:33.572Z | # # # # # # # # # # # # # # # |
| 118 | 2024-01-15T23:37:33.572Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2024-01-15T23:37:33.572Z | |
| 120 | 2024-01-15T23:37:42.989Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 121 | 2024-01-15T23:37:44.580Z | Startup: Caching catalogs ... Done |
| 122 | 2024-01-15T23:37:46.657Z | Planning: Solver setup ... Done (1.641s) |
| 123 | 2024-01-15T23:37:46.705Z | Planning: Running solver ... Done (0.048s) |
| 124 | 2024-01-15T23:37:46.752Z | Planning: Finding local manifests ... Done (0.003s) |
| 125 | 2024-01-15T23:37:46.755Z | Planning: Fetching manifests: 0/4 0% complete |
| 126 | 2024-01-15T23:37:47.020Z | Planning: Fetching manifests: 4/4 100% complete |
| 127 | 2024-01-15T23:37:47.101Z | Planning: Package planning ... Done (0.081s) |
| 128 | 2024-01-15T23:37:47.186Z | Planning: Merging actions ... Done (0.085s) |
| 129 | 2024-01-15T23:37:48.031Z | Planning: Checking for conflicting actions ... Done (0.845s) |
| 130 | 2024-01-15T23:37:48.049Z | Planning: Consolidating action changes ... Done (0.017s) |
| 131 | 2024-01-15T23:37:51.515Z | Planning: Evaluating mediators ... Done (3.463s) |
| 132 | 2024-01-15T23:37:51.527Z | Planning: Planning completed in 6.89 seconds |
| 133 | 2024-01-15T23:37:53.166Z | Packages to install: 4 |
| 134 | 2024-01-15T23:37:53.166Z | Mediators to change: 2 |
| 135 | 2024-01-15T23:37:53.167Z | Services to change: 1 |
| 136 | 2024-01-15T23:37:53.170Z | Estimated space available: 148.87 GB |
| 137 | 2024-01-15T23:37:53.170Z | Estimated space to be consumed: 1.40 GB |
| 138 | 2024-01-15T23:37:53.170Z | Create boot environment: No |
| 139 | 2024-01-15T23:37:53.171Z | Create backup boot environment: No |
| 140 | 2024-01-15T23:37:53.171Z | Rebuild boot archive: No |
| 141 | 2024-01-15T23:37:53.171Z | |
| 142 | 2024-01-15T23:37:53.171Z | Changed mediators: |
| 143 | 2024-01-15T23:37:53.171Z | mediator clang: |
| 144 | 2024-01-15T23:37:53.171Z | version: None -> 15 (system default) |
| 145 | 2024-01-15T23:37:53.171Z | |
| 146 | 2024-01-15T23:37:53.171Z | mediator llvm: |
| 147 | 2024-01-15T23:37:53.172Z | version: 14 (system default) -> 15 (system default) |
| 148 | 2024-01-15T23:37:53.172Z | |
| 149 | 2024-01-15T23:37:53.172Z | Changed packages: |
| 150 | 2024-01-15T23:37:53.172Z | helios-dev |
| 151 | 2024-01-15T23:37:53.172Z | developer/build-essential |
| 152 | 2024-01-15T23:37:53.172Z | None -> 11-2.0 |
| 153 | 2024-01-15T23:37:53.172Z | library/libxmlsec1 |
| 154 | 2024-01-15T23:37:53.172Z | None -> 1.2.35-2.0 |
| 155 | 2024-01-15T23:37:53.172Z | ooce/developer/clang-15 |
| 156 | 2024-01-15T23:37:53.172Z | None -> 15.0.7-2.0 |
| 157 | 2024-01-15T23:37:53.172Z | ooce/developer/llvm-15 |
| 158 | 2024-01-15T23:37:53.172Z | None -> 15.0.7-2.0 |
| 159 | 2024-01-15T23:37:53.172Z | |
| 160 | 2024-01-15T23:37:53.172Z | Services: |
| 161 | 2024-01-15T23:37:53.172Z | restart_fmri: |
| 162 | 2024-01-15T23:37:53.172Z | svc:/system/update-man-index:default |
| 163 | 2024-01-15T23:37:53.328Z | |
| 164 | 2024-01-15T23:37:53.328Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 165 | 2024-01-15T23:37:58.336Z | Download: 1196/3290 items 82.7/212.6MB 38% complete (16.8M/s) |
| 166 | 2024-01-15T23:38:03.339Z | Download: 2087/3290 items 118.9/212.6MB 55% complete (12.0M/s) |
| 167 | 2024-01-15T23:38:08.338Z | Download: 2257/3290 items 119.4/212.6MB 56% complete (3.7M/s) |
| 168 | 2024-01-15T23:38:13.367Z | Download: 3248/3290 items 196.9/212.6MB 92% complete (7.7M/s) |
| 169 | 2024-01-15T23:38:16.809Z | Download: Completed 212.60 MB in 23.48 seconds (9.1M/s) |
| 170 | 2024-01-15T23:38:17.072Z | Actions: 1/3689 actions (Installing new actions) |
| 171 | 2024-01-15T23:38:22.126Z | Actions: 2381/3689 actions (Installing new actions) |
| 172 | 2024-01-15T23:38:24.633Z | Actions: Completed 3689 actions in 7.56 seconds. |
| 173 | 2024-01-15T23:38:24.887Z | Done (0.229s) |
| 174 | 2024-01-15T23:38:24.887Z | Done (0.000s) |
| 175 | 2024-01-15T23:38:25.222Z | Done (0.315s) |
| 176 | 2024-01-15T23:38:32.469Z | Done (7.148s) |
| 177 | 2024-01-15T23:38:32.709Z | Done (0.141s) |
| 178 | 2024-01-15T23:38:32.711Z | Done (0.000s) |
| 179 | 2024-01-15T23:38:32.915Z | Done (0.000s) |
| 180 | 2024-01-15T23:38:33.631Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2024-01-15T23:38:33.943Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2024-01-15T23:38:33.947Z | Planning: Consolidating action changes ... Done |
| 183 | 2024-01-15T23:38:34.352Z | Planning: Evaluating mediators ... Done |
| 184 | 2024-01-15T23:38:34.356Z | Planning: Planning completed in 0.72 seconds |
| 185 | 2024-01-15T23:38:34.407Z | Mediators to change: 2 |
| 186 | 2024-01-15T23:38:34.408Z | Create boot environment: No |
| 187 | 2024-01-15T23:38:34.412Z | Create backup boot environment: No |
| 188 | 2024-01-15T23:38:34.509Z | Done |
| 189 | 2024-01-15T23:38:34.509Z | Done |
| 190 | 2024-01-15T23:38:34.692Z | Done |
| 191 | 2024-01-15T23:38:40.409Z | Done |
| 192 | 2024-01-15T23:38:40.530Z | Done |
| 193 | 2024-01-15T23:38:40.534Z | Done |
| 194 | 2024-01-15T23:38:40.638Z | Done |
| 195 | 2024-01-15T23:38:41.647Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2024-01-15T23:38:41.650Z | Planning: Merging actions ... Done |
| 197 | 2024-01-15T23:38:41.981Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2024-01-15T23:38:41.984Z | Planning: Consolidating action changes ... Done |
| 199 | 2024-01-15T23:38:42.406Z | Planning: Evaluating mediators ... Done |
| 200 | 2024-01-15T23:38:42.495Z | Planning: Planning completed in 1.30 seconds |
| 201 | 2024-01-15T23:38:42.551Z | Packages to change: 1 |
| 202 | 2024-01-15T23:38:42.555Z | Mediators to change: 1 |
| 203 | 2024-01-15T23:38:42.555Z | Services to change: 1 |
| 204 | 2024-01-15T23:38:42.555Z | Create boot environment: No |
| 205 | 2024-01-15T23:38:42.556Z | Create backup boot environment: Yes |
| 206 | 2024-01-15T23:38:44.560Z | Actions: 1/6 actions (Updating modified actions) |
| 207 | 2024-01-15T23:38:44.563Z | Actions: Completed 6 actions in 0.00 seconds. |
| 208 | 2024-01-15T23:38:44.563Z | Done |
| 209 | 2024-01-15T23:38:44.563Z | Done |
| 210 | 2024-01-15T23:38:44.633Z | Done |
| 211 | 2024-01-15T23:38:50.578Z | Done |
| 212 | 2024-01-15T23:38:50.705Z | Done |
| 213 | 2024-01-15T23:38:50.708Z | Done |
| 214 | 2024-01-15T23:38:50.839Z | Done |
| 215 | 2024-01-15T23:38:51.514Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 216 | 2024-01-15T23:38:51.514Z | clang system 15 system |
| 217 | 2024-01-15T23:38:51.514Z | csh system system illumos |
| 218 | 2024-01-15T23:38:51.514Z | ctags system system illumos |
| 219 | 2024-01-15T23:38:51.514Z | gcc vendor 12 vendor |
| 220 | 2024-01-15T23:38:51.514Z | gcc system 10 system |
| 221 | 2024-01-15T23:38:51.514Z | gcc system 7 system |
| 222 | 2024-01-15T23:38:51.514Z | go system 1.20 system |
| 223 | 2024-01-15T23:38:51.514Z | go system 1.19 system |
| 224 | 2024-01-15T23:38:51.514Z | llvm system 15 system |
| 225 | 2024-01-15T23:38:51.514Z | llvm system 14 system |
| 226 | 2024-01-15T23:38:51.518Z | mariadb system 10.6 system |
| 227 | 2024-01-15T23:38:51.518Z | mta vendor vendor dma |
| 228 | 2024-01-15T23:38:51.518Z | openjdk system 17 system |
| 229 | 2024-01-15T23:38:51.518Z | openjdk system 11 system |
| 230 | 2024-01-15T23:38:51.518Z | openjdk system 1.8 system |
| 231 | 2024-01-15T23:38:51.518Z | openssl vendor 3 vendor |
| 232 | 2024-01-15T23:38:51.518Z | perl system 5.36 system |
| 233 | 2024-01-15T23:38:51.518Z | postgresql system 15 system |
| 234 | 2024-01-15T23:38:51.518Z | postgresql system 13 system |
| 235 | 2024-01-15T23:38:51.518Z | python vendor 3 vendor |
| 236 | 2024-01-15T23:38:51.518Z | python system 2 system |
| 237 | 2024-01-15T23:38:51.518Z | python3 system 3.11 system |
| 238 | 2024-01-15T23:38:51.518Z | ruby system 3.0 system |
| 239 | 2024-01-15T23:38:51.518Z | words vendor vendor american-english |
| 240 | 2024-01-15T23:38:51.518Z | words system system australian-english |
| 241 | 2024-01-15T23:38:51.518Z | words system system british-english |
| 242 | 2024-01-15T23:38:51.519Z | words system system canadian-english |
| 243 | 2024-01-15T23:38:51.519Z | words system system french |
| 244 | 2024-01-15T23:38:51.519Z | words system system italian |
| 245 | 2024-01-15T23:38:51.519Z | words system system ngerman |
| 246 | 2024-01-15T23:38:51.519Z | words system system ogerman |
| 247 | 2024-01-15T23:38:51.519Z | words system system spanish |
| 248 | 2024-01-15T23:38:52.048Z | FMRI IFO |
| 249 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 250 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 251 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 252 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 253 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 254 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 255 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 256 | 2024-01-15T23:38:52.048Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 257 | 2024-01-15T23:38:52.121Z | + set -o errexit |
| 258 | 2024-01-15T23:38:52.125Z | +++ dirname ./tools/ci_download_cockroachdb |
| 259 | 2024-01-15T23:38:52.128Z | ++ cd ./tools |
| 260 | 2024-01-15T23:38:52.128Z | ++ pwd |
| 261 | 2024-01-15T23:38:52.128Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 262 | 2024-01-15T23:38:52.128Z | ++ basename ./tools/ci_download_cockroachdb |
| 263 | 2024-01-15T23:38:52.131Z | + ARG0=ci_download_cockroachdb |
| 264 | 2024-01-15T23:38:52.131Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 265 | 2024-01-15T23:38:52.135Z | + CIDL_VERSION=v22.1.9 |
| 266 | 2024-01-15T23:38:52.135Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 267 | 2024-01-15T23:38:52.135Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 268 | 2024-01-15T23:38:52.135Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 269 | 2024-01-15T23:38:52.135Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 270 | 2024-01-15T23:38:52.135Z | + TARGET_DIR=out |
| 271 | 2024-01-15T23:38:52.135Z | + DOWNLOAD_DIR=out/downloads |
| 272 | 2024-01-15T23:38:52.135Z | + DEST_DIR=./out/cockroachdb |
| 273 | 2024-01-15T23:38:52.135Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 274 | 2024-01-15T23:38:52.135Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 275 | 2024-01-15T23:38:52.135Z | + main |
| 276 | 2024-01-15T23:38:52.135Z | + [[ 0 != 0 ]] |
| 277 | 2024-01-15T23:38:52.135Z | + CIDL_OS=solaris2.11 |
| 278 | 2024-01-15T23:38:52.135Z | + [[ 0 != 0 ]] |
| 279 | 2024-01-15T23:38:52.135Z | + configure_os solaris2.11 |
| 280 | 2024-01-15T23:38:52.135Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 281 | 2024-01-15T23:38:52.135Z | current directory: /work/oxidecomputer/omicron |
| 282 | 2024-01-15T23:38:52.136Z | + echo 'configuring based on OS: "solaris2.11"' |
| 283 | 2024-01-15T23:38:52.136Z | + case "$1" in |
| 284 | 2024-01-15T23:38:52.136Z | configuring based on OS: "solaris2.11" |
| 285 | 2024-01-15T23:38:52.136Z | + CIDL_BUILD=illumos |
| 286 | 2024-01-15T23:38:52.136Z | + CIDL_SUFFIX=tar.gz |
| 287 | 2024-01-15T23:38:52.136Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 288 | 2024-01-15T23:38:52.136Z | + CIDL_MD5FUNC=do_md5sum |
| 289 | 2024-01-15T23:38:52.136Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 290 | 2024-01-15T23:38:52.136Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 291 | 2024-01-15T23:38:52.136Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 292 | 2024-01-15T23:38:52.136Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2024-01-15T23:38:52.136Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2024-01-15T23:38:52.136Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 295 | 2024-01-15T23:38:52.136Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 296 | 2024-01-15T23:38:52.136Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 297 | 2024-01-15T23:38:52.136Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 298 | 2024-01-15T23:38:52.136Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 299 | 2024-01-15T23:38:52.136Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2024-01-15T23:38:52.136Z | + mkdir -p out/downloads |
| 301 | 2024-01-15T23:38:52.140Z | + mkdir -p ./out/cockroachdb |
| 302 | 2024-01-15T23:38:52.140Z | + local DO_DOWNLOAD=true |
| 303 | 2024-01-15T23:38:52.140Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 304 | 2024-01-15T23:38:52.140Z | + '[' true == true ']' |
| 305 | 2024-01-15T23:38:52.140Z | + echo Downloading... |
| 306 | 2024-01-15T23:38:52.140Z | Downloading... |
| 307 | 2024-01-15T23:38:52.140Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 308 | 2024-01-15T23:38:52.140Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 309 | 2024-01-15T23:38:57.161Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-01-15T23:38:57.164Z | ++ md5sum |
| 311 | 2024-01-15T23:38:57.164Z | ++ awk '{print $1}' |
| 312 | 2024-01-15T23:38:57.381Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 313 | 2024-01-15T23:38:57.381Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 314 | 2024-01-15T23:38:57.381Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 315 | 2024-01-15T23:38:57.384Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 316 | 2024-01-15T23:39:00.806Z | + do_assemble_illumos |
| 317 | 2024-01-15T23:39:00.807Z | + rm -r ./out/cockroachdb |
| 318 | 2024-01-15T23:39:00.813Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 319 | 2024-01-15T23:39:01.358Z | + ./out/cockroachdb/bin/cockroach version |
| 320 | 2024-01-15T23:39:01.635Z | Build Tag: v22.1.9-dirty |
| 321 | 2024-01-15T23:39:01.636Z | Build Time: 2022/10/26 21:17:46 |
| 322 | 2024-01-15T23:39:01.636Z | Distribution: OSS |
| 323 | 2024-01-15T23:39:01.636Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 324 | 2024-01-15T23:39:01.636Z | Go Version: go1.17.13 |
| 325 | 2024-01-15T23:39:01.636Z | C Compiler: gcc 10.3.0 |
| 326 | 2024-01-15T23:39:01.636Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 327 | 2024-01-15T23:39:01.636Z | Build Type: release |
| 328 | 2024-01-15T23:39:01.660Z | + set -o errexit |
| 329 | 2024-01-15T23:39:01.664Z | +++ dirname ./tools/ci_download_clickhouse |
| 330 | 2024-01-15T23:39:01.671Z | ++ cd ./tools |
| 331 | 2024-01-15T23:39:01.672Z | ++ pwd |
| 332 | 2024-01-15T23:39:01.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 333 | 2024-01-15T23:39:01.672Z | ++ basename ./tools/ci_download_clickhouse |
| 334 | 2024-01-15T23:39:01.672Z | + ARG0=ci_download_clickhouse |
| 335 | 2024-01-15T23:39:01.672Z | + TARGET_DIR=out |
| 336 | 2024-01-15T23:39:01.672Z | + DOWNLOAD_DIR=out/downloads |
| 337 | 2024-01-15T23:39:01.672Z | + DEST_DIR=./out/clickhouse |
| 338 | 2024-01-15T23:39:01.672Z | + CIDL_VERSION=v22.8.9.24 |
| 339 | 2024-01-15T23:39:01.672Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 340 | 2024-01-15T23:39:01.672Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 341 | 2024-01-15T23:39:01.672Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 342 | 2024-01-15T23:39:01.672Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 343 | 2024-01-15T23:39:01.672Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 344 | 2024-01-15T23:39:01.672Z | + main |
| 345 | 2024-01-15T23:39:01.672Z | + [[ 0 != 0 ]] |
| 346 | 2024-01-15T23:39:01.672Z | + CIDL_OS=solaris2.11 |
| 347 | 2024-01-15T23:39:01.672Z | + [[ 0 != 0 ]] |
| 348 | 2024-01-15T23:39:01.672Z | + configure_os solaris2.11 |
| 349 | 2024-01-15T23:39:01.672Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 350 | 2024-01-15T23:39:01.672Z | current directory: /work/oxidecomputer/omicron |
| 351 | 2024-01-15T23:39:01.672Z | configuring based on OS: "solaris2.11" |
| 352 | 2024-01-15T23:39:01.672Z | + echo 'configuring based on OS: "solaris2.11"' |
| 353 | 2024-01-15T23:39:01.672Z | + CIDL_DASHREV= |
| 354 | 2024-01-15T23:39:01.673Z | + case "$1" in |
| 355 | 2024-01-15T23:39:01.673Z | + CIDL_PLATFORM=illumos |
| 356 | 2024-01-15T23:39:01.673Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 357 | 2024-01-15T23:39:01.673Z | + CIDL_MD5FUNC=do_md5sum |
| 358 | 2024-01-15T23:39:01.673Z | + CIDL_DASHREV=-1 |
| 359 | 2024-01-15T23:39:01.673Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 360 | 2024-01-15T23:39:01.673Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2024-01-15T23:39:01.681Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2024-01-15T23:39:01.681Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2024-01-15T23:39:01.681Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 364 | 2024-01-15T23:39:01.681Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 365 | 2024-01-15T23:39:01.681Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 366 | 2024-01-15T23:39:01.681Z | + mkdir -p out/downloads |
| 367 | 2024-01-15T23:39:01.681Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 368 | 2024-01-15T23:39:01.682Z | + mkdir -p ./out/clickhouse |
| 369 | 2024-01-15T23:39:01.685Z | + local DO_DOWNLOAD=true |
| 370 | 2024-01-15T23:39:01.685Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 371 | 2024-01-15T23:39:01.685Z | + '[' true == true ']' |
| 372 | 2024-01-15T23:39:01.685Z | + echo Downloading... |
| 373 | 2024-01-15T23:39:01.685Z | Downloading... |
| 374 | 2024-01-15T23:39:01.685Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 375 | 2024-01-15T23:39:01.685Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 376 | 2024-01-15T23:39:03.142Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 377 | 2024-01-15T23:39:03.146Z | ++ md5sum |
| 378 | 2024-01-15T23:39:03.146Z | ++ awk '{print $1}' |
| 379 | 2024-01-15T23:39:03.402Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 380 | 2024-01-15T23:39:03.402Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 381 | 2024-01-15T23:39:03.402Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 382 | 2024-01-15T23:39:03.405Z | + mkdir -p ./out/clickhouse |
| 383 | 2024-01-15T23:39:03.405Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 384 | 2024-01-15T23:39:08.390Z | + ./out/clickhouse/clickhouse server --version |
| 385 | 2024-01-15T23:39:08.442Z | ClickHouse server version 22.8.9.1. |
| 386 | 2024-01-15T23:39:08.464Z | + set -o errexit |
| 387 | 2024-01-15T23:39:08.467Z | +++ dirname ./tools/ci_download_console |
| 388 | 2024-01-15T23:39:08.470Z | ++ cd ./tools |
| 389 | 2024-01-15T23:39:08.470Z | ++ pwd |
| 390 | 2024-01-15T23:39:08.470Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 391 | 2024-01-15T23:39:08.475Z | ++ basename ./tools/ci_download_console |
| 392 | 2024-01-15T23:39:08.475Z | + ARG0=ci_download_console |
| 393 | 2024-01-15T23:39:08.475Z | + TARGET_DIR=out |
| 394 | 2024-01-15T23:39:08.475Z | + DOWNLOAD_DIR=out/downloads |
| 395 | 2024-01-15T23:39:08.475Z | + DEST_DIR=./out/console-assets |
| 396 | 2024-01-15T23:39:08.475Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 397 | 2024-01-15T23:39:08.475Z | ++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a |
| 398 | 2024-01-15T23:39:08.475Z | ++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
| 399 | 2024-01-15T23:39:08.475Z | + URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
| 400 | 2024-01-15T23:39:08.475Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 401 | 2024-01-15T23:39:08.475Z | + main |
| 402 | 2024-01-15T23:39:08.475Z | + [[ 0 != 0 ]] |
| 403 | 2024-01-15T23:39:08.475Z | + echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz' |
| 404 | 2024-01-15T23:39:08.475Z | URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
| 405 | 2024-01-15T23:39:08.475Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 406 | 2024-01-15T23:39:08.475Z | Local file: out/downloads/console.tar.gz |
| 407 | 2024-01-15T23:39:08.475Z | + local DO_DOWNLOAD=true |
| 408 | 2024-01-15T23:39:08.476Z | + [[ -f out/downloads/console.tar.gz ]] |
| 409 | 2024-01-15T23:39:08.476Z | + mkdir -p out/downloads |
| 410 | 2024-01-15T23:39:08.478Z | + '[' true == true ']' |
| 411 | 2024-01-15T23:39:08.479Z | + echo Downloading... |
| 412 | 2024-01-15T23:39:08.479Z | Downloading... |
| 413 | 2024-01-15T23:39:08.479Z | + do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz |
| 414 | 2024-01-15T23:39:08.479Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
| 415 | 2024-01-15T23:39:09.277Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 416 | 2024-01-15T23:39:09.277Z | ++ case "$OSTYPE" in |
| 417 | 2024-01-15T23:39:09.280Z | ++ SHA=sha256sum |
| 418 | 2024-01-15T23:39:09.280Z | ++ sha256sum |
| 419 | 2024-01-15T23:39:09.280Z | ++ awk '{print $1}' |
| 420 | 2024-01-15T23:39:09.337Z | + calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
| 421 | 2024-01-15T23:39:09.337Z | + [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]] |
| 422 | 2024-01-15T23:39:09.340Z | + rm -rf ./out/console-assets |
| 423 | 2024-01-15T23:39:09.340Z | + mkdir -p ./out/console-assets |
| 424 | 2024-01-15T23:39:09.344Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 425 | 2024-01-15T23:39:09.344Z | + mkdir -p ./out/console-assets |
| 426 | 2024-01-15T23:39:09.346Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 427 | 2024-01-15T23:39:09.485Z | + set -o errexit |
| 428 | 2024-01-15T23:39:10.125Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 429 | 2024-01-15T23:39:10.125Z | ++ cd ./tools |
| 430 | 2024-01-15T23:39:10.126Z | ++ pwd |
| 431 | 2024-01-15T23:39:10.126Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 432 | 2024-01-15T23:39:10.126Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 433 | 2024-01-15T23:39:10.126Z | + ARG0=ci_download_maghemite_openapi |
| 434 | 2024-01-15T23:39:10.126Z | + TARGET_DIR=out |
| 435 | 2024-01-15T23:39:10.126Z | + DOWNLOAD_DIR=out/downloads |
| 436 | 2024-01-15T23:39:10.126Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 437 | 2024-01-15T23:39:10.126Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 438 | 2024-01-15T23:39:10.126Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 439 | 2024-01-15T23:39:10.126Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 440 | 2024-01-15T23:39:10.126Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 441 | 2024-01-15T23:39:10.126Z | + main |
| 442 | 2024-01-15T23:39:10.127Z | + [[ 0 != 0 ]] |
| 443 | 2024-01-15T23:39:10.127Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
| 444 | 2024-01-15T23:39:10.127Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 445 | 2024-01-15T23:39:10.127Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 446 | 2024-01-15T23:39:10.127Z | + local DO_DOWNLOAD=true |
| 447 | 2024-01-15T23:39:10.127Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 448 | 2024-01-15T23:39:10.127Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 449 | 2024-01-15T23:39:10.127Z | + mkdir -p out/downloads |
| 450 | 2024-01-15T23:39:10.127Z | + '[' true == true ']' |
| 451 | 2024-01-15T23:39:10.127Z | + echo Downloading... |
| 452 | 2024-01-15T23:39:10.127Z | Downloading... |
| 453 | 2024-01-15T23:39:10.127Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 454 | 2024-01-15T23:39:10.127Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 455 | 2024-01-15T23:39:10.134Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 456 | 2024-01-15T23:39:10.134Z | ++ case "$OSTYPE" in |
| 457 | 2024-01-15T23:39:10.134Z | ++ SHA=sha256sum |
| 458 | 2024-01-15T23:39:10.134Z | ++ sha256sum |
| 459 | 2024-01-15T23:39:10.134Z | ++ awk '{print $1}' |
| 460 | 2024-01-15T23:39:10.134Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 461 | 2024-01-15T23:39:10.134Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 462 | 2024-01-15T23:39:10.134Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 463 | 2024-01-15T23:39:10.134Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 464 | 2024-01-15T23:39:10.134Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 465 | 2024-01-15T23:39:10.135Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 466 | 2024-01-15T23:39:10.135Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 467 | 2024-01-15T23:39:10.135Z | + main |
| 468 | 2024-01-15T23:39:10.135Z | + [[ 0 != 0 ]] |
| 469 | 2024-01-15T23:39:10.135Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
| 470 | 2024-01-15T23:39:10.135Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 471 | 2024-01-15T23:39:10.135Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 472 | 2024-01-15T23:39:10.135Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 473 | 2024-01-15T23:39:10.135Z | + local DO_DOWNLOAD=true |
| 474 | 2024-01-15T23:39:10.135Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 475 | 2024-01-15T23:39:10.135Z | + mkdir -p out/downloads |
| 476 | 2024-01-15T23:39:10.136Z | + '[' true == true ']' |
| 477 | 2024-01-15T23:39:10.136Z | + echo Downloading... |
| 478 | 2024-01-15T23:39:10.136Z | Downloading... |
| 479 | 2024-01-15T23:39:10.136Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 480 | 2024-01-15T23:39:10.136Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 481 | 2024-01-15T23:39:10.137Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 482 | 2024-01-15T23:39:10.137Z | ++ case "$OSTYPE" in |
| 483 | 2024-01-15T23:39:10.137Z | ++ SHA=sha256sum |
| 484 | 2024-01-15T23:39:10.137Z | ++ sha256sum |
| 485 | 2024-01-15T23:39:10.137Z | ++ awk '{print $1}' |
| 486 | 2024-01-15T23:39:10.137Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 487 | 2024-01-15T23:39:10.137Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
| 488 | 2024-01-15T23:39:10.137Z | + set -o errexit |
| 489 | 2024-01-15T23:39:10.137Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 490 | 2024-01-15T23:39:10.137Z | ++ cd ./tools |
| 491 | 2024-01-15T23:39:10.138Z | ++ pwd |
| 492 | 2024-01-15T23:39:10.138Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 493 | 2024-01-15T23:39:10.138Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 494 | 2024-01-15T23:39:10.138Z | + ARG0=ci_download_dendrite_openapi |
| 495 | 2024-01-15T23:39:10.138Z | + TARGET_DIR=out |
| 496 | 2024-01-15T23:39:10.138Z | + DOWNLOAD_DIR=out/downloads |
| 497 | 2024-01-15T23:39:10.138Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 498 | 2024-01-15T23:39:10.138Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 499 | 2024-01-15T23:39:10.138Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 500 | 2024-01-15T23:39:10.138Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 501 | 2024-01-15T23:39:10.138Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 502 | 2024-01-15T23:39:10.138Z | + main |
| 503 | 2024-01-15T23:39:10.138Z | + [[ 0 != 0 ]] |
| 504 | 2024-01-15T23:39:10.139Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
| 505 | 2024-01-15T23:39:10.139Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 506 | 2024-01-15T23:39:10.139Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 507 | 2024-01-15T23:39:10.139Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
| 508 | 2024-01-15T23:39:10.139Z | + local DO_DOWNLOAD=true |
| 509 | 2024-01-15T23:39:10.139Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
| 510 | 2024-01-15T23:39:10.139Z | + mkdir -p out/downloads |
| 511 | 2024-01-15T23:39:10.139Z | + '[' true == true ']' |
| 512 | 2024-01-15T23:39:10.139Z | + echo Downloading... |
| 513 | 2024-01-15T23:39:10.139Z | Downloading... |
| 514 | 2024-01-15T23:39:10.139Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 515 | 2024-01-15T23:39:10.139Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 516 | 2024-01-15T23:39:10.176Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 517 | 2024-01-15T23:39:10.176Z | ++ case "$OSTYPE" in |
| 518 | 2024-01-15T23:39:10.176Z | ++ SHA=sha256sum |
| 519 | 2024-01-15T23:39:10.176Z | ++ sha256sum |
| 520 | 2024-01-15T23:39:10.183Z | ++ awk '{print $1}' |
| 521 | 2024-01-15T23:39:10.189Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 522 | 2024-01-15T23:39:10.193Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 523 | 2024-01-15T23:39:10.204Z | + set -o errexit |
| 524 | 2024-01-15T23:39:10.208Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 525 | 2024-01-15T23:39:10.216Z | ++ cd ./tools |
| 526 | 2024-01-15T23:39:10.217Z | ++ pwd |
| 527 | 2024-01-15T23:39:10.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 528 | 2024-01-15T23:39:10.229Z | ++ basename ./tools/ci_download_dendrite_stub |
| 529 | 2024-01-15T23:39:10.229Z | + ARG0=ci_download_dendrite_stub |
| 530 | 2024-01-15T23:39:10.229Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 531 | 2024-01-15T23:39:10.229Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 532 | 2024-01-15T23:39:10.230Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
| 533 | 2024-01-15T23:39:10.230Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
| 534 | 2024-01-15T23:39:10.230Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 535 | 2024-01-15T23:39:10.230Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 536 | 2024-01-15T23:39:10.230Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 537 | 2024-01-15T23:39:10.230Z | + TARGET_DIR=out |
| 538 | 2024-01-15T23:39:10.230Z | + DOWNLOAD_DIR=out/downloads |
| 539 | 2024-01-15T23:39:10.230Z | + DEST_DIR=./out/dendrite-stub |
| 540 | 2024-01-15T23:39:10.230Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 541 | 2024-01-15T23:39:10.230Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 542 | 2024-01-15T23:39:10.230Z | + REPO=oxidecomputer/dendrite |
| 543 | 2024-01-15T23:39:10.230Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 544 | 2024-01-15T23:39:10.230Z | + main |
| 545 | 2024-01-15T23:39:10.230Z | + [[ 0 != 0 ]] |
| 546 | 2024-01-15T23:39:10.230Z | + CIDL_OS=solaris2.11 |
| 547 | 2024-01-15T23:39:10.230Z | + [[ 0 != 0 ]] |
| 548 | 2024-01-15T23:39:10.230Z | + configure_os solaris2.11 |
| 549 | 2024-01-15T23:39:10.230Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 550 | 2024-01-15T23:39:10.230Z | + echo 'configuring based on OS: "solaris2.11"' |
| 551 | 2024-01-15T23:39:10.230Z | + case "$1" in |
| 552 | 2024-01-15T23:39:10.230Z | + SET_BINARIES= |
| 553 | 2024-01-15T23:39:10.230Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 554 | 2024-01-15T23:39:10.231Z | + CIDL_SHA256FUNC=do_sha256sum |
| 555 | 2024-01-15T23:39:10.231Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 556 | 2024-01-15T23:39:10.231Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 557 | 2024-01-15T23:39:10.231Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 558 | 2024-01-15T23:39:10.231Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
| 559 | 2024-01-15T23:39:10.231Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 560 | 2024-01-15T23:39:10.231Z | + mkdir -p out/downloads |
| 561 | 2024-01-15T23:39:10.231Z | current directory: /work/oxidecomputer/omicron |
| 562 | 2024-01-15T23:39:10.231Z | configuring based on OS: "solaris2.11" |
| 563 | 2024-01-15T23:39:10.231Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 564 | 2024-01-15T23:39:10.231Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 565 | 2024-01-15T23:39:10.652Z | + mkdir -p ./out/dendrite-stub |
| 566 | 2024-01-15T23:39:10.652Z | + fetch_and_verify |
| 567 | 2024-01-15T23:39:10.652Z | + local DO_DOWNLOAD=true |
| 568 | 2024-01-15T23:39:10.652Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 569 | 2024-01-15T23:39:10.653Z | + '[' true == true ']' |
| 570 | 2024-01-15T23:39:10.653Z | + echo Downloading... |
| 571 | 2024-01-15T23:39:10.653Z | Downloading... |
| 572 | 2024-01-15T23:39:10.653Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 573 | 2024-01-15T23:39:10.654Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 574 | 2024-01-15T23:39:18.404Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 575 | 2024-01-15T23:39:18.408Z | ++ sha256sum |
| 576 | 2024-01-15T23:39:18.408Z | ++ awk '{print $1}' |
| 577 | 2024-01-15T23:39:18.544Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 578 | 2024-01-15T23:39:18.544Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
| 579 | 2024-01-15T23:39:18.544Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 580 | 2024-01-15T23:39:18.548Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 581 | 2024-01-15T23:39:19.625Z | + do_assemble |
| 582 | 2024-01-15T23:39:19.625Z | + rm -r ./out/dendrite-stub |
| 583 | 2024-01-15T23:39:19.636Z | + mkdir ./out/dendrite-stub |
| 584 | 2024-01-15T23:39:19.637Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 585 | 2024-01-15T23:39:19.777Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 586 | 2024-01-15T23:39:19.789Z | + set -o errexit |
| 587 | 2024-01-15T23:39:19.793Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 588 | 2024-01-15T23:39:19.806Z | ++ cd ./tools |
| 589 | 2024-01-15T23:39:19.806Z | ++ pwd |
| 590 | 2024-01-15T23:39:19.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 591 | 2024-01-15T23:39:19.806Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 592 | 2024-01-15T23:39:19.806Z | + ARG0=ci_download_maghemite_mgd |
| 593 | 2024-01-15T23:39:19.806Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 594 | 2024-01-15T23:39:19.806Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 595 | 2024-01-15T23:39:19.807Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
| 596 | 2024-01-15T23:39:19.807Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 597 | 2024-01-15T23:39:19.807Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 598 | 2024-01-15T23:39:19.807Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 599 | 2024-01-15T23:39:19.807Z | + TARGET_DIR=out |
| 600 | 2024-01-15T23:39:19.807Z | + DOWNLOAD_DIR=out/downloads |
| 601 | 2024-01-15T23:39:19.807Z | + DEST_DIR=./out/mgd |
| 602 | 2024-01-15T23:39:19.807Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 603 | 2024-01-15T23:39:19.807Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 604 | 2024-01-15T23:39:19.807Z | + REPO=oxidecomputer/maghemite |
| 605 | 2024-01-15T23:39:19.807Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 606 | 2024-01-15T23:39:19.807Z | + main |
| 607 | 2024-01-15T23:39:19.807Z | + [[ 0 != 0 ]] |
| 608 | 2024-01-15T23:39:19.807Z | + CIDL_OS=solaris2.11 |
| 609 | 2024-01-15T23:39:19.808Z | + [[ 0 != 0 ]] |
| 610 | 2024-01-15T23:39:19.808Z | + configure_os solaris2.11 |
| 611 | 2024-01-15T23:39:19.808Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 612 | 2024-01-15T23:39:19.809Z | current directory: /work/oxidecomputer/omicron |
| 613 | 2024-01-15T23:39:19.809Z | + echo 'configuring based on OS: "solaris2.11"' |
| 614 | 2024-01-15T23:39:19.809Z | + case "$1" in |
| 615 | 2024-01-15T23:39:19.809Z | + SET_BINARIES= |
| 616 | 2024-01-15T23:39:19.809Z | configuring based on OS: "solaris2.11" |
| 617 | 2024-01-15T23:39:19.809Z | + CIDL_SHA256FUNC=do_sha256sum |
| 618 | 2024-01-15T23:39:19.809Z | + TARBALL_FILENAME=mgd.tar.gz |
| 619 | 2024-01-15T23:39:19.809Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 620 | 2024-01-15T23:39:19.809Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 621 | 2024-01-15T23:39:19.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 622 | 2024-01-15T23:39:19.809Z | Local file: out/downloads/mgd.tar.gz |
| 623 | 2024-01-15T23:39:19.810Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
| 624 | 2024-01-15T23:39:19.810Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 625 | 2024-01-15T23:39:19.810Z | + mkdir -p out/downloads |
| 626 | 2024-01-15T23:39:19.817Z | + mkdir -p ./out/mgd |
| 627 | 2024-01-15T23:39:19.817Z | + fetch_and_verify |
| 628 | 2024-01-15T23:39:19.817Z | + local DO_DOWNLOAD=true |
| 629 | 2024-01-15T23:39:19.817Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 630 | 2024-01-15T23:39:19.817Z | + '[' true == true ']' |
| 631 | 2024-01-15T23:39:19.817Z | + echo Downloading... |
| 632 | 2024-01-15T23:39:19.817Z | Downloading... |
| 633 | 2024-01-15T23:39:19.817Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
| 634 | 2024-01-15T23:39:19.817Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 635 | 2024-01-15T23:39:24.475Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 636 | 2024-01-15T23:39:24.480Z | ++ sha256sum |
| 637 | 2024-01-15T23:39:24.481Z | ++ awk '{print $1}' |
| 638 | 2024-01-15T23:39:24.555Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 639 | 2024-01-15T23:39:24.556Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
| 640 | 2024-01-15T23:39:24.561Z | + do_untar out/downloads/mgd.tar.gz |
| 641 | 2024-01-15T23:39:24.561Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 642 | 2024-01-15T23:39:25.219Z | + do_assemble |
| 643 | 2024-01-15T23:39:25.219Z | + rm -r ./out/mgd |
| 644 | 2024-01-15T23:39:25.222Z | + mkdir ./out/mgd |
| 645 | 2024-01-15T23:39:25.225Z | + cp -r out/downloads/root ./out/mgd/root |
| 646 | 2024-01-15T23:39:25.447Z | + set -o errexit |
| 647 | 2024-01-15T23:39:25.451Z | +++ dirname ./tools/ci_download_transceiver_control |
| 648 | 2024-01-15T23:39:25.454Z | ++ cd ./tools |
| 649 | 2024-01-15T23:39:25.454Z | ++ pwd |
| 650 | 2024-01-15T23:39:25.455Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 651 | 2024-01-15T23:39:25.455Z | ++ basename ./tools/ci_download_transceiver_control |
| 652 | 2024-01-15T23:39:25.458Z | + ARG0=ci_download_transceiver_control |
| 653 | 2024-01-15T23:39:25.458Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 654 | 2024-01-15T23:39:25.458Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 655 | 2024-01-15T23:39:25.458Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 656 | 2024-01-15T23:39:25.459Z | + TARGET_DIR=out |
| 657 | 2024-01-15T23:39:25.459Z | + DOWNLOAD_DIR=out/downloads |
| 658 | 2024-01-15T23:39:25.459Z | + DEST_DIR=./out/transceiver-control |
| 659 | 2024-01-15T23:39:25.459Z | + BIN_DIR=/opt/oxide/bin |
| 660 | 2024-01-15T23:39:25.459Z | + BINARY=xcvradm |
| 661 | 2024-01-15T23:39:25.459Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 662 | 2024-01-15T23:39:25.459Z | + REPO=oxidecomputer/transceiver-control |
| 663 | 2024-01-15T23:39:25.459Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 664 | 2024-01-15T23:39:25.459Z | + main |
| 665 | 2024-01-15T23:39:25.459Z | + [[ 0 != 0 ]] |
| 666 | 2024-01-15T23:39:25.459Z | + CIDL_OS=solaris2.11 |
| 667 | 2024-01-15T23:39:25.459Z | + [[ 0 != 0 ]] |
| 668 | 2024-01-15T23:39:25.459Z | + configure_os solaris2.11 |
| 669 | 2024-01-15T23:39:25.459Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 670 | 2024-01-15T23:39:25.459Z | current directory: /work/oxidecomputer/omicron |
| 671 | 2024-01-15T23:39:25.459Z | + echo 'configuring based on OS: "solaris2.11"' |
| 672 | 2024-01-15T23:39:25.459Z | configuring based on OS: "solaris2.11" |
| 673 | 2024-01-15T23:39:25.459Z | + case "$1" in |
| 674 | 2024-01-15T23:39:25.460Z | + SET_BINARIES= |
| 675 | 2024-01-15T23:39:25.460Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 676 | 2024-01-15T23:39:25.460Z | + CIDL_SHA256FUNC=do_sha256sum |
| 677 | 2024-01-15T23:39:25.460Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 678 | 2024-01-15T23:39:25.460Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 679 | 2024-01-15T23:39:25.460Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 680 | 2024-01-15T23:39:25.460Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 681 | 2024-01-15T23:39:25.460Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 682 | 2024-01-15T23:39:25.460Z | Local file: out/downloads/xcvradm.gz |
| 683 | 2024-01-15T23:39:25.460Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 684 | 2024-01-15T23:39:25.460Z | + mkdir -p out/downloads |
| 685 | 2024-01-15T23:39:25.463Z | + mkdir -p ./out/transceiver-control |
| 686 | 2024-01-15T23:39:25.464Z | + fetch_and_verify |
| 687 | 2024-01-15T23:39:25.464Z | + local DO_DOWNLOAD=true |
| 688 | 2024-01-15T23:39:25.464Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 689 | 2024-01-15T23:39:25.464Z | + '[' true == true ']' |
| 690 | 2024-01-15T23:39:25.464Z | + echo Downloading... |
| 691 | 2024-01-15T23:39:25.464Z | Downloading... |
| 692 | 2024-01-15T23:39:25.464Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 693 | 2024-01-15T23:39:25.464Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 694 | 2024-01-15T23:39:27.048Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 695 | 2024-01-15T23:39:27.053Z | ++ sha256sum |
| 696 | 2024-01-15T23:39:27.053Z | ++ awk '{print $1}' |
| 697 | 2024-01-15T23:39:27.077Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 698 | 2024-01-15T23:39:27.077Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 699 | 2024-01-15T23:39:27.088Z | + do_unpack out/downloads/xcvradm.gz |
| 700 | 2024-01-15T23:39:27.088Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 701 | 2024-01-15T23:39:27.088Z | + gzip -dc out/downloads/xcvradm.gz |
| 702 | 2024-01-15T23:39:27.258Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 703 | 2024-01-15T23:39:27.261Z | + do_assemble |
| 704 | 2024-01-15T23:39:27.261Z | + rm -r ./out/transceiver-control |
| 705 | 2024-01-15T23:39:27.264Z | + mkdir ./out/transceiver-control |
| 706 | 2024-01-15T23:39:27.267Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 707 | 2024-01-15T23:39:27.704Z | All builder prerequisites installed successfully, and PATH looks valid |
| 708 | 2024-01-15T23:39:27.708Z | |
| 709 | 2024-01-15T23:39:27.708Z | real 1:54.095850941 |
| 710 | 2024-01-15T23:39:27.708Z | user 51.674077393 |
| 711 | 2024-01-15T23:39:27.708Z | sys 10.078875965 |
| 712 | 2024-01-15T23:39:27.708Z | trap 0.030205146 |
| 713 | 2024-01-15T23:39:27.708Z | tflt 0.145422248 |
| 714 | 2024-01-15T23:39:27.708Z | dflt 0.322832951 |
| 715 | 2024-01-15T23:39:27.708Z | kflt 0.177376049 |
| 716 | 2024-01-15T23:39:27.708Z | lock 2.221009834 |
| 717 | 2024-01-15T23:39:27.708Z | slp 3:30.699056102 |
| 718 | 2024-01-15T23:39:27.708Z | lat 3.415793860 |
| 719 | 2024-01-15T23:39:27.708Z | stop 0.066656590 |
| 720 | 2024-01-15T23:39:27.711Z | |
| 721 | 2024-01-15T23:39:27.711Z | #### # # ##### ##### # # |
| 722 | 2024-01-15T23:39:27.711Z | # # # # # # # # # # |
| 723 | 2024-01-15T23:39:27.711Z | # # # # # # # # |
| 724 | 2024-01-15T23:39:27.712Z | # # # ##### ##### # |
| 725 | 2024-01-15T23:39:27.712Z | # # # # # # # |
| 726 | 2024-01-15T23:39:27.712Z | #### ###### # # # # |
| 727 | 2024-01-15T23:39:27.712Z | |
| 728 | 2024-01-15T23:39:28.053Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 729 | 2024-01-15T23:39:28.386Z | Updating crates.io index |
| 730 | 2024-01-15T23:39:28.397Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 731 | 2024-01-15T23:39:29.269Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 732 | 2024-01-15T23:39:31.849Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 733 | 2024-01-15T23:39:32.464Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 734 | 2024-01-15T23:39:32.894Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 735 | 2024-01-15T23:39:33.189Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 736 | 2024-01-15T23:39:33.488Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 737 | 2024-01-15T23:39:34.410Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 738 | 2024-01-15T23:39:36.790Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 739 | 2024-01-15T23:39:37.921Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 740 | 2024-01-15T23:39:38.219Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 741 | 2024-01-15T23:39:38.930Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 742 | 2024-01-15T23:39:39.250Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 743 | 2024-01-15T23:39:39.640Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 744 | 2024-01-15T23:39:39.937Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 745 | 2024-01-15T23:39:40.428Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 746 | 2024-01-15T23:39:40.767Z | Updating git repository `https://github.com/njaremko/samael` |
| 747 | 2024-01-15T23:39:41.239Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 748 | 2024-01-15T23:39:41.929Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 749 | 2024-01-15T23:39:42.342Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 750 | 2024-01-15T23:39:42.667Z | Updating git repository `https://github.com/jgallagher/nix` |
| 751 | 2024-01-15T23:39:44.156Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 752 | 2024-01-15T23:39:44.550Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 753 | 2024-01-15T23:39:47.637Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 754 | 2024-01-15T23:39:48.029Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 755 | 2024-01-15T23:39:48.326Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 756 | 2024-01-15T23:39:50.046Z | Downloading crates ... |
| 757 | 2024-01-15T23:39:50.238Z | Downloaded clap_derive v4.4.2 |
| 758 | 2024-01-15T23:39:50.246Z | Downloaded io-lifetimes v1.0.11 |
| 759 | 2024-01-15T23:39:50.250Z | Downloaded semver v1.0.21 |
| 760 | 2024-01-15T23:39:50.254Z | Downloaded colorchoice v1.0.0 |
| 761 | 2024-01-15T23:39:50.257Z | Downloaded heck v0.4.1 |
| 762 | 2024-01-15T23:39:50.260Z | Downloaded anstyle-query v1.0.0 |
| 763 | 2024-01-15T23:39:50.264Z | Downloaded quote v1.0.35 |
| 764 | 2024-01-15T23:39:50.266Z | Downloaded itoa v1.0.9 |
| 765 | 2024-01-15T23:39:50.276Z | Downloaded unicode-ident v1.0.12 |
| 766 | 2024-01-15T23:39:50.279Z | Downloaded clap v4.4.3 |
| 767 | 2024-01-15T23:39:50.292Z | Downloaded errno v0.3.2 |
| 768 | 2024-01-15T23:39:50.295Z | Downloaded cargo_toml v0.18.0 |
| 769 | 2024-01-15T23:39:50.298Z | Downloaded thiserror-impl v1.0.49 |
| 770 | 2024-01-15T23:39:50.301Z | Downloaded anstream v0.5.0 |
| 771 | 2024-01-15T23:39:50.304Z | Downloaded indexmap v2.1.0 |
| 772 | 2024-01-15T23:39:50.308Z | Downloaded toml v0.8.8 |
| 773 | 2024-01-15T23:39:50.313Z | Downloaded memchr v2.6.3 |
| 774 | 2024-01-15T23:39:50.322Z | Downloaded clap_builder v4.4.2 |
| 775 | 2024-01-15T23:39:50.333Z | Downloaded ryu v1.0.15 |
| 776 | 2024-01-15T23:39:50.338Z | Downloaded anyhow v1.0.75 |
| 777 | 2024-01-15T23:39:50.345Z | Downloaded serde v1.0.195 |
| 778 | 2024-01-15T23:39:50.351Z | Downloaded utf8parse v0.2.1 |
| 779 | 2024-01-15T23:39:50.358Z | Downloaded thiserror v1.0.49 |
| 780 | 2024-01-15T23:39:50.361Z | Downloaded proc-macro2 v1.0.74 |
| 781 | 2024-01-15T23:39:50.364Z | Downloaded serde_spanned v0.6.4 |
| 782 | 2024-01-15T23:39:50.367Z | Downloaded strsim v0.10.0 |
| 783 | 2024-01-15T23:39:50.370Z | Downloaded anstyle v1.0.2 |
| 784 | 2024-01-15T23:39:50.404Z | Downloaded toml_datetime v0.6.5 |
| 785 | 2024-01-15T23:39:50.407Z | Downloaded anstyle-parse v0.2.1 |
| 786 | 2024-01-15T23:39:50.412Z | Downloaded equivalent v1.0.1 |
| 787 | 2024-01-15T23:39:50.415Z | Downloaded terminal_size v0.2.6 |
| 788 | 2024-01-15T23:39:50.419Z | Downloaded clap_lex v0.5.1 |
| 789 | 2024-01-15T23:39:50.426Z | Downloaded libc v0.2.152 |
| 790 | 2024-01-15T23:39:50.467Z | Downloaded serde_derive v1.0.195 |
| 791 | 2024-01-15T23:39:50.471Z | Downloaded cargo_metadata v0.18.1 |
| 792 | 2024-01-15T23:39:50.474Z | Downloaded cargo-platform v0.1.3 |
| 793 | 2024-01-15T23:39:50.480Z | Downloaded bitflags v1.3.2 |
| 794 | 2024-01-15T23:39:50.483Z | Downloaded camino v1.1.6 |
| 795 | 2024-01-15T23:39:50.487Z | Downloaded toml_edit v0.21.0 |
| 796 | 2024-01-15T23:39:50.534Z | Downloaded hashbrown v0.14.2 |
| 797 | 2024-01-15T23:39:50.543Z | Downloaded winnow v0.5.15 |
| 798 | 2024-01-15T23:39:50.556Z | Downloaded syn v2.0.46 |
| 799 | 2024-01-15T23:39:50.575Z | Downloaded rustix v0.37.23 |
| 800 | 2024-01-15T23:39:50.608Z | Downloaded serde_json v1.0.111 |
| 801 | 2024-01-15T23:39:50.739Z | Compiling proc-macro2 v1.0.74 |
| 802 | 2024-01-15T23:39:50.739Z | Compiling unicode-ident v1.0.12 |
| 803 | 2024-01-15T23:39:50.743Z | Compiling serde v1.0.195 |
| 804 | 2024-01-15T23:39:50.743Z | Compiling libc v0.2.152 |
| 805 | 2024-01-15T23:39:50.743Z | Compiling io-lifetimes v1.0.11 |
| 806 | 2024-01-15T23:39:50.743Z | Compiling rustix v0.37.23 |
| 807 | 2024-01-15T23:39:50.755Z | Compiling bitflags v1.3.2 |
| 808 | 2024-01-15T23:39:50.758Z | Compiling hashbrown v0.14.2 |
| 809 | 2024-01-15T23:39:50.978Z | Compiling equivalent v1.0.1 |
| 810 | 2024-01-15T23:39:51.085Z | Compiling utf8parse v0.2.1 |
| 811 | 2024-01-15T23:39:51.119Z | Compiling thiserror v1.0.49 |
| 812 | 2024-01-15T23:39:51.316Z | Compiling anstyle-parse v0.2.1 |
| 813 | 2024-01-15T23:39:51.673Z | Compiling winnow v0.5.15 |
| 814 | 2024-01-15T23:39:52.412Z | Compiling indexmap v2.1.0 |
| 815 | 2024-01-15T23:39:52.519Z | Compiling colorchoice v1.0.0 |
| 816 | 2024-01-15T23:39:52.580Z | Compiling anstyle-query v1.0.0 |
| 817 | 2024-01-15T23:39:52.600Z | Compiling semver v1.0.21 |
| 818 | 2024-01-15T23:39:52.733Z | Compiling serde_json v1.0.111 |
| 819 | 2024-01-15T23:39:52.751Z | Compiling camino v1.1.6 |
| 820 | 2024-01-15T23:39:52.794Z | Compiling anstyle v1.0.2 |
| 821 | 2024-01-15T23:39:53.408Z | Compiling anstream v0.5.0 |
| 822 | 2024-01-15T23:39:53.434Z | Compiling heck v0.4.1 |
| 823 | 2024-01-15T23:39:53.498Z | Compiling itoa v1.0.9 |
| 824 | 2024-01-15T23:39:53.753Z | Compiling ryu v1.0.15 |
| 825 | 2024-01-15T23:39:53.800Z | Compiling clap_lex v0.5.1 |
| 826 | 2024-01-15T23:39:54.135Z | Compiling quote v1.0.35 |
| 827 | 2024-01-15T23:39:54.237Z | Compiling strsim v0.10.0 |
| 828 | 2024-01-15T23:39:54.296Z | Compiling anyhow v1.0.75 |
| 829 | 2024-01-15T23:39:54.567Z | Compiling errno v0.3.2 |
| 830 | 2024-01-15T23:39:54.716Z | Compiling syn v2.0.46 |
| 831 | 2024-01-15T23:39:56.346Z | Compiling terminal_size v0.2.6 |
| 832 | 2024-01-15T23:39:56.516Z | Compiling clap_builder v4.4.2 |
| 833 | 2024-01-15T23:40:02.611Z | Compiling serde_derive v1.0.195 |
| 834 | 2024-01-15T23:40:02.611Z | Compiling thiserror-impl v1.0.49 |
| 835 | 2024-01-15T23:40:02.616Z | Compiling clap_derive v4.4.2 |
| 836 | 2024-01-15T23:40:07.040Z | Compiling clap v4.4.3 |
| 837 | 2024-01-15T23:40:15.471Z | Compiling toml_datetime v0.6.5 |
| 838 | 2024-01-15T23:40:15.474Z | Compiling serde_spanned v0.6.4 |
| 839 | 2024-01-15T23:40:15.475Z | Compiling cargo-platform v0.1.3 |
| 840 | 2024-01-15T23:40:15.845Z | Compiling toml_edit v0.21.0 |
| 841 | 2024-01-15T23:40:17.422Z | Compiling cargo_metadata v0.18.1 |
| 842 | 2024-01-15T23:40:19.038Z | Compiling toml v0.8.8 |
| 843 | 2024-01-15T23:40:20.219Z | Compiling cargo_toml v0.18.0 |
| 844 | 2024-01-15T23:40:26.522Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 845 | 2024-01-15T23:40:27.895Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
| 846 | 2024-01-15T23:40:28.118Z | Running `target/debug/xtask clippy` |
| 847 | 2024-01-15T23:40:28.178Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 848 | 2024-01-15T23:40:29.016Z | Downloading crates ... |
| 849 | 2024-01-15T23:40:29.254Z | Downloaded ansi_term v0.12.1 |
| 850 | 2024-01-15T23:40:29.288Z | Downloaded corncobs v0.1.3 |
| 851 | 2024-01-15T23:40:29.292Z | Downloaded constant_time_eq v0.2.6 |
| 852 | 2024-01-15T23:40:29.295Z | Downloaded indoc v1.0.9 |
| 853 | 2024-01-15T23:40:29.300Z | Downloaded rustls-pemfile v1.0.3 |
| 854 | 2024-01-15T23:40:29.309Z | Downloaded sct v0.7.0 |
| 855 | 2024-01-15T23:40:29.324Z | Downloaded async-stream v0.3.5 |
| 856 | 2024-01-15T23:40:29.329Z | Downloaded async-stream-impl v0.3.5 |
| 857 | 2024-01-15T23:40:29.333Z | Downloaded macaddr v1.0.1 |
| 858 | 2024-01-15T23:40:29.338Z | Downloaded httpdate v1.0.3 |
| 859 | 2024-01-15T23:40:29.342Z | Downloaded ciborium-io v0.2.1 |
| 860 | 2024-01-15T23:40:29.345Z | Downloaded assert_matches v1.5.0 |
| 861 | 2024-01-15T23:40:29.349Z | Downloaded hyper-tls v0.5.0 |
| 862 | 2024-01-15T23:40:29.353Z | Downloaded atty v0.2.14 |
| 863 | 2024-01-15T23:40:29.357Z | Downloaded instant v0.1.12 |
| 864 | 2024-01-15T23:40:29.362Z | Downloaded libtest-mimic v0.6.1 |
| 865 | 2024-01-15T23:40:29.368Z | Downloaded ipnetwork v0.20.0 |
| 866 | 2024-01-15T23:40:29.373Z | Downloaded iana-time-zone v0.1.57 |
| 867 | 2024-01-15T23:40:29.380Z | Downloaded native-tls v0.2.11 |
| 868 | 2024-01-15T23:40:29.396Z | Downloaded crypto-common v0.1.6 |
| 869 | 2024-01-15T23:40:29.400Z | Downloaded cfg-expr v0.15.5 |
| 870 | 2024-01-15T23:40:29.408Z | Downloaded cstr-argument v0.1.2 |
| 871 | 2024-01-15T23:40:29.411Z | Downloaded bit-set v0.5.3 |
| 872 | 2024-01-15T23:40:29.416Z | Downloaded num-derive v0.4.0 |
| 873 | 2024-01-15T23:40:29.422Z | Downloaded opaque-debug v0.3.0 |
| 874 | 2024-01-15T23:40:29.425Z | Downloaded block-padding v0.3.3 |
| 875 | 2024-01-15T23:40:29.428Z | Downloaded number_prefix v0.4.0 |
| 876 | 2024-01-15T23:40:29.431Z | Downloaded num_threads v0.1.6 |
| 877 | 2024-01-15T23:40:29.434Z | Downloaded crossbeam-deque v0.8.3 |
| 878 | 2024-01-15T23:40:29.439Z | Downloaded lalrpop-util v0.19.12 |
| 879 | 2024-01-15T23:40:29.442Z | Downloaded openssl-probe v0.1.5 |
| 880 | 2024-01-15T23:40:29.445Z | Downloaded newline-converter v0.3.0 |
| 881 | 2024-01-15T23:40:29.450Z | Downloaded base64ct v1.6.0 |
| 882 | 2024-01-15T23:40:29.457Z | Downloaded darling v0.14.4 |
| 883 | 2024-01-15T23:40:29.462Z | Downloaded cassowary v0.3.0 |
| 884 | 2024-01-15T23:40:29.467Z | Downloaded memoffset v0.7.1 |
| 885 | 2024-01-15T23:40:29.470Z | Downloaded lru-cache v0.1.2 |
| 886 | 2024-01-15T23:40:29.474Z | Downloaded foreign-types-shared v0.1.1 |
| 887 | 2024-01-15T23:40:29.477Z | Downloaded doc-comment v0.3.3 |
| 888 | 2024-01-15T23:40:29.480Z | Downloaded num_enum v0.5.11 |
| 889 | 2024-01-15T23:40:29.491Z | Downloaded guppy-workspace-hack v0.1.0 |
| 890 | 2024-01-15T23:40:29.494Z | Downloaded tinyvec_macros v0.1.1 |
| 891 | 2024-01-15T23:40:29.497Z | Downloaded num-iter v0.1.43 |
| 892 | 2024-01-15T23:40:29.501Z | Downloaded scopeguard v1.2.0 |
| 893 | 2024-01-15T23:40:29.504Z | Downloaded spin v0.5.2 |
| 894 | 2024-01-15T23:40:29.507Z | Downloaded httparse v1.8.0 |
| 895 | 2024-01-15T23:40:29.509Z | Downloaded mio v0.8.9 |
| 896 | 2024-01-15T23:40:29.520Z | Downloaded termtree v0.4.1 |
| 897 | 2024-01-15T23:40:29.528Z | Downloaded sqlformat v0.2.3 |
| 898 | 2024-01-15T23:40:29.530Z | Downloaded dirs-next v2.0.0 |
| 899 | 2024-01-15T23:40:29.531Z | Downloaded once_cell v1.19.0 |
| 900 | 2024-01-15T23:40:29.535Z | Downloaded defmt v0.3.5 |
| 901 | 2024-01-15T23:40:29.542Z | Downloaded futures-io v0.3.30 |
| 902 | 2024-01-15T23:40:29.545Z | Downloaded futures-executor v0.3.30 |
| 903 | 2024-01-15T23:40:29.548Z | Downloaded spin v0.9.8 |
| 904 | 2024-01-15T23:40:29.553Z | Downloaded form_urlencoded v1.2.1 |
| 905 | 2024-01-15T23:40:29.556Z | Downloaded time-macros v0.2.13 |
| 906 | 2024-01-15T23:40:29.559Z | Downloaded strsim v0.8.0 |
| 907 | 2024-01-15T23:40:29.562Z | Downloaded num-traits v0.2.16 |
| 908 | 2024-01-15T23:40:29.568Z | Downloaded termios v0.3.3 |
| 909 | 2024-01-15T23:40:29.572Z | Downloaded rustc-hash v1.1.0 |
| 910 | 2024-01-15T23:40:29.574Z | Downloaded pretty-hex v0.2.1 |
| 911 | 2024-01-15T23:40:29.577Z | Downloaded num-rational v0.4.1 |
| 912 | 2024-01-15T23:40:29.580Z | Downloaded sqlparser_derive v0.1.1 |
| 913 | 2024-01-15T23:40:29.583Z | Downloaded tap v1.0.1 |
| 914 | 2024-01-15T23:40:29.586Z | Downloaded signal-hook-tokio v0.3.1 |
| 915 | 2024-01-15T23:40:29.586Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 916 | 2024-01-15T23:40:29.589Z | Downloaded textwrap v0.11.0 |
| 917 | 2024-01-15T23:40:29.594Z | Downloaded tabled_derive v0.6.0 |
| 918 | 2024-01-15T23:40:29.597Z | Downloaded siphasher v0.3.11 |
| 919 | 2024-01-15T23:40:29.597Z | Downloaded http-range v0.1.5 |
| 920 | 2024-01-15T23:40:29.600Z | Downloaded signal-hook-registry v1.4.1 |
| 921 | 2024-01-15T23:40:29.603Z | Downloaded peeking_take_while v0.1.2 |
| 922 | 2024-01-15T23:40:29.606Z | Downloaded darling_macro v0.20.3 |
| 923 | 2024-01-15T23:40:29.608Z | Downloaded slog-json v2.6.1 |
| 924 | 2024-01-15T23:40:29.611Z | Downloaded slab v0.4.9 |
| 925 | 2024-01-15T23:40:29.614Z | Downloaded plotters-svg v0.3.5 |
| 926 | 2024-01-15T23:40:29.615Z | Downloaded proc-macro-error-attr v1.0.4 |
| 927 | 2024-01-15T23:40:29.617Z | Downloaded platforms v3.0.2 |
| 928 | 2024-01-15T23:40:29.621Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2024-01-15T23:40:29.624Z | Downloaded difflib v0.4.0 |
| 930 | 2024-01-15T23:40:29.627Z | Downloaded heck v0.3.3 |
| 931 | 2024-01-15T23:40:29.630Z | Downloaded tower-service v0.3.2 |
| 932 | 2024-01-15T23:40:29.633Z | Downloaded ref-cast v1.0.20 |
| 933 | 2024-01-15T23:40:29.636Z | Downloaded phf v0.11.2 |
| 934 | 2024-01-15T23:40:29.642Z | Downloaded untrusted v0.9.0 |
| 935 | 2024-01-15T23:40:29.645Z | Downloaded headers-core v0.2.0 |
| 936 | 2024-01-15T23:40:29.645Z | Downloaded xattr v1.0.1 |
| 937 | 2024-01-15T23:40:29.648Z | Downloaded swrite v0.1.0 |
| 938 | 2024-01-15T23:40:29.651Z | Downloaded dtrace-parser v0.1.14 |
| 939 | 2024-01-15T23:40:29.654Z | Downloaded parking_lot v0.11.2 |
| 940 | 2024-01-15T23:40:29.657Z | Downloaded fallible-iterator v0.2.0 |
| 941 | 2024-01-15T23:40:29.660Z | Downloaded home v0.5.5 |
| 942 | 2024-01-15T23:40:29.663Z | Downloaded zeroize_derive v1.4.2 |
| 943 | 2024-01-15T23:40:29.665Z | Downloaded futures-task v0.3.30 |
| 944 | 2024-01-15T23:40:29.668Z | Downloaded thread-id v4.2.0 |
| 945 | 2024-01-15T23:40:29.669Z | Downloaded futures-sink v0.3.30 |
| 946 | 2024-01-15T23:40:29.671Z | Downloaded tempdir v0.3.7 |
| 947 | 2024-01-15T23:40:29.674Z | Downloaded schemars v0.8.16 |
| 948 | 2024-01-15T23:40:29.697Z | Downloaded globset v0.4.13 |
| 949 | 2024-01-15T23:40:29.699Z | Downloaded digest v0.10.7 |
| 950 | 2024-01-15T23:40:29.702Z | Downloaded usdt-impl v0.3.5 |
| 951 | 2024-01-15T23:40:29.705Z | Downloaded pretty-hex v0.4.1 |
| 952 | 2024-01-15T23:40:29.711Z | Downloaded waitgroup v0.1.2 |
| 953 | 2024-01-15T23:40:29.714Z | Downloaded zeroize v1.7.0 |
| 954 | 2024-01-15T23:40:29.714Z | Downloaded parking_lot v0.12.1 |
| 955 | 2024-01-15T23:40:29.718Z | Downloaded display-error-chain v0.2.0 |
| 956 | 2024-01-15T23:40:29.721Z | Downloaded yasna v0.5.2 |
| 957 | 2024-01-15T23:40:29.725Z | Downloaded toolchain_find v0.2.0 |
| 958 | 2024-01-15T23:40:29.728Z | Downloaded futures-channel v0.3.30 |
| 959 | 2024-01-15T23:40:29.731Z | Downloaded endian-type v0.1.2 |
| 960 | 2024-01-15T23:40:29.734Z | Downloaded wait-timeout v0.2.0 |
| 961 | 2024-01-15T23:40:29.737Z | Downloaded strum_macros v0.24.3 |
| 962 | 2024-01-15T23:40:29.740Z | Downloaded usdt-macro v0.3.5 |
| 963 | 2024-01-15T23:40:29.743Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 964 | 2024-01-15T23:40:29.746Z | Downloaded strum_macros v0.25.2 |
| 965 | 2024-01-15T23:40:29.748Z | Downloaded darling_macro v0.14.4 |
| 966 | 2024-01-15T23:40:29.751Z | Downloaded foreign-types-macros v0.2.3 |
| 967 | 2024-01-15T23:40:29.754Z | Downloaded synstructure v0.12.6 |
| 968 | 2024-01-15T23:40:29.757Z | Downloaded shell-words v1.1.0 |
| 969 | 2024-01-15T23:40:29.757Z | Downloaded foreign-types v0.3.2 |
| 970 | 2024-01-15T23:40:29.763Z | Downloaded foreign-types-shared v0.3.1 |
| 971 | 2024-01-15T23:40:29.763Z | Downloaded phf_shared v0.11.2 |
| 972 | 2024-01-15T23:40:29.766Z | Downloaded rsa v0.9.2 |
| 973 | 2024-01-15T23:40:29.772Z | Downloaded vte_generate_state_changes v0.1.1 |
| 974 | 2024-01-15T23:40:29.775Z | Downloaded serde_tokenstream v0.1.7 |
| 975 | 2024-01-15T23:40:29.780Z | Downloaded unicode-width v0.1.11 |
| 976 | 2024-01-15T23:40:29.783Z | Downloaded dirs-sys-next v0.1.2 |
| 977 | 2024-01-15T23:40:29.786Z | Downloaded sha2 v0.10.8 |
| 978 | 2024-01-15T23:40:29.790Z | Downloaded secrecy v0.8.0 |
| 979 | 2024-01-15T23:40:29.793Z | Downloaded vec_map v0.8.2 |
| 980 | 2024-01-15T23:40:29.795Z | Downloaded try-lock v0.2.4 |
| 981 | 2024-01-15T23:40:29.798Z | Downloaded slog-stdlog v4.1.1 |
| 982 | 2024-01-15T23:40:29.801Z | Downloaded topological-sort v0.2.2 |
| 983 | 2024-01-15T23:40:29.805Z | Downloaded rustls-pki-types v1.1.0 |
| 984 | 2024-01-15T23:40:29.807Z | Downloaded path-slash v0.1.5 |
| 985 | 2024-01-15T23:40:29.810Z | Downloaded rand_chacha v0.3.1 |
| 986 | 2024-01-15T23:40:29.810Z | Downloaded fragile v2.0.0 |
| 987 | 2024-01-15T23:40:29.817Z | Downloaded tinytemplate v1.2.1 |
| 988 | 2024-01-15T23:40:29.820Z | Downloaded term v0.7.0 |
| 989 | 2024-01-15T23:40:29.823Z | Downloaded hash32 v0.2.1 |
| 990 | 2024-01-15T23:40:29.826Z | Downloaded fnv v1.0.7 |
| 991 | 2024-01-15T23:40:29.829Z | Downloaded openssl-macros v0.1.1 |
| 992 | 2024-01-15T23:40:29.832Z | Downloaded proc-macro-error v1.0.4 |
| 993 | 2024-01-15T23:40:29.837Z | Downloaded rand_xorshift v0.3.0 |
| 994 | 2024-01-15T23:40:29.840Z | Downloaded phf_shared v0.10.0 |
| 995 | 2024-01-15T23:40:29.843Z | Downloaded parse-display v0.8.2 |
| 996 | 2024-01-15T23:40:29.843Z | Downloaded num_enum_derive v0.5.11 |
| 997 | 2024-01-15T23:40:29.845Z | Downloaded tokio-native-tls v0.3.1 |
| 998 | 2024-01-15T23:40:29.848Z | Downloaded predicates v3.0.4 |
| 999 | 2024-01-15T23:40:29.853Z | Downloaded tokio-stream v0.1.14 |
| 1000 | 2024-01-15T23:40:29.861Z | Downloaded pathdiff v0.2.1 |
| 1001 | 2024-01-15T23:40:29.864Z | Downloaded ff v0.13.0 |
| 1002 | 2024-01-15T23:40:29.867Z | Downloaded hmac v0.12.1 |
| 1003 | 2024-01-15T23:40:29.870Z | Downloaded rstest v0.18.2 |
| 1004 | 2024-01-15T23:40:29.880Z | Downloaded precomputed-hash v0.1.1 |
| 1005 | 2024-01-15T23:40:29.886Z | Downloaded pkg-config v0.3.27 |
| 1006 | 2024-01-15T23:40:29.888Z | Downloaded structmeta-derive v0.2.0 |
| 1007 | 2024-01-15T23:40:29.888Z | Downloaded want v0.3.1 |
| 1008 | 2024-01-15T23:40:29.888Z | Downloaded supports-color v2.1.0 |
| 1009 | 2024-01-15T23:40:29.891Z | Downloaded fastrand v2.0.0 |
| 1010 | 2024-01-15T23:40:29.894Z | Downloaded percent-encoding v2.3.1 |
| 1011 | 2024-01-15T23:40:29.897Z | Downloaded pem-rfc7468 v0.7.0 |
| 1012 | 2024-01-15T23:40:29.900Z | Downloaded thread_local v1.1.7 |
| 1013 | 2024-01-15T23:40:29.900Z | Downloaded strip-ansi-escapes v0.1.1 |
| 1014 | 2024-01-15T23:40:29.903Z | Downloaded usdt-attr-macro v0.3.5 |
| 1015 | 2024-01-15T23:40:29.906Z | Downloaded ron v0.8.1 |
| 1016 | 2024-01-15T23:40:29.914Z | Downloaded strum v0.25.0 |
| 1017 | 2024-01-15T23:40:29.917Z | Downloaded datatest-stable v0.2.3 |
| 1018 | 2024-01-15T23:40:29.920Z | Downloaded rustc_version v0.1.7 |
| 1019 | 2024-01-15T23:40:29.924Z | Downloaded wyz v0.5.1 |
| 1020 | 2024-01-15T23:40:29.924Z | Downloaded structopt v0.3.26 |
| 1021 | 2024-01-15T23:40:29.937Z | Downloaded derive_builder_macro v0.12.0 |
| 1022 | 2024-01-15T23:40:29.940Z | Downloaded filetime v0.2.23 |
| 1023 | 2024-01-15T23:40:29.943Z | Downloaded parse-display-derive v0.8.2 |
| 1024 | 2024-01-15T23:40:29.948Z | Downloaded either v1.9.0 |
| 1025 | 2024-01-15T23:40:29.951Z | Downloaded unicode-linebreak v0.1.5 |
| 1026 | 2024-01-15T23:40:29.951Z | Downloaded serde_tokenstream v0.2.0 |
| 1027 | 2024-01-15T23:40:29.954Z | Downloaded group v0.13.0 |
| 1028 | 2024-01-15T23:40:29.957Z | Downloaded tokio-rustls v0.24.1 |
| 1029 | 2024-01-15T23:40:29.961Z | Downloaded zerocopy v0.3.0 |
| 1030 | 2024-01-15T23:40:29.963Z | Downloaded flagset v0.4.3 |
| 1031 | 2024-01-15T23:40:29.966Z | Downloaded fixedbitset v0.4.2 |
| 1032 | 2024-01-15T23:40:29.969Z | Downloaded target-lexicon v0.12.12 |
| 1033 | 2024-01-15T23:40:29.972Z | Downloaded packed_struct v0.10.1 |
| 1034 | 2024-01-15T23:40:29.975Z | Downloaded owo-colors v3.5.0 |
| 1035 | 2024-01-15T23:40:29.978Z | Downloaded serde_urlencoded v0.7.1 |
| 1036 | 2024-01-15T23:40:29.981Z | Downloaded unicase v2.7.0 |
| 1037 | 2024-01-15T23:40:29.984Z | Downloaded enum-as-inner v0.5.1 |
| 1038 | 2024-01-15T23:40:29.987Z | Downloaded steno v0.4.0 |
| 1039 | 2024-01-15T23:40:29.994Z | Downloaded version_check v0.9.4 |
| 1040 | 2024-01-15T23:40:30.000Z | Downloaded schemars_derive v0.8.16 |
| 1041 | 2024-01-15T23:40:30.003Z | Downloaded parking_lot_core v0.8.6 |
| 1042 | 2024-01-15T23:40:30.005Z | Downloaded tiny-keccak v2.0.2 |
| 1043 | 2024-01-15T23:40:30.009Z | Downloaded yansi v0.5.1 |
| 1044 | 2024-01-15T23:40:30.012Z | Downloaded whoami v1.4.1 |
| 1045 | 2024-01-15T23:40:30.016Z | Downloaded guppy v0.17.4 |
| 1046 | 2024-01-15T23:40:30.024Z | Downloaded derive_builder v0.12.0 |
| 1047 | 2024-01-15T23:40:30.034Z | Downloaded serde_path_to_error v0.1.15 |
| 1048 | 2024-01-15T23:40:30.037Z | Downloaded pest_derive v2.7.2 |
| 1049 | 2024-01-15T23:40:30.041Z | Downloaded x509-cert v0.2.4 |
| 1050 | 2024-01-15T23:40:30.054Z | Downloaded tracing v0.1.37 |
| 1051 | 2024-01-15T23:40:30.062Z | Downloaded tokio-postgres v0.7.10 |
| 1052 | 2024-01-15T23:40:30.074Z | Downloaded derive-where v1.2.7 |
| 1053 | 2024-01-15T23:40:30.081Z | Downloaded tungstenite v0.20.1 |
| 1054 | 2024-01-15T23:40:30.091Z | Downloaded slog v2.7.0 |
| 1055 | 2024-01-15T23:40:30.094Z | Downloaded openssl-sys v0.9.96 |
| 1056 | 2024-01-15T23:40:30.105Z | Downloaded diesel_derives v2.1.2 |
| 1057 | 2024-01-15T23:40:30.113Z | Downloaded trust-dns-resolver v0.22.0 |
| 1058 | 2024-01-15T23:40:30.121Z | Downloaded der v0.7.8 |
| 1059 | 2024-01-15T23:40:30.132Z | Downloaded http v0.2.11 |
| 1060 | 2024-01-15T23:40:30.139Z | Downloaded hyper v0.14.27 |
| 1061 | 2024-01-15T23:40:30.170Z | Downloaded toml_edit v0.19.15 |
| 1062 | 2024-01-15T23:40:30.233Z | Downloaded plotters v0.3.5 |
| 1063 | 2024-01-15T23:40:30.236Z | Downloaded unicode_categories v0.1.1 |
| 1064 | 2024-01-15T23:40:30.237Z | Downloaded quick-xml v0.23.1 |
| 1065 | 2024-01-15T23:40:30.244Z | Downloaded chrono v0.4.31 |
| 1066 | 2024-01-15T23:40:30.259Z | Downloaded object v0.30.4 |
| 1067 | 2024-01-15T23:40:30.278Z | Downloaded nix v0.26.4 |
| 1068 | 2024-01-15T23:40:30.299Z | Downloaded sqlparser v0.36.1 |
| 1069 | 2024-01-15T23:40:30.312Z | Downloaded smoltcp v0.10.0 |
| 1070 | 2024-01-15T23:40:30.333Z | Downloaded rustls v0.21.9 |
| 1071 | 2024-01-15T23:40:30.359Z | Downloaded rayon v1.8.0 |
| 1072 | 2024-01-15T23:40:30.380Z | Downloaded object v0.32.1 |
| 1073 | 2024-01-15T23:40:30.403Z | Downloaded rustix v0.38.25 |
| 1074 | 2024-01-15T23:40:30.449Z | Downloaded gimli v0.28.0 |
| 1075 | 2024-01-15T23:40:30.463Z | Downloaded vcpkg v0.2.15 |
| 1076 | 2024-01-15T23:40:30.542Z | Downloaded regex-syntax v0.6.29 |
| 1077 | 2024-01-15T23:40:30.556Z | Downloaded zerocopy-derive v0.2.0 |
| 1078 | 2024-01-15T23:40:30.574Z | Downloaded regex-syntax v0.7.5 |
| 1079 | 2024-01-15T23:40:30.590Z | Downloaded regex-automata v0.3.8 |
| 1080 | 2024-01-15T23:40:30.622Z | Downloaded regex-automata v0.4.3 |
| 1081 | 2024-01-15T23:40:30.651Z | Downloaded encoding_rs v0.8.33 |
| 1082 | 2024-01-15T23:40:30.693Z | Downloaded zerocopy-derive v0.6.4 |
| 1083 | 2024-01-15T23:40:30.717Z | Downloaded sled v0.34.7 |
| 1084 | 2024-01-15T23:40:30.735Z | Downloaded bstr v1.6.0 |
| 1085 | 2024-01-15T23:40:30.755Z | Downloaded zerocopy-derive v0.7.31 |
| 1086 | 2024-01-15T23:40:30.777Z | Downloaded tokio v1.35.1 |
| 1087 | 2024-01-15T23:40:30.845Z | Downloaded sha3 v0.10.8 |
| 1088 | 2024-01-15T23:40:30.861Z | Downloaded trust-dns-proto v0.22.0 |
| 1089 | 2024-01-15T23:40:30.880Z | Downloaded regex-syntax v0.8.2 |
| 1090 | 2024-01-15T23:40:30.896Z | Downloaded radix_trie v0.2.1 |
| 1091 | 2024-01-15T23:40:30.905Z | Downloaded regex v1.10.2 |
| 1092 | 2024-01-15T23:40:30.929Z | Downloaded webpki-roots v0.25.2 |
| 1093 | 2024-01-15T23:40:30.937Z | Downloaded regress v0.7.1 |
| 1094 | 2024-01-15T23:40:30.950Z | Downloaded ratatui v0.23.0 |
| 1095 | 2024-01-15T23:40:30.971Z | Downloaded openapiv3 v2.0.0 |
| 1096 | 2024-01-15T23:40:30.996Z | Downloaded tabled v0.14.0 |
| 1097 | 2024-01-15T23:40:31.027Z | Downloaded proptest v1.4.0 |
| 1098 | 2024-01-15T23:40:31.039Z | Downloaded syn v1.0.109 |
| 1099 | 2024-01-15T23:40:31.058Z | Downloaded polar-core v0.27.0 |
| 1100 | 2024-01-15T23:40:31.074Z | Downloaded diesel v2.1.4 |
| 1101 | 2024-01-15T23:40:31.107Z | Downloaded petgraph v0.6.4 |
| 1102 | 2024-01-15T23:40:31.131Z | Downloaded curve25519-dalek v4.1.1 |
| 1103 | 2024-01-15T23:40:31.150Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1104 | 2024-01-15T23:40:31.171Z | Downloaded smoltcp v0.9.1 |
| 1105 | 2024-01-15T23:40:31.191Z | Downloaded openssl v0.10.60 |
| 1106 | 2024-01-15T23:40:31.209Z | Downloaded idna v0.5.0 |
| 1107 | 2024-01-15T23:40:31.222Z | Downloaded bitvec v1.0.1 |
| 1108 | 2024-01-15T23:40:31.268Z | Downloaded zerocopy v0.7.31 |
| 1109 | 2024-01-15T23:40:31.279Z | Downloaded idna v0.2.3 |
| 1110 | 2024-01-15T23:40:31.291Z | Downloaded hkdf v0.12.4 |
| 1111 | 2024-01-15T23:40:31.296Z | Downloaded bindgen v0.65.1 |
| 1112 | 2024-01-15T23:40:31.313Z | Downloaded h2 v0.3.21 |
| 1113 | 2024-01-15T23:40:31.327Z | Downloaded tokio-util v0.7.10 |
| 1114 | 2024-01-15T23:40:31.337Z | Downloaded pretty_assertions v1.4.0 |
| 1115 | 2024-01-15T23:40:31.340Z | Downloaded http v1.0.0 |
| 1116 | 2024-01-15T23:40:31.347Z | Downloaded serde_with v3.4.0 |
| 1117 | 2024-01-15T23:40:31.358Z | Downloaded reedline v0.22.0 |
| 1118 | 2024-01-15T23:40:31.369Z | Downloaded reqwest v0.11.22 |
| 1119 | 2024-01-15T23:40:31.383Z | Downloaded trust-dns-client v0.22.0 |
| 1120 | 2024-01-15T23:40:31.392Z | Downloaded tough v0.16.0 |
| 1121 | 2024-01-15T23:40:31.409Z | Downloaded lalrpop v0.19.12 |
| 1122 | 2024-01-15T23:40:31.429Z | Downloaded rand v0.8.5 |
| 1123 | 2024-01-15T23:40:31.432Z | Downloaded futures-util v0.3.30 |
| 1124 | 2024-01-15T23:40:31.454Z | Downloaded pin-project v1.1.3 |
| 1125 | 2024-01-15T23:40:31.474Z | Downloaded ring v0.17.7 |
| 1126 | 2024-01-15T23:40:31.610Z | Downloaded flate2 v1.0.28 |
| 1127 | 2024-01-15T23:40:31.618Z | Downloaded typed-path v0.7.0 |
| 1128 | 2024-01-15T23:40:31.629Z | Downloaded time v0.3.27 |
| 1129 | 2024-01-15T23:40:31.639Z | Downloaded regex-automata v0.1.10 |
| 1130 | 2024-01-15T23:40:31.648Z | Downloaded portable-atomic v1.4.3 |
| 1131 | 2024-01-15T23:40:31.658Z | Downloaded rustls-webpki v0.101.7 |
| 1132 | 2024-01-15T23:40:31.683Z | Downloaded ring v0.16.20 |
| 1133 | 2024-01-15T23:40:31.846Z | Downloaded hashbrown v0.12.3 |
| 1134 | 2024-01-15T23:40:31.853Z | Downloaded pest v2.7.2 |
| 1135 | 2024-01-15T23:40:31.864Z | Downloaded hashbrown v0.13.2 |
| 1136 | 2024-01-15T23:40:31.869Z | Downloaded env_logger v0.10.0 |
| 1137 | 2024-01-15T23:40:31.873Z | Downloaded poly1305 v0.8.0 |
| 1138 | 2024-01-15T23:40:31.877Z | Downloaded pest_meta v2.7.2 |
| 1139 | 2024-01-15T23:40:31.881Z | Downloaded pin-project-lite v0.2.13 |
| 1140 | 2024-01-15T23:40:31.889Z | Downloaded elliptic-curve v0.13.8 |
| 1141 | 2024-01-15T23:40:31.896Z | Downloaded fatfs v0.3.6 |
| 1142 | 2024-01-15T23:40:31.900Z | Downloaded derive_builder_core v0.12.0 |
| 1143 | 2024-01-15T23:40:31.904Z | Downloaded futures v0.3.30 |
| 1144 | 2024-01-15T23:40:31.912Z | Downloaded unicode-normalization v0.1.22 |
| 1145 | 2024-01-15T23:40:31.918Z | Downloaded oso v0.27.0 |
| 1146 | 2024-01-15T23:40:31.928Z | Downloaded tinyvec v1.6.0 |
| 1147 | 2024-01-15T23:40:31.931Z | Downloaded utf-8 v0.7.6 |
| 1148 | 2024-01-15T23:40:31.931Z | Downloaded tracing-core v0.1.31 |
| 1149 | 2024-01-15T23:40:31.935Z | Downloaded pem v3.0.2 |
| 1150 | 2024-01-15T23:40:31.938Z | Downloaded defmt-macros v0.3.6 |
| 1151 | 2024-01-15T23:40:31.942Z | Downloaded unsafe-libyaml v0.2.10 |
| 1152 | 2024-01-15T23:40:31.948Z | Downloaded prettyplease v0.2.16 |
| 1153 | 2024-01-15T23:40:31.954Z | Downloaded itertools v0.12.0 |
| 1154 | 2024-01-15T23:40:31.966Z | Downloaded expectorate v1.1.0 |
| 1155 | 2024-01-15T23:40:31.969Z | Downloaded defmt-parser v0.3.3 |
| 1156 | 2024-01-15T23:40:31.972Z | Downloaded pest_generator v2.7.2 |
| 1157 | 2024-01-15T23:40:31.976Z | Downloaded dof v0.1.5 |
| 1158 | 2024-01-15T23:40:31.976Z | Downloaded heapless v0.7.16 |
| 1159 | 2024-01-15T23:40:31.984Z | Downloaded headers v0.3.9 |
| 1160 | 2024-01-15T23:40:31.991Z | Downloaded crossterm v0.27.0 |
| 1161 | 2024-01-15T23:40:32.002Z | Downloaded aho-corasick v1.0.4 |
| 1162 | 2024-01-15T23:40:32.012Z | Downloaded itertools v0.11.0 |
| 1163 | 2024-01-15T23:40:32.025Z | Downloaded trust-dns-server v0.22.1 |
| 1164 | 2024-01-15T23:40:32.032Z | Downloaded crossterm v0.26.1 |
| 1165 | 2024-01-15T23:40:32.043Z | Downloaded libxml v0.3.3 |
| 1166 | 2024-01-15T23:40:32.053Z | Downloaded tokio-tungstenite v0.20.1 |
| 1167 | 2024-01-15T23:40:32.060Z | Downloaded getrandom v0.2.10 |
| 1168 | 2024-01-15T23:40:32.063Z | Downloaded num-bigint-dig v0.8.4 |
| 1169 | 2024-01-15T23:40:32.070Z | Downloaded zone v0.3.0 |
| 1170 | 2024-01-15T23:40:32.073Z | Downloaded paste v1.0.14 |
| 1171 | 2024-01-15T23:40:32.077Z | Downloaded half v1.8.2 |
| 1172 | 2024-01-15T23:40:32.080Z | Downloaded getopts v0.2.21 |
| 1173 | 2024-01-15T23:40:32.083Z | Downloaded futures-core v0.3.30 |
| 1174 | 2024-01-15T23:40:32.086Z | Downloaded trybuild v1.0.88 |
| 1175 | 2024-01-15T23:40:32.091Z | Downloaded rand v0.4.6 |
| 1176 | 2024-01-15T23:40:32.101Z | Downloaded darling_core v0.14.4 |
| 1177 | 2024-01-15T23:40:32.104Z | Downloaded fd-lock v3.0.13 |
| 1178 | 2024-01-15T23:40:32.111Z | Downloaded subprocess v0.2.9 |
| 1179 | 2024-01-15T23:40:32.114Z | Downloaded rcgen v0.11.3 |
| 1180 | 2024-01-15T23:40:32.117Z | Downloaded darling_core v0.20.3 |
| 1181 | 2024-01-15T23:40:32.125Z | Downloaded rayon-core v1.12.0 |
| 1182 | 2024-01-15T23:40:32.131Z | Downloaded nom v7.1.3 |
| 1183 | 2024-01-15T23:40:32.140Z | Downloaded zerocopy v0.6.4 |
| 1184 | 2024-01-15T23:40:32.144Z | Downloaded unicode-segmentation v1.10.1 |
| 1185 | 2024-01-15T23:40:32.150Z | Downloaded untrusted v0.7.1 |
| 1186 | 2024-01-15T23:40:32.152Z | Downloaded ed25519 v1.5.3 |
| 1187 | 2024-01-15T23:40:32.155Z | Downloaded rand_core v0.6.4 |
| 1188 | 2024-01-15T23:40:32.161Z | Downloaded parking_lot_core v0.9.8 |
| 1189 | 2024-01-15T23:40:32.164Z | Downloaded tracing-attributes v0.1.26 |
| 1190 | 2024-01-15T23:40:32.164Z | Downloaded unicode-bidi v0.3.13 |
| 1191 | 2024-01-15T23:40:32.168Z | Downloaded diff v0.1.13 |
| 1192 | 2024-01-15T23:40:32.173Z | Downloaded rstest_macros v0.18.2 |
| 1193 | 2024-01-15T23:40:32.178Z | Downloaded foreign-types v0.5.0 |
| 1194 | 2024-01-15T23:40:32.180Z | Downloaded hostname v0.3.1 |
| 1195 | 2024-01-15T23:40:32.183Z | Downloaded glob v0.3.1 |
| 1196 | 2024-01-15T23:40:32.186Z | Downloaded tui-tree-widget v0.13.0 |
| 1197 | 2024-01-15T23:40:32.186Z | Downloaded embedded-io v0.4.0 |
| 1198 | 2024-01-15T23:40:32.189Z | Downloaded walkdir v2.4.0 |
| 1199 | 2024-01-15T23:40:32.192Z | Downloaded pin-project-internal v1.1.3 |
| 1200 | 2024-01-15T23:40:32.195Z | Downloaded ucd-trie v0.1.6 |
| 1201 | 2024-01-15T23:40:32.201Z | Downloaded fxhash v0.2.1 |
| 1202 | 2024-01-15T23:40:32.201Z | Downloaded serde_plain v1.0.2 |
| 1203 | 2024-01-15T23:40:32.205Z | Downloaded rpassword v7.3.1 |
| 1204 | 2024-01-15T23:40:32.205Z | Downloaded pin-utils v0.1.0 |
| 1205 | 2024-01-15T23:40:32.206Z | Downloaded url v2.5.0 |
| 1206 | 2024-01-15T23:40:32.209Z | Downloaded signal-hook-mio v0.2.3 |
| 1207 | 2024-01-15T23:40:32.213Z | Downloaded tempfile v3.8.1 |
| 1208 | 2024-01-15T23:40:32.216Z | Downloaded postcard v1.0.8 |
| 1209 | 2024-01-15T23:40:32.220Z | Downloaded slog-term v2.9.0 |
| 1210 | 2024-01-15T23:40:32.223Z | Downloaded unicode-xid v0.2.4 |
| 1211 | 2024-01-15T23:40:32.226Z | Downloaded target-spec v3.0.1 |
| 1212 | 2024-01-15T23:40:32.229Z | Downloaded serde_repr v0.1.16 |
| 1213 | 2024-01-15T23:40:32.232Z | Downloaded rusty-fork v0.3.0 |
| 1214 | 2024-01-15T23:40:32.235Z | Downloaded http-body v0.4.5 |
| 1215 | 2024-01-15T23:40:32.238Z | Downloaded zone_cfg_derive v0.3.0 |
| 1216 | 2024-01-15T23:40:32.238Z | Downloaded dyn-clone v1.0.13 |
| 1217 | 2024-01-15T23:40:32.241Z | Downloaded pkcs1 v0.7.5 |
| 1218 | 2024-01-15T23:40:32.245Z | Downloaded flume v0.11.0 |
| 1219 | 2024-01-15T23:40:32.252Z | Downloaded sec1 v0.7.3 |
| 1220 | 2024-01-15T23:40:32.256Z | Downloaded structopt-derive v0.4.18 |
| 1221 | 2024-01-15T23:40:32.256Z | Downloaded zip v0.6.6 |
| 1222 | 2024-01-15T23:40:32.300Z | Downloaded minimal-lexical v0.2.1 |
| 1223 | 2024-01-15T23:40:32.303Z | Downloaded num-bigint v0.4.4 |
| 1224 | 2024-01-15T23:40:32.303Z | Downloaded threadpool v1.8.1 |
| 1225 | 2024-01-15T23:40:32.303Z | Downloaded proc-macro-crate v1.3.1 |
| 1226 | 2024-01-15T23:40:32.303Z | Downloaded textwrap v0.16.0 |
| 1227 | 2024-01-15T23:40:32.303Z | Downloaded test-strategy v0.3.1 |
| 1228 | 2024-01-15T23:40:32.303Z | Downloaded subtle v2.5.0 |
| 1229 | 2024-01-15T23:40:32.303Z | Downloaded ref-cast-impl v1.0.20 |
| 1230 | 2024-01-15T23:40:32.303Z | Downloaded hex-literal v0.4.1 |
| 1231 | 2024-01-15T23:40:32.304Z | Downloaded uuid v1.6.1 |
| 1232 | 2024-01-15T23:40:32.304Z | Downloaded plotters-backend v0.3.5 |
| 1233 | 2024-01-15T23:40:32.304Z | Downloaded funty v2.0.0 |
| 1234 | 2024-01-15T23:40:32.307Z | Downloaded fs-err v2.11.0 |
| 1235 | 2024-01-15T23:40:32.307Z | Downloaded which v4.4.0 |
| 1236 | 2024-01-15T23:40:32.312Z | Downloaded snafu v0.7.5 |
| 1237 | 2024-01-15T23:40:32.318Z | Downloaded typenum v1.16.0 |
| 1238 | 2024-01-15T23:40:32.322Z | Downloaded criterion v0.5.1 |
| 1239 | 2024-01-15T23:40:32.338Z | Downloaded clap v2.34.0 |
| 1240 | 2024-01-15T23:40:32.347Z | Downloaded postgres-types v0.2.6 |
| 1241 | 2024-01-15T23:40:32.351Z | Downloaded postgres-protocol v0.6.6 |
| 1242 | 2024-01-15T23:40:32.354Z | Downloaded r2d2 v0.8.10 |
| 1243 | 2024-01-15T23:40:32.360Z | Downloaded papergrid v0.10.0 |
| 1244 | 2024-01-15T23:40:32.363Z | Downloaded remove_dir_all v0.5.3 |
| 1245 | 2024-01-15T23:40:32.366Z | Downloaded relative-path v1.9.0 |
| 1246 | 2024-01-15T23:40:32.369Z | Downloaded packed_struct_codegen v0.10.1 |
| 1247 | 2024-01-15T23:40:32.372Z | Downloaded same-file v1.0.6 |
| 1248 | 2024-01-15T23:40:32.372Z | Downloaded chacha20poly1305 v0.10.1 |
| 1249 | 2024-01-15T23:40:32.378Z | Downloaded serde_yaml v0.9.25 |
| 1250 | 2024-01-15T23:40:32.382Z | Downloaded signal-hook v0.3.17 |
| 1251 | 2024-01-15T23:40:32.386Z | Downloaded static_assertions v1.1.0 |
| 1252 | 2024-01-15T23:40:32.389Z | Downloaded tar v0.4.40 |
| 1253 | 2024-01-15T23:40:32.393Z | Downloaded stable_deref_trait v1.2.0 |
| 1254 | 2024-01-15T23:40:32.396Z | Downloaded highway v1.1.0 |
| 1255 | 2024-01-15T23:40:32.399Z | Downloaded rustversion v1.0.14 |
| 1256 | 2024-01-15T23:40:32.402Z | Downloaded hex v0.4.3 |
| 1257 | 2024-01-15T23:40:32.406Z | Downloaded serde_derive_internals v0.26.0 |
| 1258 | 2024-01-15T23:40:32.410Z | Downloaded rustc-demangle v0.1.23 |
| 1259 | 2024-01-15T23:40:32.413Z | Downloaded rust-argon2 v1.0.1 |
| 1260 | 2024-01-15T23:40:32.413Z | Downloaded semver v0.11.0 |
| 1261 | 2024-01-15T23:40:32.416Z | Downloaded derive_more v0.99.17 |
| 1262 | 2024-01-15T23:40:32.426Z | Downloaded socket2 v0.5.5 |
| 1263 | 2024-01-15T23:40:32.428Z | Downloaded ppv-lite86 v0.2.17 |
| 1264 | 2024-01-15T23:40:32.432Z | Downloaded resolv-conf v0.7.0 |
| 1265 | 2024-01-15T23:40:32.435Z | Downloaded quick-error v1.2.3 |
| 1266 | 2024-01-15T23:40:32.435Z | Downloaded signature v1.6.4 |
| 1267 | 2024-01-15T23:40:32.438Z | Downloaded data-encoding v2.4.0 |
| 1268 | 2024-01-15T23:40:32.441Z | Downloaded slog-scope v4.4.0 |
| 1269 | 2024-01-15T23:40:32.441Z | Downloaded base64 v0.21.7 |
| 1270 | 2024-01-15T23:40:32.447Z | Downloaded backtrace v0.3.69 |
| 1271 | 2024-01-15T23:40:32.456Z | Downloaded slog-bunyan v2.5.0 |
| 1272 | 2024-01-15T23:40:32.463Z | Downloaded rustls-native-certs v0.6.3 |
| 1273 | 2024-01-15T23:40:32.468Z | Downloaded pkcs8 v0.10.2 |
| 1274 | 2024-01-15T23:40:32.468Z | Downloaded slog-async v2.8.0 |
| 1275 | 2024-01-15T23:40:32.475Z | Downloaded smallvec v1.11.2 |
| 1276 | 2024-01-15T23:40:32.475Z | Downloaded stringprep v0.1.3 |
| 1277 | 2024-01-15T23:40:32.475Z | Downloaded libm v0.2.7 |
| 1278 | 2024-01-15T23:40:32.488Z | Downloaded similar v2.3.0 |
| 1279 | 2024-01-15T23:40:32.496Z | Downloaded toml v0.7.8 |
| 1280 | 2024-01-15T23:40:32.502Z | Downloaded toml v0.5.11 |
| 1281 | 2024-01-15T23:40:32.614Z | Downloaded oso-derive v0.27.0 |
| 1282 | 2024-01-15T23:40:32.614Z | Downloaded usdt v0.3.5 |
| 1283 | 2024-01-15T23:40:32.614Z | Downloaded rustc_version v0.4.0 |
| 1284 | 2024-01-15T23:40:32.619Z | Downloaded semver v0.1.20 |
| 1285 | 2024-01-15T23:40:32.619Z | Downloaded radium v0.7.0 |
| 1286 | 2024-01-15T23:40:32.619Z | Downloaded partial-io v0.5.4 |
| 1287 | 2024-01-15T23:40:32.619Z | Downloaded termcolor v1.2.0 |
| 1288 | 2024-01-15T23:40:32.619Z | Downloaded cc v1.0.83 |
| 1289 | 2024-01-15T23:40:32.619Z | Downloaded socket2 v0.4.9 |
| 1290 | 2024-01-15T23:40:32.619Z | Downloaded predicates-tree v1.0.9 |
| 1291 | 2024-01-15T23:40:32.619Z | Downloaded predicates-core v1.0.6 |
| 1292 | 2024-01-15T23:40:32.619Z | Downloaded der_derive v0.7.2 |
| 1293 | 2024-01-15T23:40:32.620Z | Downloaded float-cmp v0.9.0 |
| 1294 | 2024-01-15T23:40:32.620Z | Downloaded unarray v0.1.4 |
| 1295 | 2024-01-15T23:40:32.620Z | Downloaded serde_with_macros v3.4.0 |
| 1296 | 2024-01-15T23:40:32.620Z | Downloaded password-hash v0.5.0 |
| 1297 | 2024-01-15T23:40:32.620Z | Downloaded console v0.15.8 |
| 1298 | 2024-01-15T23:40:32.620Z | Downloaded crossbeam-channel v0.5.8 |
| 1299 | 2024-01-15T23:40:32.620Z | Downloaded miniz_oxide v0.7.1 |
| 1300 | 2024-01-15T23:40:32.620Z | Downloaded spki v0.7.2 |
| 1301 | 2024-01-15T23:40:32.620Z | Downloaded sha1 v0.10.6 |
| 1302 | 2024-01-15T23:40:32.620Z | Downloaded crypto-bigint v0.5.2 |
| 1303 | 2024-01-15T23:40:32.620Z | Downloaded arc-swap v1.6.0 |
| 1304 | 2024-01-15T23:40:32.620Z | Downloaded rustls-pemfile v2.0.0 |
| 1305 | 2024-01-15T23:40:32.621Z | Downloaded futures-timer v3.0.2 |
| 1306 | 2024-01-15T23:40:32.621Z | Downloaded futures-macro v0.3.30 |
| 1307 | 2024-01-15T23:40:32.621Z | Downloaded tokio-macros v2.2.0 |
| 1308 | 2024-01-15T23:40:32.621Z | Downloaded rtoolbox v0.0.1 |
| 1309 | 2024-01-15T23:40:32.621Z | Downloaded num-complex v0.4.4 |
| 1310 | 2024-01-15T23:40:32.621Z | Downloaded multer v3.0.0 |
| 1311 | 2024-01-15T23:40:32.621Z | Downloaded nu-ansi-term v0.49.0 |
| 1312 | 2024-01-15T23:40:32.621Z | Downloaded const-oid v0.9.5 |
| 1313 | 2024-01-15T23:40:32.631Z | Downloaded vte v0.10.1 |
| 1314 | 2024-01-15T23:40:32.631Z | Downloaded snafu-derive v0.7.5 |
| 1315 | 2024-01-15T23:40:32.631Z | Downloaded debug-ignore v1.0.5 |
| 1316 | 2024-01-15T23:40:32.631Z | Downloaded mockall_derive v0.12.0 |
| 1317 | 2024-01-15T23:40:32.631Z | Downloaded crc32fast v1.3.2 |
| 1318 | 2024-01-15T23:40:32.641Z | Downloaded darling v0.20.3 |
| 1319 | 2024-01-15T23:40:32.641Z | Downloaded addr2line v0.21.0 |
| 1320 | 2024-01-15T23:40:32.641Z | Downloaded basic-toml v0.1.8 |
| 1321 | 2024-01-15T23:40:32.645Z | Downloaded deranged v0.3.8 |
| 1322 | 2024-01-15T23:40:32.648Z | Downloaded smf v0.2.2 |
| 1323 | 2024-01-15T23:40:32.648Z | Downloaded thiserror-no-std v2.0.2 |
| 1324 | 2024-01-15T23:40:32.654Z | Downloaded generic-array v0.14.7 |
| 1325 | 2024-01-15T23:40:32.657Z | Downloaded mime_guess v2.0.4 |
| 1326 | 2024-01-15T23:40:32.661Z | Downloaded ena v0.14.2 |
| 1327 | 2024-01-15T23:40:32.664Z | Downloaded take_mut v0.2.2 |
| 1328 | 2024-01-15T23:40:32.664Z | Downloaded hyper-rustls v0.24.2 |
| 1329 | 2024-01-15T23:40:32.667Z | Downloaded universal-hash v0.5.1 |
| 1330 | 2024-01-15T23:40:32.671Z | Downloaded slog-envlogger v2.2.0 |
| 1331 | 2024-01-15T23:40:32.671Z | Downloaded newtype_derive v0.1.6 |
| 1332 | 2024-01-15T23:40:32.674Z | Downloaded string_cache v0.8.7 |
| 1333 | 2024-01-15T23:40:32.677Z | Downloaded smallvec v0.6.14 |
| 1334 | 2024-01-15T23:40:32.678Z | Downloaded ahash v0.8.6 |
| 1335 | 2024-01-15T23:40:32.682Z | Downloaded libloading v0.7.4 |
| 1336 | 2024-01-15T23:40:32.686Z | Downloaded bytes v1.5.0 |
| 1337 | 2024-01-15T23:40:32.691Z | Downloaded bzip2 v0.4.4 |
| 1338 | 2024-01-15T23:40:32.697Z | Downloaded smawk v0.3.1 |
| 1339 | 2024-01-15T23:40:32.701Z | Downloaded time-core v0.1.1 |
| 1340 | 2024-01-15T23:40:32.701Z | Downloaded olpc-cjson v0.1.3 |
| 1341 | 2024-01-15T23:40:32.701Z | Downloaded oorandom v11.1.3 |
| 1342 | 2024-01-15T23:40:32.701Z | Downloaded omicron-zone-package v0.9.1 |
| 1343 | 2024-01-15T23:40:32.717Z | Downloaded num_cpus v1.16.0 |
| 1344 | 2024-01-15T23:40:32.721Z | Downloaded num v0.4.1 |
| 1345 | 2024-01-15T23:40:32.721Z | Downloaded bytecount v0.6.3 |
| 1346 | 2024-01-15T23:40:32.721Z | Downloaded downcast v0.11.0 |
| 1347 | 2024-01-15T23:40:32.721Z | Downloaded blake2b_simd v1.0.1 |
| 1348 | 2024-01-15T23:40:32.721Z | Downloaded anes v0.1.6 |
| 1349 | 2024-01-15T23:40:32.721Z | Downloaded vsss-rs v3.3.4 |
| 1350 | 2024-01-15T23:40:32.732Z | Downloaded structmeta v0.2.0 |
| 1351 | 2024-01-15T23:40:32.739Z | Downloaded slog-dtrace v0.2.3 |
| 1352 | 2024-01-15T23:40:32.740Z | Downloaded signature v2.1.0 |
| 1353 | 2024-01-15T23:40:32.740Z | Downloaded serde-hex v0.1.0 |
| 1354 | 2024-01-15T23:40:32.740Z | Downloaded crossbeam-utils v0.8.16 |
| 1355 | 2024-01-15T23:40:32.743Z | Downloaded num-integer v0.1.45 |
| 1356 | 2024-01-15T23:40:32.743Z | Downloaded mockall v0.12.0 |
| 1357 | 2024-01-15T23:40:32.743Z | Downloaded cancel-safe-futures v0.1.5 |
| 1358 | 2024-01-15T23:40:32.748Z | Downloaded bcs v0.1.6 |
| 1359 | 2024-01-15T23:40:32.753Z | Downloaded argon2 v0.5.2 |
| 1360 | 2024-01-15T23:40:32.757Z | Downloaded ciborium v0.2.1 |
| 1361 | 2024-01-15T23:40:32.761Z | Downloaded backoff v0.4.0 |
| 1362 | 2024-01-15T23:40:32.766Z | Downloaded aead v0.5.2 |
| 1363 | 2024-01-15T23:40:32.766Z | Downloaded async-trait v0.1.77 |
| 1364 | 2024-01-15T23:40:32.770Z | Downloaded array-init v0.0.4 |
| 1365 | 2024-01-15T23:40:32.773Z | Downloaded similar-asserts v1.5.0 |
| 1366 | 2024-01-15T23:40:32.774Z | Downloaded log v0.4.20 |
| 1367 | 2024-01-15T23:40:32.784Z | Downloaded ipnet v2.8.0 |
| 1368 | 2024-01-15T23:40:32.784Z | Downloaded maplit v1.0.2 |
| 1369 | 2024-01-15T23:40:32.784Z | Downloaded libefi-sys v0.1.0 |
| 1370 | 2024-01-15T23:40:32.784Z | Downloaded linked-hash-map v0.5.6 |
| 1371 | 2024-01-15T23:40:32.794Z | Downloaded keccak v0.1.4 |
| 1372 | 2024-01-15T23:40:32.794Z | Downloaded bitflags v2.4.0 |
| 1373 | 2024-01-15T23:40:32.798Z | Downloaded arrayvec v0.5.2 |
| 1374 | 2024-01-15T23:40:32.798Z | Downloaded parse-size v1.0.0 |
| 1375 | 2024-01-15T23:40:32.798Z | Downloaded indicatif v0.17.7 |
| 1376 | 2024-01-15T23:40:32.802Z | Downloaded crc-any v2.4.3 |
| 1377 | 2024-01-15T23:40:32.808Z | Downloaded cobs v0.2.3 |
| 1378 | 2024-01-15T23:40:32.808Z | Downloaded is-terminal v0.4.9 |
| 1379 | 2024-01-15T23:40:32.812Z | Downloaded nanorand v0.7.0 |
| 1380 | 2024-01-15T23:40:32.816Z | Downloaded mime v0.3.17 |
| 1381 | 2024-01-15T23:40:32.816Z | Downloaded chacha20 v0.9.1 |
| 1382 | 2024-01-15T23:40:32.820Z | Downloaded cfg-if v1.0.0 |
| 1383 | 2024-01-15T23:40:32.820Z | Downloaded hubpack v0.1.2 |
| 1384 | 2024-01-15T23:40:32.824Z | Downloaded buf-list v1.0.3 |
| 1385 | 2024-01-15T23:40:32.827Z | Downloaded libsw v3.3.1 |
| 1386 | 2024-01-15T23:40:32.831Z | Downloaded nibble_vec v0.1.0 |
| 1387 | 2024-01-15T23:40:32.831Z | Downloaded new_debug_unreachable v1.0.4 |
| 1388 | 2024-01-15T23:40:32.831Z | Downloaded matches v0.1.10 |
| 1389 | 2024-01-15T23:40:32.840Z | Downloaded match_cfg v0.1.0 |
| 1390 | 2024-01-15T23:40:32.841Z | Downloaded normalize-line-endings v0.3.0 |
| 1391 | 2024-01-15T23:40:32.841Z | Downloaded cast v0.3.0 |
| 1392 | 2024-01-15T23:40:32.847Z | Downloaded camino-tempfile v1.1.1 |
| 1393 | 2024-01-15T23:40:32.847Z | Downloaded byteorder v1.5.0 |
| 1394 | 2024-01-15T23:40:32.848Z | Downloaded autocfg v1.1.0 |
| 1395 | 2024-01-15T23:40:32.848Z | Downloaded atomic-waker v1.1.1 |
| 1396 | 2024-01-15T23:40:32.852Z | Downloaded nodrop v0.1.14 |
| 1397 | 2024-01-15T23:40:32.852Z | Downloaded nested v0.1.1 |
| 1398 | 2024-01-15T23:40:32.852Z | Downloaded maybe-uninit v2.0.0 |
| 1399 | 2024-01-15T23:40:32.852Z | Downloaded cipher v0.4.4 |
| 1400 | 2024-01-15T23:40:32.858Z | Downloaded approx v0.5.1 |
| 1401 | 2024-01-15T23:40:32.858Z | Downloaded arrayvec v0.7.4 |
| 1402 | 2024-01-15T23:40:32.862Z | Downloaded lazy_static v1.4.0 |
| 1403 | 2024-01-15T23:40:32.863Z | Downloaded cexpr v0.6.0 |
| 1404 | 2024-01-15T23:40:32.866Z | Downloaded colored v2.0.4 |
| 1405 | 2024-01-15T23:40:32.870Z | Downloaded lazycell v1.3.0 |
| 1406 | 2024-01-15T23:40:32.871Z | Downloaded adler v1.0.2 |
| 1407 | 2024-01-15T23:40:32.875Z | Downloaded memoffset v0.9.0 |
| 1408 | 2024-01-15T23:40:32.875Z | Downloaded crunchy v0.2.2 |
| 1409 | 2024-01-15T23:40:32.875Z | Downloaded block-buffer v0.10.4 |
| 1410 | 2024-01-15T23:40:32.888Z | Downloaded base16ct v0.2.0 |
| 1411 | 2024-01-15T23:40:32.889Z | Downloaded shlex v1.1.0 |
| 1412 | 2024-01-15T23:40:32.893Z | Downloaded lock_api v0.4.10 |
| 1413 | 2024-01-15T23:40:32.893Z | Downloaded humantime v2.1.0 |
| 1414 | 2024-01-15T23:40:32.893Z | Downloaded md-5 v0.10.5 |
| 1415 | 2024-01-15T23:40:32.893Z | Downloaded bit-vec v0.6.3 |
| 1416 | 2024-01-15T23:40:32.893Z | Downloaded ascii-canvas v3.0.0 |
| 1417 | 2024-01-15T23:40:32.893Z | Downloaded serde-big-array v0.5.1 |
| 1418 | 2024-01-15T23:40:32.893Z | Downloaded itertools v0.10.5 |
| 1419 | 2024-01-15T23:40:32.904Z | Downloaded indexmap v1.9.3 |
| 1420 | 2024-01-15T23:40:32.908Z | Downloaded crossbeam-epoch v0.9.15 |
| 1421 | 2024-01-15T23:40:32.913Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1422 | 2024-01-15T23:40:32.916Z | Downloaded hubpack_derive v0.1.1 |
| 1423 | 2024-01-15T23:40:32.916Z | Downloaded ciborium-ll v0.2.1 |
| 1424 | 2024-01-15T23:40:32.920Z | Downloaded async-recursion v1.0.5 |
| 1425 | 2024-01-15T23:40:32.920Z | Downloaded atomicwrites v0.4.3 |
| 1426 | 2024-01-15T23:40:32.923Z | Downloaded kstat-rs v0.2.3 |
| 1427 | 2024-01-15T23:40:32.923Z | Downloaded inout v0.1.3 |
| 1428 | 2024-01-15T23:40:32.926Z | Downloaded crossbeam-queue v0.3.8 |
| 1429 | 2024-01-15T23:40:32.929Z | Downloaded crossbeam v0.8.2 |
| 1430 | 2024-01-15T23:40:32.929Z | Downloaded criterion-plot v0.5.0 |
| 1431 | 2024-01-15T23:40:32.933Z | Downloaded bstr v0.2.17 |
| 1432 | 2024-01-15T23:40:32.950Z | Downloaded blake2 v0.10.6 |
| 1433 | 2024-01-15T23:40:32.953Z | Downloaded indoc v2.0.3 |
| 1434 | 2024-01-15T23:40:32.998Z | Downloaded hyper-staticfile v0.9.5 |
| 1435 | 2024-01-15T23:40:32.998Z | Downloaded bitfield v0.14.0 |
| 1436 | 2024-01-15T23:40:32.998Z | Downloaded cookie v0.18.0 |
| 1437 | 2024-01-15T23:40:32.998Z | Downloaded clang-sys v1.6.1 |
| 1438 | 2024-01-15T23:40:32.998Z | Downloaded managed v0.8.0 |
| 1439 | 2024-01-15T23:40:32.998Z | Downloaded bb8 v0.8.1 |
| 1440 | 2024-01-15T23:40:32.998Z | Downloaded linear-map v1.2.0 |
| 1441 | 2024-01-15T23:40:32.998Z | Downloaded serde-big-array v0.4.1 |
| 1442 | 2024-01-15T23:40:32.998Z | Downloaded semver-parser v0.10.2 |
| 1443 | 2024-01-15T23:40:32.998Z | Downloaded salty v0.2.0 |
| 1444 | 2024-01-15T23:40:32.998Z | Downloaded is_ci v1.1.1 |
| 1445 | 2024-01-15T23:40:32.998Z | Downloaded arrayref v0.3.7 |
| 1446 | 2024-01-15T23:40:32.998Z | Downloaded rustyline v12.0.0 |
| 1447 | 2024-01-15T23:40:33.002Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1448 | 2024-01-15T23:40:33.018Z | Downloaded assert_cmd v2.0.13 |
| 1449 | 2024-01-15T23:40:33.022Z | Downloaded httptest v0.15.5 |
| 1450 | 2024-01-15T23:40:33.022Z | Downloaded crc v3.0.1 |
| 1451 | 2024-01-15T23:40:33.022Z | Downloaded cpufeatures v0.2.9 |
| 1452 | 2024-01-15T23:40:33.022Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1453 | 2024-01-15T23:40:33.022Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1454 | 2024-01-15T23:40:33.022Z | Downloaded ident_case v1.0.1 |
| 1455 | 2024-01-15T23:40:33.022Z | Downloaded crc-catalog v2.2.0 |
| 1456 | 2024-01-15T23:40:33.026Z | Downloaded convert_case v0.4.0 |
| 1457 | 2024-01-15T23:40:33.026Z | Downloaded constant_time_eq v0.3.0 |
| 1458 | 2024-01-15T23:40:33.680Z | Compiling serde v1.0.195 |
| 1459 | 2024-01-15T23:40:33.680Z | Compiling autocfg v1.1.0 |
| 1460 | 2024-01-15T23:40:33.683Z | Checking cfg-if v1.0.0 |
| 1461 | 2024-01-15T23:40:33.683Z | Compiling version_check v0.9.4 |
| 1462 | 2024-01-15T23:40:33.683Z | Compiling syn v1.0.109 |
| 1463 | 2024-01-15T23:40:33.737Z | Checking libc v0.2.152 |
| 1464 | 2024-01-15T23:40:33.751Z | Compiling syn v2.0.46 |
| 1465 | 2024-01-15T23:40:33.802Z | Compiling parking_lot_core v0.9.8 |
| 1466 | 2024-01-15T23:40:33.838Z | Compiling libm v0.2.7 |
| 1467 | 2024-01-15T23:40:34.361Z | Compiling cc v1.0.83 |
| 1468 | 2024-01-15T23:40:34.469Z | Compiling once_cell v1.19.0 |
| 1469 | 2024-01-15T23:40:34.524Z | Compiling serde_json v1.0.111 |
| 1470 | 2024-01-15T23:40:34.921Z | Compiling memchr v2.6.3 |
| 1471 | 2024-01-15T23:40:35.010Z | Compiling typenum v1.16.0 |
| 1472 | 2024-01-15T23:40:35.030Z | Compiling lock_api v0.4.10 |
| 1473 | 2024-01-15T23:40:35.071Z | Compiling num-traits v0.2.16 |
| 1474 | 2024-01-15T23:40:35.781Z | Checking getrandom v0.2.10 |
| 1475 | 2024-01-15T23:40:35.831Z | Compiling generic-array v0.14.7 |
| 1476 | 2024-01-15T23:40:36.164Z | Compiling slab v0.4.9 |
| 1477 | 2024-01-15T23:40:36.834Z | Checking scopeguard v1.2.0 |
| 1478 | 2024-01-15T23:40:36.996Z | Checking log v0.4.20 |
| 1479 | 2024-01-15T23:40:37.387Z | Compiling pkg-config v0.3.27 |
| 1480 | 2024-01-15T23:40:37.920Z | Checking smallvec v1.11.2 |
| 1481 | 2024-01-15T23:40:38.069Z | Checking itoa v1.0.9 |
| 1482 | 2024-01-15T23:40:38.314Z | Compiling byteorder v1.5.0 |
| 1483 | 2024-01-15T23:40:38.353Z | Compiling rustix v0.38.25 |
| 1484 | 2024-01-15T23:40:38.489Z | Compiling indexmap v1.9.3 |
| 1485 | 2024-01-15T23:40:38.870Z | Compiling schemars v0.8.16 |
| 1486 | 2024-01-15T23:40:39.051Z | Compiling vcpkg v0.2.15 |
| 1487 | 2024-01-15T23:40:39.222Z | Compiling fnv v1.0.7 |
| 1488 | 2024-01-15T23:40:39.376Z | Compiling httparse v1.8.0 |
| 1489 | 2024-01-15T23:40:39.395Z | Checking rand_core v0.6.4 |
| 1490 | 2024-01-15T23:40:39.791Z | Compiling ring v0.16.20 |
| 1491 | 2024-01-15T23:40:40.008Z | Compiling ring v0.17.7 |
| 1492 | 2024-01-15T23:40:40.732Z | Compiling aho-corasick v1.0.4 |
| 1493 | 2024-01-15T23:40:41.976Z | Compiling regex-syntax v0.8.2 |
| 1494 | 2024-01-15T23:40:42.830Z | Compiling openssl-sys v0.9.96 |
| 1495 | 2024-01-15T23:40:44.600Z | Checking parking_lot v0.12.1 |
| 1496 | 2024-01-15T23:40:45.035Z | Compiling ahash v0.8.6 |
| 1497 | 2024-01-15T23:40:45.579Z | Checking pin-project-lite v0.2.13 |
| 1498 | 2024-01-15T23:40:45.734Z | Compiling openssl v0.10.60 |
| 1499 | 2024-01-15T23:40:46.282Z | Compiling serde_derive_internals v0.26.0 |
| 1500 | 2024-01-15T23:40:47.525Z | Compiling regex-automata v0.4.3 |
| 1501 | 2024-01-15T23:40:47.870Z | Checking signal-hook-registry v1.4.1 |
| 1502 | 2024-01-15T23:40:48.225Z | Checking mio v0.8.9 |
| 1503 | 2024-01-15T23:40:48.512Z | Compiling rustls v0.21.9 |
| 1504 | 2024-01-15T23:40:48.904Z | Compiling ucd-trie v0.1.6 |
| 1505 | 2024-01-15T23:40:49.197Z | Checking spin v0.5.2 |
| 1506 | 2024-01-15T23:40:49.478Z | Compiling iana-time-zone v0.1.57 |
| 1507 | 2024-01-15T23:40:49.856Z | Compiling native-tls v0.2.11 |
| 1508 | 2024-01-15T23:40:50.515Z | Compiling async-trait v0.1.77 |
| 1509 | 2024-01-15T23:40:50.534Z | Checking futures-core v0.3.30 |
| 1510 | 2024-01-15T23:40:50.662Z | Checking num_cpus v1.16.0 |
| 1511 | 2024-01-15T23:40:50.810Z | Checking ryu v1.0.15 |
| 1512 | 2024-01-15T23:40:50.959Z | Compiling unicode-xid v0.2.4 |
| 1513 | 2024-01-15T23:40:51.141Z | Compiling dyn-clone v1.0.13 |
| 1514 | 2024-01-15T23:40:51.144Z | Compiling backtrace v0.3.69 |
| 1515 | 2024-01-15T23:40:51.325Z | Checking socket2 v0.5.5 |
| 1516 | 2024-01-15T23:40:52.209Z | Compiling futures-sink v0.3.30 |
| 1517 | 2024-01-15T23:40:52.441Z | Compiling errno v0.3.2 |
| 1518 | 2024-01-15T23:40:52.776Z | Compiling tinyvec_macros v0.1.1 |
| 1519 | 2024-01-15T23:40:52.779Z | Compiling crossbeam-utils v0.8.16 |
| 1520 | 2024-01-15T23:40:52.891Z | Compiling crc32fast v1.3.2 |
| 1521 | 2024-01-15T23:40:53.155Z | Compiling tinyvec v1.6.0 |
| 1522 | 2024-01-15T23:40:53.170Z | Compiling futures-channel v0.3.30 |
| 1523 | 2024-01-15T23:40:53.686Z | Compiling futures-task v0.3.30 |
| 1524 | 2024-01-15T23:40:53.716Z | Compiling pin-utils v0.1.0 |
| 1525 | 2024-01-15T23:40:53.775Z | Compiling anyhow v1.0.75 |
| 1526 | 2024-01-15T23:40:53.826Z | Compiling futures-io v0.3.30 |
| 1527 | 2024-01-15T23:40:54.135Z | Compiling regex v1.10.2 |
| 1528 | 2024-01-15T23:40:54.274Z | Compiling spin v0.9.8 |
| 1529 | 2024-01-15T23:40:54.919Z | Compiling tracing-core v0.1.31 |
| 1530 | 2024-01-15T23:40:54.926Z | Compiling unicode-bidi v0.3.13 |
| 1531 | 2024-01-15T23:40:55.761Z | Compiling unicode-normalization v0.1.22 |
| 1532 | 2024-01-15T23:40:56.553Z | Compiling num-integer v0.1.45 |
| 1533 | 2024-01-15T23:40:57.010Z | Compiling slog v2.7.0 |
| 1534 | 2024-01-15T23:40:57.164Z | Compiling synstructure v0.12.6 |
| 1535 | 2024-01-15T23:40:57.392Z | Compiling lazy_static v1.4.0 |
| 1536 | 2024-01-15T23:40:57.531Z | Compiling base64 v0.21.7 |
| 1537 | 2024-01-15T23:40:57.547Z | Checking subtle v2.5.0 |
| 1538 | 2024-01-15T23:40:57.695Z | Compiling serde_derive v1.0.195 |
| 1539 | 2024-01-15T23:40:57.765Z | Compiling thiserror-impl v1.0.49 |
| 1540 | 2024-01-15T23:40:57.916Z | Compiling zeroize_derive v1.4.2 |
| 1541 | 2024-01-15T23:40:58.341Z | Compiling tokio-macros v2.2.0 |
| 1542 | 2024-01-15T23:40:58.730Z | Compiling futures-macro v0.3.30 |
| 1543 | 2024-01-15T23:40:58.809Z | Compiling tracing-attributes v0.1.26 |
| 1544 | 2024-01-15T23:41:00.166Z | Compiling schemars_derive v0.8.16 |
| 1545 | 2024-01-15T23:41:00.604Z | Compiling zerocopy-derive v0.7.31 |
| 1546 | 2024-01-15T23:41:01.235Z | Checking zeroize v1.7.0 |
| 1547 | 2024-01-15T23:41:01.630Z | Compiling openssl-macros v0.1.1 |
| 1548 | 2024-01-15T23:41:03.276Z | Compiling thiserror v1.0.49 |
| 1549 | 2024-01-15T23:41:03.454Z | Compiling pest v2.7.2 |
| 1550 | 2024-01-15T23:41:03.480Z | Compiling futures-util v0.3.30 |
| 1551 | 2024-01-15T23:41:04.440Z | Compiling zerocopy v0.7.31 |
| 1552 | 2024-01-15T23:41:05.337Z | Compiling tracing v0.1.37 |
| 1553 | 2024-01-15T23:41:05.570Z | Compiling der_derive v0.7.2 |
| 1554 | 2024-01-15T23:41:06.221Z | Compiling unicode-width v0.1.11 |
| 1555 | 2024-01-15T23:41:06.628Z | Compiling zerocopy-derive v0.2.0 |
| 1556 | 2024-01-15T23:41:07.055Z | Compiling foreign-types-shared v0.1.1 |
| 1557 | 2024-01-15T23:41:07.194Z | Compiling hashbrown v0.12.3 |
| 1558 | 2024-01-15T23:41:07.919Z | Compiling hashbrown v0.13.2 |
| 1559 | 2024-01-15T23:41:08.227Z | Compiling pest_meta v2.7.2 |
| 1560 | 2024-01-15T23:41:08.250Z | Compiling rustversion v1.0.14 |
| 1561 | 2024-01-15T23:41:08.982Z | Compiling untrusted v0.7.1 |
| 1562 | 2024-01-15T23:41:09.270Z | Compiling percent-encoding v2.3.1 |
| 1563 | 2024-01-15T23:41:09.288Z | Compiling time-core v0.1.1 |
| 1564 | 2024-01-15T23:41:09.532Z | Compiling untrusted v0.9.0 |
| 1565 | 2024-01-15T23:41:09.691Z | Compiling openssl-probe v0.1.5 |
| 1566 | 2024-01-15T23:41:09.816Z | Compiling time-macros v0.2.13 |
| 1567 | 2024-01-15T23:41:10.172Z | Compiling foreign-types v0.3.2 |
| 1568 | 2024-01-15T23:41:10.341Z | Compiling pest_generator v2.7.2 |
| 1569 | 2024-01-15T23:41:13.617Z | Compiling try-lock v0.2.4 |
| 1570 | 2024-01-15T23:41:13.763Z | Compiling sct v0.7.0 |
| 1571 | 2024-01-15T23:41:13.810Z | Compiling want v0.3.1 |
| 1572 | 2024-01-15T23:41:14.216Z | Compiling rustls-webpki v0.101.7 |
| 1573 | 2024-01-15T23:41:15.474Z | Compiling form_urlencoded v1.2.1 |
| 1574 | 2024-01-15T23:41:16.487Z | Compiling socket2 v0.4.9 |
| 1575 | 2024-01-15T23:41:16.778Z | Compiling pest_derive v2.7.2 |
| 1576 | 2024-01-15T23:41:17.009Z | Compiling tower-service v0.3.2 |
| 1577 | 2024-01-15T23:41:17.134Z | Compiling httpdate v1.0.3 |
| 1578 | 2024-01-15T23:41:17.171Z | Compiling const-oid v0.9.5 |
| 1579 | 2024-01-15T23:41:17.205Z | Compiling either v1.9.0 |
| 1580 | 2024-01-15T23:41:17.827Z | Compiling rustls-pemfile v1.0.3 |
| 1581 | 2024-01-15T23:41:17.839Z | Compiling idna v0.5.0 |
| 1582 | 2024-01-15T23:41:17.968Z | Compiling memoffset v0.9.0 |
| 1583 | 2024-01-15T23:41:18.356Z | Compiling usdt-impl v0.3.5 |
| 1584 | 2024-01-15T23:41:18.411Z | Compiling adler v1.0.2 |
| 1585 | 2024-01-15T23:41:18.770Z | Compiling miniz_oxide v0.7.1 |
| 1586 | 2024-01-15T23:41:19.197Z | Compiling rustls-native-certs v0.6.3 |
| 1587 | 2024-01-15T23:41:19.833Z | Compiling url v2.5.0 |
| 1588 | 2024-01-15T23:41:20.363Z | Compiling zerocopy v0.3.0 |
| 1589 | 2024-01-15T23:41:20.586Z | Checking crypto-common v0.1.6 |
| 1590 | 2024-01-15T23:41:20.766Z | Checking bytes v1.5.0 |
| 1591 | 2024-01-15T23:41:20.834Z | Checking bitflags v2.4.0 |
| 1592 | 2024-01-15T23:41:21.579Z | Compiling ipnet v2.8.0 |
| 1593 | 2024-01-15T23:41:21.987Z | Checking tokio v1.35.1 |
| 1594 | 2024-01-15T23:41:22.956Z | Compiling dof v0.1.5 |
| 1595 | 2024-01-15T23:41:23.948Z | Compiling indexmap v2.1.0 |
| 1596 | 2024-01-15T23:41:24.376Z | Compiling semver v1.0.21 |
| 1597 | 2024-01-15T23:41:24.505Z | Compiling chrono v0.4.31 |
| 1598 | 2024-01-15T23:41:25.580Z | Compiling uuid v1.6.1 |
| 1599 | 2024-01-15T23:41:25.927Z | Compiling rustc_version v0.4.0 |
| 1600 | 2024-01-15T23:41:26.324Z | Compiling http v0.2.11 |
| 1601 | 2024-01-15T23:41:27.148Z | Compiling serde_spanned v0.6.4 |
| 1602 | 2024-01-15T23:41:27.494Z | Compiling toml_datetime v0.6.5 |
| 1603 | 2024-01-15T23:41:28.114Z | Compiling toml_edit v0.19.15 |
| 1604 | 2024-01-15T23:41:30.571Z | Compiling openapiv3 v2.0.0 |
| 1605 | 2024-01-15T23:41:30.894Z | Compiling http-body v0.4.5 |
| 1606 | 2024-01-15T23:41:31.509Z | Compiling heapless v0.7.16 |
| 1607 | 2024-01-15T23:41:32.691Z | Compiling serde_urlencoded v0.7.1 |
| 1608 | 2024-01-15T23:41:32.912Z | Compiling dtrace-parser v0.1.14 |
| 1609 | 2024-01-15T23:41:33.787Z | Compiling zerocopy-derive v0.6.4 |
| 1610 | 2024-01-15T23:41:33.896Z | Compiling clap_derive v4.4.2 |
| 1611 | 2024-01-15T23:41:34.851Z | Compiling crossbeam-epoch v0.9.15 |
| 1612 | 2024-01-15T23:41:35.526Z | Compiling encoding_rs v0.8.33 |
| 1613 | 2024-01-15T23:41:36.178Z | Compiling thread-id v4.2.0 |
| 1614 | 2024-01-15T23:41:36.344Z | Compiling siphasher v0.3.11 |
| 1615 | 2024-01-15T23:41:37.092Z | Compiling mime v0.3.17 |
| 1616 | 2024-01-15T23:41:37.503Z | Compiling gimli v0.28.0 |
| 1617 | 2024-01-15T23:41:37.961Z | Compiling webpki-roots v0.25.2 |
| 1618 | 2024-01-15T23:41:39.052Z | Compiling tokio-util v0.7.10 |
| 1619 | 2024-01-15T23:41:41.116Z | Compiling h2 v0.3.21 |
| 1620 | 2024-01-15T23:41:41.354Z | Compiling tokio-rustls v0.24.1 |
| 1621 | 2024-01-15T23:41:41.604Z | Compiling serde_tokenstream v0.1.7 |
| 1622 | 2024-01-15T23:41:42.214Z | Compiling strum_macros v0.25.2 |
| 1623 | 2024-01-15T23:41:42.418Z | Compiling block-buffer v0.10.4 |
| 1624 | 2024-01-15T23:41:42.791Z | Compiling tokio-native-tls v0.3.1 |
| 1625 | 2024-01-15T23:41:43.181Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1626 | 2024-01-15T23:41:43.356Z | Compiling object v0.32.1 |
| 1627 | 2024-01-15T23:41:43.648Z | Compiling num-iter v0.1.43 |
| 1628 | 2024-01-15T23:41:43.835Z | Compiling rustc-demangle v0.1.23 |
| 1629 | 2024-01-15T23:41:45.478Z | Compiling addr2line v0.21.0 |
| 1630 | 2024-01-15T23:41:46.479Z | Compiling flate2 v1.0.28 |
| 1631 | 2024-01-15T23:41:46.532Z | Compiling digest v0.10.7 |
| 1632 | 2024-01-15T23:41:47.249Z | Compiling ppv-lite86 v0.2.17 |
| 1633 | 2024-01-15T23:41:47.281Z | Compiling doc-comment v0.3.3 |
| 1634 | 2024-01-15T23:41:47.643Z | Compiling usdt-attr-macro v0.3.5 |
| 1635 | 2024-01-15T23:41:48.038Z | Compiling usdt-macro v0.3.5 |
| 1636 | 2024-01-15T23:41:48.324Z | Compiling toml v0.7.8 |
| 1637 | 2024-01-15T23:41:48.482Z | Compiling rand_chacha v0.3.1 |
| 1638 | 2024-01-15T23:41:49.165Z | Compiling toml_edit v0.21.0 |
| 1639 | 2024-01-15T23:41:49.964Z | Compiling hex v0.4.3 |
| 1640 | 2024-01-15T23:41:50.060Z | Compiling pin-project-internal v1.1.3 |
| 1641 | 2024-01-15T23:41:51.311Z | Checking bitflags v1.3.2 |
| 1642 | 2024-01-15T23:41:51.443Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1643 | 2024-01-15T23:41:51.542Z | Compiling bit-vec v0.6.3 |
| 1644 | 2024-01-15T23:41:52.199Z | Compiling hyper v0.14.27 |
| 1645 | 2024-01-15T23:41:52.642Z | Compiling rand v0.8.5 |
| 1646 | 2024-01-15T23:41:53.732Z | Compiling phf_shared v0.10.0 |
| 1647 | 2024-01-15T23:41:54.330Z | Compiling num-bigint v0.4.4 |
| 1648 | 2024-01-15T23:41:55.362Z | Compiling base64ct v1.6.0 |
| 1649 | 2024-01-15T23:41:55.669Z | Compiling precomputed-hash v0.1.1 |
| 1650 | 2024-01-15T23:41:55.838Z | Compiling smoltcp v0.9.1 |
| 1651 | 2024-01-15T23:41:56.064Z | Compiling new_debug_unreachable v1.0.4 |
| 1652 | 2024-01-15T23:41:56.188Z | Compiling minimal-lexical v0.2.1 |
| 1653 | 2024-01-15T23:41:56.279Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2024-01-15T23:41:56.369Z | Compiling string_cache v0.8.7 |
| 1655 | 2024-01-15T23:41:57.021Z | Compiling nom v7.1.3 |
| 1656 | 2024-01-15T23:41:57.024Z | Compiling petgraph v0.6.4 |
| 1657 | 2024-01-15T23:41:57.024Z | Compiling pem-rfc7468 v0.7.0 |
| 1658 | 2024-01-15T23:41:58.225Z | Compiling bit-set v0.5.3 |
| 1659 | 2024-01-15T23:41:58.635Z | Compiling hmac v0.12.1 |
| 1660 | 2024-01-15T23:41:58.981Z | Compiling itertools v0.10.5 |
| 1661 | 2024-01-15T23:41:59.524Z | Compiling hubpack_derive v0.1.1 |
| 1662 | 2024-01-15T23:41:59.575Z | Compiling enum-as-inner v0.5.1 |
| 1663 | 2024-01-15T23:41:59.596Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1664 | 2024-01-15T23:42:01.253Z | Compiling lalrpop-util v0.19.12 |
| 1665 | 2024-01-15T23:42:01.443Z | Compiling flagset v0.4.3 |
| 1666 | 2024-01-15T23:42:01.745Z | Compiling unicode-segmentation v1.10.1 |
| 1667 | 2024-01-15T23:42:01.791Z | Compiling der v0.7.8 |
| 1668 | 2024-01-15T23:42:02.514Z | Compiling diesel_derives v2.1.2 |
| 1669 | 2024-01-15T23:42:03.098Z | Compiling snafu-derive v0.7.5 |
| 1670 | 2024-01-15T23:42:03.162Z | Compiling hyper-rustls v0.24.2 |
| 1671 | 2024-01-15T23:42:03.458Z | Compiling hyper-tls v0.5.0 |
| 1672 | 2024-01-15T23:42:03.555Z | Compiling cpufeatures v0.2.9 |
| 1673 | 2024-01-15T23:42:03.691Z | Compiling sha2 v0.10.8 |
| 1674 | 2024-01-15T23:42:03.943Z | Compiling reqwest v0.11.22 |
| 1675 | 2024-01-15T23:42:03.974Z | Compiling rustix v0.37.23 |
| 1676 | 2024-01-15T23:42:04.503Z | Compiling md-5 v0.10.5 |
| 1677 | 2024-01-15T23:42:04.861Z | Compiling serde_repr v0.1.16 |
| 1678 | 2024-01-15T23:42:06.364Z | Compiling spki v0.7.2 |
| 1679 | 2024-01-15T23:42:06.806Z | Compiling stringprep v0.1.3 |
| 1680 | 2024-01-15T23:42:07.259Z | Compiling hash32 v0.2.1 |
| 1681 | 2024-01-15T23:42:07.824Z | Compiling stable_deref_trait v1.2.0 |
| 1682 | 2024-01-15T23:42:08.252Z | Compiling fallible-iterator v0.2.0 |
| 1683 | 2024-01-15T23:42:08.549Z | Compiling pkcs8 v0.10.2 |
| 1684 | 2024-01-15T23:42:08.707Z | Compiling terminal_size v0.2.6 |
| 1685 | 2024-01-15T23:42:09.158Z | Compiling phf_shared v0.11.2 |
| 1686 | 2024-01-15T23:42:09.380Z | Compiling postgres-protocol v0.6.6 |
| 1687 | 2024-01-15T23:42:09.439Z | Compiling ff v0.13.0 |
| 1688 | 2024-01-15T23:42:09.718Z | Compiling block-padding v0.3.3 |
| 1689 | 2024-01-15T23:42:09.756Z | Compiling scheduled-thread-pool v0.2.7 |
| 1690 | 2024-01-15T23:42:10.051Z | Compiling num_threads v0.1.6 |
| 1691 | 2024-01-15T23:42:10.095Z | Compiling matches v0.1.10 |
| 1692 | 2024-01-15T23:42:10.243Z | Compiling managed v0.8.0 |
| 1693 | 2024-01-15T23:42:10.305Z | Compiling regex-automata v0.1.10 |
| 1694 | 2024-01-15T23:42:10.555Z | Compiling base16ct v0.2.0 |
| 1695 | 2024-01-15T23:42:10.697Z | Compiling deranged v0.3.8 |
| 1696 | 2024-01-15T23:42:11.043Z | Compiling bstr v0.2.17 |
| 1697 | 2024-01-15T23:42:11.083Z | Compiling sec1 v0.7.3 |
| 1698 | 2024-01-15T23:42:11.619Z | Compiling postgres-types v0.2.6 |
| 1699 | 2024-01-15T23:42:11.958Z | Compiling clap_builder v4.4.2 |
| 1700 | 2024-01-15T23:42:12.723Z | Compiling idna v0.2.3 |
| 1701 | 2024-01-15T23:42:13.358Z | Compiling r2d2 v0.8.10 |
| 1702 | 2024-01-15T23:42:13.651Z | Compiling time v0.3.27 |
| 1703 | 2024-01-15T23:42:13.901Z | Compiling inout v0.1.3 |
| 1704 | 2024-01-15T23:42:14.153Z | Compiling group v0.13.0 |
| 1705 | 2024-01-15T23:42:14.297Z | Compiling phf v0.11.2 |
| 1706 | 2024-01-15T23:42:14.512Z | Compiling bzip2 v0.4.4 |
| 1707 | 2024-01-15T23:42:14.718Z | Compiling hubpack v0.1.2 |
| 1708 | 2024-01-15T23:42:15.103Z | Compiling hkdf v0.12.4 |
| 1709 | 2024-01-15T23:42:15.451Z | Compiling pin-project v1.1.3 |
| 1710 | 2024-01-15T23:42:15.644Z | Compiling zerocopy v0.6.4 |
| 1711 | 2024-01-15T23:42:15.985Z | Compiling ipnetwork v0.20.0 |
| 1712 | 2024-01-15T23:42:17.094Z | Compiling itertools v0.11.0 |
| 1713 | 2024-01-15T23:42:17.433Z | Compiling crypto-bigint v0.5.2 |
| 1714 | 2024-01-15T23:42:17.783Z | Compiling futures-executor v0.3.30 |
| 1715 | 2024-01-15T23:42:20.650Z | Compiling float-cmp v0.9.0 |
| 1716 | 2024-01-15T23:42:20.983Z | Compiling static_assertions v1.1.0 |
| 1717 | 2024-01-15T23:42:21.117Z | Compiling normalize-line-endings v0.3.0 |
| 1718 | 2024-01-15T23:42:21.284Z | Compiling predicates-core v1.0.6 |
| 1719 | 2024-01-15T23:42:21.846Z | Compiling data-encoding v2.4.0 |
| 1720 | 2024-01-15T23:42:22.035Z | Checking unicode-ident v1.0.12 |
| 1721 | 2024-01-15T23:42:22.272Z | Compiling whoami v1.4.1 |
| 1722 | 2024-01-15T23:42:22.590Z | Compiling regex-automata v0.3.8 |
| 1723 | 2024-01-15T23:42:23.117Z | Compiling difflib v0.4.0 |
| 1724 | 2024-01-15T23:42:23.239Z | Compiling trust-dns-proto v0.22.0 |
| 1725 | 2024-01-15T23:42:25.763Z | Compiling bstr v1.6.0 |
| 1726 | 2024-01-15T23:42:25.917Z | Compiling predicates v3.0.4 |
| 1727 | 2024-01-15T23:42:26.630Z | Compiling tokio-postgres v0.7.10 |
| 1728 | 2024-01-15T23:42:28.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1729 | 2024-01-15T23:42:28.307Z | Compiling elliptic-curve v0.13.8 |
| 1730 | 2024-01-15T23:42:28.647Z | Compiling yasna v0.5.2 |
| 1731 | 2024-01-15T23:42:29.503Z | Compiling diesel v2.1.4 |
| 1732 | 2024-01-15T23:42:29.547Z | Compiling futures v0.3.30 |
| 1733 | 2024-01-15T23:42:29.657Z | Compiling clap v4.4.3 |
| 1734 | 2024-01-15T23:42:29.696Z | Compiling snafu v0.7.5 |
| 1735 | 2024-01-15T23:42:29.808Z | Compiling zip v0.6.6 |
| 1736 | 2024-01-15T23:42:31.160Z | Compiling cipher v0.4.4 |
| 1737 | 2024-01-15T23:42:31.839Z | Compiling similar v2.3.0 |
| 1738 | 2024-01-15T23:42:32.203Z | Compiling usdt v0.3.5 |
| 1739 | 2024-01-15T23:42:32.387Z | Compiling tokio-stream v0.1.14 |
| 1740 | 2024-01-15T23:42:32.597Z | Compiling console v0.15.8 |
| 1741 | 2024-01-15T23:42:35.177Z | Checking hashbrown v0.14.2 |
| 1742 | 2024-01-15T23:42:35.697Z | Checking equivalent v1.0.1 |
| 1743 | 2024-01-15T23:42:35.955Z | Checking proc-macro2 v1.0.74 |
| 1744 | 2024-01-15T23:42:37.281Z | Checking quote v1.0.35 |
| 1745 | 2024-01-15T23:42:39.524Z | Checking utf8parse v0.2.1 |
| 1746 | 2024-01-15T23:42:41.658Z | Checking anstyle v1.0.2 |
| 1747 | 2024-01-15T23:42:43.111Z | Checking io-lifetimes v1.0.11 |
| 1748 | 2024-01-15T23:42:46.896Z | Checking anstyle-parse v0.2.1 |
| 1749 | 2024-01-15T23:42:50.249Z | Checking anstyle-query v1.0.0 |
| 1750 | 2024-01-15T23:42:50.412Z | Checking colorchoice v1.0.0 |
| 1751 | 2024-01-15T23:42:50.580Z | Checking anstream v0.5.0 |
| 1752 | 2024-01-15T23:42:51.199Z | Checking clap_lex v0.5.1 |
| 1753 | 2024-01-15T23:42:51.314Z | Checking strsim v0.10.0 |
| 1754 | 2024-01-15T23:42:53.060Z | Checking winnow v0.5.15 |
| 1755 | 2024-01-15T23:42:59.335Z | Compiling serde_tokenstream v0.2.0 |
| 1756 | 2024-01-15T23:43:02.954Z | Compiling regress v0.7.1 |
| 1757 | 2024-01-15T23:43:08.496Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1758 | 2024-01-15T23:43:16.849Z | Compiling getopts v0.2.21 |
| 1759 | 2024-01-15T23:43:16.940Z | Compiling unsafe-libyaml v0.2.10 |
| 1760 | 2024-01-15T23:43:18.216Z | Checking heck v0.4.1 |
| 1761 | 2024-01-15T23:43:18.507Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1762 | 2024-01-15T23:43:19.436Z | Compiling serde_yaml v0.9.25 |
| 1763 | 2024-01-15T23:43:19.830Z | Compiling ident_case v1.0.1 |
| 1764 | 2024-01-15T23:43:20.081Z | Checking fastrand v2.0.0 |
| 1765 | 2024-01-15T23:43:20.147Z | Checking match_cfg v0.1.0 |
| 1766 | 2024-01-15T23:43:20.267Z | Checking hostname v0.3.1 |
| 1767 | 2024-01-15T23:43:20.443Z | Checking camino v1.1.6 |
| 1768 | 2024-01-15T23:43:20.568Z | Checking tempfile v3.8.1 |
| 1769 | 2024-01-15T23:43:21.072Z | Checking atty v0.2.14 |
| 1770 | 2024-01-15T23:43:21.226Z | Compiling paste v1.0.14 |
| 1771 | 2024-01-15T23:43:21.312Z | Checking quick-error v1.2.3 |
| 1772 | 2024-01-15T23:43:21.426Z | Checking crossbeam-channel v0.5.8 |
| 1773 | 2024-01-15T23:43:21.483Z | Checking sha1 v0.10.6 |
| 1774 | 2024-01-15T23:43:21.891Z | Checking dirs-sys-next v0.1.2 |
| 1775 | 2024-01-15T23:43:22.134Z | Checking dirs-next v2.0.0 |
| 1776 | 2024-01-15T23:43:22.315Z | Checking thread_local v1.1.7 |
| 1777 | 2024-01-15T23:43:22.536Z | Checking instant v0.1.12 |
| 1778 | 2024-01-15T23:43:22.683Z | Compiling slog-async v2.8.0 |
| 1779 | 2024-01-15T23:43:22.711Z | Checking term v0.7.0 |
| 1780 | 2024-01-15T23:43:23.971Z | Compiling multer v3.0.0 |
| 1781 | 2024-01-15T23:43:23.998Z | Checking debug-ignore v1.0.5 |
| 1782 | 2024-01-15T23:43:23.998Z | Checking take_mut v0.2.2 |
| 1783 | 2024-01-15T23:43:23.998Z | Checking slog-term v2.9.0 |
| 1784 | 2024-01-15T23:43:24.016Z | Compiling darling_core v0.20.3 |
| 1785 | 2024-01-15T23:43:24.302Z | Checking slog-json v2.6.1 |
| 1786 | 2024-01-15T23:43:24.598Z | Checking http v1.0.0 |
| 1787 | 2024-01-15T23:43:24.662Z | Compiling async-stream-impl v0.3.5 |
| 1788 | 2024-01-15T23:43:26.405Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
| 1789 | 2024-01-15T23:43:26.829Z | Checking rustls-pki-types v1.1.0 |
| 1790 | 2024-01-15T23:43:26.846Z | Checking atomic-waker v1.1.1 |
| 1791 | 2024-01-15T23:43:26.925Z | Checking async-stream v0.3.5 |
| 1792 | 2024-01-15T23:43:27.014Z | Checking waitgroup v0.1.2 |
| 1793 | 2024-01-15T23:43:27.209Z | Checking slog-bunyan v2.5.0 |
| 1794 | 2024-01-15T23:43:27.214Z | Checking toml v0.8.8 |
| 1795 | 2024-01-15T23:43:27.366Z | Checking rustls-pemfile v2.0.0 |
| 1796 | 2024-01-15T23:43:27.415Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
| 1797 | 2024-01-15T23:43:27.606Z | Checking serde_path_to_error v0.1.15 |
| 1798 | 2024-01-15T23:43:27.696Z | Checking strum v0.25.0 |
| 1799 | 2024-01-15T23:43:27.904Z | Compiling structmeta-derive v0.2.0 |
| 1800 | 2024-01-15T23:43:28.356Z | Checking wait-timeout v0.2.0 |
| 1801 | 2024-01-15T23:43:28.578Z | Checking rand_xorshift v0.3.0 |
| 1802 | 2024-01-15T23:43:28.614Z | Checking rusty-fork v0.3.0 |
| 1803 | 2024-01-15T23:43:28.811Z | Compiling regex-syntax v0.7.5 |
| 1804 | 2024-01-15T23:43:29.039Z | Checking unarray v0.1.4 |
| 1805 | 2024-01-15T23:43:29.226Z | Checking proptest v1.4.0 |
| 1806 | 2024-01-15T23:43:32.932Z | Compiling structmeta v0.2.0 |
| 1807 | 2024-01-15T23:43:33.607Z | Checking backoff v0.4.0 |
| 1808 | 2024-01-15T23:43:34.035Z | Compiling test-strategy v0.3.1 |
| 1809 | 2024-01-15T23:43:34.125Z | Compiling darling_macro v0.20.3 |
| 1810 | 2024-01-15T23:43:35.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1811 | 2024-01-15T23:43:35.979Z | Compiling darling v0.20.3 |
| 1812 | 2024-01-15T23:43:35.987Z | Compiling serde_with_macros v3.4.0 |
| 1813 | 2024-01-15T23:43:36.052Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1814 | 2024-01-15T23:43:36.420Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1815 | 2024-01-15T23:43:36.610Z | Checking macaddr v1.0.1 |
| 1816 | 2024-01-15T23:43:37.106Z | Checking camino-tempfile v1.1.1 |
| 1817 | 2024-01-15T23:43:37.205Z | Checking is-terminal v0.4.9 |
| 1818 | 2024-01-15T23:43:37.240Z | Compiling proc-macro-error-attr v1.0.4 |
| 1819 | 2024-01-15T23:43:37.364Z | Compiling proc-macro-error v1.0.4 |
| 1820 | 2024-01-15T23:43:37.507Z | Compiling proc-macro-crate v1.3.1 |
| 1821 | 2024-01-15T23:43:38.018Z | Checking termtree v0.4.1 |
| 1822 | 2024-01-15T23:43:38.274Z | Checking predicates-tree v1.0.9 |
| 1823 | 2024-01-15T23:43:38.480Z | Compiling smoltcp v0.10.0 |
| 1824 | 2024-01-15T23:43:39.050Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1825 | 2024-01-15T23:43:39.270Z | Compiling num_enum_derive v0.5.11 |
| 1826 | 2024-01-15T23:43:39.559Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1827 | 2024-01-15T23:43:40.129Z | Checking embedded-io v0.4.0 |
| 1828 | 2024-01-15T23:43:40.274Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1829 | 2024-01-15T23:43:40.432Z | Compiling parse-display-derive v0.8.2 |
| 1830 | 2024-01-15T23:43:40.466Z | Checking serde_with v3.4.0 |
| 1831 | 2024-01-15T23:43:40.485Z | Compiling crucible-workspace-hack v0.1.0 |
| 1832 | 2024-01-15T23:43:40.689Z | Checking cobs v0.2.3 |
| 1833 | 2024-01-15T23:43:40.903Z | Compiling foreign-types-macros v0.2.3 |
| 1834 | 2024-01-15T23:43:40.943Z | Checking postcard v1.0.8 |
| 1835 | 2024-01-15T23:43:42.064Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1836 | 2024-01-15T23:43:42.482Z | Checking foreign-types-shared v0.3.1 |
| 1837 | 2024-01-15T23:43:42.625Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1838 | 2024-01-15T23:43:42.819Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1839 | 2024-01-15T23:43:42.947Z | Checking foreign-types v0.5.0 |
| 1840 | 2024-01-15T23:43:43.466Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1841 | 2024-01-15T23:43:43.520Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1842 | 2024-01-15T23:43:43.781Z | Checking num_enum v0.5.11 |
| 1843 | 2024-01-15T23:43:43.987Z | Checking cstr-argument v0.1.2 |
| 1844 | 2024-01-15T23:43:44.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1845 | 2024-01-15T23:43:44.631Z | Checking pretty-hex v0.2.1 |
| 1846 | 2024-01-15T23:43:44.850Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1847 | 2024-01-15T23:43:44.935Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1848 | 2024-01-15T23:43:44.975Z | Checking colored v2.0.4 |
| 1849 | 2024-01-15T23:43:45.324Z | Compiling zone_cfg_derive v0.3.0 |
| 1850 | 2024-01-15T23:43:45.450Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1851 | 2024-01-15T23:43:45.552Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1852 | 2024-01-15T23:43:45.950Z | Compiling mockall_derive v0.12.0 |
| 1853 | 2024-01-15T23:43:46.320Z | Compiling num-derive v0.4.0 |
| 1854 | 2024-01-15T23:43:47.684Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1855 | 2024-01-15T23:43:47.735Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1856 | 2024-01-15T23:43:47.919Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1857 | 2024-01-15T23:43:47.938Z | Checking parse-display v0.8.2 |
| 1858 | 2024-01-15T23:43:48.151Z | Checking fragile v2.0.0 |
| 1859 | 2024-01-15T23:43:48.302Z | Checking downcast v0.11.0 |
| 1860 | 2024-01-15T23:43:48.599Z | Checking zone v0.3.0 |
| 1861 | 2024-01-15T23:43:48.603Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1862 | 2024-01-15T23:43:49.912Z | Checking smf v0.2.2 |
| 1863 | 2024-01-15T23:43:49.986Z | Checking same-file v1.0.6 |
| 1864 | 2024-01-15T23:43:49.986Z | Checking xattr v1.0.1 |
| 1865 | 2024-01-15T23:43:49.986Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 1866 | 2024-01-15T23:43:49.986Z | Checking walkdir v2.4.0 |
| 1867 | 2024-01-15T23:43:49.993Z | Checking filetime v0.2.23 |
| 1868 | 2024-01-15T23:43:50.164Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 1869 | 2024-01-15T23:43:50.247Z | Checking pem v3.0.2 |
| 1870 | 2024-01-15T23:43:50.266Z | Checking tar v0.4.40 |
| 1871 | 2024-01-15T23:43:50.300Z | Checking textwrap v0.11.0 |
| 1872 | 2024-01-15T23:43:50.603Z | Compiling heck v0.3.3 |
| 1873 | 2024-01-15T23:43:50.627Z | Checking vec_map v0.8.2 |
| 1874 | 2024-01-15T23:43:50.887Z | Checking strsim v0.8.0 |
| 1875 | 2024-01-15T23:43:50.931Z | Checking ansi_term v0.12.1 |
| 1876 | 2024-01-15T23:43:51.029Z | Compiling libefi-sys v0.1.0 |
| 1877 | 2024-01-15T23:43:51.154Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1878 | 2024-01-15T23:43:51.216Z | Compiling structopt-derive v0.4.18 |
| 1879 | 2024-01-15T23:43:51.384Z | Checking clap v2.34.0 |
| 1880 | 2024-01-15T23:43:51.435Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1881 | 2024-01-15T23:43:51.837Z | Checking linked-hash-map v0.5.6 |
| 1882 | 2024-01-15T23:43:51.869Z | Checking itertools v0.12.0 |
| 1883 | 2024-01-15T23:43:52.085Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1884 | 2024-01-15T23:43:52.348Z | Checking lru-cache v0.1.2 |
| 1885 | 2024-01-15T23:43:52.463Z | Checking headers-core v0.2.0 |
| 1886 | 2024-01-15T23:43:52.573Z | Checking headers v0.3.9 |
| 1887 | 2024-01-15T23:43:52.589Z | Compiling convert_case v0.4.0 |
| 1888 | 2024-01-15T23:43:54.089Z | Compiling derive_more v0.99.17 |
| 1889 | 2024-01-15T23:43:54.344Z | Checking password-hash v0.5.0 |
| 1890 | 2024-01-15T23:43:55.015Z | Checking blake2 v0.10.6 |
| 1891 | 2024-01-15T23:43:55.686Z | Checking arc-swap v1.6.0 |
| 1892 | 2024-01-15T23:43:55.932Z | Checking swrite v0.1.0 |
| 1893 | 2024-01-15T23:43:55.987Z | Checking argon2 v0.5.2 |
| 1894 | 2024-01-15T23:43:56.072Z | Checking rcgen v0.11.3 |
| 1895 | 2024-01-15T23:43:56.231Z | Checking structopt v0.3.26 |
| 1896 | 2024-01-15T23:43:56.353Z | Checking slog-scope v4.4.0 |
| 1897 | 2024-01-15T23:43:56.622Z | Checking atomicwrites v0.4.3 |
| 1898 | 2024-01-15T23:43:56.770Z | Checking subprocess v0.2.9 |
| 1899 | 2024-01-15T23:43:56.886Z | Compiling cancel-safe-futures v0.1.5 |
| 1900 | 2024-01-15T23:43:56.929Z | Checking slog-stdlog v4.1.1 |
| 1901 | 2024-01-15T23:43:57.049Z | Checking half v1.8.2 |
| 1902 | 2024-01-15T23:43:57.152Z | Checking ciborium-io v0.2.1 |
| 1903 | 2024-01-15T23:43:57.309Z | Checking slog-envlogger v2.2.0 |
| 1904 | 2024-01-15T23:43:57.586Z | Compiling signal-hook v0.3.17 |
| 1905 | 2024-01-15T23:43:57.609Z | Checking libsw v3.3.1 |
| 1906 | 2024-01-15T23:43:57.674Z | Checking ciborium-ll v0.2.1 |
| 1907 | 2024-01-15T23:43:57.973Z | Compiling derive-where v1.2.7 |
| 1908 | 2024-01-15T23:43:58.016Z | Checking linear-map v1.2.0 |
| 1909 | 2024-01-15T23:43:58.072Z | Checking owo-colors v3.5.0 |
| 1910 | 2024-01-15T23:43:58.104Z | Checking ciborium v0.2.1 |
| 1911 | 2024-01-15T23:43:59.010Z | Checking resolv-conf v0.7.0 |
| 1912 | 2024-01-15T23:43:59.546Z | Checking keccak v0.1.4 |
| 1913 | 2024-01-15T23:43:59.770Z | Checking trust-dns-resolver v0.22.0 |
| 1914 | 2024-01-15T23:43:59.801Z | Checking mockall v0.12.0 |
| 1915 | 2024-01-15T23:43:59.945Z | Checking sha3 v0.10.8 |
| 1916 | 2024-01-15T23:44:00.154Z | Checking secrecy v0.8.0 |
| 1917 | 2024-01-15T23:44:00.495Z | Compiling slog-dtrace v0.2.3 |
| 1918 | 2024-01-15T23:44:00.562Z | Checking nibble_vec v0.1.0 |
| 1919 | 2024-01-15T23:44:00.846Z | Checking endian-type v0.1.2 |
| 1920 | 2024-01-15T23:44:00.896Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1921 | 2024-01-15T23:44:01.143Z | Checking radix_trie v0.2.1 |
| 1922 | 2024-01-15T23:44:01.248Z | Checking glob v0.3.1 |
| 1923 | 2024-01-15T23:44:01.613Z | Checking fxhash v0.2.1 |
| 1924 | 2024-01-15T23:44:01.697Z | Checking termcolor v1.2.0 |
| 1925 | 2024-01-15T23:44:01.744Z | Compiling radium v0.7.0 |
| 1926 | 2024-01-15T23:44:02.217Z | Checking tap v1.0.1 |
| 1927 | 2024-01-15T23:44:02.292Z | Compiling maybe-uninit v2.0.0 |
| 1928 | 2024-01-15T23:44:02.453Z | Checking wyz v0.5.1 |
| 1929 | 2024-01-15T23:44:03.038Z | Compiling semver-parser v0.10.2 |
| 1930 | 2024-01-15T23:44:03.085Z | Compiling packed_struct v0.10.1 |
| 1931 | 2024-01-15T23:44:03.610Z | Checking crc-catalog v2.2.0 |
| 1932 | 2024-01-15T23:44:03.726Z | Compiling num-bigint-dig v0.8.4 |
| 1933 | 2024-01-15T23:44:03.750Z | Checking funty v2.0.0 |
| 1934 | 2024-01-15T23:44:03.999Z | Checking crc v3.0.1 |
| 1935 | 2024-01-15T23:44:04.200Z | Compiling semver v0.11.0 |
| 1936 | 2024-01-15T23:44:04.372Z | Compiling packed_struct_codegen v0.10.1 |
| 1937 | 2024-01-15T23:44:05.451Z | Compiling num-rational v0.4.1 |
| 1938 | 2024-01-15T23:44:05.614Z | Checking bitvec v1.0.1 |
| 1939 | 2024-01-15T23:44:06.016Z | Compiling home v0.5.5 |
| 1940 | 2024-01-15T23:44:06.260Z | Checking nodrop v0.1.14 |
| 1941 | 2024-01-15T23:44:06.373Z | Compiling toolchain_find v0.2.0 |
| 1942 | 2024-01-15T23:44:06.405Z | Checking array-init v0.0.4 |
| 1943 | 2024-01-15T23:44:07.657Z | Checking smallvec v0.6.14 |
| 1944 | 2024-01-15T23:44:08.226Z | Checking pkcs1 v0.7.5 |
| 1945 | 2024-01-15T23:44:08.602Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1946 | 2024-01-15T23:44:08.936Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1947 | 2024-01-15T23:44:09.175Z | Checking signature v2.1.0 |
| 1948 | 2024-01-15T23:44:09.220Z | Compiling toml v0.5.11 |
| 1949 | 2024-01-15T23:44:09.412Z | Checking bitfield v0.14.0 |
| 1950 | 2024-01-15T23:44:09.484Z | Checking serde-hex v0.1.0 |
| 1951 | 2024-01-15T23:44:09.832Z | Compiling omicron-zone-package v0.9.1 |
| 1952 | 2024-01-15T23:44:11.313Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1953 | 2024-01-15T23:44:11.506Z | Checking rsa v0.9.2 |
| 1954 | 2024-01-15T23:44:11.668Z | Checking env_logger v0.10.0 |
| 1955 | 2024-01-15T23:44:12.294Z | Compiling rustfmt-wrapper v0.2.0 |
| 1956 | 2024-01-15T23:44:12.942Z | Checking x509-cert v0.2.4 |
| 1957 | 2024-01-15T23:44:13.250Z | Checking ron v0.8.1 |
| 1958 | 2024-01-15T23:44:15.499Z | Checking num-complex v0.4.4 |
| 1959 | 2024-01-15T23:44:15.619Z | Checking crc-any v2.4.3 |
| 1960 | 2024-01-15T23:44:16.168Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1961 | 2024-01-15T23:44:16.468Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1962 | 2024-01-15T23:44:16.541Z | Checking newline-converter v0.3.0 |
| 1963 | 2024-01-15T23:44:16.559Z | Checking object v0.30.4 |
| 1964 | 2024-01-15T23:44:16.580Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1965 | 2024-01-15T23:44:16.624Z | Checking path-slash v0.1.5 |
| 1966 | 2024-01-15T23:44:16.735Z | Checking utf-8 v0.7.6 |
| 1967 | 2024-01-15T23:44:16.809Z | Checking expectorate v1.1.0 |
| 1968 | 2024-01-15T23:44:16.990Z | Checking num v0.4.1 |
| 1969 | 2024-01-15T23:44:17.018Z | Checking tungstenite v0.20.1 |
| 1970 | 2024-01-15T23:44:17.034Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1971 | 2024-01-15T23:44:17.119Z | Compiling buf-list v1.0.3 |
| 1972 | 2024-01-15T23:44:17.521Z | Checking signal-hook-mio v0.2.3 |
| 1973 | 2024-01-15T23:44:17.773Z | Checking display-error-chain v0.2.0 |
| 1974 | 2024-01-15T23:44:17.908Z | Compiling parking_lot_core v0.8.6 |
| 1975 | 2024-01-15T23:44:18.028Z | Checking trust-dns-client v0.22.0 |
| 1976 | 2024-01-15T23:44:18.471Z | Checking tokio-tungstenite v0.20.1 |
| 1977 | 2024-01-15T23:44:18.581Z | Checking pretty-hex v0.4.1 |
| 1978 | 2024-01-15T23:44:18.824Z | Compiling vte_generate_state_changes v0.1.1 |
| 1979 | 2024-01-15T23:44:19.114Z | Checking parking_lot v0.11.2 |
| 1980 | 2024-01-15T23:44:19.132Z | Compiling semver v0.1.20 |
| 1981 | 2024-01-15T23:44:19.659Z | Checking sled v0.34.7 |
| 1982 | 2024-01-15T23:44:19.793Z | Checking arrayvec v0.5.2 |
| 1983 | 2024-01-15T23:44:19.982Z | Compiling rustc_version v0.1.7 |
| 1984 | 2024-01-15T23:44:20.290Z | Checking fd-lock v3.0.13 |
| 1985 | 2024-01-15T23:44:20.555Z | Compiling unicase v2.7.0 |
| 1986 | 2024-01-15T23:44:20.573Z | Checking vte v0.10.1 |
| 1987 | 2024-01-15T23:44:20.761Z | Checking trust-dns-server v0.22.1 |
| 1988 | 2024-01-15T23:44:20.780Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1989 | 2024-01-15T23:44:21.015Z | Compiling platforms v3.0.2 |
| 1990 | 2024-01-15T23:44:21.512Z | Compiling newtype_derive v0.1.6 |
| 1991 | 2024-01-15T23:44:21.529Z | Checking crossterm v0.26.1 |
| 1992 | 2024-01-15T23:44:21.934Z | Checking crossbeam-deque v0.8.3 |
| 1993 | 2024-01-15T23:44:22.403Z | Checking nu-ansi-term v0.49.0 |
| 1994 | 2024-01-15T23:44:22.948Z | Checking strip-ansi-escapes v0.1.1 |
| 1995 | 2024-01-15T23:44:23.066Z | Compiling rayon-core v1.12.0 |
| 1996 | 2024-01-15T23:44:23.519Z | Checking globset v0.4.13 |
| 1997 | 2024-01-15T23:44:24.131Z | Checking reedline v0.22.0 |
| 1998 | 2024-01-15T23:44:24.198Z | Checking olpc-cjson v0.1.3 |
| 1999 | 2024-01-15T23:44:24.220Z | Checking serde_plain v1.0.2 |
| 2000 | 2024-01-15T23:44:24.223Z | Compiling async-recursion v1.0.5 |
| 2001 | 2024-01-15T23:44:24.489Z | Checking typed-path v0.7.0 |
| 2002 | 2024-01-15T23:44:24.558Z | Compiling curve25519-dalek v4.1.1 |
| 2003 | 2024-01-15T23:44:25.904Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2004 | 2024-01-15T23:44:26.078Z | Compiling memoffset v0.7.1 |
| 2005 | 2024-01-15T23:44:26.186Z | Compiling mime_guess v2.0.4 |
| 2006 | 2024-01-15T23:44:26.466Z | Checking rayon v1.8.0 |
| 2007 | 2024-01-15T23:44:26.729Z | Checking steno v0.4.0 |
| 2008 | 2024-01-15T23:44:26.925Z | Checking universal-hash v0.5.1 |
| 2009 | 2024-01-15T23:44:27.165Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2010 | 2024-01-15T23:44:27.181Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2011 | 2024-01-15T23:44:27.538Z | Checking tough v0.16.0 |
| 2012 | 2024-01-15T23:44:28.357Z | Checking opaque-debug v0.3.0 |
| 2013 | 2024-01-15T23:44:28.474Z | Checking poly1305 v0.8.0 |
| 2014 | 2024-01-15T23:44:29.830Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2015 | 2024-01-15T23:44:30.302Z | Checking chacha20 v0.9.1 |
| 2016 | 2024-01-15T23:44:30.401Z | Checking aead v0.5.2 |
| 2017 | 2024-01-15T23:44:30.728Z | Checking kstat-rs v0.2.3 |
| 2018 | 2024-01-15T23:44:30.886Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2019 | 2024-01-15T23:44:31.212Z | Checking signature v1.6.4 |
| 2020 | 2024-01-15T23:44:31.271Z | Compiling salty v0.2.0 |
| 2021 | 2024-01-15T23:44:31.383Z | Checking ed25519 v1.5.3 |
| 2022 | 2024-01-15T23:44:31.704Z | Checking chacha20poly1305 v0.10.1 |
| 2023 | 2024-01-15T23:44:32.079Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2024 | 2024-01-15T23:44:32.357Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2025 | 2024-01-15T23:44:32.638Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2026 | 2024-01-15T23:44:32.656Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2027 | 2024-01-15T23:44:32.732Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2028 | 2024-01-15T23:44:33.015Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2029 | 2024-01-15T23:44:33.072Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2030 | 2024-01-15T23:44:34.325Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2031 | 2024-01-15T23:44:35.195Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2032 | 2024-01-15T23:44:36.149Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2033 | 2024-01-15T23:44:37.502Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2034 | 2024-01-15T23:44:37.527Z | Checking thiserror-no-std v2.0.2 |
| 2035 | 2024-01-15T23:44:37.667Z | Checking vsss-rs v3.3.4 |
| 2036 | 2024-01-15T23:44:37.911Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2037 | 2024-01-15T23:44:38.263Z | Checking serde-big-array v0.5.1 |
| 2038 | 2024-01-15T23:44:38.319Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2039 | 2024-01-15T23:44:38.580Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2040 | 2024-01-15T23:44:39.696Z | Checking bytecount v0.6.3 |
| 2041 | 2024-01-15T23:44:39.900Z | Checking papergrid v0.10.0 |
| 2042 | 2024-01-15T23:44:41.460Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2043 | 2024-01-15T23:44:41.653Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2044 | 2024-01-15T23:44:42.132Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2045 | 2024-01-15T23:44:42.435Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2046 | 2024-01-15T23:44:43.959Z | Checking signal-hook-tokio v0.3.1 |
| 2047 | 2024-01-15T23:44:44.203Z | Compiling tabled_derive v0.6.0 |
| 2048 | 2024-01-15T23:44:44.547Z | Checking nix v0.26.4 |
| 2049 | 2024-01-15T23:44:45.224Z | Checking serde-big-array v0.4.1 |
| 2050 | 2024-01-15T23:44:45.449Z | Compiling sqlparser_derive v0.1.1 |
| 2051 | 2024-01-15T23:44:47.264Z | Checking unicode_categories v0.1.1 |
| 2052 | 2024-01-15T23:44:47.807Z | Checking sqlformat v0.2.3 |
| 2053 | 2024-01-15T23:44:47.929Z | Checking rustyline v12.0.0 |
| 2054 | 2024-01-15T23:44:48.303Z | Checking tabled v0.14.0 |
| 2055 | 2024-01-15T23:44:48.662Z | Checking sqlparser v0.36.1 |
| 2056 | 2024-01-15T23:44:50.057Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2057 | 2024-01-15T23:44:50.543Z | Checking bcs v0.1.6 |
| 2058 | 2024-01-15T23:44:51.272Z | Checking corncobs v0.1.3 |
| 2059 | 2024-01-15T23:44:51.542Z | Checking highway v1.1.0 |
| 2060 | 2024-01-15T23:44:51.690Z | Compiling prettyplease v0.2.16 |
| 2061 | 2024-01-15T23:44:52.154Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2062 | 2024-01-15T23:44:52.208Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2063 | 2024-01-15T23:44:52.409Z | Checking http-range v0.1.5 |
| 2064 | 2024-01-15T23:44:52.586Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2065 | 2024-01-15T23:44:52.650Z | Checking hyper-staticfile v0.9.5 |
| 2066 | 2024-01-15T23:44:53.270Z | Compiling portable-atomic v1.4.3 |
| 2067 | 2024-01-15T23:44:53.410Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2068 | 2024-01-15T23:44:53.499Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2069 | 2024-01-15T23:44:54.880Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2070 | 2024-01-15T23:44:55.911Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2071 | 2024-01-15T23:44:56.362Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2072 | 2024-01-15T23:44:57.917Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2073 | 2024-01-15T23:44:59.119Z | Compiling crunchy v0.2.2 |
| 2074 | 2024-01-15T23:44:59.956Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2075 | 2024-01-15T23:45:00.458Z | Compiling clang-sys v1.6.1 |
| 2076 | 2024-01-15T23:45:00.725Z | Compiling tiny-keccak v2.0.2 |
| 2077 | 2024-01-15T23:45:00.745Z | Checking humantime v2.1.0 |
| 2078 | 2024-01-15T23:45:01.019Z | Checking assert_matches v1.5.0 |
| 2079 | 2024-01-15T23:45:01.342Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2080 | 2024-01-15T23:45:01.609Z | Compiling darling_core v0.14.4 |
| 2081 | 2024-01-15T23:45:02.817Z | Checking number_prefix v0.4.0 |
| 2082 | 2024-01-15T23:45:03.099Z | Checking indicatif v0.17.7 |
| 2083 | 2024-01-15T23:45:03.220Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2084 | 2024-01-15T23:45:03.261Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2085 | 2024-01-15T23:45:03.627Z | Compiling ascii-canvas v3.0.0 |
| 2086 | 2024-01-15T23:45:04.658Z | Compiling ena v0.14.2 |
| 2087 | 2024-01-15T23:45:05.290Z | Compiling libloading v0.7.4 |
| 2088 | 2024-01-15T23:45:05.391Z | Compiling bindgen v0.65.1 |
| 2089 | 2024-01-15T23:45:05.690Z | Compiling diff v0.1.13 |
| 2090 | 2024-01-15T23:45:05.876Z | Compiling regex-syntax v0.6.29 |
| 2091 | 2024-01-15T23:45:10.156Z | Compiling cexpr v0.6.0 |
| 2092 | 2024-01-15T23:45:11.540Z | Compiling darling_macro v0.14.4 |
| 2093 | 2024-01-15T23:45:12.866Z | Compiling lalrpop v0.19.12 |
| 2094 | 2024-01-15T23:45:13.182Z | Compiling darling v0.14.4 |
| 2095 | 2024-01-15T23:45:13.344Z | Compiling which v4.4.0 |
| 2096 | 2024-01-15T23:45:14.299Z | Compiling fs-err v2.11.0 |
| 2097 | 2024-01-15T23:45:14.730Z | Checking maplit v1.0.2 |
| 2098 | 2024-01-15T23:45:14.876Z | Compiling shlex v1.1.0 |
| 2099 | 2024-01-15T23:45:15.372Z | Compiling lazycell v1.3.0 |
| 2100 | 2024-01-15T23:45:15.613Z | Compiling ref-cast v1.0.20 |
| 2101 | 2024-01-15T23:45:15.770Z | Compiling rustc-hash v1.1.0 |
| 2102 | 2024-01-15T23:45:15.982Z | Compiling peeking_take_while v0.1.2 |
| 2103 | 2024-01-15T23:45:16.314Z | Compiling derive_builder_core v0.12.0 |
| 2104 | 2024-01-15T23:45:16.498Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2105 | 2024-01-15T23:45:17.930Z | Compiling ref-cast-impl v1.0.20 |
| 2106 | 2024-01-15T23:45:18.877Z | Compiling libxml v0.3.3 |
| 2107 | 2024-01-15T23:45:20.060Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2108 | 2024-01-15T23:45:20.150Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2109 | 2024-01-15T23:45:20.482Z | Compiling derive_builder_macro v0.12.0 |
| 2110 | 2024-01-15T23:45:20.526Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2111 | 2024-01-15T23:45:20.653Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2112 | 2024-01-15T23:45:21.427Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2113 | 2024-01-15T23:45:21.785Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2114 | 2024-01-15T23:45:21.809Z | Compiling strum_macros v0.24.3 |
| 2115 | 2024-01-15T23:45:23.000Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2116 | 2024-01-15T23:45:25.510Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2117 | 2024-01-15T23:45:25.513Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2118 | 2024-01-15T23:45:28.880Z | Compiling cookie v0.18.0 |
| 2119 | 2024-01-15T23:45:29.323Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2120 | 2024-01-15T23:45:29.775Z | Checking parse-size v1.0.0 |
| 2121 | 2024-01-15T23:45:30.002Z | Compiling indoc v1.0.9 |
| 2122 | 2024-01-15T23:45:30.934Z | Checking derive_builder v0.12.0 |
| 2123 | 2024-01-15T23:45:31.672Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2124 | 2024-01-15T23:45:31.786Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2125 | 2024-01-15T23:45:32.207Z | Checking bb8 v0.8.1 |
| 2126 | 2024-01-15T23:45:32.922Z | Checking quick-xml v0.23.1 |
| 2127 | 2024-01-15T23:45:33.840Z | Compiling oso-derive v0.27.0 |
| 2128 | 2024-01-15T23:45:34.967Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2129 | 2024-01-15T23:45:34.970Z | Checking unicode-linebreak v0.1.5 |
| 2130 | 2024-01-15T23:45:34.970Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2131 | 2024-01-15T23:45:34.970Z | Checking smawk v0.3.1 |
| 2132 | 2024-01-15T23:45:34.970Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2133 | 2024-01-15T23:45:34.975Z | Checking textwrap v0.16.0 |
| 2134 | 2024-01-15T23:45:35.726Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2135 | 2024-01-15T23:45:36.096Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2136 | 2024-01-15T23:45:36.220Z | Checking is_ci v1.1.1 |
| 2137 | 2024-01-15T23:45:36.393Z | Checking supports-color v2.1.0 |
| 2138 | 2024-01-15T23:45:36.681Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2139 | 2024-01-15T23:45:38.748Z | Checking crossterm v0.27.0 |
| 2140 | 2024-01-15T23:45:38.947Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2141 | 2024-01-15T23:45:39.634Z | Checking cassowary v0.3.0 |
| 2142 | 2024-01-15T23:45:40.218Z | Compiling indoc v2.0.3 |
| 2143 | 2024-01-15T23:45:40.296Z | Checking rtoolbox v0.0.1 |
| 2144 | 2024-01-15T23:45:40.565Z | Checking rpassword v7.3.1 |
| 2145 | 2024-01-15T23:45:40.774Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2146 | 2024-01-15T23:45:40.803Z | Checking shell-words v1.1.0 |
| 2147 | 2024-01-15T23:45:41.032Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2148 | 2024-01-15T23:45:41.241Z | Checking fatfs v0.3.6 |
| 2149 | 2024-01-15T23:45:41.984Z | Checking ratatui v0.23.0 |
| 2150 | 2024-01-15T23:45:43.234Z | Checking yansi v0.5.1 |
| 2151 | 2024-01-15T23:45:43.237Z | Compiling target-lexicon v0.12.12 |
| 2152 | 2024-01-15T23:45:43.615Z | Checking pretty_assertions v1.4.0 |
| 2153 | 2024-01-15T23:45:43.899Z | Checking plotters-backend v0.3.5 |
| 2154 | 2024-01-15T23:45:44.474Z | Compiling guppy-workspace-hack v0.1.0 |
| 2155 | 2024-01-15T23:45:44.891Z | Checking plotters-svg v0.3.5 |
| 2156 | 2024-01-15T23:45:45.217Z | Checking rand v0.4.6 |
| 2157 | 2024-01-15T23:45:45.568Z | Compiling target-spec v3.0.1 |
| 2158 | 2024-01-15T23:45:45.688Z | Checking tui-tree-widget v0.13.0 |
| 2159 | 2024-01-15T23:45:46.083Z | Checking cast v0.3.0 |
| 2160 | 2024-01-15T23:45:46.360Z | Checking remove_dir_all v0.5.3 |
| 2161 | 2024-01-15T23:45:46.526Z | Checking cfg-expr v0.15.5 |
| 2162 | 2024-01-15T23:45:46.570Z | Checking criterion-plot v0.5.0 |
| 2163 | 2024-01-15T23:45:46.755Z | Checking tempdir v0.3.7 |
| 2164 | 2024-01-15T23:45:46.967Z | Checking plotters v0.3.5 |
| 2165 | 2024-01-15T23:45:47.480Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2166 | 2024-01-15T23:45:47.872Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2167 | 2024-01-15T23:45:49.223Z | Checking tinytemplate v1.2.1 |
| 2168 | 2024-01-15T23:45:49.228Z | Checking cargo-platform v0.1.3 |
| 2169 | 2024-01-15T23:45:49.664Z | Checking oorandom v11.1.3 |
| 2170 | 2024-01-15T23:45:49.781Z | Checking anes v0.1.6 |
| 2171 | 2024-01-15T23:45:49.808Z | Checking cargo_metadata v0.18.1 |
| 2172 | 2024-01-15T23:45:50.376Z | Checking criterion v0.5.1 |
| 2173 | 2024-01-15T23:45:50.457Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2174 | 2024-01-15T23:45:52.520Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2175 | 2024-01-15T23:45:53.058Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2176 | 2024-01-15T23:45:53.223Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2177 | 2024-01-15T23:45:54.919Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2178 | 2024-01-15T23:45:55.070Z | Checking assert_cmd v2.0.13 |
| 2179 | 2024-01-15T23:45:55.761Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2180 | 2024-01-15T23:45:58.124Z | Checking pathdiff v0.2.1 |
| 2181 | 2024-01-15T23:45:58.329Z | Checking nested v0.1.1 |
| 2182 | 2024-01-15T23:45:58.618Z | Checking guppy v0.17.4 |
| 2183 | 2024-01-15T23:46:00.433Z | Checking threadpool v1.8.1 |
| 2184 | 2024-01-15T23:46:00.706Z | Checking nanorand v0.7.0 |
| 2185 | 2024-01-15T23:46:01.253Z | Checking topological-sort v0.2.2 |
| 2186 | 2024-01-15T23:46:01.541Z | Checking flume v0.11.0 |
| 2187 | 2024-01-15T23:46:02.148Z | Checking libtest-mimic v0.6.1 |
| 2188 | 2024-01-15T23:46:02.310Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2189 | 2024-01-15T23:46:02.779Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2190 | 2024-01-15T23:46:04.657Z | Checking httptest v0.15.5 |
| 2191 | 2024-01-15T23:46:05.133Z | Checking similar-asserts v1.5.0 |
| 2192 | 2024-01-15T23:46:05.473Z | Compiling rstest_macros v0.18.2 |
| 2193 | 2024-01-15T23:46:05.827Z | Compiling crossbeam-queue v0.3.8 |
| 2194 | 2024-01-15T23:46:06.391Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2195 | 2024-01-15T23:46:06.624Z | Checking datatest-stable v0.2.3 |
| 2196 | 2024-01-15T23:46:06.931Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2197 | 2024-01-15T23:46:06.945Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2198 | 2024-01-15T23:46:07.367Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2199 | 2024-01-15T23:46:08.213Z | Checking arrayvec v0.7.4 |
| 2200 | 2024-01-15T23:46:08.243Z | Checking constant_time_eq v0.2.6 |
| 2201 | 2024-01-15T23:46:08.388Z | Compiling relative-path v1.9.0 |
| 2202 | 2024-01-15T23:46:08.410Z | Checking arrayref v0.3.7 |
| 2203 | 2024-01-15T23:46:08.532Z | Compiling trybuild v1.0.88 |
| 2204 | 2024-01-15T23:46:08.772Z | Checking blake2b_simd v1.0.1 |
| 2205 | 2024-01-15T23:46:09.671Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2206 | 2024-01-15T23:46:10.025Z | Checking basic-toml v0.1.8 |
| 2207 | 2024-01-15T23:46:11.388Z | Checking constant_time_eq v0.3.0 |
| 2208 | 2024-01-15T23:46:11.553Z | Checking futures-timer v3.0.2 |
| 2209 | 2024-01-15T23:46:11.989Z | Checking rust-argon2 v1.0.1 |
| 2210 | 2024-01-15T23:46:14.748Z | Checking crossbeam v0.8.2 |
| 2211 | 2024-01-15T23:46:16.077Z | Checking partial-io v0.5.4 |
| 2212 | 2024-01-15T23:46:16.629Z | Checking approx v0.5.1 |
| 2213 | 2024-01-15T23:46:16.974Z | Checking termios v0.3.3 |
| 2214 | 2024-01-15T23:46:17.283Z | Checking hex-literal v0.4.1 |
| 2215 | 2024-01-15T23:46:19.058Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2216 | 2024-01-15T23:46:24.002Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2217 | 2024-01-15T23:46:24.020Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2218 | 2024-01-15T23:46:25.259Z | Checking rstest v0.18.2 |
| 2219 | 2024-01-15T23:46:33.171Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2220 | 2024-01-15T23:46:38.482Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2221 | 2024-01-15T23:47:40.611Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2222 | 2024-01-15T23:47:47.113Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2223 | 2024-01-15T23:47:52.089Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2224 | 2024-01-15T23:47:54.005Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2225 | 2024-01-15T23:48:03.496Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2226 | 2024-01-15T23:48:27.139Z | Compiling polar-core v0.27.0 |
| 2227 | 2024-01-15T23:48:37.934Z | Checking oso v0.27.0 |
| 2228 | 2024-01-15T23:49:16.279Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2229 | 2024-01-15T23:50:40.772Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 12s |
| 2230 | 2024-01-15T23:50:41.008Z | |
| 2231 | 2024-01-15T23:50:41.008Z | real 11:13.333888617 |
| 2232 | 2024-01-15T23:50:41.008Z | user 1:00:59.081773063 |
| 2233 | 2024-01-15T23:50:41.008Z | sys 7:47.950105504 |
| 2234 | 2024-01-15T23:50:41.008Z | trap 2.062923169 |
| 2235 | 2024-01-15T23:50:41.008Z | tflt 4.053355082 |
| 2236 | 2024-01-15T23:50:41.008Z | dflt 4.817316786 |
| 2237 | 2024-01-15T23:50:41.013Z | kflt 0.020878410 |
| 2238 | 2024-01-15T23:50:41.013Z | lock 1:36:23.434300227 |
| 2239 | 2024-01-15T23:50:41.013Z | slp 3:00:38.923174399 |
| 2240 | 2024-01-15T23:50:41.013Z | lat 2:09.701901933 |
| 2241 | 2024-01-15T23:50:41.013Z | stop 4:36.607907798 |
| 2242 | 2024-01-15T23:50:42.201Z | warning: output filename collision. |
| 2243 | 2024-01-15T23:50:42.202Z | 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)`. |
| 2244 | 2024-01-15T23:50:42.202Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2245 | 2024-01-15T23:50:42.202Z | The targets should have unique names. |
| 2246 | 2024-01-15T23:50:42.202Z | This is a known bug where multiple crates with the same name use |
| 2247 | 2024-01-15T23:50:42.202Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2248 | 2024-01-15T23:50:42.205Z | warning: output filename collision. |
| 2249 | 2024-01-15T23:50:42.205Z | The lib target `nix` in package `nix v0.26.4` 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)`. |
| 2250 | 2024-01-15T23:50:42.205Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2251 | 2024-01-15T23:50:42.205Z | The targets should have unique names. |
| 2252 | 2024-01-15T23:50:42.206Z | This is a known bug where multiple crates with the same name use |
| 2253 | 2024-01-15T23:50:42.206Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2254 | 2024-01-15T23:50:42.206Z | warning: output filename collision. |
| 2255 | 2024-01-15T23:50:42.206Z | 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)`. |
| 2256 | 2024-01-15T23:50:42.206Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2257 | 2024-01-15T23:50:42.206Z | The targets should have unique names. |
| 2258 | 2024-01-15T23:50:42.208Z | This is a known bug where multiple crates with the same name use |
| 2259 | 2024-01-15T23:50:42.208Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2260 | 2024-01-15T23:50:42.208Z | warning: output filename collision. |
| 2261 | 2024-01-15T23:50:42.208Z | 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)`. |
| 2262 | 2024-01-15T23:50:42.208Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2263 | 2024-01-15T23:50:42.208Z | The targets should have unique names. |
| 2264 | 2024-01-15T23:50:42.208Z | This is a known bug where multiple crates with the same name use |
| 2265 | 2024-01-15T23:50:42.208Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2266 | 2024-01-15T23:50:42.828Z | Documenting libc v0.2.152 |
| 2267 | 2024-01-15T23:50:42.846Z | Documenting cfg-if v1.0.0 |
| 2268 | 2024-01-15T23:50:42.857Z | Documenting serde_derive v1.0.195 |
| 2269 | 2024-01-15T23:50:42.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2270 | 2024-01-15T23:50:42.895Z | Documenting log v0.4.20 |
| 2271 | 2024-01-15T23:50:42.904Z | Documenting scopeguard v1.2.0 |
| 2272 | 2024-01-15T23:50:42.932Z | Documenting memchr v2.6.3 |
| 2273 | 2024-01-15T23:50:42.946Z | Documenting smallvec v1.11.2 |
| 2274 | 2024-01-15T23:50:43.413Z | Documenting zeroize_derive v1.4.2 |
| 2275 | 2024-01-15T23:50:46.748Z | Documenting itoa v1.0.9 |
| 2276 | 2024-01-15T23:50:46.896Z | Documenting lock_api v0.4.10 |
| 2277 | 2024-01-15T23:50:47.338Z | Documenting pin-project-lite v0.2.13 |
| 2278 | 2024-01-15T23:50:48.828Z | Documenting libm v0.2.7 |
| 2279 | 2024-01-15T23:50:49.165Z | Documenting getrandom v0.2.10 |
| 2280 | 2024-01-15T23:50:49.654Z | Documenting parking_lot_core v0.9.8 |
| 2281 | 2024-01-15T23:50:50.827Z | Documenting signal-hook-registry v1.4.1 |
| 2282 | 2024-01-15T23:50:50.927Z | Documenting zeroize v1.7.0 |
| 2283 | 2024-01-15T23:50:51.350Z | Documenting mio v0.8.9 |
| 2284 | 2024-01-15T23:50:51.443Z | Documenting futures-core v0.3.30 |
| 2285 | 2024-01-15T23:50:52.552Z | Documenting serde v1.0.195 |
| 2286 | 2024-01-15T23:50:53.636Z | Documenting num-traits v0.2.16 |
| 2287 | 2024-01-15T23:50:55.033Z | Documenting rand_core v0.6.4 |
| 2288 | 2024-01-15T23:50:55.436Z | Documenting parking_lot v0.12.1 |
| 2289 | 2024-01-15T23:50:56.567Z | Documenting thiserror-impl v1.0.49 |
| 2290 | 2024-01-15T23:50:56.599Z | Documenting socket2 v0.5.5 |
| 2291 | 2024-01-15T23:50:56.723Z | Documenting num_cpus v1.16.0 |
| 2292 | 2024-01-15T23:50:57.290Z | Documenting typenum v1.16.0 |
| 2293 | 2024-01-15T23:51:00.114Z | Documenting tokio-macros v2.2.0 |
| 2294 | 2024-01-15T23:51:00.711Z | Documenting once_cell v1.19.0 |
| 2295 | 2024-01-15T23:51:01.112Z | Documenting subtle v2.5.0 |
| 2296 | 2024-01-15T23:51:02.194Z | Documenting byteorder v1.5.0 |
| 2297 | 2024-01-15T23:51:02.411Z | Documenting ryu v1.0.15 |
| 2298 | 2024-01-15T23:51:03.540Z | Documenting thiserror v1.0.49 |
| 2299 | 2024-01-15T23:51:06.423Z | Documenting futures-sink v0.3.30 |
| 2300 | 2024-01-15T23:51:06.709Z | Documenting const-oid v0.9.5 |
| 2301 | 2024-01-15T23:51:06.733Z | Documenting pin-utils v0.1.0 |
| 2302 | 2024-01-15T23:51:06.753Z | Documenting slab v0.4.9 |
| 2303 | 2024-01-15T23:51:08.197Z | Documenting futures-macro v0.3.30 |
| 2304 | 2024-01-15T23:51:08.874Z | Documenting futures-io v0.3.30 |
| 2305 | 2024-01-15T23:51:11.818Z | Documenting futures-channel v0.3.30 |
| 2306 | 2024-01-15T23:51:13.026Z | Documenting futures-task v0.3.30 |
| 2307 | 2024-01-15T23:51:14.427Z | Documenting iana-time-zone v0.1.57 |
| 2308 | 2024-01-15T23:51:14.545Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2024-01-15T23:51:14.986Z | Documenting tinyvec_macros v0.1.1 |
| 2310 | 2024-01-15T23:51:15.771Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2024-01-15T23:51:16.064Z | Documenting ppv-lite86 v0.2.17 |
| 2312 | 2024-01-15T23:51:17.860Z | Documenting tracing-core v0.1.31 |
| 2313 | 2024-01-15T23:51:18.904Z | Documenting futures-util v0.3.30 |
| 2314 | 2024-01-15T23:51:19.199Z | Documenting tinyvec v1.6.0 |
| 2315 | 2024-01-15T23:51:20.317Z | Documenting tracing-attributes v0.1.26 |
| 2316 | 2024-01-15T23:51:21.246Z | Documenting rand_chacha v0.3.1 |
| 2317 | 2024-01-15T23:51:24.737Z | Documenting unicode-normalization v0.1.22 |
| 2318 | 2024-01-15T23:51:27.335Z | Documenting rand v0.8.5 |
| 2319 | 2024-01-15T23:51:27.602Z | Documenting bytes v1.5.0 |
| 2320 | 2024-01-15T23:51:29.570Z | Documenting bitflags v2.4.0 |
| 2321 | 2024-01-15T23:51:29.899Z | Documenting serde_json v1.0.111 |
| 2322 | 2024-01-15T23:51:31.192Z | Documenting chrono v0.4.31 |
| 2323 | 2024-01-15T23:51:34.261Z | Documenting uuid v1.6.1 |
| 2324 | 2024-01-15T23:51:34.904Z | Documenting tokio v1.35.1 |
| 2325 | 2024-01-15T23:51:35.311Z | Documenting spin v0.9.8 |
| 2326 | 2024-01-15T23:51:36.059Z | Documenting lazy_static v1.4.0 |
| 2327 | 2024-01-15T23:51:38.253Z | Documenting unicode-bidi v0.3.13 |
| 2328 | 2024-01-15T23:51:40.138Z | Documenting base64 v0.21.7 |
| 2329 | 2024-01-15T23:51:40.141Z | Documenting percent-encoding v2.3.1 |
| 2330 | 2024-01-15T23:51:40.382Z | Documenting cpufeatures v0.2.9 |
| 2331 | 2024-01-15T23:51:41.301Z | Documenting serde_derive_internals v0.26.0 |
| 2332 | 2024-01-15T23:51:42.767Z | Documenting generic-array v0.14.7 |
| 2333 | 2024-01-15T23:51:44.378Z | Checking serde_derive_internals v0.26.0 |
| 2334 | 2024-01-15T23:51:44.591Z | Documenting dyn-clone v1.0.13 |
| 2335 | 2024-01-15T23:51:45.354Z | Documenting fnv v1.0.7 |
| 2336 | 2024-01-15T23:51:45.942Z | Documenting errno v0.3.2 |
| 2337 | 2024-01-15T23:51:46.445Z | Documenting form_urlencoded v1.2.1 |
| 2338 | 2024-01-15T23:51:47.488Z | Documenting tracing v0.1.37 |
| 2339 | 2024-01-15T23:51:48.973Z | Documenting schemars_derive v0.8.16 |
| 2340 | 2024-01-15T23:51:48.995Z | Documenting idna v0.5.0 |
| 2341 | 2024-01-15T23:51:49.610Z | Documenting crypto-common v0.1.6 |
| 2342 | 2024-01-15T23:51:50.649Z | Documenting block-buffer v0.10.4 |
| 2343 | 2024-01-15T23:51:51.514Z | Documenting rustix v0.38.25 |
| 2344 | 2024-01-15T23:51:52.321Z | Documenting httparse v1.8.0 |
| 2345 | 2024-01-15T23:51:52.721Z | Documenting unicode-ident v1.0.12 |
| 2346 | 2024-01-15T23:51:55.291Z | Documenting url v2.5.0 |
| 2347 | 2024-01-15T23:51:56.420Z | Documenting adler v1.0.2 |
| 2348 | 2024-01-15T23:51:56.530Z | Documenting digest v0.10.7 |
| 2349 | 2024-01-15T23:51:56.778Z | Documenting proc-macro2 v1.0.74 |
| 2350 | 2024-01-15T23:51:57.890Z | Documenting schemars v0.8.16 |
| 2351 | 2024-01-15T23:51:58.474Z | Documenting base64ct v1.6.0 |
| 2352 | 2024-01-15T23:52:00.450Z | Documenting miniz_oxide v0.7.1 |
| 2353 | 2024-01-15T23:52:01.132Z | Documenting unicode-width v0.1.11 |
| 2354 | 2024-01-15T23:52:01.420Z | Documenting httpdate v1.0.3 |
| 2355 | 2024-01-15T23:52:02.755Z | Documenting quote v1.0.35 |
| 2356 | 2024-01-15T23:52:04.714Z | Documenting openssl-probe v0.1.5 |
| 2357 | 2024-01-15T23:52:05.290Z | Documenting untrusted v0.9.0 |
| 2358 | 2024-01-15T23:52:05.802Z | Documenting try-lock v0.2.4 |
| 2359 | 2024-01-15T23:52:05.980Z | Documenting http-body v0.4.5 |
| 2360 | 2024-01-15T23:52:06.945Z | Documenting openssl-sys v0.9.96 |
| 2361 | 2024-01-15T23:52:07.494Z | Documenting slog v2.7.0 |
| 2362 | 2024-01-15T23:52:08.824Z | Documenting async-trait v0.1.77 |
| 2363 | 2024-01-15T23:52:09.590Z | Documenting ring v0.17.7 |
| 2364 | 2024-01-15T23:52:09.879Z | Documenting want v0.3.1 |
| 2365 | 2024-01-15T23:52:10.488Z | Documenting openssl-macros v0.1.1 |
| 2366 | 2024-01-15T23:52:12.338Z | Documenting tower-service v0.3.2 |
| 2367 | 2024-01-15T23:52:13.752Z | Documenting mime v0.3.17 |
| 2368 | 2024-01-15T23:52:15.452Z | Documenting pem-rfc7468 v0.7.0 |
| 2369 | 2024-01-15T23:52:15.773Z | Documenting aho-corasick v1.0.4 |
| 2370 | 2024-01-15T23:52:16.013Z | Documenting sct v0.7.0 |
| 2371 | 2024-01-15T23:52:16.908Z | Documenting openssl v0.10.60 |
| 2372 | 2024-01-15T23:52:17.275Z | Documenting rustls-webpki v0.101.7 |
| 2373 | 2024-01-15T23:52:17.985Z | Documenting der_derive v0.7.2 |
| 2374 | 2024-01-15T23:52:18.576Z | Documenting tokio-util v0.7.10 |
| 2375 | 2024-01-15T23:52:20.102Z | Documenting ipnet v2.8.0 |
| 2376 | 2024-01-15T23:52:21.305Z | Documenting equivalent v1.0.1 |
| 2377 | 2024-01-15T23:52:21.449Z | Documenting utf8parse v0.2.1 |
| 2378 | 2024-01-15T23:52:22.900Z | Documenting regex-syntax v0.8.2 |
| 2379 | 2024-01-15T23:52:23.667Z | Documenting hashbrown v0.14.2 |
| 2380 | 2024-01-15T23:52:25.273Z | Documenting flagset v0.4.3 |
| 2381 | 2024-01-15T23:52:25.469Z | Documenting rustls v0.21.9 |
| 2382 | 2024-01-15T23:52:25.794Z | Documenting num-integer v0.1.45 |
| 2383 | 2024-01-15T23:52:26.313Z | Documenting time-macros v0.2.13 |
| 2384 | 2024-01-15T23:52:26.949Z | Documenting h2 v0.3.21 |
| 2385 | 2024-01-15T23:52:29.272Z | Documenting der v0.7.8 |
| 2386 | 2024-01-15T23:52:29.310Z | Documenting deranged v0.3.8 |
| 2387 | 2024-01-15T23:52:29.928Z | Documenting indexmap v2.1.0 |
| 2388 | 2024-01-15T23:52:31.742Z | Documenting num_threads v0.1.6 |
| 2389 | 2024-01-15T23:52:33.164Z | Documenting regex-automata v0.4.3 |
| 2390 | 2024-01-15T23:52:33.496Z | Documenting gimli v0.28.0 |
| 2391 | 2024-01-15T23:52:35.722Z | Documenting time-core v0.1.1 |
| 2392 | 2024-01-15T23:52:36.746Z | Documenting spki v0.7.2 |
| 2393 | 2024-01-15T23:52:36.788Z | Documenting native-tls v0.2.11 |
| 2394 | 2024-01-15T23:52:36.869Z | Documenting tokio-rustls v0.24.1 |
| 2395 | 2024-01-15T23:52:36.976Z | Documenting object v0.32.1 |
| 2396 | 2024-01-15T23:52:39.794Z | Documenting time v0.3.27 |
| 2397 | 2024-01-15T23:52:42.249Z | Documenting hyper v0.14.27 |
| 2398 | 2024-01-15T23:52:43.027Z | Documenting addr2line v0.21.0 |
| 2399 | 2024-01-15T23:52:43.540Z | Documenting encoding_rs v0.8.33 |
| 2400 | 2024-01-15T23:52:44.891Z | Documenting crossbeam-utils v0.8.16 |
| 2401 | 2024-01-15T23:52:45.823Z | Checking pest_meta v2.7.2 |
| 2402 | 2024-01-15T23:52:46.087Z | Documenting regex v1.10.2 |
| 2403 | 2024-01-15T23:52:47.303Z | Documenting rustc-demangle v0.1.23 |
| 2404 | 2024-01-15T23:52:47.832Z | Documenting tokio-native-tls v0.3.1 |
| 2405 | 2024-01-15T23:52:48.516Z | Documenting rustls-native-certs v0.6.3 |
| 2406 | 2024-01-15T23:52:50.767Z | Documenting serde_urlencoded v0.7.1 |
| 2407 | 2024-01-15T23:52:51.068Z | Documenting pest_meta v2.7.2 |
| 2408 | 2024-01-15T23:52:51.569Z | Checking pest_generator v2.7.2 |
| 2409 | 2024-01-15T23:52:52.759Z | Documenting pkcs8 v0.10.2 |
| 2410 | 2024-01-15T23:52:54.291Z | Documenting ucd-trie v0.1.6 |
| 2411 | 2024-01-15T23:52:54.643Z | Documenting data-encoding v2.4.0 |
| 2412 | 2024-01-15T23:52:55.551Z | Documenting webpki-roots v0.25.2 |
| 2413 | 2024-01-15T23:52:55.879Z | Documenting backtrace v0.3.69 |
| 2414 | 2024-01-15T23:52:57.023Z | Documenting anstyle v1.0.2 |
| 2415 | 2024-01-15T23:52:57.167Z | Documenting pest_generator v2.7.2 |
| 2416 | 2024-01-15T23:52:59.354Z | Documenting anstyle-parse v0.2.1 |
| 2417 | 2024-01-15T23:53:00.301Z | Documenting pest v2.7.2 |
| 2418 | 2024-01-15T23:53:00.846Z | Documenting syn v2.0.46 |
| 2419 | 2024-01-15T23:53:01.025Z | Documenting ipnetwork v0.20.0 |
| 2420 | 2024-01-15T23:53:01.087Z | Documenting hyper-rustls v0.24.2 |
| 2421 | 2024-01-15T23:53:02.495Z | Documenting hyper-tls v0.5.0 |
| 2422 | 2024-01-15T23:53:03.957Z | Documenting anyhow v1.0.75 |
| 2423 | 2024-01-15T23:53:04.059Z | Documenting sha2 v0.10.8 |
| 2424 | 2024-01-15T23:53:04.167Z | Documenting pest_derive v2.7.2 |
| 2425 | 2024-01-15T23:53:08.235Z | Documenting futures-executor v0.3.30 |
| 2426 | 2024-01-15T23:53:08.248Z | Documenting hex v0.4.3 |
| 2427 | 2024-01-15T23:53:11.290Z | Documenting crc32fast v1.3.2 |
| 2428 | 2024-01-15T23:53:11.400Z | Checking serde_tokenstream v0.1.7 |
| 2429 | 2024-01-15T23:53:11.448Z | Documenting colorchoice v1.0.0 |
| 2430 | 2024-01-15T23:53:11.756Z | Documenting anstyle-query v1.0.0 |
| 2431 | 2024-01-15T23:53:11.943Z | Documenting dtrace-parser v0.1.14 |
| 2432 | 2024-01-15T23:53:12.464Z | Documenting reqwest v0.11.22 |
| 2433 | 2024-01-15T23:53:13.976Z | Documenting openapiv3 v2.0.0 |
| 2434 | 2024-01-15T23:53:14.256Z | Documenting num-iter v0.1.43 |
| 2435 | 2024-01-15T23:53:15.537Z | Documenting hmac v0.12.1 |
| 2436 | 2024-01-15T23:53:16.560Z | Documenting dof v0.1.5 |
| 2437 | 2024-01-15T23:53:16.981Z | Documenting anstream v0.5.0 |
| 2438 | 2024-01-15T23:53:17.411Z | Documenting thread-id v4.2.0 |
| 2439 | 2024-01-15T23:53:20.217Z | Documenting terminal_size v0.2.6 |
| 2440 | 2024-01-15T23:53:22.466Z | Documenting memoffset v0.9.0 |
| 2441 | 2024-01-15T23:53:22.627Z | Documenting clap_lex v0.5.1 |
| 2442 | 2024-01-15T23:53:22.664Z | Documenting strsim v0.10.0 |
| 2443 | 2024-01-15T23:53:22.888Z | Documenting usdt-impl v0.3.5 |
| 2444 | 2024-01-15T23:53:24.157Z | Documenting flate2 v1.0.28 |
| 2445 | 2024-01-15T23:53:25.441Z | Documenting futures v0.3.30 |
| 2446 | 2024-01-15T23:53:25.955Z | Documenting usdt-macro v0.3.5 |
| 2447 | 2024-01-15T23:53:26.490Z | Documenting crossbeam-epoch v0.9.15 |
| 2448 | 2024-01-15T23:53:28.659Z | Documenting usdt-attr-macro v0.3.5 |
| 2449 | 2024-01-15T23:53:28.767Z | Documenting clap_builder v4.4.2 |
| 2450 | 2024-01-15T23:53:29.277Z | Documenting clap_derive v4.4.2 |
| 2451 | 2024-01-15T23:53:31.216Z | Documenting unicode-segmentation v1.10.1 |
| 2452 | 2024-01-15T23:53:31.341Z | Documenting managed v0.8.0 |
| 2453 | 2024-01-15T23:53:32.394Z | Documenting block-padding v0.3.3 |
| 2454 | 2024-01-15T23:53:33.424Z | Documenting scheduled-thread-pool v0.2.7 |
| 2455 | 2024-01-15T23:53:35.950Z | Documenting usdt v0.3.5 |
| 2456 | 2024-01-15T23:53:36.070Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2457 | 2024-01-15T23:53:36.235Z | Documenting enum-as-inner v0.5.1 |
| 2458 | 2024-01-15T23:53:37.092Z | Documenting pin-project-internal v1.1.3 |
| 2459 | 2024-01-15T23:53:38.036Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2460 | 2024-01-15T23:53:38.203Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2461 | 2024-01-15T23:53:38.221Z | Documenting clap v4.4.3 |
| 2462 | 2024-01-15T23:53:38.444Z | Documenting either v1.9.0 |
| 2463 | 2024-01-15T23:53:39.186Z | Documenting r2d2 v0.8.10 |
| 2464 | 2024-01-15T23:53:41.771Z | Documenting bzip2 v0.4.4 |
| 2465 | 2024-01-15T23:53:42.552Z | Documenting trust-dns-proto v0.22.0 |
| 2466 | 2024-01-15T23:53:43.353Z | Documenting inout v0.1.3 |
| 2467 | 2024-01-15T23:53:44.090Z | Documenting pin-project v1.1.3 |
| 2468 | 2024-01-15T23:53:44.298Z | Documenting md-5 v0.10.5 |
| 2469 | 2024-01-15T23:53:44.441Z | Documenting diesel_derives v2.1.2 |
| 2470 | 2024-01-15T23:53:45.204Z | Documenting stringprep v0.1.3 |
| 2471 | 2024-01-15T23:53:45.384Z | Documenting toml_datetime v0.6.5 |
| 2472 | 2024-01-15T23:53:47.436Z | Documenting serde_spanned v0.6.4 |
| 2473 | 2024-01-15T23:53:48.317Z | Documenting zerocopy v0.7.31 |
| 2474 | 2024-01-15T23:53:49.310Z | Documenting ff v0.13.0 |
| 2475 | 2024-01-15T23:53:50.653Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2476 | 2024-01-15T23:53:51.000Z | Documenting doc-comment v0.3.3 |
| 2477 | 2024-01-15T23:53:51.472Z | Documenting snafu-derive v0.7.5 |
| 2478 | 2024-01-15T23:53:52.993Z | Documenting bit-vec v0.6.3 |
| 2479 | 2024-01-15T23:53:54.853Z | Documenting fallible-iterator v0.2.0 |
| 2480 | 2024-01-15T23:53:54.953Z | Documenting winnow v0.5.15 |
| 2481 | 2024-01-15T23:53:55.035Z | Documenting siphasher v0.3.11 |
| 2482 | 2024-01-15T23:53:56.135Z | Documenting base16ct v0.2.0 |
| 2483 | 2024-01-15T23:53:56.224Z | Documenting static_assertions v1.1.0 |
| 2484 | 2024-01-15T23:53:58.938Z | Documenting diesel v2.1.4 |
| 2485 | 2024-01-15T23:53:59.317Z | Documenting phf_shared v0.11.2 |
| 2486 | 2024-01-15T23:53:59.377Z | Documenting group v0.13.0 |
| 2487 | 2024-01-15T23:54:00.673Z | Documenting sec1 v0.7.3 |
| 2488 | 2024-01-15T23:54:00.767Z | Documenting cipher v0.4.4 |
| 2489 | 2024-01-15T23:54:02.324Z | Documenting postgres-protocol v0.6.6 |
| 2490 | 2024-01-15T23:54:02.462Z | Documenting toml_edit v0.21.0 |
| 2491 | 2024-01-15T23:54:02.618Z | Documenting snafu v0.7.5 |
| 2492 | 2024-01-15T23:54:04.744Z | Documenting zip v0.6.6 |
| 2493 | 2024-01-15T23:54:05.008Z | Documenting hkdf v0.12.4 |
| 2494 | 2024-01-15T23:54:09.325Z | Documenting num-bigint v0.4.4 |
| 2495 | 2024-01-15T23:54:10.179Z | Documenting crypto-bigint v0.5.2 |
| 2496 | 2024-01-15T23:54:10.630Z | Documenting hubpack v0.1.2 |
| 2497 | 2024-01-15T23:54:10.647Z | Documenting regress v0.7.1 |
| 2498 | 2024-01-15T23:54:11.532Z | Documenting bstr v1.6.0 |
| 2499 | 2024-01-15T23:54:12.321Z | Documenting serde_repr v0.1.16 |
| 2500 | 2024-01-15T23:54:12.583Z | Documenting precomputed-hash v0.1.1 |
| 2501 | 2024-01-15T23:54:17.202Z | Documenting minimal-lexical v0.2.1 |
| 2502 | 2024-01-15T23:54:17.808Z | Documenting lalrpop-util v0.19.12 |
| 2503 | 2024-01-15T23:54:18.770Z | Documenting new_debug_unreachable v1.0.4 |
| 2504 | 2024-01-15T23:54:19.041Z | Documenting fixedbitset v0.4.2 |
| 2505 | 2024-01-15T23:54:19.917Z | Documenting yasna v0.5.2 |
| 2506 | 2024-01-15T23:54:20.402Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2507 | 2024-01-15T23:54:20.592Z | Documenting elliptic-curve v0.13.8 |
| 2508 | 2024-01-15T23:54:22.718Z | Documenting nom v7.1.3 |
| 2509 | 2024-01-15T23:54:23.024Z | Documenting string_cache v0.8.7 |
| 2510 | 2024-01-15T23:54:23.834Z | Documenting petgraph v0.6.4 |
| 2511 | 2024-01-15T23:54:24.162Z | Documenting postgres-types v0.2.6 |
| 2512 | 2024-01-15T23:54:29.356Z | Documenting phf v0.11.2 |
| 2513 | 2024-01-15T23:54:29.453Z | Documenting console v0.15.8 |
| 2514 | 2024-01-15T23:54:29.474Z | Documenting semver v1.0.21 |
| 2515 | 2024-01-15T23:54:30.050Z | Documenting float-cmp v0.9.0 |
| 2516 | 2024-01-15T23:54:31.780Z | Documenting difflib v0.4.0 |
| 2517 | 2024-01-15T23:54:34.304Z | Documenting heck v0.4.1 |
| 2518 | 2024-01-15T23:54:34.969Z | Documenting predicates-core v1.0.6 |
| 2519 | 2024-01-15T23:54:35.415Z | Documenting whoami v1.4.1 |
| 2520 | 2024-01-15T23:54:35.860Z | Checking unsafe-libyaml v0.2.10 |
| 2521 | 2024-01-15T23:54:36.067Z | Documenting normalize-line-endings v0.3.0 |
| 2522 | 2024-01-15T23:54:37.077Z | Documenting ahash v0.8.6 |
| 2523 | 2024-01-15T23:54:37.327Z | Documenting bit-set v0.5.3 |
| 2524 | 2024-01-15T23:54:37.518Z | Documenting similar v2.3.0 |
| 2525 | 2024-01-15T23:54:37.780Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2526 | 2024-01-15T23:54:40.548Z | Documenting tokio-stream v0.1.14 |
| 2527 | 2024-01-15T23:54:40.702Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2528 | 2024-01-15T23:54:40.921Z | Documenting tokio-postgres v0.7.10 |
| 2529 | 2024-01-15T23:54:41.428Z | Documenting predicates v3.0.4 |
| 2530 | 2024-01-15T23:54:43.355Z | Checking ident_case v1.0.1 |
| 2531 | 2024-01-15T23:54:43.575Z | Documenting unsafe-libyaml v0.2.10 |
| 2532 | 2024-01-15T23:54:43.790Z | Checking serde_yaml v0.9.25 |
| 2533 | 2024-01-15T23:54:43.932Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2534 | 2024-01-15T23:54:46.778Z | Documenting getopts v0.2.21 |
| 2535 | 2024-01-15T23:54:47.673Z | Documenting match_cfg v0.1.0 |
| 2536 | 2024-01-15T23:54:48.109Z | Documenting sha1 v0.10.6 |
| 2537 | 2024-01-15T23:54:48.929Z | Documenting dirs-sys-next v0.1.2 |
| 2538 | 2024-01-15T23:54:49.129Z | Documenting serde_yaml v0.9.25 |
| 2539 | 2024-01-15T23:54:51.876Z | Documenting hostname v0.3.1 |
| 2540 | 2024-01-15T23:54:51.946Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2541 | 2024-01-15T23:54:52.819Z | Documenting thread_local v1.1.7 |
| 2542 | 2024-01-15T23:54:54.421Z | Documenting dirs-next v2.0.0 |
| 2543 | 2024-01-15T23:54:55.347Z | Documenting paste v1.0.14 |
| 2544 | 2024-01-15T23:54:55.511Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2545 | 2024-01-15T23:54:55.871Z | Documenting crossbeam-channel v0.5.8 |
| 2546 | 2024-01-15T23:54:57.413Z | Documenting atty v0.2.14 |
| 2547 | 2024-01-15T23:54:57.440Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2548 | 2024-01-15T23:54:59.011Z | Documenting take_mut v0.2.2 |
| 2549 | 2024-01-15T23:54:59.939Z | Documenting term v0.7.0 |
| 2550 | 2024-01-15T23:55:00.752Z | Documenting slog-json v2.6.1 |
| 2551 | 2024-01-15T23:55:01.335Z | Documenting http v1.0.0 |
| 2552 | 2024-01-15T23:55:01.936Z | Documenting camino v1.1.6 |
| 2553 | 2024-01-15T23:55:02.022Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2554 | 2024-01-15T23:55:02.146Z | Documenting async-stream-impl v0.3.5 |
| 2555 | 2024-01-15T23:55:04.337Z | Documenting slog-async v2.8.0 |
| 2556 | 2024-01-15T23:55:05.706Z | Documenting slog-term v2.9.0 |
| 2557 | 2024-01-15T23:55:07.457Z | Documenting rustls-pki-types v1.1.0 |
| 2558 | 2024-01-15T23:55:08.777Z | Documenting debug-ignore v1.0.5 |
| 2559 | 2024-01-15T23:55:08.811Z | Documenting atomic-waker v1.1.1 |
| 2560 | 2024-01-15T23:55:09.055Z | Documenting async-stream v0.3.5 |
| 2561 | 2024-01-15T23:55:09.868Z | Documenting multer v3.0.0 |
| 2562 | 2024-01-15T23:55:09.920Z | Documenting slog-bunyan v2.5.0 |
| 2563 | 2024-01-15T23:55:11.956Z | Checking darling_core v0.20.3 |
| 2564 | 2024-01-15T23:55:12.221Z | Documenting rustls-pemfile v2.0.0 |
| 2565 | 2024-01-15T23:55:12.923Z | Documenting waitgroup v0.1.2 |
| 2566 | 2024-01-15T23:55:13.152Z | Documenting toml v0.8.8 |
| 2567 | 2024-01-15T23:55:13.674Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2568 | 2024-01-15T23:55:14.361Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
| 2569 | 2024-01-15T23:55:14.869Z | Documenting serde_path_to_error v0.1.15 |
| 2570 | 2024-01-15T23:55:16.636Z | Documenting strum v0.25.0 |
| 2571 | 2024-01-15T23:55:17.403Z | Checking darling v0.20.3 |
| 2572 | 2024-01-15T23:55:17.544Z | Documenting serde_with_macros v3.4.0 |
| 2573 | 2024-01-15T23:55:18.160Z | Documenting structmeta-derive v0.2.0 |
| 2574 | 2024-01-15T23:55:18.353Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2575 | 2024-01-15T23:55:20.316Z | Checking structmeta v0.2.0 |
| 2576 | 2024-01-15T23:55:20.652Z | Documenting instant v0.1.12 |
| 2577 | 2024-01-15T23:55:20.931Z | Checking regex-syntax v0.7.5 |
| 2578 | 2024-01-15T23:55:21.955Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2579 | 2024-01-15T23:55:22.180Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
| 2580 | 2024-01-15T23:55:22.702Z | Documenting macaddr v1.0.1 |
| 2581 | 2024-01-15T23:55:24.544Z | Documenting serde_with v3.4.0 |
| 2582 | 2024-01-15T23:55:25.847Z | Documenting structmeta v0.2.0 |
| 2583 | 2024-01-15T23:55:25.929Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2584 | 2024-01-15T23:55:26.019Z | Documenting backoff v0.4.0 |
| 2585 | 2024-01-15T23:55:28.238Z | Documenting fastrand v2.0.0 |
| 2586 | 2024-01-15T23:55:28.593Z | Documenting is-terminal v0.4.9 |
| 2587 | 2024-01-15T23:55:30.071Z | Documenting proc-macro-error-attr v1.0.4 |
| 2588 | 2024-01-15T23:55:32.079Z | Documenting parse-display-derive v0.8.2 |
| 2589 | 2024-01-15T23:55:32.199Z | Checking proc-macro-error v1.0.4 |
| 2590 | 2024-01-15T23:55:32.618Z | Checking proc-macro-crate v1.3.1 |
| 2591 | 2024-01-15T23:55:32.953Z | Documenting proc-macro-crate v1.3.1 |
| 2592 | 2024-01-15T23:55:34.285Z | Documenting hash32 v0.2.1 |
| 2593 | 2024-01-15T23:55:34.440Z | Documenting tempfile v3.8.1 |
| 2594 | 2024-01-15T23:55:35.673Z | Documenting proc-macro-error v1.0.4 |
| 2595 | 2024-01-15T23:55:35.697Z | Documenting stable_deref_trait v1.2.0 |
| 2596 | 2024-01-15T23:55:35.817Z | Documenting cobs v0.2.3 |
| 2597 | 2024-01-15T23:55:39.319Z | Documenting num_enum_derive v0.5.11 |
| 2598 | 2024-01-15T23:55:39.711Z | Documenting embedded-io v0.4.0 |
| 2599 | 2024-01-15T23:55:39.986Z | Documenting foreign-types-macros v0.2.3 |
| 2600 | 2024-01-15T23:55:40.264Z | Documenting heapless v0.7.16 |
| 2601 | 2024-01-15T23:55:40.713Z | Documenting parse-display v0.8.2 |
| 2602 | 2024-01-15T23:55:40.929Z | Documenting camino-tempfile v1.1.1 |
| 2603 | 2024-01-15T23:55:42.768Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2604 | 2024-01-15T23:55:44.271Z | Documenting postcard v1.0.8 |
| 2605 | 2024-01-15T23:55:45.490Z | Documenting foreign-types-shared v0.3.1 |
| 2606 | 2024-01-15T23:55:46.673Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2607 | 2024-01-15T23:55:46.858Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2608 | 2024-01-15T23:55:47.038Z | Documenting crucible-workspace-hack v0.1.0 |
| 2609 | 2024-01-15T23:55:47.591Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2610 | 2024-01-15T23:55:47.774Z | Documenting num_enum v0.5.11 |
| 2611 | 2024-01-15T23:55:47.870Z | Documenting smoltcp v0.10.0 |
| 2612 | 2024-01-15T23:55:49.415Z | Documenting foreign-types v0.5.0 |
| 2613 | 2024-01-15T23:55:51.165Z | Documenting cstr-argument v0.1.2 |
| 2614 | 2024-01-15T23:55:52.441Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2615 | 2024-01-15T23:55:52.686Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2616 | 2024-01-15T23:55:52.974Z | Documenting colored v2.0.4 |
| 2617 | 2024-01-15T23:55:53.149Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2618 | 2024-01-15T23:55:55.476Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2619 | 2024-01-15T23:55:56.210Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2620 | 2024-01-15T23:55:57.207Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2621 | 2024-01-15T23:55:57.272Z | Documenting zone_cfg_derive v0.3.0 |
| 2622 | 2024-01-15T23:55:59.576Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2623 | 2024-01-15T23:55:59.732Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2624 | 2024-01-15T23:55:59.995Z | Documenting num-derive v0.4.0 |
| 2625 | 2024-01-15T23:56:00.295Z | Documenting smf v0.2.2 |
| 2626 | 2024-01-15T23:56:02.756Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2627 | 2024-01-15T23:56:04.737Z | Documenting zone v0.3.0 |
| 2628 | 2024-01-15T23:56:05.312Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2629 | 2024-01-15T23:56:05.876Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2630 | 2024-01-15T23:56:06.049Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2631 | 2024-01-15T23:56:06.179Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2632 | 2024-01-15T23:56:06.594Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2633 | 2024-01-15T23:56:06.804Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2634 | 2024-01-15T23:56:07.829Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2635 | 2024-01-15T23:56:08.658Z | Checking heck v0.3.3 |
| 2636 | 2024-01-15T23:56:08.891Z | Documenting structopt-derive v0.4.18 |
| 2637 | 2024-01-15T23:56:08.980Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2638 | 2024-01-15T23:56:10.932Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2639 | 2024-01-15T23:56:12.255Z | Documenting libefi-sys v0.1.0 |
| 2640 | 2024-01-15T23:56:13.217Z | Documenting convert_case v0.4.0 |
| 2641 | 2024-01-15T23:56:13.643Z | Checking convert_case v0.4.0 |
| 2642 | 2024-01-15T23:56:13.963Z | Documenting linked-hash-map v0.5.6 |
| 2643 | 2024-01-15T23:56:14.331Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2644 | 2024-01-15T23:56:15.530Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2645 | 2024-01-15T23:56:16.291Z | Documenting structopt v0.3.26 |
| 2646 | 2024-01-15T23:56:18.183Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2647 | 2024-01-15T23:56:18.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2648 | 2024-01-15T23:56:18.881Z | Documenting derive_more v0.99.17 |
| 2649 | 2024-01-15T23:56:19.923Z | Documenting blake2 v0.10.6 |
| 2650 | 2024-01-15T23:56:20.367Z | Documenting lru-cache v0.1.2 |
| 2651 | 2024-01-15T23:56:20.564Z | Documenting password-hash v0.5.0 |
| 2652 | 2024-01-15T23:56:22.748Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2653 | 2024-01-15T23:56:24.851Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
| 2654 | 2024-01-15T23:56:25.390Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2655 | 2024-01-15T23:56:25.909Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2656 | 2024-01-15T23:56:26.364Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2657 | 2024-01-15T23:56:26.386Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2658 | 2024-01-15T23:56:27.201Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2659 | 2024-01-15T23:56:27.274Z | Documenting keccak v0.1.4 |
| 2660 | 2024-01-15T23:56:27.504Z | Documenting argon2 v0.5.2 |
| 2661 | 2024-01-15T23:56:29.799Z | Documenting itertools v0.12.0 |
| 2662 | 2024-01-15T23:56:31.681Z | Documenting sha3 v0.10.8 |
| 2663 | 2024-01-15T23:56:32.032Z | Documenting secrecy v0.8.0 |
| 2664 | 2024-01-15T23:56:35.173Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2665 | 2024-01-15T23:56:35.781Z | Documenting quick-error v1.2.3 |
| 2666 | 2024-01-15T23:56:36.095Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2667 | 2024-01-15T23:56:38.052Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2668 | 2024-01-15T23:56:39.221Z | Documenting nibble_vec v0.1.0 |
| 2669 | 2024-01-15T23:56:40.085Z | Documenting endian-type v0.1.2 |
| 2670 | 2024-01-15T23:56:41.035Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2671 | 2024-01-15T23:56:41.337Z | Documenting resolv-conf v0.7.0 |
| 2672 | 2024-01-15T23:56:41.990Z | Documenting cancel-safe-futures v0.1.5 |
| 2673 | 2024-01-15T23:56:43.170Z | Documenting glob v0.3.1 |
| 2674 | 2024-01-15T23:56:45.285Z | Documenting tap v1.0.1 |
| 2675 | 2024-01-15T23:56:45.455Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2676 | 2024-01-15T23:56:45.757Z | Documenting radix_trie v0.2.1 |
| 2677 | 2024-01-15T23:56:47.220Z | Documenting trust-dns-resolver v0.22.0 |
| 2678 | 2024-01-15T23:56:49.137Z | Documenting radium v0.7.0 |
| 2679 | 2024-01-15T23:56:49.483Z | Documenting wyz v0.5.1 |
| 2680 | 2024-01-15T23:56:50.965Z | Documenting funty v2.0.0 |
| 2681 | 2024-01-15T23:56:51.558Z | Documenting arc-swap v1.6.0 |
| 2682 | 2024-01-15T23:56:53.436Z | Documenting crc-catalog v2.2.0 |
| 2683 | 2024-01-15T23:56:54.317Z | Documenting swrite v0.1.0 |
| 2684 | 2024-01-15T23:56:55.840Z | Documenting bitvec v1.0.1 |
| 2685 | 2024-01-15T23:56:57.242Z | Documenting slog-scope v4.4.0 |
| 2686 | 2024-01-15T23:56:57.680Z | Documenting crc v3.0.1 |
| 2687 | 2024-01-15T23:56:59.831Z | Documenting num-rational v0.4.1 |
| 2688 | 2024-01-15T23:56:59.925Z | Documenting libsw v3.3.1 |
| 2689 | 2024-01-15T23:57:00.901Z | Documenting num-complex v0.4.4 |
| 2690 | 2024-01-15T23:57:01.972Z | Documenting filetime v0.2.23 |
| 2691 | 2024-01-15T23:57:02.813Z | Documenting xattr v1.0.1 |
| 2692 | 2024-01-15T23:57:02.842Z | Documenting packed_struct_codegen v0.10.1 |
| 2693 | 2024-01-15T23:57:04.132Z | Documenting derive-where v1.2.7 |
| 2694 | 2024-01-15T23:57:06.351Z | Documenting half v1.8.2 |
| 2695 | 2024-01-15T23:57:06.823Z | Documenting linear-map v1.2.0 |
| 2696 | 2024-01-15T23:57:07.652Z | Documenting nodrop v0.1.14 |
| 2697 | 2024-01-15T23:57:08.116Z | Documenting owo-colors v3.5.0 |
| 2698 | 2024-01-15T23:57:08.419Z | Documenting ciborium-io v0.2.1 |
| 2699 | 2024-01-15T23:57:10.379Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2700 | 2024-01-15T23:57:10.730Z | Documenting same-file v1.0.6 |
| 2701 | 2024-01-15T23:57:11.016Z | Documenting packed_struct v0.10.1 |
| 2702 | 2024-01-15T23:57:12.258Z | Documenting array-init v0.0.4 |
| 2703 | 2024-01-15T23:57:13.794Z | Documenting tar v0.4.40 |
| 2704 | 2024-01-15T23:57:13.808Z | Documenting num v0.4.1 |
| 2705 | 2024-01-15T23:57:13.808Z | Documenting ciborium-ll v0.2.1 |
| 2706 | 2024-01-15T23:57:15.738Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2707 | 2024-01-15T23:57:16.661Z | Documenting slog-stdlog v4.1.1 |
| 2708 | 2024-01-15T23:57:16.970Z | Documenting walkdir v2.4.0 |
| 2709 | 2024-01-15T23:57:19.263Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2710 | 2024-01-15T23:57:20.059Z | Documenting slog-dtrace v0.2.3 |
| 2711 | 2024-01-15T23:57:20.593Z | Documenting num-bigint-dig v0.8.4 |
| 2712 | 2024-01-15T23:57:21.822Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2024-01-15T23:57:22.431Z | Documenting pkcs1 v0.7.5 |
| 2714 | 2024-01-15T23:57:23.287Z | Documenting signature v2.1.0 |
| 2715 | 2024-01-15T23:57:24.088Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2716 | 2024-01-15T23:57:29.489Z | Documenting termcolor v1.2.0 |
| 2717 | 2024-01-15T23:57:29.907Z | Documenting bitfield v0.14.0 |
| 2718 | 2024-01-15T23:57:30.473Z | Documenting slog-envlogger v2.2.0 |
| 2719 | 2024-01-15T23:57:30.691Z | Documenting rsa v0.9.2 |
| 2720 | 2024-01-15T23:57:31.755Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2721 | 2024-01-15T23:57:34.027Z | Documenting ciborium v0.2.1 |
| 2722 | 2024-01-15T23:57:34.453Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2723 | 2024-01-15T23:57:35.680Z | Documenting env_logger v0.10.0 |
| 2724 | 2024-01-15T23:57:36.721Z | Documenting serde-hex v0.1.0 |
| 2725 | 2024-01-15T23:57:38.528Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2726 | 2024-01-15T23:57:39.759Z | Documenting x509-cert v0.2.4 |
| 2727 | 2024-01-15T23:57:41.724Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2728 | 2024-01-15T23:57:42.079Z | Documenting ron v0.8.1 |
| 2729 | 2024-01-15T23:57:42.378Z | Documenting pem v3.0.2 |
| 2730 | 2024-01-15T23:57:44.108Z | Documenting fxhash v0.2.1 |
| 2731 | 2024-01-15T23:57:45.677Z | Documenting crc-any v2.4.3 |
| 2732 | 2024-01-15T23:57:46.378Z | Documenting utf-8 v0.7.6 |
| 2733 | 2024-01-15T23:57:48.151Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2734 | 2024-01-15T23:57:48.344Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2735 | 2024-01-15T23:57:48.563Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2736 | 2024-01-15T23:57:49.513Z | Documenting newtype_derive v0.1.6 |
| 2737 | 2024-01-15T23:57:50.075Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2738 | 2024-01-15T23:57:52.031Z | Documenting tungstenite v0.20.1 |
| 2739 | 2024-01-15T23:57:52.304Z | Documenting signal-hook v0.3.17 |
| 2740 | 2024-01-15T23:57:54.714Z | Documenting vte_generate_state_changes v0.1.1 |
| 2741 | 2024-01-15T23:57:54.855Z | Documenting display-error-chain v0.2.0 |
| 2742 | 2024-01-15T23:57:58.377Z | Documenting arrayvec v0.5.2 |
| 2743 | 2024-01-15T23:58:00.105Z | Documenting path-slash v0.1.5 |
| 2744 | 2024-01-15T23:58:00.398Z | Documenting steno v0.4.0 |
| 2745 | 2024-01-15T23:58:01.878Z | Documenting tokio-tungstenite v0.20.1 |
| 2746 | 2024-01-15T23:58:02.921Z | Documenting vte v0.10.1 |
| 2747 | 2024-01-15T23:58:05.814Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2748 | 2024-01-15T23:58:05.857Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2749 | 2024-01-15T23:58:07.574Z | Documenting buf-list v1.0.3 |
| 2750 | 2024-01-15T23:58:12.716Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2751 | 2024-01-15T23:58:13.595Z | Documenting fd-lock v3.0.13 |
| 2752 | 2024-01-15T23:58:14.073Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2753 | 2024-01-15T23:58:14.809Z | Documenting strip-ansi-escapes v0.1.1 |
| 2754 | 2024-01-15T23:58:15.987Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2755 | 2024-01-15T23:58:19.957Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2756 | 2024-01-15T23:58:20.668Z | Checking darling_core v0.14.4 |
| 2757 | 2024-01-15T23:58:21.513Z | Documenting nu-ansi-term v0.49.0 |
| 2758 | 2024-01-15T23:58:23.591Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2759 | 2024-01-15T23:58:23.737Z | Checking darling v0.14.4 |
| 2760 | 2024-01-15T23:58:24.077Z | Documenting trust-dns-client v0.22.0 |
| 2761 | 2024-01-15T23:58:27.127Z | Documenting reedline v0.22.0 |
| 2762 | 2024-01-15T23:58:34.696Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2763 | 2024-01-15T23:58:35.443Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2764 | 2024-01-15T23:58:35.859Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2765 | 2024-01-15T23:58:37.370Z | Documenting globset v0.4.13 |
| 2766 | 2024-01-15T23:58:37.651Z | Documenting olpc-cjson v0.1.3 |
| 2767 | 2024-01-15T23:58:38.024Z | Documenting serde_plain v1.0.2 |
| 2768 | 2024-01-15T23:58:38.156Z | Documenting async-recursion v1.0.5 |
| 2769 | 2024-01-15T23:58:38.211Z | Documenting typed-path v0.7.0 |
| 2770 | 2024-01-15T23:58:40.985Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2771 | 2024-01-15T23:58:44.111Z | Documenting bytecount v0.6.3 |
| 2772 | 2024-01-15T23:58:44.457Z | Documenting trust-dns-server v0.22.1 |
| 2773 | 2024-01-15T23:58:44.853Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2774 | 2024-01-15T23:58:45.016Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2775 | 2024-01-15T23:58:47.417Z | Documenting tough v0.16.0 |
| 2776 | 2024-01-15T23:58:47.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2777 | 2024-01-15T23:58:47.466Z | Documenting sled v0.34.7 |
| 2778 | 2024-01-15T23:58:48.374Z | Documenting papergrid v0.10.0 |
| 2779 | 2024-01-15T23:58:48.968Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2780 | 2024-01-15T23:58:50.040Z | Documenting unicase v2.7.0 |
| 2781 | 2024-01-15T23:58:51.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2782 | 2024-01-15T23:58:52.211Z | Documenting tabled_derive v0.6.0 |
| 2783 | 2024-01-15T23:58:53.473Z | Documenting crossbeam-deque v0.8.3 |
| 2784 | 2024-01-15T23:58:54.817Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2785 | 2024-01-15T23:58:54.838Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2786 | 2024-01-15T23:58:55.394Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2787 | 2024-01-15T23:58:55.865Z | Documenting nix v0.26.4 |
| 2788 | 2024-01-15T23:58:56.348Z | Documenting headers-core v0.2.0 |
| 2789 | 2024-01-15T23:58:57.377Z | Documenting sqlparser_derive v0.1.1 |
| 2790 | 2024-01-15T23:58:59.120Z | Documenting home v0.5.5 |
| 2791 | 2024-01-15T23:58:59.409Z | Documenting pretty-hex v0.4.1 |
| 2792 | 2024-01-15T23:59:00.677Z | Documenting unicode_categories v0.1.1 |
| 2793 | 2024-01-15T23:59:03.084Z | Documenting headers v0.3.9 |
| 2794 | 2024-01-15T23:59:03.710Z | Documenting sqlparser v0.36.1 |
| 2795 | 2024-01-15T23:59:03.770Z | Documenting rayon-core v1.12.0 |
| 2796 | 2024-01-15T23:59:04.063Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2797 | 2024-01-15T23:59:04.634Z | Documenting rustyline v12.0.0 |
| 2798 | 2024-01-15T23:59:06.279Z | Documenting sqlformat v0.2.3 |
| 2799 | 2024-01-15T23:59:07.667Z | Documenting tabled v0.14.0 |
| 2800 | 2024-01-15T23:59:09.860Z | Documenting mime_guess v2.0.4 |
| 2801 | 2024-01-15T23:59:12.797Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2802 | 2024-01-15T23:59:13.765Z | Documenting derive_builder_core v0.12.0 |
| 2803 | 2024-01-15T23:59:14.272Z | Checking derive_builder_core v0.12.0 |
| 2804 | 2024-01-15T23:59:15.679Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2805 | 2024-01-15T23:59:16.671Z | Documenting signal-hook-mio v0.2.3 |
| 2806 | 2024-01-15T23:59:17.542Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2807 | 2024-01-15T23:59:17.939Z | Documenting universal-hash v0.5.1 |
| 2808 | 2024-01-15T23:59:19.589Z | Documenting bcs v0.1.6 |
| 2809 | 2024-01-15T23:59:22.381Z | Documenting kstat-rs v0.2.3 |
| 2810 | 2024-01-15T23:59:22.943Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2811 | 2024-01-15T23:59:23.172Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2812 | 2024-01-15T23:59:24.502Z | Documenting highway v1.1.0 |
| 2813 | 2024-01-15T23:59:25.651Z | Documenting opaque-debug v0.3.0 |
| 2814 | 2024-01-15T23:59:27.233Z | Documenting crossterm v0.27.0 |
| 2815 | 2024-01-15T23:59:29.174Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2816 | 2024-01-15T23:59:29.575Z | Documenting curve25519-dalek v4.1.1 |
| 2817 | 2024-01-15T23:59:29.839Z | Documenting poly1305 v0.8.0 |
| 2818 | 2024-01-15T23:59:30.337Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2819 | 2024-01-15T23:59:30.662Z | Documenting thiserror-no-std v2.0.2 |
| 2820 | 2024-01-15T23:59:31.622Z | Documenting derive_builder_macro v0.12.0 |
| 2821 | 2024-01-15T23:59:32.423Z | Documenting rayon v1.8.0 |
| 2822 | 2024-01-15T23:59:34.910Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2823 | 2024-01-15T23:59:37.440Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2824 | 2024-01-15T23:59:37.646Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2825 | 2024-01-15T23:59:38.042Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2826 | 2024-01-15T23:59:38.637Z | Documenting fs-err v2.11.0 |
| 2827 | 2024-01-15T23:59:44.146Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2828 | 2024-01-15T23:59:44.342Z | Documenting portable-atomic v1.4.3 |
| 2829 | 2024-01-15T23:59:49.941Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2830 | 2024-01-15T23:59:58.591Z | Documenting ed25519 v1.5.3 |
| 2831 | 2024-01-16T00:00:02.993Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2832 | 2024-01-16T00:00:04.548Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2833 | 2024-01-16T00:00:07.045Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2834 | 2024-01-16T00:00:07.754Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2835 | 2024-01-16T00:00:07.969Z | Documenting chacha20 v0.9.1 |
| 2836 | 2024-01-16T00:00:10.499Z | Documenting aead v0.5.2 |
| 2837 | 2024-01-16T00:00:10.842Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2838 | 2024-01-16T00:00:13.184Z | Documenting ref-cast-impl v1.0.20 |
| 2839 | 2024-01-16T00:00:15.583Z | Documenting number_prefix v0.4.0 |
| 2840 | 2024-01-16T00:00:17.523Z | Documenting cassowary v0.3.0 |
| 2841 | 2024-01-16T00:00:20.038Z | Documenting parse-size v1.0.0 |
| 2842 | 2024-01-16T00:00:20.760Z | Documenting ref-cast v1.0.20 |
| 2843 | 2024-01-16T00:00:21.279Z | Documenting indicatif v0.17.7 |
| 2844 | 2024-01-16T00:00:23.425Z | Documenting ratatui v0.23.0 |
| 2845 | 2024-01-16T00:00:24.346Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2846 | 2024-01-16T00:00:25.018Z | Documenting chacha20poly1305 v0.10.1 |
| 2847 | 2024-01-16T00:00:25.064Z | Documenting salty v0.2.0 |
| 2848 | 2024-01-16T00:00:28.690Z | Documenting vsss-rs v3.3.4 |
| 2849 | 2024-01-16T00:00:31.929Z | Documenting derive_builder v0.12.0 |
| 2850 | 2024-01-16T00:00:33.229Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2024-01-16T00:00:33.793Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2024-01-16T00:00:35.036Z | Documenting polar-core v0.27.0 |
| 2853 | 2024-01-16T00:00:37.351Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2854 | 2024-01-16T00:00:40.062Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2855 | 2024-01-16T00:00:43.881Z | Documenting libxml v0.3.3 |
| 2856 | 2024-01-16T00:00:43.973Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2857 | 2024-01-16T00:00:48.832Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2858 | 2024-01-16T00:00:49.485Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2024-01-16T00:00:49.887Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2860 | 2024-01-16T00:00:53.646Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2861 | 2024-01-16T00:00:54.909Z | Documenting bb8 v0.8.1 |
| 2862 | 2024-01-16T00:01:01.910Z | Documenting serde-big-array v0.5.1 |
| 2863 | 2024-01-16T00:01:02.919Z | Documenting quick-xml v0.23.1 |
| 2864 | 2024-01-16T00:01:04.091Z | Documenting rtoolbox v0.0.1 |
| 2865 | 2024-01-16T00:01:05.488Z | Documenting oso-derive v0.27.0 |
| 2866 | 2024-01-16T00:01:08.440Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2867 | 2024-01-16T00:01:08.939Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2868 | 2024-01-16T00:01:10.306Z | Documenting maplit v1.0.2 |
| 2869 | 2024-01-16T00:01:10.426Z | Documenting humantime v2.1.0 |
| 2870 | 2024-01-16T00:01:10.704Z | Documenting is_ci v1.1.1 |
| 2871 | 2024-01-16T00:01:12.670Z | Documenting http-range v0.1.5 |
| 2872 | 2024-01-16T00:01:15.614Z | Documenting unicode-linebreak v0.1.5 |
| 2873 | 2024-01-16T00:01:15.836Z | Documenting smawk v0.3.1 |
| 2874 | 2024-01-16T00:01:16.231Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2875 | 2024-01-16T00:01:16.411Z | Documenting supports-color v2.1.0 |
| 2876 | 2024-01-16T00:01:17.060Z | Documenting oso v0.27.0 |
| 2877 | 2024-01-16T00:01:17.689Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2878 | 2024-01-16T00:01:17.786Z | Documenting rpassword v7.3.1 |
| 2879 | 2024-01-16T00:01:18.063Z | Documenting hyper-staticfile v0.9.5 |
| 2880 | 2024-01-16T00:01:19.946Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2881 | 2024-01-16T00:01:21.741Z | Documenting textwrap v0.16.0 |
| 2882 | 2024-01-16T00:01:22.073Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2883 | 2024-01-16T00:01:23.798Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2884 | 2024-01-16T00:01:25.164Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2885 | 2024-01-16T00:01:28.380Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2886 | 2024-01-16T00:01:28.759Z | Documenting tui-tree-widget v0.13.0 |
| 2887 | 2024-01-16T00:01:32.374Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2024-01-16T00:01:34.109Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2889 | 2024-01-16T00:01:37.061Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2890 | 2024-01-16T00:01:38.410Z | Documenting cookie v0.18.0 |
| 2891 | 2024-01-16T00:01:39.005Z | Documenting signal-hook-tokio v0.3.1 |
| 2892 | 2024-01-16T00:01:42.962Z | Documenting rcgen v0.11.3 |
| 2893 | 2024-01-16T00:01:45.220Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2894 | 2024-01-16T00:01:46.240Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2895 | 2024-01-16T00:01:46.386Z | Documenting atomicwrites v0.4.3 |
| 2896 | 2024-01-16T00:01:46.823Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2897 | 2024-01-16T00:01:48.533Z | Documenting subprocess v0.2.9 |
| 2898 | 2024-01-16T00:01:49.865Z | Documenting corncobs v0.1.3 |
| 2899 | 2024-01-16T00:01:52.875Z | Documenting shell-words v1.1.0 |
| 2900 | 2024-01-16T00:01:53.401Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2901 | 2024-01-16T00:01:54.061Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2902 | 2024-01-16T00:01:54.771Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2903 | 2024-01-16T00:01:55.603Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2904 | 2024-01-16T00:01:57.557Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2905 | 2024-01-16T00:01:59.390Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2906 | 2024-01-16T00:02:01.228Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2907 | 2024-01-16T00:02:09.110Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2908 | 2024-01-16T00:02:10.186Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2909 | 2024-01-16T00:02:23.598Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2024-01-16T00:02:26.820Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2911 | 2024-01-16T00:02:29.418Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2912 | 2024-01-16T00:02:29.876Z | Documenting fatfs v0.3.6 |
| 2913 | 2024-01-16T00:02:37.547Z | Documenting nanorand v0.7.0 |
| 2914 | 2024-01-16T00:02:39.068Z | Documenting assert_matches v1.5.0 |
| 2915 | 2024-01-16T00:02:40.881Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2916 | 2024-01-16T00:02:43.331Z | Documenting flume v0.11.0 |
| 2917 | 2024-01-16T00:02:43.521Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2918 | 2024-01-16T00:02:45.025Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2919 | 2024-01-16T00:02:46.702Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2920 | 2024-01-16T00:02:48.198Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2921 | 2024-01-16T00:02:48.381Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2922 | 2024-01-16T00:02:49.691Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2923 | 2024-01-16T00:02:49.907Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2924 | 2024-01-16T00:03:19.143Z | Documenting omicron-zone-package v0.9.1 |
| 2925 | 2024-01-16T00:03:23.836Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2926 | 2024-01-16T00:03:25.815Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2927 | 2024-01-16T00:03:26.985Z | Documenting termios v0.3.3 |
| 2928 | 2024-01-16T00:03:27.889Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2929 | 2024-01-16T00:03:28.278Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2930 | 2024-01-16T00:03:28.278Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2931 | 2024-01-16T00:03:28.278Z | | |
| 2932 | 2024-01-16T00:03:28.278Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2933 | 2024-01-16T00:03:28.279Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2934 | 2024-01-16T00:03:28.279Z | | |
| 2935 | 2024-01-16T00:03:28.279Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2936 | 2024-01-16T00:03:28.279Z | |
| 2937 | 2024-01-16T00:03:29.290Z | Documenting topological-sort v0.2.2 |
| 2938 | 2024-01-16T00:03:29.446Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2939 | 2024-01-16T00:03:32.005Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2940 | 2024-01-16T00:03:32.702Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2941 | 2024-01-16T00:03:32.989Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2942 | 2024-01-16T00:03:33.302Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 2943 | 2024-01-16T00:03:35.784Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2944 | 2024-01-16T00:04:03.963Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2945 | 2024-01-16T00:04:25.010Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2946 | 2024-01-16T00:04:36.021Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2947 | 2024-01-16T00:04:38.242Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2948 | 2024-01-16T00:04:44.191Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2949 | 2024-01-16T00:04:48.122Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2950 | 2024-01-16T00:04:49.732Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2951 | 2024-01-16T00:05:24.602Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2952 | 2024-01-16T00:06:19.134Z | warning: unresolved link to `VolumeConstructionRequest` |
| 2953 | 2024-01-16T00:06:19.135Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 2954 | 2024-01-16T00:06:19.135Z | | |
| 2955 | 2024-01-16T00:06:19.136Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 2956 | 2024-01-16T00:06:19.136Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 2957 | 2024-01-16T00:06:19.136Z | | |
| 2958 | 2024-01-16T00:06:19.136Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2959 | 2024-01-16T00:06:19.137Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2960 | 2024-01-16T00:06:19.137Z | |
| 2961 | 2024-01-16T00:06:19.157Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2962 | 2024-01-16T00:06:19.158Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 2963 | 2024-01-16T00:06:19.158Z | | |
| 2964 | 2024-01-16T00:06:19.158Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 2965 | 2024-01-16T00:06:19.158Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2966 | 2024-01-16T00:06:19.158Z | |
| 2967 | 2024-01-16T00:06:19.158Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2968 | 2024-01-16T00:06:19.159Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 2969 | 2024-01-16T00:06:19.159Z | | |
| 2970 | 2024-01-16T00:06:19.159Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 2971 | 2024-01-16T00:06:19.159Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2972 | 2024-01-16T00:06:19.159Z | |
| 2973 | 2024-01-16T00:06:19.159Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2974 | 2024-01-16T00:06:19.160Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 2975 | 2024-01-16T00:06:19.160Z | | |
| 2976 | 2024-01-16T00:06:19.160Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 2977 | 2024-01-16T00:06:19.160Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2978 | 2024-01-16T00:06:19.160Z | |
| 2979 | 2024-01-16T00:06:19.160Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2980 | 2024-01-16T00:06:19.160Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 2981 | 2024-01-16T00:06:19.161Z | | |
| 2982 | 2024-01-16T00:06:19.162Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 2983 | 2024-01-16T00:06:19.162Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2984 | 2024-01-16T00:06:19.162Z | |
| 2985 | 2024-01-16T00:06:19.162Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2986 | 2024-01-16T00:06:19.163Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 2987 | 2024-01-16T00:06:19.163Z | | |
| 2988 | 2024-01-16T00:06:19.163Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 2989 | 2024-01-16T00:06:19.163Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2990 | 2024-01-16T00:06:19.163Z | |
| 2991 | 2024-01-16T00:06:19.163Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2992 | 2024-01-16T00:06:19.163Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 2993 | 2024-01-16T00:06:19.164Z | | |
| 2994 | 2024-01-16T00:06:19.164Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 2995 | 2024-01-16T00:06:19.164Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2996 | 2024-01-16T00:06:19.164Z | |
| 2997 | 2024-01-16T00:06:22.494Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 2998 | 2024-01-16T00:06:55.001Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 13s |
| 2999 | 2024-01-16T00:06:55.135Z | |
| 3000 | 2024-01-16T00:06:55.135Z | real 16:14.167734038 |
| 3001 | 2024-01-16T00:06:55.694Z | user 53:07.199205070 |
| 3002 | 2024-01-16T00:06:55.695Z | sys 1:01:12.227080448 |
| 3003 | 2024-01-16T00:06:55.695Z | trap 1.844915189 |
| 3004 | 2024-01-16T00:06:55.695Z | tflt 0.107132935 |
| 3005 | 2024-01-16T00:06:55.695Z | dflt 0.636627456 |
| 3006 | 2024-01-16T00:06:55.695Z | kflt 0.000154775 |
| 3007 | 2024-01-16T00:06:55.695Z | lock 3:11:16.089724653 |
| 3008 | 2024-01-16T00:06:55.695Z | slp 4:07:32.301495686 |
| 3009 | 2024-01-16T00:06:55.695Z | lat 5:21.165936565 |
| 3010 | 2024-01-16T00:06:55.695Z | stop 1:34.680315444 |
| 3011 | 2024-01-16T00:06:55.696Z | process exited: duration 1782787 ms, exit code 0 |
| |
| 3012 | 2024-01-16T00:06:55.722Z | found 0 output files |