|
|
|
| 1 | 2023-12-11T20:16:12.416Z | job assigned to worker 01HHD88YJ4DY2GD4NA785PTQ1P (queued for 1 m 37 s) |
| |
| 2 | 2023-12-11T20:16:13.330Z | starting task 0: "setup" |
| 3 | 2023-12-11T20:16:13.709Z | ++ uname -s |
| 4 | 2023-12-11T20:16:13.712Z | + kern=SunOS |
| 5 | 2023-12-11T20:16:13.712Z | + case "$kern" in |
| 6 | 2023-12-11T20:16:13.712Z | + groupadd -g 12345 build |
| 7 | 2023-12-11T20:16:13.715Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-11T20:16:15.726Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-11T20:16:16.109Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-11T20:16:16.116Z | + home_fs=zfs |
| 11 | 2023-12-11T20:16:16.116Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-11T20:16:16.116Z | + mkdir -p /home/build |
| 13 | 2023-12-11T20:16:16.116Z | + chown build:build /home/build /work |
| 14 | 2023-12-11T20:16:18.118Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-11T20:16:18.121Z | process exited: duration 4791 ms, exit code 0 |
| |
| 16 | 2023-12-11T20:16:18.128Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-11T20:16:18.136Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-11T20:16:18.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-11T20:16:18.320Z | info: downloading installer |
| 20 | 2023-12-11T20:16:21.647Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-11T20:16:21.647Z | warning: /opt/ooce/bin |
| 22 | 2023-12-11T20:16:21.647Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-11T20:16:21.647Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-11T20:16:21.647Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-11T20:16:21.648Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-11T20:16:21.648Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-11T20:16:21.648Z | error: cannot install while Rust is installed |
| 28 | 2023-12-11T20:16:21.649Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-11T20:16:22.144Z | info: profile set to 'default' |
| 30 | 2023-12-11T20:16:22.145Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-11T20:16:22.153Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-11T20:16:22.335Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-11T20:16:22.335Z | info: downloading component 'cargo' |
| 34 | 2023-12-11T20:16:23.131Z | info: downloading component 'clippy' |
| 35 | 2023-12-11T20:16:23.421Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-11T20:16:24.445Z | info: downloading component 'rust-std' |
| 37 | 2023-12-11T20:16:26.262Z | info: downloading component 'rustc' |
| 38 | 2023-12-11T20:16:30.844Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-11T20:16:31.197Z | info: installing component 'cargo' |
| 40 | 2023-12-11T20:16:33.645Z | info: installing component 'clippy' |
| 41 | 2023-12-11T20:16:34.772Z | info: installing component 'rust-docs' |
| 42 | 2023-12-11T20:16:37.457Z | info: installing component 'rust-std' |
| 43 | 2023-12-11T20:16:42.184Z | info: installing component 'rustc' |
| 44 | 2023-12-11T20:16:52.403Z | info: installing component 'rustfmt' |
| 45 | 2023-12-11T20:16:52.849Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-11T20:16:52.849Z | |
| 47 | 2023-12-11T20:16:52.984Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-11T20:16:52.984Z | |
| 49 | 2023-12-11T20:16:52.987Z | |
| 50 | 2023-12-11T20:16:52.987Z | Rust is installed now. Great! |
| 51 | 2023-12-11T20:16:52.987Z | |
| 52 | 2023-12-11T20:16:52.987Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-11T20:16:52.988Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-11T20:16:52.988Z | |
| 55 | 2023-12-11T20:16:52.988Z | To configure your current shell, run: |
| 56 | 2023-12-11T20:16:52.988Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-11T20:16:53.070Z | + rustc --version |
| 58 | 2023-12-11T20:16:53.181Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-11T20:16:53.187Z | process exited: duration 35061 ms, exit code 0 |
| |
| 60 | 2023-12-11T20:16:53.193Z | starting task 2: "authentication" |
| 61 | 2023-12-11T20:16:53.225Z | process exited: duration 31 ms, exit code 0 |
| |
| 62 | 2023-12-11T20:16:53.230Z | starting task 3: "clone repository" |
| 63 | 2023-12-11T20:16:53.237Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-11T20:16:53.240Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-11T20:16:53.405Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-11T20:17:00.532Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-11T20:17:00.535Z | + [[ -n oximeter-tests-dont-need-time ]] |
| 68 | 2023-12-11T20:17:00.535Z | + git fetch origin oximeter-tests-dont-need-time |
| 69 | 2023-12-11T20:17:00.905Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-11T20:17:00.905Z | * branch oximeter-tests-dont-need-time -> FETCH_HEAD |
| 71 | 2023-12-11T20:17:00.914Z | + git checkout -B oximeter-tests-dont-need-time remotes/origin/oximeter-tests-dont-need-time |
| 72 | 2023-12-11T20:17:00.990Z | Switched to a new branch 'oximeter-tests-dont-need-time' |
| 73 | 2023-12-11T20:17:00.994Z | branch 'oximeter-tests-dont-need-time' set up to track 'origin/oximeter-tests-dont-need-time'. |
| 74 | 2023-12-11T20:17:00.994Z | + git reset --hard efa2f499f782a369e5a810c6a1b9d05ee4a068ff |
| 75 | 2023-12-11T20:17:01.095Z | HEAD is now at efa2f499 Oximeter self-stat tests don't need to be based on time |
| 76 | 2023-12-11T20:17:01.098Z | process exited: duration 7866 ms, exit code 0 |
| |
| 77 | 2023-12-11T20:17:01.105Z | starting task 4: "build" |
| 78 | 2023-12-11T20:17:01.112Z | + cargo --version |
| 79 | 2023-12-11T20:17:01.119Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-11T20:17:01.349Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-11T20:17:01.352Z | info: downloading component 'cargo' |
| 82 | 2023-12-11T20:17:02.193Z | info: downloading component 'clippy' |
| 83 | 2023-12-11T20:17:02.459Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-11T20:17:03.504Z | info: downloading component 'rust-std' |
| 85 | 2023-12-11T20:17:05.274Z | info: downloading component 'rustc' |
| 86 | 2023-12-11T20:17:09.525Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-11T20:17:09.764Z | info: installing component 'cargo' |
| 88 | 2023-12-11T20:17:11.073Z | info: installing component 'clippy' |
| 89 | 2023-12-11T20:17:11.615Z | info: installing component 'rust-docs' |
| 90 | 2023-12-11T20:17:14.431Z | info: installing component 'rust-std' |
| 91 | 2023-12-11T20:17:17.037Z | info: installing component 'rustc' |
| 92 | 2023-12-11T20:17:23.288Z | info: installing component 'rustfmt' |
| 93 | 2023-12-11T20:17:23.824Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-11T20:17:23.828Z | + rustc --version |
| 95 | 2023-12-11T20:17:23.947Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-11T20:17:23.950Z | + source ./env.sh |
| 97 | 2023-12-11T20:17:23.954Z | ++ set -o xtrace |
| 98 | 2023-12-11T20:17:23.954Z | ++++ dirname ./env.sh |
| 99 | 2023-12-11T20:17:23.957Z | +++ cd . |
| 100 | 2023-12-11T20:17:23.957Z | +++ echo /work/oxidecomputer/omicron |
| 101 | 2023-12-11T20:17:23.958Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2023-12-11T20:17:23.958Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2023-12-11T20:17:23.959Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2023-12-11T20:17:23.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2023-12-11T20:17:23.959Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2023-12-11T20:17:23.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2023-12-11T20:17:23.959Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2023-12-11T20:17:23.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2023-12-11T20:17:23.959Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2023-12-11T20:17:23.959Z | ++ unset OMICRON_WS |
| 111 | 2023-12-11T20:17:23.959Z | ++ set +o xtrace |
| 112 | 2023-12-11T20:17:24.065Z | |
| 113 | 2023-12-11T20:17:24.065Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2023-12-11T20:17:24.065Z | # # # # # # # # # # # # # # # |
| 115 | 2023-12-11T20:17:24.065Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2023-12-11T20:17:24.065Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2023-12-11T20:17:24.065Z | # # # # # # # # # # # # # # # |
| 118 | 2023-12-11T20:17:24.066Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2023-12-11T20:17:24.066Z | |
| 120 | 2023-12-11T20:17:36.698Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 121 | 2023-12-11T20:17:37.976Z | Startup: Caching catalogs ... Done |
| 122 | 2023-12-11T20:17:45.225Z | Planning: Solver setup ... Done (6.825s) |
| 123 | 2023-12-11T20:17:45.388Z | Planning: Running solver ... Done (0.159s) |
| 124 | 2023-12-11T20:17:45.464Z | Planning: Finding local manifests ... Done (0.005s) |
| 125 | 2023-12-11T20:17:45.496Z | Planning: Fetching manifests: 0/6 0% complete |
| 126 | 2023-12-11T20:17:47.050Z | Planning: Fetching manifests: 6/6 100% complete |
| 127 | 2023-12-11T20:17:47.146Z | Planning: Package planning ... Done (0.097s) |
| 128 | 2023-12-11T20:17:47.233Z | Planning: Merging actions ... Done (0.087s) |
| 129 | 2023-12-11T20:17:48.125Z | Planning: Checking for conflicting actions ... Done (0.888s) |
| 130 | 2023-12-11T20:17:48.141Z | Planning: Consolidating action changes ... Done (0.018s) |
| 131 | 2023-12-11T20:17:53.364Z | Planning: Evaluating mediators ... Done (5.225s) |
| 132 | 2023-12-11T20:17:53.479Z | Planning: Planning completed in 15.44 seconds |
| 133 | 2023-12-11T20:17:53.510Z | Packages to install: 4 |
| 134 | 2023-12-11T20:17:53.519Z | Packages to update: 2 |
| 135 | 2023-12-11T20:17:53.519Z | Mediators to change: 2 |
| 136 | 2023-12-11T20:17:53.520Z | Services to change: 1 |
| 137 | 2023-12-11T20:17:53.520Z | Estimated space available: 148.88 GB |
| 138 | 2023-12-11T20:17:53.520Z | Estimated space to be consumed: 1.43 GB |
| 139 | 2023-12-11T20:17:53.520Z | Create boot environment: No |
| 140 | 2023-12-11T20:17:53.520Z | Create backup boot environment: Yes |
| 141 | 2023-12-11T20:17:53.521Z | Rebuild boot archive: No |
| 142 | 2023-12-11T20:17:53.521Z | |
| 143 | 2023-12-11T20:17:53.521Z | Changed mediators: |
| 144 | 2023-12-11T20:17:53.521Z | mediator clang: |
| 145 | 2023-12-11T20:17:53.521Z | version: None -> 15 (system default) |
| 146 | 2023-12-11T20:17:53.521Z | |
| 147 | 2023-12-11T20:17:53.522Z | mediator llvm: |
| 148 | 2023-12-11T20:17:53.522Z | version: 14 (system default) -> 15 (system default) |
| 149 | 2023-12-11T20:17:53.522Z | |
| 150 | 2023-12-11T20:17:53.522Z | Changed packages: |
| 151 | 2023-12-11T20:17:53.522Z | helios-dev |
| 152 | 2023-12-11T20:17:53.522Z | developer/build-essential |
| 153 | 2023-12-11T20:17:53.523Z | None -> 11-2.0 |
| 154 | 2023-12-11T20:17:53.523Z | library/libxmlsec1 |
| 155 | 2023-12-11T20:17:53.523Z | None -> 1.2.35-2.0 |
| 156 | 2023-12-11T20:17:53.523Z | ooce/developer/clang-15 |
| 157 | 2023-12-11T20:17:53.523Z | None -> 15.0.7-2.0 |
| 158 | 2023-12-11T20:17:53.524Z | ooce/developer/llvm-15 |
| 159 | 2023-12-11T20:17:53.524Z | None -> 15.0.7-2.0 |
| 160 | 2023-12-11T20:17:53.524Z | system/library/g++-runtime |
| 161 | 2023-12-11T20:17:53.524Z | 12-2.0 -> 13-2.0 |
| 162 | 2023-12-11T20:17:53.524Z | system/library/gcc-runtime |
| 163 | 2023-12-11T20:17:53.524Z | 12-2.0 -> 13-2.0 |
| 164 | 2023-12-11T20:17:53.524Z | |
| 165 | 2023-12-11T20:17:53.524Z | Services: |
| 166 | 2023-12-11T20:17:53.525Z | restart_fmri: |
| 167 | 2023-12-11T20:17:53.525Z | svc:/system/update-man-index:default |
| 168 | 2023-12-11T20:17:53.832Z | |
| 169 | 2023-12-11T20:17:53.832Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 170 | 2023-12-11T20:18:09.564Z | Download: 1199/3330 items 83.5/221.1MB 37% complete (17.1M/s) |
| 171 | 2023-12-11T20:18:09.564Z | Download: 2947/3330 items 121.2/221.1MB 54% complete (12.3M/s) |
| 172 | 2023-12-11T20:18:09.729Z | Download: 3285/3330 items 211.1/221.1MB 95% complete (13.5M/s) |
| 173 | 2023-12-11T20:18:10.612Z | Download: Completed 221.11 MB in 16.78 seconds (13.2M/s) |
| 174 | 2023-12-11T20:18:12.604Z | Actions: 1/3766 actions (Removing old actions) |
| 175 | 2023-12-11T20:18:12.604Z | Actions: 5/3766 actions (Installing new actions) |
| 176 | 2023-12-11T20:18:17.612Z | Actions: 2762/3766 actions (Installing new actions) |
| 177 | 2023-12-11T20:18:21.207Z | Actions: 3729/3766 actions (Updating modified actions) |
| 178 | 2023-12-11T20:18:21.899Z | Actions: Completed 3766 actions in 9.29 seconds. |
| 179 | 2023-12-11T20:18:22.015Z | Done (0.108s) |
| 180 | 2023-12-11T20:18:22.019Z | Done (0.000s) |
| 181 | 2023-12-11T20:18:22.295Z | Done (0.273s) |
| 182 | 2023-12-11T20:18:30.088Z | Done (7.654s) |
| 183 | 2023-12-11T20:18:30.400Z | Done (0.213s) |
| 184 | 2023-12-11T20:18:30.404Z | Done (0.000s) |
| 185 | 2023-12-11T20:18:30.621Z | Done (0.000s) |
| 186 | 2023-12-11T20:18:31.346Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2023-12-11T20:18:31.637Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2023-12-11T20:18:31.640Z | Planning: Consolidating action changes ... Done |
| 189 | 2023-12-11T20:18:32.095Z | Planning: Evaluating mediators ... Done |
| 190 | 2023-12-11T20:18:32.099Z | Planning: Planning completed in 0.73 seconds |
| 191 | 2023-12-11T20:18:32.143Z | Mediators to change: 2 |
| 192 | 2023-12-11T20:18:32.150Z | Create boot environment: No |
| 193 | 2023-12-11T20:18:32.151Z | Create backup boot environment: No |
| 194 | 2023-12-11T20:18:32.307Z | Done |
| 195 | 2023-12-11T20:18:32.307Z | Done |
| 196 | 2023-12-11T20:18:32.468Z | Done |
| 197 | 2023-12-11T20:18:38.322Z | Done |
| 198 | 2023-12-11T20:18:38.447Z | Done |
| 199 | 2023-12-11T20:18:38.450Z | Done |
| 200 | 2023-12-11T20:18:38.542Z | Done |
| 201 | 2023-12-11T20:18:39.555Z | Planning: Evaluating mediator changes ... Done |
| 202 | 2023-12-11T20:18:39.567Z | Planning: Merging actions ... Done |
| 203 | 2023-12-11T20:18:39.893Z | Planning: Checking for conflicting actions ... Done |
| 204 | 2023-12-11T20:18:39.943Z | Planning: Consolidating action changes ... Done |
| 205 | 2023-12-11T20:18:40.348Z | Planning: Evaluating mediators ... Done |
| 206 | 2023-12-11T20:18:40.447Z | Planning: Planning completed in 1.32 seconds |
| 207 | 2023-12-11T20:18:40.495Z | Packages to change: 1 |
| 208 | 2023-12-11T20:18:40.495Z | Mediators to change: 1 |
| 209 | 2023-12-11T20:18:40.498Z | Services to change: 1 |
| 210 | 2023-12-11T20:18:40.498Z | Create boot environment: No |
| 211 | 2023-12-11T20:18:40.498Z | Create backup boot environment: Yes |
| 212 | 2023-12-11T20:18:43.265Z | Actions: 1/6 actions (Updating modified actions) |
| 213 | 2023-12-11T20:18:43.291Z | Actions: Completed 6 actions in 0.00 seconds. |
| 214 | 2023-12-11T20:18:43.291Z | Done |
| 215 | 2023-12-11T20:18:43.291Z | Done |
| 216 | 2023-12-11T20:18:43.291Z | Done |
| 217 | 2023-12-11T20:18:48.436Z | Done |
| 218 | 2023-12-11T20:18:48.557Z | Done |
| 219 | 2023-12-11T20:18:48.560Z | Done |
| 220 | 2023-12-11T20:18:48.668Z | Done |
| 221 | 2023-12-11T20:18:49.342Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 222 | 2023-12-11T20:18:49.342Z | clang system 15 system |
| 223 | 2023-12-11T20:18:49.342Z | csh system system illumos |
| 224 | 2023-12-11T20:18:49.343Z | ctags system system illumos |
| 225 | 2023-12-11T20:18:49.343Z | gcc vendor 12 vendor |
| 226 | 2023-12-11T20:18:49.343Z | gcc system 10 system |
| 227 | 2023-12-11T20:18:49.343Z | gcc system 7 system |
| 228 | 2023-12-11T20:18:49.343Z | go system 1.20 system |
| 229 | 2023-12-11T20:18:49.343Z | go system 1.19 system |
| 230 | 2023-12-11T20:18:49.343Z | llvm system 15 system |
| 231 | 2023-12-11T20:18:49.343Z | llvm system 14 system |
| 232 | 2023-12-11T20:18:49.343Z | mariadb system 10.6 system |
| 233 | 2023-12-11T20:18:49.343Z | mta vendor vendor dma |
| 234 | 2023-12-11T20:18:49.343Z | openjdk system 17 system |
| 235 | 2023-12-11T20:18:49.343Z | openjdk system 11 system |
| 236 | 2023-12-11T20:18:49.343Z | openjdk system 1.8 system |
| 237 | 2023-12-11T20:18:49.343Z | openssl vendor 3 vendor |
| 238 | 2023-12-11T20:18:49.343Z | perl system 5.36 system |
| 239 | 2023-12-11T20:18:49.343Z | postgresql system 15 system |
| 240 | 2023-12-11T20:18:49.343Z | postgresql system 13 system |
| 241 | 2023-12-11T20:18:49.343Z | python vendor 3 vendor |
| 242 | 2023-12-11T20:18:49.344Z | python system 2 system |
| 243 | 2023-12-11T20:18:49.344Z | python3 system 3.11 system |
| 244 | 2023-12-11T20:18:49.344Z | ruby system 3.0 system |
| 245 | 2023-12-11T20:18:49.344Z | words vendor vendor american-english |
| 246 | 2023-12-11T20:18:49.344Z | words system system australian-english |
| 247 | 2023-12-11T20:18:49.344Z | words system system british-english |
| 248 | 2023-12-11T20:18:49.344Z | words system system canadian-english |
| 249 | 2023-12-11T20:18:49.344Z | words system system french |
| 250 | 2023-12-11T20:18:49.346Z | words system system italian |
| 251 | 2023-12-11T20:18:49.346Z | words system system ngerman |
| 252 | 2023-12-11T20:18:49.346Z | words system system ogerman |
| 253 | 2023-12-11T20:18:49.346Z | words system system spanish |
| 254 | 2023-12-11T20:18:49.872Z | FMRI IFO |
| 255 | 2023-12-11T20:18:49.872Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 256 | 2023-12-11T20:18:49.872Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 257 | 2023-12-11T20:18:49.872Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 258 | 2023-12-11T20:18:49.873Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 259 | 2023-12-11T20:18:49.873Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 260 | 2023-12-11T20:18:49.873Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 261 | 2023-12-11T20:18:49.873Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 262 | 2023-12-11T20:18:49.873Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 263 | 2023-12-11T20:18:49.948Z | + set -o errexit |
| 264 | 2023-12-11T20:18:49.952Z | +++ dirname ./tools/ci_download_cockroachdb |
| 265 | 2023-12-11T20:18:49.955Z | ++ cd ./tools |
| 266 | 2023-12-11T20:18:49.955Z | ++ pwd |
| 267 | 2023-12-11T20:18:49.955Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 268 | 2023-12-11T20:18:49.955Z | ++ basename ./tools/ci_download_cockroachdb |
| 269 | 2023-12-11T20:18:49.958Z | + ARG0=ci_download_cockroachdb |
| 270 | 2023-12-11T20:18:49.958Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 271 | 2023-12-11T20:18:49.961Z | + CIDL_VERSION=v22.1.9 |
| 272 | 2023-12-11T20:18:49.961Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 273 | 2023-12-11T20:18:49.961Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 274 | 2023-12-11T20:18:49.961Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 275 | 2023-12-11T20:18:49.961Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 276 | 2023-12-11T20:18:49.962Z | + TARGET_DIR=out |
| 277 | 2023-12-11T20:18:49.962Z | + DOWNLOAD_DIR=out/downloads |
| 278 | 2023-12-11T20:18:49.962Z | + DEST_DIR=./out/cockroachdb |
| 279 | 2023-12-11T20:18:49.962Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 280 | 2023-12-11T20:18:49.962Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 281 | 2023-12-11T20:18:49.962Z | + main |
| 282 | 2023-12-11T20:18:49.962Z | + [[ 0 != 0 ]] |
| 283 | 2023-12-11T20:18:49.962Z | + CIDL_OS=solaris2.11 |
| 284 | 2023-12-11T20:18:49.962Z | + [[ 0 != 0 ]] |
| 285 | 2023-12-11T20:18:49.962Z | + configure_os solaris2.11 |
| 286 | 2023-12-11T20:18:49.962Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 287 | 2023-12-11T20:18:49.962Z | current directory: /work/oxidecomputer/omicron |
| 288 | 2023-12-11T20:18:49.962Z | + echo 'configuring based on OS: "solaris2.11"' |
| 289 | 2023-12-11T20:18:49.962Z | + case "$1" in |
| 290 | 2023-12-11T20:18:49.962Z | configuring based on OS: "solaris2.11" |
| 291 | 2023-12-11T20:18:49.962Z | + CIDL_BUILD=illumos |
| 292 | 2023-12-11T20:18:49.962Z | + CIDL_SUFFIX=tar.gz |
| 293 | 2023-12-11T20:18:49.963Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 294 | 2023-12-11T20:18:49.963Z | + CIDL_MD5FUNC=do_md5sum |
| 295 | 2023-12-11T20:18:49.963Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 296 | 2023-12-11T20:18:49.963Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 297 | 2023-12-11T20:18:49.963Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 298 | 2023-12-11T20:18:49.963Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2023-12-11T20:18:49.963Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2023-12-11T20:18:49.963Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 301 | 2023-12-11T20:18:49.963Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 302 | 2023-12-11T20:18:49.963Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 303 | 2023-12-11T20:18:49.963Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 304 | 2023-12-11T20:18:49.963Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 305 | 2023-12-11T20:18:49.963Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2023-12-11T20:18:49.963Z | + mkdir -p out/downloads |
| 307 | 2023-12-11T20:18:49.978Z | + mkdir -p ./out/cockroachdb |
| 308 | 2023-12-11T20:18:49.978Z | + local DO_DOWNLOAD=true |
| 309 | 2023-12-11T20:18:49.978Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 310 | 2023-12-11T20:18:49.978Z | + '[' true == true ']' |
| 311 | 2023-12-11T20:18:49.978Z | + echo Downloading... |
| 312 | 2023-12-11T20:18:49.978Z | Downloading... |
| 313 | 2023-12-11T20:18:49.978Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 314 | 2023-12-11T20:18:49.978Z | + 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 |
| 315 | 2023-12-11T20:18:52.955Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 316 | 2023-12-11T20:18:52.967Z | ++ md5sum |
| 317 | 2023-12-11T20:18:52.967Z | ++ awk '{print $1}' |
| 318 | 2023-12-11T20:18:53.089Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 319 | 2023-12-11T20:18:53.089Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 320 | 2023-12-11T20:18:53.089Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 321 | 2023-12-11T20:18:53.095Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 322 | 2023-12-11T20:18:56.447Z | + do_assemble_illumos |
| 323 | 2023-12-11T20:18:56.448Z | + rm -r ./out/cockroachdb |
| 324 | 2023-12-11T20:18:56.866Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 325 | 2023-12-11T20:18:57.093Z | + ./out/cockroachdb/bin/cockroach version |
| 326 | 2023-12-11T20:18:57.447Z | Build Tag: v22.1.9-dirty |
| 327 | 2023-12-11T20:18:57.447Z | Build Time: 2022/10/26 21:17:46 |
| 328 | 2023-12-11T20:18:57.447Z | Distribution: OSS |
| 329 | 2023-12-11T20:18:57.447Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 330 | 2023-12-11T20:18:57.448Z | Go Version: go1.17.13 |
| 331 | 2023-12-11T20:18:57.448Z | C Compiler: gcc 10.3.0 |
| 332 | 2023-12-11T20:18:57.448Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 333 | 2023-12-11T20:18:57.448Z | Build Type: release |
| 334 | 2023-12-11T20:18:57.476Z | + set -o errexit |
| 335 | 2023-12-11T20:18:57.480Z | +++ dirname ./tools/ci_download_clickhouse |
| 336 | 2023-12-11T20:18:57.480Z | ++ cd ./tools |
| 337 | 2023-12-11T20:18:57.481Z | ++ pwd |
| 338 | 2023-12-11T20:18:57.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 339 | 2023-12-11T20:18:57.485Z | ++ basename ./tools/ci_download_clickhouse |
| 340 | 2023-12-11T20:18:57.486Z | + ARG0=ci_download_clickhouse |
| 341 | 2023-12-11T20:18:57.486Z | + TARGET_DIR=out |
| 342 | 2023-12-11T20:18:57.486Z | + DOWNLOAD_DIR=out/downloads |
| 343 | 2023-12-11T20:18:57.486Z | + DEST_DIR=./out/clickhouse |
| 344 | 2023-12-11T20:18:57.486Z | + CIDL_VERSION=v22.8.9.24 |
| 345 | 2023-12-11T20:18:57.486Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 346 | 2023-12-11T20:18:57.486Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 347 | 2023-12-11T20:18:57.486Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 348 | 2023-12-11T20:18:57.487Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 349 | 2023-12-11T20:18:57.487Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 350 | 2023-12-11T20:18:57.487Z | + main |
| 351 | 2023-12-11T20:18:57.487Z | + [[ 0 != 0 ]] |
| 352 | 2023-12-11T20:18:57.489Z | + CIDL_OS=solaris2.11 |
| 353 | 2023-12-11T20:18:57.489Z | + [[ 0 != 0 ]] |
| 354 | 2023-12-11T20:18:57.489Z | + configure_os solaris2.11 |
| 355 | 2023-12-11T20:18:57.489Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 356 | 2023-12-11T20:18:57.489Z | current directory: /work/oxidecomputer/omicron |
| 357 | 2023-12-11T20:18:57.489Z | + echo 'configuring based on OS: "solaris2.11"' |
| 358 | 2023-12-11T20:18:57.489Z | configuring based on OS: "solaris2.11" |
| 359 | 2023-12-11T20:18:57.489Z | + CIDL_DASHREV= |
| 360 | 2023-12-11T20:18:57.489Z | + case "$1" in |
| 361 | 2023-12-11T20:18:57.490Z | + CIDL_PLATFORM=illumos |
| 362 | 2023-12-11T20:18:57.491Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 363 | 2023-12-11T20:18:57.491Z | + CIDL_MD5FUNC=do_md5sum |
| 364 | 2023-12-11T20:18:57.492Z | + CIDL_DASHREV=-1 |
| 365 | 2023-12-11T20:18:57.492Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 366 | 2023-12-11T20:18:57.492Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 367 | 2023-12-11T20:18:57.492Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 368 | 2023-12-11T20:18:57.492Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 369 | 2023-12-11T20:18:57.492Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 370 | 2023-12-11T20:18:57.492Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 371 | 2023-12-11T20:18:57.492Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 372 | 2023-12-11T20:18:57.493Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 373 | 2023-12-11T20:18:57.493Z | + mkdir -p out/downloads |
| 374 | 2023-12-11T20:18:57.497Z | + mkdir -p ./out/clickhouse |
| 375 | 2023-12-11T20:18:57.497Z | + local DO_DOWNLOAD=true |
| 376 | 2023-12-11T20:18:57.497Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 377 | 2023-12-11T20:18:57.497Z | + '[' true == true ']' |
| 378 | 2023-12-11T20:18:57.497Z | + echo Downloading... |
| 379 | 2023-12-11T20:18:57.498Z | Downloading... |
| 380 | 2023-12-11T20:18:57.498Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 381 | 2023-12-11T20:18:57.498Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 382 | 2023-12-11T20:18:59.458Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 383 | 2023-12-11T20:18:59.481Z | ++ md5sum |
| 384 | 2023-12-11T20:18:59.481Z | ++ awk '{print $1}' |
| 385 | 2023-12-11T20:18:59.921Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 386 | 2023-12-11T20:18:59.921Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 387 | 2023-12-11T20:18:59.921Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 388 | 2023-12-11T20:18:59.921Z | + mkdir -p ./out/clickhouse |
| 389 | 2023-12-11T20:18:59.921Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 390 | 2023-12-11T20:19:04.495Z | + ./out/clickhouse/clickhouse server --version |
| 391 | 2023-12-11T20:19:04.549Z | ClickHouse server version 22.8.9.1. |
| 392 | 2023-12-11T20:19:04.571Z | + set -o errexit |
| 393 | 2023-12-11T20:19:04.575Z | +++ dirname ./tools/ci_download_console |
| 394 | 2023-12-11T20:19:04.579Z | ++ cd ./tools |
| 395 | 2023-12-11T20:19:04.579Z | ++ pwd |
| 396 | 2023-12-11T20:19:04.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 397 | 2023-12-11T20:19:04.579Z | ++ basename ./tools/ci_download_console |
| 398 | 2023-12-11T20:19:04.585Z | + ARG0=ci_download_console |
| 399 | 2023-12-11T20:19:04.585Z | + TARGET_DIR=out |
| 400 | 2023-12-11T20:19:04.585Z | + DOWNLOAD_DIR=out/downloads |
| 401 | 2023-12-11T20:19:04.586Z | + DEST_DIR=./out/console-assets |
| 402 | 2023-12-11T20:19:04.586Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 403 | 2023-12-11T20:19:04.586Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
| 404 | 2023-12-11T20:19:04.586Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 405 | 2023-12-11T20:19:04.586Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 406 | 2023-12-11T20:19:04.587Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 407 | 2023-12-11T20:19:04.587Z | + main |
| 408 | 2023-12-11T20:19:04.587Z | + [[ 0 != 0 ]] |
| 409 | 2023-12-11T20:19:04.587Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
| 410 | 2023-12-11T20:19:04.587Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 411 | 2023-12-11T20:19:04.588Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 412 | 2023-12-11T20:19:04.590Z | Local file: out/downloads/console.tar.gz |
| 413 | 2023-12-11T20:19:04.590Z | + local DO_DOWNLOAD=true |
| 414 | 2023-12-11T20:19:04.590Z | + [[ -f out/downloads/console.tar.gz ]] |
| 415 | 2023-12-11T20:19:04.590Z | + mkdir -p out/downloads |
| 416 | 2023-12-11T20:19:04.590Z | + '[' true == true ']' |
| 417 | 2023-12-11T20:19:04.590Z | + echo Downloading... |
| 418 | 2023-12-11T20:19:04.590Z | Downloading... |
| 419 | 2023-12-11T20:19:04.591Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
| 420 | 2023-12-11T20:19:04.591Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 421 | 2023-12-11T20:19:05.301Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 422 | 2023-12-11T20:19:05.304Z | ++ case "$OSTYPE" in |
| 423 | 2023-12-11T20:19:05.305Z | ++ SHA=sha256sum |
| 424 | 2023-12-11T20:19:05.305Z | ++ sha256sum |
| 425 | 2023-12-11T20:19:05.305Z | ++ awk '{print $1}' |
| 426 | 2023-12-11T20:19:05.327Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 427 | 2023-12-11T20:19:05.327Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
| 428 | 2023-12-11T20:19:05.332Z | + rm -rf ./out/console-assets |
| 429 | 2023-12-11T20:19:05.332Z | + mkdir -p ./out/console-assets |
| 430 | 2023-12-11T20:19:05.332Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 431 | 2023-12-11T20:19:05.332Z | + mkdir -p ./out/console-assets |
| 432 | 2023-12-11T20:19:05.337Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 433 | 2023-12-11T20:19:05.472Z | + set -o errexit |
| 434 | 2023-12-11T20:19:05.477Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 435 | 2023-12-11T20:19:05.477Z | ++ cd ./tools |
| 436 | 2023-12-11T20:19:05.477Z | ++ pwd |
| 437 | 2023-12-11T20:19:05.477Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 438 | 2023-12-11T20:19:05.481Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 439 | 2023-12-11T20:19:05.482Z | + ARG0=ci_download_maghemite_openapi |
| 440 | 2023-12-11T20:19:05.482Z | + TARGET_DIR=out |
| 441 | 2023-12-11T20:19:05.482Z | + DOWNLOAD_DIR=out/downloads |
| 442 | 2023-12-11T20:19:05.482Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 443 | 2023-12-11T20:19:05.482Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 444 | 2023-12-11T20:19:05.482Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 445 | 2023-12-11T20:19:05.483Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 446 | 2023-12-11T20:19:05.483Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 447 | 2023-12-11T20:19:05.483Z | + main |
| 448 | 2023-12-11T20:19:05.483Z | + [[ 0 != 0 ]] |
| 449 | 2023-12-11T20:19:05.483Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
| 450 | 2023-12-11T20:19:05.485Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 451 | 2023-12-11T20:19:05.485Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 452 | 2023-12-11T20:19:05.485Z | + local DO_DOWNLOAD=true |
| 453 | 2023-12-11T20:19:05.485Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 454 | 2023-12-11T20:19:05.485Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 455 | 2023-12-11T20:19:05.485Z | + mkdir -p out/downloads |
| 456 | 2023-12-11T20:19:05.490Z | + '[' true == true ']' |
| 457 | 2023-12-11T20:19:05.490Z | + echo Downloading... |
| 458 | 2023-12-11T20:19:05.490Z | Downloading... |
| 459 | 2023-12-11T20:19:05.490Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 460 | 2023-12-11T20:19:05.490Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 461 | 2023-12-11T20:19:05.655Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 462 | 2023-12-11T20:19:05.655Z | ++ case "$OSTYPE" in |
| 463 | 2023-12-11T20:19:05.659Z | ++ SHA=sha256sum |
| 464 | 2023-12-11T20:19:05.659Z | ++ sha256sum |
| 465 | 2023-12-11T20:19:05.660Z | ++ awk '{print $1}' |
| 466 | 2023-12-11T20:19:05.664Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 467 | 2023-12-11T20:19:05.666Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 468 | 2023-12-11T20:19:05.666Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 469 | 2023-12-11T20:19:05.666Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 470 | 2023-12-11T20:19:05.666Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 471 | 2023-12-11T20:19:05.666Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 472 | 2023-12-11T20:19:05.666Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 473 | 2023-12-11T20:19:05.666Z | + main |
| 474 | 2023-12-11T20:19:05.667Z | + [[ 0 != 0 ]] |
| 475 | 2023-12-11T20:19:05.667Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
| 476 | 2023-12-11T20:19:05.667Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 477 | 2023-12-11T20:19:05.667Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 478 | 2023-12-11T20:19:05.667Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 479 | 2023-12-11T20:19:05.667Z | + local DO_DOWNLOAD=true |
| 480 | 2023-12-11T20:19:05.667Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 481 | 2023-12-11T20:19:05.667Z | + mkdir -p out/downloads |
| 482 | 2023-12-11T20:19:05.668Z | + '[' true == true ']' |
| 483 | 2023-12-11T20:19:05.668Z | + echo Downloading... |
| 484 | 2023-12-11T20:19:05.668Z | Downloading... |
| 485 | 2023-12-11T20:19:05.668Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 486 | 2023-12-11T20:19:05.668Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 487 | 2023-12-11T20:19:05.836Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 488 | 2023-12-11T20:19:05.889Z | ++ case "$OSTYPE" in |
| 489 | 2023-12-11T20:19:05.889Z | ++ SHA=sha256sum |
| 490 | 2023-12-11T20:19:05.889Z | ++ sha256sum |
| 491 | 2023-12-11T20:19:05.889Z | ++ awk '{print $1}' |
| 492 | 2023-12-11T20:19:05.894Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 493 | 2023-12-11T20:19:05.894Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
| 494 | 2023-12-11T20:19:05.894Z | + set -o errexit |
| 495 | 2023-12-11T20:19:05.894Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 496 | 2023-12-11T20:19:05.894Z | ++ cd ./tools |
| 497 | 2023-12-11T20:19:05.894Z | ++ pwd |
| 498 | 2023-12-11T20:19:05.895Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 499 | 2023-12-11T20:19:05.895Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 500 | 2023-12-11T20:19:05.895Z | + ARG0=ci_download_dendrite_openapi |
| 501 | 2023-12-11T20:19:05.895Z | + TARGET_DIR=out |
| 502 | 2023-12-11T20:19:05.895Z | + DOWNLOAD_DIR=out/downloads |
| 503 | 2023-12-11T20:19:05.895Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 504 | 2023-12-11T20:19:05.895Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 505 | 2023-12-11T20:19:05.895Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 506 | 2023-12-11T20:19:05.895Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 507 | 2023-12-11T20:19:05.895Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 508 | 2023-12-11T20:19:05.895Z | + main |
| 509 | 2023-12-11T20:19:05.895Z | + [[ 0 != 0 ]] |
| 510 | 2023-12-11T20:19:05.895Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
| 511 | 2023-12-11T20:19:05.896Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 512 | 2023-12-11T20:19:05.896Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
| 513 | 2023-12-11T20:19:05.896Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 514 | 2023-12-11T20:19:05.896Z | + local DO_DOWNLOAD=true |
| 515 | 2023-12-11T20:19:05.897Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
| 516 | 2023-12-11T20:19:05.897Z | + mkdir -p out/downloads |
| 517 | 2023-12-11T20:19:05.897Z | + '[' true == true ']' |
| 518 | 2023-12-11T20:19:05.897Z | + echo Downloading... |
| 519 | 2023-12-11T20:19:05.897Z | Downloading... |
| 520 | 2023-12-11T20:19:05.897Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 521 | 2023-12-11T20:19:05.897Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 522 | 2023-12-11T20:19:06.050Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 523 | 2023-12-11T20:19:06.051Z | ++ case "$OSTYPE" in |
| 524 | 2023-12-11T20:19:06.051Z | ++ SHA=sha256sum |
| 525 | 2023-12-11T20:19:06.068Z | ++ sha256sum |
| 526 | 2023-12-11T20:19:06.069Z | ++ awk '{print $1}' |
| 527 | 2023-12-11T20:19:06.073Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 528 | 2023-12-11T20:19:06.073Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 529 | 2023-12-11T20:19:06.073Z | + set -o errexit |
| 530 | 2023-12-11T20:19:06.074Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 531 | 2023-12-11T20:19:06.074Z | ++ cd ./tools |
| 532 | 2023-12-11T20:19:06.074Z | ++ pwd |
| 533 | 2023-12-11T20:19:06.074Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 534 | 2023-12-11T20:19:06.079Z | ++ basename ./tools/ci_download_dendrite_stub |
| 535 | 2023-12-11T20:19:06.079Z | + ARG0=ci_download_dendrite_stub |
| 536 | 2023-12-11T20:19:06.079Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 537 | 2023-12-11T20:19:06.079Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 538 | 2023-12-11T20:19:06.079Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
| 539 | 2023-12-11T20:19:06.079Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
| 540 | 2023-12-11T20:19:06.079Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 541 | 2023-12-11T20:19:06.079Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 542 | 2023-12-11T20:19:06.079Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 543 | 2023-12-11T20:19:06.079Z | + TARGET_DIR=out |
| 544 | 2023-12-11T20:19:06.080Z | + DOWNLOAD_DIR=out/downloads |
| 545 | 2023-12-11T20:19:06.080Z | + DEST_DIR=./out/dendrite-stub |
| 546 | 2023-12-11T20:19:06.080Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 547 | 2023-12-11T20:19:06.080Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 548 | 2023-12-11T20:19:06.080Z | + REPO=oxidecomputer/dendrite |
| 549 | 2023-12-11T20:19:06.080Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 550 | 2023-12-11T20:19:06.083Z | + main |
| 551 | 2023-12-11T20:19:06.083Z | + [[ 0 != 0 ]] |
| 552 | 2023-12-11T20:19:06.083Z | + CIDL_OS=solaris2.11 |
| 553 | 2023-12-11T20:19:06.084Z | + [[ 0 != 0 ]] |
| 554 | 2023-12-11T20:19:06.084Z | + configure_os solaris2.11 |
| 555 | 2023-12-11T20:19:06.084Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 556 | 2023-12-11T20:19:06.084Z | current directory: /work/oxidecomputer/omicron |
| 557 | 2023-12-11T20:19:06.085Z | + echo 'configuring based on OS: "solaris2.11"' |
| 558 | 2023-12-11T20:19:06.085Z | configuring based on OS: "solaris2.11" |
| 559 | 2023-12-11T20:19:06.086Z | + case "$1" in |
| 560 | 2023-12-11T20:19:06.086Z | + SET_BINARIES= |
| 561 | 2023-12-11T20:19:06.086Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 562 | 2023-12-11T20:19:06.086Z | + CIDL_SHA256FUNC=do_sha256sum |
| 563 | 2023-12-11T20:19:06.086Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 564 | 2023-12-11T20:19:06.086Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 565 | 2023-12-11T20:19:06.086Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 566 | 2023-12-11T20:19:06.086Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
| 567 | 2023-12-11T20:19:06.086Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 568 | 2023-12-11T20:19:06.086Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 569 | 2023-12-11T20:19:06.086Z | + mkdir -p out/downloads |
| 570 | 2023-12-11T20:19:06.086Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 571 | 2023-12-11T20:19:06.097Z | + mkdir -p ./out/dendrite-stub |
| 572 | 2023-12-11T20:19:06.097Z | + fetch_and_verify |
| 573 | 2023-12-11T20:19:06.097Z | + local DO_DOWNLOAD=true |
| 574 | 2023-12-11T20:19:06.097Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 575 | 2023-12-11T20:19:06.098Z | + '[' true == true ']' |
| 576 | 2023-12-11T20:19:06.098Z | + echo Downloading... |
| 577 | 2023-12-11T20:19:06.098Z | Downloading... |
| 578 | 2023-12-11T20:19:06.098Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 579 | 2023-12-11T20:19:06.098Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 580 | 2023-12-11T20:19:13.020Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 581 | 2023-12-11T20:19:13.023Z | ++ sha256sum |
| 582 | 2023-12-11T20:19:13.023Z | ++ awk '{print $1}' |
| 583 | 2023-12-11T20:19:13.126Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 584 | 2023-12-11T20:19:13.127Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
| 585 | 2023-12-11T20:19:13.131Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 586 | 2023-12-11T20:19:13.131Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 587 | 2023-12-11T20:19:14.219Z | + do_assemble |
| 588 | 2023-12-11T20:19:14.220Z | + rm -r ./out/dendrite-stub |
| 589 | 2023-12-11T20:19:14.224Z | + mkdir ./out/dendrite-stub |
| 590 | 2023-12-11T20:19:14.231Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 591 | 2023-12-11T20:19:14.423Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 592 | 2023-12-11T20:19:14.436Z | + set -o errexit |
| 593 | 2023-12-11T20:19:14.440Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 594 | 2023-12-11T20:19:14.440Z | ++ cd ./tools |
| 595 | 2023-12-11T20:19:14.440Z | ++ pwd |
| 596 | 2023-12-11T20:19:14.444Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 597 | 2023-12-11T20:19:14.444Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 598 | 2023-12-11T20:19:14.444Z | + ARG0=ci_download_maghemite_mgd |
| 599 | 2023-12-11T20:19:14.445Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 600 | 2023-12-11T20:19:14.445Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 601 | 2023-12-11T20:19:14.445Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
| 602 | 2023-12-11T20:19:14.445Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 603 | 2023-12-11T20:19:14.445Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 604 | 2023-12-11T20:19:14.445Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 605 | 2023-12-11T20:19:14.445Z | + TARGET_DIR=out |
| 606 | 2023-12-11T20:19:14.446Z | + DOWNLOAD_DIR=out/downloads |
| 607 | 2023-12-11T20:19:14.446Z | + DEST_DIR=./out/mgd |
| 608 | 2023-12-11T20:19:14.446Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 609 | 2023-12-11T20:19:14.446Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 610 | 2023-12-11T20:19:14.450Z | + REPO=oxidecomputer/maghemite |
| 611 | 2023-12-11T20:19:14.450Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 612 | 2023-12-11T20:19:14.450Z | + main |
| 613 | 2023-12-11T20:19:14.450Z | + [[ 0 != 0 ]] |
| 614 | 2023-12-11T20:19:14.450Z | + CIDL_OS=solaris2.11 |
| 615 | 2023-12-11T20:19:14.450Z | + [[ 0 != 0 ]] |
| 616 | 2023-12-11T20:19:14.451Z | + configure_os solaris2.11 |
| 617 | 2023-12-11T20:19:14.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 618 | 2023-12-11T20:19:14.451Z | current directory: /work/oxidecomputer/omicron |
| 619 | 2023-12-11T20:19:14.451Z | + echo 'configuring based on OS: "solaris2.11"' |
| 620 | 2023-12-11T20:19:14.451Z | + case "$1" in |
| 621 | 2023-12-11T20:19:14.451Z | + SET_BINARIES= |
| 622 | 2023-12-11T20:19:14.451Z | configuring based on OS: "solaris2.11" |
| 623 | 2023-12-11T20:19:14.451Z | + CIDL_SHA256FUNC=do_sha256sum |
| 624 | 2023-12-11T20:19:14.451Z | + TARBALL_FILENAME=mgd.tar.gz |
| 625 | 2023-12-11T20:19:14.452Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 626 | 2023-12-11T20:19:14.453Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 627 | 2023-12-11T20:19:14.453Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
| 628 | 2023-12-11T20:19:14.453Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 629 | 2023-12-11T20:19:14.453Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 630 | 2023-12-11T20:19:14.453Z | Local file: out/downloads/mgd.tar.gz |
| 631 | 2023-12-11T20:19:14.453Z | + mkdir -p out/downloads |
| 632 | 2023-12-11T20:19:14.453Z | + mkdir -p ./out/mgd |
| 633 | 2023-12-11T20:19:14.453Z | + fetch_and_verify |
| 634 | 2023-12-11T20:19:14.453Z | + local DO_DOWNLOAD=true |
| 635 | 2023-12-11T20:19:14.454Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 636 | 2023-12-11T20:19:14.454Z | + '[' true == true ']' |
| 637 | 2023-12-11T20:19:14.454Z | + echo Downloading... |
| 638 | 2023-12-11T20:19:14.454Z | Downloading... |
| 639 | 2023-12-11T20:19:14.454Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
| 640 | 2023-12-11T20:19:14.454Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 641 | 2023-12-11T20:19:19.463Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 642 | 2023-12-11T20:19:19.468Z | ++ sha256sum |
| 643 | 2023-12-11T20:19:19.468Z | ++ awk '{print $1}' |
| 644 | 2023-12-11T20:19:19.539Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 645 | 2023-12-11T20:19:19.543Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
| 646 | 2023-12-11T20:19:19.543Z | + do_untar out/downloads/mgd.tar.gz |
| 647 | 2023-12-11T20:19:19.543Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 648 | 2023-12-11T20:19:20.196Z | + do_assemble |
| 649 | 2023-12-11T20:19:20.196Z | + rm -r ./out/mgd |
| 650 | 2023-12-11T20:19:20.201Z | + mkdir ./out/mgd |
| 651 | 2023-12-11T20:19:20.201Z | + cp -r out/downloads/root ./out/mgd/root |
| 652 | 2023-12-11T20:19:20.423Z | + set -o errexit |
| 653 | 2023-12-11T20:19:20.428Z | +++ dirname ./tools/ci_download_transceiver_control |
| 654 | 2023-12-11T20:19:20.432Z | ++ cd ./tools |
| 655 | 2023-12-11T20:19:20.433Z | ++ pwd |
| 656 | 2023-12-11T20:19:20.433Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 657 | 2023-12-11T20:19:20.433Z | ++ basename ./tools/ci_download_transceiver_control |
| 658 | 2023-12-11T20:19:20.433Z | + ARG0=ci_download_transceiver_control |
| 659 | 2023-12-11T20:19:20.433Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 660 | 2023-12-11T20:19:20.433Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 661 | 2023-12-11T20:19:20.433Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 662 | 2023-12-11T20:19:20.434Z | + TARGET_DIR=out |
| 663 | 2023-12-11T20:19:20.434Z | + DOWNLOAD_DIR=out/downloads |
| 664 | 2023-12-11T20:19:20.434Z | + DEST_DIR=./out/transceiver-control |
| 665 | 2023-12-11T20:19:20.434Z | + BIN_DIR=/opt/oxide/bin |
| 666 | 2023-12-11T20:19:20.434Z | + BINARY=xcvradm |
| 667 | 2023-12-11T20:19:20.434Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 668 | 2023-12-11T20:19:20.434Z | + REPO=oxidecomputer/transceiver-control |
| 669 | 2023-12-11T20:19:20.434Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 670 | 2023-12-11T20:19:20.437Z | + main |
| 671 | 2023-12-11T20:19:20.438Z | + [[ 0 != 0 ]] |
| 672 | 2023-12-11T20:19:20.438Z | + CIDL_OS=solaris2.11 |
| 673 | 2023-12-11T20:19:20.438Z | + [[ 0 != 0 ]] |
| 674 | 2023-12-11T20:19:20.438Z | + configure_os solaris2.11 |
| 675 | 2023-12-11T20:19:20.438Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 676 | 2023-12-11T20:19:20.438Z | current directory: /work/oxidecomputer/omicron |
| 677 | 2023-12-11T20:19:20.438Z | + echo 'configuring based on OS: "solaris2.11"' |
| 678 | 2023-12-11T20:19:20.438Z | configuring based on OS: "solaris2.11" |
| 679 | 2023-12-11T20:19:20.438Z | + case "$1" in |
| 680 | 2023-12-11T20:19:20.438Z | + SET_BINARIES= |
| 681 | 2023-12-11T20:19:20.438Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 682 | 2023-12-11T20:19:20.438Z | + CIDL_SHA256FUNC=do_sha256sum |
| 683 | 2023-12-11T20:19:20.439Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 684 | 2023-12-11T20:19:20.439Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 685 | 2023-12-11T20:19:20.439Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 686 | 2023-12-11T20:19:20.439Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 687 | 2023-12-11T20:19:20.439Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 688 | 2023-12-11T20:19:20.439Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 689 | 2023-12-11T20:19:20.439Z | Local file: out/downloads/xcvradm.gz |
| 690 | 2023-12-11T20:19:20.439Z | + mkdir -p out/downloads |
| 691 | 2023-12-11T20:19:20.439Z | + mkdir -p ./out/transceiver-control |
| 692 | 2023-12-11T20:19:20.442Z | + fetch_and_verify |
| 693 | 2023-12-11T20:19:20.442Z | + local DO_DOWNLOAD=true |
| 694 | 2023-12-11T20:19:20.443Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 695 | 2023-12-11T20:19:20.443Z | + '[' true == true ']' |
| 696 | 2023-12-11T20:19:20.443Z | + echo Downloading... |
| 697 | 2023-12-11T20:19:20.443Z | Downloading... |
| 698 | 2023-12-11T20:19:20.443Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 699 | 2023-12-11T20:19:20.443Z | + 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 |
| 700 | 2023-12-11T20:19:22.544Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 701 | 2023-12-11T20:19:22.548Z | ++ sha256sum |
| 702 | 2023-12-11T20:19:22.548Z | ++ awk '{print $1}' |
| 703 | 2023-12-11T20:19:22.570Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 704 | 2023-12-11T20:19:22.570Z | + [[ 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 ]] |
| 705 | 2023-12-11T20:19:22.574Z | + do_unpack out/downloads/xcvradm.gz |
| 706 | 2023-12-11T20:19:22.574Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 707 | 2023-12-11T20:19:22.574Z | + gzip -dc out/downloads/xcvradm.gz |
| 708 | 2023-12-11T20:19:22.752Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 709 | 2023-12-11T20:19:22.758Z | + do_assemble |
| 710 | 2023-12-11T20:19:22.758Z | + rm -r ./out/transceiver-control |
| 711 | 2023-12-11T20:19:22.758Z | + mkdir ./out/transceiver-control |
| 712 | 2023-12-11T20:19:22.758Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 713 | 2023-12-11T20:19:22.978Z | All builder prerequisites installed successfully, and PATH looks valid |
| 714 | 2023-12-11T20:19:22.983Z | |
| 715 | 2023-12-11T20:19:22.983Z | real 1:58.915638601 |
| 716 | 2023-12-11T20:19:22.983Z | user 56.077506524 |
| 717 | 2023-12-11T20:19:22.983Z | sys 10.294261990 |
| 718 | 2023-12-11T20:19:22.983Z | trap 0.021140155 |
| 719 | 2023-12-11T20:19:22.983Z | tflt 0.229847690 |
| 720 | 2023-12-11T20:19:22.984Z | dflt 1.032427649 |
| 721 | 2023-12-11T20:19:22.984Z | kflt 0.198464547 |
| 722 | 2023-12-11T20:19:22.984Z | lock 2.189213992 |
| 723 | 2023-12-11T20:19:22.984Z | slp 3:32.073122172 |
| 724 | 2023-12-11T20:19:22.984Z | lat 3.447124669 |
| 725 | 2023-12-11T20:19:22.984Z | stop 0.088528754 |
| 726 | 2023-12-11T20:19:22.984Z | |
| 727 | 2023-12-11T20:19:22.984Z | #### # # ##### ##### # # |
| 728 | 2023-12-11T20:19:22.984Z | # # # # # # # # # # |
| 729 | 2023-12-11T20:19:22.984Z | # # # # # # # # |
| 730 | 2023-12-11T20:19:22.984Z | # # # ##### ##### # |
| 731 | 2023-12-11T20:19:22.984Z | # # # # # # # |
| 732 | 2023-12-11T20:19:22.985Z | #### ###### # # # # |
| 733 | 2023-12-11T20:19:22.985Z | |
| 734 | 2023-12-11T20:19:23.326Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 735 | 2023-12-11T20:19:23.834Z | Updating crates.io index |
| 736 | 2023-12-11T20:19:23.839Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 737 | 2023-12-11T20:19:24.742Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 738 | 2023-12-11T20:19:26.538Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 739 | 2023-12-11T20:19:27.204Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 740 | 2023-12-11T20:19:27.663Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 741 | 2023-12-11T20:19:27.977Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 742 | 2023-12-11T20:19:28.262Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 743 | 2023-12-11T20:19:29.311Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 744 | 2023-12-11T20:19:31.585Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 745 | 2023-12-11T20:19:32.606Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 746 | 2023-12-11T20:19:32.936Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 747 | 2023-12-11T20:19:33.564Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 748 | 2023-12-11T20:19:33.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 749 | 2023-12-11T20:19:34.228Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 750 | 2023-12-11T20:19:34.644Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 751 | 2023-12-11T20:19:35.009Z | Updating git repository `https://github.com/njaremko/samael` |
| 752 | 2023-12-11T20:19:35.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 753 | 2023-12-11T20:19:36.724Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 754 | 2023-12-11T20:19:37.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 755 | 2023-12-11T20:19:37.435Z | Updating git repository `https://github.com/jgallagher/nix` |
| 756 | 2023-12-11T20:19:38.748Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 757 | 2023-12-11T20:19:39.114Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 758 | 2023-12-11T20:19:40.124Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 759 | 2023-12-11T20:19:40.593Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 760 | 2023-12-11T20:19:40.915Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 761 | 2023-12-11T20:19:42.362Z | Downloading crates ... |
| 762 | 2023-12-11T20:19:42.575Z | Downloaded anstyle-parse v0.2.1 |
| 763 | 2023-12-11T20:19:42.582Z | Downloaded anyhow v1.0.75 |
| 764 | 2023-12-11T20:19:42.590Z | Downloaded equivalent v1.0.1 |
| 765 | 2023-12-11T20:19:42.593Z | Downloaded colorchoice v1.0.0 |
| 766 | 2023-12-11T20:19:42.593Z | Downloaded thiserror v1.0.49 |
| 767 | 2023-12-11T20:19:42.600Z | Downloaded utf8parse v0.2.1 |
| 768 | 2023-12-11T20:19:42.604Z | Downloaded clap_lex v0.5.1 |
| 769 | 2023-12-11T20:19:42.610Z | Downloaded toml_datetime v0.6.5 |
| 770 | 2023-12-11T20:19:42.610Z | Downloaded anstream v0.5.0 |
| 771 | 2023-12-11T20:19:42.615Z | Downloaded errno v0.3.2 |
| 772 | 2023-12-11T20:19:42.615Z | Downloaded cargo_metadata v0.18.0 |
| 773 | 2023-12-11T20:19:42.619Z | Downloaded terminal_size v0.2.6 |
| 774 | 2023-12-11T20:19:42.619Z | Downloaded bitflags v1.3.2 |
| 775 | 2023-12-11T20:19:42.627Z | Downloaded cargo_toml v0.17.0 |
| 776 | 2023-12-11T20:19:42.632Z | Downloaded cargo-platform v0.1.3 |
| 777 | 2023-12-11T20:19:42.633Z | Downloaded anstyle v1.0.2 |
| 778 | 2023-12-11T20:19:42.633Z | Downloaded semver v1.0.20 |
| 779 | 2023-12-11T20:19:42.638Z | Downloaded clap_derive v4.4.2 |
| 780 | 2023-12-11T20:19:42.638Z | Downloaded camino v1.1.6 |
| 781 | 2023-12-11T20:19:42.642Z | Downloaded proc-macro2 v1.0.69 |
| 782 | 2023-12-11T20:19:42.646Z | Downloaded quote v1.0.33 |
| 783 | 2023-12-11T20:19:42.650Z | Downloaded ryu v1.0.15 |
| 784 | 2023-12-11T20:19:42.658Z | Downloaded serde_derive v1.0.192 |
| 785 | 2023-12-11T20:19:42.665Z | Downloaded toml v0.8.8 |
| 786 | 2023-12-11T20:19:42.668Z | Downloaded serde v1.0.192 |
| 787 | 2023-12-11T20:19:42.673Z | Downloaded toml_edit v0.21.0 |
| 788 | 2023-12-11T20:19:42.713Z | Downloaded hashbrown v0.14.2 |
| 789 | 2023-12-11T20:19:42.723Z | Downloaded winnow v0.5.15 |
| 790 | 2023-12-11T20:19:42.757Z | Downloaded syn v2.0.32 |
| 791 | 2023-12-11T20:19:42.763Z | Downloaded rustix v0.37.23 |
| 792 | 2023-12-11T20:19:42.794Z | Downloaded libc v0.2.150 |
| 793 | 2023-12-11T20:19:42.920Z | Downloaded serde_json v1.0.108 |
| 794 | 2023-12-11T20:19:42.926Z | Downloaded memchr v2.6.3 |
| 795 | 2023-12-11T20:19:42.926Z | Downloaded clap_builder v4.4.2 |
| 796 | 2023-12-11T20:19:42.926Z | Downloaded thiserror-impl v1.0.49 |
| 797 | 2023-12-11T20:19:42.926Z | Downloaded indexmap v2.1.0 |
| 798 | 2023-12-11T20:19:42.926Z | Downloaded io-lifetimes v1.0.11 |
| 799 | 2023-12-11T20:19:42.926Z | Downloaded serde_spanned v0.6.4 |
| 800 | 2023-12-11T20:19:42.926Z | Downloaded clap v4.4.3 |
| 801 | 2023-12-11T20:19:42.927Z | Downloaded itoa v1.0.9 |
| 802 | 2023-12-11T20:19:42.927Z | Downloaded anstyle-query v1.0.0 |
| 803 | 2023-12-11T20:19:42.927Z | Downloaded strsim v0.10.0 |
| 804 | 2023-12-11T20:19:42.927Z | Downloaded heck v0.4.1 |
| 805 | 2023-12-11T20:19:42.994Z | Downloaded unicode-ident v1.0.12 |
| 806 | 2023-12-11T20:19:43.099Z | Compiling proc-macro2 v1.0.69 |
| 807 | 2023-12-11T20:19:43.099Z | Compiling unicode-ident v1.0.12 |
| 808 | 2023-12-11T20:19:43.103Z | Compiling serde v1.0.192 |
| 809 | 2023-12-11T20:19:43.103Z | Compiling libc v0.2.150 |
| 810 | 2023-12-11T20:19:43.103Z | Compiling io-lifetimes v1.0.11 |
| 811 | 2023-12-11T20:19:43.113Z | Compiling rustix v0.37.23 |
| 812 | 2023-12-11T20:19:43.117Z | Compiling hashbrown v0.14.2 |
| 813 | 2023-12-11T20:19:43.117Z | Compiling utf8parse v0.2.1 |
| 814 | 2023-12-11T20:19:43.479Z | Compiling equivalent v1.0.1 |
| 815 | 2023-12-11T20:19:43.487Z | Compiling bitflags v1.3.2 |
| 816 | 2023-12-11T20:19:43.592Z | Compiling anstyle-parse v0.2.1 |
| 817 | 2023-12-11T20:19:43.607Z | Compiling camino v1.1.6 |
| 818 | 2023-12-11T20:19:43.994Z | Compiling serde_json v1.0.108 |
| 819 | 2023-12-11T20:19:44.697Z | Compiling indexmap v2.1.0 |
| 820 | 2023-12-11T20:19:45.665Z | Compiling colorchoice v1.0.0 |
| 821 | 2023-12-11T20:19:45.681Z | Compiling thiserror v1.0.49 |
| 822 | 2023-12-11T20:19:45.791Z | Compiling winnow v0.5.15 |
| 823 | 2023-12-11T20:19:45.865Z | Compiling semver v1.0.20 |
| 824 | 2023-12-11T20:19:45.905Z | Compiling anstyle v1.0.2 |
| 825 | 2023-12-11T20:19:46.012Z | Compiling anstyle-query v1.0.0 |
| 826 | 2023-12-11T20:19:46.228Z | Compiling heck v0.4.1 |
| 827 | 2023-12-11T20:19:46.260Z | Compiling anyhow v1.0.75 |
| 828 | 2023-12-11T20:19:46.579Z | Compiling anstream v0.5.0 |
| 829 | 2023-12-11T20:19:46.618Z | Compiling clap_lex v0.5.1 |
| 830 | 2023-12-11T20:19:46.686Z | Compiling strsim v0.10.0 |
| 831 | 2023-12-11T20:19:46.936Z | Compiling ryu v1.0.15 |
| 832 | 2023-12-11T20:19:47.047Z | Compiling quote v1.0.33 |
| 833 | 2023-12-11T20:19:47.499Z | Compiling itoa v1.0.9 |
| 834 | 2023-12-11T20:19:47.754Z | Compiling syn v2.0.32 |
| 835 | 2023-12-11T20:19:47.812Z | Compiling errno v0.3.2 |
| 836 | 2023-12-11T20:19:49.390Z | Compiling terminal_size v0.2.6 |
| 837 | 2023-12-11T20:19:49.519Z | Compiling clap_builder v4.4.2 |
| 838 | 2023-12-11T20:19:55.700Z | Compiling serde_derive v1.0.192 |
| 839 | 2023-12-11T20:19:55.703Z | Compiling thiserror-impl v1.0.49 |
| 840 | 2023-12-11T20:19:55.703Z | Compiling clap_derive v4.4.2 |
| 841 | 2023-12-11T20:20:00.147Z | Compiling clap v4.4.3 |
| 842 | 2023-12-11T20:20:08.524Z | Compiling serde_spanned v0.6.4 |
| 843 | 2023-12-11T20:20:08.530Z | Compiling toml_datetime v0.6.5 |
| 844 | 2023-12-11T20:20:08.530Z | Compiling cargo-platform v0.1.3 |
| 845 | 2023-12-11T20:20:08.962Z | Compiling toml_edit v0.21.0 |
| 846 | 2023-12-11T20:20:10.498Z | Compiling cargo_metadata v0.18.0 |
| 847 | 2023-12-11T20:20:12.101Z | Compiling toml v0.8.8 |
| 848 | 2023-12-11T20:20:13.281Z | Compiling cargo_toml v0.17.0 |
| 849 | 2023-12-11T20:20:18.983Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 850 | 2023-12-11T20:20:20.354Z | Finished dev [unoptimized + debuginfo] target(s) in 57.29s |
| 851 | 2023-12-11T20:20:20.558Z | Running `target/debug/xtask clippy` |
| 852 | 2023-12-11T20:20:20.611Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 853 | 2023-12-11T20:20:21.425Z | Downloading crates ... |
| 854 | 2023-12-11T20:20:21.676Z | Downloaded ahash v0.8.3 |
| 855 | 2023-12-11T20:20:21.681Z | Downloaded cfg-if v1.0.0 |
| 856 | 2023-12-11T20:20:21.684Z | Downloaded blake2b_simd v1.0.1 |
| 857 | 2023-12-11T20:20:21.687Z | Downloaded bit-set v0.5.3 |
| 858 | 2023-12-11T20:20:21.691Z | Downloaded bb8 v0.8.1 |
| 859 | 2023-12-11T20:20:21.695Z | Downloaded ciborium-io v0.2.1 |
| 860 | 2023-12-11T20:20:21.703Z | Downloaded bzip2 v0.4.4 |
| 861 | 2023-12-11T20:20:21.713Z | Downloaded bit-vec v0.6.3 |
| 862 | 2023-12-11T20:20:21.716Z | Downloaded chacha20 v0.9.1 |
| 863 | 2023-12-11T20:20:21.720Z | Downloaded is-terminal v0.4.9 |
| 864 | 2023-12-11T20:20:21.723Z | Downloaded async-trait v0.1.74 |
| 865 | 2023-12-11T20:20:21.731Z | Downloaded darling_core v0.14.4 |
| 866 | 2023-12-11T20:20:21.740Z | Downloaded libtest-mimic v0.6.1 |
| 867 | 2023-12-11T20:20:21.746Z | Downloaded darling v0.20.3 |
| 868 | 2023-12-11T20:20:21.753Z | Downloaded crypto-bigint v0.5.2 |
| 869 | 2023-12-11T20:20:22.170Z | Downloaded hyper-staticfile v0.9.5 |
| 870 | 2023-12-11T20:20:22.175Z | Downloaded crc v3.0.1 |
| 871 | 2023-12-11T20:20:22.175Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 872 | 2023-12-11T20:20:22.175Z | Downloaded bytes v1.5.0 |
| 873 | 2023-12-11T20:20:22.175Z | Downloaded num_cpus v1.16.0 |
| 874 | 2023-12-11T20:20:22.176Z | Downloaded normalize-line-endings v0.3.0 |
| 875 | 2023-12-11T20:20:22.176Z | Downloaded kstat-rs v0.2.3 |
| 876 | 2023-12-11T20:20:22.176Z | Downloaded cpufeatures v0.2.9 |
| 877 | 2023-12-11T20:20:22.176Z | Downloaded is_ci v1.1.1 |
| 878 | 2023-12-11T20:20:22.176Z | Downloaded cexpr v0.6.0 |
| 879 | 2023-12-11T20:20:22.176Z | Downloaded num-integer v0.1.45 |
| 880 | 2023-12-11T20:20:22.176Z | Downloaded linear-map v1.2.0 |
| 881 | 2023-12-11T20:20:22.176Z | Downloaded block-buffer v0.10.4 |
| 882 | 2023-12-11T20:20:22.176Z | Downloaded base16ct v0.2.0 |
| 883 | 2023-12-11T20:20:22.176Z | Downloaded autocfg v1.1.0 |
| 884 | 2023-12-11T20:20:22.176Z | Downloaded bytecount v0.6.3 |
| 885 | 2023-12-11T20:20:22.176Z | Downloaded aead v0.5.2 |
| 886 | 2023-12-11T20:20:22.176Z | Downloaded buf-list v1.0.3 |
| 887 | 2023-12-11T20:20:22.176Z | Downloaded linked-hash-map v0.5.6 |
| 888 | 2023-12-11T20:20:22.176Z | Downloaded assert_cmd v2.0.12 |
| 889 | 2023-12-11T20:20:22.176Z | Downloaded arrayvec v0.7.4 |
| 890 | 2023-12-11T20:20:22.176Z | Downloaded bitfield v0.14.0 |
| 891 | 2023-12-11T20:20:22.176Z | Downloaded argon2 v0.5.2 |
| 892 | 2023-12-11T20:20:22.177Z | Downloaded lazycell v1.3.0 |
| 893 | 2023-12-11T20:20:22.177Z | Downloaded block-padding v0.3.3 |
| 894 | 2023-12-11T20:20:22.177Z | Downloaded addr2line v0.21.0 |
| 895 | 2023-12-11T20:20:22.177Z | Downloaded ciborium v0.2.1 |
| 896 | 2023-12-11T20:20:22.177Z | Downloaded arc-swap v1.6.0 |
| 897 | 2023-12-11T20:20:22.177Z | Downloaded chacha20poly1305 v0.10.1 |
| 898 | 2023-12-11T20:20:22.177Z | Downloaded olpc-cjson v0.1.3 |
| 899 | 2023-12-11T20:20:22.177Z | Downloaded constant_time_eq v0.2.6 |
| 900 | 2023-12-11T20:20:22.177Z | Downloaded colored v2.0.4 |
| 901 | 2023-12-11T20:20:22.177Z | Downloaded matches v0.1.10 |
| 902 | 2023-12-11T20:20:22.177Z | Downloaded lock_api v0.4.10 |
| 903 | 2023-12-11T20:20:22.177Z | Downloaded maplit v1.0.2 |
| 904 | 2023-12-11T20:20:22.177Z | Downloaded base64 v0.21.5 |
| 905 | 2023-12-11T20:20:22.177Z | Downloaded sec1 v0.7.3 |
| 906 | 2023-12-11T20:20:22.177Z | Downloaded hyper-rustls v0.24.2 |
| 907 | 2023-12-11T20:20:22.177Z | Downloaded cstr-argument v0.1.2 |
| 908 | 2023-12-11T20:20:22.177Z | Downloaded indoc v1.0.9 |
| 909 | 2023-12-11T20:20:22.177Z | Downloaded nibble_vec v0.1.0 |
| 910 | 2023-12-11T20:20:22.178Z | Downloaded crossbeam-queue v0.3.8 |
| 911 | 2023-12-11T20:20:22.178Z | Downloaded opaque-debug v0.3.0 |
| 912 | 2023-12-11T20:20:22.178Z | Downloaded num-iter v0.1.43 |
| 913 | 2023-12-11T20:20:22.178Z | Downloaded crc-any v2.4.3 |
| 914 | 2023-12-11T20:20:22.178Z | Downloaded mime_guess v2.0.4 |
| 915 | 2023-12-11T20:20:22.178Z | Downloaded ident_case v1.0.1 |
| 916 | 2023-12-11T20:20:22.178Z | Downloaded clang-sys v1.6.1 |
| 917 | 2023-12-11T20:20:22.178Z | Downloaded papergrid v0.10.0 |
| 918 | 2023-12-11T20:20:22.179Z | Downloaded difflib v0.4.0 |
| 919 | 2023-12-11T20:20:22.179Z | Downloaded digest v0.10.7 |
| 920 | 2023-12-11T20:20:22.179Z | Downloaded libloading v0.7.4 |
| 921 | 2023-12-11T20:20:22.179Z | Downloaded time-core v0.1.1 |
| 922 | 2023-12-11T20:20:22.179Z | Downloaded nu-ansi-term v0.49.0 |
| 923 | 2023-12-11T20:20:22.179Z | Downloaded darling_macro v0.20.3 |
| 924 | 2023-12-11T20:20:22.179Z | Downloaded version_check v0.9.4 |
| 925 | 2023-12-11T20:20:22.179Z | Downloaded oorandom v11.1.3 |
| 926 | 2023-12-11T20:20:22.179Z | Downloaded lru-cache v0.1.2 |
| 927 | 2023-12-11T20:20:22.179Z | Downloaded criterion-plot v0.5.0 |
| 928 | 2023-12-11T20:20:22.179Z | Downloaded num-traits v0.2.16 |
| 929 | 2023-12-11T20:20:22.179Z | Downloaded usdt-macro v0.3.5 |
| 930 | 2023-12-11T20:20:22.179Z | Downloaded cobs v0.2.3 |
| 931 | 2023-12-11T20:20:22.179Z | Downloaded macaddr v1.0.1 |
| 932 | 2023-12-11T20:20:22.180Z | Downloaded keccak v0.1.4 |
| 933 | 2023-12-11T20:20:22.180Z | Downloaded omicron-zone-package v0.9.1 |
| 934 | 2023-12-11T20:20:22.180Z | Downloaded headers-core v0.2.0 |
| 935 | 2023-12-11T20:20:22.180Z | Downloaded nanorand v0.7.0 |
| 936 | 2023-12-11T20:20:22.180Z | Downloaded libefi-sys v0.1.0 |
| 937 | 2023-12-11T20:20:22.180Z | Downloaded num v0.4.1 |
| 938 | 2023-12-11T20:20:22.180Z | Downloaded new_debug_unreachable v1.0.4 |
| 939 | 2023-12-11T20:20:22.180Z | Downloaded smallvec v0.6.14 |
| 940 | 2023-12-11T20:20:22.180Z | Downloaded darling_macro v0.14.4 |
| 941 | 2023-12-11T20:20:22.180Z | Downloaded dirs-next v2.0.0 |
| 942 | 2023-12-11T20:20:22.180Z | Downloaded pest_generator v2.7.2 |
| 943 | 2023-12-11T20:20:22.181Z | Downloaded const-oid v0.9.5 |
| 944 | 2023-12-11T20:20:22.181Z | Downloaded diff v0.1.13 |
| 945 | 2023-12-11T20:20:22.181Z | Downloaded slog-scope v4.4.0 |
| 946 | 2023-12-11T20:20:22.182Z | Downloaded tabled_derive v0.6.0 |
| 947 | 2023-12-11T20:20:22.182Z | Downloaded rustversion v1.0.14 |
| 948 | 2023-12-11T20:20:22.182Z | Downloaded waitgroup v0.1.2 |
| 949 | 2023-12-11T20:20:22.182Z | Downloaded shlex v1.1.0 |
| 950 | 2023-12-11T20:20:22.182Z | Downloaded slog-stdlog v4.1.1 |
| 951 | 2023-12-11T20:20:22.183Z | Downloaded strum_macros v0.24.3 |
| 952 | 2023-12-11T20:20:22.183Z | Downloaded subprocess v0.2.9 |
| 953 | 2023-12-11T20:20:22.183Z | Downloaded strum v0.25.0 |
| 954 | 2023-12-11T20:20:22.183Z | Downloaded structmeta-derive v0.2.0 |
| 955 | 2023-12-11T20:20:22.183Z | Downloaded httpdate v1.0.3 |
| 956 | 2023-12-11T20:20:22.183Z | Downloaded postgres-protocol v0.6.6 |
| 957 | 2023-12-11T20:20:22.184Z | Downloaded pest_derive v2.7.2 |
| 958 | 2023-12-11T20:20:22.184Z | Downloaded spin v0.9.8 |
| 959 | 2023-12-11T20:20:22.184Z | Downloaded slog-envlogger v2.2.0 |
| 960 | 2023-12-11T20:20:22.184Z | Downloaded structopt-derive v0.4.18 |
| 961 | 2023-12-11T20:20:22.184Z | Downloaded serde_urlencoded v0.7.1 |
| 962 | 2023-12-11T20:20:22.184Z | Downloaded oso v0.27.0 |
| 963 | 2023-12-11T20:20:22.185Z | Downloaded spki v0.7.2 |
| 964 | 2023-12-11T20:20:22.193Z | Downloaded rand_core v0.6.4 |
| 965 | 2023-12-11T20:20:22.193Z | Downloaded endian-type v0.1.2 |
| 966 | 2023-12-11T20:20:22.193Z | Downloaded serde_path_to_error v0.1.14 |
| 967 | 2023-12-11T20:20:22.193Z | Downloaded pretty-hex v0.2.1 |
| 968 | 2023-12-11T20:20:22.193Z | Downloaded parse-display-derive v0.8.2 |
| 969 | 2023-12-11T20:20:22.197Z | Downloaded unicode-xid v0.2.4 |
| 970 | 2023-12-11T20:20:22.197Z | Downloaded num-complex v0.4.4 |
| 971 | 2023-12-11T20:20:22.205Z | Downloaded hashbrown v0.12.3 |
| 972 | 2023-12-11T20:20:22.222Z | Downloaded predicates v2.1.5 |
| 973 | 2023-12-11T20:20:22.231Z | Downloaded indexmap v1.9.3 |
| 974 | 2023-12-11T20:20:22.231Z | Downloaded walkdir v2.4.0 |
| 975 | 2023-12-11T20:20:22.231Z | Downloaded funty v2.0.0 |
| 976 | 2023-12-11T20:20:22.235Z | Downloaded futures-timer v3.0.2 |
| 977 | 2023-12-11T20:20:22.235Z | Downloaded unicode-width v0.1.11 |
| 978 | 2023-12-11T20:20:22.238Z | Downloaded textwrap v0.11.0 |
| 979 | 2023-12-11T20:20:22.246Z | Downloaded resolv-conf v0.7.0 |
| 980 | 2023-12-11T20:20:22.249Z | Downloaded rand_chacha v0.3.1 |
| 981 | 2023-12-11T20:20:22.249Z | Downloaded getopts v0.2.21 |
| 982 | 2023-12-11T20:20:22.253Z | Downloaded proc-macro-error-attr v1.0.4 |
| 983 | 2023-12-11T20:20:22.256Z | Downloaded ppv-lite86 v0.2.17 |
| 984 | 2023-12-11T20:20:22.259Z | Downloaded structmeta v0.2.0 |
| 985 | 2023-12-11T20:20:22.262Z | Downloaded vsss-rs v3.3.1 |
| 986 | 2023-12-11T20:20:22.266Z | Downloaded either v1.9.0 |
| 987 | 2023-12-11T20:20:22.269Z | Downloaded termios v0.3.3 |
| 988 | 2023-12-11T20:20:22.273Z | Downloaded foreign-types v0.3.2 |
| 989 | 2023-12-11T20:20:22.276Z | Downloaded pretty-hex v0.4.0 |
| 990 | 2023-12-11T20:20:22.279Z | Downloaded strum_macros v0.25.2 |
| 991 | 2023-12-11T20:20:22.282Z | Downloaded whoami v1.4.1 |
| 992 | 2023-12-11T20:20:22.286Z | Downloaded fastrand v2.0.0 |
| 993 | 2023-12-11T20:20:22.289Z | Downloaded toml v0.7.8 |
| 994 | 2023-12-11T20:20:22.298Z | Downloaded owo-colors v3.5.0 |
| 995 | 2023-12-11T20:20:22.302Z | Downloaded toolchain_find v0.2.0 |
| 996 | 2023-12-11T20:20:22.305Z | Downloaded plotters-svg v0.3.5 |
| 997 | 2023-12-11T20:20:22.308Z | Downloaded reedline v0.26.0 |
| 998 | 2023-12-11T20:20:22.319Z | Downloaded snafu-derive v0.7.5 |
| 999 | 2023-12-11T20:20:22.327Z | Downloaded same-file v1.0.6 |
| 1000 | 2023-12-11T20:20:22.331Z | Downloaded futures-task v0.3.29 |
| 1001 | 2023-12-11T20:20:22.332Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1002 | 2023-12-11T20:20:22.332Z | Downloaded openssl-sys v0.9.96 |
| 1003 | 2023-12-11T20:20:22.371Z | Downloaded tracing-core v0.1.31 |
| 1004 | 2023-12-11T20:20:22.374Z | Downloaded schemars v0.8.13 |
| 1005 | 2023-12-11T20:20:22.374Z | Downloaded unicode-normalization v0.1.22 |
| 1006 | 2023-12-11T20:20:22.377Z | Downloaded tracing v0.1.37 |
| 1007 | 2023-12-11T20:20:22.383Z | Downloaded ref-cast-impl v1.0.20 |
| 1008 | 2023-12-11T20:20:22.387Z | Downloaded fxhash v0.2.1 |
| 1009 | 2023-12-11T20:20:22.390Z | Downloaded serde_derive_internals v0.26.0 |
| 1010 | 2023-12-11T20:20:22.390Z | Downloaded httptest v0.15.5 |
| 1011 | 2023-12-11T20:20:22.394Z | Downloaded semver v0.1.20 |
| 1012 | 2023-12-11T20:20:22.397Z | Downloaded parking_lot v0.12.1 |
| 1013 | 2023-12-11T20:20:22.401Z | Downloaded tempdir v0.3.7 |
| 1014 | 2023-12-11T20:20:22.404Z | Downloaded slog-json v2.6.1 |
| 1015 | 2023-12-11T20:20:22.408Z | Downloaded semver v0.11.0 |
| 1016 | 2023-12-11T20:20:22.411Z | Downloaded signal-hook-registry v1.4.1 |
| 1017 | 2023-12-11T20:20:22.414Z | Downloaded radium v0.7.0 |
| 1018 | 2023-12-11T20:20:22.418Z | Downloaded num-bigint-dig v0.8.4 |
| 1019 | 2023-12-11T20:20:22.424Z | Downloaded rustc-hash v1.1.0 |
| 1020 | 2023-12-11T20:20:22.427Z | Downloaded password-hash v0.5.0 |
| 1021 | 2023-12-11T20:20:22.431Z | Downloaded rand v0.4.6 |
| 1022 | 2023-12-11T20:20:22.449Z | Downloaded semver-parser v0.10.2 |
| 1023 | 2023-12-11T20:20:22.453Z | Downloaded poly1305 v0.8.0 |
| 1024 | 2023-12-11T20:20:22.453Z | Downloaded slog v2.7.0 |
| 1025 | 2023-12-11T20:20:22.456Z | Downloaded futures-io v0.3.29 |
| 1026 | 2023-12-11T20:20:22.456Z | Downloaded precomputed-hash v0.1.1 |
| 1027 | 2023-12-11T20:20:22.461Z | Downloaded number_prefix v0.4.0 |
| 1028 | 2023-12-11T20:20:22.463Z | Downloaded home v0.5.5 |
| 1029 | 2023-12-11T20:20:22.463Z | Downloaded trust-dns-resolver v0.22.0 |
| 1030 | 2023-12-11T20:20:22.469Z | Downloaded rustc_version v0.4.0 |
| 1031 | 2023-12-11T20:20:22.473Z | Downloaded datatest-stable v0.2.3 |
| 1032 | 2023-12-11T20:20:22.478Z | Downloaded elliptic-curve v0.13.8 |
| 1033 | 2023-12-11T20:20:22.487Z | Downloaded uuid v1.6.1 |
| 1034 | 2023-12-11T20:20:22.500Z | Downloaded glob v0.3.1 |
| 1035 | 2023-12-11T20:20:22.503Z | Downloaded trust-dns-client v0.22.0 |
| 1036 | 2023-12-11T20:20:22.508Z | Downloaded hash32 v0.2.1 |
| 1037 | 2023-12-11T20:20:22.512Z | Downloaded vte v0.11.1 |
| 1038 | 2023-12-11T20:20:22.516Z | Downloaded form_urlencoded v1.2.1 |
| 1039 | 2023-12-11T20:20:22.519Z | Downloaded foreign-types-shared v0.1.1 |
| 1040 | 2023-12-11T20:20:22.522Z | Downloaded futures-macro v0.3.29 |
| 1041 | 2023-12-11T20:20:22.522Z | Downloaded phf_shared v0.10.0 |
| 1042 | 2023-12-11T20:20:22.525Z | Downloaded thiserror-no-std v2.0.2 |
| 1043 | 2023-12-11T20:20:22.531Z | Downloaded serde-big-array v0.4.1 |
| 1044 | 2023-12-11T20:20:22.534Z | Downloaded defmt-parser v0.3.3 |
| 1045 | 2023-12-11T20:20:22.537Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1046 | 2023-12-11T20:20:22.540Z | Downloaded group v0.13.0 |
| 1047 | 2023-12-11T20:20:22.543Z | Downloaded zerocopy v0.3.0 |
| 1048 | 2023-12-11T20:20:22.543Z | Downloaded derive-where v1.2.6 |
| 1049 | 2023-12-11T20:20:22.550Z | Downloaded foreign-types v0.5.0 |
| 1050 | 2023-12-11T20:20:22.554Z | Downloaded typenum v1.16.0 |
| 1051 | 2023-12-11T20:20:22.557Z | Downloaded globset v0.4.13 |
| 1052 | 2023-12-11T20:20:22.560Z | Downloaded rustc_version v0.1.7 |
| 1053 | 2023-12-11T20:20:22.563Z | Downloaded utf-8 v0.7.6 |
| 1054 | 2023-12-11T20:20:22.566Z | Downloaded subtle v2.5.0 |
| 1055 | 2023-12-11T20:20:22.570Z | Downloaded yansi v0.5.1 |
| 1056 | 2023-12-11T20:20:22.570Z | Downloaded pin-project-lite v0.2.13 |
| 1057 | 2023-12-11T20:20:22.582Z | Downloaded swrite v0.1.0 |
| 1058 | 2023-12-11T20:20:22.585Z | Downloaded pin-utils v0.1.0 |
| 1059 | 2023-12-11T20:20:22.585Z | Downloaded ff v0.13.0 |
| 1060 | 2023-12-11T20:20:22.588Z | Downloaded futures-executor v0.3.29 |
| 1061 | 2023-12-11T20:20:22.591Z | Downloaded derive_more v0.99.17 |
| 1062 | 2023-12-11T20:20:22.600Z | Downloaded derive_builder v0.12.0 |
| 1063 | 2023-12-11T20:20:22.612Z | Downloaded ron v0.8.1 |
| 1064 | 2023-12-11T20:20:22.625Z | Downloaded half v1.8.2 |
| 1065 | 2023-12-11T20:20:22.634Z | Downloaded unsafe-libyaml v0.2.9 |
| 1066 | 2023-12-11T20:20:22.639Z | Downloaded typed-path v0.7.0 |
| 1067 | 2023-12-11T20:20:22.651Z | Downloaded downcast v0.11.0 |
| 1068 | 2023-12-11T20:20:22.655Z | Downloaded getrandom v0.2.10 |
| 1069 | 2023-12-11T20:20:22.661Z | Downloaded sha2 v0.10.8 |
| 1070 | 2023-12-11T20:20:22.667Z | Downloaded portable-atomic v1.4.3 |
| 1071 | 2023-12-11T20:20:22.683Z | Downloaded reqwest v0.11.22 |
| 1072 | 2023-12-11T20:20:22.700Z | Downloaded tabled v0.14.0 |
| 1073 | 2023-12-11T20:20:22.728Z | Downloaded regress v0.7.1 |
| 1074 | 2023-12-11T20:20:22.745Z | Downloaded postcard v1.0.8 |
| 1075 | 2023-12-11T20:20:22.753Z | Downloaded tower-service v0.3.2 |
| 1076 | 2023-12-11T20:20:22.764Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1077 | 2023-12-11T20:20:22.765Z | Downloaded der_derive v0.7.2 |
| 1078 | 2023-12-11T20:20:22.768Z | Downloaded signal-hook-mio v0.2.3 |
| 1079 | 2023-12-11T20:20:22.768Z | Downloaded rustls-native-certs v0.6.3 |
| 1080 | 2023-12-11T20:20:22.768Z | Downloaded fragile v2.0.0 |
| 1081 | 2023-12-11T20:20:22.772Z | Downloaded serde_yaml v0.9.25 |
| 1082 | 2023-12-11T20:20:22.779Z | Downloaded foreign-types-shared v0.3.1 |
| 1083 | 2023-12-11T20:20:22.787Z | Downloaded r2d2 v0.8.10 |
| 1084 | 2023-12-11T20:20:22.795Z | Downloaded siphasher v0.3.11 |
| 1085 | 2023-12-11T20:20:22.795Z | Downloaded pin-project-internal v1.1.3 |
| 1086 | 2023-12-11T20:20:22.795Z | Downloaded pest_meta v2.7.2 |
| 1087 | 2023-12-11T20:20:22.800Z | Downloaded phf_shared v0.11.2 |
| 1088 | 2023-12-11T20:20:22.800Z | Downloaded serde_with_macros v3.4.0 |
| 1089 | 2023-12-11T20:20:22.810Z | Downloaded pkcs8 v0.10.2 |
| 1090 | 2023-12-11T20:20:22.814Z | Downloaded rsa v0.9.2 |
| 1091 | 2023-12-11T20:20:22.824Z | Downloaded dtrace-parser v0.1.14 |
| 1092 | 2023-12-11T20:20:22.829Z | Downloaded stringprep v0.1.3 |
| 1093 | 2023-12-11T20:20:22.829Z | Downloaded string_cache v0.8.7 |
| 1094 | 2023-12-11T20:20:22.829Z | Downloaded tokio-native-tls v0.3.1 |
| 1095 | 2023-12-11T20:20:22.840Z | Downloaded unarray v0.1.4 |
| 1096 | 2023-12-11T20:20:22.849Z | Downloaded phf v0.11.2 |
| 1097 | 2023-12-11T20:20:22.850Z | Downloaded zip v0.6.6 |
| 1098 | 2023-12-11T20:20:22.858Z | Downloaded display-error-chain v0.2.0 |
| 1099 | 2023-12-11T20:20:22.859Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1100 | 2023-12-11T20:20:22.859Z | Downloaded yasna v0.5.2 |
| 1101 | 2023-12-11T20:20:22.868Z | Downloaded dof v0.1.5 |
| 1102 | 2023-12-11T20:20:22.868Z | Downloaded toml_edit v0.19.15 |
| 1103 | 2023-12-11T20:20:22.899Z | Downloaded unicode-bidi v0.3.13 |
| 1104 | 2023-12-11T20:20:22.906Z | Downloaded regex-automata v0.1.10 |
| 1105 | 2023-12-11T20:20:22.916Z | Downloaded relative-path v1.9.0 |
| 1106 | 2023-12-11T20:20:22.926Z | Downloaded heapless v0.7.16 |
| 1107 | 2023-12-11T20:20:22.938Z | Downloaded bitvec v1.0.1 |
| 1108 | 2023-12-11T20:20:22.968Z | Downloaded zerocopy v0.6.4 |
| 1109 | 2023-12-11T20:20:22.975Z | Downloaded tokio-stream v0.1.14 |
| 1110 | 2023-12-11T20:20:22.977Z | Downloaded lalrpop v0.19.12 |
| 1111 | 2023-12-11T20:20:22.992Z | Downloaded tracing-attributes v0.1.26 |
| 1112 | 2023-12-11T20:20:22.999Z | Downloaded tokio-postgres v0.7.10 |
| 1113 | 2023-12-11T20:20:23.010Z | Downloaded socket2 v0.5.5 |
| 1114 | 2023-12-11T20:20:23.020Z | Downloaded pin-project v1.1.3 |
| 1115 | 2023-12-11T20:20:23.045Z | Downloaded tungstenite v0.20.1 |
| 1116 | 2023-12-11T20:20:23.053Z | Downloaded ring v0.16.20 |
| 1117 | 2023-12-11T20:20:23.218Z | Downloaded unicode-segmentation v1.10.1 |
| 1118 | 2023-12-11T20:20:23.236Z | Downloaded packed_struct v0.10.1 |
| 1119 | 2023-12-11T20:20:23.237Z | Downloaded bstr v1.6.0 |
| 1120 | 2023-12-11T20:20:23.262Z | Downloaded steno v0.4.0 |
| 1121 | 2023-12-11T20:20:23.263Z | Downloaded radix_trie v0.2.1 |
| 1122 | 2023-12-11T20:20:23.281Z | Downloaded object v0.32.1 |
| 1123 | 2023-12-11T20:20:23.304Z | Downloaded zerocopy v0.7.26 |
| 1124 | 2023-12-11T20:20:23.337Z | Downloaded polar-core v0.27.0 |
| 1125 | 2023-12-11T20:20:23.346Z | Downloaded proptest v1.4.0 |
| 1126 | 2023-12-11T20:20:23.358Z | Downloaded textwrap v0.16.0 |
| 1127 | 2023-12-11T20:20:23.366Z | Downloaded ratatui v0.23.0 |
| 1128 | 2023-12-11T20:20:23.428Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1129 | 2023-12-11T20:20:23.435Z | Downloaded petgraph v0.6.4 |
| 1130 | 2023-12-11T20:20:23.435Z | Downloaded h2 v0.3.21 |
| 1131 | 2023-12-11T20:20:23.449Z | Downloaded rustls v0.21.9 |
| 1132 | 2023-12-11T20:20:23.471Z | Downloaded webpki-roots v0.25.2 |
| 1133 | 2023-12-11T20:20:23.491Z | Downloaded smoltcp v0.9.1 |
| 1134 | 2023-12-11T20:20:23.508Z | Downloaded syn v1.0.109 |
| 1135 | 2023-12-11T20:20:23.525Z | Downloaded smoltcp v0.10.0 |
| 1136 | 2023-12-11T20:20:23.540Z | Downloaded regex-syntax v0.7.5 |
| 1137 | 2023-12-11T20:20:23.560Z | Downloaded trust-dns-proto v0.22.0 |
| 1138 | 2023-12-11T20:20:23.582Z | Downloaded openssl v0.10.60 |
| 1139 | 2023-12-11T20:20:23.622Z | Downloaded diesel v2.1.4 |
| 1140 | 2023-12-11T20:20:23.638Z | Downloaded rustix v0.38.25 |
| 1141 | 2023-12-11T20:20:23.679Z | Downloaded regex-syntax v0.8.2 |
| 1142 | 2023-12-11T20:20:23.697Z | Downloaded zerocopy-derive v0.6.4 |
| 1143 | 2023-12-11T20:20:23.723Z | Downloaded zerocopy-derive v0.7.26 |
| 1144 | 2023-12-11T20:20:23.737Z | Downloaded zerocopy-derive v0.2.0 |
| 1145 | 2023-12-11T20:20:23.756Z | Downloaded regex-automata v0.4.3 |
| 1146 | 2023-12-11T20:20:23.789Z | Downloaded regex-automata v0.3.8 |
| 1147 | 2023-12-11T20:20:23.823Z | Downloaded serde_with v3.4.0 |
| 1148 | 2023-12-11T20:20:23.835Z | Downloaded tokio v1.35.0 |
| 1149 | 2023-12-11T20:20:23.905Z | Downloaded sha3 v0.10.8 |
| 1150 | 2023-12-11T20:20:23.919Z | Downloaded sled v0.34.7 |
| 1151 | 2023-12-11T20:20:23.941Z | Downloaded regex-syntax v0.6.29 |
| 1152 | 2023-12-11T20:20:23.957Z | Downloaded idna v0.2.3 |
| 1153 | 2023-12-11T20:20:23.972Z | Downloaded pest v2.7.2 |
| 1154 | 2023-12-11T20:20:23.986Z | Downloaded expectorate v1.1.0 |
| 1155 | 2023-12-11T20:20:24.000Z | Downloaded hkdf v0.12.3 |
| 1156 | 2023-12-11T20:20:24.000Z | Downloaded rayon v1.8.0 |
| 1157 | 2023-12-11T20:20:24.011Z | Downloaded rustls-webpki v0.101.7 |
| 1158 | 2023-12-11T20:20:24.040Z | Downloaded encoding_rs v0.8.33 |
| 1159 | 2023-12-11T20:20:24.082Z | Downloaded object v0.30.4 |
| 1160 | 2023-12-11T20:20:24.102Z | Downloaded thread_local v1.1.7 |
| 1161 | 2023-12-11T20:20:24.107Z | Downloaded postgres-types v0.2.6 |
| 1162 | 2023-12-11T20:20:24.112Z | Downloaded slog-dtrace v0.2.3 |
| 1163 | 2023-12-11T20:20:24.112Z | Downloaded futures-util v0.3.29 |
| 1164 | 2023-12-11T20:20:24.138Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1165 | 2023-12-11T20:20:24.164Z | Downloaded pkcs1 v0.7.5 |
| 1166 | 2023-12-11T20:20:24.169Z | Downloaded tar v0.4.40 |
| 1167 | 2023-12-11T20:20:24.169Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1168 | 2023-12-11T20:20:24.169Z | Downloaded http v0.2.11 |
| 1169 | 2023-12-11T20:20:24.187Z | Downloaded ring v0.17.7 |
| 1170 | 2023-12-11T20:20:24.317Z | Downloaded curve25519-dalek v4.1.0 |
| 1171 | 2023-12-11T20:20:24.332Z | Downloaded deranged v0.3.8 |
| 1172 | 2023-12-11T20:20:24.336Z | Downloaded wyz v0.5.1 |
| 1173 | 2023-12-11T20:20:24.336Z | Downloaded which v4.4.0 |
| 1174 | 2023-12-11T20:20:24.339Z | Downloaded vcpkg v0.2.15 |
| 1175 | 2023-12-11T20:20:24.414Z | Downloaded regex v1.10.2 |
| 1176 | 2023-12-11T20:20:24.458Z | Downloaded rustls-pemfile v1.0.3 |
| 1177 | 2023-12-11T20:20:24.462Z | Downloaded itertools v0.10.5 |
| 1178 | 2023-12-11T20:20:24.462Z | Downloaded highway v1.1.0 |
| 1179 | 2023-12-11T20:20:24.462Z | Downloaded snafu v0.7.5 |
| 1180 | 2023-12-11T20:20:24.465Z | Downloaded futures v0.3.29 |
| 1181 | 2023-12-11T20:20:24.474Z | Downloaded x509-cert v0.2.4 |
| 1182 | 2023-12-11T20:20:24.486Z | Downloaded bstr v0.2.17 |
| 1183 | 2023-12-11T20:20:24.506Z | Downloaded prettyplease v0.2.12 |
| 1184 | 2023-12-11T20:20:24.519Z | Downloaded predicates-tree v1.0.9 |
| 1185 | 2023-12-11T20:20:24.520Z | Downloaded futures-channel v0.3.29 |
| 1186 | 2023-12-11T20:20:24.936Z | Downloaded pem-rfc7468 v0.7.0 |
| 1187 | 2023-12-11T20:20:24.936Z | Downloaded quick-xml v0.23.1 |
| 1188 | 2023-12-11T20:20:24.936Z | Downloaded serde_repr v0.1.16 |
| 1189 | 2023-12-11T20:20:24.936Z | Downloaded similar-asserts v1.5.0 |
| 1190 | 2023-12-11T20:20:24.943Z | Downloaded tough v0.16.0 |
| 1191 | 2023-12-11T20:20:24.943Z | Downloaded url v2.5.0 |
| 1192 | 2023-12-11T20:20:24.943Z | Downloaded defmt-macros v0.3.6 |
| 1193 | 2023-12-11T20:20:24.943Z | Downloaded debug-ignore v1.0.5 |
| 1194 | 2023-12-11T20:20:24.943Z | Downloaded time v0.3.27 |
| 1195 | 2023-12-11T20:20:24.944Z | Downloaded tinyvec v1.6.0 |
| 1196 | 2023-12-11T20:20:24.944Z | Downloaded futures-core v0.3.29 |
| 1197 | 2023-12-11T20:20:24.944Z | Downloaded pem v3.0.2 |
| 1198 | 2023-12-11T20:20:24.944Z | Downloaded signal-hook v0.3.17 |
| 1199 | 2023-12-11T20:20:24.944Z | Downloaded der v0.7.8 |
| 1200 | 2023-12-11T20:20:24.944Z | Downloaded predicates-core v1.0.6 |
| 1201 | 2023-12-11T20:20:24.944Z | Downloaded hostname v0.3.1 |
| 1202 | 2023-12-11T20:20:24.944Z | Downloaded term v0.7.0 |
| 1203 | 2023-12-11T20:20:24.944Z | Downloaded proc-macro-error v1.0.4 |
| 1204 | 2023-12-11T20:20:24.944Z | Downloaded plotters v0.3.5 |
| 1205 | 2023-12-11T20:20:24.944Z | Downloaded nom v7.1.3 |
| 1206 | 2023-12-11T20:20:24.945Z | Downloaded usdt-impl v0.3.5 |
| 1207 | 2023-12-11T20:20:24.945Z | Downloaded ucd-trie v0.1.6 |
| 1208 | 2023-12-11T20:20:24.946Z | Downloaded predicates v3.0.4 |
| 1209 | 2023-12-11T20:20:24.946Z | Downloaded zeroize v1.7.0 |
| 1210 | 2023-12-11T20:20:24.946Z | Downloaded thread-id v4.2.0 |
| 1211 | 2023-12-11T20:20:24.946Z | Downloaded dyn-clone v1.0.13 |
| 1212 | 2023-12-11T20:20:24.946Z | Downloaded fd-lock v3.0.13 |
| 1213 | 2023-12-11T20:20:24.946Z | Downloaded platforms v3.0.2 |
| 1214 | 2023-12-11T20:20:24.946Z | Downloaded unicode-linebreak v0.1.5 |
| 1215 | 2023-12-11T20:20:24.946Z | Downloaded ed25519 v1.5.3 |
| 1216 | 2023-12-11T20:20:24.946Z | Downloaded proc-macro-crate v1.3.1 |
| 1217 | 2023-12-11T20:20:24.946Z | Downloaded rand v0.8.5 |
| 1218 | 2023-12-11T20:20:24.946Z | Downloaded scopeguard v1.2.0 |
| 1219 | 2023-12-11T20:20:24.947Z | Downloaded usdt v0.3.5 |
| 1220 | 2023-12-11T20:20:24.947Z | Downloaded libm v0.2.7 |
| 1221 | 2023-12-11T20:20:24.947Z | Downloaded sct v0.7.0 |
| 1222 | 2023-12-11T20:20:24.948Z | Downloaded derive_builder_macro v0.12.0 |
| 1223 | 2023-12-11T20:20:24.948Z | Downloaded filetime v0.2.23 |
| 1224 | 2023-12-11T20:20:24.948Z | Downloaded tokio-macros v2.2.0 |
| 1225 | 2023-12-11T20:20:24.948Z | Downloaded spin v0.5.2 |
| 1226 | 2023-12-11T20:20:24.948Z | Downloaded supports-color v2.1.0 |
| 1227 | 2023-12-11T20:20:24.948Z | Downloaded heck v0.3.3 |
| 1228 | 2023-12-11T20:20:24.948Z | Downloaded wait-timeout v0.2.0 |
| 1229 | 2023-12-11T20:20:24.949Z | Downloaded untrusted v0.7.1 |
| 1230 | 2023-12-11T20:20:24.949Z | Downloaded strsim v0.8.0 |
| 1231 | 2023-12-11T20:20:24.949Z | Downloaded rayon-core v1.12.0 |
| 1232 | 2023-12-11T20:20:24.949Z | Downloaded httparse v1.8.0 |
| 1233 | 2023-12-11T20:20:24.949Z | Downloaded serde_plain v1.0.2 |
| 1234 | 2023-12-11T20:20:24.949Z | Downloaded tiny-keccak v2.0.2 |
| 1235 | 2023-12-11T20:20:24.949Z | Downloaded percent-encoding v2.3.1 |
| 1236 | 2023-12-11T20:20:24.949Z | Downloaded foreign-types-macros v0.2.3 |
| 1237 | 2023-12-11T20:20:24.949Z | Downloaded tokio-tungstenite v0.20.1 |
| 1238 | 2023-12-11T20:20:24.949Z | Downloaded tinyvec_macros v0.1.1 |
| 1239 | 2023-12-11T20:20:24.949Z | Downloaded xattr v1.0.1 |
| 1240 | 2023-12-11T20:20:24.950Z | Downloaded defmt v0.3.5 |
| 1241 | 2023-12-11T20:20:24.950Z | Downloaded hex-literal v0.4.1 |
| 1242 | 2023-12-11T20:20:24.950Z | Downloaded tokio-util v0.7.10 |
| 1243 | 2023-12-11T20:20:24.950Z | Downloaded minimal-lexical v0.2.1 |
| 1244 | 2023-12-11T20:20:24.950Z | Downloaded synstructure v0.12.6 |
| 1245 | 2023-12-11T20:20:24.950Z | Downloaded rstest v0.18.2 |
| 1246 | 2023-12-11T20:20:24.950Z | Downloaded rpassword v7.3.1 |
| 1247 | 2023-12-11T20:20:24.950Z | Downloaded pkg-config v0.3.27 |
| 1248 | 2023-12-11T20:20:24.950Z | Downloaded fatfs v0.3.6 |
| 1249 | 2023-12-11T20:20:24.950Z | Downloaded static_assertions v1.1.0 |
| 1250 | 2023-12-11T20:20:24.950Z | Downloaded stable_deref_trait v1.2.0 |
| 1251 | 2023-12-11T20:20:24.950Z | Downloaded toml v0.5.11 |
| 1252 | 2023-12-11T20:20:24.951Z | Downloaded remove_dir_all v0.5.3 |
| 1253 | 2023-12-11T20:20:24.951Z | Downloaded tui-tree-widget v0.13.0 |
| 1254 | 2023-12-11T20:20:24.951Z | Downloaded sha1 v0.10.6 |
| 1255 | 2023-12-11T20:20:24.951Z | Downloaded hex v0.4.3 |
| 1256 | 2023-12-11T20:20:24.951Z | Downloaded diesel_derives v2.1.2 |
| 1257 | 2023-12-11T20:20:24.951Z | Downloaded tinytemplate v1.2.1 |
| 1258 | 2023-12-11T20:20:24.951Z | Downloaded threadpool v1.8.1 |
| 1259 | 2023-12-11T20:20:24.951Z | Downloaded env_logger v0.10.0 |
| 1260 | 2023-12-11T20:20:24.951Z | Downloaded tap v1.0.1 |
| 1261 | 2023-12-11T20:20:24.951Z | Downloaded take_mut v0.2.2 |
| 1262 | 2023-12-11T20:20:24.951Z | Downloaded idna v0.5.0 |
| 1263 | 2023-12-11T20:20:24.951Z | Downloaded topological-sort v0.2.2 |
| 1264 | 2023-12-11T20:20:24.951Z | Downloaded derive_builder_core v0.12.0 |
| 1265 | 2023-12-11T20:20:24.951Z | Downloaded rstest_macros v0.18.2 |
| 1266 | 2023-12-11T20:20:24.952Z | Downloaded similar v2.2.1 |
| 1267 | 2023-12-11T20:20:24.952Z | Downloaded data-encoding v2.4.0 |
| 1268 | 2023-12-11T20:20:24.952Z | Downloaded headers v0.3.9 |
| 1269 | 2023-12-11T20:20:24.952Z | Downloaded hashbrown v0.13.2 |
| 1270 | 2023-12-11T20:20:24.952Z | Downloaded ena v0.14.2 |
| 1271 | 2023-12-11T20:20:24.952Z | Downloaded parking_lot v0.11.2 |
| 1272 | 2023-12-11T20:20:24.952Z | Downloaded pretty_assertions v1.4.0 |
| 1273 | 2023-12-11T20:20:24.952Z | Downloaded flate2 v1.0.28 |
| 1274 | 2023-12-11T20:20:24.952Z | Downloaded socket2 v0.4.9 |
| 1275 | 2023-12-11T20:20:24.952Z | Downloaded hmac v0.12.1 |
| 1276 | 2023-12-11T20:20:24.952Z | Downloaded futures-sink v0.3.29 |
| 1277 | 2023-12-11T20:20:24.952Z | Downloaded enum-as-inner v0.5.1 |
| 1278 | 2023-12-11T20:20:24.952Z | Downloaded rand_xorshift v0.3.0 |
| 1279 | 2023-12-11T20:20:24.953Z | Downloaded hubpack v0.1.2 |
| 1280 | 2023-12-11T20:20:24.953Z | Downloaded fixedbitset v0.4.2 |
| 1281 | 2023-12-11T20:20:24.953Z | Downloaded num-rational v0.4.1 |
| 1282 | 2023-12-11T20:20:24.953Z | Downloaded generic-array v0.14.7 |
| 1283 | 2023-12-11T20:20:24.953Z | Downloaded slab v0.4.9 |
| 1284 | 2023-12-11T20:20:24.953Z | Downloaded http-range v0.1.5 |
| 1285 | 2023-12-11T20:20:24.953Z | Downloaded embedded-io v0.4.0 |
| 1286 | 2023-12-11T20:20:24.964Z | Downloaded zone v0.3.0 |
| 1287 | 2023-12-11T20:20:24.964Z | Downloaded test-strategy v0.3.1 |
| 1288 | 2023-12-11T20:20:24.965Z | Downloaded serde-hex v0.1.0 |
| 1289 | 2023-12-11T20:20:24.965Z | Downloaded tempfile v3.8.1 |
| 1290 | 2023-12-11T20:20:24.965Z | Downloaded usdt-attr-macro v0.3.5 |
| 1291 | 2023-12-11T20:20:24.965Z | Downloaded rustc-demangle v0.1.23 |
| 1292 | 2023-12-11T20:20:24.965Z | Downloaded flume v0.11.0 |
| 1293 | 2023-12-11T20:20:24.965Z | Downloaded tokio-rustls v0.24.1 |
| 1294 | 2023-12-11T20:20:24.965Z | Downloaded time-macros v0.2.13 |
| 1295 | 2023-12-11T20:20:24.965Z | Downloaded hyper v0.14.27 |
| 1296 | 2023-12-11T20:20:25.372Z | Downloaded vec_map v0.8.2 |
| 1297 | 2023-12-11T20:20:25.372Z | Downloaded rcgen v0.11.3 |
| 1298 | 2023-12-11T20:20:25.372Z | Downloaded bindgen v0.65.1 |
| 1299 | 2023-12-11T20:20:25.372Z | Downloaded rtoolbox v0.0.1 |
| 1300 | 2023-12-11T20:20:25.372Z | Downloaded universal-hash v0.5.1 |
| 1301 | 2023-12-11T20:20:25.373Z | Downloaded parse-display v0.8.2 |
| 1302 | 2023-12-11T20:20:25.373Z | Downloaded slog-bunyan v2.4.0 |
| 1303 | 2023-12-11T20:20:25.373Z | Downloaded quick-error v1.2.3 |
| 1304 | 2023-12-11T20:20:25.373Z | Downloaded rusty-fork v0.3.0 |
| 1305 | 2023-12-11T20:20:25.373Z | Downloaded fallible-iterator v0.2.0 |
| 1306 | 2023-12-11T20:20:25.373Z | Downloaded termtree v0.4.1 |
| 1307 | 2023-12-11T20:20:25.373Z | Downloaded indicatif v0.17.7 |
| 1308 | 2023-12-11T20:20:25.373Z | Downloaded peeking_take_while v0.1.2 |
| 1309 | 2023-12-11T20:20:25.373Z | Downloaded oso-derive v0.27.0 |
| 1310 | 2023-12-11T20:20:25.373Z | Downloaded termcolor v1.2.0 |
| 1311 | 2023-12-11T20:20:25.373Z | Downloaded gimli v0.28.0 |
| 1312 | 2023-12-11T20:20:25.374Z | Downloaded want v0.3.1 |
| 1313 | 2023-12-11T20:20:25.374Z | Downloaded trybuild v1.0.85 |
| 1314 | 2023-12-11T20:20:25.374Z | Downloaded smallvec v1.11.0 |
| 1315 | 2023-12-11T20:20:25.374Z | Downloaded slog-term v2.9.0 |
| 1316 | 2023-12-11T20:20:25.374Z | Downloaded paste v1.0.14 |
| 1317 | 2023-12-11T20:20:25.374Z | Downloaded fnv v1.0.7 |
| 1318 | 2023-12-11T20:20:25.374Z | Downloaded once_cell v1.19.0 |
| 1319 | 2023-12-11T20:20:25.375Z | Downloaded packed_struct_codegen v0.10.1 |
| 1320 | 2023-12-11T20:20:25.375Z | Downloaded memoffset v0.9.0 |
| 1321 | 2023-12-11T20:20:25.375Z | Downloaded libsw v3.3.0 |
| 1322 | 2023-12-11T20:20:25.375Z | Downloaded parking_lot_core v0.9.8 |
| 1323 | 2023-12-11T20:20:25.375Z | Downloaded num-bigint v0.4.4 |
| 1324 | 2023-12-11T20:20:25.375Z | Downloaded plotters-backend v0.3.5 |
| 1325 | 2023-12-11T20:20:25.375Z | Downloaded rust-argon2 v1.0.1 |
| 1326 | 2023-12-11T20:20:25.375Z | Downloaded parking_lot_core v0.8.6 |
| 1327 | 2023-12-11T20:20:25.375Z | Downloaded trust-dns-server v0.22.1 |
| 1328 | 2023-12-11T20:20:25.375Z | Downloaded md-5 v0.10.5 |
| 1329 | 2023-12-11T20:20:25.375Z | Downloaded slog-async v2.8.0 |
| 1330 | 2023-12-11T20:20:25.375Z | Downloaded serde_tokenstream v0.2.0 |
| 1331 | 2023-12-11T20:20:25.375Z | Downloaded try-lock v0.2.4 |
| 1332 | 2023-12-11T20:20:25.375Z | Downloaded openssl-macros v0.1.1 |
| 1333 | 2023-12-11T20:20:25.375Z | Downloaded newline-converter v0.3.0 |
| 1334 | 2023-12-11T20:20:25.375Z | Downloaded ref-cast v1.0.20 |
| 1335 | 2023-12-11T20:20:25.375Z | Downloaded smf v0.2.2 |
| 1336 | 2023-12-11T20:20:25.375Z | Downloaded lalrpop-util v0.19.12 |
| 1337 | 2023-12-11T20:20:25.376Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1338 | 2023-12-11T20:20:25.376Z | Downloaded flagset v0.4.3 |
| 1339 | 2023-12-11T20:20:25.376Z | Downloaded inout v0.1.3 |
| 1340 | 2023-12-11T20:20:25.377Z | Downloaded signature v2.1.0 |
| 1341 | 2023-12-11T20:20:25.377Z | Downloaded salty v0.2.0 |
| 1342 | 2023-12-11T20:20:25.378Z | Downloaded zone_cfg_derive v0.3.0 |
| 1343 | 2023-12-11T20:20:25.378Z | Downloaded mio v0.8.9 |
| 1344 | 2023-12-11T20:20:25.378Z | Downloaded libxml v0.3.3 |
| 1345 | 2023-12-11T20:20:25.378Z | Downloaded partial-io v0.5.4 |
| 1346 | 2023-12-11T20:20:25.378Z | Downloaded signal-hook-tokio v0.3.1 |
| 1347 | 2023-12-11T20:20:25.378Z | Downloaded fs-err v2.11.0 |
| 1348 | 2023-12-11T20:20:25.378Z | Downloaded zeroize_derive v1.4.2 |
| 1349 | 2023-12-11T20:20:25.378Z | Downloaded hubpack_derive v0.1.1 |
| 1350 | 2023-12-11T20:20:25.378Z | Downloaded managed v0.8.0 |
| 1351 | 2023-12-11T20:20:25.378Z | Downloaded float-cmp v0.9.0 |
| 1352 | 2023-12-11T20:20:25.378Z | Downloaded newtype_derive v0.1.6 |
| 1353 | 2023-12-11T20:20:25.378Z | Downloaded itertools v0.11.0 |
| 1354 | 2023-12-11T20:20:25.378Z | Downloaded http-body v0.4.5 |
| 1355 | 2023-12-11T20:20:25.378Z | Downloaded doc-comment v0.3.3 |
| 1356 | 2023-12-11T20:20:25.378Z | Downloaded path-slash v0.1.5 |
| 1357 | 2023-12-11T20:20:25.378Z | Downloaded dirs-sys-next v0.1.2 |
| 1358 | 2023-12-11T20:20:25.378Z | Downloaded signature v1.6.4 |
| 1359 | 2023-12-11T20:20:25.378Z | Downloaded cast v0.3.0 |
| 1360 | 2023-12-11T20:20:25.379Z | Downloaded smawk v0.3.1 |
| 1361 | 2023-12-11T20:20:25.379Z | Downloaded aho-corasick v1.0.4 |
| 1362 | 2023-12-11T20:20:25.379Z | Downloaded native-tls v0.2.11 |
| 1363 | 2023-12-11T20:20:25.379Z | Downloaded itertools v0.12.0 |
| 1364 | 2023-12-11T20:20:25.379Z | Downloaded cookie v0.18.0 |
| 1365 | 2023-12-11T20:20:25.379Z | Downloaded mockall_derive v0.11.4 |
| 1366 | 2023-12-11T20:20:25.379Z | Downloaded darling_core v0.20.3 |
| 1367 | 2023-12-11T20:20:25.379Z | Downloaded crossbeam-epoch v0.9.15 |
| 1368 | 2023-12-11T20:20:25.379Z | Downloaded serde_tokenstream v0.1.7 |
| 1369 | 2023-12-11T20:20:25.380Z | Downloaded schemars_derive v0.8.13 |
| 1370 | 2023-12-11T20:20:25.380Z | Downloaded num_enum_derive v0.5.11 |
| 1371 | 2023-12-11T20:20:25.380Z | Downloaded nodrop v0.1.14 |
| 1372 | 2023-12-11T20:20:25.380Z | Downloaded mockall v0.11.4 |
| 1373 | 2023-12-11T20:20:25.380Z | Downloaded openssl-probe v0.1.5 |
| 1374 | 2023-12-11T20:20:25.380Z | Downloaded match_cfg v0.1.0 |
| 1375 | 2023-12-11T20:20:25.380Z | Downloaded structopt v0.3.26 |
| 1376 | 2023-12-11T20:20:25.380Z | Downloaded shell-words v1.1.0 |
| 1377 | 2023-12-11T20:20:25.380Z | Downloaded crossterm v0.27.0 |
| 1378 | 2023-12-11T20:20:25.380Z | Downloaded ipnetwork v0.20.0 |
| 1379 | 2023-12-11T20:20:25.380Z | Downloaded iana-time-zone v0.1.57 |
| 1380 | 2023-12-11T20:20:25.380Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1381 | 2023-12-11T20:20:25.380Z | Downloaded unicase v2.7.0 |
| 1382 | 2023-12-11T20:20:25.380Z | Downloaded num_threads v0.1.6 |
| 1383 | 2023-12-11T20:20:25.380Z | Downloaded num-derive v0.4.0 |
| 1384 | 2023-12-11T20:20:25.380Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1385 | 2023-12-11T20:20:25.380Z | Downloaded crc-catalog v2.2.0 |
| 1386 | 2023-12-11T20:20:25.380Z | Downloaded num_enum v0.5.11 |
| 1387 | 2023-12-11T20:20:25.381Z | Downloaded memoffset v0.7.1 |
| 1388 | 2023-12-11T20:20:25.381Z | Downloaded lazy_static v1.4.0 |
| 1389 | 2023-12-11T20:20:25.381Z | Downloaded ipnet v2.8.0 |
| 1390 | 2023-12-11T20:20:25.381Z | Downloaded untrusted v0.9.0 |
| 1391 | 2023-12-11T20:20:25.381Z | Downloaded miniz_oxide v0.7.1 |
| 1392 | 2023-12-11T20:20:25.381Z | Downloaded mime v0.3.17 |
| 1393 | 2023-12-11T20:20:25.381Z | Downloaded basic-toml v0.1.4 |
| 1394 | 2023-12-11T20:20:25.382Z | Downloaded log v0.4.20 |
| 1395 | 2023-12-11T20:20:25.382Z | Downloaded hyper-tls v0.5.0 |
| 1396 | 2023-12-11T20:20:25.386Z | Downloaded crossbeam-utils v0.8.16 |
| 1397 | 2023-12-11T20:20:25.386Z | Downloaded crossbeam-channel v0.5.8 |
| 1398 | 2023-12-11T20:20:25.386Z | Downloaded blake2 v0.10.6 |
| 1399 | 2023-12-11T20:20:25.386Z | Downloaded crossbeam v0.8.2 |
| 1400 | 2023-12-11T20:20:25.386Z | Downloaded chrono v0.4.31 |
| 1401 | 2023-12-11T20:20:25.386Z | Downloaded bitflags v2.4.0 |
| 1402 | 2023-12-11T20:20:25.386Z | Downloaded crypto-common v0.1.6 |
| 1403 | 2023-12-11T20:20:25.386Z | Downloaded crossbeam-deque v0.8.3 |
| 1404 | 2023-12-11T20:20:25.389Z | Downloaded darling v0.14.4 |
| 1405 | 2023-12-11T20:20:25.396Z | Downloaded crunchy v0.2.2 |
| 1406 | 2023-12-11T20:20:25.408Z | Downloaded crc32fast v1.3.2 |
| 1407 | 2023-12-11T20:20:25.408Z | Downloaded secrecy v0.8.0 |
| 1408 | 2023-12-11T20:20:25.409Z | Downloaded maybe-uninit v2.0.0 |
| 1409 | 2023-12-11T20:20:25.409Z | Downloaded indoc v2.0.3 |
| 1410 | 2023-12-11T20:20:25.414Z | Downloaded atomic-waker v1.1.1 |
| 1411 | 2023-12-11T20:20:25.414Z | Downloaded async-recursion v1.0.5 |
| 1412 | 2023-12-11T20:20:25.414Z | Downloaded base64ct v1.6.0 |
| 1413 | 2023-12-11T20:20:25.417Z | Downloaded backoff v0.4.0 |
| 1414 | 2023-12-11T20:20:25.420Z | Downloaded atomicwrites v0.4.2 |
| 1415 | 2023-12-11T20:20:25.420Z | Downloaded serde-big-array v0.5.1 |
| 1416 | 2023-12-11T20:20:25.423Z | Downloaded instant v0.1.12 |
| 1417 | 2023-12-11T20:20:25.427Z | Downloaded assert_matches v1.5.0 |
| 1418 | 2023-12-11T20:20:25.427Z | Downloaded anes v0.1.6 |
| 1419 | 2023-12-11T20:20:25.434Z | Downloaded humantime v2.1.0 |
| 1420 | 2023-12-11T20:20:25.446Z | Downloaded convert_case v0.4.0 |
| 1421 | 2023-12-11T20:20:25.446Z | Downloaded ascii-canvas v3.0.0 |
| 1422 | 2023-12-11T20:20:25.446Z | Downloaded approx v0.5.1 |
| 1423 | 2023-12-11T20:20:25.456Z | Downloaded multer v2.1.0 |
| 1424 | 2023-12-11T20:20:25.456Z | Downloaded camino-tempfile v1.1.1 |
| 1425 | 2023-12-11T20:20:25.456Z | Downloaded atty v0.2.14 |
| 1426 | 2023-12-11T20:20:25.456Z | Downloaded criterion v0.5.1 |
| 1427 | 2023-12-11T20:20:25.495Z | Downloaded corncobs v0.1.3 |
| 1428 | 2023-12-11T20:20:25.508Z | Downloaded byteorder v1.5.0 |
| 1429 | 2023-12-11T20:20:25.508Z | Downloaded clap v2.34.0 |
| 1430 | 2023-12-11T20:20:25.508Z | Downloaded cipher v0.4.4 |
| 1431 | 2023-12-11T20:20:25.508Z | Downloaded console v0.15.7 |
| 1432 | 2023-12-11T20:20:25.508Z | Downloaded bcs v0.1.6 |
| 1433 | 2023-12-11T20:20:25.508Z | Downloaded cancel-safe-futures v0.1.5 |
| 1434 | 2023-12-11T20:20:25.508Z | Downloaded adler v1.0.2 |
| 1435 | 2023-12-11T20:20:25.508Z | Downloaded cc v1.0.83 |
| 1436 | 2023-12-11T20:20:25.508Z | Downloaded backtrace v0.3.69 |
| 1437 | 2023-12-11T20:20:25.521Z | Downloaded array-init v0.0.4 |
| 1438 | 2023-12-11T20:20:25.521Z | Downloaded ciborium-ll v0.2.1 |
| 1439 | 2023-12-11T20:20:25.521Z | Downloaded cassowary v0.3.0 |
| 1440 | 2023-12-11T20:20:25.532Z | Downloaded bytesize v1.3.0 |
| 1441 | 2023-12-11T20:20:25.533Z | Downloaded async-stream-impl v0.3.5 |
| 1442 | 2023-12-11T20:20:25.533Z | Downloaded constant_time_eq v0.3.0 |
| 1443 | 2023-12-11T20:20:25.533Z | Downloaded async-stream v0.3.5 |
| 1444 | 2023-12-11T20:20:25.533Z | Downloaded ansi_term v0.12.1 |
| 1445 | 2023-12-11T20:20:25.533Z | Downloaded arrayref v0.3.7 |
| 1446 | 2023-12-11T20:20:26.163Z | Compiling serde v1.0.192 |
| 1447 | 2023-12-11T20:20:26.165Z | Compiling autocfg v1.1.0 |
| 1448 | 2023-12-11T20:20:26.170Z | Checking cfg-if v1.0.0 |
| 1449 | 2023-12-11T20:20:26.170Z | Compiling version_check v0.9.4 |
| 1450 | 2023-12-11T20:20:26.170Z | Compiling syn v1.0.109 |
| 1451 | 2023-12-11T20:20:26.199Z | Checking libc v0.2.150 |
| 1452 | 2023-12-11T20:20:26.223Z | Compiling syn v2.0.32 |
| 1453 | 2023-12-11T20:20:26.274Z | Compiling parking_lot_core v0.9.8 |
| 1454 | 2023-12-11T20:20:26.317Z | Compiling libm v0.2.7 |
| 1455 | 2023-12-11T20:20:27.219Z | Compiling cc v1.0.83 |
| 1456 | 2023-12-11T20:20:27.223Z | Compiling futures-core v0.3.29 |
| 1457 | 2023-12-11T20:20:27.224Z | Compiling once_cell v1.19.0 |
| 1458 | 2023-12-11T20:20:27.563Z | Compiling serde_json v1.0.108 |
| 1459 | 2023-12-11T20:20:27.611Z | Compiling lock_api v0.4.10 |
| 1460 | 2023-12-11T20:20:27.637Z | Compiling num-traits v0.2.16 |
| 1461 | 2023-12-11T20:20:27.922Z | Compiling memchr v2.6.3 |
| 1462 | 2023-12-11T20:20:28.146Z | Compiling typenum v1.16.0 |
| 1463 | 2023-12-11T20:20:28.237Z | Checking getrandom v0.2.10 |
| 1464 | 2023-12-11T20:20:28.303Z | Compiling generic-array v0.14.7 |
| 1465 | 2023-12-11T20:20:28.676Z | Compiling slab v0.4.9 |
| 1466 | 2023-12-11T20:20:28.923Z | Compiling futures-task v0.3.29 |
| 1467 | 2023-12-11T20:20:29.117Z | Compiling futures-channel v0.3.29 |
| 1468 | 2023-12-11T20:20:29.482Z | Compiling futures-util v0.3.29 |
| 1469 | 2023-12-11T20:20:29.491Z | Checking scopeguard v1.2.0 |
| 1470 | 2023-12-11T20:20:29.734Z | Compiling log v0.4.20 |
| 1471 | 2023-12-11T20:20:30.279Z | Compiling pkg-config v0.3.27 |
| 1472 | 2023-12-11T20:20:30.814Z | Checking smallvec v1.11.0 |
| 1473 | 2023-12-11T20:20:31.151Z | Checking itoa v1.0.9 |
| 1474 | 2023-12-11T20:20:31.406Z | Compiling rustix v0.38.25 |
| 1475 | 2023-12-11T20:20:31.444Z | Compiling indexmap v1.9.3 |
| 1476 | 2023-12-11T20:20:31.466Z | Compiling schemars v0.8.13 |
| 1477 | 2023-12-11T20:20:31.878Z | Compiling fnv v1.0.7 |
| 1478 | 2023-12-11T20:20:31.963Z | Compiling vcpkg v0.2.15 |
| 1479 | 2023-12-11T20:20:32.064Z | Compiling httparse v1.8.0 |
| 1480 | 2023-12-11T20:20:32.661Z | Checking rand_core v0.6.4 |
| 1481 | 2023-12-11T20:20:32.755Z | Compiling ring v0.16.20 |
| 1482 | 2023-12-11T20:20:32.801Z | Compiling ring v0.17.7 |
| 1483 | 2023-12-11T20:20:34.599Z | Compiling aho-corasick v1.0.4 |
| 1484 | 2023-12-11T20:20:34.685Z | Compiling regex-syntax v0.8.2 |
| 1485 | 2023-12-11T20:20:35.695Z | Compiling openssl-sys v0.9.96 |
| 1486 | 2023-12-11T20:20:37.460Z | Compiling parking_lot v0.12.1 |
| 1487 | 2023-12-11T20:20:38.551Z | Compiling serde_derive_internals v0.26.0 |
| 1488 | 2023-12-11T20:20:39.735Z | Compiling regex-automata v0.4.3 |
| 1489 | 2023-12-11T20:20:41.518Z | Compiling ahash v0.8.3 |
| 1490 | 2023-12-11T20:20:41.993Z | Checking pin-project-lite v0.2.13 |
| 1491 | 2023-12-11T20:20:42.186Z | Checking spin v0.5.2 |
| 1492 | 2023-12-11T20:20:42.295Z | Compiling openssl v0.10.60 |
| 1493 | 2023-12-11T20:20:42.452Z | Checking signal-hook-registry v1.4.1 |
| 1494 | 2023-12-11T20:20:42.807Z | Compiling ucd-trie v0.1.6 |
| 1495 | 2023-12-11T20:20:42.919Z | Compiling rustls v0.21.9 |
| 1496 | 2023-12-11T20:20:43.139Z | Checking mio v0.8.9 |
| 1497 | 2023-12-11T20:20:43.740Z | Compiling iana-time-zone v0.1.57 |
| 1498 | 2023-12-11T20:20:43.797Z | Compiling native-tls v0.2.11 |
| 1499 | 2023-12-11T20:20:44.282Z | Compiling async-trait v0.1.74 |
| 1500 | 2023-12-11T20:20:44.366Z | Checking num_cpus v1.16.0 |
| 1501 | 2023-12-11T20:20:44.801Z | Compiling dyn-clone v1.0.13 |
| 1502 | 2023-12-11T20:20:45.090Z | Compiling unicode-xid v0.2.4 |
| 1503 | 2023-12-11T20:20:45.106Z | Compiling byteorder v1.5.0 |
| 1504 | 2023-12-11T20:20:45.616Z | Compiling backtrace v0.3.69 |
| 1505 | 2023-12-11T20:20:45.797Z | Checking socket2 v0.5.5 |
| 1506 | 2023-12-11T20:20:46.024Z | Compiling futures-sink v0.3.29 |
| 1507 | 2023-12-11T20:20:46.247Z | Compiling hashbrown v0.13.2 |
| 1508 | 2023-12-11T20:20:46.289Z | Compiling errno v0.3.2 |
| 1509 | 2023-12-11T20:20:46.520Z | Compiling regex v1.10.2 |
| 1510 | 2023-12-11T20:20:46.593Z | Compiling crc32fast v1.3.2 |
| 1511 | 2023-12-11T20:20:46.610Z | Compiling tinyvec_macros v0.1.1 |
| 1512 | 2023-12-11T20:20:46.720Z | Checking ryu v1.0.15 |
| 1513 | 2023-12-11T20:20:47.062Z | Compiling crossbeam-utils v0.8.16 |
| 1514 | 2023-12-11T20:20:47.462Z | Compiling tinyvec v1.6.0 |
| 1515 | 2023-12-11T20:20:48.384Z | Compiling futures-io v0.3.29 |
| 1516 | 2023-12-11T20:20:48.565Z | Compiling pin-utils v0.1.0 |
| 1517 | 2023-12-11T20:20:48.592Z | Compiling anyhow v1.0.75 |
| 1518 | 2023-12-11T20:20:48.681Z | Compiling spin v0.9.8 |
| 1519 | 2023-12-11T20:20:48.816Z | Compiling tracing-core v0.1.31 |
| 1520 | 2023-12-11T20:20:49.593Z | Compiling unicode-bidi v0.3.13 |
| 1521 | 2023-12-11T20:20:50.044Z | Compiling serde_derive v1.0.192 |
| 1522 | 2023-12-11T20:20:50.078Z | Compiling thiserror-impl v1.0.49 |
| 1523 | 2023-12-11T20:20:50.850Z | Compiling zeroize_derive v1.4.2 |
| 1524 | 2023-12-11T20:20:51.198Z | Compiling tokio-macros v2.2.0 |
| 1525 | 2023-12-11T20:20:51.370Z | Compiling futures-macro v0.3.29 |
| 1526 | 2023-12-11T20:20:52.247Z | Compiling tracing-attributes v0.1.26 |
| 1527 | 2023-12-11T20:20:52.360Z | Compiling schemars_derive v0.8.13 |
| 1528 | 2023-12-11T20:20:53.506Z | Checking zeroize v1.7.0 |
| 1529 | 2023-12-11T20:20:53.913Z | Compiling openssl-macros v0.1.1 |
| 1530 | 2023-12-11T20:20:55.477Z | Compiling unicode-normalization v0.1.22 |
| 1531 | 2023-12-11T20:20:55.604Z | Compiling thiserror v1.0.49 |
| 1532 | 2023-12-11T20:20:55.775Z | Compiling pest v2.7.2 |
| 1533 | 2023-12-11T20:20:57.346Z | Compiling der_derive v0.7.2 |
| 1534 | 2023-12-11T20:20:57.907Z | Compiling num-integer v0.1.45 |
| 1535 | 2023-12-11T20:20:58.353Z | Compiling synstructure v0.12.6 |
| 1536 | 2023-12-11T20:20:59.197Z | Compiling lazy_static v1.4.0 |
| 1537 | 2023-12-11T20:20:59.203Z | Compiling tracing v0.1.37 |
| 1538 | 2023-12-11T20:20:59.203Z | Checking subtle v2.5.0 |
| 1539 | 2023-12-11T20:20:59.303Z | Compiling slog v2.7.0 |
| 1540 | 2023-12-11T20:20:59.603Z | Compiling base64 v0.21.5 |
| 1541 | 2023-12-11T20:21:00.059Z | Compiling unicode-width v0.1.11 |
| 1542 | 2023-12-11T20:21:00.441Z | Compiling pest_meta v2.7.2 |
| 1543 | 2023-12-11T20:21:00.464Z | Compiling foreign-types-shared v0.1.1 |
| 1544 | 2023-12-11T20:21:00.589Z | Compiling time-core v0.1.1 |
| 1545 | 2023-12-11T20:21:00.611Z | Compiling hashbrown v0.12.3 |
| 1546 | 2023-12-11T20:21:00.829Z | Compiling untrusted v0.7.1 |
| 1547 | 2023-12-11T20:21:00.834Z | Compiling rustversion v1.0.14 |
| 1548 | 2023-12-11T20:21:01.113Z | Compiling percent-encoding v2.3.1 |
| 1549 | 2023-12-11T20:21:01.439Z | Compiling zerocopy-derive v0.2.0 |
| 1550 | 2023-12-11T20:21:01.680Z | Compiling openssl-probe v0.1.5 |
| 1551 | 2023-12-11T20:21:01.746Z | Compiling untrusted v0.9.0 |
| 1552 | 2023-12-11T20:21:02.258Z | Compiling time-macros v0.2.13 |
| 1553 | 2023-12-11T20:21:03.953Z | Compiling pest_generator v2.7.2 |
| 1554 | 2023-12-11T20:21:05.279Z | Compiling foreign-types v0.3.2 |
| 1555 | 2023-12-11T20:21:07.301Z | Compiling try-lock v0.2.4 |
| 1556 | 2023-12-11T20:21:07.497Z | Compiling want v0.3.1 |
| 1557 | 2023-12-11T20:21:07.822Z | Compiling sct v0.7.0 |
| 1558 | 2023-12-11T20:21:07.874Z | Compiling rustls-webpki v0.101.7 |
| 1559 | 2023-12-11T20:21:08.294Z | Compiling form_urlencoded v1.2.1 |
| 1560 | 2023-12-11T20:21:09.052Z | Compiling pest_derive v2.7.2 |
| 1561 | 2023-12-11T20:21:09.143Z | Compiling socket2 v0.4.9 |
| 1562 | 2023-12-11T20:21:09.269Z | Compiling either v1.9.0 |
| 1563 | 2023-12-11T20:21:09.791Z | Compiling httpdate v1.0.3 |
| 1564 | 2023-12-11T20:21:10.041Z | Compiling tower-service v0.3.2 |
| 1565 | 2023-12-11T20:21:10.263Z | Compiling const-oid v0.9.5 |
| 1566 | 2023-12-11T20:21:10.489Z | Compiling rustls-pemfile v1.0.3 |
| 1567 | 2023-12-11T20:21:10.496Z | Compiling idna v0.5.0 |
| 1568 | 2023-12-11T20:21:11.051Z | Compiling memoffset v0.9.0 |
| 1569 | 2023-12-11T20:21:11.216Z | Compiling usdt-impl v0.3.5 |
| 1570 | 2023-12-11T20:21:11.493Z | Compiling adler v1.0.2 |
| 1571 | 2023-12-11T20:21:11.829Z | Compiling miniz_oxide v0.7.1 |
| 1572 | 2023-12-11T20:21:12.051Z | Compiling url v2.5.0 |
| 1573 | 2023-12-11T20:21:13.183Z | Checking bytes v1.5.0 |
| 1574 | 2023-12-11T20:21:13.273Z | Checking bitflags v2.4.0 |
| 1575 | 2023-12-11T20:21:13.663Z | Compiling rustls-native-certs v0.6.3 |
| 1576 | 2023-12-11T20:21:14.302Z | Compiling zerocopy v0.3.0 |
| 1577 | 2023-12-11T20:21:14.822Z | Compiling indexmap v2.1.0 |
| 1578 | 2023-12-11T20:21:15.374Z | Compiling semver v1.0.20 |
| 1579 | 2023-12-11T20:21:15.561Z | Compiling chrono v0.4.31 |
| 1580 | 2023-12-11T20:21:16.565Z | Compiling uuid v1.6.1 |
| 1581 | 2023-12-11T20:21:16.603Z | Compiling rustc_version v0.4.0 |
| 1582 | 2023-12-11T20:21:16.834Z | Compiling http v0.2.11 |
| 1583 | 2023-12-11T20:21:16.877Z | Compiling tokio v1.35.0 |
| 1584 | 2023-12-11T20:21:19.138Z | Compiling toml_datetime v0.6.5 |
| 1585 | 2023-12-11T20:21:19.253Z | Compiling serde_spanned v0.6.4 |
| 1586 | 2023-12-11T20:21:19.592Z | Compiling toml_edit v0.19.15 |
| 1587 | 2023-12-11T20:21:21.027Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1588 | 2023-12-11T20:21:22.031Z | Compiling http-body v0.4.5 |
| 1589 | 2023-12-11T20:21:22.680Z | Compiling heapless v0.7.16 |
| 1590 | 2023-12-11T20:21:24.979Z | Checking crypto-common v0.1.6 |
| 1591 | 2023-12-11T20:21:25.561Z | Compiling signal-hook v0.3.17 |
| 1592 | 2023-12-11T20:21:25.579Z | Compiling ipnet v2.8.0 |
| 1593 | 2023-12-11T20:21:25.990Z | Compiling dof v0.1.5 |
| 1594 | 2023-12-11T20:21:27.511Z | Compiling serde_urlencoded v0.7.1 |
| 1595 | 2023-12-11T20:21:27.633Z | Compiling dtrace-parser v0.1.14 |
| 1596 | 2023-12-11T20:21:28.284Z | Compiling zerocopy-derive v0.6.4 |
| 1597 | 2023-12-11T20:21:28.570Z | Compiling clap_derive v4.4.2 |
| 1598 | 2023-12-11T20:21:28.805Z | Compiling crossbeam-epoch v0.9.15 |
| 1599 | 2023-12-11T20:21:29.475Z | Compiling thread-id v4.2.0 |
| 1600 | 2023-12-11T20:21:29.567Z | Compiling tokio-util v0.7.10 |
| 1601 | 2023-12-11T20:21:29.621Z | Compiling tokio-rustls v0.24.1 |
| 1602 | 2023-12-11T20:21:30.253Z | Compiling encoding_rs v0.8.33 |
| 1603 | 2023-12-11T20:21:30.963Z | Compiling siphasher v0.3.11 |
| 1604 | 2023-12-11T20:21:31.587Z | Compiling h2 v0.3.21 |
| 1605 | 2023-12-11T20:21:32.017Z | Compiling mime v0.3.17 |
| 1606 | 2023-12-11T20:21:32.024Z | Compiling webpki-roots v0.25.2 |
| 1607 | 2023-12-11T20:21:32.299Z | Compiling gimli v0.28.0 |
| 1608 | 2023-12-11T20:21:34.239Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2023-12-11T20:21:34.633Z | Compiling serde_tokenstream v0.1.7 |
| 1610 | 2023-12-11T20:21:35.446Z | Compiling strum_macros v0.25.2 |
| 1611 | 2023-12-11T20:21:35.850Z | Compiling block-buffer v0.10.4 |
| 1612 | 2023-12-11T20:21:36.724Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1613 | 2023-12-11T20:21:37.171Z | Compiling object v0.32.1 |
| 1614 | 2023-12-11T20:21:37.693Z | Compiling num-iter v0.1.43 |
| 1615 | 2023-12-11T20:21:38.023Z | Compiling rustc-demangle v0.1.23 |
| 1616 | 2023-12-11T20:21:39.668Z | Compiling addr2line v0.21.0 |
| 1617 | 2023-12-11T20:21:39.684Z | Compiling flate2 v1.0.28 |
| 1618 | 2023-12-11T20:21:40.679Z | Compiling digest v0.10.7 |
| 1619 | 2023-12-11T20:21:40.749Z | Compiling doc-comment v0.3.3 |
| 1620 | 2023-12-11T20:21:41.288Z | Compiling ppv-lite86 v0.2.17 |
| 1621 | 2023-12-11T20:21:41.416Z | Compiling usdt-attr-macro v0.3.5 |
| 1622 | 2023-12-11T20:21:41.688Z | Compiling usdt-macro v0.3.5 |
| 1623 | 2023-12-11T20:21:41.822Z | Compiling toml v0.7.8 |
| 1624 | 2023-12-11T20:21:42.292Z | Compiling toml_edit v0.21.0 |
| 1625 | 2023-12-11T20:21:42.481Z | Compiling hex v0.4.3 |
| 1626 | 2023-12-11T20:21:42.565Z | Compiling rand_chacha v0.3.1 |
| 1627 | 2023-12-11T20:21:43.439Z | Compiling hyper v0.14.27 |
| 1628 | 2023-12-11T20:21:43.829Z | Compiling pin-project-internal v1.1.3 |
| 1629 | 2023-12-11T20:21:43.833Z | Compiling bit-vec v0.6.3 |
| 1630 | 2023-12-11T20:21:45.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1631 | 2023-12-11T20:21:48.954Z | Compiling rand v0.8.5 |
| 1632 | 2023-12-11T20:21:48.954Z | Compiling phf_shared v0.10.0 |
| 1633 | 2023-12-11T20:21:48.954Z | Compiling num-bigint v0.4.4 |
| 1634 | 2023-12-11T20:21:49.135Z | Compiling base64ct v1.6.0 |
| 1635 | 2023-12-11T20:21:49.339Z | Compiling precomputed-hash v0.1.1 |
| 1636 | 2023-12-11T20:21:49.496Z | Compiling smoltcp v0.9.1 |
| 1637 | 2023-12-11T20:21:49.634Z | Compiling new_debug_unreachable v1.0.4 |
| 1638 | 2023-12-11T20:21:49.749Z | Compiling fixedbitset v0.4.2 |
| 1639 | 2023-12-11T20:21:50.140Z | Compiling petgraph v0.6.4 |
| 1640 | 2023-12-11T20:21:50.436Z | Compiling pem-rfc7468 v0.7.0 |
| 1641 | 2023-12-11T20:21:50.566Z | Compiling string_cache v0.8.7 |
| 1642 | 2023-12-11T20:21:51.712Z | Compiling bit-set v0.5.3 |
| 1643 | 2023-12-11T20:21:51.723Z | Compiling hmac v0.12.1 |
| 1644 | 2023-12-11T20:21:52.011Z | Compiling itertools v0.10.5 |
| 1645 | 2023-12-11T20:21:52.544Z | Compiling enum-as-inner v0.5.1 |
| 1646 | 2023-12-11T20:21:52.686Z | Compiling hubpack_derive v0.1.1 |
| 1647 | 2023-12-11T20:21:52.773Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1648 | 2023-12-11T20:21:53.878Z | Compiling flagset v0.4.3 |
| 1649 | 2023-12-11T20:21:53.914Z | Compiling unicode-segmentation v1.10.1 |
| 1650 | 2023-12-11T20:21:54.074Z | Compiling lalrpop-util v0.19.12 |
| 1651 | 2023-12-11T20:21:54.145Z | Compiling der v0.7.8 |
| 1652 | 2023-12-11T20:21:54.601Z | Compiling hyper-tls v0.5.0 |
| 1653 | 2023-12-11T20:21:54.694Z | Compiling hyper-rustls v0.24.2 |
| 1654 | 2023-12-11T20:21:55.094Z | Compiling diesel_derives v2.1.2 |
| 1655 | 2023-12-11T20:21:55.286Z | Compiling reqwest v0.11.22 |
| 1656 | 2023-12-11T20:21:55.902Z | Compiling snafu-derive v0.7.5 |
| 1657 | 2023-12-11T20:21:56.903Z | Compiling cpufeatures v0.2.9 |
| 1658 | 2023-12-11T20:21:56.975Z | Compiling sha2 v0.10.8 |
| 1659 | 2023-12-11T20:21:57.005Z | Compiling rustix v0.37.23 |
| 1660 | 2023-12-11T20:21:57.473Z | Compiling md-5 v0.10.5 |
| 1661 | 2023-12-11T20:21:57.866Z | Compiling spki v0.7.2 |
| 1662 | 2023-12-11T20:21:59.365Z | Compiling stringprep v0.1.3 |
| 1663 | 2023-12-11T20:21:59.691Z | Compiling serde_repr v0.1.16 |
| 1664 | 2023-12-11T20:21:59.721Z | Compiling hash32 v0.2.1 |
| 1665 | 2023-12-11T20:21:59.747Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2023-12-11T20:22:00.994Z | Compiling fallible-iterator v0.2.0 |
| 1667 | 2023-12-11T20:22:01.058Z | Checking bitflags v1.3.2 |
| 1668 | 2023-12-11T20:22:01.515Z | Compiling terminal_size v0.2.6 |
| 1669 | 2023-12-11T20:22:01.757Z | Compiling pkcs8 v0.10.2 |
| 1670 | 2023-12-11T20:22:02.155Z | Compiling postgres-protocol v0.6.6 |
| 1671 | 2023-12-11T20:22:03.119Z | Compiling phf_shared v0.11.2 |
| 1672 | 2023-12-11T20:22:03.701Z | Compiling ff v0.13.0 |
| 1673 | 2023-12-11T20:22:04.041Z | Compiling block-padding v0.3.3 |
| 1674 | 2023-12-11T20:22:04.391Z | Compiling scheduled-thread-pool v0.2.7 |
| 1675 | 2023-12-11T20:22:04.417Z | Compiling regex-automata v0.1.10 |
| 1676 | 2023-12-11T20:22:05.101Z | Compiling base16ct v0.2.0 |
| 1677 | 2023-12-11T20:22:05.109Z | Compiling managed v0.8.0 |
| 1678 | 2023-12-11T20:22:05.301Z | Compiling num_threads v0.1.6 |
| 1679 | 2023-12-11T20:22:05.305Z | Compiling matches v0.1.10 |
| 1680 | 2023-12-11T20:22:05.433Z | Compiling deranged v0.3.8 |
| 1681 | 2023-12-11T20:22:05.453Z | Compiling idna v0.2.3 |
| 1682 | 2023-12-11T20:22:05.491Z | Compiling sec1 v0.7.3 |
| 1683 | 2023-12-11T20:22:05.554Z | Compiling bstr v0.2.17 |
| 1684 | 2023-12-11T20:22:05.588Z | Compiling r2d2 v0.8.10 |
| 1685 | 2023-12-11T20:22:06.157Z | Compiling clap_builder v4.4.2 |
| 1686 | 2023-12-11T20:22:06.344Z | Compiling inout v0.1.3 |
| 1687 | 2023-12-11T20:22:06.734Z | Compiling signal-hook-mio v0.2.3 |
| 1688 | 2023-12-11T20:22:06.946Z | Compiling group v0.13.0 |
| 1689 | 2023-12-11T20:22:07.459Z | Compiling phf v0.11.2 |
| 1690 | 2023-12-11T20:22:07.883Z | Compiling postgres-types v0.2.6 |
| 1691 | 2023-12-11T20:22:08.008Z | Compiling bzip2 v0.4.4 |
| 1692 | 2023-12-11T20:22:08.368Z | Compiling time v0.3.27 |
| 1693 | 2023-12-11T20:22:08.580Z | Compiling hubpack v0.1.2 |
| 1694 | 2023-12-11T20:22:09.297Z | Compiling hkdf v0.12.3 |
| 1695 | 2023-12-11T20:22:09.564Z | Compiling pin-project v1.1.3 |
| 1696 | 2023-12-11T20:22:09.856Z | Compiling zerocopy v0.6.4 |
| 1697 | 2023-12-11T20:22:10.168Z | Compiling ipnetwork v0.20.0 |
| 1698 | 2023-12-11T20:22:10.600Z | Compiling crypto-bigint v0.5.2 |
| 1699 | 2023-12-11T20:22:11.213Z | Compiling itertools v0.11.0 |
| 1700 | 2023-12-11T20:22:11.588Z | Compiling futures-executor v0.3.29 |
| 1701 | 2023-12-11T20:22:14.371Z | Compiling float-cmp v0.9.0 |
| 1702 | 2023-12-11T20:22:16.118Z | Compiling whoami v1.4.1 |
| 1703 | 2023-12-11T20:22:16.364Z | Compiling regex-automata v0.3.8 |
| 1704 | 2023-12-11T20:22:17.129Z | Compiling static_assertions v1.1.0 |
| 1705 | 2023-12-11T20:22:17.267Z | Compiling difflib v0.4.0 |
| 1706 | 2023-12-11T20:22:17.346Z | Compiling predicates-core v1.0.6 |
| 1707 | 2023-12-11T20:22:17.358Z | Compiling data-encoding v2.4.0 |
| 1708 | 2023-12-11T20:22:17.900Z | Compiling normalize-line-endings v0.3.0 |
| 1709 | 2023-12-11T20:22:18.070Z | Compiling predicates v3.0.4 |
| 1710 | 2023-12-11T20:22:31.580Z | Compiling bstr v1.6.0 |
| 1711 | 2023-12-11T20:22:31.580Z | Compiling trust-dns-proto v0.22.0 |
| 1712 | 2023-12-11T20:22:31.818Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1713 | 2023-12-11T20:22:31.818Z | Compiling tokio-postgres v0.7.10 |
| 1714 | 2023-12-11T20:22:31.818Z | Compiling elliptic-curve v0.13.8 |
| 1715 | 2023-12-11T20:22:31.818Z | Compiling diesel v2.1.4 |
| 1716 | 2023-12-11T20:22:31.818Z | Compiling yasna v0.5.2 |
| 1717 | 2023-12-11T20:22:31.818Z | Compiling clap v4.4.3 |
| 1718 | 2023-12-11T20:22:31.818Z | Compiling futures v0.3.29 |
| 1719 | 2023-12-11T20:22:31.818Z | Compiling snafu v0.7.5 |
| 1720 | 2023-12-11T20:22:31.818Z | Compiling zip v0.6.6 |
| 1721 | 2023-12-11T20:22:31.818Z | Compiling similar v2.2.1 |
| 1722 | 2023-12-11T20:22:31.818Z | Compiling crossterm v0.27.0 |
| 1723 | 2023-12-11T20:22:31.819Z | Compiling cipher v0.4.4 |
| 1724 | 2023-12-11T20:22:31.819Z | Compiling usdt v0.3.5 |
| 1725 | 2023-12-11T20:22:31.819Z | Compiling tokio-stream v0.1.14 |
| 1726 | 2023-12-11T20:22:31.819Z | Compiling console v0.15.7 |
| 1727 | 2023-12-11T20:22:31.819Z | Checking unicode-ident v1.0.12 |
| 1728 | 2023-12-11T20:22:32.040Z | Checking hashbrown v0.14.2 |
| 1729 | 2023-12-11T20:22:32.041Z | Checking equivalent v1.0.1 |
| 1730 | 2023-12-11T20:22:32.041Z | Checking proc-macro2 v1.0.69 |
| 1731 | 2023-12-11T20:22:32.882Z | Checking quote v1.0.33 |
| 1732 | 2023-12-11T20:22:35.023Z | Checking utf8parse v0.2.1 |
| 1733 | 2023-12-11T20:22:35.724Z | Checking anstyle v1.0.2 |
| 1734 | 2023-12-11T20:22:37.606Z | Checking io-lifetimes v1.0.11 |
| 1735 | 2023-12-11T20:22:41.246Z | Checking anstyle-parse v0.2.1 |
| 1736 | 2023-12-11T20:22:44.795Z | Checking anstyle-query v1.0.0 |
| 1737 | 2023-12-11T20:22:44.958Z | Checking colorchoice v1.0.0 |
| 1738 | 2023-12-11T20:22:45.137Z | Checking anstream v0.5.0 |
| 1739 | 2023-12-11T20:22:45.827Z | Checking clap_lex v0.5.1 |
| 1740 | 2023-12-11T20:22:45.869Z | Checking strsim v0.10.0 |
| 1741 | 2023-12-11T20:22:47.216Z | Checking winnow v0.5.15 |
| 1742 | 2023-12-11T20:22:53.153Z | Compiling serde_tokenstream v0.2.0 |
| 1743 | 2023-12-11T20:22:57.387Z | Compiling regress v0.7.1 |
| 1744 | 2023-12-11T20:23:02.860Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1745 | 2023-12-11T20:23:10.647Z | Compiling getopts v0.2.21 |
| 1746 | 2023-12-11T20:23:11.189Z | Compiling unsafe-libyaml v0.2.9 |
| 1747 | 2023-12-11T20:23:12.190Z | Checking heck v0.4.1 |
| 1748 | 2023-12-11T20:23:12.480Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1749 | 2023-12-11T20:23:13.719Z | Compiling serde_yaml v0.9.25 |
| 1750 | 2023-12-11T20:23:14.425Z | Compiling ident_case v1.0.1 |
| 1751 | 2023-12-11T20:23:14.614Z | Checking fastrand v2.0.0 |
| 1752 | 2023-12-11T20:23:14.671Z | Checking match_cfg v0.1.0 |
| 1753 | 2023-12-11T20:23:14.802Z | Checking hostname v0.3.1 |
| 1754 | 2023-12-11T20:23:14.960Z | Checking atty v0.2.14 |
| 1755 | 2023-12-11T20:23:15.097Z | Checking tempfile v3.8.1 |
| 1756 | 2023-12-11T20:23:15.111Z | Compiling paste v1.0.14 |
| 1757 | 2023-12-11T20:23:15.126Z | Checking quick-error v1.2.3 |
| 1758 | 2023-12-11T20:23:15.317Z | Checking crossbeam-channel v0.5.8 |
| 1759 | 2023-12-11T20:23:15.611Z | Checking sha1 v0.10.6 |
| 1760 | 2023-12-11T20:23:15.991Z | Checking dirs-sys-next v0.1.2 |
| 1761 | 2023-12-11T20:23:16.173Z | Checking dirs-next v2.0.0 |
| 1762 | 2023-12-11T20:23:16.352Z | Checking thread_local v1.1.7 |
| 1763 | 2023-12-11T20:23:18.825Z | Checking instant v0.1.12 |
| 1764 | 2023-12-11T20:23:18.825Z | Compiling slog-async v2.8.0 |
| 1765 | 2023-12-11T20:23:18.825Z | Checking term v0.7.0 |
| 1766 | 2023-12-11T20:23:18.828Z | Checking camino v1.1.6 |
| 1767 | 2023-12-11T20:23:18.828Z | Compiling multer v2.1.0 |
| 1768 | 2023-12-11T20:23:18.828Z | Checking take_mut v0.2.2 |
| 1769 | 2023-12-11T20:23:18.828Z | Checking slog-term v2.9.0 |
| 1770 | 2023-12-11T20:23:18.828Z | Compiling darling_core v0.20.3 |
| 1771 | 2023-12-11T20:23:18.871Z | Checking slog-json v2.6.1 |
| 1772 | 2023-12-11T20:23:18.871Z | Compiling async-stream-impl v0.3.5 |
| 1773 | 2023-12-11T20:23:18.917Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1774 | 2023-12-11T20:23:19.307Z | Checking debug-ignore v1.0.5 |
| 1775 | 2023-12-11T20:23:19.487Z | Checking atomic-waker v1.1.1 |
| 1776 | 2023-12-11T20:23:19.661Z | Checking waitgroup v0.1.2 |
| 1777 | 2023-12-11T20:23:19.911Z | Checking slog-bunyan v2.4.0 |
| 1778 | 2023-12-11T20:23:20.471Z | Checking toml v0.8.8 |
| 1779 | 2023-12-11T20:23:20.722Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1780 | 2023-12-11T20:23:20.986Z | Checking serde_path_to_error v0.1.14 |
| 1781 | 2023-12-11T20:23:21.105Z | Checking async-stream v0.3.5 |
| 1782 | 2023-12-11T20:23:21.383Z | Checking strum v0.25.0 |
| 1783 | 2023-12-11T20:23:21.595Z | Compiling structmeta-derive v0.2.0 |
| 1784 | 2023-12-11T20:23:21.599Z | Checking wait-timeout v0.2.0 |
| 1785 | 2023-12-11T20:23:21.838Z | Checking rusty-fork v0.3.0 |
| 1786 | 2023-12-11T20:23:21.994Z | Checking rand_xorshift v0.3.0 |
| 1787 | 2023-12-11T20:23:22.285Z | Checking unarray v0.1.4 |
| 1788 | 2023-12-11T20:23:22.289Z | Compiling regex-syntax v0.7.5 |
| 1789 | 2023-12-11T20:23:22.497Z | Checking proptest v1.4.0 |
| 1790 | 2023-12-11T20:23:26.647Z | Compiling structmeta v0.2.0 |
| 1791 | 2023-12-11T20:23:27.365Z | Checking backoff v0.4.0 |
| 1792 | 2023-12-11T20:23:28.226Z | Compiling test-strategy v0.3.1 |
| 1793 | 2023-12-11T20:23:28.631Z | Compiling darling_macro v0.20.3 |
| 1794 | 2023-12-11T20:23:29.806Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1795 | 2023-12-11T20:23:30.009Z | Checking macaddr v1.0.1 |
| 1796 | 2023-12-11T20:23:30.257Z | Compiling darling v0.20.3 |
| 1797 | 2023-12-11T20:23:30.422Z | Compiling serde_with_macros v3.4.0 |
| 1798 | 2023-12-11T20:23:30.549Z | Checking camino-tempfile v1.1.1 |
| 1799 | 2023-12-11T20:23:30.767Z | Checking is-terminal v0.4.9 |
| 1800 | 2023-12-11T20:23:31.260Z | Compiling proc-macro-error-attr v1.0.4 |
| 1801 | 2023-12-11T20:23:31.264Z | Compiling proc-macro-error v1.0.4 |
| 1802 | 2023-12-11T20:23:31.265Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1803 | 2023-12-11T20:23:31.610Z | Compiling proc-macro-crate v1.3.1 |
| 1804 | 2023-12-11T20:23:31.640Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1805 | 2023-12-11T20:23:32.891Z | Checking termtree v0.4.1 |
| 1806 | 2023-12-11T20:23:33.189Z | Checking predicates-tree v1.0.9 |
| 1807 | 2023-12-11T20:23:33.380Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1808 | 2023-12-11T20:23:33.429Z | Compiling num_enum_derive v0.5.11 |
| 1809 | 2023-12-11T20:23:33.921Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1810 | 2023-12-11T20:23:33.921Z | Compiling smoltcp v0.10.0 |
| 1811 | 2023-12-11T20:23:33.939Z | Compiling parse-display-derive v0.8.2 |
| 1812 | 2023-12-11T20:23:33.982Z | Checking cobs v0.2.3 |
| 1813 | 2023-12-11T20:23:34.305Z | Compiling crucible-workspace-hack v0.1.0 |
| 1814 | 2023-12-11T20:23:34.643Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1815 | 2023-12-11T20:23:34.810Z | Checking embedded-io v0.4.0 |
| 1816 | 2023-12-11T20:23:34.880Z | Checking serde_with v3.4.0 |
| 1817 | 2023-12-11T20:23:35.040Z | Checking postcard v1.0.8 |
| 1818 | 2023-12-11T20:23:35.124Z | Compiling foreign-types-macros v0.2.3 |
| 1819 | 2023-12-11T20:23:36.190Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1820 | 2023-12-11T20:23:36.627Z | Checking foreign-types-shared v0.3.1 |
| 1821 | 2023-12-11T20:23:36.768Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1822 | 2023-12-11T20:23:36.968Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1823 | 2023-12-11T20:23:37.285Z | Checking foreign-types v0.5.0 |
| 1824 | 2023-12-11T20:23:37.698Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1825 | 2023-12-11T20:23:37.812Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1826 | 2023-12-11T20:23:37.934Z | Checking num_enum v0.5.11 |
| 1827 | 2023-12-11T20:23:38.142Z | Compiling zerocopy-derive v0.7.26 |
| 1828 | 2023-12-11T20:23:38.988Z | Checking cstr-argument v0.1.2 |
| 1829 | 2023-12-11T20:23:39.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1830 | 2023-12-11T20:23:39.306Z | Checking pretty-hex v0.2.1 |
| 1831 | 2023-12-11T20:23:39.440Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1832 | 2023-12-11T20:23:39.671Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1833 | 2023-12-11T20:23:39.783Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1834 | 2023-12-11T20:23:40.052Z | Checking colored v2.0.4 |
| 1835 | 2023-12-11T20:23:40.119Z | Compiling zone_cfg_derive v0.3.0 |
| 1836 | 2023-12-11T20:23:40.775Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1837 | 2023-12-11T20:23:41.347Z | Checking predicates v2.1.5 |
| 1838 | 2023-12-11T20:23:41.624Z | Checking parse-display v0.8.2 |
| 1839 | 2023-12-11T20:23:41.864Z | Compiling mockall_derive v0.11.4 |
| 1840 | 2023-12-11T20:23:41.920Z | Checking zerocopy v0.7.26 |
| 1841 | 2023-12-11T20:23:41.938Z | Compiling num-derive v0.4.0 |
| 1842 | 2023-12-11T20:23:42.414Z | Checking fragile v2.0.0 |
| 1843 | 2023-12-11T20:23:42.422Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1844 | 2023-12-11T20:23:42.576Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1845 | 2023-12-11T20:23:42.745Z | Checking downcast v0.11.0 |
| 1846 | 2023-12-11T20:23:43.513Z | Checking zone v0.3.0 |
| 1847 | 2023-12-11T20:23:43.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1848 | 2023-12-11T20:23:43.702Z | Checking smf v0.2.2 |
| 1849 | 2023-12-11T20:23:44.067Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1850 | 2023-12-11T20:23:44.207Z | Checking xattr v1.0.1 |
| 1851 | 2023-12-11T20:23:44.382Z | Checking filetime v0.2.23 |
| 1852 | 2023-12-11T20:23:44.454Z | Checking pem v3.0.2 |
| 1853 | 2023-12-11T20:23:44.662Z | Checking tar v0.4.40 |
| 1854 | 2023-12-11T20:23:44.826Z | Checking linked-hash-map v0.5.6 |
| 1855 | 2023-12-11T20:23:45.310Z | Checking lru-cache v0.1.2 |
| 1856 | 2023-12-11T20:23:45.559Z | Checking headers-core v0.2.0 |
| 1857 | 2023-12-11T20:23:45.747Z | Checking headers v0.3.9 |
| 1858 | 2023-12-11T20:23:45.781Z | Checking password-hash v0.5.0 |
| 1859 | 2023-12-11T20:23:45.863Z | Checking blake2 v0.10.6 |
| 1860 | 2023-12-11T20:23:45.918Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1861 | 2023-12-11T20:23:46.238Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1862 | 2023-12-11T20:23:46.453Z | Checking swrite v0.1.0 |
| 1863 | 2023-12-11T20:23:46.557Z | Checking argon2 v0.5.2 |
| 1864 | 2023-12-11T20:23:46.597Z | Checking rcgen v0.11.3 |
| 1865 | 2023-12-11T20:23:46.603Z | Checking atomicwrites v0.4.2 |
| 1866 | 2023-12-11T20:23:46.629Z | Checking subprocess v0.2.9 |
| 1867 | 2023-12-11T20:23:46.867Z | Checking ciborium-io v0.2.1 |
| 1868 | 2023-12-11T20:23:47.022Z | Compiling cancel-safe-futures v0.1.5 |
| 1869 | 2023-12-11T20:23:47.494Z | Checking half v1.8.2 |
| 1870 | 2023-12-11T20:23:47.510Z | Checking arc-swap v1.6.0 |
| 1871 | 2023-12-11T20:23:47.603Z | Checking textwrap v0.11.0 |
| 1872 | 2023-12-11T20:23:47.619Z | Compiling heck v0.3.3 |
| 1873 | 2023-12-11T20:23:47.713Z | Checking ansi_term v0.12.1 |
| 1874 | 2023-12-11T20:23:47.918Z | Checking strsim v0.8.0 |
| 1875 | 2023-12-11T20:23:48.124Z | Checking ciborium-ll v0.2.1 |
| 1876 | 2023-12-11T20:23:48.168Z | Checking vec_map v0.8.2 |
| 1877 | 2023-12-11T20:23:48.189Z | Compiling libefi-sys v0.1.0 |
| 1878 | 2023-12-11T20:23:48.193Z | Checking slog-scope v4.4.0 |
| 1879 | 2023-12-11T20:23:48.234Z | Compiling structopt-derive v0.4.18 |
| 1880 | 2023-12-11T20:23:48.499Z | Checking slog-stdlog v4.1.1 |
| 1881 | 2023-12-11T20:23:48.549Z | Checking ciborium v0.2.1 |
| 1882 | 2023-12-11T20:23:48.565Z | Checking clap v2.34.0 |
| 1883 | 2023-12-11T20:23:48.712Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1884 | 2023-12-11T20:23:49.278Z | Checking slog-envlogger v2.2.0 |
| 1885 | 2023-12-11T20:23:49.621Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1886 | 2023-12-11T20:23:50.042Z | Checking libsw v3.3.0 |
| 1887 | 2023-12-11T20:23:50.046Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1888 | 2023-12-11T20:23:50.142Z | Compiling derive-where v1.2.6 |
| 1889 | 2023-12-11T20:23:50.395Z | Checking owo-colors v3.5.0 |
| 1890 | 2023-12-11T20:23:50.418Z | Checking linear-map v1.2.0 |
| 1891 | 2023-12-11T20:23:50.902Z | Checking resolv-conf v0.7.0 |
| 1892 | 2023-12-11T20:23:51.426Z | Compiling slog-dtrace v0.2.3 |
| 1893 | 2023-12-11T20:23:51.934Z | Checking trust-dns-resolver v0.22.0 |
| 1894 | 2023-12-11T20:23:53.200Z | Compiling convert_case v0.4.0 |
| 1895 | 2023-12-11T20:23:53.279Z | Checking structopt v0.3.26 |
| 1896 | 2023-12-11T20:23:53.817Z | Checking fxhash v0.2.1 |
| 1897 | 2023-12-11T20:23:54.053Z | Checking itertools v0.12.0 |
| 1898 | 2023-12-11T20:23:54.285Z | Checking termcolor v1.2.0 |
| 1899 | 2023-12-11T20:23:54.484Z | Compiling radium v0.7.0 |
| 1900 | 2023-12-11T20:23:54.662Z | Compiling derive_more v0.99.17 |
| 1901 | 2023-12-11T20:23:54.881Z | Compiling same-file v1.0.6 |
| 1902 | 2023-12-11T20:23:55.187Z | Compiling walkdir v2.4.0 |
| 1903 | 2023-12-11T20:23:55.219Z | Compiling semver-parser v0.10.2 |
| 1904 | 2023-12-11T20:23:55.318Z | Checking mockall v0.11.4 |
| 1905 | 2023-12-11T20:23:55.489Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1906 | 2023-12-11T20:23:55.625Z | Compiling maybe-uninit v2.0.0 |
| 1907 | 2023-12-11T20:23:56.138Z | Checking tap v1.0.1 |
| 1908 | 2023-12-11T20:23:56.432Z | Checking wyz v0.5.1 |
| 1909 | 2023-12-11T20:23:56.477Z | Compiling semver v0.11.0 |
| 1910 | 2023-12-11T20:23:57.804Z | Compiling num-rational v0.4.1 |
| 1911 | 2023-12-11T20:23:58.305Z | Compiling packed_struct v0.10.1 |
| 1912 | 2023-12-11T20:23:58.309Z | Checking funty v2.0.0 |
| 1913 | 2023-12-11T20:23:58.362Z | Compiling home v0.5.5 |
| 1914 | 2023-12-11T20:23:58.713Z | Checking crc-catalog v2.2.0 |
| 1915 | 2023-12-11T20:23:58.726Z | Compiling num-bigint-dig v0.8.4 |
| 1916 | 2023-12-11T20:23:58.901Z | Checking crc v3.0.1 |
| 1917 | 2023-12-11T20:23:58.928Z | Compiling toolchain_find v0.2.0 |
| 1918 | 2023-12-11T20:23:59.528Z | Compiling toml v0.5.11 |
| 1919 | 2023-12-11T20:23:59.844Z | Compiling packed_struct_codegen v0.10.1 |
| 1920 | 2023-12-11T20:23:59.913Z | Checking nodrop v0.1.14 |
| 1921 | 2023-12-11T20:24:00.062Z | Checking array-init v0.0.4 |
| 1922 | 2023-12-11T20:24:00.093Z | Checking bitvec v1.0.1 |
| 1923 | 2023-12-11T20:24:01.866Z | Compiling omicron-zone-package v0.9.1 |
| 1924 | 2023-12-11T20:24:02.041Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1925 | 2023-12-11T20:24:02.478Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1926 | 2023-12-11T20:24:02.591Z | Compiling rustfmt-wrapper v0.2.0 |
| 1927 | 2023-12-11T20:24:04.689Z | Checking smallvec v0.6.14 |
| 1928 | 2023-12-11T20:24:05.281Z | Checking newline-converter v0.3.0 |
| 1929 | 2023-12-11T20:24:05.486Z | Checking pkcs1 v0.7.5 |
| 1930 | 2023-12-11T20:24:05.756Z | Checking signature v2.1.0 |
| 1931 | 2023-12-11T20:24:06.134Z | Checking num-complex v0.4.4 |
| 1932 | 2023-12-11T20:24:07.638Z | Checking utf-8 v0.7.6 |
| 1933 | 2023-12-11T20:24:07.918Z | Checking keccak v0.1.4 |
| 1934 | 2023-12-11T20:24:08.060Z | Checking bitfield v0.14.0 |
| 1935 | 2023-12-11T20:24:08.374Z | Checking sha3 v0.10.8 |
| 1936 | 2023-12-11T20:24:08.496Z | Checking rsa v0.9.2 |
| 1937 | 2023-12-11T20:24:08.865Z | Checking tungstenite v0.20.1 |
| 1938 | 2023-12-11T20:24:08.902Z | Checking num v0.4.1 |
| 1939 | 2023-12-11T20:24:08.949Z | Checking expectorate v1.1.0 |
| 1940 | 2023-12-11T20:24:09.036Z | Checking serde-hex v0.1.0 |
| 1941 | 2023-12-11T20:24:09.137Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1942 | 2023-12-11T20:24:09.163Z | Checking env_logger v0.10.0 |
| 1943 | 2023-12-11T20:24:09.501Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1944 | 2023-12-11T20:24:09.819Z | Checking x509-cert v0.2.4 |
| 1945 | 2023-12-11T20:24:09.971Z | Checking ron v0.8.1 |
| 1946 | 2023-12-11T20:24:10.248Z | Checking secrecy v0.8.0 |
| 1947 | 2023-12-11T20:24:10.279Z | Checking crc-any v2.4.3 |
| 1948 | 2023-12-11T20:24:10.552Z | Checking tokio-tungstenite v0.20.1 |
| 1949 | 2023-12-11T20:24:10.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1950 | 2023-12-11T20:24:11.227Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1951 | 2023-12-11T20:24:11.286Z | Checking object v0.30.4 |
| 1952 | 2023-12-11T20:24:11.352Z | Checking path-slash v0.1.5 |
| 1953 | 2023-12-11T20:24:11.537Z | Compiling buf-list v1.0.3 |
| 1954 | 2023-12-11T20:24:11.946Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1955 | 2023-12-11T20:24:12.142Z | Checking glob v0.3.1 |
| 1956 | 2023-12-11T20:24:12.389Z | Compiling parking_lot_core v0.8.6 |
| 1957 | 2023-12-11T20:24:12.596Z | Checking nibble_vec v0.1.0 |
| 1958 | 2023-12-11T20:24:12.851Z | Checking display-error-chain v0.2.0 |
| 1959 | 2023-12-11T20:24:12.984Z | Checking endian-type v0.1.2 |
| 1960 | 2023-12-11T20:24:13.035Z | Checking pretty-hex v0.4.0 |
| 1961 | 2023-12-11T20:24:13.277Z | Checking radix_trie v0.2.1 |
| 1962 | 2023-12-11T20:24:13.281Z | Compiling semver v0.1.20 |
| 1963 | 2023-12-11T20:24:13.621Z | Checking parking_lot v0.11.2 |
| 1964 | 2023-12-11T20:24:13.920Z | Checking trust-dns-client v0.22.0 |
| 1965 | 2023-12-11T20:24:14.116Z | Checking sled v0.34.7 |
| 1966 | 2023-12-11T20:24:14.343Z | Compiling rustc_version v0.1.7 |
| 1967 | 2023-12-11T20:24:14.819Z | Checking crossbeam-deque v0.8.3 |
| 1968 | 2023-12-11T20:24:15.072Z | Compiling newtype_derive v0.1.6 |
| 1969 | 2023-12-11T20:24:15.272Z | Compiling unicase v2.7.0 |
| 1970 | 2023-12-11T20:24:15.481Z | Compiling platforms v3.0.2 |
| 1971 | 2023-12-11T20:24:15.699Z | Compiling rayon-core v1.12.0 |
| 1972 | 2023-12-11T20:24:15.941Z | Checking trust-dns-server v0.22.1 |
| 1973 | 2023-12-11T20:24:16.336Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 1974 | 2023-12-11T20:24:16.954Z | Compiling memoffset v0.7.1 |
| 1975 | 2023-12-11T20:24:17.198Z | Compiling curve25519-dalek v4.1.0 |
| 1976 | 2023-12-11T20:24:17.216Z | Checking rayon v1.8.0 |
| 1977 | 2023-12-11T20:24:17.620Z | Checking steno v0.4.0 |
| 1978 | 2023-12-11T20:24:18.653Z | Checking globset v0.4.13 |
| 1979 | 2023-12-11T20:24:18.720Z | Checking olpc-cjson v0.1.3 |
| 1980 | 2023-12-11T20:24:19.033Z | Checking serde_plain v1.0.2 |
| 1981 | 2023-12-11T20:24:19.394Z | Compiling async-recursion v1.0.5 |
| 1982 | 2023-12-11T20:24:19.403Z | Checking typed-path v0.7.0 |
| 1983 | 2023-12-11T20:24:20.295Z | Compiling mime_guess v2.0.4 |
| 1984 | 2023-12-11T20:24:21.327Z | Checking universal-hash v0.5.1 |
| 1985 | 2023-12-11T20:24:21.426Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1986 | 2023-12-11T20:24:21.585Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1987 | 2023-12-11T20:24:21.600Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1988 | 2023-12-11T20:24:22.028Z | Checking opaque-debug v0.3.0 |
| 1989 | 2023-12-11T20:24:22.150Z | Compiling salty v0.2.0 |
| 1990 | 2023-12-11T20:24:22.505Z | Checking signature v1.6.4 |
| 1991 | 2023-12-11T20:24:22.587Z | Checking tough v0.16.0 |
| 1992 | 2023-12-11T20:24:22.686Z | Checking ed25519 v1.5.3 |
| 1993 | 2023-12-11T20:24:22.951Z | Checking poly1305 v0.8.0 |
| 1994 | 2023-12-11T20:24:23.054Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1995 | 2023-12-11T20:24:23.650Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1996 | 2023-12-11T20:24:23.877Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1997 | 2023-12-11T20:24:24.116Z | Checking chacha20 v0.9.1 |
| 1998 | 2023-12-11T20:24:24.228Z | Checking aead v0.5.2 |
| 1999 | 2023-12-11T20:24:24.560Z | Checking serde-big-array v0.5.1 |
| 2000 | 2023-12-11T20:24:24.636Z | Checking kstat-rs v0.2.3 |
| 2001 | 2023-12-11T20:24:24.877Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2002 | 2023-12-11T20:24:26.944Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2003 | 2023-12-11T20:24:26.948Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2004 | 2023-12-11T20:24:26.948Z | Checking thiserror-no-std v2.0.2 |
| 2005 | 2023-12-11T20:24:27.005Z | Checking chacha20poly1305 v0.10.1 |
| 2006 | 2023-12-11T20:24:27.176Z | Checking vsss-rs v3.3.1 |
| 2007 | 2023-12-11T20:24:27.279Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2008 | 2023-12-11T20:24:27.297Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2009 | 2023-12-11T20:24:27.318Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2010 | 2023-12-11T20:24:28.316Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2011 | 2023-12-11T20:24:28.995Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2012 | 2023-12-11T20:24:29.159Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2013 | 2023-12-11T20:24:30.364Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2014 | 2023-12-11T20:24:31.175Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2015 | 2023-12-11T20:24:32.532Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2016 | 2023-12-11T20:24:32.753Z | Checking signal-hook-tokio v0.3.1 |
| 2017 | 2023-12-11T20:24:32.994Z | Checking serde-big-array v0.4.1 |
| 2018 | 2023-12-11T20:24:33.204Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2019 | 2023-12-11T20:24:33.220Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2020 | 2023-12-11T20:24:34.884Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2021 | 2023-12-11T20:24:36.438Z | Checking bcs v0.1.6 |
| 2022 | 2023-12-11T20:24:36.496Z | Checking highway v1.1.0 |
| 2023 | 2023-12-11T20:24:37.145Z | Checking corncobs v0.1.3 |
| 2024 | 2023-12-11T20:24:37.180Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2025 | 2023-12-11T20:24:37.404Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2026 | 2023-12-11T20:24:37.667Z | Compiling portable-atomic v1.4.3 |
| 2027 | 2023-12-11T20:24:38.143Z | Checking http-range v0.1.5 |
| 2028 | 2023-12-11T20:24:38.384Z | Compiling crunchy v0.2.2 |
| 2029 | 2023-12-11T20:24:38.540Z | Checking hyper-staticfile v0.9.5 |
| 2030 | 2023-12-11T20:24:39.155Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2031 | 2023-12-11T20:24:39.375Z | Compiling clang-sys v1.6.1 |
| 2032 | 2023-12-11T20:24:39.403Z | Checking assert_matches v1.5.0 |
| 2033 | 2023-12-11T20:24:39.514Z | Compiling tiny-keccak v2.0.2 |
| 2034 | 2023-12-11T20:24:39.665Z | Compiling prettyplease v0.2.12 |
| 2035 | 2023-12-11T20:24:40.671Z | Compiling darling_core v0.14.4 |
| 2036 | 2023-12-11T20:24:41.625Z | Checking number_prefix v0.4.0 |
| 2037 | 2023-12-11T20:24:41.884Z | Compiling minimal-lexical v0.2.1 |
| 2038 | 2023-12-11T20:24:42.635Z | Checking humantime v2.1.0 |
| 2039 | 2023-12-11T20:24:42.754Z | Compiling nom v7.1.3 |
| 2040 | 2023-12-11T20:24:43.100Z | Checking indicatif v0.17.7 |
| 2041 | 2023-12-11T20:24:44.264Z | Compiling ascii-canvas v3.0.0 |
| 2042 | 2023-12-11T20:24:45.846Z | Compiling ena v0.14.2 |
| 2043 | 2023-12-11T20:24:46.132Z | Compiling libloading v0.7.4 |
| 2044 | 2023-12-11T20:24:46.464Z | Compiling regex-syntax v0.6.29 |
| 2045 | 2023-12-11T20:24:46.724Z | Compiling bindgen v0.65.1 |
| 2046 | 2023-12-11T20:24:47.819Z | Compiling diff v0.1.13 |
| 2047 | 2023-12-11T20:24:48.648Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2048 | 2023-12-11T20:24:48.945Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2049 | 2023-12-11T20:24:49.067Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2050 | 2023-12-11T20:24:50.828Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2051 | 2023-12-11T20:24:51.766Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2052 | 2023-12-11T20:24:52.516Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2053 | 2023-12-11T20:24:52.821Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2054 | 2023-12-11T20:24:53.559Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2055 | 2023-12-11T20:24:53.894Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2056 | 2023-12-11T20:24:54.704Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2057 | 2023-12-11T20:24:55.791Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2058 | 2023-12-11T20:24:56.293Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2059 | 2023-12-11T20:24:56.602Z | Compiling darling_macro v0.14.4 |
| 2060 | 2023-12-11T20:24:57.085Z | Compiling lalrpop v0.19.12 |
| 2061 | 2023-12-11T20:24:58.411Z | Compiling cexpr v0.6.0 |
| 2062 | 2023-12-11T20:24:58.441Z | Compiling darling v0.14.4 |
| 2063 | 2023-12-11T20:25:05.119Z | Compiling which v4.4.0 |
| 2064 | 2023-12-11T20:25:05.655Z | Compiling shlex v1.1.0 |
| 2065 | 2023-12-11T20:25:06.089Z | Compiling peeking_take_while v0.1.2 |
| 2066 | 2023-12-11T20:25:06.273Z | Compiling rustc-hash v1.1.0 |
| 2067 | 2023-12-11T20:25:06.483Z | Compiling lazycell v1.3.0 |
| 2068 | 2023-12-11T20:25:06.733Z | Checking maplit v1.0.2 |
| 2069 | 2023-12-11T20:25:06.861Z | Compiling ref-cast v1.0.20 |
| 2070 | 2023-12-11T20:25:08.616Z | Compiling derive_builder_core v0.12.0 |
| 2071 | 2023-12-11T20:25:12.838Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2072 | 2023-12-11T20:25:13.272Z | Compiling ref-cast-impl v1.0.20 |
| 2073 | 2023-12-11T20:25:14.728Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2074 | 2023-12-11T20:25:15.201Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2075 | 2023-12-11T20:25:15.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2076 | 2023-12-11T20:25:16.534Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2077 | 2023-12-11T20:25:17.452Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2078 | 2023-12-11T20:25:17.989Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2079 | 2023-12-11T20:25:20.056Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2080 | 2023-12-11T20:25:21.402Z | Compiling libxml v0.3.3 |
| 2081 | 2023-12-11T20:25:22.168Z | Compiling derive_builder_macro v0.12.0 |
| 2082 | 2023-12-11T20:25:22.947Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2083 | 2023-12-11T20:25:23.277Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2084 | 2023-12-11T20:25:23.509Z | Compiling strum_macros v0.24.3 |
| 2085 | 2023-12-11T20:25:23.532Z | Compiling fs-err v2.11.0 |
| 2086 | 2023-12-11T20:25:23.960Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2087 | 2023-12-11T20:25:24.414Z | Compiling cookie v0.18.0 |
| 2088 | 2023-12-11T20:25:24.844Z | Compiling indoc v1.0.9 |
| 2089 | 2023-12-11T20:25:26.124Z | Checking derive_builder v0.12.0 |
| 2090 | 2023-12-11T20:25:26.510Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2091 | 2023-12-11T20:25:28.793Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2092 | 2023-12-11T20:25:29.206Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2093 | 2023-12-11T20:25:29.991Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2094 | 2023-12-11T20:25:30.013Z | Checking bb8 v0.8.1 |
| 2095 | 2023-12-11T20:25:30.043Z | Checking quick-xml v0.23.1 |
| 2096 | 2023-12-11T20:25:30.403Z | Compiling oso-derive v0.27.0 |
| 2097 | 2023-12-11T20:25:30.755Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2098 | 2023-12-11T20:25:31.641Z | Checking unicode-linebreak v0.1.5 |
| 2099 | 2023-12-11T20:25:31.915Z | Checking smawk v0.3.1 |
| 2100 | 2023-12-11T20:25:32.418Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2101 | 2023-12-11T20:25:32.418Z | Checking textwrap v0.16.0 |
| 2102 | 2023-12-11T20:25:33.192Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2103 | 2023-12-11T20:25:33.255Z | Checking bytesize v1.3.0 |
| 2104 | 2023-12-11T20:25:33.461Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2105 | 2023-12-11T20:25:33.569Z | Checking is_ci v1.1.1 |
| 2106 | 2023-12-11T20:25:33.633Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2107 | 2023-12-11T20:25:33.742Z | Checking supports-color v2.1.0 |
| 2108 | 2023-12-11T20:25:34.029Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2109 | 2023-12-11T20:25:34.599Z | Compiling indoc v2.0.3 |
| 2110 | 2023-12-11T20:25:34.698Z | Checking cassowary v0.3.0 |
| 2111 | 2023-12-11T20:25:35.351Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2112 | 2023-12-11T20:25:35.727Z | Checking rtoolbox v0.0.1 |
| 2113 | 2023-12-11T20:25:35.988Z | Checking rpassword v7.3.1 |
| 2114 | 2023-12-11T20:25:36.201Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2115 | 2023-12-11T20:25:36.373Z | Checking ratatui v0.23.0 |
| 2116 | 2023-12-11T20:25:37.503Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2117 | 2023-12-11T20:25:37.920Z | Checking shell-words v1.1.0 |
| 2118 | 2023-12-11T20:25:38.196Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2119 | 2023-12-11T20:25:39.117Z | Checking fatfs v0.3.6 |
| 2120 | 2023-12-11T20:25:40.326Z | Checking tui-tree-widget v0.13.0 |
| 2121 | 2023-12-11T20:25:40.704Z | Checking yansi v0.5.1 |
| 2122 | 2023-12-11T20:25:40.847Z | Checking plotters-backend v0.3.5 |
| 2123 | 2023-12-11T20:25:40.858Z | Checking rand v0.4.6 |
| 2124 | 2023-12-11T20:25:41.124Z | Checking pretty_assertions v1.4.0 |
| 2125 | 2023-12-11T20:25:41.395Z | Checking plotters-svg v0.3.5 |
| 2126 | 2023-12-11T20:25:41.411Z | Compiling vte_generate_state_changes v0.1.1 |
| 2127 | 2023-12-11T20:25:41.703Z | Checking cast v0.3.0 |
| 2128 | 2023-12-11T20:25:42.240Z | Checking remove_dir_all v0.5.3 |
| 2129 | 2023-12-11T20:25:42.369Z | Checking criterion-plot v0.5.0 |
| 2130 | 2023-12-11T20:25:42.430Z | Checking vte v0.11.1 |
| 2131 | 2023-12-11T20:25:42.449Z | Checking tempdir v0.3.7 |
| 2132 | 2023-12-11T20:25:42.682Z | Checking plotters v0.3.5 |
| 2133 | 2023-12-11T20:25:43.145Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2134 | 2023-12-11T20:25:44.468Z | Checking tinytemplate v1.2.1 |
| 2135 | 2023-12-11T20:25:44.886Z | Checking anes v0.1.6 |
| 2136 | 2023-12-11T20:25:45.038Z | Checking oorandom v11.1.3 |
| 2137 | 2023-12-11T20:25:45.254Z | Checking strip-ansi-escapes v0.2.0 |
| 2138 | 2023-12-11T20:25:45.459Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2139 | 2023-12-11T20:25:45.468Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2140 | 2023-12-11T20:25:45.787Z | Checking criterion v0.5.1 |
| 2141 | 2023-12-11T20:25:46.278Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2142 | 2023-12-11T20:25:50.627Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2143 | 2023-12-11T20:25:50.726Z | Checking assert_cmd v2.0.12 |
| 2144 | 2023-12-11T20:25:51.376Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2145 | 2023-12-11T20:25:51.441Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2146 | 2023-12-11T20:25:53.745Z | Checking fd-lock v3.0.13 |
| 2147 | 2023-12-11T20:25:53.796Z | Checking nu-ansi-term v0.49.0 |
| 2148 | 2023-12-11T20:25:54.431Z | Checking reedline v0.26.0 |
| 2149 | 2023-12-11T20:25:55.644Z | Checking threadpool v1.8.1 |
| 2150 | 2023-12-11T20:25:55.904Z | Checking nanorand v0.7.0 |
| 2151 | 2023-12-11T20:25:56.451Z | Checking topological-sort v0.2.2 |
| 2152 | 2023-12-11T20:25:56.751Z | Checking flume v0.11.0 |
| 2153 | 2023-12-11T20:25:57.498Z | Checking libtest-mimic v0.6.1 |
| 2154 | 2023-12-11T20:25:57.658Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2155 | 2023-12-11T20:25:58.140Z | Checking httptest v0.15.5 |
| 2156 | 2023-12-11T20:25:59.330Z | Checking similar-asserts v1.5.0 |
| 2157 | 2023-12-11T20:25:59.670Z | Compiling rstest_macros v0.18.2 |
| 2158 | 2023-12-11T20:26:00.438Z | Checking bytecount v0.6.3 |
| 2159 | 2023-12-11T20:26:00.679Z | Compiling crossbeam-queue v0.3.8 |
| 2160 | 2023-12-11T20:26:01.507Z | Checking papergrid v0.10.0 |
| 2161 | 2023-12-11T20:26:01.838Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2162 | 2023-12-11T20:26:02.780Z | Checking datatest-stable v0.2.3 |
| 2163 | 2023-12-11T20:26:03.042Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2164 | 2023-12-11T20:26:03.672Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2165 | 2023-12-11T20:26:03.751Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2166 | 2023-12-11T20:26:04.115Z | Compiling tabled_derive v0.6.0 |
| 2167 | 2023-12-11T20:26:04.765Z | Checking arrayref v0.3.7 |
| 2168 | 2023-12-11T20:26:04.894Z | Compiling relative-path v1.9.0 |
| 2169 | 2023-12-11T20:26:05.289Z | Compiling trybuild v1.0.85 |
| 2170 | 2023-12-11T20:26:05.902Z | Checking arrayvec v0.7.4 |
| 2171 | 2023-12-11T20:26:06.116Z | Checking constant_time_eq v0.2.6 |
| 2172 | 2023-12-11T20:26:06.473Z | Checking blake2b_simd v1.0.1 |
| 2173 | 2023-12-11T20:26:08.385Z | Checking tabled v0.14.0 |
| 2174 | 2023-12-11T20:26:08.749Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2175 | 2023-12-11T20:26:12.789Z | Checking basic-toml v0.1.4 |
| 2176 | 2023-12-11T20:26:14.325Z | Checking constant_time_eq v0.3.0 |
| 2177 | 2023-12-11T20:26:14.491Z | Checking futures-timer v3.0.2 |
| 2178 | 2023-12-11T20:26:14.921Z | Checking rust-argon2 v1.0.1 |
| 2179 | 2023-12-11T20:26:18.000Z | Checking crossbeam v0.8.2 |
| 2180 | 2023-12-11T20:26:18.136Z | Checking partial-io v0.5.4 |
| 2181 | 2023-12-11T20:26:18.672Z | Checking approx v0.5.1 |
| 2182 | 2023-12-11T20:26:18.988Z | Checking termios v0.3.3 |
| 2183 | 2023-12-11T20:26:19.284Z | Checking hex-literal v0.4.1 |
| 2184 | 2023-12-11T20:26:22.259Z | Checking rstest v0.18.2 |
| 2185 | 2023-12-11T20:26:27.349Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2186 | 2023-12-11T20:26:30.403Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2187 | 2023-12-11T20:27:31.983Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2188 | 2023-12-11T20:27:36.773Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2189 | 2023-12-11T20:27:38.026Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2190 | 2023-12-11T20:27:50.952Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2191 | 2023-12-11T20:28:15.227Z | Compiling polar-core v0.27.0 |
| 2192 | 2023-12-11T20:28:26.077Z | Checking oso v0.27.0 |
| 2193 | 2023-12-11T20:29:02.973Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2194 | 2023-12-11T20:30:25.635Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 04s |
| 2195 | 2023-12-11T20:30:25.841Z | |
| 2196 | 2023-12-11T20:30:25.841Z | real 11:02.901009530 |
| 2197 | 2023-12-11T20:30:25.841Z | user 1:00:25.863760929 |
| 2198 | 2023-12-11T20:30:25.841Z | sys 7:38.996351396 |
| 2199 | 2023-12-11T20:30:25.841Z | trap 2.105372897 |
| 2200 | 2023-12-11T20:30:25.845Z | tflt 6.515130365 |
| 2201 | 2023-12-11T20:30:25.845Z | dflt 7.593934608 |
| 2202 | 2023-12-11T20:30:25.845Z | kflt 0.028940290 |
| 2203 | 2023-12-11T20:30:25.845Z | lock 1:36:12.169082374 |
| 2204 | 2023-12-11T20:30:25.846Z | slp 3:00:55.951388930 |
| 2205 | 2023-12-11T20:30:25.846Z | lat 2:01.149216345 |
| 2206 | 2023-12-11T20:30:25.846Z | stop 3:43.152060159 |
| 2207 | 2023-12-11T20:30:27.006Z | warning: output filename collision. |
| 2208 | 2023-12-11T20:30:27.006Z | 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)`. |
| 2209 | 2023-12-11T20:30:27.006Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2210 | 2023-12-11T20:30:27.006Z | The targets should have unique names. |
| 2211 | 2023-12-11T20:30:27.006Z | This is a known bug where multiple crates with the same name use |
| 2212 | 2023-12-11T20:30:27.007Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2213 | 2023-12-11T20:30:27.010Z | warning: output filename collision. |
| 2214 | 2023-12-11T20:30:27.010Z | 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)`. |
| 2215 | 2023-12-11T20:30:27.010Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2216 | 2023-12-11T20:30:27.010Z | The targets should have unique names. |
| 2217 | 2023-12-11T20:30:27.010Z | This is a known bug where multiple crates with the same name use |
| 2218 | 2023-12-11T20:30:27.010Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2219 | 2023-12-11T20:30:27.010Z | warning: output filename collision. |
| 2220 | 2023-12-11T20:30:27.011Z | 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)`. |
| 2221 | 2023-12-11T20:30:27.011Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2222 | 2023-12-11T20:30:27.011Z | The targets should have unique names. |
| 2223 | 2023-12-11T20:30:27.011Z | This is a known bug where multiple crates with the same name use |
| 2224 | 2023-12-11T20:30:27.012Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2225 | 2023-12-11T20:30:27.596Z | Documenting libc v0.2.150 |
| 2226 | 2023-12-11T20:30:27.611Z | Documenting cfg-if v1.0.0 |
| 2227 | 2023-12-11T20:30:27.621Z | Documenting serde_derive v1.0.192 |
| 2228 | 2023-12-11T20:30:27.659Z | Documenting scopeguard v1.2.0 |
| 2229 | 2023-12-11T20:30:27.671Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2230 | 2023-12-11T20:30:27.674Z | Documenting log v0.4.20 |
| 2231 | 2023-12-11T20:30:27.691Z | Documenting itoa v1.0.9 |
| 2232 | 2023-12-11T20:30:27.692Z | Documenting smallvec v1.11.0 |
| 2233 | 2023-12-11T20:30:28.076Z | Documenting memchr v2.6.3 |
| 2234 | 2023-12-11T20:30:31.527Z | Documenting zeroize_derive v1.4.2 |
| 2235 | 2023-12-11T20:30:31.571Z | Documenting lock_api v0.4.10 |
| 2236 | 2023-12-11T20:30:31.777Z | Documenting pin-project-lite v0.2.13 |
| 2237 | 2023-12-11T20:30:32.222Z | Documenting libm v0.2.7 |
| 2238 | 2023-12-11T20:30:33.778Z | Documenting futures-core v0.3.29 |
| 2239 | 2023-12-11T20:30:34.118Z | Documenting getrandom v0.2.10 |
| 2240 | 2023-12-11T20:30:34.948Z | Documenting parking_lot_core v0.9.8 |
| 2241 | 2023-12-11T20:30:35.833Z | Documenting signal-hook-registry v1.4.1 |
| 2242 | 2023-12-11T20:30:35.957Z | Documenting mio v0.8.9 |
| 2243 | 2023-12-11T20:30:37.116Z | Documenting num-traits v0.2.16 |
| 2244 | 2023-12-11T20:30:37.203Z | Documenting serde v1.0.192 |
| 2245 | 2023-12-11T20:30:39.155Z | Documenting zeroize v1.7.0 |
| 2246 | 2023-12-11T20:30:39.276Z | Documenting thiserror-impl v1.0.49 |
| 2247 | 2023-12-11T20:30:39.853Z | Documenting rand_core v0.6.4 |
| 2248 | 2023-12-11T20:30:40.854Z | Documenting parking_lot v0.12.1 |
| 2249 | 2023-12-11T20:30:42.019Z | Documenting num_cpus v1.16.0 |
| 2250 | 2023-12-11T20:30:42.066Z | Documenting socket2 v0.5.5 |
| 2251 | 2023-12-11T20:30:44.170Z | Documenting typenum v1.16.0 |
| 2252 | 2023-12-11T20:30:45.076Z | Documenting tokio-macros v2.2.0 |
| 2253 | 2023-12-11T20:30:45.427Z | Documenting once_cell v1.19.0 |
| 2254 | 2023-12-11T20:30:46.399Z | Documenting thiserror v1.0.49 |
| 2255 | 2023-12-11T20:30:46.683Z | Documenting subtle v2.5.0 |
| 2256 | 2023-12-11T20:30:47.658Z | Documenting ryu v1.0.15 |
| 2257 | 2023-12-11T20:30:47.872Z | Documenting byteorder v1.5.0 |
| 2258 | 2023-12-11T20:30:51.324Z | Documenting futures-sink v0.3.29 |
| 2259 | 2023-12-11T20:30:51.656Z | Documenting const-oid v0.9.5 |
| 2260 | 2023-12-11T20:30:51.665Z | Documenting pin-utils v0.1.0 |
| 2261 | 2023-12-11T20:30:51.810Z | Documenting slab v0.4.9 |
| 2262 | 2023-12-11T20:30:52.470Z | Documenting futures-task v0.3.29 |
| 2263 | 2023-12-11T20:30:53.898Z | Documenting futures-macro v0.3.29 |
| 2264 | 2023-12-11T20:30:56.844Z | Documenting futures-channel v0.3.29 |
| 2265 | 2023-12-11T20:30:58.084Z | Documenting futures-io v0.3.29 |
| 2266 | 2023-12-11T20:30:58.379Z | Documenting iana-time-zone v0.1.57 |
| 2267 | 2023-12-11T20:30:59.760Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2268 | 2023-12-11T20:31:00.958Z | Documenting tinyvec_macros v0.1.1 |
| 2269 | 2023-12-11T20:31:00.973Z | Documenting ppv-lite86 v0.2.17 |
| 2270 | 2023-12-11T20:31:01.501Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2271 | 2023-12-11T20:31:02.928Z | Documenting tracing-core v0.1.31 |
| 2272 | 2023-12-11T20:31:03.903Z | Documenting futures-util v0.3.29 |
| 2273 | 2023-12-11T20:31:04.167Z | Documenting tracing-attributes v0.1.26 |
| 2274 | 2023-12-11T20:31:05.466Z | Documenting tinyvec v1.6.0 |
| 2275 | 2023-12-11T20:31:06.400Z | Documenting rand_chacha v0.3.1 |
| 2276 | 2023-12-11T20:31:11.354Z | Documenting unicode-normalization v0.1.22 |
| 2277 | 2023-12-11T20:31:12.757Z | Documenting bytes v1.5.0 |
| 2278 | 2023-12-11T20:31:12.939Z | Documenting bitflags v2.4.0 |
| 2279 | 2023-12-11T20:31:14.632Z | Documenting serde_json v1.0.108 |
| 2280 | 2023-12-11T20:31:15.783Z | Documenting chrono v0.4.31 |
| 2281 | 2023-12-11T20:31:18.212Z | Documenting uuid v1.6.1 |
| 2282 | 2023-12-11T20:31:19.169Z | Documenting rand v0.8.5 |
| 2283 | 2023-12-11T20:31:19.181Z | Documenting fnv v1.0.7 |
| 2284 | 2023-12-11T20:31:20.121Z | Documenting tokio v1.35.0 |
| 2285 | 2023-12-11T20:31:22.821Z | Documenting base64 v0.21.5 |
| 2286 | 2023-12-11T20:31:25.031Z | Documenting spin v0.9.8 |
| 2287 | 2023-12-11T20:31:25.146Z | Documenting lazy_static v1.4.0 |
| 2288 | 2023-12-11T20:31:25.421Z | Documenting unicode-bidi v0.3.13 |
| 2289 | 2023-12-11T20:31:27.208Z | Documenting http v0.2.11 |
| 2290 | 2023-12-11T20:31:28.532Z | Documenting percent-encoding v2.3.1 |
| 2291 | 2023-12-11T20:31:29.591Z | Documenting generic-array v0.14.7 |
| 2292 | 2023-12-11T20:31:29.667Z | Documenting cpufeatures v0.2.9 |
| 2293 | 2023-12-11T20:31:29.823Z | Checking serde_derive_internals v0.26.0 |
| 2294 | 2023-12-11T20:31:30.793Z | Documenting serde_derive_internals v0.26.0 |
| 2295 | 2023-12-11T20:31:31.873Z | Documenting dyn-clone v1.0.13 |
| 2296 | 2023-12-11T20:31:32.769Z | Documenting tracing v0.1.37 |
| 2297 | 2023-12-11T20:31:34.238Z | Documenting idna v0.5.0 |
| 2298 | 2023-12-11T20:31:34.480Z | Documenting form_urlencoded v1.2.1 |
| 2299 | 2023-12-11T20:31:35.990Z | Documenting errno v0.3.2 |
| 2300 | 2023-12-11T20:31:36.112Z | Documenting crypto-common v0.1.6 |
| 2301 | 2023-12-11T20:31:36.459Z | Documenting block-buffer v0.10.4 |
| 2302 | 2023-12-11T20:31:36.645Z | Documenting httparse v1.8.0 |
| 2303 | 2023-12-11T20:31:38.819Z | Documenting schemars_derive v0.8.13 |
| 2304 | 2023-12-11T20:31:39.969Z | Documenting unicode-ident v1.0.12 |
| 2305 | 2023-12-11T20:31:40.615Z | Documenting url v2.5.0 |
| 2306 | 2023-12-11T20:31:42.147Z | Documenting rustix v0.38.25 |
| 2307 | 2023-12-11T20:31:42.794Z | Documenting adler v1.0.2 |
| 2308 | 2023-12-11T20:31:43.046Z | Documenting base64ct v1.6.0 |
| 2309 | 2023-12-11T20:31:43.088Z | Documenting digest v0.10.7 |
| 2310 | 2023-12-11T20:31:44.010Z | Documenting proc-macro2 v1.0.69 |
| 2311 | 2023-12-11T20:31:46.947Z | Documenting miniz_oxide v0.7.1 |
| 2312 | 2023-12-11T20:31:46.995Z | Documenting untrusted v0.9.0 |
| 2313 | 2023-12-11T20:31:47.723Z | Documenting schemars v0.8.13 |
| 2314 | 2023-12-11T20:31:52.666Z | Documenting openssl-probe v0.1.5 |
| 2315 | 2023-12-11T20:31:52.720Z | Documenting quote v1.0.33 |
| 2316 | 2023-12-11T20:31:52.721Z | Documenting httpdate v1.0.3 |
| 2317 | 2023-12-11T20:31:52.721Z | Documenting try-lock v0.2.4 |
| 2318 | 2023-12-11T20:31:52.721Z | Documenting ring v0.17.7 |
| 2319 | 2023-12-11T20:31:52.912Z | Documenting http-body v0.4.5 |
| 2320 | 2023-12-11T20:31:55.185Z | Documenting openssl-sys v0.9.96 |
| 2321 | 2023-12-11T20:31:56.218Z | Documenting async-trait v0.1.74 |
| 2322 | 2023-12-11T20:31:56.543Z | Documenting openssl-macros v0.1.1 |
| 2323 | 2023-12-11T20:31:56.619Z | Documenting want v0.3.1 |
| 2324 | 2023-12-11T20:31:57.155Z | Documenting mime v0.3.17 |
| 2325 | 2023-12-11T20:31:59.133Z | Documenting tower-service v0.3.2 |
| 2326 | 2023-12-11T20:32:00.499Z | Documenting rustls-webpki v0.101.7 |
| 2327 | 2023-12-11T20:32:01.976Z | Documenting tokio-util v0.7.10 |
| 2328 | 2023-12-11T20:32:02.026Z | Documenting pem-rfc7468 v0.7.0 |
| 2329 | 2023-12-11T20:32:03.088Z | Documenting aho-corasick v1.0.4 |
| 2330 | 2023-12-11T20:32:03.327Z | Documenting sct v0.7.0 |
| 2331 | 2023-12-11T20:32:03.684Z | Documenting slog v2.7.0 |
| 2332 | 2023-12-11T20:32:04.474Z | Documenting openssl v0.10.60 |
| 2333 | 2023-12-11T20:32:04.811Z | Documenting der_derive v0.7.2 |
| 2334 | 2023-12-11T20:32:07.140Z | Documenting flagset v0.4.3 |
| 2335 | 2023-12-11T20:32:08.595Z | Documenting equivalent v1.0.1 |
| 2336 | 2023-12-11T20:32:09.053Z | Documenting unicode-width v0.1.11 |
| 2337 | 2023-12-11T20:32:10.250Z | Documenting regex-syntax v0.8.2 |
| 2338 | 2023-12-11T20:32:10.565Z | Documenting ipnet v2.8.0 |
| 2339 | 2023-12-11T20:32:10.943Z | Documenting h2 v0.3.21 |
| 2340 | 2023-12-11T20:32:11.178Z | Documenting hashbrown v0.14.2 |
| 2341 | 2023-12-11T20:32:12.510Z | Documenting rustls v0.21.9 |
| 2342 | 2023-12-11T20:32:13.031Z | Documenting der v0.7.8 |
| 2343 | 2023-12-11T20:32:13.132Z | Documenting rustls-pemfile v1.0.3 |
| 2344 | 2023-12-11T20:32:28.856Z | Documenting num-integer v0.1.45 |
| 2345 | 2023-12-11T20:32:28.982Z | Documenting time-macros v0.2.13 |
| 2346 | 2023-12-11T20:32:28.982Z | Documenting indexmap v2.1.0 |
| 2347 | 2023-12-11T20:32:29.106Z | Documenting utf8parse v0.2.1 |
| 2348 | 2023-12-11T20:32:29.106Z | Documenting time-core v0.1.1 |
| 2349 | 2023-12-11T20:32:29.106Z | Documenting regex-automata v0.4.3 |
| 2350 | 2023-12-11T20:32:29.106Z | Documenting deranged v0.3.8 |
| 2351 | 2023-12-11T20:32:29.107Z | Documenting num_threads v0.1.6 |
| 2352 | 2023-12-11T20:32:29.107Z | Documenting gimli v0.28.0 |
| 2353 | 2023-12-11T20:32:29.107Z | Documenting spki v0.7.2 |
| 2354 | 2023-12-11T20:32:29.107Z | Documenting native-tls v0.2.11 |
| 2355 | 2023-12-11T20:32:29.107Z | Documenting tokio-rustls v0.24.1 |
| 2356 | 2023-12-11T20:32:29.107Z | Documenting hyper v0.14.27 |
| 2357 | 2023-12-11T20:32:29.107Z | Documenting object v0.32.1 |
| 2358 | 2023-12-11T20:32:29.295Z | Documenting time v0.3.27 |
| 2359 | 2023-12-11T20:32:31.258Z | Documenting crossbeam-utils v0.8.16 |
| 2360 | 2023-12-11T20:32:31.946Z | Documenting encoding_rs v0.8.33 |
| 2361 | 2023-12-11T20:32:33.703Z | Documenting regex v1.10.2 |
| 2362 | 2023-12-11T20:32:33.796Z | Documenting addr2line v0.21.0 |
| 2363 | 2023-12-11T20:32:34.704Z | Checking pest_meta v2.7.2 |
| 2364 | 2023-12-11T20:32:36.197Z | Documenting rustc-demangle v0.1.23 |
| 2365 | 2023-12-11T20:32:37.506Z | Documenting tokio-native-tls v0.3.1 |
| 2366 | 2023-12-11T20:32:37.805Z | Documenting rustls-native-certs v0.6.3 |
| 2367 | 2023-12-11T20:32:39.083Z | Documenting serde_urlencoded v0.7.1 |
| 2368 | 2023-12-11T20:32:39.327Z | Documenting pest_meta v2.7.2 |
| 2369 | 2023-12-11T20:32:40.552Z | Checking pest_generator v2.7.2 |
| 2370 | 2023-12-11T20:32:41.751Z | Documenting pkcs8 v0.10.2 |
| 2371 | 2023-12-11T20:32:42.133Z | Documenting data-encoding v2.4.0 |
| 2372 | 2023-12-11T20:32:43.396Z | Documenting anstyle v1.0.2 |
| 2373 | 2023-12-11T20:32:44.507Z | Documenting hyper-rustls v0.24.2 |
| 2374 | 2023-12-11T20:32:45.345Z | Documenting pest_generator v2.7.2 |
| 2375 | 2023-12-11T20:32:45.589Z | Documenting ucd-trie v0.1.6 |
| 2376 | 2023-12-11T20:32:45.705Z | Documenting hyper-tls v0.5.0 |
| 2377 | 2023-12-11T20:32:47.805Z | Documenting backtrace v0.3.69 |
| 2378 | 2023-12-11T20:32:48.779Z | Documenting webpki-roots v0.25.2 |
| 2379 | 2023-12-11T20:32:48.927Z | Documenting anstyle-parse v0.2.1 |
| 2380 | 2023-12-11T20:32:49.390Z | Documenting ipnetwork v0.20.0 |
| 2381 | 2023-12-11T20:32:53.748Z | Documenting pest v2.7.2 |
| 2382 | 2023-12-11T20:32:53.767Z | Documenting pest_derive v2.7.2 |
| 2383 | 2023-12-11T20:32:53.780Z | Documenting syn v2.0.32 |
| 2384 | 2023-12-11T20:32:54.412Z | Documenting sha2 v0.10.8 |
| 2385 | 2023-12-11T20:32:55.355Z | Documenting futures-executor v0.3.29 |
| 2386 | 2023-12-11T20:32:56.177Z | Documenting reqwest v0.11.22 |
| 2387 | 2023-12-11T20:32:56.345Z | Documenting anyhow v1.0.75 |
| 2388 | 2023-12-11T20:32:57.957Z | Documenting hex v0.4.3 |
| 2389 | 2023-12-11T20:32:59.055Z | Documenting crc32fast v1.3.2 |
| 2390 | 2023-12-11T20:32:59.915Z | Checking serde_tokenstream v0.1.7 |
| 2391 | 2023-12-11T20:33:00.478Z | Documenting anstyle-query v1.0.0 |
| 2392 | 2023-12-11T20:33:01.736Z | Documenting colorchoice v1.0.0 |
| 2393 | 2023-12-11T20:33:02.325Z | Documenting dtrace-parser v0.1.14 |
| 2394 | 2023-12-11T20:33:03.916Z | Documenting openapiv3 v2.0.0-rc.1 |
| 2395 | 2023-12-11T20:33:04.202Z | Documenting num-iter v0.1.43 |
| 2396 | 2023-12-11T20:33:04.575Z | Documenting hmac v0.12.1 |
| 2397 | 2023-12-11T20:33:05.839Z | Documenting dof v0.1.5 |
| 2398 | 2023-12-11T20:33:05.975Z | Documenting anstream v0.5.0 |
| 2399 | 2023-12-11T20:33:07.989Z | Documenting signal-hook v0.3.17 |
| 2400 | 2023-12-11T20:33:10.433Z | Documenting thread-id v4.2.0 |
| 2401 | 2023-12-11T20:33:11.737Z | Documenting terminal_size v0.2.6 |
| 2402 | 2023-12-11T20:33:11.774Z | Documenting memoffset v0.9.0 |
| 2403 | 2023-12-11T20:33:11.805Z | Documenting clap_lex v0.5.1 |
| 2404 | 2023-12-11T20:33:12.079Z | Documenting strsim v0.10.0 |
| 2405 | 2023-12-11T20:33:13.986Z | Documenting flate2 v1.0.28 |
| 2406 | 2023-12-11T20:33:14.476Z | Documenting futures v0.3.29 |
| 2407 | 2023-12-11T20:33:15.944Z | Documenting crossbeam-epoch v0.9.15 |
| 2408 | 2023-12-11T20:33:16.175Z | Documenting usdt-impl v0.3.5 |
| 2409 | 2023-12-11T20:33:17.570Z | Documenting usdt-macro v0.3.5 |
| 2410 | 2023-12-11T20:33:17.911Z | Documenting usdt-attr-macro v0.3.5 |
| 2411 | 2023-12-11T20:33:18.277Z | Documenting clap_builder v4.4.2 |
| 2412 | 2023-12-11T20:33:21.654Z | Documenting clap_derive v4.4.2 |
| 2413 | 2023-12-11T20:33:21.851Z | Documenting managed v0.8.0 |
| 2414 | 2023-12-11T20:33:22.544Z | Documenting signal-hook-mio v0.2.3 |
| 2415 | 2023-12-11T20:33:24.417Z | Documenting block-padding v0.3.3 |
| 2416 | 2023-12-11T20:33:25.284Z | Documenting scheduled-thread-pool v0.2.7 |
| 2417 | 2023-12-11T20:33:25.437Z | Documenting usdt v0.3.5 |
| 2418 | 2023-12-11T20:33:26.381Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2419 | 2023-12-11T20:33:26.782Z | Documenting enum-as-inner v0.5.1 |
| 2420 | 2023-12-11T20:33:28.074Z | Documenting pin-project-internal v1.1.3 |
| 2421 | 2023-12-11T20:33:28.400Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2422 | 2023-12-11T20:33:28.659Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2423 | 2023-12-11T20:33:29.969Z | Documenting clap v4.4.3 |
| 2424 | 2023-12-11T20:33:30.600Z | Documenting unicode-segmentation v1.10.1 |
| 2425 | 2023-12-11T20:33:31.223Z | Documenting r2d2 v0.8.10 |
| 2426 | 2023-12-11T20:33:32.165Z | Documenting bzip2 v0.4.4 |
| 2427 | 2023-12-11T20:33:33.163Z | Documenting inout v0.1.3 |
| 2428 | 2023-12-11T20:33:33.344Z | Documenting trust-dns-proto v0.22.0 |
| 2429 | 2023-12-11T20:33:35.315Z | Documenting diesel_derives v2.1.2 |
| 2430 | 2023-12-11T20:33:35.564Z | Documenting pin-project v1.1.3 |
| 2431 | 2023-12-11T20:33:35.577Z | Documenting crossterm v0.27.0 |
| 2432 | 2023-12-11T20:33:36.408Z | Documenting md-5 v0.10.5 |
| 2433 | 2023-12-11T20:33:37.364Z | Documenting stringprep v0.1.3 |
| 2434 | 2023-12-11T20:33:38.122Z | Documenting serde_spanned v0.6.4 |
| 2435 | 2023-12-11T20:33:39.428Z | Documenting toml_datetime v0.6.5 |
| 2436 | 2023-12-11T20:33:39.850Z | Documenting ff v0.13.0 |
| 2437 | 2023-12-11T20:33:43.013Z | Documenting doc-comment v0.3.3 |
| 2438 | 2023-12-11T20:33:43.804Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2439 | 2023-12-11T20:33:43.959Z | Documenting snafu-derive v0.7.5 |
| 2440 | 2023-12-11T20:33:44.044Z | Documenting fallible-iterator v0.2.0 |
| 2441 | 2023-12-11T20:33:45.271Z | Documenting bit-vec v0.6.3 |
| 2442 | 2023-12-11T20:33:45.572Z | Documenting either v1.9.0 |
| 2443 | 2023-12-11T20:33:45.876Z | Documenting siphasher v0.3.11 |
| 2444 | 2023-12-11T20:33:47.107Z | Documenting base16ct v0.2.0 |
| 2445 | 2023-12-11T20:33:47.249Z | Documenting winnow v0.5.15 |
| 2446 | 2023-12-11T20:33:49.406Z | Documenting static_assertions v1.1.0 |
| 2447 | 2023-12-11T20:33:50.256Z | Documenting phf_shared v0.11.2 |
| 2448 | 2023-12-11T20:33:51.375Z | Documenting diesel v2.1.4 |
| 2449 | 2023-12-11T20:33:51.558Z | Documenting group v0.13.0 |
| 2450 | 2023-12-11T20:33:51.612Z | Documenting postgres-protocol v0.6.6 |
| 2451 | 2023-12-11T20:33:51.659Z | Documenting sec1 v0.7.3 |
| 2452 | 2023-12-11T20:33:53.880Z | Documenting cipher v0.4.4 |
| 2453 | 2023-12-11T20:33:54.958Z | Documenting toml_edit v0.21.0 |
| 2454 | 2023-12-11T20:33:55.282Z | Documenting snafu v0.7.5 |
| 2455 | 2023-12-11T20:33:55.855Z | Documenting zip v0.6.6 |
| 2456 | 2023-12-11T20:33:57.442Z | Documenting hkdf v0.12.3 |
| 2457 | 2023-12-11T20:34:00.396Z | Documenting num-bigint v0.4.4 |
| 2458 | 2023-12-11T20:34:01.234Z | Documenting crypto-bigint v0.5.2 |
| 2459 | 2023-12-11T20:34:02.032Z | Documenting hubpack v0.1.2 |
| 2460 | 2023-12-11T20:34:03.151Z | Documenting regress v0.7.1 |
| 2461 | 2023-12-11T20:34:03.648Z | Documenting bstr v1.6.0 |
| 2462 | 2023-12-11T20:34:04.146Z | Documenting serde_repr v0.1.16 |
| 2463 | 2023-12-11T20:34:05.299Z | Documenting fixedbitset v0.4.2 |
| 2464 | 2023-12-11T20:34:08.892Z | Documenting precomputed-hash v0.1.1 |
| 2465 | 2023-12-11T20:34:10.056Z | Documenting lalrpop-util v0.19.12 |
| 2466 | 2023-12-11T20:34:10.774Z | Documenting new_debug_unreachable v1.0.4 |
| 2467 | 2023-12-11T20:34:10.859Z | Documenting yasna v0.5.2 |
| 2468 | 2023-12-11T20:34:11.458Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2469 | 2023-12-11T20:34:12.974Z | Documenting petgraph v0.6.4 |
| 2470 | 2023-12-11T20:34:13.079Z | Documenting elliptic-curve v0.13.8 |
| 2471 | 2023-12-11T20:34:14.605Z | Documenting postgres-types v0.2.6 |
| 2472 | 2023-12-11T20:34:15.181Z | Documenting string_cache v0.8.7 |
| 2473 | 2023-12-11T20:34:16.486Z | Documenting phf v0.11.2 |
| 2474 | 2023-12-11T20:34:20.449Z | Documenting console v0.15.7 |
| 2475 | 2023-12-11T20:34:21.566Z | Documenting semver v1.0.20 |
| 2476 | 2023-12-11T20:34:33.466Z | Documenting float-cmp v0.9.0 |
| 2477 | 2023-12-11T20:34:33.754Z | Documenting whoami v1.4.1 |
| 2478 | 2023-12-11T20:34:34.003Z | Documenting difflib v0.4.0 |
| 2479 | 2023-12-11T20:34:34.003Z | Documenting normalize-line-endings v0.3.0 |
| 2480 | 2023-12-11T20:34:34.003Z | Documenting heck v0.4.1 |
| 2481 | 2023-12-11T20:34:34.003Z | Checking unsafe-libyaml v0.2.9 |
| 2482 | 2023-12-11T20:34:34.003Z | Documenting predicates-core v1.0.6 |
| 2483 | 2023-12-11T20:34:34.003Z | Documenting tokio-postgres v0.7.10 |
| 2484 | 2023-12-11T20:34:34.003Z | Documenting bit-set v0.5.3 |
| 2485 | 2023-12-11T20:34:34.003Z | Documenting similar v2.2.1 |
| 2486 | 2023-12-11T20:34:34.003Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2487 | 2023-12-11T20:34:34.003Z | Documenting tokio-stream v0.1.14 |
| 2488 | 2023-12-11T20:34:34.004Z | Documenting unsafe-libyaml v0.2.9 |
| 2489 | 2023-12-11T20:34:34.004Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2490 | 2023-12-11T20:34:34.004Z | Documenting predicates v3.0.4 |
| 2491 | 2023-12-11T20:34:34.971Z | Checking ident_case v1.0.1 |
| 2492 | 2023-12-11T20:34:35.182Z | Checking serde_yaml v0.9.25 |
| 2493 | 2023-12-11T20:34:35.772Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2494 | 2023-12-11T20:34:36.042Z | Documenting serde_yaml v0.9.25 |
| 2495 | 2023-12-11T20:34:37.796Z | Documenting getopts v0.2.21 |
| 2496 | 2023-12-11T20:34:38.299Z | Documenting match_cfg v0.1.0 |
| 2497 | 2023-12-11T20:34:39.743Z | Documenting sha1 v0.10.6 |
| 2498 | 2023-12-11T20:34:40.692Z | Documenting dirs-sys-next v0.1.2 |
| 2499 | 2023-12-11T20:34:41.399Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2500 | 2023-12-11T20:34:42.404Z | Documenting hostname v0.3.1 |
| 2501 | 2023-12-11T20:34:43.507Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2502 | 2023-12-11T20:34:44.035Z | Documenting thread_local v1.1.7 |
| 2503 | 2023-12-11T20:34:44.811Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2504 | 2023-12-11T20:34:46.380Z | Documenting dirs-next v2.0.0 |
| 2505 | 2023-12-11T20:34:46.765Z | Documenting paste v1.0.14 |
| 2506 | 2023-12-11T20:34:47.086Z | Documenting crossbeam-channel v0.5.8 |
| 2507 | 2023-12-11T20:34:47.761Z | Documenting atty v0.2.14 |
| 2508 | 2023-12-11T20:34:48.106Z | Documenting take_mut v0.2.2 |
| 2509 | 2023-12-11T20:34:50.355Z | Documenting slog-json v2.6.1 |
| 2510 | 2023-12-11T20:34:52.113Z | Documenting term v0.7.0 |
| 2511 | 2023-12-11T20:34:52.467Z | Documenting camino v1.1.6 |
| 2512 | 2023-12-11T20:34:52.920Z | Documenting async-stream-impl v0.3.5 |
| 2513 | 2023-12-11T20:34:53.392Z | Documenting debug-ignore v1.0.5 |
| 2514 | 2023-12-11T20:34:53.428Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2515 | 2023-12-11T20:34:53.698Z | Documenting slog-async v2.8.0 |
| 2516 | 2023-12-11T20:34:56.470Z | Documenting atomic-waker v1.1.1 |
| 2517 | 2023-12-11T20:34:57.323Z | Documenting slog-bunyan v2.4.0 |
| 2518 | 2023-12-11T20:34:57.592Z | Checking darling_core v0.20.3 |
| 2519 | 2023-12-11T20:34:58.005Z | Documenting slog-term v2.9.0 |
| 2520 | 2023-12-11T20:34:59.602Z | Documenting async-stream v0.3.5 |
| 2521 | 2023-12-11T20:34:59.605Z | Documenting toml v0.8.8 |
| 2522 | 2023-12-11T20:34:59.973Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2523 | 2023-12-11T20:35:00.916Z | Documenting multer v2.1.0 |
| 2524 | 2023-12-11T20:35:00.922Z | Documenting waitgroup v0.1.2 |
| 2525 | 2023-12-11T20:35:04.336Z | Documenting serde_path_to_error v0.1.14 |
| 2526 | 2023-12-11T20:35:04.690Z | Documenting strum v0.25.0 |
| 2527 | 2023-12-11T20:35:05.366Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2528 | 2023-12-11T20:35:05.431Z | Checking darling v0.20.3 |
| 2529 | 2023-12-11T20:35:05.562Z | Documenting serde_with_macros v3.4.0 |
| 2530 | 2023-12-11T20:35:06.440Z | Documenting structmeta-derive v0.2.0 |
| 2531 | 2023-12-11T20:35:07.246Z | Checking structmeta v0.2.0 |
| 2532 | 2023-12-11T20:35:07.585Z | Documenting instant v0.1.12 |
| 2533 | 2023-12-11T20:35:07.896Z | Checking regex-syntax v0.7.5 |
| 2534 | 2023-12-11T20:35:08.444Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2535 | 2023-12-11T20:35:10.275Z | Documenting macaddr v1.0.1 |
| 2536 | 2023-12-11T20:35:10.662Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2537 | 2023-12-11T20:35:12.884Z | Documenting serde_with v3.4.0 |
| 2538 | 2023-12-11T20:35:13.023Z | Documenting backoff v0.4.0 |
| 2539 | 2023-12-11T20:35:13.029Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2540 | 2023-12-11T20:35:13.959Z | Documenting structmeta v0.2.0 |
| 2541 | 2023-12-11T20:35:14.865Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2542 | 2023-12-11T20:35:16.241Z | Documenting fastrand v2.0.0 |
| 2543 | 2023-12-11T20:35:18.977Z | Documenting is-terminal v0.4.9 |
| 2544 | 2023-12-11T20:35:19.444Z | Checking proc-macro-crate v1.3.1 |
| 2545 | 2023-12-11T20:35:19.791Z | Documenting proc-macro-crate v1.3.1 |
| 2546 | 2023-12-11T20:35:20.528Z | Documenting parse-display-derive v0.8.2 |
| 2547 | 2023-12-11T20:35:21.370Z | Documenting proc-macro-error-attr v1.0.4 |
| 2548 | 2023-12-11T20:35:21.807Z | Documenting hash32 v0.2.1 |
| 2549 | 2023-12-11T20:35:22.450Z | Documenting tempfile v3.8.1 |
| 2550 | 2023-12-11T20:35:24.351Z | Documenting stable_deref_trait v1.2.0 |
| 2551 | 2023-12-11T20:35:26.042Z | Checking proc-macro-error v1.0.4 |
| 2552 | 2023-12-11T20:35:26.297Z | Documenting num_enum_derive v0.5.11 |
| 2553 | 2023-12-11T20:35:26.456Z | Documenting cobs v0.2.3 |
| 2554 | 2023-12-11T20:35:27.004Z | Documenting proc-macro-error v1.0.4 |
| 2555 | 2023-12-11T20:35:27.975Z | Documenting embedded-io v0.4.0 |
| 2556 | 2023-12-11T20:35:28.544Z | Documenting heapless v0.7.16 |
| 2557 | 2023-12-11T20:35:28.985Z | Documenting camino-tempfile v1.1.1 |
| 2558 | 2023-12-11T20:35:29.219Z | Documenting parse-display v0.8.2 |
| 2559 | 2023-12-11T20:35:30.756Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2560 | 2023-12-11T20:35:32.621Z | Documenting postcard v1.0.8 |
| 2561 | 2023-12-11T20:35:33.447Z | Documenting foreign-types-macros v0.2.3 |
| 2562 | 2023-12-11T20:35:33.608Z | Documenting foreign-types-shared v0.3.1 |
| 2563 | 2023-12-11T20:35:34.660Z | Documenting num_enum v0.5.11 |
| 2564 | 2023-12-11T20:35:35.334Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2565 | 2023-12-11T20:35:35.846Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2566 | 2023-12-11T20:35:36.112Z | Documenting smoltcp v0.10.0 |
| 2567 | 2023-12-11T20:35:36.988Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2568 | 2023-12-11T20:35:37.454Z | Documenting crucible-workspace-hack v0.1.0 |
| 2569 | 2023-12-11T20:35:37.875Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2570 | 2023-12-11T20:35:39.671Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2571 | 2023-12-11T20:35:40.196Z | Documenting cstr-argument v0.1.2 |
| 2572 | 2023-12-11T20:35:40.418Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2573 | 2023-12-11T20:35:40.668Z | Documenting foreign-types v0.5.0 |
| 2574 | 2023-12-11T20:35:43.219Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2575 | 2023-12-11T20:35:44.053Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2576 | 2023-12-11T20:35:44.766Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2577 | 2023-12-11T20:35:45.307Z | Documenting colored v2.0.4 |
| 2578 | 2023-12-11T20:35:46.486Z | Documenting zerocopy v0.7.26 |
| 2579 | 2023-12-11T20:35:46.678Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2580 | 2023-12-11T20:35:46.829Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2581 | 2023-12-11T20:35:49.230Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2582 | 2023-12-11T20:35:50.440Z | Documenting zone_cfg_derive v0.3.0 |
| 2583 | 2023-12-11T20:35:51.099Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2584 | 2023-12-11T20:35:52.393Z | Documenting num-derive v0.4.0 |
| 2585 | 2023-12-11T20:35:53.040Z | Documenting smf v0.2.2 |
| 2586 | 2023-12-11T20:35:53.293Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2587 | 2023-12-11T20:35:54.541Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2588 | 2023-12-11T20:35:57.472Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2589 | 2023-12-11T20:35:57.993Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2590 | 2023-12-11T20:35:58.209Z | Documenting zone v0.3.0 |
| 2591 | 2023-12-11T20:35:58.962Z | Documenting linked-hash-map v0.5.6 |
| 2592 | 2023-12-11T20:35:59.421Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2593 | 2023-12-11T20:35:59.897Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2594 | 2023-12-11T20:36:02.699Z | Documenting blake2 v0.10.6 |
| 2595 | 2023-12-11T20:36:03.973Z | Documenting password-hash v0.5.0 |
| 2596 | 2023-12-11T20:36:04.338Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2597 | 2023-12-11T20:36:04.941Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2598 | 2023-12-11T20:36:05.653Z | Documenting lru-cache v0.1.2 |
| 2599 | 2023-12-11T20:36:05.945Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2600 | 2023-12-11T20:36:06.329Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2601 | 2023-12-11T20:36:06.851Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2602 | 2023-12-11T20:36:06.851Z | Checking heck v0.3.3 |
| 2603 | 2023-12-11T20:36:07.046Z | Documenting structopt-derive v0.4.18 |
| 2604 | 2023-12-11T20:36:08.586Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2605 | 2023-12-11T20:36:10.237Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2606 | 2023-12-11T20:36:10.413Z | Documenting argon2 v0.5.2 |
| 2607 | 2023-12-11T20:36:11.330Z | Documenting libefi-sys v0.1.0 |
| 2608 | 2023-12-11T20:36:12.970Z | Documenting quick-error v1.2.3 |
| 2609 | 2023-12-11T20:36:14.745Z | Documenting structopt v0.3.26 |
| 2610 | 2023-12-11T20:36:14.833Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2611 | 2023-12-11T20:36:17.757Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2612 | 2023-12-11T20:36:17.973Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2613 | 2023-12-11T20:36:18.120Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2614 | 2023-12-11T20:36:18.505Z | Documenting resolv-conf v0.7.0 |
| 2615 | 2023-12-11T20:36:19.563Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2616 | 2023-12-11T20:36:20.523Z | Documenting cancel-safe-futures v0.1.5 |
| 2617 | 2023-12-11T20:36:21.275Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2618 | 2023-12-11T20:36:22.434Z | Checking convert_case v0.4.0 |
| 2619 | 2023-12-11T20:36:22.638Z | Documenting convert_case v0.4.0 |
| 2620 | 2023-12-11T20:36:23.476Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2621 | 2023-12-11T20:36:24.316Z | Documenting swrite v0.1.0 |
| 2622 | 2023-12-11T20:36:24.808Z | Documenting trust-dns-resolver v0.22.0 |
| 2623 | 2023-12-11T20:36:42.963Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2624 | 2023-12-11T20:36:43.220Z | Documenting tap v1.0.1 |
| 2625 | 2023-12-11T20:36:43.220Z | Documenting arc-swap v1.6.0 |
| 2626 | 2023-12-11T20:36:43.220Z | Documenting derive_more v0.99.17 |
| 2627 | 2023-12-11T20:36:43.220Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2628 | 2023-12-11T20:36:43.227Z | Documenting num-rational v0.4.1 |
| 2629 | 2023-12-11T20:36:43.227Z | Documenting radium v0.7.0 |
| 2630 | 2023-12-11T20:36:43.227Z | Documenting wyz v0.5.1 |
| 2631 | 2023-12-11T20:36:43.227Z | Documenting slog-scope v4.4.0 |
| 2632 | 2023-12-11T20:36:43.227Z | Documenting libsw v3.3.0 |
| 2633 | 2023-12-11T20:36:43.227Z | Documenting num-complex v0.4.4 |
| 2634 | 2023-12-11T20:36:43.228Z | Documenting derive-where v1.2.6 |
| 2635 | 2023-12-11T20:36:43.228Z | Documenting half v1.8.2 |
| 2636 | 2023-12-11T20:36:43.228Z | Documenting crc-catalog v2.2.0 |
| 2637 | 2023-12-11T20:36:43.228Z | Documenting ciborium-io v0.2.1 |
| 2638 | 2023-12-11T20:36:43.228Z | Documenting owo-colors v3.5.0 |
| 2639 | 2023-12-11T20:36:43.228Z | Documenting funty v2.0.0 |
| 2640 | 2023-12-11T20:36:43.228Z | Documenting linear-map v1.2.0 |
| 2641 | 2023-12-11T20:36:43.228Z | Documenting crc v3.0.1 |
| 2642 | 2023-12-11T20:36:43.534Z | Documenting num v0.4.1 |
| 2643 | 2023-12-11T20:36:45.238Z | Documenting ciborium-ll v0.2.1 |
| 2644 | 2023-12-11T20:36:46.347Z | Documenting bitvec v1.0.1 |
| 2645 | 2023-12-11T20:36:46.552Z | Documenting slog-stdlog v4.1.1 |
| 2646 | 2023-12-11T20:36:46.684Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2647 | 2023-12-11T20:36:47.621Z | Documenting slog-dtrace v0.2.3 |
| 2648 | 2023-12-11T20:36:47.979Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2649 | 2023-12-11T20:36:48.584Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2650 | 2023-12-11T20:36:49.463Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2651 | 2023-12-11T20:36:51.389Z | Documenting filetime v0.2.23 |
| 2652 | 2023-12-11T20:36:52.163Z | Documenting xattr v1.0.1 |
| 2653 | 2023-12-11T20:36:52.524Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2654 | 2023-12-11T20:36:54.780Z | Documenting packed_struct_codegen v0.10.1 |
| 2655 | 2023-12-11T20:37:02.478Z | Documenting nodrop v0.1.14 |
| 2656 | 2023-12-11T20:37:02.591Z | Documenting keccak v0.1.4 |
| 2657 | 2023-12-11T20:37:02.591Z | Documenting tar v0.4.40 |
| 2658 | 2023-12-11T20:37:03.097Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2659 | 2023-12-11T20:37:03.098Z | Documenting array-init v0.0.4 |
| 2660 | 2023-12-11T20:37:03.098Z | Documenting sha3 v0.10.8 |
| 2661 | 2023-12-11T20:37:03.098Z | Documenting slog-envlogger v2.2.0 |
| 2662 | 2023-12-11T20:37:03.458Z | Documenting packed_struct v0.10.1 |
| 2663 | 2023-12-11T20:37:04.281Z | Documenting ciborium v0.2.1 |
| 2664 | 2023-12-11T20:37:04.380Z | Documenting num-bigint-dig v0.8.4 |
| 2665 | 2023-12-11T20:37:06.223Z | Documenting pkcs1 v0.7.5 |
| 2666 | 2023-12-11T20:37:09.882Z | Documenting signature v2.1.0 |
| 2667 | 2023-12-11T20:37:10.931Z | Documenting fxhash v0.2.1 |
| 2668 | 2023-12-11T20:37:11.017Z | Documenting secrecy v0.8.0 |
| 2669 | 2023-12-11T20:37:13.141Z | Documenting termcolor v1.2.0 |
| 2670 | 2023-12-11T20:37:14.200Z | Documenting utf-8 v0.7.6 |
| 2671 | 2023-12-11T20:37:16.666Z | Documenting bitfield v0.14.0 |
| 2672 | 2023-12-11T20:37:17.039Z | Documenting serde-hex v0.1.0 |
| 2673 | 2023-12-11T20:37:17.681Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2674 | 2023-12-11T20:37:17.685Z | Documenting rsa v0.9.2 |
| 2675 | 2023-12-11T20:37:19.514Z | Documenting env_logger v0.10.0 |
| 2676 | 2023-12-11T20:37:19.858Z | Documenting tungstenite v0.20.1 |
| 2677 | 2023-12-11T20:37:21.063Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2678 | 2023-12-11T20:37:21.075Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2679 | 2023-12-11T20:37:26.292Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2680 | 2023-12-11T20:37:26.295Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2681 | 2023-12-11T20:37:26.938Z | Documenting newtype_derive v0.1.6 |
| 2682 | 2023-12-11T20:37:28.791Z | Documenting x509-cert v0.2.4 |
| 2683 | 2023-12-11T20:37:29.198Z | Documenting pem v3.0.2 |
| 2684 | 2023-12-11T20:37:29.868Z | Documenting ron v0.8.1 |
| 2685 | 2023-12-11T20:37:32.486Z | Documenting crc-any v2.4.3 |
| 2686 | 2023-12-11T20:37:33.415Z | Documenting steno v0.4.0 |
| 2687 | 2023-12-11T20:37:34.799Z | Documenting tokio-tungstenite v0.20.1 |
| 2688 | 2023-12-11T20:37:36.730Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2689 | 2023-12-11T20:37:37.214Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2690 | 2023-12-11T20:37:37.989Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2691 | 2023-12-11T20:37:43.947Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2692 | 2023-12-11T20:37:44.277Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2693 | 2023-12-11T20:37:45.787Z | Documenting itertools v0.12.0 |
| 2694 | 2023-12-11T20:37:52.409Z | Documenting nibble_vec v0.1.0 |
| 2695 | 2023-12-11T20:37:52.446Z | Documenting endian-type v0.1.2 |
| 2696 | 2023-12-11T20:37:52.640Z | Documenting display-error-chain v0.2.0 |
| 2697 | 2023-12-11T20:37:54.214Z | Documenting glob v0.3.1 |
| 2698 | 2023-12-11T20:37:55.905Z | Documenting same-file v1.0.6 |
| 2699 | 2023-12-11T20:37:57.094Z | Documenting path-slash v0.1.5 |
| 2700 | 2023-12-11T20:37:57.292Z | Documenting radix_trie v0.2.1 |
| 2701 | 2023-12-11T20:37:58.246Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2702 | 2023-12-11T20:38:00.455Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2023-12-11T20:38:02.294Z | Documenting walkdir v2.4.0 |
| 2704 | 2023-12-11T20:38:02.792Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2705 | 2023-12-11T20:38:03.235Z | Documenting buf-list v1.0.3 |
| 2706 | 2023-12-11T20:38:06.264Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2707 | 2023-12-11T20:38:08.973Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2708 | 2023-12-11T20:38:09.632Z | Checking darling_core v0.14.4 |
| 2709 | 2023-12-11T20:38:10.418Z | Documenting trust-dns-client v0.22.0 |
| 2710 | 2023-12-11T20:38:12.583Z | Checking darling v0.14.4 |
| 2711 | 2023-12-11T20:38:12.940Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2712 | 2023-12-11T20:38:13.689Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2713 | 2023-12-11T20:38:14.100Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2714 | 2023-12-11T20:38:15.888Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2715 | 2023-12-11T20:38:17.399Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2716 | 2023-12-11T20:38:18.268Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2717 | 2023-12-11T20:38:22.762Z | Documenting sled v0.34.7 |
| 2718 | 2023-12-11T20:38:23.697Z | Documenting trust-dns-server v0.22.1 |
| 2719 | 2023-12-11T20:38:26.343Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2720 | 2023-12-11T20:38:27.375Z | Documenting unicase v2.7.0 |
| 2721 | 2023-12-11T20:38:27.452Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2722 | 2023-12-11T20:38:27.704Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2723 | 2023-12-11T20:38:27.870Z | Documenting globset v0.4.13 |
| 2724 | 2023-12-11T20:38:27.874Z | Documenting crossbeam-deque v0.8.3 |
| 2725 | 2023-12-11T20:38:31.602Z | Documenting headers-core v0.2.0 |
| 2726 | 2023-12-11T20:38:32.211Z | Documenting olpc-cjson v0.1.3 |
| 2727 | 2023-12-11T20:38:33.741Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2728 | 2023-12-11T20:38:34.542Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2729 | 2023-12-11T20:38:35.093Z | Documenting serde_plain v1.0.2 |
| 2730 | 2023-12-11T20:38:35.254Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2731 | 2023-12-11T20:38:36.275Z | Documenting async-recursion v1.0.5 |
| 2732 | 2023-12-11T20:38:36.690Z | Documenting pretty-hex v0.4.0 |
| 2733 | 2023-12-11T20:38:36.815Z | Documenting typed-path v0.7.0 |
| 2734 | 2023-12-11T20:38:38.779Z | Documenting headers v0.3.9 |
| 2735 | 2023-12-11T20:38:48.287Z | Documenting rayon-core v1.12.0 |
| 2736 | 2023-12-11T20:38:48.335Z | Documenting mime_guess v2.0.4 |
| 2737 | 2023-12-11T20:38:48.336Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2738 | 2023-12-11T20:38:48.336Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2739 | 2023-12-11T20:38:48.384Z | Documenting derive_builder_core v0.12.0 |
| 2740 | 2023-12-11T20:38:48.386Z | Documenting tough v0.16.0 |
| 2741 | 2023-12-11T20:38:48.386Z | Checking derive_builder_core v0.12.0 |
| 2742 | 2023-12-11T20:38:48.387Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2743 | 2023-12-11T20:38:48.663Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2744 | 2023-12-11T20:38:49.052Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2745 | 2023-12-11T20:38:49.474Z | Documenting universal-hash v0.5.1 |
| 2746 | 2023-12-11T20:38:49.607Z | Documenting bcs v0.1.6 |
| 2747 | 2023-12-11T20:38:52.814Z | Documenting kstat-rs v0.2.3 |
| 2748 | 2023-12-11T20:38:53.066Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2749 | 2023-12-11T20:38:55.909Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2750 | 2023-12-11T20:38:58.758Z | Documenting highway v1.1.0 |
| 2751 | 2023-12-11T20:38:59.029Z | Documenting opaque-debug v0.3.0 |
| 2752 | 2023-12-11T20:39:00.643Z | Documenting thiserror-no-std v2.0.2 |
| 2753 | 2023-12-11T20:39:02.713Z | Documenting curve25519-dalek v4.1.0 |
| 2754 | 2023-12-11T20:39:03.296Z | Documenting poly1305 v0.8.0 |
| 2755 | 2023-12-11T20:39:03.702Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2756 | 2023-12-11T20:39:04.555Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2023-12-11T20:39:05.026Z | Documenting derive_builder_macro v0.12.0 |
| 2758 | 2023-12-11T20:39:06.501Z | Documenting rayon v1.8.0 |
| 2759 | 2023-12-11T20:39:09.448Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2760 | 2023-12-11T20:39:10.970Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2023-12-11T20:39:11.523Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2762 | 2023-12-11T20:39:12.790Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2763 | 2023-12-11T20:39:18.072Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2764 | 2023-12-11T20:39:53.932Z | Documenting portable-atomic v1.4.3 |
| 2765 | 2023-12-11T20:39:54.211Z | Documenting ed25519 v1.5.3 |
| 2766 | 2023-12-11T20:39:54.211Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2767 | 2023-12-11T20:39:54.211Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2023-12-11T20:39:54.212Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2769 | 2023-12-11T20:39:54.212Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2770 | 2023-12-11T20:39:54.212Z | Documenting chacha20 v0.9.1 |
| 2771 | 2023-12-11T20:39:54.212Z | Documenting aead v0.5.2 |
| 2772 | 2023-12-11T20:39:54.212Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2773 | 2023-12-11T20:39:54.212Z | Documenting ref-cast-impl v1.0.20 |
| 2774 | 2023-12-11T20:39:54.212Z | Documenting vte_generate_state_changes v0.1.1 |
| 2775 | 2023-12-11T20:39:54.212Z | Documenting number_prefix v0.4.0 |
| 2776 | 2023-12-11T20:39:54.212Z | Documenting cassowary v0.3.0 |
| 2777 | 2023-12-11T20:39:54.212Z | Documenting chacha20poly1305 v0.10.1 |
| 2778 | 2023-12-11T20:39:54.212Z | Documenting ref-cast v1.0.20 |
| 2779 | 2023-12-11T20:39:55.388Z | Documenting indicatif v0.17.7 |
| 2780 | 2023-12-11T20:39:56.998Z | Documenting vte v0.11.1 |
| 2781 | 2023-12-11T20:39:57.473Z | Documenting ratatui v0.23.0 |
| 2782 | 2023-12-11T20:39:59.402Z | Documenting salty v0.2.0 |
| 2783 | 2023-12-11T20:40:00.314Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2784 | 2023-12-11T20:40:02.521Z | Documenting derive_builder v0.12.0 |
| 2785 | 2023-12-11T20:40:03.087Z | Documenting vsss-rs v3.3.1 |
| 2786 | 2023-12-11T20:40:06.015Z | Documenting fs-err v2.11.0 |
| 2787 | 2023-12-11T20:40:07.999Z | Documenting polar-core v0.27.0 |
| 2788 | 2023-12-11T20:40:08.766Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2789 | 2023-12-11T20:40:08.976Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2790 | 2023-12-11T20:40:12.242Z | Documenting libxml v0.3.3 |
| 2791 | 2023-12-11T20:40:14.510Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2792 | 2023-12-11T20:40:14.954Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2793 | 2023-12-11T20:40:15.357Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2794 | 2023-12-11T20:40:19.249Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2795 | 2023-12-11T20:40:21.325Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2796 | 2023-12-11T20:40:21.372Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2797 | 2023-12-11T20:40:21.846Z | Documenting bb8 v0.8.1 |
| 2798 | 2023-12-11T20:40:22.012Z | Documenting quick-xml v0.23.1 |
| 2799 | 2023-12-11T20:40:27.136Z | Documenting serde-big-array v0.5.1 |
| 2800 | 2023-12-11T20:40:29.202Z | Documenting bytesize v1.3.0 |
| 2801 | 2023-12-11T20:40:29.904Z | Documenting rtoolbox v0.0.1 |
| 2802 | 2023-12-11T20:40:30.601Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2803 | 2023-12-11T20:40:33.659Z | Documenting oso-derive v0.27.0 |
| 2804 | 2023-12-11T20:40:35.896Z | Documenting is_ci v1.1.1 |
| 2805 | 2023-12-11T20:40:36.209Z | Documenting humantime v2.1.0 |
| 2806 | 2023-12-11T20:40:36.317Z | Documenting unicode-linebreak v0.1.5 |
| 2807 | 2023-12-11T20:40:38.846Z | Documenting http-range v0.1.5 |
| 2808 | 2023-12-11T20:40:39.463Z | Documenting maplit v1.0.2 |
| 2809 | 2023-12-11T20:40:40.088Z | Documenting smawk v0.3.1 |
| 2810 | 2023-12-11T20:40:40.851Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2811 | 2023-12-11T20:40:41.434Z | Documenting supports-color v2.1.0 |
| 2812 | 2023-12-11T20:40:41.889Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2813 | 2023-12-11T20:40:43.045Z | Documenting rpassword v7.3.1 |
| 2814 | 2023-12-11T20:40:44.356Z | Documenting hyper-staticfile v0.9.5 |
| 2815 | 2023-12-11T20:40:44.919Z | Documenting oso v0.27.0 |
| 2816 | 2023-12-11T20:40:46.441Z | Documenting textwrap v0.16.0 |
| 2817 | 2023-12-11T20:40:47.675Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2818 | 2023-12-11T20:40:48.967Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2819 | 2023-12-11T20:40:49.541Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2820 | 2023-12-11T20:40:53.264Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2821 | 2023-12-11T20:40:54.837Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2822 | 2023-12-11T20:41:00.779Z | Documenting tui-tree-widget v0.13.0 |
| 2823 | 2023-12-11T20:41:01.481Z | Documenting strip-ansi-escapes v0.2.0 |
| 2824 | 2023-12-11T20:41:06.810Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2825 | 2023-12-11T20:41:07.454Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2826 | 2023-12-11T20:41:08.999Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2827 | 2023-12-11T20:41:09.727Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2828 | 2023-12-11T20:41:10.030Z | Documenting cookie v0.18.0 |
| 2829 | 2023-12-11T20:41:13.298Z | Documenting rcgen v0.11.3 |
| 2830 | 2023-12-11T20:41:16.856Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2831 | 2023-12-11T20:41:17.462Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2832 | 2023-12-11T20:41:17.894Z | Documenting atomicwrites v0.4.2 |
| 2833 | 2023-12-11T20:41:18.514Z | Documenting signal-hook-tokio v0.3.1 |
| 2834 | 2023-12-11T20:41:22.441Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2835 | 2023-12-11T20:41:23.545Z | Documenting fd-lock v3.0.13 |
| 2836 | 2023-12-11T20:41:24.382Z | Documenting subprocess v0.2.9 |
| 2837 | 2023-12-11T20:41:25.867Z | Documenting nu-ansi-term v0.49.0 |
| 2838 | 2023-12-11T20:41:26.938Z | Documenting corncobs v0.1.3 |
| 2839 | 2023-12-11T20:41:30.662Z | Documenting shell-words v1.1.0 |
| 2840 | 2023-12-11T20:41:30.867Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2841 | 2023-12-11T20:41:31.167Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2842 | 2023-12-11T20:41:31.473Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2843 | 2023-12-11T20:41:31.902Z | Documenting reedline v0.26.0 |
| 2844 | 2023-12-11T20:41:33.902Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2845 | 2023-12-11T20:41:36.952Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2846 | 2023-12-11T20:41:37.201Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2847 | 2023-12-11T20:41:38.970Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2848 | 2023-12-11T20:41:39.152Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2849 | 2023-12-11T20:41:43.271Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2850 | 2023-12-11T20:41:45.869Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2851 | 2023-12-11T20:42:06.575Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2852 | 2023-12-11T20:42:11.047Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2853 | 2023-12-11T20:42:15.091Z | Documenting fatfs v0.3.6 |
| 2854 | 2023-12-11T20:42:16.337Z | Documenting nanorand v0.7.0 |
| 2855 | 2023-12-11T20:42:19.566Z | Documenting assert_matches v1.5.0 |
| 2856 | 2023-12-11T20:42:20.153Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2857 | 2023-12-11T20:42:20.153Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2858 | 2023-12-11T20:42:20.153Z | | |
| 2859 | 2023-12-11T20:42:20.153Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2860 | 2023-12-11T20:42:20.153Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2861 | 2023-12-11T20:42:20.153Z | | |
| 2862 | 2023-12-11T20:42:20.154Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2863 | 2023-12-11T20:42:20.154Z | |
| 2864 | 2023-12-11T20:42:20.202Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2865 | 2023-12-11T20:42:22.654Z | Documenting flume v0.11.0 |
| 2866 | 2023-12-11T20:42:23.275Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2867 | 2023-12-11T20:42:24.583Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 2868 | 2023-12-11T20:42:24.595Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2869 | 2023-12-11T20:42:25.075Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2870 | 2023-12-11T20:42:28.025Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2871 | 2023-12-11T20:42:29.228Z | Documenting omicron-zone-package v0.9.1 |
| 2872 | 2023-12-11T20:42:29.570Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2873 | 2023-12-11T20:42:29.647Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2874 | 2023-12-11T20:42:35.244Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2875 | 2023-12-11T20:42:36.457Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2876 | 2023-12-11T20:42:41.809Z | Documenting termios v0.3.3 |
| 2877 | 2023-12-11T20:42:47.375Z | Documenting topological-sort v0.2.2 |
| 2878 | 2023-12-11T20:42:48.000Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2879 | 2023-12-11T20:42:48.242Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2880 | 2023-12-11T20:42:54.114Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2881 | 2023-12-11T20:43:02.523Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2882 | 2023-12-11T20:43:05.110Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2883 | 2023-12-11T20:43:39.525Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2884 | 2023-12-11T20:43:50.354Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2885 | 2023-12-11T20:44:06.442Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2886 | 2023-12-11T20:44:07.295Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2887 | 2023-12-11T20:44:08.322Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2888 | 2023-12-11T20:44:10.307Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2889 | 2023-12-11T20:44:10.734Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2890 | 2023-12-11T20:45:08.211Z | warning: unresolved link to `VolumeConstructionRequest` |
| 2891 | 2023-12-11T20:45:08.211Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 2892 | 2023-12-11T20:45:08.211Z | | |
| 2893 | 2023-12-11T20:45:08.211Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 2894 | 2023-12-11T20:45:08.211Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 2895 | 2023-12-11T20:45:08.211Z | | |
| 2896 | 2023-12-11T20:45:08.211Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2897 | 2023-12-11T20:45:08.211Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2898 | 2023-12-11T20:45:08.212Z | |
| 2899 | 2023-12-11T20:45:08.230Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2900 | 2023-12-11T20:45:08.230Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 2901 | 2023-12-11T20:45:08.230Z | | |
| 2902 | 2023-12-11T20:45:08.231Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 2903 | 2023-12-11T20:45:08.231Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2904 | 2023-12-11T20:45:08.231Z | |
| 2905 | 2023-12-11T20:45:08.231Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2906 | 2023-12-11T20:45:08.231Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 2907 | 2023-12-11T20:45:08.231Z | | |
| 2908 | 2023-12-11T20:45:08.232Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 2909 | 2023-12-11T20:45:08.232Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2910 | 2023-12-11T20:45:08.232Z | |
| 2911 | 2023-12-11T20:45:08.232Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2912 | 2023-12-11T20:45:08.232Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 2913 | 2023-12-11T20:45:08.232Z | | |
| 2914 | 2023-12-11T20:45:08.232Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 2915 | 2023-12-11T20:45:08.232Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2916 | 2023-12-11T20:45:08.233Z | |
| 2917 | 2023-12-11T20:45:08.233Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 2918 | 2023-12-11T20:45:08.233Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 2919 | 2023-12-11T20:45:08.233Z | | |
| 2920 | 2023-12-11T20:45:08.233Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 2921 | 2023-12-11T20:45:08.233Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 2922 | 2023-12-11T20:45:08.234Z | |
| 2923 | 2023-12-11T20:45:08.234Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 2924 | 2023-12-11T20:45:08.234Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 2925 | 2023-12-11T20:45:08.234Z | | |
| 2926 | 2023-12-11T20:45:08.234Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 2927 | 2023-12-11T20:45:08.234Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 2928 | 2023-12-11T20:45:08.234Z | |
| 2929 | 2023-12-11T20:45:08.235Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 2930 | 2023-12-11T20:45:08.236Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 2931 | 2023-12-11T20:45:08.236Z | | |
| 2932 | 2023-12-11T20:45:08.236Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 2933 | 2023-12-11T20:45:08.236Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 2934 | 2023-12-11T20:45:08.236Z | |
| 2935 | 2023-12-11T20:45:11.039Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 2936 | 2023-12-11T20:45:42.823Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 16s |
| 2937 | 2023-12-11T20:45:42.930Z | |
| 2938 | 2023-12-11T20:45:42.931Z | real 15:17.120228734 |
| 2939 | 2023-12-11T20:45:42.931Z | user 52:28.306587360 |
| 2940 | 2023-12-11T20:45:42.934Z | sys 58:26.806771557 |
| 2941 | 2023-12-11T20:45:42.934Z | trap 1.833605046 |
| 2942 | 2023-12-11T20:45:42.935Z | tflt 0.621277500 |
| 2943 | 2023-12-11T20:45:42.935Z | dflt 0.522821459 |
| 2944 | 2023-12-11T20:45:42.935Z | kflt 0.000215254 |
| 2945 | 2023-12-11T20:45:42.935Z | lock 3:04:33.642863281 |
| 2946 | 2023-12-11T20:45:42.935Z | slp 3:59:47.734898132 |
| 2947 | 2023-12-11T20:45:42.935Z | lat 5:03.218487232 |
| 2948 | 2023-12-11T20:45:42.935Z | stop 1:26.996657361 |
| 2949 | 2023-12-11T20:45:42.935Z | process exited: duration 1721947 ms, exit code 0 |
| |
| 2950 | 2023-12-11T20:45:42.943Z | found 0 output files |