|
|
|
| 1 | 2025-02-11T20:35:53.429Z | job assigned to worker 01JKVBHTNSQA1K4DR18QJMSGAQ [factory aws, i-0db826cfc82dadeda] (queued for 53 s) |
| |
| 2 | 2025-02-11T20:36:02.392Z | starting task 0: "setup" |
| 3 | 2025-02-11T20:36:02.399Z | ++ uname -s |
| 4 | 2025-02-11T20:36:02.402Z | + kern=SunOS |
| 5 | 2025-02-11T20:36:02.403Z | + build_user=build |
| 6 | 2025-02-11T20:36:02.403Z | + build_uid=12345 |
| 7 | 2025-02-11T20:36:02.403Z | + work_dir=/work |
| 8 | 2025-02-11T20:36:02.403Z | + input_dir=/input |
| 9 | 2025-02-11T20:36:02.403Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-11T20:36:02.403Z | + case "$kern" in |
| 11 | 2025-02-11T20:36:02.403Z | + groupadd -g 12345 build |
| 12 | 2025-02-11T20:36:02.405Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-11T20:36:04.412Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-11T20:36:04.517Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-11T20:36:04.519Z | + home_fs=zfs |
| 16 | 2025-02-11T20:36:04.519Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-11T20:36:04.519Z | + mkdir -p /home/build |
| 18 | 2025-02-11T20:36:04.534Z | + chown build:build /home/build /work |
| 19 | 2025-02-11T20:36:06.523Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-11T20:36:06.526Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2025-02-11T20:36:06.532Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-11T20:36:06.537Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
| 23 | 2025-02-11T20:36:06.537Z | * rust toolchain channel = "1.84.1" |
| 24 | 2025-02-11T20:36:06.537Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-11T20:36:06.537Z | * rust toolchain profile = "default" |
| 26 | 2025-02-11T20:36:06.537Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-11T20:36:06.537Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-11T20:36:06.540Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-11T20:36:06.540Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
| 30 | 2025-02-11T20:36:06.657Z | info: downloading installer |
| 31 | 2025-02-11T20:36:08.102Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-11T20:36:08.102Z | warning: /opt/ooce/bin |
| 33 | 2025-02-11T20:36:08.102Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-11T20:36:08.102Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-11T20:36:08.102Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-11T20:36:08.102Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-11T20:36:08.102Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-11T20:36:08.103Z | error: cannot install while Rust is installed |
| 39 | 2025-02-11T20:36:08.103Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-11T20:36:08.146Z | info: profile set to 'default' |
| 41 | 2025-02-11T20:36:08.146Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-11T20:36:08.158Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
| 43 | 2025-02-11T20:36:08.287Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
| 44 | 2025-02-11T20:36:08.287Z | info: downloading component 'cargo' |
| 45 | 2025-02-11T20:36:09.035Z | info: downloading component 'clippy' |
| 46 | 2025-02-11T20:36:09.323Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-11T20:36:10.353Z | info: downloading component 'rust-std' |
| 48 | 2025-02-11T20:36:12.016Z | info: downloading component 'rustc' |
| 49 | 2025-02-11T20:36:17.856Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-11T20:36:18.075Z | info: installing component 'cargo' |
| 51 | 2025-02-11T20:36:19.025Z | info: installing component 'clippy' |
| 52 | 2025-02-11T20:36:19.293Z | info: installing component 'rust-docs' |
| 53 | 2025-02-11T20:36:20.942Z | info: installing component 'rust-std' |
| 54 | 2025-02-11T20:36:22.848Z | info: installing component 'rustc' |
| 55 | 2025-02-11T20:36:28.898Z | info: installing component 'rustfmt' |
| 56 | 2025-02-11T20:36:29.241Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
| 57 | 2025-02-11T20:36:29.241Z | |
| 58 | 2025-02-11T20:36:29.629Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 59 | 2025-02-11T20:36:29.629Z | |
| 60 | 2025-02-11T20:36:29.632Z | |
| 61 | 2025-02-11T20:36:29.632Z | Rust is installed now. Great! |
| 62 | 2025-02-11T20:36:29.632Z | |
| 63 | 2025-02-11T20:36:29.632Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-11T20:36:29.632Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-11T20:36:29.632Z | |
| 66 | 2025-02-11T20:36:29.632Z | To configure your current shell, you need to source |
| 67 | 2025-02-11T20:36:29.632Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-11T20:36:29.632Z | |
| 69 | 2025-02-11T20:36:29.632Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-11T20:36:29.632Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-11T20:36:29.632Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-11T20:36:29.707Z | + rustup --version |
| 73 | 2025-02-11T20:36:29.715Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-11T20:36:29.715Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-11T20:36:29.796Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
| 76 | 2025-02-11T20:36:29.800Z | + cargo --version |
| 77 | 2025-02-11T20:36:29.864Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 78 | 2025-02-11T20:36:29.867Z | + rustc --version |
| 79 | 2025-02-11T20:36:29.930Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 80 | 2025-02-11T20:36:29.933Z | process exited: duration 23399 ms, exit code 0 |
| |
| 81 | 2025-02-11T20:36:29.940Z | starting task 2: "authentication" |
| 82 | 2025-02-11T20:36:29.962Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-11T20:36:29.968Z | starting task 3: "clone repository" |
| 84 | 2025-02-11T20:36:29.973Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-11T20:36:29.976Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-11T20:36:30.235Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-11T20:36:37.159Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-11T20:36:37.162Z | + git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 89 | 2025-02-11T20:36:37.441Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-11T20:36:37.441Z | * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD |
| 91 | 2025-02-11T20:36:37.454Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
| 92 | 2025-02-11T20:36:37.457Z | ++ git branch --show-current |
| 93 | 2025-02-11T20:36:37.457Z | + current=main |
| 94 | 2025-02-11T20:36:37.457Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
| 95 | 2025-02-11T20:36:37.457Z | + git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 96 | 2025-02-11T20:36:37.460Z | + git checkout -f iliana/tuf-replication-generation-numbers |
| 97 | 2025-02-11T20:36:37.525Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
| 98 | 2025-02-11T20:36:37.527Z | + git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 99 | 2025-02-11T20:36:37.591Z | HEAD is now at 068d8dea4 fix some control flow |
| 100 | 2025-02-11T20:36:37.594Z | process exited: duration 7624 ms, exit code 0 |
| |
| 101 | 2025-02-11T20:36:37.600Z | starting task 4: "build" |
| 102 | 2025-02-11T20:36:37.604Z | + source ./env.sh |
| 103 | 2025-02-11T20:36:37.604Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2025-02-11T20:36:37.607Z | ++ set -o xtrace |
| 105 | 2025-02-11T20:36:37.610Z | ++++ dirname ./env.sh |
| 106 | 2025-02-11T20:36:37.610Z | +++ readlink -f . |
| 107 | 2025-02-11T20:36:37.660Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2025-02-11T20:36:37.663Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2025-02-11T20:36:37.663Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 111 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 112 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 113 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 114 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 115 | 2025-02-11T20:36:37.663Z | ++ 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 |
| 116 | 2025-02-11T20:36:37.663Z | ++ case $OLD_SHELL_OPTS in |
| 117 | 2025-02-11T20:36:37.663Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 118 | 2025-02-11T20:36:37.663Z | + source .github/buildomat/ci-env.sh |
| 119 | 2025-02-11T20:36:37.663Z | ++ export CARGO_TERM_COLOR=always |
| 120 | 2025-02-11T20:36:37.664Z | ++ CARGO_TERM_COLOR=always |
| 121 | 2025-02-11T20:36:37.664Z | + cargo --version |
| 122 | 2025-02-11T20:36:37.711Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 123 | 2025-02-11T20:36:37.714Z | + rustc --version |
| 124 | 2025-02-11T20:36:37.774Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 125 | 2025-02-11T20:36:37.777Z | + banner prerequisites |
| 126 | 2025-02-11T20:36:37.820Z | |
| 127 | 2025-02-11T20:36:37.820Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 128 | 2025-02-11T20:36:37.820Z | # # # # # # # # # # # # # # # |
| 129 | 2025-02-11T20:36:37.820Z | # # # # ##### # # ##### # # # # # #### # |
| 130 | 2025-02-11T20:36:37.820Z | ##### ##### # ##### # # # # # # # # # |
| 131 | 2025-02-11T20:36:37.820Z | # # # # # # # # # # # # # # # |
| 132 | 2025-02-11T20:36:37.820Z | # # # ###### # # ###### ### # #### # #### # |
| 133 | 2025-02-11T20:36:37.820Z | |
| 134 | 2025-02-11T20:36:37.822Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 135 | 2025-02-11T20:36:49.650Z | pkg list: illegal option -- F |
| 136 | 2025-02-11T20:36:49.650Z | Usage: |
| 137 | 2025-02-11T20:36:49.656Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 138 | 2025-02-11T20:36:49.656Z | [pkg_fmri_pattern ...] |
| 139 | 2025-02-11T20:36:50.502Z | pkg list: illegal option -- F |
| 140 | 2025-02-11T20:36:50.502Z | Usage: |
| 141 | 2025-02-11T20:36:50.505Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 142 | 2025-02-11T20:36:50.505Z | [pkg_fmri_pattern ...] |
| 143 | 2025-02-11T20:37:01.185Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 144 | 2025-02-11T20:37:05.570Z | Startup: Caching catalogs ... Done |
| 145 | 2025-02-11T20:37:18.220Z | Planning: Solver setup ... Done (11.702s) |
| 146 | 2025-02-11T20:37:18.379Z | Planning: Running solver ... Done (0.157s) |
| 147 | 2025-02-11T20:37:18.831Z | Planning: Finding local manifests ... Done (0.340s) |
| 148 | 2025-02-11T20:37:18.874Z | Planning: Fetching manifests: 0/7 0% complete |
| 149 | 2025-02-11T20:37:19.304Z | Planning: Fetching manifests: 7/7 100% complete |
| 150 | 2025-02-11T20:37:19.897Z | Planning: Package planning ... Done (0.592s) |
| 151 | 2025-02-11T20:37:19.956Z | Planning: Merging actions ... Done (0.059s) |
| 152 | 2025-02-11T20:37:21.235Z | Planning: Checking for conflicting actions ... Done (1.277s) |
| 153 | 2025-02-11T20:37:27.622Z | Planning: Consolidating action changes ... Done (6.389s) |
| 154 | 2025-02-11T20:37:28.114Z | Planning: Evaluating mediators ... Done (0.492s) |
| 155 | 2025-02-11T20:37:28.257Z | Planning: Planning completed in 22.59 seconds |
| 156 | 2025-02-11T20:37:28.904Z | Packages to install: 4 |
| 157 | 2025-02-11T20:37:28.904Z | Packages to update: 3 |
| 158 | 2025-02-11T20:37:28.904Z | Mediators to change: 2 |
| 159 | 2025-02-11T20:37:28.904Z | Services to change: 1 |
| 160 | 2025-02-11T20:37:28.907Z | Estimated space available: 155.61 GB |
| 161 | 2025-02-11T20:37:28.907Z | Estimated space to be consumed: 1.65 GB |
| 162 | 2025-02-11T20:37:28.907Z | Create boot environment: No |
| 163 | 2025-02-11T20:37:28.907Z | Create backup boot environment: Yes |
| 164 | 2025-02-11T20:37:28.907Z | Rebuild boot archive: No |
| 165 | 2025-02-11T20:37:28.907Z | |
| 166 | 2025-02-11T20:37:28.907Z | Changed mediators: |
| 167 | 2025-02-11T20:37:28.907Z | mediator clang: |
| 168 | 2025-02-11T20:37:28.907Z | version: None -> 15 (system default) |
| 169 | 2025-02-11T20:37:28.907Z | |
| 170 | 2025-02-11T20:37:28.907Z | mediator llvm: |
| 171 | 2025-02-11T20:37:28.907Z | version: 14 (system default) -> 15 (system default) |
| 172 | 2025-02-11T20:37:28.907Z | |
| 173 | 2025-02-11T20:37:28.907Z | Changed packages: |
| 174 | 2025-02-11T20:37:28.907Z | helios-dev |
| 175 | 2025-02-11T20:37:28.907Z | developer/build-essential |
| 176 | 2025-02-11T20:37:28.907Z | None -> 11-2.0 |
| 177 | 2025-02-11T20:37:28.907Z | library/libxmlsec1 |
| 178 | 2025-02-11T20:37:28.907Z | None -> 1.2.35-2.0 |
| 179 | 2025-02-11T20:37:28.907Z | ooce/developer/clang-15 |
| 180 | 2025-02-11T20:37:28.907Z | None -> 15.0.7-2.0 |
| 181 | 2025-02-11T20:37:28.907Z | ooce/developer/llvm-15 |
| 182 | 2025-02-11T20:37:28.907Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-11T20:37:28.907Z | package/pkg |
| 184 | 2025-02-11T20:37:28.907Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 185 | 2025-02-11T20:37:28.907Z | system/library/g++-runtime |
| 186 | 2025-02-11T20:37:28.907Z | 13-2.0 -> 14-2.0 |
| 187 | 2025-02-11T20:37:28.907Z | system/library/gcc-runtime |
| 188 | 2025-02-11T20:37:28.907Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-11T20:37:28.907Z | |
| 190 | 2025-02-11T20:37:28.907Z | Services: |
| 191 | 2025-02-11T20:37:28.907Z | restart_fmri: |
| 192 | 2025-02-11T20:37:28.907Z | svc:/system/update-man-index:default |
| 193 | 2025-02-11T20:37:28.907Z | |
| 194 | 2025-02-11T20:37:28.907Z | Editable files to change: |
| 195 | 2025-02-11T20:37:28.907Z | Update: |
| 196 | 2025-02-11T20:37:28.907Z | usr/share/lib/pkg/web/config.shtml |
| 197 | 2025-02-11T20:37:29.431Z | |
| 198 | 2025-02-11T20:37:29.431Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 199 | 2025-02-11T20:37:34.434Z | Download: 1042/4301 items 19.7/225.4MB 8% complete (4.0M/s) |
| 200 | 2025-02-11T20:37:39.526Z | Download: 1193/4301 items 83.5/225.4MB 37% complete (9.4M/s) |
| 201 | 2025-02-11T20:37:44.771Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.8M/s) |
| 202 | 2025-02-11T20:37:49.850Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (4.2M/s) |
| 203 | 2025-02-11T20:37:54.855Z | Download: 3105/4301 items 130.2/225.4MB 57% complete (4.6M/s) |
| 204 | 2025-02-11T20:37:59.860Z | Download: 3254/4301 items 203.2/225.4MB 90% complete (8.4M/s) |
| 205 | 2025-02-11T20:38:12.303Z | Download: 3289/4301 items 212.6/225.4MB 94% complete |
| 206 | 2025-02-11T20:38:17.311Z | Download: 4113/4301 items 219.4/225.4MB 97% complete (1.4M/s) |
| 207 | 2025-02-11T20:38:20.577Z | Download: Completed 225.42 MB in 51.13 seconds (4.4M/s) |
| 208 | 2025-02-11T20:38:25.416Z | Actions: 1/5122 actions (Removing old actions) |
| 209 | 2025-02-11T20:38:25.416Z | Actions: 194/5122 actions (Installing new actions) |
| 210 | 2025-02-11T20:38:27.819Z | Actions: 4117/5122 actions (Installing new actions) |
| 211 | 2025-02-11T20:38:28.011Z | Actions: 4267/5122 actions (Updating modified actions) |
| 212 | 2025-02-11T20:38:28.523Z | Actions: Completed 5122 actions in 5.76 seconds. |
| 213 | 2025-02-11T20:38:28.760Z | Done (0.229s) |
| 214 | 2025-02-11T20:38:28.763Z | Done (0.002s) |
| 215 | 2025-02-11T20:38:29.364Z | Done (0.601s) |
| 216 | 2025-02-11T20:38:34.997Z | Done (5.404s) |
| 217 | 2025-02-11T20:38:35.323Z | Done (0.253s) |
| 218 | 2025-02-11T20:38:35.326Z | Done (0.000s) |
| 219 | 2025-02-11T20:38:35.494Z | Done (0.000s) |
| 220 | 2025-02-11T20:38:36.224Z | Planning: Evaluating mediator changes ... Done |
| 221 | 2025-02-11T20:38:36.390Z | Planning: Checking for conflicting actions ... Done |
| 222 | 2025-02-11T20:38:36.393Z | Planning: Consolidating action changes ... Done |
| 223 | 2025-02-11T20:38:36.668Z | Planning: Evaluating mediators ... Done |
| 224 | 2025-02-11T20:38:36.671Z | Planning: Planning completed in 0.44 seconds |
| 225 | 2025-02-11T20:38:36.709Z | Mediators to change: 2 |
| 226 | 2025-02-11T20:38:36.709Z | Create boot environment: No |
| 227 | 2025-02-11T20:38:36.710Z | Create backup boot environment: No |
| 228 | 2025-02-11T20:38:36.788Z | Done |
| 229 | 2025-02-11T20:38:36.788Z | Done |
| 230 | 2025-02-11T20:38:37.174Z | Done |
| 231 | 2025-02-11T20:38:41.013Z | Done |
| 232 | 2025-02-11T20:38:41.118Z | Done |
| 233 | 2025-02-11T20:38:41.120Z | Done |
| 234 | 2025-02-11T20:38:41.257Z | Done |
| 235 | 2025-02-11T20:38:41.892Z | Planning: Evaluating mediator changes ... Done |
| 236 | 2025-02-11T20:38:41.895Z | Planning: Merging actions ... Done |
| 237 | 2025-02-11T20:38:42.090Z | Planning: Checking for conflicting actions ... Done |
| 238 | 2025-02-11T20:38:42.093Z | Planning: Consolidating action changes ... Done |
| 239 | 2025-02-11T20:38:42.367Z | Planning: Evaluating mediators ... Done |
| 240 | 2025-02-11T20:38:42.424Z | Planning: Planning completed in 0.78 seconds |
| 241 | 2025-02-11T20:38:42.465Z | Packages to change: 1 |
| 242 | 2025-02-11T20:38:42.465Z | Mediators to change: 1 |
| 243 | 2025-02-11T20:38:42.465Z | Services to change: 1 |
| 244 | 2025-02-11T20:38:42.465Z | Create boot environment: No |
| 245 | 2025-02-11T20:38:42.469Z | Create backup boot environment: Yes |
| 246 | 2025-02-11T20:38:44.670Z | Actions: 1/6 actions (Updating modified actions) |
| 247 | 2025-02-11T20:38:44.723Z | Actions: Completed 6 actions in 0.05 seconds. |
| 248 | 2025-02-11T20:38:44.726Z | Done |
| 249 | 2025-02-11T20:38:44.726Z | Done |
| 250 | 2025-02-11T20:38:44.845Z | Done |
| 251 | 2025-02-11T20:38:48.741Z | Done |
| 252 | 2025-02-11T20:38:48.840Z | Done |
| 253 | 2025-02-11T20:38:48.842Z | Done |
| 254 | 2025-02-11T20:38:48.961Z | Done |
| 255 | 2025-02-11T20:38:49.445Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 256 | 2025-02-11T20:38:49.446Z | clang system 15 system |
| 257 | 2025-02-11T20:38:49.446Z | csh system system illumos |
| 258 | 2025-02-11T20:38:49.446Z | ctags system system illumos |
| 259 | 2025-02-11T20:38:49.446Z | gcc vendor 12 vendor |
| 260 | 2025-02-11T20:38:49.446Z | gcc system 10 system |
| 261 | 2025-02-11T20:38:49.446Z | gcc system 7 system |
| 262 | 2025-02-11T20:38:49.446Z | go system 1.20 system |
| 263 | 2025-02-11T20:38:49.447Z | go system 1.19 system |
| 264 | 2025-02-11T20:38:49.447Z | llvm system 15 system |
| 265 | 2025-02-11T20:38:49.447Z | llvm system 14 system |
| 266 | 2025-02-11T20:38:49.447Z | mariadb system 10.6 system |
| 267 | 2025-02-11T20:38:49.447Z | mta vendor vendor dma |
| 268 | 2025-02-11T20:38:49.447Z | openjdk system 17 system |
| 269 | 2025-02-11T20:38:49.448Z | openjdk system 11 system |
| 270 | 2025-02-11T20:38:49.448Z | openjdk system 1.8 system |
| 271 | 2025-02-11T20:38:49.448Z | openssl vendor 3 vendor |
| 272 | 2025-02-11T20:38:49.448Z | perl system 5.36 system |
| 273 | 2025-02-11T20:38:49.448Z | postgresql system 15 system |
| 274 | 2025-02-11T20:38:49.448Z | postgresql system 13 system |
| 275 | 2025-02-11T20:38:49.448Z | python vendor 3 vendor |
| 276 | 2025-02-11T20:38:49.449Z | python system 2 system |
| 277 | 2025-02-11T20:38:49.449Z | python3 system 3.11 system |
| 278 | 2025-02-11T20:38:49.449Z | ruby system 3.0 system |
| 279 | 2025-02-11T20:38:49.449Z | words vendor vendor american-english |
| 280 | 2025-02-11T20:38:49.449Z | words system system australian-english |
| 281 | 2025-02-11T20:38:49.449Z | words system system british-english |
| 282 | 2025-02-11T20:38:49.449Z | words system system canadian-english |
| 283 | 2025-02-11T20:38:49.449Z | words system system french |
| 284 | 2025-02-11T20:38:49.450Z | words system system italian |
| 285 | 2025-02-11T20:38:49.450Z | words system system ngerman |
| 286 | 2025-02-11T20:38:49.450Z | words system system ogerman |
| 287 | 2025-02-11T20:38:49.450Z | words system system spanish |
| 288 | 2025-02-11T20:38:49.756Z | PUBLISHER TYPE STATUS P LOCATION |
| 289 | 2025-02-11T20:38:49.756Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 290 | 2025-02-11T20:38:52.733Z | FMRI IFO |
| 291 | 2025-02-11T20:38:52.733Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 292 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 293 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 294 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 295 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 296 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 297 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 298 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 299 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 300 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 301 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 302 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 303 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 304 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 305 | 2025-02-11T20:38:52.734Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 306 | 2025-02-11T20:38:53.522Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 307 | 2025-02-11T20:38:53.799Z | Updating crates.io index |
| 308 | 2025-02-11T20:38:53.850Z | Updating git repository `https://github.com/oxidecomputer/daft` |
| 309 | 2025-02-11T20:38:54.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 310 | 2025-02-11T20:38:54.739Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 311 | 2025-02-11T20:38:54.989Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 312 | 2025-02-11T20:38:55.259Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 313 | 2025-02-11T20:38:55.510Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 314 | 2025-02-11T20:38:56.441Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 315 | 2025-02-11T20:38:58.210Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 316 | 2025-02-11T20:38:58.842Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 317 | 2025-02-11T20:38:59.549Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 318 | 2025-02-11T20:38:59.834Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 319 | 2025-02-11T20:39:00.115Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 320 | 2025-02-11T20:39:00.641Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 321 | 2025-02-11T20:39:01.233Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 322 | 2025-02-11T20:39:01.638Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 323 | 2025-02-11T20:39:01.953Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 324 | 2025-02-11T20:39:02.234Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 325 | 2025-02-11T20:39:02.466Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 326 | 2025-02-11T20:39:02.737Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 327 | 2025-02-11T20:39:03.129Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 328 | 2025-02-11T20:39:03.428Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 329 | 2025-02-11T20:39:03.729Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 330 | 2025-02-11T20:39:04.086Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 331 | 2025-02-11T20:39:04.449Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 332 | 2025-02-11T20:39:04.734Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 333 | 2025-02-11T20:39:05.649Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 334 | 2025-02-11T20:39:06.115Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 335 | 2025-02-11T20:39:06.612Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 336 | 2025-02-11T20:39:07.004Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 337 | 2025-02-11T20:39:07.313Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 338 | 2025-02-11T20:39:07.587Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 339 | 2025-02-11T20:39:07.862Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 340 | 2025-02-11T20:39:09.057Z | Downloading crates ... |
| 341 | 2025-02-11T20:39:09.138Z | Downloaded equivalent v1.0.1 |
| 342 | 2025-02-11T20:39:09.144Z | Downloaded anstyle v1.0.10 |
| 343 | 2025-02-11T20:39:09.148Z | Downloaded anstream v0.6.15 |
| 344 | 2025-02-11T20:39:09.151Z | Downloaded dtrace-parser v0.2.0 |
| 345 | 2025-02-11T20:39:09.154Z | Downloaded cfg-if v1.0.0 |
| 346 | 2025-02-11T20:39:09.168Z | Downloaded errno v0.3.9 |
| 347 | 2025-02-11T20:39:09.171Z | Downloaded crypto-common v0.1.6 |
| 348 | 2025-02-11T20:39:09.171Z | Downloaded cpufeatures v0.2.14 |
| 349 | 2025-02-11T20:39:09.175Z | Downloaded autocfg v1.4.0 |
| 350 | 2025-02-11T20:39:09.175Z | Downloaded scroll_derive v0.12.0 |
| 351 | 2025-02-11T20:39:09.175Z | Downloaded cargo-platform v0.1.8 |
| 352 | 2025-02-11T20:39:09.178Z | Downloaded usdt-macro v0.5.0 |
| 353 | 2025-02-11T20:39:09.182Z | Downloaded pretty-hex v0.4.1 |
| 354 | 2025-02-11T20:39:09.185Z | Downloaded colorchoice v1.0.2 |
| 355 | 2025-02-11T20:39:09.189Z | Downloaded anstyle-parse v0.2.5 |
| 356 | 2025-02-11T20:39:09.191Z | Downloaded byteorder v1.5.0 |
| 357 | 2025-02-11T20:39:09.192Z | Downloaded itoa v1.0.11 |
| 358 | 2025-02-11T20:39:09.195Z | Downloaded thread-id v4.2.2 |
| 359 | 2025-02-11T20:39:09.195Z | Downloaded scroll v0.12.0 |
| 360 | 2025-02-11T20:39:09.198Z | Downloaded proc-macro-error-attr v1.0.4 |
| 361 | 2025-02-11T20:39:09.198Z | Downloaded is_terminal_polyfill v1.70.1 |
| 362 | 2025-02-11T20:39:09.198Z | Downloaded fnv v1.0.7 |
| 363 | 2025-02-11T20:39:09.201Z | Downloaded toml_datetime v0.6.8 |
| 364 | 2025-02-11T20:39:09.201Z | Downloaded dof v0.3.0 |
| 365 | 2025-02-11T20:39:09.201Z | Downloaded usdt-attr-macro v0.5.0 |
| 366 | 2025-02-11T20:39:09.204Z | Downloaded swrite v0.1.0 |
| 367 | 2025-02-11T20:39:09.204Z | Downloaded bytecount v0.6.8 |
| 368 | 2025-02-11T20:39:09.207Z | Downloaded clap_lex v0.7.4 |
| 369 | 2025-02-11T20:39:09.207Z | Downloaded block-buffer v0.10.4 |
| 370 | 2025-02-11T20:39:09.207Z | Downloaded smawk v0.3.2 |
| 371 | 2025-02-11T20:39:09.210Z | Downloaded heck v0.5.0 |
| 372 | 2025-02-11T20:39:09.210Z | Downloaded heck v0.4.1 |
| 373 | 2025-02-11T20:39:09.210Z | Downloaded macaddr v1.0.1 |
| 374 | 2025-02-11T20:39:09.214Z | Downloaded serde_tokenstream v0.2.2 |
| 375 | 2025-02-11T20:39:09.214Z | Downloaded plain v0.2.3 |
| 376 | 2025-02-11T20:39:09.214Z | Downloaded anstyle-query v1.1.1 |
| 377 | 2025-02-11T20:39:09.218Z | Downloaded usdt v0.5.0 |
| 378 | 2025-02-11T20:39:09.218Z | Downloaded clap_derive v4.5.24 |
| 379 | 2025-02-11T20:39:09.221Z | Downloaded camino-tempfile v1.1.1 |
| 380 | 2025-02-11T20:39:09.221Z | Downloaded version_check v0.9.5 |
| 381 | 2025-02-11T20:39:09.221Z | Downloaded serde_spanned v0.6.8 |
| 382 | 2025-02-11T20:39:09.224Z | Downloaded usdt-impl v0.5.0 |
| 383 | 2025-02-11T20:39:09.224Z | Downloaded thiserror v1.0.69 |
| 384 | 2025-02-11T20:39:09.228Z | Downloaded strsim v0.11.1 |
| 385 | 2025-02-11T20:39:09.231Z | Downloaded unicode-linebreak v0.1.5 |
| 386 | 2025-02-11T20:39:09.231Z | Downloaded cargo_metadata v0.18.1 |
| 387 | 2025-02-11T20:39:09.234Z | Downloaded fastrand v2.1.1 |
| 388 | 2025-02-11T20:39:09.234Z | Downloaded utf8parse v0.2.2 |
| 389 | 2025-02-11T20:39:09.234Z | Downloaded pest_generator v2.7.14 |
| 390 | 2025-02-11T20:39:09.242Z | Downloaded digest v0.10.7 |
| 391 | 2025-02-11T20:39:09.242Z | Downloaded pest_derive v2.7.14 |
| 392 | 2025-02-11T20:39:09.242Z | Downloaded generic-array v0.14.7 |
| 393 | 2025-02-11T20:39:09.248Z | Downloaded fs-err v2.11.0 |
| 394 | 2025-02-11T20:39:09.248Z | Downloaded memmap v0.7.0 |
| 395 | 2025-02-11T20:39:09.248Z | Downloaded camino v1.1.9 |
| 396 | 2025-02-11T20:39:09.251Z | Downloaded thiserror-impl v1.0.69 |
| 397 | 2025-02-11T20:39:09.251Z | Downloaded terminal_size v0.4.0 |
| 398 | 2025-02-11T20:39:09.251Z | Downloaded zerocopy-derive v0.7.35 |
| 399 | 2025-02-11T20:39:09.254Z | Downloaded quote v1.0.38 |
| 400 | 2025-02-11T20:39:09.257Z | Downloaded cargo_toml v0.20.5 |
| 401 | 2025-02-11T20:39:09.261Z | Downloaded sha2 v0.10.8 |
| 402 | 2025-02-11T20:39:09.266Z | Downloaded semver v1.0.24 |
| 403 | 2025-02-11T20:39:09.269Z | Downloaded clap v4.5.27 |
| 404 | 2025-02-11T20:39:09.273Z | Downloaded unicode-ident v1.0.14 |
| 405 | 2025-02-11T20:39:09.276Z | Downloaded tempfile v3.13.0 |
| 406 | 2025-02-11T20:39:09.279Z | Downloaded proc-macro-error v1.0.4 |
| 407 | 2025-02-11T20:39:09.283Z | Downloaded anyhow v1.0.95 |
| 408 | 2025-02-11T20:39:09.286Z | Downloaded once_cell v1.20.2 |
| 409 | 2025-02-11T20:39:09.289Z | Downloaded typenum v1.17.0 |
| 410 | 2025-02-11T20:39:09.292Z | Downloaded tabled_derive v0.7.0 |
| 411 | 2025-02-11T20:39:09.292Z | Downloaded papergrid v0.11.0 |
| 412 | 2025-02-11T20:39:09.296Z | Downloaded pest_meta v2.7.14 |
| 413 | 2025-02-11T20:39:09.299Z | Downloaded serde_derive v1.0.217 |
| 414 | 2025-02-11T20:39:09.302Z | Downloaded proc-macro2 v1.0.92 |
| 415 | 2025-02-11T20:39:09.305Z | Downloaded textwrap v0.16.1 |
| 416 | 2025-02-11T20:39:09.308Z | Downloaded ucd-trie v0.1.7 |
| 417 | 2025-02-11T20:39:09.308Z | Downloaded toml v0.8.19 |
| 418 | 2025-02-11T20:39:09.314Z | Downloaded log v0.4.22 |
| 419 | 2025-02-11T20:39:09.317Z | Downloaded ryu v1.0.18 |
| 420 | 2025-02-11T20:39:09.317Z | Downloaded bitflags v2.6.0 |
| 421 | 2025-02-11T20:39:09.320Z | Downloaded indexmap v2.7.1 |
| 422 | 2025-02-11T20:39:09.333Z | Downloaded memchr v2.7.4 |
| 423 | 2025-02-11T20:39:09.338Z | Downloaded serde v1.0.217 |
| 424 | 2025-02-11T20:39:09.342Z | Downloaded toml_edit v0.22.22 |
| 425 | 2025-02-11T20:39:09.364Z | Downloaded pest v2.7.14 |
| 426 | 2025-02-11T20:39:09.368Z | Downloaded hashbrown v0.15.1 |
| 427 | 2025-02-11T20:39:09.374Z | Downloaded serde_json v1.0.135 |
| 428 | 2025-02-11T20:39:09.381Z | Downloaded clap_builder v4.5.27 |
| 429 | 2025-02-11T20:39:09.387Z | Downloaded zerocopy v0.7.35 |
| 430 | 2025-02-11T20:39:09.403Z | Downloaded winnow v0.6.20 |
| 431 | 2025-02-11T20:39:09.411Z | Downloaded tabled v0.15.0 |
| 432 | 2025-02-11T20:39:09.425Z | Downloaded goblin v0.8.2 |
| 433 | 2025-02-11T20:39:09.439Z | Downloaded syn v1.0.109 |
| 434 | 2025-02-11T20:39:09.449Z | Downloaded unicode-width v0.1.14 |
| 435 | 2025-02-11T20:39:09.454Z | Downloaded syn v2.0.96 |
| 436 | 2025-02-11T20:39:09.465Z | Downloaded rustix v0.38.37 |
| 437 | 2025-02-11T20:39:09.495Z | Downloaded libc v0.2.169 |
| 438 | 2025-02-11T20:39:09.830Z | Compiling proc-macro2 v1.0.92 |
| 439 | 2025-02-11T20:39:09.830Z | Compiling unicode-ident v1.0.14 |
| 440 | 2025-02-11T20:39:09.836Z | Compiling serde v1.0.217 |
| 441 | 2025-02-11T20:39:09.836Z | Compiling version_check v0.9.5 |
| 442 | 2025-02-11T20:39:09.836Z | Compiling memchr v2.7.4 |
| 443 | 2025-02-11T20:39:09.837Z | Compiling thiserror v1.0.69 |
| 444 | 2025-02-11T20:39:09.846Z | Compiling libc v0.2.169 |
| 445 | 2025-02-11T20:39:09.849Z | Compiling ryu v1.0.18 |
| 446 | 2025-02-11T20:39:10.098Z | Compiling ucd-trie v0.1.7 |
| 447 | 2025-02-11T20:39:10.241Z | Compiling itoa v1.0.11 |
| 448 | 2025-02-11T20:39:10.480Z | Compiling once_cell v1.20.2 |
| 449 | 2025-02-11T20:39:10.610Z | Compiling byteorder v1.5.0 |
| 450 | 2025-02-11T20:39:10.967Z | Compiling rustix v0.38.37 |
| 451 | 2025-02-11T20:39:11.260Z | Compiling serde_json v1.0.135 |
| 452 | 2025-02-11T20:39:11.313Z | Compiling bitflags v2.6.0 |
| 453 | 2025-02-11T20:39:11.560Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2025-02-11T20:39:11.659Z | Compiling usdt-impl v0.5.0 |
| 455 | 2025-02-11T20:39:11.684Z | Compiling syn v1.0.109 |
| 456 | 2025-02-11T20:39:11.687Z | Compiling proc-macro-error v1.0.4 |
| 457 | 2025-02-11T20:39:11.768Z | Compiling camino v1.1.9 |
| 458 | 2025-02-11T20:39:11.919Z | Compiling equivalent v1.0.1 |
| 459 | 2025-02-11T20:39:12.011Z | Compiling thread-id v4.2.2 |
| 460 | 2025-02-11T20:39:12.060Z | Compiling utf8parse v0.2.2 |
| 461 | 2025-02-11T20:39:12.084Z | Compiling log v0.4.22 |
| 462 | 2025-02-11T20:39:12.133Z | Compiling plain v0.2.3 |
| 463 | 2025-02-11T20:39:12.186Z | Compiling hashbrown v0.15.1 |
| 464 | 2025-02-11T20:39:12.224Z | Compiling quote v1.0.38 |
| 465 | 2025-02-11T20:39:12.312Z | Compiling anstyle-parse v0.2.5 |
| 466 | 2025-02-11T20:39:12.340Z | Compiling errno v0.3.9 |
| 467 | 2025-02-11T20:39:12.592Z | Compiling autocfg v1.4.0 |
| 468 | 2025-02-11T20:39:12.597Z | Compiling anstyle v1.0.10 |
| 469 | 2025-02-11T20:39:12.645Z | Compiling syn v2.0.96 |
| 470 | 2025-02-11T20:39:12.907Z | Compiling unicode-width v0.1.14 |
| 471 | 2025-02-11T20:39:13.042Z | Compiling pretty-hex v0.4.1 |
| 472 | 2025-02-11T20:39:13.278Z | Compiling indexmap v2.7.1 |
| 473 | 2025-02-11T20:39:13.324Z | Compiling winnow v0.6.20 |
| 474 | 2025-02-11T20:39:13.432Z | Compiling anstyle-query v1.1.1 |
| 475 | 2025-02-11T20:39:13.540Z | Compiling colorchoice v1.0.2 |
| 476 | 2025-02-11T20:39:13.603Z | Compiling is_terminal_polyfill v1.70.1 |
| 477 | 2025-02-11T20:39:13.714Z | Compiling semver v1.0.24 |
| 478 | 2025-02-11T20:39:13.747Z | Compiling anstream v0.6.15 |
| 479 | 2025-02-11T20:39:13.887Z | Compiling fs-err v2.11.0 |
| 480 | 2025-02-11T20:39:14.463Z | Compiling heck v0.4.1 |
| 481 | 2025-02-11T20:39:14.492Z | Compiling terminal_size v0.4.0 |
| 482 | 2025-02-11T20:39:14.518Z | Compiling strsim v0.11.1 |
| 483 | 2025-02-11T20:39:14.731Z | Compiling clap_lex v0.7.4 |
| 484 | 2025-02-11T20:39:14.773Z | Compiling fastrand v2.1.1 |
| 485 | 2025-02-11T20:39:14.890Z | Compiling cfg-if v1.0.0 |
| 486 | 2025-02-11T20:39:15.014Z | Compiling anyhow v1.0.95 |
| 487 | 2025-02-11T20:39:15.190Z | Compiling bytecount v0.6.8 |
| 488 | 2025-02-11T20:39:15.218Z | Compiling fnv v1.0.7 |
| 489 | 2025-02-11T20:39:15.319Z | Compiling heck v0.5.0 |
| 490 | 2025-02-11T20:39:15.343Z | Compiling tempfile v3.13.0 |
| 491 | 2025-02-11T20:39:15.378Z | Compiling papergrid v0.11.0 |
| 492 | 2025-02-11T20:39:15.416Z | Compiling clap_builder v4.5.27 |
| 493 | 2025-02-11T20:39:16.216Z | Compiling memmap v0.7.0 |
| 494 | 2025-02-11T20:39:16.275Z | Compiling unicode-linebreak v0.1.5 |
| 495 | 2025-02-11T20:39:16.349Z | Compiling smawk v0.3.2 |
| 496 | 2025-02-11T20:39:16.798Z | Compiling textwrap v0.16.1 |
| 497 | 2025-02-11T20:39:16.802Z | Compiling swrite v0.1.0 |
| 498 | 2025-02-11T20:39:17.774Z | Compiling tabled_derive v0.7.0 |
| 499 | 2025-02-11T20:39:19.049Z | Compiling tabled v0.15.0 |
| 500 | 2025-02-11T20:39:19.690Z | Compiling serde_derive v1.0.217 |
| 501 | 2025-02-11T20:39:19.690Z | Compiling thiserror-impl v1.0.69 |
| 502 | 2025-02-11T20:39:19.712Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2025-02-11T20:39:19.880Z | Compiling scroll_derive v0.12.0 |
| 504 | 2025-02-11T20:39:19.945Z | Compiling clap_derive v4.5.24 |
| 505 | 2025-02-11T20:39:21.306Z | Compiling scroll v0.12.0 |
| 506 | 2025-02-11T20:39:21.539Z | Compiling zerocopy v0.7.35 |
| 507 | 2025-02-11T20:39:21.710Z | Compiling goblin v0.8.2 |
| 508 | 2025-02-11T20:39:21.973Z | Compiling pest v2.7.14 |
| 509 | 2025-02-11T20:39:23.332Z | Compiling clap v4.5.27 |
| 510 | 2025-02-11T20:39:24.443Z | Compiling pest_meta v2.7.14 |
| 511 | 2025-02-11T20:39:25.378Z | Compiling pest_generator v2.7.14 |
| 512 | 2025-02-11T20:39:26.712Z | Compiling pest_derive v2.7.14 |
| 513 | 2025-02-11T20:39:27.507Z | Compiling dtrace-parser v0.2.0 |
| 514 | 2025-02-11T20:39:28.612Z | Compiling toml_datetime v0.6.8 |
| 515 | 2025-02-11T20:39:28.614Z | Compiling serde_spanned v0.6.8 |
| 516 | 2025-02-11T20:39:28.614Z | Compiling cargo-platform v0.1.8 |
| 517 | 2025-02-11T20:39:28.945Z | Compiling serde_tokenstream v0.2.2 |
| 518 | 2025-02-11T20:39:28.990Z | Compiling toml_edit v0.22.22 |
| 519 | 2025-02-11T20:39:29.107Z | Compiling macaddr v1.0.1 |
| 520 | 2025-02-11T20:39:29.281Z | Compiling camino-tempfile v1.1.1 |
| 521 | 2025-02-11T20:39:30.023Z | Compiling dof v0.3.0 |
| 522 | 2025-02-11T20:39:30.023Z | Compiling cargo_metadata v0.18.1 |
| 523 | 2025-02-11T20:39:31.664Z | Compiling usdt-macro v0.5.0 |
| 524 | 2025-02-11T20:39:31.664Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2025-02-11T20:39:31.789Z | Compiling toml v0.8.19 |
| 526 | 2025-02-11T20:39:32.751Z | Compiling cargo_toml v0.20.5 |
| 527 | 2025-02-11T20:39:32.909Z | Compiling usdt v0.5.0 |
| 528 | 2025-02-11T20:39:35.452Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 529 | 2025-02-11T20:39:38.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.39s |
| 530 | 2025-02-11T20:39:38.986Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 531 | 2025-02-11T20:39:39.554Z | Downloading crates ... |
| 532 | 2025-02-11T20:39:39.697Z | Downloaded aead v0.5.2 |
| 533 | 2025-02-11T20:39:39.718Z | Downloaded cstr-argument v0.1.2 |
| 534 | 2025-02-11T20:39:39.721Z | Downloaded atomicwrites v0.4.4 |
| 535 | 2025-02-11T20:39:39.721Z | Downloaded async-stream-impl v0.3.6 |
| 536 | 2025-02-11T20:39:39.725Z | Downloaded cfg_aliases v0.1.1 |
| 537 | 2025-02-11T20:39:39.740Z | Downloaded ciborium-io v0.2.2 |
| 538 | 2025-02-11T20:39:39.742Z | Downloaded crunchy v0.2.2 |
| 539 | 2025-02-11T20:39:39.742Z | Downloaded crucible-workspace-hack v0.1.0 |
| 540 | 2025-02-11T20:39:39.749Z | Downloaded argon2 v0.5.3 |
| 541 | 2025-02-11T20:39:39.751Z | Downloaded arrayref v0.3.9 |
| 542 | 2025-02-11T20:39:39.754Z | Downloaded addr2line v0.24.2 |
| 543 | 2025-02-11T20:39:39.756Z | Downloaded ahash v0.8.11 |
| 544 | 2025-02-11T20:39:39.759Z | Downloaded bit-set v0.5.3 |
| 545 | 2025-02-11T20:39:39.759Z | Downloaded chacha20 v0.9.1 |
| 546 | 2025-02-11T20:39:39.762Z | Downloaded buf-list v1.0.3 |
| 547 | 2025-02-11T20:39:39.765Z | Downloaded atty v0.2.14 |
| 548 | 2025-02-11T20:39:39.767Z | Downloaded atomic-waker v1.1.2 |
| 549 | 2025-02-11T20:39:39.767Z | Downloaded cbc v0.1.2 |
| 550 | 2025-02-11T20:39:39.770Z | Downloaded bitfield v0.14.0 |
| 551 | 2025-02-11T20:39:39.774Z | Downloaded constant_time_eq v0.3.1 |
| 552 | 2025-02-11T20:39:39.777Z | Downloaded chrono-tz-build v0.4.0 |
| 553 | 2025-02-11T20:39:39.780Z | Downloaded blowfish v0.9.1 |
| 554 | 2025-02-11T20:39:39.780Z | Downloaded bitflags v1.3.2 |
| 555 | 2025-02-11T20:39:39.783Z | Downloaded crc-catalog v2.4.0 |
| 556 | 2025-02-11T20:39:39.785Z | Downloaded bitfield-struct v0.6.2 |
| 557 | 2025-02-11T20:39:39.788Z | Downloaded crc v3.2.1 |
| 558 | 2025-02-11T20:39:39.791Z | Downloaded bit-vec v0.6.3 |
| 559 | 2025-02-11T20:39:39.797Z | Downloaded base16ct v0.2.0 |
| 560 | 2025-02-11T20:39:39.801Z | Downloaded bb8 v0.8.5 |
| 561 | 2025-02-11T20:39:39.807Z | Downloaded colored v2.1.0 |
| 562 | 2025-02-11T20:39:39.810Z | Downloaded cipher v0.4.4 |
| 563 | 2025-02-11T20:39:39.813Z | Downloaded const_format_proc_macros v0.2.34 |
| 564 | 2025-02-11T20:39:39.815Z | Downloaded cmake v0.1.51 |
| 565 | 2025-02-11T20:39:39.818Z | Downloaded ciborium-ll v0.2.2 |
| 566 | 2025-02-11T20:39:39.818Z | Downloaded castaway v0.2.3 |
| 567 | 2025-02-11T20:39:39.821Z | Downloaded progenitor-client v0.9.1 |
| 568 | 2025-02-11T20:39:39.821Z | Downloaded ctr v0.9.2 |
| 569 | 2025-02-11T20:39:39.823Z | Downloaded arrayvec v0.7.6 |
| 570 | 2025-02-11T20:39:39.826Z | Downloaded cobs v0.2.3 |
| 571 | 2025-02-11T20:39:39.826Z | Downloaded adler2 v2.0.0 |
| 572 | 2025-02-11T20:39:39.830Z | Downloaded psl-types v2.0.11 |
| 573 | 2025-02-11T20:39:39.837Z | Downloaded async-trait v0.1.86 |
| 574 | 2025-02-11T20:39:39.841Z | Downloaded block-padding v0.3.3 |
| 575 | 2025-02-11T20:39:39.843Z | Downloaded crossbeam-deque v0.8.5 |
| 576 | 2025-02-11T20:39:39.847Z | Downloaded bzip2 v0.4.4 |
| 577 | 2025-02-11T20:39:39.847Z | Downloaded bcs v0.1.6 |
| 578 | 2025-02-11T20:39:39.849Z | Downloaded base64ct v1.6.0 |
| 579 | 2025-02-11T20:39:39.852Z | Downloaded ciborium v0.2.2 |
| 580 | 2025-02-11T20:39:39.855Z | Downloaded backoff v0.4.0 |
| 581 | 2025-02-11T20:39:39.858Z | Downloaded heapless v0.8.0 |
| 582 | 2025-02-11T20:39:39.861Z | Downloaded httpdate v1.0.3 |
| 583 | 2025-02-11T20:39:39.863Z | Downloaded hickory-server v0.24.2 |
| 584 | 2025-02-11T20:39:39.869Z | Downloaded hostname v0.3.1 |
| 585 | 2025-02-11T20:39:39.872Z | Downloaded http v1.2.0 |
| 586 | 2025-02-11T20:39:39.876Z | Downloaded hostname v0.4.0 |
| 587 | 2025-02-11T20:39:39.879Z | Downloaded darling v0.20.10 |
| 588 | 2025-02-11T20:39:39.883Z | Downloaded httparse v1.9.5 |
| 589 | 2025-02-11T20:39:39.886Z | Downloaded http-body v1.0.1 |
| 590 | 2025-02-11T20:39:39.889Z | Downloaded hex v0.4.3 |
| 591 | 2025-02-11T20:39:39.891Z | Downloaded scheduled-thread-pool v0.2.7 |
| 592 | 2025-02-11T20:39:39.891Z | Downloaded hyper-rustls v0.27.3 |
| 593 | 2025-02-11T20:39:39.895Z | Downloaded humantime v2.1.0 |
| 594 | 2025-02-11T20:39:39.898Z | Downloaded hex-literal v0.4.1 |
| 595 | 2025-02-11T20:39:39.898Z | Downloaded http-range v0.1.5 |
| 596 | 2025-02-11T20:39:39.901Z | Downloaded sync_wrapper v1.0.1 |
| 597 | 2025-02-11T20:39:39.901Z | Downloaded sync-ptr v0.1.1 |
| 598 | 2025-02-11T20:39:39.901Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2025-02-11T20:39:39.903Z | Downloaded cassowary v0.3.0 |
| 600 | 2025-02-11T20:39:39.906Z | Downloaded convert_case v0.4.0 |
| 601 | 2025-02-11T20:39:39.906Z | Downloaded async-stream v0.3.6 |
| 602 | 2025-02-11T20:39:39.908Z | Downloaded assert_matches v1.5.0 |
| 603 | 2025-02-11T20:39:39.911Z | Downloaded instant v0.1.13 |
| 604 | 2025-02-11T20:39:39.914Z | Downloaded hubpack_derive v0.1.1 |
| 605 | 2025-02-11T20:39:39.914Z | Downloaded ascii-canvas v3.0.0 |
| 606 | 2025-02-11T20:39:39.917Z | Downloaded console v0.15.10 |
| 607 | 2025-02-11T20:39:39.919Z | Downloaded icu_provider_macros v1.5.0 |
| 608 | 2025-02-11T20:39:39.922Z | Downloaded arc-swap v1.7.1 |
| 609 | 2025-02-11T20:39:39.924Z | Downloaded crossbeam-epoch v0.9.18 |
| 610 | 2025-02-11T20:39:39.927Z | Downloaded crc32fast v1.4.2 |
| 611 | 2025-02-11T20:39:39.929Z | Downloaded crc-any v2.5.0 |
| 612 | 2025-02-11T20:39:39.932Z | Downloaded md5 v0.7.0 |
| 613 | 2025-02-11T20:39:39.935Z | Downloaded http-body-util v0.1.2 |
| 614 | 2025-02-11T20:39:39.935Z | Downloaded blake2 v0.10.6 |
| 615 | 2025-02-11T20:39:39.939Z | Downloaded mirai-annotations v1.12.0 |
| 616 | 2025-02-11T20:39:39.941Z | Downloaded ident_case v1.0.1 |
| 617 | 2025-02-11T20:39:39.941Z | Downloaded match_cfg v0.1.0 |
| 618 | 2025-02-11T20:39:39.942Z | Downloaded clang-sys v1.8.1 |
| 619 | 2025-02-11T20:39:39.945Z | Downloaded same-file v1.0.6 |
| 620 | 2025-02-11T20:39:39.949Z | Downloaded mime v0.3.17 |
| 621 | 2025-02-11T20:39:39.949Z | Downloaded linked-hash-map v0.5.6 |
| 622 | 2025-02-11T20:39:39.949Z | Downloaded indoc v1.0.9 |
| 623 | 2025-02-11T20:39:39.952Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 624 | 2025-02-11T20:39:39.955Z | Downloaded slab v0.4.9 |
| 625 | 2025-02-11T20:39:39.958Z | Downloaded siphasher v0.3.11 |
| 626 | 2025-02-11T20:39:39.960Z | Downloaded lru v0.12.5 |
| 627 | 2025-02-11T20:39:39.967Z | Downloaded mockall v0.13.0 |
| 628 | 2025-02-11T20:39:39.967Z | Downloaded maplit v1.0.2 |
| 629 | 2025-02-11T20:39:39.967Z | Downloaded write16 v1.0.0 |
| 630 | 2025-02-11T20:39:39.967Z | Downloaded synstructure v0.13.1 |
| 631 | 2025-02-11T20:39:39.967Z | Downloaded maybe-uninit v2.0.0 |
| 632 | 2025-02-11T20:39:39.971Z | Downloaded lru-cache v0.1.2 |
| 633 | 2025-02-11T20:39:39.971Z | Downloaded libsw v3.3.1 |
| 634 | 2025-02-11T20:39:39.974Z | Downloaded bytes v1.9.0 |
| 635 | 2025-02-11T20:39:39.977Z | Downloaded lockfree-object-pool v0.1.6 |
| 636 | 2025-02-11T20:39:39.980Z | Downloaded kstat-rs v0.2.4 |
| 637 | 2025-02-11T20:39:39.984Z | Downloaded rustc-demangle v0.1.24 |
| 638 | 2025-02-11T20:39:39.987Z | Downloaded const-oid v0.9.6 |
| 639 | 2025-02-11T20:39:39.989Z | Downloaded async-bb8-diesel v0.2.1 |
| 640 | 2025-02-11T20:39:39.992Z | Downloaded instability v0.3.2 |
| 641 | 2025-02-11T20:39:39.995Z | Downloaded base64 v0.13.1 |
| 642 | 2025-02-11T20:39:39.997Z | Downloaded multer v3.1.0 |
| 643 | 2025-02-11T20:39:40.001Z | Downloaded mime_guess v2.0.5 |
| 644 | 2025-02-11T20:39:40.004Z | Downloaded zone_cfg_derive v0.1.2 |
| 645 | 2025-02-11T20:39:40.004Z | Downloaded chacha20poly1305 v0.10.1 |
| 646 | 2025-02-11T20:39:40.006Z | Downloaded tokio-native-tls v0.3.1 |
| 647 | 2025-02-11T20:39:40.009Z | Downloaded serde_derive_internals v0.29.1 |
| 648 | 2025-02-11T20:39:40.012Z | Downloaded libloading v0.8.5 |
| 649 | 2025-02-11T20:39:40.014Z | Downloaded jobserver v0.1.32 |
| 650 | 2025-02-11T20:39:40.017Z | Downloaded hickory-client v0.24.2 |
| 651 | 2025-02-11T20:39:40.019Z | Downloaded newline-converter v0.3.0 |
| 652 | 2025-02-11T20:39:40.022Z | Downloaded lock_api v0.4.12 |
| 653 | 2025-02-11T20:39:40.022Z | Downloaded rpassword v7.3.1 |
| 654 | 2025-02-11T20:39:40.025Z | Downloaded new_debug_unreachable v1.0.6 |
| 655 | 2025-02-11T20:39:40.025Z | Downloaded memmap2 v0.9.5 |
| 656 | 2025-02-11T20:39:40.028Z | Downloaded zone_cfg_derive v0.3.0 |
| 657 | 2025-02-11T20:39:40.030Z | Downloaded hmac v0.12.1 |
| 658 | 2025-02-11T20:39:40.033Z | Downloaded untrusted v0.7.1 |
| 659 | 2025-02-11T20:39:40.033Z | Downloaded typify-macro v0.3.0 |
| 660 | 2025-02-11T20:39:40.036Z | Downloaded litemap v0.7.3 |
| 661 | 2025-02-11T20:39:40.038Z | Downloaded parse-size v1.1.0 |
| 662 | 2025-02-11T20:39:40.038Z | Downloaded litrs v0.4.1 |
| 663 | 2025-02-11T20:39:40.041Z | Downloaded icu_locid_transform_data v1.5.0 |
| 664 | 2025-02-11T20:39:40.044Z | Downloaded tower-service v0.3.3 |
| 665 | 2025-02-11T20:39:40.044Z | Downloaded backtrace v0.3.74 |
| 666 | 2025-02-11T20:39:40.050Z | Downloaded untrusted v0.9.0 |
| 667 | 2025-02-11T20:39:40.053Z | Downloaded icu_normalizer_data v1.5.0 |
| 668 | 2025-02-11T20:39:40.067Z | Downloaded phf_shared v0.10.0 |
| 669 | 2025-02-11T20:39:40.069Z | Downloaded icu_properties v1.5.1 |
| 670 | 2025-02-11T20:39:40.072Z | Downloaded zerovec-derive v0.10.3 |
| 671 | 2025-02-11T20:39:40.074Z | Downloaded xattr v1.3.1 |
| 672 | 2025-02-11T20:39:40.077Z | Downloaded glob v0.3.2 |
| 673 | 2025-02-11T20:39:40.080Z | Downloaded env_filter v0.1.2 |
| 674 | 2025-02-11T20:39:40.080Z | Downloaded enum-as-inner v0.6.1 |
| 675 | 2025-02-11T20:39:40.082Z | Downloaded display-error-chain v0.2.2 |
| 676 | 2025-02-11T20:39:40.085Z | Downloaded dirs-sys-next v0.1.2 |
| 677 | 2025-02-11T20:39:40.085Z | Downloaded serde_urlencoded v0.7.1 |
| 678 | 2025-02-11T20:39:40.088Z | Downloaded funty v2.0.0 |
| 679 | 2025-02-11T20:39:40.088Z | Downloaded thread_local v1.1.8 |
| 680 | 2025-02-11T20:39:40.090Z | Downloaded displaydoc v0.2.5 |
| 681 | 2025-02-11T20:39:40.093Z | Downloaded indexmap v1.9.3 |
| 682 | 2025-02-11T20:39:40.097Z | Downloaded embedded-io v0.4.0 |
| 683 | 2025-02-11T20:39:40.100Z | Downloaded document-features v0.2.10 |
| 684 | 2025-02-11T20:39:40.103Z | Downloaded typify v0.2.0 |
| 685 | 2025-02-11T20:39:40.105Z | Downloaded polyval v0.6.2 |
| 686 | 2025-02-11T20:39:40.108Z | Downloaded num v0.4.3 |
| 687 | 2025-02-11T20:39:40.108Z | Downloaded slog v2.7.0 |
| 688 | 2025-02-11T20:39:40.112Z | Downloaded try-lock v0.2.5 |
| 689 | 2025-02-11T20:39:40.116Z | Downloaded take_mut v0.2.2 |
| 690 | 2025-02-11T20:39:40.116Z | Downloaded pretty-hex v0.2.1 |
| 691 | 2025-02-11T20:39:40.120Z | Downloaded predicates-tree v1.0.11 |
| 692 | 2025-02-11T20:39:40.120Z | Downloaded zerofrom v0.1.4 |
| 693 | 2025-02-11T20:39:40.120Z | Downloaded rustc-hash v1.1.0 |
| 694 | 2025-02-11T20:39:40.123Z | Downloaded rcgen v0.12.1 |
| 695 | 2025-02-11T20:39:40.123Z | Downloaded foreign-types-macros v0.2.3 |
| 696 | 2025-02-11T20:39:40.126Z | Downloaded env_logger v0.11.5 |
| 697 | 2025-02-11T20:39:40.129Z | Downloaded powerfmt v0.2.0 |
| 698 | 2025-02-11T20:39:40.129Z | Downloaded ron v0.8.1 |
| 699 | 2025-02-11T20:39:40.135Z | Downloaded parse-display-derive v0.10.0 |
| 700 | 2025-02-11T20:39:40.137Z | Downloaded walkdir v2.5.0 |
| 701 | 2025-02-11T20:39:40.143Z | Downloaded futures-channel v0.3.31 |
| 702 | 2025-02-11T20:39:40.143Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 703 | 2025-02-11T20:39:40.143Z | Downloaded crossbeam-channel v0.5.13 |
| 704 | 2025-02-11T20:39:40.148Z | Downloaded env_logger v0.10.2 |
| 705 | 2025-02-11T20:39:40.151Z | Downloaded derive_builder v0.20.2 |
| 706 | 2025-02-11T20:39:40.157Z | Downloaded precomputed-hash v0.1.1 |
| 707 | 2025-02-11T20:39:40.159Z | Downloaded number_prefix v0.4.0 |
| 708 | 2025-02-11T20:39:40.159Z | Downloaded quinn-udp v0.5.5 |
| 709 | 2025-02-11T20:39:40.162Z | Downloaded snafu-derive v0.8.5 |
| 710 | 2025-02-11T20:39:40.165Z | Downloaded utf-8 v0.7.6 |
| 711 | 2025-02-11T20:39:40.165Z | Downloaded rustc-hash v2.0.0 |
| 712 | 2025-02-11T20:39:40.168Z | Downloaded universal-hash v0.5.1 |
| 713 | 2025-02-11T20:39:40.171Z | Downloaded rustc_version v0.1.7 |
| 714 | 2025-02-11T20:39:40.171Z | Downloaded unicase v2.7.0 |
| 715 | 2025-02-11T20:39:40.174Z | Downloaded minimal-lexical v0.2.1 |
| 716 | 2025-02-11T20:39:40.177Z | Downloaded hickory-resolver v0.24.2 |
| 717 | 2025-02-11T20:39:40.182Z | Downloaded unicode-xid v0.2.6 |
| 718 | 2025-02-11T20:39:40.184Z | Downloaded hyper v1.5.2 |
| 719 | 2025-02-11T20:39:40.192Z | Downloaded scrypt v0.11.0 |
| 720 | 2025-02-11T20:39:40.194Z | Downloaded writeable v0.5.5 |
| 721 | 2025-02-11T20:39:40.197Z | Downloaded zeroize_derive v1.4.2 |
| 722 | 2025-02-11T20:39:40.197Z | Downloaded zerofrom-derive v0.1.4 |
| 723 | 2025-02-11T20:39:40.199Z | Downloaded serde-hex v0.1.0 |
| 724 | 2025-02-11T20:39:40.202Z | Downloaded sigpipe v0.1.3 |
| 725 | 2025-02-11T20:39:40.204Z | Downloaded quick-error v1.2.3 |
| 726 | 2025-02-11T20:39:40.204Z | Downloaded flagset v0.4.6 |
| 727 | 2025-02-11T20:39:40.207Z | Downloaded fixedbitset v0.4.2 |
| 728 | 2025-02-11T20:39:40.210Z | Downloaded toolchain_find v0.4.0 |
| 729 | 2025-02-11T20:39:40.210Z | Downloaded fd-lock v4.0.2 |
| 730 | 2025-02-11T20:39:40.212Z | Downloaded derive-where v1.2.7 |
| 731 | 2025-02-11T20:39:40.216Z | Downloaded paste v1.0.15 |
| 732 | 2025-02-11T20:39:40.219Z | Downloaded tap v1.0.1 |
| 733 | 2025-02-11T20:39:40.222Z | Downloaded headers v0.4.0 |
| 734 | 2025-02-11T20:39:40.226Z | Downloaded libm v0.2.8 |
| 735 | 2025-02-11T20:39:40.236Z | Downloaded rand_chacha v0.3.1 |
| 736 | 2025-02-11T20:39:40.240Z | Downloaded radium v0.7.0 |
| 737 | 2025-02-11T20:39:40.244Z | Downloaded toml v0.7.8 |
| 738 | 2025-02-11T20:39:40.247Z | Downloaded hash32 v0.3.1 |
| 739 | 2025-02-11T20:39:40.247Z | Downloaded newtype_derive v0.1.6 |
| 740 | 2025-02-11T20:39:40.247Z | Downloaded term v0.7.0 |
| 741 | 2025-02-11T20:39:40.250Z | Downloaded fxhash v0.2.1 |
| 742 | 2025-02-11T20:39:40.253Z | Downloaded termtree v0.5.1 |
| 743 | 2025-02-11T20:39:40.255Z | Downloaded sec1 v0.7.3 |
| 744 | 2025-02-11T20:39:40.255Z | Downloaded globset v0.4.15 |
| 745 | 2025-02-11T20:39:40.258Z | Downloaded tinystr v0.7.6 |
| 746 | 2025-02-11T20:39:40.261Z | Downloaded russh-cryptovec v0.7.3 |
| 747 | 2025-02-11T20:39:40.263Z | Downloaded password-hash v0.4.2 |
| 748 | 2025-02-11T20:39:40.263Z | Downloaded test-strategy v0.3.1 |
| 749 | 2025-02-11T20:39:40.268Z | Downloaded topological-sort v0.2.2 |
| 750 | 2025-02-11T20:39:40.270Z | Downloaded base64 v0.22.1 |
| 751 | 2025-02-11T20:39:40.275Z | Downloaded oso-derive v0.27.3 |
| 752 | 2025-02-11T20:39:40.278Z | Downloaded xz2 v0.1.7 |
| 753 | 2025-02-11T20:39:40.278Z | Downloaded r2d2 v0.8.10 |
| 754 | 2025-02-11T20:39:40.280Z | Downloaded predicates v3.1.2 |
| 755 | 2025-02-11T20:39:40.283Z | Downloaded slog-bunyan v2.5.0 |
| 756 | 2025-02-11T20:39:40.285Z | Downloaded slog-async v2.8.0 |
| 757 | 2025-02-11T20:39:40.288Z | Downloaded either v1.13.0 |
| 758 | 2025-02-11T20:39:40.288Z | Downloaded der_derive v0.7.3 |
| 759 | 2025-02-11T20:39:40.293Z | Downloaded expectorate v1.1.0 |
| 760 | 2025-02-11T20:39:40.296Z | Downloaded itertools v0.10.5 |
| 761 | 2025-02-11T20:39:40.302Z | Downloaded hash32 v0.2.1 |
| 762 | 2025-02-11T20:39:40.305Z | Downloaded signal-hook v0.3.17 |
| 763 | 2025-02-11T20:39:40.308Z | Downloaded nibble_vec v0.1.0 |
| 764 | 2025-02-11T20:39:40.308Z | Downloaded nanorand v0.7.0 |
| 765 | 2025-02-11T20:39:40.310Z | Downloaded sct v0.7.1 |
| 766 | 2025-02-11T20:39:40.314Z | Downloaded pin-utils v0.1.0 |
| 767 | 2025-02-11T20:39:40.317Z | Downloaded aes v0.8.4 |
| 768 | 2025-02-11T20:39:40.320Z | Downloaded want v0.3.1 |
| 769 | 2025-02-11T20:39:40.322Z | Downloaded wyz v0.5.1 |
| 770 | 2025-02-11T20:39:40.325Z | Downloaded wait-timeout v0.2.0 |
| 771 | 2025-02-11T20:39:40.325Z | Downloaded rtoolbox v0.0.2 |
| 772 | 2025-02-11T20:39:40.328Z | Downloaded thiserror-impl v2.0.11 |
| 773 | 2025-02-11T20:39:40.330Z | Downloaded stable_deref_trait v1.2.0 |
| 774 | 2025-02-11T20:39:40.330Z | Downloaded yoke v0.7.4 |
| 775 | 2025-02-11T20:39:40.333Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 776 | 2025-02-11T20:39:40.336Z | Downloaded tracing-core v0.1.32 |
| 777 | 2025-02-11T20:39:40.338Z | Downloaded fallible-iterator v0.3.0 |
| 778 | 2025-02-11T20:39:40.338Z | Downloaded idna v1.0.3 |
| 779 | 2025-02-11T20:39:40.343Z | Downloaded steno v0.4.1 |
| 780 | 2025-02-11T20:39:40.348Z | Downloaded float-cmp v0.9.0 |
| 781 | 2025-02-11T20:39:40.351Z | Downloaded rsa v0.9.6 |
| 782 | 2025-02-11T20:39:40.356Z | Downloaded num-conv v0.1.0 |
| 783 | 2025-02-11T20:39:40.358Z | Downloaded normalize-line-endings v0.3.0 |
| 784 | 2025-02-11T20:39:40.358Z | Downloaded foreign-types-shared v0.1.1 |
| 785 | 2025-02-11T20:39:40.361Z | Downloaded tls_codec_derive v0.4.1 |
| 786 | 2025-02-11T20:39:40.361Z | Downloaded newtype-uuid v1.2.1 |
| 787 | 2025-02-11T20:39:40.364Z | Downloaded tokio-macros v2.5.0 |
| 788 | 2025-02-11T20:39:40.364Z | Downloaded tls_codec v0.4.1 |
| 789 | 2025-02-11T20:39:40.367Z | Downloaded rand_core v0.6.4 |
| 790 | 2025-02-11T20:39:40.369Z | Downloaded native-tls v0.2.12 |
| 791 | 2025-02-11T20:39:40.372Z | Downloaded pin-project-lite v0.2.14 |
| 792 | 2025-02-11T20:39:40.377Z | Downloaded num-iter v0.1.45 |
| 793 | 2025-02-11T20:39:40.383Z | Downloaded aes-gcm v0.10.3 |
| 794 | 2025-02-11T20:39:40.386Z | Downloaded slog-stdlog v4.1.1 |
| 795 | 2025-02-11T20:39:40.386Z | Downloaded time-macros v0.2.18 |
| 796 | 2025-02-11T20:39:40.388Z | Downloaded signal-hook-registry v1.4.2 |
| 797 | 2025-02-11T20:39:40.388Z | Downloaded rand_xorshift v0.3.0 |
| 798 | 2025-02-11T20:39:40.391Z | Downloaded multimap v0.10.0 |
| 799 | 2025-02-11T20:39:40.394Z | Downloaded strum v0.26.3 |
| 800 | 2025-02-11T20:39:40.394Z | Downloaded utf8_iter v1.0.4 |
| 801 | 2025-02-11T20:39:40.396Z | Downloaded strum_macros v0.26.4 |
| 802 | 2025-02-11T20:39:40.399Z | Downloaded unsafe-libyaml v0.2.11 |
| 803 | 2025-02-11T20:39:40.403Z | Downloaded structmeta-derive v0.2.0 |
| 804 | 2025-02-11T20:39:40.403Z | Downloaded unarray v0.1.4 |
| 805 | 2025-02-11T20:39:40.406Z | Downloaded derive_builder_macro v0.20.2 |
| 806 | 2025-02-11T20:39:40.408Z | Downloaded itertools v0.13.0 |
| 807 | 2025-02-11T20:39:40.414Z | Downloaded rfc6979 v0.4.0 |
| 808 | 2025-02-11T20:39:40.417Z | Downloaded resolv-conf v0.7.0 |
| 809 | 2025-02-11T20:39:40.419Z | Downloaded float-ord v0.3.2 |
| 810 | 2025-02-11T20:39:40.420Z | Downloaded dyn-clone v1.0.17 |
| 811 | 2025-02-11T20:39:40.422Z | Downloaded peg-runtime v0.8.3 |
| 812 | 2025-02-11T20:39:40.422Z | Downloaded num_threads v0.1.7 |
| 813 | 2025-02-11T20:39:40.425Z | Downloaded num-derive v0.4.2 |
| 814 | 2025-02-11T20:39:40.428Z | Downloaded num_enum_derive v0.5.11 |
| 815 | 2025-02-11T20:39:40.428Z | Downloaded smf v0.2.3 |
| 816 | 2025-02-11T20:39:40.431Z | Downloaded typify-macro v0.2.0 |
| 817 | 2025-02-11T20:39:40.431Z | Downloaded ecdsa v0.16.9 |
| 818 | 2025-02-11T20:39:40.433Z | Downloaded vsss-rs v3.3.4 |
| 819 | 2025-02-11T20:39:40.436Z | Downloaded num-rational v0.4.2 |
| 820 | 2025-02-11T20:39:40.439Z | Downloaded pin-project v1.1.6 |
| 821 | 2025-02-11T20:39:40.451Z | Downloaded darling_macro v0.20.10 |
| 822 | 2025-02-11T20:39:40.454Z | Downloaded itertools v0.12.1 |
| 823 | 2025-02-11T20:39:40.460Z | Downloaded form_urlencoded v1.2.1 |
| 824 | 2025-02-11T20:39:40.462Z | Downloaded crossterm v0.28.1 |
| 825 | 2025-02-11T20:39:40.469Z | Downloaded nodrop v0.1.14 |
| 826 | 2025-02-11T20:39:40.472Z | Downloaded olpc-cjson v0.1.4 |
| 827 | 2025-02-11T20:39:40.472Z | Downloaded group v0.13.0 |
| 828 | 2025-02-11T20:39:40.475Z | Downloaded fragile v2.0.0 |
| 829 | 2025-02-11T20:39:40.477Z | Downloaded deranged v0.3.11 |
| 830 | 2025-02-11T20:39:40.480Z | Downloaded serde_with_macros v3.11.0 |
| 831 | 2025-02-11T20:39:40.480Z | Downloaded dropshot_endpoint v0.15.1 |
| 832 | 2025-02-11T20:39:40.484Z | Downloaded yoke-derive v0.7.4 |
| 833 | 2025-02-11T20:39:40.487Z | Downloaded which v4.4.2 |
| 834 | 2025-02-11T20:39:40.489Z | Downloaded headers-core v0.3.0 |
| 835 | 2025-02-11T20:39:40.490Z | Downloaded strip-ansi-escapes v0.2.0 |
| 836 | 2025-02-11T20:39:40.492Z | Downloaded slog-dtrace v0.3.0 |
| 837 | 2025-02-11T20:39:40.492Z | Downloaded rustls-pemfile v1.0.4 |
| 838 | 2025-02-11T20:39:40.495Z | Downloaded pem v3.0.4 |
| 839 | 2025-02-11T20:39:40.498Z | Downloaded postcard v1.0.10 |
| 840 | 2025-02-11T20:39:40.500Z | Downloaded pkcs1 v0.7.5 |
| 841 | 2025-02-11T20:39:40.503Z | Downloaded num-traits v0.2.19 |
| 842 | 2025-02-11T20:39:40.506Z | Downloaded hashbrown v0.13.2 |
| 843 | 2025-02-11T20:39:40.511Z | Downloaded rand v0.8.5 |
| 844 | 2025-02-11T20:39:40.515Z | Downloaded openssl-probe v0.1.5 |
| 845 | 2025-02-11T20:39:40.518Z | Downloaded parse-zoneinfo v0.3.1 |
| 846 | 2025-02-11T20:39:40.520Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 847 | 2025-02-11T20:39:40.524Z | Downloaded slog-envlogger v2.2.0 |
| 848 | 2025-02-11T20:39:40.524Z | Downloaded nu-ansi-term v0.50.1 |
| 849 | 2025-02-11T20:39:40.527Z | Downloaded debug-ignore v1.0.5 |
| 850 | 2025-02-11T20:39:40.530Z | Downloaded futures-sink v0.3.31 |
| 851 | 2025-02-11T20:39:40.530Z | Downloaded signature v2.2.0 |
| 852 | 2025-02-11T20:39:40.532Z | Downloaded serde_repr v0.1.19 |
| 853 | 2025-02-11T20:39:40.535Z | Downloaded serde_plain v1.0.2 |
| 854 | 2025-02-11T20:39:40.537Z | Downloaded serde_yaml v0.9.34+deprecated |
| 855 | 2025-02-11T20:39:40.540Z | Downloaded defmt-macros v0.3.9 |
| 856 | 2025-02-11T20:39:40.543Z | Downloaded progenitor-client v0.8.0 |
| 857 | 2025-02-11T20:39:40.546Z | Downloaded smallvec v0.6.14 |
| 858 | 2025-02-11T20:39:40.549Z | Downloaded time-core v0.1.2 |
| 859 | 2025-02-11T20:39:40.549Z | Downloaded pkg-config v0.3.31 |
| 860 | 2025-02-11T20:39:40.551Z | Downloaded foreign-types v0.5.0 |
| 861 | 2025-02-11T20:39:40.551Z | Downloaded percent-encoding v2.3.1 |
| 862 | 2025-02-11T20:39:40.554Z | Downloaded defmt-parser v0.3.4 |
| 863 | 2025-02-11T20:39:40.554Z | Downloaded defmt v0.3.8 |
| 864 | 2025-02-11T20:39:40.558Z | Downloaded packed_struct v0.10.1 |
| 865 | 2025-02-11T20:39:40.560Z | Downloaded rustls-pemfile v2.2.0 |
| 866 | 2025-02-11T20:39:40.563Z | Downloaded smallvec v1.13.2 |
| 867 | 2025-02-11T20:39:40.565Z | Downloaded x509-cert v0.2.5 |
| 868 | 2025-02-11T20:39:40.572Z | Downloaded vergen v8.3.2 |
| 869 | 2025-02-11T20:39:40.575Z | Downloaded quinn v0.11.5 |
| 870 | 2025-02-11T20:39:40.580Z | Downloaded unicode-truncate v1.1.0 |
| 871 | 2025-02-11T20:39:40.582Z | Downloaded subtle v2.6.1 |
| 872 | 2025-02-11T20:39:40.585Z | Downloaded fallible-iterator v0.2.0 |
| 873 | 2025-02-11T20:39:40.585Z | Downloaded slog-scope v4.4.0 |
| 874 | 2025-02-11T20:39:40.588Z | Downloaded tokio-tungstenite v0.21.0 |
| 875 | 2025-02-11T20:39:40.591Z | Downloaded tokio-stream v0.1.16 |
| 876 | 2025-02-11T20:39:40.594Z | Downloaded half v2.4.1 |
| 877 | 2025-02-11T20:39:40.597Z | Downloaded foreign-types v0.3.2 |
| 878 | 2025-02-11T20:39:40.600Z | Downloaded time v0.3.36 |
| 879 | 2025-02-11T20:39:40.607Z | Downloaded gethostname v0.5.0 |
| 880 | 2025-02-11T20:39:40.610Z | Downloaded tokio-util v0.7.12 |
| 881 | 2025-02-11T20:39:40.617Z | Downloaded foreign-types-shared v0.3.1 |
| 882 | 2025-02-11T20:39:40.619Z | Downloaded secrecy v0.8.0 |
| 883 | 2025-02-11T20:39:40.619Z | Downloaded rustversion v1.0.17 |
| 884 | 2025-02-11T20:39:40.622Z | Downloaded unicode-bidi v0.3.17 |
| 885 | 2025-02-11T20:39:40.625Z | Downloaded ref-cast-impl v1.0.23 |
| 886 | 2025-02-11T20:39:40.628Z | Downloaded flate2 v1.0.35 |
| 887 | 2025-02-11T20:39:40.632Z | Downloaded openssl-macros v0.1.1 |
| 888 | 2025-02-11T20:39:40.635Z | Downloaded typify v0.3.0 |
| 889 | 2025-02-11T20:39:40.638Z | Downloaded progenitor-macro v0.8.0 |
| 890 | 2025-02-11T20:39:40.640Z | Downloaded hkdf v0.12.4 |
| 891 | 2025-02-11T20:39:40.643Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2025-02-11T20:39:40.646Z | Downloaded salsa20 v0.10.2 |
| 893 | 2025-02-11T20:39:40.646Z | Downloaded rusty-fork v0.3.0 |
| 894 | 2025-02-11T20:39:40.648Z | Downloaded num-bigint-dig v0.8.4 |
| 895 | 2025-02-11T20:39:40.653Z | Downloaded downcast v0.11.0 |
| 896 | 2025-02-11T20:39:40.655Z | Downloaded lalrpop v0.19.12 |
| 897 | 2025-02-11T20:39:40.668Z | Downloaded serde-big-array v0.5.1 |
| 898 | 2025-02-11T20:39:40.672Z | Downloaded aws-lc-rs v1.10.0 |
| 899 | 2025-02-11T20:39:40.679Z | Downloaded termtree v0.4.1 |
| 900 | 2025-02-11T20:39:40.683Z | Downloaded sqlparser_derive v0.2.2 |
| 901 | 2025-02-11T20:39:40.683Z | Downloaded ed25519 v2.2.3 |
| 902 | 2025-02-11T20:39:40.686Z | Downloaded parking_lot v0.11.2 |
| 903 | 2025-02-11T20:39:40.689Z | Downloaded hashlink v0.9.1 |
| 904 | 2025-02-11T20:39:40.689Z | Downloaded pbkdf2 v0.11.0 |
| 905 | 2025-02-11T20:39:40.692Z | Downloaded string_cache v0.8.7 |
| 906 | 2025-02-11T20:39:40.694Z | Downloaded icu_properties_data v1.5.0 |
| 907 | 2025-02-11T20:39:40.705Z | Downloaded static_assertions v1.1.0 |
| 908 | 2025-02-11T20:39:40.708Z | Downloaded ssh-encoding v0.2.0 |
| 909 | 2025-02-11T20:39:40.711Z | Downloaded dunce v1.0.5 |
| 910 | 2025-02-11T20:39:40.711Z | Downloaded parking_lot_core v0.9.10 |
| 911 | 2025-02-11T20:39:40.713Z | Downloaded unicode-normalization v0.1.24 |
| 912 | 2025-02-11T20:39:40.716Z | Downloaded value-bag v1.9.0 |
| 913 | 2025-02-11T20:39:40.720Z | Downloaded serde_path_to_error v0.1.16 |
| 914 | 2025-02-11T20:39:40.723Z | Downloaded futures-io v0.3.31 |
| 915 | 2025-02-11T20:39:40.725Z | Downloaded rustls-webpki v0.101.7 |
| 916 | 2025-02-11T20:39:40.739Z | Downloaded embedded-io v0.6.1 |
| 917 | 2025-02-11T20:39:40.742Z | Downloaded strum_macros v0.24.3 |
| 918 | 2025-02-11T20:39:40.745Z | Downloaded fs_extra v1.3.0 |
| 919 | 2025-02-11T20:39:40.745Z | Downloaded thiserror v2.0.11 |
| 920 | 2025-02-11T20:39:40.753Z | Downloaded supports-color v3.0.1 |
| 921 | 2025-02-11T20:39:40.757Z | Downloaded slog-json v2.6.1 |
| 922 | 2025-02-11T20:39:40.757Z | Downloaded difflib v0.4.0 |
| 923 | 2025-02-11T20:39:40.757Z | Downloaded postgres-protocol v0.6.7 |
| 924 | 2025-02-11T20:39:40.760Z | Downloaded postgres-types v0.2.8 |
| 925 | 2025-02-11T20:39:40.763Z | Downloaded zone v0.3.0 |
| 926 | 2025-02-11T20:39:40.763Z | Downloaded openssl-sys v0.9.105 |
| 927 | 2025-02-11T20:39:40.767Z | Downloaded samael v0.0.17 |
| 928 | 2025-02-11T20:39:40.774Z | Downloaded parking_lot_core v0.8.6 |
| 929 | 2025-02-11T20:39:40.777Z | Downloaded schemars v0.8.21 |
| 930 | 2025-02-11T20:39:40.790Z | Downloaded ena v0.14.3 |
| 931 | 2025-02-11T20:39:40.793Z | Downloaded flume v0.11.1 |
| 932 | 2025-02-11T20:39:40.795Z | Downloaded heapless v0.7.17 |
| 933 | 2025-02-11T20:39:40.800Z | Downloaded omicron-zone-package v0.12.0 |
| 934 | 2025-02-11T20:39:40.803Z | Downloaded uzers v0.12.1 |
| 935 | 2025-02-11T20:39:40.806Z | Downloaded p521 v0.13.3 |
| 936 | 2025-02-11T20:39:40.811Z | Downloaded progenitor-impl v0.8.0 |
| 937 | 2025-02-11T20:39:40.814Z | Downloaded parking_lot v0.12.3 |
| 938 | 2025-02-11T20:39:40.817Z | Downloaded zerocopy v0.8.10 |
| 939 | 2025-02-11T20:39:40.842Z | Downloaded diff v0.1.13 |
| 940 | 2025-02-11T20:39:40.845Z | Downloaded git2 v0.19.0 |
| 941 | 2025-02-11T20:39:40.854Z | Downloaded progenitor-impl v0.9.1 |
| 942 | 2025-02-11T20:39:40.857Z | Downloaded subprocess v0.2.9 |
| 943 | 2025-02-11T20:39:40.860Z | Downloaded getrandom v0.2.15 |
| 944 | 2025-02-11T20:39:40.863Z | Downloaded typed-path v0.9.3 |
| 945 | 2025-02-11T20:39:40.870Z | Downloaded aho-corasick v1.1.3 |
| 946 | 2025-02-11T20:39:40.877Z | Downloaded ed25519-dalek v2.1.1 |
| 947 | 2025-02-11T20:39:40.881Z | Downloaded der v0.7.9 |
| 948 | 2025-02-11T20:39:40.886Z | Downloaded winnow v0.5.40 |
| 949 | 2025-02-11T20:39:40.896Z | Downloaded snafu v0.8.5 |
| 950 | 2025-02-11T20:39:40.901Z | Downloaded bindgen v0.69.5 |
| 951 | 2025-02-11T20:39:40.910Z | Downloaded h2 v0.4.6 |
| 952 | 2025-02-11T20:39:40.917Z | Downloaded zip v2.1.3 |
| 953 | 2025-02-11T20:39:40.924Z | Downloaded sqlparser v0.45.0 |
| 954 | 2025-02-11T20:39:40.929Z | Downloaded rusqlite v0.32.1 |
| 955 | 2025-02-11T20:39:40.936Z | Downloaded quinn-proto v0.11.8 |
| 956 | 2025-02-11T20:39:40.943Z | Downloaded unicode-segmentation v1.12.0 |
| 957 | 2025-02-11T20:39:40.947Z | Downloaded ssh-key v0.6.6 |
| 958 | 2025-02-11T20:39:40.955Z | Downloaded regex v1.11.1 |
| 959 | 2025-02-11T20:39:40.970Z | Downloaded reedline v0.35.0 |
| 960 | 2025-02-11T20:39:40.979Z | Downloaded zerovec v0.10.4 |
| 961 | 2025-02-11T20:39:40.985Z | Downloaded petname v2.0.2 |
| 962 | 2025-02-11T20:39:40.991Z | Downloaded salty v0.3.0 |
| 963 | 2025-02-11T20:39:40.999Z | Downloaded radix_trie v0.2.1 |
| 964 | 2025-02-11T20:39:41.005Z | Downloaded quick-xml v0.33.0 |
| 965 | 2025-02-11T20:39:41.012Z | Downloaded p384 v0.13.0 |
| 966 | 2025-02-11T20:39:41.019Z | Downloaded curve25519-dalek v4.1.3 |
| 967 | 2025-02-11T20:39:41.029Z | Downloaded gimli v0.31.1 |
| 968 | 2025-02-11T20:39:41.039Z | Downloaded portable-atomic v1.9.0 |
| 969 | 2025-02-11T20:39:41.047Z | Downloaded rustls v0.21.12 |
| 970 | 2025-02-11T20:39:41.060Z | Downloaded object v0.30.4 |
| 971 | 2025-02-11T20:39:41.072Z | Downloaded webpki-roots v0.26.6 |
| 972 | 2025-02-11T20:39:41.076Z | Downloaded vcpkg v0.2.15 |
| 973 | 2025-02-11T20:39:41.117Z | Downloaded chrono-tz v0.10.1 |
| 974 | 2025-02-11T20:39:41.125Z | Downloaded bstr v1.10.0 |
| 975 | 2025-02-11T20:39:41.136Z | Downloaded reqwest v0.12.9 |
| 976 | 2025-02-11T20:39:41.145Z | Downloaded openssl v0.10.70 |
| 977 | 2025-02-11T20:39:41.156Z | Downloaded rustls-webpki v0.102.8 |
| 978 | 2025-02-11T20:39:41.177Z | Downloaded polar-core v0.27.3 |
| 979 | 2025-02-11T20:39:41.185Z | Downloaded openapiv3 v2.0.0 |
| 980 | 2025-02-11T20:39:41.199Z | Downloaded nix v0.27.1 |
| 981 | 2025-02-11T20:39:41.210Z | Downloaded diesel v2.2.6 |
| 982 | 2025-02-11T20:39:41.232Z | Downloaded unicode-width v0.2.0 |
| 983 | 2025-02-11T20:39:41.238Z | Downloaded dropshot v0.15.1 |
| 984 | 2025-02-11T20:39:41.261Z | Downloaded regress v0.10.1 |
| 985 | 2025-02-11T20:39:41.271Z | Downloaded rustls v0.23.19 |
| 986 | 2025-02-11T20:39:41.283Z | Downloaded regress v0.9.1 |
| 987 | 2025-02-11T20:39:41.293Z | Downloaded dropshot v0.12.0 |
| 988 | 2025-02-11T20:39:41.314Z | Downloaded nix v0.29.0 |
| 989 | 2025-02-11T20:39:41.326Z | Downloaded nix v0.28.0 |
| 990 | 2025-02-11T20:39:41.338Z | Downloaded regex-syntax v0.6.29 |
| 991 | 2025-02-11T20:39:41.345Z | Downloaded regex-syntax v0.8.5 |
| 992 | 2025-02-11T20:39:41.355Z | Downloaded typify-impl v0.2.0 |
| 993 | 2025-02-11T20:39:41.371Z | Downloaded ratatui v0.28.1 |
| 994 | 2025-02-11T20:39:41.391Z | Downloaded regex-automata v0.4.8 |
| 995 | 2025-02-11T20:39:41.409Z | Downloaded typify-impl v0.3.0 |
| 996 | 2025-02-11T20:39:41.424Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 997 | 2025-02-11T20:39:41.437Z | Downloaded sled v0.34.7 |
| 998 | 2025-02-11T20:39:41.448Z | Downloaded rustls v0.22.4 |
| 999 | 2025-02-11T20:39:41.464Z | Downloaded zerocopy-derive v0.6.6 |
| 1000 | 2025-02-11T20:39:41.477Z | Downloaded smoltcp v0.9.1 |
| 1001 | 2025-02-11T20:39:41.483Z | Downloaded smoltcp v0.11.0 |
| 1002 | 2025-02-11T20:39:41.497Z | Downloaded object v0.36.5 |
| 1003 | 2025-02-11T20:39:41.508Z | Downloaded lzma-sys v0.1.20 |
| 1004 | 2025-02-11T20:39:41.537Z | Downloaded petgraph v0.6.5 |
| 1005 | 2025-02-11T20:39:41.555Z | Downloaded bitvec v1.0.1 |
| 1006 | 2025-02-11T20:39:41.571Z | Downloaded prettyplease v0.2.25 |
| 1007 | 2025-02-11T20:39:41.575Z | Downloaded csv v1.3.1 |
| 1008 | 2025-02-11T20:39:41.596Z | Downloaded chrono v0.4.39 |
| 1009 | 2025-02-11T20:39:41.603Z | Downloaded zip v0.6.6 |
| 1010 | 2025-02-11T20:39:41.607Z | Downloaded dropshot_endpoint v0.12.0 |
| 1011 | 2025-02-11T20:39:41.611Z | Downloaded zerocopy-derive v0.8.10 |
| 1012 | 2025-02-11T20:39:41.617Z | Downloaded proptest v1.5.0 |
| 1013 | 2025-02-11T20:39:41.626Z | Downloaded libz-sys v1.1.20 |
| 1014 | 2025-02-11T20:39:41.647Z | Downloaded sha3 v0.10.8 |
| 1015 | 2025-02-11T20:39:41.652Z | Downloaded tokio-rustls v0.24.1 |
| 1016 | 2025-02-11T20:39:41.654Z | Downloaded tough v0.19.0 |
| 1017 | 2025-02-11T20:39:41.663Z | Downloaded tokio v1.43.0 |
| 1018 | 2025-02-11T20:39:41.704Z | Downloaded futures-util v0.3.31 |
| 1019 | 2025-02-11T20:39:41.715Z | Downloaded tinyvec v1.8.0 |
| 1020 | 2025-02-11T20:39:41.718Z | Downloaded darling_core v0.20.10 |
| 1021 | 2025-02-11T20:39:41.723Z | Downloaded tungstenite v0.24.0 |
| 1022 | 2025-02-11T20:39:41.726Z | Downloaded tungstenite v0.23.0 |
| 1023 | 2025-02-11T20:39:41.729Z | Downloaded russh v0.45.0 |
| 1024 | 2025-02-11T20:39:41.734Z | Downloaded p256 v0.13.2 |
| 1025 | 2025-02-11T20:39:41.737Z | Downloaded rayon v1.10.0 |
| 1026 | 2025-02-11T20:39:41.747Z | Downloaded twox-hash v2.1.0 |
| 1027 | 2025-02-11T20:39:41.749Z | Downloaded num_enum v0.5.11 |
| 1028 | 2025-02-11T20:39:41.754Z | Downloaded scopeguard v1.2.0 |
| 1029 | 2025-02-11T20:39:41.757Z | Downloaded pkcs5 v0.7.1 |
| 1030 | 2025-02-11T20:39:41.760Z | Downloaded tungstenite v0.21.0 |
| 1031 | 2025-02-11T20:39:41.764Z | Downloaded num-bigint v0.4.6 |
| 1032 | 2025-02-11T20:39:41.769Z | Downloaded blake3 v1.5.4 |
| 1033 | 2025-02-11T20:39:41.778Z | Downloaded hickory-proto v0.24.3 |
| 1034 | 2025-02-11T20:39:41.794Z | Downloaded rustyline v14.0.0 |
| 1035 | 2025-02-11T20:39:41.799Z | Downloaded hashbrown v0.14.5 |
| 1036 | 2025-02-11T20:39:41.805Z | Downloaded primeorder v0.13.6 |
| 1037 | 2025-02-11T20:39:41.807Z | Downloaded serde_with v3.11.0 |
| 1038 | 2025-02-11T20:39:41.815Z | Downloaded pem-rfc7468 v0.7.0 |
| 1039 | 2025-02-11T20:39:41.818Z | Downloaded parse-display v0.10.0 |
| 1040 | 2025-02-11T20:39:41.820Z | Downloaded ghash v0.5.1 |
| 1041 | 2025-02-11T20:39:41.820Z | Downloaded ron v0.7.1 |
| 1042 | 2025-02-11T20:39:41.824Z | Downloaded nom v7.1.3 |
| 1043 | 2025-02-11T20:39:41.830Z | Downloaded hashbrown v0.12.3 |
| 1044 | 2025-02-11T20:39:41.834Z | Downloaded zone v0.1.8 |
| 1045 | 2025-02-11T20:39:41.837Z | Downloaded slog-term v2.9.1 |
| 1046 | 2025-02-11T20:39:41.840Z | Downloaded pkcs8 v0.10.2 |
| 1047 | 2025-02-11T20:39:41.843Z | Downloaded oso v0.27.3 |
| 1048 | 2025-02-11T20:39:41.846Z | Downloaded encoding_rs v0.8.34 |
| 1049 | 2025-02-11T20:39:41.867Z | Downloaded qorb v0.2.1 |
| 1050 | 2025-02-11T20:39:41.872Z | Downloaded endian-type v0.1.2 |
| 1051 | 2025-02-11T20:39:41.874Z | Downloaded thiserror-no-std v2.0.2 |
| 1052 | 2025-02-11T20:39:41.877Z | Downloaded derive_more v0.99.18 |
| 1053 | 2025-02-11T20:39:41.880Z | Downloaded ref-cast v1.0.23 |
| 1054 | 2025-02-11T20:39:41.883Z | Downloaded utf16_iter v1.0.5 |
| 1055 | 2025-02-11T20:39:41.886Z | Downloaded semver v0.1.20 |
| 1056 | 2025-02-11T20:39:41.886Z | Downloaded schemars_derive v0.8.21 |
| 1057 | 2025-02-11T20:39:41.888Z | Downloaded predicates-core v1.0.8 |
| 1058 | 2025-02-11T20:39:41.888Z | Downloaded foldhash v0.1.3 |
| 1059 | 2025-02-11T20:39:41.888Z | Downloaded futures-task v0.3.31 |
| 1060 | 2025-02-11T20:39:41.891Z | Downloaded futures-macro v0.3.31 |
| 1061 | 2025-02-11T20:39:41.891Z | Downloaded peg-macros v0.8.4 |
| 1062 | 2025-02-11T20:39:41.894Z | Downloaded tokio-rustls v0.26.0 |
| 1063 | 2025-02-11T20:39:41.896Z | Downloaded toml_edit v0.19.15 |
| 1064 | 2025-02-11T20:39:41.911Z | Downloaded tracing-attributes v0.1.27 |
| 1065 | 2025-02-11T20:39:41.913Z | Downloaded data-encoding v2.6.0 |
| 1066 | 2025-02-11T20:39:41.917Z | Downloaded peg v0.8.4 |
| 1067 | 2025-02-11T20:39:41.919Z | Downloaded pbkdf2 v0.12.2 |
| 1068 | 2025-02-11T20:39:41.919Z | Downloaded des v0.8.1 |
| 1069 | 2025-02-11T20:39:41.922Z | Downloaded fatfs v0.3.6 |
| 1070 | 2025-02-11T20:39:41.924Z | Downloaded similar v2.6.0 |
| 1071 | 2025-02-11T20:39:41.928Z | Downloaded tokio-rustls v0.25.0 |
| 1072 | 2025-02-11T20:39:41.931Z | Downloaded vte v0.11.1 |
| 1073 | 2025-02-11T20:39:41.934Z | Downloaded stringprep v0.1.5 |
| 1074 | 2025-02-11T20:39:41.934Z | Downloaded progenitor v0.9.1 |
| 1075 | 2025-02-11T20:39:41.937Z | Downloaded progenitor v0.8.0 |
| 1076 | 2025-02-11T20:39:41.937Z | Downloaded uuid v1.12.0 |
| 1077 | 2025-02-11T20:39:41.940Z | Downloaded tokio-postgres v0.7.12 |
| 1078 | 2025-02-11T20:39:41.944Z | Downloaded proc-macro-crate v1.3.1 |
| 1079 | 2025-02-11T20:39:41.947Z | Downloaded elliptic-curve v0.13.8 |
| 1080 | 2025-02-11T20:39:41.949Z | Downloaded signal-hook-mio v0.2.4 |
| 1081 | 2025-02-11T20:39:41.952Z | Downloaded owo-colors v4.1.0 |
| 1082 | 2025-02-11T20:39:41.955Z | Downloaded opaque-debug v0.3.1 |
| 1083 | 2025-02-11T20:39:41.955Z | Downloaded diesel_derives v2.2.3 |
| 1084 | 2025-02-11T20:39:41.958Z | Downloaded socket2 v0.5.7 |
| 1085 | 2025-02-11T20:39:41.961Z | Downloaded structmeta-derive v0.3.0 |
| 1086 | 2025-02-11T20:39:41.963Z | Downloaded unicode_categories v0.1.1 |
| 1087 | 2025-02-11T20:39:41.963Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1088 | 2025-02-11T20:39:42.022Z | Downloaded futures-executor v0.3.31 |
| 1089 | 2025-02-11T20:39:42.024Z | Downloaded futures-core v0.3.31 |
| 1090 | 2025-02-11T20:39:42.027Z | Downloaded phf v0.11.2 |
| 1091 | 2025-02-11T20:39:42.027Z | Downloaded tinyvec_macros v0.1.1 |
| 1092 | 2025-02-11T20:39:42.027Z | Downloaded url v2.5.3 |
| 1093 | 2025-02-11T20:39:42.030Z | Downloaded dsl_auto_type v0.1.2 |
| 1094 | 2025-02-11T20:39:42.033Z | Downloaded dirs-next v2.0.0 |
| 1095 | 2025-02-11T20:39:42.033Z | Downloaded poly1305 v0.8.0 |
| 1096 | 2025-02-11T20:39:42.035Z | Downloaded password-hash v0.5.0 |
| 1097 | 2025-02-11T20:39:42.038Z | Downloaded publicsuffix v2.3.0 |
| 1098 | 2025-02-11T20:39:42.040Z | Downloaded yasna v0.5.2 |
| 1099 | 2025-02-11T20:39:42.043Z | Downloaded whoami v1.5.2 |
| 1100 | 2025-02-11T20:39:42.043Z | Downloaded tokio-tungstenite v0.24.0 |
| 1101 | 2025-02-11T20:39:42.046Z | Downloaded structmeta v0.2.0 |
| 1102 | 2025-02-11T20:39:42.046Z | Downloaded spin v0.9.8 |
| 1103 | 2025-02-11T20:39:42.049Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2025-02-11T20:39:42.051Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1105 | 2025-02-11T20:39:42.051Z | Downloaded tar v0.4.42 |
| 1106 | 2025-02-11T20:39:42.056Z | Downloaded phf_codegen v0.11.2 |
| 1107 | 2025-02-11T20:39:42.056Z | Downloaded simd-adler32 v0.3.7 |
| 1108 | 2025-02-11T20:39:42.058Z | Downloaded num-integer v0.1.46 |
| 1109 | 2025-02-11T20:39:42.058Z | Downloaded russh-keys v0.45.0 |
| 1110 | 2025-02-11T20:39:42.061Z | Downloaded rayon-core v1.12.1 |
| 1111 | 2025-02-11T20:39:42.064Z | Downloaded pin-project-internal v1.1.6 |
| 1112 | 2025-02-11T20:39:42.067Z | Downloaded ff v0.13.0 |
| 1113 | 2025-02-11T20:39:42.067Z | Downloaded bumpalo v3.16.0 |
| 1114 | 2025-02-11T20:39:42.070Z | Downloaded ppv-lite86 v0.2.20 |
| 1115 | 2025-02-11T20:39:42.072Z | Downloaded tiny-keccak v2.0.2 |
| 1116 | 2025-02-11T20:39:42.075Z | Downloaded zeroize v1.8.1 |
| 1117 | 2025-02-11T20:39:42.077Z | Downloaded libxml v0.3.3 |
| 1118 | 2025-02-11T20:39:42.083Z | Downloaded spki v0.7.3 |
| 1119 | 2025-02-11T20:39:42.085Z | Downloaded unicode-properties v0.1.3 |
| 1120 | 2025-02-11T20:39:42.088Z | Downloaded rustc_version v0.4.1 |
| 1121 | 2025-02-11T20:39:42.088Z | Downloaded futures v0.3.31 |
| 1122 | 2025-02-11T20:39:42.093Z | Downloaded tracing v0.1.40 |
| 1123 | 2025-02-11T20:39:42.097Z | Downloaded strum_macros v0.25.3 |
| 1124 | 2025-02-11T20:39:42.100Z | Downloaded filetime v0.2.25 |
| 1125 | 2025-02-11T20:39:42.103Z | Downloaded diesel-dtrace v0.4.2 |
| 1126 | 2025-02-11T20:39:42.103Z | Downloaded zerocopy v0.6.6 |
| 1127 | 2025-02-11T20:39:42.106Z | Downloaded mio v1.0.2 |
| 1128 | 2025-02-11T20:39:42.110Z | Downloaded num-complex v0.4.6 |
| 1129 | 2025-02-11T20:39:42.113Z | Downloaded sqlformat v0.2.6 |
| 1130 | 2025-02-11T20:39:42.116Z | Downloaded tui-tree-widget v0.22.0 |
| 1131 | 2025-02-11T20:39:42.116Z | Downloaded termios v0.3.3 |
| 1132 | 2025-02-11T20:39:42.119Z | Downloaded termcolor v1.4.1 |
| 1133 | 2025-02-11T20:39:42.121Z | Downloaded path-slash v0.1.5 |
| 1134 | 2025-02-11T20:39:42.121Z | Downloaded tabwriter v1.4.0 |
| 1135 | 2025-02-11T20:39:42.124Z | Downloaded progenitor-macro v0.9.1 |
| 1136 | 2025-02-11T20:39:42.124Z | Downloaded derive_builder_core v0.20.2 |
| 1137 | 2025-02-11T20:39:42.127Z | Downloaded zopfli v0.8.1 |
| 1138 | 2025-02-11T20:39:42.129Z | Downloaded indicatif v0.17.11 |
| 1139 | 2025-02-11T20:39:42.132Z | Downloaded base64 v0.21.7 |
| 1140 | 2025-02-11T20:39:42.134Z | Downloaded shlex v1.3.0 |
| 1141 | 2025-02-11T20:39:42.137Z | Downloaded shell-words v1.1.0 |
| 1142 | 2025-02-11T20:39:42.137Z | Downloaded sha1 v0.10.6 |
| 1143 | 2025-02-11T20:39:42.140Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1144 | 2025-02-11T20:39:42.140Z | Downloaded icu_collections v1.5.0 |
| 1145 | 2025-02-11T20:39:42.145Z | Downloaded hyper-util v0.1.10 |
| 1146 | 2025-02-11T20:39:42.150Z | Downloaded rand_seeder v0.3.0 |
| 1147 | 2025-02-11T20:39:42.153Z | Downloaded phf_shared v0.11.2 |
| 1148 | 2025-02-11T20:39:42.153Z | Downloaded phf_generator v0.11.2 |
| 1149 | 2025-02-11T20:39:42.156Z | Downloaded packed_struct_codegen v0.10.1 |
| 1150 | 2025-02-11T20:39:42.156Z | Downloaded miniz_oxide v0.8.0 |
| 1151 | 2025-02-11T20:39:42.158Z | Downloaded icu_provider v1.5.0 |
| 1152 | 2025-02-11T20:39:42.161Z | Downloaded rustls-pki-types v1.10.0 |
| 1153 | 2025-02-11T20:39:42.164Z | Downloaded mockall_derive v0.13.0 |
| 1154 | 2025-02-11T20:39:42.167Z | Downloaded crypto-bigint v0.5.5 |
| 1155 | 2025-02-11T20:39:42.174Z | Downloaded const_format v0.2.34 |
| 1156 | 2025-02-11T20:39:42.178Z | Downloaded cc v1.1.30 |
| 1157 | 2025-02-11T20:39:42.182Z | Downloaded icu_locid v1.5.0 |
| 1158 | 2025-02-11T20:39:42.186Z | Downloaded icu_normalizer v1.5.0 |
| 1159 | 2025-02-11T20:39:42.189Z | Downloaded icu_locid_transform v1.5.0 |
| 1160 | 2025-02-11T20:39:42.192Z | Downloaded hyper-staticfile v0.10.1 |
| 1161 | 2025-02-11T20:39:42.195Z | Downloaded md-5 v0.10.6 |
| 1162 | 2025-02-11T20:39:42.197Z | Downloaded ipnet v2.10.1 |
| 1163 | 2025-02-11T20:39:42.197Z | Downloaded indent_write v2.2.0 |
| 1164 | 2025-02-11T20:39:42.201Z | Downloaded iana-time-zone v0.1.61 |
| 1165 | 2025-02-11T20:39:42.201Z | Downloaded compact_str v0.8.0 |
| 1166 | 2025-02-11T20:39:42.204Z | Downloaded memoffset v0.9.1 |
| 1167 | 2025-02-11T20:39:42.206Z | Downloaded linear-map v1.2.0 |
| 1168 | 2025-02-11T20:39:42.206Z | Downloaded internet-checksum v0.2.1 |
| 1169 | 2025-02-11T20:39:42.210Z | Downloaded hubpack v0.1.2 |
| 1170 | 2025-02-11T20:39:42.210Z | Downloaded keccak v0.1.5 |
| 1171 | 2025-02-11T20:39:42.213Z | Downloaded ipnetwork v0.20.0 |
| 1172 | 2025-02-11T20:39:42.213Z | Downloaded libefi-sys v0.1.0 |
| 1173 | 2025-02-11T20:39:42.213Z | Downloaded lazycell v1.3.0 |
| 1174 | 2025-02-11T20:39:42.216Z | Downloaded lalrpop-util v0.19.12 |
| 1175 | 2025-02-11T20:39:42.216Z | Downloaded is-terminal v0.4.13 |
| 1176 | 2025-02-11T20:39:42.216Z | Downloaded structmeta v0.3.0 |
| 1177 | 2025-02-11T20:39:42.216Z | Downloaded ssh-cipher v0.2.0 |
| 1178 | 2025-02-11T20:39:42.219Z | Downloaded async-recursion v1.1.1 |
| 1179 | 2025-02-11T20:39:42.221Z | Downloaded managed v0.8.0 |
| 1180 | 2025-02-11T20:39:42.226Z | Downloaded lazy_static v1.5.0 |
| 1181 | 2025-02-11T20:39:42.226Z | Downloaded hyper-tls v0.6.0 |
| 1182 | 2025-02-11T20:39:42.229Z | Downloaded cexpr v0.6.0 |
| 1183 | 2025-02-11T20:39:42.229Z | Downloaded signal-hook-tokio v0.3.1 |
| 1184 | 2025-02-11T20:39:42.229Z | Downloaded inout v0.1.3 |
| 1185 | 2025-02-11T20:39:42.231Z | Downloaded idna_adapter v1.2.0 |
| 1186 | 2025-02-11T20:39:42.231Z | Downloaded array-init v0.0.4 |
| 1187 | 2025-02-11T20:39:42.232Z | Downloaded crossbeam-utils v0.8.20 |
| 1188 | 2025-02-11T20:39:42.234Z | Downloaded is_ci v1.2.0 |
| 1189 | 2025-02-11T20:39:42.237Z | Downloaded cookie v0.18.1 |
| 1190 | 2025-02-11T20:39:42.239Z | Downloaded allocator-api2 v0.2.18 |
| 1191 | 2025-02-11T20:39:42.242Z | Downloaded highway v1.2.0 |
| 1192 | 2025-02-11T20:39:42.244Z | Downloaded cookie_store v0.21.1 |
| 1193 | 2025-02-11T20:39:42.244Z | Downloaded cancel-safe-futures v0.1.5 |
| 1194 | 2025-02-11T20:39:42.248Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1195 | 2025-02-11T20:39:42.250Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1196 | 2025-02-11T20:39:42.250Z | Downloaded home v0.5.9 |
| 1197 | 2025-02-11T20:39:42.253Z | Downloaded csv-core v0.1.11 |
| 1198 | 2025-02-11T20:39:42.253Z | Downloaded heck v0.3.3 |
| 1199 | 2025-02-11T20:39:42.344Z | Downloaded ring v0.17.8 |
| 1200 | 2025-02-11T20:39:42.457Z | Downloaded libsqlite3-sys v0.30.1 |
| 1201 | 2025-02-11T20:39:42.725Z | Downloaded aws-lc-sys v0.22.0 |
| 1202 | 2025-02-11T20:39:43.038Z | Compiling serde v1.0.217 |
| 1203 | 2025-02-11T20:39:43.042Z | Compiling lock_api v0.4.12 |
| 1204 | 2025-02-11T20:39:43.042Z | Compiling value-bag v1.9.0 |
| 1205 | 2025-02-11T20:39:43.198Z | Compiling scopeguard v1.2.0 |
| 1206 | 2025-02-11T20:39:43.202Z | Compiling typenum v1.17.0 |
| 1207 | 2025-02-11T20:39:43.202Z | Compiling generic-array v0.14.7 |
| 1208 | 2025-02-11T20:39:43.238Z | Compiling syn v2.0.96 |
| 1209 | 2025-02-11T20:39:43.251Z | Compiling getrandom v0.2.15 |
| 1210 | 2025-02-11T20:39:43.353Z | Compiling subtle v2.6.1 |
| 1211 | 2025-02-11T20:39:43.490Z | Compiling rand_core v0.6.4 |
| 1212 | 2025-02-11T20:39:43.653Z | Compiling log v0.4.22 |
| 1213 | 2025-02-11T20:39:43.746Z | Compiling shlex v1.3.0 |
| 1214 | 2025-02-11T20:39:43.768Z | Compiling jobserver v0.1.32 |
| 1215 | 2025-02-11T20:39:43.787Z | Compiling smallvec v1.13.2 |
| 1216 | 2025-02-11T20:39:44.125Z | Compiling const-oid v0.9.6 |
| 1217 | 2025-02-11T20:39:44.245Z | Compiling pin-project-lite v0.2.14 |
| 1218 | 2025-02-11T20:39:44.322Z | Compiling rustix v0.38.37 |
| 1219 | 2025-02-11T20:39:44.356Z | Compiling cc v1.1.30 |
| 1220 | 2025-02-11T20:39:44.403Z | Compiling spin v0.9.8 |
| 1221 | 2025-02-11T20:39:44.597Z | Compiling parking_lot_core v0.9.10 |
| 1222 | 2025-02-11T20:39:44.780Z | Compiling futures-core v0.3.31 |
| 1223 | 2025-02-11T20:39:44.852Z | Compiling signal-hook-registry v1.4.2 |
| 1224 | 2025-02-11T20:39:45.050Z | Compiling mio v1.0.2 |
| 1225 | 2025-02-11T20:39:45.232Z | Compiling aho-corasick v1.1.3 |
| 1226 | 2025-02-11T20:39:45.619Z | Compiling parking_lot v0.12.3 |
| 1227 | 2025-02-11T20:39:45.695Z | Compiling regex-syntax v0.8.5 |
| 1228 | 2025-02-11T20:39:45.752Z | Compiling cpufeatures v0.2.14 |
| 1229 | 2025-02-11T20:39:45.873Z | Compiling stable_deref_trait v1.2.0 |
| 1230 | 2025-02-11T20:39:46.002Z | Compiling either v1.13.0 |
| 1231 | 2025-02-11T20:39:46.156Z | Compiling glob v0.3.2 |
| 1232 | 2025-02-11T20:39:46.291Z | Compiling futures-sink v0.3.31 |
| 1233 | 2025-02-11T20:39:46.438Z | Compiling socket2 v0.5.7 |
| 1234 | 2025-02-11T20:39:46.462Z | Compiling slab v0.4.9 |
| 1235 | 2025-02-11T20:39:46.530Z | Compiling prettyplease v0.2.25 |
| 1236 | 2025-02-11T20:39:46.878Z | Compiling lazy_static v1.5.0 |
| 1237 | 2025-02-11T20:39:46.919Z | Compiling serde_json v1.0.135 |
| 1238 | 2025-02-11T20:39:47.012Z | Compiling minimal-lexical v0.2.1 |
| 1239 | 2025-02-11T20:39:47.033Z | Compiling clang-sys v1.8.1 |
| 1240 | 2025-02-11T20:39:47.403Z | Compiling libloading v0.8.5 |
| 1241 | 2025-02-11T20:39:47.557Z | Compiling nom v7.1.3 |
| 1242 | 2025-02-11T20:39:47.578Z | Compiling bindgen v0.69.5 |
| 1243 | 2025-02-11T20:39:47.771Z | Compiling home v0.5.9 |
| 1244 | 2025-02-11T20:39:48.038Z | Compiling futures-channel v0.3.31 |
| 1245 | 2025-02-11T20:39:48.305Z | Compiling itertools v0.12.1 |
| 1246 | 2025-02-11T20:39:48.425Z | Compiling rustc-hash v1.1.0 |
| 1247 | 2025-02-11T20:39:48.471Z | Compiling allocator-api2 v0.2.18 |
| 1248 | 2025-02-11T20:39:48.610Z | Compiling futures-task v0.3.31 |
| 1249 | 2025-02-11T20:39:48.897Z | Compiling lazycell v1.3.0 |
| 1250 | 2025-02-11T20:39:49.087Z | Compiling pin-utils v0.1.0 |
| 1251 | 2025-02-11T20:39:49.192Z | Compiling foldhash v0.1.3 |
| 1252 | 2025-02-11T20:39:49.219Z | Compiling futures-io v0.3.31 |
| 1253 | 2025-02-11T20:39:49.508Z | Compiling regex-automata v0.4.8 |
| 1254 | 2025-02-11T20:39:49.528Z | Compiling libm v0.2.8 |
| 1255 | 2025-02-11T20:39:49.877Z | Compiling hashbrown v0.15.1 |
| 1256 | 2025-02-11T20:39:50.031Z | Compiling cmake v0.1.51 |
| 1257 | 2025-02-11T20:39:50.880Z | Compiling synstructure v0.13.1 |
| 1258 | 2025-02-11T20:39:51.103Z | Compiling cexpr v0.6.0 |
| 1259 | 2025-02-11T20:39:51.272Z | Compiling num-traits v0.2.19 |
| 1260 | 2025-02-11T20:39:51.572Z | Compiling dunce v1.0.5 |
| 1261 | 2025-02-11T20:39:51.713Z | Compiling pkg-config v0.3.31 |
| 1262 | 2025-02-11T20:39:52.065Z | Compiling fs_extra v1.3.0 |
| 1263 | 2025-02-11T20:39:52.609Z | Compiling writeable v0.5.5 |
| 1264 | 2025-02-11T20:39:52.773Z | Compiling litemap v0.7.3 |
| 1265 | 2025-02-11T20:39:53.036Z | Compiling ring v0.17.8 |
| 1266 | 2025-02-11T20:39:53.154Z | Compiling base64ct v1.6.0 |
| 1267 | 2025-02-11T20:39:53.176Z | Compiling paste v1.0.15 |
| 1268 | 2025-02-11T20:39:53.750Z | Compiling pem-rfc7468 v0.7.0 |
| 1269 | 2025-02-11T20:39:53.798Z | Compiling aws-lc-rs v1.10.0 |
| 1270 | 2025-02-11T20:39:53.873Z | Compiling flagset v0.4.6 |
| 1271 | 2025-02-11T20:39:54.124Z | Compiling icu_locid_transform_data v1.5.0 |
| 1272 | 2025-02-11T20:39:54.219Z | Compiling httparse v1.9.5 |
| 1273 | 2025-02-11T20:39:54.473Z | Compiling tracing-core v0.1.32 |
| 1274 | 2025-02-11T20:39:54.930Z | Compiling crossbeam-utils v0.8.20 |
| 1275 | 2025-02-11T20:39:55.240Z | Compiling regex v1.11.1 |
| 1276 | 2025-02-11T20:39:55.353Z | Compiling icu_properties_data v1.5.0 |
| 1277 | 2025-02-11T20:39:55.406Z | Compiling percent-encoding v2.3.1 |
| 1278 | 2025-02-11T20:39:55.618Z | Compiling rustls-pki-types v1.10.0 |
| 1279 | 2025-02-11T20:39:55.714Z | Compiling untrusted v0.7.1 |
| 1280 | 2025-02-11T20:39:55.938Z | Compiling write16 v1.0.0 |
| 1281 | 2025-02-11T20:39:56.062Z | Compiling mirai-annotations v1.12.0 |
| 1282 | 2025-02-11T20:39:56.131Z | Compiling serde_derive v1.0.217 |
| 1283 | 2025-02-11T20:39:56.169Z | Compiling zeroize_derive v1.4.2 |
| 1284 | 2025-02-11T20:39:56.237Z | Compiling zerocopy-derive v0.7.35 |
| 1285 | 2025-02-11T20:39:56.284Z | Compiling zerofrom-derive v0.1.4 |
| 1286 | 2025-02-11T20:39:56.564Z | Compiling tokio-macros v2.5.0 |
| 1287 | 2025-02-11T20:39:57.489Z | Compiling zeroize v1.8.1 |
| 1288 | 2025-02-11T20:39:58.035Z | Compiling yoke-derive v0.7.4 |
| 1289 | 2025-02-11T20:39:58.234Z | Compiling zerocopy v0.7.35 |
| 1290 | 2025-02-11T20:39:58.263Z | Compiling thiserror-impl v1.0.69 |
| 1291 | 2025-02-11T20:39:59.163Z | Compiling crypto-common v0.1.6 |
| 1292 | 2025-02-11T20:39:59.405Z | Compiling block-buffer v0.10.4 |
| 1293 | 2025-02-11T20:39:59.646Z | Compiling digest v0.10.7 |
| 1294 | 2025-02-11T20:39:59.681Z | Compiling zerovec-derive v0.10.3 |
| 1295 | 2025-02-11T20:39:59.823Z | Compiling zerofrom v0.1.4 |
| 1296 | 2025-02-11T20:40:00.044Z | Compiling hmac v0.12.1 |
| 1297 | 2025-02-11T20:40:00.089Z | Compiling displaydoc v0.2.5 |
| 1298 | 2025-02-11T20:40:00.284Z | Compiling futures-macro v0.3.31 |
| 1299 | 2025-02-11T20:40:00.426Z | Compiling block-padding v0.3.3 |
| 1300 | 2025-02-11T20:40:00.677Z | Compiling inout v0.1.3 |
| 1301 | 2025-02-11T20:40:00.730Z | Compiling yoke v0.7.4 |
| 1302 | 2025-02-11T20:40:00.959Z | Compiling cipher v0.4.4 |
| 1303 | 2025-02-11T20:40:01.102Z | Compiling sha2 v0.10.8 |
| 1304 | 2025-02-11T20:40:01.219Z | Compiling thiserror v1.0.69 |
| 1305 | 2025-02-11T20:40:01.384Z | Compiling icu_provider_macros v1.5.0 |
| 1306 | 2025-02-11T20:40:01.465Z | Compiling ppv-lite86 v0.2.20 |
| 1307 | 2025-02-11T20:40:01.595Z | Compiling der_derive v0.7.3 |
| 1308 | 2025-02-11T20:40:02.133Z | Compiling futures-util v0.3.31 |
| 1309 | 2025-02-11T20:40:02.150Z | Compiling zerovec v0.10.4 |
| 1310 | 2025-02-11T20:40:02.191Z | Compiling rand_chacha v0.3.1 |
| 1311 | 2025-02-11T20:40:02.444Z | Compiling tracing-attributes v0.1.27 |
| 1312 | 2025-02-11T20:40:03.939Z | Compiling tinystr v0.7.6 |
| 1313 | 2025-02-11T20:40:04.065Z | Compiling der v0.7.9 |
| 1314 | 2025-02-11T20:40:04.332Z | Compiling icu_locid v1.5.0 |
| 1315 | 2025-02-11T20:40:04.424Z | Compiling icu_collections v1.5.0 |
| 1316 | 2025-02-11T20:40:04.446Z | Compiling rand v0.8.5 |
| 1317 | 2025-02-11T20:40:04.657Z | Compiling salsa20 v0.10.2 |
| 1318 | 2025-02-11T20:40:04.906Z | Compiling pest v2.7.14 |
| 1319 | 2025-02-11T20:40:05.783Z | Compiling icu_provider v1.5.0 |
| 1320 | 2025-02-11T20:40:05.876Z | Compiling tracing v0.1.40 |
| 1321 | 2025-02-11T20:40:06.379Z | Compiling spki v0.7.3 |
| 1322 | 2025-02-11T20:40:06.401Z | Compiling pbkdf2 v0.12.2 |
| 1323 | 2025-02-11T20:40:06.578Z | Compiling icu_locid_transform v1.5.0 |
| 1324 | 2025-02-11T20:40:06.580Z | Compiling utf16_iter v1.0.5 |
| 1325 | 2025-02-11T20:40:06.746Z | Compiling powerfmt v0.2.0 |
| 1326 | 2025-02-11T20:40:06.775Z | Compiling vcpkg v0.2.15 |
| 1327 | 2025-02-11T20:40:06.827Z | Compiling utf8_iter v1.0.4 |
| 1328 | 2025-02-11T20:40:07.099Z | Compiling num-conv v0.1.0 |
| 1329 | 2025-02-11T20:40:07.130Z | Compiling icu_normalizer_data v1.5.0 |
| 1330 | 2025-02-11T20:40:07.151Z | Compiling time-core v0.1.2 |
| 1331 | 2025-02-11T20:40:07.250Z | Compiling untrusted v0.9.0 |
| 1332 | 2025-02-11T20:40:07.344Z | Compiling deranged v0.3.11 |
| 1333 | 2025-02-11T20:40:07.373Z | Compiling time-macros v0.2.18 |
| 1334 | 2025-02-11T20:40:07.477Z | Compiling scrypt v0.11.0 |
| 1335 | 2025-02-11T20:40:08.010Z | Compiling icu_properties v1.5.1 |
| 1336 | 2025-02-11T20:40:08.059Z | Compiling pest_meta v2.7.14 |
| 1337 | 2025-02-11T20:40:08.679Z | Compiling openssl-sys v0.9.105 |
| 1338 | 2025-02-11T20:40:08.732Z | Compiling aes v0.8.4 |
| 1339 | 2025-02-11T20:40:09.002Z | Compiling bitflags v2.6.0 |
| 1340 | 2025-02-11T20:40:09.102Z | Compiling bytes v1.9.0 |
| 1341 | 2025-02-11T20:40:10.341Z | Compiling tokio v1.43.0 |
| 1342 | 2025-02-11T20:40:10.475Z | Compiling indexmap v2.7.1 |
| 1343 | 2025-02-11T20:40:10.917Z | Compiling http v1.2.0 |
| 1344 | 2025-02-11T20:40:11.696Z | Compiling semver v1.0.24 |
| 1345 | 2025-02-11T20:40:11.859Z | Compiling icu_normalizer v1.5.0 |
| 1346 | 2025-02-11T20:40:12.425Z | Compiling rustc_version v0.4.1 |
| 1347 | 2025-02-11T20:40:12.643Z | Compiling cbc v0.1.2 |
| 1348 | 2025-02-11T20:40:12.674Z | Compiling scroll_derive v0.12.0 |
| 1349 | 2025-02-11T20:40:12.876Z | Compiling tinyvec_macros v0.1.1 |
| 1350 | 2025-02-11T20:40:12.986Z | Compiling atomic-waker v1.1.2 |
| 1351 | 2025-02-11T20:40:13.140Z | Compiling which v4.4.2 |
| 1352 | 2025-02-11T20:40:13.172Z | Compiling num_threads v0.1.7 |
| 1353 | 2025-02-11T20:40:13.193Z | Compiling tinyvec v1.8.0 |
| 1354 | 2025-02-11T20:40:13.315Z | Compiling time v0.3.36 |
| 1355 | 2025-02-11T20:40:13.731Z | Compiling pkcs5 v0.7.1 |
| 1356 | 2025-02-11T20:40:13.901Z | Compiling idna_adapter v1.2.0 |
| 1357 | 2025-02-11T20:40:14.162Z | Compiling http-body v1.0.1 |
| 1358 | 2025-02-11T20:40:14.202Z | Compiling scroll v0.12.0 |
| 1359 | 2025-02-11T20:40:14.408Z | Compiling pest_generator v2.7.14 |
| 1360 | 2025-02-11T20:40:14.436Z | Compiling form_urlencoded v1.2.1 |
| 1361 | 2025-02-11T20:40:14.731Z | Compiling slog v2.7.0 |
| 1362 | 2025-02-11T20:40:14.763Z | Compiling try-lock v0.2.5 |
| 1363 | 2025-02-11T20:40:14.787Z | Compiling goblin v0.8.2 |
| 1364 | 2025-02-11T20:40:14.848Z | Compiling pkcs8 v0.10.2 |
| 1365 | 2025-02-11T20:40:14.933Z | Compiling want v0.3.1 |
| 1366 | 2025-02-11T20:40:15.246Z | Compiling idna v1.0.3 |
| 1367 | 2025-02-11T20:40:15.295Z | Compiling uuid v1.12.0 |
| 1368 | 2025-02-11T20:40:15.495Z | Compiling httpdate v1.0.3 |
| 1369 | 2025-02-11T20:40:15.933Z | Compiling iana-time-zone v0.1.61 |
| 1370 | 2025-02-11T20:40:16.319Z | Compiling pest_derive v2.7.14 |
| 1371 | 2025-02-11T20:40:16.346Z | Compiling chrono v0.4.39 |
| 1372 | 2025-02-11T20:40:16.942Z | Compiling serde_spanned v0.6.8 |
| 1373 | 2025-02-11T20:40:17.152Z | Compiling dtrace-parser v0.2.0 |
| 1374 | 2025-02-11T20:40:17.201Z | Compiling toml_datetime v0.6.8 |
| 1375 | 2025-02-11T20:40:17.548Z | Compiling serde_tokenstream v0.2.2 |
| 1376 | 2025-02-11T20:40:17.728Z | Compiling adler2 v2.0.0 |
| 1377 | 2025-02-11T20:40:17.973Z | Compiling openssl v0.10.70 |
| 1378 | 2025-02-11T20:40:18.140Z | Compiling rustversion v1.0.17 |
| 1379 | 2025-02-11T20:40:18.163Z | Compiling base64 v0.22.1 |
| 1380 | 2025-02-11T20:40:18.412Z | Compiling tokio-util v0.7.12 |
| 1381 | 2025-02-11T20:40:18.842Z | Compiling match_cfg v0.1.0 |
| 1382 | 2025-02-11T20:40:18.917Z | Compiling tower-service v0.3.3 |
| 1383 | 2025-02-11T20:40:18.993Z | Compiling foreign-types-shared v0.1.1 |
| 1384 | 2025-02-11T20:40:19.064Z | Compiling hostname v0.3.1 |
| 1385 | 2025-02-11T20:40:19.113Z | Compiling foreign-types v0.3.2 |
| 1386 | 2025-02-11T20:40:19.230Z | Compiling miniz_oxide v0.8.0 |
| 1387 | 2025-02-11T20:40:19.258Z | Compiling url v2.5.3 |
| 1388 | 2025-02-11T20:40:19.746Z | Compiling h2 v0.4.6 |
| 1389 | 2025-02-11T20:40:19.799Z | Compiling async-trait v0.1.86 |
| 1390 | 2025-02-11T20:40:20.572Z | Compiling openssl-macros v0.1.1 |
| 1391 | 2025-02-11T20:40:20.706Z | Compiling dof v0.3.0 |
| 1392 | 2025-02-11T20:40:21.076Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2025-02-11T20:40:21.339Z | Compiling dirs-sys-next v0.1.2 |
| 1394 | 2025-02-11T20:40:21.926Z | Compiling usdt-impl v0.5.0 |
| 1395 | 2025-02-11T20:40:22.482Z | Compiling rustls v0.22.4 |
| 1396 | 2025-02-11T20:40:22.577Z | Compiling schemars v0.8.21 |
| 1397 | 2025-02-11T20:40:22.768Z | Compiling syn v1.0.109 |
| 1398 | 2025-02-11T20:40:22.932Z | Compiling native-tls v0.2.12 |
| 1399 | 2025-02-11T20:40:23.284Z | Compiling rustls v0.23.19 |
| 1400 | 2025-02-11T20:40:23.331Z | Compiling siphasher v0.3.11 |
| 1401 | 2025-02-11T20:40:23.382Z | Compiling data-encoding v2.6.0 |
| 1402 | 2025-02-11T20:40:23.523Z | Compiling schemars_derive v0.8.21 |
| 1403 | 2025-02-11T20:40:23.732Z | Compiling dirs-next v2.0.0 |
| 1404 | 2025-02-11T20:40:24.090Z | Compiling unicode-normalization v0.1.24 |
| 1405 | 2025-02-11T20:40:24.485Z | Compiling http-body-util v0.1.2 |
| 1406 | 2025-02-11T20:40:25.011Z | Compiling crossbeam-epoch v0.9.18 |
| 1407 | 2025-02-11T20:40:25.241Z | Compiling heapless v0.7.17 |
| 1408 | 2025-02-11T20:40:25.291Z | Compiling sha1 v0.10.6 |
| 1409 | 2025-02-11T20:40:25.484Z | Compiling signature v2.2.0 |
| 1410 | 2025-02-11T20:40:25.657Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1411 | 2025-02-11T20:40:25.704Z | Compiling thread_local v1.1.8 |
| 1412 | 2025-02-11T20:40:25.737Z | Compiling multer v3.1.0 |
| 1413 | 2025-02-11T20:40:25.787Z | Compiling encoding_rs v0.8.34 |
| 1414 | 2025-02-11T20:40:26.032Z | Compiling cookie v0.18.1 |
| 1415 | 2025-02-11T20:40:26.139Z | Compiling slog-async v2.8.0 |
| 1416 | 2025-02-11T20:40:26.200Z | Compiling unicode-bidi v0.3.17 |
| 1417 | 2025-02-11T20:40:26.353Z | Compiling unicode-properties v0.1.3 |
| 1418 | 2025-02-11T20:40:26.566Z | Compiling mime v0.3.17 |
| 1419 | 2025-02-11T20:40:26.651Z | Compiling ipnet v2.10.1 |
| 1420 | 2025-02-11T20:40:26.764Z | Compiling rayon-core v1.12.1 |
| 1421 | 2025-02-11T20:40:27.052Z | Compiling hyper v1.5.2 |
| 1422 | 2025-02-11T20:40:27.094Z | Compiling signal-hook v0.3.17 |
| 1423 | 2025-02-11T20:40:27.381Z | Compiling gimli v0.31.1 |
| 1424 | 2025-02-11T20:40:27.497Z | Compiling dyn-clone v1.0.17 |
| 1425 | 2025-02-11T20:40:27.725Z | Compiling openssl-probe v0.1.5 |
| 1426 | 2025-02-11T20:40:28.102Z | Compiling stringprep v0.1.5 |
| 1427 | 2025-02-11T20:40:29.345Z | Compiling toml_edit v0.22.22 |
| 1428 | 2025-02-11T20:40:30.040Z | Compiling hyper-util v0.1.10 |
| 1429 | 2025-02-11T20:40:31.048Z | Compiling crossbeam-deque v0.8.5 |
| 1430 | 2025-02-11T20:40:31.267Z | Compiling usdt-macro v0.5.0 |
| 1431 | 2025-02-11T20:40:31.357Z | Compiling usdt-attr-macro v0.5.0 |
| 1432 | 2025-02-11T20:40:31.723Z | Compiling addr2line v0.24.2 |
| 1433 | 2025-02-11T20:40:32.225Z | Compiling term v0.7.0 |
| 1434 | 2025-02-11T20:40:32.439Z | Compiling slog-json v2.6.1 |
| 1435 | 2025-02-11T20:40:32.726Z | Compiling serde_urlencoded v0.7.1 |
| 1436 | 2025-02-11T20:40:32.808Z | Compiling crossbeam-channel v0.5.13 |
| 1437 | 2025-02-11T20:40:32.851Z | Compiling curve25519-dalek v4.1.3 |
| 1438 | 2025-02-11T20:40:32.936Z | Compiling enum-as-inner v0.6.1 |
| 1439 | 2025-02-11T20:40:33.231Z | Compiling futures-executor v0.3.31 |
| 1440 | 2025-02-11T20:40:33.542Z | Compiling md-5 v0.10.6 |
| 1441 | 2025-02-11T20:40:33.596Z | Compiling rustls-pemfile v2.2.0 |
| 1442 | 2025-02-11T20:40:33.781Z | Compiling async-stream-impl v0.3.6 |
| 1443 | 2025-02-11T20:40:33.809Z | Compiling num-integer v0.1.46 |
| 1444 | 2025-02-11T20:40:33.812Z | Compiling hash32 v0.2.1 |
| 1445 | 2025-02-11T20:40:33.930Z | Compiling ff v0.13.0 |
| 1446 | 2025-02-11T20:40:34.000Z | Compiling is-terminal v0.4.13 |
| 1447 | 2025-02-11T20:40:34.145Z | Compiling object v0.36.5 |
| 1448 | 2025-02-11T20:40:34.166Z | Compiling dropshot v0.12.0 |
| 1449 | 2025-02-11T20:40:34.255Z | Compiling litrs v0.4.1 |
| 1450 | 2025-02-11T20:40:34.467Z | Compiling psl-types v2.0.11 |
| 1451 | 2025-02-11T20:40:34.590Z | Compiling base16ct v0.2.0 |
| 1452 | 2025-02-11T20:40:34.677Z | Compiling rustc-demangle v0.1.24 |
| 1453 | 2025-02-11T20:40:34.945Z | Compiling anyhow v1.0.95 |
| 1454 | 2025-02-11T20:40:35.190Z | Compiling linked-hash-map v0.5.6 |
| 1455 | 2025-02-11T20:40:35.422Z | Compiling num-bigint-dig v0.8.4 |
| 1456 | 2025-02-11T20:40:35.559Z | Compiling smoltcp v0.9.1 |
| 1457 | 2025-02-11T20:40:35.579Z | Compiling quick-error v1.2.3 |
| 1458 | 2025-02-11T20:40:35.645Z | Compiling take_mut v0.2.2 |
| 1459 | 2025-02-11T20:40:35.725Z | Compiling fallible-iterator v0.2.0 |
| 1460 | 2025-02-11T20:40:35.744Z | Compiling portable-atomic v1.9.0 |
| 1461 | 2025-02-11T20:40:35.823Z | Compiling utf-8 v0.7.6 |
| 1462 | 2025-02-11T20:40:36.165Z | Compiling tungstenite v0.24.0 |
| 1463 | 2025-02-11T20:40:36.381Z | Compiling postgres-protocol v0.6.7 |
| 1464 | 2025-02-11T20:40:36.872Z | Compiling resolv-conf v0.7.0 |
| 1465 | 2025-02-11T20:40:37.340Z | Compiling lru-cache v0.1.2 |
| 1466 | 2025-02-11T20:40:37.362Z | Compiling document-features v0.2.10 |
| 1467 | 2025-02-11T20:40:37.550Z | Compiling async-stream v0.3.6 |
| 1468 | 2025-02-11T20:40:37.602Z | Compiling sec1 v0.7.3 |
| 1469 | 2025-02-11T20:40:37.658Z | Compiling publicsuffix v2.3.0 |
| 1470 | 2025-02-11T20:40:37.919Z | Compiling num-iter v0.1.45 |
| 1471 | 2025-02-11T20:40:38.108Z | Compiling usdt v0.5.0 |
| 1472 | 2025-02-11T20:40:38.152Z | Compiling group v0.13.0 |
| 1473 | 2025-02-11T20:40:38.243Z | Compiling slog-term v2.9.1 |
| 1474 | 2025-02-11T20:40:38.483Z | Compiling hickory-proto v0.24.3 |
| 1475 | 2025-02-11T20:40:38.588Z | Compiling futures v0.3.31 |
| 1476 | 2025-02-11T20:40:38.631Z | Compiling slog-bunyan v2.5.0 |
| 1477 | 2025-02-11T20:40:38.715Z | Compiling toml v0.8.19 |
| 1478 | 2025-02-11T20:40:40.053Z | Compiling tokio-native-tls v0.3.1 |
| 1479 | 2025-02-11T20:40:40.353Z | Compiling camino v1.1.9 |
| 1480 | 2025-02-11T20:40:40.468Z | Compiling phf_shared v0.11.2 |
| 1481 | 2025-02-11T20:40:40.599Z | Compiling dropshot_endpoint v0.12.0 |
| 1482 | 2025-02-11T20:40:40.849Z | Compiling backtrace v0.3.74 |
| 1483 | 2025-02-11T20:40:41.218Z | Compiling waitgroup v0.1.2 |
| 1484 | 2025-02-11T20:40:41.252Z | Compiling terminal_size v0.4.0 |
| 1485 | 2025-02-11T20:40:41.409Z | Compiling openapiv3 v2.0.0 |
| 1486 | 2025-02-11T20:40:41.451Z | Compiling serde_path_to_error v0.1.16 |
| 1487 | 2025-02-11T20:40:41.470Z | Compiling hkdf v0.12.4 |
| 1488 | 2025-02-11T20:40:41.756Z | Compiling crypto-bigint v0.5.5 |
| 1489 | 2025-02-11T20:40:42.287Z | Compiling webpki-roots v0.26.6 |
| 1490 | 2025-02-11T20:40:42.522Z | Compiling zerocopy-derive v0.6.6 |
| 1491 | 2025-02-11T20:40:44.014Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1492 | 2025-02-11T20:40:44.555Z | Compiling hostname v0.4.0 |
| 1493 | 2025-02-11T20:40:44.793Z | Compiling crc32fast v1.4.2 |
| 1494 | 2025-02-11T20:40:45.000Z | Compiling fs-err v2.11.0 |
| 1495 | 2025-02-11T20:40:45.051Z | Compiling hubpack_derive v0.1.1 |
| 1496 | 2025-02-11T20:40:45.132Z | Compiling ahash v0.8.11 |
| 1497 | 2025-02-11T20:40:45.307Z | Compiling debug-ignore v1.0.5 |
| 1498 | 2025-02-11T20:40:45.411Z | Compiling winnow v0.5.40 |
| 1499 | 2025-02-11T20:40:45.464Z | Compiling unicode-width v0.2.0 |
| 1500 | 2025-02-11T20:40:45.486Z | Compiling managed v0.8.0 |
| 1501 | 2025-02-11T20:40:45.582Z | Compiling bitflags v1.3.2 |
| 1502 | 2025-02-11T20:40:45.699Z | Compiling newtype-uuid v1.2.1 |
| 1503 | 2025-02-11T20:40:45.916Z | Compiling hubpack v0.1.2 |
| 1504 | 2025-02-11T20:40:46.007Z | Compiling console v0.15.10 |
| 1505 | 2025-02-11T20:40:46.034Z | Compiling clap_builder v4.5.27 |
| 1506 | 2025-02-11T20:40:46.369Z | Compiling strum_macros v0.25.3 |
| 1507 | 2025-02-11T20:40:47.995Z | Compiling flate2 v1.0.35 |
| 1508 | 2025-02-11T20:40:48.019Z | Compiling elliptic-curve v0.13.8 |
| 1509 | 2025-02-11T20:40:48.041Z | Compiling zerocopy v0.6.6 |
| 1510 | 2025-02-11T20:40:48.806Z | Compiling toml_edit v0.19.15 |
| 1511 | 2025-02-11T20:40:48.879Z | Compiling hickory-resolver v0.24.2 |
| 1512 | 2025-02-11T20:40:48.968Z | Compiling phf v0.11.2 |
| 1513 | 2025-02-11T20:40:49.266Z | Compiling signal-hook-mio v0.2.4 |
| 1514 | 2025-02-11T20:40:49.463Z | Compiling hyper-tls v0.6.0 |
| 1515 | 2025-02-11T20:40:49.781Z | Compiling cookie_store v0.21.1 |
| 1516 | 2025-02-11T20:40:49.873Z | Compiling rayon v1.10.0 |
| 1517 | 2025-02-11T20:40:50.358Z | Compiling bzip2 v0.4.4 |
| 1518 | 2025-02-11T20:40:51.338Z | Compiling tokio-tungstenite v0.24.0 |
| 1519 | 2025-02-11T20:40:51.911Z | Compiling postgres-types v0.2.8 |
| 1520 | 2025-02-11T20:40:54.231Z | Compiling ed25519 v2.2.3 |
| 1521 | 2025-02-11T20:40:54.445Z | Compiling phf_shared v0.10.0 |
| 1522 | 2025-02-11T20:40:54.592Z | Compiling tokio-stream v0.1.16 |
| 1523 | 2025-02-11T20:40:54.847Z | Compiling pkcs1 v0.7.5 |
| 1524 | 2025-02-11T20:40:54.879Z | Compiling serde-big-array v0.5.1 |
| 1525 | 2025-02-11T20:40:55.121Z | Compiling clap_derive v4.5.24 |
| 1526 | 2025-02-11T20:40:55.575Z | Compiling rfc6979 v0.4.0 |
| 1527 | 2025-02-11T20:40:55.726Z | Compiling serde_repr v0.1.19 |
| 1528 | 2025-02-11T20:40:55.753Z | Compiling derive-where v1.2.7 |
| 1529 | 2025-02-11T20:40:55.774Z | Compiling float-cmp v0.9.0 |
| 1530 | 2025-02-11T20:40:56.024Z | Compiling bstr v1.10.0 |
| 1531 | 2025-02-11T20:40:56.123Z | Compiling sync_wrapper v1.0.1 |
| 1532 | 2025-02-11T20:40:56.165Z | Compiling whoami v1.5.2 |
| 1533 | 2025-02-11T20:40:56.299Z | Compiling predicates-core v1.0.8 |
| 1534 | 2025-02-11T20:40:56.612Z | Compiling unicode-segmentation v1.12.0 |
| 1535 | 2025-02-11T20:40:56.789Z | Compiling static_assertions v1.1.0 |
| 1536 | 2025-02-11T20:40:56.862Z | Compiling normalize-line-endings v0.3.0 |
| 1537 | 2025-02-11T20:40:56.901Z | Compiling fixedbitset v0.4.2 |
| 1538 | 2025-02-11T20:40:57.006Z | Compiling bit-vec v0.6.3 |
| 1539 | 2025-02-11T20:40:57.366Z | Compiling number_prefix v0.4.0 |
| 1540 | 2025-02-11T20:40:57.434Z | Compiling new_debug_unreachable v1.0.6 |
| 1541 | 2025-02-11T20:40:57.525Z | Compiling difflib v0.4.0 |
| 1542 | 2025-02-11T20:40:57.568Z | Compiling precomputed-hash v0.1.1 |
| 1543 | 2025-02-11T20:40:57.615Z | Compiling indicatif v0.17.11 |
| 1544 | 2025-02-11T20:40:57.664Z | Compiling bit-set v0.5.3 |
| 1545 | 2025-02-11T20:40:57.706Z | Compiling string_cache v0.8.7 |
| 1546 | 2025-02-11T20:40:57.950Z | Compiling similar v2.6.0 |
| 1547 | 2025-02-11T20:40:58.146Z | Compiling predicates v3.1.2 |
| 1548 | 2025-02-11T20:40:59.004Z | Compiling petgraph v0.6.5 |
| 1549 | 2025-02-11T20:40:59.103Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1550 | 2025-02-11T20:40:59.677Z | Compiling tokio-postgres v0.7.12 |
| 1551 | 2025-02-11T20:40:59.754Z | Compiling ecdsa v0.16.9 |
| 1552 | 2025-02-11T20:40:59.812Z | Compiling clap v4.5.27 |
| 1553 | 2025-02-11T20:40:59.938Z | Compiling rsa v0.9.6 |
| 1554 | 2025-02-11T20:41:00.130Z | Compiling ed25519-dalek v2.1.1 |
| 1555 | 2025-02-11T20:41:00.579Z | Compiling toml v0.7.8 |
| 1556 | 2025-02-11T20:41:01.486Z | Compiling zip v0.6.6 |
| 1557 | 2025-02-11T20:41:02.074Z | Compiling crossterm v0.28.1 |
| 1558 | 2025-02-11T20:41:03.530Z | Compiling hex v0.4.3 |
| 1559 | 2025-02-11T20:41:03.776Z | Compiling x509-cert v0.2.5 |
| 1560 | 2025-02-11T20:41:04.163Z | Compiling itertools v0.10.5 |
| 1561 | 2025-02-11T20:41:04.909Z | Compiling lalrpop-util v0.19.12 |
| 1562 | 2025-02-11T20:41:05.286Z | Compiling peg-runtime v0.8.3 |
| 1563 | 2025-02-11T20:41:05.393Z | Compiling unicode-xid v0.2.6 |
| 1564 | 2025-02-11T20:41:05.438Z | Compiling strum_macros v0.26.4 |
| 1565 | 2025-02-11T20:41:05.524Z | Compiling xattr v1.3.1 |
| 1566 | 2025-02-11T20:41:05.603Z | Compiling filetime v0.2.25 |
| 1567 | 2025-02-11T20:41:05.847Z | Compiling tar v0.4.42 |
| 1568 | 2025-02-11T20:41:10.140Z | Compiling strum v0.26.3 |
| 1569 | 2025-02-11T20:41:13.220Z | Compiling aws-lc-sys v0.22.0 |
| 1570 | 2025-02-11T20:41:45.759Z | Compiling rustls-webpki v0.102.8 |
| 1571 | 2025-02-11T20:41:49.155Z | Compiling tokio-rustls v0.25.0 |
| 1572 | 2025-02-11T20:41:50.847Z | Compiling tokio-rustls v0.26.0 |
| 1573 | 2025-02-11T20:41:51.198Z | Compiling hyper-rustls v0.27.3 |
| 1574 | 2025-02-11T20:41:51.592Z | Compiling reqwest v0.12.9 |
| 1575 | 2025-02-11T20:41:52.971Z | Compiling qorb v0.2.1 |
| 1576 | 2025-02-11T20:41:56.180Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1577 | 2025-02-11T20:41:56.443Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1578 | 2025-02-11T20:42:01.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1579 | 2025-02-11T20:42:01.264Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1580 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.211 INFO Starting download, target: Clickhouse |
| 1581 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.212 INFO Starting download, target: Cockroach |
| 1582 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.212 INFO Starting download, target: Console |
| 1583 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.212 INFO Starting download, target: DendriteOpenapi |
| 1584 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.212 INFO Starting download, target: DendriteStub |
| 1585 | 2025-02-11T20:42:01.316Z | Feb 11 20:42:00.212 INFO Starting download, target: MaghemiteMgd |
| 1586 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.212 INFO Starting download, target: TransceiverControl |
| 1587 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1588 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/dpd-bec304c7a9abc1a130c93be003d285cd4ebe028e.json (attempt 1/3), target: DendriteOpenapi |
| 1589 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1590 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1591 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1592 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1593 | 2025-02-11T20:42:01.319Z | Feb 11 20:42:00.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1594 | 2025-02-11T20:42:01.468Z | Feb 11 20:42:00.357 INFO Download complete, target: DendriteOpenapi |
| 1595 | 2025-02-11T20:42:01.607Z | Feb 11 20:42:00.473 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1596 | 2025-02-11T20:42:01.967Z | Feb 11 20:42:00.835 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1597 | 2025-02-11T20:42:02.102Z | Feb 11 20:42:00.977 INFO Download complete, target: TransceiverControl |
| 1598 | 2025-02-11T20:42:02.170Z | Feb 11 20:42:01.064 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1599 | 2025-02-11T20:42:02.238Z | Feb 11 20:42:01.130 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1600 | 2025-02-11T20:42:02.312Z | Feb 11 20:42:01.200 INFO Download complete, target: Console |
| 1601 | 2025-02-11T20:42:02.861Z | Feb 11 20:42:01.757 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1602 | 2025-02-11T20:42:02.861Z | Feb 11 20:42:01.757 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1603 | 2025-02-11T20:42:03.350Z | Feb 11 20:42:02.245 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1604 | 2025-02-11T20:42:05.102Z | Feb 11 20:42:03.997 INFO Download complete, target: DendriteStub |
| 1605 | 2025-02-11T20:42:05.190Z | Feb 11 20:42:04.085 INFO Download complete, target: MaghemiteMgd |
| 1606 | 2025-02-11T20:42:10.483Z | Feb 11 20:42:09.376 INFO Checking that binary works, target: Cockroach |
| 1607 | 2025-02-11T20:42:10.644Z | Feb 11 20:42:09.538 INFO Download complete, target: Cockroach |
| 1608 | 2025-02-11T20:42:15.907Z | Feb 11 20:42:14.780 INFO Checking that binary works, target: Clickhouse |
| 1609 | 2025-02-11T20:42:16.310Z | Feb 11 20:42:15.194 INFO Download complete, target: Clickhouse |
| 1610 | 2025-02-11T20:42:16.557Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1611 | 2025-02-11T20:42:16.572Z | |
| 1612 | 2025-02-11T20:42:16.572Z | real 5:38.693578113 |
| 1613 | 2025-02-11T20:42:16.572Z | user 16:05.270048506 |
| 1614 | 2025-02-11T20:42:16.572Z | sys 2:08.026774094 |
| 1615 | 2025-02-11T20:42:16.572Z | trap 0.602525057 |
| 1616 | 2025-02-11T20:42:16.572Z | tflt 5.703836209 |
| 1617 | 2025-02-11T20:42:16.573Z | dflt 4.673734510 |
| 1618 | 2025-02-11T20:42:16.573Z | kflt 0.416858808 |
| 1619 | 2025-02-11T20:42:16.573Z | lock 25:08.538023442 |
| 1620 | 2025-02-11T20:42:16.573Z | slp 58:41.597302769 |
| 1621 | 2025-02-11T20:42:16.573Z | lat 57.865399958 |
| 1622 | 2025-02-11T20:42:16.573Z | stop 2:22.674877757 |
| 1623 | 2025-02-11T20:42:16.573Z | + banner clippy |
| 1624 | 2025-02-11T20:42:16.573Z | |
| 1625 | 2025-02-11T20:42:16.573Z | #### # # ##### ##### # # |
| 1626 | 2025-02-11T20:42:16.573Z | # # # # # # # # # # |
| 1627 | 2025-02-11T20:42:16.573Z | # # # # # # # # |
| 1628 | 2025-02-11T20:42:16.573Z | # # # ##### ##### # |
| 1629 | 2025-02-11T20:42:16.573Z | # # # # # # # |
| 1630 | 2025-02-11T20:42:16.573Z | #### ###### # # # # |
| 1631 | 2025-02-11T20:42:16.573Z | |
| 1632 | 2025-02-11T20:42:16.574Z | + export CARGO_INCREMENTAL=0 |
| 1633 | 2025-02-11T20:42:16.574Z | + CARGO_INCREMENTAL=0 |
| 1634 | 2025-02-11T20:42:16.574Z | + ptime -m cargo xtask clippy |
| 1635 | 2025-02-11T20:42:17.101Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1636 | 2025-02-11T20:42:20.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 1637 | 2025-02-11T20:42:20.142Z | Running `target/debug/xtask clippy` |
| 1638 | 2025-02-11T20:42:20.167Z | running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1639 | 2025-02-11T20:42:20.848Z | Downloading crates ... |
| 1640 | 2025-02-11T20:42:21.162Z | Downloaded anes v0.1.6 |
| 1641 | 2025-02-11T20:42:21.167Z | Downloaded assert_cmd v2.0.16 |
| 1642 | 2025-02-11T20:42:21.171Z | Downloaded assert-json-diff v2.0.2 |
| 1643 | 2025-02-11T20:42:21.174Z | Downloaded event-listener-strategy v0.5.2 |
| 1644 | 2025-02-11T20:42:21.174Z | Downloaded async-attributes v1.1.2 |
| 1645 | 2025-02-11T20:42:21.174Z | Downloaded approx v0.5.1 |
| 1646 | 2025-02-11T20:42:21.177Z | Downloaded doc-comment v0.3.3 |
| 1647 | 2025-02-11T20:42:21.180Z | Downloaded escape8259 v0.5.3 |
| 1648 | 2025-02-11T20:42:21.183Z | Downloaded plotters-svg v0.3.7 |
| 1649 | 2025-02-11T20:42:21.186Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1650 | 2025-02-11T20:42:21.190Z | Downloaded target-triple v0.1.3 |
| 1651 | 2025-02-11T20:42:21.193Z | Downloaded futures-timer v3.0.3 |
| 1652 | 2025-02-11T20:42:21.196Z | Downloaded async-channel v2.3.1 |
| 1653 | 2025-02-11T20:42:21.205Z | Downloaded cast v0.3.0 |
| 1654 | 2025-02-11T20:42:21.209Z | Downloaded datatest-stable v0.2.9 |
| 1655 | 2025-02-11T20:42:21.212Z | Downloaded kv-log-macro v1.0.7 |
| 1656 | 2025-02-11T20:42:21.215Z | Downloaded criterion-plot v0.5.0 |
| 1657 | 2025-02-11T20:42:21.218Z | Downloaded threadpool v1.8.1 |
| 1658 | 2025-02-11T20:42:21.218Z | Downloaded concurrent-queue v2.5.0 |
| 1659 | 2025-02-11T20:42:21.218Z | Downloaded async-object-pool v0.1.5 |
| 1660 | 2025-02-11T20:42:21.221Z | Downloaded proc-macro-crate v3.2.0 |
| 1661 | 2025-02-11T20:42:21.221Z | Downloaded num_cpus v1.16.0 |
| 1662 | 2025-02-11T20:42:21.224Z | Downloaded piper v0.2.4 |
| 1663 | 2025-02-11T20:42:21.227Z | Downloaded pathdiff v0.2.3 |
| 1664 | 2025-02-11T20:42:21.227Z | Downloaded indoc v2.0.5 |
| 1665 | 2025-02-11T20:42:21.230Z | Downloaded serde_regex v1.1.0 |
| 1666 | 2025-02-11T20:42:21.230Z | Downloaded stringmetrics v2.2.2 |
| 1667 | 2025-02-11T20:42:21.234Z | Downloaded async-signal v0.2.10 |
| 1668 | 2025-02-11T20:42:21.234Z | Downloaded async-channel v1.9.0 |
| 1669 | 2025-02-11T20:42:21.234Z | Downloaded plotters-backend v0.3.7 |
| 1670 | 2025-02-11T20:42:21.237Z | Downloaded async-executor v1.13.1 |
| 1671 | 2025-02-11T20:42:21.237Z | Downloaded relative-path v1.9.3 |
| 1672 | 2025-02-11T20:42:21.240Z | Downloaded path-tree v0.8.1 |
| 1673 | 2025-02-11T20:42:21.240Z | Downloaded parking v2.2.1 |
| 1674 | 2025-02-11T20:42:21.240Z | Downloaded oorandom v11.1.4 |
| 1675 | 2025-02-11T20:42:21.243Z | Downloaded similar-asserts v1.6.0 |
| 1676 | 2025-02-11T20:42:21.243Z | Downloaded nested v0.1.1 |
| 1677 | 2025-02-11T20:42:21.246Z | Downloaded partial-io v0.5.4 |
| 1678 | 2025-02-11T20:42:21.246Z | Downloaded cargo_metadata v0.19.1 |
| 1679 | 2025-02-11T20:42:21.250Z | Downloaded rustls-native-certs v0.7.3 |
| 1680 | 2025-02-11T20:42:21.252Z | Downloaded tinytemplate v1.2.1 |
| 1681 | 2025-02-11T20:42:21.253Z | Downloaded async-lock v3.4.0 |
| 1682 | 2025-02-11T20:42:21.255Z | Downloaded httptest v0.16.1 |
| 1683 | 2025-02-11T20:42:21.259Z | Downloaded target-spec v3.3.1 |
| 1684 | 2025-02-11T20:42:21.259Z | Downloaded futures-lite v2.3.0 |
| 1685 | 2025-02-11T20:42:21.277Z | Downloaded target-lexicon v0.12.16 |
| 1686 | 2025-02-11T20:42:21.280Z | Downloaded event-listener v5.3.1 |
| 1687 | 2025-02-11T20:42:21.284Z | Downloaded cfg-expr v0.17.2 |
| 1688 | 2025-02-11T20:42:21.287Z | Downloaded blake2b_simd v1.0.2 |
| 1689 | 2025-02-11T20:42:21.287Z | Downloaded trybuild v1.0.101 |
| 1690 | 2025-02-11T20:42:21.290Z | Downloaded rstest_macros v0.23.0 |
| 1691 | 2025-02-11T20:42:21.293Z | Downloaded yansi v1.0.1 |
| 1692 | 2025-02-11T20:42:21.296Z | Downloaded pretty_assertions v1.4.1 |
| 1693 | 2025-02-11T20:42:21.298Z | Downloaded fancy-regex v0.13.0 |
| 1694 | 2025-02-11T20:42:21.301Z | Downloaded rand_distr v0.4.3 |
| 1695 | 2025-02-11T20:42:21.304Z | Downloaded polling v3.7.3 |
| 1696 | 2025-02-11T20:42:21.307Z | Downloaded async-io v2.3.4 |
| 1697 | 2025-02-11T20:42:21.309Z | Downloaded criterion v0.5.1 |
| 1698 | 2025-02-11T20:42:21.316Z | Downloaded plotters v0.3.7 |
| 1699 | 2025-02-11T20:42:21.326Z | Downloaded rust-argon2 v2.1.0 |
| 1700 | 2025-02-11T20:42:21.330Z | Downloaded guppy v0.17.12 |
| 1701 | 2025-02-11T20:42:21.333Z | Downloaded rstest v0.23.0 |
| 1702 | 2025-02-11T20:42:21.338Z | Downloaded async-std v1.13.0 |
| 1703 | 2025-02-11T20:42:21.357Z | Downloaded hyper-rustls v0.26.0 |
| 1704 | 2025-02-11T20:42:21.360Z | Downloaded event-listener v2.5.3 |
| 1705 | 2025-02-11T20:42:21.360Z | Downloaded libtest-mimic v0.7.3 |
| 1706 | 2025-02-11T20:42:21.366Z | Downloaded async-task v4.7.1 |
| 1707 | 2025-02-11T20:42:21.369Z | Downloaded blocking v1.6.1 |
| 1708 | 2025-02-11T20:42:21.369Z | Downloaded async-process v2.3.0 |
| 1709 | 2025-02-11T20:42:21.369Z | Downloaded async-global-executor v2.4.1 |
| 1710 | 2025-02-11T20:42:21.426Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1711 | 2025-02-11T20:42:22.254Z | Checking cfg-if v1.0.0 |
| 1712 | 2025-02-11T20:42:22.335Z | Checking libc v0.2.169 |
| 1713 | 2025-02-11T20:42:22.358Z | Checking serde v1.0.217 |
| 1714 | 2025-02-11T20:42:22.384Z | Checking memchr v2.7.4 |
| 1715 | 2025-02-11T20:42:22.409Z | Checking value-bag v1.9.0 |
| 1716 | 2025-02-11T20:42:22.438Z | Checking scopeguard v1.2.0 |
| 1717 | 2025-02-11T20:42:22.467Z | Checking zeroize v1.8.1 |
| 1718 | 2025-02-11T20:42:22.469Z | Checking itoa v1.0.11 |
| 1719 | 2025-02-11T20:42:22.515Z | Checking smallvec v1.13.2 |
| 1720 | 2025-02-11T20:42:22.601Z | Checking lock_api v0.4.12 |
| 1721 | 2025-02-11T20:42:22.696Z | Checking byteorder v1.5.0 |
| 1722 | 2025-02-11T20:42:22.764Z | Checking once_cell v1.20.2 |
| 1723 | 2025-02-11T20:42:22.828Z | Checking log v0.4.22 |
| 1724 | 2025-02-11T20:42:22.857Z | Checking pin-project-lite v0.2.14 |
| 1725 | 2025-02-11T20:42:22.997Z | Checking subtle v2.6.1 |
| 1726 | 2025-02-11T20:42:23.056Z | Checking typenum v1.17.0 |
| 1727 | 2025-02-11T20:42:23.089Z | Checking libm v0.2.8 |
| 1728 | 2025-02-11T20:42:23.122Z | Checking ryu v1.0.18 |
| 1729 | 2025-02-11T20:42:23.185Z | Checking futures-core v0.3.31 |
| 1730 | 2025-02-11T20:42:23.291Z | Checking zerocopy v0.7.35 |
| 1731 | 2025-02-11T20:42:23.323Z | Checking getrandom v0.2.15 |
| 1732 | 2025-02-11T20:42:23.323Z | Checking parking_lot_core v0.9.10 |
| 1733 | 2025-02-11T20:42:23.381Z | Checking signal-hook-registry v1.4.2 |
| 1734 | 2025-02-11T20:42:23.414Z | Checking mio v1.0.2 |
| 1735 | 2025-02-11T20:42:23.592Z | Checking rand_core v0.6.4 |
| 1736 | 2025-02-11T20:42:23.653Z | Checking thiserror v1.0.69 |
| 1737 | 2025-02-11T20:42:23.690Z | Checking parking_lot v0.12.3 |
| 1738 | 2025-02-11T20:42:23.813Z | Checking socket2 v0.5.7 |
| 1739 | 2025-02-11T20:42:23.942Z | Checking allocator-api2 v0.2.18 |
| 1740 | 2025-02-11T20:42:23.985Z | Checking num-traits v0.2.19 |
| 1741 | 2025-02-11T20:42:24.051Z | Checking const-oid v0.9.6 |
| 1742 | 2025-02-11T20:42:24.081Z | Checking spin v0.9.8 |
| 1743 | 2025-02-11T20:42:24.112Z | Checking generic-array v0.14.7 |
| 1744 | 2025-02-11T20:42:24.303Z | Checking futures-io v0.3.31 |
| 1745 | 2025-02-11T20:42:24.473Z | Checking slab v0.4.9 |
| 1746 | 2025-02-11T20:42:24.518Z | Checking cpufeatures v0.2.14 |
| 1747 | 2025-02-11T20:42:24.551Z | Checking futures-sink v0.3.31 |
| 1748 | 2025-02-11T20:42:24.608Z | Checking foldhash v0.1.3 |
| 1749 | 2025-02-11T20:42:24.643Z | Checking equivalent v1.0.1 |
| 1750 | 2025-02-11T20:42:24.727Z | Checking pin-utils v0.1.0 |
| 1751 | 2025-02-11T20:42:24.756Z | Checking iana-time-zone v0.1.61 |
| 1752 | 2025-02-11T20:42:24.787Z | Checking futures-channel v0.3.31 |
| 1753 | 2025-02-11T20:42:24.838Z | Checking futures-task v0.3.31 |
| 1754 | 2025-02-11T20:42:24.866Z | Checking hashbrown v0.15.1 |
| 1755 | 2025-02-11T20:42:24.945Z | Checking stable_deref_trait v1.2.0 |
| 1756 | 2025-02-11T20:42:25.092Z | Checking fnv v1.0.7 |
| 1757 | 2025-02-11T20:42:25.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2025-02-11T20:42:25.154Z | Checking futures-util v0.3.31 |
| 1759 | 2025-02-11T20:42:25.243Z | Checking tracing-core v0.1.32 |
| 1760 | 2025-02-11T20:42:25.280Z | Checking crypto-common v0.1.6 |
| 1761 | 2025-02-11T20:42:25.438Z | Checking block-buffer v0.10.4 |
| 1762 | 2025-02-11T20:42:25.524Z | Checking errno v0.3.9 |
| 1763 | 2025-02-11T20:42:25.562Z | Checking dyn-clone v1.0.17 |
| 1764 | 2025-02-11T20:42:25.689Z | Checking ppv-lite86 v0.2.20 |
| 1765 | 2025-02-11T20:42:25.723Z | Checking zerofrom v0.1.4 |
| 1766 | 2025-02-11T20:42:25.749Z | Checking crossbeam-utils v0.8.20 |
| 1767 | 2025-02-11T20:42:25.887Z | Checking tracing v0.1.40 |
| 1768 | 2025-02-11T20:42:25.947Z | Checking yoke v0.7.4 |
| 1769 | 2025-02-11T20:42:25.975Z | Checking digest v0.10.7 |
| 1770 | 2025-02-11T20:42:25.978Z | Checking percent-encoding v2.3.1 |
| 1771 | 2025-02-11T20:42:26.220Z | Checking litemap v0.7.3 |
| 1772 | 2025-02-11T20:42:26.247Z | Checking writeable v0.5.5 |
| 1773 | 2025-02-11T20:42:26.304Z | Checking zerovec v0.10.4 |
| 1774 | 2025-02-11T20:42:26.364Z | Checking block-padding v0.3.3 |
| 1775 | 2025-02-11T20:42:26.391Z | Checking rand_chacha v0.3.1 |
| 1776 | 2025-02-11T20:42:26.428Z | Checking httparse v1.9.5 |
| 1777 | 2025-02-11T20:42:26.562Z | Checking icu_locid_transform_data v1.5.0 |
| 1778 | 2025-02-11T20:42:26.591Z | Checking inout v0.1.3 |
| 1779 | 2025-02-11T20:42:26.594Z | Checking unicode-ident v1.0.14 |
| 1780 | 2025-02-11T20:42:26.678Z | Checking atomic-waker v1.1.2 |
| 1781 | 2025-02-11T20:42:26.778Z | Checking regex-syntax v0.8.5 |
| 1782 | 2025-02-11T20:42:26.807Z | Checking rand v0.8.5 |
| 1783 | 2025-02-11T20:42:26.836Z | Checking cipher v0.4.4 |
| 1784 | 2025-02-11T20:42:26.839Z | Checking form_urlencoded v1.2.1 |
| 1785 | 2025-02-11T20:42:26.888Z | Checking untrusted v0.9.0 |
| 1786 | 2025-02-11T20:42:26.945Z | Checking bytes v1.9.0 |
| 1787 | 2025-02-11T20:42:27.062Z | Checking bitflags v2.6.0 |
| 1788 | 2025-02-11T20:42:27.090Z | Checking serde_json v1.0.135 |
| 1789 | 2025-02-11T20:42:27.211Z | Checking chrono v0.4.39 |
| 1790 | 2025-02-11T20:42:27.408Z | Checking indexmap v2.7.1 |
| 1791 | 2025-02-11T20:42:27.797Z | Checking tokio v1.43.0 |
| 1792 | 2025-02-11T20:42:27.864Z | Checking uuid v1.12.0 |
| 1793 | 2025-02-11T20:42:28.020Z | Checking rustix v0.38.37 |
| 1794 | 2025-02-11T20:42:28.481Z | Checking http v1.2.0 |
| 1795 | 2025-02-11T20:42:28.627Z | Checking tinystr v0.7.6 |
| 1796 | 2025-02-11T20:42:28.712Z | Checking icu_collections v1.5.0 |
| 1797 | 2025-02-11T20:42:28.968Z | Checking icu_locid v1.5.0 |
| 1798 | 2025-02-11T20:42:29.232Z | Checking schemars v0.8.21 |
| 1799 | 2025-02-11T20:42:29.399Z | Checking icu_properties_data v1.5.0 |
| 1800 | 2025-02-11T20:42:29.668Z | Checking ring v0.17.8 |
| 1801 | 2025-02-11T20:42:29.670Z | Checking aho-corasick v1.1.3 |
| 1802 | 2025-02-11T20:42:29.814Z | Checking utf16_iter v1.0.5 |
| 1803 | 2025-02-11T20:42:29.959Z | Checking icu_provider v1.5.0 |
| 1804 | 2025-02-11T20:42:29.992Z | Checking write16 v1.0.0 |
| 1805 | 2025-02-11T20:42:30.020Z | Checking icu_normalizer_data v1.5.0 |
| 1806 | 2025-02-11T20:42:30.129Z | Checking powerfmt v0.2.0 |
| 1807 | 2025-02-11T20:42:30.131Z | Checking utf8_iter v1.0.4 |
| 1808 | 2025-02-11T20:42:30.360Z | Checking proc-macro2 v1.0.92 |
| 1809 | 2025-02-11T20:42:30.452Z | Checking deranged v0.3.11 |
| 1810 | 2025-02-11T20:42:30.603Z | Checking icu_locid_transform v1.5.0 |
| 1811 | 2025-02-11T20:42:30.729Z | Checking base64ct v1.6.0 |
| 1812 | 2025-02-11T20:42:31.019Z | Checking num_threads v0.1.7 |
| 1813 | 2025-02-11T20:42:31.162Z | Checking num-conv v0.1.0 |
| 1814 | 2025-02-11T20:42:31.207Z | Checking time-core v0.1.2 |
| 1815 | 2025-02-11T20:42:31.237Z | Checking quote v1.0.38 |
| 1816 | 2025-02-11T20:42:31.317Z | Checking regex-automata v0.4.8 |
| 1817 | 2025-02-11T20:42:31.381Z | Checking sha2 v0.10.8 |
| 1818 | 2025-02-11T20:42:31.419Z | Checking hmac v0.12.1 |
| 1819 | 2025-02-11T20:42:31.422Z | Checking adler2 v2.0.0 |
| 1820 | 2025-02-11T20:42:31.587Z | Checking rustls-pki-types v1.10.0 |
| 1821 | 2025-02-11T20:42:31.591Z | Checking icu_properties v1.5.1 |
| 1822 | 2025-02-11T20:42:31.636Z | Checking miniz_oxide v0.8.0 |
| 1823 | 2025-02-11T20:42:31.641Z | Checking syn v2.0.96 |
| 1824 | 2025-02-11T20:42:31.847Z | Checking time v0.3.36 |
| 1825 | 2025-02-11T20:42:31.927Z | Checking http-body v1.0.1 |
| 1826 | 2025-02-11T20:42:32.154Z | Checking aws-lc-sys v0.22.0 |
| 1827 | 2025-02-11T20:42:32.180Z | Checking untrusted v0.7.1 |
| 1828 | 2025-02-11T20:42:32.368Z | Checking mirai-annotations v1.12.0 |
| 1829 | 2025-02-11T20:42:32.409Z | Checking try-lock v0.2.5 |
| 1830 | 2025-02-11T20:42:32.560Z | Checking base64 v0.22.1 |
| 1831 | 2025-02-11T20:42:32.588Z | Checking httpdate v1.0.3 |
| 1832 | 2025-02-11T20:42:32.860Z | Checking want v0.3.1 |
| 1833 | 2025-02-11T20:42:33.067Z | Checking ahash v0.8.11 |
| 1834 | 2025-02-11T20:42:33.095Z | Checking pem-rfc7468 v0.7.0 |
| 1835 | 2025-02-11T20:42:33.395Z | Checking tower-service v0.3.3 |
| 1836 | 2025-02-11T20:42:33.545Z | Checking slog v2.7.0 |
| 1837 | 2025-02-11T20:42:33.584Z | Checking flagset v0.4.6 |
| 1838 | 2025-02-11T20:42:33.811Z | Checking mime v0.3.17 |
| 1839 | 2025-02-11T20:42:34.019Z | Checking der v0.7.9 |
| 1840 | 2025-02-11T20:42:34.145Z | Checking pbkdf2 v0.12.2 |
| 1841 | 2025-02-11T20:42:34.173Z | Checking aes v0.8.4 |
| 1842 | 2025-02-11T20:42:34.239Z | Checking aws-lc-rs v1.10.0 |
| 1843 | 2025-02-11T20:42:34.331Z | Checking semver v1.0.24 |
| 1844 | 2025-02-11T20:42:34.631Z | Checking tokio-util v0.7.12 |
| 1845 | 2025-02-11T20:42:34.775Z | Checking gimli v0.31.1 |
| 1846 | 2025-02-11T20:42:34.859Z | Checking icu_normalizer v1.5.0 |
| 1847 | 2025-02-11T20:42:35.082Z | Checking http-body-util v0.1.2 |
| 1848 | 2025-02-11T20:42:35.462Z | Checking h2 v0.4.6 |
| 1849 | 2025-02-11T20:42:35.543Z | Checking salsa20 v0.10.2 |
| 1850 | 2025-02-11T20:42:35.586Z | Checking regex v1.11.1 |
| 1851 | 2025-02-11T20:42:35.648Z | Checking idna_adapter v1.2.0 |
| 1852 | 2025-02-11T20:42:35.735Z | Checking spki v0.7.3 |
| 1853 | 2025-02-11T20:42:35.785Z | Checking cbc v0.1.2 |
| 1854 | 2025-02-11T20:42:35.873Z | Checking idna v1.0.3 |
| 1855 | 2025-02-11T20:42:36.011Z | Checking lazy_static v1.5.0 |
| 1856 | 2025-02-11T20:42:36.041Z | Checking object v0.36.5 |
| 1857 | 2025-02-11T20:42:36.045Z | Checking rustls-webpki v0.102.8 |
| 1858 | 2025-02-11T20:42:36.142Z | Checking rustc-demangle v0.1.24 |
| 1859 | 2025-02-11T20:42:36.181Z | Checking utf8parse v0.2.2 |
| 1860 | 2025-02-11T20:42:36.365Z | Checking scrypt v0.11.0 |
| 1861 | 2025-02-11T20:42:36.392Z | Checking url v2.5.3 |
| 1862 | 2025-02-11T20:42:36.581Z | Checking rustls-pemfile v2.2.0 |
| 1863 | 2025-02-11T20:42:36.605Z | Checking ipnet v2.10.1 |
| 1864 | 2025-02-11T20:42:36.845Z | Checking foreign-types-shared v0.1.1 |
| 1865 | 2025-02-11T20:42:36.856Z | Checking openssl-probe v0.1.5 |
| 1866 | 2025-02-11T20:42:36.944Z | Checking foreign-types v0.3.2 |
| 1867 | 2025-02-11T20:42:37.010Z | Checking pkcs5 v0.7.1 |
| 1868 | 2025-02-11T20:42:37.046Z | Checking futures-executor v0.3.31 |
| 1869 | 2025-02-11T20:42:37.073Z | Checking serde_urlencoded v0.7.1 |
| 1870 | 2025-02-11T20:42:37.255Z | Checking openssl-sys v0.9.105 |
| 1871 | 2025-02-11T20:42:37.294Z | Checking encoding_rs v0.8.34 |
| 1872 | 2025-02-11T20:42:37.511Z | Checking anstyle v1.0.10 |
| 1873 | 2025-02-11T20:42:37.513Z | Checking pkcs8 v0.10.2 |
| 1874 | 2025-02-11T20:42:37.694Z | Checking futures v0.3.31 |
| 1875 | 2025-02-11T20:42:37.828Z | Checking toml_datetime v0.6.8 |
| 1876 | 2025-02-11T20:42:37.831Z | Checking serde_spanned v0.6.8 |
| 1877 | 2025-02-11T20:42:37.878Z | Checking rustls v0.23.19 |
| 1878 | 2025-02-11T20:42:38.055Z | Checking data-encoding v2.6.0 |
| 1879 | 2025-02-11T20:42:38.125Z | Checking anstyle-parse v0.2.5 |
| 1880 | 2025-02-11T20:42:38.409Z | Checking openssl v0.10.70 |
| 1881 | 2025-02-11T20:42:38.437Z | Checking openapiv3 v2.0.0 |
| 1882 | 2025-02-11T20:42:38.440Z | Checking addr2line v0.24.2 |
| 1883 | 2025-02-11T20:42:38.589Z | Checking sha1 v0.10.6 |
| 1884 | 2025-02-11T20:42:38.898Z | Checking is_terminal_polyfill v1.70.1 |
| 1885 | 2025-02-11T20:42:38.963Z | Checking anstyle-query v1.1.1 |
| 1886 | 2025-02-11T20:42:39.050Z | Checking colorchoice v1.0.2 |
| 1887 | 2025-02-11T20:42:39.113Z | Checking psl-types v2.0.11 |
| 1888 | 2025-02-11T20:42:39.221Z | Checking anstream v0.6.15 |
| 1889 | 2025-02-11T20:42:39.324Z | Checking publicsuffix v2.3.0 |
| 1890 | 2025-02-11T20:42:39.636Z | Checking cookie v0.18.1 |
| 1891 | 2025-02-11T20:42:39.639Z | Checking webpki-roots v0.26.6 |
| 1892 | 2025-02-11T20:42:39.639Z | Checking terminal_size v0.4.0 |
| 1893 | 2025-02-11T20:42:39.881Z | Checking camino v1.1.9 |
| 1894 | 2025-02-11T20:42:39.884Z | Checking strsim v0.11.1 |
| 1895 | 2025-02-11T20:42:40.081Z | Checking clap_lex v0.7.4 |
| 1896 | 2025-02-11T20:42:40.198Z | Checking cookie_store v0.21.1 |
| 1897 | 2025-02-11T20:42:40.339Z | Checking clap_builder v4.5.27 |
| 1898 | 2025-02-11T20:42:40.446Z | Checking sync_wrapper v1.0.1 |
| 1899 | 2025-02-11T20:42:40.619Z | Checking is-terminal v0.4.13 |
| 1900 | 2025-02-11T20:42:40.771Z | Checking either v1.13.0 |
| 1901 | 2025-02-11T20:42:40.878Z | Checking winnow v0.6.20 |
| 1902 | 2025-02-11T20:42:41.147Z | Checking signature v2.2.0 |
| 1903 | 2025-02-11T20:42:41.384Z | Checking scroll v0.12.0 |
| 1904 | 2025-02-11T20:42:41.703Z | Checking tinyvec_macros v0.1.1 |
| 1905 | 2025-02-11T20:42:41.746Z | Checking hyper v1.5.2 |
| 1906 | 2025-02-11T20:42:41.815Z | Checking plain v0.2.3 |
| 1907 | 2025-02-11T20:42:41.894Z | Checking ucd-trie v0.1.7 |
| 1908 | 2025-02-11T20:42:41.923Z | Checking backtrace v0.3.74 |
| 1909 | 2025-02-11T20:42:41.992Z | Checking goblin v0.8.2 |
| 1910 | 2025-02-11T20:42:42.130Z | Checking pest v2.7.14 |
| 1911 | 2025-02-11T20:42:42.480Z | Checking anyhow v1.0.95 |
| 1912 | 2025-02-11T20:42:42.849Z | Checking tinyvec v1.8.0 |
| 1913 | 2025-02-11T20:42:43.131Z | Checking tokio-rustls v0.26.0 |
| 1914 | 2025-02-11T20:42:43.330Z | Checking clap v4.5.27 |
| 1915 | 2025-02-11T20:42:43.474Z | Checking dirs-sys-next v0.1.2 |
| 1916 | 2025-02-11T20:42:43.518Z | Checking native-tls v0.2.12 |
| 1917 | 2025-02-11T20:42:43.546Z | Checking base16ct v0.2.0 |
| 1918 | 2025-02-11T20:42:43.584Z | Checking pretty-hex v0.4.1 |
| 1919 | 2025-02-11T20:42:43.690Z | Checking dirs-next v2.0.0 |
| 1920 | 2025-02-11T20:42:43.719Z | Checking hyper-util v0.1.10 |
| 1921 | 2025-02-11T20:42:43.768Z | Checking sec1 v0.7.3 |
| 1922 | 2025-02-11T20:42:43.798Z | Checking crossbeam-channel v0.5.13 |
| 1923 | 2025-02-11T20:42:43.827Z | Checking tokio-native-tls v0.3.1 |
| 1924 | 2025-02-11T20:42:43.855Z | Checking num-integer v0.1.46 |
| 1925 | 2025-02-11T20:42:44.101Z | Checking ff v0.13.0 |
| 1926 | 2025-02-11T20:42:44.142Z | Checking thread-id v4.2.2 |
| 1927 | 2025-02-11T20:42:44.167Z | Checking thread_local v1.1.8 |
| 1928 | 2025-02-11T20:42:44.273Z | Checking term v0.7.0 |
| 1929 | 2025-02-11T20:42:44.337Z | Checking group v0.13.0 |
| 1930 | 2025-02-11T20:42:44.369Z | Checking toml_edit v0.22.22 |
| 1931 | 2025-02-11T20:42:44.464Z | Checking hkdf v0.12.4 |
| 1932 | 2025-02-11T20:42:44.536Z | Checking crypto-bigint v0.5.5 |
| 1933 | 2025-02-11T20:42:44.614Z | Checking memmap v0.7.0 |
| 1934 | 2025-02-11T20:42:44.690Z | Checking dtrace-parser v0.2.0 |
| 1935 | 2025-02-11T20:42:44.694Z | Checking crc32fast v1.4.2 |
| 1936 | 2025-02-11T20:42:44.741Z | Checking bitflags v1.3.2 |
| 1937 | 2025-02-11T20:42:44.821Z | Checking take_mut v0.2.2 |
| 1938 | 2025-02-11T20:42:44.866Z | Checking utf-8 v0.7.6 |
| 1939 | 2025-02-11T20:42:44.977Z | Checking match_cfg v0.1.0 |
| 1940 | 2025-02-11T20:42:45.007Z | Checking slog-async v2.8.0 |
| 1941 | 2025-02-11T20:42:45.091Z | Checking slog-term v2.9.1 |
| 1942 | 2025-02-11T20:42:45.094Z | Checking hostname v0.3.1 |
| 1943 | 2025-02-11T20:42:45.182Z | Checking static_assertions v1.1.0 |
| 1944 | 2025-02-11T20:42:45.265Z | Checking unicode-segmentation v1.12.0 |
| 1945 | 2025-02-11T20:42:45.300Z | Checking num-iter v0.1.45 |
| 1946 | 2025-02-11T20:42:45.328Z | Checking crossbeam-epoch v0.9.18 |
| 1947 | 2025-02-11T20:42:45.486Z | Checking bstr v1.10.0 |
| 1948 | 2025-02-11T20:42:45.585Z | Checking slog-json v2.6.1 |
| 1949 | 2025-02-11T20:42:45.695Z | Checking hyper-tls v0.6.0 |
| 1950 | 2025-02-11T20:42:45.763Z | Checking hyper-rustls v0.27.3 |
| 1951 | 2025-02-11T20:42:45.852Z | Checking rfc6979 v0.4.0 |
| 1952 | 2025-02-11T20:42:45.965Z | Checking hex v0.4.3 |
| 1953 | 2025-02-11T20:42:45.993Z | Checking managed v0.8.0 |
| 1954 | 2025-02-11T20:42:46.039Z | Checking winnow v0.5.40 |
| 1955 | 2025-02-11T20:42:46.111Z | Checking reqwest v0.12.9 |
| 1956 | 2025-02-11T20:42:46.369Z | Checking slog-bunyan v2.5.0 |
| 1957 | 2025-02-11T20:42:46.445Z | Checking crossbeam-deque v0.8.5 |
| 1958 | 2025-02-11T20:42:46.473Z | Checking num-bigint-dig v0.8.4 |
| 1959 | 2025-02-11T20:42:46.548Z | Checking flate2 v1.0.35 |
| 1960 | 2025-02-11T20:42:46.761Z | Checking pkcs1 v0.7.5 |
| 1961 | 2025-02-11T20:42:46.824Z | Checking dof v0.3.0 |
| 1962 | 2025-02-11T20:42:46.980Z | Checking toml v0.8.19 |
| 1963 | 2025-02-11T20:42:47.176Z | Checking rustls v0.22.4 |
| 1964 | 2025-02-11T20:42:47.179Z | Checking hubpack v0.1.2 |
| 1965 | 2025-02-11T20:42:47.335Z | Checking elliptic-curve v0.13.8 |
| 1966 | 2025-02-11T20:42:47.502Z | Checking usdt-impl v0.5.0 |
| 1967 | 2025-02-11T20:42:47.536Z | Checking curve25519-dalek v4.1.3 |
| 1968 | 2025-02-11T20:42:47.698Z | Checking zerocopy v0.6.6 |
| 1969 | 2025-02-11T20:42:47.921Z | Checking siphasher v0.3.11 |
| 1970 | 2025-02-11T20:42:47.972Z | Checking ecdsa v0.16.9 |
| 1971 | 2025-02-11T20:42:48.077Z | Checking usdt v0.5.0 |
| 1972 | 2025-02-11T20:42:48.257Z | Checking rayon-core v1.12.1 |
| 1973 | 2025-02-11T20:42:48.348Z | Checking unicode-normalization v0.1.24 |
| 1974 | 2025-02-11T20:42:48.350Z | Checking ed25519 v2.2.3 |
| 1975 | 2025-02-11T20:42:48.519Z | Checking rsa v0.9.6 |
| 1976 | 2025-02-11T20:42:48.673Z | Checking signal-hook v0.3.17 |
| 1977 | 2025-02-11T20:42:48.700Z | Checking debug-ignore v1.0.5 |
| 1978 | 2025-02-11T20:42:48.785Z | Checking toml_edit v0.19.15 |
| 1979 | 2025-02-11T20:42:48.870Z | Checking quick-error v1.2.3 |
| 1980 | 2025-02-11T20:42:48.958Z | Checking hickory-proto v0.24.3 |
| 1981 | 2025-02-11T20:42:48.995Z | Checking itertools v0.10.5 |
| 1982 | 2025-02-11T20:42:49.036Z | Checking multer v3.1.0 |
| 1983 | 2025-02-11T20:42:49.295Z | Checking ed25519-dalek v2.1.1 |
| 1984 | 2025-02-11T20:42:49.323Z | Checking x509-cert v0.2.5 |
| 1985 | 2025-02-11T20:42:49.470Z | Checking serde_path_to_error v0.1.16 |
| 1986 | 2025-02-11T20:42:49.499Z | Checking waitgroup v0.1.2 |
| 1987 | 2025-02-11T20:42:49.667Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1988 | 2025-02-11T20:42:49.714Z | Checking async-stream v0.3.6 |
| 1989 | 2025-02-11T20:42:49.806Z | Checking hostname v0.4.0 |
| 1990 | 2025-02-11T20:42:49.935Z | Checking unicode-width v0.2.0 |
| 1991 | 2025-02-11T20:42:49.965Z | Checking bit-vec v0.6.3 |
| 1992 | 2025-02-11T20:42:50.103Z | Checking bzip2 v0.4.4 |
| 1993 | 2025-02-11T20:42:50.302Z | Checking bit-set v0.5.3 |
| 1994 | 2025-02-11T20:42:50.414Z | Checking signal-hook-mio v0.2.4 |
| 1995 | 2025-02-11T20:42:50.451Z | Checking console v0.15.10 |
| 1996 | 2025-02-11T20:42:50.526Z | Checking tokio-rustls v0.25.0 |
| 1997 | 2025-02-11T20:42:50.565Z | Checking hash32 v0.2.1 |
| 1998 | 2025-02-11T20:42:50.594Z | Checking unicode-bidi v0.3.17 |
| 1999 | 2025-02-11T20:42:50.787Z | Checking predicates-core v1.0.8 |
| 2000 | 2025-02-11T20:42:50.867Z | Checking linked-hash-map v0.5.6 |
| 2001 | 2025-02-11T20:42:50.895Z | Checking unicode-properties v0.1.3 |
| 2002 | 2025-02-11T20:42:51.003Z | Checking dropshot v0.12.0 |
| 2003 | 2025-02-11T20:42:51.033Z | Checking heapless v0.7.17 |
| 2004 | 2025-02-11T20:42:51.107Z | Checking crossterm v0.28.1 |
| 2005 | 2025-02-11T20:42:51.159Z | Checking lru-cache v0.1.2 |
| 2006 | 2025-02-11T20:42:51.255Z | Checking rayon v1.10.0 |
| 2007 | 2025-02-11T20:42:51.291Z | Checking stringprep v0.1.5 |
| 2008 | 2025-02-11T20:42:51.314Z | Checking toml v0.7.8 |
| 2009 | 2025-02-11T20:42:51.358Z | Checking phf_shared v0.11.2 |
| 2010 | 2025-02-11T20:42:51.582Z | Checking similar v2.6.0 |
| 2011 | 2025-02-11T20:42:51.629Z | Checking tokio-stream v0.1.16 |
| 2012 | 2025-02-11T20:42:51.969Z | Checking newtype-uuid v1.2.1 |
| 2013 | 2025-02-11T20:42:51.991Z | Checking md-5 v0.10.6 |
| 2014 | 2025-02-11T20:42:52.216Z | Checking float-cmp v0.9.0 |
| 2015 | 2025-02-11T20:42:52.245Z | Checking difflib v0.4.0 |
| 2016 | 2025-02-11T20:42:52.411Z | Checking fixedbitset v0.4.2 |
| 2017 | 2025-02-11T20:42:52.445Z | Checking normalize-line-endings v0.3.0 |
| 2018 | 2025-02-11T20:42:52.448Z | Checking fallible-iterator v0.2.0 |
| 2019 | 2025-02-11T20:42:52.577Z | Checking smoltcp v0.9.1 |
| 2020 | 2025-02-11T20:42:52.607Z | Checking predicates v3.1.2 |
| 2021 | 2025-02-11T20:42:52.704Z | Checking petgraph v0.6.5 |
| 2022 | 2025-02-11T20:42:52.738Z | Checking phf v0.11.2 |
| 2023 | 2025-02-11T20:42:53.020Z | Checking zip v0.6.6 |
| 2024 | 2025-02-11T20:42:53.048Z | Checking postgres-protocol v0.6.7 |
| 2025 | 2025-02-11T20:42:53.212Z | Checking resolv-conf v0.7.0 |
| 2026 | 2025-02-11T20:42:53.545Z | Checking phf_shared v0.10.0 |
| 2027 | 2025-02-11T20:42:53.597Z | Checking tungstenite v0.24.0 |
| 2028 | 2025-02-11T20:42:53.705Z | Checking fs-err v2.11.0 |
| 2029 | 2025-02-11T20:42:53.732Z | Checking serde-big-array v0.5.1 |
| 2030 | 2025-02-11T20:42:53.827Z | Checking portable-atomic v1.9.0 |
| 2031 | 2025-02-11T20:42:53.914Z | Checking new_debug_unreachable v1.0.6 |
| 2032 | 2025-02-11T20:42:53.950Z | Checking precomputed-hash v0.1.1 |
| 2033 | 2025-02-11T20:42:54.028Z | Checking minimal-lexical v0.2.1 |
| 2034 | 2025-02-11T20:42:54.086Z | Checking number_prefix v0.4.0 |
| 2035 | 2025-02-11T20:42:54.255Z | Checking lalrpop-util v0.19.12 |
| 2036 | 2025-02-11T20:42:54.310Z | Checking string_cache v0.8.7 |
| 2037 | 2025-02-11T20:42:54.369Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2038 | 2025-02-11T20:42:54.473Z | Checking nom v7.1.3 |
| 2039 | 2025-02-11T20:42:54.504Z | Checking tokio-tungstenite v0.24.0 |
| 2040 | 2025-02-11T20:42:54.570Z | Checking postgres-types v0.2.8 |
| 2041 | 2025-02-11T20:42:54.620Z | Checking hickory-resolver v0.24.2 |
| 2042 | 2025-02-11T20:42:54.716Z | Checking itertools v0.12.1 |
| 2043 | 2025-02-11T20:42:54.849Z | Checking indicatif v0.17.11 |
| 2044 | 2025-02-11T20:42:54.988Z | Checking heck v0.4.1 |
| 2045 | 2025-02-11T20:42:55.225Z | Checking peg-runtime v0.8.3 |
| 2046 | 2025-02-11T20:42:55.253Z | Checking whoami v1.5.2 |
| 2047 | 2025-02-11T20:42:55.596Z | Checking tokio-postgres v0.7.12 |
| 2048 | 2025-02-11T20:42:55.599Z | Compiling hashbrown v0.14.5 |
| 2049 | 2025-02-11T20:42:55.650Z | Compiling thiserror v2.0.11 |
| 2050 | 2025-02-11T20:42:55.727Z | Compiling thiserror-impl v2.0.11 |
| 2051 | 2025-02-11T20:42:56.177Z | Checking qorb v0.2.1 |
| 2052 | 2025-02-11T20:42:56.683Z | Compiling regress v0.10.1 |
| 2053 | 2025-02-11T20:42:56.721Z | Compiling ident_case v1.0.1 |
| 2054 | 2025-02-11T20:42:56.933Z | Compiling darling_core v0.20.10 |
| 2055 | 2025-02-11T20:42:57.077Z | Compiling unsafe-libyaml v0.2.11 |
| 2056 | 2025-02-11T20:42:58.288Z | Checking heck v0.5.0 |
| 2057 | 2025-02-11T20:42:58.484Z | Compiling serde_yaml v0.9.34+deprecated |
| 2058 | 2025-02-11T20:42:58.749Z | Checking fastrand v2.1.1 |
| 2059 | 2025-02-11T20:42:58.997Z | Checking ipnetwork v0.20.0 |
| 2060 | 2025-02-11T20:42:59.073Z | Checking progenitor-client v0.9.1 |
| 2061 | 2025-02-11T20:42:59.177Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2062 | 2025-02-11T20:42:59.369Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2063 | 2025-02-11T20:42:59.519Z | Compiling structmeta-derive v0.3.0 |
| 2064 | 2025-02-11T20:42:59.549Z | Checking strum v0.26.3 |
| 2065 | 2025-02-11T20:42:59.740Z | Compiling dropshot v0.15.1 |
| 2066 | 2025-02-11T20:42:59.767Z | Checking macaddr v1.0.1 |
| 2067 | 2025-02-11T20:43:00.109Z | Compiling dropshot_endpoint v0.15.1 |
| 2068 | 2025-02-11T20:43:00.144Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2069 | 2025-02-11T20:43:00.378Z | Checking tempfile v3.13.0 |
| 2070 | 2025-02-11T20:43:00.741Z | Compiling typify-impl v0.2.0 |
| 2071 | 2025-02-11T20:43:00.916Z | Checking progenitor-client v0.8.0 |
| 2072 | 2025-02-11T20:43:01.293Z | Checking instant v0.1.13 |
| 2073 | 2025-02-11T20:43:01.429Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2074 | 2025-02-11T20:43:01.515Z | Checking regress v0.9.1 |
| 2075 | 2025-02-11T20:43:01.728Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2076 | 2025-02-11T20:43:02.097Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2077 | 2025-02-11T20:43:02.201Z | Compiling structmeta v0.3.0 |
| 2078 | 2025-02-11T20:43:02.504Z | Checking backoff v0.4.0 |
| 2079 | 2025-02-11T20:43:02.537Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2080 | 2025-02-11T20:43:02.630Z | Compiling parse-display-derive v0.10.0 |
| 2081 | 2025-02-11T20:43:02.701Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2082 | 2025-02-11T20:43:02.817Z | Checking wait-timeout v0.2.0 |
| 2083 | 2025-02-11T20:43:02.879Z | Checking rand_xorshift v0.3.0 |
| 2084 | 2025-02-11T20:43:03.036Z | Checking rusty-fork v0.3.0 |
| 2085 | 2025-02-11T20:43:03.082Z | Checking unarray v0.1.4 |
| 2086 | 2025-02-11T20:43:03.115Z | Compiling darling_macro v0.20.10 |
| 2087 | 2025-02-11T20:43:03.266Z | Compiling structmeta-derive v0.2.0 |
| 2088 | 2025-02-11T20:43:03.338Z | Checking proptest v1.5.0 |
| 2089 | 2025-02-11T20:43:04.032Z | Compiling darling v0.20.10 |
| 2090 | 2025-02-11T20:43:04.178Z | Compiling serde_with_macros v3.11.0 |
| 2091 | 2025-02-11T20:43:04.597Z | Checking camino-tempfile v1.1.1 |
| 2092 | 2025-02-11T20:43:04.897Z | Checking unicode-width v0.1.14 |
| 2093 | 2025-02-11T20:43:05.112Z | Compiling proc-macro-error v1.0.4 |
| 2094 | 2025-02-11T20:43:05.417Z | Compiling proc-macro-crate v1.3.1 |
| 2095 | 2025-02-11T20:43:05.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2096 | 2025-02-11T20:43:05.929Z | Compiling structmeta v0.2.0 |
| 2097 | 2025-02-11T20:43:06.144Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2098 | 2025-02-11T20:43:06.348Z | Compiling test-strategy v0.3.1 |
| 2099 | 2025-02-11T20:43:06.375Z | Compiling num_enum_derive v0.5.11 |
| 2100 | 2025-02-11T20:43:06.473Z | Compiling foreign-types-macros v0.2.3 |
| 2101 | 2025-02-11T20:43:06.718Z | Checking parse-display v0.10.0 |
| 2102 | 2025-02-11T20:43:06.865Z | Checking serde_with v3.11.0 |
| 2103 | 2025-02-11T20:43:06.974Z | Checking foreign-types-shared v0.3.1 |
| 2104 | 2025-02-11T20:43:07.492Z | Checking tabwriter v1.4.0 |
| 2105 | 2025-02-11T20:43:07.762Z | Checking cstr-argument v0.1.2 |
| 2106 | 2025-02-11T20:43:07.765Z | Checking foreign-types v0.5.0 |
| 2107 | 2025-02-11T20:43:07.835Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2108 | 2025-02-11T20:43:07.907Z | Checking pretty-hex v0.2.1 |
| 2109 | 2025-02-11T20:43:07.958Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2110 | 2025-02-11T20:43:08.109Z | Checking colored v2.1.0 |
| 2111 | 2025-02-11T20:43:08.406Z | Checking smf v0.2.3 |
| 2112 | 2025-02-11T20:43:08.434Z | Checking itertools v0.13.0 |
| 2113 | 2025-02-11T20:43:08.474Z | Checking base64 v0.21.7 |
| 2114 | 2025-02-11T20:43:08.655Z | Checking num_enum v0.5.11 |
| 2115 | 2025-02-11T20:43:08.747Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2116 | 2025-02-11T20:43:08.814Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2117 | 2025-02-11T20:43:08.873Z | Compiling typify-impl v0.3.0 |
| 2118 | 2025-02-11T20:43:08.913Z | Compiling crucible-workspace-hack v0.1.0 |
| 2119 | 2025-02-11T20:43:08.969Z | Compiling zerocopy v0.8.10 |
| 2120 | 2025-02-11T20:43:09.397Z | Checking atomicwrites v0.4.4 |
| 2121 | 2025-02-11T20:43:09.931Z | Compiling zerocopy-derive v0.8.10 |
| 2122 | 2025-02-11T20:43:09.965Z | Compiling heapless v0.8.0 |
| 2123 | 2025-02-11T20:43:09.965Z | Checking termtree v0.4.1 |
| 2124 | 2025-02-11T20:43:10.183Z | Checking predicates-tree v1.0.11 |
| 2125 | 2025-02-11T20:43:10.369Z | Checking hash32 v0.3.1 |
| 2126 | 2025-02-11T20:43:10.582Z | Compiling smoltcp v0.11.0 |
| 2127 | 2025-02-11T20:43:10.932Z | Checking cobs v0.2.3 |
| 2128 | 2025-02-11T20:43:11.160Z | Checking postcard v1.0.10 |
| 2129 | 2025-02-11T20:43:11.298Z | Checking sigpipe v0.1.3 |
| 2130 | 2025-02-11T20:43:11.434Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2131 | 2025-02-11T20:43:11.698Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2132 | 2025-02-11T20:43:11.723Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2133 | 2025-02-11T20:43:11.836Z | Compiling mockall_derive v0.13.0 |
| 2134 | 2025-02-11T20:43:11.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2135 | 2025-02-11T20:43:12.180Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2136 | 2025-02-11T20:43:12.231Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2137 | 2025-02-11T20:43:12.503Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2138 | 2025-02-11T20:43:12.583Z | Compiling zone_cfg_derive v0.3.0 |
| 2139 | 2025-02-11T20:43:14.037Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2140 | 2025-02-11T20:43:14.373Z | Compiling num-derive v0.4.2 |
| 2141 | 2025-02-11T20:43:14.431Z | Checking fragile v2.0.0 |
| 2142 | 2025-02-11T20:43:14.565Z | Checking downcast v0.11.0 |
| 2143 | 2025-02-11T20:43:14.734Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2144 | 2025-02-11T20:43:14.787Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2145 | 2025-02-11T20:43:15.083Z | Checking zone v0.3.0 |
| 2146 | 2025-02-11T20:43:15.115Z | Compiling convert_case v0.4.0 |
| 2147 | 2025-02-11T20:43:15.489Z | Checking tungstenite v0.21.0 |
| 2148 | 2025-02-11T20:43:15.847Z | Checking newline-converter v0.3.0 |
| 2149 | 2025-02-11T20:43:15.977Z | Compiling derive_more v0.99.18 |
| 2150 | 2025-02-11T20:43:16.002Z | Compiling typify-macro v0.2.0 |
| 2151 | 2025-02-11T20:43:16.033Z | Checking expectorate v1.1.0 |
| 2152 | 2025-02-11T20:43:16.221Z | Checking same-file v1.0.6 |
| 2153 | 2025-02-11T20:43:16.414Z | Checking tokio-tungstenite v0.21.0 |
| 2154 | 2025-02-11T20:43:16.440Z | Checking walkdir v2.5.0 |
| 2155 | 2025-02-11T20:43:16.695Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2156 | 2025-02-11T20:43:16.746Z | Checking arc-swap v1.7.1 |
| 2157 | 2025-02-11T20:43:16.916Z | Checking xattr v1.3.1 |
| 2158 | 2025-02-11T20:43:17.140Z | Checking filetime v0.2.25 |
| 2159 | 2025-02-11T20:43:17.163Z | Checking num-rational v0.4.2 |
| 2160 | 2025-02-11T20:43:17.188Z | Checking slog-scope v4.4.0 |
| 2161 | 2025-02-11T20:43:17.374Z | Checking tar v0.4.42 |
| 2162 | 2025-02-11T20:43:17.418Z | Checking slog-stdlog v4.1.1 |
| 2163 | 2025-02-11T20:43:17.622Z | Checking slog-envlogger v2.2.0 |
| 2164 | 2025-02-11T20:43:17.807Z | Checking num-complex v0.4.6 |
| 2165 | 2025-02-11T20:43:17.871Z | Checking float-ord v0.3.2 |
| 2166 | 2025-02-11T20:43:18.057Z | Checking indent_write v2.2.0 |
| 2167 | 2025-02-11T20:43:18.209Z | Compiling owo-colors v4.1.0 |
| 2168 | 2025-02-11T20:43:18.291Z | Compiling cancel-safe-futures v0.1.5 |
| 2169 | 2025-02-11T20:43:18.509Z | Checking swrite v0.1.0 |
| 2170 | 2025-02-11T20:43:18.673Z | Checking num v0.4.3 |
| 2171 | 2025-02-11T20:43:18.805Z | Checking libsw v3.3.1 |
| 2172 | 2025-02-11T20:43:19.097Z | Checking password-hash v0.5.0 |
| 2173 | 2025-02-11T20:43:19.139Z | Checking blake2 v0.10.6 |
| 2174 | 2025-02-11T20:43:19.306Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2175 | 2025-02-11T20:43:19.581Z | Checking linear-map v1.2.0 |
| 2176 | 2025-02-11T20:43:19.642Z | Checking argon2 v0.5.3 |
| 2177 | 2025-02-11T20:43:19.803Z | Checking mockall v0.13.0 |
| 2178 | 2025-02-11T20:43:19.895Z | Compiling typify v0.2.0 |
| 2179 | 2025-02-11T20:43:20.020Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2180 | 2025-02-11T20:43:20.055Z | Checking pem v3.0.4 |
| 2181 | 2025-02-11T20:43:20.086Z | Compiling progenitor-impl v0.8.0 |
| 2182 | 2025-02-11T20:43:20.353Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2183 | 2025-02-11T20:43:20.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2184 | 2025-02-11T20:43:20.410Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2185 | 2025-02-11T20:43:20.778Z | Compiling lzma-sys v0.1.20 |
| 2186 | 2025-02-11T20:43:21.224Z | Checking headers-core v0.3.0 |
| 2187 | 2025-02-11T20:43:21.403Z | Compiling heck v0.3.3 |
| 2188 | 2025-02-11T20:43:21.602Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2189 | 2025-02-11T20:43:21.820Z | Checking highway v1.2.0 |
| 2190 | 2025-02-11T20:43:21.960Z | Compiling zone_cfg_derive v0.1.2 |
| 2191 | 2025-02-11T20:43:22.068Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2192 | 2025-02-11T20:43:22.232Z | Checking headers v0.4.0 |
| 2193 | 2025-02-11T20:43:22.279Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2194 | 2025-02-11T20:43:22.589Z | Checking yasna v0.5.2 |
| 2195 | 2025-02-11T20:43:22.975Z | Checking base64 v0.13.1 |
| 2196 | 2025-02-11T20:43:23.234Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2197 | 2025-02-11T20:43:23.361Z | Checking zone v0.1.8 |
| 2198 | 2025-02-11T20:43:23.394Z | Checking ron v0.7.1 |
| 2199 | 2025-02-11T20:43:23.438Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2200 | 2025-02-11T20:43:23.504Z | Checking rcgen v0.12.1 |
| 2201 | 2025-02-11T20:43:23.690Z | Checking xz2 v0.1.7 |
| 2202 | 2025-02-11T20:43:24.052Z | Checking subprocess v0.2.9 |
| 2203 | 2025-02-11T20:43:24.061Z | Checking humantime v2.1.0 |
| 2204 | 2025-02-11T20:43:24.162Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2205 | 2025-02-11T20:43:24.358Z | Compiling typify-macro v0.3.0 |
| 2206 | 2025-02-11T20:43:24.411Z | Compiling semver v0.1.20 |
| 2207 | 2025-02-11T20:43:24.576Z | Checking prettyplease v0.2.25 |
| 2208 | 2025-02-11T20:43:24.665Z | Checking half v2.4.1 |
| 2209 | 2025-02-11T20:43:25.037Z | Compiling rustc_version v0.1.7 |
| 2210 | 2025-02-11T20:43:25.176Z | Checking ciborium-io v0.2.2 |
| 2211 | 2025-02-11T20:43:25.202Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2212 | 2025-02-11T20:43:25.329Z | Checking ciborium-ll v0.2.2 |
| 2213 | 2025-02-11T20:43:25.474Z | Compiling newtype_derive v0.1.6 |
| 2214 | 2025-02-11T20:43:25.610Z | Checking ciborium v0.2.2 |
| 2215 | 2025-02-11T20:43:25.982Z | Checking steno v0.4.1 |
| 2216 | 2025-02-11T20:43:27.249Z | Compiling progenitor-macro v0.8.0 |
| 2217 | 2025-02-11T20:43:28.286Z | Compiling typify v0.3.0 |
| 2218 | 2025-02-11T20:43:28.447Z | Compiling progenitor-impl v0.9.1 |
| 2219 | 2025-02-11T20:43:28.775Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2220 | 2025-02-11T20:43:29.055Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2221 | 2025-02-11T20:43:29.516Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2025-02-11T20:43:29.805Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2223 | 2025-02-11T20:43:29.923Z | Checking display-error-chain v0.2.2 |
| 2224 | 2025-02-11T20:43:30.130Z | Checking gethostname v0.5.0 |
| 2225 | 2025-02-11T20:43:30.280Z | Checking nibble_vec v0.1.0 |
| 2226 | 2025-02-11T20:43:30.389Z | Compiling blake3 v1.5.4 |
| 2227 | 2025-02-11T20:43:30.414Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2228 | 2025-02-11T20:43:30.461Z | Checking endian-type v0.1.2 |
| 2229 | 2025-02-11T20:43:30.507Z | Checking keccak v0.1.5 |
| 2230 | 2025-02-11T20:43:30.694Z | Checking radix_trie v0.2.1 |
| 2231 | 2025-02-11T20:43:30.864Z | Checking sha3 v0.10.8 |
| 2232 | 2025-02-11T20:43:31.135Z | Checking universal-hash v0.5.1 |
| 2233 | 2025-02-11T20:43:31.279Z | Checking secrecy v0.8.0 |
| 2234 | 2025-02-11T20:43:31.345Z | Checking opaque-debug v0.3.1 |
| 2235 | 2025-02-11T20:43:31.447Z | Checking aead v0.5.2 |
| 2236 | 2025-02-11T20:43:31.488Z | Checking poly1305 v0.8.0 |
| 2237 | 2025-02-11T20:43:31.674Z | Checking chacha20 v0.9.1 |
| 2238 | 2025-02-11T20:43:32.042Z | Compiling memmap2 v0.9.5 |
| 2239 | 2025-02-11T20:43:32.068Z | Compiling constant_time_eq v0.3.1 |
| 2240 | 2025-02-11T20:43:32.277Z | Compiling arrayvec v0.7.6 |
| 2241 | 2025-02-11T20:43:32.498Z | Compiling arrayref v0.3.9 |
| 2242 | 2025-02-11T20:43:32.542Z | Compiling toolchain_find v0.4.0 |
| 2243 | 2025-02-11T20:43:32.711Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2025-02-11T20:43:33.084Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2245 | 2025-02-11T20:43:33.090Z | Compiling topological-sort v0.2.2 |
| 2246 | 2025-02-11T20:43:33.149Z | Compiling rustfmt-wrapper v0.2.1 |
| 2247 | 2025-02-11T20:43:33.351Z | Compiling omicron-zone-package v0.12.0 |
| 2248 | 2025-02-11T20:43:33.430Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2249 | 2025-02-11T20:43:33.796Z | Checking chacha20poly1305 v0.10.1 |
| 2250 | 2025-02-11T20:43:33.845Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2251 | 2025-02-11T20:43:33.955Z | Compiling async-recursion v1.1.1 |
| 2252 | 2025-02-11T20:43:34.005Z | Checking fxhash v0.2.1 |
| 2253 | 2025-02-11T20:43:34.212Z | Compiling zip v2.1.3 |
| 2254 | 2025-02-11T20:43:34.569Z | Checking lockfree-object-pool v0.1.6 |
| 2255 | 2025-02-11T20:43:34.850Z | Checking bumpalo v3.16.0 |
| 2256 | 2025-02-11T20:43:35.218Z | Checking simd-adler32 v0.3.7 |
| 2257 | 2025-02-11T20:43:35.342Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2258 | 2025-02-11T20:43:35.370Z | Compiling progenitor-macro v0.9.1 |
| 2259 | 2025-02-11T20:43:35.491Z | Checking termcolor v1.4.1 |
| 2260 | 2025-02-11T20:43:35.559Z | Checking thiserror-no-std v2.0.2 |
| 2261 | 2025-02-11T20:43:35.583Z | Checking zopfli v0.8.1 |
| 2262 | 2025-02-11T20:43:35.649Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2263 | 2025-02-11T20:43:35.690Z | Checking vsss-rs v3.3.4 |
| 2264 | 2025-02-11T20:43:35.730Z | Checking maplit v1.0.2 |
| 2265 | 2025-02-11T20:43:35.863Z | Compiling radium v0.7.0 |
| 2266 | 2025-02-11T20:43:35.913Z | Compiling const_format_proc_macros v0.2.34 |
| 2267 | 2025-02-11T20:43:36.379Z | Compiling maybe-uninit v2.0.0 |
| 2268 | 2025-02-11T20:43:36.916Z | Checking tap v1.0.1 |
| 2269 | 2025-02-11T20:43:37.108Z | Checking wyz v0.5.1 |
| 2270 | 2025-02-11T20:43:37.504Z | Checking home v0.5.9 |
| 2271 | 2025-02-11T20:43:37.672Z | Checking funty v2.0.0 |
| 2272 | 2025-02-11T20:43:37.859Z | Checking const_format v0.2.34 |
| 2273 | 2025-02-11T20:43:37.894Z | Compiling packed_struct v0.10.1 |
| 2274 | 2025-02-11T20:43:38.220Z | Checking crc-catalog v2.4.0 |
| 2275 | 2025-02-11T20:43:38.386Z | Checking crc v3.2.1 |
| 2276 | 2025-02-11T20:43:38.417Z | Checking kstat-rs v0.2.4 |
| 2277 | 2025-02-11T20:43:38.441Z | Compiling packed_struct_codegen v0.10.1 |
| 2278 | 2025-02-11T20:43:38.599Z | Checking bitvec v1.0.1 |
| 2279 | 2025-02-11T20:43:38.644Z | Compiling vte_generate_state_changes v0.1.2 |
| 2280 | 2025-02-11T20:43:38.765Z | Compiling indexmap v1.9.3 |
| 2281 | 2025-02-11T20:43:38.811Z | Compiling libefi-sys v0.1.0 |
| 2282 | 2025-02-11T20:43:39.089Z | Checking nodrop v0.1.14 |
| 2283 | 2025-02-11T20:43:39.190Z | Checking smallvec v0.6.14 |
| 2284 | 2025-02-11T20:43:39.225Z | Checking fd-lock v4.0.2 |
| 2285 | 2025-02-11T20:43:39.248Z | Checking array-init v0.0.4 |
| 2286 | 2025-02-11T20:43:39.293Z | Checking vte v0.11.1 |
| 2287 | 2025-02-11T20:43:39.470Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2288 | 2025-02-11T20:43:39.578Z | Compiling bitfield-struct v0.6.2 |
| 2289 | 2025-02-11T20:43:39.852Z | Checking bitfield v0.14.0 |
| 2290 | 2025-02-11T20:43:39.931Z | Checking progenitor v0.8.0 |
| 2291 | 2025-02-11T20:43:40.186Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2292 | 2025-02-11T20:43:40.209Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2293 | 2025-02-11T20:43:40.766Z | Checking hashbrown v0.12.3 |
| 2294 | 2025-02-11T20:43:40.967Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2295 | 2025-02-11T20:43:41.029Z | Checking strip-ansi-escapes v0.2.0 |
| 2296 | 2025-02-11T20:43:41.203Z | Checking serde-hex v0.1.0 |
| 2297 | 2025-02-11T20:43:42.049Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2298 | 2025-02-11T20:43:42.310Z | Checking env_logger v0.10.2 |
| 2299 | 2025-02-11T20:43:42.396Z | Checking ron v0.8.1 |
| 2300 | 2025-02-11T20:43:42.740Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2301 | 2025-02-11T20:43:43.064Z | Checking hashbrown v0.13.2 |
| 2302 | 2025-02-11T20:43:43.628Z | Checking nu-ansi-term v0.50.1 |
| 2303 | 2025-02-11T20:43:44.002Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2304 | 2025-02-11T20:43:44.082Z | Checking crc-any v2.5.0 |
| 2305 | 2025-02-11T20:43:44.135Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2306 | 2025-02-11T20:43:44.332Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2307 | 2025-02-11T20:43:44.513Z | Checking reedline v0.35.0 |
| 2308 | 2025-02-11T20:43:44.611Z | Checking object v0.30.4 |
| 2309 | 2025-02-11T20:43:44.827Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2310 | 2025-02-11T20:43:44.978Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2025-02-11T20:43:45.049Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2312 | 2025-02-11T20:43:46.766Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2313 | 2025-02-11T20:43:47.040Z | Checking nanorand v0.7.0 |
| 2314 | 2025-02-11T20:43:47.065Z | Compiling parking_lot_core v0.8.6 |
| 2315 | 2025-02-11T20:43:47.420Z | Checking path-slash v0.1.5 |
| 2316 | 2025-02-11T20:43:47.553Z | Checking flume v0.11.1 |
| 2317 | 2025-02-11T20:43:47.820Z | Compiling phf_generator v0.11.2 |
| 2318 | 2025-02-11T20:43:47.924Z | Checking bytecount v0.6.8 |
| 2319 | 2025-02-11T20:43:48.011Z | Checking glob v0.3.2 |
| 2320 | 2025-02-11T20:43:48.035Z | Compiling phf_codegen v0.11.2 |
| 2321 | 2025-02-11T20:43:48.099Z | Checking papergrid v0.11.0 |
| 2322 | 2025-02-11T20:43:48.219Z | Checking progenitor v0.9.1 |
| 2323 | 2025-02-11T20:43:48.360Z | Checking parking_lot v0.11.2 |
| 2324 | 2025-02-11T20:43:48.444Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2325 | 2025-02-11T20:43:48.488Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2326 | 2025-02-11T20:43:48.698Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2327 | 2025-02-11T20:43:49.552Z | Compiling tabled_derive v0.7.0 |
| 2328 | 2025-02-11T20:43:50.427Z | Compiling parse-zoneinfo v0.3.1 |
| 2329 | 2025-02-11T20:43:51.892Z | Compiling cfg_aliases v0.1.1 |
| 2330 | 2025-02-11T20:43:52.024Z | Compiling nix v0.28.0 |
| 2331 | 2025-02-11T20:43:52.282Z | Checking tabled v0.15.0 |
| 2332 | 2025-02-11T20:43:52.361Z | Compiling chrono-tz-build v0.4.0 |
| 2333 | 2025-02-11T20:43:52.789Z | Checking sled v0.34.7 |
| 2334 | 2025-02-11T20:43:53.650Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2335 | 2025-02-11T20:43:54.197Z | Checking hickory-client v0.24.2 |
| 2336 | 2025-02-11T20:43:54.847Z | Checking hickory-server v0.24.2 |
| 2337 | 2025-02-11T20:43:54.900Z | Compiling chrono-tz v0.10.1 |
| 2338 | 2025-02-11T20:43:55.013Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2339 | 2025-02-11T20:43:55.572Z | Compiling unicase v2.7.0 |
| 2340 | 2025-02-11T20:43:55.597Z | Compiling buf-list v1.0.3 |
| 2341 | 2025-02-11T20:43:56.153Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2342 | 2025-02-11T20:43:56.300Z | Compiling peg-macros v0.8.4 |
| 2343 | 2025-02-11T20:43:57.179Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2344 | 2025-02-11T20:43:57.367Z | Compiling sqlparser_derive v0.2.2 |
| 2345 | 2025-02-11T20:43:58.354Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2346 | 2025-02-11T20:43:58.396Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2347 | 2025-02-11T20:43:58.444Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2348 | 2025-02-11T20:43:58.479Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2349 | 2025-02-11T20:43:59.749Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2350 | 2025-02-11T20:44:00.564Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2351 | 2025-02-11T20:44:01.000Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2352 | 2025-02-11T20:44:01.585Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2353 | 2025-02-11T20:44:01.629Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2354 | 2025-02-11T20:44:01.800Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2355 | 2025-02-11T20:44:02.251Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2356 | 2025-02-11T20:44:02.697Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2357 | 2025-02-11T20:44:02.954Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2358 | 2025-02-11T20:44:03.236Z | Checking unicode_categories v0.1.1 |
| 2359 | 2025-02-11T20:44:03.407Z | Checking peg v0.8.4 |
| 2360 | 2025-02-11T20:44:03.533Z | Checking rustyline v14.0.0 |
| 2361 | 2025-02-11T20:44:03.567Z | Checking sqlformat v0.2.6 |
| 2362 | 2025-02-11T20:44:04.528Z | Checking sqlparser v0.45.0 |
| 2363 | 2025-02-11T20:44:05.238Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2364 | 2025-02-11T20:44:07.598Z | Checking bcs v0.1.6 |
| 2365 | 2025-02-11T20:44:07.645Z | Checking termtree v0.5.1 |
| 2366 | 2025-02-11T20:44:08.092Z | Checking primeorder v0.13.6 |
| 2367 | 2025-02-11T20:44:08.116Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2368 | 2025-02-11T20:44:08.195Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2369 | 2025-02-11T20:44:08.239Z | Compiling mime_guess v2.0.5 |
| 2370 | 2025-02-11T20:44:08.544Z | Checking http-range v0.1.5 |
| 2371 | 2025-02-11T20:44:08.787Z | Checking atty v0.2.14 |
| 2372 | 2025-02-11T20:44:08.938Z | Compiling salty v0.3.0 |
| 2373 | 2025-02-11T20:44:09.054Z | Checking p384 v0.13.0 |
| 2374 | 2025-02-11T20:44:09.442Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2375 | 2025-02-11T20:44:10.010Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2376 | 2025-02-11T20:44:10.172Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2377 | 2025-02-11T20:44:10.276Z | Checking hyper-staticfile v0.10.1 |
| 2378 | 2025-02-11T20:44:10.665Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2379 | 2025-02-11T20:44:10.811Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2380 | 2025-02-11T20:44:11.281Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2381 | 2025-02-11T20:44:11.292Z | Compiling dsl_auto_type v0.1.2 |
| 2382 | 2025-02-11T20:44:11.544Z | Checking scheduled-thread-pool v0.2.7 |
| 2383 | 2025-02-11T20:44:11.569Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2384 | 2025-02-11T20:44:12.186Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2385 | 2025-02-11T20:44:12.635Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2386 | 2025-02-11T20:44:12.699Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2387 | 2025-02-11T20:44:13.135Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2388 | 2025-02-11T20:44:13.287Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2389 | 2025-02-11T20:44:13.471Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2390 | 2025-02-11T20:44:13.564Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2391 | 2025-02-11T20:44:13.875Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2392 | 2025-02-11T20:44:14.076Z | Checking env_filter v0.1.2 |
| 2393 | 2025-02-11T20:44:14.348Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2394 | 2025-02-11T20:44:14.752Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2395 | 2025-02-11T20:44:14.839Z | Compiling crunchy v0.2.2 |
| 2396 | 2025-02-11T20:44:14.976Z | Compiling diesel_derives v2.2.3 |
| 2397 | 2025-02-11T20:44:15.373Z | Checking env_logger v0.11.5 |
| 2398 | 2025-02-11T20:44:15.695Z | Checking r2d2 v0.8.10 |
| 2399 | 2025-02-11T20:44:16.025Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2400 | 2025-02-11T20:44:16.263Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2401 | 2025-02-11T20:44:16.537Z | Compiling tiny-keccak v2.0.2 |
| 2402 | 2025-02-11T20:44:16.613Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2403 | 2025-02-11T20:44:16.877Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2404 | 2025-02-11T20:44:17.097Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2405 | 2025-02-11T20:44:17.183Z | Compiling ref-cast v1.0.23 |
| 2406 | 2025-02-11T20:44:18.072Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2407 | 2025-02-11T20:44:18.559Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2408 | 2025-02-11T20:44:19.149Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2409 | 2025-02-11T20:44:19.297Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2410 | 2025-02-11T20:44:19.458Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2411 | 2025-02-11T20:44:19.912Z | Compiling ascii-canvas v3.0.0 |
| 2412 | 2025-02-11T20:44:20.078Z | Compiling ena v0.14.3 |
| 2413 | 2025-02-11T20:44:20.427Z | Compiling ref-cast-impl v1.0.23 |
| 2414 | 2025-02-11T20:44:20.497Z | Compiling diff v0.1.13 |
| 2415 | 2025-02-11T20:44:21.105Z | Compiling regex-syntax v0.6.29 |
| 2416 | 2025-02-11T20:44:21.381Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2417 | 2025-02-11T20:44:21.825Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2418 | 2025-02-11T20:44:21.943Z | Compiling pin-project-internal v1.1.6 |
| 2419 | 2025-02-11T20:44:22.264Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2420 | 2025-02-11T20:44:22.587Z | Compiling derive_builder_core v0.20.2 |
| 2421 | 2025-02-11T20:44:24.262Z | Compiling libxml v0.3.3 |
| 2422 | 2025-02-11T20:44:24.667Z | Compiling lalrpop v0.19.12 |
| 2423 | 2025-02-11T20:44:24.795Z | Checking pin-project v1.1.6 |
| 2424 | 2025-02-11T20:44:24.875Z | Compiling derive_builder_macro v0.20.2 |
| 2425 | 2025-02-11T20:44:25.044Z | Checking signal-hook-tokio v0.3.1 |
| 2426 | 2025-02-11T20:44:25.063Z | Compiling strum_macros v0.24.3 |
| 2427 | 2025-02-11T20:44:25.247Z | Compiling snafu-derive v0.8.5 |
| 2428 | 2025-02-11T20:44:25.776Z | Compiling samael v0.0.17 |
| 2429 | 2025-02-11T20:44:26.195Z | Compiling indoc v1.0.9 |
| 2430 | 2025-02-11T20:44:26.579Z | Checking diesel v2.2.6 |
| 2431 | 2025-02-11T20:44:26.723Z | Checking derive_builder v0.20.2 |
| 2432 | 2025-02-11T20:44:27.056Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2433 | 2025-02-11T20:44:28.259Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2434 | 2025-02-11T20:44:28.427Z | Checking olpc-cjson v0.1.4 |
| 2435 | 2025-02-11T20:44:28.462Z | Checking globset v0.4.15 |
| 2436 | 2025-02-11T20:44:28.563Z | Checking serde_plain v1.0.2 |
| 2437 | 2025-02-11T20:44:28.668Z | Checking quick-xml v0.33.0 |
| 2438 | 2025-02-11T20:44:28.842Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2439 | 2025-02-11T20:44:28.982Z | Compiling oso-derive v0.27.3 |
| 2440 | 2025-02-11T20:44:29.741Z | Compiling memoffset v0.9.1 |
| 2441 | 2025-02-11T20:44:30.023Z | Checking typed-path v0.9.3 |
| 2442 | 2025-02-11T20:44:30.307Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2443 | 2025-02-11T20:44:30.403Z | Checking snafu v0.8.5 |
| 2444 | 2025-02-11T20:44:30.842Z | Checking tungstenite v0.23.0 |
| 2445 | 2025-02-11T20:44:31.690Z | Compiling diesel-dtrace v0.4.2 |
| 2446 | 2025-02-11T20:44:31.911Z | Checking tough v0.19.0 |
| 2447 | 2025-02-11T20:44:31.987Z | Checking parse-size v1.1.0 |
| 2448 | 2025-02-11T20:44:32.092Z | Checking tokio-tungstenite v0.23.1 |
| 2449 | 2025-02-11T20:44:32.324Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2450 | 2025-02-11T20:44:32.597Z | Checking bb8 v0.8.5 |
| 2451 | 2025-02-11T20:44:32.645Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2452 | 2025-02-11T20:44:33.084Z | Checking nix v0.27.1 |
| 2453 | 2025-02-11T20:44:33.115Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2454 | 2025-02-11T20:44:33.395Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2455 | 2025-02-11T20:44:36.043Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2456 | 2025-02-11T20:44:36.108Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2457 | 2025-02-11T20:44:36.196Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2458 | 2025-02-11T20:44:36.331Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2459 | 2025-02-11T20:44:36.420Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2460 | 2025-02-11T20:44:36.445Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2461 | 2025-02-11T20:44:37.238Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2462 | 2025-02-11T20:44:37.465Z | Checking rand_seeder v0.3.0 |
| 2463 | 2025-02-11T20:44:37.599Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2464 | 2025-02-11T20:44:37.657Z | Checking assert_matches v1.5.0 |
| 2465 | 2025-02-11T20:44:37.716Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2466 | 2025-02-11T20:44:37.773Z | Compiling libz-sys v1.1.20 |
| 2467 | 2025-02-11T20:44:37.963Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2468 | 2025-02-11T20:44:38.234Z | Checking castaway v0.2.3 |
| 2469 | 2025-02-11T20:44:38.418Z | Checking is_ci v1.2.0 |
| 2470 | 2025-02-11T20:44:38.480Z | Checking compact_str v0.8.0 |
| 2471 | 2025-02-11T20:44:38.579Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2472 | 2025-02-11T20:44:38.602Z | Checking supports-color v3.0.1 |
| 2473 | 2025-02-11T20:44:38.811Z | Checking unicode-truncate v1.1.0 |
| 2474 | 2025-02-11T20:44:39.078Z | Checking cargo-platform v0.1.8 |
| 2475 | 2025-02-11T20:44:39.127Z | Checking lru v0.12.5 |
| 2476 | 2025-02-11T20:44:39.366Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2477 | 2025-02-11T20:44:39.423Z | Compiling instability v0.3.2 |
| 2478 | 2025-02-11T20:44:39.425Z | Checking cassowary v0.3.0 |
| 2479 | 2025-02-11T20:44:40.052Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2480 | 2025-02-11T20:44:40.198Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2481 | 2025-02-11T20:44:40.240Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2482 | 2025-02-11T20:44:40.481Z | Checking ratatui v0.28.1 |
| 2483 | 2025-02-11T20:44:40.937Z | Compiling vergen v8.3.2 |
| 2484 | 2025-02-11T20:44:41.455Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2485 | 2025-02-11T20:44:41.548Z | Checking smawk v0.3.2 |
| 2486 | 2025-02-11T20:44:41.779Z | Checking unicode-linebreak v0.1.5 |
| 2487 | 2025-02-11T20:44:41.798Z | Compiling cargo_metadata v0.18.1 |
| 2488 | 2025-02-11T20:44:42.211Z | Checking textwrap v0.16.1 |
| 2489 | 2025-02-11T20:44:42.676Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2490 | 2025-02-11T20:44:43.391Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2491 | 2025-02-11T20:44:43.862Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2492 | 2025-02-11T20:44:44.199Z | Compiling libsqlite3-sys v0.30.1 |
| 2493 | 2025-02-11T20:44:44.745Z | Checking shell-words v1.1.0 |
| 2494 | 2025-02-11T20:44:44.900Z | Compiling rustls v0.21.12 |
| 2495 | 2025-02-11T20:44:44.935Z | Compiling cfg_aliases v0.2.1 |
| 2496 | 2025-02-11T20:44:45.033Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2497 | 2025-02-11T20:44:45.058Z | Compiling nix v0.29.0 |
| 2498 | 2025-02-11T20:44:45.079Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2499 | 2025-02-11T20:44:45.221Z | Checking sct v0.7.1 |
| 2500 | 2025-02-11T20:44:45.326Z | Checking rustls-webpki v0.101.7 |
| 2501 | 2025-02-11T20:44:45.479Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2502 | 2025-02-11T20:44:45.793Z | Checking hashlink v0.9.1 |
| 2503 | 2025-02-11T20:44:45.837Z | Checking concurrent-queue v2.5.0 |
| 2504 | 2025-02-11T20:44:45.900Z | Checking fallible-streaming-iterator v0.1.9 |
| 2505 | 2025-02-11T20:44:46.160Z | Checking plotters-backend v0.3.7 |
| 2506 | 2025-02-11T20:44:46.182Z | Checking parking v2.2.1 |
| 2507 | 2025-02-11T20:44:46.323Z | Checking fallible-iterator v0.3.0 |
| 2508 | 2025-02-11T20:44:46.519Z | Checking plotters-svg v0.3.7 |
| 2509 | 2025-02-11T20:44:46.799Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2510 | 2025-02-11T20:44:46.823Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2511 | 2025-02-11T20:44:46.916Z | Checking rusqlite v0.32.1 |
| 2512 | 2025-02-11T20:44:47.345Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2513 | 2025-02-11T20:44:47.595Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2514 | 2025-02-11T20:44:47.873Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2515 | 2025-02-11T20:44:48.144Z | Checking rustls-pemfile v1.0.4 |
| 2516 | 2025-02-11T20:44:48.372Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2517 | 2025-02-11T20:44:48.444Z | Checking twox-hash v2.1.0 |
| 2518 | 2025-02-11T20:44:48.602Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2519 | 2025-02-11T20:44:48.729Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2520 | 2025-02-11T20:44:48.953Z | Checking tokio-rustls v0.24.1 |
| 2521 | 2025-02-11T20:44:49.038Z | Checking cast v0.3.0 |
| 2522 | 2025-02-11T20:44:49.304Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2523 | 2025-02-11T20:44:49.355Z | Checking criterion-plot v0.5.0 |
| 2524 | 2025-02-11T20:44:49.889Z | Checking plotters v0.3.7 |
| 2525 | 2025-02-11T20:44:50.329Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2526 | 2025-02-11T20:44:51.550Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2527 | 2025-02-11T20:44:51.692Z | Checking fatfs v0.3.6 |
| 2528 | 2025-02-11T20:44:52.697Z | Checking tinytemplate v1.2.1 |
| 2529 | 2025-02-11T20:44:52.844Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2530 | 2025-02-11T20:44:53.096Z | Checking csv-core v0.1.11 |
| 2531 | 2025-02-11T20:44:53.212Z | Checking anes v0.1.6 |
| 2532 | 2025-02-11T20:44:53.416Z | Checking oorandom v11.1.4 |
| 2533 | 2025-02-11T20:44:53.546Z | Checking hex-literal v0.4.1 |
| 2534 | 2025-02-11T20:44:53.613Z | Checking criterion v0.5.1 |
| 2535 | 2025-02-11T20:44:53.705Z | Checking csv v1.3.1 |
| 2536 | 2025-02-11T20:44:53.817Z | Checking event-listener v5.3.1 |
| 2537 | 2025-02-11T20:44:54.484Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2538 | 2025-02-11T20:44:55.833Z | Checking rtoolbox v0.0.2 |
| 2539 | 2025-02-11T20:44:56.006Z | Checking rpassword v7.3.1 |
| 2540 | 2025-02-11T20:44:56.174Z | Checking event-listener-strategy v0.5.2 |
| 2541 | 2025-02-11T20:44:56.349Z | Checking tui-tree-widget v0.22.0 |
| 2542 | 2025-02-11T20:44:56.402Z | Checking polyval v0.6.2 |
| 2543 | 2025-02-11T20:44:56.666Z | Checking ghash v0.5.1 |
| 2544 | 2025-02-11T20:44:56.688Z | Checking futures-lite v2.3.0 |
| 2545 | 2025-02-11T20:44:56.856Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2546 | 2025-02-11T20:44:57.897Z | Checking async-bb8-diesel v0.2.1 |
| 2547 | 2025-02-11T20:44:58.512Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2548 | 2025-02-11T20:44:58.530Z | Checking ctr v0.9.2 |
| 2549 | 2025-02-11T20:44:58.607Z | Checking yansi v1.0.1 |
| 2550 | 2025-02-11T20:44:59.167Z | Checking pretty_assertions v1.4.1 |
| 2551 | 2025-02-11T20:44:59.254Z | Checking aes-gcm v0.10.3 |
| 2552 | 2025-02-11T20:44:59.279Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2553 | 2025-02-11T20:44:59.369Z | Checking ssh-encoding v0.2.0 |
| 2554 | 2025-02-11T20:44:59.516Z | Checking blowfish v0.9.1 |
| 2555 | 2025-02-11T20:44:59.731Z | Checking ssh-cipher v0.2.0 |
| 2556 | 2025-02-11T20:44:59.775Z | Checking bcrypt-pbkdf v0.10.0 |
| 2557 | 2025-02-11T20:45:00.042Z | Checking async-lock v3.4.0 |
| 2558 | 2025-02-11T20:45:00.065Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2559 | 2025-02-11T20:45:00.780Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2560 | 2025-02-11T20:45:00.945Z | Checking polling v3.7.3 |
| 2561 | 2025-02-11T20:45:01.377Z | Checking password-hash v0.4.2 |
| 2562 | 2025-02-11T20:45:01.799Z | Checking pbkdf2 v0.11.0 |
| 2563 | 2025-02-11T20:45:02.125Z | Checking async-io v2.3.4 |
| 2564 | 2025-02-11T20:45:02.185Z | Checking ssh-key v0.6.6 |
| 2565 | 2025-02-11T20:45:03.071Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2566 | 2025-02-11T20:45:03.766Z | Checking p256 v0.13.2 |
| 2567 | 2025-02-11T20:45:03.824Z | Checking p521 v0.13.3 |
| 2568 | 2025-02-11T20:45:04.233Z | Checking russh-cryptovec v0.7.3 |
| 2569 | 2025-02-11T20:45:04.470Z | Checking async-task v4.7.1 |
| 2570 | 2025-02-11T20:45:04.817Z | Compiling target-lexicon v0.12.16 |
| 2571 | 2025-02-11T20:45:05.327Z | Compiling doc-comment v0.3.3 |
| 2572 | 2025-02-11T20:45:05.353Z | Checking md5 v0.7.0 |
| 2573 | 2025-02-11T20:45:05.649Z | Checking russh-keys v0.45.0 |
| 2574 | 2025-02-11T20:45:05.892Z | Checking async-channel v2.3.1 |
| 2575 | 2025-02-11T20:45:06.058Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2576 | 2025-02-11T20:45:06.232Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2577 | 2025-02-11T20:45:06.981Z | Checking piper v0.2.4 |
| 2578 | 2025-02-11T20:45:07.032Z | Checking num-bigint v0.4.6 |
| 2579 | 2025-02-11T20:45:07.191Z | Checking des v0.8.1 |
| 2580 | 2025-02-11T20:45:07.481Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2581 | 2025-02-11T20:45:07.716Z | Checking futures-timer v3.0.3 |
| 2582 | 2025-02-11T20:45:08.024Z | Compiling assert_cmd v2.0.16 |
| 2583 | 2025-02-11T20:45:08.339Z | Compiling guppy-workspace-hack v0.1.0 |
| 2584 | 2025-02-11T20:45:08.458Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2585 | 2025-02-11T20:45:08.668Z | Checking blocking v1.6.1 |
| 2586 | 2025-02-11T20:45:09.389Z | Checking russh v0.45.0 |
| 2587 | 2025-02-11T20:45:09.560Z | Checking async-executor v1.13.1 |
| 2588 | 2025-02-11T20:45:09.868Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2589 | 2025-02-11T20:45:09.922Z | Checking async-signal v0.2.10 |
| 2590 | 2025-02-11T20:45:10.213Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2591 | 2025-02-11T20:45:10.583Z | Checking internet-checksum v0.2.1 |
| 2592 | 2025-02-11T20:45:10.775Z | Checking event-listener v2.5.3 |
| 2593 | 2025-02-11T20:45:10.799Z | Compiling target-spec v3.3.1 |
| 2594 | 2025-02-11T20:45:10.965Z | Checking async-channel v1.9.0 |
| 2595 | 2025-02-11T20:45:11.346Z | Checking async-process v2.3.0 |
| 2596 | 2025-02-11T20:45:11.782Z | Checking async-global-executor v2.4.1 |
| 2597 | 2025-02-11T20:45:11.815Z | Checking cfg-expr v0.17.2 |
| 2598 | 2025-02-11T20:45:12.596Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2599 | 2025-02-11T20:45:12.706Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2600 | 2025-02-11T20:45:13.024Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2601 | 2025-02-11T20:45:13.436Z | Checking httptest v0.16.1 |
| 2602 | 2025-02-11T20:45:13.489Z | Checking rustls-native-certs v0.7.3 |
| 2603 | 2025-02-11T20:45:13.678Z | Compiling petname v2.0.2 |
| 2604 | 2025-02-11T20:45:13.998Z | Checking num_cpus v1.16.0 |
| 2605 | 2025-02-11T20:45:14.100Z | Checking kv-log-macro v1.0.7 |
| 2606 | 2025-02-11T20:45:14.132Z | Compiling async-attributes v1.1.2 |
| 2607 | 2025-02-11T20:45:14.958Z | Checking async-std v1.13.0 |
| 2608 | 2025-02-11T20:45:15.053Z | Checking threadpool v1.8.1 |
| 2609 | 2025-02-11T20:45:15.295Z | Checking hyper-rustls v0.26.0 |
| 2610 | 2025-02-11T20:45:16.039Z | Checking cargo_metadata v0.19.1 |
| 2611 | 2025-02-11T20:45:16.376Z | Checking pathdiff v0.2.3 |
| 2612 | 2025-02-11T20:45:16.507Z | Compiling rstest_macros v0.23.0 |
| 2613 | 2025-02-11T20:45:16.559Z | Checking nested v0.1.1 |
| 2614 | 2025-02-11T20:45:16.774Z | Checking escape8259 v0.5.3 |
| 2615 | 2025-02-11T20:45:16.981Z | Compiling target-triple v0.1.3 |
| 2616 | 2025-02-11T20:45:17.139Z | Checking libtest-mimic v0.7.3 |
| 2617 | 2025-02-11T20:45:17.542Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2618 | 2025-02-11T20:45:17.809Z | Checking guppy v0.17.12 |
| 2619 | 2025-02-11T20:45:18.336Z | Checking async-object-pool v0.1.5 |
| 2620 | 2025-02-11T20:45:18.385Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2621 | 2025-02-11T20:45:18.532Z | Checking similar-asserts v1.6.0 |
| 2622 | 2025-02-11T20:45:18.701Z | Checking fancy-regex v0.13.0 |
| 2623 | 2025-02-11T20:45:18.787Z | Checking serde_regex v1.1.0 |
| 2624 | 2025-02-11T20:45:19.078Z | Checking assert-json-diff v2.0.2 |
| 2625 | 2025-02-11T20:45:19.405Z | Compiling proc-macro-crate v3.2.0 |
| 2626 | 2025-02-11T20:45:19.501Z | Checking path-tree v0.8.1 |
| 2627 | 2025-02-11T20:45:19.836Z | Checking sync-ptr v0.1.1 |
| 2628 | 2025-02-11T20:45:19.860Z | Checking stringmetrics v2.2.2 |
| 2629 | 2025-02-11T20:45:20.068Z | Compiling relative-path v1.9.3 |
| 2630 | 2025-02-11T20:45:20.121Z | Checking httpmock v0.8.0-alpha.1 |
| 2631 | 2025-02-11T20:45:20.386Z | Checking datatest-stable v0.2.9 |
| 2632 | 2025-02-11T20:45:20.748Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2633 | 2025-02-11T20:45:20.864Z | Checking blake2b_simd v1.0.2 |
| 2634 | 2025-02-11T20:45:21.793Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2635 | 2025-02-11T20:45:22.210Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2636 | 2025-02-11T20:45:22.526Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2637 | 2025-02-11T20:45:22.855Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2638 | 2025-02-11T20:45:23.177Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2639 | 2025-02-11T20:45:23.699Z | Checking serde_tokenstream v0.2.2 |
| 2640 | 2025-02-11T20:45:24.129Z | Checking uzers v0.12.1 |
| 2641 | 2025-02-11T20:45:24.718Z | Checking rust-argon2 v2.1.0 |
| 2642 | 2025-02-11T20:45:25.166Z | Checking trybuild v1.0.101 |
| 2643 | 2025-02-11T20:45:25.333Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2644 | 2025-02-11T20:45:26.398Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2645 | 2025-02-11T20:45:26.498Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2646 | 2025-02-11T20:45:27.725Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2647 | 2025-02-11T20:45:28.066Z | Checking rand_distr v0.4.3 |
| 2648 | 2025-02-11T20:45:28.796Z | Checking multimap v0.10.0 |
| 2649 | 2025-02-11T20:45:29.131Z | Checking approx v0.5.1 |
| 2650 | 2025-02-11T20:45:29.420Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2651 | 2025-02-11T20:45:29.827Z | Checking rstest v0.23.0 |
| 2652 | 2025-02-11T20:45:30.060Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2653 | 2025-02-11T20:45:31.069Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2654 | 2025-02-11T20:45:31.340Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2655 | 2025-02-11T20:45:31.670Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2656 | 2025-02-11T20:45:32.466Z | Checking partial-io v0.5.4 |
| 2657 | 2025-02-11T20:45:32.573Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2658 | 2025-02-11T20:45:32.597Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2659 | 2025-02-11T20:45:32.818Z | Compiling git2 v0.19.0 |
| 2660 | 2025-02-11T20:45:32.844Z | Checking cargo_toml v0.20.5 |
| 2661 | 2025-02-11T20:45:32.882Z | Checking termios v0.3.3 |
| 2662 | 2025-02-11T20:45:33.107Z | Compiling indoc v2.0.5 |
| 2663 | 2025-02-11T20:45:33.878Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2664 | 2025-02-11T20:45:34.817Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2665 | 2025-02-11T20:45:35.367Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2666 | 2025-02-11T20:45:40.005Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2667 | 2025-02-11T20:45:41.412Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2668 | 2025-02-11T20:45:42.830Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2669 | 2025-02-11T20:45:55.263Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2670 | 2025-02-11T20:46:05.006Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2671 | 2025-02-11T20:46:31.110Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2672 | 2025-02-11T20:46:31.646Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2673 | 2025-02-11T20:46:36.328Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2674 | 2025-02-11T20:46:48.702Z | Compiling polar-core v0.27.3 |
| 2675 | 2025-02-11T20:46:56.535Z | Checking oso v0.27.3 |
| 2676 | 2025-02-11T20:47:33.233Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2677 | 2025-02-11T20:47:33.236Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2678 | 2025-02-11T20:47:33.236Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2679 | 2025-02-11T20:48:47.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
| 2680 | 2025-02-11T20:48:47.738Z | |
| 2681 | 2025-02-11T20:48:47.742Z | real 6:31.158023587 |
| 2682 | 2025-02-11T20:48:47.742Z | user 34:20.645231119 |
| 2683 | 2025-02-11T20:48:47.742Z | sys 5:13.915781197 |
| 2684 | 2025-02-11T20:48:47.742Z | trap 1.018015650 |
| 2685 | 2025-02-11T20:48:47.742Z | tflt 3.015865168 |
| 2686 | 2025-02-11T20:48:47.742Z | dflt 0.288553202 |
| 2687 | 2025-02-11T20:48:47.742Z | kflt 0.006329528 |
| 2688 | 2025-02-11T20:48:47.742Z | lock 48:16.202344456 |
| 2689 | 2025-02-11T20:48:47.743Z | slp 1:56:29.551660716 |
| 2690 | 2025-02-11T20:48:47.743Z | lat 1:43.001119912 |
| 2691 | 2025-02-11T20:48:47.743Z | stop 6:45.644763786 |
| 2692 | 2025-02-11T20:48:47.743Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2693 | 2025-02-11T20:48:47.743Z | + ptime -m cargo doc --workspace --no-deps |
| 2694 | 2025-02-11T20:48:48.980Z | warning: output filename collision. |
| 2695 | 2025-02-11T20:48:48.980Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2696 | 2025-02-11T20:48:48.980Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2697 | 2025-02-11T20:48:48.980Z | The targets should have unique names. |
| 2698 | 2025-02-11T20:48:48.980Z | This is a known bug where multiple crates with the same name use |
| 2699 | 2025-02-11T20:48:48.980Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2700 | 2025-02-11T20:48:49.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2701 | 2025-02-11T20:48:49.566Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2702 | 2025-02-11T20:48:49.587Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2703 | 2025-02-11T20:48:49.632Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2704 | 2025-02-11T20:48:49.658Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2705 | 2025-02-11T20:48:49.690Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2706 | 2025-02-11T20:48:49.692Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2707 | 2025-02-11T20:48:49.905Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2708 | 2025-02-11T20:48:49.941Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2709 | 2025-02-11T20:48:49.969Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2710 | 2025-02-11T20:48:50.067Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2711 | 2025-02-11T20:48:50.220Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2712 | 2025-02-11T20:48:50.372Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2713 | 2025-02-11T20:48:50.552Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2714 | 2025-02-11T20:48:50.704Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2715 | 2025-02-11T20:48:50.762Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2716 | 2025-02-11T20:48:51.081Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2717 | 2025-02-11T20:48:51.442Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2718 | 2025-02-11T20:48:51.701Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2719 | 2025-02-11T20:48:51.776Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2720 | 2025-02-11T20:48:51.798Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2721 | 2025-02-11T20:48:52.038Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2722 | 2025-02-11T20:48:52.148Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2723 | 2025-02-11T20:48:52.386Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2724 | 2025-02-11T20:48:52.502Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2725 | 2025-02-11T20:48:52.877Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2726 | 2025-02-11T20:48:53.418Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2727 | 2025-02-11T20:48:53.449Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2728 | 2025-02-11T20:48:53.808Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2729 | 2025-02-11T20:48:53.935Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2730 | 2025-02-11T20:48:54.019Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2731 | 2025-02-11T20:48:54.062Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2732 | 2025-02-11T20:48:54.284Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2733 | 2025-02-11T20:48:54.332Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2734 | 2025-02-11T20:48:54.497Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2735 | 2025-02-11T20:48:54.500Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2736 | 2025-02-11T20:48:54.625Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2737 | 2025-02-11T20:48:55.081Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2738 | 2025-02-11T20:48:55.085Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2739 | 2025-02-11T20:48:55.203Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2740 | 2025-02-11T20:48:55.231Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2741 | 2025-02-11T20:48:55.455Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2742 | 2025-02-11T20:48:55.520Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2743 | 2025-02-11T20:48:55.578Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2744 | 2025-02-11T20:48:55.600Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2745 | 2025-02-11T20:48:55.733Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2746 | 2025-02-11T20:48:56.432Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2747 | 2025-02-11T20:48:56.864Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2748 | 2025-02-11T20:48:57.268Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2749 | 2025-02-11T20:48:58.654Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2750 | 2025-02-11T20:48:58.701Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2751 | 2025-02-11T20:49:00.291Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2752 | 2025-02-11T20:49:01.025Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2753 | 2025-02-11T20:49:01.282Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2754 | 2025-02-11T20:49:01.742Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2755 | 2025-02-11T20:49:02.750Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2756 | 2025-02-11T20:49:03.530Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2757 | 2025-02-11T20:49:03.823Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2758 | 2025-02-11T20:49:04.343Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2759 | 2025-02-11T20:49:04.366Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2760 | 2025-02-11T20:49:04.588Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2761 | 2025-02-11T20:49:05.466Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2762 | 2025-02-11T20:49:05.873Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2763 | 2025-02-11T20:49:05.915Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2764 | 2025-02-11T20:49:07.131Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2765 | 2025-02-11T20:49:08.450Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2766 | 2025-02-11T20:49:09.536Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2767 | 2025-02-11T20:49:09.724Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2768 | 2025-02-11T20:49:09.956Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2769 | 2025-02-11T20:49:10.040Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2770 | 2025-02-11T20:49:10.456Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2771 | 2025-02-11T20:49:10.637Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2772 | 2025-02-11T20:49:10.752Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2773 | 2025-02-11T20:49:12.243Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2774 | 2025-02-11T20:49:12.925Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2775 | 2025-02-11T20:49:13.402Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2776 | 2025-02-11T20:49:13.473Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2777 | 2025-02-11T20:49:13.592Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2778 | 2025-02-11T20:49:14.298Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2779 | 2025-02-11T20:49:14.663Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2780 | 2025-02-11T20:49:14.732Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2781 | 2025-02-11T20:49:15.411Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2782 | 2025-02-11T20:49:15.525Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2783 | 2025-02-11T20:49:15.568Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2784 | 2025-02-11T20:49:15.668Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2785 | 2025-02-11T20:49:15.759Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2786 | 2025-02-11T20:49:16.060Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2025-02-11T20:49:16.089Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2788 | 2025-02-11T20:49:17.404Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2789 | 2025-02-11T20:49:17.593Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2790 | 2025-02-11T20:49:17.728Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2791 | 2025-02-11T20:49:18.181Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2792 | 2025-02-11T20:49:18.303Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2793 | 2025-02-11T20:49:18.460Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2794 | 2025-02-11T20:49:18.704Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2795 | 2025-02-11T20:49:19.149Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2796 | 2025-02-11T20:49:19.253Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2025-02-11T20:49:19.277Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2798 | 2025-02-11T20:49:19.771Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2799 | 2025-02-11T20:49:20.316Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2800 | 2025-02-11T20:49:20.531Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2801 | 2025-02-11T20:49:20.649Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2802 | 2025-02-11T20:49:20.707Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2803 | 2025-02-11T20:49:22.191Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2804 | 2025-02-11T20:49:23.479Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2805 | 2025-02-11T20:49:24.487Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2806 | 2025-02-11T20:49:24.987Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2807 | 2025-02-11T20:49:25.089Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2808 | 2025-02-11T20:49:25.377Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2809 | 2025-02-11T20:49:25.472Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2810 | 2025-02-11T20:49:25.589Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2811 | 2025-02-11T20:49:25.612Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2812 | 2025-02-11T20:49:26.026Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2813 | 2025-02-11T20:49:26.700Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2814 | 2025-02-11T20:49:26.953Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2815 | 2025-02-11T20:49:27.472Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2816 | 2025-02-11T20:49:27.864Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2817 | 2025-02-11T20:49:27.898Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2818 | 2025-02-11T20:49:27.995Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2819 | 2025-02-11T20:49:28.048Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2820 | 2025-02-11T20:49:30.547Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2821 | 2025-02-11T20:49:31.986Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2822 | 2025-02-11T20:49:32.556Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2823 | 2025-02-11T20:49:33.197Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2824 | 2025-02-11T20:49:33.412Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2825 | 2025-02-11T20:49:33.480Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2826 | 2025-02-11T20:49:33.720Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2827 | 2025-02-11T20:49:33.825Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2828 | 2025-02-11T20:49:35.644Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2025-02-11T20:49:36.930Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2830 | 2025-02-11T20:49:37.561Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2831 | 2025-02-11T20:49:38.606Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2832 | 2025-02-11T20:49:38.628Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2833 | 2025-02-11T20:49:45.165Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2834 | 2025-02-11T20:49:45.361Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2835 | 2025-02-11T20:49:45.494Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2836 | 2025-02-11T20:49:53.876Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2837 | 2025-02-11T20:49:54.132Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2838 | 2025-02-11T20:49:54.724Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2839 | 2025-02-11T20:49:54.907Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2840 | 2025-02-11T20:49:56.148Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2841 | 2025-02-11T20:49:56.523Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2842 | 2025-02-11T20:49:56.679Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2843 | 2025-02-11T20:49:58.232Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2844 | 2025-02-11T20:49:59.023Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2845 | 2025-02-11T20:49:59.624Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2846 | 2025-02-11T20:50:01.442Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2847 | 2025-02-11T20:50:04.016Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2848 | 2025-02-11T20:50:04.667Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2849 | 2025-02-11T20:50:06.730Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2850 | 2025-02-11T20:50:07.150Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2851 | 2025-02-11T20:50:07.277Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2025-02-11T20:50:07.348Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2853 | 2025-02-11T20:50:09.519Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2025-02-11T20:50:09.805Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2855 | 2025-02-11T20:50:11.893Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2856 | 2025-02-11T20:50:11.916Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2025-02-11T20:50:12.342Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2858 | 2025-02-11T20:50:13.187Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2859 | 2025-02-11T20:50:13.932Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2860 | 2025-02-11T20:50:15.306Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2861 | 2025-02-11T20:50:15.536Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2862 | 2025-02-11T20:50:16.335Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2863 | 2025-02-11T20:50:16.927Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2864 | 2025-02-11T20:50:18.599Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2865 | 2025-02-11T20:50:19.312Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2866 | 2025-02-11T20:50:19.890Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2867 | 2025-02-11T20:50:19.950Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2868 | 2025-02-11T20:50:21.303Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2869 | 2025-02-11T20:50:21.407Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2870 | 2025-02-11T20:50:21.692Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2871 | 2025-02-11T20:50:24.011Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2872 | 2025-02-11T20:50:24.425Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2873 | 2025-02-11T20:50:24.743Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2874 | 2025-02-11T20:50:24.996Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2875 | 2025-02-11T20:50:25.033Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2876 | 2025-02-11T20:50:25.446Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2025-02-11T20:50:27.746Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2878 | 2025-02-11T20:50:28.336Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2879 | 2025-02-11T20:50:28.638Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2880 | 2025-02-11T20:50:29.056Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2881 | 2025-02-11T20:50:31.378Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2882 | 2025-02-11T20:50:31.760Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2883 | 2025-02-11T20:50:32.588Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2884 | 2025-02-11T20:50:32.901Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2885 | 2025-02-11T20:50:33.504Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2886 | 2025-02-11T20:50:35.851Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2887 | 2025-02-11T20:50:36.356Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2888 | 2025-02-11T20:50:37.055Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2889 | 2025-02-11T20:50:37.774Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2890 | 2025-02-11T20:50:39.197Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2891 | 2025-02-11T20:50:39.641Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2892 | 2025-02-11T20:50:40.280Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2893 | 2025-02-11T20:50:40.428Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2894 | 2025-02-11T20:50:43.310Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2895 | 2025-02-11T20:50:43.375Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2896 | 2025-02-11T20:50:43.710Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2897 | 2025-02-11T20:50:44.117Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2898 | 2025-02-11T20:50:44.120Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2899 | 2025-02-11T20:50:46.930Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2900 | 2025-02-11T20:50:46.984Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2901 | 2025-02-11T20:50:47.381Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2902 | 2025-02-11T20:50:47.404Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2903 | 2025-02-11T20:50:48.894Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2904 | 2025-02-11T20:50:50.249Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2905 | 2025-02-11T20:50:50.463Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2906 | 2025-02-11T20:50:50.902Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2907 | 2025-02-11T20:50:51.826Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2908 | 2025-02-11T20:50:53.161Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2909 | 2025-02-11T20:50:54.115Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2910 | 2025-02-11T20:50:54.240Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2911 | 2025-02-11T20:50:54.407Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2912 | 2025-02-11T20:50:54.840Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2913 | 2025-02-11T20:50:56.001Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2914 | 2025-02-11T20:50:57.011Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2915 | 2025-02-11T20:50:57.621Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2916 | 2025-02-11T20:50:57.670Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2917 | 2025-02-11T20:50:58.730Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2918 | 2025-02-11T20:50:59.249Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2919 | 2025-02-11T20:50:59.402Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2920 | 2025-02-11T20:51:00.087Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2921 | 2025-02-11T20:51:00.284Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2922 | 2025-02-11T20:51:00.799Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2923 | 2025-02-11T20:51:02.128Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2924 | 2025-02-11T20:51:02.196Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2925 | 2025-02-11T20:51:02.318Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2926 | 2025-02-11T20:51:02.869Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2927 | 2025-02-11T20:51:03.210Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2928 | 2025-02-11T20:51:16.506Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2929 | 2025-02-11T20:51:16.557Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2930 | 2025-02-11T20:51:16.557Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2931 | 2025-02-11T20:51:16.557Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2932 | 2025-02-11T20:51:17.358Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2933 | 2025-02-11T20:51:17.537Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2934 | 2025-02-11T20:51:17.654Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2935 | 2025-02-11T20:51:17.676Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2936 | 2025-02-11T20:51:19.765Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2937 | 2025-02-11T20:51:25.902Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2938 | 2025-02-11T20:51:25.997Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2939 | 2025-02-11T20:52:05.767Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2940 | 2025-02-11T20:52:12.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s |
| 2941 | 2025-02-11T20:52:12.884Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
| 2942 | 2025-02-11T20:52:12.956Z | |
| 2943 | 2025-02-11T20:52:12.956Z | real 3:25.153456698 |
| 2944 | 2025-02-11T20:52:12.956Z | user 18:16.153852442 |
| 2945 | 2025-02-11T20:52:12.956Z | sys 2:37.653042076 |
| 2946 | 2025-02-11T20:52:12.956Z | trap 0.534231042 |
| 2947 | 2025-02-11T20:52:12.956Z | tflt 0.478802944 |
| 2948 | 2025-02-11T20:52:12.956Z | dflt 0.101876360 |
| 2949 | 2025-02-11T20:52:12.959Z | kflt 0.000169765 |
| 2950 | 2025-02-11T20:52:12.959Z | lock 29:04.818415249 |
| 2951 | 2025-02-11T20:52:12.959Z | slp 51:38.895307375 |
| 2952 | 2025-02-11T20:52:12.959Z | lat 1:09.528211947 |
| 2953 | 2025-02-11T20:52:12.959Z | stop 1:23.776576100 |
| 2954 | 2025-02-11T20:52:12.959Z | process exited: duration 935285 ms, exit code 0 |
| |
| 2955 | 2025-02-11T20:52:12.965Z | found 0 output files |