|
|
|
| 1 | 2024-02-04T17:14:08.470Z | job assigned to worker 01HNTHQ83HJXBGCDNTF2ZCT4WJ (queued for 12 h 5 m 23 s) |
| |
| 2 | 2024-02-04T17:14:08.641Z | starting task 0: "setup" |
| 3 | 2024-02-04T17:14:08.696Z | ++ uname -s |
| 4 | 2024-02-04T17:14:08.699Z | + kern=SunOS |
| 5 | 2024-02-04T17:14:08.700Z | + case "$kern" in |
| 6 | 2024-02-04T17:14:08.700Z | + groupadd -g 12345 build |
| 7 | 2024-02-04T17:14:08.703Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-02-04T17:14:10.753Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-02-04T17:14:10.862Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-02-04T17:14:10.865Z | + home_fs=zfs |
| 11 | 2024-02-04T17:14:10.865Z | + [[ zfs == autofs ]] |
| 12 | 2024-02-04T17:14:10.865Z | + mkdir -p /home/build |
| 13 | 2024-02-04T17:14:10.868Z | + chown build:build /home/build /work |
| 14 | 2024-02-04T17:14:12.870Z | + chmod 0700 /home/build /work |
| 15 | 2024-02-04T17:14:12.873Z | process exited: duration 4231 ms, exit code 0 |
| |
| 16 | 2024-02-04T17:14:12.880Z | starting task 1: "rust-toolchain" |
| 17 | 2024-02-04T17:14:12.888Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-02-04T17:14:12.891Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-02-04T17:14:13.055Z | info: downloading installer |
| 20 | 2024-02-04T17:14:15.831Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-02-04T17:14:15.831Z | warning: /opt/ooce/bin |
| 22 | 2024-02-04T17:14:15.831Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-02-04T17:14:15.831Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-02-04T17:14:15.831Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-02-04T17:14:15.831Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-02-04T17:14:15.831Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-02-04T17:14:15.835Z | error: cannot install while Rust is installed |
| 28 | 2024-02-04T17:14:15.835Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-02-04T17:14:16.497Z | info: profile set to 'default' |
| 30 | 2024-02-04T17:14:16.497Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-02-04T17:14:16.500Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-02-04T17:14:16.991Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-02-04T17:14:16.991Z | info: downloading component 'cargo' |
| 34 | 2024-02-04T17:14:18.127Z | info: downloading component 'clippy' |
| 35 | 2024-02-04T17:14:18.725Z | info: downloading component 'rust-docs' |
| 36 | 2024-02-04T17:14:20.271Z | info: downloading component 'rust-std' |
| 37 | 2024-02-04T17:14:22.736Z | info: downloading component 'rustc' |
| 38 | 2024-02-04T17:14:28.370Z | info: downloading component 'rustfmt' |
| 39 | 2024-02-04T17:14:28.880Z | info: installing component 'cargo' |
| 40 | 2024-02-04T17:14:30.513Z | info: installing component 'clippy' |
| 41 | 2024-02-04T17:14:31.378Z | info: installing component 'rust-docs' |
| 42 | 2024-02-04T17:14:34.101Z | info: installing component 'rust-std' |
| 43 | 2024-02-04T17:14:37.971Z | info: installing component 'rustc' |
| 44 | 2024-02-04T17:14:46.275Z | info: installing component 'rustfmt' |
| 45 | 2024-02-04T17:14:46.939Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-02-04T17:14:46.940Z | |
| 47 | 2024-02-04T17:14:47.073Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-02-04T17:14:47.073Z | |
| 49 | 2024-02-04T17:14:47.076Z | |
| 50 | 2024-02-04T17:14:47.077Z | Rust is installed now. Great! |
| 51 | 2024-02-04T17:14:47.077Z | |
| 52 | 2024-02-04T17:14:47.077Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-02-04T17:14:47.077Z | environment variable. This has not been done automatically. |
| 54 | 2024-02-04T17:14:47.077Z | |
| 55 | 2024-02-04T17:14:47.077Z | To configure your current shell, run: |
| 56 | 2024-02-04T17:14:47.077Z | source "$HOME/.cargo/env" |
| 57 | 2024-02-04T17:14:47.159Z | + rustc --version |
| 58 | 2024-02-04T17:14:47.267Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-02-04T17:14:47.275Z | process exited: duration 34395 ms, exit code 0 |
| |
| 60 | 2024-02-04T17:14:47.281Z | starting task 2: "authentication" |
| 61 | 2024-02-04T17:14:47.312Z | process exited: duration 30 ms, exit code 0 |
| |
| 62 | 2024-02-04T17:14:47.320Z | starting task 3: "clone repository" |
| 63 | 2024-02-04T17:14:47.324Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-02-04T17:14:47.327Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-02-04T17:14:47.686Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-02-04T17:14:55.259Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-02-04T17:14:55.259Z | + git fetch origin 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
| 68 | 2024-02-04T17:14:55.611Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-02-04T17:14:55.611Z | * branch 28bb72d0a6f7c31e465c16adde9be3b84af5be41 -> FETCH_HEAD |
| 70 | 2024-02-04T17:14:55.623Z | + [[ -n renovate/parse-display-0.x ]] |
| 71 | 2024-02-04T17:14:55.629Z | ++ git branch --show-current |
| 72 | 2024-02-04T17:14:55.631Z | + current=main |
| 73 | 2024-02-04T17:14:55.632Z | + [[ main != renovate/parse-display-0.x ]] |
| 74 | 2024-02-04T17:14:55.632Z | + git branch -f renovate/parse-display-0.x 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
| 75 | 2024-02-04T17:14:55.634Z | + git checkout -f renovate/parse-display-0.x |
| 76 | 2024-02-04T17:14:55.818Z | Switched to branch 'renovate/parse-display-0.x' |
| 77 | 2024-02-04T17:14:55.821Z | + git reset --hard 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
| 78 | 2024-02-04T17:14:56.001Z | HEAD is now at 28bb72d0a Update Rust crate parse-display to 0.9.0 |
| 79 | 2024-02-04T17:14:56.005Z | process exited: duration 8685 ms, exit code 0 |
| |
| 80 | 2024-02-04T17:14:56.011Z | starting task 4: "build" |
| 81 | 2024-02-04T17:14:56.018Z | + cargo --version |
| 82 | 2024-02-04T17:14:56.025Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 83 | 2024-02-04T17:14:56.546Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 84 | 2024-02-04T17:14:56.549Z | info: downloading component 'cargo' |
| 85 | 2024-02-04T17:14:57.674Z | info: downloading component 'clippy' |
| 86 | 2024-02-04T17:14:58.177Z | info: downloading component 'rust-docs' |
| 87 | 2024-02-04T17:14:59.459Z | info: downloading component 'rust-std' |
| 88 | 2024-02-04T17:15:01.529Z | info: downloading component 'rustc' |
| 89 | 2024-02-04T17:15:06.829Z | info: downloading component 'rustfmt' |
| 90 | 2024-02-04T17:15:07.305Z | info: installing component 'cargo' |
| 91 | 2024-02-04T17:15:09.052Z | info: installing component 'clippy' |
| 92 | 2024-02-04T17:15:09.538Z | info: installing component 'rust-docs' |
| 93 | 2024-02-04T17:15:12.357Z | info: installing component 'rust-std' |
| 94 | 2024-02-04T17:15:14.739Z | info: installing component 'rustc' |
| 95 | 2024-02-04T17:15:20.871Z | info: installing component 'rustfmt' |
| 96 | 2024-02-04T17:15:21.416Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 97 | 2024-02-04T17:15:21.419Z | + rustc --version |
| 98 | 2024-02-04T17:15:21.534Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 99 | 2024-02-04T17:15:21.552Z | + source ./env.sh |
| 100 | 2024-02-04T17:15:21.555Z | ++ set -o xtrace |
| 101 | 2024-02-04T17:15:21.556Z | ++++ dirname ./env.sh |
| 102 | 2024-02-04T17:15:21.623Z | +++ cd . |
| 103 | 2024-02-04T17:15:21.627Z | +++ echo /work/oxidecomputer/omicron |
| 104 | 2024-02-04T17:15:21.627Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2024-02-04T17:15:21.627Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2024-02-04T17:15:21.627Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2024-02-04T17:15:21.627Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2024-02-04T17:15:21.627Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2024-02-04T17:15:21.627Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2024-02-04T17:15:21.627Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2024-02-04T17:15:21.627Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2024-02-04T17:15:21.627Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2024-02-04T17:15:21.627Z | ++ unset OMICRON_WS |
| 114 | 2024-02-04T17:15:21.627Z | ++ set +o xtrace |
| 115 | 2024-02-04T17:15:21.711Z | |
| 116 | 2024-02-04T17:15:21.711Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2024-02-04T17:15:21.711Z | # # # # # # # # # # # # # # # |
| 118 | 2024-02-04T17:15:21.711Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2024-02-04T17:15:21.711Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2024-02-04T17:15:21.711Z | # # # # # # # # # # # # # # # |
| 121 | 2024-02-04T17:15:21.711Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2024-02-04T17:15:21.712Z | |
| 123 | 2024-02-04T17:15:36.510Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2024-02-04T17:15:38.412Z | Startup: Caching catalogs ... Done |
| 125 | 2024-02-04T17:15:41.521Z | Planning: Solver setup ... Done (2.608s) |
| 126 | 2024-02-04T17:15:41.589Z | Planning: Running solver ... Done (0.068s) |
| 127 | 2024-02-04T17:15:41.622Z | Planning: Finding local manifests ... Done (0.002s) |
| 128 | 2024-02-04T17:15:41.637Z | Planning: Fetching manifests: 0/4 0% complete |
| 129 | 2024-02-04T17:15:41.975Z | Planning: Fetching manifests: 4/4 100% complete |
| 130 | 2024-02-04T17:15:42.054Z | Planning: Package planning ... Done (0.078s) |
| 131 | 2024-02-04T17:15:42.138Z | Planning: Merging actions ... Done (0.084s) |
| 132 | 2024-02-04T17:15:43.308Z | Planning: Checking for conflicting actions ... Done (1.170s) |
| 133 | 2024-02-04T17:15:43.326Z | Planning: Consolidating action changes ... Done (0.017s) |
| 134 | 2024-02-04T17:15:50.606Z | Planning: Evaluating mediators ... Done (7.281s) |
| 135 | 2024-02-04T17:15:50.621Z | Planning: Planning completed in 12.15 seconds |
| 136 | 2024-02-04T17:15:55.268Z | Packages to install: 4 |
| 137 | 2024-02-04T17:15:55.268Z | Mediators to change: 2 |
| 138 | 2024-02-04T17:15:55.268Z | Services to change: 1 |
| 139 | 2024-02-04T17:15:55.272Z | Estimated space available: 148.87 GB |
| 140 | 2024-02-04T17:15:55.272Z | Estimated space to be consumed: 1.41 GB |
| 141 | 2024-02-04T17:15:55.272Z | Create boot environment: No |
| 142 | 2024-02-04T17:15:55.272Z | Create backup boot environment: No |
| 143 | 2024-02-04T17:15:55.272Z | Rebuild boot archive: No |
| 144 | 2024-02-04T17:15:55.272Z | |
| 145 | 2024-02-04T17:15:55.272Z | Changed mediators: |
| 146 | 2024-02-04T17:15:55.272Z | mediator clang: |
| 147 | 2024-02-04T17:15:55.272Z | version: None -> 15 (system default) |
| 148 | 2024-02-04T17:15:55.272Z | |
| 149 | 2024-02-04T17:15:55.272Z | mediator llvm: |
| 150 | 2024-02-04T17:15:55.272Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2024-02-04T17:15:55.272Z | |
| 152 | 2024-02-04T17:15:55.272Z | Changed packages: |
| 153 | 2024-02-04T17:15:55.273Z | helios-dev |
| 154 | 2024-02-04T17:15:55.273Z | developer/build-essential |
| 155 | 2024-02-04T17:15:55.273Z | None -> 11-2.0 |
| 156 | 2024-02-04T17:15:55.273Z | library/libxmlsec1 |
| 157 | 2024-02-04T17:15:55.273Z | None -> 1.2.35-2.0 |
| 158 | 2024-02-04T17:15:55.273Z | ooce/developer/clang-15 |
| 159 | 2024-02-04T17:15:55.273Z | None -> 15.0.7-2.0 |
| 160 | 2024-02-04T17:15:55.273Z | ooce/developer/llvm-15 |
| 161 | 2024-02-04T17:15:55.273Z | None -> 15.0.7-2.0 |
| 162 | 2024-02-04T17:15:55.273Z | |
| 163 | 2024-02-04T17:15:55.273Z | Services: |
| 164 | 2024-02-04T17:15:55.273Z | restart_fmri: |
| 165 | 2024-02-04T17:15:55.273Z | svc:/system/update-man-index:default |
| 166 | 2024-02-04T17:15:55.709Z | |
| 167 | 2024-02-04T17:15:55.709Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 168 | 2024-02-04T17:16:00.737Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
| 169 | 2024-02-04T17:16:05.738Z | Download: 3043/3290 items 121.4/212.6MB 57% complete (12.2M/s) |
| 170 | 2024-02-04T17:16:08.661Z | Download: Completed 212.60 MB in 12.95 seconds (16.4M/s) |
| 171 | 2024-02-04T17:16:09.083Z | Actions: 1/3689 actions (Installing new actions) |
| 172 | 2024-02-04T17:16:14.092Z | Actions: 2429/3689 actions (Installing new actions) |
| 173 | 2024-02-04T17:16:16.796Z | Actions: Completed 3689 actions in 7.71 seconds. |
| 174 | 2024-02-04T17:16:16.941Z | Done (0.139s) |
| 175 | 2024-02-04T17:16:16.942Z | Done (0.000s) |
| 176 | 2024-02-04T17:16:17.284Z | Done (0.342s) |
| 177 | 2024-02-04T17:16:25.324Z | Done (7.904s) |
| 178 | 2024-02-04T17:16:25.645Z | Done (0.223s) |
| 179 | 2024-02-04T17:16:25.648Z | Done (0.000s) |
| 180 | 2024-02-04T17:16:25.878Z | Done (0.000s) |
| 181 | 2024-02-04T17:16:26.613Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2024-02-04T17:16:26.896Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-02-04T17:16:26.899Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-02-04T17:16:27.334Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-02-04T17:16:27.337Z | Planning: Planning completed in 0.72 seconds |
| 186 | 2024-02-04T17:16:27.388Z | Mediators to change: 2 |
| 187 | 2024-02-04T17:16:27.391Z | Create boot environment: No |
| 188 | 2024-02-04T17:16:27.391Z | Create backup boot environment: No |
| 189 | 2024-02-04T17:16:27.486Z | Done |
| 190 | 2024-02-04T17:16:27.486Z | Done |
| 191 | 2024-02-04T17:16:27.694Z | Done |
| 192 | 2024-02-04T17:16:33.260Z | Done |
| 193 | 2024-02-04T17:16:33.376Z | Done |
| 194 | 2024-02-04T17:16:33.379Z | Done |
| 195 | 2024-02-04T17:16:33.474Z | Done |
| 196 | 2024-02-04T17:16:34.477Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2024-02-04T17:16:34.483Z | Planning: Merging actions ... Done |
| 198 | 2024-02-04T17:16:34.804Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2024-02-04T17:16:34.808Z | Planning: Consolidating action changes ... Done |
| 200 | 2024-02-04T17:16:35.230Z | Planning: Evaluating mediators ... Done |
| 201 | 2024-02-04T17:16:35.320Z | Planning: Planning completed in 1.28 seconds |
| 202 | 2024-02-04T17:16:35.375Z | Packages to change: 1 |
| 203 | 2024-02-04T17:16:35.379Z | Mediators to change: 1 |
| 204 | 2024-02-04T17:16:35.379Z | Services to change: 1 |
| 205 | 2024-02-04T17:16:35.379Z | Create boot environment: No |
| 206 | 2024-02-04T17:16:35.379Z | Create backup boot environment: Yes |
| 207 | 2024-02-04T17:16:37.300Z | Actions: 1/6 actions (Updating modified actions) |
| 208 | 2024-02-04T17:16:37.305Z | Actions: Completed 6 actions in 0.00 seconds. |
| 209 | 2024-02-04T17:16:37.305Z | Done |
| 210 | 2024-02-04T17:16:37.305Z | Done |
| 211 | 2024-02-04T17:16:37.379Z | Done |
| 212 | 2024-02-04T17:16:43.079Z | Done |
| 213 | 2024-02-04T17:16:43.199Z | Done |
| 214 | 2024-02-04T17:16:43.202Z | Done |
| 215 | 2024-02-04T17:16:43.292Z | Done |
| 216 | 2024-02-04T17:16:43.947Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 217 | 2024-02-04T17:16:43.947Z | clang system 15 system |
| 218 | 2024-02-04T17:16:43.947Z | csh system system illumos |
| 219 | 2024-02-04T17:16:43.947Z | ctags system system illumos |
| 220 | 2024-02-04T17:16:43.947Z | gcc vendor 12 vendor |
| 221 | 2024-02-04T17:16:43.947Z | gcc system 10 system |
| 222 | 2024-02-04T17:16:43.947Z | gcc system 7 system |
| 223 | 2024-02-04T17:16:43.947Z | go system 1.20 system |
| 224 | 2024-02-04T17:16:43.948Z | go system 1.19 system |
| 225 | 2024-02-04T17:16:43.948Z | llvm system 15 system |
| 226 | 2024-02-04T17:16:43.948Z | llvm system 14 system |
| 227 | 2024-02-04T17:16:43.948Z | mariadb system 10.6 system |
| 228 | 2024-02-04T17:16:43.948Z | mta vendor vendor dma |
| 229 | 2024-02-04T17:16:43.948Z | openjdk system 17 system |
| 230 | 2024-02-04T17:16:43.948Z | openjdk system 11 system |
| 231 | 2024-02-04T17:16:43.948Z | openjdk system 1.8 system |
| 232 | 2024-02-04T17:16:43.948Z | openssl vendor 3 vendor |
| 233 | 2024-02-04T17:16:43.948Z | perl system 5.36 system |
| 234 | 2024-02-04T17:16:43.948Z | postgresql system 15 system |
| 235 | 2024-02-04T17:16:43.948Z | postgresql system 13 system |
| 236 | 2024-02-04T17:16:43.948Z | python vendor 3 vendor |
| 237 | 2024-02-04T17:16:43.949Z | python system 2 system |
| 238 | 2024-02-04T17:16:43.949Z | python3 system 3.11 system |
| 239 | 2024-02-04T17:16:43.949Z | ruby system 3.0 system |
| 240 | 2024-02-04T17:16:43.949Z | words vendor vendor american-english |
| 241 | 2024-02-04T17:16:43.949Z | words system system australian-english |
| 242 | 2024-02-04T17:16:43.949Z | words system system british-english |
| 243 | 2024-02-04T17:16:43.949Z | words system system canadian-english |
| 244 | 2024-02-04T17:16:43.949Z | words system system french |
| 245 | 2024-02-04T17:16:43.949Z | words system system italian |
| 246 | 2024-02-04T17:16:43.949Z | words system system ngerman |
| 247 | 2024-02-04T17:16:43.949Z | words system system ogerman |
| 248 | 2024-02-04T17:16:43.949Z | words system system spanish |
| 249 | 2024-02-04T17:16:44.465Z | FMRI IFO |
| 250 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 251 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 252 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 253 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 254 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 255 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 256 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 257 | 2024-02-04T17:16:44.465Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 258 | 2024-02-04T17:16:44.536Z | + set -o errexit |
| 259 | 2024-02-04T17:16:44.540Z | +++ dirname ./tools/ci_download_cockroachdb |
| 260 | 2024-02-04T17:16:44.543Z | ++ cd ./tools |
| 261 | 2024-02-04T17:16:44.543Z | ++ pwd |
| 262 | 2024-02-04T17:16:44.543Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 263 | 2024-02-04T17:16:44.543Z | ++ basename ./tools/ci_download_cockroachdb |
| 264 | 2024-02-04T17:16:44.546Z | + ARG0=ci_download_cockroachdb |
| 265 | 2024-02-04T17:16:44.546Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 266 | 2024-02-04T17:16:44.550Z | + CIDL_VERSION=v22.1.9 |
| 267 | 2024-02-04T17:16:44.550Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 268 | 2024-02-04T17:16:44.550Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 269 | 2024-02-04T17:16:44.550Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 270 | 2024-02-04T17:16:44.550Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 271 | 2024-02-04T17:16:44.550Z | + TARGET_DIR=out |
| 272 | 2024-02-04T17:16:44.550Z | + DOWNLOAD_DIR=out/downloads |
| 273 | 2024-02-04T17:16:44.551Z | + DEST_DIR=./out/cockroachdb |
| 274 | 2024-02-04T17:16:44.551Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 275 | 2024-02-04T17:16:44.551Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 276 | 2024-02-04T17:16:44.551Z | + main |
| 277 | 2024-02-04T17:16:44.551Z | + [[ 0 != 0 ]] |
| 278 | 2024-02-04T17:16:44.551Z | + CIDL_OS=solaris2.11 |
| 279 | 2024-02-04T17:16:44.551Z | + [[ 0 != 0 ]] |
| 280 | 2024-02-04T17:16:44.551Z | + configure_os solaris2.11 |
| 281 | 2024-02-04T17:16:44.551Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 282 | 2024-02-04T17:16:44.551Z | current directory: /work/oxidecomputer/omicron |
| 283 | 2024-02-04T17:16:44.551Z | + echo 'configuring based on OS: "solaris2.11"' |
| 284 | 2024-02-04T17:16:44.551Z | configuring based on OS: "solaris2.11" |
| 285 | 2024-02-04T17:16:44.551Z | + case "$1" in |
| 286 | 2024-02-04T17:16:44.552Z | + CIDL_BUILD=illumos |
| 287 | 2024-02-04T17:16:44.552Z | + CIDL_SUFFIX=tar.gz |
| 288 | 2024-02-04T17:16:44.552Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 289 | 2024-02-04T17:16:44.552Z | + CIDL_MD5FUNC=do_md5sum |
| 290 | 2024-02-04T17:16:44.552Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 291 | 2024-02-04T17:16:44.552Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 292 | 2024-02-04T17:16:44.552Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 293 | 2024-02-04T17:16:44.552Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2024-02-04T17:16:44.552Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-02-04T17:16:44.552Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 296 | 2024-02-04T17:16:44.552Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 297 | 2024-02-04T17:16:44.552Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 298 | 2024-02-04T17:16:44.552Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2024-02-04T17:16:44.553Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 300 | 2024-02-04T17:16:44.553Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2024-02-04T17:16:44.553Z | + mkdir -p out/downloads |
| 302 | 2024-02-04T17:16:44.556Z | + mkdir -p ./out/cockroachdb |
| 303 | 2024-02-04T17:16:44.556Z | + local DO_DOWNLOAD=true |
| 304 | 2024-02-04T17:16:44.556Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 305 | 2024-02-04T17:16:44.557Z | + '[' true == true ']' |
| 306 | 2024-02-04T17:16:44.557Z | + echo Downloading... |
| 307 | 2024-02-04T17:16:44.557Z | Downloading... |
| 308 | 2024-02-04T17:16:44.557Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 309 | 2024-02-04T17:16:44.557Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-02-04T17:16:49.462Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 311 | 2024-02-04T17:16:49.465Z | ++ md5sum |
| 312 | 2024-02-04T17:16:49.465Z | ++ awk '{print $1}' |
| 313 | 2024-02-04T17:16:49.712Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 314 | 2024-02-04T17:16:49.712Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 315 | 2024-02-04T17:16:49.712Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 316 | 2024-02-04T17:16:49.715Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 317 | 2024-02-04T17:16:53.150Z | + do_assemble_illumos |
| 318 | 2024-02-04T17:16:53.151Z | + rm -r ./out/cockroachdb |
| 319 | 2024-02-04T17:16:53.154Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 320 | 2024-02-04T17:16:53.791Z | + ./out/cockroachdb/bin/cockroach version |
| 321 | 2024-02-04T17:16:54.111Z | Build Tag: v22.1.9-dirty |
| 322 | 2024-02-04T17:16:54.111Z | Build Time: 2022/10/26 21:17:46 |
| 323 | 2024-02-04T17:16:54.111Z | Distribution: OSS |
| 324 | 2024-02-04T17:16:54.111Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 325 | 2024-02-04T17:16:54.111Z | Go Version: go1.17.13 |
| 326 | 2024-02-04T17:16:54.111Z | C Compiler: gcc 10.3.0 |
| 327 | 2024-02-04T17:16:54.111Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 328 | 2024-02-04T17:16:54.111Z | Build Type: release |
| 329 | 2024-02-04T17:16:54.135Z | + set -o errexit |
| 330 | 2024-02-04T17:16:54.138Z | +++ dirname ./tools/ci_download_clickhouse |
| 331 | 2024-02-04T17:16:54.141Z | ++ cd ./tools |
| 332 | 2024-02-04T17:16:54.141Z | ++ pwd |
| 333 | 2024-02-04T17:16:54.141Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 334 | 2024-02-04T17:16:54.145Z | ++ basename ./tools/ci_download_clickhouse |
| 335 | 2024-02-04T17:16:54.145Z | + ARG0=ci_download_clickhouse |
| 336 | 2024-02-04T17:16:54.145Z | + TARGET_DIR=out |
| 337 | 2024-02-04T17:16:54.145Z | + DOWNLOAD_DIR=out/downloads |
| 338 | 2024-02-04T17:16:54.145Z | + DEST_DIR=./out/clickhouse |
| 339 | 2024-02-04T17:16:54.145Z | + CIDL_VERSION=v22.8.9.24 |
| 340 | 2024-02-04T17:16:54.145Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 341 | 2024-02-04T17:16:54.145Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 342 | 2024-02-04T17:16:54.145Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 343 | 2024-02-04T17:16:54.145Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 344 | 2024-02-04T17:16:54.145Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 345 | 2024-02-04T17:16:54.145Z | + main |
| 346 | 2024-02-04T17:16:54.145Z | + [[ 0 != 0 ]] |
| 347 | 2024-02-04T17:16:54.145Z | + CIDL_OS=solaris2.11 |
| 348 | 2024-02-04T17:16:54.145Z | + [[ 0 != 0 ]] |
| 349 | 2024-02-04T17:16:54.145Z | + configure_os solaris2.11 |
| 350 | 2024-02-04T17:16:54.145Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 351 | 2024-02-04T17:16:54.146Z | current directory: /work/oxidecomputer/omicron |
| 352 | 2024-02-04T17:16:54.146Z | configuring based on OS: "solaris2.11" |
| 353 | 2024-02-04T17:16:54.146Z | + echo 'configuring based on OS: "solaris2.11"' |
| 354 | 2024-02-04T17:16:54.146Z | + CIDL_DASHREV= |
| 355 | 2024-02-04T17:16:54.146Z | + case "$1" in |
| 356 | 2024-02-04T17:16:54.146Z | + CIDL_PLATFORM=illumos |
| 357 | 2024-02-04T17:16:54.146Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 358 | 2024-02-04T17:16:54.146Z | + CIDL_MD5FUNC=do_md5sum |
| 359 | 2024-02-04T17:16:54.146Z | + CIDL_DASHREV=-1 |
| 360 | 2024-02-04T17:16:54.146Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 361 | 2024-02-04T17:16:54.146Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2024-02-04T17:16:54.146Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2024-02-04T17:16:54.146Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 364 | 2024-02-04T17:16:54.146Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 365 | 2024-02-04T17:16:54.146Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 366 | 2024-02-04T17:16:54.146Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 367 | 2024-02-04T17:16:54.146Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 368 | 2024-02-04T17:16:54.146Z | + mkdir -p out/downloads |
| 369 | 2024-02-04T17:16:54.149Z | + mkdir -p ./out/clickhouse |
| 370 | 2024-02-04T17:16:54.150Z | + local DO_DOWNLOAD=true |
| 371 | 2024-02-04T17:16:54.150Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 372 | 2024-02-04T17:16:54.150Z | + '[' true == true ']' |
| 373 | 2024-02-04T17:16:54.150Z | + echo Downloading... |
| 374 | 2024-02-04T17:16:54.150Z | Downloading... |
| 375 | 2024-02-04T17:16:54.150Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 376 | 2024-02-04T17:16:54.150Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 377 | 2024-02-04T17:16:55.842Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 378 | 2024-02-04T17:16:55.845Z | ++ md5sum |
| 379 | 2024-02-04T17:16:55.845Z | ++ awk '{print $1}' |
| 380 | 2024-02-04T17:16:56.103Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 381 | 2024-02-04T17:16:56.104Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 382 | 2024-02-04T17:16:56.104Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 383 | 2024-02-04T17:16:56.107Z | + mkdir -p ./out/clickhouse |
| 384 | 2024-02-04T17:16:56.107Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 385 | 2024-02-04T17:17:01.051Z | + ./out/clickhouse/clickhouse server --version |
| 386 | 2024-02-04T17:17:01.102Z | ClickHouse server version 22.8.9.1. |
| 387 | 2024-02-04T17:17:01.125Z | + set -o errexit |
| 388 | 2024-02-04T17:17:01.128Z | +++ dirname ./tools/ci_download_console |
| 389 | 2024-02-04T17:17:01.132Z | ++ cd ./tools |
| 390 | 2024-02-04T17:17:01.132Z | ++ pwd |
| 391 | 2024-02-04T17:17:01.132Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 392 | 2024-02-04T17:17:01.133Z | ++ basename ./tools/ci_download_console |
| 393 | 2024-02-04T17:17:01.136Z | + ARG0=ci_download_console |
| 394 | 2024-02-04T17:17:01.136Z | + TARGET_DIR=out |
| 395 | 2024-02-04T17:17:01.136Z | + DOWNLOAD_DIR=out/downloads |
| 396 | 2024-02-04T17:17:01.136Z | + DEST_DIR=./out/console-assets |
| 397 | 2024-02-04T17:17:01.136Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 398 | 2024-02-04T17:17:01.136Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
| 399 | 2024-02-04T17:17:01.136Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
| 400 | 2024-02-04T17:17:01.136Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
| 401 | 2024-02-04T17:17:01.136Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 402 | 2024-02-04T17:17:01.136Z | + main |
| 403 | 2024-02-04T17:17:01.136Z | + [[ 0 != 0 ]] |
| 404 | 2024-02-04T17:17:01.136Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
| 405 | 2024-02-04T17:17:01.136Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
| 406 | 2024-02-04T17:17:01.136Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 407 | 2024-02-04T17:17:01.136Z | Local file: out/downloads/console.tar.gz |
| 408 | 2024-02-04T17:17:01.137Z | + local DO_DOWNLOAD=true |
| 409 | 2024-02-04T17:17:01.137Z | + [[ -f out/downloads/console.tar.gz ]] |
| 410 | 2024-02-04T17:17:01.137Z | + mkdir -p out/downloads |
| 411 | 2024-02-04T17:17:01.137Z | + '[' true == true ']' |
| 412 | 2024-02-04T17:17:01.137Z | + echo Downloading... |
| 413 | 2024-02-04T17:17:01.137Z | Downloading... |
| 414 | 2024-02-04T17:17:01.137Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
| 415 | 2024-02-04T17:17:01.137Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
| 416 | 2024-02-04T17:17:01.989Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 417 | 2024-02-04T17:17:01.993Z | ++ case "$OSTYPE" in |
| 418 | 2024-02-04T17:17:01.993Z | ++ SHA=sha256sum |
| 419 | 2024-02-04T17:17:01.993Z | ++ sha256sum |
| 420 | 2024-02-04T17:17:01.993Z | ++ awk '{print $1}' |
| 421 | 2024-02-04T17:17:02.073Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
| 422 | 2024-02-04T17:17:02.073Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
| 423 | 2024-02-04T17:17:02.077Z | + rm -rf ./out/console-assets |
| 424 | 2024-02-04T17:17:02.077Z | + mkdir -p ./out/console-assets |
| 425 | 2024-02-04T17:17:02.080Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 426 | 2024-02-04T17:17:02.080Z | + mkdir -p ./out/console-assets |
| 427 | 2024-02-04T17:17:02.080Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 428 | 2024-02-04T17:17:02.222Z | + set -o errexit |
| 429 | 2024-02-04T17:17:02.226Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 430 | 2024-02-04T17:17:02.226Z | ++ cd ./tools |
| 431 | 2024-02-04T17:17:02.226Z | ++ pwd |
| 432 | 2024-02-04T17:17:02.226Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 433 | 2024-02-04T17:17:02.226Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 434 | 2024-02-04T17:17:02.229Z | + ARG0=ci_download_maghemite_openapi |
| 435 | 2024-02-04T17:17:02.229Z | + TARGET_DIR=out |
| 436 | 2024-02-04T17:17:02.229Z | + DOWNLOAD_DIR=out/downloads |
| 437 | 2024-02-04T17:17:02.229Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 438 | 2024-02-04T17:17:02.229Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
| 439 | 2024-02-04T17:17:02.229Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 440 | 2024-02-04T17:17:02.229Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
| 441 | 2024-02-04T17:17:02.229Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 442 | 2024-02-04T17:17:02.229Z | + main |
| 443 | 2024-02-04T17:17:02.230Z | + [[ 0 != 0 ]] |
| 444 | 2024-02-04T17:17:02.230Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
| 445 | 2024-02-04T17:17:02.230Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
| 446 | 2024-02-04T17:17:02.230Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
| 447 | 2024-02-04T17:17:02.230Z | + local DO_DOWNLOAD=true |
| 448 | 2024-02-04T17:17:02.230Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
| 449 | 2024-02-04T17:17:02.230Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 450 | 2024-02-04T17:17:02.230Z | + mkdir -p out/downloads |
| 451 | 2024-02-04T17:17:02.233Z | + '[' true == true ']' |
| 452 | 2024-02-04T17:17:02.233Z | + echo Downloading... |
| 453 | 2024-02-04T17:17:02.234Z | Downloading... |
| 454 | 2024-02-04T17:17:02.234Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 455 | 2024-02-04T17:17:02.234Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
| 456 | 2024-02-04T17:17:02.553Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 457 | 2024-02-04T17:17:02.554Z | ++ case "$OSTYPE" in |
| 458 | 2024-02-04T17:17:02.557Z | ++ SHA=sha256sum |
| 459 | 2024-02-04T17:17:02.557Z | ++ sha256sum |
| 460 | 2024-02-04T17:17:02.557Z | ++ awk '{print $1}' |
| 461 | 2024-02-04T17:17:02.560Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 462 | 2024-02-04T17:17:02.560Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
| 463 | 2024-02-04T17:17:02.560Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 464 | 2024-02-04T17:17:02.560Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
| 465 | 2024-02-04T17:17:02.561Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 466 | 2024-02-04T17:17:02.561Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
| 467 | 2024-02-04T17:17:02.561Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 468 | 2024-02-04T17:17:02.561Z | + main |
| 469 | 2024-02-04T17:17:02.561Z | + [[ 0 != 0 ]] |
| 470 | 2024-02-04T17:17:02.561Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
| 471 | 2024-02-04T17:17:02.561Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
| 472 | 2024-02-04T17:17:02.561Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
| 473 | 2024-02-04T17:17:02.561Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 474 | 2024-02-04T17:17:02.561Z | + local DO_DOWNLOAD=true |
| 475 | 2024-02-04T17:17:02.561Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
| 476 | 2024-02-04T17:17:02.561Z | + mkdir -p out/downloads |
| 477 | 2024-02-04T17:17:02.566Z | + '[' true == true ']' |
| 478 | 2024-02-04T17:17:02.566Z | + echo Downloading... |
| 479 | 2024-02-04T17:17:02.566Z | Downloading... |
| 480 | 2024-02-04T17:17:02.566Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 481 | 2024-02-04T17:17:02.566Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
| 482 | 2024-02-04T17:17:02.718Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
| 483 | 2024-02-04T17:17:02.721Z | ++ case "$OSTYPE" in |
| 484 | 2024-02-04T17:17:02.721Z | ++ SHA=sha256sum |
| 485 | 2024-02-04T17:17:02.721Z | ++ sha256sum |
| 486 | 2024-02-04T17:17:02.721Z | ++ awk '{print $1}' |
| 487 | 2024-02-04T17:17:02.725Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 488 | 2024-02-04T17:17:02.725Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
| 489 | 2024-02-04T17:17:02.737Z | + set -o errexit |
| 490 | 2024-02-04T17:17:02.741Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 491 | 2024-02-04T17:17:02.741Z | ++ cd ./tools |
| 492 | 2024-02-04T17:17:02.741Z | ++ pwd |
| 493 | 2024-02-04T17:17:02.741Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 494 | 2024-02-04T17:17:02.741Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 495 | 2024-02-04T17:17:02.745Z | + ARG0=ci_download_dendrite_openapi |
| 496 | 2024-02-04T17:17:02.745Z | + TARGET_DIR=out |
| 497 | 2024-02-04T17:17:02.745Z | + DOWNLOAD_DIR=out/downloads |
| 498 | 2024-02-04T17:17:02.745Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 499 | 2024-02-04T17:17:02.745Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 500 | 2024-02-04T17:17:02.746Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 501 | 2024-02-04T17:17:02.746Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 502 | 2024-02-04T17:17:02.746Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 503 | 2024-02-04T17:17:02.746Z | + main |
| 504 | 2024-02-04T17:17:02.746Z | + [[ 0 != 0 ]] |
| 505 | 2024-02-04T17:17:02.746Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
| 506 | 2024-02-04T17:17:02.746Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 507 | 2024-02-04T17:17:02.746Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 508 | 2024-02-04T17:17:02.746Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
| 509 | 2024-02-04T17:17:02.746Z | + local DO_DOWNLOAD=true |
| 510 | 2024-02-04T17:17:02.746Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
| 511 | 2024-02-04T17:17:02.746Z | + mkdir -p out/downloads |
| 512 | 2024-02-04T17:17:02.746Z | + '[' true == true ']' |
| 513 | 2024-02-04T17:17:02.746Z | + echo Downloading... |
| 514 | 2024-02-04T17:17:02.746Z | Downloading... |
| 515 | 2024-02-04T17:17:02.746Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 516 | 2024-02-04T17:17:02.746Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
| 517 | 2024-02-04T17:17:02.934Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
| 518 | 2024-02-04T17:17:02.942Z | ++ case "$OSTYPE" in |
| 519 | 2024-02-04T17:17:02.942Z | ++ SHA=sha256sum |
| 520 | 2024-02-04T17:17:02.942Z | ++ sha256sum |
| 521 | 2024-02-04T17:17:02.942Z | ++ awk '{print $1}' |
| 522 | 2024-02-04T17:17:02.945Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 523 | 2024-02-04T17:17:02.945Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
| 524 | 2024-02-04T17:17:02.952Z | + set -o errexit |
| 525 | 2024-02-04T17:17:02.955Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 526 | 2024-02-04T17:17:02.958Z | ++ cd ./tools |
| 527 | 2024-02-04T17:17:02.958Z | ++ pwd |
| 528 | 2024-02-04T17:17:02.958Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 529 | 2024-02-04T17:17:02.958Z | ++ basename ./tools/ci_download_dendrite_stub |
| 530 | 2024-02-04T17:17:02.962Z | + ARG0=ci_download_dendrite_stub |
| 531 | 2024-02-04T17:17:02.962Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 532 | 2024-02-04T17:17:02.962Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 533 | 2024-02-04T17:17:02.962Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
| 534 | 2024-02-04T17:17:02.962Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
| 535 | 2024-02-04T17:17:02.962Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 536 | 2024-02-04T17:17:02.962Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 537 | 2024-02-04T17:17:02.962Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
| 538 | 2024-02-04T17:17:02.963Z | + TARGET_DIR=out |
| 539 | 2024-02-04T17:17:02.963Z | + DOWNLOAD_DIR=out/downloads |
| 540 | 2024-02-04T17:17:02.963Z | + DEST_DIR=./out/dendrite-stub |
| 541 | 2024-02-04T17:17:02.963Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 542 | 2024-02-04T17:17:02.963Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 543 | 2024-02-04T17:17:02.963Z | + REPO=oxidecomputer/dendrite |
| 544 | 2024-02-04T17:17:02.963Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
| 545 | 2024-02-04T17:17:02.963Z | + main |
| 546 | 2024-02-04T17:17:02.963Z | + [[ 0 != 0 ]] |
| 547 | 2024-02-04T17:17:02.963Z | + CIDL_OS=solaris2.11 |
| 548 | 2024-02-04T17:17:02.963Z | + [[ 0 != 0 ]] |
| 549 | 2024-02-04T17:17:02.963Z | + configure_os solaris2.11 |
| 550 | 2024-02-04T17:17:02.963Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 551 | 2024-02-04T17:17:02.963Z | current directory: /work/oxidecomputer/omicron |
| 552 | 2024-02-04T17:17:02.963Z | + echo 'configuring based on OS: "solaris2.11"' |
| 553 | 2024-02-04T17:17:02.963Z | + case "$1" in |
| 554 | 2024-02-04T17:17:02.963Z | configuring based on OS: "solaris2.11" |
| 555 | 2024-02-04T17:17:02.963Z | + SET_BINARIES= |
| 556 | 2024-02-04T17:17:02.963Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 557 | 2024-02-04T17:17:02.963Z | + CIDL_SHA256FUNC=do_sha256sum |
| 558 | 2024-02-04T17:17:02.963Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 559 | 2024-02-04T17:17:02.963Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 560 | 2024-02-04T17:17:02.963Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 561 | 2024-02-04T17:17:02.963Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
| 562 | 2024-02-04T17:17:02.964Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 563 | 2024-02-04T17:17:02.964Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 564 | 2024-02-04T17:17:02.964Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 565 | 2024-02-04T17:17:02.964Z | + mkdir -p out/downloads |
| 566 | 2024-02-04T17:17:02.969Z | + mkdir -p ./out/dendrite-stub |
| 567 | 2024-02-04T17:17:02.969Z | + fetch_and_verify |
| 568 | 2024-02-04T17:17:02.969Z | + local DO_DOWNLOAD=true |
| 569 | 2024-02-04T17:17:02.969Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 570 | 2024-02-04T17:17:02.969Z | + '[' true == true ']' |
| 571 | 2024-02-04T17:17:02.969Z | + echo Downloading... |
| 572 | 2024-02-04T17:17:02.969Z | Downloading... |
| 573 | 2024-02-04T17:17:02.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 574 | 2024-02-04T17:17:02.969Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
| 575 | 2024-02-04T17:17:07.859Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 576 | 2024-02-04T17:17:07.864Z | ++ sha256sum |
| 577 | 2024-02-04T17:17:07.864Z | ++ awk '{print $1}' |
| 578 | 2024-02-04T17:17:07.962Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
| 579 | 2024-02-04T17:17:07.962Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
| 580 | 2024-02-04T17:17:07.968Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 581 | 2024-02-04T17:17:07.968Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 582 | 2024-02-04T17:17:09.053Z | + do_assemble |
| 583 | 2024-02-04T17:17:09.053Z | + rm -r ./out/dendrite-stub |
| 584 | 2024-02-04T17:17:09.056Z | + mkdir ./out/dendrite-stub |
| 585 | 2024-02-04T17:17:09.059Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 586 | 2024-02-04T17:17:09.204Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 587 | 2024-02-04T17:17:09.217Z | + set -o errexit |
| 588 | 2024-02-04T17:17:09.220Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 589 | 2024-02-04T17:17:09.223Z | ++ cd ./tools |
| 590 | 2024-02-04T17:17:09.223Z | ++ pwd |
| 591 | 2024-02-04T17:17:09.223Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 592 | 2024-02-04T17:17:09.226Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 593 | 2024-02-04T17:17:09.227Z | + ARG0=ci_download_maghemite_mgd |
| 594 | 2024-02-04T17:17:09.227Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 595 | 2024-02-04T17:17:09.227Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
| 596 | 2024-02-04T17:17:09.227Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
| 597 | 2024-02-04T17:17:09.227Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 598 | 2024-02-04T17:17:09.227Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
| 599 | 2024-02-04T17:17:09.227Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 600 | 2024-02-04T17:17:09.227Z | + TARGET_DIR=out |
| 601 | 2024-02-04T17:17:09.227Z | + DOWNLOAD_DIR=out/downloads |
| 602 | 2024-02-04T17:17:09.227Z | + DEST_DIR=./out/mgd |
| 603 | 2024-02-04T17:17:09.227Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 604 | 2024-02-04T17:17:09.227Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 605 | 2024-02-04T17:17:09.227Z | + REPO=oxidecomputer/maghemite |
| 606 | 2024-02-04T17:17:09.227Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
| 607 | 2024-02-04T17:17:09.227Z | + main |
| 608 | 2024-02-04T17:17:09.227Z | + [[ 0 != 0 ]] |
| 609 | 2024-02-04T17:17:09.227Z | + CIDL_OS=solaris2.11 |
| 610 | 2024-02-04T17:17:09.227Z | + [[ 0 != 0 ]] |
| 611 | 2024-02-04T17:17:09.227Z | + configure_os solaris2.11 |
| 612 | 2024-02-04T17:17:09.227Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 613 | 2024-02-04T17:17:09.227Z | current directory: /work/oxidecomputer/omicron |
| 614 | 2024-02-04T17:17:09.227Z | + echo 'configuring based on OS: "solaris2.11"' |
| 615 | 2024-02-04T17:17:09.228Z | + case "$1" in |
| 616 | 2024-02-04T17:17:09.228Z | configuring based on OS: "solaris2.11" |
| 617 | 2024-02-04T17:17:09.228Z | + SET_BINARIES= |
| 618 | 2024-02-04T17:17:09.228Z | + CIDL_SHA256FUNC=do_sha256sum |
| 619 | 2024-02-04T17:17:09.228Z | + TARBALL_FILENAME=mgd.tar.gz |
| 620 | 2024-02-04T17:17:09.228Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
| 621 | 2024-02-04T17:17:09.228Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 622 | 2024-02-04T17:17:09.228Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
| 623 | 2024-02-04T17:17:09.228Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
| 624 | 2024-02-04T17:17:09.228Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 625 | 2024-02-04T17:17:09.228Z | Local file: out/downloads/mgd.tar.gz |
| 626 | 2024-02-04T17:17:09.228Z | + mkdir -p out/downloads |
| 627 | 2024-02-04T17:17:09.231Z | + mkdir -p ./out/mgd |
| 628 | 2024-02-04T17:17:09.231Z | + fetch_and_verify |
| 629 | 2024-02-04T17:17:09.231Z | + local DO_DOWNLOAD=true |
| 630 | 2024-02-04T17:17:09.231Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 631 | 2024-02-04T17:17:09.231Z | + '[' true == true ']' |
| 632 | 2024-02-04T17:17:09.231Z | + echo Downloading... |
| 633 | 2024-02-04T17:17:09.231Z | Downloading... |
| 634 | 2024-02-04T17:17:09.232Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
| 635 | 2024-02-04T17:17:09.232Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
| 636 | 2024-02-04T17:17:14.579Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 637 | 2024-02-04T17:17:14.582Z | ++ sha256sum |
| 638 | 2024-02-04T17:17:14.582Z | ++ awk '{print $1}' |
| 639 | 2024-02-04T17:17:14.658Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
| 640 | 2024-02-04T17:17:14.674Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
| 641 | 2024-02-04T17:17:14.674Z | + do_untar out/downloads/mgd.tar.gz |
| 642 | 2024-02-04T17:17:14.674Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 643 | 2024-02-04T17:17:15.347Z | + do_assemble |
| 644 | 2024-02-04T17:17:15.347Z | + rm -r ./out/mgd |
| 645 | 2024-02-04T17:17:15.350Z | + mkdir ./out/mgd |
| 646 | 2024-02-04T17:17:15.350Z | + cp -r out/downloads/root ./out/mgd/root |
| 647 | 2024-02-04T17:17:15.564Z | + set -o errexit |
| 648 | 2024-02-04T17:17:15.568Z | +++ dirname ./tools/ci_download_transceiver_control |
| 649 | 2024-02-04T17:17:15.568Z | ++ cd ./tools |
| 650 | 2024-02-04T17:17:15.568Z | ++ pwd |
| 651 | 2024-02-04T17:17:15.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 652 | 2024-02-04T17:17:15.573Z | ++ basename ./tools/ci_download_transceiver_control |
| 653 | 2024-02-04T17:17:15.573Z | + ARG0=ci_download_transceiver_control |
| 654 | 2024-02-04T17:17:15.573Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 655 | 2024-02-04T17:17:15.573Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 656 | 2024-02-04T17:17:15.574Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 657 | 2024-02-04T17:17:15.574Z | + TARGET_DIR=out |
| 658 | 2024-02-04T17:17:15.574Z | + DOWNLOAD_DIR=out/downloads |
| 659 | 2024-02-04T17:17:15.574Z | + DEST_DIR=./out/transceiver-control |
| 660 | 2024-02-04T17:17:15.574Z | + BIN_DIR=/opt/oxide/bin |
| 661 | 2024-02-04T17:17:15.574Z | + BINARY=xcvradm |
| 662 | 2024-02-04T17:17:15.574Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 663 | 2024-02-04T17:17:15.574Z | + REPO=oxidecomputer/transceiver-control |
| 664 | 2024-02-04T17:17:15.574Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 665 | 2024-02-04T17:17:15.574Z | + main |
| 666 | 2024-02-04T17:17:15.574Z | + [[ 0 != 0 ]] |
| 667 | 2024-02-04T17:17:15.574Z | + CIDL_OS=solaris2.11 |
| 668 | 2024-02-04T17:17:15.574Z | + [[ 0 != 0 ]] |
| 669 | 2024-02-04T17:17:15.574Z | + configure_os solaris2.11 |
| 670 | 2024-02-04T17:17:15.574Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 671 | 2024-02-04T17:17:15.574Z | current directory: /work/oxidecomputer/omicron |
| 672 | 2024-02-04T17:17:15.575Z | + echo 'configuring based on OS: "solaris2.11"' |
| 673 | 2024-02-04T17:17:15.575Z | + case "$1" in |
| 674 | 2024-02-04T17:17:15.575Z | + SET_BINARIES= |
| 675 | 2024-02-04T17:17:15.575Z | configuring based on OS: "solaris2.11" |
| 676 | 2024-02-04T17:17:15.575Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 677 | 2024-02-04T17:17:15.575Z | + CIDL_SHA256FUNC=do_sha256sum |
| 678 | 2024-02-04T17:17:15.575Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 679 | 2024-02-04T17:17:15.575Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 680 | 2024-02-04T17:17:15.575Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 681 | 2024-02-04T17:17:15.575Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 682 | 2024-02-04T17:17:15.575Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 683 | 2024-02-04T17:17:15.575Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 684 | 2024-02-04T17:17:15.575Z | Local file: out/downloads/xcvradm.gz |
| 685 | 2024-02-04T17:17:15.575Z | + mkdir -p out/downloads |
| 686 | 2024-02-04T17:17:15.579Z | + mkdir -p ./out/transceiver-control |
| 687 | 2024-02-04T17:17:15.579Z | + fetch_and_verify |
| 688 | 2024-02-04T17:17:15.579Z | + local DO_DOWNLOAD=true |
| 689 | 2024-02-04T17:17:15.579Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 690 | 2024-02-04T17:17:15.579Z | + '[' true == true ']' |
| 691 | 2024-02-04T17:17:15.579Z | + echo Downloading... |
| 692 | 2024-02-04T17:17:15.579Z | Downloading... |
| 693 | 2024-02-04T17:17:15.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 694 | 2024-02-04T17:17:15.579Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 695 | 2024-02-04T17:17:16.946Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 696 | 2024-02-04T17:17:16.949Z | ++ sha256sum |
| 697 | 2024-02-04T17:17:16.949Z | ++ awk '{print $1}' |
| 698 | 2024-02-04T17:17:16.971Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 699 | 2024-02-04T17:17:16.971Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 700 | 2024-02-04T17:17:16.974Z | + do_unpack out/downloads/xcvradm.gz |
| 701 | 2024-02-04T17:17:16.974Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 702 | 2024-02-04T17:17:16.974Z | + gzip -dc out/downloads/xcvradm.gz |
| 703 | 2024-02-04T17:17:17.155Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 704 | 2024-02-04T17:17:17.159Z | + do_assemble |
| 705 | 2024-02-04T17:17:17.159Z | + rm -r ./out/transceiver-control |
| 706 | 2024-02-04T17:17:17.162Z | + mkdir ./out/transceiver-control |
| 707 | 2024-02-04T17:17:17.162Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 708 | 2024-02-04T17:17:17.779Z | All builder prerequisites installed successfully, and PATH looks valid |
| 709 | 2024-02-04T17:17:17.783Z | |
| 710 | 2024-02-04T17:17:17.783Z | real 1:55.986315609 |
| 711 | 2024-02-04T17:17:17.783Z | user 51.557843766 |
| 712 | 2024-02-04T17:17:17.783Z | sys 10.229443175 |
| 713 | 2024-02-04T17:17:17.783Z | trap 0.021076033 |
| 714 | 2024-02-04T17:17:17.783Z | tflt 0.388953501 |
| 715 | 2024-02-04T17:17:17.783Z | dflt 0.616336882 |
| 716 | 2024-02-04T17:17:17.783Z | kflt 0.389992729 |
| 717 | 2024-02-04T17:17:17.783Z | lock 2.889609506 |
| 718 | 2024-02-04T17:17:17.783Z | slp 3:31.581718405 |
| 719 | 2024-02-04T17:17:17.783Z | lat 3.521858810 |
| 720 | 2024-02-04T17:17:17.783Z | stop 0.071523910 |
| 721 | 2024-02-04T17:17:17.786Z | |
| 722 | 2024-02-04T17:17:17.786Z | #### # # ##### ##### # # |
| 723 | 2024-02-04T17:17:17.786Z | # # # # # # # # # # |
| 724 | 2024-02-04T17:17:17.786Z | # # # # # # # # |
| 725 | 2024-02-04T17:17:17.786Z | # # # ##### ##### # |
| 726 | 2024-02-04T17:17:17.786Z | # # # # # # # |
| 727 | 2024-02-04T17:17:17.786Z | #### ###### # # # # |
| 728 | 2024-02-04T17:17:17.786Z | |
| 729 | 2024-02-04T17:17:18.141Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 730 | 2024-02-04T17:17:18.627Z | Updating crates.io index |
| 731 | 2024-02-04T17:17:18.728Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 732 | 2024-02-04T17:17:19.530Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 733 | 2024-02-04T17:17:21.938Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 734 | 2024-02-04T17:17:22.436Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 735 | 2024-02-04T17:17:22.842Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 736 | 2024-02-04T17:17:23.234Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 737 | 2024-02-04T17:17:23.612Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 738 | 2024-02-04T17:17:24.778Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 739 | 2024-02-04T17:17:26.994Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 740 | 2024-02-04T17:17:28.241Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 741 | 2024-02-04T17:17:28.757Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 742 | 2024-02-04T17:17:29.483Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 743 | 2024-02-04T17:17:30.014Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 744 | 2024-02-04T17:17:30.543Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 745 | 2024-02-04T17:17:30.963Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 746 | 2024-02-04T17:17:31.561Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 747 | 2024-02-04T17:17:32.215Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 748 | 2024-02-04T17:17:32.681Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 749 | 2024-02-04T17:17:33.178Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 750 | 2024-02-04T17:17:33.773Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 751 | 2024-02-04T17:17:34.331Z | Updating git repository `https://github.com/jgallagher/nix` |
| 752 | 2024-02-04T17:17:35.821Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 753 | 2024-02-04T17:17:36.548Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 754 | 2024-02-04T17:17:38.068Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 755 | 2024-02-04T17:17:38.462Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 756 | 2024-02-04T17:17:38.889Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 757 | 2024-02-04T17:17:40.698Z | Downloading crates ... |
| 758 | 2024-02-04T17:17:40.938Z | Downloaded colorchoice v1.0.0 |
| 759 | 2024-02-04T17:17:40.948Z | Downloaded anstyle-parse v0.2.1 |
| 760 | 2024-02-04T17:17:40.954Z | Downloaded anyhow v1.0.75 |
| 761 | 2024-02-04T17:17:40.962Z | Downloaded indexmap v2.2.2 |
| 762 | 2024-02-04T17:17:40.968Z | Downloaded thiserror-impl v1.0.56 |
| 763 | 2024-02-04T17:17:40.972Z | Downloaded cargo-platform v0.1.3 |
| 764 | 2024-02-04T17:17:40.975Z | Downloaded equivalent v1.0.1 |
| 765 | 2024-02-04T17:17:40.990Z | Downloaded terminal_size v0.2.6 |
| 766 | 2024-02-04T17:17:40.993Z | Downloaded thiserror v1.0.56 |
| 767 | 2024-02-04T17:17:41.001Z | Downloaded strsim v0.10.0 |
| 768 | 2024-02-04T17:17:41.004Z | Downloaded errno v0.3.8 |
| 769 | 2024-02-04T17:17:41.007Z | Downloaded serde_spanned v0.6.5 |
| 770 | 2024-02-04T17:17:41.010Z | Downloaded itoa v1.0.9 |
| 771 | 2024-02-04T17:17:41.010Z | Downloaded heck v0.4.1 |
| 772 | 2024-02-04T17:17:41.013Z | Downloaded anstream v0.5.0 |
| 773 | 2024-02-04T17:17:41.019Z | Downloaded toml_datetime v0.6.5 |
| 774 | 2024-02-04T17:17:41.025Z | Downloaded cargo_metadata v0.18.1 |
| 775 | 2024-02-04T17:17:41.029Z | Downloaded anstyle v1.0.2 |
| 776 | 2024-02-04T17:17:41.032Z | Downloaded clap_derive v4.4.2 |
| 777 | 2024-02-04T17:17:41.034Z | Downloaded semver v1.0.21 |
| 778 | 2024-02-04T17:17:41.038Z | Downloaded camino v1.1.6 |
| 779 | 2024-02-04T17:17:41.041Z | Downloaded proc-macro2 v1.0.78 |
| 780 | 2024-02-04T17:17:41.045Z | Downloaded io-lifetimes v1.0.11 |
| 781 | 2024-02-04T17:17:41.049Z | Downloaded ryu v1.0.15 |
| 782 | 2024-02-04T17:17:41.054Z | Downloaded serde_derive v1.0.195 |
| 783 | 2024-02-04T17:17:41.059Z | Downloaded clap v4.4.3 |
| 784 | 2024-02-04T17:17:41.073Z | Downloaded toml v0.8.9 |
| 785 | 2024-02-04T17:17:41.078Z | Downloaded serde v1.0.195 |
| 786 | 2024-02-04T17:17:41.084Z | Downloaded unicode-ident v1.0.12 |
| 787 | 2024-02-04T17:17:41.089Z | Downloaded memchr v2.6.3 |
| 788 | 2024-02-04T17:17:41.098Z | Downloaded toml_edit v0.21.1 |
| 789 | 2024-02-04T17:17:41.140Z | Downloaded winnow v0.5.15 |
| 790 | 2024-02-04T17:17:41.150Z | Downloaded serde_json v1.0.113 |
| 791 | 2024-02-04T17:17:41.163Z | Downloaded clap_builder v4.4.2 |
| 792 | 2024-02-04T17:17:41.174Z | Downloaded syn v2.0.48 |
| 793 | 2024-02-04T17:17:41.194Z | Downloaded rustix v0.37.23 |
| 794 | 2024-02-04T17:17:41.228Z | Downloaded hashbrown v0.14.2 |
| 795 | 2024-02-04T17:17:41.236Z | Downloaded clap_lex v0.5.1 |
| 796 | 2024-02-04T17:17:41.239Z | Downloaded libc v0.2.153 |
| 797 | 2024-02-04T17:17:41.286Z | Downloaded quote v1.0.35 |
| 798 | 2024-02-04T17:17:41.290Z | Downloaded bitflags v1.3.2 |
| 799 | 2024-02-04T17:17:41.294Z | Downloaded cargo_toml v0.19.0 |
| 800 | 2024-02-04T17:17:41.297Z | Downloaded utf8parse v0.2.1 |
| 801 | 2024-02-04T17:17:41.300Z | Downloaded anstyle-query v1.0.0 |
| 802 | 2024-02-04T17:17:41.409Z | Compiling proc-macro2 v1.0.78 |
| 803 | 2024-02-04T17:17:41.409Z | Compiling unicode-ident v1.0.12 |
| 804 | 2024-02-04T17:17:41.412Z | Compiling serde v1.0.195 |
| 805 | 2024-02-04T17:17:41.412Z | Compiling libc v0.2.153 |
| 806 | 2024-02-04T17:17:41.421Z | Compiling io-lifetimes v1.0.11 |
| 807 | 2024-02-04T17:17:41.427Z | Compiling rustix v0.37.23 |
| 808 | 2024-02-04T17:17:41.427Z | Compiling equivalent v1.0.1 |
| 809 | 2024-02-04T17:17:41.427Z | Compiling bitflags v1.3.2 |
| 810 | 2024-02-04T17:17:41.662Z | Compiling utf8parse v0.2.1 |
| 811 | 2024-02-04T17:17:41.680Z | Compiling hashbrown v0.14.2 |
| 812 | 2024-02-04T17:17:41.780Z | Compiling semver v1.0.21 |
| 813 | 2024-02-04T17:17:41.889Z | Compiling anstyle-parse v0.2.1 |
| 814 | 2024-02-04T17:17:42.285Z | Compiling serde_json v1.0.113 |
| 815 | 2024-02-04T17:17:43.190Z | Compiling indexmap v2.2.2 |
| 816 | 2024-02-04T17:17:43.484Z | Compiling winnow v0.5.15 |
| 817 | 2024-02-04T17:17:43.512Z | Compiling colorchoice v1.0.0 |
| 818 | 2024-02-04T17:17:43.599Z | Compiling anstyle-query v1.0.0 |
| 819 | 2024-02-04T17:17:43.664Z | Compiling camino v1.1.6 |
| 820 | 2024-02-04T17:17:43.714Z | Compiling thiserror v1.0.56 |
| 821 | 2024-02-04T17:17:43.758Z | Compiling anstyle v1.0.2 |
| 822 | 2024-02-04T17:17:44.060Z | Compiling itoa v1.0.9 |
| 823 | 2024-02-04T17:17:44.384Z | Compiling anstream v0.5.0 |
| 824 | 2024-02-04T17:17:44.446Z | Compiling anyhow v1.0.75 |
| 825 | 2024-02-04T17:17:44.633Z | Compiling heck v0.4.1 |
| 826 | 2024-02-04T17:17:44.651Z | Compiling ryu v1.0.15 |
| 827 | 2024-02-04T17:17:45.152Z | Compiling quote v1.0.35 |
| 828 | 2024-02-04T17:17:45.228Z | Compiling strsim v0.10.0 |
| 829 | 2024-02-04T17:17:45.251Z | Compiling clap_lex v0.5.1 |
| 830 | 2024-02-04T17:17:45.527Z | Compiling errno v0.3.8 |
| 831 | 2024-02-04T17:17:45.797Z | Compiling syn v2.0.48 |
| 832 | 2024-02-04T17:17:47.206Z | Compiling terminal_size v0.2.6 |
| 833 | 2024-02-04T17:17:47.338Z | Compiling clap_builder v4.4.2 |
| 834 | 2024-02-04T17:17:54.282Z | Compiling serde_derive v1.0.195 |
| 835 | 2024-02-04T17:17:54.285Z | Compiling thiserror-impl v1.0.56 |
| 836 | 2024-02-04T17:17:54.285Z | Compiling clap_derive v4.4.2 |
| 837 | 2024-02-04T17:17:58.438Z | Compiling clap v4.4.3 |
| 838 | 2024-02-04T17:18:06.863Z | Compiling toml_datetime v0.6.5 |
| 839 | 2024-02-04T17:18:06.866Z | Compiling serde_spanned v0.6.5 |
| 840 | 2024-02-04T17:18:06.866Z | Compiling cargo-platform v0.1.3 |
| 841 | 2024-02-04T17:18:07.244Z | Compiling toml_edit v0.21.1 |
| 842 | 2024-02-04T17:18:08.875Z | Compiling cargo_metadata v0.18.1 |
| 843 | 2024-02-04T17:18:10.384Z | Compiling toml v0.8.9 |
| 844 | 2024-02-04T17:18:11.594Z | Compiling cargo_toml v0.19.0 |
| 845 | 2024-02-04T17:18:17.531Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 846 | 2024-02-04T17:18:18.879Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
| 847 | 2024-02-04T17:18:19.101Z | Running `target/debug/xtask clippy` |
| 848 | 2024-02-04T17:18:19.152Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 849 | 2024-02-04T17:18:19.990Z | Downloading crates ... |
| 850 | 2024-02-04T17:18:20.259Z | Downloaded hubpack_derive v0.1.1 |
| 851 | 2024-02-04T17:18:20.262Z | Downloaded crossbeam-utils v0.8.16 |
| 852 | 2024-02-04T17:18:20.267Z | Downloaded indoc v2.0.3 |
| 853 | 2024-02-04T17:18:20.276Z | Downloaded ident_case v1.0.1 |
| 854 | 2024-02-04T17:18:20.283Z | Downloaded cfg-if v1.0.0 |
| 855 | 2024-02-04T17:18:20.290Z | Downloaded crc-any v2.4.3 |
| 856 | 2024-02-04T17:18:20.293Z | Downloaded num-integer v0.1.45 |
| 857 | 2024-02-04T17:18:20.297Z | Downloaded num-iter v0.1.43 |
| 858 | 2024-02-04T17:18:20.301Z | Downloaded same-file v1.0.6 |
| 859 | 2024-02-04T17:18:20.304Z | Downloaded ciborium-io v0.2.2 |
| 860 | 2024-02-04T17:18:20.307Z | Downloaded rustc-hash v1.1.0 |
| 861 | 2024-02-04T17:18:20.310Z | Downloaded ipnetwork v0.20.0 |
| 862 | 2024-02-04T17:18:20.315Z | Downloaded libxml v0.3.3 |
| 863 | 2024-02-04T17:18:20.334Z | Downloaded nanorand v0.7.0 |
| 864 | 2024-02-04T17:18:20.343Z | Downloaded num_enum v0.5.11 |
| 865 | 2024-02-04T17:18:20.371Z | Downloaded http-body v1.0.0 |
| 866 | 2024-02-04T17:18:20.378Z | Downloaded instant v0.1.12 |
| 867 | 2024-02-04T17:18:20.384Z | Downloaded crypto-common v0.1.6 |
| 868 | 2024-02-04T17:18:20.388Z | Downloaded assert_matches v1.5.0 |
| 869 | 2024-02-04T17:18:20.392Z | Downloaded adler v1.0.2 |
| 870 | 2024-02-04T17:18:20.399Z | Downloaded byteorder v1.5.0 |
| 871 | 2024-02-04T17:18:20.402Z | Downloaded new_debug_unreachable v1.0.4 |
| 872 | 2024-02-04T17:18:20.405Z | Downloaded block-buffer v0.10.4 |
| 873 | 2024-02-04T17:18:20.407Z | Downloaded maplit v1.0.2 |
| 874 | 2024-02-04T17:18:20.411Z | Downloaded bytecount v0.6.3 |
| 875 | 2024-02-04T17:18:20.414Z | Downloaded maybe-uninit v2.0.0 |
| 876 | 2024-02-04T17:18:20.419Z | Downloaded cexpr v0.6.0 |
| 877 | 2024-02-04T17:18:20.425Z | Downloaded darling v0.20.3 |
| 878 | 2024-02-04T17:18:20.433Z | Downloaded corncobs v0.1.3 |
| 879 | 2024-02-04T17:18:20.438Z | Downloaded memmap2 v0.7.1 |
| 880 | 2024-02-04T17:18:20.444Z | Downloaded constant_time_eq v0.2.6 |
| 881 | 2024-02-04T17:18:20.448Z | Downloaded termtree v0.4.1 |
| 882 | 2024-02-04T17:18:20.451Z | Downloaded structmeta v0.3.0 |
| 883 | 2024-02-04T17:18:20.454Z | Downloaded http-body v0.4.5 |
| 884 | 2024-02-04T17:18:20.458Z | Downloaded wait-timeout v0.2.0 |
| 885 | 2024-02-04T17:18:20.465Z | Downloaded lock_api v0.4.10 |
| 886 | 2024-02-04T17:18:20.468Z | Downloaded proc-macro-error-attr v1.0.4 |
| 887 | 2024-02-04T17:18:20.471Z | Downloaded tower-layer v0.3.2 |
| 888 | 2024-02-04T17:18:20.474Z | Downloaded httparse v1.8.0 |
| 889 | 2024-02-04T17:18:20.479Z | Downloaded sqlparser_derive v0.2.2 |
| 890 | 2024-02-04T17:18:20.482Z | Downloaded termios v0.3.3 |
| 891 | 2024-02-04T17:18:20.487Z | Downloaded usdt-macro v0.5.0 |
| 892 | 2024-02-04T17:18:20.490Z | Downloaded try-lock v0.2.4 |
| 893 | 2024-02-04T17:18:20.492Z | Downloaded nu-ansi-term v0.49.0 |
| 894 | 2024-02-04T17:18:20.497Z | Downloaded futures-core v0.3.30 |
| 895 | 2024-02-04T17:18:20.500Z | Downloaded chacha20poly1305 v0.10.1 |
| 896 | 2024-02-04T17:18:20.504Z | Downloaded futures-executor v0.3.30 |
| 897 | 2024-02-04T17:18:20.508Z | Downloaded precomputed-hash v0.1.1 |
| 898 | 2024-02-04T17:18:20.511Z | Downloaded olpc-cjson v0.1.3 |
| 899 | 2024-02-04T17:18:20.516Z | Downloaded cancel-safe-futures v0.1.5 |
| 900 | 2024-02-04T17:18:20.519Z | Downloaded parse-display v0.9.0 |
| 901 | 2024-02-04T17:18:20.522Z | Downloaded getopts v0.2.21 |
| 902 | 2024-02-04T17:18:20.525Z | Downloaded tui-tree-widget v0.16.0 |
| 903 | 2024-02-04T17:18:20.528Z | Downloaded topological-sort v0.2.2 |
| 904 | 2024-02-04T17:18:20.531Z | Downloaded futures-macro v0.3.30 |
| 905 | 2024-02-04T17:18:20.531Z | Downloaded memmap v0.7.0 |
| 906 | 2024-02-04T17:18:20.534Z | Downloaded utf-8 v0.7.6 |
| 907 | 2024-02-04T17:18:20.537Z | Downloaded thread_local v1.1.7 |
| 908 | 2024-02-04T17:18:20.540Z | Downloaded thiserror-no-std v2.0.2 |
| 909 | 2024-02-04T17:18:20.547Z | Downloaded peeking_take_while v0.1.2 |
| 910 | 2024-02-04T17:18:20.550Z | Downloaded string_cache v0.8.7 |
| 911 | 2024-02-04T17:18:20.553Z | Downloaded target-spec v3.0.1 |
| 912 | 2024-02-04T17:18:20.556Z | Downloaded predicates-core v1.0.6 |
| 913 | 2024-02-04T17:18:20.559Z | Downloaded bitflags v2.4.0 |
| 914 | 2024-02-04T17:18:20.564Z | Downloaded take_mut v0.2.2 |
| 915 | 2024-02-04T17:18:20.569Z | Downloaded parking_lot_core v0.8.6 |
| 916 | 2024-02-04T17:18:20.572Z | Downloaded packed_struct v0.10.1 |
| 917 | 2024-02-04T17:18:20.575Z | Downloaded bytes v1.5.0 |
| 918 | 2024-02-04T17:18:20.582Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 919 | 2024-02-04T17:18:20.585Z | Downloaded semver-parser v0.10.2 |
| 920 | 2024-02-04T17:18:20.588Z | Downloaded semver v0.11.0 |
| 921 | 2024-02-04T17:18:20.591Z | Downloaded sec1 v0.7.3 |
| 922 | 2024-02-04T17:18:20.594Z | Downloaded futures v0.3.30 |
| 923 | 2024-02-04T17:18:20.605Z | Downloaded opaque-debug v0.3.0 |
| 924 | 2024-02-04T17:18:20.608Z | Downloaded phf v0.11.2 |
| 925 | 2024-02-04T17:18:20.611Z | Downloaded slog-dtrace v0.3.0 |
| 926 | 2024-02-04T17:18:20.615Z | Downloaded rand_xorshift v0.3.0 |
| 927 | 2024-02-04T17:18:20.619Z | Downloaded serde-big-array v0.5.1 |
| 928 | 2024-02-04T17:18:20.622Z | Downloaded signal-hook-mio v0.2.3 |
| 929 | 2024-02-04T17:18:20.626Z | Downloaded doc-comment v0.3.3 |
| 930 | 2024-02-04T17:18:20.632Z | Downloaded derive_builder_macro v0.12.0 |
| 931 | 2024-02-04T17:18:20.635Z | Downloaded strum_macros v0.25.2 |
| 932 | 2024-02-04T17:18:20.638Z | Downloaded digest v0.10.7 |
| 933 | 2024-02-04T17:18:20.641Z | Downloaded tower-service v0.3.2 |
| 934 | 2024-02-04T17:18:20.644Z | Downloaded similar-asserts v1.5.0 |
| 935 | 2024-02-04T17:18:20.648Z | Downloaded filetime v0.2.23 |
| 936 | 2024-02-04T17:18:20.653Z | Downloaded float-cmp v0.9.0 |
| 937 | 2024-02-04T17:18:20.655Z | Downloaded half v2.3.1 |
| 938 | 2024-02-04T17:18:20.662Z | Downloaded synstructure v0.12.6 |
| 939 | 2024-02-04T17:18:20.666Z | Downloaded openssl-probe v0.1.5 |
| 940 | 2024-02-04T17:18:20.669Z | Downloaded sha1 v0.10.6 |
| 941 | 2024-02-04T17:18:20.676Z | Downloaded password-hash v0.5.0 |
| 942 | 2024-02-04T17:18:20.679Z | Downloaded pem v3.0.2 |
| 943 | 2024-02-04T17:18:20.682Z | Downloaded serde-big-array v0.4.1 |
| 944 | 2024-02-04T17:18:20.684Z | Downloaded parse-size v1.0.0 |
| 945 | 2024-02-04T17:18:20.690Z | Downloaded usdt v0.3.5 |
| 946 | 2024-02-04T17:18:20.693Z | Downloaded tokio-tungstenite v0.20.1 |
| 947 | 2024-02-04T17:18:20.696Z | Downloaded number_prefix v0.4.0 |
| 948 | 2024-02-04T17:18:20.699Z | Downloaded scroll v0.12.0 |
| 949 | 2024-02-04T17:18:20.702Z | Downloaded vte_generate_state_changes v0.1.1 |
| 950 | 2024-02-04T17:18:20.705Z | Downloaded usdt-macro v0.3.5 |
| 951 | 2024-02-04T17:18:20.705Z | Downloaded fragile v2.0.0 |
| 952 | 2024-02-04T17:18:20.709Z | Downloaded mio v0.8.9 |
| 953 | 2024-02-04T17:18:20.722Z | Downloaded signal-hook-tokio v0.3.1 |
| 954 | 2024-02-04T17:18:20.725Z | Downloaded spin v0.5.2 |
| 955 | 2024-02-04T17:18:20.728Z | Downloaded fs-err v2.11.0 |
| 956 | 2024-02-04T17:18:20.732Z | Downloaded pest_meta v2.7.6 |
| 957 | 2024-02-04T17:18:20.738Z | Downloaded pretty-hex v0.2.1 |
| 958 | 2024-02-04T17:18:20.741Z | Downloaded group v0.13.0 |
| 959 | 2024-02-04T17:18:20.745Z | Downloaded schemars v0.8.16 |
| 960 | 2024-02-04T17:18:20.770Z | Downloaded foreign-types v0.5.0 |
| 961 | 2024-02-04T17:18:20.776Z | Downloaded guppy-workspace-hack v0.1.0 |
| 962 | 2024-02-04T17:18:20.776Z | Downloaded usdt-attr-macro v0.3.5 |
| 963 | 2024-02-04T17:18:20.779Z | Downloaded want v0.3.1 |
| 964 | 2024-02-04T17:18:20.779Z | Downloaded tokio-rustls v0.25.0 |
| 965 | 2024-02-04T17:18:20.782Z | Downloaded tinyvec v1.6.0 |
| 966 | 2024-02-04T17:18:20.789Z | Downloaded foreign-types-macros v0.2.3 |
| 967 | 2024-02-04T17:18:20.791Z | Downloaded signature v1.6.4 |
| 968 | 2024-02-04T17:18:20.795Z | Downloaded pin-utils v0.1.0 |
| 969 | 2024-02-04T17:18:20.798Z | Downloaded subtle v2.5.0 |
| 970 | 2024-02-04T17:18:20.801Z | Downloaded structmeta-derive v0.3.0 |
| 971 | 2024-02-04T17:18:20.804Z | Downloaded dyn-clone v1.0.13 |
| 972 | 2024-02-04T17:18:20.807Z | Downloaded num-bigint v0.4.4 |
| 973 | 2024-02-04T17:18:20.819Z | Downloaded rpassword v7.3.1 |
| 974 | 2024-02-04T17:18:20.822Z | Downloaded crossterm v0.27.0 |
| 975 | 2024-02-04T17:18:20.836Z | Downloaded foreign-types-shared v0.1.1 |
| 976 | 2024-02-04T17:18:20.839Z | Downloaded defmt-macros v0.3.6 |
| 977 | 2024-02-04T17:18:20.844Z | Downloaded signature v2.1.0 |
| 978 | 2024-02-04T17:18:20.847Z | Downloaded url v2.5.0 |
| 979 | 2024-02-04T17:18:20.854Z | Downloaded hex-literal v0.4.1 |
| 980 | 2024-02-04T17:18:20.860Z | Downloaded darling_macro v0.20.3 |
| 981 | 2024-02-04T17:18:20.863Z | Downloaded tokio-rustls v0.24.1 |
| 982 | 2024-02-04T17:18:20.866Z | Downloaded resolv-conf v0.7.0 |
| 983 | 2024-02-04T17:18:20.869Z | Downloaded dirs-sys-next v0.1.2 |
| 984 | 2024-02-04T17:18:20.872Z | Downloaded dirs-next v2.0.0 |
| 985 | 2024-02-04T17:18:20.876Z | Downloaded num-bigint-dig v0.8.4 |
| 986 | 2024-02-04T17:18:20.884Z | Downloaded pretty-hex v0.4.1 |
| 987 | 2024-02-04T17:18:20.889Z | Downloaded flagset v0.4.3 |
| 988 | 2024-02-04T17:18:20.889Z | Downloaded similar v2.3.0 |
| 989 | 2024-02-04T17:18:20.900Z | Downloaded swrite v0.1.0 |
| 990 | 2024-02-04T17:18:20.903Z | Downloaded tokio-macros v2.2.0 |
| 991 | 2024-02-04T17:18:20.906Z | Downloaded zeroize v1.7.0 |
| 992 | 2024-02-04T17:18:20.909Z | Downloaded fastrand v2.0.0 |
| 993 | 2024-02-04T17:18:20.912Z | Downloaded stability v0.1.1 |
| 994 | 2024-02-04T17:18:20.912Z | Downloaded flate2 v1.0.28 |
| 995 | 2024-02-04T17:18:20.923Z | Downloaded slog-json v2.6.1 |
| 996 | 2024-02-04T17:18:20.927Z | Downloaded ena v0.14.2 |
| 997 | 2024-02-04T17:18:20.930Z | Downloaded xattr v1.0.1 |
| 998 | 2024-02-04T17:18:20.937Z | Downloaded percent-encoding v2.3.1 |
| 999 | 2024-02-04T17:18:20.940Z | Downloaded yansi v0.5.1 |
| 1000 | 2024-02-04T17:18:20.940Z | Downloaded pkg-config v0.3.27 |
| 1001 | 2024-02-04T17:18:20.943Z | Downloaded plotters-backend v0.3.5 |
| 1002 | 2024-02-04T17:18:20.946Z | Downloaded signal-hook v0.3.17 |
| 1003 | 2024-02-04T17:18:20.951Z | Downloaded heck v0.3.3 |
| 1004 | 2024-02-04T17:18:20.954Z | Downloaded headers v0.3.9 |
| 1005 | 2024-02-04T17:18:20.965Z | Downloaded rustls-pki-types v1.1.0 |
| 1006 | 2024-02-04T17:18:20.968Z | Downloaded itertools v0.12.1 |
| 1007 | 2024-02-04T17:18:20.984Z | Downloaded slog-async v2.8.0 |
| 1008 | 2024-02-04T17:18:20.987Z | Downloaded keccak v0.1.4 |
| 1009 | 2024-02-04T17:18:20.990Z | Downloaded proc-macro-error v1.0.4 |
| 1010 | 2024-02-04T17:18:20.995Z | Downloaded tokio-stream v0.1.14 |
| 1011 | 2024-02-04T17:18:21.004Z | Downloaded serde_plain v1.0.2 |
| 1012 | 2024-02-04T17:18:21.007Z | Downloaded tracing-attributes v0.1.26 |
| 1013 | 2024-02-04T17:18:21.014Z | Downloaded pin-project-internal v1.1.3 |
| 1014 | 2024-02-04T17:18:21.017Z | Downloaded tough v0.16.0 |
| 1015 | 2024-02-04T17:18:21.030Z | Downloaded slog-term v2.9.0 |
| 1016 | 2024-02-04T17:18:21.034Z | Downloaded pin-project-lite v0.2.13 |
| 1017 | 2024-02-04T17:18:21.044Z | Downloaded toml v0.5.11 |
| 1018 | 2024-02-04T17:18:21.049Z | Downloaded lalrpop v0.19.12 |
| 1019 | 2024-02-04T17:18:21.072Z | Downloaded darling_core v0.20.3 |
| 1020 | 2024-02-04T17:18:21.081Z | Downloaded expectorate v1.1.0 |
| 1021 | 2024-02-04T17:18:21.085Z | Downloaded sqlparser v0.43.1 |
| 1022 | 2024-02-04T17:18:21.097Z | Downloaded darling_core v0.14.4 |
| 1023 | 2024-02-04T17:18:21.107Z | Downloaded petgraph v0.6.4 |
| 1024 | 2024-02-04T17:18:21.132Z | Downloaded tokio-postgres v0.7.10 |
| 1025 | 2024-02-04T17:18:21.142Z | Downloaded trust-dns-resolver v0.22.0 |
| 1026 | 2024-02-04T17:18:21.151Z | Downloaded rayon v1.8.0 |
| 1027 | 2024-02-04T17:18:21.171Z | Downloaded quick-xml v0.30.0 |
| 1028 | 2024-02-04T17:18:21.178Z | Downloaded bindgen v0.69.2 |
| 1029 | 2024-02-04T17:18:21.191Z | Downloaded serde_with v3.6.0 |
| 1030 | 2024-02-04T17:18:21.205Z | Downloaded reedline v0.28.0 |
| 1031 | 2024-02-04T17:18:21.218Z | Downloaded unicode-normalization v0.1.22 |
| 1032 | 2024-02-04T17:18:21.225Z | Downloaded plotters v0.3.5 |
| 1033 | 2024-02-04T17:18:21.241Z | Downloaded zerocopy v0.7.32 |
| 1034 | 2024-02-04T17:18:21.271Z | Downloaded idna v0.2.3 |
| 1035 | 2024-02-04T17:18:21.282Z | Downloaded curve25519-dalek v4.1.1 |
| 1036 | 2024-02-04T17:18:21.299Z | Downloaded regress v0.7.1 |
| 1037 | 2024-02-04T17:18:21.313Z | Downloaded syn v1.0.109 |
| 1038 | 2024-02-04T17:18:21.332Z | Downloaded gimli v0.28.0 |
| 1039 | 2024-02-04T17:18:21.346Z | Downloaded object v0.30.4 |
| 1040 | 2024-02-04T17:18:21.364Z | Downloaded radix_trie v0.2.1 |
| 1041 | 2024-02-04T17:18:21.374Z | Downloaded diesel v2.1.4 |
| 1042 | 2024-02-04T17:18:21.406Z | Downloaded webpki-roots v0.25.2 |
| 1043 | 2024-02-04T17:18:21.417Z | Downloaded regex-syntax v0.8.2 |
| 1044 | 2024-02-04T17:18:21.429Z | Downloaded ratatui v0.25.0 |
| 1045 | 2024-02-04T17:18:21.456Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1046 | 2024-02-04T17:18:21.479Z | Downloaded sha3 v0.10.8 |
| 1047 | 2024-02-04T17:18:21.491Z | Downloaded rustix v0.38.30 |
| 1048 | 2024-02-04T17:18:21.531Z | Downloaded openapiv3 v2.0.0 |
| 1049 | 2024-02-04T17:18:21.554Z | Downloaded zerocopy-derive v0.2.0 |
| 1050 | 2024-02-04T17:18:21.574Z | Downloaded zerocopy-derive v0.6.4 |
| 1051 | 2024-02-04T17:18:21.595Z | Downloaded regex-automata v0.4.4 |
| 1052 | 2024-02-04T17:18:21.628Z | Downloaded tokio v1.36.0 |
| 1053 | 2024-02-04T17:18:21.697Z | Downloaded regex-automata v0.3.8 |
| 1054 | 2024-02-04T17:18:21.730Z | Downloaded sled v0.34.7 |
| 1055 | 2024-02-04T17:18:21.750Z | Downloaded regex-syntax v0.6.29 |
| 1056 | 2024-02-04T17:18:21.765Z | Downloaded bstr v1.6.0 |
| 1057 | 2024-02-04T17:18:21.792Z | Downloaded encoding_rs v0.8.33 |
| 1058 | 2024-02-04T17:18:21.834Z | Downloaded rustls v0.21.9 |
| 1059 | 2024-02-04T17:18:21.856Z | Downloaded trust-dns-proto v0.22.0 |
| 1060 | 2024-02-04T17:18:21.878Z | Downloaded ring v0.17.7 |
| 1061 | 2024-02-04T17:18:22.015Z | Downloaded bstr v0.2.17 |
| 1062 | 2024-02-04T17:18:22.033Z | Downloaded smoltcp v0.11.0 |
| 1063 | 2024-02-04T17:18:22.056Z | Downloaded vcpkg v0.2.15 |
| 1064 | 2024-02-04T17:18:22.129Z | Downloaded openssl v0.10.60 |
| 1065 | 2024-02-04T17:18:22.147Z | Downloaded object v0.32.1 |
| 1066 | 2024-02-04T17:18:22.166Z | Downloaded smoltcp v0.9.1 |
| 1067 | 2024-02-04T17:18:22.185Z | Downloaded polar-core v0.27.0 |
| 1068 | 2024-02-04T17:18:22.201Z | Downloaded rustls v0.22.2 |
| 1069 | 2024-02-04T17:18:22.226Z | Downloaded proptest v1.4.0 |
| 1070 | 2024-02-04T17:18:22.245Z | Downloaded ring v0.16.20 |
| 1071 | 2024-02-04T17:18:22.403Z | Downloaded tabled v0.15.0 |
| 1072 | 2024-02-04T17:18:22.432Z | Downloaded pest v2.7.6 |
| 1073 | 2024-02-04T17:18:22.440Z | Downloaded goblin v0.8.0 |
| 1074 | 2024-02-04T17:18:22.451Z | Downloaded h2 v0.3.24 |
| 1075 | 2024-02-04T17:18:22.463Z | Downloaded guppy v0.17.4 |
| 1076 | 2024-02-04T17:18:22.473Z | Downloaded hkdf v0.12.4 |
| 1077 | 2024-02-04T17:18:22.478Z | Downloaded regex v1.10.3 |
| 1078 | 2024-02-04T17:18:22.502Z | Downloaded reqwest v0.11.22 |
| 1079 | 2024-02-04T17:18:22.515Z | Downloaded rustls-webpki v0.101.7 |
| 1080 | 2024-02-04T17:18:22.541Z | Downloaded chrono v0.4.31 |
| 1081 | 2024-02-04T17:18:22.555Z | Downloaded bitvec v1.0.1 |
| 1082 | 2024-02-04T17:18:22.581Z | Downloaded nix v0.27.1 |
| 1083 | 2024-02-04T17:18:22.600Z | Downloaded futures-util v0.3.30 |
| 1084 | 2024-02-04T17:18:22.621Z | Downloaded unicode_categories v0.1.1 |
| 1085 | 2024-02-04T17:18:22.628Z | Downloaded tokio-util v0.7.10 |
| 1086 | 2024-02-04T17:18:22.636Z | Downloaded blake3 v1.5.0 |
| 1087 | 2024-02-04T17:18:22.649Z | Downloaded relative-path v1.9.0 |
| 1088 | 2024-02-04T17:18:22.652Z | Downloaded rand v0.4.6 |
| 1089 | 2024-02-04T17:18:22.657Z | Downloaded typenum v1.16.0 |
| 1090 | 2024-02-04T17:18:22.661Z | Downloaded aho-corasick v1.0.4 |
| 1091 | 2024-02-04T17:18:22.671Z | Downloaded hashbrown v0.12.3 |
| 1092 | 2024-02-04T17:18:22.678Z | Downloaded x509-cert v0.2.4 |
| 1093 | 2024-02-04T17:18:22.688Z | Downloaded zerocopy v0.6.4 |
| 1094 | 2024-02-04T17:18:22.692Z | Downloaded once_cell v1.19.0 |
| 1095 | 2024-02-04T17:18:22.696Z | Downloaded flume v0.11.0 |
| 1096 | 2024-02-04T17:18:22.702Z | Downloaded der v0.7.8 |
| 1097 | 2024-02-04T17:18:22.711Z | Downloaded trust-dns-server v0.22.1 |
| 1098 | 2024-02-04T17:18:22.720Z | Downloaded hyper v0.14.27 |
| 1099 | 2024-02-04T17:18:22.734Z | Downloaded clap v2.34.0 |
| 1100 | 2024-02-04T17:18:22.750Z | Downloaded rust-argon2 v1.0.1 |
| 1101 | 2024-02-04T17:18:22.753Z | Downloaded pkcs8 v0.10.2 |
| 1102 | 2024-02-04T17:18:22.756Z | Downloaded postcard v1.0.8 |
| 1103 | 2024-02-04T17:18:22.760Z | Downloaded rstest_macros v0.18.2 |
| 1104 | 2024-02-04T17:18:22.764Z | Downloaded pin-project v1.1.3 |
| 1105 | 2024-02-04T17:18:22.784Z | Downloaded rustls-webpki v0.102.1 |
| 1106 | 2024-02-04T17:18:22.816Z | Downloaded sha2 v0.10.8 |
| 1107 | 2024-02-04T17:18:22.820Z | Downloaded derive_builder v0.12.0 |
| 1108 | 2024-02-04T17:18:22.828Z | Downloaded getrandom v0.2.10 |
| 1109 | 2024-02-04T17:18:22.833Z | Downloaded derive-where v1.2.7 |
| 1110 | 2024-02-04T17:18:22.839Z | Downloaded heapless v0.8.0 |
| 1111 | 2024-02-04T17:18:22.845Z | Downloaded smallvec v1.11.2 |
| 1112 | 2024-02-04T17:18:22.849Z | Downloaded remove_dir_all v0.5.3 |
| 1113 | 2024-02-04T17:18:22.851Z | Downloaded walkdir v2.4.0 |
| 1114 | 2024-02-04T17:18:22.854Z | Downloaded heapless v0.7.16 |
| 1115 | 2024-02-04T17:18:22.859Z | Downloaded tracing v0.1.37 |
| 1116 | 2024-02-04T17:18:22.869Z | Downloaded pretty_assertions v1.4.0 |
| 1117 | 2024-02-04T17:18:22.872Z | Downloaded embedded-io v0.4.0 |
| 1118 | 2024-02-04T17:18:22.872Z | Downloaded unicode-bidi v0.3.13 |
| 1119 | 2024-02-04T17:18:22.876Z | Downloaded rustyline v13.0.0 |
| 1120 | 2024-02-04T17:18:22.885Z | Downloaded ref-cast-impl v1.0.20 |
| 1121 | 2024-02-04T17:18:22.889Z | Downloaded ref-cast v1.0.20 |
| 1122 | 2024-02-04T17:18:22.891Z | Downloaded structmeta v0.2.0 |
| 1123 | 2024-02-04T17:18:22.894Z | Downloaded quick-error v1.2.3 |
| 1124 | 2024-02-04T17:18:22.897Z | Downloaded predicates-tree v1.0.9 |
| 1125 | 2024-02-04T17:18:22.897Z | Downloaded fatfs v0.3.6 |
| 1126 | 2024-02-04T17:18:22.901Z | Downloaded ron v0.8.1 |
| 1127 | 2024-02-04T17:18:22.910Z | Downloaded regex-automata v0.1.10 |
| 1128 | 2024-02-04T17:18:22.919Z | Downloaded typed-path v0.7.0 |
| 1129 | 2024-02-04T17:18:22.931Z | Downloaded diff v0.1.13 |
| 1130 | 2024-02-04T17:18:22.936Z | Downloaded diesel_derives v2.1.2 |
| 1131 | 2024-02-04T17:18:22.942Z | Downloaded tower v0.4.13 |
| 1132 | 2024-02-04T17:18:22.957Z | Downloaded fxhash v0.2.1 |
| 1133 | 2024-02-04T17:18:22.960Z | Downloaded serde_urlencoded v0.7.1 |
| 1134 | 2024-02-04T17:18:22.963Z | Downloaded serde_tokenstream v0.1.7 |
| 1135 | 2024-02-04T17:18:22.966Z | Downloaded whoami v1.4.1 |
| 1136 | 2024-02-04T17:18:22.972Z | Downloaded vte v0.11.1 |
| 1137 | 2024-02-04T17:18:22.975Z | Downloaded version_check v0.9.4 |
| 1138 | 2024-02-04T17:18:22.975Z | Downloaded pest_derive v2.7.6 |
| 1139 | 2024-02-04T17:18:22.978Z | Downloaded slog v2.7.0 |
| 1140 | 2024-02-04T17:18:22.982Z | Downloaded prettyplease v0.2.16 |
| 1141 | 2024-02-04T17:18:22.987Z | Downloaded plotters-svg v0.3.5 |
| 1142 | 2024-02-04T17:18:22.990Z | Downloaded futures-io v0.3.30 |
| 1143 | 2024-02-04T17:18:22.990Z | Downloaded endian-type v0.1.2 |
| 1144 | 2024-02-04T17:18:22.993Z | Downloaded zeroize_derive v1.4.2 |
| 1145 | 2024-02-04T17:18:22.993Z | Downloaded generic-array v0.14.7 |
| 1146 | 2024-02-04T17:18:22.995Z | Downloaded wyz v0.5.1 |
| 1147 | 2024-02-04T17:18:22.998Z | Downloaded unicode-width v0.1.11 |
| 1148 | 2024-02-04T17:18:23.001Z | Downloaded tracing-core v0.1.31 |
| 1149 | 2024-02-04T17:18:23.004Z | Downloaded trust-dns-client v0.22.0 |
| 1150 | 2024-02-04T17:18:23.013Z | Downloaded salty v0.2.0 |
| 1151 | 2024-02-04T17:18:23.022Z | Downloaded env_logger v0.10.0 |
| 1152 | 2024-02-04T17:18:23.027Z | Downloaded socket2 v0.5.5 |
| 1153 | 2024-02-04T17:18:23.030Z | Downloaded portable-atomic v1.4.3 |
| 1154 | 2024-02-04T17:18:23.040Z | Downloaded darling_macro v0.14.4 |
| 1155 | 2024-02-04T17:18:23.045Z | Downloaded parse-display-derive v0.9.0 |
| 1156 | 2024-02-04T17:18:23.048Z | Downloaded zerocopy v0.3.0 |
| 1157 | 2024-02-04T17:18:23.048Z | Downloaded hex v0.4.3 |
| 1158 | 2024-02-04T17:18:23.048Z | Downloaded vec_map v0.8.2 |
| 1159 | 2024-02-04T17:18:23.048Z | Downloaded gethostname v0.4.3 |
| 1160 | 2024-02-04T17:18:23.051Z | Downloaded pkcs1 v0.7.5 |
| 1161 | 2024-02-04T17:18:23.055Z | Downloaded data-encoding v2.4.0 |
| 1162 | 2024-02-04T17:18:23.057Z | Downloaded unicode-segmentation v1.10.1 |
| 1163 | 2024-02-04T17:18:23.061Z | Downloaded openssl-sys v0.9.96 |
| 1164 | 2024-02-04T17:18:23.070Z | Downloaded toml_edit v0.19.15 |
| 1165 | 2024-02-04T17:18:23.098Z | Downloaded defmt v0.3.5 |
| 1166 | 2024-02-04T17:18:23.104Z | Downloaded supports-color v2.1.0 |
| 1167 | 2024-02-04T17:18:23.106Z | Downloaded enum-as-inner v0.5.1 |
| 1168 | 2024-02-04T17:18:23.109Z | Downloaded untrusted v0.7.1 |
| 1169 | 2024-02-04T17:18:23.112Z | Downloaded der_derive v0.7.2 |
| 1170 | 2024-02-04T17:18:23.112Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2024-02-04T17:18:23.117Z | Downloaded samael v0.0.14 |
| 1172 | 2024-02-04T17:18:23.125Z | Downloaded unicode-xid v0.2.4 |
| 1173 | 2024-02-04T17:18:23.128Z | Downloaded hash32 v0.3.1 |
| 1174 | 2024-02-04T17:18:23.134Z | Downloaded globset v0.4.13 |
| 1175 | 2024-02-04T17:18:23.137Z | Downloaded glob v0.3.1 |
| 1176 | 2024-02-04T17:18:23.137Z | Downloaded rustc_version v0.4.0 |
| 1177 | 2024-02-04T17:18:23.137Z | Downloaded rustc-demangle v0.1.23 |
| 1178 | 2024-02-04T17:18:23.139Z | Downloaded rayon-core v1.12.0 |
| 1179 | 2024-02-04T17:18:23.144Z | Downloaded hashbrown v0.13.2 |
| 1180 | 2024-02-04T17:18:23.152Z | Downloaded derive_more v0.99.17 |
| 1181 | 2024-02-04T17:18:23.160Z | Downloaded rand v0.8.5 |
| 1182 | 2024-02-04T17:18:23.166Z | Downloaded structmeta-derive v0.2.0 |
| 1183 | 2024-02-04T17:18:23.169Z | Downloaded strsim v0.8.0 |
| 1184 | 2024-02-04T17:18:23.172Z | Downloaded slog-envlogger v2.2.0 |
| 1185 | 2024-02-04T17:18:23.172Z | Downloaded toml v0.7.8 |
| 1186 | 2024-02-04T17:18:23.178Z | Downloaded tinytemplate v1.2.1 |
| 1187 | 2024-02-04T17:18:23.180Z | Downloaded omicron-zone-package v0.11.0 |
| 1188 | 2024-02-04T17:18:23.185Z | Downloaded tungstenite v0.20.1 |
| 1189 | 2024-02-04T17:18:23.191Z | Downloaded time v0.3.27 |
| 1190 | 2024-02-04T17:18:23.202Z | Downloaded debug-ignore v1.0.5 |
| 1191 | 2024-02-04T17:18:23.205Z | Downloaded papergrid v0.11.0 |
| 1192 | 2024-02-04T17:18:23.213Z | Downloaded nom v7.1.3 |
| 1193 | 2024-02-04T17:18:23.225Z | Downloaded num_threads v0.1.6 |
| 1194 | 2024-02-04T17:18:23.228Z | Downloaded fnv v1.0.7 |
| 1195 | 2024-02-04T17:18:23.228Z | Downloaded usdt-impl v0.3.5 |
| 1196 | 2024-02-04T17:18:23.228Z | Downloaded smawk v0.3.1 |
| 1197 | 2024-02-04T17:18:23.231Z | Downloaded smallvec v0.6.14 |
| 1198 | 2024-02-04T17:18:23.234Z | Downloaded unicase v2.7.0 |
| 1199 | 2024-02-04T17:18:23.236Z | Downloaded siphasher v0.3.11 |
| 1200 | 2024-02-04T17:18:23.236Z | Downloaded tokio-native-tls v0.3.1 |
| 1201 | 2024-02-04T17:18:23.239Z | Downloaded sct v0.7.0 |
| 1202 | 2024-02-04T17:18:23.245Z | Downloaded derive_builder_core v0.12.0 |
| 1203 | 2024-02-04T17:18:23.248Z | Downloaded defmt-parser v0.3.3 |
| 1204 | 2024-02-04T17:18:23.280Z | Downloaded rcgen v0.12.1 |
| 1205 | 2024-02-04T17:18:23.280Z | Downloaded hyper v1.1.0 |
| 1206 | 2024-02-04T17:18:23.280Z | Downloaded zip v0.6.6 |
| 1207 | 2024-02-04T17:18:23.290Z | Downloaded futures-sink v0.3.30 |
| 1208 | 2024-02-04T17:18:23.293Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1209 | 2024-02-04T17:18:23.296Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1210 | 2024-02-04T17:18:23.299Z | Downloaded fd-lock v4.0.2 |
| 1211 | 2024-02-04T17:18:23.304Z | Downloaded fd-lock v3.0.13 |
| 1212 | 2024-02-04T17:18:23.308Z | Downloaded datatest-stable v0.2.3 |
| 1213 | 2024-02-04T17:18:23.313Z | Downloaded oso v0.27.0 |
| 1214 | 2024-02-04T17:18:23.324Z | Downloaded itertools v0.10.5 |
| 1215 | 2024-02-04T17:18:23.338Z | Downloaded pem-rfc7468 v0.7.0 |
| 1216 | 2024-02-04T17:18:23.343Z | Downloaded rustls-pemfile v1.0.3 |
| 1217 | 2024-02-04T17:18:23.348Z | Downloaded subprocess v0.2.9 |
| 1218 | 2024-02-04T17:18:23.354Z | Downloaded structopt v0.3.26 |
| 1219 | 2024-02-04T17:18:23.373Z | Downloaded libm v0.2.7 |
| 1220 | 2024-02-04T17:18:23.396Z | Downloaded minimal-lexical v0.2.1 |
| 1221 | 2024-02-04T17:18:23.403Z | Downloaded slab v0.4.9 |
| 1222 | 2024-02-04T17:18:23.406Z | Downloaded deranged v0.3.8 |
| 1223 | 2024-02-04T17:18:23.409Z | Downloaded untrusted v0.9.0 |
| 1224 | 2024-02-04T17:18:23.412Z | Downloaded http v1.0.0 |
| 1225 | 2024-02-04T17:18:23.416Z | Downloaded steno v0.4.0 |
| 1226 | 2024-02-04T17:18:23.423Z | Downloaded elliptic-curve v0.13.8 |
| 1227 | 2024-02-04T17:18:23.429Z | Downloaded foreign-types v0.3.2 |
| 1228 | 2024-02-04T17:18:23.432Z | Downloaded radium v0.7.0 |
| 1229 | 2024-02-04T17:18:23.432Z | Downloaded difflib v0.4.0 |
| 1230 | 2024-02-04T17:18:23.438Z | Downloaded dof v0.3.0 |
| 1231 | 2024-02-04T17:18:23.441Z | Downloaded dof v0.1.5 |
| 1232 | 2024-02-04T17:18:23.441Z | Downloaded ucd-trie v0.1.6 |
| 1233 | 2024-02-04T17:18:23.441Z | Downloaded tar v0.4.40 |
| 1234 | 2024-02-04T17:18:23.444Z | Downloaded serde_repr v0.1.16 |
| 1235 | 2024-02-04T17:18:23.447Z | Downloaded serde_path_to_error v0.1.15 |
| 1236 | 2024-02-04T17:18:23.450Z | Downloaded oorandom v11.1.3 |
| 1237 | 2024-02-04T17:18:23.453Z | Downloaded which v4.4.0 |
| 1238 | 2024-02-04T17:18:23.453Z | Downloaded http v0.2.11 |
| 1239 | 2024-02-04T17:18:23.459Z | Downloaded ff v0.13.0 |
| 1240 | 2024-02-04T17:18:23.462Z | Downloaded form_urlencoded v1.2.1 |
| 1241 | 2024-02-04T17:18:23.465Z | Downloaded zone v0.3.0 |
| 1242 | 2024-02-04T17:18:23.465Z | Downloaded fixedbitset v0.4.2 |
| 1243 | 2024-02-04T17:18:23.468Z | Downloaded spin v0.9.8 |
| 1244 | 2024-02-04T17:18:23.472Z | Downloaded smf v0.2.2 |
| 1245 | 2024-02-04T17:18:23.475Z | Downloaded partial-io v0.5.4 |
| 1246 | 2024-02-04T17:18:23.477Z | Downloaded owo-colors v4.0.0 |
| 1247 | 2024-02-04T17:18:23.480Z | Downloaded textwrap v0.16.0 |
| 1248 | 2024-02-04T17:18:23.483Z | Downloaded parking_lot v0.11.2 |
| 1249 | 2024-02-04T17:18:23.490Z | Downloaded criterion v0.5.1 |
| 1250 | 2024-02-04T17:18:23.499Z | Downloaded socket2 v0.4.9 |
| 1251 | 2024-02-04T17:18:23.502Z | Downloaded fallible-iterator v0.2.0 |
| 1252 | 2024-02-04T17:18:23.504Z | Downloaded structopt-derive v0.4.18 |
| 1253 | 2024-02-04T17:18:23.507Z | Downloaded r2d2 v0.8.10 |
| 1254 | 2024-02-04T17:18:23.510Z | Downloaded slog-bunyan v2.5.0 |
| 1255 | 2024-02-04T17:18:23.510Z | Downloaded parking_lot v0.12.1 |
| 1256 | 2024-02-04T17:18:23.513Z | Downloaded tempfile v3.9.0 |
| 1257 | 2024-02-04T17:18:23.517Z | Downloaded zerocopy-derive v0.7.32 |
| 1258 | 2024-02-04T17:18:23.525Z | Downloaded platforms v3.0.2 |
| 1259 | 2024-02-04T17:18:23.528Z | Downloaded yasna v0.5.2 |
| 1260 | 2024-02-04T17:18:23.531Z | Downloaded base64 v0.21.7 |
| 1261 | 2024-02-04T17:18:23.538Z | Downloaded proc-macro-crate v1.3.1 |
| 1262 | 2024-02-04T17:18:23.541Z | Downloaded snafu v0.7.5 |
| 1263 | 2024-02-04T17:18:23.550Z | Downloaded serde_yaml v0.9.25 |
| 1264 | 2024-02-04T17:18:23.557Z | Downloaded rand_core v0.6.4 |
| 1265 | 2024-02-04T17:18:23.560Z | Downloaded uuid v1.7.0 |
| 1266 | 2024-02-04T17:18:23.564Z | Downloaded test-strategy v0.3.1 |
| 1267 | 2024-02-04T17:18:23.573Z | Downloaded rand_chacha v0.3.1 |
| 1268 | 2024-02-04T17:18:23.575Z | Downloaded postgres-types v0.2.6 |
| 1269 | 2024-02-04T17:18:23.575Z | Downloaded postgres-protocol v0.6.6 |
| 1270 | 2024-02-04T17:18:23.578Z | Downloaded packed_struct_codegen v0.10.1 |
| 1271 | 2024-02-04T17:18:23.581Z | Downloaded trybuild v1.0.89 |
| 1272 | 2024-02-04T17:18:23.588Z | Downloaded tinyvec_macros v0.1.1 |
| 1273 | 2024-02-04T17:18:23.590Z | Downloaded zone_cfg_derive v0.3.0 |
| 1274 | 2024-02-04T17:18:23.590Z | Downloaded shell-words v1.1.0 |
| 1275 | 2024-02-04T17:18:23.593Z | Downloaded tabled_derive v0.7.0 |
| 1276 | 2024-02-04T17:18:23.593Z | Downloaded scopeguard v1.2.0 |
| 1277 | 2024-02-04T17:18:23.596Z | Downloaded rusty-fork v0.3.0 |
| 1278 | 2024-02-04T17:18:23.599Z | Downloaded crypto-bigint v0.5.2 |
| 1279 | 2024-02-04T17:18:23.608Z | Downloaded schemars_derive v0.8.16 |
| 1280 | 2024-02-04T17:18:23.611Z | Downloaded unicode-linebreak v0.1.5 |
| 1281 | 2024-02-04T17:18:23.614Z | Downloaded hash32 v0.2.1 |
| 1282 | 2024-02-04T17:18:23.616Z | Downloaded cc v1.0.83 |
| 1283 | 2024-02-04T17:18:23.619Z | Downloaded parking_lot_core v0.9.8 |
| 1284 | 2024-02-04T17:18:23.623Z | Downloaded thread-id v4.2.0 |
| 1285 | 2024-02-04T17:18:23.633Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1286 | 2024-02-04T17:18:23.633Z | Downloaded openssl-macros v0.1.1 |
| 1287 | 2024-02-04T17:18:23.633Z | Downloaded ed25519 v1.5.3 |
| 1288 | 2024-02-04T17:18:23.633Z | Downloaded allocator-api2 v0.2.16 |
| 1289 | 2024-02-04T17:18:23.638Z | Downloaded usdt-impl v0.5.0 |
| 1290 | 2024-02-04T17:18:23.641Z | Downloaded unarray v0.1.4 |
| 1291 | 2024-02-04T17:18:23.644Z | Downloaded either v1.9.0 |
| 1292 | 2024-02-04T17:18:23.647Z | Downloaded stringprep v0.1.3 |
| 1293 | 2024-02-04T17:18:23.650Z | Downloaded stable_deref_trait v1.2.0 |
| 1294 | 2024-02-04T17:18:23.650Z | Downloaded plain v0.2.3 |
| 1295 | 2024-02-04T17:18:23.653Z | Downloaded unsafe-libyaml v0.2.10 |
| 1296 | 2024-02-04T17:18:23.657Z | Downloaded backtrace v0.3.69 |
| 1297 | 2024-02-04T17:18:23.666Z | Downloaded arc-swap v1.6.0 |
| 1298 | 2024-02-04T17:18:23.672Z | Downloaded predicates v3.1.0 |
| 1299 | 2024-02-04T17:18:23.676Z | Downloaded ppv-lite86 v0.2.17 |
| 1300 | 2024-02-04T17:18:23.681Z | Downloaded pest_generator v2.7.6 |
| 1301 | 2024-02-04T17:18:23.683Z | Downloaded paste v1.0.14 |
| 1302 | 2024-02-04T17:18:23.686Z | Downloaded clang-sys v1.6.1 |
| 1303 | 2024-02-04T17:18:23.692Z | Downloaded target-lexicon v0.12.12 |
| 1304 | 2024-02-04T17:18:23.695Z | Downloaded snafu-derive v0.7.5 |
| 1305 | 2024-02-04T17:18:23.701Z | Downloaded futures-task v0.3.30 |
| 1306 | 2024-02-04T17:18:23.701Z | Downloaded rustls-pemfile v2.0.0 |
| 1307 | 2024-02-04T17:18:23.704Z | Downloaded highway v1.1.0 |
| 1308 | 2024-02-04T17:18:23.707Z | Downloaded pathdiff v0.2.1 |
| 1309 | 2024-02-04T17:18:23.707Z | Downloaded path-slash v0.1.5 |
| 1310 | 2024-02-04T17:18:23.710Z | Downloaded rtoolbox v0.0.1 |
| 1311 | 2024-02-04T17:18:23.710Z | Downloaded oso-derive v0.27.0 |
| 1312 | 2024-02-04T17:18:23.713Z | Downloaded futures-channel v0.3.30 |
| 1313 | 2024-02-04T17:18:23.716Z | Downloaded usdt v0.5.0 |
| 1314 | 2024-02-04T17:18:23.716Z | Downloaded threadpool v1.8.1 |
| 1315 | 2024-02-04T17:18:23.719Z | Downloaded textwrap v0.11.0 |
| 1316 | 2024-02-04T17:18:23.721Z | Downloaded const-oid v0.9.5 |
| 1317 | 2024-02-04T17:18:23.724Z | Downloaded cfg-expr v0.15.5 |
| 1318 | 2024-02-04T17:18:23.729Z | Downloaded blake2 v0.10.6 |
| 1319 | 2024-02-04T17:18:23.733Z | Downloaded display-error-chain v0.2.0 |
| 1320 | 2024-02-04T17:18:23.736Z | Downloaded usdt-attr-macro v0.5.0 |
| 1321 | 2024-02-04T17:18:23.736Z | Downloaded futures-timer v3.0.2 |
| 1322 | 2024-02-04T17:18:23.739Z | Downloaded cookie v0.18.0 |
| 1323 | 2024-02-04T17:18:23.743Z | Downloaded miniz_oxide v0.7.1 |
| 1324 | 2024-02-04T17:18:23.747Z | Downloaded ahash v0.8.6 |
| 1325 | 2024-02-04T17:18:23.755Z | Downloaded mockall_derive v0.12.0 |
| 1326 | 2024-02-04T17:18:23.758Z | Downloaded libloading v0.7.4 |
| 1327 | 2024-02-04T17:18:23.761Z | Downloaded dtrace-parser v0.2.0 |
| 1328 | 2024-02-04T17:18:23.761Z | Downloaded dtrace-parser v0.1.14 |
| 1329 | 2024-02-04T17:18:23.764Z | Downloaded poly1305 v0.8.0 |
| 1330 | 2024-02-04T17:18:23.768Z | Downloaded foreign-types-shared v0.3.1 |
| 1331 | 2024-02-04T17:18:23.768Z | Downloaded basic-toml v0.1.8 |
| 1332 | 2024-02-04T17:18:23.785Z | Downloaded addr2line v0.21.0 |
| 1333 | 2024-02-04T17:18:23.789Z | Downloaded term v0.7.0 |
| 1334 | 2024-02-04T17:18:23.796Z | Downloaded rstest v0.18.2 |
| 1335 | 2024-02-04T17:18:23.805Z | Downloaded funty v2.0.0 |
| 1336 | 2024-02-04T17:18:23.808Z | Downloaded tempdir v0.3.7 |
| 1337 | 2024-02-04T17:18:23.808Z | Downloaded downcast v0.11.0 |
| 1338 | 2024-02-04T17:18:23.811Z | Downloaded hmac v0.12.1 |
| 1339 | 2024-02-04T17:18:23.814Z | Downloaded inout v0.1.3 |
| 1340 | 2024-02-04T17:18:23.817Z | Downloaded ciborium-ll v0.2.2 |
| 1341 | 2024-02-04T17:18:23.817Z | Downloaded ciborium v0.2.2 |
| 1342 | 2024-02-04T17:18:23.821Z | Downloaded camino-tempfile v1.1.1 |
| 1343 | 2024-02-04T17:18:23.825Z | Downloaded universal-hash v0.5.1 |
| 1344 | 2024-02-04T17:18:23.828Z | Downloaded serde_with_macros v3.6.0 |
| 1345 | 2024-02-04T17:18:23.830Z | Downloaded serde_derive_internals v0.26.0 |
| 1346 | 2024-02-04T17:18:23.836Z | Downloaded blake2b_simd v1.0.1 |
| 1347 | 2024-02-04T17:18:23.839Z | Downloaded base64ct v1.6.0 |
| 1348 | 2024-02-04T17:18:23.839Z | Downloaded bcs v0.1.6 |
| 1349 | 2024-02-04T17:18:23.842Z | Downloaded phf_shared v0.11.2 |
| 1350 | 2024-02-04T17:18:23.845Z | Downloaded multer v3.0.0 |
| 1351 | 2024-02-04T17:18:23.848Z | Downloaded toolchain_find v0.2.0 |
| 1352 | 2024-02-04T17:18:23.851Z | Downloaded backoff v0.4.0 |
| 1353 | 2024-02-04T17:18:23.854Z | Downloaded termcolor v1.2.0 |
| 1354 | 2024-02-04T17:18:23.858Z | Downloaded sqlformat v0.2.3 |
| 1355 | 2024-02-04T17:18:23.858Z | Downloaded mime_guess v2.0.4 |
| 1356 | 2024-02-04T17:18:23.861Z | Downloaded chacha20 v0.9.1 |
| 1357 | 2024-02-04T17:18:23.864Z | Downloaded headers-core v0.2.0 |
| 1358 | 2024-02-04T17:18:23.864Z | Downloaded phf_shared v0.10.0 |
| 1359 | 2024-02-04T17:18:23.867Z | Downloaded slog-stdlog v4.1.1 |
| 1360 | 2024-02-04T17:18:23.870Z | Downloaded spki v0.7.2 |
| 1361 | 2024-02-04T17:18:23.873Z | Downloaded libtest-mimic v0.6.1 |
| 1362 | 2024-02-04T17:18:23.876Z | Downloaded async-trait v0.1.77 |
| 1363 | 2024-02-04T17:18:23.881Z | Downloaded tiny-keccak v2.0.2 |
| 1364 | 2024-02-04T17:18:23.885Z | Downloaded time-macros v0.2.13 |
| 1365 | 2024-02-04T17:18:23.888Z | Downloaded nested v0.1.1 |
| 1366 | 2024-02-04T17:18:23.891Z | Downloaded strum_macros v0.24.3 |
| 1367 | 2024-02-04T17:18:23.894Z | Downloaded static_assertions v1.1.0 |
| 1368 | 2024-02-04T17:18:23.897Z | Downloaded signal-hook-registry v1.4.1 |
| 1369 | 2024-02-04T17:18:23.897Z | Downloaded shlex v1.3.0 |
| 1370 | 2024-02-04T17:18:23.900Z | Downloaded serde-hex v0.1.0 |
| 1371 | 2024-02-04T17:18:23.903Z | Downloaded secrecy v0.8.0 |
| 1372 | 2024-02-04T17:18:23.906Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1373 | 2024-02-04T17:18:23.906Z | Downloaded rustversion v1.0.14 |
| 1374 | 2024-02-04T17:18:23.909Z | Downloaded bitfield v0.14.0 |
| 1375 | 2024-02-04T17:18:23.912Z | Downloaded slog-scope v4.4.0 |
| 1376 | 2024-02-04T17:18:23.915Z | Downloaded serde_tokenstream v0.2.0 |
| 1377 | 2024-02-04T17:18:23.919Z | Downloaded num_cpus v1.16.0 |
| 1378 | 2024-02-04T17:18:23.924Z | Downloaded nibble_vec v0.1.0 |
| 1379 | 2024-02-04T17:18:23.927Z | Downloaded managed v0.8.0 |
| 1380 | 2024-02-04T17:18:23.930Z | Downloaded lru-cache v0.1.2 |
| 1381 | 2024-02-04T17:18:23.933Z | Downloaded crossbeam-deque v0.8.3 |
| 1382 | 2024-02-04T17:18:23.935Z | Downloaded convert_case v0.4.0 |
| 1383 | 2024-02-04T17:18:23.935Z | Downloaded memoffset v0.7.1 |
| 1384 | 2024-02-04T17:18:23.938Z | Downloaded libsw v3.3.1 |
| 1385 | 2024-02-04T17:18:23.941Z | Downloaded libefi-sys v0.1.0 |
| 1386 | 2024-02-04T17:18:23.944Z | Downloaded indexmap v1.9.3 |
| 1387 | 2024-02-04T17:18:23.951Z | Downloaded bb8 v0.8.3 |
| 1388 | 2024-02-04T17:18:23.953Z | Downloaded tap v1.0.1 |
| 1389 | 2024-02-04T17:18:23.953Z | Downloaded num v0.4.1 |
| 1390 | 2024-02-04T17:18:23.953Z | Downloaded nodrop v0.1.14 |
| 1391 | 2024-02-04T17:18:23.956Z | Downloaded memoffset v0.9.0 |
| 1392 | 2024-02-04T17:18:23.959Z | Downloaded indoc v1.0.9 |
| 1393 | 2024-02-04T17:18:23.962Z | Downloaded buf-list v1.0.3 |
| 1394 | 2024-02-04T17:18:23.965Z | Downloaded array-init v0.0.4 |
| 1395 | 2024-02-04T17:18:23.968Z | Downloaded cobs v0.2.3 |
| 1396 | 2024-02-04T17:18:23.971Z | Downloaded log v0.4.20 |
| 1397 | 2024-02-04T17:18:23.974Z | Downloaded httpdate v1.0.3 |
| 1398 | 2024-02-04T17:18:23.976Z | Downloaded lazycell v1.3.0 |
| 1399 | 2024-02-04T17:18:23.976Z | Downloaded async-stream v0.3.5 |
| 1400 | 2024-02-04T17:18:23.980Z | Downloaded linear-map v1.2.0 |
| 1401 | 2024-02-04T17:18:23.983Z | Downloaded lru v0.12.1 |
| 1402 | 2024-02-04T17:18:23.986Z | Downloaded cast v0.3.0 |
| 1403 | 2024-02-04T17:18:23.986Z | Downloaded hostname v0.3.1 |
| 1404 | 2024-02-04T17:18:23.989Z | Downloaded hyper-staticfile v0.9.5 |
| 1405 | 2024-02-04T17:18:23.992Z | Downloaded darling v0.14.4 |
| 1406 | 2024-02-04T17:18:24.000Z | Downloaded block-padding v0.3.3 |
| 1407 | 2024-02-04T17:18:24.004Z | Downloaded ansi_term v0.12.1 |
| 1408 | 2024-02-04T17:18:24.004Z | Downloaded waitgroup v0.1.2 |
| 1409 | 2024-02-04T17:18:24.004Z | Downloaded time-core v0.1.1 |
| 1410 | 2024-02-04T17:18:24.007Z | Downloaded rustc_version v0.1.7 |
| 1411 | 2024-02-04T17:18:24.007Z | Downloaded macaddr v1.0.1 |
| 1412 | 2024-02-04T17:18:24.010Z | Downloaded cassowary v0.3.0 |
| 1413 | 2024-02-04T17:18:24.013Z | Downloaded mime v0.3.17 |
| 1414 | 2024-02-04T17:18:24.013Z | Downloaded linked-hash-map v0.5.6 |
| 1415 | 2024-02-04T17:18:24.016Z | Downloaded bit-set v0.5.3 |
| 1416 | 2024-02-04T17:18:24.019Z | Downloaded bit-vec v0.6.3 |
| 1417 | 2024-02-04T17:18:24.019Z | Downloaded autocfg v1.1.0 |
| 1418 | 2024-02-04T17:18:24.021Z | Downloaded atomic-waker v1.1.1 |
| 1419 | 2024-02-04T17:18:24.025Z | Downloaded assert_cmd v2.0.13 |
| 1420 | 2024-02-04T17:18:24.028Z | Downloaded strum v0.25.0 |
| 1421 | 2024-02-04T17:18:24.028Z | Downloaded arrayvec v0.7.4 |
| 1422 | 2024-02-04T17:18:24.031Z | Downloaded approx v0.5.1 |
| 1423 | 2024-02-04T17:18:24.034Z | Downloaded hyper-rustls v0.26.0 |
| 1424 | 2024-02-04T17:18:24.037Z | Downloaded httptest v0.15.5 |
| 1425 | 2024-02-04T17:18:24.040Z | Downloaded rustls-native-certs v0.7.0 |
| 1426 | 2024-02-04T17:18:24.043Z | Downloaded native-tls v0.2.11 |
| 1427 | 2024-02-04T17:18:24.047Z | Downloaded constant_time_eq v0.3.0 |
| 1428 | 2024-02-04T17:18:24.049Z | Downloaded home v0.5.5 |
| 1429 | 2024-02-04T17:18:24.052Z | Downloaded atomicwrites v0.4.3 |
| 1430 | 2024-02-04T17:18:24.052Z | Downloaded semver v0.1.20 |
| 1431 | 2024-02-04T17:18:24.058Z | Downloaded num_enum_derive v0.5.11 |
| 1432 | 2024-02-04T17:18:24.058Z | Downloaded normalize-line-endings v0.3.0 |
| 1433 | 2024-02-04T17:18:24.061Z | Downloaded cstr-argument v0.1.2 |
| 1434 | 2024-02-04T17:18:24.061Z | Downloaded matches v0.1.10 |
| 1435 | 2024-02-04T17:18:24.062Z | Downloaded is-terminal v0.4.9 |
| 1436 | 2024-02-04T17:18:24.062Z | Downloaded newtype_derive v0.1.6 |
| 1437 | 2024-02-04T17:18:24.065Z | Downloaded lazy_static v1.4.0 |
| 1438 | 2024-02-04T17:18:24.065Z | Downloaded cipher v0.4.4 |
| 1439 | 2024-02-04T17:18:24.068Z | Downloaded atty v0.2.14 |
| 1440 | 2024-02-04T17:18:24.071Z | Downloaded base16ct v0.2.0 |
| 1441 | 2024-02-04T17:18:24.074Z | Downloaded async-recursion v1.0.5 |
| 1442 | 2024-02-04T17:18:24.077Z | Downloaded ascii-canvas v3.0.0 |
| 1443 | 2024-02-04T17:18:24.077Z | Downloaded arrayref v0.3.7 |
| 1444 | 2024-02-04T17:18:24.080Z | Downloaded async-stream-impl v0.3.5 |
| 1445 | 2024-02-04T17:18:24.080Z | Downloaded aead v0.5.2 |
| 1446 | 2024-02-04T17:18:24.083Z | Downloaded argon2 v0.5.3 |
| 1447 | 2024-02-04T17:18:24.086Z | Downloaded scroll_derive v0.12.0 |
| 1448 | 2024-02-04T17:18:24.086Z | Downloaded rsa v0.9.2 |
| 1449 | 2024-02-04T17:18:24.094Z | Downloaded newline-converter v0.3.0 |
| 1450 | 2024-02-04T17:18:24.097Z | Downloaded ipnet v2.9.0 |
| 1451 | 2024-02-04T17:18:24.100Z | Downloaded crossbeam-queue v0.3.8 |
| 1452 | 2024-02-04T17:18:24.102Z | Downloaded crc32fast v1.3.2 |
| 1453 | 2024-02-04T17:18:24.105Z | Downloaded bzip2 v0.4.4 |
| 1454 | 2024-02-04T17:18:24.111Z | Downloaded md-5 v0.10.5 |
| 1455 | 2024-02-04T17:18:24.114Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1456 | 2024-02-04T17:18:24.114Z | Downloaded crunchy v0.2.2 |
| 1457 | 2024-02-04T17:18:24.114Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1458 | 2024-02-04T17:18:24.114Z | Downloaded match_cfg v0.1.0 |
| 1459 | 2024-02-04T17:18:24.114Z | Downloaded kstat-rs v0.2.3 |
| 1460 | 2024-02-04T17:18:24.117Z | Downloaded is_ci v1.1.1 |
| 1461 | 2024-02-04T17:18:24.121Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1462 | 2024-02-04T17:18:24.129Z | Downloaded hubpack v0.1.2 |
| 1463 | 2024-02-04T17:18:24.129Z | Downloaded http-range v0.1.5 |
| 1464 | 2024-02-04T17:18:24.129Z | Downloaded console v0.15.8 |
| 1465 | 2024-02-04T17:18:24.139Z | Downloaded mockall v0.12.0 |
| 1466 | 2024-02-04T17:18:24.139Z | Downloaded indicatif v0.17.7 |
| 1467 | 2024-02-04T17:18:24.142Z | Downloaded num-traits v0.2.16 |
| 1468 | 2024-02-04T17:18:24.145Z | Downloaded num-rational v0.4.1 |
| 1469 | 2024-02-04T17:18:24.148Z | Downloaded lalrpop-util v0.19.12 |
| 1470 | 2024-02-04T17:18:24.151Z | Downloaded humantime v2.1.0 |
| 1471 | 2024-02-04T17:18:24.154Z | Downloaded crossbeam-channel v0.5.8 |
| 1472 | 2024-02-04T17:18:24.158Z | Downloaded num-derive v0.4.0 |
| 1473 | 2024-02-04T17:18:24.163Z | Downloaded num-complex v0.4.4 |
| 1474 | 2024-02-04T17:18:24.167Z | Downloaded hyper-tls v0.5.0 |
| 1475 | 2024-02-04T17:18:24.170Z | Downloaded hyper-rustls v0.24.2 |
| 1476 | 2024-02-04T17:18:24.173Z | Downloaded idna v0.5.0 |
| 1477 | 2024-02-04T17:18:24.187Z | Downloaded hyper-util v0.1.2 |
| 1478 | 2024-02-04T17:18:24.190Z | Downloaded iana-time-zone v0.1.57 |
| 1479 | 2024-02-04T17:18:24.193Z | Downloaded crossbeam-epoch v0.9.15 |
| 1480 | 2024-02-04T17:18:24.197Z | Downloaded criterion-plot v0.5.0 |
| 1481 | 2024-02-04T17:18:24.201Z | Downloaded crc-catalog v2.2.0 |
| 1482 | 2024-02-04T17:18:24.204Z | Downloaded crc v3.0.1 |
| 1483 | 2024-02-04T17:18:24.207Z | Downloaded cpufeatures v0.2.12 |
| 1484 | 2024-02-04T17:18:24.210Z | Downloaded colored v2.0.4 |
| 1485 | 2024-02-04T17:18:24.212Z | Downloaded anes v0.1.6 |
| 1486 | 2024-02-04T17:18:24.216Z | Downloaded crossbeam v0.8.2 |
| 1487 | 2024-02-04T17:18:24.952Z | Compiling serde v1.0.195 |
| 1488 | 2024-02-04T17:18:24.952Z | Compiling autocfg v1.1.0 |
| 1489 | 2024-02-04T17:18:24.956Z | Compiling version_check v0.9.4 |
| 1490 | 2024-02-04T17:18:24.956Z | Checking cfg-if v1.0.0 |
| 1491 | 2024-02-04T17:18:24.973Z | Compiling syn v1.0.109 |
| 1492 | 2024-02-04T17:18:24.995Z | Checking libc v0.2.153 |
| 1493 | 2024-02-04T17:18:25.008Z | Compiling syn v2.0.48 |
| 1494 | 2024-02-04T17:18:25.079Z | Compiling parking_lot_core v0.9.8 |
| 1495 | 2024-02-04T17:18:25.111Z | Compiling cc v1.0.83 |
| 1496 | 2024-02-04T17:18:25.741Z | Compiling memchr v2.6.3 |
| 1497 | 2024-02-04T17:18:25.799Z | Compiling once_cell v1.19.0 |
| 1498 | 2024-02-04T17:18:26.149Z | Compiling ahash v0.8.6 |
| 1499 | 2024-02-04T17:18:26.328Z | Compiling lock_api v0.4.10 |
| 1500 | 2024-02-04T17:18:26.404Z | Compiling libm v0.2.7 |
| 1501 | 2024-02-04T17:18:26.742Z | Compiling num-traits v0.2.16 |
| 1502 | 2024-02-04T17:18:26.828Z | Checking getrandom v0.2.10 |
| 1503 | 2024-02-04T17:18:26.897Z | Compiling byteorder v1.5.0 |
| 1504 | 2024-02-04T17:18:27.151Z | Compiling serde_json v1.0.113 |
| 1505 | 2024-02-04T17:18:27.677Z | Compiling log v0.4.20 |
| 1506 | 2024-02-04T17:18:27.696Z | Compiling slab v0.4.9 |
| 1507 | 2024-02-04T17:18:28.371Z | Compiling typenum v1.16.0 |
| 1508 | 2024-02-04T17:18:28.483Z | Checking scopeguard v1.2.0 |
| 1509 | 2024-02-04T17:18:28.738Z | Compiling generic-array v0.14.7 |
| 1510 | 2024-02-04T17:18:28.916Z | Checking itoa v1.0.9 |
| 1511 | 2024-02-04T17:18:29.197Z | Compiling pkg-config v0.3.27 |
| 1512 | 2024-02-04T17:18:29.344Z | Checking smallvec v1.11.2 |
| 1513 | 2024-02-04T17:18:29.874Z | Compiling allocator-api2 v0.2.16 |
| 1514 | 2024-02-04T17:18:30.237Z | Compiling rustix v0.38.30 |
| 1515 | 2024-02-04T17:18:30.306Z | Compiling ring v0.17.7 |
| 1516 | 2024-02-04T17:18:30.340Z | Compiling schemars v0.8.16 |
| 1517 | 2024-02-04T17:18:31.113Z | Compiling httparse v1.8.0 |
| 1518 | 2024-02-04T17:18:31.184Z | Compiling fnv v1.0.7 |
| 1519 | 2024-02-04T17:18:31.350Z | Compiling vcpkg v0.2.15 |
| 1520 | 2024-02-04T17:18:31.464Z | Compiling aho-corasick v1.0.4 |
| 1521 | 2024-02-04T17:18:31.732Z | Compiling regex-syntax v0.8.2 |
| 1522 | 2024-02-04T17:18:31.906Z | Checking parking_lot v0.12.1 |
| 1523 | 2024-02-04T17:18:32.413Z | Checking pin-project-lite v0.2.13 |
| 1524 | 2024-02-04T17:18:32.545Z | Compiling ucd-trie v0.1.6 |
| 1525 | 2024-02-04T17:18:34.862Z | Compiling openssl-sys v0.9.96 |
| 1526 | 2024-02-04T17:18:35.437Z | Compiling crossbeam-utils v0.8.16 |
| 1527 | 2024-02-04T17:18:36.318Z | Compiling ring v0.16.20 |
| 1528 | 2024-02-04T17:18:37.156Z | Compiling serde_derive_internals v0.26.0 |
| 1529 | 2024-02-04T17:18:37.966Z | Compiling regex-automata v0.4.4 |
| 1530 | 2024-02-04T17:18:38.698Z | Checking signal-hook-registry v1.4.1 |
| 1531 | 2024-02-04T17:18:40.553Z | Checking mio v0.8.9 |
| 1532 | 2024-02-04T17:18:41.498Z | Checking rand_core v0.6.4 |
| 1533 | 2024-02-04T17:18:41.738Z | Compiling openssl v0.10.60 |
| 1534 | 2024-02-04T17:18:41.876Z | Compiling iana-time-zone v0.1.57 |
| 1535 | 2024-02-04T17:18:41.916Z | Checking num_cpus v1.16.0 |
| 1536 | 2024-02-04T17:18:42.059Z | Checking futures-core v0.3.30 |
| 1537 | 2024-02-04T17:18:42.329Z | Compiling native-tls v0.2.11 |
| 1538 | 2024-02-04T17:18:42.348Z | Compiling rustls v0.21.9 |
| 1539 | 2024-02-04T17:18:42.539Z | Checking socket2 v0.5.5 |
| 1540 | 2024-02-04T17:18:42.542Z | Compiling spin v0.5.2 |
| 1541 | 2024-02-04T17:18:42.852Z | Compiling dyn-clone v1.0.13 |
| 1542 | 2024-02-04T17:18:42.868Z | Checking ryu v1.0.15 |
| 1543 | 2024-02-04T17:18:42.892Z | Compiling memoffset v0.9.0 |
| 1544 | 2024-02-04T17:18:43.136Z | Compiling async-trait v0.1.77 |
| 1545 | 2024-02-04T17:18:43.307Z | Compiling slog v2.7.0 |
| 1546 | 2024-02-04T17:18:43.534Z | Compiling crossbeam-epoch v0.9.15 |
| 1547 | 2024-02-04T17:18:44.135Z | Compiling backtrace v0.3.69 |
| 1548 | 2024-02-04T17:18:44.536Z | Compiling errno v0.3.8 |
| 1549 | 2024-02-04T17:18:44.763Z | Compiling regex v1.10.3 |
| 1550 | 2024-02-04T17:18:44.832Z | Compiling futures-sink v0.3.30 |
| 1551 | 2024-02-04T17:18:44.879Z | Compiling tinyvec_macros v0.1.1 |
| 1552 | 2024-02-04T17:18:44.993Z | Compiling either v1.9.0 |
| 1553 | 2024-02-04T17:18:45.036Z | Compiling unicode-xid v0.2.4 |
| 1554 | 2024-02-04T17:18:45.461Z | Compiling crc32fast v1.3.2 |
| 1555 | 2024-02-04T17:18:45.502Z | Compiling futures-channel v0.3.30 |
| 1556 | 2024-02-04T17:18:45.549Z | Compiling tinyvec v1.6.0 |
| 1557 | 2024-02-04T17:18:46.266Z | Compiling unicode-width v0.1.11 |
| 1558 | 2024-02-04T17:18:46.299Z | Compiling futures-task v0.3.30 |
| 1559 | 2024-02-04T17:18:46.499Z | Compiling anyhow v1.0.75 |
| 1560 | 2024-02-04T17:18:46.525Z | Compiling futures-io v0.3.30 |
| 1561 | 2024-02-04T17:18:46.744Z | Compiling pin-utils v0.1.0 |
| 1562 | 2024-02-04T17:18:46.877Z | Compiling spin v0.9.8 |
| 1563 | 2024-02-04T17:18:46.951Z | Compiling tracing-core v0.1.31 |
| 1564 | 2024-02-04T17:18:47.070Z | Compiling unicode-bidi v0.3.13 |
| 1565 | 2024-02-04T17:18:48.130Z | Compiling unicode-normalization v0.1.22 |
| 1566 | 2024-02-04T17:18:48.371Z | Compiling num-integer v0.1.45 |
| 1567 | 2024-02-04T17:18:48.808Z | Checking subtle v2.5.0 |
| 1568 | 2024-02-04T17:18:49.131Z | Compiling serde_derive v1.0.195 |
| 1569 | 2024-02-04T17:18:49.176Z | Compiling zerocopy-derive v0.7.32 |
| 1570 | 2024-02-04T17:18:49.399Z | Compiling thiserror-impl v1.0.56 |
| 1571 | 2024-02-04T17:18:49.656Z | Compiling zeroize_derive v1.4.2 |
| 1572 | 2024-02-04T17:18:49.752Z | Compiling tokio-macros v2.2.0 |
| 1573 | 2024-02-04T17:18:49.890Z | Compiling futures-macro v0.3.30 |
| 1574 | 2024-02-04T17:18:49.919Z | Compiling tracing-attributes v0.1.26 |
| 1575 | 2024-02-04T17:18:52.276Z | Compiling schemars_derive v0.8.16 |
| 1576 | 2024-02-04T17:18:52.499Z | Compiling openssl-macros v0.1.1 |
| 1577 | 2024-02-04T17:18:53.118Z | Compiling zerocopy v0.7.32 |
| 1578 | 2024-02-04T17:18:53.372Z | Checking zeroize v1.7.0 |
| 1579 | 2024-02-04T17:18:54.564Z | Compiling futures-util v0.3.30 |
| 1580 | 2024-02-04T17:18:55.004Z | Compiling thiserror v1.0.56 |
| 1581 | 2024-02-04T17:18:55.181Z | Compiling pest v2.7.6 |
| 1582 | 2024-02-04T17:18:56.398Z | Compiling tracing v0.1.37 |
| 1583 | 2024-02-04T17:18:56.824Z | Compiling hashbrown v0.14.2 |
| 1584 | 2024-02-04T17:18:56.888Z | Compiling hashbrown v0.13.2 |
| 1585 | 2024-02-04T17:18:57.135Z | Compiling der_derive v0.7.2 |
| 1586 | 2024-02-04T17:18:58.790Z | Compiling lazy_static v1.4.0 |
| 1587 | 2024-02-04T17:18:59.205Z | Compiling pest_meta v2.7.6 |
| 1588 | 2024-02-04T17:19:00.047Z | Compiling time-core v0.1.1 |
| 1589 | 2024-02-04T17:19:00.291Z | Compiling percent-encoding v2.3.1 |
| 1590 | 2024-02-04T17:19:00.803Z | Compiling foreign-types-shared v0.1.1 |
| 1591 | 2024-02-04T17:19:00.872Z | Compiling rustversion v1.0.14 |
| 1592 | 2024-02-04T17:19:01.036Z | Compiling untrusted v0.9.0 |
| 1593 | 2024-02-04T17:19:01.193Z | Compiling untrusted v0.7.1 |
| 1594 | 2024-02-04T17:19:01.451Z | Compiling pest_generator v2.7.6 |
| 1595 | 2024-02-04T17:19:03.175Z | Compiling foreign-types v0.3.2 |
| 1596 | 2024-02-04T17:19:03.333Z | Compiling time-macros v0.2.13 |
| 1597 | 2024-02-04T17:19:04.844Z | Compiling scroll_derive v0.12.0 |
| 1598 | 2024-02-04T17:19:06.968Z | Compiling synstructure v0.12.6 |
| 1599 | 2024-02-04T17:19:07.682Z | Compiling thread-id v4.2.0 |
| 1600 | 2024-02-04T17:19:07.829Z | Compiling base64 v0.21.7 |
| 1601 | 2024-02-04T17:19:08.003Z | Compiling pest_derive v2.7.6 |
| 1602 | 2024-02-04T17:19:08.532Z | Compiling try-lock v0.2.4 |
| 1603 | 2024-02-04T17:19:08.734Z | Compiling want v0.3.1 |
| 1604 | 2024-02-04T17:19:08.950Z | Compiling rustls-webpki v0.101.7 |
| 1605 | 2024-02-04T17:19:09.095Z | Compiling sct v0.7.0 |
| 1606 | 2024-02-04T17:19:09.281Z | Compiling form_urlencoded v1.2.1 |
| 1607 | 2024-02-04T17:19:09.726Z | Compiling socket2 v0.4.9 |
| 1608 | 2024-02-04T17:19:09.746Z | Compiling httpdate v1.0.3 |
| 1609 | 2024-02-04T17:19:10.006Z | Compiling zerocopy-derive v0.2.0 |
| 1610 | 2024-02-04T17:19:10.434Z | Compiling openssl-probe v0.1.5 |
| 1611 | 2024-02-04T17:19:10.622Z | Compiling const-oid v0.9.5 |
| 1612 | 2024-02-04T17:19:11.605Z | Compiling tower-service v0.3.2 |
| 1613 | 2024-02-04T17:19:11.766Z | Compiling idna v0.5.0 |
| 1614 | 2024-02-04T17:19:12.346Z | Checking bytes v1.5.0 |
| 1615 | 2024-02-04T17:19:13.581Z | Checking tokio v1.36.0 |
| 1616 | 2024-02-04T17:19:13.795Z | Checking bitflags v2.4.0 |
| 1617 | 2024-02-04T17:19:13.881Z | Compiling adler v1.0.2 |
| 1618 | 2024-02-04T17:19:14.204Z | Compiling miniz_oxide v0.7.1 |
| 1619 | 2024-02-04T17:19:14.225Z | Compiling url v2.5.0 |
| 1620 | 2024-02-04T17:19:14.486Z | Compiling ipnet v2.9.0 |
| 1621 | 2024-02-04T17:19:15.464Z | Compiling indexmap v2.2.2 |
| 1622 | 2024-02-04T17:19:16.742Z | Compiling chrono v0.4.31 |
| 1623 | 2024-02-04T17:19:17.190Z | Compiling uuid v1.7.0 |
| 1624 | 2024-02-04T17:19:17.332Z | Compiling semver v1.0.21 |
| 1625 | 2024-02-04T17:19:17.810Z | Compiling http v0.2.11 |
| 1626 | 2024-02-04T17:19:18.543Z | Compiling toml_datetime v0.6.5 |
| 1627 | 2024-02-04T17:19:19.255Z | Compiling serde_spanned v0.6.5 |
| 1628 | 2024-02-04T17:19:19.595Z | Compiling openapiv3 v2.0.0 |
| 1629 | 2024-02-04T17:19:19.818Z | Compiling rustc_version v0.4.0 |
| 1630 | 2024-02-04T17:19:20.177Z | Compiling toml_edit v0.19.15 |
| 1631 | 2024-02-04T17:19:23.217Z | Compiling http-body v0.4.5 |
| 1632 | 2024-02-04T17:19:24.597Z | Compiling signal-hook v0.3.17 |
| 1633 | 2024-02-04T17:19:25.016Z | Compiling serde_urlencoded v0.7.1 |
| 1634 | 2024-02-04T17:19:25.822Z | Compiling rustls-pemfile v1.0.3 |
| 1635 | 2024-02-04T17:19:26.389Z | Compiling crypto-common v0.1.6 |
| 1636 | 2024-02-04T17:19:26.568Z | Compiling clap_derive v4.4.2 |
| 1637 | 2024-02-04T17:19:26.676Z | Compiling zerocopy-derive v0.6.4 |
| 1638 | 2024-02-04T17:19:26.884Z | Compiling usdt-impl v0.3.5 |
| 1639 | 2024-02-04T17:19:27.378Z | Compiling encoding_rs v0.8.33 |
| 1640 | 2024-02-04T17:19:27.600Z | Compiling siphasher v0.3.11 |
| 1641 | 2024-02-04T17:19:27.810Z | Compiling mime v0.3.17 |
| 1642 | 2024-02-04T17:19:28.223Z | Compiling webpki-roots v0.25.2 |
| 1643 | 2024-02-04T17:19:28.494Z | Compiling gimli v0.28.0 |
| 1644 | 2024-02-04T17:19:28.965Z | Compiling zerocopy v0.3.0 |
| 1645 | 2024-02-04T17:19:30.199Z | Compiling strum_macros v0.25.2 |
| 1646 | 2024-02-04T17:19:30.336Z | Compiling scroll v0.12.0 |
| 1647 | 2024-02-04T17:19:31.294Z | Compiling tokio-util v0.7.10 |
| 1648 | 2024-02-04T17:19:33.390Z | Compiling h2 v0.3.24 |
| 1649 | 2024-02-04T17:19:34.627Z | Compiling tokio-native-tls v0.3.1 |
| 1650 | 2024-02-04T17:19:35.034Z | Compiling tokio-rustls v0.24.1 |
| 1651 | 2024-02-04T17:19:35.216Z | Compiling block-buffer v0.10.4 |
| 1652 | 2024-02-04T17:19:35.451Z | Compiling addr2line v0.21.0 |
| 1653 | 2024-02-04T17:19:35.620Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1654 | 2024-02-04T17:19:36.118Z | Compiling object v0.32.1 |
| 1655 | 2024-02-04T17:19:36.299Z | Compiling num-iter v0.1.43 |
| 1656 | 2024-02-04T17:19:36.474Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2024-02-04T17:19:36.741Z | Checking equivalent v1.0.1 |
| 1658 | 2024-02-04T17:19:36.887Z | Compiling plain v0.2.3 |
| 1659 | 2024-02-04T17:19:36.987Z | Compiling rustc-demangle v0.1.23 |
| 1660 | 2024-02-04T17:19:37.131Z | Compiling goblin v0.8.0 |
| 1661 | 2024-02-04T17:19:39.981Z | Compiling flate2 v1.0.28 |
| 1662 | 2024-02-04T17:19:40.000Z | Compiling digest v0.10.7 |
| 1663 | 2024-02-04T17:19:40.410Z | Compiling dof v0.1.5 |
| 1664 | 2024-02-04T17:19:40.577Z | Compiling heapless v0.7.16 |
| 1665 | 2024-02-04T17:19:40.724Z | Compiling dtrace-parser v0.1.14 |
| 1666 | 2024-02-04T17:19:41.186Z | Compiling futures-executor v0.3.30 |
| 1667 | 2024-02-04T17:19:42.094Z | Compiling pretty-hex v0.4.1 |
| 1668 | 2024-02-04T17:19:42.137Z | Compiling ppv-lite86 v0.2.17 |
| 1669 | 2024-02-04T17:19:43.333Z | Compiling futures v0.3.30 |
| 1670 | 2024-02-04T17:19:43.355Z | Compiling rand_chacha v0.3.1 |
| 1671 | 2024-02-04T17:19:43.486Z | Compiling toml v0.7.8 |
| 1672 | 2024-02-04T17:19:43.507Z | Compiling toml_edit v0.21.1 |
| 1673 | 2024-02-04T17:19:44.199Z | Compiling serde_tokenstream v0.1.7 |
| 1674 | 2024-02-04T17:19:45.002Z | Compiling hyper v0.14.27 |
| 1675 | 2024-02-04T17:19:45.291Z | Compiling hex v0.4.3 |
| 1676 | 2024-02-04T17:19:46.420Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2024-02-04T17:19:47.274Z | Compiling dof v0.3.0 |
| 1678 | 2024-02-04T17:19:49.371Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1679 | 2024-02-04T17:19:49.790Z | Compiling bit-vec v0.6.3 |
| 1680 | 2024-02-04T17:19:51.062Z | Compiling rand v0.8.5 |
| 1681 | 2024-02-04T17:19:51.081Z | Compiling phf_shared v0.10.0 |
| 1682 | 2024-02-04T17:19:51.685Z | Compiling num-bigint v0.4.4 |
| 1683 | 2024-02-04T17:19:52.273Z | Compiling smoltcp v0.9.1 |
| 1684 | 2024-02-04T17:19:52.700Z | Compiling new_debug_unreachable v1.0.4 |
| 1685 | 2024-02-04T17:19:52.826Z | Compiling minimal-lexical v0.2.1 |
| 1686 | 2024-02-04T17:19:52.965Z | Compiling precomputed-hash v0.1.1 |
| 1687 | 2024-02-04T17:19:53.116Z | Compiling fixedbitset v0.4.2 |
| 1688 | 2024-02-04T17:19:53.412Z | Compiling base64ct v1.6.0 |
| 1689 | 2024-02-04T17:19:53.614Z | Compiling petgraph v0.6.4 |
| 1690 | 2024-02-04T17:19:53.672Z | Compiling nom v7.1.3 |
| 1691 | 2024-02-04T17:19:53.883Z | Compiling string_cache v0.8.7 |
| 1692 | 2024-02-04T17:19:54.381Z | Compiling pem-rfc7468 v0.7.0 |
| 1693 | 2024-02-04T17:19:54.646Z | Compiling bit-set v0.5.3 |
| 1694 | 2024-02-04T17:19:54.679Z | Compiling usdt-attr-macro v0.3.5 |
| 1695 | 2024-02-04T17:19:55.056Z | Compiling usdt-macro v0.3.5 |
| 1696 | 2024-02-04T17:19:55.126Z | Compiling hmac v0.12.1 |
| 1697 | 2024-02-04T17:19:55.590Z | Compiling enum-as-inner v0.5.1 |
| 1698 | 2024-02-04T17:19:56.261Z | Compiling hyper-rustls v0.24.2 |
| 1699 | 2024-02-04T17:19:56.621Z | Compiling hyper-tls v0.5.0 |
| 1700 | 2024-02-04T17:19:56.773Z | Compiling hubpack_derive v0.1.1 |
| 1701 | 2024-02-04T17:19:57.116Z | Compiling reqwest v0.11.22 |
| 1702 | 2024-02-04T17:19:57.150Z | Compiling itertools v0.10.5 |
| 1703 | 2024-02-04T17:19:57.215Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1704 | 2024-02-04T17:19:57.733Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2024-02-04T17:19:58.255Z | Compiling flagset v0.4.3 |
| 1706 | 2024-02-04T17:19:58.637Z | Compiling unicode-segmentation v1.10.1 |
| 1707 | 2024-02-04T17:19:58.943Z | Compiling der v0.7.8 |
| 1708 | 2024-02-04T17:19:59.600Z | Compiling diesel_derives v2.1.2 |
| 1709 | 2024-02-04T17:20:00.046Z | Compiling cpufeatures v0.2.12 |
| 1710 | 2024-02-04T17:20:00.137Z | Compiling rustix v0.37.23 |
| 1711 | 2024-02-04T17:20:00.181Z | Compiling sha2 v0.10.8 |
| 1712 | 2024-02-04T17:20:01.542Z | Compiling md-5 v0.10.5 |
| 1713 | 2024-02-04T17:20:02.087Z | Compiling stringprep v0.1.3 |
| 1714 | 2024-02-04T17:20:02.450Z | Compiling spki v0.7.2 |
| 1715 | 2024-02-04T17:20:03.035Z | Compiling serde_repr v0.1.16 |
| 1716 | 2024-02-04T17:20:03.178Z | Compiling hash32 v0.2.1 |
| 1717 | 2024-02-04T17:20:03.232Z | Compiling stable_deref_trait v1.2.0 |
| 1718 | 2024-02-04T17:20:03.419Z | Compiling fallible-iterator v0.2.0 |
| 1719 | 2024-02-04T17:20:03.814Z | Checking unicode-ident v1.0.12 |
| 1720 | 2024-02-04T17:20:04.332Z | Compiling pkcs8 v0.10.2 |
| 1721 | 2024-02-04T17:20:04.479Z | Compiling postgres-protocol v0.6.6 |
| 1722 | 2024-02-04T17:20:04.919Z | Compiling terminal_size v0.2.6 |
| 1723 | 2024-02-04T17:20:05.174Z | Compiling phf_shared v0.11.2 |
| 1724 | 2024-02-04T17:20:05.746Z | Compiling ff v0.13.0 |
| 1725 | 2024-02-04T17:20:05.894Z | Compiling block-padding v0.3.3 |
| 1726 | 2024-02-04T17:20:06.083Z | Compiling scheduled-thread-pool v0.2.7 |
| 1727 | 2024-02-04T17:20:06.270Z | Compiling regex-automata v0.1.10 |
| 1728 | 2024-02-04T17:20:06.613Z | Compiling base16ct v0.2.0 |
| 1729 | 2024-02-04T17:20:06.640Z | Compiling matches v0.1.10 |
| 1730 | 2024-02-04T17:20:06.763Z | Compiling num_threads v0.1.6 |
| 1731 | 2024-02-04T17:20:06.821Z | Compiling managed v0.8.0 |
| 1732 | 2024-02-04T17:20:06.934Z | Compiling deranged v0.3.8 |
| 1733 | 2024-02-04T17:20:07.058Z | Compiling bstr v0.2.17 |
| 1734 | 2024-02-04T17:20:07.082Z | Compiling sec1 v0.7.3 |
| 1735 | 2024-02-04T17:20:07.300Z | Compiling idna v0.2.3 |
| 1736 | 2024-02-04T17:20:07.529Z | Compiling r2d2 v0.8.10 |
| 1737 | 2024-02-04T17:20:07.939Z | Compiling clap_builder v4.4.2 |
| 1738 | 2024-02-04T17:20:08.083Z | Compiling inout v0.1.3 |
| 1739 | 2024-02-04T17:20:08.559Z | Compiling group v0.13.0 |
| 1740 | 2024-02-04T17:20:09.012Z | Compiling signal-hook-mio v0.2.3 |
| 1741 | 2024-02-04T17:20:09.230Z | Compiling postgres-types v0.2.6 |
| 1742 | 2024-02-04T17:20:09.494Z | Compiling phf v0.11.2 |
| 1743 | 2024-02-04T17:20:09.953Z | Compiling time v0.3.27 |
| 1744 | 2024-02-04T17:20:09.956Z | Compiling bzip2 v0.4.4 |
| 1745 | 2024-02-04T17:20:10.565Z | Compiling hubpack v0.1.2 |
| 1746 | 2024-02-04T17:20:11.103Z | Compiling hkdf v0.12.4 |
| 1747 | 2024-02-04T17:20:11.481Z | Compiling zerocopy v0.6.4 |
| 1748 | 2024-02-04T17:20:11.731Z | Compiling ipnetwork v0.20.0 |
| 1749 | 2024-02-04T17:20:11.785Z | Compiling crypto-bigint v0.5.2 |
| 1750 | 2024-02-04T17:20:12.802Z | Compiling float-cmp v0.9.0 |
| 1751 | 2024-02-04T17:20:13.124Z | Compiling regex-automata v0.3.8 |
| 1752 | 2024-02-04T17:20:13.168Z | Compiling static_assertions v1.1.0 |
| 1753 | 2024-02-04T17:20:13.545Z | Checking bitflags v1.3.2 |
| 1754 | 2024-02-04T17:20:13.672Z | Compiling whoami v1.4.1 |
| 1755 | 2024-02-04T17:20:14.646Z | Compiling data-encoding v2.4.0 |
| 1756 | 2024-02-04T17:20:17.120Z | Compiling predicates-core v1.0.6 |
| 1757 | 2024-02-04T17:20:17.625Z | Compiling normalize-line-endings v0.3.0 |
| 1758 | 2024-02-04T17:20:17.668Z | Compiling difflib v0.4.0 |
| 1759 | 2024-02-04T17:20:17.791Z | Compiling bstr v1.6.0 |
| 1760 | 2024-02-04T17:20:18.571Z | Compiling predicates v3.1.0 |
| 1761 | 2024-02-04T17:20:18.827Z | Compiling trust-dns-proto v0.22.0 |
| 1762 | 2024-02-04T17:20:20.339Z | Compiling elliptic-curve v0.13.8 |
| 1763 | 2024-02-04T17:20:20.372Z | Compiling yasna v0.5.2 |
| 1764 | 2024-02-04T17:20:21.396Z | Compiling tokio-postgres v0.7.10 |
| 1765 | 2024-02-04T17:20:21.571Z | Compiling clap v4.4.3 |
| 1766 | 2024-02-04T17:20:21.721Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1767 | 2024-02-04T17:20:21.724Z | Compiling zip v0.6.6 |
| 1768 | 2024-02-04T17:20:23.642Z | Compiling crossterm v0.27.0 |
| 1769 | 2024-02-04T17:20:24.064Z | Compiling similar v2.3.0 |
| 1770 | 2024-02-04T17:20:24.285Z | Compiling cipher v0.4.4 |
| 1771 | 2024-02-04T17:20:25.363Z | Checking proc-macro2 v1.0.78 |
| 1772 | 2024-02-04T17:20:26.526Z | Compiling diesel v2.1.4 |
| 1773 | 2024-02-04T17:20:26.689Z | Compiling usdt v0.3.5 |
| 1774 | 2024-02-04T17:20:27.092Z | Compiling tokio-stream v0.1.14 |
| 1775 | 2024-02-04T17:20:27.595Z | Compiling console v0.15.8 |
| 1776 | 2024-02-04T17:20:28.824Z | Checking quote v1.0.35 |
| 1777 | 2024-02-04T17:20:34.144Z | Checking utf8parse v0.2.1 |
| 1778 | 2024-02-04T17:20:36.738Z | Checking anstyle v1.0.2 |
| 1779 | 2024-02-04T17:20:38.344Z | Compiling serde_tokenstream v0.2.0 |
| 1780 | 2024-02-04T17:20:39.125Z | Checking io-lifetimes v1.0.11 |
| 1781 | 2024-02-04T17:20:45.376Z | Checking anstyle-parse v0.2.1 |
| 1782 | 2024-02-04T17:20:46.212Z | Checking anstyle-query v1.0.0 |
| 1783 | 2024-02-04T17:20:46.342Z | Checking colorchoice v1.0.0 |
| 1784 | 2024-02-04T17:20:46.508Z | Checking anstream v0.5.0 |
| 1785 | 2024-02-04T17:20:46.780Z | Checking clap_lex v0.5.1 |
| 1786 | 2024-02-04T17:20:46.928Z | Checking strsim v0.10.0 |
| 1787 | 2024-02-04T17:20:47.892Z | Checking winnow v0.5.15 |
| 1788 | 2024-02-04T17:20:55.800Z | Compiling regress v0.7.1 |
| 1789 | 2024-02-04T17:21:01.499Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1790 | 2024-02-04T17:21:11.910Z | Compiling getopts v0.2.21 |
| 1791 | 2024-02-04T17:21:12.447Z | Compiling unsafe-libyaml v0.2.10 |
| 1792 | 2024-02-04T17:21:13.027Z | Checking heck v0.4.1 |
| 1793 | 2024-02-04T17:21:14.144Z | Checking camino v1.1.6 |
| 1794 | 2024-02-04T17:21:15.032Z | Compiling serde_yaml v0.9.25 |
| 1795 | 2024-02-04T17:21:15.448Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1796 | 2024-02-04T17:21:15.688Z | Compiling ident_case v1.0.1 |
| 1797 | 2024-02-04T17:21:15.879Z | Checking match_cfg v0.1.0 |
| 1798 | 2024-02-04T17:21:15.915Z | Checking rustls-pki-types v1.1.0 |
| 1799 | 2024-02-04T17:21:15.942Z | Checking fastrand v2.0.0 |
| 1800 | 2024-02-04T17:21:15.994Z | Checking hostname v0.3.1 |
| 1801 | 2024-02-04T17:21:16.164Z | Checking http v1.0.0 |
| 1802 | 2024-02-04T17:21:16.424Z | Checking tempfile v3.9.0 |
| 1803 | 2024-02-04T17:21:16.478Z | Checking atty v0.2.14 |
| 1804 | 2024-02-04T17:21:16.637Z | Checking quick-error v1.2.3 |
| 1805 | 2024-02-04T17:21:16.822Z | Compiling paste v1.0.14 |
| 1806 | 2024-02-04T17:21:16.956Z | Checking crossbeam-channel v0.5.8 |
| 1807 | 2024-02-04T17:21:17.648Z | Checking sha1 v0.10.6 |
| 1808 | 2024-02-04T17:21:18.060Z | Checking dirs-sys-next v0.1.2 |
| 1809 | 2024-02-04T17:21:18.134Z | Compiling rustls v0.22.2 |
| 1810 | 2024-02-04T17:21:18.304Z | Checking dirs-next v2.0.0 |
| 1811 | 2024-02-04T17:21:18.491Z | Checking rustls-webpki v0.102.1 |
| 1812 | 2024-02-04T17:21:18.583Z | Checking thread_local v1.1.7 |
| 1813 | 2024-02-04T17:21:19.001Z | Checking instant v0.1.12 |
| 1814 | 2024-02-04T17:21:19.152Z | Compiling slog-async v2.8.0 |
| 1815 | 2024-02-04T17:21:19.994Z | Checking term v0.7.0 |
| 1816 | 2024-02-04T17:21:20.320Z | Checking rustls-pemfile v2.0.0 |
| 1817 | 2024-02-04T17:21:20.641Z | Compiling multer v3.0.0 |
| 1818 | 2024-02-04T17:21:20.645Z | Checking take_mut v0.2.2 |
| 1819 | 2024-02-04T17:21:20.844Z | Checking debug-ignore v1.0.5 |
| 1820 | 2024-02-04T17:21:21.163Z | Checking slog-term v2.9.0 |
| 1821 | 2024-02-04T17:21:21.487Z | Compiling darling_core v0.20.3 |
| 1822 | 2024-02-04T17:21:21.909Z | Checking slog-json v2.6.1 |
| 1823 | 2024-02-04T17:21:21.952Z | Compiling async-stream-impl v0.3.5 |
| 1824 | 2024-02-04T17:21:22.058Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1825 | 2024-02-04T17:21:22.284Z | Checking atomic-waker v1.1.1 |
| 1826 | 2024-02-04T17:21:22.459Z | Checking waitgroup v0.1.2 |
| 1827 | 2024-02-04T17:21:22.585Z | Checking slog-bunyan v2.5.0 |
| 1828 | 2024-02-04T17:21:22.820Z | Checking toml v0.8.9 |
| 1829 | 2024-02-04T17:21:23.247Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1830 | 2024-02-04T17:21:24.062Z | Checking serde_path_to_error v0.1.15 |
| 1831 | 2024-02-04T17:21:24.244Z | Checking async-stream v0.3.5 |
| 1832 | 2024-02-04T17:21:24.516Z | Checking strum v0.25.0 |
| 1833 | 2024-02-04T17:21:24.724Z | Checking wait-timeout v0.2.0 |
| 1834 | 2024-02-04T17:21:24.968Z | Compiling structmeta-derive v0.3.0 |
| 1835 | 2024-02-04T17:21:25.091Z | Checking rusty-fork v0.3.0 |
| 1836 | 2024-02-04T17:21:25.520Z | Compiling structmeta-derive v0.2.0 |
| 1837 | 2024-02-04T17:21:25.647Z | Checking tokio-rustls v0.25.0 |
| 1838 | 2024-02-04T17:21:26.191Z | Checking rand_xorshift v0.3.0 |
| 1839 | 2024-02-04T17:21:26.444Z | Checking unarray v0.1.4 |
| 1840 | 2024-02-04T17:21:26.649Z | Checking proptest v1.4.0 |
| 1841 | 2024-02-04T17:21:30.065Z | Compiling structmeta v0.3.0 |
| 1842 | 2024-02-04T17:21:30.549Z | Compiling structmeta v0.2.0 |
| 1843 | 2024-02-04T17:21:30.729Z | Compiling parse-display-derive v0.9.0 |
| 1844 | 2024-02-04T17:21:31.213Z | Checking backoff v0.4.0 |
| 1845 | 2024-02-04T17:21:31.644Z | Compiling test-strategy v0.3.1 |
| 1846 | 2024-02-04T17:21:31.764Z | Compiling darling_macro v0.20.3 |
| 1847 | 2024-02-04T17:21:32.528Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1848 | 2024-02-04T17:21:32.890Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1849 | 2024-02-04T17:21:33.123Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1850 | 2024-02-04T17:21:33.411Z | Checking macaddr v1.0.1 |
| 1851 | 2024-02-04T17:21:33.433Z | Compiling darling v0.20.3 |
| 1852 | 2024-02-04T17:21:33.541Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1853 | 2024-02-04T17:21:33.586Z | Compiling serde_with_macros v3.6.0 |
| 1854 | 2024-02-04T17:21:33.760Z | Checking camino-tempfile v1.1.1 |
| 1855 | 2024-02-04T17:21:33.895Z | Checking is-terminal v0.4.9 |
| 1856 | 2024-02-04T17:21:34.052Z | Compiling proc-macro-error-attr v1.0.4 |
| 1857 | 2024-02-04T17:21:34.175Z | Compiling proc-macro-error v1.0.4 |
| 1858 | 2024-02-04T17:21:34.743Z | Compiling proc-macro-crate v1.3.1 |
| 1859 | 2024-02-04T17:21:34.806Z | Compiling heapless v0.8.0 |
| 1860 | 2024-02-04T17:21:35.639Z | Checking termtree v0.4.1 |
| 1861 | 2024-02-04T17:21:35.928Z | Checking predicates-tree v1.0.9 |
| 1862 | 2024-02-04T17:21:36.544Z | Compiling num_enum_derive v0.5.11 |
| 1863 | 2024-02-04T17:21:36.580Z | Checking hash32 v0.3.1 |
| 1864 | 2024-02-04T17:21:36.829Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1865 | 2024-02-04T17:21:37.026Z | Compiling smoltcp v0.11.0 |
| 1866 | 2024-02-04T17:21:38.171Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1867 | 2024-02-04T17:21:38.331Z | Compiling crucible-workspace-hack v0.1.0 |
| 1868 | 2024-02-04T17:21:38.568Z | Checking parse-display v0.9.0 |
| 1869 | 2024-02-04T17:21:38.663Z | Checking embedded-io v0.4.0 |
| 1870 | 2024-02-04T17:21:38.750Z | Checking cobs v0.2.3 |
| 1871 | 2024-02-04T17:21:38.806Z | Checking serde_with v3.6.0 |
| 1872 | 2024-02-04T17:21:38.924Z | Compiling foreign-types-macros v0.2.3 |
| 1873 | 2024-02-04T17:21:38.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1874 | 2024-02-04T17:21:39.014Z | Checking postcard v1.0.8 |
| 1875 | 2024-02-04T17:21:39.365Z | Checking foreign-types-shared v0.3.1 |
| 1876 | 2024-02-04T17:21:39.515Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1877 | 2024-02-04T17:21:39.936Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1878 | 2024-02-04T17:21:40.376Z | Compiling usdt-attr-macro v0.5.0 |
| 1879 | 2024-02-04T17:21:40.590Z | Compiling usdt-macro v0.5.0 |
| 1880 | 2024-02-04T17:21:40.973Z | Checking foreign-types v0.5.0 |
| 1881 | 2024-02-04T17:21:41.114Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1882 | 2024-02-04T17:21:41.136Z | Checking num_enum v0.5.11 |
| 1883 | 2024-02-04T17:21:41.154Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1884 | 2024-02-04T17:21:41.333Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1885 | 2024-02-04T17:21:42.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1886 | 2024-02-04T17:21:42.943Z | Checking cstr-argument v0.1.2 |
| 1887 | 2024-02-04T17:21:42.961Z | Checking memmap v0.7.0 |
| 1888 | 2024-02-04T17:21:43.195Z | Checking pretty-hex v0.2.1 |
| 1889 | 2024-02-04T17:21:43.245Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1890 | 2024-02-04T17:21:43.562Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1891 | 2024-02-04T17:21:43.845Z | Checking usdt v0.5.0 |
| 1892 | 2024-02-04T17:21:43.902Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1893 | 2024-02-04T17:21:43.968Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1894 | 2024-02-04T17:21:44.188Z | Checking colored v2.0.4 |
| 1895 | 2024-02-04T17:21:44.207Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1896 | 2024-02-04T17:21:44.407Z | Compiling zone_cfg_derive v0.3.0 |
| 1897 | 2024-02-04T17:21:44.506Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 1898 | 2024-02-04T17:21:44.594Z | Compiling mockall_derive v0.12.0 |
| 1899 | 2024-02-04T17:21:44.706Z | Compiling num-derive v0.4.0 |
| 1900 | 2024-02-04T17:21:45.018Z | Checking fragile v2.0.0 |
| 1901 | 2024-02-04T17:21:45.421Z | Checking downcast v0.11.0 |
| 1902 | 2024-02-04T17:21:45.714Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 1903 | 2024-02-04T17:21:46.050Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1904 | 2024-02-04T17:21:46.054Z | Checking smf v0.2.2 |
| 1905 | 2024-02-04T17:21:46.757Z | Checking xattr v1.0.1 |
| 1906 | 2024-02-04T17:21:46.842Z | Checking zone v0.3.0 |
| 1907 | 2024-02-04T17:21:46.999Z | Checking filetime v0.2.23 |
| 1908 | 2024-02-04T17:21:47.278Z | Checking same-file v1.0.6 |
| 1909 | 2024-02-04T17:21:47.448Z | Checking tar v0.4.40 |
| 1910 | 2024-02-04T17:21:47.496Z | Checking walkdir v2.4.0 |
| 1911 | 2024-02-04T17:21:47.888Z | Compiling rayon-core v1.12.0 |
| 1912 | 2024-02-04T17:21:48.047Z | Checking pem v3.0.2 |
| 1913 | 2024-02-04T17:21:48.318Z | Checking linked-hash-map v0.5.6 |
| 1914 | 2024-02-04T17:21:48.419Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1915 | 2024-02-04T17:21:48.465Z | Checking itertools v0.12.1 |
| 1916 | 2024-02-04T17:21:48.625Z | Checking headers-core v0.2.0 |
| 1917 | 2024-02-04T17:21:48.644Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 1918 | 2024-02-04T17:21:48.813Z | Checking headers v0.3.9 |
| 1919 | 2024-02-04T17:21:48.816Z | Checking swrite v0.1.0 |
| 1920 | 2024-02-04T17:21:48.849Z | Checking lru-cache v0.1.2 |
| 1921 | 2024-02-04T17:21:48.986Z | Checking password-hash v0.5.0 |
| 1922 | 2024-02-04T17:21:49.093Z | Checking blake2 v0.10.6 |
| 1923 | 2024-02-04T17:21:49.335Z | Checking rcgen v0.12.1 |
| 1924 | 2024-02-04T17:21:49.654Z | Checking atomicwrites v0.4.3 |
| 1925 | 2024-02-04T17:21:49.724Z | Checking argon2 v0.5.3 |
| 1926 | 2024-02-04T17:21:49.911Z | Checking subprocess v0.2.9 |
| 1927 | 2024-02-04T17:21:50.343Z | Checking arc-swap v1.6.0 |
| 1928 | 2024-02-04T17:21:50.510Z | Compiling cancel-safe-futures v0.1.5 |
| 1929 | 2024-02-04T17:21:50.690Z | Checking half v2.3.1 |
| 1930 | 2024-02-04T17:21:50.746Z | Checking ciborium-io v0.2.2 |
| 1931 | 2024-02-04T17:21:50.914Z | Checking resolv-conf v0.7.0 |
| 1932 | 2024-02-04T17:21:51.025Z | Checking slog-scope v4.4.0 |
| 1933 | 2024-02-04T17:21:51.315Z | Checking slog-stdlog v4.1.1 |
| 1934 | 2024-02-04T17:21:51.404Z | Checking ciborium-ll v0.2.2 |
| 1935 | 2024-02-04T17:21:51.440Z | Checking trust-dns-resolver v0.22.0 |
| 1936 | 2024-02-04T17:21:51.524Z | Checking slog-envlogger v2.2.0 |
| 1937 | 2024-02-04T17:21:51.709Z | Checking libsw v3.3.1 |
| 1938 | 2024-02-04T17:21:51.842Z | Compiling derive-where v1.2.7 |
| 1939 | 2024-02-04T17:21:51.853Z | Checking ciborium v0.2.2 |
| 1940 | 2024-02-04T17:21:52.081Z | Checking linear-map v1.2.0 |
| 1941 | 2024-02-04T17:21:52.595Z | Checking owo-colors v4.0.0 |
| 1942 | 2024-02-04T17:21:52.806Z | Checking textwrap v0.11.0 |
| 1943 | 2024-02-04T17:21:53.108Z | Compiling heck v0.3.3 |
| 1944 | 2024-02-04T17:21:53.506Z | Compiling blake3 v1.5.0 |
| 1945 | 2024-02-04T17:21:53.757Z | Checking ansi_term v0.12.1 |
| 1946 | 2024-02-04T17:21:53.935Z | Compiling libefi-sys v0.1.0 |
| 1947 | 2024-02-04T17:21:54.236Z | Checking vec_map v0.8.2 |
| 1948 | 2024-02-04T17:21:54.347Z | Checking strsim v0.8.0 |
| 1949 | 2024-02-04T17:21:54.616Z | Checking clap v2.34.0 |
| 1950 | 2024-02-04T17:21:54.638Z | Compiling structopt-derive v0.4.18 |
| 1951 | 2024-02-04T17:21:54.912Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1952 | 2024-02-04T17:21:54.932Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 1953 | 2024-02-04T17:21:55.465Z | Compiling slog-dtrace v0.3.0 |
| 1954 | 2024-02-04T17:21:56.058Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1955 | 2024-02-04T17:21:56.502Z | Checking termcolor v1.2.0 |
| 1956 | 2024-02-04T17:21:56.535Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1957 | 2024-02-04T17:21:57.124Z | Checking nibble_vec v0.1.0 |
| 1958 | 2024-02-04T17:21:57.393Z | Checking gethostname v0.4.3 |
| 1959 | 2024-02-04T17:21:57.481Z | Compiling radium v0.7.0 |
| 1960 | 2024-02-04T17:21:57.582Z | Checking endian-type v0.1.2 |
| 1961 | 2024-02-04T17:21:57.813Z | Compiling maybe-uninit v2.0.0 |
| 1962 | 2024-02-04T17:21:57.874Z | Checking radix_trie v0.2.1 |
| 1963 | 2024-02-04T17:21:58.169Z | Checking tap v1.0.1 |
| 1964 | 2024-02-04T17:21:58.392Z | Checking mockall v0.12.0 |
| 1965 | 2024-02-04T17:21:58.475Z | Checking wyz v0.5.1 |
| 1966 | 2024-02-04T17:21:58.724Z | Checking fxhash v0.2.1 |
| 1967 | 2024-02-04T17:21:58.752Z | Compiling semver v0.1.20 |
| 1968 | 2024-02-04T17:21:58.969Z | Compiling packed_struct v0.10.1 |
| 1969 | 2024-02-04T17:21:59.055Z | Compiling num-bigint-dig v0.8.4 |
| 1970 | 2024-02-04T17:21:59.127Z | Checking crc-catalog v2.2.0 |
| 1971 | 2024-02-04T17:21:59.173Z | Checking funty v2.0.0 |
| 1972 | 2024-02-04T17:21:59.321Z | Checking crc v3.0.1 |
| 1973 | 2024-02-04T17:21:59.530Z | Compiling rustc_version v0.1.7 |
| 1974 | 2024-02-04T17:21:59.564Z | Checking structopt v0.3.26 |
| 1975 | 2024-02-04T17:21:59.624Z | Compiling packed_struct_codegen v0.10.1 |
| 1976 | 2024-02-04T17:21:59.716Z | Compiling indexmap v1.9.3 |
| 1977 | 2024-02-04T17:21:59.801Z | Checking nodrop v0.1.14 |
| 1978 | 2024-02-04T17:21:59.945Z | Checking array-init v0.0.4 |
| 1979 | 2024-02-04T17:22:00.094Z | Checking smallvec v0.6.14 |
| 1980 | 2024-02-04T17:22:00.269Z | Compiling newtype_derive v0.1.6 |
| 1981 | 2024-02-04T17:22:00.672Z | Checking pkcs1 v0.7.5 |
| 1982 | 2024-02-04T17:22:00.705Z | Checking signature v2.1.0 |
| 1983 | 2024-02-04T17:22:00.893Z | Checking bitvec v1.0.1 |
| 1984 | 2024-02-04T17:22:00.958Z | Compiling crossbeam-deque v0.8.3 |
| 1985 | 2024-02-04T17:22:01.457Z | Checking hashbrown v0.12.3 |
| 1986 | 2024-02-04T17:22:01.948Z | Checking bitfield v0.14.0 |
| 1987 | 2024-02-04T17:22:03.398Z | Checking serde-hex v0.1.0 |
| 1988 | 2024-02-04T17:22:03.427Z | Checking rsa v0.9.2 |
| 1989 | 2024-02-04T17:22:03.726Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1990 | 2024-02-04T17:22:03.761Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1991 | 2024-02-04T17:22:04.176Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1992 | 2024-02-04T17:22:04.367Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1993 | 2024-02-04T17:22:04.506Z | Checking env_logger v0.10.0 |
| 1994 | 2024-02-04T17:22:04.715Z | Checking x509-cert v0.2.4 |
| 1995 | 2024-02-04T17:22:04.817Z | Checking ron v0.8.1 |
| 1996 | 2024-02-04T17:22:05.153Z | Compiling semver-parser v0.10.2 |
| 1997 | 2024-02-04T17:22:06.835Z | Compiling num-rational v0.4.1 |
| 1998 | 2024-02-04T17:22:07.184Z | Checking crc-any v2.4.3 |
| 1999 | 2024-02-04T17:22:07.351Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2000 | 2024-02-04T17:22:07.609Z | Compiling semver v0.11.0 |
| 2001 | 2024-02-04T17:22:07.733Z | Compiling rayon v1.8.0 |
| 2002 | 2024-02-04T17:22:07.892Z | Checking object v0.30.4 |
| 2003 | 2024-02-04T17:22:09.417Z | Compiling memmap2 v0.7.1 |
| 2004 | 2024-02-04T17:22:10.344Z | Compiling constant_time_eq v0.3.0 |
| 2005 | 2024-02-04T17:22:10.477Z | Checking path-slash v0.1.5 |
| 2006 | 2024-02-04T17:22:10.575Z | Compiling home v0.5.5 |
| 2007 | 2024-02-04T17:22:10.593Z | Compiling arrayref v0.3.7 |
| 2008 | 2024-02-04T17:22:10.660Z | Compiling arrayvec v0.7.4 |
| 2009 | 2024-02-04T17:22:10.948Z | Compiling toolchain_find v0.2.0 |
| 2010 | 2024-02-04T17:22:11.735Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2011 | 2024-02-04T17:22:11.876Z | Checking steno v0.4.0 |
| 2012 | 2024-02-04T17:22:11.960Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2013 | 2024-02-04T17:22:12.944Z | Compiling toml v0.5.11 |
| 2014 | 2024-02-04T17:22:13.067Z | Checking num-complex v0.4.4 |
| 2015 | 2024-02-04T17:22:14.224Z | Compiling convert_case v0.4.0 |
| 2016 | 2024-02-04T17:22:15.314Z | Compiling topological-sort v0.2.2 |
| 2017 | 2024-02-04T17:22:15.541Z | Checking num v0.4.1 |
| 2018 | 2024-02-04T17:22:15.651Z | Compiling omicron-zone-package v0.11.0 |
| 2019 | 2024-02-04T17:22:15.698Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2020 | 2024-02-04T17:22:15.759Z | Compiling derive_more v0.99.17 |
| 2021 | 2024-02-04T17:22:17.371Z | Compiling rustfmt-wrapper v0.2.0 |
| 2022 | 2024-02-04T17:22:17.695Z | Checking newline-converter v0.3.0 |
| 2023 | 2024-02-04T17:22:17.993Z | Checking expectorate v1.1.0 |
| 2024 | 2024-02-04T17:22:18.211Z | Checking utf-8 v0.7.6 |
| 2025 | 2024-02-04T17:22:18.376Z | Compiling buf-list v1.0.3 |
| 2026 | 2024-02-04T17:22:18.527Z | Checking tungstenite v0.20.1 |
| 2027 | 2024-02-04T17:22:19.254Z | Checking display-error-chain v0.2.0 |
| 2028 | 2024-02-04T17:22:19.441Z | Compiling parking_lot_core v0.8.6 |
| 2029 | 2024-02-04T17:22:19.843Z | Checking keccak v0.1.4 |
| 2030 | 2024-02-04T17:22:19.974Z | Checking tokio-tungstenite v0.20.1 |
| 2031 | 2024-02-04T17:22:20.308Z | Checking sha3 v0.10.8 |
| 2032 | 2024-02-04T17:22:20.642Z | Checking parking_lot v0.11.2 |
| 2033 | 2024-02-04T17:22:20.685Z | Checking trust-dns-client v0.22.0 |
| 2034 | 2024-02-04T17:22:20.901Z | Checking secrecy v0.8.0 |
| 2035 | 2024-02-04T17:22:21.156Z | Compiling pin-project-internal v1.1.3 |
| 2036 | 2024-02-04T17:22:21.221Z | Compiling doc-comment v0.3.3 |
| 2037 | 2024-02-04T17:22:22.349Z | Checking sled v0.34.7 |
| 2038 | 2024-02-04T17:22:22.760Z | Checking glob v0.3.1 |
| 2039 | 2024-02-04T17:22:23.106Z | Checking trust-dns-server v0.22.1 |
| 2040 | 2024-02-04T17:22:23.198Z | Compiling vte_generate_state_changes v0.1.1 |
| 2041 | 2024-02-04T17:22:24.222Z | Checking vte v0.11.1 |
| 2042 | 2024-02-04T17:22:26.364Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2043 | 2024-02-04T17:22:26.622Z | Checking pin-project v1.1.3 |
| 2044 | 2024-02-04T17:22:26.664Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2045 | 2024-02-04T17:22:26.773Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2046 | 2024-02-04T17:22:26.776Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2047 | 2024-02-04T17:22:26.801Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2048 | 2024-02-04T17:22:27.001Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2049 | 2024-02-04T17:22:27.711Z | Compiling unicase v2.7.0 |
| 2050 | 2024-02-04T17:22:28.158Z | Compiling platforms v3.0.2 |
| 2051 | 2024-02-04T17:22:28.599Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2052 | 2024-02-04T17:22:28.747Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2053 | 2024-02-04T17:22:29.501Z | Checking strip-ansi-escapes v0.2.0 |
| 2054 | 2024-02-04T17:22:29.696Z | Checking fd-lock v3.0.13 |
| 2055 | 2024-02-04T17:22:29.963Z | Compiling snafu-derive v0.7.5 |
| 2056 | 2024-02-04T17:22:30.439Z | Compiling fs-err v2.11.0 |
| 2057 | 2024-02-04T17:22:30.859Z | Checking nu-ansi-term v0.49.0 |
| 2058 | 2024-02-04T17:22:31.322Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2059 | 2024-02-04T17:22:31.511Z | Checking reedline v0.28.0 |
| 2060 | 2024-02-04T17:22:32.662Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2061 | 2024-02-04T17:22:33.599Z | Checking globset v0.4.13 |
| 2062 | 2024-02-04T17:22:33.986Z | Checking olpc-cjson v0.1.3 |
| 2063 | 2024-02-04T17:22:34.290Z | Checking serde_plain v1.0.2 |
| 2064 | 2024-02-04T17:22:34.347Z | Compiling async-recursion v1.0.5 |
| 2065 | 2024-02-04T17:22:34.658Z | Checking typed-path v0.7.0 |
| 2066 | 2024-02-04T17:22:36.051Z | Compiling curve25519-dalek v4.1.1 |
| 2067 | 2024-02-04T17:22:37.396Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2068 | 2024-02-04T17:22:37.704Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2069 | 2024-02-04T17:22:37.768Z | Compiling memoffset v0.7.1 |
| 2070 | 2024-02-04T17:22:38.215Z | Checking parse-size v1.0.0 |
| 2071 | 2024-02-04T17:22:38.701Z | Compiling mime_guess v2.0.4 |
| 2072 | 2024-02-04T17:22:38.884Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2073 | 2024-02-04T17:22:39.215Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2074 | 2024-02-04T17:22:39.645Z | Checking snafu v0.7.5 |
| 2075 | 2024-02-04T17:22:40.367Z | Checking tough v0.16.0 |
| 2076 | 2024-02-04T17:22:41.134Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2077 | 2024-02-04T17:22:41.742Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2078 | 2024-02-04T17:22:42.215Z | Checking universal-hash v0.5.1 |
| 2079 | 2024-02-04T17:22:42.468Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2080 | 2024-02-04T17:22:43.939Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2081 | 2024-02-04T17:22:46.473Z | Checking opaque-debug v0.3.0 |
| 2082 | 2024-02-04T17:22:46.597Z | Checking poly1305 v0.8.0 |
| 2083 | 2024-02-04T17:22:48.129Z | Checking thiserror-no-std v2.0.2 |
| 2084 | 2024-02-04T17:22:48.425Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2085 | 2024-02-04T17:22:48.640Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2086 | 2024-02-04T17:22:48.741Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2087 | 2024-02-04T17:22:48.901Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2088 | 2024-02-04T17:22:50.207Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2089 | 2024-02-04T17:22:50.766Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2090 | 2024-02-04T17:22:51.617Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2091 | 2024-02-04T17:22:52.646Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2092 | 2024-02-04T17:22:53.479Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2093 | 2024-02-04T17:22:53.720Z | Checking chacha20 v0.9.1 |
| 2094 | 2024-02-04T17:22:54.259Z | Checking aead v0.5.2 |
| 2095 | 2024-02-04T17:22:54.568Z | Checking kstat-rs v0.2.3 |
| 2096 | 2024-02-04T17:22:55.076Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2097 | 2024-02-04T17:22:55.516Z | Checking signature v1.6.4 |
| 2098 | 2024-02-04T17:22:55.701Z | Compiling salty v0.2.0 |
| 2099 | 2024-02-04T17:22:57.316Z | Checking ed25519 v1.5.3 |
| 2100 | 2024-02-04T17:22:57.575Z | Checking chacha20poly1305 v0.10.1 |
| 2101 | 2024-02-04T17:22:57.588Z | Checking vsss-rs v3.3.4 |
| 2102 | 2024-02-04T17:22:58.095Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2103 | 2024-02-04T17:22:58.968Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2104 | 2024-02-04T17:22:59.339Z | Checking serde-big-array v0.5.1 |
| 2105 | 2024-02-04T17:22:59.658Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2106 | 2024-02-04T17:23:01.106Z | Checking bytecount v0.6.3 |
| 2107 | 2024-02-04T17:23:01.314Z | Checking papergrid v0.11.0 |
| 2108 | 2024-02-04T17:23:03.784Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2109 | 2024-02-04T17:23:04.273Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2110 | 2024-02-04T17:23:04.666Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2111 | 2024-02-04T17:23:05.040Z | Compiling tabled_derive v0.7.0 |
| 2112 | 2024-02-04T17:23:06.237Z | Checking signal-hook-tokio v0.3.1 |
| 2113 | 2024-02-04T17:23:06.483Z | Checking fd-lock v4.0.2 |
| 2114 | 2024-02-04T17:23:06.676Z | Checking nix v0.27.1 |
| 2115 | 2024-02-04T17:23:06.752Z | Checking serde-big-array v0.4.1 |
| 2116 | 2024-02-04T17:23:06.981Z | Compiling sqlparser_derive v0.2.2 |
| 2117 | 2024-02-04T17:23:07.255Z | Checking unicode_categories v0.1.1 |
| 2118 | 2024-02-04T17:23:07.727Z | Checking humantime v2.1.0 |
| 2119 | 2024-02-04T17:23:08.177Z | Compiling prettyplease v0.2.16 |
| 2120 | 2024-02-04T17:23:08.851Z | Checking sqlparser v0.43.1 |
| 2121 | 2024-02-04T17:23:08.919Z | Checking sqlformat v0.2.3 |
| 2122 | 2024-02-04T17:23:09.234Z | Checking tabled v0.15.0 |
| 2123 | 2024-02-04T17:23:10.729Z | Checking rustyline v13.0.0 |
| 2124 | 2024-02-04T17:23:11.127Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2125 | 2024-02-04T17:23:12.768Z | Checking bcs v0.1.6 |
| 2126 | 2024-02-04T17:23:13.484Z | Checking corncobs v0.1.3 |
| 2127 | 2024-02-04T17:23:13.548Z | Checking highway v1.1.0 |
| 2128 | 2024-02-04T17:23:13.769Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2129 | 2024-02-04T17:23:14.041Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2130 | 2024-02-04T17:23:14.181Z | Compiling crunchy v0.2.2 |
| 2131 | 2024-02-04T17:23:14.430Z | Checking http-range v0.1.5 |
| 2132 | 2024-02-04T17:23:14.673Z | Checking hyper-staticfile v0.9.5 |
| 2133 | 2024-02-04T17:23:15.113Z | Compiling clang-sys v1.6.1 |
| 2134 | 2024-02-04T17:23:15.201Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2135 | 2024-02-04T17:23:15.270Z | Compiling tiny-keccak v2.0.2 |
| 2136 | 2024-02-04T17:23:16.069Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2137 | 2024-02-04T17:23:16.094Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2138 | 2024-02-04T17:23:16.237Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2139 | 2024-02-04T17:23:16.929Z | Compiling darling_core v0.14.4 |
| 2140 | 2024-02-04T17:23:17.669Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2141 | 2024-02-04T17:23:18.240Z | Checking assert_matches v1.5.0 |
| 2142 | 2024-02-04T17:23:18.391Z | Compiling portable-atomic v1.4.3 |
| 2143 | 2024-02-04T17:23:18.857Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2144 | 2024-02-04T17:23:19.942Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2145 | 2024-02-04T17:23:23.016Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2146 | 2024-02-04T17:23:24.133Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2147 | 2024-02-04T17:23:24.454Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2148 | 2024-02-04T17:23:25.373Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2149 | 2024-02-04T17:23:26.277Z | Compiling ascii-canvas v3.0.0 |
| 2150 | 2024-02-04T17:23:26.739Z | Compiling darling_macro v0.14.4 |
| 2151 | 2024-02-04T17:23:27.405Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2152 | 2024-02-04T17:23:28.403Z | Compiling ena v0.14.2 |
| 2153 | 2024-02-04T17:23:28.432Z | Compiling libloading v0.7.4 |
| 2154 | 2024-02-04T17:23:29.045Z | Compiling diff v0.1.13 |
| 2155 | 2024-02-04T17:23:29.051Z | Compiling bindgen v0.69.2 |
| 2156 | 2024-02-04T17:23:29.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2157 | 2024-02-04T17:23:29.334Z | Compiling regex-syntax v0.6.29 |
| 2158 | 2024-02-04T17:23:30.135Z | Compiling darling v0.14.4 |
| 2159 | 2024-02-04T17:23:31.720Z | Compiling cexpr v0.6.0 |
| 2160 | 2024-02-04T17:23:31.991Z | Compiling which v4.4.0 |
| 2161 | 2024-02-04T17:23:32.965Z | Checking number_prefix v0.4.0 |
| 2162 | 2024-02-04T17:23:33.373Z | Checking maplit v1.0.2 |
| 2163 | 2024-02-04T17:23:33.417Z | Compiling shlex v1.3.0 |
| 2164 | 2024-02-04T17:23:33.745Z | Compiling rustc-hash v1.1.0 |
| 2165 | 2024-02-04T17:23:33.953Z | Compiling ref-cast v1.0.20 |
| 2166 | 2024-02-04T17:23:34.087Z | Compiling lazycell v1.3.0 |
| 2167 | 2024-02-04T17:23:34.331Z | Compiling peeking_take_while v0.1.2 |
| 2168 | 2024-02-04T17:23:34.503Z | Checking indicatif v0.17.7 |
| 2169 | 2024-02-04T17:23:34.521Z | Compiling derive_builder_core v0.12.0 |
| 2170 | 2024-02-04T17:23:34.779Z | Compiling lalrpop v0.19.12 |
| 2171 | 2024-02-04T17:23:35.522Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2172 | 2024-02-04T17:23:35.674Z | Compiling ref-cast-impl v1.0.20 |
| 2173 | 2024-02-04T17:23:36.266Z | Compiling libxml v0.3.3 |
| 2174 | 2024-02-04T17:23:36.864Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2175 | 2024-02-04T17:23:37.792Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2176 | 2024-02-04T17:23:38.130Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2177 | 2024-02-04T17:23:38.437Z | Compiling strum_macros v0.24.3 |
| 2178 | 2024-02-04T17:23:38.511Z | Compiling derive_builder_macro v0.12.0 |
| 2179 | 2024-02-04T17:23:39.723Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2180 | 2024-02-04T17:23:39.837Z | Compiling cookie v0.18.0 |
| 2181 | 2024-02-04T17:23:40.173Z | Compiling indoc v1.0.9 |
| 2182 | 2024-02-04T17:23:40.450Z | Checking derive_builder v0.12.0 |
| 2183 | 2024-02-04T17:23:41.816Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2184 | 2024-02-04T17:23:42.237Z | Checking bb8 v0.8.3 |
| 2185 | 2024-02-04T17:23:42.932Z | Checking quick-xml v0.30.0 |
| 2186 | 2024-02-04T17:23:43.446Z | Compiling oso-derive v0.27.0 |
| 2187 | 2024-02-04T17:23:44.564Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2188 | 2024-02-04T17:23:44.829Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2189 | 2024-02-04T17:23:45.134Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2190 | 2024-02-04T17:23:46.609Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2191 | 2024-02-04T17:23:46.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2192 | 2024-02-04T17:23:48.735Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2193 | 2024-02-04T17:23:49.503Z | Checking unicode-linebreak v0.1.5 |
| 2194 | 2024-02-04T17:23:50.177Z | Checking smawk v0.3.1 |
| 2195 | 2024-02-04T17:23:50.478Z | Checking textwrap v0.16.0 |
| 2196 | 2024-02-04T17:23:51.042Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2197 | 2024-02-04T17:23:51.059Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2198 | 2024-02-04T17:23:51.656Z | Checking is_ci v1.1.1 |
| 2199 | 2024-02-04T17:23:51.835Z | Checking supports-color v2.1.0 |
| 2200 | 2024-02-04T17:23:52.118Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2201 | 2024-02-04T17:23:52.294Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 2202 | 2024-02-04T17:23:52.577Z | Checking lru v0.12.1 |
| 2203 | 2024-02-04T17:23:52.709Z | Compiling stability v0.1.1 |
| 2204 | 2024-02-04T17:23:52.981Z | Checking cassowary v0.3.0 |
| 2205 | 2024-02-04T17:23:53.653Z | Compiling indoc v2.0.3 |
| 2206 | 2024-02-04T17:23:54.356Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2207 | 2024-02-04T17:23:55.391Z | Checking ratatui v0.25.0 |
| 2208 | 2024-02-04T17:23:55.495Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2209 | 2024-02-04T17:23:55.966Z | Checking rtoolbox v0.0.1 |
| 2210 | 2024-02-04T17:23:56.260Z | Checking rpassword v7.3.1 |
| 2211 | 2024-02-04T17:23:56.481Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2212 | 2024-02-04T17:23:58.817Z | Checking fatfs v0.3.6 |
| 2213 | 2024-02-04T17:23:59.661Z | Checking tui-tree-widget v0.16.0 |
| 2214 | 2024-02-04T17:24:00.121Z | Checking shell-words v1.1.0 |
| 2215 | 2024-02-04T17:24:00.365Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2216 | 2024-02-04T17:24:00.516Z | Checking yansi v0.5.1 |
| 2217 | 2024-02-04T17:24:01.254Z | Checking pretty_assertions v1.4.0 |
| 2218 | 2024-02-04T17:24:02.115Z | Compiling target-lexicon v0.12.12 |
| 2219 | 2024-02-04T17:24:02.398Z | Checking plotters-backend v0.3.5 |
| 2220 | 2024-02-04T17:24:02.962Z | Compiling guppy-workspace-hack v0.1.0 |
| 2221 | 2024-02-04T17:24:03.400Z | Checking plotters-svg v0.3.5 |
| 2222 | 2024-02-04T17:24:03.915Z | Checking http-body v1.0.0 |
| 2223 | 2024-02-04T17:24:04.021Z | Checking rand v0.4.6 |
| 2224 | 2024-02-04T17:24:04.271Z | Checking cast v0.3.0 |
| 2225 | 2024-02-04T17:24:04.441Z | Checking tower-layer v0.3.2 |
| 2226 | 2024-02-04T17:24:04.744Z | Checking remove_dir_all v0.5.3 |
| 2227 | 2024-02-04T17:24:04.855Z | Compiling target-spec v3.0.1 |
| 2228 | 2024-02-04T17:24:04.882Z | Checking tower v0.4.13 |
| 2229 | 2024-02-04T17:24:05.495Z | Checking tempdir v0.3.7 |
| 2230 | 2024-02-04T17:24:05.702Z | Checking criterion-plot v0.5.0 |
| 2231 | 2024-02-04T17:24:05.731Z | Checking cfg-expr v0.15.5 |
| 2232 | 2024-02-04T17:24:06.107Z | Checking hyper v1.1.0 |
| 2233 | 2024-02-04T17:24:06.480Z | Checking plotters v0.3.5 |
| 2234 | 2024-02-04T17:24:07.155Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2235 | 2024-02-04T17:24:08.195Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2236 | 2024-02-04T17:24:08.519Z | Checking tinytemplate v1.2.1 |
| 2237 | 2024-02-04T17:24:09.095Z | Checking cargo-platform v0.1.3 |
| 2238 | 2024-02-04T17:24:09.519Z | Checking anes v0.1.6 |
| 2239 | 2024-02-04T17:24:09.701Z | Checking oorandom v11.1.3 |
| 2240 | 2024-02-04T17:24:10.071Z | Checking criterion v0.5.1 |
| 2241 | 2024-02-04T17:24:10.405Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2242 | 2024-02-04T17:24:10.576Z | Checking cargo_metadata v0.18.1 |
| 2243 | 2024-02-04T17:24:10.726Z | Checking hyper-util v0.1.2 |
| 2244 | 2024-02-04T17:24:12.175Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2245 | 2024-02-04T17:24:13.011Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2246 | 2024-02-04T17:24:13.605Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2247 | 2024-02-04T17:24:13.860Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2248 | 2024-02-04T17:24:14.752Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2249 | 2024-02-04T17:24:16.615Z | Checking assert_cmd v2.0.13 |
| 2250 | 2024-02-04T17:24:17.283Z | Checking rustls-native-certs v0.7.0 |
| 2251 | 2024-02-04T17:24:17.485Z | Checking pathdiff v0.2.1 |
| 2252 | 2024-02-04T17:24:17.689Z | Checking nested v0.1.1 |
| 2253 | 2024-02-04T17:24:21.060Z | Checking guppy v0.17.4 |
| 2254 | 2024-02-04T17:24:21.163Z | Checking hyper-rustls v0.26.0 |
| 2255 | 2024-02-04T17:24:21.657Z | Checking httptest v0.15.5 |
| 2256 | 2024-02-04T17:24:22.428Z | Checking threadpool v1.8.1 |
| 2257 | 2024-02-04T17:24:22.720Z | Checking nanorand v0.7.0 |
| 2258 | 2024-02-04T17:24:22.791Z | Checking libtest-mimic v0.6.1 |
| 2259 | 2024-02-04T17:24:23.296Z | Checking flume v0.11.0 |
| 2260 | 2024-02-04T17:24:23.468Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2261 | 2024-02-04T17:24:24.041Z | Checking similar-asserts v1.5.0 |
| 2262 | 2024-02-04T17:24:24.367Z | Compiling rstest_macros v0.18.2 |
| 2263 | 2024-02-04T17:24:24.490Z | Compiling crossbeam-queue v0.3.8 |
| 2264 | 2024-02-04T17:24:25.266Z | Checking datatest-stable v0.2.3 |
| 2265 | 2024-02-04T17:24:25.290Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2266 | 2024-02-04T17:24:25.572Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2267 | 2024-02-04T17:24:26.638Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2268 | 2024-02-04T17:24:27.066Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2269 | 2024-02-04T17:24:27.493Z | Compiling trybuild v1.0.89 |
| 2270 | 2024-02-04T17:24:28.048Z | Compiling relative-path v1.9.0 |
| 2271 | 2024-02-04T17:24:28.088Z | Checking constant_time_eq v0.2.6 |
| 2272 | 2024-02-04T17:24:28.273Z | Checking blake2b_simd v1.0.1 |
| 2273 | 2024-02-04T17:24:28.738Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2274 | 2024-02-04T17:24:29.552Z | Checking basic-toml v0.1.8 |
| 2275 | 2024-02-04T17:24:30.917Z | Checking futures-timer v3.0.2 |
| 2276 | 2024-02-04T17:24:33.571Z | Checking rust-argon2 v1.0.1 |
| 2277 | 2024-02-04T17:24:34.171Z | Checking crossbeam v0.8.2 |
| 2278 | 2024-02-04T17:24:36.024Z | Checking partial-io v0.5.4 |
| 2279 | 2024-02-04T17:24:36.580Z | Checking approx v0.5.1 |
| 2280 | 2024-02-04T17:24:36.906Z | Checking termios v0.3.3 |
| 2281 | 2024-02-04T17:24:37.207Z | Checking hex-literal v0.4.1 |
| 2282 | 2024-02-04T17:24:45.015Z | Checking rstest v0.18.2 |
| 2283 | 2024-02-04T17:24:46.092Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2284 | 2024-02-04T17:24:50.089Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2285 | 2024-02-04T17:25:56.056Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2286 | 2024-02-04T17:25:59.852Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2287 | 2024-02-04T17:26:01.131Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2288 | 2024-02-04T17:26:11.902Z | Compiling samael v0.0.14 |
| 2289 | 2024-02-04T17:26:12.435Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2290 | 2024-02-04T17:26:42.393Z | Compiling polar-core v0.27.0 |
| 2291 | 2024-02-04T17:26:53.223Z | Checking oso v0.27.0 |
| 2292 | 2024-02-04T17:27:32.714Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2293 | 2024-02-04T17:29:01.918Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 42s |
| 2294 | 2024-02-04T17:29:02.151Z | |
| 2295 | 2024-02-04T17:29:02.151Z | real 11:44.415787492 |
| 2296 | 2024-02-04T17:29:02.151Z | user 1:04:06.035806093 |
| 2297 | 2024-02-04T17:29:02.159Z | sys 8:17.116367808 |
| 2298 | 2024-02-04T17:29:02.159Z | trap 2.139145177 |
| 2299 | 2024-02-04T17:29:02.159Z | tflt 4.129225426 |
| 2300 | 2024-02-04T17:29:02.159Z | dflt 6.942590064 |
| 2301 | 2024-02-04T17:29:02.159Z | kflt 0.017675453 |
| 2302 | 2024-02-04T17:29:02.159Z | lock 1:41:45.237293283 |
| 2303 | 2024-02-04T17:29:02.159Z | slp 3:11:39.277229056 |
| 2304 | 2024-02-04T17:29:02.159Z | lat 2:11.879459236 |
| 2305 | 2024-02-04T17:29:02.160Z | stop 4:51.498189605 |
| 2306 | 2024-02-04T17:29:03.393Z | warning: output filename collision. |
| 2307 | 2024-02-04T17:29:03.393Z | 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)`. |
| 2308 | 2024-02-04T17:29:03.393Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2309 | 2024-02-04T17:29:03.393Z | The targets should have unique names. |
| 2310 | 2024-02-04T17:29:03.393Z | This is a known bug where multiple crates with the same name use |
| 2311 | 2024-02-04T17:29:03.394Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2312 | 2024-02-04T17:29:03.398Z | warning: output filename collision. |
| 2313 | 2024-02-04T17:29:03.398Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
| 2314 | 2024-02-04T17:29:03.398Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2315 | 2024-02-04T17:29:03.398Z | The targets should have unique names. |
| 2316 | 2024-02-04T17:29:03.398Z | This is a known bug where multiple crates with the same name use |
| 2317 | 2024-02-04T17:29:03.398Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2318 | 2024-02-04T17:29:03.398Z | warning: output filename collision. |
| 2319 | 2024-02-04T17:29:03.398Z | 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)`. |
| 2320 | 2024-02-04T17:29:03.398Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2321 | 2024-02-04T17:29:03.398Z | The targets should have unique names. |
| 2322 | 2024-02-04T17:29:03.398Z | This is a known bug where multiple crates with the same name use |
| 2323 | 2024-02-04T17:29:03.398Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2324 | 2024-02-04T17:29:03.398Z | warning: output filename collision. |
| 2325 | 2024-02-04T17:29:03.398Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2326 | 2024-02-04T17:29:03.398Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
| 2327 | 2024-02-04T17:29:03.399Z | The targets should have unique names. |
| 2328 | 2024-02-04T17:29:03.399Z | This is a known bug where multiple crates with the same name use |
| 2329 | 2024-02-04T17:29:03.399Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2330 | 2024-02-04T17:29:03.399Z | warning: output filename collision. |
| 2331 | 2024-02-04T17:29:03.399Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2332 | 2024-02-04T17:29:03.399Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
| 2333 | 2024-02-04T17:29:03.399Z | The targets should have unique names. |
| 2334 | 2024-02-04T17:29:03.399Z | This is a known bug where multiple crates with the same name use |
| 2335 | 2024-02-04T17:29:03.399Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2336 | 2024-02-04T17:29:03.399Z | warning: output filename collision. |
| 2337 | 2024-02-04T17:29:03.399Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
| 2338 | 2024-02-04T17:29:03.399Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
| 2339 | 2024-02-04T17:29:03.399Z | The targets should have unique names. |
| 2340 | 2024-02-04T17:29:03.399Z | This is a known bug where multiple crates with the same name use |
| 2341 | 2024-02-04T17:29:03.399Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2342 | 2024-02-04T17:29:03.399Z | warning: output filename collision. |
| 2343 | 2024-02-04T17:29:03.399Z | 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)`. |
| 2344 | 2024-02-04T17:29:03.399Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2345 | 2024-02-04T17:29:03.399Z | The targets should have unique names. |
| 2346 | 2024-02-04T17:29:03.399Z | This is a known bug where multiple crates with the same name use |
| 2347 | 2024-02-04T17:29:03.399Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2348 | 2024-02-04T17:29:04.060Z | Documenting libc v0.2.153 |
| 2349 | 2024-02-04T17:29:04.078Z | Documenting cfg-if v1.0.0 |
| 2350 | 2024-02-04T17:29:04.087Z | Documenting serde_derive v1.0.195 |
| 2351 | 2024-02-04T17:29:04.120Z | Documenting log v0.4.20 |
| 2352 | 2024-02-04T17:29:04.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2353 | 2024-02-04T17:29:04.151Z | Documenting memchr v2.6.3 |
| 2354 | 2024-02-04T17:29:04.155Z | Documenting scopeguard v1.2.0 |
| 2355 | 2024-02-04T17:29:04.174Z | Documenting byteorder v1.5.0 |
| 2356 | 2024-02-04T17:29:04.545Z | Documenting smallvec v1.11.2 |
| 2357 | 2024-02-04T17:29:08.017Z | Documenting itoa v1.0.9 |
| 2358 | 2024-02-04T17:29:08.072Z | Documenting lock_api v0.4.10 |
| 2359 | 2024-02-04T17:29:09.039Z | Documenting zeroize_derive v1.4.2 |
| 2360 | 2024-02-04T17:29:10.059Z | Documenting once_cell v1.19.0 |
| 2361 | 2024-02-04T17:29:10.108Z | Documenting pin-project-lite v0.2.13 |
| 2362 | 2024-02-04T17:29:10.413Z | Documenting getrandom v0.2.10 |
| 2363 | 2024-02-04T17:29:11.017Z | Documenting parking_lot_core v0.9.8 |
| 2364 | 2024-02-04T17:29:12.097Z | Documenting libm v0.2.7 |
| 2365 | 2024-02-04T17:29:12.346Z | Documenting signal-hook-registry v1.4.1 |
| 2366 | 2024-02-04T17:29:14.171Z | Documenting mio v0.8.9 |
| 2367 | 2024-02-04T17:29:14.810Z | Documenting serde v1.0.195 |
| 2368 | 2024-02-04T17:29:16.028Z | Documenting rand_core v0.6.4 |
| 2369 | 2024-02-04T17:29:16.169Z | Documenting futures-core v0.3.30 |
| 2370 | 2024-02-04T17:29:16.507Z | Documenting zeroize v1.7.0 |
| 2371 | 2024-02-04T17:29:16.941Z | Documenting num-traits v0.2.16 |
| 2372 | 2024-02-04T17:29:17.401Z | Documenting parking_lot v0.12.1 |
| 2373 | 2024-02-04T17:29:18.764Z | Documenting thiserror-impl v1.0.56 |
| 2374 | 2024-02-04T17:29:20.116Z | Documenting socket2 v0.5.5 |
| 2375 | 2024-02-04T17:29:21.625Z | Documenting num_cpus v1.16.0 |
| 2376 | 2024-02-04T17:29:21.940Z | Documenting tokio-macros v2.2.0 |
| 2377 | 2024-02-04T17:29:22.139Z | Documenting typenum v1.16.0 |
| 2378 | 2024-02-04T17:29:23.083Z | Documenting subtle v2.5.0 |
| 2379 | 2024-02-04T17:29:23.984Z | Documenting ryu v1.0.15 |
| 2380 | 2024-02-04T17:29:26.615Z | Documenting zerocopy v0.7.32 |
| 2381 | 2024-02-04T17:29:26.631Z | Documenting thiserror v1.0.56 |
| 2382 | 2024-02-04T17:29:27.716Z | Documenting futures-sink v0.3.30 |
| 2383 | 2024-02-04T17:29:27.932Z | Documenting pin-utils v0.1.0 |
| 2384 | 2024-02-04T17:29:28.843Z | Documenting slab v0.4.9 |
| 2385 | 2024-02-04T17:29:29.330Z | Documenting futures-macro v0.3.30 |
| 2386 | 2024-02-04T17:29:32.638Z | Documenting const-oid v0.9.5 |
| 2387 | 2024-02-04T17:29:34.017Z | Documenting futures-channel v0.3.30 |
| 2388 | 2024-02-04T17:29:35.120Z | Documenting futures-io v0.3.30 |
| 2389 | 2024-02-04T17:29:35.742Z | Documenting futures-task v0.3.30 |
| 2390 | 2024-02-04T17:29:36.906Z | Documenting iana-time-zone v0.1.57 |
| 2391 | 2024-02-04T17:29:38.076Z | Documenting ahash v0.8.6 |
| 2392 | 2024-02-04T17:29:40.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2393 | 2024-02-04T17:29:41.452Z | Documenting allocator-api2 v0.2.16 |
| 2394 | 2024-02-04T17:29:42.065Z | Documenting tinyvec_macros v0.1.1 |
| 2395 | 2024-02-04T17:29:42.155Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2396 | 2024-02-04T17:29:42.621Z | Documenting futures-util v0.3.30 |
| 2397 | 2024-02-04T17:29:43.753Z | Documenting tracing-core v0.1.31 |
| 2398 | 2024-02-04T17:29:45.502Z | Documenting tracing-attributes v0.1.26 |
| 2399 | 2024-02-04T17:29:46.522Z | Documenting tinyvec v1.6.0 |
| 2400 | 2024-02-04T17:29:46.669Z | Documenting hashbrown v0.14.2 |
| 2401 | 2024-02-04T17:29:51.584Z | Documenting bytes v1.5.0 |
| 2402 | 2024-02-04T17:29:52.133Z | Documenting bitflags v2.4.0 |
| 2403 | 2024-02-04T17:29:55.058Z | Documenting serde_json v1.0.113 |
| 2404 | 2024-02-04T17:29:55.517Z | Documenting chrono v0.4.31 |
| 2405 | 2024-02-04T17:29:56.604Z | Documenting uuid v1.7.0 |
| 2406 | 2024-02-04T17:29:57.261Z | Documenting unicode-normalization v0.1.22 |
| 2407 | 2024-02-04T17:29:58.892Z | Documenting tokio v1.36.0 |
| 2408 | 2024-02-04T17:29:59.191Z | Documenting ppv-lite86 v0.2.17 |
| 2409 | 2024-02-04T17:30:03.249Z | Documenting equivalent v1.0.1 |
| 2410 | 2024-02-04T17:30:04.201Z | Documenting rand_chacha v0.3.1 |
| 2411 | 2024-02-04T17:30:04.335Z | Documenting unicode-bidi v0.3.13 |
| 2412 | 2024-02-04T17:30:04.391Z | Documenting base64 v0.21.7 |
| 2413 | 2024-02-04T17:30:05.201Z | Documenting percent-encoding v2.3.1 |
| 2414 | 2024-02-04T17:30:06.754Z | Documenting generic-array v0.14.7 |
| 2415 | 2024-02-04T17:30:07.626Z | Documenting indexmap v2.2.2 |
| 2416 | 2024-02-04T17:30:10.145Z | Documenting rand v0.8.5 |
| 2417 | 2024-02-04T17:30:10.667Z | Documenting lazy_static v1.4.0 |
| 2418 | 2024-02-04T17:30:10.784Z | Checking serde_derive_internals v0.26.0 |
| 2419 | 2024-02-04T17:30:11.268Z | Documenting form_urlencoded v1.2.1 |
| 2420 | 2024-02-04T17:30:11.731Z | Documenting serde_derive_internals v0.26.0 |
| 2421 | 2024-02-04T17:30:13.916Z | Documenting crypto-common v0.1.6 |
| 2422 | 2024-02-04T17:30:14.692Z | Documenting block-buffer v0.10.4 |
| 2423 | 2024-02-04T17:30:15.228Z | Documenting tracing v0.1.37 |
| 2424 | 2024-02-04T17:30:15.670Z | Documenting fnv v1.0.7 |
| 2425 | 2024-02-04T17:30:16.409Z | Documenting dyn-clone v1.0.13 |
| 2426 | 2024-02-04T17:30:16.898Z | Documenting cpufeatures v0.2.12 |
| 2427 | 2024-02-04T17:30:17.242Z | Documenting idna v0.5.0 |
| 2428 | 2024-02-04T17:30:20.034Z | Documenting httparse v1.8.0 |
| 2429 | 2024-02-04T17:30:20.385Z | Documenting schemars_derive v0.8.16 |
| 2430 | 2024-02-04T17:30:20.621Z | Documenting digest v0.10.7 |
| 2431 | 2024-02-04T17:30:20.862Z | Documenting errno v0.3.8 |
| 2432 | 2024-02-04T17:30:20.915Z | Documenting unicode-ident v1.0.12 |
| 2433 | 2024-02-04T17:30:21.678Z | Documenting unicode-width v0.1.11 |
| 2434 | 2024-02-04T17:30:23.764Z | Documenting url v2.5.0 |
| 2435 | 2024-02-04T17:30:24.950Z | Documenting proc-macro2 v1.0.78 |
| 2436 | 2024-02-04T17:30:25.671Z | Documenting httpdate v1.0.3 |
| 2437 | 2024-02-04T17:30:25.973Z | Documenting adler v1.0.2 |
| 2438 | 2024-02-04T17:30:26.946Z | Documenting rustix v0.38.30 |
| 2439 | 2024-02-04T17:30:29.077Z | Documenting schemars v0.8.16 |
| 2440 | 2024-02-04T17:30:29.668Z | Documenting try-lock v0.2.4 |
| 2441 | 2024-02-04T17:30:29.795Z | Documenting http-body v0.4.5 |
| 2442 | 2024-02-04T17:30:30.093Z | Documenting miniz_oxide v0.7.1 |
| 2443 | 2024-02-04T17:30:31.675Z | Documenting openssl-sys v0.9.96 |
| 2444 | 2024-02-04T17:30:31.703Z | Documenting openssl-macros v0.1.1 |
| 2445 | 2024-02-04T17:30:33.815Z | Documenting want v0.3.1 |
| 2446 | 2024-02-04T17:30:35.227Z | Documenting mime v0.3.17 |
| 2447 | 2024-02-04T17:30:37.188Z | Documenting tower-service v0.3.2 |
| 2448 | 2024-02-04T17:30:37.542Z | Documenting base64ct v1.6.0 |
| 2449 | 2024-02-04T17:30:39.064Z | Documenting quote v1.0.35 |
| 2450 | 2024-02-04T17:30:39.353Z | Documenting aho-corasick v1.0.4 |
| 2451 | 2024-02-04T17:30:40.226Z | Documenting slog v2.7.0 |
| 2452 | 2024-02-04T17:30:41.525Z | Documenting openssl v0.10.60 |
| 2453 | 2024-02-04T17:30:41.652Z | Documenting openssl-probe v0.1.5 |
| 2454 | 2024-02-04T17:30:43.650Z | Documenting regex-syntax v0.8.2 |
| 2455 | 2024-02-04T17:30:44.062Z | Documenting ipnet v2.9.0 |
| 2456 | 2024-02-04T17:30:45.438Z | Documenting syn v2.0.48 |
| 2457 | 2024-02-04T17:30:45.892Z | Documenting tokio-util v0.7.10 |
| 2458 | 2024-02-04T17:30:46.688Z | Documenting async-trait v0.1.77 |
| 2459 | 2024-02-04T17:30:46.795Z | Documenting pem-rfc7468 v0.7.0 |
| 2460 | 2024-02-04T17:30:47.788Z | Documenting encoding_rs v0.8.33 |
| 2461 | 2024-02-04T17:30:50.359Z | Documenting crossbeam-utils v0.8.16 |
| 2462 | 2024-02-04T17:30:52.636Z | Documenting der_derive v0.7.2 |
| 2463 | 2024-02-04T17:30:53.931Z | Documenting regex-automata v0.4.4 |
| 2464 | 2024-02-04T17:30:54.283Z | Documenting flagset v0.4.3 |
| 2465 | 2024-02-04T17:30:54.948Z | Documenting utf8parse v0.2.1 |
| 2466 | 2024-02-04T17:30:55.330Z | Documenting native-tls v0.2.11 |
| 2467 | 2024-02-04T17:30:55.659Z | Documenting h2 v0.3.24 |
| 2468 | 2024-02-04T17:30:57.128Z | Documenting serde_urlencoded v0.7.1 |
| 2469 | 2024-02-04T17:30:58.428Z | Documenting num-integer v0.1.45 |
| 2470 | 2024-02-04T17:30:58.965Z | Documenting time-macros v0.2.13 |
| 2471 | 2024-02-04T17:31:01.231Z | Documenting der v0.7.8 |
| 2472 | 2024-02-04T17:31:03.136Z | Documenting tokio-native-tls v0.3.1 |
| 2473 | 2024-02-04T17:31:03.967Z | Documenting deranged v0.3.8 |
| 2474 | 2024-02-04T17:31:04.468Z | Documenting time-core v0.1.1 |
| 2475 | 2024-02-04T17:31:05.979Z | Documenting num_threads v0.1.6 |
| 2476 | 2024-02-04T17:31:06.587Z | Documenting regex v1.10.3 |
| 2477 | 2024-02-04T17:31:08.621Z | Documenting gimli v0.28.0 |
| 2478 | 2024-02-04T17:31:08.748Z | Documenting spki v0.7.2 |
| 2479 | 2024-02-04T17:31:10.889Z | Documenting object v0.32.1 |
| 2480 | 2024-02-04T17:31:11.166Z | Documenting webpki-roots v0.25.2 |
| 2481 | 2024-02-04T17:31:11.885Z | Documenting hyper v0.14.27 |
| 2482 | 2024-02-04T17:31:11.984Z | Documenting time v0.3.27 |
| 2483 | 2024-02-04T17:31:14.801Z | Documenting rustc-demangle v0.1.23 |
| 2484 | 2024-02-04T17:31:15.462Z | Documenting spin v0.9.8 |
| 2485 | 2024-02-04T17:31:17.308Z | Documenting either v1.9.0 |
| 2486 | 2024-02-04T17:31:17.470Z | Documenting pkcs8 v0.10.2 |
| 2487 | 2024-02-04T17:31:18.024Z | Documenting addr2line v0.21.0 |
| 2488 | 2024-02-04T17:31:19.289Z | Documenting openapiv3 v2.0.0 |
| 2489 | 2024-02-04T17:31:20.032Z | Documenting futures-executor v0.3.30 |
| 2490 | 2024-02-04T17:31:21.138Z | Checking pest_meta v2.7.6 |
| 2491 | 2024-02-04T17:31:22.647Z | Documenting memoffset v0.9.0 |
| 2492 | 2024-02-04T17:31:23.396Z | Documenting anstyle v1.0.2 |
| 2493 | 2024-02-04T17:31:23.554Z | Documenting data-encoding v2.4.0 |
| 2494 | 2024-02-04T17:31:24.184Z | Documenting anstyle-parse v0.2.1 |
| 2495 | 2024-02-04T17:31:26.869Z | Documenting ipnetwork v0.20.0 |
| 2496 | 2024-02-04T17:31:26.883Z | Documenting crossbeam-epoch v0.9.15 |
| 2497 | 2024-02-04T17:31:29.117Z | Documenting sha2 v0.10.8 |
| 2498 | 2024-02-04T17:31:29.580Z | Documenting backtrace v0.3.69 |
| 2499 | 2024-02-04T17:31:29.934Z | Documenting hex v0.4.3 |
| 2500 | 2024-02-04T17:31:30.112Z | Documenting crc32fast v1.3.2 |
| 2501 | 2024-02-04T17:31:31.013Z | Documenting hyper-tls v0.5.0 |
| 2502 | 2024-02-04T17:31:31.050Z | Documenting hyper-rustls v0.24.2 |
| 2503 | 2024-02-04T17:31:33.569Z | Documenting pest_meta v2.7.6 |
| 2504 | 2024-02-04T17:31:35.647Z | Documenting scroll_derive v0.12.0 |
| 2505 | 2024-02-04T17:31:36.251Z | Documenting anstyle-query v1.0.0 |
| 2506 | 2024-02-04T17:31:36.456Z | Documenting untrusted v0.9.0 |
| 2507 | 2024-02-04T17:31:36.645Z | Documenting colorchoice v1.0.0 |
| 2508 | 2024-02-04T17:31:37.762Z | Documenting anyhow v1.0.75 |
| 2509 | 2024-02-04T17:31:39.894Z | Documenting pest_generator v2.7.6 |
| 2510 | 2024-02-04T17:31:40.488Z | Documenting ring v0.17.7 |
| 2511 | 2024-02-04T17:31:40.729Z | Documenting futures v0.3.30 |
| 2512 | 2024-02-04T17:31:41.917Z | Checking pest_generator v2.7.6 |
| 2513 | 2024-02-04T17:31:42.028Z | Documenting reqwest v0.11.22 |
| 2514 | 2024-02-04T17:31:42.136Z | Documenting anstream v0.5.0 |
| 2515 | 2024-02-04T17:31:42.647Z | Documenting scroll v0.12.0 |
| 2516 | 2024-02-04T17:31:43.123Z | Documenting num-iter v0.1.43 |
| 2517 | 2024-02-04T17:31:44.975Z | Documenting hmac v0.12.1 |
| 2518 | 2024-02-04T17:31:46.757Z | Documenting signal-hook v0.3.17 |
| 2519 | 2024-02-04T17:31:48.093Z | Documenting terminal_size v0.2.6 |
| 2520 | 2024-02-04T17:31:48.562Z | Documenting clap_lex v0.5.1 |
| 2521 | 2024-02-04T17:31:48.953Z | Documenting strsim v0.10.0 |
| 2522 | 2024-02-04T17:31:49.302Z | Documenting plain v0.2.3 |
| 2523 | 2024-02-04T17:31:52.277Z | Documenting ucd-trie v0.1.6 |
| 2524 | 2024-02-04T17:31:52.800Z | Documenting pest_derive v2.7.6 |
| 2525 | 2024-02-04T17:31:53.084Z | Documenting flate2 v1.0.28 |
| 2526 | 2024-02-04T17:31:53.370Z | Documenting goblin v0.8.0 |
| 2527 | 2024-02-04T17:31:54.307Z | Documenting clap_derive v4.4.2 |
| 2528 | 2024-02-04T17:31:54.508Z | Documenting unicode-segmentation v1.10.1 |
| 2529 | 2024-02-04T17:31:55.063Z | Documenting clap_builder v4.4.2 |
| 2530 | 2024-02-04T17:31:58.325Z | Documenting pest v2.7.6 |
| 2531 | 2024-02-04T17:31:58.594Z | Documenting managed v0.8.0 |
| 2532 | 2024-02-04T17:31:59.450Z | Documenting pretty-hex v0.4.1 |
| 2533 | 2024-02-04T17:32:00.109Z | Documenting signal-hook-mio v0.2.3 |
| 2534 | 2024-02-04T17:32:00.327Z | Documenting block-padding v0.3.3 |
| 2535 | 2024-02-04T17:32:02.742Z | Documenting scheduled-thread-pool v0.2.7 |
| 2536 | 2024-02-04T17:32:03.434Z | Documenting thread-id v4.2.0 |
| 2537 | 2024-02-04T17:32:03.884Z | Documenting clap v4.4.3 |
| 2538 | 2024-02-04T17:32:03.932Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2539 | 2024-02-04T17:32:05.327Z | Documenting dof v0.3.0 |
| 2540 | 2024-02-04T17:32:05.853Z | Documenting dtrace-parser v0.2.0 |
| 2541 | 2024-02-04T17:32:06.032Z | Documenting enum-as-inner v0.5.1 |
| 2542 | 2024-02-04T17:32:06.334Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2543 | 2024-02-04T17:32:08.735Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2544 | 2024-02-04T17:32:08.977Z | Documenting r2d2 v0.8.10 |
| 2545 | 2024-02-04T17:32:09.706Z | Documenting inout v0.1.3 |
| 2546 | 2024-02-04T17:32:10.389Z | Documenting bzip2 v0.4.4 |
| 2547 | 2024-02-04T17:32:11.012Z | Documenting crossterm v0.27.0 |
| 2548 | 2024-02-04T17:32:12.052Z | Documenting md-5 v0.10.5 |
| 2549 | 2024-02-04T17:32:12.862Z | Documenting usdt-impl v0.5.0 |
| 2550 | 2024-02-04T17:32:13.021Z | Documenting trust-dns-proto v0.22.0 |
| 2551 | 2024-02-04T17:32:13.575Z | Documenting diesel_derives v2.1.2 |
| 2552 | 2024-02-04T17:32:15.148Z | Documenting stringprep v0.1.3 |
| 2553 | 2024-02-04T17:32:15.773Z | Documenting serde_spanned v0.6.5 |
| 2554 | 2024-02-04T17:32:16.895Z | Documenting toml_datetime v0.6.5 |
| 2555 | 2024-02-04T17:32:18.742Z | Documenting ff v0.13.0 |
| 2556 | 2024-02-04T17:32:19.203Z | Documenting regress v0.7.1 |
| 2557 | 2024-02-04T17:32:20.880Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2558 | 2024-02-04T17:32:22.118Z | Documenting fallible-iterator v0.2.0 |
| 2559 | 2024-02-04T17:32:23.068Z | Documenting bit-vec v0.6.3 |
| 2560 | 2024-02-04T17:32:23.351Z | Documenting siphasher v0.3.11 |
| 2561 | 2024-02-04T17:32:24.383Z | Documenting winnow v0.5.15 |
| 2562 | 2024-02-04T17:32:24.874Z | Documenting static_assertions v1.1.0 |
| 2563 | 2024-02-04T17:32:26.917Z | Documenting base16ct v0.2.0 |
| 2564 | 2024-02-04T17:32:27.061Z | Documenting diesel v2.1.4 |
| 2565 | 2024-02-04T17:32:27.569Z | Documenting phf_shared v0.11.2 |
| 2566 | 2024-02-04T17:32:28.422Z | Documenting group v0.13.0 |
| 2567 | 2024-02-04T17:32:29.282Z | Documenting zip v0.6.6 |
| 2568 | 2024-02-04T17:32:29.451Z | Documenting cipher v0.4.4 |
| 2569 | 2024-02-04T17:32:29.465Z | Documenting postgres-protocol v0.6.6 |
| 2570 | 2024-02-04T17:32:31.501Z | Documenting sec1 v0.7.3 |
| 2571 | 2024-02-04T17:32:32.752Z | Documenting toml_edit v0.21.1 |
| 2572 | 2024-02-04T17:32:33.756Z | Documenting hkdf v0.12.4 |
| 2573 | 2024-02-04T17:32:34.093Z | Documenting num-bigint v0.4.4 |
| 2574 | 2024-02-04T17:32:36.139Z | Documenting crypto-bigint v0.5.2 |
| 2575 | 2024-02-04T17:32:39.109Z | Documenting hubpack v0.1.2 |
| 2576 | 2024-02-04T17:32:39.320Z | Documenting bstr v1.6.0 |
| 2577 | 2024-02-04T17:32:40.998Z | Documenting serde_repr v0.1.16 |
| 2578 | 2024-02-04T17:32:41.216Z | Documenting heck v0.4.1 |
| 2579 | 2024-02-04T17:32:41.951Z | Documenting lalrpop-util v0.19.12 |
| 2580 | 2024-02-04T17:32:44.539Z | Documenting minimal-lexical v0.2.1 |
| 2581 | 2024-02-04T17:32:45.848Z | Documenting precomputed-hash v0.1.1 |
| 2582 | 2024-02-04T17:32:47.268Z | Documenting fixedbitset v0.4.2 |
| 2583 | 2024-02-04T17:32:47.574Z | Documenting new_debug_unreachable v1.0.4 |
| 2584 | 2024-02-04T17:32:47.723Z | Documenting elliptic-curve v0.13.8 |
| 2585 | 2024-02-04T17:32:48.281Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2586 | 2024-02-04T17:32:48.617Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2587 | 2024-02-04T17:32:50.970Z | Documenting nom v7.1.3 |
| 2588 | 2024-02-04T17:32:51.916Z | Documenting petgraph v0.6.4 |
| 2589 | 2024-02-04T17:32:51.957Z | Documenting yasna v0.5.2 |
| 2590 | 2024-02-04T17:32:52.107Z | Documenting string_cache v0.8.7 |
| 2591 | 2024-02-04T17:32:57.870Z | Documenting postgres-types v0.2.6 |
| 2592 | 2024-02-04T17:32:58.307Z | Documenting phf v0.11.2 |
| 2593 | 2024-02-04T17:32:58.481Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2594 | 2024-02-04T17:32:59.899Z | Documenting console v0.15.8 |
| 2595 | 2024-02-04T17:32:59.962Z | Documenting semver v1.0.21 |
| 2596 | 2024-02-04T17:33:01.202Z | Documenting float-cmp v0.9.0 |
| 2597 | 2024-02-04T17:33:03.229Z | Documenting difflib v0.4.0 |
| 2598 | 2024-02-04T17:33:04.157Z | Documenting whoami v1.4.1 |
| 2599 | 2024-02-04T17:33:05.254Z | Documenting predicates-core v1.0.6 |
| 2600 | 2024-02-04T17:33:06.926Z | Documenting normalize-line-endings v0.3.0 |
| 2601 | 2024-02-04T17:33:07.141Z | Documenting bit-set v0.5.3 |
| 2602 | 2024-02-04T17:33:07.999Z | Documenting similar v2.3.0 |
| 2603 | 2024-02-04T17:33:08.770Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2604 | 2024-02-04T17:33:09.190Z | Documenting getopts v0.2.21 |
| 2605 | 2024-02-04T17:33:09.463Z | Documenting tokio-stream v0.1.14 |
| 2606 | 2024-02-04T17:33:10.174Z | Documenting tokio-postgres v0.7.10 |
| 2607 | 2024-02-04T17:33:11.249Z | Checking ident_case v1.0.1 |
| 2608 | 2024-02-04T17:33:11.461Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2609 | 2024-02-04T17:33:13.021Z | Documenting predicates v3.1.0 |
| 2610 | 2024-02-04T17:33:13.304Z | Documenting match_cfg v0.1.0 |
| 2611 | 2024-02-04T17:33:14.216Z | Documenting sha1 v0.10.6 |
| 2612 | 2024-02-04T17:33:15.253Z | Documenting dirs-sys-next v0.1.2 |
| 2613 | 2024-02-04T17:33:16.880Z | Documenting rustls-pki-types v1.1.0 |
| 2614 | 2024-02-04T17:33:17.304Z | Documenting hostname v0.3.1 |
| 2615 | 2024-02-04T17:33:18.620Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2616 | 2024-02-04T17:33:20.324Z | Documenting camino v1.1.6 |
| 2617 | 2024-02-04T17:33:21.351Z | Documenting paste v1.0.14 |
| 2618 | 2024-02-04T17:33:21.491Z | Documenting dirs-next v2.0.0 |
| 2619 | 2024-02-04T17:33:23.198Z | Documenting thread_local v1.1.7 |
| 2620 | 2024-02-04T17:33:23.658Z | Documenting rustls-webpki v0.102.1 |
| 2621 | 2024-02-04T17:33:24.429Z | Documenting crossbeam-channel v0.5.8 |
| 2622 | 2024-02-04T17:33:24.808Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2623 | 2024-02-04T17:33:27.205Z | Documenting atty v0.2.14 |
| 2624 | 2024-02-04T17:33:27.392Z | Documenting take_mut v0.2.2 |
| 2625 | 2024-02-04T17:33:27.736Z | Documenting term v0.7.0 |
| 2626 | 2024-02-04T17:33:29.488Z | Documenting slog-json v2.6.1 |
| 2627 | 2024-02-04T17:33:30.765Z | Documenting rustls v0.22.2 |
| 2628 | 2024-02-04T17:33:30.951Z | Documenting http v1.0.0 |
| 2629 | 2024-02-04T17:33:30.966Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
| 2630 | 2024-02-04T17:33:31.427Z | Documenting async-stream-impl v0.3.5 |
| 2631 | 2024-02-04T17:33:31.618Z | Documenting atomic-waker v1.1.1 |
| 2632 | 2024-02-04T17:33:33.367Z | Documenting slog-async v2.8.0 |
| 2633 | 2024-02-04T17:33:33.675Z | Documenting slog-term v2.9.0 |
| 2634 | 2024-02-04T17:33:35.762Z | Documenting debug-ignore v1.0.5 |
| 2635 | 2024-02-04T17:33:36.845Z | Documenting slog-bunyan v2.5.0 |
| 2636 | 2024-02-04T17:33:38.572Z | Documenting async-stream v0.3.5 |
| 2637 | 2024-02-04T17:33:38.980Z | Documenting waitgroup v0.1.2 |
| 2638 | 2024-02-04T17:33:39.377Z | Documenting multer v3.0.0 |
| 2639 | 2024-02-04T17:33:39.846Z | Documenting rustls-pemfile v2.0.0 |
| 2640 | 2024-02-04T17:33:40.126Z | Checking darling_core v0.20.3 |
| 2641 | 2024-02-04T17:33:43.073Z | Documenting toml v0.8.9 |
| 2642 | 2024-02-04T17:33:43.509Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2643 | 2024-02-04T17:33:44.756Z | Documenting serde_path_to_error v0.1.15 |
| 2644 | 2024-02-04T17:33:44.948Z | Documenting tokio-rustls v0.25.0 |
| 2645 | 2024-02-04T17:33:45.385Z | Documenting strum v0.25.0 |
| 2646 | 2024-02-04T17:33:45.810Z | Checking darling v0.20.3 |
| 2647 | 2024-02-04T17:33:45.962Z | Documenting serde_with_macros v3.6.0 |
| 2648 | 2024-02-04T17:33:46.344Z | Documenting structmeta-derive v0.3.0 |
| 2649 | 2024-02-04T17:33:47.801Z | Checking structmeta v0.3.0 |
| 2650 | 2024-02-04T17:33:48.136Z | Documenting instant v0.1.12 |
| 2651 | 2024-02-04T17:33:51.320Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2652 | 2024-02-04T17:33:51.492Z | Documenting macaddr v1.0.1 |
| 2653 | 2024-02-04T17:33:51.819Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2654 | 2024-02-04T17:33:52.255Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2655 | 2024-02-04T17:33:52.593Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2656 | 2024-02-04T17:33:52.761Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2657 | 2024-02-04T17:33:53.350Z | Documenting serde_with v3.6.0 |
| 2658 | 2024-02-04T17:33:54.182Z | Documenting backoff v0.4.0 |
| 2659 | 2024-02-04T17:33:54.783Z | Documenting structmeta v0.3.0 |
| 2660 | 2024-02-04T17:33:56.912Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2661 | 2024-02-04T17:33:57.587Z | Documenting fastrand v2.0.0 |
| 2662 | 2024-02-04T17:33:58.227Z | Documenting proc-macro-error-attr v1.0.4 |
| 2663 | 2024-02-04T17:33:58.700Z | Documenting is-terminal v0.4.9 |
| 2664 | 2024-02-04T17:34:02.009Z | Documenting parse-display-derive v0.9.0 |
| 2665 | 2024-02-04T17:34:02.398Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2666 | 2024-02-04T17:34:03.534Z | Documenting tempfile v3.9.0 |
| 2667 | 2024-02-04T17:34:03.718Z | Checking proc-macro-error v1.0.4 |
| 2668 | 2024-02-04T17:34:03.869Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2669 | 2024-02-04T17:34:04.119Z | Checking proc-macro-crate v1.3.1 |
| 2670 | 2024-02-04T17:34:04.272Z | Documenting proc-macro-crate v1.3.1 |
| 2671 | 2024-02-04T17:34:04.470Z | Documenting hash32 v0.3.1 |
| 2672 | 2024-02-04T17:34:04.765Z | Documenting stable_deref_trait v1.2.0 |
| 2673 | 2024-02-04T17:34:04.970Z | Documenting proc-macro-error v1.0.4 |
| 2674 | 2024-02-04T17:34:05.595Z | Documenting cobs v0.2.3 |
| 2675 | 2024-02-04T17:34:08.793Z | Documenting embedded-io v0.4.0 |
| 2676 | 2024-02-04T17:34:09.768Z | Documenting foreign-types-macros v0.2.3 |
| 2677 | 2024-02-04T17:34:10.514Z | Documenting camino-tempfile v1.1.1 |
| 2678 | 2024-02-04T17:34:10.664Z | Documenting heapless v0.8.0 |
| 2679 | 2024-02-04T17:34:10.961Z | Documenting parse-display v0.9.0 |
| 2680 | 2024-02-04T17:34:12.092Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2681 | 2024-02-04T17:34:12.304Z | Documenting num_enum_derive v0.5.11 |
| 2682 | 2024-02-04T17:34:13.250Z | Documenting postcard v1.0.8 |
| 2683 | 2024-02-04T17:34:16.098Z | Documenting foreign-types-shared v0.3.1 |
| 2684 | 2024-02-04T17:34:16.411Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2685 | 2024-02-04T17:34:16.787Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2686 | 2024-02-04T17:34:17.047Z | Documenting crucible-workspace-hack v0.1.0 |
| 2687 | 2024-02-04T17:34:17.274Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2688 | 2024-02-04T17:34:18.031Z | Documenting smoltcp v0.11.0 |
| 2689 | 2024-02-04T17:34:20.086Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2690 | 2024-02-04T17:34:20.290Z | Documenting foreign-types v0.5.0 |
| 2691 | 2024-02-04T17:34:21.269Z | Documenting num_enum v0.5.11 |
| 2692 | 2024-02-04T17:34:22.448Z | Documenting cstr-argument v0.1.2 |
| 2693 | 2024-02-04T17:34:23.067Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2694 | 2024-02-04T17:34:23.559Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2695 | 2024-02-04T17:34:26.422Z | Documenting colored v2.0.4 |
| 2696 | 2024-02-04T17:34:27.328Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2697 | 2024-02-04T17:34:27.432Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2698 | 2024-02-04T17:34:27.894Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2699 | 2024-02-04T17:34:30.010Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2700 | 2024-02-04T17:34:30.524Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2701 | 2024-02-04T17:34:33.152Z | Documenting zone_cfg_derive v0.3.0 |
| 2702 | 2024-02-04T17:34:33.496Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2703 | 2024-02-04T17:34:34.178Z | Documenting num-derive v0.4.0 |
| 2704 | 2024-02-04T17:34:35.214Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2705 | 2024-02-04T17:34:35.815Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2706 | 2024-02-04T17:34:36.846Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2707 | 2024-02-04T17:34:38.910Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2708 | 2024-02-04T17:34:39.976Z | Documenting zone v0.3.0 |
| 2709 | 2024-02-04T17:34:40.443Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2710 | 2024-02-04T17:34:41.755Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2711 | 2024-02-04T17:34:42.459Z | Documenting smf v0.2.2 |
| 2712 | 2024-02-04T17:34:43.571Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2713 | 2024-02-04T17:34:44.024Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2714 | 2024-02-04T17:34:46.176Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2715 | 2024-02-04T17:34:46.320Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2716 | 2024-02-04T17:34:46.851Z | Documenting password-hash v0.5.0 |
| 2717 | 2024-02-04T17:34:48.787Z | Documenting blake2 v0.10.6 |
| 2718 | 2024-02-04T17:34:49.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2719 | 2024-02-04T17:34:49.513Z | Documenting linked-hash-map v0.5.6 |
| 2720 | 2024-02-04T17:34:50.967Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2721 | 2024-02-04T17:34:52.792Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2722 | 2024-02-04T17:34:55.861Z | Documenting lru-cache v0.1.2 |
| 2723 | 2024-02-04T17:34:55.958Z | Documenting itertools v0.12.1 |
| 2724 | 2024-02-04T17:34:56.187Z | Documenting argon2 v0.5.3 |
| 2725 | 2024-02-04T17:34:57.003Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2726 | 2024-02-04T17:34:57.104Z | Documenting memmap v0.7.0 |
| 2727 | 2024-02-04T17:34:57.572Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2728 | 2024-02-04T17:34:59.441Z | Documenting swrite v0.1.0 |
| 2729 | 2024-02-04T17:35:01.570Z | Documenting quick-error v1.2.3 |
| 2730 | 2024-02-04T17:35:02.317Z | Documenting newtype_derive v0.1.6 |
| 2731 | 2024-02-04T17:35:02.472Z | Documenting tap v1.0.1 |
| 2732 | 2024-02-04T17:35:02.906Z | Documenting usdt v0.5.0 |
| 2733 | 2024-02-04T17:35:03.794Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2734 | 2024-02-04T17:35:05.375Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2735 | 2024-02-04T17:35:06.740Z | Documenting wyz v0.5.1 |
| 2736 | 2024-02-04T17:35:07.380Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2737 | 2024-02-04T17:35:07.720Z | Documenting resolv-conf v0.7.0 |
| 2738 | 2024-02-04T17:35:07.863Z | Documenting radium v0.7.0 |
| 2739 | 2024-02-04T17:35:08.187Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2740 | 2024-02-04T17:35:08.282Z | Documenting steno v0.4.0 |
| 2741 | 2024-02-04T17:35:11.548Z | Documenting nibble_vec v0.1.0 |
| 2742 | 2024-02-04T17:35:12.204Z | Checking heck v0.3.3 |
| 2743 | 2024-02-04T17:35:12.439Z | Documenting funty v2.0.0 |
| 2744 | 2024-02-04T17:35:12.744Z | Documenting crc-catalog v2.2.0 |
| 2745 | 2024-02-04T17:35:13.576Z | Documenting trust-dns-resolver v0.22.0 |
| 2746 | 2024-02-04T17:35:13.826Z | Documenting endian-type v0.1.2 |
| 2747 | 2024-02-04T17:35:16.994Z | Documenting crc v3.0.1 |
| 2748 | 2024-02-04T17:35:17.290Z | Documenting bitvec v1.0.1 |
| 2749 | 2024-02-04T17:35:17.529Z | Documenting structopt-derive v0.4.18 |
| 2750 | 2024-02-04T17:35:19.934Z | Documenting radix_trie v0.2.1 |
| 2751 | 2024-02-04T17:35:21.341Z | Documenting cancel-safe-futures v0.1.5 |
| 2752 | 2024-02-04T17:35:24.646Z | Documenting xattr v1.0.1 |
| 2753 | 2024-02-04T17:35:24.982Z | Documenting filetime v0.2.23 |
| 2754 | 2024-02-04T17:35:25.323Z | Documenting packed_struct_codegen v0.10.1 |
| 2755 | 2024-02-04T17:35:26.454Z | Documenting nodrop v0.1.14 |
| 2756 | 2024-02-04T17:35:27.268Z | Documenting structopt v0.3.26 |
| 2757 | 2024-02-04T17:35:30.377Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2758 | 2024-02-04T17:35:30.639Z | Documenting array-init v0.0.4 |
| 2759 | 2024-02-04T17:35:31.239Z | Documenting libefi-sys v0.1.0 |
| 2760 | 2024-02-04T17:35:31.476Z | Documenting tar v0.4.40 |
| 2761 | 2024-02-04T17:35:31.616Z | Documenting num-bigint-dig v0.8.4 |
| 2762 | 2024-02-04T17:35:31.633Z | Documenting num-rational v0.4.1 |
| 2763 | 2024-02-04T17:35:32.939Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2764 | 2024-02-04T17:35:33.556Z | Documenting packed_struct v0.10.1 |
| 2765 | 2024-02-04T17:35:35.379Z | Documenting pkcs1 v0.7.5 |
| 2766 | 2024-02-04T17:35:37.836Z | Documenting signature v2.1.0 |
| 2767 | 2024-02-04T17:35:38.057Z | Documenting num-complex v0.4.4 |
| 2768 | 2024-02-04T17:35:38.348Z | Documenting bitfield v0.14.0 |
| 2769 | 2024-02-04T17:35:40.094Z | Documenting termcolor v1.2.0 |
| 2770 | 2024-02-04T17:35:41.320Z | Documenting arc-swap v1.6.0 |
| 2771 | 2024-02-04T17:35:42.245Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2772 | 2024-02-04T17:35:42.605Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2773 | 2024-02-04T17:35:44.367Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2774 | 2024-02-04T17:35:45.342Z | Documenting num v0.4.1 |
| 2775 | 2024-02-04T17:35:45.405Z | Documenting rsa v0.9.2 |
| 2776 | 2024-02-04T17:35:46.507Z | Documenting env_logger v0.10.0 |
| 2777 | 2024-02-04T17:35:46.740Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2778 | 2024-02-04T17:35:47.807Z | Documenting slog-scope v4.4.0 |
| 2779 | 2024-02-04T17:35:49.087Z | Documenting serde-hex v0.1.0 |
| 2780 | 2024-02-04T17:35:49.428Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2781 | 2024-02-04T17:35:53.507Z | Documenting x509-cert v0.2.4 |
| 2782 | 2024-02-04T17:35:53.981Z | Documenting libsw v3.3.1 |
| 2783 | 2024-02-04T17:35:54.076Z | Documenting ron v0.8.1 |
| 2784 | 2024-02-04T17:35:55.162Z | Documenting gethostname v0.4.3 |
| 2785 | 2024-02-04T17:35:56.753Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2786 | 2024-02-04T17:35:58.059Z | Documenting half v2.3.1 |
| 2787 | 2024-02-04T17:35:58.718Z | Documenting derive-where v1.2.7 |
| 2788 | 2024-02-04T17:36:01.082Z | Documenting same-file v1.0.6 |
| 2789 | 2024-02-04T17:36:01.478Z | Documenting linear-map v1.2.0 |
| 2790 | 2024-02-04T17:36:01.737Z | Documenting owo-colors v4.0.0 |
| 2791 | 2024-02-04T17:36:02.071Z | Documenting crc-any v2.4.3 |
| 2792 | 2024-02-04T17:36:02.587Z | Documenting ciborium-io v0.2.2 |
| 2793 | 2024-02-04T17:36:03.750Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2794 | 2024-02-04T17:36:06.623Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2795 | 2024-02-04T17:36:07.177Z | Documenting walkdir v2.4.0 |
| 2796 | 2024-02-04T17:36:08.075Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2797 | 2024-02-04T17:36:08.265Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2798 | 2024-02-04T17:36:08.653Z | Documenting ciborium-ll v0.2.2 |
| 2799 | 2024-02-04T17:36:09.257Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2800 | 2024-02-04T17:36:13.586Z | Documenting slog-stdlog v4.1.1 |
| 2801 | 2024-02-04T17:36:14.435Z | Documenting slog-dtrace v0.3.0 |
| 2802 | 2024-02-04T17:36:14.733Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2803 | 2024-02-04T17:36:19.655Z | Documenting path-slash v0.1.5 |
| 2804 | 2024-02-04T17:36:22.609Z | Documenting slog-envlogger v2.2.0 |
| 2805 | 2024-02-04T17:36:24.749Z | Documenting ciborium v0.2.2 |
| 2806 | 2024-02-04T17:36:25.022Z | Documenting pem v3.0.2 |
| 2807 | 2024-02-04T17:36:25.831Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2808 | 2024-02-04T17:36:27.155Z | Documenting fxhash v0.2.1 |
| 2809 | 2024-02-04T17:36:30.750Z | Documenting utf-8 v0.7.6 |
| 2810 | 2024-02-04T17:36:31.423Z | Documenting display-error-chain v0.2.0 |
| 2811 | 2024-02-04T17:36:31.968Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2812 | 2024-02-04T17:36:32.113Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2813 | 2024-02-04T17:36:33.541Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2814 | 2024-02-04T17:36:34.727Z | Documenting vte_generate_state_changes v0.1.1 |
| 2815 | 2024-02-04T17:36:36.960Z | Documenting tungstenite v0.20.1 |
| 2816 | 2024-02-04T17:36:37.461Z | Checking convert_case v0.4.0 |
| 2817 | 2024-02-04T17:36:37.765Z | Documenting convert_case v0.4.0 |
| 2818 | 2024-02-04T17:36:40.753Z | Documenting buf-list v1.0.3 |
| 2819 | 2024-02-04T17:36:40.947Z | Documenting vte v0.11.1 |
| 2820 | 2024-02-04T17:36:43.846Z | Documenting derive_more v0.99.17 |
| 2821 | 2024-02-04T17:36:44.388Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2822 | 2024-02-04T17:36:45.115Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2823 | 2024-02-04T17:36:46.561Z | Documenting tokio-tungstenite v0.20.1 |
| 2824 | 2024-02-04T17:36:47.479Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2825 | 2024-02-04T17:36:47.862Z | Checking darling_core v0.14.4 |
| 2826 | 2024-02-04T17:36:47.891Z | Documenting pin-project-internal v1.1.3 |
| 2827 | 2024-02-04T17:36:50.820Z | Checking darling v0.14.4 |
| 2828 | 2024-02-04T17:36:50.995Z | Documenting strip-ansi-escapes v0.2.0 |
| 2829 | 2024-02-04T17:36:54.061Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2830 | 2024-02-04T17:36:54.168Z | Documenting doc-comment v0.3.3 |
| 2831 | 2024-02-04T17:36:56.238Z | Documenting pin-project v1.1.3 |
| 2832 | 2024-02-04T17:36:57.413Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2833 | 2024-02-04T17:36:57.554Z | Documenting crossbeam-deque v0.8.3 |
| 2834 | 2024-02-04T17:36:58.523Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2835 | 2024-02-04T17:36:59.088Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2836 | 2024-02-04T17:36:59.882Z | Documenting snafu-derive v0.7.5 |
| 2837 | 2024-02-04T17:37:00.587Z | Documenting nu-ansi-term v0.49.0 |
| 2838 | 2024-02-04T17:37:02.820Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2839 | 2024-02-04T17:37:04.314Z | Documenting rayon-core v1.12.0 |
| 2840 | 2024-02-04T17:37:04.484Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2841 | 2024-02-04T17:37:07.123Z | Documenting reedline v0.28.0 |
| 2842 | 2024-02-04T17:37:07.448Z | Documenting trust-dns-client v0.22.0 |
| 2843 | 2024-02-04T17:37:10.681Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2844 | 2024-02-04T17:37:11.387Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2845 | 2024-02-04T17:37:11.776Z | Documenting snafu v0.7.5 |
| 2846 | 2024-02-04T17:37:11.801Z | Documenting globset v0.4.13 |
| 2847 | 2024-02-04T17:37:12.502Z | Documenting olpc-cjson v0.1.3 |
| 2848 | 2024-02-04T17:37:18.330Z | Documenting serde_plain v1.0.2 |
| 2849 | 2024-02-04T17:37:18.347Z | Documenting headers-core v0.2.0 |
| 2850 | 2024-02-04T17:37:18.460Z | Documenting async-recursion v1.0.5 |
| 2851 | 2024-02-04T17:37:18.893Z | Documenting typed-path v0.7.0 |
| 2852 | 2024-02-04T17:37:19.729Z | Documenting keccak v0.1.4 |
| 2853 | 2024-02-04T17:37:21.980Z | Documenting bytecount v0.6.3 |
| 2854 | 2024-02-04T17:37:22.973Z | Documenting trust-dns-server v0.22.1 |
| 2855 | 2024-02-04T17:37:24.112Z | Documenting sha3 v0.10.8 |
| 2856 | 2024-02-04T17:37:25.126Z | Documenting headers v0.3.9 |
| 2857 | 2024-02-04T17:37:25.198Z | Documenting rayon v1.8.0 |
| 2858 | 2024-02-04T17:37:26.261Z | Documenting papergrid v0.11.0 |
| 2859 | 2024-02-04T17:37:28.011Z | Documenting tough v0.16.0 |
| 2860 | 2024-02-04T17:37:32.083Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2024-02-04T17:37:33.842Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2862 | 2024-02-04T17:37:34.070Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2863 | 2024-02-04T17:37:35.829Z | Checking derive_builder_core v0.12.0 |
| 2864 | 2024-02-04T17:37:36.418Z | Documenting derive_builder_core v0.12.0 |
| 2865 | 2024-02-04T17:37:36.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2866 | 2024-02-04T17:37:36.740Z | Documenting sled v0.34.7 |
| 2867 | 2024-02-04T17:37:36.815Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2868 | 2024-02-04T17:37:37.293Z | Documenting fs-err v2.11.0 |
| 2869 | 2024-02-04T17:37:37.447Z | Documenting unicase v2.7.0 |
| 2870 | 2024-02-04T17:37:38.032Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2871 | 2024-02-04T17:37:38.546Z | Documenting tabled_derive v0.7.0 |
| 2872 | 2024-02-04T17:37:40.848Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2873 | 2024-02-04T17:37:42.131Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2874 | 2024-02-04T17:37:43.717Z | Documenting fd-lock v4.0.2 |
| 2875 | 2024-02-04T17:37:45.252Z | Documenting nix v0.27.1 |
| 2876 | 2024-02-04T17:37:45.818Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2877 | 2024-02-04T17:37:46.177Z | Documenting secrecy v0.8.0 |
| 2878 | 2024-02-04T17:37:47.399Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2879 | 2024-02-04T17:37:49.778Z | Documenting sqlparser_derive v0.2.2 |
| 2880 | 2024-02-04T17:37:50.079Z | Documenting unicode_categories v0.1.1 |
| 2881 | 2024-02-04T17:37:51.175Z | Documenting parse-size v1.0.0 |
| 2882 | 2024-02-04T17:37:52.435Z | Documenting home v0.5.5 |
| 2883 | 2024-02-04T17:37:53.794Z | Documenting tabled v0.15.0 |
| 2884 | 2024-02-04T17:37:54.614Z | Documenting derive_builder_macro v0.12.0 |
| 2885 | 2024-02-04T17:37:55.313Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
| 2886 | 2024-02-04T17:37:55.508Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2887 | 2024-02-04T17:37:56.686Z | Documenting sqlformat v0.2.3 |
| 2888 | 2024-02-04T17:37:56.960Z | Documenting sqlparser v0.43.1 |
| 2889 | 2024-02-04T17:37:59.060Z | Documenting rustyline v13.0.0 |
| 2890 | 2024-02-04T17:38:01.049Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2891 | 2024-02-04T17:38:02.970Z | Documenting mime_guess v2.0.4 |
| 2892 | 2024-02-04T17:38:06.025Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2893 | 2024-02-04T17:38:09.175Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2894 | 2024-02-04T17:38:09.716Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2895 | 2024-02-04T17:38:12.914Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 2896 | 2024-02-04T17:38:13.335Z | Documenting universal-hash v0.5.1 |
| 2897 | 2024-02-04T17:38:18.258Z | Documenting bcs v0.1.6 |
| 2898 | 2024-02-04T17:38:19.523Z | Documenting kstat-rs v0.2.3 |
| 2899 | 2024-02-04T17:38:22.568Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2900 | 2024-02-04T17:38:25.515Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2901 | 2024-02-04T17:38:25.862Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2902 | 2024-02-04T17:38:26.855Z | Documenting ref-cast-impl v1.0.20 |
| 2903 | 2024-02-04T17:38:31.016Z | Documenting highway v1.1.0 |
| 2904 | 2024-02-04T17:38:31.140Z | Documenting opaque-debug v0.3.0 |
| 2905 | 2024-02-04T17:38:32.501Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2906 | 2024-02-04T17:38:32.884Z | Documenting curve25519-dalek v4.1.1 |
| 2907 | 2024-02-04T17:38:34.784Z | Documenting ref-cast v1.0.20 |
| 2908 | 2024-02-04T17:38:35.301Z | Documenting poly1305 v0.8.0 |
| 2909 | 2024-02-04T17:38:37.714Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2910 | 2024-02-04T17:38:38.970Z | Documenting thiserror-no-std v2.0.2 |
| 2911 | 2024-02-04T17:38:38.973Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2912 | 2024-02-04T17:38:39.183Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
| 2913 | 2024-02-04T17:38:40.552Z | Documenting derive_builder v0.12.0 |
| 2914 | 2024-02-04T17:38:41.531Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2915 | 2024-02-04T17:38:42.692Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2916 | 2024-02-04T17:38:43.519Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2917 | 2024-02-04T17:38:45.075Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2918 | 2024-02-04T17:38:53.200Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2919 | 2024-02-04T17:39:01.085Z | Documenting portable-atomic v1.4.3 |
| 2920 | 2024-02-04T17:39:03.148Z | Documenting polar-core v0.27.0 |
| 2921 | 2024-02-04T17:39:06.601Z | Documenting ed25519 v1.5.3 |
| 2922 | 2024-02-04T17:39:06.775Z | Documenting libxml v0.3.3 |
| 2923 | 2024-02-04T17:39:09.639Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2924 | 2024-02-04T17:39:11.081Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2925 | 2024-02-04T17:39:13.524Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2926 | 2024-02-04T17:39:14.747Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2927 | 2024-02-04T17:39:15.026Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2928 | 2024-02-04T17:39:16.397Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 2929 | 2024-02-04T17:39:17.621Z | Documenting chacha20 v0.9.1 |
| 2930 | 2024-02-04T17:39:19.924Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2931 | 2024-02-04T17:39:23.693Z | Documenting bb8 v0.8.3 |
| 2932 | 2024-02-04T17:39:25.286Z | Documenting aead v0.5.2 |
| 2933 | 2024-02-04T17:39:29.000Z | Documenting lru v0.12.1 |
| 2934 | 2024-02-04T17:39:32.620Z | Documenting quick-xml v0.30.0 |
| 2935 | 2024-02-04T17:39:34.016Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2936 | 2024-02-04T17:39:34.485Z | Documenting oso-derive v0.27.0 |
| 2937 | 2024-02-04T17:39:34.565Z | Documenting stability v0.1.1 |
| 2938 | 2024-02-04T17:39:36.531Z | Documenting glob v0.3.1 |
| 2939 | 2024-02-04T17:39:40.442Z | Documenting maplit v1.0.2 |
| 2940 | 2024-02-04T17:39:41.997Z | Documenting cassowary v0.3.0 |
| 2941 | 2024-02-04T17:39:42.001Z | Documenting number_prefix v0.4.0 |
| 2942 | 2024-02-04T17:39:42.217Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2943 | 2024-02-04T17:39:42.647Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2944 | 2024-02-04T17:39:43.055Z | Documenting samael v0.0.14 |
| 2945 | 2024-02-04T17:39:45.004Z | Documenting chacha20poly1305 v0.10.1 |
| 2946 | 2024-02-04T17:39:46.692Z | Documenting oso v0.27.0 |
| 2947 | 2024-02-04T17:39:48.055Z | Documenting indicatif v0.17.7 |
| 2948 | 2024-02-04T17:39:48.518Z | Documenting ratatui v0.25.0 |
| 2949 | 2024-02-04T17:39:52.140Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2950 | 2024-02-04T17:39:54.609Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2951 | 2024-02-04T17:39:55.032Z | Documenting salty v0.2.0 |
| 2952 | 2024-02-04T17:39:55.764Z | Documenting vsss-rs v3.3.4 |
| 2953 | 2024-02-04T17:40:01.444Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2954 | 2024-02-04T17:40:01.738Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2955 | 2024-02-04T17:40:03.094Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2956 | 2024-02-04T17:40:04.494Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2957 | 2024-02-04T17:40:05.404Z | Documenting cookie v0.18.0 |
| 2958 | 2024-02-04T17:40:07.273Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2959 | 2024-02-04T17:40:09.850Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2960 | 2024-02-04T17:40:11.947Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2961 | 2024-02-04T17:40:14.894Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2962 | 2024-02-04T17:40:15.300Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2963 | 2024-02-04T17:40:16.346Z | Documenting serde-big-array v0.5.1 |
| 2964 | 2024-02-04T17:40:17.889Z | Documenting rtoolbox v0.0.1 |
| 2965 | 2024-02-04T17:40:20.087Z | Documenting unicode-linebreak v0.1.5 |
| 2966 | 2024-02-04T17:40:20.974Z | Documenting is_ci v1.1.1 |
| 2967 | 2024-02-04T17:40:21.535Z | Documenting smawk v0.3.1 |
| 2968 | 2024-02-04T17:40:23.094Z | Documenting humantime v2.1.0 |
| 2969 | 2024-02-04T17:40:23.436Z | Documenting http-range v0.1.5 |
| 2970 | 2024-02-04T17:40:23.869Z | Documenting rpassword v7.3.1 |
| 2971 | 2024-02-04T17:40:24.487Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2972 | 2024-02-04T17:40:27.072Z | Documenting supports-color v2.1.0 |
| 2973 | 2024-02-04T17:40:27.590Z | Documenting textwrap v0.16.0 |
| 2974 | 2024-02-04T17:40:29.343Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2975 | 2024-02-04T17:40:29.661Z | Documenting hyper-staticfile v0.9.5 |
| 2976 | 2024-02-04T17:40:30.049Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2977 | 2024-02-04T17:40:32.268Z | Documenting tui-tree-widget v0.16.0 |
| 2978 | 2024-02-04T17:40:34.018Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2979 | 2024-02-04T17:40:34.799Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2980 | 2024-02-04T17:40:36.571Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2981 | 2024-02-04T17:40:37.556Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2982 | 2024-02-04T17:40:40.663Z | Documenting rcgen v0.12.1 |
| 2983 | 2024-02-04T17:40:40.725Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2984 | 2024-02-04T17:40:41.963Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2985 | 2024-02-04T17:40:42.519Z | Documenting atomicwrites v0.4.3 |
| 2986 | 2024-02-04T17:40:42.986Z | Documenting signal-hook-tokio v0.3.1 |
| 2987 | 2024-02-04T17:40:48.955Z | Documenting subprocess v0.2.9 |
| 2988 | 2024-02-04T17:40:49.893Z | Documenting memmap2 v0.7.1 |
| 2989 | 2024-02-04T17:40:50.985Z | Documenting arrayref v0.3.7 |
| 2990 | 2024-02-04T17:40:51.637Z | Documenting constant_time_eq v0.3.0 |
| 2991 | 2024-02-04T17:40:54.603Z | Documenting corncobs v0.1.3 |
| 2992 | 2024-02-04T17:40:55.188Z | Documenting arrayvec v0.7.4 |
| 2993 | 2024-02-04T17:40:55.846Z | Documenting shell-words v1.1.0 |
| 2994 | 2024-02-04T17:40:56.156Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2995 | 2024-02-04T17:40:56.275Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2996 | 2024-02-04T17:40:58.862Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2997 | 2024-02-04T17:40:59.835Z | Documenting blake3 v1.5.0 |
| 2998 | 2024-02-04T17:41:01.910Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2999 | 2024-02-04T17:41:05.255Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3000 | 2024-02-04T17:41:06.318Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3001 | 2024-02-04T17:41:08.440Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3002 | 2024-02-04T17:41:14.924Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 3003 | 2024-02-04T17:41:22.806Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3004 | 2024-02-04T17:41:30.897Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3005 | 2024-02-04T17:41:33.526Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3006 | 2024-02-04T17:41:36.727Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
| 3007 | 2024-02-04T17:41:41.643Z | Documenting fatfs v0.3.6 |
| 3008 | 2024-02-04T17:41:43.699Z | warning: unclosed HTML tag `usize` |
| 3009 | 2024-02-04T17:41:43.699Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 3010 | 2024-02-04T17:41:43.699Z | | |
| 3011 | 2024-02-04T17:41:43.699Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 3012 | 2024-02-04T17:41:43.699Z | | ^^^^^^^ |
| 3013 | 2024-02-04T17:41:43.699Z | | |
| 3014 | 2024-02-04T17:41:43.699Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 3015 | 2024-02-04T17:41:43.699Z | |
| 3016 | 2024-02-04T17:41:45.708Z | warning: `wicket` (lib doc) generated 1 warning |
| 3017 | 2024-02-04T17:41:45.712Z | Documenting nanorand v0.7.0 |
| 3018 | 2024-02-04T17:41:49.444Z | Documenting topological-sort v0.2.2 |
| 3019 | 2024-02-04T17:41:49.851Z | Documenting assert_matches v1.5.0 |
| 3020 | 2024-02-04T17:41:50.319Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3021 | 2024-02-04T17:41:52.435Z | Documenting flume v0.11.0 |
| 3022 | 2024-02-04T17:41:54.134Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3023 | 2024-02-04T17:41:55.914Z | Documenting omicron-zone-package v0.11.0 |
| 3024 | 2024-02-04T17:42:00.102Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3025 | 2024-02-04T17:42:03.723Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3026 | 2024-02-04T17:42:05.225Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3027 | 2024-02-04T17:42:05.908Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3028 | 2024-02-04T17:42:07.975Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3029 | 2024-02-04T17:42:16.422Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3030 | 2024-02-04T17:42:19.928Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3031 | 2024-02-04T17:42:19.928Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3032 | 2024-02-04T17:42:19.928Z | | |
| 3033 | 2024-02-04T17:42:19.928Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3034 | 2024-02-04T17:42:19.928Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3035 | 2024-02-04T17:42:19.928Z | | |
| 3036 | 2024-02-04T17:42:19.928Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3037 | 2024-02-04T17:42:19.928Z | |
| 3038 | 2024-02-04T17:42:21.949Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3039 | 2024-02-04T17:42:23.173Z | Documenting termios v0.3.3 |
| 3040 | 2024-02-04T17:42:25.142Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3041 | 2024-02-04T17:42:29.873Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3042 | 2024-02-04T17:42:42.590Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3043 | 2024-02-04T17:42:43.236Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3044 | 2024-02-04T17:42:43.252Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3045 | 2024-02-04T17:42:57.284Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3046 | 2024-02-04T17:43:16.431Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3047 | 2024-02-04T17:43:18.316Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3048 | 2024-02-04T17:43:42.020Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3049 | 2024-02-04T17:43:49.190Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3050 | 2024-02-04T17:43:50.418Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 3051 | 2024-02-04T17:43:51.115Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3052 | 2024-02-04T17:43:54.612Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3053 | 2024-02-04T17:43:57.255Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3054 | 2024-02-04T17:43:57.255Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
| 3055 | 2024-02-04T17:43:57.255Z | | |
| 3056 | 2024-02-04T17:43:57.255Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3057 | 2024-02-04T17:43:57.255Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3058 | 2024-02-04T17:43:57.255Z | | |
| 3059 | 2024-02-04T17:43:57.255Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3060 | 2024-02-04T17:43:57.255Z | |
| 3061 | 2024-02-04T17:44:17.126Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
| 3062 | 2024-02-04T17:44:17.131Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
| 3063 | 2024-02-04T17:44:51.155Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3064 | 2024-02-04T17:46:06.618Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3065 | 2024-02-04T17:46:06.618Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3066 | 2024-02-04T17:46:06.618Z | | |
| 3067 | 2024-02-04T17:46:06.618Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3068 | 2024-02-04T17:46:06.618Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3069 | 2024-02-04T17:46:06.618Z | | |
| 3070 | 2024-02-04T17:46:06.618Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3071 | 2024-02-04T17:46:06.618Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3072 | 2024-02-04T17:46:06.618Z | |
| 3073 | 2024-02-04T17:46:06.618Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3074 | 2024-02-04T17:46:06.618Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3075 | 2024-02-04T17:46:06.618Z | | |
| 3076 | 2024-02-04T17:46:06.618Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3077 | 2024-02-04T17:46:06.618Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3078 | 2024-02-04T17:46:06.618Z | |
| 3079 | 2024-02-04T17:46:06.622Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3080 | 2024-02-04T17:46:06.622Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3081 | 2024-02-04T17:46:06.622Z | | |
| 3082 | 2024-02-04T17:46:06.622Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3083 | 2024-02-04T17:46:06.622Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3084 | 2024-02-04T17:46:06.622Z | |
| 3085 | 2024-02-04T17:46:06.622Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3086 | 2024-02-04T17:46:06.622Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3087 | 2024-02-04T17:46:06.622Z | | |
| 3088 | 2024-02-04T17:46:06.622Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3089 | 2024-02-04T17:46:06.622Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3090 | 2024-02-04T17:46:06.623Z | |
| 3091 | 2024-02-04T17:46:06.623Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3092 | 2024-02-04T17:46:06.623Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3093 | 2024-02-04T17:46:06.623Z | | |
| 3094 | 2024-02-04T17:46:06.623Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3095 | 2024-02-04T17:46:06.623Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3096 | 2024-02-04T17:46:06.623Z | |
| 3097 | 2024-02-04T17:46:06.623Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3098 | 2024-02-04T17:46:06.623Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3099 | 2024-02-04T17:46:06.623Z | | |
| 3100 | 2024-02-04T17:46:06.623Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3101 | 2024-02-04T17:46:06.623Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3102 | 2024-02-04T17:46:06.623Z | |
| 3103 | 2024-02-04T17:46:06.623Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3104 | 2024-02-04T17:46:06.623Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3105 | 2024-02-04T17:46:06.623Z | | |
| 3106 | 2024-02-04T17:46:06.623Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3107 | 2024-02-04T17:46:06.623Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3108 | 2024-02-04T17:46:06.623Z | |
| 3109 | 2024-02-04T17:46:11.351Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 3110 | 2024-02-04T17:46:46.384Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 44s |
| 3111 | 2024-02-04T17:46:46.501Z | |
| 3112 | 2024-02-04T17:46:46.501Z | real 17:44.393021958 |
| 3113 | 2024-02-04T17:46:46.502Z | user 55:23.715162177 |
| 3114 | 2024-02-04T17:46:46.502Z | sys 1:05:38.258181609 |
| 3115 | 2024-02-04T17:46:46.503Z | trap 1.887593644 |
| 3116 | 2024-02-04T17:46:47.534Z | tflt 0.099618970 |
| 3117 | 2024-02-04T17:46:47.534Z | dflt 0.513700504 |
| 3118 | 2024-02-04T17:46:47.534Z | kflt 0.000240849 |
| 3119 | 2024-02-04T17:46:47.534Z | lock 3:25:32.773781524 |
| 3120 | 2024-02-04T17:46:47.534Z | slp 4:21:44.628996952 |
| 3121 | 2024-02-04T17:46:47.537Z | lat 5:38.425243606 |
| 3122 | 2024-02-04T17:46:47.537Z | stop 1:35.998751835 |
| 3123 | 2024-02-04T17:46:47.537Z | process exited: duration 1910631 ms, exit code 0 |
| |
| 3124 | 2024-02-04T17:46:47.545Z | found 0 output files |