|
|
|
| 1 | 2025-02-21T00:45:50.940Z | job assigned to worker 01JMJZDT71JN6W8YGCN0526WYP [factory aws, i-0d3bbe20cfb7baab0] (queued for 59 s) |
| |
| 2 | 2025-02-21T00:45:58.807Z | starting task 0: "setup" |
| 3 | 2025-02-21T00:45:58.815Z | ++ uname -s |
| 4 | 2025-02-21T00:45:58.818Z | + kern=SunOS |
| 5 | 2025-02-21T00:45:58.818Z | + build_user=build |
| 6 | 2025-02-21T00:45:58.819Z | + build_uid=12345 |
| 7 | 2025-02-21T00:45:58.819Z | + work_dir=/work |
| 8 | 2025-02-21T00:45:58.819Z | + input_dir=/input |
| 9 | 2025-02-21T00:45:58.819Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-21T00:45:58.819Z | + case "$kern" in |
| 11 | 2025-02-21T00:45:58.819Z | + groupadd -g 12345 build |
| 12 | 2025-02-21T00:45:58.822Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-21T00:46:00.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-21T00:46:00.946Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-21T00:46:00.949Z | + home_fs=zfs |
| 16 | 2025-02-21T00:46:00.949Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-21T00:46:00.949Z | + mkdir -p /home/build |
| 18 | 2025-02-21T00:46:00.953Z | + chown build:build /home/build /work |
| 19 | 2025-02-21T00:46:02.953Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-21T00:46:02.957Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2025-02-21T00:46:02.962Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-21T00:46:02.967Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-21T00:46:02.967Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-21T00:46:02.968Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-21T00:46:02.968Z | * rust toolchain profile = "default" |
| 26 | 2025-02-21T00:46:02.968Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-21T00:46:02.968Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-21T00:46:02.970Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-21T00:46:02.970Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-21T00:46:03.063Z | info: downloading installer |
| 31 | 2025-02-21T00:46:04.195Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-21T00:46:04.195Z | warning: /opt/ooce/bin |
| 33 | 2025-02-21T00:46:04.195Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-21T00:46:04.195Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-21T00:46:04.195Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-21T00:46:04.195Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-21T00:46:04.195Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-21T00:46:04.196Z | error: cannot install while Rust is installed |
| 39 | 2025-02-21T00:46:04.196Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-21T00:46:04.208Z | info: profile set to 'default' |
| 41 | 2025-02-21T00:46:04.208Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-21T00:46:04.212Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-21T00:46:04.371Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-21T00:46:04.371Z | info: downloading component 'cargo' |
| 45 | 2025-02-21T00:46:05.064Z | info: downloading component 'clippy' |
| 46 | 2025-02-21T00:46:05.329Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-21T00:46:06.379Z | info: downloading component 'rust-std' |
| 48 | 2025-02-21T00:46:08.103Z | info: downloading component 'rustc' |
| 49 | 2025-02-21T00:46:13.416Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-21T00:46:13.612Z | info: installing component 'cargo' |
| 51 | 2025-02-21T00:46:14.424Z | info: installing component 'clippy' |
| 52 | 2025-02-21T00:46:14.803Z | info: installing component 'rust-docs' |
| 53 | 2025-02-21T00:46:16.552Z | info: installing component 'rust-std' |
| 54 | 2025-02-21T00:46:18.408Z | info: installing component 'rustc' |
| 55 | 2025-02-21T00:46:24.367Z | info: installing component 'rustfmt' |
| 56 | 2025-02-21T00:46:24.699Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-21T00:46:24.699Z | |
| 58 | 2025-02-21T00:46:25.068Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-21T00:46:25.068Z | |
| 60 | 2025-02-21T00:46:25.072Z | |
| 61 | 2025-02-21T00:46:25.072Z | Rust is installed now. Great! |
| 62 | 2025-02-21T00:46:25.072Z | |
| 63 | 2025-02-21T00:46:25.072Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-21T00:46:25.072Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-21T00:46:25.072Z | |
| 66 | 2025-02-21T00:46:25.072Z | To configure your current shell, you need to source |
| 67 | 2025-02-21T00:46:25.072Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-21T00:46:25.072Z | |
| 69 | 2025-02-21T00:46:25.072Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-21T00:46:25.072Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-21T00:46:25.072Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-21T00:46:25.139Z | + rustup --version |
| 73 | 2025-02-21T00:46:25.147Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-21T00:46:25.147Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-21T00:46:25.227Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-21T00:46:25.230Z | + cargo --version |
| 77 | 2025-02-21T00:46:25.287Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-21T00:46:25.289Z | + rustc --version |
| 79 | 2025-02-21T00:46:25.354Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-21T00:46:25.357Z | process exited: duration 22393 ms, exit code 0 |
| |
| 81 | 2025-02-21T00:46:25.374Z | starting task 2: "authentication" |
| 82 | 2025-02-21T00:46:25.400Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-21T00:46:25.409Z | starting task 3: "clone repository" |
| 84 | 2025-02-21T00:46:25.412Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-21T00:46:25.416Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-21T00:46:25.459Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-21T00:46:33.630Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-21T00:46:33.630Z | + git fetch origin d68fa15c2e37f0fab21608238315e8feeeeb4caa |
| 89 | 2025-02-21T00:46:33.955Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-21T00:46:33.955Z | * branch d68fa15c2e37f0fab21608238315e8feeeeb4caa -> FETCH_HEAD |
| 91 | 2025-02-21T00:46:33.965Z | + [[ -n sunshowers/spr/do-not-merge-upgrade-to-rust-185-and-rust-2024 ]] |
| 92 | 2025-02-21T00:46:33.968Z | ++ git branch --show-current |
| 93 | 2025-02-21T00:46:33.971Z | + current=main |
| 94 | 2025-02-21T00:46:33.971Z | + [[ main != sunshowers/spr/do-not-merge-upgrade-to-rust-185-and-rust-2024 ]] |
| 95 | 2025-02-21T00:46:33.971Z | + git branch -f sunshowers/spr/do-not-merge-upgrade-to-rust-185-and-rust-2024 d68fa15c2e37f0fab21608238315e8feeeeb4caa |
| 96 | 2025-02-21T00:46:33.973Z | + git checkout -f sunshowers/spr/do-not-merge-upgrade-to-rust-185-and-rust-2024 |
| 97 | 2025-02-21T00:46:34.121Z | Switched to branch 'sunshowers/spr/do-not-merge-upgrade-to-rust-185-and-rust-2024' |
| 98 | 2025-02-21T00:46:34.124Z | + git reset --hard d68fa15c2e37f0fab21608238315e8feeeeb4caa |
| 99 | 2025-02-21T00:46:34.287Z | HEAD is now at d68fa15c2 run cargo fmt a couple more times |
| 100 | 2025-02-21T00:46:34.291Z | process exited: duration 8881 ms, exit code 0 |
| |
| 101 | 2025-02-21T00:46:34.296Z | starting task 4: "build" |
| 102 | 2025-02-21T00:46:34.302Z | + source ./env.sh |
| 103 | 2025-02-21T00:46:34.302Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2025-02-21T00:46:34.304Z | ++ set -o xtrace |
| 105 | 2025-02-21T00:46:34.307Z | ++++ dirname ./env.sh |
| 106 | 2025-02-21T00:46:34.309Z | +++ readlink -f . |
| 107 | 2025-02-21T00:46:34.312Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2025-02-21T00:46:34.312Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2025-02-21T00:46:34.312Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-02-21T00:46:34.312Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-02-21T00:46:34.312Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-02-21T00:46:34.312Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2025-02-21T00:46:34.312Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2025-02-21T00:46:34.312Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2025-02-21T00:46:34.312Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-02-21T00:46:34.312Z | ++ case $OLD_SHELL_OPTS in |
| 117 | 2025-02-21T00:46:34.312Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 118 | 2025-02-21T00:46:34.312Z | + source .github/buildomat/ci-env.sh |
| 119 | 2025-02-21T00:46:34.312Z | ++ export CARGO_TERM_COLOR=always |
| 120 | 2025-02-21T00:46:34.312Z | ++ CARGO_TERM_COLOR=always |
| 121 | 2025-02-21T00:46:34.312Z | + cargo --version |
| 122 | 2025-02-21T00:46:34.363Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 123 | 2025-02-21T00:46:34.365Z | + rustc --version |
| 124 | 2025-02-21T00:46:34.428Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 125 | 2025-02-21T00:46:34.430Z | + banner prerequisites |
| 126 | 2025-02-21T00:46:34.433Z | |
| 127 | 2025-02-21T00:46:34.433Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 128 | 2025-02-21T00:46:34.433Z | # # # # # # # # # # # # # # # |
| 129 | 2025-02-21T00:46:34.434Z | # # # # ##### # # ##### # # # # # #### # |
| 130 | 2025-02-21T00:46:34.434Z | ##### ##### # ##### # # # # # # # # # |
| 131 | 2025-02-21T00:46:34.434Z | # # # # # # # # # # # # # # # |
| 132 | 2025-02-21T00:46:34.434Z | # # # ###### # # ###### ### # #### # #### # |
| 133 | 2025-02-21T00:46:34.434Z | |
| 134 | 2025-02-21T00:46:34.437Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 135 | 2025-02-21T00:46:36.025Z | pkg list: illegal option -- F |
| 136 | 2025-02-21T00:46:36.025Z | Usage: |
| 137 | 2025-02-21T00:46:36.028Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 138 | 2025-02-21T00:46:36.028Z | [pkg_fmri_pattern ...] |
| 139 | 2025-02-21T00:46:36.880Z | pkg list: illegal option -- F |
| 140 | 2025-02-21T00:46:36.880Z | Usage: |
| 141 | 2025-02-21T00:46:36.883Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 142 | 2025-02-21T00:46:36.883Z | [pkg_fmri_pattern ...] |
| 143 | 2025-02-21T00:46:47.070Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 144 | 2025-02-21T00:46:51.358Z | Startup: Caching catalogs ... Done |
| 145 | 2025-02-21T00:47:04.644Z | Planning: Solver setup ... Done (12.335s) |
| 146 | 2025-02-21T00:47:04.793Z | Planning: Running solver ... Done (0.149s) |
| 147 | 2025-02-21T00:47:04.917Z | Planning: Finding local manifests ... Done (0.008s) |
| 148 | 2025-02-21T00:47:04.964Z | Planning: Fetching manifests: 0/7 0% complete |
| 149 | 2025-02-21T00:47:05.631Z | Planning: Fetching manifests: 7/7 100% complete |
| 150 | 2025-02-21T00:47:05.741Z | Planning: Package planning ... Done (0.110s) |
| 151 | 2025-02-21T00:47:05.797Z | Planning: Merging actions ... Done (0.056s) |
| 152 | 2025-02-21T00:47:05.994Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 153 | 2025-02-21T00:47:08.147Z | Planning: Consolidating action changes ... Done (2.151s) |
| 154 | 2025-02-21T00:47:08.590Z | Planning: Evaluating mediators ... Done (0.444s) |
| 155 | 2025-02-21T00:47:08.673Z | Planning: Planning completed in 17.22 seconds |
| 156 | 2025-02-21T00:47:08.690Z | Packages to install: 4 |
| 157 | 2025-02-21T00:47:08.690Z | Packages to update: 3 |
| 158 | 2025-02-21T00:47:08.693Z | Mediators to change: 2 |
| 159 | 2025-02-21T00:47:08.693Z | Services to change: 1 |
| 160 | 2025-02-21T00:47:08.693Z | Estimated space available: 155.60 GB |
| 161 | 2025-02-21T00:47:08.693Z | Estimated space to be consumed: 1.66 GB |
| 162 | 2025-02-21T00:47:08.693Z | Create boot environment: No |
| 163 | 2025-02-21T00:47:08.693Z | Create backup boot environment: Yes |
| 164 | 2025-02-21T00:47:08.693Z | Rebuild boot archive: No |
| 165 | 2025-02-21T00:47:08.693Z | |
| 166 | 2025-02-21T00:47:08.693Z | Changed mediators: |
| 167 | 2025-02-21T00:47:08.693Z | mediator clang: |
| 168 | 2025-02-21T00:47:08.693Z | version: None -> 15 (system default) |
| 169 | 2025-02-21T00:47:08.693Z | |
| 170 | 2025-02-21T00:47:08.694Z | mediator llvm: |
| 171 | 2025-02-21T00:47:08.694Z | version: 14 (system default) -> 15 (system default) |
| 172 | 2025-02-21T00:47:08.694Z | |
| 173 | 2025-02-21T00:47:08.694Z | Changed packages: |
| 174 | 2025-02-21T00:47:08.694Z | helios-dev |
| 175 | 2025-02-21T00:47:08.694Z | developer/build-essential |
| 176 | 2025-02-21T00:47:08.694Z | None -> 11-2.0 |
| 177 | 2025-02-21T00:47:08.694Z | library/libxmlsec1 |
| 178 | 2025-02-21T00:47:08.694Z | None -> 1.2.35-2.0 |
| 179 | 2025-02-21T00:47:08.694Z | ooce/developer/clang-15 |
| 180 | 2025-02-21T00:47:08.694Z | None -> 15.0.7-2.0 |
| 181 | 2025-02-21T00:47:08.694Z | ooce/developer/llvm-15 |
| 182 | 2025-02-21T00:47:08.694Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-21T00:47:08.694Z | package/pkg |
| 184 | 2025-02-21T00:47:08.694Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 185 | 2025-02-21T00:47:08.694Z | system/library/g++-runtime |
| 186 | 2025-02-21T00:47:08.694Z | 13-2.0 -> 14-2.0 |
| 187 | 2025-02-21T00:47:08.694Z | system/library/gcc-runtime |
| 188 | 2025-02-21T00:47:08.694Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-21T00:47:08.694Z | |
| 190 | 2025-02-21T00:47:08.694Z | Services: |
| 191 | 2025-02-21T00:47:08.694Z | restart_fmri: |
| 192 | 2025-02-21T00:47:08.694Z | svc:/system/update-man-index:default |
| 193 | 2025-02-21T00:47:08.694Z | |
| 194 | 2025-02-21T00:47:08.694Z | Editable files to change: |
| 195 | 2025-02-21T00:47:08.694Z | Update: |
| 196 | 2025-02-21T00:47:08.695Z | usr/share/lib/pkg/web/config.shtml |
| 197 | 2025-02-21T00:47:08.781Z | |
| 198 | 2025-02-21T00:47:08.781Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 199 | 2025-02-21T00:47:13.825Z | Download: 386/4301 items 16.5/225.4MB 7% complete (3.4M/s) |
| 200 | 2025-02-21T00:47:18.813Z | Download: 1139/4301 items 52.4/225.4MB 23% complete (5.2M/s) |
| 201 | 2025-02-21T00:47:23.819Z | Download: 1313/4301 items 100.8/225.4MB 44% complete (8.4M/s) |
| 202 | 2025-02-21T00:47:28.855Z | Download: 1792/4301 items 104.7/225.4MB 46% complete (7.9M/s) |
| 203 | 2025-02-21T00:47:33.867Z | Download: 2185/4301 items 105.3/225.4MB 46% complete (745k/s) |
| 204 | 2025-02-21T00:47:42.302Z | Download: 2222/4301 items 105.5/225.4MB 46% complete (435k/s) |
| 205 | 2025-02-21T00:47:48.236Z | Download: 2223/4301 items 105.5/225.4MB 46% complete |
| 206 | 2025-02-21T00:47:53.258Z | Download: 2636/4301 items 120.6/225.4MB 53% complete (3.1M/s) |
| 207 | 2025-02-21T00:47:58.264Z | Download: 3008/4301 items 121.3/225.4MB 53% complete (1.7M/s) |
| 208 | 2025-02-21T00:48:03.423Z | Download: 3245/4301 items 201.6/225.4MB 89% complete (8.0M/s) |
| 209 | 2025-02-21T00:48:10.581Z | Download: 3286/4301 items 212.6/225.4MB 94% complete (9.0M/s) |
| 210 | 2025-02-21T00:48:16.971Z | Download: 3287/4301 items 212.6/225.4MB 94% complete (8.8M/s) |
| 211 | 2025-02-21T00:48:29.756Z | Download: 3288/4301 items 212.6/225.4MB 94% complete |
| 212 | 2025-02-21T00:48:34.789Z | Download: 4024/4301 items 218.5/225.4MB 96% complete (1.2M/s) |
| 213 | 2025-02-21T00:48:41.858Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (1.0M/s) |
| 214 | 2025-02-21T00:48:59.891Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
| 215 | 2025-02-21T00:49:01.454Z | Download: Completed 225.42 MB in 112.68 seconds (2.0M/s) |
| 216 | 2025-02-21T00:49:02.411Z | Actions: 1/5122 actions (Removing old actions) |
| 217 | 2025-02-21T00:49:02.433Z | Actions: 194/5122 actions (Installing new actions) |
| 218 | 2025-02-21T00:49:07.167Z | Actions: 4267/5122 actions (Updating modified actions) |
| 219 | 2025-02-21T00:49:07.527Z | Actions: Completed 5122 actions in 5.12 seconds. |
| 220 | 2025-02-21T00:49:07.770Z | Done (0.235s) |
| 221 | 2025-02-21T00:49:07.773Z | Done (0.001s) |
| 222 | 2025-02-21T00:49:08.383Z | Done (0.611s) |
| 223 | 2025-02-21T00:49:13.147Z | Done (4.526s) |
| 224 | 2025-02-21T00:49:13.242Z | Done (0.018s) |
| 225 | 2025-02-21T00:49:13.244Z | Done (0.000s) |
| 226 | 2025-02-21T00:49:13.431Z | Done (0.000s) |
| 227 | 2025-02-21T00:49:14.227Z | Planning: Evaluating mediator changes ... Done |
| 228 | 2025-02-21T00:49:14.408Z | Planning: Checking for conflicting actions ... Done |
| 229 | 2025-02-21T00:49:14.411Z | Planning: Consolidating action changes ... Done |
| 230 | 2025-02-21T00:49:14.704Z | Planning: Evaluating mediators ... Done |
| 231 | 2025-02-21T00:49:14.706Z | Planning: Planning completed in 0.48 seconds |
| 232 | 2025-02-21T00:49:14.747Z | Mediators to change: 2 |
| 233 | 2025-02-21T00:49:14.748Z | Create boot environment: No |
| 234 | 2025-02-21T00:49:14.748Z | Create backup boot environment: No |
| 235 | 2025-02-21T00:49:14.846Z | Done |
| 236 | 2025-02-21T00:49:14.846Z | Done |
| 237 | 2025-02-21T00:49:15.250Z | Done |
| 238 | 2025-02-21T00:49:19.317Z | Done |
| 239 | 2025-02-21T00:49:19.406Z | Done |
| 240 | 2025-02-21T00:49:19.409Z | Done |
| 241 | 2025-02-21T00:49:19.528Z | Done |
| 242 | 2025-02-21T00:49:20.167Z | Planning: Evaluating mediator changes ... Done |
| 243 | 2025-02-21T00:49:20.171Z | Planning: Merging actions ... Done |
| 244 | 2025-02-21T00:49:20.365Z | Planning: Checking for conflicting actions ... Done |
| 245 | 2025-02-21T00:49:20.367Z | Planning: Consolidating action changes ... Done |
| 246 | 2025-02-21T00:49:20.644Z | Planning: Evaluating mediators ... Done |
| 247 | 2025-02-21T00:49:20.704Z | Planning: Planning completed in 0.79 seconds |
| 248 | 2025-02-21T00:49:20.747Z | Packages to change: 1 |
| 249 | 2025-02-21T00:49:20.747Z | Mediators to change: 1 |
| 250 | 2025-02-21T00:49:20.747Z | Services to change: 1 |
| 251 | 2025-02-21T00:49:20.747Z | Create boot environment: No |
| 252 | 2025-02-21T00:49:20.749Z | Create backup boot environment: Yes |
| 253 | 2025-02-21T00:49:23.025Z | Actions: 1/6 actions (Updating modified actions) |
| 254 | 2025-02-21T00:49:23.028Z | Actions: Completed 6 actions in 0.00 seconds. |
| 255 | 2025-02-21T00:49:23.028Z | Done |
| 256 | 2025-02-21T00:49:23.028Z | Done |
| 257 | 2025-02-21T00:49:23.151Z | Done |
| 258 | 2025-02-21T00:49:27.176Z | Done |
| 259 | 2025-02-21T00:49:27.268Z | Done |
| 260 | 2025-02-21T00:49:27.272Z | Done |
| 261 | 2025-02-21T00:49:27.404Z | Done |
| 262 | 2025-02-21T00:49:27.846Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 263 | 2025-02-21T00:49:27.846Z | clang system 15 system |
| 264 | 2025-02-21T00:49:27.846Z | csh system system illumos |
| 265 | 2025-02-21T00:49:27.846Z | ctags system system illumos |
| 266 | 2025-02-21T00:49:27.846Z | gcc vendor 12 vendor |
| 267 | 2025-02-21T00:49:27.846Z | gcc system 10 system |
| 268 | 2025-02-21T00:49:27.846Z | gcc system 7 system |
| 269 | 2025-02-21T00:49:27.846Z | go system 1.20 system |
| 270 | 2025-02-21T00:49:27.846Z | go system 1.19 system |
| 271 | 2025-02-21T00:49:27.846Z | llvm system 15 system |
| 272 | 2025-02-21T00:49:27.846Z | llvm system 14 system |
| 273 | 2025-02-21T00:49:27.846Z | mariadb system 10.6 system |
| 274 | 2025-02-21T00:49:27.846Z | mta vendor vendor dma |
| 275 | 2025-02-21T00:49:27.846Z | openjdk system 17 system |
| 276 | 2025-02-21T00:49:27.846Z | openjdk system 11 system |
| 277 | 2025-02-21T00:49:27.846Z | openjdk system 1.8 system |
| 278 | 2025-02-21T00:49:27.846Z | openssl vendor 3 vendor |
| 279 | 2025-02-21T00:49:27.846Z | perl system 5.36 system |
| 280 | 2025-02-21T00:49:27.846Z | postgresql system 15 system |
| 281 | 2025-02-21T00:49:27.846Z | postgresql system 13 system |
| 282 | 2025-02-21T00:49:27.846Z | python vendor 3 vendor |
| 283 | 2025-02-21T00:49:27.846Z | python system 2 system |
| 284 | 2025-02-21T00:49:27.846Z | python3 system 3.11 system |
| 285 | 2025-02-21T00:49:27.846Z | ruby system 3.0 system |
| 286 | 2025-02-21T00:49:27.846Z | words vendor vendor american-english |
| 287 | 2025-02-21T00:49:27.846Z | words system system australian-english |
| 288 | 2025-02-21T00:49:27.846Z | words system system british-english |
| 289 | 2025-02-21T00:49:27.846Z | words system system canadian-english |
| 290 | 2025-02-21T00:49:27.846Z | words system system french |
| 291 | 2025-02-21T00:49:27.846Z | words system system italian |
| 292 | 2025-02-21T00:49:27.846Z | words system system ngerman |
| 293 | 2025-02-21T00:49:27.846Z | words system system ogerman |
| 294 | 2025-02-21T00:49:27.846Z | words system system spanish |
| 295 | 2025-02-21T00:49:28.210Z | PUBLISHER TYPE STATUS P LOCATION |
| 296 | 2025-02-21T00:49:28.210Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 297 | 2025-02-21T00:49:31.329Z | FMRI IFO |
| 298 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 299 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 300 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 301 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 302 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 303 | 2025-02-21T00:49:31.329Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 304 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 305 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 306 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 307 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 308 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 309 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 310 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 311 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 312 | 2025-02-21T00:49:31.330Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 313 | 2025-02-21T00:49:32.196Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 314 | 2025-02-21T00:49:32.477Z | Updating crates.io index |
| 315 | 2025-02-21T00:49:32.510Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 316 | 2025-02-21T00:49:33.034Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 317 | 2025-02-21T00:49:33.334Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 318 | 2025-02-21T00:49:33.604Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 319 | 2025-02-21T00:49:34.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 320 | 2025-02-21T00:49:36.310Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 321 | 2025-02-21T00:49:37.152Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 322 | 2025-02-21T00:49:37.808Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 323 | 2025-02-21T00:49:38.076Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 324 | 2025-02-21T00:49:38.378Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 325 | 2025-02-21T00:49:39.039Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 326 | 2025-02-21T00:49:39.364Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 327 | 2025-02-21T00:49:39.643Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 328 | 2025-02-21T00:49:39.927Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 329 | 2025-02-21T00:49:40.162Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 330 | 2025-02-21T00:49:40.390Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 331 | 2025-02-21T00:49:40.658Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 332 | 2025-02-21T00:49:40.954Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 333 | 2025-02-21T00:49:41.244Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 334 | 2025-02-21T00:49:41.550Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 335 | 2025-02-21T00:49:41.910Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 336 | 2025-02-21T00:49:42.177Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 337 | 2025-02-21T00:49:42.642Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 338 | 2025-02-21T00:49:42.928Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 339 | 2025-02-21T00:49:43.379Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 340 | 2025-02-21T00:49:43.747Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 341 | 2025-02-21T00:49:44.067Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 342 | 2025-02-21T00:49:44.294Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 343 | 2025-02-21T00:49:44.585Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 344 | 2025-02-21T00:49:45.818Z | Downloading crates ... |
| 345 | 2025-02-21T00:49:45.885Z | Downloaded cargo-platform v0.1.8 |
| 346 | 2025-02-21T00:49:45.891Z | Downloaded clap_derive v4.5.24 |
| 347 | 2025-02-21T00:49:45.893Z | Downloaded autocfg v1.4.0 |
| 348 | 2025-02-21T00:49:45.901Z | Downloaded scroll_derive v0.12.0 |
| 349 | 2025-02-21T00:49:45.904Z | Downloaded fnv v1.0.7 |
| 350 | 2025-02-21T00:49:45.904Z | Downloaded anstyle v1.0.10 |
| 351 | 2025-02-21T00:49:45.908Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2025-02-21T00:49:45.912Z | Downloaded macaddr v1.0.1 |
| 353 | 2025-02-21T00:49:45.915Z | Downloaded clap_lex v0.7.4 |
| 354 | 2025-02-21T00:49:45.918Z | Downloaded anstream v0.6.15 |
| 355 | 2025-02-21T00:49:45.920Z | Downloaded fs-err v2.11.0 |
| 356 | 2025-02-21T00:49:45.923Z | Downloaded fastrand v2.1.1 |
| 357 | 2025-02-21T00:49:45.923Z | Downloaded smawk v0.3.2 |
| 358 | 2025-02-21T00:49:45.926Z | Downloaded digest v0.10.7 |
| 359 | 2025-02-21T00:49:45.926Z | Downloaded colorchoice v1.0.2 |
| 360 | 2025-02-21T00:49:45.931Z | Downloaded anstyle-parse v0.2.5 |
| 361 | 2025-02-21T00:49:45.931Z | Downloaded usdt-attr-macro v0.5.0 |
| 362 | 2025-02-21T00:49:45.934Z | Downloaded swrite v0.1.0 |
| 363 | 2025-02-21T00:49:45.937Z | Downloaded version_check v0.9.5 |
| 364 | 2025-02-21T00:49:45.937Z | Downloaded itoa v1.0.11 |
| 365 | 2025-02-21T00:49:45.937Z | Downloaded crypto-common v0.1.6 |
| 366 | 2025-02-21T00:49:45.940Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2025-02-21T00:49:45.940Z | Downloaded heck v0.5.0 |
| 368 | 2025-02-21T00:49:45.940Z | Downloaded byteorder v1.5.0 |
| 369 | 2025-02-21T00:49:45.944Z | Downloaded camino v1.1.9 |
| 370 | 2025-02-21T00:49:45.948Z | Downloaded usdt v0.5.0 |
| 371 | 2025-02-21T00:49:45.955Z | Downloaded cpufeatures v0.2.14 |
| 372 | 2025-02-21T00:49:45.955Z | Downloaded errno v0.3.9 |
| 373 | 2025-02-21T00:49:45.967Z | Downloaded dof v0.3.0 |
| 374 | 2025-02-21T00:49:45.967Z | Downloaded cfg-if v1.0.0 |
| 375 | 2025-02-21T00:49:45.967Z | Downloaded anstyle-query v1.1.1 |
| 376 | 2025-02-21T00:49:45.967Z | Downloaded pretty-hex v0.4.1 |
| 377 | 2025-02-21T00:49:45.967Z | Downloaded equivalent v1.0.1 |
| 378 | 2025-02-21T00:49:45.967Z | Downloaded bytecount v0.6.8 |
| 379 | 2025-02-21T00:49:45.969Z | Downloaded generic-array v0.14.7 |
| 380 | 2025-02-21T00:49:45.970Z | Downloaded proc-macro-error-attr v1.0.4 |
| 381 | 2025-02-21T00:49:45.970Z | Downloaded block-buffer v0.10.4 |
| 382 | 2025-02-21T00:49:45.972Z | Downloaded thiserror v1.0.69 |
| 383 | 2025-02-21T00:49:45.975Z | Downloaded strsim v0.11.1 |
| 384 | 2025-02-21T00:49:45.978Z | Downloaded cargo_toml v0.20.5 |
| 385 | 2025-02-21T00:49:45.979Z | Downloaded serde_tokenstream v0.2.2 |
| 386 | 2025-02-21T00:49:45.982Z | Downloaded camino-tempfile v1.1.1 |
| 387 | 2025-02-21T00:49:45.985Z | Downloaded is_terminal_polyfill v1.70.1 |
| 388 | 2025-02-21T00:49:45.986Z | Downloaded heck v0.4.1 |
| 389 | 2025-02-21T00:49:45.989Z | Downloaded usdt-impl v0.5.0 |
| 390 | 2025-02-21T00:49:45.992Z | Downloaded toml_datetime v0.6.8 |
| 391 | 2025-02-21T00:49:45.992Z | Downloaded unicode-linebreak v0.1.5 |
| 392 | 2025-02-21T00:49:45.992Z | Downloaded terminal_size v0.4.0 |
| 393 | 2025-02-21T00:49:45.995Z | Downloaded textwrap v0.16.1 |
| 394 | 2025-02-21T00:49:45.999Z | Downloaded thread-id v4.2.2 |
| 395 | 2025-02-21T00:49:46.005Z | Downloaded serde_spanned v0.6.8 |
| 396 | 2025-02-21T00:49:46.006Z | Downloaded plain v0.2.3 |
| 397 | 2025-02-21T00:49:46.006Z | Downloaded scroll v0.12.0 |
| 398 | 2025-02-21T00:49:46.006Z | Downloaded zerocopy-derive v0.7.35 |
| 399 | 2025-02-21T00:49:46.010Z | Downloaded cargo_metadata v0.18.1 |
| 400 | 2025-02-21T00:49:46.020Z | Downloaded thiserror-impl v1.0.69 |
| 401 | 2025-02-21T00:49:46.020Z | Downloaded utf8parse v0.2.2 |
| 402 | 2025-02-21T00:49:46.020Z | Downloaded serde_derive v1.0.217 |
| 403 | 2025-02-21T00:49:46.026Z | Downloaded proc-macro-error v1.0.4 |
| 404 | 2025-02-21T00:49:46.026Z | Downloaded usdt-macro v0.5.0 |
| 405 | 2025-02-21T00:49:46.026Z | Downloaded typenum v1.17.0 |
| 406 | 2025-02-21T00:49:46.026Z | Downloaded log v0.4.22 |
| 407 | 2025-02-21T00:49:46.033Z | Downloaded quote v1.0.38 |
| 408 | 2025-02-21T00:49:46.033Z | Downloaded ucd-trie v0.1.7 |
| 409 | 2025-02-21T00:49:46.033Z | Downloaded sha2 v0.10.8 |
| 410 | 2025-02-21T00:49:46.036Z | Downloaded unicode-ident v1.0.14 |
| 411 | 2025-02-21T00:49:46.036Z | Downloaded clap v4.5.27 |
| 412 | 2025-02-21T00:49:46.043Z | Downloaded ryu v1.0.18 |
| 413 | 2025-02-21T00:49:46.047Z | Downloaded once_cell v1.20.2 |
| 414 | 2025-02-21T00:49:46.052Z | Downloaded tempfile v3.13.0 |
| 415 | 2025-02-21T00:49:46.052Z | Downloaded anyhow v1.0.95 |
| 416 | 2025-02-21T00:49:46.057Z | Downloaded toml v0.8.19 |
| 417 | 2025-02-21T00:49:46.060Z | Downloaded indexmap v2.7.1 |
| 418 | 2025-02-21T00:49:46.060Z | Downloaded semver v1.0.24 |
| 419 | 2025-02-21T00:49:46.068Z | Downloaded pest_derive v2.7.14 |
| 420 | 2025-02-21T00:49:46.068Z | Downloaded serde v1.0.217 |
| 421 | 2025-02-21T00:49:46.068Z | Downloaded memmap v0.7.0 |
| 422 | 2025-02-21T00:49:46.068Z | Downloaded pest_generator v2.7.14 |
| 423 | 2025-02-21T00:49:46.082Z | Downloaded papergrid v0.11.0 |
| 424 | 2025-02-21T00:49:46.088Z | Downloaded proc-macro2 v1.0.92 |
| 425 | 2025-02-21T00:49:46.093Z | Downloaded bitflags v2.6.0 |
| 426 | 2025-02-21T00:49:46.097Z | Downloaded pest_meta v2.7.14 |
| 427 | 2025-02-21T00:49:46.100Z | Downloaded toml_edit v0.22.22 |
| 428 | 2025-02-21T00:49:46.119Z | Downloaded hashbrown v0.15.1 |
| 429 | 2025-02-21T00:49:46.128Z | Downloaded memchr v2.7.4 |
| 430 | 2025-02-21T00:49:46.135Z | Downloaded serde_json v1.0.135 |
| 431 | 2025-02-21T00:49:46.143Z | Downloaded clap_builder v4.5.27 |
| 432 | 2025-02-21T00:49:46.150Z | Downloaded zerocopy v0.7.35 |
| 433 | 2025-02-21T00:49:46.162Z | Downloaded winnow v0.6.20 |
| 434 | 2025-02-21T00:49:46.169Z | Downloaded goblin v0.8.2 |
| 435 | 2025-02-21T00:49:46.174Z | Downloaded tabled v0.15.0 |
| 436 | 2025-02-21T00:49:46.188Z | Downloaded syn v1.0.109 |
| 437 | 2025-02-21T00:49:46.197Z | Downloaded unicode-width v0.1.14 |
| 438 | 2025-02-21T00:49:46.202Z | Downloaded pest v2.7.14 |
| 439 | 2025-02-21T00:49:46.206Z | Downloaded syn v2.0.96 |
| 440 | 2025-02-21T00:49:46.239Z | Downloaded rustix v0.38.37 |
| 441 | 2025-02-21T00:49:46.266Z | Downloaded libc v0.2.169 |
| 442 | 2025-02-21T00:49:46.546Z | Compiling proc-macro2 v1.0.92 |
| 443 | 2025-02-21T00:49:46.546Z | Compiling unicode-ident v1.0.14 |
| 444 | 2025-02-21T00:49:46.549Z | Compiling version_check v0.9.5 |
| 445 | 2025-02-21T00:49:46.549Z | Compiling serde v1.0.217 |
| 446 | 2025-02-21T00:49:46.549Z | Compiling memchr v2.7.4 |
| 447 | 2025-02-21T00:49:46.549Z | Compiling thiserror v1.0.69 |
| 448 | 2025-02-21T00:49:46.582Z | Compiling libc v0.2.169 |
| 449 | 2025-02-21T00:49:46.586Z | Compiling ryu v1.0.18 |
| 450 | 2025-02-21T00:49:46.830Z | Compiling ucd-trie v0.1.7 |
| 451 | 2025-02-21T00:49:47.067Z | Compiling itoa v1.0.11 |
| 452 | 2025-02-21T00:49:47.333Z | Compiling once_cell v1.20.2 |
| 453 | 2025-02-21T00:49:47.429Z | Compiling byteorder v1.5.0 |
| 454 | 2025-02-21T00:49:47.433Z | Compiling rustix v0.38.37 |
| 455 | 2025-02-21T00:49:47.636Z | Compiling serde_json v1.0.135 |
| 456 | 2025-02-21T00:49:48.037Z | Compiling bitflags v2.6.0 |
| 457 | 2025-02-21T00:49:48.063Z | Compiling usdt-impl v0.5.0 |
| 458 | 2025-02-21T00:49:48.247Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2025-02-21T00:49:48.344Z | Compiling syn v1.0.109 |
| 460 | 2025-02-21T00:49:48.382Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2025-02-21T00:49:48.463Z | Compiling camino v1.1.9 |
| 462 | 2025-02-21T00:49:48.568Z | Compiling quote v1.0.38 |
| 463 | 2025-02-21T00:49:48.691Z | Compiling errno v0.3.9 |
| 464 | 2025-02-21T00:49:48.717Z | Compiling utf8parse v0.2.2 |
| 465 | 2025-02-21T00:49:48.907Z | Compiling hashbrown v0.15.1 |
| 466 | 2025-02-21T00:49:48.967Z | Compiling syn v2.0.96 |
| 467 | 2025-02-21T00:49:49.022Z | Compiling plain v0.2.3 |
| 468 | 2025-02-21T00:49:49.075Z | Compiling equivalent v1.0.1 |
| 469 | 2025-02-21T00:49:49.211Z | Compiling log v0.4.22 |
| 470 | 2025-02-21T00:49:49.236Z | Compiling thread-id v4.2.2 |
| 471 | 2025-02-21T00:49:49.325Z | Compiling anstyle-parse v0.2.5 |
| 472 | 2025-02-21T00:49:49.599Z | Compiling colorchoice v1.0.2 |
| 473 | 2025-02-21T00:49:49.664Z | Compiling pretty-hex v0.4.1 |
| 474 | 2025-02-21T00:49:49.784Z | Compiling autocfg v1.4.0 |
| 475 | 2025-02-21T00:49:49.901Z | Compiling semver v1.0.24 |
| 476 | 2025-02-21T00:49:49.924Z | Compiling unicode-width v0.1.14 |
| 477 | 2025-02-21T00:49:50.058Z | Compiling indexmap v2.7.1 |
| 478 | 2025-02-21T00:49:50.092Z | Compiling anstyle-query v1.1.1 |
| 479 | 2025-02-21T00:49:50.286Z | Compiling anstyle v1.0.10 |
| 480 | 2025-02-21T00:49:50.476Z | Compiling winnow v0.6.20 |
| 481 | 2025-02-21T00:49:50.513Z | Compiling is_terminal_polyfill v1.70.1 |
| 482 | 2025-02-21T00:49:50.681Z | Compiling anstream v0.6.15 |
| 483 | 2025-02-21T00:49:50.772Z | Compiling fs-err v2.11.0 |
| 484 | 2025-02-21T00:49:51.067Z | Compiling terminal_size v0.4.0 |
| 485 | 2025-02-21T00:49:51.285Z | Compiling heck v0.5.0 |
| 486 | 2025-02-21T00:49:51.309Z | Compiling heck v0.4.1 |
| 487 | 2025-02-21T00:49:51.361Z | Compiling cfg-if v1.0.0 |
| 488 | 2025-02-21T00:49:51.386Z | Compiling fastrand v2.1.1 |
| 489 | 2025-02-21T00:49:51.483Z | Compiling fnv v1.0.7 |
| 490 | 2025-02-21T00:49:51.652Z | Compiling clap_lex v0.7.4 |
| 491 | 2025-02-21T00:49:51.733Z | Compiling anyhow v1.0.95 |
| 492 | 2025-02-21T00:49:51.773Z | Compiling strsim v0.11.1 |
| 493 | 2025-02-21T00:49:51.917Z | Compiling bytecount v0.6.8 |
| 494 | 2025-02-21T00:49:51.965Z | Compiling tempfile v3.13.0 |
| 495 | 2025-02-21T00:49:52.125Z | Compiling papergrid v0.11.0 |
| 496 | 2025-02-21T00:49:52.582Z | Compiling clap_builder v4.5.27 |
| 497 | 2025-02-21T00:49:52.805Z | Compiling memmap v0.7.0 |
| 498 | 2025-02-21T00:49:52.851Z | Compiling smawk v0.3.2 |
| 499 | 2025-02-21T00:49:52.972Z | Compiling unicode-linebreak v0.1.5 |
| 500 | 2025-02-21T00:49:53.515Z | Compiling textwrap v0.16.1 |
| 501 | 2025-02-21T00:49:53.708Z | Compiling swrite v0.1.0 |
| 502 | 2025-02-21T00:49:54.401Z | Compiling tabled_derive v0.7.0 |
| 503 | 2025-02-21T00:49:55.936Z | Compiling tabled v0.15.0 |
| 504 | 2025-02-21T00:49:56.253Z | Compiling serde_derive v1.0.217 |
| 505 | 2025-02-21T00:49:56.253Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2025-02-21T00:49:56.256Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2025-02-21T00:49:56.256Z | Compiling scroll_derive v0.12.0 |
| 508 | 2025-02-21T00:49:56.256Z | Compiling clap_derive v4.5.24 |
| 509 | 2025-02-21T00:49:57.801Z | Compiling scroll v0.12.0 |
| 510 | 2025-02-21T00:49:58.286Z | Compiling goblin v0.8.2 |
| 511 | 2025-02-21T00:49:58.312Z | Compiling zerocopy v0.7.35 |
| 512 | 2025-02-21T00:49:59.524Z | Compiling pest v2.7.14 |
| 513 | 2025-02-21T00:49:59.996Z | Compiling clap v4.5.27 |
| 514 | 2025-02-21T00:50:01.662Z | Compiling pest_meta v2.7.14 |
| 515 | 2025-02-21T00:50:02.682Z | Compiling pest_generator v2.7.14 |
| 516 | 2025-02-21T00:50:04.154Z | Compiling pest_derive v2.7.14 |
| 517 | 2025-02-21T00:50:04.835Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2025-02-21T00:50:05.634Z | Compiling toml_datetime v0.6.8 |
| 519 | 2025-02-21T00:50:05.635Z | Compiling serde_spanned v0.6.8 |
| 520 | 2025-02-21T00:50:05.637Z | Compiling cargo-platform v0.1.8 |
| 521 | 2025-02-21T00:50:05.958Z | Compiling serde_tokenstream v0.2.2 |
| 522 | 2025-02-21T00:50:06.021Z | Compiling toml_edit v0.22.22 |
| 523 | 2025-02-21T00:50:06.137Z | Compiling macaddr v1.0.1 |
| 524 | 2025-02-21T00:50:06.316Z | Compiling camino-tempfile v1.1.1 |
| 525 | 2025-02-21T00:50:07.071Z | Compiling dof v0.3.0 |
| 526 | 2025-02-21T00:50:07.071Z | Compiling cargo_metadata v0.18.1 |
| 527 | 2025-02-21T00:50:08.798Z | Compiling usdt-attr-macro v0.5.0 |
| 528 | 2025-02-21T00:50:08.801Z | Compiling usdt-macro v0.5.0 |
| 529 | 2025-02-21T00:50:09.075Z | Compiling toml v0.8.19 |
| 530 | 2025-02-21T00:50:10.123Z | Compiling cargo_toml v0.20.5 |
| 531 | 2025-02-21T00:50:10.148Z | Compiling usdt v0.5.0 |
| 532 | 2025-02-21T00:50:12.936Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2025-02-21T00:50:16.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.61s |
| 534 | 2025-02-21T00:50:16.822Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2025-02-21T00:50:17.467Z | Downloading crates ... |
| 536 | 2025-02-21T00:50:17.603Z | Downloaded assert_matches v1.5.0 |
| 537 | 2025-02-21T00:50:17.605Z | Downloaded array-init v0.0.4 |
| 538 | 2025-02-21T00:50:17.608Z | Downloaded arrayref v0.3.9 |
| 539 | 2025-02-21T00:50:17.612Z | Downloaded allocator-api2 v0.2.18 |
| 540 | 2025-02-21T00:50:17.622Z | Downloaded atomicwrites v0.4.4 |
| 541 | 2025-02-21T00:50:17.624Z | Downloaded arrayvec v0.7.6 |
| 542 | 2025-02-21T00:50:17.627Z | Downloaded ahash v0.8.11 |
| 543 | 2025-02-21T00:50:17.631Z | Downloaded cmake v0.1.51 |
| 544 | 2025-02-21T00:50:17.636Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 545 | 2025-02-21T00:50:17.639Z | Downloaded ident_case v1.0.1 |
| 546 | 2025-02-21T00:50:17.639Z | Downloaded heapless v0.7.17 |
| 547 | 2025-02-21T00:50:17.641Z | Downloaded crc-catalog v2.4.0 |
| 548 | 2025-02-21T00:50:17.644Z | Downloaded cc v1.1.30 |
| 549 | 2025-02-21T00:50:17.647Z | Downloaded arc-swap v1.7.1 |
| 550 | 2025-02-21T00:50:17.652Z | Downloaded aho-corasick v1.1.3 |
| 551 | 2025-02-21T00:50:17.660Z | Downloaded match_cfg v0.1.0 |
| 552 | 2025-02-21T00:50:17.663Z | Downloaded chrono-tz-build v0.4.0 |
| 553 | 2025-02-21T00:50:17.663Z | Downloaded aes v0.8.4 |
| 554 | 2025-02-21T00:50:17.667Z | Downloaded highway v1.2.0 |
| 555 | 2025-02-21T00:50:17.670Z | Downloaded hickory-client v0.24.3 |
| 556 | 2025-02-21T00:50:17.674Z | Downloaded ipnetwork v0.21.1 |
| 557 | 2025-02-21T00:50:17.676Z | Downloaded http-body-util v0.1.2 |
| 558 | 2025-02-21T00:50:17.679Z | Downloaded instant v0.1.13 |
| 559 | 2025-02-21T00:50:17.681Z | Downloaded heapless v0.8.0 |
| 560 | 2025-02-21T00:50:17.686Z | Downloaded jobserver v0.1.32 |
| 561 | 2025-02-21T00:50:17.688Z | Downloaded mirai-annotations v1.12.0 |
| 562 | 2025-02-21T00:50:17.691Z | Downloaded linear-map v1.2.0 |
| 563 | 2025-02-21T00:50:17.693Z | Downloaded mockall_derive v0.13.0 |
| 564 | 2025-02-21T00:50:17.696Z | Downloaded maybe-uninit v2.0.0 |
| 565 | 2025-02-21T00:50:17.696Z | Downloaded icu_normalizer v1.5.0 |
| 566 | 2025-02-21T00:50:17.700Z | Downloaded miniz_oxide v0.8.0 |
| 567 | 2025-02-21T00:50:17.702Z | Downloaded convert_case v0.4.0 |
| 568 | 2025-02-21T00:50:17.705Z | Downloaded hostname v0.3.1 |
| 569 | 2025-02-21T00:50:17.707Z | Downloaded cfg_aliases v0.1.1 |
| 570 | 2025-02-21T00:50:17.710Z | Downloaded const_format_proc_macros v0.2.34 |
| 571 | 2025-02-21T00:50:17.712Z | Downloaded icu_provider_macros v1.5.0 |
| 572 | 2025-02-21T00:50:17.712Z | Downloaded hubpack v0.1.2 |
| 573 | 2025-02-21T00:50:17.715Z | Downloaded is_ci v1.2.0 |
| 574 | 2025-02-21T00:50:17.715Z | Downloaded bitfield-struct v0.6.2 |
| 575 | 2025-02-21T00:50:17.718Z | Downloaded constant_time_eq v0.3.1 |
| 576 | 2025-02-21T00:50:17.720Z | Downloaded castaway v0.2.3 |
| 577 | 2025-02-21T00:50:17.722Z | Downloaded httparse v1.9.5 |
| 578 | 2025-02-21T00:50:17.724Z | Downloaded md-5 v0.10.6 |
| 579 | 2025-02-21T00:50:17.727Z | Downloaded libefi-sys v0.1.0 |
| 580 | 2025-02-21T00:50:17.730Z | Downloaded block-padding v0.3.3 |
| 581 | 2025-02-21T00:50:17.732Z | Downloaded addr2line v0.24.2 |
| 582 | 2025-02-21T00:50:17.735Z | Downloaded lalrpop-util v0.19.12 |
| 583 | 2025-02-21T00:50:17.735Z | Downloaded hubpack_derive v0.1.1 |
| 584 | 2025-02-21T00:50:17.738Z | Downloaded crc v3.2.1 |
| 585 | 2025-02-21T00:50:17.741Z | Downloaded md5 v0.7.0 |
| 586 | 2025-02-21T00:50:17.741Z | Downloaded httpdate v1.0.3 |
| 587 | 2025-02-21T00:50:17.744Z | Downloaded rand_chacha v0.3.1 |
| 588 | 2025-02-21T00:50:17.746Z | Downloaded rpassword v7.3.1 |
| 589 | 2025-02-21T00:50:17.746Z | Downloaded rand_core v0.6.4 |
| 590 | 2025-02-21T00:50:17.749Z | Downloaded maplit v1.0.2 |
| 591 | 2025-02-21T00:50:17.751Z | Downloaded lru-cache v0.1.2 |
| 592 | 2025-02-21T00:50:17.753Z | Downloaded ctr v0.9.2 |
| 593 | 2025-02-21T00:50:17.756Z | Downloaded cobs v0.2.3 |
| 594 | 2025-02-21T00:50:17.756Z | Downloaded bit-vec v0.6.3 |
| 595 | 2025-02-21T00:50:17.758Z | Downloaded sigpipe v0.1.3 |
| 596 | 2025-02-21T00:50:17.761Z | Downloaded bit-set v0.5.3 |
| 597 | 2025-02-21T00:50:17.761Z | Downloaded async-recursion v1.1.1 |
| 598 | 2025-02-21T00:50:17.765Z | Downloaded http-range v0.1.5 |
| 599 | 2025-02-21T00:50:17.768Z | Downloaded http-body v1.0.1 |
| 600 | 2025-02-21T00:50:17.770Z | Downloaded internet-checksum v0.2.1 |
| 601 | 2025-02-21T00:50:17.770Z | Downloaded mockall v0.13.0 |
| 602 | 2025-02-21T00:50:17.773Z | Downloaded rfc6979 v0.4.0 |
| 603 | 2025-02-21T00:50:17.775Z | Downloaded chacha20poly1305 v0.10.1 |
| 604 | 2025-02-21T00:50:17.777Z | Downloaded memoffset v0.9.1 |
| 605 | 2025-02-21T00:50:17.780Z | Downloaded libsw v3.3.1 |
| 606 | 2025-02-21T00:50:17.791Z | Downloaded take_mut v0.2.2 |
| 607 | 2025-02-21T00:50:17.792Z | Downloaded crossbeam-deque v0.8.5 |
| 608 | 2025-02-21T00:50:17.795Z | Downloaded async-stream v0.3.6 |
| 609 | 2025-02-21T00:50:17.795Z | Downloaded serde-hex v0.1.0 |
| 610 | 2025-02-21T00:50:17.795Z | Downloaded cookie_store v0.21.1 |
| 611 | 2025-02-21T00:50:17.795Z | Downloaded litemap v0.7.3 |
| 612 | 2025-02-21T00:50:17.795Z | Downloaded cbc v0.1.2 |
| 613 | 2025-02-21T00:50:17.799Z | Downloaded async-bb8-diesel v0.2.1 |
| 614 | 2025-02-21T00:50:17.801Z | Downloaded csv-core v0.1.11 |
| 615 | 2025-02-21T00:50:17.804Z | Downloaded icu_collections v1.5.0 |
| 616 | 2025-02-21T00:50:17.810Z | Downloaded schemars_derive v0.8.21 |
| 617 | 2025-02-21T00:50:17.812Z | Downloaded crc32fast v1.4.2 |
| 618 | 2025-02-21T00:50:17.815Z | Downloaded keccak v0.1.5 |
| 619 | 2025-02-21T00:50:17.817Z | Downloaded ciborium v0.2.2 |
| 620 | 2025-02-21T00:50:17.820Z | Downloaded cfg_aliases v0.2.1 |
| 621 | 2025-02-21T00:50:17.820Z | Downloaded cancel-safe-futures v0.1.5 |
| 622 | 2025-02-21T00:50:17.823Z | Downloaded signature v2.2.0 |
| 623 | 2025-02-21T00:50:17.826Z | Downloaded serde_plain v1.0.2 |
| 624 | 2025-02-21T00:50:17.828Z | Downloaded rtoolbox v0.0.2 |
| 625 | 2025-02-21T00:50:17.831Z | Downloaded static_assertions v1.1.0 |
| 626 | 2025-02-21T00:50:17.833Z | Downloaded tls_codec_derive v0.4.1 |
| 627 | 2025-02-21T00:50:17.833Z | Downloaded stable_deref_trait v1.2.0 |
| 628 | 2025-02-21T00:50:17.836Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 629 | 2025-02-21T00:50:17.838Z | Downloaded new_debug_unreachable v1.0.6 |
| 630 | 2025-02-21T00:50:17.841Z | Downloaded foreign-types-shared v0.3.1 |
| 631 | 2025-02-21T00:50:17.841Z | Downloaded darling_macro v0.20.10 |
| 632 | 2025-02-21T00:50:17.843Z | Downloaded progenitor-impl v0.9.1 |
| 633 | 2025-02-21T00:50:17.846Z | Downloaded untrusted v0.7.1 |
| 634 | 2025-02-21T00:50:17.848Z | Downloaded lru v0.12.5 |
| 635 | 2025-02-21T00:50:17.848Z | Downloaded smallvec v0.6.14 |
| 636 | 2025-02-21T00:50:17.851Z | Downloaded heck v0.3.3 |
| 637 | 2025-02-21T00:50:17.853Z | Downloaded crossbeam-channel v0.5.13 |
| 638 | 2025-02-21T00:50:17.857Z | Downloaded mime_guess v2.0.5 |
| 639 | 2025-02-21T00:50:17.859Z | Downloaded string_cache v0.8.7 |
| 640 | 2025-02-21T00:50:17.862Z | Downloaded hkdf v0.12.4 |
| 641 | 2025-02-21T00:50:17.865Z | Downloaded compact_str v0.8.0 |
| 642 | 2025-02-21T00:50:17.869Z | Downloaded mime v0.3.17 |
| 643 | 2025-02-21T00:50:17.871Z | Downloaded const-oid v0.9.6 |
| 644 | 2025-02-21T00:50:17.874Z | Downloaded difflib v0.4.0 |
| 645 | 2025-02-21T00:50:17.876Z | Downloaded stringprep v0.1.5 |
| 646 | 2025-02-21T00:50:17.879Z | Downloaded is-terminal v0.4.13 |
| 647 | 2025-02-21T00:50:17.879Z | Downloaded instability v0.3.2 |
| 648 | 2025-02-21T00:50:17.881Z | Downloaded wyz v0.5.1 |
| 649 | 2025-02-21T00:50:17.885Z | Downloaded lockfree-object-pool v0.1.6 |
| 650 | 2025-02-21T00:50:17.887Z | Downloaded crossbeam-utils v0.8.20 |
| 651 | 2025-02-21T00:50:17.890Z | Downloaded form_urlencoded v1.2.1 |
| 652 | 2025-02-21T00:50:17.890Z | Downloaded foldhash v0.1.3 |
| 653 | 2025-02-21T00:50:17.902Z | Downloaded rand_seeder v0.3.0 |
| 654 | 2025-02-21T00:50:17.906Z | Downloaded schemars v0.8.21 |
| 655 | 2025-02-21T00:50:17.919Z | Downloaded progenitor-macro v0.9.1 |
| 656 | 2025-02-21T00:50:17.922Z | Downloaded base64 v0.21.7 |
| 657 | 2025-02-21T00:50:17.925Z | Downloaded hyper-util v0.1.10 |
| 658 | 2025-02-21T00:50:17.930Z | Downloaded oso-derive v0.27.3 |
| 659 | 2025-02-21T00:50:17.932Z | Downloaded nanorand v0.7.0 |
| 660 | 2025-02-21T00:50:17.935Z | Downloaded tokio-tungstenite v0.21.0 |
| 661 | 2025-02-21T00:50:17.937Z | Downloaded hyper v1.5.2 |
| 662 | 2025-02-21T00:50:17.945Z | Downloaded sqlparser_derive v0.2.2 |
| 663 | 2025-02-21T00:50:17.948Z | Downloaded zerocopy v0.6.6 |
| 664 | 2025-02-21T00:50:17.951Z | Downloaded same-file v1.0.6 |
| 665 | 2025-02-21T00:50:17.954Z | Downloaded untrusted v0.9.0 |
| 666 | 2025-02-21T00:50:17.954Z | Downloaded indicatif v0.17.11 |
| 667 | 2025-02-21T00:50:17.959Z | Downloaded derive_builder_macro v0.20.2 |
| 668 | 2025-02-21T00:50:17.962Z | Downloaded parking_lot_core v0.9.10 |
| 669 | 2025-02-21T00:50:17.964Z | Downloaded toolchain_find v0.4.0 |
| 670 | 2025-02-21T00:50:17.967Z | Downloaded termtree v0.4.1 |
| 671 | 2025-02-21T00:50:17.967Z | Downloaded slab v0.4.9 |
| 672 | 2025-02-21T00:50:17.969Z | Downloaded powerfmt v0.2.0 |
| 673 | 2025-02-21T00:50:17.969Z | Downloaded diff v0.1.13 |
| 674 | 2025-02-21T00:50:17.973Z | Downloaded daft-derive v0.1.1 |
| 675 | 2025-02-21T00:50:17.977Z | Downloaded termtree v0.5.1 |
| 676 | 2025-02-21T00:50:17.980Z | Downloaded rsa v0.9.6 |
| 677 | 2025-02-21T00:50:17.986Z | Downloaded fs_extra v1.3.0 |
| 678 | 2025-02-21T00:50:17.989Z | Downloaded lock_api v0.4.12 |
| 679 | 2025-02-21T00:50:17.991Z | Downloaded termios v0.3.3 |
| 680 | 2025-02-21T00:50:17.994Z | Downloaded siphasher v0.3.11 |
| 681 | 2025-02-21T00:50:17.996Z | Downloaded supports-color v3.0.1 |
| 682 | 2025-02-21T00:50:17.996Z | Downloaded unsafe-libyaml v0.2.11 |
| 683 | 2025-02-21T00:50:18.000Z | Downloaded num-conv v0.1.0 |
| 684 | 2025-02-21T00:50:18.003Z | Downloaded embedded-io v0.4.0 |
| 685 | 2025-02-21T00:50:18.005Z | Downloaded spki v0.7.3 |
| 686 | 2025-02-21T00:50:18.008Z | Downloaded ref-cast v1.0.23 |
| 687 | 2025-02-21T00:50:18.010Z | Downloaded tracing v0.1.40 |
| 688 | 2025-02-21T00:50:18.016Z | Downloaded owo-colors v4.1.0 |
| 689 | 2025-02-21T00:50:18.019Z | Downloaded yoke-derive v0.7.4 |
| 690 | 2025-02-21T00:50:18.022Z | Downloaded minimal-lexical v0.2.1 |
| 691 | 2025-02-21T00:50:18.026Z | Downloaded termcolor v1.4.1 |
| 692 | 2025-02-21T00:50:18.029Z | Downloaded shlex v1.3.0 |
| 693 | 2025-02-21T00:50:18.033Z | Downloaded elliptic-curve v0.13.8 |
| 694 | 2025-02-21T00:50:18.037Z | Downloaded foreign-types v0.3.2 |
| 695 | 2025-02-21T00:50:18.037Z | Downloaded zone_cfg_derive v0.1.2 |
| 696 | 2025-02-21T00:50:18.037Z | Downloaded dropshot_endpoint v0.15.1 |
| 697 | 2025-02-21T00:50:18.044Z | Downloaded uzers v0.12.1 |
| 698 | 2025-02-21T00:50:18.050Z | Downloaded ecdsa v0.16.9 |
| 699 | 2025-02-21T00:50:18.050Z | Downloaded ascii-canvas v3.0.0 |
| 700 | 2025-02-21T00:50:18.050Z | Downloaded argon2 v0.5.3 |
| 701 | 2025-02-21T00:50:18.055Z | Downloaded sync_wrapper v1.0.1 |
| 702 | 2025-02-21T00:50:18.055Z | Downloaded funty v2.0.0 |
| 703 | 2025-02-21T00:50:18.055Z | Downloaded tar v0.4.42 |
| 704 | 2025-02-21T00:50:18.059Z | Downloaded oxnet v0.1.0 |
| 705 | 2025-02-21T00:50:18.059Z | Downloaded foreign-types-shared v0.1.1 |
| 706 | 2025-02-21T00:50:18.061Z | Downloaded tokio-tungstenite v0.24.0 |
| 707 | 2025-02-21T00:50:18.064Z | Downloaded nodrop v0.1.14 |
| 708 | 2025-02-21T00:50:18.064Z | Downloaded foreign-types v0.5.0 |
| 709 | 2025-02-21T00:50:18.066Z | Downloaded spin v0.9.8 |
| 710 | 2025-02-21T00:50:18.069Z | Downloaded slog-dtrace v0.3.0 |
| 711 | 2025-02-21T00:50:18.069Z | Downloaded rcgen v0.12.1 |
| 712 | 2025-02-21T00:50:18.072Z | Downloaded pkg-config v0.3.31 |
| 713 | 2025-02-21T00:50:18.075Z | Downloaded unicode_categories v0.1.1 |
| 714 | 2025-02-21T00:50:18.077Z | Downloaded try-lock v0.2.5 |
| 715 | 2025-02-21T00:50:18.080Z | Downloaded futures-sink v0.3.31 |
| 716 | 2025-02-21T00:50:18.080Z | Downloaded polyval v0.6.2 |
| 717 | 2025-02-21T00:50:18.083Z | Downloaded universal-hash v0.5.1 |
| 718 | 2025-02-21T00:50:18.083Z | Downloaded precomputed-hash v0.1.1 |
| 719 | 2025-02-21T00:50:18.088Z | Downloaded icu_properties v1.5.1 |
| 720 | 2025-02-21T00:50:18.091Z | Downloaded hashlink v0.9.1 |
| 721 | 2025-02-21T00:50:18.091Z | Downloaded hex v0.4.3 |
| 722 | 2025-02-21T00:50:18.093Z | Downloaded derive-where v1.2.7 |
| 723 | 2025-02-21T00:50:18.096Z | Downloaded darling_core v0.20.10 |
| 724 | 2025-02-21T00:50:18.102Z | Downloaded tower-service v0.3.3 |
| 725 | 2025-02-21T00:50:18.106Z | Downloaded shell-words v1.1.0 |
| 726 | 2025-02-21T00:50:18.106Z | Downloaded zone_cfg_derive v0.3.0 |
| 727 | 2025-02-21T00:50:18.109Z | Downloaded progenitor-client v0.8.0 |
| 728 | 2025-02-21T00:50:18.109Z | Downloaded xattr v1.3.1 |
| 729 | 2025-02-21T00:50:18.112Z | Downloaded peg-runtime v0.8.3 |
| 730 | 2025-02-21T00:50:18.112Z | Downloaded opaque-debug v0.3.1 |
| 731 | 2025-02-21T00:50:18.112Z | Downloaded half v2.4.1 |
| 732 | 2025-02-21T00:50:18.115Z | Downloaded yoke v0.7.4 |
| 733 | 2025-02-21T00:50:18.118Z | Downloaded serde_with_macros v3.11.0 |
| 734 | 2025-02-21T00:50:18.120Z | Downloaded hickory-resolver v0.24.3 |
| 735 | 2025-02-21T00:50:18.125Z | Downloaded futures-io v0.3.31 |
| 736 | 2025-02-21T00:50:18.128Z | Downloaded fatfs v0.3.6 |
| 737 | 2025-02-21T00:50:18.131Z | Downloaded sct v0.7.1 |
| 738 | 2025-02-21T00:50:18.135Z | Downloaded num-derive v0.4.2 |
| 739 | 2025-02-21T00:50:18.137Z | Downloaded slog v2.7.0 |
| 740 | 2025-02-21T00:50:18.141Z | Downloaded fd-lock v4.0.2 |
| 741 | 2025-02-21T00:50:18.144Z | Downloaded defmt-macros v0.3.9 |
| 742 | 2025-02-21T00:50:18.147Z | Downloaded utf8_iter v1.0.4 |
| 743 | 2025-02-21T00:50:18.150Z | Downloaded thiserror-impl v2.0.11 |
| 744 | 2025-02-21T00:50:18.152Z | Downloaded utf16_iter v1.0.5 |
| 745 | 2025-02-21T00:50:18.154Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 746 | 2025-02-21T00:50:18.155Z | Downloaded structmeta v0.3.0 |
| 747 | 2025-02-21T00:50:18.157Z | Downloaded serde_repr v0.1.19 |
| 748 | 2025-02-21T00:50:18.159Z | Downloaded tokio-macros v2.5.0 |
| 749 | 2025-02-21T00:50:18.159Z | Downloaded tui-tree-widget v0.22.0 |
| 750 | 2025-02-21T00:50:18.162Z | Downloaded vergen v8.3.2 |
| 751 | 2025-02-21T00:50:18.165Z | Downloaded futures-macro v0.3.31 |
| 752 | 2025-02-21T00:50:18.168Z | Downloaded der_derive v0.7.3 |
| 753 | 2025-02-21T00:50:18.174Z | Downloaded deranged v0.3.11 |
| 754 | 2025-02-21T00:50:18.174Z | Downloaded predicates-core v1.0.8 |
| 755 | 2025-02-21T00:50:18.181Z | Downloaded foreign-types-macros v0.2.3 |
| 756 | 2025-02-21T00:50:18.181Z | Downloaded postgres-types v0.2.8 |
| 757 | 2025-02-21T00:50:18.181Z | Downloaded nibble_vec v0.1.0 |
| 758 | 2025-02-21T00:50:18.183Z | Downloaded float-cmp v0.9.0 |
| 759 | 2025-02-21T00:50:18.183Z | Downloaded write16 v1.0.0 |
| 760 | 2025-02-21T00:50:18.183Z | Downloaded headers v0.4.0 |
| 761 | 2025-02-21T00:50:18.188Z | Downloaded pkcs5 v0.7.1 |
| 762 | 2025-02-21T00:50:18.191Z | Downloaded pin-project v1.1.6 |
| 763 | 2025-02-21T00:50:18.205Z | Downloaded thiserror-no-std v2.0.2 |
| 764 | 2025-02-21T00:50:18.209Z | Downloaded pem v3.0.4 |
| 765 | 2025-02-21T00:50:18.213Z | Downloaded libm v0.2.8 |
| 766 | 2025-02-21T00:50:18.221Z | Downloaded pretty-hex v0.2.1 |
| 767 | 2025-02-21T00:50:18.224Z | Downloaded des v0.8.1 |
| 768 | 2025-02-21T00:50:18.226Z | Downloaded phf_shared v0.10.0 |
| 769 | 2025-02-21T00:50:18.226Z | Downloaded fxhash v0.2.1 |
| 770 | 2025-02-21T00:50:18.229Z | Downloaded rustc-demangle v0.1.24 |
| 771 | 2025-02-21T00:50:18.232Z | Downloaded itertools v0.12.1 |
| 772 | 2025-02-21T00:50:18.238Z | Downloaded subtle v2.6.1 |
| 773 | 2025-02-21T00:50:18.241Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2025-02-21T00:50:18.244Z | Downloaded embedded-io v0.6.1 |
| 775 | 2025-02-21T00:50:18.244Z | Downloaded dyn-clone v1.0.17 |
| 776 | 2025-02-21T00:50:18.246Z | Downloaded oso v0.27.3 |
| 777 | 2025-02-21T00:50:18.250Z | Downloaded vte_generate_state_changes v0.1.2 |
| 778 | 2025-02-21T00:50:18.253Z | Downloaded value-bag v1.9.0 |
| 779 | 2025-02-21T00:50:18.256Z | Downloaded phf_generator v0.11.2 |
| 780 | 2025-02-21T00:50:18.258Z | Downloaded postcard v1.0.10 |
| 781 | 2025-02-21T00:50:18.261Z | Downloaded ff v0.13.0 |
| 782 | 2025-02-21T00:50:18.263Z | Downloaded semver v0.1.20 |
| 783 | 2025-02-21T00:50:18.265Z | Downloaded peg v0.8.4 |
| 784 | 2025-02-21T00:50:18.270Z | Downloaded num v0.4.3 |
| 785 | 2025-02-21T00:50:18.273Z | Downloaded password-hash v0.4.2 |
| 786 | 2025-02-21T00:50:18.273Z | Downloaded slog-async v2.8.0 |
| 787 | 2025-02-21T00:50:18.276Z | Downloaded pem-rfc7468 v0.7.0 |
| 788 | 2025-02-21T00:50:18.279Z | Downloaded strum v0.26.3 |
| 789 | 2025-02-21T00:50:18.279Z | Downloaded russh-cryptovec v0.7.3 |
| 790 | 2025-02-21T00:50:18.282Z | Downloaded quick-error v1.2.3 |
| 791 | 2025-02-21T00:50:18.282Z | Downloaded newline-converter v0.3.0 |
| 792 | 2025-02-21T00:50:18.284Z | Downloaded strum_macros v0.25.3 |
| 793 | 2025-02-21T00:50:18.286Z | Downloaded slog-envlogger v2.2.0 |
| 794 | 2025-02-21T00:50:18.289Z | Downloaded zone v0.1.8 |
| 795 | 2025-02-21T00:50:18.289Z | Downloaded aws-lc-rs v1.10.0 |
| 796 | 2025-02-21T00:50:18.301Z | Downloaded displaydoc v0.2.5 |
| 797 | 2025-02-21T00:50:18.303Z | Downloaded which v4.4.2 |
| 798 | 2025-02-21T00:50:18.307Z | Downloaded http v1.2.0 |
| 799 | 2025-02-21T00:50:18.311Z | Downloaded openssl-probe v0.1.5 |
| 800 | 2025-02-21T00:50:18.314Z | Downloaded peg-macros v0.8.4 |
| 801 | 2025-02-21T00:50:18.316Z | Downloaded radium v0.7.0 |
| 802 | 2025-02-21T00:50:18.319Z | Downloaded structmeta-derive v0.3.0 |
| 803 | 2025-02-21T00:50:18.319Z | Downloaded structmeta v0.2.0 |
| 804 | 2025-02-21T00:50:18.321Z | Downloaded openssl-macros v0.1.1 |
| 805 | 2025-02-21T00:50:18.324Z | Downloaded xz2 v0.1.7 |
| 806 | 2025-02-21T00:50:18.326Z | Downloaded slog-scope v4.4.0 |
| 807 | 2025-02-21T00:50:18.326Z | Downloaded slog-json v2.6.1 |
| 808 | 2025-02-21T00:50:18.329Z | Downloaded strum_macros v0.24.3 |
| 809 | 2025-02-21T00:50:18.331Z | Downloaded endian-type v0.1.2 |
| 810 | 2025-02-21T00:50:18.334Z | Downloaded parse-display-derive v0.10.0 |
| 811 | 2025-02-21T00:50:18.334Z | Downloaded utf-8 v0.7.6 |
| 812 | 2025-02-21T00:50:18.339Z | Downloaded number_prefix v0.4.0 |
| 813 | 2025-02-21T00:50:18.339Z | Downloaded unicode-properties v0.1.3 |
| 814 | 2025-02-21T00:50:18.341Z | Downloaded der v0.7.9 |
| 815 | 2025-02-21T00:50:18.346Z | Downloaded derive_more v0.99.18 |
| 816 | 2025-02-21T00:50:18.354Z | Downloaded paste v1.0.15 |
| 817 | 2025-02-21T00:50:18.357Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 818 | 2025-02-21T00:50:18.359Z | Downloaded whoami v1.5.2 |
| 819 | 2025-02-21T00:50:18.362Z | Downloaded parse-size v1.1.0 |
| 820 | 2025-02-21T00:50:18.362Z | Downloaded time-core v0.1.2 |
| 821 | 2025-02-21T00:50:18.364Z | Downloaded rustfmt-wrapper v0.2.1 |
| 822 | 2025-02-21T00:50:18.367Z | Downloaded packed_struct v0.10.1 |
| 823 | 2025-02-21T00:50:18.369Z | Downloaded slog-stdlog v4.1.1 |
| 824 | 2025-02-21T00:50:18.369Z | Downloaded unicode-bidi v0.3.17 |
| 825 | 2025-02-21T00:50:18.373Z | Downloaded zone v0.3.0 |
| 826 | 2025-02-21T00:50:18.375Z | Downloaded display-error-chain v0.2.2 |
| 827 | 2025-02-21T00:50:18.375Z | Downloaded futures-core v0.3.31 |
| 828 | 2025-02-21T00:50:18.378Z | Downloaded downcast v0.11.0 |
| 829 | 2025-02-21T00:50:18.381Z | Downloaded zerovec-derive v0.10.3 |
| 830 | 2025-02-21T00:50:18.381Z | Downloaded num-integer v0.1.46 |
| 831 | 2025-02-21T00:50:18.383Z | Downloaded tiny-keccak v2.0.2 |
| 832 | 2025-02-21T00:50:18.386Z | Downloaded env_filter v0.1.2 |
| 833 | 2025-02-21T00:50:18.388Z | Downloaded float-ord v0.3.2 |
| 834 | 2025-02-21T00:50:18.391Z | Downloaded hash32 v0.3.1 |
| 835 | 2025-02-21T00:50:18.391Z | Downloaded topological-sort v0.2.2 |
| 836 | 2025-02-21T00:50:18.393Z | Downloaded rand_xorshift v0.3.0 |
| 837 | 2025-02-21T00:50:18.396Z | Downloaded ron v0.7.1 |
| 838 | 2025-02-21T00:50:18.400Z | Downloaded dsl_auto_type v0.1.2 |
| 839 | 2025-02-21T00:50:18.403Z | Downloaded tracing-core v0.1.32 |
| 840 | 2025-02-21T00:50:18.406Z | Downloaded chrono v0.4.39 |
| 841 | 2025-02-21T00:50:18.415Z | Downloaded sha1 v0.10.6 |
| 842 | 2025-02-21T00:50:18.418Z | Downloaded serde_urlencoded v0.7.1 |
| 843 | 2025-02-21T00:50:18.420Z | Downloaded scopeguard v1.2.0 |
| 844 | 2025-02-21T00:50:18.423Z | Downloaded scheduled-thread-pool v0.2.7 |
| 845 | 2025-02-21T00:50:18.423Z | Downloaded ref-cast-impl v1.0.23 |
| 846 | 2025-02-21T00:50:18.426Z | Downloaded fallible-iterator v0.2.0 |
| 847 | 2025-02-21T00:50:18.426Z | Downloaded sec1 v0.7.3 |
| 848 | 2025-02-21T00:50:18.430Z | Downloaded futures-channel v0.3.31 |
| 849 | 2025-02-21T00:50:18.433Z | Downloaded smf v0.2.3 |
| 850 | 2025-02-21T00:50:18.434Z | Downloaded pbkdf2 v0.12.2 |
| 851 | 2025-02-21T00:50:18.434Z | Downloaded rustc-hash v1.1.0 |
| 852 | 2025-02-21T00:50:18.438Z | Downloaded strip-ansi-escapes v0.2.0 |
| 853 | 2025-02-21T00:50:18.438Z | Downloaded thread_local v1.1.8 |
| 854 | 2025-02-21T00:50:18.441Z | Downloaded num_enum v0.5.11 |
| 855 | 2025-02-21T00:50:18.444Z | Downloaded synstructure v0.13.1 |
| 856 | 2025-02-21T00:50:18.446Z | Downloaded subprocess v0.2.9 |
| 857 | 2025-02-21T00:50:18.449Z | Downloaded crossterm v0.28.1 |
| 858 | 2025-02-21T00:50:18.455Z | Downloaded salsa20 v0.10.2 |
| 859 | 2025-02-21T00:50:18.458Z | Downloaded unarray v0.1.4 |
| 860 | 2025-02-21T00:50:18.460Z | Downloaded progenitor v0.8.0 |
| 861 | 2025-02-21T00:50:18.463Z | Downloaded unicase v2.7.0 |
| 862 | 2025-02-21T00:50:18.463Z | Downloaded group v0.13.0 |
| 863 | 2025-02-21T00:50:18.466Z | Downloaded tough v0.19.0 |
| 864 | 2025-02-21T00:50:18.475Z | Downloaded resolv-conf v0.7.0 |
| 865 | 2025-02-21T00:50:18.477Z | Downloaded num-rational v0.4.2 |
| 866 | 2025-02-21T00:50:18.477Z | Downloaded want v0.3.1 |
| 867 | 2025-02-21T00:50:18.480Z | Downloaded hash32 v0.2.1 |
| 868 | 2025-02-21T00:50:18.482Z | Downloaded tinyvec_macros v0.1.1 |
| 869 | 2025-02-21T00:50:18.482Z | Downloaded secrecy v0.8.0 |
| 870 | 2025-02-21T00:50:18.485Z | Downloaded ssh-encoding v0.2.0 |
| 871 | 2025-02-21T00:50:18.485Z | Downloaded progenitor-client v0.9.1 |
| 872 | 2025-02-21T00:50:18.487Z | Downloaded env_logger v0.10.2 |
| 873 | 2025-02-21T00:50:18.490Z | Downloaded tokio-rustls v0.25.0 |
| 874 | 2025-02-21T00:50:18.493Z | Downloaded zerofrom-derive v0.1.4 |
| 875 | 2025-02-21T00:50:18.495Z | Downloaded tokio-native-tls v0.3.1 |
| 876 | 2025-02-21T00:50:18.495Z | Downloaded serde-big-array v0.5.1 |
| 877 | 2025-02-21T00:50:18.498Z | Downloaded debug-ignore v1.0.5 |
| 878 | 2025-02-21T00:50:18.500Z | Downloaded bindgen v0.69.5 |
| 879 | 2025-02-21T00:50:18.507Z | Downloaded newtype_derive v0.1.6 |
| 880 | 2025-02-21T00:50:18.509Z | Downloaded rustc_version v0.1.7 |
| 881 | 2025-02-21T00:50:18.509Z | Downloaded rustc-hash v2.0.0 |
| 882 | 2025-02-21T00:50:18.512Z | Downloaded wait-timeout v0.2.0 |
| 883 | 2025-02-21T00:50:18.514Z | Downloaded zeroize_derive v1.4.2 |
| 884 | 2025-02-21T00:50:18.514Z | Downloaded password-hash v0.5.0 |
| 885 | 2025-02-21T00:50:18.517Z | Downloaded defmt v0.3.8 |
| 886 | 2025-02-21T00:50:18.520Z | Downloaded zeroize v1.8.1 |
| 887 | 2025-02-21T00:50:18.522Z | Downloaded vte v0.11.1 |
| 888 | 2025-02-21T00:50:18.524Z | Downloaded time-macros v0.2.18 |
| 889 | 2025-02-21T00:50:18.527Z | Downloaded normalize-line-endings v0.3.0 |
| 890 | 2025-02-21T00:50:18.527Z | Downloaded r2d2 v0.8.10 |
| 891 | 2025-02-21T00:50:18.531Z | Downloaded gethostname v0.5.0 |
| 892 | 2025-02-21T00:50:18.531Z | Downloaded psl-types v2.0.11 |
| 893 | 2025-02-21T00:50:18.533Z | Downloaded url v2.5.3 |
| 894 | 2025-02-21T00:50:18.536Z | Downloaded olpc-cjson v0.1.4 |
| 895 | 2025-02-21T00:50:18.538Z | Downloaded dunce v1.0.5 |
| 896 | 2025-02-21T00:50:18.538Z | Downloaded scrypt v0.11.0 |
| 897 | 2025-02-21T00:50:18.540Z | Downloaded typify v0.3.0 |
| 898 | 2025-02-21T00:50:18.543Z | Downloaded twox-hash v2.1.0 |
| 899 | 2025-02-21T00:50:18.546Z | Downloaded tinystr v0.7.6 |
| 900 | 2025-02-21T00:50:18.549Z | Downloaded simd-adler32 v0.3.7 |
| 901 | 2025-02-21T00:50:18.551Z | Downloaded primeorder v0.13.6 |
| 902 | 2025-02-21T00:50:18.555Z | Downloaded hashbrown v0.13.2 |
| 903 | 2025-02-21T00:50:18.559Z | Downloaded slog-bunyan v2.5.0 |
| 904 | 2025-02-21T00:50:18.562Z | Downloaded flagset v0.4.6 |
| 905 | 2025-02-21T00:50:18.562Z | Downloaded dirs-next v2.0.0 |
| 906 | 2025-02-21T00:50:18.562Z | Downloaded typify-macro v0.2.0 |
| 907 | 2025-02-21T00:50:18.564Z | Downloaded zerocopy v0.8.10 |
| 908 | 2025-02-21T00:50:18.589Z | Downloaded progenitor v0.9.1 |
| 909 | 2025-02-21T00:50:18.592Z | Downloaded prettyplease v0.2.25 |
| 910 | 2025-02-21T00:50:18.594Z | Downloaded tungstenite v0.21.0 |
| 911 | 2025-02-21T00:50:18.598Z | Downloaded quinn-udp v0.5.5 |
| 912 | 2025-02-21T00:50:18.601Z | Downloaded ghash v0.5.1 |
| 913 | 2025-02-21T00:50:18.603Z | Downloaded tokio-rustls v0.24.1 |
| 914 | 2025-02-21T00:50:18.606Z | Downloaded diesel_derives v2.2.3 |
| 915 | 2025-02-21T00:50:18.609Z | Downloaded serde_yaml v0.9.34+deprecated |
| 916 | 2025-02-21T00:50:18.614Z | Downloaded dirs-sys-next v0.1.2 |
| 917 | 2025-02-21T00:50:18.616Z | Downloaded parse-zoneinfo v0.3.1 |
| 918 | 2025-02-21T00:50:18.619Z | Downloaded rusqlite v0.32.1 |
| 919 | 2025-02-21T00:50:18.626Z | Downloaded slog-term v2.9.1 |
| 920 | 2025-02-21T00:50:18.629Z | Downloaded tinyvec v1.8.0 |
| 921 | 2025-02-21T00:50:18.632Z | Downloaded russh v0.45.0 |
| 922 | 2025-02-21T00:50:18.639Z | Downloaded unicode-normalization v0.1.24 |
| 923 | 2025-02-21T00:50:18.644Z | Downloaded futures v0.3.31 |
| 924 | 2025-02-21T00:50:18.650Z | Downloaded lalrpop v0.19.12 |
| 925 | 2025-02-21T00:50:18.663Z | Downloaded nu-ansi-term v0.50.1 |
| 926 | 2025-02-21T00:50:18.666Z | Downloaded regex-syntax v0.6.29 |
| 927 | 2025-02-21T00:50:18.674Z | Downloaded num-bigint v0.4.6 |
| 928 | 2025-02-21T00:50:18.680Z | Downloaded tungstenite v0.24.0 |
| 929 | 2025-02-21T00:50:18.683Z | Downloaded h2 v0.4.6 |
| 930 | 2025-02-21T00:50:18.692Z | Downloaded dropshot_endpoint v0.12.0 |
| 931 | 2025-02-21T00:50:18.695Z | Downloaded expectorate v1.1.0 |
| 932 | 2025-02-21T00:50:18.698Z | Downloaded zip v0.6.6 |
| 933 | 2025-02-21T00:50:18.702Z | Downloaded qorb v0.2.1 |
| 934 | 2025-02-21T00:50:18.707Z | Downloaded quinn v0.11.5 |
| 935 | 2025-02-21T00:50:18.711Z | Downloaded futures-util v0.3.31 |
| 936 | 2025-02-21T00:50:18.725Z | Downloaded winnow v0.5.40 |
| 937 | 2025-02-21T00:50:18.735Z | Downloaded sqlparser v0.45.0 |
| 938 | 2025-02-21T00:50:18.742Z | Downloaded vcpkg v0.2.15 |
| 939 | 2025-02-21T00:50:18.783Z | Downloaded serde_with v3.11.0 |
| 940 | 2025-02-21T00:50:18.792Z | Downloaded rustls v0.21.12 |
| 941 | 2025-02-21T00:50:18.806Z | Downloaded ssh-key v0.6.6 |
| 942 | 2025-02-21T00:50:18.814Z | Downloaded nom v7.1.3 |
| 943 | 2025-02-21T00:50:18.823Z | Downloaded time v0.3.36 |
| 944 | 2025-02-21T00:50:18.828Z | Downloaded rustls-webpki v0.101.7 |
| 945 | 2025-02-21T00:50:18.844Z | Downloaded reqwest v0.12.9 |
| 946 | 2025-02-21T00:50:18.853Z | Downloaded typed-path v0.9.3 |
| 947 | 2025-02-21T00:50:18.860Z | Downloaded p521 v0.13.3 |
| 948 | 2025-02-21T00:50:18.864Z | Downloaded webpki-roots v0.26.6 |
| 949 | 2025-02-21T00:50:18.870Z | Downloaded flate2 v1.0.35 |
| 950 | 2025-02-21T00:50:18.874Z | Downloaded icu_properties_data v1.5.0 |
| 951 | 2025-02-21T00:50:18.886Z | Downloaded smoltcp v0.9.1 |
| 952 | 2025-02-21T00:50:18.899Z | Downloaded proptest v1.5.0 |
| 953 | 2025-02-21T00:50:18.911Z | Downloaded rayon v1.10.0 |
| 954 | 2025-02-21T00:50:18.920Z | Downloaded smoltcp v0.11.0 |
| 955 | 2025-02-21T00:50:18.934Z | Downloaded openssl v0.10.70 |
| 956 | 2025-02-21T00:50:18.945Z | Downloaded rustls-webpki v0.102.8 |
| 957 | 2025-02-21T00:50:18.965Z | Downloaded nix v0.28.0 |
| 958 | 2025-02-21T00:50:18.977Z | Downloaded p384 v0.13.0 |
| 959 | 2025-02-21T00:50:18.983Z | Downloaded quick-xml v0.33.0 |
| 960 | 2025-02-21T00:50:18.991Z | Downloaded object v0.30.4 |
| 961 | 2025-02-21T00:50:19.009Z | Downloaded object v0.36.5 |
| 962 | 2025-02-21T00:50:19.015Z | Downloaded gimli v0.31.1 |
| 963 | 2025-02-21T00:50:19.024Z | Downloaded sled v0.34.7 |
| 964 | 2025-02-21T00:50:19.036Z | Downloaded zerocopy-derive v0.6.6 |
| 965 | 2025-02-21T00:50:19.047Z | Downloaded regress v0.10.1 |
| 966 | 2025-02-21T00:50:19.057Z | Downloaded diesel v2.2.7 |
| 967 | 2025-02-21T00:50:19.078Z | Downloaded nix v0.27.1 |
| 968 | 2025-02-21T00:50:19.090Z | Downloaded openapiv3 v2.0.0 |
| 969 | 2025-02-21T00:50:19.103Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 970 | 2025-02-21T00:50:19.116Z | Downloaded dropshot v0.15.1 |
| 971 | 2025-02-21T00:50:19.139Z | Downloaded typify-impl v0.2.0 |
| 972 | 2025-02-21T00:50:19.155Z | Downloaded dropshot v0.12.0 |
| 973 | 2025-02-21T00:50:19.179Z | Downloaded regex v1.11.1 |
| 974 | 2025-02-21T00:50:19.190Z | Downloaded radix_trie v0.2.1 |
| 975 | 2025-02-21T00:50:19.195Z | Downloaded hickory-proto v0.24.3 |
| 976 | 2025-02-21T00:50:19.212Z | Downloaded bstr v1.10.0 |
| 977 | 2025-02-21T00:50:19.223Z | Downloaded git2 v0.19.0 |
| 978 | 2025-02-21T00:50:19.232Z | Downloaded hashbrown v0.14.5 |
| 979 | 2025-02-21T00:50:19.238Z | Downloaded nix v0.29.0 |
| 980 | 2025-02-21T00:50:19.251Z | Downloaded regress v0.9.1 |
| 981 | 2025-02-21T00:50:19.260Z | Downloaded regex-syntax v0.8.5 |
| 982 | 2025-02-21T00:50:19.269Z | Downloaded hashbrown v0.12.3 |
| 983 | 2025-02-21T00:50:19.273Z | Downloaded zip v2.1.3 |
| 984 | 2025-02-21T00:50:19.278Z | Downloaded portable-atomic v1.9.0 |
| 985 | 2025-02-21T00:50:19.285Z | Downloaded petname v2.0.2 |
| 986 | 2025-02-21T00:50:19.292Z | Downloaded rustls v0.22.4 |
| 987 | 2025-02-21T00:50:19.305Z | Downloaded polar-core v0.27.3 |
| 988 | 2025-02-21T00:50:19.315Z | Downloaded csv v1.3.1 |
| 989 | 2025-02-21T00:50:19.336Z | Downloaded chrono-tz v0.10.1 |
| 990 | 2025-02-21T00:50:19.344Z | Downloaded zerovec v0.10.4 |
| 991 | 2025-02-21T00:50:19.350Z | Downloaded sha3 v0.10.8 |
| 992 | 2025-02-21T00:50:19.355Z | Downloaded rustls v0.23.19 |
| 993 | 2025-02-21T00:50:19.368Z | Downloaded curve25519-dalek v4.1.3 |
| 994 | 2025-02-21T00:50:19.377Z | Downloaded walkdir v2.5.0 |
| 995 | 2025-02-21T00:50:19.380Z | Downloaded tokio-postgres v0.7.12 |
| 996 | 2025-02-21T00:50:19.384Z | Downloaded unicode-width v0.2.0 |
| 997 | 2025-02-21T00:50:19.391Z | Downloaded getrandom v0.2.15 |
| 998 | 2025-02-21T00:50:19.395Z | Downloaded typify-impl v0.3.0 |
| 999 | 2025-02-21T00:50:19.413Z | Downloaded zopfli v0.8.1 |
| 1000 | 2025-02-21T00:50:19.416Z | Downloaded ratatui v0.28.1 |
| 1001 | 2025-02-21T00:50:19.436Z | Downloaded tungstenite v0.23.0 |
| 1002 | 2025-02-21T00:50:19.440Z | Downloaded socket2 v0.5.7 |
| 1003 | 2025-02-21T00:50:19.447Z | Downloaded salty v0.3.0 |
| 1004 | 2025-02-21T00:50:19.450Z | Downloaded proc-macro-crate v1.3.1 |
| 1005 | 2025-02-21T00:50:19.450Z | Downloaded ena v0.14.3 |
| 1006 | 2025-02-21T00:50:19.452Z | Downloaded rusty-fork v0.3.0 |
| 1007 | 2025-02-21T00:50:19.453Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2025-02-21T00:50:19.455Z | Downloaded globset v0.4.15 |
| 1009 | 2025-02-21T00:50:19.455Z | Downloaded glob v0.3.2 |
| 1010 | 2025-02-21T00:50:19.458Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2025-02-21T00:50:19.461Z | Downloaded waitgroup v0.1.2 |
| 1012 | 2025-02-21T00:50:19.461Z | Downloaded petgraph v0.6.5 |
| 1013 | 2025-02-21T00:50:19.479Z | Downloaded zerofrom v0.1.4 |
| 1014 | 2025-02-21T00:50:19.481Z | Downloaded tokio-rustls v0.26.0 |
| 1015 | 2025-02-21T00:50:19.484Z | Downloaded regex-automata v0.4.8 |
| 1016 | 2025-02-21T00:50:19.500Z | Downloaded lzma-sys v0.1.20 |
| 1017 | 2025-02-21T00:50:19.530Z | Downloaded bitvec v1.0.1 |
| 1018 | 2025-02-21T00:50:19.545Z | Downloaded libz-sys v1.1.20 |
| 1019 | 2025-02-21T00:50:19.567Z | Downloaded diesel-dtrace v0.4.2 |
| 1020 | 2025-02-21T00:50:19.569Z | Downloaded path-slash v0.1.5 |
| 1021 | 2025-02-21T00:50:19.569Z | Downloaded x509-cert v0.2.5 |
| 1022 | 2025-02-21T00:50:19.575Z | Downloaded rustversion v1.0.17 |
| 1023 | 2025-02-21T00:50:19.578Z | Downloaded num-bigint-dig v0.8.4 |
| 1024 | 2025-02-21T00:50:19.584Z | Downloaded unicode-segmentation v1.12.0 |
| 1025 | 2025-02-21T00:50:19.587Z | Downloaded tokio-util v0.7.12 |
| 1026 | 2025-02-21T00:50:19.595Z | Downloaded rustls-pki-types v1.10.0 |
| 1027 | 2025-02-21T00:50:19.598Z | Downloaded tokio v1.43.0 |
| 1028 | 2025-02-21T00:50:19.640Z | Downloaded rayon-core v1.12.1 |
| 1029 | 2025-02-21T00:50:19.642Z | Downloaded newtype-uuid v1.2.1 |
| 1030 | 2025-02-21T00:50:19.645Z | Downloaded encoding_rs v0.8.34 |
| 1031 | 2025-02-21T00:50:19.666Z | Downloaded snafu v0.8.5 |
| 1032 | 2025-02-21T00:50:19.673Z | Downloaded quinn-proto v0.11.8 |
| 1033 | 2025-02-21T00:50:19.679Z | Downloaded pbkdf2 v0.11.0 |
| 1034 | 2025-02-21T00:50:19.682Z | Downloaded strum_macros v0.26.4 |
| 1035 | 2025-02-21T00:50:19.684Z | Downloaded itertools v0.13.0 |
| 1036 | 2025-02-21T00:50:19.690Z | Downloaded document-features v0.2.10 |
| 1037 | 2025-02-21T00:50:19.693Z | Downloaded fallible-iterator v0.3.0 |
| 1038 | 2025-02-21T00:50:19.694Z | Downloaded p256 v0.13.2 |
| 1039 | 2025-02-21T00:50:19.697Z | Downloaded reedline v0.35.0 |
| 1040 | 2025-02-21T00:50:19.705Z | Downloaded enum-as-inner v0.6.1 |
| 1041 | 2025-02-21T00:50:19.707Z | Downloaded rustc_version v0.4.1 |
| 1042 | 2025-02-21T00:50:19.710Z | Downloaded parking_lot v0.11.2 |
| 1043 | 2025-02-21T00:50:19.710Z | Downloaded predicates-tree v1.0.11 |
| 1044 | 2025-02-21T00:50:19.713Z | Downloaded packed_struct_codegen v0.10.1 |
| 1045 | 2025-02-21T00:50:19.713Z | Downloaded fixedbitset v0.4.2 |
| 1046 | 2025-02-21T00:50:19.715Z | Downloaded unicode-truncate v1.1.0 |
| 1047 | 2025-02-21T00:50:19.715Z | Downloaded libxml v0.3.3 |
| 1048 | 2025-02-21T00:50:19.721Z | Downloaded rustls-pemfile v2.2.0 |
| 1049 | 2025-02-21T00:50:19.724Z | Downloaded num-traits v0.2.19 |
| 1050 | 2025-02-21T00:50:19.727Z | Downloaded idna v1.0.3 |
| 1051 | 2025-02-21T00:50:19.730Z | Downloaded futures-task v0.3.31 |
| 1052 | 2025-02-21T00:50:19.733Z | Downloaded similar v2.6.0 |
| 1053 | 2025-02-21T00:50:19.737Z | Downloaded pin-project-lite v0.2.14 |
| 1054 | 2025-02-21T00:50:19.742Z | Downloaded phf_shared v0.11.2 |
| 1055 | 2025-02-21T00:50:19.745Z | Downloaded snafu-derive v0.8.5 |
| 1056 | 2025-02-21T00:50:19.745Z | Downloaded omicron-zone-package v0.12.0 |
| 1057 | 2025-02-21T00:50:19.747Z | Downloaded bytes v1.9.0 |
| 1058 | 2025-02-21T00:50:19.751Z | Downloaded toml_edit v0.19.15 |
| 1059 | 2025-02-21T00:50:19.769Z | Downloaded num_threads v0.1.7 |
| 1060 | 2025-02-21T00:50:19.774Z | Downloaded tls_codec v0.4.1 |
| 1061 | 2025-02-21T00:50:19.778Z | Downloaded pin-utils v0.1.0 |
| 1062 | 2025-02-21T00:50:19.778Z | Downloaded structmeta-derive v0.2.0 |
| 1063 | 2025-02-21T00:50:19.778Z | Downloaded signal-hook v0.3.17 |
| 1064 | 2025-02-21T00:50:19.780Z | Downloaded pkcs1 v0.7.5 |
| 1065 | 2025-02-21T00:50:19.781Z | Downloaded openssl-sys v0.9.105 |
| 1066 | 2025-02-21T00:50:19.784Z | Downloaded itertools v0.10.5 |
| 1067 | 2025-02-21T00:50:19.794Z | Downloaded vsss-rs v3.3.4 |
| 1068 | 2025-02-21T00:50:19.797Z | Downloaded test-strategy v0.3.1 |
| 1069 | 2025-02-21T00:50:19.800Z | Downloaded sync-ptr v0.1.1 |
| 1070 | 2025-02-21T00:50:19.800Z | Downloaded writeable v0.5.5 |
| 1071 | 2025-02-21T00:50:19.803Z | Downloaded samael v0.0.17 |
| 1072 | 2025-02-21T00:50:19.806Z | Downloaded parking_lot v0.12.3 |
| 1073 | 2025-02-21T00:50:19.809Z | Downloaded filetime v0.2.25 |
| 1074 | 2025-02-21T00:50:19.812Z | Downloaded darling v0.20.10 |
| 1075 | 2025-02-21T00:50:19.815Z | Downloaded flume v0.11.1 |
| 1076 | 2025-02-21T00:50:19.819Z | Downloaded predicates v3.1.2 |
| 1077 | 2025-02-21T00:50:19.823Z | Downloaded postgres-protocol v0.6.7 |
| 1078 | 2025-02-21T00:50:19.825Z | Downloaded rustyline v14.0.0 |
| 1079 | 2025-02-21T00:50:19.830Z | Downloaded env_logger v0.11.5 |
| 1080 | 2025-02-21T00:50:19.833Z | Downloaded smallvec v1.13.2 |
| 1081 | 2025-02-21T00:50:19.836Z | Downloaded native-tls v0.2.12 |
| 1082 | 2025-02-21T00:50:19.839Z | Downloaded thiserror v2.0.11 |
| 1083 | 2025-02-21T00:50:19.843Z | Downloaded zerocopy-derive v0.8.10 |
| 1084 | 2025-02-21T00:50:19.849Z | Downloaded litrs v0.4.1 |
| 1085 | 2025-02-21T00:50:19.852Z | Downloaded base64 v0.13.1 |
| 1086 | 2025-02-21T00:50:19.855Z | Downloaded tabwriter v1.4.0 |
| 1087 | 2025-02-21T00:50:19.858Z | Downloaded signal-hook-tokio v0.3.1 |
| 1088 | 2025-02-21T00:50:19.858Z | Downloaded signal-hook-registry v1.4.2 |
| 1089 | 2025-02-21T00:50:19.861Z | Downloaded pkcs8 v0.10.2 |
| 1090 | 2025-02-21T00:50:19.864Z | Downloaded poly1305 v0.8.0 |
| 1091 | 2025-02-21T00:50:19.866Z | Downloaded pin-project-internal v1.1.6 |
| 1092 | 2025-02-21T00:50:19.866Z | Downloaded derive_builder_core v0.20.2 |
| 1093 | 2025-02-21T00:50:19.869Z | Downloaded rustls-pemfile v1.0.4 |
| 1094 | 2025-02-21T00:50:19.872Z | Downloaded futures-executor v0.3.31 |
| 1095 | 2025-02-21T00:50:19.872Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1096 | 2025-02-21T00:50:19.875Z | Downloaded defmt-parser v0.3.4 |
| 1097 | 2025-02-21T00:50:19.875Z | Downloaded signal-hook-mio v0.2.4 |
| 1098 | 2025-02-21T00:50:19.875Z | Downloaded num-complex v0.4.6 |
| 1099 | 2025-02-21T00:50:19.878Z | Downloaded toml v0.7.8 |
| 1100 | 2025-02-21T00:50:19.880Z | Downloaded blake3 v1.5.4 |
| 1101 | 2025-02-21T00:50:19.887Z | Downloaded yasna v0.5.2 |
| 1102 | 2025-02-21T00:50:19.890Z | Downloaded ron v0.8.1 |
| 1103 | 2025-02-21T00:50:19.895Z | Downloaded ed25519-dalek v2.1.1 |
| 1104 | 2025-02-21T00:50:19.899Z | Downloaded hickory-server v0.24.3 |
| 1105 | 2025-02-21T00:50:19.904Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1106 | 2025-02-21T00:50:19.963Z | Downloaded uuid v1.12.0 |
| 1107 | 2025-02-21T00:50:19.966Z | Downloaded steno v0.4.1 |
| 1108 | 2025-02-21T00:50:19.970Z | Downloaded derive_builder v0.20.2 |
| 1109 | 2025-02-21T00:50:19.976Z | Downloaded tokio-stream v0.1.16 |
| 1110 | 2025-02-21T00:50:19.981Z | Downloaded progenitor-impl v0.8.0 |
| 1111 | 2025-02-21T00:50:19.983Z | Downloaded serde_path_to_error v0.1.16 |
| 1112 | 2025-02-21T00:50:19.986Z | Downloaded kstat-rs v0.2.4 |
| 1113 | 2025-02-21T00:50:19.986Z | Downloaded mio v1.0.2 |
| 1114 | 2025-02-21T00:50:19.991Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1115 | 2025-02-21T00:50:19.994Z | Downloaded percent-encoding v2.3.1 |
| 1116 | 2025-02-21T00:50:19.994Z | Downloaded phf_codegen v0.11.2 |
| 1117 | 2025-02-21T00:50:19.994Z | Downloaded phf v0.11.2 |
| 1118 | 2025-02-21T00:50:19.997Z | Downloaded publicsuffix v2.3.0 |
| 1119 | 2025-02-21T00:50:20.000Z | Downloaded parking_lot_core v0.8.6 |
| 1120 | 2025-02-21T00:50:20.000Z | Downloaded atty v0.2.14 |
| 1121 | 2025-02-21T00:50:20.006Z | Downloaded indexmap v1.9.3 |
| 1122 | 2025-02-21T00:50:20.010Z | Downloaded icu_locid v1.5.0 |
| 1123 | 2025-02-21T00:50:20.010Z | Downloaded tracing-attributes v0.1.27 |
| 1124 | 2025-02-21T00:50:20.022Z | Downloaded term v0.7.0 |
| 1125 | 2025-02-21T00:50:20.027Z | Downloaded serde_derive_internals v0.29.1 |
| 1126 | 2025-02-21T00:50:20.027Z | Downloaded typify v0.2.0 |
| 1127 | 2025-02-21T00:50:20.027Z | Downloaded tokio-tungstenite v0.23.1 |
| 1128 | 2025-02-21T00:50:20.027Z | Downloaded icu_locid_transform v1.5.0 |
| 1129 | 2025-02-21T00:50:20.027Z | Downloaded multer v3.1.0 |
| 1130 | 2025-02-21T00:50:20.030Z | Downloaded ed25519 v2.2.3 |
| 1131 | 2025-02-21T00:50:20.030Z | Downloaded tap v1.0.1 |
| 1132 | 2025-02-21T00:50:20.034Z | Downloaded crossbeam-epoch v0.9.18 |
| 1133 | 2025-02-21T00:50:20.034Z | Downloaded progenitor-macro v0.8.0 |
| 1134 | 2025-02-21T00:50:20.034Z | Downloaded ppv-lite86 v0.2.20 |
| 1135 | 2025-02-21T00:50:20.037Z | Downloaded parse-display v0.10.0 |
| 1136 | 2025-02-21T00:50:20.037Z | Downloaded num-iter v0.1.45 |
| 1137 | 2025-02-21T00:50:20.037Z | Downloaded multimap v0.10.0 |
| 1138 | 2025-02-21T00:50:20.040Z | Downloaded fragile v2.0.0 |
| 1139 | 2025-02-21T00:50:20.040Z | Downloaded data-encoding v2.6.0 |
| 1140 | 2025-02-21T00:50:20.043Z | Downloaded sqlformat v0.2.6 |
| 1141 | 2025-02-21T00:50:20.043Z | Downloaded rand v0.8.5 |
| 1142 | 2025-02-21T00:50:20.047Z | Downloaded memmap2 v0.9.5 |
| 1143 | 2025-02-21T00:50:20.050Z | Downloaded libloading v0.8.5 |
| 1144 | 2025-02-21T00:50:20.054Z | Downloaded icu_normalizer_data v1.5.0 |
| 1145 | 2025-02-21T00:50:20.056Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1146 | 2025-02-21T00:50:20.056Z | Downloaded crypto-bigint v0.5.5 |
| 1147 | 2025-02-21T00:50:20.062Z | Downloaded clang-sys v1.8.1 |
| 1148 | 2025-02-21T00:50:20.069Z | Downloaded base64 v0.22.1 |
| 1149 | 2025-02-21T00:50:20.069Z | Downloaded ipnet v2.10.1 |
| 1150 | 2025-02-21T00:50:20.076Z | Downloaded hyper-staticfile v0.10.1 |
| 1151 | 2025-02-21T00:50:20.076Z | Downloaded hmac v0.12.1 |
| 1152 | 2025-02-21T00:50:20.076Z | Downloaded backtrace v0.3.74 |
| 1153 | 2025-02-21T00:50:20.083Z | Downloaded either v1.13.0 |
| 1154 | 2025-02-21T00:50:20.084Z | Downloaded humantime v2.1.0 |
| 1155 | 2025-02-21T00:50:20.086Z | Downloaded hex-literal v0.4.1 |
| 1156 | 2025-02-21T00:50:20.086Z | Downloaded daft v0.1.1 |
| 1157 | 2025-02-21T00:50:20.086Z | Downloaded chacha20 v0.9.1 |
| 1158 | 2025-02-21T00:50:20.089Z | Downloaded bb8 v0.8.5 |
| 1159 | 2025-02-21T00:50:20.089Z | Downloaded lazycell v1.3.0 |
| 1160 | 2025-02-21T00:50:20.091Z | Downloaded inout v0.1.3 |
| 1161 | 2025-02-21T00:50:20.091Z | Downloaded unicode-xid v0.2.6 |
| 1162 | 2025-02-21T00:50:20.091Z | Downloaded typify-macro v0.3.0 |
| 1163 | 2025-02-21T00:50:20.094Z | Downloaded icu_provider v1.5.0 |
| 1164 | 2025-02-21T00:50:20.099Z | Downloaded cexpr v0.6.0 |
| 1165 | 2025-02-21T00:50:20.104Z | Downloaded iana-time-zone v0.1.61 |
| 1166 | 2025-02-21T00:50:20.104Z | Downloaded crc-any v2.5.0 |
| 1167 | 2025-02-21T00:50:20.104Z | Downloaded cookie v0.18.1 |
| 1168 | 2025-02-21T00:50:20.107Z | Downloaded hyper-rustls v0.27.3 |
| 1169 | 2025-02-21T00:50:20.110Z | Downloaded backoff v0.4.0 |
| 1170 | 2025-02-21T00:50:20.110Z | Downloaded managed v0.8.0 |
| 1171 | 2025-02-21T00:50:20.116Z | Downloaded linked-hash-map v0.5.6 |
| 1172 | 2025-02-21T00:50:20.116Z | Downloaded const_format v0.2.34 |
| 1173 | 2025-02-21T00:50:20.119Z | Downloaded bumpalo v3.16.0 |
| 1174 | 2025-02-21T00:50:20.122Z | Downloaded async-trait v0.1.86 |
| 1175 | 2025-02-21T00:50:20.125Z | Downloaded base64ct v1.6.0 |
| 1176 | 2025-02-21T00:50:20.127Z | Downloaded console v0.15.10 |
| 1177 | 2025-02-21T00:50:20.130Z | Downloaded bcs v0.1.6 |
| 1178 | 2025-02-21T00:50:20.132Z | Downloaded lazy_static v1.5.0 |
| 1179 | 2025-02-21T00:50:20.132Z | Downloaded hyper-tls v0.6.0 |
| 1180 | 2025-02-21T00:50:20.135Z | Downloaded home v0.5.9 |
| 1181 | 2025-02-21T00:50:20.135Z | Downloaded buf-list v1.0.3 |
| 1182 | 2025-02-21T00:50:20.138Z | Downloaded blake2 v0.10.6 |
| 1183 | 2025-02-21T00:50:20.140Z | Downloaded indoc v1.0.9 |
| 1184 | 2025-02-21T00:50:20.143Z | Downloaded indent_write v2.2.0 |
| 1185 | 2025-02-21T00:50:20.143Z | Downloaded ciborium-ll v0.2.2 |
| 1186 | 2025-02-21T00:50:20.146Z | Downloaded cassowary v0.3.0 |
| 1187 | 2025-02-21T00:50:20.146Z | Downloaded blowfish v0.9.1 |
| 1188 | 2025-02-21T00:50:20.148Z | Downloaded base16ct v0.2.0 |
| 1189 | 2025-02-21T00:50:20.148Z | Downloaded idna_adapter v1.2.0 |
| 1190 | 2025-02-21T00:50:20.151Z | Downloaded hostname v0.4.0 |
| 1191 | 2025-02-21T00:50:20.151Z | Downloaded headers-core v0.3.0 |
| 1192 | 2025-02-21T00:50:20.151Z | Downloaded colored v2.1.0 |
| 1193 | 2025-02-21T00:50:20.153Z | Downloaded cipher v0.4.4 |
| 1194 | 2025-02-21T00:50:20.156Z | Downloaded bzip2 v0.4.4 |
| 1195 | 2025-02-21T00:50:20.157Z | Downloaded bitflags v1.3.2 |
| 1196 | 2025-02-21T00:50:20.160Z | Downloaded bitfield v0.14.0 |
| 1197 | 2025-02-21T00:50:20.163Z | Downloaded atomic-waker v1.1.2 |
| 1198 | 2025-02-21T00:50:20.163Z | Downloaded aes-gcm v0.10.3 |
| 1199 | 2025-02-21T00:50:20.166Z | Downloaded cstr-argument v0.1.2 |
| 1200 | 2025-02-21T00:50:20.168Z | Downloaded crunchy v0.2.2 |
| 1201 | 2025-02-21T00:50:20.168Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1202 | 2025-02-21T00:50:20.168Z | Downloaded ciborium-io v0.2.2 |
| 1203 | 2025-02-21T00:50:20.170Z | Downloaded async-stream-impl v0.3.6 |
| 1204 | 2025-02-21T00:50:20.170Z | Downloaded adler2 v2.0.0 |
| 1205 | 2025-02-21T00:50:20.170Z | Downloaded aead v0.5.2 |
| 1206 | 2025-02-21T00:50:20.353Z | Downloaded ring v0.17.8 |
| 1207 | 2025-02-21T00:50:20.456Z | Downloaded aws-lc-sys v0.22.0 |
| 1208 | 2025-02-21T00:50:20.686Z | Downloaded libsqlite3-sys v0.30.1 |
| 1209 | 2025-02-21T00:50:20.878Z | Compiling serde v1.0.217 |
| 1210 | 2025-02-21T00:50:20.881Z | Compiling lock_api v0.4.12 |
| 1211 | 2025-02-21T00:50:20.881Z | Compiling value-bag v1.9.0 |
| 1212 | 2025-02-21T00:50:20.881Z | Compiling scopeguard v1.2.0 |
| 1213 | 2025-02-21T00:50:20.881Z | Compiling typenum v1.17.0 |
| 1214 | 2025-02-21T00:50:21.038Z | Compiling generic-array v0.14.7 |
| 1215 | 2025-02-21T00:50:21.086Z | Compiling syn v2.0.96 |
| 1216 | 2025-02-21T00:50:21.101Z | Compiling getrandom v0.2.15 |
| 1217 | 2025-02-21T00:50:21.229Z | Compiling shlex v1.3.0 |
| 1218 | 2025-02-21T00:50:21.418Z | Compiling rand_core v0.6.4 |
| 1219 | 2025-02-21T00:50:21.603Z | Compiling log v0.4.22 |
| 1220 | 2025-02-21T00:50:21.624Z | Compiling subtle v2.6.1 |
| 1221 | 2025-02-21T00:50:21.664Z | Compiling jobserver v0.1.32 |
| 1222 | 2025-02-21T00:50:21.693Z | Compiling smallvec v1.13.2 |
| 1223 | 2025-02-21T00:50:21.976Z | Compiling const-oid v0.9.6 |
| 1224 | 2025-02-21T00:50:22.008Z | Compiling pin-project-lite v0.2.14 |
| 1225 | 2025-02-21T00:50:22.058Z | Compiling rustix v0.38.37 |
| 1226 | 2025-02-21T00:50:22.123Z | Compiling cc v1.1.30 |
| 1227 | 2025-02-21T00:50:22.152Z | Compiling spin v0.9.8 |
| 1228 | 2025-02-21T00:50:22.569Z | Compiling parking_lot_core v0.9.10 |
| 1229 | 2025-02-21T00:50:22.592Z | Compiling futures-core v0.3.31 |
| 1230 | 2025-02-21T00:50:22.660Z | Compiling signal-hook-registry v1.4.2 |
| 1231 | 2025-02-21T00:50:22.878Z | Compiling mio v1.0.2 |
| 1232 | 2025-02-21T00:50:23.190Z | Compiling aho-corasick v1.1.3 |
| 1233 | 2025-02-21T00:50:23.529Z | Compiling cpufeatures v0.2.14 |
| 1234 | 2025-02-21T00:50:23.662Z | Compiling parking_lot v0.12.3 |
| 1235 | 2025-02-21T00:50:23.808Z | Compiling regex-syntax v0.8.5 |
| 1236 | 2025-02-21T00:50:23.862Z | Compiling stable_deref_trait v1.2.0 |
| 1237 | 2025-02-21T00:50:24.014Z | Compiling either v1.13.0 |
| 1238 | 2025-02-21T00:50:24.175Z | Compiling glob v0.3.2 |
| 1239 | 2025-02-21T00:50:24.387Z | Compiling futures-sink v0.3.31 |
| 1240 | 2025-02-21T00:50:24.489Z | Compiling socket2 v0.5.7 |
| 1241 | 2025-02-21T00:50:24.570Z | Compiling slab v0.4.9 |
| 1242 | 2025-02-21T00:50:24.594Z | Compiling prettyplease v0.2.25 |
| 1243 | 2025-02-21T00:50:25.042Z | Compiling lazy_static v1.5.0 |
| 1244 | 2025-02-21T00:50:25.141Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2025-02-21T00:50:25.164Z | Compiling clang-sys v1.8.1 |
| 1246 | 2025-02-21T00:50:25.186Z | Compiling serde_json v1.0.135 |
| 1247 | 2025-02-21T00:50:25.608Z | Compiling libloading v0.8.5 |
| 1248 | 2025-02-21T00:50:25.733Z | Compiling nom v7.1.3 |
| 1249 | 2025-02-21T00:50:25.821Z | Compiling bindgen v0.69.5 |
| 1250 | 2025-02-21T00:50:26.009Z | Compiling home v0.5.9 |
| 1251 | 2025-02-21T00:50:26.263Z | Compiling futures-channel v0.3.31 |
| 1252 | 2025-02-21T00:50:26.371Z | Compiling itertools v0.12.1 |
| 1253 | 2025-02-21T00:50:26.751Z | Compiling libm v0.2.8 |
| 1254 | 2025-02-21T00:50:26.805Z | Compiling futures-io v0.3.31 |
| 1255 | 2025-02-21T00:50:27.123Z | Compiling allocator-api2 v0.2.18 |
| 1256 | 2025-02-21T00:50:27.147Z | Compiling pin-utils v0.1.0 |
| 1257 | 2025-02-21T00:50:27.266Z | Compiling lazycell v1.3.0 |
| 1258 | 2025-02-21T00:50:27.505Z | Compiling rustc-hash v1.1.0 |
| 1259 | 2025-02-21T00:50:27.680Z | Compiling futures-task v0.3.31 |
| 1260 | 2025-02-21T00:50:27.971Z | Compiling regex-automata v0.4.8 |
| 1261 | 2025-02-21T00:50:28.022Z | Compiling foldhash v0.1.3 |
| 1262 | 2025-02-21T00:50:28.271Z | Compiling hashbrown v0.15.1 |
| 1263 | 2025-02-21T00:50:28.369Z | Compiling cmake v0.1.51 |
| 1264 | 2025-02-21T00:50:29.311Z | Compiling synstructure v0.13.1 |
| 1265 | 2025-02-21T00:50:29.477Z | Compiling cexpr v0.6.0 |
| 1266 | 2025-02-21T00:50:29.578Z | Compiling num-traits v0.2.19 |
| 1267 | 2025-02-21T00:50:29.927Z | Compiling fs_extra v1.3.0 |
| 1268 | 2025-02-21T00:50:30.523Z | Compiling dunce v1.0.5 |
| 1269 | 2025-02-21T00:50:30.546Z | Compiling pkg-config v0.3.31 |
| 1270 | 2025-02-21T00:50:30.954Z | Compiling writeable v0.5.5 |
| 1271 | 2025-02-21T00:50:31.187Z | Compiling litemap v0.7.3 |
| 1272 | 2025-02-21T00:50:31.527Z | Compiling ring v0.17.8 |
| 1273 | 2025-02-21T00:50:31.609Z | Compiling paste v1.0.15 |
| 1274 | 2025-02-21T00:50:32.138Z | Compiling base64ct v1.6.0 |
| 1275 | 2025-02-21T00:50:32.284Z | Compiling flagset v0.4.6 |
| 1276 | 2025-02-21T00:50:32.353Z | Compiling icu_locid_transform_data v1.5.0 |
| 1277 | 2025-02-21T00:50:32.483Z | Compiling aws-lc-rs v1.10.0 |
| 1278 | 2025-02-21T00:50:32.573Z | Compiling httparse v1.9.5 |
| 1279 | 2025-02-21T00:50:32.785Z | Compiling pem-rfc7468 v0.7.0 |
| 1280 | 2025-02-21T00:50:33.429Z | Compiling tracing-core v0.1.32 |
| 1281 | 2025-02-21T00:50:33.454Z | Compiling icu_properties_data v1.5.0 |
| 1282 | 2025-02-21T00:50:33.612Z | Compiling rustls-pki-types v1.10.0 |
| 1283 | 2025-02-21T00:50:33.727Z | Compiling percent-encoding v2.3.1 |
| 1284 | 2025-02-21T00:50:34.040Z | Compiling regex v1.11.1 |
| 1285 | 2025-02-21T00:50:34.074Z | Compiling crossbeam-utils v0.8.20 |
| 1286 | 2025-02-21T00:50:34.614Z | Compiling serde_derive v1.0.217 |
| 1287 | 2025-02-21T00:50:34.638Z | Compiling zeroize_derive v1.4.2 |
| 1288 | 2025-02-21T00:50:34.662Z | Compiling zerocopy-derive v0.7.35 |
| 1289 | 2025-02-21T00:50:34.664Z | Compiling tokio-macros v2.5.0 |
| 1290 | 2025-02-21T00:50:35.083Z | Compiling zerofrom-derive v0.1.4 |
| 1291 | 2025-02-21T00:50:36.156Z | Compiling zeroize v1.8.1 |
| 1292 | 2025-02-21T00:50:36.251Z | Compiling yoke-derive v0.7.4 |
| 1293 | 2025-02-21T00:50:36.566Z | Compiling zerovec-derive v0.10.3 |
| 1294 | 2025-02-21T00:50:36.741Z | Compiling zerocopy v0.7.35 |
| 1295 | 2025-02-21T00:50:37.963Z | Compiling crypto-common v0.1.6 |
| 1296 | 2025-02-21T00:50:38.223Z | Compiling block-buffer v0.10.4 |
| 1297 | 2025-02-21T00:50:38.245Z | Compiling thiserror-impl v1.0.69 |
| 1298 | 2025-02-21T00:50:38.458Z | Compiling futures-macro v0.3.31 |
| 1299 | 2025-02-21T00:50:38.523Z | Compiling digest v0.10.7 |
| 1300 | 2025-02-21T00:50:38.741Z | Compiling zerofrom v0.1.4 |
| 1301 | 2025-02-21T00:50:38.982Z | Compiling displaydoc v0.2.5 |
| 1302 | 2025-02-21T00:50:39.063Z | Compiling hmac v0.12.1 |
| 1303 | 2025-02-21T00:50:39.101Z | Compiling yoke v0.7.4 |
| 1304 | 2025-02-21T00:50:39.154Z | Compiling block-padding v0.3.3 |
| 1305 | 2025-02-21T00:50:39.344Z | Compiling sha2 v0.10.8 |
| 1306 | 2025-02-21T00:50:39.445Z | Compiling inout v0.1.3 |
| 1307 | 2025-02-21T00:50:39.464Z | Compiling zerovec v0.10.4 |
| 1308 | 2025-02-21T00:50:39.487Z | Compiling icu_provider_macros v1.5.0 |
| 1309 | 2025-02-21T00:50:39.752Z | Compiling cipher v0.4.4 |
| 1310 | 2025-02-21T00:50:40.350Z | Compiling ppv-lite86 v0.2.20 |
| 1311 | 2025-02-21T00:50:40.434Z | Compiling futures-util v0.3.31 |
| 1312 | 2025-02-21T00:50:40.598Z | Compiling der_derive v0.7.3 |
| 1313 | 2025-02-21T00:50:40.686Z | Compiling tracing-attributes v0.1.27 |
| 1314 | 2025-02-21T00:50:41.195Z | Compiling rand_chacha v0.3.1 |
| 1315 | 2025-02-21T00:50:41.401Z | Compiling thiserror v1.0.69 |
| 1316 | 2025-02-21T00:50:41.581Z | Compiling tinystr v0.7.6 |
| 1317 | 2025-02-21T00:50:41.743Z | Compiling icu_collections v1.5.0 |
| 1318 | 2025-02-21T00:50:41.985Z | Compiling icu_locid v1.5.0 |
| 1319 | 2025-02-21T00:50:44.104Z | Compiling der v0.7.9 |
| 1320 | 2025-02-21T00:50:44.112Z | Compiling rand v0.8.5 |
| 1321 | 2025-02-21T00:50:44.112Z | Compiling pest v2.7.14 |
| 1322 | 2025-02-21T00:50:44.112Z | Compiling icu_provider v1.5.0 |
| 1323 | 2025-02-21T00:50:44.164Z | Compiling salsa20 v0.10.2 |
| 1324 | 2025-02-21T00:50:44.213Z | Compiling tracing v0.1.40 |
| 1325 | 2025-02-21T00:50:44.434Z | Compiling pbkdf2 v0.12.2 |
| 1326 | 2025-02-21T00:50:44.632Z | Compiling icu_locid_transform v1.5.0 |
| 1327 | 2025-02-21T00:50:44.876Z | Compiling untrusted v0.7.1 |
| 1328 | 2025-02-21T00:50:45.093Z | Compiling icu_normalizer_data v1.5.0 |
| 1329 | 2025-02-21T00:50:45.229Z | Compiling spki v0.7.3 |
| 1330 | 2025-02-21T00:50:45.376Z | Compiling num-conv v0.1.0 |
| 1331 | 2025-02-21T00:50:45.525Z | Compiling utf16_iter v1.0.5 |
| 1332 | 2025-02-21T00:50:45.646Z | Compiling powerfmt v0.2.0 |
| 1333 | 2025-02-21T00:50:45.668Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2025-02-21T00:50:45.757Z | Compiling untrusted v0.9.0 |
| 1335 | 2025-02-21T00:50:45.928Z | Compiling write16 v1.0.0 |
| 1336 | 2025-02-21T00:50:45.977Z | Compiling icu_properties v1.5.1 |
| 1337 | 2025-02-21T00:50:46.067Z | Compiling vcpkg v0.2.15 |
| 1338 | 2025-02-21T00:50:46.090Z | Compiling mirai-annotations v1.12.0 |
| 1339 | 2025-02-21T00:50:46.225Z | Compiling time-core v0.1.2 |
| 1340 | 2025-02-21T00:50:46.396Z | Compiling deranged v0.3.11 |
| 1341 | 2025-02-21T00:50:46.419Z | Compiling time-macros v0.2.18 |
| 1342 | 2025-02-21T00:50:46.460Z | Compiling pest_meta v2.7.14 |
| 1343 | 2025-02-21T00:50:47.960Z | Compiling scrypt v0.11.0 |
| 1344 | 2025-02-21T00:50:47.983Z | Compiling openssl-sys v0.9.105 |
| 1345 | 2025-02-21T00:50:48.334Z | Compiling bitflags v2.6.0 |
| 1346 | 2025-02-21T00:50:48.459Z | Compiling bytes v1.9.0 |
| 1347 | 2025-02-21T00:50:49.058Z | Compiling indexmap v2.7.1 |
| 1348 | 2025-02-21T00:50:49.647Z | Compiling tokio v1.43.0 |
| 1349 | 2025-02-21T00:50:49.710Z | Compiling http v1.2.0 |
| 1350 | 2025-02-21T00:50:49.848Z | Compiling semver v1.0.24 |
| 1351 | 2025-02-21T00:50:50.520Z | Compiling rustc_version v0.4.1 |
| 1352 | 2025-02-21T00:50:50.574Z | Compiling icu_normalizer v1.5.0 |
| 1353 | 2025-02-21T00:50:50.881Z | Compiling cbc v0.1.2 |
| 1354 | 2025-02-21T00:50:51.060Z | Compiling aes v0.8.4 |
| 1355 | 2025-02-21T00:50:51.158Z | Compiling scroll_derive v0.12.0 |
| 1356 | 2025-02-21T00:50:51.256Z | Compiling num_threads v0.1.7 |
| 1357 | 2025-02-21T00:50:51.403Z | Compiling tinyvec_macros v0.1.1 |
| 1358 | 2025-02-21T00:50:51.424Z | Compiling atomic-waker v1.1.2 |
| 1359 | 2025-02-21T00:50:51.525Z | Compiling tinyvec v1.8.0 |
| 1360 | 2025-02-21T00:50:51.641Z | Compiling idna_adapter v1.2.0 |
| 1361 | 2025-02-21T00:50:51.909Z | Compiling time v0.3.36 |
| 1362 | 2025-02-21T00:50:52.055Z | Compiling pkcs5 v0.7.1 |
| 1363 | 2025-02-21T00:50:52.465Z | Compiling http-body v1.0.1 |
| 1364 | 2025-02-21T00:50:52.714Z | Compiling which v4.4.2 |
| 1365 | 2025-02-21T00:50:52.753Z | Compiling scroll v0.12.0 |
| 1366 | 2025-02-21T00:50:53.283Z | Compiling pest_generator v2.7.14 |
| 1367 | 2025-02-21T00:50:53.367Z | Compiling form_urlencoded v1.2.1 |
| 1368 | 2025-02-21T00:50:53.389Z | Compiling try-lock v0.2.5 |
| 1369 | 2025-02-21T00:50:53.582Z | Compiling slog v2.7.0 |
| 1370 | 2025-02-21T00:50:53.694Z | Compiling goblin v0.8.2 |
| 1371 | 2025-02-21T00:50:53.717Z | Compiling want v0.3.1 |
| 1372 | 2025-02-21T00:50:54.041Z | Compiling pkcs8 v0.10.2 |
| 1373 | 2025-02-21T00:50:54.091Z | Compiling idna v1.0.3 |
| 1374 | 2025-02-21T00:50:54.188Z | Compiling uuid v1.12.0 |
| 1375 | 2025-02-21T00:50:54.717Z | Compiling httpdate v1.0.3 |
| 1376 | 2025-02-21T00:50:55.179Z | Compiling iana-time-zone v0.1.61 |
| 1377 | 2025-02-21T00:50:55.210Z | Compiling pest_derive v2.7.14 |
| 1378 | 2025-02-21T00:50:55.599Z | Compiling chrono v0.4.39 |
| 1379 | 2025-02-21T00:50:55.822Z | Compiling serde_spanned v0.6.8 |
| 1380 | 2025-02-21T00:50:56.083Z | Compiling dtrace-parser v0.2.0 |
| 1381 | 2025-02-21T00:50:56.105Z | Compiling toml_datetime v0.6.8 |
| 1382 | 2025-02-21T00:50:56.603Z | Compiling serde_tokenstream v0.2.2 |
| 1383 | 2025-02-21T00:50:56.625Z | Compiling foreign-types-shared v0.1.1 |
| 1384 | 2025-02-21T00:50:56.774Z | Compiling openssl v0.10.70 |
| 1385 | 2025-02-21T00:50:56.795Z | Compiling match_cfg v0.1.0 |
| 1386 | 2025-02-21T00:50:56.916Z | Compiling adler2 v2.0.0 |
| 1387 | 2025-02-21T00:50:57.483Z | Compiling rustversion v1.0.17 |
| 1388 | 2025-02-21T00:50:57.506Z | Compiling tower-service v0.3.3 |
| 1389 | 2025-02-21T00:50:57.506Z | Compiling base64 v0.22.1 |
| 1390 | 2025-02-21T00:50:57.506Z | Compiling miniz_oxide v0.8.0 |
| 1391 | 2025-02-21T00:50:57.989Z | Compiling hostname v0.3.1 |
| 1392 | 2025-02-21T00:50:58.013Z | Compiling foreign-types v0.3.2 |
| 1393 | 2025-02-21T00:50:58.082Z | Compiling url v2.5.3 |
| 1394 | 2025-02-21T00:50:58.212Z | Compiling openssl-macros v0.1.1 |
| 1395 | 2025-02-21T00:50:58.953Z | Compiling tokio-util v0.7.12 |
| 1396 | 2025-02-21T00:50:59.027Z | Compiling async-trait v0.1.86 |
| 1397 | 2025-02-21T00:50:59.133Z | Compiling serde_derive_internals v0.29.1 |
| 1398 | 2025-02-21T00:50:59.457Z | Compiling dirs-sys-next v0.1.2 |
| 1399 | 2025-02-21T00:50:59.924Z | Compiling dof v0.3.0 |
| 1400 | 2025-02-21T00:51:00.045Z | Compiling h2 v0.4.6 |
| 1401 | 2025-02-21T00:51:00.279Z | Compiling data-encoding v2.6.0 |
| 1402 | 2025-02-21T00:51:01.523Z | Compiling usdt-impl v0.5.0 |
| 1403 | 2025-02-21T00:51:01.575Z | Compiling syn v1.0.109 |
| 1404 | 2025-02-21T00:51:01.806Z | Compiling schemars v0.8.21 |
| 1405 | 2025-02-21T00:51:02.183Z | Compiling native-tls v0.2.12 |
| 1406 | 2025-02-21T00:51:02.207Z | Compiling rustls v0.22.4 |
| 1407 | 2025-02-21T00:51:02.330Z | Compiling siphasher v0.3.11 |
| 1408 | 2025-02-21T00:51:02.558Z | Compiling rustls v0.23.19 |
| 1409 | 2025-02-21T00:51:02.762Z | Compiling schemars_derive v0.8.21 |
| 1410 | 2025-02-21T00:51:02.784Z | Compiling dirs-next v2.0.0 |
| 1411 | 2025-02-21T00:51:02.999Z | Compiling unicode-normalization v0.1.24 |
| 1412 | 2025-02-21T00:51:03.451Z | Compiling http-body-util v0.1.2 |
| 1413 | 2025-02-21T00:51:03.759Z | Compiling heapless v0.7.17 |
| 1414 | 2025-02-21T00:51:03.991Z | Compiling crossbeam-epoch v0.9.18 |
| 1415 | 2025-02-21T00:51:04.147Z | Compiling signature v2.2.0 |
| 1416 | 2025-02-21T00:51:04.242Z | Compiling sha1 v0.10.6 |
| 1417 | 2025-02-21T00:51:04.266Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1418 | 2025-02-21T00:51:04.461Z | Compiling thread_local v1.1.8 |
| 1419 | 2025-02-21T00:51:04.698Z | Compiling multer v3.1.0 |
| 1420 | 2025-02-21T00:51:04.733Z | Compiling encoding_rs v0.8.34 |
| 1421 | 2025-02-21T00:51:04.789Z | Compiling cookie v0.18.1 |
| 1422 | 2025-02-21T00:51:04.986Z | Compiling rayon-core v1.12.1 |
| 1423 | 2025-02-21T00:51:05.029Z | Compiling slog-async v2.8.0 |
| 1424 | 2025-02-21T00:51:05.118Z | Compiling mime v0.3.17 |
| 1425 | 2025-02-21T00:51:05.287Z | Compiling ipnet v2.10.1 |
| 1426 | 2025-02-21T00:51:06.568Z | Compiling openssl-probe v0.1.5 |
| 1427 | 2025-02-21T00:51:06.571Z | Compiling signal-hook v0.3.17 |
| 1428 | 2025-02-21T00:51:06.571Z | Compiling unicode-bidi v0.3.17 |
| 1429 | 2025-02-21T00:51:06.571Z | Compiling gimli v0.31.1 |
| 1430 | 2025-02-21T00:51:06.571Z | Compiling dyn-clone v1.0.17 |
| 1431 | 2025-02-21T00:51:06.571Z | Compiling unicode-properties v0.1.3 |
| 1432 | 2025-02-21T00:51:06.634Z | Compiling stringprep v0.1.5 |
| 1433 | 2025-02-21T00:51:07.384Z | Compiling toml_edit v0.22.22 |
| 1434 | 2025-02-21T00:51:07.777Z | Compiling hyper v1.5.2 |
| 1435 | 2025-02-21T00:51:09.749Z | Compiling crossbeam-deque v0.8.5 |
| 1436 | 2025-02-21T00:51:10.109Z | Compiling usdt-macro v0.5.0 |
| 1437 | 2025-02-21T00:51:10.321Z | Compiling hyper-util v0.1.10 |
| 1438 | 2025-02-21T00:51:10.650Z | Compiling addr2line v0.24.2 |
| 1439 | 2025-02-21T00:51:10.721Z | Compiling usdt-attr-macro v0.5.0 |
| 1440 | 2025-02-21T00:51:11.281Z | Compiling term v0.7.0 |
| 1441 | 2025-02-21T00:51:11.332Z | Compiling slog-json v2.6.1 |
| 1442 | 2025-02-21T00:51:11.419Z | Compiling serde_urlencoded v0.7.1 |
| 1443 | 2025-02-21T00:51:11.687Z | Compiling curve25519-dalek v4.1.3 |
| 1444 | 2025-02-21T00:51:11.909Z | Compiling crossbeam-channel v0.5.13 |
| 1445 | 2025-02-21T00:51:12.205Z | Compiling futures-executor v0.3.31 |
| 1446 | 2025-02-21T00:51:12.317Z | Compiling enum-as-inner v0.6.1 |
| 1447 | 2025-02-21T00:51:12.591Z | Compiling md-5 v0.10.6 |
| 1448 | 2025-02-21T00:51:12.705Z | Compiling async-stream-impl v0.3.6 |
| 1449 | 2025-02-21T00:51:12.865Z | Compiling rustls-pemfile v2.2.0 |
| 1450 | 2025-02-21T00:51:12.909Z | Compiling num-integer v0.1.46 |
| 1451 | 2025-02-21T00:51:13.178Z | Compiling hash32 v0.2.1 |
| 1452 | 2025-02-21T00:51:13.205Z | Compiling ff v0.13.0 |
| 1453 | 2025-02-21T00:51:13.380Z | Compiling is-terminal v0.4.13 |
| 1454 | 2025-02-21T00:51:13.442Z | Compiling memoffset v0.9.1 |
| 1455 | 2025-02-21T00:51:13.505Z | Compiling object v0.36.5 |
| 1456 | 2025-02-21T00:51:13.523Z | Compiling dropshot v0.12.0 |
| 1457 | 2025-02-21T00:51:13.610Z | Compiling num-bigint-dig v0.8.4 |
| 1458 | 2025-02-21T00:51:13.768Z | Compiling quick-error v1.2.3 |
| 1459 | 2025-02-21T00:51:13.835Z | Compiling anyhow v1.0.95 |
| 1460 | 2025-02-21T00:51:13.927Z | Compiling utf-8 v0.7.6 |
| 1461 | 2025-02-21T00:51:13.951Z | Compiling portable-atomic v1.9.0 |
| 1462 | 2025-02-21T00:51:13.955Z | Compiling litrs v0.4.1 |
| 1463 | 2025-02-21T00:51:14.264Z | Compiling base16ct v0.2.0 |
| 1464 | 2025-02-21T00:51:14.387Z | Compiling psl-types v2.0.11 |
| 1465 | 2025-02-21T00:51:14.545Z | Compiling rustc-demangle v0.1.24 |
| 1466 | 2025-02-21T00:51:14.566Z | Compiling cfg_aliases v0.2.1 |
| 1467 | 2025-02-21T00:51:14.596Z | Compiling fallible-iterator v0.2.0 |
| 1468 | 2025-02-21T00:51:14.673Z | Compiling smoltcp v0.9.1 |
| 1469 | 2025-02-21T00:51:14.931Z | Compiling linked-hash-map v0.5.6 |
| 1470 | 2025-02-21T00:51:14.982Z | Compiling take_mut v0.2.2 |
| 1471 | 2025-02-21T00:51:15.284Z | Compiling lru-cache v0.1.2 |
| 1472 | 2025-02-21T00:51:15.307Z | Compiling postgres-protocol v0.6.7 |
| 1473 | 2025-02-21T00:51:15.359Z | Compiling document-features v0.2.10 |
| 1474 | 2025-02-21T00:51:15.473Z | Compiling nix v0.29.0 |
| 1475 | 2025-02-21T00:51:15.500Z | Compiling publicsuffix v2.3.0 |
| 1476 | 2025-02-21T00:51:15.800Z | Compiling sec1 v0.7.3 |
| 1477 | 2025-02-21T00:51:16.330Z | Compiling tungstenite v0.24.0 |
| 1478 | 2025-02-21T00:51:16.380Z | Compiling async-stream v0.3.6 |
| 1479 | 2025-02-21T00:51:16.463Z | Compiling resolv-conf v0.7.0 |
| 1480 | 2025-02-21T00:51:16.550Z | Compiling slog-term v2.9.1 |
| 1481 | 2025-02-21T00:51:16.668Z | Compiling usdt v0.5.0 |
| 1482 | 2025-02-21T00:51:17.140Z | Compiling group v0.13.0 |
| 1483 | 2025-02-21T00:51:17.158Z | Compiling hickory-proto v0.24.3 |
| 1484 | 2025-02-21T00:51:17.522Z | Compiling num-iter v0.1.45 |
| 1485 | 2025-02-21T00:51:17.660Z | Compiling futures v0.3.31 |
| 1486 | 2025-02-21T00:51:17.725Z | Compiling slog-bunyan v2.5.0 |
| 1487 | 2025-02-21T00:51:17.820Z | Compiling toml v0.8.19 |
| 1488 | 2025-02-21T00:51:18.361Z | Compiling tokio-native-tls v0.3.1 |
| 1489 | 2025-02-21T00:51:18.861Z | Compiling camino v1.1.9 |
| 1490 | 2025-02-21T00:51:19.464Z | Compiling phf_shared v0.11.2 |
| 1491 | 2025-02-21T00:51:19.589Z | Compiling dropshot_endpoint v0.12.0 |
| 1492 | 2025-02-21T00:51:19.688Z | Compiling terminal_size v0.4.0 |
| 1493 | 2025-02-21T00:51:19.836Z | Compiling waitgroup v0.1.2 |
| 1494 | 2025-02-21T00:51:19.917Z | Compiling backtrace v0.3.74 |
| 1495 | 2025-02-21T00:51:20.061Z | Compiling openapiv3 v2.0.0 |
| 1496 | 2025-02-21T00:51:20.090Z | Compiling serde_path_to_error v0.1.16 |
| 1497 | 2025-02-21T00:51:20.479Z | Compiling hkdf v0.12.4 |
| 1498 | 2025-02-21T00:51:20.773Z | Compiling crypto-bigint v0.5.5 |
| 1499 | 2025-02-21T00:51:20.891Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1500 | 2025-02-21T00:51:22.305Z | Compiling zerocopy-derive v0.6.6 |
| 1501 | 2025-02-21T00:51:22.840Z | Compiling webpki-roots v0.26.6 |
| 1502 | 2025-02-21T00:51:23.075Z | Compiling hostname v0.4.0 |
| 1503 | 2025-02-21T00:51:23.301Z | Compiling fs-err v2.11.0 |
| 1504 | 2025-02-21T00:51:23.328Z | Compiling hubpack_derive v0.1.1 |
| 1505 | 2025-02-21T00:51:23.640Z | Compiling ahash v0.8.11 |
| 1506 | 2025-02-21T00:51:23.656Z | Compiling crc32fast v1.4.2 |
| 1507 | 2025-02-21T00:51:23.995Z | Compiling newtype-uuid v1.2.1 |
| 1508 | 2025-02-21T00:51:23.999Z | Compiling debug-ignore v1.0.5 |
| 1509 | 2025-02-21T00:51:24.037Z | Compiling winnow v0.5.40 |
| 1510 | 2025-02-21T00:51:24.169Z | Compiling unicode-width v0.2.0 |
| 1511 | 2025-02-21T00:51:24.190Z | Compiling managed v0.8.0 |
| 1512 | 2025-02-21T00:51:24.213Z | Compiling bitflags v1.3.2 |
| 1513 | 2025-02-21T00:51:24.326Z | Compiling zerocopy v0.6.6 |
| 1514 | 2025-02-21T00:51:24.350Z | Compiling clap_builder v4.5.27 |
| 1515 | 2025-02-21T00:51:24.716Z | Compiling console v0.15.10 |
| 1516 | 2025-02-21T00:51:25.054Z | Compiling hubpack v0.1.2 |
| 1517 | 2025-02-21T00:51:25.509Z | Compiling strum_macros v0.25.3 |
| 1518 | 2025-02-21T00:51:26.011Z | Compiling flate2 v1.0.35 |
| 1519 | 2025-02-21T00:51:26.086Z | Compiling elliptic-curve v0.13.8 |
| 1520 | 2025-02-21T00:51:26.678Z | Compiling hickory-resolver v0.24.3 |
| 1521 | 2025-02-21T00:51:26.892Z | Compiling phf v0.11.2 |
| 1522 | 2025-02-21T00:51:27.180Z | Compiling toml_edit v0.19.15 |
| 1523 | 2025-02-21T00:51:27.454Z | Compiling signal-hook-mio v0.2.4 |
| 1524 | 2025-02-21T00:51:27.649Z | Compiling cookie_store v0.21.1 |
| 1525 | 2025-02-21T00:51:27.700Z | Compiling rayon v1.10.0 |
| 1526 | 2025-02-21T00:51:29.178Z | Compiling hyper-tls v0.6.0 |
| 1527 | 2025-02-21T00:51:29.320Z | Compiling bzip2 v0.4.4 |
| 1528 | 2025-02-21T00:51:29.727Z | Compiling tokio-tungstenite v0.24.0 |
| 1529 | 2025-02-21T00:51:30.495Z | Compiling postgres-types v0.2.8 |
| 1530 | 2025-02-21T00:51:32.165Z | Compiling ed25519 v2.2.3 |
| 1531 | 2025-02-21T00:51:32.359Z | Compiling phf_shared v0.10.0 |
| 1532 | 2025-02-21T00:51:32.567Z | Compiling tokio-stream v0.1.16 |
| 1533 | 2025-02-21T00:51:32.754Z | Compiling pkcs1 v0.7.5 |
| 1534 | 2025-02-21T00:51:33.234Z | Compiling serde-big-array v0.5.1 |
| 1535 | 2025-02-21T00:51:33.500Z | Compiling clap_derive v4.5.24 |
| 1536 | 2025-02-21T00:51:33.619Z | Compiling rfc6979 v0.4.0 |
| 1537 | 2025-02-21T00:51:33.747Z | Compiling derive-where v1.2.7 |
| 1538 | 2025-02-21T00:51:33.830Z | Compiling serde_repr v0.1.19 |
| 1539 | 2025-02-21T00:51:34.162Z | Compiling bstr v1.10.0 |
| 1540 | 2025-02-21T00:51:34.585Z | Compiling float-cmp v0.9.0 |
| 1541 | 2025-02-21T00:51:34.850Z | Compiling sync_wrapper v1.0.1 |
| 1542 | 2025-02-21T00:51:35.016Z | Compiling static_assertions v1.1.0 |
| 1543 | 2025-02-21T00:51:35.036Z | Compiling difflib v0.4.0 |
| 1544 | 2025-02-21T00:51:35.139Z | Compiling new_debug_unreachable v1.0.6 |
| 1545 | 2025-02-21T00:51:35.145Z | Compiling bit-vec v0.6.3 |
| 1546 | 2025-02-21T00:51:35.276Z | Compiling normalize-line-endings v0.3.0 |
| 1547 | 2025-02-21T00:51:35.454Z | Compiling predicates-core v1.0.8 |
| 1548 | 2025-02-21T00:51:35.536Z | Compiling number_prefix v0.4.0 |
| 1549 | 2025-02-21T00:51:35.761Z | Compiling fixedbitset v0.4.2 |
| 1550 | 2025-02-21T00:51:35.795Z | Compiling unicode-segmentation v1.12.0 |
| 1551 | 2025-02-21T00:51:35.825Z | Compiling whoami v1.5.2 |
| 1552 | 2025-02-21T00:51:36.231Z | Compiling precomputed-hash v0.1.1 |
| 1553 | 2025-02-21T00:51:36.383Z | Compiling string_cache v0.8.7 |
| 1554 | 2025-02-21T00:51:36.403Z | Compiling tokio-postgres v0.7.12 |
| 1555 | 2025-02-21T00:51:36.430Z | Compiling petgraph v0.6.5 |
| 1556 | 2025-02-21T00:51:36.765Z | Compiling similar v2.6.0 |
| 1557 | 2025-02-21T00:51:36.835Z | Compiling indicatif v0.17.11 |
| 1558 | 2025-02-21T00:51:37.021Z | Compiling predicates v3.1.2 |
| 1559 | 2025-02-21T00:51:38.291Z | Compiling clap v4.5.27 |
| 1560 | 2025-02-21T00:51:38.435Z | Compiling bit-set v0.5.3 |
| 1561 | 2025-02-21T00:51:38.621Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1562 | 2025-02-21T00:51:38.762Z | Compiling ecdsa v0.16.9 |
| 1563 | 2025-02-21T00:51:38.994Z | Compiling rsa v0.9.6 |
| 1564 | 2025-02-21T00:51:39.089Z | Compiling ed25519-dalek v2.1.1 |
| 1565 | 2025-02-21T00:51:39.661Z | Compiling toml v0.7.8 |
| 1566 | 2025-02-21T00:51:40.510Z | Compiling zip v0.6.6 |
| 1567 | 2025-02-21T00:51:41.226Z | Compiling crossterm v0.28.1 |
| 1568 | 2025-02-21T00:51:42.756Z | Compiling hex v0.4.3 |
| 1569 | 2025-02-21T00:51:42.940Z | Compiling x509-cert v0.2.5 |
| 1570 | 2025-02-21T00:51:42.993Z | Compiling itertools v0.10.5 |
| 1571 | 2025-02-21T00:51:43.361Z | Compiling unicode-xid v0.2.6 |
| 1572 | 2025-02-21T00:51:43.575Z | Compiling peg-runtime v0.8.3 |
| 1573 | 2025-02-21T00:51:44.208Z | Compiling lalrpop-util v0.19.12 |
| 1574 | 2025-02-21T00:51:45.140Z | Compiling strum_macros v0.26.4 |
| 1575 | 2025-02-21T00:51:45.181Z | Compiling xattr v1.3.1 |
| 1576 | 2025-02-21T00:51:45.181Z | Compiling filetime v0.2.25 |
| 1577 | 2025-02-21T00:51:45.181Z | Compiling tar v0.4.42 |
| 1578 | 2025-02-21T00:51:53.220Z | Compiling strum v0.26.3 |
| 1579 | 2025-02-21T00:51:54.031Z | Compiling aws-lc-sys v0.22.0 |
| 1580 | 2025-02-21T00:52:22.227Z | Compiling rustls-webpki v0.102.8 |
| 1581 | 2025-02-21T00:52:25.988Z | Compiling tokio-rustls v0.25.0 |
| 1582 | 2025-02-21T00:52:27.876Z | Compiling tokio-rustls v0.26.0 |
| 1583 | 2025-02-21T00:52:28.227Z | Compiling hyper-rustls v0.27.3 |
| 1584 | 2025-02-21T00:52:28.573Z | Compiling reqwest v0.12.9 |
| 1585 | 2025-02-21T00:52:30.203Z | Compiling qorb v0.2.1 |
| 1586 | 2025-02-21T00:52:33.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1587 | 2025-02-21T00:52:33.893Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1588 | 2025-02-21T00:52:38.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1589 | 2025-02-21T00:52:39.129Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1590 | 2025-02-21T00:52:39.189Z | Feb 21 00:52:38.692 INFO Starting download, target: Clickhouse |
| 1591 | 2025-02-21T00:52:39.190Z | Feb 21 00:52:38.692 INFO Starting download, target: Cockroach |
| 1592 | 2025-02-21T00:52:39.190Z | Feb 21 00:52:38.692 INFO Starting download, target: DendriteOpenapi |
| 1593 | 2025-02-21T00:52:39.190Z | Feb 21 00:52:38.692 INFO Starting download, target: Console |
| 1594 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.692 INFO Starting download, target: DendriteStub |
| 1595 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.692 INFO Starting download, target: MaghemiteMgd |
| 1596 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.692 INFO Starting download, target: TransceiverControl |
| 1597 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1598 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1599 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1600 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1601 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1602 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.693 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1603 | 2025-02-21T00:52:39.193Z | Feb 21 00:52:38.694 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1604 | 2025-02-21T00:52:39.373Z | Feb 21 00:52:38.869 INFO Download complete, target: DendriteOpenapi |
| 1605 | 2025-02-21T00:52:39.582Z | Feb 21 00:52:39.077 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1606 | 2025-02-21T00:52:39.662Z | Feb 21 00:52:39.162 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1607 | 2025-02-21T00:52:40.055Z | Feb 21 00:52:39.551 INFO Download complete, target: Console |
| 1608 | 2025-02-21T00:52:40.076Z | Feb 21 00:52:39.575 INFO Download complete, target: TransceiverControl |
| 1609 | 2025-02-21T00:52:40.115Z | Feb 21 00:52:39.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1610 | 2025-02-21T00:52:40.235Z | Feb 21 00:52:39.737 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1611 | 2025-02-21T00:52:40.990Z | Feb 21 00:52:40.493 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1612 | 2025-02-21T00:52:40.990Z | Feb 21 00:52:40.493 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1613 | 2025-02-21T00:52:41.128Z | Feb 21 00:52:40.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1614 | 2025-02-21T00:52:42.946Z | Feb 21 00:52:42.447 INFO Download complete, target: DendriteStub |
| 1615 | 2025-02-21T00:52:43.286Z | Feb 21 00:52:42.789 INFO Download complete, target: MaghemiteMgd |
| 1616 | 2025-02-21T00:52:48.556Z | Feb 21 00:52:48.058 INFO Checking that binary works, target: Cockroach |
| 1617 | 2025-02-21T00:52:48.738Z | Feb 21 00:52:48.241 INFO Download complete, target: Cockroach |
| 1618 | 2025-02-21T00:52:53.703Z | Feb 21 00:52:53.206 INFO Checking that binary works, target: Clickhouse |
| 1619 | 2025-02-21T00:52:53.830Z | Feb 21 00:52:53.333 INFO Download complete, target: Clickhouse |
| 1620 | 2025-02-21T00:52:53.853Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1621 | 2025-02-21T00:52:53.856Z | |
| 1622 | 2025-02-21T00:52:53.856Z | real 6:19.419152923 |
| 1623 | 2025-02-21T00:52:53.856Z | user 16:19.974080443 |
| 1624 | 2025-02-21T00:52:53.856Z | sys 2:13.459349026 |
| 1625 | 2025-02-21T00:52:53.856Z | trap 0.684391103 |
| 1626 | 2025-02-21T00:52:53.856Z | tflt 0.880736526 |
| 1627 | 2025-02-21T00:52:53.856Z | dflt 1.119881728 |
| 1628 | 2025-02-21T00:52:53.856Z | kflt 0.022372412 |
| 1629 | 2025-02-21T00:52:53.856Z | lock 25:16.884031453 |
| 1630 | 2025-02-21T00:52:53.856Z | slp 1:00:07.214180892 |
| 1631 | 2025-02-21T00:52:53.856Z | lat 1:03.392159001 |
| 1632 | 2025-02-21T00:52:53.856Z | stop 2:27.734434737 |
| 1633 | 2025-02-21T00:52:53.856Z | + banner clippy |
| 1634 | 2025-02-21T00:52:53.859Z | |
| 1635 | 2025-02-21T00:52:53.859Z | #### # # ##### ##### # # |
| 1636 | 2025-02-21T00:52:53.859Z | # # # # # # # # # # |
| 1637 | 2025-02-21T00:52:53.859Z | # # # # # # # # |
| 1638 | 2025-02-21T00:52:53.859Z | # # # ##### ##### # |
| 1639 | 2025-02-21T00:52:53.859Z | # # # # # # # |
| 1640 | 2025-02-21T00:52:53.859Z | #### ###### # # # # |
| 1641 | 2025-02-21T00:52:53.859Z | |
| 1642 | 2025-02-21T00:52:53.859Z | + export CARGO_INCREMENTAL=0 |
| 1643 | 2025-02-21T00:52:53.859Z | + CARGO_INCREMENTAL=0 |
| 1644 | 2025-02-21T00:52:53.859Z | + ptime -m cargo xtask clippy |
| 1645 | 2025-02-21T00:52:54.483Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1646 | 2025-02-21T00:52:57.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1647 | 2025-02-21T00:52:57.635Z | Running `target/debug/xtask clippy` |
| 1648 | 2025-02-21T00:52:57.660Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1649 | 2025-02-21T00:52:58.427Z | Downloading crates ... |
| 1650 | 2025-02-21T00:52:58.760Z | Downloaded approx v0.5.1 |
| 1651 | 2025-02-21T00:52:58.781Z | Downloaded escape8259 v0.5.3 |
| 1652 | 2025-02-21T00:52:58.784Z | Downloaded piper v0.2.4 |
| 1653 | 2025-02-21T00:52:58.786Z | Downloaded async-lock v3.4.0 |
| 1654 | 2025-02-21T00:52:58.786Z | Downloaded assert-json-diff v2.0.2 |
| 1655 | 2025-02-21T00:52:58.788Z | Downloaded async-task v4.7.1 |
| 1656 | 2025-02-21T00:52:58.792Z | Downloaded doc-comment v0.3.3 |
| 1657 | 2025-02-21T00:52:58.794Z | Downloaded async-signal v0.2.10 |
| 1658 | 2025-02-21T00:52:58.794Z | Downloaded target-triple v0.1.3 |
| 1659 | 2025-02-21T00:52:58.794Z | Downloaded async-attributes v1.1.2 |
| 1660 | 2025-02-21T00:52:58.797Z | Downloaded async-object-pool v0.1.5 |
| 1661 | 2025-02-21T00:52:58.799Z | Downloaded threadpool v1.8.1 |
| 1662 | 2025-02-21T00:52:58.799Z | Downloaded serde_regex v1.1.0 |
| 1663 | 2025-02-21T00:52:58.802Z | Downloaded stringmetrics v2.2.2 |
| 1664 | 2025-02-21T00:52:58.805Z | Downloaded oorandom v11.1.4 |
| 1665 | 2025-02-21T00:52:58.808Z | Downloaded nested v0.1.1 |
| 1666 | 2025-02-21T00:52:58.813Z | Downloaded cast v0.3.0 |
| 1667 | 2025-02-21T00:52:58.815Z | Downloaded blocking v1.6.1 |
| 1668 | 2025-02-21T00:52:58.818Z | Downloaded proc-macro-crate v3.2.0 |
| 1669 | 2025-02-21T00:52:58.818Z | Downloaded event-listener-strategy v0.5.2 |
| 1670 | 2025-02-21T00:52:58.820Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1671 | 2025-02-21T00:52:58.823Z | Downloaded rust-argon2 v2.1.0 |
| 1672 | 2025-02-21T00:52:58.825Z | Downloaded relative-path v1.9.3 |
| 1673 | 2025-02-21T00:52:58.825Z | Downloaded parking v2.2.1 |
| 1674 | 2025-02-21T00:52:58.831Z | Downloaded rustls-native-certs v0.7.3 |
| 1675 | 2025-02-21T00:52:58.833Z | Downloaded async-channel v1.9.0 |
| 1676 | 2025-02-21T00:52:58.836Z | Downloaded pathdiff v0.2.3 |
| 1677 | 2025-02-21T00:52:58.839Z | Downloaded async-channel v2.3.1 |
| 1678 | 2025-02-21T00:52:58.844Z | Downloaded httptest v0.16.1 |
| 1679 | 2025-02-21T00:52:58.847Z | Downloaded futures-lite v2.3.0 |
| 1680 | 2025-02-21T00:52:58.849Z | Downloaded futures-timer v3.0.3 |
| 1681 | 2025-02-21T00:52:58.852Z | Downloaded assert_cmd v2.0.16 |
| 1682 | 2025-02-21T00:52:58.855Z | Downloaded tinytemplate v1.2.1 |
| 1683 | 2025-02-21T00:52:58.855Z | Downloaded async-executor v1.13.1 |
| 1684 | 2025-02-21T00:52:58.859Z | Downloaded partial-io v0.5.4 |
| 1685 | 2025-02-21T00:52:58.862Z | Downloaded similar-asserts v1.6.0 |
| 1686 | 2025-02-21T00:52:58.862Z | Downloaded target-spec v3.3.1 |
| 1687 | 2025-02-21T00:52:58.864Z | Downloaded criterion-plot v0.5.0 |
| 1688 | 2025-02-21T00:52:58.867Z | Downloaded libtest-mimic v0.7.3 |
| 1689 | 2025-02-21T00:52:58.871Z | Downloaded path-tree v0.8.1 |
| 1690 | 2025-02-21T00:52:58.871Z | Downloaded plotters-backend v0.3.7 |
| 1691 | 2025-02-21T00:52:58.871Z | Downloaded anes v0.1.6 |
| 1692 | 2025-02-21T00:52:58.875Z | Downloaded kv-log-macro v1.0.7 |
| 1693 | 2025-02-21T00:52:58.875Z | Downloaded indoc v2.0.5 |
| 1694 | 2025-02-21T00:52:58.878Z | Downloaded rstest v0.23.0 |
| 1695 | 2025-02-21T00:52:58.883Z | Downloaded target-lexicon v0.12.16 |
| 1696 | 2025-02-21T00:52:58.885Z | Downloaded hyper-rustls v0.26.0 |
| 1697 | 2025-02-21T00:52:58.887Z | Downloaded concurrent-queue v2.5.0 |
| 1698 | 2025-02-21T00:52:58.890Z | Downloaded cargo_metadata v0.19.1 |
| 1699 | 2025-02-21T00:52:58.894Z | Downloaded trybuild v1.0.101 |
| 1700 | 2025-02-21T00:52:58.896Z | Downloaded async-io v2.3.4 |
| 1701 | 2025-02-21T00:52:58.900Z | Downloaded pretty_assertions v1.4.1 |
| 1702 | 2025-02-21T00:52:58.902Z | Downloaded yansi v1.0.1 |
| 1703 | 2025-02-21T00:52:58.904Z | Downloaded rstest_macros v0.23.0 |
| 1704 | 2025-02-21T00:52:58.907Z | Downloaded fancy-regex v0.13.0 |
| 1705 | 2025-02-21T00:52:58.910Z | Downloaded async-process v2.3.0 |
| 1706 | 2025-02-21T00:52:58.912Z | Downloaded num_cpus v1.16.0 |
| 1707 | 2025-02-21T00:52:58.915Z | Downloaded criterion v0.5.1 |
| 1708 | 2025-02-21T00:52:58.922Z | Downloaded plotters v0.3.7 |
| 1709 | 2025-02-21T00:52:58.931Z | Downloaded guppy v0.17.12 |
| 1710 | 2025-02-21T00:52:58.937Z | Downloaded datatest-stable v0.2.9 |
| 1711 | 2025-02-21T00:52:58.940Z | Downloaded rand_distr v0.4.3 |
| 1712 | 2025-02-21T00:52:58.942Z | Downloaded polling v3.7.3 |
| 1713 | 2025-02-21T00:52:58.946Z | Downloaded async-std v1.13.0 |
| 1714 | 2025-02-21T00:52:58.966Z | Downloaded plotters-svg v0.3.7 |
| 1715 | 2025-02-21T00:52:58.968Z | Downloaded event-listener v5.3.1 |
| 1716 | 2025-02-21T00:52:58.968Z | Downloaded event-listener v2.5.3 |
| 1717 | 2025-02-21T00:52:58.971Z | Downloaded cfg-expr v0.17.2 |
| 1718 | 2025-02-21T00:52:58.974Z | Downloaded blake2b_simd v1.0.2 |
| 1719 | 2025-02-21T00:52:58.977Z | Downloaded async-global-executor v2.4.1 |
| 1720 | 2025-02-21T00:52:59.041Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1721 | 2025-02-21T00:52:59.942Z | Checking cfg-if v1.0.0 |
| 1722 | 2025-02-21T00:53:00.023Z | Checking libc v0.2.169 |
| 1723 | 2025-02-21T00:53:00.058Z | Checking serde v1.0.217 |
| 1724 | 2025-02-21T00:53:00.085Z | Checking memchr v2.7.4 |
| 1725 | 2025-02-21T00:53:00.109Z | Checking value-bag v1.9.0 |
| 1726 | 2025-02-21T00:53:00.143Z | Checking scopeguard v1.2.0 |
| 1727 | 2025-02-21T00:53:00.172Z | Checking zeroize v1.8.1 |
| 1728 | 2025-02-21T00:53:00.201Z | Checking itoa v1.0.11 |
| 1729 | 2025-02-21T00:53:00.235Z | Checking smallvec v1.13.2 |
| 1730 | 2025-02-21T00:53:00.307Z | Checking lock_api v0.4.12 |
| 1731 | 2025-02-21T00:53:00.438Z | Checking byteorder v1.5.0 |
| 1732 | 2025-02-21T00:53:00.473Z | Checking once_cell v1.20.2 |
| 1733 | 2025-02-21T00:53:00.511Z | Checking log v0.4.22 |
| 1734 | 2025-02-21T00:53:00.630Z | Checking subtle v2.6.1 |
| 1735 | 2025-02-21T00:53:00.742Z | Checking pin-project-lite v0.2.14 |
| 1736 | 2025-02-21T00:53:00.799Z | Checking typenum v1.17.0 |
| 1737 | 2025-02-21T00:53:00.865Z | Checking libm v0.2.8 |
| 1738 | 2025-02-21T00:53:00.894Z | Checking futures-core v0.3.31 |
| 1739 | 2025-02-21T00:53:00.940Z | Checking ryu v1.0.18 |
| 1740 | 2025-02-21T00:53:00.970Z | Checking zerocopy v0.7.35 |
| 1741 | 2025-02-21T00:53:01.085Z | Checking thiserror v1.0.69 |
| 1742 | 2025-02-21T00:53:01.121Z | Checking getrandom v0.2.15 |
| 1743 | 2025-02-21T00:53:01.121Z | Checking signal-hook-registry v1.4.2 |
| 1744 | 2025-02-21T00:53:01.215Z | Checking parking_lot_core v0.9.10 |
| 1745 | 2025-02-21T00:53:01.254Z | Checking mio v1.0.2 |
| 1746 | 2025-02-21T00:53:01.421Z | Checking rand_core v0.6.4 |
| 1747 | 2025-02-21T00:53:01.454Z | Checking socket2 v0.5.7 |
| 1748 | 2025-02-21T00:53:01.554Z | Checking parking_lot v0.12.3 |
| 1749 | 2025-02-21T00:53:01.794Z | Checking const-oid v0.9.6 |
| 1750 | 2025-02-21T00:53:01.852Z | Checking num-traits v0.2.19 |
| 1751 | 2025-02-21T00:53:01.890Z | Checking allocator-api2 v0.2.18 |
| 1752 | 2025-02-21T00:53:01.938Z | Checking generic-array v0.14.7 |
| 1753 | 2025-02-21T00:53:01.971Z | Checking futures-io v0.3.31 |
| 1754 | 2025-02-21T00:53:02.003Z | Checking spin v0.9.8 |
| 1755 | 2025-02-21T00:53:02.201Z | Checking slab v0.4.9 |
| 1756 | 2025-02-21T00:53:02.274Z | Checking cpufeatures v0.2.14 |
| 1757 | 2025-02-21T00:53:02.387Z | Checking futures-sink v0.3.31 |
| 1758 | 2025-02-21T00:53:02.420Z | Checking equivalent v1.0.1 |
| 1759 | 2025-02-21T00:53:02.511Z | Checking foldhash v0.1.3 |
| 1760 | 2025-02-21T00:53:02.543Z | Checking pin-utils v0.1.0 |
| 1761 | 2025-02-21T00:53:02.578Z | Checking futures-channel v0.3.31 |
| 1762 | 2025-02-21T00:53:02.610Z | Checking futures-task v0.3.31 |
| 1763 | 2025-02-21T00:53:02.670Z | Checking iana-time-zone v0.1.61 |
| 1764 | 2025-02-21T00:53:02.726Z | Checking hashbrown v0.15.1 |
| 1765 | 2025-02-21T00:53:02.848Z | Checking stable_deref_trait v1.2.0 |
| 1766 | 2025-02-21T00:53:02.897Z | Checking fnv v1.0.7 |
| 1767 | 2025-02-21T00:53:02.983Z | Checking futures-util v0.3.31 |
| 1768 | 2025-02-21T00:53:03.014Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1769 | 2025-02-21T00:53:03.056Z | Checking tracing-core v0.1.32 |
| 1770 | 2025-02-21T00:53:03.115Z | Checking crypto-common v0.1.6 |
| 1771 | 2025-02-21T00:53:03.369Z | Checking block-buffer v0.10.4 |
| 1772 | 2025-02-21T00:53:03.372Z | Checking errno v0.3.9 |
| 1773 | 2025-02-21T00:53:03.467Z | Checking dyn-clone v1.0.17 |
| 1774 | 2025-02-21T00:53:03.627Z | Checking ppv-lite86 v0.2.20 |
| 1775 | 2025-02-21T00:53:03.658Z | Checking zerofrom v0.1.4 |
| 1776 | 2025-02-21T00:53:03.662Z | Checking crossbeam-utils v0.8.20 |
| 1777 | 2025-02-21T00:53:03.783Z | Checking tracing v0.1.40 |
| 1778 | 2025-02-21T00:53:03.813Z | Checking digest v0.10.7 |
| 1779 | 2025-02-21T00:53:03.857Z | Checking writeable v0.5.5 |
| 1780 | 2025-02-21T00:53:03.890Z | Checking yoke v0.7.4 |
| 1781 | 2025-02-21T00:53:04.167Z | Checking litemap v0.7.3 |
| 1782 | 2025-02-21T00:53:04.222Z | Checking percent-encoding v2.3.1 |
| 1783 | 2025-02-21T00:53:04.250Z | Checking block-padding v0.3.3 |
| 1784 | 2025-02-21T00:53:04.279Z | Checking zerovec v0.10.4 |
| 1785 | 2025-02-21T00:53:04.394Z | Checking rand_chacha v0.3.1 |
| 1786 | 2025-02-21T00:53:04.445Z | Checking httparse v1.9.5 |
| 1787 | 2025-02-21T00:53:04.476Z | Checking unicode-ident v1.0.14 |
| 1788 | 2025-02-21T00:53:04.478Z | Checking inout v0.1.3 |
| 1789 | 2025-02-21T00:53:04.534Z | Checking icu_locid_transform_data v1.5.0 |
| 1790 | 2025-02-21T00:53:04.651Z | Checking atomic-waker v1.1.2 |
| 1791 | 2025-02-21T00:53:04.681Z | Checking regex-syntax v0.8.5 |
| 1792 | 2025-02-21T00:53:04.761Z | Checking cipher v0.4.4 |
| 1793 | 2025-02-21T00:53:04.814Z | Checking form_urlencoded v1.2.1 |
| 1794 | 2025-02-21T00:53:04.846Z | Checking rand v0.8.5 |
| 1795 | 2025-02-21T00:53:04.876Z | Checking bytes v1.9.0 |
| 1796 | 2025-02-21T00:53:04.943Z | Checking bitflags v2.6.0 |
| 1797 | 2025-02-21T00:53:05.047Z | Checking serde_json v1.0.135 |
| 1798 | 2025-02-21T00:53:05.192Z | Checking chrono v0.4.39 |
| 1799 | 2025-02-21T00:53:05.273Z | Checking indexmap v2.7.1 |
| 1800 | 2025-02-21T00:53:05.729Z | Checking tokio v1.43.0 |
| 1801 | 2025-02-21T00:53:05.898Z | Checking uuid v1.12.0 |
| 1802 | 2025-02-21T00:53:06.063Z | Checking http v1.2.0 |
| 1803 | 2025-02-21T00:53:06.514Z | Checking rustix v0.38.37 |
| 1804 | 2025-02-21T00:53:06.563Z | Checking tinystr v0.7.6 |
| 1805 | 2025-02-21T00:53:06.730Z | Checking icu_collections v1.5.0 |
| 1806 | 2025-02-21T00:53:06.922Z | Checking icu_locid v1.5.0 |
| 1807 | 2025-02-21T00:53:07.389Z | Checking schemars v0.8.21 |
| 1808 | 2025-02-21T00:53:07.417Z | Checking untrusted v0.9.0 |
| 1809 | 2025-02-21T00:53:07.460Z | Checking icu_properties_data v1.5.0 |
| 1810 | 2025-02-21T00:53:07.606Z | Checking ring v0.17.8 |
| 1811 | 2025-02-21T00:53:07.726Z | Checking aho-corasick v1.1.3 |
| 1812 | 2025-02-21T00:53:07.823Z | Checking write16 v1.0.0 |
| 1813 | 2025-02-21T00:53:07.954Z | Checking icu_provider v1.5.0 |
| 1814 | 2025-02-21T00:53:07.991Z | Checking utf16_iter v1.0.5 |
| 1815 | 2025-02-21T00:53:08.150Z | Checking powerfmt v0.2.0 |
| 1816 | 2025-02-21T00:53:08.220Z | Checking icu_normalizer_data v1.5.0 |
| 1817 | 2025-02-21T00:53:08.353Z | Checking utf8_iter v1.0.4 |
| 1818 | 2025-02-21T00:53:08.458Z | Checking deranged v0.3.11 |
| 1819 | 2025-02-21T00:53:08.590Z | Checking proc-macro2 v1.0.92 |
| 1820 | 2025-02-21T00:53:08.669Z | Checking icu_locid_transform v1.5.0 |
| 1821 | 2025-02-21T00:53:09.085Z | Checking num_threads v0.1.7 |
| 1822 | 2025-02-21T00:53:09.248Z | Checking num-conv v0.1.0 |
| 1823 | 2025-02-21T00:53:09.340Z | Checking time-core v0.1.2 |
| 1824 | 2025-02-21T00:53:09.438Z | Checking regex-automata v0.4.8 |
| 1825 | 2025-02-21T00:53:09.532Z | Checking base64ct v1.6.0 |
| 1826 | 2025-02-21T00:53:09.551Z | Checking quote v1.0.38 |
| 1827 | 2025-02-21T00:53:09.566Z | Checking hmac v0.12.1 |
| 1828 | 2025-02-21T00:53:09.806Z | Checking time v0.3.36 |
| 1829 | 2025-02-21T00:53:09.816Z | Checking sha2 v0.10.8 |
| 1830 | 2025-02-21T00:53:09.866Z | Checking icu_properties v1.5.1 |
| 1831 | 2025-02-21T00:53:09.899Z | Checking rustls-pki-types v1.10.0 |
| 1832 | 2025-02-21T00:53:09.932Z | Checking syn v2.0.96 |
| 1833 | 2025-02-21T00:53:09.975Z | Checking adler2 v2.0.0 |
| 1834 | 2025-02-21T00:53:10.160Z | Checking miniz_oxide v0.8.0 |
| 1835 | 2025-02-21T00:53:10.427Z | Checking http-body v1.0.1 |
| 1836 | 2025-02-21T00:53:10.458Z | Checking aws-lc-sys v0.22.0 |
| 1837 | 2025-02-21T00:53:10.674Z | Checking httpdate v1.0.3 |
| 1838 | 2025-02-21T00:53:10.904Z | Checking try-lock v0.2.5 |
| 1839 | 2025-02-21T00:53:10.943Z | Checking base64 v0.22.1 |
| 1840 | 2025-02-21T00:53:11.071Z | Checking untrusted v0.7.1 |
| 1841 | 2025-02-21T00:53:11.286Z | Checking mirai-annotations v1.12.0 |
| 1842 | 2025-02-21T00:53:11.470Z | Checking want v0.3.1 |
| 1843 | 2025-02-21T00:53:11.495Z | Checking ahash v0.8.11 |
| 1844 | 2025-02-21T00:53:11.668Z | Checking pem-rfc7468 v0.7.0 |
| 1845 | 2025-02-21T00:53:11.991Z | Checking tower-service v0.3.3 |
| 1846 | 2025-02-21T00:53:12.027Z | Checking slog v2.7.0 |
| 1847 | 2025-02-21T00:53:12.141Z | Checking flagset v0.4.6 |
| 1848 | 2025-02-21T00:53:12.267Z | Checking mime v0.3.17 |
| 1849 | 2025-02-21T00:53:12.385Z | Checking der v0.7.9 |
| 1850 | 2025-02-21T00:53:12.512Z | Checking pbkdf2 v0.12.2 |
| 1851 | 2025-02-21T00:53:12.626Z | Checking aes v0.8.4 |
| 1852 | 2025-02-21T00:53:12.657Z | Checking aws-lc-rs v1.10.0 |
| 1853 | 2025-02-21T00:53:12.700Z | Checking semver v1.0.24 |
| 1854 | 2025-02-21T00:53:12.928Z | Checking tokio-util v0.7.12 |
| 1855 | 2025-02-21T00:53:13.187Z | Checking http-body-util v0.1.2 |
| 1856 | 2025-02-21T00:53:13.312Z | Checking icu_normalizer v1.5.0 |
| 1857 | 2025-02-21T00:53:13.611Z | Checking salsa20 v0.10.2 |
| 1858 | 2025-02-21T00:53:13.692Z | Checking cbc v0.1.2 |
| 1859 | 2025-02-21T00:53:13.856Z | Checking gimli v0.31.1 |
| 1860 | 2025-02-21T00:53:13.887Z | Checking h2 v0.4.6 |
| 1861 | 2025-02-21T00:53:13.920Z | Checking scrypt v0.11.0 |
| 1862 | 2025-02-21T00:53:14.156Z | Checking idna_adapter v1.2.0 |
| 1863 | 2025-02-21T00:53:14.184Z | Checking rustls-pemfile v2.2.0 |
| 1864 | 2025-02-21T00:53:14.224Z | Checking spki v0.7.3 |
| 1865 | 2025-02-21T00:53:14.275Z | Checking regex v1.11.1 |
| 1866 | 2025-02-21T00:53:14.384Z | Checking idna v1.0.3 |
| 1867 | 2025-02-21T00:53:14.452Z | Checking rustls-webpki v0.102.8 |
| 1868 | 2025-02-21T00:53:14.455Z | Checking lazy_static v1.5.0 |
| 1869 | 2025-02-21T00:53:14.530Z | Checking object v0.36.5 |
| 1870 | 2025-02-21T00:53:14.609Z | Checking ipnet v2.10.1 |
| 1871 | 2025-02-21T00:53:14.897Z | Checking rustc-demangle v0.1.24 |
| 1872 | 2025-02-21T00:53:14.927Z | Checking url v2.5.3 |
| 1873 | 2025-02-21T00:53:15.087Z | Checking foreign-types-shared v0.1.1 |
| 1874 | 2025-02-21T00:53:15.232Z | Checking openssl-probe v0.1.5 |
| 1875 | 2025-02-21T00:53:15.284Z | Checking foreign-types v0.3.2 |
| 1876 | 2025-02-21T00:53:15.377Z | Checking pkcs5 v0.7.1 |
| 1877 | 2025-02-21T00:53:15.405Z | Checking futures-executor v0.3.31 |
| 1878 | 2025-02-21T00:53:15.408Z | Checking serde_urlencoded v0.7.1 |
| 1879 | 2025-02-21T00:53:15.686Z | Checking openssl-sys v0.9.105 |
| 1880 | 2025-02-21T00:53:15.817Z | Checking encoding_rs v0.8.34 |
| 1881 | 2025-02-21T00:53:15.884Z | Checking utf8parse v0.2.2 |
| 1882 | 2025-02-21T00:53:15.913Z | Checking pkcs8 v0.10.2 |
| 1883 | 2025-02-21T00:53:16.063Z | Checking futures v0.3.31 |
| 1884 | 2025-02-21T00:53:16.195Z | Checking toml_datetime v0.6.8 |
| 1885 | 2025-02-21T00:53:16.278Z | Checking serde_spanned v0.6.8 |
| 1886 | 2025-02-21T00:53:16.342Z | Checking rustls v0.23.19 |
| 1887 | 2025-02-21T00:53:16.493Z | Checking data-encoding v2.6.0 |
| 1888 | 2025-02-21T00:53:16.522Z | Checking anstyle v1.0.10 |
| 1889 | 2025-02-21T00:53:16.918Z | Checking openapiv3 v2.0.0 |
| 1890 | 2025-02-21T00:53:16.958Z | Checking openssl v0.10.70 |
| 1891 | 2025-02-21T00:53:17.134Z | Checking sha1 v0.10.6 |
| 1892 | 2025-02-21T00:53:17.473Z | Checking psl-types v2.0.11 |
| 1893 | 2025-02-21T00:53:17.661Z | Checking addr2line v0.24.2 |
| 1894 | 2025-02-21T00:53:17.691Z | Checking publicsuffix v2.3.0 |
| 1895 | 2025-02-21T00:53:17.999Z | Checking cookie v0.18.1 |
| 1896 | 2025-02-21T00:53:18.177Z | Checking webpki-roots v0.26.6 |
| 1897 | 2025-02-21T00:53:18.267Z | Checking camino v1.1.9 |
| 1898 | 2025-02-21T00:53:18.387Z | Checking anstyle-parse v0.2.5 |
| 1899 | 2025-02-21T00:53:18.504Z | Checking cookie_store v0.21.1 |
| 1900 | 2025-02-21T00:53:18.694Z | Checking is-terminal v0.4.13 |
| 1901 | 2025-02-21T00:53:18.846Z | Checking sync_wrapper v1.0.1 |
| 1902 | 2025-02-21T00:53:18.871Z | Checking anstyle-query v1.1.1 |
| 1903 | 2025-02-21T00:53:19.030Z | Checking either v1.13.0 |
| 1904 | 2025-02-21T00:53:19.033Z | Checking is_terminal_polyfill v1.70.1 |
| 1905 | 2025-02-21T00:53:19.203Z | Checking colorchoice v1.0.2 |
| 1906 | 2025-02-21T00:53:19.277Z | Checking terminal_size v0.4.0 |
| 1907 | 2025-02-21T00:53:19.379Z | Checking anstream v0.6.15 |
| 1908 | 2025-02-21T00:53:19.456Z | Checking signature v2.2.0 |
| 1909 | 2025-02-21T00:53:19.490Z | Checking winnow v0.6.20 |
| 1910 | 2025-02-21T00:53:19.866Z | Checking clap_lex v0.7.4 |
| 1911 | 2025-02-21T00:53:19.884Z | Checking strsim v0.11.1 |
| 1912 | 2025-02-21T00:53:19.979Z | Checking scroll v0.12.0 |
| 1913 | 2025-02-21T00:53:20.096Z | Checking clap_builder v4.5.27 |
| 1914 | 2025-02-21T00:53:20.438Z | Checking tinyvec_macros v0.1.1 |
| 1915 | 2025-02-21T00:53:20.472Z | Checking plain v0.2.3 |
| 1916 | 2025-02-21T00:53:20.556Z | Checking ucd-trie v0.1.7 |
| 1917 | 2025-02-21T00:53:20.589Z | Checking hyper v1.5.2 |
| 1918 | 2025-02-21T00:53:20.658Z | Checking goblin v0.8.2 |
| 1919 | 2025-02-21T00:53:20.800Z | Checking pest v2.7.14 |
| 1920 | 2025-02-21T00:53:20.952Z | Checking backtrace v0.3.74 |
| 1921 | 2025-02-21T00:53:21.573Z | Checking anyhow v1.0.95 |
| 1922 | 2025-02-21T00:53:21.850Z | Checking tokio-rustls v0.26.0 |
| 1923 | 2025-02-21T00:53:21.998Z | Checking tinyvec v1.8.0 |
| 1924 | 2025-02-21T00:53:22.295Z | Checking dirs-sys-next v0.1.2 |
| 1925 | 2025-02-21T00:53:22.435Z | Checking pretty-hex v0.4.1 |
| 1926 | 2025-02-21T00:53:22.470Z | Checking native-tls v0.2.12 |
| 1927 | 2025-02-21T00:53:22.525Z | Checking base16ct v0.2.0 |
| 1928 | 2025-02-21T00:53:22.664Z | Checking dirs-next v2.0.0 |
| 1929 | 2025-02-21T00:53:22.772Z | Checking sec1 v0.7.3 |
| 1930 | 2025-02-21T00:53:22.805Z | Checking hyper-util v0.1.10 |
| 1931 | 2025-02-21T00:53:22.837Z | Checking crossbeam-channel v0.5.13 |
| 1932 | 2025-02-21T00:53:22.876Z | Checking tokio-native-tls v0.3.1 |
| 1933 | 2025-02-21T00:53:23.150Z | Checking num-integer v0.1.46 |
| 1934 | 2025-02-21T00:53:23.180Z | Checking ff v0.13.0 |
| 1935 | 2025-02-21T00:53:23.184Z | Checking clap v4.5.27 |
| 1936 | 2025-02-21T00:53:23.338Z | Checking thread-id v4.2.2 |
| 1937 | 2025-02-21T00:53:23.342Z | Checking thread_local v1.1.8 |
| 1938 | 2025-02-21T00:53:23.425Z | Checking dtrace-parser v0.2.0 |
| 1939 | 2025-02-21T00:53:23.454Z | Checking group v0.13.0 |
| 1940 | 2025-02-21T00:53:23.484Z | Checking term v0.7.0 |
| 1941 | 2025-02-21T00:53:23.627Z | Checking toml_edit v0.22.22 |
| 1942 | 2025-02-21T00:53:23.659Z | Checking hkdf v0.12.4 |
| 1943 | 2025-02-21T00:53:23.662Z | Checking crypto-bigint v0.5.5 |
| 1944 | 2025-02-21T00:53:23.743Z | Checking memmap v0.7.0 |
| 1945 | 2025-02-21T00:53:23.911Z | Checking crc32fast v1.4.2 |
| 1946 | 2025-02-21T00:53:23.938Z | Checking match_cfg v0.1.0 |
| 1947 | 2025-02-21T00:53:23.966Z | Checking take_mut v0.2.2 |
| 1948 | 2025-02-21T00:53:23.994Z | Checking bitflags v1.3.2 |
| 1949 | 2025-02-21T00:53:24.055Z | Checking utf-8 v0.7.6 |
| 1950 | 2025-02-21T00:53:24.119Z | Checking hostname v0.3.1 |
| 1951 | 2025-02-21T00:53:24.146Z | Checking slog-async v2.8.0 |
| 1952 | 2025-02-21T00:53:24.176Z | Checking slog-term v2.9.1 |
| 1953 | 2025-02-21T00:53:24.286Z | Checking unicode-segmentation v1.12.0 |
| 1954 | 2025-02-21T00:53:24.317Z | Checking num-iter v0.1.45 |
| 1955 | 2025-02-21T00:53:24.484Z | Checking crossbeam-epoch v0.9.18 |
| 1956 | 2025-02-21T00:53:24.537Z | Checking static_assertions v1.1.0 |
| 1957 | 2025-02-21T00:53:24.667Z | Checking bstr v1.10.0 |
| 1958 | 2025-02-21T00:53:24.714Z | Checking slog-json v2.6.1 |
| 1959 | 2025-02-21T00:53:24.955Z | Checking hyper-tls v0.6.0 |
| 1960 | 2025-02-21T00:53:24.984Z | Checking hyper-rustls v0.27.3 |
| 1961 | 2025-02-21T00:53:25.031Z | Checking rfc6979 v0.4.0 |
| 1962 | 2025-02-21T00:53:25.037Z | Checking hex v0.4.3 |
| 1963 | 2025-02-21T00:53:25.228Z | Checking winnow v0.5.40 |
| 1964 | 2025-02-21T00:53:25.278Z | Checking managed v0.8.0 |
| 1965 | 2025-02-21T00:53:25.336Z | Checking reqwest v0.12.9 |
| 1966 | 2025-02-21T00:53:25.565Z | Checking slog-bunyan v2.5.0 |
| 1967 | 2025-02-21T00:53:25.598Z | Checking crossbeam-deque v0.8.5 |
| 1968 | 2025-02-21T00:53:25.701Z | Checking num-bigint-dig v0.8.4 |
| 1969 | 2025-02-21T00:53:25.751Z | Checking dof v0.3.0 |
| 1970 | 2025-02-21T00:53:25.754Z | Checking flate2 v1.0.35 |
| 1971 | 2025-02-21T00:53:25.946Z | Checking pkcs1 v0.7.5 |
| 1972 | 2025-02-21T00:53:26.386Z | Checking usdt-impl v0.5.0 |
| 1973 | 2025-02-21T00:53:26.416Z | Checking rustls v0.22.4 |
| 1974 | 2025-02-21T00:53:26.448Z | Checking curve25519-dalek v4.1.3 |
| 1975 | 2025-02-21T00:53:26.452Z | Checking toml v0.8.19 |
| 1976 | 2025-02-21T00:53:26.616Z | Checking elliptic-curve v0.13.8 |
| 1977 | 2025-02-21T00:53:26.987Z | Checking usdt v0.5.0 |
| 1978 | 2025-02-21T00:53:27.192Z | Checking zerocopy v0.6.6 |
| 1979 | 2025-02-21T00:53:27.270Z | Checking ecdsa v0.16.9 |
| 1980 | 2025-02-21T00:53:27.299Z | Checking siphasher v0.3.11 |
| 1981 | 2025-02-21T00:53:27.302Z | Checking rayon-core v1.12.1 |
| 1982 | 2025-02-21T00:53:27.652Z | Checking unicode-normalization v0.1.24 |
| 1983 | 2025-02-21T00:53:27.788Z | Checking rsa v0.9.6 |
| 1984 | 2025-02-21T00:53:27.841Z | Checking ed25519 v2.2.3 |
| 1985 | 2025-02-21T00:53:28.009Z | Checking signal-hook v0.3.17 |
| 1986 | 2025-02-21T00:53:28.039Z | Checking debug-ignore v1.0.5 |
| 1987 | 2025-02-21T00:53:28.191Z | Checking quick-error v1.2.3 |
| 1988 | 2025-02-21T00:53:28.222Z | Checking toml_edit v0.19.15 |
| 1989 | 2025-02-21T00:53:28.228Z | Checking hickory-proto v0.24.3 |
| 1990 | 2025-02-21T00:53:28.363Z | Checking itertools v0.10.5 |
| 1991 | 2025-02-21T00:53:28.366Z | Checking multer v3.1.0 |
| 1992 | 2025-02-21T00:53:28.415Z | Checking ed25519-dalek v2.1.1 |
| 1993 | 2025-02-21T00:53:28.627Z | Checking x509-cert v0.2.5 |
| 1994 | 2025-02-21T00:53:28.786Z | Checking serde_path_to_error v0.1.16 |
| 1995 | 2025-02-21T00:53:28.867Z | Checking hubpack v0.1.2 |
| 1996 | 2025-02-21T00:53:28.898Z | Checking waitgroup v0.1.2 |
| 1997 | 2025-02-21T00:53:29.068Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1998 | 2025-02-21T00:53:29.203Z | Checking async-stream v0.3.6 |
| 1999 | 2025-02-21T00:53:29.237Z | Checking hostname v0.4.0 |
| 2000 | 2025-02-21T00:53:29.395Z | Checking bit-vec v0.6.3 |
| 2001 | 2025-02-21T00:53:29.428Z | Checking unicode-width v0.2.0 |
| 2002 | 2025-02-21T00:53:29.430Z | Checking bzip2 v0.4.4 |
| 2003 | 2025-02-21T00:53:29.735Z | Checking bit-set v0.5.3 |
| 2004 | 2025-02-21T00:53:29.761Z | Checking signal-hook-mio v0.2.4 |
| 2005 | 2025-02-21T00:53:29.928Z | Checking memoffset v0.9.1 |
| 2006 | 2025-02-21T00:53:29.978Z | Checking console v0.15.10 |
| 2007 | 2025-02-21T00:53:30.010Z | Checking tokio-rustls v0.25.0 |
| 2008 | 2025-02-21T00:53:30.041Z | Checking hash32 v0.2.1 |
| 2009 | 2025-02-21T00:53:30.067Z | Checking unicode-bidi v0.3.17 |
| 2010 | 2025-02-21T00:53:30.267Z | Checking linked-hash-map v0.5.6 |
| 2011 | 2025-02-21T00:53:30.346Z | Checking unicode-properties v0.1.3 |
| 2012 | 2025-02-21T00:53:30.396Z | Checking predicates-core v1.0.8 |
| 2013 | 2025-02-21T00:53:30.567Z | Checking dropshot v0.12.0 |
| 2014 | 2025-02-21T00:53:30.596Z | Checking heapless v0.7.17 |
| 2015 | 2025-02-21T00:53:30.626Z | Checking lru-cache v0.1.2 |
| 2016 | 2025-02-21T00:53:30.655Z | Checking crossterm v0.28.1 |
| 2017 | 2025-02-21T00:53:30.725Z | Checking rayon v1.10.0 |
| 2018 | 2025-02-21T00:53:30.758Z | Checking stringprep v0.1.5 |
| 2019 | 2025-02-21T00:53:31.834Z | Checking phf_shared v0.11.2 |
| 2020 | 2025-02-21T00:53:31.837Z | Checking toml v0.7.8 |
| 2021 | 2025-02-21T00:53:31.837Z | Checking similar v2.6.0 |
| 2022 | 2025-02-21T00:53:31.837Z | Checking tokio-stream v0.1.16 |
| 2023 | 2025-02-21T00:53:31.837Z | Checking newtype-uuid v1.2.1 |
| 2024 | 2025-02-21T00:53:31.837Z | Checking md-5 v0.10.6 |
| 2025 | 2025-02-21T00:53:31.847Z | Checking float-cmp v0.9.0 |
| 2026 | 2025-02-21T00:53:31.880Z | Checking normalize-line-endings v0.3.0 |
| 2027 | 2025-02-21T00:53:32.017Z | Checking fallible-iterator v0.2.0 |
| 2028 | 2025-02-21T00:53:32.050Z | Checking difflib v0.4.0 |
| 2029 | 2025-02-21T00:53:32.055Z | Checking fixedbitset v0.4.2 |
| 2030 | 2025-02-21T00:53:32.055Z | Checking smoltcp v0.9.1 |
| 2031 | 2025-02-21T00:53:32.330Z | Checking petgraph v0.6.5 |
| 2032 | 2025-02-21T00:53:32.452Z | Checking predicates v3.1.2 |
| 2033 | 2025-02-21T00:53:32.467Z | Checking phf v0.11.2 |
| 2034 | 2025-02-21T00:53:32.649Z | Checking postgres-protocol v0.6.7 |
| 2035 | 2025-02-21T00:53:32.779Z | Checking zip v0.6.6 |
| 2036 | 2025-02-21T00:53:33.163Z | Checking resolv-conf v0.7.0 |
| 2037 | 2025-02-21T00:53:33.214Z | Checking phf_shared v0.10.0 |
| 2038 | 2025-02-21T00:53:33.393Z | Checking tungstenite v0.24.0 |
| 2039 | 2025-02-21T00:53:33.474Z | Checking fs-err v2.11.0 |
| 2040 | 2025-02-21T00:53:33.522Z | Checking serde-big-array v0.5.1 |
| 2041 | 2025-02-21T00:53:33.572Z | Checking portable-atomic v1.9.0 |
| 2042 | 2025-02-21T00:53:33.644Z | Checking number_prefix v0.4.0 |
| 2043 | 2025-02-21T00:53:33.770Z | Checking new_debug_unreachable v1.0.6 |
| 2044 | 2025-02-21T00:53:33.873Z | Checking lalrpop-util v0.19.12 |
| 2045 | 2025-02-21T00:53:33.903Z | Checking precomputed-hash v0.1.1 |
| 2046 | 2025-02-21T00:53:34.052Z | Checking minimal-lexical v0.2.1 |
| 2047 | 2025-02-21T00:53:34.082Z | Checking string_cache v0.8.7 |
| 2048 | 2025-02-21T00:53:34.198Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2049 | 2025-02-21T00:53:34.229Z | Checking hickory-resolver v0.24.3 |
| 2050 | 2025-02-21T00:53:34.343Z | Checking tokio-tungstenite v0.24.0 |
| 2051 | 2025-02-21T00:53:34.397Z | Checking postgres-types v0.2.8 |
| 2052 | 2025-02-21T00:53:34.501Z | Checking nix v0.29.0 |
| 2053 | 2025-02-21T00:53:34.531Z | Checking nom v7.1.3 |
| 2054 | 2025-02-21T00:53:34.668Z | Checking indicatif v0.17.11 |
| 2055 | 2025-02-21T00:53:34.865Z | Checking itertools v0.12.1 |
| 2056 | 2025-02-21T00:53:35.099Z | Checking peg-runtime v0.8.3 |
| 2057 | 2025-02-21T00:53:35.389Z | Checking whoami v1.5.2 |
| 2058 | 2025-02-21T00:53:35.647Z | Compiling hashbrown v0.14.5 |
| 2059 | 2025-02-21T00:53:35.650Z | Compiling thiserror v2.0.11 |
| 2060 | 2025-02-21T00:53:35.727Z | Checking tokio-postgres v0.7.12 |
| 2061 | 2025-02-21T00:53:35.920Z | Checking qorb v0.2.1 |
| 2062 | 2025-02-21T00:53:35.963Z | Compiling thiserror-impl v2.0.11 |
| 2063 | 2025-02-21T00:53:36.725Z | Compiling ident_case v1.0.1 |
| 2064 | 2025-02-21T00:53:36.933Z | Compiling regress v0.10.1 |
| 2065 | 2025-02-21T00:53:36.962Z | Compiling darling_core v0.20.10 |
| 2066 | 2025-02-21T00:53:37.336Z | Compiling unsafe-libyaml v0.2.11 |
| 2067 | 2025-02-21T00:53:38.700Z | Compiling serde_yaml v0.9.34+deprecated |
| 2068 | 2025-02-21T00:53:38.704Z | Checking heck v0.5.0 |
| 2069 | 2025-02-21T00:53:38.939Z | Checking fastrand v2.1.1 |
| 2070 | 2025-02-21T00:53:39.255Z | Checking ipnetwork v0.21.1 |
| 2071 | 2025-02-21T00:53:39.309Z | Checking progenitor-client v0.9.1 |
| 2072 | 2025-02-21T00:53:39.642Z | Compiling daft-derive v0.1.1 |
| 2073 | 2025-02-21T00:53:39.666Z | Compiling structmeta-derive v0.3.0 |
| 2074 | 2025-02-21T00:53:39.744Z | Checking strum v0.26.3 |
| 2075 | 2025-02-21T00:53:39.764Z | Checking oxnet v0.1.0 |
| 2076 | 2025-02-21T00:53:39.940Z | Compiling dropshot v0.15.1 |
| 2077 | 2025-02-21T00:53:40.163Z | Checking macaddr v1.0.1 |
| 2078 | 2025-02-21T00:53:40.411Z | Compiling dropshot_endpoint v0.15.1 |
| 2079 | 2025-02-21T00:53:40.535Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2080 | 2025-02-21T00:53:41.235Z | Compiling typify-impl v0.2.0 |
| 2081 | 2025-02-21T00:53:41.355Z | Checking tempfile v3.13.0 |
| 2082 | 2025-02-21T00:53:41.767Z | Checking progenitor-client v0.8.0 |
| 2083 | 2025-02-21T00:53:41.830Z | Checking instant v0.1.13 |
| 2084 | 2025-02-21T00:53:41.984Z | Checking daft v0.1.1 |
| 2085 | 2025-02-21T00:53:42.173Z | Checking regress v0.9.1 |
| 2086 | 2025-02-21T00:53:42.214Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2087 | 2025-02-21T00:53:42.334Z | Compiling structmeta v0.3.0 |
| 2088 | 2025-02-21T00:53:42.419Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2089 | 2025-02-21T00:53:42.721Z | Compiling parse-display-derive v0.10.0 |
| 2090 | 2025-02-21T00:53:42.867Z | Checking backoff v0.4.0 |
| 2091 | 2025-02-21T00:53:43.008Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2092 | 2025-02-21T00:53:43.055Z | Compiling darling_macro v0.20.10 |
| 2093 | 2025-02-21T00:53:43.197Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2094 | 2025-02-21T00:53:43.251Z | Checking wait-timeout v0.2.0 |
| 2095 | 2025-02-21T00:53:43.412Z | Checking rand_xorshift v0.3.0 |
| 2096 | 2025-02-21T00:53:43.477Z | Checking rusty-fork v0.3.0 |
| 2097 | 2025-02-21T00:53:43.646Z | Checking unarray v0.1.4 |
| 2098 | 2025-02-21T00:53:43.834Z | Compiling structmeta-derive v0.2.0 |
| 2099 | 2025-02-21T00:53:43.837Z | Checking proptest v1.5.0 |
| 2100 | 2025-02-21T00:53:44.082Z | Compiling darling v0.20.10 |
| 2101 | 2025-02-21T00:53:44.231Z | Compiling serde_with_macros v3.11.0 |
| 2102 | 2025-02-21T00:53:45.422Z | Checking camino-tempfile v1.1.1 |
| 2103 | 2025-02-21T00:53:45.732Z | Checking unicode-width v0.1.14 |
| 2104 | 2025-02-21T00:53:45.938Z | Compiling proc-macro-error v1.0.4 |
| 2105 | 2025-02-21T00:53:46.249Z | Compiling proc-macro-crate v1.3.1 |
| 2106 | 2025-02-21T00:53:46.542Z | Compiling structmeta v0.2.0 |
| 2107 | 2025-02-21T00:53:46.571Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2108 | 2025-02-21T00:53:46.937Z | Checking serde_with v3.11.0 |
| 2109 | 2025-02-21T00:53:46.963Z | Checking parse-display v0.10.0 |
| 2110 | 2025-02-21T00:53:47.009Z | Compiling test-strategy v0.3.1 |
| 2111 | 2025-02-21T00:53:47.046Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2112 | 2025-02-21T00:53:47.174Z | Compiling num_enum_derive v0.5.11 |
| 2113 | 2025-02-21T00:53:47.227Z | Checking tabwriter v1.4.0 |
| 2114 | 2025-02-21T00:53:47.430Z | Compiling foreign-types-macros v0.2.3 |
| 2115 | 2025-02-21T00:53:47.511Z | Checking foreign-types-shared v0.3.1 |
| 2116 | 2025-02-21T00:53:48.048Z | Checking cstr-argument v0.1.2 |
| 2117 | 2025-02-21T00:53:48.309Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2118 | 2025-02-21T00:53:48.599Z | Checking pretty-hex v0.2.1 |
| 2119 | 2025-02-21T00:53:48.737Z | Checking foreign-types v0.5.0 |
| 2120 | 2025-02-21T00:53:48.817Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2121 | 2025-02-21T00:53:48.874Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2122 | 2025-02-21T00:53:49.127Z | Checking colored v2.1.0 |
| 2123 | 2025-02-21T00:53:49.187Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2124 | 2025-02-21T00:53:49.236Z | Checking smf v0.2.3 |
| 2125 | 2025-02-21T00:53:49.380Z | Checking itertools v0.13.0 |
| 2126 | 2025-02-21T00:53:49.383Z | Checking base64 v0.21.7 |
| 2127 | 2025-02-21T00:53:49.445Z | Compiling typify-impl v0.3.0 |
| 2128 | 2025-02-21T00:53:49.635Z | Checking num_enum v0.5.11 |
| 2129 | 2025-02-21T00:53:49.729Z | Compiling crucible-workspace-hack v0.1.0 |
| 2130 | 2025-02-21T00:53:49.832Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2131 | 2025-02-21T00:53:49.896Z | Checking atomicwrites v0.4.4 |
| 2132 | 2025-02-21T00:53:50.107Z | Compiling zerocopy v0.8.10 |
| 2133 | 2025-02-21T00:53:50.584Z | Compiling zerocopy-derive v0.8.10 |
| 2134 | 2025-02-21T00:53:51.031Z | Compiling heapless v0.8.0 |
| 2135 | 2025-02-21T00:53:51.643Z | Checking termtree v0.4.1 |
| 2136 | 2025-02-21T00:53:51.911Z | Checking predicates-tree v1.0.11 |
| 2137 | 2025-02-21T00:53:52.132Z | Checking hash32 v0.3.1 |
| 2138 | 2025-02-21T00:53:52.175Z | Compiling smoltcp v0.11.0 |
| 2139 | 2025-02-21T00:53:52.372Z | Checking cobs v0.2.3 |
| 2140 | 2025-02-21T00:53:52.580Z | Checking postcard v1.0.10 |
| 2141 | 2025-02-21T00:53:52.907Z | Checking sigpipe v0.1.3 |
| 2142 | 2025-02-21T00:53:52.938Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2143 | 2025-02-21T00:53:53.047Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2144 | 2025-02-21T00:53:53.140Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2145 | 2025-02-21T00:53:53.262Z | Compiling mockall_derive v0.13.0 |
| 2146 | 2025-02-21T00:53:53.313Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2147 | 2025-02-21T00:53:53.420Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2148 | 2025-02-21T00:53:53.633Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2149 | 2025-02-21T00:53:53.900Z | Compiling zone_cfg_derive v0.3.0 |
| 2150 | 2025-02-21T00:53:54.090Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2151 | 2025-02-21T00:53:54.474Z | Compiling num-derive v0.4.2 |
| 2152 | 2025-02-21T00:53:55.362Z | Checking downcast v0.11.0 |
| 2153 | 2025-02-21T00:53:55.615Z | Checking fragile v2.0.0 |
| 2154 | 2025-02-21T00:53:55.911Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2155 | 2025-02-21T00:53:56.247Z | Compiling typify-macro v0.2.0 |
| 2156 | 2025-02-21T00:53:56.314Z | Checking zone v0.3.0 |
| 2157 | 2025-02-21T00:53:56.341Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2158 | 2025-02-21T00:53:56.367Z | Checking tungstenite v0.21.0 |
| 2159 | 2025-02-21T00:53:56.620Z | Compiling convert_case v0.4.0 |
| 2160 | 2025-02-21T00:53:56.821Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2161 | 2025-02-21T00:53:57.147Z | Checking newline-converter v0.3.0 |
| 2162 | 2025-02-21T00:53:57.307Z | Checking tokio-tungstenite v0.21.0 |
| 2163 | 2025-02-21T00:53:57.335Z | Checking expectorate v1.1.0 |
| 2164 | 2025-02-21T00:53:57.337Z | Checking same-file v1.0.6 |
| 2165 | 2025-02-21T00:53:57.427Z | Compiling derive_more v0.99.18 |
| 2166 | 2025-02-21T00:53:57.512Z | Checking arc-swap v1.7.1 |
| 2167 | 2025-02-21T00:53:57.576Z | Checking walkdir v2.5.0 |
| 2168 | 2025-02-21T00:53:57.864Z | Checking xattr v1.3.1 |
| 2169 | 2025-02-21T00:53:57.908Z | Checking filetime v0.2.25 |
| 2170 | 2025-02-21T00:53:57.962Z | Checking slog-scope v4.4.0 |
| 2171 | 2025-02-21T00:53:58.105Z | Checking num-rational v0.4.2 |
| 2172 | 2025-02-21T00:53:58.162Z | Checking tar v0.4.42 |
| 2173 | 2025-02-21T00:53:58.201Z | Checking slog-stdlog v4.1.1 |
| 2174 | 2025-02-21T00:53:58.458Z | Checking slog-envlogger v2.2.0 |
| 2175 | 2025-02-21T00:53:58.717Z | Checking num-complex v0.4.6 |
| 2176 | 2025-02-21T00:53:58.846Z | Checking float-ord v0.3.2 |
| 2177 | 2025-02-21T00:53:59.016Z | Checking indent_write v2.2.0 |
| 2178 | 2025-02-21T00:53:59.141Z | Compiling cancel-safe-futures v0.1.5 |
| 2179 | 2025-02-21T00:53:59.228Z | Checking swrite v0.1.0 |
| 2180 | 2025-02-21T00:53:59.378Z | Compiling owo-colors v4.1.0 |
| 2181 | 2025-02-21T00:53:59.595Z | Checking num v0.4.3 |
| 2182 | 2025-02-21T00:53:59.737Z | Checking libsw v3.3.1 |
| 2183 | 2025-02-21T00:53:59.982Z | Compiling typify v0.2.0 |
| 2184 | 2025-02-21T00:54:00.041Z | Checking pem v3.0.4 |
| 2185 | 2025-02-21T00:54:00.139Z | Compiling progenitor-impl v0.8.0 |
| 2186 | 2025-02-21T00:54:00.237Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2187 | 2025-02-21T00:54:00.339Z | Checking password-hash v0.5.0 |
| 2188 | 2025-02-21T00:54:00.807Z | Checking blake2 v0.10.6 |
| 2189 | 2025-02-21T00:54:00.950Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2190 | 2025-02-21T00:54:01.130Z | Checking mockall v0.13.0 |
| 2191 | 2025-02-21T00:54:01.296Z | Checking linear-map v1.2.0 |
| 2192 | 2025-02-21T00:54:01.340Z | Checking argon2 v0.5.3 |
| 2193 | 2025-02-21T00:54:01.407Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2194 | 2025-02-21T00:54:01.644Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2195 | 2025-02-21T00:54:02.098Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2196 | 2025-02-21T00:54:02.256Z | Compiling lzma-sys v0.1.20 |
| 2197 | 2025-02-21T00:54:02.304Z | Checking headers-core v0.3.0 |
| 2198 | 2025-02-21T00:54:02.489Z | Compiling heck v0.3.3 |
| 2199 | 2025-02-21T00:54:02.510Z | Checking headers v0.4.0 |
| 2200 | 2025-02-21T00:54:02.863Z | Compiling zone_cfg_derive v0.1.2 |
| 2201 | 2025-02-21T00:54:03.173Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2202 | 2025-02-21T00:54:03.346Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2203 | 2025-02-21T00:54:03.668Z | Checking yasna v0.5.2 |
| 2204 | 2025-02-21T00:54:03.700Z | Checking base64 v0.13.1 |
| 2205 | 2025-02-21T00:54:04.149Z | Checking highway v1.2.0 |
| 2206 | 2025-02-21T00:54:04.243Z | Checking ron v0.7.1 |
| 2207 | 2025-02-21T00:54:04.268Z | Compiling typify-macro v0.3.0 |
| 2208 | 2025-02-21T00:54:04.332Z | Checking zone v0.1.8 |
| 2209 | 2025-02-21T00:54:04.575Z | Checking rcgen v0.12.1 |
| 2210 | 2025-02-21T00:54:04.601Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2211 | 2025-02-21T00:54:04.623Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2212 | 2025-02-21T00:54:05.039Z | Checking xz2 v0.1.7 |
| 2213 | 2025-02-21T00:54:05.094Z | Checking subprocess v0.2.9 |
| 2214 | 2025-02-21T00:54:05.279Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2215 | 2025-02-21T00:54:05.376Z | Checking humantime v2.1.0 |
| 2216 | 2025-02-21T00:54:05.403Z | Compiling semver v0.1.20 |
| 2217 | 2025-02-21T00:54:05.631Z | Checking prettyplease v0.2.25 |
| 2218 | 2025-02-21T00:54:05.704Z | Checking half v2.4.1 |
| 2219 | 2025-02-21T00:54:05.709Z | Checking ciborium-io v0.2.2 |
| 2220 | 2025-02-21T00:54:05.876Z | Compiling rustc_version v0.1.7 |
| 2221 | 2025-02-21T00:54:06.206Z | Checking ciborium-ll v0.2.2 |
| 2222 | 2025-02-21T00:54:06.327Z | Compiling newtype_derive v0.1.6 |
| 2223 | 2025-02-21T00:54:06.435Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2224 | 2025-02-21T00:54:06.541Z | Checking ciborium v0.2.2 |
| 2225 | 2025-02-21T00:54:07.238Z | Checking steno v0.4.1 |
| 2226 | 2025-02-21T00:54:07.278Z | Compiling progenitor-macro v0.8.0 |
| 2227 | 2025-02-21T00:54:08.059Z | Compiling typify v0.3.0 |
| 2228 | 2025-02-21T00:54:08.243Z | Compiling progenitor-impl v0.9.1 |
| 2229 | 2025-02-21T00:54:10.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2230 | 2025-02-21T00:54:10.343Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2231 | 2025-02-21T00:54:10.533Z | Compiling slog-dtrace v0.3.0 |
| 2232 | 2025-02-21T00:54:10.817Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2233 | 2025-02-21T00:54:10.930Z | Checking display-error-chain v0.2.2 |
| 2234 | 2025-02-21T00:54:11.126Z | Checking gethostname v0.5.0 |
| 2235 | 2025-02-21T00:54:11.277Z | Checking nibble_vec v0.1.0 |
| 2236 | 2025-02-21T00:54:11.422Z | Compiling blake3 v1.5.4 |
| 2237 | 2025-02-21T00:54:11.425Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2238 | 2025-02-21T00:54:11.475Z | Checking endian-type v0.1.2 |
| 2239 | 2025-02-21T00:54:11.503Z | Checking keccak v0.1.5 |
| 2240 | 2025-02-21T00:54:11.740Z | Checking radix_trie v0.2.1 |
| 2241 | 2025-02-21T00:54:11.882Z | Checking sha3 v0.10.8 |
| 2242 | 2025-02-21T00:54:12.183Z | Checking universal-hash v0.5.1 |
| 2243 | 2025-02-21T00:54:12.314Z | Checking secrecy v0.8.0 |
| 2244 | 2025-02-21T00:54:12.402Z | Checking opaque-debug v0.3.1 |
| 2245 | 2025-02-21T00:54:12.523Z | Checking aead v0.5.2 |
| 2246 | 2025-02-21T00:54:12.545Z | Checking poly1305 v0.8.0 |
| 2247 | 2025-02-21T00:54:12.770Z | Checking chacha20 v0.9.1 |
| 2248 | 2025-02-21T00:54:13.101Z | Compiling memmap2 v0.9.5 |
| 2249 | 2025-02-21T00:54:13.162Z | Compiling arrayref v0.3.9 |
| 2250 | 2025-02-21T00:54:13.290Z | Compiling arrayvec v0.7.6 |
| 2251 | 2025-02-21T00:54:13.535Z | Compiling constant_time_eq v0.3.1 |
| 2252 | 2025-02-21T00:54:13.655Z | Compiling toolchain_find v0.4.0 |
| 2253 | 2025-02-21T00:54:13.769Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2254 | 2025-02-21T00:54:14.239Z | Compiling topological-sort v0.2.2 |
| 2255 | 2025-02-21T00:54:14.288Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2256 | 2025-02-21T00:54:14.313Z | Compiling rustfmt-wrapper v0.2.1 |
| 2257 | 2025-02-21T00:54:14.484Z | Compiling omicron-zone-package v0.12.0 |
| 2258 | 2025-02-21T00:54:14.680Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2259 | 2025-02-21T00:54:14.933Z | Checking chacha20poly1305 v0.10.1 |
| 2260 | 2025-02-21T00:54:15.080Z | Compiling async-recursion v1.1.1 |
| 2261 | 2025-02-21T00:54:15.145Z | Checking fxhash v0.2.1 |
| 2262 | 2025-02-21T00:54:15.172Z | Checking bumpalo v3.16.0 |
| 2263 | 2025-02-21T00:54:15.334Z | Compiling progenitor-macro v0.9.1 |
| 2264 | 2025-02-21T00:54:15.378Z | Compiling zip v2.1.3 |
| 2265 | 2025-02-21T00:54:15.557Z | Checking lockfree-object-pool v0.1.6 |
| 2266 | 2025-02-21T00:54:15.731Z | Checking simd-adler32 v0.3.7 |
| 2267 | 2025-02-21T00:54:15.879Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2268 | 2025-02-21T00:54:16.013Z | Checking termcolor v1.4.1 |
| 2269 | 2025-02-21T00:54:16.116Z | Checking zopfli v0.8.1 |
| 2270 | 2025-02-21T00:54:16.228Z | Checking maplit v1.0.2 |
| 2271 | 2025-02-21T00:54:16.379Z | Compiling radium v0.7.0 |
| 2272 | 2025-02-21T00:54:16.484Z | Compiling const_format_proc_macros v0.2.34 |
| 2273 | 2025-02-21T00:54:16.590Z | Checking tap v1.0.1 |
| 2274 | 2025-02-21T00:54:16.629Z | Checking thiserror-no-std v2.0.2 |
| 2275 | 2025-02-21T00:54:16.770Z | Checking vsss-rs v3.3.4 |
| 2276 | 2025-02-21T00:54:16.795Z | Compiling maybe-uninit v2.0.0 |
| 2277 | 2025-02-21T00:54:17.295Z | Checking wyz v0.5.1 |
| 2278 | 2025-02-21T00:54:17.403Z | Compiling packed_struct v0.10.1 |
| 2279 | 2025-02-21T00:54:17.669Z | Checking home v0.5.9 |
| 2280 | 2025-02-21T00:54:17.850Z | Checking crc-catalog v2.4.0 |
| 2281 | 2025-02-21T00:54:17.886Z | Checking funty v2.0.0 |
| 2282 | 2025-02-21T00:54:18.031Z | Checking crc v3.2.1 |
| 2283 | 2025-02-21T00:54:18.260Z | Checking kstat-rs v0.2.4 |
| 2284 | 2025-02-21T00:54:18.480Z | Checking const_format v0.2.34 |
| 2285 | 2025-02-21T00:54:18.540Z | Compiling packed_struct_codegen v0.10.1 |
| 2286 | 2025-02-21T00:54:18.659Z | Compiling vte_generate_state_changes v0.1.2 |
| 2287 | 2025-02-21T00:54:18.891Z | Checking bitvec v1.0.1 |
| 2288 | 2025-02-21T00:54:18.999Z | Compiling indexmap v1.9.3 |
| 2289 | 2025-02-21T00:54:19.307Z | Compiling libefi-sys v0.1.0 |
| 2290 | 2025-02-21T00:54:19.335Z | Checking progenitor v0.8.0 |
| 2291 | 2025-02-21T00:54:19.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2292 | 2025-02-21T00:54:19.654Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2293 | 2025-02-21T00:54:20.006Z | Checking nodrop v0.1.14 |
| 2294 | 2025-02-21T00:54:20.155Z | Checking array-init v0.0.4 |
| 2295 | 2025-02-21T00:54:20.338Z | Checking vte v0.11.1 |
| 2296 | 2025-02-21T00:54:21.060Z | Checking smallvec v0.6.14 |
| 2297 | 2025-02-21T00:54:21.145Z | Checking fd-lock v4.0.2 |
| 2298 | 2025-02-21T00:54:21.368Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2299 | 2025-02-21T00:54:21.463Z | Compiling bitfield-struct v0.6.2 |
| 2300 | 2025-02-21T00:54:21.801Z | Checking bitfield v0.14.0 |
| 2301 | 2025-02-21T00:54:21.827Z | Checking hashbrown v0.12.3 |
| 2302 | 2025-02-21T00:54:22.109Z | Checking strip-ansi-escapes v0.2.0 |
| 2303 | 2025-02-21T00:54:22.418Z | Checking serde-hex v0.1.0 |
| 2304 | 2025-02-21T00:54:22.924Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2305 | 2025-02-21T00:54:23.615Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2306 | 2025-02-21T00:54:23.904Z | Checking env_logger v0.10.2 |
| 2307 | 2025-02-21T00:54:23.983Z | Checking ron v0.8.1 |
| 2308 | 2025-02-21T00:54:24.064Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2309 | 2025-02-21T00:54:24.362Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2310 | 2025-02-21T00:54:24.644Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2025-02-21T00:54:24.671Z | Checking hashbrown v0.13.2 |
| 2312 | 2025-02-21T00:54:25.378Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2313 | 2025-02-21T00:54:25.663Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2314 | 2025-02-21T00:54:25.805Z | Checking nu-ansi-term v0.50.1 |
| 2315 | 2025-02-21T00:54:26.214Z | Checking crc-any v2.5.0 |
| 2316 | 2025-02-21T00:54:26.508Z | error: expected identifier, found reserved keyword `gen` |
| 2317 | 2025-02-21T00:54:26.508Z | --> common/src/update.rs:291:30 |
| 2318 | 2025-02-21T00:54:26.508Z | | |
| 2319 | 2025-02-21T00:54:26.508Z | 291 | #[schemars(schema_with = "hex_schema::<32>")] |
| 2320 | 2025-02-21T00:54:26.508Z | | ^^^^^^^^^^^^^^^^^^ expected identifier, found reserved keyword |
| 2321 | 2025-02-21T00:54:26.508Z | | |
| 2322 | 2025-02-21T00:54:26.508Z | help: escape `gen` to use it as an identifier |
| 2323 | 2025-02-21T00:54:26.508Z | | |
| 2324 | 2025-02-21T00:54:26.508Z | 291 | #[schemars(schema_with = r#"hex_schema::<32>")] |
| 2325 | 2025-02-21T00:54:26.508Z | | ++ |
| 2326 | 2025-02-21T00:54:26.508Z | |
| 2327 | 2025-02-21T00:54:26.511Z | error: expected expression, found reserved keyword `gen` |
| 2328 | 2025-02-21T00:54:26.511Z | --> common/src/update.rs:291:30 |
| 2329 | 2025-02-21T00:54:26.511Z | | |
| 2330 | 2025-02-21T00:54:26.511Z | 291 | #[schemars(schema_with = "hex_schema::<32>")] |
| 2331 | 2025-02-21T00:54:26.511Z | | ^^^^^^^^^^^^^^^^^^ expected expression |
| 2332 | 2025-02-21T00:54:26.511Z | |
| 2333 | 2025-02-21T00:54:26.511Z | error: proc-macro derive produced unparsable tokens |
| 2334 | 2025-02-21T00:54:26.511Z | --> common/src/update.rs:285:5 |
| 2335 | 2025-02-21T00:54:26.511Z | | |
| 2336 | 2025-02-21T00:54:26.511Z | 285 | JsonSchema, |
| 2337 | 2025-02-21T00:54:26.511Z | | ^^^^^^^^^^ |
| 2338 | 2025-02-21T00:54:26.511Z | |
| 2339 | 2025-02-21T00:54:26.643Z | Checking reedline v0.35.0 |
| 2340 | 2025-02-21T00:54:26.673Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2025-02-21T00:54:26.698Z | Checking object v0.30.4 |
| 2342 | 2025-02-21T00:54:27.163Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2343 | 2025-02-21T00:54:27.469Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2344 | 2025-02-21T00:54:27.515Z | Checking nanorand v0.7.0 |
| 2345 | 2025-02-21T00:54:27.753Z | Checking progenitor v0.9.1 |
| 2346 | 2025-02-21T00:54:27.860Z | Checking path-slash v0.1.5 |
| 2347 | 2025-02-21T00:54:28.003Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2348 | 2025-02-21T00:54:28.030Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2349 | 2025-02-21T00:54:28.053Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2350 | 2025-02-21T00:54:29.294Z | Compiling parking_lot_core v0.8.6 |
| 2351 | 2025-02-21T00:54:29.839Z | Checking flume v0.11.1 |
| 2352 | 2025-02-21T00:54:30.782Z | Compiling phf_generator v0.11.2 |
| 2353 | 2025-02-21T00:54:31.010Z | Checking glob v0.3.2 |
| 2354 | 2025-02-21T00:54:31.371Z | Checking bytecount v0.6.8 |
| 2355 | 2025-02-21T00:54:31.566Z | Checking papergrid v0.11.0 |
| 2356 | 2025-02-21T00:54:32.254Z | Compiling phf_codegen v0.11.2 |
| 2357 | 2025-02-21T00:54:32.509Z | Checking parking_lot v0.11.2 |
| 2358 | 2025-02-21T00:54:32.656Z | Compiling tabled_derive v0.7.0 |
| 2359 | 2025-02-21T00:54:32.897Z | Compiling parse-zoneinfo v0.3.1 |
| 2360 | 2025-02-21T00:54:33.101Z | Compiling cfg_aliases v0.1.1 |
| 2361 | 2025-02-21T00:54:33.243Z | Compiling nix v0.28.0 |
| 2362 | 2025-02-21T00:54:34.000Z | Compiling chrono-tz-build v0.4.0 |
| 2363 | 2025-02-21T00:54:34.061Z | Checking sled v0.34.7 |
| 2364 | 2025-02-21T00:54:34.648Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2365 | 2025-02-21T00:54:34.977Z | Checking tabled v0.15.0 |
| 2366 | 2025-02-21T00:54:35.235Z | Checking hickory-client v0.24.3 |
| 2367 | 2025-02-21T00:54:35.876Z | error: could not compile `omicron-common` (lib) due to 3 previous errors |
| 2368 | 2025-02-21T00:54:35.876Z | warning: build failed, waiting for other jobs to finish... |
| 2369 | 2025-02-21T00:54:36.787Z | error: could not compile `omicron-common` (lib) due to 3 previous errors |
| 2370 | 2025-02-21T00:54:38.581Z | Error: failed: exit status: 101 |
| 2371 | 2025-02-21T00:54:38.583Z | |
| 2372 | 2025-02-21T00:54:38.583Z | real 1:44.722682139 |
| 2373 | 2025-02-21T00:54:38.583Z | user 10:35.134144255 |
| 2374 | 2025-02-21T00:54:38.583Z | sys 1:56.282696720 |
| 2375 | 2025-02-21T00:54:38.583Z | trap 0.371025285 |
| 2376 | 2025-02-21T00:54:38.583Z | tflt 0.226429405 |
| 2377 | 2025-02-21T00:54:38.584Z | dflt 0.288667595 |
| 2378 | 2025-02-21T00:54:38.584Z | kflt 0.000892484 |
| 2379 | 2025-02-21T00:54:38.584Z | lock 12:21.407079701 |
| 2380 | 2025-02-21T00:54:38.584Z | slp 39:49.245896050 |
| 2381 | 2025-02-21T00:54:38.584Z | lat 53.196509453 |
| 2382 | 2025-02-21T00:54:38.584Z | stop 3:37.997546507 |
| 2383 | 2025-02-21T00:54:38.584Z | process exited: duration 484290 ms, exit code 1 |
| |
| 2384 | 2025-02-21T00:54:38.589Z | found 0 output files |