|
|
|
| 1 | 2024-08-27T22:04:23.559Z | job assigned to worker 01J6AXV0XTAJHWR8HK2Q57QA55 (queued for 1 m 2 s) |
| |
| 2 | 2024-08-27T22:04:30.648Z | starting task 0: "setup" |
| 3 | 2024-08-27T22:04:30.659Z | ++ uname -s |
| 4 | 2024-08-27T22:04:30.661Z | + kern=SunOS |
| 5 | 2024-08-27T22:04:30.661Z | + case "$kern" in |
| 6 | 2024-08-27T22:04:30.662Z | + groupadd -g 12345 build |
| 7 | 2024-08-27T22:04:30.667Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-27T22:04:32.678Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-27T22:04:32.815Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-27T22:04:32.821Z | + home_fs=zfs |
| 11 | 2024-08-27T22:04:32.821Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-27T22:04:32.821Z | + mkdir -p /home/build |
| 13 | 2024-08-27T22:04:32.821Z | + chown build:build /home/build /work |
| 14 | 2024-08-27T22:04:34.821Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-27T22:04:34.823Z | process exited: duration 4175 ms, exit code 0 |
| |
| 16 | 2024-08-27T22:04:34.830Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-27T22:04:34.834Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-27T22:04:34.834Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-27T22:04:34.834Z | * toolchain profile = "default" |
| 20 | 2024-08-27T22:04:34.834Z | ' 1.80.1 |
| 21 | 2024-08-27T22:04:34.834Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-27T22:04:34.834Z | ' default |
| 23 | 2024-08-27T22:04:34.838Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-27T22:04:34.838Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-27T22:04:34.956Z | info: downloading installer |
| 26 | 2024-08-27T22:04:36.378Z | info: profile set to 'default' |
| 27 | 2024-08-27T22:04:36.378Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-27T22:04:36.381Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-27T22:04:36.539Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-27T22:04:36.539Z | info: downloading component 'cargo' |
| 31 | 2024-08-27T22:04:37.410Z | info: downloading component 'clippy' |
| 32 | 2024-08-27T22:04:37.714Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-27T22:04:38.919Z | info: downloading component 'rust-std' |
| 34 | 2024-08-27T22:04:40.602Z | info: downloading component 'rustc' |
| 35 | 2024-08-27T22:04:45.305Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-27T22:04:45.560Z | info: installing component 'cargo' |
| 37 | 2024-08-27T22:04:46.450Z | info: installing component 'clippy' |
| 38 | 2024-08-27T22:04:46.896Z | info: installing component 'rust-docs' |
| 39 | 2024-08-27T22:04:48.469Z | info: installing component 'rust-std' |
| 40 | 2024-08-27T22:04:50.205Z | info: installing component 'rustc' |
| 41 | 2024-08-27T22:04:54.760Z | info: installing component 'rustfmt' |
| 42 | 2024-08-27T22:04:55.098Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-27T22:04:55.098Z | |
| 44 | 2024-08-27T22:04:55.351Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-27T22:04:55.351Z | |
| 46 | 2024-08-27T22:04:55.354Z | |
| 47 | 2024-08-27T22:04:55.354Z | Rust is installed now. Great! |
| 48 | 2024-08-27T22:04:55.354Z | |
| 49 | 2024-08-27T22:04:55.355Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-27T22:04:55.355Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-27T22:04:55.355Z | |
| 52 | 2024-08-27T22:04:55.355Z | To configure your current shell, you need to source |
| 53 | 2024-08-27T22:04:55.355Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-27T22:04:55.355Z | |
| 55 | 2024-08-27T22:04:55.355Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-27T22:04:55.355Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-27T22:04:55.355Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-27T22:04:55.400Z | + rustc --version |
| 59 | 2024-08-27T22:04:55.464Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-27T22:04:55.467Z | process exited: duration 20635 ms, exit code 0 |
| |
| 61 | 2024-08-27T22:04:55.475Z | starting task 2: "authentication" |
| 62 | 2024-08-27T22:04:55.496Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-27T22:04:55.503Z | starting task 3: "clone repository" |
| 64 | 2024-08-27T22:04:55.508Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-27T22:04:55.511Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-27T22:04:55.628Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-27T22:05:01.544Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-27T22:05:01.544Z | + git fetch origin d6db06acc3d64301eaa8387e88453984a51d38d2 |
| 69 | 2024-08-27T22:05:01.840Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-27T22:05:01.840Z | * branch d6db06acc3d64301eaa8387e88453984a51d38d2 -> FETCH_HEAD |
| 71 | 2024-08-27T22:05:01.851Z | + [[ -n '' ]] |
| 72 | 2024-08-27T22:05:01.851Z | + git reset --hard d6db06acc3d64301eaa8387e88453984a51d38d2 |
| 73 | 2024-08-27T22:05:01.897Z | HEAD is now at d6db06acc [spr] initial version |
| 74 | 2024-08-27T22:05:01.900Z | process exited: duration 6395 ms, exit code 0 |
| |
| 75 | 2024-08-27T22:05:01.905Z | starting task 4: "build" |
| 76 | 2024-08-27T22:05:01.910Z | + cargo --version |
| 77 | 2024-08-27T22:05:01.967Z | cargo 1.80.1 (376290515 2024-07-16) |
| 78 | 2024-08-27T22:05:01.969Z | + rustc --version |
| 79 | 2024-08-27T22:05:02.028Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 80 | 2024-08-27T22:05:02.031Z | + source ./env.sh |
| 81 | 2024-08-27T22:05:02.034Z | ++ OLD_SHELL_OPTS=ehxB |
| 82 | 2024-08-27T22:05:02.034Z | ++ set -o xtrace |
| 83 | 2024-08-27T22:05:02.036Z | ++++ dirname ./env.sh |
| 84 | 2024-08-27T22:05:02.036Z | +++ readlink -f . |
| 85 | 2024-08-27T22:05:02.043Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 86 | 2024-08-27T22:05:02.046Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 87 | 2024-08-27T22:05:02.046Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 88 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 89 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 90 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 91 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 92 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 93 | 2024-08-27T22:05:02.046Z | ++ 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 |
| 94 | 2024-08-27T22:05:02.046Z | ++ case $OLD_SHELL_OPTS in |
| 95 | 2024-08-27T22:05:02.046Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 96 | 2024-08-27T22:05:02.046Z | + banner prerequisites |
| 97 | 2024-08-27T22:05:02.046Z | |
| 98 | 2024-08-27T22:05:02.046Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 99 | 2024-08-27T22:05:02.046Z | # # # # # # # # # # # # # # # |
| 100 | 2024-08-27T22:05:02.046Z | # # # # ##### # # ##### # # # # # #### # |
| 101 | 2024-08-27T22:05:02.046Z | ##### ##### # ##### # # # # # # # # # |
| 102 | 2024-08-27T22:05:02.046Z | # # # # # # # # # # # # # # # |
| 103 | 2024-08-27T22:05:02.046Z | # # # ###### # # ###### ### # #### # #### # |
| 104 | 2024-08-27T22:05:02.046Z | |
| 105 | 2024-08-27T22:05:02.046Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 106 | 2024-08-27T22:05:08.308Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 107 | 2024-08-27T22:05:10.714Z | Startup: Caching catalogs ... Done |
| 108 | 2024-08-27T22:05:12.646Z | Planning: Solver setup ... Done (1.368s) |
| 109 | 2024-08-27T22:05:12.668Z | Planning: Running solver ... Done (0.022s) |
| 110 | 2024-08-27T22:05:12.711Z | Planning: Finding local manifests ... Done (0.005s) |
| 111 | 2024-08-27T22:05:12.745Z | Planning: Fetching manifests: 0/5 0% complete |
| 112 | 2024-08-27T22:05:14.191Z | Planning: Fetching manifests: 5/5 100% complete |
| 113 | 2024-08-27T22:05:14.291Z | Planning: Package planning ... Done (0.102s) |
| 114 | 2024-08-27T22:05:14.346Z | Planning: Merging actions ... Done (0.055s) |
| 115 | 2024-08-27T22:05:14.894Z | Planning: Checking for conflicting actions ... Done (0.548s) |
| 116 | 2024-08-27T22:05:19.157Z | Planning: Consolidating action changes ... Done (4.262s) |
| 117 | 2024-08-27T22:05:19.591Z | Planning: Evaluating mediators ... Done (0.433s) |
| 118 | 2024-08-27T22:05:19.669Z | Planning: Planning completed in 8.88 seconds |
| 119 | 2024-08-27T22:05:19.685Z | Packages to install: 4 |
| 120 | 2024-08-27T22:05:19.685Z | Packages to update: 1 |
| 121 | 2024-08-27T22:05:19.690Z | Mediators to change: 2 |
| 122 | 2024-08-27T22:05:19.690Z | Services to change: 1 |
| 123 | 2024-08-27T22:05:19.690Z | Estimated space available: 155.72 GB |
| 124 | 2024-08-27T22:05:19.690Z | Estimated space to be consumed: 1.53 GB |
| 125 | 2024-08-27T22:05:19.690Z | Create boot environment: No |
| 126 | 2024-08-27T22:05:19.690Z | Create backup boot environment: Yes |
| 127 | 2024-08-27T22:05:19.690Z | Rebuild boot archive: No |
| 128 | 2024-08-27T22:05:19.690Z | |
| 129 | 2024-08-27T22:05:19.690Z | Changed mediators: |
| 130 | 2024-08-27T22:05:19.690Z | mediator clang: |
| 131 | 2024-08-27T22:05:19.690Z | version: None -> 15 (system default) |
| 132 | 2024-08-27T22:05:19.690Z | |
| 133 | 2024-08-27T22:05:19.690Z | mediator llvm: |
| 134 | 2024-08-27T22:05:19.690Z | version: 14 (system default) -> 15 (system default) |
| 135 | 2024-08-27T22:05:19.690Z | |
| 136 | 2024-08-27T22:05:19.690Z | Changed packages: |
| 137 | 2024-08-27T22:05:19.690Z | helios-dev |
| 138 | 2024-08-27T22:05:19.690Z | developer/build-essential |
| 139 | 2024-08-27T22:05:19.690Z | None -> 11-2.0 |
| 140 | 2024-08-27T22:05:19.690Z | library/libxmlsec1 |
| 141 | 2024-08-27T22:05:19.690Z | None -> 1.2.35-2.0 |
| 142 | 2024-08-27T22:05:19.690Z | ooce/developer/clang-15 |
| 143 | 2024-08-27T22:05:19.690Z | None -> 15.0.7-2.0 |
| 144 | 2024-08-27T22:05:19.690Z | ooce/developer/llvm-15 |
| 145 | 2024-08-27T22:05:19.690Z | None -> 15.0.7-2.0 |
| 146 | 2024-08-27T22:05:19.690Z | package/pkg |
| 147 | 2024-08-27T22:05:19.690Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 148 | 2024-08-27T22:05:19.690Z | |
| 149 | 2024-08-27T22:05:19.691Z | Services: |
| 150 | 2024-08-27T22:05:19.691Z | restart_fmri: |
| 151 | 2024-08-27T22:05:19.691Z | svc:/system/update-man-index:default |
| 152 | 2024-08-27T22:05:19.691Z | |
| 153 | 2024-08-27T22:05:19.691Z | Editable files to change: |
| 154 | 2024-08-27T22:05:19.691Z | Update: |
| 155 | 2024-08-27T22:05:19.691Z | usr/share/lib/pkg/web/config.shtml |
| 156 | 2024-08-27T22:05:19.814Z | |
| 157 | 2024-08-27T22:05:19.814Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 158 | 2024-08-27T22:05:26.688Z | Download: 211/4281 items 1.3/220.6MB 0% complete (342k/s) |
| 159 | 2024-08-27T22:05:31.691Z | Download: 748/4281 items 18.3/220.6MB 8% complete (1.8M/s) |
| 160 | 2024-08-27T22:05:37.139Z | Download: 1195/4281 items 83.3/220.6MB 37% complete (9.1M/s) |
| 161 | 2024-08-27T22:05:42.148Z | Download: 1480/4281 items 117.4/220.6MB 53% complete (9.9M/s) |
| 162 | 2024-08-27T22:05:47.182Z | Download: 2211/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
| 163 | 2024-08-27T22:05:52.184Z | Download: 2293/4281 items 119.8/220.6MB 54% complete (246k/s) |
| 164 | 2024-08-27T22:05:57.185Z | Download: 3137/4281 items 137.4/220.6MB 62% complete (1.8M/s) |
| 165 | 2024-08-27T22:06:04.046Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
| 166 | 2024-08-27T22:06:09.046Z | Download: 3465/4281 items 213.3/220.6MB 96% complete (1.7M/s) |
| 167 | 2024-08-27T22:06:14.051Z | Download: 3873/4281 items 217.4/220.6MB 98% complete (1.4M/s) |
| 168 | 2024-08-27T22:06:22.244Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (863k/s) |
| 169 | 2024-08-27T22:06:22.345Z | Download: Completed 220.60 MB in 62.52 seconds (3.5M/s) |
| 170 | 2024-08-27T22:06:24.280Z | Actions: 1/5063 actions (Removing old actions) |
| 171 | 2024-08-27T22:06:24.302Z | Actions: 194/5063 actions (Installing new actions) |
| 172 | 2024-08-27T22:06:29.001Z | Actions: 4226/5063 actions (Updating modified actions) |
| 173 | 2024-08-27T22:06:29.326Z | Actions: Completed 5063 actions in 5.05 seconds. |
| 174 | 2024-08-27T22:06:29.609Z | Done (0.275s) |
| 175 | 2024-08-27T22:06:29.612Z | Done (0.000s) |
| 176 | 2024-08-27T22:06:29.991Z | Done (0.380s) |
| 177 | 2024-08-27T22:06:34.615Z | Done (4.445s) |
| 178 | 2024-08-27T22:06:34.707Z | Done (0.020s) |
| 179 | 2024-08-27T22:06:34.709Z | Done (0.000s) |
| 180 | 2024-08-27T22:06:34.899Z | Done (0.000s) |
| 181 | 2024-08-27T22:06:35.480Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2024-08-27T22:06:35.641Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-08-27T22:06:35.644Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-08-27T22:06:35.904Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-08-27T22:06:35.907Z | Planning: Planning completed in 0.42 seconds |
| 186 | 2024-08-27T22:06:35.946Z | Mediators to change: 2 |
| 187 | 2024-08-27T22:06:35.951Z | Create boot environment: No |
| 188 | 2024-08-27T22:06:35.951Z | Create backup boot environment: No |
| 189 | 2024-08-27T22:06:36.023Z | Done |
| 190 | 2024-08-27T22:06:36.023Z | Done |
| 191 | 2024-08-27T22:06:36.258Z | Done |
| 192 | 2024-08-27T22:06:39.819Z | Done |
| 193 | 2024-08-27T22:06:39.907Z | Done |
| 194 | 2024-08-27T22:06:39.909Z | Done |
| 195 | 2024-08-27T22:06:40.000Z | Done |
| 196 | 2024-08-27T22:06:40.600Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2024-08-27T22:06:40.603Z | Planning: Merging actions ... Done |
| 198 | 2024-08-27T22:06:40.790Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2024-08-27T22:06:40.793Z | Planning: Consolidating action changes ... Done |
| 200 | 2024-08-27T22:06:41.055Z | Planning: Evaluating mediators ... Done |
| 201 | 2024-08-27T22:06:41.111Z | Planning: Planning completed in 0.75 seconds |
| 202 | 2024-08-27T22:06:41.152Z | Packages to change: 1 |
| 203 | 2024-08-27T22:06:41.152Z | Mediators to change: 1 |
| 204 | 2024-08-27T22:06:41.154Z | Services to change: 1 |
| 205 | 2024-08-27T22:06:41.155Z | Create boot environment: No |
| 206 | 2024-08-27T22:06:41.155Z | Create backup boot environment: Yes |
| 207 | 2024-08-27T22:06:43.019Z | Actions: 1/6 actions (Updating modified actions) |
| 208 | 2024-08-27T22:06:43.022Z | Actions: Completed 6 actions in 0.00 seconds. |
| 209 | 2024-08-27T22:06:43.022Z | Done |
| 210 | 2024-08-27T22:06:43.022Z | Done |
| 211 | 2024-08-27T22:06:43.102Z | Done |
| 212 | 2024-08-27T22:06:46.660Z | Done |
| 213 | 2024-08-27T22:06:46.751Z | Done |
| 214 | 2024-08-27T22:06:46.754Z | Done |
| 215 | 2024-08-27T22:06:46.854Z | Done |
| 216 | 2024-08-27T22:06:47.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 217 | 2024-08-27T22:06:47.290Z | clang system 15 system |
| 218 | 2024-08-27T22:06:47.291Z | csh system system illumos |
| 219 | 2024-08-27T22:06:47.291Z | ctags system system illumos |
| 220 | 2024-08-27T22:06:47.291Z | gcc vendor 12 vendor |
| 221 | 2024-08-27T22:06:47.291Z | gcc system 10 system |
| 222 | 2024-08-27T22:06:47.291Z | gcc system 7 system |
| 223 | 2024-08-27T22:06:47.291Z | go system 1.20 system |
| 224 | 2024-08-27T22:06:47.291Z | go system 1.19 system |
| 225 | 2024-08-27T22:06:47.292Z | llvm system 15 system |
| 226 | 2024-08-27T22:06:47.292Z | llvm system 14 system |
| 227 | 2024-08-27T22:06:47.292Z | mariadb system 10.6 system |
| 228 | 2024-08-27T22:06:47.292Z | mta vendor vendor dma |
| 229 | 2024-08-27T22:06:47.292Z | openjdk system 17 system |
| 230 | 2024-08-27T22:06:47.292Z | openjdk system 11 system |
| 231 | 2024-08-27T22:06:47.292Z | openjdk system 1.8 system |
| 232 | 2024-08-27T22:06:47.292Z | openssl vendor 3 vendor |
| 233 | 2024-08-27T22:06:47.293Z | perl system 5.36 system |
| 234 | 2024-08-27T22:06:47.293Z | postgresql system 15 system |
| 235 | 2024-08-27T22:06:47.293Z | postgresql system 13 system |
| 236 | 2024-08-27T22:06:47.293Z | python vendor 3 vendor |
| 237 | 2024-08-27T22:06:47.293Z | python system 2 system |
| 238 | 2024-08-27T22:06:47.293Z | python3 system 3.11 system |
| 239 | 2024-08-27T22:06:47.293Z | ruby system 3.0 system |
| 240 | 2024-08-27T22:06:47.293Z | words vendor vendor american-english |
| 241 | 2024-08-27T22:06:47.293Z | words system system australian-english |
| 242 | 2024-08-27T22:06:47.293Z | words system system british-english |
| 243 | 2024-08-27T22:06:47.293Z | words system system canadian-english |
| 244 | 2024-08-27T22:06:47.293Z | words system system french |
| 245 | 2024-08-27T22:06:47.294Z | words system system italian |
| 246 | 2024-08-27T22:06:47.294Z | words system system ngerman |
| 247 | 2024-08-27T22:06:47.294Z | words system system ogerman |
| 248 | 2024-08-27T22:06:47.294Z | words system system spanish |
| 249 | 2024-08-27T22:06:47.602Z | PUBLISHER TYPE STATUS P LOCATION |
| 250 | 2024-08-27T22:06:47.602Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 251 | 2024-08-27T22:06:49.354Z | FMRI IFO |
| 252 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 253 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 254 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 255 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 256 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 257 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 258 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 259 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 260 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 261 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 262 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 263 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 264 | 2024-08-27T22:06:49.354Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 265 | 2024-08-27T22:06:49.957Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 266 | 2024-08-27T22:06:50.194Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 267 | 2024-08-27T22:06:50.432Z | Updating crates.io index |
| 268 | 2024-08-27T22:06:50.435Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 269 | 2024-08-27T22:06:51.202Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2024-08-27T22:06:51.968Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 271 | 2024-08-27T22:06:52.214Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 272 | 2024-08-27T22:06:53.691Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2024-08-27T22:06:53.946Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2024-08-27T22:06:54.190Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2024-08-27T22:06:55.258Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 276 | 2024-08-27T22:06:57.082Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2024-08-27T22:06:58.153Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 278 | 2024-08-27T22:06:58.790Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 279 | 2024-08-27T22:06:59.057Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 280 | 2024-08-27T22:06:59.580Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 281 | 2024-08-27T22:06:59.850Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 282 | 2024-08-27T22:07:00.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 283 | 2024-08-27T22:07:00.392Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 284 | 2024-08-27T22:07:00.679Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 285 | 2024-08-27T22:07:00.899Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 286 | 2024-08-27T22:07:01.174Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2024-08-27T22:07:01.415Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 288 | 2024-08-27T22:07:01.707Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2024-08-27T22:07:01.983Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 290 | 2024-08-27T22:07:02.290Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2024-08-27T22:07:02.706Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2024-08-27T22:07:03.032Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2024-08-27T22:07:03.425Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 294 | 2024-08-27T22:07:05.722Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2024-08-27T22:07:05.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2024-08-27T22:07:06.257Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2024-08-27T22:07:06.592Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 298 | 2024-08-27T22:07:07.612Z | Downloading crates ... |
| 299 | 2024-08-27T22:07:07.685Z | Downloaded anstyle-parse v0.2.4 |
| 300 | 2024-08-27T22:07:07.687Z | Downloaded anyhow v1.0.86 |
| 301 | 2024-08-27T22:07:07.691Z | Downloaded anstream v0.6.14 |
| 302 | 2024-08-27T22:07:07.694Z | Downloaded pretty-hex v0.4.1 |
| 303 | 2024-08-27T22:07:07.706Z | Downloaded swrite v0.1.0 |
| 304 | 2024-08-27T22:07:07.709Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2024-08-27T22:07:07.711Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2024-08-27T22:07:07.714Z | Downloaded itoa v1.0.11 |
| 307 | 2024-08-27T22:07:07.719Z | Downloaded byteorder v1.5.0 |
| 308 | 2024-08-27T22:07:07.724Z | Downloaded heck v0.5.0 |
| 309 | 2024-08-27T22:07:07.724Z | Downloaded anstyle v1.0.8 |
| 310 | 2024-08-27T22:07:07.724Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2024-08-27T22:07:07.724Z | Downloaded generic-array v0.14.7 |
| 312 | 2024-08-27T22:07:07.727Z | Downloaded cpufeatures v0.2.12 |
| 313 | 2024-08-27T22:07:07.727Z | Downloaded errno v0.3.9 |
| 314 | 2024-08-27T22:07:07.727Z | Downloaded pest_generator v2.7.10 |
| 315 | 2024-08-27T22:07:07.729Z | Downloaded digest v0.10.7 |
| 316 | 2024-08-27T22:07:07.730Z | Downloaded usdt v0.5.0 |
| 317 | 2024-08-27T22:07:07.733Z | Downloaded fnv v1.0.7 |
| 318 | 2024-08-27T22:07:07.733Z | Downloaded clap_lex v0.7.0 |
| 319 | 2024-08-27T22:07:07.733Z | Downloaded cargo-platform v0.1.8 |
| 320 | 2024-08-27T22:07:07.745Z | Downloaded toml_datetime v0.6.8 |
| 321 | 2024-08-27T22:07:07.745Z | Downloaded utf8parse v0.2.1 |
| 322 | 2024-08-27T22:07:07.745Z | Downloaded thread-id v4.2.1 |
| 323 | 2024-08-27T22:07:07.745Z | Downloaded thiserror v1.0.63 |
| 324 | 2024-08-27T22:07:07.745Z | Downloaded once_cell v1.19.0 |
| 325 | 2024-08-27T22:07:07.747Z | Downloaded autocfg v1.3.0 |
| 326 | 2024-08-27T22:07:07.747Z | Downloaded tabled_derive v0.7.0 |
| 327 | 2024-08-27T22:07:07.747Z | Downloaded anstyle-query v1.0.3 |
| 328 | 2024-08-27T22:07:07.747Z | Downloaded block-buffer v0.10.4 |
| 329 | 2024-08-27T22:07:07.750Z | Downloaded serde_spanned v0.6.7 |
| 330 | 2024-08-27T22:07:07.750Z | Downloaded scroll v0.12.0 |
| 331 | 2024-08-27T22:07:07.752Z | Downloaded quote v1.0.36 |
| 332 | 2024-08-27T22:07:07.755Z | Downloaded pest_meta v2.7.10 |
| 333 | 2024-08-27T22:07:07.758Z | Downloaded cargo_toml v0.20.4 |
| 334 | 2024-08-27T22:07:07.760Z | Downloaded is_terminal_polyfill v1.70.0 |
| 335 | 2024-08-27T22:07:07.763Z | Downloaded equivalent v1.0.1 |
| 336 | 2024-08-27T22:07:07.770Z | Downloaded scroll_derive v0.12.0 |
| 337 | 2024-08-27T22:07:07.770Z | Downloaded semver v1.0.23 |
| 338 | 2024-08-27T22:07:07.776Z | Downloaded sha2 v0.10.8 |
| 339 | 2024-08-27T22:07:07.776Z | Downloaded bitflags v2.6.0 |
| 340 | 2024-08-27T22:07:07.781Z | Downloaded ryu v1.0.18 |
| 341 | 2024-08-27T22:07:07.784Z | Downloaded usdt-attr-macro v0.5.0 |
| 342 | 2024-08-27T22:07:07.788Z | Downloaded fs-err v2.11.0 |
| 343 | 2024-08-27T22:07:07.791Z | Downloaded crypto-common v0.1.6 |
| 344 | 2024-08-27T22:07:07.794Z | Downloaded dof v0.3.0 |
| 345 | 2024-08-27T22:07:07.794Z | Downloaded heck v0.4.1 |
| 346 | 2024-08-27T22:07:07.796Z | Downloaded colorchoice v1.0.1 |
| 347 | 2024-08-27T22:07:07.796Z | Downloaded bytecount v0.6.8 |
| 348 | 2024-08-27T22:07:07.796Z | Downloaded unicode-ident v1.0.12 |
| 349 | 2024-08-27T22:07:07.800Z | Downloaded serde_derive v1.0.208 |
| 350 | 2024-08-27T22:07:07.802Z | Downloaded plain v0.2.3 |
| 351 | 2024-08-27T22:07:07.806Z | Downloaded memmap v0.7.0 |
| 352 | 2024-08-27T22:07:07.806Z | Downloaded macaddr v1.0.1 |
| 353 | 2024-08-27T22:07:07.809Z | Downloaded clap v4.5.16 |
| 354 | 2024-08-27T22:07:07.815Z | Downloaded cfg-if v1.0.0 |
| 355 | 2024-08-27T22:07:07.817Z | Downloaded thiserror-impl v1.0.63 |
| 356 | 2024-08-27T22:07:07.817Z | Downloaded serde_tokenstream v0.2.2 |
| 357 | 2024-08-27T22:07:07.819Z | Downloaded version_check v0.9.5 |
| 358 | 2024-08-27T22:07:07.822Z | Downloaded terminal_size v0.3.0 |
| 359 | 2024-08-27T22:07:07.827Z | Downloaded clap_derive v4.5.13 |
| 360 | 2024-08-27T22:07:07.829Z | Downloaded cargo_metadata v0.18.1 |
| 361 | 2024-08-27T22:07:07.830Z | Downloaded log v0.4.21 |
| 362 | 2024-08-27T22:07:07.834Z | Downloaded typenum v1.17.0 |
| 363 | 2024-08-27T22:07:07.842Z | Downloaded proc-macro-error v1.0.4 |
| 364 | 2024-08-27T22:07:07.847Z | Downloaded zerocopy-derive v0.7.34 |
| 365 | 2024-08-27T22:07:07.850Z | Downloaded strsim v0.11.1 |
| 366 | 2024-08-27T22:07:07.853Z | Downloaded camino v1.1.9 |
| 367 | 2024-08-27T22:07:07.855Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2024-08-27T22:07:07.855Z | Downloaded indexmap v2.4.0 |
| 369 | 2024-08-27T22:07:07.863Z | Downloaded proc-macro2 v1.0.86 |
| 370 | 2024-08-27T22:07:07.867Z | Downloaded pest_derive v2.7.10 |
| 371 | 2024-08-27T22:07:07.867Z | Downloaded memchr v2.7.2 |
| 372 | 2024-08-27T22:07:07.871Z | Downloaded ucd-trie v0.1.6 |
| 373 | 2024-08-27T22:07:07.873Z | Downloaded toml v0.8.19 |
| 374 | 2024-08-27T22:07:07.888Z | Downloaded serde v1.0.208 |
| 375 | 2024-08-27T22:07:07.893Z | Downloaded papergrid v0.11.0 |
| 376 | 2024-08-27T22:07:07.896Z | Downloaded pest v2.7.10 |
| 377 | 2024-08-27T22:07:07.909Z | Downloaded hashbrown v0.14.5 |
| 378 | 2024-08-27T22:07:07.917Z | Downloaded toml_edit v0.22.20 |
| 379 | 2024-08-27T22:07:07.939Z | Downloaded zerocopy v0.7.34 |
| 380 | 2024-08-27T22:07:07.955Z | Downloaded winnow v0.6.18 |
| 381 | 2024-08-27T22:07:07.987Z | Downloaded serde_json v1.0.125 |
| 382 | 2024-08-27T22:07:08.004Z | Downloaded clap_builder v4.5.15 |
| 383 | 2024-08-27T22:07:08.004Z | Downloaded goblin v0.8.2 |
| 384 | 2024-08-27T22:07:08.004Z | Downloaded tabled v0.15.0 |
| 385 | 2024-08-27T22:07:08.011Z | Downloaded syn v2.0.74 |
| 386 | 2024-08-27T22:07:08.019Z | Downloaded syn v1.0.109 |
| 387 | 2024-08-27T22:07:08.022Z | Downloaded rustix v0.38.34 |
| 388 | 2024-08-27T22:07:08.043Z | Downloaded unicode-width v0.1.13 |
| 389 | 2024-08-27T22:07:08.052Z | Downloaded libc v0.2.156 |
| 390 | 2024-08-27T22:07:08.347Z | Compiling proc-macro2 v1.0.86 |
| 391 | 2024-08-27T22:07:08.347Z | Compiling unicode-ident v1.0.12 |
| 392 | 2024-08-27T22:07:08.352Z | Compiling version_check v0.9.5 |
| 393 | 2024-08-27T22:07:08.352Z | Compiling serde v1.0.208 |
| 394 | 2024-08-27T22:07:08.352Z | Compiling memchr v2.7.2 |
| 395 | 2024-08-27T22:07:08.352Z | Compiling thiserror v1.0.63 |
| 396 | 2024-08-27T22:07:08.352Z | Compiling libc v0.2.156 |
| 397 | 2024-08-27T22:07:08.379Z | Compiling itoa v1.0.11 |
| 398 | 2024-08-27T22:07:08.882Z | Compiling ryu v1.0.18 |
| 399 | 2024-08-27T22:07:08.882Z | Compiling ucd-trie v0.1.6 |
| 400 | 2024-08-27T22:07:09.040Z | Compiling once_cell v1.19.0 |
| 401 | 2024-08-27T22:07:09.199Z | Compiling byteorder v1.5.0 |
| 402 | 2024-08-27T22:07:09.602Z | Compiling serde_json v1.0.125 |
| 403 | 2024-08-27T22:07:09.664Z | Compiling proc-macro-error-attr v1.0.4 |
| 404 | 2024-08-27T22:07:09.705Z | Compiling usdt-impl v0.5.0 |
| 405 | 2024-08-27T22:07:09.816Z | Compiling syn v1.0.109 |
| 406 | 2024-08-27T22:07:09.979Z | Compiling rustix v0.38.34 |
| 407 | 2024-08-27T22:07:10.082Z | Compiling proc-macro-error v1.0.4 |
| 408 | 2024-08-27T22:07:10.128Z | Compiling utf8parse v0.2.1 |
| 409 | 2024-08-27T22:07:10.196Z | Compiling hashbrown v0.14.5 |
| 410 | 2024-08-27T22:07:10.282Z | Compiling bitflags v2.6.0 |
| 411 | 2024-08-27T22:07:10.384Z | Compiling plain v0.2.3 |
| 412 | 2024-08-27T22:07:10.513Z | Compiling quote v1.0.36 |
| 413 | 2024-08-27T22:07:10.540Z | Compiling log v0.4.21 |
| 414 | 2024-08-27T22:07:10.709Z | Compiling thread-id v4.2.1 |
| 415 | 2024-08-27T22:07:10.817Z | Compiling equivalent v1.0.1 |
| 416 | 2024-08-27T22:07:10.869Z | Compiling syn v2.0.74 |
| 417 | 2024-08-27T22:07:10.928Z | Compiling errno v0.3.9 |
| 418 | 2024-08-27T22:07:10.985Z | Compiling anstyle-parse v0.2.4 |
| 419 | 2024-08-27T22:07:11.196Z | Compiling autocfg v1.3.0 |
| 420 | 2024-08-27T22:07:11.320Z | Compiling semver v1.0.23 |
| 421 | 2024-08-27T22:07:11.476Z | Compiling indexmap v2.4.0 |
| 422 | 2024-08-27T22:07:11.519Z | Compiling colorchoice v1.0.1 |
| 423 | 2024-08-27T22:07:11.684Z | Compiling pretty-hex v0.4.1 |
| 424 | 2024-08-27T22:07:11.894Z | Compiling camino v1.1.9 |
| 425 | 2024-08-27T22:07:11.948Z | Compiling is_terminal_polyfill v1.70.0 |
| 426 | 2024-08-27T22:07:12.089Z | Compiling winnow v0.6.18 |
| 427 | 2024-08-27T22:07:12.147Z | Compiling anstyle-query v1.0.3 |
| 428 | 2024-08-27T22:07:12.285Z | Compiling anstyle v1.0.8 |
| 429 | 2024-08-27T22:07:12.360Z | Compiling terminal_size v0.3.0 |
| 430 | 2024-08-27T22:07:12.556Z | Compiling fs-err v2.11.0 |
| 431 | 2024-08-27T22:07:12.657Z | Compiling anstream v0.6.14 |
| 432 | 2024-08-27T22:07:12.871Z | Compiling fnv v1.0.7 |
| 433 | 2024-08-27T22:07:12.894Z | Compiling strsim v0.11.1 |
| 434 | 2024-08-27T22:07:12.942Z | Compiling heck v0.4.1 |
| 435 | 2024-08-27T22:07:12.967Z | Compiling anyhow v1.0.86 |
| 436 | 2024-08-27T22:07:12.999Z | Compiling unicode-width v0.1.13 |
| 437 | 2024-08-27T22:07:13.240Z | Compiling heck v0.5.0 |
| 438 | 2024-08-27T22:07:13.389Z | Compiling clap_lex v0.7.0 |
| 439 | 2024-08-27T22:07:13.436Z | Compiling bytecount v0.6.8 |
| 440 | 2024-08-27T22:07:13.658Z | Compiling clap_builder v4.5.15 |
| 441 | 2024-08-27T22:07:13.724Z | Compiling papergrid v0.11.0 |
| 442 | 2024-08-27T22:07:13.802Z | Compiling memmap v0.7.0 |
| 443 | 2024-08-27T22:07:14.533Z | Compiling swrite v0.1.0 |
| 444 | 2024-08-27T22:07:15.985Z | Compiling tabled_derive v0.7.0 |
| 445 | 2024-08-27T22:07:17.433Z | Compiling tabled v0.15.0 |
| 446 | 2024-08-27T22:07:19.430Z | Compiling serde_derive v1.0.208 |
| 447 | 2024-08-27T22:07:19.430Z | Compiling thiserror-impl v1.0.63 |
| 448 | 2024-08-27T22:07:19.432Z | Compiling zerocopy-derive v0.7.34 |
| 449 | 2024-08-27T22:07:19.455Z | Compiling scroll_derive v0.12.0 |
| 450 | 2024-08-27T22:07:19.494Z | Compiling clap_derive v4.5.13 |
| 451 | 2024-08-27T22:07:20.618Z | Compiling scroll v0.12.0 |
| 452 | 2024-08-27T22:07:21.177Z | Compiling goblin v0.8.2 |
| 453 | 2024-08-27T22:07:21.341Z | Compiling zerocopy v0.7.34 |
| 454 | 2024-08-27T22:07:21.928Z | Compiling pest v2.7.10 |
| 455 | 2024-08-27T22:07:23.260Z | Compiling clap v4.5.16 |
| 456 | 2024-08-27T22:07:24.105Z | Compiling pest_meta v2.7.10 |
| 457 | 2024-08-27T22:07:24.920Z | Compiling pest_generator v2.7.10 |
| 458 | 2024-08-27T22:07:26.600Z | Compiling pest_derive v2.7.10 |
| 459 | 2024-08-27T22:07:27.376Z | Compiling dtrace-parser v0.2.0 |
| 460 | 2024-08-27T22:07:29.273Z | Compiling serde_spanned v0.6.7 |
| 461 | 2024-08-27T22:07:29.275Z | Compiling toml_datetime v0.6.8 |
| 462 | 2024-08-27T22:07:29.275Z | Compiling cargo-platform v0.1.8 |
| 463 | 2024-08-27T22:07:29.657Z | Compiling serde_tokenstream v0.2.2 |
| 464 | 2024-08-27T22:07:29.815Z | Compiling toml_edit v0.22.20 |
| 465 | 2024-08-27T22:07:29.838Z | Compiling macaddr v1.0.1 |
| 466 | 2024-08-27T22:07:30.636Z | Compiling dof v0.3.0 |
| 467 | 2024-08-27T22:07:30.636Z | Compiling cargo_metadata v0.18.1 |
| 468 | 2024-08-27T22:07:32.564Z | Compiling usdt-attr-macro v0.5.0 |
| 469 | 2024-08-27T22:07:32.564Z | Compiling usdt-macro v0.5.0 |
| 470 | 2024-08-27T22:07:32.582Z | Compiling toml v0.8.19 |
| 471 | 2024-08-27T22:07:33.392Z | Compiling cargo_toml v0.20.4 |
| 472 | 2024-08-27T22:07:33.981Z | Compiling usdt v0.5.0 |
| 473 | 2024-08-27T22:07:37.106Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 474 | 2024-08-27T22:07:40.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.14s |
| 475 | 2024-08-27T22:07:41.125Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 476 | 2024-08-27T22:07:41.679Z | Downloading crates ... |
| 477 | 2024-08-27T22:07:41.807Z | Downloaded arrayvec v0.7.4 |
| 478 | 2024-08-27T22:07:41.811Z | Downloaded argon2 v0.5.3 |
| 479 | 2024-08-27T22:07:41.814Z | Downloaded addr2line v0.21.0 |
| 480 | 2024-08-27T22:07:41.819Z | Downloaded bitstruct_derive v0.1.0 |
| 481 | 2024-08-27T22:07:41.822Z | Downloaded atty v0.2.14 |
| 482 | 2024-08-27T22:07:41.822Z | Downloaded crucible-workspace-hack v0.1.0 |
| 483 | 2024-08-27T22:07:41.825Z | Downloaded ahash v0.8.11 |
| 484 | 2024-08-27T22:07:41.828Z | Downloaded aead v0.5.2 |
| 485 | 2024-08-27T22:07:41.828Z | Downloaded hyper-staticfile v0.9.5 |
| 486 | 2024-08-27T22:07:41.831Z | Downloaded httparse v1.8.0 |
| 487 | 2024-08-27T22:07:41.833Z | Downloaded cfg_aliases v0.1.1 |
| 488 | 2024-08-27T22:07:41.836Z | Downloaded bitflags v1.3.2 |
| 489 | 2024-08-27T22:07:41.840Z | Downloaded bitfield v0.14.0 |
| 490 | 2024-08-27T22:07:41.842Z | Downloaded is_ci v1.2.0 |
| 491 | 2024-08-27T22:07:41.842Z | Downloaded block-padding v0.3.3 |
| 492 | 2024-08-27T22:07:41.842Z | Downloaded num-conv v0.1.0 |
| 493 | 2024-08-27T22:07:41.847Z | Downloaded bb8 v0.8.5 |
| 494 | 2024-08-27T22:07:41.847Z | Downloaded colored v2.1.0 |
| 495 | 2024-08-27T22:07:41.852Z | Downloaded num_threads v0.1.7 |
| 496 | 2024-08-27T22:07:41.852Z | Downloaded data-encoding v2.6.0 |
| 497 | 2024-08-27T22:07:41.856Z | Downloaded cbc v0.1.2 |
| 498 | 2024-08-27T22:07:41.856Z | Downloaded opaque-debug v0.3.1 |
| 499 | 2024-08-27T22:07:41.856Z | Downloaded lalrpop-util v0.19.12 |
| 500 | 2024-08-27T22:07:41.856Z | Downloaded newtype_derive v0.1.6 |
| 501 | 2024-08-27T22:07:41.860Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 502 | 2024-08-27T22:07:41.861Z | Downloaded async-stream v0.3.5 |
| 503 | 2024-08-27T22:07:41.861Z | Downloaded async-bb8-diesel v0.2.1 |
| 504 | 2024-08-27T22:07:41.864Z | Downloaded maplit v1.0.2 |
| 505 | 2024-08-27T22:07:41.864Z | Downloaded array-init v0.0.4 |
| 506 | 2024-08-27T22:07:41.864Z | Downloaded lru-cache v0.1.2 |
| 507 | 2024-08-27T22:07:41.867Z | Downloaded lazycell v1.3.0 |
| 508 | 2024-08-27T22:07:41.867Z | Downloaded indent_write v2.2.0 |
| 509 | 2024-08-27T22:07:41.870Z | Downloaded httpdate v1.0.3 |
| 510 | 2024-08-27T22:07:41.870Z | Downloaded nodrop v0.1.14 |
| 511 | 2024-08-27T22:07:41.872Z | Downloaded multimap v0.10.0 |
| 512 | 2024-08-27T22:07:41.872Z | Downloaded olpc-cjson v0.1.3 |
| 513 | 2024-08-27T22:07:41.875Z | Downloaded newline-converter v0.3.0 |
| 514 | 2024-08-27T22:07:41.875Z | Downloaded memoffset v0.9.1 |
| 515 | 2024-08-27T22:07:41.877Z | Downloaded crc32fast v1.4.0 |
| 516 | 2024-08-27T22:07:41.880Z | Downloaded jobserver v0.1.32 |
| 517 | 2024-08-27T22:07:41.883Z | Downloaded hyper-tls v0.5.0 |
| 518 | 2024-08-27T22:07:41.883Z | Downloaded num-integer v0.1.46 |
| 519 | 2024-08-27T22:07:41.886Z | Downloaded kstat-rs v0.2.4 |
| 520 | 2024-08-27T22:07:41.889Z | Downloaded defmt v0.3.8 |
| 521 | 2024-08-27T22:07:41.892Z | Downloaded crc-any v2.5.0 |
| 522 | 2024-08-27T22:07:41.898Z | Downloaded hyper-rustls v0.24.2 |
| 523 | 2024-08-27T22:07:41.900Z | Downloaded crossbeam-epoch v0.9.18 |
| 524 | 2024-08-27T22:07:41.900Z | Downloaded memmap2 v0.9.4 |
| 525 | 2024-08-27T22:07:41.903Z | Downloaded bitstruct v0.1.1 |
| 526 | 2024-08-27T22:07:41.906Z | Downloaded atomicwrites v0.4.3 |
| 527 | 2024-08-27T22:07:41.906Z | Downloaded num_enum v0.5.11 |
| 528 | 2024-08-27T22:07:41.909Z | Downloaded num-rational v0.4.2 |
| 529 | 2024-08-27T22:07:41.912Z | Downloaded csv-core v0.1.11 |
| 530 | 2024-08-27T22:07:41.914Z | Downloaded const_format_proc_macros v0.2.32 |
| 531 | 2024-08-27T22:07:41.917Z | Downloaded is-terminal v0.4.12 |
| 532 | 2024-08-27T22:07:41.917Z | Downloaded hubpack_derive v0.1.1 |
| 533 | 2024-08-27T22:07:41.920Z | Downloaded const-oid v0.9.6 |
| 534 | 2024-08-27T22:07:41.920Z | Downloaded arrayref v0.3.7 |
| 535 | 2024-08-27T22:07:41.923Z | Downloaded adler v1.0.2 |
| 536 | 2024-08-27T22:07:41.923Z | Downloaded signal-hook-tokio v0.3.1 |
| 537 | 2024-08-27T22:07:41.926Z | Downloaded serde_arrays v0.1.0 |
| 538 | 2024-08-27T22:07:41.926Z | Downloaded new_debug_unreachable v1.0.6 |
| 539 | 2024-08-27T22:07:41.929Z | Downloaded mime_guess v2.0.4 |
| 540 | 2024-08-27T22:07:41.929Z | Downloaded lock_api v0.4.12 |
| 541 | 2024-08-27T22:07:41.931Z | Downloaded ciborium-io v0.2.2 |
| 542 | 2024-08-27T22:07:41.934Z | Downloaded normalize-line-endings v0.3.0 |
| 543 | 2024-08-27T22:07:41.934Z | Downloaded darling_macro v0.20.9 |
| 544 | 2024-08-27T22:07:41.934Z | Downloaded number_prefix v0.4.0 |
| 545 | 2024-08-27T22:07:41.937Z | Downloaded match_cfg v0.1.0 |
| 546 | 2024-08-27T22:07:41.937Z | Downloaded cstr-argument v0.1.2 |
| 547 | 2024-08-27T22:07:41.937Z | Downloaded crunchy v0.2.2 |
| 548 | 2024-08-27T22:07:41.941Z | Downloaded base64 v0.22.1 |
| 549 | 2024-08-27T22:07:41.945Z | Downloaded async-recursion v1.1.1 |
| 550 | 2024-08-27T22:07:41.947Z | Downloaded slog-async v2.8.0 |
| 551 | 2024-08-27T22:07:41.950Z | Downloaded bit-set v0.5.3 |
| 552 | 2024-08-27T22:07:41.950Z | Downloaded chacha20poly1305 v0.10.1 |
| 553 | 2024-08-27T22:07:41.953Z | Downloaded backtrace v0.3.71 |
| 554 | 2024-08-27T22:07:41.956Z | Downloaded derive_builder_macro v0.20.0 |
| 555 | 2024-08-27T22:07:41.959Z | Downloaded strum v0.26.3 |
| 556 | 2024-08-27T22:07:41.961Z | Downloaded indoc v1.0.9 |
| 557 | 2024-08-27T22:07:41.964Z | Downloaded structmeta-derive v0.3.0 |
| 558 | 2024-08-27T22:07:41.964Z | Downloaded constant_time_eq v0.3.0 |
| 559 | 2024-08-27T22:07:41.966Z | Downloaded bcs v0.1.6 |
| 560 | 2024-08-27T22:07:41.970Z | Downloaded smawk v0.3.2 |
| 561 | 2024-08-27T22:07:41.974Z | Downloaded try-lock v0.2.5 |
| 562 | 2024-08-27T22:07:41.974Z | Downloaded md-5 v0.10.6 |
| 563 | 2024-08-27T22:07:41.974Z | Downloaded keccak v0.1.5 |
| 564 | 2024-08-27T22:07:41.977Z | Downloaded debug-ignore v1.0.5 |
| 565 | 2024-08-27T22:07:41.977Z | Downloaded libefi-sys v0.1.0 |
| 566 | 2024-08-27T22:07:41.980Z | Downloaded tiny-keccak v2.0.2 |
| 567 | 2024-08-27T22:07:41.980Z | Downloaded chacha20 v0.9.1 |
| 568 | 2024-08-27T22:07:41.983Z | Downloaded nibble_vec v0.1.0 |
| 569 | 2024-08-27T22:07:41.983Z | Downloaded lru v0.12.3 |
| 570 | 2024-08-27T22:07:41.986Z | Downloaded oso-derive v0.27.3 |
| 571 | 2024-08-27T22:07:41.991Z | Downloaded bitfield-struct v0.6.1 |
| 572 | 2024-08-27T22:07:41.991Z | Downloaded num v0.4.3 |
| 573 | 2024-08-27T22:07:41.991Z | Downloaded base64ct v1.6.0 |
| 574 | 2024-08-27T22:07:41.995Z | Downloaded base64 v0.13.1 |
| 575 | 2024-08-27T22:07:41.995Z | Downloaded defmt-macros v0.3.9 |
| 576 | 2024-08-27T22:07:41.997Z | Downloaded headers-core v0.2.0 |
| 577 | 2024-08-27T22:07:41.999Z | Downloaded parse-size v1.0.0 |
| 578 | 2024-08-27T22:07:42.000Z | Downloaded signal-hook-registry v1.4.2 |
| 579 | 2024-08-27T22:07:42.002Z | Downloaded scheduled-thread-pool v0.2.7 |
| 580 | 2024-08-27T22:07:42.005Z | Downloaded num_enum_derive v0.5.11 |
| 581 | 2024-08-27T22:07:42.005Z | Downloaded num-iter v0.1.45 |
| 582 | 2024-08-27T22:07:42.007Z | Downloaded num-derive v0.4.2 |
| 583 | 2024-08-27T22:07:42.010Z | Downloaded darling_core v0.20.9 |
| 584 | 2024-08-27T22:07:42.013Z | Downloaded pretty-hex v0.2.1 |
| 585 | 2024-08-27T22:07:42.015Z | Downloaded phf_shared v0.10.0 |
| 586 | 2024-08-27T22:07:42.018Z | Downloaded fxhash v0.2.1 |
| 587 | 2024-08-27T22:07:42.018Z | Downloaded cancel-safe-futures v0.1.5 |
| 588 | 2024-08-27T22:07:42.024Z | Downloaded xattr v1.3.1 |
| 589 | 2024-08-27T22:07:42.033Z | Downloaded universal-hash v0.5.1 |
| 590 | 2024-08-27T22:07:42.033Z | Downloaded strum_macros v0.25.3 |
| 591 | 2024-08-27T22:07:42.034Z | Downloaded slog-bunyan v2.5.0 |
| 592 | 2024-08-27T22:07:42.038Z | Downloaded serde-big-array v0.5.1 |
| 593 | 2024-08-27T22:07:42.038Z | Downloaded console v0.15.8 |
| 594 | 2024-08-27T22:07:42.038Z | Downloaded instability v0.3.2 |
| 595 | 2024-08-27T22:07:42.038Z | Downloaded ipnet v2.9.0 |
| 596 | 2024-08-27T22:07:42.042Z | Downloaded percent-encoding v2.3.1 |
| 597 | 2024-08-27T22:07:42.042Z | Downloaded socket2 v0.5.7 |
| 598 | 2024-08-27T22:07:42.045Z | Downloaded tinyvec_macros v0.1.1 |
| 599 | 2024-08-27T22:07:42.045Z | Downloaded num-complex v0.4.6 |
| 600 | 2024-08-27T22:07:42.049Z | Downloaded iana-time-zone v0.1.60 |
| 601 | 2024-08-27T22:07:42.053Z | Downloaded multer v3.1.0 |
| 602 | 2024-08-27T22:07:42.053Z | Downloaded phf v0.11.2 |
| 603 | 2024-08-27T22:07:42.058Z | Downloaded hostname v0.4.0 |
| 604 | 2024-08-27T22:07:42.058Z | Downloaded funty v2.0.0 |
| 605 | 2024-08-27T22:07:42.058Z | Downloaded endian-type v0.1.2 |
| 606 | 2024-08-27T22:07:42.061Z | Downloaded fragile v2.0.0 |
| 607 | 2024-08-27T22:07:42.061Z | Downloaded test-strategy v0.3.1 |
| 608 | 2024-08-27T22:07:42.064Z | Downloaded ascii v1.1.0 |
| 609 | 2024-08-27T22:07:42.069Z | Downloaded want v0.3.1 |
| 610 | 2024-08-27T22:07:42.069Z | Downloaded waitgroup v0.1.2 |
| 611 | 2024-08-27T22:07:42.071Z | Downloaded miniz_oxide v0.7.2 |
| 612 | 2024-08-27T22:07:42.071Z | Downloaded vsss-rs v3.3.4 |
| 613 | 2024-08-27T22:07:42.076Z | Downloaded tokio-stream v0.1.15 |
| 614 | 2024-08-27T22:07:42.080Z | Downloaded cookie v0.18.1 |
| 615 | 2024-08-27T22:07:42.083Z | Downloaded ppv-lite86 v0.2.17 |
| 616 | 2024-08-27T22:07:42.083Z | Downloaded tokio-tungstenite v0.20.1 |
| 617 | 2024-08-27T22:07:42.086Z | Downloaded vergen v8.3.2 |
| 618 | 2024-08-27T22:07:42.090Z | Downloaded secrecy v0.8.0 |
| 619 | 2024-08-27T22:07:42.093Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 620 | 2024-08-27T22:07:42.093Z | Downloaded portpicker v0.1.1 |
| 621 | 2024-08-27T22:07:42.093Z | Downloaded peg-runtime v0.8.3 |
| 622 | 2024-08-27T22:07:42.093Z | Downloaded indexmap v1.9.3 |
| 623 | 2024-08-27T22:07:42.097Z | Downloaded semver v0.1.20 |
| 624 | 2024-08-27T22:07:42.100Z | Downloaded getopts v0.2.21 |
| 625 | 2024-08-27T22:07:42.103Z | Downloaded unicode-linebreak v0.1.5 |
| 626 | 2024-08-27T22:07:42.104Z | Downloaded wait-timeout v0.2.0 |
| 627 | 2024-08-27T22:07:42.104Z | Downloaded sec1 v0.7.3 |
| 628 | 2024-08-27T22:07:42.106Z | Downloaded supports-color v3.0.0 |
| 629 | 2024-08-27T22:07:42.109Z | Downloaded pem-rfc7468 v0.7.0 |
| 630 | 2024-08-27T22:07:42.113Z | Downloaded schemars v0.8.21 |
| 631 | 2024-08-27T22:07:42.124Z | Downloaded derive_builder_core v0.20.0 |
| 632 | 2024-08-27T22:07:42.128Z | Downloaded tls_codec_derive v0.4.1 |
| 633 | 2024-08-27T22:07:42.131Z | Downloaded futures-core v0.3.30 |
| 634 | 2024-08-27T22:07:42.131Z | Downloaded float-cmp v0.9.0 |
| 635 | 2024-08-27T22:07:42.131Z | Downloaded owo-colors v4.0.0 |
| 636 | 2024-08-27T22:07:42.135Z | Downloaded hickory-client v0.24.1 |
| 637 | 2024-08-27T22:07:42.146Z | Downloaded dyn-clone v1.0.17 |
| 638 | 2024-08-27T22:07:42.146Z | Downloaded zone_cfg_derive v0.1.2 |
| 639 | 2024-08-27T22:07:42.146Z | Downloaded home v0.5.9 |
| 640 | 2024-08-27T22:07:42.149Z | Downloaded fallible-iterator v0.3.0 |
| 641 | 2024-08-27T22:07:42.149Z | Downloaded vte_generate_state_changes v0.1.1 |
| 642 | 2024-08-27T22:07:42.149Z | Downloaded paste v1.0.15 |
| 643 | 2024-08-27T22:07:42.149Z | Downloaded form_urlencoded v1.2.1 |
| 644 | 2024-08-27T22:07:42.152Z | Downloaded shlex v1.3.0 |
| 645 | 2024-08-27T22:07:42.152Z | Downloaded rustfmt-wrapper v0.2.1 |
| 646 | 2024-08-27T22:07:42.156Z | Downloaded openssl-macros v0.1.1 |
| 647 | 2024-08-27T22:07:42.156Z | Downloaded http-range v0.1.5 |
| 648 | 2024-08-27T22:07:42.159Z | Downloaded slog-stdlog v4.1.1 |
| 649 | 2024-08-27T22:07:42.159Z | Downloaded shell-words v1.1.0 |
| 650 | 2024-08-27T22:07:42.159Z | Downloaded walkdir v2.5.0 |
| 651 | 2024-08-27T22:07:42.161Z | Downloaded unicase v2.7.0 |
| 652 | 2024-08-27T22:07:42.164Z | Downloaded http-body v0.4.6 |
| 653 | 2024-08-27T22:07:42.166Z | Downloaded sqlparser_derive v0.2.2 |
| 654 | 2024-08-27T22:07:42.166Z | Downloaded tracing-core v0.1.32 |
| 655 | 2024-08-27T22:07:42.171Z | Downloaded hostname v0.3.1 |
| 656 | 2024-08-27T22:07:42.174Z | Downloaded pem v3.0.4 |
| 657 | 2024-08-27T22:07:42.174Z | Downloaded time-macros v0.2.18 |
| 658 | 2024-08-27T22:07:42.177Z | Downloaded serde_derive_internals v0.29.1 |
| 659 | 2024-08-27T22:07:42.180Z | Downloaded rustls-pemfile v2.1.3 |
| 660 | 2024-08-27T22:07:42.190Z | Downloaded rustc_version v0.1.7 |
| 661 | 2024-08-27T22:07:42.192Z | Downloaded embedded-io v0.4.0 |
| 662 | 2024-08-27T22:07:42.195Z | Downloaded smf v0.2.3 |
| 663 | 2024-08-27T22:07:42.197Z | Downloaded filetime v0.2.24 |
| 664 | 2024-08-27T22:07:42.200Z | Downloaded tower-service v0.3.2 |
| 665 | 2024-08-27T22:07:42.200Z | Downloaded poly1305 v0.8.0 |
| 666 | 2024-08-27T22:07:42.202Z | Downloaded futures-channel v0.3.30 |
| 667 | 2024-08-27T22:07:42.205Z | Downloaded foreign-types-shared v0.1.1 |
| 668 | 2024-08-27T22:07:42.205Z | Downloaded float-ord v0.3.2 |
| 669 | 2024-08-27T22:07:42.209Z | Downloaded defmt-parser v0.3.4 |
| 670 | 2024-08-27T22:07:42.209Z | Downloaded wyz v0.5.1 |
| 671 | 2024-08-27T22:07:42.211Z | Downloaded unicode-bidi v0.3.15 |
| 672 | 2024-08-27T22:07:42.215Z | Downloaded quick-error v1.2.3 |
| 673 | 2024-08-27T22:07:42.218Z | Downloaded fixedbitset v0.4.2 |
| 674 | 2024-08-27T22:07:42.218Z | Downloaded psl-types v2.0.11 |
| 675 | 2024-08-27T22:07:42.218Z | Downloaded untrusted v0.9.0 |
| 676 | 2024-08-27T22:07:42.224Z | Downloaded utf-8 v0.7.6 |
| 677 | 2024-08-27T22:07:42.226Z | Downloaded rustls-pki-types v1.7.0 |
| 678 | 2024-08-27T22:07:42.226Z | Downloaded rpassword v7.3.1 |
| 679 | 2024-08-27T22:07:42.226Z | Downloaded r2d2 v0.8.10 |
| 680 | 2024-08-27T22:07:42.229Z | Downloaded tokio-native-tls v0.3.1 |
| 681 | 2024-08-27T22:07:42.229Z | Downloaded hash32 v0.3.1 |
| 682 | 2024-08-27T22:07:42.231Z | Downloaded hash32 v0.2.1 |
| 683 | 2024-08-27T22:07:42.234Z | Downloaded rustc_version v0.4.0 |
| 684 | 2024-08-27T22:07:42.236Z | Downloaded time-core v0.1.2 |
| 685 | 2024-08-27T22:07:42.236Z | Downloaded slab v0.4.9 |
| 686 | 2024-08-27T22:07:42.241Z | Downloaded siphasher v0.3.11 |
| 687 | 2024-08-27T22:07:42.241Z | Downloaded rustc-hash v1.1.0 |
| 688 | 2024-08-27T22:07:42.244Z | Downloaded cc v1.0.97 |
| 689 | 2024-08-27T22:07:42.244Z | Downloaded sct v0.7.1 |
| 690 | 2024-08-27T22:07:42.249Z | Downloaded structmeta v0.2.0 |
| 691 | 2024-08-27T22:07:42.252Z | Downloaded ff v0.13.0 |
| 692 | 2024-08-27T22:07:42.252Z | Downloaded foreign-types-shared v0.3.1 |
| 693 | 2024-08-27T22:07:42.254Z | Downloaded sigpipe v0.1.3 |
| 694 | 2024-08-27T22:07:42.255Z | Downloaded topological-sort v0.2.2 |
| 695 | 2024-08-27T22:07:42.255Z | Downloaded tokio-rustls v0.24.1 |
| 696 | 2024-08-27T22:07:42.257Z | Downloaded strip-ansi-escapes v0.2.0 |
| 697 | 2024-08-27T22:07:42.259Z | Downloaded futures-sink v0.3.30 |
| 698 | 2024-08-27T22:07:42.262Z | Downloaded foreign-types-macros v0.2.3 |
| 699 | 2024-08-27T22:07:42.262Z | Downloaded uzers v0.11.3 |
| 700 | 2024-08-27T22:07:42.266Z | Downloaded parking_lot_core v0.9.10 |
| 701 | 2024-08-27T22:07:42.269Z | Downloaded slog v2.7.0 |
| 702 | 2024-08-27T22:07:42.272Z | Downloaded path-slash v0.1.5 |
| 703 | 2024-08-27T22:07:42.272Z | Downloaded rustc-demangle v0.1.24 |
| 704 | 2024-08-27T22:07:42.275Z | Downloaded parse-display v0.10.0 |
| 705 | 2024-08-27T22:07:42.275Z | Downloaded parking_lot_core v0.8.6 |
| 706 | 2024-08-27T22:07:42.277Z | Downloaded toolchain_find v0.4.0 |
| 707 | 2024-08-27T22:07:42.280Z | Downloaded deranged v0.3.11 |
| 708 | 2024-08-27T22:07:42.280Z | Downloaded tui-tree-widget v0.22.0 |
| 709 | 2024-08-27T22:07:42.284Z | Downloaded structmeta-derive v0.2.0 |
| 710 | 2024-08-27T22:07:42.284Z | Downloaded peg v0.8.4 |
| 711 | 2024-08-27T22:07:42.287Z | Downloaded glob v0.3.1 |
| 712 | 2024-08-27T22:07:42.289Z | Downloaded untrusted v0.7.1 |
| 713 | 2024-08-27T22:07:42.292Z | Downloaded signal-hook-mio v0.2.4 |
| 714 | 2024-08-27T22:07:42.292Z | Downloaded pkcs8 v0.10.2 |
| 715 | 2024-08-27T22:07:42.297Z | Downloaded rtoolbox v0.0.2 |
| 716 | 2024-08-27T22:07:42.300Z | Downloaded zeroize_derive v1.4.2 |
| 717 | 2024-08-27T22:07:42.300Z | Downloaded pin-utils v0.1.0 |
| 718 | 2024-08-27T22:07:42.300Z | Downloaded foreign-types v0.3.2 |
| 719 | 2024-08-27T22:07:42.303Z | Downloaded phf_shared v0.11.2 |
| 720 | 2024-08-27T22:07:42.303Z | Downloaded minimal-lexical v0.2.1 |
| 721 | 2024-08-27T22:07:42.308Z | Downloaded libm v0.2.8 |
| 722 | 2024-08-27T22:07:42.316Z | Downloaded zeroize v1.7.0 |
| 723 | 2024-08-27T22:07:42.320Z | Downloaded downcast v0.11.0 |
| 724 | 2024-08-27T22:07:42.324Z | Downloaded resolv-conf v0.7.0 |
| 725 | 2024-08-27T22:07:42.324Z | Downloaded tracing v0.1.40 |
| 726 | 2024-08-27T22:07:42.329Z | Downloaded itertools v0.12.1 |
| 727 | 2024-08-27T22:07:42.337Z | Downloaded sync_wrapper v0.1.2 |
| 728 | 2024-08-27T22:07:42.343Z | Downloaded tokio-rustls v0.25.0 |
| 729 | 2024-08-27T22:07:42.343Z | Downloaded take_mut v0.2.2 |
| 730 | 2024-08-27T22:07:42.343Z | Downloaded peg-macros v0.8.4 |
| 731 | 2024-08-27T22:07:42.345Z | Downloaded unicode_categories v0.1.1 |
| 732 | 2024-08-27T22:07:42.345Z | Downloaded publicsuffix v2.2.3 |
| 733 | 2024-08-27T22:07:42.348Z | Downloaded pbkdf2 v0.12.2 |
| 734 | 2024-08-27T22:07:42.352Z | Downloaded static_assertions v1.1.0 |
| 735 | 2024-08-27T22:07:42.352Z | Downloaded stable_deref_trait v1.2.0 |
| 736 | 2024-08-27T22:07:42.355Z | Downloaded tokio-tungstenite v0.23.1 |
| 737 | 2024-08-27T22:07:42.355Z | Downloaded sha1 v0.10.6 |
| 738 | 2024-08-27T22:07:42.358Z | Downloaded pkcs5 v0.7.1 |
| 739 | 2024-08-27T22:07:42.362Z | Downloaded hyper v0.14.30 |
| 740 | 2024-08-27T22:07:42.370Z | Downloaded slog-scope v4.4.0 |
| 741 | 2024-08-27T22:07:42.372Z | Downloaded heck v0.3.3 |
| 742 | 2024-08-27T22:07:42.375Z | Downloaded openssl-probe v0.1.5 |
| 743 | 2024-08-27T22:07:42.375Z | Downloaded pin-project-lite v0.2.14 |
| 744 | 2024-08-27T22:07:42.381Z | Downloaded half v2.4.1 |
| 745 | 2024-08-27T22:07:42.383Z | Downloaded dropshot_endpoint v0.10.1 |
| 746 | 2024-08-27T22:07:42.387Z | Downloaded precomputed-hash v0.1.1 |
| 747 | 2024-08-27T22:07:42.387Z | Downloaded foreign-types v0.5.0 |
| 748 | 2024-08-27T22:07:42.389Z | Downloaded http v0.2.12 |
| 749 | 2024-08-27T22:07:42.392Z | Downloaded thread_local v1.1.8 |
| 750 | 2024-08-27T22:07:42.395Z | Downloaded tabwriter v1.4.0 |
| 751 | 2024-08-27T22:07:42.395Z | Downloaded der_derive v0.7.2 |
| 752 | 2024-08-27T22:07:42.398Z | Downloaded thiserror-no-std v2.0.2 |
| 753 | 2024-08-27T22:07:42.401Z | Downloaded expectorate v1.1.0 |
| 754 | 2024-08-27T22:07:42.404Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 755 | 2024-08-27T22:07:42.404Z | Downloaded password-hash v0.5.0 |
| 756 | 2024-08-27T22:07:42.408Z | Downloaded tokio-postgres v0.7.11 |
| 757 | 2024-08-27T22:07:42.411Z | Downloaded tap v1.0.1 |
| 758 | 2024-08-27T22:07:42.416Z | Downloaded ena v0.14.3 |
| 759 | 2024-08-27T22:07:42.418Z | Downloaded display-error-chain v0.2.0 |
| 760 | 2024-08-27T22:07:42.418Z | Downloaded rustls-pemfile v1.0.4 |
| 761 | 2024-08-27T22:07:42.418Z | Downloaded predicates-core v1.0.6 |
| 762 | 2024-08-27T22:07:42.421Z | Downloaded predicates v3.1.2 |
| 763 | 2024-08-27T22:07:42.423Z | Downloaded either v1.13.0 |
| 764 | 2024-08-27T22:07:42.426Z | Downloaded string_cache v0.8.7 |
| 765 | 2024-08-27T22:07:42.426Z | Downloaded crossterm v0.28.1 |
| 766 | 2024-08-27T22:07:42.433Z | Downloaded strum_macros v0.26.4 |
| 767 | 2024-08-27T22:07:42.436Z | Downloaded stringprep v0.1.4 |
| 768 | 2024-08-27T22:07:42.439Z | Downloaded rsa v0.9.6 |
| 769 | 2024-08-27T22:07:42.442Z | Downloaded rand v0.8.5 |
| 770 | 2024-08-27T22:07:42.447Z | Downloaded parking_lot v0.11.2 |
| 771 | 2024-08-27T22:07:42.451Z | Downloaded termios v0.3.3 |
| 772 | 2024-08-27T22:07:42.454Z | Downloaded signal-hook v0.3.17 |
| 773 | 2024-08-27T22:07:42.458Z | Downloaded nom v7.1.3 |
| 774 | 2024-08-27T22:07:42.461Z | Downloaded aho-corasick v1.1.3 |
| 775 | 2024-08-27T22:07:42.468Z | Downloaded unicode-xid v0.2.4 |
| 776 | 2024-08-27T22:07:42.473Z | Downloaded powerfmt v0.2.0 |
| 777 | 2024-08-27T22:07:42.473Z | Downloaded salsa20 v0.10.2 |
| 778 | 2024-08-27T22:07:42.476Z | Downloaded rusty-fork v0.3.0 |
| 779 | 2024-08-27T22:07:42.476Z | Downloaded serde_plain v1.0.2 |
| 780 | 2024-08-27T22:07:42.476Z | Downloaded serde_urlencoded v0.7.1 |
| 781 | 2024-08-27T22:07:42.480Z | Downloaded fd-lock v4.0.2 |
| 782 | 2024-08-27T22:07:42.480Z | Downloaded dsl_auto_type v0.1.2 |
| 783 | 2024-08-27T22:07:42.483Z | Downloaded postgres-protocol v0.6.7 |
| 784 | 2024-08-27T22:07:42.483Z | Downloaded slog-envlogger v2.2.0 |
| 785 | 2024-08-27T22:07:42.487Z | Downloaded slog-dtrace v0.3.0 |
| 786 | 2024-08-27T22:07:42.487Z | Downloaded unarray v0.1.4 |
| 787 | 2024-08-27T22:07:42.490Z | Downloaded postcard v1.0.8 |
| 788 | 2024-08-27T22:07:42.493Z | Downloaded uuid v1.10.0 |
| 789 | 2024-08-27T22:07:42.497Z | Downloaded tempfile v3.10.1 |
| 790 | 2024-08-27T22:07:42.502Z | Downloaded pin-project-internal v1.1.5 |
| 791 | 2024-08-27T22:07:42.502Z | Downloaded fastrand v2.1.0 |
| 792 | 2024-08-27T22:07:42.506Z | Downloaded group v0.13.0 |
| 793 | 2024-08-27T22:07:42.506Z | Downloaded parking_lot v0.12.2 |
| 794 | 2024-08-27T22:07:42.510Z | Downloaded proc-macro-crate v1.3.1 |
| 795 | 2024-08-27T22:07:42.510Z | Downloaded packed_struct v0.10.1 |
| 796 | 2024-08-27T22:07:42.510Z | Downloaded schemars_derive v0.8.21 |
| 797 | 2024-08-27T22:07:42.514Z | Downloaded postgres-types v0.2.7 |
| 798 | 2024-08-27T22:07:42.514Z | Downloaded similar v2.6.0 |
| 799 | 2024-08-27T22:07:42.521Z | Downloaded hashlink v0.9.1 |
| 800 | 2024-08-27T22:07:42.524Z | Downloaded unicode-truncate v1.0.0 |
| 801 | 2024-08-27T22:07:42.524Z | Downloaded unsafe-libyaml v0.2.11 |
| 802 | 2024-08-27T22:07:42.526Z | Downloaded serde_yaml v0.9.34+deprecated |
| 803 | 2024-08-27T22:07:42.529Z | Downloaded same-file v1.0.6 |
| 804 | 2024-08-27T22:07:42.532Z | Downloaded difflib v0.4.0 |
| 805 | 2024-08-27T22:07:42.536Z | Downloaded oso v0.27.3 |
| 806 | 2024-08-27T22:07:42.542Z | Downloaded scrypt v0.11.0 |
| 807 | 2024-08-27T22:07:42.542Z | Downloaded pin-project v1.1.5 |
| 808 | 2024-08-27T22:07:42.551Z | Downloaded blake3 v1.5.1 |
| 809 | 2024-08-27T22:07:42.559Z | Downloaded scopeguard v1.2.0 |
| 810 | 2024-08-27T22:07:42.562Z | Downloaded globset v0.4.14 |
| 811 | 2024-08-27T22:07:42.565Z | Downloaded diff v0.1.13 |
| 812 | 2024-08-27T22:07:42.568Z | Downloaded diesel_derives v2.2.2 |
| 813 | 2024-08-27T22:07:42.571Z | Downloaded dirs-sys-next v0.1.2 |
| 814 | 2024-08-27T22:07:42.576Z | Downloaded hmac v0.12.1 |
| 815 | 2024-08-27T22:07:42.576Z | Downloaded rcgen v0.12.1 |
| 816 | 2024-08-27T22:07:42.579Z | Downloaded heapless v0.8.0 |
| 817 | 2024-08-27T22:07:42.588Z | Downloaded url v2.5.2 |
| 818 | 2024-08-27T22:07:42.592Z | Downloaded fatfs v0.3.6 |
| 819 | 2024-08-27T22:07:42.592Z | Downloaded prettyplease v0.2.20 |
| 820 | 2024-08-27T22:07:42.596Z | Downloaded heapless v0.7.17 |
| 821 | 2024-08-27T22:07:42.600Z | Downloaded tungstenite v0.23.0 |
| 822 | 2024-08-27T22:07:42.604Z | Downloaded openssl-sys v0.9.103 |
| 823 | 2024-08-27T22:07:42.607Z | Downloaded flume v0.11.0 |
| 824 | 2024-08-27T22:07:42.612Z | Downloaded flate2 v1.0.31 |
| 825 | 2024-08-27T22:07:42.617Z | Downloaded rayon-core v1.12.1 |
| 826 | 2024-08-27T22:07:42.621Z | Downloaded toml_edit v0.19.15 |
| 827 | 2024-08-27T22:07:42.641Z | Downloaded tungstenite v0.21.0 |
| 828 | 2024-08-27T22:07:42.644Z | Downloaded tungstenite v0.20.1 |
| 829 | 2024-08-27T22:07:42.647Z | Downloaded samael v0.0.15 |
| 830 | 2024-08-27T22:07:42.652Z | Downloaded headers v0.3.9 |
| 831 | 2024-08-27T22:07:42.660Z | Downloaded portable-atomic v1.6.0 |
| 832 | 2024-08-27T22:07:42.668Z | Downloaded reqwest v0.11.27 |
| 833 | 2024-08-27T22:07:42.673Z | Downloaded tokio-util v0.7.11 |
| 834 | 2024-08-27T22:07:42.684Z | Downloaded typed-path v0.7.1 |
| 835 | 2024-08-27T22:07:42.691Z | Downloaded x509-cert v0.2.5 |
| 836 | 2024-08-27T22:07:42.700Z | Downloaded chrono v0.4.38 |
| 837 | 2024-08-27T22:07:42.706Z | Downloaded idna v0.4.0 |
| 838 | 2024-08-27T22:07:42.716Z | Downloaded hashbrown v0.13.2 |
| 839 | 2024-08-27T22:07:42.723Z | Downloaded hashbrown v0.12.3 |
| 840 | 2024-08-27T22:07:42.727Z | Downloaded openssl v0.10.66 |
| 841 | 2024-08-27T22:07:42.734Z | Downloaded time v0.3.36 |
| 842 | 2024-08-27T22:07:42.745Z | Downloaded unicode-normalization v0.1.23 |
| 843 | 2024-08-27T22:07:42.749Z | Downloaded lalrpop v0.19.12 |
| 844 | 2024-08-27T22:07:42.759Z | Downloaded serde_with v3.9.0 |
| 845 | 2024-08-27T22:07:42.769Z | Downloaded rusqlite v0.31.0 |
| 846 | 2024-08-27T22:07:42.779Z | Downloaded rustls-webpki v0.102.4 |
| 847 | 2024-08-27T22:07:42.797Z | Downloaded vcpkg v0.2.15 |
| 848 | 2024-08-27T22:07:42.836Z | Downloaded futures-util v0.3.30 |
| 849 | 2024-08-27T22:07:42.847Z | Downloaded rustls-webpki v0.101.7 |
| 850 | 2024-08-27T22:07:42.865Z | Downloaded git2 v0.19.0 |
| 851 | 2024-08-27T22:07:42.874Z | Downloaded h2 v0.3.26 |
| 852 | 2024-08-27T22:07:42.879Z | Downloaded webpki-roots v0.25.4 |
| 853 | 2024-08-27T22:07:42.884Z | Downloaded rayon v1.10.0 |
| 854 | 2024-08-27T22:07:42.893Z | Downloaded gimli v0.28.1 |
| 855 | 2024-08-27T22:07:42.902Z | Downloaded rustls v0.21.12 |
| 856 | 2024-08-27T22:07:42.916Z | Downloaded dropshot v0.10.1 |
| 857 | 2024-08-27T22:07:42.925Z | Downloaded proptest v1.5.0 |
| 858 | 2024-08-27T22:07:42.936Z | Downloaded regex v1.10.6 |
| 859 | 2024-08-27T22:07:42.950Z | Downloaded hickory-proto v0.24.1 |
| 860 | 2024-08-27T22:07:42.966Z | Downloaded rustls v0.22.4 |
| 861 | 2024-08-27T22:07:42.982Z | Downloaded diesel v2.2.2 |
| 862 | 2024-08-27T22:07:43.002Z | Downloaded smoltcp v0.9.1 |
| 863 | 2024-08-27T22:07:43.013Z | Downloaded sled v0.34.7 |
| 864 | 2024-08-27T22:07:43.025Z | Downloaded zerocopy-derive v0.6.6 |
| 865 | 2024-08-27T22:07:43.037Z | Downloaded regex-syntax v0.8.4 |
| 866 | 2024-08-27T22:07:43.044Z | Downloaded bstr v1.9.1 |
| 867 | 2024-08-27T22:07:43.058Z | Downloaded regress v0.9.1 |
| 868 | 2024-08-27T22:07:43.068Z | Downloaded smoltcp v0.11.0 |
| 869 | 2024-08-27T22:07:43.080Z | Downloaded polar-core v0.27.3 |
| 870 | 2024-08-27T22:07:43.092Z | Downloaded ratatui v0.28.0 |
| 871 | 2024-08-27T22:07:43.113Z | Downloaded regex-syntax v0.6.29 |
| 872 | 2024-08-27T22:07:43.120Z | Downloaded openapiv3 v2.0.0 |
| 873 | 2024-08-27T22:07:43.133Z | Downloaded nix v0.28.0 |
| 874 | 2024-08-27T22:07:43.145Z | Downloaded object v0.32.2 |
| 875 | 2024-08-27T22:07:43.155Z | Downloaded curve25519-dalek v4.1.3 |
| 876 | 2024-08-27T22:07:43.168Z | Downloaded hkdf v0.12.4 |
| 877 | 2024-08-27T22:07:43.172Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 878 | 2024-08-27T22:07:43.182Z | Downloaded sqlparser v0.45.0 |
| 879 | 2024-08-27T22:07:43.187Z | Downloaded regex-automata v0.4.6 |
| 880 | 2024-08-27T22:07:43.206Z | Downloaded radix_trie v0.2.1 |
| 881 | 2024-08-27T22:07:43.216Z | Downloaded object v0.30.4 |
| 882 | 2024-08-27T22:07:43.220Z | Downloaded idna v0.5.0 |
| 883 | 2024-08-27T22:07:43.228Z | Downloaded finl_unicode v1.2.0 |
| 884 | 2024-08-27T22:07:43.244Z | Downloaded petgraph v0.6.5 |
| 885 | 2024-08-27T22:07:43.261Z | Downloaded nix v0.27.1 |
| 886 | 2024-08-27T22:07:43.289Z | Downloaded tokio v1.39.3 |
| 887 | 2024-08-27T22:07:43.312Z | Downloaded sha3 v0.10.8 |
| 888 | 2024-08-27T22:07:43.316Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 889 | 2024-08-27T22:07:43.384Z | Downloaded csv v1.3.0 |
| 890 | 2024-08-27T22:07:43.417Z | Downloaded quick-xml v0.31.0 |
| 891 | 2024-08-27T22:07:43.430Z | Downloaded reedline v0.33.0 |
| 892 | 2024-08-27T22:07:43.430Z | Downloaded idna v0.3.0 |
| 893 | 2024-08-27T22:07:43.431Z | Downloaded bitvec v1.0.1 |
| 894 | 2024-08-27T22:07:43.448Z | Downloaded steno v0.4.1 |
| 895 | 2024-08-27T22:07:43.463Z | Downloaded winnow v0.5.40 |
| 896 | 2024-08-27T22:07:43.463Z | Downloaded tough v0.17.1 |
| 897 | 2024-08-27T22:07:43.474Z | Downloaded hickory-server v0.24.1 |
| 898 | 2024-08-27T22:07:43.474Z | Downloaded itertools v0.13.0 |
| 899 | 2024-08-27T22:07:43.482Z | Downloaded dirs-next v2.0.0 |
| 900 | 2024-08-27T22:07:43.482Z | Downloaded encoding_rs v0.8.34 |
| 901 | 2024-08-27T22:07:43.507Z | Downloaded serde_with_macros v3.9.0 |
| 902 | 2024-08-27T22:07:43.526Z | Downloaded zerocopy v0.6.6 |
| 903 | 2024-08-27T22:07:43.526Z | Downloaded highway v1.2.0 |
| 904 | 2024-08-27T22:07:43.526Z | Downloaded elliptic-curve v0.13.8 |
| 905 | 2024-08-27T22:07:43.527Z | Downloaded zip v0.6.6 |
| 906 | 2024-08-27T22:07:43.527Z | Downloaded bindgen v0.69.4 |
| 907 | 2024-08-27T22:07:43.547Z | Downloaded hickory-resolver v0.24.1 |
| 908 | 2024-08-27T22:07:43.547Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 909 | 2024-08-27T22:07:43.547Z | Downloaded twox-hash v1.6.3 |
| 910 | 2024-08-27T22:07:43.547Z | Downloaded slog-json v2.6.1 |
| 911 | 2024-08-27T22:07:43.547Z | Downloaded term v0.7.0 |
| 912 | 2024-08-27T22:07:43.548Z | Downloaded http v1.1.0 |
| 913 | 2024-08-27T22:07:43.548Z | Downloaded itertools v0.10.5 |
| 914 | 2024-08-27T22:07:43.563Z | Downloaded ron v0.8.1 |
| 915 | 2024-08-27T22:07:43.563Z | Downloaded ron v0.7.1 |
| 916 | 2024-08-27T22:07:43.563Z | Downloaded der v0.7.9 |
| 917 | 2024-08-27T22:07:43.581Z | Downloaded unicode-segmentation v1.11.0 |
| 918 | 2024-08-27T22:07:43.582Z | Downloaded num-bigint-dig v0.8.4 |
| 919 | 2024-08-27T22:07:43.582Z | Downloaded libxml v0.3.3 |
| 920 | 2024-08-27T22:07:43.592Z | Downloaded predicates-tree v1.0.9 |
| 921 | 2024-08-27T22:07:43.592Z | Downloaded toml v0.7.8 |
| 922 | 2024-08-27T22:07:43.592Z | Downloaded serde_repr v0.1.19 |
| 923 | 2024-08-27T22:07:43.593Z | Downloaded mio v0.8.11 |
| 924 | 2024-08-27T22:07:43.593Z | Downloaded radium v0.7.0 |
| 925 | 2024-08-27T22:07:43.593Z | Downloaded sqlformat v0.2.4 |
| 926 | 2024-08-27T22:07:43.593Z | Downloaded ref-cast-impl v1.0.23 |
| 927 | 2024-08-27T22:07:43.629Z | Downloaded termcolor v1.4.1 |
| 928 | 2024-08-27T22:07:43.629Z | Downloaded ref-cast v1.0.23 |
| 929 | 2024-08-27T22:07:43.643Z | Downloaded futures-task v0.3.30 |
| 930 | 2024-08-27T22:07:43.643Z | Downloaded futures-macro v0.3.30 |
| 931 | 2024-08-27T22:07:43.644Z | Downloaded zone v0.1.8 |
| 932 | 2024-08-27T22:07:43.644Z | Downloaded signature v2.2.0 |
| 933 | 2024-08-27T22:07:43.644Z | Downloaded vte v0.11.1 |
| 934 | 2024-08-27T22:07:43.644Z | Downloaded structmeta v0.3.0 |
| 935 | 2024-08-27T22:07:43.644Z | Downloaded subprocess v0.2.9 |
| 936 | 2024-08-27T22:07:43.644Z | Downloaded smallvec v1.13.2 |
| 937 | 2024-08-27T22:07:43.645Z | Downloaded pkcs1 v0.7.5 |
| 938 | 2024-08-27T22:07:43.645Z | Downloaded futures v0.3.30 |
| 939 | 2024-08-27T22:07:43.645Z | Downloaded flagset v0.4.5 |
| 940 | 2024-08-27T22:07:43.645Z | Downloaded packed_struct_codegen v0.10.1 |
| 941 | 2024-08-27T22:07:43.646Z | Downloaded hex v0.4.3 |
| 942 | 2024-08-27T22:07:43.646Z | Downloaded textwrap v0.16.1 |
| 943 | 2024-08-27T22:07:43.646Z | Downloaded tar v0.4.41 |
| 944 | 2024-08-27T22:07:43.646Z | Downloaded tinyvec v1.6.0 |
| 945 | 2024-08-27T22:07:43.647Z | Downloaded snafu v0.8.2 |
| 946 | 2024-08-27T22:07:43.647Z | Downloaded rustyline v14.0.0 |
| 947 | 2024-08-27T22:07:43.664Z | Downloaded whoami v1.5.1 |
| 948 | 2024-08-27T22:07:43.664Z | Downloaded pkg-config v0.3.30 |
| 949 | 2024-08-27T22:07:43.664Z | Downloaded const_format v0.2.32 |
| 950 | 2024-08-27T22:07:43.664Z | Downloaded smallvec v0.6.14 |
| 951 | 2024-08-27T22:07:43.664Z | Downloaded serde_path_to_error v0.1.16 |
| 952 | 2024-08-27T22:07:43.664Z | Downloaded bytes v1.7.1 |
| 953 | 2024-08-27T22:07:43.674Z | Downloaded rustversion v1.0.17 |
| 954 | 2024-08-27T22:07:43.674Z | Downloaded crossterm v0.27.0 |
| 955 | 2024-08-27T22:07:43.674Z | Downloaded futures-io v0.3.30 |
| 956 | 2024-08-27T22:07:43.674Z | Downloaded mio v1.0.2 |
| 957 | 2024-08-27T22:07:43.674Z | Downloaded tracing-attributes v0.1.27 |
| 958 | 2024-08-27T22:07:43.682Z | Downloaded libz-sys v1.1.16 |
| 959 | 2024-08-27T22:07:43.743Z | Downloaded slog-term v2.9.1 |
| 960 | 2024-08-27T22:07:43.757Z | Downloaded futures-executor v0.3.30 |
| 961 | 2024-08-27T22:07:43.757Z | Downloaded derive_more v0.99.18 |
| 962 | 2024-08-27T22:07:43.761Z | Downloaded rand_xorshift v0.3.0 |
| 963 | 2024-08-27T22:07:43.761Z | Downloaded rand_seeder v0.3.0 |
| 964 | 2024-08-27T22:07:43.761Z | Downloaded rand_core v0.6.4 |
| 965 | 2024-08-27T22:07:43.761Z | Downloaded aes v0.8.4 |
| 966 | 2024-08-27T22:07:43.761Z | Downloaded env_logger v0.10.2 |
| 967 | 2024-08-27T22:07:43.762Z | Downloaded yasna v0.5.2 |
| 968 | 2024-08-27T22:07:43.765Z | Downloaded enum-as-inner v0.6.0 |
| 969 | 2024-08-27T22:07:43.766Z | Downloaded derive-where v1.2.7 |
| 970 | 2024-08-27T22:07:43.770Z | Downloaded base64 v0.21.7 |
| 971 | 2024-08-27T22:07:43.776Z | Downloaded which v4.4.2 |
| 972 | 2024-08-27T22:07:43.776Z | Downloaded spin v0.9.8 |
| 973 | 2024-08-27T22:07:43.784Z | Downloaded omicron-zone-package v0.11.0 |
| 974 | 2024-08-27T22:07:43.784Z | Downloaded crossbeam-utils v0.8.19 |
| 975 | 2024-08-27T22:07:43.791Z | Downloaded compact_str v0.8.0 |
| 976 | 2024-08-27T22:07:43.791Z | Downloaded tls_codec v0.4.1 |
| 977 | 2024-08-27T22:07:43.791Z | Downloaded erased-serde v0.3.31 |
| 978 | 2024-08-27T22:07:43.797Z | Downloaded env_logger v0.9.3 |
| 979 | 2024-08-27T22:07:43.797Z | Downloaded socket2 v0.4.10 |
| 980 | 2024-08-27T22:07:43.797Z | Downloaded snafu-derive v0.8.2 |
| 981 | 2024-08-27T22:07:43.797Z | Downloaded num-traits v0.2.19 |
| 982 | 2024-08-27T22:07:43.802Z | Downloaded subtle v2.5.0 |
| 983 | 2024-08-27T22:07:43.802Z | Downloaded spki v0.7.3 |
| 984 | 2024-08-27T22:07:43.802Z | Downloaded rand_chacha v0.3.1 |
| 985 | 2024-08-27T22:07:43.813Z | Downloaded derive_builder v0.20.0 |
| 986 | 2024-08-27T22:07:43.813Z | Downloaded libsqlite3-sys v0.28.0 |
| 987 | 2024-08-27T22:07:43.894Z | Downloaded strum_macros v0.24.3 |
| 988 | 2024-08-27T22:07:43.902Z | Downloaded crossbeam-deque v0.8.5 |
| 989 | 2024-08-27T22:07:43.902Z | Downloaded getrandom v0.2.14 |
| 990 | 2024-08-27T22:07:43.902Z | Downloaded tokio-tungstenite v0.21.0 |
| 991 | 2024-08-27T22:07:43.902Z | Downloaded mockall_derive v0.13.0 |
| 992 | 2024-08-27T22:07:43.902Z | Downloaded fallible-iterator v0.2.0 |
| 993 | 2024-08-27T22:07:43.903Z | Downloaded parse-display-derive v0.10.0 |
| 994 | 2024-08-27T22:07:43.903Z | Downloaded gethostname v0.5.0 |
| 995 | 2024-08-27T22:07:43.903Z | Downloaded mime v0.3.17 |
| 996 | 2024-08-27T22:07:43.903Z | Downloaded libsw v3.3.1 |
| 997 | 2024-08-27T22:07:43.903Z | Downloaded libloading v0.8.3 |
| 998 | 2024-08-27T22:07:43.906Z | Downloaded darling v0.20.9 |
| 999 | 2024-08-27T22:07:43.906Z | Downloaded tokio-macros v2.4.0 |
| 1000 | 2024-08-27T22:07:43.912Z | Downloaded spin v0.5.2 |
| 1001 | 2024-08-27T22:07:43.912Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2024-08-27T22:07:43.912Z | Downloaded newtype-uuid v1.1.0 |
| 1003 | 2024-08-27T22:07:43.918Z | Downloaded arc-swap v1.7.1 |
| 1004 | 2024-08-27T22:07:43.918Z | Downloaded crossbeam-channel v0.5.12 |
| 1005 | 2024-08-27T22:07:43.923Z | Downloaded indicatif v0.17.8 |
| 1006 | 2024-08-27T22:07:43.928Z | Downloaded crypto-bigint v0.5.5 |
| 1007 | 2024-08-27T22:07:43.931Z | Downloaded backoff v0.4.0 |
| 1008 | 2024-08-27T22:07:43.931Z | Downloaded nanorand v0.7.0 |
| 1009 | 2024-08-27T22:07:43.934Z | Downloaded mockall v0.13.0 |
| 1010 | 2024-08-27T22:07:43.934Z | Downloaded crc-catalog v2.4.0 |
| 1011 | 2024-08-27T22:07:43.937Z | Downloaded cipher v0.4.4 |
| 1012 | 2024-08-27T22:07:43.937Z | Downloaded managed v0.8.0 |
| 1013 | 2024-08-27T22:07:43.940Z | Downloaded linear-map v1.2.0 |
| 1014 | 2024-08-27T22:07:43.940Z | Downloaded cexpr v0.6.0 |
| 1015 | 2024-08-27T22:07:43.945Z | Downloaded convert_case v0.4.0 |
| 1016 | 2024-08-27T22:07:43.945Z | Downloaded cobs v0.2.3 |
| 1017 | 2024-08-27T22:07:43.945Z | Downloaded castaway v0.2.3 |
| 1018 | 2024-08-27T22:07:43.945Z | Downloaded termtree v0.4.1 |
| 1019 | 2024-08-27T22:07:43.948Z | Downloaded lazy_static v1.5.0 |
| 1020 | 2024-08-27T22:07:43.948Z | Downloaded ring v0.17.8 |
| 1021 | 2024-08-27T22:07:44.016Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1022 | 2024-08-27T22:07:44.029Z | Downloaded crc v3.2.1 |
| 1023 | 2024-08-27T22:07:44.029Z | Downloaded clang-sys v1.7.0 |
| 1024 | 2024-08-27T22:07:44.032Z | Downloaded cassowary v0.3.0 |
| 1025 | 2024-08-27T22:07:44.032Z | Downloaded base16ct v0.2.0 |
| 1026 | 2024-08-27T22:07:44.032Z | Downloaded native-tls v0.2.11 |
| 1027 | 2024-08-27T22:07:44.032Z | Downloaded bit-vec v0.6.3 |
| 1028 | 2024-08-27T22:07:44.032Z | Downloaded assert_matches v1.5.0 |
| 1029 | 2024-08-27T22:07:44.032Z | Downloaded nu-ansi-term v0.50.0 |
| 1030 | 2024-08-27T22:07:44.035Z | Downloaded cookie_store v0.20.0 |
| 1031 | 2024-08-27T22:07:44.035Z | Downloaded async-stream-impl v0.3.5 |
| 1032 | 2024-08-27T22:07:44.035Z | Downloaded allocator-api2 v0.2.18 |
| 1033 | 2024-08-27T22:07:44.038Z | Downloaded cookie v0.17.0 |
| 1034 | 2024-08-27T22:07:44.041Z | Downloaded hubpack v0.1.2 |
| 1035 | 2024-08-27T22:07:44.044Z | Downloaded humantime v2.1.0 |
| 1036 | 2024-08-27T22:07:44.045Z | Downloaded ciborium v0.2.2 |
| 1037 | 2024-08-27T22:07:44.049Z | Downloaded camino-tempfile v1.1.1 |
| 1038 | 2024-08-27T22:07:44.049Z | Downloaded blake2 v0.10.6 |
| 1039 | 2024-08-27T22:07:44.052Z | Downloaded maybe-uninit v2.0.0 |
| 1040 | 2024-08-27T22:07:44.052Z | Downloaded inout v0.1.3 |
| 1041 | 2024-08-27T22:07:44.052Z | Downloaded bzip2 v0.4.4 |
| 1042 | 2024-08-27T22:07:44.056Z | Downloaded async-trait v0.1.81 |
| 1043 | 2024-08-27T22:07:44.059Z | Downloaded ipnetwork v0.20.0 |
| 1044 | 2024-08-27T22:07:44.059Z | Downloaded ring v0.16.20 |
| 1045 | 2024-08-27T22:07:44.138Z | Downloaded linked-hash-map v0.5.6 |
| 1046 | 2024-08-27T22:07:44.141Z | Downloaded buf-list v1.0.3 |
| 1047 | 2024-08-27T22:07:44.144Z | Downloaded instant v0.1.12 |
| 1048 | 2024-08-27T22:07:44.144Z | Downloaded ident_case v1.0.1 |
| 1049 | 2024-08-27T22:07:44.144Z | Downloaded ciborium-ll v0.2.2 |
| 1050 | 2024-08-27T22:07:44.147Z | Downloaded atomic-waker v1.1.2 |
| 1051 | 2024-08-27T22:07:44.147Z | Downloaded ascii-canvas v3.0.0 |
| 1052 | 2024-08-27T22:07:44.233Z | Compiling cfg-if v1.0.0 |
| 1053 | 2024-08-27T22:07:44.234Z | Compiling serde v1.0.208 |
| 1054 | 2024-08-27T22:07:44.238Z | Compiling typenum v1.17.0 |
| 1055 | 2024-08-27T22:07:44.238Z | Compiling lock_api v0.4.12 |
| 1056 | 2024-08-27T22:07:44.238Z | Compiling generic-array v0.14.7 |
| 1057 | 2024-08-27T22:07:44.426Z | Compiling syn v2.0.74 |
| 1058 | 2024-08-27T22:07:44.433Z | Compiling scopeguard v1.2.0 |
| 1059 | 2024-08-27T22:07:44.433Z | Compiling log v0.4.21 |
| 1060 | 2024-08-27T22:07:44.451Z | Compiling getrandom v0.2.14 |
| 1061 | 2024-08-27T22:07:44.563Z | Compiling jobserver v0.1.32 |
| 1062 | 2024-08-27T22:07:44.670Z | Compiling rand_core v0.6.4 |
| 1063 | 2024-08-27T22:07:44.898Z | Compiling cc v1.0.97 |
| 1064 | 2024-08-27T22:07:44.917Z | Compiling subtle v2.5.0 |
| 1065 | 2024-08-27T22:07:44.949Z | Compiling const-oid v0.9.6 |
| 1066 | 2024-08-27T22:07:45.196Z | Compiling smallvec v1.13.2 |
| 1067 | 2024-08-27T22:07:45.261Z | Compiling pin-project-lite v0.2.14 |
| 1068 | 2024-08-27T22:07:45.334Z | Compiling parking_lot_core v0.9.10 |
| 1069 | 2024-08-27T22:07:45.387Z | Compiling signal-hook-registry v1.4.2 |
| 1070 | 2024-08-27T22:07:45.454Z | Compiling spin v0.9.8 |
| 1071 | 2024-08-27T22:07:45.534Z | Compiling mio v1.0.2 |
| 1072 | 2024-08-27T22:07:45.854Z | Compiling ahash v0.8.11 |
| 1073 | 2024-08-27T22:07:46.185Z | Compiling tinyvec_macros v0.1.1 |
| 1074 | 2024-08-27T22:07:46.209Z | Compiling parking_lot v0.12.2 |
| 1075 | 2024-08-27T22:07:46.263Z | Compiling tinyvec v1.6.0 |
| 1076 | 2024-08-27T22:07:46.553Z | Compiling socket2 v0.5.7 |
| 1077 | 2024-08-27T22:07:46.698Z | Compiling futures-sink v0.3.30 |
| 1078 | 2024-08-27T22:07:46.973Z | Compiling cpufeatures v0.2.12 |
| 1079 | 2024-08-27T22:07:47.071Z | Compiling serde_json v1.0.125 |
| 1080 | 2024-08-27T22:07:47.089Z | Compiling futures-core v0.3.30 |
| 1081 | 2024-08-27T22:07:47.123Z | Compiling libm v0.2.8 |
| 1082 | 2024-08-27T22:07:47.222Z | Compiling num-traits v0.2.19 |
| 1083 | 2024-08-27T22:07:47.322Z | Compiling slab v0.4.9 |
| 1084 | 2024-08-27T22:07:47.457Z | Compiling allocator-api2 v0.2.18 |
| 1085 | 2024-08-27T22:07:47.513Z | Compiling unicode-bidi v0.3.15 |
| 1086 | 2024-08-27T22:07:47.760Z | Compiling futures-channel v0.3.30 |
| 1087 | 2024-08-27T22:07:47.898Z | Compiling unicode-normalization v0.1.23 |
| 1088 | 2024-08-27T22:07:48.081Z | Compiling vcpkg v0.2.15 |
| 1089 | 2024-08-27T22:07:48.174Z | Compiling futures-task v0.3.30 |
| 1090 | 2024-08-27T22:07:48.288Z | Compiling pkg-config v0.3.30 |
| 1091 | 2024-08-27T22:07:48.487Z | Compiling pin-utils v0.1.0 |
| 1092 | 2024-08-27T22:07:48.582Z | Compiling futures-io v0.3.30 |
| 1093 | 2024-08-27T22:07:49.037Z | Compiling ring v0.17.8 |
| 1094 | 2024-08-27T22:07:49.103Z | Compiling base64ct v1.6.0 |
| 1095 | 2024-08-27T22:07:49.121Z | Compiling flagset v0.4.5 |
| 1096 | 2024-08-27T22:07:49.147Z | Compiling ppv-lite86 v0.2.17 |
| 1097 | 2024-08-27T22:07:49.368Z | Compiling percent-encoding v2.3.1 |
| 1098 | 2024-08-27T22:07:49.745Z | Compiling pem-rfc7468 v0.7.0 |
| 1099 | 2024-08-27T22:07:49.748Z | Compiling tracing-core v0.1.32 |
| 1100 | 2024-08-27T22:07:49.948Z | Compiling rand_chacha v0.3.1 |
| 1101 | 2024-08-27T22:07:49.988Z | Compiling rustix v0.38.34 |
| 1102 | 2024-08-27T22:07:50.437Z | Compiling openssl-sys v0.9.103 |
| 1103 | 2024-08-27T22:07:50.480Z | Compiling untrusted v0.9.0 |
| 1104 | 2024-08-27T22:07:50.635Z | Compiling rand v0.8.5 |
| 1105 | 2024-08-27T22:07:50.840Z | Compiling powerfmt v0.2.0 |
| 1106 | 2024-08-27T22:07:50.969Z | Compiling foreign-types-shared v0.1.1 |
| 1107 | 2024-08-27T22:07:51.071Z | Compiling httparse v1.8.0 |
| 1108 | 2024-08-27T22:07:51.092Z | Compiling time-core v0.1.2 |
| 1109 | 2024-08-27T22:07:51.244Z | Compiling num-conv v0.1.0 |
| 1110 | 2024-08-27T22:07:51.260Z | Compiling rustversion v1.0.17 |
| 1111 | 2024-08-27T22:07:51.474Z | Compiling openssl v0.10.66 |
| 1112 | 2024-08-27T22:07:51.522Z | Compiling time-macros v0.2.18 |
| 1113 | 2024-08-27T22:07:51.936Z | Compiling deranged v0.3.11 |
| 1114 | 2024-08-27T22:07:52.011Z | Compiling foreign-types v0.3.2 |
| 1115 | 2024-08-27T22:07:52.059Z | Compiling form_urlencoded v1.2.1 |
| 1116 | 2024-08-27T22:07:52.093Z | Compiling aho-corasick v1.1.3 |
| 1117 | 2024-08-27T22:07:52.339Z | Compiling native-tls v0.2.11 |
| 1118 | 2024-08-27T22:07:52.464Z | Compiling num_threads v0.1.7 |
| 1119 | 2024-08-27T22:07:52.587Z | Compiling siphasher v0.3.11 |
| 1120 | 2024-08-27T22:07:52.646Z | Compiling crossbeam-utils v0.8.19 |
| 1121 | 2024-08-27T22:07:53.004Z | Compiling try-lock v0.2.5 |
| 1122 | 2024-08-27T22:07:53.130Z | Compiling syn v1.0.109 |
| 1123 | 2024-08-27T22:07:53.243Z | Compiling rustls v0.21.12 |
| 1124 | 2024-08-27T22:07:53.513Z | Compiling regex-syntax v0.8.4 |
| 1125 | 2024-08-27T22:07:53.691Z | Compiling want v0.3.1 |
| 1126 | 2024-08-27T22:07:53.961Z | Compiling idna v0.5.0 |
| 1127 | 2024-08-27T22:07:54.496Z | Compiling time v0.3.36 |
| 1128 | 2024-08-27T22:07:54.533Z | Compiling cookie v0.17.0 |
| 1129 | 2024-08-27T22:07:54.823Z | Compiling tower-service v0.3.2 |
| 1130 | 2024-08-27T22:07:54.936Z | Compiling finl_unicode v1.2.0 |
| 1131 | 2024-08-27T22:07:55.225Z | Compiling slog v2.7.0 |
| 1132 | 2024-08-27T22:07:55.412Z | Compiling adler v1.0.2 |
| 1133 | 2024-08-27T22:07:55.491Z | Compiling iana-time-zone v0.1.60 |
| 1134 | 2024-08-27T22:07:55.626Z | Compiling openssl-probe v0.1.5 |
| 1135 | 2024-08-27T22:07:55.767Z | Compiling httpdate v1.0.3 |
| 1136 | 2024-08-27T22:07:55.965Z | Compiling miniz_oxide v0.7.2 |
| 1137 | 2024-08-27T22:07:55.995Z | Compiling stringprep v0.1.4 |
| 1138 | 2024-08-27T22:07:56.396Z | Compiling url v2.5.2 |
| 1139 | 2024-08-27T22:07:56.999Z | Compiling regex-automata v0.4.6 |
| 1140 | 2024-08-27T22:07:58.080Z | Compiling num-integer v0.1.46 |
| 1141 | 2024-08-27T22:07:58.374Z | Compiling serde_derive v1.0.208 |
| 1142 | 2024-08-27T22:07:58.812Z | Compiling zeroize_derive v1.4.2 |
| 1143 | 2024-08-27T22:07:58.861Z | Compiling zerocopy-derive v0.7.34 |
| 1144 | 2024-08-27T22:07:59.077Z | Compiling tokio-macros v2.4.0 |
| 1145 | 2024-08-27T22:07:59.389Z | Compiling thiserror-impl v1.0.63 |
| 1146 | 2024-08-27T22:07:59.815Z | Compiling futures-macro v0.3.30 |
| 1147 | 2024-08-27T22:08:00.397Z | Compiling zeroize v1.7.0 |
| 1148 | 2024-08-27T22:08:00.793Z | Compiling der_derive v0.7.2 |
| 1149 | 2024-08-27T22:08:01.133Z | Compiling zerocopy v0.7.34 |
| 1150 | 2024-08-27T22:08:01.817Z | Compiling futures-util v0.3.30 |
| 1151 | 2024-08-27T22:08:02.199Z | Compiling crypto-common v0.1.6 |
| 1152 | 2024-08-27T22:08:02.447Z | Compiling block-buffer v0.10.4 |
| 1153 | 2024-08-27T22:08:02.698Z | Compiling digest v0.10.7 |
| 1154 | 2024-08-27T22:08:02.785Z | Compiling block-padding v0.3.3 |
| 1155 | 2024-08-27T22:08:03.042Z | Compiling inout v0.1.3 |
| 1156 | 2024-08-27T22:08:03.173Z | Compiling hmac v0.12.1 |
| 1157 | 2024-08-27T22:08:03.281Z | Compiling hashbrown v0.14.5 |
| 1158 | 2024-08-27T22:08:03.317Z | Compiling thiserror v1.0.63 |
| 1159 | 2024-08-27T22:08:03.394Z | Compiling cipher v0.4.4 |
| 1160 | 2024-08-27T22:08:03.411Z | Compiling sha2 v0.10.8 |
| 1161 | 2024-08-27T22:08:03.443Z | Compiling pest v2.7.10 |
| 1162 | 2024-08-27T22:08:03.898Z | Compiling salsa20 v0.10.2 |
| 1163 | 2024-08-27T22:08:04.118Z | Compiling der v0.7.9 |
| 1164 | 2024-08-27T22:08:04.696Z | Compiling pbkdf2 v0.12.2 |
| 1165 | 2024-08-27T22:08:04.866Z | Compiling tracing-attributes v0.1.27 |
| 1166 | 2024-08-27T22:08:06.417Z | Compiling pest_meta v2.7.10 |
| 1167 | 2024-08-27T22:08:06.994Z | Compiling scroll_derive v0.12.0 |
| 1168 | 2024-08-27T22:08:07.471Z | Compiling spki v0.7.3 |
| 1169 | 2024-08-27T22:08:07.825Z | Compiling pest_generator v2.7.10 |
| 1170 | 2024-08-27T22:08:07.931Z | Compiling scrypt v0.11.0 |
| 1171 | 2024-08-27T22:08:08.477Z | Compiling scroll v0.12.0 |
| 1172 | 2024-08-27T22:08:08.504Z | Compiling aes v0.8.4 |
| 1173 | 2024-08-27T22:08:08.681Z | Compiling tracing v0.1.40 |
| 1174 | 2024-08-27T22:08:09.032Z | Compiling cbc v0.1.2 |
| 1175 | 2024-08-27T22:08:09.261Z | Compiling goblin v0.8.2 |
| 1176 | 2024-08-27T22:08:09.689Z | Compiling pkcs5 v0.7.1 |
| 1177 | 2024-08-27T22:08:09.860Z | Compiling openssl-macros v0.1.1 |
| 1178 | 2024-08-27T22:08:10.665Z | Compiling pkcs8 v0.10.2 |
| 1179 | 2024-08-27T22:08:10.945Z | Compiling md-5 v0.10.6 |
| 1180 | 2024-08-27T22:08:11.128Z | Compiling backtrace v0.3.71 |
| 1181 | 2024-08-27T22:08:11.184Z | Compiling idna v0.3.0 |
| 1182 | 2024-08-27T22:08:11.276Z | Compiling rustls-webpki v0.101.7 |
| 1183 | 2024-08-27T22:08:11.381Z | Compiling sct v0.7.1 |
| 1184 | 2024-08-27T22:08:11.398Z | Compiling pest_derive v2.7.10 |
| 1185 | 2024-08-27T22:08:11.600Z | Compiling lazy_static v1.5.0 |
| 1186 | 2024-08-27T22:08:11.684Z | Compiling hash32 v0.2.1 |
| 1187 | 2024-08-27T22:08:11.714Z | Compiling crc32fast v1.4.0 |
| 1188 | 2024-08-27T22:08:12.068Z | Compiling smoltcp v0.9.1 |
| 1189 | 2024-08-27T22:08:12.209Z | Compiling dtrace-parser v0.2.0 |
| 1190 | 2024-08-27T22:08:12.761Z | Compiling bytes v1.7.1 |
| 1191 | 2024-08-27T22:08:12.789Z | Compiling bitflags v2.6.0 |
| 1192 | 2024-08-27T22:08:12.984Z | Compiling indexmap v2.4.0 |
| 1193 | 2024-08-27T22:08:13.215Z | Compiling semver v1.0.23 |
| 1194 | 2024-08-27T22:08:13.978Z | Compiling tokio v1.39.3 |
| 1195 | 2024-08-27T22:08:14.071Z | Compiling http v0.2.12 |
| 1196 | 2024-08-27T22:08:14.381Z | Compiling rustc_version v0.4.0 |
| 1197 | 2024-08-27T22:08:15.176Z | Compiling heapless v0.7.17 |
| 1198 | 2024-08-27T22:08:15.624Z | Compiling http-body v0.4.6 |
| 1199 | 2024-08-27T22:08:15.990Z | Compiling dof v0.3.0 |
| 1200 | 2024-08-27T22:08:16.074Z | Compiling uuid v1.10.0 |
| 1201 | 2024-08-27T22:08:16.276Z | Compiling serde_spanned v0.6.7 |
| 1202 | 2024-08-27T22:08:16.515Z | Compiling serde_tokenstream v0.2.2 |
| 1203 | 2024-08-27T22:08:16.533Z | Compiling chrono v0.4.38 |
| 1204 | 2024-08-27T22:08:17.189Z | Compiling usdt-impl v0.5.0 |
| 1205 | 2024-08-27T22:08:17.548Z | Compiling toml_datetime v0.6.8 |
| 1206 | 2024-08-27T22:08:18.070Z | Compiling signal-hook v0.3.17 |
| 1207 | 2024-08-27T22:08:18.278Z | Compiling gimli v0.28.1 |
| 1208 | 2024-08-27T22:08:18.353Z | Compiling cfg_aliases v0.1.1 |
| 1209 | 2024-08-27T22:08:18.452Z | Compiling num-bigint-dig v0.8.4 |
| 1210 | 2024-08-27T22:08:18.755Z | Compiling stable_deref_trait v1.2.0 |
| 1211 | 2024-08-27T22:08:18.776Z | Compiling base64 v0.22.1 |
| 1212 | 2024-08-27T22:08:18.853Z | Compiling fallible-iterator v0.2.0 |
| 1213 | 2024-08-27T22:08:19.513Z | Compiling psl-types v2.0.11 |
| 1214 | 2024-08-27T22:08:19.570Z | Compiling postgres-protocol v0.6.7 |
| 1215 | 2024-08-27T22:08:19.702Z | Compiling publicsuffix v2.2.3 |
| 1216 | 2024-08-27T22:08:19.984Z | Compiling nix v0.28.0 |
| 1217 | 2024-08-27T22:08:20.365Z | Compiling terminal_size v0.3.0 |
| 1218 | 2024-08-27T22:08:20.784Z | Compiling hubpack_derive v0.1.1 |
| 1219 | 2024-08-27T22:08:20.804Z | Compiling num-iter v0.1.45 |
| 1220 | 2024-08-27T22:08:20.875Z | Compiling async-trait v0.1.81 |
| 1221 | 2024-08-27T22:08:20.976Z | Compiling zerocopy-derive v0.6.6 |
| 1222 | 2024-08-27T22:08:21.680Z | Compiling phf_shared v0.11.2 |
| 1223 | 2024-08-27T22:08:22.044Z | Compiling tokio-util v0.7.11 |
| 1224 | 2024-08-27T22:08:22.091Z | Compiling tokio-rustls v0.24.1 |
| 1225 | 2024-08-27T22:08:22.241Z | Compiling tokio-native-tls v0.3.1 |
| 1226 | 2024-08-27T22:08:22.468Z | Compiling serde_derive_internals v0.29.1 |
| 1227 | 2024-08-27T22:08:22.512Z | Compiling ff v0.13.0 |
| 1228 | 2024-08-27T22:08:22.739Z | Compiling addr2line v0.21.0 |
| 1229 | 2024-08-27T22:08:23.099Z | Compiling h2 v0.3.26 |
| 1230 | 2024-08-27T22:08:23.137Z | Compiling object v0.32.2 |
| 1231 | 2024-08-27T22:08:23.260Z | Compiling fs-err v2.11.0 |
| 1232 | 2024-08-27T22:08:23.360Z | Compiling base16ct v0.2.0 |
| 1233 | 2024-08-27T22:08:23.416Z | Compiling schemars v0.8.21 |
| 1234 | 2024-08-27T22:08:23.551Z | Compiling anyhow v1.0.86 |
| 1235 | 2024-08-27T22:08:23.638Z | Compiling ipnet v2.9.0 |
| 1236 | 2024-08-27T22:08:23.667Z | Compiling base64 v0.21.7 |
| 1237 | 2024-08-27T22:08:23.753Z | Compiling either v1.13.0 |
| 1238 | 2024-08-27T22:08:24.150Z | Compiling bitflags v1.3.2 |
| 1239 | 2024-08-27T22:08:24.167Z | Compiling rustc-demangle v0.1.24 |
| 1240 | 2024-08-27T22:08:24.254Z | Compiling managed v0.8.0 |
| 1241 | 2024-08-27T22:08:24.411Z | Compiling winnow v0.5.40 |
| 1242 | 2024-08-27T22:08:24.693Z | Compiling clap_builder v4.5.15 |
| 1243 | 2024-08-27T22:08:25.127Z | Compiling schemars_derive v0.8.21 |
| 1244 | 2024-08-27T22:08:25.273Z | Compiling rustls-pemfile v1.0.4 |
| 1245 | 2024-08-27T22:08:25.886Z | Compiling sec1 v0.7.3 |
| 1246 | 2024-08-27T22:08:26.478Z | Compiling zerocopy v0.6.6 |
| 1247 | 2024-08-27T22:08:26.916Z | Compiling group v0.13.0 |
| 1248 | 2024-08-27T22:08:27.248Z | Compiling phf v0.11.2 |
| 1249 | 2024-08-27T22:08:27.335Z | Compiling hubpack v0.1.2 |
| 1250 | 2024-08-27T22:08:27.532Z | Compiling cookie_store v0.20.0 |
| 1251 | 2024-08-27T22:08:28.200Z | Compiling toml_edit v0.19.15 |
| 1252 | 2024-08-27T22:08:28.863Z | Compiling postgres-types v0.2.7 |
| 1253 | 2024-08-27T22:08:29.039Z | Compiling usdt-macro v0.5.0 |
| 1254 | 2024-08-27T22:08:29.813Z | Compiling hyper v0.14.30 |
| 1255 | 2024-08-27T22:08:30.300Z | Compiling usdt-attr-macro v0.5.0 |
| 1256 | 2024-08-27T22:08:30.475Z | Compiling serde_urlencoded v0.7.1 |
| 1257 | 2024-08-27T22:08:31.006Z | Compiling pkcs1 v0.7.5 |
| 1258 | 2024-08-27T22:08:31.993Z | Compiling futures-executor v0.3.30 |
| 1259 | 2024-08-27T22:08:32.070Z | Compiling hkdf v0.12.4 |
| 1260 | 2024-08-27T22:08:32.328Z | Compiling signature v2.2.0 |
| 1261 | 2024-08-27T22:08:32.566Z | Compiling regex v1.10.6 |
| 1262 | 2024-08-27T22:08:32.614Z | Compiling bstr v1.9.1 |
| 1263 | 2024-08-27T22:08:33.512Z | Compiling crypto-bigint v0.5.5 |
| 1264 | 2024-08-27T22:08:33.637Z | Compiling enum-as-inner v0.6.0 |
| 1265 | 2024-08-27T22:08:33.759Z | Compiling strum_macros v0.25.3 |
| 1266 | 2024-08-27T22:08:33.811Z | Compiling clap_derive v4.5.13 |
| 1267 | 2024-08-27T22:08:34.408Z | Compiling serde_repr v0.1.19 |
| 1268 | 2024-08-27T22:08:34.729Z | Compiling phf_shared v0.10.0 |
| 1269 | 2024-08-27T22:08:35.120Z | Compiling float-cmp v0.9.0 |
| 1270 | 2024-08-27T22:08:35.338Z | Compiling idna v0.4.0 |
| 1271 | 2024-08-27T22:08:35.602Z | Compiling mio v0.8.11 |
| 1272 | 2024-08-27T22:08:36.027Z | Compiling encoding_rs v0.8.34 |
| 1273 | 2024-08-27T22:08:36.907Z | Compiling hyper-tls v0.5.0 |
| 1274 | 2024-08-27T22:08:36.924Z | Compiling hyper-rustls v0.24.2 |
| 1275 | 2024-08-27T22:08:37.250Z | Compiling new_debug_unreachable v1.0.6 |
| 1276 | 2024-08-27T22:08:37.272Z | Compiling sync_wrapper v0.1.2 |
| 1277 | 2024-08-27T22:08:37.337Z | Compiling bit-vec v0.6.3 |
| 1278 | 2024-08-27T22:08:37.408Z | Compiling dyn-clone v1.0.17 |
| 1279 | 2024-08-27T22:08:37.621Z | Compiling minimal-lexical v0.2.1 |
| 1280 | 2024-08-27T22:08:37.697Z | Compiling normalize-line-endings v0.3.0 |
| 1281 | 2024-08-27T22:08:37.794Z | Compiling unicode-segmentation v1.11.0 |
| 1282 | 2024-08-27T22:08:37.822Z | Compiling static_assertions v1.1.0 |
| 1283 | 2024-08-27T22:08:37.922Z | Compiling fixedbitset v0.4.2 |
| 1284 | 2024-08-27T22:08:38.119Z | Compiling precomputed-hash v0.1.1 |
| 1285 | 2024-08-27T22:08:38.263Z | Compiling data-encoding v2.6.0 |
| 1286 | 2024-08-27T22:08:38.392Z | Compiling webpki-roots v0.25.4 |
| 1287 | 2024-08-27T22:08:38.554Z | Compiling difflib v0.4.0 |
| 1288 | 2024-08-27T22:08:38.611Z | Compiling predicates-core v1.0.6 |
| 1289 | 2024-08-27T22:08:38.784Z | Compiling whoami v1.5.1 |
| 1290 | 2024-08-27T22:08:38.963Z | Compiling mime v0.3.17 |
| 1291 | 2024-08-27T22:08:39.407Z | Compiling reqwest v0.11.27 |
| 1292 | 2024-08-27T22:08:39.554Z | Compiling tokio-postgres v0.7.11 |
| 1293 | 2024-08-27T22:08:39.575Z | Compiling hickory-proto v0.24.1 |
| 1294 | 2024-08-27T22:08:39.725Z | Compiling predicates v3.1.2 |
| 1295 | 2024-08-27T22:08:40.094Z | Compiling clap v4.5.16 |
| 1296 | 2024-08-27T22:08:40.217Z | Compiling similar v2.6.0 |
| 1297 | 2024-08-27T22:08:40.516Z | Compiling string_cache v0.8.7 |
| 1298 | 2024-08-27T22:08:40.660Z | Compiling petgraph v0.6.5 |
| 1299 | 2024-08-27T22:08:40.982Z | Compiling nom v7.1.3 |
| 1300 | 2024-08-27T22:08:41.472Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1301 | 2024-08-27T22:08:42.502Z | Compiling bit-set v0.5.3 |
| 1302 | 2024-08-27T22:08:42.686Z | Compiling toml_edit v0.22.20 |
| 1303 | 2024-08-27T22:08:44.584Z | Compiling console v0.15.8 |
| 1304 | 2024-08-27T22:08:44.668Z | Compiling usdt v0.5.0 |
| 1305 | 2024-08-27T22:08:45.110Z | Compiling elliptic-curve v0.13.8 |
| 1306 | 2024-08-27T22:08:45.163Z | Compiling signal-hook-mio v0.2.4 |
| 1307 | 2024-08-27T22:08:45.340Z | Compiling rsa v0.9.6 |
| 1308 | 2024-08-27T22:08:45.949Z | Compiling futures v0.3.30 |
| 1309 | 2024-08-27T22:08:46.072Z | Compiling toml v0.7.8 |
| 1310 | 2024-08-27T22:08:46.939Z | Compiling flate2 v1.0.31 |
| 1311 | 2024-08-27T22:08:47.787Z | Compiling itertools v0.12.1 |
| 1312 | 2024-08-27T22:08:47.924Z | Compiling itertools v0.10.5 |
| 1313 | 2024-08-27T22:08:48.653Z | Compiling tokio-stream v0.1.15 |
| 1314 | 2024-08-27T22:08:49.625Z | Compiling openapiv3 v2.0.0 |
| 1315 | 2024-08-27T22:08:49.671Z | Compiling hex v0.4.3 |
| 1316 | 2024-08-27T22:08:50.282Z | Compiling sha1 v0.10.6 |
| 1317 | 2024-08-27T22:08:50.597Z | Compiling crossbeam-epoch v0.9.18 |
| 1318 | 2024-08-27T22:08:50.685Z | Compiling dirs-sys-next v0.1.2 |
| 1319 | 2024-08-27T22:08:50.704Z | Compiling unicode-xid v0.2.4 |
| 1320 | 2024-08-27T22:08:50.869Z | Compiling peg-runtime v0.8.3 |
| 1321 | 2024-08-27T22:08:50.887Z | Compiling lalrpop-util v0.19.12 |
| 1322 | 2024-08-27T22:08:50.942Z | Compiling dirs-next v2.0.0 |
| 1323 | 2024-08-27T22:08:51.129Z | Compiling thread_local v1.1.8 |
| 1324 | 2024-08-27T22:08:51.243Z | Compiling slog-async v2.8.0 |
| 1325 | 2024-08-27T22:08:51.330Z | Compiling term v0.7.0 |
| 1326 | 2024-08-27T22:08:51.351Z | Compiling xattr v1.3.1 |
| 1327 | 2024-08-27T22:08:51.491Z | Compiling strum_macros v0.26.4 |
| 1328 | 2024-08-27T22:08:51.626Z | Compiling crossbeam-channel v0.5.12 |
| 1329 | 2024-08-27T22:08:51.665Z | Compiling filetime v0.2.24 |
| 1330 | 2024-08-27T22:08:51.870Z | Compiling is-terminal v0.4.12 |
| 1331 | 2024-08-27T22:08:51.995Z | Compiling take_mut v0.2.2 |
| 1332 | 2024-08-27T22:08:51.998Z | Compiling slog-term v2.9.1 |
| 1333 | 2024-08-27T22:08:52.175Z | Compiling tar v0.4.41 |
| 1334 | 2024-08-27T22:08:52.879Z | Compiling camino v1.1.9 |
| 1335 | 2024-08-27T22:08:54.057Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1336 | 2024-08-27T22:08:54.783Z | Compiling strum v0.26.3 |
| 1337 | 2024-08-27T22:08:54.858Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1338 | 2024-08-27T22:08:59.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 1339 | 2024-08-27T22:09:00.026Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1340 | 2024-08-27T22:09:00.086Z | Aug 27 22:08:58.551 INFO Starting download, target: Clickhouse |
| 1341 | 2024-08-27T22:09:00.086Z | Aug 27 22:08:58.551 INFO Starting download, target: Console |
| 1342 | 2024-08-27T22:09:00.086Z | Aug 27 22:08:58.551 INFO Starting download, target: Cockroach |
| 1343 | 2024-08-27T22:09:00.104Z | Aug 27 22:08:58.551 INFO Starting download, target: DendriteOpenapi |
| 1344 | 2024-08-27T22:09:00.104Z | Aug 27 22:08:58.551 INFO Starting download, target: DendriteStub |
| 1345 | 2024-08-27T22:09:00.104Z | Aug 27 22:08:58.551 INFO Starting download, target: MaghemiteMgd |
| 1346 | 2024-08-27T22:09:00.104Z | Aug 27 22:08:58.551 INFO Starting download, target: TransceiverControl |
| 1347 | 2024-08-27T22:09:00.104Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1348 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1349 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1350 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1351 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1352 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1353 | 2024-08-27T22:09:00.105Z | Aug 27 22:08:58.552 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1354 | 2024-08-27T22:09:00.277Z | Aug 27 22:08:58.741 INFO Download complete, target: DendriteOpenapi |
| 1355 | 2024-08-27T22:09:00.699Z | Aug 27 22:08:59.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1356 | 2024-08-27T22:09:00.781Z | Aug 27 22:08:59.232 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1357 | 2024-08-27T22:09:01.009Z | Aug 27 22:08:59.487 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1358 | 2024-08-27T22:09:01.042Z | Aug 27 22:08:59.524 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1359 | 2024-08-27T22:09:01.069Z | Aug 27 22:08:59.552 INFO Download complete, target: Console |
| 1360 | 2024-08-27T22:09:01.513Z | Aug 27 22:08:59.996 INFO Download complete, target: TransceiverControl |
| 1361 | 2024-08-27T22:09:01.558Z | Aug 27 22:09:00.039 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1362 | 2024-08-27T22:09:01.558Z | Aug 27 22:09:00.039 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1363 | 2024-08-27T22:09:02.234Z | Aug 27 22:09:00.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1364 | 2024-08-27T22:09:04.191Z | Aug 27 22:09:02.674 INFO Download complete, target: DendriteStub |
| 1365 | 2024-08-27T22:09:04.348Z | Aug 27 22:09:02.831 INFO Download complete, target: MaghemiteMgd |
| 1366 | 2024-08-27T22:09:09.957Z | Aug 27 22:09:08.439 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1367 | 2024-08-27T22:09:10.314Z | Aug 27 22:09:08.795 INFO Checking that binary works, target: Cockroach |
| 1368 | 2024-08-27T22:09:10.493Z | Aug 27 22:09:08.975 INFO Download complete, target: Cockroach |
| 1369 | 2024-08-27T22:09:16.278Z | Aug 27 22:09:14.760 INFO Checking that binary works, target: Clickhouse |
| 1370 | 2024-08-27T22:09:16.430Z | Aug 27 22:09:14.912 INFO Download complete, target: Clickhouse |
| 1371 | 2024-08-27T22:09:16.453Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1372 | 2024-08-27T22:09:16.455Z | |
| 1373 | 2024-08-27T22:09:16.455Z | real 4:14.380213216 |
| 1374 | 2024-08-27T22:09:16.455Z | user 11:11.910793901 |
| 1375 | 2024-08-27T22:09:16.455Z | sys 2:22.988601626 |
| 1376 | 2024-08-27T22:09:16.456Z | trap 0.408627745 |
| 1377 | 2024-08-27T22:09:16.456Z | tflt 4.313622628 |
| 1378 | 2024-08-27T22:09:16.456Z | dflt 2.774448331 |
| 1379 | 2024-08-27T22:09:16.456Z | kflt 0.033325121 |
| 1380 | 2024-08-27T22:09:16.456Z | lock 22:32.731531403 |
| 1381 | 2024-08-27T22:09:16.456Z | slp 44:29.694758163 |
| 1382 | 2024-08-27T22:09:16.456Z | lat 40.777837643 |
| 1383 | 2024-08-27T22:09:16.456Z | stop 1:43.418274098 |
| 1384 | 2024-08-27T22:09:16.456Z | + banner clippy |
| 1385 | 2024-08-27T22:09:16.458Z | |
| 1386 | 2024-08-27T22:09:16.458Z | #### # # ##### ##### # # |
| 1387 | 2024-08-27T22:09:16.459Z | # # # # # # # # # # |
| 1388 | 2024-08-27T22:09:16.459Z | # # # # # # # # |
| 1389 | 2024-08-27T22:09:16.459Z | # # # ##### ##### # |
| 1390 | 2024-08-27T22:09:16.459Z | # # # # # # # |
| 1391 | 2024-08-27T22:09:16.459Z | #### ###### # # # # |
| 1392 | 2024-08-27T22:09:16.459Z | |
| 1393 | 2024-08-27T22:09:16.459Z | + export CARGO_INCREMENTAL=0 |
| 1394 | 2024-08-27T22:09:16.459Z | + CARGO_INCREMENTAL=0 |
| 1395 | 2024-08-27T22:09:16.459Z | + ptime -m cargo xtask clippy |
| 1396 | 2024-08-27T22:09:17.009Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1397 | 2024-08-27T22:09:20.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 1398 | 2024-08-27T22:09:20.402Z | Running `target/debug/xtask clippy` |
| 1399 | 2024-08-27T22:09:20.422Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1400 | 2024-08-27T22:09:21.127Z | Downloading crates ... |
| 1401 | 2024-08-27T22:09:21.397Z | Downloaded assert_cmd v2.0.16 |
| 1402 | 2024-08-27T22:09:21.405Z | Downloaded blake2b_simd v1.0.2 |
| 1403 | 2024-08-27T22:09:21.407Z | Downloaded yansi v0.5.1 |
| 1404 | 2024-08-27T22:09:21.410Z | Downloaded threadpool v1.8.1 |
| 1405 | 2024-08-27T22:09:21.414Z | Downloaded doc-comment v0.3.3 |
| 1406 | 2024-08-27T22:09:21.421Z | Downloaded russh-cryptovec v0.7.2 |
| 1407 | 2024-08-27T22:09:21.423Z | Downloaded matches v0.1.10 |
| 1408 | 2024-08-27T22:09:21.426Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1409 | 2024-08-27T22:09:21.431Z | Downloaded internet-checksum v0.2.1 |
| 1410 | 2024-08-27T22:09:21.434Z | Downloaded hex-literal v0.4.1 |
| 1411 | 2024-08-27T22:09:21.436Z | Downloaded pathdiff v0.2.1 |
| 1412 | 2024-08-27T22:09:21.436Z | Downloaded num_cpus v1.16.0 |
| 1413 | 2024-08-27T22:09:21.440Z | Downloaded relative-path v1.9.3 |
| 1414 | 2024-08-27T22:09:21.442Z | Downloaded ghash v0.5.1 |
| 1415 | 2024-08-27T22:09:21.442Z | Downloaded primeorder v0.13.6 |
| 1416 | 2024-08-27T22:09:21.445Z | Downloaded polyval v0.6.2 |
| 1417 | 2024-08-27T22:09:21.445Z | Downloaded ed25519 v2.2.3 |
| 1418 | 2024-08-27T22:09:21.447Z | Downloaded cast v0.3.0 |
| 1419 | 2024-08-27T22:09:21.450Z | Downloaded ssh-encoding v0.2.0 |
| 1420 | 2024-08-27T22:09:21.453Z | Downloaded enum-as-inner v0.5.1 |
| 1421 | 2024-08-27T22:09:21.453Z | Downloaded ctr v0.9.2 |
| 1422 | 2024-08-27T22:09:21.456Z | Downloaded similar-asserts v1.5.0 |
| 1423 | 2024-08-27T22:09:21.458Z | Downloaded criterion-plot v0.5.0 |
| 1424 | 2024-08-27T22:09:21.458Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1425 | 2024-08-27T22:09:21.458Z | Downloaded approx v0.5.1 |
| 1426 | 2024-08-27T22:09:21.461Z | Downloaded rust-argon2 v2.1.0 |
| 1427 | 2024-08-27T22:09:21.463Z | Downloaded datatest-stable v0.2.9 |
| 1428 | 2024-08-27T22:09:21.466Z | Downloaded oorandom v11.1.3 |
| 1429 | 2024-08-27T22:09:21.468Z | Downloaded target-lexicon v0.12.16 |
| 1430 | 2024-08-27T22:09:21.479Z | Downloaded escape8259 v0.5.2 |
| 1431 | 2024-08-27T22:09:21.482Z | Downloaded option-ext v0.2.0 |
| 1432 | 2024-08-27T22:09:21.485Z | Downloaded plotters-svg v0.3.5 |
| 1433 | 2024-08-27T22:09:21.487Z | Downloaded md5 v0.7.0 |
| 1434 | 2024-08-27T22:09:21.487Z | Downloaded dhcproto-macros v0.1.0 |
| 1435 | 2024-08-27T22:09:21.493Z | Downloaded tower-layer v0.3.2 |
| 1436 | 2024-08-27T22:09:21.497Z | Downloaded nested v0.1.1 |
| 1437 | 2024-08-27T22:09:21.500Z | Downloaded hyper-rustls v0.26.0 |
| 1438 | 2024-08-27T22:09:21.502Z | Downloaded dhcproto v0.12.0 |
| 1439 | 2024-08-27T22:09:21.505Z | Downloaded cfg-expr v0.16.0 |
| 1440 | 2024-08-27T22:09:21.520Z | Downloaded rand_distr v0.4.3 |
| 1441 | 2024-08-27T22:09:21.523Z | Downloaded http-body v1.0.0 |
| 1442 | 2024-08-27T22:09:21.525Z | Downloaded dirs v5.0.1 |
| 1443 | 2024-08-27T22:09:21.525Z | Downloaded futures-timer v3.0.3 |
| 1444 | 2024-08-27T22:09:21.531Z | Downloaded target-spec v3.2.1 |
| 1445 | 2024-08-27T22:09:21.534Z | Downloaded proc-macro-crate v3.1.0 |
| 1446 | 2024-08-27T22:09:21.534Z | Downloaded plotters-backend v0.3.5 |
| 1447 | 2024-08-27T22:09:21.539Z | Downloaded ssh-cipher v0.2.0 |
| 1448 | 2024-08-27T22:09:21.541Z | Downloaded rfc6979 v0.4.0 |
| 1449 | 2024-08-27T22:09:21.541Z | Downloaded pbkdf2 v0.11.0 |
| 1450 | 2024-08-27T22:09:21.547Z | Downloaded tower v0.4.13 |
| 1451 | 2024-08-27T22:09:21.556Z | Downloaded p256 v0.13.2 |
| 1452 | 2024-08-27T22:09:21.559Z | Downloaded password-hash v0.4.2 |
| 1453 | 2024-08-27T22:09:21.562Z | Downloaded dirs-sys v0.4.1 |
| 1454 | 2024-08-27T22:09:21.562Z | Downloaded anes v0.1.6 |
| 1455 | 2024-08-27T22:09:21.564Z | Downloaded fancy-regex v0.13.0 |
| 1456 | 2024-08-27T22:09:21.567Z | Downloaded tinytemplate v1.2.1 |
| 1457 | 2024-08-27T22:09:21.571Z | Downloaded partial-io v0.5.4 |
| 1458 | 2024-08-27T22:09:21.573Z | Downloaded libtest-mimic v0.7.3 |
| 1459 | 2024-08-27T22:09:21.573Z | Downloaded blowfish v0.9.1 |
| 1460 | 2024-08-27T22:09:21.576Z | Downloaded rustls-native-certs v0.7.0 |
| 1461 | 2024-08-27T22:09:21.576Z | Downloaded ecdsa v0.16.9 |
| 1462 | 2024-08-27T22:09:21.584Z | Downloaded httptest v0.15.5 |
| 1463 | 2024-08-27T22:09:21.587Z | Downloaded rstest v0.22.0 |
| 1464 | 2024-08-27T22:09:21.592Z | Downloaded russh-keys v0.44.0 |
| 1465 | 2024-08-27T22:09:21.595Z | Downloaded trybuild v1.0.99 |
| 1466 | 2024-08-27T22:09:21.602Z | Downloaded toml_edit v0.21.1 |
| 1467 | 2024-08-27T22:09:21.622Z | Downloaded rstest_macros v0.22.0 |
| 1468 | 2024-08-27T22:09:21.625Z | Downloaded hyper-util v0.1.3 |
| 1469 | 2024-08-27T22:09:21.628Z | Downloaded pretty_assertions v1.4.0 |
| 1470 | 2024-08-27T22:09:21.633Z | Downloaded criterion v0.5.1 |
| 1471 | 2024-08-27T22:09:21.640Z | Downloaded ed25519-dalek v2.1.1 |
| 1472 | 2024-08-27T22:09:21.643Z | Downloaded num-bigint v0.4.5 |
| 1473 | 2024-08-27T22:09:21.660Z | Downloaded plotters v0.3.5 |
| 1474 | 2024-08-27T22:09:21.669Z | Downloaded ssh-key v0.6.6 |
| 1475 | 2024-08-27T22:09:21.675Z | Downloaded p521 v0.13.3 |
| 1476 | 2024-08-27T22:09:21.679Z | Downloaded russh v0.44.1 |
| 1477 | 2024-08-27T22:09:21.684Z | Downloaded guppy v0.17.7 |
| 1478 | 2024-08-27T22:09:21.690Z | Downloaded regex-automata v0.1.10 |
| 1479 | 2024-08-27T22:09:21.694Z | Downloaded hyper v1.3.1 |
| 1480 | 2024-08-27T22:09:21.700Z | Downloaded aes-gcm v0.10.3 |
| 1481 | 2024-08-27T22:09:21.703Z | Downloaded p384 v0.13.0 |
| 1482 | 2024-08-27T22:09:21.708Z | Downloaded idna v0.2.3 |
| 1483 | 2024-08-27T22:09:21.714Z | Downloaded trust-dns-proto v0.22.0 |
| 1484 | 2024-08-27T22:09:21.725Z | Downloaded bstr v0.2.17 |
| 1485 | 2024-08-27T22:09:22.360Z | Checking cfg-if v1.0.0 |
| 1486 | 2024-08-27T22:09:22.424Z | Checking libc v0.2.156 |
| 1487 | 2024-08-27T22:09:22.441Z | Checking serde v1.0.208 |
| 1488 | 2024-08-27T22:09:22.458Z | Checking memchr v2.7.2 |
| 1489 | 2024-08-27T22:09:22.473Z | Checking scopeguard v1.2.0 |
| 1490 | 2024-08-27T22:09:22.488Z | Checking log v0.4.21 |
| 1491 | 2024-08-27T22:09:22.510Z | Checking byteorder v1.5.0 |
| 1492 | 2024-08-27T22:09:22.510Z | Checking itoa v1.0.11 |
| 1493 | 2024-08-27T22:09:22.512Z | Checking smallvec v1.13.2 |
| 1494 | 2024-08-27T22:09:22.598Z | Checking lock_api v0.4.12 |
| 1495 | 2024-08-27T22:09:22.715Z | Checking zeroize v1.7.0 |
| 1496 | 2024-08-27T22:09:22.773Z | Checking once_cell v1.19.0 |
| 1497 | 2024-08-27T22:09:22.872Z | Checking pin-project-lite v0.2.14 |
| 1498 | 2024-08-27T22:09:22.921Z | Checking typenum v1.17.0 |
| 1499 | 2024-08-27T22:09:22.988Z | Checking libm v0.2.8 |
| 1500 | 2024-08-27T22:09:23.017Z | Checking subtle v2.5.0 |
| 1501 | 2024-08-27T22:09:23.038Z | Checking ryu v1.0.18 |
| 1502 | 2024-08-27T22:09:23.071Z | Checking spin v0.9.8 |
| 1503 | 2024-08-27T22:09:23.262Z | Checking thiserror v1.0.63 |
| 1504 | 2024-08-27T22:09:23.289Z | Checking futures-core v0.3.30 |
| 1505 | 2024-08-27T22:09:23.313Z | Checking zerocopy v0.7.34 |
| 1506 | 2024-08-27T22:09:23.395Z | Checking const-oid v0.9.6 |
| 1507 | 2024-08-27T22:09:23.417Z | Checking futures-sink v0.3.30 |
| 1508 | 2024-08-27T22:09:23.462Z | Checking slab v0.4.9 |
| 1509 | 2024-08-27T22:09:23.488Z | Checking getrandom v0.2.14 |
| 1510 | 2024-08-27T22:09:23.551Z | Checking parking_lot_core v0.9.10 |
| 1511 | 2024-08-27T22:09:23.722Z | Checking signal-hook-registry v1.4.2 |
| 1512 | 2024-08-27T22:09:23.747Z | Checking rand_core v0.6.4 |
| 1513 | 2024-08-27T22:09:23.885Z | Checking parking_lot v0.12.2 |
| 1514 | 2024-08-27T22:09:23.915Z | Checking mio v1.0.2 |
| 1515 | 2024-08-27T22:09:23.964Z | Checking num-traits v0.2.19 |
| 1516 | 2024-08-27T22:09:24.024Z | Checking socket2 v0.5.7 |
| 1517 | 2024-08-27T22:09:24.203Z | Checking generic-array v0.14.7 |
| 1518 | 2024-08-27T22:09:24.226Z | Checking futures-channel v0.3.30 |
| 1519 | 2024-08-27T22:09:24.485Z | Checking futures-task v0.3.30 |
| 1520 | 2024-08-27T22:09:24.517Z | Checking futures-io v0.3.30 |
| 1521 | 2024-08-27T22:09:24.565Z | Checking pin-utils v0.1.0 |
| 1522 | 2024-08-27T22:09:24.660Z | Checking cpufeatures v0.2.12 |
| 1523 | 2024-08-27T22:09:24.687Z | Checking ahash v0.8.11 |
| 1524 | 2024-08-27T22:09:24.708Z | Checking futures-util v0.3.30 |
| 1525 | 2024-08-27T22:09:24.730Z | Checking allocator-api2 v0.2.18 |
| 1526 | 2024-08-27T22:09:24.769Z | Checking fnv v1.0.7 |
| 1527 | 2024-08-27T22:09:24.899Z | Checking iana-time-zone v0.1.60 |
| 1528 | 2024-08-27T22:09:25.052Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1529 | 2024-08-27T22:09:25.214Z | Checking equivalent v1.0.1 |
| 1530 | 2024-08-27T22:09:25.294Z | Checking ppv-lite86 v0.2.17 |
| 1531 | 2024-08-27T22:09:25.323Z | Checking tinyvec_macros v0.1.1 |
| 1532 | 2024-08-27T22:09:25.345Z | Checking crypto-common v0.1.6 |
| 1533 | 2024-08-27T22:09:25.396Z | Checking block-buffer v0.10.4 |
| 1534 | 2024-08-27T22:09:25.419Z | Checking hashbrown v0.14.5 |
| 1535 | 2024-08-27T22:09:25.472Z | Checking tinyvec v1.6.0 |
| 1536 | 2024-08-27T22:09:25.520Z | Checking tracing-core v0.1.32 |
| 1537 | 2024-08-27T22:09:25.609Z | Checking unicode-bidi v0.3.15 |
| 1538 | 2024-08-27T22:09:25.611Z | Checking digest v0.10.7 |
| 1539 | 2024-08-27T22:09:26.013Z | Checking dyn-clone v1.0.17 |
| 1540 | 2024-08-27T22:09:26.016Z | Checking rand_chacha v0.3.1 |
| 1541 | 2024-08-27T22:09:26.153Z | Checking percent-encoding v2.3.1 |
| 1542 | 2024-08-27T22:09:26.177Z | Checking tracing v0.1.40 |
| 1543 | 2024-08-27T22:09:26.225Z | Checking regex-syntax v0.8.4 |
| 1544 | 2024-08-27T22:09:26.367Z | Checking errno v0.3.9 |
| 1545 | 2024-08-27T22:09:26.417Z | Checking rand v0.8.5 |
| 1546 | 2024-08-27T22:09:26.505Z | Checking form_urlencoded v1.2.1 |
| 1547 | 2024-08-27T22:09:26.536Z | Checking block-padding v0.3.3 |
| 1548 | 2024-08-27T22:09:26.591Z | Checking lazy_static v1.5.0 |
| 1549 | 2024-08-27T22:09:26.700Z | Checking aho-corasick v1.1.3 |
| 1550 | 2024-08-27T22:09:26.723Z | Checking httparse v1.8.0 |
| 1551 | 2024-08-27T22:09:26.748Z | Checking inout v0.1.3 |
| 1552 | 2024-08-27T22:09:26.774Z | Checking unicode-normalization v0.1.23 |
| 1553 | 2024-08-27T22:09:26.981Z | Checking cipher v0.4.4 |
| 1554 | 2024-08-27T22:09:27.134Z | Checking unicode-ident v1.0.12 |
| 1555 | 2024-08-27T22:09:27.320Z | Checking base64ct v1.6.0 |
| 1556 | 2024-08-27T22:09:27.396Z | Checking hmac v0.12.1 |
| 1557 | 2024-08-27T22:09:27.520Z | Checking bytes v1.7.1 |
| 1558 | 2024-08-27T22:09:27.599Z | Checking bitflags v2.6.0 |
| 1559 | 2024-08-27T22:09:27.625Z | Checking serde_json v1.0.125 |
| 1560 | 2024-08-27T22:09:27.649Z | Checking chrono v0.4.38 |
| 1561 | 2024-08-27T22:09:27.735Z | Checking indexmap v2.4.0 |
| 1562 | 2024-08-27T22:09:27.881Z | Checking uuid v1.10.0 |
| 1563 | 2024-08-27T22:09:28.291Z | Checking tokio v1.39.3 |
| 1564 | 2024-08-27T22:09:28.294Z | Checking rustix v0.38.34 |
| 1565 | 2024-08-27T22:09:28.477Z | Checking http v0.2.12 |
| 1566 | 2024-08-27T22:09:28.984Z | Checking adler v1.0.2 |
| 1567 | 2024-08-27T22:09:29.136Z | Checking unicode-width v0.1.13 |
| 1568 | 2024-08-27T22:09:29.313Z | Checking powerfmt v0.2.0 |
| 1569 | 2024-08-27T22:09:29.333Z | Checking miniz_oxide v0.7.2 |
| 1570 | 2024-08-27T22:09:29.357Z | Checking regex-automata v0.4.6 |
| 1571 | 2024-08-27T22:09:29.589Z | Checking deranged v0.3.11 |
| 1572 | 2024-08-27T22:09:29.593Z | Checking idna v0.5.0 |
| 1573 | 2024-08-27T22:09:29.626Z | Checking schemars v0.8.21 |
| 1574 | 2024-08-27T22:09:29.793Z | Checking proc-macro2 v1.0.86 |
| 1575 | 2024-08-27T22:09:30.036Z | Checking sha2 v0.10.8 |
| 1576 | 2024-08-27T22:09:30.239Z | Checking untrusted v0.9.0 |
| 1577 | 2024-08-27T22:09:30.407Z | Checking num-conv v0.1.0 |
| 1578 | 2024-08-27T22:09:30.487Z | Checking time-core v0.1.2 |
| 1579 | 2024-08-27T22:09:30.519Z | Checking num_threads v0.1.7 |
| 1580 | 2024-08-27T22:09:30.603Z | Checking quote v1.0.36 |
| 1581 | 2024-08-27T22:09:30.641Z | Checking url v2.5.2 |
| 1582 | 2024-08-27T22:09:30.644Z | Checking ring v0.17.8 |
| 1583 | 2024-08-27T22:09:30.644Z | Checking try-lock v0.2.5 |
| 1584 | 2024-08-27T22:09:31.203Z | Checking want v0.3.1 |
| 1585 | 2024-08-27T22:09:31.232Z | Checking syn v2.0.74 |
| 1586 | 2024-08-27T22:09:31.232Z | Checking pem-rfc7468 v0.7.0 |
| 1587 | 2024-08-27T22:09:31.236Z | Checking slog v2.7.0 |
| 1588 | 2024-08-27T22:09:31.243Z | Checking tower-service v0.3.2 |
| 1589 | 2024-08-27T22:09:31.289Z | Checking time v0.3.36 |
| 1590 | 2024-08-27T22:09:31.366Z | Checking futures-executor v0.3.30 |
| 1591 | 2024-08-27T22:09:31.406Z | Checking flagset v0.4.5 |
| 1592 | 2024-08-27T22:09:31.598Z | Checking futures v0.3.30 |
| 1593 | 2024-08-27T22:09:31.618Z | Checking httpdate v1.0.3 |
| 1594 | 2024-08-27T22:09:31.688Z | Checking gimli v0.28.1 |
| 1595 | 2024-08-27T22:09:31.710Z | Checking der v0.7.9 |
| 1596 | 2024-08-27T22:09:31.845Z | Checking http-body v0.4.6 |
| 1597 | 2024-08-27T22:09:32.261Z | Checking pbkdf2 v0.12.2 |
| 1598 | 2024-08-27T22:09:32.418Z | Checking aes v0.8.4 |
| 1599 | 2024-08-27T22:09:32.421Z | Checking object v0.32.2 |
| 1600 | 2024-08-27T22:09:33.343Z | Checking rustc-demangle v0.1.24 |
| 1601 | 2024-08-27T22:09:33.558Z | Checking spki v0.7.3 |
| 1602 | 2024-08-27T22:09:33.724Z | Checking salsa20 v0.10.2 |
| 1603 | 2024-08-27T22:09:33.763Z | Checking cbc v0.1.2 |
| 1604 | 2024-08-27T22:09:33.808Z | Checking regex v1.10.6 |
| 1605 | 2024-08-27T22:09:33.847Z | Checking mime v0.3.17 |
| 1606 | 2024-08-27T22:09:33.923Z | Checking base64 v0.21.7 |
| 1607 | 2024-08-27T22:09:33.972Z | Checking scrypt v0.11.0 |
| 1608 | 2024-08-27T22:09:34.141Z | Checking ipnet v2.9.0 |
| 1609 | 2024-08-27T22:09:34.185Z | Checking data-encoding v2.6.0 |
| 1610 | 2024-08-27T22:09:34.376Z | Checking utf8parse v0.2.1 |
| 1611 | 2024-08-27T22:09:34.443Z | Checking pkcs5 v0.7.1 |
| 1612 | 2024-08-27T22:09:34.523Z | Checking serde_spanned v0.6.7 |
| 1613 | 2024-08-27T22:09:34.589Z | Checking toml_datetime v0.6.8 |
| 1614 | 2024-08-27T22:09:34.702Z | Checking crossbeam-utils v0.8.19 |
| 1615 | 2024-08-27T22:09:34.855Z | Checking openssl-probe v0.1.5 |
| 1616 | 2024-08-27T22:09:34.857Z | Checking foreign-types-shared v0.1.1 |
| 1617 | 2024-08-27T22:09:34.949Z | Checking pkcs8 v0.10.2 |
| 1618 | 2024-08-27T22:09:34.973Z | Checking foreign-types v0.3.2 |
| 1619 | 2024-08-27T22:09:34.996Z | Checking serde_urlencoded v0.7.1 |
| 1620 | 2024-08-27T22:09:35.068Z | Checking openssl-sys v0.9.103 |
| 1621 | 2024-08-27T22:09:35.202Z | Checking tokio-util v0.7.11 |
| 1622 | 2024-08-27T22:09:35.254Z | Checking encoding_rs v0.8.34 |
| 1623 | 2024-08-27T22:09:35.379Z | Checking anstyle v1.0.8 |
| 1624 | 2024-08-27T22:09:35.433Z | Checking sct v0.7.1 |
| 1625 | 2024-08-27T22:09:35.455Z | Checking addr2line v0.21.0 |
| 1626 | 2024-08-27T22:09:35.625Z | Checking rustls-webpki v0.101.7 |
| 1627 | 2024-08-27T22:09:35.731Z | Checking semver v1.0.23 |
| 1628 | 2024-08-27T22:09:35.949Z | Checking sha1 v0.10.6 |
| 1629 | 2024-08-27T22:09:36.063Z | Checking h2 v0.3.26 |
| 1630 | 2024-08-27T22:09:36.137Z | Checking either v1.13.0 |
| 1631 | 2024-08-27T22:09:36.235Z | Checking scroll v0.12.0 |
| 1632 | 2024-08-27T22:09:36.296Z | Checking rustls v0.21.12 |
| 1633 | 2024-08-27T22:09:36.319Z | Checking openssl v0.10.66 |
| 1634 | 2024-08-27T22:09:36.491Z | Checking ucd-trie v0.1.6 |
| 1635 | 2024-08-27T22:09:36.697Z | Checking plain v0.2.3 |
| 1636 | 2024-08-27T22:09:36.704Z | Checking pest v2.7.10 |
| 1637 | 2024-08-27T22:09:36.845Z | Checking goblin v0.8.2 |
| 1638 | 2024-08-27T22:09:37.209Z | Checking anstyle-parse v0.2.4 |
| 1639 | 2024-08-27T22:09:37.476Z | Checking openapiv3 v2.0.0 |
| 1640 | 2024-08-27T22:09:37.552Z | Checking idna v0.3.0 |
| 1641 | 2024-08-27T22:09:38.354Z | Checking psl-types v2.0.11 |
| 1642 | 2024-08-27T22:09:38.357Z | Checking backtrace v0.3.71 |
| 1643 | 2024-08-27T22:09:38.546Z | Checking pretty-hex v0.4.1 |
| 1644 | 2024-08-27T22:09:38.731Z | Checking bitflags v1.3.2 |
| 1645 | 2024-08-27T22:09:38.840Z | Checking anstyle-query v1.0.3 |
| 1646 | 2024-08-27T22:09:38.950Z | Checking anyhow v1.0.86 |
| 1647 | 2024-08-27T22:09:38.979Z | Checking is_terminal_polyfill v1.70.0 |
| 1648 | 2024-08-27T22:09:39.103Z | Checking base64 v0.22.1 |
| 1649 | 2024-08-27T22:09:39.185Z | Checking colorchoice v1.0.1 |
| 1650 | 2024-08-27T22:09:39.324Z | Checking anstream v0.6.14 |
| 1651 | 2024-08-27T22:09:39.348Z | Checking dtrace-parser v0.2.0 |
| 1652 | 2024-08-27T22:09:39.436Z | Checking tokio-rustls v0.24.1 |
| 1653 | 2024-08-27T22:09:39.597Z | Checking publicsuffix v2.2.3 |
| 1654 | 2024-08-27T22:09:39.705Z | Checking rustls-pemfile v1.0.4 |
| 1655 | 2024-08-27T22:09:39.798Z | Checking cookie v0.17.0 |
| 1656 | 2024-08-27T22:09:39.821Z | Checking terminal_size v0.3.0 |
| 1657 | 2024-08-27T22:09:39.843Z | Checking thread-id v4.2.1 |
| 1658 | 2024-08-27T22:09:39.906Z | Checking clap_lex v0.7.0 |
| 1659 | 2024-08-27T22:09:39.949Z | Checking strsim v0.11.1 |
| 1660 | 2024-08-27T22:09:39.989Z | Checking signature v2.2.0 |
| 1661 | 2024-08-27T22:09:40.137Z | Checking memmap v0.7.0 |
| 1662 | 2024-08-27T22:09:40.188Z | Checking webpki-roots v0.25.4 |
| 1663 | 2024-08-27T22:09:40.216Z | Checking cookie_store v0.20.0 |
| 1664 | 2024-08-27T22:09:40.244Z | Checking clap_builder v4.5.15 |
| 1665 | 2024-08-27T22:09:40.354Z | Checking sync_wrapper v0.1.2 |
| 1666 | 2024-08-27T22:09:40.379Z | Checking num-integer v0.1.46 |
| 1667 | 2024-08-27T22:09:40.485Z | Checking winnow v0.6.18 |
| 1668 | 2024-08-27T22:09:40.847Z | Checking base16ct v0.2.0 |
| 1669 | 2024-08-27T22:09:40.872Z | Checking ff v0.13.0 |
| 1670 | 2024-08-27T22:09:40.934Z | Checking stable_deref_trait v1.2.0 |
| 1671 | 2024-08-27T22:09:41.041Z | Checking num-iter v0.1.45 |
| 1672 | 2024-08-27T22:09:41.044Z | Checking sec1 v0.7.3 |
| 1673 | 2024-08-27T22:09:41.082Z | Checking group v0.13.0 |
| 1674 | 2024-08-27T22:09:41.204Z | Checking hkdf v0.12.4 |
| 1675 | 2024-08-27T22:09:41.328Z | Checking crypto-bigint v0.5.5 |
| 1676 | 2024-08-27T22:09:41.415Z | Checking crc32fast v1.4.0 |
| 1677 | 2024-08-27T22:09:41.437Z | Checking crossbeam-epoch v0.9.18 |
| 1678 | 2024-08-27T22:09:41.606Z | Checking native-tls v0.2.11 |
| 1679 | 2024-08-27T22:09:41.632Z | Checking hex v0.4.3 |
| 1680 | 2024-08-27T22:09:41.669Z | Checking dof v0.3.0 |
| 1681 | 2024-08-27T22:09:41.838Z | Checking managed v0.8.0 |
| 1682 | 2024-08-27T22:09:41.917Z | Checking tokio-native-tls v0.3.1 |
| 1683 | 2024-08-27T22:09:42.051Z | Checking hyper v0.14.30 |
| 1684 | 2024-08-27T22:09:42.132Z | Checking winnow v0.5.40 |
| 1685 | 2024-08-27T22:09:42.163Z | Checking unicode-segmentation v1.11.0 |
| 1686 | 2024-08-27T22:09:42.228Z | Checking static_assertions v1.1.0 |
| 1687 | 2024-08-27T22:09:42.250Z | Checking usdt-impl v0.5.0 |
| 1688 | 2024-08-27T22:09:42.332Z | Checking num-bigint-dig v0.8.4 |
| 1689 | 2024-08-27T22:09:42.786Z | Checking pkcs1 v0.7.5 |
| 1690 | 2024-08-27T22:09:42.809Z | Checking usdt v0.5.0 |
| 1691 | 2024-08-27T22:09:43.051Z | Checking zerocopy v0.6.6 |
| 1692 | 2024-08-27T22:09:43.136Z | Checking clap v4.5.16 |
| 1693 | 2024-08-27T22:09:43.177Z | Checking signal-hook v0.3.17 |
| 1694 | 2024-08-27T22:09:43.256Z | Checking flate2 v1.0.31 |
| 1695 | 2024-08-27T22:09:43.380Z | Checking toml_edit v0.22.20 |
| 1696 | 2024-08-27T22:09:43.496Z | Checking bstr v1.9.1 |
| 1697 | 2024-08-27T22:09:43.805Z | Checking mio v0.8.11 |
| 1698 | 2024-08-27T22:09:43.906Z | Checking siphasher v0.3.11 |
| 1699 | 2024-08-27T22:09:44.067Z | Checking elliptic-curve v0.13.8 |
| 1700 | 2024-08-27T22:09:44.224Z | Checking itertools v0.10.5 |
| 1701 | 2024-08-27T22:09:44.389Z | Checking signal-hook-mio v0.2.4 |
| 1702 | 2024-08-27T22:09:44.410Z | Checking idna v0.4.0 |
| 1703 | 2024-08-27T22:09:44.431Z | Checking rsa v0.9.6 |
| 1704 | 2024-08-27T22:09:44.534Z | Checking bit-vec v0.6.3 |
| 1705 | 2024-08-27T22:09:44.742Z | Checking itertools v0.12.1 |
| 1706 | 2024-08-27T22:09:44.860Z | Checking bit-set v0.5.3 |
| 1707 | 2024-08-27T22:09:45.086Z | Checking toml_edit v0.19.15 |
| 1708 | 2024-08-27T22:09:45.107Z | Checking hash32 v0.2.1 |
| 1709 | 2024-08-27T22:09:45.243Z | Checking hickory-proto v0.24.1 |
| 1710 | 2024-08-27T22:09:45.438Z | Checking predicates-core v1.0.6 |
| 1711 | 2024-08-27T22:09:45.495Z | Checking finl_unicode v1.2.0 |
| 1712 | 2024-08-27T22:09:45.622Z | Checking heapless v0.7.17 |
| 1713 | 2024-08-27T22:09:45.954Z | Checking tokio-stream v0.1.15 |
| 1714 | 2024-08-27T22:09:46.059Z | Checking stringprep v0.1.4 |
| 1715 | 2024-08-27T22:09:46.375Z | Checking console v0.15.8 |
| 1716 | 2024-08-27T22:09:46.549Z | Checking md-5 v0.10.6 |
| 1717 | 2024-08-27T22:09:46.604Z | Checking float-cmp v0.9.0 |
| 1718 | 2024-08-27T22:09:46.773Z | Checking fallible-iterator v0.2.0 |
| 1719 | 2024-08-27T22:09:46.793Z | Checking fixedbitset v0.4.2 |
| 1720 | 2024-08-27T22:09:46.796Z | Checking difflib v0.4.0 |
| 1721 | 2024-08-27T22:09:46.927Z | Checking normalize-line-endings v0.3.0 |
| 1722 | 2024-08-27T22:09:47.050Z | Checking smoltcp v0.9.1 |
| 1723 | 2024-08-27T22:09:47.053Z | Checking petgraph v0.6.5 |
| 1724 | 2024-08-27T22:09:47.133Z | Checking predicates v3.1.2 |
| 1725 | 2024-08-27T22:09:47.226Z | Checking similar v2.6.0 |
| 1726 | 2024-08-27T22:09:47.357Z | Checking postgres-protocol v0.6.7 |
| 1727 | 2024-08-27T22:09:47.489Z | Checking toml v0.7.8 |
| 1728 | 2024-08-27T22:09:47.765Z | Checking phf_shared v0.11.2 |
| 1729 | 2024-08-27T22:09:48.007Z | Checking phf_shared v0.10.0 |
| 1730 | 2024-08-27T22:09:48.010Z | Checking hyper-rustls v0.24.2 |
| 1731 | 2024-08-27T22:09:48.057Z | Checking hyper-tls v0.5.0 |
| 1732 | 2024-08-27T22:09:48.060Z | Checking fs-err v2.11.0 |
| 1733 | 2024-08-27T22:09:48.208Z | Checking nix v0.28.0 |
| 1734 | 2024-08-27T22:09:48.291Z | Checking hubpack v0.1.2 |
| 1735 | 2024-08-27T22:09:48.311Z | Checking lalrpop-util v0.19.12 |
| 1736 | 2024-08-27T22:09:48.341Z | Checking reqwest v0.11.27 |
| 1737 | 2024-08-27T22:09:48.487Z | Checking new_debug_unreachable v1.0.6 |
| 1738 | 2024-08-27T22:09:48.578Z | Checking minimal-lexical v0.2.1 |
| 1739 | 2024-08-27T22:09:48.605Z | Checking precomputed-hash v0.1.1 |
| 1740 | 2024-08-27T22:09:48.606Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1741 | 2024-08-27T22:09:48.639Z | Checking phf v0.11.2 |
| 1742 | 2024-08-27T22:09:48.719Z | Checking string_cache v0.8.7 |
| 1743 | 2024-08-27T22:09:48.910Z | Checking postgres-types v0.2.7 |
| 1744 | 2024-08-27T22:09:48.972Z | Checking nom v7.1.3 |
| 1745 | 2024-08-27T22:09:49.004Z | Checking peg-runtime v0.8.3 |
| 1746 | 2024-08-27T22:09:49.237Z | Checking whoami v1.5.1 |
| 1747 | 2024-08-27T22:09:49.597Z | Checking tokio-postgres v0.7.11 |
| 1748 | 2024-08-27T22:09:49.646Z | Compiling regress v0.9.1 |
| 1749 | 2024-08-27T22:09:49.835Z | Compiling getopts v0.2.21 |
| 1750 | 2024-08-27T22:09:49.922Z | Compiling unsafe-libyaml v0.2.11 |
| 1751 | 2024-08-27T22:09:50.350Z | Checking camino v1.1.9 |
| 1752 | 2024-08-27T22:09:50.739Z | Checking heck v0.5.0 |
| 1753 | 2024-08-27T22:09:50.925Z | Checking is-terminal v0.4.12 |
| 1754 | 2024-08-27T22:09:50.925Z | Compiling paste v1.0.15 |
| 1755 | 2024-08-27T22:09:51.075Z | Compiling ident_case v1.0.1 |
| 1756 | 2024-08-27T22:09:51.269Z | Compiling serde_yaml v0.9.34+deprecated |
| 1757 | 2024-08-27T22:09:51.801Z | Compiling darling_core v0.20.9 |
| 1758 | 2024-08-27T22:09:51.805Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1759 | 2024-08-27T22:09:52.472Z | Checking http v1.1.0 |
| 1760 | 2024-08-27T22:09:52.495Z | Compiling rustls v0.22.4 |
| 1761 | 2024-08-27T22:09:52.814Z | Checking dirs-sys-next v0.1.2 |
| 1762 | 2024-08-27T22:09:52.844Z | Checking crossbeam-channel v0.5.12 |
| 1763 | 2024-08-27T22:09:53.001Z | Checking dirs-next v2.0.0 |
| 1764 | 2024-08-27T22:09:53.146Z | Checking thread_local v1.1.8 |
| 1765 | 2024-08-27T22:09:53.442Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1766 | 2024-08-27T22:09:53.549Z | Compiling multer v3.1.0 |
| 1767 | 2024-08-27T22:09:53.601Z | Checking term v0.7.0 |
| 1768 | 2024-08-27T22:09:53.811Z | Compiling async-stream-impl v0.3.5 |
| 1769 | 2024-08-27T22:09:53.935Z | Checking take_mut v0.2.2 |
| 1770 | 2024-08-27T22:09:54.006Z | Checking slog-term v2.9.1 |
| 1771 | 2024-08-27T22:09:54.078Z | Checking slog-async v2.8.0 |
| 1772 | 2024-08-27T22:09:54.380Z | Checking rustls-pki-types v1.7.0 |
| 1773 | 2024-08-27T22:09:54.511Z | Checking match_cfg v0.1.0 |
| 1774 | 2024-08-27T22:09:54.609Z | Checking hostname v0.3.1 |
| 1775 | 2024-08-27T22:09:54.679Z | Checking strum v0.26.3 |
| 1776 | 2024-08-27T22:09:54.763Z | Checking toml v0.8.19 |
| 1777 | 2024-08-27T22:09:54.815Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1778 | 2024-08-27T22:09:54.838Z | Checking rustls-webpki v0.102.4 |
| 1779 | 2024-08-27T22:09:55.177Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1780 | 2024-08-27T22:09:55.231Z | Checking rustls-pemfile v2.1.3 |
| 1781 | 2024-08-27T22:09:55.306Z | Checking debug-ignore v1.0.5 |
| 1782 | 2024-08-27T22:09:55.448Z | Checking slog-json v2.6.1 |
| 1783 | 2024-08-27T22:09:55.486Z | Checking atomic-waker v1.1.2 |
| 1784 | 2024-08-27T22:09:55.489Z | Checking async-stream v0.3.5 |
| 1785 | 2024-08-27T22:09:55.624Z | Checking waitgroup v0.1.2 |
| 1786 | 2024-08-27T22:09:55.710Z | Checking slog-bunyan v2.5.0 |
| 1787 | 2024-08-27T22:09:55.755Z | Checking serde_path_to_error v0.1.16 |
| 1788 | 2024-08-27T22:09:55.870Z | Checking hostname v0.4.0 |
| 1789 | 2024-08-27T22:09:56.008Z | Checking ipnetwork v0.20.0 |
| 1790 | 2024-08-27T22:09:56.067Z | Checking instant v0.1.12 |
| 1791 | 2024-08-27T22:09:56.191Z | Compiling structmeta-derive v0.3.0 |
| 1792 | 2024-08-27T22:09:56.364Z | Checking fastrand v2.1.0 |
| 1793 | 2024-08-27T22:09:56.366Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1794 | 2024-08-27T22:09:56.698Z | Checking tempfile v3.10.1 |
| 1795 | 2024-08-27T22:09:56.721Z | Checking quick-error v1.2.3 |
| 1796 | 2024-08-27T22:09:56.864Z | Checking newtype-uuid v1.1.0 |
| 1797 | 2024-08-27T22:09:57.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1798 | 2024-08-27T22:09:57.110Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1799 | 2024-08-27T22:09:57.155Z | Checking macaddr v1.0.1 |
| 1800 | 2024-08-27T22:09:57.414Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1801 | 2024-08-27T22:09:57.486Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1802 | 2024-08-27T22:09:57.565Z | Checking backoff v0.4.0 |
| 1803 | 2024-08-27T22:09:57.845Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1804 | 2024-08-27T22:09:57.867Z | Checking wait-timeout v0.2.0 |
| 1805 | 2024-08-27T22:09:57.870Z | Checking rand_xorshift v0.3.0 |
| 1806 | 2024-08-27T22:09:58.005Z | Compiling structmeta-derive v0.2.0 |
| 1807 | 2024-08-27T22:09:58.050Z | Checking unarray v0.1.4 |
| 1808 | 2024-08-27T22:09:58.071Z | Checking rusty-fork v0.3.0 |
| 1809 | 2024-08-27T22:09:58.210Z | Compiling proc-macro-error v1.0.4 |
| 1810 | 2024-08-27T22:09:58.362Z | Checking proptest v1.5.0 |
| 1811 | 2024-08-27T22:09:58.601Z | Compiling darling_macro v0.20.9 |
| 1812 | 2024-08-27T22:09:58.895Z | Checking camino-tempfile v1.1.1 |
| 1813 | 2024-08-27T22:09:59.109Z | Compiling structmeta v0.3.0 |
| 1814 | 2024-08-27T22:09:59.167Z | Compiling proc-macro-crate v1.3.1 |
| 1815 | 2024-08-27T22:09:59.219Z | Checking tokio-rustls v0.25.0 |
| 1816 | 2024-08-27T22:09:59.523Z | Compiling parse-display-derive v0.10.0 |
| 1817 | 2024-08-27T22:09:59.547Z | Compiling darling v0.20.9 |
| 1818 | 2024-08-27T22:09:59.598Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1819 | 2024-08-27T22:09:59.667Z | Compiling serde_with_macros v3.9.0 |
| 1820 | 2024-08-27T22:10:00.001Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1821 | 2024-08-27T22:10:00.183Z | Compiling num_enum_derive v0.5.11 |
| 1822 | 2024-08-27T22:10:00.372Z | Compiling foreign-types-macros v0.2.3 |
| 1823 | 2024-08-27T22:10:00.975Z | Compiling structmeta v0.2.0 |
| 1824 | 2024-08-27T22:10:01.401Z | Compiling test-strategy v0.3.1 |
| 1825 | 2024-08-27T22:10:01.726Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1826 | 2024-08-27T22:10:02.037Z | Checking foreign-types-shared v0.3.1 |
| 1827 | 2024-08-27T22:10:02.159Z | Checking foreign-types v0.5.0 |
| 1828 | 2024-08-27T22:10:02.661Z | Checking cstr-argument v0.1.2 |
| 1829 | 2024-08-27T22:10:02.685Z | Checking serde_with v3.9.0 |
| 1830 | 2024-08-27T22:10:02.850Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1831 | 2024-08-27T22:10:02.913Z | Checking num_enum v0.5.11 |
| 1832 | 2024-08-27T22:10:03.073Z | Checking pretty-hex v0.2.1 |
| 1833 | 2024-08-27T22:10:03.107Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1834 | 2024-08-27T22:10:03.244Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1835 | 2024-08-27T22:10:03.428Z | Checking tabwriter v1.4.0 |
| 1836 | 2024-08-27T22:10:03.431Z | Checking colored v2.1.0 |
| 1837 | 2024-08-27T22:10:03.505Z | Checking socket2 v0.4.10 |
| 1838 | 2024-08-27T22:10:03.682Z | Checking smf v0.2.3 |
| 1839 | 2024-08-27T22:10:03.730Z | Checking termtree v0.4.1 |
| 1840 | 2024-08-27T22:10:03.833Z | Compiling heapless v0.8.0 |
| 1841 | 2024-08-27T22:10:03.921Z | Checking predicates-tree v1.0.9 |
| 1842 | 2024-08-27T22:10:03.945Z | Checking hash32 v0.3.1 |
| 1843 | 2024-08-27T22:10:04.081Z | Compiling smoltcp v0.11.0 |
| 1844 | 2024-08-27T22:10:04.117Z | Checking parse-display v0.10.0 |
| 1845 | 2024-08-27T22:10:04.141Z | Compiling crucible-workspace-hack v0.1.0 |
| 1846 | 2024-08-27T22:10:04.144Z | Checking embedded-io v0.4.0 |
| 1847 | 2024-08-27T22:10:04.337Z | Checking cobs v0.2.3 |
| 1848 | 2024-08-27T22:10:04.361Z | Checking sigpipe v0.1.3 |
| 1849 | 2024-08-27T22:10:04.469Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1850 | 2024-08-27T22:10:04.518Z | Checking postcard v1.0.8 |
| 1851 | 2024-08-27T22:10:04.552Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1852 | 2024-08-27T22:10:04.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1853 | 2024-08-27T22:10:04.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1854 | 2024-08-27T22:10:04.860Z | Compiling mockall_derive v0.13.0 |
| 1855 | 2024-08-27T22:10:05.166Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1856 | 2024-08-27T22:10:05.265Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1857 | 2024-08-27T22:10:05.288Z | Checking humantime v2.1.0 |
| 1858 | 2024-08-27T22:10:05.517Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1859 | 2024-08-27T22:10:05.571Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1860 | 2024-08-27T22:10:05.660Z | Compiling num-derive v0.4.2 |
| 1861 | 2024-08-27T22:10:05.899Z | Checking downcast v0.11.0 |
| 1862 | 2024-08-27T22:10:05.923Z | Checking fragile v2.0.0 |
| 1863 | 2024-08-27T22:10:06.100Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1864 | 2024-08-27T22:10:06.174Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1865 | 2024-08-27T22:10:06.425Z | Checking utf-8 v0.7.6 |
| 1866 | 2024-08-27T22:10:06.451Z | Checking arc-swap v1.7.1 |
| 1867 | 2024-08-27T22:10:06.639Z | Checking newline-converter v0.3.0 |
| 1868 | 2024-08-27T22:10:06.797Z | Checking expectorate v1.1.0 |
| 1869 | 2024-08-27T22:10:06.881Z | Checking slog-scope v4.4.0 |
| 1870 | 2024-08-27T22:10:06.970Z | Checking xattr v1.3.1 |
| 1871 | 2024-08-27T22:10:07.087Z | Checking slog-stdlog v4.1.1 |
| 1872 | 2024-08-27T22:10:07.109Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1873 | 2024-08-27T22:10:07.168Z | Checking filetime v0.2.24 |
| 1874 | 2024-08-27T22:10:07.211Z | Checking termcolor v1.4.1 |
| 1875 | 2024-08-27T22:10:07.253Z | Checking slog-envlogger v2.2.0 |
| 1876 | 2024-08-27T22:10:07.369Z | Checking tar v0.4.41 |
| 1877 | 2024-08-27T22:10:07.474Z | Checking same-file v1.0.6 |
| 1878 | 2024-08-27T22:10:07.627Z | Compiling derive-where v1.2.7 |
| 1879 | 2024-08-27T22:10:07.650Z | Checking walkdir v2.5.0 |
| 1880 | 2024-08-27T22:10:07.873Z | Checking tungstenite v0.21.0 |
| 1881 | 2024-08-27T22:10:07.938Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1882 | 2024-08-27T22:10:07.941Z | Checking password-hash v0.5.0 |
| 1883 | 2024-08-27T22:10:08.106Z | Checking blake2 v0.10.6 |
| 1884 | 2024-08-27T22:10:08.373Z | Checking num-rational v0.4.2 |
| 1885 | 2024-08-27T22:10:08.395Z | Checking num-complex v0.4.6 |
| 1886 | 2024-08-27T22:10:08.538Z | Checking argon2 v0.5.3 |
| 1887 | 2024-08-27T22:10:08.560Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1888 | 2024-08-27T22:10:08.734Z | Checking tokio-tungstenite v0.21.0 |
| 1889 | 2024-08-27T22:10:09.022Z | Checking atty v0.2.14 |
| 1890 | 2024-08-27T22:10:09.148Z | Checking float-ord v0.3.2 |
| 1891 | 2024-08-27T22:10:09.217Z | Checking pem v3.0.4 |
| 1892 | 2024-08-27T22:10:09.237Z | Checking num v0.4.3 |
| 1893 | 2024-08-27T22:10:09.240Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1894 | 2024-08-27T22:10:09.297Z | Compiling convert_case v0.4.0 |
| 1895 | 2024-08-27T22:10:09.579Z | Checking tungstenite v0.20.1 |
| 1896 | 2024-08-27T22:10:09.915Z | Checking env_logger v0.9.3 |
| 1897 | 2024-08-27T22:10:09.946Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1898 | 2024-08-27T22:10:10.314Z | Compiling derive_more v0.99.18 |
| 1899 | 2024-08-27T22:10:10.372Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1900 | 2024-08-27T22:10:10.480Z | Checking tokio-tungstenite v0.20.1 |
| 1901 | 2024-08-27T22:10:10.717Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1902 | 2024-08-27T22:10:10.844Z | Compiling bitstruct_derive v0.1.0 |
| 1903 | 2024-08-27T22:10:10.975Z | Checking ascii v1.1.0 |
| 1904 | 2024-08-27T22:10:11.119Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1905 | 2024-08-27T22:10:11.137Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1906 | 2024-08-27T22:10:11.279Z | Checking atomicwrites v0.4.3 |
| 1907 | 2024-08-27T22:10:11.387Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1908 | 2024-08-27T22:10:11.391Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1909 | 2024-08-27T22:10:11.472Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1910 | 2024-08-27T22:10:11.650Z | Checking serde_arrays v0.1.0 |
| 1911 | 2024-08-27T22:10:11.673Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1912 | 2024-08-27T22:10:11.695Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1913 | 2024-08-27T22:10:11.743Z | Checking erased-serde v0.3.31 |
| 1914 | 2024-08-27T22:10:11.797Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1915 | 2024-08-27T22:10:11.973Z | Compiling heck v0.3.3 |
| 1916 | 2024-08-27T22:10:12.133Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1917 | 2024-08-27T22:10:12.210Z | Checking bitstruct v0.1.1 |
| 1918 | 2024-08-27T22:10:12.292Z | Checking yasna v0.5.2 |
| 1919 | 2024-08-27T22:10:12.330Z | Checking headers-core v0.2.0 |
| 1920 | 2024-08-27T22:10:12.398Z | Compiling zone_cfg_derive v0.1.2 |
| 1921 | 2024-08-27T22:10:12.449Z | Checking base64 v0.13.1 |
| 1922 | 2024-08-27T22:10:12.470Z | Checking headers v0.3.9 |
| 1923 | 2024-08-27T22:10:12.789Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1924 | 2024-08-27T22:10:12.858Z | Checking ron v0.7.1 |
| 1925 | 2024-08-27T22:10:13.190Z | Checking rcgen v0.12.1 |
| 1926 | 2024-08-27T22:10:13.319Z | Checking mockall v0.13.0 |
| 1927 | 2024-08-27T22:10:13.562Z | Checking portpicker v0.1.1 |
| 1928 | 2024-08-27T22:10:13.727Z | Checking subprocess v0.2.9 |
| 1929 | 2024-08-27T22:10:13.851Z | Compiling prettyplease v0.2.20 |
| 1930 | 2024-08-27T22:10:13.900Z | Checking zone v0.1.8 |
| 1931 | 2024-08-27T22:10:13.924Z | Checking highway v1.2.0 |
| 1932 | 2024-08-27T22:10:14.200Z | Compiling semver v0.1.20 |
| 1933 | 2024-08-27T22:10:14.255Z | Checking half v2.4.1 |
| 1934 | 2024-08-27T22:10:14.309Z | Checking ciborium-io v0.2.2 |
| 1935 | 2024-08-27T22:10:14.436Z | Compiling cookie v0.18.1 |
| 1936 | 2024-08-27T22:10:14.549Z | Compiling rustc_version v0.1.7 |
| 1937 | 2024-08-27T22:10:14.731Z | Checking ciborium-ll v0.2.2 |
| 1938 | 2024-08-27T22:10:14.756Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1939 | 2024-08-27T22:10:14.955Z | Checking linked-hash-map v0.5.6 |
| 1940 | 2024-08-27T22:10:15.020Z | Checking ciborium v0.2.2 |
| 1941 | 2024-08-27T22:10:15.054Z | Compiling newtype_derive v0.1.6 |
| 1942 | 2024-08-27T22:10:15.288Z | Compiling rayon-core v1.12.1 |
| 1943 | 2024-08-27T22:10:15.327Z | Checking lru-cache v0.1.2 |
| 1944 | 2024-08-27T22:10:15.606Z | Checking steno v0.4.1 |
| 1945 | 2024-08-27T22:10:15.634Z | Checking resolv-conf v0.7.0 |
| 1946 | 2024-08-27T22:10:15.715Z | Checking swrite v0.1.0 |
| 1947 | 2024-08-27T22:10:15.980Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1948 | 2024-08-27T22:10:16.003Z | Checking hickory-resolver v0.24.1 |
| 1949 | 2024-08-27T22:10:16.137Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1950 | 2024-08-27T22:10:16.886Z | Compiling home v0.5.9 |
| 1951 | 2024-08-27T22:10:18.912Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1952 | 2024-08-27T22:10:21.503Z | Compiling slog-dtrace v0.3.0 |
| 1953 | 2024-08-27T22:10:21.560Z | Compiling blake3 v1.5.1 |
| 1954 | 2024-08-27T22:10:21.645Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1955 | 2024-08-27T22:10:21.908Z | Compiling ring v0.16.20 |
| 1956 | 2024-08-27T22:10:21.932Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1957 | 2024-08-27T22:10:21.949Z | Compiling cancel-safe-futures v0.1.5 |
| 1958 | 2024-08-27T22:10:22.833Z | Checking itertools v0.13.0 |
| 1959 | 2024-08-27T22:10:22.932Z | Checking libsw v3.3.1 |
| 1960 | 2024-08-27T22:10:23.201Z | Checking owo-colors v4.0.0 |
| 1961 | 2024-08-27T22:10:23.251Z | Checking linear-map v1.2.0 |
| 1962 | 2024-08-27T22:10:23.580Z | Compiling crossbeam-deque v0.8.5 |
| 1963 | 2024-08-27T22:10:24.266Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1964 | 2024-08-27T22:10:25.093Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1965 | 2024-08-27T22:10:25.456Z | Compiling memmap2 v0.9.4 |
| 1966 | 2024-08-27T22:10:25.629Z | Compiling arrayref v0.3.7 |
| 1967 | 2024-08-27T22:10:25.689Z | Compiling constant_time_eq v0.3.0 |
| 1968 | 2024-08-27T22:10:25.737Z | Compiling untrusted v0.7.1 |
| 1969 | 2024-08-27T22:10:25.880Z | Compiling arrayvec v0.7.4 |
| 1970 | 2024-08-27T22:10:25.922Z | Compiling spin v0.5.2 |
| 1971 | 2024-08-27T22:10:26.170Z | Compiling rayon v1.10.0 |
| 1972 | 2024-08-27T22:10:26.391Z | Compiling toolchain_find v0.4.0 |
| 1973 | 2024-08-27T22:10:27.052Z | Compiling topological-sort v0.2.2 |
| 1974 | 2024-08-27T22:10:27.086Z | Compiling rustfmt-wrapper v0.2.1 |
| 1975 | 2024-08-27T22:10:27.276Z | Checking display-error-chain v0.2.0 |
| 1976 | 2024-08-27T22:10:27.430Z | Checking nibble_vec v0.1.0 |
| 1977 | 2024-08-27T22:10:27.635Z | Checking endian-type v0.1.2 |
| 1978 | 2024-08-27T22:10:27.665Z | Checking fxhash v0.2.1 |
| 1979 | 2024-08-27T22:10:27.830Z | Checking keccak v0.1.5 |
| 1980 | 2024-08-27T22:10:27.861Z | Checking radix_trie v0.2.1 |
| 1981 | 2024-08-27T22:10:28.035Z | Checking secrecy v0.8.0 |
| 1982 | 2024-08-27T22:10:28.149Z | Checking sha3 v0.10.8 |
| 1983 | 2024-08-27T22:10:28.248Z | Checking universal-hash v0.5.1 |
| 1984 | 2024-08-27T22:10:28.279Z | Checking opaque-debug v0.3.1 |
| 1985 | 2024-08-27T22:10:28.377Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2024-08-27T22:10:28.429Z | Checking maplit v1.0.2 |
| 1987 | 2024-08-27T22:10:28.546Z | Compiling radium v0.7.0 |
| 1988 | 2024-08-27T22:10:28.567Z | Checking aead v0.5.2 |
| 1989 | 2024-08-27T22:10:28.791Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1990 | 2024-08-27T22:10:29.057Z | Compiling maybe-uninit v2.0.0 |
| 1991 | 2024-08-27T22:10:29.135Z | Checking tap v1.0.1 |
| 1992 | 2024-08-27T22:10:29.306Z | Checking wyz v0.5.1 |
| 1993 | 2024-08-27T22:10:29.660Z | Checking poly1305 v0.8.0 |
| 1994 | 2024-08-27T22:10:29.681Z | Checking chacha20 v0.9.1 |
| 1995 | 2024-08-27T22:10:29.869Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1996 | 2024-08-27T22:10:29.890Z | Checking crc-catalog v2.4.0 |
| 1997 | 2024-08-27T22:10:30.023Z | Checking funty v2.0.0 |
| 1998 | 2024-08-27T22:10:30.044Z | Compiling packed_struct v0.10.1 |
| 1999 | 2024-08-27T22:10:30.166Z | Checking crc v3.2.1 |
| 2000 | 2024-08-27T22:10:30.738Z | Checking gethostname v0.5.0 |
| 2001 | 2024-08-27T22:10:30.869Z | Checking kstat-rs v0.2.4 |
| 2002 | 2024-08-27T22:10:30.913Z | Compiling packed_struct_codegen v0.10.1 |
| 2003 | 2024-08-27T22:10:30.990Z | Checking bitvec v1.0.1 |
| 2004 | 2024-08-27T22:10:31.204Z | Compiling omicron-zone-package v0.11.0 |
| 2005 | 2024-08-27T22:10:31.287Z | Compiling indexmap v1.9.3 |
| 2006 | 2024-08-27T22:10:31.604Z | Checking nodrop v0.1.14 |
| 2007 | 2024-08-27T22:10:31.692Z | Compiling libefi-sys v0.1.0 |
| 2008 | 2024-08-27T22:10:31.716Z | Checking array-init v0.0.4 |
| 2009 | 2024-08-27T22:10:32.009Z | Checking smallvec v0.6.14 |
| 2010 | 2024-08-27T22:10:32.090Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2011 | 2024-08-27T22:10:32.115Z | Compiling bitfield-struct v0.6.1 |
| 2012 | 2024-08-27T22:10:32.419Z | Checking bitfield v0.14.0 |
| 2013 | 2024-08-27T22:10:32.517Z | Checking hashbrown v0.12.3 |
| 2014 | 2024-08-27T22:10:32.729Z | Checking serde-hex v0.1.0 |
| 2015 | 2024-08-27T22:10:32.835Z | Checking bzip2 v0.4.4 |
| 2016 | 2024-08-27T22:10:33.518Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2017 | 2024-08-27T22:10:33.593Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2018 | 2024-08-27T22:10:33.711Z | Checking env_logger v0.10.2 |
| 2019 | 2024-08-27T22:10:33.767Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2020 | 2024-08-27T22:10:34.076Z | Checking ron v0.8.1 |
| 2021 | 2024-08-27T22:10:34.130Z | Checking x509-cert v0.2.5 |
| 2022 | 2024-08-27T22:10:34.162Z | Checking hashbrown v0.13.2 |
| 2023 | 2024-08-27T22:10:34.189Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2024 | 2024-08-27T22:10:35.179Z | Compiling async-recursion v1.1.1 |
| 2025 | 2024-08-27T22:10:35.373Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2026 | 2024-08-27T22:10:35.497Z | Checking crc-any v2.5.0 |
| 2027 | 2024-08-27T22:10:35.786Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2028 | 2024-08-27T22:10:35.886Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2029 | 2024-08-27T22:10:36.154Z | Checking object v0.30.4 |
| 2030 | 2024-08-27T22:10:36.500Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2031 | 2024-08-27T22:10:36.698Z | Checking zip v0.6.6 |
| 2032 | 2024-08-27T22:10:36.767Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2033 | 2024-08-27T22:10:36.858Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2034 | 2024-08-27T22:10:37.067Z | Compiling parking_lot_core v0.8.6 |
| 2035 | 2024-08-27T22:10:37.379Z | Checking path-slash v0.1.5 |
| 2036 | 2024-08-27T22:10:37.410Z | Checking thiserror-no-std v2.0.2 |
| 2037 | 2024-08-27T22:10:37.486Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2038 | 2024-08-27T22:10:37.536Z | Checking vsss-rs v3.3.4 |
| 2039 | 2024-08-27T22:10:37.539Z | Checking chacha20poly1305 v0.10.1 |
| 2040 | 2024-08-27T22:10:37.572Z | Checking glob v0.3.1 |
| 2041 | 2024-08-27T22:10:37.611Z | Checking hickory-client v0.24.1 |
| 2042 | 2024-08-27T22:10:37.731Z | Checking hickory-server v0.24.1 |
| 2043 | 2024-08-27T22:10:37.892Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2044 | 2024-08-27T22:10:37.971Z | Checking parking_lot v0.11.2 |
| 2045 | 2024-08-27T22:10:38.223Z | Checking crossterm v0.28.1 |
| 2046 | 2024-08-27T22:10:38.250Z | Compiling buf-list v1.0.3 |
| 2047 | 2024-08-27T22:10:38.286Z | Checking sled v0.34.7 |
| 2048 | 2024-08-27T22:10:39.018Z | Compiling unicase v2.7.0 |
| 2049 | 2024-08-27T22:10:39.570Z | Checking nanorand v0.7.0 |
| 2050 | 2024-08-27T22:10:39.949Z | Checking flume v0.11.0 |
| 2051 | 2024-08-27T22:10:40.454Z | Compiling vte_generate_state_changes v0.1.1 |
| 2052 | 2024-08-27T22:10:40.716Z | Compiling mime_guess v2.0.4 |
| 2053 | 2024-08-27T22:10:40.812Z | Checking fd-lock v4.0.2 |
| 2054 | 2024-08-27T22:10:41.002Z | Checking crossterm v0.27.0 |
| 2055 | 2024-08-27T22:10:41.040Z | Checking nu-ansi-term v0.50.0 |
| 2056 | 2024-08-27T22:10:41.124Z | Checking vte v0.11.1 |
| 2057 | 2024-08-27T22:10:41.168Z | Compiling dsl_auto_type v0.1.2 |
| 2058 | 2024-08-27T22:10:41.425Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2059 | 2024-08-27T22:10:41.705Z | Checking scheduled-thread-pool v0.2.7 |
| 2060 | 2024-08-27T22:10:41.927Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2061 | 2024-08-27T22:10:42.056Z | Compiling pin-project-internal v1.1.5 |
| 2062 | 2024-08-27T22:10:42.107Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2063 | 2024-08-27T22:10:42.321Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2064 | 2024-08-27T22:10:42.363Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2065 | 2024-08-27T22:10:42.692Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2066 | 2024-08-27T22:10:42.716Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2067 | 2024-08-27T22:10:42.800Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2068 | 2024-08-27T22:10:43.940Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2069 | 2024-08-27T22:10:45.173Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2070 | 2024-08-27T22:10:46.381Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2071 | 2024-08-27T22:10:46.772Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2072 | 2024-08-27T22:10:47.241Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2073 | 2024-08-27T22:10:47.852Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2074 | 2024-08-27T22:10:48.516Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2075 | 2024-08-27T22:10:48.815Z | Checking strip-ansi-escapes v0.2.0 |
| 2076 | 2024-08-27T22:10:48.906Z | Compiling crunchy v0.2.2 |
| 2077 | 2024-08-27T22:10:48.927Z | Checking http-range v0.1.5 |
| 2078 | 2024-08-27T22:10:48.974Z | Checking reedline v0.33.0 |
| 2079 | 2024-08-27T22:10:49.100Z | Checking hyper-staticfile v0.9.5 |
| 2080 | 2024-08-27T22:10:49.457Z | Checking pin-project v1.1.5 |
| 2081 | 2024-08-27T22:10:49.543Z | Compiling diesel_derives v2.2.2 |
| 2082 | 2024-08-27T22:10:49.592Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2083 | 2024-08-27T22:10:50.597Z | Checking r2d2 v0.8.10 |
| 2084 | 2024-08-27T22:10:50.666Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2085 | 2024-08-27T22:10:50.928Z | Compiling clang-sys v1.7.0 |
| 2086 | 2024-08-27T22:10:51.319Z | Compiling tiny-keccak v2.0.2 |
| 2087 | 2024-08-27T22:10:51.710Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2088 | 2024-08-27T22:10:51.781Z | Compiling ref-cast v1.0.23 |
| 2089 | 2024-08-27T22:10:51.811Z | Checking bytecount v0.6.8 |
| 2090 | 2024-08-27T22:10:51.973Z | Checking papergrid v0.11.0 |
| 2091 | 2024-08-27T22:10:52.429Z | Compiling ascii-canvas v3.0.0 |
| 2092 | 2024-08-27T22:10:52.650Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2093 | 2024-08-27T22:10:52.981Z | Compiling tabled_derive v0.7.0 |
| 2094 | 2024-08-27T22:10:53.333Z | Compiling ena v0.14.3 |
| 2095 | 2024-08-27T22:10:53.435Z | Compiling ref-cast-impl v1.0.23 |
| 2096 | 2024-08-27T22:10:53.726Z | Compiling libloading v0.8.3 |
| 2097 | 2024-08-27T22:10:53.823Z | Compiling regex-syntax v0.6.29 |
| 2098 | 2024-08-27T22:10:54.139Z | Compiling bindgen v0.69.4 |
| 2099 | 2024-08-27T22:10:54.627Z | Compiling diff v0.1.13 |
| 2100 | 2024-08-27T22:10:55.503Z | Checking tabled v0.15.0 |
| 2101 | 2024-08-27T22:10:56.005Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2102 | 2024-08-27T22:10:58.503Z | Compiling lalrpop v0.19.12 |
| 2103 | 2024-08-27T22:10:59.652Z | Compiling which v4.4.2 |
| 2104 | 2024-08-27T22:11:00.137Z | Checking signal-hook-tokio v0.3.1 |
| 2105 | 2024-08-27T22:11:00.304Z | Compiling cexpr v0.6.0 |
| 2106 | 2024-08-27T22:11:00.356Z | Compiling shlex v1.3.0 |
| 2107 | 2024-08-27T22:11:00.825Z | Compiling lazycell v1.3.0 |
| 2108 | 2024-08-27T22:11:01.010Z | Compiling rustc-hash v1.1.0 |
| 2109 | 2024-08-27T22:11:02.015Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2110 | 2024-08-27T22:11:02.063Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2111 | 2024-08-27T22:11:05.415Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2112 | 2024-08-27T22:11:07.162Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2113 | 2024-08-27T22:11:07.283Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2114 | 2024-08-27T22:11:08.781Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2115 | 2024-08-27T22:11:08.961Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2116 | 2024-08-27T22:11:09.651Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2117 | 2024-08-27T22:11:09.816Z | Checking diesel v2.2.2 |
| 2118 | 2024-08-27T22:11:09.985Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2119 | 2024-08-27T22:11:10.210Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2120 | 2024-08-27T22:11:10.981Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2121 | 2024-08-27T22:11:11.297Z | Compiling derive_builder_core v0.20.0 |
| 2122 | 2024-08-27T22:11:14.405Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2123 | 2024-08-27T22:11:14.503Z | Compiling libxml v0.3.3 |
| 2124 | 2024-08-27T22:11:14.897Z | Compiling memoffset v0.9.1 |
| 2125 | 2024-08-27T22:11:15.428Z | Compiling derive_builder_macro v0.20.0 |
| 2126 | 2024-08-27T22:11:15.697Z | Compiling peg-macros v0.8.4 |
| 2127 | 2024-08-27T22:11:16.318Z | Compiling snafu-derive v0.8.2 |
| 2128 | 2024-08-27T22:11:16.656Z | Compiling strum_macros v0.24.3 |
| 2129 | 2024-08-27T22:11:18.584Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2130 | 2024-08-27T22:11:18.922Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2131 | 2024-08-27T22:11:19.465Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2132 | 2024-08-27T22:11:19.798Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2133 | 2024-08-27T22:11:20.436Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2134 | 2024-08-27T22:11:21.822Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2135 | 2024-08-27T22:11:21.848Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2136 | 2024-08-27T22:11:22.226Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2137 | 2024-08-27T22:11:23.185Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2138 | 2024-08-27T22:11:23.636Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2139 | 2024-08-27T22:11:24.624Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2140 | 2024-08-27T22:11:25.495Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2141 | 2024-08-27T22:11:25.546Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2142 | 2024-08-27T22:11:26.112Z | Compiling sqlparser_derive v0.2.2 |
| 2143 | 2024-08-27T22:11:27.235Z | Compiling indoc v1.0.9 |
| 2144 | 2024-08-27T22:11:28.244Z | Checking unicode_categories v0.1.1 |
| 2145 | 2024-08-27T22:11:28.420Z | Checking rustyline v14.0.0 |
| 2146 | 2024-08-27T22:11:28.557Z | Checking sqlformat v0.2.4 |
| 2147 | 2024-08-27T22:11:30.232Z | Checking sqlparser v0.45.0 |
| 2148 | 2024-08-27T22:11:30.744Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2149 | 2024-08-27T22:11:32.136Z | Checking snafu v0.8.2 |
| 2150 | 2024-08-27T22:11:32.624Z | Checking peg v0.8.4 |
| 2151 | 2024-08-27T22:11:32.734Z | Checking derive_builder v0.20.0 |
| 2152 | 2024-08-27T22:11:32.898Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2153 | 2024-08-27T22:11:32.997Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2154 | 2024-08-27T22:11:33.319Z | Checking globset v0.4.14 |
| 2155 | 2024-08-27T22:11:33.424Z | Checking olpc-cjson v0.1.3 |
| 2156 | 2024-08-27T22:11:33.667Z | Checking serde_plain v1.0.2 |
| 2157 | 2024-08-27T22:11:33.827Z | Checking bcs v0.1.6 |
| 2158 | 2024-08-27T22:11:33.927Z | Checking quick-xml v0.31.0 |
| 2159 | 2024-08-27T22:11:34.300Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2160 | 2024-08-27T22:11:34.646Z | Compiling oso-derive v0.27.3 |
| 2161 | 2024-08-27T22:11:35.690Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2162 | 2024-08-27T22:11:36.006Z | Compiling dropshot v0.10.1 |
| 2163 | 2024-08-27T22:11:36.036Z | Checking typed-path v0.7.1 |
| 2164 | 2024-08-27T22:11:36.511Z | Checking nix v0.27.1 |
| 2165 | 2024-08-27T22:11:37.773Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2166 | 2024-08-27T22:11:37.872Z | Checking tough v0.17.1 |
| 2167 | 2024-08-27T22:11:39.485Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2168 | 2024-08-27T22:11:39.551Z | Checking tungstenite v0.23.0 |
| 2169 | 2024-08-27T22:11:39.737Z | Checking serde-big-array v0.5.1 |
| 2170 | 2024-08-27T22:11:39.974Z | Compiling dropshot_endpoint v0.10.1 |
| 2171 | 2024-08-27T22:11:40.465Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2172 | 2024-08-27T22:11:40.782Z | Checking parse-size v1.0.0 |
| 2173 | 2024-08-27T22:11:41.040Z | Checking tokio-tungstenite v0.23.1 |
| 2174 | 2024-08-27T22:11:42.591Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2175 | 2024-08-27T22:11:42.611Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2176 | 2024-08-27T22:11:42.948Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2177 | 2024-08-27T22:11:43.662Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2178 | 2024-08-27T22:11:43.987Z | Checking bb8 v0.8.5 |
| 2179 | 2024-08-27T22:11:44.475Z | Compiling const_format_proc_macros v0.2.32 |
| 2180 | 2024-08-27T22:11:45.681Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2181 | 2024-08-27T22:11:46.148Z | Checking async-bb8-diesel v0.2.1 |
| 2182 | 2024-08-27T22:11:46.646Z | Checking const_format v0.2.32 |
| 2183 | 2024-08-27T22:11:46.834Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2184 | 2024-08-27T22:11:47.144Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2185 | 2024-08-27T22:11:47.968Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2186 | 2024-08-27T22:11:48.480Z | Checking assert_matches v1.5.0 |
| 2187 | 2024-08-27T22:11:48.591Z | Checking heck v0.4.1 |
| 2188 | 2024-08-27T22:11:48.666Z | Compiling portable-atomic v1.6.0 |
| 2189 | 2024-08-27T22:11:48.820Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2190 | 2024-08-27T22:11:49.221Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2191 | 2024-08-27T22:11:49.320Z | Compiling libz-sys v1.1.16 |
| 2192 | 2024-08-27T22:11:49.769Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2193 | 2024-08-27T22:11:50.186Z | Checking rand_seeder v0.3.0 |
| 2194 | 2024-08-27T22:11:50.438Z | Checking number_prefix v0.4.0 |
| 2195 | 2024-08-27T22:11:50.647Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2196 | 2024-08-27T22:11:50.790Z | Checking indicatif v0.17.8 |
| 2197 | 2024-08-27T22:11:51.508Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2198 | 2024-08-27T22:11:51.920Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2199 | 2024-08-27T22:11:53.539Z | Compiling vergen v8.3.2 |
| 2200 | 2024-08-27T22:11:53.559Z | Compiling cargo-platform v0.1.8 |
| 2201 | 2024-08-27T22:11:53.559Z | Checking is_ci v1.2.0 |
| 2202 | 2024-08-27T22:11:53.565Z | Checking supports-color v3.0.0 |
| 2203 | 2024-08-27T22:11:53.730Z | Compiling cargo_metadata v0.18.1 |
| 2204 | 2024-08-27T22:11:53.861Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2205 | 2024-08-27T22:11:53.884Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2206 | 2024-08-27T22:11:54.970Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2207 | 2024-08-27T22:11:55.246Z | Checking castaway v0.2.3 |
| 2208 | 2024-08-27T22:11:55.418Z | Compiling libsqlite3-sys v0.28.0 |
| 2209 | 2024-08-27T22:11:55.594Z | Checking compact_str v0.8.0 |
| 2210 | 2024-08-27T22:11:55.850Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2211 | 2024-08-27T22:11:55.935Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2212 | 2024-08-27T22:11:56.443Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2213 | 2024-08-27T22:11:56.829Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2214 | 2024-08-27T22:11:57.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2215 | 2024-08-27T22:11:57.124Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2216 | 2024-08-27T22:11:57.233Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2217 | 2024-08-27T22:11:57.544Z | Checking unicode-truncate v1.0.0 |
| 2218 | 2024-08-27T22:11:57.769Z | Checking lru v0.12.3 |
| 2219 | 2024-08-27T22:11:58.092Z | Compiling instability v0.3.2 |
| 2220 | 2024-08-27T22:11:59.053Z | Checking cassowary v0.3.0 |
| 2221 | 2024-08-27T22:11:59.403Z | Checking ratatui v0.28.0 |
| 2222 | 2024-08-27T22:11:59.713Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2223 | 2024-08-27T22:12:01.653Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2224 | 2024-08-27T22:12:01.752Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2225 | 2024-08-27T22:12:02.348Z | Checking hashlink v0.9.1 |
| 2226 | 2024-08-27T22:12:02.786Z | Checking fallible-streaming-iterator v0.1.9 |
| 2227 | 2024-08-27T22:12:02.842Z | Checking fallible-iterator v0.3.0 |
| 2228 | 2024-08-27T22:12:02.929Z | Checking smawk v0.3.2 |
| 2229 | 2024-08-27T22:12:03.026Z | Checking unicode-linebreak v0.1.5 |
| 2230 | 2024-08-27T22:12:03.146Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2231 | 2024-08-27T22:12:03.433Z | Checking rusqlite v0.31.0 |
| 2232 | 2024-08-27T22:12:03.454Z | Checking textwrap v0.16.1 |
| 2233 | 2024-08-27T22:12:03.476Z | Checking twox-hash v1.6.3 |
| 2234 | 2024-08-27T22:12:03.840Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2235 | 2024-08-27T22:12:03.984Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2236 | 2024-08-27T22:12:04.980Z | Checking fatfs v0.3.6 |
| 2237 | 2024-08-27T22:12:05.674Z | Checking csv-core v0.1.11 |
| 2238 | 2024-08-27T22:12:06.000Z | Checking shell-words v1.1.0 |
| 2239 | 2024-08-27T22:12:06.020Z | Checking csv v1.3.0 |
| 2240 | 2024-08-27T22:12:06.189Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2241 | 2024-08-27T22:12:07.139Z | Checking rtoolbox v0.0.2 |
| 2242 | 2024-08-27T22:12:07.300Z | Checking rpassword v7.3.1 |
| 2243 | 2024-08-27T22:12:08.977Z | Checking tui-tree-widget v0.22.0 |
| 2244 | 2024-08-27T22:12:09.329Z | Checking polyval v0.6.2 |
| 2245 | 2024-08-27T22:12:09.638Z | Checking rfc6979 v0.4.0 |
| 2246 | 2024-08-27T22:12:09.814Z | Checking plotters-backend v0.3.5 |
| 2247 | 2024-08-27T22:12:10.204Z | Checking plotters-svg v0.3.5 |
| 2248 | 2024-08-27T22:12:10.414Z | Checking ecdsa v0.16.9 |
| 2249 | 2024-08-27T22:12:11.108Z | Checking ghash v0.5.1 |
| 2250 | 2024-08-27T22:12:11.257Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2251 | 2024-08-27T22:12:12.463Z | Checking primeorder v0.13.6 |
| 2252 | 2024-08-27T22:12:12.915Z | Checking ctr v0.9.2 |
| 2253 | 2024-08-27T22:12:13.617Z | Checking yansi v0.5.1 |
| 2254 | 2024-08-27T22:12:13.898Z | Checking cast v0.3.0 |
| 2255 | 2024-08-27T22:12:14.043Z | Checking pretty_assertions v1.4.0 |
| 2256 | 2024-08-27T22:12:14.180Z | Checking criterion-plot v0.5.0 |
| 2257 | 2024-08-27T22:12:14.246Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2258 | 2024-08-27T22:12:14.617Z | Checking aes-gcm v0.10.3 |
| 2259 | 2024-08-27T22:12:14.868Z | Checking plotters v0.3.5 |
| 2260 | 2024-08-27T22:12:19.476Z | Checking ed25519 v2.2.3 |
| 2261 | 2024-08-27T22:12:19.543Z | Checking ssh-encoding v0.2.0 |
| 2262 | 2024-08-27T22:12:19.543Z | Checking tinytemplate v1.2.1 |
| 2263 | 2024-08-27T22:12:19.543Z | Checking blowfish v0.9.1 |
| 2264 | 2024-08-27T22:12:19.543Z | Checking anes v0.1.6 |
| 2265 | 2024-08-27T22:12:19.543Z | Checking option-ext v0.2.0 |
| 2266 | 2024-08-27T22:12:19.543Z | Checking oorandom v11.1.3 |
| 2267 | 2024-08-27T22:12:19.543Z | Checking criterion v0.5.1 |
| 2268 | 2024-08-27T22:12:21.002Z | Checking dirs-sys v0.4.1 |
| 2269 | 2024-08-27T22:12:21.175Z | Checking bcrypt-pbkdf v0.10.0 |
| 2270 | 2024-08-27T22:12:21.197Z | Checking ssh-cipher v0.2.0 |
| 2271 | 2024-08-27T22:12:21.383Z | Checking ed25519-dalek v2.1.1 |
| 2272 | 2024-08-27T22:12:21.411Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2273 | 2024-08-27T22:12:21.479Z | Checking password-hash v0.4.2 |
| 2274 | 2024-08-27T22:12:21.762Z | Checking matches v0.1.10 |
| 2275 | 2024-08-27T22:12:21.866Z | Checking hex-literal v0.4.1 |
| 2276 | 2024-08-27T22:12:21.904Z | Checking pbkdf2 v0.11.0 |
| 2277 | 2024-08-27T22:12:21.997Z | Checking idna v0.2.3 |
| 2278 | 2024-08-27T22:12:22.162Z | Checking ssh-key v0.6.6 |
| 2279 | 2024-08-27T22:12:22.767Z | Checking dirs v5.0.1 |
| 2280 | 2024-08-27T22:12:22.820Z | Checking p384 v0.13.0 |
| 2281 | 2024-08-27T22:12:22.920Z | Checking p256 v0.13.2 |
| 2282 | 2024-08-27T22:12:23.427Z | Checking p521 v0.13.3 |
| 2283 | 2024-08-27T22:12:23.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2284 | 2024-08-27T22:12:23.950Z | Checking russh-cryptovec v0.7.2 |
| 2285 | 2024-08-27T22:12:24.169Z | Compiling enum-as-inner v0.5.1 |
| 2286 | 2024-08-27T22:12:24.580Z | Compiling doc-comment v0.3.3 |
| 2287 | 2024-08-27T22:12:24.891Z | Checking md5 v0.7.0 |
| 2288 | 2024-08-27T22:12:25.151Z | Compiling target-lexicon v0.12.16 |
| 2289 | 2024-08-27T22:12:25.170Z | Checking trust-dns-proto v0.22.0 |
| 2290 | 2024-08-27T22:12:25.354Z | Checking russh-keys v0.44.0 |
| 2291 | 2024-08-27T22:12:26.291Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2292 | 2024-08-27T22:12:26.732Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2293 | 2024-08-27T22:12:27.542Z | Checking http-body v1.0.0 |
| 2294 | 2024-08-27T22:12:27.757Z | Checking num-bigint v0.4.5 |
| 2295 | 2024-08-27T22:12:28.084Z | Checking regex-automata v0.1.10 |
| 2296 | 2024-08-27T22:12:28.507Z | Checking tower-layer v0.3.2 |
| 2297 | 2024-08-27T22:12:28.769Z | Compiling assert_cmd v2.0.16 |
| 2298 | 2024-08-27T22:12:28.851Z | Compiling dhcproto-macros v0.1.0 |
| 2299 | 2024-08-27T22:12:29.194Z | Compiling guppy-workspace-hack v0.1.0 |
| 2300 | 2024-08-27T22:12:29.546Z | Checking tower v0.4.13 |
| 2301 | 2024-08-27T22:12:29.803Z | Checking dhcproto v0.12.0 |
| 2302 | 2024-08-27T22:12:29.961Z | Compiling samael v0.0.15 |
| 2303 | 2024-08-27T22:12:30.287Z | Checking bstr v0.2.17 |
| 2304 | 2024-08-27T22:12:30.322Z | Checking russh v0.44.1 |
| 2305 | 2024-08-27T22:12:31.135Z | Checking hyper v1.3.1 |
| 2306 | 2024-08-27T22:12:31.830Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2307 | 2024-08-27T22:12:32.298Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2308 | 2024-08-27T22:12:32.390Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2309 | 2024-08-27T22:12:32.792Z | Compiling target-spec v3.2.1 |
| 2310 | 2024-08-27T22:12:33.271Z | Checking internet-checksum v0.2.1 |
| 2311 | 2024-08-27T22:12:34.044Z | Checking hyper-util v0.1.3 |
| 2312 | 2024-08-27T22:12:34.813Z | Checking cfg-expr v0.16.0 |
| 2313 | 2024-08-27T22:12:35.297Z | Checking httptest v0.15.5 |
| 2314 | 2024-08-27T22:12:35.668Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2315 | 2024-08-27T22:12:35.701Z | Checking rustls-native-certs v0.7.0 |
| 2316 | 2024-08-27T22:12:35.839Z | Checking num_cpus v1.16.0 |
| 2317 | 2024-08-27T22:12:36.052Z | Checking threadpool v1.8.1 |
| 2318 | 2024-08-27T22:12:36.268Z | Checking hyper-rustls v0.26.0 |
| 2319 | 2024-08-27T22:12:36.947Z | Checking pathdiff v0.2.1 |
| 2320 | 2024-08-27T22:12:37.165Z | Compiling toml_edit v0.21.1 |
| 2321 | 2024-08-27T22:12:37.713Z | Compiling rstest_macros v0.22.0 |
| 2322 | 2024-08-27T22:12:38.235Z | Checking escape8259 v0.5.2 |
| 2323 | 2024-08-27T22:12:38.418Z | Checking nested v0.1.1 |
| 2324 | 2024-08-27T22:12:38.636Z | Checking guppy v0.17.7 |
| 2325 | 2024-08-27T22:12:39.859Z | Compiling proc-macro-crate v3.1.0 |
| 2326 | 2024-08-27T22:12:40.127Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2327 | 2024-08-27T22:12:40.995Z | Checking libtest-mimic v0.7.3 |
| 2328 | 2024-08-27T22:12:41.239Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2329 | 2024-08-27T22:12:41.378Z | Checking similar-asserts v1.5.0 |
| 2330 | 2024-08-27T22:12:41.560Z | Checking fancy-regex v0.13.0 |
| 2331 | 2024-08-27T22:12:41.621Z | Compiling trybuild v1.0.99 |
| 2332 | 2024-08-27T22:12:42.056Z | Compiling relative-path v1.9.3 |
| 2333 | 2024-08-27T22:12:42.354Z | Checking datatest-stable v0.2.9 |
| 2334 | 2024-08-27T22:12:42.718Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2335 | 2024-08-27T22:12:42.764Z | Checking blake2b_simd v1.0.2 |
| 2336 | 2024-08-27T22:12:43.162Z | Compiling git2 v0.19.0 |
| 2337 | 2024-08-27T22:12:43.287Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2338 | 2024-08-27T22:12:43.707Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2339 | 2024-08-27T22:12:44.021Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2340 | 2024-08-27T22:12:44.040Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2341 | 2024-08-27T22:12:44.339Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2342 | 2024-08-27T22:12:44.574Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2343 | 2024-08-27T22:12:44.663Z | Checking serde_tokenstream v0.2.2 |
| 2344 | 2024-08-27T22:12:44.736Z | Checking uzers v0.11.3 |
| 2345 | 2024-08-27T22:12:45.063Z | Checking indent_write v2.2.0 |
| 2346 | 2024-08-27T22:12:45.082Z | Checking futures-timer v3.0.3 |
| 2347 | 2024-08-27T22:12:45.419Z | Checking rust-argon2 v2.1.0 |
| 2348 | 2024-08-27T22:12:45.836Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2349 | 2024-08-27T22:12:46.802Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2350 | 2024-08-27T22:12:47.428Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2351 | 2024-08-27T22:12:47.746Z | Checking rand_distr v0.4.3 |
| 2352 | 2024-08-27T22:12:50.500Z | Checking multimap v0.10.0 |
| 2353 | 2024-08-27T22:12:50.841Z | Checking approx v0.5.1 |
| 2354 | 2024-08-27T22:12:51.116Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2355 | 2024-08-27T22:12:51.765Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2356 | 2024-08-27T22:12:52.262Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2357 | 2024-08-27T22:12:52.878Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2358 | 2024-08-27T22:12:52.929Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2359 | 2024-08-27T22:12:53.168Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2360 | 2024-08-27T22:12:53.746Z | Checking partial-io v0.5.4 |
| 2361 | 2024-08-27T22:12:53.807Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2362 | 2024-08-27T22:12:53.891Z | Checking cargo_toml v0.20.4 |
| 2363 | 2024-08-27T22:12:54.104Z | Checking termios v0.3.3 |
| 2364 | 2024-08-27T22:12:54.303Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2365 | 2024-08-27T22:12:54.377Z | Checking rstest v0.22.0 |
| 2366 | 2024-08-27T22:12:55.891Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2367 | 2024-08-27T22:13:11.318Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2368 | 2024-08-27T22:13:17.141Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2369 | 2024-08-27T22:13:19.026Z | Compiling polar-core v0.27.3 |
| 2370 | 2024-08-27T22:13:29.728Z | Checking oso v0.27.3 |
| 2371 | 2024-08-27T22:13:41.184Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2372 | 2024-08-27T22:13:42.560Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2373 | 2024-08-27T22:13:43.003Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2374 | 2024-08-27T22:14:15.180Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2375 | 2024-08-27T22:14:15.180Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2376 | 2024-08-27T22:14:15.182Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2377 | 2024-08-27T22:15:37.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
| 2378 | 2024-08-27T22:15:37.696Z | |
| 2379 | 2024-08-27T22:15:37.696Z | real 6:21.195207113 |
| 2380 | 2024-08-27T22:15:37.696Z | user 34:45.869202679 |
| 2381 | 2024-08-27T22:15:37.696Z | sys 6:07.239844965 |
| 2382 | 2024-08-27T22:15:37.696Z | trap 0.911584828 |
| 2383 | 2024-08-27T22:15:37.696Z | tflt 2.638273193 |
| 2384 | 2024-08-27T22:15:37.696Z | dflt 0.628859141 |
| 2385 | 2024-08-27T22:15:37.696Z | kflt 0.003289274 |
| 2386 | 2024-08-27T22:15:37.696Z | lock 53:43.389870815 |
| 2387 | 2024-08-27T22:15:37.696Z | slp 2:03:22.456361470 |
| 2388 | 2024-08-27T22:15:37.700Z | lat 1:37.876421980 |
| 2389 | 2024-08-27T22:15:37.700Z | stop 5:30.023451163 |
| 2390 | 2024-08-27T22:15:37.700Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2391 | 2024-08-27T22:15:37.700Z | + ptime -m cargo doc --workspace --no-deps |
| 2392 | 2024-08-27T22:15:38.886Z | warning: output filename collision. |
| 2393 | 2024-08-27T22:15:38.886Z | 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)`. |
| 2394 | 2024-08-27T22:15:38.886Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2395 | 2024-08-27T22:15:38.886Z | The targets should have unique names. |
| 2396 | 2024-08-27T22:15:38.886Z | This is a known bug where multiple crates with the same name use |
| 2397 | 2024-08-27T22:15:38.886Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2398 | 2024-08-27T22:15:39.266Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2399 | 2024-08-27T22:15:39.326Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2400 | 2024-08-27T22:15:39.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2401 | 2024-08-27T22:15:39.384Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2402 | 2024-08-27T22:15:39.405Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2403 | 2024-08-27T22:15:39.430Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2404 | 2024-08-27T22:15:39.430Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2405 | 2024-08-27T22:15:39.637Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2406 | 2024-08-27T22:15:39.657Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2407 | 2024-08-27T22:15:39.680Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2408 | 2024-08-27T22:15:39.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2409 | 2024-08-27T22:15:39.722Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2410 | 2024-08-27T22:15:39.938Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2411 | 2024-08-27T22:15:39.972Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2412 | 2024-08-27T22:15:40.230Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2413 | 2024-08-27T22:15:40.430Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2414 | 2024-08-27T22:15:41.129Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2415 | 2024-08-27T22:15:44.000Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2416 | 2024-08-27T22:15:44.245Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2417 | 2024-08-27T22:15:44.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2418 | 2024-08-27T22:15:44.580Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2419 | 2024-08-27T22:15:44.714Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2420 | 2024-08-27T22:15:44.898Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2421 | 2024-08-27T22:15:45.061Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2422 | 2024-08-27T22:15:45.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2423 | 2024-08-27T22:15:45.603Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2424 | 2024-08-27T22:15:45.620Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2425 | 2024-08-27T22:15:45.824Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2426 | 2024-08-27T22:15:46.134Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2427 | 2024-08-27T22:15:46.252Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2428 | 2024-08-27T22:15:46.428Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2429 | 2024-08-27T22:15:46.774Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2430 | 2024-08-27T22:15:46.796Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2431 | 2024-08-27T22:15:47.092Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2432 | 2024-08-27T22:15:47.429Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2433 | 2024-08-27T22:15:47.670Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2434 | 2024-08-27T22:15:47.760Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2435 | 2024-08-27T22:15:47.877Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2436 | 2024-08-27T22:15:48.047Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2437 | 2024-08-27T22:15:48.402Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2438 | 2024-08-27T22:15:48.423Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2439 | 2024-08-27T22:15:48.540Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2440 | 2024-08-27T22:15:50.788Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2441 | 2024-08-27T22:15:52.584Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2442 | 2024-08-27T22:15:52.799Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2443 | 2024-08-27T22:15:53.276Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2444 | 2024-08-27T22:15:53.671Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2445 | 2024-08-27T22:15:54.480Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2446 | 2024-08-27T22:15:54.849Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2447 | 2024-08-27T22:15:55.164Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2448 | 2024-08-27T22:15:55.267Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2449 | 2024-08-27T22:15:55.688Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2450 | 2024-08-27T22:15:56.930Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2451 | 2024-08-27T22:15:57.406Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2452 | 2024-08-27T22:15:57.797Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2453 | 2024-08-27T22:16:00.173Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2454 | 2024-08-27T22:16:01.967Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2455 | 2024-08-27T22:16:03.259Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2456 | 2024-08-27T22:16:03.601Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2457 | 2024-08-27T22:16:03.864Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2458 | 2024-08-27T22:16:04.024Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2459 | 2024-08-27T22:16:04.488Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2460 | 2024-08-27T22:16:04.759Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2461 | 2024-08-27T22:16:05.547Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2462 | 2024-08-27T22:16:05.979Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2463 | 2024-08-27T22:16:06.013Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2464 | 2024-08-27T22:16:06.316Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2465 | 2024-08-27T22:16:06.716Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2466 | 2024-08-27T22:16:07.006Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2467 | 2024-08-27T22:16:07.383Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2468 | 2024-08-27T22:16:07.514Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2469 | 2024-08-27T22:16:07.604Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2470 | 2024-08-27T22:16:07.820Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2471 | 2024-08-27T22:16:08.007Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2472 | 2024-08-27T22:16:08.046Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2473 | 2024-08-27T22:16:08.068Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2474 | 2024-08-27T22:16:08.455Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2475 | 2024-08-27T22:16:08.479Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2476 | 2024-08-27T22:16:08.547Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2477 | 2024-08-27T22:16:08.731Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2478 | 2024-08-27T22:16:09.156Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2479 | 2024-08-27T22:16:09.259Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2480 | 2024-08-27T22:16:10.027Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2481 | 2024-08-27T22:16:10.110Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2482 | 2024-08-27T22:16:10.513Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2483 | 2024-08-27T22:16:10.977Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2484 | 2024-08-27T22:16:12.340Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2485 | 2024-08-27T22:16:12.703Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2486 | 2024-08-27T22:16:15.283Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2487 | 2024-08-27T22:16:16.154Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2488 | 2024-08-27T22:16:16.777Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2489 | 2024-08-27T22:16:17.963Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2490 | 2024-08-27T22:16:18.306Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2491 | 2024-08-27T22:16:19.012Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2492 | 2024-08-27T22:16:19.032Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2493 | 2024-08-27T22:16:19.769Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2494 | 2024-08-27T22:16:20.053Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2495 | 2024-08-27T22:16:21.775Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2496 | 2024-08-27T22:16:22.466Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2497 | 2024-08-27T22:16:22.826Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2498 | 2024-08-27T22:16:23.391Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2499 | 2024-08-27T22:16:35.757Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2500 | 2024-08-27T22:16:40.032Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2501 | 2024-08-27T22:16:41.155Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2502 | 2024-08-27T22:16:55.731Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2503 | 2024-08-27T22:17:12.647Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2504 | 2024-08-27T22:17:14.203Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2505 | 2024-08-27T22:17:17.393Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2506 | 2024-08-27T22:17:19.181Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2507 | 2024-08-27T22:17:22.442Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2508 | 2024-08-27T22:17:30.993Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2509 | 2024-08-27T22:17:35.810Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2510 | 2024-08-27T22:17:45.731Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2511 | 2024-08-27T22:17:47.234Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2512 | 2024-08-27T22:17:48.517Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2513 | 2024-08-27T22:17:55.236Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2514 | 2024-08-27T22:17:58.623Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2515 | 2024-08-27T22:18:00.059Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2516 | 2024-08-27T22:18:02.083Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2517 | 2024-08-27T22:18:02.114Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2518 | 2024-08-27T22:18:02.738Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2519 | 2024-08-27T22:18:10.971Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2520 | 2024-08-27T22:18:12.005Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2521 | 2024-08-27T22:18:25.093Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2522 | 2024-08-27T22:18:31.727Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2523 | 2024-08-27T22:18:44.221Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2524 | 2024-08-27T22:18:47.229Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2525 | 2024-08-27T22:18:55.777Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2526 | 2024-08-27T22:19:05.781Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2527 | 2024-08-27T22:19:07.626Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2528 | 2024-08-27T22:19:09.320Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2529 | 2024-08-27T22:19:10.343Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2530 | 2024-08-27T22:19:12.610Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2531 | 2024-08-27T22:19:13.028Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2532 | 2024-08-27T22:19:24.223Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2533 | 2024-08-27T22:19:27.179Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2534 | 2024-08-27T22:19:29.872Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2535 | 2024-08-27T22:19:34.868Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2536 | 2024-08-27T22:19:37.904Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2537 | 2024-08-27T22:19:38.332Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2538 | 2024-08-27T22:19:43.607Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2539 | 2024-08-27T22:19:49.144Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2540 | 2024-08-27T22:19:53.355Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2541 | 2024-08-27T22:20:02.152Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2542 | 2024-08-27T22:20:05.345Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2543 | 2024-08-27T22:20:07.215Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2544 | 2024-08-27T22:20:09.347Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2545 | 2024-08-27T22:20:12.892Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2546 | 2024-08-27T22:20:16.026Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2547 | 2024-08-27T22:20:18.841Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2548 | 2024-08-27T22:20:22.146Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2549 | 2024-08-27T22:20:23.798Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2550 | 2024-08-27T22:20:26.964Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2551 | 2024-08-27T22:20:28.861Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2552 | 2024-08-27T22:20:31.603Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2553 | 2024-08-27T22:20:35.489Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2554 | 2024-08-27T22:20:36.560Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2555 | 2024-08-27T22:20:37.620Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2556 | 2024-08-27T22:20:40.202Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2557 | 2024-08-27T22:20:40.614Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2558 | 2024-08-27T22:20:47.407Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2559 | 2024-08-27T22:20:47.563Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2560 | 2024-08-27T22:20:47.999Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2561 | 2024-08-27T22:20:48.976Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2562 | 2024-08-27T22:20:55.116Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2563 | 2024-08-27T22:20:55.135Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2564 | 2024-08-27T22:20:57.744Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2565 | 2024-08-27T22:21:01.489Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2566 | 2024-08-27T22:21:01.715Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2567 | 2024-08-27T22:21:02.048Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2568 | 2024-08-27T22:21:05.892Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2569 | 2024-08-27T22:21:10.003Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2570 | 2024-08-27T22:21:11.335Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2571 | 2024-08-27T22:21:14.009Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2572 | 2024-08-27T22:21:15.534Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2573 | 2024-08-27T22:21:16.405Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2574 | 2024-08-27T22:21:17.608Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2575 | 2024-08-27T22:21:20.495Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2576 | 2024-08-27T22:21:20.520Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2577 | 2024-08-27T22:21:23.797Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2578 | 2024-08-27T22:21:25.381Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2579 | 2024-08-27T22:21:27.524Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2580 | 2024-08-27T22:21:30.165Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2581 | 2024-08-27T22:21:32.981Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2582 | 2024-08-27T22:21:33.362Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2583 | 2024-08-27T22:21:36.863Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2584 | 2024-08-27T22:21:37.518Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2585 | 2024-08-27T22:21:40.036Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2586 | 2024-08-27T22:21:40.567Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2587 | 2024-08-27T22:21:42.924Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2588 | 2024-08-27T22:21:43.941Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2589 | 2024-08-27T22:21:45.072Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2590 | 2024-08-27T22:21:45.968Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2591 | 2024-08-27T22:21:47.328Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2592 | 2024-08-27T22:21:48.545Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2593 | 2024-08-27T22:21:50.331Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2594 | 2024-08-27T22:21:51.358Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2595 | 2024-08-27T22:21:51.937Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2596 | 2024-08-27T22:21:52.264Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2597 | 2024-08-27T22:21:57.291Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2598 | 2024-08-27T22:21:57.487Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2599 | 2024-08-27T22:21:57.836Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2600 | 2024-08-27T22:21:57.938Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2601 | 2024-08-27T22:22:26.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
| 2602 | 2024-08-27T22:22:26.636Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
| 2603 | 2024-08-27T22:22:26.684Z | |
| 2604 | 2024-08-27T22:22:26.687Z | real 6:48.905317572 |
| 2605 | 2024-08-27T22:22:26.687Z | user 20:57.257045616 |
| 2606 | 2024-08-27T22:22:26.687Z | sys 29:58.348036372 |
| 2607 | 2024-08-27T22:22:26.687Z | trap 0.333827037 |
| 2608 | 2024-08-27T22:22:26.687Z | tflt 0.248478398 |
| 2609 | 2024-08-27T22:22:26.687Z | dflt 0.148114699 |
| 2610 | 2024-08-27T22:22:26.687Z | kflt 0.000002119 |
| 2611 | 2024-08-27T22:22:26.687Z | lock 1:05:20.043116631 |
| 2612 | 2024-08-27T22:22:26.687Z | slp 1:55:39.098363392 |
| 2613 | 2024-08-27T22:22:26.687Z | lat 1:07.796632364 |
| 2614 | 2024-08-27T22:22:26.687Z | stop 59.486028556 |
| 2615 | 2024-08-27T22:22:26.687Z | process exited: duration 1044665 ms, exit code 0 |
| |
| 2616 | 2024-08-27T22:22:26.693Z | found 0 output files |