|
|
|
| 1 | 2024-04-30T20:04:10.977Z | job assigned to worker 01HWR9K7J2GJWYTRW3K8ACTXKY (queued for 2 m 12 s) |
| |
| 2 | 2024-04-30T20:04:18.743Z | starting task 0: "setup" |
| 3 | 2024-04-30T20:04:18.795Z | ++ uname -s |
| 4 | 2024-04-30T20:04:18.800Z | + kern=SunOS |
| 5 | 2024-04-30T20:04:18.800Z | + case "$kern" in |
| 6 | 2024-04-30T20:04:18.800Z | + groupadd -g 12345 build |
| 7 | 2024-04-30T20:04:18.829Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-04-30T20:04:20.844Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-04-30T20:04:20.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-04-30T20:04:20.971Z | + home_fs=zfs |
| 11 | 2024-04-30T20:04:20.971Z | + [[ zfs == autofs ]] |
| 12 | 2024-04-30T20:04:20.971Z | + mkdir -p /home/build |
| 13 | 2024-04-30T20:04:20.971Z | + chown build:build /home/build /work |
| 14 | 2024-04-30T20:04:21.945Z | + chmod 0700 /home/build /work |
| 15 | 2024-04-30T20:04:21.952Z | process exited: duration 3201 ms, exit code 0 |
| |
| 16 | 2024-04-30T20:04:21.972Z | starting task 1: "rust-toolchain" |
| 17 | 2024-04-30T20:04:21.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-04-30T20:04:21.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-04-30T20:04:22.095Z | info: downloading installer |
| 20 | 2024-04-30T20:04:23.582Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-04-30T20:04:23.583Z | warning: /opt/ooce/bin |
| 22 | 2024-04-30T20:04:23.583Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-04-30T20:04:23.583Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-04-30T20:04:23.583Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-04-30T20:04:23.583Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-04-30T20:04:23.584Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-04-30T20:04:23.584Z | error: cannot install while Rust is installed |
| 28 | 2024-04-30T20:04:23.584Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-04-30T20:04:23.731Z | info: profile set to 'default' |
| 30 | 2024-04-30T20:04:23.731Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-04-30T20:04:24.146Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-04-30T20:04:24.146Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-04-30T20:04:24.147Z | info: downloading component 'cargo' |
| 34 | 2024-04-30T20:04:24.729Z | info: downloading component 'clippy' |
| 35 | 2024-04-30T20:04:25.044Z | info: downloading component 'rust-docs' |
| 36 | 2024-04-30T20:04:26.650Z | info: downloading component 'rust-std' |
| 37 | 2024-04-30T20:04:28.182Z | info: downloading component 'rustc' |
| 38 | 2024-04-30T20:04:32.903Z | info: downloading component 'rustfmt' |
| 39 | 2024-04-30T20:04:33.407Z | info: installing component 'cargo' |
| 40 | 2024-04-30T20:04:33.984Z | info: installing component 'clippy' |
| 41 | 2024-04-30T20:04:34.339Z | info: installing component 'rust-docs' |
| 42 | 2024-04-30T20:04:35.662Z | info: installing component 'rust-std' |
| 43 | 2024-04-30T20:04:37.467Z | info: installing component 'rustc' |
| 44 | 2024-04-30T20:04:41.959Z | info: installing component 'rustfmt' |
| 45 | 2024-04-30T20:04:41.971Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-04-30T20:04:41.971Z | |
| 47 | 2024-04-30T20:04:42.185Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-04-30T20:04:42.186Z | |
| 49 | 2024-04-30T20:04:42.205Z | |
| 50 | 2024-04-30T20:04:42.205Z | Rust is installed now. Great! |
| 51 | 2024-04-30T20:04:42.205Z | |
| 52 | 2024-04-30T20:04:42.205Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-04-30T20:04:42.205Z | environment variable. This has not been done automatically. |
| 54 | 2024-04-30T20:04:42.205Z | |
| 55 | 2024-04-30T20:04:42.205Z | To configure your current shell, you need to source |
| 56 | 2024-04-30T20:04:42.205Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-04-30T20:04:42.205Z | |
| 58 | 2024-04-30T20:04:42.206Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-04-30T20:04:42.206Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-04-30T20:04:42.206Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-04-30T20:04:42.696Z | + rustc --version |
| 62 | 2024-04-30T20:04:42.706Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-04-30T20:04:42.706Z | process exited: duration 20363 ms, exit code 0 |
| |
| 64 | 2024-04-30T20:04:42.730Z | starting task 2: "authentication" |
| 65 | 2024-04-30T20:04:42.762Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 66 | 2024-04-30T20:04:46.787Z | process exited: duration 4061 ms, exit code 0 |
| |
| 67 | 2024-04-30T20:04:46.794Z | starting task 3: "clone repository" |
| 68 | 2024-04-30T20:04:46.799Z | + mkdir -p /work/oxidecomputer/omicron |
| 69 | 2024-04-30T20:04:46.803Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 70 | 2024-04-30T20:04:47.207Z | Cloning into '/work/oxidecomputer/omicron'... |
| 71 | 2024-04-30T20:04:54.275Z | + cd /work/oxidecomputer/omicron |
| 72 | 2024-04-30T20:04:54.278Z | + git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a |
| 73 | 2024-04-30T20:04:54.279Z | From https://github.com/oxidecomputer/omicron |
| 74 | 2024-04-30T20:04:54.279Z | * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD |
| 75 | 2024-04-30T20:04:54.279Z | + [[ -n fip-attach-refactor ]] |
| 76 | 2024-04-30T20:04:54.279Z | ++ git branch --show-current |
| 77 | 2024-04-30T20:04:54.279Z | + current=main |
| 78 | 2024-04-30T20:04:54.279Z | + [[ main != fip-attach-refactor ]] |
| 79 | 2024-04-30T20:04:54.279Z | + git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a |
| 80 | 2024-04-30T20:04:54.279Z | + git checkout -f fip-attach-refactor |
| 81 | 2024-04-30T20:04:54.356Z | Switched to branch 'fip-attach-refactor' |
| 82 | 2024-04-30T20:04:54.364Z | + git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a |
| 83 | 2024-04-30T20:04:54.373Z | HEAD is now at a4183a139 do the same thing for probe IP allocation |
| 84 | 2024-04-30T20:04:54.373Z | process exited: duration 7571 ms, exit code 0 |
| |
| 85 | 2024-04-30T20:04:54.393Z | starting task 4: "build" |
| 86 | 2024-04-30T20:04:54.400Z | + cargo --version |
| 87 | 2024-04-30T20:04:54.400Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 88 | 2024-04-30T20:04:54.561Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 89 | 2024-04-30T20:04:54.562Z | info: downloading component 'cargo' |
| 90 | 2024-04-30T20:04:55.372Z | info: downloading component 'clippy' |
| 91 | 2024-04-30T20:04:55.675Z | info: downloading component 'rust-docs' |
| 92 | 2024-04-30T20:04:56.746Z | info: downloading component 'rust-std' |
| 93 | 2024-04-30T20:05:01.797Z | info: downloading component 'rustc' |
| 94 | 2024-04-30T20:05:02.599Z | info: downloading component 'rustfmt' |
| 95 | 2024-04-30T20:05:02.892Z | info: installing component 'cargo' |
| 96 | 2024-04-30T20:05:03.663Z | info: installing component 'clippy' |
| 97 | 2024-04-30T20:05:04.198Z | info: installing component 'rust-docs' |
| 98 | 2024-04-30T20:05:05.515Z | info: installing component 'rust-std' |
| 99 | 2024-04-30T20:05:07.164Z | info: installing component 'rustc' |
| 100 | 2024-04-30T20:05:11.226Z | info: installing component 'rustfmt' |
| 101 | 2024-04-30T20:05:11.644Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 102 | 2024-04-30T20:05:11.648Z | + rustc --version |
| 103 | 2024-04-30T20:05:11.736Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 104 | 2024-04-30T20:05:11.747Z | + source ./env.sh |
| 105 | 2024-04-30T20:05:11.747Z | ++ set -o xtrace |
| 106 | 2024-04-30T20:05:11.748Z | ++++ dirname ./env.sh |
| 107 | 2024-04-30T20:05:11.794Z | +++ readlink -f . |
| 108 | 2024-04-30T20:05:11.826Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2024-04-30T20:05:11.830Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2024-04-30T20:05:11.830Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2024-04-30T20:05:11.830Z | ++ 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 |
| 112 | 2024-04-30T20:05:11.830Z | ++ 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 |
| 113 | 2024-04-30T20:05:11.831Z | ++ 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 |
| 114 | 2024-04-30T20:05:11.831Z | ++ 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 |
| 115 | 2024-04-30T20:05:11.831Z | ++ 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 |
| 116 | 2024-04-30T20:05:11.831Z | ++ 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 |
| 117 | 2024-04-30T20:05:11.831Z | ++ unset OMICRON_WS |
| 118 | 2024-04-30T20:05:11.832Z | ++ set +o xtrace |
| 119 | 2024-04-30T20:05:11.832Z | |
| 120 | 2024-04-30T20:05:11.832Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 121 | 2024-04-30T20:05:11.832Z | # # # # # # # # # # # # # # # |
| 122 | 2024-04-30T20:05:11.832Z | # # # # ##### # # ##### # # # # # #### # |
| 123 | 2024-04-30T20:05:11.832Z | ##### ##### # ##### # # # # # # # # # |
| 124 | 2024-04-30T20:05:11.832Z | # # # # # # # # # # # # # # # |
| 125 | 2024-04-30T20:05:11.832Z | # # # ###### # # ###### ### # #### # #### # |
| 126 | 2024-04-30T20:05:11.833Z | |
| 127 | 2024-04-30T20:05:20.700Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 128 | 2024-04-30T20:05:22.561Z | Startup: Caching catalogs ... Done |
| 129 | 2024-04-30T20:05:25.237Z | Planning: Solver setup ... Done (2.212s) |
| 130 | 2024-04-30T20:05:25.294Z | Planning: Running solver ... Done (0.047s) |
| 131 | 2024-04-30T20:05:25.438Z | Planning: Finding local manifests ... Done (0.122s) |
| 132 | 2024-04-30T20:05:25.466Z | Planning: Fetching manifests: 0/4 0% complete |
| 133 | 2024-04-30T20:05:25.751Z | Planning: Fetching manifests: 4/4 100% complete |
| 134 | 2024-04-30T20:05:25.816Z | Planning: Package planning ... Done (0.049s) |
| 135 | 2024-04-30T20:05:25.850Z | Planning: Merging actions ... Done (0.051s) |
| 136 | 2024-04-30T20:05:26.244Z | Planning: Checking for conflicting actions ... Done (0.396s) |
| 137 | 2024-04-30T20:05:26.257Z | Planning: Consolidating action changes ... Done (0.011s) |
| 138 | 2024-04-30T20:05:31.780Z | Planning: Evaluating mediators ... Done (5.526s) |
| 139 | 2024-04-30T20:05:31.790Z | Planning: Planning completed in 9.17 seconds |
| 140 | 2024-04-30T20:05:31.806Z | Packages to install: 4 |
| 141 | 2024-04-30T20:05:31.806Z | Mediators to change: 2 |
| 142 | 2024-04-30T20:05:31.809Z | Services to change: 1 |
| 143 | 2024-04-30T20:05:31.809Z | Estimated space available: 155.32 GB |
| 144 | 2024-04-30T20:05:31.809Z | Estimated space to be consumed: 1.44 GB |
| 145 | 2024-04-30T20:05:31.810Z | Create boot environment: No |
| 146 | 2024-04-30T20:05:31.810Z | Create backup boot environment: No |
| 147 | 2024-04-30T20:05:31.810Z | Rebuild boot archive: No |
| 148 | 2024-04-30T20:05:31.810Z | |
| 149 | 2024-04-30T20:05:31.810Z | Changed mediators: |
| 150 | 2024-04-30T20:05:31.810Z | mediator clang: |
| 151 | 2024-04-30T20:05:31.810Z | version: None -> 15 (system default) |
| 152 | 2024-04-30T20:05:31.810Z | |
| 153 | 2024-04-30T20:05:31.810Z | mediator llvm: |
| 154 | 2024-04-30T20:05:31.810Z | version: 14 (system default) -> 15 (system default) |
| 155 | 2024-04-30T20:05:31.810Z | |
| 156 | 2024-04-30T20:05:31.810Z | Changed packages: |
| 157 | 2024-04-30T20:05:31.810Z | helios-dev |
| 158 | 2024-04-30T20:05:31.810Z | developer/build-essential |
| 159 | 2024-04-30T20:05:31.810Z | None -> 11-2.0 |
| 160 | 2024-04-30T20:05:31.810Z | library/libxmlsec1 |
| 161 | 2024-04-30T20:05:31.810Z | None -> 1.2.35-2.0 |
| 162 | 2024-04-30T20:05:31.810Z | ooce/developer/clang-15 |
| 163 | 2024-04-30T20:05:31.810Z | None -> 15.0.7-2.0 |
| 164 | 2024-04-30T20:05:31.810Z | ooce/developer/llvm-15 |
| 165 | 2024-04-30T20:05:31.810Z | None -> 15.0.7-2.0 |
| 166 | 2024-04-30T20:05:31.810Z | |
| 167 | 2024-04-30T20:05:31.810Z | Services: |
| 168 | 2024-04-30T20:05:31.811Z | restart_fmri: |
| 169 | 2024-04-30T20:05:31.811Z | svc:/system/update-man-index:default |
| 170 | 2024-04-30T20:05:31.885Z | |
| 171 | 2024-04-30T20:05:31.885Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 172 | 2024-04-30T20:05:38.036Z | Download: 213/3290 items 1.3/212.6MB 0% complete (695k/s) |
| 173 | 2024-04-30T20:05:43.032Z | Download: 1089/3290 items 19.7/212.6MB 9% complete (1.9M/s) |
| 174 | 2024-04-30T20:05:48.034Z | Download: 1616/3290 items 117.6/212.6MB 55% complete (11.7M/s) |
| 175 | 2024-04-30T20:05:53.038Z | Download: 2471/3290 items 120.0/212.6MB 56% complete (10.0M/s) |
| 176 | 2024-04-30T20:06:01.419Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
| 177 | 2024-04-30T20:06:04.556Z | Download: Completed 212.60 MB in 32.67 seconds (6.5M/s) |
| 178 | 2024-04-30T20:06:04.850Z | Actions: 1/3689 actions (Installing new actions) |
| 179 | 2024-04-30T20:06:09.882Z | Actions: 3686/3689 actions (Installing new actions) |
| 180 | 2024-04-30T20:06:09.886Z | Actions: Completed 3689 actions in 5.04 seconds. |
| 181 | 2024-04-30T20:06:10.008Z | Done (0.115s) |
| 182 | 2024-04-30T20:06:10.008Z | Done (0.000s) |
| 183 | 2024-04-30T20:06:10.287Z | Done (0.278s) |
| 184 | 2024-04-30T20:06:15.722Z | Done (5.285s) |
| 185 | 2024-04-30T20:06:15.885Z | Done (0.094s) |
| 186 | 2024-04-30T20:06:15.889Z | Done (0.000s) |
| 187 | 2024-04-30T20:06:16.072Z | Done (0.000s) |
| 188 | 2024-04-30T20:06:16.610Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2024-04-30T20:06:16.802Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2024-04-30T20:06:16.807Z | Planning: Consolidating action changes ... Done |
| 191 | 2024-04-30T20:06:17.057Z | Planning: Evaluating mediators ... Done |
| 192 | 2024-04-30T20:06:17.063Z | Planning: Planning completed in 0.44 seconds |
| 193 | 2024-04-30T20:06:17.089Z | Mediators to change: 2 |
| 194 | 2024-04-30T20:06:17.095Z | Create boot environment: No |
| 195 | 2024-04-30T20:06:17.095Z | Create backup boot environment: No |
| 196 | 2024-04-30T20:06:17.153Z | Done |
| 197 | 2024-04-30T20:06:17.154Z | Done |
| 198 | 2024-04-30T20:06:17.336Z | Done |
| 199 | 2024-04-30T20:06:20.926Z | Done |
| 200 | 2024-04-30T20:06:21.014Z | Done |
| 201 | 2024-04-30T20:06:21.031Z | Done |
| 202 | 2024-04-30T20:06:21.129Z | Done |
| 203 | 2024-04-30T20:06:21.777Z | Planning: Evaluating mediator changes ... Done |
| 204 | 2024-04-30T20:06:21.780Z | Planning: Merging actions ... Done |
| 205 | 2024-04-30T20:06:21.971Z | Planning: Checking for conflicting actions ... Done |
| 206 | 2024-04-30T20:06:21.974Z | Planning: Consolidating action changes ... Done |
| 207 | 2024-04-30T20:06:22.234Z | Planning: Evaluating mediators ... Done |
| 208 | 2024-04-30T20:06:22.288Z | Planning: Planning completed in 0.78 seconds |
| 209 | 2024-04-30T20:06:22.324Z | Packages to change: 1 |
| 210 | 2024-04-30T20:06:22.324Z | Mediators to change: 1 |
| 211 | 2024-04-30T20:06:22.327Z | Services to change: 1 |
| 212 | 2024-04-30T20:06:22.327Z | Create boot environment: No |
| 213 | 2024-04-30T20:06:22.327Z | Create backup boot environment: Yes |
| 214 | 2024-04-30T20:06:24.291Z | Actions: 1/6 actions (Updating modified actions) |
| 215 | 2024-04-30T20:06:24.318Z | Actions: Completed 6 actions in 0.00 seconds. |
| 216 | 2024-04-30T20:06:24.318Z | Done |
| 217 | 2024-04-30T20:06:24.318Z | Done |
| 218 | 2024-04-30T20:06:24.344Z | Done |
| 219 | 2024-04-30T20:06:30.726Z | Done |
| 220 | 2024-04-30T20:06:30.821Z | Done |
| 221 | 2024-04-30T20:06:30.821Z | Done |
| 222 | 2024-04-30T20:06:30.822Z | Done |
| 223 | 2024-04-30T20:06:30.822Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 224 | 2024-04-30T20:06:30.822Z | clang system 15 system |
| 225 | 2024-04-30T20:06:30.822Z | csh system system illumos |
| 226 | 2024-04-30T20:06:30.822Z | ctags system system illumos |
| 227 | 2024-04-30T20:06:30.822Z | gcc vendor 12 vendor |
| 228 | 2024-04-30T20:06:30.822Z | gcc system 10 system |
| 229 | 2024-04-30T20:06:30.822Z | gcc system 7 system |
| 230 | 2024-04-30T20:06:30.822Z | go system 1.20 system |
| 231 | 2024-04-30T20:06:30.822Z | go system 1.19 system |
| 232 | 2024-04-30T20:06:30.822Z | llvm system 15 system |
| 233 | 2024-04-30T20:06:30.822Z | llvm system 14 system |
| 234 | 2024-04-30T20:06:30.822Z | mariadb system 10.6 system |
| 235 | 2024-04-30T20:06:30.822Z | mta vendor vendor dma |
| 236 | 2024-04-30T20:06:30.822Z | openjdk system 17 system |
| 237 | 2024-04-30T20:06:30.822Z | openjdk system 11 system |
| 238 | 2024-04-30T20:06:30.822Z | openjdk system 1.8 system |
| 239 | 2024-04-30T20:06:30.822Z | openssl vendor 3 vendor |
| 240 | 2024-04-30T20:06:30.822Z | perl system 5.36 system |
| 241 | 2024-04-30T20:06:30.822Z | postgresql system 15 system |
| 242 | 2024-04-30T20:06:30.822Z | postgresql system 13 system |
| 243 | 2024-04-30T20:06:30.822Z | python vendor 3 vendor |
| 244 | 2024-04-30T20:06:30.822Z | python system 2 system |
| 245 | 2024-04-30T20:06:30.823Z | python3 system 3.11 system |
| 246 | 2024-04-30T20:06:30.823Z | ruby system 3.0 system |
| 247 | 2024-04-30T20:06:30.823Z | words vendor vendor american-english |
| 248 | 2024-04-30T20:06:30.823Z | words system system australian-english |
| 249 | 2024-04-30T20:06:30.823Z | words system system british-english |
| 250 | 2024-04-30T20:06:30.823Z | words system system canadian-english |
| 251 | 2024-04-30T20:06:30.823Z | words system system french |
| 252 | 2024-04-30T20:06:30.823Z | words system system italian |
| 253 | 2024-04-30T20:06:30.823Z | words system system ngerman |
| 254 | 2024-04-30T20:06:30.823Z | words system system ogerman |
| 255 | 2024-04-30T20:06:30.823Z | words system system spanish |
| 256 | 2024-04-30T20:06:30.823Z | PUBLISHER TYPE STATUS P LOCATION |
| 257 | 2024-04-30T20:06:30.823Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 258 | 2024-04-30T20:06:30.823Z | FMRI IFO |
| 259 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 260 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 261 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 262 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 263 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 264 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 265 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 266 | 2024-04-30T20:06:30.823Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 267 | 2024-04-30T20:06:30.824Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 268 | 2024-04-30T20:06:30.824Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 269 | 2024-04-30T20:06:30.824Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 270 | 2024-04-30T20:06:30.824Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 271 | 2024-04-30T20:06:30.824Z | + set -o errexit |
| 272 | 2024-04-30T20:06:30.824Z | +++ dirname ./tools/ci_download_cockroachdb |
| 273 | 2024-04-30T20:06:30.824Z | ++ cd ./tools |
| 274 | 2024-04-30T20:06:30.824Z | ++ pwd |
| 275 | 2024-04-30T20:06:30.824Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 276 | 2024-04-30T20:06:30.824Z | ++ basename ./tools/ci_download_cockroachdb |
| 277 | 2024-04-30T20:06:30.824Z | + ARG0=ci_download_cockroachdb |
| 278 | 2024-04-30T20:06:30.824Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 279 | 2024-04-30T20:06:30.824Z | + CIDL_VERSION=v22.1.9 |
| 280 | 2024-04-30T20:06:30.824Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 281 | 2024-04-30T20:06:30.824Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 282 | 2024-04-30T20:06:30.824Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 283 | 2024-04-30T20:06:30.824Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 284 | 2024-04-30T20:06:30.824Z | + TARGET_DIR=out |
| 285 | 2024-04-30T20:06:30.824Z | + DOWNLOAD_DIR=out/downloads |
| 286 | 2024-04-30T20:06:30.824Z | + DEST_DIR=./out/cockroachdb |
| 287 | 2024-04-30T20:06:30.824Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 288 | 2024-04-30T20:06:30.825Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 289 | 2024-04-30T20:06:30.825Z | + main |
| 290 | 2024-04-30T20:06:30.825Z | + [[ 0 != 0 ]] |
| 291 | 2024-04-30T20:06:30.825Z | + CIDL_OS=solaris2.11 |
| 292 | 2024-04-30T20:06:30.825Z | + [[ 0 != 0 ]] |
| 293 | 2024-04-30T20:06:30.825Z | + configure_os solaris2.11 |
| 294 | 2024-04-30T20:06:30.825Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 295 | 2024-04-30T20:06:30.825Z | current directory: /work/oxidecomputer/omicron |
| 296 | 2024-04-30T20:06:30.825Z | + echo 'configuring based on OS: "solaris2.11"' |
| 297 | 2024-04-30T20:06:30.825Z | configuring based on OS: "solaris2.11" |
| 298 | 2024-04-30T20:06:30.825Z | + case "$1" in |
| 299 | 2024-04-30T20:06:30.825Z | + CIDL_BUILD=illumos |
| 300 | 2024-04-30T20:06:30.825Z | + CIDL_SUFFIX=tar.gz |
| 301 | 2024-04-30T20:06:30.825Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 302 | 2024-04-30T20:06:30.825Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 303 | 2024-04-30T20:06:30.825Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 304 | 2024-04-30T20:06:30.825Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 305 | 2024-04-30T20:06:30.825Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2024-04-30T20:06:30.826Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 307 | 2024-04-30T20:06:30.826Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 308 | 2024-04-30T20:06:30.826Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 309 | 2024-04-30T20:06:30.826Z | + CIDL_SHA256FUNC=do_sha256sum |
| 310 | 2024-04-30T20:06:30.826Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 311 | 2024-04-30T20:06:30.826Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 312 | 2024-04-30T20:06:30.826Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 313 | 2024-04-30T20:06:30.826Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 314 | 2024-04-30T20:06:30.826Z | + mkdir -p out/downloads |
| 315 | 2024-04-30T20:06:30.826Z | + mkdir -p ./out/cockroachdb |
| 316 | 2024-04-30T20:06:30.826Z | + local DO_DOWNLOAD=true |
| 317 | 2024-04-30T20:06:30.826Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 318 | 2024-04-30T20:06:30.826Z | + '[' true == true ']' |
| 319 | 2024-04-30T20:06:30.826Z | + echo Downloading... |
| 320 | 2024-04-30T20:06:30.887Z | Downloading... |
| 321 | 2024-04-30T20:06:30.887Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 322 | 2024-04-30T20:06:30.887Z | + 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 |
| 323 | 2024-04-30T20:06:34.689Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 324 | 2024-04-30T20:06:34.699Z | ++ sha256sum |
| 325 | 2024-04-30T20:06:34.699Z | ++ awk '{print $1}' |
| 326 | 2024-04-30T20:06:34.791Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 327 | 2024-04-30T20:06:34.798Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 328 | 2024-04-30T20:06:34.798Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 329 | 2024-04-30T20:06:34.798Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 330 | 2024-04-30T20:06:36.967Z | + do_assemble_illumos |
| 331 | 2024-04-30T20:06:36.967Z | + rm -r ./out/cockroachdb |
| 332 | 2024-04-30T20:06:36.972Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 333 | 2024-04-30T20:06:37.394Z | + ./out/cockroachdb/bin/cockroach version |
| 334 | 2024-04-30T20:06:37.541Z | Build Tag: v22.1.9-dirty |
| 335 | 2024-04-30T20:06:37.541Z | Build Time: 2022/10/26 21:17:46 |
| 336 | 2024-04-30T20:06:37.542Z | Distribution: OSS |
| 337 | 2024-04-30T20:06:37.542Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 338 | 2024-04-30T20:06:37.542Z | Go Version: go1.17.13 |
| 339 | 2024-04-30T20:06:37.542Z | C Compiler: gcc 10.3.0 |
| 340 | 2024-04-30T20:06:37.543Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 341 | 2024-04-30T20:06:37.543Z | Build Type: release |
| 342 | 2024-04-30T20:06:37.559Z | + set -o errexit |
| 343 | 2024-04-30T20:06:37.567Z | +++ dirname ./tools/ci_download_clickhouse |
| 344 | 2024-04-30T20:06:37.567Z | ++ cd ./tools |
| 345 | 2024-04-30T20:06:37.567Z | ++ pwd |
| 346 | 2024-04-30T20:06:37.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 347 | 2024-04-30T20:06:37.568Z | ++ basename ./tools/ci_download_clickhouse |
| 348 | 2024-04-30T20:06:37.573Z | + ARG0=ci_download_clickhouse |
| 349 | 2024-04-30T20:06:37.573Z | + TARGET_DIR=out |
| 350 | 2024-04-30T20:06:37.573Z | + DOWNLOAD_DIR=out/downloads |
| 351 | 2024-04-30T20:06:37.574Z | + DEST_DIR=./out/clickhouse |
| 352 | 2024-04-30T20:06:37.574Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 353 | 2024-04-30T20:06:37.574Z | + CIDL_VERSION=v23.8.7.24 |
| 354 | 2024-04-30T20:06:37.574Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 355 | 2024-04-30T20:06:37.574Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 356 | 2024-04-30T20:06:37.574Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 357 | 2024-04-30T20:06:37.574Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 358 | 2024-04-30T20:06:37.575Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 359 | 2024-04-30T20:06:37.575Z | + main |
| 360 | 2024-04-30T20:06:37.575Z | + [[ 0 != 0 ]] |
| 361 | 2024-04-30T20:06:37.575Z | + CIDL_OS=solaris2.11 |
| 362 | 2024-04-30T20:06:37.575Z | + [[ 0 != 0 ]] |
| 363 | 2024-04-30T20:06:37.575Z | + configure_os solaris2.11 |
| 364 | 2024-04-30T20:06:37.575Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 365 | 2024-04-30T20:06:37.576Z | current directory: /work/oxidecomputer/omicron |
| 366 | 2024-04-30T20:06:37.576Z | + echo 'configuring based on OS: "solaris2.11"' |
| 367 | 2024-04-30T20:06:37.576Z | + CIDL_DASHREV= |
| 368 | 2024-04-30T20:06:37.576Z | configuring based on OS: "solaris2.11" |
| 369 | 2024-04-30T20:06:37.576Z | + case "$1" in |
| 370 | 2024-04-30T20:06:37.576Z | + CIDL_PLATFORM=illumos |
| 371 | 2024-04-30T20:06:37.576Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 372 | 2024-04-30T20:06:37.577Z | + CIDL_MD5FUNC=do_md5sum |
| 373 | 2024-04-30T20:06:37.577Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 374 | 2024-04-30T20:06:37.577Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 375 | 2024-04-30T20:06:37.577Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 376 | 2024-04-30T20:06:37.577Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 377 | 2024-04-30T20:06:37.577Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 378 | 2024-04-30T20:06:37.577Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 379 | 2024-04-30T20:06:37.577Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 380 | 2024-04-30T20:06:37.578Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 381 | 2024-04-30T20:06:37.578Z | + mkdir -p out/downloads |
| 382 | 2024-04-30T20:06:37.578Z | + mkdir -p ./out/clickhouse |
| 383 | 2024-04-30T20:06:37.578Z | + local DO_DOWNLOAD=true |
| 384 | 2024-04-30T20:06:37.578Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 385 | 2024-04-30T20:06:37.578Z | + '[' true == true ']' |
| 386 | 2024-04-30T20:06:37.579Z | + echo Downloading... |
| 387 | 2024-04-30T20:06:37.579Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 388 | 2024-04-30T20:06:37.579Z | Downloading... |
| 389 | 2024-04-30T20:06:37.584Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 390 | 2024-04-30T20:06:39.420Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 391 | 2024-04-30T20:06:39.423Z | ++ md5sum |
| 392 | 2024-04-30T20:06:39.423Z | ++ awk '{print $1}' |
| 393 | 2024-04-30T20:06:39.645Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 394 | 2024-04-30T20:06:39.645Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
| 395 | 2024-04-30T20:06:39.649Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 396 | 2024-04-30T20:06:39.649Z | + mkdir -p ./out/clickhouse |
| 397 | 2024-04-30T20:06:39.649Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 398 | 2024-04-30T20:06:43.506Z | + [[ solaris2.11 == darwin* ]] |
| 399 | 2024-04-30T20:06:43.506Z | + ./out/clickhouse/clickhouse server --version |
| 400 | 2024-04-30T20:06:44.188Z | ClickHouse server version 23.8.7.1. |
| 401 | 2024-04-30T20:06:44.188Z | + set -o errexit |
| 402 | 2024-04-30T20:06:44.188Z | +++ dirname ./tools/ci_download_console |
| 403 | 2024-04-30T20:06:44.188Z | ++ cd ./tools |
| 404 | 2024-04-30T20:06:44.189Z | ++ pwd |
| 405 | 2024-04-30T20:06:44.189Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 406 | 2024-04-30T20:06:44.189Z | ++ basename ./tools/ci_download_console |
| 407 | 2024-04-30T20:06:44.189Z | + ARG0=ci_download_console |
| 408 | 2024-04-30T20:06:44.189Z | + TARGET_DIR=out |
| 409 | 2024-04-30T20:06:44.189Z | + DOWNLOAD_DIR=out/downloads |
| 410 | 2024-04-30T20:06:44.189Z | + DEST_DIR=./out/console-assets |
| 411 | 2024-04-30T20:06:44.189Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 412 | 2024-04-30T20:06:44.189Z | ++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b |
| 413 | 2024-04-30T20:06:44.189Z | ++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
| 414 | 2024-04-30T20:06:44.189Z | + URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 415 | 2024-04-30T20:06:44.189Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 416 | 2024-04-30T20:06:44.189Z | + main |
| 417 | 2024-04-30T20:06:44.189Z | + [[ 0 != 0 ]] |
| 418 | 2024-04-30T20:06:44.189Z | + echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz' |
| 419 | 2024-04-30T20:06:44.189Z | URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 420 | 2024-04-30T20:06:44.189Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 421 | 2024-04-30T20:06:44.189Z | Local file: out/downloads/console.tar.gz |
| 422 | 2024-04-30T20:06:44.189Z | + local DO_DOWNLOAD=true |
| 423 | 2024-04-30T20:06:44.190Z | + [[ -f out/downloads/console.tar.gz ]] |
| 424 | 2024-04-30T20:06:44.190Z | + mkdir -p out/downloads |
| 425 | 2024-04-30T20:06:44.190Z | + '[' true == true ']' |
| 426 | 2024-04-30T20:06:44.190Z | + echo Downloading... |
| 427 | 2024-04-30T20:06:44.190Z | Downloading... |
| 428 | 2024-04-30T20:06:44.190Z | + do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz |
| 429 | 2024-04-30T20:06:44.190Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 430 | 2024-04-30T20:06:44.422Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 431 | 2024-04-30T20:06:44.422Z | ++ case "$OSTYPE" in |
| 432 | 2024-04-30T20:06:44.428Z | ++ SHA=sha256sum |
| 433 | 2024-04-30T20:06:44.429Z | ++ sha256sum |
| 434 | 2024-04-30T20:06:44.429Z | ++ awk '{print $1}' |
| 435 | 2024-04-30T20:06:44.433Z | + calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
| 436 | 2024-04-30T20:06:44.434Z | + [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]] |
| 437 | 2024-04-30T20:06:44.434Z | + rm -rf ./out/console-assets |
| 438 | 2024-04-30T20:06:44.434Z | + mkdir -p ./out/console-assets |
| 439 | 2024-04-30T20:06:44.438Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 440 | 2024-04-30T20:06:44.438Z | + mkdir -p ./out/console-assets |
| 441 | 2024-04-30T20:06:44.438Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 442 | 2024-04-30T20:06:44.528Z | + set -o errexit |
| 443 | 2024-04-30T20:06:44.531Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 444 | 2024-04-30T20:06:44.535Z | ++ cd ./tools |
| 445 | 2024-04-30T20:06:44.535Z | ++ pwd |
| 446 | 2024-04-30T20:06:44.535Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 447 | 2024-04-30T20:06:44.535Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 448 | 2024-04-30T20:06:44.538Z | + ARG0=ci_download_maghemite_openapi |
| 449 | 2024-04-30T20:06:44.538Z | + TARGET_DIR=out |
| 450 | 2024-04-30T20:06:44.538Z | + DOWNLOAD_DIR=out/downloads |
| 451 | 2024-04-30T20:06:44.538Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 452 | 2024-04-30T20:06:44.538Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 453 | 2024-04-30T20:06:44.538Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 454 | 2024-04-30T20:06:44.538Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 455 | 2024-04-30T20:06:44.538Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 456 | 2024-04-30T20:06:44.538Z | + main |
| 457 | 2024-04-30T20:06:44.538Z | + rm -rf out/downloads/root |
| 458 | 2024-04-30T20:06:44.539Z | + [[ 0 != 0 ]] |
| 459 | 2024-04-30T20:06:44.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
| 460 | 2024-04-30T20:06:44.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 461 | 2024-04-30T20:06:44.539Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 462 | 2024-04-30T20:06:44.539Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 463 | 2024-04-30T20:06:44.539Z | + local DO_DOWNLOAD=true |
| 464 | 2024-04-30T20:06:44.539Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 465 | 2024-04-30T20:06:44.539Z | + mkdir -p out/downloads |
| 466 | 2024-04-30T20:06:44.542Z | + '[' true == true ']' |
| 467 | 2024-04-30T20:06:44.542Z | + echo Downloading... |
| 468 | 2024-04-30T20:06:44.542Z | Downloading... |
| 469 | 2024-04-30T20:06:44.542Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 470 | 2024-04-30T20:06:44.542Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 471 | 2024-04-30T20:06:44.774Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 472 | 2024-04-30T20:06:44.774Z | ++ case "$OSTYPE" in |
| 473 | 2024-04-30T20:06:45.730Z | ++ SHA=sha256sum |
| 474 | 2024-04-30T20:06:45.730Z | ++ sha256sum |
| 475 | 2024-04-30T20:06:45.730Z | ++ awk '{print $1}' |
| 476 | 2024-04-30T20:06:45.730Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 477 | 2024-04-30T20:06:45.730Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
| 478 | 2024-04-30T20:06:45.731Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 479 | 2024-04-30T20:06:45.731Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 480 | 2024-04-30T20:06:45.731Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 481 | 2024-04-30T20:06:45.731Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 482 | 2024-04-30T20:06:45.731Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 483 | 2024-04-30T20:06:45.731Z | + main |
| 484 | 2024-04-30T20:06:45.731Z | + rm -rf out/downloads/root |
| 485 | 2024-04-30T20:06:45.731Z | + [[ 0 != 0 ]] |
| 486 | 2024-04-30T20:06:45.731Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
| 487 | 2024-04-30T20:06:45.732Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 488 | 2024-04-30T20:06:45.732Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 489 | 2024-04-30T20:06:45.732Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 490 | 2024-04-30T20:06:45.732Z | + local DO_DOWNLOAD=true |
| 491 | 2024-04-30T20:06:45.732Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 492 | 2024-04-30T20:06:45.732Z | + mkdir -p out/downloads |
| 493 | 2024-04-30T20:06:45.732Z | + '[' true == true ']' |
| 494 | 2024-04-30T20:06:45.732Z | + echo Downloading... |
| 495 | 2024-04-30T20:06:45.732Z | Downloading... |
| 496 | 2024-04-30T20:06:45.733Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 497 | 2024-04-30T20:06:45.733Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 498 | 2024-04-30T20:06:45.762Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 499 | 2024-04-30T20:06:45.762Z | ++ case "$OSTYPE" in |
| 500 | 2024-04-30T20:06:45.762Z | ++ SHA=sha256sum |
| 501 | 2024-04-30T20:06:45.763Z | ++ sha256sum |
| 502 | 2024-04-30T20:06:45.763Z | ++ awk '{print $1}' |
| 503 | 2024-04-30T20:06:45.763Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 504 | 2024-04-30T20:06:45.763Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
| 505 | 2024-04-30T20:06:45.763Z | + set -o errexit |
| 506 | 2024-04-30T20:06:45.763Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 507 | 2024-04-30T20:06:45.763Z | ++ cd ./tools |
| 508 | 2024-04-30T20:06:45.763Z | ++ pwd |
| 509 | 2024-04-30T20:06:45.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 510 | 2024-04-30T20:06:45.763Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 511 | 2024-04-30T20:06:45.764Z | + ARG0=ci_download_dendrite_openapi |
| 512 | 2024-04-30T20:06:45.764Z | + TARGET_DIR=out |
| 513 | 2024-04-30T20:06:45.764Z | + DOWNLOAD_DIR=out/downloads |
| 514 | 2024-04-30T20:06:45.764Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 515 | 2024-04-30T20:06:45.764Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 516 | 2024-04-30T20:06:45.764Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 517 | 2024-04-30T20:06:45.764Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 518 | 2024-04-30T20:06:45.764Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 519 | 2024-04-30T20:06:45.764Z | + main |
| 520 | 2024-04-30T20:06:45.764Z | + [[ 0 != 0 ]] |
| 521 | 2024-04-30T20:06:45.764Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
| 522 | 2024-04-30T20:06:45.764Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 523 | 2024-04-30T20:06:45.765Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
| 524 | 2024-04-30T20:06:45.765Z | + local DO_DOWNLOAD=true |
| 525 | 2024-04-30T20:06:45.765Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 526 | 2024-04-30T20:06:45.765Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
| 527 | 2024-04-30T20:06:45.765Z | + mkdir -p out/downloads |
| 528 | 2024-04-30T20:06:45.765Z | + '[' true == true ']' |
| 529 | 2024-04-30T20:06:45.765Z | + echo Downloading... |
| 530 | 2024-04-30T20:06:45.765Z | Downloading... |
| 531 | 2024-04-30T20:06:45.765Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 532 | 2024-04-30T20:06:45.766Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 533 | 2024-04-30T20:06:45.766Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 534 | 2024-04-30T20:06:45.766Z | ++ case "$OSTYPE" in |
| 535 | 2024-04-30T20:06:45.766Z | ++ SHA=sha256sum |
| 536 | 2024-04-30T20:06:45.766Z | ++ sha256sum |
| 537 | 2024-04-30T20:06:45.766Z | ++ awk '{print $1}' |
| 538 | 2024-04-30T20:06:45.766Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 539 | 2024-04-30T20:06:45.766Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
| 540 | 2024-04-30T20:06:45.766Z | + set -o errexit |
| 541 | 2024-04-30T20:06:45.766Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 542 | 2024-04-30T20:06:45.766Z | ++ cd ./tools |
| 543 | 2024-04-30T20:06:45.766Z | ++ pwd |
| 544 | 2024-04-30T20:06:45.766Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 545 | 2024-04-30T20:06:45.766Z | ++ basename ./tools/ci_download_dendrite_stub |
| 546 | 2024-04-30T20:06:45.766Z | + ARG0=ci_download_dendrite_stub |
| 547 | 2024-04-30T20:06:45.767Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 548 | 2024-04-30T20:06:45.767Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 549 | 2024-04-30T20:06:45.767Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
| 550 | 2024-04-30T20:06:45.767Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
| 551 | 2024-04-30T20:06:45.767Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 552 | 2024-04-30T20:06:45.767Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 553 | 2024-04-30T20:06:45.767Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 554 | 2024-04-30T20:06:45.767Z | + TARGET_DIR=out |
| 555 | 2024-04-30T20:06:45.767Z | + DOWNLOAD_DIR=out/downloads |
| 556 | 2024-04-30T20:06:45.768Z | + DEST_DIR=./out/dendrite-stub |
| 557 | 2024-04-30T20:06:45.768Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 558 | 2024-04-30T20:06:45.768Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 559 | 2024-04-30T20:06:45.768Z | + REPO=oxidecomputer/dendrite |
| 560 | 2024-04-30T20:06:45.768Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 561 | 2024-04-30T20:06:45.768Z | + main |
| 562 | 2024-04-30T20:06:45.768Z | + [[ 0 != 0 ]] |
| 563 | 2024-04-30T20:06:45.768Z | + CIDL_OS=solaris2.11 |
| 564 | 2024-04-30T20:06:45.768Z | + [[ 0 != 0 ]] |
| 565 | 2024-04-30T20:06:45.768Z | + configure_os solaris2.11 |
| 566 | 2024-04-30T20:06:45.768Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 567 | 2024-04-30T20:06:45.768Z | current directory: /work/oxidecomputer/omicron |
| 568 | 2024-04-30T20:06:45.769Z | + echo 'configuring based on OS: "solaris2.11"' |
| 569 | 2024-04-30T20:06:45.769Z | + case "$1" in |
| 570 | 2024-04-30T20:06:45.769Z | configuring based on OS: "solaris2.11" |
| 571 | 2024-04-30T20:06:45.769Z | + SET_BINARIES= |
| 572 | 2024-04-30T20:06:45.769Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 573 | 2024-04-30T20:06:45.769Z | + CIDL_SHA256FUNC=do_sha256sum |
| 574 | 2024-04-30T20:06:45.769Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 575 | 2024-04-30T20:06:45.769Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 576 | 2024-04-30T20:06:45.769Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 577 | 2024-04-30T20:06:45.769Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
| 578 | 2024-04-30T20:06:45.769Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 579 | 2024-04-30T20:06:45.769Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 580 | 2024-04-30T20:06:45.769Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 581 | 2024-04-30T20:06:45.770Z | + mkdir -p out/downloads |
| 582 | 2024-04-30T20:06:45.770Z | + mkdir -p ./out/dendrite-stub |
| 583 | 2024-04-30T20:06:45.770Z | + fetch_and_verify |
| 584 | 2024-04-30T20:06:45.770Z | + local DO_DOWNLOAD=true |
| 585 | 2024-04-30T20:06:45.770Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 586 | 2024-04-30T20:06:45.770Z | + '[' true == true ']' |
| 587 | 2024-04-30T20:06:45.770Z | + echo Downloading... |
| 588 | 2024-04-30T20:06:45.770Z | Downloading... |
| 589 | 2024-04-30T20:06:45.770Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 590 | 2024-04-30T20:06:45.770Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 591 | 2024-04-30T20:06:51.973Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 592 | 2024-04-30T20:06:51.979Z | ++ sha256sum |
| 593 | 2024-04-30T20:06:51.979Z | ++ awk '{print $1}' |
| 594 | 2024-04-30T20:06:51.990Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 595 | 2024-04-30T20:06:51.993Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
| 596 | 2024-04-30T20:06:51.993Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 597 | 2024-04-30T20:06:51.994Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 598 | 2024-04-30T20:06:52.591Z | + do_assemble |
| 599 | 2024-04-30T20:06:52.591Z | + rm -r ./out/dendrite-stub |
| 600 | 2024-04-30T20:06:52.600Z | + mkdir ./out/dendrite-stub |
| 601 | 2024-04-30T20:06:52.600Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 602 | 2024-04-30T20:06:52.679Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 603 | 2024-04-30T20:06:52.689Z | + set -o errexit |
| 604 | 2024-04-30T20:06:52.694Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 605 | 2024-04-30T20:06:52.694Z | ++ cd ./tools |
| 606 | 2024-04-30T20:06:52.694Z | ++ pwd |
| 607 | 2024-04-30T20:06:52.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 608 | 2024-04-30T20:06:52.694Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 609 | 2024-04-30T20:06:52.702Z | + ARG0=ci_download_maghemite_mgd |
| 610 | 2024-04-30T20:06:52.702Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 611 | 2024-04-30T20:06:52.702Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 612 | 2024-04-30T20:06:52.702Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
| 613 | 2024-04-30T20:06:52.702Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 614 | 2024-04-30T20:06:52.702Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 615 | 2024-04-30T20:06:52.702Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 616 | 2024-04-30T20:06:52.703Z | + TARGET_DIR=out |
| 617 | 2024-04-30T20:06:52.703Z | + DOWNLOAD_DIR=out/downloads |
| 618 | 2024-04-30T20:06:52.703Z | + DEST_DIR=./out/mgd |
| 619 | 2024-04-30T20:06:52.703Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 620 | 2024-04-30T20:06:52.703Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 621 | 2024-04-30T20:06:52.703Z | + REPO=oxidecomputer/maghemite |
| 622 | 2024-04-30T20:06:52.703Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
| 623 | 2024-04-30T20:06:52.704Z | + main |
| 624 | 2024-04-30T20:06:52.704Z | + rm -rf out/downloads/root |
| 625 | 2024-04-30T20:06:52.711Z | + [[ 0 != 0 ]] |
| 626 | 2024-04-30T20:06:52.712Z | + CIDL_OS=solaris2.11 |
| 627 | 2024-04-30T20:06:52.712Z | + [[ 0 != 0 ]] |
| 628 | 2024-04-30T20:06:52.712Z | + configure_os solaris2.11 |
| 629 | 2024-04-30T20:06:52.712Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 630 | 2024-04-30T20:06:52.712Z | current directory: /work/oxidecomputer/omicron |
| 631 | 2024-04-30T20:06:52.712Z | + echo 'configuring based on OS: "solaris2.11"' |
| 632 | 2024-04-30T20:06:52.712Z | + case "$1" in |
| 633 | 2024-04-30T20:06:52.712Z | configuring based on OS: "solaris2.11" |
| 634 | 2024-04-30T20:06:52.712Z | + SET_BINARIES= |
| 635 | 2024-04-30T20:06:52.712Z | + CIDL_SHA256FUNC=do_sha256sum |
| 636 | 2024-04-30T20:06:52.712Z | + TARBALL_FILENAME=mgd.tar.gz |
| 637 | 2024-04-30T20:06:52.713Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 638 | 2024-04-30T20:06:52.713Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 639 | 2024-04-30T20:06:52.713Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
| 640 | 2024-04-30T20:06:52.713Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 641 | 2024-04-30T20:06:52.713Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 642 | 2024-04-30T20:06:52.713Z | Local file: out/downloads/mgd.tar.gz |
| 643 | 2024-04-30T20:06:52.713Z | + mkdir -p out/downloads |
| 644 | 2024-04-30T20:06:52.713Z | + mkdir -p ./out/mgd |
| 645 | 2024-04-30T20:06:52.713Z | + fetch_and_verify |
| 646 | 2024-04-30T20:06:52.713Z | + local DO_DOWNLOAD=true |
| 647 | 2024-04-30T20:06:52.713Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 648 | 2024-04-30T20:06:52.713Z | + '[' true == true ']' |
| 649 | 2024-04-30T20:06:52.714Z | + echo Downloading... |
| 650 | 2024-04-30T20:06:52.714Z | Downloading... |
| 651 | 2024-04-30T20:06:52.714Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 652 | 2024-04-30T20:06:52.714Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 653 | 2024-04-30T20:07:02.883Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 654 | 2024-04-30T20:07:02.887Z | ++ sha256sum |
| 655 | 2024-04-30T20:07:02.887Z | ++ awk '{print $1}' |
| 656 | 2024-04-30T20:07:02.916Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 657 | 2024-04-30T20:07:02.930Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
| 658 | 2024-04-30T20:07:02.930Z | + do_untar out/downloads/mgd.tar.gz |
| 659 | 2024-04-30T20:07:02.930Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 660 | 2024-04-30T20:07:03.507Z | + do_assemble |
| 661 | 2024-04-30T20:07:03.507Z | + rm -r ./out/mgd |
| 662 | 2024-04-30T20:07:03.511Z | + mkdir ./out/mgd |
| 663 | 2024-04-30T20:07:03.511Z | + cp -r out/downloads/root ./out/mgd/root |
| 664 | 2024-04-30T20:07:03.599Z | + set -o errexit |
| 665 | 2024-04-30T20:07:03.602Z | +++ dirname ./tools/ci_download_transceiver_control |
| 666 | 2024-04-30T20:07:03.605Z | ++ cd ./tools |
| 667 | 2024-04-30T20:07:03.605Z | ++ pwd |
| 668 | 2024-04-30T20:07:03.606Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 669 | 2024-04-30T20:07:03.606Z | ++ basename ./tools/ci_download_transceiver_control |
| 670 | 2024-04-30T20:07:03.609Z | + ARG0=ci_download_transceiver_control |
| 671 | 2024-04-30T20:07:03.610Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 672 | 2024-04-30T20:07:03.610Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 673 | 2024-04-30T20:07:03.610Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 674 | 2024-04-30T20:07:03.610Z | + TARGET_DIR=out |
| 675 | 2024-04-30T20:07:03.610Z | + DOWNLOAD_DIR=out/downloads |
| 676 | 2024-04-30T20:07:03.610Z | + DEST_DIR=./out/transceiver-control |
| 677 | 2024-04-30T20:07:03.610Z | + BIN_DIR=/opt/oxide/bin |
| 678 | 2024-04-30T20:07:03.610Z | + BINARY=xcvradm |
| 679 | 2024-04-30T20:07:03.610Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 680 | 2024-04-30T20:07:03.610Z | + REPO=oxidecomputer/transceiver-control |
| 681 | 2024-04-30T20:07:03.610Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 682 | 2024-04-30T20:07:03.610Z | + main |
| 683 | 2024-04-30T20:07:03.610Z | + [[ 0 != 0 ]] |
| 684 | 2024-04-30T20:07:03.610Z | + CIDL_OS=solaris2.11 |
| 685 | 2024-04-30T20:07:03.610Z | + [[ 0 != 0 ]] |
| 686 | 2024-04-30T20:07:03.610Z | + configure_os solaris2.11 |
| 687 | 2024-04-30T20:07:03.610Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 688 | 2024-04-30T20:07:03.610Z | current directory: /work/oxidecomputer/omicron |
| 689 | 2024-04-30T20:07:03.610Z | + echo 'configuring based on OS: "solaris2.11"' |
| 690 | 2024-04-30T20:07:03.610Z | configuring based on OS: "solaris2.11" |
| 691 | 2024-04-30T20:07:03.610Z | + case "$1" in |
| 692 | 2024-04-30T20:07:03.610Z | + SET_BINARIES= |
| 693 | 2024-04-30T20:07:03.611Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 694 | 2024-04-30T20:07:03.611Z | + CIDL_SHA256FUNC=do_sha256sum |
| 695 | 2024-04-30T20:07:03.611Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 696 | 2024-04-30T20:07:03.611Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 697 | 2024-04-30T20:07:03.611Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 698 | 2024-04-30T20:07:03.611Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 699 | 2024-04-30T20:07:03.611Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 700 | 2024-04-30T20:07:03.611Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 701 | 2024-04-30T20:07:03.611Z | Local file: out/downloads/xcvradm.gz |
| 702 | 2024-04-30T20:07:03.611Z | + mkdir -p out/downloads |
| 703 | 2024-04-30T20:07:03.611Z | + mkdir -p ./out/transceiver-control |
| 704 | 2024-04-30T20:07:03.614Z | + fetch_and_verify |
| 705 | 2024-04-30T20:07:03.615Z | + local DO_DOWNLOAD=true |
| 706 | 2024-04-30T20:07:03.615Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 707 | 2024-04-30T20:07:03.615Z | + '[' true == true ']' |
| 708 | 2024-04-30T20:07:03.615Z | + echo Downloading... |
| 709 | 2024-04-30T20:07:03.615Z | Downloading... |
| 710 | 2024-04-30T20:07:03.615Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 711 | 2024-04-30T20:07:03.615Z | + 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 |
| 712 | 2024-04-30T20:07:05.558Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 713 | 2024-04-30T20:07:05.569Z | ++ sha256sum |
| 714 | 2024-04-30T20:07:05.569Z | ++ awk '{print $1}' |
| 715 | 2024-04-30T20:07:05.569Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 716 | 2024-04-30T20:07:05.569Z | + [[ 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 ]] |
| 717 | 2024-04-30T20:07:05.569Z | + do_unpack out/downloads/xcvradm.gz |
| 718 | 2024-04-30T20:07:05.570Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 719 | 2024-04-30T20:07:05.570Z | + gzip -dc out/downloads/xcvradm.gz |
| 720 | 2024-04-30T20:07:05.682Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 721 | 2024-04-30T20:07:05.693Z | + do_assemble |
| 722 | 2024-04-30T20:07:05.693Z | + rm -r ./out/transceiver-control |
| 723 | 2024-04-30T20:07:05.693Z | + mkdir ./out/transceiver-control |
| 724 | 2024-04-30T20:07:06.162Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 725 | 2024-04-30T20:07:06.162Z | + set -o errexit |
| 726 | 2024-04-30T20:07:06.162Z | +++ dirname ./tools/ci_download_thundermuffin |
| 727 | 2024-04-30T20:07:06.162Z | ++ cd ./tools |
| 728 | 2024-04-30T20:07:06.162Z | ++ pwd |
| 729 | 2024-04-30T20:07:06.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 730 | 2024-04-30T20:07:06.163Z | ++ basename ./tools/ci_download_thundermuffin |
| 731 | 2024-04-30T20:07:06.163Z | + ARG0=ci_download_thundermuffin |
| 732 | 2024-04-30T20:07:06.163Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 733 | 2024-04-30T20:07:06.163Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 734 | 2024-04-30T20:07:06.163Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 735 | 2024-04-30T20:07:06.163Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 736 | 2024-04-30T20:07:06.163Z | + TARGET_DIR=out |
| 737 | 2024-04-30T20:07:06.164Z | + DOWNLOAD_DIR=out/downloads |
| 738 | 2024-04-30T20:07:06.164Z | + DEST_DIR=./out/thundermuffin |
| 739 | 2024-04-30T20:07:06.164Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 740 | 2024-04-30T20:07:06.164Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 741 | 2024-04-30T20:07:06.164Z | + REPO=oxidecomputer/thundermuffin |
| 742 | 2024-04-30T20:07:06.165Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 743 | 2024-04-30T20:07:06.165Z | + main |
| 744 | 2024-04-30T20:07:06.165Z | + rm -rf out/downloads/root |
| 745 | 2024-04-30T20:07:06.165Z | + [[ 0 != 0 ]] |
| 746 | 2024-04-30T20:07:06.166Z | + CIDL_OS=solaris2.11 |
| 747 | 2024-04-30T20:07:06.166Z | + [[ 0 != 0 ]] |
| 748 | 2024-04-30T20:07:06.166Z | + configure_os solaris2.11 |
| 749 | 2024-04-30T20:07:06.166Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 750 | 2024-04-30T20:07:06.167Z | current directory: /work/oxidecomputer/omicron |
| 751 | 2024-04-30T20:07:06.167Z | + echo 'configuring based on OS: "solaris2.11"' |
| 752 | 2024-04-30T20:07:06.167Z | + case "$1" in |
| 753 | 2024-04-30T20:07:06.167Z | configuring based on OS: "solaris2.11" |
| 754 | 2024-04-30T20:07:06.167Z | + SET_BINARIES= |
| 755 | 2024-04-30T20:07:06.168Z | + CIDL_SHA256FUNC=do_sha256sum |
| 756 | 2024-04-30T20:07:06.168Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 757 | 2024-04-30T20:07:06.168Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 758 | 2024-04-30T20:07:06.168Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 759 | 2024-04-30T20:07:06.168Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 760 | 2024-04-30T20:07:06.169Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 761 | 2024-04-30T20:07:06.169Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 762 | 2024-04-30T20:07:06.169Z | Local file: out/downloads/thundermuffin.tar.gz |
| 763 | 2024-04-30T20:07:06.169Z | + mkdir -p out/downloads |
| 764 | 2024-04-30T20:07:06.170Z | + mkdir -p ./out/thundermuffin |
| 765 | 2024-04-30T20:07:06.170Z | + fetch_and_verify |
| 766 | 2024-04-30T20:07:06.170Z | + local DO_DOWNLOAD=true |
| 767 | 2024-04-30T20:07:06.170Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 768 | 2024-04-30T20:07:06.170Z | + '[' true == true ']' |
| 769 | 2024-04-30T20:07:06.170Z | + echo Downloading... |
| 770 | 2024-04-30T20:07:06.171Z | Downloading... |
| 771 | 2024-04-30T20:07:06.171Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 772 | 2024-04-30T20:07:06.171Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 773 | 2024-04-30T20:07:07.488Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 774 | 2024-04-30T20:07:07.493Z | ++ sha256sum |
| 775 | 2024-04-30T20:07:07.493Z | ++ awk '{print $1}' |
| 776 | 2024-04-30T20:07:07.496Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 777 | 2024-04-30T20:07:07.496Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
| 778 | 2024-04-30T20:07:07.496Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 779 | 2024-04-30T20:07:07.496Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 780 | 2024-04-30T20:07:07.568Z | + do_assemble |
| 781 | 2024-04-30T20:07:07.569Z | + rm -r ./out/thundermuffin |
| 782 | 2024-04-30T20:07:07.588Z | + mkdir ./out/thundermuffin |
| 783 | 2024-04-30T20:07:07.588Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 784 | 2024-04-30T20:07:07.602Z | All builder prerequisites installed successfully, and PATH looks valid |
| 785 | 2024-04-30T20:07:07.602Z | |
| 786 | 2024-04-30T20:07:07.602Z | real 1:55.706335437 |
| 787 | 2024-04-30T20:07:07.602Z | user 38.343049288 |
| 788 | 2024-04-30T20:07:07.602Z | sys 7.357877251 |
| 789 | 2024-04-30T20:07:07.602Z | trap 0.009616764 |
| 790 | 2024-04-30T20:07:07.602Z | tflt 0.158126670 |
| 791 | 2024-04-30T20:07:07.602Z | dflt 0.317416080 |
| 792 | 2024-04-30T20:07:07.602Z | kflt 0.087475665 |
| 793 | 2024-04-30T20:07:07.602Z | lock 1.029758146 |
| 794 | 2024-04-30T20:07:07.602Z | slp 3:48.859170606 |
| 795 | 2024-04-30T20:07:07.602Z | lat 2.110784915 |
| 796 | 2024-04-30T20:07:07.602Z | stop 0.142660536 |
| 797 | 2024-04-30T20:07:07.602Z | |
| 798 | 2024-04-30T20:07:07.602Z | #### # # ##### ##### # # |
| 799 | 2024-04-30T20:07:07.603Z | # # # # # # # # # # |
| 800 | 2024-04-30T20:07:07.603Z | # # # # # # # # |
| 801 | 2024-04-30T20:07:07.603Z | # # # ##### ##### # |
| 802 | 2024-04-30T20:07:07.603Z | # # # # # # # |
| 803 | 2024-04-30T20:07:07.603Z | #### ###### # # # # |
| 804 | 2024-04-30T20:07:07.603Z | |
| 805 | 2024-04-30T20:07:07.818Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 806 | 2024-04-30T20:07:08.229Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 807 | 2024-04-30T20:07:08.533Z | Updating crates.io index |
| 808 | 2024-04-30T20:07:08.536Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 809 | 2024-04-30T20:07:09.362Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 810 | 2024-04-30T20:07:10.129Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 811 | 2024-04-30T20:07:12.381Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 812 | 2024-04-30T20:07:12.921Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 813 | 2024-04-30T20:07:13.209Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 814 | 2024-04-30T20:07:14.301Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 815 | 2024-04-30T20:07:16.163Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 816 | 2024-04-30T20:07:17.904Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 817 | 2024-04-30T20:07:18.047Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 818 | 2024-04-30T20:07:18.429Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 819 | 2024-04-30T20:07:19.014Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 820 | 2024-04-30T20:07:19.370Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 821 | 2024-04-30T20:07:19.680Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 822 | 2024-04-30T20:07:20.073Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 823 | 2024-04-30T20:07:20.495Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 824 | 2024-04-30T20:07:20.798Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 825 | 2024-04-30T20:07:21.079Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 826 | 2024-04-30T20:07:21.383Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 827 | 2024-04-30T20:07:21.728Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 828 | 2024-04-30T20:07:22.030Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 829 | 2024-04-30T20:07:22.448Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 830 | 2024-04-30T20:07:23.054Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 831 | 2024-04-30T20:07:23.427Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 832 | 2024-04-30T20:07:23.718Z | Updating git repository `https://github.com/jgallagher/nix` |
| 833 | 2024-04-30T20:07:24.889Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 834 | 2024-04-30T20:07:25.296Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 835 | 2024-04-30T20:07:27.213Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 836 | 2024-04-30T20:07:27.552Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 837 | 2024-04-30T20:07:27.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 838 | 2024-04-30T20:07:28.279Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 839 | 2024-04-30T20:07:29.421Z | Downloading crates ... |
| 840 | 2024-04-30T20:07:29.491Z | Downloaded anstyle-query v1.0.0 |
| 841 | 2024-04-30T20:07:29.495Z | Downloaded autocfg v1.1.0 |
| 842 | 2024-04-30T20:07:29.500Z | Downloaded anstyle-parse v0.2.1 |
| 843 | 2024-04-30T20:07:29.503Z | Downloaded errno v0.3.8 |
| 844 | 2024-04-30T20:07:29.517Z | Downloaded anstyle v1.0.6 |
| 845 | 2024-04-30T20:07:29.533Z | Downloaded colorchoice v1.0.0 |
| 846 | 2024-04-30T20:07:29.536Z | Downloaded swrite v0.1.0 |
| 847 | 2024-04-30T20:07:29.539Z | Downloaded equivalent v1.0.1 |
| 848 | 2024-04-30T20:07:29.542Z | Downloaded heck v0.5.0 |
| 849 | 2024-04-30T20:07:29.546Z | Downloaded terminal_size v0.3.0 |
| 850 | 2024-04-30T20:07:29.552Z | Downloaded strsim v0.11.0 |
| 851 | 2024-04-30T20:07:29.556Z | Downloaded thiserror v1.0.59 |
| 852 | 2024-04-30T20:07:29.566Z | Downloaded toml_datetime v0.6.5 |
| 853 | 2024-04-30T20:07:29.569Z | Downloaded itoa v1.0.9 |
| 854 | 2024-04-30T20:07:29.569Z | Downloaded thiserror-impl v1.0.59 |
| 855 | 2024-04-30T20:07:29.569Z | Downloaded serde_spanned v0.6.5 |
| 856 | 2024-04-30T20:07:29.572Z | Downloaded utf8parse v0.2.1 |
| 857 | 2024-04-30T20:07:29.575Z | Downloaded macaddr v1.0.1 |
| 858 | 2024-04-30T20:07:29.578Z | Downloaded fs-err v2.11.0 |
| 859 | 2024-04-30T20:07:29.578Z | Downloaded cargo-platform v0.1.3 |
| 860 | 2024-04-30T20:07:29.580Z | Downloaded cargo_metadata v0.18.1 |
| 861 | 2024-04-30T20:07:29.583Z | Downloaded anstream v0.6.11 |
| 862 | 2024-04-30T20:07:29.588Z | Downloaded clap_lex v0.7.0 |
| 863 | 2024-04-30T20:07:29.588Z | Downloaded semver v1.0.22 |
| 864 | 2024-04-30T20:07:29.591Z | Downloaded bitflags v2.4.2 |
| 865 | 2024-04-30T20:07:29.594Z | Downloaded clap_derive v4.5.4 |
| 866 | 2024-04-30T20:07:29.594Z | Downloaded cargo_toml v0.20.2 |
| 867 | 2024-04-30T20:07:29.597Z | Downloaded camino v1.1.6 |
| 868 | 2024-04-30T20:07:29.605Z | Downloaded anyhow v1.0.82 |
| 869 | 2024-04-30T20:07:29.611Z | Downloaded quote v1.0.36 |
| 870 | 2024-04-30T20:07:29.614Z | Downloaded proc-macro2 v1.0.81 |
| 871 | 2024-04-30T20:07:29.617Z | Downloaded winnow v0.6.1 |
| 872 | 2024-04-30T20:07:29.626Z | Downloaded unicode-ident v1.0.12 |
| 873 | 2024-04-30T20:07:29.630Z | Downloaded serde_derive v1.0.199 |
| 874 | 2024-04-30T20:07:29.630Z | Downloaded clap v4.5.4 |
| 875 | 2024-04-30T20:07:29.635Z | Downloaded toml v0.8.12 |
| 876 | 2024-04-30T20:07:29.638Z | Downloaded ryu v1.0.15 |
| 877 | 2024-04-30T20:07:29.641Z | Downloaded serde v1.0.199 |
| 878 | 2024-04-30T20:07:29.644Z | Downloaded toml_edit v0.22.12 |
| 879 | 2024-04-30T20:07:29.664Z | Downloaded memchr v2.7.1 |
| 880 | 2024-04-30T20:07:29.669Z | Downloaded indexmap v2.2.6 |
| 881 | 2024-04-30T20:07:29.675Z | Downloaded hashbrown v0.14.3 |
| 882 | 2024-04-30T20:07:29.685Z | Downloaded serde_json v1.0.116 |
| 883 | 2024-04-30T20:07:29.692Z | Downloaded clap_builder v4.5.2 |
| 884 | 2024-04-30T20:07:29.704Z | Downloaded syn v2.0.60 |
| 885 | 2024-04-30T20:07:29.724Z | Downloaded rustix v0.38.31 |
| 886 | 2024-04-30T20:07:29.755Z | Downloaded libc v0.2.153 |
| 887 | 2024-04-30T20:07:30.016Z | Compiling proc-macro2 v1.0.81 |
| 888 | 2024-04-30T20:07:30.030Z | Compiling unicode-ident v1.0.12 |
| 889 | 2024-04-30T20:07:30.030Z | Compiling serde v1.0.199 |
| 890 | 2024-04-30T20:07:30.030Z | Compiling libc v0.2.153 |
| 891 | 2024-04-30T20:07:30.031Z | Compiling rustix v0.38.31 |
| 892 | 2024-04-30T20:07:30.031Z | Compiling hashbrown v0.14.3 |
| 893 | 2024-04-30T20:07:30.046Z | Compiling utf8parse v0.2.1 |
| 894 | 2024-04-30T20:07:30.046Z | Compiling bitflags v2.4.2 |
| 895 | 2024-04-30T20:07:30.264Z | Compiling equivalent v1.0.1 |
| 896 | 2024-04-30T20:07:30.281Z | Compiling anstyle-parse v0.2.1 |
| 897 | 2024-04-30T20:07:30.364Z | Compiling colorchoice v1.0.0 |
| 898 | 2024-04-30T20:07:30.482Z | Compiling anstyle-query v1.0.0 |
| 899 | 2024-04-30T20:07:30.512Z | Compiling serde_json v1.0.116 |
| 900 | 2024-04-30T20:07:30.605Z | Compiling thiserror v1.0.59 |
| 901 | 2024-04-30T20:07:30.629Z | Compiling autocfg v1.1.0 |
| 902 | 2024-04-30T20:07:31.084Z | Compiling indexmap v2.2.6 |
| 903 | 2024-04-30T20:07:31.193Z | Compiling camino v1.1.6 |
| 904 | 2024-04-30T20:07:31.328Z | Compiling anstyle v1.0.6 |
| 905 | 2024-04-30T20:07:31.332Z | Compiling winnow v0.6.1 |
| 906 | 2024-04-30T20:07:31.467Z | Compiling semver v1.0.22 |
| 907 | 2024-04-30T20:07:31.683Z | Compiling anstream v0.6.11 |
| 908 | 2024-04-30T20:07:31.753Z | Compiling fs-err v2.11.0 |
| 909 | 2024-04-30T20:07:31.797Z | Compiling ryu v1.0.15 |
| 910 | 2024-04-30T20:07:32.005Z | Compiling strsim v0.11.0 |
| 911 | 2024-04-30T20:07:32.035Z | Compiling anyhow v1.0.82 |
| 912 | 2024-04-30T20:07:32.098Z | Compiling clap_lex v0.7.0 |
| 913 | 2024-04-30T20:07:32.311Z | Compiling itoa v1.0.9 |
| 914 | 2024-04-30T20:07:32.386Z | Compiling quote v1.0.36 |
| 915 | 2024-04-30T20:07:32.533Z | Compiling heck v0.5.0 |
| 916 | 2024-04-30T20:07:32.672Z | Compiling errno v0.3.8 |
| 917 | 2024-04-30T20:07:32.765Z | Compiling syn v2.0.60 |
| 918 | 2024-04-30T20:07:33.034Z | Compiling swrite v0.1.0 |
| 919 | 2024-04-30T20:07:33.733Z | Compiling terminal_size v0.3.0 |
| 920 | 2024-04-30T20:07:33.841Z | Compiling clap_builder v4.5.2 |
| 921 | 2024-04-30T20:07:37.442Z | Compiling serde_derive v1.0.199 |
| 922 | 2024-04-30T20:07:37.443Z | Compiling thiserror-impl v1.0.59 |
| 923 | 2024-04-30T20:07:37.447Z | Compiling clap_derive v4.5.4 |
| 924 | 2024-04-30T20:07:40.175Z | Compiling clap v4.5.4 |
| 925 | 2024-04-30T20:07:45.051Z | Compiling serde_spanned v0.6.5 |
| 926 | 2024-04-30T20:07:45.056Z | Compiling toml_datetime v0.6.5 |
| 927 | 2024-04-30T20:07:45.056Z | Compiling cargo-platform v0.1.3 |
| 928 | 2024-04-30T20:07:45.056Z | Compiling macaddr v1.0.1 |
| 929 | 2024-04-30T20:07:45.289Z | Compiling toml_edit v0.22.12 |
| 930 | 2024-04-30T20:07:46.273Z | Compiling cargo_metadata v0.18.1 |
| 931 | 2024-04-30T20:07:47.226Z | Compiling toml v0.8.12 |
| 932 | 2024-04-30T20:07:47.976Z | Compiling cargo_toml v0.20.2 |
| 933 | 2024-04-30T20:07:51.305Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 934 | 2024-04-30T20:07:53.727Z | Finished dev [unoptimized + debuginfo] target(s) in 46.08s |
| 935 | 2024-04-30T20:07:53.940Z | Running `target/debug/xtask clippy` |
| 936 | 2024-04-30T20:07:53.981Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
| 937 | 2024-04-30T20:07:54.568Z | Downloading crates ... |
| 938 | 2024-04-30T20:07:54.682Z | Downloaded atomic-waker v1.1.1 |
| 939 | 2024-04-30T20:07:54.686Z | Downloaded headers-core v0.2.0 |
| 940 | 2024-04-30T20:07:54.689Z | Downloaded base64ct v1.6.0 |
| 941 | 2024-04-30T20:07:54.698Z | Downloaded atty v0.2.14 |
| 942 | 2024-04-30T20:07:54.701Z | Downloaded heapless v0.8.0 |
| 943 | 2024-04-30T20:07:54.704Z | Downloaded bb8 v0.8.3 |
| 944 | 2024-04-30T20:07:54.707Z | Downloaded async-stream-impl v0.3.5 |
| 945 | 2024-04-30T20:07:54.707Z | Downloaded crypto-bigint v0.5.2 |
| 946 | 2024-04-30T20:07:54.713Z | Downloaded heapless v0.7.16 |
| 947 | 2024-04-30T20:07:54.717Z | Downloaded http v1.0.0 |
| 948 | 2024-04-30T20:07:54.722Z | Downloaded ascii-canvas v3.0.0 |
| 949 | 2024-04-30T20:07:54.725Z | Downloaded anes v0.1.6 |
| 950 | 2024-04-30T20:07:54.728Z | Downloaded async-recursion v1.1.0 |
| 951 | 2024-04-30T20:07:54.733Z | Downloaded http-range v0.1.5 |
| 952 | 2024-04-30T20:07:54.735Z | Downloaded async-stream v0.3.5 |
| 953 | 2024-04-30T20:07:54.736Z | Downloaded hmac v0.12.1 |
| 954 | 2024-04-30T20:07:54.743Z | Downloaded bcs v0.1.6 |
| 955 | 2024-04-30T20:07:54.743Z | Downloaded ascii v1.1.0 |
| 956 | 2024-04-30T20:07:54.746Z | Downloaded hubpack_derive v0.1.1 |
| 957 | 2024-04-30T20:07:54.746Z | Downloaded http v0.2.12 |
| 958 | 2024-04-30T20:07:54.749Z | Downloaded hyper-rustls v0.26.0 |
| 959 | 2024-04-30T20:07:54.752Z | Downloaded humantime v2.1.0 |
| 960 | 2024-04-30T20:07:54.754Z | Downloaded base16ct v0.2.0 |
| 961 | 2024-04-30T20:07:54.757Z | Downloaded bitflags v1.3.2 |
| 962 | 2024-04-30T20:07:54.760Z | Downloaded assert_cmd v2.0.14 |
| 963 | 2024-04-30T20:07:54.765Z | Downloaded ahash v0.8.8 |
| 964 | 2024-04-30T20:07:54.768Z | Downloaded backoff v0.4.0 |
| 965 | 2024-04-30T20:07:54.769Z | Downloaded ident_case v1.0.1 |
| 966 | 2024-04-30T20:07:54.769Z | Downloaded argon2 v0.5.3 |
| 967 | 2024-04-30T20:07:54.771Z | Downloaded httptest v0.15.5 |
| 968 | 2024-04-30T20:07:54.775Z | Downloaded cfg_aliases v0.1.1 |
| 969 | 2024-04-30T20:07:54.775Z | Downloaded httparse v1.8.0 |
| 970 | 2024-04-30T20:07:54.777Z | Downloaded cipher v0.4.4 |
| 971 | 2024-04-30T20:07:54.780Z | Downloaded nested v0.1.1 |
| 972 | 2024-04-30T20:07:54.783Z | Downloaded crc-catalog v2.2.0 |
| 973 | 2024-04-30T20:07:54.786Z | Downloaded match_cfg v0.1.0 |
| 974 | 2024-04-30T20:07:54.786Z | Downloaded cexpr v0.6.0 |
| 975 | 2024-04-30T20:07:54.789Z | Downloaded mockall v0.12.1 |
| 976 | 2024-04-30T20:07:54.792Z | Downloaded crossbeam-utils v0.8.19 |
| 977 | 2024-04-30T20:07:54.795Z | Downloaded new_debug_unreachable v1.0.4 |
| 978 | 2024-04-30T20:07:54.795Z | Downloaded colored v2.1.0 |
| 979 | 2024-04-30T20:07:54.798Z | Downloaded newline-converter v0.3.0 |
| 980 | 2024-04-30T20:07:54.801Z | Downloaded normalize-line-endings v0.3.0 |
| 981 | 2024-04-30T20:07:54.801Z | Downloaded crc v3.0.1 |
| 982 | 2024-04-30T20:07:54.807Z | Downloaded cast v0.3.0 |
| 983 | 2024-04-30T20:07:54.807Z | Downloaded is_ci v1.2.0 |
| 984 | 2024-04-30T20:07:54.810Z | Downloaded cfg-if v1.0.0 |
| 985 | 2024-04-30T20:07:54.810Z | Downloaded criterion-plot v0.5.0 |
| 986 | 2024-04-30T20:07:54.810Z | Downloaded nodrop v0.1.14 |
| 987 | 2024-04-30T20:07:54.810Z | Downloaded cassowary v0.3.0 |
| 988 | 2024-04-30T20:07:54.816Z | Downloaded nanorand v0.7.0 |
| 989 | 2024-04-30T20:07:54.819Z | Downloaded maybe-uninit v2.0.0 |
| 990 | 2024-04-30T20:07:54.819Z | Downloaded idna v0.2.3 |
| 991 | 2024-04-30T20:07:54.826Z | Downloaded sigpipe v0.1.3 |
| 992 | 2024-04-30T20:07:54.829Z | Downloaded mime v0.3.17 |
| 993 | 2024-04-30T20:07:54.832Z | Downloaded cookie_store v0.20.0 |
| 994 | 2024-04-30T20:07:54.835Z | Downloaded lazycell v1.3.0 |
| 995 | 2024-04-30T20:07:54.836Z | Downloaded is-terminal v0.4.9 |
| 996 | 2024-04-30T20:07:54.838Z | Downloaded sync_wrapper v0.1.2 |
| 997 | 2024-04-30T20:07:54.839Z | Downloaded memmap v0.7.0 |
| 998 | 2024-04-30T20:07:54.839Z | Downloaded lru-cache v0.1.2 |
| 999 | 2024-04-30T20:07:54.842Z | Downloaded lazy_static v1.4.0 |
| 1000 | 2024-04-30T20:07:54.842Z | Downloaded indoc v2.0.3 |
| 1001 | 2024-04-30T20:07:54.846Z | Downloaded lalrpop-util v0.19.12 |
| 1002 | 2024-04-30T20:07:54.849Z | Downloaded serde_plain v1.0.2 |
| 1003 | 2024-04-30T20:07:54.849Z | Downloaded serde_path_to_error v0.1.16 |
| 1004 | 2024-04-30T20:07:54.852Z | Downloaded libsw v3.3.1 |
| 1005 | 2024-04-30T20:07:54.855Z | Downloaded multimap v0.10.0 |
| 1006 | 2024-04-30T20:07:54.855Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1007 | 2024-04-30T20:07:54.859Z | Downloaded signature v2.1.0 |
| 1008 | 2024-04-30T20:07:54.862Z | Downloaded async-trait v0.1.80 |
| 1009 | 2024-04-30T20:07:54.865Z | Downloaded usdt-attr-macro v0.5.0 |
| 1010 | 2024-04-30T20:07:54.866Z | Downloaded indoc v1.0.9 |
| 1011 | 2024-04-30T20:07:54.868Z | Downloaded slog-stdlog v4.1.1 |
| 1012 | 2024-04-30T20:07:54.871Z | Downloaded stringprep v0.1.3 |
| 1013 | 2024-04-30T20:07:54.874Z | Downloaded same-file v1.0.6 |
| 1014 | 2024-04-30T20:07:54.878Z | Downloaded darling_macro v0.20.8 |
| 1015 | 2024-04-30T20:07:54.878Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1016 | 2024-04-30T20:07:54.878Z | Downloaded cancel-safe-futures v0.1.5 |
| 1017 | 2024-04-30T20:07:54.886Z | Downloaded downcast v0.11.0 |
| 1018 | 2024-04-30T20:07:54.891Z | Downloaded synstructure v0.12.6 |
| 1019 | 2024-04-30T20:07:54.891Z | Downloaded resolv-conf v0.7.0 |
| 1020 | 2024-04-30T20:07:54.891Z | Downloaded dof v0.3.0 |
| 1021 | 2024-04-30T20:07:54.891Z | Downloaded openssl-probe v0.1.5 |
| 1022 | 2024-04-30T20:07:54.894Z | Downloaded md-5 v0.10.5 |
| 1023 | 2024-04-30T20:07:54.894Z | Downloaded tiny-keccak v2.0.2 |
| 1024 | 2024-04-30T20:07:54.897Z | Downloaded dtrace-parser v0.1.14 |
| 1025 | 2024-04-30T20:07:54.897Z | Downloaded sha2 v0.10.8 |
| 1026 | 2024-04-30T20:07:54.900Z | Downloaded oso-derive v0.27.3 |
| 1027 | 2024-04-30T20:07:54.904Z | Downloaded number_prefix v0.4.0 |
| 1028 | 2024-04-30T20:07:54.904Z | Downloaded dtrace-parser v0.2.0 |
| 1029 | 2024-04-30T20:07:54.907Z | Downloaded phf_shared v0.10.0 |
| 1030 | 2024-04-30T20:07:54.908Z | Downloaded crc-any v2.4.3 |
| 1031 | 2024-04-30T20:07:54.910Z | Downloaded unarray v0.1.4 |
| 1032 | 2024-04-30T20:07:54.911Z | Downloaded libtest-mimic v0.7.2 |
| 1033 | 2024-04-30T20:07:54.920Z | Downloaded slog-term v2.9.1 |
| 1034 | 2024-04-30T20:07:54.931Z | Downloaded zerocopy v0.3.0 |
| 1035 | 2024-04-30T20:07:54.931Z | Downloaded lru v0.12.1 |
| 1036 | 2024-04-30T20:07:54.931Z | Downloaded bytes v1.6.0 |
| 1037 | 2024-04-30T20:07:54.931Z | Downloaded stability v0.2.0 |
| 1038 | 2024-04-30T20:07:54.934Z | Downloaded foreign-types-shared v0.3.1 |
| 1039 | 2024-04-30T20:07:54.934Z | Downloaded dof v0.1.5 |
| 1040 | 2024-04-30T20:07:54.934Z | Downloaded dyn-clone v1.0.17 |
| 1041 | 2024-04-30T20:07:54.934Z | Downloaded wait-timeout v0.2.0 |
| 1042 | 2024-04-30T20:07:54.935Z | Downloaded strum v0.26.2 |
| 1043 | 2024-04-30T20:07:54.935Z | Downloaded futures-macro v0.3.30 |
| 1044 | 2024-04-30T20:07:54.935Z | Downloaded const-oid v0.9.6 |
| 1045 | 2024-04-30T20:07:54.938Z | Downloaded mockall_derive v0.12.1 |
| 1046 | 2024-04-30T20:07:54.941Z | Downloaded hash32 v0.2.1 |
| 1047 | 2024-04-30T20:07:54.944Z | Downloaded tinytemplate v1.2.1 |
| 1048 | 2024-04-30T20:07:54.947Z | Downloaded indicatif v0.17.8 |
| 1049 | 2024-04-30T20:07:54.954Z | Downloaded tower-layer v0.3.2 |
| 1050 | 2024-04-30T20:07:54.954Z | Downloaded futures-sink v0.3.30 |
| 1051 | 2024-04-30T20:07:54.954Z | Downloaded usdt-macro v0.5.0 |
| 1052 | 2024-04-30T20:07:54.956Z | Downloaded phf_shared v0.11.2 |
| 1053 | 2024-04-30T20:07:54.957Z | Downloaded packed_struct v0.10.1 |
| 1054 | 2024-04-30T20:07:54.960Z | Downloaded yasna v0.5.2 |
| 1055 | 2024-04-30T20:07:54.960Z | Downloaded miniz_oxide v0.7.1 |
| 1056 | 2024-04-30T20:07:54.966Z | Downloaded psl-types v2.0.11 |
| 1057 | 2024-04-30T20:07:54.969Z | Downloaded pin-project-lite v0.2.13 |
| 1058 | 2024-04-30T20:07:54.973Z | Downloaded secrecy v0.8.0 |
| 1059 | 2024-04-30T20:07:54.973Z | Downloaded endian-type v0.1.2 |
| 1060 | 2024-04-30T20:07:54.977Z | Downloaded sec1 v0.7.3 |
| 1061 | 2024-04-30T20:07:54.977Z | Downloaded r2d2 v0.8.10 |
| 1062 | 2024-04-30T20:07:54.977Z | Downloaded quick-error v1.2.3 |
| 1063 | 2024-04-30T20:07:54.980Z | Downloaded precomputed-hash v0.1.1 |
| 1064 | 2024-04-30T20:07:54.980Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1065 | 2024-04-30T20:07:54.983Z | Downloaded sha1 v0.10.6 |
| 1066 | 2024-04-30T20:07:54.983Z | Downloaded tinyvec v1.6.0 |
| 1067 | 2024-04-30T20:07:54.987Z | Downloaded thread_local v1.1.7 |
| 1068 | 2024-04-30T20:07:54.990Z | Downloaded utf-8 v0.7.6 |
| 1069 | 2024-04-30T20:07:54.994Z | Downloaded toml v0.7.8 |
| 1070 | 2024-04-30T20:07:54.999Z | Downloaded hyper-util v0.1.2 |
| 1071 | 2024-04-30T20:07:55.003Z | Downloaded toolchain_find v0.4.0 |
| 1072 | 2024-04-30T20:07:55.003Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2024-04-30T20:07:55.003Z | Downloaded sqlparser_derive v0.2.2 |
| 1074 | 2024-04-30T20:07:55.003Z | Downloaded parse-display v0.9.0 |
| 1075 | 2024-04-30T20:07:55.007Z | Downloaded zeroize v1.7.0 |
| 1076 | 2024-04-30T20:07:55.007Z | Downloaded zerocopy v0.6.6 |
| 1077 | 2024-04-30T20:07:55.010Z | Downloaded chacha20poly1305 v0.10.1 |
| 1078 | 2024-04-30T20:07:55.010Z | Downloaded debug-ignore v1.0.5 |
| 1079 | 2024-04-30T20:07:55.013Z | Downloaded fastrand v2.0.1 |
| 1080 | 2024-04-30T20:07:55.018Z | Downloaded phf v0.11.2 |
| 1081 | 2024-04-30T20:07:55.022Z | Downloaded owo-colors v4.0.0 |
| 1082 | 2024-04-30T20:07:55.022Z | Downloaded pin-project-internal v1.1.3 |
| 1083 | 2024-04-30T20:07:55.022Z | Downloaded num-complex v0.4.5 |
| 1084 | 2024-04-30T20:07:55.025Z | Downloaded num_enum v0.5.11 |
| 1085 | 2024-04-30T20:07:55.029Z | Downloaded getrandom v0.2.12 |
| 1086 | 2024-04-30T20:07:55.033Z | Downloaded foreign-types v0.3.2 |
| 1087 | 2024-04-30T20:07:55.037Z | Downloaded pin-utils v0.1.0 |
| 1088 | 2024-04-30T20:07:55.037Z | Downloaded toml v0.5.11 |
| 1089 | 2024-04-30T20:07:55.040Z | Downloaded rpassword v7.3.1 |
| 1090 | 2024-04-30T20:07:55.045Z | Downloaded ref-cast-impl v1.0.22 |
| 1091 | 2024-04-30T20:07:55.045Z | Downloaded num_enum_derive v0.5.11 |
| 1092 | 2024-04-30T20:07:55.045Z | Downloaded ppv-lite86 v0.2.17 |
| 1093 | 2024-04-30T20:07:55.048Z | Downloaded const_format v0.2.32 |
| 1094 | 2024-04-30T20:07:55.054Z | Downloaded zerocopy-derive v0.7.32 |
| 1095 | 2024-04-30T20:07:55.058Z | Downloaded target-spec v3.1.0 |
| 1096 | 2024-04-30T20:07:55.066Z | Downloaded tui-tree-widget v0.19.0 |
| 1097 | 2024-04-30T20:07:55.069Z | Downloaded plotters-svg v0.3.5 |
| 1098 | 2024-04-30T20:07:55.073Z | Downloaded untrusted v0.9.0 |
| 1099 | 2024-04-30T20:07:55.073Z | Downloaded untrusted v0.7.1 |
| 1100 | 2024-04-30T20:07:55.078Z | Downloaded tower-service v0.3.2 |
| 1101 | 2024-04-30T20:07:55.078Z | Downloaded futures-channel v0.3.30 |
| 1102 | 2024-04-30T20:07:55.081Z | Downloaded shell-words v1.1.0 |
| 1103 | 2024-04-30T20:07:55.081Z | Downloaded serde_urlencoded v0.7.1 |
| 1104 | 2024-04-30T20:07:55.081Z | Downloaded deranged v0.3.11 |
| 1105 | 2024-04-30T20:07:55.088Z | Downloaded serde_tokenstream v0.2.0 |
| 1106 | 2024-04-30T20:07:55.088Z | Downloaded want v0.3.1 |
| 1107 | 2024-04-30T20:07:55.091Z | Downloaded derive_builder_macro v0.20.0 |
| 1108 | 2024-04-30T20:07:55.091Z | Downloaded oso v0.27.3 |
| 1109 | 2024-04-30T20:07:55.094Z | Downloaded serde_derive_internals v0.26.0 |
| 1110 | 2024-04-30T20:07:55.097Z | Downloaded take_mut v0.2.2 |
| 1111 | 2024-04-30T20:07:55.097Z | Downloaded pkcs1 v0.7.5 |
| 1112 | 2024-04-30T20:07:55.100Z | Downloaded rstest v0.19.0 |
| 1113 | 2024-04-30T20:07:55.106Z | Downloaded escape8259 v0.5.2 |
| 1114 | 2024-04-30T20:07:55.112Z | Downloaded plotters-backend v0.3.5 |
| 1115 | 2024-04-30T20:07:55.112Z | Downloaded parse-size v1.0.0 |
| 1116 | 2024-04-30T20:07:55.112Z | Downloaded subprocess v0.2.9 |
| 1117 | 2024-04-30T20:07:55.114Z | Downloaded defmt v0.3.5 |
| 1118 | 2024-04-30T20:07:55.123Z | Downloaded rustls-pemfile v1.0.3 |
| 1119 | 2024-04-30T20:07:55.126Z | Downloaded hash32 v0.3.1 |
| 1120 | 2024-04-30T20:07:55.126Z | Downloaded structmeta-derive v0.3.0 |
| 1121 | 2024-04-30T20:07:55.126Z | Downloaded pem v3.0.4 |
| 1122 | 2024-04-30T20:07:55.129Z | Downloaded scroll_derive v0.12.0 |
| 1123 | 2024-04-30T20:07:55.129Z | Downloaded portpicker v0.1.1 |
| 1124 | 2024-04-30T20:07:55.129Z | Downloaded usdt-macro v0.3.5 |
| 1125 | 2024-04-30T20:07:55.135Z | Downloaded threadpool v1.8.1 |
| 1126 | 2024-04-30T20:07:55.136Z | Downloaded topological-sort v0.2.2 |
| 1127 | 2024-04-30T20:07:55.136Z | Downloaded subtle v2.5.0 |
| 1128 | 2024-04-30T20:07:55.140Z | Downloaded rust-argon2 v2.1.0 |
| 1129 | 2024-04-30T20:07:55.140Z | Downloaded slog-dtrace v0.3.0 |
| 1130 | 2024-04-30T20:07:55.140Z | Downloaded walkdir v2.5.0 |
| 1131 | 2024-04-30T20:07:55.143Z | Downloaded tempfile v3.10.1 |
| 1132 | 2024-04-30T20:07:55.145Z | Downloaded tungstenite v0.21.0 |
| 1133 | 2024-04-30T20:07:55.148Z | Downloaded spin v0.9.8 |
| 1134 | 2024-04-30T20:07:55.152Z | Downloaded pin-project v1.1.3 |
| 1135 | 2024-04-30T20:07:55.165Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1136 | 2024-04-30T20:07:55.168Z | Downloaded pest_generator v2.7.6 |
| 1137 | 2024-04-30T20:07:55.168Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1138 | 2024-04-30T20:07:55.171Z | Downloaded num-bigint v0.4.4 |
| 1139 | 2024-04-30T20:07:55.175Z | Downloaded mio v0.8.11 |
| 1140 | 2024-04-30T20:07:55.182Z | Downloaded olpc-cjson v0.1.3 |
| 1141 | 2024-04-30T20:07:55.186Z | Downloaded getopts v0.2.21 |
| 1142 | 2024-04-30T20:07:55.186Z | Downloaded relative-path v1.9.0 |
| 1143 | 2024-04-30T20:07:55.189Z | Downloaded gethostname v0.4.3 |
| 1144 | 2024-04-30T20:07:55.189Z | Downloaded uuid v0.8.2 |
| 1145 | 2024-04-30T20:07:55.192Z | Downloaded scopeguard v1.2.0 |
| 1146 | 2024-04-30T20:07:55.197Z | Downloaded tokio-native-tls v0.3.1 |
| 1147 | 2024-04-30T20:07:55.197Z | Downloaded term v0.7.0 |
| 1148 | 2024-04-30T20:07:55.201Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1149 | 2024-04-30T20:07:55.205Z | Downloaded usdt-impl v0.5.0 |
| 1150 | 2024-04-30T20:07:55.205Z | Downloaded schemars_derive v0.8.16 |
| 1151 | 2024-04-30T20:07:55.205Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1152 | 2024-04-30T20:07:55.210Z | Downloaded display-error-chain v0.2.0 |
| 1153 | 2024-04-30T20:07:55.211Z | Downloaded dirs-sys-next v0.1.2 |
| 1154 | 2024-04-30T20:07:55.216Z | Downloaded supports-color v3.0.0 |
| 1155 | 2024-04-30T20:07:55.216Z | Downloaded idna v0.3.0 |
| 1156 | 2024-04-30T20:07:55.220Z | Downloaded cstr-argument v0.1.2 |
| 1157 | 2024-04-30T20:07:55.224Z | Downloaded num-iter v0.1.44 |
| 1158 | 2024-04-30T20:07:55.224Z | Downloaded erased-serde v0.3.31 |
| 1159 | 2024-04-30T20:07:55.228Z | Downloaded tokio-postgres v0.7.10 |
| 1160 | 2024-04-30T20:07:55.231Z | Downloaded poly1305 v0.8.0 |
| 1161 | 2024-04-30T20:07:55.235Z | Downloaded glob v0.3.1 |
| 1162 | 2024-04-30T20:07:55.238Z | Downloaded predicates-core v1.0.6 |
| 1163 | 2024-04-30T20:07:55.241Z | Downloaded half v2.3.1 |
| 1164 | 2024-04-30T20:07:55.246Z | Downloaded time-core v0.1.2 |
| 1165 | 2024-04-30T20:07:55.246Z | Downloaded structmeta v0.3.0 |
| 1166 | 2024-04-30T20:07:55.250Z | Downloaded structmeta v0.2.0 |
| 1167 | 2024-04-30T20:07:55.250Z | Downloaded tokio-macros v2.2.0 |
| 1168 | 2024-04-30T20:07:55.250Z | Downloaded xattr v1.0.1 |
| 1169 | 2024-04-30T20:07:55.254Z | Downloaded string_cache v0.8.7 |
| 1170 | 2024-04-30T20:07:55.254Z | Downloaded papergrid v0.11.0 |
| 1171 | 2024-04-30T20:07:55.258Z | Downloaded fxhash v0.2.1 |
| 1172 | 2024-04-30T20:07:55.260Z | Downloaded nom v7.1.3 |
| 1173 | 2024-04-30T20:07:55.276Z | Downloaded foreign-types-shared v0.1.1 |
| 1174 | 2024-04-30T20:07:55.279Z | Downloaded ref-cast v1.0.22 |
| 1175 | 2024-04-30T20:07:55.279Z | Downloaded flagset v0.4.3 |
| 1176 | 2024-04-30T20:07:55.279Z | Downloaded smf v0.2.3 |
| 1177 | 2024-04-30T20:07:55.279Z | Downloaded smawk v0.3.1 |
| 1178 | 2024-04-30T20:07:55.279Z | Downloaded siphasher v0.3.11 |
| 1179 | 2024-04-30T20:07:55.279Z | Downloaded crypto-common v0.1.6 |
| 1180 | 2024-04-30T20:07:55.279Z | Downloaded itertools v0.12.1 |
| 1181 | 2024-04-30T20:07:55.285Z | Downloaded opaque-debug v0.3.0 |
| 1182 | 2024-04-30T20:07:55.288Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1183 | 2024-04-30T20:07:55.288Z | Downloaded num-rational v0.4.1 |
| 1184 | 2024-04-30T20:07:55.291Z | Downloaded float-cmp v0.9.0 |
| 1185 | 2024-04-30T20:07:55.291Z | Downloaded darling v0.20.8 |
| 1186 | 2024-04-30T20:07:55.296Z | Downloaded zone_cfg_derive v0.1.2 |
| 1187 | 2024-04-30T20:07:55.714Z | Downloaded similar-asserts v1.5.0 |
| 1188 | 2024-04-30T20:07:55.718Z | Downloaded plain v0.2.3 |
| 1189 | 2024-04-30T20:07:55.719Z | Downloaded thiserror-no-std v2.0.2 |
| 1190 | 2024-04-30T20:07:55.719Z | Downloaded rand_seeder v0.2.3 |
| 1191 | 2024-04-30T20:07:55.719Z | Downloaded version_check v0.9.4 |
| 1192 | 2024-04-30T20:07:55.719Z | Downloaded postgres-types v0.2.6 |
| 1193 | 2024-04-30T20:07:55.719Z | Downloaded derive_builder_core v0.20.0 |
| 1194 | 2024-04-30T20:07:55.719Z | Downloaded num-conv v0.1.0 |
| 1195 | 2024-04-30T20:07:55.719Z | Downloaded der v0.7.8 |
| 1196 | 2024-04-30T20:07:55.719Z | Downloaded termtree v0.4.1 |
| 1197 | 2024-04-30T20:07:55.719Z | Downloaded globset v0.4.13 |
| 1198 | 2024-04-30T20:07:55.719Z | Downloaded slog-envlogger v2.2.0 |
| 1199 | 2024-04-30T20:07:55.719Z | Downloaded try-lock v0.2.4 |
| 1200 | 2024-04-30T20:07:55.719Z | Downloaded slog-async v2.8.0 |
| 1201 | 2024-04-30T20:07:55.719Z | Downloaded peeking_take_while v0.1.2 |
| 1202 | 2024-04-30T20:07:55.719Z | Downloaded pathdiff v0.2.1 |
| 1203 | 2024-04-30T20:07:55.719Z | Downloaded tokio-tungstenite v0.21.0 |
| 1204 | 2024-04-30T20:07:55.719Z | Downloaded tar v0.4.40 |
| 1205 | 2024-04-30T20:07:55.719Z | Downloaded csv-core v0.1.11 |
| 1206 | 2024-04-30T20:07:55.719Z | Downloaded pretty-hex v0.2.1 |
| 1207 | 2024-04-30T20:07:55.719Z | Downloaded unicode-xid v0.2.4 |
| 1208 | 2024-04-30T20:07:55.719Z | Downloaded derive_builder v0.20.0 |
| 1209 | 2024-04-30T20:07:55.719Z | Downloaded peg-macros v0.8.2 |
| 1210 | 2024-04-30T20:07:55.719Z | Downloaded uzers v0.11.3 |
| 1211 | 2024-04-30T20:07:55.719Z | Downloaded num-traits v0.2.18 |
| 1212 | 2024-04-30T20:07:55.720Z | Downloaded group v0.13.0 |
| 1213 | 2024-04-30T20:07:55.720Z | Downloaded pkg-config v0.3.27 |
| 1214 | 2024-04-30T20:07:55.720Z | Downloaded omicron-zone-package v0.11.0 |
| 1215 | 2024-04-30T20:07:55.720Z | Downloaded num-bigint-dig v0.8.4 |
| 1216 | 2024-04-30T20:07:55.720Z | Downloaded percent-encoding v2.3.1 |
| 1217 | 2024-04-30T20:07:55.720Z | Downloaded fragile v2.0.0 |
| 1218 | 2024-04-30T20:07:55.720Z | Downloaded num-integer v0.1.46 |
| 1219 | 2024-04-30T20:07:55.720Z | Downloaded uuid v1.8.0 |
| 1220 | 2024-04-30T20:07:55.720Z | Downloaded termcolor v1.2.0 |
| 1221 | 2024-04-30T20:07:55.720Z | Downloaded paste v1.0.14 |
| 1222 | 2024-04-30T20:07:55.720Z | Downloaded schemars v0.8.16 |
| 1223 | 2024-04-30T20:07:55.720Z | Downloaded signature v1.6.4 |
| 1224 | 2024-04-30T20:07:55.720Z | Downloaded unicode-linebreak v0.1.5 |
| 1225 | 2024-04-30T20:07:55.720Z | Downloaded serde-hex v0.1.0 |
| 1226 | 2024-04-30T20:07:55.720Z | Downloaded rand_chacha v0.3.1 |
| 1227 | 2024-04-30T20:07:55.720Z | Downloaded oorandom v11.1.3 |
| 1228 | 2024-04-30T20:07:55.720Z | Downloaded signal-hook-mio v0.2.3 |
| 1229 | 2024-04-30T20:07:55.720Z | Downloaded expectorate v1.1.0 |
| 1230 | 2024-04-30T20:07:55.720Z | Downloaded slab v0.4.9 |
| 1231 | 2024-04-30T20:07:55.720Z | Downloaded unicode_categories v0.1.1 |
| 1232 | 2024-04-30T20:07:55.720Z | Downloaded zip v0.6.6 |
| 1233 | 2024-04-30T20:07:55.720Z | Downloaded zeroize_derive v1.4.2 |
| 1234 | 2024-04-30T20:07:55.720Z | Downloaded signal-hook-registry v1.4.1 |
| 1235 | 2024-04-30T20:07:55.721Z | Downloaded shlex v1.3.0 |
| 1236 | 2024-04-30T20:07:55.721Z | Downloaded futures v0.3.30 |
| 1237 | 2024-04-30T20:07:55.721Z | Downloaded static_assertions v1.1.0 |
| 1238 | 2024-04-30T20:07:55.721Z | Downloaded serde_arrays v0.1.0 |
| 1239 | 2024-04-30T20:07:55.721Z | Downloaded bindgen v0.69.2 |
| 1240 | 2024-04-30T20:07:55.721Z | Downloaded pem-rfc7468 v0.7.0 |
| 1241 | 2024-04-30T20:07:55.721Z | Downloaded parking_lot v0.11.2 |
| 1242 | 2024-04-30T20:07:55.721Z | Downloaded textwrap v0.16.1 |
| 1243 | 2024-04-30T20:07:55.721Z | Downloaded hyper v1.1.0 |
| 1244 | 2024-04-30T20:07:55.721Z | Downloaded tracing-core v0.1.32 |
| 1245 | 2024-04-30T20:07:55.721Z | Downloaded flume v0.11.0 |
| 1246 | 2024-04-30T20:07:55.721Z | Downloaded which v4.4.0 |
| 1247 | 2024-04-30T20:07:55.721Z | Downloaded pest_derive v2.7.6 |
| 1248 | 2024-04-30T20:07:55.721Z | Downloaded hashbrown v0.13.2 |
| 1249 | 2024-04-30T20:07:55.721Z | Downloaded vsss-rs v3.3.4 |
| 1250 | 2024-04-30T20:07:55.721Z | Downloaded once_cell v1.19.0 |
| 1251 | 2024-04-30T20:07:55.721Z | Downloaded test-strategy v0.3.1 |
| 1252 | 2024-04-30T20:07:55.721Z | Downloaded slog v2.7.0 |
| 1253 | 2024-04-30T20:07:55.721Z | Downloaded similar v2.4.0 |
| 1254 | 2024-04-30T20:07:55.721Z | Downloaded flate2 v1.0.28 |
| 1255 | 2024-04-30T20:07:55.721Z | Downloaded trybuild v1.0.91 |
| 1256 | 2024-04-30T20:07:55.721Z | Downloaded portable-atomic v1.4.3 |
| 1257 | 2024-04-30T20:07:55.721Z | Downloaded signal-hook v0.3.17 |
| 1258 | 2024-04-30T20:07:55.721Z | Downloaded rustyline v14.0.0 |
| 1259 | 2024-04-30T20:07:55.722Z | Downloaded headers v0.3.9 |
| 1260 | 2024-04-30T20:07:55.722Z | Downloaded rayon-core v1.12.1 |
| 1261 | 2024-04-30T20:07:55.722Z | Downloaded serde_with v3.7.0 |
| 1262 | 2024-04-30T20:07:55.722Z | Downloaded unicode-segmentation v1.10.1 |
| 1263 | 2024-04-30T20:07:55.722Z | Downloaded futures-util v0.3.30 |
| 1264 | 2024-04-30T20:07:55.722Z | Downloaded sqlparser v0.45.0 |
| 1265 | 2024-04-30T20:07:55.722Z | Downloaded time v0.3.34 |
| 1266 | 2024-04-30T20:07:55.722Z | Downloaded tabled v0.15.0 |
| 1267 | 2024-04-30T20:07:55.722Z | Downloaded steno v0.4.0 |
| 1268 | 2024-04-30T20:07:55.722Z | Downloaded syn v1.0.109 |
| 1269 | 2024-04-30T20:07:55.722Z | Downloaded pest v2.7.6 |
| 1270 | 2024-04-30T20:07:55.722Z | Downloaded idna v0.5.0 |
| 1271 | 2024-04-30T20:07:55.722Z | Downloaded lalrpop v0.19.12 |
| 1272 | 2024-04-30T20:07:55.722Z | Downloaded reedline v0.31.0 |
| 1273 | 2024-04-30T20:07:55.722Z | Downloaded unicode-normalization v0.1.22 |
| 1274 | 2024-04-30T20:07:55.722Z | Downloaded guppy v0.17.5 |
| 1275 | 2024-04-30T20:07:55.722Z | Downloaded rayon v1.10.0 |
| 1276 | 2024-04-30T20:07:55.722Z | Downloaded h2 v0.3.26 |
| 1277 | 2024-04-30T20:07:55.722Z | Downloaded rustls-webpki v0.102.1 |
| 1278 | 2024-04-30T20:07:55.722Z | Downloaded webpki-roots v0.25.2 |
| 1279 | 2024-04-30T20:07:55.722Z | Downloaded bstr v0.2.17 |
| 1280 | 2024-04-30T20:07:55.722Z | Downloaded object v0.32.1 |
| 1281 | 2024-04-30T20:07:55.722Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2024-04-30T20:07:55.723Z | Downloaded bstr v1.9.0 |
| 1283 | 2024-04-30T20:07:55.727Z | Downloaded regex-syntax v0.8.2 |
| 1284 | 2024-04-30T20:07:55.731Z | Downloaded regress v0.9.1 |
| 1285 | 2024-04-30T20:07:55.740Z | Downloaded curve25519-dalek v4.1.2 |
| 1286 | 2024-04-30T20:07:55.750Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2024-04-30T20:07:55.794Z | Downloaded regex-syntax v0.6.29 |
| 1288 | 2024-04-30T20:07:55.800Z | Downloaded diesel v2.1.6 |
| 1289 | 2024-04-30T20:07:55.821Z | Downloaded trust-dns-proto v0.22.0 |
| 1290 | 2024-04-30T20:07:55.834Z | Downloaded polar-core v0.27.3 |
| 1291 | 2024-04-30T20:07:55.843Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2024-04-30T20:07:55.859Z | Downloaded tokio v1.37.0 |
| 1293 | 2024-04-30T20:07:55.900Z | Downloaded sled v0.34.7 |
| 1294 | 2024-04-30T20:07:55.907Z | Downloaded ratatui v0.26.2 |
| 1295 | 2024-04-30T20:07:55.928Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2024-04-30T20:07:55.938Z | Downloaded zerocopy-derive v0.2.0 |
| 1297 | 2024-04-30T20:07:55.947Z | Downloaded encoding_rs v0.8.33 |
| 1298 | 2024-04-30T20:07:55.971Z | Downloaded regex-automata v0.4.5 |
| 1299 | 2024-04-30T20:07:55.986Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1300 | 2024-04-30T20:07:55.998Z | Downloaded openapiv3 v2.0.0 |
| 1301 | 2024-04-30T20:07:56.012Z | Downloaded sha3 v0.10.8 |
| 1302 | 2024-04-30T20:07:56.017Z | Downloaded rustls v0.22.4 |
| 1303 | 2024-04-30T20:07:56.028Z | Downloaded csv v1.3.0 |
| 1304 | 2024-04-30T20:07:56.049Z | Downloaded rustls v0.21.9 |
| 1305 | 2024-04-30T20:07:56.060Z | Downloaded radix_trie v0.2.1 |
| 1306 | 2024-04-30T20:07:56.065Z | Downloaded object v0.30.4 |
| 1307 | 2024-04-30T20:07:56.075Z | Downloaded regex v1.10.4 |
| 1308 | 2024-04-30T20:07:56.090Z | Downloaded openssl v0.10.64 |
| 1309 | 2024-04-30T20:07:56.097Z | Downloaded nix v0.28.0 |
| 1310 | 2024-04-30T20:07:56.110Z | Downloaded goblin v0.8.0 |
| 1311 | 2024-04-30T20:07:56.114Z | Downloaded gimli v0.28.0 |
| 1312 | 2024-04-30T20:07:56.122Z | Downloaded winnow v0.5.15 |
| 1313 | 2024-04-30T20:07:56.131Z | Downloaded petgraph v0.6.4 |
| 1314 | 2024-04-30T20:07:56.144Z | Downloaded regex-automata v0.1.10 |
| 1315 | 2024-04-30T20:07:56.149Z | Downloaded proptest v1.4.0 |
| 1316 | 2024-04-30T20:07:56.158Z | Downloaded chrono v0.4.38 |
| 1317 | 2024-04-30T20:07:56.165Z | Downloaded ring v0.17.8 |
| 1318 | 2024-04-30T20:07:56.235Z | Downloaded quick-xml v0.31.0 |
| 1319 | 2024-04-30T20:07:56.240Z | Downloaded toml_edit v0.19.15 |
| 1320 | 2024-04-30T20:07:56.256Z | Downloaded x509-cert v0.2.4 |
| 1321 | 2024-04-30T20:07:56.262Z | Downloaded plotters v0.3.5 |
| 1322 | 2024-04-30T20:07:56.270Z | Downloaded bitvec v1.0.1 |
| 1323 | 2024-04-30T20:07:56.285Z | Downloaded hyper v0.14.28 |
| 1324 | 2024-04-30T20:07:56.293Z | Downloaded socket2 v0.5.6 |
| 1325 | 2024-04-30T20:07:56.296Z | Downloaded ron v0.7.1 |
| 1326 | 2024-04-30T20:07:56.299Z | Downloaded socket2 v0.4.9 |
| 1327 | 2024-04-30T20:07:56.303Z | Downloaded rustls-webpki v0.101.7 |
| 1328 | 2024-04-30T20:07:56.726Z | Downloaded trust-dns-resolver v0.22.0 |
| 1329 | 2024-04-30T20:07:56.738Z | Downloaded ron v0.8.1 |
| 1330 | 2024-04-30T20:07:56.738Z | Downloaded hashbrown v0.12.3 |
| 1331 | 2024-04-30T20:07:56.739Z | Downloaded zerocopy v0.7.32 |
| 1332 | 2024-04-30T20:07:56.739Z | Downloaded termios v0.3.3 |
| 1333 | 2024-04-30T20:07:56.739Z | Downloaded time-macros v0.2.17 |
| 1334 | 2024-04-30T20:07:56.739Z | Downloaded platforms v3.0.2 |
| 1335 | 2024-04-30T20:07:56.739Z | Downloaded rand v0.8.5 |
| 1336 | 2024-04-30T20:07:56.739Z | Downloaded tough v0.17.1 |
| 1337 | 2024-04-30T20:07:56.739Z | Downloaded blake3 v1.5.0 |
| 1338 | 2024-04-30T20:07:56.739Z | Downloaded num-derive v0.4.0 |
| 1339 | 2024-04-30T20:07:56.740Z | Downloaded ring v0.16.20 |
| 1340 | 2024-04-30T20:07:56.740Z | Downloaded postgres-protocol v0.6.6 |
| 1341 | 2024-04-30T20:07:56.740Z | Downloaded diff v0.1.13 |
| 1342 | 2024-04-30T20:07:56.740Z | Downloaded diesel_derives v2.1.2 |
| 1343 | 2024-04-30T20:07:56.740Z | Downloaded unicode-width v0.1.11 |
| 1344 | 2024-04-30T20:07:56.740Z | Downloaded tracing v0.1.40 |
| 1345 | 2024-04-30T20:07:56.740Z | Downloaded reqwest v0.11.24 |
| 1346 | 2024-04-30T20:07:56.741Z | Downloaded tracing-attributes v0.1.27 |
| 1347 | 2024-04-30T20:07:56.741Z | Downloaded tower v0.4.13 |
| 1348 | 2024-04-30T20:07:56.741Z | Downloaded path-slash v0.1.5 |
| 1349 | 2024-04-30T20:07:56.741Z | Downloaded rand_core v0.6.4 |
| 1350 | 2024-04-30T20:07:56.741Z | Downloaded funty v2.0.0 |
| 1351 | 2024-04-30T20:07:56.741Z | Downloaded postcard v1.0.8 |
| 1352 | 2024-04-30T20:07:56.741Z | Downloaded semver v0.1.20 |
| 1353 | 2024-04-30T20:07:56.741Z | Downloaded elliptic-curve v0.13.8 |
| 1354 | 2024-04-30T20:07:56.742Z | Downloaded peg v0.8.2 |
| 1355 | 2024-04-30T20:07:56.742Z | Downloaded env_logger v0.10.0 |
| 1356 | 2024-04-30T20:07:56.742Z | Downloaded env_logger v0.9.3 |
| 1357 | 2024-04-30T20:07:56.742Z | Downloaded snafu v0.8.2 |
| 1358 | 2024-04-30T20:07:56.742Z | Downloaded fancy-regex v0.13.0 |
| 1359 | 2024-04-30T20:07:56.742Z | Downloaded libxml v0.3.3 |
| 1360 | 2024-04-30T20:07:56.742Z | Downloaded wyz v0.5.1 |
| 1361 | 2024-04-30T20:07:56.742Z | Downloaded tokio-tungstenite v0.20.1 |
| 1362 | 2024-04-30T20:07:56.742Z | Downloaded tokio-stream v0.1.15 |
| 1363 | 2024-04-30T20:07:56.742Z | Downloaded publicsuffix v2.2.3 |
| 1364 | 2024-04-30T20:07:56.742Z | Downloaded target-lexicon v0.12.13 |
| 1365 | 2024-04-30T20:07:56.742Z | Downloaded itertools v0.10.5 |
| 1366 | 2024-04-30T20:07:56.742Z | Downloaded fixedbitset v0.4.2 |
| 1367 | 2024-04-30T20:07:56.743Z | Downloaded embedded-io v0.4.0 |
| 1368 | 2024-04-30T20:07:56.743Z | Downloaded dirs-next v2.0.0 |
| 1369 | 2024-04-30T20:07:56.743Z | Downloaded digest v0.10.7 |
| 1370 | 2024-04-30T20:07:56.743Z | Downloaded trust-dns-client v0.22.0 |
| 1371 | 2024-04-30T20:07:56.743Z | Downloaded libm v0.2.7 |
| 1372 | 2024-04-30T20:07:56.743Z | Downloaded url v2.5.0 |
| 1373 | 2024-04-30T20:07:56.743Z | Downloaded typed-path v0.7.0 |
| 1374 | 2024-04-30T20:07:56.744Z | Downloaded tokio-rustls v0.25.0 |
| 1375 | 2024-04-30T20:07:56.744Z | Downloaded scroll v0.12.0 |
| 1376 | 2024-04-30T20:07:56.744Z | Downloaded tungstenite v0.20.1 |
| 1377 | 2024-04-30T20:07:56.744Z | Downloaded rstest_macros v0.19.0 |
| 1378 | 2024-04-30T20:07:56.744Z | Downloaded tokio-util v0.7.10 |
| 1379 | 2024-04-30T20:07:56.744Z | Downloaded password-hash v0.5.0 |
| 1380 | 2024-04-30T20:07:56.744Z | Downloaded serde-big-array v0.5.1 |
| 1381 | 2024-04-30T20:07:56.745Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1382 | 2024-04-30T20:07:56.745Z | Downloaded rustc_version v0.4.0 |
| 1383 | 2024-04-30T20:07:56.745Z | Downloaded rustc_version v0.1.7 |
| 1384 | 2024-04-30T20:07:56.745Z | Downloaded predicates v3.1.0 |
| 1385 | 2024-04-30T20:07:56.745Z | Downloaded rsa v0.9.2 |
| 1386 | 2024-04-30T20:07:56.745Z | Downloaded predicates-tree v1.0.9 |
| 1387 | 2024-04-30T20:07:56.745Z | Downloaded darling_core v0.20.8 |
| 1388 | 2024-04-30T20:07:56.745Z | Downloaded unsafe-libyaml v0.2.10 |
| 1389 | 2024-04-30T20:07:56.745Z | Downloaded ena v0.14.2 |
| 1390 | 2024-04-30T20:07:56.745Z | Downloaded partial-io v0.5.4 |
| 1391 | 2024-04-30T20:07:56.746Z | Downloaded structmeta-derive v0.2.0 |
| 1392 | 2024-04-30T20:07:56.746Z | Downloaded derive-where v1.2.7 |
| 1393 | 2024-04-30T20:07:56.746Z | Downloaded snafu-derive v0.8.2 |
| 1394 | 2024-04-30T20:07:56.746Z | Downloaded rustls-pemfile v2.1.2 |
| 1395 | 2024-04-30T20:07:56.746Z | Downloaded openssl-sys v0.9.102 |
| 1396 | 2024-04-30T20:07:56.746Z | Downloaded rustls-native-certs v0.7.0 |
| 1397 | 2024-04-30T20:07:56.746Z | Downloaded serde_yaml v0.9.25 |
| 1398 | 2024-04-30T20:07:56.747Z | Downloaded generic-array v0.14.7 |
| 1399 | 2024-04-30T20:07:56.747Z | Downloaded filetime v0.2.23 |
| 1400 | 2024-04-30T20:07:56.747Z | Downloaded ff v0.13.0 |
| 1401 | 2024-04-30T20:07:56.747Z | Downloaded universal-hash v0.5.1 |
| 1402 | 2024-04-30T20:07:56.747Z | Downloaded tap v1.0.1 |
| 1403 | 2024-04-30T20:07:56.747Z | Downloaded fatfs v0.3.6 |
| 1404 | 2024-04-30T20:07:56.747Z | Downloaded pretty_assertions v1.4.0 |
| 1405 | 2024-04-30T20:07:56.747Z | Downloaded trust-dns-server v0.22.1 |
| 1406 | 2024-04-30T20:07:56.748Z | Downloaded crossterm v0.27.0 |
| 1407 | 2024-04-30T20:07:56.748Z | Downloaded signal-hook-tokio v0.3.1 |
| 1408 | 2024-04-30T20:07:56.748Z | Downloaded rustls-pki-types v1.3.0 |
| 1409 | 2024-04-30T20:07:56.748Z | Downloaded pest_meta v2.7.6 |
| 1410 | 2024-04-30T20:07:56.748Z | Downloaded parking_lot v0.12.1 |
| 1411 | 2024-04-30T20:07:56.748Z | Downloaded usdt v0.5.0 |
| 1412 | 2024-04-30T20:07:56.748Z | Downloaded rtoolbox v0.0.1 |
| 1413 | 2024-04-30T20:07:56.749Z | Downloaded typenum v1.16.0 |
| 1414 | 2024-04-30T20:07:56.749Z | Downloaded criterion v0.5.1 |
| 1415 | 2024-04-30T20:07:56.749Z | Downloaded smallvec v1.13.1 |
| 1416 | 2024-04-30T20:07:56.749Z | Downloaded minimal-lexical v0.2.1 |
| 1417 | 2024-04-30T20:07:56.749Z | Downloaded radium v0.7.0 |
| 1418 | 2024-04-30T20:07:56.749Z | Downloaded foreign-types-macros v0.2.3 |
| 1419 | 2024-04-30T20:07:56.749Z | Downloaded foreign-types v0.5.0 |
| 1420 | 2024-04-30T20:07:56.749Z | Downloaded fallible-iterator v0.2.0 |
| 1421 | 2024-04-30T20:07:56.749Z | Downloaded zone v0.1.8 |
| 1422 | 2024-04-30T20:07:56.750Z | Downloaded parking_lot_core v0.9.8 |
| 1423 | 2024-04-30T20:07:56.750Z | Downloaded futures-executor v0.3.30 |
| 1424 | 2024-04-30T20:07:56.750Z | Downloaded prettyplease v0.2.19 |
| 1425 | 2024-04-30T20:07:56.750Z | Downloaded derive_more v0.99.17 |
| 1426 | 2024-04-30T20:07:56.750Z | Downloaded crossbeam-channel v0.5.8 |
| 1427 | 2024-04-30T20:07:56.750Z | Downloaded unicode-bidi v0.3.15 |
| 1428 | 2024-04-30T20:07:56.750Z | Downloaded waitgroup v0.1.2 |
| 1429 | 2024-04-30T20:07:56.761Z | Downloaded pkcs8 v0.10.2 |
| 1430 | 2024-04-30T20:07:56.762Z | Downloaded packed_struct_codegen v0.10.1 |
| 1431 | 2024-04-30T20:07:56.762Z | Downloaded fnv v1.0.7 |
| 1432 | 2024-04-30T20:07:56.762Z | Downloaded enum-as-inner v0.5.1 |
| 1433 | 2024-04-30T20:07:56.762Z | Downloaded data-encoding v2.4.0 |
| 1434 | 2024-04-30T20:07:56.762Z | Downloaded der_derive v0.7.2 |
| 1435 | 2024-04-30T20:07:56.763Z | Downloaded whoami v1.5.1 |
| 1436 | 2024-04-30T20:07:56.763Z | Downloaded strum_macros v0.24.3 |
| 1437 | 2024-04-30T20:07:56.763Z | Downloaded serde_tokenstream v0.1.7 |
| 1438 | 2024-04-30T20:07:56.763Z | Downloaded serde_repr v0.1.16 |
| 1439 | 2024-04-30T20:07:56.763Z | Downloaded parking_lot_core v0.8.6 |
| 1440 | 2024-04-30T20:07:56.764Z | Downloaded salty v0.2.0 |
| 1441 | 2024-04-30T20:07:56.764Z | Downloaded sct v0.7.0 |
| 1442 | 2024-04-30T20:07:56.764Z | Downloaded peg-runtime v0.8.2 |
| 1443 | 2024-04-30T20:07:56.764Z | Downloaded tokio-rustls v0.24.1 |
| 1444 | 2024-04-30T20:07:56.765Z | Downloaded parse-display-derive v0.9.0 |
| 1445 | 2024-04-30T20:07:56.765Z | Downloaded spin v0.5.2 |
| 1446 | 2024-04-30T20:07:56.765Z | Downloaded strum_macros v0.26.1 |
| 1447 | 2024-04-30T20:07:56.765Z | Downloaded serde_with_macros v3.7.0 |
| 1448 | 2024-04-30T20:07:56.765Z | Downloaded ucd-trie v0.1.6 |
| 1449 | 2024-04-30T20:07:56.766Z | Downloaded powerfmt v0.2.0 |
| 1450 | 2024-04-30T20:07:56.766Z | Downloaded futures-timer v3.0.2 |
| 1451 | 2024-04-30T20:07:56.766Z | Downloaded futures-task v0.3.30 |
| 1452 | 2024-04-30T20:07:56.766Z | Downloaded futures-io v0.3.30 |
| 1453 | 2024-04-30T20:07:56.766Z | Downloaded futures-core v0.3.30 |
| 1454 | 2024-04-30T20:07:56.766Z | Downloaded fd-lock v4.0.2 |
| 1455 | 2024-04-30T20:07:56.766Z | Downloaded usdt v0.3.5 |
| 1456 | 2024-04-30T20:07:56.766Z | Downloaded rusty-fork v0.3.0 |
| 1457 | 2024-04-30T20:07:56.766Z | Downloaded rustversion v1.0.14 |
| 1458 | 2024-04-30T20:07:56.766Z | Downloaded num_cpus v1.16.0 |
| 1459 | 2024-04-30T20:07:56.766Z | Downloaded rcgen v0.12.1 |
| 1460 | 2024-04-30T20:07:56.766Z | Downloaded datatest-stable v0.2.9 |
| 1461 | 2024-04-30T20:07:56.766Z | Downloaded proc-macro-error v1.0.4 |
| 1462 | 2024-04-30T20:07:56.766Z | Downloaded cc v1.0.83 |
| 1463 | 2024-04-30T20:07:56.767Z | Downloaded samael v0.0.15 |
| 1464 | 2024-04-30T20:07:56.767Z | Downloaded thread-id v4.2.0 |
| 1465 | 2024-04-30T20:07:56.767Z | Downloaded strum_macros v0.25.2 |
| 1466 | 2024-04-30T20:07:56.767Z | Downloaded stable_deref_trait v1.2.0 |
| 1467 | 2024-04-30T20:07:56.767Z | Downloaded slog-scope v4.4.0 |
| 1468 | 2024-04-30T20:07:56.767Z | Downloaded slog-json v2.6.1 |
| 1469 | 2024-04-30T20:07:56.767Z | Downloaded vte v0.11.1 |
| 1470 | 2024-04-30T20:07:56.767Z | Downloaded proc-macro-crate v1.3.1 |
| 1471 | 2024-04-30T20:07:56.767Z | Downloaded log v0.4.21 |
| 1472 | 2024-04-30T20:07:56.767Z | Downloaded compact_str v0.7.1 |
| 1473 | 2024-04-30T20:07:56.767Z | Downloaded yansi v0.5.1 |
| 1474 | 2024-04-30T20:07:56.767Z | Downloaded usdt-impl v0.3.5 |
| 1475 | 2024-04-30T20:07:56.767Z | Downloaded ed25519 v1.5.3 |
| 1476 | 2024-04-30T20:07:56.767Z | Downloaded unicase v2.7.0 |
| 1477 | 2024-04-30T20:07:56.768Z | Downloaded indexmap v1.9.3 |
| 1478 | 2024-04-30T20:07:56.795Z | Downloaded libloading v0.7.4 |
| 1479 | 2024-04-30T20:07:56.795Z | Downloaded form_urlencoded v1.2.1 |
| 1480 | 2024-04-30T20:07:56.795Z | Downloaded either v1.11.0 |
| 1481 | 2024-04-30T20:07:56.795Z | Downloaded difflib v0.4.0 |
| 1482 | 2024-04-30T20:07:56.796Z | Downloaded defmt-parser v0.3.3 |
| 1483 | 2024-04-30T20:07:56.796Z | Downloaded defmt-macros v0.3.6 |
| 1484 | 2024-04-30T20:07:56.796Z | Downloaded pretty-hex v0.4.1 |
| 1485 | 2024-04-30T20:07:56.796Z | Downloaded ipnet v2.9.0 |
| 1486 | 2024-04-30T20:07:56.796Z | Downloaded clang-sys v1.6.1 |
| 1487 | 2024-04-30T20:07:56.797Z | Downloaded ciborium v0.2.2 |
| 1488 | 2024-04-30T20:07:56.804Z | Downloaded cfg-expr v0.15.6 |
| 1489 | 2024-04-30T20:07:56.805Z | Downloaded tabwriter v1.4.0 |
| 1490 | 2024-04-30T20:07:56.805Z | Downloaded tabled_derive v0.7.0 |
| 1491 | 2024-04-30T20:07:56.805Z | Downloaded num v0.4.2 |
| 1492 | 2024-04-30T20:07:56.805Z | Downloaded nibble_vec v0.1.0 |
| 1493 | 2024-04-30T20:07:56.806Z | Downloaded lock_api v0.4.10 |
| 1494 | 2024-04-30T20:07:56.806Z | Downloaded bzip2 v0.4.4 |
| 1495 | 2024-04-30T20:07:56.806Z | Downloaded cookie v0.18.1 |
| 1496 | 2024-04-30T20:07:56.806Z | Downloaded blake2b_simd v1.0.1 |
| 1497 | 2024-04-30T20:07:56.806Z | Downloaded blake2 v0.10.6 |
| 1498 | 2024-04-30T20:07:56.806Z | Downloaded linked-hash-map v0.5.6 |
| 1499 | 2024-04-30T20:07:56.807Z | Downloaded hyper-rustls v0.24.2 |
| 1500 | 2024-04-30T20:07:56.807Z | Downloaded openssl-macros v0.1.1 |
| 1501 | 2024-04-30T20:07:56.807Z | Downloaded num_threads v0.1.6 |
| 1502 | 2024-04-30T20:07:56.807Z | Downloaded crossbeam-epoch v0.9.18 |
| 1503 | 2024-04-30T20:07:56.807Z | Downloaded rustc-demangle v0.1.23 |
| 1504 | 2024-04-30T20:07:56.807Z | Downloaded nu-ansi-term v0.50.0 |
| 1505 | 2024-04-30T20:07:56.808Z | Downloaded native-tls v0.2.11 |
| 1506 | 2024-04-30T20:07:56.808Z | Downloaded libefi-sys v0.1.0 |
| 1507 | 2024-04-30T20:07:56.808Z | Downloaded multer v3.0.0 |
| 1508 | 2024-04-30T20:07:56.819Z | Downloaded doc-comment v0.3.3 |
| 1509 | 2024-04-30T20:07:56.819Z | Downloaded strsim v0.10.0 |
| 1510 | 2024-04-30T20:07:56.819Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1511 | 2024-04-30T20:07:56.819Z | Downloaded smallvec v0.6.14 |
| 1512 | 2024-04-30T20:07:56.819Z | Downloaded mime_guess v2.0.4 |
| 1513 | 2024-04-30T20:07:56.819Z | Downloaded memmap2 v0.7.1 |
| 1514 | 2024-04-30T20:07:56.819Z | Downloaded base64 v0.21.7 |
| 1515 | 2024-04-30T20:07:56.823Z | Downloaded rustc-hash v1.1.0 |
| 1516 | 2024-04-30T20:07:56.823Z | Downloaded sqlformat v0.2.3 |
| 1517 | 2024-04-30T20:07:56.823Z | Downloaded spki v0.7.2 |
| 1518 | 2024-04-30T20:07:56.823Z | Downloaded newtype-uuid v1.1.0 |
| 1519 | 2024-04-30T20:07:56.823Z | Downloaded memoffset v0.7.1 |
| 1520 | 2024-04-30T20:07:56.823Z | Downloaded slog-bunyan v2.5.0 |
| 1521 | 2024-04-30T20:07:56.823Z | Downloaded bit-vec v0.6.3 |
| 1522 | 2024-04-30T20:07:56.823Z | Downloaded addr2line v0.21.0 |
| 1523 | 2024-04-30T20:07:56.830Z | Downloaded usdt-attr-macro v0.3.5 |
| 1524 | 2024-04-30T20:07:56.830Z | Downloaded maplit v1.0.2 |
| 1525 | 2024-04-30T20:07:56.830Z | Downloaded cookie v0.17.0 |
| 1526 | 2024-04-30T20:07:56.830Z | Downloaded const_format_proc_macros v0.2.32 |
| 1527 | 2024-04-30T20:07:56.830Z | Downloaded crc32fast v1.3.2 |
| 1528 | 2024-04-30T20:07:56.844Z | Downloaded keccak v0.1.4 |
| 1529 | 2024-04-30T20:07:56.844Z | Downloaded kstat-rs v0.2.3 |
| 1530 | 2024-04-30T20:07:56.844Z | Downloaded inout v0.1.3 |
| 1531 | 2024-04-30T20:07:56.845Z | Downloaded console v0.15.8 |
| 1532 | 2024-04-30T20:07:56.892Z | Downloaded block-buffer v0.10.4 |
| 1533 | 2024-04-30T20:07:56.892Z | Downloaded heck v0.4.1 |
| 1534 | 2024-04-30T20:07:56.892Z | Downloaded iana-time-zone v0.1.57 |
| 1535 | 2024-04-30T20:07:56.892Z | Downloaded backtrace v0.3.69 |
| 1536 | 2024-04-30T20:07:56.892Z | Downloaded aead v0.5.2 |
| 1537 | 2024-04-30T20:07:56.892Z | Downloaded linear-map v1.2.0 |
| 1538 | 2024-04-30T20:07:56.893Z | Downloaded serde-big-array v0.4.1 |
| 1539 | 2024-04-30T20:07:56.893Z | Downloaded rand_xorshift v0.3.0 |
| 1540 | 2024-04-30T20:07:56.893Z | Downloaded newtype_derive v0.1.6 |
| 1541 | 2024-04-30T20:07:56.902Z | Downloaded corncobs v0.1.3 |
| 1542 | 2024-04-30T20:07:56.902Z | Downloaded convert_case v0.4.0 |
| 1543 | 2024-04-30T20:07:56.902Z | Downloaded constant_time_eq v0.3.0 |
| 1544 | 2024-04-30T20:07:56.902Z | Downloaded constant_time_eq v0.2.6 |
| 1545 | 2024-04-30T20:07:56.902Z | Downloaded chacha20 v0.9.1 |
| 1546 | 2024-04-30T20:07:56.903Z | Downloaded bytecount v0.6.3 |
| 1547 | 2024-04-30T20:07:56.903Z | Downloaded buf-list v1.0.3 |
| 1548 | 2024-04-30T20:07:56.903Z | Downloaded array-init v0.0.4 |
| 1549 | 2024-04-30T20:07:56.903Z | Downloaded hyper-tls v0.5.0 |
| 1550 | 2024-04-30T20:07:56.903Z | Downloaded httpdate v1.0.3 |
| 1551 | 2024-04-30T20:07:56.903Z | Downloaded hostname v0.3.1 |
| 1552 | 2024-04-30T20:07:56.904Z | Downloaded home v0.5.5 |
| 1553 | 2024-04-30T20:07:56.904Z | Downloaded heck v0.3.3 |
| 1554 | 2024-04-30T20:07:56.904Z | Downloaded managed v0.8.0 |
| 1555 | 2024-04-30T20:07:56.904Z | Downloaded ipnetwork v0.20.0 |
| 1556 | 2024-04-30T20:07:56.904Z | Downloaded hyper-staticfile v0.9.5 |
| 1557 | 2024-04-30T20:07:56.904Z | Downloaded highway v1.1.0 |
| 1558 | 2024-04-30T20:07:56.904Z | Downloaded crossbeam-deque v0.8.3 |
| 1559 | 2024-04-30T20:07:56.905Z | Downloaded castaway v0.2.2 |
| 1560 | 2024-04-30T20:07:56.905Z | Downloaded bit-set v0.5.3 |
| 1561 | 2024-04-30T20:07:56.905Z | Downloaded ciborium-ll v0.2.2 |
| 1562 | 2024-04-30T20:07:56.905Z | Downloaded matches v0.1.10 |
| 1563 | 2024-04-30T20:07:56.905Z | Downloaded hubpack v0.1.2 |
| 1564 | 2024-04-30T20:07:56.905Z | Downloaded http-body v0.4.5 |
| 1565 | 2024-04-30T20:07:56.905Z | Downloaded hex-literal v0.4.1 |
| 1566 | 2024-04-30T20:07:56.905Z | Downloaded hex v0.4.3 |
| 1567 | 2024-04-30T20:07:56.905Z | Downloaded cobs v0.2.3 |
| 1568 | 2024-04-30T20:07:56.905Z | Downloaded base64 v0.13.1 |
| 1569 | 2024-04-30T20:07:56.906Z | Downloaded allocator-api2 v0.2.16 |
| 1570 | 2024-04-30T20:07:56.906Z | Downloaded camino-tempfile v1.1.1 |
| 1571 | 2024-04-30T20:07:56.906Z | Downloaded cpufeatures v0.2.12 |
| 1572 | 2024-04-30T20:07:56.906Z | Downloaded byteorder v1.5.0 |
| 1573 | 2024-04-30T20:07:56.906Z | Downloaded bitfield v0.14.0 |
| 1574 | 2024-04-30T20:07:56.906Z | Downloaded arrayref v0.3.7 |
| 1575 | 2024-04-30T20:07:56.906Z | Downloaded instant v0.1.12 |
| 1576 | 2024-04-30T20:07:56.907Z | Downloaded http-body v1.0.0 |
| 1577 | 2024-04-30T20:07:56.907Z | Downloaded block-padding v0.3.3 |
| 1578 | 2024-04-30T20:07:56.907Z | Downloaded bitstruct v0.1.1 |
| 1579 | 2024-04-30T20:07:56.907Z | Downloaded crunchy v0.2.2 |
| 1580 | 2024-04-30T20:07:56.907Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1581 | 2024-04-30T20:07:56.907Z | Downloaded ciborium-io v0.2.2 |
| 1582 | 2024-04-30T20:07:56.922Z | Downloaded bitstruct_derive v0.1.0 |
| 1583 | 2024-04-30T20:07:56.922Z | Downloaded base64 v0.22.0 |
| 1584 | 2024-04-30T20:07:56.922Z | Downloaded aho-corasick v1.1.2 |
| 1585 | 2024-04-30T20:07:56.922Z | Downloaded arrayvec v0.7.4 |
| 1586 | 2024-04-30T20:07:56.922Z | Downloaded adler v1.0.2 |
| 1587 | 2024-04-30T20:07:56.922Z | Downloaded hkdf v0.12.4 |
| 1588 | 2024-04-30T20:07:56.922Z | Downloaded approx v0.5.1 |
| 1589 | 2024-04-30T20:07:56.922Z | Downloaded atomicwrites v0.4.3 |
| 1590 | 2024-04-30T20:07:56.922Z | Downloaded arc-swap v1.6.0 |
| 1591 | 2024-04-30T20:07:56.922Z | Downloaded assert_matches v1.5.0 |
| 1592 | 2024-04-30T20:07:57.527Z | Compiling libc v0.2.153 |
| 1593 | 2024-04-30T20:07:57.527Z | Compiling serde v1.0.199 |
| 1594 | 2024-04-30T20:07:57.530Z | Compiling version_check v0.9.4 |
| 1595 | 2024-04-30T20:07:57.530Z | Checking cfg-if v1.0.0 |
| 1596 | 2024-04-30T20:07:57.530Z | Compiling lock_api v0.4.10 |
| 1597 | 2024-04-30T20:07:57.587Z | Compiling syn v1.0.109 |
| 1598 | 2024-04-30T20:07:57.647Z | Compiling syn v2.0.60 |
| 1599 | 2024-04-30T20:07:57.675Z | Compiling parking_lot_core v0.9.8 |
| 1600 | 2024-04-30T20:07:57.707Z | Compiling once_cell v1.19.0 |
| 1601 | 2024-04-30T20:07:58.033Z | Compiling libm v0.2.7 |
| 1602 | 2024-04-30T20:07:58.107Z | Compiling num-traits v0.2.18 |
| 1603 | 2024-04-30T20:07:58.145Z | Compiling memchr v2.7.1 |
| 1604 | 2024-04-30T20:07:58.164Z | Compiling serde_json v1.0.116 |
| 1605 | 2024-04-30T20:07:58.343Z | Compiling ahash v0.8.8 |
| 1606 | 2024-04-30T20:07:58.529Z | Compiling byteorder v1.5.0 |
| 1607 | 2024-04-30T20:07:58.993Z | Checking log v0.4.21 |
| 1608 | 2024-04-30T20:07:59.275Z | Compiling slab v0.4.9 |
| 1609 | 2024-04-30T20:07:59.309Z | Checking itoa v1.0.9 |
| 1610 | 2024-04-30T20:07:59.522Z | Compiling typenum v1.16.0 |
| 1611 | 2024-04-30T20:07:59.554Z | Checking getrandom v0.2.12 |
| 1612 | 2024-04-30T20:07:59.638Z | Compiling cc v1.0.83 |
| 1613 | 2024-04-30T20:07:59.915Z | Compiling generic-array v0.14.7 |
| 1614 | 2024-04-30T20:08:00.190Z | Checking scopeguard v1.2.0 |
| 1615 | 2024-04-30T20:08:00.682Z | Checking smallvec v1.13.1 |
| 1616 | 2024-04-30T20:08:00.682Z | Compiling heck v0.4.1 |
| 1617 | 2024-04-30T20:08:00.682Z | Compiling allocator-api2 v0.2.16 |
| 1618 | 2024-04-30T20:08:00.682Z | Compiling pkg-config v0.3.27 |
| 1619 | 2024-04-30T20:08:00.756Z | Compiling rustix v0.38.31 |
| 1620 | 2024-04-30T20:08:00.784Z | Compiling schemars v0.8.16 |
| 1621 | 2024-04-30T20:08:01.064Z | Compiling httparse v1.8.0 |
| 1622 | 2024-04-30T20:08:01.142Z | Checking pin-project-lite v0.2.13 |
| 1623 | 2024-04-30T20:08:01.256Z | Compiling time-core v0.1.2 |
| 1624 | 2024-04-30T20:08:01.318Z | Checking parking_lot v0.12.1 |
| 1625 | 2024-04-30T20:08:01.416Z | Compiling num-conv v0.1.0 |
| 1626 | 2024-04-30T20:08:01.638Z | Compiling fnv v1.0.7 |
| 1627 | 2024-04-30T20:08:01.699Z | Compiling time-macros v0.2.17 |
| 1628 | 2024-04-30T20:08:01.757Z | Checking signal-hook-registry v1.4.1 |
| 1629 | 2024-04-30T20:08:01.856Z | Compiling vcpkg v0.2.15 |
| 1630 | 2024-04-30T20:08:01.993Z | Checking mio v0.8.11 |
| 1631 | 2024-04-30T20:08:02.127Z | Checking ryu v1.0.15 |
| 1632 | 2024-04-30T20:08:02.396Z | Compiling aho-corasick v1.1.2 |
| 1633 | 2024-04-30T20:08:02.895Z | Compiling ring v0.17.8 |
| 1634 | 2024-04-30T20:08:03.995Z | Compiling regex-syntax v0.8.2 |
| 1635 | 2024-04-30T20:08:04.014Z | Compiling openssl-sys v0.9.102 |
| 1636 | 2024-04-30T20:08:04.998Z | Compiling serde_derive_internals v0.26.0 |
| 1637 | 2024-04-30T20:08:05.903Z | Checking rand_core v0.6.4 |
| 1638 | 2024-04-30T20:08:06.156Z | Checking num_cpus v1.16.0 |
| 1639 | 2024-04-30T20:08:06.272Z | Checking futures-core v0.3.30 |
| 1640 | 2024-04-30T20:08:06.415Z | Compiling ring v0.16.20 |
| 1641 | 2024-04-30T20:08:06.494Z | Checking socket2 v0.5.6 |
| 1642 | 2024-04-30T20:08:06.944Z | Compiling regex-automata v0.4.5 |
| 1643 | 2024-04-30T20:08:07.633Z | Compiling openssl v0.10.64 |
| 1644 | 2024-04-30T20:08:08.064Z | Compiling rustversion v1.0.14 |
| 1645 | 2024-04-30T20:08:08.227Z | Compiling ucd-trie v0.1.6 |
| 1646 | 2024-04-30T20:08:08.723Z | Compiling slog v2.7.0 |
| 1647 | 2024-04-30T20:08:09.251Z | Compiling crossbeam-utils v0.8.19 |
| 1648 | 2024-04-30T20:08:09.822Z | Compiling iana-time-zone v0.1.57 |
| 1649 | 2024-04-30T20:08:09.845Z | Compiling rustls v0.21.9 |
| 1650 | 2024-04-30T20:08:09.885Z | Compiling native-tls v0.2.11 |
| 1651 | 2024-04-30T20:08:10.111Z | Compiling cookie v0.17.0 |
| 1652 | 2024-04-30T20:08:10.232Z | Checking spin v0.5.2 |
| 1653 | 2024-04-30T20:08:10.251Z | Compiling backtrace v0.3.69 |
| 1654 | 2024-04-30T20:08:10.422Z | Compiling dyn-clone v1.0.17 |
| 1655 | 2024-04-30T20:08:10.466Z | Compiling uuid v0.8.2 |
| 1656 | 2024-04-30T20:08:10.631Z | Compiling unicode-xid v0.2.4 |
| 1657 | 2024-04-30T20:08:10.790Z | Checking futures-sink v0.3.30 |
| 1658 | 2024-04-30T20:08:10.833Z | Compiling anyhow v1.0.82 |
| 1659 | 2024-04-30T20:08:11.233Z | Compiling serde_derive v1.0.199 |
| 1660 | 2024-04-30T20:08:11.299Z | Compiling zerocopy-derive v0.7.32 |
| 1661 | 2024-04-30T20:08:11.302Z | Compiling thiserror-impl v1.0.59 |
| 1662 | 2024-04-30T20:08:11.351Z | Compiling zeroize_derive v1.4.2 |
| 1663 | 2024-04-30T20:08:11.398Z | Compiling tokio-macros v2.2.0 |
| 1664 | 2024-04-30T20:08:11.606Z | Compiling futures-macro v0.3.30 |
| 1665 | 2024-04-30T20:08:11.689Z | Compiling tracing-attributes v0.1.27 |
| 1666 | 2024-04-30T20:08:13.040Z | Compiling schemars_derive v0.8.16 |
| 1667 | 2024-04-30T20:08:13.130Z | Compiling regex v1.10.4 |
| 1668 | 2024-04-30T20:08:13.655Z | Compiling zerocopy v0.7.32 |
| 1669 | 2024-04-30T20:08:13.808Z | Checking zeroize v1.7.0 |
| 1670 | 2024-04-30T20:08:14.071Z | Compiling openssl-macros v0.1.1 |
| 1671 | 2024-04-30T20:08:14.534Z | Compiling thiserror v1.0.59 |
| 1672 | 2024-04-30T20:08:14.784Z | Compiling pest v2.7.6 |
| 1673 | 2024-04-30T20:08:14.864Z | Compiling async-trait v0.1.80 |
| 1674 | 2024-04-30T20:08:15.805Z | Compiling hashbrown v0.14.3 |
| 1675 | 2024-04-30T20:08:15.845Z | Checking pin-utils v0.1.0 |
| 1676 | 2024-04-30T20:08:15.862Z | Checking futures-channel v0.3.30 |
| 1677 | 2024-04-30T20:08:16.685Z | Checking futures-io v0.3.30 |
| 1678 | 2024-04-30T20:08:16.703Z | Compiling tinyvec_macros v0.1.1 |
| 1679 | 2024-04-30T20:08:16.788Z | Checking futures-task v0.3.30 |
| 1680 | 2024-04-30T20:08:17.026Z | Compiling pest_meta v2.7.6 |
| 1681 | 2024-04-30T20:08:17.139Z | Checking futures-util v0.3.30 |
| 1682 | 2024-04-30T20:08:17.139Z | Compiling tinyvec v1.6.0 |
| 1683 | 2024-04-30T20:08:17.243Z | Compiling scroll_derive v0.12.0 |
| 1684 | 2024-04-30T20:08:17.519Z | Compiling thread-id v4.2.0 |
| 1685 | 2024-04-30T20:08:17.629Z | Compiling der_derive v0.7.2 |
| 1686 | 2024-04-30T20:08:19.367Z | Compiling pest_generator v2.7.6 |
| 1687 | 2024-04-30T20:08:19.407Z | Compiling unicode-normalization v0.1.22 |
| 1688 | 2024-04-30T20:08:19.957Z | Compiling unicode-bidi v0.3.15 |
| 1689 | 2024-04-30T20:08:20.503Z | Compiling errno v0.3.8 |
| 1690 | 2024-04-30T20:08:20.531Z | Compiling crc32fast v1.3.2 |
| 1691 | 2024-04-30T20:08:20.722Z | Compiling either v1.11.0 |
| 1692 | 2024-04-30T20:08:21.036Z | Checking subtle v2.5.0 |
| 1693 | 2024-04-30T20:08:21.131Z | Compiling unicode-width v0.1.11 |
| 1694 | 2024-04-30T20:08:21.736Z | Compiling winnow v0.5.15 |
| 1695 | 2024-04-30T20:08:21.922Z | Compiling pest_derive v2.7.6 |
| 1696 | 2024-04-30T20:08:22.122Z | Compiling synstructure v0.12.6 |
| 1697 | 2024-04-30T20:08:22.811Z | Compiling spin v0.9.8 |
| 1698 | 2024-04-30T20:08:23.190Z | Compiling tracing-core v0.1.32 |
| 1699 | 2024-04-30T20:08:23.576Z | Compiling scroll v0.12.0 |
| 1700 | 2024-04-30T20:08:23.849Z | Compiling zerocopy-derive v0.2.0 |
| 1701 | 2024-04-30T20:08:23.919Z | Compiling tracing v0.1.40 |
| 1702 | 2024-04-30T20:08:24.102Z | Compiling usdt-impl v0.5.0 |
| 1703 | 2024-04-30T20:08:24.410Z | Compiling percent-encoding v2.3.1 |
| 1704 | 2024-04-30T20:08:24.495Z | Checking bytes v1.6.0 |
| 1705 | 2024-04-30T20:08:24.582Z | Checking bitflags v2.4.2 |
| 1706 | 2024-04-30T20:08:24.749Z | Compiling plain v0.2.3 |
| 1707 | 2024-04-30T20:08:24.846Z | Compiling const-oid v0.9.6 |
| 1708 | 2024-04-30T20:08:25.217Z | Compiling goblin v0.8.0 |
| 1709 | 2024-04-30T20:08:25.234Z | Checking tokio v1.37.0 |
| 1710 | 2024-04-30T20:08:25.367Z | Compiling pretty-hex v0.4.1 |
| 1711 | 2024-04-30T20:08:25.795Z | Compiling indexmap v2.2.6 |
| 1712 | 2024-04-30T20:08:26.637Z | Compiling uuid v1.8.0 |
| 1713 | 2024-04-30T20:08:26.874Z | Compiling chrono v0.4.38 |
| 1714 | 2024-04-30T20:08:27.039Z | Compiling semver v1.0.22 |
| 1715 | 2024-04-30T20:08:27.201Z | Compiling http v0.2.12 |
| 1716 | 2024-04-30T20:08:27.808Z | Compiling serde_spanned v0.6.5 |
| 1717 | 2024-04-30T20:08:28.024Z | Compiling toml_datetime v0.6.5 |
| 1718 | 2024-04-30T20:08:28.053Z | Compiling rustc_version v0.4.0 |
| 1719 | 2024-04-30T20:08:28.659Z | Compiling toml_edit v0.19.15 |
| 1720 | 2024-04-30T20:08:28.804Z | Compiling openapiv3 v2.0.0 |
| 1721 | 2024-04-30T20:08:30.564Z | Compiling clap_derive v4.5.4 |
| 1722 | 2024-04-30T20:08:31.955Z | Compiling dof v0.3.0 |
| 1723 | 2024-04-30T20:08:33.125Z | Compiling dtrace-parser v0.2.0 |
| 1724 | 2024-04-30T20:08:33.405Z | Compiling signal-hook v0.3.17 |
| 1725 | 2024-04-30T20:08:33.493Z | Compiling foreign-types-shared v0.1.1 |
| 1726 | 2024-04-30T20:08:33.605Z | Compiling powerfmt v0.2.0 |
| 1727 | 2024-04-30T20:08:33.684Z | Compiling untrusted v0.7.1 |
| 1728 | 2024-04-30T20:08:33.855Z | Compiling untrusted v0.9.0 |
| 1729 | 2024-04-30T20:08:34.023Z | Compiling deranged v0.3.11 |
| 1730 | 2024-04-30T20:08:35.279Z | Compiling foreign-types v0.3.2 |
| 1731 | 2024-04-30T20:08:35.377Z | Compiling form_urlencoded v1.2.1 |
| 1732 | 2024-04-30T20:08:35.686Z | Compiling crypto-common v0.1.6 |
| 1733 | 2024-04-30T20:08:35.754Z | Compiling zerocopy-derive v0.6.6 |
| 1734 | 2024-04-30T20:08:35.893Z | Compiling usdt-impl v0.3.5 |
| 1735 | 2024-04-30T20:08:36.229Z | Compiling tokio-util v0.7.10 |
| 1736 | 2024-04-30T20:08:36.511Z | Compiling try-lock v0.2.4 |
| 1737 | 2024-04-30T20:08:36.643Z | Compiling siphasher v0.3.11 |
| 1738 | 2024-04-30T20:08:36.660Z | Compiling base64 v0.21.7 |
| 1739 | 2024-04-30T20:08:37.021Z | Compiling num_threads v0.1.6 |
| 1740 | 2024-04-30T20:08:37.189Z | Compiling time v0.3.34 |
| 1741 | 2024-04-30T20:08:37.410Z | Compiling h2 v0.3.26 |
| 1742 | 2024-04-30T20:08:37.794Z | Compiling want v0.3.1 |
| 1743 | 2024-04-30T20:08:37.808Z | Compiling sct v0.7.0 |
| 1744 | 2024-04-30T20:08:37.953Z | Compiling rustls-webpki v0.101.7 |
| 1745 | 2024-04-30T20:08:38.071Z | Compiling http-body v0.4.5 |
| 1746 | 2024-04-30T20:08:38.086Z | Compiling zerocopy v0.3.0 |
| 1747 | 2024-04-30T20:08:38.452Z | Compiling block-buffer v0.10.4 |
| 1748 | 2024-04-30T20:08:38.659Z | Compiling idna v0.5.0 |
| 1749 | 2024-04-30T20:08:38.708Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1750 | 2024-04-30T20:08:39.163Z | Compiling httpdate v1.0.3 |
| 1751 | 2024-04-30T20:08:39.570Z | Compiling openssl-probe v0.1.5 |
| 1752 | 2024-04-30T20:08:39.615Z | Compiling tower-service v0.3.2 |
| 1753 | 2024-04-30T20:08:39.865Z | Compiling url v2.5.0 |
| 1754 | 2024-04-30T20:08:40.204Z | Compiling dof v0.1.5 |
| 1755 | 2024-04-30T20:08:40.934Z | Compiling digest v0.10.7 |
| 1756 | 2024-04-30T20:08:41.089Z | Compiling heapless v0.7.16 |
| 1757 | 2024-04-30T20:08:41.534Z | Compiling dtrace-parser v0.1.14 |
| 1758 | 2024-04-30T20:08:41.576Z | Compiling idna v0.3.0 |
| 1759 | 2024-04-30T20:08:41.688Z | Compiling lazy_static v1.4.0 |
| 1760 | 2024-04-30T20:08:42.457Z | Compiling adler v1.0.2 |
| 1761 | 2024-04-30T20:08:42.668Z | Compiling psl-types v2.0.11 |
| 1762 | 2024-04-30T20:08:43.166Z | Checking equivalent v1.0.1 |
| 1763 | 2024-04-30T20:08:43.272Z | Compiling ppv-lite86 v0.2.17 |
| 1764 | 2024-04-30T20:08:43.495Z | Compiling tokio-native-tls v0.3.1 |
| 1765 | 2024-04-30T20:08:43.648Z | Compiling publicsuffix v2.2.3 |
| 1766 | 2024-04-30T20:08:43.767Z | Compiling miniz_oxide v0.7.1 |
| 1767 | 2024-04-30T20:08:43.897Z | Compiling hyper v0.14.28 |
| 1768 | 2024-04-30T20:08:44.021Z | Compiling rand_chacha v0.3.1 |
| 1769 | 2024-04-30T20:08:44.534Z | Compiling crossbeam-epoch v0.9.18 |
| 1770 | 2024-04-30T20:08:45.267Z | Compiling tokio-rustls v0.24.1 |
| 1771 | 2024-04-30T20:08:45.674Z | Compiling serde_tokenstream v0.1.7 |
| 1772 | 2024-04-30T20:08:45.831Z | Compiling ipnet v2.9.0 |
| 1773 | 2024-04-30T20:08:45.849Z | Compiling bit-vec v0.6.3 |
| 1774 | 2024-04-30T20:08:46.190Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1775 | 2024-04-30T20:08:46.260Z | Compiling cookie_store v0.20.0 |
| 1776 | 2024-04-30T20:08:46.281Z | Compiling rand v0.8.5 |
| 1777 | 2024-04-30T20:08:47.055Z | Compiling rustls-pemfile v1.0.3 |
| 1778 | 2024-04-30T20:08:47.082Z | Compiling phf_shared v0.10.0 |
| 1779 | 2024-04-30T20:08:47.393Z | Compiling serde_urlencoded v0.7.1 |
| 1780 | 2024-04-30T20:08:47.546Z | Compiling encoding_rs v0.8.33 |
| 1781 | 2024-04-30T20:08:47.724Z | Compiling num-bigint v0.4.4 |
| 1782 | 2024-04-30T20:08:47.746Z | Compiling mime v0.3.17 |
| 1783 | 2024-04-30T20:08:48.248Z | Compiling sync_wrapper v0.1.2 |
| 1784 | 2024-04-30T20:08:48.248Z | Compiling base64ct v1.6.0 |
| 1785 | 2024-04-30T20:08:48.248Z | Compiling smoltcp v0.9.1 |
| 1786 | 2024-04-30T20:08:48.248Z | Compiling new_debug_unreachable v1.0.4 |
| 1787 | 2024-04-30T20:08:48.296Z | Compiling fixedbitset v0.4.2 |
| 1788 | 2024-04-30T20:08:48.312Z | Compiling precomputed-hash v0.1.1 |
| 1789 | 2024-04-30T20:08:48.423Z | Compiling minimal-lexical v0.2.1 |
| 1790 | 2024-04-30T20:08:48.554Z | Compiling webpki-roots v0.25.2 |
| 1791 | 2024-04-30T20:08:48.579Z | Compiling gimli v0.28.0 |
| 1792 | 2024-04-30T20:08:48.718Z | Compiling petgraph v0.6.4 |
| 1793 | 2024-04-30T20:08:48.846Z | Compiling nom v7.1.3 |
| 1794 | 2024-04-30T20:08:48.932Z | Compiling pem-rfc7468 v0.7.0 |
| 1795 | 2024-04-30T20:08:49.081Z | Compiling string_cache v0.8.7 |
| 1796 | 2024-04-30T20:08:50.179Z | Compiling usdt-attr-macro v0.3.5 |
| 1797 | 2024-04-30T20:08:50.209Z | Compiling usdt-macro v0.3.5 |
| 1798 | 2024-04-30T20:08:50.209Z | Compiling bit-set v0.5.3 |
| 1799 | 2024-04-30T20:08:50.269Z | Compiling hmac v0.12.1 |
| 1800 | 2024-04-30T20:08:50.506Z | Compiling hyper-rustls v0.24.2 |
| 1801 | 2024-04-30T20:08:50.833Z | Compiling hyper-tls v0.5.0 |
| 1802 | 2024-04-30T20:08:51.190Z | Compiling reqwest v0.11.24 |
| 1803 | 2024-04-30T20:08:51.242Z | Compiling itertools v0.10.5 |
| 1804 | 2024-04-30T20:08:51.538Z | Compiling enum-as-inner v0.5.1 |
| 1805 | 2024-04-30T20:08:51.979Z | Compiling hubpack_derive v0.1.1 |
| 1806 | 2024-04-30T20:08:52.325Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1807 | 2024-04-30T20:08:52.478Z | Compiling object v0.32.1 |
| 1808 | 2024-04-30T20:08:52.642Z | Compiling addr2line v0.21.0 |
| 1809 | 2024-04-30T20:08:52.900Z | Compiling rustc-demangle v0.1.23 |
| 1810 | 2024-04-30T20:08:53.262Z | Compiling unicode-segmentation v1.10.1 |
| 1811 | 2024-04-30T20:08:53.288Z | Compiling flagset v0.4.3 |
| 1812 | 2024-04-30T20:08:53.388Z | Compiling lalrpop-util v0.19.12 |
| 1813 | 2024-04-30T20:08:53.621Z | Compiling toml_edit v0.22.12 |
| 1814 | 2024-04-30T20:08:53.680Z | Compiling der v0.7.8 |
| 1815 | 2024-04-30T20:08:53.983Z | Compiling diesel_derives v2.1.2 |
| 1816 | 2024-04-30T20:08:54.037Z | Compiling flate2 v1.0.28 |
| 1817 | 2024-04-30T20:08:54.073Z | Compiling futures-executor v0.3.30 |
| 1818 | 2024-04-30T20:08:54.364Z | Compiling cpufeatures v0.2.12 |
| 1819 | 2024-04-30T20:08:54.655Z | Compiling sha2 v0.10.8 |
| 1820 | 2024-04-30T20:08:54.942Z | Compiling futures v0.3.30 |
| 1821 | 2024-04-30T20:08:56.246Z | Compiling spki v0.7.2 |
| 1822 | 2024-04-30T20:08:56.634Z | Compiling md-5 v0.10.5 |
| 1823 | 2024-04-30T20:08:56.871Z | Compiling toml v0.7.8 |
| 1824 | 2024-04-30T20:08:56.985Z | Compiling hex v0.4.3 |
| 1825 | 2024-04-30T20:08:57.487Z | Compiling stringprep v0.1.3 |
| 1826 | 2024-04-30T20:08:57.566Z | Compiling strum_macros v0.25.2 |
| 1827 | 2024-04-30T20:08:58.916Z | Compiling serde_repr v0.1.16 |
| 1828 | 2024-04-30T20:08:59.003Z | Compiling num-integer v0.1.46 |
| 1829 | 2024-04-30T20:09:01.528Z | Compiling hash32 v0.2.1 |
| 1830 | 2024-04-30T20:09:01.651Z | Compiling stable_deref_trait v1.2.0 |
| 1831 | 2024-04-30T20:09:01.652Z | Compiling fallible-iterator v0.2.0 |
| 1832 | 2024-04-30T20:09:01.652Z | Checking unicode-ident v1.0.12 |
| 1833 | 2024-04-30T20:09:01.652Z | Compiling postgres-protocol v0.6.6 |
| 1834 | 2024-04-30T20:09:01.652Z | Compiling pkcs8 v0.10.2 |
| 1835 | 2024-04-30T20:09:01.740Z | Compiling phf_shared v0.11.2 |
| 1836 | 2024-04-30T20:09:01.854Z | Compiling terminal_size v0.3.0 |
| 1837 | 2024-04-30T20:09:01.866Z | Compiling ff v0.13.0 |
| 1838 | 2024-04-30T20:09:02.015Z | Compiling block-padding v0.3.3 |
| 1839 | 2024-04-30T20:09:02.069Z | Compiling scheduled-thread-pool v0.2.7 |
| 1840 | 2024-04-30T20:09:02.229Z | Compiling regex-automata v0.1.10 |
| 1841 | 2024-04-30T20:09:02.249Z | Compiling bitflags v1.3.2 |
| 1842 | 2024-04-30T20:09:02.348Z | Compiling matches v0.1.10 |
| 1843 | 2024-04-30T20:09:02.443Z | Compiling base16ct v0.2.0 |
| 1844 | 2024-04-30T20:09:02.460Z | Compiling managed v0.8.0 |
| 1845 | 2024-04-30T20:09:02.669Z | Compiling peg-runtime v0.8.2 |
| 1846 | 2024-04-30T20:09:02.728Z | Compiling clap_builder v4.5.2 |
| 1847 | 2024-04-30T20:09:02.751Z | Compiling bstr v0.2.17 |
| 1848 | 2024-04-30T20:09:02.825Z | Compiling sec1 v0.7.3 |
| 1849 | 2024-04-30T20:09:03.305Z | Compiling idna v0.2.3 |
| 1850 | 2024-04-30T20:09:03.396Z | Compiling r2d2 v0.8.10 |
| 1851 | 2024-04-30T20:09:04.114Z | Compiling signal-hook-mio v0.2.3 |
| 1852 | 2024-04-30T20:09:04.134Z | Compiling inout v0.1.3 |
| 1853 | 2024-04-30T20:09:04.257Z | Compiling group v0.13.0 |
| 1854 | 2024-04-30T20:09:04.397Z | Compiling phf v0.11.2 |
| 1855 | 2024-04-30T20:09:04.579Z | Compiling bzip2 v0.4.4 |
| 1856 | 2024-04-30T20:09:05.116Z | Compiling postgres-types v0.2.6 |
| 1857 | 2024-04-30T20:09:05.124Z | Compiling hubpack v0.1.2 |
| 1858 | 2024-04-30T20:09:05.124Z | Compiling hkdf v0.12.4 |
| 1859 | 2024-04-30T20:09:05.425Z | Compiling zerocopy v0.6.6 |
| 1860 | 2024-04-30T20:09:05.532Z | Compiling ipnetwork v0.20.0 |
| 1861 | 2024-04-30T20:09:06.185Z | Compiling crypto-bigint v0.5.2 |
| 1862 | 2024-04-30T20:09:06.271Z | Compiling float-cmp v0.9.0 |
| 1863 | 2024-04-30T20:09:06.501Z | Compiling normalize-line-endings v0.3.0 |
| 1864 | 2024-04-30T20:09:06.600Z | Compiling static_assertions v1.1.0 |
| 1865 | 2024-04-30T20:09:06.872Z | Compiling difflib v0.4.0 |
| 1866 | 2024-04-30T20:09:06.872Z | Compiling whoami v1.5.1 |
| 1867 | 2024-04-30T20:09:06.872Z | Compiling data-encoding v2.4.0 |
| 1868 | 2024-04-30T20:09:07.335Z | Compiling predicates-core v1.0.6 |
| 1869 | 2024-04-30T20:09:07.685Z | Compiling predicates v3.1.0 |
| 1870 | 2024-04-30T20:09:08.191Z | Compiling elliptic-curve v0.13.8 |
| 1871 | 2024-04-30T20:09:08.214Z | Compiling yasna v0.5.2 |
| 1872 | 2024-04-30T20:09:08.949Z | Compiling trust-dns-proto v0.22.0 |
| 1873 | 2024-04-30T20:09:09.048Z | Compiling tokio-postgres v0.7.10 |
| 1874 | 2024-04-30T20:09:09.448Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1875 | 2024-04-30T20:09:10.046Z | Compiling diesel v2.1.6 |
| 1876 | 2024-04-30T20:09:10.075Z | Compiling clap v4.5.4 |
| 1877 | 2024-04-30T20:09:10.184Z | Compiling zip v0.6.6 |
| 1878 | 2024-04-30T20:09:11.866Z | Compiling cipher v0.4.4 |
| 1879 | 2024-04-30T20:09:11.895Z | Compiling crossterm v0.27.0 |
| 1880 | 2024-04-30T20:09:11.953Z | Compiling similar v2.4.0 |
| 1881 | 2024-04-30T20:09:12.636Z | Checking proc-macro2 v1.0.81 |
| 1882 | 2024-04-30T20:09:12.895Z | Compiling num-iter v0.1.44 |
| 1883 | 2024-04-30T20:09:13.075Z | Compiling usdt v0.3.5 |
| 1884 | 2024-04-30T20:09:13.349Z | Compiling console v0.15.8 |
| 1885 | 2024-04-30T20:09:14.049Z | Compiling tokio-stream v0.1.15 |
| 1886 | 2024-04-30T20:09:14.414Z | Compiling bstr v1.9.0 |
| 1887 | 2024-04-30T20:09:14.809Z | Compiling base64 v0.22.0 |
| 1888 | 2024-04-30T20:09:14.964Z | Checking quote v1.0.36 |
| 1889 | 2024-04-30T20:09:19.639Z | Checking utf8parse v0.2.1 |
| 1890 | 2024-04-30T20:09:23.166Z | Checking anstyle v1.0.6 |
| 1891 | 2024-04-30T20:09:24.511Z | Checking anstyle-parse v0.2.1 |
| 1892 | 2024-04-30T20:09:24.680Z | Checking anstyle-query v1.0.0 |
| 1893 | 2024-04-30T20:09:24.756Z | Checking colorchoice v1.0.0 |
| 1894 | 2024-04-30T20:09:24.866Z | Checking anstream v0.6.11 |
| 1895 | 2024-04-30T20:09:25.027Z | Checking strsim v0.11.0 |
| 1896 | 2024-04-30T20:09:25.195Z | Checking clap_lex v0.7.0 |
| 1897 | 2024-04-30T20:09:27.757Z | Compiling serde_tokenstream v0.2.0 |
| 1898 | 2024-04-30T20:09:29.565Z | Checking winnow v0.6.1 |
| 1899 | 2024-04-30T20:09:37.837Z | Compiling regress v0.9.1 |
| 1900 | 2024-04-30T20:09:38.165Z | Compiling getopts v0.2.21 |
| 1901 | 2024-04-30T20:09:38.775Z | Compiling unsafe-libyaml v0.2.10 |
| 1902 | 2024-04-30T20:09:39.310Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1903 | 2024-04-30T20:09:39.801Z | Checking is-terminal v0.4.9 |
| 1904 | 2024-04-30T20:09:40.334Z | Checking camino v1.1.6 |
| 1905 | 2024-04-30T20:09:40.355Z | Compiling serde_yaml v0.9.25 |
| 1906 | 2024-04-30T20:09:40.420Z | Compiling strsim v0.10.0 |
| 1907 | 2024-04-30T20:09:40.447Z | Compiling ident_case v1.0.1 |
| 1908 | 2024-04-30T20:09:40.603Z | Checking sha1 v0.10.6 |
| 1909 | 2024-04-30T20:09:40.623Z | Checking http v1.0.0 |
| 1910 | 2024-04-30T20:09:40.888Z | Compiling darling_core v0.20.8 |
| 1911 | 2024-04-30T20:09:41.202Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1912 | 2024-04-30T20:09:41.912Z | Compiling paste v1.0.14 |
| 1913 | 2024-04-30T20:09:42.473Z | Compiling strum_macros v0.26.1 |
| 1914 | 2024-04-30T20:09:42.636Z | Checking rustls-pki-types v1.3.0 |
| 1915 | 2024-04-30T20:09:43.005Z | Checking fastrand v2.0.1 |
| 1916 | 2024-04-30T20:09:43.325Z | Checking match_cfg v0.1.0 |
| 1917 | 2024-04-30T20:09:43.418Z | Checking hostname v0.3.1 |
| 1918 | 2024-04-30T20:09:43.548Z | Checking tempfile v3.10.1 |
| 1919 | 2024-04-30T20:09:44.104Z | Checking dirs-sys-next v0.1.2 |
| 1920 | 2024-04-30T20:09:44.147Z | Checking quick-error v1.2.3 |
| 1921 | 2024-04-30T20:09:44.927Z | Checking dirs-next v2.0.0 |
| 1922 | 2024-04-30T20:09:44.927Z | Checking crossbeam-channel v0.5.8 |
| 1923 | 2024-04-30T20:09:44.927Z | Checking thread_local v1.1.7 |
| 1924 | 2024-04-30T20:09:44.927Z | Compiling rustls v0.22.4 |
| 1925 | 2024-04-30T20:09:45.007Z | Compiling slog-async v2.8.0 |
| 1926 | 2024-04-30T20:09:45.027Z | Checking term v0.7.0 |
| 1927 | 2024-04-30T20:09:45.135Z | Checking rustls-webpki v0.102.1 |
| 1928 | 2024-04-30T20:09:45.428Z | Checking instant v0.1.12 |
| 1929 | 2024-04-30T20:09:45.543Z | Checking take_mut v0.2.2 |
| 1930 | 2024-04-30T20:09:45.560Z | Checking slog-term v2.9.1 |
| 1931 | 2024-04-30T20:09:45.962Z | Checking rustls-pemfile v2.1.2 |
| 1932 | 2024-04-30T20:09:46.014Z | Compiling multer v3.0.0 |
| 1933 | 2024-04-30T20:09:46.187Z | Checking debug-ignore v1.0.5 |
| 1934 | 2024-04-30T20:09:46.320Z | Checking toml v0.8.12 |
| 1935 | 2024-04-30T20:09:46.389Z | Checking slog-json v2.6.1 |
| 1936 | 2024-04-30T20:09:46.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1937 | 2024-04-30T20:09:46.632Z | Compiling async-stream-impl v0.3.5 |
| 1938 | 2024-04-30T20:09:46.977Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1939 | 2024-04-30T20:09:47.004Z | Checking atomic-waker v1.1.1 |
| 1940 | 2024-04-30T20:09:47.133Z | Checking waitgroup v0.1.2 |
| 1941 | 2024-04-30T20:09:47.286Z | Checking slog-bunyan v2.5.0 |
| 1942 | 2024-04-30T20:09:47.452Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1943 | 2024-04-30T20:09:47.740Z | Checking serde_path_to_error v0.1.16 |
| 1944 | 2024-04-30T20:09:47.745Z | Checking strum v0.26.2 |
| 1945 | 2024-04-30T20:09:47.900Z | Compiling darling_macro v0.20.8 |
| 1946 | 2024-04-30T20:09:47.913Z | Checking newtype-uuid v1.1.0 |
| 1947 | 2024-04-30T20:09:48.131Z | Checking async-stream v0.3.5 |
| 1948 | 2024-04-30T20:09:48.153Z | Checking wait-timeout v0.2.0 |
| 1949 | 2024-04-30T20:09:48.300Z | Compiling structmeta-derive v0.3.0 |
| 1950 | 2024-04-30T20:09:48.316Z | Compiling structmeta-derive v0.2.0 |
| 1951 | 2024-04-30T20:09:48.334Z | Checking rusty-fork v0.3.0 |
| 1952 | 2024-04-30T20:09:48.613Z | Checking rand_xorshift v0.3.0 |
| 1953 | 2024-04-30T20:09:48.801Z | Checking unarray v0.1.4 |
| 1954 | 2024-04-30T20:09:48.941Z | Checking proptest v1.4.0 |
| 1955 | 2024-04-30T20:09:48.950Z | Compiling darling v0.20.8 |
| 1956 | 2024-04-30T20:09:49.066Z | Compiling serde_with_macros v3.7.0 |
| 1957 | 2024-04-30T20:09:49.343Z | Checking tokio-rustls v0.25.0 |
| 1958 | 2024-04-30T20:09:49.609Z | Checking backoff v0.4.0 |
| 1959 | 2024-04-30T20:09:49.893Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1960 | 2024-04-30T20:09:50.685Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1961 | 2024-04-30T20:09:50.818Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1962 | 2024-04-30T20:09:51.073Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1963 | 2024-04-30T20:09:51.318Z | Compiling structmeta v0.3.0 |
| 1964 | 2024-04-30T20:09:51.405Z | Compiling structmeta v0.2.0 |
| 1965 | 2024-04-30T20:09:51.752Z | Compiling parse-display-derive v0.9.0 |
| 1966 | 2024-04-30T20:09:51.848Z | Compiling test-strategy v0.3.1 |
| 1967 | 2024-04-30T20:09:51.877Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1968 | 2024-04-30T20:09:52.024Z | Checking macaddr v1.0.1 |
| 1969 | 2024-04-30T20:09:52.279Z | Checking serde_with v3.7.0 |
| 1970 | 2024-04-30T20:09:52.381Z | Compiling proc-macro-error-attr v1.0.4 |
| 1971 | 2024-04-30T20:09:52.744Z | Compiling proc-macro-error v1.0.4 |
| 1972 | 2024-04-30T20:09:53.282Z | Compiling proc-macro-crate v1.3.1 |
| 1973 | 2024-04-30T20:09:53.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1974 | 2024-04-30T20:09:54.086Z | Checking camino-tempfile v1.1.1 |
| 1975 | 2024-04-30T20:09:54.089Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1976 | 2024-04-30T20:09:54.255Z | Compiling foreign-types-macros v0.2.3 |
| 1977 | 2024-04-30T20:09:54.358Z | Compiling num_enum_derive v0.5.11 |
| 1978 | 2024-04-30T20:09:54.755Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1979 | 2024-04-30T20:09:55.042Z | Checking foreign-types-shared v0.3.1 |
| 1980 | 2024-04-30T20:09:55.476Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1981 | 2024-04-30T20:09:55.573Z | Checking cstr-argument v0.1.2 |
| 1982 | 2024-04-30T20:09:55.591Z | Checking foreign-types v0.5.0 |
| 1983 | 2024-04-30T20:09:55.699Z | Checking pretty-hex v0.2.1 |
| 1984 | 2024-04-30T20:09:55.734Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1985 | 2024-04-30T20:09:55.838Z | Checking tabwriter v1.4.0 |
| 1986 | 2024-04-30T20:09:55.857Z | Checking colored v2.1.0 |
| 1987 | 2024-04-30T20:09:56.039Z | Checking socket2 v0.4.9 |
| 1988 | 2024-04-30T20:09:56.059Z | Checking smf v0.2.3 |
| 1989 | 2024-04-30T20:09:56.137Z | Checking humantime v2.1.0 |
| 1990 | 2024-04-30T20:09:56.420Z | Checking termcolor v1.2.0 |
| 1991 | 2024-04-30T20:09:56.433Z | Checking arc-swap v1.6.0 |
| 1992 | 2024-04-30T20:09:56.469Z | Compiling usdt-attr-macro v0.5.0 |
| 1993 | 2024-04-30T20:09:56.484Z | Compiling usdt-macro v0.5.0 |
| 1994 | 2024-04-30T20:09:56.525Z | Checking parse-display v0.9.0 |
| 1995 | 2024-04-30T20:09:56.732Z | Checking memmap v0.7.0 |
| 1996 | 2024-04-30T20:09:56.775Z | Checking utf-8 v0.7.6 |
| 1997 | 2024-04-30T20:09:56.853Z | Checking slog-scope v4.4.0 |
| 1998 | 2024-04-30T20:09:56.937Z | Checking xattr v1.0.1 |
| 1999 | 2024-04-30T20:09:56.961Z | Checking filetime v0.2.23 |
| 2000 | 2024-04-30T20:09:57.030Z | Checking slog-stdlog v4.1.1 |
| 2001 | 2024-04-30T20:09:57.100Z | Checking same-file v1.0.6 |
| 2002 | 2024-04-30T20:09:57.116Z | Checking num_enum v0.5.11 |
| 2003 | 2024-04-30T20:09:57.176Z | Checking tar v0.4.40 |
| 2004 | 2024-04-30T20:09:57.227Z | Checking slog-envlogger v2.2.0 |
| 2005 | 2024-04-30T20:09:57.291Z | Checking walkdir v2.5.0 |
| 2006 | 2024-04-30T20:09:57.321Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2007 | 2024-04-30T20:09:57.442Z | Checking tungstenite v0.20.1 |
| 2008 | 2024-04-30T20:09:57.543Z | Checking newline-converter v0.3.0 |
| 2009 | 2024-04-30T20:09:57.583Z | Checking termtree v0.4.1 |
| 2010 | 2024-04-30T20:09:58.524Z | Checking expectorate v1.1.0 |
| 2011 | 2024-04-30T20:09:58.539Z | Compiling heapless v0.8.0 |
| 2012 | 2024-04-30T20:09:58.539Z | Checking predicates-tree v1.0.9 |
| 2013 | 2024-04-30T20:09:58.539Z | Checking hash32 v0.3.1 |
| 2014 | 2024-04-30T20:09:58.539Z | Compiling smoltcp v0.11.0 |
| 2015 | 2024-04-30T20:09:58.539Z | Checking cobs v0.2.3 |
| 2016 | 2024-04-30T20:09:58.539Z | Compiling crucible-workspace-hack v0.1.0 |
| 2017 | 2024-04-30T20:09:58.539Z | Checking usdt v0.5.0 |
| 2018 | 2024-04-30T20:09:58.539Z | Checking embedded-io v0.4.0 |
| 2019 | 2024-04-30T20:09:58.539Z | Checking tokio-tungstenite v0.20.1 |
| 2020 | 2024-04-30T20:09:58.539Z | Checking postcard v1.0.8 |
| 2021 | 2024-04-30T20:09:58.540Z | Checking atty v0.2.14 |
| 2022 | 2024-04-30T20:09:58.540Z | Checking sigpipe v0.1.3 |
| 2023 | 2024-04-30T20:09:58.540Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2024 | 2024-04-30T20:09:58.540Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2025 | 2024-04-30T20:09:58.678Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2026 | 2024-04-30T20:09:58.693Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2027 | 2024-04-30T20:09:58.721Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2028 | 2024-04-30T20:09:58.808Z | Checking pem v3.0.4 |
| 2029 | 2024-04-30T20:09:58.982Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2030 | 2024-04-30T20:09:59.054Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2031 | 2024-04-30T20:09:59.190Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2032 | 2024-04-30T20:09:59.315Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2033 | 2024-04-30T20:09:59.540Z | Compiling mockall_derive v0.12.1 |
| 2034 | 2024-04-30T20:09:59.560Z | Compiling num-derive v0.4.0 |
| 2035 | 2024-04-30T20:09:59.749Z | Checking downcast v0.11.0 |
| 2036 | 2024-04-30T20:09:59.950Z | Checking fragile v2.0.0 |
| 2037 | 2024-04-30T20:10:00.191Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2038 | 2024-04-30T20:10:00.430Z | Checking env_logger v0.9.3 |
| 2039 | 2024-04-30T20:10:00.531Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2040 | 2024-04-30T20:10:00.693Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2041 | 2024-04-30T20:10:00.846Z | Compiling bitstruct_derive v0.1.0 |
| 2042 | 2024-04-30T20:10:01.341Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2043 | 2024-04-30T20:10:01.362Z | Checking ascii v1.1.0 |
| 2044 | 2024-04-30T20:10:01.362Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2045 | 2024-04-30T20:10:01.419Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2046 | 2024-04-30T20:10:01.555Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2047 | 2024-04-30T20:10:01.654Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2048 | 2024-04-30T20:10:01.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2049 | 2024-04-30T20:10:01.921Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2050 | 2024-04-30T20:10:02.615Z | Checking serde_arrays v0.1.0 |
| 2051 | 2024-04-30T20:10:02.627Z | Checking bitstruct v0.1.1 |
| 2052 | 2024-04-30T20:10:02.627Z | Checking erased-serde v0.3.31 |
| 2053 | 2024-04-30T20:10:02.627Z | Compiling heck v0.3.3 |
| 2054 | 2024-04-30T20:10:02.627Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 2055 | 2024-04-30T20:10:02.627Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2056 | 2024-04-30T20:10:02.628Z | Checking tungstenite v0.21.0 |
| 2057 | 2024-04-30T20:10:02.680Z | Checking base64 v0.13.1 |
| 2058 | 2024-04-30T20:10:02.768Z | Compiling zone_cfg_derive v0.1.2 |
| 2059 | 2024-04-30T20:10:03.086Z | Checking ron v0.7.1 |
| 2060 | 2024-04-30T20:10:03.269Z | Checking tokio-tungstenite v0.21.0 |
| 2061 | 2024-04-30T20:10:03.407Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2062 | 2024-04-30T20:10:03.768Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2063 | 2024-04-30T20:10:04.195Z | Checking headers-core v0.2.0 |
| 2064 | 2024-04-30T20:10:04.251Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2065 | 2024-04-30T20:10:04.319Z | Checking zone v0.1.8 |
| 2066 | 2024-04-30T20:10:04.389Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2067 | 2024-04-30T20:10:04.607Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2068 | 2024-04-30T20:10:04.890Z | Checking portpicker v0.1.1 |
| 2069 | 2024-04-30T20:10:04.911Z | Checking headers v0.3.9 |
| 2070 | 2024-04-30T20:10:05.015Z | Checking rcgen v0.12.1 |
| 2071 | 2024-04-30T20:10:05.125Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2072 | 2024-04-30T20:10:05.261Z | Checking atomicwrites v0.4.3 |
| 2073 | 2024-04-30T20:10:05.409Z | Checking subprocess v0.2.9 |
| 2074 | 2024-04-30T20:10:05.458Z | Checking linked-hash-map v0.5.6 |
| 2075 | 2024-04-30T20:10:05.615Z | Checking password-hash v0.5.0 |
| 2076 | 2024-04-30T20:10:05.780Z | Checking lru-cache v0.1.2 |
| 2077 | 2024-04-30T20:10:05.911Z | Checking blake2 v0.10.6 |
| 2078 | 2024-04-30T20:10:05.941Z | Checking swrite v0.1.0 |
| 2079 | 2024-04-30T20:10:05.958Z | Checking itertools v0.12.1 |
| 2080 | 2024-04-30T20:10:06.050Z | Compiling derive-where v1.2.7 |
| 2081 | 2024-04-30T20:10:06.062Z | Checking resolv-conf v0.7.0 |
| 2082 | 2024-04-30T20:10:06.169Z | Compiling rayon-core v1.12.1 |
| 2083 | 2024-04-30T20:10:06.328Z | Checking argon2 v0.5.3 |
| 2084 | 2024-04-30T20:10:06.387Z | Checking trust-dns-resolver v0.22.0 |
| 2085 | 2024-04-30T20:10:06.490Z | Checking half v2.3.1 |
| 2086 | 2024-04-30T20:10:06.964Z | Checking ciborium-io v0.2.2 |
| 2087 | 2024-04-30T20:10:06.975Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2088 | 2024-04-30T20:10:07.078Z | Compiling cancel-safe-futures v0.1.5 |
| 2089 | 2024-04-30T20:10:07.331Z | Checking ciborium-ll v0.2.2 |
| 2090 | 2024-04-30T20:10:07.604Z | Checking ciborium v0.2.2 |
| 2091 | 2024-04-30T20:10:07.816Z | Checking bytecount v0.6.3 |
| 2092 | 2024-04-30T20:10:07.875Z | Checking mockall v0.12.1 |
| 2093 | 2024-04-30T20:10:07.926Z | Compiling tabled_derive v0.7.0 |
| 2094 | 2024-04-30T20:10:07.958Z | Checking papergrid v0.11.0 |
| 2095 | 2024-04-30T20:10:08.082Z | Compiling slog-dtrace v0.3.0 |
| 2096 | 2024-04-30T20:10:08.384Z | Compiling semver v0.1.20 |
| 2097 | 2024-04-30T20:10:08.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2098 | 2024-04-30T20:10:08.600Z | Checking libsw v3.3.1 |
| 2099 | 2024-04-30T20:10:08.858Z | Compiling rustc_version v0.1.7 |
| 2100 | 2024-04-30T20:10:08.893Z | Checking owo-colors v4.0.0 |
| 2101 | 2024-04-30T20:10:09.027Z | Checking linear-map v1.2.0 |
| 2102 | 2024-04-30T20:10:09.335Z | Compiling newtype_derive v0.1.6 |
| 2103 | 2024-04-30T20:10:09.380Z | Compiling num-rational v0.4.1 |
| 2104 | 2024-04-30T20:10:09.729Z | Compiling radium v0.7.0 |
| 2105 | 2024-04-30T20:10:09.748Z | Checking num-complex v0.4.5 |
| 2106 | 2024-04-30T20:10:09.799Z | Checking steno v0.4.0 |
| 2107 | 2024-04-30T20:10:10.212Z | Checking nibble_vec v0.1.0 |
| 2108 | 2024-04-30T20:10:10.395Z | Checking endian-type v0.1.2 |
| 2109 | 2024-04-30T20:10:10.541Z | Compiling maybe-uninit v2.0.0 |
| 2110 | 2024-04-30T20:10:10.544Z | Checking tabled v0.15.0 |
| 2111 | 2024-04-30T20:10:10.585Z | Checking tap v1.0.1 |
| 2112 | 2024-04-30T20:10:10.589Z | Checking radix_trie v0.2.1 |
| 2113 | 2024-04-30T20:10:10.689Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2114 | 2024-04-30T20:10:10.737Z | Checking wyz v0.5.1 |
| 2115 | 2024-04-30T20:10:10.968Z | Checking num v0.4.2 |
| 2116 | 2024-04-30T20:10:11.111Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2117 | 2024-04-30T20:10:11.127Z | Checking fxhash v0.2.1 |
| 2118 | 2024-04-30T20:10:11.290Z | Checking funty v2.0.0 |
| 2119 | 2024-04-30T20:10:11.444Z | Checking crc-catalog v2.2.0 |
| 2120 | 2024-04-30T20:10:11.576Z | Compiling num-bigint-dig v0.8.4 |
| 2121 | 2024-04-30T20:10:11.802Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2122 | 2024-04-30T20:10:11.907Z | Compiling packed_struct v0.10.1 |
| 2123 | 2024-04-30T20:10:11.963Z | Checking crc v3.0.1 |
| 2124 | 2024-04-30T20:10:12.086Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2125 | 2024-04-30T20:10:12.294Z | Compiling packed_struct_codegen v0.10.1 |
| 2126 | 2024-04-30T20:10:12.318Z | Checking bitvec v1.0.1 |
| 2127 | 2024-04-30T20:10:12.381Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2128 | 2024-04-30T20:10:12.397Z | Compiling indexmap v1.9.3 |
| 2129 | 2024-04-30T20:10:12.419Z | Checking nodrop v0.1.14 |
| 2130 | 2024-04-30T20:10:12.518Z | Checking array-init v0.0.4 |
| 2131 | 2024-04-30T20:10:12.614Z | Checking smallvec v0.6.14 |
| 2132 | 2024-04-30T20:10:12.989Z | Checking pkcs1 v0.7.5 |
| 2133 | 2024-04-30T20:10:13.365Z | Checking signature v2.1.0 |
| 2134 | 2024-04-30T20:10:13.466Z | Checking hashbrown v0.12.3 |
| 2135 | 2024-04-30T20:10:13.504Z | Checking bitfield v0.14.0 |
| 2136 | 2024-04-30T20:10:13.559Z | Checking serde-hex v0.1.0 |
| 2137 | 2024-04-30T20:10:13.778Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2138 | 2024-04-30T20:10:14.031Z | Checking env_logger v0.10.0 |
| 2139 | 2024-04-30T20:10:14.457Z | Checking x509-cert v0.2.4 |
| 2140 | 2024-04-30T20:10:14.712Z | Checking rsa v0.9.2 |
| 2141 | 2024-04-30T20:10:15.112Z | Checking ron v0.8.1 |
| 2142 | 2024-04-30T20:10:15.170Z | Checking hashbrown v0.13.2 |
| 2143 | 2024-04-30T20:10:15.239Z | Checking crc-any v2.4.3 |
| 2144 | 2024-04-30T20:10:15.595Z | Checking path-slash v0.1.5 |
| 2145 | 2024-04-30T20:10:15.642Z | Checking display-error-chain v0.2.0 |
| 2146 | 2024-04-30T20:10:15.725Z | Compiling convert_case v0.4.0 |
| 2147 | 2024-04-30T20:10:15.772Z | Compiling async-recursion v1.1.0 |
| 2148 | 2024-04-30T20:10:15.993Z | Compiling buf-list v1.0.3 |
| 2149 | 2024-04-30T20:10:16.163Z | Checking object v0.30.4 |
| 2150 | 2024-04-30T20:10:16.269Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2151 | 2024-04-30T20:10:16.520Z | Compiling blake3 v1.5.0 |
| 2152 | 2024-04-30T20:10:16.681Z | Compiling derive_more v0.99.17 |
| 2153 | 2024-04-30T20:10:16.971Z | Checking gethostname v0.4.3 |
| 2154 | 2024-04-30T20:10:17.103Z | Compiling parking_lot_core v0.8.6 |
| 2155 | 2024-04-30T20:10:17.366Z | Compiling libefi-sys v0.1.0 |
| 2156 | 2024-04-30T20:10:17.506Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2157 | 2024-04-30T20:10:17.552Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2158 | 2024-04-30T20:10:17.829Z | Compiling crossbeam-deque v0.8.3 |
| 2159 | 2024-04-30T20:10:18.011Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2160 | 2024-04-30T20:10:18.053Z | Checking keccak v0.1.4 |
| 2161 | 2024-04-30T20:10:18.167Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2162 | 2024-04-30T20:10:18.328Z | Checking sha3 v0.10.8 |
| 2163 | 2024-04-30T20:10:18.447Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2164 | 2024-04-30T20:10:18.689Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2165 | 2024-04-30T20:10:19.127Z | Checking parking_lot v0.11.2 |
| 2166 | 2024-04-30T20:10:19.147Z | Checking trust-dns-client v0.22.0 |
| 2167 | 2024-04-30T20:10:19.308Z | Checking toml v0.5.11 |
| 2168 | 2024-04-30T20:10:19.468Z | Checking secrecy v0.8.0 |
| 2169 | 2024-04-30T20:10:19.685Z | Compiling pin-project-internal v1.1.3 |
| 2170 | 2024-04-30T20:10:20.247Z | Checking sled v0.34.7 |
| 2171 | 2024-04-30T20:10:20.250Z | Compiling rayon v1.10.0 |
| 2172 | 2024-04-30T20:10:20.828Z | Checking trust-dns-server v0.22.1 |
| 2173 | 2024-04-30T20:10:22.827Z | Checking pin-project v1.1.3 |
| 2174 | 2024-04-30T20:10:22.957Z | Compiling memmap2 v0.7.1 |
| 2175 | 2024-04-30T20:10:23.174Z | Compiling home v0.5.5 |
| 2176 | 2024-04-30T20:10:23.322Z | Compiling arrayvec v0.7.4 |
| 2177 | 2024-04-30T20:10:23.338Z | Compiling arrayref v0.3.7 |
| 2178 | 2024-04-30T20:10:23.370Z | Compiling constant_time_eq v0.3.0 |
| 2179 | 2024-04-30T20:10:23.412Z | Compiling toolchain_find v0.4.0 |
| 2180 | 2024-04-30T20:10:24.050Z | Compiling vte_generate_state_changes v0.1.1 |
| 2181 | 2024-04-30T20:10:24.417Z | Compiling topological-sort v0.2.2 |
| 2182 | 2024-04-30T20:10:24.710Z | Checking vte v0.11.1 |
| 2183 | 2024-04-30T20:10:25.014Z | Compiling rustfmt-wrapper v0.2.1 |
| 2184 | 2024-04-30T20:10:25.370Z | Compiling omicron-zone-package v0.11.0 |
| 2185 | 2024-04-30T20:10:25.416Z | Checking fd-lock v4.0.2 |
| 2186 | 2024-04-30T20:10:25.509Z | Checking glob v0.3.1 |
| 2187 | 2024-04-30T20:10:25.606Z | Checking nu-ansi-term v0.50.0 |
| 2188 | 2024-04-30T20:10:25.784Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2189 | 2024-04-30T20:10:26.015Z | Compiling prettyplease v0.2.19 |
| 2190 | 2024-04-30T20:10:26.043Z | Checking strip-ansi-escapes v0.2.0 |
| 2191 | 2024-04-30T20:10:26.135Z | Compiling platforms v3.0.2 |
| 2192 | 2024-04-30T20:10:26.182Z | Checking reedline v0.31.0 |
| 2193 | 2024-04-30T20:10:26.263Z | Compiling snafu-derive v0.8.2 |
| 2194 | 2024-04-30T20:10:26.326Z | Checking globset v0.4.13 |
| 2195 | 2024-04-30T20:10:26.509Z | Checking olpc-cjson v0.1.3 |
| 2196 | 2024-04-30T20:10:26.706Z | Checking serde_plain v1.0.2 |
| 2197 | 2024-04-30T20:10:26.946Z | Compiling memoffset v0.7.1 |
| 2198 | 2024-04-30T20:10:27.069Z | Compiling crunchy v0.2.2 |
| 2199 | 2024-04-30T20:10:27.271Z | Checking typed-path v0.7.0 |
| 2200 | 2024-04-30T20:10:27.593Z | Compiling curve25519-dalek v4.1.2 |
| 2201 | 2024-04-30T20:10:27.831Z | Compiling clang-sys v1.6.1 |
| 2202 | 2024-04-30T20:10:28.228Z | Checking fs-err v2.11.0 |
| 2203 | 2024-04-30T20:10:28.538Z | Compiling unicase v2.7.0 |
| 2204 | 2024-04-30T20:10:28.575Z | Compiling tiny-keccak v2.0.2 |
| 2205 | 2024-04-30T20:10:28.826Z | Checking parse-size v1.0.0 |
| 2206 | 2024-04-30T20:10:29.419Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2207 | 2024-04-30T20:10:29.423Z | Checking universal-hash v0.5.1 |
| 2208 | 2024-04-30T20:10:29.423Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2209 | 2024-04-30T20:10:29.423Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2210 | 2024-04-30T20:10:29.423Z | Checking nanorand v0.7.0 |
| 2211 | 2024-04-30T20:10:29.616Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2212 | 2024-04-30T20:10:29.925Z | Compiling salty v0.2.0 |
| 2213 | 2024-04-30T20:10:30.437Z | Checking signature v1.6.4 |
| 2214 | 2024-04-30T20:10:30.466Z | Checking opaque-debug v0.3.0 |
| 2215 | 2024-04-30T20:10:30.533Z | Compiling cfg_aliases v0.1.1 |
| 2216 | 2024-04-30T20:10:30.566Z | Checking ed25519 v1.5.3 |
| 2217 | 2024-04-30T20:10:30.636Z | Compiling nix v0.28.0 |
| 2218 | 2024-04-30T20:10:30.734Z | Checking poly1305 v0.8.0 |
| 2219 | 2024-04-30T20:10:30.878Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2220 | 2024-04-30T20:10:30.902Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2221 | 2024-04-30T20:10:31.100Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2222 | 2024-04-30T20:10:31.214Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2223 | 2024-04-30T20:10:31.345Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2224 | 2024-04-30T20:10:31.377Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2225 | 2024-04-30T20:10:31.793Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2226 | 2024-04-30T20:10:32.290Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2227 | 2024-04-30T20:10:32.290Z | Checking snafu v0.8.2 |
| 2228 | 2024-04-30T20:10:32.290Z | Checking thiserror-no-std v2.0.2 |
| 2229 | 2024-04-30T20:10:32.495Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2230 | 2024-04-30T20:10:32.711Z | Checking tough v0.17.1 |
| 2231 | 2024-04-30T20:10:33.258Z | Checking flume v0.11.0 |
| 2232 | 2024-04-30T20:10:33.724Z | Compiling ascii-canvas v3.0.0 |
| 2233 | 2024-04-30T20:10:34.149Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2234 | 2024-04-30T20:10:34.387Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2235 | 2024-04-30T20:10:34.631Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2236 | 2024-04-30T20:10:35.120Z | Checking chacha20 v0.9.1 |
| 2237 | 2024-04-30T20:10:35.120Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2238 | 2024-04-30T20:10:35.120Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2239 | 2024-04-30T20:10:35.211Z | Checking aead v0.5.2 |
| 2240 | 2024-04-30T20:10:35.356Z | Checking serde-big-array v0.5.1 |
| 2241 | 2024-04-30T20:10:35.441Z | Checking kstat-rs v0.2.3 |
| 2242 | 2024-04-30T20:10:35.575Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2243 | 2024-04-30T20:10:35.774Z | Compiling ena v0.14.2 |
| 2244 | 2024-04-30T20:10:36.171Z | Compiling libloading v0.7.4 |
| 2245 | 2024-04-30T20:10:36.514Z | Checking maplit v1.0.2 |
| 2246 | 2024-04-30T20:10:36.546Z | Compiling bindgen v0.69.2 |
| 2247 | 2024-04-30T20:10:36.620Z | Compiling diff v0.1.13 |
| 2248 | 2024-04-30T20:10:37.118Z | Compiling regex-syntax v0.6.29 |
| 2249 | 2024-04-30T20:10:37.188Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2250 | 2024-04-30T20:10:37.266Z | Checking chacha20poly1305 v0.10.1 |
| 2251 | 2024-04-30T20:10:37.505Z | Checking vsss-rs v3.3.4 |
| 2252 | 2024-04-30T20:10:38.107Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2253 | 2024-04-30T20:10:39.156Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2254 | 2024-04-30T20:10:39.383Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2255 | 2024-04-30T20:10:39.483Z | Checking signal-hook-tokio v0.3.1 |
| 2256 | 2024-04-30T20:10:39.645Z | Compiling cexpr v0.6.0 |
| 2257 | 2024-04-30T20:10:39.760Z | Checking serde-big-array v0.4.1 |
| 2258 | 2024-04-30T20:10:39.926Z | Compiling which v4.4.0 |
| 2259 | 2024-04-30T20:10:40.535Z | Compiling lalrpop v0.19.12 |
| 2260 | 2024-04-30T20:10:40.682Z | Compiling ref-cast v1.0.22 |
| 2261 | 2024-04-30T20:10:41.175Z | Compiling lazycell v1.3.0 |
| 2262 | 2024-04-30T20:10:41.314Z | Compiling rustc-hash v1.1.0 |
| 2263 | 2024-04-30T20:10:41.337Z | Compiling peeking_take_while v0.1.2 |
| 2264 | 2024-04-30T20:10:41.472Z | Compiling shlex v1.3.0 |
| 2265 | 2024-04-30T20:10:41.546Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2266 | 2024-04-30T20:10:41.596Z | Compiling mime_guess v2.0.4 |
| 2267 | 2024-04-30T20:10:42.934Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2268 | 2024-04-30T20:10:44.742Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2269 | 2024-04-30T20:10:45.042Z | Compiling derive_builder_core v0.20.0 |
| 2270 | 2024-04-30T20:10:46.699Z | Compiling peg-macros v0.8.2 |
| 2271 | 2024-04-30T20:10:46.940Z | Compiling sqlparser_derive v0.2.2 |
| 2272 | 2024-04-30T20:10:47.240Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2273 | 2024-04-30T20:10:47.492Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2274 | 2024-04-30T20:10:48.113Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2275 | 2024-04-30T20:10:49.719Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2276 | 2024-04-30T20:10:49.886Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2277 | 2024-04-30T20:10:50.522Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2278 | 2024-04-30T20:10:51.566Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2279 | 2024-04-30T20:10:52.256Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2280 | 2024-04-30T20:10:52.458Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2281 | 2024-04-30T20:10:52.812Z | Compiling ref-cast-impl v1.0.22 |
| 2282 | 2024-04-30T20:10:53.955Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2283 | 2024-04-30T20:10:54.037Z | Compiling libxml v0.3.3 |
| 2284 | 2024-04-30T20:10:54.552Z | Checking corncobs v0.1.3 |
| 2285 | 2024-04-30T20:10:54.728Z | Checking unicode_categories v0.1.1 |
| 2286 | 2024-04-30T20:10:54.856Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2287 | 2024-04-30T20:10:55.021Z | Checking sqlformat v0.2.3 |
| 2288 | 2024-04-30T20:10:55.047Z | Checking rustyline v14.0.0 |
| 2289 | 2024-04-30T20:10:55.632Z | Checking peg v0.8.2 |
| 2290 | 2024-04-30T20:10:55.743Z | Checking sqlparser v0.45.0 |
| 2291 | 2024-04-30T20:10:56.460Z | Compiling derive_builder_macro v0.20.0 |
| 2292 | 2024-04-30T20:10:56.618Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2293 | 2024-04-30T20:10:57.079Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2294 | 2024-04-30T20:10:57.646Z | Checking bcs v0.1.6 |
| 2295 | 2024-04-30T20:10:58.129Z | Compiling strum_macros v0.24.3 |
| 2296 | 2024-04-30T20:11:00.093Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2297 | 2024-04-30T20:11:00.366Z | Compiling cookie v0.18.1 |
| 2298 | 2024-04-30T20:11:00.681Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2299 | 2024-04-30T20:11:01.002Z | Checking highway v1.1.0 |
| 2300 | 2024-04-30T20:11:01.416Z | Compiling indoc v1.0.9 |
| 2301 | 2024-04-30T20:11:02.077Z | Checking derive_builder v0.20.0 |
| 2302 | 2024-04-30T20:11:02.344Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2303 | 2024-04-30T20:11:02.454Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2304 | 2024-04-30T20:11:02.650Z | Checking bb8 v0.8.3 |
| 2305 | 2024-04-30T20:11:02.707Z | Checking quick-xml v0.31.0 |
| 2306 | 2024-04-30T20:11:03.074Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2307 | 2024-04-30T20:11:03.932Z | Compiling oso-derive v0.27.3 |
| 2308 | 2024-04-30T20:11:04.242Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2309 | 2024-04-30T20:11:04.665Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2310 | 2024-04-30T20:11:04.684Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2311 | 2024-04-30T20:11:04.993Z | Compiling const_format_proc_macros v0.2.32 |
| 2312 | 2024-04-30T20:11:05.514Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2313 | 2024-04-30T20:11:06.079Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2314 | 2024-04-30T20:11:06.882Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2315 | 2024-04-30T20:11:07.643Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2316 | 2024-04-30T20:11:10.196Z | Checking http-range v0.1.5 |
| 2317 | 2024-04-30T20:11:10.375Z | Checking hyper-staticfile v0.9.5 |
| 2318 | 2024-04-30T20:11:10.415Z | Checking const_format v0.2.32 |
| 2319 | 2024-04-30T20:11:10.627Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2320 | 2024-04-30T20:11:11.176Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2321 | 2024-04-30T20:11:11.181Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2322 | 2024-04-30T20:11:12.214Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2323 | 2024-04-30T20:11:12.659Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2324 | 2024-04-30T20:11:13.422Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2325 | 2024-04-30T20:11:20.184Z | Checking assert_matches v1.5.0 |
| 2326 | 2024-04-30T20:11:20.184Z | Checking rand_seeder v0.2.3 |
| 2327 | 2024-04-30T20:11:20.184Z | Compiling portable-atomic v1.4.3 |
| 2328 | 2024-04-30T20:11:20.184Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2329 | 2024-04-30T20:11:20.184Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2330 | 2024-04-30T20:11:20.185Z | Checking number_prefix v0.4.0 |
| 2331 | 2024-04-30T20:11:20.185Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2332 | 2024-04-30T20:11:20.185Z | Checking castaway v0.2.2 |
| 2333 | 2024-04-30T20:11:20.185Z | Checking compact_str v0.7.1 |
| 2334 | 2024-04-30T20:11:20.185Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2335 | 2024-04-30T20:11:20.185Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2336 | 2024-04-30T20:11:20.185Z | Checking lru v0.12.1 |
| 2337 | 2024-04-30T20:11:20.185Z | Compiling stability v0.2.0 |
| 2338 | 2024-04-30T20:11:20.185Z | Compiling indoc v2.0.3 |
| 2339 | 2024-04-30T20:11:20.185Z | Checking cassowary v0.3.0 |
| 2340 | 2024-04-30T20:11:20.185Z | Checking indicatif v0.17.8 |
| 2341 | 2024-04-30T20:11:20.185Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2342 | 2024-04-30T20:11:20.185Z | Checking smawk v0.3.1 |
| 2343 | 2024-04-30T20:11:20.185Z | Checking unicode-linebreak v0.1.5 |
| 2344 | 2024-04-30T20:11:20.185Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2345 | 2024-04-30T20:11:20.185Z | Checking ratatui v0.26.2 |
| 2346 | 2024-04-30T20:11:20.185Z | Checking is_ci v1.2.0 |
| 2347 | 2024-04-30T20:11:20.185Z | Checking textwrap v0.16.1 |
| 2348 | 2024-04-30T20:11:20.185Z | Checking supports-color v3.0.0 |
| 2349 | 2024-04-30T20:11:20.185Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2350 | 2024-04-30T20:11:20.185Z | Checking fatfs v0.3.6 |
| 2351 | 2024-04-30T20:11:20.186Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2352 | 2024-04-30T20:11:20.186Z | Checking rtoolbox v0.0.1 |
| 2353 | 2024-04-30T20:11:20.186Z | Checking rpassword v7.3.1 |
| 2354 | 2024-04-30T20:11:20.186Z | Checking shell-words v1.1.0 |
| 2355 | 2024-04-30T20:11:20.186Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2356 | 2024-04-30T20:11:20.186Z | Checking yansi v0.5.1 |
| 2357 | 2024-04-30T20:11:20.405Z | Checking pretty_assertions v1.4.0 |
| 2358 | 2024-04-30T20:11:20.605Z | Compiling target-lexicon v0.12.13 |
| 2359 | 2024-04-30T20:11:20.633Z | Checking tui-tree-widget v0.19.0 |
| 2360 | 2024-04-30T20:11:20.776Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2361 | 2024-04-30T20:11:20.937Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2362 | 2024-04-30T20:11:21.587Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2363 | 2024-04-30T20:11:21.913Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2364 | 2024-04-30T20:11:22.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2365 | 2024-04-30T20:11:22.045Z | Checking plotters-backend v0.3.5 |
| 2366 | 2024-04-30T20:11:22.463Z | Compiling guppy-workspace-hack v0.1.0 |
| 2367 | 2024-04-30T20:11:22.757Z | Compiling doc-comment v0.3.3 |
| 2368 | 2024-04-30T20:11:23.500Z | Checking plotters-svg v0.3.5 |
| 2369 | 2024-04-30T20:11:23.679Z | Checking http-body v1.0.0 |
| 2370 | 2024-04-30T20:11:23.828Z | Checking tower-layer v0.3.2 |
| 2371 | 2024-04-30T20:11:23.870Z | Compiling assert_cmd v2.0.14 |
| 2372 | 2024-04-30T20:11:23.964Z | Checking cast v0.3.0 |
| 2373 | 2024-04-30T20:11:24.086Z | Compiling target-spec v3.1.0 |
| 2374 | 2024-04-30T20:11:24.261Z | Checking criterion-plot v0.5.0 |
| 2375 | 2024-04-30T20:11:24.298Z | Checking tower v0.4.13 |
| 2376 | 2024-04-30T20:11:24.673Z | Checking cfg-expr v0.15.6 |
| 2377 | 2024-04-30T20:11:24.741Z | Checking hyper v1.1.0 |
| 2378 | 2024-04-30T20:11:25.519Z | Checking plotters v0.3.5 |
| 2379 | 2024-04-30T20:11:25.669Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2380 | 2024-04-30T20:11:25.879Z | Checking tinytemplate v1.2.1 |
| 2381 | 2024-04-30T20:11:26.266Z | Checking cargo-platform v0.1.3 |
| 2382 | 2024-04-30T20:11:26.542Z | Checking oorandom v11.1.3 |
| 2383 | 2024-04-30T20:11:26.571Z | Checking anes v0.1.6 |
| 2384 | 2024-04-30T20:11:26.697Z | Checking cargo_metadata v0.18.1 |
| 2385 | 2024-04-30T20:11:26.892Z | Checking hyper-util v0.1.2 |
| 2386 | 2024-04-30T20:11:26.913Z | Checking criterion v0.5.1 |
| 2387 | 2024-04-30T20:11:28.557Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2388 | 2024-04-30T20:11:28.817Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2389 | 2024-04-30T20:11:29.281Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2390 | 2024-04-30T20:11:29.746Z | Checking rustls-native-certs v0.7.0 |
| 2391 | 2024-04-30T20:11:29.901Z | Checking httptest v0.15.5 |
| 2392 | 2024-04-30T20:11:30.622Z | Checking pathdiff v0.2.1 |
| 2393 | 2024-04-30T20:11:30.768Z | Checking nested v0.1.1 |
| 2394 | 2024-04-30T20:11:30.976Z | Checking guppy v0.17.5 |
| 2395 | 2024-04-30T20:11:32.488Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2396 | 2024-04-30T20:11:32.962Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2397 | 2024-04-30T20:11:33.450Z | Checking hyper-rustls v0.26.0 |
| 2398 | 2024-04-30T20:11:33.532Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2399 | 2024-04-30T20:11:33.769Z | Checking escape8259 v0.5.2 |
| 2400 | 2024-04-30T20:11:33.958Z | Checking threadpool v1.8.1 |
| 2401 | 2024-04-30T20:11:34.930Z | Checking libtest-mimic v0.7.2 |
| 2402 | 2024-04-30T20:11:35.317Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2403 | 2024-04-30T20:11:35.352Z | Checking similar-asserts v1.5.0 |
| 2404 | 2024-04-30T20:11:35.379Z | Checking fancy-regex v0.13.0 |
| 2405 | 2024-04-30T20:11:35.562Z | Compiling rstest_macros v0.19.0 |
| 2406 | 2024-04-30T20:11:36.498Z | Checking datatest-stable v0.2.9 |
| 2407 | 2024-04-30T20:11:43.626Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2408 | 2024-04-30T20:11:43.653Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2409 | 2024-04-30T20:11:43.653Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2410 | 2024-04-30T20:11:43.653Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2411 | 2024-04-30T20:11:43.654Z | Checking csv-core v0.1.11 |
| 2412 | 2024-04-30T20:11:43.654Z | Compiling relative-path v1.9.0 |
| 2413 | 2024-04-30T20:11:43.654Z | Checking heck v0.5.0 |
| 2414 | 2024-04-30T20:11:43.654Z | Checking constant_time_eq v0.2.6 |
| 2415 | 2024-04-30T20:11:43.654Z | Compiling trybuild v1.0.91 |
| 2416 | 2024-04-30T20:11:43.654Z | Checking blake2b_simd v1.0.1 |
| 2417 | 2024-04-30T20:11:43.654Z | Checking csv v1.3.0 |
| 2418 | 2024-04-30T20:11:43.654Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2419 | 2024-04-30T20:11:43.654Z | Checking multimap v0.10.0 |
| 2420 | 2024-04-30T20:11:43.654Z | Checking futures-timer v3.0.2 |
| 2421 | 2024-04-30T20:11:43.654Z | Checking rust-argon2 v2.1.0 |
| 2422 | 2024-04-30T20:11:43.654Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2423 | 2024-04-30T20:11:44.413Z | Checking partial-io v0.5.4 |
| 2424 | 2024-04-30T20:11:44.786Z | Checking approx v0.5.1 |
| 2425 | 2024-04-30T20:11:45.019Z | Checking uzers v0.11.3 |
| 2426 | 2024-04-30T20:11:45.361Z | Checking termios v0.3.3 |
| 2427 | 2024-04-30T20:11:45.577Z | Checking hex-literal v0.4.1 |
| 2428 | 2024-04-30T20:11:48.641Z | Checking rstest v0.19.0 |
| 2429 | 2024-04-30T20:11:50.480Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2430 | 2024-04-30T20:11:52.240Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2431 | 2024-04-30T20:12:13.864Z | Compiling samael v0.0.15 |
| 2432 | 2024-04-30T20:12:33.072Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2433 | 2024-04-30T20:12:36.929Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2434 | 2024-04-30T20:12:47.652Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2435 | 2024-04-30T20:12:56.359Z | Compiling polar-core v0.27.3 |
| 2436 | 2024-04-30T20:13:03.642Z | Checking oso v0.27.3 |
| 2437 | 2024-04-30T20:13:29.822Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2438 | 2024-04-30T20:13:29.822Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2439 | 2024-04-30T20:13:29.835Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2440 | 2024-04-30T20:14:29.335Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 35s |
| 2441 | 2024-04-30T20:14:29.522Z | |
| 2442 | 2024-04-30T20:14:29.523Z | real 7:21.867407741 |
| 2443 | 2024-04-30T20:14:29.523Z | user 37:35.300634908 |
| 2444 | 2024-04-30T20:14:29.523Z | sys 6:33.314893927 |
| 2445 | 2024-04-30T20:14:29.523Z | trap 1.010425710 |
| 2446 | 2024-04-30T20:14:29.524Z | tflt 4.807304370 |
| 2447 | 2024-04-30T20:14:29.524Z | dflt 3.921985929 |
| 2448 | 2024-04-30T20:14:29.531Z | kflt 0.123350770 |
| 2449 | 2024-04-30T20:14:29.531Z | lock 57:08.790617719 |
| 2450 | 2024-04-30T20:14:29.531Z | slp 1:53:59.791902739 |
| 2451 | 2024-04-30T20:14:29.531Z | lat 1:44.776120073 |
| 2452 | 2024-04-30T20:14:29.531Z | stop 4:34.316447730 |
| 2453 | 2024-04-30T20:14:30.444Z | warning: output filename collision. |
| 2454 | 2024-04-30T20:14:30.444Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2455 | 2024-04-30T20:14:30.444Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
| 2456 | 2024-04-30T20:14:30.445Z | The targets should have unique names. |
| 2457 | 2024-04-30T20:14:30.445Z | This is a known bug where multiple crates with the same name use |
| 2458 | 2024-04-30T20:14:30.445Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2459 | 2024-04-30T20:14:30.446Z | warning: output filename collision. |
| 2460 | 2024-04-30T20:14:30.446Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2461 | 2024-04-30T20:14:30.446Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
| 2462 | 2024-04-30T20:14:30.446Z | The targets should have unique names. |
| 2463 | 2024-04-30T20:14:30.446Z | This is a known bug where multiple crates with the same name use |
| 2464 | 2024-04-30T20:14:30.446Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2465 | 2024-04-30T20:14:30.454Z | warning: output filename collision. |
| 2466 | 2024-04-30T20:14:30.454Z | 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)`. |
| 2467 | 2024-04-30T20:14:30.454Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2468 | 2024-04-30T20:14:30.454Z | The targets should have unique names. |
| 2469 | 2024-04-30T20:14:30.455Z | This is a known bug where multiple crates with the same name use |
| 2470 | 2024-04-30T20:14:30.455Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2471 | 2024-04-30T20:14:30.455Z | warning: output filename collision. |
| 2472 | 2024-04-30T20:14:30.455Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
| 2473 | 2024-04-30T20:14:30.455Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
| 2474 | 2024-04-30T20:14:30.455Z | The targets should have unique names. |
| 2475 | 2024-04-30T20:14:30.456Z | This is a known bug where multiple crates with the same name use |
| 2476 | 2024-04-30T20:14:30.456Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2477 | 2024-04-30T20:14:30.456Z | warning: output filename collision. |
| 2478 | 2024-04-30T20:14:30.456Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
| 2479 | 2024-04-30T20:14:30.456Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2480 | 2024-04-30T20:14:30.456Z | The targets should have unique names. |
| 2481 | 2024-04-30T20:14:30.457Z | This is a known bug where multiple crates with the same name use |
| 2482 | 2024-04-30T20:14:30.457Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2483 | 2024-04-30T20:14:30.457Z | warning: output filename collision. |
| 2484 | 2024-04-30T20:14:30.457Z | 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)`. |
| 2485 | 2024-04-30T20:14:30.457Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2486 | 2024-04-30T20:14:30.458Z | The targets should have unique names. |
| 2487 | 2024-04-30T20:14:30.458Z | This is a known bug where multiple crates with the same name use |
| 2488 | 2024-04-30T20:14:30.458Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2489 | 2024-04-30T20:14:30.458Z | warning: output filename collision. |
| 2490 | 2024-04-30T20:14:30.458Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2491 | 2024-04-30T20:14:30.459Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
| 2492 | 2024-04-30T20:14:30.459Z | The targets should have unique names. |
| 2493 | 2024-04-30T20:14:30.459Z | This is a known bug where multiple crates with the same name use |
| 2494 | 2024-04-30T20:14:30.459Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2495 | 2024-04-30T20:14:30.459Z | warning: output filename collision. |
| 2496 | 2024-04-30T20:14:30.459Z | 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)`. |
| 2497 | 2024-04-30T20:14:30.459Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2498 | 2024-04-30T20:14:30.460Z | The targets should have unique names. |
| 2499 | 2024-04-30T20:14:30.460Z | This is a known bug where multiple crates with the same name use |
| 2500 | 2024-04-30T20:14:30.460Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2501 | 2024-04-30T20:14:30.460Z | warning: output filename collision. |
| 2502 | 2024-04-30T20:14:30.460Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
| 2503 | 2024-04-30T20:14:30.460Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
| 2504 | 2024-04-30T20:14:30.461Z | The targets should have unique names. |
| 2505 | 2024-04-30T20:14:30.461Z | This is a known bug where multiple crates with the same name use |
| 2506 | 2024-04-30T20:14:30.461Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2507 | 2024-04-30T20:14:30.952Z | Documenting libc v0.2.153 |
| 2508 | 2024-04-30T20:14:30.995Z | Documenting cfg-if v1.0.0 |
| 2509 | 2024-04-30T20:14:31.016Z | Documenting serde_derive v1.0.199 |
| 2510 | 2024-04-30T20:14:31.038Z | Documenting log v0.4.21 |
| 2511 | 2024-04-30T20:14:31.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2024-04-30T20:14:31.087Z | Documenting memchr v2.7.1 |
| 2513 | 2024-04-30T20:14:31.530Z | Documenting byteorder v1.5.0 |
| 2514 | 2024-04-30T20:14:31.530Z | Documenting smallvec v1.13.1 |
| 2515 | 2024-04-30T20:14:31.531Z | Documenting itoa v1.0.9 |
| 2516 | 2024-04-30T20:14:33.781Z | Documenting scopeguard v1.2.0 |
| 2517 | 2024-04-30T20:14:34.257Z | Documenting pin-project-lite v0.2.13 |
| 2518 | 2024-04-30T20:14:34.318Z | Documenting once_cell v1.19.0 |
| 2519 | 2024-04-30T20:14:34.886Z | Documenting libm v0.2.7 |
| 2520 | 2024-04-30T20:14:34.929Z | Documenting zeroize_derive v1.4.2 |
| 2521 | 2024-04-30T20:14:35.644Z | Documenting getrandom v0.2.12 |
| 2522 | 2024-04-30T20:14:35.654Z | Documenting parking_lot_core v0.9.8 |
| 2523 | 2024-04-30T20:14:36.654Z | Documenting lock_api v0.4.10 |
| 2524 | 2024-04-30T20:14:37.059Z | Documenting signal-hook-registry v1.4.1 |
| 2525 | 2024-04-30T20:14:37.718Z | Documenting serde v1.0.199 |
| 2526 | 2024-04-30T20:14:38.721Z | Documenting mio v0.8.11 |
| 2527 | 2024-04-30T20:14:38.741Z | Documenting num-traits v0.2.18 |
| 2528 | 2024-04-30T20:14:39.304Z | Documenting rand_core v0.6.4 |
| 2529 | 2024-04-30T20:14:39.768Z | Documenting zeroize v1.7.0 |
| 2530 | 2024-04-30T20:14:39.794Z | Documenting thiserror-impl v1.0.59 |
| 2531 | 2024-04-30T20:14:39.803Z | Documenting parking_lot v0.12.1 |
| 2532 | 2024-04-30T20:14:41.125Z | Documenting futures-core v0.3.30 |
| 2533 | 2024-04-30T20:14:42.658Z | Documenting ryu v1.0.15 |
| 2534 | 2024-04-30T20:14:43.023Z | Documenting socket2 v0.5.6 |
| 2535 | 2024-04-30T20:14:43.308Z | Documenting num_cpus v1.16.0 |
| 2536 | 2024-04-30T20:14:43.638Z | Documenting tokio-macros v2.2.0 |
| 2537 | 2024-04-30T20:14:44.410Z | Documenting zerocopy v0.7.32 |
| 2538 | 2024-04-30T20:14:44.747Z | Documenting thiserror v1.0.59 |
| 2539 | 2024-04-30T20:14:44.956Z | Documenting futures-sink v0.3.30 |
| 2540 | 2024-04-30T20:14:45.551Z | Documenting typenum v1.16.0 |
| 2541 | 2024-04-30T20:14:47.284Z | Documenting subtle v2.5.0 |
| 2542 | 2024-04-30T20:14:47.301Z | Documenting pin-utils v0.1.0 |
| 2543 | 2024-04-30T20:14:49.665Z | Documenting slab v0.4.9 |
| 2544 | 2024-04-30T20:14:49.694Z | Documenting futures-macro v0.3.30 |
| 2545 | 2024-04-30T20:14:49.712Z | Documenting futures-channel v0.3.30 |
| 2546 | 2024-04-30T20:14:56.193Z | Documenting bytes v1.6.0 |
| 2547 | 2024-04-30T20:14:58.656Z | Documenting bitflags v2.4.2 |
| 2548 | 2024-04-30T20:14:59.142Z | Documenting serde_json v1.0.116 |
| 2549 | 2024-04-30T20:14:59.156Z | Documenting futures-task v0.3.30 |
| 2550 | 2024-04-30T20:14:59.156Z | Documenting iana-time-zone v0.1.57 |
| 2551 | 2024-04-30T20:14:59.156Z | Documenting futures-io v0.3.30 |
| 2552 | 2024-04-30T20:14:59.156Z | Documenting uuid v1.8.0 |
| 2553 | 2024-04-30T20:14:59.674Z | Documenting generic-array v0.14.7 |
| 2554 | 2024-04-30T20:14:59.689Z | Documenting tokio v1.37.0 |
| 2555 | 2024-04-30T20:15:02.662Z | Documenting chrono v0.4.38 |
| 2556 | 2024-04-30T20:15:02.743Z | Documenting ahash v0.8.8 |
| 2557 | 2024-04-30T20:15:02.849Z | Documenting futures-util v0.3.30 |
| 2558 | 2024-04-30T20:15:03.020Z | Documenting allocator-api2 v0.2.16 |
| 2559 | 2024-04-30T20:15:03.593Z | Documenting const-oid v0.9.6 |
| 2560 | 2024-04-30T20:15:04.252Z | Documenting tinyvec_macros v0.1.1 |
| 2561 | 2024-04-30T20:15:04.338Z | Documenting crypto-common v0.1.6 |
| 2562 | 2024-04-30T20:15:06.599Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2563 | 2024-04-30T20:15:06.787Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2564 | 2024-04-30T20:15:07.192Z | Documenting hashbrown v0.14.3 |
| 2565 | 2024-04-30T20:15:07.211Z | Documenting tinyvec v1.6.0 |
| 2566 | 2024-04-30T20:15:07.546Z | Documenting tracing-core v0.1.32 |
| 2567 | 2024-04-30T20:15:08.665Z | Documenting serde_derive_internals v0.26.0 |
| 2568 | 2024-04-30T20:15:09.107Z | Checking serde_derive_internals v0.26.0 |
| 2569 | 2024-04-30T20:15:09.583Z | Documenting tracing-attributes v0.1.27 |
| 2570 | 2024-04-30T20:15:09.655Z | Documenting dyn-clone v1.0.17 |
| 2571 | 2024-04-30T20:15:10.913Z | Documenting unicode-normalization v0.1.22 |
| 2572 | 2024-04-30T20:15:10.928Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2573 | 2024-04-30T20:15:12.508Z | Documenting ppv-lite86 v0.2.17 |
| 2574 | 2024-04-30T20:15:13.055Z | Documenting unicode-bidi v0.3.15 |
| 2575 | 2024-04-30T20:15:13.069Z | Documenting lazy_static v1.4.0 |
| 2576 | 2024-04-30T20:15:14.379Z | Documenting schemars_derive v0.8.16 |
| 2577 | 2024-04-30T20:15:15.167Z | Documenting percent-encoding v2.3.1 |
| 2578 | 2024-04-30T20:15:15.480Z | Documenting block-buffer v0.10.4 |
| 2579 | 2024-04-30T20:15:15.747Z | Documenting rand_chacha v0.3.1 |
| 2580 | 2024-04-30T20:15:15.897Z | Documenting powerfmt v0.2.0 |
| 2581 | 2024-04-30T20:15:18.588Z | Documenting fnv v1.0.7 |
| 2582 | 2024-04-30T20:15:18.679Z | Documenting equivalent v1.0.1 |
| 2583 | 2024-04-30T20:15:18.834Z | Documenting deranged v0.3.11 |
| 2584 | 2024-04-30T20:15:19.043Z | Documenting form_urlencoded v1.2.1 |
| 2585 | 2024-04-30T20:15:19.623Z | Documenting schemars v0.8.16 |
| 2586 | 2024-04-30T20:15:19.879Z | Documenting rand v0.8.5 |
| 2587 | 2024-04-30T20:15:20.031Z | Documenting digest v0.10.7 |
| 2588 | 2024-04-30T20:15:21.678Z | Documenting indexmap v2.2.6 |
| 2589 | 2024-04-30T20:15:23.314Z | Documenting time-macros v0.2.17 |
| 2590 | 2024-04-30T20:15:23.378Z | Documenting time-core v0.1.2 |
| 2591 | 2024-04-30T20:15:23.677Z | Documenting num-conv v0.1.0 |
| 2592 | 2024-04-30T20:15:25.203Z | Documenting num_threads v0.1.6 |
| 2593 | 2024-04-30T20:15:25.765Z | Documenting tracing v0.1.40 |
| 2594 | 2024-04-30T20:15:33.671Z | Documenting unicode-width v0.1.11 |
| 2595 | 2024-04-30T20:15:33.697Z | Documenting idna v0.5.0 |
| 2596 | 2024-04-30T20:15:34.587Z | Documenting errno v0.3.8 |
| 2597 | 2024-04-30T20:15:34.587Z | Documenting unicode-ident v1.0.12 |
| 2598 | 2024-04-30T20:15:34.587Z | Documenting time v0.3.34 |
| 2599 | 2024-04-30T20:15:34.587Z | Documenting adler v1.0.2 |
| 2600 | 2024-04-30T20:15:34.590Z | Documenting slog v2.7.0 |
| 2601 | 2024-04-30T20:15:36.565Z | Documenting httparse v1.8.0 |
| 2602 | 2024-04-30T20:15:36.873Z | Documenting proc-macro2 v1.0.81 |
| 2603 | 2024-04-30T20:15:37.396Z | Documenting miniz_oxide v0.7.1 |
| 2604 | 2024-04-30T20:15:37.973Z | Documenting rustix v0.38.31 |
| 2605 | 2024-04-30T20:15:38.104Z | Documenting url v2.5.0 |
| 2606 | 2024-04-30T20:15:38.831Z | Documenting cpufeatures v0.2.12 |
| 2607 | 2024-04-30T20:15:39.989Z | Documenting async-trait v0.1.80 |
| 2608 | 2024-04-30T20:15:40.739Z | Documenting try-lock v0.2.4 |
| 2609 | 2024-04-30T20:15:41.135Z | Documenting httpdate v1.0.3 |
| 2610 | 2024-04-30T20:15:41.390Z | Documenting quote v1.0.36 |
| 2611 | 2024-04-30T20:15:41.944Z | Documenting http-body v0.4.5 |
| 2612 | 2024-04-30T20:15:42.598Z | Documenting aho-corasick v1.1.2 |
| 2613 | 2024-04-30T20:15:43.765Z | Documenting want v0.3.1 |
| 2614 | 2024-04-30T20:15:43.806Z | Documenting tokio-util v0.7.10 |
| 2615 | 2024-04-30T20:15:46.112Z | Documenting openssl-sys v0.9.102 |
| 2616 | 2024-04-30T20:15:46.218Z | Documenting openssl-macros v0.1.1 |
| 2617 | 2024-04-30T20:15:46.218Z | Documenting mime v0.3.17 |
| 2618 | 2024-04-30T20:15:46.218Z | Documenting syn v2.0.60 |
| 2619 | 2024-04-30T20:15:46.565Z | Documenting gimli v0.28.0 |
| 2620 | 2024-04-30T20:15:47.813Z | Documenting tower-service v0.3.2 |
| 2621 | 2024-04-30T20:15:47.992Z | Documenting regex-syntax v0.8.2 |
| 2622 | 2024-04-30T20:15:49.072Z | Documenting object v0.32.1 |
| 2623 | 2024-04-30T20:15:49.670Z | Documenting rustc-demangle v0.1.23 |
| 2624 | 2024-04-30T20:15:50.364Z | Documenting h2 v0.3.26 |
| 2625 | 2024-04-30T20:15:50.996Z | Documenting openssl v0.10.64 |
| 2626 | 2024-04-30T20:15:51.904Z | Documenting ipnet v2.9.0 |
| 2627 | 2024-04-30T20:15:52.942Z | Documenting openssl-probe v0.1.5 |
| 2628 | 2024-04-30T20:15:53.274Z | Documenting addr2line v0.21.0 |
| 2629 | 2024-04-30T20:15:56.390Z | Documenting regex-automata v0.4.5 |
| 2630 | 2024-04-30T20:15:56.498Z | Documenting base64ct v1.6.0 |
| 2631 | 2024-04-30T20:15:56.881Z | Documenting futures-executor v0.3.30 |
| 2632 | 2024-04-30T20:15:57.309Z | Documenting encoding_rs v0.8.33 |
| 2633 | 2024-04-30T20:15:59.938Z | Documenting native-tls v0.2.11 |
| 2634 | 2024-04-30T20:16:00.238Z | Documenting hyper v0.14.28 |
| 2635 | 2024-04-30T20:16:00.463Z | Documenting psl-types v2.0.11 |
| 2636 | 2024-04-30T20:16:00.850Z | Documenting backtrace v0.3.69 |
| 2637 | 2024-04-30T20:16:01.886Z | Documenting serde_urlencoded v0.7.1 |
| 2638 | 2024-04-30T20:16:02.142Z | Documenting crossbeam-utils v0.8.19 |
| 2639 | 2024-04-30T20:16:03.489Z | Documenting publicsuffix v2.2.3 |
| 2640 | 2024-04-30T20:16:03.845Z | Documenting regex v1.10.4 |
| 2641 | 2024-04-30T20:16:04.852Z | Documenting tokio-native-tls v0.3.1 |
| 2642 | 2024-04-30T20:16:05.761Z | Documenting utf8parse v0.2.1 |
| 2643 | 2024-04-30T20:16:05.980Z | Documenting futures v0.3.30 |
| 2644 | 2024-04-30T20:16:06.222Z | Documenting anyhow v1.0.82 |
| 2645 | 2024-04-30T20:16:06.675Z | Documenting pem-rfc7468 v0.7.0 |
| 2646 | 2024-04-30T20:16:07.672Z | Documenting cookie_store v0.20.0 |
| 2647 | 2024-04-30T20:16:08.772Z | Checking pest_meta v2.7.6 |
| 2648 | 2024-04-30T20:16:09.796Z | Documenting der_derive v0.7.2 |
| 2649 | 2024-04-30T20:16:09.802Z | Documenting flagset v0.4.3 |
| 2650 | 2024-04-30T20:16:10.347Z | Documenting webpki-roots v0.25.2 |
| 2651 | 2024-04-30T20:16:10.689Z | Documenting sync_wrapper v0.1.2 |
| 2652 | 2024-04-30T20:16:11.009Z | Documenting num-integer v0.1.46 |
| 2653 | 2024-04-30T20:16:12.104Z | Documenting hyper-rustls v0.24.2 |
| 2654 | 2024-04-30T20:16:12.654Z | Documenting hyper-tls v0.5.0 |
| 2655 | 2024-04-30T20:16:12.985Z | Documenting pest_meta v2.7.6 |
| 2656 | 2024-04-30T20:16:13.735Z | Documenting scroll_derive v0.12.0 |
| 2657 | 2024-04-30T20:16:13.973Z | Checking pest_generator v2.7.6 |
| 2658 | 2024-04-30T20:16:14.321Z | Documenting openapiv3 v2.0.0 |
| 2659 | 2024-04-30T20:16:14.652Z | Documenting ucd-trie v0.1.6 |
| 2660 | 2024-04-30T20:16:14.842Z | Documenting der v0.7.8 |
| 2661 | 2024-04-30T20:16:15.380Z | Documenting plain v0.2.3 |
| 2662 | 2024-04-30T20:16:17.436Z | Documenting pest_generator v2.7.6 |
| 2663 | 2024-04-30T20:16:18.311Z | Documenting spin v0.9.8 |
| 2664 | 2024-04-30T20:16:18.864Z | Documenting scroll v0.12.0 |
| 2665 | 2024-04-30T20:16:18.881Z | Documenting pest v2.7.6 |
| 2666 | 2024-04-30T20:16:19.422Z | Documenting pretty-hex v0.4.1 |
| 2667 | 2024-04-30T20:16:20.157Z | Documenting spki v0.7.2 |
| 2668 | 2024-04-30T20:16:20.406Z | Documenting reqwest v0.11.24 |
| 2669 | 2024-04-30T20:16:21.539Z | Documenting either v1.11.0 |
| 2670 | 2024-04-30T20:16:21.558Z | Documenting anstyle v1.0.6 |
| 2671 | 2024-04-30T20:16:22.024Z | Documenting pest_derive v2.7.6 |
| 2672 | 2024-04-30T20:16:22.533Z | Documenting goblin v0.8.0 |
| 2673 | 2024-04-30T20:16:22.615Z | Documenting anstyle-parse v0.2.1 |
| 2674 | 2024-04-30T20:16:24.303Z | Documenting thread-id v4.2.0 |
| 2675 | 2024-04-30T20:16:24.491Z | Documenting pkcs8 v0.10.2 |
| 2676 | 2024-04-30T20:16:25.395Z | Documenting data-encoding v2.4.0 |
| 2677 | 2024-04-30T20:16:25.524Z | Documenting anstyle-query v1.0.0 |
| 2678 | 2024-04-30T20:16:25.849Z | Documenting colorchoice v1.0.0 |
| 2679 | 2024-04-30T20:16:26.586Z | Documenting dtrace-parser v0.2.0 |
| 2680 | 2024-04-30T20:16:27.905Z | Documenting crossbeam-epoch v0.9.18 |
| 2681 | 2024-04-30T20:16:28.999Z | Documenting terminal_size v0.3.0 |
| 2682 | 2024-04-30T20:16:29.019Z | Documenting sha2 v0.10.8 |
| 2683 | 2024-04-30T20:16:29.313Z | Documenting anstream v0.6.11 |
| 2684 | 2024-04-30T20:16:29.484Z | Documenting ipnetwork v0.20.0 |
| 2685 | 2024-04-30T20:16:29.851Z | Documenting dof v0.3.0 |
| 2686 | 2024-04-30T20:16:30.393Z | Documenting hex v0.4.3 |
| 2687 | 2024-04-30T20:16:30.643Z | Documenting crc32fast v1.3.2 |
| 2688 | 2024-04-30T20:16:32.713Z | Documenting untrusted v0.9.0 |
| 2689 | 2024-04-30T20:16:33.448Z | Documenting unicode-segmentation v1.10.1 |
| 2690 | 2024-04-30T20:16:33.490Z | Documenting clap_lex v0.7.0 |
| 2691 | 2024-04-30T20:16:33.833Z | Documenting strsim v0.11.0 |
| 2692 | 2024-04-30T20:16:34.593Z | Documenting clap_derive v4.5.4 |
| 2693 | 2024-04-30T20:16:34.734Z | Documenting num-iter v0.1.44 |
| 2694 | 2024-04-30T20:16:34.971Z | Documenting hmac v0.12.1 |
| 2695 | 2024-04-30T20:16:35.203Z | Documenting usdt-impl v0.5.0 |
| 2696 | 2024-04-30T20:16:35.322Z | Documenting ring v0.17.8 |
| 2697 | 2024-04-30T20:16:37.650Z | Documenting signal-hook v0.3.17 |
| 2698 | 2024-04-30T20:16:37.683Z | Documenting base64 v0.22.0 |
| 2699 | 2024-04-30T20:16:37.809Z | Documenting clap_builder v4.5.2 |
| 2700 | 2024-04-30T20:16:39.337Z | Documenting static_assertions v1.1.0 |
| 2701 | 2024-04-30T20:16:39.544Z | Documenting flate2 v1.0.28 |
| 2702 | 2024-04-30T20:16:40.102Z | Documenting managed v0.8.0 |
| 2703 | 2024-04-30T20:16:40.993Z | Documenting block-padding v0.3.3 |
| 2704 | 2024-04-30T20:16:41.064Z | Documenting signal-hook-mio v0.2.3 |
| 2705 | 2024-04-30T20:16:41.419Z | Documenting scheduled-thread-pool v0.2.7 |
| 2706 | 2024-04-30T20:16:41.971Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2707 | 2024-04-30T20:16:42.347Z | Documenting enum-as-inner v0.5.1 |
| 2708 | 2024-04-30T20:16:43.599Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2709 | 2024-04-30T20:16:44.565Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2710 | 2024-04-30T20:16:44.588Z | Documenting md-5 v0.10.5 |
| 2711 | 2024-04-30T20:16:44.588Z | Documenting clap v4.5.4 |
| 2712 | 2024-04-30T20:16:45.198Z | Documenting crossterm v0.27.0 |
| 2713 | 2024-04-30T20:16:45.449Z | Documenting inout v0.1.3 |
| 2714 | 2024-04-30T20:16:45.606Z | Documenting r2d2 v0.8.10 |
| 2715 | 2024-04-30T20:16:46.058Z | Documenting bzip2 v0.4.4 |
| 2716 | 2024-04-30T20:16:46.950Z | Documenting trust-dns-proto v0.22.0 |
| 2717 | 2024-04-30T20:16:48.337Z | Documenting diesel_derives v2.1.2 |
| 2718 | 2024-04-30T20:16:48.987Z | Documenting stringprep v0.1.3 |
| 2719 | 2024-04-30T20:16:49.782Z | Documenting regress v0.9.1 |
| 2720 | 2024-04-30T20:16:49.795Z | Documenting ff v0.13.0 |
| 2721 | 2024-04-30T20:16:50.228Z | Documenting serde_spanned v0.6.5 |
| 2722 | 2024-04-30T20:16:50.321Z | Documenting toml_datetime v0.6.5 |
| 2723 | 2024-04-30T20:16:50.720Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2724 | 2024-04-30T20:16:53.000Z | Documenting winnow v0.6.1 |
| 2725 | 2024-04-30T20:16:54.282Z | Documenting bit-vec v0.6.3 |
| 2726 | 2024-04-30T20:16:54.427Z | Documenting base16ct v0.2.0 |
| 2727 | 2024-04-30T20:16:54.545Z | Documenting fallible-iterator v0.2.0 |
| 2728 | 2024-04-30T20:16:54.709Z | Documenting siphasher v0.3.11 |
| 2729 | 2024-04-30T20:16:55.596Z | Documenting diesel v2.1.6 |
| 2730 | 2024-04-30T20:16:55.643Z | Documenting group v0.13.0 |
| 2731 | 2024-04-30T20:16:56.083Z | Documenting zip v0.6.6 |
| 2732 | 2024-04-30T20:16:57.660Z | Documenting sec1 v0.7.3 |
| 2733 | 2024-04-30T20:16:57.827Z | Documenting phf_shared v0.11.2 |
| 2734 | 2024-04-30T20:16:57.990Z | Documenting cipher v0.4.4 |
| 2735 | 2024-04-30T20:16:58.594Z | Documenting toml_edit v0.22.12 |
| 2736 | 2024-04-30T20:16:59.409Z | Documenting postgres-protocol v0.6.6 |
| 2737 | 2024-04-30T20:16:59.822Z | Documenting hkdf v0.12.4 |
| 2738 | 2024-04-30T20:17:01.199Z | Documenting num-bigint v0.4.4 |
| 2739 | 2024-04-30T20:17:01.785Z | Documenting bstr v1.9.0 |
| 2740 | 2024-04-30T20:17:11.539Z | Documenting console v0.15.8 |
| 2741 | 2024-04-30T20:17:18.840Z | Documenting crypto-bigint v0.5.2 |
| 2742 | 2024-04-30T20:17:19.363Z | Documenting hubpack v0.1.2 |
| 2743 | 2024-04-30T20:17:19.486Z | Documenting serde_repr v0.1.16 |
| 2744 | 2024-04-30T20:17:19.530Z | Documenting heck v0.4.1 |
| 2745 | 2024-04-30T20:17:19.916Z | Checking strsim v0.10.0 |
| 2746 | 2024-04-30T20:17:19.997Z | Checking unsafe-libyaml v0.2.10 |
| 2747 | 2024-04-30T20:17:20.100Z | Checking ident_case v1.0.1 |
| 2748 | 2024-04-30T20:17:20.132Z | Documenting new_debug_unreachable v1.0.4 |
| 2749 | 2024-04-30T20:17:20.253Z | Documenting minimal-lexical v0.2.1 |
| 2750 | 2024-04-30T20:17:21.181Z | Documenting precomputed-hash v0.1.1 |
| 2751 | 2024-04-30T20:17:21.857Z | Documenting fixedbitset v0.4.2 |
| 2752 | 2024-04-30T20:17:23.544Z | Documenting lalrpop-util v0.19.12 |
| 2753 | 2024-04-30T20:17:24.354Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2754 | 2024-04-30T20:17:24.354Z | Documenting yasna v0.5.2 |
| 2755 | 2024-04-30T20:17:32.130Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2756 | 2024-04-30T20:17:32.214Z | Documenting nom v7.1.3 |
| 2757 | 2024-04-30T20:17:32.279Z | Documenting string_cache v0.8.7 |
| 2758 | 2024-04-30T20:17:32.443Z | Documenting petgraph v0.6.4 |
| 2759 | 2024-04-30T20:17:32.570Z | Documenting postgres-types v0.2.6 |
| 2760 | 2024-04-30T20:17:32.817Z | Documenting phf v0.11.2 |
| 2761 | 2024-04-30T20:17:33.246Z | Documenting similar v2.4.0 |
| 2762 | 2024-04-30T20:17:33.246Z | Documenting elliptic-curve v0.13.8 |
| 2763 | 2024-04-30T20:17:36.751Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2764 | 2024-04-30T20:17:36.959Z | Documenting semver v1.0.22 |
| 2765 | 2024-04-30T20:17:37.447Z | Documenting float-cmp v0.9.0 |
| 2766 | 2024-04-30T20:17:37.545Z | Documenting difflib v0.4.0 |
| 2767 | 2024-04-30T20:17:38.554Z | Documenting whoami v1.5.1 |
| 2768 | 2024-04-30T20:17:38.790Z | Documenting peg-runtime v0.8.2 |
| 2769 | 2024-04-30T20:17:48.313Z | Documenting normalize-line-endings v0.3.0 |
| 2770 | 2024-04-30T20:17:48.332Z | Documenting unsafe-libyaml v0.2.10 |
| 2771 | 2024-04-30T20:17:48.454Z | Documenting predicates-core v1.0.6 |
| 2772 | 2024-04-30T20:17:48.582Z | Checking serde_yaml v0.9.25 |
| 2773 | 2024-04-30T20:17:48.761Z | Documenting tokio-postgres v0.7.10 |
| 2774 | 2024-04-30T20:17:48.868Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2775 | 2024-04-30T20:17:48.895Z | Checking darling_core v0.20.8 |
| 2776 | 2024-04-30T20:17:48.922Z | Documenting bit-set v0.5.3 |
| 2777 | 2024-04-30T20:17:50.442Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2778 | 2024-04-30T20:17:50.654Z | Documenting getopts v0.2.21 |
| 2779 | 2024-04-30T20:17:52.159Z | Documenting tokio-stream v0.1.15 |
| 2780 | 2024-04-30T20:17:52.450Z | Documenting serde_yaml v0.9.25 |
| 2781 | 2024-04-30T20:17:52.472Z | Documenting predicates v3.1.0 |
| 2782 | 2024-04-30T20:17:53.042Z | Documenting ident_case v1.0.1 |
| 2783 | 2024-04-30T20:17:54.775Z | Checking darling v0.20.8 |
| 2784 | 2024-04-30T20:17:54.881Z | Documenting is-terminal v0.4.9 |
| 2785 | 2024-04-30T20:17:56.601Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2786 | 2024-04-30T20:17:56.935Z | Documenting darling_core v0.20.8 |
| 2787 | 2024-04-30T20:17:57.351Z | Documenting strum v0.26.2 |
| 2788 | 2024-04-30T20:17:57.539Z | Documenting dirs-sys-next v0.1.2 |
| 2789 | 2024-04-30T20:17:57.839Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2790 | 2024-04-30T20:17:59.336Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2791 | 2024-04-30T20:17:59.407Z | Documenting match_cfg v0.1.0 |
| 2792 | 2024-04-30T20:18:00.647Z | Documenting sha1 v0.10.6 |
| 2793 | 2024-04-30T20:18:01.207Z | Documenting http v1.0.0 |
| 2794 | 2024-04-30T20:18:01.629Z | Documenting dirs-next v2.0.0 |
| 2795 | 2024-04-30T20:18:01.723Z | Documenting camino v1.1.6 |
| 2796 | 2024-04-30T20:18:02.294Z | Documenting hostname v0.3.1 |
| 2797 | 2024-04-30T20:18:03.779Z | Documenting paste v1.0.14 |
| 2798 | 2024-04-30T20:18:05.467Z | Documenting thread_local v1.1.7 |
| 2799 | 2024-04-30T20:18:05.585Z | Documenting darling_macro v0.20.8 |
| 2800 | 2024-04-30T20:18:05.712Z | Documenting rustls-pki-types v1.3.0 |
| 2801 | 2024-04-30T20:18:06.098Z | Documenting term v0.7.0 |
| 2802 | 2024-04-30T20:18:06.416Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2803 | 2024-04-30T20:18:06.441Z | Documenting crossbeam-channel v0.5.8 |
| 2804 | 2024-04-30T20:18:06.599Z | Documenting take_mut v0.2.2 |
| 2805 | 2024-04-30T20:18:07.861Z | Documenting slog-json v2.6.1 |
| 2806 | 2024-04-30T20:18:09.553Z | Documenting async-stream-impl v0.3.5 |
| 2807 | 2024-04-30T20:18:09.768Z | Documenting rustls-webpki v0.102.1 |
| 2808 | 2024-04-30T20:18:10.314Z | Documenting slog-term v2.9.1 |
| 2809 | 2024-04-30T20:18:10.371Z | Documenting darling v0.20.8 |
| 2810 | 2024-04-30T20:18:10.546Z | Documenting debug-ignore v1.0.5 |
| 2811 | 2024-04-30T20:18:10.861Z | Documenting slog-async v2.8.0 |
| 2812 | 2024-04-30T20:18:12.744Z | Documenting atomic-waker v1.1.1 |
| 2813 | 2024-04-30T20:18:13.555Z | Documenting slog-bunyan v2.5.0 |
| 2814 | 2024-04-30T20:18:14.248Z | Documenting async-stream v0.3.5 |
| 2815 | 2024-04-30T20:18:15.091Z | Documenting rustls v0.22.4 |
| 2816 | 2024-04-30T20:18:15.099Z | Documenting rustls-pemfile v2.1.2 |
| 2817 | 2024-04-30T20:18:15.308Z | Documenting multer v3.0.0 |
| 2818 | 2024-04-30T20:18:16.060Z | Documenting toml v0.8.12 |
| 2819 | 2024-04-30T20:18:16.064Z | Documenting waitgroup v0.1.2 |
| 2820 | 2024-04-30T20:18:16.064Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2821 | 2024-04-30T20:18:18.831Z | Documenting serde_path_to_error v0.1.16 |
| 2822 | 2024-04-30T20:18:18.886Z | Documenting serde_with_macros v3.7.0 |
| 2823 | 2024-04-30T20:18:19.564Z | Documenting structmeta-derive v0.3.0 |
| 2824 | 2024-04-30T20:18:19.670Z | Documenting newtype-uuid v1.1.0 |
| 2825 | 2024-04-30T20:18:20.372Z | Checking structmeta v0.3.0 |
| 2826 | 2024-04-30T20:18:20.588Z | Documenting instant v0.1.12 |
| 2827 | 2024-04-30T20:18:21.020Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2828 | 2024-04-30T20:18:21.462Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2829 | 2024-04-30T20:18:22.816Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2830 | 2024-04-30T20:18:23.681Z | Documenting serde_with v3.7.0 |
| 2831 | 2024-04-30T20:18:23.725Z | Documenting tokio-rustls v0.25.0 |
| 2832 | 2024-04-30T20:18:24.506Z | Documenting backoff v0.4.0 |
| 2833 | 2024-04-30T20:18:24.898Z | Documenting structmeta v0.3.0 |
| 2834 | 2024-04-30T20:18:25.019Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2835 | 2024-04-30T20:18:25.614Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2836 | 2024-04-30T20:18:27.064Z | Documenting macaddr v1.0.1 |
| 2837 | 2024-04-30T20:18:29.253Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2838 | 2024-04-30T20:18:29.481Z | Documenting parse-display-derive v0.9.0 |
| 2839 | 2024-04-30T20:18:29.587Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2840 | 2024-04-30T20:18:30.021Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2841 | 2024-04-30T20:18:30.417Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2842 | 2024-04-30T20:18:31.287Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2843 | 2024-04-30T20:18:31.301Z | Documenting fastrand v2.0.1 |
| 2844 | 2024-04-30T20:18:31.323Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2845 | 2024-04-30T20:18:31.504Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2846 | 2024-04-30T20:18:31.608Z | Documenting proc-macro-crate v1.3.1 |
| 2847 | 2024-04-30T20:18:33.032Z | Checking proc-macro-crate v1.3.1 |
| 2848 | 2024-04-30T20:18:33.248Z | Documenting foreign-types-macros v0.2.3 |
| 2849 | 2024-04-30T20:18:33.988Z | Documenting foreign-types-shared v0.3.1 |
| 2850 | 2024-04-30T20:18:34.021Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2851 | 2024-04-30T20:18:35.325Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2852 | 2024-04-30T20:18:35.462Z | Documenting tempfile v3.10.1 |
| 2853 | 2024-04-30T20:18:35.695Z | Documenting parse-display v0.9.0 |
| 2854 | 2024-04-30T20:18:36.695Z | Documenting num_enum_derive v0.5.11 |
| 2855 | 2024-04-30T20:18:36.956Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2856 | 2024-04-30T20:18:37.941Z | Documenting cstr-argument v0.1.2 |
| 2857 | 2024-04-30T20:18:38.118Z | Documenting foreign-types v0.5.0 |
| 2858 | 2024-04-30T20:18:38.316Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2859 | 2024-04-30T20:18:39.867Z | Documenting camino-tempfile v1.1.1 |
| 2860 | 2024-04-30T20:18:40.059Z | Documenting tabwriter v1.4.0 |
| 2861 | 2024-04-30T20:18:45.738Z | Documenting colored v2.1.0 |
| 2862 | 2024-04-30T20:18:45.859Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2863 | 2024-04-30T20:18:45.859Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2864 | 2024-04-30T20:18:45.859Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2865 | 2024-04-30T20:18:45.859Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2866 | 2024-04-30T20:18:45.859Z | Documenting hash32 v0.3.1 |
| 2867 | 2024-04-30T20:18:45.859Z | Documenting stable_deref_trait v1.2.0 |
| 2868 | 2024-04-30T20:18:45.859Z | Documenting num_enum v0.5.11 |
| 2869 | 2024-04-30T20:18:45.859Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2870 | 2024-04-30T20:18:46.087Z | Documenting smf v0.2.3 |
| 2871 | 2024-04-30T20:18:46.222Z | Documenting embedded-io v0.4.0 |
| 2872 | 2024-04-30T20:18:47.239Z | Documenting cobs v0.2.3 |
| 2873 | 2024-04-30T20:18:47.517Z | Documenting memmap v0.7.0 |
| 2874 | 2024-04-30T20:18:48.457Z | Documenting heapless v0.8.0 |
| 2875 | 2024-04-30T20:18:48.614Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2876 | 2024-04-30T20:18:49.553Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2877 | 2024-04-30T20:18:50.299Z | Documenting crucible-workspace-hack v0.1.0 |
| 2878 | 2024-04-30T20:18:50.350Z | Documenting postcard v1.0.8 |
| 2879 | 2024-04-30T20:18:51.809Z | Documenting usdt v0.5.0 |
| 2880 | 2024-04-30T20:18:52.584Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2881 | 2024-04-30T20:18:53.221Z | Documenting smoltcp v0.11.0 |
| 2882 | 2024-04-30T20:18:53.743Z | Documenting newline-converter v0.3.0 |
| 2883 | 2024-04-30T20:18:54.172Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2884 | 2024-04-30T20:18:54.924Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2885 | 2024-04-30T20:18:55.997Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2886 | 2024-04-30T20:18:56.107Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2887 | 2024-04-30T20:18:57.613Z | Documenting expectorate v1.1.0 |
| 2888 | 2024-04-30T20:18:57.761Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2889 | 2024-04-30T20:18:57.839Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2890 | 2024-04-30T20:18:57.928Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2891 | 2024-04-30T20:18:59.291Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2892 | 2024-04-30T20:18:59.319Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2893 | 2024-04-30T20:18:59.421Z | Documenting sigpipe v0.1.3 |
| 2894 | 2024-04-30T20:19:00.456Z | Documenting num-derive v0.4.0 |
| 2895 | 2024-04-30T20:19:00.611Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2896 | 2024-04-30T20:19:03.070Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2897 | 2024-04-30T20:19:03.476Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2898 | 2024-04-30T20:19:03.755Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2899 | 2024-04-30T20:19:04.095Z | Documenting password-hash v0.5.0 |
| 2900 | 2024-04-30T20:19:05.406Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2901 | 2024-04-30T20:19:05.422Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2902 | 2024-04-30T20:19:05.867Z | Documenting blake2 v0.10.6 |
| 2903 | 2024-04-30T20:19:08.273Z | Documenting linked-hash-map v0.5.6 |
| 2904 | 2024-04-30T20:19:08.443Z | Documenting proc-macro-error-attr v1.0.4 |
| 2905 | 2024-04-30T20:19:08.570Z | Documenting humantime v2.1.0 |
| 2906 | 2024-04-30T20:19:09.472Z | Checking proc-macro-error v1.0.4 |
| 2907 | 2024-04-30T20:19:09.750Z | Documenting bytecount v0.6.3 |
| 2908 | 2024-04-30T20:19:10.288Z | Documenting derive-where v1.2.7 |
| 2909 | 2024-04-30T20:19:10.668Z | Documenting argon2 v0.5.3 |
| 2910 | 2024-04-30T20:19:11.345Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2911 | 2024-04-30T20:19:12.377Z | Documenting lru-cache v0.1.2 |
| 2912 | 2024-04-30T20:19:12.535Z | Documenting proc-macro-error v1.0.4 |
| 2913 | 2024-04-30T20:19:12.726Z | Documenting swrite v0.1.0 |
| 2914 | 2024-04-30T20:19:12.947Z | Documenting papergrid v0.11.0 |
| 2915 | 2024-04-30T20:19:13.026Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2916 | 2024-04-30T20:19:15.910Z | Documenting newtype_derive v0.1.6 |
| 2917 | 2024-04-30T20:19:16.306Z | Documenting itertools v0.12.1 |
| 2918 | 2024-04-30T20:19:16.408Z | Documenting quick-error v1.2.3 |
| 2919 | 2024-04-30T20:19:16.656Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2920 | 2024-04-30T20:19:16.668Z | Documenting arc-swap v1.6.0 |
| 2921 | 2024-04-30T20:19:17.060Z | Documenting tabled_derive v0.7.0 |
| 2922 | 2024-04-30T20:19:17.701Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2923 | 2024-04-30T20:19:18.200Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2924 | 2024-04-30T20:19:19.790Z | Documenting steno v0.4.0 |
| 2925 | 2024-04-30T20:19:20.486Z | Documenting resolv-conf v0.7.0 |
| 2926 | 2024-04-30T20:19:20.925Z | Documenting slog-scope v4.4.0 |
| 2927 | 2024-04-30T20:19:21.974Z | Documenting tabled v0.15.0 |
| 2928 | 2024-04-30T20:19:23.535Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2929 | 2024-04-30T20:19:23.653Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2930 | 2024-04-30T20:19:24.327Z | Documenting num-rational v0.4.1 |
| 2931 | 2024-04-30T20:19:24.689Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2932 | 2024-04-30T20:19:24.845Z | Documenting trust-dns-resolver v0.22.0 |
| 2933 | 2024-04-30T20:19:25.154Z | Documenting slog-stdlog v4.1.1 |
| 2934 | 2024-04-30T20:19:28.708Z | Documenting num-complex v0.4.5 |
| 2935 | 2024-04-30T20:19:28.836Z | Documenting filetime v0.2.23 |
| 2936 | 2024-04-30T20:19:28.940Z | Documenting xattr v1.0.1 |
| 2937 | 2024-04-30T20:19:29.269Z | Documenting slog-envlogger v2.2.0 |
| 2938 | 2024-04-30T20:19:33.012Z | Documenting tap v1.0.1 |
| 2939 | 2024-04-30T20:19:33.041Z | Documenting tar v0.4.40 |
| 2940 | 2024-04-30T20:19:33.103Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2941 | 2024-04-30T20:19:33.396Z | Documenting num v0.4.2 |
| 2942 | 2024-04-30T20:19:34.340Z | Documenting radium v0.7.0 |
| 2943 | 2024-04-30T20:19:34.441Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2944 | 2024-04-30T20:19:34.816Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2945 | 2024-04-30T20:19:35.467Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2946 | 2024-04-30T20:19:35.709Z | Documenting nibble_vec v0.1.0 |
| 2947 | 2024-04-30T20:19:35.839Z | Documenting wyz v0.5.1 |
| 2948 | 2024-04-30T20:19:37.246Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2949 | 2024-04-30T20:19:37.409Z | Documenting endian-type v0.1.2 |
| 2950 | 2024-04-30T20:19:37.592Z | Documenting crc-catalog v2.2.0 |
| 2951 | 2024-04-30T20:19:39.132Z | Documenting funty v2.0.0 |
| 2952 | 2024-04-30T20:19:39.638Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2953 | 2024-04-30T20:19:40.080Z | Documenting cancel-safe-futures v0.1.5 |
| 2954 | 2024-04-30T20:19:40.109Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2955 | 2024-04-30T20:19:40.400Z | Documenting packed_struct_codegen v0.10.1 |
| 2956 | 2024-04-30T20:19:40.452Z | Documenting same-file v1.0.6 |
| 2957 | 2024-04-30T20:19:40.629Z | Documenting crc v3.0.1 |
| 2958 | 2024-04-30T20:19:41.374Z | Documenting radix_trie v0.2.1 |
| 2959 | 2024-04-30T20:19:41.873Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2960 | 2024-04-30T20:19:42.586Z | Documenting bitvec v1.0.1 |
| 2961 | 2024-04-30T20:19:43.754Z | Documenting nodrop v0.1.14 |
| 2962 | 2024-04-30T20:19:44.542Z | Documenting walkdir v2.5.0 |
| 2963 | 2024-04-30T20:19:46.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2964 | 2024-04-30T20:19:46.137Z | Documenting num-bigint-dig v0.8.4 |
| 2965 | 2024-04-30T20:19:46.137Z | Documenting pkcs1 v0.7.5 |
| 2966 | 2024-04-30T20:19:46.694Z | Documenting array-init v0.0.4 |
| 2967 | 2024-04-30T20:19:48.293Z | Documenting packed_struct v0.10.1 |
| 2968 | 2024-04-30T20:19:48.781Z | Documenting signature v2.1.0 |
| 2969 | 2024-04-30T20:19:49.278Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2970 | 2024-04-30T20:19:49.647Z | Documenting display-error-chain v0.2.0 |
| 2971 | 2024-04-30T20:19:50.088Z | Documenting bitfield v0.14.0 |
| 2972 | 2024-04-30T20:19:50.607Z | Documenting termcolor v1.2.0 |
| 2973 | 2024-04-30T20:19:52.157Z | Documenting serde-hex v0.1.0 |
| 2974 | 2024-04-30T20:19:53.117Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2975 | 2024-04-30T20:19:53.510Z | Documenting rsa v0.9.2 |
| 2976 | 2024-04-30T20:19:53.680Z | Documenting slog-dtrace v0.3.0 |
| 2977 | 2024-04-30T20:19:55.035Z | Documenting env_logger v0.10.0 |
| 2978 | 2024-04-30T20:19:55.307Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
| 2979 | 2024-04-30T20:19:55.307Z | --> nexus/types/src/sectioned_table.rs:145:7 |
| 2980 | 2024-04-30T20:19:55.307Z | | |
| 2981 | 2024-04-30T20:19:55.307Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
| 2982 | 2024-04-30T20:19:55.307Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
| 2983 | 2024-04-30T20:19:55.307Z | | |
| 2984 | 2024-04-30T20:19:55.307Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2985 | 2024-04-30T20:19:55.307Z | |
| 2986 | 2024-04-30T20:19:55.899Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2987 | 2024-04-30T20:19:56.175Z | Documenting pem v3.0.4 |
| 2988 | 2024-04-30T20:19:57.340Z | Documenting x509-cert v0.2.4 |
| 2989 | 2024-04-30T20:19:57.562Z | warning: `nexus-types` (lib doc) generated 1 warning |
| 2990 | 2024-04-30T20:19:57.578Z | Documenting libsw v3.3.1 |
| 2991 | 2024-04-30T20:19:57.614Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2992 | 2024-04-30T20:19:58.053Z | Documenting ron v0.8.1 |
| 2993 | 2024-04-30T20:20:00.116Z | Documenting half v2.3.1 |
| 2994 | 2024-04-30T20:20:00.302Z | Documenting crc-any v2.4.3 |
| 2995 | 2024-04-30T20:20:00.924Z | Documenting ciborium-io v0.2.2 |
| 2996 | 2024-04-30T20:20:02.011Z | Documenting linear-map v1.2.0 |
| 2997 | 2024-04-30T20:20:02.549Z | Documenting owo-colors v4.0.0 |
| 2998 | 2024-04-30T20:20:03.165Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2999 | 2024-04-30T20:20:03.301Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3000 | 2024-04-30T20:20:03.496Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 3001 | 2024-04-30T20:20:04.963Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3002 | 2024-04-30T20:20:05.023Z | Documenting ciborium-ll v0.2.2 |
| 3003 | 2024-04-30T20:20:05.134Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3004 | 2024-04-30T20:20:05.657Z | Documenting headers-core v0.2.0 |
| 3005 | 2024-04-30T20:20:07.597Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3006 | 2024-04-30T20:20:08.111Z | Documenting path-slash v0.1.5 |
| 3007 | 2024-04-30T20:20:09.268Z | Documenting ciborium v0.2.2 |
| 3008 | 2024-04-30T20:20:10.661Z | Documenting headers v0.3.9 |
| 3009 | 2024-04-30T20:20:12.172Z | Documenting fxhash v0.2.1 |
| 3010 | 2024-04-30T20:20:12.522Z | Documenting async-recursion v1.1.0 |
| 3011 | 2024-04-30T20:20:13.820Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 3012 | 2024-04-30T20:20:14.007Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3013 | 2024-04-30T20:20:16.196Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3014 | 2024-04-30T20:20:16.905Z | Documenting vte_generate_state_changes v0.1.1 |
| 3015 | 2024-04-30T20:20:17.185Z | Documenting convert_case v0.4.0 |
| 3016 | 2024-04-30T20:20:17.747Z | Checking convert_case v0.4.0 |
| 3017 | 2024-04-30T20:20:17.768Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3018 | 2024-04-30T20:20:17.949Z | Documenting buf-list v1.0.3 |
| 3019 | 2024-04-30T20:20:21.215Z | Documenting derive_more v0.99.17 |
| 3020 | 2024-04-30T20:20:21.335Z | Documenting vte v0.11.1 |
| 3021 | 2024-04-30T20:20:22.916Z | Documenting derive_builder_core v0.20.0 |
| 3022 | 2024-04-30T20:20:23.952Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3023 | 2024-04-30T20:20:29.028Z | Checking derive_builder_core v0.20.0 |
| 3024 | 2024-04-30T20:20:29.119Z | Documenting fd-lock v4.0.2 |
| 3025 | 2024-04-30T20:20:29.119Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3026 | 2024-04-30T20:20:29.119Z | Documenting bitstruct_derive v0.1.0 |
| 3027 | 2024-04-30T20:20:29.119Z | Documenting pin-project-internal v1.1.3 |
| 3028 | 2024-04-30T20:20:29.438Z | Documenting ascii v1.1.0 |
| 3029 | 2024-04-30T20:20:30.558Z | Documenting derive_builder_macro v0.20.0 |
| 3030 | 2024-04-30T20:20:31.438Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3031 | 2024-04-30T20:20:31.978Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3032 | 2024-04-30T20:20:32.682Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 3033 | 2024-04-30T20:20:33.483Z | Documenting bitstruct v0.1.1 |
| 3034 | 2024-04-30T20:20:33.916Z | Documenting pin-project v1.1.3 |
| 3035 | 2024-04-30T20:20:35.365Z | Documenting strip-ansi-escapes v0.2.0 |
| 3036 | 2024-04-30T20:20:36.190Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3037 | 2024-04-30T20:20:36.316Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3038 | 2024-04-30T20:20:36.544Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3039 | 2024-04-30T20:20:36.890Z | Documenting crossbeam-deque v0.8.3 |
| 3040 | 2024-04-30T20:20:38.557Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3041 | 2024-04-30T20:20:38.575Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3042 | 2024-04-30T20:20:39.475Z | Documenting serde_arrays v0.1.0 |
| 3043 | 2024-04-30T20:20:39.564Z | Documenting erased-serde v0.3.31 |
| 3044 | 2024-04-30T20:20:40.926Z | Documenting snafu-derive v0.8.2 |
| 3045 | 2024-04-30T20:20:41.520Z | Documenting ref-cast-impl v1.0.22 |
| 3046 | 2024-04-30T20:20:43.728Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3047 | 2024-04-30T20:20:43.949Z | Checking unicode-xid v0.2.4 |
| 3048 | 2024-04-30T20:20:44.033Z | Documenting nu-ansi-term v0.50.0 |
| 3049 | 2024-04-30T20:20:44.087Z | Documenting unicode-xid v0.2.4 |
| 3050 | 2024-04-30T20:20:44.733Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3051 | 2024-04-30T20:20:46.043Z | Documenting ref-cast v1.0.22 |
| 3052 | 2024-04-30T20:20:47.038Z | Documenting const_format_proc_macros v0.2.32 |
| 3053 | 2024-04-30T20:20:48.116Z | Documenting reedline v0.31.0 |
| 3054 | 2024-04-30T20:20:48.466Z | Documenting snafu v0.8.2 |
| 3055 | 2024-04-30T20:20:49.691Z | Documenting rayon-core v1.12.1 |
| 3056 | 2024-04-30T20:20:49.864Z | Documenting derive_builder v0.20.0 |
| 3057 | 2024-04-30T20:20:56.612Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3058 | 2024-04-30T20:20:56.886Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3059 | 2024-04-30T20:20:56.886Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3060 | 2024-04-30T20:20:57.332Z | Documenting libefi-sys v0.1.0 |
| 3061 | 2024-04-30T20:20:57.332Z | Documenting trust-dns-client v0.22.0 |
| 3062 | 2024-04-30T20:20:57.333Z | Documenting polar-core v0.27.3 |
| 3063 | 2024-04-30T20:20:57.918Z | Documenting libxml v0.3.3 |
| 3064 | 2024-04-30T20:20:59.123Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3065 | 2024-04-30T20:20:59.243Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3066 | 2024-04-30T20:21:00.032Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3067 | 2024-04-30T20:21:00.252Z | Documenting globset v0.4.13 |
| 3068 | 2024-04-30T20:21:02.569Z | Documenting bb8 v0.8.3 |
| 3069 | 2024-04-30T20:21:03.402Z | Documenting olpc-cjson v0.1.3 |
| 3070 | 2024-04-30T20:21:04.420Z | Documenting quick-xml v0.31.0 |
| 3071 | 2024-04-30T20:21:04.779Z | Documenting serde_plain v1.0.2 |
| 3072 | 2024-04-30T20:21:05.950Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3073 | 2024-04-30T20:21:06.349Z | Documenting oso-derive v0.27.3 |
| 3074 | 2024-04-30T20:21:08.142Z | Documenting maplit v1.0.2 |
| 3075 | 2024-04-30T20:21:08.269Z | Documenting typed-path v0.7.0 |
| 3076 | 2024-04-30T20:21:09.332Z | Documenting utf-8 v0.7.6 |
| 3077 | 2024-04-30T20:21:10.175Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3078 | 2024-04-30T20:21:11.093Z | Documenting keccak v0.1.4 |
| 3079 | 2024-04-30T20:21:11.687Z | Documenting samael v0.0.15 |
| 3080 | 2024-04-30T20:21:12.046Z | Documenting oso v0.27.3 |
| 3081 | 2024-04-30T20:21:12.323Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3082 | 2024-04-30T20:21:13.501Z | Documenting tungstenite v0.21.0 |
| 3083 | 2024-04-30T20:21:13.934Z | Documenting tough v0.17.1 |
| 3084 | 2024-04-30T20:21:14.217Z | Documenting sha3 v0.10.8 |
| 3085 | 2024-04-30T20:21:14.461Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3086 | 2024-04-30T20:21:17.938Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 3087 | 2024-04-30T20:21:18.636Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3088 | 2024-04-30T20:21:19.162Z | Documenting trust-dns-server v0.22.1 |
| 3089 | 2024-04-30T20:21:19.696Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3090 | 2024-04-30T20:21:23.017Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3091 | 2024-04-30T20:21:23.777Z | Documenting rayon v1.10.0 |
| 3092 | 2024-04-30T20:21:25.708Z | Documenting const_format v0.2.32 |
| 3093 | 2024-04-30T20:21:26.588Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3094 | 2024-04-30T20:21:26.901Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3095 | 2024-04-30T20:21:27.239Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3096 | 2024-04-30T20:21:27.444Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3097 | 2024-04-30T20:21:27.874Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3098 | 2024-04-30T20:21:28.045Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3099 | 2024-04-30T20:21:28.290Z | Documenting sled v0.34.7 |
| 3100 | 2024-04-30T20:21:28.595Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3101 | 2024-04-30T20:21:28.819Z | Documenting fs-err v2.11.0 |
| 3102 | 2024-04-30T20:21:29.637Z | Documenting nix v0.28.0 |
| 3103 | 2024-04-30T20:21:29.655Z | Documenting cookie v0.18.1 |
| 3104 | 2024-04-30T20:21:32.266Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 3105 | 2024-04-30T20:21:33.028Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3106 | 2024-04-30T20:21:33.349Z | Documenting secrecy v0.8.0 |
| 3107 | 2024-04-30T20:21:33.976Z | Documenting gethostname v0.4.3 |
| 3108 | 2024-04-30T20:21:34.042Z | Documenting peg-macros v0.8.2 |
| 3109 | 2024-04-30T20:21:35.121Z | Documenting rustversion v1.0.14 |
| 3110 | 2024-04-30T20:21:35.143Z | Documenting sqlparser_derive v0.2.2 |
| 3111 | 2024-04-30T20:21:35.286Z | Documenting parse-size v1.0.0 |
| 3112 | 2024-04-30T20:21:39.317Z | Documenting home v0.5.5 |
| 3113 | 2024-04-30T20:21:39.426Z | Documenting unicode_categories v0.1.1 |
| 3114 | 2024-04-30T20:21:39.426Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3115 | 2024-04-30T20:21:39.426Z | Documenting castaway v0.2.2 |
| 3116 | 2024-04-30T20:21:39.482Z | Documenting peg v0.8.2 |
| 3117 | 2024-04-30T20:21:39.796Z | Documenting sqlparser v0.45.0 |
| 3118 | 2024-04-30T20:21:41.246Z | Documenting rustyline v14.0.0 |
| 3119 | 2024-04-30T20:21:41.588Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3120 | 2024-04-30T20:21:42.170Z | Documenting sqlformat v0.2.3 |
| 3121 | 2024-04-30T20:21:42.945Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3122 | 2024-04-30T20:21:43.089Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3123 | 2024-04-30T20:21:46.618Z | Documenting tokio-tungstenite v0.21.0 |
| 3124 | 2024-04-30T20:21:47.189Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3125 | 2024-04-30T20:21:47.834Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3126 | 2024-04-30T20:21:50.681Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3127 | 2024-04-30T20:21:53.381Z | Documenting zone v0.1.8 |
| 3128 | 2024-04-30T20:21:54.623Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 3129 | 2024-04-30T20:21:54.681Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3130 | 2024-04-30T20:21:56.075Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3131 | 2024-04-30T20:21:57.937Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3132 | 2024-04-30T20:21:58.224Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3133 | 2024-04-30T20:21:58.919Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 3134 | 2024-04-30T20:22:00.849Z | Documenting portpicker v0.1.1 |
| 3135 | 2024-04-30T20:22:01.159Z | Documenting universal-hash v0.5.1 |
| 3136 | 2024-04-30T20:22:02.619Z | Documenting bcs v0.1.6 |
| 3137 | 2024-04-30T20:22:05.212Z | Documenting kstat-rs v0.2.3 |
| 3138 | 2024-04-30T20:22:06.284Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3139 | 2024-04-30T20:22:14.770Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3140 | 2024-04-30T20:22:15.234Z | Documenting highway v1.1.0 |
| 3141 | 2024-04-30T20:22:15.311Z | Documenting opaque-debug v0.3.0 |
| 3142 | 2024-04-30T20:22:15.340Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3143 | 2024-04-30T20:22:15.397Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3144 | 2024-04-30T20:22:15.471Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3145 | 2024-04-30T20:22:16.072Z | Documenting thiserror-no-std v2.0.2 |
| 3146 | 2024-04-30T20:22:18.718Z | Documenting poly1305 v0.8.0 |
| 3147 | 2024-04-30T20:22:18.743Z | Documenting compact_str v0.7.1 |
| 3148 | 2024-04-30T20:22:19.402Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3149 | 2024-04-30T20:22:19.591Z | Documenting curve25519-dalek v4.1.2 |
| 3150 | 2024-04-30T20:22:22.991Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3151 | 2024-04-30T20:22:23.146Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3152 | 2024-04-30T20:22:24.815Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3153 | 2024-04-30T20:22:25.121Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3154 | 2024-04-30T20:22:25.682Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3155 | 2024-04-30T20:22:25.932Z | Documenting portable-atomic v1.4.3 |
| 3156 | 2024-04-30T20:22:29.578Z | Documenting ed25519 v1.5.3 |
| 3157 | 2024-04-30T20:22:29.837Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2024-04-30T20:22:30.024Z | Documenting memoffset v0.7.1 |
| 3159 | 2024-04-30T20:22:30.160Z | Documenting unicase v2.7.0 |
| 3160 | 2024-04-30T20:22:32.791Z | Documenting rcgen v0.12.1 |
| 3161 | 2024-04-30T20:22:33.084Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3162 | 2024-04-30T20:22:33.680Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 3163 | 2024-04-30T20:22:35.906Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 3164 | 2024-04-30T20:22:36.351Z | warning: could not parse code block as Rust code |
| 3165 | 2024-04-30T20:22:36.352Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
| 3166 | 2024-04-30T20:22:36.352Z | | |
| 3167 | 2024-04-30T20:22:36.353Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
| 3168 | 2024-04-30T20:22:36.353Z | 247 | | /// |
| 3169 | 2024-04-30T20:22:36.353Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
| 3170 | 2024-04-30T20:22:36.354Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
| 3171 | 2024-04-30T20:22:36.354Z | ... | |
| 3172 | 2024-04-30T20:22:36.354Z | 277 | | /// |
| 3173 | 2024-04-30T20:22:36.354Z | 278 | | /// Will be parsed as `this string has " in it`. |
| 3174 | 2024-04-30T20:22:36.354Z | | |________________________________________________________^ |
| 3175 | 2024-04-30T20:22:36.355Z | | |
| 3176 | 2024-04-30T20:22:36.355Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
| 3177 | 2024-04-30T20:22:36.355Z | = note: error from rustc: unknown start of token: \ |
| 3178 | 2024-04-30T20:22:36.355Z | = note: error from rustc: unknown start of token: \ |
| 3179 | 2024-04-30T20:22:36.355Z | = note: error from rustc: unknown start of token: \ |
| 3180 | 2024-04-30T20:22:36.355Z | = note: error from rustc: unknown start of token: \ |
| 3181 | 2024-04-30T20:22:36.355Z | = note: error from rustc: unknown start of token: \ |
| 3182 | 2024-04-30T20:22:36.356Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
| 3183 | 2024-04-30T20:22:36.356Z | |
| 3184 | 2024-04-30T20:22:37.438Z | warning: `oximeter-db` (lib doc) generated 1 warning |
| 3185 | 2024-04-30T20:22:37.438Z | Documenting atomicwrites v0.4.3 |
| 3186 | 2024-04-30T20:22:39.517Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3187 | 2024-04-30T20:22:39.797Z | Documenting chacha20 v0.9.1 |
| 3188 | 2024-04-30T20:22:40.972Z | Documenting lru v0.12.1 |
| 3189 | 2024-04-30T20:22:42.004Z | Documenting aead v0.5.2 |
| 3190 | 2024-04-30T20:22:42.718Z | Documenting rand_seeder v0.2.3 |
| 3191 | 2024-04-30T20:22:45.088Z | Documenting nanorand v0.7.0 |
| 3192 | 2024-04-30T20:22:45.088Z | Documenting subprocess v0.2.9 |
| 3193 | 2024-04-30T20:22:45.416Z | Documenting stability v0.2.0 |
| 3194 | 2024-04-30T20:22:45.533Z | Documenting cassowary v0.3.0 |
| 3195 | 2024-04-30T20:22:46.821Z | Documenting number_prefix v0.4.0 |
| 3196 | 2024-04-30T20:22:47.478Z | Documenting glob v0.3.1 |
| 3197 | 2024-04-30T20:22:55.955Z | Documenting flume v0.11.0 |
| 3198 | 2024-04-30T20:22:56.216Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2024-04-30T20:22:56.409Z | Documenting chacha20poly1305 v0.10.1 |
| 3200 | 2024-04-30T20:22:56.434Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3201 | 2024-04-30T20:22:56.589Z | Documenting ratatui v0.26.2 |
| 3202 | 2024-04-30T20:22:56.792Z | Documenting indicatif v0.17.8 |
| 3203 | 2024-04-30T20:22:57.089Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3204 | 2024-04-30T20:23:00.760Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3205 | 2024-04-30T20:23:10.987Z | Documenting mime_guess v2.0.4 |
| 3206 | 2024-04-30T20:23:11.362Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3207 | 2024-04-30T20:23:11.649Z | Documenting salty v0.2.0 |
| 3208 | 2024-04-30T20:23:11.936Z | Documenting vsss-rs v3.3.4 |
| 3209 | 2024-04-30T20:23:12.521Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3210 | 2024-04-30T20:23:13.457Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3211 | 2024-04-30T20:23:14.429Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3212 | 2024-04-30T20:23:14.627Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3213 | 2024-04-30T20:23:15.301Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3214 | 2024-04-30T20:23:16.103Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3215 | 2024-04-30T20:23:16.413Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3216 | 2024-04-30T20:23:16.690Z | Documenting serde-big-array v0.5.1 |
| 3217 | 2024-04-30T20:23:17.818Z | Documenting rtoolbox v0.0.1 |
| 3218 | 2024-04-30T20:23:19.183Z | Documenting is_ci v1.2.0 |
| 3219 | 2024-04-30T20:23:19.270Z | Documenting http-range v0.1.5 |
| 3220 | 2024-04-30T20:23:20.288Z | Documenting unicode-linebreak v0.1.5 |
| 3221 | 2024-04-30T20:23:21.059Z | Documenting smawk v0.3.1 |
| 3222 | 2024-04-30T20:23:21.935Z | Documenting rpassword v7.3.1 |
| 3223 | 2024-04-30T20:23:23.124Z | Documenting supports-color v3.0.0 |
| 3224 | 2024-04-30T20:23:23.368Z | Documenting hyper-staticfile v0.9.5 |
| 3225 | 2024-04-30T20:23:23.998Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3226 | 2024-04-30T20:23:25.095Z | Documenting textwrap v0.16.1 |
| 3227 | 2024-04-30T20:23:26.070Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3228 | 2024-04-30T20:23:27.274Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3229 | 2024-04-30T20:23:27.353Z | Documenting tui-tree-widget v0.19.0 |
| 3230 | 2024-04-30T20:23:29.623Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3231 | 2024-04-30T20:23:30.236Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3232 | 2024-04-30T20:23:30.262Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3233 | 2024-04-30T20:23:31.444Z | warning: unresolved link to `test_sled_transitions` |
| 3234 | 2024-04-30T20:23:31.445Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
| 3235 | 2024-04-30T20:23:31.445Z | | |
| 3236 | 2024-04-30T20:23:31.445Z | 636 | /// [`test_sled_transitions`]. |
| 3237 | 2024-04-30T20:23:31.445Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3238 | 2024-04-30T20:23:31.445Z | | |
| 3239 | 2024-04-30T20:23:31.445Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3240 | 2024-04-30T20:23:31.445Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3241 | 2024-04-30T20:23:31.445Z | |
| 3242 | 2024-04-30T20:23:31.469Z | warning: unresolved link to `test_sled_transitions` |
| 3243 | 2024-04-30T20:23:31.470Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
| 3244 | 2024-04-30T20:23:31.470Z | | |
| 3245 | 2024-04-30T20:23:31.470Z | 672 | /// [`test_sled_transitions`]. |
| 3246 | 2024-04-30T20:23:31.470Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3247 | 2024-04-30T20:23:31.471Z | | |
| 3248 | 2024-04-30T20:23:31.471Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3249 | 2024-04-30T20:23:31.471Z | |
| 3250 | 2024-04-30T20:23:31.471Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3251 | 2024-04-30T20:23:31.472Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
| 3252 | 2024-04-30T20:23:31.472Z | | |
| 3253 | 2024-04-30T20:23:31.473Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3254 | 2024-04-30T20:23:31.473Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3255 | 2024-04-30T20:23:31.474Z | |
| 3256 | 2024-04-30T20:23:32.000Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3257 | 2024-04-30T20:23:33.615Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3258 | 2024-04-30T20:23:33.861Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3259 | 2024-04-30T20:23:34.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3260 | 2024-04-30T20:23:34.684Z | Documenting signal-hook-tokio v0.3.1 |
| 3261 | 2024-04-30T20:23:34.697Z | Documenting memmap2 v0.7.1 |
| 3262 | 2024-04-30T20:23:35.408Z | Documenting shell-words v1.1.0 |
| 3263 | 2024-04-30T20:23:37.225Z | Documenting constant_time_eq v0.3.0 |
| 3264 | 2024-04-30T20:23:39.467Z | Documenting arrayref v0.3.7 |
| 3265 | 2024-04-30T20:23:39.585Z | Documenting arrayvec v0.7.4 |
| 3266 | 2024-04-30T20:23:39.825Z | Documenting corncobs v0.1.3 |
| 3267 | 2024-04-30T20:23:40.362Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3268 | 2024-04-30T20:23:42.081Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3269 | 2024-04-30T20:23:42.857Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3270 | 2024-04-30T20:23:43.010Z | Documenting blake3 v1.5.0 |
| 3271 | 2024-04-30T20:23:43.143Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3272 | 2024-04-30T20:23:45.779Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3273 | 2024-04-30T20:23:47.772Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3274 | 2024-04-30T20:23:48.080Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3275 | 2024-04-30T20:23:50.141Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
| 3276 | 2024-04-30T20:23:50.160Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3277 | 2024-04-30T20:23:51.926Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2024-04-30T20:23:59.538Z | warning: unclosed HTML tag `usize` |
| 3279 | 2024-04-30T20:23:59.539Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 3280 | 2024-04-30T20:23:59.539Z | | |
| 3281 | 2024-04-30T20:23:59.539Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 3282 | 2024-04-30T20:23:59.539Z | | ^^^^^^^ |
| 3283 | 2024-04-30T20:23:59.539Z | | |
| 3284 | 2024-04-30T20:23:59.540Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 3285 | 2024-04-30T20:23:59.540Z | |
| 3286 | 2024-04-30T20:24:00.875Z | warning: `wicket` (lib doc) generated 1 warning |
| 3287 | 2024-04-30T20:24:00.956Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3288 | 2024-04-30T20:24:01.458Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3289 | 2024-04-30T20:24:03.470Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3290 | 2024-04-30T20:24:05.805Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 3291 | 2024-04-30T20:24:07.568Z | warning: unresolved link to `BlueprintDisksConfig` |
| 3292 | 2024-04-30T20:24:07.568Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
| 3293 | 2024-04-30T20:24:07.568Z | | |
| 3294 | 2024-04-30T20:24:07.568Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
| 3295 | 2024-04-30T20:24:07.568Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
| 3296 | 2024-04-30T20:24:07.568Z | | |
| 3297 | 2024-04-30T20:24:07.568Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3298 | 2024-04-30T20:24:07.568Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3299 | 2024-04-30T20:24:07.568Z | |
| 3300 | 2024-04-30T20:24:08.232Z | Documenting fatfs v0.3.6 |
| 3301 | 2024-04-30T20:24:08.572Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
| 3302 | 2024-04-30T20:24:08.591Z | Documenting assert_matches v1.5.0 |
| 3303 | 2024-04-30T20:24:11.556Z | Documenting topological-sort v0.2.2 |
| 3304 | 2024-04-30T20:24:13.574Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3305 | 2024-04-30T20:24:15.080Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3306 | 2024-04-30T20:24:16.039Z | Documenting omicron-zone-package v0.11.0 |
| 3307 | 2024-04-30T20:24:16.039Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3308 | 2024-04-30T20:24:19.515Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3309 | 2024-04-30T20:24:19.515Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3310 | 2024-04-30T20:24:19.515Z | | |
| 3311 | 2024-04-30T20:24:19.515Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3312 | 2024-04-30T20:24:19.515Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3313 | 2024-04-30T20:24:19.516Z | | |
| 3314 | 2024-04-30T20:24:19.516Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3315 | 2024-04-30T20:24:19.516Z | |
| 3316 | 2024-04-30T20:24:23.180Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3317 | 2024-04-30T20:24:23.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3318 | 2024-04-30T20:24:24.889Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3319 | 2024-04-30T20:24:25.275Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3320 | 2024-04-30T20:24:25.717Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3321 | 2024-04-30T20:24:25.841Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3322 | 2024-04-30T20:24:26.074Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3323 | 2024-04-30T20:24:26.826Z | Documenting termios v0.3.3 |
| 3324 | 2024-04-30T20:24:29.323Z | Documenting uzers v0.11.3 |
| 3325 | 2024-04-30T20:24:31.537Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3326 | 2024-04-30T20:24:32.824Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3327 | 2024-04-30T20:24:33.481Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3328 | 2024-04-30T20:24:40.199Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3329 | 2024-04-30T20:24:41.779Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3330 | 2024-04-30T20:24:45.733Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3331 | 2024-04-30T20:24:54.922Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3332 | 2024-04-30T20:25:07.508Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3333 | 2024-04-30T20:25:08.855Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3334 | 2024-04-30T20:25:18.833Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3335 | 2024-04-30T20:25:21.267Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3336 | 2024-04-30T20:25:26.594Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3337 | 2024-04-30T20:25:26.990Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3338 | 2024-04-30T20:25:27.375Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3339 | 2024-04-30T20:25:47.505Z | warning: unresolved link to `Nexus` |
| 3340 | 2024-04-30T20:25:47.505Z | --> nexus/src/app/instance_network.rs:280:34 |
| 3341 | 2024-04-30T20:25:47.505Z | | |
| 3342 | 2024-04-30T20:25:47.505Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3343 | 2024-04-30T20:25:47.505Z | | ^^^^^ no item named `Nexus` in scope |
| 3344 | 2024-04-30T20:25:47.506Z | | |
| 3345 | 2024-04-30T20:25:47.506Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3346 | 2024-04-30T20:25:47.506Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3347 | 2024-04-30T20:25:47.506Z | |
| 3348 | 2024-04-30T20:25:47.518Z | warning: unresolved link to `Nexus` |
| 3349 | 2024-04-30T20:25:47.518Z | --> nexus/src/app/instance_network.rs:458:34 |
| 3350 | 2024-04-30T20:25:47.518Z | | |
| 3351 | 2024-04-30T20:25:47.518Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3352 | 2024-04-30T20:25:47.518Z | | ^^^^^ no item named `Nexus` in scope |
| 3353 | 2024-04-30T20:25:47.518Z | | |
| 3354 | 2024-04-30T20:25:47.518Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3355 | 2024-04-30T20:25:47.518Z | |
| 3356 | 2024-04-30T20:25:47.518Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3357 | 2024-04-30T20:25:47.518Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3358 | 2024-04-30T20:25:47.518Z | | |
| 3359 | 2024-04-30T20:25:47.518Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3360 | 2024-04-30T20:25:47.518Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3361 | 2024-04-30T20:25:47.518Z | | |
| 3362 | 2024-04-30T20:25:47.518Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3363 | 2024-04-30T20:25:47.518Z | |
| 3364 | 2024-04-30T20:25:47.518Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3365 | 2024-04-30T20:25:47.519Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3366 | 2024-04-30T20:25:47.519Z | | |
| 3367 | 2024-04-30T20:25:47.519Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3368 | 2024-04-30T20:25:47.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3369 | 2024-04-30T20:25:47.519Z | |
| 3370 | 2024-04-30T20:25:47.519Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3371 | 2024-04-30T20:25:47.519Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3372 | 2024-04-30T20:25:47.519Z | | |
| 3373 | 2024-04-30T20:25:47.519Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3374 | 2024-04-30T20:25:47.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3375 | 2024-04-30T20:25:47.519Z | |
| 3376 | 2024-04-30T20:25:47.519Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3377 | 2024-04-30T20:25:47.519Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3378 | 2024-04-30T20:25:47.519Z | | |
| 3379 | 2024-04-30T20:25:47.519Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3380 | 2024-04-30T20:25:47.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3381 | 2024-04-30T20:25:47.519Z | |
| 3382 | 2024-04-30T20:25:47.519Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3383 | 2024-04-30T20:25:47.519Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3384 | 2024-04-30T20:25:47.519Z | | |
| 3385 | 2024-04-30T20:25:47.519Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3386 | 2024-04-30T20:25:47.519Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3387 | 2024-04-30T20:25:47.520Z | |
| 3388 | 2024-04-30T20:25:47.520Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3389 | 2024-04-30T20:25:47.520Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3390 | 2024-04-30T20:25:47.520Z | | |
| 3391 | 2024-04-30T20:25:47.520Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3392 | 2024-04-30T20:25:47.520Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3393 | 2024-04-30T20:25:47.520Z | |
| 3394 | 2024-04-30T20:25:47.520Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3395 | 2024-04-30T20:25:47.520Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3396 | 2024-04-30T20:25:47.520Z | | |
| 3397 | 2024-04-30T20:25:47.520Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3398 | 2024-04-30T20:25:47.520Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3399 | 2024-04-30T20:25:47.520Z | |
| 3400 | 2024-04-30T20:25:50.264Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
| 3401 | 2024-04-30T20:26:06.358Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 36s |
| 3402 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
| 3403 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
| 3404 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
| 3405 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
| 3406 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
| 3407 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
| 3408 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
| 3409 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
| 3410 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
| 3411 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
| 3412 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
| 3413 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
| 3414 | 2024-04-30T20:26:06.365Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
| 3415 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
| 3416 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
| 3417 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
| 3418 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
| 3419 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
| 3420 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
| 3421 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
| 3422 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
| 3423 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
| 3424 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
| 3425 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
| 3426 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
| 3427 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
| 3428 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
| 3429 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
| 3430 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
| 3431 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
| 3432 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
| 3433 | 2024-04-30T20:26:06.366Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
| 3434 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
| 3435 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
| 3436 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
| 3437 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
| 3438 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
| 3439 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
| 3440 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
| 3441 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
| 3442 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
| 3443 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
| 3444 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
| 3445 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
| 3446 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
| 3447 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
| 3448 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
| 3449 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
| 3450 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
| 3451 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
| 3452 | 2024-04-30T20:26:06.367Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
| 3453 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
| 3454 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
| 3455 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
| 3456 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3457 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
| 3458 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
| 3459 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
| 3460 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3461 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
| 3462 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
| 3463 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
| 3464 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
| 3465 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
| 3466 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
| 3467 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
| 3468 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
| 3469 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
| 3470 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
| 3471 | 2024-04-30T20:26:06.368Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
| 3472 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
| 3473 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
| 3474 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
| 3475 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
| 3476 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
| 3477 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
| 3478 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
| 3479 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
| 3480 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
| 3481 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
| 3482 | 2024-04-30T20:26:06.369Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
| 3483 | 2024-04-30T20:26:06.369Z | |
| 3484 | 2024-04-30T20:26:06.369Z | real 11:36.427405382 |
| 3485 | 2024-04-30T20:26:06.369Z | user 32:53.608716034 |
| 3486 | 2024-04-30T20:26:06.369Z | sys 47:44.478114618 |
| 3487 | 2024-04-30T20:26:06.369Z | trap 0.871547235 |
| 3488 | 2024-04-30T20:26:06.369Z | tflt 0.163456984 |
| 3489 | 2024-04-30T20:26:06.369Z | dflt 0.628795526 |
| 3490 | 2024-04-30T20:26:06.369Z | kflt 0.000166863 |
| 3491 | 2024-04-30T20:26:06.370Z | lock 3:11:43.725746850 |
| 3492 | 2024-04-30T20:26:06.370Z | slp 3:12:51.116337154 |
| 3493 | 2024-04-30T20:26:06.370Z | lat 4:34.038155211 |
| 3494 | 2024-04-30T20:26:06.370Z | stop 1:42.806621225 |
| 3495 | 2024-04-30T20:26:06.370Z | process exited: duration 1271513 ms, exit code 0 |
| |
| 3496 | 2024-04-30T20:26:06.382Z | found 0 output files |