|
|
|
1 | 2025-02-06T04:23:03.310Z | job assigned to worker 01JKCQXS9VYX4QGF5992R04W22 [factory gimlet-EVT22200007-propolis, EVT22200007/20948] (queued for 28 s) |
|
2 | 2025-02-06T04:23:11.022Z | starting task 0: "setup" |
3 | 2025-02-06T04:23:11.047Z | ++ uname -s |
4 | 2025-02-06T04:23:11.047Z | + kern=SunOS |
5 | 2025-02-06T04:23:11.047Z | + build_user=build |
6 | 2025-02-06T04:23:11.047Z | + build_uid=12345 |
7 | 2025-02-06T04:23:11.047Z | + work_dir=/work |
8 | 2025-02-06T04:23:11.047Z | + input_dir=/input |
9 | 2025-02-06T04:23:11.047Z | + [[ 0 == 12345 ]] |
10 | 2025-02-06T04:23:11.047Z | + case "$kern" in |
11 | 2025-02-06T04:23:11.047Z | + groupadd -g 12345 build |
12 | 2025-02-06T04:23:11.047Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-06T04:23:13.045Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-06T04:23:13.082Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-06T04:23:13.107Z | + home_fs=zfs |
16 | 2025-02-06T04:23:13.107Z | + [[ zfs == autofs ]] |
17 | 2025-02-06T04:23:13.107Z | + mkdir -p /home/build |
18 | 2025-02-06T04:23:13.107Z | + chown build:build /home/build /work |
19 | 2025-02-06T04:23:15.091Z | + chmod 0700 /home/build /work |
20 | 2025-02-06T04:23:15.117Z | process exited: duration 4075 ms, exit code 0 |
|
21 | 2025-02-06T04:23:15.170Z | starting task 1: "rust-toolchain" |
22 | 2025-02-06T04:23:15.196Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-06T04:23:15.196Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-06T04:23:15.196Z | * rust toolchain profile = "default" |
25 | 2025-02-06T04:23:15.196Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-06T04:23:15.196Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-06T04:23:15.196Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-06T04:23:15.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-06T04:23:15.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-06T04:23:15.314Z | info: downloading installer |
31 | 2025-02-06T04:23:15.724Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-06T04:23:15.724Z | warning: /opt/ooce/bin |
33 | 2025-02-06T04:23:15.725Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-06T04:23:15.725Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-06T04:23:15.725Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-06T04:23:15.725Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-06T04:23:15.725Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-06T04:23:15.725Z | error: cannot install while Rust is installed |
39 | 2025-02-06T04:23:15.725Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-06T04:23:15.749Z | info: profile set to 'default' |
41 | 2025-02-06T04:23:15.749Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-06T04:23:15.749Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-06T04:23:15.846Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-06T04:23:15.846Z | info: downloading component 'cargo' |
45 | 2025-02-06T04:23:15.984Z | info: downloading component 'clippy' |
46 | 2025-02-06T04:23:16.045Z | info: downloading component 'rust-docs' |
47 | 2025-02-06T04:23:16.256Z | info: downloading component 'rust-std' |
48 | 2025-02-06T04:23:16.709Z | info: downloading component 'rustc' |
49 | 2025-02-06T04:23:18.851Z | info: downloading component 'rustfmt' |
50 | 2025-02-06T04:23:18.922Z | info: installing component 'cargo' |
51 | 2025-02-06T04:23:20.061Z | info: installing component 'clippy' |
52 | 2025-02-06T04:23:20.520Z | info: installing component 'rust-docs' |
53 | 2025-02-06T04:23:23.461Z | info: installing component 'rust-std' |
54 | 2025-02-06T04:23:25.659Z | info: installing component 'rustc' |
55 | 2025-02-06T04:23:34.113Z | info: installing component 'rustfmt' |
56 | 2025-02-06T04:23:34.569Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-06T04:23:34.569Z | |
58 | 2025-02-06T04:23:34.746Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-06T04:23:34.746Z | |
60 | 2025-02-06T04:23:34.746Z | |
61 | 2025-02-06T04:23:34.746Z | Rust is installed now. Great! |
62 | 2025-02-06T04:23:34.746Z | |
63 | 2025-02-06T04:23:34.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-06T04:23:34.746Z | environment variable. This has not been done automatically. |
65 | 2025-02-06T04:23:34.746Z | |
66 | 2025-02-06T04:23:34.746Z | To configure your current shell, you need to source |
67 | 2025-02-06T04:23:34.746Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-06T04:23:34.746Z | |
69 | 2025-02-06T04:23:34.746Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-06T04:23:34.746Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-06T04:23:34.746Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-06T04:23:34.869Z | + rustup --version |
73 | 2025-02-06T04:23:34.895Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-06T04:23:34.895Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-06T04:23:35.008Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-06T04:23:35.033Z | + cargo --version |
77 | 2025-02-06T04:23:35.109Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-06T04:23:35.133Z | + rustc --version |
79 | 2025-02-06T04:23:35.211Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-06T04:23:35.236Z | process exited: duration 20049 ms, exit code 0 |
|
81 | 2025-02-06T04:23:35.288Z | starting task 2: "authentication" |
82 | 2025-02-06T04:23:35.348Z | process exited: duration 63 ms, exit code 0 |
|
83 | 2025-02-06T04:23:35.399Z | starting task 3: "clone repository" |
84 | 2025-02-06T04:23:35.426Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-06T04:23:35.426Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-06T04:23:35.450Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-06T04:23:42.384Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-06T04:23:42.384Z | + git fetch origin ba446e289b5681614ace91f71690a5886211ba5d |
89 | 2025-02-06T04:23:42.793Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-06T04:23:42.793Z | * branch ba446e289b5681614ace91f71690a5886211ba5d -> FETCH_HEAD |
91 | 2025-02-06T04:23:42.818Z | + [[ -n renovate/guppy-0.x ]] |
92 | 2025-02-06T04:23:42.818Z | ++ git branch --show-current |
93 | 2025-02-06T04:23:42.843Z | + current=main |
94 | 2025-02-06T04:23:42.843Z | + [[ main != renovate/guppy-0.x ]] |
95 | 2025-02-06T04:23:42.843Z | + git branch -f renovate/guppy-0.x ba446e289b5681614ace91f71690a5886211ba5d |
96 | 2025-02-06T04:23:42.843Z | + git checkout -f renovate/guppy-0.x |
97 | 2025-02-06T04:23:42.931Z | Switched to branch 'renovate/guppy-0.x' |
98 | 2025-02-06T04:23:42.956Z | + git reset --hard ba446e289b5681614ace91f71690a5886211ba5d |
99 | 2025-02-06T04:23:43.030Z | HEAD is now at ba446e289 Update Rust crate guppy to 0.17.12 |
100 | 2025-02-06T04:23:43.055Z | process exited: duration 7637 ms, exit code 0 |
|
101 | 2025-02-06T04:23:43.108Z | starting task 4: "build" |
102 | 2025-02-06T04:23:43.133Z | + source ./env.sh |
103 | 2025-02-06T04:23:43.134Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-06T04:23:43.134Z | ++ set -o xtrace |
105 | 2025-02-06T04:23:43.134Z | ++++ dirname ./env.sh |
106 | 2025-02-06T04:23:43.134Z | +++ readlink -f . |
107 | 2025-02-06T04:23:43.134Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ 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-06T04:23:43.134Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-06T04:23:43.134Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-06T04:23:43.134Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-06T04:23:43.134Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-06T04:23:43.134Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-06T04:23:43.134Z | + cargo --version |
122 | 2025-02-06T04:23:43.228Z | cargo 1.84.1 (66221abde 2024-11-19) |
123 | 2025-02-06T04:23:43.253Z | + rustc --version |
124 | 2025-02-06T04:23:43.351Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
125 | 2025-02-06T04:23:43.376Z | + banner prerequisites |
126 | 2025-02-06T04:23:43.376Z | |
127 | 2025-02-06T04:23:43.376Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-06T04:23:43.376Z | # # # # # # # # # # # # # # # |
129 | 2025-02-06T04:23:43.376Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-06T04:23:43.376Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-06T04:23:43.376Z | # # # # # # # # # # # # # # # |
132 | 2025-02-06T04:23:43.376Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-06T04:23:43.376Z | |
134 | 2025-02-06T04:23:43.377Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-06T04:23:45.275Z | pkg list: illegal option -- F |
136 | 2025-02-06T04:23:45.275Z | Usage: |
137 | 2025-02-06T04:23:45.275Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-06T04:23:45.275Z | [pkg_fmri_pattern ...] |
139 | 2025-02-06T04:23:46.728Z | pkg list: illegal option -- F |
140 | 2025-02-06T04:23:46.728Z | Usage: |
141 | 2025-02-06T04:23:46.728Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-06T04:23:46.728Z | [pkg_fmri_pattern ...] |
143 | 2025-02-06T04:23:57.059Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-06T04:24:03.601Z | Startup: Caching catalogs ... Done |
145 | 2025-02-06T04:24:24.927Z | Planning: Solver setup ... Done (19.852s) |
146 | 2025-02-06T04:24:25.197Z | Planning: Running solver ... Done (0.270s) |
147 | 2025-02-06T04:24:25.357Z | Planning: Finding local manifests ... Done (0.004s) |
148 | 2025-02-06T04:24:25.443Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-06T04:24:26.038Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-06T04:24:26.215Z | Planning: Package planning ... Done (0.196s) |
151 | 2025-02-06T04:24:26.311Z | Planning: Merging actions ... Done (0.095s) |
152 | 2025-02-06T04:24:26.647Z | Planning: Checking for conflicting actions ... Done (0.336s) |
153 | 2025-02-06T04:24:28.177Z | Planning: Consolidating action changes ... Done (1.528s) |
154 | 2025-02-06T04:24:28.793Z | Planning: Evaluating mediators ... Done (0.617s) |
155 | 2025-02-06T04:24:28.935Z | Planning: Planning completed in 25.23 seconds |
156 | 2025-02-06T04:24:28.960Z | Packages to install: 4 |
157 | 2025-02-06T04:24:28.960Z | Packages to update: 3 |
158 | 2025-02-06T04:24:28.960Z | Mediators to change: 2 |
159 | 2025-02-06T04:24:28.960Z | Services to change: 1 |
160 | 2025-02-06T04:24:28.960Z | Estimated space available: 155.14 GB |
161 | 2025-02-06T04:24:28.960Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-02-06T04:24:28.961Z | Create boot environment: No |
163 | 2025-02-06T04:24:28.961Z | Create backup boot environment: Yes |
164 | 2025-02-06T04:24:28.961Z | Rebuild boot archive: No |
165 | 2025-02-06T04:24:28.961Z | |
166 | 2025-02-06T04:24:28.961Z | Changed mediators: |
167 | 2025-02-06T04:24:28.961Z | mediator clang: |
168 | 2025-02-06T04:24:28.961Z | version: None -> 15 (system default) |
169 | 2025-02-06T04:24:28.961Z | |
170 | 2025-02-06T04:24:28.961Z | mediator llvm: |
171 | 2025-02-06T04:24:28.961Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-06T04:24:28.961Z | |
173 | 2025-02-06T04:24:28.961Z | Changed packages: |
174 | 2025-02-06T04:24:28.961Z | helios-dev |
175 | 2025-02-06T04:24:28.961Z | developer/build-essential |
176 | 2025-02-06T04:24:28.961Z | None -> 11-2.0 |
177 | 2025-02-06T04:24:28.961Z | library/libxmlsec1 |
178 | 2025-02-06T04:24:28.962Z | None -> 1.2.35-2.0 |
179 | 2025-02-06T04:24:28.962Z | ooce/developer/clang-15 |
180 | 2025-02-06T04:24:28.962Z | None -> 15.0.7-2.0 |
181 | 2025-02-06T04:24:28.962Z | ooce/developer/llvm-15 |
182 | 2025-02-06T04:24:28.962Z | None -> 15.0.7-2.0 |
183 | 2025-02-06T04:24:28.962Z | package/pkg |
184 | 2025-02-06T04:24:28.962Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-06T04:24:28.962Z | system/library/g++-runtime |
186 | 2025-02-06T04:24:28.962Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-06T04:24:28.962Z | system/library/gcc-runtime |
188 | 2025-02-06T04:24:28.962Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-06T04:24:28.962Z | |
190 | 2025-02-06T04:24:28.962Z | Services: |
191 | 2025-02-06T04:24:28.962Z | restart_fmri: |
192 | 2025-02-06T04:24:28.962Z | svc:/system/update-man-index:default |
193 | 2025-02-06T04:24:28.962Z | |
194 | 2025-02-06T04:24:28.962Z | Editable files to change: |
195 | 2025-02-06T04:24:28.962Z | Update: |
196 | 2025-02-06T04:24:28.962Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-06T04:24:29.066Z | |
198 | 2025-02-06T04:24:29.066Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-06T04:24:34.069Z | Download: 1196/4301 items 81.3/225.4MB 36% complete (16.8M/s) |
200 | 2025-02-06T04:24:39.262Z | Download: 1906/4301 items 118.6/225.4MB 52% complete (12.2M/s) |
201 | 2025-02-06T04:24:44.272Z | Download: 2610/4301 items 120.5/225.4MB 53% complete (4.0M/s) |
202 | 2025-02-06T04:24:49.274Z | Download: 3168/4301 items 141.8/225.4MB 62% complete (2.2M/s) |
203 | 2025-02-06T04:24:54.277Z | Download: 3269/4301 items 209.6/225.4MB 92% complete (8.8M/s) |
204 | 2025-02-06T04:24:59.278Z | Download: 3286/4301 items 211.9/225.4MB 93% complete (8.8M/s) |
205 | 2025-02-06T04:25:04.430Z | Download: 3980/4301 items 219.1/225.4MB 97% complete (1.1M/s) |
206 | 2025-02-06T04:25:09.700Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (912k/s) |
207 | 2025-02-06T04:25:13.587Z | Download: Completed 225.42 MB in 44.53 seconds (5.1M/s) |
208 | 2025-02-06T04:25:15.246Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-02-06T04:25:15.270Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-02-06T04:25:20.269Z | Actions: 2514/5122 actions (Installing new actions) |
211 | 2025-02-06T04:25:23.442Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-02-06T04:25:24.076Z | Actions: Completed 5122 actions in 8.83 seconds. |
213 | 2025-02-06T04:25:24.549Z | Done (0.460s) |
214 | 2025-02-06T04:25:24.573Z | Done (0.002s) |
215 | 2025-02-06T04:25:25.681Z | Done (1.128s) |
216 | 2025-02-06T04:25:32.376Z | Done (6.457s) |
217 | 2025-02-06T04:25:32.498Z | Done (0.025s) |
218 | 2025-02-06T04:25:32.529Z | Done (0.000s) |
219 | 2025-02-06T04:25:32.746Z | Done (0.000s) |
220 | 2025-02-06T04:25:33.684Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-02-06T04:25:33.953Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-02-06T04:25:33.978Z | Planning: Consolidating action changes ... Done |
223 | 2025-02-06T04:25:34.392Z | Planning: Evaluating mediators ... Done |
224 | 2025-02-06T04:25:34.416Z | Planning: Planning completed in 0.71 seconds |
225 | 2025-02-06T04:25:34.451Z | Mediators to change: 2 |
226 | 2025-02-06T04:25:34.451Z | Create boot environment: No |
227 | 2025-02-06T04:25:34.451Z | Create backup boot environment: No |
228 | 2025-02-06T04:25:34.536Z | Done |
229 | 2025-02-06T04:25:34.536Z | Done |
230 | 2025-02-06T04:25:35.141Z | Done |
231 | 2025-02-06T04:25:41.056Z | Done |
232 | 2025-02-06T04:25:41.181Z | Done |
233 | 2025-02-06T04:25:41.208Z | Done |
234 | 2025-02-06T04:25:41.260Z | Done |
235 | 2025-02-06T04:25:42.241Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-02-06T04:25:42.266Z | Planning: Merging actions ... Done |
237 | 2025-02-06T04:25:42.564Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-06T04:25:42.610Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-06T04:25:43.001Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-06T04:25:43.096Z | Planning: Planning completed in 1.23 seconds |
241 | 2025-02-06T04:25:43.292Z | Packages to change: 1 |
242 | 2025-02-06T04:25:43.292Z | Mediators to change: 1 |
243 | 2025-02-06T04:25:43.293Z | Services to change: 1 |
244 | 2025-02-06T04:25:43.293Z | Create boot environment: No |
245 | 2025-02-06T04:25:43.293Z | Create backup boot environment: Yes |
246 | 2025-02-06T04:25:45.157Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-02-06T04:25:45.347Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-02-06T04:25:45.348Z | Done |
249 | 2025-02-06T04:25:45.348Z | Done |
250 | 2025-02-06T04:25:45.348Z | Done |
251 | 2025-02-06T04:25:51.090Z | Done |
252 | 2025-02-06T04:25:51.204Z | Done |
253 | 2025-02-06T04:25:51.204Z | Done |
254 | 2025-02-06T04:25:51.271Z | Done |
255 | 2025-02-06T04:25:51.969Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-02-06T04:25:51.970Z | clang system 15 system |
257 | 2025-02-06T04:25:51.970Z | csh system system illumos |
258 | 2025-02-06T04:25:51.970Z | ctags system system illumos |
259 | 2025-02-06T04:25:51.970Z | gcc vendor 12 vendor |
260 | 2025-02-06T04:25:51.970Z | gcc system 10 system |
261 | 2025-02-06T04:25:51.970Z | gcc system 7 system |
262 | 2025-02-06T04:25:51.970Z | go system 1.20 system |
263 | 2025-02-06T04:25:51.970Z | go system 1.19 system |
264 | 2025-02-06T04:25:51.970Z | llvm system 15 system |
265 | 2025-02-06T04:25:51.970Z | llvm system 14 system |
266 | 2025-02-06T04:25:51.970Z | mariadb system 10.6 system |
267 | 2025-02-06T04:25:51.970Z | mta vendor vendor dma |
268 | 2025-02-06T04:25:51.970Z | openjdk system 17 system |
269 | 2025-02-06T04:25:51.971Z | openjdk system 11 system |
270 | 2025-02-06T04:25:51.971Z | openjdk system 1.8 system |
271 | 2025-02-06T04:25:51.971Z | openssl vendor 3 vendor |
272 | 2025-02-06T04:25:51.971Z | perl system 5.36 system |
273 | 2025-02-06T04:25:51.971Z | postgresql system 15 system |
274 | 2025-02-06T04:25:51.971Z | postgresql system 13 system |
275 | 2025-02-06T04:25:51.971Z | python vendor 3 vendor |
276 | 2025-02-06T04:25:51.971Z | python system 2 system |
277 | 2025-02-06T04:25:51.971Z | python3 system 3.11 system |
278 | 2025-02-06T04:25:51.971Z | ruby system 3.0 system |
279 | 2025-02-06T04:25:51.971Z | words vendor vendor american-english |
280 | 2025-02-06T04:25:51.971Z | words system system australian-english |
281 | 2025-02-06T04:25:51.972Z | words system system british-english |
282 | 2025-02-06T04:25:51.972Z | words system system canadian-english |
283 | 2025-02-06T04:25:51.972Z | words system system french |
284 | 2025-02-06T04:25:51.972Z | words system system italian |
285 | 2025-02-06T04:25:51.972Z | words system system ngerman |
286 | 2025-02-06T04:25:51.972Z | words system system ogerman |
287 | 2025-02-06T04:25:51.972Z | words system system spanish |
288 | 2025-02-06T04:25:52.487Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-02-06T04:25:52.487Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-02-06T04:25:57.229Z | FMRI IFO |
291 | 2025-02-06T04:25:57.230Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-02-06T04:25:57.231Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-02-06T04:25:57.232Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-02-06T04:25:57.232Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-02-06T04:25:57.232Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-02-06T04:25:58.521Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-02-06T04:25:58.866Z | Updating crates.io index |
308 | 2025-02-06T04:25:58.908Z | Updating git repository `https://github.com/oxidecomputer/daft` |
309 | 2025-02-06T04:25:59.461Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-02-06T04:26:00.183Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
311 | 2025-02-06T04:26:00.555Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-02-06T04:26:00.921Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-02-06T04:26:01.338Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-02-06T04:26:02.641Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-02-06T04:26:05.009Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-02-06T04:26:05.871Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-02-06T04:26:06.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-02-06T04:26:07.082Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-02-06T04:26:07.598Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-02-06T04:26:08.327Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
321 | 2025-02-06T04:26:08.719Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-02-06T04:26:09.160Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-02-06T04:26:09.531Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-02-06T04:26:09.896Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-02-06T04:26:10.224Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-02-06T04:26:10.600Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-02-06T04:26:11.036Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-02-06T04:26:11.517Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-02-06T04:26:11.913Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-02-06T04:26:12.336Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-02-06T04:26:12.725Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-02-06T04:26:13.428Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-02-06T04:26:13.853Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-02-06T04:26:14.373Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-02-06T04:26:14.827Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-02-06T04:26:15.231Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-02-06T04:26:15.539Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-02-06T04:26:15.918Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-02-06T04:26:17.531Z | Downloading crates ... |
340 | 2025-02-06T04:26:17.596Z | Downloaded block-buffer v0.10.4 |
341 | 2025-02-06T04:26:17.622Z | Downloaded thiserror v1.0.69 |
342 | 2025-02-06T04:26:17.622Z | Downloaded usdt v0.5.0 |
343 | 2025-02-06T04:26:17.622Z | Downloaded fastrand v2.1.1 |
344 | 2025-02-06T04:26:17.622Z | Downloaded digest v0.10.7 |
345 | 2025-02-06T04:26:17.622Z | Downloaded colorchoice v1.0.2 |
346 | 2025-02-06T04:26:17.622Z | Downloaded camino-tempfile v1.1.1 |
347 | 2025-02-06T04:26:17.622Z | Downloaded cargo_toml v0.20.5 |
348 | 2025-02-06T04:26:17.622Z | Downloaded anstyle v1.0.10 |
349 | 2025-02-06T04:26:17.647Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-02-06T04:26:17.647Z | Downloaded cargo_metadata v0.18.1 |
351 | 2025-02-06T04:26:17.647Z | Downloaded crypto-common v0.1.6 |
352 | 2025-02-06T04:26:17.647Z | Downloaded cfg-if v1.0.0 |
353 | 2025-02-06T04:26:17.647Z | Downloaded clap_lex v0.7.4 |
354 | 2025-02-06T04:26:17.647Z | Downloaded autocfg v1.4.0 |
355 | 2025-02-06T04:26:17.647Z | Downloaded anyhow v1.0.95 |
356 | 2025-02-06T04:26:17.647Z | Downloaded errno v0.3.9 |
357 | 2025-02-06T04:26:17.647Z | Downloaded equivalent v1.0.1 |
358 | 2025-02-06T04:26:17.647Z | Downloaded dof v0.3.0 |
359 | 2025-02-06T04:26:17.647Z | Downloaded cpufeatures v0.2.14 |
360 | 2025-02-06T04:26:17.672Z | Downloaded clap_builder v4.5.27 |
361 | 2025-02-06T04:26:17.672Z | Downloaded clap v4.5.27 |
362 | 2025-02-06T04:26:17.672Z | Downloaded ucd-trie v0.1.7 |
363 | 2025-02-06T04:26:17.700Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2025-02-06T04:26:17.700Z | Downloaded utf8parse v0.2.2 |
365 | 2025-02-06T04:26:17.700Z | Downloaded usdt-attr-macro v0.5.0 |
366 | 2025-02-06T04:26:17.700Z | Downloaded thread-id v4.2.2 |
367 | 2025-02-06T04:26:17.700Z | Downloaded tabled_derive v0.7.0 |
368 | 2025-02-06T04:26:17.700Z | Downloaded version_check v0.9.5 |
369 | 2025-02-06T04:26:17.701Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-02-06T04:26:17.734Z | Downloaded cargo-platform v0.1.8 |
371 | 2025-02-06T04:26:17.734Z | Downloaded unicode-ident v1.0.14 |
372 | 2025-02-06T04:26:17.734Z | Downloaded proc-macro2 v1.0.92 |
373 | 2025-02-06T04:26:17.734Z | Downloaded zerocopy v0.7.35 |
374 | 2025-02-06T04:26:17.760Z | Downloaded serde_json v1.0.135 |
375 | 2025-02-06T04:26:17.760Z | Downloaded pest v2.7.14 |
376 | 2025-02-06T04:26:17.760Z | Downloaded goblin v0.8.2 |
377 | 2025-02-06T04:26:17.785Z | Downloaded winnow v0.6.20 |
378 | 2025-02-06T04:26:17.785Z | Downloaded indexmap v2.7.1 |
379 | 2025-02-06T04:26:17.785Z | Downloaded rustix v0.38.37 |
380 | 2025-02-06T04:26:17.827Z | Downloaded unicode-width v0.1.14 |
381 | 2025-02-06T04:26:17.852Z | Downloaded syn v1.0.109 |
382 | 2025-02-06T04:26:17.852Z | Downloaded thiserror-impl v1.0.69 |
383 | 2025-02-06T04:26:17.852Z | Downloaded syn v2.0.96 |
384 | 2025-02-06T04:26:17.852Z | Downloaded sha2 v0.10.8 |
385 | 2025-02-06T04:26:17.877Z | Downloaded serde_tokenstream v0.2.2 |
386 | 2025-02-06T04:26:17.877Z | Downloaded plain v0.2.3 |
387 | 2025-02-06T04:26:17.877Z | Downloaded pest_generator v2.7.14 |
388 | 2025-02-06T04:26:17.877Z | Downloaded camino v1.1.9 |
389 | 2025-02-06T04:26:17.877Z | Downloaded serde_derive v1.0.217 |
390 | 2025-02-06T04:26:17.877Z | Downloaded strsim v0.11.1 |
391 | 2025-02-06T04:26:17.877Z | Downloaded pretty-hex v0.4.1 |
392 | 2025-02-06T04:26:17.877Z | Downloaded tempfile v3.13.0 |
393 | 2025-02-06T04:26:17.877Z | Downloaded scroll v0.12.0 |
394 | 2025-02-06T04:26:17.877Z | Downloaded proc-macro-error-attr v1.0.4 |
395 | 2025-02-06T04:26:17.908Z | Downloaded byteorder v1.5.0 |
396 | 2025-02-06T04:26:17.908Z | Downloaded usdt-macro v0.5.0 |
397 | 2025-02-06T04:26:17.908Z | Downloaded unicode-linebreak v0.1.5 |
398 | 2025-02-06T04:26:17.908Z | Downloaded typenum v1.17.0 |
399 | 2025-02-06T04:26:17.908Z | Downloaded toml_edit v0.22.22 |
400 | 2025-02-06T04:26:17.934Z | Downloaded toml_datetime v0.6.8 |
401 | 2025-02-06T04:26:17.934Z | Downloaded swrite v0.1.0 |
402 | 2025-02-06T04:26:17.934Z | Downloaded serde_spanned v0.6.8 |
403 | 2025-02-06T04:26:17.934Z | Downloaded macaddr v1.0.1 |
404 | 2025-02-06T04:26:17.934Z | Downloaded log v0.4.22 |
405 | 2025-02-06T04:26:17.934Z | Downloaded terminal_size v0.4.0 |
406 | 2025-02-06T04:26:17.934Z | Downloaded smawk v0.3.2 |
407 | 2025-02-06T04:26:17.934Z | Downloaded scroll_derive v0.12.0 |
408 | 2025-02-06T04:26:17.965Z | Downloaded ryu v1.0.18 |
409 | 2025-02-06T04:26:17.965Z | Downloaded libc v0.2.169 |
410 | 2025-02-06T04:26:17.989Z | Downloaded proc-macro-error v1.0.4 |
411 | 2025-02-06T04:26:17.989Z | Downloaded pest_meta v2.7.14 |
412 | 2025-02-06T04:26:17.989Z | Downloaded pest_derive v2.7.14 |
413 | 2025-02-06T04:26:17.989Z | Downloaded once_cell v1.20.2 |
414 | 2025-02-06T04:26:17.989Z | Downloaded memmap v0.7.0 |
415 | 2025-02-06T04:26:17.989Z | Downloaded memchr v2.7.4 |
416 | 2025-02-06T04:26:18.014Z | Downloaded is_terminal_polyfill v1.70.1 |
417 | 2025-02-06T04:26:18.014Z | Downloaded heck v0.5.0 |
418 | 2025-02-06T04:26:18.014Z | Downloaded heck v0.4.1 |
419 | 2025-02-06T04:26:18.014Z | Downloaded hashbrown v0.15.1 |
420 | 2025-02-06T04:26:18.014Z | Downloaded generic-array v0.14.7 |
421 | 2025-02-06T04:26:18.014Z | Downloaded fs-err v2.11.0 |
422 | 2025-02-06T04:26:18.014Z | Downloaded fnv v1.0.7 |
423 | 2025-02-06T04:26:18.014Z | Downloaded toml v0.8.19 |
424 | 2025-02-06T04:26:18.040Z | Downloaded serde v1.0.217 |
425 | 2025-02-06T04:26:18.040Z | Downloaded semver v1.0.24 |
426 | 2025-02-06T04:26:18.040Z | Downloaded papergrid v0.11.0 |
427 | 2025-02-06T04:26:18.040Z | Downloaded itoa v1.0.11 |
428 | 2025-02-06T04:26:18.040Z | Downloaded anstyle-query v1.1.1 |
429 | 2025-02-06T04:26:18.040Z | Downloaded anstyle-parse v0.2.5 |
430 | 2025-02-06T04:26:18.041Z | Downloaded tabled v0.15.0 |
431 | 2025-02-06T04:26:18.065Z | Downloaded anstream v0.6.15 |
432 | 2025-02-06T04:26:18.066Z | Downloaded textwrap v0.16.1 |
433 | 2025-02-06T04:26:18.090Z | Downloaded quote v1.0.38 |
434 | 2025-02-06T04:26:18.090Z | Downloaded clap_derive v4.5.24 |
435 | 2025-02-06T04:26:18.090Z | Downloaded bytecount v0.6.8 |
436 | 2025-02-06T04:26:18.090Z | Downloaded bitflags v2.6.0 |
437 | 2025-02-06T04:26:18.239Z | Compiling proc-macro2 v1.0.92 |
438 | 2025-02-06T04:26:18.239Z | Compiling unicode-ident v1.0.14 |
439 | 2025-02-06T04:26:18.263Z | Compiling version_check v0.9.5 |
440 | 2025-02-06T04:26:18.263Z | Compiling serde v1.0.217 |
441 | 2025-02-06T04:26:18.263Z | Compiling memchr v2.7.4 |
442 | 2025-02-06T04:26:18.263Z | Compiling thiserror v1.0.69 |
443 | 2025-02-06T04:26:18.263Z | Compiling libc v0.2.169 |
444 | 2025-02-06T04:26:18.263Z | Compiling ucd-trie v0.1.7 |
445 | 2025-02-06T04:26:18.581Z | Compiling itoa v1.0.11 |
446 | 2025-02-06T04:26:18.896Z | Compiling ryu v1.0.18 |
447 | 2025-02-06T04:26:19.142Z | Compiling once_cell v1.20.2 |
448 | 2025-02-06T04:26:19.320Z | Compiling byteorder v1.5.0 |
449 | 2025-02-06T04:26:19.353Z | Compiling serde_json v1.0.135 |
450 | 2025-02-06T04:26:19.429Z | Compiling rustix v0.38.37 |
451 | 2025-02-06T04:26:19.812Z | Compiling bitflags v2.6.0 |
452 | 2025-02-06T04:26:19.857Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-02-06T04:26:20.023Z | Compiling usdt-impl v0.5.0 |
454 | 2025-02-06T04:26:20.242Z | Compiling syn v1.0.109 |
455 | 2025-02-06T04:26:20.310Z | Compiling proc-macro-error v1.0.4 |
456 | 2025-02-06T04:26:20.381Z | Compiling camino v1.1.9 |
457 | 2025-02-06T04:26:20.419Z | Compiling utf8parse v0.2.2 |
458 | 2025-02-06T04:26:20.458Z | Compiling quote v1.0.38 |
459 | 2025-02-06T04:26:20.591Z | Compiling errno v0.3.9 |
460 | 2025-02-06T04:26:20.724Z | Compiling hashbrown v0.15.1 |
461 | 2025-02-06T04:26:20.935Z | Compiling syn v2.0.96 |
462 | 2025-02-06T04:26:21.061Z | Compiling equivalent v1.0.1 |
463 | 2025-02-06T04:26:21.279Z | Compiling log v0.4.22 |
464 | 2025-02-06T04:26:21.280Z | Compiling plain v0.2.3 |
465 | 2025-02-06T04:26:21.456Z | Compiling thread-id v4.2.2 |
466 | 2025-02-06T04:26:21.645Z | Compiling anstyle-parse v0.2.5 |
467 | 2025-02-06T04:26:21.767Z | Compiling winnow v0.6.20 |
468 | 2025-02-06T04:26:21.978Z | Compiling indexmap v2.7.1 |
469 | 2025-02-06T04:26:22.048Z | Compiling colorchoice v1.0.2 |
470 | 2025-02-06T04:26:22.120Z | Compiling anstyle v1.0.10 |
471 | 2025-02-06T04:26:22.205Z | Compiling autocfg v1.4.0 |
472 | 2025-02-06T04:26:22.264Z | Compiling pretty-hex v0.4.1 |
473 | 2025-02-06T04:26:22.645Z | Compiling is_terminal_polyfill v1.70.1 |
474 | 2025-02-06T04:26:22.918Z | Compiling anstyle-query v1.1.1 |
475 | 2025-02-06T04:26:22.983Z | Compiling semver v1.0.24 |
476 | 2025-02-06T04:26:23.080Z | Compiling unicode-width v0.1.14 |
477 | 2025-02-06T04:26:23.377Z | Compiling fs-err v2.11.0 |
478 | 2025-02-06T04:26:23.471Z | Compiling terminal_size v0.4.0 |
479 | 2025-02-06T04:26:23.528Z | Compiling anstream v0.6.15 |
480 | 2025-02-06T04:26:23.712Z | Compiling anyhow v1.0.95 |
481 | 2025-02-06T04:26:23.785Z | Compiling heck v0.5.0 |
482 | 2025-02-06T04:26:23.819Z | Compiling fastrand v2.1.1 |
483 | 2025-02-06T04:26:23.871Z | Compiling strsim v0.11.1 |
484 | 2025-02-06T04:26:24.199Z | Compiling bytecount v0.6.8 |
485 | 2025-02-06T04:26:24.338Z | Compiling fnv v1.0.7 |
486 | 2025-02-06T04:26:24.380Z | Compiling clap_lex v0.7.4 |
487 | 2025-02-06T04:26:24.513Z | Compiling heck v0.4.1 |
488 | 2025-02-06T04:26:24.630Z | Compiling cfg-if v1.0.0 |
489 | 2025-02-06T04:26:24.749Z | Compiling clap_builder v4.5.27 |
490 | 2025-02-06T04:26:24.876Z | Compiling tempfile v3.13.0 |
491 | 2025-02-06T04:26:24.908Z | Compiling papergrid v0.11.0 |
492 | 2025-02-06T04:26:25.181Z | Compiling memmap v0.7.0 |
493 | 2025-02-06T04:26:25.331Z | Compiling unicode-linebreak v0.1.5 |
494 | 2025-02-06T04:26:25.437Z | Compiling smawk v0.3.2 |
495 | 2025-02-06T04:26:25.709Z | Compiling swrite v0.1.0 |
496 | 2025-02-06T04:26:25.818Z | Compiling textwrap v0.16.1 |
497 | 2025-02-06T04:26:26.681Z | Compiling tabled_derive v0.7.0 |
498 | 2025-02-06T04:26:28.770Z | Compiling tabled v0.15.0 |
499 | 2025-02-06T04:26:28.806Z | Compiling serde_derive v1.0.217 |
500 | 2025-02-06T04:26:28.832Z | Compiling thiserror-impl v1.0.69 |
501 | 2025-02-06T04:26:28.832Z | Compiling zerocopy-derive v0.7.35 |
502 | 2025-02-06T04:26:28.832Z | Compiling scroll_derive v0.12.0 |
503 | 2025-02-06T04:26:28.832Z | Compiling clap_derive v4.5.24 |
504 | 2025-02-06T04:26:30.308Z | Compiling scroll v0.12.0 |
505 | 2025-02-06T04:26:30.824Z | Compiling zerocopy v0.7.35 |
506 | 2025-02-06T04:26:30.908Z | Compiling goblin v0.8.2 |
507 | 2025-02-06T04:26:31.486Z | Compiling pest v2.7.14 |
508 | 2025-02-06T04:26:32.427Z | Compiling clap v4.5.27 |
509 | 2025-02-06T04:26:34.016Z | Compiling pest_meta v2.7.14 |
510 | 2025-02-06T04:26:35.520Z | Compiling pest_generator v2.7.14 |
511 | 2025-02-06T04:26:36.942Z | Compiling pest_derive v2.7.14 |
512 | 2025-02-06T04:26:37.665Z | Compiling dtrace-parser v0.2.0 |
513 | 2025-02-06T04:26:39.558Z | Compiling serde_tokenstream v0.2.2 |
514 | 2025-02-06T04:26:39.988Z | Compiling serde_spanned v0.6.8 |
515 | 2025-02-06T04:26:39.988Z | Compiling toml_datetime v0.6.8 |
516 | 2025-02-06T04:26:40.097Z | Compiling cargo-platform v0.1.8 |
517 | 2025-02-06T04:26:40.415Z | Compiling macaddr v1.0.1 |
518 | 2025-02-06T04:26:40.519Z | Compiling toml_edit v0.22.22 |
519 | 2025-02-06T04:26:40.740Z | Compiling camino-tempfile v1.1.1 |
520 | 2025-02-06T04:26:41.497Z | Compiling dof v0.3.0 |
521 | 2025-02-06T04:26:41.857Z | Compiling cargo_metadata v0.18.1 |
522 | 2025-02-06T04:26:43.332Z | Compiling usdt-macro v0.5.0 |
523 | 2025-02-06T04:26:43.371Z | Compiling usdt-attr-macro v0.5.0 |
524 | 2025-02-06T04:26:44.222Z | Compiling toml v0.8.19 |
525 | 2025-02-06T04:26:44.719Z | Compiling usdt v0.5.0 |
526 | 2025-02-06T04:26:45.211Z | Compiling cargo_toml v0.20.5 |
527 | 2025-02-06T04:26:49.841Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
528 | 2025-02-06T04:26:54.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.69s |
529 | 2025-02-06T04:26:55.027Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
530 | 2025-02-06T04:26:55.900Z | Downloading crates ... |
531 | 2025-02-06T04:26:56.059Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-02-06T04:26:56.094Z | Downloaded atomicwrites v0.4.4 |
533 | 2025-02-06T04:26:56.094Z | Downloaded atty v0.2.14 |
534 | 2025-02-06T04:26:56.094Z | Downloaded cstr-argument v0.1.2 |
535 | 2025-02-06T04:26:56.094Z | Downloaded bit-set v0.5.3 |
536 | 2025-02-06T04:26:56.094Z | Downloaded ctr v0.9.2 |
537 | 2025-02-06T04:26:56.136Z | Downloaded hubpack_derive v0.1.1 |
538 | 2025-02-06T04:26:56.136Z | Downloaded quick-error v1.2.3 |
539 | 2025-02-06T04:26:56.136Z | Downloaded russh-cryptovec v0.7.3 |
540 | 2025-02-06T04:26:56.136Z | Downloaded rustc-hash v1.1.0 |
541 | 2025-02-06T04:26:56.187Z | Downloaded time-core v0.1.2 |
542 | 2025-02-06T04:26:56.187Z | Downloaded endian-type v0.1.2 |
543 | 2025-02-06T04:26:56.233Z | Downloaded path-slash v0.1.5 |
544 | 2025-02-06T04:26:56.233Z | Downloaded peg v0.8.4 |
545 | 2025-02-06T04:26:56.233Z | Downloaded sigpipe v0.1.3 |
546 | 2025-02-06T04:26:56.233Z | Downloaded derive_builder_macro v0.20.2 |
547 | 2025-02-06T04:26:56.234Z | Downloaded defmt-macros v0.3.9 |
548 | 2025-02-06T04:26:56.266Z | Downloaded strum v0.26.3 |
549 | 2025-02-06T04:26:56.266Z | Downloaded subtle v2.6.1 |
550 | 2025-02-06T04:26:56.266Z | Downloaded strum_macros v0.26.4 |
551 | 2025-02-06T04:26:56.266Z | Downloaded num-conv v0.1.0 |
552 | 2025-02-06T04:26:56.307Z | Downloaded headers-core v0.3.0 |
553 | 2025-02-06T04:26:56.345Z | Downloaded progenitor-client v0.8.0 |
554 | 2025-02-06T04:26:56.345Z | Downloaded glob v0.3.2 |
555 | 2025-02-06T04:26:56.345Z | Downloaded rustc-hash v2.0.0 |
556 | 2025-02-06T04:26:56.345Z | Downloaded scheduled-thread-pool v0.2.7 |
557 | 2025-02-06T04:26:56.345Z | Downloaded unicode-bidi v0.3.17 |
558 | 2025-02-06T04:26:56.345Z | Downloaded try-lock v0.2.5 |
559 | 2025-02-06T04:26:56.345Z | Downloaded bstr v1.10.0 |
560 | 2025-02-06T04:26:56.390Z | Downloaded fxhash v0.2.1 |
561 | 2025-02-06T04:26:56.391Z | Downloaded num_enum_derive v0.5.11 |
562 | 2025-02-06T04:26:56.391Z | Downloaded packed_struct v0.10.1 |
563 | 2025-02-06T04:26:56.391Z | Downloaded gethostname v0.5.0 |
564 | 2025-02-06T04:26:56.391Z | Downloaded hashbrown v0.13.2 |
565 | 2025-02-06T04:26:56.419Z | Downloaded tower-service v0.3.3 |
566 | 2025-02-06T04:26:56.419Z | Downloaded fs_extra v1.3.0 |
567 | 2025-02-06T04:26:56.419Z | Downloaded parking_lot_core v0.8.6 |
568 | 2025-02-06T04:26:56.419Z | Downloaded futures-io v0.3.31 |
569 | 2025-02-06T04:26:56.419Z | Downloaded tungstenite v0.23.0 |
570 | 2025-02-06T04:26:56.419Z | Downloaded pretty-hex v0.2.1 |
571 | 2025-02-06T04:26:56.419Z | Downloaded ppv-lite86 v0.2.20 |
572 | 2025-02-06T04:26:56.419Z | Downloaded futures-macro v0.3.31 |
573 | 2025-02-06T04:26:56.419Z | Downloaded foreign-types-shared v0.3.1 |
574 | 2025-02-06T04:26:56.419Z | Downloaded static_assertions v1.1.0 |
575 | 2025-02-06T04:26:56.420Z | Downloaded postgres-types v0.2.8 |
576 | 2025-02-06T04:26:56.448Z | Downloaded futures-executor v0.3.31 |
577 | 2025-02-06T04:26:56.448Z | Downloaded prettyplease v0.2.25 |
578 | 2025-02-06T04:26:56.449Z | Downloaded sqlformat v0.2.6 |
579 | 2025-02-06T04:26:56.449Z | Downloaded tokio-native-tls v0.3.1 |
580 | 2025-02-06T04:26:56.449Z | Downloaded ssh-encoding v0.2.0 |
581 | 2025-02-06T04:26:56.449Z | Downloaded sqlparser_derive v0.2.2 |
582 | 2025-02-06T04:26:56.449Z | Downloaded string_cache v0.8.7 |
583 | 2025-02-06T04:26:56.476Z | Downloaded want v0.3.1 |
584 | 2025-02-06T04:26:56.476Z | Downloaded structmeta v0.2.0 |
585 | 2025-02-06T04:26:56.476Z | Downloaded strip-ansi-escapes v0.2.0 |
586 | 2025-02-06T04:26:56.476Z | Downloaded downcast v0.11.0 |
587 | 2025-02-06T04:26:56.476Z | Downloaded elliptic-curve v0.13.8 |
588 | 2025-02-06T04:26:56.476Z | Downloaded dyn-clone v1.0.17 |
589 | 2025-02-06T04:26:56.477Z | Downloaded ed25519-dalek v2.1.1 |
590 | 2025-02-06T04:26:56.503Z | Downloaded ed25519 v2.2.3 |
591 | 2025-02-06T04:26:56.503Z | Downloaded nix v0.27.1 |
592 | 2025-02-06T04:26:56.503Z | Downloaded dropshot_endpoint v0.12.0 |
593 | 2025-02-06T04:26:56.533Z | Downloaded futures-util v0.3.31 |
594 | 2025-02-06T04:26:56.533Z | Downloaded toml_edit v0.19.15 |
595 | 2025-02-06T04:26:56.563Z | Downloaded portable-atomic v1.9.0 |
596 | 2025-02-06T04:26:56.614Z | Downloaded tokio-util v0.7.12 |
597 | 2025-02-06T04:26:56.614Z | Downloaded p384 v0.13.0 |
598 | 2025-02-06T04:26:56.614Z | Downloaded regex v1.11.1 |
599 | 2025-02-06T04:26:56.659Z | Downloaded openssl v0.10.70 |
600 | 2025-02-06T04:26:56.659Z | Downloaded sqlparser v0.45.0 |
601 | 2025-02-06T04:26:56.659Z | Downloaded sled v0.34.7 |
602 | 2025-02-06T04:26:56.659Z | Downloaded regex-syntax v0.6.29 |
603 | 2025-02-06T04:26:56.704Z | Downloaded polar-core v0.27.3 |
604 | 2025-02-06T04:26:56.704Z | Downloaded typify-impl v0.3.0 |
605 | 2025-02-06T04:26:56.704Z | Downloaded webpki-roots v0.26.6 |
606 | 2025-02-06T04:26:56.735Z | Downloaded regex-syntax v0.8.5 |
607 | 2025-02-06T04:26:56.735Z | Downloaded dropshot v0.12.0 |
608 | 2025-02-06T04:26:56.767Z | Downloaded typify-impl v0.2.0 |
609 | 2025-02-06T04:26:56.768Z | Downloaded regress v0.10.1 |
610 | 2025-02-06T04:26:56.797Z | Downloaded openapiv3 v2.0.0 |
611 | 2025-02-06T04:26:56.797Z | Downloaded dropshot v0.15.1 |
612 | 2025-02-06T04:26:56.824Z | Downloaded regress v0.9.1 |
613 | 2025-02-06T04:26:56.850Z | Downloaded csv v1.3.1 |
614 | 2025-02-06T04:26:56.876Z | Downloaded object v0.36.5 |
615 | 2025-02-06T04:26:56.907Z | Downloaded ratatui v0.28.1 |
616 | 2025-02-06T04:26:56.942Z | Downloaded sha3 v0.10.8 |
617 | 2025-02-06T04:26:56.942Z | Downloaded gimli v0.31.1 |
618 | 2025-02-06T04:26:56.942Z | Downloaded rustls v0.22.4 |
619 | 2025-02-06T04:26:57.012Z | Downloaded zerocopy-derive v0.6.6 |
620 | 2025-02-06T04:26:57.012Z | Downloaded regex-automata v0.4.8 |
621 | 2025-02-06T04:26:57.048Z | Downloaded object v0.30.4 |
622 | 2025-02-06T04:26:57.048Z | Downloaded unicode-width v0.2.0 |
623 | 2025-02-06T04:26:57.048Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
624 | 2025-02-06T04:26:57.048Z | Downloaded reqwest v0.12.9 |
625 | 2025-02-06T04:26:57.048Z | Downloaded rustls v0.21.12 |
626 | 2025-02-06T04:26:57.073Z | Downloaded rustls v0.23.19 |
627 | 2025-02-06T04:26:57.107Z | Downloaded nix v0.29.0 |
628 | 2025-02-06T04:26:57.107Z | Downloaded ssh-key v0.6.6 |
629 | 2025-02-06T04:26:57.132Z | Downloaded nix v0.28.0 |
630 | 2025-02-06T04:26:57.132Z | Downloaded tokio-postgres v0.7.12 |
631 | 2025-02-06T04:26:57.132Z | Downloaded steno v0.4.1 |
632 | 2025-02-06T04:26:57.160Z | Downloaded tough v0.19.0 |
633 | 2025-02-06T04:26:57.160Z | Downloaded p521 v0.13.3 |
634 | 2025-02-06T04:26:57.160Z | Downloaded git2 v0.19.0 |
635 | 2025-02-06T04:26:57.186Z | Downloaded dunce v1.0.5 |
636 | 2025-02-06T04:26:57.186Z | Downloaded document-features v0.2.10 |
637 | 2025-02-06T04:26:57.186Z | Downloaded ecdsa v0.16.9 |
638 | 2025-02-06T04:26:57.186Z | Downloaded walkdir v2.5.0 |
639 | 2025-02-06T04:26:57.186Z | Downloaded toolchain_find v0.4.0 |
640 | 2025-02-06T04:26:57.186Z | Downloaded dropshot_endpoint v0.15.1 |
641 | 2025-02-06T04:26:57.186Z | Downloaded tokio-rustls v0.26.0 |
642 | 2025-02-06T04:26:57.211Z | Downloaded schemars v0.8.21 |
643 | 2025-02-06T04:26:57.211Z | Downloaded fragile v2.0.0 |
644 | 2025-02-06T04:26:57.211Z | Downloaded pkcs8 v0.10.2 |
645 | 2025-02-06T04:26:57.236Z | Downloaded stringprep v0.1.5 |
646 | 2025-02-06T04:26:57.236Z | Downloaded dsl_auto_type v0.1.2 |
647 | 2025-02-06T04:26:57.236Z | Downloaded tokio-stream v0.1.16 |
648 | 2025-02-06T04:26:57.236Z | Downloaded tokio-rustls v0.25.0 |
649 | 2025-02-06T04:26:57.236Z | Downloaded pkg-config v0.3.31 |
650 | 2025-02-06T04:26:57.236Z | Downloaded encoding_rs v0.8.34 |
651 | 2025-02-06T04:26:57.261Z | Downloaded futures v0.3.31 |
652 | 2025-02-06T04:26:57.285Z | Downloaded predicates-tree v1.0.11 |
653 | 2025-02-06T04:26:57.285Z | Downloaded tokio-rustls v0.24.1 |
654 | 2025-02-06T04:26:57.285Z | Downloaded schemars_derive v0.8.21 |
655 | 2025-02-06T04:26:57.285Z | Downloaded tracing v0.1.40 |
656 | 2025-02-06T04:26:57.285Z | Downloaded ssh-cipher v0.2.0 |
657 | 2025-02-06T04:26:57.285Z | Downloaded either v1.13.0 |
658 | 2025-02-06T04:26:57.285Z | Downloaded toml v0.7.8 |
659 | 2025-02-06T04:26:57.309Z | Downloaded futures-channel v0.3.31 |
660 | 2025-02-06T04:26:57.310Z | Downloaded form_urlencoded v1.2.1 |
661 | 2025-02-06T04:26:57.310Z | Downloaded rfc6979 v0.4.0 |
662 | 2025-02-06T04:26:57.310Z | Downloaded tokio-tungstenite v0.21.0 |
663 | 2025-02-06T04:26:57.310Z | Downloaded h2 v0.4.6 |
664 | 2025-02-06T04:26:57.310Z | Downloaded salty v0.3.0 |
665 | 2025-02-06T04:26:57.334Z | Downloaded vcpkg v0.2.15 |
666 | 2025-02-06T04:26:57.392Z | Downloaded spki v0.7.3 |
667 | 2025-02-06T04:26:57.423Z | Downloaded tokio-tungstenite v0.24.0 |
668 | 2025-02-06T04:26:57.424Z | Downloaded tokio-tungstenite v0.23.1 |
669 | 2025-02-06T04:26:57.424Z | Downloaded rustls-webpki v0.102.8 |
670 | 2025-02-06T04:26:57.424Z | Downloaded resolv-conf v0.7.0 |
671 | 2025-02-06T04:26:57.450Z | Downloaded predicates v3.1.2 |
672 | 2025-02-06T04:26:57.450Z | Downloaded postgres-protocol v0.6.7 |
673 | 2025-02-06T04:26:57.450Z | Downloaded postcard v1.0.10 |
674 | 2025-02-06T04:26:57.450Z | Downloaded poly1305 v0.8.0 |
675 | 2025-02-06T04:26:57.450Z | Downloaded unicode-segmentation v1.12.0 |
676 | 2025-02-06T04:26:57.450Z | Downloaded hashbrown v0.14.5 |
677 | 2025-02-06T04:26:57.451Z | Downloaded stable_deref_trait v1.2.0 |
678 | 2025-02-06T04:26:57.451Z | Downloaded futures-sink v0.3.31 |
679 | 2025-02-06T04:26:57.451Z | Downloaded futures-core v0.3.31 |
680 | 2025-02-06T04:26:57.479Z | Downloaded predicates-core v1.0.8 |
681 | 2025-02-06T04:26:57.479Z | Downloaded powerfmt v0.2.0 |
682 | 2025-02-06T04:26:57.479Z | Downloaded polyval v0.6.2 |
683 | 2025-02-06T04:26:57.479Z | Downloaded openssl-sys v0.9.105 |
684 | 2025-02-06T04:26:57.479Z | Downloaded unicode_categories v0.1.1 |
685 | 2025-02-06T04:26:57.479Z | Downloaded precomputed-hash v0.1.1 |
686 | 2025-02-06T04:26:57.479Z | Downloaded progenitor-impl v0.8.0 |
687 | 2025-02-06T04:26:57.479Z | Downloaded p256 v0.13.2 |
688 | 2025-02-06T04:26:57.515Z | Downloaded rustls-webpki v0.101.7 |
689 | 2025-02-06T04:26:57.515Z | Downloaded newline-converter v0.3.0 |
690 | 2025-02-06T04:26:57.515Z | Downloaded new_debug_unreachable v1.0.6 |
691 | 2025-02-06T04:26:57.516Z | Downloaded float-cmp v0.9.0 |
692 | 2025-02-06T04:26:57.516Z | Downloaded flagset v0.4.6 |
693 | 2025-02-06T04:26:57.516Z | Downloaded fixedbitset v0.4.2 |
694 | 2025-02-06T04:26:57.543Z | Downloaded foldhash v0.1.3 |
695 | 2025-02-06T04:26:57.543Z | Downloaded fallible-streaming-iterator v0.1.9 |
696 | 2025-02-06T04:26:57.543Z | Downloaded flume v0.11.1 |
697 | 2025-02-06T04:26:57.543Z | Downloaded zip v2.1.3 |
698 | 2025-02-06T04:26:57.543Z | Downloaded nanorand v0.7.0 |
699 | 2025-02-06T04:26:57.543Z | Downloaded foreign-types v0.3.2 |
700 | 2025-02-06T04:26:57.543Z | Downloaded flate2 v1.0.35 |
701 | 2025-02-06T04:26:57.543Z | Downloaded tokio v1.43.0 |
702 | 2025-02-06T04:26:57.600Z | Downloaded fatfs v0.3.6 |
703 | 2025-02-06T04:26:57.631Z | Downloaded zone v0.1.8 |
704 | 2025-02-06T04:26:57.631Z | Downloaded zone v0.3.0 |
705 | 2025-02-06T04:26:57.631Z | Downloaded tls_codec_derive v0.4.1 |
706 | 2025-02-06T04:26:57.631Z | Downloaded tls_codec v0.4.1 |
707 | 2025-02-06T04:26:57.631Z | Downloaded float-ord v0.3.2 |
708 | 2025-02-06T04:26:57.631Z | Downloaded fd-lock v4.0.2 |
709 | 2025-02-06T04:26:57.632Z | Downloaded fallible-iterator v0.3.0 |
710 | 2025-02-06T04:26:57.632Z | Downloaded fallible-iterator v0.2.0 |
711 | 2025-02-06T04:26:57.632Z | Downloaded tokio-macros v2.5.0 |
712 | 2025-02-06T04:26:57.632Z | Downloaded filetime v0.2.25 |
713 | 2025-02-06T04:26:57.632Z | Downloaded ff v0.13.0 |
714 | 2025-02-06T04:26:57.662Z | Downloaded zone_cfg_derive v0.1.2 |
715 | 2025-02-06T04:26:57.662Z | Downloaded native-tls v0.2.12 |
716 | 2025-02-06T04:26:57.662Z | Downloaded embedded-io v0.4.0 |
717 | 2025-02-06T04:26:57.662Z | Downloaded topological-sort v0.2.2 |
718 | 2025-02-06T04:26:57.663Z | Downloaded pkcs5 v0.7.1 |
719 | 2025-02-06T04:26:57.663Z | Downloaded parking_lot v0.12.3 |
720 | 2025-02-06T04:26:57.663Z | Downloaded oso v0.27.3 |
721 | 2025-02-06T04:26:57.663Z | Downloaded omicron-zone-package v0.12.0 |
722 | 2025-02-06T04:26:57.663Z | Downloaded tungstenite v0.21.0 |
723 | 2025-02-06T04:26:57.694Z | Downloaded tracing-core v0.1.32 |
724 | 2025-02-06T04:26:57.695Z | Downloaded unicode-normalization v0.1.24 |
725 | 2025-02-06T04:26:57.695Z | Downloaded quinn-proto v0.11.8 |
726 | 2025-02-06T04:26:57.695Z | Downloaded ref-cast-impl v1.0.23 |
727 | 2025-02-06T04:26:57.695Z | Downloaded ref-cast v1.0.23 |
728 | 2025-02-06T04:26:57.695Z | Downloaded proc-macro-crate v1.3.1 |
729 | 2025-02-06T04:26:57.695Z | Downloaded primeorder v0.13.6 |
730 | 2025-02-06T04:26:57.695Z | Downloaded parking_lot v0.11.2 |
731 | 2025-02-06T04:26:57.721Z | Downloaded owo-colors v4.1.0 |
732 | 2025-02-06T04:26:57.721Z | Downloaded olpc-cjson v0.1.4 |
733 | 2025-02-06T04:26:57.721Z | Downloaded getrandom v0.2.15 |
734 | 2025-02-06T04:26:57.721Z | Downloaded typed-path v0.9.3 |
735 | 2025-02-06T04:26:57.721Z | Downloaded futures-task v0.3.31 |
736 | 2025-02-06T04:26:57.721Z | Downloaded funty v2.0.0 |
737 | 2025-02-06T04:26:57.721Z | Downloaded packed_struct_codegen v0.10.1 |
738 | 2025-02-06T04:26:57.721Z | Downloaded proptest v1.5.0 |
739 | 2025-02-06T04:26:57.747Z | Downloaded hashbrown v0.12.3 |
740 | 2025-02-06T04:26:57.747Z | Downloaded rustyline v14.0.0 |
741 | 2025-02-06T04:26:57.747Z | Downloaded ghash v0.5.1 |
742 | 2025-02-06T04:26:57.747Z | Downloaded rsa v0.9.6 |
743 | 2025-02-06T04:26:57.777Z | Downloaded quick-xml v0.33.0 |
744 | 2025-02-06T04:26:57.777Z | Downloaded pin-utils v0.1.0 |
745 | 2025-02-06T04:26:57.777Z | Downloaded oso-derive v0.27.3 |
746 | 2025-02-06T04:26:57.777Z | Downloaded openssl-probe v0.1.5 |
747 | 2025-02-06T04:26:57.777Z | Downloaded openssl-macros v0.1.1 |
748 | 2025-02-06T04:26:57.777Z | Downloaded opaque-debug v0.3.1 |
749 | 2025-02-06T04:26:57.777Z | Downloaded number_prefix v0.4.0 |
750 | 2025-02-06T04:26:57.777Z | Downloaded num_threads v0.1.7 |
751 | 2025-02-06T04:26:57.777Z | Downloaded universal-hash v0.5.1 |
752 | 2025-02-06T04:26:57.777Z | Downloaded unicode-xid v0.2.6 |
753 | 2025-02-06T04:26:57.801Z | Downloaded unicode-truncate v1.1.0 |
754 | 2025-02-06T04:26:57.801Z | Downloaded tui-tree-widget v0.22.0 |
755 | 2025-02-06T04:26:57.801Z | Downloaded ron v0.7.1 |
756 | 2025-02-06T04:26:57.801Z | Downloaded headers v0.4.0 |
757 | 2025-02-06T04:26:57.801Z | Downloaded num-bigint-dig v0.8.4 |
758 | 2025-02-06T04:26:57.801Z | Downloaded nom v7.1.3 |
759 | 2025-02-06T04:26:57.826Z | Downloaded chrono-tz v0.10.1 |
760 | 2025-02-06T04:26:57.826Z | Downloaded ron v0.8.1 |
761 | 2025-02-06T04:26:57.850Z | Downloaded tungstenite v0.24.0 |
762 | 2025-02-06T04:26:57.850Z | Downloaded winnow v0.5.40 |
763 | 2025-02-06T04:26:57.850Z | Downloaded zerocopy v0.8.10 |
764 | 2025-02-06T04:26:57.887Z | Downloaded libsqlite3-sys v0.30.1 |
765 | 2025-02-06T04:26:57.996Z | Downloaded rustfmt-wrapper v0.2.1 |
766 | 2025-02-06T04:26:58.020Z | Downloaded rustc_version v0.4.1 |
767 | 2025-02-06T04:26:58.020Z | Downloaded rustc_version v0.1.7 |
768 | 2025-02-06T04:26:58.021Z | Downloaded rpassword v7.3.1 |
769 | 2025-02-06T04:26:58.021Z | Downloaded progenitor v0.8.0 |
770 | 2025-02-06T04:26:58.021Z | Downloaded half v2.4.1 |
771 | 2025-02-06T04:26:58.021Z | Downloaded globset v0.4.15 |
772 | 2025-02-06T04:26:58.021Z | Downloaded unicode-properties v0.1.3 |
773 | 2025-02-06T04:26:58.021Z | Downloaded typify v0.3.0 |
774 | 2025-02-06T04:26:58.021Z | Downloaded num-bigint v0.4.6 |
775 | 2025-02-06T04:26:58.048Z | Downloaded hashlink v0.9.1 |
776 | 2025-02-06T04:26:58.048Z | Downloaded twox-hash v2.1.0 |
777 | 2025-02-06T04:26:58.048Z | Downloaded samael v0.0.17 |
778 | 2025-02-06T04:26:58.048Z | Downloaded url v2.5.3 |
779 | 2025-02-06T04:26:58.049Z | Downloaded unarray v0.1.4 |
780 | 2025-02-06T04:26:58.073Z | Downloaded progenitor v0.9.1 |
781 | 2025-02-06T04:26:58.073Z | Downloaded hash32 v0.3.1 |
782 | 2025-02-06T04:26:58.073Z | Downloaded hash32 v0.2.1 |
783 | 2025-02-06T04:26:58.073Z | Downloaded group v0.13.0 |
784 | 2025-02-06T04:26:58.073Z | Downloaded unicase v2.7.0 |
785 | 2025-02-06T04:26:58.073Z | Downloaded typify-macro v0.3.0 |
786 | 2025-02-06T04:26:58.073Z | Downloaded typify-macro v0.2.0 |
787 | 2025-02-06T04:26:58.073Z | Downloaded typify v0.2.0 |
788 | 2025-02-06T04:26:58.073Z | Downloaded salsa20 v0.10.2 |
789 | 2025-02-06T04:26:58.073Z | Downloaded rusty-fork v0.3.0 |
790 | 2025-02-06T04:26:58.073Z | Downloaded rustversion v1.0.17 |
791 | 2025-02-06T04:26:58.098Z | Downloaded rustls-pki-types v1.10.0 |
792 | 2025-02-06T04:26:58.098Z | Downloaded rustls-pemfile v2.2.0 |
793 | 2025-02-06T04:26:58.098Z | Downloaded rustls-pemfile v1.0.4 |
794 | 2025-02-06T04:26:58.098Z | Downloaded num-complex v0.4.6 |
795 | 2025-02-06T04:26:58.098Z | Downloaded nodrop v0.1.14 |
796 | 2025-02-06T04:26:58.098Z | Downloaded hex-literal v0.4.1 |
797 | 2025-02-06T04:26:58.098Z | Downloaded hex v0.4.3 |
798 | 2025-02-06T04:26:58.098Z | Downloaded uuid v1.12.0 |
799 | 2025-02-06T04:26:58.123Z | Downloaded unsafe-libyaml v0.2.11 |
800 | 2025-02-06T04:26:58.123Z | Downloaded quinn v0.11.5 |
801 | 2025-02-06T04:26:58.123Z | Downloaded qorb v0.2.1 |
802 | 2025-02-06T04:26:58.124Z | Downloaded publicsuffix v2.3.0 |
803 | 2025-02-06T04:26:58.124Z | Downloaded der v0.7.9 |
804 | 2025-02-06T04:26:58.148Z | Downloaded x509-cert v0.2.5 |
805 | 2025-02-06T04:26:58.148Z | Downloaded radix_trie v0.2.1 |
806 | 2025-02-06T04:26:58.148Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
807 | 2025-02-06T04:26:58.242Z | Downloaded curve25519-dalek v4.1.3 |
808 | 2025-02-06T04:26:58.267Z | Downloaded same-file v1.0.6 |
809 | 2025-02-06T04:26:58.267Z | Downloaded nu-ansi-term v0.50.1 |
810 | 2025-02-06T04:26:58.268Z | Downloaded newtype-uuid v1.2.1 |
811 | 2025-02-06T04:26:58.268Z | Downloaded heck v0.3.3 |
812 | 2025-02-06T04:26:58.268Z | Downloaded value-bag v1.9.0 |
813 | 2025-02-06T04:26:58.295Z | Downloaded uzers v0.12.1 |
814 | 2025-02-06T04:26:58.296Z | Downloaded untrusted v0.7.1 |
815 | 2025-02-06T04:26:58.296Z | Downloaded subprocess v0.2.9 |
816 | 2025-02-06T04:26:58.296Z | Downloaded darling_core v0.20.10 |
817 | 2025-02-06T04:26:58.296Z | Downloaded zerovec v0.10.4 |
818 | 2025-02-06T04:26:58.323Z | Downloaded num v0.4.3 |
819 | 2025-02-06T04:26:58.323Z | Downloaded normalize-line-endings v0.3.0 |
820 | 2025-02-06T04:26:58.323Z | Downloaded nibble_vec v0.1.0 |
821 | 2025-02-06T04:26:58.323Z | Downloaded newtype_derive v0.1.6 |
822 | 2025-02-06T04:26:58.324Z | Downloaded utf8_iter v1.0.4 |
823 | 2025-02-06T04:26:58.324Z | Downloaded utf16_iter v1.0.5 |
824 | 2025-02-06T04:26:58.324Z | Downloaded utf-8 v0.7.6 |
825 | 2025-02-06T04:26:58.324Z | Downloaded untrusted v0.9.0 |
826 | 2025-02-06T04:26:58.324Z | Downloaded progenitor-impl v0.9.1 |
827 | 2025-02-06T04:26:58.324Z | Downloaded zerocopy v0.6.6 |
828 | 2025-02-06T04:26:58.324Z | Downloaded derive_builder_core v0.20.2 |
829 | 2025-02-06T04:26:58.325Z | Downloaded derive-where v1.2.7 |
830 | 2025-02-06T04:26:58.356Z | Downloaded libz-sys v1.1.20 |
831 | 2025-02-06T04:26:58.381Z | Downloaded ring v0.17.8 |
832 | 2025-02-06T04:26:58.480Z | Downloaded slog-bunyan v2.5.0 |
833 | 2025-02-06T04:26:58.509Z | Downloaded pin-project-lite v0.2.14 |
834 | 2025-02-06T04:26:58.509Z | Downloaded slog-dtrace v0.3.0 |
835 | 2025-02-06T04:26:58.510Z | Downloaded peg-macros v0.8.4 |
836 | 2025-02-06T04:26:58.510Z | Downloaded pin-project-internal v1.1.6 |
837 | 2025-02-06T04:26:58.510Z | Downloaded pin-project v1.1.6 |
838 | 2025-02-06T04:26:58.510Z | Downloaded petgraph v0.6.5 |
839 | 2025-02-06T04:26:58.534Z | Downloaded phf_shared v0.11.2 |
840 | 2025-02-06T04:26:58.534Z | Downloaded phf_codegen v0.11.2 |
841 | 2025-02-06T04:26:58.534Z | Downloaded phf v0.11.2 |
842 | 2025-02-06T04:26:58.534Z | Downloaded petname v2.0.2 |
843 | 2025-02-06T04:26:58.560Z | Downloaded percent-encoding v2.3.1 |
844 | 2025-02-06T04:26:58.560Z | Downloaded pem-rfc7468 v0.7.0 |
845 | 2025-02-06T04:26:58.560Z | Downloaded pem v3.0.4 |
846 | 2025-02-06T04:26:58.560Z | Downloaded peg-runtime v0.8.3 |
847 | 2025-02-06T04:26:58.560Z | Downloaded foreign-types-macros v0.2.3 |
848 | 2025-02-06T04:26:58.560Z | Downloaded foreign-types v0.5.0 |
849 | 2025-02-06T04:26:58.560Z | Downloaded slog-async v2.8.0 |
850 | 2025-02-06T04:26:58.560Z | Downloaded slog v2.7.0 |
851 | 2025-02-06T04:26:58.560Z | Downloaded phf_shared v0.10.0 |
852 | 2025-02-06T04:26:58.584Z | Downloaded phf_generator v0.11.2 |
853 | 2025-02-06T04:26:58.584Z | Downloaded foreign-types-shared v0.1.1 |
854 | 2025-02-06T04:26:58.584Z | Downloaded strum_macros v0.25.3 |
855 | 2025-02-06T04:26:58.584Z | Downloaded strum_macros v0.24.3 |
856 | 2025-02-06T04:26:58.584Z | Downloaded structmeta-derive v0.3.0 |
857 | 2025-02-06T04:26:58.584Z | Downloaded structmeta-derive v0.2.0 |
858 | 2025-02-06T04:26:58.584Z | Downloaded structmeta v0.3.0 |
859 | 2025-02-06T04:26:58.584Z | Downloaded progenitor-macro v0.9.1 |
860 | 2025-02-06T04:26:58.584Z | Downloaded derive_builder v0.20.2 |
861 | 2025-02-06T04:26:58.585Z | Downloaded der_derive v0.7.3 |
862 | 2025-02-06T04:26:58.585Z | Downloaded zopfli v0.8.1 |
863 | 2025-02-06T04:26:58.608Z | Downloaded similar v2.6.0 |
864 | 2025-02-06T04:26:58.609Z | Downloaded signal-hook v0.3.17 |
865 | 2025-02-06T04:26:58.609Z | Downloaded parse-zoneinfo v0.3.1 |
866 | 2025-02-06T04:26:58.609Z | Downloaded serde_with v3.11.0 |
867 | 2025-02-06T04:26:58.632Z | Downloaded lzma-sys v0.1.20 |
868 | 2025-02-06T04:26:58.660Z | Downloaded rand_xorshift v0.3.0 |
869 | 2025-02-06T04:26:58.685Z | Downloaded quinn-udp v0.5.5 |
870 | 2025-02-06T04:26:58.685Z | Downloaded psl-types v2.0.11 |
871 | 2025-02-06T04:26:58.686Z | Downloaded progenitor-macro v0.8.0 |
872 | 2025-02-06T04:26:58.686Z | Downloaded deranged v0.3.11 |
873 | 2025-02-06T04:26:58.686Z | Downloaded defmt-parser v0.3.4 |
874 | 2025-02-06T04:26:58.686Z | Downloaded defmt v0.3.8 |
875 | 2025-02-06T04:26:58.686Z | Downloaded data-encoding v2.6.0 |
876 | 2025-02-06T04:26:58.686Z | Downloaded yoke v0.7.4 |
877 | 2025-02-06T04:26:58.686Z | Downloaded yasna v0.5.2 |
878 | 2025-02-06T04:26:58.686Z | Downloaded expectorate v1.1.0 |
879 | 2025-02-06T04:26:58.710Z | Downloaded time v0.3.36 |
880 | 2025-02-06T04:26:58.710Z | Downloaded chrono v0.4.39 |
881 | 2025-02-06T04:26:58.710Z | Downloaded debug-ignore v1.0.5 |
882 | 2025-02-06T04:26:58.734Z | Downloaded xz2 v0.1.7 |
883 | 2025-02-06T04:26:58.734Z | Downloaded xattr v1.3.1 |
884 | 2025-02-06T04:26:58.734Z | Downloaded wyz v0.5.1 |
885 | 2025-02-06T04:26:58.734Z | Downloaded writeable v0.5.5 |
886 | 2025-02-06T04:26:58.734Z | Downloaded whoami v1.5.2 |
887 | 2025-02-06T04:26:58.734Z | Downloaded which v4.4.2 |
888 | 2025-02-06T04:26:58.734Z | Downloaded slab v0.4.9 |
889 | 2025-02-06T04:26:58.734Z | Downloaded tar v0.4.42 |
890 | 2025-02-06T04:26:58.734Z | Downloaded rusqlite v0.32.1 |
891 | 2025-02-06T04:26:58.758Z | Downloaded bitvec v1.0.1 |
892 | 2025-02-06T04:26:58.787Z | Downloaded bindgen v0.69.5 |
893 | 2025-02-06T04:26:58.787Z | Downloaded darling_macro v0.20.10 |
894 | 2025-02-06T04:26:58.787Z | Downloaded zone_cfg_derive v0.3.0 |
895 | 2025-02-06T04:26:58.787Z | Downloaded yoke-derive v0.7.4 |
896 | 2025-02-06T04:26:58.787Z | Downloaded write16 v1.0.0 |
897 | 2025-02-06T04:26:58.787Z | Downloaded siphasher v0.3.11 |
898 | 2025-02-06T04:26:58.788Z | Downloaded simd-adler32 v0.3.7 |
899 | 2025-02-06T04:26:58.812Z | Downloaded signature v2.2.0 |
900 | 2025-02-06T04:26:58.812Z | Downloaded signal-hook-registry v1.4.2 |
901 | 2025-02-06T04:26:58.812Z | Downloaded signal-hook-mio v0.2.4 |
902 | 2025-02-06T04:26:58.812Z | Downloaded shlex v1.3.0 |
903 | 2025-02-06T04:26:58.812Z | Downloaded password-hash v0.5.0 |
904 | 2025-02-06T04:26:58.812Z | Downloaded parking_lot_core v0.9.10 |
905 | 2025-02-06T04:26:58.813Z | Downloaded zip v0.6.6 |
906 | 2025-02-06T04:26:58.813Z | Downloaded zerocopy-derive v0.8.10 |
907 | 2025-02-06T04:26:58.837Z | Downloaded russh v0.45.0 |
908 | 2025-02-06T04:26:58.837Z | Downloaded lru v0.12.5 |
909 | 2025-02-06T04:26:58.837Z | Downloaded lalrpop v0.19.12 |
910 | 2025-02-06T04:26:58.861Z | Downloaded icu_properties_data v1.5.0 |
911 | 2025-02-06T04:26:58.861Z | Downloaded icu_properties v1.5.1 |
912 | 2025-02-06T04:26:58.885Z | Downloaded icu_collections v1.5.0 |
913 | 2025-02-06T04:26:58.885Z | Downloaded hickory-proto v0.24.2 |
914 | 2025-02-06T04:26:58.909Z | Downloaded aws-lc-rs v1.10.0 |
915 | 2025-02-06T04:26:58.933Z | Downloaded aho-corasick v1.1.3 |
916 | 2025-02-06T04:26:58.933Z | Downloaded signal-hook-tokio v0.3.1 |
917 | 2025-02-06T04:26:58.934Z | Downloaded pbkdf2 v0.12.2 |
918 | 2025-02-06T04:26:58.934Z | Downloaded pbkdf2 v0.11.0 |
919 | 2025-02-06T04:26:58.934Z | Downloaded password-hash v0.4.2 |
920 | 2025-02-06T04:26:58.934Z | Downloaded env_logger v0.10.2 |
921 | 2025-02-06T04:26:58.934Z | Downloaded env_filter v0.1.2 |
922 | 2025-02-06T04:26:58.961Z | Downloaded zerovec-derive v0.10.3 |
923 | 2025-02-06T04:26:58.961Z | Downloaded tap v1.0.1 |
924 | 2025-02-06T04:26:58.961Z | Downloaded scopeguard v1.2.0 |
925 | 2025-02-06T04:26:58.961Z | Downloaded itertools v0.13.0 |
926 | 2025-02-06T04:26:58.961Z | Downloaded indicatif v0.17.11 |
927 | 2025-02-06T04:26:58.986Z | Downloaded impl-trait-for-tuples v0.2.2 |
928 | 2025-02-06T04:26:58.986Z | Downloaded idna v1.0.3 |
929 | 2025-02-06T04:26:58.986Z | Downloaded hyper v1.5.2 |
930 | 2025-02-06T04:26:58.986Z | Downloaded hkdf v0.12.4 |
931 | 2025-02-06T04:26:58.986Z | Downloaded blake3 v1.5.4 |
932 | 2025-02-06T04:26:59.012Z | Downloaded paste v1.0.15 |
933 | 2025-02-06T04:26:59.013Z | Downloaded parse-display-derive v0.10.0 |
934 | 2025-02-06T04:26:59.013Z | Downloaded parse-display v0.10.0 |
935 | 2025-02-06T04:26:59.013Z | Downloaded env_logger v0.11.5 |
936 | 2025-02-06T04:26:59.013Z | Downloaded enum-as-inner v0.6.1 |
937 | 2025-02-06T04:26:59.013Z | Downloaded zeroize v1.8.1 |
938 | 2025-02-06T04:26:59.013Z | Downloaded serde_repr v0.1.19 |
939 | 2025-02-06T04:26:59.037Z | Downloaded minimal-lexical v0.2.1 |
940 | 2025-02-06T04:26:59.037Z | Downloaded libxml v0.3.3 |
941 | 2025-02-06T04:26:59.037Z | Downloaded libm v0.2.8 |
942 | 2025-02-06T04:26:59.061Z | Downloaded itertools v0.12.1 |
943 | 2025-02-06T04:26:59.061Z | Downloaded itertools v0.10.5 |
944 | 2025-02-06T04:26:59.086Z | Downloaded aes-gcm v0.10.3 |
945 | 2025-02-06T04:26:59.086Z | Downloaded parse-size v1.1.0 |
946 | 2025-02-06T04:26:59.086Z | Downloaded ena v0.14.3 |
947 | 2025-02-06T04:26:59.086Z | Downloaded embedded-io v0.6.1 |
948 | 2025-02-06T04:26:59.086Z | Downloaded zeroize_derive v1.4.2 |
949 | 2025-02-06T04:26:59.086Z | Downloaded zerofrom-derive v0.1.4 |
950 | 2025-02-06T04:26:59.086Z | Downloaded tinyvec v1.8.0 |
951 | 2025-02-06T04:26:59.111Z | Downloaded tiny-keccak v2.0.2 |
952 | 2025-02-06T04:26:59.111Z | Downloaded time-macros v0.2.18 |
953 | 2025-02-06T04:26:59.111Z | Downloaded thiserror-impl v2.0.11 |
954 | 2025-02-06T04:26:59.111Z | Downloaded test-strategy v0.3.1 |
955 | 2025-02-06T04:26:59.111Z | Downloaded term v0.7.0 |
956 | 2025-02-06T04:26:59.111Z | Downloaded serde_yaml v0.9.34+deprecated |
957 | 2025-02-06T04:26:59.135Z | Downloaded multimap v0.10.0 |
958 | 2025-02-06T04:26:59.135Z | Downloaded mio v1.0.2 |
959 | 2025-02-06T04:26:59.135Z | Downloaded indexmap v1.9.3 |
960 | 2025-02-06T04:26:59.135Z | Downloaded http v1.2.0 |
961 | 2025-02-06T04:26:59.135Z | Downloaded zerofrom v0.1.4 |
962 | 2025-02-06T04:26:59.135Z | Downloaded tinyvec_macros v0.1.1 |
963 | 2025-02-06T04:26:59.159Z | Downloaded tinystr v0.7.6 |
964 | 2025-02-06T04:26:59.159Z | Downloaded thread_local v1.1.8 |
965 | 2025-02-06T04:26:59.159Z | Downloaded thiserror-no-std v2.0.2 |
966 | 2025-02-06T04:26:59.159Z | Downloaded thiserror-impl-no-std v2.0.2 |
967 | 2025-02-06T04:26:59.160Z | Downloaded thiserror v2.0.11 |
968 | 2025-02-06T04:26:59.160Z | Downloaded termtree v0.5.1 |
969 | 2025-02-06T04:26:59.160Z | Downloaded termtree v0.4.1 |
970 | 2025-02-06T04:26:59.187Z | Downloaded termios v0.3.3 |
971 | 2025-02-06T04:26:59.187Z | Downloaded termcolor v1.4.1 |
972 | 2025-02-06T04:26:59.187Z | Downloaded serde_with_macros v3.11.0 |
973 | 2025-02-06T04:26:59.187Z | Downloaded serde_urlencoded v0.7.1 |
974 | 2025-02-06T04:26:59.188Z | Downloaded serde_plain v1.0.2 |
975 | 2025-02-06T04:26:59.188Z | Downloaded serde_derive_internals v0.29.1 |
976 | 2025-02-06T04:26:59.188Z | Downloaded serde-hex v0.1.0 |
977 | 2025-02-06T04:26:59.188Z | Downloaded semver v0.1.20 |
978 | 2025-02-06T04:26:59.188Z | Downloaded secrecy v0.8.0 |
979 | 2025-02-06T04:26:59.188Z | Downloaded sec1 v0.7.3 |
980 | 2025-02-06T04:26:59.188Z | Downloaded sct v0.7.1 |
981 | 2025-02-06T04:26:59.212Z | Downloaded rustc-demangle v0.1.24 |
982 | 2025-02-06T04:26:59.212Z | Downloaded russh-keys v0.45.0 |
983 | 2025-02-06T04:26:59.212Z | Downloaded rand v0.8.5 |
984 | 2025-02-06T04:26:59.212Z | Downloaded miniz_oxide v0.8.0 |
985 | 2025-02-06T04:26:59.212Z | Downloaded memmap2 v0.9.5 |
986 | 2025-02-06T04:26:59.212Z | Downloaded litrs v0.4.1 |
987 | 2025-02-06T04:26:59.212Z | Downloaded keccak v0.1.5 |
988 | 2025-02-06T04:26:59.212Z | Downloaded icu_provider v1.5.0 |
989 | 2025-02-06T04:26:59.236Z | Downloaded icu_normalizer_data v1.5.0 |
990 | 2025-02-06T04:26:59.236Z | Downloaded icu_normalizer v1.5.0 |
991 | 2025-02-06T04:26:59.236Z | Downloaded icu_locid_transform_data v1.5.0 |
992 | 2025-02-06T04:26:59.237Z | Downloaded icu_locid v1.5.0 |
993 | 2025-02-06T04:26:59.237Z | Downloaded hyper-util v0.1.10 |
994 | 2025-02-06T04:26:59.261Z | Downloaded hyper-rustls v0.27.3 |
995 | 2025-02-06T04:26:59.261Z | Downloaded hickory-resolver v0.24.2 |
996 | 2025-02-06T04:26:59.261Z | Downloaded heapless v0.8.0 |
997 | 2025-02-06T04:26:59.261Z | Downloaded crossterm v0.28.1 |
998 | 2025-02-06T04:26:59.287Z | Downloaded const_format v0.2.34 |
999 | 2025-02-06T04:26:59.287Z | Downloaded bumpalo v3.16.0 |
1000 | 2025-02-06T04:26:59.287Z | Downloaded aes v0.8.4 |
1001 | 2025-02-06T04:26:59.287Z | Downloaded take_mut v0.2.2 |
1002 | 2025-02-06T04:26:59.287Z | Downloaded shell-words v1.1.0 |
1003 | 2025-02-06T04:26:59.311Z | Downloaded sha1 v0.10.6 |
1004 | 2025-02-06T04:26:59.311Z | Downloaded serde_path_to_error v0.1.16 |
1005 | 2025-02-06T04:26:59.311Z | Downloaded serde-big-array v0.5.1 |
1006 | 2025-02-06T04:26:59.311Z | Downloaded scrypt v0.11.0 |
1007 | 2025-02-06T04:26:59.311Z | Downloaded rand_seeder v0.3.0 |
1008 | 2025-02-06T04:26:59.311Z | Downloaded r2d2 v0.8.10 |
1009 | 2025-02-06T04:26:59.311Z | Downloaded multer v3.1.0 |
1010 | 2025-02-06T04:26:59.311Z | Downloaded aws-lc-sys v0.22.0 |
1011 | 2025-02-06T04:26:59.627Z | Downloaded mockall_derive v0.13.0 |
1012 | 2025-02-06T04:26:59.651Z | Downloaded mime_guess v2.0.5 |
1013 | 2025-02-06T04:26:59.651Z | Downloaded memoffset v0.9.1 |
1014 | 2025-02-06T04:26:59.651Z | Downloaded maplit v1.0.2 |
1015 | 2025-02-06T04:26:59.651Z | Downloaded lockfree-object-pool v0.1.6 |
1016 | 2025-02-06T04:26:59.651Z | Downloaded lock_api v0.4.12 |
1017 | 2025-02-06T04:26:59.651Z | Downloaded litemap v0.7.3 |
1018 | 2025-02-06T04:26:59.651Z | Downloaded linear-map v1.2.0 |
1019 | 2025-02-06T04:26:59.651Z | Downloaded libloading v0.8.5 |
1020 | 2025-02-06T04:26:59.651Z | Downloaded lazy_static v1.5.0 |
1021 | 2025-02-06T04:26:59.675Z | Downloaded jobserver v0.1.32 |
1022 | 2025-02-06T04:26:59.675Z | Downloaded ipnetwork v0.20.0 |
1023 | 2025-02-06T04:26:59.675Z | Downloaded ipnet v2.10.1 |
1024 | 2025-02-06T04:26:59.675Z | Downloaded idna_adapter v1.2.0 |
1025 | 2025-02-06T04:26:59.675Z | Downloaded icu_locid_transform v1.5.0 |
1026 | 2025-02-06T04:26:59.675Z | Downloaded iana-time-zone v0.1.61 |
1027 | 2025-02-06T04:26:59.675Z | Downloaded hostname v0.4.0 |
1028 | 2025-02-06T04:26:59.675Z | Downloaded crossbeam-channel v0.5.13 |
1029 | 2025-02-06T04:26:59.699Z | Downloaded cipher v0.4.4 |
1030 | 2025-02-06T04:26:59.700Z | Downloaded cc v1.1.30 |
1031 | 2025-02-06T04:26:59.700Z | Downloaded rtoolbox v0.0.2 |
1032 | 2025-02-06T04:26:59.700Z | Downloaded rand_core v0.6.4 |
1033 | 2025-02-06T04:26:59.700Z | Downloaded rand_chacha v0.3.1 |
1034 | 2025-02-06T04:26:59.700Z | Downloaded radium v0.7.0 |
1035 | 2025-02-06T04:26:59.700Z | Downloaded mockall v0.13.0 |
1036 | 2025-02-06T04:26:59.700Z | Downloaded mirai-annotations v1.12.0 |
1037 | 2025-02-06T04:26:59.700Z | Downloaded mime v0.3.17 |
1038 | 2025-02-06T04:26:59.700Z | Downloaded md-5 v0.10.6 |
1039 | 2025-02-06T04:26:59.724Z | Downloaded maybe-uninit v2.0.0 |
1040 | 2025-02-06T04:26:59.724Z | Downloaded managed v0.8.0 |
1041 | 2025-02-06T04:26:59.724Z | Downloaded lru-cache v0.1.2 |
1042 | 2025-02-06T04:26:59.724Z | Downloaded libefi-sys v0.1.0 |
1043 | 2025-02-06T04:26:59.724Z | Downloaded is-terminal v0.4.13 |
1044 | 2025-02-06T04:26:59.724Z | Downloaded inout v0.1.3 |
1045 | 2025-02-06T04:26:59.724Z | Downloaded hyper-staticfile v0.10.1 |
1046 | 2025-02-06T04:26:59.724Z | Downloaded httpdate v1.0.3 |
1047 | 2025-02-06T04:26:59.724Z | Downloaded httparse v1.9.5 |
1048 | 2025-02-06T04:26:59.724Z | Downloaded hmac v0.12.1 |
1049 | 2025-02-06T04:26:59.724Z | Downloaded hickory-server v0.24.2 |
1050 | 2025-02-06T04:26:59.748Z | Downloaded crypto-bigint v0.5.5 |
1051 | 2025-02-06T04:26:59.748Z | Downloaded crossbeam-utils v0.8.20 |
1052 | 2025-02-06T04:26:59.748Z | Downloaded chacha20poly1305 v0.10.1 |
1053 | 2025-02-06T04:26:59.748Z | Downloaded castaway v0.2.3 |
1054 | 2025-02-06T04:26:59.748Z | Downloaded base64 v0.22.1 |
1055 | 2025-02-06T04:26:59.772Z | Downloaded base64 v0.21.7 |
1056 | 2025-02-06T04:26:59.772Z | Downloaded backtrace v0.3.74 |
1057 | 2025-02-06T04:26:59.772Z | Downloaded md5 v0.7.0 |
1058 | 2025-02-06T04:26:59.772Z | Downloaded match_cfg v0.1.0 |
1059 | 2025-02-06T04:26:59.772Z | Downloaded linked-hash-map v0.5.6 |
1060 | 2025-02-06T04:26:59.772Z | Downloaded libsw v3.3.1 |
1061 | 2025-02-06T04:26:59.796Z | Downloaded lazycell v1.3.0 |
1062 | 2025-02-06T04:26:59.796Z | Downloaded lalrpop-util v0.19.12 |
1063 | 2025-02-06T04:26:59.796Z | Downloaded kstat-rs v0.2.4 |
1064 | 2025-02-06T04:26:59.796Z | Downloaded is_ci v1.2.0 |
1065 | 2025-02-06T04:26:59.796Z | Downloaded internet-checksum v0.2.1 |
1066 | 2025-02-06T04:26:59.796Z | Downloaded instant v0.1.13 |
1067 | 2025-02-06T04:26:59.796Z | Downloaded instability v0.3.2 |
1068 | 2025-02-06T04:26:59.796Z | Downloaded indoc v1.0.9 |
1069 | 2025-02-06T04:26:59.796Z | Downloaded indent_write v2.2.0 |
1070 | 2025-02-06T04:26:59.796Z | Downloaded hyper-tls v0.6.0 |
1071 | 2025-02-06T04:26:59.796Z | Downloaded humantime v2.1.0 |
1072 | 2025-02-06T04:26:59.797Z | Downloaded hubpack v0.1.2 |
1073 | 2025-02-06T04:26:59.797Z | Downloaded highway v1.2.0 |
1074 | 2025-02-06T04:26:59.820Z | Downloaded hickory-client v0.24.2 |
1075 | 2025-02-06T04:26:59.821Z | Downloaded darling v0.20.10 |
1076 | 2025-02-06T04:26:59.821Z | Downloaded compact_str v0.8.0 |
1077 | 2025-02-06T04:26:59.821Z | Downloaded bytes v1.9.0 |
1078 | 2025-02-06T04:26:59.844Z | Downloaded blake2 v0.10.6 |
1079 | 2025-02-06T04:26:59.844Z | Downloaded base64 v0.13.1 |
1080 | 2025-02-06T04:26:59.844Z | Downloaded atomic-waker v1.1.2 |
1081 | 2025-02-06T04:26:59.844Z | Downloaded arc-swap v1.7.1 |
1082 | 2025-02-06T04:26:59.845Z | Downloaded allocator-api2 v0.2.18 |
1083 | 2025-02-06T04:26:59.845Z | Downloaded ident_case v1.0.1 |
1084 | 2025-02-06T04:26:59.845Z | Downloaded icu_provider_macros v1.5.0 |
1085 | 2025-02-06T04:26:59.845Z | Downloaded http-body-util v0.1.2 |
1086 | 2025-02-06T04:26:59.870Z | Downloaded hostname v0.3.1 |
1087 | 2025-02-06T04:26:59.870Z | Downloaded crunchy v0.2.2 |
1088 | 2025-02-06T04:26:59.870Z | Downloaded crossbeam-epoch v0.9.18 |
1089 | 2025-02-06T04:26:59.870Z | Downloaded crc-any v2.5.0 |
1090 | 2025-02-06T04:26:59.870Z | Downloaded cookie_store v0.21.1 |
1091 | 2025-02-06T04:26:59.870Z | Downloaded cookie v0.18.1 |
1092 | 2025-02-06T04:26:59.870Z | Downloaded const-oid v0.9.6 |
1093 | 2025-02-06T04:26:59.870Z | Downloaded clang-sys v1.8.1 |
1094 | 2025-02-06T04:26:59.894Z | Downloaded bzip2 v0.4.4 |
1095 | 2025-02-06T04:26:59.894Z | Downloaded ahash v0.8.11 |
1096 | 2025-02-06T04:26:59.894Z | Downloaded http-range v0.1.5 |
1097 | 2025-02-06T04:26:59.894Z | Downloaded http-body v1.0.1 |
1098 | 2025-02-06T04:26:59.894Z | Downloaded home v0.5.9 |
1099 | 2025-02-06T04:26:59.894Z | Downloaded curve25519-dalek-derive v0.1.1 |
1100 | 2025-02-06T04:26:59.895Z | Downloaded csv-core v0.1.11 |
1101 | 2025-02-06T04:26:59.895Z | Downloaded crc32fast v1.4.2 |
1102 | 2025-02-06T04:26:59.895Z | Downloaded convert_case v0.4.0 |
1103 | 2025-02-06T04:26:59.895Z | Downloaded const_format_proc_macros v0.2.34 |
1104 | 2025-02-06T04:26:59.895Z | Downloaded console v0.15.10 |
1105 | 2025-02-06T04:26:59.920Z | Downloaded ciborium v0.2.2 |
1106 | 2025-02-06T04:26:59.920Z | Downloaded chrono-tz-build v0.4.0 |
1107 | 2025-02-06T04:26:59.920Z | Downloaded chacha20 v0.9.1 |
1108 | 2025-02-06T04:26:59.920Z | Downloaded cancel-safe-futures v0.1.5 |
1109 | 2025-02-06T04:26:59.920Z | Downloaded buf-list v1.0.3 |
1110 | 2025-02-06T04:26:59.920Z | Downloaded bcs v0.1.6 |
1111 | 2025-02-06T04:26:59.920Z | Downloaded base64ct v1.6.0 |
1112 | 2025-02-06T04:26:59.920Z | Downloaded backoff v0.4.0 |
1113 | 2025-02-06T04:26:59.945Z | Downloaded async-trait v0.1.86 |
1114 | 2025-02-06T04:26:59.945Z | Downloaded async-bb8-diesel v0.2.1 |
1115 | 2025-02-06T04:26:59.945Z | Downloaded ascii-canvas v3.0.0 |
1116 | 2025-02-06T04:26:59.945Z | Downloaded arrayvec v0.7.6 |
1117 | 2025-02-06T04:26:59.945Z | Downloaded argon2 v0.5.3 |
1118 | 2025-02-06T04:26:59.945Z | Downloaded aead v0.5.2 |
1119 | 2025-02-06T04:26:59.945Z | Downloaded addr2line v0.24.2 |
1120 | 2025-02-06T04:26:59.945Z | Downloaded crossbeam-deque v0.8.5 |
1121 | 2025-02-06T04:26:59.945Z | Downloaded crc-catalog v2.4.0 |
1122 | 2025-02-06T04:26:59.945Z | Downloaded crc v3.2.1 |
1123 | 2025-02-06T04:26:59.970Z | Downloaded constant_time_eq v0.3.1 |
1124 | 2025-02-06T04:26:59.970Z | Downloaded colored v2.1.0 |
1125 | 2025-02-06T04:26:59.970Z | Downloaded cobs v0.2.3 |
1126 | 2025-02-06T04:26:59.970Z | Downloaded cmake v0.1.51 |
1127 | 2025-02-06T04:26:59.970Z | Downloaded ciborium-ll v0.2.2 |
1128 | 2025-02-06T04:26:59.970Z | Downloaded cexpr v0.6.0 |
1129 | 2025-02-06T04:26:59.971Z | Downloaded cbc v0.1.2 |
1130 | 2025-02-06T04:26:59.971Z | Downloaded cassowary v0.3.0 |
1131 | 2025-02-06T04:26:59.971Z | Downloaded blowfish v0.9.1 |
1132 | 2025-02-06T04:26:59.971Z | Downloaded block-padding v0.3.3 |
1133 | 2025-02-06T04:26:59.971Z | Downloaded bitflags v1.3.2 |
1134 | 2025-02-06T04:27:00.001Z | Downloaded bitfield v0.14.0 |
1135 | 2025-02-06T04:27:00.001Z | Downloaded bcrypt-pbkdf v0.10.0 |
1136 | 2025-02-06T04:27:00.001Z | Downloaded bb8 v0.8.5 |
1137 | 2025-02-06T04:27:00.002Z | Downloaded base16ct v0.2.0 |
1138 | 2025-02-06T04:27:00.002Z | Downloaded async-stream v0.3.6 |
1139 | 2025-02-06T04:27:00.002Z | Downloaded async-recursion v1.1.1 |
1140 | 2025-02-06T04:27:00.002Z | Downloaded assert_matches v1.5.0 |
1141 | 2025-02-06T04:27:00.002Z | Downloaded arrayref v0.3.9 |
1142 | 2025-02-06T04:27:00.002Z | Downloaded array-init v0.0.4 |
1143 | 2025-02-06T04:27:00.002Z | Downloaded adler2 v2.0.0 |
1144 | 2025-02-06T04:27:00.002Z | Downloaded crucible-workspace-hack v0.1.0 |
1145 | 2025-02-06T04:27:00.002Z | Downloaded ciborium-io v0.2.2 |
1146 | 2025-02-06T04:27:00.003Z | Downloaded cfg_aliases v0.2.1 |
1147 | 2025-02-06T04:27:00.060Z | Downloaded cfg_aliases v0.1.1 |
1148 | 2025-02-06T04:27:00.060Z | Downloaded bitfield-struct v0.6.2 |
1149 | 2025-02-06T04:27:00.061Z | Downloaded bit-vec v0.6.3 |
1150 | 2025-02-06T04:27:00.266Z | Downloaded slog-scope v4.4.0 |
1151 | 2025-02-06T04:27:00.292Z | Downloaded dirs-next v2.0.0 |
1152 | 2025-02-06T04:27:00.293Z | Downloaded smallvec v1.13.2 |
1153 | 2025-02-06T04:27:00.293Z | Downloaded diff v0.1.13 |
1154 | 2025-02-06T04:27:00.293Z | Downloaded des v0.8.1 |
1155 | 2025-02-06T04:27:00.293Z | Downloaded diesel-dtrace v0.4.2 |
1156 | 2025-02-06T04:27:00.293Z | Downloaded sync-ptr v0.1.1 |
1157 | 2025-02-06T04:27:00.293Z | Downloaded num-integer v0.1.46 |
1158 | 2025-02-06T04:27:00.293Z | Downloaded display-error-chain v0.2.2 |
1159 | 2025-02-06T04:27:00.293Z | Downloaded difflib v0.4.0 |
1160 | 2025-02-06T04:27:00.317Z | Downloaded diesel_derives v2.2.3 |
1161 | 2025-02-06T04:27:00.317Z | Downloaded vte_generate_state_changes v0.1.2 |
1162 | 2025-02-06T04:27:00.318Z | Downloaded waitgroup v0.1.2 |
1163 | 2025-02-06T04:27:00.318Z | Downloaded synstructure v0.13.1 |
1164 | 2025-02-06T04:27:00.318Z | Downloaded num-iter v0.1.45 |
1165 | 2025-02-06T04:27:00.318Z | Downloaded num-derive v0.4.2 |
1166 | 2025-02-06T04:27:00.318Z | Downloaded vte v0.11.1 |
1167 | 2025-02-06T04:27:00.318Z | Downloaded progenitor-client v0.9.1 |
1168 | 2025-02-06T04:27:00.318Z | Downloaded tabwriter v1.4.0 |
1169 | 2025-02-06T04:27:00.346Z | Downloaded rcgen v0.12.1 |
1170 | 2025-02-06T04:27:00.346Z | Downloaded num-rational v0.4.2 |
1171 | 2025-02-06T04:27:00.346Z | Downloaded pkcs1 v0.7.5 |
1172 | 2025-02-06T04:27:00.346Z | Downloaded tracing-attributes v0.1.27 |
1173 | 2025-02-06T04:27:00.346Z | Downloaded num_enum v0.5.11 |
1174 | 2025-02-06T04:27:00.346Z | Downloaded heapless v0.7.17 |
1175 | 2025-02-06T04:27:00.371Z | Downloaded num-traits v0.2.19 |
1176 | 2025-02-06T04:27:00.371Z | Downloaded rayon v1.10.0 |
1177 | 2025-02-06T04:27:00.371Z | Downloaded smallvec v0.6.14 |
1178 | 2025-02-06T04:27:00.371Z | Downloaded smoltcp v0.11.0 |
1179 | 2025-02-06T04:27:00.397Z | Downloaded smoltcp v0.9.1 |
1180 | 2025-02-06T04:27:00.421Z | Downloaded reedline v0.35.0 |
1181 | 2025-02-06T04:27:00.421Z | Downloaded diesel v2.2.6 |
1182 | 2025-02-06T04:27:00.445Z | Downloaded supports-color v3.0.1 |
1183 | 2025-02-06T04:27:00.445Z | Downloaded displaydoc v0.2.5 |
1184 | 2025-02-06T04:27:00.445Z | Downloaded smf v0.2.3 |
1185 | 2025-02-06T04:27:00.469Z | Downloaded rayon-core v1.12.1 |
1186 | 2025-02-06T04:27:00.469Z | Downloaded vergen v8.3.2 |
1187 | 2025-02-06T04:27:00.469Z | Downloaded vsss-rs v3.3.4 |
1188 | 2025-02-06T04:27:00.469Z | Downloaded snafu v0.8.5 |
1189 | 2025-02-06T04:27:00.469Z | Downloaded wait-timeout v0.2.0 |
1190 | 2025-02-06T04:27:00.469Z | Downloaded dirs-sys-next v0.1.2 |
1191 | 2025-02-06T04:27:00.495Z | Downloaded sync_wrapper v1.0.1 |
1192 | 2025-02-06T04:27:00.495Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1193 | 2025-02-06T04:27:00.495Z | Downloaded slog-envlogger v2.2.0 |
1194 | 2025-02-06T04:27:00.495Z | Downloaded socket2 v0.5.7 |
1195 | 2025-02-06T04:27:00.495Z | Downloaded slog-stdlog v4.1.1 |
1196 | 2025-02-06T04:27:00.495Z | Downloaded snafu-derive v0.8.5 |
1197 | 2025-02-06T04:27:00.495Z | Downloaded slog-term v2.9.1 |
1198 | 2025-02-06T04:27:00.495Z | Downloaded derive_more v0.99.18 |
1199 | 2025-02-06T04:27:00.495Z | Downloaded spin v0.9.8 |
1200 | 2025-02-06T04:27:00.520Z | Downloaded slog-json v2.6.1 |
1201 | 2025-02-06T04:27:00.651Z | Compiling serde v1.0.217 |
1202 | 2025-02-06T04:27:00.677Z | Compiling lock_api v0.4.12 |
1203 | 2025-02-06T04:27:00.677Z | Compiling value-bag v1.9.0 |
1204 | 2025-02-06T04:27:00.677Z | Compiling scopeguard v1.2.0 |
1205 | 2025-02-06T04:27:00.677Z | Compiling typenum v1.17.0 |
1206 | 2025-02-06T04:27:00.677Z | Compiling generic-array v0.14.7 |
1207 | 2025-02-06T04:27:00.768Z | Compiling syn v2.0.96 |
1208 | 2025-02-06T04:27:00.792Z | Compiling getrandom v0.2.15 |
1209 | 2025-02-06T04:27:00.937Z | Compiling shlex v1.3.0 |
1210 | 2025-02-06T04:27:01.131Z | Compiling rand_core v0.6.4 |
1211 | 2025-02-06T04:27:01.301Z | Compiling log v0.4.22 |
1212 | 2025-02-06T04:27:01.641Z | Compiling subtle v2.6.1 |
1213 | 2025-02-06T04:27:01.673Z | Compiling jobserver v0.1.32 |
1214 | 2025-02-06T04:27:01.766Z | Compiling smallvec v1.13.2 |
1215 | 2025-02-06T04:27:02.149Z | Compiling const-oid v0.9.6 |
1216 | 2025-02-06T04:27:02.218Z | Compiling pin-project-lite v0.2.14 |
1217 | 2025-02-06T04:27:02.297Z | Compiling rustix v0.38.37 |
1218 | 2025-02-06T04:27:02.377Z | Compiling cc v1.1.30 |
1219 | 2025-02-06T04:27:02.498Z | Compiling spin v0.9.8 |
1220 | 2025-02-06T04:27:02.739Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-02-06T04:27:02.927Z | Compiling futures-core v0.3.31 |
1222 | 2025-02-06T04:27:03.122Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-02-06T04:27:03.257Z | Compiling mio v1.0.2 |
1224 | 2025-02-06T04:27:03.367Z | Compiling aho-corasick v1.1.3 |
1225 | 2025-02-06T04:27:03.852Z | Compiling parking_lot v0.12.3 |
1226 | 2025-02-06T04:27:03.892Z | Compiling stable_deref_trait v1.2.0 |
1227 | 2025-02-06T04:27:03.957Z | Compiling either v1.13.0 |
1228 | 2025-02-06T04:27:04.030Z | Compiling regex-syntax v0.8.5 |
1229 | 2025-02-06T04:27:04.235Z | Compiling cpufeatures v0.2.14 |
1230 | 2025-02-06T04:27:04.360Z | Compiling glob v0.3.2 |
1231 | 2025-02-06T04:27:04.396Z | Compiling futures-sink v0.3.31 |
1232 | 2025-02-06T04:27:04.476Z | Compiling socket2 v0.5.7 |
1233 | 2025-02-06T04:27:04.577Z | Compiling slab v0.4.9 |
1234 | 2025-02-06T04:27:04.728Z | Compiling prettyplease v0.2.25 |
1235 | 2025-02-06T04:27:05.038Z | Compiling lazy_static v1.5.0 |
1236 | 2025-02-06T04:27:05.094Z | Compiling serde_json v1.0.135 |
1237 | 2025-02-06T04:27:05.191Z | Compiling minimal-lexical v0.2.1 |
1238 | 2025-02-06T04:27:05.281Z | Compiling clang-sys v1.8.1 |
1239 | 2025-02-06T04:27:05.452Z | Compiling libloading v0.8.5 |
1240 | 2025-02-06T04:27:05.692Z | Compiling nom v7.1.3 |
1241 | 2025-02-06T04:27:05.719Z | Compiling bindgen v0.69.5 |
1242 | 2025-02-06T04:27:05.849Z | Compiling home v0.5.9 |
1243 | 2025-02-06T04:27:06.126Z | Compiling futures-channel v0.3.31 |
1244 | 2025-02-06T04:27:06.406Z | Compiling itertools v0.12.1 |
1245 | 2025-02-06T04:27:06.593Z | Compiling pin-utils v0.1.0 |
1246 | 2025-02-06T04:27:06.593Z | Compiling lazycell v1.3.0 |
1247 | 2025-02-06T04:27:06.704Z | Compiling foldhash v0.1.3 |
1248 | 2025-02-06T04:27:06.816Z | Compiling libm v0.2.8 |
1249 | 2025-02-06T04:27:07.028Z | Compiling rustc-hash v1.1.0 |
1250 | 2025-02-06T04:27:07.125Z | Compiling allocator-api2 v0.2.18 |
1251 | 2025-02-06T04:27:07.202Z | Compiling futures-io v0.3.31 |
1252 | 2025-02-06T04:27:07.492Z | Compiling futures-task v0.3.31 |
1253 | 2025-02-06T04:27:07.793Z | Compiling regex-automata v0.4.8 |
1254 | 2025-02-06T04:27:07.888Z | Compiling hashbrown v0.15.1 |
1255 | 2025-02-06T04:27:08.068Z | Compiling cmake v0.1.51 |
1256 | 2025-02-06T04:27:08.989Z | Compiling synstructure v0.13.1 |
1257 | 2025-02-06T04:27:09.152Z | Compiling cexpr v0.6.0 |
1258 | 2025-02-06T04:27:09.396Z | Compiling num-traits v0.2.19 |
1259 | 2025-02-06T04:27:09.737Z | Compiling pkg-config v0.3.31 |
1260 | 2025-02-06T04:27:10.108Z | Compiling fs_extra v1.3.0 |
1261 | 2025-02-06T04:27:10.568Z | Compiling dunce v1.0.5 |
1262 | 2025-02-06T04:27:10.873Z | Compiling writeable v0.5.5 |
1263 | 2025-02-06T04:27:11.024Z | Compiling litemap v0.7.3 |
1264 | 2025-02-06T04:27:11.172Z | Compiling ring v0.17.8 |
1265 | 2025-02-06T04:27:11.477Z | Compiling base64ct v1.6.0 |
1266 | 2025-02-06T04:27:11.552Z | Compiling paste v1.0.15 |
1267 | 2025-02-06T04:27:12.180Z | Compiling pem-rfc7468 v0.7.0 |
1268 | 2025-02-06T04:27:12.210Z | Compiling httparse v1.9.5 |
1269 | 2025-02-06T04:27:12.237Z | Compiling flagset v0.4.6 |
1270 | 2025-02-06T04:27:12.479Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-02-06T04:27:12.623Z | Compiling aws-lc-rs v1.10.0 |
1272 | 2025-02-06T04:27:12.983Z | Compiling tracing-core v0.1.32 |
1273 | 2025-02-06T04:27:13.027Z | Compiling percent-encoding v2.3.1 |
1274 | 2025-02-06T04:27:13.374Z | Compiling rustls-pki-types v1.10.0 |
1275 | 2025-02-06T04:27:13.804Z | Compiling regex v1.11.1 |
1276 | 2025-02-06T04:27:13.978Z | Compiling icu_properties_data v1.5.0 |
1277 | 2025-02-06T04:27:14.241Z | Compiling crossbeam-utils v0.8.20 |
1278 | 2025-02-06T04:27:14.454Z | Compiling untrusted v0.7.1 |
1279 | 2025-02-06T04:27:14.640Z | Compiling serde_derive v1.0.217 |
1280 | 2025-02-06T04:27:14.691Z | Compiling zeroize_derive v1.4.2 |
1281 | 2025-02-06T04:27:14.787Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2025-02-06T04:27:14.890Z | Compiling zerofrom-derive v0.1.4 |
1283 | 2025-02-06T04:27:15.058Z | Compiling tokio-macros v2.5.0 |
1284 | 2025-02-06T04:27:16.155Z | Compiling zeroize v1.8.1 |
1285 | 2025-02-06T04:27:16.677Z | Compiling yoke-derive v0.7.4 |
1286 | 2025-02-06T04:27:16.865Z | Compiling zerocopy v0.7.35 |
1287 | 2025-02-06T04:27:17.284Z | Compiling zerovec-derive v0.10.3 |
1288 | 2025-02-06T04:27:17.954Z | Compiling crypto-common v0.1.6 |
1289 | 2025-02-06T04:27:17.985Z | Compiling block-buffer v0.10.4 |
1290 | 2025-02-06T04:27:18.217Z | Compiling digest v0.10.7 |
1291 | 2025-02-06T04:27:18.274Z | Compiling thiserror-impl v1.0.69 |
1292 | 2025-02-06T04:27:18.298Z | Compiling displaydoc v0.2.5 |
1293 | 2025-02-06T04:27:18.666Z | Compiling zerofrom v0.1.4 |
1294 | 2025-02-06T04:27:18.724Z | Compiling hmac v0.12.1 |
1295 | 2025-02-06T04:27:18.928Z | Compiling futures-macro v0.3.31 |
1296 | 2025-02-06T04:27:18.999Z | Compiling block-padding v0.3.3 |
1297 | 2025-02-06T04:27:19.277Z | Compiling inout v0.1.3 |
1298 | 2025-02-06T04:27:19.383Z | Compiling yoke v0.7.4 |
1299 | 2025-02-06T04:27:19.557Z | Compiling cipher v0.4.4 |
1300 | 2025-02-06T04:27:19.597Z | Compiling sha2 v0.10.8 |
1301 | 2025-02-06T04:27:19.767Z | Compiling zerovec v0.10.4 |
1302 | 2025-02-06T04:27:19.801Z | Compiling icu_provider_macros v1.5.0 |
1303 | 2025-02-06T04:27:19.882Z | Compiling ppv-lite86 v0.2.20 |
1304 | 2025-02-06T04:27:20.088Z | Compiling der_derive v0.7.3 |
1305 | 2025-02-06T04:27:20.669Z | Compiling rand_chacha v0.3.1 |
1306 | 2025-02-06T04:27:20.728Z | Compiling futures-util v0.3.31 |
1307 | 2025-02-06T04:27:20.864Z | Compiling tracing-attributes v0.1.27 |
1308 | 2025-02-06T04:27:21.317Z | Compiling thiserror v1.0.69 |
1309 | 2025-02-06T04:27:21.505Z | Compiling pest v2.7.14 |
1310 | 2025-02-06T04:27:22.006Z | Compiling tinystr v0.7.6 |
1311 | 2025-02-06T04:27:22.417Z | Compiling icu_locid v1.5.0 |
1312 | 2025-02-06T04:27:22.518Z | Compiling der v0.7.9 |
1313 | 2025-02-06T04:27:22.817Z | Compiling icu_collections v1.5.0 |
1314 | 2025-02-06T04:27:22.896Z | Compiling rand v0.8.5 |
1315 | 2025-02-06T04:27:24.198Z | Compiling icu_provider v1.5.0 |
1316 | 2025-02-06T04:27:24.412Z | Compiling tracing v0.1.40 |
1317 | 2025-02-06T04:27:24.536Z | Compiling salsa20 v0.10.2 |
1318 | 2025-02-06T04:27:24.606Z | Compiling spki v0.7.3 |
1319 | 2025-02-06T04:27:24.801Z | Compiling pbkdf2 v0.12.2 |
1320 | 2025-02-06T04:27:24.948Z | Compiling icu_locid_transform v1.5.0 |
1321 | 2025-02-06T04:27:25.004Z | Compiling icu_normalizer_data v1.5.0 |
1322 | 2025-02-06T04:27:25.030Z | Compiling mirai-annotations v1.12.0 |
1323 | 2025-02-06T04:27:25.056Z | Compiling untrusted v0.9.0 |
1324 | 2025-02-06T04:27:25.135Z | Compiling utf16_iter v1.0.5 |
1325 | 2025-02-06T04:27:25.254Z | Compiling powerfmt v0.2.0 |
1326 | 2025-02-06T04:27:25.280Z | Compiling num-conv v0.1.0 |
1327 | 2025-02-06T04:27:25.308Z | Compiling vcpkg v0.2.15 |
1328 | 2025-02-06T04:27:25.378Z | Compiling time-core v0.1.2 |
1329 | 2025-02-06T04:27:25.574Z | Compiling write16 v1.0.0 |
1330 | 2025-02-06T04:27:25.597Z | Compiling utf8_iter v1.0.4 |
1331 | 2025-02-06T04:27:25.685Z | Compiling time-macros v0.2.18 |
1332 | 2025-02-06T04:27:25.716Z | Compiling deranged v0.3.11 |
1333 | 2025-02-06T04:27:26.535Z | Compiling icu_properties v1.5.1 |
1334 | 2025-02-06T04:27:27.109Z | Compiling scrypt v0.11.0 |
1335 | 2025-02-06T04:27:27.180Z | Compiling pest_meta v2.7.14 |
1336 | 2025-02-06T04:27:27.248Z | Compiling bitflags v2.6.0 |
1337 | 2025-02-06T04:27:27.511Z | Compiling bytes v1.9.0 |
1338 | 2025-02-06T04:27:27.730Z | Compiling indexmap v2.7.1 |
1339 | 2025-02-06T04:27:28.607Z | Compiling tokio v1.43.0 |
1340 | 2025-02-06T04:27:28.707Z | Compiling http v1.2.0 |
1341 | 2025-02-06T04:27:29.101Z | Compiling semver v1.0.24 |
1342 | 2025-02-06T04:27:29.309Z | Compiling openssl-sys v0.9.105 |
1343 | 2025-02-06T04:27:29.817Z | Compiling rustc_version v0.4.1 |
1344 | 2025-02-06T04:27:30.323Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-02-06T04:27:30.534Z | Compiling cbc v0.1.2 |
1346 | 2025-02-06T04:27:30.561Z | Compiling aes v0.8.4 |
1347 | 2025-02-06T04:27:30.788Z | Compiling scroll_derive v0.12.0 |
1348 | 2025-02-06T04:27:30.971Z | Compiling num_threads v0.1.7 |
1349 | 2025-02-06T04:27:31.100Z | Compiling atomic-waker v1.1.2 |
1350 | 2025-02-06T04:27:31.132Z | Compiling which v4.4.2 |
1351 | 2025-02-06T04:27:31.366Z | Compiling tinyvec_macros v0.1.1 |
1352 | 2025-02-06T04:27:31.469Z | Compiling tinyvec v1.8.0 |
1353 | 2025-02-06T04:27:31.778Z | Compiling pkcs5 v0.7.1 |
1354 | 2025-02-06T04:27:32.222Z | Compiling idna_adapter v1.2.0 |
1355 | 2025-02-06T04:27:32.248Z | Compiling scroll v0.12.0 |
1356 | 2025-02-06T04:27:32.402Z | Compiling time v0.3.36 |
1357 | 2025-02-06T04:27:32.599Z | Compiling http-body v1.0.1 |
1358 | 2025-02-06T04:27:32.812Z | Compiling pest_generator v2.7.14 |
1359 | 2025-02-06T04:27:32.852Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-06T04:27:32.883Z | Compiling try-lock v0.2.5 |
1361 | 2025-02-06T04:27:32.915Z | Compiling slog v2.7.0 |
1362 | 2025-02-06T04:27:33.060Z | Compiling want v0.3.1 |
1363 | 2025-02-06T04:27:33.161Z | Compiling goblin v0.8.2 |
1364 | 2025-02-06T04:27:33.212Z | Compiling idna v1.0.3 |
1365 | 2025-02-06T04:27:33.361Z | Compiling pkcs8 v0.10.2 |
1366 | 2025-02-06T04:27:33.478Z | Compiling uuid v1.12.0 |
1367 | 2025-02-06T04:27:34.060Z | Compiling httpdate v1.0.3 |
1368 | 2025-02-06T04:27:34.498Z | Compiling iana-time-zone v0.1.61 |
1369 | 2025-02-06T04:27:34.571Z | Compiling pest_derive v2.7.14 |
1370 | 2025-02-06T04:27:34.850Z | Compiling chrono v0.4.39 |
1371 | 2025-02-06T04:27:34.906Z | Compiling serde_tokenstream v0.2.2 |
1372 | 2025-02-06T04:27:35.347Z | Compiling dtrace-parser v0.2.0 |
1373 | 2025-02-06T04:27:35.500Z | Compiling serde_spanned v0.6.8 |
1374 | 2025-02-06T04:27:35.649Z | Compiling toml_datetime v0.6.8 |
1375 | 2025-02-06T04:27:35.760Z | Compiling adler2 v2.0.0 |
1376 | 2025-02-06T04:27:36.024Z | Compiling rustversion v1.0.17 |
1377 | 2025-02-06T04:27:36.156Z | Compiling foreign-types-shared v0.1.1 |
1378 | 2025-02-06T04:27:36.329Z | Compiling base64 v0.22.1 |
1379 | 2025-02-06T04:27:36.684Z | Compiling openssl v0.10.70 |
1380 | 2025-02-06T04:27:37.056Z | Compiling tokio-util v0.7.12 |
1381 | 2025-02-06T04:27:37.095Z | Compiling match_cfg v0.1.0 |
1382 | 2025-02-06T04:27:37.119Z | Compiling tower-service v0.3.3 |
1383 | 2025-02-06T04:27:37.215Z | Compiling hostname v0.3.1 |
1384 | 2025-02-06T04:27:37.373Z | Compiling foreign-types v0.3.2 |
1385 | 2025-02-06T04:27:37.398Z | Compiling miniz_oxide v0.8.0 |
1386 | 2025-02-06T04:27:37.450Z | Compiling url v2.5.3 |
1387 | 2025-02-06T04:27:38.399Z | Compiling h2 v0.4.6 |
1388 | 2025-02-06T04:27:38.511Z | Compiling async-trait v0.1.86 |
1389 | 2025-02-06T04:27:38.660Z | Compiling openssl-macros v0.1.1 |
1390 | 2025-02-06T04:27:38.811Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2025-02-06T04:27:39.271Z | Compiling dof v0.3.0 |
1392 | 2025-02-06T04:27:39.344Z | Compiling dirs-sys-next v0.1.2 |
1393 | 2025-02-06T04:27:39.927Z | Compiling rustls v0.23.19 |
1394 | 2025-02-06T04:27:40.187Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-02-06T04:27:40.835Z | Compiling data-encoding v2.6.0 |
1396 | 2025-02-06T04:27:41.128Z | Compiling schemars v0.8.21 |
1397 | 2025-02-06T04:27:41.174Z | Compiling rustls v0.22.4 |
1398 | 2025-02-06T04:27:41.543Z | Compiling siphasher v0.3.11 |
1399 | 2025-02-06T04:27:41.567Z | Compiling syn v1.0.109 |
1400 | 2025-02-06T04:27:41.670Z | Compiling native-tls v0.2.12 |
1401 | 2025-02-06T04:27:42.031Z | Compiling schemars_derive v0.8.21 |
1402 | 2025-02-06T04:27:42.100Z | Compiling dirs-next v2.0.0 |
1403 | 2025-02-06T04:27:42.541Z | Compiling http-body-util v0.1.2 |
1404 | 2025-02-06T04:27:42.566Z | Compiling unicode-normalization v0.1.24 |
1405 | 2025-02-06T04:27:42.995Z | Compiling heapless v0.7.17 |
1406 | 2025-02-06T04:27:43.085Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2025-02-06T04:27:43.490Z | Compiling signature v2.2.0 |
1408 | 2025-02-06T04:27:43.671Z | Compiling sha1 v0.10.6 |
1409 | 2025-02-06T04:27:43.700Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2025-02-06T04:27:43.812Z | Compiling thread_local v1.1.8 |
1411 | 2025-02-06T04:27:43.850Z | Compiling multer v3.1.0 |
1412 | 2025-02-06T04:27:44.118Z | Compiling encoding_rs v0.8.34 |
1413 | 2025-02-06T04:27:44.145Z | Compiling cookie v0.18.1 |
1414 | 2025-02-06T04:27:44.174Z | Compiling gimli v0.31.1 |
1415 | 2025-02-06T04:27:44.330Z | Compiling unicode-properties v0.1.3 |
1416 | 2025-02-06T04:27:44.440Z | Compiling dyn-clone v1.0.17 |
1417 | 2025-02-06T04:27:44.683Z | Compiling mime v0.3.17 |
1418 | 2025-02-06T04:27:44.730Z | Compiling unicode-bidi v0.3.17 |
1419 | 2025-02-06T04:27:45.026Z | Compiling signal-hook v0.3.17 |
1420 | 2025-02-06T04:27:45.218Z | Compiling slog-async v2.8.0 |
1421 | 2025-02-06T04:27:45.297Z | Compiling hyper v1.5.2 |
1422 | 2025-02-06T04:27:45.680Z | Compiling rayon-core v1.12.1 |
1423 | 2025-02-06T04:27:45.939Z | Compiling openssl-probe v0.1.5 |
1424 | 2025-02-06T04:27:46.019Z | Compiling ipnet v2.10.1 |
1425 | 2025-02-06T04:27:46.408Z | Compiling stringprep v0.1.5 |
1426 | 2025-02-06T04:27:47.525Z | Compiling toml_edit v0.22.22 |
1427 | 2025-02-06T04:27:47.980Z | Compiling hyper-util v0.1.10 |
1428 | 2025-02-06T04:27:48.324Z | Compiling addr2line v0.24.2 |
1429 | 2025-02-06T04:27:49.188Z | Compiling crossbeam-deque v0.8.5 |
1430 | 2025-02-06T04:27:49.478Z | Compiling usdt-attr-macro v0.5.0 |
1431 | 2025-02-06T04:27:49.525Z | Compiling usdt-macro v0.5.0 |
1432 | 2025-02-06T04:27:50.453Z | Compiling term v0.7.0 |
1433 | 2025-02-06T04:27:50.482Z | Compiling slog-json v2.6.1 |
1434 | 2025-02-06T04:27:50.871Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2025-02-06T04:27:50.900Z | Compiling curve25519-dalek v4.1.3 |
1436 | 2025-02-06T04:27:50.948Z | Compiling crossbeam-channel v0.5.13 |
1437 | 2025-02-06T04:27:51.018Z | Compiling futures-executor v0.3.31 |
1438 | 2025-02-06T04:27:51.436Z | Compiling enum-as-inner v0.6.1 |
1439 | 2025-02-06T04:27:51.607Z | Compiling md-5 v0.10.6 |
1440 | 2025-02-06T04:27:51.632Z | Compiling async-stream-impl v0.3.6 |
1441 | 2025-02-06T04:27:51.849Z | Compiling rustls-pemfile v2.2.0 |
1442 | 2025-02-06T04:27:51.920Z | Compiling num-integer v0.1.46 |
1443 | 2025-02-06T04:27:52.077Z | Compiling hash32 v0.2.1 |
1444 | 2025-02-06T04:27:52.217Z | Compiling ff v0.13.0 |
1445 | 2025-02-06T04:27:52.425Z | Compiling is-terminal v0.4.13 |
1446 | 2025-02-06T04:27:52.450Z | Compiling dropshot v0.12.0 |
1447 | 2025-02-06T04:27:52.474Z | Compiling object v0.36.5 |
1448 | 2025-02-06T04:27:52.575Z | Compiling utf-8 v0.7.6 |
1449 | 2025-02-06T04:27:52.695Z | Compiling base16ct v0.2.0 |
1450 | 2025-02-06T04:27:52.742Z | Compiling portable-atomic v1.9.0 |
1451 | 2025-02-06T04:27:52.942Z | Compiling smoltcp v0.9.1 |
1452 | 2025-02-06T04:27:52.971Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2025-02-06T04:27:53.037Z | Compiling linked-hash-map v0.5.6 |
1454 | 2025-02-06T04:27:53.273Z | Compiling litrs v0.4.1 |
1455 | 2025-02-06T04:27:53.385Z | Compiling anyhow v1.0.95 |
1456 | 2025-02-06T04:27:53.559Z | Compiling quick-error v1.2.3 |
1457 | 2025-02-06T04:27:53.680Z | Compiling psl-types v2.0.11 |
1458 | 2025-02-06T04:27:53.725Z | Compiling fallible-iterator v0.2.0 |
1459 | 2025-02-06T04:27:53.899Z | Compiling take_mut v0.2.2 |
1460 | 2025-02-06T04:27:53.963Z | Compiling rustc-demangle v0.1.24 |
1461 | 2025-02-06T04:27:54.370Z | Compiling postgres-protocol v0.6.7 |
1462 | 2025-02-06T04:27:54.451Z | Compiling document-features v0.2.10 |
1463 | 2025-02-06T04:27:54.950Z | Compiling publicsuffix v2.3.0 |
1464 | 2025-02-06T04:27:55.140Z | Compiling resolv-conf v0.7.0 |
1465 | 2025-02-06T04:27:55.296Z | Compiling lru-cache v0.1.2 |
1466 | 2025-02-06T04:27:55.356Z | Compiling async-stream v0.3.6 |
1467 | 2025-02-06T04:27:55.509Z | Compiling sec1 v0.7.3 |
1468 | 2025-02-06T04:27:55.573Z | Compiling tungstenite v0.24.0 |
1469 | 2025-02-06T04:27:55.670Z | Compiling slog-term v2.9.1 |
1470 | 2025-02-06T04:27:55.695Z | Compiling num-iter v0.1.45 |
1471 | 2025-02-06T04:27:55.877Z | Compiling group v0.13.0 |
1472 | 2025-02-06T04:27:55.902Z | Compiling usdt v0.5.0 |
1473 | 2025-02-06T04:27:56.083Z | Compiling hickory-proto v0.24.2 |
1474 | 2025-02-06T04:27:56.552Z | Compiling futures v0.3.31 |
1475 | 2025-02-06T04:27:56.677Z | Compiling toml v0.8.19 |
1476 | 2025-02-06T04:27:56.841Z | Compiling slog-bunyan v2.5.0 |
1477 | 2025-02-06T04:27:57.704Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-02-06T04:27:58.323Z | Compiling camino v1.1.9 |
1479 | 2025-02-06T04:27:58.833Z | Compiling phf_shared v0.11.2 |
1480 | 2025-02-06T04:27:59.006Z | Compiling backtrace v0.3.74 |
1481 | 2025-02-06T04:27:59.120Z | Compiling dropshot_endpoint v0.12.0 |
1482 | 2025-02-06T04:27:59.162Z | Compiling waitgroup v0.1.2 |
1483 | 2025-02-06T04:27:59.205Z | Compiling terminal_size v0.4.0 |
1484 | 2025-02-06T04:27:59.393Z | Compiling openapiv3 v2.0.0 |
1485 | 2025-02-06T04:27:59.430Z | Compiling serde_path_to_error v0.1.16 |
1486 | 2025-02-06T04:27:59.621Z | Compiling hkdf v0.12.4 |
1487 | 2025-02-06T04:27:59.903Z | Compiling crypto-bigint v0.5.5 |
1488 | 2025-02-06T04:28:00.262Z | Compiling zerocopy-derive v0.6.6 |
1489 | 2025-02-06T04:28:02.109Z | Compiling curve25519-dalek-derive v0.1.1 |
1490 | 2025-02-06T04:28:02.200Z | Compiling webpki-roots v0.26.6 |
1491 | 2025-02-06T04:28:02.447Z | Compiling hostname v0.4.0 |
1492 | 2025-02-06T04:28:02.670Z | Compiling hubpack_derive v0.1.1 |
1493 | 2025-02-06T04:28:02.695Z | Compiling ahash v0.8.11 |
1494 | 2025-02-06T04:28:03.024Z | Compiling crc32fast v1.4.2 |
1495 | 2025-02-06T04:28:03.179Z | Compiling fs-err v2.11.0 |
1496 | 2025-02-06T04:28:03.286Z | Compiling unicode-width v0.2.0 |
1497 | 2025-02-06T04:28:03.397Z | Compiling bitflags v1.3.2 |
1498 | 2025-02-06T04:28:03.497Z | Compiling managed v0.8.0 |
1499 | 2025-02-06T04:28:03.522Z | Compiling debug-ignore v1.0.5 |
1500 | 2025-02-06T04:28:03.550Z | Compiling winnow v0.5.40 |
1501 | 2025-02-06T04:28:03.574Z | Compiling newtype-uuid v1.2.1 |
1502 | 2025-02-06T04:28:03.715Z | Compiling hubpack v0.1.2 |
1503 | 2025-02-06T04:28:03.839Z | Compiling console v0.15.10 |
1504 | 2025-02-06T04:28:04.150Z | Compiling clap_builder v4.5.27 |
1505 | 2025-02-06T04:28:05.318Z | Compiling strum_macros v0.25.3 |
1506 | 2025-02-06T04:28:05.372Z | Compiling flate2 v1.0.35 |
1507 | 2025-02-06T04:28:05.629Z | Compiling elliptic-curve v0.13.8 |
1508 | 2025-02-06T04:28:05.909Z | Compiling zerocopy v0.6.6 |
1509 | 2025-02-06T04:28:06.272Z | Compiling hickory-resolver v0.24.2 |
1510 | 2025-02-06T04:28:06.721Z | Compiling phf v0.11.2 |
1511 | 2025-02-06T04:28:07.030Z | Compiling toml_edit v0.19.15 |
1512 | 2025-02-06T04:28:07.089Z | Compiling signal-hook-mio v0.2.4 |
1513 | 2025-02-06T04:28:07.278Z | Compiling cookie_store v0.21.1 |
1514 | 2025-02-06T04:28:07.302Z | Compiling rayon v1.10.0 |
1515 | 2025-02-06T04:28:08.796Z | Compiling hyper-tls v0.6.0 |
1516 | 2025-02-06T04:28:09.005Z | Compiling bzip2 v0.4.4 |
1517 | 2025-02-06T04:28:09.199Z | Compiling tokio-tungstenite v0.24.0 |
1518 | 2025-02-06T04:28:11.015Z | Compiling postgres-types v0.2.8 |
1519 | 2025-02-06T04:28:11.066Z | Compiling ed25519 v2.2.3 |
1520 | 2025-02-06T04:28:11.652Z | Compiling phf_shared v0.10.0 |
1521 | 2025-02-06T04:28:12.056Z | Compiling tokio-stream v0.1.16 |
1522 | 2025-02-06T04:28:12.187Z | Compiling pkcs1 v0.7.5 |
1523 | 2025-02-06T04:28:12.376Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-02-06T04:28:12.417Z | Compiling clap_derive v4.5.24 |
1525 | 2025-02-06T04:28:12.615Z | Compiling rfc6979 v0.4.0 |
1526 | 2025-02-06T04:28:12.817Z | Compiling serde_repr v0.1.19 |
1527 | 2025-02-06T04:28:12.874Z | Compiling derive-where v1.2.7 |
1528 | 2025-02-06T04:28:13.013Z | Compiling float-cmp v0.9.0 |
1529 | 2025-02-06T04:28:13.101Z | Compiling bstr v1.10.0 |
1530 | 2025-02-06T04:28:13.253Z | Compiling sync_wrapper v1.0.1 |
1531 | 2025-02-06T04:28:13.420Z | Compiling number_prefix v0.4.0 |
1532 | 2025-02-06T04:28:13.662Z | Compiling predicates-core v1.0.8 |
1533 | 2025-02-06T04:28:13.839Z | Compiling fixedbitset v0.4.2 |
1534 | 2025-02-06T04:28:13.991Z | Compiling normalize-line-endings v0.3.0 |
1535 | 2025-02-06T04:28:14.141Z | Compiling bit-vec v0.6.3 |
1536 | 2025-02-06T04:28:14.167Z | Compiling new_debug_unreachable v1.0.6 |
1537 | 2025-02-06T04:28:14.273Z | Compiling whoami v1.5.2 |
1538 | 2025-02-06T04:28:14.308Z | Compiling difflib v0.4.0 |
1539 | 2025-02-06T04:28:14.545Z | Compiling unicode-segmentation v1.12.0 |
1540 | 2025-02-06T04:28:14.679Z | Compiling precomputed-hash v0.1.1 |
1541 | 2025-02-06T04:28:14.816Z | Compiling static_assertions v1.1.0 |
1542 | 2025-02-06T04:28:14.864Z | Compiling string_cache v0.8.7 |
1543 | 2025-02-06T04:28:14.939Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1544 | 2025-02-06T04:28:15.299Z | Compiling similar v2.6.0 |
1545 | 2025-02-06T04:28:15.380Z | Compiling predicates v3.1.2 |
1546 | 2025-02-06T04:28:15.690Z | Compiling tokio-postgres v0.7.12 |
1547 | 2025-02-06T04:28:16.016Z | Compiling bit-set v0.5.3 |
1548 | 2025-02-06T04:28:16.342Z | Compiling petgraph v0.6.5 |
1549 | 2025-02-06T04:28:16.595Z | Compiling clap v4.5.27 |
1550 | 2025-02-06T04:28:16.725Z | Compiling indicatif v0.17.11 |
1551 | 2025-02-06T04:28:16.935Z | Compiling ecdsa v0.16.9 |
1552 | 2025-02-06T04:28:17.475Z | Compiling rsa v0.9.6 |
1553 | 2025-02-06T04:28:17.765Z | Compiling ed25519-dalek v2.1.1 |
1554 | 2025-02-06T04:28:18.717Z | Compiling toml v0.7.8 |
1555 | 2025-02-06T04:28:18.966Z | Compiling zip v0.6.6 |
1556 | 2025-02-06T04:28:19.929Z | Compiling crossterm v0.28.1 |
1557 | 2025-02-06T04:28:21.016Z | Compiling hex v0.4.3 |
1558 | 2025-02-06T04:28:21.056Z | Compiling x509-cert v0.2.5 |
1559 | 2025-02-06T04:28:21.080Z | Compiling itertools v0.10.5 |
1560 | 2025-02-06T04:28:21.120Z | Compiling lalrpop-util v0.19.12 |
1561 | 2025-02-06T04:28:21.537Z | Compiling unicode-xid v0.2.6 |
1562 | 2025-02-06T04:28:21.621Z | Compiling peg-runtime v0.8.3 |
1563 | 2025-02-06T04:28:21.761Z | Compiling strum_macros v0.26.4 |
1564 | 2025-02-06T04:28:22.252Z | Compiling xattr v1.3.1 |
1565 | 2025-02-06T04:28:22.524Z | Compiling filetime v0.2.25 |
1566 | 2025-02-06T04:28:22.778Z | Compiling tar v0.4.42 |
1567 | 2025-02-06T04:28:25.944Z | Compiling strum v0.26.3 |
1568 | 2025-02-06T04:28:30.248Z | Compiling aws-lc-sys v0.22.0 |
1569 | 2025-02-06T04:29:07.039Z | Compiling rustls-webpki v0.102.8 |
1570 | 2025-02-06T04:29:11.823Z | Compiling tokio-rustls v0.25.0 |
1571 | 2025-02-06T04:29:14.350Z | Compiling tokio-rustls v0.26.0 |
1572 | 2025-02-06T04:29:14.742Z | Compiling hyper-rustls v0.27.3 |
1573 | 2025-02-06T04:29:15.127Z | Compiling reqwest v0.12.9 |
1574 | 2025-02-06T04:29:16.535Z | Compiling qorb v0.2.1 |
1575 | 2025-02-06T04:29:20.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2025-02-06T04:29:21.089Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1577 | 2025-02-06T04:29:27.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1578 | 2025-02-06T04:29:28.035Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1579 | 2025-02-06T04:29:28.118Z | Feb 06 04:29:27.911 INFO Starting download, target: Clickhouse |
1580 | 2025-02-06T04:29:28.118Z | Feb 06 04:29:27.911 INFO Starting download, target: Cockroach |
1581 | 2025-02-06T04:29:28.118Z | Feb 06 04:29:27.911 INFO Starting download, target: Console |
1582 | 2025-02-06T04:29:28.118Z | Feb 06 04:29:27.911 INFO Starting download, target: DendriteOpenapi |
1583 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.911 INFO Starting download, target: DendriteStub |
1584 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.911 INFO Starting download, target: MaghemiteMgd |
1585 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.911 INFO Starting download, target: TransceiverControl |
1586 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1587 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1588 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.913 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1589 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.914 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1590 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.914 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1591 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.914 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1592 | 2025-02-06T04:29:28.143Z | Feb 06 04:29:27.914 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1593 | 2025-02-06T04:29:28.464Z | Feb 06 04:29:28.251 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1594 | 2025-02-06T04:29:28.614Z | Feb 06 04:29:28.406 INFO Download complete, target: DendriteOpenapi |
1595 | 2025-02-06T04:29:28.859Z | Feb 06 04:29:28.647 INFO Download complete, target: Console |
1596 | 2025-02-06T04:29:28.978Z | Feb 06 04:29:28.765 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1597 | 2025-02-06T04:29:29.551Z | Feb 06 04:29:29.346 INFO Download complete, target: TransceiverControl |
1598 | 2025-02-06T04:29:30.240Z | Feb 06 04:29:30.033 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1599 | 2025-02-06T04:29:30.466Z | Feb 06 04:29:30.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1600 | 2025-02-06T04:29:33.236Z | Feb 06 04:29:33.032 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1601 | 2025-02-06T04:29:33.236Z | Feb 06 04:29:33.032 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1602 | 2025-02-06T04:29:34.036Z | Feb 06 04:29:33.832 INFO Download complete, target: DendriteStub |
1603 | 2025-02-06T04:29:34.308Z | Feb 06 04:29:34.105 INFO Download complete, target: MaghemiteMgd |
1604 | 2025-02-06T04:29:43.783Z | Feb 06 04:29:43.580 INFO Checking that binary works, target: Cockroach |
1605 | 2025-02-06T04:29:44.155Z | Feb 06 04:29:43.952 INFO Download complete, target: Cockroach |
1606 | 2025-02-06T04:29:44.260Z | Feb 06 04:29:44.057 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1607 | 2025-02-06T04:30:02.812Z | Feb 06 04:30:02.611 INFO Checking that binary works, target: Clickhouse |
1608 | 2025-02-06T04:30:03.031Z | Feb 06 04:30:02.830 INFO Download complete, target: Clickhouse |
1609 | 2025-02-06T04:30:03.062Z | All builder prerequisites installed successfully, and PATH looks valid |
1610 | 2025-02-06T04:30:03.087Z | |
1611 | 2025-02-06T04:30:03.087Z | real 6:19.733466102 |
1612 | 2025-02-06T04:30:03.087Z | user 17:11.079875969 |
1613 | 2025-02-06T04:30:03.087Z | sys 2:41.332298705 |
1614 | 2025-02-06T04:30:03.087Z | trap 0.637797556 |
1615 | 2025-02-06T04:30:03.087Z | tflt 0.846572911 |
1616 | 2025-02-06T04:30:03.087Z | dflt 1.762743418 |
1617 | 2025-02-06T04:30:03.087Z | kflt 0.011556728 |
1618 | 2025-02-06T04:30:03.087Z | lock 31:21.192160005 |
1619 | 2025-02-06T04:30:03.087Z | slp 59:57.530635211 |
1620 | 2025-02-06T04:30:03.087Z | lat 1:10.323536474 |
1621 | 2025-02-06T04:30:03.087Z | stop 2:40.534232528 |
1622 | 2025-02-06T04:30:03.087Z | + banner clippy |
1623 | 2025-02-06T04:30:03.087Z | |
1624 | 2025-02-06T04:30:03.087Z | #### # # ##### ##### # # |
1625 | 2025-02-06T04:30:03.088Z | # # # # # # # # # # |
1626 | 2025-02-06T04:30:03.100Z | # # # # # # # # |
1627 | 2025-02-06T04:30:03.100Z | # # # ##### ##### # |
1628 | 2025-02-06T04:30:03.100Z | # # # # # # # |
1629 | 2025-02-06T04:30:03.100Z | #### ###### # # # # |
1630 | 2025-02-06T04:30:03.100Z | |
1631 | 2025-02-06T04:30:03.100Z | + export CARGO_INCREMENTAL=0 |
1632 | 2025-02-06T04:30:03.100Z | + CARGO_INCREMENTAL=0 |
1633 | 2025-02-06T04:30:03.100Z | + ptime -m cargo xtask clippy |
1634 | 2025-02-06T04:30:04.095Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1635 | 2025-02-06T04:30:08.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
1636 | 2025-02-06T04:30:09.037Z | Running `target/debug/xtask clippy` |
1637 | 2025-02-06T04:30:09.080Z | running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1638 | 2025-02-06T04:30:10.323Z | Downloading crates ... |
1639 | 2025-02-06T04:30:10.872Z | Downloaded approx v0.5.1 |
1640 | 2025-02-06T04:30:10.898Z | Downloaded async-lock v3.4.0 |
1641 | 2025-02-06T04:30:10.898Z | Downloaded guppy-workspace-hack v0.1.0 |
1642 | 2025-02-06T04:30:10.898Z | Downloaded plotters-svg v0.3.7 |
1643 | 2025-02-06T04:30:10.898Z | Downloaded target-triple v0.1.3 |
1644 | 2025-02-06T04:30:10.898Z | Downloaded event-listener-strategy v0.5.2 |
1645 | 2025-02-06T04:30:10.898Z | Downloaded cast v0.3.0 |
1646 | 2025-02-06T04:30:10.926Z | Downloaded concurrent-queue v2.5.0 |
1647 | 2025-02-06T04:30:10.926Z | Downloaded serde_regex v1.1.0 |
1648 | 2025-02-06T04:30:10.926Z | Downloaded pathdiff v0.2.3 |
1649 | 2025-02-06T04:30:10.927Z | Downloaded similar-asserts v1.6.0 |
1650 | 2025-02-06T04:30:10.927Z | Downloaded threadpool v1.8.1 |
1651 | 2025-02-06T04:30:10.927Z | Downloaded target-spec v3.3.1 |
1652 | 2025-02-06T04:30:10.927Z | Downloaded tinytemplate v1.2.1 |
1653 | 2025-02-06T04:30:10.951Z | Downloaded trybuild v1.0.101 |
1654 | 2025-02-06T04:30:10.951Z | Downloaded yansi v1.0.1 |
1655 | 2025-02-06T04:30:10.951Z | Downloaded fancy-regex v0.13.0 |
1656 | 2025-02-06T04:30:10.952Z | Downloaded plotters v0.3.7 |
1657 | 2025-02-06T04:30:10.976Z | Downloaded guppy v0.17.12 |
1658 | 2025-02-06T04:30:10.976Z | Downloaded async-std v1.13.0 |
1659 | 2025-02-06T04:30:11.031Z | Downloaded criterion v0.5.1 |
1660 | 2025-02-06T04:30:11.031Z | Downloaded pretty_assertions v1.4.1 |
1661 | 2025-02-06T04:30:11.031Z | Downloaded rstest_macros v0.23.0 |
1662 | 2025-02-06T04:30:11.055Z | Downloaded rand_distr v0.4.3 |
1663 | 2025-02-06T04:30:11.055Z | Downloaded polling v3.7.3 |
1664 | 2025-02-06T04:30:11.055Z | Downloaded rstest v0.23.0 |
1665 | 2025-02-06T04:30:11.056Z | Downloaded cargo_metadata v0.19.1 |
1666 | 2025-02-06T04:30:11.056Z | Downloaded async-io v2.3.4 |
1667 | 2025-02-06T04:30:11.080Z | Downloaded rustls-native-certs v0.7.3 |
1668 | 2025-02-06T04:30:11.080Z | Downloaded libtest-mimic v0.7.3 |
1669 | 2025-02-06T04:30:11.080Z | Downloaded kv-log-macro v1.0.7 |
1670 | 2025-02-06T04:30:11.080Z | Downloaded futures-lite v2.3.0 |
1671 | 2025-02-06T04:30:11.080Z | Downloaded event-listener v5.3.1 |
1672 | 2025-02-06T04:30:11.080Z | Downloaded cfg-expr v0.17.2 |
1673 | 2025-02-06T04:30:11.105Z | Downloaded blocking v1.6.1 |
1674 | 2025-02-06T04:30:11.105Z | Downloaded target-lexicon v0.12.16 |
1675 | 2025-02-06T04:30:11.105Z | Downloaded stringmetrics v2.2.2 |
1676 | 2025-02-06T04:30:11.105Z | Downloaded rust-argon2 v2.1.0 |
1677 | 2025-02-06T04:30:11.105Z | Downloaded proc-macro-crate v3.2.0 |
1678 | 2025-02-06T04:30:11.105Z | Downloaded parking v2.2.1 |
1679 | 2025-02-06T04:30:11.105Z | Downloaded hyper-rustls v0.26.0 |
1680 | 2025-02-06T04:30:11.130Z | Downloaded httptest v0.16.1 |
1681 | 2025-02-06T04:30:11.130Z | Downloaded async-task v4.7.1 |
1682 | 2025-02-06T04:30:11.130Z | Downloaded assert_cmd v2.0.16 |
1683 | 2025-02-06T04:30:11.130Z | Downloaded path-tree v0.8.1 |
1684 | 2025-02-06T04:30:11.130Z | Downloaded async-process v2.3.0 |
1685 | 2025-02-06T04:30:11.130Z | Downloaded escape8259 v0.5.3 |
1686 | 2025-02-06T04:30:11.130Z | Downloaded criterion-plot v0.5.0 |
1687 | 2025-02-06T04:30:11.130Z | Downloaded async-executor v1.13.1 |
1688 | 2025-02-06T04:30:11.154Z | Downloaded relative-path v1.9.3 |
1689 | 2025-02-06T04:30:11.154Z | Downloaded plotters-backend v0.3.7 |
1690 | 2025-02-06T04:30:11.155Z | Downloaded piper v0.2.4 |
1691 | 2025-02-06T04:30:11.155Z | Downloaded partial-io v0.5.4 |
1692 | 2025-02-06T04:30:11.155Z | Downloaded oorandom v11.1.4 |
1693 | 2025-02-06T04:30:11.155Z | Downloaded num_cpus v1.16.0 |
1694 | 2025-02-06T04:30:11.155Z | Downloaded indoc v2.0.5 |
1695 | 2025-02-06T04:30:11.179Z | Downloaded futures-timer v3.0.3 |
1696 | 2025-02-06T04:30:11.179Z | Downloaded event-listener v2.5.3 |
1697 | 2025-02-06T04:30:11.179Z | Downloaded datatest-stable v0.2.9 |
1698 | 2025-02-06T04:30:11.179Z | Downloaded async-channel v2.3.1 |
1699 | 2025-02-06T04:30:11.179Z | Downloaded assert-json-diff v2.0.2 |
1700 | 2025-02-06T04:30:11.179Z | Downloaded blake2b_simd v1.0.2 |
1701 | 2025-02-06T04:30:11.179Z | Downloaded async-signal v0.2.10 |
1702 | 2025-02-06T04:30:11.179Z | Downloaded async-channel v1.9.0 |
1703 | 2025-02-06T04:30:11.179Z | Downloaded async-attributes v1.1.2 |
1704 | 2025-02-06T04:30:11.204Z | Downloaded doc-comment v0.3.3 |
1705 | 2025-02-06T04:30:11.204Z | Downloaded nested v0.1.1 |
1706 | 2025-02-06T04:30:11.204Z | Downloaded async-global-executor v2.4.1 |
1707 | 2025-02-06T04:30:11.204Z | Downloaded anes v0.1.6 |
1708 | 2025-02-06T04:30:11.204Z | Downloaded async-object-pool v0.1.5 |
1709 | 2025-02-06T04:30:11.228Z | Downloaded httpmock v0.8.0-alpha.1 |
1710 | 2025-02-06T04:30:12.545Z | Checking cfg-if v1.0.0 |
1711 | 2025-02-06T04:30:12.588Z | Checking libc v0.2.169 |
1712 | 2025-02-06T04:30:12.617Z | Checking serde v1.0.217 |
1713 | 2025-02-06T04:30:12.642Z | Checking memchr v2.7.4 |
1714 | 2025-02-06T04:30:12.675Z | Checking value-bag v1.9.0 |
1715 | 2025-02-06T04:30:12.712Z | Checking scopeguard v1.2.0 |
1716 | 2025-02-06T04:30:12.755Z | Checking zeroize v1.8.1 |
1717 | 2025-02-06T04:30:12.785Z | Checking itoa v1.0.11 |
1718 | 2025-02-06T04:30:12.817Z | Checking smallvec v1.13.2 |
1719 | 2025-02-06T04:30:12.908Z | Checking lock_api v0.4.12 |
1720 | 2025-02-06T04:30:13.060Z | Checking byteorder v1.5.0 |
1721 | 2025-02-06T04:30:13.093Z | Checking once_cell v1.20.2 |
1722 | 2025-02-06T04:30:13.131Z | Checking log v0.4.22 |
1723 | 2025-02-06T04:30:13.221Z | Checking pin-project-lite v0.2.14 |
1724 | 2025-02-06T04:30:13.330Z | Checking subtle v2.6.1 |
1725 | 2025-02-06T04:30:13.409Z | Checking typenum v1.17.0 |
1726 | 2025-02-06T04:30:13.454Z | Checking libm v0.2.8 |
1727 | 2025-02-06T04:30:13.554Z | Checking ryu v1.0.18 |
1728 | 2025-02-06T04:30:13.591Z | Checking futures-core v0.3.31 |
1729 | 2025-02-06T04:30:13.652Z | Checking zerocopy v0.7.35 |
1730 | 2025-02-06T04:30:13.700Z | Checking thiserror v1.0.69 |
1731 | 2025-02-06T04:30:13.750Z | Checking getrandom v0.2.15 |
1732 | 2025-02-06T04:30:13.832Z | Checking signal-hook-registry v1.4.2 |
1733 | 2025-02-06T04:30:13.867Z | Checking parking_lot_core v0.9.10 |
1734 | 2025-02-06T04:30:13.901Z | Checking mio v1.0.2 |
1735 | 2025-02-06T04:30:14.047Z | Checking rand_core v0.6.4 |
1736 | 2025-02-06T04:30:14.176Z | Checking socket2 v0.5.7 |
1737 | 2025-02-06T04:30:14.287Z | Checking parking_lot v0.12.3 |
1738 | 2025-02-06T04:30:14.438Z | Checking num-traits v0.2.19 |
1739 | 2025-02-06T04:30:14.485Z | Checking allocator-api2 v0.2.18 |
1740 | 2025-02-06T04:30:14.521Z | Checking generic-array v0.14.7 |
1741 | 2025-02-06T04:30:14.607Z | Checking const-oid v0.9.6 |
1742 | 2025-02-06T04:30:14.709Z | Checking spin v0.9.8 |
1743 | 2025-02-06T04:30:14.750Z | Checking futures-io v0.3.31 |
1744 | 2025-02-06T04:30:14.992Z | Checking slab v0.4.9 |
1745 | 2025-02-06T04:30:15.056Z | Checking cpufeatures v0.2.14 |
1746 | 2025-02-06T04:30:15.126Z | Checking futures-sink v0.3.31 |
1747 | 2025-02-06T04:30:15.192Z | Checking equivalent v1.0.1 |
1748 | 2025-02-06T04:30:15.228Z | Checking foldhash v0.1.3 |
1749 | 2025-02-06T04:30:15.324Z | Checking pin-utils v0.1.0 |
1750 | 2025-02-06T04:30:15.364Z | Checking iana-time-zone v0.1.61 |
1751 | 2025-02-06T04:30:15.395Z | Checking futures-channel v0.3.31 |
1752 | 2025-02-06T04:30:15.473Z | Checking futures-task v0.3.31 |
1753 | 2025-02-06T04:30:15.511Z | Checking hashbrown v0.15.1 |
1754 | 2025-02-06T04:30:15.581Z | Checking stable_deref_trait v1.2.0 |
1755 | 2025-02-06T04:30:15.676Z | Checking crypto-common v0.1.6 |
1756 | 2025-02-06T04:30:15.741Z | Checking block-buffer v0.10.4 |
1757 | 2025-02-06T04:30:15.851Z | Checking fnv v1.0.7 |
1758 | 2025-02-06T04:30:15.904Z | Checking futures-util v0.3.31 |
1759 | 2025-02-06T04:30:16.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1760 | 2025-02-06T04:30:16.053Z | Checking tracing-core v0.1.32 |
1761 | 2025-02-06T04:30:16.106Z | Checking dyn-clone v1.0.17 |
1762 | 2025-02-06T04:30:16.142Z | Checking ppv-lite86 v0.2.20 |
1763 | 2025-02-06T04:30:16.315Z | Checking errno v0.3.9 |
1764 | 2025-02-06T04:30:16.394Z | Checking zerofrom v0.1.4 |
1765 | 2025-02-06T04:30:16.592Z | Checking crossbeam-utils v0.8.20 |
1766 | 2025-02-06T04:30:16.670Z | Checking digest v0.10.7 |
1767 | 2025-02-06T04:30:16.728Z | Checking yoke v0.7.4 |
1768 | 2025-02-06T04:30:16.818Z | Checking writeable v0.5.5 |
1769 | 2025-02-06T04:30:16.898Z | Checking tracing v0.1.40 |
1770 | 2025-02-06T04:30:17.012Z | Checking rand_chacha v0.3.1 |
1771 | 2025-02-06T04:30:17.141Z | Checking percent-encoding v2.3.1 |
1772 | 2025-02-06T04:30:17.172Z | Checking zerovec v0.10.4 |
1773 | 2025-02-06T04:30:17.242Z | Checking litemap v0.7.3 |
1774 | 2025-02-06T04:30:17.360Z | Checking block-padding v0.3.3 |
1775 | 2025-02-06T04:30:17.441Z | Checking httparse v1.9.5 |
1776 | 2025-02-06T04:30:17.477Z | Checking unicode-ident v1.0.14 |
1777 | 2025-02-06T04:30:17.554Z | Checking rand v0.8.5 |
1778 | 2025-02-06T04:30:17.652Z | Checking inout v0.1.3 |
1779 | 2025-02-06T04:30:17.691Z | Checking bytes v1.9.0 |
1780 | 2025-02-06T04:30:17.715Z | Checking bitflags v2.6.0 |
1781 | 2025-02-06T04:30:17.753Z | Checking serde_json v1.0.135 |
1782 | 2025-02-06T04:30:17.990Z | Checking chrono v0.4.39 |
1783 | 2025-02-06T04:30:18.015Z | Checking indexmap v2.7.1 |
1784 | 2025-02-06T04:30:18.125Z | Checking uuid v1.12.0 |
1785 | 2025-02-06T04:30:18.653Z | Checking tokio v1.43.0 |
1786 | 2025-02-06T04:30:18.871Z | Checking http v1.2.0 |
1787 | 2025-02-06T04:30:19.000Z | Checking rustix v0.38.37 |
1788 | 2025-02-06T04:30:19.057Z | Checking tinystr v0.7.6 |
1789 | 2025-02-06T04:30:19.461Z | Checking regex-syntax v0.8.5 |
1790 | 2025-02-06T04:30:19.493Z | Checking icu_locid v1.5.0 |
1791 | 2025-02-06T04:30:19.711Z | Checking icu_locid_transform_data v1.5.0 |
1792 | 2025-02-06T04:30:19.845Z | Checking atomic-waker v1.1.2 |
1793 | 2025-02-06T04:30:20.033Z | Checking icu_collections v1.5.0 |
1794 | 2025-02-06T04:30:20.245Z | Checking schemars v0.8.21 |
1795 | 2025-02-06T04:30:20.327Z | Checking cipher v0.4.4 |
1796 | 2025-02-06T04:30:20.602Z | Checking icu_provider v1.5.0 |
1797 | 2025-02-06T04:30:20.803Z | Checking form_urlencoded v1.2.1 |
1798 | 2025-02-06T04:30:20.837Z | Checking untrusted v0.9.0 |
1799 | 2025-02-06T04:30:21.064Z | Checking icu_properties_data v1.5.0 |
1800 | 2025-02-06T04:30:21.099Z | Checking ring v0.17.8 |
1801 | 2025-02-06T04:30:21.124Z | Checking aho-corasick v1.1.3 |
1802 | 2025-02-06T04:30:21.334Z | Checking icu_locid_transform v1.5.0 |
1803 | 2025-02-06T04:30:21.374Z | Checking write16 v1.0.0 |
1804 | 2025-02-06T04:30:21.562Z | Checking utf8_iter v1.0.4 |
1805 | 2025-02-06T04:30:21.813Z | Checking utf16_iter v1.0.5 |
1806 | 2025-02-06T04:30:21.956Z | Checking powerfmt v0.2.0 |
1807 | 2025-02-06T04:30:22.030Z | Checking icu_normalizer_data v1.5.0 |
1808 | 2025-02-06T04:30:22.154Z | Checking proc-macro2 v1.0.92 |
1809 | 2025-02-06T04:30:22.281Z | Checking deranged v0.3.11 |
1810 | 2025-02-06T04:30:22.449Z | Checking icu_properties v1.5.1 |
1811 | 2025-02-06T04:30:22.656Z | Checking num-conv v0.1.0 |
1812 | 2025-02-06T04:30:22.826Z | Checking base64ct v1.6.0 |
1813 | 2025-02-06T04:30:22.883Z | Checking regex-automata v0.4.8 |
1814 | 2025-02-06T04:30:22.928Z | Checking time-core v0.1.2 |
1815 | 2025-02-06T04:30:22.967Z | Checking num_threads v0.1.7 |
1816 | 2025-02-06T04:30:23.047Z | Checking quote v1.0.38 |
1817 | 2025-02-06T04:30:23.120Z | Checking sha2 v0.10.8 |
1818 | 2025-02-06T04:30:23.153Z | Checking hmac v0.12.1 |
1819 | 2025-02-06T04:30:23.379Z | Checking rustls-pki-types v1.10.0 |
1820 | 2025-02-06T04:30:23.431Z | Checking adler2 v2.0.0 |
1821 | 2025-02-06T04:30:23.462Z | Checking syn v2.0.96 |
1822 | 2025-02-06T04:30:23.642Z | Checking miniz_oxide v0.8.0 |
1823 | 2025-02-06T04:30:23.729Z | Checking time v0.3.36 |
1824 | 2025-02-06T04:30:23.774Z | Checking http-body v1.0.1 |
1825 | 2025-02-06T04:30:24.019Z | Checking aws-lc-sys v0.22.0 |
1826 | 2025-02-06T04:30:24.087Z | Checking mirai-annotations v1.12.0 |
1827 | 2025-02-06T04:30:24.298Z | Checking httpdate v1.0.3 |
1828 | 2025-02-06T04:30:24.450Z | Checking base64 v0.22.1 |
1829 | 2025-02-06T04:30:24.573Z | Checking untrusted v0.7.1 |
1830 | 2025-02-06T04:30:24.777Z | Checking try-lock v0.2.5 |
1831 | 2025-02-06T04:30:24.943Z | Checking want v0.3.1 |
1832 | 2025-02-06T04:30:24.979Z | Checking ahash v0.8.11 |
1833 | 2025-02-06T04:30:25.167Z | Checking pem-rfc7468 v0.7.0 |
1834 | 2025-02-06T04:30:25.479Z | Checking tower-service v0.3.3 |
1835 | 2025-02-06T04:30:25.518Z | Checking slog v2.7.0 |
1836 | 2025-02-06T04:30:25.657Z | Checking flagset v0.4.6 |
1837 | 2025-02-06T04:30:25.913Z | Checking mime v0.3.17 |
1838 | 2025-02-06T04:30:26.052Z | Checking der v0.7.9 |
1839 | 2025-02-06T04:30:26.082Z | Checking icu_normalizer v1.5.0 |
1840 | 2025-02-06T04:30:26.275Z | Checking aws-lc-rs v1.10.0 |
1841 | 2025-02-06T04:30:26.316Z | Checking pbkdf2 v0.12.2 |
1842 | 2025-02-06T04:30:26.341Z | Checking aes v0.8.4 |
1843 | 2025-02-06T04:30:26.378Z | Checking tokio-util v0.7.12 |
1844 | 2025-02-06T04:30:26.543Z | Checking semver v1.0.24 |
1845 | 2025-02-06T04:30:26.943Z | Checking idna_adapter v1.2.0 |
1846 | 2025-02-06T04:30:26.993Z | Checking gimli v0.31.1 |
1847 | 2025-02-06T04:30:27.176Z | Checking idna v1.0.3 |
1848 | 2025-02-06T04:30:27.272Z | Checking http-body-util v0.1.2 |
1849 | 2025-02-06T04:30:27.308Z | Checking h2 v0.4.6 |
1850 | 2025-02-06T04:30:27.673Z | Checking regex v1.11.1 |
1851 | 2025-02-06T04:30:27.732Z | Checking url v2.5.3 |
1852 | 2025-02-06T04:30:27.773Z | Checking salsa20 v0.10.2 |
1853 | 2025-02-06T04:30:27.977Z | Checking spki v0.7.3 |
1854 | 2025-02-06T04:30:28.033Z | Checking cbc v0.1.2 |
1855 | 2025-02-06T04:30:28.184Z | Checking rustls-webpki v0.102.8 |
1856 | 2025-02-06T04:30:28.268Z | Checking lazy_static v1.5.0 |
1857 | 2025-02-06T04:30:28.315Z | Checking object v0.36.5 |
1858 | 2025-02-06T04:30:28.370Z | Checking rustc-demangle v0.1.24 |
1859 | 2025-02-06T04:30:28.446Z | Checking scrypt v0.11.0 |
1860 | 2025-02-06T04:30:28.667Z | Checking rustls-pemfile v2.2.0 |
1861 | 2025-02-06T04:30:28.733Z | Checking foreign-types-shared v0.1.1 |
1862 | 2025-02-06T04:30:28.875Z | Checking openssl-probe v0.1.5 |
1863 | 2025-02-06T04:30:28.908Z | Checking ipnet v2.10.1 |
1864 | 2025-02-06T04:30:28.948Z | Checking foreign-types v0.3.2 |
1865 | 2025-02-06T04:30:29.069Z | Checking pkcs5 v0.7.1 |
1866 | 2025-02-06T04:30:29.100Z | Checking futures-executor v0.3.31 |
1867 | 2025-02-06T04:30:29.124Z | Checking serde_urlencoded v0.7.1 |
1868 | 2025-02-06T04:30:29.374Z | Checking openssl-sys v0.9.105 |
1869 | 2025-02-06T04:30:29.439Z | Checking encoding_rs v0.8.34 |
1870 | 2025-02-06T04:30:29.568Z | Checking utf8parse v0.2.2 |
1871 | 2025-02-06T04:30:29.623Z | Checking pkcs8 v0.10.2 |
1872 | 2025-02-06T04:30:29.755Z | Checking futures v0.3.31 |
1873 | 2025-02-06T04:30:29.895Z | Checking toml_datetime v0.6.8 |
1874 | 2025-02-06T04:30:29.926Z | Checking serde_spanned v0.6.8 |
1875 | 2025-02-06T04:30:29.976Z | Checking rustls v0.23.19 |
1876 | 2025-02-06T04:30:30.162Z | Checking data-encoding v2.6.0 |
1877 | 2025-02-06T04:30:30.233Z | Checking anstyle v1.0.10 |
1878 | 2025-02-06T04:30:30.529Z | Checking openssl v0.10.70 |
1879 | 2025-02-06T04:30:30.631Z | Checking openapiv3 v2.0.0 |
1880 | 2025-02-06T04:30:30.775Z | Checking sha1 v0.10.6 |
1881 | 2025-02-06T04:30:31.003Z | Checking addr2line v0.24.2 |
1882 | 2025-02-06T04:30:31.111Z | Checking psl-types v2.0.11 |
1883 | 2025-02-06T04:30:31.335Z | Checking publicsuffix v2.3.0 |
1884 | 2025-02-06T04:30:31.615Z | Checking cookie v0.18.1 |
1885 | 2025-02-06T04:30:31.647Z | Checking webpki-roots v0.26.6 |
1886 | 2025-02-06T04:30:31.714Z | Checking camino v1.1.9 |
1887 | 2025-02-06T04:30:31.886Z | Checking anstyle-parse v0.2.5 |
1888 | 2025-02-06T04:30:32.124Z | Checking cookie_store v0.21.1 |
1889 | 2025-02-06T04:30:32.197Z | Checking sync_wrapper v1.0.1 |
1890 | 2025-02-06T04:30:32.298Z | Checking is-terminal v0.4.13 |
1891 | 2025-02-06T04:30:32.379Z | Checking anstyle-query v1.1.1 |
1892 | 2025-02-06T04:30:32.454Z | Checking colorchoice v1.0.2 |
1893 | 2025-02-06T04:30:32.537Z | Checking is_terminal_polyfill v1.70.1 |
1894 | 2025-02-06T04:30:32.638Z | Checking winnow v0.6.20 |
1895 | 2025-02-06T04:30:32.692Z | Checking either v1.13.0 |
1896 | 2025-02-06T04:30:32.876Z | Checking anstream v0.6.15 |
1897 | 2025-02-06T04:30:33.095Z | Checking terminal_size v0.4.0 |
1898 | 2025-02-06T04:30:33.303Z | Checking signature v2.2.0 |
1899 | 2025-02-06T04:30:33.334Z | Checking clap_lex v0.7.4 |
1900 | 2025-02-06T04:30:33.513Z | Checking strsim v0.11.1 |
1901 | 2025-02-06T04:30:33.615Z | Checking scroll v0.12.0 |
1902 | 2025-02-06T04:30:33.784Z | Checking hyper v1.5.2 |
1903 | 2025-02-06T04:30:33.830Z | Checking tinyvec_macros v0.1.1 |
1904 | 2025-02-06T04:30:33.862Z | Checking clap_builder v4.5.27 |
1905 | 2025-02-06T04:30:33.961Z | Checking plain v0.2.3 |
1906 | 2025-02-06T04:30:34.163Z | Checking ucd-trie v0.1.7 |
1907 | 2025-02-06T04:30:34.187Z | Checking goblin v0.8.2 |
1908 | 2025-02-06T04:30:34.413Z | Checking pest v2.7.14 |
1909 | 2025-02-06T04:30:34.635Z | Checking backtrace v0.3.74 |
1910 | 2025-02-06T04:30:35.227Z | Checking anyhow v1.0.95 |
1911 | 2025-02-06T04:30:35.386Z | Checking tokio-rustls v0.26.0 |
1912 | 2025-02-06T04:30:35.505Z | Checking tinyvec v1.8.0 |
1913 | 2025-02-06T04:30:35.654Z | Checking dirs-sys-next v0.1.2 |
1914 | 2025-02-06T04:30:35.846Z | Checking base16ct v0.2.0 |
1915 | 2025-02-06T04:30:35.890Z | Checking pretty-hex v0.4.1 |
1916 | 2025-02-06T04:30:35.956Z | Checking hyper-util v0.1.10 |
1917 | 2025-02-06T04:30:36.092Z | Checking sec1 v0.7.3 |
1918 | 2025-02-06T04:30:36.136Z | Checking native-tls v0.2.12 |
1919 | 2025-02-06T04:30:36.161Z | Checking dirs-next v2.0.0 |
1920 | 2025-02-06T04:30:36.345Z | Checking crossbeam-channel v0.5.13 |
1921 | 2025-02-06T04:30:36.493Z | Checking tokio-native-tls v0.3.1 |
1922 | 2025-02-06T04:30:36.554Z | Checking num-integer v0.1.46 |
1923 | 2025-02-06T04:30:36.793Z | Checking ff v0.13.0 |
1924 | 2025-02-06T04:30:36.911Z | Checking thread-id v4.2.2 |
1925 | 2025-02-06T04:30:37.063Z | Checking thread_local v1.1.8 |
1926 | 2025-02-06T04:30:37.101Z | Checking group v0.13.0 |
1927 | 2025-02-06T04:30:37.126Z | Checking clap v4.5.27 |
1928 | 2025-02-06T04:30:37.126Z | Checking dtrace-parser v0.2.0 |
1929 | 2025-02-06T04:30:37.126Z | Checking term v0.7.0 |
1930 | 2025-02-06T04:30:37.126Z | Checking toml_edit v0.22.22 |
1931 | 2025-02-06T04:30:37.305Z | Checking hkdf v0.12.4 |
1932 | 2025-02-06T04:30:37.416Z | Checking crypto-bigint v0.5.5 |
1933 | 2025-02-06T04:30:37.449Z | Checking memmap v0.7.0 |
1934 | 2025-02-06T04:30:37.568Z | Checking crc32fast v1.4.2 |
1935 | 2025-02-06T04:30:37.705Z | Checking utf-8 v0.7.6 |
1936 | 2025-02-06T04:30:37.738Z | Checking take_mut v0.2.2 |
1937 | 2025-02-06T04:30:37.783Z | Checking bitflags v1.3.2 |
1938 | 2025-02-06T04:30:37.867Z | Checking match_cfg v0.1.0 |
1939 | 2025-02-06T04:30:37.922Z | Checking slog-term v2.9.1 |
1940 | 2025-02-06T04:30:37.956Z | Checking slog-async v2.8.0 |
1941 | 2025-02-06T04:30:37.991Z | Checking unicode-segmentation v1.12.0 |
1942 | 2025-02-06T04:30:38.021Z | Checking hostname v0.3.1 |
1943 | 2025-02-06T04:30:38.104Z | Checking hyper-rustls v0.27.3 |
1944 | 2025-02-06T04:30:38.200Z | Checking hyper-tls v0.6.0 |
1945 | 2025-02-06T04:30:38.306Z | Checking num-iter v0.1.45 |
1946 | 2025-02-06T04:30:38.473Z | Checking crossbeam-epoch v0.9.18 |
1947 | 2025-02-06T04:30:38.502Z | Checking static_assertions v1.1.0 |
1948 | 2025-02-06T04:30:38.544Z | Checking reqwest v0.12.9 |
1949 | 2025-02-06T04:30:38.574Z | Checking bstr v1.10.0 |
1950 | 2025-02-06T04:30:38.647Z | Checking slog-json v2.6.1 |
1951 | 2025-02-06T04:30:38.726Z | Checking rfc6979 v0.4.0 |
1952 | 2025-02-06T04:30:38.959Z | Checking hex v0.4.3 |
1953 | 2025-02-06T04:30:38.992Z | Checking winnow v0.5.40 |
1954 | 2025-02-06T04:30:38.992Z | Checking managed v0.8.0 |
1955 | 2025-02-06T04:30:39.416Z | Checking dof v0.3.0 |
1956 | 2025-02-06T04:30:39.450Z | Checking slog-bunyan v2.5.0 |
1957 | 2025-02-06T04:30:39.527Z | Checking crossbeam-deque v0.8.5 |
1958 | 2025-02-06T04:30:39.563Z | Checking num-bigint-dig v0.8.4 |
1959 | 2025-02-06T04:30:39.662Z | Checking flate2 v1.0.35 |
1960 | 2025-02-06T04:30:39.902Z | Checking pkcs1 v0.7.5 |
1961 | 2025-02-06T04:30:40.069Z | Checking toml v0.8.19 |
1962 | 2025-02-06T04:30:40.098Z | Checking usdt-impl v0.5.0 |
1963 | 2025-02-06T04:30:40.235Z | Checking elliptic-curve v0.13.8 |
1964 | 2025-02-06T04:30:40.387Z | Checking rustls v0.22.4 |
1965 | 2025-02-06T04:30:40.422Z | Checking curve25519-dalek v4.1.3 |
1966 | 2025-02-06T04:30:40.510Z | Checking zerocopy v0.6.6 |
1967 | 2025-02-06T04:30:40.724Z | Checking usdt v0.5.0 |
1968 | 2025-02-06T04:30:40.912Z | Checking siphasher v0.3.11 |
1969 | 2025-02-06T04:30:41.006Z | Checking ecdsa v0.16.9 |
1970 | 2025-02-06T04:30:41.053Z | Checking rayon-core v1.12.1 |
1971 | 2025-02-06T04:30:41.301Z | Checking unicode-normalization v0.1.24 |
1972 | 2025-02-06T04:30:41.326Z | Checking ed25519 v2.2.3 |
1973 | 2025-02-06T04:30:41.704Z | Checking signal-hook v0.3.17 |
1974 | 2025-02-06T04:30:41.741Z | Checking rsa v0.9.6 |
1975 | 2025-02-06T04:30:41.799Z | Checking quick-error v1.2.3 |
1976 | 2025-02-06T04:30:41.830Z | Checking debug-ignore v1.0.5 |
1977 | 2025-02-06T04:30:41.988Z | Checking hickory-proto v0.24.2 |
1978 | 2025-02-06T04:30:42.026Z | Checking itertools v0.10.5 |
1979 | 2025-02-06T04:30:42.052Z | Checking toml_edit v0.19.15 |
1980 | 2025-02-06T04:30:42.095Z | Checking multer v3.1.0 |
1981 | 2025-02-06T04:30:42.225Z | Checking x509-cert v0.2.5 |
1982 | 2025-02-06T04:30:42.362Z | Checking ed25519-dalek v2.1.1 |
1983 | 2025-02-06T04:30:42.556Z | Checking waitgroup v0.1.2 |
1984 | 2025-02-06T04:30:42.742Z | Checking hubpack v0.1.2 |
1985 | 2025-02-06T04:30:42.830Z | Checking serde_path_to_error v0.1.16 |
1986 | 2025-02-06T04:30:42.857Z | Checking bzip2-sys v0.1.11+1.0.8 |
1987 | 2025-02-06T04:30:43.031Z | Checking async-stream v0.3.6 |
1988 | 2025-02-06T04:30:43.098Z | Checking hostname v0.4.0 |
1989 | 2025-02-06T04:30:43.282Z | Checking unicode-width v0.2.0 |
1990 | 2025-02-06T04:30:43.307Z | Checking bit-vec v0.6.3 |
1991 | 2025-02-06T04:30:43.518Z | Checking bzip2 v0.4.4 |
1992 | 2025-02-06T04:30:43.698Z | Checking bit-set v0.5.3 |
1993 | 2025-02-06T04:30:43.808Z | Checking console v0.15.10 |
1994 | 2025-02-06T04:30:43.869Z | Checking signal-hook-mio v0.2.4 |
1995 | 2025-02-06T04:30:43.922Z | Checking hash32 v0.2.1 |
1996 | 2025-02-06T04:30:44.019Z | Checking unicode-properties v0.1.3 |
1997 | 2025-02-06T04:30:44.074Z | Checking predicates-core v1.0.8 |
1998 | 2025-02-06T04:30:44.108Z | Checking tokio-rustls v0.25.0 |
1999 | 2025-02-06T04:30:44.294Z | Checking unicode-bidi v0.3.17 |
2000 | 2025-02-06T04:30:44.330Z | Checking linked-hash-map v0.5.6 |
2001 | 2025-02-06T04:30:44.356Z | Checking heapless v0.7.17 |
2002 | 2025-02-06T04:30:44.446Z | Checking crossterm v0.28.1 |
2003 | 2025-02-06T04:30:44.483Z | Checking rayon v1.10.0 |
2004 | 2025-02-06T04:30:44.561Z | Checking dropshot v0.12.0 |
2005 | 2025-02-06T04:30:44.737Z | Checking toml v0.7.8 |
2006 | 2025-02-06T04:30:44.761Z | Checking lru-cache v0.1.2 |
2007 | 2025-02-06T04:30:45.004Z | Checking stringprep v0.1.5 |
2008 | 2025-02-06T04:30:45.031Z | Checking phf_shared v0.11.2 |
2009 | 2025-02-06T04:30:45.322Z | Checking similar v2.6.0 |
2010 | 2025-02-06T04:30:45.367Z | Checking tokio-stream v0.1.16 |
2011 | 2025-02-06T04:30:45.441Z | Checking newtype-uuid v1.2.1 |
2012 | 2025-02-06T04:30:45.543Z | Checking md-5 v0.10.6 |
2013 | 2025-02-06T04:30:45.752Z | Checking float-cmp v0.9.0 |
2014 | 2025-02-06T04:30:45.824Z | Checking fixedbitset v0.4.2 |
2015 | 2025-02-06T04:30:46.019Z | Checking difflib v0.4.0 |
2016 | 2025-02-06T04:30:46.143Z | Checking fallible-iterator v0.2.0 |
2017 | 2025-02-06T04:30:46.309Z | Checking normalize-line-endings v0.3.0 |
2018 | 2025-02-06T04:30:46.363Z | Checking petgraph v0.6.5 |
2019 | 2025-02-06T04:30:46.363Z | Checking smoltcp v0.9.1 |
2020 | 2025-02-06T04:30:46.409Z | Checking phf v0.11.2 |
2021 | 2025-02-06T04:30:46.487Z | Checking predicates v3.1.2 |
2022 | 2025-02-06T04:30:46.740Z | Checking zip v0.6.6 |
2023 | 2025-02-06T04:30:46.842Z | Checking postgres-protocol v0.6.7 |
2024 | 2025-02-06T04:30:47.148Z | Checking resolv-conf v0.7.0 |
2025 | 2025-02-06T04:30:47.233Z | Checking phf_shared v0.10.0 |
2026 | 2025-02-06T04:30:47.457Z | Checking tungstenite v0.24.0 |
2027 | 2025-02-06T04:30:47.488Z | Checking fs-err v2.11.0 |
2028 | 2025-02-06T04:30:47.526Z | Checking serde-big-array v0.5.1 |
2029 | 2025-02-06T04:30:47.553Z | Checking portable-atomic v1.9.0 |
2030 | 2025-02-06T04:30:47.781Z | Checking minimal-lexical v0.2.1 |
2031 | 2025-02-06T04:30:47.936Z | Checking new_debug_unreachable v1.0.6 |
2032 | 2025-02-06T04:30:48.060Z | Checking precomputed-hash v0.1.1 |
2033 | 2025-02-06T04:30:48.118Z | Checking number_prefix v0.4.0 |
2034 | 2025-02-06T04:30:48.238Z | Checking lalrpop-util v0.19.12 |
2035 | 2025-02-06T04:30:48.274Z | Checking nom v7.1.3 |
2036 | 2025-02-06T04:30:48.299Z | Checking string_cache v0.8.7 |
2037 | 2025-02-06T04:30:48.373Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2038 | 2025-02-06T04:30:48.440Z | Checking tokio-tungstenite v0.24.0 |
2039 | 2025-02-06T04:30:48.476Z | Checking postgres-types v0.2.8 |
2040 | 2025-02-06T04:30:48.612Z | Checking hickory-resolver v0.24.2 |
2041 | 2025-02-06T04:30:48.668Z | Checking itertools v0.12.1 |
2042 | 2025-02-06T04:30:48.707Z | Checking indicatif v0.17.11 |
2043 | 2025-02-06T04:30:48.986Z | Checking whoami v1.5.2 |
2044 | 2025-02-06T04:30:49.182Z | Checking peg-runtime v0.8.3 |
2045 | 2025-02-06T04:30:49.319Z | Checking tokio-postgres v0.7.12 |
2046 | 2025-02-06T04:30:49.525Z | Compiling hashbrown v0.14.5 |
2047 | 2025-02-06T04:30:49.581Z | Compiling thiserror v2.0.11 |
2048 | 2025-02-06T04:30:49.646Z | Compiling thiserror-impl v2.0.11 |
2049 | 2025-02-06T04:30:50.318Z | Checking qorb v0.2.1 |
2050 | 2025-02-06T04:30:50.571Z | Compiling ident_case v1.0.1 |
2051 | 2025-02-06T04:30:50.791Z | Compiling regress v0.10.1 |
2052 | 2025-02-06T04:30:50.821Z | Compiling darling_core v0.20.10 |
2053 | 2025-02-06T04:30:51.043Z | Compiling unsafe-libyaml v0.2.11 |
2054 | 2025-02-06T04:30:52.155Z | Checking heck v0.5.0 |
2055 | 2025-02-06T04:30:52.355Z | Compiling serde_yaml v0.9.34+deprecated |
2056 | 2025-02-06T04:30:52.910Z | Checking fastrand v2.1.1 |
2057 | 2025-02-06T04:30:52.942Z | Checking ipnetwork v0.20.0 |
2058 | 2025-02-06T04:30:53.152Z | Checking progenitor-client v0.9.1 |
2059 | 2025-02-06T04:30:53.283Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2060 | 2025-02-06T04:30:53.352Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2061 | 2025-02-06T04:30:53.586Z | Compiling structmeta-derive v0.3.0 |
2062 | 2025-02-06T04:30:53.620Z | Checking strum v0.26.3 |
2063 | 2025-02-06T04:30:53.745Z | Compiling dropshot v0.15.1 |
2064 | 2025-02-06T04:30:53.826Z | Checking macaddr v1.0.1 |
2065 | 2025-02-06T04:30:54.158Z | Compiling dropshot_endpoint v0.15.1 |
2066 | 2025-02-06T04:30:54.213Z | Compiling typify-impl v0.2.0 |
2067 | 2025-02-06T04:30:54.432Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2025-02-06T04:30:55.196Z | Checking tempfile v3.13.0 |
2069 | 2025-02-06T04:30:55.341Z | Checking progenitor-client v0.8.0 |
2070 | 2025-02-06T04:30:55.602Z | Checking instant v0.1.13 |
2071 | 2025-02-06T04:30:55.722Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2072 | 2025-02-06T04:30:55.753Z | Checking regress v0.9.1 |
2073 | 2025-02-06T04:30:56.097Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2074 | 2025-02-06T04:30:56.257Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2025-02-06T04:30:56.303Z | Compiling structmeta v0.3.0 |
2076 | 2025-02-06T04:30:56.703Z | Checking backoff v0.4.0 |
2077 | 2025-02-06T04:30:56.755Z | Compiling parse-display-derive v0.10.0 |
2078 | 2025-02-06T04:30:56.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2025-02-06T04:30:57.039Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2080 | 2025-02-06T04:30:57.068Z | Checking wait-timeout v0.2.0 |
2081 | 2025-02-06T04:30:57.205Z | Compiling darling_macro v0.20.10 |
2082 | 2025-02-06T04:30:57.246Z | Checking rand_xorshift v0.3.0 |
2083 | 2025-02-06T04:30:57.296Z | Checking rusty-fork v0.3.0 |
2084 | 2025-02-06T04:30:57.471Z | Checking unarray v0.1.4 |
2085 | 2025-02-06T04:30:57.657Z | Compiling structmeta-derive v0.2.0 |
2086 | 2025-02-06T04:30:57.708Z | Checking proptest v1.5.0 |
2087 | 2025-02-06T04:30:58.134Z | Compiling darling v0.20.10 |
2088 | 2025-02-06T04:30:58.274Z | Compiling serde_with_macros v3.11.0 |
2089 | 2025-02-06T04:30:58.341Z | Checking camino-tempfile v1.1.1 |
2090 | 2025-02-06T04:30:58.656Z | Checking unicode-width v0.1.14 |
2091 | 2025-02-06T04:30:59.002Z | Compiling proc-macro-error v1.0.4 |
2092 | 2025-02-06T04:30:59.173Z | Compiling proc-macro-crate v1.3.1 |
2093 | 2025-02-06T04:30:59.685Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2094 | 2025-02-06T04:31:00.082Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-02-06T04:31:00.202Z | Compiling num_enum_derive v0.5.11 |
2096 | 2025-02-06T04:31:00.403Z | Compiling structmeta v0.2.0 |
2097 | 2025-02-06T04:31:00.480Z | Compiling foreign-types-macros v0.2.3 |
2098 | 2025-02-06T04:31:00.937Z | Checking serde_with v3.11.0 |
2099 | 2025-02-06T04:31:00.971Z | Checking parse-display v0.10.0 |
2100 | 2025-02-06T04:31:01.003Z | Compiling test-strategy v0.3.1 |
2101 | 2025-02-06T04:31:01.277Z | Checking foreign-types-shared v0.3.1 |
2102 | 2025-02-06T04:31:01.919Z | Checking tabwriter v1.4.0 |
2103 | 2025-02-06T04:31:01.981Z | Checking foreign-types v0.5.0 |
2104 | 2025-02-06T04:31:02.135Z | Checking cstr-argument v0.1.2 |
2105 | 2025-02-06T04:31:02.255Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2106 | 2025-02-06T04:31:02.388Z | Checking pretty-hex v0.2.1 |
2107 | 2025-02-06T04:31:02.554Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2108 | 2025-02-06T04:31:02.636Z | Checking colored v2.1.0 |
2109 | 2025-02-06T04:31:02.834Z | Checking num_enum v0.5.11 |
2110 | 2025-02-06T04:31:02.935Z | Checking smf v0.2.3 |
2111 | 2025-02-06T04:31:03.005Z | Checking itertools v0.13.0 |
2112 | 2025-02-06T04:31:03.077Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2113 | 2025-02-06T04:31:03.112Z | Checking base64 v0.21.7 |
2114 | 2025-02-06T04:31:03.222Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2115 | 2025-02-06T04:31:03.401Z | Compiling typify-impl v0.3.0 |
2116 | 2025-02-06T04:31:03.427Z | Compiling crucible-workspace-hack v0.1.0 |
2117 | 2025-02-06T04:31:03.459Z | Compiling zerocopy v0.8.10 |
2118 | 2025-02-06T04:31:03.898Z | Checking atomicwrites v0.4.4 |
2119 | 2025-02-06T04:31:04.174Z | Compiling zerocopy-derive v0.8.10 |
2120 | 2025-02-06T04:31:04.387Z | Compiling heapless v0.8.0 |
2121 | 2025-02-06T04:31:04.603Z | Checking termtree v0.4.1 |
2122 | 2025-02-06T04:31:04.839Z | Checking predicates-tree v1.0.11 |
2123 | 2025-02-06T04:31:05.023Z | Checking hash32 v0.3.1 |
2124 | 2025-02-06T04:31:05.241Z | Compiling smoltcp v0.11.0 |
2125 | 2025-02-06T04:31:05.618Z | Checking cobs v0.2.3 |
2126 | 2025-02-06T04:31:05.913Z | Checking postcard v1.0.10 |
2127 | 2025-02-06T04:31:06.031Z | Checking sigpipe v0.1.3 |
2128 | 2025-02-06T04:31:06.171Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2129 | 2025-02-06T04:31:06.268Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2130 | 2025-02-06T04:31:06.465Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2131 | 2025-02-06T04:31:06.529Z | Compiling mockall_derive v0.13.0 |
2132 | 2025-02-06T04:31:06.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2133 | 2025-02-06T04:31:06.890Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2134 | 2025-02-06T04:31:06.988Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2135 | 2025-02-06T04:31:07.205Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2136 | 2025-02-06T04:31:07.350Z | Compiling zone_cfg_derive v0.3.0 |
2137 | 2025-02-06T04:31:08.740Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2138 | 2025-02-06T04:31:09.088Z | Compiling num-derive v0.4.2 |
2139 | 2025-02-06T04:31:09.163Z | Checking fragile v2.0.0 |
2140 | 2025-02-06T04:31:09.204Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2141 | 2025-02-06T04:31:09.396Z | Compiling typify-macro v0.2.0 |
2142 | 2025-02-06T04:31:09.474Z | Checking downcast v0.11.0 |
2143 | 2025-02-06T04:31:09.555Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2144 | 2025-02-06T04:31:09.712Z | Checking zone v0.3.0 |
2145 | 2025-02-06T04:31:09.784Z | Compiling convert_case v0.4.0 |
2146 | 2025-02-06T04:31:09.855Z | Checking tungstenite v0.21.0 |
2147 | 2025-02-06T04:31:10.489Z | Checking newline-converter v0.3.0 |
2148 | 2025-02-06T04:31:10.673Z | Compiling derive_more v0.99.18 |
2149 | 2025-02-06T04:31:10.698Z | Checking expectorate v1.1.0 |
2150 | 2025-02-06T04:31:10.828Z | Checking tokio-tungstenite v0.21.0 |
2151 | 2025-02-06T04:31:10.953Z | Checking same-file v1.0.6 |
2152 | 2025-02-06T04:31:11.165Z | Checking walkdir v2.5.0 |
2153 | 2025-02-06T04:31:11.338Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2154 | 2025-02-06T04:31:11.393Z | Checking arc-swap v1.7.1 |
2155 | 2025-02-06T04:31:11.496Z | Checking xattr v1.3.1 |
2156 | 2025-02-06T04:31:11.720Z | Checking filetime v0.2.25 |
2157 | 2025-02-06T04:31:11.810Z | Checking num-rational v0.4.2 |
2158 | 2025-02-06T04:31:11.838Z | Checking slog-scope v4.4.0 |
2159 | 2025-02-06T04:31:11.952Z | Checking tar v0.4.42 |
2160 | 2025-02-06T04:31:12.079Z | Checking slog-stdlog v4.1.1 |
2161 | 2025-02-06T04:31:12.289Z | Checking slog-envlogger v2.2.0 |
2162 | 2025-02-06T04:31:12.463Z | Checking num-complex v0.4.6 |
2163 | 2025-02-06T04:31:12.539Z | Checking float-ord v0.3.2 |
2164 | 2025-02-06T04:31:12.722Z | Checking indent_write v2.2.0 |
2165 | 2025-02-06T04:31:12.840Z | Compiling cancel-safe-futures v0.1.5 |
2166 | 2025-02-06T04:31:12.969Z | Checking swrite v0.1.0 |
2167 | 2025-02-06T04:31:13.127Z | Compiling owo-colors v4.1.0 |
2168 | 2025-02-06T04:31:13.322Z | Compiling typify v0.2.0 |
2169 | 2025-02-06T04:31:13.450Z | Checking num v0.4.3 |
2170 | 2025-02-06T04:31:13.501Z | Compiling progenitor-impl v0.8.0 |
2171 | 2025-02-06T04:31:13.616Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-02-06T04:31:13.739Z | Checking libsw v3.3.1 |
2173 | 2025-02-06T04:31:14.043Z | Checking password-hash v0.5.0 |
2174 | 2025-02-06T04:31:14.345Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2175 | 2025-02-06T04:31:14.377Z | Checking mockall v0.13.0 |
2176 | 2025-02-06T04:31:14.548Z | Checking blake2 v0.10.6 |
2177 | 2025-02-06T04:31:14.659Z | Checking linear-map v1.2.0 |
2178 | 2025-02-06T04:31:14.993Z | Checking pem v3.0.4 |
2179 | 2025-02-06T04:31:15.056Z | Checking argon2 v0.5.3 |
2180 | 2025-02-06T04:31:15.226Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2181 | 2025-02-06T04:31:15.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2182 | 2025-02-06T04:31:15.645Z | Compiling lzma-sys v0.1.20 |
2183 | 2025-02-06T04:31:15.841Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2184 | 2025-02-06T04:31:16.135Z | Checking headers-core v0.3.0 |
2185 | 2025-02-06T04:31:16.204Z | Compiling heck v0.3.3 |
2186 | 2025-02-06T04:31:16.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2025-02-06T04:31:16.530Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2188 | 2025-02-06T04:31:16.568Z | Checking highway v1.2.0 |
2189 | 2025-02-06T04:31:16.653Z | Compiling zone_cfg_derive v0.1.2 |
2190 | 2025-02-06T04:31:16.878Z | Checking headers v0.4.0 |
2191 | 2025-02-06T04:31:17.049Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2025-02-06T04:31:17.357Z | Checking yasna v0.5.2 |
2193 | 2025-02-06T04:31:17.495Z | Checking base64 v0.13.1 |
2194 | 2025-02-06T04:31:17.918Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2025-02-06T04:31:17.950Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2196 | 2025-02-06T04:31:17.976Z | Checking ron v0.7.1 |
2197 | 2025-02-06T04:31:18.054Z | Checking zone v0.1.8 |
2198 | 2025-02-06T04:31:18.244Z | Checking rcgen v0.12.1 |
2199 | 2025-02-06T04:31:18.435Z | Checking xz2 v0.1.7 |
2200 | 2025-02-06T04:31:18.492Z | Compiling typify-macro v0.3.0 |
2201 | 2025-02-06T04:31:18.784Z | Checking subprocess v0.2.9 |
2202 | 2025-02-06T04:31:18.940Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2203 | 2025-02-06T04:31:19.138Z | Checking humantime v2.1.0 |
2204 | 2025-02-06T04:31:19.174Z | Compiling semver v0.1.20 |
2205 | 2025-02-06T04:31:19.377Z | Checking prettyplease v0.2.25 |
2206 | 2025-02-06T04:31:19.493Z | Checking half v2.4.1 |
2207 | 2025-02-06T04:31:19.672Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2208 | 2025-02-06T04:31:19.771Z | Compiling rustc_version v0.1.7 |
2209 | 2025-02-06T04:31:19.836Z | Checking ciborium-io v0.2.2 |
2210 | 2025-02-06T04:31:20.032Z | Checking ciborium-ll v0.2.2 |
2211 | 2025-02-06T04:31:20.321Z | Compiling newtype_derive v0.1.6 |
2212 | 2025-02-06T04:31:20.393Z | Checking ciborium v0.2.2 |
2213 | 2025-02-06T04:31:20.816Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-02-06T04:31:20.901Z | Checking steno v0.4.1 |
2215 | 2025-02-06T04:31:22.416Z | Compiling typify v0.3.0 |
2216 | 2025-02-06T04:31:22.577Z | Compiling progenitor-impl v0.9.1 |
2217 | 2025-02-06T04:31:23.655Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2218 | 2025-02-06T04:31:23.979Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2219 | 2025-02-06T04:31:24.409Z | Compiling slog-dtrace v0.3.0 |
2220 | 2025-02-06T04:31:24.780Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2221 | 2025-02-06T04:31:24.846Z | Checking display-error-chain v0.2.2 |
2222 | 2025-02-06T04:31:25.088Z | Checking gethostname v0.5.0 |
2223 | 2025-02-06T04:31:25.140Z | Checking nibble_vec v0.1.0 |
2224 | 2025-02-06T04:31:25.251Z | Compiling blake3 v1.5.4 |
2225 | 2025-02-06T04:31:25.358Z | Checking keccak v0.1.5 |
2226 | 2025-02-06T04:31:25.388Z | Checking endian-type v0.1.2 |
2227 | 2025-02-06T04:31:25.421Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2228 | 2025-02-06T04:31:25.662Z | Checking radix_trie v0.2.1 |
2229 | 2025-02-06T04:31:25.746Z | Checking sha3 v0.10.8 |
2230 | 2025-02-06T04:31:26.158Z | Checking universal-hash v0.5.1 |
2231 | 2025-02-06T04:31:26.269Z | Checking secrecy v0.8.0 |
2232 | 2025-02-06T04:31:26.402Z | Checking opaque-debug v0.3.1 |
2233 | 2025-02-06T04:31:26.526Z | Checking aead v0.5.2 |
2234 | 2025-02-06T04:31:26.555Z | Checking poly1305 v0.8.0 |
2235 | 2025-02-06T04:31:26.663Z | Checking chacha20 v0.9.1 |
2236 | 2025-02-06T04:31:27.116Z | Compiling memmap2 v0.9.5 |
2237 | 2025-02-06T04:31:27.159Z | Compiling arrayref v0.3.9 |
2238 | 2025-02-06T04:31:27.307Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-02-06T04:31:27.533Z | Compiling arrayvec v0.7.6 |
2240 | 2025-02-06T04:31:27.638Z | Compiling toolchain_find v0.4.0 |
2241 | 2025-02-06T04:31:27.886Z | Compiling thiserror-impl-no-std v2.0.2 |
2242 | 2025-02-06T04:31:28.228Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2025-02-06T04:31:28.297Z | Compiling topological-sort v0.2.2 |
2244 | 2025-02-06T04:31:28.331Z | Compiling rustfmt-wrapper v0.2.1 |
2245 | 2025-02-06T04:31:28.554Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2246 | 2025-02-06T04:31:28.846Z | Compiling omicron-zone-package v0.12.0 |
2247 | 2025-02-06T04:31:28.911Z | Checking chacha20poly1305 v0.10.1 |
2248 | 2025-02-06T04:31:28.947Z | Compiling async-recursion v1.1.1 |
2249 | 2025-02-06T04:31:29.135Z | Checking fxhash v0.2.1 |
2250 | 2025-02-06T04:31:29.251Z | Checking bumpalo v3.16.0 |
2251 | 2025-02-06T04:31:29.354Z | Compiling zip v2.1.3 |
2252 | 2025-02-06T04:31:29.619Z | Checking lockfree-object-pool v0.1.6 |
2253 | 2025-02-06T04:31:29.675Z | Checking simd-adler32 v0.3.7 |
2254 | 2025-02-06T04:31:29.902Z | Compiling progenitor-macro v0.9.1 |
2255 | 2025-02-06T04:31:29.966Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2256 | 2025-02-06T04:31:30.068Z | Checking zopfli v0.8.1 |
2257 | 2025-02-06T04:31:30.386Z | Checking termcolor v1.4.1 |
2258 | 2025-02-06T04:31:30.519Z | Checking maplit v1.0.2 |
2259 | 2025-02-06T04:31:30.553Z | Compiling radium v0.7.0 |
2260 | 2025-02-06T04:31:30.678Z | Compiling const_format_proc_macros v0.2.34 |
2261 | 2025-02-06T04:31:30.895Z | Checking thiserror-no-std v2.0.2 |
2262 | 2025-02-06T04:31:30.928Z | Compiling maybe-uninit v2.0.0 |
2263 | 2025-02-06T04:31:31.058Z | Checking vsss-rs v3.3.4 |
2264 | 2025-02-06T04:31:31.142Z | Checking tap v1.0.1 |
2265 | 2025-02-06T04:31:31.358Z | Checking wyz v0.5.1 |
2266 | 2025-02-06T04:31:31.775Z | Checking home v0.5.9 |
2267 | 2025-02-06T04:31:31.980Z | Compiling packed_struct v0.10.1 |
2268 | 2025-02-06T04:31:32.029Z | Checking crc-catalog v2.4.0 |
2269 | 2025-02-06T04:31:32.158Z | Checking funty v2.0.0 |
2270 | 2025-02-06T04:31:32.207Z | Checking crc v3.2.1 |
2271 | 2025-02-06T04:31:32.565Z | Checking kstat-rs v0.2.4 |
2272 | 2025-02-06T04:31:32.626Z | Compiling packed_struct_codegen v0.10.1 |
2273 | 2025-02-06T04:31:32.661Z | Checking const_format v0.2.34 |
2274 | 2025-02-06T04:31:32.877Z | Compiling vte_generate_state_changes v0.1.2 |
2275 | 2025-02-06T04:31:32.904Z | Checking bitvec v1.0.1 |
2276 | 2025-02-06T04:31:33.064Z | Compiling indexmap v1.9.3 |
2277 | 2025-02-06T04:31:33.321Z | Checking nodrop v0.1.14 |
2278 | 2025-02-06T04:31:33.378Z | Compiling libefi-sys v0.1.0 |
2279 | 2025-02-06T04:31:33.461Z | Checking array-init v0.0.4 |
2280 | 2025-02-06T04:31:33.611Z | Checking progenitor v0.8.0 |
2281 | 2025-02-06T04:31:33.812Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2282 | 2025-02-06T04:31:33.839Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2283 | 2025-02-06T04:31:34.288Z | Checking vte v0.11.1 |
2284 | 2025-02-06T04:31:34.594Z | Checking smallvec v0.6.14 |
2285 | 2025-02-06T04:31:34.702Z | Checking fd-lock v4.0.2 |
2286 | 2025-02-06T04:31:34.892Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2287 | 2025-02-06T04:31:34.938Z | Compiling bitfield-struct v0.6.2 |
2288 | 2025-02-06T04:31:35.238Z | Checking bitfield v0.14.0 |
2289 | 2025-02-06T04:31:35.308Z | Checking hashbrown v0.12.3 |
2290 | 2025-02-06T04:31:35.508Z | Checking strip-ansi-escapes v0.2.0 |
2291 | 2025-02-06T04:31:35.837Z | Checking serde-hex v0.1.0 |
2292 | 2025-02-06T04:31:36.136Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2293 | 2025-02-06T04:31:36.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2294 | 2025-02-06T04:31:36.896Z | Checking env_logger v0.10.2 |
2295 | 2025-02-06T04:31:37.002Z | Checking ron v0.8.1 |
2296 | 2025-02-06T04:31:37.271Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2297 | 2025-02-06T04:31:37.296Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2298 | 2025-02-06T04:31:37.546Z | Checking hashbrown v0.13.2 |
2299 | 2025-02-06T04:31:37.778Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2025-02-06T04:31:37.816Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2025-02-06T04:31:38.061Z | Checking crc-any v2.5.0 |
2302 | 2025-02-06T04:31:38.386Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2303 | 2025-02-06T04:31:38.515Z | Checking nu-ansi-term v0.50.1 |
2304 | 2025-02-06T04:31:38.866Z | Checking reedline v0.35.0 |
2305 | 2025-02-06T04:31:38.969Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2306 | 2025-02-06T04:31:39.190Z | Checking object v0.30.4 |
2307 | 2025-02-06T04:31:39.364Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2308 | 2025-02-06T04:31:39.902Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2309 | 2025-02-06T04:31:39.927Z | Checking nanorand v0.7.0 |
2310 | 2025-02-06T04:31:40.159Z | Checking path-slash v0.1.5 |
2311 | 2025-02-06T04:31:40.289Z | Compiling parking_lot_core v0.8.6 |
2312 | 2025-02-06T04:31:40.340Z | Checking flume v0.11.1 |
2313 | 2025-02-06T04:31:40.624Z | Checking progenitor v0.9.1 |
2314 | 2025-02-06T04:31:40.887Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2315 | 2025-02-06T04:31:40.997Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2316 | 2025-02-06T04:31:41.057Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2317 | 2025-02-06T04:31:41.191Z | Compiling phf_generator v0.11.2 |
2318 | 2025-02-06T04:31:41.360Z | Checking glob v0.3.2 |
2319 | 2025-02-06T04:31:41.630Z | Checking bytecount v0.6.8 |
2320 | 2025-02-06T04:31:41.777Z | Checking papergrid v0.11.0 |
2321 | 2025-02-06T04:31:42.903Z | Compiling phf_codegen v0.11.2 |
2322 | 2025-02-06T04:31:43.094Z | Checking parking_lot v0.11.2 |
2323 | 2025-02-06T04:31:43.396Z | Compiling tabled_derive v0.7.0 |
2324 | 2025-02-06T04:31:43.834Z | Compiling parse-zoneinfo v0.3.1 |
2325 | 2025-02-06T04:31:43.922Z | Compiling cfg_aliases v0.1.1 |
2326 | 2025-02-06T04:31:44.043Z | Compiling nix v0.28.0 |
2327 | 2025-02-06T04:31:44.666Z | Compiling chrono-tz-build v0.4.0 |
2328 | 2025-02-06T04:31:45.182Z | Checking tabled v0.15.0 |
2329 | 2025-02-06T04:31:45.279Z | Checking sled v0.34.7 |
2330 | 2025-02-06T04:31:45.305Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2331 | 2025-02-06T04:31:45.685Z | Checking hickory-client v0.24.2 |
2332 | 2025-02-06T04:31:46.274Z | Checking hickory-server v0.24.2 |
2333 | 2025-02-06T04:31:46.299Z | Compiling chrono-tz v0.10.1 |
2334 | 2025-02-06T04:31:46.871Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2335 | 2025-02-06T04:31:46.895Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2336 | 2025-02-06T04:31:47.421Z | Compiling unicase v2.7.0 |
2337 | 2025-02-06T04:31:47.585Z | Compiling buf-list v1.0.3 |
2338 | 2025-02-06T04:31:48.183Z | Compiling peg-macros v0.8.4 |
2339 | 2025-02-06T04:31:48.541Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2340 | 2025-02-06T04:31:48.671Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2341 | 2025-02-06T04:31:48.739Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2342 | 2025-02-06T04:31:49.761Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2343 | 2025-02-06T04:31:50.925Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2344 | 2025-02-06T04:31:51.526Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2345 | 2025-02-06T04:31:51.576Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2346 | 2025-02-06T04:31:51.701Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2025-02-06T04:31:51.956Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2348 | 2025-02-06T04:31:52.454Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2025-02-06T04:31:52.501Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2350 | 2025-02-06T04:31:52.588Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2351 | 2025-02-06T04:31:53.332Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2352 | 2025-02-06T04:31:53.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2025-02-06T04:31:53.963Z | Compiling sqlparser_derive v0.2.2 |
2354 | 2025-02-06T04:31:54.050Z | Checking unicode_categories v0.1.1 |
2355 | 2025-02-06T04:31:54.335Z | Checking sqlformat v0.2.6 |
2356 | 2025-02-06T04:31:54.625Z | Checking peg v0.8.4 |
2357 | 2025-02-06T04:31:54.730Z | Checking rustyline v14.0.0 |
2358 | 2025-02-06T04:31:54.889Z | Checking sqlparser v0.45.0 |
2359 | 2025-02-06T04:31:56.564Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2360 | 2025-02-06T04:31:56.926Z | Checking bcs v0.1.6 |
2361 | 2025-02-06T04:31:57.224Z | Checking termtree v0.5.1 |
2362 | 2025-02-06T04:31:57.328Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2363 | 2025-02-06T04:31:57.469Z | Checking primeorder v0.13.6 |
2364 | 2025-02-06T04:31:57.782Z | Compiling mime_guess v2.0.5 |
2365 | 2025-02-06T04:31:57.925Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2366 | 2025-02-06T04:31:58.260Z | Checking http-range v0.1.5 |
2367 | 2025-02-06T04:31:58.509Z | Checking atty v0.2.14 |
2368 | 2025-02-06T04:31:58.667Z | Compiling salty v0.3.0 |
2369 | 2025-02-06T04:31:58.734Z | Checking p384 v0.13.0 |
2370 | 2025-02-06T04:31:59.080Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2371 | 2025-02-06T04:31:59.510Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2372 | 2025-02-06T04:31:59.609Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2373 | 2025-02-06T04:31:59.752Z | Checking hyper-staticfile v0.10.1 |
2374 | 2025-02-06T04:31:59.806Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2375 | 2025-02-06T04:32:00.084Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2025-02-06T04:32:00.555Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2025-02-06T04:32:00.854Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2378 | 2025-02-06T04:32:01.414Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2025-02-06T04:32:01.703Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2380 | 2025-02-06T04:32:02.110Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2381 | 2025-02-06T04:32:02.280Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2382 | 2025-02-06T04:32:02.420Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2383 | 2025-02-06T04:32:02.902Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2384 | 2025-02-06T04:32:02.933Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2025-02-06T04:32:03.395Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2386 | 2025-02-06T04:32:03.714Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2387 | 2025-02-06T04:32:03.739Z | Compiling dsl_auto_type v0.1.2 |
2388 | 2025-02-06T04:32:04.154Z | Checking scheduled-thread-pool v0.2.7 |
2389 | 2025-02-06T04:32:04.384Z | Checking env_filter v0.1.2 |
2390 | 2025-02-06T04:32:04.626Z | Compiling diesel_table_macro_syntax v0.2.0 |
2391 | 2025-02-06T04:32:04.650Z | Compiling crunchy v0.2.2 |
2392 | 2025-02-06T04:32:05.049Z | Checking env_logger v0.11.5 |
2393 | 2025-02-06T04:32:05.161Z | Checking r2d2 v0.8.10 |
2394 | 2025-02-06T04:32:05.215Z | Compiling diesel_derives v2.2.3 |
2395 | 2025-02-06T04:32:05.274Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2396 | 2025-02-06T04:32:05.405Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2397 | 2025-02-06T04:32:05.517Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2398 | 2025-02-06T04:32:05.893Z | Compiling tiny-keccak v2.0.2 |
2399 | 2025-02-06T04:32:05.918Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2400 | 2025-02-06T04:32:06.294Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2401 | 2025-02-06T04:32:06.401Z | Compiling ref-cast v1.0.23 |
2402 | 2025-02-06T04:32:07.264Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2403 | 2025-02-06T04:32:07.692Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2404 | 2025-02-06T04:32:07.770Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2405 | 2025-02-06T04:32:08.264Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2406 | 2025-02-06T04:32:08.821Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2407 | 2025-02-06T04:32:08.995Z | Compiling ascii-canvas v3.0.0 |
2408 | 2025-02-06T04:32:09.121Z | Compiling ena v0.14.3 |
2409 | 2025-02-06T04:32:09.416Z | Compiling ref-cast-impl v1.0.23 |
2410 | 2025-02-06T04:32:09.505Z | Compiling regex-syntax v0.6.29 |
2411 | 2025-02-06T04:32:09.540Z | Compiling diff v0.1.13 |
2412 | 2025-02-06T04:32:10.167Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2413 | 2025-02-06T04:32:10.637Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2414 | 2025-02-06T04:32:10.722Z | Compiling pin-project-internal v1.1.6 |
2415 | 2025-02-06T04:32:11.079Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2416 | 2025-02-06T04:32:11.370Z | Compiling derive_builder_core v0.20.2 |
2417 | 2025-02-06T04:32:12.040Z | Compiling libxml v0.3.3 |
2418 | 2025-02-06T04:32:12.469Z | Checking signal-hook-tokio v0.3.1 |
2419 | 2025-02-06T04:32:12.658Z | Compiling lalrpop v0.19.12 |
2420 | 2025-02-06T04:32:13.177Z | Compiling strum_macros v0.24.3 |
2421 | 2025-02-06T04:32:13.254Z | Compiling samael v0.0.17 |
2422 | 2025-02-06T04:32:13.351Z | Checking pin-project v1.1.6 |
2423 | 2025-02-06T04:32:13.400Z | Compiling derive_builder_macro v0.20.2 |
2424 | 2025-02-06T04:32:13.506Z | Compiling snafu-derive v0.8.5 |
2425 | 2025-02-06T04:32:14.139Z | Compiling indoc v1.0.9 |
2426 | 2025-02-06T04:32:14.313Z | Checking derive_builder v0.20.2 |
2427 | 2025-02-06T04:32:14.858Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2428 | 2025-02-06T04:32:15.101Z | Checking diesel v2.2.6 |
2429 | 2025-02-06T04:32:15.676Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2430 | 2025-02-06T04:32:15.833Z | Checking olpc-cjson v0.1.4 |
2431 | 2025-02-06T04:32:15.889Z | Checking globset v0.4.15 |
2432 | 2025-02-06T04:32:16.068Z | Checking quick-xml v0.33.0 |
2433 | 2025-02-06T04:32:16.093Z | Checking serde_plain v1.0.2 |
2434 | 2025-02-06T04:32:16.334Z | Compiling impl-trait-for-tuples v0.2.2 |
2435 | 2025-02-06T04:32:16.359Z | Compiling oso-derive v0.27.3 |
2436 | 2025-02-06T04:32:16.428Z | Compiling memoffset v0.9.1 |
2437 | 2025-02-06T04:32:16.699Z | Checking typed-path v0.9.3 |
2438 | 2025-02-06T04:32:17.385Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2439 | 2025-02-06T04:32:17.633Z | Checking snafu v0.8.5 |
2440 | 2025-02-06T04:32:18.054Z | Checking tungstenite v0.23.0 |
2441 | 2025-02-06T04:32:18.348Z | Checking tough v0.19.0 |
2442 | 2025-02-06T04:32:18.733Z | Compiling diesel-dtrace v0.4.2 |
2443 | 2025-02-06T04:32:18.831Z | Checking parse-size v1.1.0 |
2444 | 2025-02-06T04:32:19.026Z | Checking tokio-tungstenite v0.23.1 |
2445 | 2025-02-06T04:32:19.214Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2446 | 2025-02-06T04:32:19.474Z | Checking bb8 v0.8.5 |
2447 | 2025-02-06T04:32:19.537Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2448 | 2025-02-06T04:32:19.957Z | Checking nix v0.27.1 |
2449 | 2025-02-06T04:32:19.982Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2450 | 2025-02-06T04:32:20.236Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2451 | 2025-02-06T04:32:22.213Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2452 | 2025-02-06T04:32:22.238Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2453 | 2025-02-06T04:32:22.440Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2454 | 2025-02-06T04:32:22.465Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2455 | 2025-02-06T04:32:22.583Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2456 | 2025-02-06T04:32:22.995Z | Checking heck v0.4.1 |
2457 | 2025-02-06T04:32:23.212Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2458 | 2025-02-06T04:32:23.382Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2459 | 2025-02-06T04:32:23.581Z | Checking rand_seeder v0.3.0 |
2460 | 2025-02-06T04:32:23.686Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2461 | 2025-02-06T04:32:23.818Z | Checking assert_matches v1.5.0 |
2462 | 2025-02-06T04:32:23.933Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2463 | 2025-02-06T04:32:23.970Z | Compiling libz-sys v1.1.20 |
2464 | 2025-02-06T04:32:24.108Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2465 | 2025-02-06T04:32:24.161Z | Checking castaway v0.2.3 |
2466 | 2025-02-06T04:32:24.306Z | Checking is_ci v1.2.0 |
2467 | 2025-02-06T04:32:24.334Z | Checking compact_str v0.8.0 |
2468 | 2025-02-06T04:32:24.451Z | Checking supports-color v3.0.1 |
2469 | 2025-02-06T04:32:24.671Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2025-02-06T04:32:24.696Z | Checking unicode-truncate v1.1.0 |
2471 | 2025-02-06T04:32:24.920Z | Checking cargo-platform v0.1.8 |
2472 | 2025-02-06T04:32:25.075Z | Checking lru v0.12.5 |
2473 | 2025-02-06T04:32:25.146Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2474 | 2025-02-06T04:32:25.223Z | Compiling instability v0.3.2 |
2475 | 2025-02-06T04:32:25.338Z | Checking cassowary v0.3.0 |
2476 | 2025-02-06T04:32:25.877Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2477 | 2025-02-06T04:32:25.908Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-02-06T04:32:26.092Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2479 | 2025-02-06T04:32:26.117Z | Checking ratatui v0.28.1 |
2480 | 2025-02-06T04:32:26.642Z | Compiling vergen v8.3.2 |
2481 | 2025-02-06T04:32:26.889Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2025-02-06T04:32:27.292Z | Checking unicode-linebreak v0.1.5 |
2483 | 2025-02-06T04:32:27.404Z | Checking smawk v0.3.2 |
2484 | 2025-02-06T04:32:27.635Z | Compiling cargo_metadata v0.18.1 |
2485 | 2025-02-06T04:32:27.686Z | Checking textwrap v0.16.1 |
2486 | 2025-02-06T04:32:28.091Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2025-02-06T04:32:28.664Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2488 | 2025-02-06T04:32:29.015Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2489 | 2025-02-06T04:32:29.298Z | Compiling libsqlite3-sys v0.30.1 |
2490 | 2025-02-06T04:32:29.735Z | Checking shell-words v1.1.0 |
2491 | 2025-02-06T04:32:29.921Z | Compiling cfg_aliases v0.2.1 |
2492 | 2025-02-06T04:32:29.946Z | Compiling rustls v0.21.12 |
2493 | 2025-02-06T04:32:30.060Z | Compiling nix v0.29.0 |
2494 | 2025-02-06T04:32:30.093Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2495 | 2025-02-06T04:32:30.256Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2496 | 2025-02-06T04:32:30.281Z | Checking rustls-webpki v0.101.7 |
2497 | 2025-02-06T04:32:30.379Z | Checking sct v0.7.1 |
2498 | 2025-02-06T04:32:30.616Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2499 | 2025-02-06T04:32:30.887Z | Checking hashlink v0.9.1 |
2500 | 2025-02-06T04:32:30.925Z | Checking concurrent-queue v2.5.0 |
2501 | 2025-02-06T04:32:30.990Z | Checking fallible-iterator v0.3.0 |
2502 | 2025-02-06T04:32:31.249Z | Checking plotters-backend v0.3.7 |
2503 | 2025-02-06T04:32:31.409Z | Checking parking v2.2.1 |
2504 | 2025-02-06T04:32:31.508Z | Checking fallible-streaming-iterator v0.1.9 |
2505 | 2025-02-06T04:32:31.608Z | Checking plotters-svg v0.3.7 |
2506 | 2025-02-06T04:32:31.756Z | Checking rusqlite v0.32.1 |
2507 | 2025-02-06T04:32:31.849Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2508 | 2025-02-06T04:32:31.874Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2025-02-06T04:32:32.111Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2025-02-06T04:32:32.552Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2511 | 2025-02-06T04:32:32.956Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2025-02-06T04:32:33.008Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2025-02-06T04:32:33.490Z | Checking tokio-rustls v0.24.1 |
2514 | 2025-02-06T04:32:33.517Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2515 | 2025-02-06T04:32:33.824Z | Checking rustls-pemfile v1.0.4 |
2516 | 2025-02-06T04:32:33.849Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2517 | 2025-02-06T04:32:34.048Z | Checking twox-hash v2.1.0 |
2518 | 2025-02-06T04:32:34.200Z | Checking cast v0.3.0 |
2519 | 2025-02-06T04:32:34.390Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2520 | 2025-02-06T04:32:34.482Z | Checking criterion-plot v0.5.0 |
2521 | 2025-02-06T04:32:34.638Z | Checking plotters v0.3.7 |
2522 | 2025-02-06T04:32:34.927Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2523 | 2025-02-06T04:32:36.111Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2524 | 2025-02-06T04:32:36.297Z | Checking fatfs v0.3.6 |
2525 | 2025-02-06T04:32:36.550Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2025-02-06T04:32:37.187Z | Checking tinytemplate v1.2.1 |
2527 | 2025-02-06T04:32:37.505Z | Checking csv-core v0.1.11 |
2528 | 2025-02-06T04:32:37.533Z | Checking anes v0.1.6 |
2529 | 2025-02-06T04:32:37.559Z | Checking oorandom v11.1.4 |
2530 | 2025-02-06T04:32:37.733Z | Checking hex-literal v0.4.1 |
2531 | 2025-02-06T04:32:37.826Z | Checking csv v1.3.1 |
2532 | 2025-02-06T04:32:37.861Z | Checking criterion v0.5.1 |
2533 | 2025-02-06T04:32:37.886Z | Checking event-listener v5.3.1 |
2534 | 2025-02-06T04:32:38.543Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2535 | 2025-02-06T04:32:39.542Z | Checking rtoolbox v0.0.2 |
2536 | 2025-02-06T04:32:39.736Z | Checking rpassword v7.3.1 |
2537 | 2025-02-06T04:32:39.893Z | Checking event-listener-strategy v0.5.2 |
2538 | 2025-02-06T04:32:40.124Z | Checking tui-tree-widget v0.22.0 |
2539 | 2025-02-06T04:32:40.204Z | Checking polyval v0.6.2 |
2540 | 2025-02-06T04:32:40.480Z | Checking async-bb8-diesel v0.2.1 |
2541 | 2025-02-06T04:32:40.813Z | Checking ghash v0.5.1 |
2542 | 2025-02-06T04:32:40.994Z | Checking futures-lite v2.3.0 |
2543 | 2025-02-06T04:32:41.050Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2544 | 2025-02-06T04:32:41.575Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2545 | 2025-02-06T04:32:41.929Z | Checking ctr v0.9.2 |
2546 | 2025-02-06T04:32:42.335Z | Checking yansi v1.0.1 |
2547 | 2025-02-06T04:32:42.398Z | Checking aes-gcm v0.10.3 |
2548 | 2025-02-06T04:32:42.496Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2549 | 2025-02-06T04:32:42.638Z | Checking ssh-encoding v0.2.0 |
2550 | 2025-02-06T04:32:42.840Z | Checking pretty_assertions v1.4.1 |
2551 | 2025-02-06T04:32:42.958Z | Checking blowfish v0.9.1 |
2552 | 2025-02-06T04:32:43.053Z | Checking ssh-cipher v0.2.0 |
2553 | 2025-02-06T04:32:43.205Z | Checking bcrypt-pbkdf v0.10.0 |
2554 | 2025-02-06T04:32:43.338Z | Checking async-lock v3.4.0 |
2555 | 2025-02-06T04:32:43.459Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2556 | 2025-02-06T04:32:44.043Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2557 | 2025-02-06T04:32:44.215Z | Checking password-hash v0.4.2 |
2558 | 2025-02-06T04:32:44.587Z | Checking polling v3.7.3 |
2559 | 2025-02-06T04:32:44.944Z | Checking async-io v2.3.4 |
2560 | 2025-02-06T04:32:45.174Z | Checking pbkdf2 v0.11.0 |
2561 | 2025-02-06T04:32:45.446Z | Checking ssh-key v0.6.6 |
2562 | 2025-02-06T04:32:45.698Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2563 | 2025-02-06T04:32:46.304Z | Checking p521 v0.13.3 |
2564 | 2025-02-06T04:32:46.811Z | Checking p256 v0.13.2 |
2565 | 2025-02-06T04:32:47.240Z | Checking russh-cryptovec v0.7.3 |
2566 | 2025-02-06T04:32:47.436Z | Checking md5 v0.7.0 |
2567 | 2025-02-06T04:32:47.464Z | Compiling target-lexicon v0.12.16 |
2568 | 2025-02-06T04:32:47.491Z | Compiling doc-comment v0.3.3 |
2569 | 2025-02-06T04:32:47.715Z | Checking async-task v4.7.1 |
2570 | 2025-02-06T04:32:48.051Z | Checking russh-keys v0.45.0 |
2571 | 2025-02-06T04:32:48.098Z | Checking async-channel v2.3.1 |
2572 | 2025-02-06T04:32:48.363Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2573 | 2025-02-06T04:32:48.408Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2574 | 2025-02-06T04:32:49.072Z | Checking piper v0.2.4 |
2575 | 2025-02-06T04:32:49.254Z | Checking num-bigint v0.4.6 |
2576 | 2025-02-06T04:32:49.312Z | Checking des v0.8.1 |
2577 | 2025-02-06T04:32:49.590Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2578 | 2025-02-06T04:32:49.793Z | Compiling guppy-workspace-hack v0.1.0 |
2579 | 2025-02-06T04:32:50.098Z | Compiling assert_cmd v2.0.16 |
2580 | 2025-02-06T04:32:50.437Z | Checking futures-timer v3.0.3 |
2581 | 2025-02-06T04:32:50.556Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2582 | 2025-02-06T04:32:50.819Z | Checking blocking v1.6.1 |
2583 | 2025-02-06T04:32:51.369Z | Checking russh v0.45.0 |
2584 | 2025-02-06T04:32:51.685Z | Checking async-executor v1.13.1 |
2585 | 2025-02-06T04:32:51.872Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2586 | 2025-02-06T04:32:52.077Z | Checking async-signal v0.2.10 |
2587 | 2025-02-06T04:32:52.370Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2588 | 2025-02-06T04:32:52.704Z | Checking internet-checksum v0.2.1 |
2589 | 2025-02-06T04:32:52.728Z | Checking event-listener v2.5.3 |
2590 | 2025-02-06T04:32:52.891Z | Compiling target-spec v3.3.1 |
2591 | 2025-02-06T04:32:52.946Z | Checking async-channel v1.9.0 |
2592 | 2025-02-06T04:32:53.434Z | Checking async-process v2.3.0 |
2593 | 2025-02-06T04:32:53.459Z | Checking async-global-executor v2.4.1 |
2594 | 2025-02-06T04:32:53.694Z | Checking cfg-expr v0.17.2 |
2595 | 2025-02-06T04:32:53.848Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2596 | 2025-02-06T04:32:54.085Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2597 | 2025-02-06T04:32:54.414Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2598 | 2025-02-06T04:32:54.777Z | Checking httptest v0.16.1 |
2599 | 2025-02-06T04:32:54.876Z | Checking rustls-native-certs v0.7.3 |
2600 | 2025-02-06T04:32:55.083Z | Compiling petname v2.0.2 |
2601 | 2025-02-06T04:32:55.149Z | Checking num_cpus v1.16.0 |
2602 | 2025-02-06T04:32:55.304Z | Checking kv-log-macro v1.0.7 |
2603 | 2025-02-06T04:32:55.414Z | Compiling async-attributes v1.1.2 |
2604 | 2025-02-06T04:32:56.132Z | Checking async-std v1.13.0 |
2605 | 2025-02-06T04:32:56.259Z | Checking threadpool v1.8.1 |
2606 | 2025-02-06T04:32:56.472Z | Checking hyper-rustls v0.26.0 |
2607 | 2025-02-06T04:32:57.129Z | Checking cargo_metadata v0.19.1 |
2608 | 2025-02-06T04:32:57.203Z | Checking pathdiff v0.2.3 |
2609 | 2025-02-06T04:32:57.291Z | Compiling rstest_macros v0.23.0 |
2610 | 2025-02-06T04:32:57.377Z | Compiling target-triple v0.1.3 |
2611 | 2025-02-06T04:32:57.709Z | Checking escape8259 v0.5.3 |
2612 | 2025-02-06T04:32:57.818Z | Checking nested v0.1.1 |
2613 | 2025-02-06T04:32:57.914Z | Checking libtest-mimic v0.7.3 |
2614 | 2025-02-06T04:32:58.233Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2615 | 2025-02-06T04:32:58.524Z | Checking guppy v0.17.12 |
2616 | 2025-02-06T04:32:59.076Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2617 | 2025-02-06T04:32:59.196Z | Checking async-object-pool v0.1.5 |
2618 | 2025-02-06T04:32:59.293Z | Checking similar-asserts v1.6.0 |
2619 | 2025-02-06T04:32:59.343Z | Checking fancy-regex v0.13.0 |
2620 | 2025-02-06T04:32:59.537Z | Checking serde_regex v1.1.0 |
2621 | 2025-02-06T04:32:59.772Z | Checking assert-json-diff v2.0.2 |
2622 | 2025-02-06T04:32:59.990Z | Compiling proc-macro-crate v3.2.0 |
2623 | 2025-02-06T04:33:00.051Z | Checking path-tree v0.8.1 |
2624 | 2025-02-06T04:33:00.248Z | Checking sync-ptr v0.1.1 |
2625 | 2025-02-06T04:33:00.378Z | Compiling relative-path v1.9.3 |
2626 | 2025-02-06T04:33:00.447Z | Checking stringmetrics v2.2.2 |
2627 | 2025-02-06T04:33:00.482Z | Checking datatest-stable v0.2.9 |
2628 | 2025-02-06T04:33:00.686Z | Checking httpmock v0.8.0-alpha.1 |
2629 | 2025-02-06T04:33:00.917Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2630 | 2025-02-06T04:33:00.990Z | Checking blake2b_simd v1.0.2 |
2631 | 2025-02-06T04:33:01.743Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2632 | 2025-02-06T04:33:02.171Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2633 | 2025-02-06T04:33:02.496Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2634 | 2025-02-06T04:33:02.812Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2635 | 2025-02-06T04:33:03.094Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2636 | 2025-02-06T04:33:03.554Z | Checking serde_tokenstream v0.2.2 |
2637 | 2025-02-06T04:33:03.948Z | Checking uzers v0.12.1 |
2638 | 2025-02-06T04:33:04.440Z | Checking rust-argon2 v2.1.0 |
2639 | 2025-02-06T04:33:04.865Z | Checking trybuild v1.0.101 |
2640 | 2025-02-06T04:33:05.083Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2641 | 2025-02-06T04:33:05.992Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2642 | 2025-02-06T04:33:06.082Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2643 | 2025-02-06T04:33:07.087Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2644 | 2025-02-06T04:33:07.353Z | Checking rand_distr v0.4.3 |
2645 | 2025-02-06T04:33:07.968Z | Checking multimap v0.10.0 |
2646 | 2025-02-06T04:33:08.262Z | Checking approx v0.5.1 |
2647 | 2025-02-06T04:33:08.552Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2648 | 2025-02-06T04:33:08.944Z | Checking rstest v0.23.0 |
2649 | 2025-02-06T04:33:09.197Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2650 | 2025-02-06T04:33:10.061Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2651 | 2025-02-06T04:33:10.317Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2652 | 2025-02-06T04:33:10.676Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2653 | 2025-02-06T04:33:11.220Z | Checking partial-io v0.5.4 |
2654 | 2025-02-06T04:33:11.413Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2655 | 2025-02-06T04:33:11.563Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2656 | 2025-02-06T04:33:11.592Z | Checking cargo_toml v0.20.5 |
2657 | 2025-02-06T04:33:11.697Z | Checking termios v0.3.3 |
2658 | 2025-02-06T04:33:11.902Z | Compiling indoc v2.0.5 |
2659 | 2025-02-06T04:33:12.642Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2660 | 2025-02-06T04:33:13.011Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2661 | 2025-02-06T04:33:13.221Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2662 | 2025-02-06T04:33:14.298Z | Compiling git2 v0.19.0 |
2663 | 2025-02-06T04:33:16.213Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2664 | 2025-02-06T04:33:19.518Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2665 | 2025-02-06T04:33:21.692Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2666 | 2025-02-06T04:33:31.107Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2667 | 2025-02-06T04:33:38.428Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2668 | 2025-02-06T04:34:02.007Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2669 | 2025-02-06T04:34:02.169Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2670 | 2025-02-06T04:34:02.992Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2671 | 2025-02-06T04:34:12.983Z | Compiling polar-core v0.27.3 |
2672 | 2025-02-06T04:34:23.325Z | Checking oso v0.27.3 |
2673 | 2025-02-06T04:35:10.020Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2674 | 2025-02-06T04:35:10.020Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2675 | 2025-02-06T04:35:10.045Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2676 | 2025-02-06T04:36:37.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
2677 | 2025-02-06T04:36:38.407Z | |
2678 | 2025-02-06T04:36:38.407Z | real 6:35.368951288 |
2679 | 2025-02-06T04:36:38.407Z | user 31:41.137476772 |
2680 | 2025-02-06T04:36:38.407Z | sys 5:35.737036089 |
2681 | 2025-02-06T04:36:38.407Z | trap 0.973822398 |
2682 | 2025-02-06T04:36:38.407Z | tflt 1.517046795 |
2683 | 2025-02-06T04:36:38.407Z | dflt 0.455624586 |
2684 | 2025-02-06T04:36:38.407Z | kflt 0.001005870 |
2685 | 2025-02-06T04:36:38.408Z | lock 45:41.473534131 |
2686 | 2025-02-06T04:36:38.408Z | slp 1:49:35.197403626 |
2687 | 2025-02-06T04:36:38.408Z | lat 1:45.778100825 |
2688 | 2025-02-06T04:36:38.408Z | stop 6:52.486645645 |
2689 | 2025-02-06T04:36:38.433Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2690 | 2025-02-06T04:36:38.433Z | + ptime -m cargo doc --workspace --no-deps |
2691 | 2025-02-06T04:36:39.829Z | warning: output filename collision. |
2692 | 2025-02-06T04:36:39.829Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2693 | 2025-02-06T04:36:39.830Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2694 | 2025-02-06T04:36:39.830Z | The targets should have unique names. |
2695 | 2025-02-06T04:36:39.830Z | This is a known bug where multiple crates with the same name use |
2696 | 2025-02-06T04:36:39.830Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2697 | 2025-02-06T04:36:40.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2698 | 2025-02-06T04:36:40.585Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2699 | 2025-02-06T04:36:40.610Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2700 | 2025-02-06T04:36:40.664Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2701 | 2025-02-06T04:36:40.697Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2702 | 2025-02-06T04:36:40.728Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2703 | 2025-02-06T04:36:40.757Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2704 | 2025-02-06T04:36:40.968Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2705 | 2025-02-06T04:36:40.992Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2706 | 2025-02-06T04:36:41.017Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2707 | 2025-02-06T04:36:41.059Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2708 | 2025-02-06T04:36:41.216Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2709 | 2025-02-06T04:36:41.326Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2710 | 2025-02-06T04:36:41.499Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2711 | 2025-02-06T04:36:41.587Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2712 | 2025-02-06T04:36:41.689Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2713 | 2025-02-06T04:36:41.912Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2714 | 2025-02-06T04:36:42.223Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2715 | 2025-02-06T04:36:42.456Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2716 | 2025-02-06T04:36:42.552Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2717 | 2025-02-06T04:36:42.577Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2718 | 2025-02-06T04:36:42.774Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2719 | 2025-02-06T04:36:42.877Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2720 | 2025-02-06T04:36:43.075Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2721 | 2025-02-06T04:36:43.181Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2722 | 2025-02-06T04:36:43.497Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2723 | 2025-02-06T04:36:43.751Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2724 | 2025-02-06T04:36:43.969Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2725 | 2025-02-06T04:36:44.102Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2726 | 2025-02-06T04:36:44.310Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2727 | 2025-02-06T04:36:44.374Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2728 | 2025-02-06T04:36:44.444Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2729 | 2025-02-06T04:36:44.583Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2730 | 2025-02-06T04:36:44.697Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2731 | 2025-02-06T04:36:44.871Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2732 | 2025-02-06T04:36:44.896Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2733 | 2025-02-06T04:36:44.955Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2734 | 2025-02-06T04:36:45.106Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2735 | 2025-02-06T04:36:45.210Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2736 | 2025-02-06T04:36:45.257Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2737 | 2025-02-06T04:36:45.403Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2738 | 2025-02-06T04:36:45.609Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2739 | 2025-02-06T04:36:45.700Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2740 | 2025-02-06T04:36:45.725Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2741 | 2025-02-06T04:36:45.750Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2742 | 2025-02-06T04:36:45.985Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2743 | 2025-02-06T04:36:46.466Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2744 | 2025-02-06T04:36:46.737Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2745 | 2025-02-06T04:36:47.177Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2746 | 2025-02-06T04:36:48.171Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2747 | 2025-02-06T04:36:48.424Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2748 | 2025-02-06T04:36:48.745Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2749 | 2025-02-06T04:36:49.047Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2750 | 2025-02-06T04:36:50.027Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2751 | 2025-02-06T04:36:50.755Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2752 | 2025-02-06T04:36:50.804Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2753 | 2025-02-06T04:36:51.173Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2754 | 2025-02-06T04:36:52.044Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2755 | 2025-02-06T04:36:52.322Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2756 | 2025-02-06T04:36:52.515Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2757 | 2025-02-06T04:36:52.954Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2758 | 2025-02-06T04:36:53.513Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2759 | 2025-02-06T04:36:54.184Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2760 | 2025-02-06T04:36:54.228Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2761 | 2025-02-06T04:36:54.785Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2762 | 2025-02-06T04:36:55.340Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2763 | 2025-02-06T04:36:56.741Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2764 | 2025-02-06T04:36:57.213Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2765 | 2025-02-06T04:36:57.525Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2766 | 2025-02-06T04:36:57.699Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2767 | 2025-02-06T04:36:57.904Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2768 | 2025-02-06T04:36:58.076Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2769 | 2025-02-06T04:36:58.213Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2770 | 2025-02-06T04:36:58.588Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2771 | 2025-02-06T04:36:58.613Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2772 | 2025-02-06T04:36:59.768Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2773 | 2025-02-06T04:37:00.323Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2774 | 2025-02-06T04:37:00.622Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2775 | 2025-02-06T04:37:00.649Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2776 | 2025-02-06T04:37:00.888Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2777 | 2025-02-06T04:37:00.987Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2778 | 2025-02-06T04:37:01.047Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2779 | 2025-02-06T04:37:01.324Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2780 | 2025-02-06T04:37:01.708Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2781 | 2025-02-06T04:37:01.811Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2782 | 2025-02-06T04:37:02.213Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2783 | 2025-02-06T04:37:02.272Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2784 | 2025-02-06T04:37:02.311Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2785 | 2025-02-06T04:37:02.626Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2786 | 2025-02-06T04:37:02.668Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2787 | 2025-02-06T04:37:03.444Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2788 | 2025-02-06T04:37:03.664Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2789 | 2025-02-06T04:37:03.940Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2790 | 2025-02-06T04:37:04.261Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2791 | 2025-02-06T04:37:04.449Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2792 | 2025-02-06T04:37:04.501Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2793 | 2025-02-06T04:37:04.717Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2794 | 2025-02-06T04:37:05.110Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2795 | 2025-02-06T04:37:05.138Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2796 | 2025-02-06T04:37:05.369Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2797 | 2025-02-06T04:37:05.463Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2798 | 2025-02-06T04:37:05.913Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2799 | 2025-02-06T04:37:06.105Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2800 | 2025-02-06T04:37:06.491Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2801 | 2025-02-06T04:37:06.584Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2802 | 2025-02-06T04:37:07.529Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2803 | 2025-02-06T04:37:08.752Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2804 | 2025-02-06T04:37:09.261Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2805 | 2025-02-06T04:37:09.873Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2806 | 2025-02-06T04:37:09.898Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2807 | 2025-02-06T04:37:10.016Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2808 | 2025-02-06T04:37:10.098Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2809 | 2025-02-06T04:37:10.150Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2810 | 2025-02-06T04:37:10.368Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2811 | 2025-02-06T04:37:10.766Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2812 | 2025-02-06T04:37:11.115Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2813 | 2025-02-06T04:37:11.549Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2814 | 2025-02-06T04:37:11.715Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2815 | 2025-02-06T04:37:12.081Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2816 | 2025-02-06T04:37:12.281Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2817 | 2025-02-06T04:37:12.546Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2818 | 2025-02-06T04:37:12.649Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2819 | 2025-02-06T04:37:14.202Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2820 | 2025-02-06T04:37:15.530Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2821 | 2025-02-06T04:37:16.147Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2822 | 2025-02-06T04:37:16.570Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2823 | 2025-02-06T04:37:16.913Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2824 | 2025-02-06T04:37:16.973Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2825 | 2025-02-06T04:37:17.226Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2826 | 2025-02-06T04:37:17.371Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2827 | 2025-02-06T04:37:18.724Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2828 | 2025-02-06T04:37:19.857Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2829 | 2025-02-06T04:37:20.473Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2830 | 2025-02-06T04:37:21.260Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2831 | 2025-02-06T04:37:21.341Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2832 | 2025-02-06T04:37:26.689Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2833 | 2025-02-06T04:37:30.018Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2834 | 2025-02-06T04:37:30.492Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2835 | 2025-02-06T04:37:32.855Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2836 | 2025-02-06T04:37:32.881Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2837 | 2025-02-06T04:37:33.776Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2838 | 2025-02-06T04:37:34.565Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2839 | 2025-02-06T04:37:35.128Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2840 | 2025-02-06T04:37:35.768Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2841 | 2025-02-06T04:37:36.525Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2842 | 2025-02-06T04:37:37.534Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2843 | 2025-02-06T04:37:37.629Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2844 | 2025-02-06T04:37:38.728Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2845 | 2025-02-06T04:37:39.655Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2846 | 2025-02-06T04:37:39.926Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2847 | 2025-02-06T04:37:40.089Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2848 | 2025-02-06T04:37:42.122Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2849 | 2025-02-06T04:37:43.081Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2850 | 2025-02-06T04:37:44.202Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2851 | 2025-02-06T04:37:44.539Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2852 | 2025-02-06T04:37:46.158Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2853 | 2025-02-06T04:37:46.215Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2854 | 2025-02-06T04:37:46.336Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2855 | 2025-02-06T04:37:47.267Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2856 | 2025-02-06T04:37:48.257Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2857 | 2025-02-06T04:37:49.576Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2858 | 2025-02-06T04:37:49.603Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2859 | 2025-02-06T04:37:49.765Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2860 | 2025-02-06T04:37:50.959Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2861 | 2025-02-06T04:37:51.682Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2862 | 2025-02-06T04:37:52.728Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2863 | 2025-02-06T04:37:52.818Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2864 | 2025-02-06T04:37:53.339Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2865 | 2025-02-06T04:37:54.187Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2866 | 2025-02-06T04:37:54.774Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2867 | 2025-02-06T04:37:55.332Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2868 | 2025-02-06T04:37:55.698Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2869 | 2025-02-06T04:37:56.409Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2870 | 2025-02-06T04:37:57.803Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2871 | 2025-02-06T04:37:57.838Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2872 | 2025-02-06T04:37:57.862Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2873 | 2025-02-06T04:37:58.394Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2025-02-06T04:37:58.581Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2875 | 2025-02-06T04:37:59.241Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2876 | 2025-02-06T04:38:00.465Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2877 | 2025-02-06T04:38:01.699Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2878 | 2025-02-06T04:38:02.331Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2879 | 2025-02-06T04:38:02.446Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2880 | 2025-02-06T04:38:03.585Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2025-02-06T04:38:04.629Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2882 | 2025-02-06T04:38:05.160Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2883 | 2025-02-06T04:38:05.923Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2884 | 2025-02-06T04:38:06.578Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2885 | 2025-02-06T04:38:07.956Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2886 | 2025-02-06T04:38:08.755Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2887 | 2025-02-06T04:38:09.448Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2888 | 2025-02-06T04:38:09.472Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2889 | 2025-02-06T04:38:10.248Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2890 | 2025-02-06T04:38:11.319Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2891 | 2025-02-06T04:38:12.350Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2892 | 2025-02-06T04:38:12.983Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2893 | 2025-02-06T04:38:13.709Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2894 | 2025-02-06T04:38:13.903Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2895 | 2025-02-06T04:38:15.029Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2896 | 2025-02-06T04:38:15.763Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2897 | 2025-02-06T04:38:15.956Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2898 | 2025-02-06T04:38:16.394Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2899 | 2025-02-06T04:38:17.009Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2900 | 2025-02-06T04:38:18.931Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2901 | 2025-02-06T04:38:19.250Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2902 | 2025-02-06T04:38:19.483Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2903 | 2025-02-06T04:38:20.159Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2904 | 2025-02-06T04:38:20.291Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-02-06T04:38:21.701Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2906 | 2025-02-06T04:38:22.376Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2907 | 2025-02-06T04:38:23.089Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2908 | 2025-02-06T04:38:23.476Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2909 | 2025-02-06T04:38:23.569Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2910 | 2025-02-06T04:38:23.785Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2911 | 2025-02-06T04:38:24.786Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2912 | 2025-02-06T04:38:26.060Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2913 | 2025-02-06T04:38:26.320Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2914 | 2025-02-06T04:38:26.379Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2915 | 2025-02-06T04:38:27.100Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2916 | 2025-02-06T04:38:27.323Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2917 | 2025-02-06T04:38:27.380Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2918 | 2025-02-06T04:38:27.567Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2919 | 2025-02-06T04:38:27.970Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2920 | 2025-02-06T04:38:28.074Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2921 | 2025-02-06T04:38:28.410Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2922 | 2025-02-06T04:38:28.434Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2923 | 2025-02-06T04:38:28.623Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2924 | 2025-02-06T04:38:29.310Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2925 | 2025-02-06T04:38:47.640Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2926 | 2025-02-06T04:38:47.665Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2927 | 2025-02-06T04:38:47.665Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2928 | 2025-02-06T04:38:47.665Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2929 | 2025-02-06T04:38:48.558Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2930 | 2025-02-06T04:38:48.603Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2931 | 2025-02-06T04:38:48.660Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2932 | 2025-02-06T04:38:48.779Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2933 | 2025-02-06T04:38:50.510Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2934 | 2025-02-06T04:38:54.522Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2935 | 2025-02-06T04:38:55.793Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2936 | 2025-02-06T04:39:49.334Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2937 | 2025-02-06T04:39:58.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s |
2938 | 2025-02-06T04:39:58.697Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2939 | 2025-02-06T04:39:58.774Z | |
2940 | 2025-02-06T04:39:58.774Z | real 3:20.328228163 |
2941 | 2025-02-06T04:39:58.774Z | user 15:21.626909380 |
2942 | 2025-02-06T04:39:58.774Z | sys 2:45.438306054 |
2943 | 2025-02-06T04:39:58.774Z | trap 0.432106132 |
2944 | 2025-02-06T04:39:58.774Z | tflt 0.230088580 |
2945 | 2025-02-06T04:39:58.774Z | dflt 0.051167656 |
2946 | 2025-02-06T04:39:58.774Z | kflt 0.000202966 |
2947 | 2025-02-06T04:39:58.774Z | lock 26:13.972705965 |
2948 | 2025-02-06T04:39:58.799Z | slp 44:35.254973998 |
2949 | 2025-02-06T04:39:58.799Z | lat 1:06.723557958 |
2950 | 2025-02-06T04:39:58.799Z | stop 1:22.573441071 |
2951 | 2025-02-06T04:39:58.799Z | process exited: duration 975766 ms, exit code 0 |
|
2952 | 2025-02-06T04:39:58.848Z | found 0 output files |