|
|
|
| 1 | 2024-09-09T19:59:21.663Z | job assigned to worker 01J7C5VFPFFN43N7HFJXFBD852 (queued for 1 m 1 s) |
| |
| 2 | 2024-09-09T19:59:29.666Z | starting task 0: "setup" |
| 3 | 2024-09-09T19:59:29.674Z | ++ uname -s |
| 4 | 2024-09-09T19:59:29.676Z | + kern=SunOS |
| 5 | 2024-09-09T19:59:29.676Z | + case "$kern" in |
| 6 | 2024-09-09T19:59:29.677Z | + groupadd -g 12345 build |
| 7 | 2024-09-09T19:59:29.679Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-09T19:59:31.689Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-09T19:59:31.809Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-09T19:59:31.813Z | + home_fs=zfs |
| 11 | 2024-09-09T19:59:31.813Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-09T19:59:31.813Z | + mkdir -p /home/build |
| 13 | 2024-09-09T19:59:31.813Z | + chown build:build /home/build /work |
| 14 | 2024-09-09T19:59:32.816Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-09T19:59:32.819Z | process exited: duration 3153 ms, exit code 0 |
| |
| 16 | 2024-09-09T19:59:32.828Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-09T19:59:32.834Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-09T19:59:32.834Z | ' 1.80.1 |
| 19 | 2024-09-09T19:59:32.834Z | * toolchain channel = "1.80.1" |
| 20 | 2024-09-09T19:59:32.834Z | * toolchain profile = "default" |
| 21 | 2024-09-09T19:59:32.834Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-09-09T19:59:32.834Z | ' default |
| 23 | 2024-09-09T19:59:32.834Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-09T19:59:32.834Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-09T19:59:32.951Z | info: downloading installer |
| 26 | 2024-09-09T19:59:34.498Z | info: profile set to 'default' |
| 27 | 2024-09-09T19:59:34.498Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-09T19:59:34.500Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-09T19:59:34.650Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-09T19:59:34.650Z | info: downloading component 'cargo' |
| 31 | 2024-09-09T19:59:35.500Z | info: downloading component 'clippy' |
| 32 | 2024-09-09T19:59:35.799Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-09T19:59:37.003Z | info: downloading component 'rust-std' |
| 34 | 2024-09-09T19:59:38.660Z | info: downloading component 'rustc' |
| 35 | 2024-09-09T19:59:43.297Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-09T19:59:43.543Z | info: installing component 'cargo' |
| 37 | 2024-09-09T19:59:44.377Z | info: installing component 'clippy' |
| 38 | 2024-09-09T19:59:44.749Z | info: installing component 'rust-docs' |
| 39 | 2024-09-09T19:59:46.338Z | info: installing component 'rust-std' |
| 40 | 2024-09-09T19:59:47.976Z | info: installing component 'rustc' |
| 41 | 2024-09-09T19:59:52.912Z | info: installing component 'rustfmt' |
| 42 | 2024-09-09T19:59:52.912Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-09-09T19:59:52.912Z | |
| 44 | 2024-09-09T19:59:52.912Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-09T19:59:52.912Z | |
| 46 | 2024-09-09T19:59:52.912Z | |
| 47 | 2024-09-09T19:59:52.912Z | Rust is installed now. Great! |
| 48 | 2024-09-09T19:59:52.912Z | |
| 49 | 2024-09-09T19:59:52.912Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-09T19:59:52.912Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-09T19:59:52.912Z | |
| 52 | 2024-09-09T19:59:52.912Z | To configure your current shell, you need to source |
| 53 | 2024-09-09T19:59:52.912Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-09T19:59:52.912Z | |
| 55 | 2024-09-09T19:59:52.912Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-09T19:59:52.912Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-09T19:59:52.912Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-09T19:59:52.950Z | + rustc --version |
| 59 | 2024-09-09T19:59:52.957Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-09T19:59:52.957Z | process exited: duration 20116 ms, exit code 0 |
| |
| 61 | 2024-09-09T19:59:52.968Z | starting task 2: "authentication" |
| 62 | 2024-09-09T19:59:52.985Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-09-09T19:59:52.993Z | starting task 3: "clone repository" |
| 64 | 2024-09-09T19:59:52.997Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-09T19:59:53.000Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-09T19:59:53.266Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-09T19:59:59.500Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-09T19:59:59.500Z | + git fetch origin 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
| 69 | 2024-09-09T19:59:59.828Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-09T19:59:59.828Z | * branch 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d -> FETCH_HEAD |
| 71 | 2024-09-09T19:59:59.837Z | + [[ -n eliza/fix-instance-list-by-sled ]] |
| 72 | 2024-09-09T19:59:59.839Z | ++ git branch --show-current |
| 73 | 2024-09-09T19:59:59.842Z | + current=main |
| 74 | 2024-09-09T19:59:59.842Z | + [[ main != eliza/fix-instance-list-by-sled ]] |
| 75 | 2024-09-09T19:59:59.842Z | + git branch -f eliza/fix-instance-list-by-sled 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
| 76 | 2024-09-09T19:59:59.846Z | + git checkout -f eliza/fix-instance-list-by-sled |
| 77 | 2024-09-09T20:00:00.001Z | Switched to branch 'eliza/fix-instance-list-by-sled' |
| 78 | 2024-09-09T20:00:00.004Z | + git reset --hard 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
| 79 | 2024-09-09T20:00:00.034Z | HEAD is now at 6f400293b query review feedback from @davepacheco |
| 80 | 2024-09-09T20:00:00.037Z | process exited: duration 7042 ms, exit code 0 |
| |
| 81 | 2024-09-09T20:00:00.044Z | starting task 4: "build" |
| 82 | 2024-09-09T20:00:00.050Z | + cargo --version |
| 83 | 2024-09-09T20:00:00.105Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-09T20:00:00.107Z | + rustc --version |
| 85 | 2024-09-09T20:00:00.161Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-09T20:00:00.164Z | + source ./env.sh |
| 87 | 2024-09-09T20:00:00.164Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-09-09T20:00:00.164Z | ++ set -o xtrace |
| 89 | 2024-09-09T20:00:00.166Z | ++++ dirname ./env.sh |
| 90 | 2024-09-09T20:00:00.169Z | +++ readlink -f . |
| 91 | 2024-09-09T20:00:00.317Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-09-09T20:00:00.320Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-09-09T20:00:00.321Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 95 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 96 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 97 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 98 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 99 | 2024-09-09T20:00:00.321Z | ++ 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 |
| 100 | 2024-09-09T20:00:00.321Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-09-09T20:00:00.321Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-09-09T20:00:00.321Z | + banner prerequisites |
| 103 | 2024-09-09T20:00:00.497Z | |
| 104 | 2024-09-09T20:00:00.497Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-09-09T20:00:00.497Z | # # # # # # # # # # # # # # # |
| 106 | 2024-09-09T20:00:00.497Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-09-09T20:00:00.497Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-09-09T20:00:00.497Z | # # # # # # # # # # # # # # # |
| 109 | 2024-09-09T20:00:00.497Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-09-09T20:00:00.497Z | |
| 111 | 2024-09-09T20:00:00.501Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-09-09T20:00:22.874Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-09-09T20:00:25.325Z | Startup: Caching catalogs ... Done |
| 114 | 2024-09-09T20:00:27.539Z | Planning: Solver setup ... Done (1.655s) |
| 115 | 2024-09-09T20:00:27.567Z | Planning: Running solver ... Done (0.029s) |
| 116 | 2024-09-09T20:00:27.672Z | Planning: Finding local manifests ... Done (0.064s) |
| 117 | 2024-09-09T20:00:27.705Z | Planning: Fetching manifests: 0/5 0% complete |
| 118 | 2024-09-09T20:00:28.078Z | Planning: Fetching manifests: 5/5 100% complete |
| 119 | 2024-09-09T20:00:28.400Z | Planning: Package planning ... Done (0.322s) |
| 120 | 2024-09-09T20:00:28.455Z | Planning: Merging actions ... Done (0.055s) |
| 121 | 2024-09-09T20:00:29.274Z | Planning: Checking for conflicting actions ... Done (0.818s) |
| 122 | 2024-09-09T20:00:34.656Z | Planning: Consolidating action changes ... Done (5.381s) |
| 123 | 2024-09-09T20:00:35.067Z | Planning: Evaluating mediators ... Done (0.411s) |
| 124 | 2024-09-09T20:00:35.147Z | Planning: Planning completed in 9.75 seconds |
| 125 | 2024-09-09T20:00:35.163Z | Packages to install: 4 |
| 126 | 2024-09-09T20:00:35.163Z | Packages to update: 1 |
| 127 | 2024-09-09T20:00:35.166Z | Mediators to change: 2 |
| 128 | 2024-09-09T20:00:35.166Z | Services to change: 1 |
| 129 | 2024-09-09T20:00:35.166Z | Estimated space available: 155.72 GB |
| 130 | 2024-09-09T20:00:35.166Z | Estimated space to be consumed: 1.53 GB |
| 131 | 2024-09-09T20:00:35.166Z | Create boot environment: No |
| 132 | 2024-09-09T20:00:35.166Z | Create backup boot environment: Yes |
| 133 | 2024-09-09T20:00:35.166Z | Rebuild boot archive: No |
| 134 | 2024-09-09T20:00:35.166Z | |
| 135 | 2024-09-09T20:00:35.166Z | Changed mediators: |
| 136 | 2024-09-09T20:00:35.166Z | mediator clang: |
| 137 | 2024-09-09T20:00:35.166Z | version: None -> 15 (system default) |
| 138 | 2024-09-09T20:00:35.166Z | |
| 139 | 2024-09-09T20:00:35.166Z | mediator llvm: |
| 140 | 2024-09-09T20:00:35.166Z | version: 14 (system default) -> 15 (system default) |
| 141 | 2024-09-09T20:00:35.166Z | |
| 142 | 2024-09-09T20:00:35.166Z | Changed packages: |
| 143 | 2024-09-09T20:00:35.166Z | helios-dev |
| 144 | 2024-09-09T20:00:35.166Z | developer/build-essential |
| 145 | 2024-09-09T20:00:35.166Z | None -> 11-2.0 |
| 146 | 2024-09-09T20:00:35.166Z | library/libxmlsec1 |
| 147 | 2024-09-09T20:00:35.166Z | None -> 1.2.35-2.0 |
| 148 | 2024-09-09T20:00:35.166Z | ooce/developer/clang-15 |
| 149 | 2024-09-09T20:00:35.166Z | None -> 15.0.7-2.0 |
| 150 | 2024-09-09T20:00:35.167Z | ooce/developer/llvm-15 |
| 151 | 2024-09-09T20:00:35.167Z | None -> 15.0.7-2.0 |
| 152 | 2024-09-09T20:00:35.167Z | package/pkg |
| 153 | 2024-09-09T20:00:35.167Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 154 | 2024-09-09T20:00:35.167Z | |
| 155 | 2024-09-09T20:00:35.167Z | Services: |
| 156 | 2024-09-09T20:00:35.167Z | restart_fmri: |
| 157 | 2024-09-09T20:00:35.167Z | svc:/system/update-man-index:default |
| 158 | 2024-09-09T20:00:35.167Z | |
| 159 | 2024-09-09T20:00:35.167Z | Editable files to change: |
| 160 | 2024-09-09T20:00:35.167Z | Update: |
| 161 | 2024-09-09T20:00:35.167Z | usr/share/lib/pkg/web/config.shtml |
| 162 | 2024-09-09T20:00:35.567Z | |
| 163 | 2024-09-09T20:00:35.567Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 164 | 2024-09-09T20:00:41.698Z | Download: 209/4281 items 1.3/220.6MB 0% complete (583k/s) |
| 165 | 2024-09-09T20:00:48.132Z | Download: 210/4281 items 1.3/220.6MB 0% complete |
| 166 | 2024-09-09T20:01:00.918Z | Download: 211/4281 items 1.3/220.6MB 0% complete |
| 167 | 2024-09-09T20:01:08.601Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (18.5M/s) |
| 168 | 2024-09-09T20:01:13.604Z | Download: 2474/4281 items 120.2/220.6MB 54% complete (10.0M/s) |
| 169 | 2024-09-09T20:01:18.609Z | Download: 3414/4281 items 215.0/220.6MB 97% complete (13.2M/s) |
| 170 | 2024-09-09T20:01:21.668Z | Download: Completed 220.60 MB in 46.10 seconds (4.8M/s) |
| 171 | 2024-09-09T20:01:22.689Z | Actions: 1/5063 actions (Removing old actions) |
| 172 | 2024-09-09T20:01:22.710Z | Actions: 194/5063 actions (Installing new actions) |
| 173 | 2024-09-09T20:01:27.848Z | Actions: 4132/5063 actions (Installing new actions) |
| 174 | 2024-09-09T20:01:28.052Z | Actions: 4226/5063 actions (Updating modified actions) |
| 175 | 2024-09-09T20:01:28.401Z | Actions: Completed 5063 actions in 5.71 seconds. |
| 176 | 2024-09-09T20:01:28.684Z | Done (0.276s) |
| 177 | 2024-09-09T20:01:28.686Z | Done (0.000s) |
| 178 | 2024-09-09T20:01:29.075Z | Done (0.390s) |
| 179 | 2024-09-09T20:01:34.631Z | Done (5.377s) |
| 180 | 2024-09-09T20:01:34.910Z | Done (0.207s) |
| 181 | 2024-09-09T20:01:34.912Z | Done (0.000s) |
| 182 | 2024-09-09T20:01:35.092Z | Done (0.000s) |
| 183 | 2024-09-09T20:01:35.688Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2024-09-09T20:01:35.849Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2024-09-09T20:01:35.852Z | Planning: Consolidating action changes ... Done |
| 186 | 2024-09-09T20:01:36.111Z | Planning: Evaluating mediators ... Done |
| 187 | 2024-09-09T20:01:36.115Z | Planning: Planning completed in 0.42 seconds |
| 188 | 2024-09-09T20:01:36.150Z | Mediators to change: 2 |
| 189 | 2024-09-09T20:01:36.150Z | Create boot environment: No |
| 190 | 2024-09-09T20:01:36.154Z | Create backup boot environment: No |
| 191 | 2024-09-09T20:01:36.232Z | Done |
| 192 | 2024-09-09T20:01:36.232Z | Done |
| 193 | 2024-09-09T20:01:36.467Z | Done |
| 194 | 2024-09-09T20:01:40.005Z | Done |
| 195 | 2024-09-09T20:01:40.097Z | Done |
| 196 | 2024-09-09T20:01:40.104Z | Done |
| 197 | 2024-09-09T20:01:40.212Z | Done |
| 198 | 2024-09-09T20:01:40.818Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2024-09-09T20:01:40.821Z | Planning: Merging actions ... Done |
| 200 | 2024-09-09T20:01:41.010Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2024-09-09T20:01:41.012Z | Planning: Consolidating action changes ... Done |
| 202 | 2024-09-09T20:01:41.276Z | Planning: Evaluating mediators ... Done |
| 203 | 2024-09-09T20:01:41.332Z | Planning: Planning completed in 0.76 seconds |
| 204 | 2024-09-09T20:01:41.371Z | Packages to change: 1 |
| 205 | 2024-09-09T20:01:41.371Z | Mediators to change: 1 |
| 206 | 2024-09-09T20:01:41.371Z | Services to change: 1 |
| 207 | 2024-09-09T20:01:41.374Z | Create boot environment: No |
| 208 | 2024-09-09T20:01:41.374Z | Create backup boot environment: Yes |
| 209 | 2024-09-09T20:01:43.448Z | Actions: 1/6 actions (Updating modified actions) |
| 210 | 2024-09-09T20:01:43.538Z | Actions: Completed 6 actions in 0.09 seconds. |
| 211 | 2024-09-09T20:01:43.540Z | Done |
| 212 | 2024-09-09T20:01:43.540Z | Done |
| 213 | 2024-09-09T20:01:43.620Z | Done |
| 214 | 2024-09-09T20:01:47.155Z | Done |
| 215 | 2024-09-09T20:01:47.240Z | Done |
| 216 | 2024-09-09T20:01:47.244Z | Done |
| 217 | 2024-09-09T20:01:47.376Z | Done |
| 218 | 2024-09-09T20:01:47.803Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 219 | 2024-09-09T20:01:47.803Z | clang system 15 system |
| 220 | 2024-09-09T20:01:47.803Z | csh system system illumos |
| 221 | 2024-09-09T20:01:47.803Z | ctags system system illumos |
| 222 | 2024-09-09T20:01:47.804Z | gcc vendor 12 vendor |
| 223 | 2024-09-09T20:01:47.804Z | gcc system 10 system |
| 224 | 2024-09-09T20:01:47.804Z | gcc system 7 system |
| 225 | 2024-09-09T20:01:47.804Z | go system 1.20 system |
| 226 | 2024-09-09T20:01:47.804Z | go system 1.19 system |
| 227 | 2024-09-09T20:01:47.804Z | llvm system 15 system |
| 228 | 2024-09-09T20:01:47.804Z | llvm system 14 system |
| 229 | 2024-09-09T20:01:47.804Z | mariadb system 10.6 system |
| 230 | 2024-09-09T20:01:47.804Z | mta vendor vendor dma |
| 231 | 2024-09-09T20:01:47.804Z | openjdk system 17 system |
| 232 | 2024-09-09T20:01:47.804Z | openjdk system 11 system |
| 233 | 2024-09-09T20:01:47.804Z | openjdk system 1.8 system |
| 234 | 2024-09-09T20:01:47.804Z | openssl vendor 3 vendor |
| 235 | 2024-09-09T20:01:47.804Z | perl system 5.36 system |
| 236 | 2024-09-09T20:01:47.804Z | postgresql system 15 system |
| 237 | 2024-09-09T20:01:47.804Z | postgresql system 13 system |
| 238 | 2024-09-09T20:01:47.804Z | python vendor 3 vendor |
| 239 | 2024-09-09T20:01:47.804Z | python system 2 system |
| 240 | 2024-09-09T20:01:47.804Z | python3 system 3.11 system |
| 241 | 2024-09-09T20:01:47.804Z | ruby system 3.0 system |
| 242 | 2024-09-09T20:01:47.804Z | words vendor vendor american-english |
| 243 | 2024-09-09T20:01:47.804Z | words system system australian-english |
| 244 | 2024-09-09T20:01:47.804Z | words system system british-english |
| 245 | 2024-09-09T20:01:47.804Z | words system system canadian-english |
| 246 | 2024-09-09T20:01:47.804Z | words system system french |
| 247 | 2024-09-09T20:01:47.804Z | words system system italian |
| 248 | 2024-09-09T20:01:47.804Z | words system system ngerman |
| 249 | 2024-09-09T20:01:47.804Z | words system system ogerman |
| 250 | 2024-09-09T20:01:47.804Z | words system system spanish |
| 251 | 2024-09-09T20:01:48.130Z | PUBLISHER TYPE STATUS P LOCATION |
| 252 | 2024-09-09T20:01:48.130Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 253 | 2024-09-09T20:01:49.935Z | FMRI IFO |
| 254 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 255 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 256 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 257 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 258 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 259 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 260 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 261 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 262 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 263 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 264 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 266 | 2024-09-09T20:01:49.935Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 267 | 2024-09-09T20:01:50.536Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 268 | 2024-09-09T20:01:50.824Z | Updating crates.io index |
| 269 | 2024-09-09T20:01:50.827Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 270 | 2024-09-09T20:01:51.582Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2024-09-09T20:01:52.377Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 272 | 2024-09-09T20:01:52.627Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 273 | 2024-09-09T20:01:54.093Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2024-09-09T20:01:54.354Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 275 | 2024-09-09T20:01:54.615Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2024-09-09T20:01:55.643Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2024-09-09T20:01:57.709Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2024-09-09T20:01:58.678Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 279 | 2024-09-09T20:01:59.399Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-09-09T20:01:59.751Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 281 | 2024-09-09T20:02:00.242Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 282 | 2024-09-09T20:02:00.579Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 283 | 2024-09-09T20:02:00.866Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 284 | 2024-09-09T20:02:01.180Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 285 | 2024-09-09T20:02:01.708Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 286 | 2024-09-09T20:02:01.968Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 287 | 2024-09-09T20:02:02.265Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 288 | 2024-09-09T20:02:02.504Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 289 | 2024-09-09T20:02:02.771Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 290 | 2024-09-09T20:02:03.075Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 291 | 2024-09-09T20:02:03.384Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2024-09-09T20:02:03.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 293 | 2024-09-09T20:02:04.069Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 294 | 2024-09-09T20:02:04.525Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 295 | 2024-09-09T20:02:04.864Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 296 | 2024-09-09T20:02:05.269Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 297 | 2024-09-09T20:02:07.567Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2024-09-09T20:02:07.843Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2024-09-09T20:02:08.091Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2024-09-09T20:02:08.475Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 301 | 2024-09-09T20:02:09.591Z | Downloading crates ... |
| 302 | 2024-09-09T20:02:09.652Z | Downloaded bytecount v0.6.8 |
| 303 | 2024-09-09T20:02:09.655Z | Downloaded block-buffer v0.10.4 |
| 304 | 2024-09-09T20:02:09.658Z | Downloaded swrite v0.1.0 |
| 305 | 2024-09-09T20:02:09.658Z | Downloaded colorchoice v1.0.1 |
| 306 | 2024-09-09T20:02:09.660Z | Downloaded equivalent v1.0.1 |
| 307 | 2024-09-09T20:02:09.663Z | Downloaded scroll_derive v0.12.0 |
| 308 | 2024-09-09T20:02:09.665Z | Downloaded pretty-hex v0.4.1 |
| 309 | 2024-09-09T20:02:09.670Z | Downloaded byteorder v1.5.0 |
| 310 | 2024-09-09T20:02:09.673Z | Downloaded autocfg v1.3.0 |
| 311 | 2024-09-09T20:02:09.676Z | Downloaded cfg-if v1.0.0 |
| 312 | 2024-09-09T20:02:09.676Z | Downloaded cargo-platform v0.1.8 |
| 313 | 2024-09-09T20:02:09.679Z | Downloaded anstyle-parse v0.2.4 |
| 314 | 2024-09-09T20:02:09.679Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2024-09-09T20:02:09.682Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2024-09-09T20:02:09.682Z | Downloaded anstyle-query v1.0.3 |
| 317 | 2024-09-09T20:02:09.682Z | Downloaded fastrand v2.1.0 |
| 318 | 2024-09-09T20:02:09.687Z | Downloaded terminal_size v0.3.0 |
| 319 | 2024-09-09T20:02:09.690Z | Downloaded tabled_derive v0.7.0 |
| 320 | 2024-09-09T20:02:09.690Z | Downloaded itoa v1.0.11 |
| 321 | 2024-09-09T20:02:09.690Z | Downloaded thiserror v1.0.63 |
| 322 | 2024-09-09T20:02:09.697Z | Downloaded smawk v0.3.2 |
| 323 | 2024-09-09T20:02:09.697Z | Downloaded dof v0.3.0 |
| 324 | 2024-09-09T20:02:09.697Z | Downloaded heck v0.4.1 |
| 325 | 2024-09-09T20:02:09.697Z | Downloaded fs-err v2.11.0 |
| 326 | 2024-09-09T20:02:09.697Z | Downloaded crypto-common v0.1.6 |
| 327 | 2024-09-09T20:02:09.700Z | Downloaded clap_derive v4.5.13 |
| 328 | 2024-09-09T20:02:09.703Z | Downloaded cargo_toml v0.20.4 |
| 329 | 2024-09-09T20:02:09.703Z | Downloaded serde_tokenstream v0.2.2 |
| 330 | 2024-09-09T20:02:09.707Z | Downloaded anstream v0.6.14 |
| 331 | 2024-09-09T20:02:09.709Z | Downloaded anstyle v1.0.8 |
| 332 | 2024-09-09T20:02:09.712Z | Downloaded camino-tempfile v1.1.1 |
| 333 | 2024-09-09T20:02:09.719Z | Downloaded scroll v0.12.0 |
| 334 | 2024-09-09T20:02:09.721Z | Downloaded pest_derive v2.7.10 |
| 335 | 2024-09-09T20:02:09.724Z | Downloaded version_check v0.9.5 |
| 336 | 2024-09-09T20:02:09.727Z | Downloaded is_terminal_polyfill v1.70.0 |
| 337 | 2024-09-09T20:02:09.735Z | Downloaded anyhow v1.0.86 |
| 338 | 2024-09-09T20:02:09.739Z | Downloaded once_cell v1.19.0 |
| 339 | 2024-09-09T20:02:09.745Z | Downloaded camino v1.1.9 |
| 340 | 2024-09-09T20:02:09.745Z | Downloaded proc-macro2 v1.0.86 |
| 341 | 2024-09-09T20:02:09.748Z | Downloaded strsim v0.11.1 |
| 342 | 2024-09-09T20:02:09.748Z | Downloaded fnv v1.0.7 |
| 343 | 2024-09-09T20:02:09.748Z | Downloaded cpufeatures v0.2.12 |
| 344 | 2024-09-09T20:02:09.752Z | Downloaded heck v0.5.0 |
| 345 | 2024-09-09T20:02:09.752Z | Downloaded errno v0.3.9 |
| 346 | 2024-09-09T20:02:09.752Z | Downloaded cargo_metadata v0.18.1 |
| 347 | 2024-09-09T20:02:09.756Z | Downloaded toml v0.8.19 |
| 348 | 2024-09-09T20:02:09.760Z | Downloaded pest_meta v2.7.10 |
| 349 | 2024-09-09T20:02:09.760Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2024-09-09T20:02:09.760Z | Downloaded proc-macro-error-attr v1.0.4 |
| 351 | 2024-09-09T20:02:09.760Z | Downloaded pest_generator v2.7.10 |
| 352 | 2024-09-09T20:02:09.763Z | Downloaded generic-array v0.14.7 |
| 353 | 2024-09-09T20:02:09.763Z | Downloaded digest v0.10.7 |
| 354 | 2024-09-09T20:02:09.766Z | Downloaded serde_spanned v0.6.7 |
| 355 | 2024-09-09T20:02:09.766Z | Downloaded macaddr v1.0.1 |
| 356 | 2024-09-09T20:02:09.768Z | Downloaded usdt v0.5.0 |
| 357 | 2024-09-09T20:02:09.768Z | Downloaded clap_lex v0.7.0 |
| 358 | 2024-09-09T20:02:09.768Z | Downloaded unicode-linebreak v0.1.5 |
| 359 | 2024-09-09T20:02:09.771Z | Downloaded thread-id v4.2.1 |
| 360 | 2024-09-09T20:02:09.771Z | Downloaded ucd-trie v0.1.6 |
| 361 | 2024-09-09T20:02:09.771Z | Downloaded plain v0.2.3 |
| 362 | 2024-09-09T20:02:09.773Z | Downloaded usdt-impl v0.5.0 |
| 363 | 2024-09-09T20:02:09.773Z | Downloaded memmap v0.7.0 |
| 364 | 2024-09-09T20:02:09.776Z | Downloaded clap v4.5.16 |
| 365 | 2024-09-09T20:02:09.783Z | Downloaded utf8parse v0.2.1 |
| 366 | 2024-09-09T20:02:09.786Z | Downloaded semver v1.0.23 |
| 367 | 2024-09-09T20:02:09.788Z | Downloaded quote v1.0.36 |
| 368 | 2024-09-09T20:02:09.790Z | Downloaded toml_datetime v0.6.8 |
| 369 | 2024-09-09T20:02:09.790Z | Downloaded proc-macro-error v1.0.4 |
| 370 | 2024-09-09T20:02:09.793Z | Downloaded thiserror-impl v1.0.63 |
| 371 | 2024-09-09T20:02:09.796Z | Downloaded tempfile v3.10.1 |
| 372 | 2024-09-09T20:02:09.799Z | Downloaded sha2 v0.10.8 |
| 373 | 2024-09-09T20:02:09.799Z | Downloaded zerocopy-derive v0.7.34 |
| 374 | 2024-09-09T20:02:09.802Z | Downloaded serde v1.0.208 |
| 375 | 2024-09-09T20:02:09.807Z | Downloaded typenum v1.17.0 |
| 376 | 2024-09-09T20:02:09.809Z | Downloaded unicode-ident v1.0.12 |
| 377 | 2024-09-09T20:02:09.812Z | Downloaded textwrap v0.16.1 |
| 378 | 2024-09-09T20:02:09.815Z | Downloaded indexmap v2.4.0 |
| 379 | 2024-09-09T20:02:09.817Z | Downloaded papergrid v0.11.0 |
| 380 | 2024-09-09T20:02:09.828Z | Downloaded log v0.4.21 |
| 381 | 2024-09-09T20:02:09.831Z | Downloaded serde_derive v1.0.208 |
| 382 | 2024-09-09T20:02:09.832Z | Downloaded ryu v1.0.18 |
| 383 | 2024-09-09T20:02:09.832Z | Downloaded memchr v2.7.2 |
| 384 | 2024-09-09T20:02:09.835Z | Downloaded bitflags v2.6.0 |
| 385 | 2024-09-09T20:02:09.845Z | Downloaded toml_edit v0.22.20 |
| 386 | 2024-09-09T20:02:09.866Z | Downloaded pest v2.7.10 |
| 387 | 2024-09-09T20:02:09.870Z | Downloaded clap_builder v4.5.15 |
| 388 | 2024-09-09T20:02:09.876Z | Downloaded hashbrown v0.14.5 |
| 389 | 2024-09-09T20:02:09.881Z | Downloaded zerocopy v0.7.34 |
| 390 | 2024-09-09T20:02:09.896Z | Downloaded winnow v0.6.18 |
| 391 | 2024-09-09T20:02:09.904Z | Downloaded serde_json v1.0.125 |
| 392 | 2024-09-09T20:02:09.912Z | Downloaded goblin v0.8.2 |
| 393 | 2024-09-09T20:02:09.917Z | Downloaded tabled v0.15.0 |
| 394 | 2024-09-09T20:02:09.932Z | Downloaded syn v2.0.74 |
| 395 | 2024-09-09T20:02:09.942Z | Downloaded syn v1.0.109 |
| 396 | 2024-09-09T20:02:09.952Z | Downloaded rustix v0.38.34 |
| 397 | 2024-09-09T20:02:09.972Z | Downloaded unicode-width v0.1.13 |
| 398 | 2024-09-09T20:02:09.986Z | Downloaded libc v0.2.158 |
| 399 | 2024-09-09T20:02:10.288Z | Compiling proc-macro2 v1.0.86 |
| 400 | 2024-09-09T20:02:10.288Z | Compiling unicode-ident v1.0.12 |
| 401 | 2024-09-09T20:02:10.291Z | Compiling serde v1.0.208 |
| 402 | 2024-09-09T20:02:10.291Z | Compiling version_check v0.9.5 |
| 403 | 2024-09-09T20:02:10.291Z | Compiling thiserror v1.0.63 |
| 404 | 2024-09-09T20:02:10.291Z | Compiling memchr v2.7.2 |
| 405 | 2024-09-09T20:02:10.322Z | Compiling libc v0.2.158 |
| 406 | 2024-09-09T20:02:10.324Z | Compiling ryu v1.0.18 |
| 407 | 2024-09-09T20:02:10.525Z | Compiling itoa v1.0.11 |
| 408 | 2024-09-09T20:02:10.755Z | Compiling ucd-trie v0.1.6 |
| 409 | 2024-09-09T20:02:10.776Z | Compiling once_cell v1.19.0 |
| 410 | 2024-09-09T20:02:11.109Z | Compiling byteorder v1.5.0 |
| 411 | 2024-09-09T20:02:11.459Z | Compiling rustix v0.38.34 |
| 412 | 2024-09-09T20:02:11.689Z | Compiling serde_json v1.0.125 |
| 413 | 2024-09-09T20:02:11.712Z | Compiling bitflags v2.6.0 |
| 414 | 2024-09-09T20:02:11.820Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-09-09T20:02:12.061Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2024-09-09T20:02:12.119Z | Compiling syn v1.0.109 |
| 417 | 2024-09-09T20:02:12.122Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2024-09-09T20:02:12.320Z | Compiling utf8parse v0.2.1 |
| 419 | 2024-09-09T20:02:12.356Z | Compiling equivalent v1.0.1 |
| 420 | 2024-09-09T20:02:12.458Z | Compiling camino v1.1.9 |
| 421 | 2024-09-09T20:02:12.484Z | Compiling plain v0.2.3 |
| 422 | 2024-09-09T20:02:12.484Z | Compiling log v0.4.21 |
| 423 | 2024-09-09T20:02:12.528Z | Compiling hashbrown v0.14.5 |
| 424 | 2024-09-09T20:02:12.660Z | Compiling quote v1.0.36 |
| 425 | 2024-09-09T20:02:12.783Z | Compiling thread-id v4.2.1 |
| 426 | 2024-09-09T20:02:12.893Z | Compiling errno v0.3.9 |
| 427 | 2024-09-09T20:02:12.918Z | Compiling anstyle-parse v0.2.4 |
| 428 | 2024-09-09T20:02:13.130Z | Compiling syn v2.0.74 |
| 429 | 2024-09-09T20:02:13.306Z | Compiling anstyle v1.0.8 |
| 430 | 2024-09-09T20:02:13.330Z | Compiling autocfg v1.3.0 |
| 431 | 2024-09-09T20:02:13.394Z | Compiling colorchoice v1.0.1 |
| 432 | 2024-09-09T20:02:13.554Z | Compiling anstyle-query v1.0.3 |
| 433 | 2024-09-09T20:02:13.706Z | Compiling pretty-hex v0.4.1 |
| 434 | 2024-09-09T20:02:13.853Z | Compiling indexmap v2.4.0 |
| 435 | 2024-09-09T20:02:13.888Z | Compiling unicode-width v0.1.13 |
| 436 | 2024-09-09T20:02:13.942Z | Compiling is_terminal_polyfill v1.70.0 |
| 437 | 2024-09-09T20:02:14.069Z | Compiling semver v1.0.23 |
| 438 | 2024-09-09T20:02:14.127Z | Compiling winnow v0.6.18 |
| 439 | 2024-09-09T20:02:14.320Z | Compiling fs-err v2.11.0 |
| 440 | 2024-09-09T20:02:14.568Z | Compiling anstream v0.6.14 |
| 441 | 2024-09-09T20:02:14.772Z | Compiling heck v0.5.0 |
| 442 | 2024-09-09T20:02:14.797Z | Compiling bytecount v0.6.8 |
| 443 | 2024-09-09T20:02:15.022Z | Compiling fastrand v2.1.0 |
| 444 | 2024-09-09T20:02:15.159Z | Compiling fnv v1.0.7 |
| 445 | 2024-09-09T20:02:15.288Z | Compiling terminal_size v0.3.0 |
| 446 | 2024-09-09T20:02:15.308Z | Compiling clap_lex v0.7.0 |
| 447 | 2024-09-09T20:02:15.333Z | Compiling anyhow v1.0.86 |
| 448 | 2024-09-09T20:02:15.476Z | Compiling strsim v0.11.1 |
| 449 | 2024-09-09T20:02:15.529Z | Compiling heck v0.4.1 |
| 450 | 2024-09-09T20:02:15.824Z | Compiling cfg-if v1.0.0 |
| 451 | 2024-09-09T20:02:15.928Z | Compiling tempfile v3.10.1 |
| 452 | 2024-09-09T20:02:15.993Z | Compiling clap_builder v4.5.15 |
| 453 | 2024-09-09T20:02:16.025Z | Compiling papergrid v0.11.0 |
| 454 | 2024-09-09T20:02:16.540Z | Compiling memmap v0.7.0 |
| 455 | 2024-09-09T20:02:16.760Z | Compiling smawk v0.3.2 |
| 456 | 2024-09-09T20:02:16.843Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2024-09-09T20:02:17.369Z | Compiling textwrap v0.16.1 |
| 458 | 2024-09-09T20:02:17.586Z | Compiling swrite v0.1.0 |
| 459 | 2024-09-09T20:02:18.902Z | Compiling tabled_derive v0.7.0 |
| 460 | 2024-09-09T20:02:20.465Z | Compiling tabled v0.15.0 |
| 461 | 2024-09-09T20:02:21.600Z | Compiling serde_derive v1.0.208 |
| 462 | 2024-09-09T20:02:21.600Z | Compiling thiserror-impl v1.0.63 |
| 463 | 2024-09-09T20:02:21.602Z | Compiling zerocopy-derive v0.7.34 |
| 464 | 2024-09-09T20:02:21.602Z | Compiling scroll_derive v0.12.0 |
| 465 | 2024-09-09T20:02:21.602Z | Compiling clap_derive v4.5.13 |
| 466 | 2024-09-09T20:02:22.819Z | Compiling scroll v0.12.0 |
| 467 | 2024-09-09T20:02:23.257Z | Compiling zerocopy v0.7.34 |
| 468 | 2024-09-09T20:02:23.313Z | Compiling goblin v0.8.2 |
| 469 | 2024-09-09T20:02:24.181Z | Compiling pest v2.7.10 |
| 470 | 2024-09-09T20:02:25.196Z | Compiling clap v4.5.16 |
| 471 | 2024-09-09T20:02:26.564Z | Compiling pest_meta v2.7.10 |
| 472 | 2024-09-09T20:02:27.262Z | Compiling pest_generator v2.7.10 |
| 473 | 2024-09-09T20:02:29.049Z | Compiling pest_derive v2.7.10 |
| 474 | 2024-09-09T20:02:29.672Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2024-09-09T20:02:31.539Z | Compiling serde_spanned v0.6.7 |
| 476 | 2024-09-09T20:02:31.539Z | Compiling toml_datetime v0.6.8 |
| 477 | 2024-09-09T20:02:31.542Z | Compiling cargo-platform v0.1.8 |
| 478 | 2024-09-09T20:02:31.911Z | Compiling serde_tokenstream v0.2.2 |
| 479 | 2024-09-09T20:02:31.948Z | Compiling toml_edit v0.22.20 |
| 480 | 2024-09-09T20:02:32.120Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2024-09-09T20:02:32.167Z | Compiling macaddr v1.0.1 |
| 482 | 2024-09-09T20:02:32.956Z | Compiling dof v0.3.0 |
| 483 | 2024-09-09T20:02:32.956Z | Compiling cargo_metadata v0.18.1 |
| 484 | 2024-09-09T20:02:34.769Z | Compiling toml v0.8.19 |
| 485 | 2024-09-09T20:02:34.921Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2024-09-09T20:02:34.921Z | Compiling usdt-macro v0.5.0 |
| 487 | 2024-09-09T20:02:35.654Z | Compiling cargo_toml v0.20.4 |
| 488 | 2024-09-09T20:02:36.283Z | Compiling usdt v0.5.0 |
| 489 | 2024-09-09T20:02:39.339Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2024-09-09T20:02:43.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.13s |
| 491 | 2024-09-09T20:02:43.688Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 492 | 2024-09-09T20:02:44.267Z | Downloading crates ... |
| 493 | 2024-09-09T20:02:44.374Z | Downloaded adler2 v2.0.0 |
| 494 | 2024-09-09T20:02:44.380Z | Downloaded addr2line v0.21.0 |
| 495 | 2024-09-09T20:02:44.389Z | Downloaded async-stream-impl v0.3.5 |
| 496 | 2024-09-09T20:02:44.392Z | Downloaded assert_matches v1.5.0 |
| 497 | 2024-09-09T20:02:44.394Z | Downloaded atty v0.2.14 |
| 498 | 2024-09-09T20:02:44.394Z | Downloaded cfg_aliases v0.1.1 |
| 499 | 2024-09-09T20:02:44.397Z | Downloaded bitstruct v0.1.1 |
| 500 | 2024-09-09T20:02:44.397Z | Downloaded ciborium-io v0.2.2 |
| 501 | 2024-09-09T20:02:44.403Z | Downloaded cstr-argument v0.1.2 |
| 502 | 2024-09-09T20:02:44.405Z | Downloaded blowfish v0.9.1 |
| 503 | 2024-09-09T20:02:44.405Z | Downloaded ascii v1.1.0 |
| 504 | 2024-09-09T20:02:44.408Z | Downloaded convert_case v0.4.0 |
| 505 | 2024-09-09T20:02:44.411Z | Downloaded crunchy v0.2.2 |
| 506 | 2024-09-09T20:02:44.411Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 507 | 2024-09-09T20:02:44.414Z | Downloaded bit-vec v0.6.3 |
| 508 | 2024-09-09T20:02:44.414Z | Downloaded chacha20 v0.9.1 |
| 509 | 2024-09-09T20:02:44.416Z | Downloaded http-body v0.4.6 |
| 510 | 2024-09-09T20:02:44.419Z | Downloaded httpdate v1.0.3 |
| 511 | 2024-09-09T20:02:44.421Z | Downloaded crc v3.2.1 |
| 512 | 2024-09-09T20:02:44.424Z | Downloaded http-range v0.1.5 |
| 513 | 2024-09-09T20:02:44.426Z | Downloaded instant v0.1.12 |
| 514 | 2024-09-09T20:02:44.426Z | Downloaded crc-catalog v2.4.0 |
| 515 | 2024-09-09T20:02:44.429Z | Downloaded is-terminal v0.4.12 |
| 516 | 2024-09-09T20:02:44.429Z | Downloaded ident_case v1.0.1 |
| 517 | 2024-09-09T20:02:44.431Z | Downloaded hubpack_derive v0.1.1 |
| 518 | 2024-09-09T20:02:44.431Z | Downloaded cipher v0.4.4 |
| 519 | 2024-09-09T20:02:44.434Z | Downloaded const_format_proc_macros v0.2.32 |
| 520 | 2024-09-09T20:02:44.436Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 521 | 2024-09-09T20:02:44.436Z | Downloaded new_debug_unreachable v1.0.6 |
| 522 | 2024-09-09T20:02:44.439Z | Downloaded md5 v0.7.0 |
| 523 | 2024-09-09T20:02:44.441Z | Downloaded match_cfg v0.1.0 |
| 524 | 2024-09-09T20:02:44.441Z | Downloaded cancel-safe-futures v0.1.5 |
| 525 | 2024-09-09T20:02:44.444Z | Downloaded castaway v0.2.3 |
| 526 | 2024-09-09T20:02:44.446Z | Downloaded bzip2 v0.4.4 |
| 527 | 2024-09-09T20:02:44.448Z | Downloaded rpassword v7.3.1 |
| 528 | 2024-09-09T20:02:44.451Z | Downloaded humantime v2.1.0 |
| 529 | 2024-09-09T20:02:44.451Z | Downloaded cfg_aliases v0.2.1 |
| 530 | 2024-09-09T20:02:44.453Z | Downloaded hubpack v0.1.2 |
| 531 | 2024-09-09T20:02:44.453Z | Downloaded num-conv v0.1.0 |
| 532 | 2024-09-09T20:02:44.456Z | Downloaded atomicwrites v0.4.3 |
| 533 | 2024-09-09T20:02:44.456Z | Downloaded is_ci v1.2.0 |
| 534 | 2024-09-09T20:02:44.460Z | Downloaded bitstruct_derive v0.1.0 |
| 535 | 2024-09-09T20:02:44.460Z | Downloaded csv-core v0.1.11 |
| 536 | 2024-09-09T20:02:44.465Z | Downloaded cobs v0.2.3 |
| 537 | 2024-09-09T20:02:44.465Z | Downloaded argon2 v0.5.3 |
| 538 | 2024-09-09T20:02:44.465Z | Downloaded keccak v0.1.5 |
| 539 | 2024-09-09T20:02:44.467Z | Downloaded ascii-canvas v3.0.0 |
| 540 | 2024-09-09T20:02:44.467Z | Downloaded inout v0.1.3 |
| 541 | 2024-09-09T20:02:44.468Z | Downloaded hyper-tls v0.5.0 |
| 542 | 2024-09-09T20:02:44.471Z | Downloaded base64ct v1.6.0 |
| 543 | 2024-09-09T20:02:44.473Z | Downloaded buf-list v1.0.3 |
| 544 | 2024-09-09T20:02:44.473Z | Downloaded linked-hash-map v0.5.6 |
| 545 | 2024-09-09T20:02:44.476Z | Downloaded instability v0.3.2 |
| 546 | 2024-09-09T20:02:44.476Z | Downloaded nibble_vec v0.1.0 |
| 547 | 2024-09-09T20:02:44.479Z | Downloaded lru v0.12.3 |
| 548 | 2024-09-09T20:02:44.479Z | Downloaded nodrop v0.1.14 |
| 549 | 2024-09-09T20:02:44.482Z | Downloaded memoffset v0.9.1 |
| 550 | 2024-09-09T20:02:44.482Z | Downloaded newline-converter v0.3.0 |
| 551 | 2024-09-09T20:02:44.485Z | Downloaded matches v0.1.10 |
| 552 | 2024-09-09T20:02:44.485Z | Downloaded newtype_derive v0.1.6 |
| 553 | 2024-09-09T20:02:44.485Z | Downloaded cookie v0.18.1 |
| 554 | 2024-09-09T20:02:44.489Z | Downloaded const-oid v0.9.6 |
| 555 | 2024-09-09T20:02:44.493Z | Downloaded signal-hook-tokio v0.3.1 |
| 556 | 2024-09-09T20:02:44.493Z | Downloaded indoc v1.0.9 |
| 557 | 2024-09-09T20:02:44.496Z | Downloaded libsw v3.3.1 |
| 558 | 2024-09-09T20:02:44.498Z | Downloaded aead v0.5.2 |
| 559 | 2024-09-09T20:02:44.498Z | Downloaded num v0.4.3 |
| 560 | 2024-09-09T20:02:44.501Z | Downloaded maybe-uninit v2.0.0 |
| 561 | 2024-09-09T20:02:44.501Z | Downloaded hyper-staticfile v0.9.5 |
| 562 | 2024-09-09T20:02:44.505Z | Downloaded bitflags v1.3.2 |
| 563 | 2024-09-09T20:02:44.508Z | Downloaded async-stream v0.3.5 |
| 564 | 2024-09-09T20:02:44.512Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 565 | 2024-09-09T20:02:44.514Z | Downloaded block-padding v0.3.3 |
| 566 | 2024-09-09T20:02:44.514Z | Downloaded same-file v1.0.6 |
| 567 | 2024-09-09T20:02:44.514Z | Downloaded constant_time_eq v0.3.0 |
| 568 | 2024-09-09T20:02:44.518Z | Downloaded sqlparser_derive v0.2.2 |
| 569 | 2024-09-09T20:02:44.518Z | Downloaded cexpr v0.6.0 |
| 570 | 2024-09-09T20:02:44.520Z | Downloaded ctr v0.9.2 |
| 571 | 2024-09-09T20:02:44.523Z | Downloaded ipnet v2.9.0 |
| 572 | 2024-09-09T20:02:44.523Z | Downloaded tower-service v0.3.2 |
| 573 | 2024-09-09T20:02:44.525Z | Downloaded mime v0.3.17 |
| 574 | 2024-09-09T20:02:44.525Z | Downloaded kstat-rs v0.2.4 |
| 575 | 2024-09-09T20:02:44.527Z | Downloaded linear-map v1.2.0 |
| 576 | 2024-09-09T20:02:44.530Z | Downloaded hyper-rustls v0.24.2 |
| 577 | 2024-09-09T20:02:44.533Z | Downloaded crossbeam-deque v0.8.5 |
| 578 | 2024-09-09T20:02:44.535Z | Downloaded sec1 v0.7.3 |
| 579 | 2024-09-09T20:02:44.535Z | Downloaded rustc_version v0.1.7 |
| 580 | 2024-09-09T20:02:44.539Z | Downloaded allocator-api2 v0.2.18 |
| 581 | 2024-09-09T20:02:44.542Z | Downloaded multer v3.1.0 |
| 582 | 2024-09-09T20:02:44.542Z | Downloaded untrusted v0.7.1 |
| 583 | 2024-09-09T20:02:44.545Z | Downloaded zone_cfg_derive v0.3.0 |
| 584 | 2024-09-09T20:02:44.545Z | Downloaded zone_cfg_derive v0.1.2 |
| 585 | 2024-09-09T20:02:44.549Z | Downloaded multimap v0.10.0 |
| 586 | 2024-09-09T20:02:44.549Z | Downloaded crossbeam-epoch v0.9.18 |
| 587 | 2024-09-09T20:02:44.552Z | Downloaded slog-scope v4.4.0 |
| 588 | 2024-09-09T20:02:44.552Z | Downloaded structmeta v0.3.0 |
| 589 | 2024-09-09T20:02:44.554Z | Downloaded slog-stdlog v4.1.1 |
| 590 | 2024-09-09T20:02:44.554Z | Downloaded secrecy v0.8.0 |
| 591 | 2024-09-09T20:02:44.557Z | Downloaded async-trait v0.1.81 |
| 592 | 2024-09-09T20:02:44.560Z | Downloaded tokio-native-tls v0.3.1 |
| 593 | 2024-09-09T20:02:44.562Z | Downloaded downcast v0.11.0 |
| 594 | 2024-09-09T20:02:44.565Z | Downloaded rustls-pemfile v2.1.3 |
| 595 | 2024-09-09T20:02:44.567Z | Downloaded maplit v1.0.2 |
| 596 | 2024-09-09T20:02:44.567Z | Downloaded foreign-types-shared v0.1.1 |
| 597 | 2024-09-09T20:02:44.576Z | Downloaded colored v2.1.0 |
| 598 | 2024-09-09T20:02:44.576Z | Downloaded ciborium v0.2.2 |
| 599 | 2024-09-09T20:02:44.576Z | Downloaded futures-io v0.3.30 |
| 600 | 2024-09-09T20:02:44.576Z | Downloaded openssl-macros v0.1.1 |
| 601 | 2024-09-09T20:02:44.576Z | Downloaded path-slash v0.1.5 |
| 602 | 2024-09-09T20:02:44.580Z | Downloaded num-derive v0.4.2 |
| 603 | 2024-09-09T20:02:44.580Z | Downloaded unicode-xid v0.2.4 |
| 604 | 2024-09-09T20:02:44.580Z | Downloaded hmac v0.12.1 |
| 605 | 2024-09-09T20:02:44.582Z | Downloaded thread_local v1.1.8 |
| 606 | 2024-09-09T20:02:44.585Z | Downloaded unicode-truncate v1.0.0 |
| 607 | 2024-09-09T20:02:44.587Z | Downloaded rustls-pki-types v1.7.0 |
| 608 | 2024-09-09T20:02:44.590Z | Downloaded memmap2 v0.9.4 |
| 609 | 2024-09-09T20:02:44.593Z | Downloaded crc32fast v1.4.0 |
| 610 | 2024-09-09T20:02:44.593Z | Downloaded cc v1.0.97 |
| 611 | 2024-09-09T20:02:44.596Z | Downloaded cookie v0.17.0 |
| 612 | 2024-09-09T20:02:44.598Z | Downloaded zone v0.3.0 |
| 613 | 2024-09-09T20:02:44.601Z | Downloaded precomputed-hash v0.1.1 |
| 614 | 2024-09-09T20:02:44.601Z | Downloaded serde_with_macros v3.9.0 |
| 615 | 2024-09-09T20:02:44.603Z | Downloaded sct v0.7.1 |
| 616 | 2024-09-09T20:02:44.608Z | Downloaded universal-hash v0.5.1 |
| 617 | 2024-09-09T20:02:44.610Z | Downloaded futures-core v0.3.30 |
| 618 | 2024-09-09T20:02:44.610Z | Downloaded float-cmp v0.9.0 |
| 619 | 2024-09-09T20:02:44.615Z | Downloaded enum-as-inner v0.5.1 |
| 620 | 2024-09-09T20:02:44.615Z | Downloaded heck v0.3.3 |
| 621 | 2024-09-09T20:02:44.618Z | Downloaded bcs v0.1.6 |
| 622 | 2024-09-09T20:02:44.618Z | Downloaded indexmap v1.9.3 |
| 623 | 2024-09-09T20:02:44.621Z | Downloaded either v1.13.0 |
| 624 | 2024-09-09T20:02:44.623Z | Downloaded want v0.3.1 |
| 625 | 2024-09-09T20:02:44.623Z | Downloaded crossbeam-utils v0.8.19 |
| 626 | 2024-09-09T20:02:44.626Z | Downloaded clang-sys v1.7.0 |
| 627 | 2024-09-09T20:02:44.628Z | Downloaded futures-executor v0.3.30 |
| 628 | 2024-09-09T20:02:44.631Z | Downloaded termtree v0.4.1 |
| 629 | 2024-09-09T20:02:44.634Z | Downloaded strum v0.26.3 |
| 630 | 2024-09-09T20:02:44.634Z | Downloaded yasna v0.5.2 |
| 631 | 2024-09-09T20:02:44.636Z | Downloaded base64 v0.21.7 |
| 632 | 2024-09-09T20:02:44.639Z | Downloaded crossbeam-channel v0.5.12 |
| 633 | 2024-09-09T20:02:44.644Z | Downloaded tokio-tungstenite v0.20.1 |
| 634 | 2024-09-09T20:02:44.646Z | Downloaded powerfmt v0.2.0 |
| 635 | 2024-09-09T20:02:44.649Z | Downloaded slog v2.7.0 |
| 636 | 2024-09-09T20:02:44.651Z | Downloaded scheduled-thread-pool v0.2.7 |
| 637 | 2024-09-09T20:02:44.655Z | Downloaded strip-ansi-escapes v0.2.0 |
| 638 | 2024-09-09T20:02:44.655Z | Downloaded indicatif v0.17.8 |
| 639 | 2024-09-09T20:02:44.658Z | Downloaded number_prefix v0.4.0 |
| 640 | 2024-09-09T20:02:44.660Z | Downloaded pbkdf2 v0.11.0 |
| 641 | 2024-09-09T20:02:44.663Z | Downloaded predicates v3.1.2 |
| 642 | 2024-09-09T20:02:44.665Z | Downloaded shlex v1.3.0 |
| 643 | 2024-09-09T20:02:44.668Z | Downloaded miniz_oxide v0.8.0 |
| 644 | 2024-09-09T20:02:44.671Z | Downloaded chacha20poly1305 v0.10.1 |
| 645 | 2024-09-09T20:02:44.673Z | Downloaded openssl-probe v0.1.5 |
| 646 | 2024-09-09T20:02:44.674Z | Downloaded shell-words v1.1.0 |
| 647 | 2024-09-09T20:02:44.674Z | Downloaded parse-size v1.0.0 |
| 648 | 2024-09-09T20:02:44.676Z | Downloaded base64 v0.13.1 |
| 649 | 2024-09-09T20:02:44.679Z | Downloaded ppv-lite86 v0.2.17 |
| 650 | 2024-09-09T20:02:44.682Z | Downloaded debug-ignore v1.0.5 |
| 651 | 2024-09-09T20:02:44.682Z | Downloaded data-encoding v2.6.0 |
| 652 | 2024-09-09T20:02:44.684Z | Downloaded tls_codec_derive v0.4.1 |
| 653 | 2024-09-09T20:02:44.684Z | Downloaded slab v0.4.9 |
| 654 | 2024-09-09T20:02:44.688Z | Downloaded serde_plain v1.0.2 |
| 655 | 2024-09-09T20:02:44.691Z | Downloaded globset v0.4.14 |
| 656 | 2024-09-09T20:02:44.691Z | Downloaded parking_lot v0.11.2 |
| 657 | 2024-09-09T20:02:44.693Z | Downloaded dhcproto-macros v0.1.0 |
| 658 | 2024-09-09T20:02:44.693Z | Downloaded postgres-types v0.2.7 |
| 659 | 2024-09-09T20:02:44.696Z | Downloaded tungstenite v0.21.0 |
| 660 | 2024-09-09T20:02:44.699Z | Downloaded strum_macros v0.25.3 |
| 661 | 2024-09-09T20:02:44.701Z | Downloaded fallible-iterator v0.2.0 |
| 662 | 2024-09-09T20:02:44.704Z | Downloaded ed25519 v2.2.3 |
| 663 | 2024-09-09T20:02:44.709Z | Downloaded uzers v0.11.3 |
| 664 | 2024-09-09T20:02:44.709Z | Downloaded float-ord v0.3.2 |
| 665 | 2024-09-09T20:02:45.714Z | Downloaded salsa20 v0.10.2 |
| 666 | 2024-09-09T20:02:45.714Z | Downloaded rustc-demangle v0.1.24 |
| 667 | 2024-09-09T20:02:45.714Z | Downloaded snafu v0.8.2 |
| 668 | 2024-09-09T20:02:45.720Z | Downloaded base64 v0.22.1 |
| 669 | 2024-09-09T20:02:45.720Z | Downloaded time-core v0.1.2 |
| 670 | 2024-09-09T20:02:45.720Z | Downloaded which v4.4.2 |
| 671 | 2024-09-09T20:02:45.720Z | Downloaded pkcs8 v0.10.2 |
| 672 | 2024-09-09T20:02:45.720Z | Downloaded ref-cast-impl v1.0.23 |
| 673 | 2024-09-09T20:02:45.720Z | Downloaded spki v0.7.3 |
| 674 | 2024-09-09T20:02:45.720Z | Downloaded ghash v0.5.1 |
| 675 | 2024-09-09T20:02:45.720Z | Downloaded walkdir v2.5.0 |
| 676 | 2024-09-09T20:02:45.721Z | Downloaded signal-hook-mio v0.2.4 |
| 677 | 2024-09-09T20:02:45.721Z | Downloaded pkcs5 v0.7.1 |
| 678 | 2024-09-09T20:02:45.721Z | Downloaded parking_lot v0.12.2 |
| 679 | 2024-09-09T20:02:45.721Z | Downloaded parse-display-derive v0.10.0 |
| 680 | 2024-09-09T20:02:45.721Z | Downloaded parse-display v0.10.0 |
| 681 | 2024-09-09T20:02:45.721Z | Downloaded tungstenite v0.23.0 |
| 682 | 2024-09-09T20:02:45.721Z | Downloaded unarray v0.1.4 |
| 683 | 2024-09-09T20:02:45.721Z | Downloaded portpicker v0.1.1 |
| 684 | 2024-09-09T20:02:45.721Z | Downloaded rusty-fork v0.3.0 |
| 685 | 2024-09-09T20:02:45.721Z | Downloaded signal-hook-registry v1.4.2 |
| 686 | 2024-09-09T20:02:45.721Z | Downloaded take_mut v0.2.2 |
| 687 | 2024-09-09T20:02:45.721Z | Downloaded tokio-rustls v0.25.0 |
| 688 | 2024-09-09T20:02:45.721Z | Downloaded tokio-rustls v0.24.1 |
| 689 | 2024-09-09T20:02:45.721Z | Downloaded dirs-sys-next v0.1.2 |
| 690 | 2024-09-09T20:02:45.721Z | Downloaded foreign-types-macros v0.2.3 |
| 691 | 2024-09-09T20:02:45.721Z | Downloaded untrusted v0.9.0 |
| 692 | 2024-09-09T20:02:45.721Z | Downloaded crypto-bigint v0.5.5 |
| 693 | 2024-09-09T20:02:45.721Z | Downloaded minimal-lexical v0.2.1 |
| 694 | 2024-09-09T20:02:45.721Z | Downloaded phf v0.11.2 |
| 695 | 2024-09-09T20:02:45.721Z | Downloaded sigpipe v0.1.3 |
| 696 | 2024-09-09T20:02:45.721Z | Downloaded stringprep v0.1.4 |
| 697 | 2024-09-09T20:02:45.721Z | Downloaded dhcproto v0.12.0 |
| 698 | 2024-09-09T20:02:45.721Z | Downloaded opaque-debug v0.3.1 |
| 699 | 2024-09-09T20:02:45.721Z | Downloaded pin-project v1.1.5 |
| 700 | 2024-09-09T20:02:45.721Z | Downloaded unsafe-libyaml v0.2.11 |
| 701 | 2024-09-09T20:02:45.722Z | Downloaded derive_builder_macro v0.20.0 |
| 702 | 2024-09-09T20:02:45.722Z | Downloaded headers-core v0.2.0 |
| 703 | 2024-09-09T20:02:45.722Z | Downloaded oso-derive v0.27.3 |
| 704 | 2024-09-09T20:02:45.722Z | Downloaded parking_lot_core v0.8.6 |
| 705 | 2024-09-09T20:02:45.722Z | Downloaded rustfmt-wrapper v0.2.1 |
| 706 | 2024-09-09T20:02:45.722Z | Downloaded derive_builder_core v0.20.0 |
| 707 | 2024-09-09T20:02:45.722Z | Downloaded futures-sink v0.3.30 |
| 708 | 2024-09-09T20:02:45.722Z | Downloaded futures-macro v0.3.30 |
| 709 | 2024-09-09T20:02:45.722Z | Downloaded topological-sort v0.2.2 |
| 710 | 2024-09-09T20:02:45.722Z | Downloaded russh-cryptovec v0.7.2 |
| 711 | 2024-09-09T20:02:45.722Z | Downloaded toolchain_find v0.4.0 |
| 712 | 2024-09-09T20:02:45.722Z | Downloaded defmt-parser v0.3.4 |
| 713 | 2024-09-09T20:02:45.722Z | Downloaded utf-8 v0.7.6 |
| 714 | 2024-09-09T20:02:45.722Z | Downloaded funty v2.0.0 |
| 715 | 2024-09-09T20:02:45.722Z | Downloaded fallible-iterator v0.3.0 |
| 716 | 2024-09-09T20:02:45.722Z | Downloaded signal-hook v0.3.17 |
| 717 | 2024-09-09T20:02:45.722Z | Downloaded spin v0.9.8 |
| 718 | 2024-09-09T20:02:45.722Z | Downloaded erased-serde v0.3.31 |
| 719 | 2024-09-09T20:02:45.722Z | Downloaded socket2 v0.5.7 |
| 720 | 2024-09-09T20:02:45.722Z | Downloaded uuid v1.10.0 |
| 721 | 2024-09-09T20:02:45.722Z | Downloaded p256 v0.13.2 |
| 722 | 2024-09-09T20:02:45.722Z | Downloaded pkg-config v0.3.30 |
| 723 | 2024-09-09T20:02:45.722Z | Downloaded foreign-types-shared v0.3.1 |
| 724 | 2024-09-09T20:02:45.722Z | Downloaded poly1305 v0.8.0 |
| 725 | 2024-09-09T20:02:45.723Z | Downloaded foreign-types v0.5.0 |
| 726 | 2024-09-09T20:02:45.723Z | Downloaded tokio-tungstenite v0.23.1 |
| 727 | 2024-09-09T20:02:45.723Z | Downloaded tokio-tungstenite v0.21.0 |
| 728 | 2024-09-09T20:02:45.723Z | Downloaded rayon-core v1.12.1 |
| 729 | 2024-09-09T20:02:45.723Z | Downloaded flume v0.11.0 |
| 730 | 2024-09-09T20:02:45.723Z | Downloaded tungstenite v0.20.1 |
| 731 | 2024-09-09T20:02:45.723Z | Downloaded sqlformat v0.2.4 |
| 732 | 2024-09-09T20:02:45.723Z | Downloaded deranged v0.3.11 |
| 733 | 2024-09-09T20:02:45.723Z | Downloaded try-lock v0.2.5 |
| 734 | 2024-09-09T20:02:45.723Z | Downloaded serde-big-array v0.5.1 |
| 735 | 2024-09-09T20:02:45.723Z | Downloaded password-hash v0.4.2 |
| 736 | 2024-09-09T20:02:45.723Z | Downloaded fd-lock v4.0.2 |
| 737 | 2024-09-09T20:02:45.723Z | Downloaded ff v0.13.0 |
| 738 | 2024-09-09T20:02:45.723Z | Downloaded futures-channel v0.3.30 |
| 739 | 2024-09-09T20:02:45.723Z | Downloaded tap v1.0.1 |
| 740 | 2024-09-09T20:02:45.723Z | Downloaded pretty-hex v0.2.1 |
| 741 | 2024-09-09T20:02:45.723Z | Downloaded dyn-clone v1.0.17 |
| 742 | 2024-09-09T20:02:45.723Z | Downloaded crossterm v0.27.0 |
| 743 | 2024-09-09T20:02:45.723Z | Downloaded siphasher v0.3.11 |
| 744 | 2024-09-09T20:02:45.723Z | Downloaded endian-type v0.1.2 |
| 745 | 2024-09-09T20:02:45.723Z | Downloaded rustls-pemfile v1.0.4 |
| 746 | 2024-09-09T20:02:45.723Z | Downloaded structmeta-derive v0.3.0 |
| 747 | 2024-09-09T20:02:45.723Z | Downloaded ed25519-dalek v2.1.1 |
| 748 | 2024-09-09T20:02:45.723Z | Downloaded num-bigint v0.4.5 |
| 749 | 2024-09-09T20:02:45.723Z | Downloaded itertools v0.10.5 |
| 750 | 2024-09-09T20:02:45.724Z | Downloaded darling_macro v0.20.9 |
| 751 | 2024-09-09T20:02:45.724Z | Downloaded tls_codec v0.4.1 |
| 752 | 2024-09-09T20:02:45.724Z | Downloaded mio v1.0.2 |
| 753 | 2024-09-09T20:02:45.724Z | Downloaded libm v0.2.8 |
| 754 | 2024-09-09T20:02:45.724Z | Downloaded smf v0.2.3 |
| 755 | 2024-09-09T20:02:45.724Z | Downloaded sync_wrapper v0.1.2 |
| 756 | 2024-09-09T20:02:45.724Z | Downloaded xattr v1.3.1 |
| 757 | 2024-09-09T20:02:45.724Z | Downloaded serde-hex v0.1.0 |
| 758 | 2024-09-09T20:02:45.724Z | Downloaded rand_xorshift v0.3.0 |
| 759 | 2024-09-09T20:02:45.724Z | Downloaded der_derive v0.7.2 |
| 760 | 2024-09-09T20:02:45.724Z | Downloaded openssl-sys v0.9.103 |
| 761 | 2024-09-09T20:02:45.724Z | Downloaded tokio-stream v0.1.15 |
| 762 | 2024-09-09T20:02:45.724Z | Downloaded slog-async v2.8.0 |
| 763 | 2024-09-09T20:02:45.724Z | Downloaded peg-runtime v0.8.3 |
| 764 | 2024-09-09T20:02:45.724Z | Downloaded des v0.8.1 |
| 765 | 2024-09-09T20:02:45.724Z | Downloaded packed_struct v0.10.1 |
| 766 | 2024-09-09T20:02:45.724Z | Downloaded flagset v0.4.5 |
| 767 | 2024-09-09T20:02:45.724Z | Downloaded fixedbitset v0.4.2 |
| 768 | 2024-09-09T20:02:45.728Z | Downloaded form_urlencoded v1.2.1 |
| 769 | 2024-09-09T20:02:45.728Z | Downloaded strum_macros v0.26.4 |
| 770 | 2024-09-09T20:02:45.728Z | Downloaded peg v0.8.4 |
| 771 | 2024-09-09T20:02:45.728Z | Downloaded primeorder v0.13.6 |
| 772 | 2024-09-09T20:02:45.728Z | Downloaded tokio-postgres v0.7.11 |
| 773 | 2024-09-09T20:02:45.728Z | Downloaded pkcs1 v0.7.5 |
| 774 | 2024-09-09T20:02:45.728Z | Downloaded hickory-resolver v0.24.1 |
| 775 | 2024-09-09T20:02:45.728Z | Downloaded waitgroup v0.1.2 |
| 776 | 2024-09-09T20:02:45.728Z | Downloaded dsl_auto_type v0.1.2 |
| 777 | 2024-09-09T20:02:45.728Z | Downloaded slog-term v2.9.1 |
| 778 | 2024-09-09T20:02:45.728Z | Downloaded expectorate v1.1.0 |
| 779 | 2024-09-09T20:02:45.728Z | Downloaded zeroize_derive v1.4.2 |
| 780 | 2024-09-09T20:02:45.728Z | Downloaded subtle v2.5.0 |
| 781 | 2024-09-09T20:02:45.728Z | Downloaded tinyvec_macros v0.1.1 |
| 782 | 2024-09-09T20:02:45.728Z | Downloaded packed_struct_codegen v0.10.1 |
| 783 | 2024-09-09T20:02:45.728Z | Downloaded rand_core v0.6.4 |
| 784 | 2024-09-09T20:02:45.728Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2024-09-09T20:02:45.728Z | Downloaded nom v7.1.3 |
| 786 | 2024-09-09T20:02:45.728Z | Downloaded stable_deref_trait v1.2.0 |
| 787 | 2024-09-09T20:02:45.728Z | Downloaded defmt v0.3.8 |
| 788 | 2024-09-09T20:02:45.728Z | Downloaded tui-tree-widget v0.22.0 |
| 789 | 2024-09-09T20:02:45.728Z | Downloaded rand_seeder v0.3.0 |
| 790 | 2024-09-09T20:02:45.728Z | Downloaded olpc-cjson v0.1.3 |
| 791 | 2024-09-09T20:02:45.729Z | Downloaded hash32 v0.3.1 |
| 792 | 2024-09-09T20:02:45.729Z | Downloaded wait-timeout v0.2.0 |
| 793 | 2024-09-09T20:02:45.729Z | Downloaded defmt-macros v0.3.9 |
| 794 | 2024-09-09T20:02:45.729Z | Downloaded oso v0.27.3 |
| 795 | 2024-09-09T20:02:45.729Z | Downloaded schemars_derive v0.8.21 |
| 796 | 2024-09-09T20:02:45.729Z | Downloaded sha1 v0.10.6 |
| 797 | 2024-09-09T20:02:45.729Z | Downloaded paste v1.0.15 |
| 798 | 2024-09-09T20:02:45.729Z | Downloaded rand v0.8.5 |
| 799 | 2024-09-09T20:02:45.729Z | Downloaded predicates-tree v1.0.9 |
| 800 | 2024-09-09T20:02:45.729Z | Downloaded termcolor v1.4.1 |
| 801 | 2024-09-09T20:02:45.729Z | Downloaded peg-macros v0.8.4 |
| 802 | 2024-09-09T20:02:45.729Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 803 | 2024-09-09T20:02:45.729Z | Downloaded similar v2.6.0 |
| 804 | 2024-09-09T20:02:45.729Z | Downloaded steno v0.4.1 |
| 805 | 2024-09-09T20:02:45.729Z | Downloaded difflib v0.4.0 |
| 806 | 2024-09-09T20:02:45.729Z | Downloaded darling_core v0.20.9 |
| 807 | 2024-09-09T20:02:45.729Z | Downloaded itertools v0.12.1 |
| 808 | 2024-09-09T20:02:45.729Z | Downloaded quick-error v1.2.3 |
| 809 | 2024-09-09T20:02:45.729Z | Downloaded pem-rfc7468 v0.7.0 |
| 810 | 2024-09-09T20:02:45.729Z | Downloaded vergen v8.3.2 |
| 811 | 2024-09-09T20:02:45.729Z | Downloaded supports-color v3.0.0 |
| 812 | 2024-09-09T20:02:45.729Z | Downloaded vte_generate_state_changes v0.1.1 |
| 813 | 2024-09-09T20:02:45.729Z | Downloaded toml v0.7.8 |
| 814 | 2024-09-09T20:02:45.729Z | Downloaded schemars v0.8.21 |
| 815 | 2024-09-09T20:02:45.729Z | Downloaded ron v0.8.1 |
| 816 | 2024-09-09T20:02:45.729Z | Downloaded slog-dtrace v0.3.0 |
| 817 | 2024-09-09T20:02:45.729Z | Downloaded zeroize v1.7.0 |
| 818 | 2024-09-09T20:02:45.729Z | Downloaded tabwriter v1.4.0 |
| 819 | 2024-09-09T20:02:45.729Z | Downloaded publicsuffix v2.2.3 |
| 820 | 2024-09-09T20:02:45.729Z | Downloaded serde_urlencoded v0.7.1 |
| 821 | 2024-09-09T20:02:45.729Z | Downloaded env_logger v0.10.2 |
| 822 | 2024-09-09T20:02:45.729Z | Downloaded zip v0.6.6 |
| 823 | 2024-09-09T20:02:45.729Z | Downloaded radium v0.7.0 |
| 824 | 2024-09-09T20:02:45.729Z | Downloaded serde_arrays v0.1.0 |
| 825 | 2024-09-09T20:02:45.729Z | Downloaded owo-colors v4.0.0 |
| 826 | 2024-09-09T20:02:45.729Z | Downloaded semver v0.1.20 |
| 827 | 2024-09-09T20:02:45.730Z | Downloaded zerocopy v0.6.6 |
| 828 | 2024-09-09T20:02:45.730Z | Downloaded scopeguard v1.2.0 |
| 829 | 2024-09-09T20:02:45.730Z | Downloaded resolv-conf v0.7.0 |
| 830 | 2024-09-09T20:02:45.730Z | Downloaded aho-corasick v1.1.3 |
| 831 | 2024-09-09T20:02:45.730Z | Downloaded aes-gcm v0.10.3 |
| 832 | 2024-09-09T20:02:45.730Z | Downloaded signature v2.2.0 |
| 833 | 2024-09-09T20:02:45.730Z | Downloaded embedded-io v0.4.0 |
| 834 | 2024-09-09T20:02:45.730Z | Downloaded bindgen v0.69.4 |
| 835 | 2024-09-09T20:02:45.730Z | Downloaded pin-project-lite v0.2.14 |
| 836 | 2024-09-09T20:02:45.730Z | Downloaded serde_derive_internals v0.29.1 |
| 837 | 2024-09-09T20:02:45.730Z | Downloaded futures-task v0.3.30 |
| 838 | 2024-09-09T20:02:45.730Z | Downloaded fragile v2.0.0 |
| 839 | 2024-09-09T20:02:45.730Z | Downloaded unicode-normalization v0.1.23 |
| 840 | 2024-09-09T20:02:45.730Z | Downloaded chrono v0.4.38 |
| 841 | 2024-09-09T20:02:45.730Z | Downloaded env_logger v0.9.3 |
| 842 | 2024-09-09T20:02:45.730Z | Downloaded pin-project-internal v1.1.5 |
| 843 | 2024-09-09T20:02:45.730Z | Downloaded tinyvec v1.6.0 |
| 844 | 2024-09-09T20:02:45.730Z | Downloaded serde_yaml v0.9.34+deprecated |
| 845 | 2024-09-09T20:02:45.730Z | Downloaded toml_edit v0.19.15 |
| 846 | 2024-09-09T20:02:45.730Z | Downloaded tiny-keccak v2.0.2 |
| 847 | 2024-09-09T20:02:45.730Z | Downloaded vsss-rs v3.3.4 |
| 848 | 2024-09-09T20:02:45.730Z | Downloaded time-macros v0.2.18 |
| 849 | 2024-09-09T20:02:45.730Z | Downloaded derive_more v0.99.18 |
| 850 | 2024-09-09T20:02:45.730Z | Downloaded x509-cert v0.2.5 |
| 851 | 2024-09-09T20:02:45.730Z | Downloaded diff v0.1.13 |
| 852 | 2024-09-09T20:02:45.730Z | Downloaded rusqlite v0.31.0 |
| 853 | 2024-09-09T20:02:45.730Z | Downloaded hyper v0.14.30 |
| 854 | 2024-09-09T20:02:45.730Z | Downloaded tracing-core v0.1.32 |
| 855 | 2024-09-09T20:02:45.730Z | Downloaded test-strategy v0.3.1 |
| 856 | 2024-09-09T20:02:45.730Z | Downloaded half v2.4.1 |
| 857 | 2024-09-09T20:02:45.730Z | Downloaded time v0.3.36 |
| 858 | 2024-09-09T20:02:45.730Z | Downloaded rustyline v14.0.0 |
| 859 | 2024-09-09T20:02:45.730Z | Downloaded russh v0.45.0 |
| 860 | 2024-09-09T20:02:45.730Z | Downloaded hashbrown v0.13.2 |
| 861 | 2024-09-09T20:02:45.730Z | Downloaded hashbrown v0.12.3 |
| 862 | 2024-09-09T20:02:45.730Z | Downloaded p521 v0.13.3 |
| 863 | 2024-09-09T20:02:45.730Z | Downloaded bitvec v1.0.1 |
| 864 | 2024-09-09T20:02:45.730Z | Downloaded lalrpop v0.19.12 |
| 865 | 2024-09-09T20:02:45.730Z | Downloaded ssh-key v0.6.6 |
| 866 | 2024-09-09T20:02:45.730Z | Downloaded rayon v1.10.0 |
| 867 | 2024-09-09T20:02:45.730Z | Downloaded unicode-segmentation v1.11.0 |
| 868 | 2024-09-09T20:02:45.734Z | Downloaded rustls-webpki v0.101.7 |
| 869 | 2024-09-09T20:02:45.734Z | Downloaded curve25519-dalek v4.1.3 |
| 870 | 2024-09-09T20:02:45.734Z | Downloaded sqlparser v0.45.0 |
| 871 | 2024-09-09T20:02:45.734Z | Downloaded tracing v0.1.40 |
| 872 | 2024-09-09T20:02:45.734Z | Downloaded hkdf v0.12.4 |
| 873 | 2024-09-09T20:02:45.734Z | Downloaded rustls-webpki v0.102.4 |
| 874 | 2024-09-09T20:02:45.734Z | Downloaded tokio-util v0.7.11 |
| 875 | 2024-09-09T20:02:45.734Z | Downloaded winnow v0.5.40 |
| 876 | 2024-09-09T20:02:45.734Z | Downloaded futures-util v0.3.30 |
| 877 | 2024-09-09T20:02:45.734Z | Downloaded proptest v1.5.0 |
| 878 | 2024-09-09T20:02:45.734Z | Downloaded git2 v0.19.0 |
| 879 | 2024-09-09T20:02:45.734Z | Downloaded reqwest v0.11.27 |
| 880 | 2024-09-09T20:02:45.734Z | Downloaded idna v0.4.0 |
| 881 | 2024-09-09T20:02:45.734Z | Downloaded dropshot v0.10.1 |
| 882 | 2024-09-09T20:02:45.734Z | Downloaded regex v1.10.6 |
| 883 | 2024-09-09T20:02:45.734Z | Downloaded h2 v0.3.26 |
| 884 | 2024-09-09T20:02:45.734Z | Downloaded openssl v0.10.66 |
| 885 | 2024-09-09T20:02:45.734Z | Downloaded gimli v0.28.1 |
| 886 | 2024-09-09T20:02:45.734Z | Downloaded polar-core v0.27.3 |
| 887 | 2024-09-09T20:02:45.734Z | Downloaded vcpkg v0.2.15 |
| 888 | 2024-09-09T20:02:45.734Z | Downloaded smoltcp v0.9.1 |
| 889 | 2024-09-09T20:02:45.734Z | Downloaded nix v0.29.0 |
| 890 | 2024-09-09T20:02:45.734Z | Downloaded object v0.30.4 |
| 891 | 2024-09-09T20:02:45.734Z | Downloaded radix_trie v0.2.1 |
| 892 | 2024-09-09T20:02:45.734Z | Downloaded trust-dns-proto v0.22.0 |
| 893 | 2024-09-09T20:02:45.734Z | Downloaded regress v0.9.1 |
| 894 | 2024-09-09T20:02:45.734Z | Downloaded openapiv3 v2.0.0 |
| 895 | 2024-09-09T20:02:45.735Z | Downloaded regex-syntax v0.8.4 |
| 896 | 2024-09-09T20:02:45.735Z | Downloaded diesel v2.2.3 |
| 897 | 2024-09-09T20:02:45.735Z | Downloaded smoltcp v0.11.0 |
| 898 | 2024-09-09T20:02:45.735Z | Downloaded object v0.32.2 |
| 899 | 2024-09-09T20:02:45.735Z | Downloaded ratatui v0.28.0 |
| 900 | 2024-09-09T20:02:45.735Z | Downloaded sled v0.34.7 |
| 901 | 2024-09-09T20:02:45.735Z | Downloaded rustls v0.22.4 |
| 902 | 2024-09-09T20:02:45.735Z | Downloaded nix v0.28.0 |
| 903 | 2024-09-09T20:02:45.735Z | Downloaded zerocopy-derive v0.6.6 |
| 904 | 2024-09-09T20:02:45.735Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 905 | 2024-09-09T20:02:45.735Z | Downloaded regex-syntax v0.6.29 |
| 906 | 2024-09-09T20:02:45.735Z | Downloaded regex-automata v0.4.6 |
| 907 | 2024-09-09T20:02:45.746Z | Downloaded webpki-roots v0.25.4 |
| 908 | 2024-09-09T20:02:45.750Z | Downloaded bstr v1.9.1 |
| 909 | 2024-09-09T20:02:45.760Z | Downloaded rustls v0.21.12 |
| 910 | 2024-09-09T20:02:45.772Z | Downloaded finl_unicode v1.2.0 |
| 911 | 2024-09-09T20:02:45.785Z | Downloaded csv v1.3.0 |
| 912 | 2024-09-09T20:02:45.805Z | Downloaded petgraph v0.6.5 |
| 913 | 2024-09-09T20:02:45.822Z | Downloaded sha3 v0.10.8 |
| 914 | 2024-09-09T20:02:45.827Z | Downloaded tokio v1.39.3 |
| 915 | 2024-09-09T20:02:45.864Z | Downloaded p384 v0.13.0 |
| 916 | 2024-09-09T20:02:45.870Z | Downloaded nix v0.27.1 |
| 917 | 2024-09-09T20:02:45.881Z | Downloaded hickory-proto v0.24.1 |
| 918 | 2024-09-09T20:02:45.898Z | Downloaded quick-xml v0.31.0 |
| 919 | 2024-09-09T20:02:45.902Z | Downloaded idna v0.5.0 |
| 920 | 2024-09-09T20:02:45.909Z | Downloaded idna v0.3.0 |
| 921 | 2024-09-09T20:02:45.916Z | Downloaded idna v0.2.3 |
| 922 | 2024-09-09T20:02:45.922Z | Downloaded tar v0.4.41 |
| 923 | 2024-09-09T20:02:45.925Z | Downloaded subprocess v0.2.9 |
| 924 | 2024-09-09T20:02:45.927Z | Downloaded hickory-server v0.24.1 |
| 925 | 2024-09-09T20:02:45.932Z | Downloaded heapless v0.8.0 |
| 926 | 2024-09-09T20:02:45.936Z | Downloaded heapless v0.7.17 |
| 927 | 2024-09-09T20:02:45.940Z | Downloaded portable-atomic v1.6.0 |
| 928 | 2024-09-09T20:02:45.946Z | Downloaded dropshot_endpoint v0.10.1 |
| 929 | 2024-09-09T20:02:45.949Z | Downloaded omicron-zone-package v0.11.0 |
| 930 | 2024-09-09T20:02:45.951Z | Downloaded prettyplease v0.2.20 |
| 931 | 2024-09-09T20:02:45.956Z | Downloaded elliptic-curve v0.13.8 |
| 932 | 2024-09-09T20:02:45.959Z | Downloaded der v0.7.9 |
| 933 | 2024-09-09T20:02:45.963Z | Downloaded r2d2 v0.8.10 |
| 934 | 2024-09-09T20:02:45.966Z | Downloaded itertools v0.13.0 |
| 935 | 2024-09-09T20:02:45.972Z | Downloaded headers v0.3.9 |
| 936 | 2024-09-09T20:02:45.977Z | Downloaded whoami v1.5.1 |
| 937 | 2024-09-09T20:02:45.979Z | Downloaded postgres-protocol v0.6.7 |
| 938 | 2024-09-09T20:02:45.982Z | Downloaded slog-bunyan v2.5.0 |
| 939 | 2024-09-09T20:02:45.982Z | Downloaded scrypt v0.11.0 |
| 940 | 2024-09-09T20:02:45.984Z | Downloaded pem v3.0.4 |
| 941 | 2024-09-09T20:02:45.987Z | Downloaded ena v0.14.3 |
| 942 | 2024-09-09T20:02:45.987Z | Downloaded vte v0.11.1 |
| 943 | 2024-09-09T20:02:45.990Z | Downloaded reedline v0.33.0 |
| 944 | 2024-09-09T20:02:45.995Z | Downloaded phf_shared v0.11.2 |
| 945 | 2024-09-09T20:02:45.998Z | Downloaded percent-encoding v2.3.1 |
| 946 | 2024-09-09T20:02:45.998Z | Downloaded password-hash v0.5.0 |
| 947 | 2024-09-09T20:02:46.001Z | Downloaded url v2.5.2 |
| 948 | 2024-09-09T20:02:46.003Z | Downloaded serde_repr v0.1.19 |
| 949 | 2024-09-09T20:02:46.006Z | Downloaded typed-path v0.7.1 |
| 950 | 2024-09-09T20:02:46.009Z | Downloaded flate2 v1.0.33 |
| 951 | 2024-09-09T20:02:46.014Z | Downloaded serde_with v3.9.0 |
| 952 | 2024-09-09T20:02:46.022Z | Downloaded predicates-core v1.0.6 |
| 953 | 2024-09-09T20:02:46.025Z | Downloaded pin-utils v0.1.0 |
| 954 | 2024-09-09T20:02:46.025Z | Downloaded enum-as-inner v0.6.0 |
| 955 | 2024-09-09T20:02:46.027Z | Downloaded hashlink v0.9.1 |
| 956 | 2024-09-09T20:02:46.030Z | Downloaded tracing-attributes v0.1.27 |
| 957 | 2024-09-09T20:02:46.030Z | Downloaded postcard v1.0.8 |
| 958 | 2024-09-09T20:02:46.033Z | Downloaded tough v0.17.1 |
| 959 | 2024-09-09T20:02:46.040Z | Downloaded libxml v0.3.3 |
| 960 | 2024-09-09T20:02:46.048Z | Downloaded hash32 v0.2.1 |
| 961 | 2024-09-09T20:02:46.051Z | Downloaded ssh-encoding v0.2.0 |
| 962 | 2024-09-09T20:02:46.051Z | Downloaded ron v0.7.1 |
| 963 | 2024-09-09T20:02:46.055Z | Downloaded highway v1.2.0 |
| 964 | 2024-09-09T20:02:46.058Z | Downloaded rand_chacha v0.3.1 |
| 965 | 2024-09-09T20:02:46.058Z | Downloaded encoding_rs v0.8.34 |
| 966 | 2024-09-09T20:02:46.078Z | Downloaded ring v0.16.20 |
| 967 | 2024-09-09T20:02:46.159Z | Downloaded filetime v0.2.25 |
| 968 | 2024-09-09T20:02:46.161Z | Downloaded slog-json v2.6.1 |
| 969 | 2024-09-09T20:02:46.164Z | Downloaded slog-envlogger v2.2.0 |
| 970 | 2024-09-09T20:02:46.164Z | Downloaded hostname v0.4.0 |
| 971 | 2024-09-09T20:02:46.166Z | Downloaded unicode-bidi v0.3.15 |
| 972 | 2024-09-09T20:02:46.169Z | Downloaded blake3 v1.5.1 |
| 973 | 2024-09-09T20:02:46.174Z | Downloaded ecdsa v0.16.9 |
| 974 | 2024-09-09T20:02:46.176Z | Downloaded futures v0.3.30 |
| 975 | 2024-09-09T20:02:46.180Z | Downloaded num-bigint-dig v0.8.4 |
| 976 | 2024-09-09T20:02:46.185Z | Downloaded socket2 v0.4.10 |
| 977 | 2024-09-09T20:02:46.189Z | Downloaded wyz v0.5.1 |
| 978 | 2024-09-09T20:02:46.192Z | Downloaded num_enum v0.5.11 |
| 979 | 2024-09-09T20:02:46.194Z | Downloaded smallvec v0.6.14 |
| 980 | 2024-09-09T20:02:46.194Z | Downloaded crossterm v0.28.1 |
| 981 | 2024-09-09T20:02:46.199Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 982 | 2024-09-09T20:02:46.257Z | Downloaded fxhash v0.2.1 |
| 983 | 2024-09-09T20:02:46.260Z | Downloaded unicode_categories v0.1.1 |
| 984 | 2024-09-09T20:02:46.262Z | Downloaded http v1.1.0 |
| 985 | 2024-09-09T20:02:46.265Z | Downloaded rustc_version v0.4.0 |
| 986 | 2024-09-09T20:02:46.265Z | Downloaded psl-types v2.0.11 |
| 987 | 2024-09-09T20:02:46.267Z | Downloaded parking_lot_core v0.9.10 |
| 988 | 2024-09-09T20:02:46.270Z | Downloaded getrandom v0.2.14 |
| 989 | 2024-09-09T20:02:46.272Z | Downloaded samael v0.0.15 |
| 990 | 2024-09-09T20:02:46.276Z | Downloaded rsa v0.9.6 |
| 991 | 2024-09-09T20:02:46.281Z | Downloaded unicase v2.7.0 |
| 992 | 2024-09-09T20:02:46.283Z | Downloaded rcgen v0.12.1 |
| 993 | 2024-09-09T20:02:46.285Z | Downloaded hostname v0.3.1 |
| 994 | 2024-09-09T20:02:46.288Z | Downloaded home v0.5.9 |
| 995 | 2024-09-09T20:02:46.288Z | Downloaded mio v0.8.11 |
| 996 | 2024-09-09T20:02:46.292Z | Downloaded const_format v0.2.32 |
| 997 | 2024-09-09T20:02:46.297Z | Downloaded dirs-next v2.0.0 |
| 998 | 2024-09-09T20:02:46.299Z | Downloaded zone v0.1.8 |
| 999 | 2024-09-09T20:02:46.299Z | Downloaded smallvec v1.13.2 |
| 1000 | 2024-09-09T20:02:46.302Z | Downloaded rustversion v1.0.17 |
| 1001 | 2024-09-09T20:02:46.304Z | Downloaded phf_shared v0.10.0 |
| 1002 | 2024-09-09T20:02:46.305Z | Downloaded twox-hash v1.6.3 |
| 1003 | 2024-09-09T20:02:46.307Z | Downloaded string_cache v0.8.7 |
| 1004 | 2024-09-09T20:02:46.307Z | Downloaded static_assertions v1.1.0 |
| 1005 | 2024-09-09T20:02:46.310Z | Downloaded rfc6979 v0.4.0 |
| 1006 | 2024-09-09T20:02:46.310Z | Downloaded russh-keys v0.45.0 |
| 1007 | 2024-09-09T20:02:46.312Z | Downloaded hickory-client v0.24.1 |
| 1008 | 2024-09-09T20:02:46.314Z | Downloaded fatfs v0.3.6 |
| 1009 | 2024-09-09T20:02:46.317Z | Downloaded diesel_derives v2.2.2 |
| 1010 | 2024-09-09T20:02:46.322Z | Downloaded derive-where v1.2.7 |
| 1011 | 2024-09-09T20:02:46.325Z | Downloaded serde_path_to_error v0.1.16 |
| 1012 | 2024-09-09T20:02:46.327Z | Downloaded rtoolbox v0.0.2 |
| 1013 | 2024-09-09T20:02:46.330Z | Downloaded http v0.2.12 |
| 1014 | 2024-09-09T20:02:46.332Z | Downloaded aes v0.8.4 |
| 1015 | 2024-09-09T20:02:46.335Z | Downloaded proc-macro-crate v1.3.1 |
| 1016 | 2024-09-09T20:02:46.337Z | Downloaded polyval v0.6.2 |
| 1017 | 2024-09-09T20:02:46.340Z | Downloaded getopts v0.2.21 |
| 1018 | 2024-09-09T20:02:46.340Z | Downloaded gethostname v0.5.0 |
| 1019 | 2024-09-09T20:02:46.340Z | Downloaded termios v0.3.3 |
| 1020 | 2024-09-09T20:02:46.344Z | Downloaded crc-any v2.5.0 |
| 1021 | 2024-09-09T20:02:46.347Z | Downloaded backtrace v0.3.71 |
| 1022 | 2024-09-09T20:02:46.349Z | Downloaded tokio-macros v2.4.0 |
| 1023 | 2024-09-09T20:02:46.349Z | Downloaded strum_macros v0.24.3 |
| 1024 | 2024-09-09T20:02:46.352Z | Downloaded spin v0.5.2 |
| 1025 | 2024-09-09T20:02:46.355Z | Downloaded derive_builder v0.20.0 |
| 1026 | 2024-09-09T20:02:46.357Z | Downloaded num-rational v0.4.2 |
| 1027 | 2024-09-09T20:02:46.360Z | Downloaded rustc-hash v1.1.0 |
| 1028 | 2024-09-09T20:02:46.360Z | Downloaded ref-cast v1.0.23 |
| 1029 | 2024-09-09T20:02:46.364Z | Downloaded pbkdf2 v0.12.2 |
| 1030 | 2024-09-09T20:02:46.367Z | Downloaded glob v0.3.1 |
| 1031 | 2024-09-09T20:02:46.367Z | Downloaded bytes v1.7.1 |
| 1032 | 2024-09-09T20:02:46.369Z | Downloaded blake2 v0.10.6 |
| 1033 | 2024-09-09T20:02:46.375Z | Downloaded arc-swap v1.7.1 |
| 1034 | 2024-09-09T20:02:46.377Z | Downloaded num_threads v0.1.7 |
| 1035 | 2024-09-09T20:02:46.377Z | Downloaded foreign-types v0.3.2 |
| 1036 | 2024-09-09T20:02:46.377Z | Downloaded mockall_derive v0.13.0 |
| 1037 | 2024-09-09T20:02:46.380Z | Downloaded term v0.7.0 |
| 1038 | 2024-09-09T20:02:46.383Z | Downloaded snafu-derive v0.8.2 |
| 1039 | 2024-09-09T20:02:46.383Z | Downloaded hex-literal v0.4.1 |
| 1040 | 2024-09-09T20:02:46.393Z | Downloaded hex v0.4.3 |
| 1041 | 2024-09-09T20:02:46.393Z | Downloaded group v0.13.0 |
| 1042 | 2024-09-09T20:02:46.399Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1043 | 2024-09-09T20:02:46.399Z | Downloaded num-complex v0.4.6 |
| 1044 | 2024-09-09T20:02:46.399Z | Downloaded num-traits v0.2.19 |
| 1045 | 2024-09-09T20:02:46.399Z | Downloaded lock_api v0.4.12 |
| 1046 | 2024-09-09T20:02:46.399Z | Downloaded mockall v0.13.0 |
| 1047 | 2024-09-09T20:02:46.399Z | Downloaded miniz_oxide v0.7.2 |
| 1048 | 2024-09-09T20:02:46.399Z | Downloaded native-tls v0.2.11 |
| 1049 | 2024-09-09T20:02:46.400Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1050 | 2024-09-09T20:02:46.403Z | Downloaded ssh-cipher v0.2.0 |
| 1051 | 2024-09-09T20:02:46.403Z | Downloaded cookie_store v0.20.0 |
| 1052 | 2024-09-09T20:02:46.403Z | Downloaded console v0.15.8 |
| 1053 | 2024-09-09T20:02:46.406Z | Downloaded thiserror-no-std v2.0.2 |
| 1054 | 2024-09-09T20:02:46.410Z | Downloaded num-iter v0.1.45 |
| 1055 | 2024-09-09T20:02:46.412Z | Downloaded lru-cache v0.1.2 |
| 1056 | 2024-09-09T20:02:46.412Z | Downloaded libloading v0.8.3 |
| 1057 | 2024-09-09T20:02:46.415Z | Downloaded ipnetwork v0.20.0 |
| 1058 | 2024-09-09T20:02:46.415Z | Downloaded lazy_static v1.5.0 |
| 1059 | 2024-09-09T20:02:46.418Z | Downloaded cassowary v0.3.0 |
| 1060 | 2024-09-09T20:02:46.420Z | Downloaded display-error-chain v0.2.1 |
| 1061 | 2024-09-09T20:02:46.420Z | Downloaded normalize-line-endings v0.3.0 |
| 1062 | 2024-09-09T20:02:46.420Z | Downloaded jobserver v0.1.32 |
| 1063 | 2024-09-09T20:02:46.424Z | Downloaded backoff v0.4.0 |
| 1064 | 2024-09-09T20:02:46.424Z | Downloaded async-bb8-diesel v0.2.1 |
| 1065 | 2024-09-09T20:02:46.427Z | Downloaded structmeta-derive v0.2.0 |
| 1066 | 2024-09-09T20:02:46.427Z | Downloaded structmeta v0.2.0 |
| 1067 | 2024-09-09T20:02:46.430Z | Downloaded array-init v0.0.4 |
| 1068 | 2024-09-09T20:02:46.430Z | Downloaded arrayvec v0.7.4 |
| 1069 | 2024-09-09T20:02:46.432Z | Downloaded md-5 v0.10.6 |
| 1070 | 2024-09-09T20:02:46.433Z | Downloaded compact_str v0.8.0 |
| 1071 | 2024-09-09T20:02:46.440Z | Downloaded libefi-sys v0.1.0 |
| 1072 | 2024-09-09T20:02:46.440Z | Downloaded nu-ansi-term v0.50.0 |
| 1073 | 2024-09-09T20:02:46.440Z | Downloaded mime_guess v2.0.4 |
| 1074 | 2024-09-09T20:02:46.440Z | Downloaded lazycell v1.3.0 |
| 1075 | 2024-09-09T20:02:46.443Z | Downloaded iana-time-zone v0.1.60 |
| 1076 | 2024-09-09T20:02:46.443Z | Downloaded lalrpop-util v0.19.12 |
| 1077 | 2024-09-09T20:02:46.447Z | Downloaded indent_write v2.2.0 |
| 1078 | 2024-09-09T20:02:46.447Z | Downloaded internet-checksum v0.2.1 |
| 1079 | 2024-09-09T20:02:46.448Z | Downloaded httparse v1.8.0 |
| 1080 | 2024-09-09T20:02:46.450Z | Downloaded ciborium-ll v0.2.2 |
| 1081 | 2024-09-09T20:02:46.450Z | Downloaded cbc v0.1.2 |
| 1082 | 2024-09-09T20:02:46.451Z | Downloaded num-integer v0.1.46 |
| 1083 | 2024-09-09T20:02:46.453Z | Downloaded bitfield v0.14.0 |
| 1084 | 2024-09-09T20:02:46.453Z | Downloaded bit-set v0.5.3 |
| 1085 | 2024-09-09T20:02:46.456Z | Downloaded bb8 v0.8.5 |
| 1086 | 2024-09-09T20:02:46.456Z | Downloaded adler v1.0.2 |
| 1087 | 2024-09-09T20:02:46.456Z | Downloaded newtype-uuid v1.1.0 |
| 1088 | 2024-09-09T20:02:46.459Z | Downloaded nanorand v0.7.0 |
| 1089 | 2024-09-09T20:02:46.462Z | Downloaded managed v0.8.0 |
| 1090 | 2024-09-09T20:02:46.462Z | Downloaded ahash v0.8.11 |
| 1091 | 2024-09-09T20:02:46.465Z | Downloaded arrayref v0.3.7 |
| 1092 | 2024-09-09T20:02:46.465Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1093 | 2024-09-09T20:02:46.465Z | Downloaded bitfield-struct v0.6.1 |
| 1094 | 2024-09-09T20:02:46.471Z | Downloaded base16ct v0.2.0 |
| 1095 | 2024-09-09T20:02:46.471Z | Downloaded darling v0.20.9 |
| 1096 | 2024-09-09T20:02:46.475Z | Downloaded async-recursion v1.1.1 |
| 1097 | 2024-09-09T20:02:46.478Z | Downloaded atomic-waker v1.1.2 |
| 1098 | 2024-09-09T20:02:46.689Z | Downloaded libz-sys v1.1.16 |
| 1099 | 2024-09-09T20:02:46.794Z | Downloaded ring v0.17.8 |
| 1100 | 2024-09-09T20:02:46.900Z | Downloaded libsqlite3-sys v0.28.0 |
| 1101 | 2024-09-09T20:02:47.059Z | Compiling serde v1.0.208 |
| 1102 | 2024-09-09T20:02:47.062Z | Compiling typenum v1.17.0 |
| 1103 | 2024-09-09T20:02:47.062Z | Compiling lock_api v0.4.12 |
| 1104 | 2024-09-09T20:02:47.062Z | Compiling generic-array v0.14.7 |
| 1105 | 2024-09-09T20:02:47.062Z | Compiling scopeguard v1.2.0 |
| 1106 | 2024-09-09T20:02:47.062Z | Compiling log v0.4.21 |
| 1107 | 2024-09-09T20:02:47.222Z | Compiling syn v2.0.74 |
| 1108 | 2024-09-09T20:02:47.224Z | Compiling getrandom v0.2.14 |
| 1109 | 2024-09-09T20:02:47.463Z | Compiling jobserver v0.1.32 |
| 1110 | 2024-09-09T20:02:47.661Z | Compiling rand_core v0.6.4 |
| 1111 | 2024-09-09T20:02:47.745Z | Compiling subtle v2.5.0 |
| 1112 | 2024-09-09T20:02:47.898Z | Compiling cc v1.0.97 |
| 1113 | 2024-09-09T20:02:47.915Z | Compiling const-oid v0.9.6 |
| 1114 | 2024-09-09T20:02:48.082Z | Compiling pin-project-lite v0.2.14 |
| 1115 | 2024-09-09T20:02:48.190Z | Compiling smallvec v1.13.2 |
| 1116 | 2024-09-09T20:02:48.205Z | Compiling parking_lot_core v0.9.10 |
| 1117 | 2024-09-09T20:02:48.248Z | Compiling signal-hook-registry v1.4.2 |
| 1118 | 2024-09-09T20:02:48.402Z | Compiling spin v0.9.8 |
| 1119 | 2024-09-09T20:02:48.628Z | Compiling mio v1.0.2 |
| 1120 | 2024-09-09T20:02:48.837Z | Compiling ahash v0.8.11 |
| 1121 | 2024-09-09T20:02:49.121Z | Compiling parking_lot v0.12.2 |
| 1122 | 2024-09-09T20:02:49.194Z | Compiling tinyvec_macros v0.1.1 |
| 1123 | 2024-09-09T20:02:49.289Z | Compiling tinyvec v1.6.0 |
| 1124 | 2024-09-09T20:02:49.484Z | Compiling socket2 v0.5.7 |
| 1125 | 2024-09-09T20:02:49.922Z | Compiling futures-core v0.3.30 |
| 1126 | 2024-09-09T20:02:49.960Z | Compiling futures-sink v0.3.30 |
| 1127 | 2024-09-09T20:02:50.095Z | Compiling cpufeatures v0.2.12 |
| 1128 | 2024-09-09T20:02:50.162Z | Compiling serde_json v1.0.125 |
| 1129 | 2024-09-09T20:02:50.178Z | Compiling libm v0.2.8 |
| 1130 | 2024-09-09T20:02:50.195Z | Compiling slab v0.4.9 |
| 1131 | 2024-09-09T20:02:50.198Z | Compiling num-traits v0.2.19 |
| 1132 | 2024-09-09T20:02:50.483Z | Compiling unicode-bidi v0.3.15 |
| 1133 | 2024-09-09T20:02:50.501Z | Compiling allocator-api2 v0.2.18 |
| 1134 | 2024-09-09T20:02:50.761Z | Compiling unicode-normalization v0.1.23 |
| 1135 | 2024-09-09T20:02:50.778Z | Compiling futures-channel v0.3.30 |
| 1136 | 2024-09-09T20:02:50.922Z | Compiling pin-utils v0.1.0 |
| 1137 | 2024-09-09T20:02:51.016Z | Compiling pkg-config v0.3.30 |
| 1138 | 2024-09-09T20:02:51.191Z | Compiling futures-io v0.3.30 |
| 1139 | 2024-09-09T20:02:51.265Z | Compiling vcpkg v0.2.15 |
| 1140 | 2024-09-09T20:02:51.497Z | Compiling futures-task v0.3.30 |
| 1141 | 2024-09-09T20:02:51.841Z | Compiling base64ct v1.6.0 |
| 1142 | 2024-09-09T20:02:51.858Z | Compiling flagset v0.4.5 |
| 1143 | 2024-09-09T20:02:51.957Z | Compiling ppv-lite86 v0.2.17 |
| 1144 | 2024-09-09T20:02:52.051Z | Compiling percent-encoding v2.3.1 |
| 1145 | 2024-09-09T20:02:52.089Z | Compiling ring v0.17.8 |
| 1146 | 2024-09-09T20:02:52.420Z | Compiling pem-rfc7468 v0.7.0 |
| 1147 | 2024-09-09T20:02:52.441Z | Compiling tracing-core v0.1.32 |
| 1148 | 2024-09-09T20:02:52.533Z | Compiling rustix v0.38.34 |
| 1149 | 2024-09-09T20:02:52.777Z | Compiling rand_chacha v0.3.1 |
| 1150 | 2024-09-09T20:02:53.157Z | Compiling untrusted v0.9.0 |
| 1151 | 2024-09-09T20:02:53.315Z | Compiling rand v0.8.5 |
| 1152 | 2024-09-09T20:02:53.428Z | Compiling num-conv v0.1.0 |
| 1153 | 2024-09-09T20:02:53.446Z | Compiling openssl-sys v0.9.103 |
| 1154 | 2024-09-09T20:02:53.687Z | Compiling time-core v0.1.2 |
| 1155 | 2024-09-09T20:02:53.759Z | Compiling rustversion v1.0.17 |
| 1156 | 2024-09-09T20:02:53.761Z | Compiling foreign-types-shared v0.1.1 |
| 1157 | 2024-09-09T20:02:53.848Z | Compiling openssl v0.10.66 |
| 1158 | 2024-09-09T20:02:53.878Z | Compiling powerfmt v0.2.0 |
| 1159 | 2024-09-09T20:02:54.213Z | Compiling httparse v1.8.0 |
| 1160 | 2024-09-09T20:02:54.229Z | Compiling deranged v0.3.11 |
| 1161 | 2024-09-09T20:02:54.510Z | Compiling foreign-types v0.3.2 |
| 1162 | 2024-09-09T20:02:54.585Z | Compiling time-macros v0.2.18 |
| 1163 | 2024-09-09T20:02:54.641Z | Compiling form_urlencoded v1.2.1 |
| 1164 | 2024-09-09T20:02:54.879Z | Compiling aho-corasick v1.1.3 |
| 1165 | 2024-09-09T20:02:54.898Z | Compiling num_threads v0.1.7 |
| 1166 | 2024-09-09T20:02:55.020Z | Compiling native-tls v0.2.11 |
| 1167 | 2024-09-09T20:02:55.056Z | Compiling crossbeam-utils v0.8.19 |
| 1168 | 2024-09-09T20:02:55.282Z | Compiling regex-syntax v0.8.4 |
| 1169 | 2024-09-09T20:02:55.585Z | Compiling rustls v0.21.12 |
| 1170 | 2024-09-09T20:02:55.811Z | Compiling siphasher v0.3.11 |
| 1171 | 2024-09-09T20:02:55.875Z | Compiling try-lock v0.2.5 |
| 1172 | 2024-09-09T20:02:56.017Z | Compiling syn v1.0.109 |
| 1173 | 2024-09-09T20:02:56.151Z | Compiling want v0.3.1 |
| 1174 | 2024-09-09T20:02:57.115Z | Compiling idna v0.5.0 |
| 1175 | 2024-09-09T20:02:57.618Z | Compiling cookie v0.17.0 |
| 1176 | 2024-09-09T20:02:57.640Z | Compiling time v0.3.36 |
| 1177 | 2024-09-09T20:02:57.908Z | Compiling slog v2.7.0 |
| 1178 | 2024-09-09T20:02:58.019Z | Compiling httpdate v1.0.3 |
| 1179 | 2024-09-09T20:02:58.410Z | Compiling regex-automata v0.4.6 |
| 1180 | 2024-09-09T20:02:58.465Z | Compiling finl_unicode v1.2.0 |
| 1181 | 2024-09-09T20:02:58.573Z | Compiling tower-service v0.3.2 |
| 1182 | 2024-09-09T20:02:58.696Z | Compiling iana-time-zone v0.1.60 |
| 1183 | 2024-09-09T20:02:59.049Z | Compiling openssl-probe v0.1.5 |
| 1184 | 2024-09-09T20:02:59.087Z | Compiling stringprep v0.1.4 |
| 1185 | 2024-09-09T20:02:59.477Z | Compiling url v2.5.2 |
| 1186 | 2024-09-09T20:03:01.024Z | Compiling serde_derive v1.0.208 |
| 1187 | 2024-09-09T20:03:01.246Z | Compiling zeroize_derive v1.4.2 |
| 1188 | 2024-09-09T20:03:01.290Z | Compiling zerocopy-derive v0.7.34 |
| 1189 | 2024-09-09T20:03:01.453Z | Compiling tokio-macros v2.4.0 |
| 1190 | 2024-09-09T20:03:02.666Z | Compiling thiserror-impl v1.0.63 |
| 1191 | 2024-09-09T20:03:02.853Z | Compiling zeroize v1.7.0 |
| 1192 | 2024-09-09T20:03:03.017Z | Compiling futures-macro v0.3.30 |
| 1193 | 2024-09-09T20:03:03.411Z | Compiling zerocopy v0.7.34 |
| 1194 | 2024-09-09T20:03:03.867Z | Compiling der_derive v0.7.2 |
| 1195 | 2024-09-09T20:03:04.618Z | Compiling crypto-common v0.1.6 |
| 1196 | 2024-09-09T20:03:04.849Z | Compiling block-buffer v0.10.4 |
| 1197 | 2024-09-09T20:03:05.006Z | Compiling block-padding v0.3.3 |
| 1198 | 2024-09-09T20:03:05.109Z | Compiling digest v0.10.7 |
| 1199 | 2024-09-09T20:03:05.250Z | Compiling inout v0.1.3 |
| 1200 | 2024-09-09T20:03:05.516Z | Compiling hashbrown v0.14.5 |
| 1201 | 2024-09-09T20:03:05.534Z | Compiling hmac v0.12.1 |
| 1202 | 2024-09-09T20:03:05.598Z | Compiling sha2 v0.10.8 |
| 1203 | 2024-09-09T20:03:05.768Z | Compiling cipher v0.4.4 |
| 1204 | 2024-09-09T20:03:05.870Z | Compiling thiserror v1.0.63 |
| 1205 | 2024-09-09T20:03:06.005Z | Compiling futures-util v0.3.30 |
| 1206 | 2024-09-09T20:03:06.269Z | Compiling pest v2.7.10 |
| 1207 | 2024-09-09T20:03:06.306Z | Compiling der v0.7.9 |
| 1208 | 2024-09-09T20:03:06.871Z | Compiling salsa20 v0.10.2 |
| 1209 | 2024-09-09T20:03:07.110Z | Compiling pbkdf2 v0.12.2 |
| 1210 | 2024-09-09T20:03:07.269Z | Compiling scroll_derive v0.12.0 |
| 1211 | 2024-09-09T20:03:08.775Z | Compiling pest_meta v2.7.10 |
| 1212 | 2024-09-09T20:03:09.205Z | Compiling tracing-attributes v0.1.27 |
| 1213 | 2024-09-09T20:03:09.270Z | Compiling scroll v0.12.0 |
| 1214 | 2024-09-09T20:03:09.595Z | Compiling spki v0.7.3 |
| 1215 | 2024-09-09T20:03:09.802Z | Compiling scrypt v0.11.0 |
| 1216 | 2024-09-09T20:03:09.963Z | Compiling pest_generator v2.7.10 |
| 1217 | 2024-09-09T20:03:10.352Z | Compiling aes v0.8.4 |
| 1218 | 2024-09-09T20:03:10.810Z | Compiling cbc v0.1.2 |
| 1219 | 2024-09-09T20:03:11.926Z | Compiling pkcs5 v0.7.1 |
| 1220 | 2024-09-09T20:03:12.121Z | Compiling goblin v0.8.2 |
| 1221 | 2024-09-09T20:03:13.022Z | Compiling tracing v0.1.40 |
| 1222 | 2024-09-09T20:03:13.134Z | Compiling openssl-macros v0.1.1 |
| 1223 | 2024-09-09T20:03:13.224Z | Compiling rustls-webpki v0.101.7 |
| 1224 | 2024-09-09T20:03:13.281Z | Compiling sct v0.7.1 |
| 1225 | 2024-09-09T20:03:13.499Z | Compiling pkcs8 v0.10.2 |
| 1226 | 2024-09-09T20:03:13.618Z | Compiling md-5 v0.10.6 |
| 1227 | 2024-09-09T20:03:13.780Z | Compiling pest_derive v2.7.10 |
| 1228 | 2024-09-09T20:03:13.847Z | Compiling num-integer v0.1.46 |
| 1229 | 2024-09-09T20:03:13.882Z | Compiling backtrace v0.3.71 |
| 1230 | 2024-09-09T20:03:14.385Z | Compiling idna v0.3.0 |
| 1231 | 2024-09-09T20:03:14.566Z | Compiling dtrace-parser v0.2.0 |
| 1232 | 2024-09-09T20:03:14.582Z | Compiling lazy_static v1.5.0 |
| 1233 | 2024-09-09T20:03:14.699Z | Compiling hash32 v0.2.1 |
| 1234 | 2024-09-09T20:03:14.838Z | Compiling bytes v1.7.1 |
| 1235 | 2024-09-09T20:03:15.046Z | Compiling bitflags v2.6.0 |
| 1236 | 2024-09-09T20:03:15.123Z | Compiling indexmap v2.4.0 |
| 1237 | 2024-09-09T20:03:15.474Z | Compiling semver v1.0.23 |
| 1238 | 2024-09-09T20:03:15.958Z | Compiling tokio v1.39.3 |
| 1239 | 2024-09-09T20:03:16.121Z | Compiling http v0.2.12 |
| 1240 | 2024-09-09T20:03:16.238Z | Compiling rustc_version v0.4.0 |
| 1241 | 2024-09-09T20:03:16.994Z | Compiling heapless v0.7.17 |
| 1242 | 2024-09-09T20:03:17.440Z | Compiling uuid v1.10.0 |
| 1243 | 2024-09-09T20:03:18.083Z | Compiling dof v0.3.0 |
| 1244 | 2024-09-09T20:03:18.575Z | Compiling http-body v0.4.6 |
| 1245 | 2024-09-09T20:03:18.888Z | Compiling usdt-impl v0.5.0 |
| 1246 | 2024-09-09T20:03:19.083Z | Compiling chrono v0.4.38 |
| 1247 | 2024-09-09T20:03:19.604Z | Compiling serde_tokenstream v0.2.2 |
| 1248 | 2024-09-09T20:03:20.218Z | Compiling serde_spanned v0.6.7 |
| 1249 | 2024-09-09T20:03:20.338Z | Compiling toml_datetime v0.6.8 |
| 1250 | 2024-09-09T20:03:20.445Z | Compiling base64 v0.22.1 |
| 1251 | 2024-09-09T20:03:20.464Z | Compiling smoltcp v0.9.1 |
| 1252 | 2024-09-09T20:03:20.855Z | Compiling stable_deref_trait v1.2.0 |
| 1253 | 2024-09-09T20:03:20.962Z | Compiling psl-types v2.0.11 |
| 1254 | 2024-09-09T20:03:21.158Z | Compiling gimli v0.28.1 |
| 1255 | 2024-09-09T20:03:21.190Z | Compiling num-bigint-dig v0.8.4 |
| 1256 | 2024-09-09T20:03:21.211Z | Compiling crc32fast v1.4.0 |
| 1257 | 2024-09-09T20:03:21.488Z | Compiling signal-hook v0.3.17 |
| 1258 | 2024-09-09T20:03:21.729Z | Compiling fallible-iterator v0.2.0 |
| 1259 | 2024-09-09T20:03:21.763Z | Compiling adler v1.0.2 |
| 1260 | 2024-09-09T20:03:21.983Z | Compiling miniz_oxide v0.7.2 |
| 1261 | 2024-09-09T20:03:22.400Z | Compiling postgres-protocol v0.6.7 |
| 1262 | 2024-09-09T20:03:22.586Z | Compiling publicsuffix v2.2.3 |
| 1263 | 2024-09-09T20:03:22.841Z | Compiling terminal_size v0.3.0 |
| 1264 | 2024-09-09T20:03:23.056Z | Compiling num-iter v0.1.45 |
| 1265 | 2024-09-09T20:03:23.086Z | Compiling hubpack_derive v0.1.1 |
| 1266 | 2024-09-09T20:03:23.235Z | Compiling zerocopy-derive v0.6.6 |
| 1267 | 2024-09-09T20:03:23.394Z | Compiling async-trait v0.1.81 |
| 1268 | 2024-09-09T20:03:24.202Z | Compiling tokio-util v0.7.11 |
| 1269 | 2024-09-09T20:03:24.220Z | Compiling tokio-rustls v0.24.1 |
| 1270 | 2024-09-09T20:03:24.411Z | Compiling tokio-native-tls v0.3.1 |
| 1271 | 2024-09-09T20:03:24.786Z | Compiling phf_shared v0.11.2 |
| 1272 | 2024-09-09T20:03:25.129Z | Compiling h2 v0.3.26 |
| 1273 | 2024-09-09T20:03:25.329Z | Compiling addr2line v0.21.0 |
| 1274 | 2024-09-09T20:03:25.382Z | Compiling serde_derive_internals v0.29.1 |
| 1275 | 2024-09-09T20:03:25.400Z | Compiling ff v0.13.0 |
| 1276 | 2024-09-09T20:03:25.467Z | Compiling object v0.32.2 |
| 1277 | 2024-09-09T20:03:25.608Z | Compiling fs-err v2.11.0 |
| 1278 | 2024-09-09T20:03:25.913Z | Compiling either v1.13.0 |
| 1279 | 2024-09-09T20:03:25.970Z | Compiling anyhow v1.0.86 |
| 1280 | 2024-09-09T20:03:26.066Z | Compiling managed v0.8.0 |
| 1281 | 2024-09-09T20:03:26.195Z | Compiling base16ct v0.2.0 |
| 1282 | 2024-09-09T20:03:26.292Z | Compiling rustc-demangle v0.1.24 |
| 1283 | 2024-09-09T20:03:26.499Z | Compiling adler2 v2.0.0 |
| 1284 | 2024-09-09T20:03:26.518Z | Compiling bitflags v1.3.2 |
| 1285 | 2024-09-09T20:03:26.589Z | Compiling winnow v0.5.40 |
| 1286 | 2024-09-09T20:03:26.625Z | Compiling base64 v0.21.7 |
| 1287 | 2024-09-09T20:03:26.692Z | Compiling ipnet v2.9.0 |
| 1288 | 2024-09-09T20:03:27.220Z | Compiling schemars v0.8.21 |
| 1289 | 2024-09-09T20:03:27.421Z | Compiling rustls-pemfile v1.0.4 |
| 1290 | 2024-09-09T20:03:27.639Z | Compiling miniz_oxide v0.8.0 |
| 1291 | 2024-09-09T20:03:28.127Z | Compiling sec1 v0.7.3 |
| 1292 | 2024-09-09T20:03:28.146Z | Compiling schemars_derive v0.8.21 |
| 1293 | 2024-09-09T20:03:28.709Z | Compiling clap_builder v4.5.15 |
| 1294 | 2024-09-09T20:03:29.339Z | Compiling group v0.13.0 |
| 1295 | 2024-09-09T20:03:29.666Z | Compiling zerocopy v0.6.6 |
| 1296 | 2024-09-09T20:03:29.935Z | Compiling phf v0.11.2 |
| 1297 | 2024-09-09T20:03:30.223Z | Compiling toml_edit v0.19.15 |
| 1298 | 2024-09-09T20:03:30.403Z | Compiling cookie_store v0.20.0 |
| 1299 | 2024-09-09T20:03:30.480Z | Compiling hubpack v0.1.2 |
| 1300 | 2024-09-09T20:03:30.920Z | Compiling postgres-types v0.2.7 |
| 1301 | 2024-09-09T20:03:31.772Z | Compiling hyper v0.14.30 |
| 1302 | 2024-09-09T20:03:32.650Z | Compiling usdt-attr-macro v0.5.0 |
| 1303 | 2024-09-09T20:03:33.387Z | Compiling usdt-macro v0.5.0 |
| 1304 | 2024-09-09T20:03:34.285Z | Compiling serde_urlencoded v0.7.1 |
| 1305 | 2024-09-09T20:03:34.790Z | Compiling pkcs1 v0.7.5 |
| 1306 | 2024-09-09T20:03:34.890Z | Compiling futures-executor v0.3.30 |
| 1307 | 2024-09-09T20:03:35.336Z | Compiling hkdf v0.12.4 |
| 1308 | 2024-09-09T20:03:35.354Z | Compiling signature v2.2.0 |
| 1309 | 2024-09-09T20:03:35.448Z | Compiling crypto-bigint v0.5.5 |
| 1310 | 2024-09-09T20:03:35.584Z | Compiling bstr v1.9.1 |
| 1311 | 2024-09-09T20:03:35.625Z | Compiling regex v1.10.6 |
| 1312 | 2024-09-09T20:03:35.776Z | Compiling strum_macros v0.25.3 |
| 1313 | 2024-09-09T20:03:36.720Z | Compiling serde_repr v0.1.19 |
| 1314 | 2024-09-09T20:03:37.377Z | Compiling enum-as-inner v0.6.0 |
| 1315 | 2024-09-09T20:03:37.895Z | Compiling clap_derive v4.5.13 |
| 1316 | 2024-09-09T20:03:37.967Z | Compiling phf_shared v0.10.0 |
| 1317 | 2024-09-09T20:03:38.193Z | Compiling float-cmp v0.9.0 |
| 1318 | 2024-09-09T20:03:38.344Z | Compiling idna v0.4.0 |
| 1319 | 2024-09-09T20:03:38.405Z | Compiling mio v0.8.11 |
| 1320 | 2024-09-09T20:03:38.408Z | Compiling encoding_rs v0.8.34 |
| 1321 | 2024-09-09T20:03:39.689Z | Compiling hyper-rustls v0.24.2 |
| 1322 | 2024-09-09T20:03:39.849Z | Compiling hyper-tls v0.5.0 |
| 1323 | 2024-09-09T20:03:39.851Z | Compiling mime v0.3.17 |
| 1324 | 2024-09-09T20:03:40.028Z | Compiling difflib v0.4.0 |
| 1325 | 2024-09-09T20:03:40.177Z | Compiling fixedbitset v0.4.2 |
| 1326 | 2024-09-09T20:03:40.457Z | Compiling dyn-clone v1.0.17 |
| 1327 | 2024-09-09T20:03:40.640Z | Compiling sync_wrapper v0.1.2 |
| 1328 | 2024-09-09T20:03:40.675Z | Compiling bit-vec v0.6.3 |
| 1329 | 2024-09-09T20:03:40.770Z | Compiling unicode-segmentation v1.11.0 |
| 1330 | 2024-09-09T20:03:41.145Z | Compiling whoami v1.5.1 |
| 1331 | 2024-09-09T20:03:41.354Z | Compiling static_assertions v1.1.0 |
| 1332 | 2024-09-09T20:03:41.455Z | Compiling webpki-roots v0.25.4 |
| 1333 | 2024-09-09T20:03:41.598Z | Compiling precomputed-hash v0.1.1 |
| 1334 | 2024-09-09T20:03:41.617Z | Compiling normalize-line-endings v0.3.0 |
| 1335 | 2024-09-09T20:03:41.631Z | Compiling predicates-core v1.0.6 |
| 1336 | 2024-09-09T20:03:41.707Z | Compiling minimal-lexical v0.2.1 |
| 1337 | 2024-09-09T20:03:41.732Z | Compiling data-encoding v2.6.0 |
| 1338 | 2024-09-09T20:03:41.789Z | Compiling new_debug_unreachable v1.0.6 |
| 1339 | 2024-09-09T20:03:41.808Z | Compiling predicates v3.1.2 |
| 1340 | 2024-09-09T20:03:41.882Z | Compiling string_cache v0.8.7 |
| 1341 | 2024-09-09T20:03:41.956Z | Compiling console v0.15.8 |
| 1342 | 2024-09-09T20:03:42.206Z | Compiling nom v7.1.3 |
| 1343 | 2024-09-09T20:03:42.389Z | Compiling toml_edit v0.22.20 |
| 1344 | 2024-09-09T20:03:42.844Z | Compiling hickory-proto v0.24.1 |
| 1345 | 2024-09-09T20:03:42.876Z | Compiling clap v4.5.16 |
| 1346 | 2024-09-09T20:03:42.998Z | Compiling reqwest v0.11.27 |
| 1347 | 2024-09-09T20:03:43.466Z | Compiling tokio-postgres v0.7.11 |
| 1348 | 2024-09-09T20:03:43.542Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1349 | 2024-09-09T20:03:44.140Z | Compiling similar v2.6.0 |
| 1350 | 2024-09-09T20:03:45.144Z | Compiling bit-set v0.5.3 |
| 1351 | 2024-09-09T20:03:45.928Z | Compiling petgraph v0.6.5 |
| 1352 | 2024-09-09T20:03:46.577Z | Compiling signal-hook-mio v0.2.4 |
| 1353 | 2024-09-09T20:03:46.753Z | Compiling usdt v0.5.0 |
| 1354 | 2024-09-09T20:03:47.247Z | Compiling elliptic-curve v0.13.8 |
| 1355 | 2024-09-09T20:03:48.087Z | Compiling rsa v0.9.6 |
| 1356 | 2024-09-09T20:03:48.928Z | Compiling futures v0.3.30 |
| 1357 | 2024-09-09T20:03:49.046Z | Compiling toml v0.7.8 |
| 1358 | 2024-09-09T20:03:49.686Z | Compiling flate2 v1.0.33 |
| 1359 | 2024-09-09T20:03:50.051Z | Compiling itertools v0.10.5 |
| 1360 | 2024-09-09T20:03:50.591Z | Compiling itertools v0.12.1 |
| 1361 | 2024-09-09T20:03:50.595Z | Compiling tokio-stream v0.1.15 |
| 1362 | 2024-09-09T20:03:50.680Z | Compiling openapiv3 v2.0.0 |
| 1363 | 2024-09-09T20:03:50.705Z | Compiling hex v0.4.3 |
| 1364 | 2024-09-09T20:03:51.328Z | Compiling sha1 v0.10.6 |
| 1365 | 2024-09-09T20:03:51.606Z | Compiling crossbeam-epoch v0.9.18 |
| 1366 | 2024-09-09T20:03:51.764Z | Compiling dirs-sys-next v0.1.2 |
| 1367 | 2024-09-09T20:03:52.366Z | Compiling lalrpop-util v0.19.12 |
| 1368 | 2024-09-09T20:03:52.432Z | Compiling peg-runtime v0.8.3 |
| 1369 | 2024-09-09T20:03:52.715Z | Compiling unicode-xid v0.2.4 |
| 1370 | 2024-09-09T20:03:52.819Z | Compiling dirs-next v2.0.0 |
| 1371 | 2024-09-09T20:03:52.890Z | Compiling thread_local v1.1.8 |
| 1372 | 2024-09-09T20:03:52.933Z | Compiling slog-async v2.8.0 |
| 1373 | 2024-09-09T20:03:53.001Z | Compiling term v0.7.0 |
| 1374 | 2024-09-09T20:03:53.067Z | Compiling xattr v1.3.1 |
| 1375 | 2024-09-09T20:03:53.339Z | Compiling strum_macros v0.26.4 |
| 1376 | 2024-09-09T20:03:53.406Z | Compiling crossbeam-channel v0.5.12 |
| 1377 | 2024-09-09T20:03:53.544Z | Compiling filetime v0.2.25 |
| 1378 | 2024-09-09T20:03:53.652Z | Compiling is-terminal v0.4.12 |
| 1379 | 2024-09-09T20:03:53.785Z | Compiling take_mut v0.2.2 |
| 1380 | 2024-09-09T20:03:53.851Z | Compiling slog-term v2.9.1 |
| 1381 | 2024-09-09T20:03:53.934Z | Compiling tar v0.4.41 |
| 1382 | 2024-09-09T20:03:54.488Z | Compiling camino v1.1.9 |
| 1383 | 2024-09-09T20:03:56.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1384 | 2024-09-09T20:03:56.707Z | Compiling strum v0.26.3 |
| 1385 | 2024-09-09T20:03:56.783Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1386 | 2024-09-09T20:04:01.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 1387 | 2024-09-09T20:04:01.850Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1388 | 2024-09-09T20:04:01.894Z | Sep 09 20:04:00.087 INFO Starting download, target: Cockroach |
| 1389 | 2024-09-09T20:04:01.894Z | Sep 09 20:04:00.087 INFO Starting download, target: Clickhouse |
| 1390 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Starting download, target: Console |
| 1391 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Starting download, target: DendriteOpenapi |
| 1392 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Starting download, target: DendriteStub |
| 1393 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Starting download, target: MaghemiteMgd |
| 1394 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Starting download, target: TransceiverControl |
| 1395 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.087 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1396 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1397 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1398 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1399 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1400 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1401 | 2024-09-09T20:04:01.897Z | Sep 09 20:04:00.088 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1402 | 2024-09-09T20:04:02.104Z | Sep 09 20:04:00.272 INFO Download complete, target: DendriteOpenapi |
| 1403 | 2024-09-09T20:04:02.312Z | Sep 09 20:04:00.497 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1404 | 2024-09-09T20:04:02.542Z | Sep 09 20:04:00.734 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1405 | 2024-09-09T20:04:02.593Z | Sep 09 20:04:00.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1406 | 2024-09-09T20:04:02.601Z | Sep 09 20:04:00.793 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1407 | 2024-09-09T20:04:02.935Z | Sep 09 20:04:01.127 INFO Download complete, target: Console |
| 1408 | 2024-09-09T20:04:03.114Z | Sep 09 20:04:01.306 INFO Download complete, target: TransceiverControl |
| 1409 | 2024-09-09T20:04:03.251Z | Sep 09 20:04:01.443 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1410 | 2024-09-09T20:04:03.251Z | Sep 09 20:04:01.443 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1411 | 2024-09-09T20:04:04.040Z | Sep 09 20:04:02.232 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1412 | 2024-09-09T20:04:05.672Z | Sep 09 20:04:03.864 INFO Download complete, target: MaghemiteMgd |
| 1413 | 2024-09-09T20:04:05.672Z | Sep 09 20:04:03.864 INFO Download complete, target: DendriteStub |
| 1414 | 2024-09-09T20:04:11.192Z | Sep 09 20:04:09.383 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1415 | 2024-09-09T20:04:11.483Z | Sep 09 20:04:09.674 INFO Checking that binary works, target: Cockroach |
| 1416 | 2024-09-09T20:04:11.640Z | Sep 09 20:04:09.832 INFO Download complete, target: Cockroach |
| 1417 | 2024-09-09T20:04:17.321Z | Sep 09 20:04:15.509 INFO Checking that binary works, target: Clickhouse |
| 1418 | 2024-09-09T20:04:17.806Z | Sep 09 20:04:15.997 INFO Download complete, target: Clickhouse |
| 1419 | 2024-09-09T20:04:17.944Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1420 | 2024-09-09T20:04:17.946Z | |
| 1421 | 2024-09-09T20:04:17.946Z | real 4:17.415876502 |
| 1422 | 2024-09-09T20:04:17.946Z | user 11:06.500158419 |
| 1423 | 2024-09-09T20:04:17.946Z | sys 2:21.704662214 |
| 1424 | 2024-09-09T20:04:17.946Z | trap 0.402644471 |
| 1425 | 2024-09-09T20:04:17.946Z | tflt 6.002038884 |
| 1426 | 2024-09-09T20:04:17.946Z | dflt 4.029798534 |
| 1427 | 2024-09-09T20:04:17.946Z | kflt 0.495965221 |
| 1428 | 2024-09-09T20:04:17.946Z | lock 24:55.886435207 |
| 1429 | 2024-09-09T20:04:17.946Z | slp 44:33.758275157 |
| 1430 | 2024-09-09T20:04:17.946Z | lat 41.269645037 |
| 1431 | 2024-09-09T20:04:17.947Z | stop 1:42.238749308 |
| 1432 | 2024-09-09T20:04:17.947Z | + banner clippy |
| 1433 | 2024-09-09T20:04:17.949Z | |
| 1434 | 2024-09-09T20:04:17.949Z | #### # # ##### ##### # # |
| 1435 | 2024-09-09T20:04:17.949Z | # # # # # # # # # # |
| 1436 | 2024-09-09T20:04:17.949Z | # # # # # # # # |
| 1437 | 2024-09-09T20:04:17.949Z | # # # ##### ##### # |
| 1438 | 2024-09-09T20:04:17.949Z | # # # # # # # |
| 1439 | 2024-09-09T20:04:17.949Z | #### ###### # # # # |
| 1440 | 2024-09-09T20:04:17.949Z | |
| 1441 | 2024-09-09T20:04:17.949Z | + export CARGO_INCREMENTAL=0 |
| 1442 | 2024-09-09T20:04:17.949Z | + CARGO_INCREMENTAL=0 |
| 1443 | 2024-09-09T20:04:17.949Z | + ptime -m cargo xtask clippy |
| 1444 | 2024-09-09T20:04:18.515Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1445 | 2024-09-09T20:04:22.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 1446 | 2024-09-09T20:04:22.364Z | Running `target/debug/xtask clippy` |
| 1447 | 2024-09-09T20:04:22.384Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1448 | 2024-09-09T20:04:23.089Z | Downloading crates ... |
| 1449 | 2024-09-09T20:04:23.367Z | Downloaded approx v0.5.1 |
| 1450 | 2024-09-09T20:04:23.370Z | Downloaded doc-comment v0.3.3 |
| 1451 | 2024-09-09T20:04:23.379Z | Downloaded criterion-plot v0.5.0 |
| 1452 | 2024-09-09T20:04:23.385Z | Downloaded rust-argon2 v2.1.0 |
| 1453 | 2024-09-09T20:04:23.388Z | Downloaded target-spec v3.2.1 |
| 1454 | 2024-09-09T20:04:23.388Z | Downloaded plotters-svg v0.3.5 |
| 1455 | 2024-09-09T20:04:23.391Z | Downloaded escape8259 v0.5.2 |
| 1456 | 2024-09-09T20:04:23.394Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1457 | 2024-09-09T20:04:23.397Z | Downloaded futures-timer v3.0.3 |
| 1458 | 2024-09-09T20:04:23.400Z | Downloaded http-body v1.0.0 |
| 1459 | 2024-09-09T20:04:23.402Z | Downloaded pathdiff v0.2.1 |
| 1460 | 2024-09-09T20:04:23.406Z | Downloaded tower-layer v0.3.2 |
| 1461 | 2024-09-09T20:04:23.414Z | Downloaded similar-asserts v1.5.0 |
| 1462 | 2024-09-09T20:04:23.417Z | Downloaded cast v0.3.0 |
| 1463 | 2024-09-09T20:04:23.419Z | Downloaded proc-macro-crate v3.1.0 |
| 1464 | 2024-09-09T20:04:23.422Z | Downloaded anes v0.1.6 |
| 1465 | 2024-09-09T20:04:23.424Z | Downloaded num_cpus v1.16.0 |
| 1466 | 2024-09-09T20:04:23.426Z | Downloaded nested v0.1.1 |
| 1467 | 2024-09-09T20:04:23.429Z | Downloaded yansi v0.5.1 |
| 1468 | 2024-09-09T20:04:23.429Z | Downloaded threadpool v1.8.1 |
| 1469 | 2024-09-09T20:04:23.432Z | Downloaded tinytemplate v1.2.1 |
| 1470 | 2024-09-09T20:04:23.435Z | Downloaded libtest-mimic v0.7.3 |
| 1471 | 2024-09-09T20:04:23.437Z | Downloaded hyper-rustls v0.26.0 |
| 1472 | 2024-09-09T20:04:23.439Z | Downloaded plotters-backend v0.3.5 |
| 1473 | 2024-09-09T20:04:23.439Z | Downloaded datatest-stable v0.2.9 |
| 1474 | 2024-09-09T20:04:23.442Z | Downloaded oorandom v11.1.3 |
| 1475 | 2024-09-09T20:04:23.446Z | Downloaded partial-io v0.5.4 |
| 1476 | 2024-09-09T20:04:23.450Z | Downloaded httptest v0.15.5 |
| 1477 | 2024-09-09T20:04:23.452Z | Downloaded assert_cmd v2.0.16 |
| 1478 | 2024-09-09T20:04:23.455Z | Downloaded trybuild v1.0.99 |
| 1479 | 2024-09-09T20:04:23.457Z | Downloaded rustls-native-certs v0.7.0 |
| 1480 | 2024-09-09T20:04:23.460Z | Downloaded target-lexicon v0.12.16 |
| 1481 | 2024-09-09T20:04:23.463Z | Downloaded relative-path v1.9.3 |
| 1482 | 2024-09-09T20:04:23.482Z | Downloaded rstest v0.22.0 |
| 1483 | 2024-09-09T20:04:23.487Z | Downloaded cfg-expr v0.16.0 |
| 1484 | 2024-09-09T20:04:23.490Z | Downloaded blake2b_simd v1.0.2 |
| 1485 | 2024-09-09T20:04:23.492Z | Downloaded rand_distr v0.4.3 |
| 1486 | 2024-09-09T20:04:23.495Z | Downloaded rstest_macros v0.22.0 |
| 1487 | 2024-09-09T20:04:23.497Z | Downloaded hyper-util v0.1.3 |
| 1488 | 2024-09-09T20:04:23.500Z | Downloaded tower v0.4.13 |
| 1489 | 2024-09-09T20:04:23.509Z | Downloaded pretty_assertions v1.4.0 |
| 1490 | 2024-09-09T20:04:23.511Z | Downloaded toml_edit v0.21.1 |
| 1491 | 2024-09-09T20:04:23.531Z | Downloaded fancy-regex v0.13.0 |
| 1492 | 2024-09-09T20:04:23.537Z | Downloaded regex-automata v0.1.10 |
| 1493 | 2024-09-09T20:04:23.539Z | Downloaded plotters v0.3.5 |
| 1494 | 2024-09-09T20:04:23.546Z | Downloaded hyper v1.3.1 |
| 1495 | 2024-09-09T20:04:23.552Z | Downloaded bstr v0.2.17 |
| 1496 | 2024-09-09T20:04:23.560Z | Downloaded guppy v0.17.7 |
| 1497 | 2024-09-09T20:04:23.566Z | Downloaded criterion v0.5.1 |
| 1498 | 2024-09-09T20:04:24.229Z | Checking cfg-if v1.0.0 |
| 1499 | 2024-09-09T20:04:24.296Z | Checking libc v0.2.158 |
| 1500 | 2024-09-09T20:04:24.313Z | Checking serde v1.0.208 |
| 1501 | 2024-09-09T20:04:24.331Z | Checking memchr v2.7.2 |
| 1502 | 2024-09-09T20:04:24.347Z | Checking scopeguard v1.2.0 |
| 1503 | 2024-09-09T20:04:24.363Z | Checking log v0.4.21 |
| 1504 | 2024-09-09T20:04:24.383Z | Checking byteorder v1.5.0 |
| 1505 | 2024-09-09T20:04:24.408Z | Checking itoa v1.0.11 |
| 1506 | 2024-09-09T20:04:24.428Z | Checking smallvec v1.13.2 |
| 1507 | 2024-09-09T20:04:24.468Z | Checking lock_api v0.4.12 |
| 1508 | 2024-09-09T20:04:24.623Z | Checking zeroize v1.7.0 |
| 1509 | 2024-09-09T20:04:24.652Z | Checking once_cell v1.19.0 |
| 1510 | 2024-09-09T20:04:24.790Z | Checking pin-project-lite v0.2.14 |
| 1511 | 2024-09-09T20:04:24.792Z | Checking typenum v1.17.0 |
| 1512 | 2024-09-09T20:04:24.884Z | Checking libm v0.2.8 |
| 1513 | 2024-09-09T20:04:24.908Z | Checking subtle v2.5.0 |
| 1514 | 2024-09-09T20:04:24.934Z | Checking thiserror v1.0.63 |
| 1515 | 2024-09-09T20:04:24.955Z | Checking ryu v1.0.18 |
| 1516 | 2024-09-09T20:04:25.084Z | Checking spin v0.9.8 |
| 1517 | 2024-09-09T20:04:25.159Z | Checking futures-core v0.3.30 |
| 1518 | 2024-09-09T20:04:25.188Z | Checking zerocopy v0.7.34 |
| 1519 | 2024-09-09T20:04:25.213Z | Checking futures-sink v0.3.30 |
| 1520 | 2024-09-09T20:04:25.338Z | Checking const-oid v0.9.6 |
| 1521 | 2024-09-09T20:04:25.367Z | Checking futures-channel v0.3.30 |
| 1522 | 2024-09-09T20:04:25.394Z | Checking slab v0.4.9 |
| 1523 | 2024-09-09T20:04:25.417Z | Checking getrandom v0.2.14 |
| 1524 | 2024-09-09T20:04:25.660Z | Checking parking_lot_core v0.9.10 |
| 1525 | 2024-09-09T20:04:25.684Z | Checking rand_core v0.6.4 |
| 1526 | 2024-09-09T20:04:25.709Z | Checking signal-hook-registry v1.4.2 |
| 1527 | 2024-09-09T20:04:25.772Z | Checking mio v1.0.2 |
| 1528 | 2024-09-09T20:04:25.963Z | Checking num-traits v0.2.19 |
| 1529 | 2024-09-09T20:04:25.966Z | Checking socket2 v0.5.7 |
| 1530 | 2024-09-09T20:04:26.004Z | Checking parking_lot v0.12.2 |
| 1531 | 2024-09-09T20:04:26.026Z | Checking generic-array v0.14.7 |
| 1532 | 2024-09-09T20:04:26.334Z | Checking pin-utils v0.1.0 |
| 1533 | 2024-09-09T20:04:26.359Z | Checking futures-task v0.3.30 |
| 1534 | 2024-09-09T20:04:26.427Z | Checking futures-io v0.3.30 |
| 1535 | 2024-09-09T20:04:26.452Z | Checking cpufeatures v0.2.12 |
| 1536 | 2024-09-09T20:04:26.554Z | Checking allocator-api2 v0.2.18 |
| 1537 | 2024-09-09T20:04:26.584Z | Checking ahash v0.8.11 |
| 1538 | 2024-09-09T20:04:26.614Z | Checking futures-util v0.3.30 |
| 1539 | 2024-09-09T20:04:26.616Z | Checking fnv v1.0.7 |
| 1540 | 2024-09-09T20:04:26.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1541 | 2024-09-09T20:04:27.089Z | Checking iana-time-zone v0.1.60 |
| 1542 | 2024-09-09T20:04:27.109Z | Checking equivalent v1.0.1 |
| 1543 | 2024-09-09T20:04:27.128Z | Checking ppv-lite86 v0.2.17 |
| 1544 | 2024-09-09T20:04:27.186Z | Checking crypto-common v0.1.6 |
| 1545 | 2024-09-09T20:04:27.189Z | Checking block-buffer v0.10.4 |
| 1546 | 2024-09-09T20:04:27.227Z | Checking hashbrown v0.14.5 |
| 1547 | 2024-09-09T20:04:27.229Z | Checking tinyvec_macros v0.1.1 |
| 1548 | 2024-09-09T20:04:27.333Z | Checking tinyvec v1.6.0 |
| 1549 | 2024-09-09T20:04:27.368Z | Checking tracing-core v0.1.32 |
| 1550 | 2024-09-09T20:04:27.407Z | Checking digest v0.10.7 |
| 1551 | 2024-09-09T20:04:27.571Z | Checking unicode-bidi v0.3.15 |
| 1552 | 2024-09-09T20:04:27.775Z | Checking percent-encoding v2.3.1 |
| 1553 | 2024-09-09T20:04:27.831Z | Checking rand_chacha v0.3.1 |
| 1554 | 2024-09-09T20:04:27.985Z | Checking dyn-clone v1.0.17 |
| 1555 | 2024-09-09T20:04:28.011Z | Checking tracing v0.1.40 |
| 1556 | 2024-09-09T20:04:28.115Z | Checking regex-syntax v0.8.4 |
| 1557 | 2024-09-09T20:04:28.175Z | Checking rand v0.8.5 |
| 1558 | 2024-09-09T20:04:28.200Z | Checking block-padding v0.3.3 |
| 1559 | 2024-09-09T20:04:28.331Z | Checking errno v0.3.9 |
| 1560 | 2024-09-09T20:04:28.417Z | Checking inout v0.1.3 |
| 1561 | 2024-09-09T20:04:28.419Z | Checking form_urlencoded v1.2.1 |
| 1562 | 2024-09-09T20:04:28.495Z | Checking lazy_static v1.5.0 |
| 1563 | 2024-09-09T20:04:28.549Z | Checking unicode-normalization v0.1.23 |
| 1564 | 2024-09-09T20:04:28.615Z | Checking aho-corasick v1.1.3 |
| 1565 | 2024-09-09T20:04:28.639Z | Checking httparse v1.8.0 |
| 1566 | 2024-09-09T20:04:28.663Z | Checking cipher v0.4.4 |
| 1567 | 2024-09-09T20:04:29.048Z | Checking unicode-ident v1.0.12 |
| 1568 | 2024-09-09T20:04:29.051Z | Checking base64ct v1.6.0 |
| 1569 | 2024-09-09T20:04:29.223Z | Checking hmac v0.12.1 |
| 1570 | 2024-09-09T20:04:29.245Z | Checking bytes v1.7.1 |
| 1571 | 2024-09-09T20:04:29.369Z | Checking bitflags v2.6.0 |
| 1572 | 2024-09-09T20:04:29.419Z | Checking serde_json v1.0.125 |
| 1573 | 2024-09-09T20:04:29.469Z | Checking chrono v0.4.38 |
| 1574 | 2024-09-09T20:04:29.497Z | Checking uuid v1.10.0 |
| 1575 | 2024-09-09T20:04:29.653Z | Checking indexmap v2.4.0 |
| 1576 | 2024-09-09T20:04:30.047Z | Checking tokio v1.39.3 |
| 1577 | 2024-09-09T20:04:30.121Z | Checking rustix v0.38.34 |
| 1578 | 2024-09-09T20:04:30.217Z | Checking http v0.2.12 |
| 1579 | 2024-09-09T20:04:30.890Z | Checking unicode-width v0.1.13 |
| 1580 | 2024-09-09T20:04:31.009Z | Checking powerfmt v0.2.0 |
| 1581 | 2024-09-09T20:04:31.075Z | Checking idna v0.5.0 |
| 1582 | 2024-09-09T20:04:31.240Z | Checking regex-automata v0.4.6 |
| 1583 | 2024-09-09T20:04:31.284Z | Checking deranged v0.3.11 |
| 1584 | 2024-09-09T20:04:31.500Z | Checking proc-macro2 v1.0.86 |
| 1585 | 2024-09-09T20:04:31.524Z | Checking schemars v0.8.21 |
| 1586 | 2024-09-09T20:04:31.559Z | Checking sha2 v0.10.8 |
| 1587 | 2024-09-09T20:04:31.895Z | Checking untrusted v0.9.0 |
| 1588 | 2024-09-09T20:04:32.059Z | Checking num-conv v0.1.0 |
| 1589 | 2024-09-09T20:04:32.083Z | Checking num_threads v0.1.7 |
| 1590 | 2024-09-09T20:04:32.139Z | Checking time-core v0.1.2 |
| 1591 | 2024-09-09T20:04:32.176Z | Checking quote v1.0.36 |
| 1592 | 2024-09-09T20:04:32.200Z | Checking ring v0.17.8 |
| 1593 | 2024-09-09T20:04:32.297Z | Checking url v2.5.2 |
| 1594 | 2024-09-09T20:04:32.320Z | Checking try-lock v0.2.5 |
| 1595 | 2024-09-09T20:04:32.458Z | Checking want v0.3.1 |
| 1596 | 2024-09-09T20:04:32.522Z | Checking syn v2.0.74 |
| 1597 | 2024-09-09T20:04:32.628Z | Checking pem-rfc7468 v0.7.0 |
| 1598 | 2024-09-09T20:04:32.897Z | Checking slog v2.7.0 |
| 1599 | 2024-09-09T20:04:32.986Z | Checking time v0.3.36 |
| 1600 | 2024-09-09T20:04:33.087Z | Checking tower-service v0.3.2 |
| 1601 | 2024-09-09T20:04:33.112Z | Checking futures-executor v0.3.30 |
| 1602 | 2024-09-09T20:04:33.217Z | Checking flagset v0.4.5 |
| 1603 | 2024-09-09T20:04:33.333Z | Checking futures v0.3.30 |
| 1604 | 2024-09-09T20:04:33.358Z | Checking adler v1.0.2 |
| 1605 | 2024-09-09T20:04:33.399Z | Checking httpdate v1.0.3 |
| 1606 | 2024-09-09T20:04:33.453Z | Checking gimli v0.28.1 |
| 1607 | 2024-09-09T20:04:33.504Z | Checking miniz_oxide v0.7.2 |
| 1608 | 2024-09-09T20:04:33.647Z | Checking der v0.7.9 |
| 1609 | 2024-09-09T20:04:33.910Z | Checking http-body v0.4.6 |
| 1610 | 2024-09-09T20:04:33.984Z | Checking pbkdf2 v0.12.2 |
| 1611 | 2024-09-09T20:04:34.161Z | Checking aes v0.8.4 |
| 1612 | 2024-09-09T20:04:34.325Z | Checking object v0.32.2 |
| 1613 | 2024-09-09T20:04:35.076Z | Checking rustc-demangle v0.1.24 |
| 1614 | 2024-09-09T20:04:35.480Z | Checking cbc v0.1.2 |
| 1615 | 2024-09-09T20:04:35.514Z | Checking spki v0.7.3 |
| 1616 | 2024-09-09T20:04:35.539Z | Checking salsa20 v0.10.2 |
| 1617 | 2024-09-09T20:04:35.665Z | Checking regex v1.10.6 |
| 1618 | 2024-09-09T20:04:35.684Z | Checking base64 v0.21.7 |
| 1619 | 2024-09-09T20:04:35.749Z | Checking mime v0.3.17 |
| 1620 | 2024-09-09T20:04:35.798Z | Checking scrypt v0.11.0 |
| 1621 | 2024-09-09T20:04:36.023Z | Checking utf8parse v0.2.1 |
| 1622 | 2024-09-09T20:04:36.073Z | Checking ipnet v2.9.0 |
| 1623 | 2024-09-09T20:04:36.132Z | Checking data-encoding v2.6.0 |
| 1624 | 2024-09-09T20:04:36.167Z | Checking pkcs5 v0.7.1 |
| 1625 | 2024-09-09T20:04:36.233Z | Checking serde_spanned v0.6.7 |
| 1626 | 2024-09-09T20:04:36.422Z | Checking toml_datetime v0.6.8 |
| 1627 | 2024-09-09T20:04:36.516Z | Checking crossbeam-utils v0.8.19 |
| 1628 | 2024-09-09T20:04:36.690Z | Checking openssl-probe v0.1.5 |
| 1629 | 2024-09-09T20:04:36.713Z | Checking foreign-types-shared v0.1.1 |
| 1630 | 2024-09-09T20:04:36.766Z | Checking pkcs8 v0.10.2 |
| 1631 | 2024-09-09T20:04:36.817Z | Checking foreign-types v0.3.2 |
| 1632 | 2024-09-09T20:04:36.846Z | Checking serde_urlencoded v0.7.1 |
| 1633 | 2024-09-09T20:04:36.914Z | Checking openssl-sys v0.9.103 |
| 1634 | 2024-09-09T20:04:36.941Z | Checking tokio-util v0.7.11 |
| 1635 | 2024-09-09T20:04:37.068Z | Checking encoding_rs v0.8.34 |
| 1636 | 2024-09-09T20:04:37.186Z | Checking anstyle v1.0.8 |
| 1637 | 2024-09-09T20:04:37.230Z | Checking rustls-webpki v0.101.7 |
| 1638 | 2024-09-09T20:04:37.254Z | Checking addr2line v0.21.0 |
| 1639 | 2024-09-09T20:04:37.509Z | Checking sct v0.7.1 |
| 1640 | 2024-09-09T20:04:37.704Z | Checking semver v1.0.23 |
| 1641 | 2024-09-09T20:04:37.724Z | Checking sha1 v0.10.6 |
| 1642 | 2024-09-09T20:04:37.810Z | Checking h2 v0.3.26 |
| 1643 | 2024-09-09T20:04:37.969Z | Checking either v1.13.0 |
| 1644 | 2024-09-09T20:04:37.994Z | Checking rustls v0.21.12 |
| 1645 | 2024-09-09T20:04:38.075Z | Checking scroll v0.12.0 |
| 1646 | 2024-09-09T20:04:38.101Z | Checking openssl v0.10.66 |
| 1647 | 2024-09-09T20:04:38.350Z | Checking ucd-trie v0.1.6 |
| 1648 | 2024-09-09T20:04:38.532Z | Checking plain v0.2.3 |
| 1649 | 2024-09-09T20:04:38.564Z | Checking pest v2.7.10 |
| 1650 | 2024-09-09T20:04:38.686Z | Checking goblin v0.8.2 |
| 1651 | 2024-09-09T20:04:38.725Z | Checking anstyle-parse v0.2.4 |
| 1652 | 2024-09-09T20:04:38.991Z | Checking openapiv3 v2.0.0 |
| 1653 | 2024-09-09T20:04:39.424Z | Checking idna v0.3.0 |
| 1654 | 2024-09-09T20:04:40.258Z | Checking backtrace v0.3.71 |
| 1655 | 2024-09-09T20:04:40.299Z | Checking pretty-hex v0.4.1 |
| 1656 | 2024-09-09T20:04:40.468Z | Checking psl-types v2.0.11 |
| 1657 | 2024-09-09T20:04:40.660Z | Checking anstyle-query v1.0.3 |
| 1658 | 2024-09-09T20:04:40.783Z | Checking is_terminal_polyfill v1.70.0 |
| 1659 | 2024-09-09T20:04:40.809Z | Checking anyhow v1.0.86 |
| 1660 | 2024-09-09T20:04:40.907Z | Checking colorchoice v1.0.1 |
| 1661 | 2024-09-09T20:04:41.041Z | Checking base64 v0.22.1 |
| 1662 | 2024-09-09T20:04:41.065Z | Checking bitflags v1.3.2 |
| 1663 | 2024-09-09T20:04:41.068Z | Checking tokio-rustls v0.24.1 |
| 1664 | 2024-09-09T20:04:41.165Z | Checking anstream v0.6.14 |
| 1665 | 2024-09-09T20:04:41.167Z | Checking dtrace-parser v0.2.0 |
| 1666 | 2024-09-09T20:04:41.446Z | Checking publicsuffix v2.2.3 |
| 1667 | 2024-09-09T20:04:41.494Z | Checking rustls-pemfile v1.0.4 |
| 1668 | 2024-09-09T20:04:41.541Z | Checking cookie v0.17.0 |
| 1669 | 2024-09-09T20:04:41.669Z | Checking terminal_size v0.3.0 |
| 1670 | 2024-09-09T20:04:41.672Z | Checking thread-id v4.2.1 |
| 1671 | 2024-09-09T20:04:41.712Z | Checking clap_lex v0.7.0 |
| 1672 | 2024-09-09T20:04:41.803Z | Checking strsim v0.11.1 |
| 1673 | 2024-09-09T20:04:41.842Z | Checking signature v2.2.0 |
| 1674 | 2024-09-09T20:04:41.937Z | Checking cookie_store v0.20.0 |
| 1675 | 2024-09-09T20:04:41.959Z | Checking memmap v0.7.0 |
| 1676 | 2024-09-09T20:04:42.028Z | Checking sync_wrapper v0.1.2 |
| 1677 | 2024-09-09T20:04:42.088Z | Checking clap_builder v4.5.15 |
| 1678 | 2024-09-09T20:04:42.153Z | Checking webpki-roots v0.25.4 |
| 1679 | 2024-09-09T20:04:42.177Z | Checking num-integer v0.1.46 |
| 1680 | 2024-09-09T20:04:42.325Z | Checking winnow v0.6.18 |
| 1681 | 2024-09-09T20:04:42.389Z | Checking base16ct v0.2.0 |
| 1682 | 2024-09-09T20:04:42.543Z | Checking ff v0.13.0 |
| 1683 | 2024-09-09T20:04:42.589Z | Checking sec1 v0.7.3 |
| 1684 | 2024-09-09T20:04:42.640Z | Checking stable_deref_trait v1.2.0 |
| 1685 | 2024-09-09T20:04:42.744Z | Checking num-iter v0.1.45 |
| 1686 | 2024-09-09T20:04:42.749Z | Checking group v0.13.0 |
| 1687 | 2024-09-09T20:04:42.931Z | Checking hkdf v0.12.4 |
| 1688 | 2024-09-09T20:04:42.959Z | Checking crypto-bigint v0.5.5 |
| 1689 | 2024-09-09T20:04:43.026Z | Checking crc32fast v1.4.0 |
| 1690 | 2024-09-09T20:04:43.136Z | Checking crossbeam-epoch v0.9.18 |
| 1691 | 2024-09-09T20:04:43.238Z | Checking hex v0.4.3 |
| 1692 | 2024-09-09T20:04:43.323Z | Checking native-tls v0.2.11 |
| 1693 | 2024-09-09T20:04:43.384Z | Checking dof v0.3.0 |
| 1694 | 2024-09-09T20:04:43.557Z | Checking unicode-segmentation v1.11.0 |
| 1695 | 2024-09-09T20:04:43.641Z | Checking tokio-native-tls v0.3.1 |
| 1696 | 2024-09-09T20:04:43.736Z | Checking winnow v0.5.40 |
| 1697 | 2024-09-09T20:04:43.739Z | Checking hyper v0.14.30 |
| 1698 | 2024-09-09T20:04:43.881Z | Checking adler2 v2.0.0 |
| 1699 | 2024-09-09T20:04:43.974Z | Checking usdt-impl v0.5.0 |
| 1700 | 2024-09-09T20:04:44.037Z | Checking static_assertions v1.1.0 |
| 1701 | 2024-09-09T20:04:44.138Z | Checking managed v0.8.0 |
| 1702 | 2024-09-09T20:04:44.215Z | Checking miniz_oxide v0.8.0 |
| 1703 | 2024-09-09T20:04:44.517Z | Checking num-bigint-dig v0.8.4 |
| 1704 | 2024-09-09T20:04:44.542Z | Checking usdt v0.5.0 |
| 1705 | 2024-09-09T20:04:44.794Z | Checking pkcs1 v0.7.5 |
| 1706 | 2024-09-09T20:04:44.947Z | Checking signal-hook v0.3.17 |
| 1707 | 2024-09-09T20:04:44.971Z | Checking clap v4.5.16 |
| 1708 | 2024-09-09T20:04:45.099Z | Checking zerocopy v0.6.6 |
| 1709 | 2024-09-09T20:04:45.193Z | Checking flate2 v1.0.33 |
| 1710 | 2024-09-09T20:04:45.222Z | Checking toml_edit v0.22.20 |
| 1711 | 2024-09-09T20:04:45.265Z | Checking bstr v1.9.1 |
| 1712 | 2024-09-09T20:04:45.718Z | Checking elliptic-curve v0.13.8 |
| 1713 | 2024-09-09T20:04:45.815Z | Checking mio v0.8.11 |
| 1714 | 2024-09-09T20:04:45.838Z | Checking siphasher v0.3.11 |
| 1715 | 2024-09-09T20:04:46.133Z | Checking itertools v0.10.5 |
| 1716 | 2024-09-09T20:04:46.199Z | Checking idna v0.4.0 |
| 1717 | 2024-09-09T20:04:46.363Z | Checking bit-vec v0.6.3 |
| 1718 | 2024-09-09T20:04:46.444Z | Checking signal-hook-mio v0.2.4 |
| 1719 | 2024-09-09T20:04:46.590Z | Checking rsa v0.9.6 |
| 1720 | 2024-09-09T20:04:46.615Z | Checking itertools v0.12.1 |
| 1721 | 2024-09-09T20:04:46.673Z | Checking bit-set v0.5.3 |
| 1722 | 2024-09-09T20:04:46.784Z | Checking toml_edit v0.19.15 |
| 1723 | 2024-09-09T20:04:46.933Z | Checking hash32 v0.2.1 |
| 1724 | 2024-09-09T20:04:47.049Z | Checking hickory-proto v0.24.1 |
| 1725 | 2024-09-09T20:04:47.223Z | Checking predicates-core v1.0.6 |
| 1726 | 2024-09-09T20:04:47.408Z | Checking finl_unicode v1.2.0 |
| 1727 | 2024-09-09T20:04:47.598Z | Checking heapless v0.7.17 |
| 1728 | 2024-09-09T20:04:47.773Z | Checking tokio-stream v0.1.15 |
| 1729 | 2024-09-09T20:04:47.978Z | Checking stringprep v0.1.4 |
| 1730 | 2024-09-09T20:04:48.246Z | Checking console v0.15.8 |
| 1731 | 2024-09-09T20:04:48.346Z | Checking md-5 v0.10.6 |
| 1732 | 2024-09-09T20:04:48.562Z | Checking float-cmp v0.9.0 |
| 1733 | 2024-09-09T20:04:48.607Z | Checking normalize-line-endings v0.3.0 |
| 1734 | 2024-09-09T20:04:48.630Z | Checking fallible-iterator v0.2.0 |
| 1735 | 2024-09-09T20:04:48.733Z | Checking difflib v0.4.0 |
| 1736 | 2024-09-09T20:04:48.762Z | Checking fixedbitset v0.4.2 |
| 1737 | 2024-09-09T20:04:48.785Z | Checking smoltcp v0.9.1 |
| 1738 | 2024-09-09T20:04:49.027Z | Checking predicates v3.1.2 |
| 1739 | 2024-09-09T20:04:49.029Z | Checking petgraph v0.6.5 |
| 1740 | 2024-09-09T20:04:49.108Z | Checking similar v2.6.0 |
| 1741 | 2024-09-09T20:04:49.134Z | Checking toml v0.7.8 |
| 1742 | 2024-09-09T20:04:49.241Z | Checking postgres-protocol v0.6.7 |
| 1743 | 2024-09-09T20:04:49.578Z | Checking hyper-rustls v0.24.2 |
| 1744 | 2024-09-09T20:04:49.689Z | Checking hyper-tls v0.5.0 |
| 1745 | 2024-09-09T20:04:49.831Z | Checking phf_shared v0.11.2 |
| 1746 | 2024-09-09T20:04:49.861Z | Checking phf_shared v0.10.0 |
| 1747 | 2024-09-09T20:04:49.885Z | Checking fs-err v2.11.0 |
| 1748 | 2024-09-09T20:04:49.968Z | Checking hubpack v0.1.2 |
| 1749 | 2024-09-09T20:04:49.987Z | Checking reqwest v0.11.27 |
| 1750 | 2024-09-09T20:04:50.099Z | Checking new_debug_unreachable v1.0.6 |
| 1751 | 2024-09-09T20:04:50.130Z | Checking minimal-lexical v0.2.1 |
| 1752 | 2024-09-09T20:04:50.190Z | Checking lalrpop-util v0.19.12 |
| 1753 | 2024-09-09T20:04:50.215Z | Checking precomputed-hash v0.1.1 |
| 1754 | 2024-09-09T20:04:50.265Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1755 | 2024-09-09T20:04:50.324Z | Checking string_cache v0.8.7 |
| 1756 | 2024-09-09T20:04:50.417Z | Checking phf v0.11.2 |
| 1757 | 2024-09-09T20:04:50.474Z | Checking postgres-types v0.2.7 |
| 1758 | 2024-09-09T20:04:50.500Z | Checking nom v7.1.3 |
| 1759 | 2024-09-09T20:04:50.598Z | Checking whoami v1.5.1 |
| 1760 | 2024-09-09T20:04:50.695Z | Checking peg-runtime v0.8.3 |
| 1761 | 2024-09-09T20:04:50.922Z | Compiling regress v0.9.1 |
| 1762 | 2024-09-09T20:04:51.010Z | Compiling getopts v0.2.21 |
| 1763 | 2024-09-09T20:04:51.194Z | Checking tokio-postgres v0.7.11 |
| 1764 | 2024-09-09T20:04:51.568Z | Compiling unsafe-libyaml v0.2.11 |
| 1765 | 2024-09-09T20:04:51.657Z | Checking camino v1.1.9 |
| 1766 | 2024-09-09T20:04:51.930Z | Checking heck v0.5.0 |
| 1767 | 2024-09-09T20:04:52.235Z | Checking is-terminal v0.4.12 |
| 1768 | 2024-09-09T20:04:52.260Z | Compiling paste v1.0.15 |
| 1769 | 2024-09-09T20:04:52.357Z | Compiling ident_case v1.0.1 |
| 1770 | 2024-09-09T20:04:52.547Z | Compiling darling_core v0.20.9 |
| 1771 | 2024-09-09T20:04:52.848Z | Compiling serde_yaml v0.9.34+deprecated |
| 1772 | 2024-09-09T20:04:53.453Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1773 | 2024-09-09T20:04:54.152Z | Checking http v1.1.0 |
| 1774 | 2024-09-09T20:04:54.211Z | Compiling rustls v0.22.4 |
| 1775 | 2024-09-09T20:04:54.469Z | Checking dirs-sys-next v0.1.2 |
| 1776 | 2024-09-09T20:04:54.499Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1777 | 2024-09-09T20:04:54.685Z | Checking dirs-next v2.0.0 |
| 1778 | 2024-09-09T20:04:54.826Z | Checking crossbeam-channel v0.5.12 |
| 1779 | 2024-09-09T20:04:55.202Z | Checking thread_local v1.1.8 |
| 1780 | 2024-09-09T20:04:55.452Z | Compiling multer v3.1.0 |
| 1781 | 2024-09-09T20:04:55.474Z | Checking term v0.7.0 |
| 1782 | 2024-09-09T20:04:55.534Z | Compiling async-stream-impl v0.3.5 |
| 1783 | 2024-09-09T20:04:55.833Z | Checking take_mut v0.2.2 |
| 1784 | 2024-09-09T20:04:55.888Z | Checking slog-term v2.9.1 |
| 1785 | 2024-09-09T20:04:55.952Z | Checking match_cfg v0.1.0 |
| 1786 | 2024-09-09T20:04:55.989Z | Checking slog-async v2.8.0 |
| 1787 | 2024-09-09T20:04:56.051Z | Checking rustls-pki-types v1.7.0 |
| 1788 | 2024-09-09T20:04:56.287Z | Checking hostname v0.3.1 |
| 1789 | 2024-09-09T20:04:56.396Z | Checking strum v0.26.3 |
| 1790 | 2024-09-09T20:04:56.420Z | Checking toml v0.8.19 |
| 1791 | 2024-09-09T20:04:56.457Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1792 | 2024-09-09T20:04:56.554Z | Checking rustls-webpki v0.102.4 |
| 1793 | 2024-09-09T20:04:56.850Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1794 | 2024-09-09T20:04:56.906Z | Checking rustls-pemfile v2.1.3 |
| 1795 | 2024-09-09T20:04:56.908Z | Checking debug-ignore v1.0.5 |
| 1796 | 2024-09-09T20:04:57.063Z | Checking slog-json v2.6.1 |
| 1797 | 2024-09-09T20:04:57.154Z | Checking atomic-waker v1.1.2 |
| 1798 | 2024-09-09T20:04:57.175Z | Checking async-stream v0.3.5 |
| 1799 | 2024-09-09T20:04:57.303Z | Checking waitgroup v0.1.2 |
| 1800 | 2024-09-09T20:04:57.324Z | Checking slog-bunyan v2.5.0 |
| 1801 | 2024-09-09T20:04:57.447Z | Checking serde_path_to_error v0.1.16 |
| 1802 | 2024-09-09T20:04:57.493Z | Checking hostname v0.4.0 |
| 1803 | 2024-09-09T20:04:57.635Z | Checking fastrand v2.1.0 |
| 1804 | 2024-09-09T20:04:57.771Z | Checking ipnetwork v0.20.0 |
| 1805 | 2024-09-09T20:04:57.942Z | Checking tempfile v3.10.1 |
| 1806 | 2024-09-09T20:04:58.008Z | Checking instant v0.1.12 |
| 1807 | 2024-09-09T20:04:58.031Z | Compiling structmeta-derive v0.3.0 |
| 1808 | 2024-09-09T20:04:58.123Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1809 | 2024-09-09T20:04:58.126Z | Checking quick-error v1.2.3 |
| 1810 | 2024-09-09T20:04:58.283Z | Checking newtype-uuid v1.1.0 |
| 1811 | 2024-09-09T20:04:58.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1812 | 2024-09-09T20:04:58.746Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1813 | 2024-09-09T20:04:58.845Z | Checking macaddr v1.0.1 |
| 1814 | 2024-09-09T20:04:58.903Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1815 | 2024-09-09T20:04:59.076Z | Checking backoff v0.4.0 |
| 1816 | 2024-09-09T20:04:59.129Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1817 | 2024-09-09T20:04:59.223Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1818 | 2024-09-09T20:04:59.349Z | Compiling darling_macro v0.20.9 |
| 1819 | 2024-09-09T20:04:59.370Z | Checking wait-timeout v0.2.0 |
| 1820 | 2024-09-09T20:04:59.392Z | Checking rand_xorshift v0.3.0 |
| 1821 | 2024-09-09T20:04:59.481Z | Compiling structmeta-derive v0.2.0 |
| 1822 | 2024-09-09T20:04:59.548Z | Checking rusty-fork v0.3.0 |
| 1823 | 2024-09-09T20:04:59.572Z | Checking unarray v0.1.4 |
| 1824 | 2024-09-09T20:04:59.723Z | Checking camino-tempfile v1.1.1 |
| 1825 | 2024-09-09T20:04:59.830Z | Checking proptest v1.5.0 |
| 1826 | 2024-09-09T20:05:00.001Z | Compiling proc-macro-error v1.0.4 |
| 1827 | 2024-09-09T20:05:00.306Z | Compiling darling v0.20.9 |
| 1828 | 2024-09-09T20:05:00.430Z | Compiling serde_with_macros v3.9.0 |
| 1829 | 2024-09-09T20:05:00.683Z | Compiling proc-macro-crate v1.3.1 |
| 1830 | 2024-09-09T20:05:00.874Z | Checking tokio-rustls v0.25.0 |
| 1831 | 2024-09-09T20:05:01.004Z | Compiling structmeta v0.3.0 |
| 1832 | 2024-09-09T20:05:01.255Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1833 | 2024-09-09T20:05:01.445Z | Compiling parse-display-derive v0.10.0 |
| 1834 | 2024-09-09T20:05:01.657Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1835 | 2024-09-09T20:05:01.696Z | Compiling num_enum_derive v0.5.11 |
| 1836 | 2024-09-09T20:05:01.989Z | Compiling foreign-types-macros v0.2.3 |
| 1837 | 2024-09-09T20:05:02.355Z | Compiling structmeta v0.2.0 |
| 1838 | 2024-09-09T20:05:02.787Z | Compiling test-strategy v0.3.1 |
| 1839 | 2024-09-09T20:05:03.293Z | Checking foreign-types-shared v0.3.1 |
| 1840 | 2024-09-09T20:05:03.334Z | Checking serde_with v3.9.0 |
| 1841 | 2024-09-09T20:05:03.409Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1842 | 2024-09-09T20:05:03.738Z | Checking foreign-types v0.5.0 |
| 1843 | 2024-09-09T20:05:04.221Z | Checking cstr-argument v0.1.2 |
| 1844 | 2024-09-09T20:05:04.277Z | Checking num_enum v0.5.11 |
| 1845 | 2024-09-09T20:05:04.388Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1846 | 2024-09-09T20:05:04.438Z | Checking pretty-hex v0.2.1 |
| 1847 | 2024-09-09T20:05:04.497Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1848 | 2024-09-09T20:05:04.611Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1849 | 2024-09-09T20:05:04.827Z | Checking tabwriter v1.4.0 |
| 1850 | 2024-09-09T20:05:04.888Z | Checking colored v2.1.0 |
| 1851 | 2024-09-09T20:05:05.054Z | Checking socket2 v0.4.10 |
| 1852 | 2024-09-09T20:05:05.187Z | Checking smf v0.2.3 |
| 1853 | 2024-09-09T20:05:05.293Z | Checking termtree v0.4.1 |
| 1854 | 2024-09-09T20:05:05.385Z | Compiling heapless v0.8.0 |
| 1855 | 2024-09-09T20:05:05.494Z | Checking predicates-tree v1.0.9 |
| 1856 | 2024-09-09T20:05:05.516Z | Checking hash32 v0.3.1 |
| 1857 | 2024-09-09T20:05:05.625Z | Compiling smoltcp v0.11.0 |
| 1858 | 2024-09-09T20:05:05.653Z | Compiling crucible-workspace-hack v0.1.0 |
| 1859 | 2024-09-09T20:05:05.707Z | Checking cobs v0.2.3 |
| 1860 | 2024-09-09T20:05:05.899Z | Checking embedded-io v0.4.0 |
| 1861 | 2024-09-09T20:05:06.042Z | Checking parse-display v0.10.0 |
| 1862 | 2024-09-09T20:05:06.082Z | Checking postcard v1.0.8 |
| 1863 | 2024-09-09T20:05:06.104Z | Checking sigpipe v0.1.3 |
| 1864 | 2024-09-09T20:05:06.204Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1865 | 2024-09-09T20:05:06.257Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1866 | 2024-09-09T20:05:06.364Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1867 | 2024-09-09T20:05:06.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1868 | 2024-09-09T20:05:06.502Z | Compiling mockall_derive v0.13.0 |
| 1869 | 2024-09-09T20:05:06.575Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1870 | 2024-09-09T20:05:06.641Z | Checking humantime v2.1.0 |
| 1871 | 2024-09-09T20:05:06.708Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1872 | 2024-09-09T20:05:06.885Z | Compiling zone_cfg_derive v0.3.0 |
| 1873 | 2024-09-09T20:05:06.920Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1874 | 2024-09-09T20:05:06.922Z | Compiling num-derive v0.4.2 |
| 1875 | 2024-09-09T20:05:07.252Z | Checking downcast v0.11.0 |
| 1876 | 2024-09-09T20:05:07.275Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1877 | 2024-09-09T20:05:07.468Z | Checking fragile v2.0.0 |
| 1878 | 2024-09-09T20:05:07.614Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1879 | 2024-09-09T20:05:07.730Z | Checking utf-8 v0.7.6 |
| 1880 | 2024-09-09T20:05:07.860Z | Checking newline-converter v0.3.0 |
| 1881 | 2024-09-09T20:05:07.934Z | Checking tungstenite v0.21.0 |
| 1882 | 2024-09-09T20:05:08.019Z | Checking expectorate v1.1.0 |
| 1883 | 2024-09-09T20:05:08.181Z | Compiling convert_case v0.4.0 |
| 1884 | 2024-09-09T20:05:08.339Z | Checking zone v0.3.0 |
| 1885 | 2024-09-09T20:05:08.410Z | Checking same-file v1.0.6 |
| 1886 | 2024-09-09T20:05:08.588Z | Checking walkdir v2.5.0 |
| 1887 | 2024-09-09T20:05:08.804Z | Checking tokio-tungstenite v0.21.0 |
| 1888 | 2024-09-09T20:05:08.877Z | Checking arc-swap v1.7.1 |
| 1889 | 2024-09-09T20:05:09.142Z | Checking xattr v1.3.1 |
| 1890 | 2024-09-09T20:05:09.234Z | Compiling derive_more v0.99.18 |
| 1891 | 2024-09-09T20:05:09.254Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
| 1892 | 2024-09-09T20:05:09.291Z | Checking filetime v0.2.25 |
| 1893 | 2024-09-09T20:05:09.317Z | Checking slog-scope v4.4.0 |
| 1894 | 2024-09-09T20:05:09.340Z | Checking termcolor v1.4.1 |
| 1895 | 2024-09-09T20:05:09.500Z | Checking tar v0.4.41 |
| 1896 | 2024-09-09T20:05:09.522Z | Checking slog-stdlog v4.1.1 |
| 1897 | 2024-09-09T20:05:09.690Z | Checking slog-envlogger v2.2.0 |
| 1898 | 2024-09-09T20:05:09.711Z | Compiling derive-where v1.2.7 |
| 1899 | 2024-09-09T20:05:09.763Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1900 | 2024-09-09T20:05:09.925Z | Checking password-hash v0.5.0 |
| 1901 | 2024-09-09T20:05:10.087Z | Checking blake2 v0.10.6 |
| 1902 | 2024-09-09T20:05:10.114Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1903 | 2024-09-09T20:05:10.243Z | Checking num-rational v0.4.2 |
| 1904 | 2024-09-09T20:05:10.373Z | Checking num-complex v0.4.6 |
| 1905 | 2024-09-09T20:05:10.535Z | Checking argon2 v0.5.3 |
| 1906 | 2024-09-09T20:05:10.899Z | Checking float-ord v0.3.2 |
| 1907 | 2024-09-09T20:05:11.053Z | Checking atty v0.2.14 |
| 1908 | 2024-09-09T20:05:11.183Z | Checking pem v3.0.4 |
| 1909 | 2024-09-09T20:05:11.222Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1910 | 2024-09-09T20:05:11.300Z | Checking num v0.4.3 |
| 1911 | 2024-09-09T20:05:11.406Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1912 | 2024-09-09T20:05:11.467Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1913 | 2024-09-09T20:05:12.045Z | Checking tungstenite v0.20.1 |
| 1914 | 2024-09-09T20:05:12.492Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1915 | 2024-09-09T20:05:12.734Z | Checking env_logger v0.9.3 |
| 1916 | 2024-09-09T20:05:12.804Z | Checking tokio-tungstenite v0.20.1 |
| 1917 | 2024-09-09T20:05:13.065Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1918 | 2024-09-09T20:05:13.085Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1919 | 2024-09-09T20:05:13.167Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1920 | 2024-09-09T20:05:13.190Z | Compiling bitstruct_derive v0.1.0 |
| 1921 | 2024-09-09T20:05:13.289Z | Checking ascii v1.1.0 |
| 1922 | 2024-09-09T20:05:13.310Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1923 | 2024-09-09T20:05:13.336Z | Checking atomicwrites v0.4.3 |
| 1924 | 2024-09-09T20:05:13.417Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1925 | 2024-09-09T20:05:13.468Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1926 | 2024-09-09T20:05:13.529Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1927 | 2024-09-09T20:05:13.668Z | Checking erased-serde v0.3.31 |
| 1928 | 2024-09-09T20:05:13.690Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1929 | 2024-09-09T20:05:13.748Z | Checking serde_arrays v0.1.0 |
| 1930 | 2024-09-09T20:05:13.795Z | Compiling heck v0.3.3 |
| 1931 | 2024-09-09T20:05:13.901Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1932 | 2024-09-09T20:05:14.249Z | Checking yasna v0.5.2 |
| 1933 | 2024-09-09T20:05:14.251Z | Compiling zone_cfg_derive v0.1.2 |
| 1934 | 2024-09-09T20:05:14.568Z | Checking bitstruct v0.1.1 |
| 1935 | 2024-09-09T20:05:14.617Z | Checking headers-core v0.2.0 |
| 1936 | 2024-09-09T20:05:14.688Z | Checking base64 v0.13.1 |
| 1937 | 2024-09-09T20:05:14.716Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1938 | 2024-09-09T20:05:14.760Z | Checking mockall v0.13.0 |
| 1939 | 2024-09-09T20:05:14.762Z | Checking headers v0.3.9 |
| 1940 | 2024-09-09T20:05:15.084Z | Checking ron v0.7.1 |
| 1941 | 2024-09-09T20:05:15.146Z | Checking rcgen v0.12.1 |
| 1942 | 2024-09-09T20:05:15.793Z | Checking portpicker v0.1.1 |
| 1943 | 2024-09-09T20:05:15.816Z | Checking zone v0.1.8 |
| 1944 | 2024-09-09T20:05:15.840Z | Checking subprocess v0.2.9 |
| 1945 | 2024-09-09T20:05:15.930Z | Checking highway v1.2.0 |
| 1946 | 2024-09-09T20:05:16.200Z | Compiling prettyplease v0.2.20 |
| 1947 | 2024-09-09T20:05:16.331Z | Compiling semver v0.1.20 |
| 1948 | 2024-09-09T20:05:16.352Z | Checking half v2.4.1 |
| 1949 | 2024-09-09T20:05:16.471Z | Checking ciborium-io v0.2.2 |
| 1950 | 2024-09-09T20:05:16.524Z | Compiling cookie v0.18.1 |
| 1951 | 2024-09-09T20:05:16.699Z | Compiling rustc_version v0.1.7 |
| 1952 | 2024-09-09T20:05:16.800Z | Checking ciborium-ll v0.2.2 |
| 1953 | 2024-09-09T20:05:16.846Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1954 | 2024-09-09T20:05:16.910Z | Checking linked-hash-map v0.5.6 |
| 1955 | 2024-09-09T20:05:16.939Z | Compiling rayon-core v1.12.1 |
| 1956 | 2024-09-09T20:05:16.982Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1957 | 2024-09-09T20:05:17.085Z | Checking ciborium v0.2.2 |
| 1958 | 2024-09-09T20:05:17.210Z | Compiling newtype_derive v0.1.6 |
| 1959 | 2024-09-09T20:05:17.230Z | Checking lru-cache v0.1.2 |
| 1960 | 2024-09-09T20:05:17.279Z | Checking resolv-conf v0.7.0 |
| 1961 | 2024-09-09T20:05:17.318Z | Checking swrite v0.1.0 |
| 1962 | 2024-09-09T20:05:17.615Z | Checking hickory-resolver v0.24.1 |
| 1963 | 2024-09-09T20:05:17.696Z | Checking steno v0.4.1 |
| 1964 | 2024-09-09T20:05:18.240Z | Compiling home v0.5.9 |
| 1965 | 2024-09-09T20:05:20.216Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1966 | 2024-09-09T20:05:22.643Z | Compiling slog-dtrace v0.3.0 |
| 1967 | 2024-09-09T20:05:22.803Z | Compiling blake3 v1.5.1 |
| 1968 | 2024-09-09T20:05:23.020Z | Compiling ring v0.16.20 |
| 1969 | 2024-09-09T20:05:23.361Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1970 | 2024-09-09T20:05:23.573Z | Compiling cancel-safe-futures v0.1.5 |
| 1971 | 2024-09-09T20:05:23.668Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1972 | 2024-09-09T20:05:24.376Z | Checking itertools v0.13.0 |
| 1973 | 2024-09-09T20:05:24.551Z | Checking universal-hash v0.5.1 |
| 1974 | 2024-09-09T20:05:24.612Z | Checking keccak v0.1.5 |
| 1975 | 2024-09-09T20:05:24.749Z | Checking opaque-debug v0.3.1 |
| 1976 | 2024-09-09T20:05:24.852Z | Checking secrecy v0.8.0 |
| 1977 | 2024-09-09T20:05:24.925Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1978 | 2024-09-09T20:05:24.927Z | Checking sha3 v0.10.8 |
| 1979 | 2024-09-09T20:05:25.040Z | Checking libsw v3.3.1 |
| 1980 | 2024-09-09T20:05:25.310Z | Compiling curve25519-dalek v4.1.3 |
| 1981 | 2024-09-09T20:05:25.330Z | Checking owo-colors v4.0.0 |
| 1982 | 2024-09-09T20:05:25.708Z | Checking linear-map v1.2.0 |
| 1983 | 2024-09-09T20:05:26.041Z | Checking aead v0.5.2 |
| 1984 | 2024-09-09T20:05:26.061Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1985 | 2024-09-09T20:05:26.242Z | Checking poly1305 v0.8.0 |
| 1986 | 2024-09-09T20:05:26.736Z | Checking chacha20 v0.9.1 |
| 1987 | 2024-09-09T20:05:26.756Z | Compiling crossbeam-deque v0.8.5 |
| 1988 | 2024-09-09T20:05:27.081Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1989 | 2024-09-09T20:05:28.020Z | Compiling rayon v1.10.0 |
| 1990 | 2024-09-09T20:05:28.706Z | Compiling memmap2 v0.9.4 |
| 1991 | 2024-09-09T20:05:29.185Z | Compiling spin v0.5.2 |
| 1992 | 2024-09-09T20:05:29.207Z | Compiling arrayref v0.3.7 |
| 1993 | 2024-09-09T20:05:29.316Z | Compiling constant_time_eq v0.3.0 |
| 1994 | 2024-09-09T20:05:29.358Z | Compiling untrusted v0.7.1 |
| 1995 | 2024-09-09T20:05:29.425Z | Compiling arrayvec v0.7.4 |
| 1996 | 2024-09-09T20:05:29.532Z | Compiling toolchain_find v0.4.0 |
| 1997 | 2024-09-09T20:05:30.136Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1998 | 2024-09-09T20:05:30.256Z | Compiling topological-sort v0.2.2 |
| 1999 | 2024-09-09T20:05:30.422Z | Compiling rustfmt-wrapper v0.2.1 |
| 2000 | 2024-09-09T20:05:30.833Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2001 | 2024-09-09T20:05:31.159Z | Checking display-error-chain v0.2.1 |
| 2002 | 2024-09-09T20:05:31.249Z | Checking chacha20poly1305 v0.10.1 |
| 2003 | 2024-09-09T20:05:31.271Z | Checking nibble_vec v0.1.0 |
| 2004 | 2024-09-09T20:05:31.304Z | Checking endian-type v0.1.2 |
| 2005 | 2024-09-09T20:05:31.435Z | Checking fxhash v0.2.1 |
| 2006 | 2024-09-09T20:05:31.471Z | Checking maplit v1.0.2 |
| 2007 | 2024-09-09T20:05:31.524Z | Checking radix_trie v0.2.1 |
| 2008 | 2024-09-09T20:05:31.587Z | Compiling radium v0.7.0 |
| 2009 | 2024-09-09T20:05:31.609Z | Compiling maybe-uninit v2.0.0 |
| 2010 | 2024-09-09T20:05:31.922Z | Checking tap v1.0.1 |
| 2011 | 2024-09-09T20:05:32.080Z | Checking wyz v0.5.1 |
| 2012 | 2024-09-09T20:05:32.220Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2013 | 2024-09-09T20:05:32.456Z | Compiling packed_struct v0.10.1 |
| 2014 | 2024-09-09T20:05:32.458Z | Checking crc-catalog v2.4.0 |
| 2015 | 2024-09-09T20:05:32.516Z | Checking funty v2.0.0 |
| 2016 | 2024-09-09T20:05:32.616Z | Checking crc v3.2.1 |
| 2017 | 2024-09-09T20:05:32.728Z | Compiling omicron-zone-package v0.11.0 |
| 2018 | 2024-09-09T20:05:33.032Z | Checking gethostname v0.5.0 |
| 2019 | 2024-09-09T20:05:33.086Z | Checking kstat-rs v0.2.4 |
| 2020 | 2024-09-09T20:05:33.161Z | Compiling packed_struct_codegen v0.10.1 |
| 2021 | 2024-09-09T20:05:33.217Z | Checking thiserror-no-std v2.0.2 |
| 2022 | 2024-09-09T20:05:33.287Z | Compiling indexmap v1.9.3 |
| 2023 | 2024-09-09T20:05:33.315Z | Checking vsss-rs v3.3.4 |
| 2024 | 2024-09-09T20:05:33.401Z | Compiling libefi-sys v0.1.0 |
| 2025 | 2024-09-09T20:05:33.467Z | Checking bitvec v1.0.1 |
| 2026 | 2024-09-09T20:05:33.589Z | Checking nodrop v0.1.14 |
| 2027 | 2024-09-09T20:05:33.713Z | Checking array-init v0.0.4 |
| 2028 | 2024-09-09T20:05:33.771Z | Checking smallvec v0.6.14 |
| 2029 | 2024-09-09T20:05:34.193Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2030 | 2024-09-09T20:05:34.530Z | Compiling bitfield-struct v0.6.1 |
| 2031 | 2024-09-09T20:05:34.609Z | Checking hashbrown v0.12.3 |
| 2032 | 2024-09-09T20:05:34.664Z | Checking bitfield v0.14.0 |
| 2033 | 2024-09-09T20:05:34.959Z | Checking serde-hex v0.1.0 |
| 2034 | 2024-09-09T20:05:35.995Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2035 | 2024-09-09T20:05:36.174Z | Checking bzip2 v0.4.4 |
| 2036 | 2024-09-09T20:05:36.482Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2037 | 2024-09-09T20:05:36.501Z | Checking env_logger v0.10.2 |
| 2038 | 2024-09-09T20:05:36.564Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2039 | 2024-09-09T20:05:36.716Z | Checking ron v0.8.1 |
| 2040 | 2024-09-09T20:05:36.736Z | Checking x509-cert v0.2.5 |
| 2041 | 2024-09-09T20:05:36.884Z | Checking hashbrown v0.13.2 |
| 2042 | 2024-09-09T20:05:36.905Z | Compiling async-recursion v1.1.1 |
| 2043 | 2024-09-09T20:05:37.911Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2044 | 2024-09-09T20:05:38.005Z | Checking crc-any v2.5.0 |
| 2045 | 2024-09-09T20:05:38.029Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2046 | 2024-09-09T20:05:38.329Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2047 | 2024-09-09T20:05:38.381Z | Checking object v0.30.4 |
| 2048 | 2024-09-09T20:05:38.571Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2049 | 2024-09-09T20:05:38.616Z | Checking zip v0.6.6 |
| 2050 | 2024-09-09T20:05:38.698Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2051 | 2024-09-09T20:05:38.793Z | Compiling parking_lot_core v0.8.6 |
| 2052 | 2024-09-09T20:05:38.836Z | Checking path-slash v0.1.5 |
| 2053 | 2024-09-09T20:05:38.968Z | Checking glob v0.3.1 |
| 2054 | 2024-09-09T20:05:38.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2055 | 2024-09-09T20:05:39.305Z | Checking hickory-client v0.24.1 |
| 2056 | 2024-09-09T20:05:39.307Z | Checking hickory-server v0.24.1 |
| 2057 | 2024-09-09T20:05:39.485Z | Checking crossterm v0.28.1 |
| 2058 | 2024-09-09T20:05:39.594Z | Compiling buf-list v1.0.3 |
| 2059 | 2024-09-09T20:05:39.717Z | Checking parking_lot v0.11.2 |
| 2060 | 2024-09-09T20:05:39.783Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2061 | 2024-09-09T20:05:39.917Z | Compiling unicase v2.7.0 |
| 2062 | 2024-09-09T20:05:40.077Z | Checking sled v0.34.7 |
| 2063 | 2024-09-09T20:05:40.745Z | Checking nanorand v0.7.0 |
| 2064 | 2024-09-09T20:05:41.115Z | Checking flume v0.11.0 |
| 2065 | 2024-09-09T20:05:41.265Z | Compiling vte_generate_state_changes v0.1.1 |
| 2066 | 2024-09-09T20:05:41.334Z | Compiling mime_guess v2.0.4 |
| 2067 | 2024-09-09T20:05:41.589Z | Checking fd-lock v4.0.2 |
| 2068 | 2024-09-09T20:05:41.846Z | Compiling dsl_auto_type v0.1.2 |
| 2069 | 2024-09-09T20:05:41.908Z | Checking vte v0.11.1 |
| 2070 | 2024-09-09T20:05:42.043Z | Checking crossterm v0.27.0 |
| 2071 | 2024-09-09T20:05:42.448Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2072 | 2024-09-09T20:05:42.681Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2073 | 2024-09-09T20:05:42.713Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2074 | 2024-09-09T20:05:42.845Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2075 | 2024-09-09T20:05:43.427Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2076 | 2024-09-09T20:05:43.776Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2077 | 2024-09-09T20:05:44.073Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
| 2078 | 2024-09-09T20:05:44.160Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2079 | 2024-09-09T20:05:45.338Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2080 | 2024-09-09T20:05:46.847Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
| 2081 | 2024-09-09T20:05:47.366Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2082 | 2024-09-09T20:05:47.572Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2083 | 2024-09-09T20:05:47.886Z | Checking strip-ansi-escapes v0.2.0 |
| 2084 | 2024-09-09T20:05:48.086Z | Checking scheduled-thread-pool v0.2.7 |
| 2085 | 2024-09-09T20:05:48.289Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2086 | 2024-09-09T20:05:48.310Z | Checking nu-ansi-term v0.50.0 |
| 2087 | 2024-09-09T20:05:48.724Z | Compiling crunchy v0.2.2 |
| 2088 | 2024-09-09T20:05:49.289Z | Compiling diesel_derives v2.2.2 |
| 2089 | 2024-09-09T20:05:49.333Z | Checking reedline v0.33.0 |
| 2090 | 2024-09-09T20:05:49.534Z | Checking r2d2 v0.8.10 |
| 2091 | 2024-09-09T20:05:50.544Z | Compiling clang-sys v1.7.0 |
| 2092 | 2024-09-09T20:05:50.951Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2093 | 2024-09-09T20:05:51.236Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
| 2094 | 2024-09-09T20:05:51.256Z | Compiling pin-project-internal v1.1.5 |
| 2095 | 2024-09-09T20:05:51.511Z | Compiling tiny-keccak v2.0.2 |
| 2096 | 2024-09-09T20:05:51.821Z | Checking http-range v0.1.5 |
| 2097 | 2024-09-09T20:05:52.020Z | Checking hyper-staticfile v0.9.5 |
| 2098 | 2024-09-09T20:05:52.046Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
| 2099 | 2024-09-09T20:05:52.608Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2100 | 2024-09-09T20:05:52.865Z | Compiling ref-cast v1.0.23 |
| 2101 | 2024-09-09T20:05:53.050Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2102 | 2024-09-09T20:05:53.687Z | Compiling ascii-canvas v3.0.0 |
| 2103 | 2024-09-09T20:05:54.182Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2104 | 2024-09-09T20:05:54.279Z | Compiling ena v0.14.3 |
| 2105 | 2024-09-09T20:05:54.340Z | Checking pin-project v1.1.5 |
| 2106 | 2024-09-09T20:05:54.474Z | Compiling ref-cast-impl v1.0.23 |
| 2107 | 2024-09-09T20:05:54.495Z | Compiling libloading v0.8.3 |
| 2108 | 2024-09-09T20:05:54.654Z | Checking bytecount v0.6.8 |
| 2109 | 2024-09-09T20:05:54.827Z | Compiling diff v0.1.13 |
| 2110 | 2024-09-09T20:05:54.922Z | Compiling bindgen v0.69.4 |
| 2111 | 2024-09-09T20:05:55.515Z | Compiling regex-syntax v0.6.29 |
| 2112 | 2024-09-09T20:05:55.742Z | Checking papergrid v0.11.0 |
| 2113 | 2024-09-09T20:05:56.243Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2114 | 2024-09-09T20:05:57.195Z | Compiling which v4.4.2 |
| 2115 | 2024-09-09T20:05:57.833Z | Compiling tabled_derive v0.7.0 |
| 2116 | 2024-09-09T20:06:00.260Z | Compiling lalrpop v0.19.12 |
| 2117 | 2024-09-09T20:06:00.721Z | Compiling cexpr v0.6.0 |
| 2118 | 2024-09-09T20:06:01.329Z | Compiling cfg_aliases v0.1.1 |
| 2119 | 2024-09-09T20:06:01.441Z | Compiling shlex v1.3.0 |
| 2120 | 2024-09-09T20:06:01.682Z | Checking diesel v2.2.3 |
| 2121 | 2024-09-09T20:06:01.863Z | Compiling lazycell v1.3.0 |
| 2122 | 2024-09-09T20:06:02.049Z | Compiling rustc-hash v1.1.0 |
| 2123 | 2024-09-09T20:06:02.446Z | Compiling nix v0.28.0 |
| 2124 | 2024-09-09T20:06:03.247Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2125 | 2024-09-09T20:06:06.920Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2126 | 2024-09-09T20:06:07.959Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2127 | 2024-09-09T20:06:10.372Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2128 | 2024-09-09T20:06:11.408Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2129 | 2024-09-09T20:06:12.010Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2130 | 2024-09-09T20:06:12.068Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2131 | 2024-09-09T20:06:12.187Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2132 | 2024-09-09T20:06:12.879Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2133 | 2024-09-09T20:06:13.442Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2134 | 2024-09-09T20:06:13.461Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2135 | 2024-09-09T20:06:14.057Z | Checking tabled v0.15.0 |
| 2136 | 2024-09-09T20:06:14.537Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2137 | 2024-09-09T20:06:17.051Z | Compiling derive_builder_core v0.20.0 |
| 2138 | 2024-09-09T20:06:17.985Z | Checking signal-hook-tokio v0.3.1 |
| 2139 | 2024-09-09T20:06:18.180Z | Compiling libxml v0.3.3 |
| 2140 | 2024-09-09T20:06:18.607Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2141 | 2024-09-09T20:06:19.396Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2142 | 2024-09-09T20:06:19.447Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2143 | 2024-09-09T20:06:19.648Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2144 | 2024-09-09T20:06:19.885Z | Compiling derive_builder_macro v0.20.0 |
| 2145 | 2024-09-09T20:06:20.231Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2146 | 2024-09-09T20:06:21.034Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2147 | 2024-09-09T20:06:22.154Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2148 | 2024-09-09T20:06:22.539Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2149 | 2024-09-09T20:06:22.923Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2150 | 2024-09-09T20:06:24.176Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2151 | 2024-09-09T20:06:24.235Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2152 | 2024-09-09T20:06:24.659Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2153 | 2024-09-09T20:06:26.399Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2154 | 2024-09-09T20:06:26.952Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2155 | 2024-09-09T20:06:27.286Z | Compiling strum_macros v0.24.3 |
| 2156 | 2024-09-09T20:06:31.618Z | Compiling memoffset v0.9.1 |
| 2157 | 2024-09-09T20:06:31.629Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2158 | 2024-09-09T20:06:31.629Z | Compiling indoc v1.0.9 |
| 2159 | 2024-09-09T20:06:31.629Z | Checking derive_builder v0.20.0 |
| 2160 | 2024-09-09T20:06:31.629Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2161 | 2024-09-09T20:06:31.629Z | Checking quick-xml v0.31.0 |
| 2162 | 2024-09-09T20:06:35.700Z | Compiling peg-macros v0.8.4 |
| 2163 | 2024-09-09T20:06:35.950Z | Compiling snafu-derive v0.8.2 |
| 2164 | 2024-09-09T20:06:35.950Z | Compiling oso-derive v0.27.3 |
| 2165 | 2024-09-09T20:06:35.950Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2166 | 2024-09-09T20:06:35.950Z | Compiling sqlparser_derive v0.2.2 |
| 2167 | 2024-09-09T20:06:35.977Z | Compiling dropshot v0.10.1 |
| 2168 | 2024-09-09T20:06:36.061Z | Checking unicode_categories v0.1.1 |
| 2169 | 2024-09-09T20:06:36.364Z | Checking sqlformat v0.2.4 |
| 2170 | 2024-09-09T20:06:36.643Z | Checking peg v0.8.4 |
| 2171 | 2024-09-09T20:06:36.831Z | Checking sqlparser v0.45.0 |
| 2172 | 2024-09-09T20:06:38.156Z | Checking rustyline v14.0.0 |
| 2173 | 2024-09-09T20:06:39.047Z | Checking snafu v0.8.2 |
| 2174 | 2024-09-09T20:06:39.679Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2175 | 2024-09-09T20:06:39.730Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2176 | 2024-09-09T20:06:40.274Z | Checking tungstenite v0.23.0 |
| 2177 | 2024-09-09T20:06:40.767Z | Checking globset v0.4.14 |
| 2178 | 2024-09-09T20:06:41.211Z | Checking olpc-cjson v0.1.3 |
| 2179 | 2024-09-09T20:06:41.274Z | Checking bcs v0.1.6 |
| 2180 | 2024-09-09T20:06:41.459Z | Checking serde_plain v1.0.2 |
| 2181 | 2024-09-09T20:06:41.514Z | Compiling dropshot_endpoint v0.10.1 |
| 2182 | 2024-09-09T20:06:41.712Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2183 | 2024-09-09T20:06:41.736Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2184 | 2024-09-09T20:06:42.023Z | Checking typed-path v0.7.1 |
| 2185 | 2024-09-09T20:06:42.184Z | Checking tokio-tungstenite v0.23.1 |
| 2186 | 2024-09-09T20:06:42.630Z | Checking nix v0.27.1 |
| 2187 | 2024-09-09T20:06:42.650Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2188 | 2024-09-09T20:06:42.920Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2189 | 2024-09-09T20:06:43.247Z | Checking bb8 v0.8.5 |
| 2190 | 2024-09-09T20:06:43.675Z | Checking serde-big-array v0.5.1 |
| 2191 | 2024-09-09T20:06:43.841Z | Compiling const_format_proc_macros v0.2.32 |
| 2192 | 2024-09-09T20:06:43.881Z | Checking parse-size v1.0.0 |
| 2193 | 2024-09-09T20:06:43.902Z | Checking tough v0.17.1 |
| 2194 | 2024-09-09T20:06:44.626Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2195 | 2024-09-09T20:06:46.123Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2196 | 2024-09-09T20:06:46.229Z | Checking const_format v0.2.32 |
| 2197 | 2024-09-09T20:06:46.714Z | Checking async-bb8-diesel v0.2.1 |
| 2198 | 2024-09-09T20:06:47.183Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2199 | 2024-09-09T20:06:47.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2200 | 2024-09-09T20:06:48.889Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2201 | 2024-09-09T20:06:49.361Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2202 | 2024-09-09T20:06:50.638Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2203 | 2024-09-09T20:06:50.908Z | Checking assert_matches v1.5.0 |
| 2204 | 2024-09-09T20:06:51.012Z | Checking heck v0.4.1 |
| 2205 | 2024-09-09T20:06:51.235Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2206 | 2024-09-09T20:06:51.373Z | Compiling portable-atomic v1.6.0 |
| 2207 | 2024-09-09T20:06:51.434Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2208 | 2024-09-09T20:06:51.642Z | Checking rand_seeder v0.3.0 |
| 2209 | 2024-09-09T20:06:51.896Z | Compiling libz-sys v1.1.16 |
| 2210 | 2024-09-09T20:06:51.963Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2211 | 2024-09-09T20:06:52.746Z | Checking number_prefix v0.4.0 |
| 2212 | 2024-09-09T20:06:52.951Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2213 | 2024-09-09T20:06:53.190Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2214 | 2024-09-09T20:06:53.520Z | Checking indicatif v0.17.8 |
| 2215 | 2024-09-09T20:06:54.447Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2216 | 2024-09-09T20:06:54.607Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2217 | 2024-09-09T20:06:55.376Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2218 | 2024-09-09T20:06:55.744Z | Compiling vergen v8.3.2 |
| 2219 | 2024-09-09T20:06:56.059Z | Compiling cargo-platform v0.1.8 |
| 2220 | 2024-09-09T20:06:56.613Z | Checking is_ci v1.2.0 |
| 2221 | 2024-09-09T20:06:56.759Z | Checking smawk v0.3.2 |
| 2222 | 2024-09-09T20:06:56.779Z | Checking unicode-linebreak v0.1.5 |
| 2223 | 2024-09-09T20:06:56.973Z | Checking supports-color v3.0.0 |
| 2224 | 2024-09-09T20:06:57.007Z | Compiling cargo_metadata v0.18.1 |
| 2225 | 2024-09-09T20:06:57.179Z | Checking textwrap v0.16.1 |
| 2226 | 2024-09-09T20:06:57.197Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2227 | 2024-09-09T20:06:57.216Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2228 | 2024-09-09T20:06:57.572Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2229 | 2024-09-09T20:06:57.969Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2230 | 2024-09-09T20:06:58.390Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2231 | 2024-09-09T20:07:00.092Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2232 | 2024-09-09T20:07:00.289Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2233 | 2024-09-09T20:07:00.509Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2234 | 2024-09-09T20:07:00.776Z | Checking castaway v0.2.3 |
| 2235 | 2024-09-09T20:07:00.953Z | Compiling libsqlite3-sys v0.28.0 |
| 2236 | 2024-09-09T20:07:01.498Z | Compiling cfg_aliases v0.2.1 |
| 2237 | 2024-09-09T20:07:01.663Z | Compiling nix v0.29.0 |
| 2238 | 2024-09-09T20:07:01.963Z | Checking compact_str v0.8.0 |
| 2239 | 2024-09-09T20:07:02.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2240 | 2024-09-09T20:07:02.790Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2241 | 2024-09-09T20:07:03.111Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2242 | 2024-09-09T20:07:03.436Z | Checking unicode-truncate v1.0.0 |
| 2243 | 2024-09-09T20:07:03.660Z | Checking lru v0.12.3 |
| 2244 | 2024-09-09T20:07:03.987Z | Compiling instability v0.3.2 |
| 2245 | 2024-09-09T20:07:04.433Z | Checking cassowary v0.3.0 |
| 2246 | 2024-09-09T20:07:04.672Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2247 | 2024-09-09T20:07:05.009Z | Checking ratatui v0.28.0 |
| 2248 | 2024-09-09T20:07:05.352Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2249 | 2024-09-09T20:07:05.642Z | Checking hashlink v0.9.1 |
| 2250 | 2024-09-09T20:07:06.282Z | Checking fallible-iterator v0.3.0 |
| 2251 | 2024-09-09T20:07:06.511Z | Checking fallible-streaming-iterator v0.1.9 |
| 2252 | 2024-09-09T20:07:06.899Z | Checking rusqlite v0.31.0 |
| 2253 | 2024-09-09T20:07:07.244Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2254 | 2024-09-09T20:07:07.565Z | Checking twox-hash v1.6.3 |
| 2255 | 2024-09-09T20:07:07.991Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2256 | 2024-09-09T20:07:08.009Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
| 2257 | 2024-09-09T20:07:08.387Z | Checking fatfs v0.3.6 |
| 2258 | 2024-09-09T20:07:09.400Z | Checking csv-core v0.1.11 |
| 2259 | 2024-09-09T20:07:09.734Z | Checking shell-words v1.1.0 |
| 2260 | 2024-09-09T20:07:09.754Z | Checking csv v1.3.0 |
| 2261 | 2024-09-09T20:07:09.904Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2262 | 2024-09-09T20:07:10.900Z | Checking rtoolbox v0.0.2 |
| 2263 | 2024-09-09T20:07:11.102Z | Checking rpassword v7.3.1 |
| 2264 | 2024-09-09T20:07:12.938Z | Checking tui-tree-widget v0.22.0 |
| 2265 | 2024-09-09T20:07:13.257Z | Checking polyval v0.6.2 |
| 2266 | 2024-09-09T20:07:13.545Z | Checking rfc6979 v0.4.0 |
| 2267 | 2024-09-09T20:07:13.726Z | Checking plotters-backend v0.3.5 |
| 2268 | 2024-09-09T20:07:14.103Z | Checking plotters-svg v0.3.5 |
| 2269 | 2024-09-09T20:07:14.329Z | Checking ecdsa v0.16.9 |
| 2270 | 2024-09-09T20:07:15.027Z | Checking ghash v0.5.1 |
| 2271 | 2024-09-09T20:07:15.199Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2272 | 2024-09-09T20:07:16.344Z | Checking primeorder v0.13.6 |
| 2273 | 2024-09-09T20:07:16.770Z | Checking ctr v0.9.2 |
| 2274 | 2024-09-09T20:07:17.782Z | Checking cast v0.3.0 |
| 2275 | 2024-09-09T20:07:17.903Z | Checking yansi v0.5.1 |
| 2276 | 2024-09-09T20:07:18.109Z | Checking criterion-plot v0.5.0 |
| 2277 | 2024-09-09T20:07:18.173Z | Checking pretty_assertions v1.4.0 |
| 2278 | 2024-09-09T20:07:18.381Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2279 | 2024-09-09T20:07:18.619Z | Checking aes-gcm v0.10.3 |
| 2280 | 2024-09-09T20:07:18.847Z | Checking plotters v0.3.5 |
| 2281 | 2024-09-09T20:07:20.567Z | Checking ed25519 v2.2.3 |
| 2282 | 2024-09-09T20:07:20.885Z | Checking ssh-encoding v0.2.0 |
| 2283 | 2024-09-09T20:07:21.244Z | Checking tinytemplate v1.2.1 |
| 2284 | 2024-09-09T20:07:21.635Z | Checking blowfish v0.9.1 |
| 2285 | 2024-09-09T20:07:21.887Z | Checking anes v0.1.6 |
| 2286 | 2024-09-09T20:07:22.251Z | Checking oorandom v11.1.3 |
| 2287 | 2024-09-09T20:07:22.419Z | Checking criterion v0.5.1 |
| 2288 | 2024-09-09T20:07:22.969Z | Checking bcrypt-pbkdf v0.10.0 |
| 2289 | 2024-09-09T20:07:23.253Z | Checking ssh-cipher v0.2.0 |
| 2290 | 2024-09-09T20:07:23.499Z | Checking ed25519-dalek v2.1.1 |
| 2291 | 2024-09-09T20:07:23.877Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2292 | 2024-09-09T20:07:25.136Z | Checking password-hash v0.4.2 |
| 2293 | 2024-09-09T20:07:25.250Z | Checking hex-literal v0.4.1 |
| 2294 | 2024-09-09T20:07:25.315Z | Checking matches v0.1.10 |
| 2295 | 2024-09-09T20:07:25.386Z | Checking ssh-key v0.6.6 |
| 2296 | 2024-09-09T20:07:25.415Z | Checking idna v0.2.3 |
| 2297 | 2024-09-09T20:07:25.564Z | Checking pbkdf2 v0.11.0 |
| 2298 | 2024-09-09T20:07:25.860Z | Checking p521 v0.13.3 |
| 2299 | 2024-09-09T20:07:26.157Z | Checking p256 v0.13.2 |
| 2300 | 2024-09-09T20:07:26.676Z | Checking p384 v0.13.0 |
| 2301 | 2024-09-09T20:07:27.015Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2302 | 2024-09-09T20:07:27.201Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2303 | 2024-09-09T20:07:27.723Z | Checking russh-cryptovec v0.7.2 |
| 2304 | 2024-09-09T20:07:27.850Z | Compiling enum-as-inner v0.5.1 |
| 2305 | 2024-09-09T20:07:27.922Z | Checking md5 v0.7.0 |
| 2306 | 2024-09-09T20:07:28.218Z | Compiling doc-comment v0.3.3 |
| 2307 | 2024-09-09T20:07:28.764Z | Compiling target-lexicon v0.12.16 |
| 2308 | 2024-09-09T20:07:28.982Z | Checking trust-dns-proto v0.22.0 |
| 2309 | 2024-09-09T20:07:29.099Z | Checking russh-keys v0.45.0 |
| 2310 | 2024-09-09T20:07:29.812Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2311 | 2024-09-09T20:07:30.419Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2312 | 2024-09-09T20:07:30.570Z | Compiling samael v0.0.15 |
| 2313 | 2024-09-09T20:07:31.236Z | Checking http-body v1.0.0 |
| 2314 | 2024-09-09T20:07:31.447Z | Checking num-bigint v0.4.5 |
| 2315 | 2024-09-09T20:07:31.477Z | Checking des v0.8.1 |
| 2316 | 2024-09-09T20:07:31.751Z | Checking regex-automata v0.1.10 |
| 2317 | 2024-09-09T20:07:32.120Z | Compiling guppy-workspace-hack v0.1.0 |
| 2318 | 2024-09-09T20:07:32.401Z | Compiling assert_cmd v2.0.16 |
| 2319 | 2024-09-09T20:07:32.655Z | Checking tower-layer v0.3.2 |
| 2320 | 2024-09-09T20:07:32.837Z | Compiling dhcproto-macros v0.1.0 |
| 2321 | 2024-09-09T20:07:32.873Z | Checking tower v0.4.13 |
| 2322 | 2024-09-09T20:07:33.678Z | Checking bstr v0.2.17 |
| 2323 | 2024-09-09T20:07:33.731Z | Checking dhcproto v0.12.0 |
| 2324 | 2024-09-09T20:07:33.753Z | Checking russh v0.45.0 |
| 2325 | 2024-09-09T20:07:34.484Z | Checking hyper v1.3.1 |
| 2326 | 2024-09-09T20:07:35.661Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2327 | 2024-09-09T20:07:35.869Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2328 | 2024-09-09T20:07:36.329Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2329 | 2024-09-09T20:07:36.723Z | Compiling target-spec v3.2.1 |
| 2330 | 2024-09-09T20:07:37.150Z | Checking internet-checksum v0.2.1 |
| 2331 | 2024-09-09T20:07:37.924Z | Checking cfg-expr v0.16.0 |
| 2332 | 2024-09-09T20:07:38.334Z | Checking hyper-util v0.1.3 |
| 2333 | 2024-09-09T20:07:38.703Z | Checking httptest v0.15.5 |
| 2334 | 2024-09-09T20:07:39.048Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2335 | 2024-09-09T20:07:39.360Z | Checking rustls-native-certs v0.7.0 |
| 2336 | 2024-09-09T20:07:39.515Z | Checking num_cpus v1.16.0 |
| 2337 | 2024-09-09T20:07:39.828Z | Checking hyper-rustls v0.26.0 |
| 2338 | 2024-09-09T20:07:40.121Z | Checking threadpool v1.8.1 |
| 2339 | 2024-09-09T20:07:40.656Z | Checking pathdiff v0.2.1 |
| 2340 | 2024-09-09T20:07:40.827Z | Compiling toml_edit v0.21.1 |
| 2341 | 2024-09-09T20:07:41.311Z | Compiling rstest_macros v0.22.0 |
| 2342 | 2024-09-09T20:07:41.364Z | Checking escape8259 v0.5.2 |
| 2343 | 2024-09-09T20:07:41.527Z | Checking nested v0.1.1 |
| 2344 | 2024-09-09T20:07:41.719Z | Checking guppy v0.17.7 |
| 2345 | 2024-09-09T20:07:41.995Z | Checking libtest-mimic v0.7.3 |
| 2346 | 2024-09-09T20:07:42.390Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2347 | 2024-09-09T20:07:42.696Z | Checking similar-asserts v1.5.0 |
| 2348 | 2024-09-09T20:07:42.923Z | Checking fancy-regex v0.13.0 |
| 2349 | 2024-09-09T20:07:43.385Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2350 | 2024-09-09T20:07:43.656Z | Compiling proc-macro-crate v3.1.0 |
| 2351 | 2024-09-09T20:07:43.825Z | Compiling relative-path v1.9.3 |
| 2352 | 2024-09-09T20:07:44.543Z | Compiling trybuild v1.0.99 |
| 2353 | 2024-09-09T20:07:45.027Z | Checking datatest-stable v0.2.9 |
| 2354 | 2024-09-09T20:07:45.182Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2355 | 2024-09-09T20:07:45.304Z | Checking blake2b_simd v1.0.2 |
| 2356 | 2024-09-09T20:07:46.151Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2357 | 2024-09-09T20:07:46.544Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2358 | 2024-09-09T20:07:46.581Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2359 | 2024-09-09T20:07:46.863Z | Compiling git2 v0.19.0 |
| 2360 | 2024-09-09T20:07:46.899Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2361 | 2024-09-09T20:07:46.920Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2362 | 2024-09-09T20:07:47.241Z | Checking serde_tokenstream v0.2.2 |
| 2363 | 2024-09-09T20:07:47.438Z | Checking uzers v0.11.3 |
| 2364 | 2024-09-09T20:07:47.630Z | Checking futures-timer v3.0.3 |
| 2365 | 2024-09-09T20:07:47.796Z | Checking indent_write v2.2.0 |
| 2366 | 2024-09-09T20:07:48.038Z | Checking rust-argon2 v2.1.0 |
| 2367 | 2024-09-09T20:07:48.467Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2368 | 2024-09-09T20:07:49.464Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2369 | 2024-09-09T20:07:50.079Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2370 | 2024-09-09T20:07:50.390Z | Checking rand_distr v0.4.3 |
| 2371 | 2024-09-09T20:07:51.165Z | Checking multimap v0.10.0 |
| 2372 | 2024-09-09T20:07:51.466Z | Checking approx v0.5.1 |
| 2373 | 2024-09-09T20:07:51.723Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2374 | 2024-09-09T20:07:53.376Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2375 | 2024-09-09T20:07:54.859Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2376 | 2024-09-09T20:07:55.237Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2377 | 2024-09-09T20:07:55.438Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2378 | 2024-09-09T20:07:56.152Z | Checking partial-io v0.5.4 |
| 2379 | 2024-09-09T20:07:56.185Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2380 | 2024-09-09T20:07:56.232Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2381 | 2024-09-09T20:07:56.514Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
| 2382 | 2024-09-09T20:07:56.535Z | Checking cargo_toml v0.20.4 |
| 2383 | 2024-09-09T20:07:56.555Z | Checking termios v0.3.3 |
| 2384 | 2024-09-09T20:07:56.815Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2385 | 2024-09-09T20:07:57.809Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2386 | 2024-09-09T20:07:58.266Z | Checking rstest v0.22.0 |
| 2387 | 2024-09-09T20:07:58.427Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2388 | 2024-09-09T20:08:13.564Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2389 | 2024-09-09T20:08:20.219Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2390 | 2024-09-09T20:08:20.336Z | Compiling polar-core v0.27.3 |
| 2391 | 2024-09-09T20:08:30.804Z | Checking oso v0.27.3 |
| 2392 | 2024-09-09T20:08:45.773Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2393 | 2024-09-09T20:08:46.490Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2394 | 2024-09-09T20:08:46.945Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2395 | 2024-09-09T20:09:17.370Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2396 | 2024-09-09T20:09:17.370Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2397 | 2024-09-09T20:09:17.373Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2398 | 2024-09-09T20:10:31.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s |
| 2399 | 2024-09-09T20:10:31.846Z | |
| 2400 | 2024-09-09T20:10:31.846Z | real 6:13.855248959 |
| 2401 | 2024-09-09T20:10:31.846Z | user 34:37.008364577 |
| 2402 | 2024-09-09T20:10:31.846Z | sys 6:05.588985627 |
| 2403 | 2024-09-09T20:10:31.849Z | trap 0.901470929 |
| 2404 | 2024-09-09T20:10:31.849Z | tflt 2.813142305 |
| 2405 | 2024-09-09T20:10:31.849Z | dflt 0.588313985 |
| 2406 | 2024-09-09T20:10:31.849Z | kflt 0.002775432 |
| 2407 | 2024-09-09T20:10:31.849Z | lock 52:56.159594073 |
| 2408 | 2024-09-09T20:10:31.849Z | slp 2:02:51.601973848 |
| 2409 | 2024-09-09T20:10:31.849Z | lat 1:34.191751610 |
| 2410 | 2024-09-09T20:10:31.849Z | stop 5:33.514092343 |
| 2411 | 2024-09-09T20:10:31.849Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2412 | 2024-09-09T20:10:31.849Z | + ptime -m cargo doc --workspace --no-deps |
| 2413 | 2024-09-09T20:10:33.042Z | warning: output filename collision. |
| 2414 | 2024-09-09T20:10:33.042Z | 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)`. |
| 2415 | 2024-09-09T20:10:33.042Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2416 | 2024-09-09T20:10:33.042Z | The targets should have unique names. |
| 2417 | 2024-09-09T20:10:33.042Z | This is a known bug where multiple crates with the same name use |
| 2418 | 2024-09-09T20:10:33.042Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2419 | 2024-09-09T20:10:33.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2420 | 2024-09-09T20:10:33.474Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2421 | 2024-09-09T20:10:33.489Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2422 | 2024-09-09T20:10:33.526Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2423 | 2024-09-09T20:10:33.557Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2424 | 2024-09-09T20:10:33.557Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2425 | 2024-09-09T20:10:33.743Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2426 | 2024-09-09T20:10:33.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2427 | 2024-09-09T20:10:33.827Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2428 | 2024-09-09T20:10:33.866Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2429 | 2024-09-09T20:10:33.885Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2430 | 2024-09-09T20:10:34.040Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2431 | 2024-09-09T20:10:34.099Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2432 | 2024-09-09T20:10:34.144Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2433 | 2024-09-09T20:10:34.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2434 | 2024-09-09T20:10:34.611Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2435 | 2024-09-09T20:10:35.461Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2436 | 2024-09-09T20:10:38.247Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2437 | 2024-09-09T20:10:38.549Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2438 | 2024-09-09T20:10:38.596Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2439 | 2024-09-09T20:10:38.667Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2440 | 2024-09-09T20:10:38.872Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2441 | 2024-09-09T20:10:38.982Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2442 | 2024-09-09T20:10:39.234Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2443 | 2024-09-09T20:10:39.403Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2444 | 2024-09-09T20:10:39.586Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2445 | 2024-09-09T20:10:39.785Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2446 | 2024-09-09T20:10:40.080Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2447 | 2024-09-09T20:10:40.083Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2448 | 2024-09-09T20:10:40.386Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2449 | 2024-09-09T20:10:40.677Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2450 | 2024-09-09T20:10:40.787Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2451 | 2024-09-09T20:10:40.816Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2452 | 2024-09-09T20:10:41.123Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2453 | 2024-09-09T20:10:41.285Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2454 | 2024-09-09T20:10:41.609Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2455 | 2024-09-09T20:10:41.690Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2456 | 2024-09-09T20:10:41.990Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2457 | 2024-09-09T20:10:42.008Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2458 | 2024-09-09T20:10:42.405Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2459 | 2024-09-09T20:10:42.477Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2460 | 2024-09-09T20:10:43.557Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2461 | 2024-09-09T20:10:46.652Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2462 | 2024-09-09T20:10:46.950Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2463 | 2024-09-09T20:10:47.637Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2464 | 2024-09-09T20:10:48.040Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2465 | 2024-09-09T20:10:49.559Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2466 | 2024-09-09T20:10:50.037Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2467 | 2024-09-09T20:10:50.407Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2468 | 2024-09-09T20:10:50.734Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2469 | 2024-09-09T20:10:51.448Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2470 | 2024-09-09T20:10:56.730Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2471 | 2024-09-09T20:10:57.924Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2472 | 2024-09-09T20:10:58.719Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2473 | 2024-09-09T20:10:59.189Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2474 | 2024-09-09T20:10:59.217Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2475 | 2024-09-09T20:10:59.617Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2476 | 2024-09-09T20:10:59.869Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2477 | 2024-09-09T20:11:01.036Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2478 | 2024-09-09T20:11:01.165Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2479 | 2024-09-09T20:11:01.301Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2480 | 2024-09-09T20:11:01.436Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2481 | 2024-09-09T20:11:01.741Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2482 | 2024-09-09T20:11:01.893Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2483 | 2024-09-09T20:11:02.158Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2484 | 2024-09-09T20:11:03.356Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2485 | 2024-09-09T20:11:03.671Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2486 | 2024-09-09T20:11:03.783Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2487 | 2024-09-09T20:11:03.889Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2488 | 2024-09-09T20:11:04.098Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2489 | 2024-09-09T20:11:04.367Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2490 | 2024-09-09T20:11:04.647Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2491 | 2024-09-09T20:11:05.122Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2492 | 2024-09-09T20:11:05.308Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2493 | 2024-09-09T20:11:05.651Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2494 | 2024-09-09T20:11:05.654Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2495 | 2024-09-09T20:11:05.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2496 | 2024-09-09T20:11:06.142Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2497 | 2024-09-09T20:11:06.200Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2498 | 2024-09-09T20:11:06.593Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2024-09-09T20:11:06.685Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2500 | 2024-09-09T20:11:07.720Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2501 | 2024-09-09T20:11:07.886Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2502 | 2024-09-09T20:11:08.009Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2503 | 2024-09-09T20:11:08.568Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2504 | 2024-09-09T20:11:09.090Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2505 | 2024-09-09T20:11:09.190Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2506 | 2024-09-09T20:11:09.490Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2507 | 2024-09-09T20:11:10.213Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2508 | 2024-09-09T20:11:10.553Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2509 | 2024-09-09T20:11:11.304Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2510 | 2024-09-09T20:11:11.638Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2511 | 2024-09-09T20:11:11.718Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2512 | 2024-09-09T20:11:12.282Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2513 | 2024-09-09T20:11:13.029Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2514 | 2024-09-09T20:11:13.650Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2515 | 2024-09-09T20:11:14.689Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2516 | 2024-09-09T20:11:14.767Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2517 | 2024-09-09T20:11:15.422Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2518 | 2024-09-09T20:11:17.477Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2519 | 2024-09-09T20:11:18.278Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2520 | 2024-09-09T20:11:19.230Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2521 | 2024-09-09T20:11:19.453Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2522 | 2024-09-09T20:11:24.965Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2523 | 2024-09-09T20:11:26.063Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2524 | 2024-09-09T20:11:31.982Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2525 | 2024-09-09T20:11:45.185Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2526 | 2024-09-09T20:11:46.322Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2527 | 2024-09-09T20:12:10.807Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2528 | 2024-09-09T20:12:15.237Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2529 | 2024-09-09T20:12:16.675Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2530 | 2024-09-09T20:12:16.739Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2531 | 2024-09-09T20:12:23.778Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2532 | 2024-09-09T20:12:28.030Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2533 | 2024-09-09T20:12:34.419Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2534 | 2024-09-09T20:12:41.066Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2535 | 2024-09-09T20:12:48.396Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2536 | 2024-09-09T20:12:52.817Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2537 | 2024-09-09T20:12:52.859Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2538 | 2024-09-09T20:12:54.205Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2539 | 2024-09-09T20:12:55.573Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2540 | 2024-09-09T20:12:57.976Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2541 | 2024-09-09T20:13:01.158Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2542 | 2024-09-09T20:13:06.409Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2543 | 2024-09-09T20:13:16.058Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2544 | 2024-09-09T20:13:30.351Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2545 | 2024-09-09T20:13:38.608Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2546 | 2024-09-09T20:13:39.874Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2547 | 2024-09-09T20:13:44.089Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2548 | 2024-09-09T20:13:44.613Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2549 | 2024-09-09T20:13:48.362Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2550 | 2024-09-09T20:13:55.107Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2551 | 2024-09-09T20:13:57.680Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2552 | 2024-09-09T20:14:04.377Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2553 | 2024-09-09T20:14:05.600Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2554 | 2024-09-09T20:14:11.853Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2555 | 2024-09-09T20:14:15.782Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2556 | 2024-09-09T20:14:16.088Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2557 | 2024-09-09T20:14:20.529Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2558 | 2024-09-09T20:14:23.789Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2559 | 2024-09-09T20:14:26.163Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2560 | 2024-09-09T20:14:30.633Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2561 | 2024-09-09T20:14:34.266Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2562 | 2024-09-09T20:14:37.598Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2563 | 2024-09-09T20:14:41.291Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2564 | 2024-09-09T20:14:42.324Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2565 | 2024-09-09T20:14:53.366Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2566 | 2024-09-09T20:14:54.898Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2567 | 2024-09-09T20:14:55.702Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2568 | 2024-09-09T20:14:57.919Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2569 | 2024-09-09T20:15:00.563Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2570 | 2024-09-09T20:15:04.765Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2571 | 2024-09-09T20:15:11.245Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2572 | 2024-09-09T20:15:12.862Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2573 | 2024-09-09T20:15:14.054Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2574 | 2024-09-09T20:15:15.029Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2575 | 2024-09-09T20:15:19.480Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2576 | 2024-09-09T20:15:25.792Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2577 | 2024-09-09T20:15:31.830Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2578 | 2024-09-09T20:15:32.544Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2579 | 2024-09-09T20:15:33.206Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2580 | 2024-09-09T20:15:33.447Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2581 | 2024-09-09T20:15:33.707Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2582 | 2024-09-09T20:15:40.437Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2583 | 2024-09-09T20:15:43.946Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2584 | 2024-09-09T20:15:45.144Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2585 | 2024-09-09T20:15:48.542Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2586 | 2024-09-09T20:15:50.833Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2587 | 2024-09-09T20:15:51.194Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2024-09-09T20:15:51.462Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2589 | 2024-09-09T20:16:01.534Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2590 | 2024-09-09T20:16:01.852Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2591 | 2024-09-09T20:16:02.246Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2592 | 2024-09-09T20:16:05.034Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2593 | 2024-09-09T20:16:06.131Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2594 | 2024-09-09T20:16:06.935Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2595 | 2024-09-09T20:16:11.341Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2596 | 2024-09-09T20:16:13.738Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2597 | 2024-09-09T20:16:19.488Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2598 | 2024-09-09T20:16:19.648Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2599 | 2024-09-09T20:16:20.261Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2600 | 2024-09-09T20:16:20.556Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2601 | 2024-09-09T20:16:23.971Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2602 | 2024-09-09T20:16:25.055Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2603 | 2024-09-09T20:16:26.065Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2604 | 2024-09-09T20:16:26.246Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2605 | 2024-09-09T20:16:30.495Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2606 | 2024-09-09T20:16:32.686Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2607 | 2024-09-09T20:16:33.748Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2608 | 2024-09-09T20:16:37.170Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2609 | 2024-09-09T20:16:38.594Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2610 | 2024-09-09T20:16:38.618Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2611 | 2024-09-09T20:16:42.973Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2612 | 2024-09-09T20:16:44.096Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2613 | 2024-09-09T20:16:45.607Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2614 | 2024-09-09T20:16:46.008Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2615 | 2024-09-09T20:16:46.051Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2616 | 2024-09-09T20:16:47.749Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2617 | 2024-09-09T20:16:48.830Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2618 | 2024-09-09T20:16:50.582Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2619 | 2024-09-09T20:16:52.418Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2620 | 2024-09-09T20:16:52.511Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2621 | 2024-09-09T20:16:54.126Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2622 | 2024-09-09T20:16:54.951Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2623 | 2024-09-09T20:16:55.746Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2624 | 2024-09-09T20:16:56.293Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2625 | 2024-09-09T20:16:57.395Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2626 | 2024-09-09T20:16:57.663Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2024-09-09T20:17:27.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 55s |
| 2628 | 2024-09-09T20:17:27.388Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
| 2629 | 2024-09-09T20:17:27.445Z | |
| 2630 | 2024-09-09T20:17:27.448Z | real 6:55.516451595 |
| 2631 | 2024-09-09T20:17:27.448Z | user 21:03.025694934 |
| 2632 | 2024-09-09T20:17:27.448Z | sys 30:36.036876234 |
| 2633 | 2024-09-09T20:17:27.448Z | trap 0.329306685 |
| 2634 | 2024-09-09T20:17:27.448Z | tflt 0.213705977 |
| 2635 | 2024-09-09T20:17:27.448Z | dflt 0.150134713 |
| 2636 | 2024-09-09T20:17:27.448Z | kflt 0.000024728 |
| 2637 | 2024-09-09T20:17:27.448Z | lock 1:07:08.680110991 |
| 2638 | 2024-09-09T20:17:27.448Z | slp 1:56:55.269159674 |
| 2639 | 2024-09-09T20:17:27.448Z | lat 1:02.648330100 |
| 2640 | 2024-09-09T20:17:27.448Z | stop 57.723401455 |
| 2641 | 2024-09-09T20:17:27.448Z | process exited: duration 1047288 ms, exit code 0 |
| |
| 2642 | 2024-09-09T20:17:27.456Z | found 0 output files |