|
|
|
| 1 | 2024-01-27T04:40:20.733Z | job assigned to worker 01HN4KCP916DRVNWD4E827FED7 (queued for 32 m 35 s) |
| |
| 2 | 2024-01-27T04:40:21.286Z | starting task 0: "setup" |
| 3 | 2024-01-27T04:40:21.298Z | ++ uname -s |
| 4 | 2024-01-27T04:40:21.301Z | + kern=SunOS |
| 5 | 2024-01-27T04:40:21.301Z | + case "$kern" in |
| 6 | 2024-01-27T04:40:21.301Z | + groupadd -g 12345 build |
| 7 | 2024-01-27T04:40:21.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-27T04:40:23.463Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-27T04:40:23.577Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-27T04:40:23.580Z | + home_fs=zfs |
| 11 | 2024-01-27T04:40:23.580Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-27T04:40:23.580Z | + mkdir -p /home/build |
| 13 | 2024-01-27T04:40:23.583Z | + chown build:build /home/build /work |
| 14 | 2024-01-27T04:40:25.585Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-27T04:40:25.590Z | process exited: duration 4302 ms, exit code 0 |
| |
| 16 | 2024-01-27T04:40:25.597Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-27T04:40:25.606Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-27T04:40:25.609Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-01-27T04:40:25.794Z | info: downloading installer |
| 20 | 2024-01-27T04:40:27.716Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-27T04:40:27.716Z | warning: /opt/ooce/bin |
| 22 | 2024-01-27T04:40:27.716Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-27T04:40:27.717Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-27T04:40:27.717Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-27T04:40:27.718Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-27T04:40:27.718Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-27T04:40:27.718Z | error: cannot install while Rust is installed |
| 28 | 2024-01-27T04:40:27.718Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-27T04:40:28.077Z | info: profile set to 'default' |
| 30 | 2024-01-27T04:40:28.077Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-27T04:40:28.097Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-01-27T04:40:28.646Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-01-27T04:40:28.647Z | info: downloading component 'cargo' |
| 34 | 2024-01-27T04:40:42.417Z | info: downloading component 'clippy' |
| 35 | 2024-01-27T04:40:42.563Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-27T04:40:42.563Z | info: downloading component 'rust-std' |
| 37 | 2024-01-27T04:40:43.011Z | info: downloading component 'rustc' |
| 38 | 2024-01-27T04:40:43.012Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-27T04:40:43.012Z | info: installing component 'cargo' |
| 40 | 2024-01-27T04:40:43.035Z | info: installing component 'clippy' |
| 41 | 2024-01-27T04:40:43.035Z | info: installing component 'rust-docs' |
| 42 | 2024-01-27T04:40:43.036Z | info: installing component 'rust-std' |
| 43 | 2024-01-27T04:40:45.065Z | info: installing component 'rustc' |
| 44 | 2024-01-27T04:41:10.790Z | info: installing component 'rustfmt' |
| 45 | 2024-01-27T04:41:10.814Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-01-27T04:41:10.814Z | |
| 47 | 2024-01-27T04:41:10.814Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-01-27T04:41:10.814Z | |
| 49 | 2024-01-27T04:41:10.814Z | |
| 50 | 2024-01-27T04:41:10.814Z | Rust is installed now. Great! |
| 51 | 2024-01-27T04:41:10.814Z | |
| 52 | 2024-01-27T04:41:10.815Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-27T04:41:10.815Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-27T04:41:10.815Z | |
| 55 | 2024-01-27T04:41:10.815Z | To configure your current shell, run: |
| 56 | 2024-01-27T04:41:10.816Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-27T04:41:11.018Z | + rustc --version |
| 58 | 2024-01-27T04:41:11.019Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-01-27T04:41:11.019Z | process exited: duration 30858 ms, exit code 0 |
| |
| 60 | 2024-01-27T04:41:11.052Z | starting task 2: "authentication" |
| 61 | 2024-01-27T04:41:11.079Z | process exited: duration 32 ms, exit code 0 |
| |
| 62 | 2024-01-27T04:41:11.101Z | starting task 3: "clone repository" |
| 63 | 2024-01-27T04:41:11.114Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-01-27T04:41:11.114Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-01-27T04:41:11.501Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-01-27T04:41:17.610Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-01-27T04:41:17.610Z | + git fetch origin 1c2e6af3e6159be151d1fae22015add1ea889f74 |
| 68 | 2024-01-27T04:41:17.963Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-01-27T04:41:17.967Z | * branch 1c2e6af3e6159be151d1fae22015add1ea889f74 -> FETCH_HEAD |
| 70 | 2024-01-27T04:41:17.976Z | + [[ -n '' ]] |
| 71 | 2024-01-27T04:41:17.976Z | + git reset --hard 1c2e6af3e6159be151d1fae22015add1ea889f74 |
| 72 | 2024-01-27T04:41:18.159Z | HEAD is now at 1c2e6af3e Update Rust crate rcgen to 0.12.1 |
| 73 | 2024-01-27T04:41:18.162Z | process exited: duration 7059 ms, exit code 0 |
| |
| 74 | 2024-01-27T04:41:18.168Z | starting task 4: "build" |
| 75 | 2024-01-27T04:41:18.175Z | + cargo --version |
| 76 | 2024-01-27T04:41:18.182Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 77 | 2024-01-27T04:41:18.359Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 78 | 2024-01-27T04:41:18.362Z | info: downloading component 'cargo' |
| 79 | 2024-01-27T04:41:19.100Z | info: downloading component 'clippy' |
| 80 | 2024-01-27T04:41:19.441Z | info: downloading component 'rust-docs' |
| 81 | 2024-01-27T04:41:20.212Z | info: downloading component 'rust-std' |
| 82 | 2024-01-27T04:41:21.493Z | info: downloading component 'rustc' |
| 83 | 2024-01-27T04:41:24.837Z | info: downloading component 'rustfmt' |
| 84 | 2024-01-27T04:41:25.194Z | info: installing component 'cargo' |
| 85 | 2024-01-27T04:41:26.489Z | info: installing component 'clippy' |
| 86 | 2024-01-27T04:41:26.980Z | info: installing component 'rust-docs' |
| 87 | 2024-01-27T04:41:29.820Z | info: installing component 'rust-std' |
| 88 | 2024-01-27T04:41:32.254Z | info: installing component 'rustc' |
| 89 | 2024-01-27T04:41:39.234Z | info: installing component 'rustfmt' |
| 90 | 2024-01-27T04:41:39.294Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 91 | 2024-01-27T04:41:39.294Z | + rustc --version |
| 92 | 2024-01-27T04:41:39.295Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 93 | 2024-01-27T04:41:39.295Z | + source ./env.sh |
| 94 | 2024-01-27T04:41:39.295Z | ++ set -o xtrace |
| 95 | 2024-01-27T04:41:39.295Z | ++++ dirname ./env.sh |
| 96 | 2024-01-27T04:41:39.305Z | +++ cd . |
| 97 | 2024-01-27T04:41:39.305Z | +++ echo /work/oxidecomputer/omicron |
| 98 | 2024-01-27T04:41:39.305Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2024-01-27T04:41:39.305Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-01-27T04:41:39.305Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2024-01-27T04:41:39.305Z | ++ 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 |
| 102 | 2024-01-27T04:41:39.305Z | ++ 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 |
| 103 | 2024-01-27T04:41:39.305Z | ++ 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 |
| 104 | 2024-01-27T04:41:39.306Z | ++ 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 |
| 105 | 2024-01-27T04:41:39.306Z | ++ 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 |
| 106 | 2024-01-27T04:41:39.306Z | ++ 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 |
| 107 | 2024-01-27T04:41:39.307Z | ++ unset OMICRON_WS |
| 108 | 2024-01-27T04:41:39.307Z | ++ set +o xtrace |
| 109 | 2024-01-27T04:41:39.382Z | |
| 110 | 2024-01-27T04:41:39.382Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2024-01-27T04:41:39.382Z | # # # # # # # # # # # # # # # |
| 112 | 2024-01-27T04:41:39.382Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2024-01-27T04:41:39.382Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2024-01-27T04:41:39.382Z | # # # # # # # # # # # # # # # |
| 115 | 2024-01-27T04:41:39.382Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2024-01-27T04:41:39.382Z | |
| 117 | 2024-01-27T04:41:55.885Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-01-27T04:41:57.715Z | Startup: Caching catalogs ... Done |
| 119 | 2024-01-27T04:42:00.430Z | Planning: Solver setup ... Done (2.225s) |
| 120 | 2024-01-27T04:42:00.487Z | Planning: Running solver ... Done (0.057s) |
| 121 | 2024-01-27T04:42:00.519Z | Planning: Finding local manifests ... Done (0.003s) |
| 122 | 2024-01-27T04:42:00.534Z | Planning: Fetching manifests: 0/4 0% complete |
| 123 | 2024-01-27T04:42:00.860Z | Planning: Fetching manifests: 4/4 100% complete |
| 124 | 2024-01-27T04:42:00.942Z | Planning: Package planning ... Done (0.082s) |
| 125 | 2024-01-27T04:42:01.026Z | Planning: Merging actions ... Done (0.084s) |
| 126 | 2024-01-27T04:42:02.220Z | Planning: Checking for conflicting actions ... Done (1.193s) |
| 127 | 2024-01-27T04:42:02.239Z | Planning: Consolidating action changes ... Done (0.018s) |
| 128 | 2024-01-27T04:42:09.233Z | Planning: Evaluating mediators ... Done (6.995s) |
| 129 | 2024-01-27T04:42:09.249Z | Planning: Planning completed in 11.47 seconds |
| 130 | 2024-01-27T04:42:12.730Z | Packages to install: 4 |
| 131 | 2024-01-27T04:42:12.731Z | Mediators to change: 2 |
| 132 | 2024-01-27T04:42:12.731Z | Services to change: 1 |
| 133 | 2024-01-27T04:42:12.736Z | Estimated space available: 148.87 GB |
| 134 | 2024-01-27T04:42:12.736Z | Estimated space to be consumed: 1.40 GB |
| 135 | 2024-01-27T04:42:12.736Z | Create boot environment: No |
| 136 | 2024-01-27T04:42:12.736Z | Create backup boot environment: No |
| 137 | 2024-01-27T04:42:12.737Z | Rebuild boot archive: No |
| 138 | 2024-01-27T04:42:12.737Z | |
| 139 | 2024-01-27T04:42:12.737Z | Changed mediators: |
| 140 | 2024-01-27T04:42:12.737Z | mediator clang: |
| 141 | 2024-01-27T04:42:12.737Z | version: None -> 15 (system default) |
| 142 | 2024-01-27T04:42:12.737Z | |
| 143 | 2024-01-27T04:42:12.737Z | mediator llvm: |
| 144 | 2024-01-27T04:42:12.737Z | version: 14 (system default) -> 15 (system default) |
| 145 | 2024-01-27T04:42:12.737Z | |
| 146 | 2024-01-27T04:42:12.737Z | Changed packages: |
| 147 | 2024-01-27T04:42:12.737Z | helios-dev |
| 148 | 2024-01-27T04:42:12.737Z | developer/build-essential |
| 149 | 2024-01-27T04:42:12.738Z | None -> 11-2.0 |
| 150 | 2024-01-27T04:42:12.738Z | library/libxmlsec1 |
| 151 | 2024-01-27T04:42:12.738Z | None -> 1.2.35-2.0 |
| 152 | 2024-01-27T04:42:12.742Z | ooce/developer/clang-15 |
| 153 | 2024-01-27T04:42:12.742Z | None -> 15.0.7-2.0 |
| 154 | 2024-01-27T04:42:12.742Z | ooce/developer/llvm-15 |
| 155 | 2024-01-27T04:42:12.743Z | None -> 15.0.7-2.0 |
| 156 | 2024-01-27T04:42:12.743Z | |
| 157 | 2024-01-27T04:42:12.743Z | Services: |
| 158 | 2024-01-27T04:42:12.743Z | restart_fmri: |
| 159 | 2024-01-27T04:42:12.743Z | svc:/system/update-man-index:default |
| 160 | 2024-01-27T04:42:13.067Z | |
| 161 | 2024-01-27T04:42:13.067Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 162 | 2024-01-27T04:42:18.067Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s) |
| 163 | 2024-01-27T04:42:23.071Z | Download: 2965/3290 items 121.2/212.6MB 57% complete (12.2M/s) |
| 164 | 2024-01-27T04:42:28.001Z | Download: Completed 212.60 MB in 14.93 seconds (14.2M/s) |
| 165 | 2024-01-27T04:42:28.655Z | Actions: 1/3689 actions (Installing new actions) |
| 166 | 2024-01-27T04:42:33.739Z | Actions: 2444/3689 actions (Installing new actions) |
| 167 | 2024-01-27T04:42:36.500Z | Actions: Completed 3689 actions in 7.84 seconds. |
| 168 | 2024-01-27T04:42:36.640Z | Done (0.133s) |
| 169 | 2024-01-27T04:42:36.640Z | Done (0.000s) |
| 170 | 2024-01-27T04:42:36.963Z | Done (0.323s) |
| 171 | 2024-01-27T04:42:45.685Z | Done (8.585s) |
| 172 | 2024-01-27T04:42:45.980Z | Done (0.191s) |
| 173 | 2024-01-27T04:42:45.984Z | Done (0.000s) |
| 174 | 2024-01-27T04:42:46.247Z | Done (0.000s) |
| 175 | 2024-01-27T04:42:46.979Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2024-01-27T04:42:47.259Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2024-01-27T04:42:47.262Z | Planning: Consolidating action changes ... Done |
| 178 | 2024-01-27T04:42:47.692Z | Planning: Evaluating mediators ... Done |
| 179 | 2024-01-27T04:42:47.697Z | Planning: Planning completed in 0.72 seconds |
| 180 | 2024-01-27T04:42:47.746Z | Mediators to change: 2 |
| 181 | 2024-01-27T04:42:47.749Z | Create boot environment: No |
| 182 | 2024-01-27T04:42:47.749Z | Create backup boot environment: No |
| 183 | 2024-01-27T04:42:47.860Z | Done |
| 184 | 2024-01-27T04:42:47.860Z | Done |
| 185 | 2024-01-27T04:42:48.058Z | Done |
| 186 | 2024-01-27T04:42:53.800Z | Done |
| 187 | 2024-01-27T04:42:53.921Z | Done |
| 188 | 2024-01-27T04:42:53.924Z | Done |
| 189 | 2024-01-27T04:42:54.037Z | Done |
| 190 | 2024-01-27T04:42:55.047Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2024-01-27T04:42:55.050Z | Planning: Merging actions ... Done |
| 192 | 2024-01-27T04:42:55.380Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2024-01-27T04:42:55.384Z | Planning: Consolidating action changes ... Done |
| 194 | 2024-01-27T04:42:55.813Z | Planning: Evaluating mediators ... Done |
| 195 | 2024-01-27T04:42:55.905Z | Planning: Planning completed in 1.31 seconds |
| 196 | 2024-01-27T04:42:55.964Z | Packages to change: 1 |
| 197 | 2024-01-27T04:42:55.967Z | Mediators to change: 1 |
| 198 | 2024-01-27T04:42:55.967Z | Services to change: 1 |
| 199 | 2024-01-27T04:42:55.967Z | Create boot environment: No |
| 200 | 2024-01-27T04:42:55.967Z | Create backup boot environment: Yes |
| 201 | 2024-01-27T04:42:58.121Z | Actions: 1/6 actions (Updating modified actions) |
| 202 | 2024-01-27T04:42:58.124Z | Actions: Completed 6 actions in 0.00 seconds. |
| 203 | 2024-01-27T04:42:58.125Z | Done |
| 204 | 2024-01-27T04:42:58.125Z | Done |
| 205 | 2024-01-27T04:42:58.199Z | Done |
| 206 | 2024-01-27T04:43:04.193Z | Done |
| 207 | 2024-01-27T04:43:04.315Z | Done |
| 208 | 2024-01-27T04:43:04.321Z | Done |
| 209 | 2024-01-27T04:43:04.439Z | Done |
| 210 | 2024-01-27T04:43:05.105Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 211 | 2024-01-27T04:43:05.105Z | clang system 15 system |
| 212 | 2024-01-27T04:43:05.105Z | csh system system illumos |
| 213 | 2024-01-27T04:43:05.105Z | ctags system system illumos |
| 214 | 2024-01-27T04:43:05.105Z | gcc vendor 12 vendor |
| 215 | 2024-01-27T04:43:05.105Z | gcc system 10 system |
| 216 | 2024-01-27T04:43:05.105Z | gcc system 7 system |
| 217 | 2024-01-27T04:43:05.105Z | go system 1.20 system |
| 218 | 2024-01-27T04:43:05.105Z | go system 1.19 system |
| 219 | 2024-01-27T04:43:05.106Z | llvm system 15 system |
| 220 | 2024-01-27T04:43:05.106Z | llvm system 14 system |
| 221 | 2024-01-27T04:43:05.106Z | mariadb system 10.6 system |
| 222 | 2024-01-27T04:43:05.106Z | mta vendor vendor dma |
| 223 | 2024-01-27T04:43:05.106Z | openjdk system 17 system |
| 224 | 2024-01-27T04:43:05.106Z | openjdk system 11 system |
| 225 | 2024-01-27T04:43:05.106Z | openjdk system 1.8 system |
| 226 | 2024-01-27T04:43:05.106Z | openssl vendor 3 vendor |
| 227 | 2024-01-27T04:43:05.106Z | perl system 5.36 system |
| 228 | 2024-01-27T04:43:05.106Z | postgresql system 15 system |
| 229 | 2024-01-27T04:43:05.106Z | postgresql system 13 system |
| 230 | 2024-01-27T04:43:05.106Z | python vendor 3 vendor |
| 231 | 2024-01-27T04:43:05.106Z | python system 2 system |
| 232 | 2024-01-27T04:43:05.106Z | python3 system 3.11 system |
| 233 | 2024-01-27T04:43:05.106Z | ruby system 3.0 system |
| 234 | 2024-01-27T04:43:05.106Z | words vendor vendor american-english |
| 235 | 2024-01-27T04:43:05.106Z | words system system australian-english |
| 236 | 2024-01-27T04:43:05.106Z | words system system british-english |
| 237 | 2024-01-27T04:43:05.106Z | words system system canadian-english |
| 238 | 2024-01-27T04:43:05.106Z | words system system french |
| 239 | 2024-01-27T04:43:05.106Z | words system system italian |
| 240 | 2024-01-27T04:43:05.106Z | words system system ngerman |
| 241 | 2024-01-27T04:43:05.106Z | words system system ogerman |
| 242 | 2024-01-27T04:43:05.106Z | words system system spanish |
| 243 | 2024-01-27T04:43:05.628Z | FMRI IFO |
| 244 | 2024-01-27T04:43:05.628Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2024-01-27T04:43:05.628Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2024-01-27T04:43:05.628Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2024-01-27T04:43:05.628Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2024-01-27T04:43:05.629Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2024-01-27T04:43:05.629Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 250 | 2024-01-27T04:43:05.629Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 251 | 2024-01-27T04:43:05.629Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 252 | 2024-01-27T04:43:05.699Z | + set -o errexit |
| 253 | 2024-01-27T04:43:05.703Z | +++ dirname ./tools/ci_download_cockroachdb |
| 254 | 2024-01-27T04:43:05.705Z | ++ cd ./tools |
| 255 | 2024-01-27T04:43:05.706Z | ++ pwd |
| 256 | 2024-01-27T04:43:05.706Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 257 | 2024-01-27T04:43:05.706Z | ++ basename ./tools/ci_download_cockroachdb |
| 258 | 2024-01-27T04:43:05.709Z | + ARG0=ci_download_cockroachdb |
| 259 | 2024-01-27T04:43:05.709Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 260 | 2024-01-27T04:43:05.712Z | + CIDL_VERSION=v22.1.9 |
| 261 | 2024-01-27T04:43:05.712Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 262 | 2024-01-27T04:43:05.712Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 263 | 2024-01-27T04:43:05.712Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 264 | 2024-01-27T04:43:05.712Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 265 | 2024-01-27T04:43:05.712Z | + TARGET_DIR=out |
| 266 | 2024-01-27T04:43:05.712Z | + DOWNLOAD_DIR=out/downloads |
| 267 | 2024-01-27T04:43:05.713Z | + DEST_DIR=./out/cockroachdb |
| 268 | 2024-01-27T04:43:05.713Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 269 | 2024-01-27T04:43:05.713Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 270 | 2024-01-27T04:43:05.713Z | + main |
| 271 | 2024-01-27T04:43:05.713Z | + [[ 0 != 0 ]] |
| 272 | 2024-01-27T04:43:05.713Z | + CIDL_OS=solaris2.11 |
| 273 | 2024-01-27T04:43:05.713Z | + [[ 0 != 0 ]] |
| 274 | 2024-01-27T04:43:05.713Z | + configure_os solaris2.11 |
| 275 | 2024-01-27T04:43:05.713Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 276 | 2024-01-27T04:43:05.713Z | current directory: /work/oxidecomputer/omicron |
| 277 | 2024-01-27T04:43:05.713Z | + echo 'configuring based on OS: "solaris2.11"' |
| 278 | 2024-01-27T04:43:05.713Z | + case "$1" in |
| 279 | 2024-01-27T04:43:05.713Z | configuring based on OS: "solaris2.11" |
| 280 | 2024-01-27T04:43:05.713Z | + CIDL_BUILD=illumos |
| 281 | 2024-01-27T04:43:05.713Z | + CIDL_SUFFIX=tar.gz |
| 282 | 2024-01-27T04:43:05.713Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 283 | 2024-01-27T04:43:05.713Z | + CIDL_MD5FUNC=do_md5sum |
| 284 | 2024-01-27T04:43:05.713Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 285 | 2024-01-27T04:43:05.713Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 286 | 2024-01-27T04:43:05.713Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 287 | 2024-01-27T04:43:05.713Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2024-01-27T04:43:05.713Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2024-01-27T04:43:05.714Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 290 | 2024-01-27T04:43:05.714Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2024-01-27T04:43:05.714Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 292 | 2024-01-27T04:43:05.714Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2024-01-27T04:43:05.714Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 294 | 2024-01-27T04:43:05.714Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-01-27T04:43:05.714Z | + mkdir -p out/downloads |
| 296 | 2024-01-27T04:43:05.717Z | + mkdir -p ./out/cockroachdb |
| 297 | 2024-01-27T04:43:05.717Z | + local DO_DOWNLOAD=true |
| 298 | 2024-01-27T04:43:05.717Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 299 | 2024-01-27T04:43:05.717Z | + '[' true == true ']' |
| 300 | 2024-01-27T04:43:05.717Z | + echo Downloading... |
| 301 | 2024-01-27T04:43:05.717Z | Downloading... |
| 302 | 2024-01-27T04:43:05.717Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 303 | 2024-01-27T04:43:05.717Z | + 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 |
| 304 | 2024-01-27T04:43:08.409Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 305 | 2024-01-27T04:43:08.412Z | ++ md5sum |
| 306 | 2024-01-27T04:43:08.412Z | ++ awk '{print $1}' |
| 307 | 2024-01-27T04:43:08.664Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 308 | 2024-01-27T04:43:08.664Z | + [[ 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 ]] |
| 309 | 2024-01-27T04:43:08.664Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-01-27T04:43:08.667Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 311 | 2024-01-27T04:43:12.121Z | + do_assemble_illumos |
| 312 | 2024-01-27T04:43:12.121Z | + rm -r ./out/cockroachdb |
| 313 | 2024-01-27T04:43:12.124Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 314 | 2024-01-27T04:43:12.751Z | + ./out/cockroachdb/bin/cockroach version |
| 315 | 2024-01-27T04:43:13.194Z | Build Tag: v22.1.9-dirty |
| 316 | 2024-01-27T04:43:13.194Z | Build Time: 2022/10/26 21:17:46 |
| 317 | 2024-01-27T04:43:13.194Z | Distribution: OSS |
| 318 | 2024-01-27T04:43:13.194Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 319 | 2024-01-27T04:43:13.194Z | Go Version: go1.17.13 |
| 320 | 2024-01-27T04:43:13.194Z | C Compiler: gcc 10.3.0 |
| 321 | 2024-01-27T04:43:13.194Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 322 | 2024-01-27T04:43:13.194Z | Build Type: release |
| 323 | 2024-01-27T04:43:13.219Z | + set -o errexit |
| 324 | 2024-01-27T04:43:13.223Z | +++ dirname ./tools/ci_download_clickhouse |
| 325 | 2024-01-27T04:43:13.226Z | ++ cd ./tools |
| 326 | 2024-01-27T04:43:13.226Z | ++ pwd |
| 327 | 2024-01-27T04:43:13.226Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 328 | 2024-01-27T04:43:13.230Z | ++ basename ./tools/ci_download_clickhouse |
| 329 | 2024-01-27T04:43:13.230Z | + ARG0=ci_download_clickhouse |
| 330 | 2024-01-27T04:43:13.230Z | + TARGET_DIR=out |
| 331 | 2024-01-27T04:43:13.230Z | + DOWNLOAD_DIR=out/downloads |
| 332 | 2024-01-27T04:43:13.230Z | + DEST_DIR=./out/clickhouse |
| 333 | 2024-01-27T04:43:13.230Z | + CIDL_VERSION=v22.8.9.24 |
| 334 | 2024-01-27T04:43:13.230Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 335 | 2024-01-27T04:43:13.230Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 336 | 2024-01-27T04:43:13.230Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 337 | 2024-01-27T04:43:13.230Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 338 | 2024-01-27T04:43:13.230Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 339 | 2024-01-27T04:43:13.231Z | + main |
| 340 | 2024-01-27T04:43:13.231Z | + [[ 0 != 0 ]] |
| 341 | 2024-01-27T04:43:13.248Z | + CIDL_OS=solaris2.11 |
| 342 | 2024-01-27T04:43:13.248Z | + [[ 0 != 0 ]] |
| 343 | 2024-01-27T04:43:13.248Z | + configure_os solaris2.11 |
| 344 | 2024-01-27T04:43:13.248Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 345 | 2024-01-27T04:43:13.248Z | current directory: /work/oxidecomputer/omicron |
| 346 | 2024-01-27T04:43:13.248Z | + echo 'configuring based on OS: "solaris2.11"' |
| 347 | 2024-01-27T04:43:13.248Z | + CIDL_DASHREV= |
| 348 | 2024-01-27T04:43:13.248Z | + case "$1" in |
| 349 | 2024-01-27T04:43:13.248Z | configuring based on OS: "solaris2.11" |
| 350 | 2024-01-27T04:43:13.248Z | + CIDL_PLATFORM=illumos |
| 351 | 2024-01-27T04:43:13.248Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 352 | 2024-01-27T04:43:13.248Z | + CIDL_MD5FUNC=do_md5sum |
| 353 | 2024-01-27T04:43:13.249Z | + CIDL_DASHREV=-1 |
| 354 | 2024-01-27T04:43:13.249Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 355 | 2024-01-27T04:43:13.249Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 356 | 2024-01-27T04:43:13.249Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 357 | 2024-01-27T04:43:13.249Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 358 | 2024-01-27T04:43:13.249Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 359 | 2024-01-27T04:43:13.249Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 360 | 2024-01-27T04:43:13.249Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2024-01-27T04:43:13.249Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 362 | 2024-01-27T04:43:13.249Z | + mkdir -p out/downloads |
| 363 | 2024-01-27T04:43:13.253Z | + mkdir -p ./out/clickhouse |
| 364 | 2024-01-27T04:43:13.253Z | + local DO_DOWNLOAD=true |
| 365 | 2024-01-27T04:43:13.253Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 366 | 2024-01-27T04:43:13.253Z | + '[' true == true ']' |
| 367 | 2024-01-27T04:43:13.254Z | + echo Downloading... |
| 368 | 2024-01-27T04:43:13.254Z | Downloading... |
| 369 | 2024-01-27T04:43:13.254Z | + 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 |
| 370 | 2024-01-27T04:43:13.254Z | + 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 |
| 371 | 2024-01-27T04:43:15.065Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 372 | 2024-01-27T04:43:15.071Z | ++ md5sum |
| 373 | 2024-01-27T04:43:15.071Z | ++ awk '{print $1}' |
| 374 | 2024-01-27T04:43:15.326Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 375 | 2024-01-27T04:43:15.327Z | + [[ 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 ]] |
| 376 | 2024-01-27T04:43:15.327Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 377 | 2024-01-27T04:43:15.330Z | + mkdir -p ./out/clickhouse |
| 378 | 2024-01-27T04:43:15.330Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 379 | 2024-01-27T04:43:20.094Z | + ./out/clickhouse/clickhouse server --version |
| 380 | 2024-01-27T04:43:20.146Z | ClickHouse server version 22.8.9.1. |
| 381 | 2024-01-27T04:43:20.167Z | + set -o errexit |
| 382 | 2024-01-27T04:43:20.171Z | +++ dirname ./tools/ci_download_console |
| 383 | 2024-01-27T04:43:20.173Z | ++ cd ./tools |
| 384 | 2024-01-27T04:43:20.173Z | ++ pwd |
| 385 | 2024-01-27T04:43:20.174Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 386 | 2024-01-27T04:43:20.177Z | ++ basename ./tools/ci_download_console |
| 387 | 2024-01-27T04:43:20.178Z | + ARG0=ci_download_console |
| 388 | 2024-01-27T04:43:20.179Z | + TARGET_DIR=out |
| 389 | 2024-01-27T04:43:20.179Z | + DOWNLOAD_DIR=out/downloads |
| 390 | 2024-01-27T04:43:20.179Z | + DEST_DIR=./out/console-assets |
| 391 | 2024-01-27T04:43:20.179Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 392 | 2024-01-27T04:43:20.179Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
| 393 | 2024-01-27T04:43:20.179Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 394 | 2024-01-27T04:43:20.179Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 395 | 2024-01-27T04:43:20.179Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 396 | 2024-01-27T04:43:20.179Z | + main |
| 397 | 2024-01-27T04:43:20.179Z | + [[ 0 != 0 ]] |
| 398 | 2024-01-27T04:43:20.179Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
| 399 | 2024-01-27T04:43:20.179Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 400 | 2024-01-27T04:43:20.179Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 401 | 2024-01-27T04:43:20.179Z | + local DO_DOWNLOAD=true |
| 402 | 2024-01-27T04:43:20.180Z | Local file: out/downloads/console.tar.gz |
| 403 | 2024-01-27T04:43:20.180Z | + [[ -f out/downloads/console.tar.gz ]] |
| 404 | 2024-01-27T04:43:20.180Z | + mkdir -p out/downloads |
| 405 | 2024-01-27T04:43:20.183Z | + '[' true == true ']' |
| 406 | 2024-01-27T04:43:20.183Z | + echo Downloading... |
| 407 | 2024-01-27T04:43:20.183Z | Downloading... |
| 408 | 2024-01-27T04:43:20.183Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
| 409 | 2024-01-27T04:43:20.183Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 410 | 2024-01-27T04:43:20.773Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 411 | 2024-01-27T04:43:20.777Z | ++ case "$OSTYPE" in |
| 412 | 2024-01-27T04:43:20.777Z | ++ SHA=sha256sum |
| 413 | 2024-01-27T04:43:20.777Z | ++ sha256sum |
| 414 | 2024-01-27T04:43:20.777Z | ++ awk '{print $1}' |
| 415 | 2024-01-27T04:43:20.895Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 416 | 2024-01-27T04:43:20.895Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
| 417 | 2024-01-27T04:43:20.898Z | + rm -rf ./out/console-assets |
| 418 | 2024-01-27T04:43:20.898Z | + mkdir -p ./out/console-assets |
| 419 | 2024-01-27T04:43:20.901Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 420 | 2024-01-27T04:43:20.901Z | + mkdir -p ./out/console-assets |
| 421 | 2024-01-27T04:43:20.904Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 422 | 2024-01-27T04:43:21.045Z | + set -o errexit |
| 423 | 2024-01-27T04:43:21.048Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 424 | 2024-01-27T04:43:21.048Z | ++ cd ./tools |
| 425 | 2024-01-27T04:43:21.048Z | ++ pwd |
| 426 | 2024-01-27T04:43:21.048Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 427 | 2024-01-27T04:43:21.048Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 428 | 2024-01-27T04:43:21.051Z | + ARG0=ci_download_maghemite_openapi |
| 429 | 2024-01-27T04:43:21.052Z | + TARGET_DIR=out |
| 430 | 2024-01-27T04:43:21.052Z | + DOWNLOAD_DIR=out/downloads |
| 431 | 2024-01-27T04:43:21.052Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 432 | 2024-01-27T04:43:21.052Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
| 433 | 2024-01-27T04:43:21.052Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 434 | 2024-01-27T04:43:21.052Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
| 435 | 2024-01-27T04:43:21.052Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 436 | 2024-01-27T04:43:21.053Z | + main |
| 437 | 2024-01-27T04:43:21.053Z | + [[ 0 != 0 ]] |
| 438 | 2024-01-27T04:43:21.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
| 439 | 2024-01-27T04:43:21.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
| 440 | 2024-01-27T04:43:21.053Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
| 441 | 2024-01-27T04:43:21.053Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 442 | 2024-01-27T04:43:21.053Z | + local DO_DOWNLOAD=true |
| 443 | 2024-01-27T04:43:21.053Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
| 444 | 2024-01-27T04:43:21.053Z | + mkdir -p out/downloads |
| 445 | 2024-01-27T04:43:21.056Z | + '[' true == true ']' |
| 446 | 2024-01-27T04:43:21.056Z | + echo Downloading... |
| 447 | 2024-01-27T04:43:21.056Z | Downloading... |
| 448 | 2024-01-27T04:43:21.056Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 449 | 2024-01-27T04:43:21.057Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
| 450 | 2024-01-27T04:43:21.250Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 451 | 2024-01-27T04:43:21.253Z | ++ case "$OSTYPE" in |
| 452 | 2024-01-27T04:43:21.253Z | ++ SHA=sha256sum |
| 453 | 2024-01-27T04:43:21.253Z | ++ sha256sum |
| 454 | 2024-01-27T04:43:21.253Z | ++ awk '{print $1}' |
| 455 | 2024-01-27T04:43:21.256Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 456 | 2024-01-27T04:43:21.256Z | + [[ 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 ]] |
| 457 | 2024-01-27T04:43:21.267Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 458 | 2024-01-27T04:43:21.267Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
| 459 | 2024-01-27T04:43:21.267Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 460 | 2024-01-27T04:43:21.267Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
| 461 | 2024-01-27T04:43:21.267Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 462 | 2024-01-27T04:43:21.267Z | + main |
| 463 | 2024-01-27T04:43:21.267Z | + [[ 0 != 0 ]] |
| 464 | 2024-01-27T04:43:21.267Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
| 465 | 2024-01-27T04:43:21.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
| 466 | 2024-01-27T04:43:21.268Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
| 467 | 2024-01-27T04:43:21.268Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 468 | 2024-01-27T04:43:21.268Z | + local DO_DOWNLOAD=true |
| 469 | 2024-01-27T04:43:21.268Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
| 470 | 2024-01-27T04:43:21.268Z | + mkdir -p out/downloads |
| 471 | 2024-01-27T04:43:21.268Z | + '[' true == true ']' |
| 472 | 2024-01-27T04:43:21.268Z | + echo Downloading... |
| 473 | 2024-01-27T04:43:21.268Z | Downloading... |
| 474 | 2024-01-27T04:43:21.268Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 475 | 2024-01-27T04:43:21.268Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
| 476 | 2024-01-27T04:43:21.437Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
| 477 | 2024-01-27T04:43:21.440Z | ++ case "$OSTYPE" in |
| 478 | 2024-01-27T04:43:21.440Z | ++ SHA=sha256sum |
| 479 | 2024-01-27T04:43:21.441Z | ++ sha256sum |
| 480 | 2024-01-27T04:43:21.441Z | ++ awk '{print $1}' |
| 481 | 2024-01-27T04:43:21.444Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 482 | 2024-01-27T04:43:21.444Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
| 483 | 2024-01-27T04:43:21.452Z | + set -o errexit |
| 484 | 2024-01-27T04:43:21.455Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 485 | 2024-01-27T04:43:21.458Z | ++ cd ./tools |
| 486 | 2024-01-27T04:43:21.458Z | ++ pwd |
| 487 | 2024-01-27T04:43:21.458Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 488 | 2024-01-27T04:43:21.459Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 489 | 2024-01-27T04:43:21.462Z | + ARG0=ci_download_dendrite_openapi |
| 490 | 2024-01-27T04:43:21.462Z | + TARGET_DIR=out |
| 491 | 2024-01-27T04:43:21.462Z | + DOWNLOAD_DIR=out/downloads |
| 492 | 2024-01-27T04:43:21.462Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 493 | 2024-01-27T04:43:21.462Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 494 | 2024-01-27T04:43:21.462Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 495 | 2024-01-27T04:43:21.462Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 496 | 2024-01-27T04:43:21.462Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 497 | 2024-01-27T04:43:21.462Z | + main |
| 498 | 2024-01-27T04:43:21.463Z | + [[ 0 != 0 ]] |
| 499 | 2024-01-27T04:43:21.463Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
| 500 | 2024-01-27T04:43:21.463Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 501 | 2024-01-27T04:43:21.463Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
| 502 | 2024-01-27T04:43:21.463Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 503 | 2024-01-27T04:43:21.463Z | + local DO_DOWNLOAD=true |
| 504 | 2024-01-27T04:43:21.463Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
| 505 | 2024-01-27T04:43:21.463Z | + mkdir -p out/downloads |
| 506 | 2024-01-27T04:43:21.466Z | + '[' true == true ']' |
| 507 | 2024-01-27T04:43:21.466Z | + echo Downloading... |
| 508 | 2024-01-27T04:43:21.466Z | Downloading... |
| 509 | 2024-01-27T04:43:21.466Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 510 | 2024-01-27T04:43:21.466Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 511 | 2024-01-27T04:43:21.660Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 512 | 2024-01-27T04:43:21.663Z | ++ case "$OSTYPE" in |
| 513 | 2024-01-27T04:43:21.663Z | ++ SHA=sha256sum |
| 514 | 2024-01-27T04:43:21.663Z | ++ sha256sum |
| 515 | 2024-01-27T04:43:21.663Z | ++ awk '{print $1}' |
| 516 | 2024-01-27T04:43:21.667Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 517 | 2024-01-27T04:43:21.667Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 518 | 2024-01-27T04:43:21.676Z | + set -o errexit |
| 519 | 2024-01-27T04:43:21.679Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 520 | 2024-01-27T04:43:21.682Z | ++ cd ./tools |
| 521 | 2024-01-27T04:43:21.682Z | ++ pwd |
| 522 | 2024-01-27T04:43:21.682Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 523 | 2024-01-27T04:43:21.688Z | ++ basename ./tools/ci_download_dendrite_stub |
| 524 | 2024-01-27T04:43:21.689Z | + ARG0=ci_download_dendrite_stub |
| 525 | 2024-01-27T04:43:21.689Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 526 | 2024-01-27T04:43:21.690Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 527 | 2024-01-27T04:43:21.690Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
| 528 | 2024-01-27T04:43:21.690Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
| 529 | 2024-01-27T04:43:21.690Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 530 | 2024-01-27T04:43:21.690Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 531 | 2024-01-27T04:43:21.690Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 532 | 2024-01-27T04:43:21.690Z | + TARGET_DIR=out |
| 533 | 2024-01-27T04:43:21.690Z | + DOWNLOAD_DIR=out/downloads |
| 534 | 2024-01-27T04:43:21.690Z | + DEST_DIR=./out/dendrite-stub |
| 535 | 2024-01-27T04:43:21.690Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 536 | 2024-01-27T04:43:21.690Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 537 | 2024-01-27T04:43:21.690Z | + REPO=oxidecomputer/dendrite |
| 538 | 2024-01-27T04:43:21.690Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 539 | 2024-01-27T04:43:21.690Z | + main |
| 540 | 2024-01-27T04:43:21.690Z | + [[ 0 != 0 ]] |
| 541 | 2024-01-27T04:43:21.690Z | + CIDL_OS=solaris2.11 |
| 542 | 2024-01-27T04:43:21.691Z | + [[ 0 != 0 ]] |
| 543 | 2024-01-27T04:43:21.691Z | + configure_os solaris2.11 |
| 544 | 2024-01-27T04:43:21.691Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 545 | 2024-01-27T04:43:21.691Z | current directory: /work/oxidecomputer/omicron |
| 546 | 2024-01-27T04:43:21.691Z | + echo 'configuring based on OS: "solaris2.11"' |
| 547 | 2024-01-27T04:43:21.691Z | configuring based on OS: "solaris2.11" |
| 548 | 2024-01-27T04:43:21.691Z | + case "$1" in |
| 549 | 2024-01-27T04:43:21.693Z | + SET_BINARIES= |
| 550 | 2024-01-27T04:43:21.693Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 551 | 2024-01-27T04:43:21.693Z | + CIDL_SHA256FUNC=do_sha256sum |
| 552 | 2024-01-27T04:43:21.693Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 553 | 2024-01-27T04:43:21.693Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 554 | 2024-01-27T04:43:21.693Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 555 | 2024-01-27T04:43:21.693Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
| 556 | 2024-01-27T04:43:21.694Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 557 | 2024-01-27T04:43:21.694Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 558 | 2024-01-27T04:43:21.694Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 559 | 2024-01-27T04:43:21.694Z | + mkdir -p out/downloads |
| 560 | 2024-01-27T04:43:21.697Z | + mkdir -p ./out/dendrite-stub |
| 561 | 2024-01-27T04:43:21.697Z | + fetch_and_verify |
| 562 | 2024-01-27T04:43:21.697Z | + local DO_DOWNLOAD=true |
| 563 | 2024-01-27T04:43:21.697Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 564 | 2024-01-27T04:43:21.698Z | + '[' true == true ']' |
| 565 | 2024-01-27T04:43:21.698Z | + echo Downloading... |
| 566 | 2024-01-27T04:43:21.698Z | Downloading... |
| 567 | 2024-01-27T04:43:21.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 568 | 2024-01-27T04:43:21.698Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 569 | 2024-01-27T04:43:29.133Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 570 | 2024-01-27T04:43:29.141Z | ++ sha256sum |
| 571 | 2024-01-27T04:43:29.141Z | ++ awk '{print $1}' |
| 572 | 2024-01-27T04:43:29.238Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 573 | 2024-01-27T04:43:29.238Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
| 574 | 2024-01-27T04:43:29.238Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 575 | 2024-01-27T04:43:29.241Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 576 | 2024-01-27T04:43:30.336Z | + do_assemble |
| 577 | 2024-01-27T04:43:30.339Z | + rm -r ./out/dendrite-stub |
| 578 | 2024-01-27T04:43:30.342Z | + mkdir ./out/dendrite-stub |
| 579 | 2024-01-27T04:43:30.342Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 580 | 2024-01-27T04:43:30.534Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 581 | 2024-01-27T04:43:30.546Z | + set -o errexit |
| 582 | 2024-01-27T04:43:30.549Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 583 | 2024-01-27T04:43:30.552Z | ++ cd ./tools |
| 584 | 2024-01-27T04:43:30.552Z | ++ pwd |
| 585 | 2024-01-27T04:43:30.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 586 | 2024-01-27T04:43:30.556Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 587 | 2024-01-27T04:43:30.556Z | + ARG0=ci_download_maghemite_mgd |
| 588 | 2024-01-27T04:43:30.556Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 589 | 2024-01-27T04:43:30.556Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
| 590 | 2024-01-27T04:43:30.556Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
| 591 | 2024-01-27T04:43:30.556Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 592 | 2024-01-27T04:43:30.556Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
| 593 | 2024-01-27T04:43:30.556Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 594 | 2024-01-27T04:43:30.556Z | + TARGET_DIR=out |
| 595 | 2024-01-27T04:43:30.556Z | + DOWNLOAD_DIR=out/downloads |
| 596 | 2024-01-27T04:43:30.556Z | + DEST_DIR=./out/mgd |
| 597 | 2024-01-27T04:43:30.556Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 598 | 2024-01-27T04:43:30.556Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 599 | 2024-01-27T04:43:30.556Z | + REPO=oxidecomputer/maghemite |
| 600 | 2024-01-27T04:43:30.556Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
| 601 | 2024-01-27T04:43:30.557Z | + main |
| 602 | 2024-01-27T04:43:30.559Z | + [[ 0 != 0 ]] |
| 603 | 2024-01-27T04:43:30.559Z | + CIDL_OS=solaris2.11 |
| 604 | 2024-01-27T04:43:30.559Z | + [[ 0 != 0 ]] |
| 605 | 2024-01-27T04:43:30.559Z | + configure_os solaris2.11 |
| 606 | 2024-01-27T04:43:30.559Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 607 | 2024-01-27T04:43:30.559Z | current directory: /work/oxidecomputer/omicron |
| 608 | 2024-01-27T04:43:30.559Z | + echo 'configuring based on OS: "solaris2.11"' |
| 609 | 2024-01-27T04:43:30.559Z | + case "$1" in |
| 610 | 2024-01-27T04:43:30.559Z | + SET_BINARIES= |
| 611 | 2024-01-27T04:43:30.559Z | configuring based on OS: "solaris2.11" |
| 612 | 2024-01-27T04:43:30.559Z | + CIDL_SHA256FUNC=do_sha256sum |
| 613 | 2024-01-27T04:43:30.559Z | + TARBALL_FILENAME=mgd.tar.gz |
| 614 | 2024-01-27T04:43:30.559Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
| 615 | 2024-01-27T04:43:30.559Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 616 | 2024-01-27T04:43:30.559Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
| 617 | 2024-01-27T04:43:30.559Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
| 618 | 2024-01-27T04:43:30.559Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 619 | 2024-01-27T04:43:30.559Z | Local file: out/downloads/mgd.tar.gz |
| 620 | 2024-01-27T04:43:30.559Z | + mkdir -p out/downloads |
| 621 | 2024-01-27T04:43:30.562Z | + mkdir -p ./out/mgd |
| 622 | 2024-01-27T04:43:30.563Z | + fetch_and_verify |
| 623 | 2024-01-27T04:43:30.563Z | + local DO_DOWNLOAD=true |
| 624 | 2024-01-27T04:43:30.563Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 625 | 2024-01-27T04:43:30.563Z | + '[' true == true ']' |
| 626 | 2024-01-27T04:43:30.563Z | + echo Downloading... |
| 627 | 2024-01-27T04:43:30.563Z | Downloading... |
| 628 | 2024-01-27T04:43:30.563Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
| 629 | 2024-01-27T04:43:30.563Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
| 630 | 2024-01-27T04:43:35.030Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 631 | 2024-01-27T04:43:35.034Z | ++ sha256sum |
| 632 | 2024-01-27T04:43:35.034Z | ++ awk '{print $1}' |
| 633 | 2024-01-27T04:43:35.107Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
| 634 | 2024-01-27T04:43:35.108Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
| 635 | 2024-01-27T04:43:35.111Z | + do_untar out/downloads/mgd.tar.gz |
| 636 | 2024-01-27T04:43:35.111Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 637 | 2024-01-27T04:43:35.772Z | + do_assemble |
| 638 | 2024-01-27T04:43:35.772Z | + rm -r ./out/mgd |
| 639 | 2024-01-27T04:43:35.775Z | + mkdir ./out/mgd |
| 640 | 2024-01-27T04:43:35.778Z | + cp -r out/downloads/root ./out/mgd/root |
| 641 | 2024-01-27T04:43:36.002Z | + set -o errexit |
| 642 | 2024-01-27T04:43:36.004Z | +++ dirname ./tools/ci_download_transceiver_control |
| 643 | 2024-01-27T04:43:36.005Z | ++ cd ./tools |
| 644 | 2024-01-27T04:43:36.005Z | ++ pwd |
| 645 | 2024-01-27T04:43:36.007Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 646 | 2024-01-27T04:43:36.008Z | ++ basename ./tools/ci_download_transceiver_control |
| 647 | 2024-01-27T04:43:36.008Z | + ARG0=ci_download_transceiver_control |
| 648 | 2024-01-27T04:43:36.008Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 649 | 2024-01-27T04:43:36.011Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 650 | 2024-01-27T04:43:36.011Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 651 | 2024-01-27T04:43:36.012Z | + TARGET_DIR=out |
| 652 | 2024-01-27T04:43:36.012Z | + DOWNLOAD_DIR=out/downloads |
| 653 | 2024-01-27T04:43:36.012Z | + DEST_DIR=./out/transceiver-control |
| 654 | 2024-01-27T04:43:36.012Z | + BIN_DIR=/opt/oxide/bin |
| 655 | 2024-01-27T04:43:36.012Z | + BINARY=xcvradm |
| 656 | 2024-01-27T04:43:36.012Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 657 | 2024-01-27T04:43:36.012Z | + REPO=oxidecomputer/transceiver-control |
| 658 | 2024-01-27T04:43:36.012Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 659 | 2024-01-27T04:43:36.012Z | + main |
| 660 | 2024-01-27T04:43:36.012Z | + [[ 0 != 0 ]] |
| 661 | 2024-01-27T04:43:36.012Z | + CIDL_OS=solaris2.11 |
| 662 | 2024-01-27T04:43:36.021Z | + [[ 0 != 0 ]] |
| 663 | 2024-01-27T04:43:36.021Z | + configure_os solaris2.11 |
| 664 | 2024-01-27T04:43:36.021Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 665 | 2024-01-27T04:43:36.021Z | current directory: /work/oxidecomputer/omicron |
| 666 | 2024-01-27T04:43:36.021Z | + echo 'configuring based on OS: "solaris2.11"' |
| 667 | 2024-01-27T04:43:36.021Z | configuring based on OS: "solaris2.11" |
| 668 | 2024-01-27T04:43:36.021Z | + case "$1" in |
| 669 | 2024-01-27T04:43:36.021Z | + SET_BINARIES= |
| 670 | 2024-01-27T04:43:36.021Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 671 | 2024-01-27T04:43:36.021Z | + CIDL_SHA256FUNC=do_sha256sum |
| 672 | 2024-01-27T04:43:36.021Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 673 | 2024-01-27T04:43:36.021Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 674 | 2024-01-27T04:43:36.022Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 675 | 2024-01-27T04:43:36.022Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 676 | 2024-01-27T04:43:36.022Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 677 | 2024-01-27T04:43:36.022Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 678 | 2024-01-27T04:43:36.022Z | Local file: out/downloads/xcvradm.gz |
| 679 | 2024-01-27T04:43:36.022Z | + mkdir -p out/downloads |
| 680 | 2024-01-27T04:43:36.025Z | + mkdir -p ./out/transceiver-control |
| 681 | 2024-01-27T04:43:36.026Z | + fetch_and_verify |
| 682 | 2024-01-27T04:43:36.026Z | + local DO_DOWNLOAD=true |
| 683 | 2024-01-27T04:43:36.026Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 684 | 2024-01-27T04:43:36.026Z | + '[' true == true ']' |
| 685 | 2024-01-27T04:43:36.026Z | + echo Downloading... |
| 686 | 2024-01-27T04:43:36.026Z | Downloading... |
| 687 | 2024-01-27T04:43:36.026Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 688 | 2024-01-27T04:43:36.026Z | + 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 |
| 689 | 2024-01-27T04:43:37.245Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 690 | 2024-01-27T04:43:37.248Z | ++ sha256sum |
| 691 | 2024-01-27T04:43:37.248Z | ++ awk '{print $1}' |
| 692 | 2024-01-27T04:43:37.271Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 693 | 2024-01-27T04:43:37.271Z | + [[ 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 ]] |
| 694 | 2024-01-27T04:43:37.274Z | + do_unpack out/downloads/xcvradm.gz |
| 695 | 2024-01-27T04:43:37.274Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 696 | 2024-01-27T04:43:37.274Z | + gzip -dc out/downloads/xcvradm.gz |
| 697 | 2024-01-27T04:43:37.456Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 698 | 2024-01-27T04:43:37.459Z | + do_assemble |
| 699 | 2024-01-27T04:43:37.459Z | + rm -r ./out/transceiver-control |
| 700 | 2024-01-27T04:43:37.463Z | + mkdir ./out/transceiver-control |
| 701 | 2024-01-27T04:43:37.466Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 702 | 2024-01-27T04:43:37.989Z | All builder prerequisites installed successfully, and PATH looks valid |
| 703 | 2024-01-27T04:43:37.992Z | |
| 704 | 2024-01-27T04:43:37.992Z | real 1:58.522373030 |
| 705 | 2024-01-27T04:43:37.992Z | user 52.850165690 |
| 706 | 2024-01-27T04:43:37.992Z | sys 10.067143426 |
| 707 | 2024-01-27T04:43:37.992Z | trap 0.021767286 |
| 708 | 2024-01-27T04:43:37.992Z | tflt 0.349000039 |
| 709 | 2024-01-27T04:43:37.992Z | dflt 0.668855787 |
| 710 | 2024-01-27T04:43:37.992Z | kflt 0.328400333 |
| 711 | 2024-01-27T04:43:37.992Z | lock 2.831801027 |
| 712 | 2024-01-27T04:43:37.992Z | slp 3:34.656006028 |
| 713 | 2024-01-27T04:43:37.992Z | lat 3.387017162 |
| 714 | 2024-01-27T04:43:37.992Z | stop 0.068915299 |
| 715 | 2024-01-27T04:43:37.996Z | |
| 716 | 2024-01-27T04:43:37.996Z | #### # # ##### ##### # # |
| 717 | 2024-01-27T04:43:37.996Z | # # # # # # # # # # |
| 718 | 2024-01-27T04:43:37.996Z | # # # # # # # # |
| 719 | 2024-01-27T04:43:37.996Z | # # # ##### ##### # |
| 720 | 2024-01-27T04:43:37.996Z | # # # # # # # |
| 721 | 2024-01-27T04:43:37.996Z | #### ###### # # # # |
| 722 | 2024-01-27T04:43:37.996Z | |
| 723 | 2024-01-27T04:43:38.391Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 724 | 2024-01-27T04:43:38.831Z | Updating crates.io index |
| 725 | 2024-01-27T04:43:38.835Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 726 | 2024-01-27T04:43:39.695Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 727 | 2024-01-27T04:43:41.829Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 728 | 2024-01-27T04:43:42.463Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 729 | 2024-01-27T04:43:42.862Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 730 | 2024-01-27T04:43:43.225Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 731 | 2024-01-27T04:43:43.602Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 732 | 2024-01-27T04:43:44.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 733 | 2024-01-27T04:43:46.683Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 734 | 2024-01-27T04:43:47.858Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 735 | 2024-01-27T04:43:48.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 736 | 2024-01-27T04:43:48.976Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 737 | 2024-01-27T04:43:49.502Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 738 | 2024-01-27T04:43:50.046Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 739 | 2024-01-27T04:43:50.539Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 740 | 2024-01-27T04:43:50.997Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 741 | 2024-01-27T04:43:51.597Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 742 | 2024-01-27T04:43:52.146Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 743 | 2024-01-27T04:43:52.741Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 744 | 2024-01-27T04:43:53.250Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 745 | 2024-01-27T04:43:53.652Z | Updating git repository `https://github.com/jgallagher/nix` |
| 746 | 2024-01-27T04:43:55.253Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 747 | 2024-01-27T04:43:55.714Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 748 | 2024-01-27T04:43:57.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 749 | 2024-01-27T04:43:58.140Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 750 | 2024-01-27T04:43:58.563Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 751 | 2024-01-27T04:44:00.486Z | Downloading crates ... |
| 752 | 2024-01-27T04:44:00.695Z | Downloaded toml_datetime v0.6.5 |
| 753 | 2024-01-27T04:44:00.706Z | Downloaded toml_edit v0.21.0 |
| 754 | 2024-01-27T04:44:00.748Z | Downloaded equivalent v1.0.1 |
| 755 | 2024-01-27T04:44:00.751Z | Downloaded colorchoice v1.0.0 |
| 756 | 2024-01-27T04:44:00.759Z | Downloaded clap_lex v0.5.1 |
| 757 | 2024-01-27T04:44:00.762Z | Downloaded utf8parse v0.2.1 |
| 758 | 2024-01-27T04:44:00.762Z | Downloaded thiserror v1.0.56 |
| 759 | 2024-01-27T04:44:00.771Z | Downloaded anstream v0.5.0 |
| 760 | 2024-01-27T04:44:00.774Z | Downloaded heck v0.4.1 |
| 761 | 2024-01-27T04:44:00.778Z | Downloaded clap_derive v4.4.2 |
| 762 | 2024-01-27T04:44:00.781Z | Downloaded terminal_size v0.2.6 |
| 763 | 2024-01-27T04:44:00.785Z | Downloaded thiserror-impl v1.0.56 |
| 764 | 2024-01-27T04:44:00.785Z | Downloaded quote v1.0.35 |
| 765 | 2024-01-27T04:44:00.788Z | Downloaded camino v1.1.6 |
| 766 | 2024-01-27T04:44:00.791Z | Downloaded itoa v1.0.9 |
| 767 | 2024-01-27T04:44:00.794Z | Downloaded io-lifetimes v1.0.11 |
| 768 | 2024-01-27T04:44:00.798Z | Downloaded cargo_toml v0.18.0 |
| 769 | 2024-01-27T04:44:00.801Z | Downloaded anyhow v1.0.75 |
| 770 | 2024-01-27T04:44:00.806Z | Downloaded proc-macro2 v1.0.78 |
| 771 | 2024-01-27T04:44:00.811Z | Downloaded clap v4.4.3 |
| 772 | 2024-01-27T04:44:00.826Z | Downloaded toml v0.8.8 |
| 773 | 2024-01-27T04:44:00.831Z | Downloaded memchr v2.6.3 |
| 774 | 2024-01-27T04:44:00.841Z | Downloaded serde_derive v1.0.195 |
| 775 | 2024-01-27T04:44:00.846Z | Downloaded winnow v0.5.15 |
| 776 | 2024-01-27T04:44:00.860Z | Downloaded hashbrown v0.14.2 |
| 777 | 2024-01-27T04:44:00.870Z | Downloaded clap_builder v4.4.2 |
| 778 | 2024-01-27T04:44:00.882Z | Downloaded syn v2.0.48 |
| 779 | 2024-01-27T04:44:00.901Z | Downloaded rustix v0.37.23 |
| 780 | 2024-01-27T04:44:00.938Z | Downloaded libc v0.2.152 |
| 781 | 2024-01-27T04:44:00.987Z | Downloaded serde_json v1.0.111 |
| 782 | 2024-01-27T04:44:01.001Z | Downloaded serde v1.0.195 |
| 783 | 2024-01-27T04:44:01.008Z | Downloaded indexmap v2.1.0 |
| 784 | 2024-01-27T04:44:01.011Z | Downloaded ryu v1.0.15 |
| 785 | 2024-01-27T04:44:01.016Z | Downloaded anstyle-parse v0.2.1 |
| 786 | 2024-01-27T04:44:01.020Z | Downloaded semver v1.0.21 |
| 787 | 2024-01-27T04:44:01.023Z | Downloaded errno v0.3.8 |
| 788 | 2024-01-27T04:44:01.025Z | Downloaded bitflags v1.3.2 |
| 789 | 2024-01-27T04:44:01.029Z | Downloaded anstyle-query v1.0.0 |
| 790 | 2024-01-27T04:44:01.032Z | Downloaded anstyle v1.0.2 |
| 791 | 2024-01-27T04:44:01.035Z | Downloaded unicode-ident v1.0.12 |
| 792 | 2024-01-27T04:44:01.038Z | Downloaded cargo-platform v0.1.3 |
| 793 | 2024-01-27T04:44:01.041Z | Downloaded cargo_metadata v0.18.1 |
| 794 | 2024-01-27T04:44:01.044Z | Downloaded serde_spanned v0.6.4 |
| 795 | 2024-01-27T04:44:01.044Z | Downloaded strsim v0.10.0 |
| 796 | 2024-01-27T04:44:01.161Z | Compiling proc-macro2 v1.0.78 |
| 797 | 2024-01-27T04:44:01.161Z | Compiling unicode-ident v1.0.12 |
| 798 | 2024-01-27T04:44:01.165Z | Compiling serde v1.0.195 |
| 799 | 2024-01-27T04:44:01.165Z | Compiling libc v0.2.152 |
| 800 | 2024-01-27T04:44:01.176Z | Compiling io-lifetimes v1.0.11 |
| 801 | 2024-01-27T04:44:01.179Z | Compiling rustix v0.37.23 |
| 802 | 2024-01-27T04:44:01.179Z | Compiling equivalent v1.0.1 |
| 803 | 2024-01-27T04:44:01.179Z | Compiling utf8parse v0.2.1 |
| 804 | 2024-01-27T04:44:01.438Z | Compiling bitflags v1.3.2 |
| 805 | 2024-01-27T04:44:01.501Z | Compiling hashbrown v0.14.2 |
| 806 | 2024-01-27T04:44:01.518Z | Compiling anstyle-parse v0.2.1 |
| 807 | 2024-01-27T04:44:01.571Z | Compiling semver v1.0.21 |
| 808 | 2024-01-27T04:44:01.985Z | Compiling colorchoice v1.0.0 |
| 809 | 2024-01-27T04:44:02.152Z | Compiling anstyle-query v1.0.0 |
| 810 | 2024-01-27T04:44:02.266Z | Compiling serde_json v1.0.111 |
| 811 | 2024-01-27T04:44:03.091Z | Compiling indexmap v2.1.0 |
| 812 | 2024-01-27T04:44:03.179Z | Compiling thiserror v1.0.56 |
| 813 | 2024-01-27T04:44:03.200Z | Compiling anstyle v1.0.2 |
| 814 | 2024-01-27T04:44:03.346Z | Compiling winnow v0.5.15 |
| 815 | 2024-01-27T04:44:03.365Z | Compiling camino v1.1.6 |
| 816 | 2024-01-27T04:44:03.714Z | Compiling anstream v0.5.0 |
| 817 | 2024-01-27T04:44:03.950Z | Compiling strsim v0.10.0 |
| 818 | 2024-01-27T04:44:04.086Z | Compiling clap_lex v0.5.1 |
| 819 | 2024-01-27T04:44:04.380Z | Compiling ryu v1.0.15 |
| 820 | 2024-01-27T04:44:04.741Z | Compiling quote v1.0.35 |
| 821 | 2024-01-27T04:44:04.875Z | Compiling anyhow v1.0.75 |
| 822 | 2024-01-27T04:44:04.919Z | Compiling itoa v1.0.9 |
| 823 | 2024-01-27T04:44:04.969Z | Compiling heck v0.4.1 |
| 824 | 2024-01-27T04:44:05.253Z | Compiling errno v0.3.8 |
| 825 | 2024-01-27T04:44:05.298Z | Compiling syn v2.0.48 |
| 826 | 2024-01-27T04:44:07.018Z | Compiling terminal_size v0.2.6 |
| 827 | 2024-01-27T04:44:07.152Z | Compiling clap_builder v4.4.2 |
| 828 | 2024-01-27T04:44:13.433Z | Compiling serde_derive v1.0.195 |
| 829 | 2024-01-27T04:44:13.439Z | Compiling thiserror-impl v1.0.56 |
| 830 | 2024-01-27T04:44:13.439Z | Compiling clap_derive v4.4.2 |
| 831 | 2024-01-27T04:44:17.835Z | Compiling clap v4.4.3 |
| 832 | 2024-01-27T04:44:26.350Z | Compiling toml_datetime v0.6.5 |
| 833 | 2024-01-27T04:44:26.353Z | Compiling serde_spanned v0.6.4 |
| 834 | 2024-01-27T04:44:26.353Z | Compiling cargo-platform v0.1.3 |
| 835 | 2024-01-27T04:44:26.718Z | Compiling toml_edit v0.21.0 |
| 836 | 2024-01-27T04:44:28.421Z | Compiling cargo_metadata v0.18.1 |
| 837 | 2024-01-27T04:44:29.923Z | Compiling toml v0.8.8 |
| 838 | 2024-01-27T04:44:30.945Z | Compiling cargo_toml v0.18.0 |
| 839 | 2024-01-27T04:44:37.263Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 840 | 2024-01-27T04:44:38.641Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
| 841 | 2024-01-27T04:44:38.859Z | Running `target/debug/xtask clippy` |
| 842 | 2024-01-27T04:44:38.912Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 843 | 2024-01-27T04:44:39.755Z | Downloading crates ... |
| 844 | 2024-01-27T04:44:40.035Z | Downloaded addr2line v0.21.0 |
| 845 | 2024-01-27T04:44:40.042Z | Downloaded anes v0.1.6 |
| 846 | 2024-01-27T04:44:40.048Z | Downloaded ansi_term v0.12.1 |
| 847 | 2024-01-27T04:44:40.053Z | Downloaded atomicwrites v0.4.3 |
| 848 | 2024-01-27T04:44:40.056Z | Downloaded atomic-waker v1.1.1 |
| 849 | 2024-01-27T04:44:40.060Z | Downloaded async-stream-impl v0.3.5 |
| 850 | 2024-01-27T04:44:40.065Z | Downloaded async-trait v0.1.77 |
| 851 | 2024-01-27T04:44:40.074Z | Downloaded cfg-expr v0.15.5 |
| 852 | 2024-01-27T04:44:40.084Z | Downloaded http-body v0.4.5 |
| 853 | 2024-01-27T04:44:40.092Z | Downloaded cstr-argument v0.1.2 |
| 854 | 2024-01-27T04:44:40.098Z | Downloaded libtest-mimic v0.6.1 |
| 855 | 2024-01-27T04:44:40.107Z | Downloaded http-range v0.1.5 |
| 856 | 2024-01-27T04:44:40.111Z | Downloaded linked-hash-map v0.5.6 |
| 857 | 2024-01-27T04:44:40.126Z | Downloaded lazycell v1.3.0 |
| 858 | 2024-01-27T04:44:40.132Z | Downloaded lock_api v0.4.10 |
| 859 | 2024-01-27T04:44:40.138Z | Downloaded darling v0.20.3 |
| 860 | 2024-01-27T04:44:40.148Z | Downloaded cipher v0.4.4 |
| 861 | 2024-01-27T04:44:40.153Z | Downloaded nodrop v0.1.14 |
| 862 | 2024-01-27T04:44:40.157Z | Downloaded serde-big-array v0.5.1 |
| 863 | 2024-01-27T04:44:40.164Z | Downloaded normalize-line-endings v0.3.0 |
| 864 | 2024-01-27T04:44:40.172Z | Downloaded num_threads v0.1.6 |
| 865 | 2024-01-27T04:44:40.190Z | Downloaded cpufeatures v0.2.12 |
| 866 | 2024-01-27T04:44:40.190Z | Downloaded iana-time-zone v0.1.57 |
| 867 | 2024-01-27T04:44:40.190Z | Downloaded block-buffer v0.10.4 |
| 868 | 2024-01-27T04:44:40.190Z | Downloaded instant v0.1.12 |
| 869 | 2024-01-27T04:44:40.199Z | Downloaded cobs v0.2.3 |
| 870 | 2024-01-27T04:44:40.199Z | Downloaded cfg-if v1.0.0 |
| 871 | 2024-01-27T04:44:40.199Z | Downloaded ciborium-ll v0.2.2 |
| 872 | 2024-01-27T04:44:40.202Z | Downloaded crc-catalog v2.2.0 |
| 873 | 2024-01-27T04:44:40.202Z | Downloaded mime_guess v2.0.4 |
| 874 | 2024-01-27T04:44:40.207Z | Downloaded crc v3.0.1 |
| 875 | 2024-01-27T04:44:40.212Z | Downloaded time-core v0.1.1 |
| 876 | 2024-01-27T04:44:40.215Z | Downloaded httptest v0.15.5 |
| 877 | 2024-01-27T04:44:40.221Z | Downloaded dtrace-parser v0.2.0 |
| 878 | 2024-01-27T04:44:40.224Z | Downloaded httpdate v1.0.3 |
| 879 | 2024-01-27T04:44:40.229Z | Downloaded crossbeam-queue v0.3.8 |
| 880 | 2024-01-27T04:44:40.236Z | Downloaded textwrap v0.11.0 |
| 881 | 2024-01-27T04:44:40.242Z | Downloaded nu-ansi-term v0.49.0 |
| 882 | 2024-01-27T04:44:40.245Z | Downloaded headers-core v0.2.0 |
| 883 | 2024-01-27T04:44:40.248Z | Downloaded slog-json v2.6.1 |
| 884 | 2024-01-27T04:44:40.252Z | Downloaded doc-comment v0.3.3 |
| 885 | 2024-01-27T04:44:40.254Z | Downloaded bitflags v2.4.0 |
| 886 | 2024-01-27T04:44:40.260Z | Downloaded zone_cfg_derive v0.3.0 |
| 887 | 2024-01-27T04:44:40.263Z | Downloaded dyn-clone v1.0.13 |
| 888 | 2024-01-27T04:44:40.266Z | Downloaded num-bigint v0.4.4 |
| 889 | 2024-01-27T04:44:40.276Z | Downloaded openssl-probe v0.1.5 |
| 890 | 2024-01-27T04:44:40.279Z | Downloaded bzip2 v0.4.4 |
| 891 | 2024-01-27T04:44:40.283Z | Downloaded cookie v0.18.0 |
| 892 | 2024-01-27T04:44:40.289Z | Downloaded endian-type v0.1.2 |
| 893 | 2024-01-27T04:44:40.292Z | Downloaded rand_xorshift v0.3.0 |
| 894 | 2024-01-27T04:44:40.294Z | Downloaded fs-err v2.11.0 |
| 895 | 2024-01-27T04:44:40.297Z | Downloaded getopts v0.2.21 |
| 896 | 2024-01-27T04:44:40.300Z | Downloaded glob v0.3.1 |
| 897 | 2024-01-27T04:44:40.303Z | Downloaded serde-big-array v0.4.1 |
| 898 | 2024-01-27T04:44:40.307Z | Downloaded plotters-svg v0.3.5 |
| 899 | 2024-01-27T04:44:40.310Z | Downloaded strum_macros v0.25.2 |
| 900 | 2024-01-27T04:44:40.313Z | Downloaded phf_shared v0.10.0 |
| 901 | 2024-01-27T04:44:40.316Z | Downloaded packed_struct v0.10.1 |
| 902 | 2024-01-27T04:44:40.319Z | Downloaded which v4.4.0 |
| 903 | 2024-01-27T04:44:40.322Z | Downloaded indexmap v1.9.3 |
| 904 | 2024-01-27T04:44:40.330Z | Downloaded heck v0.3.3 |
| 905 | 2024-01-27T04:44:40.333Z | Downloaded test-strategy v0.3.1 |
| 906 | 2024-01-27T04:44:40.338Z | Downloaded futures-task v0.3.30 |
| 907 | 2024-01-27T04:44:40.351Z | Downloaded pest_derive v2.7.6 |
| 908 | 2024-01-27T04:44:40.351Z | Downloaded pkcs8 v0.10.2 |
| 909 | 2024-01-27T04:44:40.354Z | Downloaded pkg-config v0.3.27 |
| 910 | 2024-01-27T04:44:40.357Z | Downloaded strum v0.25.0 |
| 911 | 2024-01-27T04:44:40.358Z | Downloaded untrusted v0.7.1 |
| 912 | 2024-01-27T04:44:40.360Z | Downloaded tempfile v3.9.0 |
| 913 | 2024-01-27T04:44:40.364Z | Downloaded debug-ignore v1.0.5 |
| 914 | 2024-01-27T04:44:40.368Z | Downloaded rstest_macros v0.18.2 |
| 915 | 2024-01-27T04:44:40.374Z | Downloaded toolchain_find v0.2.0 |
| 916 | 2024-01-27T04:44:40.377Z | Downloaded shlex v1.3.0 |
| 917 | 2024-01-27T04:44:40.380Z | Downloaded sec1 v0.7.3 |
| 918 | 2024-01-27T04:44:40.383Z | Downloaded sha1 v0.10.6 |
| 919 | 2024-01-27T04:44:40.387Z | Downloaded untrusted v0.9.0 |
| 920 | 2024-01-27T04:44:40.390Z | Downloaded deranged v0.3.8 |
| 921 | 2024-01-27T04:44:40.393Z | Downloaded serde_repr v0.1.16 |
| 922 | 2024-01-27T04:44:40.396Z | Downloaded darling_macro v0.14.4 |
| 923 | 2024-01-27T04:44:40.399Z | Downloaded tower-service v0.3.2 |
| 924 | 2024-01-27T04:44:40.402Z | Downloaded tower-layer v0.3.2 |
| 925 | 2024-01-27T04:44:40.402Z | Downloaded utf-8 v0.7.6 |
| 926 | 2024-01-27T04:44:40.405Z | Downloaded zerocopy v0.3.0 |
| 927 | 2024-01-27T04:44:40.408Z | Downloaded proc-macro-error v1.0.4 |
| 928 | 2024-01-27T04:44:40.414Z | Downloaded http v1.0.0 |
| 929 | 2024-01-27T04:44:40.422Z | Downloaded foreign-types-shared v0.3.1 |
| 930 | 2024-01-27T04:44:40.425Z | Downloaded foreign-types-shared v0.1.1 |
| 931 | 2024-01-27T04:44:40.428Z | Downloaded rpassword v7.3.1 |
| 932 | 2024-01-27T04:44:40.428Z | Downloaded yasna v0.5.2 |
| 933 | 2024-01-27T04:44:40.433Z | Downloaded smallvec v0.6.14 |
| 934 | 2024-01-27T04:44:40.439Z | Downloaded serde_derive_internals v0.26.0 |
| 935 | 2024-01-27T04:44:40.442Z | Downloaded omicron-zone-package v0.10.1 |
| 936 | 2024-01-27T04:44:40.445Z | Downloaded plotters-backend v0.3.5 |
| 937 | 2024-01-27T04:44:40.449Z | Downloaded unicode-xid v0.2.4 |
| 938 | 2024-01-27T04:44:40.453Z | Downloaded serde_urlencoded v0.7.1 |
| 939 | 2024-01-27T04:44:40.456Z | Downloaded postgres-types v0.2.6 |
| 940 | 2024-01-27T04:44:40.459Z | Downloaded derive_builder_macro v0.12.0 |
| 941 | 2024-01-27T04:44:40.462Z | Downloaded crunchy v0.2.2 |
| 942 | 2024-01-27T04:44:40.465Z | Downloaded diff v0.1.13 |
| 943 | 2024-01-27T04:44:40.469Z | Downloaded pin-utils v0.1.0 |
| 944 | 2024-01-27T04:44:40.473Z | Downloaded signal-hook-tokio v0.3.1 |
| 945 | 2024-01-27T04:44:40.476Z | Downloaded base64 v0.21.7 |
| 946 | 2024-01-27T04:44:40.483Z | Downloaded schemars v0.8.16 |
| 947 | 2024-01-27T04:44:40.506Z | Downloaded oso-derive v0.27.0 |
| 948 | 2024-01-27T04:44:40.509Z | Downloaded guppy-workspace-hack v0.1.0 |
| 949 | 2024-01-27T04:44:40.509Z | Downloaded foreign-types-macros v0.2.3 |
| 950 | 2024-01-27T04:44:40.512Z | Downloaded foreign-types v0.5.0 |
| 951 | 2024-01-27T04:44:40.515Z | Downloaded futures-executor v0.3.30 |
| 952 | 2024-01-27T04:44:40.518Z | Downloaded stability v0.1.1 |
| 953 | 2024-01-27T04:44:40.518Z | Downloaded semver v0.11.0 |
| 954 | 2024-01-27T04:44:40.521Z | Downloaded wait-timeout v0.2.0 |
| 955 | 2024-01-27T04:44:40.524Z | Downloaded fixedbitset v0.4.2 |
| 956 | 2024-01-27T04:44:40.527Z | Downloaded filetime v0.2.23 |
| 957 | 2024-01-27T04:44:40.531Z | Downloaded postgres-protocol v0.6.6 |
| 958 | 2024-01-27T04:44:40.535Z | Downloaded mio v0.8.9 |
| 959 | 2024-01-27T04:44:40.546Z | Downloaded waitgroup v0.1.2 |
| 960 | 2024-01-27T04:44:40.550Z | Downloaded similar-asserts v1.5.0 |
| 961 | 2024-01-27T04:44:40.554Z | Downloaded socket2 v0.5.5 |
| 962 | 2024-01-27T04:44:40.561Z | Downloaded fnv v1.0.7 |
| 963 | 2024-01-27T04:44:40.565Z | Downloaded zeroize_derive v1.4.2 |
| 964 | 2024-01-27T04:44:40.565Z | Downloaded peeking_take_while v0.1.2 |
| 965 | 2024-01-27T04:44:40.565Z | Downloaded enum-as-inner v0.5.1 |
| 966 | 2024-01-27T04:44:40.569Z | Downloaded either v1.9.0 |
| 967 | 2024-01-27T04:44:40.572Z | Downloaded dirs-sys-next v0.1.2 |
| 968 | 2024-01-27T04:44:40.575Z | Downloaded termios v0.3.3 |
| 969 | 2024-01-27T04:44:40.578Z | Downloaded owo-colors v4.0.0 |
| 970 | 2024-01-27T04:44:40.582Z | Downloaded usdt-macro v0.3.5 |
| 971 | 2024-01-27T04:44:40.586Z | Downloaded papergrid v0.11.0 |
| 972 | 2024-01-27T04:44:40.594Z | Downloaded thread_local v1.1.7 |
| 973 | 2024-01-27T04:44:40.597Z | Downloaded walkdir v2.4.0 |
| 974 | 2024-01-27T04:44:40.601Z | Downloaded predicates-core v1.0.6 |
| 975 | 2024-01-27T04:44:40.604Z | Downloaded try-lock v0.2.4 |
| 976 | 2024-01-27T04:44:40.607Z | Downloaded unsafe-libyaml v0.2.10 |
| 977 | 2024-01-27T04:44:40.613Z | Downloaded usdt-macro v0.5.0 |
| 978 | 2024-01-27T04:44:40.616Z | Downloaded derive_builder v0.12.0 |
| 979 | 2024-01-27T04:44:40.622Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 980 | 2024-01-27T04:44:40.626Z | Downloaded strum_macros v0.24.3 |
| 981 | 2024-01-27T04:44:40.629Z | Downloaded want v0.3.1 |
| 982 | 2024-01-27T04:44:40.632Z | Downloaded oso v0.27.0 |
| 983 | 2024-01-27T04:44:40.637Z | Downloaded defmt v0.3.5 |
| 984 | 2024-01-27T04:44:40.644Z | Downloaded fd-lock v3.0.13 |
| 985 | 2024-01-27T04:44:40.649Z | Downloaded slog-scope v4.4.0 |
| 986 | 2024-01-27T04:44:40.652Z | Downloaded pretty-hex v0.2.1 |
| 987 | 2024-01-27T04:44:40.655Z | Downloaded radium v0.7.0 |
| 988 | 2024-01-27T04:44:40.655Z | Downloaded r2d2 v0.8.10 |
| 989 | 2024-01-27T04:44:40.658Z | Downloaded pathdiff v0.2.1 |
| 990 | 2024-01-27T04:44:40.661Z | Downloaded fd-lock v4.0.2 |
| 991 | 2024-01-27T04:44:40.667Z | Downloaded parse-size v1.0.0 |
| 992 | 2024-01-27T04:44:40.670Z | Downloaded usdt-attr-macro v0.3.5 |
| 993 | 2024-01-27T04:44:40.671Z | Downloaded usdt-attr-macro v0.5.0 |
| 994 | 2024-01-27T04:44:40.672Z | Downloaded pin-project-internal v1.1.3 |
| 995 | 2024-01-27T04:44:40.675Z | Downloaded shell-words v1.1.0 |
| 996 | 2024-01-27T04:44:40.675Z | Downloaded olpc-cjson v0.1.3 |
| 997 | 2024-01-27T04:44:40.678Z | Downloaded sct v0.7.0 |
| 998 | 2024-01-27T04:44:40.682Z | Downloaded headers v0.3.9 |
| 999 | 2024-01-27T04:44:40.693Z | Downloaded opaque-debug v0.3.0 |
| 1000 | 2024-01-27T04:44:40.697Z | Downloaded tinyvec_macros v0.1.1 |
| 1001 | 2024-01-27T04:44:40.700Z | Downloaded paste v1.0.14 |
| 1002 | 2024-01-27T04:44:40.703Z | Downloaded bit-vec v0.6.3 |
| 1003 | 2024-01-27T04:44:40.707Z | Downloaded rand_chacha v0.3.1 |
| 1004 | 2024-01-27T04:44:40.710Z | Downloaded data-encoding v2.4.0 |
| 1005 | 2024-01-27T04:44:40.713Z | Downloaded scroll v0.12.0 |
| 1006 | 2024-01-27T04:44:40.716Z | Downloaded getrandom v0.2.10 |
| 1007 | 2024-01-27T04:44:40.721Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1008 | 2024-01-27T04:44:40.724Z | Downloaded usdt v0.3.5 |
| 1009 | 2024-01-27T04:44:40.727Z | Downloaded tokio-rustls v0.25.0 |
| 1010 | 2024-01-27T04:44:40.730Z | Downloaded remove_dir_all v0.5.3 |
| 1011 | 2024-01-27T04:44:40.733Z | Downloaded tar v0.4.40 |
| 1012 | 2024-01-27T04:44:40.737Z | Downloaded rustls-pemfile v2.0.0 |
| 1013 | 2024-01-27T04:44:40.742Z | Downloaded wyz v0.5.1 |
| 1014 | 2024-01-27T04:44:40.745Z | Downloaded block-padding v0.3.3 |
| 1015 | 2024-01-27T04:44:40.748Z | Downloaded typed-path v0.7.0 |
| 1016 | 2024-01-27T04:44:40.760Z | Downloaded termcolor v1.2.0 |
| 1017 | 2024-01-27T04:44:40.766Z | Downloaded usdt v0.5.0 |
| 1018 | 2024-01-27T04:44:40.769Z | Downloaded unicode-linebreak v0.1.5 |
| 1019 | 2024-01-27T04:44:40.769Z | Downloaded highway v1.1.0 |
| 1020 | 2024-01-27T04:44:40.773Z | Downloaded zone v0.3.0 |
| 1021 | 2024-01-27T04:44:40.774Z | Downloaded relative-path v1.9.0 |
| 1022 | 2024-01-27T04:44:40.777Z | Downloaded h2 v0.3.24 |
| 1023 | 2024-01-27T04:44:40.790Z | Downloaded futures-io v0.3.30 |
| 1024 | 2024-01-27T04:44:40.793Z | Downloaded futures-sink v0.3.30 |
| 1025 | 2024-01-27T04:44:40.793Z | Downloaded futures-macro v0.3.30 |
| 1026 | 2024-01-27T04:44:40.796Z | Downloaded futures v0.3.30 |
| 1027 | 2024-01-27T04:44:40.805Z | Downloaded crossbeam-utils v0.8.16 |
| 1028 | 2024-01-27T04:44:40.811Z | Downloaded postcard v1.0.8 |
| 1029 | 2024-01-27T04:44:40.817Z | Downloaded tracing-core v0.1.31 |
| 1030 | 2024-01-27T04:44:40.823Z | Downloaded elliptic-curve v0.13.8 |
| 1031 | 2024-01-27T04:44:40.831Z | Downloaded curve25519-dalek v4.1.1 |
| 1032 | 2024-01-27T04:44:40.850Z | Downloaded tracing v0.1.37 |
| 1033 | 2024-01-27T04:44:40.858Z | Downloaded rustls-webpki v0.102.1 |
| 1034 | 2024-01-27T04:44:40.894Z | Downloaded x509-cert v0.2.4 |
| 1035 | 2024-01-27T04:44:40.906Z | Downloaded idna v0.5.0 |
| 1036 | 2024-01-27T04:44:40.920Z | Downloaded object v0.30.4 |
| 1037 | 2024-01-27T04:44:40.941Z | Downloaded tungstenite v0.20.1 |
| 1038 | 2024-01-27T04:44:40.947Z | Downloaded petgraph v0.6.4 |
| 1039 | 2024-01-27T04:44:40.973Z | Downloaded url v2.5.0 |
| 1040 | 2024-01-27T04:44:40.978Z | Downloaded radix_trie v0.2.1 |
| 1041 | 2024-01-27T04:44:40.997Z | Downloaded hashbrown v0.13.2 |
| 1042 | 2024-01-27T04:44:41.011Z | Downloaded webpki-roots v0.25.2 |
| 1043 | 2024-01-27T04:44:41.015Z | Downloaded regex v1.10.3 |
| 1044 | 2024-01-27T04:44:41.035Z | Downloaded trust-dns-server v0.22.1 |
| 1045 | 2024-01-27T04:44:41.048Z | Downloaded rustls-webpki v0.101.7 |
| 1046 | 2024-01-27T04:44:41.076Z | Downloaded rustls v0.21.9 |
| 1047 | 2024-01-27T04:44:41.100Z | Downloaded rustls v0.22.2 |
| 1048 | 2024-01-27T04:44:41.123Z | Downloaded plotters v0.3.5 |
| 1049 | 2024-01-27T04:44:41.141Z | Downloaded zerocopy-derive v0.2.0 |
| 1050 | 2024-01-27T04:44:41.161Z | Downloaded guppy v0.17.4 |
| 1051 | 2024-01-27T04:44:41.171Z | Downloaded sled v0.34.7 |
| 1052 | 2024-01-27T04:44:41.193Z | Downloaded proptest v1.4.0 |
| 1053 | 2024-01-27T04:44:41.217Z | Downloaded tokio v1.35.1 |
| 1054 | 2024-01-27T04:44:41.283Z | Downloaded polar-core v0.27.0 |
| 1055 | 2024-01-27T04:44:41.300Z | Downloaded smoltcp v0.9.1 |
| 1056 | 2024-01-27T04:44:41.321Z | Downloaded regex-syntax v0.6.29 |
| 1057 | 2024-01-27T04:44:41.336Z | Downloaded regress v0.7.1 |
| 1058 | 2024-01-27T04:44:41.352Z | Downloaded trust-dns-proto v0.22.0 |
| 1059 | 2024-01-27T04:44:41.376Z | Downloaded regex-syntax v0.8.2 |
| 1060 | 2024-01-27T04:44:41.396Z | Downloaded diesel v2.1.4 |
| 1061 | 2024-01-27T04:44:41.433Z | Downloaded openapiv3 v2.0.0 |
| 1062 | 2024-01-27T04:44:41.458Z | Downloaded ratatui v0.25.0 |
| 1063 | 2024-01-27T04:44:41.487Z | Downloaded zerocopy-derive v0.6.4 |
| 1064 | 2024-01-27T04:44:41.511Z | Downloaded encoding_rs v0.8.33 |
| 1065 | 2024-01-27T04:44:41.558Z | Downloaded regex-automata v0.3.8 |
| 1066 | 2024-01-27T04:44:41.598Z | Downloaded regex-automata v0.4.4 |
| 1067 | 2024-01-27T04:44:41.628Z | Downloaded sha3 v0.10.8 |
| 1068 | 2024-01-27T04:44:41.646Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1069 | 2024-01-27T04:44:41.669Z | Downloaded ring v0.17.7 |
| 1070 | 2024-01-27T04:44:41.808Z | Downloaded smoltcp v0.11.0 |
| 1071 | 2024-01-27T04:44:41.832Z | Downloaded regex-syntax v0.7.5 |
| 1072 | 2024-01-27T04:44:41.849Z | Downloaded bstr v1.6.0 |
| 1073 | 2024-01-27T04:44:41.871Z | Downloaded bstr v0.2.17 |
| 1074 | 2024-01-27T04:44:41.890Z | Downloaded syn v1.0.109 |
| 1075 | 2024-01-27T04:44:41.910Z | Downloaded idna v0.2.3 |
| 1076 | 2024-01-27T04:44:41.924Z | Downloaded vcpkg v0.2.15 |
| 1077 | 2024-01-27T04:44:41.999Z | Downloaded pest v2.7.6 |
| 1078 | 2024-01-27T04:44:42.008Z | Downloaded chrono v0.4.31 |
| 1079 | 2024-01-27T04:44:42.024Z | Downloaded gimli v0.28.0 |
| 1080 | 2024-01-27T04:44:42.041Z | Downloaded rayon v1.8.0 |
| 1081 | 2024-01-27T04:44:42.058Z | Downloaded rustix v0.38.30 |
| 1082 | 2024-01-27T04:44:42.103Z | Downloaded bindgen v0.69.2 |
| 1083 | 2024-01-27T04:44:42.118Z | Downloaded bitvec v1.0.1 |
| 1084 | 2024-01-27T04:44:42.148Z | Downloaded tabled v0.15.0 |
| 1085 | 2024-01-27T04:44:42.181Z | Downloaded openssl v0.10.60 |
| 1086 | 2024-01-27T04:44:42.620Z | Downloaded nix v0.27.1 |
| 1087 | 2024-01-27T04:44:42.620Z | Downloaded object v0.32.1 |
| 1088 | 2024-01-27T04:44:42.620Z | Downloaded ring v0.16.20 |
| 1089 | 2024-01-27T04:44:42.620Z | Downloaded trust-dns-client v0.22.0 |
| 1090 | 2024-01-27T04:44:42.620Z | Downloaded toml_edit v0.19.15 |
| 1091 | 2024-01-27T04:44:42.620Z | Downloaded tough v0.16.0 |
| 1092 | 2024-01-27T04:44:42.620Z | Downloaded hyper v0.14.27 |
| 1093 | 2024-01-27T04:44:42.620Z | Downloaded tinytemplate v1.2.1 |
| 1094 | 2024-01-27T04:44:42.620Z | Downloaded tower v0.4.13 |
| 1095 | 2024-01-27T04:44:42.620Z | Downloaded futures-util v0.3.30 |
| 1096 | 2024-01-27T04:44:42.620Z | Downloaded unicode-normalization v0.1.22 |
| 1097 | 2024-01-27T04:44:42.620Z | Downloaded sqlparser v0.43.1 |
| 1098 | 2024-01-27T04:44:42.620Z | Downloaded portable-atomic v1.4.3 |
| 1099 | 2024-01-27T04:44:42.620Z | Downloaded difflib v0.4.0 |
| 1100 | 2024-01-27T04:44:42.620Z | Downloaded trust-dns-resolver v0.22.0 |
| 1101 | 2024-01-27T04:44:42.621Z | Downloaded reedline v0.28.0 |
| 1102 | 2024-01-27T04:44:42.621Z | Downloaded uuid v1.7.0 |
| 1103 | 2024-01-27T04:44:42.621Z | Downloaded tinyvec v1.6.0 |
| 1104 | 2024-01-27T04:44:42.621Z | Downloaded salty v0.2.0 |
| 1105 | 2024-01-27T04:44:42.621Z | Downloaded goblin v0.8.0 |
| 1106 | 2024-01-27T04:44:42.621Z | Downloaded lalrpop v0.19.12 |
| 1107 | 2024-01-27T04:44:42.622Z | Downloaded mockall_derive v0.12.0 |
| 1108 | 2024-01-27T04:44:42.622Z | Downloaded unicode-segmentation v1.10.1 |
| 1109 | 2024-01-27T04:44:42.622Z | Downloaded hyper v1.1.0 |
| 1110 | 2024-01-27T04:44:42.628Z | Downloaded samael v0.0.14 |
| 1111 | 2024-01-27T04:44:42.637Z | Downloaded zerocopy v0.7.32 |
| 1112 | 2024-01-27T04:44:42.666Z | Downloaded reqwest v0.11.22 |
| 1113 | 2024-01-27T04:44:42.679Z | Downloaded hkdf v0.12.4 |
| 1114 | 2024-01-27T04:44:42.684Z | Downloaded ucd-trie v0.1.6 |
| 1115 | 2024-01-27T04:44:42.687Z | Downloaded heapless v0.7.16 |
| 1116 | 2024-01-27T04:44:42.695Z | Downloaded pretty_assertions v1.4.0 |
| 1117 | 2024-01-27T04:44:42.698Z | Downloaded num-bigint-dig v0.8.4 |
| 1118 | 2024-01-27T04:44:42.705Z | Downloaded usdt-impl v0.3.5 |
| 1119 | 2024-01-27T04:44:42.708Z | Downloaded signal-hook v0.3.17 |
| 1120 | 2024-01-27T04:44:42.712Z | Downloaded pin-project-lite v0.2.13 |
| 1121 | 2024-01-27T04:44:42.732Z | Downloaded crossbeam-epoch v0.9.15 |
| 1122 | 2024-01-27T04:44:42.748Z | Downloaded ed25519 v1.5.3 |
| 1123 | 2024-01-27T04:44:42.748Z | Downloaded rand v0.8.5 |
| 1124 | 2024-01-27T04:44:42.748Z | Downloaded half v2.3.1 |
| 1125 | 2024-01-27T04:44:42.748Z | Downloaded tokio-util v0.7.10 |
| 1126 | 2024-01-27T04:44:42.762Z | Downloaded quick-xml v0.30.0 |
| 1127 | 2024-01-27T04:44:42.780Z | Downloaded sha2 v0.10.8 |
| 1128 | 2024-01-27T04:44:42.786Z | Downloaded prettyplease v0.2.16 |
| 1129 | 2024-01-27T04:44:42.795Z | Downloaded snafu v0.7.5 |
| 1130 | 2024-01-27T04:44:42.811Z | Downloaded darling_core v0.20.3 |
| 1131 | 2024-01-27T04:44:42.825Z | Downloaded parking_lot_core v0.8.6 |
| 1132 | 2024-01-27T04:44:42.830Z | Downloaded rustls-native-certs v0.7.0 |
| 1133 | 2024-01-27T04:44:42.838Z | Downloaded trybuild v1.0.89 |
| 1134 | 2024-01-27T04:44:42.850Z | Downloaded itertools v0.12.0 |
| 1135 | 2024-01-27T04:44:42.865Z | Downloaded rand v0.4.6 |
| 1136 | 2024-01-27T04:44:42.871Z | Downloaded toml v0.5.11 |
| 1137 | 2024-01-27T04:44:42.875Z | Downloaded heapless v0.8.0 |
| 1138 | 2024-01-27T04:44:42.882Z | Downloaded embedded-io v0.4.0 |
| 1139 | 2024-01-27T04:44:42.885Z | Downloaded stringprep v0.1.3 |
| 1140 | 2024-01-27T04:44:42.888Z | Downloaded toml v0.7.8 |
| 1141 | 2024-01-27T04:44:42.893Z | Downloaded openssl-sys v0.9.96 |
| 1142 | 2024-01-27T04:44:42.902Z | Downloaded globset v0.4.13 |
| 1143 | 2024-01-27T04:44:42.905Z | Downloaded vte v0.11.1 |
| 1144 | 2024-01-27T04:44:42.909Z | Downloaded num v0.4.1 |
| 1145 | 2024-01-27T04:44:42.912Z | Downloaded predicates-tree v1.0.9 |
| 1146 | 2024-01-27T04:44:42.912Z | Downloaded vsss-rs v3.3.4 |
| 1147 | 2024-01-27T04:44:42.917Z | Downloaded diesel_derives v2.1.2 |
| 1148 | 2024-01-27T04:44:42.922Z | Downloaded platforms v3.0.2 |
| 1149 | 2024-01-27T04:44:42.927Z | Downloaded pest_generator v2.7.6 |
| 1150 | 2024-01-27T04:44:42.931Z | Downloaded futures-core v0.3.30 |
| 1151 | 2024-01-27T04:44:42.931Z | Downloaded digest v0.10.7 |
| 1152 | 2024-01-27T04:44:42.937Z | Downloaded tracing-attributes v0.1.26 |
| 1153 | 2024-01-27T04:44:42.940Z | Downloaded parking_lot v0.12.1 |
| 1154 | 2024-01-27T04:44:42.943Z | Downloaded derive_builder_core v0.12.0 |
| 1155 | 2024-01-27T04:44:42.946Z | Downloaded derive_more v0.99.17 |
| 1156 | 2024-01-27T04:44:42.953Z | Downloaded unicode_categories v0.1.1 |
| 1157 | 2024-01-27T04:44:42.957Z | Downloaded ff v0.13.0 |
| 1158 | 2024-01-27T04:44:42.960Z | Downloaded parse-display-derive v0.8.2 |
| 1159 | 2024-01-27T04:44:42.964Z | Downloaded fastrand v2.0.0 |
| 1160 | 2024-01-27T04:44:42.964Z | Downloaded signal-hook-registry v1.4.1 |
| 1161 | 2024-01-27T04:44:42.967Z | Downloaded same-file v1.0.6 |
| 1162 | 2024-01-27T04:44:42.970Z | Downloaded regex-automata v0.1.10 |
| 1163 | 2024-01-27T04:44:42.977Z | Downloaded expectorate v1.1.0 |
| 1164 | 2024-01-27T04:44:42.981Z | Downloaded spki v0.7.2 |
| 1165 | 2024-01-27T04:44:42.984Z | Downloaded ppv-lite86 v0.2.17 |
| 1166 | 2024-01-27T04:44:42.988Z | Downloaded predicates v3.1.0 |
| 1167 | 2024-01-27T04:44:42.991Z | Downloaded downcast v0.11.0 |
| 1168 | 2024-01-27T04:44:42.995Z | Downloaded dirs-next v2.0.0 |
| 1169 | 2024-01-27T04:44:42.995Z | Downloaded display-error-chain v0.2.0 |
| 1170 | 2024-01-27T04:44:42.999Z | Downloaded sqlparser_derive v0.2.2 |
| 1171 | 2024-01-27T04:44:42.999Z | Downloaded static_assertions v1.1.0 |
| 1172 | 2024-01-27T04:44:43.003Z | Downloaded stable_deref_trait v1.2.0 |
| 1173 | 2024-01-27T04:44:43.003Z | Downloaded packed_struct_codegen v0.10.1 |
| 1174 | 2024-01-27T04:44:43.003Z | Downloaded tokio-macros v2.2.0 |
| 1175 | 2024-01-27T04:44:43.007Z | Downloaded hash32 v0.3.1 |
| 1176 | 2024-01-27T04:44:43.007Z | Downloaded spin v0.9.8 |
| 1177 | 2024-01-27T04:44:43.011Z | Downloaded rstest v0.18.2 |
| 1178 | 2024-01-27T04:44:43.020Z | Downloaded secrecy v0.8.0 |
| 1179 | 2024-01-27T04:44:43.025Z | Downloaded schemars_derive v0.8.16 |
| 1180 | 2024-01-27T04:44:43.028Z | Downloaded rustversion v1.0.14 |
| 1181 | 2024-01-27T04:44:43.044Z | Downloaded darling_macro v0.20.3 |
| 1182 | 2024-01-27T04:44:43.044Z | Downloaded zeroize v1.7.0 |
| 1183 | 2024-01-27T04:44:43.044Z | Downloaded home v0.5.5 |
| 1184 | 2024-01-27T04:44:43.047Z | Downloaded criterion v0.5.1 |
| 1185 | 2024-01-27T04:44:43.047Z | Downloaded rustyline v13.0.0 |
| 1186 | 2024-01-27T04:44:43.055Z | Downloaded http v0.2.11 |
| 1187 | 2024-01-27T04:44:43.063Z | Downloaded time v0.3.27 |
| 1188 | 2024-01-27T04:44:43.074Z | Downloaded zip v0.6.6 |
| 1189 | 2024-01-27T04:44:43.080Z | Downloaded rsa v0.9.2 |
| 1190 | 2024-01-27T04:44:43.088Z | Downloaded hashbrown v0.12.3 |
| 1191 | 2024-01-27T04:44:43.096Z | Downloaded crossterm v0.27.0 |
| 1192 | 2024-01-27T04:44:43.107Z | Downloaded pin-project v1.1.3 |
| 1193 | 2024-01-27T04:44:43.129Z | Downloaded nom v7.1.3 |
| 1194 | 2024-01-27T04:44:43.138Z | Downloaded semver v0.1.20 |
| 1195 | 2024-01-27T04:44:43.142Z | Downloaded group v0.13.0 |
| 1196 | 2024-01-27T04:44:43.145Z | Downloaded tui-tree-widget v0.16.0 |
| 1197 | 2024-01-27T04:44:43.145Z | Downloaded rustc-hash v1.1.0 |
| 1198 | 2024-01-27T04:44:43.148Z | Downloaded rtoolbox v0.0.1 |
| 1199 | 2024-01-27T04:44:43.148Z | Downloaded zerocopy v0.6.4 |
| 1200 | 2024-01-27T04:44:43.153Z | Downloaded target-lexicon v0.12.12 |
| 1201 | 2024-01-27T04:44:43.156Z | Downloaded der v0.7.8 |
| 1202 | 2024-01-27T04:44:43.165Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1203 | 2024-01-27T04:44:43.169Z | Downloaded derive-where v1.2.7 |
| 1204 | 2024-01-27T04:44:43.173Z | Downloaded libxml v0.3.3 |
| 1205 | 2024-01-27T04:44:43.184Z | Downloaded crossbeam-channel v0.5.8 |
| 1206 | 2024-01-27T04:44:43.192Z | Downloaded minimal-lexical v0.2.1 |
| 1207 | 2024-01-27T04:44:43.200Z | Downloaded serde_path_to_error v0.1.15 |
| 1208 | 2024-01-27T04:44:43.203Z | Downloaded parking_lot_core v0.9.8 |
| 1209 | 2024-01-27T04:44:43.206Z | Downloaded parking_lot v0.11.2 |
| 1210 | 2024-01-27T04:44:43.210Z | Downloaded unicode-bidi v0.3.13 |
| 1211 | 2024-01-27T04:44:43.215Z | Downloaded vec_map v0.8.2 |
| 1212 | 2024-01-27T04:44:43.218Z | Downloaded structopt-derive v0.4.18 |
| 1213 | 2024-01-27T04:44:43.221Z | Downloaded criterion-plot v0.5.0 |
| 1214 | 2024-01-27T04:44:43.230Z | Downloaded corncobs v0.1.3 |
| 1215 | 2024-01-27T04:44:43.230Z | Downloaded hex-literal v0.4.1 |
| 1216 | 2024-01-27T04:44:43.230Z | Downloaded xattr v1.0.1 |
| 1217 | 2024-01-27T04:44:43.230Z | Downloaded fallible-iterator v0.2.0 |
| 1218 | 2024-01-27T04:44:43.233Z | Downloaded multer v3.0.0 |
| 1219 | 2024-01-27T04:44:43.253Z | Downloaded foreign-types v0.3.2 |
| 1220 | 2024-01-27T04:44:43.253Z | Downloaded scopeguard v1.2.0 |
| 1221 | 2024-01-27T04:44:43.253Z | Downloaded fxhash v0.2.1 |
| 1222 | 2024-01-27T04:44:43.253Z | Downloaded futures-timer v3.0.2 |
| 1223 | 2024-01-27T04:44:43.253Z | Downloaded slog-term v2.9.0 |
| 1224 | 2024-01-27T04:44:43.253Z | Downloaded slog-stdlog v4.1.1 |
| 1225 | 2024-01-27T04:44:43.253Z | Downloaded typenum v1.16.0 |
| 1226 | 2024-01-27T04:44:43.257Z | Downloaded flume v0.11.0 |
| 1227 | 2024-01-27T04:44:43.260Z | Downloaded zerocopy-derive v0.7.32 |
| 1228 | 2024-01-27T04:44:43.270Z | Downloaded siphasher v0.3.11 |
| 1229 | 2024-01-27T04:44:43.274Z | Downloaded flate2 v1.0.28 |
| 1230 | 2024-01-27T04:44:43.278Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1231 | 2024-01-27T04:44:43.282Z | Downloaded pem-rfc7468 v0.7.0 |
| 1232 | 2024-01-27T04:44:43.285Z | Downloaded pem v3.0.2 |
| 1233 | 2024-01-27T04:44:43.288Z | Downloaded form_urlencoded v1.2.1 |
| 1234 | 2024-01-27T04:44:43.288Z | Downloaded serde_tokenstream v0.2.0 |
| 1235 | 2024-01-27T04:44:43.293Z | Downloaded phf v0.11.2 |
| 1236 | 2024-01-27T04:44:43.296Z | Downloaded poly1305 v0.8.0 |
| 1237 | 2024-01-27T04:44:43.299Z | Downloaded universal-hash v0.5.1 |
| 1238 | 2024-01-27T04:44:43.302Z | Downloaded unicode-width v0.1.11 |
| 1239 | 2024-01-27T04:44:43.305Z | Downloaded topological-sort v0.2.2 |
| 1240 | 2024-01-27T04:44:43.305Z | Downloaded crypto-bigint v0.5.2 |
| 1241 | 2024-01-27T04:44:43.315Z | Downloaded pest_meta v2.7.6 |
| 1242 | 2024-01-27T04:44:43.319Z | Downloaded slog v2.7.0 |
| 1243 | 2024-01-27T04:44:43.324Z | Downloaded target-spec v3.0.1 |
| 1244 | 2024-01-27T04:44:43.328Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1245 | 2024-01-27T04:44:43.331Z | Downloaded strsim v0.8.0 |
| 1246 | 2024-01-27T04:44:43.331Z | Downloaded serde_tokenstream v0.1.7 |
| 1247 | 2024-01-27T04:44:43.337Z | Downloaded unarray v0.1.4 |
| 1248 | 2024-01-27T04:44:43.340Z | Downloaded plain v0.2.3 |
| 1249 | 2024-01-27T04:44:43.343Z | Downloaded hash32 v0.2.1 |
| 1250 | 2024-01-27T04:44:43.343Z | Downloaded ref-cast v1.0.20 |
| 1251 | 2024-01-27T04:44:43.348Z | Downloaded tiny-keccak v2.0.2 |
| 1252 | 2024-01-27T04:44:43.352Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1253 | 2024-01-27T04:44:43.358Z | Downloaded rustc_version v0.1.7 |
| 1254 | 2024-01-27T04:44:43.361Z | Downloaded fatfs v0.3.6 |
| 1255 | 2024-01-27T04:44:43.361Z | Downloaded rustls-pki-types v1.1.0 |
| 1256 | 2024-01-27T04:44:43.364Z | Downloaded yansi v0.5.1 |
| 1257 | 2024-01-27T04:44:43.367Z | Downloaded rcgen v0.12.1 |
| 1258 | 2024-01-27T04:44:43.370Z | Downloaded hmac v0.12.1 |
| 1259 | 2024-01-27T04:44:43.373Z | Downloaded rayon-core v1.12.0 |
| 1260 | 2024-01-27T04:44:43.378Z | Downloaded backtrace v0.3.69 |
| 1261 | 2024-01-27T04:44:43.387Z | Downloaded proc-macro-crate v1.3.1 |
| 1262 | 2024-01-27T04:44:43.390Z | Downloaded percent-encoding v2.3.1 |
| 1263 | 2024-01-27T04:44:43.390Z | Downloaded slog-async v2.8.0 |
| 1264 | 2024-01-27T04:44:43.393Z | Downloaded semver-parser v0.10.2 |
| 1265 | 2024-01-27T04:44:43.396Z | Downloaded der_derive v0.7.2 |
| 1266 | 2024-01-27T04:44:43.399Z | Downloaded term v0.7.0 |
| 1267 | 2024-01-27T04:44:43.403Z | Downloaded hyper-util v0.1.2 |
| 1268 | 2024-01-27T04:44:43.411Z | Downloaded chacha20poly1305 v0.10.1 |
| 1269 | 2024-01-27T04:44:43.421Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1270 | 2024-01-27T04:44:43.832Z | Downloaded textwrap v0.16.0 |
| 1271 | 2024-01-27T04:44:43.832Z | Downloaded phf_shared v0.11.2 |
| 1272 | 2024-01-27T04:44:43.832Z | Downloaded defmt-parser v0.3.3 |
| 1273 | 2024-01-27T04:44:43.832Z | Downloaded defmt-macros v0.3.6 |
| 1274 | 2024-01-27T04:44:43.834Z | Downloaded datatest-stable v0.2.3 |
| 1275 | 2024-01-27T04:44:43.835Z | Downloaded oorandom v11.1.3 |
| 1276 | 2024-01-27T04:44:43.835Z | Downloaded once_cell v1.19.0 |
| 1277 | 2024-01-27T04:44:43.835Z | Downloaded env_logger v0.10.0 |
| 1278 | 2024-01-27T04:44:43.835Z | Downloaded ron v0.8.1 |
| 1279 | 2024-01-27T04:44:43.835Z | Downloaded num-traits v0.2.16 |
| 1280 | 2024-01-27T04:44:43.835Z | Downloaded smf v0.2.2 |
| 1281 | 2024-01-27T04:44:43.835Z | Downloaded hex v0.4.3 |
| 1282 | 2024-01-27T04:44:43.835Z | Downloaded whoami v1.4.1 |
| 1283 | 2024-01-27T04:44:43.835Z | Downloaded subprocess v0.2.9 |
| 1284 | 2024-01-27T04:44:43.835Z | Downloaded similar v2.3.0 |
| 1285 | 2024-01-27T04:44:43.835Z | Downloaded precomputed-hash v0.1.1 |
| 1286 | 2024-01-27T04:44:43.835Z | Downloaded resolv-conf v0.7.0 |
| 1287 | 2024-01-27T04:44:43.835Z | Downloaded spin v0.5.2 |
| 1288 | 2024-01-27T04:44:43.835Z | Downloaded funty v2.0.0 |
| 1289 | 2024-01-27T04:44:43.835Z | Downloaded fragile v2.0.0 |
| 1290 | 2024-01-27T04:44:43.835Z | Downloaded slab v0.4.9 |
| 1291 | 2024-01-27T04:44:43.835Z | Downloaded pkcs1 v0.7.5 |
| 1292 | 2024-01-27T04:44:43.835Z | Downloaded steno v0.4.0 |
| 1293 | 2024-01-27T04:44:43.835Z | Downloaded serde_with v3.5.1 |
| 1294 | 2024-01-27T04:44:43.835Z | Downloaded crc-any v2.4.3 |
| 1295 | 2024-01-27T04:44:43.835Z | Downloaded ref-cast-impl v1.0.20 |
| 1296 | 2024-01-27T04:44:43.835Z | Downloaded bytes v1.5.0 |
| 1297 | 2024-01-27T04:44:43.835Z | Downloaded allocator-api2 v0.2.16 |
| 1298 | 2024-01-27T04:44:43.835Z | Downloaded structmeta v0.2.0 |
| 1299 | 2024-01-27T04:44:43.836Z | Downloaded quick-error v1.2.3 |
| 1300 | 2024-01-27T04:44:43.836Z | Downloaded cancel-safe-futures v0.1.5 |
| 1301 | 2024-01-27T04:44:43.836Z | Downloaded miniz_oxide v0.7.1 |
| 1302 | 2024-01-27T04:44:43.836Z | Downloaded unicase v2.7.0 |
| 1303 | 2024-01-27T04:44:43.858Z | Downloaded console v0.15.8 |
| 1304 | 2024-01-27T04:44:43.859Z | Downloaded rust-argon2 v1.0.1 |
| 1305 | 2024-01-27T04:44:43.859Z | Downloaded tempdir v0.3.7 |
| 1306 | 2024-01-27T04:44:43.860Z | Downloaded synstructure v0.12.6 |
| 1307 | 2024-01-27T04:44:43.860Z | Downloaded supports-color v2.1.0 |
| 1308 | 2024-01-27T04:44:43.860Z | Downloaded dof v0.1.5 |
| 1309 | 2024-01-27T04:44:43.860Z | Downloaded futures-channel v0.3.30 |
| 1310 | 2024-01-27T04:44:43.860Z | Downloaded darling_core v0.14.4 |
| 1311 | 2024-01-27T04:44:43.860Z | Downloaded const-oid v0.9.5 |
| 1312 | 2024-01-27T04:44:43.860Z | Downloaded memoffset v0.9.0 |
| 1313 | 2024-01-27T04:44:43.861Z | Downloaded password-hash v0.5.0 |
| 1314 | 2024-01-27T04:44:43.861Z | Downloaded partial-io v0.5.4 |
| 1315 | 2024-01-27T04:44:43.861Z | Downloaded cc v1.0.83 |
| 1316 | 2024-01-27T04:44:43.861Z | Downloaded tokio-tungstenite v0.20.1 |
| 1317 | 2024-01-27T04:44:43.861Z | Downloaded tokio-postgres v0.7.10 |
| 1318 | 2024-01-27T04:44:43.861Z | Downloaded float-cmp v0.9.0 |
| 1319 | 2024-01-27T04:44:43.861Z | Downloaded usdt-impl v0.5.0 |
| 1320 | 2024-01-27T04:44:43.861Z | Downloaded rand_core v0.6.4 |
| 1321 | 2024-01-27T04:44:43.861Z | Downloaded time-macros v0.2.13 |
| 1322 | 2024-01-27T04:44:43.861Z | Downloaded pretty-hex v0.4.1 |
| 1323 | 2024-01-27T04:44:43.861Z | Downloaded path-slash v0.1.5 |
| 1324 | 2024-01-27T04:44:43.861Z | Downloaded parse-display v0.8.2 |
| 1325 | 2024-01-27T04:44:43.861Z | Downloaded tokio-stream v0.1.14 |
| 1326 | 2024-01-27T04:44:43.861Z | Downloaded tokio-native-tls v0.3.1 |
| 1327 | 2024-01-27T04:44:43.861Z | Downloaded ipnet v2.9.0 |
| 1328 | 2024-01-27T04:44:43.861Z | Downloaded ciborium v0.2.2 |
| 1329 | 2024-01-27T04:44:43.861Z | Downloaded blake2 v0.10.6 |
| 1330 | 2024-01-27T04:44:43.861Z | Downloaded openssl-macros v0.1.1 |
| 1331 | 2024-01-27T04:44:43.862Z | Downloaded swrite v0.1.0 |
| 1332 | 2024-01-27T04:44:43.862Z | Downloaded libloading v0.7.4 |
| 1333 | 2024-01-27T04:44:43.862Z | Downloaded flagset v0.4.3 |
| 1334 | 2024-01-27T04:44:43.862Z | Downloaded ena v0.14.2 |
| 1335 | 2024-01-27T04:44:43.862Z | Downloaded hyper-rustls v0.24.2 |
| 1336 | 2024-01-27T04:44:43.862Z | Downloaded version_check v0.9.4 |
| 1337 | 2024-01-27T04:44:43.862Z | Downloaded generic-array v0.14.7 |
| 1338 | 2024-01-27T04:44:43.862Z | Downloaded threadpool v1.8.1 |
| 1339 | 2024-01-27T04:44:43.862Z | Downloaded thread-id v4.2.0 |
| 1340 | 2024-01-27T04:44:43.862Z | Downloaded thiserror-no-std v2.0.2 |
| 1341 | 2024-01-27T04:44:43.862Z | Downloaded serde-hex v0.1.0 |
| 1342 | 2024-01-27T04:44:43.862Z | Downloaded num-rational v0.4.1 |
| 1343 | 2024-01-27T04:44:43.862Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1344 | 2024-01-27T04:44:43.862Z | Downloaded approx v0.5.1 |
| 1345 | 2024-01-27T04:44:43.862Z | Downloaded subtle v2.5.0 |
| 1346 | 2024-01-27T04:44:43.862Z | Downloaded structmeta-derive v0.2.0 |
| 1347 | 2024-01-27T04:44:43.862Z | Downloaded slog-bunyan v2.5.0 |
| 1348 | 2024-01-27T04:44:43.863Z | Downloaded mockall v0.12.0 |
| 1349 | 2024-01-27T04:44:43.863Z | Downloaded num-complex v0.4.4 |
| 1350 | 2024-01-27T04:44:43.863Z | Downloaded basic-toml v0.1.8 |
| 1351 | 2024-01-27T04:44:43.863Z | Downloaded dof v0.3.0 |
| 1352 | 2024-01-27T04:44:43.863Z | Downloaded tap v1.0.1 |
| 1353 | 2024-01-27T04:44:43.863Z | Downloaded take_mut v0.2.2 |
| 1354 | 2024-01-27T04:44:43.863Z | Downloaded tabled_derive v0.7.0 |
| 1355 | 2024-01-27T04:44:43.863Z | Downloaded slog-dtrace v0.2.3 |
| 1356 | 2024-01-27T04:44:43.863Z | Downloaded rustc-demangle v0.1.23 |
| 1357 | 2024-01-27T04:44:43.863Z | Downloaded num_enum_derive v0.5.11 |
| 1358 | 2024-01-27T04:44:43.863Z | Downloaded native-tls v0.2.11 |
| 1359 | 2024-01-27T04:44:43.864Z | Downloaded hyper-tls v0.5.0 |
| 1360 | 2024-01-27T04:44:43.864Z | Downloaded indicatif v0.17.7 |
| 1361 | 2024-01-27T04:44:43.864Z | Downloaded httparse v1.8.0 |
| 1362 | 2024-01-27T04:44:43.864Z | Downloaded blake2b_simd v1.0.1 |
| 1363 | 2024-01-27T04:44:43.864Z | Downloaded bcs v0.1.6 |
| 1364 | 2024-01-27T04:44:43.864Z | Downloaded serde_plain v1.0.2 |
| 1365 | 2024-01-27T04:44:43.865Z | Downloaded dtrace-parser v0.1.14 |
| 1366 | 2024-01-27T04:44:43.865Z | Downloaded ipnetwork v0.20.0 |
| 1367 | 2024-01-27T04:44:43.865Z | Downloaded number_prefix v0.4.0 |
| 1368 | 2024-01-27T04:44:43.865Z | Downloaded num_cpus v1.16.0 |
| 1369 | 2024-01-27T04:44:43.865Z | Downloaded nanorand v0.7.0 |
| 1370 | 2024-01-27T04:44:43.871Z | Downloaded colored v2.0.4 |
| 1371 | 2024-01-27T04:44:43.871Z | Downloaded smawk v0.3.1 |
| 1372 | 2024-01-27T04:44:43.871Z | Downloaded rustls-pemfile v1.0.3 |
| 1373 | 2024-01-27T04:44:43.871Z | Downloaded rustc_version v0.4.0 |
| 1374 | 2024-01-27T04:44:43.871Z | Downloaded base64ct v1.6.0 |
| 1375 | 2024-01-27T04:44:43.871Z | Downloaded hubpack v0.1.2 |
| 1376 | 2024-01-27T04:44:43.871Z | Downloaded hyper-rustls v0.26.0 |
| 1377 | 2024-01-27T04:44:43.871Z | Downloaded humantime v2.1.0 |
| 1378 | 2024-01-27T04:44:43.872Z | Downloaded slog-envlogger v2.2.0 |
| 1379 | 2024-01-27T04:44:43.872Z | Downloaded memoffset v0.7.1 |
| 1380 | 2024-01-27T04:44:43.872Z | Downloaded ascii-canvas v3.0.0 |
| 1381 | 2024-01-27T04:44:43.872Z | Downloaded num_enum v0.5.11 |
| 1382 | 2024-01-27T04:44:43.872Z | Downloaded is-terminal v0.4.9 |
| 1383 | 2024-01-27T04:44:43.872Z | Downloaded structopt v0.3.26 |
| 1384 | 2024-01-27T04:44:43.872Z | Downloaded nibble_vec v0.1.0 |
| 1385 | 2024-01-27T04:44:43.872Z | Downloaded maybe-uninit v2.0.0 |
| 1386 | 2024-01-27T04:44:43.872Z | Downloaded macaddr v1.0.1 |
| 1387 | 2024-01-27T04:44:43.873Z | Downloaded md-5 v0.10.5 |
| 1388 | 2024-01-27T04:44:43.873Z | Downloaded hyper-staticfile v0.9.5 |
| 1389 | 2024-01-27T04:44:43.873Z | Downloaded lru v0.12.1 |
| 1390 | 2024-01-27T04:44:43.873Z | Downloaded array-init v0.0.4 |
| 1391 | 2024-01-27T04:44:43.873Z | Downloaded num-integer v0.1.45 |
| 1392 | 2024-01-27T04:44:43.873Z | Downloaded num-derive v0.4.0 |
| 1393 | 2024-01-27T04:44:43.874Z | Downloaded convert_case v0.4.0 |
| 1394 | 2024-01-27T04:44:43.874Z | Downloaded nested v0.1.1 |
| 1395 | 2024-01-27T04:44:43.874Z | Downloaded memmap v0.7.0 |
| 1396 | 2024-01-27T04:44:43.874Z | Downloaded indoc v1.0.9 |
| 1397 | 2024-01-27T04:44:43.874Z | Downloaded crossbeam v0.8.2 |
| 1398 | 2024-01-27T04:44:43.875Z | Downloaded chacha20 v0.9.1 |
| 1399 | 2024-01-27T04:44:43.875Z | Downloaded async-stream v0.3.5 |
| 1400 | 2024-01-27T04:44:43.875Z | Downloaded is_ci v1.1.1 |
| 1401 | 2024-01-27T04:44:43.875Z | Downloaded num-iter v0.1.43 |
| 1402 | 2024-01-27T04:44:43.875Z | Downloaded lalrpop-util v0.19.12 |
| 1403 | 2024-01-27T04:44:43.875Z | Downloaded termtree v0.4.1 |
| 1404 | 2024-01-27T04:44:43.879Z | Downloaded buf-list v1.0.3 |
| 1405 | 2024-01-27T04:44:43.879Z | Downloaded bitfield v0.14.0 |
| 1406 | 2024-01-27T04:44:43.880Z | Downloaded constant_time_eq v0.2.6 |
| 1407 | 2024-01-27T04:44:43.880Z | Downloaded cast v0.3.0 |
| 1408 | 2024-01-27T04:44:43.880Z | Downloaded arrayref v0.3.7 |
| 1409 | 2024-01-27T04:44:43.883Z | Downloaded hostname v0.3.1 |
| 1410 | 2024-01-27T04:44:43.886Z | Downloaded tokio-rustls v0.24.1 |
| 1411 | 2024-01-27T04:44:43.889Z | Downloaded indoc v2.0.3 |
| 1412 | 2024-01-27T04:44:43.892Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1413 | 2024-01-27T04:44:43.896Z | Downloaded cexpr v0.6.0 |
| 1414 | 2024-01-27T04:44:43.899Z | Downloaded newline-converter v0.3.0 |
| 1415 | 2024-01-27T04:44:43.904Z | Downloaded ciborium-io v0.2.2 |
| 1416 | 2024-01-27T04:44:43.905Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1417 | 2024-01-27T04:44:43.905Z | Downloaded constant_time_eq v0.3.0 |
| 1418 | 2024-01-27T04:44:43.908Z | Downloaded bit-set v0.5.3 |
| 1419 | 2024-01-27T04:44:43.908Z | Downloaded async-recursion v1.0.5 |
| 1420 | 2024-01-27T04:44:43.911Z | Downloaded libsw v3.3.1 |
| 1421 | 2024-01-27T04:44:43.917Z | Downloaded socket2 v0.4.9 |
| 1422 | 2024-01-27T04:44:43.920Z | Downloaded slog-dtrace v0.3.0 |
| 1423 | 2024-01-27T04:44:43.920Z | Downloaded libm v0.2.7 |
| 1424 | 2024-01-27T04:44:43.937Z | Downloaded new_debug_unreachable v1.0.4 |
| 1425 | 2024-01-27T04:44:43.940Z | Downloaded matches v0.1.10 |
| 1426 | 2024-01-27T04:44:43.940Z | Downloaded darling v0.14.4 |
| 1427 | 2024-01-27T04:44:43.946Z | Downloaded smallvec v1.11.2 |
| 1428 | 2024-01-27T04:44:43.951Z | Downloaded keccak v0.1.4 |
| 1429 | 2024-01-27T04:44:43.953Z | Downloaded crc32fast v1.3.2 |
| 1430 | 2024-01-27T04:44:43.956Z | Downloaded camino-tempfile v1.1.1 |
| 1431 | 2024-01-27T04:44:43.959Z | Downloaded byteorder v1.5.0 |
| 1432 | 2024-01-27T04:44:43.962Z | Downloaded bytecount v0.6.3 |
| 1433 | 2024-01-27T04:44:43.965Z | Downloaded cassowary v0.3.0 |
| 1434 | 2024-01-27T04:44:43.968Z | Downloaded base16ct v0.2.0 |
| 1435 | 2024-01-27T04:44:43.971Z | Downloaded string_cache v0.8.7 |
| 1436 | 2024-01-27T04:44:43.974Z | Downloaded snafu-derive v0.7.5 |
| 1437 | 2024-01-27T04:44:43.975Z | Downloaded signature v2.1.0 |
| 1438 | 2024-01-27T04:44:43.977Z | Downloaded signature v1.6.4 |
| 1439 | 2024-01-27T04:44:43.980Z | Downloaded mime v0.3.17 |
| 1440 | 2024-01-27T04:44:43.983Z | Downloaded lazy_static v1.4.0 |
| 1441 | 2024-01-27T04:44:43.983Z | Downloaded crossbeam-deque v0.8.3 |
| 1442 | 2024-01-27T04:44:43.986Z | Downloaded ident_case v1.0.1 |
| 1443 | 2024-01-27T04:44:43.989Z | Downloaded hubpack_derive v0.1.1 |
| 1444 | 2024-01-27T04:44:43.992Z | Downloaded http-body v1.0.0 |
| 1445 | 2024-01-27T04:44:43.992Z | Downloaded clap v2.34.0 |
| 1446 | 2024-01-27T04:44:44.001Z | Downloaded sqlformat v0.2.3 |
| 1447 | 2024-01-27T04:44:44.004Z | Downloaded serde_yaml v0.9.25 |
| 1448 | 2024-01-27T04:44:44.009Z | Downloaded scroll_derive v0.12.0 |
| 1449 | 2024-01-27T04:44:44.012Z | Downloaded linear-map v1.2.0 |
| 1450 | 2024-01-27T04:44:44.016Z | Downloaded newtype_derive v0.1.6 |
| 1451 | 2024-01-27T04:44:44.016Z | Downloaded kstat-rs v0.2.3 |
| 1452 | 2024-01-27T04:44:44.016Z | Downloaded inout v0.1.3 |
| 1453 | 2024-01-27T04:44:44.022Z | Downloaded signal-hook-mio v0.2.3 |
| 1454 | 2024-01-27T04:44:44.022Z | Downloaded serde_with_macros v3.5.1 |
| 1455 | 2024-01-27T04:44:44.025Z | Downloaded rusty-fork v0.3.0 |
| 1456 | 2024-01-27T04:44:44.025Z | Downloaded itertools v0.10.5 |
| 1457 | 2024-01-27T04:44:44.035Z | Downloaded arrayvec v0.7.4 |
| 1458 | 2024-01-27T04:44:44.038Z | Downloaded autocfg v1.1.0 |
| 1459 | 2024-01-27T04:44:44.041Z | Downloaded lru-cache v0.1.2 |
| 1460 | 2024-01-27T04:44:44.044Z | Downloaded clang-sys v1.6.1 |
| 1461 | 2024-01-27T04:44:44.048Z | Downloaded backoff v0.4.0 |
| 1462 | 2024-01-27T04:44:44.051Z | Downloaded libefi-sys v0.1.0 |
| 1463 | 2024-01-27T04:44:44.051Z | Downloaded bb8 v0.8.1 |
| 1464 | 2024-01-27T04:44:44.054Z | Downloaded atty v0.2.14 |
| 1465 | 2024-01-27T04:44:44.054Z | Downloaded argon2 v0.5.3 |
| 1466 | 2024-01-27T04:44:44.057Z | Downloaded assert_matches v1.5.0 |
| 1467 | 2024-01-27T04:44:44.060Z | Downloaded arc-swap v1.6.0 |
| 1468 | 2024-01-27T04:44:44.064Z | Downloaded match_cfg v0.1.0 |
| 1469 | 2024-01-27T04:44:44.067Z | Downloaded maplit v1.0.2 |
| 1470 | 2024-01-27T04:44:44.067Z | Downloaded managed v0.8.0 |
| 1471 | 2024-01-27T04:44:44.072Z | Downloaded aho-corasick v1.0.4 |
| 1472 | 2024-01-27T04:44:44.093Z | Downloaded log v0.4.20 |
| 1473 | 2024-01-27T04:44:44.098Z | Downloaded assert_cmd v2.0.13 |
| 1474 | 2024-01-27T04:44:44.101Z | Downloaded adler v1.0.2 |
| 1475 | 2024-01-27T04:44:44.105Z | Downloaded ahash v0.8.6 |
| 1476 | 2024-01-27T04:44:44.110Z | Downloaded aead v0.5.2 |
| 1477 | 2024-01-27T04:44:44.114Z | Downloaded crypto-common v0.1.6 |
| 1478 | 2024-01-27T04:44:44.800Z | Compiling serde v1.0.195 |
| 1479 | 2024-01-27T04:44:44.800Z | Compiling autocfg v1.1.0 |
| 1480 | 2024-01-27T04:44:44.803Z | Compiling version_check v0.9.4 |
| 1481 | 2024-01-27T04:44:44.803Z | Checking cfg-if v1.0.0 |
| 1482 | 2024-01-27T04:44:44.821Z | Compiling syn v1.0.109 |
| 1483 | 2024-01-27T04:44:44.854Z | Checking libc v0.2.152 |
| 1484 | 2024-01-27T04:44:44.884Z | Compiling syn v2.0.48 |
| 1485 | 2024-01-27T04:44:44.941Z | Compiling parking_lot_core v0.9.8 |
| 1486 | 2024-01-27T04:44:44.941Z | Compiling once_cell v1.19.0 |
| 1487 | 2024-01-27T04:44:45.564Z | Compiling memchr v2.6.3 |
| 1488 | 2024-01-27T04:44:46.355Z | Compiling cc v1.0.83 |
| 1489 | 2024-01-27T04:44:46.355Z | Compiling libm v0.2.7 |
| 1490 | 2024-01-27T04:44:46.356Z | Compiling ahash v0.8.6 |
| 1491 | 2024-01-27T04:44:46.356Z | Compiling lock_api v0.4.10 |
| 1492 | 2024-01-27T04:44:46.356Z | Compiling num-traits v0.2.16 |
| 1493 | 2024-01-27T04:44:46.637Z | Compiling getrandom v0.2.10 |
| 1494 | 2024-01-27T04:44:46.747Z | Compiling byteorder v1.5.0 |
| 1495 | 2024-01-27T04:44:47.017Z | Compiling serde_json v1.0.111 |
| 1496 | 2024-01-27T04:44:47.446Z | Compiling slab v0.4.9 |
| 1497 | 2024-01-27T04:44:47.505Z | Checking log v0.4.20 |
| 1498 | 2024-01-27T04:44:47.964Z | Compiling typenum v1.16.0 |
| 1499 | 2024-01-27T04:44:48.529Z | Compiling generic-array v0.14.7 |
| 1500 | 2024-01-27T04:44:48.789Z | Checking scopeguard v1.2.0 |
| 1501 | 2024-01-27T04:44:48.884Z | Checking itoa v1.0.9 |
| 1502 | 2024-01-27T04:44:49.007Z | Checking smallvec v1.11.2 |
| 1503 | 2024-01-27T04:44:49.171Z | Compiling pkg-config v0.3.27 |
| 1504 | 2024-01-27T04:44:49.573Z | Compiling allocator-api2 v0.2.16 |
| 1505 | 2024-01-27T04:44:49.640Z | Compiling rustix v0.38.30 |
| 1506 | 2024-01-27T04:44:50.068Z | Compiling httparse v1.8.0 |
| 1507 | 2024-01-27T04:44:50.704Z | Compiling schemars v0.8.16 |
| 1508 | 2024-01-27T04:44:50.854Z | Compiling ucd-trie v0.1.6 |
| 1509 | 2024-01-27T04:44:50.898Z | Compiling ring v0.17.7 |
| 1510 | 2024-01-27T04:44:50.928Z | Compiling fnv v1.0.7 |
| 1511 | 2024-01-27T04:44:50.967Z | Checking parking_lot v0.12.1 |
| 1512 | 2024-01-27T04:44:51.089Z | Compiling vcpkg v0.2.15 |
| 1513 | 2024-01-27T04:44:51.217Z | Checking pin-project-lite v0.2.13 |
| 1514 | 2024-01-27T04:44:51.378Z | Checking rand_core v0.6.4 |
| 1515 | 2024-01-27T04:44:51.811Z | Compiling aho-corasick v1.0.4 |
| 1516 | 2024-01-27T04:44:53.814Z | Checking signal-hook-registry v1.4.1 |
| 1517 | 2024-01-27T04:44:54.149Z | Compiling regex-syntax v0.8.2 |
| 1518 | 2024-01-27T04:44:54.761Z | Compiling openssl-sys v0.9.96 |
| 1519 | 2024-01-27T04:44:56.469Z | Checking mio v0.8.9 |
| 1520 | 2024-01-27T04:44:56.863Z | Compiling ring v0.16.20 |
| 1521 | 2024-01-27T04:44:56.880Z | Checking num_cpus v1.16.0 |
| 1522 | 2024-01-27T04:44:57.426Z | Checking futures-core v0.3.30 |
| 1523 | 2024-01-27T04:44:57.430Z | Compiling openssl v0.10.60 |
| 1524 | 2024-01-27T04:44:57.430Z | Checking socket2 v0.5.5 |
| 1525 | 2024-01-27T04:44:57.849Z | Compiling serde_derive_internals v0.26.0 |
| 1526 | 2024-01-27T04:44:58.320Z | Compiling native-tls v0.2.11 |
| 1527 | 2024-01-27T04:44:58.789Z | Compiling spin v0.5.2 |
| 1528 | 2024-01-27T04:44:58.964Z | Checking ryu v1.0.15 |
| 1529 | 2024-01-27T04:44:59.125Z | Compiling rustls v0.21.9 |
| 1530 | 2024-01-27T04:44:59.293Z | Compiling iana-time-zone v0.1.57 |
| 1531 | 2024-01-27T04:44:59.500Z | Compiling regex-automata v0.4.4 |
| 1532 | 2024-01-27T04:45:00.242Z | Compiling async-trait v0.1.77 |
| 1533 | 2024-01-27T04:45:02.592Z | Compiling dyn-clone v1.0.13 |
| 1534 | 2024-01-27T04:45:02.815Z | Compiling backtrace v0.3.69 |
| 1535 | 2024-01-27T04:45:03.027Z | Compiling futures-sink v0.3.30 |
| 1536 | 2024-01-27T04:45:03.241Z | Compiling unicode-xid v0.2.4 |
| 1537 | 2024-01-27T04:45:03.485Z | Compiling errno v0.3.8 |
| 1538 | 2024-01-27T04:45:03.772Z | Compiling crc32fast v1.3.2 |
| 1539 | 2024-01-27T04:45:03.799Z | Compiling crossbeam-utils v0.8.16 |
| 1540 | 2024-01-27T04:45:03.903Z | Compiling tinyvec_macros v0.1.1 |
| 1541 | 2024-01-27T04:45:04.200Z | Compiling tinyvec v1.6.0 |
| 1542 | 2024-01-27T04:45:04.486Z | Compiling futures-channel v0.3.30 |
| 1543 | 2024-01-27T04:45:04.970Z | Checking subtle v2.5.0 |
| 1544 | 2024-01-27T04:45:05.138Z | Compiling futures-io v0.3.30 |
| 1545 | 2024-01-27T04:45:05.268Z | Compiling anyhow v1.0.75 |
| 1546 | 2024-01-27T04:45:05.337Z | Compiling futures-task v0.3.30 |
| 1547 | 2024-01-27T04:45:05.373Z | Compiling pin-utils v0.1.0 |
| 1548 | 2024-01-27T04:45:05.487Z | Compiling spin v0.9.8 |
| 1549 | 2024-01-27T04:45:05.780Z | Compiling tracing-core v0.1.31 |
| 1550 | 2024-01-27T04:45:06.174Z | Compiling unicode-bidi v0.3.13 |
| 1551 | 2024-01-27T04:45:06.275Z | Compiling regex v1.10.3 |
| 1552 | 2024-01-27T04:45:06.762Z | Compiling unicode-normalization v0.1.22 |
| 1553 | 2024-01-27T04:45:07.859Z | Compiling slog v2.7.0 |
| 1554 | 2024-01-27T04:45:08.671Z | Compiling num-integer v0.1.45 |
| 1555 | 2024-01-27T04:45:09.087Z | Compiling lazy_static v1.4.0 |
| 1556 | 2024-01-27T04:45:09.092Z | Compiling unicode-width v0.1.11 |
| 1557 | 2024-01-27T04:45:09.092Z | Compiling synstructure v0.12.6 |
| 1558 | 2024-01-27T04:45:09.092Z | Compiling serde_derive v1.0.195 |
| 1559 | 2024-01-27T04:45:09.093Z | Compiling zerocopy-derive v0.7.32 |
| 1560 | 2024-01-27T04:45:09.109Z | Compiling thiserror-impl v1.0.56 |
| 1561 | 2024-01-27T04:45:09.239Z | Compiling zeroize_derive v1.4.2 |
| 1562 | 2024-01-27T04:45:10.636Z | Compiling tokio-macros v2.2.0 |
| 1563 | 2024-01-27T04:45:10.686Z | Compiling futures-macro v0.3.30 |
| 1564 | 2024-01-27T04:45:11.913Z | Compiling tracing-attributes v0.1.26 |
| 1565 | 2024-01-27T04:45:12.136Z | Compiling schemars_derive v0.8.16 |
| 1566 | 2024-01-27T04:45:13.002Z | Compiling zerocopy v0.7.32 |
| 1567 | 2024-01-27T04:45:13.502Z | Checking zeroize v1.7.0 |
| 1568 | 2024-01-27T04:45:13.897Z | Compiling openssl-macros v0.1.1 |
| 1569 | 2024-01-27T04:45:14.673Z | Compiling thiserror v1.0.56 |
| 1570 | 2024-01-27T04:45:14.862Z | Compiling pest v2.7.6 |
| 1571 | 2024-01-27T04:45:17.268Z | Compiling futures-util v0.3.30 |
| 1572 | 2024-01-27T04:45:17.314Z | Compiling hashbrown v0.14.2 |
| 1573 | 2024-01-27T04:45:17.314Z | Compiling hashbrown v0.13.2 |
| 1574 | 2024-01-27T04:45:18.615Z | Compiling tracing v0.1.37 |
| 1575 | 2024-01-27T04:45:18.772Z | Compiling der_derive v0.7.2 |
| 1576 | 2024-01-27T04:45:18.899Z | Compiling pest_meta v2.7.6 |
| 1577 | 2024-01-27T04:45:19.968Z | Compiling thread-id v4.2.0 |
| 1578 | 2024-01-27T04:45:20.106Z | Compiling time-core v0.1.1 |
| 1579 | 2024-01-27T04:45:20.346Z | Compiling foreign-types-shared v0.1.1 |
| 1580 | 2024-01-27T04:45:20.448Z | Compiling percent-encoding v2.3.1 |
| 1581 | 2024-01-27T04:45:20.484Z | Compiling rustversion v1.0.14 |
| 1582 | 2024-01-27T04:45:21.005Z | Compiling pest_generator v2.7.6 |
| 1583 | 2024-01-27T04:45:21.476Z | Compiling untrusted v0.9.0 |
| 1584 | 2024-01-27T04:45:21.722Z | Compiling untrusted v0.7.1 |
| 1585 | 2024-01-27T04:45:23.258Z | Compiling foreign-types v0.3.2 |
| 1586 | 2024-01-27T04:45:23.379Z | Compiling time-macros v0.2.13 |
| 1587 | 2024-01-27T04:45:26.521Z | Compiling zerocopy-derive v0.2.0 |
| 1588 | 2024-01-27T04:45:27.700Z | Compiling pest_derive v2.7.6 |
| 1589 | 2024-01-27T04:45:28.281Z | Compiling try-lock v0.2.4 |
| 1590 | 2024-01-27T04:45:28.484Z | Compiling base64 v0.21.7 |
| 1591 | 2024-01-27T04:45:28.768Z | Compiling want v0.3.1 |
| 1592 | 2024-01-27T04:45:28.966Z | Compiling sct v0.7.0 |
| 1593 | 2024-01-27T04:45:29.199Z | Compiling rustls-webpki v0.101.7 |
| 1594 | 2024-01-27T04:45:29.429Z | Compiling form_urlencoded v1.2.1 |
| 1595 | 2024-01-27T04:45:29.683Z | Compiling scroll_derive v0.12.0 |
| 1596 | 2024-01-27T04:45:29.931Z | Compiling socket2 v0.4.9 |
| 1597 | 2024-01-27T04:45:30.545Z | Compiling httpdate v1.0.3 |
| 1598 | 2024-01-27T04:45:31.259Z | Compiling const-oid v0.9.5 |
| 1599 | 2024-01-27T04:45:31.325Z | Compiling tower-service v0.3.2 |
| 1600 | 2024-01-27T04:45:31.491Z | Compiling openssl-probe v0.1.5 |
| 1601 | 2024-01-27T04:45:31.758Z | Compiling idna v0.5.0 |
| 1602 | 2024-01-27T04:45:31.968Z | Compiling memoffset v0.9.0 |
| 1603 | 2024-01-27T04:45:32.239Z | Compiling adler v1.0.2 |
| 1604 | 2024-01-27T04:45:32.532Z | Checking bytes v1.5.0 |
| 1605 | 2024-01-27T04:45:32.617Z | Checking bitflags v2.4.0 |
| 1606 | 2024-01-27T04:45:33.534Z | Compiling miniz_oxide v0.7.1 |
| 1607 | 2024-01-27T04:45:33.831Z | Checking tokio v1.35.1 |
| 1608 | 2024-01-27T04:45:34.540Z | Compiling indexmap v2.1.0 |
| 1609 | 2024-01-27T04:45:35.419Z | Compiling semver v1.0.21 |
| 1610 | 2024-01-27T04:45:35.686Z | Compiling uuid v1.7.0 |
| 1611 | 2024-01-27T04:45:36.015Z | Compiling chrono v0.4.31 |
| 1612 | 2024-01-27T04:45:36.591Z | Compiling http v0.2.11 |
| 1613 | 2024-01-27T04:45:36.842Z | Compiling toml_datetime v0.6.5 |
| 1614 | 2024-01-27T04:45:37.547Z | Compiling serde_spanned v0.6.4 |
| 1615 | 2024-01-27T04:45:37.933Z | Compiling rustc_version v0.4.0 |
| 1616 | 2024-01-27T04:45:38.285Z | Compiling toml_edit v0.19.15 |
| 1617 | 2024-01-27T04:45:39.818Z | Compiling openapiv3 v2.0.0 |
| 1618 | 2024-01-27T04:45:42.688Z | Compiling http-body v0.4.5 |
| 1619 | 2024-01-27T04:45:44.192Z | Compiling url v2.5.0 |
| 1620 | 2024-01-27T04:45:44.807Z | Checking crypto-common v0.1.6 |
| 1621 | 2024-01-27T04:45:45.061Z | Compiling usdt-impl v0.3.5 |
| 1622 | 2024-01-27T04:45:46.683Z | Compiling either v1.9.0 |
| 1623 | 2024-01-27T04:45:47.190Z | Compiling signal-hook v0.3.17 |
| 1624 | 2024-01-27T04:45:47.318Z | Compiling ipnet v2.9.0 |
| 1625 | 2024-01-27T04:45:47.592Z | Compiling serde_urlencoded v0.7.1 |
| 1626 | 2024-01-27T04:45:47.639Z | Compiling zerocopy v0.3.0 |
| 1627 | 2024-01-27T04:45:48.283Z | Compiling rustls-pemfile v1.0.3 |
| 1628 | 2024-01-27T04:45:48.613Z | Compiling zerocopy-derive v0.6.4 |
| 1629 | 2024-01-27T04:45:48.768Z | Compiling clap_derive v4.4.2 |
| 1630 | 2024-01-27T04:45:48.981Z | Compiling crossbeam-epoch v0.9.15 |
| 1631 | 2024-01-27T04:45:49.209Z | Compiling tokio-util v0.7.10 |
| 1632 | 2024-01-27T04:45:49.423Z | Compiling tokio-rustls v0.24.1 |
| 1633 | 2024-01-27T04:45:49.653Z | Compiling encoding_rs v0.8.33 |
| 1634 | 2024-01-27T04:45:50.048Z | Compiling siphasher v0.3.11 |
| 1635 | 2024-01-27T04:45:50.668Z | Compiling webpki-roots v0.25.2 |
| 1636 | 2024-01-27T04:45:50.881Z | Compiling gimli v0.28.0 |
| 1637 | 2024-01-27T04:45:51.707Z | Compiling h2 v0.3.24 |
| 1638 | 2024-01-27T04:45:51.727Z | Compiling mime v0.3.17 |
| 1639 | 2024-01-27T04:45:52.885Z | Compiling dof v0.1.5 |
| 1640 | 2024-01-27T04:45:55.425Z | Compiling tokio-native-tls v0.3.1 |
| 1641 | 2024-01-27T04:45:55.811Z | Compiling strum_macros v0.25.2 |
| 1642 | 2024-01-27T04:45:55.886Z | Compiling dtrace-parser v0.1.14 |
| 1643 | 2024-01-27T04:45:57.366Z | Compiling block-buffer v0.10.4 |
| 1644 | 2024-01-27T04:45:57.759Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1645 | 2024-01-27T04:45:57.780Z | Compiling object v0.32.1 |
| 1646 | 2024-01-27T04:45:58.267Z | Compiling addr2line v0.21.0 |
| 1647 | 2024-01-27T04:45:58.442Z | Compiling num-iter v0.1.43 |
| 1648 | 2024-01-27T04:45:58.872Z | Compiling rustc-demangle v0.1.23 |
| 1649 | 2024-01-27T04:45:59.382Z | Compiling flate2 v1.0.28 |
| 1650 | 2024-01-27T04:45:59.465Z | Compiling digest v0.10.7 |
| 1651 | 2024-01-27T04:46:00.430Z | Compiling heapless v0.7.16 |
| 1652 | 2024-01-27T04:46:00.472Z | Compiling serde_tokenstream v0.1.7 |
| 1653 | 2024-01-27T04:46:01.038Z | Compiling scroll v0.12.0 |
| 1654 | 2024-01-27T04:46:01.274Z | Compiling usdt-impl v0.5.0 |
| 1655 | 2024-01-27T04:46:01.782Z | Checking equivalent v1.0.1 |
| 1656 | 2024-01-27T04:46:01.924Z | Compiling ppv-lite86 v0.2.17 |
| 1657 | 2024-01-27T04:46:01.939Z | Compiling plain v0.2.3 |
| 1658 | 2024-01-27T04:46:02.174Z | Compiling goblin v0.8.0 |
| 1659 | 2024-01-27T04:46:02.919Z | Compiling toml v0.7.8 |
| 1660 | 2024-01-27T04:46:02.955Z | Compiling toml_edit v0.21.0 |
| 1661 | 2024-01-27T04:46:03.273Z | Compiling hyper v0.14.27 |
| 1662 | 2024-01-27T04:46:03.295Z | Compiling rand_chacha v0.3.1 |
| 1663 | 2024-01-27T04:46:03.775Z | Compiling hex v0.4.3 |
| 1664 | 2024-01-27T04:46:04.770Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1665 | 2024-01-27T04:46:05.966Z | Compiling bit-vec v0.6.3 |
| 1666 | 2024-01-27T04:46:06.257Z | Compiling pretty-hex v0.4.1 |
| 1667 | 2024-01-27T04:46:07.210Z | Compiling rand v0.8.5 |
| 1668 | 2024-01-27T04:46:07.421Z | Compiling usdt-attr-macro v0.3.5 |
| 1669 | 2024-01-27T04:46:09.134Z | Compiling usdt-macro v0.3.5 |
| 1670 | 2024-01-27T04:46:09.876Z | Compiling phf_shared v0.10.0 |
| 1671 | 2024-01-27T04:46:09.958Z | Compiling dtrace-parser v0.2.0 |
| 1672 | 2024-01-27T04:46:10.968Z | Compiling num-bigint v0.4.4 |
| 1673 | 2024-01-27T04:46:11.250Z | Compiling smoltcp v0.9.1 |
| 1674 | 2024-01-27T04:46:12.094Z | Compiling dof v0.3.0 |
| 1675 | 2024-01-27T04:46:12.249Z | Compiling minimal-lexical v0.2.1 |
| 1676 | 2024-01-27T04:46:12.396Z | Compiling precomputed-hash v0.1.1 |
| 1677 | 2024-01-27T04:46:12.547Z | Compiling new_debug_unreachable v1.0.4 |
| 1678 | 2024-01-27T04:46:12.667Z | Compiling fixedbitset v0.4.2 |
| 1679 | 2024-01-27T04:46:13.122Z | Compiling base64ct v1.6.0 |
| 1680 | 2024-01-27T04:46:13.461Z | Compiling petgraph v0.6.4 |
| 1681 | 2024-01-27T04:46:14.122Z | Compiling pem-rfc7468 v0.7.0 |
| 1682 | 2024-01-27T04:46:15.095Z | Compiling hyper-tls v0.5.0 |
| 1683 | 2024-01-27T04:46:15.355Z | Compiling hyper-rustls v0.24.2 |
| 1684 | 2024-01-27T04:46:15.600Z | Compiling nom v7.1.3 |
| 1685 | 2024-01-27T04:46:15.887Z | Compiling reqwest v0.11.22 |
| 1686 | 2024-01-27T04:46:15.943Z | Compiling string_cache v0.8.7 |
| 1687 | 2024-01-27T04:46:16.669Z | Compiling bit-set v0.5.3 |
| 1688 | 2024-01-27T04:46:16.706Z | Compiling hmac v0.12.1 |
| 1689 | 2024-01-27T04:46:17.070Z | Compiling itertools v0.10.5 |
| 1690 | 2024-01-27T04:46:18.258Z | Compiling hubpack_derive v0.1.1 |
| 1691 | 2024-01-27T04:46:18.375Z | Compiling enum-as-inner v0.5.1 |
| 1692 | 2024-01-27T04:46:19.683Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1693 | 2024-01-27T04:46:20.012Z | Compiling flagset v0.4.3 |
| 1694 | 2024-01-27T04:46:20.208Z | Compiling unicode-segmentation v1.10.1 |
| 1695 | 2024-01-27T04:46:20.301Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2024-01-27T04:46:20.320Z | Compiling der v0.7.8 |
| 1697 | 2024-01-27T04:46:20.324Z | Compiling diesel_derives v2.1.2 |
| 1698 | 2024-01-27T04:46:21.404Z | Checking unicode-ident v1.0.12 |
| 1699 | 2024-01-27T04:46:21.615Z | Compiling cpufeatures v0.2.12 |
| 1700 | 2024-01-27T04:46:21.644Z | Compiling rustix v0.37.23 |
| 1701 | 2024-01-27T04:46:21.704Z | Compiling md-5 v0.10.5 |
| 1702 | 2024-01-27T04:46:21.752Z | Compiling sha2 v0.10.8 |
| 1703 | 2024-01-27T04:46:22.069Z | Compiling serde_repr v0.1.16 |
| 1704 | 2024-01-27T04:46:22.342Z | Compiling stringprep v0.1.3 |
| 1705 | 2024-01-27T04:46:23.038Z | Compiling hash32 v0.2.1 |
| 1706 | 2024-01-27T04:46:23.989Z | Compiling spki v0.7.2 |
| 1707 | 2024-01-27T04:46:24.029Z | Compiling stable_deref_trait v1.2.0 |
| 1708 | 2024-01-27T04:46:24.067Z | Checking bitflags v1.3.2 |
| 1709 | 2024-01-27T04:46:24.158Z | Compiling fallible-iterator v0.2.0 |
| 1710 | 2024-01-27T04:46:24.363Z | Compiling terminal_size v0.2.6 |
| 1711 | 2024-01-27T04:46:24.549Z | Compiling pkcs8 v0.10.2 |
| 1712 | 2024-01-27T04:46:24.824Z | Compiling phf_shared v0.11.2 |
| 1713 | 2024-01-27T04:46:25.336Z | Compiling postgres-protocol v0.6.6 |
| 1714 | 2024-01-27T04:46:25.444Z | Compiling ff v0.13.0 |
| 1715 | 2024-01-27T04:46:25.771Z | Compiling block-padding v0.3.3 |
| 1716 | 2024-01-27T04:46:25.922Z | Compiling scheduled-thread-pool v0.2.7 |
| 1717 | 2024-01-27T04:46:26.085Z | Compiling deranged v0.3.8 |
| 1718 | 2024-01-27T04:46:26.142Z | Compiling managed v0.8.0 |
| 1719 | 2024-01-27T04:46:26.844Z | Compiling matches v0.1.10 |
| 1720 | 2024-01-27T04:46:26.861Z | Compiling regex-automata v0.1.10 |
| 1721 | 2024-01-27T04:46:26.997Z | Compiling base16ct v0.2.0 |
| 1722 | 2024-01-27T04:46:27.265Z | Compiling num_threads v0.1.6 |
| 1723 | 2024-01-27T04:46:27.430Z | Compiling sec1 v0.7.3 |
| 1724 | 2024-01-27T04:46:27.489Z | Compiling bstr v0.2.17 |
| 1725 | 2024-01-27T04:46:27.540Z | Compiling idna v0.2.3 |
| 1726 | 2024-01-27T04:46:28.147Z | Compiling postgres-types v0.2.6 |
| 1727 | 2024-01-27T04:46:28.345Z | Compiling r2d2 v0.8.10 |
| 1728 | 2024-01-27T04:46:28.905Z | Compiling clap_builder v4.4.2 |
| 1729 | 2024-01-27T04:46:29.092Z | Compiling time v0.3.27 |
| 1730 | 2024-01-27T04:46:29.858Z | Compiling inout v0.1.3 |
| 1731 | 2024-01-27T04:46:30.231Z | Compiling signal-hook-mio v0.2.3 |
| 1732 | 2024-01-27T04:46:30.255Z | Compiling group v0.13.0 |
| 1733 | 2024-01-27T04:46:30.446Z | Compiling phf v0.11.2 |
| 1734 | 2024-01-27T04:46:30.666Z | Compiling bzip2 v0.4.4 |
| 1735 | 2024-01-27T04:46:30.887Z | Checking proc-macro2 v1.0.78 |
| 1736 | 2024-01-27T04:46:31.269Z | Compiling hubpack v0.1.2 |
| 1737 | 2024-01-27T04:46:31.290Z | Compiling hkdf v0.12.4 |
| 1738 | 2024-01-27T04:46:31.901Z | Compiling zerocopy v0.6.4 |
| 1739 | 2024-01-27T04:46:32.179Z | Compiling ipnetwork v0.20.0 |
| 1740 | 2024-01-27T04:46:33.794Z | Compiling crypto-bigint v0.5.2 |
| 1741 | 2024-01-27T04:46:35.403Z | Compiling futures-executor v0.3.30 |
| 1742 | 2024-01-27T04:46:36.372Z | Compiling float-cmp v0.9.0 |
| 1743 | 2024-01-27T04:46:36.711Z | Compiling difflib v0.4.0 |
| 1744 | 2024-01-27T04:46:37.314Z | Compiling data-encoding v2.4.0 |
| 1745 | 2024-01-27T04:46:38.179Z | Compiling predicates-core v1.0.6 |
| 1746 | 2024-01-27T04:46:38.735Z | Compiling whoami v1.4.1 |
| 1747 | 2024-01-27T04:46:39.459Z | Compiling regex-automata v0.3.8 |
| 1748 | 2024-01-27T04:46:39.674Z | Compiling static_assertions v1.1.0 |
| 1749 | 2024-01-27T04:46:39.710Z | Compiling normalize-line-endings v0.3.0 |
| 1750 | 2024-01-27T04:46:39.872Z | Compiling predicates v3.1.0 |
| 1751 | 2024-01-27T04:46:40.025Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1752 | 2024-01-27T04:46:40.764Z | Compiling tokio-postgres v0.7.10 |
| 1753 | 2024-01-27T04:46:41.285Z | Compiling trust-dns-proto v0.22.0 |
| 1754 | 2024-01-27T04:46:42.636Z | Compiling bstr v1.6.0 |
| 1755 | 2024-01-27T04:46:43.603Z | Compiling elliptic-curve v0.13.8 |
| 1756 | 2024-01-27T04:46:45.247Z | Compiling futures v0.3.30 |
| 1757 | 2024-01-27T04:46:45.280Z | Compiling yasna v0.5.2 |
| 1758 | 2024-01-27T04:46:45.408Z | Compiling clap v4.4.3 |
| 1759 | 2024-01-27T04:46:45.559Z | Checking quote v1.0.35 |
| 1760 | 2024-01-27T04:46:46.064Z | Compiling zip v0.6.6 |
| 1761 | 2024-01-27T04:46:46.128Z | Compiling crossterm v0.27.0 |
| 1762 | 2024-01-27T04:46:47.670Z | Compiling diesel v2.1.4 |
| 1763 | 2024-01-27T04:46:48.438Z | Compiling cipher v0.4.4 |
| 1764 | 2024-01-27T04:46:48.496Z | Compiling similar v2.3.0 |
| 1765 | 2024-01-27T04:46:49.197Z | Compiling usdt v0.3.5 |
| 1766 | 2024-01-27T04:46:49.251Z | Compiling camino v1.1.6 |
| 1767 | 2024-01-27T04:46:49.268Z | Compiling tokio-stream v0.1.14 |
| 1768 | 2024-01-27T04:46:49.593Z | Compiling console v0.15.8 |
| 1769 | 2024-01-27T04:46:54.771Z | Checking utf8parse v0.2.1 |
| 1770 | 2024-01-27T04:46:56.190Z | Checking anstyle v1.0.2 |
| 1771 | 2024-01-27T04:46:59.362Z | Checking io-lifetimes v1.0.11 |
| 1772 | 2024-01-27T04:47:04.846Z | Checking anstyle-parse v0.2.1 |
| 1773 | 2024-01-27T04:47:07.246Z | Checking anstyle-query v1.0.0 |
| 1774 | 2024-01-27T04:47:07.404Z | Checking colorchoice v1.0.0 |
| 1775 | 2024-01-27T04:47:07.576Z | Checking anstream v0.5.0 |
| 1776 | 2024-01-27T04:47:08.260Z | Checking strsim v0.10.0 |
| 1777 | 2024-01-27T04:47:08.366Z | Checking clap_lex v0.5.1 |
| 1778 | 2024-01-27T04:47:09.246Z | Checking winnow v0.5.15 |
| 1779 | 2024-01-27T04:47:10.219Z | Compiling serde_tokenstream v0.2.0 |
| 1780 | 2024-01-27T04:47:30.550Z | Compiling regress v0.7.1 |
| 1781 | 2024-01-27T04:47:30.963Z | Compiling getopts v0.2.21 |
| 1782 | 2024-01-27T04:47:31.848Z | Compiling unsafe-libyaml v0.2.10 |
| 1783 | 2024-01-27T04:47:32.694Z | Checking heck v0.4.1 |
| 1784 | 2024-01-27T04:47:33.005Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 1785 | 2024-01-27T04:47:33.936Z | Compiling serde_yaml v0.9.25 |
| 1786 | 2024-01-27T04:47:34.532Z | Compiling ident_case v1.0.1 |
| 1787 | 2024-01-27T04:47:34.787Z | Checking fastrand v2.0.0 |
| 1788 | 2024-01-27T04:47:34.987Z | Checking match_cfg v0.1.0 |
| 1789 | 2024-01-27T04:47:35.088Z | Checking rustls-pki-types v1.1.0 |
| 1790 | 2024-01-27T04:47:35.107Z | Checking hostname v0.3.1 |
| 1791 | 2024-01-27T04:47:35.269Z | Checking tempfile v3.9.0 |
| 1792 | 2024-01-27T04:47:35.288Z | Checking http v1.0.0 |
| 1793 | 2024-01-27T04:47:35.679Z | Checking atty v0.2.14 |
| 1794 | 2024-01-27T04:47:35.791Z | Compiling paste v1.0.14 |
| 1795 | 2024-01-27T04:47:35.833Z | Checking quick-error v1.2.3 |
| 1796 | 2024-01-27T04:47:36.005Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1797 | 2024-01-27T04:47:36.631Z | Checking crossbeam-channel v0.5.8 |
| 1798 | 2024-01-27T04:47:37.473Z | Checking sha1 v0.10.6 |
| 1799 | 2024-01-27T04:47:37.798Z | Checking dirs-sys-next v0.1.2 |
| 1800 | 2024-01-27T04:47:37.927Z | Compiling rustls v0.22.2 |
| 1801 | 2024-01-27T04:47:38.042Z | Checking dirs-next v2.0.0 |
| 1802 | 2024-01-27T04:47:38.363Z | Checking rustls-webpki v0.102.1 |
| 1803 | 2024-01-27T04:47:39.560Z | Checking thread_local v1.1.7 |
| 1804 | 2024-01-27T04:47:39.674Z | Checking instant v0.1.12 |
| 1805 | 2024-01-27T04:47:39.823Z | Compiling slog-async v2.8.0 |
| 1806 | 2024-01-27T04:47:40.228Z | Checking term v0.7.0 |
| 1807 | 2024-01-27T04:47:40.673Z | Checking rustls-pemfile v2.0.0 |
| 1808 | 2024-01-27T04:47:40.853Z | Compiling multer v3.0.0 |
| 1809 | 2024-01-27T04:47:40.892Z | Checking take_mut v0.2.2 |
| 1810 | 2024-01-27T04:47:40.998Z | Checking debug-ignore v1.0.5 |
| 1811 | 2024-01-27T04:47:41.179Z | Checking slog-term v2.9.0 |
| 1812 | 2024-01-27T04:47:41.361Z | Compiling darling_core v0.20.3 |
| 1813 | 2024-01-27T04:47:41.429Z | Checking slog-json v2.6.1 |
| 1814 | 2024-01-27T04:47:41.500Z | Compiling async-stream-impl v0.3.5 |
| 1815 | 2024-01-27T04:47:41.795Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1816 | 2024-01-27T04:47:41.954Z | Checking atomic-waker v1.1.1 |
| 1817 | 2024-01-27T04:47:42.121Z | Checking waitgroup v0.1.2 |
| 1818 | 2024-01-27T04:47:42.299Z | Checking slog-bunyan v2.5.0 |
| 1819 | 2024-01-27T04:47:42.523Z | Checking toml v0.8.8 |
| 1820 | 2024-01-27T04:47:42.959Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1821 | 2024-01-27T04:47:43.747Z | Checking async-stream v0.3.5 |
| 1822 | 2024-01-27T04:47:43.768Z | Checking serde_path_to_error v0.1.15 |
| 1823 | 2024-01-27T04:47:44.023Z | Checking strum v0.25.0 |
| 1824 | 2024-01-27T04:47:44.232Z | Compiling structmeta-derive v0.2.0 |
| 1825 | 2024-01-27T04:47:44.770Z | Checking wait-timeout v0.2.0 |
| 1826 | 2024-01-27T04:47:45.006Z | Checking rusty-fork v0.3.0 |
| 1827 | 2024-01-27T04:47:45.450Z | Checking rand_xorshift v0.3.0 |
| 1828 | 2024-01-27T04:47:45.684Z | Compiling regex-syntax v0.7.5 |
| 1829 | 2024-01-27T04:47:46.045Z | Checking tokio-rustls v0.25.0 |
| 1830 | 2024-01-27T04:47:46.623Z | Checking unarray v0.1.4 |
| 1831 | 2024-01-27T04:47:46.838Z | Checking proptest v1.4.0 |
| 1832 | 2024-01-27T04:47:49.384Z | Compiling structmeta v0.2.0 |
| 1833 | 2024-01-27T04:47:50.080Z | Checking backoff v0.4.0 |
| 1834 | 2024-01-27T04:47:50.489Z | Compiling test-strategy v0.3.1 |
| 1835 | 2024-01-27T04:47:51.730Z | Compiling darling_macro v0.20.3 |
| 1836 | 2024-01-27T04:47:53.182Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1837 | 2024-01-27T04:47:53.383Z | Checking macaddr v1.0.1 |
| 1838 | 2024-01-27T04:47:53.386Z | Compiling darling v0.20.3 |
| 1839 | 2024-01-27T04:47:53.545Z | Compiling serde_with_macros v3.5.1 |
| 1840 | 2024-01-27T04:47:53.877Z | Checking camino-tempfile v1.1.1 |
| 1841 | 2024-01-27T04:47:54.299Z | Checking is-terminal v0.4.9 |
| 1842 | 2024-01-27T04:47:54.303Z | Compiling proc-macro-error-attr v1.0.4 |
| 1843 | 2024-01-27T04:47:54.464Z | Compiling proc-macro-error v1.0.4 |
| 1844 | 2024-01-27T04:47:54.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1845 | 2024-01-27T04:47:55.076Z | Compiling proc-macro-crate v1.3.1 |
| 1846 | 2024-01-27T04:47:55.154Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1847 | 2024-01-27T04:47:56.375Z | Checking termtree v0.4.1 |
| 1848 | 2024-01-27T04:47:56.657Z | Compiling heapless v0.8.0 |
| 1849 | 2024-01-27T04:47:56.907Z | Compiling num_enum_derive v0.5.11 |
| 1850 | 2024-01-27T04:47:57.167Z | Checking predicates-tree v1.0.9 |
| 1851 | 2024-01-27T04:47:57.308Z | Compiling parse-display-derive v0.8.2 |
| 1852 | 2024-01-27T04:47:57.338Z | Checking hash32 v0.3.1 |
| 1853 | 2024-01-27T04:47:57.365Z | Compiling smoltcp v0.11.0 |
| 1854 | 2024-01-27T04:47:57.598Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1855 | 2024-01-27T04:47:58.233Z | Checking cobs v0.2.3 |
| 1856 | 2024-01-27T04:47:58.490Z | Compiling crucible-workspace-hack v0.1.0 |
| 1857 | 2024-01-27T04:47:58.584Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1858 | 2024-01-27T04:47:58.835Z | Checking serde_with v3.5.1 |
| 1859 | 2024-01-27T04:47:58.886Z | Checking embedded-io v0.4.0 |
| 1860 | 2024-01-27T04:47:59.065Z | Compiling foreign-types-macros v0.2.3 |
| 1861 | 2024-01-27T04:47:59.191Z | Checking postcard v1.0.8 |
| 1862 | 2024-01-27T04:48:00.333Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1863 | 2024-01-27T04:48:00.773Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1864 | 2024-01-27T04:48:01.182Z | Checking foreign-types-shared v0.3.1 |
| 1865 | 2024-01-27T04:48:01.203Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1866 | 2024-01-27T04:48:01.330Z | Checking foreign-types v0.5.0 |
| 1867 | 2024-01-27T04:48:01.638Z | Checking num_enum v0.5.11 |
| 1868 | 2024-01-27T04:48:01.729Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1869 | 2024-01-27T04:48:01.836Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1870 | 2024-01-27T04:48:01.857Z | Checking cstr-argument v0.1.2 |
| 1871 | 2024-01-27T04:48:02.099Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1872 | 2024-01-27T04:48:02.517Z | Checking pretty-hex v0.2.1 |
| 1873 | 2024-01-27T04:48:02.846Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1874 | 2024-01-27T04:48:03.234Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1875 | 2024-01-27T04:48:03.320Z | Checking colored v2.0.4 |
| 1876 | 2024-01-27T04:48:03.323Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1877 | 2024-01-27T04:48:03.626Z | Compiling zone_cfg_derive v0.3.0 |
| 1878 | 2024-01-27T04:48:03.676Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1879 | 2024-01-27T04:48:04.197Z | Compiling usdt-macro v0.5.0 |
| 1880 | 2024-01-27T04:48:04.716Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1881 | 2024-01-27T04:48:04.810Z | Compiling usdt-attr-macro v0.5.0 |
| 1882 | 2024-01-27T04:48:04.957Z | Checking parse-display v0.8.2 |
| 1883 | 2024-01-27T04:48:05.191Z | Compiling num-derive v0.4.0 |
| 1884 | 2024-01-27T04:48:06.031Z | Compiling mockall_derive v0.12.0 |
| 1885 | 2024-01-27T04:48:06.616Z | Checking memmap v0.7.0 |
| 1886 | 2024-01-27T04:48:06.656Z | Checking fragile v2.0.0 |
| 1887 | 2024-01-27T04:48:06.897Z | Checking downcast v0.11.0 |
| 1888 | 2024-01-27T04:48:06.914Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1889 | 2024-01-27T04:48:07.036Z | Checking zone v0.3.0 |
| 1890 | 2024-01-27T04:48:07.182Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1891 | 2024-01-27T04:48:07.446Z | Checking usdt v0.5.0 |
| 1892 | 2024-01-27T04:48:07.528Z | Checking smf v0.2.2 |
| 1893 | 2024-01-27T04:48:07.838Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1894 | 2024-01-27T04:48:07.887Z | Checking filetime v0.2.23 |
| 1895 | 2024-01-27T04:48:08.182Z | Checking xattr v1.0.1 |
| 1896 | 2024-01-27T04:48:08.321Z | Checking same-file v1.0.6 |
| 1897 | 2024-01-27T04:48:08.366Z | Checking pem v3.0.2 |
| 1898 | 2024-01-27T04:48:08.434Z | Checking tar v0.4.40 |
| 1899 | 2024-01-27T04:48:08.549Z | Checking walkdir v2.4.0 |
| 1900 | 2024-01-27T04:48:08.729Z | Checking linked-hash-map v0.5.6 |
| 1901 | 2024-01-27T04:48:08.954Z | Checking itertools v0.12.0 |
| 1902 | 2024-01-27T04:48:09.219Z | Checking lru-cache v0.1.2 |
| 1903 | 2024-01-27T04:48:09.238Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 1904 | 2024-01-27T04:48:09.376Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1905 | 2024-01-27T04:48:09.473Z | Checking headers-core v0.2.0 |
| 1906 | 2024-01-27T04:48:09.584Z | Checking swrite v0.1.0 |
| 1907 | 2024-01-27T04:48:09.654Z | Checking headers v0.3.9 |
| 1908 | 2024-01-27T04:48:09.734Z | Checking password-hash v0.5.0 |
| 1909 | 2024-01-27T04:48:09.767Z | Checking blake2 v0.10.6 |
| 1910 | 2024-01-27T04:48:09.917Z | Checking rcgen v0.12.1 |
| 1911 | 2024-01-27T04:48:10.405Z | Checking atomicwrites v0.4.3 |
| 1912 | 2024-01-27T04:48:10.423Z | Checking argon2 v0.5.3 |
| 1913 | 2024-01-27T04:48:10.677Z | Checking subprocess v0.2.9 |
| 1914 | 2024-01-27T04:48:10.956Z | Checking arc-swap v1.6.0 |
| 1915 | 2024-01-27T04:48:11.393Z | Compiling cancel-safe-futures v0.1.5 |
| 1916 | 2024-01-27T04:48:11.410Z | Checking half v2.3.1 |
| 1917 | 2024-01-27T04:48:11.485Z | Checking ciborium-io v0.2.2 |
| 1918 | 2024-01-27T04:48:11.610Z | Checking slog-scope v4.4.0 |
| 1919 | 2024-01-27T04:48:11.640Z | Checking resolv-conf v0.7.0 |
| 1920 | 2024-01-27T04:48:11.907Z | Checking slog-stdlog v4.1.1 |
| 1921 | 2024-01-27T04:48:12.123Z | Checking slog-envlogger v2.2.0 |
| 1922 | 2024-01-27T04:48:12.167Z | Checking ciborium-ll v0.2.2 |
| 1923 | 2024-01-27T04:48:12.172Z | Checking trust-dns-resolver v0.22.0 |
| 1924 | 2024-01-27T04:48:12.439Z | Checking libsw v3.3.1 |
| 1925 | 2024-01-27T04:48:12.588Z | Compiling derive-where v1.2.7 |
| 1926 | 2024-01-27T04:48:12.617Z | Checking ciborium v0.2.2 |
| 1927 | 2024-01-27T04:48:12.837Z | Checking owo-colors v4.0.0 |
| 1928 | 2024-01-27T04:48:13.148Z | Checking linear-map v1.2.0 |
| 1929 | 2024-01-27T04:48:13.631Z | Checking textwrap v0.11.0 |
| 1930 | 2024-01-27T04:48:13.944Z | Compiling heck v0.3.3 |
| 1931 | 2024-01-27T04:48:14.282Z | Checking ansi_term v0.12.1 |
| 1932 | 2024-01-27T04:48:14.581Z | Checking vec_map v0.8.2 |
| 1933 | 2024-01-27T04:48:14.746Z | Compiling libefi-sys v0.1.0 |
| 1934 | 2024-01-27T04:48:14.763Z | Checking strsim v0.8.0 |
| 1935 | 2024-01-27T04:48:14.986Z | Compiling structopt-derive v0.4.18 |
| 1936 | 2024-01-27T04:48:15.027Z | Checking clap v2.34.0 |
| 1937 | 2024-01-27T04:48:15.175Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1938 | 2024-01-27T04:48:16.154Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1939 | 2024-01-27T04:48:16.416Z | Compiling slog-dtrace v0.3.0 |
| 1940 | 2024-01-27T04:48:16.550Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 1941 | 2024-01-27T04:48:16.733Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 1942 | 2024-01-27T04:48:16.834Z | Checking termcolor v1.2.0 |
| 1943 | 2024-01-27T04:48:17.553Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1944 | 2024-01-27T04:48:17.961Z | Checking nibble_vec v0.1.0 |
| 1945 | 2024-01-27T04:48:18.183Z | Checking endian-type v0.1.2 |
| 1946 | 2024-01-27T04:48:18.485Z | Compiling radium v0.7.0 |
| 1947 | 2024-01-27T04:48:18.769Z | Checking radix_trie v0.2.1 |
| 1948 | 2024-01-27T04:48:19.372Z | Compiling maybe-uninit v2.0.0 |
| 1949 | 2024-01-27T04:48:19.637Z | Checking tap v1.0.1 |
| 1950 | 2024-01-27T04:48:19.855Z | Checking wyz v0.5.1 |
| 1951 | 2024-01-27T04:48:19.885Z | Checking fxhash v0.2.1 |
| 1952 | 2024-01-27T04:48:20.049Z | Checking structopt v0.3.26 |
| 1953 | 2024-01-27T04:48:20.116Z | Checking funty v2.0.0 |
| 1954 | 2024-01-27T04:48:20.202Z | Compiling packed_struct v0.10.1 |
| 1955 | 2024-01-27T04:48:20.267Z | Checking mockall v0.12.0 |
| 1956 | 2024-01-27T04:48:20.396Z | Checking crc-catalog v2.2.0 |
| 1957 | 2024-01-27T04:48:20.433Z | Compiling num-bigint-dig v0.8.4 |
| 1958 | 2024-01-27T04:48:20.592Z | Checking crc v3.0.1 |
| 1959 | 2024-01-27T04:48:20.610Z | Compiling packed_struct_codegen v0.10.1 |
| 1960 | 2024-01-27T04:48:20.686Z | Compiling indexmap v1.9.3 |
| 1961 | 2024-01-27T04:48:20.858Z | Checking nodrop v0.1.14 |
| 1962 | 2024-01-27T04:48:20.879Z | Compiling semver v0.1.20 |
| 1963 | 2024-01-27T04:48:21.013Z | Checking array-init v0.0.4 |
| 1964 | 2024-01-27T04:48:21.151Z | Checking smallvec v0.6.14 |
| 1965 | 2024-01-27T04:48:21.722Z | Compiling rustc_version v0.1.7 |
| 1966 | 2024-01-27T04:48:21.868Z | Checking bitvec v1.0.1 |
| 1967 | 2024-01-27T04:48:21.945Z | Checking pkcs1 v0.7.5 |
| 1968 | 2024-01-27T04:48:22.491Z | Checking signature v2.1.0 |
| 1969 | 2024-01-27T04:48:22.790Z | Checking hashbrown v0.12.3 |
| 1970 | 2024-01-27T04:48:22.823Z | Checking bitfield v0.14.0 |
| 1971 | 2024-01-27T04:48:23.275Z | Checking serde-hex v0.1.0 |
| 1972 | 2024-01-27T04:48:24.186Z | Checking rsa v0.9.2 |
| 1973 | 2024-01-27T04:48:24.269Z | Compiling newtype_derive v0.1.6 |
| 1974 | 2024-01-27T04:48:24.706Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1975 | 2024-01-27T04:48:25.071Z | Checking env_logger v0.10.0 |
| 1976 | 2024-01-27T04:48:25.406Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1977 | 2024-01-27T04:48:25.559Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1978 | 2024-01-27T04:48:25.596Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1979 | 2024-01-27T04:48:25.654Z | Checking x509-cert v0.2.4 |
| 1980 | 2024-01-27T04:48:25.714Z | Checking ron v0.8.1 |
| 1981 | 2024-01-27T04:48:25.834Z | Compiling semver-parser v0.10.2 |
| 1982 | 2024-01-27T04:48:26.895Z | Checking crc-any v2.4.3 |
| 1983 | 2024-01-27T04:48:27.488Z | Compiling semver v0.11.0 |
| 1984 | 2024-01-27T04:48:27.709Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1985 | 2024-01-27T04:48:28.343Z | Checking object v0.30.4 |
| 1986 | 2024-01-27T04:48:28.923Z | Compiling num-rational v0.4.1 |
| 1987 | 2024-01-27T04:48:29.530Z | Checking path-slash v0.1.5 |
| 1988 | 2024-01-27T04:48:29.715Z | Compiling home v0.5.5 |
| 1989 | 2024-01-27T04:48:30.071Z | Compiling toolchain_find v0.2.0 |
| 1990 | 2024-01-27T04:48:30.305Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 1991 | 2024-01-27T04:48:30.323Z | Compiling toml v0.5.11 |
| 1992 | 2024-01-27T04:48:30.827Z | Compiling convert_case v0.4.0 |
| 1993 | 2024-01-27T04:48:31.015Z | Compiling topological-sort v0.2.2 |
| 1994 | 2024-01-27T04:48:31.320Z | Compiling omicron-zone-package v0.10.1 |
| 1995 | 2024-01-27T04:48:32.390Z | Compiling derive_more v0.99.17 |
| 1996 | 2024-01-27T04:48:32.855Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1997 | 2024-01-27T04:48:33.359Z | Compiling rustfmt-wrapper v0.2.0 |
| 1998 | 2024-01-27T04:48:33.490Z | Checking steno v0.4.0 |
| 1999 | 2024-01-27T04:48:36.658Z | Checking num-complex v0.4.4 |
| 2000 | 2024-01-27T04:48:37.279Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2001 | 2024-01-27T04:48:38.245Z | Checking num v0.4.1 |
| 2002 | 2024-01-27T04:48:38.334Z | Checking newline-converter v0.3.0 |
| 2003 | 2024-01-27T04:48:38.390Z | Checking utf-8 v0.7.6 |
| 2004 | 2024-01-27T04:48:38.539Z | Checking expectorate v1.1.0 |
| 2005 | 2024-01-27T04:48:38.677Z | Checking tungstenite v0.20.1 |
| 2006 | 2024-01-27T04:48:38.740Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2007 | 2024-01-27T04:48:38.758Z | Compiling buf-list v1.0.3 |
| 2008 | 2024-01-27T04:48:39.147Z | Checking display-error-chain v0.2.0 |
| 2009 | 2024-01-27T04:48:39.265Z | Compiling parking_lot_core v0.8.6 |
| 2010 | 2024-01-27T04:48:39.282Z | Checking keccak v0.1.4 |
| 2011 | 2024-01-27T04:48:39.345Z | Checking trust-dns-client v0.22.0 |
| 2012 | 2024-01-27T04:48:39.716Z | Checking sha3 v0.10.8 |
| 2013 | 2024-01-27T04:48:40.056Z | Checking tokio-tungstenite v0.20.1 |
| 2014 | 2024-01-27T04:48:40.283Z | Checking secrecy v0.8.0 |
| 2015 | 2024-01-27T04:48:40.474Z | Checking parking_lot v0.11.2 |
| 2016 | 2024-01-27T04:48:40.596Z | Compiling pin-project-internal v1.1.3 |
| 2017 | 2024-01-27T04:48:40.765Z | Compiling doc-comment v0.3.3 |
| 2018 | 2024-01-27T04:48:41.010Z | Checking sled v0.34.7 |
| 2019 | 2024-01-27T04:48:41.324Z | Checking glob v0.3.1 |
| 2020 | 2024-01-27T04:48:41.756Z | Compiling vte_generate_state_changes v0.1.1 |
| 2021 | 2024-01-27T04:48:41.971Z | Compiling unicase v2.7.0 |
| 2022 | 2024-01-27T04:48:42.408Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2023 | 2024-01-27T04:48:42.647Z | Checking trust-dns-server v0.22.1 |
| 2024 | 2024-01-27T04:48:42.784Z | Checking vte v0.11.1 |
| 2025 | 2024-01-27T04:48:42.897Z | Compiling platforms v3.0.2 |
| 2026 | 2024-01-27T04:48:43.681Z | Checking crossbeam-deque v0.8.3 |
| 2027 | 2024-01-27T04:48:44.162Z | Checking fd-lock v3.0.13 |
| 2028 | 2024-01-27T04:48:44.443Z | Compiling snafu-derive v0.7.5 |
| 2029 | 2024-01-27T04:48:45.225Z | Checking strip-ansi-escapes v0.2.0 |
| 2030 | 2024-01-27T04:48:45.414Z | Compiling fs-err v2.11.0 |
| 2031 | 2024-01-27T04:48:45.660Z | Checking nu-ansi-term v0.49.0 |
| 2032 | 2024-01-27T04:48:45.836Z | Compiling rayon-core v1.12.0 |
| 2033 | 2024-01-27T04:48:45.991Z | Checking pin-project v1.1.3 |
| 2034 | 2024-01-27T04:48:46.302Z | Checking reedline v0.28.0 |
| 2035 | 2024-01-27T04:48:46.328Z | Checking globset v0.4.13 |
| 2036 | 2024-01-27T04:48:47.040Z | Checking olpc-cjson v0.1.3 |
| 2037 | 2024-01-27T04:48:47.142Z | Checking serde_plain v1.0.2 |
| 2038 | 2024-01-27T04:48:47.213Z | Compiling async-recursion v1.0.5 |
| 2039 | 2024-01-27T04:48:47.357Z | Checking typed-path v0.7.0 |
| 2040 | 2024-01-27T04:48:47.375Z | Compiling curve25519-dalek v4.1.1 |
| 2041 | 2024-01-27T04:48:48.877Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2042 | 2024-01-27T04:48:48.953Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2043 | 2024-01-27T04:48:49.126Z | Compiling memoffset v0.7.1 |
| 2044 | 2024-01-27T04:48:49.487Z | Checking parse-size v1.0.0 |
| 2045 | 2024-01-27T04:48:49.702Z | Checking rayon v1.8.0 |
| 2046 | 2024-01-27T04:48:49.726Z | Compiling mime_guess v2.0.4 |
| 2047 | 2024-01-27T04:48:49.877Z | Checking universal-hash v0.5.1 |
| 2048 | 2024-01-27T04:48:50.125Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2049 | 2024-01-27T04:48:50.154Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2050 | 2024-01-27T04:48:50.347Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2051 | 2024-01-27T04:48:50.431Z | Checking opaque-debug v0.3.0 |
| 2052 | 2024-01-27T04:48:50.549Z | Checking poly1305 v0.8.0 |
| 2053 | 2024-01-27T04:48:51.803Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2054 | 2024-01-27T04:48:51.930Z | Checking chacha20 v0.9.1 |
| 2055 | 2024-01-27T04:48:52.247Z | Checking aead v0.5.2 |
| 2056 | 2024-01-27T04:48:52.463Z | Checking kstat-rs v0.2.3 |
| 2057 | 2024-01-27T04:48:52.556Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2058 | 2024-01-27T04:48:53.034Z | Compiling salty v0.2.0 |
| 2059 | 2024-01-27T04:48:53.054Z | Checking signature v1.6.4 |
| 2060 | 2024-01-27T04:48:53.057Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2061 | 2024-01-27T04:48:53.221Z | Checking ed25519 v1.5.3 |
| 2062 | 2024-01-27T04:48:53.538Z | Checking chacha20poly1305 v0.10.1 |
| 2063 | 2024-01-27T04:48:53.841Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2064 | 2024-01-27T04:48:54.238Z | Checking snafu v0.7.5 |
| 2065 | 2024-01-27T04:48:54.383Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2066 | 2024-01-27T04:48:54.944Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2067 | 2024-01-27T04:48:54.985Z | Checking tough v0.16.0 |
| 2068 | 2024-01-27T04:48:55.248Z | Checking serde-big-array v0.5.1 |
| 2069 | 2024-01-27T04:48:55.287Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2070 | 2024-01-27T04:48:55.545Z | Checking humantime v2.1.0 |
| 2071 | 2024-01-27T04:48:55.569Z | Checking thiserror-no-std v2.0.2 |
| 2072 | 2024-01-27T04:48:55.705Z | Checking bytecount v0.6.3 |
| 2073 | 2024-01-27T04:48:55.784Z | Checking vsss-rs v3.3.4 |
| 2074 | 2024-01-27T04:48:55.892Z | Checking papergrid v0.11.0 |
| 2075 | 2024-01-27T04:48:56.720Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2076 | 2024-01-27T04:48:56.852Z | Compiling tabled_derive v0.7.0 |
| 2077 | 2024-01-27T04:48:57.199Z | Checking signal-hook-tokio v0.3.1 |
| 2078 | 2024-01-27T04:48:57.447Z | Checking fd-lock v4.0.2 |
| 2079 | 2024-01-27T04:48:57.497Z | Checking nix v0.27.1 |
| 2080 | 2024-01-27T04:48:57.707Z | Checking serde-big-array v0.4.1 |
| 2081 | 2024-01-27T04:48:58.018Z | Compiling sqlparser_derive v0.2.2 |
| 2082 | 2024-01-27T04:48:58.376Z | Compiling slog-dtrace v0.2.3 |
| 2083 | 2024-01-27T04:48:59.002Z | Checking unicode_categories v0.1.1 |
| 2084 | 2024-01-27T04:48:59.488Z | Checking sqlformat v0.2.3 |
| 2085 | 2024-01-27T04:48:59.778Z | Checking sqlparser v0.43.1 |
| 2086 | 2024-01-27T04:49:01.160Z | Checking tabled v0.15.0 |
| 2087 | 2024-01-27T04:49:01.681Z | Checking rustyline v13.0.0 |
| 2088 | 2024-01-27T04:49:01.859Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2089 | 2024-01-27T04:49:01.939Z | Checking bcs v0.1.6 |
| 2090 | 2024-01-27T04:49:02.147Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 2091 | 2024-01-27T04:49:02.435Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2092 | 2024-01-27T04:49:02.618Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2093 | 2024-01-27T04:49:02.642Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2094 | 2024-01-27T04:49:03.493Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2095 | 2024-01-27T04:49:03.556Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2096 | 2024-01-27T04:49:04.468Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2097 | 2024-01-27T04:49:04.506Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2098 | 2024-01-27T04:49:06.162Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2099 | 2024-01-27T04:49:07.574Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2100 | 2024-01-27T04:49:09.196Z | Checking highway v1.1.0 |
| 2101 | 2024-01-27T04:49:09.845Z | Checking corncobs v0.1.3 |
| 2102 | 2024-01-27T04:49:10.127Z | Compiling prettyplease v0.2.16 |
| 2103 | 2024-01-27T04:49:10.285Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2104 | 2024-01-27T04:49:10.579Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2105 | 2024-01-27T04:49:10.968Z | Checking http-range v0.1.5 |
| 2106 | 2024-01-27T04:49:11.183Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2107 | 2024-01-27T04:49:11.200Z | Checking hyper-staticfile v0.9.5 |
| 2108 | 2024-01-27T04:49:12.772Z | Compiling portable-atomic v1.4.3 |
| 2109 | 2024-01-27T04:49:12.812Z | Compiling crunchy v0.2.2 |
| 2110 | 2024-01-27T04:49:13.863Z | Compiling clang-sys v1.6.1 |
| 2111 | 2024-01-27T04:49:13.923Z | Compiling tiny-keccak v2.0.2 |
| 2112 | 2024-01-27T04:49:14.361Z | Checking assert_matches v1.5.0 |
| 2113 | 2024-01-27T04:49:15.161Z | Compiling darling_core v0.14.4 |
| 2114 | 2024-01-27T04:49:16.132Z | Checking number_prefix v0.4.0 |
| 2115 | 2024-01-27T04:49:16.403Z | Checking indicatif v0.17.7 |
| 2116 | 2024-01-27T04:49:17.031Z | Compiling ascii-canvas v3.0.0 |
| 2117 | 2024-01-27T04:49:17.929Z | Compiling ena v0.14.2 |
| 2118 | 2024-01-27T04:49:18.061Z | Compiling libloading v0.7.4 |
| 2119 | 2024-01-27T04:49:18.553Z | Compiling diff v0.1.13 |
| 2120 | 2024-01-27T04:49:18.669Z | Compiling regex-syntax v0.6.29 |
| 2121 | 2024-01-27T04:49:18.689Z | Compiling bindgen v0.69.2 |
| 2122 | 2024-01-27T04:49:24.169Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2123 | 2024-01-27T04:49:25.036Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2124 | 2024-01-27T04:49:25.296Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2125 | 2024-01-27T04:49:27.943Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2126 | 2024-01-27T04:49:29.096Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2127 | 2024-01-27T04:49:29.690Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2128 | 2024-01-27T04:49:30.733Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2129 | 2024-01-27T04:49:31.771Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2130 | 2024-01-27T04:49:32.122Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2131 | 2024-01-27T04:49:32.558Z | Compiling darling_macro v0.14.4 |
| 2132 | 2024-01-27T04:49:34.230Z | Compiling lalrpop v0.19.12 |
| 2133 | 2024-01-27T04:49:34.524Z | Compiling darling v0.14.4 |
| 2134 | 2024-01-27T04:49:34.686Z | Compiling cexpr v0.6.0 |
| 2135 | 2024-01-27T04:49:34.878Z | Compiling which v4.4.0 |
| 2136 | 2024-01-27T04:49:35.252Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2137 | 2024-01-27T04:49:35.870Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2138 | 2024-01-27T04:49:37.480Z | Checking maplit v1.0.2 |
| 2139 | 2024-01-27T04:49:37.625Z | Compiling lazycell v1.3.0 |
| 2140 | 2024-01-27T04:49:37.713Z | Compiling shlex v1.3.0 |
| 2141 | 2024-01-27T04:49:37.864Z | Compiling peeking_take_while v0.1.2 |
| 2142 | 2024-01-27T04:49:38.045Z | Compiling rustc-hash v1.1.0 |
| 2143 | 2024-01-27T04:49:38.257Z | Compiling ref-cast v1.0.20 |
| 2144 | 2024-01-27T04:49:39.098Z | Compiling derive_builder_core v0.12.0 |
| 2145 | 2024-01-27T04:49:42.662Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2146 | 2024-01-27T04:49:43.090Z | Compiling ref-cast-impl v1.0.20 |
| 2147 | 2024-01-27T04:49:43.349Z | Compiling libxml v0.3.3 |
| 2148 | 2024-01-27T04:49:43.911Z | Compiling derive_builder_macro v0.12.0 |
| 2149 | 2024-01-27T04:49:45.279Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2150 | 2024-01-27T04:49:45.300Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2151 | 2024-01-27T04:49:45.849Z | Compiling strum_macros v0.24.3 |
| 2152 | 2024-01-27T04:49:48.687Z | Compiling cookie v0.18.0 |
| 2153 | 2024-01-27T04:49:49.129Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2154 | 2024-01-27T04:49:49.569Z | Compiling indoc v1.0.9 |
| 2155 | 2024-01-27T04:49:51.413Z | Checking derive_builder v0.12.0 |
| 2156 | 2024-01-27T04:49:52.033Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2157 | 2024-01-27T04:49:52.247Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2158 | 2024-01-27T04:49:52.467Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2159 | 2024-01-27T04:49:53.676Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2160 | 2024-01-27T04:49:54.047Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2161 | 2024-01-27T04:49:54.214Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2162 | 2024-01-27T04:49:54.324Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2163 | 2024-01-27T04:49:54.743Z | Checking bb8 v0.8.1 |
| 2164 | 2024-01-27T04:49:55.284Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2165 | 2024-01-27T04:49:55.480Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2166 | 2024-01-27T04:49:58.387Z | Checking quick-xml v0.30.0 |
| 2167 | 2024-01-27T04:50:01.028Z | Compiling oso-derive v0.27.0 |
| 2168 | 2024-01-27T04:50:01.053Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2169 | 2024-01-27T04:50:01.569Z | Checking unicode-linebreak v0.1.5 |
| 2170 | 2024-01-27T04:50:02.268Z | Checking smawk v0.3.1 |
| 2171 | 2024-01-27T04:50:02.574Z | Checking textwrap v0.16.0 |
| 2172 | 2024-01-27T04:50:02.838Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2173 | 2024-01-27T04:50:03.806Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2174 | 2024-01-27T04:50:03.958Z | Checking is_ci v1.1.1 |
| 2175 | 2024-01-27T04:50:04.136Z | Checking supports-color v2.1.0 |
| 2176 | 2024-01-27T04:50:04.153Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2177 | 2024-01-27T04:50:04.419Z | Checking lru v0.12.1 |
| 2178 | 2024-01-27T04:50:04.842Z | Compiling stability v0.1.1 |
| 2179 | 2024-01-27T04:50:06.409Z | Compiling indoc v2.0.3 |
| 2180 | 2024-01-27T04:50:06.485Z | Checking cassowary v0.3.0 |
| 2181 | 2024-01-27T04:50:07.100Z | Checking rtoolbox v0.0.1 |
| 2182 | 2024-01-27T04:50:07.213Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2183 | 2024-01-27T04:50:07.367Z | Checking rpassword v7.3.1 |
| 2184 | 2024-01-27T04:50:07.562Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2185 | 2024-01-27T04:50:08.000Z | Checking shell-words v1.1.0 |
| 2186 | 2024-01-27T04:50:08.222Z | Checking ratatui v0.25.0 |
| 2187 | 2024-01-27T04:50:08.267Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2188 | 2024-01-27T04:50:10.052Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2189 | 2024-01-27T04:50:11.945Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2190 | 2024-01-27T04:50:12.305Z | Checking fatfs v0.3.6 |
| 2191 | 2024-01-27T04:50:12.362Z | Checking tui-tree-widget v0.16.0 |
| 2192 | 2024-01-27T04:50:12.841Z | Checking yansi v0.5.1 |
| 2193 | 2024-01-27T04:50:13.366Z | Compiling target-lexicon v0.12.12 |
| 2194 | 2024-01-27T04:50:13.561Z | Checking pretty_assertions v1.4.0 |
| 2195 | 2024-01-27T04:50:13.833Z | Compiling guppy-workspace-hack v0.1.0 |
| 2196 | 2024-01-27T04:50:13.994Z | Checking plotters-backend v0.3.5 |
| 2197 | 2024-01-27T04:50:14.266Z | Checking http-body v1.0.0 |
| 2198 | 2024-01-27T04:50:14.556Z | Checking rand v0.4.6 |
| 2199 | 2024-01-27T04:50:14.571Z | Checking plotters-svg v0.3.5 |
| 2200 | 2024-01-27T04:50:14.882Z | Compiling target-spec v3.0.1 |
| 2201 | 2024-01-27T04:50:15.670Z | Checking remove_dir_all v0.5.3 |
| 2202 | 2024-01-27T04:50:15.725Z | Checking tower-layer v0.3.2 |
| 2203 | 2024-01-27T04:50:15.800Z | Checking cast v0.3.0 |
| 2204 | 2024-01-27T04:50:16.101Z | Checking tempdir v0.3.7 |
| 2205 | 2024-01-27T04:50:16.118Z | Checking tower v0.4.13 |
| 2206 | 2024-01-27T04:50:16.272Z | Checking criterion-plot v0.5.0 |
| 2207 | 2024-01-27T04:50:16.349Z | Checking cfg-expr v0.15.5 |
| 2208 | 2024-01-27T04:50:17.021Z | Checking plotters v0.3.5 |
| 2209 | 2024-01-27T04:50:17.392Z | Checking hyper v1.1.0 |
| 2210 | 2024-01-27T04:50:17.787Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2211 | 2024-01-27T04:50:19.217Z | Checking tinytemplate v1.2.1 |
| 2212 | 2024-01-27T04:50:19.360Z | Checking cargo-platform v0.1.3 |
| 2213 | 2024-01-27T04:50:19.787Z | Checking oorandom v11.1.3 |
| 2214 | 2024-01-27T04:50:19.831Z | Checking anes v0.1.6 |
| 2215 | 2024-01-27T04:50:19.926Z | Checking cargo_metadata v0.18.1 |
| 2216 | 2024-01-27T04:50:20.002Z | Checking hyper-util v0.1.2 |
| 2217 | 2024-01-27T04:50:20.395Z | Checking criterion v0.5.1 |
| 2218 | 2024-01-27T04:50:21.374Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2219 | 2024-01-27T04:50:21.963Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2220 | 2024-01-27T04:50:22.624Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2221 | 2024-01-27T04:50:23.249Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2222 | 2024-01-27T04:50:23.600Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2223 | 2024-01-27T04:50:24.843Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2224 | 2024-01-27T04:50:25.010Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2225 | 2024-01-27T04:50:26.034Z | Checking assert_cmd v2.0.13 |
| 2226 | 2024-01-27T04:50:26.699Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2227 | 2024-01-27T04:50:29.185Z | Checking rustls-native-certs v0.7.0 |
| 2228 | 2024-01-27T04:50:29.379Z | Checking pathdiff v0.2.1 |
| 2229 | 2024-01-27T04:50:29.586Z | Checking nested v0.1.1 |
| 2230 | 2024-01-27T04:50:29.960Z | Checking guppy v0.17.4 |
| 2231 | 2024-01-27T04:50:32.112Z | Checking hyper-rustls v0.26.0 |
| 2232 | 2024-01-27T04:50:32.623Z | Checking threadpool v1.8.1 |
| 2233 | 2024-01-27T04:50:32.922Z | Checking nanorand v0.7.0 |
| 2234 | 2024-01-27T04:50:33.460Z | Checking libtest-mimic v0.6.1 |
| 2235 | 2024-01-27T04:50:33.489Z | Checking flume v0.11.0 |
| 2236 | 2024-01-27T04:50:34.136Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2237 | 2024-01-27T04:50:34.139Z | Checking httptest v0.15.5 |
| 2238 | 2024-01-27T04:50:34.176Z | Checking similar-asserts v1.5.0 |
| 2239 | 2024-01-27T04:50:34.483Z | Compiling rstest_macros v0.18.2 |
| 2240 | 2024-01-27T04:50:35.265Z | Compiling crossbeam-queue v0.3.8 |
| 2241 | 2024-01-27T04:50:35.426Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2242 | 2024-01-27T04:50:36.096Z | Checking datatest-stable v0.2.3 |
| 2243 | 2024-01-27T04:50:36.409Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2244 | 2024-01-27T04:50:37.309Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2245 | 2024-01-27T04:50:37.719Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2246 | 2024-01-27T04:50:38.160Z | Compiling relative-path v1.9.0 |
| 2247 | 2024-01-27T04:50:38.340Z | Checking arrayvec v0.7.4 |
| 2248 | 2024-01-27T04:50:38.925Z | Compiling trybuild v1.0.89 |
| 2249 | 2024-01-27T04:50:38.990Z | Checking arrayref v0.3.7 |
| 2250 | 2024-01-27T04:50:39.117Z | Checking constant_time_eq v0.2.6 |
| 2251 | 2024-01-27T04:50:39.281Z | Checking blake2b_simd v1.0.1 |
| 2252 | 2024-01-27T04:50:39.992Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2253 | 2024-01-27T04:50:40.591Z | Checking basic-toml v0.1.8 |
| 2254 | 2024-01-27T04:50:41.962Z | Checking futures-timer v3.0.2 |
| 2255 | 2024-01-27T04:50:42.406Z | Checking constant_time_eq v0.3.0 |
| 2256 | 2024-01-27T04:50:42.571Z | Checking rust-argon2 v1.0.1 |
| 2257 | 2024-01-27T04:50:45.411Z | Checking crossbeam v0.8.2 |
| 2258 | 2024-01-27T04:50:47.240Z | Checking partial-io v0.5.4 |
| 2259 | 2024-01-27T04:50:47.811Z | Checking approx v0.5.1 |
| 2260 | 2024-01-27T04:50:48.116Z | Checking termios v0.3.3 |
| 2261 | 2024-01-27T04:50:48.409Z | Checking hex-literal v0.4.1 |
| 2262 | 2024-01-27T04:50:48.837Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2263 | 2024-01-27T04:50:50.259Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2264 | 2024-01-27T04:50:54.589Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2265 | 2024-01-27T04:50:55.560Z | Checking rstest v0.18.2 |
| 2266 | 2024-01-27T04:51:05.014Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2267 | 2024-01-27T04:51:10.973Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2268 | 2024-01-27T04:52:15.725Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2269 | 2024-01-27T04:52:16.464Z | Compiling samael v0.0.14 |
| 2270 | 2024-01-27T04:52:19.853Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2271 | 2024-01-27T04:52:22.079Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2272 | 2024-01-27T04:52:41.032Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2273 | 2024-01-27T04:53:00.192Z | Compiling polar-core v0.27.0 |
| 2274 | 2024-01-27T04:53:10.946Z | Checking oso v0.27.0 |
| 2275 | 2024-01-27T04:53:49.099Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2276 | 2024-01-27T04:55:18.851Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 39s |
| 2277 | 2024-01-27T04:55:19.081Z | |
| 2278 | 2024-01-27T04:55:19.081Z | real 11:41.107914065 |
| 2279 | 2024-01-27T04:55:19.082Z | user 1:04:07.411026603 |
| 2280 | 2024-01-27T04:55:19.082Z | sys 8:01.775496260 |
| 2281 | 2024-01-27T04:55:19.082Z | trap 2.146589560 |
| 2282 | 2024-01-27T04:55:19.082Z | tflt 4.446757304 |
| 2283 | 2024-01-27T04:55:19.085Z | dflt 7.045929359 |
| 2284 | 2024-01-27T04:55:19.085Z | kflt 0.024590103 |
| 2285 | 2024-01-27T04:55:19.085Z | lock 1:41:40.130368263 |
| 2286 | 2024-01-27T04:55:19.085Z | slp 3:10:29.853367931 |
| 2287 | 2024-01-27T04:55:19.085Z | lat 2:11.563533495 |
| 2288 | 2024-01-27T04:55:19.085Z | stop 4:39.015530184 |
| 2289 | 2024-01-27T04:55:20.320Z | warning: output filename collision. |
| 2290 | 2024-01-27T04:55:20.320Z | 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)`. |
| 2291 | 2024-01-27T04:55:20.320Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2292 | 2024-01-27T04:55:20.320Z | The targets should have unique names. |
| 2293 | 2024-01-27T04:55:20.320Z | This is a known bug where multiple crates with the same name use |
| 2294 | 2024-01-27T04:55:20.320Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2295 | 2024-01-27T04:55:20.329Z | warning: output filename collision. |
| 2296 | 2024-01-27T04:55:20.329Z | 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)`. |
| 2297 | 2024-01-27T04:55:20.329Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2298 | 2024-01-27T04:55:20.329Z | The targets should have unique names. |
| 2299 | 2024-01-27T04:55:20.329Z | This is a known bug where multiple crates with the same name use |
| 2300 | 2024-01-27T04:55:20.329Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2301 | 2024-01-27T04:55:20.329Z | warning: output filename collision. |
| 2302 | 2024-01-27T04:55:20.329Z | 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)`. |
| 2303 | 2024-01-27T04:55:20.329Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2304 | 2024-01-27T04:55:20.329Z | The targets should have unique names. |
| 2305 | 2024-01-27T04:55:20.329Z | This is a known bug where multiple crates with the same name use |
| 2306 | 2024-01-27T04:55:20.329Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2307 | 2024-01-27T04:55:20.331Z | warning: output filename collision. |
| 2308 | 2024-01-27T04:55:20.331Z | 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)`. |
| 2309 | 2024-01-27T04:55:20.331Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2310 | 2024-01-27T04:55:20.331Z | The targets should have unique names. |
| 2311 | 2024-01-27T04:55:20.331Z | This is a known bug where multiple crates with the same name use |
| 2312 | 2024-01-27T04:55:20.331Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2313 | 2024-01-27T04:55:20.977Z | Documenting libc v0.2.152 |
| 2314 | 2024-01-27T04:55:20.992Z | Documenting cfg-if v1.0.0 |
| 2315 | 2024-01-27T04:55:21.007Z | Documenting serde_derive v1.0.195 |
| 2316 | 2024-01-27T04:55:21.034Z | Documenting log v0.4.20 |
| 2317 | 2024-01-27T04:55:21.051Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2318 | 2024-01-27T04:55:21.070Z | Documenting memchr v2.6.3 |
| 2319 | 2024-01-27T04:55:21.077Z | Documenting scopeguard v1.2.0 |
| 2320 | 2024-01-27T04:55:21.093Z | Documenting byteorder v1.5.0 |
| 2321 | 2024-01-27T04:55:21.472Z | Documenting smallvec v1.11.2 |
| 2322 | 2024-01-27T04:55:25.017Z | Documenting zeroize_derive v1.4.2 |
| 2323 | 2024-01-27T04:55:25.089Z | Documenting lock_api v0.4.10 |
| 2324 | 2024-01-27T04:55:25.994Z | Documenting itoa v1.0.9 |
| 2325 | 2024-01-27T04:55:26.994Z | Documenting once_cell v1.19.0 |
| 2326 | 2024-01-27T04:55:27.170Z | Documenting pin-project-lite v0.2.13 |
| 2327 | 2024-01-27T04:55:27.326Z | Documenting getrandom v0.2.10 |
| 2328 | 2024-01-27T04:55:27.770Z | Documenting parking_lot_core v0.9.8 |
| 2329 | 2024-01-27T04:55:29.626Z | Documenting libm v0.2.7 |
| 2330 | 2024-01-27T04:55:30.132Z | Documenting signal-hook-registry v1.4.1 |
| 2331 | 2024-01-27T04:55:30.652Z | Documenting serde v1.0.195 |
| 2332 | 2024-01-27T04:55:31.289Z | Documenting mio v0.8.9 |
| 2333 | 2024-01-27T04:55:32.648Z | Documenting zeroize v1.7.0 |
| 2334 | 2024-01-27T04:55:32.791Z | Documenting rand_core v0.6.4 |
| 2335 | 2024-01-27T04:55:33.058Z | Documenting futures-core v0.3.30 |
| 2336 | 2024-01-27T04:55:33.392Z | Documenting parking_lot v0.12.1 |
| 2337 | 2024-01-27T04:55:34.391Z | Documenting num-traits v0.2.16 |
| 2338 | 2024-01-27T04:55:35.916Z | Documenting thiserror-impl v1.0.56 |
| 2339 | 2024-01-27T04:55:37.228Z | Documenting socket2 v0.5.5 |
| 2340 | 2024-01-27T04:55:38.316Z | Documenting num_cpus v1.16.0 |
| 2341 | 2024-01-27T04:55:38.387Z | Documenting typenum v1.16.0 |
| 2342 | 2024-01-27T04:55:38.411Z | Documenting tokio-macros v2.2.0 |
| 2343 | 2024-01-27T04:55:39.066Z | Documenting subtle v2.5.0 |
| 2344 | 2024-01-27T04:55:41.448Z | Documenting ryu v1.0.15 |
| 2345 | 2024-01-27T04:55:43.045Z | Documenting thiserror v1.0.56 |
| 2346 | 2024-01-27T04:55:43.207Z | Documenting zerocopy v0.7.32 |
| 2347 | 2024-01-27T04:55:44.376Z | Documenting futures-sink v0.3.30 |
| 2348 | 2024-01-27T04:55:44.582Z | Documenting const-oid v0.9.5 |
| 2349 | 2024-01-27T04:55:45.000Z | Documenting pin-utils v0.1.0 |
| 2350 | 2024-01-27T04:55:45.521Z | Documenting slab v0.4.9 |
| 2351 | 2024-01-27T04:55:48.610Z | Documenting futures-macro v0.3.30 |
| 2352 | 2024-01-27T04:55:49.901Z | Documenting futures-channel v0.3.30 |
| 2353 | 2024-01-27T04:55:51.946Z | Documenting futures-task v0.3.30 |
| 2354 | 2024-01-27T04:55:53.127Z | Documenting futures-io v0.3.30 |
| 2355 | 2024-01-27T04:55:53.738Z | Documenting iana-time-zone v0.1.57 |
| 2356 | 2024-01-27T04:55:54.752Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2357 | 2024-01-27T04:55:55.989Z | Documenting tinyvec_macros v0.1.1 |
| 2358 | 2024-01-27T04:55:56.040Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2359 | 2024-01-27T04:55:56.559Z | Documenting ahash v0.8.6 |
| 2360 | 2024-01-27T04:55:57.906Z | Documenting ppv-lite86 v0.2.17 |
| 2361 | 2024-01-27T04:55:59.041Z | Documenting futures-util v0.3.30 |
| 2362 | 2024-01-27T04:55:59.609Z | Documenting allocator-api2 v0.2.16 |
| 2363 | 2024-01-27T04:56:00.502Z | Documenting tinyvec v1.6.0 |
| 2364 | 2024-01-27T04:56:04.633Z | Documenting rand_chacha v0.3.1 |
| 2365 | 2024-01-27T04:56:04.633Z | Documenting tracing-core v0.1.31 |
| 2366 | 2024-01-27T04:56:04.867Z | Documenting hashbrown v0.14.2 |
| 2367 | 2024-01-27T04:56:05.893Z | Documenting bytes v1.5.0 |
| 2368 | 2024-01-27T04:56:06.375Z | Documenting bitflags v2.4.0 |
| 2369 | 2024-01-27T04:56:09.767Z | Documenting serde_json v1.0.111 |
| 2370 | 2024-01-27T04:56:11.010Z | Documenting chrono v0.4.31 |
| 2371 | 2024-01-27T04:56:12.422Z | Documenting uuid v1.7.0 |
| 2372 | 2024-01-27T04:56:13.674Z | Documenting tokio v1.35.1 |
| 2373 | 2024-01-27T04:56:14.113Z | Documenting tracing-attributes v0.1.26 |
| 2374 | 2024-01-27T04:56:14.346Z | Documenting rand v0.8.5 |
| 2375 | 2024-01-27T04:56:17.728Z | Documenting unicode-normalization v0.1.22 |
| 2376 | 2024-01-27T04:56:19.046Z | Documenting lazy_static v1.4.0 |
| 2377 | 2024-01-27T04:56:19.784Z | Documenting unicode-bidi v0.3.13 |
| 2378 | 2024-01-27T04:56:22.574Z | Documenting base64 v0.21.7 |
| 2379 | 2024-01-27T04:56:23.411Z | Documenting equivalent v1.0.1 |
| 2380 | 2024-01-27T04:56:24.200Z | Documenting generic-array v0.14.7 |
| 2381 | 2024-01-27T04:56:24.204Z | Documenting percent-encoding v2.3.1 |
| 2382 | 2024-01-27T04:56:24.667Z | Documenting cpufeatures v0.2.12 |
| 2383 | 2024-01-27T04:56:26.502Z | Documenting serde_derive_internals v0.26.0 |
| 2384 | 2024-01-27T04:56:27.504Z | Documenting indexmap v2.1.0 |
| 2385 | 2024-01-27T04:56:28.404Z | Checking serde_derive_internals v0.26.0 |
| 2386 | 2024-01-27T04:56:28.821Z | Documenting fnv v1.0.7 |
| 2387 | 2024-01-27T04:56:29.369Z | Documenting dyn-clone v1.0.13 |
| 2388 | 2024-01-27T04:56:29.835Z | Documenting form_urlencoded v1.2.1 |
| 2389 | 2024-01-27T04:56:30.422Z | Documenting idna v0.5.0 |
| 2390 | 2024-01-27T04:56:30.836Z | Documenting crypto-common v0.1.6 |
| 2391 | 2024-01-27T04:56:32.393Z | Documenting block-buffer v0.10.4 |
| 2392 | 2024-01-27T04:56:33.880Z | Documenting tracing v0.1.37 |
| 2393 | 2024-01-27T04:56:34.158Z | Documenting errno v0.3.8 |
| 2394 | 2024-01-27T04:56:34.333Z | Documenting schemars_derive v0.8.16 |
| 2395 | 2024-01-27T04:56:35.298Z | Documenting httparse v1.8.0 |
| 2396 | 2024-01-27T04:56:35.724Z | Documenting adler v1.0.2 |
| 2397 | 2024-01-27T04:56:36.428Z | Documenting url v2.5.0 |
| 2398 | 2024-01-27T04:56:37.773Z | Documenting base64ct v1.6.0 |
| 2399 | 2024-01-27T04:56:38.323Z | Documenting digest v0.10.7 |
| 2400 | 2024-01-27T04:56:39.616Z | Documenting rustix v0.38.30 |
| 2401 | 2024-01-27T04:56:39.808Z | Documenting miniz_oxide v0.7.1 |
| 2402 | 2024-01-27T04:56:41.543Z | Documenting unicode-ident v1.0.12 |
| 2403 | 2024-01-27T04:56:42.837Z | Documenting unicode-width v0.1.11 |
| 2404 | 2024-01-27T04:56:43.125Z | Documenting schemars v0.8.16 |
| 2405 | 2024-01-27T04:56:43.928Z | Documenting try-lock v0.2.4 |
| 2406 | 2024-01-27T04:56:44.576Z | Documenting httpdate v1.0.3 |
| 2407 | 2024-01-27T04:56:45.568Z | Documenting proc-macro2 v1.0.78 |
| 2408 | 2024-01-27T04:56:46.889Z | Documenting http-body v0.4.5 |
| 2409 | 2024-01-27T04:56:47.934Z | Documenting openssl-sys v0.9.96 |
| 2410 | 2024-01-27T04:56:48.136Z | Documenting want v0.3.1 |
| 2411 | 2024-01-27T04:56:49.639Z | Documenting slog v2.7.0 |
| 2412 | 2024-01-27T04:56:50.260Z | Documenting async-trait v0.1.77 |
| 2413 | 2024-01-27T04:56:52.030Z | Documenting openssl-macros v0.1.1 |
| 2414 | 2024-01-27T04:56:52.916Z | Documenting mime v0.3.17 |
| 2415 | 2024-01-27T04:56:53.771Z | Documenting tower-service v0.3.2 |
| 2416 | 2024-01-27T04:56:54.005Z | Documenting quote v1.0.35 |
| 2417 | 2024-01-27T04:56:56.347Z | Documenting pem-rfc7468 v0.7.0 |
| 2418 | 2024-01-27T04:56:56.982Z | Documenting aho-corasick v1.0.4 |
| 2419 | 2024-01-27T04:56:57.560Z | Documenting der_derive v0.7.2 |
| 2420 | 2024-01-27T04:57:02.260Z | Documenting openssl v0.10.60 |
| 2421 | 2024-01-27T04:57:02.317Z | Documenting ipnet v2.9.0 |
| 2422 | 2024-01-27T04:57:02.317Z | Documenting openssl-probe v0.1.5 |
| 2423 | 2024-01-27T04:57:02.317Z | Documenting utf8parse v0.2.1 |
| 2424 | 2024-01-27T04:57:02.532Z | Documenting flagset v0.4.3 |
| 2425 | 2024-01-27T04:57:03.258Z | Documenting tokio-util v0.7.10 |
| 2426 | 2024-01-27T04:57:03.957Z | Documenting regex-syntax v0.8.2 |
| 2427 | 2024-01-27T04:57:04.375Z | Documenting syn v2.0.48 |
| 2428 | 2024-01-27T04:57:04.902Z | Documenting num-integer v0.1.45 |
| 2429 | 2024-01-27T04:57:05.327Z | Documenting time-macros v0.2.13 |
| 2430 | 2024-01-27T04:57:05.596Z | Documenting num_threads v0.1.6 |
| 2431 | 2024-01-27T04:57:06.617Z | Documenting der v0.7.8 |
| 2432 | 2024-01-27T04:57:10.871Z | Documenting deranged v0.3.8 |
| 2433 | 2024-01-27T04:57:11.056Z | Documenting gimli v0.28.0 |
| 2434 | 2024-01-27T04:57:11.284Z | Documenting time-core v0.1.1 |
| 2435 | 2024-01-27T04:57:11.806Z | Documenting h2 v0.3.24 |
| 2436 | 2024-01-27T04:57:12.414Z | Documenting native-tls v0.2.11 |
| 2437 | 2024-01-27T04:57:14.152Z | Documenting spki v0.7.2 |
| 2438 | 2024-01-27T04:57:14.407Z | Documenting regex-automata v0.4.4 |
| 2439 | 2024-01-27T04:57:15.604Z | Documenting object v0.32.1 |
| 2440 | 2024-01-27T04:57:17.398Z | Documenting time v0.3.27 |
| 2441 | 2024-01-27T04:57:20.685Z | Documenting addr2line v0.21.0 |
| 2442 | 2024-01-27T04:57:20.734Z | Documenting crossbeam-utils v0.8.16 |
| 2443 | 2024-01-27T04:57:20.874Z | Documenting encoding_rs v0.8.33 |
| 2444 | 2024-01-27T04:57:25.508Z | Documenting rustc-demangle v0.1.23 |
| 2445 | 2024-01-27T04:57:26.191Z | Documenting tokio-native-tls v0.3.1 |
| 2446 | 2024-01-27T04:57:26.887Z | Documenting serde_urlencoded v0.7.1 |
| 2447 | 2024-01-27T04:57:27.304Z | Documenting regex v1.10.3 |
| 2448 | 2024-01-27T04:57:28.024Z | Documenting hyper v0.14.27 |
| 2449 | 2024-01-27T04:57:28.442Z | Documenting spin v0.9.8 |
| 2450 | 2024-01-27T04:57:29.853Z | Documenting pkcs8 v0.10.2 |
| 2451 | 2024-01-27T04:57:32.748Z | Checking pest_meta v2.7.6 |
| 2452 | 2024-01-27T04:57:33.297Z | Documenting anstyle v1.0.2 |
| 2453 | 2024-01-27T04:57:34.097Z | Documenting data-encoding v2.4.0 |
| 2454 | 2024-01-27T04:57:34.404Z | Documenting webpki-roots v0.25.2 |
| 2455 | 2024-01-27T04:57:34.540Z | Documenting anstyle-parse v0.2.1 |
| 2456 | 2024-01-27T04:57:34.922Z | Documenting backtrace v0.3.69 |
| 2457 | 2024-01-27T04:57:36.101Z | Documenting ipnetwork v0.20.0 |
| 2458 | 2024-01-27T04:57:36.998Z | Documenting sha2 v0.10.8 |
| 2459 | 2024-01-27T04:57:38.991Z | Documenting futures-executor v0.3.30 |
| 2460 | 2024-01-27T04:57:39.227Z | Documenting hex v0.4.3 |
| 2461 | 2024-01-27T04:57:39.906Z | Documenting crc32fast v1.3.2 |
| 2462 | 2024-01-27T04:57:40.327Z | Documenting pest_meta v2.7.6 |
| 2463 | 2024-01-27T04:57:43.358Z | Documenting anyhow v1.0.75 |
| 2464 | 2024-01-27T04:57:43.502Z | Documenting scroll_derive v0.12.0 |
| 2465 | 2024-01-27T04:57:44.383Z | Documenting untrusted v0.9.0 |
| 2466 | 2024-01-27T04:57:45.138Z | Documenting anstyle-query v1.0.0 |
| 2467 | 2024-01-27T04:57:45.288Z | Documenting colorchoice v1.0.0 |
| 2468 | 2024-01-27T04:57:46.147Z | Documenting either v1.9.0 |
| 2469 | 2024-01-27T04:57:46.155Z | Documenting pest_generator v2.7.6 |
| 2470 | 2024-01-27T04:57:47.481Z | Documenting hyper-tls v0.5.0 |
| 2471 | 2024-01-27T04:57:48.605Z | Documenting hyper-rustls v0.24.2 |
| 2472 | 2024-01-27T04:57:49.402Z | Documenting ring v0.17.7 |
| 2473 | 2024-01-27T04:57:49.943Z | Documenting scroll v0.12.0 |
| 2474 | 2024-01-27T04:57:50.545Z | Documenting anstream v0.5.0 |
| 2475 | 2024-01-27T04:57:51.186Z | Checking pest_generator v2.7.6 |
| 2476 | 2024-01-27T04:57:51.671Z | Documenting num-iter v0.1.43 |
| 2477 | 2024-01-27T04:57:52.414Z | Documenting hmac v0.12.1 |
| 2478 | 2024-01-27T04:57:53.152Z | Documenting openapiv3 v2.0.0 |
| 2479 | 2024-01-27T04:57:55.603Z | Documenting signal-hook v0.3.17 |
| 2480 | 2024-01-27T04:57:56.166Z | Documenting terminal_size v0.2.6 |
| 2481 | 2024-01-27T04:57:57.142Z | Documenting memoffset v0.9.0 |
| 2482 | 2024-01-27T04:57:57.692Z | Documenting clap_lex v0.5.1 |
| 2483 | 2024-01-27T04:57:58.429Z | Documenting ucd-trie v0.1.6 |
| 2484 | 2024-01-27T04:57:59.584Z | Documenting plain v0.2.3 |
| 2485 | 2024-01-27T04:57:59.818Z | Documenting reqwest v0.11.22 |
| 2486 | 2024-01-27T04:58:01.182Z | Documenting strsim v0.10.0 |
| 2487 | 2024-01-27T04:58:01.536Z | Documenting crossbeam-epoch v0.9.15 |
| 2488 | 2024-01-27T04:58:02.400Z | Documenting pest_derive v2.7.6 |
| 2489 | 2024-01-27T04:58:03.327Z | Documenting futures v0.3.30 |
| 2490 | 2024-01-27T04:58:03.641Z | Documenting flate2 v1.0.28 |
| 2491 | 2024-01-27T04:58:03.719Z | Documenting goblin v0.8.0 |
| 2492 | 2024-01-27T04:58:04.529Z | Documenting pest v2.7.6 |
| 2493 | 2024-01-27T04:58:07.230Z | Documenting clap_builder v4.4.2 |
| 2494 | 2024-01-27T04:58:07.578Z | Documenting clap_derive v4.4.2 |
| 2495 | 2024-01-27T04:58:08.825Z | Documenting managed v0.8.0 |
| 2496 | 2024-01-27T04:58:10.700Z | Documenting unicode-segmentation v1.10.1 |
| 2497 | 2024-01-27T04:58:12.127Z | Documenting pretty-hex v0.4.1 |
| 2498 | 2024-01-27T04:58:13.782Z | Documenting dtrace-parser v0.2.0 |
| 2499 | 2024-01-27T04:58:14.867Z | Documenting signal-hook-mio v0.2.3 |
| 2500 | 2024-01-27T04:58:15.349Z | Documenting block-padding v0.3.3 |
| 2501 | 2024-01-27T04:58:15.493Z | Documenting scheduled-thread-pool v0.2.7 |
| 2502 | 2024-01-27T04:58:16.022Z | Documenting thread-id v4.2.0 |
| 2503 | 2024-01-27T04:58:16.149Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2504 | 2024-01-27T04:58:16.757Z | Documenting dof v0.3.0 |
| 2505 | 2024-01-27T04:58:17.166Z | Documenting clap v4.4.3 |
| 2506 | 2024-01-27T04:58:20.310Z | Documenting enum-as-inner v0.5.1 |
| 2507 | 2024-01-27T04:58:21.210Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2508 | 2024-01-27T04:58:21.406Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2509 | 2024-01-27T04:58:21.441Z | Documenting inout v0.1.3 |
| 2510 | 2024-01-27T04:58:21.520Z | Documenting crossterm v0.27.0 |
| 2511 | 2024-01-27T04:58:21.679Z | Documenting r2d2 v0.8.10 |
| 2512 | 2024-01-27T04:58:21.854Z | Documenting bzip2 v0.4.4 |
| 2513 | 2024-01-27T04:58:24.439Z | Documenting md-5 v0.10.5 |
| 2514 | 2024-01-27T04:58:25.120Z | Documenting usdt-impl v0.5.0 |
| 2515 | 2024-01-27T04:58:26.606Z | Documenting trust-dns-proto v0.22.0 |
| 2516 | 2024-01-27T04:58:27.429Z | Documenting stringprep v0.1.3 |
| 2517 | 2024-01-27T04:58:27.674Z | Documenting serde_spanned v0.6.4 |
| 2518 | 2024-01-27T04:58:27.856Z | Documenting toml_datetime v0.6.5 |
| 2519 | 2024-01-27T04:58:27.986Z | Documenting diesel_derives v2.1.2 |
| 2520 | 2024-01-27T04:58:29.402Z | Documenting ff v0.13.0 |
| 2521 | 2024-01-27T04:58:31.471Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2522 | 2024-01-27T04:58:33.019Z | Documenting fallible-iterator v0.2.0 |
| 2523 | 2024-01-27T04:58:33.427Z | Documenting bit-vec v0.6.3 |
| 2524 | 2024-01-27T04:58:33.756Z | Documenting winnow v0.5.15 |
| 2525 | 2024-01-27T04:58:35.112Z | Documenting siphasher v0.3.11 |
| 2526 | 2024-01-27T04:58:35.356Z | Documenting base16ct v0.2.0 |
| 2527 | 2024-01-27T04:58:37.087Z | Documenting static_assertions v1.1.0 |
| 2528 | 2024-01-27T04:58:39.327Z | Documenting group v0.13.0 |
| 2529 | 2024-01-27T04:58:39.400Z | Documenting phf_shared v0.11.2 |
| 2530 | 2024-01-27T04:58:39.737Z | Documenting diesel v2.1.4 |
| 2531 | 2024-01-27T04:58:40.106Z | Documenting sec1 v0.7.3 |
| 2532 | 2024-01-27T04:58:40.727Z | Documenting postgres-protocol v0.6.6 |
| 2533 | 2024-01-27T04:58:40.908Z | Documenting zip v0.6.6 |
| 2534 | 2024-01-27T04:58:41.286Z | Documenting toml_edit v0.21.0 |
| 2535 | 2024-01-27T04:58:41.550Z | Documenting cipher v0.4.4 |
| 2536 | 2024-01-27T04:58:44.923Z | Documenting hkdf v0.12.4 |
| 2537 | 2024-01-27T04:58:45.154Z | Documenting num-bigint v0.4.4 |
| 2538 | 2024-01-27T04:58:47.705Z | Documenting crypto-bigint v0.5.2 |
| 2539 | 2024-01-27T04:58:49.632Z | Documenting camino v1.1.6 |
| 2540 | 2024-01-27T04:58:50.024Z | Documenting hubpack v0.1.2 |
| 2541 | 2024-01-27T04:58:50.359Z | Documenting bstr v1.6.0 |
| 2542 | 2024-01-27T04:58:51.775Z | Documenting serde_repr v0.1.16 |
| 2543 | 2024-01-27T04:58:52.533Z | Documenting lalrpop-util v0.19.12 |
| 2544 | 2024-01-27T04:58:55.975Z | Documenting precomputed-hash v0.1.1 |
| 2545 | 2024-01-27T04:58:56.891Z | Documenting fixedbitset v0.4.2 |
| 2546 | 2024-01-27T04:58:57.232Z | Documenting new_debug_unreachable v1.0.4 |
| 2547 | 2024-01-27T04:58:58.405Z | Documenting minimal-lexical v0.2.1 |
| 2548 | 2024-01-27T04:58:58.491Z | Documenting elliptic-curve v0.13.8 |
| 2549 | 2024-01-27T04:58:58.737Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2550 | 2024-01-27T04:58:59.154Z | Documenting yasna v0.5.2 |
| 2551 | 2024-01-27T04:59:01.357Z | Documenting postgres-types v0.2.6 |
| 2552 | 2024-01-27T04:59:01.678Z | Documenting petgraph v0.6.4 |
| 2553 | 2024-01-27T04:59:01.746Z | Documenting string_cache v0.8.7 |
| 2554 | 2024-01-27T04:59:03.837Z | Documenting nom v7.1.3 |
| 2555 | 2024-01-27T04:59:07.971Z | Documenting phf v0.11.2 |
| 2556 | 2024-01-27T04:59:08.174Z | Documenting console v0.15.8 |
| 2557 | 2024-01-27T04:59:08.490Z | Documenting semver v1.0.21 |
| 2558 | 2024-01-27T04:59:11.411Z | Documenting float-cmp v0.9.0 |
| 2559 | 2024-01-27T04:59:12.286Z | Documenting regress v0.7.1 |
| 2560 | 2024-01-27T04:59:13.069Z | Documenting normalize-line-endings v0.3.0 |
| 2561 | 2024-01-27T04:59:13.083Z | Documenting whoami v1.4.1 |
| 2562 | 2024-01-27T04:59:14.150Z | Documenting difflib v0.4.0 |
| 2563 | 2024-01-27T04:59:14.836Z | Documenting predicates-core v1.0.6 |
| 2564 | 2024-01-27T04:59:15.065Z | Documenting bit-set v0.5.3 |
| 2565 | 2024-01-27T04:59:15.344Z | Documenting similar v2.3.0 |
| 2566 | 2024-01-27T04:59:18.351Z | Documenting tokio-stream v0.1.14 |
| 2567 | 2024-01-27T04:59:18.579Z | Checking unsafe-libyaml v0.2.10 |
| 2568 | 2024-01-27T04:59:18.802Z | Documenting tokio-postgres v0.7.10 |
| 2569 | 2024-01-27T04:59:19.602Z | Documenting heck v0.4.1 |
| 2570 | 2024-01-27T04:59:20.402Z | Documenting predicates v3.1.0 |
| 2571 | 2024-01-27T04:59:20.945Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2572 | 2024-01-27T04:59:21.204Z | Documenting unsafe-libyaml v0.2.10 |
| 2573 | 2024-01-27T04:59:21.708Z | Checking ident_case v1.0.1 |
| 2574 | 2024-01-27T04:59:21.729Z | Checking serde_yaml v0.9.25 |
| 2575 | 2024-01-27T04:59:21.927Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 2576 | 2024-01-27T04:59:24.905Z | Documenting getopts v0.2.21 |
| 2577 | 2024-01-27T04:59:25.991Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2578 | 2024-01-27T04:59:26.008Z | Documenting match_cfg v0.1.0 |
| 2579 | 2024-01-27T04:59:26.806Z | Documenting serde_yaml v0.9.25 |
| 2580 | 2024-01-27T04:59:27.780Z | Documenting sha1 v0.10.6 |
| 2581 | 2024-01-27T04:59:30.143Z | Documenting hostname v0.3.1 |
| 2582 | 2024-01-27T04:59:30.875Z | Documenting dirs-sys-next v0.1.2 |
| 2583 | 2024-01-27T04:59:31.095Z | Documenting rustls-pki-types v1.1.0 |
| 2584 | 2024-01-27T04:59:32.221Z | Documenting thread_local v1.1.7 |
| 2585 | 2024-01-27T04:59:33.548Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2586 | 2024-01-27T04:59:34.993Z | Documenting paste v1.0.14 |
| 2587 | 2024-01-27T04:59:35.695Z | Documenting crossbeam-channel v0.5.8 |
| 2588 | 2024-01-27T04:59:35.784Z | Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 2589 | 2024-01-27T04:59:36.495Z | Documenting dirs-next v2.0.0 |
| 2590 | 2024-01-27T04:59:36.834Z | Documenting rustls-webpki v0.102.1 |
| 2591 | 2024-01-27T04:59:37.556Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
| 2592 | 2024-01-27T04:59:38.926Z | Documenting atty v0.2.14 |
| 2593 | 2024-01-27T04:59:38.967Z | Documenting take_mut v0.2.2 |
| 2594 | 2024-01-27T04:59:41.181Z | Documenting slog-json v2.6.1 |
| 2595 | 2024-01-27T04:59:41.871Z | Documenting http v1.0.0 |
| 2596 | 2024-01-27T04:59:42.187Z | Documenting term v0.7.0 |
| 2597 | 2024-01-27T04:59:43.784Z | Documenting async-stream-impl v0.3.5 |
| 2598 | 2024-01-27T04:59:43.788Z | Documenting rustls v0.22.2 |
| 2599 | 2024-01-27T04:59:44.513Z | Documenting slog-async v2.8.0 |
| 2600 | 2024-01-27T04:59:47.771Z | Documenting atomic-waker v1.1.1 |
| 2601 | 2024-01-27T04:59:47.970Z | Documenting slog-term v2.9.0 |
| 2602 | 2024-01-27T04:59:48.132Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 2603 | 2024-01-27T04:59:48.286Z | Documenting debug-ignore v1.0.5 |
| 2604 | 2024-01-27T04:59:50.024Z | Documenting async-stream v0.3.5 |
| 2605 | 2024-01-27T04:59:50.227Z | Documenting slog-bunyan v2.5.0 |
| 2606 | 2024-01-27T04:59:50.465Z | Documenting multer v3.0.0 |
| 2607 | 2024-01-27T04:59:51.926Z | Documenting waitgroup v0.1.2 |
| 2608 | 2024-01-27T04:59:52.380Z | Documenting rustls-pemfile v2.0.0 |
| 2609 | 2024-01-27T04:59:54.283Z | Checking darling_core v0.20.3 |
| 2610 | 2024-01-27T04:59:55.431Z | Documenting toml v0.8.8 |
| 2611 | 2024-01-27T04:59:57.317Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2612 | 2024-01-27T04:59:57.487Z | Documenting serde_path_to_error v0.1.15 |
| 2613 | 2024-01-27T04:59:57.597Z | Documenting strum v0.25.0 |
| 2614 | 2024-01-27T04:59:58.019Z | Documenting tokio-rustls v0.25.0 |
| 2615 | 2024-01-27T04:59:58.032Z | Checking darling v0.20.3 |
| 2616 | 2024-01-27T04:59:58.056Z | Documenting serde_with_macros v3.5.1 |
| 2617 | 2024-01-27T04:59:58.785Z | Documenting structmeta-derive v0.2.0 |
| 2618 | 2024-01-27T05:00:00.439Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
| 2619 | 2024-01-27T05:00:03.128Z | Checking structmeta v0.2.0 |
| 2620 | 2024-01-27T05:00:03.485Z | Documenting instant v0.1.12 |
| 2621 | 2024-01-27T05:00:03.754Z | Checking regex-syntax v0.7.5 |
| 2622 | 2024-01-27T05:00:04.280Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2623 | 2024-01-27T05:00:05.404Z | Documenting macaddr v1.0.1 |
| 2624 | 2024-01-27T05:00:05.598Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2625 | 2024-01-27T05:00:05.790Z | Documenting serde_with v3.5.1 |
| 2626 | 2024-01-27T05:00:06.340Z | Documenting structmeta v0.2.0 |
| 2627 | 2024-01-27T05:00:08.786Z | Documenting backoff v0.4.0 |
| 2628 | 2024-01-27T05:00:09.073Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2629 | 2024-01-27T05:00:10.771Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2630 | 2024-01-27T05:00:11.100Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2631 | 2024-01-27T05:00:11.669Z | Documenting fastrand v2.0.0 |
| 2632 | 2024-01-27T05:00:12.699Z | Documenting parse-display-derive v0.8.2 |
| 2633 | 2024-01-27T05:00:15.201Z | Documenting proc-macro-error-attr v1.0.4 |
| 2634 | 2024-01-27T05:00:15.598Z | Documenting is-terminal v0.4.9 |
| 2635 | 2024-01-27T05:00:17.277Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2636 | 2024-01-27T05:00:17.403Z | Checking proc-macro-error v1.0.4 |
| 2637 | 2024-01-27T05:00:17.488Z | Documenting tempfile v3.9.0 |
| 2638 | 2024-01-27T05:00:17.758Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2639 | 2024-01-27T05:00:17.842Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2640 | 2024-01-27T05:00:18.238Z | Checking proc-macro-crate v1.3.1 |
| 2641 | 2024-01-27T05:00:18.586Z | Documenting proc-macro-crate v1.3.1 |
| 2642 | 2024-01-27T05:00:19.106Z | Documenting hash32 v0.3.1 |
| 2643 | 2024-01-27T05:00:20.759Z | Documenting proc-macro-error v1.0.4 |
| 2644 | 2024-01-27T05:00:21.381Z | Documenting parse-display v0.8.2 |
| 2645 | 2024-01-27T05:00:22.481Z | Documenting stable_deref_trait v1.2.0 |
| 2646 | 2024-01-27T05:00:23.870Z | Documenting embedded-io v0.4.0 |
| 2647 | 2024-01-27T05:00:23.971Z | Documenting camino-tempfile v1.1.1 |
| 2648 | 2024-01-27T05:00:25.124Z | Documenting cobs v0.2.3 |
| 2649 | 2024-01-27T05:00:26.631Z | Documenting heapless v0.8.0 |
| 2650 | 2024-01-27T05:00:26.976Z | Documenting num_enum_derive v0.5.11 |
| 2651 | 2024-01-27T05:00:27.389Z | Documenting foreign-types-macros v0.2.3 |
| 2652 | 2024-01-27T05:00:27.936Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2653 | 2024-01-27T05:00:28.637Z | Documenting foreign-types-shared v0.3.1 |
| 2654 | 2024-01-27T05:00:29.091Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2655 | 2024-01-27T05:00:29.334Z | Documenting postcard v1.0.8 |
| 2656 | 2024-01-27T05:00:30.633Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2657 | 2024-01-27T05:00:32.150Z | Documenting crucible-workspace-hack v0.1.0 |
| 2658 | 2024-01-27T05:00:32.866Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2659 | 2024-01-27T05:00:34.051Z | Documenting smoltcp v0.11.0 |
| 2660 | 2024-01-27T05:00:34.321Z | Documenting foreign-types v0.5.0 |
| 2661 | 2024-01-27T05:00:36.494Z | Documenting cstr-argument v0.1.2 |
| 2662 | 2024-01-27T05:00:36.900Z | Documenting num_enum v0.5.11 |
| 2663 | 2024-01-27T05:00:37.070Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2664 | 2024-01-27T05:00:37.514Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2665 | 2024-01-27T05:00:38.402Z | Documenting colored v2.0.4 |
| 2666 | 2024-01-27T05:00:40.667Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2667 | 2024-01-27T05:00:42.504Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2668 | 2024-01-27T05:00:42.855Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2669 | 2024-01-27T05:00:43.328Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2670 | 2024-01-27T05:00:43.933Z | Documenting zone_cfg_derive v0.3.0 |
| 2671 | 2024-01-27T05:00:44.266Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2672 | 2024-01-27T05:00:44.935Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2673 | 2024-01-27T05:00:45.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2674 | 2024-01-27T05:00:49.241Z | Documenting num-derive v0.4.0 |
| 2675 | 2024-01-27T05:00:49.477Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2676 | 2024-01-27T05:00:50.105Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2677 | 2024-01-27T05:00:51.251Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2678 | 2024-01-27T05:00:51.676Z | Documenting zone v0.3.0 |
| 2679 | 2024-01-27T05:00:53.033Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2680 | 2024-01-27T05:00:56.108Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2681 | 2024-01-27T05:00:57.752Z | Documenting smf v0.2.2 |
| 2682 | 2024-01-27T05:00:58.401Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2683 | 2024-01-27T05:01:00.338Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2684 | 2024-01-27T05:01:01.056Z | Documenting linked-hash-map v0.5.6 |
| 2685 | 2024-01-27T05:01:03.223Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2686 | 2024-01-27T05:01:03.407Z | Documenting blake2 v0.10.6 |
| 2687 | 2024-01-27T05:01:03.541Z | Documenting password-hash v0.5.0 |
| 2688 | 2024-01-27T05:01:03.966Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2689 | 2024-01-27T05:01:04.391Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2690 | 2024-01-27T05:01:07.393Z | Documenting lru-cache v0.1.2 |
| 2691 | 2024-01-27T05:01:09.084Z | Documenting itertools v0.12.0 |
| 2692 | 2024-01-27T05:01:09.657Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2693 | 2024-01-27T05:01:11.005Z | Documenting argon2 v0.5.3 |
| 2694 | 2024-01-27T05:01:11.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2695 | 2024-01-27T05:01:11.971Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2696 | 2024-01-27T05:01:13.150Z | Documenting memmap v0.7.0 |
| 2697 | 2024-01-27T05:01:14.024Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2698 | 2024-01-27T05:01:14.081Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2699 | 2024-01-27T05:01:15.996Z | Documenting quick-error v1.2.3 |
| 2700 | 2024-01-27T05:01:16.965Z | Documenting tap v1.0.1 |
| 2701 | 2024-01-27T05:01:18.910Z | Documenting swrite v0.1.0 |
| 2702 | 2024-01-27T05:01:18.979Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2703 | 2024-01-27T05:01:19.405Z | Documenting usdt v0.5.0 |
| 2704 | 2024-01-27T05:01:20.258Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2024-01-27T05:01:21.264Z | Documenting wyz v0.5.1 |
| 2706 | 2024-01-27T05:01:21.643Z | Documenting resolv-conf v0.7.0 |
| 2707 | 2024-01-27T05:01:22.136Z | Documenting radium v0.7.0 |
| 2708 | 2024-01-27T05:01:22.358Z | Documenting newtype_derive v0.1.6 |
| 2709 | 2024-01-27T05:01:24.373Z | Documenting nibble_vec v0.1.0 |
| 2710 | 2024-01-27T05:01:25.251Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2711 | 2024-01-27T05:01:25.857Z | Checking heck v0.3.3 |
| 2712 | 2024-01-27T05:01:26.093Z | Documenting endian-type v0.1.2 |
| 2713 | 2024-01-27T05:01:26.427Z | Documenting funty v2.0.0 |
| 2714 | 2024-01-27T05:01:27.490Z | Documenting trust-dns-resolver v0.22.0 |
| 2715 | 2024-01-27T05:01:27.718Z | Documenting crc-catalog v2.2.0 |
| 2716 | 2024-01-27T05:01:29.135Z | Documenting steno v0.4.0 |
| 2717 | 2024-01-27T05:01:29.316Z | Documenting structopt-derive v0.4.18 |
| 2718 | 2024-01-27T05:01:30.520Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2719 | 2024-01-27T05:01:31.173Z | Documenting bitvec v1.0.1 |
| 2720 | 2024-01-27T05:01:31.545Z | Documenting radix_trie v0.2.1 |
| 2721 | 2024-01-27T05:01:31.952Z | Documenting crc v3.0.1 |
| 2722 | 2024-01-27T05:01:40.588Z | Documenting cancel-safe-futures v0.1.5 |
| 2723 | 2024-01-27T05:01:40.588Z | Documenting filetime v0.2.23 |
| 2724 | 2024-01-27T05:01:40.588Z | Documenting xattr v1.0.1 |
| 2725 | 2024-01-27T05:01:40.589Z | Documenting packed_struct_codegen v0.10.1 |
| 2726 | 2024-01-27T05:01:41.517Z | Documenting nodrop v0.1.14 |
| 2727 | 2024-01-27T05:01:42.738Z | Documenting structopt v0.3.26 |
| 2728 | 2024-01-27T05:01:43.201Z | Documenting tar v0.4.40 |
| 2729 | 2024-01-27T05:01:45.362Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2730 | 2024-01-27T05:01:45.407Z | Documenting num-bigint-dig v0.8.4 |
| 2731 | 2024-01-27T05:01:45.775Z | Documenting array-init v0.0.4 |
| 2732 | 2024-01-27T05:01:46.624Z | Documenting libefi-sys v0.1.0 |
| 2733 | 2024-01-27T05:01:47.790Z | Documenting packed_struct v0.10.1 |
| 2734 | 2024-01-27T05:01:49.190Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2735 | 2024-01-27T05:01:49.581Z | Documenting pkcs1 v0.7.5 |
| 2736 | 2024-01-27T05:01:50.521Z | Documenting signature v2.1.0 |
| 2737 | 2024-01-27T05:01:52.680Z | Documenting bitfield v0.14.0 |
| 2738 | 2024-01-27T05:01:55.106Z | Documenting termcolor v1.2.0 |
| 2739 | 2024-01-27T05:01:56.401Z | Documenting arc-swap v1.6.0 |
| 2740 | 2024-01-27T05:01:56.703Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2741 | 2024-01-27T05:01:57.046Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2742 | 2024-01-27T05:01:57.861Z | Documenting rsa v0.9.2 |
| 2743 | 2024-01-27T05:02:01.175Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2744 | 2024-01-27T05:02:01.189Z | Documenting serde-hex v0.1.0 |
| 2745 | 2024-01-27T05:02:01.555Z | Documenting env_logger v0.10.0 |
| 2746 | 2024-01-27T05:02:02.256Z | Documenting slog-scope v4.4.0 |
| 2747 | 2024-01-27T05:02:03.477Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2748 | 2024-01-27T05:02:04.040Z | Documenting num-rational v0.4.1 |
| 2749 | 2024-01-27T05:02:07.996Z | Documenting x509-cert v0.2.4 |
| 2750 | 2024-01-27T05:02:08.340Z | Documenting libsw v3.3.1 |
| 2751 | 2024-01-27T05:02:08.473Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2752 | 2024-01-27T05:02:09.214Z | Documenting ron v0.8.1 |
| 2753 | 2024-01-27T05:02:09.370Z | Documenting num-complex v0.4.4 |
| 2754 | 2024-01-27T05:02:10.287Z | Documenting half v2.3.1 |
| 2755 | 2024-01-27T05:02:10.442Z | Documenting derive-where v1.2.7 |
| 2756 | 2024-01-27T05:02:13.864Z | Documenting crc-any v2.4.3 |
| 2757 | 2024-01-27T05:02:14.788Z | Documenting linear-map v1.2.0 |
| 2758 | 2024-01-27T05:02:15.280Z | Documenting same-file v1.0.6 |
| 2759 | 2024-01-27T05:02:15.698Z | Documenting owo-colors v4.0.0 |
| 2760 | 2024-01-27T05:02:16.531Z | Documenting ciborium-io v0.2.2 |
| 2761 | 2024-01-27T05:02:16.652Z | Documenting num v0.4.1 |
| 2762 | 2024-01-27T05:02:18.488Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2763 | 2024-01-27T05:02:20.199Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2764 | 2024-01-27T05:02:21.266Z | Documenting slog-stdlog v4.1.1 |
| 2765 | 2024-01-27T05:02:21.501Z | Documenting walkdir v2.4.0 |
| 2766 | 2024-01-27T05:02:21.959Z | Documenting ciborium-ll v0.2.2 |
| 2767 | 2024-01-27T05:02:23.490Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2768 | 2024-01-27T05:02:25.470Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2769 | 2024-01-27T05:02:26.480Z | Documenting slog-dtrace v0.3.0 |
| 2770 | 2024-01-27T05:02:27.763Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2771 | 2024-01-27T05:02:28.218Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2772 | 2024-01-27T05:02:28.458Z | Documenting path-slash v0.1.5 |
| 2773 | 2024-01-27T05:02:34.068Z | Documenting ciborium v0.2.2 |
| 2774 | 2024-01-27T05:02:34.104Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2775 | 2024-01-27T05:02:35.573Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2024-01-27T05:02:40.492Z | Documenting slog-envlogger v2.2.0 |
| 2777 | 2024-01-27T05:02:40.492Z | Documenting pem v3.0.2 |
| 2778 | 2024-01-27T05:02:40.720Z | Documenting fxhash v0.2.1 |
| 2779 | 2024-01-27T05:02:45.333Z | Documenting utf-8 v0.7.6 |
| 2780 | 2024-01-27T05:02:45.542Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2781 | 2024-01-27T05:02:45.720Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2782 | 2024-01-27T05:02:46.236Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2783 | 2024-01-27T05:02:51.145Z | Documenting tungstenite v0.20.1 |
| 2784 | 2024-01-27T05:02:52.112Z | Documenting vte_generate_state_changes v0.1.1 |
| 2785 | 2024-01-27T05:02:52.997Z | Documenting display-error-chain v0.2.0 |
| 2786 | 2024-01-27T05:02:57.540Z | Documenting convert_case v0.4.0 |
| 2787 | 2024-01-27T05:02:58.468Z | Checking convert_case v0.4.0 |
| 2788 | 2024-01-27T05:02:58.527Z | Documenting vte v0.11.1 |
| 2789 | 2024-01-27T05:02:58.784Z | Documenting buf-list v1.0.3 |
| 2790 | 2024-01-27T05:03:01.161Z | Documenting tokio-tungstenite v0.20.1 |
| 2791 | 2024-01-27T05:03:03.219Z | Documenting derive_more v0.99.17 |
| 2792 | 2024-01-27T05:03:05.208Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2793 | 2024-01-27T05:03:05.896Z | Documenting pin-project-internal v1.1.3 |
| 2794 | 2024-01-27T05:03:07.082Z | Documenting strip-ansi-escapes v0.2.0 |
| 2795 | 2024-01-27T05:03:12.078Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2796 | 2024-01-27T05:03:12.202Z | Documenting doc-comment v0.3.3 |
| 2797 | 2024-01-27T05:03:12.538Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2798 | 2024-01-27T05:03:12.763Z | Checking darling_core v0.14.4 |
| 2799 | 2024-01-27T05:03:13.551Z | Documenting pin-project v1.1.3 |
| 2800 | 2024-01-27T05:03:15.748Z | Documenting snafu-derive v0.7.5 |
| 2801 | 2024-01-27T05:03:16.647Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2802 | 2024-01-27T05:03:16.650Z | Documenting nu-ansi-term v0.49.0 |
| 2803 | 2024-01-27T05:03:17.031Z | Checking darling v0.14.4 |
| 2804 | 2024-01-27T05:03:17.696Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2805 | 2024-01-27T05:03:20.504Z | Documenting trust-dns-client v0.22.0 |
| 2806 | 2024-01-27T05:03:21.279Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2807 | 2024-01-27T05:03:22.061Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2808 | 2024-01-27T05:03:22.475Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2024-01-27T05:03:22.578Z | Documenting reedline v0.28.0 |
| 2810 | 2024-01-27T05:03:24.298Z | Documenting globset v0.4.13 |
| 2811 | 2024-01-27T05:03:27.327Z | Documenting snafu v0.7.5 |
| 2812 | 2024-01-27T05:03:30.732Z | Documenting olpc-cjson v0.1.3 |
| 2813 | 2024-01-27T05:03:31.210Z | Documenting serde_plain v1.0.2 |
| 2814 | 2024-01-27T05:03:32.332Z | Documenting async-recursion v1.0.5 |
| 2815 | 2024-01-27T05:03:33.876Z | Documenting typed-path v0.7.0 |
| 2816 | 2024-01-27T05:03:33.974Z | Documenting bytecount v0.6.3 |
| 2817 | 2024-01-27T05:03:34.189Z | Documenting keccak v0.1.4 |
| 2818 | 2024-01-27T05:03:37.754Z | Documenting trust-dns-server v0.22.1 |
| 2819 | 2024-01-27T05:03:38.169Z | Documenting papergrid v0.11.0 |
| 2820 | 2024-01-27T05:03:38.644Z | Documenting sha3 v0.10.8 |
| 2821 | 2024-01-27T05:03:38.659Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2822 | 2024-01-27T05:03:39.103Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2823 | 2024-01-27T05:03:40.967Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2824 | 2024-01-27T05:03:41.457Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2825 | 2024-01-27T05:03:42.245Z | Documenting tough v0.16.0 |
| 2826 | 2024-01-27T05:03:42.392Z | Documenting sled v0.34.7 |
| 2827 | 2024-01-27T05:03:43.231Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2828 | 2024-01-27T05:03:44.395Z | Documenting fs-err v2.11.0 |
| 2829 | 2024-01-27T05:03:45.041Z | Documenting unicase v2.7.0 |
| 2830 | 2024-01-27T05:03:46.323Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2831 | 2024-01-27T05:03:46.753Z | Documenting tabled_derive v0.7.0 |
| 2832 | 2024-01-27T05:03:46.839Z | Documenting crossbeam-deque v0.8.3 |
| 2833 | 2024-01-27T05:03:49.815Z | Documenting fd-lock v4.0.2 |
| 2834 | 2024-01-27T05:03:50.140Z | Documenting nix v0.27.1 |
| 2835 | 2024-01-27T05:03:51.149Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2836 | 2024-01-27T05:03:51.182Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2837 | 2024-01-27T05:03:51.712Z | Documenting secrecy v0.8.0 |
| 2838 | 2024-01-27T05:03:52.564Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2839 | 2024-01-27T05:03:52.743Z | Documenting headers-core v0.2.0 |
| 2840 | 2024-01-27T05:03:53.744Z | Documenting sqlparser_derive v0.2.2 |
| 2841 | 2024-01-27T05:03:55.640Z | Documenting unicode_categories v0.1.1 |
| 2842 | 2024-01-27T05:03:56.224Z | Documenting home v0.5.5 |
| 2843 | 2024-01-27T05:03:58.105Z | Documenting parse-size v1.0.0 |
| 2844 | 2024-01-27T05:03:58.263Z | Documenting tabled v0.15.0 |
| 2845 | 2024-01-27T05:03:58.569Z | Documenting rayon-core v1.12.0 |
| 2846 | 2024-01-27T05:04:00.146Z | Documenting headers v0.3.9 |
| 2847 | 2024-01-27T05:04:01.225Z | Documenting sqlparser v0.43.1 |
| 2848 | 2024-01-27T05:04:01.737Z | Documenting sqlformat v0.2.3 |
| 2849 | 2024-01-27T05:04:01.826Z | Documenting rustyline v13.0.0 |
| 2850 | 2024-01-27T05:04:02.520Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2851 | 2024-01-27T05:04:04.857Z | Documenting mime_guess v2.0.4 |
| 2852 | 2024-01-27T05:04:05.259Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2853 | 2024-01-27T05:04:08.323Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2024-01-27T05:04:09.767Z | Checking derive_builder_core v0.12.0 |
| 2855 | 2024-01-27T05:04:10.069Z | Documenting derive_builder_core v0.12.0 |
| 2856 | 2024-01-27T05:04:11.361Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2857 | 2024-01-27T05:04:11.555Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2858 | 2024-01-27T05:04:11.962Z | Documenting universal-hash v0.5.1 |
| 2859 | 2024-01-27T05:04:12.161Z | Documenting bcs v0.1.6 |
| 2860 | 2024-01-27T05:04:18.311Z | Documenting kstat-rs v0.2.3 |
| 2861 | 2024-01-27T05:04:19.224Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2862 | 2024-01-27T05:04:20.340Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2863 | 2024-01-27T05:04:20.944Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2864 | 2024-01-27T05:04:21.908Z | Documenting opaque-debug v0.3.0 |
| 2865 | 2024-01-27T05:04:25.634Z | Documenting highway v1.1.0 |
| 2866 | 2024-01-27T05:04:26.225Z | Documenting poly1305 v0.8.0 |
| 2867 | 2024-01-27T05:04:26.878Z | Documenting thiserror-no-std v2.0.2 |
| 2868 | 2024-01-27T05:04:27.523Z | Documenting curve25519-dalek v4.1.1 |
| 2869 | 2024-01-27T05:04:27.782Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2870 | 2024-01-27T05:04:30.928Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2871 | 2024-01-27T05:04:31.367Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2872 | 2024-01-27T05:04:31.963Z | Documenting derive_builder_macro v0.12.0 |
| 2873 | 2024-01-27T05:04:32.231Z | Documenting rayon v1.8.0 |
| 2874 | 2024-01-27T05:04:33.544Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2875 | 2024-01-27T05:04:33.707Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2876 | 2024-01-27T05:04:36.388Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2877 | 2024-01-27T05:04:38.525Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2878 | 2024-01-27T05:04:43.746Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2879 | 2024-01-27T05:04:51.583Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2880 | 2024-01-27T05:05:00.592Z | Documenting portable-atomic v1.4.3 |
| 2881 | 2024-01-27T05:05:03.246Z | Documenting ed25519 v1.5.3 |
| 2882 | 2024-01-27T05:05:03.504Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2883 | 2024-01-27T05:05:06.490Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2884 | 2024-01-27T05:05:07.508Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2885 | 2024-01-27T05:05:08.760Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2886 | 2024-01-27T05:05:09.145Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2887 | 2024-01-27T05:05:11.374Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2888 | 2024-01-27T05:05:12.662Z | Documenting chacha20 v0.9.1 |
| 2889 | 2024-01-27T05:05:14.123Z | Documenting aead v0.5.2 |
| 2890 | 2024-01-27T05:05:16.161Z | Documenting lru v0.12.1 |
| 2891 | 2024-01-27T05:05:20.376Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2892 | 2024-01-27T05:05:22.777Z | Documenting stability v0.1.1 |
| 2893 | 2024-01-27T05:05:23.607Z | Documenting ref-cast-impl v1.0.20 |
| 2894 | 2024-01-27T05:05:23.974Z | Documenting cassowary v0.3.0 |
| 2895 | 2024-01-27T05:05:29.501Z | Documenting number_prefix v0.4.0 |
| 2896 | 2024-01-27T05:05:29.600Z | Documenting glob v0.3.1 |
| 2897 | 2024-01-27T05:05:29.998Z | Documenting ratatui v0.25.0 |
| 2898 | 2024-01-27T05:05:31.174Z | Documenting ref-cast v1.0.20 |
| 2899 | 2024-01-27T05:05:33.422Z | Documenting chacha20poly1305 v0.10.1 |
| 2900 | 2024-01-27T05:05:35.165Z | Documenting indicatif v0.17.7 |
| 2901 | 2024-01-27T05:05:35.331Z | Documenting salty v0.2.0 |
| 2902 | 2024-01-27T05:05:36.012Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2903 | 2024-01-27T05:05:38.632Z | Documenting derive_builder v0.12.0 |
| 2904 | 2024-01-27T05:05:39.377Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2905 | 2024-01-27T05:05:41.770Z | Documenting vsss-rs v3.3.4 |
| 2906 | 2024-01-27T05:05:42.699Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2907 | 2024-01-27T05:05:43.593Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2908 | 2024-01-27T05:05:44.462Z | Documenting polar-core v0.27.0 |
| 2909 | 2024-01-27T05:05:46.045Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2910 | 2024-01-27T05:05:50.772Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2911 | 2024-01-27T05:05:52.540Z | Documenting libxml v0.3.3 |
| 2912 | 2024-01-27T05:05:53.386Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2913 | 2024-01-27T05:05:57.653Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2914 | 2024-01-27T05:06:00.433Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2915 | 2024-01-27T05:06:00.861Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2916 | 2024-01-27T05:06:02.233Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2917 | 2024-01-27T05:06:04.104Z | Documenting bb8 v0.8.1 |
| 2918 | 2024-01-27T05:06:04.138Z | Documenting serde-big-array v0.5.1 |
| 2919 | 2024-01-27T05:06:06.470Z | Documenting quick-xml v0.30.0 |
| 2920 | 2024-01-27T05:06:10.272Z | Documenting rtoolbox v0.0.1 |
| 2921 | 2024-01-27T05:06:10.736Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2922 | 2024-01-27T05:06:10.774Z | Documenting oso-derive v0.27.0 |
| 2923 | 2024-01-27T05:06:11.381Z | Documenting maplit v1.0.2 |
| 2924 | 2024-01-27T05:06:13.249Z | Documenting humantime v2.1.0 |
| 2925 | 2024-01-27T05:06:14.815Z | Documenting unicode-linebreak v0.1.5 |
| 2926 | 2024-01-27T05:06:16.181Z | Documenting http-range v0.1.5 |
| 2927 | 2024-01-27T05:06:16.926Z | Documenting smawk v0.3.1 |
| 2928 | 2024-01-27T05:06:18.161Z | Documenting is_ci v1.1.1 |
| 2929 | 2024-01-27T05:06:18.836Z | Documenting rpassword v7.3.1 |
| 2930 | 2024-01-27T05:06:19.110Z | Documenting samael v0.0.14 |
| 2931 | 2024-01-27T05:06:19.580Z | Documenting oso v0.27.0 |
| 2932 | 2024-01-27T05:06:21.937Z | Documenting hyper-staticfile v0.9.5 |
| 2933 | 2024-01-27T05:06:23.087Z | Documenting textwrap v0.16.0 |
| 2934 | 2024-01-27T05:06:23.742Z | Documenting supports-color v2.1.0 |
| 2935 | 2024-01-27T05:06:24.890Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2936 | 2024-01-27T05:06:27.632Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2937 | 2024-01-27T05:06:29.373Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2938 | 2024-01-27T05:06:29.616Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2939 | 2024-01-27T05:06:30.881Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2940 | 2024-01-27T05:06:32.603Z | Documenting tui-tree-widget v0.16.0 |
| 2941 | 2024-01-27T05:06:35.718Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2942 | 2024-01-27T05:06:37.181Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2943 | 2024-01-27T05:06:38.466Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2944 | 2024-01-27T05:06:39.410Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2945 | 2024-01-27T05:06:42.054Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2946 | 2024-01-27T05:06:42.748Z | Documenting cookie v0.18.0 |
| 2947 | 2024-01-27T05:06:46.222Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2948 | 2024-01-27T05:06:49.521Z | Documenting rcgen v0.12.1 |
| 2949 | 2024-01-27T05:06:56.039Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2950 | 2024-01-27T05:06:56.166Z | Documenting atomicwrites v0.4.3 |
| 2951 | 2024-01-27T05:06:57.049Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2952 | 2024-01-27T05:07:01.002Z | Documenting signal-hook-tokio v0.3.1 |
| 2953 | 2024-01-27T05:07:02.571Z | Documenting subprocess v0.2.9 |
| 2954 | 2024-01-27T05:07:05.593Z | Documenting corncobs v0.1.3 |
| 2955 | 2024-01-27T05:07:08.210Z | Documenting shell-words v1.1.0 |
| 2956 | 2024-01-27T05:07:09.280Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2957 | 2024-01-27T05:07:09.911Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2958 | 2024-01-27T05:07:11.545Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2959 | 2024-01-27T05:07:14.336Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2960 | 2024-01-27T05:07:15.723Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2961 | 2024-01-27T05:07:17.278Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2962 | 2024-01-27T05:07:19.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2963 | 2024-01-27T05:07:22.081Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2964 | 2024-01-27T05:07:25.839Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2965 | 2024-01-27T05:07:44.528Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2966 | 2024-01-27T05:07:44.902Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2967 | 2024-01-27T05:07:47.210Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2968 | 2024-01-27T05:07:52.196Z | Documenting fatfs v0.3.6 |
| 2969 | 2024-01-27T05:07:53.151Z | Documenting nanorand v0.7.0 |
| 2970 | 2024-01-27T05:07:56.635Z | warning: unclosed HTML tag `usize` |
| 2971 | 2024-01-27T05:07:56.635Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 2972 | 2024-01-27T05:07:56.635Z | | |
| 2973 | 2024-01-27T05:07:56.635Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 2974 | 2024-01-27T05:07:56.635Z | | ^^^^^^^ |
| 2975 | 2024-01-27T05:07:56.635Z | | |
| 2976 | 2024-01-27T05:07:56.635Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 2977 | 2024-01-27T05:07:56.635Z | |
| 2978 | 2024-01-27T05:07:58.699Z | warning: `wicket` (lib doc) generated 1 warning |
| 2979 | 2024-01-27T05:07:58.708Z | Documenting assert_matches v1.5.0 |
| 2980 | 2024-01-27T05:07:59.060Z | Documenting topological-sort v0.2.2 |
| 2981 | 2024-01-27T05:07:59.702Z | Documenting flume v0.11.0 |
| 2982 | 2024-01-27T05:08:02.986Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2983 | 2024-01-27T05:08:05.636Z | Documenting omicron-zone-package v0.10.1 |
| 2984 | 2024-01-27T05:08:06.289Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2985 | 2024-01-27T05:08:09.516Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2986 | 2024-01-27T05:08:09.766Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2987 | 2024-01-27T05:08:11.264Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2988 | 2024-01-27T05:08:18.794Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2989 | 2024-01-27T05:08:24.242Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2990 | 2024-01-27T05:08:25.490Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2991 | 2024-01-27T05:08:31.324Z | Documenting termios v0.3.3 |
| 2992 | 2024-01-27T05:08:35.371Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2993 | 2024-01-27T05:08:36.884Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2994 | 2024-01-27T05:08:36.884Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2995 | 2024-01-27T05:08:36.884Z | | |
| 2996 | 2024-01-27T05:08:36.884Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2997 | 2024-01-27T05:08:36.884Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2998 | 2024-01-27T05:08:36.884Z | | |
| 2999 | 2024-01-27T05:08:36.884Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3000 | 2024-01-27T05:08:36.884Z | |
| 3001 | 2024-01-27T05:08:37.500Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3002 | 2024-01-27T05:09:01.671Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3003 | 2024-01-27T05:09:01.797Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3004 | 2024-01-27T05:09:02.685Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3005 | 2024-01-27T05:09:02.685Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3006 | 2024-01-27T05:09:15.132Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3007 | 2024-01-27T05:09:32.609Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3008 | 2024-01-27T05:09:35.143Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3009 | 2024-01-27T05:10:04.754Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3010 | 2024-01-27T05:10:05.289Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3011 | 2024-01-27T05:10:05.936Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3012 | 2024-01-27T05:10:05.936Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
| 3013 | 2024-01-27T05:10:05.936Z | | |
| 3014 | 2024-01-27T05:10:05.936Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3015 | 2024-01-27T05:10:05.936Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3016 | 2024-01-27T05:10:05.936Z | | |
| 3017 | 2024-01-27T05:10:05.936Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3018 | 2024-01-27T05:10:05.936Z | |
| 3019 | 2024-01-27T05:10:06.499Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 3020 | 2024-01-27T05:10:10.538Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3021 | 2024-01-27T05:10:19.223Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3022 | 2024-01-27T05:10:28.933Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
| 3023 | 2024-01-27T05:10:28.944Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3024 | 2024-01-27T05:11:49.400Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3025 | 2024-01-27T05:11:49.401Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3026 | 2024-01-27T05:11:49.401Z | | |
| 3027 | 2024-01-27T05:11:49.401Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3028 | 2024-01-27T05:11:49.401Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3029 | 2024-01-27T05:11:49.401Z | | |
| 3030 | 2024-01-27T05:11:49.401Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3031 | 2024-01-27T05:11:49.401Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3032 | 2024-01-27T05:11:49.401Z | |
| 3033 | 2024-01-27T05:11:49.401Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3034 | 2024-01-27T05:11:49.401Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3035 | 2024-01-27T05:11:49.401Z | | |
| 3036 | 2024-01-27T05:11:49.401Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3037 | 2024-01-27T05:11:49.401Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3038 | 2024-01-27T05:11:49.401Z | |
| 3039 | 2024-01-27T05:11:49.402Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3040 | 2024-01-27T05:11:49.402Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3041 | 2024-01-27T05:11:49.402Z | | |
| 3042 | 2024-01-27T05:11:49.402Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3043 | 2024-01-27T05:11:49.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3044 | 2024-01-27T05:11:49.402Z | |
| 3045 | 2024-01-27T05:11:49.402Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3046 | 2024-01-27T05:11:49.402Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3047 | 2024-01-27T05:11:49.402Z | | |
| 3048 | 2024-01-27T05:11:49.402Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3049 | 2024-01-27T05:11:49.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3050 | 2024-01-27T05:11:49.402Z | |
| 3051 | 2024-01-27T05:11:49.402Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3052 | 2024-01-27T05:11:49.402Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3053 | 2024-01-27T05:11:49.402Z | | |
| 3054 | 2024-01-27T05:11:49.402Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3055 | 2024-01-27T05:11:49.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3056 | 2024-01-27T05:11:49.402Z | |
| 3057 | 2024-01-27T05:11:49.402Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3058 | 2024-01-27T05:11:49.402Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3059 | 2024-01-27T05:11:49.402Z | | |
| 3060 | 2024-01-27T05:11:49.402Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3061 | 2024-01-27T05:11:49.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3062 | 2024-01-27T05:11:49.403Z | |
| 3063 | 2024-01-27T05:11:49.403Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3064 | 2024-01-27T05:11:49.403Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3065 | 2024-01-27T05:11:49.403Z | | |
| 3066 | 2024-01-27T05:11:49.403Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3067 | 2024-01-27T05:11:49.403Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3068 | 2024-01-27T05:11:49.403Z | |
| 3069 | 2024-01-27T05:11:50.005Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 3070 | 2024-01-27T05:12:25.108Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 05s |
| 3071 | 2024-01-27T05:12:25.220Z | |
| 3072 | 2024-01-27T05:12:25.220Z | real 17:06.138569271 |
| 3073 | 2024-01-27T05:12:25.221Z | user 55:48.857684234 |
| 3074 | 2024-01-27T05:12:25.221Z | sys 1:04:52.705204822 |
| 3075 | 2024-01-27T05:12:25.221Z | trap 1.955958312 |
| 3076 | 2024-01-27T05:12:25.221Z | tflt 0.183807522 |
| 3077 | 2024-01-27T05:12:25.227Z | dflt 0.565401222 |
| 3078 | 2024-01-27T05:12:25.227Z | kflt 0.000158200 |
| 3079 | 2024-01-27T05:12:25.227Z | lock 3:24:25.845083913 |
| 3080 | 2024-01-27T05:12:25.228Z | slp 4:21:08.825268920 |
| 3081 | 2024-01-27T05:12:25.228Z | lat 5:34.747087906 |
| 3082 | 2024-01-27T05:12:25.228Z | stop 1:31.734728431 |
| 3083 | 2024-01-27T05:12:25.228Z | process exited: duration 1867114 ms, exit code 0 |
| |
| 3084 | 2024-01-27T05:12:25.247Z | found 0 output files |