|
|
|
| 1 | 2025-04-16T22:04:45.229Z | job assigned to worker 01JS0A2SXQEA20P9ZKDMZ1EAVW [factory aws, i-0638d4b5bd332a631] (queued for 47 s) |
| |
| 2 | 2025-04-16T22:04:53.471Z | starting task 0: "setup" |
| 3 | 2025-04-16T22:04:53.476Z | ++ uname -s |
| 4 | 2025-04-16T22:04:53.480Z | + kern=SunOS |
| 5 | 2025-04-16T22:04:53.480Z | + build_user=build |
| 6 | 2025-04-16T22:04:53.480Z | + build_uid=12345 |
| 7 | 2025-04-16T22:04:53.480Z | + work_dir=/work |
| 8 | 2025-04-16T22:04:53.480Z | + input_dir=/input |
| 9 | 2025-04-16T22:04:53.480Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-16T22:04:53.480Z | + case "$kern" in |
| 11 | 2025-04-16T22:04:53.480Z | + groupadd -g 12345 build |
| 12 | 2025-04-16T22:04:53.484Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-16T22:04:55.489Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-16T22:04:55.620Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-16T22:04:55.624Z | + home_fs=zfs |
| 16 | 2025-04-16T22:04:55.624Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-16T22:04:55.624Z | + mkdir -p /home/build |
| 18 | 2025-04-16T22:04:55.624Z | + chown build:build /home/build /work |
| 19 | 2025-04-16T22:04:57.627Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-16T22:04:57.630Z | process exited: duration 4160 ms, exit code 0 |
| |
| 21 | 2025-04-16T22:04:57.637Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-16T22:04:57.642Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-16T22:04:57.642Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-16T22:04:57.642Z | * rust toolchain profile = "default" |
| 25 | 2025-04-16T22:04:57.642Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-16T22:04:57.642Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-16T22:04:57.643Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-16T22:04:57.646Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-16T22:04:57.646Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-16T22:04:57.763Z | info: downloading installer |
| 31 | 2025-04-16T22:04:58.971Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-16T22:04:58.972Z | warn: /opt/ooce/bin |
| 33 | 2025-04-16T22:04:58.972Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-16T22:04:58.972Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-16T22:04:58.972Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-16T22:04:58.972Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-16T22:04:58.972Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-16T22:04:58.972Z | error: cannot install while Rust is installed |
| 39 | 2025-04-16T22:04:58.972Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-16T22:04:58.988Z | info: profile set to 'default' |
| 41 | 2025-04-16T22:04:58.988Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-16T22:04:58.992Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-16T22:04:59.143Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-16T22:04:59.144Z | info: downloading component 'cargo' |
| 45 | 2025-04-16T22:04:59.907Z | info: downloading component 'clippy' |
| 46 | 2025-04-16T22:05:00.229Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-16T22:05:01.582Z | info: downloading component 'rust-std' |
| 48 | 2025-04-16T22:05:03.126Z | info: downloading component 'rustc' |
| 49 | 2025-04-16T22:05:09.368Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-16T22:05:09.610Z | info: installing component 'cargo' |
| 51 | 2025-04-16T22:05:10.434Z | info: installing component 'clippy' |
| 52 | 2025-04-16T22:05:10.828Z | info: installing component 'rust-docs' |
| 53 | 2025-04-16T22:05:12.742Z | info: installing component 'rust-std' |
| 54 | 2025-04-16T22:05:14.505Z | info: installing component 'rustc' |
| 55 | 2025-04-16T22:05:20.826Z | info: installing component 'rustfmt' |
| 56 | 2025-04-16T22:05:21.153Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-16T22:05:21.153Z | |
| 58 | 2025-04-16T22:05:21.566Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-16T22:05:21.566Z | |
| 60 | 2025-04-16T22:05:21.569Z | |
| 61 | 2025-04-16T22:05:21.569Z | Rust is installed now. Great! |
| 62 | 2025-04-16T22:05:21.569Z | |
| 63 | 2025-04-16T22:05:21.569Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-16T22:05:21.569Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-16T22:05:21.569Z | |
| 66 | 2025-04-16T22:05:21.569Z | To configure your current shell, you need to source |
| 67 | 2025-04-16T22:05:21.569Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-16T22:05:21.569Z | |
| 69 | 2025-04-16T22:05:21.569Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-16T22:05:21.569Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-16T22:05:21.569Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-16T22:05:21.569Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-16T22:05:21.648Z | + rustup --version |
| 74 | 2025-04-16T22:05:21.659Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-16T22:05:21.662Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-16T22:05:21.689Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-16T22:05:21.692Z | + cargo --version |
| 78 | 2025-04-16T22:05:21.713Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-16T22:05:21.717Z | + rustc --version |
| 80 | 2025-04-16T22:05:21.743Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-16T22:05:21.747Z | process exited: duration 24106 ms, exit code 0 |
| |
| 82 | 2025-04-16T22:05:21.753Z | starting task 2: "authentication" |
| 83 | 2025-04-16T22:05:21.776Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-04-16T22:05:21.783Z | starting task 3: "clone repository" |
| 85 | 2025-04-16T22:05:21.788Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-16T22:05:21.792Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-16T22:05:21.832Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-16T22:05:29.825Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-16T22:05:29.831Z | + git fetch origin b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 90 | 2025-04-16T22:05:30.117Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-16T22:05:30.117Z | * branch b17d3b4b2f1809379ecaf8968b72a0530b6c5081 -> FETCH_HEAD |
| 92 | 2025-04-16T22:05:30.728Z | + [[ -n dap/serialize ]] |
| 93 | 2025-04-16T22:05:30.745Z | ++ git branch --show-current |
| 94 | 2025-04-16T22:05:30.745Z | + current=main |
| 95 | 2025-04-16T22:05:30.745Z | + [[ main != dap/serialize ]] |
| 96 | 2025-04-16T22:05:30.745Z | + git branch -f dap/serialize b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 97 | 2025-04-16T22:05:30.745Z | + git checkout -f dap/serialize |
| 98 | 2025-04-16T22:05:30.745Z | Switched to branch 'dap/serialize' |
| 99 | 2025-04-16T22:05:30.745Z | + git reset --hard b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 100 | 2025-04-16T22:05:30.745Z | HEAD is now at b17d3b4b2 add test |
| 101 | 2025-04-16T22:05:30.745Z | process exited: duration 8576 ms, exit code 0 |
| |
| 102 | 2025-04-16T22:05:30.752Z | starting task 4: "build" |
| 103 | 2025-04-16T22:05:30.758Z | + source ./env.sh |
| 104 | 2025-04-16T22:05:30.758Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-04-16T22:05:30.758Z | ++ set -o xtrace |
| 106 | 2025-04-16T22:05:30.762Z | ++++ dirname ./env.sh |
| 107 | 2025-04-16T22:05:30.766Z | +++ readlink -f . |
| 108 | 2025-04-16T22:05:30.769Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-04-16T22:05:30.770Z | ++ export 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-04-16T22:05:30.770Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 112 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 113 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 114 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 115 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 116 | 2025-04-16T22:05:30.770Z | ++ 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 |
| 117 | 2025-04-16T22:05:30.770Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-04-16T22:05:30.770Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-04-16T22:05:30.770Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-04-16T22:05:30.770Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-04-16T22:05:30.770Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-04-16T22:05:30.770Z | + cargo --version |
| 123 | 2025-04-16T22:05:30.823Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 124 | 2025-04-16T22:05:30.826Z | + rustc --version |
| 125 | 2025-04-16T22:05:30.892Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 126 | 2025-04-16T22:05:30.896Z | + banner prerequisites |
| 127 | 2025-04-16T22:05:30.899Z | |
| 128 | 2025-04-16T22:05:30.899Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-04-16T22:05:30.899Z | # # # # # # # # # # # # # # # |
| 130 | 2025-04-16T22:05:30.899Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-04-16T22:05:30.899Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-04-16T22:05:30.899Z | # # # # # # # # # # # # # # # |
| 133 | 2025-04-16T22:05:30.899Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-04-16T22:05:30.899Z | |
| 135 | 2025-04-16T22:05:30.899Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-04-16T22:05:32.571Z | pkg list: illegal option -- F |
| 137 | 2025-04-16T22:05:32.571Z | Usage: |
| 138 | 2025-04-16T22:05:32.574Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-04-16T22:05:32.574Z | [pkg_fmri_pattern ...] |
| 140 | 2025-04-16T22:05:33.402Z | pkg list: illegal option -- F |
| 141 | 2025-04-16T22:05:33.402Z | Usage: |
| 142 | 2025-04-16T22:05:33.406Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-04-16T22:05:33.406Z | [pkg_fmri_pattern ...] |
| 144 | 2025-04-16T22:05:42.089Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-04-16T22:05:47.394Z | Startup: Caching catalogs ... Done |
| 146 | 2025-04-16T22:06:06.780Z | Planning: Solver setup ... Done (18.250s) |
| 147 | 2025-04-16T22:06:06.972Z | Planning: Running solver ... Done (0.192s) |
| 148 | 2025-04-16T22:06:07.120Z | Planning: Finding local manifests ... Done (0.007s) |
| 149 | 2025-04-16T22:06:07.233Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-04-16T22:06:08.706Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-04-16T22:06:08.825Z | Planning: Package planning ... Done (0.119s) |
| 152 | 2025-04-16T22:06:08.882Z | Planning: Merging actions ... Done (0.057s) |
| 153 | 2025-04-16T22:06:09.084Z | Planning: Checking for conflicting actions ... Done (0.202s) |
| 154 | 2025-04-16T22:06:11.289Z | Planning: Consolidating action changes ... Done (2.204s) |
| 155 | 2025-04-16T22:06:11.744Z | Planning: Evaluating mediators ... Done (0.455s) |
| 156 | 2025-04-16T22:06:11.829Z | Planning: Planning completed in 24.32 seconds |
| 157 | 2025-04-16T22:06:11.845Z | Packages to install: 4 |
| 158 | 2025-04-16T22:06:11.845Z | Packages to update: 3 |
| 159 | 2025-04-16T22:06:11.848Z | Mediators to change: 2 |
| 160 | 2025-04-16T22:06:11.848Z | Services to change: 1 |
| 161 | 2025-04-16T22:06:11.848Z | Estimated space available: 155.56 GB |
| 162 | 2025-04-16T22:06:11.848Z | Estimated space to be consumed: 1.69 GB |
| 163 | 2025-04-16T22:06:11.848Z | Create boot environment: No |
| 164 | 2025-04-16T22:06:11.848Z | Create backup boot environment: Yes |
| 165 | 2025-04-16T22:06:11.848Z | Rebuild boot archive: No |
| 166 | 2025-04-16T22:06:11.848Z | |
| 167 | 2025-04-16T22:06:11.848Z | Changed mediators: |
| 168 | 2025-04-16T22:06:11.848Z | mediator clang: |
| 169 | 2025-04-16T22:06:11.848Z | version: None -> 15 (system default) |
| 170 | 2025-04-16T22:06:11.849Z | |
| 171 | 2025-04-16T22:06:11.849Z | mediator llvm: |
| 172 | 2025-04-16T22:06:11.849Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-04-16T22:06:11.849Z | |
| 174 | 2025-04-16T22:06:11.849Z | Changed packages: |
| 175 | 2025-04-16T22:06:11.849Z | helios-dev |
| 176 | 2025-04-16T22:06:11.849Z | developer/build-essential |
| 177 | 2025-04-16T22:06:11.849Z | None -> 11-2.0 |
| 178 | 2025-04-16T22:06:11.849Z | library/libxmlsec1 |
| 179 | 2025-04-16T22:06:11.849Z | None -> 1.2.35-2.0 |
| 180 | 2025-04-16T22:06:11.849Z | ooce/developer/clang-15 |
| 181 | 2025-04-16T22:06:11.849Z | None -> 15.0.7-2.0 |
| 182 | 2025-04-16T22:06:11.849Z | ooce/developer/llvm-15 |
| 183 | 2025-04-16T22:06:11.849Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-16T22:06:11.849Z | package/pkg |
| 185 | 2025-04-16T22:06:11.849Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-04-16T22:06:11.849Z | system/library/g++-runtime |
| 187 | 2025-04-16T22:06:11.849Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-04-16T22:06:11.849Z | system/library/gcc-runtime |
| 189 | 2025-04-16T22:06:11.849Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-16T22:06:11.849Z | |
| 191 | 2025-04-16T22:06:11.849Z | Services: |
| 192 | 2025-04-16T22:06:11.849Z | restart_fmri: |
| 193 | 2025-04-16T22:06:11.849Z | svc:/system/update-man-index:default |
| 194 | 2025-04-16T22:06:11.849Z | |
| 195 | 2025-04-16T22:06:11.849Z | Editable files to change: |
| 196 | 2025-04-16T22:06:11.849Z | Update: |
| 197 | 2025-04-16T22:06:11.849Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-04-16T22:06:11.934Z | |
| 199 | 2025-04-16T22:06:11.935Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-04-16T22:06:16.980Z | Download: 750/4301 items 18.3/225.4MB 8% complete (3.8M/s) |
| 201 | 2025-04-16T22:06:21.981Z | Download: 1202/4301 items 83.9/225.4MB 37% complete (8.4M/s) |
| 202 | 2025-04-16T22:06:27.406Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (10.3M/s) |
| 203 | 2025-04-16T22:06:32.453Z | Download: 3248/4301 items 184.8/225.4MB 81% complete (9.0M/s) |
| 204 | 2025-04-16T22:06:37.454Z | Download: 3768/4301 items 216.8/225.4MB 96% complete (9.8M/s) |
| 205 | 2025-04-16T22:06:42.455Z | Download: 4285/4301 items 224.2/225.4MB 99% complete (4.4M/s) |
| 206 | 2025-04-16T22:06:43.678Z | Download: Completed 225.42 MB in 31.73 seconds (7.1M/s) |
| 207 | 2025-04-16T22:06:45.813Z | Actions: 1/5122 actions (Removing old actions) |
| 208 | 2025-04-16T22:06:45.836Z | Actions: 194/5122 actions (Installing new actions) |
| 209 | 2025-04-16T22:06:50.540Z | Actions: 4267/5122 actions (Updating modified actions) |
| 210 | 2025-04-16T22:06:50.892Z | Actions: Completed 5122 actions in 5.08 seconds. |
| 211 | 2025-04-16T22:06:51.146Z | Done (0.247s) |
| 212 | 2025-04-16T22:06:51.150Z | Done (0.001s) |
| 213 | 2025-04-16T22:06:51.848Z | Done (0.699s) |
| 214 | 2025-04-16T22:06:56.415Z | Done (4.321s) |
| 215 | 2025-04-16T22:06:56.504Z | Done (0.018s) |
| 216 | 2025-04-16T22:06:56.507Z | Done (0.000s) |
| 217 | 2025-04-16T22:06:56.740Z | Done (0.000s) |
| 218 | 2025-04-16T22:06:57.506Z | Planning: Evaluating mediator changes ... Done |
| 219 | 2025-04-16T22:06:57.666Z | Planning: Checking for conflicting actions ... Done |
| 220 | 2025-04-16T22:06:57.669Z | Planning: Consolidating action changes ... Done |
| 221 | 2025-04-16T22:06:57.943Z | Planning: Evaluating mediators ... Done |
| 222 | 2025-04-16T22:06:57.946Z | Planning: Planning completed in 0.44 seconds |
| 223 | 2025-04-16T22:06:57.984Z | Mediators to change: 2 |
| 224 | 2025-04-16T22:06:57.984Z | Create boot environment: No |
| 225 | 2025-04-16T22:06:57.987Z | Create backup boot environment: No |
| 226 | 2025-04-16T22:06:58.090Z | Done |
| 227 | 2025-04-16T22:06:58.090Z | Done |
| 228 | 2025-04-16T22:06:58.558Z | Done |
| 229 | 2025-04-16T22:07:02.134Z | Done |
| 230 | 2025-04-16T22:07:02.225Z | Done |
| 231 | 2025-04-16T22:07:02.233Z | Done |
| 232 | 2025-04-16T22:07:02.389Z | Done |
| 233 | 2025-04-16T22:07:02.978Z | Planning: Evaluating mediator changes ... Done |
| 234 | 2025-04-16T22:07:02.993Z | Planning: Merging actions ... Done |
| 235 | 2025-04-16T22:07:03.164Z | Planning: Checking for conflicting actions ... Done |
| 236 | 2025-04-16T22:07:03.175Z | Planning: Consolidating action changes ... Done |
| 237 | 2025-04-16T22:07:03.427Z | Planning: Evaluating mediators ... Done |
| 238 | 2025-04-16T22:07:03.484Z | Planning: Planning completed in 0.76 seconds |
| 239 | 2025-04-16T22:07:03.534Z | Packages to change: 1 |
| 240 | 2025-04-16T22:07:03.534Z | Mediators to change: 1 |
| 241 | 2025-04-16T22:07:03.537Z | Services to change: 1 |
| 242 | 2025-04-16T22:07:03.537Z | Create boot environment: No |
| 243 | 2025-04-16T22:07:03.537Z | Create backup boot environment: Yes |
| 244 | 2025-04-16T22:07:06.005Z | Actions: 1/6 actions (Updating modified actions) |
| 245 | 2025-04-16T22:07:06.017Z | Actions: Completed 6 actions in 0.00 seconds. |
| 246 | 2025-04-16T22:07:06.017Z | Done |
| 247 | 2025-04-16T22:07:06.017Z | Done |
| 248 | 2025-04-16T22:07:06.024Z | Done |
| 249 | 2025-04-16T22:07:09.623Z | Done |
| 250 | 2025-04-16T22:07:09.724Z | Done |
| 251 | 2025-04-16T22:07:09.728Z | Done |
| 252 | 2025-04-16T22:07:09.858Z | Done |
| 253 | 2025-04-16T22:07:10.283Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 254 | 2025-04-16T22:07:10.283Z | clang system 15 system |
| 255 | 2025-04-16T22:07:10.283Z | csh system system illumos |
| 256 | 2025-04-16T22:07:10.283Z | ctags system system illumos |
| 257 | 2025-04-16T22:07:10.283Z | gcc vendor 12 vendor |
| 258 | 2025-04-16T22:07:10.283Z | gcc system 10 system |
| 259 | 2025-04-16T22:07:10.283Z | gcc system 7 system |
| 260 | 2025-04-16T22:07:10.283Z | go system 1.20 system |
| 261 | 2025-04-16T22:07:10.283Z | go system 1.19 system |
| 262 | 2025-04-16T22:07:10.283Z | llvm system 15 system |
| 263 | 2025-04-16T22:07:10.283Z | llvm system 14 system |
| 264 | 2025-04-16T22:07:10.283Z | mariadb system 10.6 system |
| 265 | 2025-04-16T22:07:10.284Z | mta vendor vendor dma |
| 266 | 2025-04-16T22:07:10.284Z | openjdk system 17 system |
| 267 | 2025-04-16T22:07:10.284Z | openjdk system 11 system |
| 268 | 2025-04-16T22:07:10.284Z | openjdk system 1.8 system |
| 269 | 2025-04-16T22:07:10.284Z | openssl vendor 3 vendor |
| 270 | 2025-04-16T22:07:10.284Z | perl system 5.36 system |
| 271 | 2025-04-16T22:07:10.284Z | postgresql system 15 system |
| 272 | 2025-04-16T22:07:10.284Z | postgresql system 13 system |
| 273 | 2025-04-16T22:07:10.284Z | python vendor 3 vendor |
| 274 | 2025-04-16T22:07:10.284Z | python system 2 system |
| 275 | 2025-04-16T22:07:10.284Z | python3 system 3.11 system |
| 276 | 2025-04-16T22:07:10.284Z | ruby system 3.0 system |
| 277 | 2025-04-16T22:07:10.284Z | words vendor vendor american-english |
| 278 | 2025-04-16T22:07:10.284Z | words system system australian-english |
| 279 | 2025-04-16T22:07:10.284Z | words system system british-english |
| 280 | 2025-04-16T22:07:10.284Z | words system system canadian-english |
| 281 | 2025-04-16T22:07:10.284Z | words system system french |
| 282 | 2025-04-16T22:07:10.284Z | words system system italian |
| 283 | 2025-04-16T22:07:10.284Z | words system system ngerman |
| 284 | 2025-04-16T22:07:10.284Z | words system system ogerman |
| 285 | 2025-04-16T22:07:10.284Z | words system system spanish |
| 286 | 2025-04-16T22:07:10.615Z | PUBLISHER TYPE STATUS P LOCATION |
| 287 | 2025-04-16T22:07:10.615Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 288 | 2025-04-16T22:07:14.172Z | FMRI IFO |
| 289 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 290 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 291 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 292 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 293 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 294 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 295 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 296 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 297 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 298 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 299 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 300 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 301 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 302 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 303 | 2025-04-16T22:07:14.172Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 304 | 2025-04-16T22:07:15.066Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 305 | 2025-04-16T22:07:15.353Z | Updating crates.io index |
| 306 | 2025-04-16T22:07:15.356Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 307 | 2025-04-16T22:07:15.750Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 308 | 2025-04-16T22:07:16.296Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 309 | 2025-04-16T22:07:16.574Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 310 | 2025-04-16T22:07:16.840Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 311 | 2025-04-16T22:07:17.185Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 312 | 2025-04-16T22:07:18.236Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2025-04-16T22:07:20.097Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 314 | 2025-04-16T22:07:20.754Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 315 | 2025-04-16T22:07:21.564Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 316 | 2025-04-16T22:07:21.865Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 317 | 2025-04-16T22:07:22.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 318 | 2025-04-16T22:07:22.805Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 319 | 2025-04-16T22:07:23.201Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 320 | 2025-04-16T22:07:23.742Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 321 | 2025-04-16T22:07:24.191Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 322 | 2025-04-16T22:07:24.491Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 323 | 2025-04-16T22:07:24.739Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 324 | 2025-04-16T22:07:25.011Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 325 | 2025-04-16T22:07:25.302Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 326 | 2025-04-16T22:07:25.630Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 327 | 2025-04-16T22:07:25.919Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 328 | 2025-04-16T22:07:26.263Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 329 | 2025-04-16T22:07:26.659Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 330 | 2025-04-16T22:07:26.942Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 331 | 2025-04-16T22:07:27.398Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 332 | 2025-04-16T22:07:27.877Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 333 | 2025-04-16T22:07:28.178Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 334 | 2025-04-16T22:07:28.500Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 335 | 2025-04-16T22:07:28.938Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 336 | 2025-04-16T22:07:29.200Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 337 | 2025-04-16T22:07:29.490Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 338 | 2025-04-16T22:07:29.816Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 339 | 2025-04-16T22:07:30.160Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 340 | 2025-04-16T22:07:39.633Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 341 | 2025-04-16T22:07:41.118Z | Downloading crates ... |
| 342 | 2025-04-16T22:07:41.199Z | Downloaded block-buffer v0.10.4 |
| 343 | 2025-04-16T22:07:41.202Z | Downloaded cargo-platform v0.1.8 |
| 344 | 2025-04-16T22:07:41.205Z | Downloaded anstyle-parse v0.2.5 |
| 345 | 2025-04-16T22:07:41.205Z | Downloaded camino-tempfile v1.1.1 |
| 346 | 2025-04-16T22:07:41.208Z | Downloaded byteorder v1.5.0 |
| 347 | 2025-04-16T22:07:41.208Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2025-04-16T22:07:41.212Z | Downloaded cargo_metadata v0.19.2 |
| 349 | 2025-04-16T22:07:41.215Z | Downloaded camino v1.1.9 |
| 350 | 2025-04-16T22:07:41.218Z | Downloaded anstyle v1.0.10 |
| 351 | 2025-04-16T22:07:41.218Z | Downloaded anstream v0.6.15 |
| 352 | 2025-04-16T22:07:41.221Z | Downloaded anyhow v1.0.97 |
| 353 | 2025-04-16T22:07:41.224Z | Downloaded anstyle-query v1.1.1 |
| 354 | 2025-04-16T22:07:41.227Z | Downloaded zerocopy v0.7.35 |
| 355 | 2025-04-16T22:07:41.241Z | Downloaded winnow v0.7.3 |
| 356 | 2025-04-16T22:07:41.249Z | Downloaded cpufeatures v0.2.14 |
| 357 | 2025-04-16T22:07:41.253Z | Downloaded colorchoice v1.0.2 |
| 358 | 2025-04-16T22:07:41.256Z | Downloaded digest v0.10.7 |
| 359 | 2025-04-16T22:07:41.259Z | Downloaded dtrace-parser v0.2.0 |
| 360 | 2025-04-16T22:07:41.259Z | Downloaded clap_derive v4.5.32 |
| 361 | 2025-04-16T22:07:41.262Z | Downloaded clap_lex v0.7.4 |
| 362 | 2025-04-16T22:07:41.265Z | Downloaded pretty-hex v0.4.1 |
| 363 | 2025-04-16T22:07:41.272Z | Downloaded fs-err v2.11.0 |
| 364 | 2025-04-16T22:07:41.279Z | Downloaded macaddr v1.0.1 |
| 365 | 2025-04-16T22:07:41.282Z | Downloaded log v0.4.22 |
| 366 | 2025-04-16T22:07:41.285Z | Downloaded fnv v1.0.7 |
| 367 | 2025-04-16T22:07:41.285Z | Downloaded fastrand v2.1.1 |
| 368 | 2025-04-16T22:07:41.285Z | Downloaded itoa v1.0.11 |
| 369 | 2025-04-16T22:07:41.289Z | Downloaded memmap v0.7.0 |
| 370 | 2025-04-16T22:07:41.289Z | Downloaded is_terminal_polyfill v1.70.1 |
| 371 | 2025-04-16T22:07:41.292Z | Downloaded io-lifetimes v1.0.11 |
| 372 | 2025-04-16T22:07:41.292Z | Downloaded dof v0.3.0 |
| 373 | 2025-04-16T22:07:41.295Z | Downloaded crypto-common v0.1.6 |
| 374 | 2025-04-16T22:07:41.295Z | Downloaded tempfile v3.13.0 |
| 375 | 2025-04-16T22:07:41.298Z | Downloaded pest_derive v2.7.14 |
| 376 | 2025-04-16T22:07:41.298Z | Downloaded heck v0.5.0 |
| 377 | 2025-04-16T22:07:41.302Z | Downloaded cfg-if v1.0.0 |
| 378 | 2025-04-16T22:07:41.302Z | Downloaded strsim v0.11.1 |
| 379 | 2025-04-16T22:07:41.305Z | Downloaded equivalent v1.0.1 |
| 380 | 2025-04-16T22:07:41.308Z | Downloaded thiserror v2.0.12 |
| 381 | 2025-04-16T22:07:41.313Z | Downloaded toml_datetime v0.6.8 |
| 382 | 2025-04-16T22:07:41.316Z | Downloaded scroll v0.12.0 |
| 383 | 2025-04-16T22:07:41.316Z | Downloaded swrite v0.1.0 |
| 384 | 2025-04-16T22:07:41.319Z | Downloaded scroll_derive v0.12.0 |
| 385 | 2025-04-16T22:07:41.319Z | Downloaded proc-macro-error-attr v1.0.4 |
| 386 | 2025-04-16T22:07:41.319Z | Downloaded plain v0.2.3 |
| 387 | 2025-04-16T22:07:41.322Z | Downloaded generic-array v0.14.7 |
| 388 | 2025-04-16T22:07:41.322Z | Downloaded usdt-attr-macro v0.5.0 |
| 389 | 2025-04-16T22:07:41.322Z | Downloaded clap v4.5.35 |
| 390 | 2025-04-16T22:07:41.330Z | Downloaded usdt-macro v0.5.0 |
| 391 | 2025-04-16T22:07:41.333Z | Downloaded once_cell v1.21.3 |
| 392 | 2025-04-16T22:07:41.333Z | Downloaded heck v0.4.1 |
| 393 | 2025-04-16T22:07:41.336Z | Downloaded errno v0.3.9 |
| 394 | 2025-04-16T22:07:41.336Z | Downloaded cargo_toml v0.21.0 |
| 395 | 2025-04-16T22:07:41.339Z | Downloaded thread-id v4.2.2 |
| 396 | 2025-04-16T22:07:41.339Z | Downloaded thiserror-impl v2.0.12 |
| 397 | 2025-04-16T22:07:41.342Z | Downloaded sha2 v0.10.8 |
| 398 | 2025-04-16T22:07:41.342Z | Downloaded serde_tokenstream v0.2.2 |
| 399 | 2025-04-16T22:07:41.345Z | Downloaded terminal_size v0.2.6 |
| 400 | 2025-04-16T22:07:41.346Z | Downloaded smawk v0.3.2 |
| 401 | 2025-04-16T22:07:41.349Z | Downloaded usdt v0.5.0 |
| 402 | 2025-04-16T22:07:41.352Z | Downloaded version_check v0.9.5 |
| 403 | 2025-04-16T22:07:41.355Z | Downloaded thiserror v1.0.69 |
| 404 | 2025-04-16T22:07:41.358Z | Downloaded terminal_size v0.4.0 |
| 405 | 2025-04-16T22:07:41.361Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2025-04-16T22:07:41.361Z | Downloaded unicode-linebreak v0.1.5 |
| 407 | 2025-04-16T22:07:41.361Z | Downloaded serde_spanned v0.6.8 |
| 408 | 2025-04-16T22:07:41.364Z | Downloaded autocfg v1.4.0 |
| 409 | 2025-04-16T22:07:41.367Z | Downloaded textwrap v0.16.1 |
| 410 | 2025-04-16T22:07:41.371Z | Downloaded usdt-impl v0.5.0 |
| 411 | 2025-04-16T22:07:41.371Z | Downloaded thiserror-impl v1.0.69 |
| 412 | 2025-04-16T22:07:41.371Z | Downloaded bitflags v1.3.2 |
| 413 | 2025-04-16T22:07:41.374Z | Downloaded utf8parse v0.2.2 |
| 414 | 2025-04-16T22:07:41.377Z | Downloaded semver v1.0.25 |
| 415 | 2025-04-16T22:07:41.377Z | Downloaded pest_generator v2.7.14 |
| 416 | 2025-04-16T22:07:41.380Z | Downloaded quote v1.0.39 |
| 417 | 2025-04-16T22:07:41.384Z | Downloaded proc-macro2 v1.0.94 |
| 418 | 2025-04-16T22:07:41.387Z | Downloaded bytecount v0.6.8 |
| 419 | 2025-04-16T22:07:41.390Z | Downloaded proc-macro-error v1.0.4 |
| 420 | 2025-04-16T22:07:41.394Z | Downloaded memchr v2.7.4 |
| 421 | 2025-04-16T22:07:41.397Z | Downloaded toml v0.8.20 |
| 422 | 2025-04-16T22:07:41.400Z | Downloaded pest_meta v2.7.14 |
| 423 | 2025-04-16T22:07:41.403Z | Downloaded ryu v1.0.18 |
| 424 | 2025-04-16T22:07:41.406Z | Downloaded unicode-ident v1.0.14 |
| 425 | 2025-04-16T22:07:41.409Z | Downloaded serde_derive v1.0.219 |
| 426 | 2025-04-16T22:07:41.412Z | Downloaded ucd-trie v0.1.7 |
| 427 | 2025-04-16T22:07:41.416Z | Downloaded papergrid v0.11.0 |
| 428 | 2025-04-16T22:07:41.421Z | Downloaded typenum v1.17.0 |
| 429 | 2025-04-16T22:07:41.424Z | Downloaded bitflags v2.9.0 |
| 430 | 2025-04-16T22:07:41.427Z | Downloaded hashbrown v0.15.1 |
| 431 | 2025-04-16T22:07:41.432Z | Downloaded serde v1.0.219 |
| 432 | 2025-04-16T22:07:41.435Z | Downloaded clap_builder v4.5.35 |
| 433 | 2025-04-16T22:07:41.441Z | Downloaded indexmap v2.7.1 |
| 434 | 2025-04-16T22:07:41.445Z | Downloaded serde_json v1.0.140 |
| 435 | 2025-04-16T22:07:41.452Z | Downloaded toml_edit v0.22.24 |
| 436 | 2025-04-16T22:07:41.472Z | Downloaded pest v2.7.14 |
| 437 | 2025-04-16T22:07:41.477Z | Downloaded goblin v0.8.2 |
| 438 | 2025-04-16T22:07:41.487Z | Downloaded tabled v0.15.0 |
| 439 | 2025-04-16T22:07:41.516Z | Downloaded syn v1.0.109 |
| 440 | 2025-04-16T22:07:41.530Z | Downloaded unicode-width v0.1.14 |
| 441 | 2025-04-16T22:07:41.536Z | Downloaded syn v2.0.98 |
| 442 | 2025-04-16T22:07:41.547Z | Downloaded rustix v0.37.28 |
| 443 | 2025-04-16T22:07:41.565Z | Downloaded rustix v0.38.37 |
| 444 | 2025-04-16T22:07:41.606Z | Downloaded libc v0.2.171 |
| 445 | 2025-04-16T22:07:41.754Z | Compiling proc-macro2 v1.0.94 |
| 446 | 2025-04-16T22:07:41.754Z | Compiling unicode-ident v1.0.14 |
| 447 | 2025-04-16T22:07:41.757Z | Compiling serde v1.0.219 |
| 448 | 2025-04-16T22:07:41.757Z | Compiling libc v0.2.171 |
| 449 | 2025-04-16T22:07:41.757Z | Compiling version_check v0.9.5 |
| 450 | 2025-04-16T22:07:41.757Z | Compiling memchr v2.7.4 |
| 451 | 2025-04-16T22:07:41.757Z | Compiling thiserror v1.0.69 |
| 452 | 2025-04-16T22:07:41.757Z | Compiling ucd-trie v0.1.7 |
| 453 | 2025-04-16T22:07:42.065Z | Compiling ryu v1.0.18 |
| 454 | 2025-04-16T22:07:42.385Z | Compiling itoa v1.0.11 |
| 455 | 2025-04-16T22:07:42.512Z | Compiling once_cell v1.21.3 |
| 456 | 2025-04-16T22:07:42.584Z | Compiling byteorder v1.5.0 |
| 457 | 2025-04-16T22:07:42.618Z | Compiling rustix v0.38.37 |
| 458 | 2025-04-16T22:07:42.867Z | Compiling serde_json v1.0.140 |
| 459 | 2025-04-16T22:07:42.981Z | Compiling bitflags v2.9.0 |
| 460 | 2025-04-16T22:07:43.239Z | Compiling proc-macro-error-attr v1.0.4 |
| 461 | 2025-04-16T22:07:43.322Z | Compiling usdt-impl v0.5.0 |
| 462 | 2025-04-16T22:07:43.401Z | Compiling io-lifetimes v1.0.11 |
| 463 | 2025-04-16T22:07:43.432Z | Compiling syn v1.0.109 |
| 464 | 2025-04-16T22:07:43.456Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2025-04-16T22:07:43.635Z | Compiling equivalent v1.0.1 |
| 466 | 2025-04-16T22:07:43.692Z | Compiling quote v1.0.39 |
| 467 | 2025-04-16T22:07:43.778Z | Compiling errno v0.3.9 |
| 468 | 2025-04-16T22:07:43.830Z | Compiling camino v1.1.9 |
| 469 | 2025-04-16T22:07:43.907Z | Compiling utf8parse v0.2.2 |
| 470 | 2025-04-16T22:07:44.084Z | Compiling syn v2.0.98 |
| 471 | 2025-04-16T22:07:44.109Z | Compiling plain v0.2.3 |
| 472 | 2025-04-16T22:07:44.299Z | Compiling rustix v0.37.28 |
| 473 | 2025-04-16T22:07:44.324Z | Compiling hashbrown v0.15.1 |
| 474 | 2025-04-16T22:07:44.348Z | Compiling log v0.4.22 |
| 475 | 2025-04-16T22:07:44.415Z | Compiling thread-id v4.2.2 |
| 476 | 2025-04-16T22:07:44.655Z | Compiling anstyle-parse v0.2.5 |
| 477 | 2025-04-16T22:07:44.996Z | Compiling semver v1.0.25 |
| 478 | 2025-04-16T22:07:45.224Z | Compiling autocfg v1.4.0 |
| 479 | 2025-04-16T22:07:45.336Z | Compiling winnow v0.7.3 |
| 480 | 2025-04-16T22:07:45.381Z | Compiling thiserror v2.0.12 |
| 481 | 2025-04-16T22:07:45.512Z | Compiling indexmap v2.7.1 |
| 482 | 2025-04-16T22:07:45.536Z | Compiling bitflags v1.3.2 |
| 483 | 2025-04-16T22:07:45.655Z | Compiling anstyle-query v1.1.1 |
| 484 | 2025-04-16T22:07:45.835Z | Compiling unicode-width v0.1.14 |
| 485 | 2025-04-16T22:07:46.049Z | Compiling colorchoice v1.0.2 |
| 486 | 2025-04-16T22:07:46.197Z | Compiling pretty-hex v0.4.1 |
| 487 | 2025-04-16T22:07:46.241Z | Compiling anstyle v1.0.10 |
| 488 | 2025-04-16T22:07:46.383Z | Compiling is_terminal_polyfill v1.70.1 |
| 489 | 2025-04-16T22:07:46.446Z | Compiling fs-err v2.11.0 |
| 490 | 2025-04-16T22:07:46.539Z | Compiling terminal_size v0.4.0 |
| 491 | 2025-04-16T22:07:46.669Z | Compiling anstream v0.6.15 |
| 492 | 2025-04-16T22:07:46.988Z | Compiling bytecount v0.6.8 |
| 493 | 2025-04-16T22:07:47.060Z | Compiling fastrand v2.1.1 |
| 494 | 2025-04-16T22:07:47.089Z | Compiling clap_lex v0.7.4 |
| 495 | 2025-04-16T22:07:47.224Z | Compiling fnv v1.0.7 |
| 496 | 2025-04-16T22:07:47.247Z | Compiling cfg-if v1.0.0 |
| 497 | 2025-04-16T22:07:47.391Z | Compiling strsim v0.11.1 |
| 498 | 2025-04-16T22:07:47.521Z | Compiling heck v0.4.1 |
| 499 | 2025-04-16T22:07:47.561Z | Compiling heck v0.5.0 |
| 500 | 2025-04-16T22:07:47.946Z | Compiling anyhow v1.0.97 |
| 501 | 2025-04-16T22:07:48.032Z | Compiling terminal_size v0.2.6 |
| 502 | 2025-04-16T22:07:48.088Z | Compiling clap_builder v4.5.35 |
| 503 | 2025-04-16T22:07:48.113Z | Compiling papergrid v0.11.0 |
| 504 | 2025-04-16T22:07:48.357Z | Compiling tempfile v3.13.0 |
| 505 | 2025-04-16T22:07:48.429Z | Compiling memmap v0.7.0 |
| 506 | 2025-04-16T22:07:48.776Z | Compiling smawk v0.3.2 |
| 507 | 2025-04-16T22:07:48.884Z | Compiling unicode-linebreak v0.1.5 |
| 508 | 2025-04-16T22:07:49.125Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 509 | 2025-04-16T22:07:49.377Z | Compiling textwrap v0.16.1 |
| 510 | 2025-04-16T22:07:49.562Z | Compiling swrite v0.1.0 |
| 511 | 2025-04-16T22:07:49.920Z | Compiling tabled_derive v0.7.0 |
| 512 | 2025-04-16T22:07:51.392Z | Compiling tabled v0.15.0 |
| 513 | 2025-04-16T22:07:51.509Z | Compiling serde_derive v1.0.219 |
| 514 | 2025-04-16T22:07:51.509Z | Compiling thiserror-impl v1.0.69 |
| 515 | 2025-04-16T22:07:51.512Z | Compiling zerocopy-derive v0.7.35 |
| 516 | 2025-04-16T22:07:51.512Z | Compiling scroll_derive v0.12.0 |
| 517 | 2025-04-16T22:07:51.512Z | Compiling thiserror-impl v2.0.12 |
| 518 | 2025-04-16T22:07:51.512Z | Compiling clap_derive v4.5.32 |
| 519 | 2025-04-16T22:07:52.961Z | Compiling scroll v0.12.0 |
| 520 | 2025-04-16T22:07:53.526Z | Compiling goblin v0.8.2 |
| 521 | 2025-04-16T22:07:53.650Z | Compiling zerocopy v0.7.35 |
| 522 | 2025-04-16T22:07:54.697Z | Compiling pest v2.7.14 |
| 523 | 2025-04-16T22:07:55.788Z | Compiling clap v4.5.35 |
| 524 | 2025-04-16T22:07:56.884Z | Compiling pest_meta v2.7.14 |
| 525 | 2025-04-16T22:07:57.777Z | Compiling pest_generator v2.7.14 |
| 526 | 2025-04-16T22:07:59.150Z | Compiling pest_derive v2.7.14 |
| 527 | 2025-04-16T22:07:59.763Z | Compiling dtrace-parser v0.2.0 |
| 528 | 2025-04-16T22:08:00.655Z | Compiling serde_spanned v0.6.8 |
| 529 | 2025-04-16T22:08:00.655Z | Compiling toml_datetime v0.6.8 |
| 530 | 2025-04-16T22:08:00.658Z | Compiling cargo-platform v0.1.8 |
| 531 | 2025-04-16T22:08:00.974Z | Compiling serde_tokenstream v0.2.2 |
| 532 | 2025-04-16T22:08:01.015Z | Compiling macaddr v1.0.1 |
| 533 | 2025-04-16T22:08:01.182Z | Compiling toml_edit v0.22.24 |
| 534 | 2025-04-16T22:08:01.269Z | Compiling camino-tempfile v1.1.1 |
| 535 | 2025-04-16T22:08:02.020Z | Compiling dof v0.3.0 |
| 536 | 2025-04-16T22:08:02.020Z | Compiling cargo_metadata v0.19.2 |
| 537 | 2025-04-16T22:08:03.677Z | Compiling usdt-macro v0.5.0 |
| 538 | 2025-04-16T22:08:03.680Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2025-04-16T22:08:03.969Z | Compiling toml v0.8.20 |
| 540 | 2025-04-16T22:08:04.803Z | Compiling cargo_toml v0.21.0 |
| 541 | 2025-04-16T22:08:04.853Z | Compiling usdt v0.5.0 |
| 542 | 2025-04-16T22:08:07.384Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 543 | 2025-04-16T22:08:10.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.85s |
| 544 | 2025-04-16T22:08:10.920Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 545 | 2025-04-16T22:08:11.569Z | Downloading crates ... |
| 546 | 2025-04-16T22:08:11.681Z | Downloaded adler2 v2.0.0 |
| 547 | 2025-04-16T22:08:11.688Z | Downloaded addr2line v0.24.2 |
| 548 | 2025-04-16T22:08:11.691Z | Downloaded arc-swap v1.7.1 |
| 549 | 2025-04-16T22:08:11.695Z | Downloaded bb8 v0.8.5 |
| 550 | 2025-04-16T22:08:11.701Z | Downloaded hex-literal v0.4.1 |
| 551 | 2025-04-16T22:08:11.704Z | Downloaded headers-core v0.3.0 |
| 552 | 2025-04-16T22:08:11.704Z | Downloaded buf-list v1.0.3 |
| 553 | 2025-04-16T22:08:11.707Z | Downloaded base64 v0.22.1 |
| 554 | 2025-04-16T22:08:11.711Z | Downloaded hex v0.4.3 |
| 555 | 2025-04-16T22:08:11.716Z | Downloaded http-body v1.0.1 |
| 556 | 2025-04-16T22:08:11.720Z | Downloaded bindgen v0.69.5 |
| 557 | 2025-04-16T22:08:11.729Z | Downloaded icu_provider_macros v1.5.0 |
| 558 | 2025-04-16T22:08:11.733Z | Downloaded bit-set v0.5.3 |
| 559 | 2025-04-16T22:08:11.737Z | Downloaded instant v0.1.13 |
| 560 | 2025-04-16T22:08:11.737Z | Downloaded ident_case v1.0.1 |
| 561 | 2025-04-16T22:08:11.740Z | Downloaded http-range v0.1.5 |
| 562 | 2025-04-16T22:08:11.740Z | Downloaded blake3 v1.5.4 |
| 563 | 2025-04-16T22:08:11.749Z | Downloaded match_cfg v0.1.0 |
| 564 | 2025-04-16T22:08:11.752Z | Downloaded is_ci v1.2.0 |
| 565 | 2025-04-16T22:08:11.756Z | Downloaded md5 v0.7.0 |
| 566 | 2025-04-16T22:08:11.756Z | Downloaded heapless v0.7.17 |
| 567 | 2025-04-16T22:08:11.760Z | Downloaded httpdate v1.0.3 |
| 568 | 2025-04-16T22:08:11.763Z | Downloaded bitfield v0.14.0 |
| 569 | 2025-04-16T22:08:11.767Z | Downloaded hyper-tls v0.6.0 |
| 570 | 2025-04-16T22:08:11.767Z | Downloaded base16ct v0.2.0 |
| 571 | 2025-04-16T22:08:11.770Z | Downloaded idna_adapter v1.2.0 |
| 572 | 2025-04-16T22:08:11.773Z | Downloaded hubpack v0.1.2 |
| 573 | 2025-04-16T22:08:11.773Z | Downloaded humantime v2.1.0 |
| 574 | 2025-04-16T22:08:11.777Z | Downloaded libscf-sys v1.1.0 |
| 575 | 2025-04-16T22:08:11.781Z | Downloaded hostname v0.4.0 |
| 576 | 2025-04-16T22:08:11.781Z | Downloaded ipnetwork v0.21.1 |
| 577 | 2025-04-16T22:08:11.784Z | Downloaded is-terminal v0.4.13 |
| 578 | 2025-04-16T22:08:11.789Z | Downloaded home v0.5.9 |
| 579 | 2025-04-16T22:08:11.789Z | Downloaded linear-map v1.2.0 |
| 580 | 2025-04-16T22:08:11.792Z | Downloaded md-5 v0.10.6 |
| 581 | 2025-04-16T22:08:11.795Z | Downloaded libsw v3.4.0 |
| 582 | 2025-04-16T22:08:11.798Z | Downloaded maplit v1.0.2 |
| 583 | 2025-04-16T22:08:11.801Z | Downloaded memoffset v0.9.1 |
| 584 | 2025-04-16T22:08:11.801Z | Downloaded libefi-sys v0.1.0 |
| 585 | 2025-04-16T22:08:11.804Z | Downloaded mime v0.3.17 |
| 586 | 2025-04-16T22:08:11.809Z | Downloaded bit-vec v0.6.3 |
| 587 | 2025-04-16T22:08:11.809Z | Downloaded lzss v0.8.2 |
| 588 | 2025-04-16T22:08:11.812Z | Downloaded lru v0.12.5 |
| 589 | 2025-04-16T22:08:11.812Z | Downloaded serde-big-array v0.5.1 |
| 590 | 2025-04-16T22:08:11.816Z | Downloaded lockfree-object-pool v0.1.6 |
| 591 | 2025-04-16T22:08:11.819Z | Downloaded slog-envlogger v2.2.0 |
| 592 | 2025-04-16T22:08:11.822Z | Downloaded rand_chacha v0.9.0 |
| 593 | 2025-04-16T22:08:11.825Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2025-04-16T22:08:11.825Z | Downloaded base64 v0.13.1 |
| 595 | 2025-04-16T22:08:11.829Z | Downloaded progenitor-client v0.9.1 |
| 596 | 2025-04-16T22:08:11.834Z | Downloaded crucible-workspace-hack v0.1.0 |
| 597 | 2025-04-16T22:08:11.838Z | Downloaded icu_locid_transform v1.5.0 |
| 598 | 2025-04-16T22:08:11.838Z | Downloaded lock_api v0.4.12 |
| 599 | 2025-04-16T22:08:11.841Z | Downloaded http-body-util v0.1.3 |
| 600 | 2025-04-16T22:08:11.844Z | Downloaded internet-checksum v0.2.1 |
| 601 | 2025-04-16T22:08:11.844Z | Downloaded memmap2 v0.9.5 |
| 602 | 2025-04-16T22:08:11.847Z | Downloaded indent_write v2.2.0 |
| 603 | 2025-04-16T22:08:11.850Z | Downloaded litemap v0.7.3 |
| 604 | 2025-04-16T22:08:11.853Z | Downloaded cmake v0.1.51 |
| 605 | 2025-04-16T22:08:11.853Z | Downloaded ipnet v2.11.0 |
| 606 | 2025-04-16T22:08:11.856Z | Downloaded crossbeam-deque v0.8.5 |
| 607 | 2025-04-16T22:08:11.860Z | Downloaded structmeta v0.3.0 |
| 608 | 2025-04-16T22:08:11.863Z | Downloaded console v0.15.10 |
| 609 | 2025-04-16T22:08:11.867Z | Downloaded sqlparser_derive v0.2.2 |
| 610 | 2025-04-16T22:08:11.871Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 611 | 2025-04-16T22:08:11.871Z | Downloaded try-lock v0.2.5 |
| 612 | 2025-04-16T22:08:11.871Z | Downloaded chrono-tz-build v0.4.0 |
| 613 | 2025-04-16T22:08:11.874Z | Downloaded chacha20 v0.9.1 |
| 614 | 2025-04-16T22:08:11.874Z | Downloaded which v4.4.2 |
| 615 | 2025-04-16T22:08:11.877Z | Downloaded want v0.3.1 |
| 616 | 2025-04-16T22:08:11.880Z | Downloaded unicode-truncate v1.1.0 |
| 617 | 2025-04-16T22:08:11.880Z | Downloaded serde-hex v0.1.0 |
| 618 | 2025-04-16T22:08:11.884Z | Downloaded base64 v0.21.7 |
| 619 | 2025-04-16T22:08:11.888Z | Downloaded xshell-macros v0.2.7 |
| 620 | 2025-04-16T22:08:11.892Z | Downloaded rpassword v7.3.1 |
| 621 | 2025-04-16T22:08:11.895Z | Downloaded same-file v1.0.6 |
| 622 | 2025-04-16T22:08:11.895Z | Downloaded ref-cast-impl v1.0.23 |
| 623 | 2025-04-16T22:08:11.898Z | Downloaded icu_provider v1.5.0 |
| 624 | 2025-04-16T22:08:11.901Z | Downloaded signal-hook-registry v1.4.2 |
| 625 | 2025-04-16T22:08:11.904Z | Downloaded semver v0.1.20 |
| 626 | 2025-04-16T22:08:11.907Z | Downloaded libloading v0.8.5 |
| 627 | 2025-04-16T22:08:11.910Z | Downloaded dyn-clone v1.0.19 |
| 628 | 2025-04-16T22:08:11.913Z | Downloaded litrs v0.4.1 |
| 629 | 2025-04-16T22:08:11.916Z | Downloaded dirs-next v2.0.0 |
| 630 | 2025-04-16T22:08:11.917Z | Downloaded sqlformat v0.2.6 |
| 631 | 2025-04-16T22:08:11.920Z | Downloaded subtle v2.6.1 |
| 632 | 2025-04-16T22:08:11.923Z | Downloaded tinyvec_macros v0.1.1 |
| 633 | 2025-04-16T22:08:11.923Z | Downloaded foreign-types-macros v0.2.3 |
| 634 | 2025-04-16T22:08:11.926Z | Downloaded tokio-macros v2.5.0 |
| 635 | 2025-04-16T22:08:11.929Z | Downloaded tokio-native-tls v0.3.1 |
| 636 | 2025-04-16T22:08:11.929Z | Downloaded tui-tree-widget v0.23.0 |
| 637 | 2025-04-16T22:08:11.932Z | Downloaded tls_codec_derive v0.4.1 |
| 638 | 2025-04-16T22:08:11.935Z | Downloaded unicode-xid v0.2.6 |
| 639 | 2025-04-16T22:08:11.938Z | Downloaded xz2 v0.1.7 |
| 640 | 2025-04-16T22:08:11.938Z | Downloaded zerovec-derive v0.10.3 |
| 641 | 2025-04-16T22:08:11.942Z | Downloaded normalize-line-endings v0.3.0 |
| 642 | 2025-04-16T22:08:11.945Z | Downloaded rustc-demangle v0.1.24 |
| 643 | 2025-04-16T22:08:11.948Z | Downloaded parse-size v1.1.0 |
| 644 | 2025-04-16T22:08:11.948Z | Downloaded hickory-client v0.24.4 |
| 645 | 2025-04-16T22:08:11.952Z | Downloaded defmt-parser v0.3.4 |
| 646 | 2025-04-16T22:08:11.955Z | Downloaded defmt-macros v0.3.9 |
| 647 | 2025-04-16T22:08:11.958Z | Downloaded fallible-iterator v0.2.0 |
| 648 | 2025-04-16T22:08:11.961Z | Downloaded slog-term v2.9.1 |
| 649 | 2025-04-16T22:08:11.964Z | Downloaded foreign-types v0.5.0 |
| 650 | 2025-04-16T22:08:11.968Z | Downloaded filetime v0.2.25 |
| 651 | 2025-04-16T22:08:11.971Z | Downloaded strum_macros v0.26.4 |
| 652 | 2025-04-16T22:08:11.974Z | Downloaded progenitor v0.9.1 |
| 653 | 2025-04-16T22:08:11.974Z | Downloaded indicatif v0.17.11 |
| 654 | 2025-04-16T22:08:11.992Z | Downloaded progenitor-macro v0.9.1 |
| 655 | 2025-04-16T22:08:11.995Z | Downloaded walkdir v2.5.0 |
| 656 | 2025-04-16T22:08:11.998Z | Downloaded clang-sys v1.8.1 |
| 657 | 2025-04-16T22:08:12.002Z | Downloaded packed_struct_codegen v0.10.1 |
| 658 | 2025-04-16T22:08:12.005Z | Downloaded olpc-cjson v0.1.4 |
| 659 | 2025-04-16T22:08:12.005Z | Downloaded multer v3.1.0 |
| 660 | 2025-04-16T22:08:12.008Z | Downloaded take_mut v0.2.2 |
| 661 | 2025-04-16T22:08:12.011Z | Downloaded strum v0.26.3 |
| 662 | 2025-04-16T22:08:12.011Z | Downloaded stable_deref_trait v1.2.0 |
| 663 | 2025-04-16T22:08:12.011Z | Downloaded pin-project-internal v1.1.6 |
| 664 | 2025-04-16T22:08:12.015Z | Downloaded phf_codegen v0.11.2 |
| 665 | 2025-04-16T22:08:12.018Z | Downloaded parse-display-derive v0.10.0 |
| 666 | 2025-04-16T22:08:12.018Z | Downloaded num_enum_derive v0.5.11 |
| 667 | 2025-04-16T22:08:12.021Z | Downloaded futures-channel v0.3.31 |
| 668 | 2025-04-16T22:08:12.024Z | Downloaded write16 v1.0.0 |
| 669 | 2025-04-16T22:08:12.024Z | Downloaded des v0.8.1 |
| 670 | 2025-04-16T22:08:12.028Z | Downloaded heapless v0.8.0 |
| 671 | 2025-04-16T22:08:12.031Z | Downloaded hash32 v0.3.1 |
| 672 | 2025-04-16T22:08:12.035Z | Downloaded jiff-static v0.2.6 |
| 673 | 2025-04-16T22:08:12.039Z | Downloaded zerofrom v0.1.4 |
| 674 | 2025-04-16T22:08:12.042Z | Downloaded void v1.0.2 |
| 675 | 2025-04-16T22:08:12.042Z | Downloaded typify-macro v0.3.0 |
| 676 | 2025-04-16T22:08:12.042Z | Downloaded sha1 v0.10.6 |
| 677 | 2025-04-16T22:08:12.045Z | Downloaded powerfmt v0.2.0 |
| 678 | 2025-04-16T22:08:12.048Z | Downloaded bumpalo v3.16.0 |
| 679 | 2025-04-16T22:08:12.052Z | Downloaded samael v0.0.18 |
| 680 | 2025-04-16T22:08:12.058Z | Downloaded fxhash v0.2.1 |
| 681 | 2025-04-16T22:08:12.061Z | Downloaded structmeta-derive v0.3.0 |
| 682 | 2025-04-16T22:08:12.064Z | Downloaded stringprep v0.1.5 |
| 683 | 2025-04-16T22:08:12.064Z | Downloaded parking_lot_core v0.8.6 |
| 684 | 2025-04-16T22:08:12.067Z | Downloaded number_prefix v0.4.0 |
| 685 | 2025-04-16T22:08:12.071Z | Downloaded gethostname v0.5.0 |
| 686 | 2025-04-16T22:08:12.071Z | Downloaded topological-sort v0.2.2 |
| 687 | 2025-04-16T22:08:12.074Z | Downloaded chacha20poly1305 v0.10.1 |
| 688 | 2025-04-16T22:08:12.077Z | Downloaded wait-timeout v0.2.0 |
| 689 | 2025-04-16T22:08:12.080Z | Downloaded precomputed-hash v0.1.1 |
| 690 | 2025-04-16T22:08:12.080Z | Downloaded wyz v0.5.1 |
| 691 | 2025-04-16T22:08:12.083Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 692 | 2025-04-16T22:08:12.084Z | Downloaded zone v0.1.8 |
| 693 | 2025-04-16T22:08:12.087Z | Downloaded writeable v0.5.5 |
| 694 | 2025-04-16T22:08:12.090Z | Downloaded progenitor-macro v0.8.0 |
| 695 | 2025-04-16T22:08:12.093Z | Downloaded crypto-bigint v0.5.5 |
| 696 | 2025-04-16T22:08:12.098Z | Downloaded predicates-core v1.0.8 |
| 697 | 2025-04-16T22:08:12.101Z | Downloaded oso-derive v0.27.3 |
| 698 | 2025-04-16T22:08:12.104Z | Downloaded flagset v0.4.6 |
| 699 | 2025-04-16T22:08:12.104Z | Downloaded pretty-hex v0.2.1 |
| 700 | 2025-04-16T22:08:12.108Z | Downloaded darling v0.20.10 |
| 701 | 2025-04-16T22:08:12.112Z | Downloaded rand_xorshift v0.3.0 |
| 702 | 2025-04-16T22:08:12.115Z | Downloaded float-ord v0.3.2 |
| 703 | 2025-04-16T22:08:12.115Z | Downloaded float-cmp v0.10.0 |
| 704 | 2025-04-16T22:08:12.118Z | Downloaded num v0.4.3 |
| 705 | 2025-04-16T22:08:12.121Z | Downloaded serde_derive_internals v0.29.1 |
| 706 | 2025-04-16T22:08:12.124Z | Downloaded postgres-protocol v0.6.8 |
| 707 | 2025-04-16T22:08:12.127Z | Downloaded sync_wrapper v1.0.1 |
| 708 | 2025-04-16T22:08:12.127Z | Downloaded zip v0.6.6 |
| 709 | 2025-04-16T22:08:12.131Z | Downloaded predicates v3.1.3 |
| 710 | 2025-04-16T22:08:12.135Z | Downloaded signal-hook-mio v0.2.4 |
| 711 | 2025-04-16T22:08:12.138Z | Downloaded displaydoc v0.2.5 |
| 712 | 2025-04-16T22:08:12.142Z | Downloaded darling_macro v0.20.10 |
| 713 | 2025-04-16T22:08:12.145Z | Downloaded schemars v0.8.22 |
| 714 | 2025-04-16T22:08:12.157Z | Downloaded packed_struct v0.10.1 |
| 715 | 2025-04-16T22:08:12.160Z | Downloaded cc v1.2.15 |
| 716 | 2025-04-16T22:08:12.164Z | Downloaded mime_guess v2.0.5 |
| 717 | 2025-04-16T22:08:12.167Z | Downloaded serde_repr v0.1.19 |
| 718 | 2025-04-16T22:08:12.170Z | Downloaded serde_plain v1.0.2 |
| 719 | 2025-04-16T22:08:12.173Z | Downloaded newtype_derive v0.1.6 |
| 720 | 2025-04-16T22:08:12.176Z | Downloaded aes v0.8.4 |
| 721 | 2025-04-16T22:08:12.179Z | Downloaded typify v0.3.0 |
| 722 | 2025-04-16T22:08:12.183Z | Downloaded synstructure v0.13.1 |
| 723 | 2025-04-16T22:08:12.186Z | Downloaded pin-utils v0.1.0 |
| 724 | 2025-04-16T22:08:12.189Z | Downloaded tokio-tungstenite v0.23.1 |
| 725 | 2025-04-16T22:08:12.192Z | Downloaded phf_shared v0.11.2 |
| 726 | 2025-04-16T22:08:12.192Z | Downloaded phf_generator v0.11.2 |
| 727 | 2025-04-16T22:08:12.196Z | Downloaded tinystr v0.7.6 |
| 728 | 2025-04-16T22:08:12.199Z | Downloaded russh-cryptovec v0.7.3 |
| 729 | 2025-04-16T22:08:12.199Z | Downloaded itertools v0.10.5 |
| 730 | 2025-04-16T22:08:12.206Z | Downloaded time-core v0.1.2 |
| 731 | 2025-04-16T22:08:12.209Z | Downloaded libxml v0.3.3 |
| 732 | 2025-04-16T22:08:12.216Z | Downloaded embedded-io v0.4.0 |
| 733 | 2025-04-16T22:08:12.219Z | Downloaded peg v0.8.5 |
| 734 | 2025-04-16T22:08:12.223Z | Downloaded ff v0.13.0 |
| 735 | 2025-04-16T22:08:12.226Z | Downloaded utf8_iter v1.0.4 |
| 736 | 2025-04-16T22:08:12.229Z | Downloaded utf-8 v0.7.6 |
| 737 | 2025-04-16T22:08:12.233Z | Downloaded universal-hash v0.5.1 |
| 738 | 2025-04-16T22:08:12.233Z | Downloaded funty v2.0.0 |
| 739 | 2025-04-16T22:08:12.236Z | Downloaded num-integer v0.1.46 |
| 740 | 2025-04-16T22:08:12.236Z | Downloaded spin v0.9.8 |
| 741 | 2025-04-16T22:08:12.239Z | Downloaded foreign-types-shared v0.3.1 |
| 742 | 2025-04-16T22:08:12.242Z | Downloaded derive_builder_macro v0.20.2 |
| 743 | 2025-04-16T22:08:12.242Z | Downloaded nu-ansi-term v0.50.1 |
| 744 | 2025-04-16T22:08:12.245Z | Downloaded pbkdf2 v0.12.2 |
| 745 | 2025-04-16T22:08:12.248Z | Downloaded tokio-tungstenite v0.21.0 |
| 746 | 2025-04-16T22:08:12.251Z | Downloaded tokio-stream v0.1.17 |
| 747 | 2025-04-16T22:08:12.257Z | Downloaded path-slash v0.1.5 |
| 748 | 2025-04-16T22:08:12.261Z | Downloaded vte v0.11.1 |
| 749 | 2025-04-16T22:08:12.264Z | Downloaded slab v0.4.9 |
| 750 | 2025-04-16T22:08:12.264Z | Downloaded rtoolbox v0.0.2 |
| 751 | 2025-04-16T22:08:12.268Z | Downloaded pkcs5 v0.7.1 |
| 752 | 2025-04-16T22:08:12.271Z | Downloaded qorb v0.3.1 |
| 753 | 2025-04-16T22:08:12.276Z | Downloaded serde_yaml v0.9.34+deprecated |
| 754 | 2025-04-16T22:08:12.281Z | Downloaded tower-service v0.3.3 |
| 755 | 2025-04-16T22:08:12.284Z | Downloaded document-features v0.2.10 |
| 756 | 2025-04-16T22:08:12.287Z | Downloaded csv-core v0.1.11 |
| 757 | 2025-04-16T22:08:12.287Z | Downloaded num-derive v0.4.2 |
| 758 | 2025-04-16T22:08:12.292Z | Downloaded rcgen v0.12.1 |
| 759 | 2025-04-16T22:08:12.295Z | Downloaded tower-layer v0.3.3 |
| 760 | 2025-04-16T22:08:12.295Z | Downloaded utf16_iter v1.0.5 |
| 761 | 2025-04-16T22:08:12.298Z | Downloaded snafu-derive v0.8.5 |
| 762 | 2025-04-16T22:08:12.301Z | Downloaded ghash v0.5.1 |
| 763 | 2025-04-16T22:08:12.301Z | Downloaded data-encoding v2.6.0 |
| 764 | 2025-04-16T22:08:12.305Z | Downloaded deranged v0.3.11 |
| 765 | 2025-04-16T22:08:12.308Z | Downloaded miniz_oxide v0.8.5 |
| 766 | 2025-04-16T22:08:12.311Z | Downloaded zone_cfg_derive v0.1.2 |
| 767 | 2025-04-16T22:08:12.311Z | Downloaded pkcs8 v0.10.2 |
| 768 | 2025-04-16T22:08:12.314Z | Downloaded foreign-types-shared v0.1.1 |
| 769 | 2025-04-16T22:08:12.318Z | Downloaded foreign-types v0.3.2 |
| 770 | 2025-04-16T22:08:12.318Z | Downloaded num-conv v0.1.0 |
| 771 | 2025-04-16T22:08:12.321Z | Downloaded paste v1.0.15 |
| 772 | 2025-04-16T22:08:12.324Z | Downloaded newtype-uuid v1.2.1 |
| 773 | 2025-04-16T22:08:12.327Z | Downloaded itertools v0.13.0 |
| 774 | 2025-04-16T22:08:12.334Z | Downloaded slog-async v2.8.0 |
| 775 | 2025-04-16T22:08:12.338Z | Downloaded polyval v0.6.2 |
| 776 | 2025-04-16T22:08:12.341Z | Downloaded pkg-config v0.3.31 |
| 777 | 2025-04-16T22:08:12.341Z | Downloaded ssh-encoding v0.2.0 |
| 778 | 2025-04-16T22:08:12.345Z | Downloaded zopfli v0.8.1 |
| 779 | 2025-04-16T22:08:12.348Z | Downloaded siphasher v0.3.11 |
| 780 | 2025-04-16T22:08:12.351Z | Downloaded termios v0.3.3 |
| 781 | 2025-04-16T22:08:12.351Z | Downloaded rayon-core v1.12.1 |
| 782 | 2025-04-16T22:08:12.356Z | Downloaded zone_cfg_derive v0.3.0 |
| 783 | 2025-04-16T22:08:12.359Z | Downloaded zerocopy v0.6.6 |
| 784 | 2025-04-16T22:08:12.362Z | Downloaded static_assertions v1.1.0 |
| 785 | 2025-04-16T22:08:12.365Z | Downloaded whoami v1.5.2 |
| 786 | 2025-04-16T22:08:12.368Z | Downloaded num-rational v0.4.2 |
| 787 | 2025-04-16T22:08:12.368Z | Downloaded flate2 v1.1.1 |
| 788 | 2025-04-16T22:08:12.375Z | Downloaded env_logger v0.10.2 |
| 789 | 2025-04-16T22:08:12.378Z | Downloaded untrusted v0.7.1 |
| 790 | 2025-04-16T22:08:12.381Z | Downloaded simd-adler32 v0.3.7 |
| 791 | 2025-04-16T22:08:12.384Z | Downloaded yoke-derive v0.7.4 |
| 792 | 2025-04-16T22:08:12.384Z | Downloaded rand_seeder v0.3.0 |
| 793 | 2025-04-16T22:08:12.388Z | Downloaded num_threads v0.1.7 |
| 794 | 2025-04-16T22:08:12.388Z | Downloaded password-hash v0.5.0 |
| 795 | 2025-04-16T22:08:12.391Z | Downloaded itertools v0.14.0 |
| 796 | 2025-04-16T22:08:12.398Z | Downloaded endian-type v0.1.2 |
| 797 | 2025-04-16T22:08:12.402Z | Downloaded openssl-macros v0.1.1 |
| 798 | 2025-04-16T22:08:12.402Z | Downloaded elliptic-curve v0.13.8 |
| 799 | 2025-04-16T22:08:12.406Z | Downloaded zerofrom-derive v0.1.4 |
| 800 | 2025-04-16T22:08:12.409Z | Downloaded darling_core v0.20.10 |
| 801 | 2025-04-16T22:08:12.413Z | Downloaded pretty_assertions v1.4.1 |
| 802 | 2025-04-16T22:08:12.416Z | Downloaded tabwriter v1.4.0 |
| 803 | 2025-04-16T22:08:12.419Z | Downloaded xattr v1.3.1 |
| 804 | 2025-04-16T22:08:12.422Z | Downloaded num-derive v0.3.3 |
| 805 | 2025-04-16T22:08:12.425Z | Downloaded env_filter v0.1.2 |
| 806 | 2025-04-16T22:08:12.425Z | Downloaded enum-as-inner v0.6.1 |
| 807 | 2025-04-16T22:08:12.430Z | Downloaded socket2 v0.5.9 |
| 808 | 2025-04-16T22:08:12.433Z | Downloaded progenitor-client v0.8.0 |
| 809 | 2025-04-16T22:08:12.433Z | Downloaded slog-dtrace v0.3.0 |
| 810 | 2025-04-16T22:08:12.433Z | Downloaded scheduled-thread-pool v0.2.7 |
| 811 | 2025-04-16T22:08:12.436Z | Downloaded salsa20 v0.10.2 |
| 812 | 2025-04-16T22:08:12.439Z | Downloaded num-complex v0.4.6 |
| 813 | 2025-04-16T22:08:12.439Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2025-04-16T22:08:12.443Z | Downloaded native-tls v0.2.12 |
| 815 | 2025-04-16T22:08:12.443Z | Downloaded openssl-sys v0.9.107 |
| 816 | 2025-04-16T22:08:12.449Z | Downloaded untrusted v0.9.0 |
| 817 | 2025-04-16T22:08:12.452Z | Downloaded zerocopy-derive v0.8.10 |
| 818 | 2025-04-16T22:08:12.458Z | Downloaded strum_macros v0.25.3 |
| 819 | 2025-04-16T22:08:12.461Z | Downloaded smf v0.2.3 |
| 820 | 2025-04-16T22:08:12.466Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2025-04-16T22:08:12.468Z | Downloaded tracing-attributes v0.1.27 |
| 822 | 2025-04-16T22:08:12.468Z | Downloaded zeroize v1.8.1 |
| 823 | 2025-04-16T22:08:12.471Z | Downloaded twox-hash v2.1.0 |
| 824 | 2025-04-16T22:08:12.474Z | Downloaded rand_core v0.6.4 |
| 825 | 2025-04-16T22:08:12.481Z | Downloaded value-bag v1.9.0 |
| 826 | 2025-04-16T22:08:12.481Z | Downloaded fd-lock v4.0.2 |
| 827 | 2025-04-16T22:08:12.481Z | Downloaded derive_more v0.99.19 |
| 828 | 2025-04-16T22:08:12.493Z | Downloaded postcard v1.0.10 |
| 829 | 2025-04-16T22:08:12.497Z | Downloaded string_cache v0.8.9 |
| 830 | 2025-04-16T22:08:12.497Z | Downloaded diesel-dtrace v0.4.2 |
| 831 | 2025-04-16T22:08:12.497Z | Downloaded flume v0.11.1 |
| 832 | 2025-04-16T22:08:12.500Z | Downloaded radium v0.7.0 |
| 833 | 2025-04-16T22:08:12.500Z | Downloaded tabled_derive v0.10.0 |
| 834 | 2025-04-16T22:08:12.503Z | Downloaded bindgen v0.71.1 |
| 835 | 2025-04-16T22:08:12.510Z | Downloaded group v0.13.0 |
| 836 | 2025-04-16T22:08:12.513Z | Downloaded hash32 v0.2.1 |
| 837 | 2025-04-16T22:08:12.515Z | Downloaded vsss-rs v3.3.4 |
| 838 | 2025-04-16T22:08:12.519Z | Downloaded parking_lot v0.11.2 |
| 839 | 2025-04-16T22:08:12.522Z | Downloaded globset v0.4.15 |
| 840 | 2025-04-16T22:08:12.522Z | Downloaded yoke v0.7.4 |
| 841 | 2025-04-16T22:08:12.526Z | Downloaded rand_core v0.9.2 |
| 842 | 2025-04-16T22:08:12.526Z | Downloaded parking_lot v0.12.3 |
| 843 | 2025-04-16T22:08:12.529Z | Downloaded rusty-fork v0.3.0 |
| 844 | 2025-04-16T22:08:12.532Z | Downloaded serde_with v3.12.0 |
| 845 | 2025-04-16T22:08:12.540Z | Downloaded der_derive v0.7.3 |
| 846 | 2025-04-16T22:08:12.542Z | Downloaded peg-macros v0.8.5 |
| 847 | 2025-04-16T22:08:12.547Z | Downloaded similar v2.7.0 |
| 848 | 2025-04-16T22:08:12.550Z | Downloaded progenitor-impl v0.9.1 |
| 849 | 2025-04-16T22:08:12.554Z | Downloaded xshell v0.2.7 |
| 850 | 2025-04-16T22:08:12.557Z | Downloaded prettyplease v0.2.30 |
| 851 | 2025-04-16T22:08:12.560Z | Downloaded term v0.7.0 |
| 852 | 2025-04-16T22:08:12.563Z | Downloaded snafu v0.8.5 |
| 853 | 2025-04-16T22:08:12.570Z | Downloaded uzers v0.12.1 |
| 854 | 2025-04-16T22:08:12.573Z | Downloaded fatfs v0.3.6 |
| 855 | 2025-04-16T22:08:12.576Z | Downloaded tokio-util v0.7.13 |
| 856 | 2025-04-16T22:08:12.584Z | Downloaded half v2.4.1 |
| 857 | 2025-04-16T22:08:12.588Z | Downloaded unsafe-libyaml v0.2.11 |
| 858 | 2025-04-16T22:08:12.591Z | Downloaded lalrpop v0.19.12 |
| 859 | 2025-04-16T22:08:12.605Z | Downloaded toml_edit v0.19.15 |
| 860 | 2025-04-16T22:08:12.621Z | Downloaded diesel_derives v2.2.3 |
| 861 | 2025-04-16T22:08:12.625Z | Downloaded winnow v0.6.20 |
| 862 | 2025-04-16T22:08:12.635Z | Downloaded icu_properties_data v1.5.0 |
| 863 | 2025-04-16T22:08:12.646Z | Downloaded hashbrown v0.13.2 |
| 864 | 2025-04-16T22:08:12.651Z | Downloaded time v0.3.36 |
| 865 | 2025-04-16T22:08:12.658Z | Downloaded russh v0.45.0 |
| 866 | 2025-04-16T22:08:12.664Z | Downloaded p521 v0.13.3 |
| 867 | 2025-04-16T22:08:12.680Z | Downloaded quick-xml v0.37.2 |
| 868 | 2025-04-16T22:08:12.680Z | Downloaded unicode_categories v0.1.1 |
| 869 | 2025-04-16T22:08:12.683Z | Downloaded steno v0.4.1 |
| 870 | 2025-04-16T22:08:12.684Z | Downloaded proptest v1.6.0 |
| 871 | 2025-04-16T22:08:12.692Z | Downloaded der v0.7.9 |
| 872 | 2025-04-16T22:08:12.698Z | Downloaded rand v0.9.0 |
| 873 | 2025-04-16T22:08:12.703Z | Downloaded typed-path v0.9.3 |
| 874 | 2025-04-16T22:08:12.710Z | Downloaded bitvec v1.0.1 |
| 875 | 2025-04-16T22:08:12.727Z | Downloaded rustyline v14.0.0 |
| 876 | 2025-04-16T22:08:12.732Z | Downloaded chrono v0.4.40 |
| 877 | 2025-04-16T22:08:12.740Z | Downloaded quinn-proto v0.11.8 |
| 878 | 2025-04-16T22:08:12.748Z | Downloaded regex v1.11.1 |
| 879 | 2025-04-16T22:08:12.762Z | Downloaded salty v0.3.0 |
| 880 | 2025-04-16T22:08:12.769Z | Downloaded ssh-key v0.6.6 |
| 881 | 2025-04-16T22:08:12.776Z | Downloaded webpki-roots v0.26.6 |
| 882 | 2025-04-16T22:08:12.781Z | Downloaded portable-atomic v1.11.0 |
| 883 | 2025-04-16T22:08:12.789Z | Downloaded rustls-webpki v0.101.7 |
| 884 | 2025-04-16T22:08:12.804Z | Downloaded reqwest v0.12.12 |
| 885 | 2025-04-16T22:08:12.817Z | Downloaded gimli v0.31.1 |
| 886 | 2025-04-16T22:08:12.822Z | Downloaded h2 v0.4.6 |
| 887 | 2025-04-16T22:08:12.829Z | Downloaded p384 v0.13.0 |
| 888 | 2025-04-16T22:08:12.836Z | Downloaded unicode-width v0.2.0 |
| 889 | 2025-04-16T22:08:12.843Z | Downloaded tabled v0.18.0 |
| 890 | 2025-04-16T22:08:12.864Z | Downloaded zerocopy v0.8.10 |
| 891 | 2025-04-16T22:08:12.888Z | Downloaded rustls-webpki v0.102.8 |
| 892 | 2025-04-16T22:08:12.907Z | Downloaded regex-syntax v0.6.29 |
| 893 | 2025-04-16T22:08:12.915Z | Downloaded polar-core v0.27.3 |
| 894 | 2025-04-16T22:08:12.924Z | Downloaded hickory-proto v0.24.4 |
| 895 | 2025-04-16T22:08:12.940Z | Downloaded object v0.30.4 |
| 896 | 2025-04-16T22:08:12.950Z | Downloaded vcpkg v0.2.15 |
| 897 | 2025-04-16T22:08:12.989Z | Downloaded openssl v0.10.72 |
| 898 | 2025-04-16T22:08:12.998Z | Downloaded rustls v0.21.12 |
| 899 | 2025-04-16T22:08:13.011Z | Downloaded nix v0.28.0 |
| 900 | 2025-04-16T22:08:13.024Z | Downloaded rustls v0.22.4 |
| 901 | 2025-04-16T22:08:13.037Z | Downloaded dropshot v0.16.0 |
| 902 | 2025-04-16T22:08:13.060Z | Downloaded typify-impl v0.3.0 |
| 903 | 2025-04-16T22:08:13.076Z | Downloaded openapiv3 v2.0.0 |
| 904 | 2025-04-16T22:08:13.088Z | Downloaded regress v0.10.3 |
| 905 | 2025-04-16T22:08:13.099Z | Downloaded diesel v2.2.9 |
| 906 | 2025-04-16T22:08:13.118Z | Downloaded ratatui v0.29.0 |
| 907 | 2025-04-16T22:08:13.137Z | Downloaded regex-syntax v0.8.5 |
| 908 | 2025-04-16T22:08:13.146Z | Downloaded typify-impl v0.2.0 |
| 909 | 2025-04-16T22:08:13.162Z | Downloaded rustls v0.23.19 |
| 910 | 2025-04-16T22:08:13.174Z | Downloaded sled v0.34.7 |
| 911 | 2025-04-16T22:08:13.185Z | Downloaded nix v0.27.1 |
| 912 | 2025-04-16T22:08:13.196Z | Downloaded smoltcp v0.11.0 |
| 913 | 2025-04-16T22:08:13.209Z | Downloaded zerocopy-derive v0.6.6 |
| 914 | 2025-04-16T22:08:13.219Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 915 | 2025-04-16T22:08:13.232Z | Downloaded jiff v0.2.6 |
| 916 | 2025-04-16T22:08:13.251Z | Downloaded regex-automata v0.4.8 |
| 917 | 2025-04-16T22:08:13.267Z | Downloaded dropshot v0.12.0 |
| 918 | 2025-04-16T22:08:13.286Z | Downloaded lzma-sys v0.1.20 |
| 919 | 2025-04-16T22:08:13.315Z | Downloaded chrono-tz v0.10.3 |
| 920 | 2025-04-16T22:08:13.323Z | Downloaded bstr v1.10.0 |
| 921 | 2025-04-16T22:08:13.333Z | Downloaded object v0.36.5 |
| 922 | 2025-04-16T22:08:13.344Z | Downloaded petgraph v0.6.5 |
| 923 | 2025-04-16T22:08:13.362Z | Downloaded libz-sys v1.1.20 |
| 924 | 2025-04-16T22:08:13.382Z | Downloaded csv v1.3.1 |
| 925 | 2025-04-16T22:08:13.402Z | Downloaded nix v0.29.0 |
| 926 | 2025-04-16T22:08:13.413Z | Downloaded petname v2.0.2 |
| 927 | 2025-04-16T22:08:13.419Z | Downloaded tokio v1.43.1 |
| 928 | 2025-04-16T22:08:13.457Z | Downloaded radix_trie v0.2.1 |
| 929 | 2025-04-16T22:08:13.463Z | Downloaded petgraph v0.7.1 |
| 930 | 2025-04-16T22:08:13.481Z | Downloaded sha3 v0.10.8 |
| 931 | 2025-04-16T22:08:13.484Z | Downloaded curve25519-dalek v4.1.3 |
| 932 | 2025-04-16T22:08:13.494Z | Downloaded smoltcp v0.9.1 |
| 933 | 2025-04-16T22:08:13.504Z | Downloaded git2 v0.19.0 |
| 934 | 2025-04-16T22:08:13.513Z | Downloaded rayon v1.10.0 |
| 935 | 2025-04-16T22:08:13.523Z | Downloaded futures-util v0.3.31 |
| 936 | 2025-04-16T22:08:13.533Z | Downloaded winnow v0.5.40 |
| 937 | 2025-04-16T22:08:13.543Z | Downloaded expectorate v1.1.0 |
| 938 | 2025-04-16T22:08:13.546Z | Downloaded vergen v8.3.2 |
| 939 | 2025-04-16T22:08:13.550Z | Downloaded tough v0.20.0 |
| 940 | 2025-04-16T22:08:13.557Z | Downloaded sqlparser v0.45.0 |
| 941 | 2025-04-16T22:08:13.561Z | Downloaded num-bigint v0.4.6 |
| 942 | 2025-04-16T22:08:13.567Z | Downloaded progenitor-impl v0.8.0 |
| 943 | 2025-04-16T22:08:13.570Z | Downloaded tungstenite v0.23.0 |
| 944 | 2025-04-16T22:08:13.573Z | Downloaded tracing v0.1.40 |
| 945 | 2025-04-16T22:08:13.576Z | Downloaded rustls-pki-types v1.10.0 |
| 946 | 2025-04-16T22:08:13.579Z | Downloaded num-bigint-dig v0.8.4 |
| 947 | 2025-04-16T22:08:13.583Z | Downloaded rand_chacha v0.3.1 |
| 948 | 2025-04-16T22:08:13.586Z | Downloaded foldhash v0.1.3 |
| 949 | 2025-04-16T22:08:13.586Z | Downloaded debug-ignore v1.0.5 |
| 950 | 2025-04-16T22:08:13.589Z | Downloaded strum_macros v0.24.3 |
| 951 | 2025-04-16T22:08:13.589Z | Downloaded uuid v1.16.0 |
| 952 | 2025-04-16T22:08:13.592Z | Downloaded rand v0.8.5 |
| 953 | 2025-04-16T22:08:13.595Z | Downloaded slog-stdlog v4.1.1 |
| 954 | 2025-04-16T22:08:13.598Z | Downloaded slog-scope v4.4.0 |
| 955 | 2025-04-16T22:08:13.598Z | Downloaded slog-json v2.6.1 |
| 956 | 2025-04-16T22:08:13.602Z | Downloaded x509-cert v0.2.5 |
| 957 | 2025-04-16T22:08:13.606Z | Downloaded tower v0.5.2 |
| 958 | 2025-04-16T22:08:13.615Z | Downloaded aws-lc-rs v1.12.4 |
| 959 | 2025-04-16T22:08:13.624Z | Downloaded getrandom v0.3.1 |
| 960 | 2025-04-16T22:08:13.627Z | Downloaded url v2.5.3 |
| 961 | 2025-04-16T22:08:13.631Z | Downloaded termcolor v1.4.1 |
| 962 | 2025-04-16T22:08:13.634Z | Downloaded percent-encoding v2.3.1 |
| 963 | 2025-04-16T22:08:13.634Z | Downloaded pem v3.0.5 |
| 964 | 2025-04-16T22:08:13.634Z | Downloaded rustversion v1.0.17 |
| 965 | 2025-04-16T22:08:13.637Z | Downloaded rsa v0.9.6 |
| 966 | 2025-04-16T22:08:13.640Z | Downloaded proc-macro-error2 v2.0.1 |
| 967 | 2025-04-16T22:08:13.644Z | Downloaded glob v0.3.2 |
| 968 | 2025-04-16T22:08:13.647Z | Downloaded progenitor v0.8.0 |
| 969 | 2025-04-16T22:08:13.647Z | Downloaded unicode-normalization v0.1.24 |
| 970 | 2025-04-16T22:08:13.650Z | Downloaded mio v1.0.2 |
| 971 | 2025-04-16T22:08:13.655Z | Downloaded unicode-segmentation v1.12.0 |
| 972 | 2025-04-16T22:08:13.659Z | Downloaded reedline v0.38.0 |
| 973 | 2025-04-16T22:08:13.667Z | Downloaded multimap v0.10.0 |
| 974 | 2025-04-16T22:08:13.670Z | Downloaded minimal-lexical v0.2.1 |
| 975 | 2025-04-16T22:08:13.673Z | Downloaded nom v7.1.3 |
| 976 | 2025-04-16T22:08:13.677Z | Downloaded encoding_rs v0.8.34 |
| 977 | 2025-04-16T22:08:13.698Z | Downloaded ring v0.17.11 |
| 978 | 2025-04-16T22:08:13.740Z | Downloaded waitgroup v0.1.2 |
| 979 | 2025-04-16T22:08:13.744Z | Downloaded vte_generate_state_changes v0.1.2 |
| 980 | 2025-04-16T22:08:13.744Z | Downloaded ssh-cipher v0.2.0 |
| 981 | 2025-04-16T22:08:13.744Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 982 | 2025-04-16T22:08:13.747Z | Downloaded russh-keys v0.45.0 |
| 983 | 2025-04-16T22:08:13.747Z | Downloaded ron v0.7.1 |
| 984 | 2025-04-16T22:08:13.750Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 985 | 2025-04-16T22:08:13.808Z | Downloaded slog v2.7.0 |
| 986 | 2025-04-16T22:08:13.811Z | Downloaded hkdf v0.12.4 |
| 987 | 2025-04-16T22:08:13.816Z | Downloaded pem-rfc7468 v0.7.0 |
| 988 | 2025-04-16T22:08:13.820Z | Downloaded nanorand v0.7.0 |
| 989 | 2025-04-16T22:08:13.820Z | Downloaded ena v0.14.3 |
| 990 | 2025-04-16T22:08:13.820Z | Downloaded embedded-io v0.6.1 |
| 991 | 2025-04-16T22:08:13.823Z | Downloaded zerovec v0.10.4 |
| 992 | 2025-04-16T22:08:13.826Z | Downloaded pin-project v1.1.6 |
| 993 | 2025-04-16T22:08:13.836Z | Downloaded toml v0.7.8 |
| 994 | 2025-04-16T22:08:13.839Z | Downloaded num-traits v0.2.19 |
| 995 | 2025-04-16T22:08:13.842Z | Downloaded futures v0.3.31 |
| 996 | 2025-04-16T22:08:13.846Z | Downloaded slog-bunyan v2.5.0 |
| 997 | 2025-04-16T22:08:13.849Z | Downloaded papergrid v0.14.0 |
| 998 | 2025-04-16T22:08:13.853Z | Downloaded phf v0.11.2 |
| 999 | 2025-04-16T22:08:13.856Z | Downloaded itertools v0.12.1 |
| 1000 | 2025-04-16T22:08:13.860Z | Downloaded hyper v1.6.0 |
| 1001 | 2025-04-16T22:08:13.866Z | Downloaded tokio-rustls v0.26.0 |
| 1002 | 2025-04-16T22:08:13.871Z | Downloaded parse-zoneinfo v0.3.1 |
| 1003 | 2025-04-16T22:08:13.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1004 | 2025-04-16T22:08:13.875Z | Downloaded zeroize_derive v1.4.2 |
| 1005 | 2025-04-16T22:08:13.875Z | Downloaded nibble_vec v0.1.0 |
| 1006 | 2025-04-16T22:08:13.875Z | Downloaded hashbrown v0.12.3 |
| 1007 | 2025-04-16T22:08:13.879Z | Downloaded zip v2.6.1 |
| 1008 | 2025-04-16T22:08:13.883Z | Downloaded futures-task v0.3.31 |
| 1009 | 2025-04-16T22:08:13.883Z | Downloaded idna v1.0.3 |
| 1010 | 2025-04-16T22:08:13.887Z | Downloaded quinn v0.11.5 |
| 1011 | 2025-04-16T22:08:13.890Z | Downloaded publicsuffix v2.3.0 |
| 1012 | 2025-04-16T22:08:13.894Z | Downloaded ed25519-dalek v2.1.1 |
| 1013 | 2025-04-16T22:08:13.897Z | Downloaded oso v0.27.3 |
| 1014 | 2025-04-16T22:08:13.900Z | Downloaded tokio-rustls v0.25.0 |
| 1015 | 2025-04-16T22:08:13.903Z | Downloaded tokio-rustls v0.24.1 |
| 1016 | 2025-04-16T22:08:13.906Z | Downloaded getrandom v0.2.15 |
| 1017 | 2025-04-16T22:08:13.906Z | Downloaded tinyvec v1.8.0 |
| 1018 | 2025-04-16T22:08:13.909Z | Downloaded crossterm v0.28.1 |
| 1019 | 2025-04-16T22:08:13.915Z | Downloaded fs_extra v1.3.0 |
| 1020 | 2025-04-16T22:08:13.918Z | Downloaded tokio-postgres v0.7.13 |
| 1021 | 2025-04-16T22:08:13.921Z | Downloaded form_urlencoded v1.2.1 |
| 1022 | 2025-04-16T22:08:13.924Z | Downloaded supports-color v3.0.2 |
| 1023 | 2025-04-16T22:08:13.925Z | Downloaded schemars_derive v0.8.22 |
| 1024 | 2025-04-16T22:08:13.928Z | Downloaded derive-where v1.2.7 |
| 1025 | 2025-04-16T22:08:13.931Z | Downloaded num_enum v0.5.11 |
| 1026 | 2025-04-16T22:08:13.934Z | Downloaded futures-sink v0.3.31 |
| 1027 | 2025-04-16T22:08:13.934Z | Downloaded futures-macro v0.3.31 |
| 1028 | 2025-04-16T22:08:13.937Z | Downloaded owo-colors v4.2.0 |
| 1029 | 2025-04-16T22:08:13.937Z | Downloaded display-error-chain v0.2.2 |
| 1030 | 2025-04-16T22:08:13.941Z | Downloaded ctr v0.9.2 |
| 1031 | 2025-04-16T22:08:13.941Z | Downloaded libm v0.2.8 |
| 1032 | 2025-04-16T22:08:13.947Z | Downloaded pkcs1 v0.7.5 |
| 1033 | 2025-04-16T22:08:13.950Z | Downloaded tiny-keccak v2.0.2 |
| 1034 | 2025-04-16T22:08:13.953Z | Downloaded signal-hook v0.3.17 |
| 1035 | 2025-04-16T22:08:13.956Z | Downloaded p256 v0.13.2 |
| 1036 | 2025-04-16T22:08:13.959Z | Downloaded test-strategy v0.4.0 |
| 1037 | 2025-04-16T22:08:13.962Z | Downloaded yansi v1.0.1 |
| 1038 | 2025-04-16T22:08:13.966Z | Downloaded scrypt v0.11.0 |
| 1039 | 2025-04-16T22:08:13.966Z | Downloaded scopeguard v1.2.0 |
| 1040 | 2025-04-16T22:08:13.966Z | Downloaded serde_path_to_error v0.1.16 |
| 1041 | 2025-04-16T22:08:13.969Z | Downloaded env_logger v0.11.5 |
| 1042 | 2025-04-16T22:08:13.973Z | Downloaded derive_builder_core v0.20.2 |
| 1043 | 2025-04-16T22:08:13.973Z | Downloaded derive_builder v0.20.2 |
| 1044 | 2025-04-16T22:08:13.976Z | Downloaded dropshot_endpoint v0.16.0 |
| 1045 | 2025-04-16T22:08:13.979Z | Downloaded dropshot_endpoint v0.12.0 |
| 1046 | 2025-04-16T22:08:13.982Z | Downloaded oxnet v0.1.1 |
| 1047 | 2025-04-16T22:08:13.986Z | Downloaded serde_with_macros v3.12.0 |
| 1048 | 2025-04-16T22:08:13.986Z | Downloaded icu_collections v1.5.0 |
| 1049 | 2025-04-16T22:08:13.990Z | Downloaded http v1.2.0 |
| 1050 | 2025-04-16T22:08:13.994Z | Downloaded ppv-lite86 v0.2.20 |
| 1051 | 2025-04-16T22:08:13.997Z | Downloaded typify v0.2.0 |
| 1052 | 2025-04-16T22:08:14.001Z | Downloaded compact_str v0.8.0 |
| 1053 | 2025-04-16T22:08:14.005Z | Downloaded sync-ptr v0.1.1 |
| 1054 | 2025-04-16T22:08:14.005Z | Downloaded tungstenite v0.21.0 |
| 1055 | 2025-04-16T22:08:14.008Z | Downloaded tracing-core v0.1.32 |
| 1056 | 2025-04-16T22:08:14.011Z | Downloaded tar v0.4.44 |
| 1057 | 2025-04-16T22:08:14.014Z | Downloaded dunce v1.0.5 |
| 1058 | 2025-04-16T22:08:14.014Z | Downloaded crossbeam-channel v0.5.15 |
| 1059 | 2025-04-16T22:08:14.017Z | Downloaded zone v0.3.1 |
| 1060 | 2025-04-16T22:08:14.017Z | Downloaded dsl_auto_type v0.1.2 |
| 1061 | 2025-04-16T22:08:14.020Z | Downloaded omicron-zone-package v0.12.0 |
| 1062 | 2025-04-16T22:08:14.024Z | Downloaded openssl-probe v0.1.5 |
| 1063 | 2025-04-16T22:08:14.024Z | Downloaded postgres-types v0.2.9 |
| 1064 | 2025-04-16T22:08:14.027Z | Downloaded pin-project-lite v0.2.14 |
| 1065 | 2025-04-16T22:08:14.030Z | Downloaded unicode-bidi v0.3.17 |
| 1066 | 2025-04-16T22:08:14.033Z | Downloaded hickory-server v0.24.4 |
| 1067 | 2025-04-16T22:08:14.037Z | Downloaded aes-gcm v0.10.3 |
| 1068 | 2025-04-16T22:08:14.040Z | Downloaded hickory-resolver v0.24.4 |
| 1069 | 2025-04-16T22:08:14.044Z | Downloaded typify-macro v0.2.0 |
| 1070 | 2025-04-16T22:08:14.047Z | Downloaded thread_local v1.1.8 |
| 1071 | 2025-04-16T22:08:14.047Z | Downloaded password-hash v0.4.2 |
| 1072 | 2025-04-16T22:08:14.051Z | Downloaded icu_properties v1.5.1 |
| 1073 | 2025-04-16T22:08:14.054Z | Downloaded thiserror-no-std v2.0.2 |
| 1074 | 2025-04-16T22:08:14.057Z | Downloaded shlex v1.3.0 |
| 1075 | 2025-04-16T22:08:14.057Z | Downloaded rustls-pemfile v2.2.0 |
| 1076 | 2025-04-16T22:08:14.061Z | Downloaded poly1305 v0.8.0 |
| 1077 | 2025-04-16T22:08:14.064Z | Downloaded daft-derive v0.1.3 |
| 1078 | 2025-04-16T22:08:14.067Z | Downloaded unicode-properties v0.1.3 |
| 1079 | 2025-04-16T22:08:14.067Z | Downloaded bytes v1.10.1 |
| 1080 | 2025-04-16T22:08:14.070Z | Downloaded termtree v0.5.1 |
| 1081 | 2025-04-16T22:08:14.074Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1082 | 2025-04-16T22:08:14.074Z | Downloaded futures-io v0.3.31 |
| 1083 | 2025-04-16T22:08:14.074Z | Downloaded subprocess v0.2.9 |
| 1084 | 2025-04-16T22:08:14.077Z | Downloaded ron v0.8.1 |
| 1085 | 2025-04-16T22:08:14.081Z | Downloaded shell-words v1.1.0 |
| 1086 | 2025-04-16T22:08:14.084Z | Downloaded serde_urlencoded v0.7.1 |
| 1087 | 2025-04-16T22:08:14.084Z | Downloaded rustls-pemfile v1.0.4 |
| 1088 | 2025-04-16T22:08:14.087Z | Downloaded rfc6979 v0.4.0 |
| 1089 | 2025-04-16T22:08:14.087Z | Downloaded resolv-conf v0.7.0 |
| 1090 | 2025-04-16T22:08:14.087Z | Downloaded quick-error v1.2.3 |
| 1091 | 2025-04-16T22:08:14.091Z | Downloaded either v1.14.0 |
| 1092 | 2025-04-16T22:08:14.091Z | Downloaded headers v0.4.0 |
| 1093 | 2025-04-16T22:08:14.095Z | Downloaded fixedbitset v0.5.7 |
| 1094 | 2025-04-16T22:08:14.098Z | Downloaded fixedbitset v0.4.2 |
| 1095 | 2025-04-16T22:08:14.098Z | Downloaded parse-display v0.10.0 |
| 1096 | 2025-04-16T22:08:14.102Z | Downloaded parking_lot_core v0.9.10 |
| 1097 | 2025-04-16T22:08:14.102Z | Downloaded diff v0.1.13 |
| 1098 | 2025-04-16T22:08:14.105Z | Downloaded daft v0.1.3 |
| 1099 | 2025-04-16T22:08:14.109Z | Downloaded yasna v0.5.2 |
| 1100 | 2025-04-16T22:08:14.109Z | Downloaded crossbeam-epoch v0.9.18 |
| 1101 | 2025-04-16T22:08:14.112Z | Downloaded num-iter v0.1.45 |
| 1102 | 2025-04-16T22:08:14.112Z | Downloaded nodrop v0.1.14 |
| 1103 | 2025-04-16T22:08:14.112Z | Downloaded futures-executor v0.3.31 |
| 1104 | 2025-04-16T22:08:14.116Z | Downloaded futures-core v0.3.31 |
| 1105 | 2025-04-16T22:08:14.116Z | Downloaded ed25519 v2.2.3 |
| 1106 | 2025-04-16T22:08:14.116Z | Downloaded dirs-sys-next v0.1.2 |
| 1107 | 2025-04-16T22:08:14.120Z | Downloaded difflib v0.4.0 |
| 1108 | 2025-04-16T22:08:14.120Z | Downloaded time-macros v0.2.18 |
| 1109 | 2025-04-16T22:08:14.123Z | Downloaded smallvec v1.14.0 |
| 1110 | 2025-04-16T22:08:14.123Z | Downloaded indexmap v1.9.3 |
| 1111 | 2025-04-16T22:08:14.127Z | Downloaded const_format v0.2.34 |
| 1112 | 2025-04-16T22:08:14.130Z | Downloaded ecdsa v0.16.9 |
| 1113 | 2025-04-16T22:08:14.133Z | Downloaded hyper-util v0.1.10 |
| 1114 | 2025-04-16T22:08:14.137Z | Downloaded hmac v0.12.1 |
| 1115 | 2025-04-16T22:08:14.137Z | Downloaded defmt v0.3.8 |
| 1116 | 2025-04-16T22:08:14.140Z | Downloaded crossbeam-utils v0.8.21 |
| 1117 | 2025-04-16T22:08:14.144Z | Downloaded cookie v0.18.1 |
| 1118 | 2025-04-16T22:08:14.147Z | Downloaded opaque-debug v0.3.1 |
| 1119 | 2025-04-16T22:08:14.147Z | Downloaded secrecy v0.8.0 |
| 1120 | 2025-04-16T22:08:14.147Z | Downloaded sct v0.7.1 |
| 1121 | 2025-04-16T22:08:14.151Z | Downloaded newline-converter v0.3.0 |
| 1122 | 2025-04-16T22:08:14.155Z | Downloaded new_debug_unreachable v1.0.6 |
| 1123 | 2025-04-16T22:08:14.155Z | Downloaded unicase v2.7.0 |
| 1124 | 2025-04-16T22:08:14.155Z | Downloaded unarray v0.1.4 |
| 1125 | 2025-04-16T22:08:14.158Z | Downloaded crc-any v2.5.0 |
| 1126 | 2025-04-16T22:08:14.158Z | Downloaded cexpr v0.6.0 |
| 1127 | 2025-04-16T22:08:14.162Z | Downloaded bzip2 v0.5.2 |
| 1128 | 2025-04-16T22:08:14.162Z | Downloaded bzip2 v0.4.4 |
| 1129 | 2025-04-16T22:08:14.162Z | Downloaded tls_codec v0.4.1 |
| 1130 | 2025-04-16T22:08:14.169Z | Downloaded tap v1.0.1 |
| 1131 | 2025-04-16T22:08:14.169Z | Downloaded managed v0.8.0 |
| 1132 | 2025-04-16T22:08:14.169Z | Downloaded hyper-staticfile v0.10.1 |
| 1133 | 2025-04-16T22:08:14.173Z | Downloaded colored v2.2.0 |
| 1134 | 2025-04-16T22:08:14.173Z | Downloaded ciborium v0.2.2 |
| 1135 | 2025-04-16T22:08:14.176Z | Downloaded spki v0.7.3 |
| 1136 | 2025-04-16T22:08:14.176Z | Downloaded backtrace v0.3.74 |
| 1137 | 2025-04-16T22:08:14.180Z | Downloaded jobserver v0.1.32 |
| 1138 | 2025-04-16T22:08:14.183Z | Downloaded blake2 v0.10.6 |
| 1139 | 2025-04-16T22:08:14.183Z | Downloaded ahash v0.8.11 |
| 1140 | 2025-04-16T22:08:14.188Z | Downloaded sec1 v0.7.3 |
| 1141 | 2025-04-16T22:08:14.188Z | Downloaded icu_normalizer_data v1.5.0 |
| 1142 | 2025-04-16T22:08:14.192Z | Downloaded icu_normalizer v1.5.0 |
| 1143 | 2025-04-16T22:08:14.195Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1144 | 2025-04-16T22:08:14.195Z | Downloaded crc32fast v1.4.2 |
| 1145 | 2025-04-16T22:08:14.198Z | Downloaded const-oid v0.9.6 |
| 1146 | 2025-04-16T22:08:14.198Z | Downloaded cargo_metadata v0.18.1 |
| 1147 | 2025-04-16T22:08:14.202Z | Downloaded cancel-safe-futures v0.1.5 |
| 1148 | 2025-04-16T22:08:14.205Z | Downloaded rustc-hash v1.1.0 |
| 1149 | 2025-04-16T22:08:14.205Z | Downloaded quinn-udp v0.5.5 |
| 1150 | 2025-04-16T22:08:14.205Z | Downloaded icu_locid v1.5.0 |
| 1151 | 2025-04-16T22:08:14.208Z | Downloaded ref-cast v1.0.23 |
| 1152 | 2025-04-16T22:08:14.218Z | Downloaded r2d2 v0.8.10 |
| 1153 | 2025-04-16T22:08:14.218Z | Downloaded smallvec v0.6.14 |
| 1154 | 2025-04-16T22:08:14.218Z | Downloaded signature v2.2.0 |
| 1155 | 2025-04-16T22:08:14.218Z | Downloaded signal-hook-tokio v0.3.1 |
| 1156 | 2025-04-16T22:08:14.218Z | Downloaded proc-macro-crate v1.3.1 |
| 1157 | 2025-04-16T22:08:14.218Z | Downloaded primeorder v0.13.6 |
| 1158 | 2025-04-16T22:08:14.218Z | Downloaded cookie_store v0.21.1 |
| 1159 | 2025-04-16T22:08:14.222Z | Downloaded const_format_proc_macros v0.2.34 |
| 1160 | 2025-04-16T22:08:14.222Z | Downloaded rustc_version v0.4.1 |
| 1161 | 2025-04-16T22:08:14.226Z | Downloaded rustc_version v0.1.7 |
| 1162 | 2025-04-16T22:08:14.226Z | Downloaded rustc-hash v2.1.1 |
| 1163 | 2025-04-16T22:08:14.226Z | Downloaded block-padding v0.3.3 |
| 1164 | 2025-04-16T22:08:14.226Z | Downloaded arrayvec v0.7.6 |
| 1165 | 2025-04-16T22:08:14.229Z | Downloaded crc-catalog v2.4.0 |
| 1166 | 2025-04-16T22:08:14.229Z | Downloaded cobs v0.2.3 |
| 1167 | 2025-04-16T22:08:14.233Z | Downloaded async-trait v0.1.88 |
| 1168 | 2025-04-16T22:08:14.233Z | Downloaded cipher v0.4.4 |
| 1169 | 2025-04-16T22:08:14.237Z | Downloaded castaway v0.2.3 |
| 1170 | 2025-04-16T22:08:14.237Z | Downloaded cassowary v0.3.0 |
| 1171 | 2025-04-16T22:08:14.240Z | Downloaded highway v1.3.0 |
| 1172 | 2025-04-16T22:08:14.240Z | Downloaded crc v3.2.1 |
| 1173 | 2025-04-16T22:08:14.243Z | Downloaded iana-time-zone v0.1.61 |
| 1174 | 2025-04-16T22:08:14.243Z | Downloaded httparse v1.9.5 |
| 1175 | 2025-04-16T22:08:14.248Z | Downloaded cbc v0.1.2 |
| 1176 | 2025-04-16T22:08:14.251Z | Downloaded ascii-canvas v3.0.0 |
| 1177 | 2025-04-16T22:08:14.251Z | Downloaded array-init v0.0.4 |
| 1178 | 2025-04-16T22:08:14.251Z | Downloaded psl-types v2.0.11 |
| 1179 | 2025-04-16T22:08:14.251Z | Downloaded lru-cache v0.1.2 |
| 1180 | 2025-04-16T22:08:14.251Z | Downloaded crunchy v0.2.2 |
| 1181 | 2025-04-16T22:08:14.251Z | Downloaded ciborium-io v0.2.2 |
| 1182 | 2025-04-16T22:08:14.254Z | Downloaded sigpipe v0.1.3 |
| 1183 | 2025-04-16T22:08:14.254Z | Downloaded hyper-rustls v0.27.3 |
| 1184 | 2025-04-16T22:08:14.254Z | Downloaded cfg_aliases v0.1.1 |
| 1185 | 2025-04-16T22:08:14.258Z | Downloaded bcs v0.1.6 |
| 1186 | 2025-04-16T22:08:14.258Z | Downloaded maybe-uninit v2.0.0 |
| 1187 | 2025-04-16T22:08:14.258Z | Downloaded instability v0.3.2 |
| 1188 | 2025-04-16T22:08:14.262Z | Downloaded inout v0.1.3 |
| 1189 | 2025-04-16T22:08:14.262Z | Downloaded lazy_static v1.5.0 |
| 1190 | 2025-04-16T22:08:14.265Z | Downloaded crc8 v0.1.1 |
| 1191 | 2025-04-16T22:08:14.265Z | Downloaded linked-hash-map v0.5.6 |
| 1192 | 2025-04-16T22:08:14.265Z | Downloaded libsw-core v0.3.1 |
| 1193 | 2025-04-16T22:08:14.265Z | Downloaded convert_case v0.4.0 |
| 1194 | 2025-04-16T22:08:14.265Z | Downloaded lalrpop-util v0.19.12 |
| 1195 | 2025-04-16T22:08:14.268Z | Downloaded kstat-rs v0.2.4 |
| 1196 | 2025-04-16T22:08:14.269Z | Downloaded indoc v2.0.6 |
| 1197 | 2025-04-16T22:08:14.272Z | Downloaded indoc v1.0.9 |
| 1198 | 2025-04-16T22:08:14.272Z | Downloaded constant_time_eq v0.3.1 |
| 1199 | 2025-04-16T22:08:14.276Z | Downloaded bit-set v0.8.0 |
| 1200 | 2025-04-16T22:08:14.276Z | Downloaded atomic-waker v1.1.2 |
| 1201 | 2025-04-16T22:08:14.276Z | Downloaded lazycell v1.3.0 |
| 1202 | 2025-04-16T22:08:14.281Z | Downloaded keccak v0.1.5 |
| 1203 | 2025-04-16T22:08:14.281Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1204 | 2025-04-16T22:08:14.284Z | Downloaded ciborium-ll v0.2.2 |
| 1205 | 2025-04-16T22:08:14.284Z | Downloaded cfg_aliases v0.2.1 |
| 1206 | 2025-04-16T22:08:14.284Z | Downloaded atomicwrites v0.4.4 |
| 1207 | 2025-04-16T22:08:14.284Z | Downloaded async-stream-impl v0.3.6 |
| 1208 | 2025-04-16T22:08:14.284Z | Downloaded assert_matches v1.5.0 |
| 1209 | 2025-04-16T22:08:14.284Z | Downloaded async-stream v0.3.6 |
| 1210 | 2025-04-16T22:08:14.287Z | Downloaded atty v0.2.14 |
| 1211 | 2025-04-16T22:08:14.287Z | Downloaded arrayref v0.3.9 |
| 1212 | 2025-04-16T22:08:14.290Z | Downloaded hostname v0.3.1 |
| 1213 | 2025-04-16T22:08:14.290Z | Downloaded aho-corasick v1.1.3 |
| 1214 | 2025-04-16T22:08:14.295Z | Downloaded hubpack_derive v0.1.1 |
| 1215 | 2025-04-16T22:08:14.298Z | Downloaded heck v0.3.3 |
| 1216 | 2025-04-16T22:08:14.298Z | Downloaded bit-vec v0.8.0 |
| 1217 | 2025-04-16T22:08:14.299Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1218 | 2025-04-16T22:08:14.302Z | Downloaded base64ct v1.6.0 |
| 1219 | 2025-04-16T22:08:14.302Z | Downloaded async-recursion v1.1.1 |
| 1220 | 2025-04-16T22:08:14.305Z | Downloaded argon2 v0.5.3 |
| 1221 | 2025-04-16T22:08:14.308Z | Downloaded backoff v0.4.0 |
| 1222 | 2025-04-16T22:08:14.308Z | Downloaded blowfish v0.9.1 |
| 1223 | 2025-04-16T22:08:14.311Z | Downloaded aead v0.5.2 |
| 1224 | 2025-04-16T22:08:14.311Z | Downloaded allocator-api2 v0.2.18 |
| 1225 | 2025-04-16T22:08:14.315Z | Downloaded bitfield-struct v0.6.2 |
| 1226 | 2025-04-16T22:08:14.315Z | Downloaded async-bb8-diesel v0.2.1 |
| 1227 | 2025-04-16T22:08:14.492Z | Downloaded aws-lc-sys v0.26.0 |
| 1228 | 2025-04-16T22:08:14.850Z | Compiling serde v1.0.219 |
| 1229 | 2025-04-16T22:08:14.853Z | Compiling value-bag v1.9.0 |
| 1230 | 2025-04-16T22:08:14.853Z | Compiling lock_api v0.4.12 |
| 1231 | 2025-04-16T22:08:14.853Z | Compiling scopeguard v1.2.0 |
| 1232 | 2025-04-16T22:08:14.853Z | Compiling typenum v1.17.0 |
| 1233 | 2025-04-16T22:08:14.853Z | Compiling generic-array v0.14.7 |
| 1234 | 2025-04-16T22:08:14.853Z | Compiling syn v2.0.98 |
| 1235 | 2025-04-16T22:08:14.853Z | Compiling getrandom v0.2.15 |
| 1236 | 2025-04-16T22:08:15.219Z | Compiling shlex v1.3.0 |
| 1237 | 2025-04-16T22:08:15.469Z | Compiling rand_core v0.6.4 |
| 1238 | 2025-04-16T22:08:15.556Z | Compiling log v0.4.22 |
| 1239 | 2025-04-16T22:08:15.581Z | Compiling jobserver v0.1.32 |
| 1240 | 2025-04-16T22:08:15.604Z | Compiling subtle v2.6.1 |
| 1241 | 2025-04-16T22:08:15.638Z | Compiling smallvec v1.14.0 |
| 1242 | 2025-04-16T22:08:15.967Z | Compiling const-oid v0.9.6 |
| 1243 | 2025-04-16T22:08:15.988Z | Compiling parking_lot_core v0.9.10 |
| 1244 | 2025-04-16T22:08:16.022Z | Compiling cc v1.2.15 |
| 1245 | 2025-04-16T22:08:16.055Z | Compiling rustix v0.38.37 |
| 1246 | 2025-04-16T22:08:16.339Z | Compiling pin-project-lite v0.2.14 |
| 1247 | 2025-04-16T22:08:16.410Z | Compiling signal-hook-registry v1.4.2 |
| 1248 | 2025-04-16T22:08:16.498Z | Compiling stable_deref_trait v1.2.0 |
| 1249 | 2025-04-16T22:08:16.632Z | Compiling mio v1.0.2 |
| 1250 | 2025-04-16T22:08:16.951Z | Compiling parking_lot v0.12.3 |
| 1251 | 2025-04-16T22:08:17.078Z | Compiling spin v0.9.8 |
| 1252 | 2025-04-16T22:08:17.136Z | Compiling futures-core v0.3.31 |
| 1253 | 2025-04-16T22:08:17.407Z | Compiling aho-corasick v1.1.3 |
| 1254 | 2025-04-16T22:08:17.449Z | Compiling regex-syntax v0.8.5 |
| 1255 | 2025-04-16T22:08:17.477Z | Compiling pkg-config v0.3.31 |
| 1256 | 2025-04-16T22:08:17.723Z | Compiling cpufeatures v0.2.14 |
| 1257 | 2025-04-16T22:08:17.822Z | Compiling serde_json v1.0.140 |
| 1258 | 2025-04-16T22:08:17.848Z | Compiling either v1.14.0 |
| 1259 | 2025-04-16T22:08:18.044Z | Compiling libm v0.2.8 |
| 1260 | 2025-04-16T22:08:18.216Z | Compiling socket2 v0.5.9 |
| 1261 | 2025-04-16T22:08:18.285Z | Compiling num-traits v0.2.19 |
| 1262 | 2025-04-16T22:08:18.462Z | Compiling slab v0.4.9 |
| 1263 | 2025-04-16T22:08:18.645Z | Compiling glob v0.3.2 |
| 1264 | 2025-04-16T22:08:19.053Z | Compiling prettyplease v0.2.30 |
| 1265 | 2025-04-16T22:08:19.158Z | Compiling futures-sink v0.3.31 |
| 1266 | 2025-04-16T22:08:19.317Z | Compiling getrandom v0.3.1 |
| 1267 | 2025-04-16T22:08:19.439Z | Compiling clang-sys v1.8.1 |
| 1268 | 2025-04-16T22:08:19.719Z | Compiling lazy_static v1.5.0 |
| 1269 | 2025-04-16T22:08:19.975Z | Compiling foldhash v0.1.3 |
| 1270 | 2025-04-16T22:08:20.070Z | Compiling minimal-lexical v0.2.1 |
| 1271 | 2025-04-16T22:08:20.228Z | Compiling allocator-api2 v0.2.18 |
| 1272 | 2025-04-16T22:08:20.297Z | Compiling libloading v0.8.5 |
| 1273 | 2025-04-16T22:08:20.584Z | Compiling nom v7.1.3 |
| 1274 | 2025-04-16T22:08:20.697Z | Compiling bindgen v0.69.5 |
| 1275 | 2025-04-16T22:08:20.700Z | Compiling home v0.5.9 |
| 1276 | 2025-04-16T22:08:20.936Z | Compiling hashbrown v0.15.1 |
| 1277 | 2025-04-16T22:08:20.969Z | Compiling base64ct v1.6.0 |
| 1278 | 2025-04-16T22:08:21.595Z | Compiling regex-automata v0.4.8 |
| 1279 | 2025-04-16T22:08:21.658Z | Compiling pem-rfc7468 v0.7.0 |
| 1280 | 2025-04-16T22:08:21.985Z | Compiling itertools v0.10.5 |
| 1281 | 2025-04-16T22:08:22.096Z | Compiling rustc-hash v1.1.0 |
| 1282 | 2025-04-16T22:08:22.265Z | Compiling synstructure v0.13.1 |
| 1283 | 2025-04-16T22:08:23.414Z | Compiling flagset v0.4.6 |
| 1284 | 2025-04-16T22:08:23.640Z | Compiling cexpr v0.6.0 |
| 1285 | 2025-04-16T22:08:23.682Z | Compiling lazycell v1.3.0 |
| 1286 | 2025-04-16T22:08:23.861Z | Compiling litemap v0.7.3 |
| 1287 | 2025-04-16T22:08:23.883Z | Compiling writeable v0.5.5 |
| 1288 | 2025-04-16T22:08:24.257Z | Compiling futures-channel v0.3.31 |
| 1289 | 2025-04-16T22:08:24.436Z | Compiling cmake v0.1.51 |
| 1290 | 2025-04-16T22:08:24.465Z | Compiling fs_extra v1.3.0 |
| 1291 | 2025-04-16T22:08:24.671Z | Compiling futures-task v0.3.31 |
| 1292 | 2025-04-16T22:08:25.027Z | Compiling pin-utils v0.1.0 |
| 1293 | 2025-04-16T22:08:25.066Z | Compiling futures-io v0.3.31 |
| 1294 | 2025-04-16T22:08:25.136Z | Compiling dunce v1.0.5 |
| 1295 | 2025-04-16T22:08:25.198Z | Compiling vcpkg v0.2.15 |
| 1296 | 2025-04-16T22:08:25.277Z | Compiling paste v1.0.15 |
| 1297 | 2025-04-16T22:08:25.298Z | Compiling icu_locid_transform_data v1.5.0 |
| 1298 | 2025-04-16T22:08:25.300Z | Compiling icu_properties_data v1.5.0 |
| 1299 | 2025-04-16T22:08:25.351Z | Compiling crossbeam-utils v0.8.21 |
| 1300 | 2025-04-16T22:08:25.411Z | Compiling ring v0.17.11 |
| 1301 | 2025-04-16T22:08:25.577Z | Compiling tracing-core v0.1.32 |
| 1302 | 2025-04-16T22:08:25.905Z | Compiling icu_normalizer_data v1.5.0 |
| 1303 | 2025-04-16T22:08:26.022Z | Compiling zerocopy v0.8.10 |
| 1304 | 2025-04-16T22:08:26.498Z | Compiling regex v1.11.1 |
| 1305 | 2025-04-16T22:08:26.759Z | Compiling percent-encoding v2.3.1 |
| 1306 | 2025-04-16T22:08:26.818Z | Compiling utf16_iter v1.0.5 |
| 1307 | 2025-04-16T22:08:26.855Z | Compiling openssl-sys v0.9.107 |
| 1308 | 2025-04-16T22:08:26.924Z | Compiling iana-time-zone v0.1.61 |
| 1309 | 2025-04-16T22:08:27.043Z | Compiling utf8_iter v1.0.4 |
| 1310 | 2025-04-16T22:08:27.076Z | Compiling aws-lc-rs v1.12.4 |
| 1311 | 2025-04-16T22:08:27.302Z | Compiling write16 v1.0.0 |
| 1312 | 2025-04-16T22:08:27.461Z | Compiling rustls-pki-types v1.10.0 |
| 1313 | 2025-04-16T22:08:27.515Z | Compiling tinyvec_macros v0.1.1 |
| 1314 | 2025-04-16T22:08:27.538Z | Compiling serde_derive v1.0.219 |
| 1315 | 2025-04-16T22:08:27.612Z | Compiling zeroize_derive v1.4.2 |
| 1316 | 2025-04-16T22:08:27.906Z | Compiling zerocopy-derive v0.7.35 |
| 1317 | 2025-04-16T22:08:28.389Z | Compiling zerofrom-derive v0.1.4 |
| 1318 | 2025-04-16T22:08:28.534Z | Compiling tokio-macros v2.5.0 |
| 1319 | 2025-04-16T22:08:29.034Z | Compiling zeroize v1.8.1 |
| 1320 | 2025-04-16T22:08:29.810Z | Compiling zerocopy v0.7.35 |
| 1321 | 2025-04-16T22:08:29.972Z | Compiling yoke-derive v0.7.4 |
| 1322 | 2025-04-16T22:08:30.282Z | Compiling zerovec-derive v0.10.3 |
| 1323 | 2025-04-16T22:08:30.729Z | Compiling crypto-common v0.1.6 |
| 1324 | 2025-04-16T22:08:30.932Z | Compiling block-buffer v0.10.4 |
| 1325 | 2025-04-16T22:08:31.194Z | Compiling digest v0.10.7 |
| 1326 | 2025-04-16T22:08:31.222Z | Compiling block-padding v0.3.3 |
| 1327 | 2025-04-16T22:08:31.492Z | Compiling inout v0.1.3 |
| 1328 | 2025-04-16T22:08:31.642Z | Compiling hmac v0.12.1 |
| 1329 | 2025-04-16T22:08:31.759Z | Compiling displaydoc v0.2.5 |
| 1330 | 2025-04-16T22:08:31.818Z | Compiling zerofrom v0.1.4 |
| 1331 | 2025-04-16T22:08:31.912Z | Compiling cipher v0.4.4 |
| 1332 | 2025-04-16T22:08:31.932Z | Compiling sha2 v0.10.8 |
| 1333 | 2025-04-16T22:08:32.051Z | Compiling der_derive v0.7.3 |
| 1334 | 2025-04-16T22:08:32.417Z | Compiling thiserror-impl v1.0.69 |
| 1335 | 2025-04-16T22:08:32.591Z | Compiling yoke v0.7.4 |
| 1336 | 2025-04-16T22:08:32.654Z | Compiling futures-macro v0.3.31 |
| 1337 | 2025-04-16T22:08:32.824Z | Compiling icu_provider_macros v1.5.0 |
| 1338 | 2025-04-16T22:08:32.935Z | Compiling zerovec v0.10.4 |
| 1339 | 2025-04-16T22:08:33.249Z | Compiling salsa20 v0.10.2 |
| 1340 | 2025-04-16T22:08:33.522Z | Compiling pbkdf2 v0.12.2 |
| 1341 | 2025-04-16T22:08:33.689Z | Compiling ppv-lite86 v0.2.20 |
| 1342 | 2025-04-16T22:08:33.915Z | Compiling scrypt v0.11.0 |
| 1343 | 2025-04-16T22:08:34.207Z | Compiling der v0.7.9 |
| 1344 | 2025-04-16T22:08:34.392Z | Compiling cbc v0.1.2 |
| 1345 | 2025-04-16T22:08:34.414Z | Compiling aes v0.8.4 |
| 1346 | 2025-04-16T22:08:34.478Z | Compiling futures-util v0.3.31 |
| 1347 | 2025-04-16T22:08:34.755Z | Compiling tinystr v0.7.6 |
| 1348 | 2025-04-16T22:08:35.046Z | Compiling icu_collections v1.5.0 |
| 1349 | 2025-04-16T22:08:35.188Z | Compiling icu_locid v1.5.0 |
| 1350 | 2025-04-16T22:08:35.306Z | Compiling thiserror v1.0.69 |
| 1351 | 2025-04-16T22:08:35.463Z | Compiling pest v2.7.14 |
| 1352 | 2025-04-16T22:08:35.597Z | Compiling tracing-attributes v0.1.27 |
| 1353 | 2025-04-16T22:08:36.349Z | Compiling icu_provider v1.5.0 |
| 1354 | 2025-04-16T22:08:37.165Z | Compiling spki v0.7.3 |
| 1355 | 2025-04-16T22:08:37.255Z | Compiling icu_locid_transform v1.5.0 |
| 1356 | 2025-04-16T22:08:37.318Z | Compiling scroll_derive v0.12.0 |
| 1357 | 2025-04-16T22:08:37.339Z | Compiling zerocopy-derive v0.8.10 |
| 1358 | 2025-04-16T22:08:37.568Z | Compiling pkcs5 v0.7.1 |
| 1359 | 2025-04-16T22:08:38.437Z | Compiling pkcs8 v0.10.2 |
| 1360 | 2025-04-16T22:08:38.668Z | Compiling icu_properties v1.5.1 |
| 1361 | 2025-04-16T22:08:38.765Z | Compiling pest_meta v2.7.14 |
| 1362 | 2025-04-16T22:08:38.858Z | Compiling tracing v0.1.40 |
| 1363 | 2025-04-16T22:08:39.111Z | Compiling httparse v1.9.5 |
| 1364 | 2025-04-16T22:08:39.371Z | Compiling scroll v0.12.0 |
| 1365 | 2025-04-16T22:08:39.610Z | Compiling tinyvec v1.8.0 |
| 1366 | 2025-04-16T22:08:39.911Z | Compiling serde_derive_internals v0.29.1 |
| 1367 | 2025-04-16T22:08:39.949Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1368 | 2025-04-16T22:08:39.971Z | Compiling schemars v0.8.22 |
| 1369 | 2025-04-16T22:08:40.305Z | Compiling bytes v1.10.1 |
| 1370 | 2025-04-16T22:08:40.382Z | Compiling bitflags v2.9.0 |
| 1371 | 2025-04-16T22:08:41.086Z | Compiling semver v1.0.25 |
| 1372 | 2025-04-16T22:08:41.742Z | Compiling tokio v1.43.1 |
| 1373 | 2025-04-16T22:08:41.793Z | Compiling indexmap v2.7.1 |
| 1374 | 2025-04-16T22:08:42.149Z | Compiling rustc_version v0.4.1 |
| 1375 | 2025-04-16T22:08:42.827Z | Compiling http v1.2.0 |
| 1376 | 2025-04-16T22:08:43.101Z | Compiling uuid v1.16.0 |
| 1377 | 2025-04-16T22:08:43.158Z | Compiling icu_normalizer v1.5.0 |
| 1378 | 2025-04-16T22:08:43.180Z | Compiling chrono v0.4.40 |
| 1379 | 2025-04-16T22:08:43.203Z | Compiling pest_generator v2.7.14 |
| 1380 | 2025-04-16T22:08:43.262Z | Compiling num-conv v0.1.0 |
| 1381 | 2025-04-16T22:08:43.568Z | Compiling foreign-types-shared v0.1.1 |
| 1382 | 2025-04-16T22:08:43.711Z | Compiling untrusted v0.9.0 |
| 1383 | 2025-04-16T22:08:43.915Z | Compiling atomic-waker v1.1.2 |
| 1384 | 2025-04-16T22:08:44.131Z | Compiling idna_adapter v1.2.0 |
| 1385 | 2025-04-16T22:08:44.381Z | Compiling http-body v1.0.1 |
| 1386 | 2025-04-16T22:08:44.584Z | Compiling which v4.4.2 |
| 1387 | 2025-04-16T22:08:44.642Z | Compiling untrusted v0.7.1 |
| 1388 | 2025-04-16T22:08:44.894Z | Compiling try-lock v0.2.5 |
| 1389 | 2025-04-16T22:08:45.008Z | Compiling rustversion v1.0.17 |
| 1390 | 2025-04-16T22:08:45.070Z | Compiling openssl v0.10.72 |
| 1391 | 2025-04-16T22:08:45.103Z | Compiling adler2 v2.0.0 |
| 1392 | 2025-04-16T22:08:45.128Z | Compiling powerfmt v0.2.0 |
| 1393 | 2025-04-16T22:08:45.331Z | Compiling time-core v0.1.2 |
| 1394 | 2025-04-16T22:08:45.539Z | Compiling deranged v0.3.11 |
| 1395 | 2025-04-16T22:08:45.544Z | Compiling time-macros v0.2.18 |
| 1396 | 2025-04-16T22:08:45.578Z | Compiling goblin v0.8.2 |
| 1397 | 2025-04-16T22:08:45.581Z | Compiling miniz_oxide v0.8.5 |
| 1398 | 2025-04-16T22:08:45.758Z | Compiling pest_derive v2.7.14 |
| 1399 | 2025-04-16T22:08:46.502Z | Compiling want v0.3.1 |
| 1400 | 2025-04-16T22:08:46.581Z | Compiling idna v1.0.3 |
| 1401 | 2025-04-16T22:08:46.989Z | Compiling foreign-types v0.3.2 |
| 1402 | 2025-04-16T22:08:47.109Z | Compiling rand_core v0.9.2 |
| 1403 | 2025-04-16T22:08:47.131Z | Compiling schemars_derive v0.8.22 |
| 1404 | 2025-04-16T22:08:48.835Z | Compiling openssl-macros v0.1.1 |
| 1405 | 2025-04-16T22:08:49.177Z | Compiling form_urlencoded v1.2.1 |
| 1406 | 2025-04-16T22:08:49.499Z | Compiling native-tls v0.2.12 |
| 1407 | 2025-04-16T22:08:49.615Z | Compiling tower-service v0.3.3 |
| 1408 | 2025-04-16T22:08:49.636Z | Compiling rustls v0.23.19 |
| 1409 | 2025-04-16T22:08:49.754Z | Compiling tokio-util v0.7.13 |
| 1410 | 2025-04-16T22:08:49.889Z | Compiling dyn-clone v1.0.19 |
| 1411 | 2025-04-16T22:08:49.954Z | Compiling httpdate v1.0.3 |
| 1412 | 2025-04-16T22:08:49.993Z | Compiling syn v1.0.109 |
| 1413 | 2025-04-16T22:08:50.112Z | Compiling num_threads v0.1.7 |
| 1414 | 2025-04-16T22:08:50.269Z | Compiling time v0.3.36 |
| 1415 | 2025-04-16T22:08:50.987Z | Compiling h2 v0.4.6 |
| 1416 | 2025-04-16T22:08:51.247Z | Compiling dof v0.3.0 |
| 1417 | 2025-04-16T22:08:53.193Z | Compiling rand_chacha v0.9.0 |
| 1418 | 2025-04-16T22:08:53.727Z | Compiling dtrace-parser v0.2.0 |
| 1419 | 2025-04-16T22:08:54.906Z | Compiling heapless v0.7.17 |
| 1420 | 2025-04-16T22:08:55.035Z | Compiling unicode-normalization v0.1.24 |
| 1421 | 2025-04-16T22:08:55.277Z | Compiling rand_chacha v0.3.1 |
| 1422 | 2025-04-16T22:08:55.386Z | Compiling signature v2.2.0 |
| 1423 | 2025-04-16T22:08:55.596Z | Compiling crossbeam-epoch v0.9.18 |
| 1424 | 2025-04-16T22:08:55.705Z | Compiling cookie v0.18.1 |
| 1425 | 2025-04-16T22:08:55.870Z | Compiling crc32fast v1.4.2 |
| 1426 | 2025-04-16T22:08:56.038Z | Compiling openssl-probe v0.1.5 |
| 1427 | 2025-04-16T22:08:56.144Z | Compiling rayon-core v1.12.1 |
| 1428 | 2025-04-16T22:08:56.217Z | Compiling unicode-properties v0.1.3 |
| 1429 | 2025-04-16T22:08:56.282Z | Compiling base64 v0.22.1 |
| 1430 | 2025-04-16T22:08:56.357Z | Compiling siphasher v0.3.11 |
| 1431 | 2025-04-16T22:08:56.467Z | Compiling unicode-bidi v0.3.17 |
| 1432 | 2025-04-16T22:08:56.613Z | Compiling signal-hook v0.3.17 |
| 1433 | 2025-04-16T22:08:56.742Z | Compiling slog v2.7.0 |
| 1434 | 2025-04-16T22:08:56.967Z | Compiling phf_shared v0.11.2 |
| 1435 | 2025-04-16T22:08:57.341Z | Compiling stringprep v0.1.5 |
| 1436 | 2025-04-16T22:08:57.392Z | Compiling crossbeam-deque v0.8.5 |
| 1437 | 2025-04-16T22:08:57.579Z | Compiling usdt-impl v0.5.0 |
| 1438 | 2025-04-16T22:08:57.625Z | Compiling rand v0.8.5 |
| 1439 | 2025-04-16T22:08:57.743Z | Compiling rand v0.9.0 |
| 1440 | 2025-04-16T22:08:58.384Z | Compiling hyper v1.6.0 |
| 1441 | 2025-04-16T22:08:58.501Z | Compiling url v2.5.3 |
| 1442 | 2025-04-16T22:08:58.898Z | Compiling curve25519-dalek v4.1.3 |
| 1443 | 2025-04-16T22:08:59.494Z | Compiling serde_tokenstream v0.2.2 |
| 1444 | 2025-04-16T22:08:59.648Z | Compiling serde_spanned v0.6.8 |
| 1445 | 2025-04-16T22:08:59.718Z | Compiling toml_datetime v0.6.8 |
| 1446 | 2025-04-16T22:08:59.915Z | Compiling md-5 v0.10.6 |
| 1447 | 2025-04-16T22:09:00.136Z | Compiling num-integer v0.1.46 |
| 1448 | 2025-04-16T22:09:00.212Z | Compiling hash32 v0.2.1 |
| 1449 | 2025-04-16T22:09:00.234Z | Compiling ff v0.13.0 |
| 1450 | 2025-04-16T22:09:00.255Z | Compiling memoffset v0.9.1 |
| 1451 | 2025-04-16T22:09:00.470Z | Compiling litrs v0.4.1 |
| 1452 | 2025-04-16T22:09:00.591Z | Compiling base16ct v0.2.0 |
| 1453 | 2025-04-16T22:09:00.594Z | Compiling num-bigint-dig v0.8.4 |
| 1454 | 2025-04-16T22:09:00.866Z | Compiling hyper-util v0.1.10 |
| 1455 | 2025-04-16T22:09:00.925Z | Compiling cfg_aliases v0.2.1 |
| 1456 | 2025-04-16T22:09:00.957Z | Compiling newtype-uuid v1.2.1 |
| 1457 | 2025-04-16T22:09:01.040Z | Compiling gimli v0.31.1 |
| 1458 | 2025-04-16T22:09:01.146Z | Compiling smoltcp v0.9.1 |
| 1459 | 2025-04-16T22:09:01.268Z | Compiling psl-types v2.0.11 |
| 1460 | 2025-04-16T22:09:01.483Z | Compiling fallible-iterator v0.2.0 |
| 1461 | 2025-04-16T22:09:01.575Z | Compiling portable-atomic v1.11.0 |
| 1462 | 2025-04-16T22:09:01.877Z | Compiling document-features v0.2.10 |
| 1463 | 2025-04-16T22:09:02.106Z | Compiling postgres-protocol v0.6.8 |
| 1464 | 2025-04-16T22:09:02.127Z | Compiling publicsuffix v2.3.0 |
| 1465 | 2025-04-16T22:09:02.467Z | Compiling nix v0.29.0 |
| 1466 | 2025-04-16T22:09:02.679Z | Compiling sec1 v0.7.3 |
| 1467 | 2025-04-16T22:09:02.997Z | Compiling num-iter v0.1.45 |
| 1468 | 2025-04-16T22:09:03.298Z | Compiling group v0.13.0 |
| 1469 | 2025-04-16T22:09:03.648Z | Compiling tokio-native-tls v0.3.1 |
| 1470 | 2025-04-16T22:09:04.256Z | Compiling flate2 v1.1.1 |
| 1471 | 2025-04-16T22:09:04.407Z | Compiling ipnetwork v0.21.1 |
| 1472 | 2025-04-16T22:09:04.463Z | Compiling http-body-util v0.1.3 |
| 1473 | 2025-04-16T22:09:04.788Z | Compiling terminal_size v0.4.0 |
| 1474 | 2025-04-16T22:09:04.930Z | Compiling hkdf v0.12.4 |
| 1475 | 2025-04-16T22:09:04.972Z | Compiling crypto-bigint v0.5.5 |
| 1476 | 2025-04-16T22:09:05.060Z | Compiling webpki-roots v0.26.6 |
| 1477 | 2025-04-16T22:09:05.195Z | Compiling zerocopy-derive v0.6.6 |
| 1478 | 2025-04-16T22:09:05.216Z | Compiling addr2line v0.24.2 |
| 1479 | 2025-04-16T22:09:05.235Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1480 | 2025-04-16T22:09:05.300Z | Compiling async-trait v0.1.88 |
| 1481 | 2025-04-16T22:09:05.825Z | Compiling sync_wrapper v1.0.1 |
| 1482 | 2025-04-16T22:09:05.860Z | Compiling fs-err v2.11.0 |
| 1483 | 2025-04-16T22:09:05.986Z | Compiling ahash v0.8.11 |
| 1484 | 2025-04-16T22:09:06.205Z | Compiling object v0.36.5 |
| 1485 | 2025-04-16T22:09:06.360Z | Compiling lockfree-object-pool v0.1.6 |
| 1486 | 2025-04-16T22:09:06.633Z | Compiling anyhow v1.0.97 |
| 1487 | 2025-04-16T22:09:06.653Z | Compiling ipnet v2.11.0 |
| 1488 | 2025-04-16T22:09:07.126Z | Compiling rustc-demangle v0.1.24 |
| 1489 | 2025-04-16T22:09:07.255Z | Compiling buf-list v1.0.3 |
| 1490 | 2025-04-16T22:09:07.726Z | Compiling unicode-width v0.2.0 |
| 1491 | 2025-04-16T22:09:07.876Z | Compiling bumpalo v3.16.0 |
| 1492 | 2025-04-16T22:09:07.899Z | Compiling simd-adler32 v0.3.7 |
| 1493 | 2025-04-16T22:09:08.054Z | Compiling managed v0.8.0 |
| 1494 | 2025-04-16T22:09:08.261Z | Compiling tower-layer v0.3.3 |
| 1495 | 2025-04-16T22:09:08.348Z | Compiling zip v2.6.1 |
| 1496 | 2025-04-16T22:09:08.470Z | Compiling winnow v0.5.40 |
| 1497 | 2025-04-16T22:09:08.563Z | Compiling tower v0.5.2 |
| 1498 | 2025-04-16T22:09:08.743Z | Compiling zopfli v0.8.1 |
| 1499 | 2025-04-16T22:09:09.422Z | Compiling console v0.15.10 |
| 1500 | 2025-04-16T22:09:09.979Z | Compiling hubpack_derive v0.1.1 |
| 1501 | 2025-04-16T22:09:10.432Z | Compiling elliptic-curve v0.13.8 |
| 1502 | 2025-04-16T22:09:10.740Z | Compiling clap_builder v4.5.35 |
| 1503 | 2025-04-16T22:09:10.889Z | Compiling hubpack v0.1.2 |
| 1504 | 2025-04-16T22:09:11.072Z | Compiling zerocopy v0.6.6 |
| 1505 | 2025-04-16T22:09:11.219Z | Compiling strum_macros v0.25.3 |
| 1506 | 2025-04-16T22:09:11.525Z | Compiling hyper-tls v0.6.0 |
| 1507 | 2025-04-16T22:09:11.789Z | Compiling oxnet v0.1.1 |
| 1508 | 2025-04-16T22:09:11.929Z | Compiling toml_edit v0.19.15 |
| 1509 | 2025-04-16T22:09:12.091Z | Compiling signal-hook-mio v0.2.4 |
| 1510 | 2025-04-16T22:09:12.274Z | Compiling rayon v1.10.0 |
| 1511 | 2025-04-16T22:09:12.508Z | Compiling cookie_store v0.21.1 |
| 1512 | 2025-04-16T22:09:13.366Z | Compiling backtrace v0.3.74 |
| 1513 | 2025-04-16T22:09:15.157Z | Compiling postgres-types v0.2.9 |
| 1514 | 2025-04-16T22:09:16.763Z | Compiling usdt-macro v0.5.0 |
| 1515 | 2025-04-16T22:09:16.830Z | Compiling usdt-attr-macro v0.5.0 |
| 1516 | 2025-04-16T22:09:17.647Z | Compiling phf v0.11.2 |
| 1517 | 2025-04-16T22:09:17.956Z | Compiling strum_macros v0.26.4 |
| 1518 | 2025-04-16T22:09:18.195Z | Compiling ed25519 v2.2.3 |
| 1519 | 2025-04-16T22:09:18.403Z | Compiling bzip2 v0.4.4 |
| 1520 | 2025-04-16T22:09:18.666Z | Compiling bzip2 v0.5.2 |
| 1521 | 2025-04-16T22:09:18.789Z | Compiling serde_urlencoded v0.7.1 |
| 1522 | 2025-04-16T22:09:18.971Z | Compiling clap_derive v4.5.32 |
| 1523 | 2025-04-16T22:09:19.072Z | Compiling enum-as-inner v0.6.1 |
| 1524 | 2025-04-16T22:09:19.094Z | Compiling serde-big-array v0.5.1 |
| 1525 | 2025-04-16T22:09:19.308Z | Compiling futures-executor v0.3.31 |
| 1526 | 2025-04-16T22:09:19.347Z | Compiling pkcs1 v0.7.5 |
| 1527 | 2025-04-16T22:09:19.905Z | Compiling rfc6979 v0.4.0 |
| 1528 | 2025-04-16T22:09:20.072Z | Compiling rustls-pemfile v2.2.0 |
| 1529 | 2025-04-16T22:09:20.104Z | Compiling serde_repr v0.1.19 |
| 1530 | 2025-04-16T22:09:20.197Z | Compiling daft-derive v0.1.3 |
| 1531 | 2025-04-16T22:09:20.230Z | Compiling bstr v1.10.0 |
| 1532 | 2025-04-16T22:09:20.427Z | Compiling float-cmp v0.10.0 |
| 1533 | 2025-04-16T22:09:20.700Z | Compiling encoding_rs v0.8.34 |
| 1534 | 2025-04-16T22:09:21.199Z | Compiling fixedbitset v0.4.2 |
| 1535 | 2025-04-16T22:09:21.671Z | Compiling difflib v0.4.0 |
| 1536 | 2025-04-16T22:09:21.739Z | Compiling normalize-line-endings v0.3.0 |
| 1537 | 2025-04-16T22:09:21.902Z | Compiling precomputed-hash v0.1.1 |
| 1538 | 2025-04-16T22:09:21.925Z | Compiling number_prefix v0.4.0 |
| 1539 | 2025-04-16T22:09:22.049Z | Compiling unicode-segmentation v1.12.0 |
| 1540 | 2025-04-16T22:09:22.182Z | Compiling new_debug_unreachable v1.0.6 |
| 1541 | 2025-04-16T22:09:22.306Z | Compiling whoami v1.5.2 |
| 1542 | 2025-04-16T22:09:22.492Z | Compiling predicates-core v1.0.8 |
| 1543 | 2025-04-16T22:09:22.830Z | Compiling static_assertions v1.1.0 |
| 1544 | 2025-04-16T22:09:22.884Z | Compiling data-encoding v2.6.0 |
| 1545 | 2025-04-16T22:09:22.932Z | Compiling mime v0.3.17 |
| 1546 | 2025-04-16T22:09:22.935Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1547 | 2025-04-16T22:09:22.972Z | Compiling similar v2.7.0 |
| 1548 | 2025-04-16T22:09:23.439Z | Compiling predicates v3.1.3 |
| 1549 | 2025-04-16T22:09:23.462Z | Compiling clap v4.5.35 |
| 1550 | 2025-04-16T22:09:23.600Z | Compiling hickory-proto v0.24.4 |
| 1551 | 2025-04-16T22:09:24.667Z | Compiling tokio-postgres v0.7.13 |
| 1552 | 2025-04-16T22:09:24.822Z | Compiling strum v0.26.3 |
| 1553 | 2025-04-16T22:09:24.990Z | Compiling string_cache v0.8.9 |
| 1554 | 2025-04-16T22:09:25.040Z | Compiling indicatif v0.17.11 |
| 1555 | 2025-04-16T22:09:25.068Z | Compiling toml_edit v0.22.24 |
| 1556 | 2025-04-16T22:09:25.447Z | Compiling daft v0.1.3 |
| 1557 | 2025-04-16T22:09:25.954Z | Compiling petgraph v0.6.5 |
| 1558 | 2025-04-16T22:09:27.089Z | Compiling usdt v0.5.0 |
| 1559 | 2025-04-16T22:09:27.586Z | Compiling ecdsa v0.16.9 |
| 1560 | 2025-04-16T22:09:28.443Z | Compiling rsa v0.9.6 |
| 1561 | 2025-04-16T22:09:28.625Z | Compiling futures v0.3.31 |
| 1562 | 2025-04-16T22:09:29.611Z | Compiling zip v0.6.6 |
| 1563 | 2025-04-16T22:09:29.645Z | Compiling ed25519-dalek v2.1.1 |
| 1564 | 2025-04-16T22:09:30.264Z | Compiling toml v0.7.8 |
| 1565 | 2025-04-16T22:09:31.056Z | Compiling crossterm v0.28.1 |
| 1566 | 2025-04-16T22:09:32.284Z | Compiling tokio-stream v0.1.17 |
| 1567 | 2025-04-16T22:09:32.529Z | Compiling openapiv3 v2.0.0 |
| 1568 | 2025-04-16T22:09:32.692Z | Compiling x509-cert v0.2.5 |
| 1569 | 2025-04-16T22:09:32.755Z | Compiling sha1 v0.10.6 |
| 1570 | 2025-04-16T22:09:33.013Z | Compiling itertools v0.13.0 |
| 1571 | 2025-04-16T22:09:33.199Z | Compiling dirs-sys-next v0.1.2 |
| 1572 | 2025-04-16T22:09:33.239Z | Compiling peg-runtime v0.8.5 |
| 1573 | 2025-04-16T22:09:33.756Z | Compiling unicode-xid v0.2.6 |
| 1574 | 2025-04-16T22:09:33.826Z | Compiling lalrpop-util v0.19.12 |
| 1575 | 2025-04-16T22:09:33.976Z | Compiling dirs-next v2.0.0 |
| 1576 | 2025-04-16T22:09:34.185Z | Compiling thread_local v1.1.8 |
| 1577 | 2025-04-16T22:09:34.207Z | Compiling slog-async v2.8.0 |
| 1578 | 2025-04-16T22:09:34.249Z | Compiling term v0.7.0 |
| 1579 | 2025-04-16T22:09:34.703Z | Compiling xattr v1.3.1 |
| 1580 | 2025-04-16T22:09:34.844Z | Compiling crossbeam-channel v0.5.15 |
| 1581 | 2025-04-16T22:09:35.005Z | Compiling is-terminal v0.4.13 |
| 1582 | 2025-04-16T22:09:35.166Z | Compiling filetime v0.2.25 |
| 1583 | 2025-04-16T22:09:35.495Z | Compiling take_mut v0.2.2 |
| 1584 | 2025-04-16T22:09:35.582Z | Compiling tar v0.4.44 |
| 1585 | 2025-04-16T22:09:35.878Z | Compiling slog-term v2.9.1 |
| 1586 | 2025-04-16T22:09:35.985Z | Compiling camino v1.1.9 |
| 1587 | 2025-04-16T22:09:42.418Z | Compiling aws-lc-sys v0.26.0 |
| 1588 | 2025-04-16T22:10:12.188Z | Compiling rustls-webpki v0.102.8 |
| 1589 | 2025-04-16T22:10:16.717Z | Compiling tokio-rustls v0.26.0 |
| 1590 | 2025-04-16T22:10:16.994Z | Compiling hyper-rustls v0.27.3 |
| 1591 | 2025-04-16T22:10:17.387Z | Compiling reqwest v0.12.12 |
| 1592 | 2025-04-16T22:10:25.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1593 | 2025-04-16T22:10:25.376Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1594 | 2025-04-16T22:10:25.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1595 | 2025-04-16T22:10:25.805Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1596 | 2025-04-16T22:10:25.857Z | Apr 16 22:10:24.995 INFO Starting download, target: Console |
| 1597 | 2025-04-16T22:10:25.857Z | Apr 16 22:10:24.995 INFO Starting download, target: Clickhouse |
| 1598 | 2025-04-16T22:10:25.857Z | Apr 16 22:10:24.995 INFO Starting download, target: Cockroach |
| 1599 | 2025-04-16T22:10:25.857Z | Apr 16 22:10:24.995 INFO Starting download, target: DendriteStub |
| 1600 | 2025-04-16T22:10:25.857Z | Apr 16 22:10:24.995 INFO Starting download, target: MaghemiteMgd |
| 1601 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.995 INFO Starting download, target: TransceiverControl |
| 1602 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1603 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1604 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1605 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1606 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1607 | 2025-04-16T22:10:25.861Z | Apr 16 22:10:24.996 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1608 | 2025-04-16T22:10:26.252Z | Apr 16 22:10:25.381 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1609 | 2025-04-16T22:10:26.451Z | Apr 16 22:10:25.586 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1610 | 2025-04-16T22:10:26.656Z | Apr 16 22:10:25.783 INFO Download complete, target: TransceiverControl |
| 1611 | 2025-04-16T22:10:26.855Z | Apr 16 22:10:25.989 INFO Download complete, target: Console |
| 1612 | 2025-04-16T22:10:26.880Z | Apr 16 22:10:26.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1613 | 2025-04-16T22:10:27.203Z | Apr 16 22:10:26.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1614 | 2025-04-16T22:10:28.217Z | Apr 16 22:10:27.355 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1615 | 2025-04-16T22:10:28.286Z | Apr 16 22:10:27.422 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1616 | 2025-04-16T22:10:28.286Z | Apr 16 22:10:27.422 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1617 | 2025-04-16T22:10:29.826Z | Apr 16 22:10:28.964 INFO Download complete, target: DendriteStub |
| 1618 | 2025-04-16T22:10:29.830Z | Apr 16 22:10:28.965 INFO Download complete, target: MaghemiteMgd |
| 1619 | 2025-04-16T22:10:34.710Z | Apr 16 22:10:33.846 INFO Checking that binary works, target: Cockroach |
| 1620 | 2025-04-16T22:10:34.882Z | Apr 16 22:10:34.017 INFO Download complete, target: Cockroach |
| 1621 | 2025-04-16T22:10:38.837Z | Apr 16 22:10:37.973 INFO Checking that binary works, target: Clickhouse |
| 1622 | 2025-04-16T22:10:38.953Z | Apr 16 22:10:38.091 INFO Download complete, target: Clickhouse |
| 1623 | 2025-04-16T22:10:38.974Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1624 | 2025-04-16T22:10:38.977Z | |
| 1625 | 2025-04-16T22:10:38.977Z | real 5:08.047380080 |
| 1626 | 2025-04-16T22:10:38.977Z | user 15:38.764325696 |
| 1627 | 2025-04-16T22:10:38.977Z | sys 2:10.395349977 |
| 1628 | 2025-04-16T22:10:38.977Z | trap 0.578924426 |
| 1629 | 2025-04-16T22:10:38.977Z | tflt 0.946663703 |
| 1630 | 2025-04-16T22:10:38.977Z | dflt 1.105523353 |
| 1631 | 2025-04-16T22:10:38.977Z | kflt 0.026857819 |
| 1632 | 2025-04-16T22:10:38.977Z | lock 23:21.061536258 |
| 1633 | 2025-04-16T22:10:38.977Z | slp 55:38.552715924 |
| 1634 | 2025-04-16T22:10:38.977Z | lat 1:00.581565798 |
| 1635 | 2025-04-16T22:10:38.977Z | stop 2:30.664043173 |
| 1636 | 2025-04-16T22:10:38.977Z | + banner clippy |
| 1637 | 2025-04-16T22:10:38.980Z | |
| 1638 | 2025-04-16T22:10:38.980Z | #### # # ##### ##### # # |
| 1639 | 2025-04-16T22:10:38.980Z | # # # # # # # # # # |
| 1640 | 2025-04-16T22:10:38.980Z | # # # # # # # # |
| 1641 | 2025-04-16T22:10:38.980Z | # # # ##### ##### # |
| 1642 | 2025-04-16T22:10:38.981Z | # # # # # # # |
| 1643 | 2025-04-16T22:10:38.981Z | #### ###### # # # # |
| 1644 | 2025-04-16T22:10:38.981Z | |
| 1645 | 2025-04-16T22:10:38.981Z | + export CARGO_INCREMENTAL=0 |
| 1646 | 2025-04-16T22:10:38.981Z | + CARGO_INCREMENTAL=0 |
| 1647 | 2025-04-16T22:10:38.981Z | + ptime -m cargo xtask clippy |
| 1648 | 2025-04-16T22:10:39.624Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1649 | 2025-04-16T22:10:39.911Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1650 | 2025-04-16T22:10:42.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
| 1651 | 2025-04-16T22:10:42.812Z | Running `target/debug/xtask clippy` |
| 1652 | 2025-04-16T22:10:42.837Z | running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1653 | 2025-04-16T22:10:43.651Z | Downloading crates ... |
| 1654 | 2025-04-16T22:10:43.945Z | Downloaded anes v0.1.6 |
| 1655 | 2025-04-16T22:10:43.968Z | Downloaded termtree v0.4.1 |
| 1656 | 2025-04-16T22:10:43.971Z | Downloaded approx v0.5.1 |
| 1657 | 2025-04-16T22:10:43.971Z | Downloaded async-signal v0.2.10 |
| 1658 | 2025-04-16T22:10:43.974Z | Downloaded async-object-pool v0.1.5 |
| 1659 | 2025-04-16T22:10:43.974Z | Downloaded assert-json-diff v2.0.2 |
| 1660 | 2025-04-16T22:10:43.978Z | Downloaded target-triple v0.1.3 |
| 1661 | 2025-04-16T22:10:43.978Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1662 | 2025-04-16T22:10:43.978Z | Downloaded plotters-svg v0.3.7 |
| 1663 | 2025-04-16T22:10:43.978Z | Downloaded doc-comment v0.3.3 |
| 1664 | 2025-04-16T22:10:43.983Z | Downloaded nested v0.1.1 |
| 1665 | 2025-04-16T22:10:43.986Z | Downloaded oorandom v11.1.4 |
| 1666 | 2025-04-16T22:10:43.990Z | Downloaded proc-macro-crate v3.2.0 |
| 1667 | 2025-04-16T22:10:43.993Z | Downloaded plotters-backend v0.3.7 |
| 1668 | 2025-04-16T22:10:43.993Z | Downloaded async-channel v1.9.0 |
| 1669 | 2025-04-16T22:10:43.997Z | Downloaded criterion-plot v0.5.0 |
| 1670 | 2025-04-16T22:10:43.997Z | Downloaded async-channel v2.3.1 |
| 1671 | 2025-04-16T22:10:44.000Z | Downloaded piper v0.2.4 |
| 1672 | 2025-04-16T22:10:44.005Z | Downloaded parking v2.2.1 |
| 1673 | 2025-04-16T22:10:44.010Z | Downloaded futures-timer v3.0.3 |
| 1674 | 2025-04-16T22:10:44.010Z | Downloaded cast v0.3.0 |
| 1675 | 2025-04-16T22:10:44.013Z | Downloaded serde_regex v1.1.0 |
| 1676 | 2025-04-16T22:10:44.018Z | Downloaded predicates-tree v1.0.11 |
| 1677 | 2025-04-16T22:10:44.018Z | Downloaded path-tree v0.8.1 |
| 1678 | 2025-04-16T22:10:44.018Z | Downloaded concurrent-queue v2.5.0 |
| 1679 | 2025-04-16T22:10:44.021Z | Downloaded event-listener v2.5.3 |
| 1680 | 2025-04-16T22:10:44.021Z | Downloaded async-attributes v1.1.2 |
| 1681 | 2025-04-16T22:10:44.021Z | Downloaded tinytemplate v1.2.1 |
| 1682 | 2025-04-16T22:10:44.024Z | Downloaded similar-asserts v1.7.0 |
| 1683 | 2025-04-16T22:10:44.024Z | Downloaded async-process v2.3.0 |
| 1684 | 2025-04-16T22:10:44.029Z | Downloaded async-global-executor v2.4.1 |
| 1685 | 2025-04-16T22:10:44.032Z | Downloaded rustls-native-certs v0.7.3 |
| 1686 | 2025-04-16T22:10:44.032Z | Downloaded partial-io v0.5.4 |
| 1687 | 2025-04-16T22:10:44.032Z | Downloaded async-lock v3.4.0 |
| 1688 | 2025-04-16T22:10:44.037Z | Downloaded relative-path v1.9.3 |
| 1689 | 2025-04-16T22:10:44.037Z | Downloaded target-lexicon v0.13.2 |
| 1690 | 2025-04-16T22:10:44.040Z | Downloaded rust-argon2 v2.1.0 |
| 1691 | 2025-04-16T22:10:44.040Z | Downloaded pathdiff v0.2.3 |
| 1692 | 2025-04-16T22:10:44.043Z | Downloaded httptest v0.16.3 |
| 1693 | 2025-04-16T22:10:44.043Z | Downloaded trybuild v1.0.103 |
| 1694 | 2025-04-16T22:10:44.046Z | Downloaded cfg-expr v0.18.0 |
| 1695 | 2025-04-16T22:10:44.049Z | Downloaded target-spec v3.4.2 |
| 1696 | 2025-04-16T22:10:44.052Z | Downloaded rstest_macros v0.24.0 |
| 1697 | 2025-04-16T22:10:44.055Z | Downloaded blake2b_simd v1.0.2 |
| 1698 | 2025-04-16T22:10:44.055Z | Downloaded async-executor v1.13.1 |
| 1699 | 2025-04-16T22:10:44.058Z | Downloaded rand_distr v0.4.3 |
| 1700 | 2025-04-16T22:10:44.061Z | Downloaded polling v3.7.3 |
| 1701 | 2025-04-16T22:10:44.064Z | Downloaded rstest v0.24.0 |
| 1702 | 2025-04-16T22:10:44.069Z | Downloaded event-listener v5.3.1 |
| 1703 | 2025-04-16T22:10:44.072Z | Downloaded criterion v0.5.1 |
| 1704 | 2025-04-16T22:10:44.078Z | Downloaded plotters v0.3.7 |
| 1705 | 2025-04-16T22:10:44.087Z | Downloaded guppy v0.17.17 |
| 1706 | 2025-04-16T22:10:44.092Z | Downloaded async-io v2.3.4 |
| 1707 | 2025-04-16T22:10:44.095Z | Downloaded futures-lite v2.3.0 |
| 1708 | 2025-04-16T22:10:44.099Z | Downloaded async-std v1.13.0 |
| 1709 | 2025-04-16T22:10:44.113Z | Downloaded hyper-rustls v0.26.0 |
| 1710 | 2025-04-16T22:10:44.116Z | Downloaded async-task v4.7.1 |
| 1711 | 2025-04-16T22:10:44.119Z | Downloaded stringmetrics v2.2.2 |
| 1712 | 2025-04-16T22:10:44.119Z | Downloaded kv-log-macro v1.0.7 |
| 1713 | 2025-04-16T22:10:44.123Z | Downloaded event-listener-strategy v0.5.2 |
| 1714 | 2025-04-16T22:10:44.123Z | Downloaded blocking v1.6.1 |
| 1715 | 2025-04-16T22:10:44.123Z | Downloaded assert_cmd v2.0.16 |
| 1716 | 2025-04-16T22:10:44.184Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1717 | 2025-04-16T22:10:44.801Z | Checking cfg-if v1.0.0 |
| 1718 | 2025-04-16T22:10:44.972Z | Checking libc v0.2.171 |
| 1719 | 2025-04-16T22:10:44.997Z | Checking serde v1.0.219 |
| 1720 | 2025-04-16T22:10:45.021Z | Checking memchr v2.7.4 |
| 1721 | 2025-04-16T22:10:45.046Z | Checking value-bag v1.9.0 |
| 1722 | 2025-04-16T22:10:45.073Z | Checking itoa v1.0.11 |
| 1723 | 2025-04-16T22:10:45.097Z | Checking scopeguard v1.2.0 |
| 1724 | 2025-04-16T22:10:45.124Z | Checking zeroize v1.8.1 |
| 1725 | 2025-04-16T22:10:45.147Z | Checking smallvec v1.14.0 |
| 1726 | 2025-04-16T22:10:45.277Z | Checking lock_api v0.4.12 |
| 1727 | 2025-04-16T22:10:45.312Z | Checking pin-project-lite v0.2.14 |
| 1728 | 2025-04-16T22:10:45.402Z | Checking subtle v2.6.1 |
| 1729 | 2025-04-16T22:10:45.431Z | Checking log v0.4.22 |
| 1730 | 2025-04-16T22:10:45.458Z | Checking libm v0.2.8 |
| 1731 | 2025-04-16T22:10:45.492Z | Checking ryu v1.0.18 |
| 1732 | 2025-04-16T22:10:45.675Z | Checking byteorder v1.5.0 |
| 1733 | 2025-04-16T22:10:45.716Z | Checking once_cell v1.21.3 |
| 1734 | 2025-04-16T22:10:45.750Z | Checking typenum v1.17.0 |
| 1735 | 2025-04-16T22:10:45.836Z | Checking futures-core v0.3.31 |
| 1736 | 2025-04-16T22:10:45.946Z | Checking thiserror v1.0.69 |
| 1737 | 2025-04-16T22:10:46.014Z | Checking getrandom v0.2.15 |
| 1738 | 2025-04-16T22:10:46.045Z | Checking signal-hook-registry v1.4.2 |
| 1739 | 2025-04-16T22:10:46.048Z | Checking parking_lot_core v0.9.10 |
| 1740 | 2025-04-16T22:10:46.094Z | Checking mio v1.0.2 |
| 1741 | 2025-04-16T22:10:46.123Z | Checking socket2 v0.5.9 |
| 1742 | 2025-04-16T22:10:46.262Z | Checking rand_core v0.6.4 |
| 1743 | 2025-04-16T22:10:46.311Z | Checking num-traits v0.2.19 |
| 1744 | 2025-04-16T22:10:46.341Z | Checking const-oid v0.9.6 |
| 1745 | 2025-04-16T22:10:46.426Z | Checking parking_lot v0.12.3 |
| 1746 | 2025-04-16T22:10:46.604Z | Checking getrandom v0.3.1 |
| 1747 | 2025-04-16T22:10:46.639Z | Checking slab v0.4.9 |
| 1748 | 2025-04-16T22:10:46.696Z | Checking futures-io v0.3.31 |
| 1749 | 2025-04-16T22:10:46.790Z | Checking zerocopy v0.7.35 |
| 1750 | 2025-04-16T22:10:46.818Z | Checking generic-array v0.14.7 |
| 1751 | 2025-04-16T22:10:46.853Z | Checking equivalent v1.0.1 |
| 1752 | 2025-04-16T22:10:46.892Z | Checking foldhash v0.1.3 |
| 1753 | 2025-04-16T22:10:46.938Z | Checking allocator-api2 v0.2.18 |
| 1754 | 2025-04-16T22:10:46.995Z | Checking iana-time-zone v0.1.61 |
| 1755 | 2025-04-16T22:10:47.147Z | Checking cpufeatures v0.2.14 |
| 1756 | 2025-04-16T22:10:47.185Z | Checking futures-sink v0.3.31 |
| 1757 | 2025-04-16T22:10:47.270Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2025-04-16T22:10:47.360Z | Checking errno v0.3.9 |
| 1759 | 2025-04-16T22:10:47.553Z | Checking hashbrown v0.15.1 |
| 1760 | 2025-04-16T22:10:47.581Z | Checking pin-utils v0.1.0 |
| 1761 | 2025-04-16T22:10:47.667Z | Checking fnv v1.0.7 |
| 1762 | 2025-04-16T22:10:47.697Z | Checking futures-channel v0.3.31 |
| 1763 | 2025-04-16T22:10:47.830Z | Checking stable_deref_trait v1.2.0 |
| 1764 | 2025-04-16T22:10:47.852Z | Checking futures-task v0.3.31 |
| 1765 | 2025-04-16T22:10:47.959Z | Checking dyn-clone v1.0.19 |
| 1766 | 2025-04-16T22:10:47.962Z | Checking crypto-common v0.1.6 |
| 1767 | 2025-04-16T22:10:47.983Z | Checking block-buffer v0.10.4 |
| 1768 | 2025-04-16T22:10:48.048Z | Checking ppv-lite86 v0.2.20 |
| 1769 | 2025-04-16T22:10:48.086Z | Checking futures-util v0.3.31 |
| 1770 | 2025-04-16T22:10:48.129Z | Checking tracing-core v0.1.32 |
| 1771 | 2025-04-16T22:10:48.206Z | Checking zerofrom v0.1.4 |
| 1772 | 2025-04-16T22:10:48.234Z | Checking block-padding v0.3.3 |
| 1773 | 2025-04-16T22:10:48.238Z | Checking digest v0.10.7 |
| 1774 | 2025-04-16T22:10:48.471Z | Checking yoke v0.7.4 |
| 1775 | 2025-04-16T22:10:48.502Z | Checking litemap v0.7.3 |
| 1776 | 2025-04-16T22:10:48.634Z | Checking percent-encoding v2.3.1 |
| 1777 | 2025-04-16T22:10:48.668Z | Checking writeable v0.5.5 |
| 1778 | 2025-04-16T22:10:48.797Z | Checking tracing v0.1.40 |
| 1779 | 2025-04-16T22:10:48.801Z | Checking rand_chacha v0.3.1 |
| 1780 | 2025-04-16T22:10:48.850Z | Checking zerovec v0.10.4 |
| 1781 | 2025-04-16T22:10:48.880Z | Checking inout v0.1.3 |
| 1782 | 2025-04-16T22:10:48.884Z | Checking crossbeam-utils v0.8.21 |
| 1783 | 2025-04-16T22:10:48.994Z | Checking spin v0.9.8 |
| 1784 | 2025-04-16T22:10:49.130Z | Checking cipher v0.4.4 |
| 1785 | 2025-04-16T22:10:49.158Z | Checking icu_locid_transform_data v1.5.0 |
| 1786 | 2025-04-16T22:10:49.220Z | Checking rand v0.8.5 |
| 1787 | 2025-04-16T22:10:49.279Z | Checking form_urlencoded v1.2.1 |
| 1788 | 2025-04-16T22:10:49.348Z | Checking icu_properties_data v1.5.0 |
| 1789 | 2025-04-16T22:10:49.450Z | Checking bytes v1.10.1 |
| 1790 | 2025-04-16T22:10:49.503Z | Checking bitflags v2.9.0 |
| 1791 | 2025-04-16T22:10:49.567Z | Checking serde_json v1.0.140 |
| 1792 | 2025-04-16T22:10:49.611Z | Checking chrono v0.4.40 |
| 1793 | 2025-04-16T22:10:49.641Z | Checking uuid v1.16.0 |
| 1794 | 2025-04-16T22:10:49.827Z | Checking semver v1.0.25 |
| 1795 | 2025-04-16T22:10:50.267Z | Checking indexmap v2.7.1 |
| 1796 | 2025-04-16T22:10:50.270Z | Checking rustix v0.38.37 |
| 1797 | 2025-04-16T22:10:50.401Z | Checking atomic-waker v1.1.2 |
| 1798 | 2025-04-16T22:10:50.436Z | Checking tinystr v0.7.6 |
| 1799 | 2025-04-16T22:10:50.518Z | Checking tokio v1.43.1 |
| 1800 | 2025-04-16T22:10:50.558Z | Checking http v1.2.0 |
| 1801 | 2025-04-16T22:10:50.798Z | Checking icu_locid v1.5.0 |
| 1802 | 2025-04-16T22:10:51.218Z | Checking icu_collections v1.5.0 |
| 1803 | 2025-04-16T22:10:51.471Z | Checking regex-syntax v0.8.5 |
| 1804 | 2025-04-16T22:10:51.634Z | Checking schemars v0.8.22 |
| 1805 | 2025-04-16T22:10:51.784Z | Checking icu_provider v1.5.0 |
| 1806 | 2025-04-16T22:10:51.820Z | Checking icu_normalizer_data v1.5.0 |
| 1807 | 2025-04-16T22:10:51.909Z | Checking utf16_iter v1.0.5 |
| 1808 | 2025-04-16T22:10:51.949Z | Checking write16 v1.0.0 |
| 1809 | 2025-04-16T22:10:52.099Z | Checking base64ct v1.6.0 |
| 1810 | 2025-04-16T22:10:52.127Z | Checking untrusted v0.9.0 |
| 1811 | 2025-04-16T22:10:52.328Z | Checking utf8_iter v1.0.4 |
| 1812 | 2025-04-16T22:10:52.391Z | Checking icu_locid_transform v1.5.0 |
| 1813 | 2025-04-16T22:10:52.554Z | Checking powerfmt v0.2.0 |
| 1814 | 2025-04-16T22:10:52.582Z | Checking ring v0.17.11 |
| 1815 | 2025-04-16T22:10:52.642Z | Checking hmac v0.12.1 |
| 1816 | 2025-04-16T22:10:52.833Z | Checking deranged v0.3.11 |
| 1817 | 2025-04-16T22:10:52.891Z | Checking sha2 v0.10.8 |
| 1818 | 2025-04-16T22:10:53.165Z | Checking httparse v1.9.5 |
| 1819 | 2025-04-16T22:10:53.456Z | Checking num_threads v0.1.7 |
| 1820 | 2025-04-16T22:10:53.485Z | Checking icu_properties v1.5.1 |
| 1821 | 2025-04-16T22:10:53.528Z | Checking time-core v0.1.2 |
| 1822 | 2025-04-16T22:10:53.605Z | Checking num-conv v0.1.0 |
| 1823 | 2025-04-16T22:10:53.637Z | Checking unicode-ident v1.0.14 |
| 1824 | 2025-04-16T22:10:53.723Z | Checking adler2 v2.0.0 |
| 1825 | 2025-04-16T22:10:53.830Z | Checking proc-macro2 v1.0.94 |
| 1826 | 2025-04-16T22:10:53.856Z | Checking aho-corasick v1.1.3 |
| 1827 | 2025-04-16T22:10:53.909Z | Checking miniz_oxide v0.8.5 |
| 1828 | 2025-04-16T22:10:54.150Z | Checking time v0.3.36 |
| 1829 | 2025-04-16T22:10:54.509Z | Checking quote v1.0.39 |
| 1830 | 2025-04-16T22:10:54.666Z | Checking rustls-pki-types v1.10.0 |
| 1831 | 2025-04-16T22:10:54.692Z | Checking pem-rfc7468 v0.7.0 |
| 1832 | 2025-04-16T22:10:54.771Z | Checking http-body v1.0.1 |
| 1833 | 2025-04-16T22:10:54.884Z | Checking syn v2.0.98 |
| 1834 | 2025-04-16T22:10:54.997Z | Checking aws-lc-sys v0.26.0 |
| 1835 | 2025-04-16T22:10:55.027Z | Checking try-lock v0.2.5 |
| 1836 | 2025-04-16T22:10:55.199Z | Checking base64 v0.22.1 |
| 1837 | 2025-04-16T22:10:55.228Z | Checking httpdate v1.0.3 |
| 1838 | 2025-04-16T22:10:55.448Z | Checking regex-automata v0.4.8 |
| 1839 | 2025-04-16T22:10:55.518Z | Checking untrusted v0.7.1 |
| 1840 | 2025-04-16T22:10:55.708Z | Checking want v0.3.1 |
| 1841 | 2025-04-16T22:10:55.738Z | Checking flagset v0.4.6 |
| 1842 | 2025-04-16T22:10:55.935Z | Checking tower-service v0.3.3 |
| 1843 | 2025-04-16T22:10:55.973Z | Checking utf8parse v0.2.2 |
| 1844 | 2025-04-16T22:10:56.088Z | Checking der v0.7.9 |
| 1845 | 2025-04-16T22:10:56.157Z | Checking pbkdf2 v0.12.2 |
| 1846 | 2025-04-16T22:10:56.357Z | Checking aes v0.8.4 |
| 1847 | 2025-04-16T22:10:56.537Z | Checking lazy_static v1.5.0 |
| 1848 | 2025-04-16T22:10:56.698Z | Checking slog v2.7.0 |
| 1849 | 2025-04-16T22:10:56.817Z | Checking icu_normalizer v1.5.0 |
| 1850 | 2025-04-16T22:10:57.126Z | Checking aws-lc-rs v1.12.4 |
| 1851 | 2025-04-16T22:10:57.202Z | Checking gimli v0.31.1 |
| 1852 | 2025-04-16T22:10:57.296Z | Checking cbc v0.1.2 |
| 1853 | 2025-04-16T22:10:57.413Z | Checking tokio-util v0.7.13 |
| 1854 | 2025-04-16T22:10:57.515Z | Checking salsa20 v0.10.2 |
| 1855 | 2025-04-16T22:10:57.587Z | Checking idna_adapter v1.2.0 |
| 1856 | 2025-04-16T22:10:57.767Z | Checking object v0.36.5 |
| 1857 | 2025-04-16T22:10:57.771Z | Checking spki v0.7.3 |
| 1858 | 2025-04-16T22:10:57.817Z | Checking idna v1.0.3 |
| 1859 | 2025-04-16T22:10:58.114Z | Checking rustc-demangle v0.1.24 |
| 1860 | 2025-04-16T22:10:58.347Z | Checking url v2.5.3 |
| 1861 | 2025-04-16T22:10:58.433Z | Checking h2 v0.4.6 |
| 1862 | 2025-04-16T22:10:58.616Z | Checking mime v0.3.17 |
| 1863 | 2025-04-16T22:10:58.952Z | Checking rustls-webpki v0.102.8 |
| 1864 | 2025-04-16T22:10:58.984Z | Checking scrypt v0.11.0 |
| 1865 | 2025-04-16T22:10:59.167Z | Checking anstyle v1.0.10 |
| 1866 | 2025-04-16T22:10:59.243Z | Checking pkcs5 v0.7.1 |
| 1867 | 2025-04-16T22:10:59.453Z | Checking http-body-util v0.1.3 |
| 1868 | 2025-04-16T22:10:59.543Z | Checking openssl-probe v0.1.5 |
| 1869 | 2025-04-16T22:10:59.720Z | Checking ipnet v2.11.0 |
| 1870 | 2025-04-16T22:10:59.748Z | Checking foreign-types-shared v0.1.1 |
| 1871 | 2025-04-16T22:10:59.777Z | Checking pkcs8 v0.10.2 |
| 1872 | 2025-04-16T22:10:59.879Z | Checking foreign-types v0.3.2 |
| 1873 | 2025-04-16T22:10:59.914Z | Checking regex v1.11.1 |
| 1874 | 2025-04-16T22:11:00.002Z | Checking anstyle-parse v0.2.5 |
| 1875 | 2025-04-16T22:11:00.123Z | Checking rustls-pemfile v2.2.0 |
| 1876 | 2025-04-16T22:11:00.191Z | Checking openssl-sys v0.9.107 |
| 1877 | 2025-04-16T22:11:00.310Z | Checking anstyle-query v1.1.1 |
| 1878 | 2025-04-16T22:11:00.373Z | Checking is_terminal_polyfill v1.70.1 |
| 1879 | 2025-04-16T22:11:00.469Z | Checking colorchoice v1.0.2 |
| 1880 | 2025-04-16T22:11:00.517Z | Checking terminal_size v0.4.0 |
| 1881 | 2025-04-16T22:11:00.550Z | Checking futures-executor v0.3.31 |
| 1882 | 2025-04-16T22:11:00.639Z | Checking anstream v0.6.15 |
| 1883 | 2025-04-16T22:11:00.713Z | Checking serde_urlencoded v0.7.1 |
| 1884 | 2025-04-16T22:11:00.819Z | Checking serde_spanned v0.6.8 |
| 1885 | 2025-04-16T22:11:00.917Z | Checking toml_datetime v0.6.8 |
| 1886 | 2025-04-16T22:11:00.973Z | Checking addr2line v0.24.2 |
| 1887 | 2025-04-16T22:11:01.021Z | Checking encoding_rs v0.8.34 |
| 1888 | 2025-04-16T22:11:01.047Z | Checking clap_lex v0.7.4 |
| 1889 | 2025-04-16T22:11:01.148Z | Checking strsim v0.11.1 |
| 1890 | 2025-04-16T22:11:01.211Z | Checking either v1.14.0 |
| 1891 | 2025-04-16T22:11:01.321Z | Checking futures v0.3.31 |
| 1892 | 2025-04-16T22:11:01.324Z | Checking openssl v0.10.72 |
| 1893 | 2025-04-16T22:11:01.445Z | Checking clap_builder v4.5.35 |
| 1894 | 2025-04-16T22:11:01.469Z | Checking rustls v0.23.19 |
| 1895 | 2025-04-16T22:11:01.509Z | Checking psl-types v2.0.11 |
| 1896 | 2025-04-16T22:11:01.564Z | Checking cookie v0.18.1 |
| 1897 | 2025-04-16T22:11:01.703Z | Checking publicsuffix v2.3.0 |
| 1898 | 2025-04-16T22:11:01.995Z | Checking webpki-roots v0.26.6 |
| 1899 | 2025-04-16T22:11:02.025Z | Checking ipnetwork v0.21.1 |
| 1900 | 2025-04-16T22:11:02.211Z | Checking sync_wrapper v1.0.1 |
| 1901 | 2025-04-16T22:11:02.388Z | Checking tower-layer v0.3.3 |
| 1902 | 2025-04-16T22:11:02.424Z | Checking cookie_store v0.21.1 |
| 1903 | 2025-04-16T22:11:02.669Z | Checking tower v0.5.2 |
| 1904 | 2025-04-16T22:11:03.161Z | Checking signature v2.2.0 |
| 1905 | 2025-04-16T22:11:03.220Z | Checking data-encoding v2.6.0 |
| 1906 | 2025-04-16T22:11:03.400Z | Checking openapiv3 v2.0.0 |
| 1907 | 2025-04-16T22:11:03.433Z | Checking tinyvec_macros v0.1.1 |
| 1908 | 2025-04-16T22:11:04.043Z | Checking bitflags v1.3.2 |
| 1909 | 2025-04-16T22:11:04.043Z | Checking tinyvec v1.8.0 |
| 1910 | 2025-04-16T22:11:04.043Z | Checking sha1 v0.10.6 |
| 1911 | 2025-04-16T22:11:04.138Z | Checking backtrace v0.3.74 |
| 1912 | 2025-04-16T22:11:04.146Z | Checking scroll v0.12.0 |
| 1913 | 2025-04-16T22:11:04.405Z | Checking clap v4.5.35 |
| 1914 | 2025-04-16T22:11:04.464Z | Checking anyhow v1.0.97 |
| 1915 | 2025-04-16T22:11:04.544Z | Checking plain v0.2.3 |
| 1916 | 2025-04-16T22:11:04.573Z | Checking ucd-trie v0.1.7 |
| 1917 | 2025-04-16T22:11:04.705Z | Checking goblin v0.8.2 |
| 1918 | 2025-04-16T22:11:04.710Z | Checking hyper v1.6.0 |
| 1919 | 2025-04-16T22:11:04.814Z | Checking pest v2.7.14 |
| 1920 | 2025-04-16T22:11:04.897Z | Checking num-integer v0.1.46 |
| 1921 | 2025-04-16T22:11:04.996Z | Checking pretty-hex v0.4.1 |
| 1922 | 2025-04-16T22:11:05.225Z | Checking thread-id v4.2.2 |
| 1923 | 2025-04-16T22:11:05.354Z | Checking zerocopy v0.8.10 |
| 1924 | 2025-04-16T22:11:05.382Z | Checking crc32fast v1.4.2 |
| 1925 | 2025-04-16T22:11:05.648Z | Checking winnow v0.7.3 |
| 1926 | 2025-04-16T22:11:06.477Z | Checking native-tls v0.2.12 |
| 1927 | 2025-04-16T22:11:06.543Z | Checking static_assertions v1.1.0 |
| 1928 | 2025-04-16T22:11:06.623Z | Checking tokio-rustls v0.26.0 |
| 1929 | 2025-04-16T22:11:06.689Z | Checking base16ct v0.2.0 |
| 1930 | 2025-04-16T22:11:06.764Z | Checking hyper-util v0.1.10 |
| 1931 | 2025-04-16T22:11:06.803Z | Checking tokio-native-tls v0.3.1 |
| 1932 | 2025-04-16T22:11:06.891Z | Checking sec1 v0.7.3 |
| 1933 | 2025-04-16T22:11:07.048Z | Checking ff v0.13.0 |
| 1934 | 2025-04-16T22:11:07.086Z | Checking memmap v0.7.0 |
| 1935 | 2025-04-16T22:11:07.281Z | Checking unicode-width v0.2.0 |
| 1936 | 2025-04-16T22:11:07.286Z | Checking group v0.13.0 |
| 1937 | 2025-04-16T22:11:07.336Z | Checking num-iter v0.1.45 |
| 1938 | 2025-04-16T22:11:07.376Z | Checking dtrace-parser v0.2.0 |
| 1939 | 2025-04-16T22:11:07.523Z | Checking oxnet v0.1.1 |
| 1940 | 2025-04-16T22:11:07.594Z | Checking hkdf v0.12.4 |
| 1941 | 2025-04-16T22:11:07.748Z | Checking hubpack v0.1.2 |
| 1942 | 2025-04-16T22:11:07.835Z | Checking crypto-bigint v0.5.5 |
| 1943 | 2025-04-16T22:11:07.920Z | Checking bstr v1.10.0 |
| 1944 | 2025-04-16T22:11:07.937Z | Checking winnow v0.5.40 |
| 1945 | 2025-04-16T22:11:08.091Z | Checking unicode-segmentation v1.12.0 |
| 1946 | 2025-04-16T22:11:08.123Z | Checking num-bigint-dig v0.8.4 |
| 1947 | 2025-04-16T22:11:08.525Z | Checking toml_edit v0.22.24 |
| 1948 | 2025-04-16T22:11:08.818Z | Checking hyper-tls v0.6.0 |
| 1949 | 2025-04-16T22:11:08.860Z | Checking hyper-rustls v0.27.3 |
| 1950 | 2025-04-16T22:11:08.864Z | Checking flate2 v1.1.1 |
| 1951 | 2025-04-16T22:11:09.124Z | Checking pkcs1 v0.7.5 |
| 1952 | 2025-04-16T22:11:09.288Z | Checking reqwest v0.12.12 |
| 1953 | 2025-04-16T22:11:09.535Z | Checking crossbeam-epoch v0.9.18 |
| 1954 | 2025-04-16T22:11:09.578Z | Checking zerocopy v0.6.6 |
| 1955 | 2025-04-16T22:11:09.712Z | Checking dof v0.3.0 |
| 1956 | 2025-04-16T22:11:10.010Z | Checking strum v0.26.3 |
| 1957 | 2025-04-16T22:11:10.222Z | Checking unicode-normalization v0.1.24 |
| 1958 | 2025-04-16T22:11:10.268Z | Checking rsa v0.9.6 |
| 1959 | 2025-04-16T22:11:10.317Z | Checking rfc6979 v0.4.0 |
| 1960 | 2025-04-16T22:11:10.357Z | Checking usdt-impl v0.5.0 |
| 1961 | 2025-04-16T22:11:10.551Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 1962 | 2025-04-16T22:11:10.681Z | Checking elliptic-curve v0.13.8 |
| 1963 | 2025-04-16T22:11:10.709Z | Checking managed v0.8.0 |
| 1964 | 2025-04-16T22:11:10.896Z | Checking toml_edit v0.19.15 |
| 1965 | 2025-04-16T22:11:10.956Z | Checking usdt v0.5.0 |
| 1966 | 2025-04-16T22:11:11.127Z | Checking crossbeam-deque v0.8.5 |
| 1967 | 2025-04-16T22:11:11.214Z | Checking x509-cert v0.2.5 |
| 1968 | 2025-04-16T22:11:11.247Z | Checking newtype-uuid v1.2.1 |
| 1969 | 2025-04-16T22:11:11.251Z | Checking curve25519-dalek v4.1.3 |
| 1970 | 2025-04-16T22:11:11.302Z | Checking ahash v0.8.11 |
| 1971 | 2025-04-16T22:11:11.356Z | Checking rand_core v0.9.2 |
| 1972 | 2025-04-16T22:11:11.376Z | Checking ecdsa v0.16.9 |
| 1973 | 2025-04-16T22:11:11.464Z | Checking rayon-core v1.12.1 |
| 1974 | 2025-04-16T22:11:11.558Z | Checking daft v0.1.3 |
| 1975 | 2025-04-16T22:11:11.709Z | Checking ed25519 v2.2.3 |
| 1976 | 2025-04-16T22:11:11.819Z | Checking itertools v0.13.0 |
| 1977 | 2025-04-16T22:11:12.012Z | Checking signal-hook v0.3.17 |
| 1978 | 2025-04-16T22:11:12.072Z | Checking memoffset v0.9.1 |
| 1979 | 2025-04-16T22:11:12.144Z | Checking siphasher v0.3.11 |
| 1980 | 2025-04-16T22:11:12.191Z | Checking rand_chacha v0.9.0 |
| 1981 | 2025-04-16T22:11:12.226Z | Checking bzip2 v0.4.4 |
| 1982 | 2025-04-16T22:11:12.384Z | Checking console v0.15.10 |
| 1983 | 2025-04-16T22:11:12.509Z | Checking phf_shared v0.11.2 |
| 1984 | 2025-04-16T22:11:12.541Z | Checking hickory-proto v0.24.4 |
| 1985 | 2025-04-16T22:11:12.659Z | Checking rand v0.9.0 |
| 1986 | 2025-04-16T22:11:12.828Z | Checking zip v0.6.6 |
| 1987 | 2025-04-16T22:11:12.906Z | Checking signal-hook-mio v0.2.4 |
| 1988 | 2025-04-16T22:11:12.978Z | Checking itertools v0.10.5 |
| 1989 | 2025-04-16T22:11:13.103Z | Checking fs-err v2.11.0 |
| 1990 | 2025-04-16T22:11:13.194Z | Checking ed25519-dalek v2.1.1 |
| 1991 | 2025-04-16T22:11:13.549Z | Checking toml v0.7.8 |
| 1992 | 2025-04-16T22:11:13.619Z | Checking hash32 v0.2.1 |
| 1993 | 2025-04-16T22:11:13.711Z | Checking unicode-properties v0.1.3 |
| 1994 | 2025-04-16T22:11:13.771Z | Checking bumpalo v3.16.0 |
| 1995 | 2025-04-16T22:11:13.803Z | Checking simd-adler32 v0.3.7 |
| 1996 | 2025-04-16T22:11:14.017Z | Checking unicode-bidi v0.3.17 |
| 1997 | 2025-04-16T22:11:14.136Z | Checking lockfree-object-pool v0.1.6 |
| 1998 | 2025-04-16T22:11:14.165Z | Checking heapless v0.7.17 |
| 1999 | 2025-04-16T22:11:14.199Z | Checking crossterm v0.28.1 |
| 2000 | 2025-04-16T22:11:14.291Z | Checking nix v0.29.0 |
| 2001 | 2025-04-16T22:11:14.400Z | Checking zopfli v0.8.1 |
| 2002 | 2025-04-16T22:11:14.427Z | Checking rayon v1.10.0 |
| 2003 | 2025-04-16T22:11:14.682Z | Checking stringprep v0.1.5 |
| 2004 | 2025-04-16T22:11:15.017Z | Checking bzip2 v0.5.2 |
| 2005 | 2025-04-16T22:11:15.112Z | Checking similar v2.7.0 |
| 2006 | 2025-04-16T22:11:15.141Z | Checking tokio-stream v0.1.17 |
| 2007 | 2025-04-16T22:11:15.191Z | Checking md-5 v0.10.6 |
| 2008 | 2025-04-16T22:11:15.318Z | Checking fallible-iterator v0.2.0 |
| 2009 | 2025-04-16T22:11:15.443Z | Checking predicates-core v1.0.8 |
| 2010 | 2025-04-16T22:11:15.686Z | Checking zip v2.6.1 |
| 2011 | 2025-04-16T22:11:15.766Z | Checking smoltcp v0.9.1 |
| 2012 | 2025-04-16T22:11:15.945Z | Checking postgres-protocol v0.6.8 |
| 2013 | 2025-04-16T22:11:15.975Z | Checking phf v0.11.2 |
| 2014 | 2025-04-16T22:11:16.007Z | Checking buf-list v1.0.3 |
| 2015 | 2025-04-16T22:11:16.012Z | Checking serde-big-array v0.5.1 |
| 2016 | 2025-04-16T22:11:16.260Z | Checking float-cmp v0.10.0 |
| 2017 | 2025-04-16T22:11:16.284Z | Checking portable-atomic v1.11.0 |
| 2018 | 2025-04-16T22:11:16.376Z | Compiling thiserror-impl v2.0.12 |
| 2019 | 2025-04-16T22:11:16.506Z | Checking precomputed-hash v0.1.1 |
| 2020 | 2025-04-16T22:11:16.654Z | Checking new_debug_unreachable v1.0.6 |
| 2021 | 2025-04-16T22:11:16.658Z | Checking minimal-lexical v0.2.1 |
| 2022 | 2025-04-16T22:11:16.783Z | Checking normalize-line-endings v0.3.0 |
| 2023 | 2025-04-16T22:11:16.953Z | Checking difflib v0.4.0 |
| 2024 | 2025-04-16T22:11:17.057Z | Checking fixedbitset v0.4.2 |
| 2025 | 2025-04-16T22:11:17.124Z | Checking lalrpop-util v0.19.12 |
| 2026 | 2025-04-16T22:11:17.180Z | Checking number_prefix v0.4.0 |
| 2027 | 2025-04-16T22:11:17.339Z | Checking predicates v3.1.3 |
| 2028 | 2025-04-16T22:11:17.371Z | Checking petgraph v0.6.5 |
| 2029 | 2025-04-16T22:11:17.399Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2030 | 2025-04-16T22:11:17.403Z | Checking nom v7.1.3 |
| 2031 | 2025-04-16T22:11:17.403Z | Checking string_cache v0.8.9 |
| 2032 | 2025-04-16T22:11:17.473Z | Checking postgres-types v0.2.9 |
| 2033 | 2025-04-16T22:11:17.782Z | Checking whoami v1.5.2 |
| 2034 | 2025-04-16T22:11:18.047Z | Checking peg-runtime v0.8.5 |
| 2035 | 2025-04-16T22:11:18.200Z | Checking tokio-postgres v0.7.13 |
| 2036 | 2025-04-16T22:11:18.233Z | Checking indicatif v0.17.11 |
| 2037 | 2025-04-16T22:11:18.268Z | Checking camino v1.1.9 |
| 2038 | 2025-04-16T22:11:18.329Z | Compiling regress v0.10.3 |
| 2039 | 2025-04-16T22:11:18.897Z | Compiling ident_case v1.0.1 |
| 2040 | 2025-04-16T22:11:19.062Z | Checking is-terminal v0.4.13 |
| 2041 | 2025-04-16T22:11:19.134Z | Compiling darling_core v0.20.10 |
| 2042 | 2025-04-16T22:11:19.238Z | Checking fastrand v2.1.1 |
| 2043 | 2025-04-16T22:11:19.614Z | Compiling unsafe-libyaml v0.2.11 |
| 2044 | 2025-04-16T22:11:19.751Z | Checking thiserror v2.0.12 |
| 2045 | 2025-04-16T22:11:20.137Z | Checking heck v0.5.0 |
| 2046 | 2025-04-16T22:11:20.261Z | Checking dirs-sys-next v0.1.2 |
| 2047 | 2025-04-16T22:11:20.356Z | Checking crossbeam-channel v0.5.15 |
| 2048 | 2025-04-16T22:11:20.476Z | Checking dirs-next v2.0.0 |
| 2049 | 2025-04-16T22:11:20.645Z | Checking thread_local v1.1.8 |
| 2050 | 2025-04-16T22:11:20.978Z | Compiling serde_yaml v0.9.34+deprecated |
| 2051 | 2025-04-16T22:11:21.099Z | Compiling structmeta-derive v0.3.0 |
| 2052 | 2025-04-16T22:11:21.326Z | Compiling rustls v0.22.4 |
| 2053 | 2025-04-16T22:11:21.472Z | Checking term v0.7.0 |
| 2054 | 2025-04-16T22:11:21.726Z | Checking take_mut v0.2.2 |
| 2055 | 2025-04-16T22:11:21.932Z | Checking slog-async v2.8.0 |
| 2056 | 2025-04-16T22:11:21.968Z | Checking slog-term v2.9.1 |
| 2057 | 2025-04-16T22:11:22.250Z | Compiling typify-impl v0.3.0 |
| 2058 | 2025-04-16T22:11:22.515Z | Checking toml v0.8.20 |
| 2059 | 2025-04-16T22:11:23.238Z | Compiling multer v3.1.0 |
| 2060 | 2025-04-16T22:11:23.271Z | Checking tempfile v3.13.0 |
| 2061 | 2025-04-16T22:11:23.333Z | Compiling async-stream-impl v0.3.6 |
| 2062 | 2025-04-16T22:11:23.710Z | Checking quick-error v1.2.3 |
| 2063 | 2025-04-16T22:11:23.736Z | Compiling dropshot v0.16.0 |
| 2064 | 2025-04-16T22:11:23.854Z | Compiling structmeta v0.3.0 |
| 2065 | 2025-04-16T22:11:23.940Z | Checking debug-ignore v1.0.5 |
| 2066 | 2025-04-16T22:11:24.086Z | Checking match_cfg v0.1.0 |
| 2067 | 2025-04-16T22:11:24.210Z | Checking hex v0.4.3 |
| 2068 | 2025-04-16T22:11:24.238Z | Checking hostname v0.3.1 |
| 2069 | 2025-04-16T22:11:24.287Z | Compiling test-strategy v0.4.0 |
| 2070 | 2025-04-16T22:11:24.407Z | Compiling dropshot_endpoint v0.16.0 |
| 2071 | 2025-04-16T22:11:24.647Z | Checking progenitor-client v0.9.1 |
| 2072 | 2025-04-16T22:11:24.710Z | Checking serde_path_to_error v0.1.16 |
| 2073 | 2025-04-16T22:11:24.747Z | Checking wait-timeout v0.2.0 |
| 2074 | 2025-04-16T22:11:24.982Z | Checking bit-vec v0.8.0 |
| 2075 | 2025-04-16T22:11:25.093Z | Checking rusty-fork v0.3.0 |
| 2076 | 2025-04-16T22:11:25.300Z | Compiling darling_macro v0.20.10 |
| 2077 | 2025-04-16T22:11:25.418Z | Checking bit-set v0.8.0 |
| 2078 | 2025-04-16T22:11:25.455Z | Checking rand_xorshift v0.3.0 |
| 2079 | 2025-04-16T22:11:25.694Z | Checking unarray v0.1.4 |
| 2080 | 2025-04-16T22:11:25.732Z | Checking slog-json v2.6.1 |
| 2081 | 2025-04-16T22:11:25.879Z | Checking proptest v1.6.0 |
| 2082 | 2025-04-16T22:11:26.024Z | Checking slog-bunyan v2.5.0 |
| 2083 | 2025-04-16T22:11:26.230Z | Checking async-stream v0.3.6 |
| 2084 | 2025-04-16T22:11:26.276Z | Compiling darling v0.20.10 |
| 2085 | 2025-04-16T22:11:26.432Z | Compiling serde_with_macros v3.12.0 |
| 2086 | 2025-04-16T22:11:26.924Z | Checking waitgroup v0.1.2 |
| 2087 | 2025-04-16T22:11:26.999Z | Checking hostname v0.4.0 |
| 2088 | 2025-04-16T22:11:27.096Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2089 | 2025-04-16T22:11:27.166Z | Compiling parse-display-derive v0.10.0 |
| 2090 | 2025-04-16T22:11:27.918Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2091 | 2025-04-16T22:11:27.953Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2092 | 2025-04-16T22:11:28.106Z | Checking macaddr v1.0.1 |
| 2093 | 2025-04-16T22:11:28.473Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2094 | 2025-04-16T22:11:28.514Z | Checking instant v0.1.13 |
| 2095 | 2025-04-16T22:11:28.676Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2096 | 2025-04-16T22:11:28.830Z | Checking backoff v0.4.0 |
| 2097 | 2025-04-16T22:11:28.867Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2098 | 2025-04-16T22:11:29.083Z | Checking tokio-rustls v0.25.0 |
| 2099 | 2025-04-16T22:11:29.148Z | Checking camino-tempfile v1.1.1 |
| 2100 | 2025-04-16T22:11:29.175Z | Checking serde_with v3.12.0 |
| 2101 | 2025-04-16T22:11:29.309Z | Checking unicode-width v0.1.14 |
| 2102 | 2025-04-16T22:11:29.477Z | Compiling proc-macro-error v1.0.4 |
| 2103 | 2025-04-16T22:11:29.841Z | Compiling proc-macro-crate v1.3.1 |
| 2104 | 2025-04-16T22:11:29.926Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2105 | 2025-04-16T22:11:30.125Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2106 | 2025-04-16T22:11:30.372Z | Checking tabwriter v1.4.0 |
| 2107 | 2025-04-16T22:11:30.526Z | Compiling foreign-types-macros v0.2.3 |
| 2108 | 2025-04-16T22:11:30.640Z | Checking foreign-types-shared v0.3.1 |
| 2109 | 2025-04-16T22:11:30.715Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2110 | 2025-04-16T22:11:30.755Z | Compiling num_enum_derive v0.5.11 |
| 2111 | 2025-04-16T22:11:31.187Z | Checking cstr-argument v0.1.2 |
| 2112 | 2025-04-16T22:11:31.236Z | Checking parse-display v0.10.0 |
| 2113 | 2025-04-16T22:11:31.385Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2114 | 2025-04-16T22:11:31.414Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2115 | 2025-04-16T22:11:31.509Z | Checking pretty-hex v0.2.1 |
| 2116 | 2025-04-16T22:11:31.700Z | Checking colored v2.2.0 |
| 2117 | 2025-04-16T22:11:31.809Z | Checking winnow v0.6.20 |
| 2118 | 2025-04-16T22:11:31.856Z | Checking foreign-types v0.5.0 |
| 2119 | 2025-04-16T22:11:31.989Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2120 | 2025-04-16T22:11:32.091Z | Checking smf v0.2.3 |
| 2121 | 2025-04-16T22:11:32.272Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2122 | 2025-04-16T22:11:32.337Z | Checking itertools v0.14.0 |
| 2123 | 2025-04-16T22:11:32.422Z | Checking itertools v0.12.1 |
| 2124 | 2025-04-16T22:11:32.459Z | Checking base64 v0.21.7 |
| 2125 | 2025-04-16T22:11:32.558Z | Compiling crucible-workspace-hack v0.1.0 |
| 2126 | 2025-04-16T22:11:33.006Z | Compiling heapless v0.8.0 |
| 2127 | 2025-04-16T22:11:33.069Z | Checking num_enum v0.5.11 |
| 2128 | 2025-04-16T22:11:33.094Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2129 | 2025-04-16T22:11:33.265Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2130 | 2025-04-16T22:11:33.608Z | Checking hash32 v0.3.1 |
| 2131 | 2025-04-16T22:11:33.831Z | Compiling smoltcp v0.11.0 |
| 2132 | 2025-04-16T22:11:33.857Z | Checking cobs v0.2.3 |
| 2133 | 2025-04-16T22:11:34.075Z | Checking postcard v1.0.10 |
| 2134 | 2025-04-16T22:11:34.584Z | Checking sigpipe v0.1.3 |
| 2135 | 2025-04-16T22:11:34.647Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2136 | 2025-04-16T22:11:34.737Z | Checking jiff v0.2.6 |
| 2137 | 2025-04-16T22:11:34.961Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2138 | 2025-04-16T22:11:34.986Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2139 | 2025-04-16T22:11:35.106Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2140 | 2025-04-16T22:11:35.133Z | Compiling zone_cfg_derive v0.3.0 |
| 2141 | 2025-04-16T22:11:35.361Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2142 | 2025-04-16T22:11:35.710Z | Compiling num-derive v0.4.2 |
| 2143 | 2025-04-16T22:11:35.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2144 | 2025-04-16T22:11:36.344Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2145 | 2025-04-16T22:11:36.597Z | Checking zone v0.3.1 |
| 2146 | 2025-04-16T22:11:36.650Z | Checking atomicwrites v0.4.4 |
| 2147 | 2025-04-16T22:11:36.672Z | Compiling convert_case v0.4.0 |
| 2148 | 2025-04-16T22:11:36.871Z | Checking utf-8 v0.7.6 |
| 2149 | 2025-04-16T22:11:37.128Z | Checking newline-converter v0.3.0 |
| 2150 | 2025-04-16T22:11:37.321Z | Checking expectorate v1.1.0 |
| 2151 | 2025-04-16T22:11:37.412Z | Compiling typify-macro v0.3.0 |
| 2152 | 2025-04-16T22:11:37.445Z | Checking tungstenite v0.21.0 |
| 2153 | 2025-04-16T22:11:37.499Z | Checking num-rational v0.4.2 |
| 2154 | 2025-04-16T22:11:37.528Z | Compiling derive_more v0.99.19 |
| 2155 | 2025-04-16T22:11:37.864Z | Checking num-complex v0.4.6 |
| 2156 | 2025-04-16T22:11:37.984Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2157 | 2025-04-16T22:11:38.142Z | Checking float-ord v0.3.2 |
| 2158 | 2025-04-16T22:11:38.355Z | Compiling derive-where v1.2.7 |
| 2159 | 2025-04-16T22:11:38.384Z | Checking tokio-tungstenite v0.21.0 |
| 2160 | 2025-04-16T22:11:38.522Z | Checking indent_write v2.2.0 |
| 2161 | 2025-04-16T22:11:38.779Z | Checking fixedbitset v0.5.7 |
| 2162 | 2025-04-16T22:11:38.830Z | Checking num v0.4.3 |
| 2163 | 2025-04-16T22:11:38.973Z | Checking same-file v1.0.6 |
| 2164 | 2025-04-16T22:11:39.002Z | Checking xattr v1.3.1 |
| 2165 | 2025-04-16T22:11:39.199Z | Checking walkdir v2.5.0 |
| 2166 | 2025-04-16T22:11:39.224Z | Checking petgraph v0.7.1 |
| 2167 | 2025-04-16T22:11:39.248Z | Checking filetime v0.2.25 |
| 2168 | 2025-04-16T22:11:39.834Z | Checking arc-swap v1.7.1 |
| 2169 | 2025-04-16T22:11:39.967Z | Checking tar v0.4.44 |
| 2170 | 2025-04-16T22:11:40.069Z | Checking slog-scope v4.4.0 |
| 2171 | 2025-04-16T22:11:40.133Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2172 | 2025-04-16T22:11:40.202Z | Checking slog-stdlog v4.1.1 |
| 2173 | 2025-04-16T22:11:40.366Z | Checking password-hash v0.5.0 |
| 2174 | 2025-04-16T22:11:40.410Z | Checking slog-envlogger v2.2.0 |
| 2175 | 2025-04-16T22:11:40.673Z | Checking blake2 v0.10.6 |
| 2176 | 2025-04-16T22:11:40.772Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2177 | 2025-04-16T22:11:40.833Z | Compiling cancel-safe-futures v0.1.5 |
| 2178 | 2025-04-16T22:11:40.901Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2179 | 2025-04-16T22:11:41.164Z | Checking argon2 v0.5.3 |
| 2180 | 2025-04-16T22:11:41.241Z | Compiling owo-colors v4.2.0 |
| 2181 | 2025-04-16T22:11:41.264Z | Checking swrite v0.1.0 |
| 2182 | 2025-04-16T22:11:41.340Z | Compiling typify v0.3.0 |
| 2183 | 2025-04-16T22:11:41.525Z | Compiling progenitor-impl v0.9.1 |
| 2184 | 2025-04-16T22:11:41.681Z | Checking libsw-core v0.3.1 |
| 2185 | 2025-04-16T22:11:41.871Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2186 | 2025-04-16T22:11:41.949Z | Checking libsw v3.4.0 |
| 2187 | 2025-04-16T22:11:42.282Z | Checking linear-map v1.2.0 |
| 2188 | 2025-04-16T22:11:42.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2189 | 2025-04-16T22:11:42.641Z | Checking pem v3.0.5 |
| 2190 | 2025-04-16T22:11:42.739Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2191 | 2025-04-16T22:11:42.775Z | Checking prettyplease v0.2.30 |
| 2192 | 2025-04-16T22:11:46.645Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2193 | 2025-04-16T22:11:46.645Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2194 | 2025-04-16T22:11:46.645Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2195 | 2025-04-16T22:11:46.743Z | Compiling typify-impl v0.2.0 |
| 2196 | 2025-04-16T22:11:48.480Z | Compiling progenitor-macro v0.9.1 |
| 2197 | 2025-04-16T22:11:49.371Z | Checking highway v1.3.0 |
| 2198 | 2025-04-16T22:11:49.620Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2199 | 2025-04-16T22:11:49.876Z | Checking linked-hash-map v0.5.6 |
| 2200 | 2025-04-16T22:11:50.222Z | Checking lru-cache v0.1.2 |
| 2201 | 2025-04-16T22:11:50.438Z | Checking resolv-conf v0.7.0 |
| 2202 | 2025-04-16T22:11:50.464Z | Compiling lzma-sys v0.1.20 |
| 2203 | 2025-04-16T22:11:52.634Z | Checking hickory-resolver v0.24.4 |
| 2204 | 2025-04-16T22:11:52.650Z | Checking progenitor-client v0.8.0 |
| 2205 | 2025-04-16T22:11:52.651Z | Checking headers-core v0.3.0 |
| 2206 | 2025-04-16T22:11:52.651Z | Compiling heck v0.3.3 |
| 2207 | 2025-04-16T22:11:52.651Z | Checking headers v0.4.0 |
| 2208 | 2025-04-16T22:11:52.830Z | Compiling zone_cfg_derive v0.1.2 |
| 2209 | 2025-04-16T22:11:52.855Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2210 | 2025-04-16T22:11:52.881Z | Checking yasna v0.5.2 |
| 2211 | 2025-04-16T22:11:53.170Z | Checking base64 v0.13.1 |
| 2212 | 2025-04-16T22:11:53.627Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2213 | 2025-04-16T22:11:53.652Z | Checking ron v0.7.1 |
| 2214 | 2025-04-16T22:11:53.813Z | Checking rcgen v0.12.1 |
| 2215 | 2025-04-16T22:11:54.137Z | Checking xz2 v0.1.7 |
| 2216 | 2025-04-16T22:11:54.289Z | Checking zone v0.1.8 |
| 2217 | 2025-04-16T22:11:54.469Z | Checking subprocess v0.2.9 |
| 2218 | 2025-04-16T22:11:54.494Z | Checking humantime v2.1.0 |
| 2219 | 2025-04-16T22:11:54.791Z | Compiling semver v0.1.20 |
| 2220 | 2025-04-16T22:11:54.825Z | Checking qorb v0.3.1 |
| 2221 | 2025-04-16T22:11:54.986Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2222 | 2025-04-16T22:11:55.335Z | Compiling rustc_version v0.1.7 |
| 2223 | 2025-04-16T22:11:55.361Z | Checking half v2.4.1 |
| 2224 | 2025-04-16T22:11:55.393Z | Checking ciborium-io v0.2.2 |
| 2225 | 2025-04-16T22:11:55.548Z | Checking bytecount v0.6.8 |
| 2226 | 2025-04-16T22:11:55.726Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2227 | 2025-04-16T22:11:55.800Z | Compiling newtype_derive v0.1.6 |
| 2228 | 2025-04-16T22:11:55.851Z | Checking ciborium-ll v0.2.2 |
| 2229 | 2025-04-16T22:11:56.180Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2230 | 2025-04-16T22:11:56.200Z | Checking ciborium v0.2.2 |
| 2231 | 2025-04-16T22:11:56.379Z | Checking steno v0.4.1 |
| 2232 | 2025-04-16T22:11:56.777Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2233 | 2025-04-16T22:11:57.230Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2234 | 2025-04-16T22:11:57.279Z | Compiling slog-dtrace v0.3.0 |
| 2235 | 2025-04-16T22:11:57.684Z | Checking display-error-chain v0.2.2 |
| 2236 | 2025-04-16T22:11:57.890Z | Checking gethostname v0.5.0 |
| 2237 | 2025-04-16T22:11:58.055Z | Checking keccak v0.1.5 |
| 2238 | 2025-04-16T22:11:58.184Z | Checking universal-hash v0.5.1 |
| 2239 | 2025-04-16T22:11:58.423Z | Checking secrecy v0.8.0 |
| 2240 | 2025-04-16T22:11:58.449Z | Checking sha3 v0.10.8 |
| 2241 | 2025-04-16T22:11:58.475Z | Checking opaque-debug v0.3.1 |
| 2242 | 2025-04-16T22:11:58.595Z | Checking nibble_vec v0.1.0 |
| 2243 | 2025-04-16T22:11:58.643Z | Checking endian-type v0.1.2 |
| 2244 | 2025-04-16T22:11:58.668Z | Checking aead v0.5.2 |
| 2245 | 2025-04-16T22:11:58.831Z | Checking poly1305 v0.8.0 |
| 2246 | 2025-04-16T22:11:58.868Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2247 | 2025-04-16T22:11:58.897Z | Checking radix_trie v0.2.1 |
| 2248 | 2025-04-16T22:11:58.919Z | Checking chacha20 v0.9.1 |
| 2249 | 2025-04-16T22:11:59.094Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2250 | 2025-04-16T22:11:59.278Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2251 | 2025-04-16T22:11:59.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2252 | 2025-04-16T22:11:59.384Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2253 | 2025-04-16T22:11:59.585Z | Checking chacha20poly1305 v0.10.1 |
| 2254 | 2025-04-16T22:11:59.739Z | Checking papergrid v0.14.0 |
| 2255 | 2025-04-16T22:11:59.790Z | Compiling num-derive v0.3.3 |
| 2256 | 2025-04-16T22:11:59.927Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2257 | 2025-04-16T22:12:00.181Z | Compiling proc-macro-error2 v2.0.1 |
| 2258 | 2025-04-16T22:12:00.408Z | Checking progenitor v0.9.1 |
| 2259 | 2025-04-16T22:12:00.658Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2260 | 2025-04-16T22:12:01.038Z | Compiling typify-macro v0.2.0 |
| 2261 | 2025-04-16T22:12:01.215Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2262 | 2025-04-16T22:12:01.719Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2263 | 2025-04-16T22:12:01.781Z | Checking thiserror-no-std v2.0.2 |
| 2264 | 2025-04-16T22:12:01.930Z | Checking vsss-rs v3.3.4 |
| 2265 | 2025-04-16T22:12:01.966Z | Compiling tabled_derive v0.10.0 |
| 2266 | 2025-04-16T22:12:04.826Z | Checking tabled v0.18.0 |
| 2267 | 2025-04-16T22:12:04.851Z | Compiling typify v0.2.0 |
| 2268 | 2025-04-16T22:12:05.021Z | Compiling progenitor-impl v0.8.0 |
| 2269 | 2025-04-16T22:12:05.530Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2270 | 2025-04-16T22:12:05.558Z | Checking libscf-sys v1.1.0 |
| 2271 | 2025-04-16T22:12:05.789Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2272 | 2025-04-16T22:12:06.950Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2273 | 2025-04-16T22:12:07.264Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2274 | 2025-04-16T22:12:07.408Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2275 | 2025-04-16T22:12:07.691Z | Checking crc8 v0.1.1 |
| 2276 | 2025-04-16T22:12:07.867Z | Compiling vte_generate_state_changes v0.1.2 |
| 2277 | 2025-04-16T22:12:07.914Z | Checking fd-lock v4.0.2 |
| 2278 | 2025-04-16T22:12:08.145Z | Checking fxhash v0.2.1 |
| 2279 | 2025-04-16T22:12:08.251Z | Compiling async-recursion v1.1.1 |
| 2280 | 2025-04-16T22:12:08.381Z | Checking maplit v1.0.2 |
| 2281 | 2025-04-16T22:12:08.531Z | Checking nu-ansi-term v0.50.1 |
| 2282 | 2025-04-16T22:12:08.578Z | Checking vte v0.11.1 |
| 2283 | 2025-04-16T22:12:08.997Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2284 | 2025-04-16T22:12:09.565Z | Compiling const_format_proc_macros v0.2.34 |
| 2285 | 2025-04-16T22:12:09.816Z | Compiling radium v0.7.0 |
| 2286 | 2025-04-16T22:12:10.114Z | Checking strip-ansi-escapes v0.2.0 |
| 2287 | 2025-04-16T22:12:10.307Z | Checking reedline v0.38.0 |
| 2288 | 2025-04-16T22:12:10.334Z | Checking termcolor v1.4.1 |
| 2289 | 2025-04-16T22:12:10.828Z | Compiling maybe-uninit v2.0.0 |
| 2290 | 2025-04-16T22:12:11.298Z | Checking tap v1.0.1 |
| 2291 | 2025-04-16T22:12:11.450Z | Checking funty v2.0.0 |
| 2292 | 2025-04-16T22:12:11.476Z | Checking const_format v0.2.34 |
| 2293 | 2025-04-16T22:12:11.500Z | Checking wyz v0.5.1 |
| 2294 | 2025-04-16T22:12:11.745Z | Checking home v0.5.9 |
| 2295 | 2025-04-16T22:12:11.770Z | Compiling progenitor-macro v0.8.0 |
| 2296 | 2025-04-16T22:12:11.855Z | Checking crc-catalog v2.4.0 |
| 2297 | 2025-04-16T22:12:11.929Z | Compiling packed_struct v0.10.1 |
| 2298 | 2025-04-16T22:12:12.040Z | Checking crc v3.2.1 |
| 2299 | 2025-04-16T22:12:12.109Z | Checking kstat-rs v0.2.4 |
| 2300 | 2025-04-16T22:12:12.362Z | Checking bitvec v1.0.1 |
| 2301 | 2025-04-16T22:12:12.467Z | Compiling packed_struct_codegen v0.10.1 |
| 2302 | 2025-04-16T22:12:12.493Z | Compiling indexmap v1.9.3 |
| 2303 | 2025-04-16T22:12:12.517Z | Checking nodrop v0.1.14 |
| 2304 | 2025-04-16T22:12:12.673Z | Checking array-init v0.0.4 |
| 2305 | 2025-04-16T22:12:12.891Z | Checking smallvec v0.6.14 |
| 2306 | 2025-04-16T22:12:12.922Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2307 | 2025-04-16T22:12:13.282Z | Checking papergrid v0.11.0 |
| 2308 | 2025-04-16T22:12:13.590Z | Compiling tabled_derive v0.7.0 |
| 2309 | 2025-04-16T22:12:13.593Z | Checking hashbrown v0.12.3 |
| 2310 | 2025-04-16T22:12:14.587Z | Checking bitfield v0.14.0 |
| 2311 | 2025-04-16T22:12:14.875Z | Checking serde-hex v0.1.0 |
| 2312 | 2025-04-16T22:12:15.113Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2313 | 2025-04-16T22:12:15.403Z | Checking env_logger v0.10.2 |
| 2314 | 2025-04-16T22:12:15.491Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2315 | 2025-04-16T22:12:15.833Z | Checking ron v0.8.1 |
| 2316 | 2025-04-16T22:12:15.860Z | Checking tabled v0.15.0 |
| 2317 | 2025-04-16T22:12:15.863Z | Checking hashbrown v0.13.2 |
| 2318 | 2025-04-16T22:12:16.817Z | Checking crc-any v2.5.0 |
| 2319 | 2025-04-16T22:12:17.140Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2320 | 2025-04-16T22:12:17.240Z | Checking object v0.30.4 |
| 2321 | 2025-04-16T22:12:17.459Z | Checking path-slash v0.1.5 |
| 2322 | 2025-04-16T22:12:17.629Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2025-04-16T22:12:18.011Z | Compiling phf_generator v0.11.2 |
| 2324 | 2025-04-16T22:12:18.230Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2325 | 2025-04-16T22:12:18.592Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2326 | 2025-04-16T22:12:18.618Z | Compiling bitfield-struct v0.6.2 |
| 2327 | 2025-04-16T22:12:18.825Z | Compiling phf_codegen v0.11.2 |
| 2328 | 2025-04-16T22:12:19.049Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2025-04-16T22:12:19.235Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2330 | 2025-04-16T22:12:19.358Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2331 | 2025-04-16T22:12:20.014Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2332 | 2025-04-16T22:12:22.700Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2333 | 2025-04-16T22:12:22.758Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2334 | 2025-04-16T22:12:23.233Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2335 | 2025-04-16T22:12:23.492Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2336 | 2025-04-16T22:12:23.581Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2337 | 2025-04-16T22:12:23.742Z | Checking progenitor v0.8.0 |
| 2338 | 2025-04-16T22:12:23.935Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2339 | 2025-04-16T22:12:23.979Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2340 | 2025-04-16T22:12:25.265Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2341 | 2025-04-16T22:12:25.746Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2342 | 2025-04-16T22:12:26.099Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2343 | 2025-04-16T22:12:28.094Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2344 | 2025-04-16T22:12:28.597Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2345 | 2025-04-16T22:12:30.544Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2346 | 2025-04-16T22:12:30.573Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2347 | 2025-04-16T22:12:30.634Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2348 | 2025-04-16T22:12:31.159Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2349 | 2025-04-16T22:12:31.987Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2350 | 2025-04-16T22:12:32.097Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2025-04-16T22:12:32.258Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2352 | 2025-04-16T22:12:32.500Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2353 | 2025-04-16T22:12:32.740Z | Compiling parse-zoneinfo v0.3.1 |
| 2354 | 2025-04-16T22:12:32.939Z | Compiling cfg_aliases v0.1.1 |
| 2355 | 2025-04-16T22:12:33.079Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2025-04-16T22:12:33.228Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2025-04-16T22:12:33.433Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2358 | 2025-04-16T22:12:33.744Z | Compiling chrono-tz-build v0.4.0 |
| 2359 | 2025-04-16T22:12:34.131Z | Compiling nix v0.28.0 |
| 2360 | 2025-04-16T22:12:34.423Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2361 | 2025-04-16T22:12:34.907Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2362 | 2025-04-16T22:12:34.910Z | Checking nanorand v0.7.0 |
| 2363 | 2025-04-16T22:12:35.148Z | Compiling parking_lot_core v0.8.6 |
| 2364 | 2025-04-16T22:12:35.152Z | Compiling chrono-tz v0.10.3 |
| 2365 | 2025-04-16T22:12:35.246Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2366 | 2025-04-16T22:12:35.313Z | Checking flume v0.11.1 |
| 2367 | 2025-04-16T22:12:35.642Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2368 | 2025-04-16T22:12:36.194Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2369 | 2025-04-16T22:12:36.601Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2370 | 2025-04-16T22:12:36.658Z | Compiling peg-macros v0.8.5 |
| 2371 | 2025-04-16T22:12:36.908Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2372 | 2025-04-16T22:12:37.156Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2373 | 2025-04-16T22:12:37.197Z | Compiling sqlparser_derive v0.2.2 |
| 2374 | 2025-04-16T22:12:37.356Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2375 | 2025-04-16T22:12:37.536Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2376 | 2025-04-16T22:12:37.801Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2377 | 2025-04-16T22:12:37.871Z | Checking unicode_categories v0.1.1 |
| 2378 | 2025-04-16T22:12:38.023Z | Checking glob v0.3.2 |
| 2379 | 2025-04-16T22:12:38.205Z | Checking sqlformat v0.2.6 |
| 2380 | 2025-04-16T22:12:38.307Z | Checking sqlparser v0.45.0 |
| 2381 | 2025-04-16T22:12:38.562Z | Checking rustyline v14.0.0 |
| 2382 | 2025-04-16T22:12:40.066Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2383 | 2025-04-16T22:12:40.083Z | Checking parking_lot v0.11.2 |
| 2384 | 2025-04-16T22:12:40.083Z | Checking bcs v0.1.6 |
| 2385 | 2025-04-16T22:12:40.163Z | Checking peg v0.8.5 |
| 2386 | 2025-04-16T22:12:40.196Z | Checking termtree v0.5.1 |
| 2387 | 2025-04-16T22:12:40.296Z | Checking sled v0.34.7 |
| 2388 | 2025-04-16T22:12:40.425Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2389 | 2025-04-16T22:12:40.552Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2390 | 2025-04-16T22:12:41.772Z | Checking hickory-client v0.24.4 |
| 2391 | 2025-04-16T22:12:42.496Z | Compiling dsl_auto_type v0.1.2 |
| 2392 | 2025-04-16T22:12:43.033Z | Checking hickory-server v0.24.4 |
| 2393 | 2025-04-16T22:12:43.170Z | Checking scheduled-thread-pool v0.2.7 |
| 2394 | 2025-04-16T22:12:43.441Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2395 | 2025-04-16T22:12:43.682Z | Checking r2d2 v0.8.10 |
| 2396 | 2025-04-16T22:12:43.857Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2397 | 2025-04-16T22:12:43.984Z | Compiling diesel_derives v2.2.3 |
| 2398 | 2025-04-16T22:12:44.007Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2399 | 2025-04-16T22:12:44.574Z | Compiling unicase v2.7.0 |
| 2400 | 2025-04-16T22:12:44.946Z | Compiling xshell-macros v0.2.7 |
| 2401 | 2025-04-16T22:12:45.743Z | Checking xshell v0.2.7 |
| 2402 | 2025-04-16T22:12:45.784Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2403 | 2025-04-16T22:12:46.356Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2404 | 2025-04-16T22:12:47.147Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2405 | 2025-04-16T22:12:47.151Z | Compiling crunchy v0.2.2 |
| 2406 | 2025-04-16T22:12:47.199Z | Compiling tiny-keccak v2.0.2 |
| 2407 | 2025-04-16T22:12:47.583Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2408 | 2025-04-16T22:12:47.613Z | Checking primeorder v0.13.6 |
| 2409 | 2025-04-16T22:12:47.824Z | Compiling ref-cast v1.0.23 |
| 2410 | 2025-04-16T22:12:47.851Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2411 | 2025-04-16T22:12:47.878Z | Compiling bit-vec v0.6.3 |
| 2412 | 2025-04-16T22:12:48.290Z | Compiling bit-set v0.5.3 |
| 2413 | 2025-04-16T22:12:48.480Z | Compiling mime_guess v2.0.5 |
| 2414 | 2025-04-16T22:12:48.587Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2415 | 2025-04-16T22:12:48.840Z | Compiling ascii-canvas v3.0.0 |
| 2416 | 2025-04-16T22:12:48.943Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2417 | 2025-04-16T22:12:49.094Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2418 | 2025-04-16T22:12:49.304Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2419 | 2025-04-16T22:12:49.423Z | Compiling ena v0.14.3 |
| 2420 | 2025-04-16T22:12:49.586Z | Compiling ref-cast-impl v1.0.23 |
| 2421 | 2025-04-16T22:12:49.826Z | Compiling diff v0.1.13 |
| 2422 | 2025-04-16T22:12:49.920Z | Compiling regex-syntax v0.6.29 |
| 2423 | 2025-04-16T22:12:50.315Z | Compiling bindgen v0.71.1 |
| 2424 | 2025-04-16T22:12:50.345Z | Checking http-range v0.1.5 |
| 2425 | 2025-04-16T22:12:50.605Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2426 | 2025-04-16T22:12:50.931Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2427 | 2025-04-16T22:12:50.955Z | Checking signal-hook-tokio v0.3.1 |
| 2428 | 2025-04-16T22:12:51.158Z | Checking atty v0.2.14 |
| 2429 | 2025-04-16T22:12:51.225Z | Compiling salty v0.3.0 |
| 2430 | 2025-04-16T22:12:51.315Z | Compiling rustc-hash v2.1.1 |
| 2431 | 2025-04-16T22:12:51.718Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2432 | 2025-04-16T22:12:52.111Z | Checking p384 v0.13.0 |
| 2433 | 2025-04-16T22:12:53.242Z | Compiling lalrpop v0.19.12 |
| 2434 | 2025-04-16T22:12:53.702Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2435 | 2025-04-16T22:12:54.060Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2436 | 2025-04-16T22:12:54.756Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2437 | 2025-04-16T22:12:54.850Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2438 | 2025-04-16T22:12:54.932Z | Checking diesel v2.2.9 |
| 2439 | 2025-04-16T22:12:55.203Z | Compiling derive_builder_core v0.20.2 |
| 2440 | 2025-04-16T22:12:55.209Z | Compiling libxml v0.3.3 |
| 2441 | 2025-04-16T22:12:55.710Z | Checking hyper-staticfile v0.10.1 |
| 2442 | 2025-04-16T22:12:56.242Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2443 | 2025-04-16T22:12:56.339Z | Checking tungstenite v0.23.0 |
| 2444 | 2025-04-16T22:12:56.727Z | Compiling strum_macros v0.24.3 |
| 2445 | 2025-04-16T22:12:57.226Z | Checking env_filter v0.1.2 |
| 2446 | 2025-04-16T22:12:57.420Z | Compiling derive_builder_macro v0.20.2 |
| 2447 | 2025-04-16T22:12:57.492Z | Compiling dropshot v0.12.0 |
| 2448 | 2025-04-16T22:12:57.876Z | Compiling indoc v1.0.9 |
| 2449 | 2025-04-16T22:12:58.339Z | Checking derive_builder v0.20.2 |
| 2450 | 2025-04-16T22:12:58.581Z | Checking env_logger v0.11.5 |
| 2451 | 2025-04-16T22:12:58.622Z | Checking tokio-tungstenite v0.23.1 |
| 2452 | 2025-04-16T22:12:58.811Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2453 | 2025-04-16T22:12:59.123Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2454 | 2025-04-16T22:12:59.401Z | Checking quick-xml v0.37.2 |
| 2455 | 2025-04-16T22:12:59.472Z | Compiling dropshot_endpoint v0.12.0 |
| 2456 | 2025-04-16T22:12:59.905Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2457 | 2025-04-16T22:13:00.352Z | Compiling oso-derive v0.27.3 |
| 2458 | 2025-04-16T22:13:00.899Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2459 | 2025-04-16T22:13:01.371Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2460 | 2025-04-16T22:13:01.387Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2461 | 2025-04-16T22:13:01.732Z | Checking void v1.0.2 |
| 2462 | 2025-04-16T22:13:01.918Z | Checking lzss v0.8.2 |
| 2463 | 2025-04-16T22:13:01.954Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2464 | 2025-04-16T22:13:02.125Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2465 | 2025-04-16T22:13:02.284Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2466 | 2025-04-16T22:13:02.317Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2467 | 2025-04-16T22:13:02.615Z | Checking nix v0.27.1 |
| 2468 | 2025-04-16T22:13:06.780Z | Compiling diesel-dtrace v0.4.2 |
| 2469 | 2025-04-16T22:13:06.780Z | Checking assert_matches v1.5.0 |
| 2470 | 2025-04-16T22:13:06.780Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2471 | 2025-04-16T22:13:06.780Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2472 | 2025-04-16T22:13:06.780Z | Checking bb8 v0.8.5 |
| 2473 | 2025-04-16T22:13:06.780Z | Compiling pin-project-internal v1.1.6 |
| 2474 | 2025-04-16T22:13:06.780Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2475 | 2025-04-16T22:13:06.780Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2476 | 2025-04-16T22:13:06.873Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2477 | 2025-04-16T22:13:07.414Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2478 | 2025-04-16T22:13:08.516Z | Checking rand_seeder v0.3.0 |
| 2479 | 2025-04-16T22:13:08.720Z | Checking pin-project v1.1.6 |
| 2480 | 2025-04-16T22:13:08.794Z | Compiling snafu-derive v0.8.5 |
| 2481 | 2025-04-16T22:13:08.900Z | Checking olpc-cjson v0.1.4 |
| 2482 | 2025-04-16T22:13:09.167Z | Checking globset v0.4.15 |
| 2483 | 2025-04-16T22:13:09.207Z | Checking serde_plain v1.0.2 |
| 2484 | 2025-04-16T22:13:09.494Z | Checking typed-path v0.9.3 |
| 2485 | 2025-04-16T22:13:09.692Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2486 | 2025-04-16T22:13:09.947Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2487 | 2025-04-16T22:13:10.748Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2488 | 2025-04-16T22:13:11.059Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2489 | 2025-04-16T22:13:11.456Z | Checking parse-size v1.1.0 |
| 2490 | 2025-04-16T22:13:11.459Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2491 | 2025-04-16T22:13:11.652Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2492 | 2025-04-16T22:13:11.711Z | Checking heck v0.4.1 |
| 2493 | 2025-04-16T22:13:11.960Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2494 | 2025-04-16T22:13:12.402Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2495 | 2025-04-16T22:13:12.429Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2496 | 2025-04-16T22:13:12.792Z | Checking yansi v1.0.1 |
| 2497 | 2025-04-16T22:13:12.842Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2498 | 2025-04-16T22:13:13.609Z | Checking pretty_assertions v1.4.1 |
| 2499 | 2025-04-16T22:13:13.648Z | Checking snafu v0.8.5 |
| 2500 | 2025-04-16T22:13:13.953Z | Checking io-lifetimes v1.0.11 |
| 2501 | 2025-04-16T22:13:14.141Z | Checking tough v0.20.0 |
| 2502 | 2025-04-16T22:13:14.185Z | Checking rustix v0.37.28 |
| 2503 | 2025-04-16T22:13:14.209Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2504 | 2025-04-16T22:13:15.266Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2505 | 2025-04-16T22:13:15.404Z | Checking is_ci v1.2.0 |
| 2506 | 2025-04-16T22:13:15.589Z | Checking supports-color v3.0.2 |
| 2507 | 2025-04-16T22:13:15.819Z | Checking terminal_size v0.2.6 |
| 2508 | 2025-04-16T22:13:16.020Z | Compiling libz-sys v1.1.20 |
| 2509 | 2025-04-16T22:13:16.747Z | Checking smawk v0.3.2 |
| 2510 | 2025-04-16T22:13:17.000Z | Compiling indoc v2.0.6 |
| 2511 | 2025-04-16T22:13:17.986Z | Checking unicode-linebreak v0.1.5 |
| 2512 | 2025-04-16T22:13:18.044Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2513 | 2025-04-16T22:13:18.145Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2514 | 2025-04-16T22:13:18.456Z | Checking textwrap v0.16.1 |
| 2515 | 2025-04-16T22:13:18.658Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2516 | 2025-04-16T22:13:18.818Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2517 | 2025-04-16T22:13:18.914Z | Checking castaway v0.2.3 |
| 2518 | 2025-04-16T22:13:19.101Z | Checking compact_str v0.8.0 |
| 2519 | 2025-04-16T22:13:19.952Z | Checking unicode-truncate v1.1.0 |
| 2520 | 2025-04-16T22:13:20.231Z | Checking lru v0.12.5 |
| 2521 | 2025-04-16T22:13:20.453Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2522 | 2025-04-16T22:13:20.495Z | Compiling instability v0.3.2 |
| 2523 | 2025-04-16T22:13:20.563Z | Checking cassowary v0.3.0 |
| 2524 | 2025-04-16T22:13:21.201Z | Checking cargo-platform v0.1.8 |
| 2525 | 2025-04-16T22:13:21.329Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2526 | 2025-04-16T22:13:21.565Z | Checking ratatui v0.29.0 |
| 2527 | 2025-04-16T22:13:21.575Z | Checking cargo_metadata v0.19.2 |
| 2528 | 2025-04-16T22:13:22.770Z | Compiling vergen v8.3.2 |
| 2529 | 2025-04-16T22:13:23.252Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2530 | 2025-04-16T22:13:23.690Z | Compiling cargo_metadata v0.18.1 |
| 2531 | 2025-04-16T22:13:24.610Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2532 | 2025-04-16T22:13:25.720Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2533 | 2025-04-16T22:13:26.013Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2534 | 2025-04-16T22:13:26.109Z | Checking async-bb8-diesel v0.2.1 |
| 2535 | 2025-04-16T22:13:26.476Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2536 | 2025-04-16T22:13:26.788Z | Compiling rustls v0.21.12 |
| 2537 | 2025-04-16T22:13:26.850Z | Checking shell-words v1.1.0 |
| 2538 | 2025-04-16T22:13:26.871Z | Checking plotters-backend v0.3.7 |
| 2539 | 2025-04-16T22:13:27.536Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2540 | 2025-04-16T22:13:27.957Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2541 | 2025-04-16T22:13:27.957Z | Checking plotters-svg v0.3.7 |
| 2542 | 2025-04-16T22:13:27.957Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2543 | 2025-04-16T22:13:28.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2544 | 2025-04-16T22:13:28.572Z | Checking rustls-webpki v0.101.7 |
| 2545 | 2025-04-16T22:13:28.643Z | Checking sct v0.7.1 |
| 2546 | 2025-04-16T22:13:28.644Z | Checking cast v0.3.0 |
| 2547 | 2025-04-16T22:13:28.652Z | Checking plotters v0.3.7 |
| 2548 | 2025-04-16T22:13:28.652Z | Checking criterion-plot v0.5.0 |
| 2549 | 2025-04-16T22:13:29.065Z | Checking tinytemplate v1.2.1 |
| 2550 | 2025-04-16T22:13:29.520Z | Checking concurrent-queue v2.5.0 |
| 2551 | 2025-04-16T22:13:29.912Z | Checking oorandom v11.1.4 |
| 2552 | 2025-04-16T22:13:30.109Z | Checking anes v0.1.6 |
| 2553 | 2025-04-16T22:13:30.264Z | Checking parking v2.2.1 |
| 2554 | 2025-04-16T22:13:30.449Z | Checking criterion v0.5.1 |
| 2555 | 2025-04-16T22:13:30.479Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2556 | 2025-04-16T22:13:30.732Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2557 | 2025-04-16T22:13:31.099Z | Checking rustls-pemfile v1.0.4 |
| 2558 | 2025-04-16T22:13:31.349Z | Checking twox-hash v2.1.0 |
| 2559 | 2025-04-16T22:13:31.625Z | Checking tokio-rustls v0.24.1 |
| 2560 | 2025-04-16T22:13:32.006Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2561 | 2025-04-16T22:13:32.030Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2562 | 2025-04-16T22:13:33.100Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2563 | 2025-04-16T22:13:34.063Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2564 | 2025-04-16T22:13:34.222Z | Checking fatfs v0.3.6 |
| 2565 | 2025-04-16T22:13:35.193Z | Checking csv-core v0.1.11 |
| 2566 | 2025-04-16T22:13:35.526Z | Checking hex-literal v0.4.1 |
| 2567 | 2025-04-16T22:13:35.664Z | Checking csv v1.3.1 |
| 2568 | 2025-04-16T22:13:35.694Z | Checking event-listener v5.3.1 |
| 2569 | 2025-04-16T22:13:36.125Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2570 | 2025-04-16T22:13:36.505Z | Checking rtoolbox v0.0.2 |
| 2571 | 2025-04-16T22:13:36.741Z | Checking rpassword v7.3.1 |
| 2572 | 2025-04-16T22:13:36.929Z | Checking event-listener-strategy v0.5.2 |
| 2573 | 2025-04-16T22:13:37.173Z | Checking tui-tree-widget v0.23.0 |
| 2574 | 2025-04-16T22:13:37.395Z | Checking polyval v0.6.2 |
| 2575 | 2025-04-16T22:13:37.470Z | Checking futures-lite v2.3.0 |
| 2576 | 2025-04-16T22:13:37.696Z | Checking ghash v0.5.1 |
| 2577 | 2025-04-16T22:13:37.912Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2578 | 2025-04-16T22:13:38.446Z | Checking ctr v0.9.2 |
| 2579 | 2025-04-16T22:13:38.796Z | Checking arrayref v0.3.9 |
| 2580 | 2025-04-16T22:13:38.881Z | Checking constant_time_eq v0.3.1 |
| 2581 | 2025-04-16T22:13:38.931Z | Checking arrayvec v0.7.6 |
| 2582 | 2025-04-16T22:13:39.047Z | Checking aes-gcm v0.10.3 |
| 2583 | 2025-04-16T22:13:39.279Z | Checking ssh-encoding v0.2.0 |
| 2584 | 2025-04-16T22:13:39.318Z | Checking blowfish v0.9.1 |
| 2585 | 2025-04-16T22:13:39.595Z | Compiling petname v2.0.2 |
| 2586 | 2025-04-16T22:13:39.635Z | Checking ssh-cipher v0.2.0 |
| 2587 | 2025-04-16T22:13:39.960Z | Checking bcrypt-pbkdf v0.10.0 |
| 2588 | 2025-04-16T22:13:40.251Z | Checking async-lock v3.4.0 |
| 2589 | 2025-04-16T22:13:40.944Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2590 | 2025-04-16T22:13:41.155Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2591 | 2025-04-16T22:13:41.828Z | Checking polling v3.7.3 |
| 2592 | 2025-04-16T22:13:42.203Z | Checking password-hash v0.4.2 |
| 2593 | 2025-04-16T22:13:42.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2594 | 2025-04-16T22:13:42.436Z | Checking async-io v2.3.4 |
| 2595 | 2025-04-16T22:13:42.677Z | Checking pbkdf2 v0.11.0 |
| 2596 | 2025-04-16T22:13:43.346Z | Checking ssh-key v0.6.6 |
| 2597 | 2025-04-16T22:13:43.837Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2598 | 2025-04-16T22:13:44.588Z | Checking p256 v0.13.2 |
| 2599 | 2025-04-16T22:13:44.941Z | Checking p521 v0.13.3 |
| 2600 | 2025-04-16T22:13:45.130Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2601 | 2025-04-16T22:13:45.409Z | Checking russh-cryptovec v0.7.3 |
| 2602 | 2025-04-16T22:13:45.665Z | Checking sync-ptr v0.1.1 |
| 2603 | 2025-04-16T22:13:45.921Z | Compiling target-lexicon v0.13.2 |
| 2604 | 2025-04-16T22:13:46.483Z | Checking async-task v4.7.1 |
| 2605 | 2025-04-16T22:13:46.865Z | Checking md5 v0.7.0 |
| 2606 | 2025-04-16T22:13:47.020Z | Checking async-channel v2.3.1 |
| 2607 | 2025-04-16T22:13:47.188Z | Checking russh-keys v0.45.0 |
| 2608 | 2025-04-16T22:13:47.358Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2609 | 2025-04-16T22:13:48.584Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2610 | 2025-04-16T22:13:48.622Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2611 | 2025-04-16T22:13:49.092Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2612 | 2025-04-16T22:13:49.318Z | Checking piper v0.2.4 |
| 2613 | 2025-04-16T22:13:49.368Z | Checking num-bigint v0.4.6 |
| 2614 | 2025-04-16T22:13:49.422Z | Checking des v0.8.1 |
| 2615 | 2025-04-16T22:13:49.558Z | Compiling blake3 v1.5.4 |
| 2616 | 2025-04-16T22:13:49.688Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2617 | 2025-04-16T22:13:50.233Z | Compiling guppy-workspace-hack v0.1.0 |
| 2618 | 2025-04-16T22:13:50.534Z | Checking futures-timer v3.0.3 |
| 2619 | 2025-04-16T22:13:50.620Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2620 | 2025-04-16T22:13:51.524Z | Checking blocking v1.6.1 |
| 2621 | 2025-04-16T22:13:51.831Z | Checking russh v0.45.0 |
| 2622 | 2025-04-16T22:13:52.034Z | Checking async-executor v1.13.1 |
| 2623 | 2025-04-16T22:13:52.370Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2624 | 2025-04-16T22:13:52.400Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2625 | 2025-04-16T22:13:52.949Z | Checking async-signal v0.2.10 |
| 2626 | 2025-04-16T22:13:53.252Z | Checking rustls-native-certs v0.7.3 |
| 2627 | 2025-04-16T22:13:53.465Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2628 | 2025-04-16T22:13:53.552Z | Checking memmap2 v0.9.5 |
| 2629 | 2025-04-16T22:13:53.885Z | Checking event-listener v2.5.3 |
| 2630 | 2025-04-16T22:13:53.888Z | Compiling target-spec v3.4.2 |
| 2631 | 2025-04-16T22:13:54.140Z | Checking internet-checksum v0.2.1 |
| 2632 | 2025-04-16T22:13:54.365Z | Checking async-channel v1.9.0 |
| 2633 | 2025-04-16T22:13:54.673Z | Checking hyper-rustls v0.26.0 |
| 2634 | 2025-04-16T22:13:55.050Z | Checking async-process v2.3.0 |
| 2635 | 2025-04-16T22:13:55.082Z | Checking async-global-executor v2.4.1 |
| 2636 | 2025-04-16T22:13:55.362Z | Checking cfg-expr v0.18.0 |
| 2637 | 2025-04-16T22:13:55.586Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2638 | 2025-04-16T22:13:55.993Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2639 | 2025-04-16T22:13:56.196Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2640 | 2025-04-16T22:13:56.414Z | Checking httptest v0.16.3 |
| 2641 | 2025-04-16T22:13:57.036Z | Checking kv-log-macro v1.0.7 |
| 2642 | 2025-04-16T22:13:57.159Z | Compiling async-attributes v1.1.2 |
| 2643 | 2025-04-16T22:13:57.190Z | Checking topological-sort v0.2.2 |
| 2644 | 2025-04-16T22:13:57.425Z | Checking omicron-zone-package v0.12.0 |
| 2645 | 2025-04-16T22:13:58.049Z | Checking async-std v1.13.0 |
| 2646 | 2025-04-16T22:13:59.816Z | Checking pathdiff v0.2.3 |
| 2647 | 2025-04-16T22:14:00.003Z | Compiling rstest_macros v0.24.0 |
| 2648 | 2025-04-16T22:14:00.557Z | Compiling doc-comment v0.3.3 |
| 2649 | 2025-04-16T22:14:01.142Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2650 | 2025-04-16T22:14:01.327Z | Checking nested v0.1.1 |
| 2651 | 2025-04-16T22:14:01.573Z | Compiling target-triple v0.1.3 |
| 2652 | 2025-04-16T22:14:01.595Z | Checking guppy v0.17.17 |
| 2653 | 2025-04-16T22:14:01.949Z | Checking async-object-pool v0.1.5 |
| 2654 | 2025-04-16T22:14:02.309Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2655 | 2025-04-16T22:14:02.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2656 | 2025-04-16T22:14:02.698Z | Checking similar-asserts v1.7.0 |
| 2657 | 2025-04-16T22:14:02.989Z | Checking serde_regex v1.1.0 |
| 2658 | 2025-04-16T22:14:03.265Z | Checking assert-json-diff v2.0.2 |
| 2659 | 2025-04-16T22:14:03.597Z | Compiling proc-macro-crate v3.2.0 |
| 2660 | 2025-04-16T22:14:03.629Z | Checking path-tree v0.8.1 |
| 2661 | 2025-04-16T22:14:03.987Z | Checking stringmetrics v2.2.2 |
| 2662 | 2025-04-16T22:14:04.270Z | Compiling relative-path v1.9.3 |
| 2663 | 2025-04-16T22:14:04.826Z | Compiling assert_cmd v2.0.16 |
| 2664 | 2025-04-16T22:14:04.904Z | Checking termtree v0.4.1 |
| 2665 | 2025-04-16T22:14:05.153Z | Checking predicates-tree v1.0.11 |
| 2666 | 2025-04-16T22:14:05.303Z | Checking httpmock v0.8.0-alpha.1 |
| 2667 | 2025-04-16T22:14:05.628Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2668 | 2025-04-16T22:14:06.914Z | Checking blake2b_simd v1.0.2 |
| 2669 | 2025-04-16T22:14:07.796Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2670 | 2025-04-16T22:14:10.411Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2671 | 2025-04-16T22:14:10.708Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2672 | 2025-04-16T22:14:11.069Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2673 | 2025-04-16T22:14:11.419Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2674 | 2025-04-16T22:14:11.953Z | Checking serde_tokenstream v0.2.2 |
| 2675 | 2025-04-16T22:14:12.373Z | Checking uzers v0.12.1 |
| 2676 | 2025-04-16T22:14:12.916Z | Checking rust-argon2 v2.1.0 |
| 2677 | 2025-04-16T22:14:13.443Z | Checking trybuild v1.0.103 |
| 2678 | 2025-04-16T22:14:13.876Z | Checking rstest v0.24.0 |
| 2679 | 2025-04-16T22:14:14.142Z | Compiling git2 v0.19.0 |
| 2680 | 2025-04-16T22:14:14.758Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2681 | 2025-04-16T22:14:14.782Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2682 | 2025-04-16T22:14:16.017Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2683 | 2025-04-16T22:14:16.375Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2684 | 2025-04-16T22:14:16.762Z | Checking rand_distr v0.4.3 |
| 2685 | 2025-04-16T22:14:17.496Z | Checking multimap v0.10.0 |
| 2686 | 2025-04-16T22:14:17.832Z | Checking approx v0.5.1 |
| 2687 | 2025-04-16T22:14:18.155Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2688 | 2025-04-16T22:14:19.319Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2689 | 2025-04-16T22:14:20.725Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2690 | 2025-04-16T22:14:21.471Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2691 | 2025-04-16T22:14:21.556Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2692 | 2025-04-16T22:14:21.983Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2693 | 2025-04-16T22:14:22.323Z | Checking partial-io v0.5.4 |
| 2694 | 2025-04-16T22:14:22.412Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2695 | 2025-04-16T22:14:22.704Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2696 | 2025-04-16T22:14:22.777Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2697 | 2025-04-16T22:14:22.803Z | Checking cargo_toml v0.21.0 |
| 2698 | 2025-04-16T22:14:23.824Z | Checking termios v0.3.3 |
| 2699 | 2025-04-16T22:14:24.072Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2700 | 2025-04-16T22:14:24.106Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2701 | 2025-04-16T22:14:24.899Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2702 | 2025-04-16T22:14:25.213Z | Compiling samael v0.0.18 |
| 2703 | 2025-04-16T22:14:27.997Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2704 | 2025-04-16T22:14:44.493Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2705 | 2025-04-16T22:14:48.303Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2706 | 2025-04-16T22:14:52.938Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2707 | 2025-04-16T22:15:06.354Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2708 | 2025-04-16T22:15:13.938Z | Compiling polar-core v0.27.3 |
| 2709 | 2025-04-16T22:15:17.579Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2710 | 2025-04-16T22:15:18.418Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2711 | 2025-04-16T22:15:22.896Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2712 | 2025-04-16T22:15:25.426Z | Checking oso v0.27.3 |
| 2713 | 2025-04-16T22:16:08.801Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2714 | 2025-04-16T22:16:08.801Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2715 | 2025-04-16T22:16:08.805Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2716 | 2025-04-16T22:17:28.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
| 2717 | 2025-04-16T22:17:28.990Z | |
| 2718 | 2025-04-16T22:17:28.990Z | real 6:49.975984236 |
| 2719 | 2025-04-16T22:17:28.990Z | user 37:14.782850782 |
| 2720 | 2025-04-16T22:17:28.990Z | sys 5:29.158853571 |
| 2721 | 2025-04-16T22:17:28.990Z | trap 1.078306077 |
| 2722 | 2025-04-16T22:17:28.990Z | tflt 0.584369823 |
| 2723 | 2025-04-16T22:17:28.990Z | dflt 0.215223175 |
| 2724 | 2025-04-16T22:17:28.990Z | kflt 0.001382610 |
| 2725 | 2025-04-16T22:17:28.993Z | lock 53:54.403354767 |
| 2726 | 2025-04-16T22:17:28.993Z | slp 2:07:58.210328697 |
| 2727 | 2025-04-16T22:17:28.993Z | lat 1:51.879400081 |
| 2728 | 2025-04-16T22:17:28.993Z | stop 7:20.302174979 |
| 2729 | 2025-04-16T22:17:28.993Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2730 | 2025-04-16T22:17:28.994Z | + ptime -m cargo doc --workspace --no-deps |
| 2731 | 2025-04-16T22:17:30.200Z | warning: output filename collision. |
| 2732 | 2025-04-16T22:17:30.200Z | 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)`. |
| 2733 | 2025-04-16T22:17:30.200Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2734 | 2025-04-16T22:17:30.200Z | The targets should have unique names. |
| 2735 | 2025-04-16T22:17:30.200Z | This is a known bug where multiple crates with the same name use |
| 2736 | 2025-04-16T22:17:30.200Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2737 | 2025-04-16T22:17:30.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2738 | 2025-04-16T22:17:30.879Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2739 | 2025-04-16T22:17:30.915Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2740 | 2025-04-16T22:17:30.951Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2741 | 2025-04-16T22:17:30.986Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2742 | 2025-04-16T22:17:30.990Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2743 | 2025-04-16T22:17:30.990Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2744 | 2025-04-16T22:17:31.169Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2745 | 2025-04-16T22:17:31.272Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2746 | 2025-04-16T22:17:31.324Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2747 | 2025-04-16T22:17:31.351Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2748 | 2025-04-16T22:17:31.372Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2749 | 2025-04-16T22:17:31.605Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2750 | 2025-04-16T22:17:31.653Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2751 | 2025-04-16T22:17:31.921Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2752 | 2025-04-16T22:17:31.961Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2753 | 2025-04-16T22:17:32.012Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2754 | 2025-04-16T22:17:32.083Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2755 | 2025-04-16T22:17:32.261Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2756 | 2025-04-16T22:17:32.420Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2757 | 2025-04-16T22:17:32.810Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2758 | 2025-04-16T22:17:33.067Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2759 | 2025-04-16T22:17:33.184Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2760 | 2025-04-16T22:17:33.321Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2761 | 2025-04-16T22:17:33.345Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2762 | 2025-04-16T22:17:33.417Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2763 | 2025-04-16T22:17:33.555Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2764 | 2025-04-16T22:17:33.794Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2765 | 2025-04-16T22:17:33.948Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2766 | 2025-04-16T22:17:34.270Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2767 | 2025-04-16T22:17:34.661Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2768 | 2025-04-16T22:17:34.683Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2769 | 2025-04-16T22:17:35.210Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2770 | 2025-04-16T22:17:35.234Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2771 | 2025-04-16T22:17:35.528Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2772 | 2025-04-16T22:17:35.663Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2773 | 2025-04-16T22:17:35.826Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2774 | 2025-04-16T22:17:35.902Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2775 | 2025-04-16T22:17:35.992Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2776 | 2025-04-16T22:17:36.206Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2777 | 2025-04-16T22:17:36.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2778 | 2025-04-16T22:17:36.393Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2779 | 2025-04-16T22:17:36.450Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2780 | 2025-04-16T22:17:36.518Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2781 | 2025-04-16T22:17:36.577Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2782 | 2025-04-16T22:17:36.759Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2783 | 2025-04-16T22:17:36.920Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2784 | 2025-04-16T22:17:37.149Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2785 | 2025-04-16T22:17:37.182Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2786 | 2025-04-16T22:17:37.266Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2787 | 2025-04-16T22:17:37.321Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2788 | 2025-04-16T22:17:37.533Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2789 | 2025-04-16T22:17:37.739Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2790 | 2025-04-16T22:17:37.763Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2791 | 2025-04-16T22:17:37.766Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2792 | 2025-04-16T22:17:37.927Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2793 | 2025-04-16T22:17:38.061Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2794 | 2025-04-16T22:17:38.777Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2795 | 2025-04-16T22:17:39.162Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2796 | 2025-04-16T22:17:40.375Z | Documenting ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2797 | 2025-04-16T22:17:41.092Z | Documenting ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2798 | 2025-04-16T22:17:42.341Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2799 | 2025-04-16T22:17:42.910Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2800 | 2025-04-16T22:17:43.712Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2801 | 2025-04-16T22:17:43.850Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2802 | 2025-04-16T22:17:45.117Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2803 | 2025-04-16T22:17:45.521Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2804 | 2025-04-16T22:17:45.608Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2805 | 2025-04-16T22:17:45.896Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2806 | 2025-04-16T22:17:46.314Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2807 | 2025-04-16T22:17:46.638Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2808 | 2025-04-16T22:17:47.249Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2809 | 2025-04-16T22:17:47.720Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2810 | 2025-04-16T22:17:48.441Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2811 | 2025-04-16T22:17:48.794Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2812 | 2025-04-16T22:17:50.995Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2813 | 2025-04-16T22:17:52.993Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2814 | 2025-04-16T22:17:54.385Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2815 | 2025-04-16T22:17:54.843Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2816 | 2025-04-16T22:17:55.136Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2817 | 2025-04-16T22:17:56.112Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2818 | 2025-04-16T22:17:56.207Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2819 | 2025-04-16T22:17:57.077Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2820 | 2025-04-16T22:17:57.289Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2821 | 2025-04-16T22:17:58.413Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2822 | 2025-04-16T22:17:58.793Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2823 | 2025-04-16T22:17:58.876Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2824 | 2025-04-16T22:17:59.235Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2825 | 2025-04-16T22:17:59.642Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2826 | 2025-04-16T22:17:59.734Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2827 | 2025-04-16T22:18:00.366Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2828 | 2025-04-16T22:18:01.005Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2829 | 2025-04-16T22:18:01.242Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2830 | 2025-04-16T22:18:01.474Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2831 | 2025-04-16T22:18:01.913Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2832 | 2025-04-16T22:18:02.681Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2833 | 2025-04-16T22:18:02.713Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2834 | 2025-04-16T22:18:03.418Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2835 | 2025-04-16T22:18:03.726Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2836 | 2025-04-16T22:18:04.203Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2837 | 2025-04-16T22:18:04.453Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2838 | 2025-04-16T22:18:04.945Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2839 | 2025-04-16T22:18:04.969Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2840 | 2025-04-16T22:18:05.789Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2841 | 2025-04-16T22:18:05.816Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2842 | 2025-04-16T22:18:05.819Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2843 | 2025-04-16T22:18:06.070Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2844 | 2025-04-16T22:18:06.355Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2845 | 2025-04-16T22:18:06.392Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2846 | 2025-04-16T22:18:06.423Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2847 | 2025-04-16T22:18:06.643Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2848 | 2025-04-16T22:18:07.369Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2025-04-16T22:18:07.561Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2850 | 2025-04-16T22:18:07.664Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2851 | 2025-04-16T22:18:07.970Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2852 | 2025-04-16T22:18:08.205Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2853 | 2025-04-16T22:18:09.068Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2854 | 2025-04-16T22:18:09.609Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2855 | 2025-04-16T22:18:09.664Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2856 | 2025-04-16T22:18:09.704Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2857 | 2025-04-16T22:18:10.071Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2858 | 2025-04-16T22:18:10.662Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2859 | 2025-04-16T22:18:10.995Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2860 | 2025-04-16T22:18:12.362Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2861 | 2025-04-16T22:18:14.106Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2862 | 2025-04-16T22:18:14.316Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2863 | 2025-04-16T22:18:14.666Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2864 | 2025-04-16T22:18:15.078Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2865 | 2025-04-16T22:18:15.101Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2866 | 2025-04-16T22:18:15.339Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2867 | 2025-04-16T22:18:15.573Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2868 | 2025-04-16T22:18:16.703Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2869 | 2025-04-16T22:18:16.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2025-04-16T22:18:17.334Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2871 | 2025-04-16T22:18:17.605Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2872 | 2025-04-16T22:18:17.714Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2873 | 2025-04-16T22:18:19.731Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2874 | 2025-04-16T22:18:19.797Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2875 | 2025-04-16T22:18:19.994Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2876 | 2025-04-16T22:18:20.463Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2877 | 2025-04-16T22:18:21.147Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2878 | 2025-04-16T22:18:21.468Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2879 | 2025-04-16T22:18:25.855Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2880 | 2025-04-16T22:18:27.760Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2881 | 2025-04-16T22:18:28.056Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2882 | 2025-04-16T22:18:29.590Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2883 | 2025-04-16T22:18:30.652Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2884 | 2025-04-16T22:18:31.836Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2885 | 2025-04-16T22:18:33.028Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2886 | 2025-04-16T22:18:35.706Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2887 | 2025-04-16T22:18:36.607Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2888 | 2025-04-16T22:18:37.989Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2889 | 2025-04-16T22:18:39.862Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2025-04-16T22:18:40.319Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2891 | 2025-04-16T22:18:42.197Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2892 | 2025-04-16T22:18:42.554Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2893 | 2025-04-16T22:18:44.676Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2894 | 2025-04-16T22:18:44.704Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2895 | 2025-04-16T22:18:49.185Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2896 | 2025-04-16T22:18:51.127Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2897 | 2025-04-16T22:18:51.344Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2898 | 2025-04-16T22:18:52.509Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2899 | 2025-04-16T22:18:52.658Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2900 | 2025-04-16T22:18:53.334Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2901 | 2025-04-16T22:18:55.158Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2902 | 2025-04-16T22:18:56.100Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2903 | 2025-04-16T22:18:57.088Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2904 | 2025-04-16T22:18:57.814Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2905 | 2025-04-16T22:18:58.040Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2906 | 2025-04-16T22:18:58.544Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2907 | 2025-04-16T22:18:59.497Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2908 | 2025-04-16T22:19:02.396Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2909 | 2025-04-16T22:19:02.806Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2025-04-16T22:19:03.397Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2911 | 2025-04-16T22:19:04.609Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2912 | 2025-04-16T22:19:06.851Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2913 | 2025-04-16T22:19:07.403Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2914 | 2025-04-16T22:19:07.408Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2915 | 2025-04-16T22:19:07.527Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2916 | 2025-04-16T22:19:08.038Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2917 | 2025-04-16T22:19:08.140Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2918 | 2025-04-16T22:19:09.867Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2919 | 2025-04-16T22:19:09.976Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2920 | 2025-04-16T22:19:10.348Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2921 | 2025-04-16T22:19:11.880Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2922 | 2025-04-16T22:19:11.961Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2923 | 2025-04-16T22:19:12.177Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2924 | 2025-04-16T22:19:14.299Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2925 | 2025-04-16T22:19:14.885Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2926 | 2025-04-16T22:19:15.712Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2927 | 2025-04-16T22:19:16.447Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2928 | 2025-04-16T22:19:16.520Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2929 | 2025-04-16T22:19:16.570Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2930 | 2025-04-16T22:19:19.332Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2931 | 2025-04-16T22:19:19.641Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2932 | 2025-04-16T22:19:20.036Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2933 | 2025-04-16T22:19:20.384Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2934 | 2025-04-16T22:19:20.482Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2935 | 2025-04-16T22:19:20.554Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2936 | 2025-04-16T22:19:23.385Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2937 | 2025-04-16T22:19:24.386Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2938 | 2025-04-16T22:19:24.844Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2939 | 2025-04-16T22:19:25.775Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2940 | 2025-04-16T22:19:26.964Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2941 | 2025-04-16T22:19:28.537Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2942 | 2025-04-16T22:19:28.738Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2943 | 2025-04-16T22:19:28.961Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2944 | 2025-04-16T22:19:29.352Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2945 | 2025-04-16T22:19:29.485Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2946 | 2025-04-16T22:19:30.703Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2947 | 2025-04-16T22:19:32.008Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2948 | 2025-04-16T22:19:32.262Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2949 | 2025-04-16T22:19:32.322Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2950 | 2025-04-16T22:19:32.636Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2951 | 2025-04-16T22:19:33.328Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2952 | 2025-04-16T22:19:33.824Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2953 | 2025-04-16T22:19:38.724Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2954 | 2025-04-16T22:19:38.802Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2955 | 2025-04-16T22:19:38.802Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2956 | 2025-04-16T22:19:38.802Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2957 | 2025-04-16T22:19:38.802Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2958 | 2025-04-16T22:19:38.802Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2959 | 2025-04-16T22:19:38.802Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2960 | 2025-04-16T22:19:38.802Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2961 | 2025-04-16T22:19:38.802Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2962 | 2025-04-16T22:19:38.849Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2963 | 2025-04-16T22:19:40.208Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2964 | 2025-04-16T22:19:41.013Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2965 | 2025-04-16T22:19:41.034Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2966 | 2025-04-16T22:19:41.263Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2967 | 2025-04-16T22:19:41.326Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2968 | 2025-04-16T22:19:41.356Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2969 | 2025-04-16T22:19:41.769Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2970 | 2025-04-16T22:19:41.911Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2971 | 2025-04-16T22:19:44.300Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2972 | 2025-04-16T22:19:49.587Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2973 | 2025-04-16T22:19:49.628Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2974 | 2025-04-16T22:19:49.730Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2975 | 2025-04-16T22:19:49.873Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2976 | 2025-04-16T22:19:49.966Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2025-04-16T22:19:53.144Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2978 | 2025-04-16T22:19:53.525Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2979 | 2025-04-16T22:19:54.363Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2980 | 2025-04-16T22:19:55.181Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2981 | 2025-04-16T22:19:55.809Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2982 | 2025-04-16T22:19:56.207Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2983 | 2025-04-16T22:19:56.229Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2984 | 2025-04-16T22:19:57.173Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2985 | 2025-04-16T22:19:57.264Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2986 | 2025-04-16T22:19:57.452Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2987 | 2025-04-16T22:19:57.953Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2988 | 2025-04-16T22:19:58.233Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2989 | 2025-04-16T22:19:58.273Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2990 | 2025-04-16T22:19:58.538Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2991 | 2025-04-16T22:19:59.250Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2992 | 2025-04-16T22:19:59.641Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2993 | 2025-04-16T22:19:59.701Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2994 | 2025-04-16T22:20:00.227Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2995 | 2025-04-16T22:20:00.560Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2996 | 2025-04-16T22:20:00.685Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2997 | 2025-04-16T22:20:00.751Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2998 | 2025-04-16T22:20:01.173Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2999 | 2025-04-16T22:20:01.599Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3000 | 2025-04-16T22:20:01.844Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3001 | 2025-04-16T22:20:02.128Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3002 | 2025-04-16T22:20:02.499Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3003 | 2025-04-16T22:20:40.043Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3004 | 2025-04-16T22:20:46.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 3005 | 2025-04-16T22:20:47.079Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 155 other files |
| 3006 | 2025-04-16T22:20:47.146Z | |
| 3007 | 2025-04-16T22:20:47.150Z | real 3:18.093093078 |
| 3008 | 2025-04-16T22:20:47.150Z | user 18:53.575325384 |
| 3009 | 2025-04-16T22:20:47.150Z | sys 2:44.668064043 |
| 3010 | 2025-04-16T22:20:47.150Z | trap 0.516657245 |
| 3011 | 2025-04-16T22:20:47.150Z | tflt 0.089419605 |
| 3012 | 2025-04-16T22:20:47.150Z | dflt 0.182765326 |
| 3013 | 2025-04-16T22:20:47.150Z | kflt 0.000317070 |
| 3014 | 2025-04-16T22:20:47.150Z | lock 26:33.745379283 |
| 3015 | 2025-04-16T22:20:47.150Z | slp 53:54.266974154 |
| 3016 | 2025-04-16T22:20:47.150Z | lat 1:11.858349413 |
| 3017 | 2025-04-16T22:20:47.150Z | stop 1:36.977099668 |
| 3018 | 2025-04-16T22:20:47.150Z | process exited: duration 916320 ms, exit code 0 |
| |
| 3019 | 2025-04-16T22:20:47.157Z | found 0 output files |