|
|
|
| 1 | 2024-04-23T17:49:39.931Z | job assigned to worker 01HW613FHPWAGT5N1N7M42D6Q8 (queued for 2 m 28 s) |
| |
| 2 | 2024-04-23T17:49:47.034Z | starting task 0: "setup" |
| 3 | 2024-04-23T17:49:48.298Z | ++ uname -s |
| 4 | 2024-04-23T17:49:48.298Z | + kern=SunOS |
| 5 | 2024-04-23T17:49:48.298Z | + case "$kern" in |
| 6 | 2024-04-23T17:49:48.298Z | + groupadd -g 12345 build |
| 7 | 2024-04-23T17:49:48.298Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-04-23T17:49:49.126Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-04-23T17:49:49.606Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-04-23T17:49:50.262Z | + home_fs=zfs |
| 11 | 2024-04-23T17:49:50.262Z | + [[ zfs == autofs ]] |
| 12 | 2024-04-23T17:49:50.262Z | + mkdir -p /home/build |
| 13 | 2024-04-23T17:49:50.262Z | + chown build:build /home/build /work |
| 14 | 2024-04-23T17:49:51.402Z | + chmod 0700 /home/build /work |
| 15 | 2024-04-23T17:49:51.427Z | process exited: duration 4487 ms, exit code 0 |
| |
| 16 | 2024-04-23T17:49:51.444Z | starting task 1: "rust-toolchain" |
| 17 | 2024-04-23T17:49:51.451Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-04-23T17:49:51.451Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-04-23T17:49:51.566Z | info: downloading installer |
| 20 | 2024-04-23T17:49:53.388Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-04-23T17:49:53.388Z | warning: /opt/ooce/bin |
| 22 | 2024-04-23T17:49:53.389Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-04-23T17:49:53.389Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-04-23T17:49:53.389Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-04-23T17:49:53.389Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-04-23T17:49:53.389Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-04-23T17:49:53.389Z | error: cannot install while Rust is installed |
| 28 | 2024-04-23T17:49:53.389Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-04-23T17:49:53.411Z | info: profile set to 'default' |
| 30 | 2024-04-23T17:49:53.411Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-04-23T17:49:53.411Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-04-23T17:49:53.580Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-04-23T17:49:53.580Z | info: downloading component 'cargo' |
| 34 | 2024-04-23T17:49:54.660Z | info: downloading component 'clippy' |
| 35 | 2024-04-23T17:49:54.942Z | info: downloading component 'rust-docs' |
| 36 | 2024-04-23T17:49:56.142Z | info: downloading component 'rust-std' |
| 37 | 2024-04-23T17:49:58.089Z | info: downloading component 'rustc' |
| 38 | 2024-04-23T17:50:03.714Z | info: downloading component 'rustfmt' |
| 39 | 2024-04-23T17:50:04.202Z | info: installing component 'cargo' |
| 40 | 2024-04-23T17:50:04.516Z | info: installing component 'clippy' |
| 41 | 2024-04-23T17:50:04.877Z | info: installing component 'rust-docs' |
| 42 | 2024-04-23T17:50:06.419Z | info: installing component 'rust-std' |
| 43 | 2024-04-23T17:50:08.125Z | info: installing component 'rustc' |
| 44 | 2024-04-23T17:50:12.161Z | info: installing component 'rustfmt' |
| 45 | 2024-04-23T17:50:12.502Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-04-23T17:50:12.502Z | |
| 47 | 2024-04-23T17:50:12.772Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-04-23T17:50:12.772Z | |
| 49 | 2024-04-23T17:50:12.776Z | |
| 50 | 2024-04-23T17:50:12.776Z | Rust is installed now. Great! |
| 51 | 2024-04-23T17:50:12.776Z | |
| 52 | 2024-04-23T17:50:12.776Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-04-23T17:50:12.776Z | environment variable. This has not been done automatically. |
| 54 | 2024-04-23T17:50:12.776Z | |
| 55 | 2024-04-23T17:50:12.776Z | To configure your current shell, you need to source |
| 56 | 2024-04-23T17:50:12.776Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-04-23T17:50:12.776Z | |
| 58 | 2024-04-23T17:50:12.776Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-04-23T17:50:12.776Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-04-23T17:50:12.776Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-04-23T17:50:12.852Z | + rustc --version |
| 62 | 2024-04-23T17:50:12.914Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-04-23T17:50:12.917Z | process exited: duration 21472 ms, exit code 0 |
| |
| 64 | 2024-04-23T17:50:12.930Z | starting task 2: "authentication" |
| 65 | 2024-04-23T17:50:12.949Z | process exited: duration 21 ms, exit code 0 |
| |
| 66 | 2024-04-23T17:50:12.958Z | starting task 3: "clone repository" |
| 67 | 2024-04-23T17:50:12.961Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-04-23T17:50:12.965Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-04-23T17:50:13.311Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-04-23T17:50:17.880Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-04-23T17:50:17.880Z | + git fetch origin 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
| 72 | 2024-04-23T17:50:18.227Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-04-23T17:50:18.227Z | * branch 2e887c544da19e4a6b77aecbd7f3a16312eab13d -> FETCH_HEAD |
| 74 | 2024-04-23T17:50:18.236Z | + [[ -n provision-crucible-on-active-zpools-only ]] |
| 75 | 2024-04-23T17:50:18.239Z | ++ git branch --show-current |
| 76 | 2024-04-23T17:50:18.239Z | + current=main |
| 77 | 2024-04-23T17:50:18.239Z | + [[ main != provision-crucible-on-active-zpools-only ]] |
| 78 | 2024-04-23T17:50:18.239Z | + git branch -f provision-crucible-on-active-zpools-only 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
| 79 | 2024-04-23T17:50:18.243Z | + git checkout -f provision-crucible-on-active-zpools-only |
| 80 | 2024-04-23T17:50:18.364Z | Switched to branch 'provision-crucible-on-active-zpools-only' |
| 81 | 2024-04-23T17:50:18.368Z | + git reset --hard 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
| 82 | 2024-04-23T17:50:18.493Z | HEAD is now at 2e887c544 zpool filter |
| 83 | 2024-04-23T17:50:18.497Z | process exited: duration 5536 ms, exit code 0 |
| |
| 84 | 2024-04-23T17:50:18.505Z | starting task 4: "build" |
| 85 | 2024-04-23T17:50:18.511Z | + cargo --version |
| 86 | 2024-04-23T17:50:18.515Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-04-23T17:50:18.646Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-04-23T17:50:18.646Z | info: downloading component 'cargo' |
| 89 | 2024-04-23T17:50:19.791Z | info: downloading component 'clippy' |
| 90 | 2024-04-23T17:50:19.815Z | info: downloading component 'rust-docs' |
| 91 | 2024-04-23T17:50:20.550Z | info: downloading component 'rust-std' |
| 92 | 2024-04-23T17:50:22.958Z | info: downloading component 'rustc' |
| 93 | 2024-04-23T17:50:25.790Z | info: downloading component 'rustfmt' |
| 94 | 2024-04-23T17:50:25.901Z | info: installing component 'cargo' |
| 95 | 2024-04-23T17:50:26.704Z | info: installing component 'clippy' |
| 96 | 2024-04-23T17:50:27.037Z | info: installing component 'rust-docs' |
| 97 | 2024-04-23T17:50:28.500Z | info: installing component 'rust-std' |
| 98 | 2024-04-23T17:50:30.202Z | info: installing component 'rustc' |
| 99 | 2024-04-23T17:50:34.197Z | info: installing component 'rustfmt' |
| 100 | 2024-04-23T17:50:34.589Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-04-23T17:50:34.594Z | + rustc --version |
| 102 | 2024-04-23T17:50:34.650Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-04-23T17:50:34.653Z | + source ./env.sh |
| 104 | 2024-04-23T17:50:34.653Z | ++ set -o xtrace |
| 105 | 2024-04-23T17:50:34.657Z | ++++ dirname ./env.sh |
| 106 | 2024-04-23T17:50:34.692Z | +++ readlink -f . |
| 107 | 2024-04-23T17:50:34.757Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2024-04-23T17:50:34.757Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2024-04-23T17:50:34.757Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2024-04-23T17:50:34.757Z | ++ 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 |
| 111 | 2024-04-23T17:50:34.757Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2024-04-23T17:50:34.761Z | ++ 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 |
| 113 | 2024-04-23T17:50:34.762Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2024-04-23T17:50:34.762Z | ++ 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 |
| 115 | 2024-04-23T17:50:34.762Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2024-04-23T17:50:34.762Z | ++ unset OMICRON_WS |
| 117 | 2024-04-23T17:50:34.762Z | ++ set +o xtrace |
| 118 | 2024-04-23T17:50:34.762Z | |
| 119 | 2024-04-23T17:50:34.762Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2024-04-23T17:50:34.762Z | # # # # # # # # # # # # # # # |
| 121 | 2024-04-23T17:50:34.762Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2024-04-23T17:50:34.762Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2024-04-23T17:50:34.762Z | # # # # # # # # # # # # # # # |
| 124 | 2024-04-23T17:50:34.762Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2024-04-23T17:50:34.762Z | |
| 126 | 2024-04-23T17:50:42.851Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 127 | 2024-04-23T17:50:44.561Z | Startup: Caching catalogs ... Done |
| 128 | 2024-04-23T17:50:46.975Z | Planning: Solver setup ... Done (1.952s) |
| 129 | 2024-04-23T17:50:47.014Z | Planning: Running solver ... Done (0.041s) |
| 130 | 2024-04-23T17:50:47.232Z | Planning: Finding local manifests ... Done (0.185s) |
| 131 | 2024-04-23T17:50:47.245Z | Planning: Fetching manifests: 0/4 0% complete |
| 132 | 2024-04-23T17:50:47.523Z | Planning: Fetching manifests: 4/4 100% complete |
| 133 | 2024-04-23T17:50:47.571Z | Planning: Package planning ... Done (0.048s) |
| 134 | 2024-04-23T17:50:47.623Z | Planning: Merging actions ... Done (0.051s) |
| 135 | 2024-04-23T17:50:48.042Z | Planning: Checking for conflicting actions ... Done (0.419s) |
| 136 | 2024-04-23T17:50:48.053Z | Planning: Consolidating action changes ... Done (0.011s) |
| 137 | 2024-04-23T17:50:54.165Z | Planning: Evaluating mediators ... Done (6.110s) |
| 138 | 2024-04-23T17:50:54.174Z | Planning: Planning completed in 9.55 seconds |
| 139 | 2024-04-23T17:50:54.188Z | Packages to install: 4 |
| 140 | 2024-04-23T17:50:54.188Z | Mediators to change: 2 |
| 141 | 2024-04-23T17:50:54.188Z | Services to change: 1 |
| 142 | 2024-04-23T17:50:54.193Z | Estimated space available: 155.32 GB |
| 143 | 2024-04-23T17:50:54.193Z | Estimated space to be consumed: 1.44 GB |
| 144 | 2024-04-23T17:50:54.193Z | Create boot environment: No |
| 145 | 2024-04-23T17:50:54.193Z | Create backup boot environment: No |
| 146 | 2024-04-23T17:50:54.193Z | Rebuild boot archive: No |
| 147 | 2024-04-23T17:50:54.193Z | |
| 148 | 2024-04-23T17:50:54.193Z | Changed mediators: |
| 149 | 2024-04-23T17:50:54.193Z | mediator clang: |
| 150 | 2024-04-23T17:50:54.193Z | version: None -> 15 (system default) |
| 151 | 2024-04-23T17:50:54.193Z | |
| 152 | 2024-04-23T17:50:54.193Z | mediator llvm: |
| 153 | 2024-04-23T17:50:54.193Z | version: 14 (system default) -> 15 (system default) |
| 154 | 2024-04-23T17:50:54.193Z | |
| 155 | 2024-04-23T17:50:54.193Z | Changed packages: |
| 156 | 2024-04-23T17:50:54.193Z | helios-dev |
| 157 | 2024-04-23T17:50:54.193Z | developer/build-essential |
| 158 | 2024-04-23T17:50:54.193Z | None -> 11-2.0 |
| 159 | 2024-04-23T17:50:54.194Z | library/libxmlsec1 |
| 160 | 2024-04-23T17:50:54.194Z | None -> 1.2.35-2.0 |
| 161 | 2024-04-23T17:50:54.194Z | ooce/developer/clang-15 |
| 162 | 2024-04-23T17:50:54.194Z | None -> 15.0.7-2.0 |
| 163 | 2024-04-23T17:50:54.194Z | ooce/developer/llvm-15 |
| 164 | 2024-04-23T17:50:54.194Z | None -> 15.0.7-2.0 |
| 165 | 2024-04-23T17:50:54.194Z | |
| 166 | 2024-04-23T17:50:54.194Z | Services: |
| 167 | 2024-04-23T17:50:54.194Z | restart_fmri: |
| 168 | 2024-04-23T17:50:54.194Z | svc:/system/update-man-index:default |
| 169 | 2024-04-23T17:50:54.264Z | |
| 170 | 2024-04-23T17:50:54.264Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 171 | 2024-04-23T17:50:59.327Z | Download: 933/3290 items 19.0/212.6MB 8% complete (4.0M/s) |
| 172 | 2024-04-23T17:51:04.351Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
| 173 | 2024-04-23T17:51:09.355Z | Download: 2173/3290 items 119.0/212.6MB 55% complete (10.0M/s) |
| 174 | 2024-04-23T17:51:14.363Z | Download: 2860/3290 items 121.1/212.6MB 56% complete (3.8M/s) |
| 175 | 2024-04-23T17:51:19.432Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (9.3M/s) |
| 176 | 2024-04-23T17:51:19.458Z | Download: Completed 212.60 MB in 25.19 seconds (8.4M/s) |
| 177 | 2024-04-23T17:51:20.092Z | Actions: 1/3689 actions (Installing new actions) |
| 178 | 2024-04-23T17:51:25.114Z | Actions: 3548/3689 actions (Installing new actions) |
| 179 | 2024-04-23T17:51:26.072Z | Actions: Completed 3689 actions in 5.98 seconds. |
| 180 | 2024-04-23T17:51:26.280Z | Done (0.204s) |
| 181 | 2024-04-23T17:51:26.280Z | Done (0.000s) |
| 182 | 2024-04-23T17:51:26.549Z | Done (0.268s) |
| 183 | 2024-04-23T17:51:33.241Z | Done (6.548s) |
| 184 | 2024-04-23T17:51:33.538Z | Done (0.228s) |
| 185 | 2024-04-23T17:51:33.542Z | Done (0.000s) |
| 186 | 2024-04-23T17:51:33.684Z | Done (0.000s) |
| 187 | 2024-04-23T17:51:34.210Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2024-04-23T17:51:34.369Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-04-23T17:51:34.373Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-04-23T17:51:34.635Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-04-23T17:51:34.639Z | Planning: Planning completed in 0.43 seconds |
| 192 | 2024-04-23T17:51:34.667Z | Mediators to change: 2 |
| 193 | 2024-04-23T17:51:34.667Z | Create boot environment: No |
| 194 | 2024-04-23T17:51:34.668Z | Create backup boot environment: No |
| 195 | 2024-04-23T17:51:34.741Z | Done |
| 196 | 2024-04-23T17:51:34.741Z | Done |
| 197 | 2024-04-23T17:51:34.895Z | Done |
| 198 | 2024-04-23T17:51:38.458Z | Done |
| 199 | 2024-04-23T17:51:38.544Z | Done |
| 200 | 2024-04-23T17:51:38.548Z | Done |
| 201 | 2024-04-23T17:51:38.634Z | Done |
| 202 | 2024-04-23T17:51:39.265Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2024-04-23T17:51:39.269Z | Planning: Merging actions ... Done |
| 204 | 2024-04-23T17:51:39.454Z | Planning: Checking for conflicting actions ... Done |
| 205 | 2024-04-23T17:51:39.458Z | Planning: Consolidating action changes ... Done |
| 206 | 2024-04-23T17:51:39.720Z | Planning: Evaluating mediators ... Done |
| 207 | 2024-04-23T17:51:39.774Z | Planning: Planning completed in 0.78 seconds |
| 208 | 2024-04-23T17:51:39.808Z | Packages to change: 1 |
| 209 | 2024-04-23T17:51:39.808Z | Mediators to change: 1 |
| 210 | 2024-04-23T17:51:39.808Z | Services to change: 1 |
| 211 | 2024-04-23T17:51:39.812Z | Create boot environment: No |
| 212 | 2024-04-23T17:51:39.812Z | Create backup boot environment: Yes |
| 213 | 2024-04-23T17:51:41.632Z | Actions: 1/6 actions (Updating modified actions) |
| 214 | 2024-04-23T17:51:41.635Z | Actions: Completed 6 actions in 0.00 seconds. |
| 215 | 2024-04-23T17:51:41.636Z | Done |
| 216 | 2024-04-23T17:51:41.636Z | Done |
| 217 | 2024-04-23T17:51:41.691Z | Done |
| 218 | 2024-04-23T17:51:45.232Z | Done |
| 219 | 2024-04-23T17:51:45.316Z | Done |
| 220 | 2024-04-23T17:51:45.316Z | Done |
| 221 | 2024-04-23T17:51:45.426Z | Done |
| 222 | 2024-04-23T17:51:45.851Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 223 | 2024-04-23T17:51:45.851Z | clang system 15 system |
| 224 | 2024-04-23T17:51:45.851Z | csh system system illumos |
| 225 | 2024-04-23T17:51:45.851Z | ctags system system illumos |
| 226 | 2024-04-23T17:51:45.851Z | gcc vendor 12 vendor |
| 227 | 2024-04-23T17:51:45.851Z | gcc system 10 system |
| 228 | 2024-04-23T17:51:45.852Z | gcc system 7 system |
| 229 | 2024-04-23T17:51:45.852Z | go system 1.20 system |
| 230 | 2024-04-23T17:51:45.852Z | go system 1.19 system |
| 231 | 2024-04-23T17:51:45.852Z | llvm system 15 system |
| 232 | 2024-04-23T17:51:45.852Z | llvm system 14 system |
| 233 | 2024-04-23T17:51:45.852Z | mariadb system 10.6 system |
| 234 | 2024-04-23T17:51:45.852Z | mta vendor vendor dma |
| 235 | 2024-04-23T17:51:45.852Z | openjdk system 17 system |
| 236 | 2024-04-23T17:51:45.852Z | openjdk system 11 system |
| 237 | 2024-04-23T17:51:45.852Z | openjdk system 1.8 system |
| 238 | 2024-04-23T17:51:45.852Z | openssl vendor 3 vendor |
| 239 | 2024-04-23T17:51:45.852Z | perl system 5.36 system |
| 240 | 2024-04-23T17:51:45.852Z | postgresql system 15 system |
| 241 | 2024-04-23T17:51:45.852Z | postgresql system 13 system |
| 242 | 2024-04-23T17:51:45.852Z | python vendor 3 vendor |
| 243 | 2024-04-23T17:51:45.852Z | python system 2 system |
| 244 | 2024-04-23T17:51:45.852Z | python3 system 3.11 system |
| 245 | 2024-04-23T17:51:45.852Z | ruby system 3.0 system |
| 246 | 2024-04-23T17:51:45.852Z | words vendor vendor american-english |
| 247 | 2024-04-23T17:51:45.852Z | words system system australian-english |
| 248 | 2024-04-23T17:51:45.852Z | words system system british-english |
| 249 | 2024-04-23T17:51:45.852Z | words system system canadian-english |
| 250 | 2024-04-23T17:51:45.853Z | words system system french |
| 251 | 2024-04-23T17:51:45.853Z | words system system italian |
| 252 | 2024-04-23T17:51:45.853Z | words system system ngerman |
| 253 | 2024-04-23T17:51:45.853Z | words system system ogerman |
| 254 | 2024-04-23T17:51:45.853Z | words system system spanish |
| 255 | 2024-04-23T17:51:46.174Z | PUBLISHER TYPE STATUS P LOCATION |
| 256 | 2024-04-23T17:51:46.174Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 257 | 2024-04-23T17:51:47.488Z | FMRI IFO |
| 258 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 259 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 260 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 261 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 262 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 263 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 264 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 265 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 266 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 267 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 268 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 269 | 2024-04-23T17:51:47.489Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 270 | 2024-04-23T17:51:47.738Z | + set -o errexit |
| 271 | 2024-04-23T17:51:47.742Z | +++ dirname ./tools/ci_download_cockroachdb |
| 272 | 2024-04-23T17:51:47.742Z | ++ cd ./tools |
| 273 | 2024-04-23T17:51:47.742Z | ++ pwd |
| 274 | 2024-04-23T17:51:47.742Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 275 | 2024-04-23T17:51:47.742Z | ++ basename ./tools/ci_download_cockroachdb |
| 276 | 2024-04-23T17:51:47.742Z | + ARG0=ci_download_cockroachdb |
| 277 | 2024-04-23T17:51:47.746Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 278 | 2024-04-23T17:51:47.746Z | + CIDL_VERSION=v22.1.9 |
| 279 | 2024-04-23T17:51:47.746Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 280 | 2024-04-23T17:51:47.746Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 281 | 2024-04-23T17:51:47.746Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 282 | 2024-04-23T17:51:47.746Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 283 | 2024-04-23T17:51:47.746Z | + TARGET_DIR=out |
| 284 | 2024-04-23T17:51:47.746Z | + DOWNLOAD_DIR=out/downloads |
| 285 | 2024-04-23T17:51:47.747Z | + DEST_DIR=./out/cockroachdb |
| 286 | 2024-04-23T17:51:47.747Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 287 | 2024-04-23T17:51:47.747Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 288 | 2024-04-23T17:51:47.747Z | + main |
| 289 | 2024-04-23T17:51:47.747Z | + [[ 0 != 0 ]] |
| 290 | 2024-04-23T17:51:47.747Z | + CIDL_OS=solaris2.11 |
| 291 | 2024-04-23T17:51:47.747Z | + [[ 0 != 0 ]] |
| 292 | 2024-04-23T17:51:47.747Z | + configure_os solaris2.11 |
| 293 | 2024-04-23T17:51:47.747Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 294 | 2024-04-23T17:51:47.747Z | current directory: /work/oxidecomputer/omicron |
| 295 | 2024-04-23T17:51:47.747Z | configuring based on OS: "solaris2.11" |
| 296 | 2024-04-23T17:51:47.747Z | + echo 'configuring based on OS: "solaris2.11"' |
| 297 | 2024-04-23T17:51:47.747Z | + case "$1" in |
| 298 | 2024-04-23T17:51:47.747Z | + CIDL_BUILD=illumos |
| 299 | 2024-04-23T17:51:47.747Z | + CIDL_SUFFIX=tar.gz |
| 300 | 2024-04-23T17:51:47.747Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 301 | 2024-04-23T17:51:47.747Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 302 | 2024-04-23T17:51:47.747Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 303 | 2024-04-23T17:51:47.747Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 304 | 2024-04-23T17:51:47.747Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 305 | 2024-04-23T17:51:47.747Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2024-04-23T17:51:47.747Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 307 | 2024-04-23T17:51:47.748Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 308 | 2024-04-23T17:51:47.748Z | + CIDL_SHA256FUNC=do_sha256sum |
| 309 | 2024-04-23T17:51:47.748Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-04-23T17:51:47.748Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 311 | 2024-04-23T17:51:47.748Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 312 | 2024-04-23T17:51:47.748Z | + mkdir -p out/downloads |
| 313 | 2024-04-23T17:51:47.748Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 314 | 2024-04-23T17:51:47.751Z | + mkdir -p ./out/cockroachdb |
| 315 | 2024-04-23T17:51:47.751Z | + local DO_DOWNLOAD=true |
| 316 | 2024-04-23T17:51:47.751Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 317 | 2024-04-23T17:51:47.752Z | + '[' true == true ']' |
| 318 | 2024-04-23T17:51:47.752Z | + echo Downloading... |
| 319 | 2024-04-23T17:51:47.752Z | Downloading... |
| 320 | 2024-04-23T17:51:47.752Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 321 | 2024-04-23T17:51:47.752Z | + 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 |
| 322 | 2024-04-23T17:51:50.338Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 323 | 2024-04-23T17:51:50.342Z | ++ sha256sum |
| 324 | 2024-04-23T17:51:50.342Z | ++ awk '{print $1}' |
| 325 | 2024-04-23T17:51:50.549Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 326 | 2024-04-23T17:51:50.549Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 327 | 2024-04-23T17:51:50.553Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 328 | 2024-04-23T17:51:50.553Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 329 | 2024-04-23T17:51:52.723Z | + do_assemble_illumos |
| 330 | 2024-04-23T17:51:52.727Z | + rm -r ./out/cockroachdb |
| 331 | 2024-04-23T17:51:52.727Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 332 | 2024-04-23T17:51:53.164Z | + ./out/cockroachdb/bin/cockroach version |
| 333 | 2024-04-23T17:51:53.338Z | Build Tag: v22.1.9-dirty |
| 334 | 2024-04-23T17:51:53.338Z | Build Time: 2022/10/26 21:17:46 |
| 335 | 2024-04-23T17:51:53.338Z | Distribution: OSS |
| 336 | 2024-04-23T17:51:53.338Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 337 | 2024-04-23T17:51:53.338Z | Go Version: go1.17.13 |
| 338 | 2024-04-23T17:51:53.338Z | C Compiler: gcc 10.3.0 |
| 339 | 2024-04-23T17:51:53.338Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 340 | 2024-04-23T17:51:53.338Z | Build Type: release |
| 341 | 2024-04-23T17:51:53.355Z | + set -o errexit |
| 342 | 2024-04-23T17:51:53.359Z | +++ dirname ./tools/ci_download_clickhouse |
| 343 | 2024-04-23T17:51:53.359Z | ++ cd ./tools |
| 344 | 2024-04-23T17:51:53.362Z | ++ pwd |
| 345 | 2024-04-23T17:51:53.362Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 346 | 2024-04-23T17:51:53.362Z | ++ basename ./tools/ci_download_clickhouse |
| 347 | 2024-04-23T17:51:53.362Z | + ARG0=ci_download_clickhouse |
| 348 | 2024-04-23T17:51:53.363Z | + TARGET_DIR=out |
| 349 | 2024-04-23T17:51:53.363Z | + DOWNLOAD_DIR=out/downloads |
| 350 | 2024-04-23T17:51:53.363Z | + DEST_DIR=./out/clickhouse |
| 351 | 2024-04-23T17:51:53.368Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 352 | 2024-04-23T17:51:53.368Z | + CIDL_VERSION=v23.8.7.24 |
| 353 | 2024-04-23T17:51:53.368Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 354 | 2024-04-23T17:51:53.368Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 355 | 2024-04-23T17:51:53.368Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 356 | 2024-04-23T17:51:53.369Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 357 | 2024-04-23T17:51:53.369Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 358 | 2024-04-23T17:51:53.369Z | + main |
| 359 | 2024-04-23T17:51:53.369Z | + [[ 0 != 0 ]] |
| 360 | 2024-04-23T17:51:53.369Z | + CIDL_OS=solaris2.11 |
| 361 | 2024-04-23T17:51:53.369Z | + [[ 0 != 0 ]] |
| 362 | 2024-04-23T17:51:53.369Z | + configure_os solaris2.11 |
| 363 | 2024-04-23T17:51:53.369Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 364 | 2024-04-23T17:51:53.369Z | current directory: /work/oxidecomputer/omicron |
| 365 | 2024-04-23T17:51:53.369Z | + echo 'configuring based on OS: "solaris2.11"' |
| 366 | 2024-04-23T17:51:53.369Z | + CIDL_DASHREV= |
| 367 | 2024-04-23T17:51:53.369Z | + case "$1" in |
| 368 | 2024-04-23T17:51:53.369Z | configuring based on OS: "solaris2.11" |
| 369 | 2024-04-23T17:51:53.369Z | + CIDL_PLATFORM=illumos |
| 370 | 2024-04-23T17:51:53.369Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 371 | 2024-04-23T17:51:53.369Z | + CIDL_MD5FUNC=do_md5sum |
| 372 | 2024-04-23T17:51:53.369Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 373 | 2024-04-23T17:51:53.369Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 374 | 2024-04-23T17:51:53.369Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 375 | 2024-04-23T17:51:53.369Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 376 | 2024-04-23T17:51:53.369Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 377 | 2024-04-23T17:51:53.369Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 378 | 2024-04-23T17:51:53.369Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 379 | 2024-04-23T17:51:53.370Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 380 | 2024-04-23T17:51:53.370Z | + mkdir -p out/downloads |
| 381 | 2024-04-23T17:51:53.373Z | + mkdir -p ./out/clickhouse |
| 382 | 2024-04-23T17:51:53.373Z | + local DO_DOWNLOAD=true |
| 383 | 2024-04-23T17:51:53.373Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 384 | 2024-04-23T17:51:53.373Z | + '[' true == true ']' |
| 385 | 2024-04-23T17:51:53.373Z | + echo Downloading... |
| 386 | 2024-04-23T17:51:53.374Z | Downloading... |
| 387 | 2024-04-23T17:51:53.374Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 388 | 2024-04-23T17:51:53.374Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 389 | 2024-04-23T17:51:55.301Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 390 | 2024-04-23T17:51:55.304Z | ++ md5sum |
| 391 | 2024-04-23T17:51:55.304Z | ++ awk '{print $1}' |
| 392 | 2024-04-23T17:51:55.523Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 393 | 2024-04-23T17:51:55.523Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
| 394 | 2024-04-23T17:51:55.523Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 395 | 2024-04-23T17:51:55.529Z | + mkdir -p ./out/clickhouse |
| 396 | 2024-04-23T17:51:55.529Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 397 | 2024-04-23T17:51:59.309Z | + [[ solaris2.11 == darwin* ]] |
| 398 | 2024-04-23T17:51:59.310Z | + ./out/clickhouse/clickhouse server --version |
| 399 | 2024-04-23T17:51:59.916Z | ClickHouse server version 23.8.7.1. |
| 400 | 2024-04-23T17:51:59.936Z | + set -o errexit |
| 401 | 2024-04-23T17:51:59.940Z | +++ dirname ./tools/ci_download_console |
| 402 | 2024-04-23T17:51:59.940Z | ++ cd ./tools |
| 403 | 2024-04-23T17:51:59.940Z | ++ pwd |
| 404 | 2024-04-23T17:51:59.940Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 405 | 2024-04-23T17:51:59.944Z | ++ basename ./tools/ci_download_console |
| 406 | 2024-04-23T17:51:59.944Z | + ARG0=ci_download_console |
| 407 | 2024-04-23T17:51:59.944Z | + TARGET_DIR=out |
| 408 | 2024-04-23T17:51:59.944Z | + DOWNLOAD_DIR=out/downloads |
| 409 | 2024-04-23T17:51:59.944Z | + DEST_DIR=./out/console-assets |
| 410 | 2024-04-23T17:51:59.944Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 411 | 2024-04-23T17:51:59.944Z | ++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436 |
| 412 | 2024-04-23T17:51:59.944Z | ++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
| 413 | 2024-04-23T17:51:59.944Z | + URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
| 414 | 2024-04-23T17:51:59.944Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 415 | 2024-04-23T17:51:59.944Z | + main |
| 416 | 2024-04-23T17:51:59.944Z | + [[ 0 != 0 ]] |
| 417 | 2024-04-23T17:51:59.944Z | + echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz' |
| 418 | 2024-04-23T17:51:59.944Z | URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
| 419 | 2024-04-23T17:51:59.944Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 420 | 2024-04-23T17:51:59.944Z | Local file: out/downloads/console.tar.gz |
| 421 | 2024-04-23T17:51:59.945Z | + local DO_DOWNLOAD=true |
| 422 | 2024-04-23T17:51:59.945Z | + [[ -f out/downloads/console.tar.gz ]] |
| 423 | 2024-04-23T17:51:59.945Z | + mkdir -p out/downloads |
| 424 | 2024-04-23T17:51:59.951Z | + '[' true == true ']' |
| 425 | 2024-04-23T17:51:59.951Z | + echo Downloading... |
| 426 | 2024-04-23T17:51:59.951Z | Downloading... |
| 427 | 2024-04-23T17:51:59.951Z | + do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz |
| 428 | 2024-04-23T17:51:59.952Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
| 429 | 2024-04-23T17:52:00.729Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 430 | 2024-04-23T17:52:00.729Z | ++ case "$OSTYPE" in |
| 431 | 2024-04-23T17:52:00.729Z | ++ SHA=sha256sum |
| 432 | 2024-04-23T17:52:00.733Z | ++ sha256sum |
| 433 | 2024-04-23T17:52:00.733Z | ++ awk '{print $1}' |
| 434 | 2024-04-23T17:52:00.737Z | + calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
| 435 | 2024-04-23T17:52:00.741Z | + [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]] |
| 436 | 2024-04-23T17:52:00.741Z | + rm -rf ./out/console-assets |
| 437 | 2024-04-23T17:52:00.741Z | + mkdir -p ./out/console-assets |
| 438 | 2024-04-23T17:52:00.745Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 439 | 2024-04-23T17:52:00.745Z | + mkdir -p ./out/console-assets |
| 440 | 2024-04-23T17:52:00.745Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 441 | 2024-04-23T17:52:00.837Z | + set -o errexit |
| 442 | 2024-04-23T17:52:00.841Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 443 | 2024-04-23T17:52:00.842Z | ++ cd ./tools |
| 444 | 2024-04-23T17:52:00.842Z | ++ pwd |
| 445 | 2024-04-23T17:52:00.842Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 446 | 2024-04-23T17:52:00.842Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 447 | 2024-04-23T17:52:00.842Z | + ARG0=ci_download_maghemite_openapi |
| 448 | 2024-04-23T17:52:00.842Z | + TARGET_DIR=out |
| 449 | 2024-04-23T17:52:00.842Z | + DOWNLOAD_DIR=out/downloads |
| 450 | 2024-04-23T17:52:00.842Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 451 | 2024-04-23T17:52:00.842Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 452 | 2024-04-23T17:52:00.842Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 453 | 2024-04-23T17:52:00.842Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 454 | 2024-04-23T17:52:00.842Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 455 | 2024-04-23T17:52:00.842Z | + main |
| 456 | 2024-04-23T17:52:00.842Z | + rm -rf out/downloads/root |
| 457 | 2024-04-23T17:52:00.846Z | + [[ 0 != 0 ]] |
| 458 | 2024-04-23T17:52:00.846Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
| 459 | 2024-04-23T17:52:00.846Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 460 | 2024-04-23T17:52:00.846Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 461 | 2024-04-23T17:52:00.846Z | + local DO_DOWNLOAD=true |
| 462 | 2024-04-23T17:52:00.846Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 463 | 2024-04-23T17:52:00.846Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 464 | 2024-04-23T17:52:00.846Z | + mkdir -p out/downloads |
| 465 | 2024-04-23T17:52:00.846Z | + '[' true == true ']' |
| 466 | 2024-04-23T17:52:00.847Z | + echo Downloading... |
| 467 | 2024-04-23T17:52:00.847Z | Downloading... |
| 468 | 2024-04-23T17:52:00.847Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 469 | 2024-04-23T17:52:00.847Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 470 | 2024-04-23T17:52:01.057Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 471 | 2024-04-23T17:52:01.057Z | ++ case "$OSTYPE" in |
| 472 | 2024-04-23T17:52:01.057Z | ++ SHA=sha256sum |
| 473 | 2024-04-23T17:52:01.061Z | ++ sha256sum |
| 474 | 2024-04-23T17:52:01.061Z | ++ awk '{print $1}' |
| 475 | 2024-04-23T17:52:01.064Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 476 | 2024-04-23T17:52:01.064Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
| 477 | 2024-04-23T17:52:01.064Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 478 | 2024-04-23T17:52:01.065Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 479 | 2024-04-23T17:52:01.065Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 480 | 2024-04-23T17:52:01.065Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 481 | 2024-04-23T17:52:01.065Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 482 | 2024-04-23T17:52:01.065Z | + main |
| 483 | 2024-04-23T17:52:01.065Z | + rm -rf out/downloads/root |
| 484 | 2024-04-23T17:52:01.065Z | + [[ 0 != 0 ]] |
| 485 | 2024-04-23T17:52:01.065Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
| 486 | 2024-04-23T17:52:01.065Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 487 | 2024-04-23T17:52:01.065Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 488 | 2024-04-23T17:52:01.065Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 489 | 2024-04-23T17:52:01.065Z | + local DO_DOWNLOAD=true |
| 490 | 2024-04-23T17:52:01.065Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 491 | 2024-04-23T17:52:01.065Z | + mkdir -p out/downloads |
| 492 | 2024-04-23T17:52:01.069Z | + '[' true == true ']' |
| 493 | 2024-04-23T17:52:01.069Z | + echo Downloading... |
| 494 | 2024-04-23T17:52:01.069Z | Downloading... |
| 495 | 2024-04-23T17:52:01.069Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 496 | 2024-04-23T17:52:01.069Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 497 | 2024-04-23T17:52:01.179Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 498 | 2024-04-23T17:52:01.183Z | ++ case "$OSTYPE" in |
| 499 | 2024-04-23T17:52:01.183Z | ++ SHA=sha256sum |
| 500 | 2024-04-23T17:52:01.183Z | ++ sha256sum |
| 501 | 2024-04-23T17:52:01.183Z | ++ awk '{print $1}' |
| 502 | 2024-04-23T17:52:01.187Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 503 | 2024-04-23T17:52:01.187Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
| 504 | 2024-04-23T17:52:01.191Z | + set -o errexit |
| 505 | 2024-04-23T17:52:01.195Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 506 | 2024-04-23T17:52:01.195Z | ++ cd ./tools |
| 507 | 2024-04-23T17:52:01.195Z | ++ pwd |
| 508 | 2024-04-23T17:52:01.199Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 509 | 2024-04-23T17:52:01.199Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 510 | 2024-04-23T17:52:01.199Z | + ARG0=ci_download_dendrite_openapi |
| 511 | 2024-04-23T17:52:01.199Z | + TARGET_DIR=out |
| 512 | 2024-04-23T17:52:01.199Z | + DOWNLOAD_DIR=out/downloads |
| 513 | 2024-04-23T17:52:01.199Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 514 | 2024-04-23T17:52:01.199Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 515 | 2024-04-23T17:52:01.199Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 516 | 2024-04-23T17:52:01.199Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 517 | 2024-04-23T17:52:01.199Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 518 | 2024-04-23T17:52:01.199Z | + main |
| 519 | 2024-04-23T17:52:01.199Z | + [[ 0 != 0 ]] |
| 520 | 2024-04-23T17:52:01.200Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
| 521 | 2024-04-23T17:52:01.200Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
| 522 | 2024-04-23T17:52:01.200Z | + local DO_DOWNLOAD=true |
| 523 | 2024-04-23T17:52:01.200Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 524 | 2024-04-23T17:52:01.200Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 525 | 2024-04-23T17:52:01.200Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
| 526 | 2024-04-23T17:52:01.200Z | + mkdir -p out/downloads |
| 527 | 2024-04-23T17:52:01.204Z | + '[' true == true ']' |
| 528 | 2024-04-23T17:52:01.204Z | + echo Downloading... |
| 529 | 2024-04-23T17:52:01.204Z | Downloading... |
| 530 | 2024-04-23T17:52:01.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 531 | 2024-04-23T17:52:01.204Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 532 | 2024-04-23T17:52:01.316Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 533 | 2024-04-23T17:52:01.320Z | ++ case "$OSTYPE" in |
| 534 | 2024-04-23T17:52:01.320Z | ++ SHA=sha256sum |
| 535 | 2024-04-23T17:52:01.320Z | ++ sha256sum |
| 536 | 2024-04-23T17:52:01.320Z | ++ awk '{print $1}' |
| 537 | 2024-04-23T17:52:01.325Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 538 | 2024-04-23T17:52:01.325Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
| 539 | 2024-04-23T17:52:01.330Z | + set -o errexit |
| 540 | 2024-04-23T17:52:01.334Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 541 | 2024-04-23T17:52:01.334Z | ++ cd ./tools |
| 542 | 2024-04-23T17:52:01.334Z | ++ pwd |
| 543 | 2024-04-23T17:52:01.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 544 | 2024-04-23T17:52:01.334Z | ++ basename ./tools/ci_download_dendrite_stub |
| 545 | 2024-04-23T17:52:01.339Z | + ARG0=ci_download_dendrite_stub |
| 546 | 2024-04-23T17:52:01.339Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 547 | 2024-04-23T17:52:01.339Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 548 | 2024-04-23T17:52:01.339Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
| 549 | 2024-04-23T17:52:01.339Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
| 550 | 2024-04-23T17:52:01.339Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 551 | 2024-04-23T17:52:01.339Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 552 | 2024-04-23T17:52:01.339Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 553 | 2024-04-23T17:52:01.339Z | + TARGET_DIR=out |
| 554 | 2024-04-23T17:52:01.339Z | + DOWNLOAD_DIR=out/downloads |
| 555 | 2024-04-23T17:52:01.339Z | + DEST_DIR=./out/dendrite-stub |
| 556 | 2024-04-23T17:52:01.339Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 557 | 2024-04-23T17:52:01.339Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 558 | 2024-04-23T17:52:01.339Z | + REPO=oxidecomputer/dendrite |
| 559 | 2024-04-23T17:52:01.339Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 560 | 2024-04-23T17:52:01.339Z | + main |
| 561 | 2024-04-23T17:52:01.340Z | + [[ 0 != 0 ]] |
| 562 | 2024-04-23T17:52:01.340Z | + CIDL_OS=solaris2.11 |
| 563 | 2024-04-23T17:52:01.340Z | + [[ 0 != 0 ]] |
| 564 | 2024-04-23T17:52:01.340Z | + configure_os solaris2.11 |
| 565 | 2024-04-23T17:52:01.340Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 566 | 2024-04-23T17:52:01.340Z | current directory: /work/oxidecomputer/omicron |
| 567 | 2024-04-23T17:52:01.340Z | + echo 'configuring based on OS: "solaris2.11"' |
| 568 | 2024-04-23T17:52:01.340Z | + case "$1" in |
| 569 | 2024-04-23T17:52:01.340Z | configuring based on OS: "solaris2.11" |
| 570 | 2024-04-23T17:52:01.340Z | + SET_BINARIES= |
| 571 | 2024-04-23T17:52:01.340Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 572 | 2024-04-23T17:52:01.340Z | + CIDL_SHA256FUNC=do_sha256sum |
| 573 | 2024-04-23T17:52:01.340Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 574 | 2024-04-23T17:52:01.340Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 575 | 2024-04-23T17:52:01.340Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 576 | 2024-04-23T17:52:01.340Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
| 577 | 2024-04-23T17:52:01.340Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 578 | 2024-04-23T17:52:01.340Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 579 | 2024-04-23T17:52:01.340Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 580 | 2024-04-23T17:52:01.340Z | + mkdir -p out/downloads |
| 581 | 2024-04-23T17:52:01.340Z | + mkdir -p ./out/dendrite-stub |
| 582 | 2024-04-23T17:52:01.344Z | + fetch_and_verify |
| 583 | 2024-04-23T17:52:01.344Z | + local DO_DOWNLOAD=true |
| 584 | 2024-04-23T17:52:01.344Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 585 | 2024-04-23T17:52:01.345Z | + '[' true == true ']' |
| 586 | 2024-04-23T17:52:01.345Z | + echo Downloading... |
| 587 | 2024-04-23T17:52:01.345Z | Downloading... |
| 588 | 2024-04-23T17:52:01.345Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 589 | 2024-04-23T17:52:01.345Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 590 | 2024-04-23T17:52:05.474Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 591 | 2024-04-23T17:52:05.477Z | ++ sha256sum |
| 592 | 2024-04-23T17:52:05.477Z | ++ awk '{print $1}' |
| 593 | 2024-04-23T17:52:05.494Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 594 | 2024-04-23T17:52:05.497Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
| 595 | 2024-04-23T17:52:05.497Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 596 | 2024-04-23T17:52:05.497Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 597 | 2024-04-23T17:52:06.091Z | + do_assemble |
| 598 | 2024-04-23T17:52:06.091Z | + rm -r ./out/dendrite-stub |
| 599 | 2024-04-23T17:52:06.094Z | + mkdir ./out/dendrite-stub |
| 600 | 2024-04-23T17:52:06.095Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 601 | 2024-04-23T17:52:06.176Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 602 | 2024-04-23T17:52:06.186Z | + set -o errexit |
| 603 | 2024-04-23T17:52:06.190Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 604 | 2024-04-23T17:52:06.190Z | ++ cd ./tools |
| 605 | 2024-04-23T17:52:06.194Z | ++ pwd |
| 606 | 2024-04-23T17:52:06.194Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 607 | 2024-04-23T17:52:06.194Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 608 | 2024-04-23T17:52:06.194Z | + ARG0=ci_download_maghemite_mgd |
| 609 | 2024-04-23T17:52:06.194Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 610 | 2024-04-23T17:52:06.194Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 611 | 2024-04-23T17:52:06.194Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
| 612 | 2024-04-23T17:52:06.194Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 613 | 2024-04-23T17:52:06.194Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 614 | 2024-04-23T17:52:06.194Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 615 | 2024-04-23T17:52:06.194Z | + TARGET_DIR=out |
| 616 | 2024-04-23T17:52:06.194Z | + DOWNLOAD_DIR=out/downloads |
| 617 | 2024-04-23T17:52:06.195Z | + DEST_DIR=./out/mgd |
| 618 | 2024-04-23T17:52:06.195Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 619 | 2024-04-23T17:52:06.195Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 620 | 2024-04-23T17:52:06.195Z | + REPO=oxidecomputer/maghemite |
| 621 | 2024-04-23T17:52:06.195Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
| 622 | 2024-04-23T17:52:06.195Z | + main |
| 623 | 2024-04-23T17:52:06.195Z | + rm -rf out/downloads/root |
| 624 | 2024-04-23T17:52:06.199Z | + [[ 0 != 0 ]] |
| 625 | 2024-04-23T17:52:06.200Z | + CIDL_OS=solaris2.11 |
| 626 | 2024-04-23T17:52:06.203Z | + [[ 0 != 0 ]] |
| 627 | 2024-04-23T17:52:06.203Z | + configure_os solaris2.11 |
| 628 | 2024-04-23T17:52:06.203Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 629 | 2024-04-23T17:52:06.203Z | current directory: /work/oxidecomputer/omicron |
| 630 | 2024-04-23T17:52:06.203Z | + echo 'configuring based on OS: "solaris2.11"' |
| 631 | 2024-04-23T17:52:06.203Z | configuring based on OS: "solaris2.11" |
| 632 | 2024-04-23T17:52:06.203Z | + case "$1" in |
| 633 | 2024-04-23T17:52:06.203Z | + SET_BINARIES= |
| 634 | 2024-04-23T17:52:06.204Z | + CIDL_SHA256FUNC=do_sha256sum |
| 635 | 2024-04-23T17:52:06.204Z | + TARBALL_FILENAME=mgd.tar.gz |
| 636 | 2024-04-23T17:52:06.204Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 637 | 2024-04-23T17:52:06.204Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 638 | 2024-04-23T17:52:06.204Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
| 639 | 2024-04-23T17:52:06.204Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 640 | 2024-04-23T17:52:06.204Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 641 | 2024-04-23T17:52:06.204Z | + mkdir -p out/downloads |
| 642 | 2024-04-23T17:52:06.204Z | Local file: out/downloads/mgd.tar.gz |
| 643 | 2024-04-23T17:52:06.204Z | + mkdir -p ./out/mgd |
| 644 | 2024-04-23T17:52:06.207Z | + fetch_and_verify |
| 645 | 2024-04-23T17:52:06.207Z | + local DO_DOWNLOAD=true |
| 646 | 2024-04-23T17:52:06.208Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 647 | 2024-04-23T17:52:06.208Z | + '[' true == true ']' |
| 648 | 2024-04-23T17:52:06.208Z | + echo Downloading... |
| 649 | 2024-04-23T17:52:06.208Z | Downloading... |
| 650 | 2024-04-23T17:52:06.208Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 651 | 2024-04-23T17:52:06.208Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 652 | 2024-04-23T17:52:13.901Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 653 | 2024-04-23T17:52:13.904Z | ++ sha256sum |
| 654 | 2024-04-23T17:52:13.904Z | ++ awk '{print $1}' |
| 655 | 2024-04-23T17:52:13.926Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 656 | 2024-04-23T17:52:13.929Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
| 657 | 2024-04-23T17:52:13.929Z | + do_untar out/downloads/mgd.tar.gz |
| 658 | 2024-04-23T17:52:13.930Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 659 | 2024-04-23T17:52:14.515Z | + do_assemble |
| 660 | 2024-04-23T17:52:14.515Z | + rm -r ./out/mgd |
| 661 | 2024-04-23T17:52:14.518Z | + mkdir ./out/mgd |
| 662 | 2024-04-23T17:52:14.518Z | + cp -r out/downloads/root ./out/mgd/root |
| 663 | 2024-04-23T17:52:14.606Z | + set -o errexit |
| 664 | 2024-04-23T17:52:14.609Z | +++ dirname ./tools/ci_download_transceiver_control |
| 665 | 2024-04-23T17:52:14.613Z | ++ cd ./tools |
| 666 | 2024-04-23T17:52:14.613Z | ++ pwd |
| 667 | 2024-04-23T17:52:14.613Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 668 | 2024-04-23T17:52:14.613Z | ++ basename ./tools/ci_download_transceiver_control |
| 669 | 2024-04-23T17:52:14.613Z | + ARG0=ci_download_transceiver_control |
| 670 | 2024-04-23T17:52:14.613Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 671 | 2024-04-23T17:52:14.613Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 672 | 2024-04-23T17:52:14.613Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 673 | 2024-04-23T17:52:14.613Z | + TARGET_DIR=out |
| 674 | 2024-04-23T17:52:14.613Z | + DOWNLOAD_DIR=out/downloads |
| 675 | 2024-04-23T17:52:14.613Z | + DEST_DIR=./out/transceiver-control |
| 676 | 2024-04-23T17:52:14.613Z | + BIN_DIR=/opt/oxide/bin |
| 677 | 2024-04-23T17:52:14.613Z | + BINARY=xcvradm |
| 678 | 2024-04-23T17:52:14.613Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 679 | 2024-04-23T17:52:14.613Z | + REPO=oxidecomputer/transceiver-control |
| 680 | 2024-04-23T17:52:14.613Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 681 | 2024-04-23T17:52:14.613Z | + main |
| 682 | 2024-04-23T17:52:14.617Z | + [[ 0 != 0 ]] |
| 683 | 2024-04-23T17:52:14.617Z | + CIDL_OS=solaris2.11 |
| 684 | 2024-04-23T17:52:14.617Z | + [[ 0 != 0 ]] |
| 685 | 2024-04-23T17:52:14.617Z | + configure_os solaris2.11 |
| 686 | 2024-04-23T17:52:14.617Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 687 | 2024-04-23T17:52:14.617Z | + echo 'configuring based on OS: "solaris2.11"' |
| 688 | 2024-04-23T17:52:14.617Z | + case "$1" in |
| 689 | 2024-04-23T17:52:14.617Z | current directory: /work/oxidecomputer/omicron |
| 690 | 2024-04-23T17:52:14.617Z | + SET_BINARIES= |
| 691 | 2024-04-23T17:52:14.617Z | configuring based on OS: "solaris2.11" |
| 692 | 2024-04-23T17:52:14.617Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 693 | 2024-04-23T17:52:14.617Z | + CIDL_SHA256FUNC=do_sha256sum |
| 694 | 2024-04-23T17:52:14.618Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 695 | 2024-04-23T17:52:14.618Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 696 | 2024-04-23T17:52:14.618Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 697 | 2024-04-23T17:52:14.618Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 698 | 2024-04-23T17:52:14.618Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 699 | 2024-04-23T17:52:14.618Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 700 | 2024-04-23T17:52:14.618Z | Local file: out/downloads/xcvradm.gz |
| 701 | 2024-04-23T17:52:14.618Z | + mkdir -p out/downloads |
| 702 | 2024-04-23T17:52:14.618Z | + mkdir -p ./out/transceiver-control |
| 703 | 2024-04-23T17:52:14.618Z | + fetch_and_verify |
| 704 | 2024-04-23T17:52:14.618Z | + local DO_DOWNLOAD=true |
| 705 | 2024-04-23T17:52:14.618Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 706 | 2024-04-23T17:52:14.618Z | + '[' true == true ']' |
| 707 | 2024-04-23T17:52:14.618Z | + echo Downloading... |
| 708 | 2024-04-23T17:52:14.618Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 709 | 2024-04-23T17:52:14.618Z | Downloading... |
| 710 | 2024-04-23T17:52:14.618Z | + 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 |
| 711 | 2024-04-23T17:52:16.116Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 712 | 2024-04-23T17:52:16.136Z | ++ sha256sum |
| 713 | 2024-04-23T17:52:16.136Z | ++ awk '{print $1}' |
| 714 | 2024-04-23T17:52:16.136Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 715 | 2024-04-23T17:52:16.136Z | + [[ 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 ]] |
| 716 | 2024-04-23T17:52:16.136Z | + do_unpack out/downloads/xcvradm.gz |
| 717 | 2024-04-23T17:52:16.137Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 718 | 2024-04-23T17:52:16.137Z | + gzip -dc out/downloads/xcvradm.gz |
| 719 | 2024-04-23T17:52:16.596Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 720 | 2024-04-23T17:52:16.597Z | + do_assemble |
| 721 | 2024-04-23T17:52:16.597Z | + rm -r ./out/transceiver-control |
| 722 | 2024-04-23T17:52:16.597Z | + mkdir ./out/transceiver-control |
| 723 | 2024-04-23T17:52:16.597Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 724 | 2024-04-23T17:52:16.597Z | + set -o errexit |
| 725 | 2024-04-23T17:52:16.597Z | +++ dirname ./tools/ci_download_thundermuffin |
| 726 | 2024-04-23T17:52:16.597Z | ++ cd ./tools |
| 727 | 2024-04-23T17:52:16.597Z | ++ pwd |
| 728 | 2024-04-23T17:52:16.597Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 729 | 2024-04-23T17:52:16.597Z | ++ basename ./tools/ci_download_thundermuffin |
| 730 | 2024-04-23T17:52:16.597Z | + ARG0=ci_download_thundermuffin |
| 731 | 2024-04-23T17:52:16.597Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 732 | 2024-04-23T17:52:16.598Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 733 | 2024-04-23T17:52:16.598Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 734 | 2024-04-23T17:52:16.598Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 735 | 2024-04-23T17:52:16.598Z | + TARGET_DIR=out |
| 736 | 2024-04-23T17:52:16.598Z | + DOWNLOAD_DIR=out/downloads |
| 737 | 2024-04-23T17:52:16.598Z | + DEST_DIR=./out/thundermuffin |
| 738 | 2024-04-23T17:52:16.598Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 739 | 2024-04-23T17:52:16.598Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 740 | 2024-04-23T17:52:16.598Z | + REPO=oxidecomputer/thundermuffin |
| 741 | 2024-04-23T17:52:16.598Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 742 | 2024-04-23T17:52:16.598Z | + main |
| 743 | 2024-04-23T17:52:16.598Z | + rm -rf out/downloads/root |
| 744 | 2024-04-23T17:52:16.598Z | + [[ 0 != 0 ]] |
| 745 | 2024-04-23T17:52:16.598Z | + CIDL_OS=solaris2.11 |
| 746 | 2024-04-23T17:52:16.598Z | + [[ 0 != 0 ]] |
| 747 | 2024-04-23T17:52:16.598Z | + configure_os solaris2.11 |
| 748 | 2024-04-23T17:52:16.599Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 749 | 2024-04-23T17:52:16.599Z | current directory: /work/oxidecomputer/omicron |
| 750 | 2024-04-23T17:52:16.599Z | configuring based on OS: "solaris2.11" |
| 751 | 2024-04-23T17:52:16.599Z | + echo 'configuring based on OS: "solaris2.11"' |
| 752 | 2024-04-23T17:52:16.599Z | + case "$1" in |
| 753 | 2024-04-23T17:52:16.599Z | + SET_BINARIES= |
| 754 | 2024-04-23T17:52:16.599Z | + CIDL_SHA256FUNC=do_sha256sum |
| 755 | 2024-04-23T17:52:16.599Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 756 | 2024-04-23T17:52:16.599Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 757 | 2024-04-23T17:52:16.599Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 758 | 2024-04-23T17:52:16.599Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 759 | 2024-04-23T17:52:16.599Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 760 | 2024-04-23T17:52:16.600Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 761 | 2024-04-23T17:52:16.600Z | Local file: out/downloads/thundermuffin.tar.gz |
| 762 | 2024-04-23T17:52:16.600Z | + mkdir -p out/downloads |
| 763 | 2024-04-23T17:52:16.600Z | + mkdir -p ./out/thundermuffin |
| 764 | 2024-04-23T17:52:16.600Z | + fetch_and_verify |
| 765 | 2024-04-23T17:52:16.600Z | + local DO_DOWNLOAD=true |
| 766 | 2024-04-23T17:52:16.600Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 767 | 2024-04-23T17:52:16.600Z | + '[' true == true ']' |
| 768 | 2024-04-23T17:52:16.600Z | + echo Downloading... |
| 769 | 2024-04-23T17:52:16.600Z | Downloading... |
| 770 | 2024-04-23T17:52:16.600Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 771 | 2024-04-23T17:52:16.600Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 772 | 2024-04-23T17:52:17.210Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 773 | 2024-04-23T17:52:17.223Z | ++ sha256sum |
| 774 | 2024-04-23T17:52:17.223Z | ++ awk '{print $1}' |
| 775 | 2024-04-23T17:52:17.224Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 776 | 2024-04-23T17:52:17.224Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
| 777 | 2024-04-23T17:52:17.224Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 778 | 2024-04-23T17:52:17.224Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 779 | 2024-04-23T17:52:17.278Z | + do_assemble |
| 780 | 2024-04-23T17:52:17.278Z | + rm -r ./out/thundermuffin |
| 781 | 2024-04-23T17:52:17.282Z | + mkdir ./out/thundermuffin |
| 782 | 2024-04-23T17:52:17.282Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 783 | 2024-04-23T17:52:17.308Z | All builder prerequisites installed successfully, and PATH looks valid |
| 784 | 2024-04-23T17:52:17.312Z | |
| 785 | 2024-04-23T17:52:17.312Z | real 1:42.480388288 |
| 786 | 2024-04-23T17:52:17.312Z | user 36.658816462 |
| 787 | 2024-04-23T17:52:17.312Z | sys 6.865348415 |
| 788 | 2024-04-23T17:52:17.312Z | trap 0.006918981 |
| 789 | 2024-04-23T17:52:17.312Z | tflt 0.206949651 |
| 790 | 2024-04-23T17:52:17.312Z | dflt 0.502556105 |
| 791 | 2024-04-23T17:52:17.312Z | kflt 0.168870100 |
| 792 | 2024-04-23T17:52:17.313Z | lock 1.052799030 |
| 793 | 2024-04-23T17:52:17.313Z | slp 3:17.073626516 |
| 794 | 2024-04-23T17:52:17.313Z | lat 2.079757152 |
| 795 | 2024-04-23T17:52:17.313Z | stop 0.138523438 |
| 796 | 2024-04-23T17:52:17.313Z | |
| 797 | 2024-04-23T17:52:17.313Z | #### # # ##### ##### # # |
| 798 | 2024-04-23T17:52:17.313Z | # # # # # # # # # # |
| 799 | 2024-04-23T17:52:17.313Z | # # # # # # # # |
| 800 | 2024-04-23T17:52:17.313Z | # # # ##### ##### # |
| 801 | 2024-04-23T17:52:17.313Z | # # # # # # # |
| 802 | 2024-04-23T17:52:17.313Z | #### ###### # # # # |
| 803 | 2024-04-23T17:52:17.313Z | |
| 804 | 2024-04-23T17:52:17.519Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 805 | 2024-04-23T17:52:17.839Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 806 | 2024-04-23T17:52:18.127Z | Updating crates.io index |
| 807 | 2024-04-23T17:52:18.226Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 808 | 2024-04-23T17:52:18.984Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 809 | 2024-04-23T17:52:19.707Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 810 | 2024-04-23T17:52:21.992Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 811 | 2024-04-23T17:52:22.624Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 812 | 2024-04-23T17:52:22.899Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 813 | 2024-04-23T17:52:23.920Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 814 | 2024-04-23T17:52:25.637Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 815 | 2024-04-23T17:52:26.724Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 816 | 2024-04-23T17:52:27.468Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 817 | 2024-04-23T17:52:27.791Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 818 | 2024-04-23T17:52:28.382Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 819 | 2024-04-23T17:52:28.726Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 820 | 2024-04-23T17:52:29.045Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 821 | 2024-04-23T17:52:29.446Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 822 | 2024-04-23T17:52:29.733Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 823 | 2024-04-23T17:52:30.109Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 824 | 2024-04-23T17:52:30.397Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 825 | 2024-04-23T17:52:30.675Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 826 | 2024-04-23T17:52:31.032Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 827 | 2024-04-23T17:52:31.353Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 828 | 2024-04-23T17:52:31.702Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 829 | 2024-04-23T17:52:32.343Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 830 | 2024-04-23T17:52:32.672Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 831 | 2024-04-23T17:52:32.970Z | Updating git repository `https://github.com/jgallagher/nix` |
| 832 | 2024-04-23T17:52:33.951Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 833 | 2024-04-23T17:52:34.321Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 834 | 2024-04-23T17:52:36.277Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 835 | 2024-04-23T17:52:36.609Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 836 | 2024-04-23T17:52:36.900Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 837 | 2024-04-23T17:52:37.444Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 838 | 2024-04-23T17:52:38.391Z | Downloading crates ... |
| 839 | 2024-04-23T17:52:38.455Z | Downloaded anstream v0.6.11 |
| 840 | 2024-04-23T17:52:38.460Z | Downloaded cargo_metadata v0.18.1 |
| 841 | 2024-04-23T17:52:38.464Z | Downloaded anstyle v1.0.6 |
| 842 | 2024-04-23T17:52:38.472Z | Downloaded equivalent v1.0.1 |
| 843 | 2024-04-23T17:52:38.898Z | Downloaded camino v1.1.6 |
| 844 | 2024-04-23T17:52:38.899Z | Downloaded colorchoice v1.0.0 |
| 845 | 2024-04-23T17:52:38.899Z | Downloaded bitflags v2.4.2 |
| 846 | 2024-04-23T17:52:38.899Z | Downloaded swrite v0.1.0 |
| 847 | 2024-04-23T17:52:38.899Z | Downloaded autocfg v1.1.0 |
| 848 | 2024-04-23T17:52:38.910Z | Downloaded anstyle-query v1.0.0 |
| 849 | 2024-04-23T17:52:38.910Z | Downloaded strsim v0.11.0 |
| 850 | 2024-04-23T17:52:38.911Z | Downloaded itoa v1.0.9 |
| 851 | 2024-04-23T17:52:38.911Z | Downloaded fs-err v2.11.0 |
| 852 | 2024-04-23T17:52:38.911Z | Downloaded clap_lex v0.7.0 |
| 853 | 2024-04-23T17:52:38.911Z | Downloaded utf8parse v0.2.1 |
| 854 | 2024-04-23T17:52:38.911Z | Downloaded toml_datetime v0.6.5 |
| 855 | 2024-04-23T17:52:38.911Z | Downloaded thiserror-impl v1.0.58 |
| 856 | 2024-04-23T17:52:38.911Z | Downloaded terminal_size v0.3.0 |
| 857 | 2024-04-23T17:52:38.911Z | Downloaded cargo-platform v0.1.3 |
| 858 | 2024-04-23T17:52:38.911Z | Downloaded heck v0.5.0 |
| 859 | 2024-04-23T17:52:38.911Z | Downloaded errno v0.3.8 |
| 860 | 2024-04-23T17:52:38.911Z | Downloaded macaddr v1.0.1 |
| 861 | 2024-04-23T17:52:38.911Z | Downloaded serde_spanned v0.6.5 |
| 862 | 2024-04-23T17:52:38.911Z | Downloaded thiserror v1.0.58 |
| 863 | 2024-04-23T17:52:38.911Z | Downloaded semver v1.0.22 |
| 864 | 2024-04-23T17:52:38.912Z | Downloaded clap_derive v4.5.4 |
| 865 | 2024-04-23T17:52:38.912Z | Downloaded cargo_toml v0.19.2 |
| 866 | 2024-04-23T17:52:38.912Z | Downloaded quote v1.0.36 |
| 867 | 2024-04-23T17:52:38.912Z | Downloaded clap v4.5.4 |
| 868 | 2024-04-23T17:52:38.912Z | Downloaded anyhow v1.0.82 |
| 869 | 2024-04-23T17:52:38.912Z | Downloaded serde_derive v1.0.198 |
| 870 | 2024-04-23T17:52:38.912Z | Downloaded anstyle-parse v0.2.1 |
| 871 | 2024-04-23T17:52:38.912Z | Downloaded ryu v1.0.15 |
| 872 | 2024-04-23T17:52:38.912Z | Downloaded unicode-ident v1.0.12 |
| 873 | 2024-04-23T17:52:38.912Z | Downloaded toml v0.8.12 |
| 874 | 2024-04-23T17:52:38.912Z | Downloaded proc-macro2 v1.0.81 |
| 875 | 2024-04-23T17:52:38.912Z | Downloaded indexmap v2.2.6 |
| 876 | 2024-04-23T17:52:38.912Z | Downloaded toml_edit v0.22.9 |
| 877 | 2024-04-23T17:52:38.912Z | Downloaded serde v1.0.198 |
| 878 | 2024-04-23T17:52:38.912Z | Downloaded memchr v2.7.1 |
| 879 | 2024-04-23T17:52:38.913Z | Downloaded hashbrown v0.14.3 |
| 880 | 2024-04-23T17:52:38.913Z | Downloaded winnow v0.6.1 |
| 881 | 2024-04-23T17:52:38.913Z | Downloaded serde_json v1.0.116 |
| 882 | 2024-04-23T17:52:38.913Z | Downloaded clap_builder v4.5.2 |
| 883 | 2024-04-23T17:52:38.913Z | Downloaded syn v2.0.59 |
| 884 | 2024-04-23T17:52:38.913Z | Downloaded rustix v0.38.31 |
| 885 | 2024-04-23T17:52:38.913Z | Downloaded libc v0.2.153 |
| 886 | 2024-04-23T17:52:38.929Z | Compiling proc-macro2 v1.0.81 |
| 887 | 2024-04-23T17:52:38.929Z | Compiling unicode-ident v1.0.12 |
| 888 | 2024-04-23T17:52:38.933Z | Compiling serde v1.0.198 |
| 889 | 2024-04-23T17:52:38.933Z | Compiling libc v0.2.153 |
| 890 | 2024-04-23T17:52:38.934Z | Compiling rustix v0.38.31 |
| 891 | 2024-04-23T17:52:38.934Z | Compiling utf8parse v0.2.1 |
| 892 | 2024-04-23T17:52:38.934Z | Compiling equivalent v1.0.1 |
| 893 | 2024-04-23T17:52:38.934Z | Compiling bitflags v2.4.2 |
| 894 | 2024-04-23T17:52:39.103Z | Compiling hashbrown v0.14.3 |
| 895 | 2024-04-23T17:52:39.143Z | Compiling anstyle-parse v0.2.1 |
| 896 | 2024-04-23T17:52:39.159Z | Compiling anstyle v1.0.6 |
| 897 | 2024-04-23T17:52:39.431Z | Compiling thiserror v1.0.58 |
| 898 | 2024-04-23T17:52:39.451Z | Compiling camino v1.1.6 |
| 899 | 2024-04-23T17:52:39.576Z | Compiling serde_json v1.0.116 |
| 900 | 2024-04-23T17:52:40.077Z | Compiling indexmap v2.2.6 |
| 901 | 2024-04-23T17:52:40.876Z | Compiling colorchoice v1.0.0 |
| 902 | 2024-04-23T17:52:40.888Z | Compiling autocfg v1.1.0 |
| 903 | 2024-04-23T17:52:40.892Z | Compiling anstyle-query v1.0.0 |
| 904 | 2024-04-23T17:52:40.980Z | Compiling winnow v0.6.1 |
| 905 | 2024-04-23T17:52:40.983Z | Compiling semver v1.0.22 |
| 906 | 2024-04-23T17:52:40.983Z | Compiling anstream v0.6.11 |
| 907 | 2024-04-23T17:52:41.230Z | Compiling heck v0.5.0 |
| 908 | 2024-04-23T17:52:41.255Z | Compiling itoa v1.0.9 |
| 909 | 2024-04-23T17:52:41.475Z | Compiling anyhow v1.0.82 |
| 910 | 2024-04-23T17:52:41.504Z | Compiling ryu v1.0.15 |
| 911 | 2024-04-23T17:52:41.673Z | Compiling clap_lex v0.7.0 |
| 912 | 2024-04-23T17:52:41.677Z | Compiling strsim v0.11.0 |
| 913 | 2024-04-23T17:52:41.749Z | Compiling fs-err v2.11.0 |
| 914 | 2024-04-23T17:52:41.820Z | Compiling swrite v0.1.0 |
| 915 | 2024-04-23T17:52:41.934Z | Compiling quote v1.0.36 |
| 916 | 2024-04-23T17:52:42.189Z | Compiling errno v0.3.8 |
| 917 | 2024-04-23T17:52:42.402Z | Compiling syn v2.0.59 |
| 918 | 2024-04-23T17:52:43.314Z | Compiling terminal_size v0.3.0 |
| 919 | 2024-04-23T17:52:43.433Z | Compiling clap_builder v4.5.2 |
| 920 | 2024-04-23T17:52:47.399Z | Compiling serde_derive v1.0.198 |
| 921 | 2024-04-23T17:52:47.399Z | Compiling thiserror-impl v1.0.58 |
| 922 | 2024-04-23T17:52:47.403Z | Compiling clap_derive v4.5.4 |
| 923 | 2024-04-23T17:52:49.907Z | Compiling clap v4.5.4 |
| 924 | 2024-04-23T17:52:54.736Z | Compiling serde_spanned v0.6.5 |
| 925 | 2024-04-23T17:52:54.739Z | Compiling toml_datetime v0.6.5 |
| 926 | 2024-04-23T17:52:54.740Z | Compiling cargo-platform v0.1.3 |
| 927 | 2024-04-23T17:52:54.740Z | Compiling macaddr v1.0.1 |
| 928 | 2024-04-23T17:52:54.981Z | Compiling toml_edit v0.22.9 |
| 929 | 2024-04-23T17:52:56.018Z | Compiling cargo_metadata v0.18.1 |
| 930 | 2024-04-23T17:52:56.911Z | Compiling toml v0.8.12 |
| 931 | 2024-04-23T17:52:57.687Z | Compiling cargo_toml v0.19.2 |
| 932 | 2024-04-23T17:53:01.014Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 933 | 2024-04-23T17:53:03.350Z | Finished dev [unoptimized + debuginfo] target(s) in 45.99s |
| 934 | 2024-04-23T17:53:03.560Z | Running `target/debug/xtask clippy` |
| 935 | 2024-04-23T17:53:03.603Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
| 936 | 2024-04-23T17:53:04.157Z | Downloading crates ... |
| 937 | 2024-04-23T17:53:04.248Z | Downloaded addr2line v0.21.0 |
| 938 | 2024-04-23T17:53:04.258Z | Downloaded allocator-api2 v0.2.16 |
| 939 | 2024-04-23T17:53:04.262Z | Downloaded async-stream-impl v0.3.5 |
| 940 | 2024-04-23T17:53:04.263Z | Downloaded async-trait v0.1.80 |
| 941 | 2024-04-23T17:53:04.273Z | Downloaded atty v0.2.14 |
| 942 | 2024-04-23T17:53:04.280Z | Downloaded hex-literal v0.4.1 |
| 943 | 2024-04-23T17:53:04.280Z | Downloaded atomicwrites v0.4.3 |
| 944 | 2024-04-23T17:53:04.284Z | Downloaded hex v0.4.3 |
| 945 | 2024-04-23T17:53:04.284Z | Downloaded bitstruct v0.1.1 |
| 946 | 2024-04-23T17:53:04.284Z | Downloaded hmac v0.12.1 |
| 947 | 2024-04-23T17:53:04.288Z | Downloaded home v0.5.5 |
| 948 | 2024-04-23T17:53:04.288Z | Downloaded hostname v0.3.1 |
| 949 | 2024-04-23T17:53:04.288Z | Downloaded backoff v0.4.0 |
| 950 | 2024-04-23T17:53:04.295Z | Downloaded approx v0.5.1 |
| 951 | 2024-04-23T17:53:04.300Z | Downloaded bitflags v1.3.2 |
| 952 | 2024-04-23T17:53:04.301Z | Downloaded http-body v1.0.0 |
| 953 | 2024-04-23T17:53:04.301Z | Downloaded assert_matches v1.5.0 |
| 954 | 2024-04-23T17:53:04.301Z | Downloaded assert_cmd v2.0.14 |
| 955 | 2024-04-23T17:53:04.301Z | Downloaded arrayvec v0.7.4 |
| 956 | 2024-04-23T17:53:04.304Z | Downloaded bit-set v0.5.3 |
| 957 | 2024-04-23T17:53:04.305Z | Downloaded bb8 v0.8.3 |
| 958 | 2024-04-23T17:53:04.308Z | Downloaded base16ct v0.2.0 |
| 959 | 2024-04-23T17:53:04.308Z | Downloaded is-terminal v0.4.9 |
| 960 | 2024-04-23T17:53:04.308Z | Downloaded ipnetwork v0.20.0 |
| 961 | 2024-04-23T17:53:04.312Z | Downloaded hyper-rustls v0.26.0 |
| 962 | 2024-04-23T17:53:04.318Z | Downloaded base64 v0.22.0 |
| 963 | 2024-04-23T17:53:04.321Z | Downloaded libtest-mimic v0.7.2 |
| 964 | 2024-04-23T17:53:04.321Z | Downloaded bit-vec v0.6.3 |
| 965 | 2024-04-23T17:53:04.326Z | Downloaded ahash v0.8.8 |
| 966 | 2024-04-23T17:53:04.330Z | Downloaded indoc v1.0.9 |
| 967 | 2024-04-23T17:53:04.330Z | Downloaded http-range v0.1.5 |
| 968 | 2024-04-23T17:53:04.333Z | Downloaded indexmap v1.9.3 |
| 969 | 2024-04-23T17:53:04.337Z | Downloaded libloading v0.7.4 |
| 970 | 2024-04-23T17:53:04.341Z | Downloaded instant v0.1.12 |
| 971 | 2024-04-23T17:53:04.341Z | Downloaded httparse v1.8.0 |
| 972 | 2024-04-23T17:53:04.347Z | Downloaded is_ci v1.2.0 |
| 973 | 2024-04-23T17:53:04.352Z | Downloaded matches v0.1.10 |
| 974 | 2024-04-23T17:53:04.352Z | Downloaded lalrpop-util v0.19.12 |
| 975 | 2024-04-23T17:53:04.352Z | Downloaded inout v0.1.3 |
| 976 | 2024-04-23T17:53:04.352Z | Downloaded iana-time-zone v0.1.57 |
| 977 | 2024-04-23T17:53:04.356Z | Downloaded ciborium-io v0.2.2 |
| 978 | 2024-04-23T17:53:04.356Z | Downloaded managed v0.8.0 |
| 979 | 2024-04-23T17:53:04.357Z | Downloaded cfg_aliases v0.1.1 |
| 980 | 2024-04-23T17:53:04.357Z | Downloaded hubpack v0.1.2 |
| 981 | 2024-04-23T17:53:04.363Z | Downloaded httptest v0.15.5 |
| 982 | 2024-04-23T17:53:04.363Z | Downloaded indoc v2.0.3 |
| 983 | 2024-04-23T17:53:04.367Z | Downloaded crunchy v0.2.2 |
| 984 | 2024-04-23T17:53:04.367Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 985 | 2024-04-23T17:53:04.367Z | Downloaded newline-converter v0.3.0 |
| 986 | 2024-04-23T17:53:04.367Z | Downloaded new_debug_unreachable v1.0.4 |
| 987 | 2024-04-23T17:53:04.370Z | Downloaded mime v0.3.17 |
| 988 | 2024-04-23T17:53:04.371Z | Downloaded memmap v0.7.0 |
| 989 | 2024-04-23T17:53:04.374Z | Downloaded normalize-line-endings v0.3.0 |
| 990 | 2024-04-23T17:53:04.374Z | Downloaded arc-swap v1.6.0 |
| 991 | 2024-04-23T17:53:04.377Z | Downloaded num-conv v0.1.0 |
| 992 | 2024-04-23T17:53:04.382Z | Downloaded serde-big-array v0.4.1 |
| 993 | 2024-04-23T17:53:04.382Z | Downloaded nested v0.1.1 |
| 994 | 2024-04-23T17:53:04.382Z | Downloaded castaway v0.2.2 |
| 995 | 2024-04-23T17:53:04.386Z | Downloaded multimap v0.10.0 |
| 996 | 2024-04-23T17:53:04.386Z | Downloaded memoffset v0.7.1 |
| 997 | 2024-04-23T17:53:04.387Z | Downloaded httpdate v1.0.3 |
| 998 | 2024-04-23T17:53:04.390Z | Downloaded maplit v1.0.2 |
| 999 | 2024-04-23T17:53:04.390Z | Downloaded libsw v3.3.1 |
| 1000 | 2024-04-23T17:53:04.395Z | Downloaded sigpipe v0.1.3 |
| 1001 | 2024-04-23T17:53:04.395Z | Downloaded mockall v0.12.1 |
| 1002 | 2024-04-23T17:53:04.395Z | Downloaded linked-hash-map v0.5.6 |
| 1003 | 2024-04-23T17:53:04.399Z | Downloaded lazycell v1.3.0 |
| 1004 | 2024-04-23T17:53:04.399Z | Downloaded strum v0.26.2 |
| 1005 | 2024-04-23T17:53:04.399Z | Downloaded crc v3.0.1 |
| 1006 | 2024-04-23T17:53:04.399Z | Downloaded lru-cache v0.1.2 |
| 1007 | 2024-04-23T17:53:04.402Z | Downloaded crc-catalog v2.2.0 |
| 1008 | 2024-04-23T17:53:04.402Z | Downloaded nodrop v0.1.14 |
| 1009 | 2024-04-23T17:53:04.402Z | Downloaded nibble_vec v0.1.0 |
| 1010 | 2024-04-23T17:53:04.405Z | Downloaded kstat-rs v0.2.3 |
| 1011 | 2024-04-23T17:53:04.405Z | Downloaded colored v2.1.0 |
| 1012 | 2024-04-23T17:53:04.409Z | Downloaded md-5 v0.10.5 |
| 1013 | 2024-04-23T17:53:04.410Z | Downloaded keccak v0.1.4 |
| 1014 | 2024-04-23T17:53:04.410Z | Downloaded usdt-attr-macro v0.5.0 |
| 1015 | 2024-04-23T17:53:04.414Z | Downloaded usdt-attr-macro v0.3.5 |
| 1016 | 2024-04-23T17:53:04.414Z | Downloaded termtree v0.4.1 |
| 1017 | 2024-04-23T17:53:04.414Z | Downloaded ipnet v2.9.0 |
| 1018 | 2024-04-23T17:53:04.420Z | Downloaded tower-service v0.3.2 |
| 1019 | 2024-04-23T17:53:04.420Z | Downloaded tower-layer v0.3.2 |
| 1020 | 2024-04-23T17:53:04.420Z | Downloaded lru v0.12.1 |
| 1021 | 2024-04-23T17:53:04.424Z | Downloaded num-derive v0.4.0 |
| 1022 | 2024-04-23T17:53:04.424Z | Downloaded convert_case v0.4.0 |
| 1023 | 2024-04-23T17:53:04.424Z | Downloaded cfg-if v1.0.0 |
| 1024 | 2024-04-23T17:53:04.424Z | Downloaded same-file v1.0.6 |
| 1025 | 2024-04-23T17:53:04.424Z | Downloaded crossbeam-deque v0.8.3 |
| 1026 | 2024-04-23T17:53:04.427Z | Downloaded smf v0.2.3 |
| 1027 | 2024-04-23T17:53:04.428Z | Downloaded semver v0.1.20 |
| 1028 | 2024-04-23T17:53:04.428Z | Downloaded chacha20 v0.9.1 |
| 1029 | 2024-04-23T17:53:04.431Z | Downloaded scroll v0.12.0 |
| 1030 | 2024-04-23T17:53:04.431Z | Downloaded cexpr v0.6.0 |
| 1031 | 2024-04-23T17:53:04.435Z | Downloaded doc-comment v0.3.3 |
| 1032 | 2024-04-23T17:53:04.435Z | Downloaded display-error-chain v0.2.0 |
| 1033 | 2024-04-23T17:53:04.435Z | Downloaded resolv-conf v0.7.0 |
| 1034 | 2024-04-23T17:53:04.439Z | Downloaded rustls-pemfile v1.0.3 |
| 1035 | 2024-04-23T17:53:04.442Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2024-04-23T17:53:04.442Z | Downloaded lock_api v0.4.10 |
| 1037 | 2024-04-23T17:53:04.442Z | Downloaded mime_guess v2.0.4 |
| 1038 | 2024-04-23T17:53:04.446Z | Downloaded bzip2 v0.4.4 |
| 1039 | 2024-04-23T17:53:04.446Z | Downloaded cookie v0.17.0 |
| 1040 | 2024-04-23T17:53:04.451Z | Downloaded native-tls v0.2.11 |
| 1041 | 2024-04-23T17:53:04.454Z | Downloaded multer v3.0.0 |
| 1042 | 2024-04-23T17:53:04.454Z | Downloaded libefi-sys v0.1.0 |
| 1043 | 2024-04-23T17:53:04.454Z | Downloaded serde_tokenstream v0.2.0 |
| 1044 | 2024-04-23T17:53:04.458Z | Downloaded headers-core v0.2.0 |
| 1045 | 2024-04-23T17:53:04.458Z | Downloaded blake2b_simd v1.0.1 |
| 1046 | 2024-04-23T17:53:04.462Z | Downloaded base64 v0.21.7 |
| 1047 | 2024-04-23T17:53:04.467Z | Downloaded xattr v1.0.1 |
| 1048 | 2024-04-23T17:53:04.467Z | Downloaded structmeta v0.3.0 |
| 1049 | 2024-04-23T17:53:04.471Z | Downloaded structmeta v0.2.0 |
| 1050 | 2024-04-23T17:53:04.471Z | Downloaded rustc-demangle v0.1.23 |
| 1051 | 2024-04-23T17:53:04.471Z | Downloaded const_format_proc_macros v0.2.32 |
| 1052 | 2024-04-23T17:53:04.474Z | Downloaded constant_time_eq v0.2.6 |
| 1053 | 2024-04-23T17:53:04.474Z | Downloaded console v0.15.8 |
| 1054 | 2024-04-23T17:53:04.478Z | Downloaded plotters-svg v0.3.5 |
| 1055 | 2024-04-23T17:53:04.481Z | Downloaded cipher v0.4.4 |
| 1056 | 2024-04-23T17:53:04.481Z | Downloaded dirs-next v2.0.0 |
| 1057 | 2024-04-23T17:53:04.481Z | Downloaded defmt-parser v0.3.3 |
| 1058 | 2024-04-23T17:53:04.485Z | Downloaded defmt-macros v0.3.6 |
| 1059 | 2024-04-23T17:53:04.491Z | Downloaded generic-array v0.14.7 |
| 1060 | 2024-04-23T17:53:04.491Z | Downloaded tokio-rustls v0.24.1 |
| 1061 | 2024-04-23T17:53:04.495Z | Downloaded memmap2 v0.7.1 |
| 1062 | 2024-04-23T17:53:04.495Z | Downloaded crc32fast v1.3.2 |
| 1063 | 2024-04-23T17:53:04.495Z | Downloaded sqlparser_derive v0.2.2 |
| 1064 | 2024-04-23T17:53:04.495Z | Downloaded tracing-attributes v0.1.27 |
| 1065 | 2024-04-23T17:53:04.499Z | Downloaded sync_wrapper v0.1.2 |
| 1066 | 2024-04-23T17:53:04.499Z | Downloaded mockall_derive v0.12.1 |
| 1067 | 2024-04-23T17:53:04.503Z | Downloaded miniz_oxide v0.7.1 |
| 1068 | 2024-04-23T17:53:04.503Z | Downloaded hyper v1.1.0 |
| 1069 | 2024-04-23T17:53:04.508Z | Downloaded usdt-macro v0.5.0 |
| 1070 | 2024-04-23T17:53:04.512Z | Downloaded try-lock v0.2.4 |
| 1071 | 2024-04-23T17:53:04.512Z | Downloaded pkg-config v0.3.27 |
| 1072 | 2024-04-23T17:53:04.512Z | Downloaded parse-display v0.9.0 |
| 1073 | 2024-04-23T17:53:04.517Z | Downloaded wyz v0.5.1 |
| 1074 | 2024-04-23T17:53:04.517Z | Downloaded serde_urlencoded v0.7.1 |
| 1075 | 2024-04-23T17:53:04.517Z | Downloaded yasna v0.5.2 |
| 1076 | 2024-04-23T17:53:04.521Z | Downloaded whoami v1.5.1 |
| 1077 | 2024-04-23T17:53:04.521Z | Downloaded textwrap v0.16.1 |
| 1078 | 2024-04-23T17:53:04.525Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1079 | 2024-04-23T17:53:04.525Z | Downloaded tinyvec_macros v0.1.1 |
| 1080 | 2024-04-23T17:53:04.528Z | Downloaded psl-types v2.0.11 |
| 1081 | 2024-04-23T17:53:04.528Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1082 | 2024-04-23T17:53:04.528Z | Downloaded indicatif v0.17.8 |
| 1083 | 2024-04-23T17:53:04.532Z | Downloaded rustc_version v0.4.0 |
| 1084 | 2024-04-23T17:53:04.536Z | Downloaded futures-core v0.3.30 |
| 1085 | 2024-04-23T17:53:04.536Z | Downloaded clang-sys v1.6.1 |
| 1086 | 2024-04-23T17:53:04.539Z | Downloaded endian-type v0.1.2 |
| 1087 | 2024-04-23T17:53:04.539Z | Downloaded slog-json v2.6.1 |
| 1088 | 2024-04-23T17:53:04.543Z | Downloaded blake2 v0.10.6 |
| 1089 | 2024-04-23T17:53:04.543Z | Downloaded criterion-plot v0.5.0 |
| 1090 | 2024-04-23T17:53:04.546Z | Downloaded signature v2.1.0 |
| 1091 | 2024-04-23T17:53:04.546Z | Downloaded openssl-probe v0.1.5 |
| 1092 | 2024-04-23T17:53:04.550Z | Downloaded log v0.4.21 |
| 1093 | 2024-04-23T17:53:04.550Z | Downloaded supports-color v3.0.0 |
| 1094 | 2024-04-23T17:53:04.558Z | Downloaded serde_path_to_error v0.1.16 |
| 1095 | 2024-04-23T17:53:04.559Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1096 | 2024-04-23T17:53:04.559Z | Downloaded peeking_take_while v0.1.2 |
| 1097 | 2024-04-23T17:53:04.559Z | Downloaded const-oid v0.9.6 |
| 1098 | 2024-04-23T17:53:04.562Z | Downloaded peg-runtime v0.8.2 |
| 1099 | 2024-04-23T17:53:04.562Z | Downloaded crossbeam-utils v0.8.19 |
| 1100 | 2024-04-23T17:53:04.562Z | Downloaded crossbeam-epoch v0.9.18 |
| 1101 | 2024-04-23T17:53:04.566Z | Downloaded usdt-macro v0.3.5 |
| 1102 | 2024-04-23T17:53:04.566Z | Downloaded poly1305 v0.8.0 |
| 1103 | 2024-04-23T17:53:04.570Z | Downloaded bytes v1.6.0 |
| 1104 | 2024-04-23T17:53:04.573Z | Downloaded rustc_version v0.1.7 |
| 1105 | 2024-04-23T17:53:04.573Z | Downloaded test-strategy v0.3.1 |
| 1106 | 2024-04-23T17:53:04.577Z | Downloaded pathdiff v0.2.1 |
| 1107 | 2024-04-23T17:53:04.577Z | Downloaded path-slash v0.1.5 |
| 1108 | 2024-04-23T17:53:04.580Z | Downloaded deranged v0.3.11 |
| 1109 | 2024-04-23T17:53:04.580Z | Downloaded scopeguard v1.2.0 |
| 1110 | 2024-04-23T17:53:04.580Z | Downloaded schemars_derive v0.8.16 |
| 1111 | 2024-04-23T17:53:04.584Z | Downloaded signature v1.6.4 |
| 1112 | 2024-04-23T17:53:04.584Z | Downloaded sha1 v0.10.6 |
| 1113 | 2024-04-23T17:53:04.588Z | Downloaded rusty-fork v0.3.0 |
| 1114 | 2024-04-23T17:53:04.588Z | Downloaded futures-io v0.3.30 |
| 1115 | 2024-04-23T17:53:04.593Z | Downloaded flagset v0.4.3 |
| 1116 | 2024-04-23T17:53:04.593Z | Downloaded slog v2.7.0 |
| 1117 | 2024-04-23T17:53:04.597Z | Downloaded subtle v2.5.0 |
| 1118 | 2024-04-23T17:53:04.597Z | Downloaded smallvec v1.13.1 |
| 1119 | 2024-04-23T17:53:04.597Z | Downloaded hash32 v0.2.1 |
| 1120 | 2024-04-23T17:53:04.597Z | Downloaded unicode-xid v0.2.4 |
| 1121 | 2024-04-23T17:53:04.601Z | Downloaded unicode-width v0.1.11 |
| 1122 | 2024-04-23T17:53:04.601Z | Downloaded thread_local v1.1.7 |
| 1123 | 2024-04-23T17:53:04.605Z | Downloaded socket2 v0.5.6 |
| 1124 | 2024-04-23T17:53:04.605Z | Downloaded cc v1.0.83 |
| 1125 | 2024-04-23T17:53:04.608Z | Downloaded trybuild v1.0.91 |
| 1126 | 2024-04-23T17:53:04.611Z | Downloaded escape8259 v0.5.2 |
| 1127 | 2024-04-23T17:53:04.618Z | Downloaded zone_cfg_derive v0.1.2 |
| 1128 | 2024-04-23T17:53:04.618Z | Downloaded globset v0.4.13 |
| 1129 | 2024-04-23T17:53:04.618Z | Downloaded pem v3.0.4 |
| 1130 | 2024-04-23T17:53:04.621Z | Downloaded proc-macro-error v1.0.4 |
| 1131 | 2024-04-23T17:53:04.621Z | Downloaded parking_lot_core v0.8.6 |
| 1132 | 2024-04-23T17:53:04.625Z | Downloaded chacha20poly1305 v0.10.1 |
| 1133 | 2024-04-23T17:53:04.625Z | Downloaded peg v0.8.2 |
| 1134 | 2024-04-23T17:53:04.629Z | Downloaded crc-any v2.4.3 |
| 1135 | 2024-04-23T17:53:04.629Z | Downloaded compact_str v0.7.1 |
| 1136 | 2024-04-23T17:53:04.634Z | Downloaded fxhash v0.2.1 |
| 1137 | 2024-04-23T17:53:04.634Z | Downloaded serde-big-array v0.5.1 |
| 1138 | 2024-04-23T17:53:04.637Z | Downloaded oorandom v11.1.3 |
| 1139 | 2024-04-23T17:53:04.637Z | Downloaded packed_struct_codegen v0.10.1 |
| 1140 | 2024-04-23T17:53:04.637Z | Downloaded secrecy v0.8.0 |
| 1141 | 2024-04-23T17:53:04.641Z | Downloaded slab v0.4.9 |
| 1142 | 2024-04-23T17:53:04.641Z | Downloaded slog-envlogger v2.2.0 |
| 1143 | 2024-04-23T17:53:04.644Z | Downloaded oso-derive v0.27.3 |
| 1144 | 2024-04-23T17:53:04.644Z | Downloaded synstructure v0.12.6 |
| 1145 | 2024-04-23T17:53:04.645Z | Downloaded slog-bunyan v2.5.0 |
| 1146 | 2024-04-23T17:53:04.648Z | Downloaded quick-error v1.2.3 |
| 1147 | 2024-04-23T17:53:04.648Z | Downloaded slog-dtrace v0.3.0 |
| 1148 | 2024-04-23T17:53:04.651Z | Downloaded thread-id v4.2.0 |
| 1149 | 2024-04-23T17:53:04.651Z | Downloaded snafu-derive v0.8.2 |
| 1150 | 2024-04-23T17:53:04.652Z | Downloaded sha2 v0.10.8 |
| 1151 | 2024-04-23T17:53:04.656Z | Downloaded flume v0.11.0 |
| 1152 | 2024-04-23T17:53:04.660Z | Downloaded strum_macros v0.26.1 |
| 1153 | 2024-04-23T17:53:04.660Z | Downloaded diff v0.1.13 |
| 1154 | 2024-04-23T17:53:04.664Z | Downloaded take_mut v0.2.2 |
| 1155 | 2024-04-23T17:53:04.667Z | Downloaded enum-as-inner v0.5.1 |
| 1156 | 2024-04-23T17:53:04.667Z | Downloaded der_derive v0.7.2 |
| 1157 | 2024-04-23T17:53:04.671Z | Downloaded fragile v2.0.0 |
| 1158 | 2024-04-23T17:53:04.672Z | Downloaded defmt v0.3.5 |
| 1159 | 2024-04-23T17:53:04.678Z | Downloaded darling_macro v0.20.8 |
| 1160 | 2024-04-23T17:53:04.678Z | Downloaded erased-serde v0.3.31 |
| 1161 | 2024-04-23T17:53:04.686Z | Downloaded want v0.3.1 |
| 1162 | 2024-04-23T17:53:04.686Z | Downloaded peg-macros v0.8.2 |
| 1163 | 2024-04-23T17:53:04.690Z | Downloaded packed_struct v0.10.1 |
| 1164 | 2024-04-23T17:53:04.690Z | Downloaded num-bigint v0.4.4 |
| 1165 | 2024-04-23T17:53:04.694Z | Downloaded num_threads v0.1.6 |
| 1166 | 2024-04-23T17:53:04.698Z | Downloaded ppv-lite86 v0.2.17 |
| 1167 | 2024-04-23T17:53:04.698Z | Downloaded powerfmt v0.2.0 |
| 1168 | 2024-04-23T17:53:04.698Z | Downloaded debug-ignore v1.0.5 |
| 1169 | 2024-04-23T17:53:04.701Z | Downloaded foreign-types-shared v0.1.1 |
| 1170 | 2024-04-23T17:53:04.701Z | Downloaded heapless v0.7.16 |
| 1171 | 2024-04-23T17:53:04.706Z | Downloaded foreign-types-macros v0.2.3 |
| 1172 | 2024-04-23T17:53:04.713Z | Downloaded dtrace-parser v0.2.0 |
| 1173 | 2024-04-23T17:53:04.713Z | Downloaded tokio-stream v0.1.15 |
| 1174 | 2024-04-23T17:53:04.713Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1175 | 2024-04-23T17:53:04.717Z | Downloaded der v0.7.8 |
| 1176 | 2024-04-23T17:53:04.721Z | Downloaded tokio-tungstenite v0.20.1 |
| 1177 | 2024-04-23T17:53:04.721Z | Downloaded tracing v0.1.40 |
| 1178 | 2024-04-23T17:53:04.725Z | Downloaded tabwriter v1.4.0 |
| 1179 | 2024-04-23T17:53:04.730Z | Downloaded tabled_derive v0.7.0 |
| 1180 | 2024-04-23T17:53:04.730Z | Downloaded rand_seeder v0.2.3 |
| 1181 | 2024-04-23T17:53:04.730Z | Downloaded topological-sort v0.2.2 |
| 1182 | 2024-04-23T17:53:04.730Z | Downloaded toolchain_find v0.4.0 |
| 1183 | 2024-04-23T17:53:04.734Z | Downloaded smallvec v0.6.14 |
| 1184 | 2024-04-23T17:53:04.734Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1185 | 2024-04-23T17:53:04.734Z | Downloaded heapless v0.8.0 |
| 1186 | 2024-04-23T17:53:04.738Z | Downloaded strum_macros v0.24.3 |
| 1187 | 2024-04-23T17:53:04.741Z | Downloaded derive_builder_macro v0.20.0 |
| 1188 | 2024-04-23T17:53:04.742Z | Downloaded http v0.2.12 |
| 1189 | 2024-04-23T17:53:04.745Z | Downloaded futures v0.3.30 |
| 1190 | 2024-04-23T17:53:04.753Z | Downloaded ed25519 v1.5.3 |
| 1191 | 2024-04-23T17:53:04.758Z | Downloaded walkdir v2.5.0 |
| 1192 | 2024-04-23T17:53:04.758Z | Downloaded num_enum_derive v0.5.11 |
| 1193 | 2024-04-23T17:53:04.758Z | Downloaded untrusted v0.9.0 |
| 1194 | 2024-04-23T17:53:04.763Z | Downloaded half v2.3.1 |
| 1195 | 2024-04-23T17:53:04.763Z | Downloaded flate2 v1.0.28 |
| 1196 | 2024-04-23T17:53:04.767Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1197 | 2024-04-23T17:53:04.767Z | Downloaded futures-timer v3.0.2 |
| 1198 | 2024-04-23T17:53:04.770Z | Downloaded itertools v0.10.5 |
| 1199 | 2024-04-23T17:53:04.774Z | Downloaded parse-size v1.0.0 |
| 1200 | 2024-04-23T17:53:04.778Z | Downloaded percent-encoding v2.3.1 |
| 1201 | 2024-04-23T17:53:04.778Z | Downloaded hash32 v0.3.1 |
| 1202 | 2024-04-23T17:53:04.782Z | Downloaded shlex v1.3.0 |
| 1203 | 2024-04-23T17:53:04.782Z | Downloaded foreign-types v0.5.0 |
| 1204 | 2024-04-23T17:53:04.782Z | Downloaded spki v0.7.2 |
| 1205 | 2024-04-23T17:53:04.785Z | Downloaded pkcs8 v0.10.2 |
| 1206 | 2024-04-23T17:53:04.785Z | Downloaded owo-colors v4.0.0 |
| 1207 | 2024-04-23T17:53:04.790Z | Downloaded dyn-clone v1.0.17 |
| 1208 | 2024-04-23T17:53:04.794Z | Downloaded rand_chacha v0.3.1 |
| 1209 | 2024-04-23T17:53:04.794Z | Downloaded rstest v0.19.0 |
| 1210 | 2024-04-23T17:53:04.800Z | Downloaded number_prefix v0.4.0 |
| 1211 | 2024-04-23T17:53:04.800Z | Downloaded serde-hex v0.1.0 |
| 1212 | 2024-04-23T17:53:04.803Z | Downloaded predicates v3.1.0 |
| 1213 | 2024-04-23T17:53:04.804Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1214 | 2024-04-23T17:53:04.804Z | Downloaded futures-task v0.3.30 |
| 1215 | 2024-04-23T17:53:04.804Z | Downloaded version_check v0.9.4 |
| 1216 | 2024-04-23T17:53:04.808Z | Downloaded thiserror-no-std v2.0.2 |
| 1217 | 2024-04-23T17:53:04.811Z | Downloaded headers v0.3.9 |
| 1218 | 2024-04-23T17:53:04.817Z | Downloaded plotters-backend v0.3.5 |
| 1219 | 2024-04-23T17:53:04.822Z | Downloaded futures-sink v0.3.30 |
| 1220 | 2024-04-23T17:53:04.822Z | Downloaded futures-macro v0.3.30 |
| 1221 | 2024-04-23T17:53:04.822Z | Downloaded uzers v0.11.3 |
| 1222 | 2024-04-23T17:53:04.822Z | Downloaded unicode-segmentation v1.10.1 |
| 1223 | 2024-04-23T17:53:04.825Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2024-04-23T17:53:04.840Z | Downloaded openssl-macros v0.1.1 |
| 1225 | 2024-04-23T17:53:04.843Z | Downloaded foreign-types v0.3.2 |
| 1226 | 2024-04-23T17:53:04.843Z | Downloaded waitgroup v0.1.2 |
| 1227 | 2024-04-23T17:53:04.843Z | Downloaded zone v0.1.8 |
| 1228 | 2024-04-23T17:53:04.843Z | Downloaded zeroize_derive v1.4.2 |
| 1229 | 2024-04-23T17:53:04.848Z | Downloaded signal-hook-tokio v0.3.1 |
| 1230 | 2024-04-23T17:53:04.848Z | Downloaded signal-hook-registry v1.4.1 |
| 1231 | 2024-04-23T17:53:04.848Z | Downloaded signal-hook-mio v0.2.3 |
| 1232 | 2024-04-23T17:53:04.851Z | Downloaded embedded-io v0.4.0 |
| 1233 | 2024-04-23T17:53:04.852Z | Downloaded r2d2 v0.8.10 |
| 1234 | 2024-04-23T17:53:04.852Z | Downloaded parse-display-derive v0.9.0 |
| 1235 | 2024-04-23T17:53:04.856Z | Downloaded pkcs1 v0.7.5 |
| 1236 | 2024-04-23T17:53:04.856Z | Downloaded unsafe-libyaml v0.2.10 |
| 1237 | 2024-04-23T17:53:04.859Z | Downloaded time-core v0.1.2 |
| 1238 | 2024-04-23T17:53:04.863Z | Downloaded serde_with_macros v3.7.0 |
| 1239 | 2024-04-23T17:53:04.863Z | Downloaded tokio-native-tls v0.3.1 |
| 1240 | 2024-04-23T17:53:04.867Z | Downloaded ff v0.13.0 |
| 1241 | 2024-04-23T17:53:04.867Z | Downloaded fd-lock v4.0.2 |
| 1242 | 2024-04-23T17:53:04.871Z | Downloaded precomputed-hash v0.1.1 |
| 1243 | 2024-04-23T17:53:04.871Z | Downloaded portpicker v0.1.1 |
| 1244 | 2024-04-23T17:53:04.871Z | Downloaded tiny-keccak v2.0.2 |
| 1245 | 2024-04-23T17:53:04.875Z | Downloaded pretty-hex v0.4.1 |
| 1246 | 2024-04-23T17:53:04.876Z | Downloaded pretty-hex v0.2.1 |
| 1247 | 2024-04-23T17:53:04.876Z | Downloaded predicates-tree v1.0.9 |
| 1248 | 2024-04-23T17:53:04.876Z | Downloaded once_cell v1.19.0 |
| 1249 | 2024-04-23T17:53:04.879Z | Downloaded rustc-hash v1.1.0 |
| 1250 | 2024-04-23T17:53:04.879Z | Downloaded target-spec v3.1.0 |
| 1251 | 2024-04-23T17:53:04.883Z | Downloaded string_cache v0.8.7 |
| 1252 | 2024-04-23T17:53:04.883Z | Downloaded rtoolbox v0.0.1 |
| 1253 | 2024-04-23T17:53:04.883Z | Downloaded group v0.13.0 |
| 1254 | 2024-04-23T17:53:04.886Z | Downloaded tinytemplate v1.2.1 |
| 1255 | 2024-04-23T17:53:04.886Z | Downloaded zerocopy v0.3.0 |
| 1256 | 2024-04-23T17:53:04.893Z | Downloaded which v4.4.0 |
| 1257 | 2024-04-23T17:53:04.893Z | Downloaded tui-tree-widget v0.19.0 |
| 1258 | 2024-04-23T17:53:04.893Z | Downloaded unicode-bidi v0.3.15 |
| 1259 | 2024-04-23T17:53:04.896Z | Downloaded hashbrown v0.13.2 |
| 1260 | 2024-04-23T17:53:04.900Z | Downloaded phf_shared v0.10.0 |
| 1261 | 2024-04-23T17:53:04.900Z | Downloaded crossterm v0.27.0 |
| 1262 | 2024-04-23T17:53:04.904Z | Downloaded sqlformat v0.2.3 |
| 1263 | 2024-04-23T17:53:04.908Z | Downloaded predicates-core v1.0.6 |
| 1264 | 2024-04-23T17:53:04.908Z | Downloaded fixedbitset v0.4.2 |
| 1265 | 2024-04-23T17:53:04.908Z | Downloaded platforms v3.0.2 |
| 1266 | 2024-04-23T17:53:04.913Z | Downloaded spin v0.9.8 |
| 1267 | 2024-04-23T17:53:04.913Z | Downloaded rand_core v0.6.4 |
| 1268 | 2024-04-23T17:53:04.918Z | Downloaded pest_meta v2.7.6 |
| 1269 | 2024-04-23T17:53:04.918Z | Downloaded diesel_derives v2.1.2 |
| 1270 | 2024-04-23T17:53:04.921Z | Downloaded opaque-debug v0.3.0 |
| 1271 | 2024-04-23T17:53:04.921Z | Downloaded oso v0.27.3 |
| 1272 | 2024-04-23T17:53:04.925Z | Downloaded threadpool v1.8.1 |
| 1273 | 2024-04-23T17:53:04.926Z | Downloaded tap v1.0.1 |
| 1274 | 2024-04-23T17:53:04.926Z | Downloaded slog-scope v4.4.0 |
| 1275 | 2024-04-23T17:53:04.929Z | Downloaded rustls-pki-types v1.3.0 |
| 1276 | 2024-04-23T17:53:04.929Z | Downloaded tokio-rustls v0.25.0 |
| 1277 | 2024-04-23T17:53:04.929Z | Downloaded toml v0.7.8 |
| 1278 | 2024-04-23T17:53:04.934Z | Downloaded getopts v0.2.21 |
| 1279 | 2024-04-23T17:53:04.949Z | Downloaded gethostname v0.4.3 |
| 1280 | 2024-04-23T17:53:04.949Z | Downloaded postgres-protocol v0.6.6 |
| 1281 | 2024-04-23T17:53:04.949Z | Downloaded omicron-zone-package v0.11.0 |
| 1282 | 2024-04-23T17:53:04.956Z | Downloaded stability v0.2.0 |
| 1283 | 2024-04-23T17:53:04.956Z | Downloaded derive_more v0.99.17 |
| 1284 | 2024-04-23T17:53:04.956Z | Downloaded uuid v1.8.0 |
| 1285 | 2024-04-23T17:53:04.956Z | Downloaded cstr-argument v0.1.2 |
| 1286 | 2024-04-23T17:53:04.956Z | Downloaded dtrace-parser v0.1.14 |
| 1287 | 2024-04-23T17:53:04.957Z | Downloaded downcast v0.11.0 |
| 1288 | 2024-04-23T17:53:04.957Z | Downloaded scroll_derive v0.12.0 |
| 1289 | 2024-04-23T17:53:04.957Z | Downloaded plain v0.2.3 |
| 1290 | 2024-04-23T17:53:04.960Z | Downloaded darling v0.20.8 |
| 1291 | 2024-04-23T17:53:04.960Z | Downloaded similar v2.4.0 |
| 1292 | 2024-04-23T17:53:04.964Z | Downloaded unicode-normalization v0.1.22 |
| 1293 | 2024-04-23T17:53:04.967Z | Downloaded termcolor v1.2.0 |
| 1294 | 2024-04-23T17:53:04.968Z | Downloaded phf_shared v0.11.2 |
| 1295 | 2024-04-23T17:53:04.968Z | Downloaded usdt-impl v0.5.0 |
| 1296 | 2024-04-23T17:53:04.973Z | Downloaded toml v0.5.11 |
| 1297 | 2024-04-23T17:53:04.973Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1298 | 2024-04-23T17:53:04.973Z | Downloaded snafu v0.8.2 |
| 1299 | 2024-04-23T17:53:04.978Z | Downloaded olpc-cjson v0.1.3 |
| 1300 | 2024-04-23T17:53:04.996Z | Downloaded getrandom v0.2.12 |
| 1301 | 2024-04-23T17:53:04.996Z | Downloaded phf v0.11.2 |
| 1302 | 2024-04-23T17:53:04.996Z | Downloaded funty v2.0.0 |
| 1303 | 2024-04-23T17:53:04.996Z | Downloaded form_urlencoded v1.2.1 |
| 1304 | 2024-04-23T17:53:04.996Z | Downloaded rustls-native-certs v0.7.0 |
| 1305 | 2024-04-23T17:53:04.996Z | Downloaded portable-atomic v1.4.3 |
| 1306 | 2024-04-23T17:53:04.996Z | Downloaded dof v0.3.0 |
| 1307 | 2024-04-23T17:53:05.002Z | Downloaded smawk v0.3.1 |
| 1308 | 2024-04-23T17:53:05.002Z | Downloaded slog-stdlog v4.1.1 |
| 1309 | 2024-04-23T17:53:05.002Z | Downloaded serde_plain v1.0.2 |
| 1310 | 2024-04-23T17:53:05.002Z | Downloaded serde_derive_internals v0.26.0 |
| 1311 | 2024-04-23T17:53:05.002Z | Downloaded utf-8 v0.7.6 |
| 1312 | 2024-04-23T17:53:05.002Z | Downloaded pest v2.7.6 |
| 1313 | 2024-04-23T17:53:05.006Z | Downloaded ena v0.14.2 |
| 1314 | 2024-04-23T17:53:05.009Z | Downloaded serde_arrays v0.1.0 |
| 1315 | 2024-04-23T17:53:05.010Z | Downloaded ref-cast-impl v1.0.22 |
| 1316 | 2024-04-23T17:53:05.010Z | Downloaded zerocopy v0.6.6 |
| 1317 | 2024-04-23T17:53:05.013Z | Downloaded zeroize v1.7.0 |
| 1318 | 2024-04-23T17:53:05.013Z | Downloaded csv-core v0.1.11 |
| 1319 | 2024-04-23T17:53:05.018Z | Downloaded ucd-trie v0.1.6 |
| 1320 | 2024-04-23T17:53:05.019Z | Downloaded pin-utils v0.1.0 |
| 1321 | 2024-04-23T17:53:05.019Z | Downloaded serde_yaml v0.9.25 |
| 1322 | 2024-04-23T17:53:05.024Z | Downloaded zerocopy-derive v0.7.32 |
| 1323 | 2024-04-23T17:53:05.028Z | Downloaded uuid v0.8.2 |
| 1324 | 2024-04-23T17:53:05.028Z | Downloaded trust-dns-resolver v0.22.0 |
| 1325 | 2024-04-23T17:53:05.032Z | Downloaded filetime v0.2.23 |
| 1326 | 2024-04-23T17:53:05.032Z | Downloaded pem-rfc7468 v0.7.0 |
| 1327 | 2024-04-23T17:53:05.036Z | Downloaded parking_lot v0.11.2 |
| 1328 | 2024-04-23T17:53:05.036Z | Downloaded term v0.7.0 |
| 1329 | 2024-04-23T17:53:05.044Z | Downloaded salty v0.2.0 |
| 1330 | 2024-04-23T17:53:05.048Z | Downloaded guppy v0.17.5 |
| 1331 | 2024-04-23T17:53:05.053Z | Downloaded stringprep v0.1.3 |
| 1332 | 2024-04-23T17:53:05.053Z | Downloaded rand v0.8.5 |
| 1333 | 2024-04-23T17:53:05.058Z | Downloaded slog-term v2.9.1 |
| 1334 | 2024-04-23T17:53:05.058Z | Downloaded pretty_assertions v1.4.0 |
| 1335 | 2024-04-23T17:53:05.063Z | Downloaded tokio-util v0.7.10 |
| 1336 | 2024-04-23T17:53:05.066Z | Downloaded fallible-iterator v0.2.0 |
| 1337 | 2024-04-23T17:53:05.066Z | Downloaded openssl-sys v0.9.102 |
| 1338 | 2024-04-23T17:53:05.071Z | Downloaded tungstenite v0.20.1 |
| 1339 | 2024-04-23T17:53:05.074Z | Downloaded typenum v1.16.0 |
| 1340 | 2024-04-23T17:53:05.078Z | Downloaded winnow v0.5.15 |
| 1341 | 2024-04-23T17:53:05.086Z | Downloaded schemars v0.8.16 |
| 1342 | 2024-04-23T17:53:05.096Z | Downloaded pin-project-lite v0.2.13 |
| 1343 | 2024-04-23T17:53:05.100Z | Downloaded papergrid v0.11.0 |
| 1344 | 2024-04-23T17:53:05.104Z | Downloaded tar v0.4.40 |
| 1345 | 2024-04-23T17:53:05.109Z | Downloaded pin-project v1.1.3 |
| 1346 | 2024-04-23T17:53:05.118Z | Downloaded elliptic-curve v0.13.8 |
| 1347 | 2024-04-23T17:53:05.121Z | Downloaded darling_core v0.20.8 |
| 1348 | 2024-04-23T17:53:05.126Z | Downloaded blake3 v1.5.0 |
| 1349 | 2024-04-23T17:53:05.133Z | Downloaded tower v0.4.13 |
| 1350 | 2024-04-23T17:53:05.142Z | Downloaded tempfile v3.10.1 |
| 1351 | 2024-04-23T17:53:05.148Z | Downloaded bindgen v0.69.2 |
| 1352 | 2024-04-23T17:53:05.152Z | Downloaded proptest v1.4.0 |
| 1353 | 2024-04-23T17:53:05.161Z | Downloaded sqlparser v0.45.0 |
| 1354 | 2024-04-23T17:53:05.166Z | Downloaded bitvec v1.0.1 |
| 1355 | 2024-04-23T17:53:05.181Z | Downloaded time v0.3.34 |
| 1356 | 2024-04-23T17:53:05.189Z | Downloaded typed-path v0.7.0 |
| 1357 | 2024-04-23T17:53:05.197Z | Downloaded steno v0.4.0 |
| 1358 | 2024-04-23T17:53:05.202Z | Downloaded tough v0.17.1 |
| 1359 | 2024-04-23T17:53:05.205Z | Downloaded expectorate v1.1.0 |
| 1360 | 2024-04-23T17:53:05.209Z | Downloaded idna v0.5.0 |
| 1361 | 2024-04-23T17:53:05.214Z | Downloaded futures-util v0.3.30 |
| 1362 | 2024-04-23T17:53:05.226Z | Downloaded goblin v0.8.0 |
| 1363 | 2024-04-23T17:53:05.231Z | Downloaded rayon v1.10.0 |
| 1364 | 2024-04-23T17:53:05.241Z | Downloaded reqwest v0.11.24 |
| 1365 | 2024-04-23T17:53:05.248Z | Downloaded syn v1.0.109 |
| 1366 | 2024-04-23T17:53:05.263Z | Downloaded reedline v0.31.0 |
| 1367 | 2024-04-23T17:53:05.266Z | Downloaded rustls-webpki v0.101.7 |
| 1368 | 2024-04-23T17:53:05.280Z | Downloaded h2 v0.3.26 |
| 1369 | 2024-04-23T17:53:05.286Z | Downloaded polar-core v0.27.3 |
| 1370 | 2024-04-23T17:53:05.295Z | Downloaded quick-xml v0.31.0 |
| 1371 | 2024-04-23T17:53:05.301Z | Downloaded rustls-webpki v0.102.1 |
| 1372 | 2024-04-23T17:53:05.318Z | Downloaded object v0.30.4 |
| 1373 | 2024-04-23T17:53:05.327Z | Downloaded regex-syntax v0.6.29 |
| 1374 | 2024-04-23T17:53:05.334Z | Downloaded radix_trie v0.2.1 |
| 1375 | 2024-04-23T17:53:05.341Z | Downloaded webpki-roots v0.25.2 |
| 1376 | 2024-04-23T17:53:05.346Z | Downloaded bstr v1.9.0 |
| 1377 | 2024-04-23T17:53:05.354Z | Downloaded regex v1.10.4 |
| 1378 | 2024-04-23T17:53:05.367Z | Downloaded curve25519-dalek v4.1.2 |
| 1379 | 2024-04-23T17:53:05.376Z | Downloaded vcpkg v0.2.15 |
| 1380 | 2024-04-23T17:53:05.415Z | Downloaded smoltcp v0.11.0 |
| 1381 | 2024-04-23T17:53:05.425Z | Downloaded openssl v0.10.64 |
| 1382 | 2024-04-23T17:53:05.434Z | Downloaded gimli v0.28.0 |
| 1383 | 2024-04-23T17:53:05.442Z | Downloaded diesel v2.1.6 |
| 1384 | 2024-04-23T17:53:05.459Z | Downloaded smoltcp v0.9.1 |
| 1385 | 2024-04-23T17:53:05.469Z | Downloaded object v0.32.1 |
| 1386 | 2024-04-23T17:53:05.479Z | Downloaded regex-automata v0.4.5 |
| 1387 | 2024-04-23T17:53:05.496Z | Downloaded openapiv3 v2.0.0 |
| 1388 | 2024-04-23T17:53:05.510Z | Downloaded zerocopy-derive v0.6.6 |
| 1389 | 2024-04-23T17:53:05.517Z | Downloaded zerocopy-derive v0.2.0 |
| 1390 | 2024-04-23T17:53:05.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1391 | 2024-04-23T17:53:05.537Z | Downloaded rustls v0.22.4 |
| 1392 | 2024-04-23T17:53:05.550Z | Downloaded ratatui v0.26.2 |
| 1393 | 2024-04-23T17:53:05.568Z | Downloaded csv v1.3.0 |
| 1394 | 2024-04-23T17:53:05.588Z | Downloaded sha3 v0.10.8 |
| 1395 | 2024-04-23T17:53:05.592Z | Downloaded tokio v1.37.0 |
| 1396 | 2024-04-23T17:53:05.628Z | Downloaded sled v0.34.7 |
| 1397 | 2024-04-23T17:53:05.638Z | Downloaded encoding_rs v0.8.33 |
| 1398 | 2024-04-23T17:53:05.661Z | Downloaded trust-dns-proto v0.22.0 |
| 1399 | 2024-04-23T17:53:05.670Z | Downloaded regress v0.9.1 |
| 1400 | 2024-04-23T17:53:05.678Z | Downloaded regex-syntax v0.8.2 |
| 1401 | 2024-04-23T17:53:05.687Z | Downloaded rustls v0.21.9 |
| 1402 | 2024-04-23T17:53:05.697Z | Downloaded bstr v0.2.17 |
| 1403 | 2024-04-23T17:53:05.706Z | Downloaded tabled v0.15.0 |
| 1404 | 2024-04-23T17:53:05.721Z | Downloaded petgraph v0.6.4 |
| 1405 | 2024-04-23T17:53:05.737Z | Downloaded nix v0.28.0 |
| 1406 | 2024-04-23T17:53:05.747Z | Downloaded plotters v0.3.5 |
| 1407 | 2024-04-23T17:53:05.754Z | Downloaded idna v0.3.0 |
| 1408 | 2024-04-23T17:53:05.761Z | Downloaded lalrpop v0.19.12 |
| 1409 | 2024-04-23T17:53:05.771Z | Downloaded chrono v0.4.38 |
| 1410 | 2024-04-23T17:53:05.777Z | Downloaded tungstenite v0.21.0 |
| 1411 | 2024-04-23T17:53:05.781Z | Downloaded prettyplease v0.2.19 |
| 1412 | 2024-04-23T17:53:05.784Z | Downloaded rcgen v0.12.1 |
| 1413 | 2024-04-23T17:53:05.788Z | Downloaded regex-automata v0.1.10 |
| 1414 | 2024-04-23T17:53:05.792Z | Downloaded rustyline v14.0.0 |
| 1415 | 2024-04-23T17:53:05.797Z | Downloaded zerocopy v0.7.32 |
| 1416 | 2024-04-23T17:53:05.810Z | Downloaded zip v0.6.6 |
| 1417 | 2024-04-23T17:53:05.815Z | Downloaded trust-dns-client v0.22.0 |
| 1418 | 2024-04-23T17:53:05.818Z | Downloaded rayon-core v1.12.1 |
| 1419 | 2024-04-23T17:53:05.823Z | Downloaded serde_with v3.7.0 |
| 1420 | 2024-04-23T17:53:05.829Z | Downloaded usdt-impl v0.3.5 |
| 1421 | 2024-04-23T17:53:05.834Z | Downloaded relative-path v1.9.0 |
| 1422 | 2024-04-23T17:53:05.834Z | Downloaded rstest_macros v0.19.0 |
| 1423 | 2024-04-23T17:53:05.837Z | Downloaded url v2.5.0 |
| 1424 | 2024-04-23T17:53:05.837Z | Downloaded data-encoding v2.4.0 |
| 1425 | 2024-04-23T17:53:05.841Z | Downloaded termios v0.3.3 |
| 1426 | 2024-04-23T17:53:05.842Z | Downloaded postcard v1.0.8 |
| 1427 | 2024-04-23T17:53:05.845Z | Downloaded hyper v0.14.28 |
| 1428 | 2024-04-23T17:53:05.853Z | Downloaded ron v0.8.1 |
| 1429 | 2024-04-23T17:53:05.857Z | Downloaded glob v0.3.1 |
| 1430 | 2024-04-23T17:53:05.858Z | Downloaded time-macros v0.2.17 |
| 1431 | 2024-04-23T17:53:05.858Z | Downloaded unicode_categories v0.1.1 |
| 1432 | 2024-04-23T17:53:05.862Z | Downloaded target-lexicon v0.12.13 |
| 1433 | 2024-04-23T17:53:05.862Z | Downloaded idna v0.2.3 |
| 1434 | 2024-04-23T17:53:05.869Z | Downloaded itertools v0.12.1 |
| 1435 | 2024-04-23T17:53:05.874Z | Downloaded samael v0.0.15 |
| 1436 | 2024-04-23T17:53:05.878Z | Downloaded criterion v0.5.1 |
| 1437 | 2024-04-23T17:53:05.886Z | Downloaded hashbrown v0.12.3 |
| 1438 | 2024-04-23T17:53:05.889Z | Downloaded fastrand v2.0.1 |
| 1439 | 2024-04-23T17:53:05.890Z | Downloaded vsss-rs v3.3.4 |
| 1440 | 2024-04-23T17:53:05.893Z | Downloaded serde_repr v0.1.16 |
| 1441 | 2024-04-23T17:53:05.896Z | Downloaded rsa v0.9.2 |
| 1442 | 2024-04-23T17:53:05.901Z | Downloaded shell-words v1.1.0 |
| 1443 | 2024-04-23T17:53:05.901Z | Downloaded rustversion v1.0.14 |
| 1444 | 2024-04-23T17:53:05.905Z | Downloaded pest_generator v2.7.6 |
| 1445 | 2024-04-23T17:53:05.905Z | Downloaded num-rational v0.4.1 |
| 1446 | 2024-04-23T17:53:05.905Z | Downloaded signal-hook v0.3.17 |
| 1447 | 2024-04-23T17:53:05.908Z | Downloaded env_logger v0.9.3 |
| 1448 | 2024-04-23T17:53:05.908Z | Downloaded x509-cert v0.2.4 |
| 1449 | 2024-04-23T17:53:05.915Z | Downloaded aho-corasick v1.1.2 |
| 1450 | 2024-04-23T17:53:05.919Z | Downloaded ron v0.7.1 |
| 1451 | 2024-04-23T17:53:05.922Z | Downloaded publicsuffix v2.2.3 |
| 1452 | 2024-04-23T17:53:05.926Z | Downloaded num-bigint-dig v0.8.4 |
| 1453 | 2024-04-23T17:53:05.929Z | Downloaded nom v7.1.3 |
| 1454 | 2024-04-23T17:53:05.936Z | Downloaded fatfs v0.3.6 |
| 1455 | 2024-04-23T17:53:05.940Z | Downloaded num-traits v0.2.18 |
| 1456 | 2024-04-23T17:53:05.944Z | Downloaded trust-dns-server v0.22.1 |
| 1457 | 2024-04-23T17:53:05.948Z | Downloaded env_logger v0.10.0 |
| 1458 | 2024-04-23T17:53:05.961Z | Downloaded derive_builder_core v0.20.0 |
| 1459 | 2024-04-23T17:53:05.961Z | Downloaded tokio-tungstenite v0.21.0 |
| 1460 | 2024-04-23T17:53:05.961Z | Downloaded libxml v0.3.3 |
| 1461 | 2024-04-23T17:53:05.961Z | Downloaded libm v0.2.7 |
| 1462 | 2024-04-23T17:53:05.978Z | Downloaded crossbeam-channel v0.5.8 |
| 1463 | 2024-04-23T17:53:05.978Z | Downloaded const_format v0.2.32 |
| 1464 | 2024-04-23T17:53:05.981Z | Downloaded unarray v0.1.4 |
| 1465 | 2024-04-23T17:53:05.981Z | Downloaded postgres-types v0.2.6 |
| 1466 | 2024-04-23T17:53:05.981Z | Downloaded futures-channel v0.3.30 |
| 1467 | 2024-04-23T17:53:05.981Z | Downloaded spin v0.5.2 |
| 1468 | 2024-04-23T17:53:05.985Z | Downloaded vte v0.11.1 |
| 1469 | 2024-04-23T17:53:05.985Z | Downloaded radium v0.7.0 |
| 1470 | 2024-04-23T17:53:05.985Z | Downloaded static_assertions v1.1.0 |
| 1471 | 2024-04-23T17:53:05.988Z | Downloaded tinyvec v1.6.0 |
| 1472 | 2024-04-23T17:53:05.989Z | Downloaded subprocess v0.2.9 |
| 1473 | 2024-04-23T17:53:05.993Z | Downloaded rand_xorshift v0.3.0 |
| 1474 | 2024-04-23T17:53:05.993Z | Downloaded password-hash v0.5.0 |
| 1475 | 2024-04-23T17:53:05.993Z | Downloaded partial-io v0.5.4 |
| 1476 | 2024-04-23T17:53:05.997Z | Downloaded derive-where v1.2.7 |
| 1477 | 2024-04-23T17:53:06.007Z | Downloaded datatest-stable v0.2.6 |
| 1478 | 2024-04-23T17:53:06.007Z | Downloaded unicase v2.7.0 |
| 1479 | 2024-04-23T17:53:06.011Z | Downloaded foreign-types-shared v0.3.1 |
| 1480 | 2024-04-23T17:53:06.011Z | Downloaded sct v0.7.0 |
| 1481 | 2024-04-23T17:53:06.011Z | Downloaded num_enum v0.5.11 |
| 1482 | 2024-04-23T17:53:06.011Z | Downloaded num_cpus v1.16.0 |
| 1483 | 2024-04-23T17:53:06.011Z | Downloaded pin-project-internal v1.1.3 |
| 1484 | 2024-04-23T17:53:06.015Z | Downloaded parking_lot v0.12.1 |
| 1485 | 2024-04-23T17:53:06.015Z | Downloaded http v1.0.0 |
| 1486 | 2024-04-23T17:53:06.018Z | Downloaded either v1.11.0 |
| 1487 | 2024-04-23T17:53:06.022Z | Downloaded crypto-common v0.1.6 |
| 1488 | 2024-04-23T17:53:06.023Z | Downloaded untrusted v0.7.1 |
| 1489 | 2024-04-23T17:53:06.023Z | Downloaded universal-hash v0.5.1 |
| 1490 | 2024-04-23T17:53:06.023Z | Downloaded unicode-linebreak v0.1.5 |
| 1491 | 2024-04-23T17:53:06.023Z | Downloaded tokio-postgres v0.7.10 |
| 1492 | 2024-04-23T17:53:06.027Z | Downloaded strum_macros v0.25.2 |
| 1493 | 2024-04-23T17:53:06.031Z | Downloaded mio v0.8.11 |
| 1494 | 2024-04-23T17:53:06.034Z | Downloaded minimal-lexical v0.2.1 |
| 1495 | 2024-04-23T17:53:06.038Z | Downloaded siphasher v0.3.11 |
| 1496 | 2024-04-23T17:53:06.039Z | Downloaded proc-macro-crate v1.3.1 |
| 1497 | 2024-04-23T17:53:06.043Z | Downloaded paste v1.0.14 |
| 1498 | 2024-04-23T17:53:06.043Z | Downloaded similar-asserts v1.5.0 |
| 1499 | 2024-04-23T17:53:06.046Z | Downloaded derive_builder v0.20.0 |
| 1500 | 2024-04-23T17:53:06.052Z | Downloaded sec1 v0.7.3 |
| 1501 | 2024-04-23T17:53:06.052Z | Downloaded tracing-core v0.1.32 |
| 1502 | 2024-04-23T17:53:06.052Z | Downloaded futures-executor v0.3.30 |
| 1503 | 2024-04-23T17:53:06.056Z | Downloaded socket2 v0.4.9 |
| 1504 | 2024-04-23T17:53:06.056Z | Downloaded cookie v0.18.1 |
| 1505 | 2024-04-23T17:53:06.059Z | Downloaded pest_derive v2.7.6 |
| 1506 | 2024-04-23T17:53:06.059Z | Downloaded parking_lot_core v0.9.8 |
| 1507 | 2024-04-23T17:53:06.063Z | Downloaded rust-argon2 v2.1.0 |
| 1508 | 2024-04-23T17:53:06.063Z | Downloaded tokio-macros v2.2.0 |
| 1509 | 2024-04-23T17:53:06.063Z | Downloaded cfg-expr v0.15.6 |
| 1510 | 2024-04-23T17:53:06.067Z | Downloaded camino-tempfile v1.1.1 |
| 1511 | 2024-04-23T17:53:06.067Z | Downloaded cookie_store v0.20.0 |
| 1512 | 2024-04-23T17:53:06.073Z | Downloaded serde_tokenstream v0.1.7 |
| 1513 | 2024-04-23T17:53:06.079Z | Downloaded rustls-pemfile v2.1.2 |
| 1514 | 2024-04-23T17:53:06.079Z | Downloaded newtype-uuid v1.1.0 |
| 1515 | 2024-04-23T17:53:06.079Z | Downloaded ring v0.17.8 |
| 1516 | 2024-04-23T17:53:06.145Z | Downloaded backtrace v0.3.69 |
| 1517 | 2024-04-23T17:53:06.149Z | Downloaded num-iter v0.1.44 |
| 1518 | 2024-04-23T17:53:06.149Z | Downloaded heck v0.4.1 |
| 1519 | 2024-04-23T17:53:06.153Z | Downloaded heck v0.3.3 |
| 1520 | 2024-04-23T17:53:06.153Z | Downloaded usdt v0.3.5 |
| 1521 | 2024-04-23T17:53:06.153Z | Downloaded base64 v0.13.1 |
| 1522 | 2024-04-23T17:53:06.156Z | Downloaded fnv v1.0.7 |
| 1523 | 2024-04-23T17:53:06.156Z | Downloaded float-cmp v0.9.0 |
| 1524 | 2024-04-23T17:53:06.157Z | Downloaded dof v0.1.5 |
| 1525 | 2024-04-23T17:53:06.157Z | Downloaded dirs-sys-next v0.1.2 |
| 1526 | 2024-04-23T17:53:06.162Z | Downloaded digest v0.10.7 |
| 1527 | 2024-04-23T17:53:06.162Z | Downloaded yansi v0.5.1 |
| 1528 | 2024-04-23T17:53:06.162Z | Downloaded ciborium v0.2.2 |
| 1529 | 2024-04-23T17:53:06.165Z | Downloaded wait-timeout v0.2.0 |
| 1530 | 2024-04-23T17:53:06.165Z | Downloaded usdt v0.5.0 |
| 1531 | 2024-04-23T17:53:06.165Z | Downloaded structmeta-derive v0.3.0 |
| 1532 | 2024-04-23T17:53:06.165Z | Downloaded structmeta-derive v0.2.0 |
| 1533 | 2024-04-23T17:53:06.168Z | Downloaded strsim v0.10.0 |
| 1534 | 2024-04-23T17:53:06.168Z | Downloaded stable_deref_trait v1.2.0 |
| 1535 | 2024-04-23T17:53:06.168Z | Downloaded slog-async v2.8.0 |
| 1536 | 2024-04-23T17:53:06.169Z | Downloaded num-complex v0.4.5 |
| 1537 | 2024-04-23T17:53:06.173Z | Downloaded nu-ansi-term v0.50.0 |
| 1538 | 2024-04-23T17:53:06.173Z | Downloaded ref-cast v1.0.22 |
| 1539 | 2024-04-23T17:53:06.177Z | Downloaded difflib v0.4.0 |
| 1540 | 2024-04-23T17:53:06.177Z | Downloaded rpassword v7.3.1 |
| 1541 | 2024-04-23T17:53:06.177Z | Downloaded cancel-safe-futures v0.1.5 |
| 1542 | 2024-04-23T17:53:06.181Z | Downloaded num-integer v0.1.46 |
| 1543 | 2024-04-23T17:53:06.181Z | Downloaded num v0.4.2 |
| 1544 | 2024-04-23T17:53:06.181Z | Downloaded nanorand v0.7.0 |
| 1545 | 2024-04-23T17:53:06.184Z | Downloaded linear-map v1.2.0 |
| 1546 | 2024-04-23T17:53:06.185Z | Downloaded constant_time_eq v0.3.0 |
| 1547 | 2024-04-23T17:53:06.188Z | Downloaded cobs v0.2.3 |
| 1548 | 2024-04-23T17:53:06.188Z | Downloaded corncobs v0.1.3 |
| 1549 | 2024-04-23T17:53:06.188Z | Downloaded ciborium-ll v0.2.2 |
| 1550 | 2024-04-23T17:53:06.188Z | Downloaded ring v0.16.20 |
| 1551 | 2024-04-23T17:53:06.268Z | Downloaded http-body v0.4.5 |
| 1552 | 2024-04-23T17:53:06.275Z | Downloaded cast v0.3.0 |
| 1553 | 2024-04-23T17:53:06.275Z | Downloaded buf-list v1.0.3 |
| 1554 | 2024-04-23T17:53:06.275Z | Downloaded newtype_derive v0.1.6 |
| 1555 | 2024-04-23T17:53:06.275Z | Downloaded maybe-uninit v2.0.0 |
| 1556 | 2024-04-23T17:53:06.275Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1557 | 2024-04-23T17:53:06.275Z | Downloaded match_cfg v0.1.0 |
| 1558 | 2024-04-23T17:53:06.282Z | Downloaded lazy_static v1.4.0 |
| 1559 | 2024-04-23T17:53:06.282Z | Downloaded hyper-tls v0.5.0 |
| 1560 | 2024-04-23T17:53:06.282Z | Downloaded byteorder v1.5.0 |
| 1561 | 2024-04-23T17:53:06.282Z | Downloaded bytecount v0.6.3 |
| 1562 | 2024-04-23T17:53:06.282Z | Downloaded block-padding v0.3.3 |
| 1563 | 2024-04-23T17:53:06.286Z | Downloaded hyper-staticfile v0.9.5 |
| 1564 | 2024-04-23T17:53:06.286Z | Downloaded humantime v2.1.0 |
| 1565 | 2024-04-23T17:53:06.286Z | Downloaded cpufeatures v0.2.12 |
| 1566 | 2024-04-23T17:53:06.286Z | Downloaded ident_case v1.0.1 |
| 1567 | 2024-04-23T17:53:06.286Z | Downloaded hubpack_derive v0.1.1 |
| 1568 | 2024-04-23T17:53:06.286Z | Downloaded cassowary v0.3.0 |
| 1569 | 2024-04-23T17:53:06.289Z | Downloaded block-buffer v0.10.4 |
| 1570 | 2024-04-23T17:53:06.289Z | Downloaded bitfield v0.14.0 |
| 1571 | 2024-04-23T17:53:06.289Z | Downloaded adler v1.0.2 |
| 1572 | 2024-04-23T17:53:06.294Z | Downloaded hyper-util v0.1.2 |
| 1573 | 2024-04-23T17:53:06.294Z | Downloaded bitstruct_derive v0.1.0 |
| 1574 | 2024-04-23T17:53:06.294Z | Downloaded hyper-rustls v0.24.2 |
| 1575 | 2024-04-23T17:53:06.299Z | Downloaded hkdf v0.12.4 |
| 1576 | 2024-04-23T17:53:06.299Z | Downloaded bcs v0.1.6 |
| 1577 | 2024-04-23T17:53:06.302Z | Downloaded base64ct v1.6.0 |
| 1578 | 2024-04-23T17:53:06.302Z | Downloaded argon2 v0.5.3 |
| 1579 | 2024-04-23T17:53:06.302Z | Downloaded crypto-bigint v0.5.2 |
| 1580 | 2024-04-23T17:53:06.307Z | Downloaded ascii v1.1.0 |
| 1581 | 2024-04-23T17:53:06.312Z | Downloaded atomic-waker v1.1.1 |
| 1582 | 2024-04-23T17:53:06.312Z | Downloaded async-stream v0.3.5 |
| 1583 | 2024-04-23T17:53:06.315Z | Downloaded ascii-canvas v3.0.0 |
| 1584 | 2024-04-23T17:53:06.315Z | Downloaded async-recursion v1.1.0 |
| 1585 | 2024-04-23T17:53:06.316Z | Downloaded aead v0.5.2 |
| 1586 | 2024-04-23T17:53:06.325Z | Downloaded arrayref v0.3.7 |
| 1587 | 2024-04-23T17:53:06.325Z | Downloaded array-init v0.0.4 |
| 1588 | 2024-04-23T17:53:06.325Z | Downloaded anes v0.1.6 |
| 1589 | 2024-04-23T17:53:06.325Z | Downloaded highway v1.1.0 |
| 1590 | 2024-04-23T17:53:06.846Z | Compiling libc v0.2.153 |
| 1591 | 2024-04-23T17:53:06.847Z | Compiling serde v1.0.198 |
| 1592 | 2024-04-23T17:53:06.847Z | Compiling version_check v0.9.4 |
| 1593 | 2024-04-23T17:53:06.850Z | Checking cfg-if v1.0.0 |
| 1594 | 2024-04-23T17:53:06.917Z | Compiling lock_api v0.4.10 |
| 1595 | 2024-04-23T17:53:06.920Z | Compiling syn v1.0.109 |
| 1596 | 2024-04-23T17:53:06.953Z | Compiling syn v2.0.59 |
| 1597 | 2024-04-23T17:53:06.980Z | Compiling parking_lot_core v0.9.8 |
| 1598 | 2024-04-23T17:53:06.998Z | Compiling once_cell v1.19.0 |
| 1599 | 2024-04-23T17:53:07.332Z | Compiling libm v0.2.7 |
| 1600 | 2024-04-23T17:53:07.393Z | Compiling num-traits v0.2.18 |
| 1601 | 2024-04-23T17:53:07.446Z | Compiling memchr v2.7.1 |
| 1602 | 2024-04-23T17:53:07.468Z | Compiling serde_json v1.0.116 |
| 1603 | 2024-04-23T17:53:07.641Z | Compiling ahash v0.8.8 |
| 1604 | 2024-04-23T17:53:07.786Z | Compiling byteorder v1.5.0 |
| 1605 | 2024-04-23T17:53:08.358Z | Checking log v0.4.21 |
| 1606 | 2024-04-23T17:53:08.648Z | Compiling slab v0.4.9 |
| 1607 | 2024-04-23T17:53:08.669Z | Checking itoa v1.0.9 |
| 1608 | 2024-04-23T17:53:08.834Z | Checking getrandom v0.2.12 |
| 1609 | 2024-04-23T17:53:08.879Z | Compiling typenum v1.16.0 |
| 1610 | 2024-04-23T17:53:08.965Z | Compiling cc v1.0.83 |
| 1611 | 2024-04-23T17:53:09.298Z | Compiling generic-array v0.14.7 |
| 1612 | 2024-04-23T17:53:09.590Z | Checking scopeguard v1.2.0 |
| 1613 | 2024-04-23T17:53:09.698Z | Checking smallvec v1.13.1 |
| 1614 | 2024-04-23T17:53:09.715Z | Compiling heck v0.4.1 |
| 1615 | 2024-04-23T17:53:09.747Z | Compiling allocator-api2 v0.2.16 |
| 1616 | 2024-04-23T17:53:10.062Z | Compiling pkg-config v0.3.27 |
| 1617 | 2024-04-23T17:53:10.209Z | Compiling rustix v0.38.31 |
| 1618 | 2024-04-23T17:53:10.232Z | Compiling schemars v0.8.16 |
| 1619 | 2024-04-23T17:53:10.548Z | Compiling httparse v1.8.0 |
| 1620 | 2024-04-23T17:53:10.622Z | Checking pin-project-lite v0.2.13 |
| 1621 | 2024-04-23T17:53:10.744Z | Compiling time-core v0.1.2 |
| 1622 | 2024-04-23T17:53:10.779Z | Checking parking_lot v0.12.1 |
| 1623 | 2024-04-23T17:53:10.900Z | Compiling num-conv v0.1.0 |
| 1624 | 2024-04-23T17:53:11.080Z | Compiling fnv v1.0.7 |
| 1625 | 2024-04-23T17:53:11.172Z | Compiling time-macros v0.2.17 |
| 1626 | 2024-04-23T17:53:11.204Z | Checking signal-hook-registry v1.4.1 |
| 1627 | 2024-04-23T17:53:11.409Z | Compiling vcpkg v0.2.15 |
| 1628 | 2024-04-23T17:53:11.429Z | Checking mio v0.8.11 |
| 1629 | 2024-04-23T17:53:11.690Z | Checking ryu v1.0.15 |
| 1630 | 2024-04-23T17:53:11.905Z | Compiling aho-corasick v1.1.2 |
| 1631 | 2024-04-23T17:53:12.069Z | Compiling ring v0.17.8 |
| 1632 | 2024-04-23T17:53:13.432Z | Compiling regex-syntax v0.8.2 |
| 1633 | 2024-04-23T17:53:13.546Z | Compiling openssl-sys v0.9.102 |
| 1634 | 2024-04-23T17:53:14.408Z | Checking rand_core v0.6.4 |
| 1635 | 2024-04-23T17:53:14.696Z | Compiling serde_derive_internals v0.26.0 |
| 1636 | 2024-04-23T17:53:15.409Z | Checking num_cpus v1.16.0 |
| 1637 | 2024-04-23T17:53:15.510Z | Checking futures-core v0.3.30 |
| 1638 | 2024-04-23T17:53:15.641Z | Compiling ring v0.16.20 |
| 1639 | 2024-04-23T17:53:16.637Z | Compiling regex-automata v0.4.5 |
| 1640 | 2024-04-23T17:53:16.938Z | Checking socket2 v0.5.6 |
| 1641 | 2024-04-23T17:53:17.271Z | Compiling openssl v0.10.64 |
| 1642 | 2024-04-23T17:53:18.464Z | Compiling ucd-trie v0.1.6 |
| 1643 | 2024-04-23T17:53:18.797Z | Compiling slog v2.7.0 |
| 1644 | 2024-04-23T17:53:18.973Z | Compiling rustversion v1.0.14 |
| 1645 | 2024-04-23T17:53:19.241Z | Compiling crossbeam-utils v0.8.19 |
| 1646 | 2024-04-23T17:53:19.855Z | Compiling rustls v0.21.9 |
| 1647 | 2024-04-23T17:53:20.062Z | Compiling iana-time-zone v0.1.57 |
| 1648 | 2024-04-23T17:53:20.091Z | Compiling native-tls v0.2.11 |
| 1649 | 2024-04-23T17:53:20.167Z | Compiling serde_derive v1.0.198 |
| 1650 | 2024-04-23T17:53:20.360Z | Compiling zerocopy-derive v0.7.32 |
| 1651 | 2024-04-23T17:53:20.443Z | Compiling thiserror-impl v1.0.58 |
| 1652 | 2024-04-23T17:53:20.580Z | Compiling zeroize_derive v1.4.2 |
| 1653 | 2024-04-23T17:53:20.884Z | Compiling tokio-macros v2.2.0 |
| 1654 | 2024-04-23T17:53:22.071Z | Compiling futures-macro v0.3.30 |
| 1655 | 2024-04-23T17:53:22.486Z | Compiling tracing-attributes v0.1.27 |
| 1656 | 2024-04-23T17:53:22.619Z | Compiling zerocopy v0.7.32 |
| 1657 | 2024-04-23T17:53:22.931Z | Compiling schemars_derive v0.8.16 |
| 1658 | 2024-04-23T17:53:23.658Z | Compiling thiserror v1.0.58 |
| 1659 | 2024-04-23T17:53:23.911Z | Compiling regex v1.10.4 |
| 1660 | 2024-04-23T17:53:24.264Z | Checking zeroize v1.7.0 |
| 1661 | 2024-04-23T17:53:24.517Z | Compiling openssl-macros v0.1.1 |
| 1662 | 2024-04-23T17:53:24.535Z | Compiling pest v2.7.6 |
| 1663 | 2024-04-23T17:53:24.802Z | Compiling hashbrown v0.14.3 |
| 1664 | 2024-04-23T17:53:25.333Z | Compiling async-trait v0.1.80 |
| 1665 | 2024-04-23T17:53:25.989Z | Compiling cookie v0.17.0 |
| 1666 | 2024-04-23T17:53:26.154Z | Checking spin v0.5.2 |
| 1667 | 2024-04-23T17:53:26.336Z | Compiling backtrace v0.3.69 |
| 1668 | 2024-04-23T17:53:26.353Z | Compiling unicode-xid v0.2.4 |
| 1669 | 2024-04-23T17:53:26.389Z | Compiling uuid v0.8.2 |
| 1670 | 2024-04-23T17:53:26.414Z | Checking futures-sink v0.3.30 |
| 1671 | 2024-04-23T17:53:26.489Z | Compiling dyn-clone v1.0.17 |
| 1672 | 2024-04-23T17:53:26.510Z | Compiling anyhow v1.0.82 |
| 1673 | 2024-04-23T17:53:26.752Z | Compiling pest_meta v2.7.6 |
| 1674 | 2024-04-23T17:53:27.151Z | Checking pin-utils v0.1.0 |
| 1675 | 2024-04-23T17:53:27.195Z | Checking futures-channel v0.3.30 |
| 1676 | 2024-04-23T17:53:27.503Z | Compiling tinyvec_macros v0.1.1 |
| 1677 | 2024-04-23T17:53:27.538Z | Checking futures-io v0.3.30 |
| 1678 | 2024-04-23T17:53:27.588Z | Checking futures-task v0.3.30 |
| 1679 | 2024-04-23T17:53:27.712Z | Compiling tinyvec v1.6.0 |
| 1680 | 2024-04-23T17:53:27.715Z | Compiling scroll_derive v0.12.0 |
| 1681 | 2024-04-23T17:53:27.741Z | Compiling thread-id v4.2.0 |
| 1682 | 2024-04-23T17:53:27.795Z | Checking futures-util v0.3.30 |
| 1683 | 2024-04-23T17:53:28.107Z | Compiling pest_generator v2.7.6 |
| 1684 | 2024-04-23T17:53:28.485Z | Compiling der_derive v0.7.2 |
| 1685 | 2024-04-23T17:53:29.210Z | Compiling unicode-normalization v0.1.22 |
| 1686 | 2024-04-23T17:53:30.393Z | Compiling unicode-bidi v0.3.15 |
| 1687 | 2024-04-23T17:53:31.110Z | Compiling errno v0.3.8 |
| 1688 | 2024-04-23T17:53:31.128Z | Compiling crc32fast v1.3.2 |
| 1689 | 2024-04-23T17:53:31.330Z | Compiling either v1.11.0 |
| 1690 | 2024-04-23T17:53:31.628Z | Compiling unicode-width v0.1.11 |
| 1691 | 2024-04-23T17:53:31.688Z | Compiling pest_derive v2.7.6 |
| 1692 | 2024-04-23T17:53:31.692Z | Checking subtle v2.5.0 |
| 1693 | 2024-04-23T17:53:32.477Z | Compiling winnow v0.5.15 |
| 1694 | 2024-04-23T17:53:32.481Z | Compiling synstructure v0.12.6 |
| 1695 | 2024-04-23T17:53:32.869Z | Compiling spin v0.9.8 |
| 1696 | 2024-04-23T17:53:33.241Z | Compiling tracing-core v0.1.32 |
| 1697 | 2024-04-23T17:53:33.447Z | Checking bytes v1.6.0 |
| 1698 | 2024-04-23T17:53:34.244Z | Checking tokio v1.37.0 |
| 1699 | 2024-04-23T17:53:34.363Z | Compiling indexmap v2.2.6 |
| 1700 | 2024-04-23T17:53:34.641Z | Compiling bitflags v2.4.2 |
| 1701 | 2024-04-23T17:53:35.329Z | Compiling uuid v1.8.0 |
| 1702 | 2024-04-23T17:53:35.725Z | Compiling chrono v0.4.38 |
| 1703 | 2024-04-23T17:53:35.751Z | Compiling semver v1.0.22 |
| 1704 | 2024-04-23T17:53:35.882Z | Compiling http v0.2.12 |
| 1705 | 2024-04-23T17:53:36.040Z | Compiling toml_datetime v0.6.5 |
| 1706 | 2024-04-23T17:53:36.503Z | Compiling serde_spanned v0.6.5 |
| 1707 | 2024-04-23T17:53:36.507Z | Compiling rustc_version v0.4.0 |
| 1708 | 2024-04-23T17:53:37.260Z | Compiling toml_edit v0.19.15 |
| 1709 | 2024-04-23T17:53:37.309Z | Compiling openapiv3 v2.0.0 |
| 1710 | 2024-04-23T17:53:38.788Z | Compiling zerocopy-derive v0.2.0 |
| 1711 | 2024-04-23T17:53:39.582Z | Compiling tracing v0.1.40 |
| 1712 | 2024-04-23T17:53:39.744Z | Compiling scroll v0.12.0 |
| 1713 | 2024-04-23T17:53:40.071Z | Compiling usdt-impl v0.5.0 |
| 1714 | 2024-04-23T17:53:40.282Z | Compiling percent-encoding v2.3.1 |
| 1715 | 2024-04-23T17:53:40.616Z | Compiling const-oid v0.9.6 |
| 1716 | 2024-04-23T17:53:40.820Z | Compiling plain v0.2.3 |
| 1717 | 2024-04-23T17:53:40.865Z | Compiling pretty-hex v0.4.1 |
| 1718 | 2024-04-23T17:53:40.961Z | Compiling goblin v0.8.0 |
| 1719 | 2024-04-23T17:53:41.057Z | Compiling clap_derive v4.5.4 |
| 1720 | 2024-04-23T17:53:41.835Z | Compiling dtrace-parser v0.2.0 |
| 1721 | 2024-04-23T17:53:42.144Z | Compiling untrusted v0.7.1 |
| 1722 | 2024-04-23T17:53:42.325Z | Compiling untrusted v0.9.0 |
| 1723 | 2024-04-23T17:53:42.441Z | Compiling foreign-types-shared v0.1.1 |
| 1724 | 2024-04-23T17:53:42.491Z | Compiling powerfmt v0.2.0 |
| 1725 | 2024-04-23T17:53:42.543Z | Compiling signal-hook v0.3.17 |
| 1726 | 2024-04-23T17:53:42.836Z | Compiling deranged v0.3.11 |
| 1727 | 2024-04-23T17:53:42.878Z | Compiling foreign-types v0.3.2 |
| 1728 | 2024-04-23T17:53:43.846Z | Compiling form_urlencoded v1.2.1 |
| 1729 | 2024-04-23T17:53:44.158Z | Compiling crypto-common v0.1.6 |
| 1730 | 2024-04-23T17:53:44.393Z | Compiling tokio-util v0.7.10 |
| 1731 | 2024-04-23T17:53:44.875Z | Compiling zerocopy-derive v0.6.6 |
| 1732 | 2024-04-23T17:53:45.897Z | Compiling usdt-impl v0.3.5 |
| 1733 | 2024-04-23T17:53:46.154Z | Compiling siphasher v0.3.11 |
| 1734 | 2024-04-23T17:53:46.232Z | Compiling base64 v0.21.7 |
| 1735 | 2024-04-23T17:53:46.526Z | Compiling dof v0.3.0 |
| 1736 | 2024-04-23T17:53:46.622Z | Compiling try-lock v0.2.4 |
| 1737 | 2024-04-23T17:53:46.757Z | Compiling num_threads v0.1.6 |
| 1738 | 2024-04-23T17:53:46.802Z | Compiling want v0.3.1 |
| 1739 | 2024-04-23T17:53:46.883Z | Compiling time v0.3.34 |
| 1740 | 2024-04-23T17:53:47.082Z | Compiling h2 v0.3.26 |
| 1741 | 2024-04-23T17:53:47.100Z | Compiling sct v0.7.0 |
| 1742 | 2024-04-23T17:53:47.117Z | Compiling rustls-webpki v0.101.7 |
| 1743 | 2024-04-23T17:53:48.797Z | Compiling zerocopy v0.3.0 |
| 1744 | 2024-04-23T17:53:49.067Z | Compiling http-body v0.4.5 |
| 1745 | 2024-04-23T17:53:49.465Z | Compiling block-buffer v0.10.4 |
| 1746 | 2024-04-23T17:53:49.617Z | Compiling idna v0.5.0 |
| 1747 | 2024-04-23T17:53:49.635Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1748 | 2024-04-23T17:53:50.087Z | Compiling tower-service v0.3.2 |
| 1749 | 2024-04-23T17:53:50.216Z | Compiling openssl-probe v0.1.5 |
| 1750 | 2024-04-23T17:53:50.397Z | Compiling httpdate v1.0.3 |
| 1751 | 2024-04-23T17:53:50.838Z | Compiling url v2.5.0 |
| 1752 | 2024-04-23T17:53:51.171Z | Compiling digest v0.10.7 |
| 1753 | 2024-04-23T17:53:51.592Z | Compiling dof v0.1.5 |
| 1754 | 2024-04-23T17:53:51.878Z | Compiling heapless v0.7.16 |
| 1755 | 2024-04-23T17:53:52.152Z | Compiling dtrace-parser v0.1.14 |
| 1756 | 2024-04-23T17:53:52.193Z | Compiling idna v0.3.0 |
| 1757 | 2024-04-23T17:53:52.297Z | Compiling lazy_static v1.4.0 |
| 1758 | 2024-04-23T17:53:52.426Z | Compiling psl-types v2.0.11 |
| 1759 | 2024-04-23T17:53:52.609Z | Compiling ppv-lite86 v0.2.17 |
| 1760 | 2024-04-23T17:53:53.289Z | Checking equivalent v1.0.1 |
| 1761 | 2024-04-23T17:53:53.324Z | Compiling adler v1.0.2 |
| 1762 | 2024-04-23T17:53:53.551Z | Compiling miniz_oxide v0.7.1 |
| 1763 | 2024-04-23T17:53:53.713Z | Compiling hyper v0.14.28 |
| 1764 | 2024-04-23T17:53:54.114Z | Compiling rand_chacha v0.3.1 |
| 1765 | 2024-04-23T17:53:55.023Z | Compiling crossbeam-epoch v0.9.18 |
| 1766 | 2024-04-23T17:53:55.045Z | Compiling publicsuffix v2.2.3 |
| 1767 | 2024-04-23T17:53:55.065Z | Compiling tokio-native-tls v0.3.1 |
| 1768 | 2024-04-23T17:53:55.300Z | Compiling tokio-rustls v0.24.1 |
| 1769 | 2024-04-23T17:53:55.695Z | Compiling serde_tokenstream v0.1.7 |
| 1770 | 2024-04-23T17:53:55.797Z | Compiling bit-vec v0.6.3 |
| 1771 | 2024-04-23T17:53:55.951Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1772 | 2024-04-23T17:53:56.185Z | Compiling ipnet v2.9.0 |
| 1773 | 2024-04-23T17:53:56.230Z | Compiling cookie_store v0.20.0 |
| 1774 | 2024-04-23T17:53:56.562Z | Compiling rand v0.8.5 |
| 1775 | 2024-04-23T17:53:57.078Z | Compiling rustls-pemfile v1.0.3 |
| 1776 | 2024-04-23T17:53:57.371Z | Compiling phf_shared v0.10.0 |
| 1777 | 2024-04-23T17:53:57.428Z | Compiling serde_urlencoded v0.7.1 |
| 1778 | 2024-04-23T17:53:57.705Z | Compiling encoding_rs v0.8.33 |
| 1779 | 2024-04-23T17:53:57.721Z | Compiling num-bigint v0.4.4 |
| 1780 | 2024-04-23T17:53:57.747Z | Compiling base64ct v1.6.0 |
| 1781 | 2024-04-23T17:53:57.951Z | Compiling gimli v0.28.0 |
| 1782 | 2024-04-23T17:53:58.206Z | Compiling precomputed-hash v0.1.1 |
| 1783 | 2024-04-23T17:53:58.322Z | Compiling webpki-roots v0.25.2 |
| 1784 | 2024-04-23T17:53:58.344Z | Compiling sync_wrapper v0.1.2 |
| 1785 | 2024-04-23T17:53:58.466Z | Compiling smoltcp v0.9.1 |
| 1786 | 2024-04-23T17:53:58.480Z | Compiling mime v0.3.17 |
| 1787 | 2024-04-23T17:53:58.564Z | Compiling new_debug_unreachable v1.0.4 |
| 1788 | 2024-04-23T17:53:58.582Z | Compiling fixedbitset v0.4.2 |
| 1789 | 2024-04-23T17:53:58.652Z | Compiling minimal-lexical v0.2.1 |
| 1790 | 2024-04-23T17:53:58.999Z | Compiling petgraph v0.6.4 |
| 1791 | 2024-04-23T17:53:59.034Z | Compiling nom v7.1.3 |
| 1792 | 2024-04-23T17:53:59.148Z | Compiling string_cache v0.8.7 |
| 1793 | 2024-04-23T17:53:59.597Z | Compiling pem-rfc7468 v0.7.0 |
| 1794 | 2024-04-23T17:53:59.915Z | Compiling usdt-macro v0.3.5 |
| 1795 | 2024-04-23T17:54:00.356Z | Compiling hyper-tls v0.5.0 |
| 1796 | 2024-04-23T17:54:00.597Z | Compiling hyper-rustls v0.24.2 |
| 1797 | 2024-04-23T17:54:00.678Z | Compiling usdt-attr-macro v0.3.5 |
| 1798 | 2024-04-23T17:54:00.949Z | Compiling reqwest v0.11.24 |
| 1799 | 2024-04-23T17:54:01.284Z | Compiling bit-set v0.5.3 |
| 1800 | 2024-04-23T17:54:01.564Z | Compiling hmac v0.12.1 |
| 1801 | 2024-04-23T17:54:02.103Z | Compiling addr2line v0.21.0 |
| 1802 | 2024-04-23T17:54:02.120Z | Compiling itertools v0.10.5 |
| 1803 | 2024-04-23T17:54:02.259Z | Compiling enum-as-inner v0.5.1 |
| 1804 | 2024-04-23T17:54:02.634Z | Compiling hubpack_derive v0.1.1 |
| 1805 | 2024-04-23T17:54:02.668Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1806 | 2024-04-23T17:54:02.714Z | Compiling object v0.32.1 |
| 1807 | 2024-04-23T17:54:02.718Z | Compiling unicode-segmentation v1.10.1 |
| 1808 | 2024-04-23T17:54:03.055Z | Compiling flagset v0.4.3 |
| 1809 | 2024-04-23T17:54:03.301Z | Compiling rustc-demangle v0.1.23 |
| 1810 | 2024-04-23T17:54:03.301Z | Compiling lalrpop-util v0.19.12 |
| 1811 | 2024-04-23T17:54:03.652Z | Compiling toml_edit v0.22.9 |
| 1812 | 2024-04-23T17:54:04.132Z | Compiling der v0.7.8 |
| 1813 | 2024-04-23T17:54:04.182Z | Compiling diesel_derives v2.1.2 |
| 1814 | 2024-04-23T17:54:04.210Z | Compiling flate2 v1.0.28 |
| 1815 | 2024-04-23T17:54:04.647Z | Compiling futures-executor v0.3.30 |
| 1816 | 2024-04-23T17:54:04.840Z | Compiling cpufeatures v0.2.12 |
| 1817 | 2024-04-23T17:54:04.938Z | Compiling sha2 v0.10.8 |
| 1818 | 2024-04-23T17:54:05.169Z | Compiling futures v0.3.30 |
| 1819 | 2024-04-23T17:54:05.284Z | Compiling md-5 v0.10.5 |
| 1820 | 2024-04-23T17:54:05.530Z | Compiling toml v0.7.8 |
| 1821 | 2024-04-23T17:54:06.415Z | Compiling spki v0.7.2 |
| 1822 | 2024-04-23T17:54:06.769Z | Compiling hex v0.4.3 |
| 1823 | 2024-04-23T17:54:07.215Z | Compiling stringprep v0.1.3 |
| 1824 | 2024-04-23T17:54:07.392Z | Compiling strum_macros v0.25.2 |
| 1825 | 2024-04-23T17:54:07.448Z | Compiling serde_repr v0.1.16 |
| 1826 | 2024-04-23T17:54:08.685Z | Compiling num-integer v0.1.46 |
| 1827 | 2024-04-23T17:54:08.892Z | Compiling hash32 v0.2.1 |
| 1828 | 2024-04-23T17:54:09.439Z | Compiling stable_deref_trait v1.2.0 |
| 1829 | 2024-04-23T17:54:09.543Z | Compiling fallible-iterator v0.2.0 |
| 1830 | 2024-04-23T17:54:10.166Z | Checking unicode-ident v1.0.12 |
| 1831 | 2024-04-23T17:54:10.524Z | Compiling postgres-protocol v0.6.6 |
| 1832 | 2024-04-23T17:54:11.803Z | Compiling pkcs8 v0.10.2 |
| 1833 | 2024-04-23T17:54:12.080Z | Compiling phf_shared v0.11.2 |
| 1834 | 2024-04-23T17:54:12.207Z | Compiling ff v0.13.0 |
| 1835 | 2024-04-23T17:54:12.293Z | Compiling terminal_size v0.3.0 |
| 1836 | 2024-04-23T17:54:12.417Z | Compiling block-padding v0.3.3 |
| 1837 | 2024-04-23T17:54:12.464Z | Compiling scheduled-thread-pool v0.2.7 |
| 1838 | 2024-04-23T17:54:12.541Z | Compiling bitflags v1.3.2 |
| 1839 | 2024-04-23T17:54:12.642Z | Compiling peg-runtime v0.8.2 |
| 1840 | 2024-04-23T17:54:12.656Z | Compiling base16ct v0.2.0 |
| 1841 | 2024-04-23T17:54:12.805Z | Compiling matches v0.1.10 |
| 1842 | 2024-04-23T17:54:12.870Z | Compiling regex-automata v0.1.10 |
| 1843 | 2024-04-23T17:54:12.921Z | Compiling managed v0.8.0 |
| 1844 | 2024-04-23T17:54:12.995Z | Compiling idna v0.2.3 |
| 1845 | 2024-04-23T17:54:13.037Z | Compiling sec1 v0.7.3 |
| 1846 | 2024-04-23T17:54:13.093Z | Compiling clap_builder v4.5.2 |
| 1847 | 2024-04-23T17:54:13.359Z | Compiling bstr v0.2.17 |
| 1848 | 2024-04-23T17:54:13.409Z | Compiling r2d2 v0.8.10 |
| 1849 | 2024-04-23T17:54:13.583Z | Compiling inout v0.1.3 |
| 1850 | 2024-04-23T17:54:13.856Z | Compiling signal-hook-mio v0.2.3 |
| 1851 | 2024-04-23T17:54:14.015Z | Compiling group v0.13.0 |
| 1852 | 2024-04-23T17:54:14.113Z | Compiling phf v0.11.2 |
| 1853 | 2024-04-23T17:54:14.331Z | Compiling bzip2 v0.4.4 |
| 1854 | 2024-04-23T17:54:14.415Z | Compiling postgres-types v0.2.6 |
| 1855 | 2024-04-23T17:54:14.729Z | Compiling hubpack v0.1.2 |
| 1856 | 2024-04-23T17:54:14.744Z | Compiling hkdf v0.12.4 |
| 1857 | 2024-04-23T17:54:15.203Z | Compiling zerocopy v0.6.6 |
| 1858 | 2024-04-23T17:54:15.263Z | Compiling crypto-bigint v0.5.2 |
| 1859 | 2024-04-23T17:54:15.478Z | Compiling ipnetwork v0.20.0 |
| 1860 | 2024-04-23T17:54:15.884Z | Compiling float-cmp v0.9.0 |
| 1861 | 2024-04-23T17:54:16.256Z | Compiling normalize-line-endings v0.3.0 |
| 1862 | 2024-04-23T17:54:16.274Z | Compiling data-encoding v2.4.0 |
| 1863 | 2024-04-23T17:54:16.374Z | Compiling predicates-core v1.0.6 |
| 1864 | 2024-04-23T17:54:16.390Z | Compiling whoami v1.5.1 |
| 1865 | 2024-04-23T17:54:16.722Z | Compiling difflib v0.4.0 |
| 1866 | 2024-04-23T17:54:17.015Z | Compiling static_assertions v1.1.0 |
| 1867 | 2024-04-23T17:54:17.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1868 | 2024-04-23T17:54:18.315Z | Compiling yasna v0.5.2 |
| 1869 | 2024-04-23T17:54:18.560Z | Compiling elliptic-curve v0.13.8 |
| 1870 | 2024-04-23T17:54:18.668Z | Compiling predicates v3.1.0 |
| 1871 | 2024-04-23T17:54:19.331Z | Compiling trust-dns-proto v0.22.0 |
| 1872 | 2024-04-23T17:54:19.952Z | Compiling diesel v2.1.6 |
| 1873 | 2024-04-23T17:54:20.203Z | Compiling tokio-postgres v0.7.10 |
| 1874 | 2024-04-23T17:54:20.351Z | Compiling clap v4.5.4 |
| 1875 | 2024-04-23T17:54:21.735Z | Compiling zip v0.6.6 |
| 1876 | 2024-04-23T17:54:22.481Z | Compiling similar v2.4.0 |
| 1877 | 2024-04-23T17:54:22.496Z | Compiling crossterm v0.27.0 |
| 1878 | 2024-04-23T17:54:22.728Z | Compiling cipher v0.4.4 |
| 1879 | 2024-04-23T17:54:23.267Z | Checking proc-macro2 v1.0.81 |
| 1880 | 2024-04-23T17:54:23.330Z | Compiling num-iter v0.1.44 |
| 1881 | 2024-04-23T17:54:23.503Z | Compiling usdt v0.3.5 |
| 1882 | 2024-04-23T17:54:23.782Z | Compiling console v0.15.8 |
| 1883 | 2024-04-23T17:54:23.954Z | Compiling tokio-stream v0.1.15 |
| 1884 | 2024-04-23T17:54:24.910Z | Compiling bstr v1.9.0 |
| 1885 | 2024-04-23T17:54:24.938Z | Compiling base64 v0.22.0 |
| 1886 | 2024-04-23T17:54:25.037Z | Checking quote v1.0.36 |
| 1887 | 2024-04-23T17:54:30.042Z | Checking utf8parse v0.2.1 |
| 1888 | 2024-04-23T17:54:33.769Z | Checking anstyle v1.0.6 |
| 1889 | 2024-04-23T17:54:35.073Z | Checking anstyle-parse v0.2.1 |
| 1890 | 2024-04-23T17:54:35.215Z | Checking anstyle-query v1.0.0 |
| 1891 | 2024-04-23T17:54:35.238Z | Checking colorchoice v1.0.0 |
| 1892 | 2024-04-23T17:54:35.356Z | Checking anstream v0.6.11 |
| 1893 | 2024-04-23T17:54:35.556Z | Checking strsim v0.11.0 |
| 1894 | 2024-04-23T17:54:35.707Z | Checking clap_lex v0.7.0 |
| 1895 | 2024-04-23T17:54:38.204Z | Compiling serde_tokenstream v0.2.0 |
| 1896 | 2024-04-23T17:54:39.991Z | Checking winnow v0.6.1 |
| 1897 | 2024-04-23T17:54:48.610Z | Compiling regress v0.9.1 |
| 1898 | 2024-04-23T17:54:48.729Z | Compiling getopts v0.2.21 |
| 1899 | 2024-04-23T17:54:49.354Z | Compiling unsafe-libyaml v0.2.10 |
| 1900 | 2024-04-23T17:54:49.823Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1901 | 2024-04-23T17:54:50.439Z | Checking is-terminal v0.4.9 |
| 1902 | 2024-04-23T17:54:50.554Z | Checking camino v1.1.6 |
| 1903 | 2024-04-23T17:54:50.672Z | Compiling serde_yaml v0.9.25 |
| 1904 | 2024-04-23T17:54:51.095Z | Compiling ident_case v1.0.1 |
| 1905 | 2024-04-23T17:54:51.171Z | Compiling strsim v0.10.0 |
| 1906 | 2024-04-23T17:54:51.217Z | Checking sha1 v0.10.6 |
| 1907 | 2024-04-23T17:54:51.276Z | Checking http v1.0.0 |
| 1908 | 2024-04-23T17:54:51.481Z | Compiling darling_core v0.20.8 |
| 1909 | 2024-04-23T17:54:51.945Z | Compiling paste v1.0.14 |
| 1910 | 2024-04-23T17:54:52.480Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1911 | 2024-04-23T17:54:52.600Z | Compiling strum_macros v0.26.1 |
| 1912 | 2024-04-23T17:54:53.557Z | Checking rustls-pki-types v1.3.0 |
| 1913 | 2024-04-23T17:54:53.967Z | Checking fastrand v2.0.1 |
| 1914 | 2024-04-23T17:54:54.291Z | Checking match_cfg v0.1.0 |
| 1915 | 2024-04-23T17:54:54.369Z | Checking hostname v0.3.1 |
| 1916 | 2024-04-23T17:54:54.495Z | Checking tempfile v3.10.1 |
| 1917 | 2024-04-23T17:54:54.830Z | Checking dirs-sys-next v0.1.2 |
| 1918 | 2024-04-23T17:54:54.922Z | Checking quick-error v1.2.3 |
| 1919 | 2024-04-23T17:54:55.006Z | Checking dirs-next v2.0.0 |
| 1920 | 2024-04-23T17:54:55.054Z | Checking crossbeam-channel v0.5.8 |
| 1921 | 2024-04-23T17:54:55.142Z | Checking thread_local v1.1.7 |
| 1922 | 2024-04-23T17:54:55.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1923 | 2024-04-23T17:54:55.424Z | Compiling rustls v0.22.4 |
| 1924 | 2024-04-23T17:54:55.710Z | Compiling slog-async v2.8.0 |
| 1925 | 2024-04-23T17:54:55.773Z | Checking term v0.7.0 |
| 1926 | 2024-04-23T17:54:55.790Z | Checking rustls-webpki v0.102.1 |
| 1927 | 2024-04-23T17:54:55.947Z | Checking instant v0.1.12 |
| 1928 | 2024-04-23T17:54:56.064Z | Checking take_mut v0.2.2 |
| 1929 | 2024-04-23T17:54:56.199Z | Checking slog-term v2.9.1 |
| 1930 | 2024-04-23T17:54:56.202Z | Checking rustls-pemfile v2.1.2 |
| 1931 | 2024-04-23T17:54:56.435Z | Compiling multer v3.0.0 |
| 1932 | 2024-04-23T17:54:56.577Z | Checking debug-ignore v1.0.5 |
| 1933 | 2024-04-23T17:54:56.673Z | Checking toml v0.8.12 |
| 1934 | 2024-04-23T17:54:56.717Z | Checking slog-json v2.6.1 |
| 1935 | 2024-04-23T17:54:56.801Z | Compiling async-stream-impl v0.3.5 |
| 1936 | 2024-04-23T17:54:56.955Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1937 | 2024-04-23T17:54:57.263Z | Checking atomic-waker v1.1.1 |
| 1938 | 2024-04-23T17:54:57.380Z | Checking waitgroup v0.1.2 |
| 1939 | 2024-04-23T17:54:57.455Z | Checking slog-bunyan v2.5.0 |
| 1940 | 2024-04-23T17:54:57.607Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1941 | 2024-04-23T17:54:57.814Z | Checking strum v0.26.2 |
| 1942 | 2024-04-23T17:54:57.904Z | Checking serde_path_to_error v0.1.16 |
| 1943 | 2024-04-23T17:54:57.970Z | Checking newtype-uuid v1.1.0 |
| 1944 | 2024-04-23T17:54:58.221Z | Checking wait-timeout v0.2.0 |
| 1945 | 2024-04-23T17:54:58.301Z | Checking async-stream v0.3.5 |
| 1946 | 2024-04-23T17:54:58.397Z | Compiling structmeta-derive v0.3.0 |
| 1947 | 2024-04-23T17:54:58.416Z | Compiling darling_macro v0.20.8 |
| 1948 | 2024-04-23T17:54:58.479Z | Checking rusty-fork v0.3.0 |
| 1949 | 2024-04-23T17:54:58.583Z | Compiling structmeta-derive v0.2.0 |
| 1950 | 2024-04-23T17:54:58.772Z | Checking rand_xorshift v0.3.0 |
| 1951 | 2024-04-23T17:54:58.943Z | Checking unarray v0.1.4 |
| 1952 | 2024-04-23T17:54:59.085Z | Checking proptest v1.4.0 |
| 1953 | 2024-04-23T17:54:59.465Z | Compiling darling v0.20.8 |
| 1954 | 2024-04-23T17:54:59.577Z | Compiling serde_with_macros v3.7.0 |
| 1955 | 2024-04-23T17:54:59.865Z | Checking backoff v0.4.0 |
| 1956 | 2024-04-23T17:55:00.075Z | Checking tokio-rustls v0.25.0 |
| 1957 | 2024-04-23T17:55:00.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1958 | 2024-04-23T17:55:00.958Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1959 | 2024-04-23T17:55:01.098Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1960 | 2024-04-23T17:55:01.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1961 | 2024-04-23T17:55:01.513Z | Compiling structmeta v0.3.0 |
| 1962 | 2024-04-23T17:55:01.624Z | Compiling structmeta v0.2.0 |
| 1963 | 2024-04-23T17:55:01.960Z | Compiling parse-display-derive v0.9.0 |
| 1964 | 2024-04-23T17:55:02.068Z | Compiling test-strategy v0.3.1 |
| 1965 | 2024-04-23T17:55:02.196Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1966 | 2024-04-23T17:55:02.345Z | Checking macaddr v1.0.1 |
| 1967 | 2024-04-23T17:55:02.685Z | Compiling proc-macro-error-attr v1.0.4 |
| 1968 | 2024-04-23T17:55:02.840Z | Checking serde_with v3.7.0 |
| 1969 | 2024-04-23T17:55:03.059Z | Compiling proc-macro-error v1.0.4 |
| 1970 | 2024-04-23T17:55:03.562Z | Compiling proc-macro-crate v1.3.1 |
| 1971 | 2024-04-23T17:55:03.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1972 | 2024-04-23T17:55:04.386Z | Checking camino-tempfile v1.1.1 |
| 1973 | 2024-04-23T17:55:04.600Z | Compiling num_enum_derive v0.5.11 |
| 1974 | 2024-04-23T17:55:04.654Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1975 | 2024-04-23T17:55:04.973Z | Compiling foreign-types-macros v0.2.3 |
| 1976 | 2024-04-23T17:55:05.111Z | Checking foreign-types-shared v0.3.1 |
| 1977 | 2024-04-23T17:55:05.224Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1978 | 2024-04-23T17:55:05.854Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1979 | 2024-04-23T17:55:06.030Z | Checking cstr-argument v0.1.2 |
| 1980 | 2024-04-23T17:55:06.201Z | Checking pretty-hex v0.2.1 |
| 1981 | 2024-04-23T17:55:06.217Z | Checking tabwriter v1.4.0 |
| 1982 | 2024-04-23T17:55:06.283Z | Checking foreign-types v0.5.0 |
| 1983 | 2024-04-23T17:55:06.358Z | Checking colored v2.1.0 |
| 1984 | 2024-04-23T17:55:06.391Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1985 | 2024-04-23T17:55:06.423Z | Checking socket2 v0.4.9 |
| 1986 | 2024-04-23T17:55:06.623Z | Checking smf v0.2.3 |
| 1987 | 2024-04-23T17:55:06.662Z | Checking humantime v2.1.0 |
| 1988 | 2024-04-23T17:55:06.716Z | Checking parse-display v0.9.0 |
| 1989 | 2024-04-23T17:55:06.839Z | Checking termcolor v1.2.0 |
| 1990 | 2024-04-23T17:55:06.854Z | Compiling usdt-macro v0.5.0 |
| 1991 | 2024-04-23T17:55:06.918Z | Compiling usdt-attr-macro v0.5.0 |
| 1992 | 2024-04-23T17:55:06.924Z | Checking memmap v0.7.0 |
| 1993 | 2024-04-23T17:55:07.073Z | Checking arc-swap v1.6.0 |
| 1994 | 2024-04-23T17:55:07.117Z | Checking utf-8 v0.7.6 |
| 1995 | 2024-04-23T17:55:07.200Z | Checking filetime v0.2.23 |
| 1996 | 2024-04-23T17:55:07.314Z | Checking xattr v1.0.1 |
| 1997 | 2024-04-23T17:55:07.336Z | Checking num_enum v0.5.11 |
| 1998 | 2024-04-23T17:55:07.386Z | Checking same-file v1.0.6 |
| 1999 | 2024-04-23T17:55:07.479Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2000 | 2024-04-23T17:55:07.496Z | Checking tar v0.4.40 |
| 2001 | 2024-04-23T17:55:07.500Z | Checking slog-scope v4.4.0 |
| 2002 | 2024-04-23T17:55:07.547Z | Checking walkdir v2.5.0 |
| 2003 | 2024-04-23T17:55:07.695Z | Checking slog-stdlog v4.1.1 |
| 2004 | 2024-04-23T17:55:07.740Z | Checking tungstenite v0.20.1 |
| 2005 | 2024-04-23T17:55:07.823Z | Checking newline-converter v0.3.0 |
| 2006 | 2024-04-23T17:55:07.849Z | Checking slog-envlogger v2.2.0 |
| 2007 | 2024-04-23T17:55:07.962Z | Checking expectorate v1.1.0 |
| 2008 | 2024-04-23T17:55:08.054Z | Checking termtree v0.4.1 |
| 2009 | 2024-04-23T17:55:08.166Z | Compiling heapless v0.8.0 |
| 2010 | 2024-04-23T17:55:08.243Z | Checking hash32 v0.3.1 |
| 2011 | 2024-04-23T17:55:08.307Z | Checking predicates-tree v1.0.9 |
| 2012 | 2024-04-23T17:55:08.376Z | Compiling smoltcp v0.11.0 |
| 2013 | 2024-04-23T17:55:08.416Z | Checking cobs v0.2.3 |
| 2014 | 2024-04-23T17:55:08.456Z | Compiling crucible-workspace-hack v0.1.0 |
| 2015 | 2024-04-23T17:55:08.545Z | Checking tokio-tungstenite v0.20.1 |
| 2016 | 2024-04-23T17:55:08.592Z | Checking embedded-io v0.4.0 |
| 2017 | 2024-04-23T17:55:08.606Z | Checking usdt v0.5.0 |
| 2018 | 2024-04-23T17:55:08.774Z | Checking sigpipe v0.1.3 |
| 2019 | 2024-04-23T17:55:08.789Z | Checking postcard v1.0.8 |
| 2020 | 2024-04-23T17:55:08.853Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2021 | 2024-04-23T17:55:08.873Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2022 | 2024-04-23T17:55:09.002Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2023 | 2024-04-23T17:55:09.072Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2024 | 2024-04-23T17:55:09.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2025 | 2024-04-23T17:55:09.205Z | Checking atty v0.2.14 |
| 2026 | 2024-04-23T17:55:09.324Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2027 | 2024-04-23T17:55:09.463Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2028 | 2024-04-23T17:55:09.543Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2029 | 2024-04-23T17:55:09.919Z | Compiling mockall_derive v0.12.1 |
| 2030 | 2024-04-23T17:55:09.989Z | Compiling num-derive v0.4.0 |
| 2031 | 2024-04-23T17:55:10.105Z | Checking downcast v0.11.0 |
| 2032 | 2024-04-23T17:55:10.296Z | Checking fragile v2.0.0 |
| 2033 | 2024-04-23T17:55:10.486Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2034 | 2024-04-23T17:55:10.556Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2035 | 2024-04-23T17:55:10.780Z | Checking pem v3.0.4 |
| 2036 | 2024-04-23T17:55:10.981Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2037 | 2024-04-23T17:55:11.023Z | Checking env_logger v0.9.3 |
| 2038 | 2024-04-23T17:55:11.078Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2039 | 2024-04-23T17:55:11.404Z | Compiling bitstruct_derive v0.1.0 |
| 2040 | 2024-04-23T17:55:11.465Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2041 | 2024-04-23T17:55:11.590Z | Checking ascii v1.1.0 |
| 2042 | 2024-04-23T17:55:11.719Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2043 | 2024-04-23T17:55:11.868Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2044 | 2024-04-23T17:55:11.959Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2045 | 2024-04-23T17:55:12.102Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2046 | 2024-04-23T17:55:12.326Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2047 | 2024-04-23T17:55:12.362Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2048 | 2024-04-23T17:55:12.623Z | Checking erased-serde v0.3.31 |
| 2049 | 2024-04-23T17:55:12.747Z | Checking bitstruct v0.1.1 |
| 2050 | 2024-04-23T17:55:12.751Z | Checking serde_arrays v0.1.0 |
| 2051 | 2024-04-23T17:55:12.807Z | Compiling heck v0.3.3 |
| 2052 | 2024-04-23T17:55:12.845Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 2053 | 2024-04-23T17:55:12.887Z | Checking tungstenite v0.21.0 |
| 2054 | 2024-04-23T17:55:12.929Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2055 | 2024-04-23T17:55:13.227Z | Checking base64 v0.13.1 |
| 2056 | 2024-04-23T17:55:13.244Z | Compiling zone_cfg_derive v0.1.2 |
| 2057 | 2024-04-23T17:55:13.629Z | Checking ron v0.7.1 |
| 2058 | 2024-04-23T17:55:13.746Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2059 | 2024-04-23T17:55:13.795Z | Checking tokio-tungstenite v0.21.0 |
| 2060 | 2024-04-23T17:55:14.362Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2061 | 2024-04-23T17:55:14.751Z | Checking headers-core v0.2.0 |
| 2062 | 2024-04-23T17:55:14.784Z | Checking zone v0.1.8 |
| 2063 | 2024-04-23T17:55:14.894Z | Checking portpicker v0.1.1 |
| 2064 | 2024-04-23T17:55:15.037Z | Checking headers v0.3.9 |
| 2065 | 2024-04-23T17:55:15.430Z | Checking rcgen v0.12.1 |
| 2066 | 2024-04-23T17:55:15.570Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2067 | 2024-04-23T17:55:15.707Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2068 | 2024-04-23T17:55:15.896Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2069 | 2024-04-23T17:55:16.044Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2070 | 2024-04-23T17:55:16.059Z | Checking atomicwrites v0.4.3 |
| 2071 | 2024-04-23T17:55:16.081Z | Checking subprocess v0.2.9 |
| 2072 | 2024-04-23T17:55:16.158Z | Checking linked-hash-map v0.5.6 |
| 2073 | 2024-04-23T17:55:16.231Z | Checking password-hash v0.5.0 |
| 2074 | 2024-04-23T17:55:16.321Z | Checking blake2 v0.10.6 |
| 2075 | 2024-04-23T17:55:16.463Z | Checking lru-cache v0.1.2 |
| 2076 | 2024-04-23T17:55:16.597Z | Checking swrite v0.1.0 |
| 2077 | 2024-04-23T17:55:16.642Z | Checking itertools v0.12.1 |
| 2078 | 2024-04-23T17:55:16.662Z | Compiling derive-where v1.2.7 |
| 2079 | 2024-04-23T17:55:16.708Z | Compiling rayon-core v1.12.1 |
| 2080 | 2024-04-23T17:55:16.753Z | Checking argon2 v0.5.3 |
| 2081 | 2024-04-23T17:55:17.016Z | Checking half v2.3.1 |
| 2082 | 2024-04-23T17:55:17.400Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2083 | 2024-04-23T17:55:17.478Z | Checking ciborium-io v0.2.2 |
| 2084 | 2024-04-23T17:55:17.594Z | Compiling cancel-safe-futures v0.1.5 |
| 2085 | 2024-04-23T17:55:17.657Z | Checking ciborium-ll v0.2.2 |
| 2086 | 2024-04-23T17:55:17.718Z | Checking resolv-conf v0.7.0 |
| 2087 | 2024-04-23T17:55:17.949Z | Checking ciborium v0.2.2 |
| 2088 | 2024-04-23T17:55:18.040Z | Checking trust-dns-resolver v0.22.0 |
| 2089 | 2024-04-23T17:55:18.149Z | Checking mockall v0.12.1 |
| 2090 | 2024-04-23T17:55:18.389Z | Checking bytecount v0.6.3 |
| 2091 | 2024-04-23T17:55:18.436Z | Compiling tabled_derive v0.7.0 |
| 2092 | 2024-04-23T17:55:18.534Z | Checking papergrid v0.11.0 |
| 2093 | 2024-04-23T17:55:19.019Z | Compiling slog-dtrace v0.3.0 |
| 2094 | 2024-04-23T17:55:19.321Z | Compiling semver v0.1.20 |
| 2095 | 2024-04-23T17:55:19.401Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2096 | 2024-04-23T17:55:19.559Z | Checking libsw v3.3.1 |
| 2097 | 2024-04-23T17:55:19.742Z | Compiling rustc_version v0.1.7 |
| 2098 | 2024-04-23T17:55:19.818Z | Checking owo-colors v4.0.0 |
| 2099 | 2024-04-23T17:55:19.970Z | Checking linear-map v1.2.0 |
| 2100 | 2024-04-23T17:55:20.222Z | Compiling newtype_derive v0.1.6 |
| 2101 | 2024-04-23T17:55:20.273Z | Compiling num-rational v0.4.1 |
| 2102 | 2024-04-23T17:55:20.348Z | Compiling radium v0.7.0 |
| 2103 | 2024-04-23T17:55:20.415Z | Checking num-complex v0.4.5 |
| 2104 | 2024-04-23T17:55:20.693Z | Checking steno v0.4.0 |
| 2105 | 2024-04-23T17:55:20.839Z | Checking nibble_vec v0.1.0 |
| 2106 | 2024-04-23T17:55:20.982Z | Checking tabled v0.15.0 |
| 2107 | 2024-04-23T17:55:21.036Z | Checking endian-type v0.1.2 |
| 2108 | 2024-04-23T17:55:21.239Z | Checking tap v1.0.1 |
| 2109 | 2024-04-23T17:55:21.254Z | Compiling maybe-uninit v2.0.0 |
| 2110 | 2024-04-23T17:55:21.399Z | Checking wyz v0.5.1 |
| 2111 | 2024-04-23T17:55:21.435Z | Checking num v0.4.2 |
| 2112 | 2024-04-23T17:55:21.530Z | Checking radix_trie v0.2.1 |
| 2113 | 2024-04-23T17:55:21.569Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2114 | 2024-04-23T17:55:21.808Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2115 | 2024-04-23T17:55:21.921Z | Checking fxhash v0.2.1 |
| 2116 | 2024-04-23T17:55:22.099Z | Compiling packed_struct v0.10.1 |
| 2117 | 2024-04-23T17:55:22.133Z | Compiling num-bigint-dig v0.8.4 |
| 2118 | 2024-04-23T17:55:22.325Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2119 | 2024-04-23T17:55:22.449Z | Checking crc-catalog v2.2.0 |
| 2120 | 2024-04-23T17:55:22.544Z | Checking funty v2.0.0 |
| 2121 | 2024-04-23T17:55:22.579Z | Checking crc v3.0.1 |
| 2122 | 2024-04-23T17:55:22.609Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2123 | 2024-04-23T17:55:22.846Z | Compiling packed_struct_codegen v0.10.1 |
| 2124 | 2024-04-23T17:55:22.912Z | Compiling indexmap v1.9.3 |
| 2125 | 2024-04-23T17:55:22.988Z | Checking nodrop v0.1.14 |
| 2126 | 2024-04-23T17:55:23.061Z | Checking smallvec v0.6.14 |
| 2127 | 2024-04-23T17:55:23.094Z | Checking array-init v0.0.4 |
| 2128 | 2024-04-23T17:55:23.465Z | Checking pkcs1 v0.7.5 |
| 2129 | 2024-04-23T17:55:23.529Z | Checking bitvec v1.0.1 |
| 2130 | 2024-04-23T17:55:23.801Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2131 | 2024-04-23T17:55:23.839Z | Checking signature v2.1.0 |
| 2132 | 2024-04-23T17:55:23.995Z | Checking hashbrown v0.12.3 |
| 2133 | 2024-04-23T17:55:24.024Z | Checking bitfield v0.14.0 |
| 2134 | 2024-04-23T17:55:24.147Z | Checking serde-hex v0.1.0 |
| 2135 | 2024-04-23T17:55:24.288Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2136 | 2024-04-23T17:55:24.541Z | Checking env_logger v0.10.0 |
| 2137 | 2024-04-23T17:55:24.963Z | Checking x509-cert v0.2.4 |
| 2138 | 2024-04-23T17:55:25.410Z | Checking rsa v0.9.2 |
| 2139 | 2024-04-23T17:55:25.629Z | Checking ron v0.8.1 |
| 2140 | 2024-04-23T17:55:25.927Z | Checking hashbrown v0.13.2 |
| 2141 | 2024-04-23T17:55:26.165Z | Checking crc-any v2.4.3 |
| 2142 | 2024-04-23T17:55:26.409Z | Checking path-slash v0.1.5 |
| 2143 | 2024-04-23T17:55:26.496Z | Checking display-error-chain v0.2.0 |
| 2144 | 2024-04-23T17:55:26.530Z | Compiling convert_case v0.4.0 |
| 2145 | 2024-04-23T17:55:26.546Z | Compiling async-recursion v1.1.0 |
| 2146 | 2024-04-23T17:55:26.624Z | Compiling buf-list v1.0.3 |
| 2147 | 2024-04-23T17:55:26.861Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2148 | 2024-04-23T17:55:26.939Z | Checking object v0.30.4 |
| 2149 | 2024-04-23T17:55:27.100Z | Compiling blake3 v1.5.0 |
| 2150 | 2024-04-23T17:55:27.495Z | Compiling derive_more v0.99.17 |
| 2151 | 2024-04-23T17:55:27.623Z | Checking gethostname v0.4.3 |
| 2152 | 2024-04-23T17:55:27.754Z | Compiling parking_lot_core v0.8.6 |
| 2153 | 2024-04-23T17:55:27.875Z | Compiling libefi-sys v0.1.0 |
| 2154 | 2024-04-23T17:55:28.185Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2155 | 2024-04-23T17:55:28.280Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2156 | 2024-04-23T17:55:28.563Z | Compiling crossbeam-deque v0.8.3 |
| 2157 | 2024-04-23T17:55:28.581Z | Checking keccak v0.1.4 |
| 2158 | 2024-04-23T17:55:28.814Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2159 | 2024-04-23T17:55:28.955Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2160 | 2024-04-23T17:55:29.522Z | Checking sha3 v0.10.8 |
| 2161 | 2024-04-23T17:55:29.539Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2162 | 2024-04-23T17:55:29.747Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2163 | 2024-04-23T17:55:29.775Z | Checking parking_lot v0.11.2 |
| 2164 | 2024-04-23T17:55:29.910Z | Checking trust-dns-client v0.22.0 |
| 2165 | 2024-04-23T17:55:29.958Z | Checking toml v0.5.11 |
| 2166 | 2024-04-23T17:55:30.116Z | Checking secrecy v0.8.0 |
| 2167 | 2024-04-23T17:55:30.302Z | Compiling pin-project-internal v1.1.3 |
| 2168 | 2024-04-23T17:55:30.887Z | Checking sled v0.34.7 |
| 2169 | 2024-04-23T17:55:31.070Z | Compiling rayon v1.10.0 |
| 2170 | 2024-04-23T17:55:31.404Z | Checking trust-dns-server v0.22.1 |
| 2171 | 2024-04-23T17:55:33.596Z | Checking pin-project v1.1.3 |
| 2172 | 2024-04-23T17:55:33.880Z | Compiling memmap2 v0.7.1 |
| 2173 | 2024-04-23T17:55:33.956Z | Compiling arrayvec v0.7.4 |
| 2174 | 2024-04-23T17:55:34.044Z | Compiling arrayref v0.3.7 |
| 2175 | 2024-04-23T17:55:34.146Z | Compiling home v0.5.5 |
| 2176 | 2024-04-23T17:55:34.176Z | Compiling constant_time_eq v0.3.0 |
| 2177 | 2024-04-23T17:55:34.292Z | Compiling toolchain_find v0.4.0 |
| 2178 | 2024-04-23T17:55:34.937Z | Compiling vte_generate_state_changes v0.1.1 |
| 2179 | 2024-04-23T17:55:35.213Z | Compiling topological-sort v0.2.2 |
| 2180 | 2024-04-23T17:55:35.424Z | Compiling rustfmt-wrapper v0.2.1 |
| 2181 | 2024-04-23T17:55:35.961Z | Checking vte v0.11.1 |
| 2182 | 2024-04-23T17:55:36.010Z | Checking fd-lock v4.0.2 |
| 2183 | 2024-04-23T17:55:36.110Z | Checking glob v0.3.1 |
| 2184 | 2024-04-23T17:55:36.164Z | Compiling omicron-zone-package v0.11.0 |
| 2185 | 2024-04-23T17:55:36.401Z | Checking nu-ansi-term v0.50.0 |
| 2186 | 2024-04-23T17:55:36.473Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2187 | 2024-04-23T17:55:36.808Z | Compiling unicase v2.7.0 |
| 2188 | 2024-04-23T17:55:36.823Z | Compiling platforms v3.0.2 |
| 2189 | 2024-04-23T17:55:37.119Z | Compiling prettyplease v0.2.19 |
| 2190 | 2024-04-23T17:55:37.174Z | Compiling snafu-derive v0.8.2 |
| 2191 | 2024-04-23T17:55:37.272Z | Checking strip-ansi-escapes v0.2.0 |
| 2192 | 2024-04-23T17:55:37.312Z | Checking globset v0.4.13 |
| 2193 | 2024-04-23T17:55:37.404Z | Checking reedline v0.31.0 |
| 2194 | 2024-04-23T17:55:37.427Z | Checking olpc-cjson v0.1.3 |
| 2195 | 2024-04-23T17:55:37.631Z | Checking serde_plain v1.0.2 |
| 2196 | 2024-04-23T17:55:37.864Z | Compiling memoffset v0.7.1 |
| 2197 | 2024-04-23T17:55:37.914Z | Compiling crunchy v0.2.2 |
| 2198 | 2024-04-23T17:55:38.226Z | Checking typed-path v0.7.0 |
| 2199 | 2024-04-23T17:55:38.585Z | Compiling curve25519-dalek v4.1.2 |
| 2200 | 2024-04-23T17:55:39.036Z | Checking fs-err v2.11.0 |
| 2201 | 2024-04-23T17:55:39.192Z | Compiling clang-sys v1.6.1 |
| 2202 | 2024-04-23T17:55:39.321Z | Compiling tiny-keccak v2.0.2 |
| 2203 | 2024-04-23T17:55:39.627Z | Checking parse-size v1.0.0 |
| 2204 | 2024-04-23T17:55:39.897Z | Compiling mime_guess v2.0.4 |
| 2205 | 2024-04-23T17:55:40.059Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2206 | 2024-04-23T17:55:40.116Z | Checking universal-hash v0.5.1 |
| 2207 | 2024-04-23T17:55:40.134Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2208 | 2024-04-23T17:55:40.294Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2209 | 2024-04-23T17:55:41.234Z | Checking nanorand v0.7.0 |
| 2210 | 2024-04-23T17:55:41.546Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2211 | 2024-04-23T17:55:41.600Z | Compiling salty v0.2.0 |
| 2212 | 2024-04-23T17:55:41.844Z | Compiling cfg_aliases v0.1.1 |
| 2213 | 2024-04-23T17:55:41.858Z | Checking signature v1.6.4 |
| 2214 | 2024-04-23T17:55:41.920Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2215 | 2024-04-23T17:55:41.972Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2216 | 2024-04-23T17:55:41.984Z | Checking opaque-debug v0.3.0 |
| 2217 | 2024-04-23T17:55:42.069Z | Checking poly1305 v0.8.0 |
| 2218 | 2024-04-23T17:55:42.114Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2219 | 2024-04-23T17:55:42.130Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2220 | 2024-04-23T17:55:42.145Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2221 | 2024-04-23T17:55:42.441Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2222 | 2024-04-23T17:55:42.490Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2223 | 2024-04-23T17:55:42.527Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2224 | 2024-04-23T17:55:42.906Z | Checking snafu v0.8.2 |
| 2225 | 2024-04-23T17:55:43.354Z | Checking thiserror-no-std v2.0.2 |
| 2226 | 2024-04-23T17:55:43.473Z | Checking tough v0.17.1 |
| 2227 | 2024-04-23T17:55:43.496Z | Checking ed25519 v1.5.3 |
| 2228 | 2024-04-23T17:55:43.659Z | Compiling nix v0.28.0 |
| 2229 | 2024-04-23T17:55:43.689Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2230 | 2024-04-23T17:55:44.596Z | Checking flume v0.11.0 |
| 2231 | 2024-04-23T17:55:45.096Z | Compiling ascii-canvas v3.0.0 |
| 2232 | 2024-04-23T17:55:45.602Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2233 | 2024-04-23T17:55:45.857Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2234 | 2024-04-23T17:55:45.876Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2235 | 2024-04-23T17:55:46.044Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2236 | 2024-04-23T17:55:46.109Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2237 | 2024-04-23T17:55:46.139Z | Checking chacha20 v0.9.1 |
| 2238 | 2024-04-23T17:55:46.467Z | Checking aead v0.5.2 |
| 2239 | 2024-04-23T17:55:46.714Z | Checking serde-big-array v0.5.1 |
| 2240 | 2024-04-23T17:55:46.804Z | Checking kstat-rs v0.2.3 |
| 2241 | 2024-04-23T17:55:46.926Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2242 | 2024-04-23T17:55:47.132Z | Compiling ena v0.14.2 |
| 2243 | 2024-04-23T17:55:47.544Z | Compiling libloading v0.7.4 |
| 2244 | 2024-04-23T17:55:47.861Z | Compiling bindgen v0.69.2 |
| 2245 | 2024-04-23T17:55:47.926Z | Checking maplit v1.0.2 |
| 2246 | 2024-04-23T17:55:48.024Z | Compiling regex-syntax v0.6.29 |
| 2247 | 2024-04-23T17:55:48.041Z | Compiling diff v0.1.13 |
| 2248 | 2024-04-23T17:55:48.082Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2249 | 2024-04-23T17:55:48.604Z | Checking chacha20poly1305 v0.10.1 |
| 2250 | 2024-04-23T17:55:48.794Z | Checking vsss-rs v3.3.4 |
| 2251 | 2024-04-23T17:55:49.349Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2252 | 2024-04-23T17:55:50.386Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2253 | 2024-04-23T17:55:50.645Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2254 | 2024-04-23T17:55:51.012Z | Checking signal-hook-tokio v0.3.1 |
| 2255 | 2024-04-23T17:55:51.040Z | Compiling cexpr v0.6.0 |
| 2256 | 2024-04-23T17:55:51.176Z | Compiling lalrpop v0.19.12 |
| 2257 | 2024-04-23T17:55:52.005Z | Checking serde-big-array v0.4.1 |
| 2258 | 2024-04-23T17:55:52.162Z | Compiling which v4.4.0 |
| 2259 | 2024-04-23T17:55:52.554Z | Compiling rustc-hash v1.1.0 |
| 2260 | 2024-04-23T17:55:52.705Z | Compiling ref-cast v1.0.22 |
| 2261 | 2024-04-23T17:55:52.705Z | Compiling shlex v1.3.0 |
| 2262 | 2024-04-23T17:55:52.785Z | Compiling lazycell v1.3.0 |
| 2263 | 2024-04-23T17:55:52.955Z | Compiling peeking_take_while v0.1.2 |
| 2264 | 2024-04-23T17:55:53.139Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2265 | 2024-04-23T17:55:54.132Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2266 | 2024-04-23T17:55:55.745Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2267 | 2024-04-23T17:55:56.048Z | Compiling derive_builder_core v0.20.0 |
| 2268 | 2024-04-23T17:55:57.800Z | Compiling peg-macros v0.8.2 |
| 2269 | 2024-04-23T17:55:57.911Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2270 | 2024-04-23T17:55:58.052Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2271 | 2024-04-23T17:55:58.531Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2272 | 2024-04-23T17:56:00.613Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2273 | 2024-04-23T17:56:01.081Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2274 | 2024-04-23T17:56:01.487Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2275 | 2024-04-23T17:56:02.471Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2276 | 2024-04-23T17:56:03.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2277 | 2024-04-23T17:56:03.293Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2278 | 2024-04-23T17:56:03.742Z | Compiling ref-cast-impl v1.0.22 |
| 2279 | 2024-04-23T17:56:04.999Z | Compiling sqlparser_derive v0.2.2 |
| 2280 | 2024-04-23T17:56:05.402Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2281 | 2024-04-23T17:56:05.746Z | Compiling libxml v0.3.3 |
| 2282 | 2024-04-23T17:56:06.118Z | Checking corncobs v0.1.3 |
| 2283 | 2024-04-23T17:56:06.207Z | Checking unicode_categories v0.1.1 |
| 2284 | 2024-04-23T17:56:06.456Z | Checking rustyline v14.0.0 |
| 2285 | 2024-04-23T17:56:06.502Z | Checking sqlformat v0.2.3 |
| 2286 | 2024-04-23T17:56:06.834Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2287 | 2024-04-23T17:56:07.029Z | Checking sqlparser v0.45.0 |
| 2288 | 2024-04-23T17:56:08.109Z | Checking peg v0.8.2 |
| 2289 | 2024-04-23T17:56:08.122Z | Compiling derive_builder_macro v0.20.0 |
| 2290 | 2024-04-23T17:56:08.207Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2291 | 2024-04-23T17:56:08.638Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2292 | 2024-04-23T17:56:09.011Z | Checking bcs v0.1.6 |
| 2293 | 2024-04-23T17:56:09.467Z | Compiling strum_macros v0.24.3 |
| 2294 | 2024-04-23T17:56:11.334Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2295 | 2024-04-23T17:56:11.646Z | Compiling cookie v0.18.1 |
| 2296 | 2024-04-23T17:56:11.947Z | Compiling indoc v1.0.9 |
| 2297 | 2024-04-23T17:56:13.030Z | Checking highway v1.1.0 |
| 2298 | 2024-04-23T17:56:13.349Z | Checking derive_builder v0.20.0 |
| 2299 | 2024-04-23T17:56:13.452Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2300 | 2024-04-23T17:56:13.485Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2301 | 2024-04-23T17:56:13.736Z | Checking bb8 v0.8.3 |
| 2302 | 2024-04-23T17:56:13.751Z | Checking quick-xml v0.31.0 |
| 2303 | 2024-04-23T17:56:14.164Z | Compiling const_format_proc_macros v0.2.32 |
| 2304 | 2024-04-23T17:56:14.701Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2305 | 2024-04-23T17:56:15.154Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2306 | 2024-04-23T17:56:15.848Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2307 | 2024-04-23T17:56:15.970Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2308 | 2024-04-23T17:56:16.105Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2309 | 2024-04-23T17:56:16.385Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2310 | 2024-04-23T17:56:16.403Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2311 | 2024-04-23T17:56:16.826Z | Compiling oso-derive v0.27.3 |
| 2312 | 2024-04-23T17:56:17.749Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2313 | 2024-04-23T17:56:17.926Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2314 | 2024-04-23T17:56:19.911Z | Checking http-range v0.1.5 |
| 2315 | 2024-04-23T17:56:19.939Z | Checking const_format v0.2.32 |
| 2316 | 2024-04-23T17:56:20.096Z | Checking hyper-staticfile v0.9.5 |
| 2317 | 2024-04-23T17:56:20.406Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2318 | 2024-04-23T17:56:20.498Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2319 | 2024-04-23T17:56:20.833Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2320 | 2024-04-23T17:56:21.877Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2321 | 2024-04-23T17:56:23.217Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2322 | 2024-04-23T17:56:23.834Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2323 | 2024-04-23T17:56:24.837Z | Checking assert_matches v1.5.0 |
| 2324 | 2024-04-23T17:56:24.927Z | Checking rand_seeder v0.2.3 |
| 2325 | 2024-04-23T17:56:25.101Z | Compiling portable-atomic v1.4.3 |
| 2326 | 2024-04-23T17:56:25.165Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2327 | 2024-04-23T17:56:25.398Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2328 | 2024-04-23T17:56:26.719Z | Checking number_prefix v0.4.0 |
| 2329 | 2024-04-23T17:56:26.735Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2330 | 2024-04-23T17:56:26.909Z | Checking castaway v0.2.2 |
| 2331 | 2024-04-23T17:56:27.071Z | Checking compact_str v0.7.1 |
| 2332 | 2024-04-23T17:56:27.148Z | Checking indicatif v0.17.8 |
| 2333 | 2024-04-23T17:56:27.644Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2334 | 2024-04-23T17:56:27.816Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2335 | 2024-04-23T17:56:27.916Z | Checking lru v0.12.1 |
| 2336 | 2024-04-23T17:56:27.928Z | Compiling stability v0.2.0 |
| 2337 | 2024-04-23T17:56:28.114Z | Checking cassowary v0.3.0 |
| 2338 | 2024-04-23T17:56:28.202Z | Compiling indoc v2.0.3 |
| 2339 | 2024-04-23T17:56:28.593Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2340 | 2024-04-23T17:56:28.986Z | Checking smawk v0.3.1 |
| 2341 | 2024-04-23T17:56:29.167Z | Checking unicode-linebreak v0.1.5 |
| 2342 | 2024-04-23T17:56:29.263Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2343 | 2024-04-23T17:56:29.337Z | Checking ratatui v0.26.2 |
| 2344 | 2024-04-23T17:56:29.548Z | Checking textwrap v0.16.1 |
| 2345 | 2024-04-23T17:56:29.563Z | Checking is_ci v1.2.0 |
| 2346 | 2024-04-23T17:56:29.693Z | Checking supports-color v3.0.0 |
| 2347 | 2024-04-23T17:56:29.909Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2348 | 2024-04-23T17:56:29.924Z | Checking fatfs v0.3.6 |
| 2349 | 2024-04-23T17:56:30.170Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2350 | 2024-04-23T17:56:30.988Z | Checking rtoolbox v0.0.1 |
| 2351 | 2024-04-23T17:56:31.188Z | Checking rpassword v7.3.1 |
| 2352 | 2024-04-23T17:56:31.276Z | Checking shell-words v1.1.0 |
| 2353 | 2024-04-23T17:56:31.329Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2354 | 2024-04-23T17:56:31.630Z | Checking yansi v0.5.1 |
| 2355 | 2024-04-23T17:56:31.904Z | Checking pretty_assertions v1.4.0 |
| 2356 | 2024-04-23T17:56:31.957Z | Compiling target-lexicon v0.12.13 |
| 2357 | 2024-04-23T17:56:32.085Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2358 | 2024-04-23T17:56:32.186Z | Checking tui-tree-widget v0.19.0 |
| 2359 | 2024-04-23T17:56:32.398Z | Checking plotters-backend v0.3.5 |
| 2360 | 2024-04-23T17:56:32.591Z | Compiling doc-comment v0.3.3 |
| 2361 | 2024-04-23T17:56:32.770Z | Compiling guppy-workspace-hack v0.1.0 |
| 2362 | 2024-04-23T17:56:33.304Z | Checking plotters-svg v0.3.5 |
| 2363 | 2024-04-23T17:56:33.355Z | Checking http-body v1.0.0 |
| 2364 | 2024-04-23T17:56:33.530Z | Compiling target-spec v3.1.0 |
| 2365 | 2024-04-23T17:56:33.573Z | Checking cast v0.3.0 |
| 2366 | 2024-04-23T17:56:33.605Z | Checking tower-layer v0.3.2 |
| 2367 | 2024-04-23T17:56:33.719Z | Compiling assert_cmd v2.0.14 |
| 2368 | 2024-04-23T17:56:33.860Z | Checking tower v0.4.13 |
| 2369 | 2024-04-23T17:56:33.875Z | Checking criterion-plot v0.5.0 |
| 2370 | 2024-04-23T17:56:34.078Z | Checking cfg-expr v0.15.6 |
| 2371 | 2024-04-23T17:56:34.144Z | Checking hyper v1.1.0 |
| 2372 | 2024-04-23T17:56:34.331Z | Checking plotters v0.3.5 |
| 2373 | 2024-04-23T17:56:34.848Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2374 | 2024-04-23T17:56:34.863Z | Checking tinytemplate v1.2.1 |
| 2375 | 2024-04-23T17:56:35.240Z | Checking cargo-platform v0.1.3 |
| 2376 | 2024-04-23T17:56:35.365Z | Checking anes v0.1.6 |
| 2377 | 2024-04-23T17:56:35.535Z | Checking oorandom v11.1.3 |
| 2378 | 2024-04-23T17:56:35.693Z | Checking cargo_metadata v0.18.1 |
| 2379 | 2024-04-23T17:56:35.736Z | Checking hyper-util v0.1.2 |
| 2380 | 2024-04-23T17:56:36.075Z | Checking criterion v0.5.1 |
| 2381 | 2024-04-23T17:56:36.549Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2382 | 2024-04-23T17:56:36.841Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2383 | 2024-04-23T17:56:37.338Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2384 | 2024-04-23T17:56:38.340Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2385 | 2024-04-23T17:56:38.772Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2386 | 2024-04-23T17:56:38.798Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2387 | 2024-04-23T17:56:40.117Z | Checking rustls-native-certs v0.7.0 |
| 2388 | 2024-04-23T17:56:40.263Z | Checking httptest v0.15.5 |
| 2389 | 2024-04-23T17:56:40.940Z | Checking pathdiff v0.2.1 |
| 2390 | 2024-04-23T17:56:40.968Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2391 | 2024-04-23T17:56:41.091Z | Checking nested v0.1.1 |
| 2392 | 2024-04-23T17:56:41.300Z | Checking guppy v0.17.5 |
| 2393 | 2024-04-23T17:56:41.368Z | Checking hyper-rustls v0.26.0 |
| 2394 | 2024-04-23T17:56:41.687Z | Checking escape8259 v0.5.2 |
| 2395 | 2024-04-23T17:56:41.872Z | Checking threadpool v1.8.1 |
| 2396 | 2024-04-23T17:56:42.871Z | Checking libtest-mimic v0.7.2 |
| 2397 | 2024-04-23T17:56:43.316Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2398 | 2024-04-23T17:56:43.413Z | Checking similar-asserts v1.5.0 |
| 2399 | 2024-04-23T17:56:43.647Z | Compiling rstest_macros v0.19.0 |
| 2400 | 2024-04-23T17:56:46.110Z | Checking datatest-stable v0.2.6 |
| 2401 | 2024-04-23T17:56:46.181Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2402 | 2024-04-23T17:56:46.327Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2403 | 2024-04-23T17:56:46.479Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2404 | 2024-04-23T17:56:46.831Z | Checking csv-core v0.1.11 |
| 2405 | 2024-04-23T17:56:47.122Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2406 | 2024-04-23T17:56:47.158Z | Checking constant_time_eq v0.2.6 |
| 2407 | 2024-04-23T17:56:47.174Z | Compiling relative-path v1.9.0 |
| 2408 | 2024-04-23T17:56:47.285Z | Compiling trybuild v1.0.91 |
| 2409 | 2024-04-23T17:56:47.704Z | Checking heck v0.5.0 |
| 2410 | 2024-04-23T17:56:47.922Z | Checking blake2b_simd v1.0.1 |
| 2411 | 2024-04-23T17:56:48.389Z | Checking csv v1.3.0 |
| 2412 | 2024-04-23T17:56:48.875Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2413 | 2024-04-23T17:56:49.204Z | Checking multimap v0.10.0 |
| 2414 | 2024-04-23T17:56:49.507Z | Checking futures-timer v3.0.2 |
| 2415 | 2024-04-23T17:56:49.795Z | Checking rust-argon2 v2.1.0 |
| 2416 | 2024-04-23T17:56:51.564Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2417 | 2024-04-23T17:56:53.505Z | Checking partial-io v0.5.4 |
| 2418 | 2024-04-23T17:56:53.882Z | Checking approx v0.5.1 |
| 2419 | 2024-04-23T17:56:54.112Z | Checking termios v0.3.3 |
| 2420 | 2024-04-23T17:56:54.322Z | Checking uzers v0.11.3 |
| 2421 | 2024-04-23T17:56:54.346Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2422 | 2024-04-23T17:56:54.651Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2423 | 2024-04-23T17:56:55.278Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2424 | 2024-04-23T17:56:56.968Z | Checking hex-literal v0.4.1 |
| 2425 | 2024-04-23T17:56:57.169Z | Checking rstest v0.19.0 |
| 2426 | 2024-04-23T17:57:03.123Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2427 | 2024-04-23T17:57:05.192Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2428 | 2024-04-23T17:57:25.042Z | Compiling samael v0.0.15 |
| 2429 | 2024-04-23T17:57:49.038Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2430 | 2024-04-23T17:57:50.109Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2431 | 2024-04-23T17:58:01.322Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2432 | 2024-04-23T17:58:11.210Z | Compiling polar-core v0.27.3 |
| 2433 | 2024-04-23T17:58:18.385Z | Checking oso v0.27.3 |
| 2434 | 2024-04-23T17:58:43.645Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2435 | 2024-04-23T17:58:43.648Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2436 | 2024-04-23T17:58:43.649Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2437 | 2024-04-23T17:59:39.332Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 35s |
| 2438 | 2024-04-23T17:59:39.522Z | |
| 2439 | 2024-04-23T17:59:39.522Z | real 7:22.140333584 |
| 2440 | 2024-04-23T17:59:39.522Z | user 37:39.983256025 |
| 2441 | 2024-04-23T17:59:39.522Z | sys 6:52.073261478 |
| 2442 | 2024-04-23T17:59:39.522Z | trap 1.008527864 |
| 2443 | 2024-04-23T17:59:39.522Z | tflt 11.632290044 |
| 2444 | 2024-04-23T17:59:39.522Z | dflt 7.754353544 |
| 2445 | 2024-04-23T17:59:39.522Z | kflt 0.229924706 |
| 2446 | 2024-04-23T17:59:39.522Z | lock 57:27.746049369 |
| 2447 | 2024-04-23T17:59:39.522Z | slp 1:56:15.022508507 |
| 2448 | 2024-04-23T17:59:39.529Z | lat 1:45.209647207 |
| 2449 | 2024-04-23T17:59:39.529Z | stop 4:26.867873204 |
| 2450 | 2024-04-23T17:59:40.410Z | warning: output filename collision. |
| 2451 | 2024-04-23T17:59:40.410Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2452 | 2024-04-23T17:59:40.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
| 2453 | 2024-04-23T17:59:40.410Z | The targets should have unique names. |
| 2454 | 2024-04-23T17:59:40.410Z | This is a known bug where multiple crates with the same name use |
| 2455 | 2024-04-23T17:59:40.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2456 | 2024-04-23T17:59:40.410Z | warning: output filename collision. |
| 2457 | 2024-04-23T17:59:40.410Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2458 | 2024-04-23T17:59:40.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
| 2459 | 2024-04-23T17:59:40.410Z | The targets should have unique names. |
| 2460 | 2024-04-23T17:59:40.410Z | This is a known bug where multiple crates with the same name use |
| 2461 | 2024-04-23T17:59:40.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2462 | 2024-04-23T17:59:40.416Z | warning: output filename collision. |
| 2463 | 2024-04-23T17:59:40.416Z | 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)`. |
| 2464 | 2024-04-23T17:59:40.416Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2465 | 2024-04-23T17:59:40.416Z | The targets should have unique names. |
| 2466 | 2024-04-23T17:59:40.416Z | This is a known bug where multiple crates with the same name use |
| 2467 | 2024-04-23T17:59:40.416Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2468 | 2024-04-23T17:59:40.416Z | warning: output filename collision. |
| 2469 | 2024-04-23T17:59:40.416Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
| 2470 | 2024-04-23T17:59:40.416Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
| 2471 | 2024-04-23T17:59:40.416Z | The targets should have unique names. |
| 2472 | 2024-04-23T17:59:40.416Z | This is a known bug where multiple crates with the same name use |
| 2473 | 2024-04-23T17:59:40.416Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2474 | 2024-04-23T17:59:40.416Z | warning: output filename collision. |
| 2475 | 2024-04-23T17:59:40.416Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
| 2476 | 2024-04-23T17:59:40.416Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2477 | 2024-04-23T17:59:40.416Z | The targets should have unique names. |
| 2478 | 2024-04-23T17:59:40.416Z | This is a known bug where multiple crates with the same name use |
| 2479 | 2024-04-23T17:59:40.416Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2480 | 2024-04-23T17:59:40.416Z | warning: output filename collision. |
| 2481 | 2024-04-23T17:59:40.417Z | 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)`. |
| 2482 | 2024-04-23T17:59:40.417Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2483 | 2024-04-23T17:59:40.417Z | The targets should have unique names. |
| 2484 | 2024-04-23T17:59:40.417Z | This is a known bug where multiple crates with the same name use |
| 2485 | 2024-04-23T17:59:40.417Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2486 | 2024-04-23T17:59:40.417Z | warning: output filename collision. |
| 2487 | 2024-04-23T17:59:40.417Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
| 2488 | 2024-04-23T17:59:40.417Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
| 2489 | 2024-04-23T17:59:40.417Z | The targets should have unique names. |
| 2490 | 2024-04-23T17:59:40.417Z | This is a known bug where multiple crates with the same name use |
| 2491 | 2024-04-23T17:59:40.417Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2492 | 2024-04-23T17:59:40.417Z | warning: output filename collision. |
| 2493 | 2024-04-23T17:59:40.417Z | 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)`. |
| 2494 | 2024-04-23T17:59:40.417Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2495 | 2024-04-23T17:59:40.417Z | The targets should have unique names. |
| 2496 | 2024-04-23T17:59:40.417Z | This is a known bug where multiple crates with the same name use |
| 2497 | 2024-04-23T17:59:40.417Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2498 | 2024-04-23T17:59:40.417Z | warning: output filename collision. |
| 2499 | 2024-04-23T17:59:40.417Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
| 2500 | 2024-04-23T17:59:40.417Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
| 2501 | 2024-04-23T17:59:40.417Z | The targets should have unique names. |
| 2502 | 2024-04-23T17:59:40.417Z | This is a known bug where multiple crates with the same name use |
| 2503 | 2024-04-23T17:59:40.418Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2504 | 2024-04-23T17:59:40.907Z | Documenting libc v0.2.153 |
| 2505 | 2024-04-23T17:59:40.954Z | Documenting cfg-if v1.0.0 |
| 2506 | 2024-04-23T17:59:40.966Z | Documenting serde_derive v1.0.198 |
| 2507 | 2024-04-23T17:59:40.994Z | Documenting log v0.4.21 |
| 2508 | 2024-04-23T17:59:41.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2509 | 2024-04-23T17:59:41.021Z | Documenting memchr v2.7.1 |
| 2510 | 2024-04-23T17:59:41.032Z | Documenting byteorder v1.5.0 |
| 2511 | 2024-04-23T17:59:41.044Z | Documenting scopeguard v1.2.0 |
| 2512 | 2024-04-23T17:59:41.287Z | Documenting itoa v1.0.9 |
| 2513 | 2024-04-23T17:59:43.964Z | Documenting smallvec v1.13.1 |
| 2514 | 2024-04-23T17:59:44.130Z | Documenting lock_api v0.4.10 |
| 2515 | 2024-04-23T17:59:44.235Z | Documenting pin-project-lite v0.2.13 |
| 2516 | 2024-04-23T17:59:45.106Z | Documenting once_cell v1.19.0 |
| 2517 | 2024-04-23T17:59:45.178Z | Documenting libm v0.2.7 |
| 2518 | 2024-04-23T17:59:46.155Z | Documenting zeroize_derive v1.4.2 |
| 2519 | 2024-04-23T17:59:46.169Z | Documenting getrandom v0.2.12 |
| 2520 | 2024-04-23T17:59:47.249Z | Documenting signal-hook-registry v1.4.1 |
| 2521 | 2024-04-23T17:59:47.605Z | Documenting mio v0.8.11 |
| 2522 | 2024-04-23T17:59:47.682Z | Documenting parking_lot_core v0.9.8 |
| 2523 | 2024-04-23T17:59:48.965Z | Documenting serde v1.0.198 |
| 2524 | 2024-04-23T17:59:49.070Z | Documenting num-traits v0.2.18 |
| 2525 | 2024-04-23T17:59:49.348Z | Documenting thiserror-impl v1.0.58 |
| 2526 | 2024-04-23T17:59:50.601Z | Documenting rand_core v0.6.4 |
| 2527 | 2024-04-23T17:59:50.908Z | Documenting zeroize v1.7.0 |
| 2528 | 2024-04-23T17:59:51.639Z | Documenting futures-core v0.3.30 |
| 2529 | 2024-04-23T17:59:52.854Z | Documenting parking_lot v0.12.1 |
| 2530 | 2024-04-23T17:59:53.030Z | Documenting ryu v1.0.15 |
| 2531 | 2024-04-23T17:59:54.586Z | Documenting num_cpus v1.16.0 |
| 2532 | 2024-04-23T17:59:54.617Z | Documenting thiserror v1.0.58 |
| 2533 | 2024-04-23T17:59:55.315Z | Documenting socket2 v0.5.6 |
| 2534 | 2024-04-23T17:59:55.354Z | Documenting tokio-macros v2.2.0 |
| 2535 | 2024-04-23T17:59:55.725Z | Documenting zerocopy v0.7.32 |
| 2536 | 2024-04-23T17:59:56.327Z | Documenting futures-sink v0.3.30 |
| 2537 | 2024-04-23T17:59:57.933Z | Documenting typenum v1.16.0 |
| 2538 | 2024-04-23T17:59:58.561Z | Documenting pin-utils v0.1.0 |
| 2539 | 2024-04-23T17:59:59.308Z | Documenting subtle v2.5.0 |
| 2540 | 2024-04-23T18:00:00.329Z | Documenting slab v0.4.9 |
| 2541 | 2024-04-23T18:00:00.364Z | Documenting futures-macro v0.3.30 |
| 2542 | 2024-04-23T18:00:00.445Z | Documenting futures-channel v0.3.30 |
| 2543 | 2024-04-23T18:00:09.415Z | Documenting bytes v1.6.0 |
| 2544 | 2024-04-23T18:00:11.132Z | Documenting bitflags v2.4.2 |
| 2545 | 2024-04-23T18:00:11.443Z | Documenting serde_json v1.0.116 |
| 2546 | 2024-04-23T18:00:11.468Z | Documenting futures-task v0.3.30 |
| 2547 | 2024-04-23T18:00:11.480Z | Documenting iana-time-zone v0.1.57 |
| 2548 | 2024-04-23T18:00:11.562Z | Documenting futures-io v0.3.30 |
| 2549 | 2024-04-23T18:00:11.772Z | Documenting uuid v1.8.0 |
| 2550 | 2024-04-23T18:00:12.395Z | Documenting generic-array v0.14.7 |
| 2551 | 2024-04-23T18:00:14.121Z | Documenting tokio v1.37.0 |
| 2552 | 2024-04-23T18:00:15.584Z | Documenting chrono v0.4.38 |
| 2553 | 2024-04-23T18:00:15.600Z | Documenting ahash v0.8.8 |
| 2554 | 2024-04-23T18:00:15.799Z | Documenting allocator-api2 v0.2.16 |
| 2555 | 2024-04-23T18:00:16.322Z | Documenting futures-util v0.3.30 |
| 2556 | 2024-04-23T18:00:16.513Z | Documenting const-oid v0.9.6 |
| 2557 | 2024-04-23T18:00:17.317Z | Documenting crypto-common v0.1.6 |
| 2558 | 2024-04-23T18:00:18.218Z | Documenting tinyvec_macros v0.1.1 |
| 2559 | 2024-04-23T18:00:19.866Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2560 | 2024-04-23T18:00:20.046Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2561 | 2024-04-23T18:00:20.784Z | Documenting tracing-core v0.1.32 |
| 2562 | 2024-04-23T18:00:21.095Z | Documenting hashbrown v0.14.3 |
| 2563 | 2024-04-23T18:00:21.532Z | Documenting tinyvec v1.6.0 |
| 2564 | 2024-04-23T18:00:22.244Z | Documenting serde_derive_internals v0.26.0 |
| 2565 | 2024-04-23T18:00:22.815Z | Checking serde_derive_internals v0.26.0 |
| 2566 | 2024-04-23T18:00:22.937Z | Documenting tracing-attributes v0.1.27 |
| 2567 | 2024-04-23T18:00:23.416Z | Documenting dyn-clone v1.0.17 |
| 2568 | 2024-04-23T18:00:25.157Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2569 | 2024-04-23T18:00:25.362Z | Documenting unicode-normalization v0.1.22 |
| 2570 | 2024-04-23T18:00:26.490Z | Documenting ppv-lite86 v0.2.17 |
| 2571 | 2024-04-23T18:00:27.157Z | Documenting unicode-bidi v0.3.15 |
| 2572 | 2024-04-23T18:00:27.171Z | Documenting lazy_static v1.4.0 |
| 2573 | 2024-04-23T18:00:29.284Z | Documenting percent-encoding v2.3.1 |
| 2574 | 2024-04-23T18:00:29.365Z | Documenting schemars_derive v0.8.16 |
| 2575 | 2024-04-23T18:00:31.259Z | Documenting block-buffer v0.10.4 |
| 2576 | 2024-04-23T18:00:31.443Z | Documenting rand_chacha v0.3.1 |
| 2577 | 2024-04-23T18:00:31.513Z | Documenting fnv v1.0.7 |
| 2578 | 2024-04-23T18:00:31.684Z | Documenting equivalent v1.0.1 |
| 2579 | 2024-04-23T18:00:32.480Z | Documenting powerfmt v0.2.0 |
| 2580 | 2024-04-23T18:00:34.268Z | Documenting form_urlencoded v1.2.1 |
| 2581 | 2024-04-23T18:00:35.004Z | Documenting indexmap v2.2.6 |
| 2582 | 2024-04-23T18:00:35.391Z | Documenting schemars v0.8.16 |
| 2583 | 2024-04-23T18:00:35.672Z | Documenting deranged v0.3.11 |
| 2584 | 2024-04-23T18:00:35.732Z | Documenting time-macros v0.2.17 |
| 2585 | 2024-04-23T18:00:36.020Z | Documenting digest v0.10.7 |
| 2586 | 2024-04-23T18:00:36.625Z | Documenting rand v0.8.5 |
| 2587 | 2024-04-23T18:00:38.650Z | Documenting num-conv v0.1.0 |
| 2588 | 2024-04-23T18:00:39.096Z | Documenting tracing v0.1.40 |
| 2589 | 2024-04-23T18:00:40.575Z | Documenting time-core v0.1.2 |
| 2590 | 2024-04-23T18:00:40.958Z | Documenting num_threads v0.1.6 |
| 2591 | 2024-04-23T18:00:41.330Z | Documenting unicode-width v0.1.11 |
| 2592 | 2024-04-23T18:00:41.456Z | Documenting idna v0.5.0 |
| 2593 | 2024-04-23T18:00:42.052Z | Documenting errno v0.3.8 |
| 2594 | 2024-04-23T18:00:42.652Z | Documenting adler v1.0.2 |
| 2595 | 2024-04-23T18:00:51.066Z | Documenting unicode-ident v1.0.12 |
| 2596 | 2024-04-23T18:00:51.084Z | Documenting slog v2.7.0 |
| 2597 | 2024-04-23T18:00:51.134Z | Documenting time v0.3.34 |
| 2598 | 2024-04-23T18:00:51.164Z | Documenting miniz_oxide v0.7.1 |
| 2599 | 2024-04-23T18:00:51.272Z | Documenting url v2.5.0 |
| 2600 | 2024-04-23T18:00:51.284Z | Documenting rustix v0.38.31 |
| 2601 | 2024-04-23T18:00:51.979Z | Documenting httparse v1.8.0 |
| 2602 | 2024-04-23T18:00:54.619Z | Documenting proc-macro2 v1.0.81 |
| 2603 | 2024-04-23T18:00:55.311Z | Documenting cpufeatures v0.2.12 |
| 2604 | 2024-04-23T18:00:56.027Z | Documenting async-trait v0.1.80 |
| 2605 | 2024-04-23T18:00:56.733Z | Documenting httpdate v1.0.3 |
| 2606 | 2024-04-23T18:00:56.784Z | Documenting try-lock v0.2.4 |
| 2607 | 2024-04-23T18:00:57.384Z | Documenting http-body v0.4.5 |
| 2608 | 2024-04-23T18:00:58.444Z | Documenting openssl-sys v0.9.102 |
| 2609 | 2024-04-23T18:00:59.326Z | Documenting quote v1.0.36 |
| 2610 | 2024-04-23T18:00:59.441Z | Documenting aho-corasick v1.1.2 |
| 2611 | 2024-04-23T18:00:59.913Z | Documenting want v0.3.1 |
| 2612 | 2024-04-23T18:01:01.021Z | Documenting openssl-macros v0.1.1 |
| 2613 | 2024-04-23T18:01:01.040Z | Documenting tokio-util v0.7.10 |
| 2614 | 2024-04-23T18:01:02.265Z | Documenting tower-service v0.3.2 |
| 2615 | 2024-04-23T18:01:03.031Z | Documenting regex-syntax v0.8.2 |
| 2616 | 2024-04-23T18:01:04.050Z | Documenting gimli v0.28.0 |
| 2617 | 2024-04-23T18:01:04.599Z | Documenting syn v2.0.59 |
| 2618 | 2024-04-23T18:01:05.514Z | Documenting mime v0.3.17 |
| 2619 | 2024-04-23T18:01:05.573Z | Documenting object v0.32.1 |
| 2620 | 2024-04-23T18:01:05.904Z | Documenting openssl v0.10.64 |
| 2621 | 2024-04-23T18:01:06.450Z | Documenting openssl-probe v0.1.5 |
| 2622 | 2024-04-23T18:01:08.010Z | Documenting h2 v0.3.26 |
| 2623 | 2024-04-23T18:01:09.955Z | Documenting ipnet v2.9.0 |
| 2624 | 2024-04-23T18:01:10.192Z | Documenting regex-automata v0.4.5 |
| 2625 | 2024-04-23T18:01:10.637Z | Documenting addr2line v0.21.0 |
| 2626 | 2024-04-23T18:01:10.702Z | Documenting rustc-demangle v0.1.23 |
| 2627 | 2024-04-23T18:01:14.231Z | Documenting base64ct v1.6.0 |
| 2628 | 2024-04-23T18:01:14.570Z | Documenting futures-executor v0.3.30 |
| 2629 | 2024-04-23T18:01:14.752Z | Documenting native-tls v0.2.11 |
| 2630 | 2024-04-23T18:01:14.819Z | Documenting encoding_rs v0.8.33 |
| 2631 | 2024-04-23T18:01:18.813Z | Documenting hyper v0.14.28 |
| 2632 | 2024-04-23T18:01:19.028Z | Documenting regex v1.10.4 |
| 2633 | 2024-04-23T18:01:19.355Z | Documenting psl-types v2.0.11 |
| 2634 | 2024-04-23T18:01:19.412Z | Documenting backtrace v0.3.69 |
| 2635 | 2024-04-23T18:01:19.757Z | Documenting serde_urlencoded v0.7.1 |
| 2636 | 2024-04-23T18:01:19.975Z | Documenting tokio-native-tls v0.3.1 |
| 2637 | 2024-04-23T18:01:20.174Z | Documenting crossbeam-utils v0.8.19 |
| 2638 | 2024-04-23T18:01:22.685Z | Documenting publicsuffix v2.2.3 |
| 2639 | 2024-04-23T18:01:24.460Z | Documenting utf8parse v0.2.1 |
| 2640 | 2024-04-23T18:01:24.786Z | Documenting futures v0.3.30 |
| 2641 | 2024-04-23T18:01:24.795Z | Documenting anyhow v1.0.82 |
| 2642 | 2024-04-23T18:01:25.307Z | Documenting pem-rfc7468 v0.7.0 |
| 2643 | 2024-04-23T18:01:25.977Z | Checking pest_meta v2.7.6 |
| 2644 | 2024-04-23T18:01:26.822Z | Documenting der_derive v0.7.2 |
| 2645 | 2024-04-23T18:01:27.781Z | Documenting cookie_store v0.20.0 |
| 2646 | 2024-04-23T18:01:27.989Z | Documenting flagset v0.4.3 |
| 2647 | 2024-04-23T18:01:28.097Z | Documenting sync_wrapper v0.1.2 |
| 2648 | 2024-04-23T18:01:29.992Z | Documenting webpki-roots v0.25.2 |
| 2649 | 2024-04-23T18:01:30.308Z | Documenting num-integer v0.1.46 |
| 2650 | 2024-04-23T18:01:31.370Z | Documenting pest_meta v2.7.6 |
| 2651 | 2024-04-23T18:01:31.472Z | Documenting scroll_derive v0.12.0 |
| 2652 | 2024-04-23T18:01:31.551Z | Documenting hyper-rustls v0.24.2 |
| 2653 | 2024-04-23T18:01:33.080Z | Documenting hyper-tls v0.5.0 |
| 2654 | 2024-04-23T18:01:33.367Z | Checking pest_generator v2.7.6 |
| 2655 | 2024-04-23T18:01:33.585Z | Documenting der v0.7.8 |
| 2656 | 2024-04-23T18:01:34.059Z | Documenting openapiv3 v2.0.0 |
| 2657 | 2024-04-23T18:01:34.219Z | Documenting ucd-trie v0.1.6 |
| 2658 | 2024-04-23T18:01:35.054Z | Documenting plain v0.2.3 |
| 2659 | 2024-04-23T18:01:36.535Z | Documenting pest_generator v2.7.6 |
| 2660 | 2024-04-23T18:01:37.200Z | Documenting scroll v0.12.0 |
| 2661 | 2024-04-23T18:01:38.350Z | Documenting pest v2.7.6 |
| 2662 | 2024-04-23T18:01:38.427Z | Documenting spin v0.9.8 |
| 2663 | 2024-04-23T18:01:39.676Z | Documenting spki v0.7.2 |
| 2664 | 2024-04-23T18:01:40.081Z | Documenting anstyle v1.0.6 |
| 2665 | 2024-04-23T18:01:40.597Z | Documenting reqwest v0.11.24 |
| 2666 | 2024-04-23T18:01:41.458Z | Documenting goblin v0.8.0 |
| 2667 | 2024-04-23T18:01:41.498Z | Documenting pest_derive v2.7.6 |
| 2668 | 2024-04-23T18:01:41.806Z | Documenting either v1.11.0 |
| 2669 | 2024-04-23T18:01:42.008Z | Documenting pretty-hex v0.4.1 |
| 2670 | 2024-04-23T18:01:44.146Z | Documenting pkcs8 v0.10.2 |
| 2671 | 2024-04-23T18:01:44.322Z | Documenting anstyle-parse v0.2.1 |
| 2672 | 2024-04-23T18:01:44.636Z | Documenting thread-id v4.2.0 |
| 2673 | 2024-04-23T18:01:45.667Z | Documenting data-encoding v2.4.0 |
| 2674 | 2024-04-23T18:01:46.206Z | Documenting dtrace-parser v0.2.0 |
| 2675 | 2024-04-23T18:01:46.441Z | Documenting anstyle-query v1.0.0 |
| 2676 | 2024-04-23T18:01:47.575Z | Documenting colorchoice v1.0.0 |
| 2677 | 2024-04-23T18:01:49.204Z | Documenting crossbeam-epoch v0.9.18 |
| 2678 | 2024-04-23T18:01:49.618Z | Documenting terminal_size v0.3.0 |
| 2679 | 2024-04-23T18:01:49.867Z | Documenting dof v0.3.0 |
| 2680 | 2024-04-23T18:01:50.374Z | Documenting sha2 v0.10.8 |
| 2681 | 2024-04-23T18:01:50.780Z | Documenting ipnetwork v0.20.0 |
| 2682 | 2024-04-23T18:01:50.925Z | Documenting anstream v0.6.11 |
| 2683 | 2024-04-23T18:01:51.289Z | Documenting hex v0.4.3 |
| 2684 | 2024-04-23T18:01:52.071Z | Documenting crc32fast v1.3.2 |
| 2685 | 2024-04-23T18:01:53.560Z | Documenting unicode-segmentation v1.10.1 |
| 2686 | 2024-04-23T18:01:55.133Z | Documenting strsim v0.11.0 |
| 2687 | 2024-04-23T18:01:55.165Z | Documenting usdt-impl v0.5.0 |
| 2688 | 2024-04-23T18:01:55.750Z | Documenting clap_lex v0.7.0 |
| 2689 | 2024-04-23T18:01:55.907Z | Documenting untrusted v0.9.0 |
| 2690 | 2024-04-23T18:01:56.235Z | Documenting clap_derive v4.5.4 |
| 2691 | 2024-04-23T18:01:56.303Z | Documenting num-iter v0.1.44 |
| 2692 | 2024-04-23T18:01:57.387Z | Documenting hmac v0.12.1 |
| 2693 | 2024-04-23T18:01:57.422Z | Documenting signal-hook v0.3.17 |
| 2694 | 2024-04-23T18:01:59.293Z | Documenting static_assertions v1.1.0 |
| 2695 | 2024-04-23T18:01:59.375Z | Documenting ring v0.17.8 |
| 2696 | 2024-04-23T18:01:59.868Z | Documenting clap_builder v4.5.2 |
| 2697 | 2024-04-23T18:02:01.639Z | Documenting base64 v0.22.0 |
| 2698 | 2024-04-23T18:02:01.943Z | Documenting flate2 v1.0.28 |
| 2699 | 2024-04-23T18:02:02.651Z | Documenting managed v0.8.0 |
| 2700 | 2024-04-23T18:02:02.760Z | Documenting signal-hook-mio v0.2.3 |
| 2701 | 2024-04-23T18:02:02.764Z | Documenting block-padding v0.3.3 |
| 2702 | 2024-04-23T18:02:03.158Z | Documenting scheduled-thread-pool v0.2.7 |
| 2703 | 2024-04-23T18:02:05.175Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2704 | 2024-04-23T18:02:05.911Z | Documenting enum-as-inner v0.5.1 |
| 2705 | 2024-04-23T18:02:06.599Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2706 | 2024-04-23T18:02:06.721Z | Documenting clap v4.5.4 |
| 2707 | 2024-04-23T18:02:06.764Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2708 | 2024-04-23T18:02:06.859Z | Documenting md-5 v0.10.5 |
| 2709 | 2024-04-23T18:02:07.880Z | Documenting crossterm v0.27.0 |
| 2710 | 2024-04-23T18:02:08.118Z | Documenting inout v0.1.3 |
| 2711 | 2024-04-23T18:02:08.249Z | Documenting r2d2 v0.8.10 |
| 2712 | 2024-04-23T18:02:10.213Z | Documenting bzip2 v0.4.4 |
| 2713 | 2024-04-23T18:02:10.627Z | Documenting trust-dns-proto v0.22.0 |
| 2714 | 2024-04-23T18:02:11.738Z | Documenting diesel_derives v2.1.2 |
| 2715 | 2024-04-23T18:02:12.545Z | Documenting stringprep v0.1.3 |
| 2716 | 2024-04-23T18:02:12.647Z | Documenting regress v0.9.1 |
| 2717 | 2024-04-23T18:02:12.785Z | Documenting ff v0.13.0 |
| 2718 | 2024-04-23T18:02:12.888Z | Documenting serde_spanned v0.6.5 |
| 2719 | 2024-04-23T18:02:13.387Z | Documenting toml_datetime v0.6.5 |
| 2720 | 2024-04-23T18:02:15.355Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2721 | 2024-04-23T18:02:17.168Z | Documenting fallible-iterator v0.2.0 |
| 2722 | 2024-04-23T18:02:17.359Z | Documenting bit-vec v0.6.3 |
| 2723 | 2024-04-23T18:02:17.934Z | Documenting winnow v0.6.1 |
| 2724 | 2024-04-23T18:02:17.938Z | Documenting base16ct v0.2.0 |
| 2725 | 2024-04-23T18:02:19.595Z | Documenting siphasher v0.3.11 |
| 2726 | 2024-04-23T18:02:19.962Z | Documenting group v0.13.0 |
| 2727 | 2024-04-23T18:02:20.081Z | Documenting zip v0.6.6 |
| 2728 | 2024-04-23T18:02:20.247Z | Documenting diesel v2.1.6 |
| 2729 | 2024-04-23T18:02:21.425Z | Documenting sec1 v0.7.3 |
| 2730 | 2024-04-23T18:02:22.001Z | Documenting cipher v0.4.4 |
| 2731 | 2024-04-23T18:02:22.362Z | Documenting postgres-protocol v0.6.6 |
| 2732 | 2024-04-23T18:02:23.091Z | Documenting phf_shared v0.11.2 |
| 2733 | 2024-04-23T18:02:24.181Z | Documenting toml_edit v0.22.9 |
| 2734 | 2024-04-23T18:02:25.110Z | Documenting hkdf v0.12.4 |
| 2735 | 2024-04-23T18:02:25.602Z | Documenting num-bigint v0.4.4 |
| 2736 | 2024-04-23T18:02:27.541Z | Documenting bstr v1.9.0 |
| 2737 | 2024-04-23T18:02:36.584Z | Documenting console v0.15.8 |
| 2738 | 2024-04-23T18:02:43.980Z | Documenting crypto-bigint v0.5.2 |
| 2739 | 2024-04-23T18:02:44.021Z | Documenting hubpack v0.1.2 |
| 2740 | 2024-04-23T18:02:44.557Z | Documenting serde_repr v0.1.16 |
| 2741 | 2024-04-23T18:02:44.569Z | Documenting heck v0.4.1 |
| 2742 | 2024-04-23T18:02:44.941Z | Documenting precomputed-hash v0.1.1 |
| 2743 | 2024-04-23T18:02:45.074Z | Documenting minimal-lexical v0.2.1 |
| 2744 | 2024-04-23T18:02:45.243Z | Checking ident_case v1.0.1 |
| 2745 | 2024-04-23T18:02:45.383Z | Checking strsim v0.10.0 |
| 2746 | 2024-04-23T18:02:45.616Z | Checking unsafe-libyaml v0.2.10 |
| 2747 | 2024-04-23T18:02:46.746Z | Documenting new_debug_unreachable v1.0.4 |
| 2748 | 2024-04-23T18:02:46.998Z | Documenting fixedbitset v0.4.2 |
| 2749 | 2024-04-23T18:02:48.776Z | Documenting lalrpop-util v0.19.12 |
| 2750 | 2024-04-23T18:02:48.895Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2751 | 2024-04-23T18:02:49.252Z | Documenting nom v7.1.3 |
| 2752 | 2024-04-23T18:02:49.424Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2753 | 2024-04-23T18:02:58.265Z | Documenting yasna v0.5.2 |
| 2754 | 2024-04-23T18:02:58.301Z | Documenting string_cache v0.8.7 |
| 2755 | 2024-04-23T18:02:58.495Z | Documenting petgraph v0.6.4 |
| 2756 | 2024-04-23T18:02:58.567Z | Documenting postgres-types v0.2.6 |
| 2757 | 2024-04-23T18:02:59.060Z | Documenting phf v0.11.2 |
| 2758 | 2024-04-23T18:02:59.156Z | Documenting similar v2.4.0 |
| 2759 | 2024-04-23T18:02:59.271Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2760 | 2024-04-23T18:02:59.271Z | Documenting elliptic-curve v0.13.8 |
| 2761 | 2024-04-23T18:03:03.005Z | Documenting semver v1.0.22 |
| 2762 | 2024-04-23T18:03:04.072Z | Documenting float-cmp v0.9.0 |
| 2763 | 2024-04-23T18:03:04.609Z | Documenting unsafe-libyaml v0.2.10 |
| 2764 | 2024-04-23T18:03:05.241Z | Documenting difflib v0.4.0 |
| 2765 | 2024-04-23T18:03:06.023Z | Documenting predicates-core v1.0.6 |
| 2766 | 2024-04-23T18:03:06.366Z | Documenting whoami v1.5.1 |
| 2767 | 2024-04-23T18:03:21.257Z | Documenting normalize-line-endings v0.3.0 |
| 2768 | 2024-04-23T18:03:21.340Z | Documenting peg-runtime v0.8.2 |
| 2769 | 2024-04-23T18:03:21.340Z | Documenting serde_yaml v0.9.25 |
| 2770 | 2024-04-23T18:03:21.341Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2771 | 2024-04-23T18:03:21.341Z | Checking serde_yaml v0.9.25 |
| 2772 | 2024-04-23T18:03:21.341Z | Documenting tokio-postgres v0.7.10 |
| 2773 | 2024-04-23T18:03:21.341Z | Checking darling_core v0.20.8 |
| 2774 | 2024-04-23T18:03:21.341Z | Documenting bit-set v0.5.3 |
| 2775 | 2024-04-23T18:03:21.365Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2776 | 2024-04-23T18:03:21.365Z | Documenting getopts v0.2.21 |
| 2777 | 2024-04-23T18:03:21.365Z | Documenting predicates v3.1.0 |
| 2778 | 2024-04-23T18:03:21.366Z | Documenting tokio-stream v0.1.15 |
| 2779 | 2024-04-23T18:03:21.812Z | Documenting ident_case v1.0.1 |
| 2780 | 2024-04-23T18:03:22.564Z | Checking darling v0.20.8 |
| 2781 | 2024-04-23T18:03:22.663Z | Documenting is-terminal v0.4.9 |
| 2782 | 2024-04-23T18:03:23.240Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2783 | 2024-04-23T18:03:23.803Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2784 | 2024-04-23T18:03:25.690Z | Documenting darling_core v0.20.8 |
| 2785 | 2024-04-23T18:03:25.954Z | Documenting strum v0.26.2 |
| 2786 | 2024-04-23T18:03:26.691Z | Documenting dirs-sys-next v0.1.2 |
| 2787 | 2024-04-23T18:03:27.361Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2788 | 2024-04-23T18:03:27.619Z | Documenting match_cfg v0.1.0 |
| 2789 | 2024-04-23T18:03:28.251Z | Documenting sha1 v0.10.6 |
| 2790 | 2024-04-23T18:03:30.095Z | Documenting http v1.0.0 |
| 2791 | 2024-04-23T18:03:30.954Z | Documenting hostname v0.3.1 |
| 2792 | 2024-04-23T18:03:31.462Z | Documenting camino v1.1.6 |
| 2793 | 2024-04-23T18:03:31.606Z | Documenting dirs-next v2.0.0 |
| 2794 | 2024-04-23T18:03:31.866Z | Documenting paste v1.0.14 |
| 2795 | 2024-04-23T18:03:33.430Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2796 | 2024-04-23T18:03:33.943Z | Documenting thread_local v1.1.7 |
| 2797 | 2024-04-23T18:03:35.835Z | Documenting rustls-pki-types v1.3.0 |
| 2798 | 2024-04-23T18:03:35.955Z | Documenting crossbeam-channel v0.5.8 |
| 2799 | 2024-04-23T18:03:35.967Z | Documenting darling_macro v0.20.8 |
| 2800 | 2024-04-23T18:03:36.226Z | Documenting take_mut v0.2.2 |
| 2801 | 2024-04-23T18:03:36.243Z | Documenting slog-json v2.6.1 |
| 2802 | 2024-04-23T18:03:36.633Z | Documenting term v0.7.0 |
| 2803 | 2024-04-23T18:03:38.256Z | Documenting async-stream-impl v0.3.5 |
| 2804 | 2024-04-23T18:03:40.380Z | Documenting debug-ignore v1.0.5 |
| 2805 | 2024-04-23T18:03:40.848Z | Documenting rustls-webpki v0.102.1 |
| 2806 | 2024-04-23T18:03:41.288Z | Documenting slog-async v2.8.0 |
| 2807 | 2024-04-23T18:03:41.517Z | Documenting atomic-waker v1.1.1 |
| 2808 | 2024-04-23T18:03:41.762Z | Documenting slog-term v2.9.1 |
| 2809 | 2024-04-23T18:03:41.825Z | Documenting darling v0.20.8 |
| 2810 | 2024-04-23T18:03:43.060Z | Documenting slog-bunyan v2.5.0 |
| 2811 | 2024-04-23T18:03:43.331Z | Documenting rustls-pemfile v2.1.2 |
| 2812 | 2024-04-23T18:03:44.011Z | Documenting async-stream v0.3.5 |
| 2813 | 2024-04-23T18:03:44.903Z | Documenting waitgroup v0.1.2 |
| 2814 | 2024-04-23T18:03:45.638Z | Documenting multer v3.0.0 |
| 2815 | 2024-04-23T18:03:45.902Z | Documenting rustls v0.22.4 |
| 2816 | 2024-04-23T18:03:47.093Z | Documenting toml v0.8.12 |
| 2817 | 2024-04-23T18:03:47.305Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2818 | 2024-04-23T18:03:48.169Z | Documenting serde_path_to_error v0.1.16 |
| 2819 | 2024-04-23T18:03:48.318Z | Documenting serde_with_macros v3.7.0 |
| 2820 | 2024-04-23T18:03:48.444Z | Documenting structmeta-derive v0.3.0 |
| 2821 | 2024-04-23T18:03:49.677Z | Documenting newtype-uuid v1.1.0 |
| 2822 | 2024-04-23T18:03:51.081Z | Checking structmeta v0.3.0 |
| 2823 | 2024-04-23T18:03:51.304Z | Documenting instant v0.1.12 |
| 2824 | 2024-04-23T18:03:52.757Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2825 | 2024-04-23T18:03:52.946Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2826 | 2024-04-23T18:03:53.678Z | Documenting serde_with v3.7.0 |
| 2827 | 2024-04-23T18:03:54.111Z | Documenting structmeta v0.3.0 |
| 2828 | 2024-04-23T18:03:54.115Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2829 | 2024-04-23T18:03:55.005Z | Documenting tokio-rustls v0.25.0 |
| 2830 | 2024-04-23T18:03:56.089Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2831 | 2024-04-23T18:03:56.173Z | Documenting backoff v0.4.0 |
| 2832 | 2024-04-23T18:03:58.279Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2833 | 2024-04-23T18:03:58.679Z | Documenting macaddr v1.0.1 |
| 2834 | 2024-04-23T18:03:58.980Z | Documenting parse-display-derive v0.9.0 |
| 2835 | 2024-04-23T18:04:00.891Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2836 | 2024-04-23T18:04:01.746Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2837 | 2024-04-23T18:04:02.060Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2838 | 2024-04-23T18:04:02.272Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2839 | 2024-04-23T18:04:02.515Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2840 | 2024-04-23T18:04:02.738Z | Documenting fastrand v2.0.1 |
| 2841 | 2024-04-23T18:04:03.130Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2842 | 2024-04-23T18:04:03.154Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2843 | 2024-04-23T18:04:03.419Z | Checking proc-macro-crate v1.3.1 |
| 2844 | 2024-04-23T18:04:03.649Z | Documenting proc-macro-crate v1.3.1 |
| 2845 | 2024-04-23T18:04:05.639Z | Documenting foreign-types-macros v0.2.3 |
| 2846 | 2024-04-23T18:04:05.681Z | Documenting parse-display v0.9.0 |
| 2847 | 2024-04-23T18:04:06.140Z | Documenting foreign-types-shared v0.3.1 |
| 2848 | 2024-04-23T18:04:06.312Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2849 | 2024-04-23T18:04:06.831Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2850 | 2024-04-23T18:04:06.986Z | Documenting tempfile v3.10.1 |
| 2851 | 2024-04-23T18:04:09.139Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2852 | 2024-04-23T18:04:09.837Z | Documenting num_enum_derive v0.5.11 |
| 2853 | 2024-04-23T18:04:10.483Z | Documenting cstr-argument v0.1.2 |
| 2854 | 2024-04-23T18:04:11.032Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2855 | 2024-04-23T18:04:11.172Z | Documenting tabwriter v1.4.0 |
| 2856 | 2024-04-23T18:04:11.476Z | Documenting foreign-types v0.5.0 |
| 2857 | 2024-04-23T18:04:12.678Z | Documenting camino-tempfile v1.1.1 |
| 2858 | 2024-04-23T18:04:14.508Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2859 | 2024-04-23T18:04:15.356Z | Documenting colored v2.1.0 |
| 2860 | 2024-04-23T18:04:15.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2861 | 2024-04-23T18:04:15.652Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2862 | 2024-04-23T18:04:15.778Z | Documenting hash32 v0.3.1 |
| 2863 | 2024-04-23T18:04:16.553Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2864 | 2024-04-23T18:04:17.628Z | Documenting num_enum v0.5.11 |
| 2865 | 2024-04-23T18:04:18.191Z | Documenting stable_deref_trait v1.2.0 |
| 2866 | 2024-04-23T18:04:19.603Z | Documenting smf v0.2.3 |
| 2867 | 2024-04-23T18:04:19.740Z | Documenting cobs v0.2.3 |
| 2868 | 2024-04-23T18:04:20.438Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2869 | 2024-04-23T18:04:20.558Z | Documenting embedded-io v0.4.0 |
| 2870 | 2024-04-23T18:04:20.796Z | Documenting memmap v0.7.0 |
| 2871 | 2024-04-23T18:04:21.515Z | Documenting heapless v0.8.0 |
| 2872 | 2024-04-23T18:04:21.772Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2873 | 2024-04-23T18:04:23.107Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2874 | 2024-04-23T18:04:24.226Z | Documenting crucible-workspace-hack v0.1.0 |
| 2875 | 2024-04-23T18:04:24.314Z | Documenting postcard v1.0.8 |
| 2876 | 2024-04-23T18:04:25.845Z | Documenting usdt v0.5.0 |
| 2877 | 2024-04-23T18:04:26.665Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2878 | 2024-04-23T18:04:27.366Z | Documenting smoltcp v0.11.0 |
| 2879 | 2024-04-23T18:04:27.473Z | Documenting newline-converter v0.3.0 |
| 2880 | 2024-04-23T18:04:29.025Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2881 | 2024-04-23T18:04:30.209Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2882 | 2024-04-23T18:04:30.868Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2883 | 2024-04-23T18:04:31.332Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2884 | 2024-04-23T18:04:31.652Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2885 | 2024-04-23T18:04:32.186Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2886 | 2024-04-23T18:04:32.325Z | Documenting expectorate v1.1.0 |
| 2887 | 2024-04-23T18:04:33.106Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2888 | 2024-04-23T18:04:34.465Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2889 | 2024-04-23T18:04:34.666Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2890 | 2024-04-23T18:04:35.128Z | Documenting sigpipe v0.1.3 |
| 2891 | 2024-04-23T18:04:35.692Z | Documenting num-derive v0.4.0 |
| 2892 | 2024-04-23T18:04:36.675Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2893 | 2024-04-23T18:04:37.589Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2894 | 2024-04-23T18:04:38.795Z | Documenting password-hash v0.5.0 |
| 2895 | 2024-04-23T18:04:39.933Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 2896 | 2024-04-23T18:04:40.057Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2897 | 2024-04-23T18:04:41.632Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 2898 | 2024-04-23T18:04:42.081Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2899 | 2024-04-23T18:04:42.474Z | Documenting blake2 v0.10.6 |
| 2900 | 2024-04-23T18:04:43.984Z | Documenting proc-macro-error-attr v1.0.4 |
| 2901 | 2024-04-23T18:04:44.463Z | Documenting linked-hash-map v0.5.6 |
| 2902 | 2024-04-23T18:04:46.345Z | Documenting humantime v2.1.0 |
| 2903 | 2024-04-23T18:04:46.940Z | Checking proc-macro-error v1.0.4 |
| 2904 | 2024-04-23T18:04:47.195Z | Documenting bytecount v0.6.3 |
| 2905 | 2024-04-23T18:04:47.656Z | Documenting derive-where v1.2.7 |
| 2906 | 2024-04-23T18:04:48.222Z | Documenting proc-macro-error v1.0.4 |
| 2907 | 2024-04-23T18:04:48.457Z | Documenting argon2 v0.5.3 |
| 2908 | 2024-04-23T18:04:48.881Z | Documenting lru-cache v0.1.2 |
| 2909 | 2024-04-23T18:04:49.414Z | Documenting swrite v0.1.0 |
| 2910 | 2024-04-23T18:04:49.597Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2911 | 2024-04-23T18:04:50.078Z | Documenting papergrid v0.11.0 |
| 2912 | 2024-04-23T18:04:50.492Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2913 | 2024-04-23T18:04:52.976Z | Documenting tabled_derive v0.7.0 |
| 2914 | 2024-04-23T18:04:53.119Z | Documenting newtype_derive v0.1.6 |
| 2915 | 2024-04-23T18:04:53.335Z | Documenting itertools v0.12.1 |
| 2916 | 2024-04-23T18:04:54.066Z | Documenting arc-swap v1.6.0 |
| 2917 | 2024-04-23T18:04:54.409Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2918 | 2024-04-23T18:04:54.750Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2919 | 2024-04-23T18:04:55.773Z | Documenting quick-error v1.2.3 |
| 2920 | 2024-04-23T18:04:57.197Z | Documenting steno v0.4.0 |
| 2921 | 2024-04-23T18:04:57.617Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2922 | 2024-04-23T18:04:58.210Z | Documenting tabled v0.15.0 |
| 2923 | 2024-04-23T18:04:59.205Z | Documenting slog-scope v4.4.0 |
| 2924 | 2024-04-23T18:05:00.086Z | Documenting resolv-conf v0.7.0 |
| 2925 | 2024-04-23T18:05:01.755Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2926 | 2024-04-23T18:05:01.766Z | Documenting num-rational v0.4.1 |
| 2927 | 2024-04-23T18:05:03.501Z | Documenting slog-stdlog v4.1.1 |
| 2928 | 2024-04-23T18:05:04.962Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2929 | 2024-04-23T18:05:05.370Z | Documenting trust-dns-resolver v0.22.0 |
| 2930 | 2024-04-23T18:05:06.072Z | Documenting num-complex v0.4.5 |
| 2931 | 2024-04-23T18:05:07.134Z | Documenting filetime v0.2.23 |
| 2932 | 2024-04-23T18:05:07.825Z | Documenting slog-envlogger v2.2.0 |
| 2933 | 2024-04-23T18:05:08.310Z | Documenting xattr v1.0.1 |
| 2934 | 2024-04-23T18:05:11.622Z | Documenting tap v1.0.1 |
| 2935 | 2024-04-23T18:05:12.140Z | Documenting num v0.4.2 |
| 2936 | 2024-04-23T18:05:13.331Z | Documenting tar v0.4.40 |
| 2937 | 2024-04-23T18:05:13.925Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2938 | 2024-04-23T18:05:13.939Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2939 | 2024-04-23T18:05:14.161Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2940 | 2024-04-23T18:05:14.927Z | Documenting radium v0.7.0 |
| 2941 | 2024-04-23T18:05:15.184Z | Documenting wyz v0.5.1 |
| 2942 | 2024-04-23T18:05:15.196Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2943 | 2024-04-23T18:05:15.378Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2944 | 2024-04-23T18:05:15.586Z | Documenting nibble_vec v0.1.0 |
| 2945 | 2024-04-23T18:05:15.839Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2946 | 2024-04-23T18:05:18.594Z | Documenting funty v2.0.0 |
| 2947 | 2024-04-23T18:05:18.639Z | Documenting endian-type v0.1.2 |
| 2948 | 2024-04-23T18:05:18.851Z | Documenting crc-catalog v2.2.0 |
| 2949 | 2024-04-23T18:05:19.057Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2950 | 2024-04-23T18:05:19.513Z | Documenting cancel-safe-futures v0.1.5 |
| 2951 | 2024-04-23T18:05:19.880Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2952 | 2024-04-23T18:05:20.154Z | Documenting packed_struct_codegen v0.10.1 |
| 2953 | 2024-04-23T18:05:21.020Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2954 | 2024-04-23T18:05:21.421Z | Documenting nodrop v0.1.14 |
| 2955 | 2024-04-23T18:05:21.899Z | Documenting crc v3.0.1 |
| 2956 | 2024-04-23T18:05:22.107Z | Documenting bitvec v1.0.1 |
| 2957 | 2024-04-23T18:05:22.832Z | Documenting radix_trie v0.2.1 |
| 2958 | 2024-04-23T18:05:24.537Z | Documenting same-file v1.0.6 |
| 2959 | 2024-04-23T18:05:25.348Z | Documenting array-init v0.0.4 |
| 2960 | 2024-04-23T18:05:25.467Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2961 | 2024-04-23T18:05:25.752Z | Documenting num-bigint-dig v0.8.4 |
| 2962 | 2024-04-23T18:05:27.808Z | Documenting packed_struct v0.10.1 |
| 2963 | 2024-04-23T18:05:28.179Z | Documenting pkcs1 v0.7.5 |
| 2964 | 2024-04-23T18:05:28.913Z | Documenting walkdir v2.5.0 |
| 2965 | 2024-04-23T18:05:28.996Z | Documenting signature v2.1.0 |
| 2966 | 2024-04-23T18:05:29.203Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2967 | 2024-04-23T18:05:29.553Z | Documenting termcolor v1.2.0 |
| 2968 | 2024-04-23T18:05:33.235Z | Documenting display-error-chain v0.2.0 |
| 2969 | 2024-04-23T18:05:33.456Z | Documenting bitfield v0.14.0 |
| 2970 | 2024-04-23T18:05:33.540Z | Documenting serde-hex v0.1.0 |
| 2971 | 2024-04-23T18:05:33.933Z | Documenting env_logger v0.10.0 |
| 2972 | 2024-04-23T18:05:34.986Z | Documenting rsa v0.9.2 |
| 2973 | 2024-04-23T18:05:36.870Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2974 | 2024-04-23T18:05:36.961Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2975 | 2024-04-23T18:05:37.404Z | Documenting slog-dtrace v0.3.0 |
| 2976 | 2024-04-23T18:05:39.465Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2977 | 2024-04-23T18:05:39.749Z | Documenting pem v3.0.4 |
| 2978 | 2024-04-23T18:05:39.879Z | Documenting x509-cert v0.2.4 |
| 2979 | 2024-04-23T18:05:39.917Z | Documenting libsw v3.3.1 |
| 2980 | 2024-04-23T18:05:40.548Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
| 2981 | 2024-04-23T18:05:40.548Z | --> nexus/types/src/sectioned_table.rs:145:7 |
| 2982 | 2024-04-23T18:05:40.548Z | | |
| 2983 | 2024-04-23T18:05:40.548Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
| 2984 | 2024-04-23T18:05:40.548Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
| 2985 | 2024-04-23T18:05:40.548Z | | |
| 2986 | 2024-04-23T18:05:40.548Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2987 | 2024-04-23T18:05:40.548Z | |
| 2988 | 2024-04-23T18:05:41.779Z | Documenting ron v0.8.1 |
| 2989 | 2024-04-23T18:05:42.533Z | Documenting half v2.3.1 |
| 2990 | 2024-04-23T18:05:42.773Z | warning: `nexus-types` (lib doc) generated 1 warning |
| 2991 | 2024-04-23T18:05:42.777Z | Documenting owo-colors v4.0.0 |
| 2992 | 2024-04-23T18:05:44.092Z | Documenting ciborium-io v0.2.2 |
| 2993 | 2024-04-23T18:05:44.513Z | Documenting linear-map v1.2.0 |
| 2994 | 2024-04-23T18:05:44.845Z | Documenting crc-any v2.4.3 |
| 2995 | 2024-04-23T18:05:45.533Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2996 | 2024-04-23T18:05:45.737Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2997 | 2024-04-23T18:05:46.863Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2998 | 2024-04-23T18:05:47.163Z | Documenting headers-core v0.2.0 |
| 2999 | 2024-04-23T18:05:48.375Z | Documenting path-slash v0.1.5 |
| 3000 | 2024-04-23T18:05:48.506Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3001 | 2024-04-23T18:05:48.992Z | Documenting ciborium-ll v0.2.2 |
| 3002 | 2024-04-23T18:05:49.342Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3003 | 2024-04-23T18:05:51.389Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 3004 | 2024-04-23T18:05:52.637Z | Documenting fxhash v0.2.1 |
| 3005 | 2024-04-23T18:05:53.438Z | Documenting headers v0.3.9 |
| 3006 | 2024-04-23T18:05:54.551Z | Documenting ciborium v0.2.2 |
| 3007 | 2024-04-23T18:05:57.079Z | Documenting async-recursion v1.1.0 |
| 3008 | 2024-04-23T18:05:57.717Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3009 | 2024-04-23T18:05:58.006Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 3010 | 2024-04-23T18:05:59.922Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3011 | 2024-04-23T18:06:00.638Z | Documenting vte_generate_state_changes v0.1.1 |
| 3012 | 2024-04-23T18:06:00.766Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3013 | 2024-04-23T18:06:03.131Z | Checking convert_case v0.4.0 |
| 3014 | 2024-04-23T18:06:03.346Z | Documenting convert_case v0.4.0 |
| 3015 | 2024-04-23T18:06:04.847Z | Documenting vte v0.11.1 |
| 3016 | 2024-04-23T18:06:05.932Z | Documenting buf-list v1.0.3 |
| 3017 | 2024-04-23T18:06:07.735Z | Documenting derive_more v0.99.17 |
| 3018 | 2024-04-23T18:06:09.378Z | Documenting derive_builder_core v0.20.0 |
| 3019 | 2024-04-23T18:06:10.981Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3020 | 2024-04-23T18:06:12.052Z | Checking derive_builder_core v0.20.0 |
| 3021 | 2024-04-23T18:06:12.638Z | Documenting fd-lock v4.0.2 |
| 3022 | 2024-04-23T18:06:12.903Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3023 | 2024-04-23T18:06:15.373Z | Documenting bitstruct_derive v0.1.0 |
| 3024 | 2024-04-23T18:06:15.943Z | Documenting pin-project-internal v1.1.3 |
| 3025 | 2024-04-23T18:06:16.477Z | Documenting ascii v1.1.0 |
| 3026 | 2024-04-23T18:06:17.816Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3027 | 2024-04-23T18:06:18.624Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3028 | 2024-04-23T18:06:19.159Z | Documenting derive_builder_macro v0.20.0 |
| 3029 | 2024-04-23T18:06:20.252Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 3030 | 2024-04-23T18:06:20.617Z | Documenting bitstruct v0.1.1 |
| 3031 | 2024-04-23T18:06:21.457Z | Documenting pin-project v1.1.3 |
| 3032 | 2024-04-23T18:06:21.556Z | Documenting strip-ansi-escapes v0.2.0 |
| 3033 | 2024-04-23T18:06:23.240Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3034 | 2024-04-23T18:06:23.333Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3035 | 2024-04-23T18:06:23.875Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3036 | 2024-04-23T18:06:24.002Z | Documenting crossbeam-deque v0.8.3 |
| 3037 | 2024-04-23T18:06:24.561Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3038 | 2024-04-23T18:06:26.406Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3039 | 2024-04-23T18:06:26.624Z | Documenting erased-serde v0.3.31 |
| 3040 | 2024-04-23T18:06:27.409Z | Documenting serde_arrays v0.1.0 |
| 3041 | 2024-04-23T18:06:28.244Z | Documenting snafu-derive v0.8.2 |
| 3042 | 2024-04-23T18:06:29.177Z | Documenting ref-cast-impl v1.0.22 |
| 3043 | 2024-04-23T18:06:31.117Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3044 | 2024-04-23T18:06:31.409Z | Documenting nu-ansi-term v0.50.0 |
| 3045 | 2024-04-23T18:06:31.917Z | Checking unicode-xid v0.2.4 |
| 3046 | 2024-04-23T18:06:31.966Z | Documenting unicode-xid v0.2.4 |
| 3047 | 2024-04-23T18:06:32.057Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3048 | 2024-04-23T18:06:34.382Z | Documenting ref-cast v1.0.22 |
| 3049 | 2024-04-23T18:06:35.323Z | Documenting const_format_proc_macros v0.2.32 |
| 3050 | 2024-04-23T18:06:35.769Z | Documenting snafu v0.8.2 |
| 3051 | 2024-04-23T18:06:35.862Z | Documenting reedline v0.31.0 |
| 3052 | 2024-04-23T18:06:37.798Z | Documenting rayon-core v1.12.1 |
| 3053 | 2024-04-23T18:06:39.920Z | Documenting derive_builder v0.20.0 |
| 3054 | 2024-04-23T18:06:40.358Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3055 | 2024-04-23T18:06:40.606Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3056 | 2024-04-23T18:06:41.891Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2024-04-23T18:06:42.332Z | Documenting libefi-sys v0.1.0 |
| 3058 | 2024-04-23T18:06:44.887Z | Documenting trust-dns-client v0.22.0 |
| 3059 | 2024-04-23T18:06:47.011Z | Documenting polar-core v0.27.3 |
| 3060 | 2024-04-23T18:06:48.460Z | Documenting libxml v0.3.3 |
| 3061 | 2024-04-23T18:06:48.826Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3062 | 2024-04-23T18:06:49.878Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3063 | 2024-04-23T18:06:50.005Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3064 | 2024-04-23T18:06:50.079Z | Documenting globset v0.4.13 |
| 3065 | 2024-04-23T18:06:50.729Z | Documenting bb8 v0.8.3 |
| 3066 | 2024-04-23T18:06:53.539Z | Documenting olpc-cjson v0.1.3 |
| 3067 | 2024-04-23T18:06:55.619Z | Documenting serde_plain v1.0.2 |
| 3068 | 2024-04-23T18:06:56.382Z | Documenting quick-xml v0.31.0 |
| 3069 | 2024-04-23T18:06:56.468Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3070 | 2024-04-23T18:06:57.118Z | Documenting oso-derive v0.27.3 |
| 3071 | 2024-04-23T18:06:57.564Z | Documenting utf-8 v0.7.6 |
| 3072 | 2024-04-23T18:06:58.316Z | Documenting keccak v0.1.4 |
| 3073 | 2024-04-23T18:07:00.207Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3074 | 2024-04-23T18:07:01.777Z | Documenting typed-path v0.7.0 |
| 3075 | 2024-04-23T18:07:01.870Z | Documenting maplit v1.0.2 |
| 3076 | 2024-04-23T18:07:02.079Z | Documenting sha3 v0.10.8 |
| 3077 | 2024-04-23T18:07:03.075Z | Documenting tungstenite v0.21.0 |
| 3078 | 2024-04-23T18:07:03.086Z | Documenting samael v0.0.15 |
| 3079 | 2024-04-23T18:07:04.676Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3080 | 2024-04-23T18:07:06.015Z | Documenting oso v0.27.3 |
| 3081 | 2024-04-23T18:07:07.515Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3082 | 2024-04-23T18:07:07.691Z | Documenting tough v0.17.1 |
| 3083 | 2024-04-23T18:07:08.187Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 3084 | 2024-04-23T18:07:09.020Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3085 | 2024-04-23T18:07:10.688Z | Documenting trust-dns-server v0.22.1 |
| 3086 | 2024-04-23T18:07:11.284Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3087 | 2024-04-23T18:07:12.324Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3088 | 2024-04-23T18:07:14.206Z | Documenting rayon v1.10.0 |
| 3089 | 2024-04-23T18:07:16.404Z | Documenting const_format v0.2.32 |
| 3090 | 2024-04-23T18:07:17.033Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3091 | 2024-04-23T18:07:17.143Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3092 | 2024-04-23T18:07:17.920Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3093 | 2024-04-23T18:07:18.088Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3094 | 2024-04-23T18:07:18.213Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3095 | 2024-04-23T18:07:18.882Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3096 | 2024-04-23T18:07:19.470Z | Documenting sled v0.34.7 |
| 3097 | 2024-04-23T18:07:19.541Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3098 | 2024-04-23T18:07:20.059Z | Documenting fs-err v2.11.0 |
| 3099 | 2024-04-23T18:07:20.287Z | Documenting nix v0.28.0 |
| 3100 | 2024-04-23T18:07:22.972Z | Documenting cookie v0.18.1 |
| 3101 | 2024-04-23T18:07:23.018Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 3102 | 2024-04-23T18:07:24.212Z | Documenting unicase v2.7.0 |
| 3103 | 2024-04-23T18:07:24.284Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2024-04-23T18:07:24.506Z | Documenting secrecy v0.8.0 |
| 3105 | 2024-04-23T18:07:24.577Z | Documenting gethostname v0.4.3 |
| 3106 | 2024-04-23T18:07:25.769Z | Documenting peg-macros v0.8.2 |
| 3107 | 2024-04-23T18:07:26.363Z | Documenting rustversion v1.0.14 |
| 3108 | 2024-04-23T18:07:28.112Z | Documenting sqlparser_derive v0.2.2 |
| 3109 | 2024-04-23T18:07:29.056Z | Documenting unicode_categories v0.1.1 |
| 3110 | 2024-04-23T18:07:29.173Z | Documenting parse-size v1.0.0 |
| 3111 | 2024-04-23T18:07:29.629Z | Documenting home v0.5.5 |
| 3112 | 2024-04-23T18:07:30.687Z | Documenting castaway v0.2.2 |
| 3113 | 2024-04-23T18:07:30.874Z | Documenting peg v0.8.2 |
| 3114 | 2024-04-23T18:07:32.751Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3115 | 2024-04-23T18:07:33.127Z | Documenting sqlparser v0.45.0 |
| 3116 | 2024-04-23T18:07:33.555Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3117 | 2024-04-23T18:07:33.614Z | Documenting sqlformat v0.2.3 |
| 3118 | 2024-04-23T18:07:33.812Z | Documenting rustyline v14.0.0 |
| 3119 | 2024-04-23T18:07:34.922Z | Documenting mime_guess v2.0.4 |
| 3120 | 2024-04-23T18:07:35.933Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3121 | 2024-04-23T18:07:39.024Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3122 | 2024-04-23T18:07:39.437Z | Documenting tokio-tungstenite v0.21.0 |
| 3123 | 2024-04-23T18:07:40.820Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3124 | 2024-04-23T18:07:41.458Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3125 | 2024-04-23T18:07:45.370Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3126 | 2024-04-23T18:07:47.891Z | Documenting zone v0.1.8 |
| 3127 | 2024-04-23T18:07:48.158Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 3128 | 2024-04-23T18:07:50.345Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3129 | 2024-04-23T18:07:53.724Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3130 | 2024-04-23T18:07:53.730Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3131 | 2024-04-23T18:07:53.730Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3132 | 2024-04-23T18:07:53.982Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 3133 | 2024-04-23T18:07:54.998Z | Documenting portpicker v0.1.1 |
| 3134 | 2024-04-23T18:07:56.082Z | Documenting universal-hash v0.5.1 |
| 3135 | 2024-04-23T18:07:58.933Z | Documenting bcs v0.1.6 |
| 3136 | 2024-04-23T18:08:00.221Z | Documenting kstat-rs v0.2.3 |
| 3137 | 2024-04-23T18:08:10.359Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3138 | 2024-04-23T18:08:10.540Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3139 | 2024-04-23T18:08:10.721Z | Documenting opaque-debug v0.3.0 |
| 3140 | 2024-04-23T18:08:10.843Z | Documenting highway v1.1.0 |
| 3141 | 2024-04-23T18:08:10.986Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3142 | 2024-04-23T18:08:11.286Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3143 | 2024-04-23T18:08:11.494Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3144 | 2024-04-23T18:08:14.065Z | Documenting poly1305 v0.8.0 |
| 3145 | 2024-04-23T18:08:15.043Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3146 | 2024-04-23T18:08:16.229Z | Documenting curve25519-dalek v4.1.2 |
| 3147 | 2024-04-23T18:08:16.677Z | Documenting thiserror-no-std v2.0.2 |
| 3148 | 2024-04-23T18:08:19.244Z | Documenting compact_str v0.7.1 |
| 3149 | 2024-04-23T18:08:21.399Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2024-04-23T18:08:22.810Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3151 | 2024-04-23T18:08:24.380Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3152 | 2024-04-23T18:08:24.820Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3153 | 2024-04-23T18:08:25.151Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3154 | 2024-04-23T18:08:25.493Z | Documenting portable-atomic v1.4.3 |
| 3155 | 2024-04-23T18:08:25.656Z | Documenting ed25519 v1.5.3 |
| 3156 | 2024-04-23T18:08:28.778Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3157 | 2024-04-23T18:08:29.432Z | Documenting memoffset v0.7.1 |
| 3158 | 2024-04-23T18:08:29.974Z | Documenting rcgen v0.12.1 |
| 3159 | 2024-04-23T18:08:31.168Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3160 | 2024-04-23T18:08:31.782Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3161 | 2024-04-23T18:08:32.049Z | warning: could not parse code block as Rust code |
| 3162 | 2024-04-23T18:08:32.049Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
| 3163 | 2024-04-23T18:08:32.049Z | | |
| 3164 | 2024-04-23T18:08:32.049Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
| 3165 | 2024-04-23T18:08:32.049Z | 247 | | /// |
| 3166 | 2024-04-23T18:08:32.049Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
| 3167 | 2024-04-23T18:08:32.049Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
| 3168 | 2024-04-23T18:08:32.049Z | ... | |
| 3169 | 2024-04-23T18:08:32.049Z | 277 | | /// |
| 3170 | 2024-04-23T18:08:32.049Z | 278 | | /// Will be parsed as `this string has " in it`. |
| 3171 | 2024-04-23T18:08:32.049Z | | |________________________________________________________^ |
| 3172 | 2024-04-23T18:08:32.049Z | | |
| 3173 | 2024-04-23T18:08:32.049Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
| 3174 | 2024-04-23T18:08:32.049Z | = note: error from rustc: unknown start of token: \ |
| 3175 | 2024-04-23T18:08:32.049Z | = note: error from rustc: unknown start of token: \ |
| 3176 | 2024-04-23T18:08:32.049Z | = note: error from rustc: unknown start of token: \ |
| 3177 | 2024-04-23T18:08:32.049Z | = note: error from rustc: unknown start of token: \ |
| 3178 | 2024-04-23T18:08:32.049Z | = note: error from rustc: unknown start of token: \ |
| 3179 | 2024-04-23T18:08:32.049Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
| 3180 | 2024-04-23T18:08:32.049Z | |
| 3181 | 2024-04-23T18:08:32.445Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 3182 | 2024-04-23T18:08:33.489Z | warning: `oximeter-db` (lib doc) generated 1 warning |
| 3183 | 2024-04-23T18:08:33.493Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 3184 | 2024-04-23T18:08:33.504Z | Documenting atomicwrites v0.4.3 |
| 3185 | 2024-04-23T18:08:35.596Z | Documenting chacha20 v0.9.1 |
| 3186 | 2024-04-23T18:08:38.065Z | Documenting lru v0.12.1 |
| 3187 | 2024-04-23T18:08:39.174Z | Documenting aead v0.5.2 |
| 3188 | 2024-04-23T18:08:40.840Z | Documenting rand_seeder v0.2.3 |
| 3189 | 2024-04-23T18:08:42.749Z | Documenting nanorand v0.7.0 |
| 3190 | 2024-04-23T18:08:42.982Z | Documenting subprocess v0.2.9 |
| 3191 | 2024-04-23T18:08:43.340Z | Documenting stability v0.2.0 |
| 3192 | 2024-04-23T18:08:53.432Z | Documenting number_prefix v0.4.0 |
| 3193 | 2024-04-23T18:08:53.584Z | Documenting glob v0.3.1 |
| 3194 | 2024-04-23T18:08:53.652Z | Documenting cassowary v0.3.0 |
| 3195 | 2024-04-23T18:08:53.710Z | Documenting chacha20poly1305 v0.10.1 |
| 3196 | 2024-04-23T18:08:54.080Z | Documenting flume v0.11.0 |
| 3197 | 2024-04-23T18:08:54.160Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3198 | 2024-04-23T18:08:54.421Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2024-04-23T18:08:57.577Z | Documenting indicatif v0.17.8 |
| 3200 | 2024-04-23T18:08:58.086Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3201 | 2024-04-23T18:08:58.374Z | Documenting ratatui v0.26.2 |
| 3202 | 2024-04-23T18:08:58.803Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3203 | 2024-04-23T18:09:10.958Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3204 | 2024-04-23T18:09:11.050Z | Documenting salty v0.2.0 |
| 3205 | 2024-04-23T18:09:11.366Z | Documenting vsss-rs v3.3.4 |
| 3206 | 2024-04-23T18:09:11.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3207 | 2024-04-23T18:09:12.083Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3208 | 2024-04-23T18:09:12.228Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3209 | 2024-04-23T18:09:13.071Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3210 | 2024-04-23T18:09:13.213Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3211 | 2024-04-23T18:09:14.574Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3212 | 2024-04-23T18:09:16.239Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3213 | 2024-04-23T18:09:16.516Z | Documenting serde-big-array v0.5.1 |
| 3214 | 2024-04-23T18:09:17.424Z | Documenting rtoolbox v0.0.1 |
| 3215 | 2024-04-23T18:09:17.840Z | Documenting is_ci v1.2.0 |
| 3216 | 2024-04-23T18:09:19.123Z | Documenting unicode-linebreak v0.1.5 |
| 3217 | 2024-04-23T18:09:19.511Z | Documenting http-range v0.1.5 |
| 3218 | 2024-04-23T18:09:21.121Z | Documenting smawk v0.3.1 |
| 3219 | 2024-04-23T18:09:22.024Z | Documenting supports-color v3.0.0 |
| 3220 | 2024-04-23T18:09:22.534Z | Documenting rpassword v7.3.1 |
| 3221 | 2024-04-23T18:09:22.716Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3222 | 2024-04-23T18:09:24.393Z | Documenting hyper-staticfile v0.9.5 |
| 3223 | 2024-04-23T18:09:25.385Z | Documenting textwrap v0.16.1 |
| 3224 | 2024-04-23T18:09:26.338Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3225 | 2024-04-23T18:09:26.796Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3226 | 2024-04-23T18:09:29.510Z | Documenting tui-tree-widget v0.19.0 |
| 3227 | 2024-04-23T18:09:30.375Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3228 | 2024-04-23T18:09:31.888Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3229 | 2024-04-23T18:09:32.657Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3230 | 2024-04-23T18:09:34.577Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3231 | 2024-04-23T18:09:35.744Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3232 | 2024-04-23T18:09:36.219Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3233 | 2024-04-23T18:09:36.252Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3234 | 2024-04-23T18:09:36.659Z | Documenting signal-hook-tokio v0.3.1 |
| 3235 | 2024-04-23T18:09:36.956Z | Documenting memmap2 v0.7.1 |
| 3236 | 2024-04-23T18:09:37.164Z | Documenting constant_time_eq v0.3.0 |
| 3237 | 2024-04-23T18:09:37.766Z | Documenting arrayvec v0.7.4 |
| 3238 | 2024-04-23T18:09:40.563Z | Documenting shell-words v1.1.0 |
| 3239 | 2024-04-23T18:09:41.224Z | Documenting corncobs v0.1.3 |
| 3240 | 2024-04-23T18:09:41.455Z | warning: unresolved link to `test_sled_transitions` |
| 3241 | 2024-04-23T18:09:41.455Z | --> nexus/db-queries/src/db/datastore/sled.rs:631:11 |
| 3242 | 2024-04-23T18:09:41.455Z | | |
| 3243 | 2024-04-23T18:09:41.456Z | 631 | /// [`test_sled_transitions`]. |
| 3244 | 2024-04-23T18:09:41.456Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3245 | 2024-04-23T18:09:41.456Z | | |
| 3246 | 2024-04-23T18:09:41.456Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3247 | 2024-04-23T18:09:41.456Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3248 | 2024-04-23T18:09:41.456Z | |
| 3249 | 2024-04-23T18:09:41.456Z | warning: unresolved link to `test_sled_transitions` |
| 3250 | 2024-04-23T18:09:41.456Z | --> nexus/db-queries/src/db/datastore/sled.rs:667:11 |
| 3251 | 2024-04-23T18:09:41.456Z | | |
| 3252 | 2024-04-23T18:09:41.456Z | 667 | /// [`test_sled_transitions`]. |
| 3253 | 2024-04-23T18:09:41.456Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3254 | 2024-04-23T18:09:41.457Z | | |
| 3255 | 2024-04-23T18:09:41.457Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3256 | 2024-04-23T18:09:41.457Z | |
| 3257 | 2024-04-23T18:09:41.457Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3258 | 2024-04-23T18:09:41.457Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
| 3259 | 2024-04-23T18:09:41.457Z | | |
| 3260 | 2024-04-23T18:09:41.457Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3261 | 2024-04-23T18:09:41.457Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3262 | 2024-04-23T18:09:41.458Z | |
| 3263 | 2024-04-23T18:09:41.566Z | Documenting arrayref v0.3.7 |
| 3264 | 2024-04-23T18:09:42.031Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3265 | 2024-04-23T18:09:49.122Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3266 | 2024-04-23T18:09:49.161Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3267 | 2024-04-23T18:09:49.161Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3268 | 2024-04-23T18:09:49.161Z | Documenting blake3 v1.5.0 |
| 3269 | 2024-04-23T18:09:49.162Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3270 | 2024-04-23T18:09:50.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3271 | 2024-04-23T18:09:50.576Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3272 | 2024-04-23T18:10:00.043Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
| 3273 | 2024-04-23T18:10:00.047Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3274 | 2024-04-23T18:10:02.872Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3275 | 2024-04-23T18:10:04.808Z | warning: unclosed HTML tag `usize` |
| 3276 | 2024-04-23T18:10:04.809Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 3277 | 2024-04-23T18:10:04.809Z | | |
| 3278 | 2024-04-23T18:10:04.809Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 3279 | 2024-04-23T18:10:04.810Z | | ^^^^^^^ |
| 3280 | 2024-04-23T18:10:04.810Z | | |
| 3281 | 2024-04-23T18:10:04.810Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 3282 | 2024-04-23T18:10:04.810Z | |
| 3283 | 2024-04-23T18:10:05.073Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3284 | 2024-04-23T18:10:06.122Z | warning: `wicket` (lib doc) generated 1 warning |
| 3285 | 2024-04-23T18:10:06.128Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3286 | 2024-04-23T18:10:07.892Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3287 | 2024-04-23T18:10:09.277Z | warning: unresolved link to `BlueprintDisksConfig` |
| 3288 | 2024-04-23T18:10:09.277Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
| 3289 | 2024-04-23T18:10:09.277Z | | |
| 3290 | 2024-04-23T18:10:09.277Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
| 3291 | 2024-04-23T18:10:09.277Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
| 3292 | 2024-04-23T18:10:09.277Z | | |
| 3293 | 2024-04-23T18:10:09.278Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3294 | 2024-04-23T18:10:09.278Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3295 | 2024-04-23T18:10:09.278Z | |
| 3296 | 2024-04-23T18:10:10.281Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
| 3297 | 2024-04-23T18:10:10.286Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 3298 | 2024-04-23T18:10:11.025Z | Documenting fatfs v0.3.6 |
| 3299 | 2024-04-23T18:10:15.711Z | Documenting topological-sort v0.2.2 |
| 3300 | 2024-04-23T18:10:17.536Z | Documenting assert_matches v1.5.0 |
| 3301 | 2024-04-23T18:10:20.051Z | Documenting omicron-zone-package v0.11.0 |
| 3302 | 2024-04-23T18:10:20.499Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3303 | 2024-04-23T18:10:21.036Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3304 | 2024-04-23T18:10:26.212Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3305 | 2024-04-23T18:10:29.398Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3306 | 2024-04-23T18:10:30.526Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3307 | 2024-04-23T18:10:31.310Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3308 | 2024-04-23T18:10:31.427Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3309 | 2024-04-23T18:10:31.467Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3310 | 2024-04-23T18:10:35.033Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3311 | 2024-04-23T18:10:35.384Z | Documenting termios v0.3.3 |
| 3312 | 2024-04-23T18:10:38.040Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3313 | 2024-04-23T18:10:38.040Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3314 | 2024-04-23T18:10:38.040Z | | |
| 3315 | 2024-04-23T18:10:38.040Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3316 | 2024-04-23T18:10:38.040Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3317 | 2024-04-23T18:10:38.040Z | | |
| 3318 | 2024-04-23T18:10:38.040Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3319 | 2024-04-23T18:10:38.040Z | |
| 3320 | 2024-04-23T18:10:40.544Z | Documenting uzers v0.11.3 |
| 3321 | 2024-04-23T18:10:41.527Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3322 | 2024-04-23T18:10:41.531Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3323 | 2024-04-23T18:10:41.598Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3324 | 2024-04-23T18:10:45.999Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3325 | 2024-04-23T18:10:51.254Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3326 | 2024-04-23T18:10:54.030Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3327 | 2024-04-23T18:11:01.676Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3328 | 2024-04-23T18:11:03.655Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3329 | 2024-04-23T18:11:17.870Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3330 | 2024-04-23T18:11:19.739Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3331 | 2024-04-23T18:11:32.456Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3332 | 2024-04-23T18:11:37.195Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3333 | 2024-04-23T18:11:37.428Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3334 | 2024-04-23T18:11:37.506Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3335 | 2024-04-23T18:11:38.368Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3336 | 2024-04-23T18:12:06.150Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3337 | 2024-04-23T18:12:06.150Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3338 | 2024-04-23T18:12:06.150Z | | |
| 3339 | 2024-04-23T18:12:06.150Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3340 | 2024-04-23T18:12:06.150Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3341 | 2024-04-23T18:12:06.150Z | | |
| 3342 | 2024-04-23T18:12:06.151Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3343 | 2024-04-23T18:12:06.151Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3344 | 2024-04-23T18:12:06.151Z | |
| 3345 | 2024-04-23T18:12:06.155Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3346 | 2024-04-23T18:12:06.155Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3347 | 2024-04-23T18:12:06.155Z | | |
| 3348 | 2024-04-23T18:12:06.155Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3349 | 2024-04-23T18:12:06.155Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3350 | 2024-04-23T18:12:06.155Z | |
| 3351 | 2024-04-23T18:12:06.155Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3352 | 2024-04-23T18:12:06.156Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3353 | 2024-04-23T18:12:06.156Z | | |
| 3354 | 2024-04-23T18:12:06.156Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3355 | 2024-04-23T18:12:06.156Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3356 | 2024-04-23T18:12:06.156Z | |
| 3357 | 2024-04-23T18:12:06.156Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3358 | 2024-04-23T18:12:06.156Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3359 | 2024-04-23T18:12:06.156Z | | |
| 3360 | 2024-04-23T18:12:06.156Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3361 | 2024-04-23T18:12:06.156Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3362 | 2024-04-23T18:12:06.156Z | |
| 3363 | 2024-04-23T18:12:06.156Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3364 | 2024-04-23T18:12:06.156Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3365 | 2024-04-23T18:12:06.156Z | | |
| 3366 | 2024-04-23T18:12:06.156Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3367 | 2024-04-23T18:12:06.156Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3368 | 2024-04-23T18:12:06.156Z | |
| 3369 | 2024-04-23T18:12:06.156Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3370 | 2024-04-23T18:12:06.156Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3371 | 2024-04-23T18:12:06.156Z | | |
| 3372 | 2024-04-23T18:12:06.156Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3373 | 2024-04-23T18:12:06.156Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3374 | 2024-04-23T18:12:06.156Z | |
| 3375 | 2024-04-23T18:12:06.156Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3376 | 2024-04-23T18:12:06.157Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3377 | 2024-04-23T18:12:06.157Z | | |
| 3378 | 2024-04-23T18:12:06.157Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3379 | 2024-04-23T18:12:06.157Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3380 | 2024-04-23T18:12:06.157Z | |
| 3381 | 2024-04-23T18:12:09.336Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 3382 | 2024-04-23T18:12:32.035Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 52s |
| 3383 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
| 3384 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
| 3385 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
| 3386 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
| 3387 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
| 3388 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
| 3389 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
| 3390 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
| 3391 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
| 3392 | 2024-04-23T18:12:32.916Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
| 3393 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
| 3394 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
| 3395 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
| 3396 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
| 3397 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
| 3398 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
| 3399 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
| 3400 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
| 3401 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
| 3402 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
| 3403 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
| 3404 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
| 3405 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
| 3406 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
| 3407 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
| 3408 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
| 3409 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
| 3410 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
| 3411 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
| 3412 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
| 3413 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
| 3414 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
| 3415 | 2024-04-23T18:12:32.917Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
| 3416 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
| 3417 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
| 3418 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
| 3419 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
| 3420 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
| 3421 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
| 3422 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
| 3423 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
| 3424 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
| 3425 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
| 3426 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
| 3427 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
| 3428 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
| 3429 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
| 3430 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
| 3431 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
| 3432 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
| 3433 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
| 3434 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
| 3435 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
| 3436 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
| 3437 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3438 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
| 3439 | 2024-04-23T18:12:32.918Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
| 3440 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
| 3441 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3442 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
| 3443 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
| 3444 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
| 3445 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
| 3446 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
| 3447 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
| 3448 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
| 3449 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
| 3450 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
| 3451 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
| 3452 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
| 3453 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
| 3454 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
| 3455 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
| 3456 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
| 3457 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
| 3458 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
| 3459 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
| 3460 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
| 3461 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
| 3462 | 2024-04-23T18:12:32.919Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
| 3463 | 2024-04-23T18:12:32.920Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
| 3464 | 2024-04-23T18:12:33.046Z | |
| 3465 | 2024-04-23T18:12:33.046Z | real 12:52.402813721 |
| 3466 | 2024-04-23T18:12:33.046Z | user 32:54.805513954 |
| 3467 | 2024-04-23T18:12:33.046Z | sys 56:52.765285588 |
| 3468 | 2024-04-23T18:12:33.046Z | trap 0.877611887 |
| 3469 | 2024-04-23T18:12:33.046Z | tflt 0.138459532 |
| 3470 | 2024-04-23T18:12:33.046Z | dflt 0.567823148 |
| 3471 | 2024-04-23T18:12:33.046Z | kflt 0.000032604 |
| 3472 | 2024-04-23T18:12:33.047Z | lock 3:21:43.759711601 |
| 3473 | 2024-04-23T18:12:33.047Z | slp 3:31:09.362089685 |
| 3474 | 2024-04-23T18:12:33.047Z | lat 4:17.158647803 |
| 3475 | 2024-04-23T18:12:33.047Z | stop 1:41.805648839 |
| 3476 | 2024-04-23T18:12:33.047Z | process exited: duration 1333354 ms, exit code 0 |
| |
| 3477 | 2024-04-23T18:12:33.547Z | found 0 output files |