|
|
|
| 1 | 2024-09-25T03:18:33.197Z | job assigned to worker 01J8KJYJZMVE6QSCMSSK8HM2FV (queued for 4 m 5 s) |
| |
| 2 | 2024-09-25T03:18:41.095Z | starting task 0: "setup" |
| 3 | 2024-09-25T03:18:41.101Z | ++ uname -s |
| 4 | 2024-09-25T03:18:41.104Z | + kern=SunOS |
| 5 | 2024-09-25T03:18:41.104Z | + case "$kern" in |
| 6 | 2024-09-25T03:18:41.104Z | + groupadd -g 12345 build |
| 7 | 2024-09-25T03:18:41.107Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-25T03:18:43.119Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-25T03:18:43.274Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-25T03:18:43.282Z | + home_fs=zfs |
| 11 | 2024-09-25T03:18:43.282Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-25T03:18:43.282Z | + mkdir -p /home/build |
| 13 | 2024-09-25T03:18:43.288Z | + chown build:build /home/build /work |
| 14 | 2024-09-25T03:18:45.281Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-25T03:18:45.283Z | process exited: duration 4191 ms, exit code 0 |
| |
| 16 | 2024-09-25T03:18:45.292Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-25T03:18:45.296Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-25T03:18:45.296Z | ' 1.80.1 |
| 19 | 2024-09-25T03:18:45.296Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-09-25T03:18:45.296Z | * toolchain channel = "1.80.1" |
| 21 | 2024-09-25T03:18:45.296Z | * toolchain profile = "default" |
| 22 | 2024-09-25T03:18:45.296Z | ' default |
| 23 | 2024-09-25T03:18:45.300Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-25T03:18:45.300Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-25T03:18:45.412Z | info: downloading installer |
| 26 | 2024-09-25T03:18:46.551Z | info: profile set to 'default' |
| 27 | 2024-09-25T03:18:46.551Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-25T03:18:46.554Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-25T03:18:46.708Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-25T03:18:46.708Z | info: downloading component 'cargo' |
| 31 | 2024-09-25T03:18:47.453Z | info: downloading component 'clippy' |
| 32 | 2024-09-25T03:18:47.718Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-25T03:18:48.712Z | info: downloading component 'rust-std' |
| 34 | 2024-09-25T03:18:50.184Z | info: downloading component 'rustc' |
| 35 | 2024-09-25T03:18:54.007Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-25T03:18:54.226Z | info: installing component 'cargo' |
| 37 | 2024-09-25T03:18:55.065Z | info: installing component 'clippy' |
| 38 | 2024-09-25T03:18:55.423Z | info: installing component 'rust-docs' |
| 39 | 2024-09-25T03:18:57.059Z | info: installing component 'rust-std' |
| 40 | 2024-09-25T03:18:58.708Z | info: installing component 'rustc' |
| 41 | 2024-09-25T03:19:02.874Z | info: installing component 'rustfmt' |
| 42 | 2024-09-25T03:19:03.236Z | |
| 43 | 2024-09-25T03:19:03.236Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 44 | 2024-09-25T03:19:03.484Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-25T03:19:03.484Z | |
| 46 | 2024-09-25T03:19:03.486Z | |
| 47 | 2024-09-25T03:19:03.487Z | Rust is installed now. Great! |
| 48 | 2024-09-25T03:19:03.487Z | |
| 49 | 2024-09-25T03:19:03.487Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-25T03:19:03.487Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-25T03:19:03.487Z | |
| 52 | 2024-09-25T03:19:03.487Z | To configure your current shell, you need to source |
| 53 | 2024-09-25T03:19:03.487Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-25T03:19:03.487Z | |
| 55 | 2024-09-25T03:19:03.487Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-25T03:19:03.487Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-25T03:19:03.487Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-25T03:19:03.535Z | + rustc --version |
| 59 | 2024-09-25T03:19:03.597Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-25T03:19:03.600Z | process exited: duration 18309 ms, exit code 0 |
| |
| 61 | 2024-09-25T03:19:03.605Z | starting task 2: "authentication" |
| 62 | 2024-09-25T03:19:03.625Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-09-25T03:19:03.631Z | starting task 3: "clone repository" |
| 64 | 2024-09-25T03:19:03.636Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-25T03:19:03.640Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-25T03:19:03.921Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-25T03:19:10.428Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-25T03:19:10.428Z | + git fetch origin cf54f1ab55c77dd5a1832ddcf801f5ac1ec38ac5 |
| 69 | 2024-09-25T03:19:10.738Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-25T03:19:10.764Z | * branch cf54f1ab55c77dd5a1832ddcf801f5ac1ec38ac5 -> FETCH_HEAD |
| 71 | 2024-09-25T03:19:10.764Z | + [[ -n renovate/reqwest-0.x ]] |
| 72 | 2024-09-25T03:19:10.775Z | ++ git branch --show-current |
| 73 | 2024-09-25T03:19:10.775Z | + current=main |
| 74 | 2024-09-25T03:19:10.775Z | + [[ main != renovate/reqwest-0.x ]] |
| 75 | 2024-09-25T03:19:10.775Z | + git branch -f renovate/reqwest-0.x cf54f1ab55c77dd5a1832ddcf801f5ac1ec38ac5 |
| 76 | 2024-09-25T03:19:10.775Z | + git checkout -f renovate/reqwest-0.x |
| 77 | 2024-09-25T03:19:10.911Z | Switched to branch 'renovate/reqwest-0.x' |
| 78 | 2024-09-25T03:19:10.923Z | + git reset --hard cf54f1ab55c77dd5a1832ddcf801f5ac1ec38ac5 |
| 79 | 2024-09-25T03:19:10.928Z | HEAD is now at cf54f1ab5 Update Rust crate reqwest to 0.12 |
| 80 | 2024-09-25T03:19:10.928Z | process exited: duration 7291 ms, exit code 0 |
| |
| 81 | 2024-09-25T03:19:10.940Z | starting task 4: "build" |
| 82 | 2024-09-25T03:19:10.943Z | + cargo --version |
| 83 | 2024-09-25T03:19:10.995Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-25T03:19:10.999Z | + rustc --version |
| 85 | 2024-09-25T03:19:11.056Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-25T03:19:11.061Z | + source ./env.sh |
| 87 | 2024-09-25T03:19:11.061Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-09-25T03:19:11.061Z | ++ set -o xtrace |
| 89 | 2024-09-25T03:19:11.061Z | ++++ dirname ./env.sh |
| 90 | 2024-09-25T03:19:11.069Z | +++ readlink -f . |
| 91 | 2024-09-25T03:19:11.085Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-09-25T03:19:11.097Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-09-25T03:19:11.097Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-09-25T03:19:11.097Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-09-25T03:19:11.097Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-09-25T03:19:11.097Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-09-25T03:19:11.097Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-09-25T03:19:11.097Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-09-25T03:19:11.097Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-09-25T03:19:11.097Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-09-25T03:19:11.097Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-09-25T03:19:11.098Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 103 | 2024-09-25T03:19:11.098Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 104 | 2024-09-25T03:19:11.098Z | + banner prerequisites |
| 105 | 2024-09-25T03:19:11.121Z | |
| 106 | 2024-09-25T03:19:11.121Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 107 | 2024-09-25T03:19:11.121Z | # # # # # # # # # # # # # # # |
| 108 | 2024-09-25T03:19:11.121Z | # # # # ##### # # ##### # # # # # #### # |
| 109 | 2024-09-25T03:19:11.121Z | ##### ##### # ##### # # # # # # # # # |
| 110 | 2024-09-25T03:19:11.121Z | # # # # # # # # # # # # # # # |
| 111 | 2024-09-25T03:19:11.121Z | # # # ###### # # ###### ### # #### # #### # |
| 112 | 2024-09-25T03:19:11.121Z | |
| 113 | 2024-09-25T03:19:11.121Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 114 | 2024-09-25T03:19:20.278Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2024-09-25T03:19:23.212Z | Startup: Caching catalogs ... Done |
| 116 | 2024-09-25T03:19:26.384Z | Planning: Solver setup ... Done (2.547s) |
| 117 | 2024-09-25T03:19:26.432Z | Planning: Running solver ... Done (0.042s) |
| 118 | 2024-09-25T03:19:26.523Z | Planning: Finding local manifests ... Done (0.048s) |
| 119 | 2024-09-25T03:19:26.966Z | Planning: Fetching manifests: 0/5 0% complete |
| 120 | 2024-09-25T03:19:28.559Z | Planning: Fetching manifests: 5/5 100% complete |
| 121 | 2024-09-25T03:19:28.743Z | Planning: Package planning ... Done (0.184s) |
| 122 | 2024-09-25T03:19:28.798Z | Planning: Merging actions ... Done (0.055s) |
| 123 | 2024-09-25T03:19:29.422Z | Planning: Checking for conflicting actions ... Done (0.622s) |
| 124 | 2024-09-25T03:19:34.249Z | Planning: Consolidating action changes ... Done (4.826s) |
| 125 | 2024-09-25T03:19:34.629Z | Planning: Evaluating mediators ... Done (0.381s) |
| 126 | 2024-09-25T03:19:34.709Z | Planning: Planning completed in 11.42 seconds |
| 127 | 2024-09-25T03:19:34.853Z | Packages to install: 4 |
| 128 | 2024-09-25T03:19:34.853Z | Packages to update: 1 |
| 129 | 2024-09-25T03:19:34.855Z | Mediators to change: 2 |
| 130 | 2024-09-25T03:19:34.855Z | Services to change: 1 |
| 131 | 2024-09-25T03:19:34.855Z | Estimated space available: 155.71 GB |
| 132 | 2024-09-25T03:19:34.856Z | Estimated space to be consumed: 1.54 GB |
| 133 | 2024-09-25T03:19:34.856Z | Create boot environment: No |
| 134 | 2024-09-25T03:19:34.856Z | Create backup boot environment: Yes |
| 135 | 2024-09-25T03:19:34.856Z | Rebuild boot archive: No |
| 136 | 2024-09-25T03:19:34.856Z | |
| 137 | 2024-09-25T03:19:34.856Z | Changed mediators: |
| 138 | 2024-09-25T03:19:34.856Z | mediator clang: |
| 139 | 2024-09-25T03:19:34.856Z | version: None -> 15 (system default) |
| 140 | 2024-09-25T03:19:34.856Z | |
| 141 | 2024-09-25T03:19:34.856Z | mediator llvm: |
| 142 | 2024-09-25T03:19:34.856Z | version: 14 (system default) -> 15 (system default) |
| 143 | 2024-09-25T03:19:34.856Z | |
| 144 | 2024-09-25T03:19:34.856Z | Changed packages: |
| 145 | 2024-09-25T03:19:34.856Z | helios-dev |
| 146 | 2024-09-25T03:19:34.856Z | developer/build-essential |
| 147 | 2024-09-25T03:19:34.856Z | None -> 11-2.0 |
| 148 | 2024-09-25T03:19:34.856Z | library/libxmlsec1 |
| 149 | 2024-09-25T03:19:34.856Z | None -> 1.2.35-2.0 |
| 150 | 2024-09-25T03:19:34.856Z | ooce/developer/clang-15 |
| 151 | 2024-09-25T03:19:34.856Z | None -> 15.0.7-2.0 |
| 152 | 2024-09-25T03:19:34.856Z | ooce/developer/llvm-15 |
| 153 | 2024-09-25T03:19:34.856Z | None -> 15.0.7-2.0 |
| 154 | 2024-09-25T03:19:34.856Z | package/pkg |
| 155 | 2024-09-25T03:19:34.856Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 156 | 2024-09-25T03:19:34.856Z | |
| 157 | 2024-09-25T03:19:34.856Z | Services: |
| 158 | 2024-09-25T03:19:34.856Z | restart_fmri: |
| 159 | 2024-09-25T03:19:34.856Z | svc:/system/update-man-index:default |
| 160 | 2024-09-25T03:19:34.856Z | |
| 161 | 2024-09-25T03:19:34.856Z | Editable files to change: |
| 162 | 2024-09-25T03:19:34.856Z | Update: |
| 163 | 2024-09-25T03:19:34.856Z | usr/share/lib/pkg/web/config.shtml |
| 164 | 2024-09-25T03:19:35.123Z | |
| 165 | 2024-09-25T03:19:35.123Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 166 | 2024-09-25T03:19:40.149Z | Download: 679/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
| 167 | 2024-09-25T03:19:45.179Z | Download: 1192/4281 items 82.6/220.6MB 37% complete (8.4M/s) |
| 168 | 2024-09-25T03:19:50.201Z | Download: 1790/4281 items 118.3/220.6MB 53% complete (10.0M/s) |
| 169 | 2024-09-25T03:19:55.264Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (9.4M/s) |
| 170 | 2024-09-25T03:20:00.268Z | Download: 2575/4281 items 120.4/220.6MB 54% complete (242k/s) |
| 171 | 2024-09-25T03:20:25.494Z | Download: 3246/4281 items 203.0/220.6MB 92% complete |
| 172 | 2024-09-25T03:20:30.471Z | Download: Completed 220.60 MB in 55.34 seconds (4.0M/s) |
| 173 | 2024-09-25T03:20:32.422Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-09-25T03:20:32.440Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-09-25T03:20:37.472Z | Actions: 4121/5063 actions (Installing new actions) |
| 176 | 2024-09-25T03:20:37.696Z | Actions: 4226/5063 actions (Updating modified actions) |
| 177 | 2024-09-25T03:20:38.046Z | Actions: Completed 5063 actions in 5.62 seconds. |
| 178 | 2024-09-25T03:20:38.350Z | Done (0.297s) |
| 179 | 2024-09-25T03:20:38.352Z | Done (0.000s) |
| 180 | 2024-09-25T03:20:38.763Z | Done (0.411s) |
| 181 | 2024-09-25T03:20:44.052Z | Done (5.106s) |
| 182 | 2024-09-25T03:20:44.315Z | Done (0.193s) |
| 183 | 2024-09-25T03:20:44.318Z | Done (0.000s) |
| 184 | 2024-09-25T03:20:44.505Z | Done (0.000s) |
| 185 | 2024-09-25T03:20:45.105Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-09-25T03:20:45.267Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-09-25T03:20:45.270Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-09-25T03:20:45.533Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-09-25T03:20:45.535Z | Planning: Planning completed in 0.43 seconds |
| 190 | 2024-09-25T03:20:45.571Z | Mediators to change: 2 |
| 191 | 2024-09-25T03:20:45.571Z | Create boot environment: No |
| 192 | 2024-09-25T03:20:45.573Z | Create backup boot environment: No |
| 193 | 2024-09-25T03:20:45.654Z | Done |
| 194 | 2024-09-25T03:20:45.654Z | Done |
| 195 | 2024-09-25T03:20:45.906Z | Done |
| 196 | 2024-09-25T03:20:49.436Z | Done |
| 197 | 2024-09-25T03:20:49.524Z | Done |
| 198 | 2024-09-25T03:20:49.526Z | Done |
| 199 | 2024-09-25T03:20:49.645Z | Done |
| 200 | 2024-09-25T03:20:50.249Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2024-09-25T03:20:50.252Z | Planning: Merging actions ... Done |
| 202 | 2024-09-25T03:20:50.436Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2024-09-25T03:20:50.439Z | Planning: Consolidating action changes ... Done |
| 204 | 2024-09-25T03:20:50.697Z | Planning: Evaluating mediators ... Done |
| 205 | 2024-09-25T03:20:50.751Z | Planning: Planning completed in 0.74 seconds |
| 206 | 2024-09-25T03:20:50.791Z | Packages to change: 1 |
| 207 | 2024-09-25T03:20:50.791Z | Mediators to change: 1 |
| 208 | 2024-09-25T03:20:50.793Z | Services to change: 1 |
| 209 | 2024-09-25T03:20:50.794Z | Create boot environment: No |
| 210 | 2024-09-25T03:20:50.794Z | Create backup boot environment: Yes |
| 211 | 2024-09-25T03:20:52.681Z | Actions: 1/6 actions (Updating modified actions) |
| 212 | 2024-09-25T03:20:52.728Z | Actions: Completed 6 actions in 0.04 seconds. |
| 213 | 2024-09-25T03:20:52.734Z | Done |
| 214 | 2024-09-25T03:20:52.734Z | Done |
| 215 | 2024-09-25T03:20:52.816Z | Done |
| 216 | 2024-09-25T03:20:56.326Z | Done |
| 217 | 2024-09-25T03:20:56.415Z | Done |
| 218 | 2024-09-25T03:20:56.418Z | Done |
| 219 | 2024-09-25T03:20:56.522Z | Done |
| 220 | 2024-09-25T03:20:56.949Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 221 | 2024-09-25T03:20:56.949Z | clang system 15 system |
| 222 | 2024-09-25T03:20:56.949Z | csh system system illumos |
| 223 | 2024-09-25T03:20:56.949Z | ctags system system illumos |
| 224 | 2024-09-25T03:20:56.949Z | gcc vendor 12 vendor |
| 225 | 2024-09-25T03:20:56.949Z | gcc system 10 system |
| 226 | 2024-09-25T03:20:56.949Z | gcc system 7 system |
| 227 | 2024-09-25T03:20:56.949Z | go system 1.20 system |
| 228 | 2024-09-25T03:20:56.949Z | go system 1.19 system |
| 229 | 2024-09-25T03:20:56.949Z | llvm system 15 system |
| 230 | 2024-09-25T03:20:56.949Z | llvm system 14 system |
| 231 | 2024-09-25T03:20:56.949Z | mariadb system 10.6 system |
| 232 | 2024-09-25T03:20:56.949Z | mta vendor vendor dma |
| 233 | 2024-09-25T03:20:56.949Z | openjdk system 17 system |
| 234 | 2024-09-25T03:20:56.949Z | openjdk system 11 system |
| 235 | 2024-09-25T03:20:56.949Z | openjdk system 1.8 system |
| 236 | 2024-09-25T03:20:56.949Z | openssl vendor 3 vendor |
| 237 | 2024-09-25T03:20:56.950Z | perl system 5.36 system |
| 238 | 2024-09-25T03:20:56.950Z | postgresql system 15 system |
| 239 | 2024-09-25T03:20:56.950Z | postgresql system 13 system |
| 240 | 2024-09-25T03:20:56.950Z | python vendor 3 vendor |
| 241 | 2024-09-25T03:20:56.950Z | python system 2 system |
| 242 | 2024-09-25T03:20:56.950Z | python3 system 3.11 system |
| 243 | 2024-09-25T03:20:56.950Z | ruby system 3.0 system |
| 244 | 2024-09-25T03:20:56.950Z | words vendor vendor american-english |
| 245 | 2024-09-25T03:20:56.950Z | words system system australian-english |
| 246 | 2024-09-25T03:20:56.950Z | words system system british-english |
| 247 | 2024-09-25T03:20:56.950Z | words system system canadian-english |
| 248 | 2024-09-25T03:20:56.950Z | words system system french |
| 249 | 2024-09-25T03:20:56.950Z | words system system italian |
| 250 | 2024-09-25T03:20:56.950Z | words system system ngerman |
| 251 | 2024-09-25T03:20:56.950Z | words system system ogerman |
| 252 | 2024-09-25T03:20:56.950Z | words system system spanish |
| 253 | 2024-09-25T03:20:57.275Z | PUBLISHER TYPE STATUS P LOCATION |
| 254 | 2024-09-25T03:20:57.275Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 255 | 2024-09-25T03:20:59.177Z | FMRI IFO |
| 256 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 257 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 258 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 259 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 260 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 261 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 262 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 263 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 264 | 2024-09-25T03:20:59.177Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 265 | 2024-09-25T03:20:59.178Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 266 | 2024-09-25T03:20:59.178Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 267 | 2024-09-25T03:20:59.178Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 268 | 2024-09-25T03:20:59.178Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 269 | 2024-09-25T03:20:59.801Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 270 | 2024-09-25T03:21:00.043Z | Updating crates.io index |
| 271 | 2024-09-25T03:21:00.047Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 272 | 2024-09-25T03:21:00.804Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2024-09-25T03:21:01.472Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 274 | 2024-09-25T03:21:01.738Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 275 | 2024-09-25T03:21:03.194Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2024-09-25T03:21:03.468Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 277 | 2024-09-25T03:21:03.725Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 278 | 2024-09-25T03:21:04.700Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 279 | 2024-09-25T03:21:06.759Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 280 | 2024-09-25T03:21:07.773Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 281 | 2024-09-25T03:21:08.471Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 282 | 2024-09-25T03:21:08.705Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 283 | 2024-09-25T03:21:08.974Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2024-09-25T03:21:09.471Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 285 | 2024-09-25T03:21:09.710Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 286 | 2024-09-25T03:21:09.966Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 287 | 2024-09-25T03:21:10.290Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2024-09-25T03:21:10.749Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 289 | 2024-09-25T03:21:10.998Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2024-09-25T03:21:11.209Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 291 | 2024-09-25T03:21:11.428Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 292 | 2024-09-25T03:21:11.648Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 293 | 2024-09-25T03:21:11.873Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 294 | 2024-09-25T03:21:12.154Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 295 | 2024-09-25T03:21:12.442Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 296 | 2024-09-25T03:21:12.742Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 297 | 2024-09-25T03:21:13.145Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 298 | 2024-09-25T03:21:13.487Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2024-09-25T03:21:13.834Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 300 | 2024-09-25T03:21:14.239Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 301 | 2024-09-25T03:21:16.506Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-09-25T03:21:16.754Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-09-25T03:21:16.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-09-25T03:21:17.267Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 305 | 2024-09-25T03:21:18.463Z | Downloading crates ... |
| 306 | 2024-09-25T03:21:18.511Z | Downloaded anstyle-parse v0.2.4 |
| 307 | 2024-09-25T03:21:18.515Z | Downloaded dof v0.3.0 |
| 308 | 2024-09-25T03:21:18.518Z | Downloaded byteorder v1.5.0 |
| 309 | 2024-09-25T03:21:18.521Z | Downloaded equivalent v1.0.1 |
| 310 | 2024-09-25T03:21:18.523Z | Downloaded colorchoice v1.0.1 |
| 311 | 2024-09-25T03:21:18.527Z | Downloaded swrite v0.1.0 |
| 312 | 2024-09-25T03:21:18.531Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2024-09-25T03:21:18.534Z | Downloaded scroll_derive v0.12.0 |
| 314 | 2024-09-25T03:21:18.539Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2024-09-25T03:21:18.550Z | Downloaded heck v0.4.1 |
| 316 | 2024-09-25T03:21:18.556Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2024-09-25T03:21:18.562Z | Downloaded toml_datetime v0.6.8 |
| 318 | 2024-09-25T03:21:18.565Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2024-09-25T03:21:18.565Z | Downloaded smawk v0.3.2 |
| 320 | 2024-09-25T03:21:18.565Z | Downloaded cargo-platform v0.1.8 |
| 321 | 2024-09-25T03:21:18.568Z | Downloaded thread-id v4.2.1 |
| 322 | 2024-09-25T03:21:18.568Z | Downloaded thiserror v1.0.63 |
| 323 | 2024-09-25T03:21:18.572Z | Downloaded itoa v1.0.11 |
| 324 | 2024-09-25T03:21:18.575Z | Downloaded serde_tokenstream v0.2.2 |
| 325 | 2024-09-25T03:21:18.577Z | Downloaded fs-err v2.11.0 |
| 326 | 2024-09-25T03:21:18.577Z | Downloaded anstream v0.6.14 |
| 327 | 2024-09-25T03:21:18.581Z | Downloaded terminal_size v0.3.0 |
| 328 | 2024-09-25T03:21:18.583Z | Downloaded fastrand v2.1.0 |
| 329 | 2024-09-25T03:21:18.585Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2024-09-25T03:21:18.588Z | Downloaded once_cell v1.19.0 |
| 331 | 2024-09-25T03:21:18.590Z | Downloaded anyhow v1.0.89 |
| 332 | 2024-09-25T03:21:18.593Z | Downloaded quote v1.0.36 |
| 333 | 2024-09-25T03:21:18.597Z | Downloaded cargo_toml v0.20.4 |
| 334 | 2024-09-25T03:21:18.599Z | Downloaded bitflags v2.6.0 |
| 335 | 2024-09-25T03:21:18.611Z | Downloaded typenum v1.17.0 |
| 336 | 2024-09-25T03:21:18.622Z | Downloaded unicode-ident v1.0.12 |
| 337 | 2024-09-25T03:21:18.625Z | Downloaded dtrace-parser v0.2.0 |
| 338 | 2024-09-25T03:21:18.625Z | Downloaded crypto-common v0.1.6 |
| 339 | 2024-09-25T03:21:18.628Z | Downloaded is_terminal_polyfill v1.70.0 |
| 340 | 2024-09-25T03:21:18.628Z | Downloaded ryu v1.0.18 |
| 341 | 2024-09-25T03:21:18.630Z | Downloaded log v0.4.21 |
| 342 | 2024-09-25T03:21:18.633Z | Downloaded fnv v1.0.7 |
| 343 | 2024-09-25T03:21:18.635Z | Downloaded block-buffer v0.10.4 |
| 344 | 2024-09-25T03:21:18.635Z | Downloaded autocfg v1.3.0 |
| 345 | 2024-09-25T03:21:18.638Z | Downloaded anstyle-query v1.0.3 |
| 346 | 2024-09-25T03:21:18.653Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2024-09-25T03:21:18.658Z | Downloaded errno v0.3.9 |
| 348 | 2024-09-25T03:21:18.660Z | Downloaded cpufeatures v0.2.12 |
| 349 | 2024-09-25T03:21:18.660Z | Downloaded clap_lex v0.7.0 |
| 350 | 2024-09-25T03:21:18.663Z | Downloaded heck v0.5.0 |
| 351 | 2024-09-25T03:21:18.665Z | Downloaded anstyle v1.0.8 |
| 352 | 2024-09-25T03:21:18.669Z | Downloaded generic-array v0.14.7 |
| 353 | 2024-09-25T03:21:18.671Z | Downloaded digest v0.10.7 |
| 354 | 2024-09-25T03:21:18.671Z | Downloaded cfg-if v1.0.0 |
| 355 | 2024-09-25T03:21:18.671Z | Downloaded bytecount v0.6.8 |
| 356 | 2024-09-25T03:21:18.674Z | Downloaded memmap v0.7.0 |
| 357 | 2024-09-25T03:21:18.678Z | Downloaded camino-tempfile v1.1.1 |
| 358 | 2024-09-25T03:21:18.682Z | Downloaded serde v1.0.208 |
| 359 | 2024-09-25T03:21:18.686Z | Downloaded indexmap v2.4.0 |
| 360 | 2024-09-25T03:21:18.690Z | Downloaded plain v0.2.3 |
| 361 | 2024-09-25T03:21:18.692Z | Downloaded macaddr v1.0.1 |
| 362 | 2024-09-25T03:21:18.692Z | Downloaded thiserror-impl v1.0.63 |
| 363 | 2024-09-25T03:21:18.695Z | Downloaded strsim v0.11.1 |
| 364 | 2024-09-25T03:21:18.698Z | Downloaded version_check v0.9.5 |
| 365 | 2024-09-25T03:21:18.705Z | Downloaded utf8parse v0.2.1 |
| 366 | 2024-09-25T03:21:18.708Z | Downloaded serde_spanned v0.6.7 |
| 367 | 2024-09-25T03:21:18.708Z | Downloaded unicode-linebreak v0.1.5 |
| 368 | 2024-09-25T03:21:18.708Z | Downloaded usdt v0.5.0 |
| 369 | 2024-09-25T03:21:18.712Z | Downloaded cargo_metadata v0.18.1 |
| 370 | 2024-09-25T03:21:18.717Z | Downloaded sha2 v0.10.8 |
| 371 | 2024-09-25T03:21:18.723Z | Downloaded semver v1.0.23 |
| 372 | 2024-09-25T03:21:18.728Z | Downloaded pest_generator v2.7.10 |
| 373 | 2024-09-25T03:21:18.731Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2024-09-25T03:21:18.738Z | Downloaded zerocopy-derive v0.7.34 |
| 375 | 2024-09-25T03:21:18.744Z | Downloaded scroll v0.12.0 |
| 376 | 2024-09-25T03:21:18.746Z | Downloaded tempfile v3.10.1 |
| 377 | 2024-09-25T03:21:18.750Z | Downloaded clap_derive v4.5.18 |
| 378 | 2024-09-25T03:21:18.752Z | Downloaded camino v1.1.9 |
| 379 | 2024-09-25T03:21:18.755Z | Downloaded memchr v2.7.2 |
| 380 | 2024-09-25T03:21:18.758Z | Downloaded pest_meta v2.7.10 |
| 381 | 2024-09-25T03:21:18.760Z | Downloaded serde_derive v1.0.208 |
| 382 | 2024-09-25T03:21:18.763Z | Downloaded pest_derive v2.7.10 |
| 383 | 2024-09-25T03:21:18.765Z | Downloaded ucd-trie v0.1.6 |
| 384 | 2024-09-25T03:21:18.768Z | Downloaded proc-macro2 v1.0.86 |
| 385 | 2024-09-25T03:21:18.770Z | Downloaded clap v4.5.18 |
| 386 | 2024-09-25T03:21:18.777Z | Downloaded textwrap v0.16.1 |
| 387 | 2024-09-25T03:21:18.781Z | Downloaded pest v2.7.10 |
| 388 | 2024-09-25T03:21:18.785Z | Downloaded papergrid v0.11.0 |
| 389 | 2024-09-25T03:21:18.789Z | Downloaded toml v0.8.19 |
| 390 | 2024-09-25T03:21:18.809Z | Downloaded serde_json v1.0.125 |
| 391 | 2024-09-25T03:21:18.823Z | Downloaded clap_builder v4.5.18 |
| 392 | 2024-09-25T03:21:18.830Z | Downloaded winnow v0.6.18 |
| 393 | 2024-09-25T03:21:18.838Z | Downloaded toml_edit v0.22.20 |
| 394 | 2024-09-25T03:21:18.860Z | Downloaded hashbrown v0.14.5 |
| 395 | 2024-09-25T03:21:18.864Z | Downloaded goblin v0.8.2 |
| 396 | 2024-09-25T03:21:18.870Z | Downloaded zerocopy v0.7.34 |
| 397 | 2024-09-25T03:21:18.889Z | Downloaded syn v2.0.74 |
| 398 | 2024-09-25T03:21:18.901Z | Downloaded tabled v0.15.0 |
| 399 | 2024-09-25T03:21:18.916Z | Downloaded syn v1.0.109 |
| 400 | 2024-09-25T03:21:18.931Z | Downloaded unicode-width v0.1.13 |
| 401 | 2024-09-25T03:21:18.941Z | Downloaded rustix v0.38.34 |
| 402 | 2024-09-25T03:21:18.972Z | Downloaded libc v0.2.158 |
| 403 | 2024-09-25T03:21:19.284Z | Compiling proc-macro2 v1.0.86 |
| 404 | 2024-09-25T03:21:19.284Z | Compiling unicode-ident v1.0.12 |
| 405 | 2024-09-25T03:21:19.286Z | Compiling serde v1.0.208 |
| 406 | 2024-09-25T03:21:19.286Z | Compiling version_check v0.9.5 |
| 407 | 2024-09-25T03:21:19.286Z | Compiling thiserror v1.0.63 |
| 408 | 2024-09-25T03:21:19.287Z | Compiling memchr v2.7.2 |
| 409 | 2024-09-25T03:21:19.318Z | Compiling libc v0.2.158 |
| 410 | 2024-09-25T03:21:19.320Z | Compiling ucd-trie v0.1.6 |
| 411 | 2024-09-25T03:21:19.537Z | Compiling ryu v1.0.18 |
| 412 | 2024-09-25T03:21:19.872Z | Compiling itoa v1.0.11 |
| 413 | 2024-09-25T03:21:20.052Z | Compiling once_cell v1.19.0 |
| 414 | 2024-09-25T03:21:20.071Z | Compiling byteorder v1.5.0 |
| 415 | 2024-09-25T03:21:20.361Z | Compiling serde_json v1.0.125 |
| 416 | 2024-09-25T03:21:20.681Z | Compiling rustix v0.38.34 |
| 417 | 2024-09-25T03:21:20.810Z | Compiling bitflags v2.6.0 |
| 418 | 2024-09-25T03:21:20.876Z | Compiling usdt-impl v0.5.0 |
| 419 | 2024-09-25T03:21:20.921Z | Compiling proc-macro-error-attr v1.0.4 |
| 420 | 2024-09-25T03:21:21.210Z | Compiling syn v1.0.109 |
| 421 | 2024-09-25T03:21:21.263Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2024-09-25T03:21:21.332Z | Compiling plain v0.2.3 |
| 423 | 2024-09-25T03:21:21.364Z | Compiling camino v1.1.9 |
| 424 | 2024-09-25T03:21:21.530Z | Compiling log v0.4.21 |
| 425 | 2024-09-25T03:21:21.555Z | Compiling hashbrown v0.14.5 |
| 426 | 2024-09-25T03:21:21.645Z | Compiling utf8parse v0.2.1 |
| 427 | 2024-09-25T03:21:21.809Z | Compiling quote v1.0.36 |
| 428 | 2024-09-25T03:21:21.928Z | Compiling thread-id v4.2.1 |
| 429 | 2024-09-25T03:21:21.952Z | Compiling equivalent v1.0.1 |
| 430 | 2024-09-25T03:21:21.980Z | Compiling anstyle-parse v0.2.4 |
| 431 | 2024-09-25T03:21:22.190Z | Compiling syn v2.0.74 |
| 432 | 2024-09-25T03:21:22.216Z | Compiling errno v0.3.9 |
| 433 | 2024-09-25T03:21:22.465Z | Compiling unicode-width v0.1.13 |
| 434 | 2024-09-25T03:21:22.502Z | Compiling pretty-hex v0.4.1 |
| 435 | 2024-09-25T03:21:22.528Z | Compiling anstyle v1.0.8 |
| 436 | 2024-09-25T03:21:22.711Z | Compiling winnow v0.6.18 |
| 437 | 2024-09-25T03:21:22.722Z | Compiling is_terminal_polyfill v1.70.0 |
| 438 | 2024-09-25T03:21:22.905Z | Compiling indexmap v2.4.0 |
| 439 | 2024-09-25T03:21:22.928Z | Compiling autocfg v1.3.0 |
| 440 | 2024-09-25T03:21:22.999Z | Compiling semver v1.0.23 |
| 441 | 2024-09-25T03:21:23.562Z | Compiling anstyle-query v1.0.3 |
| 442 | 2024-09-25T03:21:23.718Z | Compiling colorchoice v1.0.1 |
| 443 | 2024-09-25T03:21:23.856Z | Compiling anstream v0.6.14 |
| 444 | 2024-09-25T03:21:23.908Z | Compiling fs-err v2.11.0 |
| 445 | 2024-09-25T03:21:24.203Z | Compiling cfg-if v1.0.0 |
| 446 | 2024-09-25T03:21:24.229Z | Compiling heck v0.4.1 |
| 447 | 2024-09-25T03:21:24.275Z | Compiling anyhow v1.0.89 |
| 448 | 2024-09-25T03:21:24.306Z | Compiling bytecount v0.6.8 |
| 449 | 2024-09-25T03:21:24.525Z | Compiling terminal_size v0.3.0 |
| 450 | 2024-09-25T03:21:24.589Z | Compiling heck v0.5.0 |
| 451 | 2024-09-25T03:21:24.712Z | Compiling strsim v0.11.1 |
| 452 | 2024-09-25T03:21:24.746Z | Compiling clap_lex v0.7.0 |
| 453 | 2024-09-25T03:21:24.922Z | Compiling fastrand v2.1.0 |
| 454 | 2024-09-25T03:21:25.271Z | Compiling fnv v1.0.7 |
| 455 | 2024-09-25T03:21:25.298Z | Compiling tempfile v3.10.1 |
| 456 | 2024-09-25T03:21:25.409Z | Compiling papergrid v0.11.0 |
| 457 | 2024-09-25T03:21:25.470Z | Compiling clap_builder v4.5.18 |
| 458 | 2024-09-25T03:21:25.830Z | Compiling memmap v0.7.0 |
| 459 | 2024-09-25T03:21:25.946Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-09-25T03:21:26.162Z | Compiling smawk v0.3.2 |
| 461 | 2024-09-25T03:21:26.581Z | Compiling textwrap v0.16.1 |
| 462 | 2024-09-25T03:21:26.606Z | Compiling swrite v0.1.0 |
| 463 | 2024-09-25T03:21:27.841Z | Compiling tabled_derive v0.7.0 |
| 464 | 2024-09-25T03:21:29.404Z | Compiling tabled v0.15.0 |
| 465 | 2024-09-25T03:21:30.837Z | Compiling serde_derive v1.0.208 |
| 466 | 2024-09-25T03:21:30.837Z | Compiling thiserror-impl v1.0.63 |
| 467 | 2024-09-25T03:21:30.840Z | Compiling zerocopy-derive v0.7.34 |
| 468 | 2024-09-25T03:21:30.840Z | Compiling scroll_derive v0.12.0 |
| 469 | 2024-09-25T03:21:30.945Z | Compiling clap_derive v4.5.18 |
| 470 | 2024-09-25T03:21:32.143Z | Compiling scroll v0.12.0 |
| 471 | 2024-09-25T03:21:32.603Z | Compiling goblin v0.8.2 |
| 472 | 2024-09-25T03:21:32.628Z | Compiling zerocopy v0.7.34 |
| 473 | 2024-09-25T03:21:33.393Z | Compiling pest v2.7.10 |
| 474 | 2024-09-25T03:21:34.687Z | Compiling clap v4.5.18 |
| 475 | 2024-09-25T03:21:35.615Z | Compiling pest_meta v2.7.10 |
| 476 | 2024-09-25T03:21:36.434Z | Compiling pest_generator v2.7.10 |
| 477 | 2024-09-25T03:21:38.277Z | Compiling pest_derive v2.7.10 |
| 478 | 2024-09-25T03:21:39.051Z | Compiling dtrace-parser v0.2.0 |
| 479 | 2024-09-25T03:21:40.918Z | Compiling serde_spanned v0.6.7 |
| 480 | 2024-09-25T03:21:40.921Z | Compiling toml_datetime v0.6.8 |
| 481 | 2024-09-25T03:21:40.921Z | Compiling cargo-platform v0.1.8 |
| 482 | 2024-09-25T03:21:41.309Z | Compiling serde_tokenstream v0.2.2 |
| 483 | 2024-09-25T03:21:41.342Z | Compiling toml_edit v0.22.20 |
| 484 | 2024-09-25T03:21:41.425Z | Compiling macaddr v1.0.1 |
| 485 | 2024-09-25T03:21:41.562Z | Compiling camino-tempfile v1.1.1 |
| 486 | 2024-09-25T03:21:43.289Z | Compiling dof v0.3.0 |
| 487 | 2024-09-25T03:21:43.289Z | Compiling cargo_metadata v0.18.1 |
| 488 | 2024-09-25T03:21:44.130Z | Compiling toml v0.8.19 |
| 489 | 2024-09-25T03:21:44.320Z | Compiling usdt-macro v0.5.0 |
| 490 | 2024-09-25T03:21:44.320Z | Compiling usdt-attr-macro v0.5.0 |
| 491 | 2024-09-25T03:21:44.960Z | Compiling cargo_toml v0.20.4 |
| 492 | 2024-09-25T03:21:45.669Z | Compiling usdt v0.5.0 |
| 493 | 2024-09-25T03:21:48.640Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 494 | 2024-09-25T03:21:52.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.17s |
| 495 | 2024-09-25T03:21:53.013Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 496 | 2024-09-25T03:21:53.623Z | Downloading crates ... |
| 497 | 2024-09-25T03:21:53.748Z | Downloaded adler2 v2.0.0 |
| 498 | 2024-09-25T03:21:53.757Z | Downloaded async-bb8-diesel v0.2.1 |
| 499 | 2024-09-25T03:21:53.768Z | Downloaded atty v0.2.14 |
| 500 | 2024-09-25T03:21:53.770Z | Downloaded async-stream-impl v0.3.5 |
| 501 | 2024-09-25T03:21:53.771Z | Downloaded cfg_aliases v0.1.1 |
| 502 | 2024-09-25T03:21:53.778Z | Downloaded bitstruct v0.1.1 |
| 503 | 2024-09-25T03:21:53.780Z | Downloaded ciborium-io v0.2.2 |
| 504 | 2024-09-25T03:21:53.794Z | Downloaded iana-time-zone v0.1.60 |
| 505 | 2024-09-25T03:21:53.797Z | Downloaded hyper-tls v0.5.0 |
| 506 | 2024-09-25T03:21:53.799Z | Downloaded http-body-util v0.1.2 |
| 507 | 2024-09-25T03:21:53.801Z | Downloaded match_cfg v0.1.0 |
| 508 | 2024-09-25T03:21:53.804Z | Downloaded is_ci v1.2.0 |
| 509 | 2024-09-25T03:21:53.804Z | Downloaded crc-catalog v2.4.0 |
| 510 | 2024-09-25T03:21:53.807Z | Downloaded block-padding v0.3.3 |
| 511 | 2024-09-25T03:21:53.807Z | Downloaded instant v0.1.12 |
| 512 | 2024-09-25T03:21:53.811Z | Downloaded cipher v0.4.4 |
| 513 | 2024-09-25T03:21:53.811Z | Downloaded castaway v0.2.3 |
| 514 | 2024-09-25T03:21:53.815Z | Downloaded atomic-waker v1.1.2 |
| 515 | 2024-09-25T03:21:53.815Z | Downloaded new_debug_unreachable v1.0.6 |
| 516 | 2024-09-25T03:21:53.816Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 517 | 2024-09-25T03:21:53.820Z | Downloaded home v0.5.9 |
| 518 | 2024-09-25T03:21:53.820Z | Downloaded chacha20 v0.9.1 |
| 519 | 2024-09-25T03:21:53.825Z | Downloaded hubpack v0.1.2 |
| 520 | 2024-09-25T03:21:53.825Z | Downloaded humantime v2.1.0 |
| 521 | 2024-09-25T03:21:53.825Z | Downloaded bitfield-struct v0.6.1 |
| 522 | 2024-09-25T03:21:53.825Z | Downloaded bit-vec v0.6.3 |
| 523 | 2024-09-25T03:21:53.831Z | Downloaded ascii-canvas v3.0.0 |
| 524 | 2024-09-25T03:21:53.831Z | Downloaded ctr v0.9.2 |
| 525 | 2024-09-25T03:21:53.834Z | Downloaded mockall v0.13.0 |
| 526 | 2024-09-25T03:21:53.834Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 527 | 2024-09-25T03:21:53.834Z | Downloaded cobs v0.2.3 |
| 528 | 2024-09-25T03:21:53.834Z | Downloaded array-init v0.0.4 |
| 529 | 2024-09-25T03:21:53.838Z | Downloaded mime v0.3.17 |
| 530 | 2024-09-25T03:21:53.838Z | Downloaded md-5 v0.10.6 |
| 531 | 2024-09-25T03:21:53.841Z | Downloaded constant_time_eq v0.3.0 |
| 532 | 2024-09-25T03:21:53.841Z | Downloaded arrayvec v0.7.4 |
| 533 | 2024-09-25T03:21:53.843Z | Downloaded linked-hash-map v0.5.6 |
| 534 | 2024-09-25T03:21:53.846Z | Downloaded maybe-uninit v2.0.0 |
| 535 | 2024-09-25T03:21:53.846Z | Downloaded nanorand v0.7.0 |
| 536 | 2024-09-25T03:21:53.850Z | Downloaded hyper-rustls v0.27.3 |
| 537 | 2024-09-25T03:21:53.853Z | Downloaded lru v0.12.3 |
| 538 | 2024-09-25T03:21:53.853Z | Downloaded newtype-uuid v1.1.0 |
| 539 | 2024-09-25T03:21:53.855Z | Downloaded inout v0.1.3 |
| 540 | 2024-09-25T03:21:53.857Z | Downloaded httparse v1.8.0 |
| 541 | 2024-09-25T03:21:53.861Z | Downloaded bzip2 v0.4.4 |
| 542 | 2024-09-25T03:21:53.863Z | Downloaded cancel-safe-futures v0.1.5 |
| 543 | 2024-09-25T03:21:53.865Z | Downloaded memmap2 v0.9.4 |
| 544 | 2024-09-25T03:21:53.868Z | Downloaded nibble_vec v0.1.0 |
| 545 | 2024-09-25T03:21:53.868Z | Downloaded multer v3.1.0 |
| 546 | 2024-09-25T03:21:53.871Z | Downloaded ident_case v1.0.1 |
| 547 | 2024-09-25T03:21:53.874Z | Downloaded http-range v0.1.5 |
| 548 | 2024-09-25T03:21:53.874Z | Downloaded hostname v0.4.0 |
| 549 | 2024-09-25T03:21:53.877Z | Downloaded blake2 v0.10.6 |
| 550 | 2024-09-25T03:21:53.879Z | Downloaded managed v0.8.0 |
| 551 | 2024-09-25T03:21:53.881Z | Downloaded hubpack_derive v0.1.1 |
| 552 | 2024-09-25T03:21:53.881Z | Downloaded miniz_oxide v0.8.0 |
| 553 | 2024-09-25T03:21:53.884Z | Downloaded http-body v1.0.0 |
| 554 | 2024-09-25T03:21:53.884Z | Downloaded hostname v0.3.1 |
| 555 | 2024-09-25T03:21:53.886Z | Downloaded bitstruct_derive v0.1.0 |
| 556 | 2024-09-25T03:21:53.889Z | Downloaded atomicwrites v0.4.4 |
| 557 | 2024-09-25T03:21:53.889Z | Downloaded crucible-workspace-hack v0.1.0 |
| 558 | 2024-09-25T03:21:53.889Z | Downloaded async-stream v0.3.5 |
| 559 | 2024-09-25T03:21:53.891Z | Downloaded ipnet v2.9.0 |
| 560 | 2024-09-25T03:21:53.894Z | Downloaded crunchy v0.2.2 |
| 561 | 2024-09-25T03:21:53.896Z | Downloaded hyper-staticfile v0.9.5 |
| 562 | 2024-09-25T03:21:53.896Z | Downloaded cstr-argument v0.1.2 |
| 563 | 2024-09-25T03:21:53.898Z | Downloaded is-terminal v0.4.12 |
| 564 | 2024-09-25T03:21:53.898Z | Downloaded cfg_aliases v0.2.1 |
| 565 | 2024-09-25T03:21:53.903Z | Downloaded hex-literal v0.4.1 |
| 566 | 2024-09-25T03:21:53.903Z | Downloaded normalize-line-endings v0.3.0 |
| 567 | 2024-09-25T03:21:53.905Z | Downloaded arrayref v0.3.7 |
| 568 | 2024-09-25T03:21:53.905Z | Downloaded base64ct v1.6.0 |
| 569 | 2024-09-25T03:21:53.908Z | Downloaded take_mut v0.2.2 |
| 570 | 2024-09-25T03:21:53.908Z | Downloaded console v0.15.8 |
| 571 | 2024-09-25T03:21:53.911Z | Downloaded arc-swap v1.7.1 |
| 572 | 2024-09-25T03:21:53.914Z | Downloaded nodrop v0.1.14 |
| 573 | 2024-09-25T03:21:53.916Z | Downloaded newtype_derive v0.1.6 |
| 574 | 2024-09-25T03:21:53.920Z | Downloaded httpdate v1.0.3 |
| 575 | 2024-09-25T03:21:53.920Z | Downloaded rustls-pemfile v1.0.4 |
| 576 | 2024-09-25T03:21:53.922Z | Downloaded matches v0.1.10 |
| 577 | 2024-09-25T03:21:53.922Z | Downloaded serde-hex v0.1.0 |
| 578 | 2024-09-25T03:21:53.924Z | Downloaded http-body v0.4.6 |
| 579 | 2024-09-25T03:21:53.927Z | Downloaded cookie v0.18.1 |
| 580 | 2024-09-25T03:21:53.930Z | Downloaded indicatif v0.17.8 |
| 581 | 2024-09-25T03:21:53.933Z | Downloaded crossbeam-epoch v0.9.18 |
| 582 | 2024-09-25T03:21:53.936Z | Downloaded strum v0.26.3 |
| 583 | 2024-09-25T03:21:53.939Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 584 | 2024-09-25T03:21:53.939Z | Downloaded slog-envlogger v2.2.0 |
| 585 | 2024-09-25T03:21:53.942Z | Downloaded libefi-sys v0.1.0 |
| 586 | 2024-09-25T03:21:53.945Z | Downloaded base64 v0.13.1 |
| 587 | 2024-09-25T03:21:53.947Z | Downloaded want v0.3.1 |
| 588 | 2024-09-25T03:21:53.947Z | Downloaded md5 v0.7.0 |
| 589 | 2024-09-25T03:21:53.948Z | Downloaded rustc-hash v2.0.0 |
| 590 | 2024-09-25T03:21:53.951Z | Downloaded internet-checksum v0.2.1 |
| 591 | 2024-09-25T03:21:53.953Z | Downloaded subtle v2.5.0 |
| 592 | 2024-09-25T03:21:53.953Z | Downloaded linear-map v1.2.0 |
| 593 | 2024-09-25T03:21:53.953Z | Downloaded cexpr v0.6.0 |
| 594 | 2024-09-25T03:21:53.956Z | Downloaded maplit v1.0.2 |
| 595 | 2024-09-25T03:21:53.958Z | Downloaded crossbeam-deque v0.8.5 |
| 596 | 2024-09-25T03:21:53.962Z | Downloaded convert_case v0.4.0 |
| 597 | 2024-09-25T03:21:53.962Z | Downloaded dhcproto-macros v0.1.0 |
| 598 | 2024-09-25T03:21:53.962Z | Downloaded defmt-parser v0.3.4 |
| 599 | 2024-09-25T03:21:53.966Z | Downloaded foreign-types-shared v0.3.1 |
| 600 | 2024-09-25T03:21:53.966Z | Downloaded foreign-types-shared v0.1.1 |
| 601 | 2024-09-25T03:21:53.966Z | Downloaded ciborium-ll v0.2.2 |
| 602 | 2024-09-25T03:21:53.971Z | Downloaded colored v2.1.0 |
| 603 | 2024-09-25T03:21:53.971Z | Downloaded base16ct v0.2.0 |
| 604 | 2024-09-25T03:21:53.974Z | Downloaded lazy_static v1.5.0 |
| 605 | 2024-09-25T03:21:53.974Z | Downloaded multimap v0.10.0 |
| 606 | 2024-09-25T03:21:53.974Z | Downloaded cbc v0.1.2 |
| 607 | 2024-09-25T03:21:53.977Z | Downloaded memoffset v0.9.1 |
| 608 | 2024-09-25T03:21:53.977Z | Downloaded hyper-rustls v0.24.2 |
| 609 | 2024-09-25T03:21:53.979Z | Downloaded argon2 v0.5.3 |
| 610 | 2024-09-25T03:21:53.982Z | Downloaded lru-cache v0.1.2 |
| 611 | 2024-09-25T03:21:53.985Z | Downloaded instability v0.3.2 |
| 612 | 2024-09-25T03:21:53.985Z | Downloaded async-recursion v1.1.1 |
| 613 | 2024-09-25T03:21:53.987Z | Downloaded cassowary v0.3.0 |
| 614 | 2024-09-25T03:21:53.989Z | Downloaded adler v1.0.2 |
| 615 | 2024-09-25T03:21:53.992Z | Downloaded backoff v0.4.0 |
| 616 | 2024-09-25T03:21:53.995Z | Downloaded async-trait v0.1.82 |
| 617 | 2024-09-25T03:21:53.998Z | Downloaded blowfish v0.9.1 |
| 618 | 2024-09-25T03:21:53.998Z | Downloaded serde-big-array v0.5.1 |
| 619 | 2024-09-25T03:21:54.001Z | Downloaded hmac v0.12.1 |
| 620 | 2024-09-25T03:21:54.003Z | Downloaded semver v0.1.20 |
| 621 | 2024-09-25T03:21:54.003Z | Downloaded secrecy v0.8.0 |
| 622 | 2024-09-25T03:21:54.008Z | Downloaded zeroize_derive v1.4.2 |
| 623 | 2024-09-25T03:21:54.008Z | Downloaded slog-bunyan v2.5.0 |
| 624 | 2024-09-25T03:21:54.011Z | Downloaded scrypt v0.11.0 |
| 625 | 2024-09-25T03:21:54.011Z | Downloaded strip-ansi-escapes v0.2.0 |
| 626 | 2024-09-25T03:21:54.011Z | Downloaded libloading v0.8.3 |
| 627 | 2024-09-25T03:21:54.013Z | Downloaded slog-dtrace v0.3.0 |
| 628 | 2024-09-25T03:21:54.017Z | Downloaded num-conv v0.1.0 |
| 629 | 2024-09-25T03:21:54.017Z | Downloaded parse-size v1.0.0 |
| 630 | 2024-09-25T03:21:54.017Z | Downloaded jobserver v0.1.32 |
| 631 | 2024-09-25T03:21:54.022Z | Downloaded sec1 v0.7.3 |
| 632 | 2024-09-25T03:21:54.022Z | Downloaded predicates-core v1.0.6 |
| 633 | 2024-09-25T03:21:54.024Z | Downloaded unicase v2.7.0 |
| 634 | 2024-09-25T03:21:54.024Z | Downloaded unarray v0.1.4 |
| 635 | 2024-09-25T03:21:54.024Z | Downloaded const_format_proc_macros v0.2.33 |
| 636 | 2024-09-25T03:21:54.027Z | Downloaded ciborium v0.2.2 |
| 637 | 2024-09-25T03:21:54.029Z | Downloaded thread_local v1.1.8 |
| 638 | 2024-09-25T03:21:54.031Z | Downloaded ghash v0.5.1 |
| 639 | 2024-09-25T03:21:54.034Z | Downloaded crc32fast v1.4.0 |
| 640 | 2024-09-25T03:21:54.038Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 641 | 2024-09-25T03:21:54.038Z | Downloaded csv-core v0.1.11 |
| 642 | 2024-09-25T03:21:54.038Z | Downloaded fallible-iterator v0.2.0 |
| 643 | 2024-09-25T03:21:54.040Z | Downloaded env_filter v0.1.2 |
| 644 | 2024-09-25T03:21:54.040Z | Downloaded native-tls v0.2.11 |
| 645 | 2024-09-25T03:21:54.043Z | Downloaded form_urlencoded v1.2.1 |
| 646 | 2024-09-25T03:21:54.045Z | Downloaded fragile v2.0.0 |
| 647 | 2024-09-25T03:21:54.045Z | Downloaded defmt v0.3.8 |
| 648 | 2024-09-25T03:21:54.049Z | Downloaded mio v0.8.11 |
| 649 | 2024-09-25T03:21:54.054Z | Downloaded value-bag v1.9.0 |
| 650 | 2024-09-25T03:21:54.057Z | Downloaded rustls-pemfile v2.1.3 |
| 651 | 2024-09-25T03:21:54.060Z | Downloaded termtree v0.4.1 |
| 652 | 2024-09-25T03:21:54.063Z | Downloaded darling_core v0.20.9 |
| 653 | 2024-09-25T03:21:54.066Z | Downloaded ahash v0.8.11 |
| 654 | 2024-09-25T03:21:54.069Z | Downloaded either v1.13.0 |
| 655 | 2024-09-25T03:21:54.071Z | Downloaded zeroize v1.8.1 |
| 656 | 2024-09-25T03:21:54.074Z | Downloaded tokio-rustls v0.26.0 |
| 657 | 2024-09-25T03:21:54.076Z | Downloaded indexmap v1.9.3 |
| 658 | 2024-09-25T03:21:54.087Z | Downloaded sct v0.7.1 |
| 659 | 2024-09-25T03:21:54.091Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 660 | 2024-09-25T03:21:54.093Z | Downloaded olpc-cjson v0.1.3 |
| 661 | 2024-09-25T03:21:54.093Z | Downloaded hyper-util v0.1.7 |
| 662 | 2024-09-25T03:21:54.098Z | Downloaded zone_cfg_derive v0.3.0 |
| 663 | 2024-09-25T03:21:54.101Z | Downloaded zone_cfg_derive v0.1.2 |
| 664 | 2024-09-25T03:21:54.101Z | Downloaded rand_chacha v0.3.1 |
| 665 | 2024-09-25T03:21:54.101Z | Downloaded predicates-tree v1.0.9 |
| 666 | 2024-09-25T03:21:54.103Z | Downloaded darling v0.20.9 |
| 667 | 2024-09-25T03:21:54.107Z | Downloaded crc-any v2.5.0 |
| 668 | 2024-09-25T03:21:54.109Z | Downloaded clang-sys v1.7.0 |
| 669 | 2024-09-25T03:21:54.112Z | Downloaded crossbeam-utils v0.8.19 |
| 670 | 2024-09-25T03:21:54.115Z | Downloaded hyper v1.4.1 |
| 671 | 2024-09-25T03:21:54.122Z | Downloaded termcolor v1.4.1 |
| 672 | 2024-09-25T03:21:54.124Z | Downloaded termios v0.3.3 |
| 673 | 2024-09-25T03:21:54.127Z | Downloaded utf-8 v0.7.6 |
| 674 | 2024-09-25T03:21:54.127Z | Downloaded polyval v0.6.2 |
| 675 | 2024-09-25T03:21:54.129Z | Downloaded precomputed-hash v0.1.1 |
| 676 | 2024-09-25T03:21:54.131Z | Downloaded pem-rfc7468 v0.7.0 |
| 677 | 2024-09-25T03:21:54.133Z | Downloaded password-hash v0.4.2 |
| 678 | 2024-09-25T03:21:54.133Z | Downloaded backtrace v0.3.71 |
| 679 | 2024-09-25T03:21:54.139Z | Downloaded hickory-client v0.24.1 |
| 680 | 2024-09-25T03:21:54.142Z | Downloaded quick-error v1.2.3 |
| 681 | 2024-09-25T03:21:54.144Z | Downloaded pin-project-lite v0.2.14 |
| 682 | 2024-09-25T03:21:54.148Z | Downloaded rustfmt-wrapper v0.2.1 |
| 683 | 2024-09-25T03:21:54.150Z | Downloaded futures-core v0.3.30 |
| 684 | 2024-09-25T03:21:54.153Z | Downloaded strum_macros v0.24.3 |
| 685 | 2024-09-25T03:21:54.155Z | Downloaded getrandom v0.2.14 |
| 686 | 2024-09-25T03:21:54.159Z | Downloaded tokio-native-tls v0.3.1 |
| 687 | 2024-09-25T03:21:54.161Z | Downloaded time-core v0.1.2 |
| 688 | 2024-09-25T03:21:54.161Z | Downloaded zone v0.3.0 |
| 689 | 2024-09-25T03:21:54.161Z | Downloaded socket2 v0.5.7 |
| 690 | 2024-09-25T03:21:54.165Z | Downloaded erased-serde v0.3.31 |
| 691 | 2024-09-25T03:21:54.167Z | Downloaded num-derive v0.4.2 |
| 692 | 2024-09-25T03:21:54.167Z | Downloaded ed25519 v2.2.3 |
| 693 | 2024-09-25T03:21:54.170Z | Downloaded spki v0.7.3 |
| 694 | 2024-09-25T03:21:54.173Z | Downloaded serde_with_macros v3.9.0 |
| 695 | 2024-09-25T03:21:54.177Z | Downloaded pin-project-internal v1.1.5 |
| 696 | 2024-09-25T03:21:54.179Z | Downloaded num-complex v0.4.6 |
| 697 | 2024-09-25T03:21:54.179Z | Downloaded spin v0.5.2 |
| 698 | 2024-09-25T03:21:54.179Z | Downloaded tracing-attributes v0.1.27 |
| 699 | 2024-09-25T03:21:54.183Z | Downloaded term v0.7.0 |
| 700 | 2024-09-25T03:21:54.185Z | Downloaded paste v1.0.15 |
| 701 | 2024-09-25T03:21:54.188Z | Downloaded const-oid v0.9.6 |
| 702 | 2024-09-25T03:21:54.190Z | Downloaded fxhash v0.2.1 |
| 703 | 2024-09-25T03:21:54.193Z | Downloaded heck v0.3.3 |
| 704 | 2024-09-25T03:21:54.193Z | Downloaded group v0.13.0 |
| 705 | 2024-09-25T03:21:54.195Z | Downloaded rtoolbox v0.0.2 |
| 706 | 2024-09-25T03:21:54.198Z | Downloaded rand_seeder v0.3.0 |
| 707 | 2024-09-25T03:21:54.198Z | Downloaded phf_shared v0.11.2 |
| 708 | 2024-09-25T03:21:54.202Z | Downloaded phf_shared v0.10.0 |
| 709 | 2024-09-25T03:21:54.202Z | Downloaded chacha20poly1305 v0.10.1 |
| 710 | 2024-09-25T03:21:54.204Z | Downloaded parse-display-derive v0.10.0 |
| 711 | 2024-09-25T03:21:54.204Z | Downloaded oso-derive v0.27.3 |
| 712 | 2024-09-25T03:21:54.204Z | Downloaded headers-core v0.2.0 |
| 713 | 2024-09-25T03:21:54.206Z | Downloaded shlex v1.3.0 |
| 714 | 2024-09-25T03:21:54.206Z | Downloaded diesel_derives v2.2.2 |
| 715 | 2024-09-25T03:21:54.210Z | Downloaded ron v0.7.1 |
| 716 | 2024-09-25T03:21:54.215Z | Downloaded shell-words v1.1.0 |
| 717 | 2024-09-25T03:21:54.218Z | Downloaded spin v0.9.8 |
| 718 | 2024-09-25T03:21:54.221Z | Downloaded http v1.1.0 |
| 719 | 2024-09-25T03:21:54.229Z | Downloaded slog-stdlog v4.1.1 |
| 720 | 2024-09-25T03:21:54.229Z | Downloaded nom v7.1.3 |
| 721 | 2024-09-25T03:21:54.231Z | Downloaded itertools v0.12.1 |
| 722 | 2024-09-25T03:21:54.239Z | Downloaded des v0.8.1 |
| 723 | 2024-09-25T03:21:54.242Z | Downloaded rpassword v7.3.1 |
| 724 | 2024-09-25T03:21:54.242Z | Downloaded peg-runtime v0.8.3 |
| 725 | 2024-09-25T03:21:54.248Z | Downloaded ref-cast v1.0.23 |
| 726 | 2024-09-25T03:21:54.251Z | Downloaded headers v0.3.9 |
| 727 | 2024-09-25T03:21:54.251Z | Downloaded strum_macros v0.25.3 |
| 728 | 2024-09-25T03:21:54.258Z | Downloaded dyn-clone v1.0.17 |
| 729 | 2024-09-25T03:21:54.261Z | Downloaded float-ord v0.3.2 |
| 730 | 2024-09-25T03:21:54.261Z | Downloaded base64 v0.21.7 |
| 731 | 2024-09-25T03:21:54.261Z | Downloaded vte_generate_state_changes v0.1.1 |
| 732 | 2024-09-25T03:21:54.265Z | Downloaded float-cmp v0.9.0 |
| 733 | 2024-09-25T03:21:54.265Z | Downloaded embedded-io v0.4.0 |
| 734 | 2024-09-25T03:21:54.265Z | Downloaded tinyvec_macros v0.1.1 |
| 735 | 2024-09-25T03:21:54.269Z | Downloaded dirs-sys-next v0.1.2 |
| 736 | 2024-09-25T03:21:54.269Z | Downloaded crossterm v0.27.0 |
| 737 | 2024-09-25T03:21:54.273Z | Downloaded owo-colors v4.0.0 |
| 738 | 2024-09-25T03:21:54.276Z | Downloaded hash32 v0.3.1 |
| 739 | 2024-09-25T03:21:54.279Z | Downloaded env_logger v0.10.2 |
| 740 | 2024-09-25T03:21:54.288Z | Downloaded sha1 v0.10.6 |
| 741 | 2024-09-25T03:21:54.291Z | Downloaded difflib v0.4.0 |
| 742 | 2024-09-25T03:21:54.291Z | Downloaded globset v0.4.14 |
| 743 | 2024-09-25T03:21:54.291Z | Downloaded dsl_auto_type v0.1.2 |
| 744 | 2024-09-25T03:21:54.291Z | Downloaded similar v2.6.0 |
| 745 | 2024-09-25T03:21:54.293Z | Downloaded deranged v0.3.11 |
| 746 | 2024-09-25T03:21:54.293Z | Downloaded tokio-tungstenite v0.23.1 |
| 747 | 2024-09-25T03:21:54.296Z | Downloaded socket2 v0.4.10 |
| 748 | 2024-09-25T03:21:54.298Z | Downloaded toml v0.7.8 |
| 749 | 2024-09-25T03:21:54.301Z | Downloaded serde_yaml v0.9.34+deprecated |
| 750 | 2024-09-25T03:21:54.305Z | Downloaded tokio-tungstenite v0.21.0 |
| 751 | 2024-09-25T03:21:54.308Z | Downloaded openssl-probe v0.1.5 |
| 752 | 2024-09-25T03:21:54.308Z | Downloaded openssl-macros v0.1.1 |
| 753 | 2024-09-25T03:21:54.311Z | Downloaded omicron-zone-package v0.11.0 |
| 754 | 2024-09-25T03:21:54.314Z | Downloaded uuid v1.10.0 |
| 755 | 2024-09-25T03:21:54.316Z | Downloaded ecdsa v0.16.9 |
| 756 | 2024-09-25T03:21:54.319Z | Downloaded primeorder v0.13.6 |
| 757 | 2024-09-25T03:21:54.321Z | Downloaded percent-encoding v2.3.1 |
| 758 | 2024-09-25T03:21:54.321Z | Downloaded structmeta-derive v0.2.0 |
| 759 | 2024-09-25T03:21:54.323Z | Downloaded structmeta v0.3.0 |
| 760 | 2024-09-25T03:21:54.323Z | Downloaded snafu-derive v0.8.2 |
| 761 | 2024-09-25T03:21:54.326Z | Downloaded openssl-sys v0.9.103 |
| 762 | 2024-09-25T03:21:54.329Z | Downloaded compact_str v0.8.0 |
| 763 | 2024-09-25T03:21:54.333Z | Downloaded tls_codec v0.4.1 |
| 764 | 2024-09-25T03:21:54.336Z | Downloaded psl-types v2.0.11 |
| 765 | 2024-09-25T03:21:54.338Z | Downloaded tower-service v0.3.2 |
| 766 | 2024-09-25T03:21:54.338Z | Downloaded mio v1.0.2 |
| 767 | 2024-09-25T03:21:54.344Z | Downloaded hkdf v0.12.4 |
| 768 | 2024-09-25T03:21:54.347Z | Downloaded elliptic-curve v0.13.8 |
| 769 | 2024-09-25T03:21:54.350Z | Downloaded pem v3.0.4 |
| 770 | 2024-09-25T03:21:54.353Z | Downloaded num v0.4.3 |
| 771 | 2024-09-25T03:21:54.355Z | Downloaded serde_plain v1.0.2 |
| 772 | 2024-09-25T03:21:54.355Z | Downloaded unicode-xid v0.2.4 |
| 773 | 2024-09-25T03:21:54.358Z | Downloaded unicode-truncate v1.0.0 |
| 774 | 2024-09-25T03:21:54.358Z | Downloaded twox-hash v1.6.3 |
| 775 | 2024-09-25T03:21:54.363Z | Downloaded portpicker v0.1.1 |
| 776 | 2024-09-25T03:21:54.365Z | Downloaded crypto-bigint v0.5.5 |
| 777 | 2024-09-25T03:21:54.367Z | Downloaded xattr v1.3.1 |
| 778 | 2024-09-25T03:21:54.370Z | Downloaded zerocopy v0.6.6 |
| 779 | 2024-09-25T03:21:54.372Z | Downloaded same-file v1.0.6 |
| 780 | 2024-09-25T03:21:54.375Z | Downloaded salsa20 v0.10.2 |
| 781 | 2024-09-25T03:21:54.377Z | Downloaded enum-as-inner v0.6.0 |
| 782 | 2024-09-25T03:21:54.377Z | Downloaded structmeta v0.2.0 |
| 783 | 2024-09-25T03:21:54.379Z | Downloaded itertools v0.10.5 |
| 784 | 2024-09-25T03:21:54.385Z | Downloaded postcard v1.0.8 |
| 785 | 2024-09-25T03:21:54.388Z | Downloaded toolchain_find v0.4.0 |
| 786 | 2024-09-25T03:21:54.390Z | Downloaded zone v0.1.8 |
| 787 | 2024-09-25T03:21:54.390Z | Downloaded structmeta-derive v0.3.0 |
| 788 | 2024-09-25T03:21:54.393Z | Downloaded stringprep v0.1.4 |
| 789 | 2024-09-25T03:21:54.398Z | Downloaded pretty-hex v0.2.1 |
| 790 | 2024-09-25T03:21:54.398Z | Downloaded pin-utils v0.1.0 |
| 791 | 2024-09-25T03:21:54.398Z | Downloaded aes v0.8.4 |
| 792 | 2024-09-25T03:21:54.401Z | Downloaded url v2.5.2 |
| 793 | 2024-09-25T03:21:54.404Z | Downloaded radium v0.7.0 |
| 794 | 2024-09-25T03:21:54.406Z | Downloaded derive-where v1.2.7 |
| 795 | 2024-09-25T03:21:54.408Z | Downloaded path-slash v0.1.5 |
| 796 | 2024-09-25T03:21:54.410Z | Downloaded filetime v0.2.25 |
| 797 | 2024-09-25T03:21:54.413Z | Downloaded tungstenite v0.23.0 |
| 798 | 2024-09-25T03:21:54.415Z | Downloaded sync_wrapper v1.0.1 |
| 799 | 2024-09-25T03:21:54.422Z | Downloaded darling_macro v0.20.9 |
| 800 | 2024-09-25T03:21:54.422Z | Downloaded string_cache v0.8.7 |
| 801 | 2024-09-25T03:21:54.427Z | Downloaded smallvec v0.6.14 |
| 802 | 2024-09-25T03:21:54.427Z | Downloaded ed25519-dalek v2.1.1 |
| 803 | 2024-09-25T03:21:54.427Z | Downloaded rsa v0.9.6 |
| 804 | 2024-09-25T03:21:54.430Z | Downloaded postgres-types v0.2.7 |
| 805 | 2024-09-25T03:21:54.432Z | Downloaded pbkdf2 v0.11.0 |
| 806 | 2024-09-25T03:21:54.435Z | Downloaded wait-timeout v0.2.0 |
| 807 | 2024-09-25T03:21:54.440Z | Downloaded rusty-fork v0.3.0 |
| 808 | 2024-09-25T03:21:54.440Z | Downloaded rand_xorshift v0.3.0 |
| 809 | 2024-09-25T03:21:54.444Z | Downloaded tiny-keccak v2.0.2 |
| 810 | 2024-09-25T03:21:54.444Z | Downloaded expectorate v1.1.0 |
| 811 | 2024-09-25T03:21:54.447Z | Downloaded tinyvec v1.6.0 |
| 812 | 2024-09-25T03:21:54.447Z | Downloaded opaque-debug v0.3.1 |
| 813 | 2024-09-25T03:21:54.449Z | Downloaded rustc_version v0.1.7 |
| 814 | 2024-09-25T03:21:54.449Z | Downloaded parse-display v0.10.0 |
| 815 | 2024-09-25T03:21:54.451Z | Downloaded tower-layer v0.3.2 |
| 816 | 2024-09-25T03:21:54.451Z | Downloaded libxml v0.3.3 |
| 817 | 2024-09-25T03:21:54.457Z | Downloaded slog v2.7.0 |
| 818 | 2024-09-25T03:21:54.460Z | Downloaded fd-lock v4.0.2 |
| 819 | 2024-09-25T03:21:54.463Z | Downloaded ena v0.14.3 |
| 820 | 2024-09-25T03:21:54.465Z | Downloaded scopeguard v1.2.0 |
| 821 | 2024-09-25T03:21:54.468Z | Downloaded sqlformat v0.2.4 |
| 822 | 2024-09-25T03:21:54.471Z | Downloaded serde_arrays v0.1.0 |
| 823 | 2024-09-25T03:21:54.471Z | Downloaded foreign-types v0.5.0 |
| 824 | 2024-09-25T03:21:54.471Z | Downloaded packed_struct_codegen v0.10.1 |
| 825 | 2024-09-25T03:21:54.473Z | Downloaded pkcs1 v0.7.5 |
| 826 | 2024-09-25T03:21:54.475Z | Downloaded nu-ansi-term v0.50.0 |
| 827 | 2024-09-25T03:21:54.477Z | Downloaded env_logger v0.9.3 |
| 828 | 2024-09-25T03:21:54.480Z | Downloaded foreign-types v0.3.2 |
| 829 | 2024-09-25T03:21:54.483Z | Downloaded schemars v0.8.21 |
| 830 | 2024-09-25T03:21:54.492Z | Downloaded dirs-next v2.0.0 |
| 831 | 2024-09-25T03:21:54.495Z | Downloaded downcast v0.11.0 |
| 832 | 2024-09-25T03:21:54.495Z | Downloaded russh-cryptovec v0.7.2 |
| 833 | 2024-09-25T03:21:54.499Z | Downloaded data-encoding v2.6.0 |
| 834 | 2024-09-25T03:21:54.499Z | Downloaded supports-color v3.0.1 |
| 835 | 2024-09-25T03:21:54.503Z | Downloaded packed_struct v0.10.1 |
| 836 | 2024-09-25T03:21:54.504Z | Downloaded rand_core v0.6.4 |
| 837 | 2024-09-25T03:21:54.506Z | Downloaded ssh-encoding v0.2.0 |
| 838 | 2024-09-25T03:21:54.506Z | Downloaded itertools v0.13.0 |
| 839 | 2024-09-25T03:21:54.511Z | Downloaded ssh-cipher v0.2.0 |
| 840 | 2024-09-25T03:21:54.513Z | Downloaded waitgroup v0.1.2 |
| 841 | 2024-09-25T03:21:54.514Z | Downloaded untrusted v0.9.0 |
| 842 | 2024-09-25T03:21:54.517Z | Downloaded foreign-types-macros v0.2.3 |
| 843 | 2024-09-25T03:21:54.517Z | Downloaded stable_deref_trait v1.2.0 |
| 844 | 2024-09-25T03:21:54.517Z | Downloaded glob v0.3.1 |
| 845 | 2024-09-25T03:21:54.519Z | Downloaded futures-io v0.3.30 |
| 846 | 2024-09-25T03:21:54.520Z | Downloaded samael v0.0.17 |
| 847 | 2024-09-25T03:21:54.525Z | Downloaded signal-hook-registry v1.4.2 |
| 848 | 2024-09-25T03:21:54.528Z | Downloaded walkdir v2.5.0 |
| 849 | 2024-09-25T03:21:54.530Z | Downloaded fatfs v0.3.6 |
| 850 | 2024-09-25T03:21:54.533Z | Downloaded signal-hook-mio v0.2.4 |
| 851 | 2024-09-25T03:21:54.535Z | Downloaded schemars_derive v0.8.21 |
| 852 | 2024-09-25T03:21:54.535Z | Downloaded ff v0.13.0 |
| 853 | 2024-09-25T03:21:54.539Z | Downloaded untrusted v0.7.1 |
| 854 | 2024-09-25T03:21:54.539Z | Downloaded pkg-config v0.3.30 |
| 855 | 2024-09-25T03:21:54.543Z | Downloaded serde_derive_internals v0.29.1 |
| 856 | 2024-09-25T03:21:54.543Z | Downloaded num_threads v0.1.7 |
| 857 | 2024-09-25T03:21:54.545Z | Downloaded derive_builder_macro v0.20.0 |
| 858 | 2024-09-25T03:21:54.545Z | Downloaded serde_path_to_error v0.1.16 |
| 859 | 2024-09-25T03:21:54.545Z | Downloaded smallvec v1.13.2 |
| 860 | 2024-09-25T03:21:54.548Z | Downloaded russh v0.45.0 |
| 861 | 2024-09-25T03:21:54.555Z | Downloaded dropshot_endpoint v0.10.1 |
| 862 | 2024-09-25T03:21:54.558Z | Downloaded quinn-udp v0.5.5 |
| 863 | 2024-09-25T03:21:54.558Z | Downloaded prettyplease v0.2.20 |
| 864 | 2024-09-25T03:21:54.560Z | Downloaded hex v0.4.3 |
| 865 | 2024-09-25T03:21:54.564Z | Downloaded signature v2.2.0 |
| 866 | 2024-09-25T03:21:54.565Z | Downloaded try-lock v0.2.5 |
| 867 | 2024-09-25T03:21:54.565Z | Downloaded signal-hook-tokio v0.3.1 |
| 868 | 2024-09-25T03:21:54.569Z | Downloaded ron v0.8.1 |
| 869 | 2024-09-25T03:21:54.575Z | Downloaded peg v0.8.4 |
| 870 | 2024-09-25T03:21:54.577Z | Downloaded sigpipe v0.1.3 |
| 871 | 2024-09-25T03:21:54.578Z | Downloaded tui-tree-widget v0.22.0 |
| 872 | 2024-09-25T03:21:54.578Z | Downloaded tap v1.0.1 |
| 873 | 2024-09-25T03:21:54.578Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2024-09-25T03:21:54.581Z | Downloaded derive_builder v0.20.0 |
| 875 | 2024-09-25T03:21:54.584Z | Downloaded flagset v0.4.5 |
| 876 | 2024-09-25T03:21:54.588Z | Downloaded r2d2 v0.8.10 |
| 877 | 2024-09-25T03:21:54.591Z | Downloaded predicates v3.1.2 |
| 878 | 2024-09-25T03:21:54.591Z | Downloaded num-iter v0.1.45 |
| 879 | 2024-09-25T03:21:54.591Z | Downloaded endian-type v0.1.2 |
| 880 | 2024-09-25T03:21:54.595Z | Downloaded number_prefix v0.4.0 |
| 881 | 2024-09-25T03:21:54.595Z | Downloaded display-error-chain v0.2.1 |
| 882 | 2024-09-25T03:21:54.595Z | Downloaded der_derive v0.7.2 |
| 883 | 2024-09-25T03:21:54.598Z | Downloaded zip v0.6.6 |
| 884 | 2024-09-25T03:21:54.601Z | Downloaded hashbrown v0.13.2 |
| 885 | 2024-09-25T03:21:54.605Z | Downloaded tabwriter v1.4.0 |
| 886 | 2024-09-25T03:21:54.608Z | Downloaded poly1305 v0.8.0 |
| 887 | 2024-09-25T03:21:54.608Z | Downloaded postgres-protocol v0.6.7 |
| 888 | 2024-09-25T03:21:54.612Z | Downloaded tls_codec_derive v0.4.1 |
| 889 | 2024-09-25T03:21:54.615Z | Downloaded pbkdf2 v0.12.2 |
| 890 | 2024-09-25T03:21:54.615Z | Downloaded num_enum v0.5.11 |
| 891 | 2024-09-25T03:21:54.620Z | Downloaded num_enum_derive v0.5.11 |
| 892 | 2024-09-25T03:21:54.624Z | Downloaded fixedbitset v0.4.2 |
| 893 | 2024-09-25T03:21:54.624Z | Downloaded resolv-conf v0.7.0 |
| 894 | 2024-09-25T03:21:54.625Z | Downloaded ppv-lite86 v0.2.17 |
| 895 | 2024-09-25T03:21:54.625Z | Downloaded pin-project v1.1.5 |
| 896 | 2024-09-25T03:21:54.634Z | Downloaded lalrpop v0.19.12 |
| 897 | 2024-09-25T03:21:54.646Z | Downloaded wyz v0.5.1 |
| 898 | 2024-09-25T03:21:54.654Z | Downloaded rustc_version v0.4.0 |
| 899 | 2024-09-25T03:21:54.654Z | Downloaded topological-sort v0.2.2 |
| 900 | 2024-09-25T03:21:54.657Z | Downloaded universal-hash v0.5.1 |
| 901 | 2024-09-25T03:21:54.657Z | Downloaded hashbrown v0.12.3 |
| 902 | 2024-09-25T03:21:54.657Z | Downloaded scheduled-thread-pool v0.2.7 |
| 903 | 2024-09-25T03:21:54.657Z | Downloaded peg-macros v0.8.4 |
| 904 | 2024-09-25T03:21:54.659Z | Downloaded num-bigint-dig v0.8.4 |
| 905 | 2024-09-25T03:21:54.662Z | Downloaded smf v0.2.3 |
| 906 | 2024-09-25T03:21:54.668Z | Downloaded which v4.4.2 |
| 907 | 2024-09-25T03:21:54.668Z | Downloaded siphasher v0.3.11 |
| 908 | 2024-09-25T03:21:54.672Z | Downloaded toml_edit v0.19.15 |
| 909 | 2024-09-25T03:21:54.682Z | Downloaded derive_more v0.99.18 |
| 910 | 2024-09-25T03:21:54.687Z | Downloaded rustversion v1.0.17 |
| 911 | 2024-09-25T03:21:54.690Z | Downloaded time-macros v0.2.18 |
| 912 | 2024-09-25T03:21:54.693Z | Downloaded slog-scope v4.4.0 |
| 913 | 2024-09-25T03:21:54.693Z | Downloaded hickory-server v0.24.1 |
| 914 | 2024-09-25T03:21:54.698Z | Downloaded gethostname v0.5.0 |
| 915 | 2024-09-25T03:21:54.701Z | Downloaded blake3 v1.5.1 |
| 916 | 2024-09-25T03:21:54.707Z | Downloaded unicode_categories v0.1.1 |
| 917 | 2024-09-25T03:21:54.710Z | Downloaded debug-ignore v1.0.5 |
| 918 | 2024-09-25T03:21:54.714Z | Downloaded test-strategy v0.3.1 |
| 919 | 2024-09-25T03:21:54.717Z | Downloaded tar v0.4.41 |
| 920 | 2024-09-25T03:21:54.719Z | Downloaded unicode-segmentation v1.11.0 |
| 921 | 2024-09-25T03:21:54.723Z | Downloaded getopts v0.2.21 |
| 922 | 2024-09-25T03:21:54.723Z | Downloaded flate2 v1.0.33 |
| 923 | 2024-09-25T03:21:54.727Z | Downloaded x509-cert v0.2.5 |
| 924 | 2024-09-25T03:21:54.732Z | Downloaded whoami v1.5.1 |
| 925 | 2024-09-25T03:21:54.735Z | Downloaded unsafe-libyaml v0.2.11 |
| 926 | 2024-09-25T03:21:54.738Z | Downloaded futures v0.3.30 |
| 927 | 2024-09-25T03:21:54.743Z | Downloaded russh-keys v0.45.0 |
| 928 | 2024-09-25T03:21:54.745Z | Downloaded num-traits v0.2.19 |
| 929 | 2024-09-25T03:21:54.749Z | Downloaded heapless v0.8.0 |
| 930 | 2024-09-25T03:21:54.752Z | Downloaded heapless v0.7.17 |
| 931 | 2024-09-25T03:21:54.755Z | Downloaded rayon v1.10.0 |
| 932 | 2024-09-25T03:21:54.765Z | Downloaded steno v0.4.1 |
| 933 | 2024-09-25T03:21:54.770Z | Downloaded time v0.3.36 |
| 934 | 2024-09-25T03:21:54.776Z | Downloaded slab v0.4.9 |
| 935 | 2024-09-25T03:21:54.778Z | Downloaded idna v0.2.3 |
| 936 | 2024-09-25T03:21:54.784Z | Downloaded bindgen v0.69.4 |
| 937 | 2024-09-25T03:21:54.791Z | Downloaded pkcs5 v0.7.1 |
| 938 | 2024-09-25T03:21:54.795Z | Downloaded derive_builder_core v0.20.0 |
| 939 | 2024-09-25T03:21:54.797Z | Downloaded publicsuffix v2.2.3 |
| 940 | 2024-09-25T03:21:54.800Z | Downloaded subprocess v0.2.9 |
| 941 | 2024-09-25T03:21:54.802Z | Downloaded rcgen v0.12.1 |
| 942 | 2024-09-25T03:21:54.805Z | Downloaded ssh-key v0.6.6 |
| 943 | 2024-09-25T03:21:54.812Z | Downloaded bitvec v1.0.1 |
| 944 | 2024-09-25T03:21:54.827Z | Downloaded rustls-webpki v0.101.7 |
| 945 | 2024-09-25T03:21:54.841Z | Downloaded num-bigint v0.4.5 |
| 946 | 2024-09-25T03:21:54.845Z | Downloaded h2 v0.3.26 |
| 947 | 2024-09-25T03:21:54.851Z | Downloaded idna v0.3.0 |
| 948 | 2024-09-25T03:21:54.858Z | Downloaded snafu v0.8.2 |
| 949 | 2024-09-25T03:21:54.864Z | Downloaded reqwest v0.11.27 |
| 950 | 2024-09-25T03:21:54.872Z | Downloaded p384 v0.13.0 |
| 951 | 2024-09-25T03:21:54.880Z | Downloaded tokio-util v0.7.11 |
| 952 | 2024-09-25T03:21:54.886Z | Downloaded proptest v1.5.0 |
| 953 | 2024-09-25T03:21:54.894Z | Downloaded salty v0.3.0 |
| 954 | 2024-09-25T03:21:54.902Z | Downloaded nix v0.29.0 |
| 955 | 2024-09-25T03:21:54.915Z | Downloaded tower v0.4.13 |
| 956 | 2024-09-25T03:21:54.924Z | Downloaded nix v0.28.0 |
| 957 | 2024-09-25T03:21:54.934Z | Downloaded rusqlite v0.32.1 |
| 958 | 2024-09-25T03:21:54.939Z | Downloaded h2 v0.4.6 |
| 959 | 2024-09-25T03:21:54.946Z | Downloaded tough v0.17.1 |
| 960 | 2024-09-25T03:21:54.955Z | Downloaded gimli v0.28.1 |
| 961 | 2024-09-25T03:21:54.963Z | Downloaded quinn-proto v0.11.8 |
| 962 | 2024-09-25T03:21:54.970Z | Downloaded reqwest v0.12.7 |
| 963 | 2024-09-25T03:21:54.978Z | Downloaded nix v0.27.1 |
| 964 | 2024-09-25T03:21:54.990Z | Downloaded idna v0.5.0 |
| 965 | 2024-09-25T03:21:54.999Z | Downloaded rustls v0.22.4 |
| 966 | 2024-09-25T03:21:55.009Z | Downloaded rand v0.8.5 |
| 967 | 2024-09-25T03:21:55.016Z | Downloaded vcpkg v0.2.15 |
| 968 | 2024-09-25T03:21:55.051Z | Downloaded idna v0.4.0 |
| 969 | 2024-09-25T03:21:55.057Z | Downloaded futures-util v0.3.30 |
| 970 | 2024-09-25T03:21:55.070Z | Downloaded openssl v0.10.66 |
| 971 | 2024-09-25T03:21:55.079Z | Downloaded regex v1.10.6 |
| 972 | 2024-09-25T03:21:55.093Z | Downloaded radix_trie v0.2.1 |
| 973 | 2024-09-25T03:21:55.097Z | Downloaded object v0.30.4 |
| 974 | 2024-09-25T03:21:55.107Z | Downloaded polar-core v0.27.3 |
| 975 | 2024-09-25T03:21:55.117Z | Downloaded webpki-roots v0.25.4 |
| 976 | 2024-09-25T03:21:55.119Z | Downloaded webpki-roots v0.26.3 |
| 977 | 2024-09-25T03:21:55.123Z | Downloaded git2 v0.19.0 |
| 978 | 2024-09-25T03:21:55.133Z | Downloaded object v0.32.2 |
| 979 | 2024-09-25T03:21:55.143Z | Downloaded rustls v0.23.10 |
| 980 | 2024-09-25T03:21:55.159Z | Downloaded regex-syntax v0.8.4 |
| 981 | 2024-09-25T03:21:55.167Z | Downloaded dropshot v0.10.1 |
| 982 | 2024-09-25T03:21:55.177Z | Downloaded trust-dns-proto v0.22.0 |
| 983 | 2024-09-25T03:21:55.190Z | Downloaded openapiv3 v2.0.0 |
| 984 | 2024-09-25T03:21:55.201Z | Downloaded smoltcp v0.9.1 |
| 985 | 2024-09-25T03:21:55.212Z | Downloaded bstr v1.9.1 |
| 986 | 2024-09-25T03:21:55.223Z | Downloaded smoltcp v0.11.0 |
| 987 | 2024-09-25T03:21:55.235Z | Downloaded ratatui v0.28.0 |
| 988 | 2024-09-25T03:21:55.255Z | Downloaded hickory-proto v0.24.1 |
| 989 | 2024-09-25T03:21:55.270Z | Downloaded sled v0.34.7 |
| 990 | 2024-09-25T03:21:55.280Z | Downloaded zerocopy-derive v0.6.6 |
| 991 | 2024-09-25T03:21:55.295Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 992 | 2024-09-25T03:21:55.302Z | Downloaded regex-automata v0.4.6 |
| 993 | 2024-09-25T03:21:55.320Z | Downloaded regress v0.9.1 |
| 994 | 2024-09-25T03:21:55.328Z | Downloaded regex-syntax v0.6.29 |
| 995 | 2024-09-25T03:21:55.336Z | Downloaded rustls v0.21.12 |
| 996 | 2024-09-25T03:21:55.347Z | Downloaded diesel v2.2.4 |
| 997 | 2024-09-25T03:21:55.366Z | Downloaded curve25519-dalek v4.1.3 |
| 998 | 2024-09-25T03:21:55.374Z | Downloaded finl_unicode v1.2.0 |
| 999 | 2024-09-25T03:21:55.387Z | Downloaded csv v1.3.0 |
| 1000 | 2024-09-25T03:21:55.408Z | Downloaded petgraph v0.6.5 |
| 1001 | 2024-09-25T03:21:55.425Z | Downloaded sha3 v0.10.8 |
| 1002 | 2024-09-25T03:21:55.429Z | Downloaded tokio v1.39.3 |
| 1003 | 2024-09-25T03:21:55.466Z | Downloaded rayon-core v1.12.1 |
| 1004 | 2024-09-25T03:21:55.470Z | Downloaded p521 v0.13.3 |
| 1005 | 2024-09-25T03:21:55.473Z | Downloaded rustls-webpki v0.102.4 |
| 1006 | 2024-09-25T03:21:55.491Z | Downloaded der v0.7.9 |
| 1007 | 2024-09-25T03:21:55.495Z | Downloaded rustyline v14.0.0 |
| 1008 | 2024-09-25T03:21:55.500Z | Downloaded hickory-resolver v0.24.1 |
| 1009 | 2024-09-25T03:21:55.505Z | Downloaded serde_with v3.9.0 |
| 1010 | 2024-09-25T03:21:55.513Z | Downloaded winnow v0.5.40 |
| 1011 | 2024-09-25T03:21:55.522Z | Downloaded quick-xml v0.33.0 |
| 1012 | 2024-09-25T03:21:55.528Z | Downloaded quinn v0.11.5 |
| 1013 | 2024-09-25T03:21:55.532Z | Downloaded chrono v0.4.38 |
| 1014 | 2024-09-25T03:21:55.540Z | Downloaded tracing v0.1.40 |
| 1015 | 2024-09-25T03:21:55.545Z | Downloaded portable-atomic v1.6.0 |
| 1016 | 2024-09-25T03:21:55.552Z | Downloaded funty v2.0.0 |
| 1017 | 2024-09-25T03:21:55.554Z | Downloaded phf v0.11.2 |
| 1018 | 2024-09-25T03:21:55.555Z | Downloaded rfc6979 v0.4.0 |
| 1019 | 2024-09-25T03:21:55.555Z | Downloaded parking_lot_core v0.9.10 |
| 1020 | 2024-09-25T03:21:55.557Z | Downloaded num-rational v0.4.2 |
| 1021 | 2024-09-25T03:21:55.557Z | Downloaded unicode-normalization v0.1.23 |
| 1022 | 2024-09-25T03:21:55.561Z | Downloaded rustc-hash v1.1.0 |
| 1023 | 2024-09-25T03:21:55.565Z | Downloaded futures-executor v0.3.30 |
| 1024 | 2024-09-25T03:21:55.565Z | Downloaded sqlparser v0.45.0 |
| 1025 | 2024-09-25T03:21:55.568Z | Downloaded hyper v0.14.30 |
| 1026 | 2024-09-25T03:21:55.575Z | Downloaded pkcs8 v0.10.2 |
| 1027 | 2024-09-25T03:21:55.578Z | Downloaded encoding_rs v0.8.34 |
| 1028 | 2024-09-25T03:21:55.605Z | Downloaded typed-path v0.7.1 |
| 1029 | 2024-09-25T03:21:55.610Z | Downloaded vergen v8.3.2 |
| 1030 | 2024-09-25T03:21:55.612Z | Downloaded reedline v0.33.0 |
| 1031 | 2024-09-25T03:21:55.617Z | Downloaded aho-corasick v1.1.3 |
| 1032 | 2024-09-25T03:21:55.622Z | Downloaded powerfmt v0.2.0 |
| 1033 | 2024-09-25T03:21:55.625Z | Downloaded slog-json v2.6.1 |
| 1034 | 2024-09-25T03:21:55.625Z | Downloaded rustc-demangle v0.1.24 |
| 1035 | 2024-09-25T03:21:55.628Z | Downloaded signal-hook v0.3.17 |
| 1036 | 2024-09-25T03:21:55.630Z | Downloaded parking_lot v0.11.2 |
| 1037 | 2024-09-25T03:21:55.632Z | Downloaded oso v0.27.3 |
| 1038 | 2024-09-25T03:21:55.635Z | Downloaded half v2.4.1 |
| 1039 | 2024-09-25T03:21:55.637Z | Downloaded flume v0.11.0 |
| 1040 | 2024-09-25T03:21:55.640Z | Downloaded enum-as-inner v0.5.1 |
| 1041 | 2024-09-25T03:21:55.642Z | Downloaded diff v0.1.13 |
| 1042 | 2024-09-25T03:21:55.644Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1043 | 2024-09-25T03:21:55.702Z | Downloaded tungstenite v0.20.1 |
| 1044 | 2024-09-25T03:21:55.705Z | Downloaded crossterm v0.28.1 |
| 1045 | 2024-09-25T03:21:55.712Z | Downloaded tungstenite v0.21.0 |
| 1046 | 2024-09-25T03:21:55.715Z | Downloaded vsss-rs v3.3.4 |
| 1047 | 2024-09-25T03:21:55.717Z | Downloaded p256 v0.13.2 |
| 1048 | 2024-09-25T03:21:55.721Z | Downloaded futures-task v0.3.30 |
| 1049 | 2024-09-25T03:21:55.723Z | Downloaded futures-sink v0.3.30 |
| 1050 | 2024-09-25T03:21:55.723Z | Downloaded futures-macro v0.3.30 |
| 1051 | 2024-09-25T03:21:55.723Z | Downloaded vte v0.11.1 |
| 1052 | 2024-09-25T03:21:55.726Z | Downloaded hashlink v0.9.1 |
| 1053 | 2024-09-25T03:21:55.729Z | Downloaded tokio-postgres v0.7.11 |
| 1054 | 2024-09-25T03:21:55.731Z | Downloaded hash32 v0.2.1 |
| 1055 | 2024-09-25T03:21:55.734Z | Downloaded slog-async v2.8.0 |
| 1056 | 2024-09-25T03:21:55.736Z | Downloaded dhcproto v0.12.0 |
| 1057 | 2024-09-25T03:21:55.738Z | Downloaded tracing-core v0.1.32 |
| 1058 | 2024-09-25T03:21:55.740Z | Downloaded strum_macros v0.26.4 |
| 1059 | 2024-09-25T03:21:55.743Z | Downloaded tokio-macros v2.4.0 |
| 1060 | 2024-09-25T03:21:55.743Z | Downloaded futures-channel v0.3.30 |
| 1061 | 2024-09-25T03:21:55.745Z | Downloaded password-hash v0.5.0 |
| 1062 | 2024-09-25T03:21:55.749Z | Downloaded static_assertions v1.1.0 |
| 1063 | 2024-09-25T03:21:55.749Z | Downloaded ref-cast-impl v1.0.23 |
| 1064 | 2024-09-25T03:21:55.752Z | Downloaded num-integer v0.1.46 |
| 1065 | 2024-09-25T03:21:55.752Z | Downloaded parking_lot v0.12.2 |
| 1066 | 2024-09-25T03:21:55.754Z | Downloaded libm v0.2.8 |
| 1067 | 2024-09-25T03:21:55.759Z | Downloaded unicode-bidi v0.3.15 |
| 1068 | 2024-09-25T03:21:55.762Z | Downloaded serde_repr v0.1.19 |
| 1069 | 2024-09-25T03:21:55.764Z | Downloaded proc-macro-crate v1.3.1 |
| 1070 | 2024-09-25T03:21:55.767Z | Downloaded env_logger v0.11.5 |
| 1071 | 2024-09-25T03:21:55.767Z | Downloaded rustls-pki-types v1.7.0 |
| 1072 | 2024-09-25T03:21:55.769Z | Downloaded serde_urlencoded v0.7.1 |
| 1073 | 2024-09-25T03:21:55.771Z | Downloaded yasna v0.5.2 |
| 1074 | 2024-09-25T03:21:55.774Z | Downloaded uzers v0.11.3 |
| 1075 | 2024-09-25T03:21:55.776Z | Downloaded bytes v1.7.2 |
| 1076 | 2024-09-25T03:21:55.779Z | Downloaded slog-term v2.9.1 |
| 1077 | 2024-09-25T03:21:55.779Z | Downloaded const_format v0.2.33 |
| 1078 | 2024-09-25T03:21:55.784Z | Downloaded aes-gcm v0.10.3 |
| 1079 | 2024-09-25T03:21:55.787Z | Downloaded crossbeam-channel v0.5.12 |
| 1080 | 2024-09-25T03:21:55.791Z | Downloaded allocator-api2 v0.2.18 |
| 1081 | 2024-09-25T03:21:55.794Z | Downloaded fallible-iterator v0.3.0 |
| 1082 | 2024-09-25T03:21:55.799Z | Downloaded mockall_derive v0.13.0 |
| 1083 | 2024-09-25T03:21:55.801Z | Downloaded tokio-tungstenite v0.20.1 |
| 1084 | 2024-09-25T03:21:55.802Z | Downloaded tokio-rustls v0.24.1 |
| 1085 | 2024-09-25T03:21:55.804Z | Downloaded miniz_oxide v0.7.2 |
| 1086 | 2024-09-25T03:21:55.804Z | Downloaded cc v1.0.97 |
| 1087 | 2024-09-25T03:21:55.806Z | Downloaded sync_wrapper v0.1.2 |
| 1088 | 2024-09-25T03:21:55.809Z | Downloaded http v0.2.12 |
| 1089 | 2024-09-25T03:21:55.813Z | Downloaded cookie_store v0.21.0 |
| 1090 | 2024-09-25T03:21:55.815Z | Downloaded tokio-stream v0.1.15 |
| 1091 | 2024-09-25T03:21:55.817Z | Downloaded tokio-rustls v0.25.0 |
| 1092 | 2024-09-25T03:21:55.821Z | Downloaded minimal-lexical v0.2.1 |
| 1093 | 2024-09-25T03:21:55.825Z | Downloaded defmt-macros v0.3.9 |
| 1094 | 2024-09-25T03:21:55.827Z | Downloaded base64 v0.22.1 |
| 1095 | 2024-09-25T03:21:55.833Z | Downloaded mime_guess v2.0.4 |
| 1096 | 2024-09-25T03:21:55.835Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2024-09-25T03:21:55.838Z | Downloaded bcs v0.1.6 |
| 1098 | 2024-09-25T03:21:55.841Z | Downloaded lock_api v0.4.12 |
| 1099 | 2024-09-25T03:21:55.844Z | Downloaded lalrpop-util v0.19.12 |
| 1100 | 2024-09-25T03:21:55.844Z | Downloaded indent_write v2.2.0 |
| 1101 | 2024-09-25T03:21:55.844Z | Downloaded ipnetwork v0.20.0 |
| 1102 | 2024-09-25T03:21:55.846Z | Downloaded bitflags v1.3.2 |
| 1103 | 2024-09-25T03:21:55.848Z | Downloaded kstat-rs v0.2.4 |
| 1104 | 2024-09-25T03:21:55.853Z | Downloaded indoc v1.0.9 |
| 1105 | 2024-09-25T03:21:55.853Z | Downloaded bitfield v0.14.0 |
| 1106 | 2024-09-25T03:21:55.853Z | Downloaded bit-set v0.5.3 |
| 1107 | 2024-09-25T03:21:55.856Z | Downloaded bb8 v0.8.5 |
| 1108 | 2024-09-25T03:21:55.856Z | Downloaded sqlparser_derive v0.2.2 |
| 1109 | 2024-09-25T03:21:55.856Z | Downloaded assert_matches v1.5.0 |
| 1110 | 2024-09-25T03:21:55.858Z | Downloaded addr2line v0.21.0 |
| 1111 | 2024-09-25T03:21:55.860Z | Downloaded ascii v1.1.0 |
| 1112 | 2024-09-25T03:21:55.863Z | Downloaded newline-converter v0.3.0 |
| 1113 | 2024-09-25T03:21:55.865Z | Downloaded aead v0.5.2 |
| 1114 | 2024-09-25T03:21:55.865Z | Downloaded libsw v3.3.1 |
| 1115 | 2024-09-25T03:21:55.865Z | Downloaded lazycell v1.3.0 |
| 1116 | 2024-09-25T03:21:55.868Z | Downloaded keccak v0.1.5 |
| 1117 | 2024-09-25T03:21:55.868Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1118 | 2024-09-25T03:21:55.870Z | Downloaded crc v3.2.1 |
| 1119 | 2024-09-25T03:21:55.872Z | Downloaded buf-list v1.0.3 |
| 1120 | 2024-09-25T03:21:55.875Z | Downloaded highway v1.2.0 |
| 1121 | 2024-09-25T03:21:55.967Z | Downloaded libz-sys v1.1.16 |
| 1122 | 2024-09-25T03:21:56.046Z | Downloaded ring v0.17.8 |
| 1123 | 2024-09-25T03:21:56.161Z | Downloaded libsqlite3-sys v0.30.1 |
| 1124 | 2024-09-25T03:21:56.235Z | Downloaded ring v0.16.20 |
| 1125 | 2024-09-25T03:21:56.406Z | Compiling serde v1.0.208 |
| 1126 | 2024-09-25T03:21:56.408Z | Compiling lock_api v0.4.12 |
| 1127 | 2024-09-25T03:21:56.408Z | Compiling scopeguard v1.2.0 |
| 1128 | 2024-09-25T03:21:56.409Z | Compiling typenum v1.17.0 |
| 1129 | 2024-09-25T03:21:56.409Z | Compiling value-bag v1.9.0 |
| 1130 | 2024-09-25T03:21:56.409Z | Compiling generic-array v0.14.7 |
| 1131 | 2024-09-25T03:21:56.590Z | Compiling syn v2.0.74 |
| 1132 | 2024-09-25T03:21:56.590Z | Compiling getrandom v0.2.14 |
| 1133 | 2024-09-25T03:21:56.764Z | Compiling jobserver v0.1.32 |
| 1134 | 2024-09-25T03:21:56.910Z | Compiling rand_core v0.6.4 |
| 1135 | 2024-09-25T03:21:57.137Z | Compiling log v0.4.21 |
| 1136 | 2024-09-25T03:21:57.174Z | Compiling subtle v2.5.0 |
| 1137 | 2024-09-25T03:21:57.294Z | Compiling cc v1.0.97 |
| 1138 | 2024-09-25T03:21:57.451Z | Compiling const-oid v0.9.6 |
| 1139 | 2024-09-25T03:21:57.481Z | Compiling pin-project-lite v0.2.14 |
| 1140 | 2024-09-25T03:21:57.614Z | Compiling smallvec v1.13.2 |
| 1141 | 2024-09-25T03:21:57.641Z | Compiling parking_lot_core v0.9.10 |
| 1142 | 2024-09-25T03:21:57.744Z | Compiling signal-hook-registry v1.4.2 |
| 1143 | 2024-09-25T03:21:58.048Z | Compiling mio v1.0.2 |
| 1144 | 2024-09-25T03:21:58.082Z | Compiling futures-core v0.3.30 |
| 1145 | 2024-09-25T03:21:58.339Z | Compiling socket2 v0.5.7 |
| 1146 | 2024-09-25T03:21:58.632Z | Compiling parking_lot v0.12.2 |
| 1147 | 2024-09-25T03:21:58.853Z | Compiling futures-sink v0.3.30 |
| 1148 | 2024-09-25T03:21:59.001Z | Compiling spin v0.9.8 |
| 1149 | 2024-09-25T03:21:59.274Z | Compiling slab v0.4.9 |
| 1150 | 2024-09-25T03:21:59.358Z | Compiling ahash v0.8.11 |
| 1151 | 2024-09-25T03:21:59.401Z | Compiling cpufeatures v0.2.12 |
| 1152 | 2024-09-25T03:21:59.478Z | Compiling allocator-api2 v0.2.18 |
| 1153 | 2024-09-25T03:21:59.504Z | Compiling futures-channel v0.3.30 |
| 1154 | 2024-09-25T03:21:59.569Z | Compiling futures-io v0.3.30 |
| 1155 | 2024-09-25T03:21:59.569Z | Compiling futures-task v0.3.30 |
| 1156 | 2024-09-25T03:21:59.768Z | Compiling pin-utils v0.1.0 |
| 1157 | 2024-09-25T03:21:59.860Z | Compiling tinyvec_macros v0.1.1 |
| 1158 | 2024-09-25T03:21:59.882Z | Compiling serde_json v1.0.125 |
| 1159 | 2024-09-25T03:21:59.902Z | Compiling base64ct v1.6.0 |
| 1160 | 2024-09-25T03:21:59.904Z | Compiling libm v0.2.8 |
| 1161 | 2024-09-25T03:21:59.951Z | Compiling tinyvec v1.6.0 |
| 1162 | 2024-09-25T03:22:00.012Z | Compiling unicode-bidi v0.3.15 |
| 1163 | 2024-09-25T03:22:00.258Z | Compiling num-traits v0.2.19 |
| 1164 | 2024-09-25T03:22:00.258Z | Compiling tracing-core v0.1.32 |
| 1165 | 2024-09-25T03:22:00.289Z | Compiling flagset v0.4.5 |
| 1166 | 2024-09-25T03:22:00.465Z | Compiling pem-rfc7468 v0.7.0 |
| 1167 | 2024-09-25T03:22:00.492Z | Compiling untrusted v0.9.0 |
| 1168 | 2024-09-25T03:22:00.759Z | Compiling pkg-config v0.3.30 |
| 1169 | 2024-09-25T03:22:01.191Z | Compiling httparse v1.8.0 |
| 1170 | 2024-09-25T03:22:01.427Z | Compiling unicode-normalization v0.1.23 |
| 1171 | 2024-09-25T03:22:01.449Z | Compiling ring v0.17.8 |
| 1172 | 2024-09-25T03:22:01.479Z | Compiling vcpkg v0.2.15 |
| 1173 | 2024-09-25T03:22:01.639Z | Compiling try-lock v0.2.5 |
| 1174 | 2024-09-25T03:22:01.816Z | Compiling percent-encoding v2.3.1 |
| 1175 | 2024-09-25T03:22:02.200Z | Compiling want v0.3.1 |
| 1176 | 2024-09-25T03:22:02.330Z | Compiling tower-service v0.3.2 |
| 1177 | 2024-09-25T03:22:02.451Z | Compiling ppv-lite86 v0.2.17 |
| 1178 | 2024-09-25T03:22:02.474Z | Compiling httpdate v1.0.3 |
| 1179 | 2024-09-25T03:22:02.546Z | Compiling rustls-pki-types v1.7.0 |
| 1180 | 2024-09-25T03:22:02.743Z | Compiling rustix v0.38.34 |
| 1181 | 2024-09-25T03:22:02.937Z | Compiling form_urlencoded v1.2.1 |
| 1182 | 2024-09-25T03:22:03.161Z | Compiling rand_chacha v0.3.1 |
| 1183 | 2024-09-25T03:22:03.233Z | Compiling num-conv v0.1.0 |
| 1184 | 2024-09-25T03:22:03.252Z | Compiling time-core v0.1.2 |
| 1185 | 2024-09-25T03:22:03.413Z | Compiling powerfmt v0.2.0 |
| 1186 | 2024-09-25T03:22:03.485Z | Compiling foreign-types-shared v0.1.1 |
| 1187 | 2024-09-25T03:22:03.521Z | Compiling openssl-sys v0.9.103 |
| 1188 | 2024-09-25T03:22:03.590Z | Compiling rand v0.8.5 |
| 1189 | 2024-09-25T03:22:03.612Z | Compiling rustversion v1.0.17 |
| 1190 | 2024-09-25T03:22:03.615Z | Compiling openssl v0.10.66 |
| 1191 | 2024-09-25T03:22:03.769Z | Compiling deranged v0.3.11 |
| 1192 | 2024-09-25T03:22:04.022Z | Compiling foreign-types v0.3.2 |
| 1193 | 2024-09-25T03:22:04.114Z | Compiling time-macros v0.2.18 |
| 1194 | 2024-09-25T03:22:04.368Z | Compiling idna v0.5.0 |
| 1195 | 2024-09-25T03:22:05.320Z | Compiling aho-corasick v1.1.3 |
| 1196 | 2024-09-25T03:22:05.361Z | Compiling rustls v0.23.10 |
| 1197 | 2024-09-25T03:22:05.489Z | Compiling syn v1.0.109 |
| 1198 | 2024-09-25T03:22:05.633Z | Compiling native-tls v0.2.11 |
| 1199 | 2024-09-25T03:22:05.711Z | Compiling siphasher v0.3.11 |
| 1200 | 2024-09-25T03:22:05.954Z | Compiling base64 v0.22.1 |
| 1201 | 2024-09-25T03:22:06.084Z | Compiling crossbeam-utils v0.8.19 |
| 1202 | 2024-09-25T03:22:06.117Z | Compiling regex-syntax v0.8.4 |
| 1203 | 2024-09-25T03:22:06.156Z | Compiling atomic-waker v1.1.2 |
| 1204 | 2024-09-25T03:22:06.332Z | Compiling num_threads v0.1.7 |
| 1205 | 2024-09-25T03:22:06.462Z | Compiling rustls v0.21.12 |
| 1206 | 2024-09-25T03:22:06.732Z | Compiling url v2.5.2 |
| 1207 | 2024-09-25T03:22:06.750Z | Compiling cookie v0.18.1 |
| 1208 | 2024-09-25T03:22:07.064Z | Compiling openssl-probe v0.1.5 |
| 1209 | 2024-09-25T03:22:07.368Z | Compiling time v0.3.36 |
| 1210 | 2024-09-25T03:22:07.412Z | Compiling iana-time-zone v0.1.60 |
| 1211 | 2024-09-25T03:22:07.842Z | Compiling slog v2.7.0 |
| 1212 | 2024-09-25T03:22:08.077Z | Compiling finl_unicode v1.2.0 |
| 1213 | 2024-09-25T03:22:08.370Z | Compiling tower-layer v0.3.2 |
| 1214 | 2024-09-25T03:22:08.625Z | Compiling stringprep v0.1.4 |
| 1215 | 2024-09-25T03:22:09.732Z | Compiling regex-automata v0.4.6 |
| 1216 | 2024-09-25T03:22:09.871Z | Compiling num-integer v0.1.46 |
| 1217 | 2024-09-25T03:22:10.433Z | Compiling idna v0.3.0 |
| 1218 | 2024-09-25T03:22:10.626Z | Compiling serde_derive v1.0.208 |
| 1219 | 2024-09-25T03:22:10.642Z | Compiling zeroize_derive v1.4.2 |
| 1220 | 2024-09-25T03:22:11.977Z | Compiling zerocopy-derive v0.7.34 |
| 1221 | 2024-09-25T03:22:12.253Z | Compiling zeroize v1.8.1 |
| 1222 | 2024-09-25T03:22:12.357Z | Compiling tokio-macros v2.4.0 |
| 1223 | 2024-09-25T03:22:12.418Z | Compiling futures-macro v0.3.30 |
| 1224 | 2024-09-25T03:22:12.422Z | Compiling der_derive v0.7.2 |
| 1225 | 2024-09-25T03:22:14.032Z | Compiling crypto-common v0.1.6 |
| 1226 | 2024-09-25T03:22:14.071Z | Compiling block-buffer v0.10.4 |
| 1227 | 2024-09-25T03:22:14.232Z | Compiling zerocopy v0.7.34 |
| 1228 | 2024-09-25T03:22:14.260Z | Compiling block-padding v0.3.3 |
| 1229 | 2024-09-25T03:22:14.325Z | Compiling digest v0.10.7 |
| 1230 | 2024-09-25T03:22:14.404Z | Compiling futures-util v0.3.30 |
| 1231 | 2024-09-25T03:22:14.493Z | Compiling inout v0.1.3 |
| 1232 | 2024-09-25T03:22:14.747Z | Compiling hmac v0.12.1 |
| 1233 | 2024-09-25T03:22:14.788Z | Compiling sha2 v0.10.8 |
| 1234 | 2024-09-25T03:22:14.949Z | Compiling cipher v0.4.4 |
| 1235 | 2024-09-25T03:22:15.000Z | Compiling thiserror-impl v1.0.63 |
| 1236 | 2024-09-25T03:22:15.458Z | Compiling tracing-attributes v0.1.27 |
| 1237 | 2024-09-25T03:22:16.437Z | Compiling hashbrown v0.14.5 |
| 1238 | 2024-09-25T03:22:17.871Z | Compiling der v0.7.9 |
| 1239 | 2024-09-25T03:22:18.308Z | Compiling thiserror v1.0.63 |
| 1240 | 2024-09-25T03:22:18.464Z | Compiling salsa20 v0.10.2 |
| 1241 | 2024-09-25T03:22:18.702Z | Compiling pbkdf2 v0.12.2 |
| 1242 | 2024-09-25T03:22:18.882Z | Compiling scrypt v0.11.0 |
| 1243 | 2024-09-25T03:22:19.272Z | Compiling tracing v0.1.40 |
| 1244 | 2024-09-25T03:22:19.475Z | Compiling cbc v0.1.2 |
| 1245 | 2024-09-25T03:22:19.700Z | Compiling aes v0.8.4 |
| 1246 | 2024-09-25T03:22:19.793Z | Compiling pest v2.7.10 |
| 1247 | 2024-09-25T03:22:20.539Z | Compiling spki v0.7.3 |
| 1248 | 2024-09-25T03:22:20.914Z | Compiling pkcs5 v0.7.1 |
| 1249 | 2024-09-25T03:22:21.094Z | Compiling scroll_derive v0.12.0 |
| 1250 | 2024-09-25T03:22:22.179Z | Compiling pkcs8 v0.10.2 |
| 1251 | 2024-09-25T03:22:22.222Z | Compiling pin-project-internal v1.1.5 |
| 1252 | 2024-09-25T03:22:22.250Z | Compiling openssl-macros v0.1.1 |
| 1253 | 2024-09-25T03:22:22.472Z | Compiling pest_meta v2.7.10 |
| 1254 | 2024-09-25T03:22:22.541Z | Compiling scroll v0.12.0 |
| 1255 | 2024-09-25T03:22:22.575Z | Compiling sct v0.7.1 |
| 1256 | 2024-09-25T03:22:22.819Z | Compiling rustls-webpki v0.102.4 |
| 1257 | 2024-09-25T03:22:22.865Z | Compiling rustls-webpki v0.101.7 |
| 1258 | 2024-09-25T03:22:22.891Z | Compiling signature v2.2.0 |
| 1259 | 2024-09-25T03:22:23.042Z | Compiling goblin v0.8.2 |
| 1260 | 2024-09-25T03:22:23.135Z | Compiling md-5 v0.10.6 |
| 1261 | 2024-09-25T03:22:23.177Z | Compiling backtrace v0.3.71 |
| 1262 | 2024-09-25T03:22:23.400Z | Compiling lazy_static v1.5.0 |
| 1263 | 2024-09-25T03:22:23.520Z | Compiling ff v0.13.0 |
| 1264 | 2024-09-25T03:22:23.659Z | Compiling pest_generator v2.7.10 |
| 1265 | 2024-09-25T03:22:24.697Z | Compiling bytes v1.7.2 |
| 1266 | 2024-09-25T03:22:24.739Z | Compiling indexmap v2.4.0 |
| 1267 | 2024-09-25T03:22:25.309Z | Compiling bitflags v2.6.0 |
| 1268 | 2024-09-25T03:22:25.705Z | Compiling tokio v1.39.3 |
| 1269 | 2024-09-25T03:22:25.770Z | Compiling semver v1.0.23 |
| 1270 | 2024-09-25T03:22:26.001Z | Compiling http v1.1.0 |
| 1271 | 2024-09-25T03:22:26.196Z | Compiling rustc_version v0.4.0 |
| 1272 | 2024-09-25T03:22:26.553Z | Compiling http v0.2.12 |
| 1273 | 2024-09-25T03:22:27.508Z | Compiling pest_derive v2.7.10 |
| 1274 | 2024-09-25T03:22:27.962Z | Compiling http-body v1.0.0 |
| 1275 | 2024-09-25T03:22:28.173Z | Compiling http-body v0.4.6 |
| 1276 | 2024-09-25T03:22:28.287Z | Compiling dtrace-parser v0.2.0 |
| 1277 | 2024-09-25T03:22:28.475Z | Compiling heapless v0.7.17 |
| 1278 | 2024-09-25T03:22:28.635Z | Compiling dof v0.3.0 |
| 1279 | 2024-09-25T03:22:29.119Z | Compiling pin-project v1.1.5 |
| 1280 | 2024-09-25T03:22:29.249Z | Compiling uuid v1.10.0 |
| 1281 | 2024-09-25T03:22:30.525Z | Compiling usdt-impl v0.5.0 |
| 1282 | 2024-09-25T03:22:30.767Z | Compiling curve25519-dalek v4.1.3 |
| 1283 | 2024-09-25T03:22:30.790Z | Compiling serde_tokenstream v0.2.2 |
| 1284 | 2024-09-25T03:22:32.013Z | Compiling chrono v0.4.38 |
| 1285 | 2024-09-25T03:22:32.013Z | Compiling toml_datetime v0.6.8 |
| 1286 | 2024-09-25T03:22:32.060Z | Compiling serde_spanned v0.6.7 |
| 1287 | 2024-09-25T03:22:32.196Z | Compiling hash32 v0.2.1 |
| 1288 | 2024-09-25T03:22:32.282Z | Compiling adler v1.0.2 |
| 1289 | 2024-09-25T03:22:32.519Z | Compiling num-bigint-dig v0.8.4 |
| 1290 | 2024-09-25T03:22:32.561Z | Compiling ipnet v2.9.0 |
| 1291 | 2024-09-25T03:22:32.820Z | Compiling base16ct v0.2.0 |
| 1292 | 2024-09-25T03:22:33.150Z | Compiling gimli v0.28.1 |
| 1293 | 2024-09-25T03:22:33.240Z | Compiling signal-hook v0.3.17 |
| 1294 | 2024-09-25T03:22:33.517Z | Compiling psl-types v2.0.11 |
| 1295 | 2024-09-25T03:22:33.723Z | Compiling fallible-iterator v0.2.0 |
| 1296 | 2024-09-25T03:22:33.773Z | Compiling tokio-util v0.7.11 |
| 1297 | 2024-09-25T03:22:34.423Z | Compiling tower v0.4.13 |
| 1298 | 2024-09-25T03:22:35.151Z | Compiling h2 v0.3.26 |
| 1299 | 2024-09-25T03:22:35.170Z | Compiling h2 v0.4.6 |
| 1300 | 2024-09-25T03:22:35.936Z | Compiling stable_deref_trait v1.2.0 |
| 1301 | 2024-09-25T03:22:36.045Z | Compiling smoltcp v0.9.1 |
| 1302 | 2024-09-25T03:22:36.820Z | Compiling crc32fast v1.4.0 |
| 1303 | 2024-09-25T03:22:37.410Z | Compiling addr2line v0.21.0 |
| 1304 | 2024-09-25T03:22:37.548Z | Compiling tokio-rustls v0.24.1 |
| 1305 | 2024-09-25T03:22:37.943Z | Compiling tokio-native-tls v0.3.1 |
| 1306 | 2024-09-25T03:22:38.075Z | Compiling postgres-protocol v0.6.7 |
| 1307 | 2024-09-25T03:22:38.135Z | Compiling tokio-rustls v0.26.0 |
| 1308 | 2024-09-25T03:22:38.282Z | Compiling publicsuffix v2.2.3 |
| 1309 | 2024-09-25T03:22:38.503Z | Compiling sec1 v0.7.3 |
| 1310 | 2024-09-25T03:22:38.620Z | Compiling miniz_oxide v0.7.2 |
| 1311 | 2024-09-25T03:22:38.795Z | Compiling terminal_size v0.3.0 |
| 1312 | 2024-09-25T03:22:38.995Z | Compiling serde_urlencoded v0.7.1 |
| 1313 | 2024-09-25T03:22:39.091Z | Compiling group v0.13.0 |
| 1314 | 2024-09-25T03:22:39.444Z | Compiling hubpack_derive v0.1.1 |
| 1315 | 2024-09-25T03:22:39.444Z | Compiling hkdf v0.12.4 |
| 1316 | 2024-09-25T03:22:40.614Z | Compiling crypto-bigint v0.5.5 |
| 1317 | 2024-09-25T03:22:40.614Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1318 | 2024-09-25T03:22:40.614Z | Compiling zerocopy-derive v0.6.6 |
| 1319 | 2024-09-25T03:22:40.614Z | Compiling async-trait v0.1.82 |
| 1320 | 2024-09-25T03:22:40.877Z | Compiling num-iter v0.1.45 |
| 1321 | 2024-09-25T03:22:41.081Z | Compiling phf_shared v0.11.2 |
| 1322 | 2024-09-25T03:22:41.465Z | Compiling serde_derive_internals v0.29.1 |
| 1323 | 2024-09-25T03:22:41.907Z | Compiling hyper v1.4.1 |
| 1324 | 2024-09-25T03:22:41.927Z | Compiling hyper v0.14.30 |
| 1325 | 2024-09-25T03:22:42.073Z | Compiling webpki-roots v0.26.3 |
| 1326 | 2024-09-25T03:22:42.285Z | Compiling object v0.32.2 |
| 1327 | 2024-09-25T03:22:43.112Z | Compiling fs-err v2.11.0 |
| 1328 | 2024-09-25T03:22:43.425Z | Compiling schemars v0.8.21 |
| 1329 | 2024-09-25T03:22:43.793Z | Compiling mime v0.3.17 |
| 1330 | 2024-09-25T03:22:44.196Z | Compiling anyhow v1.0.89 |
| 1331 | 2024-09-25T03:22:44.400Z | Compiling hyper-util v0.1.7 |
| 1332 | 2024-09-25T03:22:44.859Z | Compiling bitflags v1.3.2 |
| 1333 | 2024-09-25T03:22:44.964Z | Compiling adler2 v2.0.0 |
| 1334 | 2024-09-25T03:22:45.176Z | Compiling either v1.13.0 |
| 1335 | 2024-09-25T03:22:45.492Z | Compiling rustc-demangle v0.1.24 |
| 1336 | 2024-09-25T03:22:45.510Z | Compiling base64 v0.21.7 |
| 1337 | 2024-09-25T03:22:45.533Z | Compiling winnow v0.5.40 |
| 1338 | 2024-09-25T03:22:45.594Z | Compiling managed v0.8.0 |
| 1339 | 2024-09-25T03:22:46.043Z | Compiling clap_builder v4.5.18 |
| 1340 | 2024-09-25T03:22:46.238Z | Compiling rustls-pemfile v1.0.4 |
| 1341 | 2024-09-25T03:22:46.443Z | Compiling hyper-rustls v0.27.3 |
| 1342 | 2024-09-25T03:22:46.702Z | Compiling miniz_oxide v0.8.0 |
| 1343 | 2024-09-25T03:22:47.300Z | Compiling schemars_derive v0.8.21 |
| 1344 | 2024-09-25T03:22:47.527Z | Compiling elliptic-curve v0.13.8 |
| 1345 | 2024-09-25T03:22:48.177Z | Compiling zerocopy v0.6.6 |
| 1346 | 2024-09-25T03:22:48.276Z | Compiling cookie_store v0.21.0 |
| 1347 | 2024-09-25T03:22:48.358Z | Compiling phf v0.11.2 |
| 1348 | 2024-09-25T03:22:49.007Z | Compiling toml_edit v0.19.15 |
| 1349 | 2024-09-25T03:22:49.491Z | Compiling hyper-tls v0.5.0 |
| 1350 | 2024-09-25T03:22:49.841Z | Compiling hyper-rustls v0.24.2 |
| 1351 | 2024-09-25T03:22:50.191Z | Compiling hubpack v0.1.2 |
| 1352 | 2024-09-25T03:22:50.567Z | Compiling postgres-types v0.2.7 |
| 1353 | 2024-09-25T03:22:51.756Z | Compiling usdt-attr-macro v0.5.0 |
| 1354 | 2024-09-25T03:22:51.964Z | Compiling usdt-macro v0.5.0 |
| 1355 | 2024-09-25T03:22:52.111Z | Compiling http-body-util v0.1.2 |
| 1356 | 2024-09-25T03:22:52.628Z | Compiling serde-big-array v0.5.1 |
| 1357 | 2024-09-25T03:22:52.853Z | Compiling ed25519 v2.2.3 |
| 1358 | 2024-09-25T03:22:52.873Z | Compiling pkcs1 v0.7.5 |
| 1359 | 2024-09-25T03:22:53.400Z | Compiling futures-executor v0.3.30 |
| 1360 | 2024-09-25T03:22:53.463Z | Compiling rfc6979 v0.4.0 |
| 1361 | 2024-09-25T03:22:53.656Z | Compiling bstr v1.9.1 |
| 1362 | 2024-09-25T03:22:53.897Z | Compiling regex v1.10.6 |
| 1363 | 2024-09-25T03:22:53.961Z | Compiling clap_derive v4.5.18 |
| 1364 | 2024-09-25T03:22:54.830Z | Compiling serde_repr v0.1.19 |
| 1365 | 2024-09-25T03:22:54.957Z | Compiling strum_macros v0.25.3 |
| 1366 | 2024-09-25T03:22:55.204Z | Compiling enum-as-inner v0.6.0 |
| 1367 | 2024-09-25T03:22:55.438Z | Compiling rustls-pemfile v2.1.3 |
| 1368 | 2024-09-25T03:22:55.903Z | Compiling phf_shared v0.10.0 |
| 1369 | 2024-09-25T03:22:55.989Z | Compiling float-cmp v0.9.0 |
| 1370 | 2024-09-25T03:22:56.209Z | Compiling idna v0.4.0 |
| 1371 | 2024-09-25T03:22:56.270Z | Compiling sync_wrapper v1.0.1 |
| 1372 | 2024-09-25T03:22:56.290Z | Compiling mio v0.8.11 |
| 1373 | 2024-09-25T03:22:56.436Z | Compiling encoding_rs v0.8.34 |
| 1374 | 2024-09-25T03:22:56.827Z | Compiling static_assertions v1.1.0 |
| 1375 | 2024-09-25T03:22:56.867Z | Compiling data-encoding v2.6.0 |
| 1376 | 2024-09-25T03:22:56.933Z | Compiling whoami v1.5.1 |
| 1377 | 2024-09-25T03:22:57.555Z | Compiling predicates-core v1.0.6 |
| 1378 | 2024-09-25T03:22:57.614Z | Compiling bit-vec v0.6.3 |
| 1379 | 2024-09-25T03:22:57.830Z | Compiling webpki-roots v0.25.4 |
| 1380 | 2024-09-25T03:22:57.910Z | Compiling unicode-segmentation v1.11.0 |
| 1381 | 2024-09-25T03:22:57.994Z | Compiling difflib v0.4.0 |
| 1382 | 2024-09-25T03:22:58.079Z | Compiling new_debug_unreachable v1.0.6 |
| 1383 | 2024-09-25T03:22:58.172Z | Compiling minimal-lexical v0.2.1 |
| 1384 | 2024-09-25T03:22:58.693Z | Compiling normalize-line-endings v0.3.0 |
| 1385 | 2024-09-25T03:22:58.752Z | Compiling precomputed-hash v0.1.1 |
| 1386 | 2024-09-25T03:22:58.817Z | Compiling sync_wrapper v0.1.2 |
| 1387 | 2024-09-25T03:22:58.876Z | Compiling dyn-clone v1.0.17 |
| 1388 | 2024-09-25T03:22:58.917Z | Compiling fixedbitset v0.4.2 |
| 1389 | 2024-09-25T03:22:58.953Z | Compiling reqwest v0.11.27 |
| 1390 | 2024-09-25T03:22:59.014Z | Compiling clap v4.5.18 |
| 1391 | 2024-09-25T03:22:59.131Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1392 | 2024-09-25T03:22:59.209Z | Compiling petgraph v0.6.5 |
| 1393 | 2024-09-25T03:22:59.364Z | Compiling toml_edit v0.22.20 |
| 1394 | 2024-09-25T03:22:59.541Z | Compiling console v0.15.8 |
| 1395 | 2024-09-25T03:23:01.158Z | Compiling string_cache v0.8.7 |
| 1396 | 2024-09-25T03:23:01.178Z | Compiling predicates v3.1.2 |
| 1397 | 2024-09-25T03:23:01.418Z | Compiling similar v2.6.0 |
| 1398 | 2024-09-25T03:23:02.851Z | Compiling nom v7.1.3 |
| 1399 | 2024-09-25T03:23:02.903Z | Compiling bit-set v0.5.3 |
| 1400 | 2024-09-25T03:23:03.198Z | Compiling hickory-proto v0.24.1 |
| 1401 | 2024-09-25T03:23:03.218Z | Compiling tokio-postgres v0.7.11 |
| 1402 | 2024-09-25T03:23:03.854Z | Compiling signal-hook-mio v0.2.4 |
| 1403 | 2024-09-25T03:23:04.039Z | Compiling usdt v0.5.0 |
| 1404 | 2024-09-25T03:23:04.239Z | Compiling reqwest v0.12.7 |
| 1405 | 2024-09-25T03:23:04.550Z | Compiling futures v0.3.30 |
| 1406 | 2024-09-25T03:23:04.667Z | Compiling ecdsa v0.16.9 |
| 1407 | 2024-09-25T03:23:05.519Z | Compiling rsa v0.9.6 |
| 1408 | 2024-09-25T03:23:06.002Z | Compiling ed25519-dalek v2.1.1 |
| 1409 | 2024-09-25T03:23:06.506Z | Compiling toml v0.7.8 |
| 1410 | 2024-09-25T03:23:07.332Z | Compiling flate2 v1.0.33 |
| 1411 | 2024-09-25T03:23:08.271Z | Compiling itertools v0.10.5 |
| 1412 | 2024-09-25T03:23:08.422Z | Compiling itertools v0.12.1 |
| 1413 | 2024-09-25T03:23:08.886Z | Compiling tokio-stream v0.1.15 |
| 1414 | 2024-09-25T03:23:09.080Z | Compiling openapiv3 v2.0.0 |
| 1415 | 2024-09-25T03:23:09.943Z | Compiling hex v0.4.3 |
| 1416 | 2024-09-25T03:23:10.560Z | Compiling x509-cert v0.2.5 |
| 1417 | 2024-09-25T03:23:11.045Z | Compiling sha1 v0.10.6 |
| 1418 | 2024-09-25T03:23:11.480Z | Compiling crossbeam-epoch v0.9.18 |
| 1419 | 2024-09-25T03:23:11.563Z | Compiling dirs-sys-next v0.1.2 |
| 1420 | 2024-09-25T03:23:12.227Z | Compiling peg-runtime v0.8.3 |
| 1421 | 2024-09-25T03:23:12.246Z | Compiling lalrpop-util v0.19.12 |
| 1422 | 2024-09-25T03:23:12.591Z | Compiling unicode-xid v0.2.4 |
| 1423 | 2024-09-25T03:23:12.776Z | Compiling dirs-next v2.0.0 |
| 1424 | 2024-09-25T03:23:12.885Z | Compiling thread_local v1.1.8 |
| 1425 | 2024-09-25T03:23:12.982Z | Compiling slog-async v2.8.0 |
| 1426 | 2024-09-25T03:23:13.290Z | Compiling term v0.7.0 |
| 1427 | 2024-09-25T03:23:13.441Z | Compiling xattr v1.3.1 |
| 1428 | 2024-09-25T03:23:13.443Z | Compiling strum_macros v0.26.4 |
| 1429 | 2024-09-25T03:23:13.563Z | Compiling crossbeam-channel v0.5.12 |
| 1430 | 2024-09-25T03:23:13.687Z | Compiling is-terminal v0.4.12 |
| 1431 | 2024-09-25T03:23:13.780Z | Compiling filetime v0.2.25 |
| 1432 | 2024-09-25T03:23:13.782Z | Compiling take_mut v0.2.2 |
| 1433 | 2024-09-25T03:23:13.817Z | Compiling slog-term v2.9.1 |
| 1434 | 2024-09-25T03:23:13.843Z | Compiling camino v1.1.9 |
| 1435 | 2024-09-25T03:23:14.090Z | Compiling tar v0.4.41 |
| 1436 | 2024-09-25T03:23:14.913Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1437 | 2024-09-25T03:23:16.280Z | Compiling strum v0.26.3 |
| 1438 | 2024-09-25T03:23:16.357Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1439 | 2024-09-25T03:23:21.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 1440 | 2024-09-25T03:23:21.665Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1441 | 2024-09-25T03:23:21.714Z | Sep 25 03:23:19.978 INFO Starting download, target: Clickhouse |
| 1442 | 2024-09-25T03:23:21.714Z | Sep 25 03:23:19.978 INFO Starting download, target: Console |
| 1443 | 2024-09-25T03:23:21.714Z | Sep 25 03:23:19.978 INFO Starting download, target: Cockroach |
| 1444 | 2024-09-25T03:23:21.714Z | Sep 25 03:23:19.978 INFO Starting download, target: DendriteOpenapi |
| 1445 | 2024-09-25T03:23:21.714Z | Sep 25 03:23:19.978 INFO Starting download, target: DendriteStub |
| 1446 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.978 INFO Starting download, target: MaghemiteMgd |
| 1447 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.978 INFO Starting download, target: TransceiverControl |
| 1448 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1449 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1450 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
| 1451 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1452 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1453 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1454 | 2024-09-25T03:23:21.716Z | Sep 25 03:23:19.979 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1455 | 2024-09-25T03:23:21.809Z | Sep 25 03:23:20.072 INFO Download complete, target: DendriteOpenapi |
| 1456 | 2024-09-25T03:23:21.933Z | Sep 25 03:23:20.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1457 | 2024-09-25T03:23:22.228Z | Sep 25 03:23:20.491 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1458 | 2024-09-25T03:23:22.343Z | Sep 25 03:23:20.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1459 | 2024-09-25T03:23:22.364Z | Sep 25 03:23:20.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1460 | 2024-09-25T03:23:22.611Z | Sep 25 03:23:20.875 INFO Download complete, target: Console |
| 1461 | 2024-09-25T03:23:22.693Z | Sep 25 03:23:20.957 INFO Download complete, target: TransceiverControl |
| 1462 | 2024-09-25T03:23:22.862Z | Sep 25 03:23:21.126 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1463 | 2024-09-25T03:23:22.862Z | Sep 25 03:23:21.126 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1464 | 2024-09-25T03:23:23.698Z | Sep 25 03:23:21.963 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1465 | 2024-09-25T03:23:25.369Z | Sep 25 03:23:23.633 INFO Download complete, target: DendriteStub |
| 1466 | 2024-09-25T03:23:25.501Z | Sep 25 03:23:23.765 INFO Download complete, target: MaghemiteMgd |
| 1467 | 2024-09-25T03:23:31.207Z | Sep 25 03:23:29.471 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1468 | 2024-09-25T03:23:31.512Z | Sep 25 03:23:29.775 INFO Checking that binary works, target: Cockroach |
| 1469 | 2024-09-25T03:23:31.665Z | Sep 25 03:23:29.928 INFO Download complete, target: Cockroach |
| 1470 | 2024-09-25T03:23:37.910Z | Sep 25 03:23:36.172 INFO Checking that binary works, target: Clickhouse |
| 1471 | 2024-09-25T03:23:38.431Z | Sep 25 03:23:36.694 INFO Download complete, target: Clickhouse |
| 1472 | 2024-09-25T03:23:38.556Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1473 | 2024-09-25T03:23:38.559Z | |
| 1474 | 2024-09-25T03:23:38.559Z | real 4:27.427683484 |
| 1475 | 2024-09-25T03:23:38.559Z | user 12:19.078133482 |
| 1476 | 2024-09-25T03:23:38.559Z | sys 2:35.143035498 |
| 1477 | 2024-09-25T03:23:38.559Z | trap 0.408681458 |
| 1478 | 2024-09-25T03:23:38.559Z | tflt 3.663691830 |
| 1479 | 2024-09-25T03:23:38.559Z | dflt 3.541627972 |
| 1480 | 2024-09-25T03:23:38.559Z | kflt 0.122353362 |
| 1481 | 2024-09-25T03:23:38.559Z | lock 24:07.848828935 |
| 1482 | 2024-09-25T03:23:38.559Z | slp 49:12.187288380 |
| 1483 | 2024-09-25T03:23:38.559Z | lat 41.967998250 |
| 1484 | 2024-09-25T03:23:38.559Z | stop 1:59.048711770 |
| 1485 | 2024-09-25T03:23:38.559Z | + banner hack-check |
| 1486 | 2024-09-25T03:23:38.561Z | |
| 1487 | 2024-09-25T03:23:38.562Z | # # ## #### # # #### # # ###### #### # # |
| 1488 | 2024-09-25T03:23:38.562Z | # # # # # # # # # # # # # # # # # |
| 1489 | 2024-09-25T03:23:38.562Z | ###### # # # #### ##### # ###### ##### # #### |
| 1490 | 2024-09-25T03:23:38.562Z | # # ###### # # # # # # # # # # |
| 1491 | 2024-09-25T03:23:38.562Z | # # # # # # # # # # # # # # # # # |
| 1492 | 2024-09-25T03:23:38.562Z | # # # # #### # # #### # # ###### #### # # |
| 1493 | 2024-09-25T03:23:38.562Z | |
| 1494 | 2024-09-25T03:23:38.562Z | + export CARGO_INCREMENTAL=0 |
| 1495 | 2024-09-25T03:23:38.562Z | + CARGO_INCREMENTAL=0 |
| 1496 | 2024-09-25T03:23:38.562Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1497 | 2024-09-25T03:23:39.154Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1498 | 2024-09-25T03:23:43.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 1499 | 2024-09-25T03:23:43.088Z | Running `target/debug/xtask check-features --ci` |
| 1500 | 2024-09-25T03:23:43.108Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1501 | 2024-09-25T03:23:43.108Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1502 | 2024-09-25T03:23:43.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1503 | 2024-09-25T03:23:43.649Z | Running `target/debug/xtask download cargo-hack` |
| 1504 | 2024-09-25T03:23:44.523Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1505 | 2024-09-25T03:23:44.882Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1506 | 2024-09-25T03:23:49.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
| 1507 | 2024-09-25T03:23:49.456Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1508 | 2024-09-25T03:23:49.489Z | Sep 25 03:23:47.752 INFO Starting download, target: CargoHack |
| 1509 | 2024-09-25T03:23:49.492Z | Sep 25 03:23:47.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1510 | 2024-09-25T03:23:50.001Z | Sep 25 03:23:48.263 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1511 | 2024-09-25T03:23:50.103Z | Sep 25 03:23:48.366 INFO Download complete, target: CargoHack |
| 1512 | 2024-09-25T03:23:50.106Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1513 | 2024-09-25T03:23:50.122Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1514 | 2024-09-25T03:23:50.276Z | info: running `cargo check --bins` on api_identity (1/162) |
| 1515 | 2024-09-25T03:23:50.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1516 | 2024-09-25T03:23:50.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1517 | 2024-09-25T03:23:50.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1518 | 2024-09-25T03:23:50.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1519 | 2024-09-25T03:23:50.942Z | |
| 1520 | 2024-09-25T03:23:50.942Z | info: running `cargo check --bins` on bootstore (2/162) |
| 1521 | 2024-09-25T03:23:51.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1522 | 2024-09-25T03:23:51.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1523 | 2024-09-25T03:23:51.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1524 | 2024-09-25T03:23:51.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1525 | 2024-09-25T03:23:51.643Z | |
| 1526 | 2024-09-25T03:23:51.643Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/162) |
| 1527 | 2024-09-25T03:23:52.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1528 | 2024-09-25T03:23:52.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1529 | 2024-09-25T03:23:52.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1530 | 2024-09-25T03:23:52.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1531 | 2024-09-25T03:23:52.326Z | |
| 1532 | 2024-09-25T03:23:52.326Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162) |
| 1533 | 2024-09-25T03:23:52.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1534 | 2024-09-25T03:23:52.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1535 | 2024-09-25T03:23:52.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1536 | 2024-09-25T03:23:52.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1537 | 2024-09-25T03:23:53.010Z | |
| 1538 | 2024-09-25T03:23:53.010Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162) |
| 1539 | 2024-09-25T03:23:53.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1540 | 2024-09-25T03:23:53.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1541 | 2024-09-25T03:23:53.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1542 | 2024-09-25T03:23:53.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1543 | 2024-09-25T03:23:53.512Z | |
| 1544 | 2024-09-25T03:23:53.512Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162) |
| 1545 | 2024-09-25T03:23:53.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1546 | 2024-09-25T03:23:53.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1547 | 2024-09-25T03:23:53.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1548 | 2024-09-25T03:23:53.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1549 | 2024-09-25T03:23:54.015Z | |
| 1550 | 2024-09-25T03:23:54.015Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162) |
| 1551 | 2024-09-25T03:23:54.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1552 | 2024-09-25T03:23:54.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1553 | 2024-09-25T03:23:54.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1554 | 2024-09-25T03:23:54.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1555 | 2024-09-25T03:23:54.523Z | |
| 1556 | 2024-09-25T03:23:54.523Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162) |
| 1557 | 2024-09-25T03:23:54.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1558 | 2024-09-25T03:23:54.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1559 | 2024-09-25T03:23:54.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1560 | 2024-09-25T03:23:54.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1561 | 2024-09-25T03:23:55.021Z | |
| 1562 | 2024-09-25T03:23:55.021Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162) |
| 1563 | 2024-09-25T03:23:55.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1564 | 2024-09-25T03:23:55.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1565 | 2024-09-25T03:23:55.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1566 | 2024-09-25T03:23:55.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1567 | 2024-09-25T03:23:55.523Z | |
| 1568 | 2024-09-25T03:23:55.524Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162) |
| 1569 | 2024-09-25T03:23:55.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1570 | 2024-09-25T03:23:55.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1571 | 2024-09-25T03:23:55.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1572 | 2024-09-25T03:23:56.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1573 | 2024-09-25T03:23:56.030Z | |
| 1574 | 2024-09-25T03:23:56.030Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162) |
| 1575 | 2024-09-25T03:23:56.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1576 | 2024-09-25T03:23:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1577 | 2024-09-25T03:23:56.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1578 | 2024-09-25T03:23:56.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1579 | 2024-09-25T03:23:56.536Z | |
| 1580 | 2024-09-25T03:23:56.536Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162) |
| 1581 | 2024-09-25T03:23:56.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1582 | 2024-09-25T03:23:57.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1583 | 2024-09-25T03:23:57.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1584 | 2024-09-25T03:23:57.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1585 | 2024-09-25T03:23:57.041Z | |
| 1586 | 2024-09-25T03:23:57.041Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162) |
| 1587 | 2024-09-25T03:23:57.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1588 | 2024-09-25T03:23:57.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1589 | 2024-09-25T03:23:57.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1590 | 2024-09-25T03:23:57.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1591 | 2024-09-25T03:23:57.548Z | |
| 1592 | 2024-09-25T03:23:57.548Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162) |
| 1593 | 2024-09-25T03:23:58.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1594 | 2024-09-25T03:23:58.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1595 | 2024-09-25T03:23:58.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1596 | 2024-09-25T03:23:58.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1597 | 2024-09-25T03:23:58.053Z | |
| 1598 | 2024-09-25T03:23:58.053Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162) |
| 1599 | 2024-09-25T03:23:58.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1600 | 2024-09-25T03:23:58.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1601 | 2024-09-25T03:23:58.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1602 | 2024-09-25T03:23:58.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1603 | 2024-09-25T03:23:58.553Z | |
| 1604 | 2024-09-25T03:23:58.553Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162) |
| 1605 | 2024-09-25T03:23:59.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1606 | 2024-09-25T03:23:59.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1607 | 2024-09-25T03:23:59.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1608 | 2024-09-25T03:23:59.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1609 | 2024-09-25T03:23:59.054Z | |
| 1610 | 2024-09-25T03:23:59.054Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162) |
| 1611 | 2024-09-25T03:23:59.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1612 | 2024-09-25T03:23:59.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1613 | 2024-09-25T03:23:59.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1614 | 2024-09-25T03:23:59.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1615 | 2024-09-25T03:23:59.556Z | |
| 1616 | 2024-09-25T03:23:59.556Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162) |
| 1617 | 2024-09-25T03:24:00.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1618 | 2024-09-25T03:24:00.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1619 | 2024-09-25T03:24:00.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1620 | 2024-09-25T03:24:00.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1621 | 2024-09-25T03:24:00.064Z | |
| 1622 | 2024-09-25T03:24:00.064Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162) |
| 1623 | 2024-09-25T03:24:00.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1624 | 2024-09-25T03:24:00.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1625 | 2024-09-25T03:24:00.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1626 | 2024-09-25T03:24:00.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1627 | 2024-09-25T03:24:00.566Z | |
| 1628 | 2024-09-25T03:24:00.566Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162) |
| 1629 | 2024-09-25T03:24:01.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1630 | 2024-09-25T03:24:01.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1631 | 2024-09-25T03:24:01.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1632 | 2024-09-25T03:24:01.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1633 | 2024-09-25T03:24:01.068Z | |
| 1634 | 2024-09-25T03:24:01.068Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162) |
| 1635 | 2024-09-25T03:24:01.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1636 | 2024-09-25T03:24:01.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1637 | 2024-09-25T03:24:01.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1638 | 2024-09-25T03:24:01.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1639 | 2024-09-25T03:24:01.568Z | |
| 1640 | 2024-09-25T03:24:01.568Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162) |
| 1641 | 2024-09-25T03:24:02.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1642 | 2024-09-25T03:24:02.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1643 | 2024-09-25T03:24:02.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1644 | 2024-09-25T03:24:02.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1645 | 2024-09-25T03:24:02.071Z | |
| 1646 | 2024-09-25T03:24:02.071Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162) |
| 1647 | 2024-09-25T03:24:02.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1648 | 2024-09-25T03:24:02.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1649 | 2024-09-25T03:24:02.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1650 | 2024-09-25T03:24:02.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1651 | 2024-09-25T03:24:02.575Z | |
| 1652 | 2024-09-25T03:24:02.575Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162) |
| 1653 | 2024-09-25T03:24:03.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1654 | 2024-09-25T03:24:03.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1655 | 2024-09-25T03:24:03.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1656 | 2024-09-25T03:24:03.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1657 | 2024-09-25T03:24:03.077Z | |
| 1658 | 2024-09-25T03:24:03.077Z | info: running `cargo check --bins` on sled-hardware-types (25/162) |
| 1659 | 2024-09-25T03:24:03.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1660 | 2024-09-25T03:24:03.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1661 | 2024-09-25T03:24:03.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1662 | 2024-09-25T03:24:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1663 | 2024-09-25T03:24:03.769Z | |
| 1664 | 2024-09-25T03:24:03.769Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/162) |
| 1665 | 2024-09-25T03:24:04.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1666 | 2024-09-25T03:24:04.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1667 | 2024-09-25T03:24:04.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1668 | 2024-09-25T03:24:04.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1669 | 2024-09-25T03:24:04.456Z | |
| 1670 | 2024-09-25T03:24:04.456Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162) |
| 1671 | 2024-09-25T03:24:05.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1672 | 2024-09-25T03:24:05.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1673 | 2024-09-25T03:24:05.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1674 | 2024-09-25T03:24:05.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1675 | 2024-09-25T03:24:05.149Z | |
| 1676 | 2024-09-25T03:24:05.149Z | info: running `cargo check --bins` on oxlog (28/162) |
| 1677 | 2024-09-25T03:24:05.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1678 | 2024-09-25T03:24:05.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1679 | 2024-09-25T03:24:05.809Z | Checking cfg-if v1.0.0 |
| 1680 | 2024-09-25T03:24:05.812Z | Checking libc v0.2.158 |
| 1681 | 2024-09-25T03:24:05.909Z | Checking serde v1.0.208 |
| 1682 | 2024-09-25T03:24:05.911Z | Checking zeroize v1.8.1 |
| 1683 | 2024-09-25T03:24:05.922Z | Checking scopeguard v1.2.0 |
| 1684 | 2024-09-25T03:24:05.925Z | Checking memchr v2.7.2 |
| 1685 | 2024-09-25T03:24:05.941Z | Checking typenum v1.17.0 |
| 1686 | 2024-09-25T03:24:05.944Z | Checking value-bag v1.9.0 |
| 1687 | 2024-09-25T03:24:05.965Z | Checking byteorder v1.5.0 |
| 1688 | 2024-09-25T03:24:06.055Z | Checking lock_api v0.4.12 |
| 1689 | 2024-09-25T03:24:06.148Z | Checking subtle v2.5.0 |
| 1690 | 2024-09-25T03:24:06.332Z | Checking once_cell v1.19.0 |
| 1691 | 2024-09-25T03:24:06.346Z | Checking log v0.4.21 |
| 1692 | 2024-09-25T03:24:06.422Z | Checking itoa v1.0.11 |
| 1693 | 2024-09-25T03:24:06.461Z | Checking pin-project-lite v0.2.14 |
| 1694 | 2024-09-25T03:24:06.577Z | Checking const-oid v0.9.6 |
| 1695 | 2024-09-25T03:24:06.621Z | Checking smallvec v1.13.2 |
| 1696 | 2024-09-25T03:24:06.640Z | Checking zerocopy v0.7.34 |
| 1697 | 2024-09-25T03:24:06.771Z | Checking futures-core v0.3.30 |
| 1698 | 2024-09-25T03:24:06.848Z | Checking futures-sink v0.3.30 |
| 1699 | 2024-09-25T03:24:06.940Z | Checking spin v0.9.8 |
| 1700 | 2024-09-25T03:24:06.957Z | Checking slab v0.4.9 |
| 1701 | 2024-09-25T03:24:06.983Z | Checking allocator-api2 v0.2.18 |
| 1702 | 2024-09-25T03:24:07.004Z | Checking getrandom v0.2.14 |
| 1703 | 2024-09-25T03:24:07.175Z | Checking generic-array v0.14.7 |
| 1704 | 2024-09-25T03:24:07.190Z | Checking parking_lot_core v0.9.10 |
| 1705 | 2024-09-25T03:24:07.249Z | Checking rand_core v0.6.4 |
| 1706 | 2024-09-25T03:24:07.284Z | Checking signal-hook-registry v1.4.2 |
| 1707 | 2024-09-25T03:24:07.496Z | Checking parking_lot v0.12.2 |
| 1708 | 2024-09-25T03:24:07.518Z | Checking mio v1.0.2 |
| 1709 | 2024-09-25T03:24:07.541Z | Checking socket2 v0.5.7 |
| 1710 | 2024-09-25T03:24:07.637Z | Checking cpufeatures v0.2.12 |
| 1711 | 2024-09-25T03:24:07.729Z | Checking futures-channel v0.3.30 |
| 1712 | 2024-09-25T03:24:07.815Z | Checking equivalent v1.0.1 |
| 1713 | 2024-09-25T03:24:07.912Z | Checking pin-utils v0.1.0 |
| 1714 | 2024-09-25T03:24:07.988Z | Checking futures-task v0.3.30 |
| 1715 | 2024-09-25T03:24:08.001Z | Checking futures-io v0.3.30 |
| 1716 | 2024-09-25T03:24:08.030Z | Checking ahash v0.8.11 |
| 1717 | 2024-09-25T03:24:08.080Z | Checking tinyvec_macros v0.1.1 |
| 1718 | 2024-09-25T03:24:08.091Z | Checking fnv v1.0.7 |
| 1719 | 2024-09-25T03:24:08.155Z | Checking tinyvec v1.6.0 |
| 1720 | 2024-09-25T03:24:08.172Z | Checking base64ct v1.6.0 |
| 1721 | 2024-09-25T03:24:08.197Z | Checking futures-util v0.3.30 |
| 1722 | 2024-09-25T03:24:08.209Z | Checking unicode-bidi v0.3.15 |
| 1723 | 2024-09-25T03:24:08.330Z | Checking crypto-common v0.1.6 |
| 1724 | 2024-09-25T03:24:08.394Z | Checking block-buffer v0.10.4 |
| 1725 | 2024-09-25T03:24:08.501Z | Checking block-padding v0.3.3 |
| 1726 | 2024-09-25T03:24:08.550Z | Checking hashbrown v0.14.5 |
| 1727 | 2024-09-25T03:24:08.599Z | Checking pem-rfc7468 v0.7.0 |
| 1728 | 2024-09-25T03:24:08.612Z | Checking digest v0.10.7 |
| 1729 | 2024-09-25T03:24:08.692Z | Checking inout v0.1.3 |
| 1730 | 2024-09-25T03:24:08.815Z | Checking tracing-core v0.1.32 |
| 1731 | 2024-09-25T03:24:08.840Z | Checking flagset v0.4.5 |
| 1732 | 2024-09-25T03:24:08.901Z | Checking cipher v0.4.4 |
| 1733 | 2024-09-25T03:24:08.951Z | Checking hmac v0.12.1 |
| 1734 | 2024-09-25T03:24:09.028Z | Checking sha2 v0.10.8 |
| 1735 | 2024-09-25T03:24:09.159Z | Checking ryu v1.0.18 |
| 1736 | 2024-09-25T03:24:09.285Z | Checking untrusted v0.9.0 |
| 1737 | 2024-09-25T03:24:09.374Z | Checking der v0.7.9 |
| 1738 | 2024-09-25T03:24:09.416Z | Checking unicode-normalization v0.1.23 |
| 1739 | 2024-09-25T03:24:09.434Z | Checking ring v0.17.8 |
| 1740 | 2024-09-25T03:24:09.448Z | Checking tracing v0.1.40 |
| 1741 | 2024-09-25T03:24:09.553Z | Checking libm v0.2.8 |
| 1742 | 2024-09-25T03:24:09.726Z | Checking salsa20 v0.10.2 |
| 1743 | 2024-09-25T03:24:09.800Z | Checking pbkdf2 v0.12.2 |
| 1744 | 2024-09-25T03:24:09.931Z | Checking aes v0.8.4 |
| 1745 | 2024-09-25T03:24:09.959Z | Checking scrypt v0.11.0 |
| 1746 | 2024-09-25T03:24:10.173Z | Checking cbc v0.1.2 |
| 1747 | 2024-09-25T03:24:10.329Z | Checking percent-encoding v2.3.1 |
| 1748 | 2024-09-25T03:24:10.359Z | Checking try-lock v0.2.5 |
| 1749 | 2024-09-25T03:24:10.459Z | Checking num-traits v0.2.19 |
| 1750 | 2024-09-25T03:24:10.475Z | Checking want v0.3.1 |
| 1751 | 2024-09-25T03:24:10.531Z | Checking httparse v1.8.0 |
| 1752 | 2024-09-25T03:24:10.636Z | Checking ppv-lite86 v0.2.17 |
| 1753 | 2024-09-25T03:24:10.761Z | Checking httpdate v1.0.3 |
| 1754 | 2024-09-25T03:24:10.898Z | Checking bytes v1.7.2 |
| 1755 | 2024-09-25T03:24:10.927Z | Checking indexmap v2.4.0 |
| 1756 | 2024-09-25T03:24:10.970Z | Checking bitflags v2.6.0 |
| 1757 | 2024-09-25T03:24:11.166Z | Checking spki v0.7.3 |
| 1758 | 2024-09-25T03:24:11.222Z | Checking serde_json v1.0.125 |
| 1759 | 2024-09-25T03:24:11.249Z | Checking tower-service v0.3.2 |
| 1760 | 2024-09-25T03:24:11.284Z | Checking rand_chacha v0.3.1 |
| 1761 | 2024-09-25T03:24:11.357Z | Checking rustls-pki-types v1.7.0 |
| 1762 | 2024-09-25T03:24:11.447Z | Checking pkcs5 v0.7.1 |
| 1763 | 2024-09-25T03:24:11.659Z | Checking rand v0.8.5 |
| 1764 | 2024-09-25T03:24:11.672Z | Checking tokio v1.39.3 |
| 1765 | 2024-09-25T03:24:11.762Z | Checking http v1.1.0 |
| 1766 | 2024-09-25T03:24:11.945Z | Checking pkcs8 v0.10.2 |
| 1767 | 2024-09-25T03:24:12.131Z | Checking http v0.2.12 |
| 1768 | 2024-09-25T03:24:12.193Z | Checking form_urlencoded v1.2.1 |
| 1769 | 2024-09-25T03:24:12.242Z | Checking thiserror v1.0.63 |
| 1770 | 2024-09-25T03:24:12.373Z | Checking foreign-types-shared v0.1.1 |
| 1771 | 2024-09-25T03:24:12.390Z | Checking idna v0.5.0 |
| 1772 | 2024-09-25T03:24:12.466Z | Checking foreign-types v0.3.2 |
| 1773 | 2024-09-25T03:24:12.550Z | Checking openssl-sys v0.9.103 |
| 1774 | 2024-09-25T03:24:12.818Z | Checking aho-corasick v1.1.3 |
| 1775 | 2024-09-25T03:24:12.835Z | Checking unicode-ident v1.0.12 |
| 1776 | 2024-09-25T03:24:12.987Z | Checking siphasher v0.3.11 |
| 1777 | 2024-09-25T03:24:13.065Z | Checking http-body v1.0.0 |
| 1778 | 2024-09-25T03:24:13.201Z | Checking atomic-waker v1.1.2 |
| 1779 | 2024-09-25T03:24:13.223Z | Checking powerfmt v0.2.0 |
| 1780 | 2024-09-25T03:24:13.249Z | Checking base64 v0.22.1 |
| 1781 | 2024-09-25T03:24:13.264Z | Checking regex-syntax v0.8.4 |
| 1782 | 2024-09-25T03:24:13.314Z | Checking url v2.5.2 |
| 1783 | 2024-09-25T03:24:13.428Z | Checking http-body v0.4.6 |
| 1784 | 2024-09-25T03:24:13.475Z | Checking deranged v0.3.11 |
| 1785 | 2024-09-25T03:24:13.690Z | Checking proc-macro2 v1.0.86 |
| 1786 | 2024-09-25T03:24:13.805Z | Checking rustls-webpki v0.102.4 |
| 1787 | 2024-09-25T03:24:13.853Z | Checking openssl v0.10.66 |
| 1788 | 2024-09-25T03:24:14.085Z | Checking rustls-webpki v0.101.7 |
| 1789 | 2024-09-25T03:24:14.342Z | Checking sct v0.7.1 |
| 1790 | 2024-09-25T03:24:14.395Z | Checking uuid v1.10.0 |
| 1791 | 2024-09-25T03:24:14.534Z | Checking signature v2.2.0 |
| 1792 | 2024-09-25T03:24:14.621Z | Checking pin-project v1.1.5 |
| 1793 | 2024-09-25T03:24:14.722Z | Checking scroll v0.12.0 |
| 1794 | 2024-09-25T03:24:14.737Z | Checking errno v0.3.9 |
| 1795 | 2024-09-25T03:24:14.786Z | Checking ucd-trie v0.1.6 |
| 1796 | 2024-09-25T03:24:14.907Z | Checking anstyle v1.0.8 |
| 1797 | 2024-09-25T03:24:14.975Z | Checking openssl-probe v0.1.5 |
| 1798 | 2024-09-25T03:24:15.003Z | Checking tower-layer v0.3.2 |
| 1799 | 2024-09-25T03:24:15.112Z | Checking plain v0.2.3 |
| 1800 | 2024-09-25T03:24:15.182Z | Checking time-core v0.1.2 |
| 1801 | 2024-09-25T03:24:15.221Z | Checking num_threads v0.1.7 |
| 1802 | 2024-09-25T03:24:15.239Z | Checking num-conv v0.1.0 |
| 1803 | 2024-09-25T03:24:15.255Z | Checking iana-time-zone v0.1.60 |
| 1804 | 2024-09-25T03:24:15.258Z | Checking utf8parse v0.2.1 |
| 1805 | 2024-09-25T03:24:15.321Z | Checking finl_unicode v1.2.0 |
| 1806 | 2024-09-25T03:24:15.324Z | Checking goblin v0.8.2 |
| 1807 | 2024-09-25T03:24:15.390Z | Checking chrono v0.4.38 |
| 1808 | 2024-09-25T03:24:15.404Z | Checking anstyle-parse v0.2.4 |
| 1809 | 2024-09-25T03:24:15.479Z | Checking time v0.3.36 |
| 1810 | 2024-09-25T03:24:15.638Z | Checking pest v2.7.10 |
| 1811 | 2024-09-25T03:24:15.873Z | Checking stringprep v0.1.4 |
| 1812 | 2024-09-25T03:24:16.125Z | Checking rustix v0.38.34 |
| 1813 | 2024-09-25T03:24:16.460Z | Checking regex-automata v0.4.6 |
| 1814 | 2024-09-25T03:24:17.531Z | Checking rustls v0.21.12 |
| 1815 | 2024-09-25T03:24:17.928Z | Checking rustls v0.23.10 |
| 1816 | 2024-09-25T03:24:18.131Z | Checking quote v1.0.36 |
| 1817 | 2024-09-25T03:24:18.475Z | Checking num-integer v0.1.46 |
| 1818 | 2024-09-25T03:24:18.645Z | Checking tokio-util v0.7.11 |
| 1819 | 2024-09-25T03:24:18.955Z | Checking tower v0.4.13 |
| 1820 | 2024-09-25T03:24:19.096Z | Checking native-tls v0.2.11 |
| 1821 | 2024-09-25T03:24:19.406Z | Checking serde_spanned v0.6.7 |
| 1822 | 2024-09-25T03:24:19.494Z | Checking h2 v0.4.6 |
| 1823 | 2024-09-25T03:24:19.582Z | Checking h2 v0.3.26 |
| 1824 | 2024-09-25T03:24:19.597Z | Checking toml_datetime v0.6.8 |
| 1825 | 2024-09-25T03:24:19.722Z | Checking idna v0.3.0 |
| 1826 | 2024-09-25T03:24:19.862Z | Checking md-5 v0.10.6 |
| 1827 | 2024-09-25T03:24:20.062Z | Checking ff v0.13.0 |
| 1828 | 2024-09-25T03:24:20.237Z | Checking lazy_static v1.5.0 |
| 1829 | 2024-09-25T03:24:20.265Z | Checking hash32 v0.2.1 |
| 1830 | 2024-09-25T03:24:20.347Z | Checking pretty-hex v0.4.1 |
| 1831 | 2024-09-25T03:24:20.513Z | Checking is_terminal_polyfill v1.70.0 |
| 1832 | 2024-09-25T03:24:20.537Z | Checking ipnet v2.9.0 |
| 1833 | 2024-09-25T03:24:20.553Z | Checking fallible-iterator v0.2.0 |
| 1834 | 2024-09-25T03:24:20.617Z | Checking adler v1.0.2 |
| 1835 | 2024-09-25T03:24:20.730Z | Checking base16ct v0.2.0 |
| 1836 | 2024-09-25T03:24:20.760Z | Checking anstyle-query v1.0.3 |
| 1837 | 2024-09-25T03:24:20.878Z | Checking psl-types v2.0.11 |
| 1838 | 2024-09-25T03:24:20.902Z | Checking colorchoice v1.0.1 |
| 1839 | 2024-09-25T03:24:20.941Z | Checking stable_deref_trait v1.2.0 |
| 1840 | 2024-09-25T03:24:20.957Z | Checking gimli v0.28.1 |
| 1841 | 2024-09-25T03:24:21.015Z | Checking anstream v0.6.14 |
| 1842 | 2024-09-25T03:24:21.035Z | Checking heapless v0.7.17 |
| 1843 | 2024-09-25T03:24:21.048Z | Checking publicsuffix v2.2.3 |
| 1844 | 2024-09-25T03:24:21.136Z | Checking postgres-protocol v0.6.7 |
| 1845 | 2024-09-25T03:24:21.270Z | Checking sec1 v0.7.3 |
| 1846 | 2024-09-25T03:24:21.362Z | Checking miniz_oxide v0.7.2 |
| 1847 | 2024-09-25T03:24:21.651Z | Checking tokio-rustls v0.24.1 |
| 1848 | 2024-09-25T03:24:21.779Z | Checking dof v0.3.0 |
| 1849 | 2024-09-25T03:24:21.782Z | Checking group v0.13.0 |
| 1850 | 2024-09-25T03:24:21.998Z | Checking terminal_size v0.3.0 |
| 1851 | 2024-09-25T03:24:22.033Z | Checking tokio-native-tls v0.3.1 |
| 1852 | 2024-09-25T03:24:22.070Z | Checking num-iter v0.1.45 |
| 1853 | 2024-09-25T03:24:22.191Z | Checking syn v2.0.74 |
| 1854 | 2024-09-25T03:24:22.221Z | Checking dtrace-parser v0.2.0 |
| 1855 | 2024-09-25T03:24:22.293Z | Checking cookie v0.18.1 |
| 1856 | 2024-09-25T03:24:22.399Z | Checking phf_shared v0.11.2 |
| 1857 | 2024-09-25T03:24:22.678Z | Checking serde_urlencoded v0.7.1 |
| 1858 | 2024-09-25T03:24:22.681Z | Checking webpki-roots v0.26.3 |
| 1859 | 2024-09-25T03:24:22.726Z | Checking hkdf v0.12.4 |
| 1860 | 2024-09-25T03:24:22.822Z | Checking tokio-rustls v0.26.0 |
| 1861 | 2024-09-25T03:24:22.869Z | Checking crypto-bigint v0.5.5 |
| 1862 | 2024-09-25T03:24:22.919Z | Checking thread-id v4.2.1 |
| 1863 | 2024-09-25T03:24:23.030Z | Checking object v0.32.2 |
| 1864 | 2024-09-25T03:24:23.094Z | Checking bitflags v1.3.2 |
| 1865 | 2024-09-25T03:24:23.187Z | Checking mime v0.3.17 |
| 1866 | 2024-09-25T03:24:23.199Z | Checking rustc-demangle v0.1.24 |
| 1867 | 2024-09-25T03:24:23.489Z | Checking either v1.13.0 |
| 1868 | 2024-09-25T03:24:23.606Z | Checking adler2 v2.0.0 |
| 1869 | 2024-09-25T03:24:23.754Z | Checking clap_lex v0.7.0 |
| 1870 | 2024-09-25T03:24:23.854Z | Checking base64 v0.21.7 |
| 1871 | 2024-09-25T03:24:24.002Z | Checking strsim v0.11.1 |
| 1872 | 2024-09-25T03:24:24.271Z | Checking managed v0.8.0 |
| 1873 | 2024-09-25T03:24:24.314Z | Checking winnow v0.5.40 |
| 1874 | 2024-09-25T03:24:24.643Z | Checking smoltcp v0.9.1 |
| 1875 | 2024-09-25T03:24:24.768Z | Checking addr2line v0.21.0 |
| 1876 | 2024-09-25T03:24:25.232Z | Checking rustls-pemfile v1.0.4 |
| 1877 | 2024-09-25T03:24:25.409Z | Checking clap_builder v4.5.18 |
| 1878 | 2024-09-25T03:24:25.525Z | Checking hyper v1.4.1 |
| 1879 | 2024-09-25T03:24:25.587Z | Checking hyper v0.14.30 |
| 1880 | 2024-09-25T03:24:25.701Z | Checking elliptic-curve v0.13.8 |
| 1881 | 2024-09-25T03:24:26.124Z | Checking miniz_oxide v0.8.0 |
| 1882 | 2024-09-25T03:24:26.356Z | Checking cookie_store v0.21.0 |
| 1883 | 2024-09-25T03:24:26.880Z | Checking phf v0.11.2 |
| 1884 | 2024-09-25T03:24:26.993Z | Checking num-bigint-dig v0.8.4 |
| 1885 | 2024-09-25T03:24:27.136Z | Checking postgres-types v0.2.7 |
| 1886 | 2024-09-25T03:24:27.224Z | Checking toml_edit v0.19.15 |
| 1887 | 2024-09-25T03:24:27.520Z | Checking hyper-util v0.1.7 |
| 1888 | 2024-09-25T03:24:27.840Z | Checking bstr v1.9.1 |
| 1889 | 2024-09-25T03:24:28.407Z | Checking usdt-impl v0.5.0 |
| 1890 | 2024-09-25T03:24:28.452Z | Checking regex v1.10.6 |
| 1891 | 2024-09-25T03:24:28.722Z | Checking ed25519 v2.2.3 |
| 1892 | 2024-09-25T03:24:28.914Z | Checking rustls-pemfile v2.1.3 |
| 1893 | 2024-09-25T03:24:28.936Z | Checking backtrace v0.3.71 |
| 1894 | 2024-09-25T03:24:28.996Z | Checking phf_shared v0.10.0 |
| 1895 | 2024-09-25T03:24:29.022Z | Checking http-body-util v0.1.2 |
| 1896 | 2024-09-25T03:24:29.110Z | Checking futures-executor v0.3.30 |
| 1897 | 2024-09-25T03:24:29.138Z | Checking curve25519-dalek v4.1.3 |
| 1898 | 2024-09-25T03:24:29.269Z | Checking zerocopy v0.6.6 |
| 1899 | 2024-09-25T03:24:29.327Z | Checking pkcs1 v0.7.5 |
| 1900 | 2024-09-25T03:24:29.362Z | Checking hyper-rustls v0.27.3 |
| 1901 | 2024-09-25T03:24:29.465Z | Checking hubpack v0.1.2 |
| 1902 | 2024-09-25T03:24:29.491Z | Checking signal-hook v0.3.17 |
| 1903 | 2024-09-25T03:24:29.651Z | Checking float-cmp v0.9.0 |
| 1904 | 2024-09-25T03:24:29.691Z | Checking crc32fast v1.4.0 |
| 1905 | 2024-09-25T03:24:29.727Z | Checking crossbeam-utils v0.8.19 |
| 1906 | 2024-09-25T03:24:29.764Z | Checking serde-big-array v0.5.1 |
| 1907 | 2024-09-25T03:24:29.818Z | Checking idna v0.4.0 |
| 1908 | 2024-09-25T03:24:29.833Z | Checking rfc6979 v0.4.0 |
| 1909 | 2024-09-25T03:24:29.908Z | Checking memmap v0.7.0 |
| 1910 | 2024-09-25T03:24:29.962Z | Checking mio v0.8.11 |
| 1911 | 2024-09-25T03:24:29.995Z | Checking sync_wrapper v1.0.1 |
| 1912 | 2024-09-25T03:24:30.012Z | Checking encoding_rs v0.8.34 |
| 1913 | 2024-09-25T03:24:30.096Z | Checking bit-vec v0.6.3 |
| 1914 | 2024-09-25T03:24:30.136Z | Checking difflib v0.4.0 |
| 1915 | 2024-09-25T03:24:30.410Z | Checking normalize-line-endings v0.3.0 |
| 1916 | 2024-09-25T03:24:30.424Z | Checking predicates-core v1.0.6 |
| 1917 | 2024-09-25T03:24:30.452Z | Checking minimal-lexical v0.2.1 |
| 1918 | 2024-09-25T03:24:30.517Z | Checking unicode-width v0.1.13 |
| 1919 | 2024-09-25T03:24:30.551Z | Checking winnow v0.6.18 |
| 1920 | 2024-09-25T03:24:30.590Z | Checking static_assertions v1.1.0 |
| 1921 | 2024-09-25T03:24:30.610Z | Checking new_debug_unreachable v1.0.6 |
| 1922 | 2024-09-25T03:24:30.680Z | Checking dyn-clone v1.0.17 |
| 1923 | 2024-09-25T03:24:30.697Z | Checking whoami v1.5.1 |
| 1924 | 2024-09-25T03:24:30.697Z | Checking unicode-segmentation v1.11.0 |
| 1925 | 2024-09-25T03:24:30.815Z | Checking data-encoding v2.6.0 |
| 1926 | 2024-09-25T03:24:30.831Z | Checking sync_wrapper v0.1.2 |
| 1927 | 2024-09-25T03:24:30.936Z | Checking fixedbitset v0.4.2 |
| 1928 | 2024-09-25T03:24:30.950Z | Checking precomputed-hash v0.1.1 |
| 1929 | 2024-09-25T03:24:30.972Z | Checking webpki-roots v0.25.4 |
| 1930 | 2024-09-25T03:24:31.050Z | Checking string_cache v0.8.7 |
| 1931 | 2024-09-25T03:24:31.124Z | Checking tokio-postgres v0.7.11 |
| 1932 | 2024-09-25T03:24:31.176Z | Checking petgraph v0.6.5 |
| 1933 | 2024-09-25T03:24:31.323Z | Checking ed25519-dalek v2.1.1 |
| 1934 | 2024-09-25T03:24:31.345Z | Checking similar v2.6.0 |
| 1935 | 2024-09-25T03:24:31.453Z | Checking hickory-proto v0.24.1 |
| 1936 | 2024-09-25T03:24:31.484Z | Checking hyper-rustls v0.24.2 |
| 1937 | 2024-09-25T03:24:31.715Z | Checking hyper-tls v0.5.0 |
| 1938 | 2024-09-25T03:24:31.755Z | Checking nom v7.1.3 |
| 1939 | 2024-09-25T03:24:31.993Z | Checking schemars v0.8.21 |
| 1940 | 2024-09-25T03:24:32.181Z | Checking console v0.15.8 |
| 1941 | 2024-09-25T03:24:32.294Z | Checking reqwest v0.11.27 |
| 1942 | 2024-09-25T03:24:32.747Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1943 | 2024-09-25T03:24:33.437Z | Checking toml_edit v0.22.20 |
| 1944 | 2024-09-25T03:24:33.578Z | Checking predicates v3.1.2 |
| 1945 | 2024-09-25T03:24:33.861Z | Checking signal-hook-mio v0.2.4 |
| 1946 | 2024-09-25T03:24:34.004Z | Checking bit-set v0.5.3 |
| 1947 | 2024-09-25T03:24:34.085Z | Checking crossbeam-epoch v0.9.18 |
| 1948 | 2024-09-25T03:24:34.198Z | Checking reqwest v0.12.7 |
| 1949 | 2024-09-25T03:24:34.238Z | Checking usdt v0.5.0 |
| 1950 | 2024-09-25T03:24:34.430Z | Checking ecdsa v0.16.9 |
| 1951 | 2024-09-25T03:24:34.491Z | Checking flate2 v1.0.33 |
| 1952 | 2024-09-25T03:24:34.507Z | Checking rsa v0.9.6 |
| 1953 | 2024-09-25T03:24:34.589Z | Checking toml v0.7.8 |
| 1954 | 2024-09-25T03:24:35.106Z | Checking anyhow v1.0.89 |
| 1955 | 2024-09-25T03:24:35.121Z | Checking futures v0.3.30 |
| 1956 | 2024-09-25T03:24:35.226Z | Checking clap v4.5.18 |
| 1957 | 2024-09-25T03:24:35.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1958 | 2024-09-25T03:24:35.333Z | Checking itertools v0.12.1 |
| 1959 | 2024-09-25T03:24:35.347Z | Checking itertools v0.10.5 |
| 1960 | 2024-09-25T03:24:35.480Z | Checking tokio-stream v0.1.15 |
| 1961 | 2024-09-25T03:24:35.494Z | Checking fs-err v2.11.0 |
| 1962 | 2024-09-25T03:24:35.570Z | Checking slog v2.7.0 |
| 1963 | 2024-09-25T03:24:35.995Z | Checking openapiv3 v2.0.0 |
| 1964 | 2024-09-25T03:24:36.035Z | Checking x509-cert v0.2.5 |
| 1965 | 2024-09-25T03:24:36.080Z | Checking hex v0.4.3 |
| 1966 | 2024-09-25T03:24:36.106Z | Checking semver v1.0.23 |
| 1967 | 2024-09-25T03:24:36.264Z | Checking sha1 v0.10.6 |
| 1968 | 2024-09-25T03:24:36.498Z | Checking lalrpop-util v0.19.12 |
| 1969 | 2024-09-25T03:24:36.544Z | Checking peg-runtime v0.8.3 |
| 1970 | 2024-09-25T03:24:36.579Z | Checking camino v1.1.9 |
| 1971 | 2024-09-25T03:24:36.765Z | Checking sigpipe v0.1.3 |
| 1972 | 2024-09-25T03:24:38.716Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1973 | 2024-09-25T03:24:39.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s |
| 1974 | 2024-09-25T03:24:39.156Z | |
| 1975 | 2024-09-25T03:24:39.156Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162) |
| 1976 | 2024-09-25T03:24:39.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2024-09-25T03:24:39.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2024-09-25T03:24:39.877Z | Compiling regress v0.9.1 |
| 1979 | 2024-09-25T03:24:39.980Z | Checking strum v0.26.3 |
| 1980 | 2024-09-25T03:24:39.999Z | Checking heck v0.5.0 |
| 1981 | 2024-09-25T03:24:40.013Z | Compiling getopts v0.2.21 |
| 1982 | 2024-09-25T03:24:40.030Z | Checking dirs-sys-next v0.1.2 |
| 1983 | 2024-09-25T03:24:40.034Z | Compiling unsafe-libyaml v0.2.11 |
| 1984 | 2024-09-25T03:24:40.086Z | Checking thread_local v1.1.8 |
| 1985 | 2024-09-25T03:24:40.159Z | Compiling ident_case v1.0.1 |
| 1986 | 2024-09-25T03:24:40.183Z | Checking dirs-next v2.0.0 |
| 1987 | 2024-09-25T03:24:40.308Z | Checking term v0.7.0 |
| 1988 | 2024-09-25T03:24:40.338Z | Compiling darling_core v0.20.9 |
| 1989 | 2024-09-25T03:24:40.352Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1990 | 2024-09-25T03:24:40.352Z | Checking crossbeam-channel v0.5.12 |
| 1991 | 2024-09-25T03:24:40.651Z | Checking is-terminal v0.4.12 |
| 1992 | 2024-09-25T03:24:40.715Z | Checking atty v0.2.14 |
| 1993 | 2024-09-25T03:24:40.777Z | Compiling rustls v0.22.4 |
| 1994 | 2024-09-25T03:24:40.835Z | Checking take_mut v0.2.2 |
| 1995 | 2024-09-25T03:24:40.879Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1996 | 2024-09-25T03:24:40.973Z | Checking humantime v2.1.0 |
| 1997 | 2024-09-25T03:24:41.049Z | Checking termcolor v1.4.1 |
| 1998 | 2024-09-25T03:24:41.066Z | Checking utf-8 v0.7.6 |
| 1999 | 2024-09-25T03:24:41.243Z | Compiling paste v1.0.15 |
| 2000 | 2024-09-25T03:24:41.293Z | Checking slog-async v2.8.0 |
| 2001 | 2024-09-25T03:24:41.307Z | Compiling serde_yaml v0.9.34+deprecated |
| 2002 | 2024-09-25T03:24:41.447Z | Checking env_logger v0.9.3 |
| 2003 | 2024-09-25T03:24:41.566Z | Checking slog-term v2.9.1 |
| 2004 | 2024-09-25T03:24:41.843Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2005 | 2024-09-25T03:24:41.875Z | Compiling proc-macro-crate v1.3.1 |
| 2006 | 2024-09-25T03:24:41.945Z | Compiling bitstruct_derive v0.1.0 |
| 2007 | 2024-09-25T03:24:42.026Z | Compiling structmeta-derive v0.3.0 |
| 2008 | 2024-09-25T03:24:42.172Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2009 | 2024-09-25T03:24:42.299Z | Compiling multer v3.1.0 |
| 2010 | 2024-09-25T03:24:42.604Z | Checking ascii v1.1.0 |
| 2011 | 2024-09-25T03:24:42.968Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2012 | 2024-09-25T03:24:43.012Z | Checking match_cfg v0.1.0 |
| 2013 | 2024-09-25T03:24:43.097Z | Checking hostname v0.3.1 |
| 2014 | 2024-09-25T03:24:43.215Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2015 | 2024-09-25T03:24:43.261Z | Compiling num_enum_derive v0.5.11 |
| 2016 | 2024-09-25T03:24:43.311Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2017 | 2024-09-25T03:24:43.323Z | Checking bitstruct v0.1.1 |
| 2018 | 2024-09-25T03:24:44.094Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2019 | 2024-09-25T03:24:44.250Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2020 | 2024-09-25T03:24:44.996Z | Compiling structmeta v0.3.0 |
| 2021 | 2024-09-25T03:24:45.419Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2022 | 2024-09-25T03:24:45.507Z | Checking slog-json v2.6.1 |
| 2023 | 2024-09-25T03:24:45.681Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2024 | 2024-09-25T03:24:45.707Z | Checking erased-serde v0.3.31 |
| 2025 | 2024-09-25T03:24:45.724Z | Checking serde_arrays v0.1.0 |
| 2026 | 2024-09-25T03:24:45.765Z | Compiling async-stream-impl v0.3.5 |
| 2027 | 2024-09-25T03:24:45.864Z | Compiling foreign-types-macros v0.2.3 |
| 2028 | 2024-09-25T03:24:45.879Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2029 | 2024-09-25T03:24:45.927Z | Checking foreign-types-shared v0.3.1 |
| 2030 | 2024-09-25T03:24:46.032Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2031 | 2024-09-25T03:24:46.172Z | Checking arc-swap v1.7.1 |
| 2032 | 2024-09-25T03:24:46.413Z | Checking num_enum v0.5.11 |
| 2033 | 2024-09-25T03:24:46.563Z | Checking slog-bunyan v2.5.0 |
| 2034 | 2024-09-25T03:24:46.583Z | Checking slog-scope v4.4.0 |
| 2035 | 2024-09-25T03:24:46.721Z | Compiling parse-display-derive v0.10.0 |
| 2036 | 2024-09-25T03:24:46.755Z | Compiling proc-macro-error v1.0.4 |
| 2037 | 2024-09-25T03:24:46.771Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2038 | 2024-09-25T03:24:47.110Z | Checking async-stream v0.3.5 |
| 2039 | 2024-09-25T03:24:47.182Z | Checking foreign-types v0.5.0 |
| 2040 | 2024-09-25T03:24:47.252Z | Compiling darling_macro v0.20.9 |
| 2041 | 2024-09-25T03:24:47.425Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2042 | 2024-09-25T03:24:47.440Z | Checking toml v0.8.19 |
| 2043 | 2024-09-25T03:24:47.659Z | Checking tungstenite v0.20.1 |
| 2044 | 2024-09-25T03:24:47.692Z | Checking waitgroup v0.1.2 |
| 2045 | 2024-09-25T03:24:47.826Z | Compiling heck v0.3.3 |
| 2046 | 2024-09-25T03:24:48.165Z | Checking newtype-uuid v1.1.0 |
| 2047 | 2024-09-25T03:24:48.199Z | Compiling darling v0.20.9 |
| 2048 | 2024-09-25T03:24:48.222Z | Checking ipnetwork v0.20.0 |
| 2049 | 2024-09-25T03:24:48.313Z | Compiling serde_with_macros v3.9.0 |
| 2050 | 2024-09-25T03:24:48.392Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2051 | 2024-09-25T03:24:48.528Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2052 | 2024-09-25T03:24:48.544Z | Checking tokio-rustls v0.25.0 |
| 2053 | 2024-09-25T03:24:48.571Z | Checking serde_path_to_error v0.1.16 |
| 2054 | 2024-09-25T03:24:48.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2055 | 2024-09-25T03:24:49.187Z | Checking hostname v0.4.0 |
| 2056 | 2024-09-25T03:24:49.326Z | Checking cstr-argument v0.1.2 |
| 2057 | 2024-09-25T03:24:49.346Z | Checking instant v0.1.12 |
| 2058 | 2024-09-25T03:24:49.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2059 | 2024-09-25T03:24:49.546Z | Checking pretty-hex v0.2.1 |
| 2060 | 2024-09-25T03:24:49.702Z | Checking debug-ignore v1.0.5 |
| 2061 | 2024-09-25T03:24:49.717Z | Checking fastrand v2.1.0 |
| 2062 | 2024-09-25T03:24:49.814Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2063 | 2024-09-25T03:24:49.835Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2064 | 2024-09-25T03:24:49.977Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2065 | 2024-09-25T03:24:50.040Z | Checking tempfile v3.10.1 |
| 2066 | 2024-09-25T03:24:50.086Z | Checking backoff v0.4.0 |
| 2067 | 2024-09-25T03:24:50.385Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2068 | 2024-09-25T03:24:50.408Z | Checking tokio-tungstenite v0.20.1 |
| 2069 | 2024-09-25T03:24:50.429Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2070 | 2024-09-25T03:24:50.632Z | Compiling zone_cfg_derive v0.1.2 |
| 2071 | 2024-09-25T03:24:50.714Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2072 | 2024-09-25T03:24:50.853Z | Checking slog-stdlog v4.1.1 |
| 2073 | 2024-09-25T03:24:51.000Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2074 | 2024-09-25T03:24:51.170Z | Checking tungstenite v0.21.0 |
| 2075 | 2024-09-25T03:24:51.325Z | Checking serde_with v3.9.0 |
| 2076 | 2024-09-25T03:24:51.440Z | Checking parse-display v0.10.0 |
| 2077 | 2024-09-25T03:24:51.475Z | Checking colored v2.1.0 |
| 2078 | 2024-09-25T03:24:51.660Z | Checking macaddr v1.0.1 |
| 2079 | 2024-09-25T03:24:51.753Z | Checking socket2 v0.4.10 |
| 2080 | 2024-09-25T03:24:51.982Z | Checking base64 v0.13.1 |
| 2081 | 2024-09-25T03:24:52.025Z | Checking tokio-tungstenite v0.21.0 |
| 2082 | 2024-09-25T03:24:52.060Z | Checking zone v0.1.8 |
| 2083 | 2024-09-25T03:24:52.371Z | Checking ron v0.7.1 |
| 2084 | 2024-09-25T03:24:52.477Z | Checking slog-envlogger v2.2.0 |
| 2085 | 2024-09-25T03:24:52.685Z | Checking tabwriter v1.4.0 |
| 2086 | 2024-09-25T03:24:52.704Z | Checking pem v3.0.4 |
| 2087 | 2024-09-25T03:24:52.922Z | Checking xattr v1.3.1 |
| 2088 | 2024-09-25T03:24:52.971Z | Checking yasna v0.5.2 |
| 2089 | 2024-09-25T03:24:53.118Z | Checking portpicker v0.1.1 |
| 2090 | 2024-09-25T03:24:53.255Z | Checking headers-core v0.2.0 |
| 2091 | 2024-09-25T03:24:53.400Z | Checking smf v0.2.3 |
| 2092 | 2024-09-25T03:24:53.436Z | Checking filetime v0.2.25 |
| 2093 | 2024-09-25T03:24:53.627Z | Checking same-file v1.0.6 |
| 2094 | 2024-09-25T03:24:53.797Z | Checking walkdir v2.5.0 |
| 2095 | 2024-09-25T03:24:53.830Z | Checking rcgen v0.12.1 |
| 2096 | 2024-09-25T03:24:53.846Z | Checking tar v0.4.41 |
| 2097 | 2024-09-25T03:24:53.862Z | Checking headers v0.3.9 |
| 2098 | 2024-09-25T03:24:54.060Z | Checking camino-tempfile v1.1.1 |
| 2099 | 2024-09-25T03:24:54.344Z | Checking atomicwrites v0.4.4 |
| 2100 | 2024-09-25T03:24:54.516Z | Checking subprocess v0.2.9 |
| 2101 | 2024-09-25T03:24:55.467Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2102 | 2024-09-25T03:24:55.687Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2103 | 2024-09-25T03:24:57.427Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2104 | 2024-09-25T03:24:59.289Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2105 | 2024-09-25T03:24:59.354Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2106 | 2024-09-25T03:25:02.472Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2107 | 2024-09-25T03:25:08.158Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2108 | 2024-09-25T03:25:08.284Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2109 | 2024-09-25T03:25:08.284Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2110 | 2024-09-25T03:25:10.767Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2111 | 2024-09-25T03:25:11.143Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2112 | 2024-09-25T03:25:17.274Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2113 | 2024-09-25T03:25:18.761Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2114 | 2024-09-25T03:25:18.996Z | error[E0277]: the trait bound `reqwest::header::HeaderName: From<headers::HeaderName>` is not satisfied |
| 2115 | 2024-09-25T03:25:18.996Z | --> test-utils/src/lib.rs:37:10 |
| 2116 | 2024-09-25T03:25:18.996Z | | |
| 2117 | 2024-09-25T03:25:18.996Z | 37 | .header(http::header::AUTHORIZATION, header_value.0.encode()) |
| 2118 | 2024-09-25T03:25:18.996Z | | ^^^^^^ the trait `From<headers::HeaderName>` is not implemented for `reqwest::header::HeaderName`, which is required by `reqwest::header::HeaderName: TryFrom<headers::HeaderName>` |
| 2119 | 2024-09-25T03:25:18.996Z | | |
| 2120 | 2024-09-25T03:25:18.996Z | = help: the following other types implement trait `From<T>`: |
| 2121 | 2024-09-25T03:25:18.996Z | <reqwest::header::HeaderName as From<&'a reqwest::header::HeaderName>> |
| 2122 | 2024-09-25T03:25:18.996Z | <reqwest::header::HeaderName as From<reqwest::header::name::Custom>> |
| 2123 | 2024-09-25T03:25:18.996Z | <reqwest::header::HeaderName as From<reqwest::header::name::HdrName<'a>>> |
| 2124 | 2024-09-25T03:25:18.996Z | <reqwest::header::HeaderName as From<reqwest::header::name::StandardHeader>> |
| 2125 | 2024-09-25T03:25:18.996Z | = note: required for `headers::HeaderName` to implement `Into<reqwest::header::HeaderName>` |
| 2126 | 2024-09-25T03:25:18.996Z | = note: required for `reqwest::header::HeaderName` to implement `TryFrom<headers::HeaderName>` |
| 2127 | 2024-09-25T03:25:18.996Z | |
| 2128 | 2024-09-25T03:25:18.999Z | error[E0277]: the trait bound `reqwest::header::HeaderValue: From<headers::HeaderValue>` is not satisfied |
| 2129 | 2024-09-25T03:25:18.999Z | --> test-utils/src/lib.rs:37:10 |
| 2130 | 2024-09-25T03:25:18.999Z | | |
| 2131 | 2024-09-25T03:25:18.999Z | 37 | .header(http::header::AUTHORIZATION, header_value.0.encode()) |
| 2132 | 2024-09-25T03:25:18.999Z | | ^^^^^^ the trait `From<headers::HeaderValue>` is not implemented for `reqwest::header::HeaderValue`, which is required by `reqwest::header::HeaderValue: TryFrom<headers::HeaderValue>` |
| 2133 | 2024-09-25T03:25:18.999Z | | |
| 2134 | 2024-09-25T03:25:18.999Z | = help: the following other types implement trait `From<T>`: |
| 2135 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<&'a reqwest::header::HeaderValue>> |
| 2136 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<i16>> |
| 2137 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<i32>> |
| 2138 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<i64>> |
| 2139 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<isize>> |
| 2140 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<reqwest::header::HeaderName>> |
| 2141 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<u16>> |
| 2142 | 2024-09-25T03:25:18.999Z | <reqwest::header::HeaderValue as From<u32>> |
| 2143 | 2024-09-25T03:25:18.999Z | and 2 others |
| 2144 | 2024-09-25T03:25:18.999Z | = note: required for `headers::HeaderValue` to implement `Into<reqwest::header::HeaderValue>` |
| 2145 | 2024-09-25T03:25:18.999Z | = note: required for `reqwest::header::HeaderValue` to implement `TryFrom<headers::HeaderValue>` |
| 2146 | 2024-09-25T03:25:18.999Z | |
| 2147 | 2024-09-25T03:25:19.005Z | error[E0277]: can't compare `reqwest::StatusCode` with `http::StatusCode` |
| 2148 | 2024-09-25T03:25:19.005Z | --> test-utils/src/lib.rs:45:15 |
| 2149 | 2024-09-25T03:25:19.005Z | | |
| 2150 | 2024-09-25T03:25:19.005Z | 45 | if status == http::StatusCode::UNAUTHORIZED { |
| 2151 | 2024-09-25T03:25:19.005Z | | ^^ no implementation for `reqwest::StatusCode == http::StatusCode` |
| 2152 | 2024-09-25T03:25:19.005Z | | |
| 2153 | 2024-09-25T03:25:19.005Z | = help: the trait `PartialEq<http::StatusCode>` is not implemented for `reqwest::StatusCode` |
| 2154 | 2024-09-25T03:25:19.005Z | = help: the following other types implement trait `PartialEq<Rhs>`: |
| 2155 | 2024-09-25T03:25:19.005Z | <reqwest::StatusCode as PartialEq<u16>> |
| 2156 | 2024-09-25T03:25:19.005Z | <reqwest::StatusCode as PartialEq> |
| 2157 | 2024-09-25T03:25:19.005Z | |
| 2158 | 2024-09-25T03:25:19.485Z | For more information about this error, try `rustc --explain E0277`. |
| 2159 | 2024-09-25T03:25:19.511Z | error: could not compile `omicron-test-utils` (lib) due to 3 previous errors |
| 2160 | 2024-09-25T03:25:19.682Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path test-utils/Cargo.toml --no-default-features` (exit status: 101) |
| 2161 | 2024-09-25T03:25:19.685Z | Error: cargo-hack install failed: exit status: 1 |
| 2162 | 2024-09-25T03:25:19.687Z | |
| 2163 | 2024-09-25T03:25:19.687Z | real 1:41.115911638 |
| 2164 | 2024-09-25T03:25:19.687Z | user 5:50.245844720 |
| 2165 | 2024-09-25T03:25:19.687Z | sys 1:30.539129500 |
| 2166 | 2024-09-25T03:25:19.687Z | trap 0.160931910 |
| 2167 | 2024-09-25T03:25:19.687Z | tflt 0.671202129 |
| 2168 | 2024-09-25T03:25:19.687Z | dflt 0.723459225 |
| 2169 | 2024-09-25T03:25:19.687Z | kflt 0.000025378 |
| 2170 | 2024-09-25T03:25:19.687Z | lock 7:34.555070183 |
| 2171 | 2024-09-25T03:25:19.687Z | slp 26:13.064890232 |
| 2172 | 2024-09-25T03:25:19.687Z | lat 26.050346341 |
| 2173 | 2024-09-25T03:25:19.687Z | stop 1:17.138479436 |
| 2174 | 2024-09-25T03:25:19.690Z | process exited: duration 368722 ms, exit code 1 |
| |
| 2175 | 2024-09-25T03:25:19.695Z | found 0 output files |