|
|
|
1 | 2025-01-31T22:47:39.463Z | job assigned to worker 01JJZ8QE4SNS621PFMG3FZGZDR [factory aws, i-0563be7547716f6a3] (queued for 44 s) |
|
2 | 2025-01-31T22:47:47.424Z | starting task 0: "setup" |
3 | 2025-01-31T22:47:47.432Z | ++ uname -s |
4 | 2025-01-31T22:47:47.434Z | + kern=SunOS |
5 | 2025-01-31T22:47:47.434Z | + build_user=build |
6 | 2025-01-31T22:47:47.434Z | + build_uid=12345 |
7 | 2025-01-31T22:47:47.435Z | + work_dir=/work |
8 | 2025-01-31T22:47:47.435Z | + input_dir=/input |
9 | 2025-01-31T22:47:47.435Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T22:47:47.435Z | + case "$kern" in |
11 | 2025-01-31T22:47:47.435Z | + groupadd -g 12345 build |
12 | 2025-01-31T22:47:47.437Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T22:47:49.443Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T22:47:49.624Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T22:47:49.627Z | + home_fs=zfs |
16 | 2025-01-31T22:47:49.627Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T22:47:49.628Z | + mkdir -p /home/build |
18 | 2025-01-31T22:47:49.631Z | + chown build:build /home/build /work |
19 | 2025-01-31T22:47:51.631Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T22:47:51.637Z | process exited: duration 4210 ms, exit code 0 |
|
21 | 2025-01-31T22:47:51.646Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T22:47:51.649Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-01-31T22:47:51.649Z | * rust toolchain channel = "1.84.0" |
24 | 2025-01-31T22:47:51.649Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-01-31T22:47:51.649Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-01-31T22:47:51.649Z | * rust toolchain profile = "default" |
27 | 2025-01-31T22:47:51.649Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T22:47:51.652Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T22:47:51.652Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-01-31T22:47:51.764Z | info: downloading installer |
31 | 2025-01-31T22:47:52.840Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T22:47:52.840Z | warning: /opt/ooce/bin |
33 | 2025-01-31T22:47:52.840Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T22:47:52.840Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T22:47:52.840Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T22:47:52.840Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T22:47:52.840Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T22:47:52.840Z | error: cannot install while Rust is installed |
39 | 2025-01-31T22:47:52.840Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T22:47:52.852Z | info: profile set to 'default' |
41 | 2025-01-31T22:47:52.852Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T22:47:52.855Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-31T22:47:53.017Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-01-31T22:47:53.017Z | info: downloading component 'cargo' |
45 | 2025-01-31T22:47:54.114Z | info: downloading component 'clippy' |
46 | 2025-01-31T22:47:54.497Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T22:47:55.872Z | info: downloading component 'rust-std' |
48 | 2025-01-31T22:47:57.904Z | info: downloading component 'rustc' |
49 | 2025-01-31T22:48:05.712Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T22:48:06.006Z | info: installing component 'cargo' |
51 | 2025-01-31T22:48:06.823Z | info: installing component 'clippy' |
52 | 2025-01-31T22:48:07.199Z | info: installing component 'rust-docs' |
53 | 2025-01-31T22:48:08.883Z | info: installing component 'rust-std' |
54 | 2025-01-31T22:48:10.584Z | info: installing component 'rustc' |
55 | 2025-01-31T22:48:16.562Z | info: installing component 'rustfmt' |
56 | 2025-01-31T22:48:16.889Z | |
57 | 2025-01-31T22:48:16.889Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
58 | 2025-01-31T22:48:17.278Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-01-31T22:48:17.278Z | |
60 | 2025-01-31T22:48:17.278Z | |
61 | 2025-01-31T22:48:17.278Z | Rust is installed now. Great! |
62 | 2025-01-31T22:48:17.278Z | |
63 | 2025-01-31T22:48:17.281Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T22:48:17.281Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T22:48:17.281Z | |
66 | 2025-01-31T22:48:17.281Z | To configure your current shell, you need to source |
67 | 2025-01-31T22:48:17.281Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T22:48:17.281Z | |
69 | 2025-01-31T22:48:17.281Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T22:48:17.281Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T22:48:17.281Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T22:48:17.358Z | + rustup --version |
73 | 2025-01-31T22:48:17.365Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T22:48:17.365Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T22:48:17.442Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-01-31T22:48:17.445Z | + cargo --version |
77 | 2025-01-31T22:48:17.503Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-01-31T22:48:17.505Z | + rustc --version |
79 | 2025-01-31T22:48:17.565Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-01-31T22:48:17.568Z | process exited: duration 25923 ms, exit code 0 |
|
81 | 2025-01-31T22:48:17.574Z | starting task 2: "authentication" |
82 | 2025-01-31T22:48:17.594Z | process exited: duration 19 ms, exit code 0 |
|
83 | 2025-01-31T22:48:17.599Z | starting task 3: "clone repository" |
84 | 2025-01-31T22:48:17.604Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T22:48:17.606Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T22:48:17.642Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T22:48:26.361Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T22:48:26.361Z | + git fetch origin 4b08032dc3c887cf4512518705d80f22b50b0a48 |
89 | 2025-01-31T22:48:26.697Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T22:48:26.697Z | * branch 4b08032dc3c887cf4512518705d80f22b50b0a48 -> FETCH_HEAD |
91 | 2025-01-31T22:48:26.706Z | + [[ -n affinity-api ]] |
92 | 2025-01-31T22:48:26.709Z | ++ git branch --show-current |
93 | 2025-01-31T22:48:26.712Z | + current=main |
94 | 2025-01-31T22:48:26.712Z | + [[ main != affinity-api ]] |
95 | 2025-01-31T22:48:26.712Z | + git branch -f affinity-api 4b08032dc3c887cf4512518705d80f22b50b0a48 |
96 | 2025-01-31T22:48:26.715Z | + git checkout -f affinity-api |
97 | 2025-01-31T22:48:26.755Z | Switched to branch 'affinity-api' |
98 | 2025-01-31T22:48:26.758Z | + git reset --hard 4b08032dc3c887cf4512518705d80f22b50b0a48 |
99 | 2025-01-31T22:48:26.803Z | HEAD is now at 4b08032dc typed UUID |
100 | 2025-01-31T22:48:26.806Z | process exited: duration 9204 ms, exit code 0 |
|
101 | 2025-01-31T22:48:26.812Z | starting task 4: "build" |
102 | 2025-01-31T22:48:26.818Z | + source ./env.sh |
103 | 2025-01-31T22:48:26.819Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-01-31T22:48:26.819Z | ++ set -o xtrace |
105 | 2025-01-31T22:48:26.822Z | ++++ dirname ./env.sh |
106 | 2025-01-31T22:48:26.822Z | +++ readlink -f . |
107 | 2025-01-31T22:48:26.824Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-01-31T22:48:26.824Z | ++ 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-01-31T22:48:26.824Z | ++ 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-01-31T22:48:26.824Z | ++ 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-01-31T22:48:26.824Z | ++ 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-01-31T22:48:26.825Z | ++ 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-01-31T22:48:26.825Z | ++ 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-01-31T22:48:26.825Z | ++ 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-01-31T22:48:26.825Z | ++ 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-01-31T22:48:26.825Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-01-31T22:48:26.825Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-01-31T22:48:26.825Z | + source .github/buildomat/ci-env.sh |
119 | 2025-01-31T22:48:26.825Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-01-31T22:48:26.825Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-01-31T22:48:26.825Z | + cargo --version |
122 | 2025-01-31T22:48:26.873Z | cargo 1.84.0 (66221abde 2024-11-19) |
123 | 2025-01-31T22:48:26.876Z | + rustc --version |
124 | 2025-01-31T22:48:26.937Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
125 | 2025-01-31T22:48:26.940Z | + banner prerequisites |
126 | 2025-01-31T22:48:26.943Z | |
127 | 2025-01-31T22:48:26.943Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-01-31T22:48:26.943Z | # # # # # # # # # # # # # # # |
129 | 2025-01-31T22:48:26.943Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-01-31T22:48:26.943Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-01-31T22:48:26.943Z | # # # # # # # # # # # # # # # |
132 | 2025-01-31T22:48:26.943Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-01-31T22:48:26.943Z | |
134 | 2025-01-31T22:48:26.943Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-01-31T22:48:28.490Z | pkg list: illegal option -- F |
136 | 2025-01-31T22:48:28.490Z | Usage: |
137 | 2025-01-31T22:48:28.493Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-01-31T22:48:28.493Z | [pkg_fmri_pattern ...] |
139 | 2025-01-31T22:48:29.330Z | pkg list: illegal option -- F |
140 | 2025-01-31T22:48:29.330Z | Usage: |
141 | 2025-01-31T22:48:29.330Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-01-31T22:48:29.330Z | [pkg_fmri_pattern ...] |
143 | 2025-01-31T22:48:35.778Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-01-31T22:48:39.823Z | Startup: Caching catalogs ... Done |
145 | 2025-01-31T22:48:51.068Z | Planning: Solver setup ... Done (10.439s) |
146 | 2025-01-31T22:48:51.212Z | Planning: Running solver ... Done (0.144s) |
147 | 2025-01-31T22:48:51.322Z | Planning: Finding local manifests ... Done (0.008s) |
148 | 2025-01-31T22:48:51.338Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-01-31T22:48:52.811Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-01-31T22:48:52.916Z | Planning: Package planning ... Done (0.106s) |
151 | 2025-01-31T22:48:52.973Z | Planning: Merging actions ... Done (0.056s) |
152 | 2025-01-31T22:48:53.166Z | Planning: Checking for conflicting actions ... Done (0.194s) |
153 | 2025-01-31T22:48:55.140Z | Planning: Consolidating action changes ... Done (1.973s) |
154 | 2025-01-31T22:48:55.551Z | Planning: Evaluating mediators ... Done (0.410s) |
155 | 2025-01-31T22:48:55.628Z | Planning: Planning completed in 15.71 seconds |
156 | 2025-01-31T22:48:55.643Z | Packages to install: 4 |
157 | 2025-01-31T22:48:55.643Z | Packages to update: 3 |
158 | 2025-01-31T22:48:55.645Z | Mediators to change: 2 |
159 | 2025-01-31T22:48:55.646Z | Services to change: 1 |
160 | 2025-01-31T22:48:55.646Z | Estimated space available: 155.61 GB |
161 | 2025-01-31T22:48:55.646Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-01-31T22:48:55.646Z | Create boot environment: No |
163 | 2025-01-31T22:48:55.646Z | Create backup boot environment: Yes |
164 | 2025-01-31T22:48:55.646Z | Rebuild boot archive: No |
165 | 2025-01-31T22:48:55.646Z | |
166 | 2025-01-31T22:48:55.646Z | Changed mediators: |
167 | 2025-01-31T22:48:55.646Z | mediator clang: |
168 | 2025-01-31T22:48:55.646Z | version: None -> 15 (system default) |
169 | 2025-01-31T22:48:55.646Z | |
170 | 2025-01-31T22:48:55.646Z | mediator llvm: |
171 | 2025-01-31T22:48:55.646Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-01-31T22:48:55.646Z | |
173 | 2025-01-31T22:48:55.646Z | Changed packages: |
174 | 2025-01-31T22:48:55.646Z | helios-dev |
175 | 2025-01-31T22:48:55.646Z | developer/build-essential |
176 | 2025-01-31T22:48:55.646Z | None -> 11-2.0 |
177 | 2025-01-31T22:48:55.646Z | library/libxmlsec1 |
178 | 2025-01-31T22:48:55.646Z | None -> 1.2.35-2.0 |
179 | 2025-01-31T22:48:55.646Z | ooce/developer/clang-15 |
180 | 2025-01-31T22:48:55.646Z | None -> 15.0.7-2.0 |
181 | 2025-01-31T22:48:55.646Z | ooce/developer/llvm-15 |
182 | 2025-01-31T22:48:55.646Z | None -> 15.0.7-2.0 |
183 | 2025-01-31T22:48:55.646Z | package/pkg |
184 | 2025-01-31T22:48:55.646Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-01-31T22:48:55.647Z | system/library/g++-runtime |
186 | 2025-01-31T22:48:55.647Z | 13-2.0 -> 14-2.0 |
187 | 2025-01-31T22:48:55.647Z | system/library/gcc-runtime |
188 | 2025-01-31T22:48:55.647Z | 13-2.0 -> 14-2.0 |
189 | 2025-01-31T22:48:55.647Z | |
190 | 2025-01-31T22:48:55.647Z | Services: |
191 | 2025-01-31T22:48:55.647Z | restart_fmri: |
192 | 2025-01-31T22:48:55.647Z | svc:/system/update-man-index:default |
193 | 2025-01-31T22:48:55.647Z | |
194 | 2025-01-31T22:48:55.647Z | Editable files to change: |
195 | 2025-01-31T22:48:55.647Z | Update: |
196 | 2025-01-31T22:48:55.647Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-01-31T22:48:55.722Z | |
198 | 2025-01-31T22:48:55.722Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-01-31T22:49:00.747Z | Download: 1194/4301 items 56.3/225.4MB 24% complete (11.4M/s) |
200 | 2025-01-31T22:49:05.748Z | Download: 2472/4301 items 120.2/225.4MB 53% complete (12.1M/s) |
201 | 2025-01-31T22:49:10.750Z | Download: 3300/4301 items 212.6/225.4MB 94% complete (15.7M/s) |
202 | 2025-01-31T22:49:17.337Z | Download: 4299/4301 items 225.2/225.4MB 99% complete (10.5M/s) |
203 | 2025-01-31T22:49:17.877Z | Download: Completed 225.42 MB in 22.15 seconds (10.2M/s) |
204 | 2025-01-31T22:49:19.932Z | Actions: 1/5122 actions (Removing old actions) |
205 | 2025-01-31T22:49:19.953Z | Actions: 194/5122 actions (Installing new actions) |
206 | 2025-01-31T22:49:24.636Z | Actions: 4267/5122 actions (Updating modified actions) |
207 | 2025-01-31T22:49:24.983Z | Actions: Completed 5122 actions in 5.05 seconds. |
208 | 2025-01-31T22:49:25.381Z | Done (0.391s) |
209 | 2025-01-31T22:49:25.385Z | Done (0.001s) |
210 | 2025-01-31T22:49:25.976Z | Done (0.593s) |
211 | 2025-01-31T22:49:30.265Z | Done (4.058s) |
212 | 2025-01-31T22:49:30.352Z | Done (0.019s) |
213 | 2025-01-31T22:49:30.356Z | Done (0.000s) |
214 | 2025-01-31T22:49:30.537Z | Done (0.000s) |
215 | 2025-01-31T22:49:31.222Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-01-31T22:49:31.387Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-01-31T22:49:31.389Z | Planning: Consolidating action changes ... Done |
218 | 2025-01-31T22:49:31.654Z | Planning: Evaluating mediators ... Done |
219 | 2025-01-31T22:49:31.656Z | Planning: Planning completed in 0.43 seconds |
220 | 2025-01-31T22:49:31.693Z | Mediators to change: 2 |
221 | 2025-01-31T22:49:31.693Z | Create boot environment: No |
222 | 2025-01-31T22:49:31.695Z | Create backup boot environment: No |
223 | 2025-01-31T22:49:31.846Z | Done |
224 | 2025-01-31T22:49:31.846Z | Done |
225 | 2025-01-31T22:49:32.214Z | Done |
226 | 2025-01-31T22:49:35.873Z | Done |
227 | 2025-01-31T22:49:35.961Z | Done |
228 | 2025-01-31T22:49:35.964Z | Done |
229 | 2025-01-31T22:49:36.099Z | Done |
230 | 2025-01-31T22:49:36.706Z | Planning: Evaluating mediator changes ... Done |
231 | 2025-01-31T22:49:36.708Z | Planning: Merging actions ... Done |
232 | 2025-01-31T22:49:36.893Z | Planning: Checking for conflicting actions ... Done |
233 | 2025-01-31T22:49:36.896Z | Planning: Consolidating action changes ... Done |
234 | 2025-01-31T22:49:37.157Z | Planning: Evaluating mediators ... Done |
235 | 2025-01-31T22:49:37.212Z | Planning: Planning completed in 0.74 seconds |
236 | 2025-01-31T22:49:37.251Z | Packages to change: 1 |
237 | 2025-01-31T22:49:37.252Z | Mediators to change: 1 |
238 | 2025-01-31T22:49:37.254Z | Services to change: 1 |
239 | 2025-01-31T22:49:37.254Z | Create boot environment: No |
240 | 2025-01-31T22:49:37.255Z | Create backup boot environment: Yes |
241 | 2025-01-31T22:49:39.383Z | Actions: 1/6 actions (Updating modified actions) |
242 | 2025-01-31T22:49:39.386Z | Actions: Completed 6 actions in 0.00 seconds. |
243 | 2025-01-31T22:49:39.386Z | Done |
244 | 2025-01-31T22:49:39.386Z | Done |
245 | 2025-01-31T22:49:39.503Z | Done |
246 | 2025-01-31T22:49:43.111Z | Done |
247 | 2025-01-31T22:49:43.210Z | Done |
248 | 2025-01-31T22:49:43.211Z | Done |
249 | 2025-01-31T22:49:43.332Z | Done |
250 | 2025-01-31T22:49:43.767Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
251 | 2025-01-31T22:49:43.767Z | clang system 15 system |
252 | 2025-01-31T22:49:43.767Z | csh system system illumos |
253 | 2025-01-31T22:49:43.767Z | ctags system system illumos |
254 | 2025-01-31T22:49:43.767Z | gcc vendor 12 vendor |
255 | 2025-01-31T22:49:43.767Z | gcc system 10 system |
256 | 2025-01-31T22:49:43.767Z | gcc system 7 system |
257 | 2025-01-31T22:49:43.768Z | go system 1.20 system |
258 | 2025-01-31T22:49:43.768Z | go system 1.19 system |
259 | 2025-01-31T22:49:43.768Z | llvm system 15 system |
260 | 2025-01-31T22:49:43.768Z | llvm system 14 system |
261 | 2025-01-31T22:49:43.768Z | mariadb system 10.6 system |
262 | 2025-01-31T22:49:43.768Z | mta vendor vendor dma |
263 | 2025-01-31T22:49:43.768Z | openjdk system 17 system |
264 | 2025-01-31T22:49:43.768Z | openjdk system 11 system |
265 | 2025-01-31T22:49:43.769Z | openjdk system 1.8 system |
266 | 2025-01-31T22:49:43.769Z | openssl vendor 3 vendor |
267 | 2025-01-31T22:49:43.769Z | perl system 5.36 system |
268 | 2025-01-31T22:49:43.769Z | postgresql system 15 system |
269 | 2025-01-31T22:49:43.769Z | postgresql system 13 system |
270 | 2025-01-31T22:49:43.769Z | python vendor 3 vendor |
271 | 2025-01-31T22:49:43.769Z | python system 2 system |
272 | 2025-01-31T22:49:43.769Z | python3 system 3.11 system |
273 | 2025-01-31T22:49:43.769Z | ruby system 3.0 system |
274 | 2025-01-31T22:49:43.769Z | words vendor vendor american-english |
275 | 2025-01-31T22:49:43.769Z | words system system australian-english |
276 | 2025-01-31T22:49:43.770Z | words system system british-english |
277 | 2025-01-31T22:49:43.770Z | words system system canadian-english |
278 | 2025-01-31T22:49:43.770Z | words system system french |
279 | 2025-01-31T22:49:43.770Z | words system system italian |
280 | 2025-01-31T22:49:43.770Z | words system system ngerman |
281 | 2025-01-31T22:49:43.770Z | words system system ogerman |
282 | 2025-01-31T22:49:43.771Z | words system system spanish |
283 | 2025-01-31T22:49:44.088Z | PUBLISHER TYPE STATUS P LOCATION |
284 | 2025-01-31T22:49:44.088Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
285 | 2025-01-31T22:49:46.873Z | FMRI IFO |
286 | 2025-01-31T22:49:46.873Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
287 | 2025-01-31T22:49:46.873Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
288 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
289 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
290 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
291 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
292 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
293 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
294 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
295 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
296 | 2025-01-31T22:49:46.874Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
297 | 2025-01-31T22:49:46.875Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
298 | 2025-01-31T22:49:46.875Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
299 | 2025-01-31T22:49:46.875Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
300 | 2025-01-31T22:49:46.875Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
301 | 2025-01-31T22:49:47.648Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
302 | 2025-01-31T22:49:47.868Z | Updating crates.io index |
303 | 2025-01-31T22:49:47.872Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
304 | 2025-01-31T22:49:48.236Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
305 | 2025-01-31T22:49:48.769Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
306 | 2025-01-31T22:49:49.034Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
307 | 2025-01-31T22:49:49.457Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
308 | 2025-01-31T22:49:49.752Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
309 | 2025-01-31T22:49:50.735Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
310 | 2025-01-31T22:49:52.391Z | Updating git repository `https://github.com/oxidecomputer/opte` |
311 | 2025-01-31T22:49:53.074Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
312 | 2025-01-31T22:49:53.823Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
313 | 2025-01-31T22:49:54.138Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
314 | 2025-01-31T22:49:54.488Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
315 | 2025-01-31T22:49:54.850Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
316 | 2025-01-31T22:49:55.225Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
317 | 2025-01-31T22:49:55.507Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
318 | 2025-01-31T22:49:55.808Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
319 | 2025-01-31T22:49:56.084Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
320 | 2025-01-31T22:49:56.325Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
321 | 2025-01-31T22:49:56.611Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
322 | 2025-01-31T22:49:56.823Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
323 | 2025-01-31T22:49:57.079Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
324 | 2025-01-31T22:49:57.549Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
325 | 2025-01-31T22:49:58.122Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
326 | 2025-01-31T22:49:58.609Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
327 | 2025-01-31T22:49:58.952Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
328 | 2025-01-31T22:49:59.166Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
329 | 2025-01-31T22:49:59.483Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
330 | 2025-01-31T22:50:00.199Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
331 | 2025-01-31T22:50:00.277Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
332 | 2025-01-31T22:50:00.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
333 | 2025-01-31T22:50:00.709Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
334 | 2025-01-31T22:50:01.936Z | Downloading crates ... |
335 | 2025-01-31T22:50:02.006Z | Downloaded anstream v0.6.15 |
336 | 2025-01-31T22:50:02.006Z | Downloaded bitflags v2.6.0 |
337 | 2025-01-31T22:50:02.006Z | Downloaded autocfg v1.4.0 |
338 | 2025-01-31T22:50:02.006Z | Downloaded anstyle-query v1.1.1 |
339 | 2025-01-31T22:50:02.006Z | Downloaded anyhow v1.0.95 |
340 | 2025-01-31T22:50:02.006Z | Downloaded anstyle-parse v0.2.5 |
341 | 2025-01-31T22:50:02.117Z | Downloaded log v0.4.22 |
342 | 2025-01-31T22:50:02.117Z | Downloaded memchr v2.7.4 |
343 | 2025-01-31T22:50:02.117Z | Downloaded scroll_derive v0.12.0 |
344 | 2025-01-31T22:50:02.117Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2025-01-31T22:50:02.117Z | Downloaded pest_derive v2.7.14 |
346 | 2025-01-31T22:50:02.408Z | Downloaded plain v0.2.3 |
347 | 2025-01-31T22:50:02.408Z | Downloaded block-buffer v0.10.4 |
348 | 2025-01-31T22:50:02.408Z | Downloaded macaddr v1.0.1 |
349 | 2025-01-31T22:50:02.408Z | Downloaded semver v1.0.24 |
350 | 2025-01-31T22:50:02.408Z | Downloaded papergrid v0.11.0 |
351 | 2025-01-31T22:50:02.622Z | Downloaded quote v1.0.38 |
352 | 2025-01-31T22:50:02.622Z | Downloaded serde_json v1.0.135 |
353 | 2025-01-31T22:50:02.622Z | Downloaded anstyle v1.0.10 |
354 | 2025-01-31T22:50:02.622Z | Downloaded pest_meta v2.7.14 |
355 | 2025-01-31T22:50:02.622Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-01-31T22:50:02.622Z | Downloaded serde v1.0.217 |
357 | 2025-01-31T22:50:02.623Z | Downloaded once_cell v1.20.2 |
358 | 2025-01-31T22:50:02.623Z | Downloaded pretty-hex v0.4.1 |
359 | 2025-01-31T22:50:02.624Z | Downloaded swrite v0.1.0 |
360 | 2025-01-31T22:50:02.624Z | Downloaded serde_spanned v0.6.8 |
361 | 2025-01-31T22:50:02.624Z | Downloaded usdt-macro v0.5.0 |
362 | 2025-01-31T22:50:02.624Z | Downloaded equivalent v1.0.1 |
363 | 2025-01-31T22:50:02.624Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-31T22:50:02.624Z | Downloaded smawk v0.3.2 |
365 | 2025-01-31T22:50:02.624Z | Downloaded terminal_size v0.4.0 |
366 | 2025-01-31T22:50:02.624Z | Downloaded strsim v0.11.1 |
367 | 2025-01-31T22:50:02.624Z | Downloaded proc-macro2 v1.0.92 |
368 | 2025-01-31T22:50:02.624Z | Downloaded pest_generator v2.7.14 |
369 | 2025-01-31T22:50:02.624Z | Downloaded dtrace-parser v0.2.0 |
370 | 2025-01-31T22:50:02.625Z | Downloaded tabled_derive v0.7.0 |
371 | 2025-01-31T22:50:02.625Z | Downloaded version_check v0.9.5 |
372 | 2025-01-31T22:50:02.625Z | Downloaded utf8parse v0.2.2 |
373 | 2025-01-31T22:50:02.625Z | Downloaded memmap v0.7.0 |
374 | 2025-01-31T22:50:02.625Z | Downloaded thiserror-impl v1.0.69 |
375 | 2025-01-31T22:50:02.625Z | Downloaded usdt-attr-macro v0.5.0 |
376 | 2025-01-31T22:50:02.625Z | Downloaded cargo-platform v0.1.8 |
377 | 2025-01-31T22:50:02.625Z | Downloaded byteorder v1.5.0 |
378 | 2025-01-31T22:50:02.625Z | Downloaded bytecount v0.6.8 |
379 | 2025-01-31T22:50:02.625Z | Downloaded unicode-linebreak v0.1.5 |
380 | 2025-01-31T22:50:02.625Z | Downloaded thread-id v4.2.2 |
381 | 2025-01-31T22:50:02.625Z | Downloaded generic-array v0.14.7 |
382 | 2025-01-31T22:50:02.625Z | Downloaded toml_datetime v0.6.8 |
383 | 2025-01-31T22:50:02.625Z | Downloaded scroll v0.12.0 |
384 | 2025-01-31T22:50:02.625Z | Downloaded fnv v1.0.7 |
385 | 2025-01-31T22:50:02.626Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-01-31T22:50:02.626Z | Downloaded colorchoice v1.0.2 |
387 | 2025-01-31T22:50:02.626Z | Downloaded crypto-common v0.1.6 |
388 | 2025-01-31T22:50:02.626Z | Downloaded dof v0.3.0 |
389 | 2025-01-31T22:50:02.626Z | Downloaded thiserror v1.0.69 |
390 | 2025-01-31T22:50:02.626Z | Downloaded fs-err v2.11.0 |
391 | 2025-01-31T22:50:02.626Z | Downloaded tempfile v3.13.0 |
392 | 2025-01-31T22:50:02.626Z | Downloaded itoa v1.0.11 |
393 | 2025-01-31T22:50:02.626Z | Downloaded is_terminal_polyfill v1.70.1 |
394 | 2025-01-31T22:50:02.626Z | Downloaded heck v0.5.0 |
395 | 2025-01-31T22:50:02.626Z | Downloaded heck v0.4.1 |
396 | 2025-01-31T22:50:02.626Z | Downloaded fastrand v2.1.1 |
397 | 2025-01-31T22:50:02.626Z | Downloaded errno v0.3.9 |
398 | 2025-01-31T22:50:02.626Z | Downloaded clap_derive v4.5.24 |
399 | 2025-01-31T22:50:02.626Z | Downloaded cargo_metadata v0.18.1 |
400 | 2025-01-31T22:50:02.627Z | Downloaded camino-tempfile v1.1.1 |
401 | 2025-01-31T22:50:02.627Z | Downloaded digest v0.10.7 |
402 | 2025-01-31T22:50:02.627Z | Downloaded cpufeatures v0.2.14 |
403 | 2025-01-31T22:50:02.627Z | Downloaded clap_lex v0.7.4 |
404 | 2025-01-31T22:50:02.627Z | Downloaded ryu v1.0.18 |
405 | 2025-01-31T22:50:02.627Z | Downloaded cfg-if v1.0.0 |
406 | 2025-01-31T22:50:02.627Z | Downloaded sha2 v0.10.8 |
407 | 2025-01-31T22:50:02.627Z | Downloaded typenum v1.17.0 |
408 | 2025-01-31T22:50:02.627Z | Downloaded usdt v0.5.0 |
409 | 2025-01-31T22:50:02.627Z | Downloaded textwrap v0.16.1 |
410 | 2025-01-31T22:50:02.627Z | Downloaded camino v1.1.9 |
411 | 2025-01-31T22:50:02.627Z | Downloaded cargo_toml v0.20.5 |
412 | 2025-01-31T22:50:02.627Z | Downloaded ucd-trie v0.1.7 |
413 | 2025-01-31T22:50:02.627Z | Downloaded toml v0.8.19 |
414 | 2025-01-31T22:50:02.628Z | Downloaded unicode-ident v1.0.14 |
415 | 2025-01-31T22:50:02.628Z | Downloaded serde_derive v1.0.217 |
416 | 2025-01-31T22:50:02.628Z | Downloaded clap v4.5.27 |
417 | 2025-01-31T22:50:02.628Z | Downloaded zerocopy-derive v0.7.35 |
418 | 2025-01-31T22:50:02.628Z | Downloaded indexmap v2.7.1 |
419 | 2025-01-31T22:50:02.628Z | Downloaded toml_edit v0.22.22 |
420 | 2025-01-31T22:50:02.628Z | Downloaded pest v2.7.14 |
421 | 2025-01-31T22:50:02.628Z | Downloaded hashbrown v0.15.1 |
422 | 2025-01-31T22:50:02.628Z | Downloaded winnow v0.6.20 |
423 | 2025-01-31T22:50:02.628Z | Downloaded zerocopy v0.7.35 |
424 | 2025-01-31T22:50:02.628Z | Downloaded tabled v0.15.0 |
425 | 2025-01-31T22:50:02.628Z | Downloaded goblin v0.8.2 |
426 | 2025-01-31T22:50:02.628Z | Downloaded clap_builder v4.5.27 |
427 | 2025-01-31T22:50:02.628Z | Downloaded syn v1.0.109 |
428 | 2025-01-31T22:50:02.628Z | Downloaded unicode-width v0.1.14 |
429 | 2025-01-31T22:50:02.628Z | Downloaded syn v2.0.96 |
430 | 2025-01-31T22:50:02.629Z | Downloaded rustix v0.38.37 |
431 | 2025-01-31T22:50:02.629Z | Downloaded libc v0.2.169 |
432 | 2025-01-31T22:50:02.798Z | Compiling proc-macro2 v1.0.92 |
433 | 2025-01-31T22:50:02.798Z | Compiling unicode-ident v1.0.14 |
434 | 2025-01-31T22:50:02.798Z | Compiling serde v1.0.217 |
435 | 2025-01-31T22:50:02.798Z | Compiling version_check v0.9.5 |
436 | 2025-01-31T22:50:02.802Z | Compiling thiserror v1.0.69 |
437 | 2025-01-31T22:50:02.802Z | Compiling memchr v2.7.4 |
438 | 2025-01-31T22:50:02.802Z | Compiling libc v0.2.169 |
439 | 2025-01-31T22:50:02.803Z | Compiling ryu v1.0.18 |
440 | 2025-01-31T22:50:02.998Z | Compiling ucd-trie v0.1.7 |
441 | 2025-01-31T22:50:03.543Z | Compiling itoa v1.0.11 |
442 | 2025-01-31T22:50:03.621Z | Compiling once_cell v1.20.2 |
443 | 2025-01-31T22:50:03.622Z | Compiling byteorder v1.5.0 |
444 | 2025-01-31T22:50:03.778Z | Compiling serde_json v1.0.135 |
445 | 2025-01-31T22:50:03.862Z | Compiling rustix v0.38.37 |
446 | 2025-01-31T22:50:04.007Z | Compiling bitflags v2.6.0 |
447 | 2025-01-31T22:50:04.232Z | Compiling usdt-impl v0.5.0 |
448 | 2025-01-31T22:50:04.559Z | Compiling proc-macro-error-attr v1.0.4 |
449 | 2025-01-31T22:50:04.589Z | Compiling syn v1.0.109 |
450 | 2025-01-31T22:50:04.589Z | Compiling proc-macro-error v1.0.4 |
451 | 2025-01-31T22:50:04.589Z | Compiling quote v1.0.38 |
452 | 2025-01-31T22:50:04.724Z | Compiling equivalent v1.0.1 |
453 | 2025-01-31T22:50:04.822Z | Compiling errno v0.3.9 |
454 | 2025-01-31T22:50:04.822Z | Compiling camino v1.1.9 |
455 | 2025-01-31T22:50:04.855Z | Compiling log v0.4.22 |
456 | 2025-01-31T22:50:04.993Z | Compiling syn v2.0.96 |
457 | 2025-01-31T22:50:05.162Z | Compiling utf8parse v0.2.2 |
458 | 2025-01-31T22:50:05.444Z | Compiling hashbrown v0.15.1 |
459 | 2025-01-31T22:50:05.444Z | Compiling plain v0.2.3 |
460 | 2025-01-31T22:50:05.530Z | Compiling thread-id v4.2.2 |
461 | 2025-01-31T22:50:05.530Z | Compiling anstyle-parse v0.2.5 |
462 | 2025-01-31T22:50:05.602Z | Compiling colorchoice v1.0.2 |
463 | 2025-01-31T22:50:05.635Z | Compiling winnow v0.6.20 |
464 | 2025-01-31T22:50:05.869Z | Compiling unicode-width v0.1.14 |
465 | 2025-01-31T22:50:06.088Z | Compiling semver v1.0.24 |
466 | 2025-01-31T22:50:06.175Z | Compiling autocfg v1.4.0 |
467 | 2025-01-31T22:50:06.218Z | Compiling indexmap v2.7.1 |
468 | 2025-01-31T22:50:06.247Z | Compiling anstyle-query v1.1.1 |
469 | 2025-01-31T22:50:06.261Z | Compiling is_terminal_polyfill v1.70.1 |
470 | 2025-01-31T22:50:06.409Z | Compiling pretty-hex v0.4.1 |
471 | 2025-01-31T22:50:06.468Z | Compiling anstyle v1.0.10 |
472 | 2025-01-31T22:50:06.969Z | Compiling terminal_size v0.4.0 |
473 | 2025-01-31T22:50:07.106Z | Compiling anstream v0.6.15 |
474 | 2025-01-31T22:50:07.106Z | Compiling fs-err v2.11.0 |
475 | 2025-01-31T22:50:07.202Z | Compiling heck v0.5.0 |
476 | 2025-01-31T22:50:07.405Z | Compiling heck v0.4.1 |
477 | 2025-01-31T22:50:07.722Z | Compiling fnv v1.0.7 |
478 | 2025-01-31T22:50:07.723Z | Compiling clap_lex v0.7.4 |
479 | 2025-01-31T22:50:08.048Z | Compiling strsim v0.11.1 |
480 | 2025-01-31T22:50:08.048Z | Compiling fastrand v2.1.1 |
481 | 2025-01-31T22:50:08.048Z | Compiling bytecount v0.6.8 |
482 | 2025-01-31T22:50:08.048Z | Compiling anyhow v1.0.95 |
483 | 2025-01-31T22:50:08.314Z | Compiling cfg-if v1.0.0 |
484 | 2025-01-31T22:50:08.314Z | Compiling papergrid v0.11.0 |
485 | 2025-01-31T22:50:08.314Z | Compiling tempfile v3.13.0 |
486 | 2025-01-31T22:50:08.868Z | Compiling clap_builder v4.5.27 |
487 | 2025-01-31T22:50:09.434Z | Compiling memmap v0.7.0 |
488 | 2025-01-31T22:50:09.434Z | Compiling unicode-linebreak v0.1.5 |
489 | 2025-01-31T22:50:09.434Z | Compiling smawk v0.3.2 |
490 | 2025-01-31T22:50:09.722Z | Compiling swrite v0.1.0 |
491 | 2025-01-31T22:50:09.722Z | Compiling textwrap v0.16.1 |
492 | 2025-01-31T22:50:10.447Z | Compiling tabled_derive v0.7.0 |
493 | 2025-01-31T22:50:11.858Z | Compiling tabled v0.15.0 |
494 | 2025-01-31T22:50:12.056Z | Compiling serde_derive v1.0.217 |
495 | 2025-01-31T22:50:12.056Z | Compiling thiserror-impl v1.0.69 |
496 | 2025-01-31T22:50:12.056Z | Compiling zerocopy-derive v0.7.35 |
497 | 2025-01-31T22:50:12.056Z | Compiling scroll_derive v0.12.0 |
498 | 2025-01-31T22:50:12.057Z | Compiling clap_derive v4.5.24 |
499 | 2025-01-31T22:50:13.516Z | Compiling scroll v0.12.0 |
500 | 2025-01-31T22:50:13.992Z | Compiling zerocopy v0.7.35 |
501 | 2025-01-31T22:50:14.498Z | Compiling goblin v0.8.2 |
502 | 2025-01-31T22:50:15.091Z | Compiling pest v2.7.14 |
503 | 2025-01-31T22:50:15.448Z | Compiling clap v4.5.27 |
504 | 2025-01-31T22:50:17.053Z | Compiling pest_meta v2.7.14 |
505 | 2025-01-31T22:50:17.906Z | Compiling pest_generator v2.7.14 |
506 | 2025-01-31T22:50:19.449Z | Compiling pest_derive v2.7.14 |
507 | 2025-01-31T22:50:19.950Z | Compiling dtrace-parser v0.2.0 |
508 | 2025-01-31T22:50:20.559Z | Compiling serde_tokenstream v0.2.2 |
509 | 2025-01-31T22:50:20.598Z | Compiling serde_spanned v0.6.8 |
510 | 2025-01-31T22:50:20.699Z | Compiling toml_datetime v0.6.8 |
511 | 2025-01-31T22:50:20.765Z | Compiling cargo-platform v0.1.8 |
512 | 2025-01-31T22:50:20.857Z | Compiling macaddr v1.0.1 |
513 | 2025-01-31T22:50:21.037Z | Compiling toml_edit v0.22.22 |
514 | 2025-01-31T22:50:21.269Z | Compiling camino-tempfile v1.1.1 |
515 | 2025-01-31T22:50:21.820Z | Compiling dof v0.3.0 |
516 | 2025-01-31T22:50:21.821Z | Compiling cargo_metadata v0.18.1 |
517 | 2025-01-31T22:50:23.250Z | Compiling usdt-attr-macro v0.5.0 |
518 | 2025-01-31T22:50:23.282Z | Compiling usdt-macro v0.5.0 |
519 | 2025-01-31T22:50:23.782Z | Compiling toml v0.8.19 |
520 | 2025-01-31T22:50:24.389Z | Compiling usdt v0.5.0 |
521 | 2025-01-31T22:50:24.549Z | Compiling cargo_toml v0.20.5 |
522 | 2025-01-31T22:50:27.140Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
523 | 2025-01-31T22:50:30.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.82s |
524 | 2025-01-31T22:50:30.509Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
525 | 2025-01-31T22:50:31.020Z | Downloading crates ... |
526 | 2025-01-31T22:50:31.182Z | Downloaded aead v0.5.2 |
527 | 2025-01-31T22:50:31.208Z | Downloaded hex v0.4.3 |
528 | 2025-01-31T22:50:31.211Z | Downloaded heck v0.3.3 |
529 | 2025-01-31T22:50:31.218Z | Downloaded heapless v0.8.0 |
530 | 2025-01-31T22:50:31.222Z | Downloaded inout v0.1.3 |
531 | 2025-01-31T22:50:31.226Z | Downloaded ident_case v1.0.1 |
532 | 2025-01-31T22:50:31.229Z | Downloaded array-init v0.0.4 |
533 | 2025-01-31T22:50:31.231Z | Downloaded http-body v1.0.1 |
534 | 2025-01-31T22:50:31.235Z | Downloaded addr2line v0.24.2 |
535 | 2025-01-31T22:50:31.238Z | Downloaded http-range v0.1.5 |
536 | 2025-01-31T22:50:31.241Z | Downloaded is_ci v1.2.0 |
537 | 2025-01-31T22:50:31.241Z | Downloaded hubpack_derive v0.1.1 |
538 | 2025-01-31T22:50:31.245Z | Downloaded async-stream-impl v0.3.6 |
539 | 2025-01-31T22:50:31.248Z | Downloaded arrayref v0.3.9 |
540 | 2025-01-31T22:50:31.250Z | Downloaded arc-swap v1.7.1 |
541 | 2025-01-31T22:50:31.253Z | Downloaded aho-corasick v1.1.3 |
542 | 2025-01-31T22:50:31.259Z | Downloaded md5 v0.7.0 |
543 | 2025-01-31T22:50:31.261Z | Downloaded allocator-api2 v0.2.18 |
544 | 2025-01-31T22:50:31.265Z | Downloaded async-stream v0.3.6 |
545 | 2025-01-31T22:50:31.268Z | Downloaded async-recursion v1.1.1 |
546 | 2025-01-31T22:50:31.271Z | Downloaded match_cfg v0.1.0 |
547 | 2025-01-31T22:50:31.271Z | Downloaded async-trait v0.1.85 |
548 | 2025-01-31T22:50:31.273Z | Downloaded async-bb8-diesel v0.2.1 |
549 | 2025-01-31T22:50:31.276Z | Downloaded ahash v0.8.11 |
550 | 2025-01-31T22:50:31.279Z | Downloaded instant v0.1.13 |
551 | 2025-01-31T22:50:31.282Z | Downloaded psl-types v2.0.11 |
552 | 2025-01-31T22:50:31.282Z | Downloaded icu_provider_macros v1.5.0 |
553 | 2025-01-31T22:50:31.282Z | Downloaded arrayvec v0.7.6 |
554 | 2025-01-31T22:50:31.284Z | Downloaded adler2 v2.0.0 |
555 | 2025-01-31T22:50:31.290Z | Downloaded ipnetwork v0.20.0 |
556 | 2025-01-31T22:50:31.290Z | Downloaded indoc v1.0.9 |
557 | 2025-01-31T22:50:31.290Z | Downloaded libefi-sys v0.1.0 |
558 | 2025-01-31T22:50:31.293Z | Downloaded kstat-rs v0.2.4 |
559 | 2025-01-31T22:50:31.293Z | Downloaded is-terminal v0.4.13 |
560 | 2025-01-31T22:50:31.293Z | Downloaded instability v0.3.2 |
561 | 2025-01-31T22:50:31.301Z | Downloaded hostname v0.3.1 |
562 | 2025-01-31T22:50:31.301Z | Downloaded linked-hash-map v0.5.6 |
563 | 2025-01-31T22:50:31.301Z | Downloaded backoff v0.4.0 |
564 | 2025-01-31T22:50:31.302Z | Downloaded memoffset v0.9.1 |
565 | 2025-01-31T22:50:31.304Z | Downloaded hex-literal v0.4.1 |
566 | 2025-01-31T22:50:31.304Z | Downloaded atty v0.2.14 |
567 | 2025-01-31T22:50:31.304Z | Downloaded lazy_static v1.5.0 |
568 | 2025-01-31T22:50:31.307Z | Downloaded impl-trait-for-tuples v0.2.2 |
569 | 2025-01-31T22:50:31.310Z | Downloaded aes-gcm v0.10.3 |
570 | 2025-01-31T22:50:31.312Z | Downloaded hyper-tls v0.6.0 |
571 | 2025-01-31T22:50:31.349Z | Downloaded atomic-waker v1.1.2 |
572 | 2025-01-31T22:50:31.349Z | Downloaded httpdate v1.0.3 |
573 | 2025-01-31T22:50:31.349Z | Downloaded managed v0.8.0 |
574 | 2025-01-31T22:50:31.349Z | Downloaded http-body-util v0.1.2 |
575 | 2025-01-31T22:50:31.349Z | Downloaded lru-cache v0.1.2 |
576 | 2025-01-31T22:50:31.349Z | Downloaded atomicwrites v0.4.4 |
577 | 2025-01-31T22:50:31.349Z | Downloaded hubpack v0.1.2 |
578 | 2025-01-31T22:50:31.349Z | Downloaded base64ct v1.6.0 |
579 | 2025-01-31T22:50:31.349Z | Downloaded aes v0.8.4 |
580 | 2025-01-31T22:50:31.349Z | Downloaded maplit v1.0.2 |
581 | 2025-01-31T22:50:31.349Z | Downloaded argon2 v0.5.3 |
582 | 2025-01-31T22:50:31.349Z | Downloaded cfg_aliases v0.2.1 |
583 | 2025-01-31T22:50:31.349Z | Downloaded assert_matches v1.5.0 |
584 | 2025-01-31T22:50:31.349Z | Downloaded ascii-canvas v3.0.0 |
585 | 2025-01-31T22:50:31.349Z | Downloaded backtrace v0.3.74 |
586 | 2025-01-31T22:50:31.349Z | Downloaded indent_write v2.2.0 |
587 | 2025-01-31T22:50:31.350Z | Downloaded maybe-uninit v2.0.0 |
588 | 2025-01-31T22:50:31.357Z | Downloaded lalrpop-util v0.19.12 |
589 | 2025-01-31T22:50:31.357Z | Downloaded md-5 v0.10.6 |
590 | 2025-01-31T22:50:31.357Z | Downloaded keccak v0.1.5 |
591 | 2025-01-31T22:50:31.357Z | Downloaded mirai-annotations v1.12.0 |
592 | 2025-01-31T22:50:31.357Z | Downloaded crunchy v0.2.2 |
593 | 2025-01-31T22:50:31.357Z | Downloaded base64 v0.13.1 |
594 | 2025-01-31T22:50:31.360Z | Downloaded cstr-argument v0.1.2 |
595 | 2025-01-31T22:50:31.360Z | Downloaded crucible-workspace-hack v0.1.0 |
596 | 2025-01-31T22:50:31.363Z | Downloaded hyper-rustls v0.27.3 |
597 | 2025-01-31T22:50:31.365Z | Downloaded progenitor-client v0.9.1 |
598 | 2025-01-31T22:50:31.368Z | Downloaded bb8 v0.8.5 |
599 | 2025-01-31T22:50:31.368Z | Downloaded lockfree-object-pool v0.1.6 |
600 | 2025-01-31T22:50:31.370Z | Downloaded base16ct v0.2.0 |
601 | 2025-01-31T22:50:31.373Z | Downloaded litemap v0.7.3 |
602 | 2025-01-31T22:50:31.376Z | Downloaded bit-set v0.5.3 |
603 | 2025-01-31T22:50:31.376Z | Downloaded bcrypt-pbkdf v0.10.0 |
604 | 2025-01-31T22:50:31.383Z | Downloaded ipnet v2.10.1 |
605 | 2025-01-31T22:50:31.383Z | Downloaded chacha20 v0.9.1 |
606 | 2025-01-31T22:50:31.383Z | Downloaded linear-map v1.2.0 |
607 | 2025-01-31T22:50:31.391Z | Downloaded mime_guess v2.0.5 |
608 | 2025-01-31T22:50:31.391Z | Downloaded bitfield-struct v0.6.2 |
609 | 2025-01-31T22:50:31.391Z | Downloaded cexpr v0.6.0 |
610 | 2025-01-31T22:50:31.399Z | Downloaded buf-list v1.0.3 |
611 | 2025-01-31T22:50:31.399Z | Downloaded multer v3.1.0 |
612 | 2025-01-31T22:50:31.399Z | Downloaded cmake v0.1.51 |
613 | 2025-01-31T22:50:31.399Z | Downloaded bit-vec v0.6.3 |
614 | 2025-01-31T22:50:31.399Z | Downloaded bitfield v0.14.0 |
615 | 2025-01-31T22:50:31.399Z | Downloaded jobserver v0.1.32 |
616 | 2025-01-31T22:50:31.411Z | Downloaded time-core v0.1.2 |
617 | 2025-01-31T22:50:31.411Z | Downloaded iana-time-zone v0.1.61 |
618 | 2025-01-31T22:50:31.411Z | Downloaded strum v0.26.3 |
619 | 2025-01-31T22:50:31.411Z | Downloaded ciborium-io v0.2.2 |
620 | 2025-01-31T22:50:31.411Z | Downloaded bitflags v1.3.2 |
621 | 2025-01-31T22:50:31.435Z | Downloaded hyper-staticfile v0.10.1 |
622 | 2025-01-31T22:50:31.435Z | Downloaded radium v0.7.0 |
623 | 2025-01-31T22:50:31.435Z | Downloaded mockall v0.13.0 |
624 | 2025-01-31T22:50:31.435Z | Downloaded humantime v2.1.0 |
625 | 2025-01-31T22:50:31.435Z | Downloaded cipher v0.4.4 |
626 | 2025-01-31T22:50:31.435Z | Downloaded chrono-tz-build v0.4.0 |
627 | 2025-01-31T22:50:31.435Z | Downloaded castaway v0.2.3 |
628 | 2025-01-31T22:50:31.435Z | Downloaded block-padding v0.3.3 |
629 | 2025-01-31T22:50:31.435Z | Downloaded memmap2 v0.9.5 |
630 | 2025-01-31T22:50:31.452Z | Downloaded lru v0.12.5 |
631 | 2025-01-31T22:50:31.452Z | Downloaded libloading v0.8.5 |
632 | 2025-01-31T22:50:31.452Z | Downloaded httparse v1.9.5 |
633 | 2025-01-31T22:50:31.452Z | Downloaded rustc-hash v2.0.0 |
634 | 2025-01-31T22:50:31.452Z | Downloaded rand_core v0.6.4 |
635 | 2025-01-31T22:50:31.452Z | Downloaded zone_cfg_derive v0.3.0 |
636 | 2025-01-31T22:50:31.452Z | Downloaded curve25519-dalek-derive v0.1.1 |
637 | 2025-01-31T22:50:31.452Z | Downloaded crc v3.2.1 |
638 | 2025-01-31T22:50:31.453Z | Downloaded rustc-hash v1.1.0 |
639 | 2025-01-31T22:50:31.453Z | Downloaded constant_time_eq v0.3.1 |
640 | 2025-01-31T22:50:31.453Z | Downloaded bcs v0.1.6 |
641 | 2025-01-31T22:50:31.453Z | Downloaded cobs v0.2.3 |
642 | 2025-01-31T22:50:31.453Z | Downloaded serde_repr v0.1.19 |
643 | 2025-01-31T22:50:31.460Z | Downloaded icu_locid_transform v1.5.0 |
644 | 2025-01-31T22:50:31.460Z | Downloaded darling v0.20.10 |
645 | 2025-01-31T22:50:31.461Z | Downloaded icu_normalizer_data v1.5.0 |
646 | 2025-01-31T22:50:31.461Z | Downloaded hostname v0.4.0 |
647 | 2025-01-31T22:50:31.461Z | Downloaded crc-catalog v2.4.0 |
648 | 2025-01-31T22:50:31.461Z | Downloaded convert_case v0.4.0 |
649 | 2025-01-31T22:50:31.461Z | Downloaded mime v0.3.17 |
650 | 2025-01-31T22:50:31.461Z | Downloaded icu_provider v1.5.0 |
651 | 2025-01-31T22:50:31.471Z | Downloaded cassowary v0.3.0 |
652 | 2025-01-31T22:50:31.471Z | Downloaded slog-scope v4.4.0 |
653 | 2025-01-31T22:50:31.471Z | Downloaded slog-json v2.6.1 |
654 | 2025-01-31T22:50:31.471Z | Downloaded supports-color v3.0.1 |
655 | 2025-01-31T22:50:31.471Z | Downloaded subtle v2.6.1 |
656 | 2025-01-31T22:50:31.471Z | Downloaded libsw v3.3.1 |
657 | 2025-01-31T22:50:31.471Z | Downloaded endian-type v0.1.2 |
658 | 2025-01-31T22:50:31.471Z | Downloaded lazycell v1.3.0 |
659 | 2025-01-31T22:50:31.480Z | Downloaded cbc v0.1.2 |
660 | 2025-01-31T22:50:31.480Z | Downloaded home v0.5.9 |
661 | 2025-01-31T22:50:31.480Z | Downloaded salsa20 v0.10.2 |
662 | 2025-01-31T22:50:31.480Z | Downloaded litrs v0.4.1 |
663 | 2025-01-31T22:50:31.488Z | Downloaded siphasher v0.3.11 |
664 | 2025-01-31T22:50:31.488Z | Downloaded hmac v0.12.1 |
665 | 2025-01-31T22:50:31.488Z | Downloaded crossbeam-deque v0.8.5 |
666 | 2025-01-31T22:50:31.488Z | Downloaded colored v2.1.0 |
667 | 2025-01-31T22:50:31.489Z | Downloaded untrusted v0.9.0 |
668 | 2025-01-31T22:50:31.489Z | Downloaded untrusted v0.7.1 |
669 | 2025-01-31T22:50:31.489Z | Downloaded serde_path_to_error v0.1.16 |
670 | 2025-01-31T22:50:31.495Z | Downloaded spki v0.7.3 |
671 | 2025-01-31T22:50:31.496Z | Downloaded thread_local v1.1.8 |
672 | 2025-01-31T22:50:31.496Z | Downloaded slog-envlogger v2.2.0 |
673 | 2025-01-31T22:50:31.507Z | Downloaded unicode-truncate v1.1.0 |
674 | 2025-01-31T22:50:31.507Z | Downloaded mockall_derive v0.13.0 |
675 | 2025-01-31T22:50:31.507Z | Downloaded const_format_proc_macros v0.2.34 |
676 | 2025-01-31T22:50:31.507Z | Downloaded vte_generate_state_changes v0.1.2 |
677 | 2025-01-31T22:50:31.507Z | Downloaded idna_adapter v1.2.0 |
678 | 2025-01-31T22:50:31.514Z | Downloaded cancel-safe-futures v0.1.5 |
679 | 2025-01-31T22:50:31.514Z | Downloaded zerofrom-derive v0.1.4 |
680 | 2025-01-31T22:50:31.514Z | Downloaded xattr v1.3.1 |
681 | 2025-01-31T22:50:31.514Z | Downloaded oso-derive v0.27.3 |
682 | 2025-01-31T22:50:31.514Z | Downloaded ctr v0.9.2 |
683 | 2025-01-31T22:50:31.515Z | Downloaded thiserror-no-std v2.0.2 |
684 | 2025-01-31T22:50:31.528Z | Downloaded indicatif v0.17.11 |
685 | 2025-01-31T22:50:31.528Z | Downloaded predicates-core v1.0.8 |
686 | 2025-01-31T22:50:31.529Z | Downloaded cookie_store v0.21.1 |
687 | 2025-01-31T22:50:31.541Z | Downloaded icu_locid v1.5.0 |
688 | 2025-01-31T22:50:31.541Z | Downloaded progenitor-client v0.8.0 |
689 | 2025-01-31T22:50:31.542Z | Downloaded difflib v0.4.0 |
690 | 2025-01-31T22:50:31.542Z | Downloaded blake2 v0.10.6 |
691 | 2025-01-31T22:50:31.542Z | Downloaded lock_api v0.4.12 |
692 | 2025-01-31T22:50:31.542Z | Downloaded libm v0.2.8 |
693 | 2025-01-31T22:50:31.557Z | Downloaded ghash v0.5.1 |
694 | 2025-01-31T22:50:31.557Z | Downloaded foldhash v0.1.3 |
695 | 2025-01-31T22:50:31.557Z | Downloaded filetime v0.2.25 |
696 | 2025-01-31T22:50:31.557Z | Downloaded tokio-tungstenite v0.24.0 |
697 | 2025-01-31T22:50:31.558Z | Downloaded base64 v0.22.1 |
698 | 2025-01-31T22:50:31.566Z | Downloaded nodrop v0.1.14 |
699 | 2025-01-31T22:50:31.566Z | Downloaded icu_properties v1.5.1 |
700 | 2025-01-31T22:50:31.566Z | Downloaded multimap v0.10.0 |
701 | 2025-01-31T22:50:31.567Z | Downloaded dunce v1.0.5 |
702 | 2025-01-31T22:50:31.567Z | Downloaded serde_plain v1.0.2 |
703 | 2025-01-31T22:50:31.568Z | Downloaded serde_derive_internals v0.29.1 |
704 | 2025-01-31T22:50:31.568Z | Downloaded toolchain_find v0.4.0 |
705 | 2025-01-31T22:50:31.576Z | Downloaded take_mut v0.2.2 |
706 | 2025-01-31T22:50:31.576Z | Downloaded tokio-tungstenite v0.23.1 |
707 | 2025-01-31T22:50:31.576Z | Downloaded tokio-tungstenite v0.21.0 |
708 | 2025-01-31T22:50:31.576Z | Downloaded waitgroup v0.1.2 |
709 | 2025-01-31T22:50:31.576Z | Downloaded termtree v0.4.1 |
710 | 2025-01-31T22:50:31.576Z | Downloaded futures-core v0.3.31 |
711 | 2025-01-31T22:50:31.576Z | Downloaded hash32 v0.2.1 |
712 | 2025-01-31T22:50:31.586Z | Downloaded darling_macro v0.20.10 |
713 | 2025-01-31T22:50:31.591Z | Downloaded paste v1.0.15 |
714 | 2025-01-31T22:50:31.593Z | Downloaded zone_cfg_derive v0.1.2 |
715 | 2025-01-31T22:50:31.593Z | Downloaded pem-rfc7468 v0.7.0 |
716 | 2025-01-31T22:50:31.593Z | Downloaded crossbeam-utils v0.8.20 |
717 | 2025-01-31T22:50:31.607Z | Downloaded percent-encoding v2.3.1 |
718 | 2025-01-31T22:50:31.607Z | Downloaded tokio-rustls v0.26.0 |
719 | 2025-01-31T22:50:31.607Z | Downloaded sqlformat v0.2.6 |
720 | 2025-01-31T22:50:31.607Z | Downloaded indexmap v1.9.3 |
721 | 2025-01-31T22:50:31.625Z | Downloaded vte v0.11.1 |
722 | 2025-01-31T22:50:31.625Z | Downloaded cookie v0.18.1 |
723 | 2025-01-31T22:50:31.625Z | Downloaded bzip2 v0.4.4 |
724 | 2025-01-31T22:50:31.625Z | Downloaded crossbeam-epoch v0.9.18 |
725 | 2025-01-31T22:50:31.625Z | Downloaded crc32fast v1.4.2 |
726 | 2025-01-31T22:50:31.625Z | Downloaded console v0.15.10 |
727 | 2025-01-31T22:50:31.625Z | Downloaded bytes v1.9.0 |
728 | 2025-01-31T22:50:31.641Z | Downloaded parse-size v1.1.0 |
729 | 2025-01-31T22:50:31.641Z | Downloaded opaque-debug v0.3.1 |
730 | 2025-01-31T22:50:31.642Z | Downloaded num-derive v0.4.2 |
731 | 2025-01-31T22:50:31.642Z | Downloaded fxhash v0.2.1 |
732 | 2025-01-31T22:50:31.642Z | Downloaded num_threads v0.1.7 |
733 | 2025-01-31T22:50:31.642Z | Downloaded shell-words v1.1.0 |
734 | 2025-01-31T22:50:31.642Z | Downloaded scrypt v0.11.0 |
735 | 2025-01-31T22:50:31.642Z | Downloaded termcolor v1.4.1 |
736 | 2025-01-31T22:50:31.642Z | Downloaded rtoolbox v0.0.2 |
737 | 2025-01-31T22:50:31.642Z | Downloaded rpassword v7.3.1 |
738 | 2025-01-31T22:50:31.649Z | Downloaded strum_macros v0.25.3 |
739 | 2025-01-31T22:50:31.650Z | Downloaded slog-term v2.9.1 |
740 | 2025-01-31T22:50:31.650Z | Downloaded slog-stdlog v4.1.1 |
741 | 2025-01-31T22:50:31.650Z | Downloaded sha1 v0.10.6 |
742 | 2025-01-31T22:50:31.650Z | Downloaded smallvec v0.6.14 |
743 | 2025-01-31T22:50:31.650Z | Downloaded slog-dtrace v0.3.0 |
744 | 2025-01-31T22:50:31.650Z | Downloaded icu_collections v1.5.0 |
745 | 2025-01-31T22:50:31.650Z | Downloaded chacha20poly1305 v0.10.1 |
746 | 2025-01-31T22:50:31.659Z | Downloaded newtype-uuid v1.2.1 |
747 | 2025-01-31T22:50:31.659Z | Downloaded tui-tree-widget v0.22.0 |
748 | 2025-01-31T22:50:31.660Z | Downloaded num-rational v0.4.2 |
749 | 2025-01-31T22:50:31.660Z | Downloaded spin v0.9.8 |
750 | 2025-01-31T22:50:31.667Z | Downloaded password-hash v0.5.0 |
751 | 2025-01-31T22:50:31.667Z | Downloaded typify-macro v0.2.0 |
752 | 2025-01-31T22:50:31.667Z | Downloaded crc-any v2.5.0 |
753 | 2025-01-31T22:50:31.667Z | Downloaded smf v0.2.3 |
754 | 2025-01-31T22:50:31.667Z | Downloaded hyper-util v0.1.10 |
755 | 2025-01-31T22:50:31.718Z | Downloaded sync_wrapper v1.0.1 |
756 | 2025-01-31T22:50:31.719Z | Downloaded debug-ignore v1.0.5 |
757 | 2025-01-31T22:50:31.719Z | Downloaded data-encoding v2.6.0 |
758 | 2025-01-31T22:50:31.719Z | Downloaded postgres-types v0.2.8 |
759 | 2025-01-31T22:50:31.719Z | Downloaded des v0.8.1 |
760 | 2025-01-31T22:50:31.719Z | Downloaded pin-project-lite v0.2.14 |
761 | 2025-01-31T22:50:31.778Z | Downloaded hickory-server v0.24.2 |
762 | 2025-01-31T22:50:31.778Z | Downloaded displaydoc v0.2.5 |
763 | 2025-01-31T22:50:31.778Z | Downloaded bumpalo v3.16.0 |
764 | 2025-01-31T22:50:31.779Z | Downloaded icu_normalizer v1.5.0 |
765 | 2025-01-31T22:50:31.779Z | Downloaded ed25519 v2.2.3 |
766 | 2025-01-31T22:50:31.779Z | Downloaded aws-lc-rs v1.10.0 |
767 | 2025-01-31T22:50:31.779Z | Downloaded hash32 v0.3.1 |
768 | 2025-01-31T22:50:31.779Z | Downloaded futures-executor v0.3.31 |
769 | 2025-01-31T22:50:31.779Z | Downloaded zerofrom v0.1.4 |
770 | 2025-01-31T22:50:31.779Z | Downloaded sct v0.7.1 |
771 | 2025-01-31T22:50:31.780Z | Downloaded termios v0.3.3 |
772 | 2025-01-31T22:50:31.780Z | Downloaded getrandom v0.2.15 |
773 | 2025-01-31T22:50:31.780Z | Downloaded yoke-derive v0.7.4 |
774 | 2025-01-31T22:50:31.780Z | Downloaded hickory-resolver v0.24.2 |
775 | 2025-01-31T22:50:31.780Z | Downloaded pem v3.0.4 |
776 | 2025-01-31T22:50:31.780Z | Downloaded futures-channel v0.3.31 |
777 | 2025-01-31T22:50:31.780Z | Downloaded tap v1.0.1 |
778 | 2025-01-31T22:50:31.780Z | Downloaded typify v0.2.0 |
779 | 2025-01-31T22:50:31.780Z | Downloaded normalize-line-endings v0.3.0 |
780 | 2025-01-31T22:50:31.781Z | Downloaded newtype_derive v0.1.6 |
781 | 2025-01-31T22:50:31.781Z | Downloaded num-traits v0.2.19 |
782 | 2025-01-31T22:50:31.781Z | Downloaded fixedbitset v0.4.2 |
783 | 2025-01-31T22:50:31.781Z | Downloaded value-bag v1.9.0 |
784 | 2025-01-31T22:50:31.781Z | Downloaded newline-converter v0.3.0 |
785 | 2025-01-31T22:50:31.849Z | Downloaded precomputed-hash v0.1.1 |
786 | 2025-01-31T22:50:31.849Z | Downloaded quick-error v1.2.3 |
787 | 2025-01-31T22:50:31.849Z | Downloaded headers-core v0.3.0 |
788 | 2025-01-31T22:50:31.849Z | Downloaded rustversion v1.0.17 |
789 | 2025-01-31T22:50:31.849Z | Downloaded tabwriter v1.4.0 |
790 | 2025-01-31T22:50:31.849Z | Downloaded oso v0.27.3 |
791 | 2025-01-31T22:50:31.850Z | Downloaded yasna v0.5.2 |
792 | 2025-01-31T22:50:31.850Z | Downloaded pin-project v1.1.6 |
793 | 2025-01-31T22:50:31.850Z | Downloaded zopfli v0.8.1 |
794 | 2025-01-31T22:50:31.850Z | Downloaded zip v0.6.6 |
795 | 2025-01-31T22:50:31.850Z | Downloaded russh-cryptovec v0.7.3 |
796 | 2025-01-31T22:50:31.850Z | Downloaded sigpipe v0.1.3 |
797 | 2025-01-31T22:50:31.850Z | Downloaded rcgen v0.12.1 |
798 | 2025-01-31T22:50:31.850Z | Downloaded termtree v0.5.1 |
799 | 2025-01-31T22:50:31.850Z | Downloaded slog-bunyan v2.5.0 |
800 | 2025-01-31T22:50:31.851Z | Downloaded which v4.4.2 |
801 | 2025-01-31T22:50:31.851Z | Downloaded pin-project-internal v1.1.6 |
802 | 2025-01-31T22:50:31.851Z | Downloaded parse-display-derive v0.10.0 |
803 | 2025-01-31T22:50:31.851Z | Downloaded synstructure v0.13.1 |
804 | 2025-01-31T22:50:31.851Z | Downloaded structmeta-derive v0.3.0 |
805 | 2025-01-31T22:50:31.851Z | Downloaded rusty-fork v0.3.0 |
806 | 2025-01-31T22:50:31.851Z | Downloaded rustls-pemfile v1.0.4 |
807 | 2025-01-31T22:50:31.851Z | Downloaded resolv-conf v0.7.0 |
808 | 2025-01-31T22:50:31.851Z | Downloaded smallvec v1.13.2 |
809 | 2025-01-31T22:50:31.852Z | Downloaded ref-cast v1.0.23 |
810 | 2025-01-31T22:50:31.852Z | Downloaded half v2.4.1 |
811 | 2025-01-31T22:50:31.852Z | Downloaded zeroize_derive v1.4.2 |
812 | 2025-01-31T22:50:31.852Z | Downloaded zeroize v1.8.1 |
813 | 2025-01-31T22:50:31.853Z | Downloaded pkcs8 v0.10.2 |
814 | 2025-01-31T22:50:31.853Z | Downloaded xz2 v0.1.7 |
815 | 2025-01-31T22:50:31.904Z | Downloaded wyz v0.5.1 |
816 | 2025-01-31T22:50:31.904Z | Downloaded universal-hash v0.5.1 |
817 | 2025-01-31T22:50:31.905Z | Downloaded minimal-lexical v0.2.1 |
818 | 2025-01-31T22:50:31.905Z | Downloaded nibble_vec v0.1.0 |
819 | 2025-01-31T22:50:31.905Z | Downloaded crossbeam-channel v0.5.13 |
820 | 2025-01-31T22:50:31.905Z | Downloaded rustc-demangle v0.1.24 |
821 | 2025-01-31T22:50:31.905Z | Downloaded rustls-pemfile v2.2.0 |
822 | 2025-01-31T22:50:31.905Z | Downloaded fragile v2.0.0 |
823 | 2025-01-31T22:50:31.906Z | Downloaded ppv-lite86 v0.2.20 |
824 | 2025-01-31T22:50:31.906Z | Downloaded packed_struct_codegen v0.10.1 |
825 | 2025-01-31T22:50:31.906Z | Downloaded http v1.2.0 |
826 | 2025-01-31T22:50:31.906Z | Downloaded foreign-types-shared v0.3.1 |
827 | 2025-01-31T22:50:31.906Z | Downloaded slog-async v2.8.0 |
828 | 2025-01-31T22:50:31.906Z | Downloaded der v0.7.9 |
829 | 2025-01-31T22:50:31.906Z | Downloaded parse-display v0.10.0 |
830 | 2025-01-31T22:50:31.906Z | Downloaded downcast v0.11.0 |
831 | 2025-01-31T22:50:31.906Z | Downloaded openssl-probe v0.1.5 |
832 | 2025-01-31T22:50:31.907Z | Downloaded new_debug_unreachable v1.0.6 |
833 | 2025-01-31T22:50:31.907Z | Downloaded phf_generator v0.11.2 |
834 | 2025-01-31T22:50:31.907Z | Downloaded phf_shared v0.10.0 |
835 | 2025-01-31T22:50:31.907Z | Downloaded openssl-macros v0.1.1 |
836 | 2025-01-31T22:50:31.907Z | Downloaded phf_codegen v0.11.2 |
837 | 2025-01-31T22:50:31.907Z | Downloaded progenitor-macro v0.8.0 |
838 | 2025-01-31T22:50:31.907Z | Downloaded libxml v0.3.3 |
839 | 2025-01-31T22:50:31.907Z | Downloaded signature v2.2.0 |
840 | 2025-01-31T22:50:31.907Z | Downloaded shlex v1.3.0 |
841 | 2025-01-31T22:50:31.907Z | Downloaded semver v0.1.20 |
842 | 2025-01-31T22:50:31.908Z | Downloaded cc v1.1.30 |
843 | 2025-01-31T22:50:31.908Z | Downloaded string_cache v0.8.7 |
844 | 2025-01-31T22:50:31.908Z | Downloaded ssh-encoding v0.2.0 |
845 | 2025-01-31T22:50:31.908Z | Downloaded ron v0.7.1 |
846 | 2025-01-31T22:50:31.908Z | Downloaded crypto-bigint v0.5.5 |
847 | 2025-01-31T22:50:31.908Z | Downloaded scopeguard v1.2.0 |
848 | 2025-01-31T22:50:31.948Z | Downloaded tar v0.4.42 |
849 | 2025-01-31T22:50:31.948Z | Downloaded progenitor-impl v0.8.0 |
850 | 2025-01-31T22:50:31.948Z | Downloaded either v1.13.0 |
851 | 2025-01-31T22:50:31.948Z | Downloaded ecdsa v0.16.9 |
852 | 2025-01-31T22:50:31.948Z | Downloaded tinystr v0.7.6 |
853 | 2025-01-31T22:50:31.949Z | Downloaded yoke v0.7.4 |
854 | 2025-01-31T22:50:31.949Z | Downloaded utf8_iter v1.0.4 |
855 | 2025-01-31T22:50:31.949Z | Downloaded structmeta v0.3.0 |
856 | 2025-01-31T22:50:31.949Z | Downloaded nu-ansi-term v0.50.1 |
857 | 2025-01-31T22:50:31.949Z | Downloaded structmeta v0.2.0 |
858 | 2025-01-31T22:50:31.949Z | Downloaded wait-timeout v0.2.0 |
859 | 2025-01-31T22:50:31.949Z | Downloaded walkdir v2.5.0 |
860 | 2025-01-31T22:50:31.949Z | Downloaded rustls-pki-types v1.10.0 |
861 | 2025-01-31T22:50:31.949Z | Downloaded darling_core v0.20.10 |
862 | 2025-01-31T22:50:31.950Z | Downloaded x509-cert v0.2.5 |
863 | 2025-01-31T22:50:31.950Z | Downloaded foreign-types v0.3.2 |
864 | 2025-01-31T22:50:31.950Z | Downloaded derive_builder_macro v0.20.2 |
865 | 2025-01-31T22:50:31.950Z | Downloaded itertools v0.12.1 |
866 | 2025-01-31T22:50:31.950Z | Downloaded futures-task v0.3.31 |
867 | 2025-01-31T22:50:31.950Z | Downloaded progenitor-macro v0.9.1 |
868 | 2025-01-31T22:50:31.950Z | Downloaded test-strategy v0.3.1 |
869 | 2025-01-31T22:50:31.950Z | Downloaded primeorder v0.13.6 |
870 | 2025-01-31T22:50:31.950Z | Downloaded phf v0.11.2 |
871 | 2025-01-31T22:50:31.950Z | Downloaded rayon-core v1.12.1 |
872 | 2025-01-31T22:50:31.969Z | Downloaded omicron-zone-package v0.12.0 |
873 | 2025-01-31T22:50:31.969Z | Downloaded tiny-keccak v2.0.2 |
874 | 2025-01-31T22:50:31.969Z | Downloaded num-conv v0.1.0 |
875 | 2025-01-31T22:50:31.969Z | Downloaded funty v2.0.0 |
876 | 2025-01-31T22:50:31.969Z | Downloaded structmeta-derive v0.2.0 |
877 | 2025-01-31T22:50:31.969Z | Downloaded tinyvec_macros v0.1.1 |
878 | 2025-01-31T22:50:31.969Z | Downloaded sync-ptr v0.1.1 |
879 | 2025-01-31T22:50:31.969Z | Downloaded russh-keys v0.45.0 |
880 | 2025-01-31T22:50:31.970Z | Downloaded serde_yaml v0.9.34+deprecated |
881 | 2025-01-31T22:50:31.970Z | Downloaded slab v0.4.9 |
882 | 2025-01-31T22:50:31.970Z | Downloaded sec1 v0.7.3 |
883 | 2025-01-31T22:50:31.970Z | Downloaded strum_macros v0.24.3 |
884 | 2025-01-31T22:50:31.970Z | Downloaded strip-ansi-escapes v0.2.0 |
885 | 2025-01-31T22:50:31.990Z | Downloaded pin-utils v0.1.0 |
886 | 2025-01-31T22:50:31.991Z | Downloaded phf_shared v0.11.2 |
887 | 2025-01-31T22:50:31.991Z | Downloaded num_enum_derive v0.5.11 |
888 | 2025-01-31T22:50:31.991Z | Downloaded rustc_version v0.1.7 |
889 | 2025-01-31T22:50:31.991Z | Downloaded rand_chacha v0.3.1 |
890 | 2025-01-31T22:50:31.991Z | Downloaded num v0.4.3 |
891 | 2025-01-31T22:50:31.992Z | Downloaded secrecy v0.8.0 |
892 | 2025-01-31T22:50:31.992Z | Downloaded p256 v0.13.2 |
893 | 2025-01-31T22:50:31.992Z | Downloaded vsss-rs v3.3.4 |
894 | 2025-01-31T22:50:31.992Z | Downloaded idna v1.0.3 |
895 | 2025-01-31T22:50:31.992Z | Downloaded derive_builder v0.20.2 |
896 | 2025-01-31T22:50:32.000Z | Downloaded dsl_auto_type v0.1.2 |
897 | 2025-01-31T22:50:32.001Z | Downloaded qorb v0.2.1 |
898 | 2025-01-31T22:50:32.001Z | Downloaded peg-runtime v0.8.3 |
899 | 2025-01-31T22:50:32.001Z | Downloaded try-lock v0.2.5 |
900 | 2025-01-31T22:50:32.001Z | Downloaded defmt v0.3.8 |
901 | 2025-01-31T22:50:32.003Z | Downloaded writeable v0.5.5 |
902 | 2025-01-31T22:50:32.003Z | Downloaded crossterm v0.28.1 |
903 | 2025-01-31T22:50:32.017Z | Downloaded pkg-config v0.3.31 |
904 | 2025-01-31T22:50:32.017Z | Downloaded tungstenite v0.24.0 |
905 | 2025-01-31T22:50:32.017Z | Downloaded tungstenite v0.23.0 |
906 | 2025-01-31T22:50:32.017Z | Downloaded toml v0.7.8 |
907 | 2025-01-31T22:50:32.018Z | Downloaded signal-hook-tokio v0.3.1 |
908 | 2025-01-31T22:50:32.018Z | Downloaded fallible-iterator v0.2.0 |
909 | 2025-01-31T22:50:32.018Z | Downloaded deranged v0.3.11 |
910 | 2025-01-31T22:50:32.043Z | Downloaded itertools v0.13.0 |
911 | 2025-01-31T22:50:32.043Z | Downloaded thiserror-impl v2.0.11 |
912 | 2025-01-31T22:50:32.043Z | Downloaded same-file v1.0.6 |
913 | 2025-01-31T22:50:32.044Z | Downloaded quinn-udp v0.5.5 |
914 | 2025-01-31T22:50:32.045Z | Downloaded foreign-types-shared v0.1.1 |
915 | 2025-01-31T22:50:32.045Z | Downloaded peg v0.8.4 |
916 | 2025-01-31T22:50:32.061Z | Downloaded num_enum v0.5.11 |
917 | 2025-01-31T22:50:32.061Z | Downloaded quinn v0.11.5 |
918 | 2025-01-31T22:50:32.061Z | Downloaded elliptic-curve v0.13.8 |
919 | 2025-01-31T22:50:32.061Z | Downloaded zerocopy-derive v0.8.10 |
920 | 2025-01-31T22:50:32.061Z | Downloaded r2d2 v0.8.10 |
921 | 2025-01-31T22:50:32.067Z | Downloaded diff v0.1.13 |
922 | 2025-01-31T22:50:32.067Z | Downloaded unicode-xid v0.2.6 |
923 | 2025-01-31T22:50:32.067Z | Downloaded dropshot_endpoint v0.15.1 |
924 | 2025-01-31T22:50:32.067Z | Downloaded signal-hook-mio v0.2.4 |
925 | 2025-01-31T22:50:32.067Z | Downloaded derive_builder_core v0.20.2 |
926 | 2025-01-31T22:50:32.067Z | Downloaded derive-where v1.2.7 |
927 | 2025-01-31T22:50:32.067Z | Downloaded foreign-types-macros v0.2.3 |
928 | 2025-01-31T22:50:32.073Z | Downloaded float-ord v0.3.2 |
929 | 2025-01-31T22:50:32.073Z | Downloaded time v0.3.36 |
930 | 2025-01-31T22:50:32.081Z | Downloaded diesel_table_macro_syntax v0.2.0 |
931 | 2025-01-31T22:50:32.081Z | Downloaded ed25519-dalek v2.1.1 |
932 | 2025-01-31T22:50:32.087Z | Downloaded url v2.5.3 |
933 | 2025-01-31T22:50:32.087Z | Downloaded ff v0.13.0 |
934 | 2025-01-31T22:50:32.087Z | Downloaded nom v7.1.3 |
935 | 2025-01-31T22:50:32.095Z | Downloaded ref-cast-impl v1.0.23 |
936 | 2025-01-31T22:50:32.095Z | Downloaded unicode_categories v0.1.1 |
937 | 2025-01-31T22:50:32.095Z | Downloaded hashbrown v0.12.3 |
938 | 2025-01-31T22:50:32.107Z | Downloaded progenitor-impl v0.9.1 |
939 | 2025-01-31T22:50:32.107Z | Downloaded topological-sort v0.2.2 |
940 | 2025-01-31T22:50:32.108Z | Downloaded strum_macros v0.26.4 |
941 | 2025-01-31T22:50:32.135Z | Downloaded tokio-macros v2.5.0 |
942 | 2025-01-31T22:50:32.135Z | Downloaded toml_edit v0.19.15 |
943 | 2025-01-31T22:50:32.135Z | Downloaded sqlparser_derive v0.2.2 |
944 | 2025-01-31T22:50:32.135Z | Downloaded gethostname v0.5.0 |
945 | 2025-01-31T22:50:32.136Z | Downloaded rfc6979 v0.4.0 |
946 | 2025-01-31T22:50:32.136Z | Downloaded dirs-sys-next v0.1.2 |
947 | 2025-01-31T22:50:32.136Z | Downloaded zerovec-derive v0.10.3 |
948 | 2025-01-31T22:50:32.136Z | Downloaded simd-adler32 v0.3.7 |
949 | 2025-01-31T22:50:32.136Z | Downloaded foreign-types v0.5.0 |
950 | 2025-01-31T22:50:32.136Z | Downloaded thiserror v2.0.11 |
951 | 2025-01-31T22:50:32.145Z | Downloaded unicode-properties v0.1.3 |
952 | 2025-01-31T22:50:32.145Z | Downloaded subprocess v0.2.9 |
953 | 2025-01-31T22:50:32.145Z | Downloaded hkdf v0.12.4 |
954 | 2025-01-31T22:50:32.145Z | Downloaded tokio-util v0.7.12 |
955 | 2025-01-31T22:50:32.149Z | Downloaded signal-hook-registry v1.4.2 |
956 | 2025-01-31T22:50:32.149Z | Downloaded env_logger v0.11.5 |
957 | 2025-01-31T22:50:32.149Z | Downloaded hashbrown v0.13.2 |
958 | 2025-01-31T22:50:32.153Z | Downloaded expectorate v1.1.0 |
959 | 2025-01-31T22:50:32.160Z | Downloaded diesel-dtrace v0.4.2 |
960 | 2025-01-31T22:50:32.160Z | Downloaded schemars v0.8.21 |
961 | 2025-01-31T22:50:32.169Z | Downloaded number_prefix v0.4.0 |
962 | 2025-01-31T22:50:32.186Z | Downloaded hyper v1.5.2 |
963 | 2025-01-31T22:50:32.193Z | Downloaded tower-service v0.3.3 |
964 | 2025-01-31T22:50:32.193Z | Downloaded form_urlencoded v1.2.1 |
965 | 2025-01-31T22:50:32.193Z | Downloaded fd-lock v4.0.2 |
966 | 2025-01-31T22:50:32.193Z | Downloaded fallible-streaming-iterator v0.1.9 |
967 | 2025-01-31T22:50:32.194Z | Downloaded fallible-iterator v0.3.0 |
968 | 2025-01-31T22:50:32.194Z | Downloaded unarray v0.1.4 |
969 | 2025-01-31T22:50:32.194Z | Downloaded pretty-hex v0.2.1 |
970 | 2025-01-31T22:50:32.194Z | Downloaded polyval v0.6.2 |
971 | 2025-01-31T22:50:32.194Z | Downloaded prettyplease v0.2.25 |
972 | 2025-01-31T22:50:32.194Z | Downloaded openssl-sys v0.9.104 |
973 | 2025-01-31T22:50:32.195Z | Downloaded env_filter v0.1.2 |
974 | 2025-01-31T22:50:32.199Z | Downloaded defmt-macros v0.3.9 |
975 | 2025-01-31T22:50:32.200Z | Downloaded zone v0.3.0 |
976 | 2025-01-31T22:50:32.200Z | Downloaded scheduled-thread-pool v0.2.7 |
977 | 2025-01-31T22:50:32.200Z | Downloaded poly1305 v0.8.0 |
978 | 2025-01-31T22:50:32.213Z | Downloaded dirs-next v2.0.0 |
979 | 2025-01-31T22:50:32.214Z | Downloaded tungstenite v0.21.0 |
980 | 2025-01-31T22:50:32.214Z | Downloaded tokio-native-tls v0.3.1 |
981 | 2025-01-31T22:50:32.215Z | Downloaded ssh-cipher v0.2.0 |
982 | 2025-01-31T22:50:32.220Z | Downloaded rand_seeder v0.3.0 |
983 | 2025-01-31T22:50:32.221Z | Downloaded rustfmt-wrapper v0.2.1 |
984 | 2025-01-31T22:50:32.221Z | Downloaded rustc_version v0.4.1 |
985 | 2025-01-31T22:50:32.221Z | Downloaded snafu-derive v0.8.5 |
986 | 2025-01-31T22:50:32.221Z | Downloaded serde_with_macros v3.11.0 |
987 | 2025-01-31T22:50:32.221Z | Downloaded whoami v1.5.2 |
988 | 2025-01-31T22:50:32.221Z | Downloaded pkcs5 v0.7.1 |
989 | 2025-01-31T22:50:32.221Z | Downloaded dropshot_endpoint v0.12.0 |
990 | 2025-01-31T22:50:32.235Z | Downloaded parse-zoneinfo v0.3.1 |
991 | 2025-01-31T22:50:32.236Z | Downloaded stable_deref_trait v1.2.0 |
992 | 2025-01-31T22:50:32.243Z | Downloaded packed_struct v0.10.1 |
993 | 2025-01-31T22:50:32.243Z | Downloaded utf16_iter v1.0.5 |
994 | 2025-01-31T22:50:32.244Z | Downloaded globset v0.4.15 |
995 | 2025-01-31T22:50:32.244Z | Downloaded env_logger v0.10.2 |
996 | 2025-01-31T22:50:32.246Z | Downloaded rand v0.8.5 |
997 | 2025-01-31T22:50:32.246Z | Downloaded path-slash v0.1.5 |
998 | 2025-01-31T22:50:32.246Z | Downloaded schemars_derive v0.8.21 |
999 | 2025-01-31T22:50:32.246Z | Downloaded powerfmt v0.2.0 |
1000 | 2025-01-31T22:50:32.246Z | Downloaded vergen v8.3.2 |
1001 | 2025-01-31T22:50:32.250Z | Downloaded glob v0.3.2 |
1002 | 2025-01-31T22:50:32.250Z | Downloaded serde_urlencoded v0.7.1 |
1003 | 2025-01-31T22:50:32.250Z | Downloaded nanorand v0.7.0 |
1004 | 2025-01-31T22:50:32.250Z | Downloaded group v0.13.0 |
1005 | 2025-01-31T22:50:32.250Z | Downloaded heapless v0.7.17 |
1006 | 2025-01-31T22:50:32.255Z | Downloaded olpc-cjson v0.1.4 |
1007 | 2025-01-31T22:50:32.260Z | Downloaded twox-hash v2.1.0 |
1008 | 2025-01-31T22:50:32.260Z | Downloaded enum-as-inner v0.6.1 |
1009 | 2025-01-31T22:50:32.260Z | Downloaded embedded-io v0.4.0 |
1010 | 2025-01-31T22:50:32.260Z | Downloaded document-features v0.2.10 |
1011 | 2025-01-31T22:50:32.265Z | Downloaded blake3 v1.5.4 |
1012 | 2025-01-31T22:50:32.286Z | Downloaded proc-macro-crate v1.3.1 |
1013 | 2025-01-31T22:50:32.287Z | Downloaded predicates v3.1.2 |
1014 | 2025-01-31T22:50:32.287Z | Downloaded reqwest v0.12.9 |
1015 | 2025-01-31T22:50:32.287Z | Downloaded rand_xorshift v0.3.0 |
1016 | 2025-01-31T22:50:32.294Z | Downloaded progenitor v0.9.1 |
1017 | 2025-01-31T22:50:32.295Z | Downloaded stringprep v0.1.5 |
1018 | 2025-01-31T22:50:32.295Z | Downloaded pbkdf2 v0.11.0 |
1019 | 2025-01-31T22:50:32.295Z | Downloaded signal-hook v0.3.17 |
1020 | 2025-01-31T22:50:32.295Z | Downloaded similar v2.6.0 |
1021 | 2025-01-31T22:50:32.302Z | Downloaded flate2 v1.0.35 |
1022 | 2025-01-31T22:50:32.302Z | Downloaded tls_codec_derive v0.4.1 |
1023 | 2025-01-31T22:50:32.302Z | Downloaded progenitor v0.8.0 |
1024 | 2025-01-31T22:50:32.302Z | Downloaded predicates-tree v1.0.11 |
1025 | 2025-01-31T22:50:32.308Z | Downloaded serde-big-array v0.5.1 |
1026 | 2025-01-31T22:50:32.308Z | Downloaded static_assertions v1.1.0 |
1027 | 2025-01-31T22:50:32.309Z | Downloaded derive_more v0.99.18 |
1028 | 2025-01-31T22:50:32.314Z | Downloaded utf-8 v0.7.6 |
1029 | 2025-01-31T22:50:32.314Z | Downloaded rusqlite v0.32.1 |
1030 | 2025-01-31T22:50:32.320Z | Downloaded defmt-parser v0.3.4 |
1031 | 2025-01-31T22:50:32.320Z | Downloaded display-error-chain v0.2.2 |
1032 | 2025-01-31T22:50:32.320Z | Downloaded num-complex v0.4.6 |
1033 | 2025-01-31T22:50:32.324Z | Downloaded native-tls v0.2.12 |
1034 | 2025-01-31T22:50:32.324Z | Downloaded hashlink v0.9.1 |
1035 | 2025-01-31T22:50:32.324Z | Downloaded fatfs v0.3.6 |
1036 | 2025-01-31T22:50:32.327Z | Downloaded parking_lot v0.11.2 |
1037 | 2025-01-31T22:50:32.331Z | Downloaded tls_codec v0.4.1 |
1038 | 2025-01-31T22:50:32.331Z | Downloaded parking_lot v0.12.3 |
1039 | 2025-01-31T22:50:32.336Z | Downloaded headers v0.4.0 |
1040 | 2025-01-31T22:50:32.341Z | Downloaded der_derive v0.7.3 |
1041 | 2025-01-31T22:50:32.341Z | Downloaded tokio-rustls v0.25.0 |
1042 | 2025-01-31T22:50:32.344Z | Downloaded tracing-attributes v0.1.27 |
1043 | 2025-01-31T22:50:32.344Z | Downloaded pkcs1 v0.7.5 |
1044 | 2025-01-31T22:50:32.347Z | Downloaded sqlparser v0.45.0 |
1045 | 2025-01-31T22:50:32.350Z | Downloaded uuid v1.12.0 |
1046 | 2025-01-31T22:50:32.353Z | Downloaded snafu v0.8.5 |
1047 | 2025-01-31T22:50:32.359Z | Downloaded tokio-rustls v0.24.1 |
1048 | 2025-01-31T22:50:32.363Z | Downloaded unicode-segmentation v1.12.0 |
1049 | 2025-01-31T22:50:32.366Z | Downloaded salty v0.3.0 |
1050 | 2025-01-31T22:50:32.371Z | Downloaded futures v0.3.31 |
1051 | 2025-01-31T22:50:32.376Z | Downloaded tracing-core v0.1.32 |
1052 | 2025-01-31T22:50:32.379Z | Downloaded rustls-webpki v0.101.7 |
1053 | 2025-01-31T22:50:32.392Z | Downloaded parking_lot_core v0.9.10 |
1054 | 2025-01-31T22:50:32.396Z | Downloaded icu_properties_data v1.5.0 |
1055 | 2025-01-31T22:50:32.423Z | Downloaded publicsuffix v2.3.0 |
1056 | 2025-01-31T22:50:32.428Z | Downloaded rayon v1.10.0 |
1057 | 2025-01-31T22:50:32.428Z | Downloaded unicode-bidi v0.3.17 |
1058 | 2025-01-31T22:50:32.428Z | Downloaded lalrpop v0.19.12 |
1059 | 2025-01-31T22:50:32.432Z | Downloaded password-hash v0.4.2 |
1060 | 2025-01-31T22:50:32.432Z | Downloaded bitvec v1.0.1 |
1061 | 2025-01-31T22:50:32.445Z | Downloaded socket2 v0.5.7 |
1062 | 2025-01-31T22:50:32.449Z | Downloaded tokio-postgres v0.7.12 |
1063 | 2025-01-31T22:50:32.454Z | Downloaded reedline v0.35.0 |
1064 | 2025-01-31T22:50:32.461Z | Downloaded portable-atomic v1.9.0 |
1065 | 2025-01-31T22:50:32.465Z | Downloaded bindgen v0.69.5 |
1066 | 2025-01-31T22:50:32.476Z | Downloaded num-bigint v0.4.6 |
1067 | 2025-01-31T22:50:32.484Z | Downloaded tracing v0.1.40 |
1068 | 2025-01-31T22:50:32.484Z | Downloaded proptest v1.5.0 |
1069 | 2025-01-31T22:50:32.499Z | Downloaded chrono v0.4.39 |
1070 | 2025-01-31T22:50:32.530Z | Downloaded rustyline v14.0.0 |
1071 | 2025-01-31T22:50:32.530Z | Downloaded unicode-normalization v0.1.24 |
1072 | 2025-01-31T22:50:32.530Z | Downloaded rustls-webpki v0.102.8 |
1073 | 2025-01-31T22:50:32.540Z | Downloaded tough v0.19.0 |
1074 | 2025-01-31T22:50:32.540Z | Downloaded quick-xml v0.33.0 |
1075 | 2025-01-31T22:50:32.552Z | Downloaded steno v0.4.1 |
1076 | 2025-01-31T22:50:32.552Z | Downloaded zerovec v0.10.4 |
1077 | 2025-01-31T22:50:32.552Z | Downloaded quinn-proto v0.11.8 |
1078 | 2025-01-31T22:50:32.565Z | Downloaded ssh-key v0.6.6 |
1079 | 2025-01-31T22:50:32.584Z | Downloaded typed-path v0.9.3 |
1080 | 2025-01-31T22:50:32.584Z | Downloaded num-bigint-dig v0.8.4 |
1081 | 2025-01-31T22:50:32.585Z | Downloaded diesel_derives v2.2.3 |
1082 | 2025-01-31T22:50:32.692Z | Downloaded futures-util v0.3.31 |
1083 | 2025-01-31T22:50:32.693Z | Downloaded hashbrown v0.14.5 |
1084 | 2025-01-31T22:50:32.693Z | Downloaded zone v0.1.8 |
1085 | 2025-01-31T22:50:32.694Z | Downloaded fs_extra v1.3.0 |
1086 | 2025-01-31T22:50:32.694Z | Downloaded uzers v0.12.1 |
1087 | 2025-01-31T22:50:32.695Z | Downloaded pbkdf2 v0.12.2 |
1088 | 2025-01-31T22:50:32.696Z | Downloaded radix_trie v0.2.1 |
1089 | 2025-01-31T22:50:32.697Z | Downloaded want v0.3.1 |
1090 | 2025-01-31T22:50:32.697Z | Downloaded peg-macros v0.8.4 |
1091 | 2025-01-31T22:50:32.698Z | Downloaded parking_lot_core v0.8.6 |
1092 | 2025-01-31T22:50:32.698Z | Downloaded zip v2.1.3 |
1093 | 2025-01-31T22:50:32.772Z | Downloaded russh v0.45.0 |
1094 | 2025-01-31T22:50:32.772Z | Downloaded num-iter v0.1.45 |
1095 | 2025-01-31T22:50:32.772Z | Downloaded num-integer v0.1.46 |
1096 | 2025-01-31T22:50:32.772Z | Downloaded futures-io v0.3.31 |
1097 | 2025-01-31T22:50:32.772Z | Downloaded tinyvec v1.8.0 |
1098 | 2025-01-31T22:50:32.773Z | Downloaded serde_with v3.11.0 |
1099 | 2025-01-31T22:50:32.773Z | Downloaded curve25519-dalek v4.1.3 |
1100 | 2025-01-31T22:50:32.773Z | Downloaded time-macros v0.2.18 |
1101 | 2025-01-31T22:50:32.773Z | Downloaded p521 v0.13.3 |
1102 | 2025-01-31T22:50:32.773Z | Downloaded winnow v0.5.40 |
1103 | 2025-01-31T22:50:32.773Z | Downloaded thiserror-impl-no-std v2.0.2 |
1104 | 2025-01-31T22:50:32.774Z | Downloaded zerocopy v0.6.6 |
1105 | 2025-01-31T22:50:32.774Z | Downloaded rsa v0.9.6 |
1106 | 2025-01-31T22:50:32.774Z | Downloaded h2 v0.4.6 |
1107 | 2025-01-31T22:50:32.774Z | Downloaded zerocopy v0.8.10 |
1108 | 2025-01-31T22:50:32.774Z | Downloaded slog v2.7.0 |
1109 | 2025-01-31T22:50:32.774Z | Downloaded embedded-io v0.6.1 |
1110 | 2025-01-31T22:50:32.775Z | Downloaded write16 v1.0.0 |
1111 | 2025-01-31T22:50:32.775Z | Downloaded itertools v0.10.5 |
1112 | 2025-01-31T22:50:32.775Z | Downloaded smoltcp v0.9.1 |
1113 | 2025-01-31T22:50:32.775Z | Downloaded openssl v0.10.66 |
1114 | 2025-01-31T22:50:32.776Z | Downloaded p384 v0.13.0 |
1115 | 2025-01-31T22:50:32.776Z | Downloaded typify-macro v0.3.0 |
1116 | 2025-01-31T22:50:32.810Z | Downloaded flume v0.11.1 |
1117 | 2025-01-31T22:50:32.810Z | Downloaded futures-sink v0.3.31 |
1118 | 2025-01-31T22:50:32.810Z | Downloaded futures-macro v0.3.31 |
1119 | 2025-01-31T22:50:32.810Z | Downloaded nix v0.27.1 |
1120 | 2025-01-31T22:50:32.810Z | Downloaded git2 v0.19.0 |
1121 | 2025-01-31T22:50:32.810Z | Downloaded petname v2.0.2 |
1122 | 2025-01-31T22:50:32.811Z | Downloaded nix v0.29.0 |
1123 | 2025-01-31T22:50:32.811Z | Downloaded nix v0.28.0 |
1124 | 2025-01-31T22:50:32.811Z | Downloaded vcpkg v0.2.15 |
1125 | 2025-01-31T22:50:32.852Z | Downloaded unicode-width v0.2.0 |
1126 | 2025-01-31T22:50:32.852Z | Downloaded regex v1.11.1 |
1127 | 2025-01-31T22:50:32.852Z | Downloaded hickory-proto v0.24.2 |
1128 | 2025-01-31T22:50:32.912Z | Downloaded webpki-roots v0.26.6 |
1129 | 2025-01-31T22:50:32.912Z | Downloaded dropshot v0.12.0 |
1130 | 2025-01-31T22:50:32.912Z | Downloaded regex-syntax v0.6.29 |
1131 | 2025-01-31T22:50:32.943Z | Downloaded gimli v0.31.1 |
1132 | 2025-01-31T22:50:32.944Z | Downloaded openapiv3 v2.0.0 |
1133 | 2025-01-31T22:50:32.944Z | Downloaded polar-core v0.27.3 |
1134 | 2025-01-31T22:50:32.944Z | Downloaded rustls v0.21.12 |
1135 | 2025-01-31T22:50:32.944Z | Downloaded object v0.30.4 |
1136 | 2025-01-31T22:50:32.944Z | Downloaded regress v0.9.1 |
1137 | 2025-01-31T22:50:32.956Z | Downloaded object v0.36.5 |
1138 | 2025-01-31T22:50:32.956Z | Downloaded diesel v2.2.6 |
1139 | 2025-01-31T22:50:32.986Z | Downloaded rustls v0.22.4 |
1140 | 2025-01-31T22:50:33.062Z | Downloaded typify-impl v0.2.0 |
1141 | 2025-01-31T22:50:33.062Z | Downloaded regress v0.10.1 |
1142 | 2025-01-31T22:50:33.062Z | Downloaded typify-impl v0.3.0 |
1143 | 2025-01-31T22:50:33.094Z | Downloaded rustls v0.23.19 |
1144 | 2025-01-31T22:50:33.094Z | Downloaded regex-syntax v0.8.5 |
1145 | 2025-01-31T22:50:33.094Z | Downloaded ratatui v0.28.1 |
1146 | 2025-01-31T22:50:33.094Z | Downloaded regex-automata v0.4.8 |
1147 | 2025-01-31T22:50:33.094Z | Downloaded zerocopy-derive v0.6.6 |
1148 | 2025-01-31T22:50:33.094Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1149 | 2025-01-31T22:50:33.110Z | Downloaded sled v0.34.7 |
1150 | 2025-01-31T22:50:33.110Z | Downloaded smoltcp v0.11.0 |
1151 | 2025-01-31T22:50:33.131Z | Downloaded chrono-tz v0.10.1 |
1152 | 2025-01-31T22:50:33.131Z | Downloaded bstr v1.10.0 |
1153 | 2025-01-31T22:50:33.148Z | Downloaded dropshot v0.15.1 |
1154 | 2025-01-31T22:50:33.168Z | Downloaded compact_str v0.8.0 |
1155 | 2025-01-31T22:50:33.168Z | Downloaded petgraph v0.6.5 |
1156 | 2025-01-31T22:50:33.219Z | Downloaded postgres-protocol v0.6.7 |
1157 | 2025-01-31T22:50:33.219Z | Downloaded postcard v1.0.10 |
1158 | 2025-01-31T22:50:33.219Z | Downloaded typify v0.3.0 |
1159 | 2025-01-31T22:50:33.219Z | Downloaded samael v0.0.17 |
1160 | 2025-01-31T22:50:33.219Z | Downloaded lzma-sys v0.1.20 |
1161 | 2025-01-31T22:50:33.233Z | Downloaded mio v1.0.2 |
1162 | 2025-01-31T22:50:33.233Z | Downloaded unsafe-libyaml v0.2.11 |
1163 | 2025-01-31T22:50:33.233Z | Downloaded libz-sys v1.1.20 |
1164 | 2025-01-31T22:50:33.294Z | Downloaded float-cmp v0.9.0 |
1165 | 2025-01-31T22:50:33.312Z | Downloaded flagset v0.4.6 |
1166 | 2025-01-31T22:50:33.313Z | Downloaded ron v0.8.1 |
1167 | 2025-01-31T22:50:33.313Z | Downloaded sha3 v0.10.8 |
1168 | 2025-01-31T22:50:33.313Z | Downloaded tokio v1.43.0 |
1169 | 2025-01-31T22:50:33.340Z | Downloaded csv v1.3.1 |
1170 | 2025-01-31T22:50:33.355Z | Downloaded const_format v0.2.34 |
1171 | 2025-01-31T22:50:33.356Z | Downloaded base64 v0.21.7 |
1172 | 2025-01-31T22:50:33.356Z | Downloaded owo-colors v4.1.0 |
1173 | 2025-01-31T22:50:33.356Z | Downloaded clang-sys v1.8.1 |
1174 | 2025-01-31T22:50:33.356Z | Downloaded tokio-stream v0.1.16 |
1175 | 2025-01-31T22:50:33.379Z | Downloaded miniz_oxide v0.8.0 |
1176 | 2025-01-31T22:50:33.380Z | Downloaded ena v0.14.3 |
1177 | 2025-01-31T22:50:33.380Z | Downloaded dyn-clone v1.0.17 |
1178 | 2025-01-31T22:50:33.380Z | Downloaded term v0.7.0 |
1179 | 2025-01-31T22:50:33.380Z | Downloaded const-oid v0.9.6 |
1180 | 2025-01-31T22:50:33.412Z | Downloaded csv-core v0.1.11 |
1181 | 2025-01-31T22:50:33.413Z | Downloaded ciborium v0.2.2 |
1182 | 2025-01-31T22:50:33.413Z | Downloaded icu_locid_transform_data v1.5.0 |
1183 | 2025-01-31T22:50:33.413Z | Downloaded serde-hex v0.1.0 |
1184 | 2025-01-31T22:50:33.413Z | Downloaded unicase v2.7.0 |
1185 | 2025-01-31T22:50:33.414Z | Downloaded blowfish v0.9.1 |
1186 | 2025-01-31T22:50:33.414Z | Downloaded ciborium-ll v0.2.2 |
1187 | 2025-01-31T22:50:33.414Z | Downloaded cfg_aliases v0.1.1 |
1188 | 2025-01-31T22:50:33.414Z | Downloaded internet-checksum v0.2.1 |
1189 | 2025-01-31T22:50:33.414Z | Downloaded highway v1.2.0 |
1190 | 2025-01-31T22:50:33.414Z | Downloaded hickory-client v0.24.2 |
1191 | 2025-01-31T22:50:33.457Z | Downloaded encoding_rs v0.8.34 |
1192 | 2025-01-31T22:50:33.538Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1193 | 2025-01-31T22:50:33.840Z | Downloaded libsqlite3-sys v0.30.1 |
1194 | 2025-01-31T22:50:33.989Z | Downloaded ring v0.17.8 |
1195 | 2025-01-31T22:50:34.369Z | Downloaded aws-lc-sys v0.22.0 |
1196 | 2025-01-31T22:50:34.643Z | Compiling serde v1.0.217 |
1197 | 2025-01-31T22:50:34.651Z | Compiling lock_api v0.4.12 |
1198 | 2025-01-31T22:50:34.651Z | Compiling value-bag v1.9.0 |
1199 | 2025-01-31T22:50:34.652Z | Compiling scopeguard v1.2.0 |
1200 | 2025-01-31T22:50:34.825Z | Compiling typenum v1.17.0 |
1201 | 2025-01-31T22:50:34.828Z | Compiling generic-array v0.14.7 |
1202 | 2025-01-31T22:50:34.876Z | Compiling syn v2.0.96 |
1203 | 2025-01-31T22:50:34.880Z | Compiling getrandom v0.2.15 |
1204 | 2025-01-31T22:50:34.959Z | Compiling subtle v2.6.1 |
1205 | 2025-01-31T22:50:35.182Z | Compiling rand_core v0.6.4 |
1206 | 2025-01-31T22:50:35.263Z | Compiling log v0.4.22 |
1207 | 2025-01-31T22:50:35.369Z | Compiling shlex v1.3.0 |
1208 | 2025-01-31T22:50:35.391Z | Compiling jobserver v0.1.32 |
1209 | 2025-01-31T22:50:35.394Z | Compiling smallvec v1.13.2 |
1210 | 2025-01-31T22:50:35.712Z | Compiling const-oid v0.9.6 |
1211 | 2025-01-31T22:50:35.739Z | Compiling pin-project-lite v0.2.14 |
1212 | 2025-01-31T22:50:35.758Z | Compiling rustix v0.38.37 |
1213 | 2025-01-31T22:50:35.799Z | Compiling cc v1.1.30 |
1214 | 2025-01-31T22:50:35.882Z | Compiling spin v0.9.8 |
1215 | 2025-01-31T22:50:36.134Z | Compiling parking_lot_core v0.9.10 |
1216 | 2025-01-31T22:50:36.275Z | Compiling futures-core v0.3.31 |
1217 | 2025-01-31T22:50:36.278Z | Compiling signal-hook-registry v1.4.2 |
1218 | 2025-01-31T22:50:36.535Z | Compiling mio v1.0.2 |
1219 | 2025-01-31T22:50:36.573Z | Compiling aho-corasick v1.1.3 |
1220 | 2025-01-31T22:50:37.017Z | Compiling parking_lot v0.12.3 |
1221 | 2025-01-31T22:50:37.073Z | Compiling cpufeatures v0.2.14 |
1222 | 2025-01-31T22:50:37.176Z | Compiling either v1.13.0 |
1223 | 2025-01-31T22:50:37.179Z | Compiling stable_deref_trait v1.2.0 |
1224 | 2025-01-31T22:50:37.306Z | Compiling regex-syntax v0.8.5 |
1225 | 2025-01-31T22:50:37.584Z | Compiling futures-sink v0.3.31 |
1226 | 2025-01-31T22:50:37.605Z | Compiling glob v0.3.2 |
1227 | 2025-01-31T22:50:37.828Z | Compiling socket2 v0.5.7 |
1228 | 2025-01-31T22:50:37.919Z | Compiling slab v0.4.9 |
1229 | 2025-01-31T22:50:37.919Z | Compiling prettyplease v0.2.25 |
1230 | 2025-01-31T22:50:38.254Z | Compiling lazy_static v1.5.0 |
1231 | 2025-01-31T22:50:38.402Z | Compiling serde_json v1.0.135 |
1232 | 2025-01-31T22:50:38.462Z | Compiling minimal-lexical v0.2.1 |
1233 | 2025-01-31T22:50:38.540Z | Compiling clang-sys v1.8.1 |
1234 | 2025-01-31T22:50:38.739Z | Compiling libloading v0.8.5 |
1235 | 2025-01-31T22:50:38.917Z | Compiling nom v7.1.3 |
1236 | 2025-01-31T22:50:39.005Z | Compiling bindgen v0.69.5 |
1237 | 2025-01-31T22:50:39.114Z | Compiling home v0.5.9 |
1238 | 2025-01-31T22:50:39.373Z | Compiling futures-channel v0.3.31 |
1239 | 2025-01-31T22:50:39.568Z | Compiling itertools v0.12.1 |
1240 | 2025-01-31T22:50:39.800Z | Compiling futures-task v0.3.31 |
1241 | 2025-01-31T22:50:39.875Z | Compiling futures-io v0.3.31 |
1242 | 2025-01-31T22:50:40.099Z | Compiling libm v0.2.8 |
1243 | 2025-01-31T22:50:40.153Z | Compiling allocator-api2 v0.2.18 |
1244 | 2025-01-31T22:50:40.420Z | Compiling rustc-hash v1.1.0 |
1245 | 2025-01-31T22:50:40.581Z | Compiling pin-utils v0.1.0 |
1246 | 2025-01-31T22:50:40.691Z | Compiling lazycell v1.3.0 |
1247 | 2025-01-31T22:50:40.875Z | Compiling foldhash v0.1.3 |
1248 | 2025-01-31T22:50:40.937Z | Compiling cmake v0.1.51 |
1249 | 2025-01-31T22:50:41.180Z | Compiling regex-automata v0.4.8 |
1250 | 2025-01-31T22:50:41.346Z | Compiling hashbrown v0.15.1 |
1251 | 2025-01-31T22:50:41.833Z | Compiling num-traits v0.2.19 |
1252 | 2025-01-31T22:50:42.110Z | Compiling synstructure v0.13.1 |
1253 | 2025-01-31T22:50:42.485Z | Compiling cexpr v0.6.0 |
1254 | 2025-01-31T22:50:42.512Z | Compiling dunce v1.0.5 |
1255 | 2025-01-31T22:50:42.657Z | Compiling pkg-config v0.3.31 |
1256 | 2025-01-31T22:50:43.657Z | Compiling fs_extra v1.3.0 |
1257 | 2025-01-31T22:50:44.047Z | Compiling litemap v0.7.3 |
1258 | 2025-01-31T22:50:44.170Z | Compiling writeable v0.5.5 |
1259 | 2025-01-31T22:50:44.189Z | Compiling ring v0.17.8 |
1260 | 2025-01-31T22:50:44.419Z | Compiling paste v1.0.15 |
1261 | 2025-01-31T22:50:44.710Z | Compiling base64ct v1.6.0 |
1262 | 2025-01-31T22:50:45.146Z | Compiling icu_locid_transform_data v1.5.0 |
1263 | 2025-01-31T22:50:45.236Z | Compiling pem-rfc7468 v0.7.0 |
1264 | 2025-01-31T22:50:45.275Z | Compiling aws-lc-rs v1.10.0 |
1265 | 2025-01-31T22:50:45.295Z | Compiling httparse v1.9.5 |
1266 | 2025-01-31T22:50:45.669Z | Compiling flagset v0.4.6 |
1267 | 2025-01-31T22:50:45.903Z | Compiling tracing-core v0.1.32 |
1268 | 2025-01-31T22:50:46.037Z | Compiling icu_properties_data v1.5.0 |
1269 | 2025-01-31T22:50:46.291Z | Compiling percent-encoding v2.3.1 |
1270 | 2025-01-31T22:50:46.457Z | Compiling regex v1.11.1 |
1271 | 2025-01-31T22:50:46.596Z | Compiling crossbeam-utils v0.8.20 |
1272 | 2025-01-31T22:50:46.977Z | Compiling rustls-pki-types v1.10.0 |
1273 | 2025-01-31T22:50:47.146Z | Compiling powerfmt v0.2.0 |
1274 | 2025-01-31T22:50:47.450Z | Compiling num-conv v0.1.0 |
1275 | 2025-01-31T22:50:47.540Z | Compiling untrusted v0.7.1 |
1276 | 2025-01-31T22:50:47.625Z | Compiling mirai-annotations v1.12.0 |
1277 | 2025-01-31T22:50:47.695Z | Compiling vcpkg v0.2.15 |
1278 | 2025-01-31T22:50:47.714Z | Compiling write16 v1.0.0 |
1279 | 2025-01-31T22:50:47.765Z | Compiling serde_derive v1.0.217 |
1280 | 2025-01-31T22:50:47.811Z | Compiling zeroize_derive v1.4.2 |
1281 | 2025-01-31T22:50:47.844Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2025-01-31T22:50:47.927Z | Compiling tokio-macros v2.5.0 |
1283 | 2025-01-31T22:50:49.268Z | Compiling zeroize v1.8.1 |
1284 | 2025-01-31T22:50:49.446Z | Compiling zerofrom-derive v0.1.4 |
1285 | 2025-01-31T22:50:49.464Z | Compiling yoke-derive v0.7.4 |
1286 | 2025-01-31T22:50:49.862Z | Compiling zerovec-derive v0.10.3 |
1287 | 2025-01-31T22:50:49.901Z | Compiling zerocopy v0.7.35 |
1288 | 2025-01-31T22:50:50.809Z | Compiling crypto-common v0.1.6 |
1289 | 2025-01-31T22:50:51.061Z | Compiling block-buffer v0.10.4 |
1290 | 2025-01-31T22:50:51.155Z | Compiling thiserror-impl v1.0.69 |
1291 | 2025-01-31T22:50:51.210Z | Compiling futures-macro v0.3.31 |
1292 | 2025-01-31T22:50:51.316Z | Compiling digest v0.10.7 |
1293 | 2025-01-31T22:50:51.787Z | Compiling hmac v0.12.1 |
1294 | 2025-01-31T22:50:52.039Z | Compiling displaydoc v0.2.5 |
1295 | 2025-01-31T22:50:52.058Z | Compiling block-padding v0.3.3 |
1296 | 2025-01-31T22:50:52.136Z | Compiling sha2 v0.10.8 |
1297 | 2025-01-31T22:50:52.311Z | Compiling inout v0.1.3 |
1298 | 2025-01-31T22:50:52.344Z | Compiling icu_provider_macros v1.5.0 |
1299 | 2025-01-31T22:50:52.579Z | Compiling cipher v0.4.4 |
1300 | 2025-01-31T22:50:52.877Z | Compiling zerofrom v0.1.4 |
1301 | 2025-01-31T22:50:53.040Z | Compiling futures-util v0.3.31 |
1302 | 2025-01-31T22:50:53.095Z | Compiling yoke v0.7.4 |
1303 | 2025-01-31T22:50:53.115Z | Compiling ppv-lite86 v0.2.20 |
1304 | 2025-01-31T22:50:53.473Z | Compiling zerovec v0.10.4 |
1305 | 2025-01-31T22:50:53.493Z | Compiling der_derive v0.7.3 |
1306 | 2025-01-31T22:50:53.631Z | Compiling tracing-attributes v0.1.27 |
1307 | 2025-01-31T22:50:53.849Z | Compiling rand_chacha v0.3.1 |
1308 | 2025-01-31T22:50:54.233Z | Compiling thiserror v1.0.69 |
1309 | 2025-01-31T22:50:54.385Z | Compiling pest v2.7.14 |
1310 | 2025-01-31T22:50:55.495Z | Compiling tinystr v0.7.6 |
1311 | 2025-01-31T22:50:55.733Z | Compiling icu_collections v1.5.0 |
1312 | 2025-01-31T22:50:55.829Z | Compiling icu_locid v1.5.0 |
1313 | 2025-01-31T22:50:55.865Z | Compiling der v0.7.9 |
1314 | 2025-01-31T22:50:56.070Z | Compiling rand v0.8.5 |
1315 | 2025-01-31T22:50:56.827Z | Compiling tracing v0.1.40 |
1316 | 2025-01-31T22:50:57.033Z | Compiling icu_provider v1.5.0 |
1317 | 2025-01-31T22:50:57.338Z | Compiling salsa20 v0.10.2 |
1318 | 2025-01-31T22:50:57.461Z | Compiling pbkdf2 v0.12.2 |
1319 | 2025-01-31T22:50:57.579Z | Compiling utf16_iter v1.0.5 |
1320 | 2025-01-31T22:50:57.639Z | Compiling untrusted v0.9.0 |
1321 | 2025-01-31T22:50:57.799Z | Compiling icu_locid_transform v1.5.0 |
1322 | 2025-01-31T22:50:57.836Z | Compiling spki v0.7.3 |
1323 | 2025-01-31T22:50:57.866Z | Compiling utf8_iter v1.0.4 |
1324 | 2025-01-31T22:50:58.011Z | Compiling time-core v0.1.2 |
1325 | 2025-01-31T22:50:58.060Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2025-01-31T22:50:58.170Z | Compiling scrypt v0.11.0 |
1327 | 2025-01-31T22:50:58.191Z | Compiling time-macros v0.2.18 |
1328 | 2025-01-31T22:50:58.210Z | Compiling pest_meta v2.7.14 |
1329 | 2025-01-31T22:50:58.424Z | Compiling cbc v0.1.2 |
1330 | 2025-01-31T22:50:58.672Z | Compiling aes v0.8.4 |
1331 | 2025-01-31T22:50:58.737Z | Compiling openssl-sys v0.9.104 |
1332 | 2025-01-31T22:50:58.956Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-01-31T22:50:59.801Z | Compiling icu_properties v1.5.1 |
1334 | 2025-01-31T22:51:00.232Z | Compiling deranged v0.3.11 |
1335 | 2025-01-31T22:51:00.779Z | Compiling bitflags v2.6.0 |
1336 | 2025-01-31T22:51:01.219Z | Compiling bytes v1.9.0 |
1337 | 2025-01-31T22:51:01.533Z | Compiling indexmap v2.7.1 |
1338 | 2025-01-31T22:51:01.553Z | Compiling semver v1.0.24 |
1339 | 2025-01-31T22:51:01.651Z | Compiling tinyvec_macros v0.1.1 |
1340 | 2025-01-31T22:51:01.751Z | Compiling num_threads v0.1.7 |
1341 | 2025-01-31T22:51:01.894Z | Compiling atomic-waker v1.1.2 |
1342 | 2025-01-31T22:51:02.093Z | Compiling tokio v1.43.0 |
1343 | 2025-01-31T22:51:02.228Z | Compiling http v1.2.0 |
1344 | 2025-01-31T22:51:02.415Z | Compiling rustc_version v0.4.1 |
1345 | 2025-01-31T22:51:02.669Z | Compiling time v0.3.36 |
1346 | 2025-01-31T22:51:02.852Z | Compiling tinyvec v1.8.0 |
1347 | 2025-01-31T22:51:03.100Z | Compiling scroll v0.12.0 |
1348 | 2025-01-31T22:51:03.653Z | Compiling icu_normalizer v1.5.0 |
1349 | 2025-01-31T22:51:04.335Z | Compiling http-body v1.0.1 |
1350 | 2025-01-31T22:51:04.451Z | Compiling pkcs5 v0.7.1 |
1351 | 2025-01-31T22:51:04.454Z | Compiling pest_generator v2.7.14 |
1352 | 2025-01-31T22:51:04.541Z | Compiling idna_adapter v1.2.0 |
1353 | 2025-01-31T22:51:04.577Z | Compiling form_urlencoded v1.2.1 |
1354 | 2025-01-31T22:51:04.802Z | Compiling slog v2.7.0 |
1355 | 2025-01-31T22:51:04.917Z | Compiling which v4.4.2 |
1356 | 2025-01-31T22:51:05.457Z | Compiling try-lock v0.2.5 |
1357 | 2025-01-31T22:51:05.547Z | Compiling pkcs8 v0.10.2 |
1358 | 2025-01-31T22:51:05.566Z | Compiling goblin v0.8.2 |
1359 | 2025-01-31T22:51:05.621Z | Compiling want v0.3.1 |
1360 | 2025-01-31T22:51:05.904Z | Compiling idna v1.0.3 |
1361 | 2025-01-31T22:51:05.984Z | Compiling uuid v1.12.0 |
1362 | 2025-01-31T22:51:06.199Z | Compiling iana-time-zone v0.1.61 |
1363 | 2025-01-31T22:51:06.332Z | Compiling pest_derive v2.7.14 |
1364 | 2025-01-31T22:51:06.576Z | Compiling httpdate v1.0.3 |
1365 | 2025-01-31T22:51:07.057Z | Compiling chrono v0.4.39 |
1366 | 2025-01-31T22:51:07.093Z | Compiling dtrace-parser v0.2.0 |
1367 | 2025-01-31T22:51:07.505Z | Compiling serde_spanned v0.6.8 |
1368 | 2025-01-31T22:51:07.540Z | Compiling toml_datetime v0.6.8 |
1369 | 2025-01-31T22:51:07.753Z | Compiling serde_tokenstream v0.2.2 |
1370 | 2025-01-31T22:51:08.035Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2025-01-31T22:51:08.163Z | Compiling tower-service v0.3.3 |
1372 | 2025-01-31T22:51:08.183Z | Compiling adler2 v2.0.0 |
1373 | 2025-01-31T22:51:08.332Z | Compiling match_cfg v0.1.0 |
1374 | 2025-01-31T22:51:08.361Z | Compiling rustversion v1.0.17 |
1375 | 2025-01-31T22:51:08.432Z | Compiling base64 v0.22.1 |
1376 | 2025-01-31T22:51:08.451Z | Compiling openssl v0.10.66 |
1377 | 2025-01-31T22:51:08.915Z | Compiling hostname v0.3.1 |
1378 | 2025-01-31T22:51:09.000Z | Compiling miniz_oxide v0.8.0 |
1379 | 2025-01-31T22:51:09.113Z | Compiling foreign-types v0.3.2 |
1380 | 2025-01-31T22:51:09.134Z | Compiling url v2.5.3 |
1381 | 2025-01-31T22:51:09.219Z | Compiling openssl-macros v0.1.1 |
1382 | 2025-01-31T22:51:09.948Z | Compiling async-trait v0.1.85 |
1383 | 2025-01-31T22:51:10.315Z | Compiling tokio-util v0.7.12 |
1384 | 2025-01-31T22:51:10.400Z | Compiling serde_derive_internals v0.29.1 |
1385 | 2025-01-31T22:51:10.422Z | Compiling dirs-sys-next v0.1.2 |
1386 | 2025-01-31T22:51:10.914Z | Compiling rustls v0.23.19 |
1387 | 2025-01-31T22:51:10.970Z | Compiling native-tls v0.2.12 |
1388 | 2025-01-31T22:51:11.201Z | Compiling dof v0.3.0 |
1389 | 2025-01-31T22:51:11.304Z | Compiling h2 v0.4.6 |
1390 | 2025-01-31T22:51:11.581Z | Compiling siphasher v0.3.11 |
1391 | 2025-01-31T22:51:11.970Z | Compiling usdt-impl v0.5.0 |
1392 | 2025-01-31T22:51:12.472Z | Compiling data-encoding v2.6.0 |
1393 | 2025-01-31T22:51:12.731Z | Compiling syn v1.0.109 |
1394 | 2025-01-31T22:51:13.020Z | Compiling rustls v0.22.4 |
1395 | 2025-01-31T22:51:13.316Z | Compiling schemars v0.8.21 |
1396 | 2025-01-31T22:51:13.430Z | Compiling schemars_derive v0.8.21 |
1397 | 2025-01-31T22:51:13.476Z | Compiling dirs-next v2.0.0 |
1398 | 2025-01-31T22:51:14.528Z | Compiling http-body-util v0.1.2 |
1399 | 2025-01-31T22:51:14.854Z | Compiling unicode-normalization v0.1.24 |
1400 | 2025-01-31T22:51:14.952Z | Compiling heapless v0.7.17 |
1401 | 2025-01-31T22:51:15.009Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-01-31T22:51:15.398Z | Compiling signature v2.2.0 |
1403 | 2025-01-31T22:51:15.609Z | Compiling sha1 v0.10.6 |
1404 | 2025-01-31T22:51:15.683Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1405 | 2025-01-31T22:51:15.710Z | Compiling thread_local v1.1.8 |
1406 | 2025-01-31T22:51:15.876Z | Compiling multer v3.1.0 |
1407 | 2025-01-31T22:51:16.055Z | Compiling encoding_rs v0.8.34 |
1408 | 2025-01-31T22:51:16.148Z | Compiling cookie v0.18.1 |
1409 | 2025-01-31T22:51:16.166Z | Compiling signal-hook v0.3.17 |
1410 | 2025-01-31T22:51:16.188Z | Compiling dyn-clone v1.0.17 |
1411 | 2025-01-31T22:51:16.398Z | Compiling mime v0.3.17 |
1412 | 2025-01-31T22:51:16.421Z | Compiling openssl-probe v0.1.5 |
1413 | 2025-01-31T22:51:16.440Z | Compiling unicode-bidi v0.3.17 |
1414 | 2025-01-31T22:51:16.533Z | Compiling ipnet v2.10.1 |
1415 | 2025-01-31T22:51:16.732Z | Compiling slog-async v2.8.0 |
1416 | 2025-01-31T22:51:16.925Z | Compiling rayon-core v1.12.1 |
1417 | 2025-01-31T22:51:17.206Z | Compiling unicode-properties v0.1.3 |
1418 | 2025-01-31T22:51:17.230Z | Compiling gimli v0.31.1 |
1419 | 2025-01-31T22:51:17.629Z | Compiling stringprep v0.1.5 |
1420 | 2025-01-31T22:51:17.719Z | Compiling toml_edit v0.22.22 |
1421 | 2025-01-31T22:51:18.757Z | Compiling hyper v1.5.2 |
1422 | 2025-01-31T22:51:21.246Z | Compiling hyper-util v0.1.10 |
1423 | 2025-01-31T22:51:21.450Z | Compiling addr2line v0.24.2 |
1424 | 2025-01-31T22:51:21.554Z | Compiling crossbeam-deque v0.8.5 |
1425 | 2025-01-31T22:51:21.917Z | Compiling usdt-attr-macro v0.5.0 |
1426 | 2025-01-31T22:51:21.937Z | Compiling usdt-macro v0.5.0 |
1427 | 2025-01-31T22:51:22.091Z | Compiling term v0.7.0 |
1428 | 2025-01-31T22:51:22.495Z | Compiling slog-json v2.6.1 |
1429 | 2025-01-31T22:51:22.866Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2025-01-31T22:51:23.344Z | Compiling curve25519-dalek v4.1.3 |
1431 | 2025-01-31T22:51:23.393Z | Compiling crossbeam-channel v0.5.13 |
1432 | 2025-01-31T22:51:23.413Z | Compiling futures-executor v0.3.31 |
1433 | 2025-01-31T22:51:23.452Z | Compiling md-5 v0.10.6 |
1434 | 2025-01-31T22:51:23.745Z | Compiling async-stream-impl v0.3.6 |
1435 | 2025-01-31T22:51:23.958Z | Compiling enum-as-inner v0.6.1 |
1436 | 2025-01-31T22:51:24.002Z | Compiling rustls-pemfile v2.2.0 |
1437 | 2025-01-31T22:51:24.083Z | Compiling num-integer v0.1.46 |
1438 | 2025-01-31T22:51:24.334Z | Compiling hash32 v0.2.1 |
1439 | 2025-01-31T22:51:24.404Z | Compiling ff v0.13.0 |
1440 | 2025-01-31T22:51:24.637Z | Compiling is-terminal v0.4.13 |
1441 | 2025-01-31T22:51:24.684Z | Compiling dropshot v0.12.0 |
1442 | 2025-01-31T22:51:24.780Z | Compiling object v0.36.5 |
1443 | 2025-01-31T22:51:24.799Z | Compiling base16ct v0.2.0 |
1444 | 2025-01-31T22:51:24.985Z | Compiling smoltcp v0.9.1 |
1445 | 2025-01-31T22:51:25.008Z | Compiling take_mut v0.2.2 |
1446 | 2025-01-31T22:51:25.011Z | Compiling num-bigint-dig v0.8.4 |
1447 | 2025-01-31T22:51:25.102Z | Compiling rustc-demangle v0.1.24 |
1448 | 2025-01-31T22:51:25.137Z | Compiling anyhow v1.0.95 |
1449 | 2025-01-31T22:51:25.181Z | Compiling litrs v0.4.1 |
1450 | 2025-01-31T22:51:25.296Z | Compiling utf-8 v0.7.6 |
1451 | 2025-01-31T22:51:25.605Z | Compiling linked-hash-map v0.5.6 |
1452 | 2025-01-31T22:51:25.608Z | Compiling psl-types v2.0.11 |
1453 | 2025-01-31T22:51:25.712Z | Compiling portable-atomic v1.9.0 |
1454 | 2025-01-31T22:51:25.840Z | Compiling fallible-iterator v0.2.0 |
1455 | 2025-01-31T22:51:25.932Z | Compiling quick-error v1.2.3 |
1456 | 2025-01-31T22:51:26.042Z | Compiling lru-cache v0.1.2 |
1457 | 2025-01-31T22:51:26.096Z | Compiling resolv-conf v0.7.0 |
1458 | 2025-01-31T22:51:26.238Z | Compiling publicsuffix v2.3.0 |
1459 | 2025-01-31T22:51:26.290Z | Compiling document-features v0.2.10 |
1460 | 2025-01-31T22:51:26.526Z | Compiling postgres-protocol v0.6.7 |
1461 | 2025-01-31T22:51:26.779Z | Compiling tungstenite v0.24.0 |
1462 | 2025-01-31T22:51:26.938Z | Compiling sec1 v0.7.3 |
1463 | 2025-01-31T22:51:27.490Z | Compiling async-stream v0.3.6 |
1464 | 2025-01-31T22:51:27.509Z | Compiling hickory-proto v0.24.2 |
1465 | 2025-01-31T22:51:27.793Z | Compiling slog-term v2.9.1 |
1466 | 2025-01-31T22:51:27.795Z | Compiling usdt v0.5.0 |
1467 | 2025-01-31T22:51:28.352Z | Compiling group v0.13.0 |
1468 | 2025-01-31T22:51:28.701Z | Compiling num-iter v0.1.45 |
1469 | 2025-01-31T22:51:28.928Z | Compiling futures v0.3.31 |
1470 | 2025-01-31T22:51:28.966Z | Compiling slog-bunyan v2.5.0 |
1471 | 2025-01-31T22:51:29.148Z | Compiling toml v0.8.19 |
1472 | 2025-01-31T22:51:30.089Z | Compiling tokio-native-tls v0.3.1 |
1473 | 2025-01-31T22:51:30.373Z | Compiling camino v1.1.9 |
1474 | 2025-01-31T22:51:30.585Z | Compiling phf_shared v0.11.2 |
1475 | 2025-01-31T22:51:30.674Z | Compiling dropshot_endpoint v0.12.0 |
1476 | 2025-01-31T22:51:30.959Z | Compiling terminal_size v0.4.0 |
1477 | 2025-01-31T22:51:31.047Z | Compiling openapiv3 v2.0.0 |
1478 | 2025-01-31T22:51:31.174Z | Compiling backtrace v0.3.74 |
1479 | 2025-01-31T22:51:31.194Z | Compiling waitgroup v0.1.2 |
1480 | 2025-01-31T22:51:31.419Z | Compiling serde_path_to_error v0.1.16 |
1481 | 2025-01-31T22:51:31.692Z | Compiling hkdf v0.12.4 |
1482 | 2025-01-31T22:51:31.966Z | Compiling crypto-bigint v0.5.5 |
1483 | 2025-01-31T22:51:32.187Z | Compiling zerocopy-derive v0.6.6 |
1484 | 2025-01-31T22:51:34.195Z | Compiling curve25519-dalek-derive v0.1.1 |
1485 | 2025-01-31T22:51:34.290Z | Compiling webpki-roots v0.26.6 |
1486 | 2025-01-31T22:51:34.521Z | Compiling hostname v0.4.0 |
1487 | 2025-01-31T22:51:34.729Z | Compiling fs-err v2.11.0 |
1488 | 2025-01-31T22:51:34.757Z | Compiling hubpack_derive v0.1.1 |
1489 | 2025-01-31T22:51:34.879Z | Compiling ahash v0.8.11 |
1490 | 2025-01-31T22:51:35.017Z | Compiling crc32fast v1.4.2 |
1491 | 2025-01-31T22:51:35.050Z | Compiling unicode-width v0.2.0 |
1492 | 2025-01-31T22:51:35.198Z | Compiling debug-ignore v1.0.5 |
1493 | 2025-01-31T22:51:35.358Z | Compiling managed v0.8.0 |
1494 | 2025-01-31T22:51:35.379Z | Compiling bitflags v1.3.2 |
1495 | 2025-01-31T22:51:35.501Z | Compiling newtype-uuid v1.2.1 |
1496 | 2025-01-31T22:51:35.584Z | Compiling winnow v0.5.40 |
1497 | 2025-01-31T22:51:35.587Z | Compiling clap_builder v4.5.27 |
1498 | 2025-01-31T22:51:35.819Z | Compiling hubpack v0.1.2 |
1499 | 2025-01-31T22:51:36.224Z | Compiling console v0.15.10 |
1500 | 2025-01-31T22:51:36.711Z | Compiling strum_macros v0.25.3 |
1501 | 2025-01-31T22:51:37.550Z | Compiling flate2 v1.0.35 |
1502 | 2025-01-31T22:51:37.879Z | Compiling elliptic-curve v0.13.8 |
1503 | 2025-01-31T22:51:37.927Z | Compiling zerocopy v0.6.6 |
1504 | 2025-01-31T22:51:38.525Z | Compiling hickory-resolver v0.24.2 |
1505 | 2025-01-31T22:51:38.764Z | Compiling toml_edit v0.19.15 |
1506 | 2025-01-31T22:51:39.036Z | Compiling phf v0.11.2 |
1507 | 2025-01-31T22:51:39.328Z | Compiling cookie_store v0.21.1 |
1508 | 2025-01-31T22:51:39.485Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-01-31T22:51:39.899Z | Compiling rayon v1.10.0 |
1510 | 2025-01-31T22:51:40.522Z | Compiling signal-hook-mio v0.2.4 |
1511 | 2025-01-31T22:51:40.703Z | Compiling bzip2 v0.4.4 |
1512 | 2025-01-31T22:51:41.096Z | Compiling tokio-tungstenite v0.24.0 |
1513 | 2025-01-31T22:51:41.637Z | Compiling postgres-types v0.2.8 |
1514 | 2025-01-31T22:51:43.659Z | Compiling ed25519 v2.2.3 |
1515 | 2025-01-31T22:51:43.702Z | Compiling phf_shared v0.10.0 |
1516 | 2025-01-31T22:51:44.087Z | Compiling tokio-stream v0.1.16 |
1517 | 2025-01-31T22:51:44.141Z | Compiling pkcs1 v0.7.5 |
1518 | 2025-01-31T22:51:44.205Z | Compiling serde-big-array v0.5.1 |
1519 | 2025-01-31T22:51:44.440Z | Compiling rfc6979 v0.4.0 |
1520 | 2025-01-31T22:51:44.497Z | Compiling clap_derive v4.5.24 |
1521 | 2025-01-31T22:51:44.650Z | Compiling serde_repr v0.1.19 |
1522 | 2025-01-31T22:51:45.015Z | Compiling derive-where v1.2.7 |
1523 | 2025-01-31T22:51:45.080Z | Compiling bstr v1.10.0 |
1524 | 2025-01-31T22:51:45.538Z | Compiling float-cmp v0.9.0 |
1525 | 2025-01-31T22:51:45.723Z | Compiling sync_wrapper v1.0.1 |
1526 | 2025-01-31T22:51:45.760Z | Compiling number_prefix v0.4.0 |
1527 | 2025-01-31T22:51:45.896Z | Compiling new_debug_unreachable v1.0.6 |
1528 | 2025-01-31T22:51:45.917Z | Compiling normalize-line-endings v0.3.0 |
1529 | 2025-01-31T22:51:45.980Z | Compiling precomputed-hash v0.1.1 |
1530 | 2025-01-31T22:51:46.013Z | Compiling fixedbitset v0.4.2 |
1531 | 2025-01-31T22:51:46.055Z | Compiling static_assertions v1.1.0 |
1532 | 2025-01-31T22:51:46.116Z | Compiling whoami v1.5.2 |
1533 | 2025-01-31T22:51:46.173Z | Compiling difflib v0.4.0 |
1534 | 2025-01-31T22:51:46.435Z | Compiling predicates-core v1.0.8 |
1535 | 2025-01-31T22:51:46.672Z | Compiling unicode-segmentation v1.12.0 |
1536 | 2025-01-31T22:51:46.720Z | Compiling bit-vec v0.6.3 |
1537 | 2025-01-31T22:51:46.762Z | Compiling predicates v3.1.2 |
1538 | 2025-01-31T22:51:47.120Z | Compiling bit-set v0.5.3 |
1539 | 2025-01-31T22:51:47.417Z | Compiling similar v2.6.0 |
1540 | 2025-01-31T22:51:47.524Z | Compiling tokio-postgres v0.7.12 |
1541 | 2025-01-31T22:51:47.555Z | Compiling petgraph v0.6.5 |
1542 | 2025-01-31T22:51:48.257Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1543 | 2025-01-31T22:51:48.294Z | Compiling string_cache v0.8.7 |
1544 | 2025-01-31T22:51:48.729Z | Compiling indicatif v0.17.11 |
1545 | 2025-01-31T22:51:49.122Z | Compiling clap v4.5.27 |
1546 | 2025-01-31T22:51:49.257Z | Compiling ecdsa v0.16.9 |
1547 | 2025-01-31T22:51:49.613Z | Compiling rsa v0.9.6 |
1548 | 2025-01-31T22:51:50.091Z | Compiling ed25519-dalek v2.1.1 |
1549 | 2025-01-31T22:51:50.780Z | Compiling toml v0.7.8 |
1550 | 2025-01-31T22:51:51.202Z | Compiling zip v0.6.6 |
1551 | 2025-01-31T22:51:51.393Z | Compiling crossterm v0.28.1 |
1552 | 2025-01-31T22:51:53.106Z | Compiling hex v0.4.3 |
1553 | 2025-01-31T22:51:53.114Z | Compiling x509-cert v0.2.5 |
1554 | 2025-01-31T22:51:53.420Z | Compiling itertools v0.10.5 |
1555 | 2025-01-31T22:51:53.734Z | Compiling peg-runtime v0.8.3 |
1556 | 2025-01-31T22:51:54.396Z | Compiling unicode-xid v0.2.6 |
1557 | 2025-01-31T22:51:54.535Z | Compiling lalrpop-util v0.19.12 |
1558 | 2025-01-31T22:51:54.567Z | Compiling strum_macros v0.26.4 |
1559 | 2025-01-31T22:51:54.702Z | Compiling xattr v1.3.1 |
1560 | 2025-01-31T22:51:54.817Z | Compiling filetime v0.2.25 |
1561 | 2025-01-31T22:51:55.137Z | Compiling tar v0.4.42 |
1562 | 2025-01-31T22:51:58.728Z | Compiling strum v0.26.3 |
1563 | 2025-01-31T22:52:02.067Z | Compiling aws-lc-sys v0.22.0 |
1564 | 2025-01-31T22:52:29.388Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-01-31T22:52:32.491Z | Compiling tokio-rustls v0.25.0 |
1566 | 2025-01-31T22:52:34.095Z | Compiling tokio-rustls v0.26.0 |
1567 | 2025-01-31T22:52:34.439Z | Compiling hyper-rustls v0.27.3 |
1568 | 2025-01-31T22:52:34.979Z | Compiling reqwest v0.12.9 |
1569 | 2025-01-31T22:52:36.112Z | Compiling qorb v0.2.1 |
1570 | 2025-01-31T22:52:39.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2025-01-31T22:52:39.435Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1572 | 2025-01-31T22:52:43.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1573 | 2025-01-31T22:52:43.917Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1574 | 2025-01-31T22:52:43.964Z | Jan 31 22:52:43.628 INFO Starting download, target: Cockroach |
1575 | 2025-01-31T22:52:43.964Z | Jan 31 22:52:43.629 INFO Starting download, target: Clickhouse |
1576 | 2025-01-31T22:52:43.964Z | Jan 31 22:52:43.629 INFO Starting download, target: Console |
1577 | 2025-01-31T22:52:43.964Z | Jan 31 22:52:43.629 INFO Starting download, target: DendriteOpenapi |
1578 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.629 INFO Starting download, target: DendriteStub |
1579 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.629 INFO Starting download, target: MaghemiteMgd |
1580 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.629 INFO Starting download, target: TransceiverControl |
1581 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.629 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.629 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1583 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.630 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1584 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.630 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1585 | 2025-01-31T22:52:43.966Z | Jan 31 22:52:43.630 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1586 | 2025-01-31T22:52:43.967Z | Jan 31 22:52:43.630 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1587 | 2025-01-31T22:52:43.967Z | Jan 31 22:52:43.630 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1588 | 2025-01-31T22:52:44.159Z | Jan 31 22:52:43.807 INFO Download complete, target: DendriteOpenapi |
1589 | 2025-01-31T22:52:44.262Z | Jan 31 22:52:43.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1590 | 2025-01-31T22:52:44.510Z | Jan 31 22:52:44.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1591 | 2025-01-31T22:52:44.792Z | Jan 31 22:52:44.407 INFO Download complete, target: TransceiverControl |
1592 | 2025-01-31T22:52:44.832Z | Jan 31 22:52:44.490 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1593 | 2025-01-31T22:52:44.859Z | Jan 31 22:52:44.519 INFO Download complete, target: Console |
1594 | 2025-01-31T22:52:44.877Z | Jan 31 22:52:44.540 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1595 | 2025-01-31T22:52:45.834Z | Jan 31 22:52:45.499 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1596 | 2025-01-31T22:52:45.834Z | Jan 31 22:52:45.499 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1597 | 2025-01-31T22:52:46.034Z | Jan 31 22:52:45.698 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1598 | 2025-01-31T22:52:47.679Z | Jan 31 22:52:47.343 INFO Download complete, target: DendriteStub |
1599 | 2025-01-31T22:52:47.799Z | Jan 31 22:52:47.463 INFO Download complete, target: MaghemiteMgd |
1600 | 2025-01-31T22:52:53.328Z | Jan 31 22:52:52.992 INFO Checking that binary works, target: Cockroach |
1601 | 2025-01-31T22:52:53.485Z | Jan 31 22:52:53.149 INFO Download complete, target: Cockroach |
1602 | 2025-01-31T22:52:58.621Z | Jan 31 22:52:58.285 INFO Checking that binary works, target: Clickhouse |
1603 | 2025-01-31T22:52:58.725Z | Jan 31 22:52:58.389 INFO Download complete, target: Clickhouse |
1604 | 2025-01-31T22:52:58.745Z | All builder prerequisites installed successfully, and PATH looks valid |
1605 | 2025-01-31T22:52:58.747Z | |
1606 | 2025-01-31T22:52:58.748Z | real 4:31.784365775 |
1607 | 2025-01-31T22:52:58.748Z | user 15:43.517768716 |
1608 | 2025-01-31T22:52:58.748Z | sys 2:03.296044340 |
1609 | 2025-01-31T22:52:58.748Z | trap 0.560326199 |
1610 | 2025-01-31T22:52:58.748Z | tflt 1.427093779 |
1611 | 2025-01-31T22:52:58.748Z | dflt 1.768724646 |
1612 | 2025-01-31T22:52:58.748Z | kflt 0.023909150 |
1613 | 2025-01-31T22:52:58.748Z | lock 24:38.817124967 |
1614 | 2025-01-31T22:52:58.748Z | slp 54:35.598500387 |
1615 | 2025-01-31T22:52:58.748Z | lat 59.776413851 |
1616 | 2025-01-31T22:52:58.748Z | stop 2:20.962878110 |
1617 | 2025-01-31T22:52:58.748Z | + banner clippy |
1618 | 2025-01-31T22:52:58.750Z | |
1619 | 2025-01-31T22:52:58.750Z | #### # # ##### ##### # # |
1620 | 2025-01-31T22:52:58.750Z | # # # # # # # # # # |
1621 | 2025-01-31T22:52:58.750Z | # # # # # # # # |
1622 | 2025-01-31T22:52:58.750Z | # # # ##### ##### # |
1623 | 2025-01-31T22:52:58.751Z | # # # # # # # |
1624 | 2025-01-31T22:52:58.751Z | #### ###### # # # # |
1625 | 2025-01-31T22:52:58.751Z | |
1626 | 2025-01-31T22:52:58.751Z | + export CARGO_INCREMENTAL=0 |
1627 | 2025-01-31T22:52:58.751Z | + CARGO_INCREMENTAL=0 |
1628 | 2025-01-31T22:52:58.751Z | + ptime -m cargo xtask clippy |
1629 | 2025-01-31T22:52:59.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1630 | 2025-01-31T22:53:02.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
1631 | 2025-01-31T22:53:02.156Z | Running `target/debug/xtask clippy` |
1632 | 2025-01-31T22:53:02.178Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1633 | 2025-01-31T22:53:02.771Z | Downloading crates ... |
1634 | 2025-01-31T22:53:03.107Z | Downloaded anes v0.1.6 |
1635 | 2025-01-31T22:53:03.109Z | Downloaded async-attributes v1.1.2 |
1636 | 2025-01-31T22:53:03.172Z | Downloaded async-global-executor v2.4.1 |
1637 | 2025-01-31T22:53:03.183Z | Downloaded async-io v2.3.4 |
1638 | 2025-01-31T22:53:03.188Z | Downloaded async-lock v3.4.0 |
1639 | 2025-01-31T22:53:03.196Z | Downloaded criterion v0.5.1 |
1640 | 2025-01-31T22:53:03.202Z | Downloaded futures-timer v3.0.3 |
1641 | 2025-01-31T22:53:03.205Z | Downloaded async-signal v0.2.10 |
1642 | 2025-01-31T22:53:03.207Z | Downloaded async-object-pool v0.1.5 |
1643 | 2025-01-31T22:53:03.210Z | Downloaded criterion-plot v0.5.0 |
1644 | 2025-01-31T22:53:03.212Z | Downloaded concurrent-queue v2.5.0 |
1645 | 2025-01-31T22:53:03.216Z | Downloaded cast v0.3.0 |
1646 | 2025-01-31T22:53:03.216Z | Downloaded async-process v2.3.0 |
1647 | 2025-01-31T22:53:03.218Z | Downloaded futures-lite v2.3.0 |
1648 | 2025-01-31T22:53:03.221Z | Downloaded guppy-workspace-hack v0.1.0 |
1649 | 2025-01-31T22:53:03.224Z | Downloaded pathdiff v0.2.2 |
1650 | 2025-01-31T22:53:03.224Z | Downloaded escape8259 v0.5.3 |
1651 | 2025-01-31T22:53:03.226Z | Downloaded doc-comment v0.3.3 |
1652 | 2025-01-31T22:53:03.236Z | Downloaded plotters-svg v0.3.7 |
1653 | 2025-01-31T22:53:03.239Z | Downloaded nested v0.1.1 |
1654 | 2025-01-31T22:53:03.242Z | Downloaded blake2b_simd v1.0.2 |
1655 | 2025-01-31T22:53:03.248Z | Downloaded parking v2.2.1 |
1656 | 2025-01-31T22:53:03.251Z | Downloaded num_cpus v1.16.0 |
1657 | 2025-01-31T22:53:03.251Z | Downloaded event-listener-strategy v0.5.2 |
1658 | 2025-01-31T22:53:03.253Z | Downloaded event-listener v2.5.3 |
1659 | 2025-01-31T22:53:03.253Z | Downloaded target-spec v3.2.2 |
1660 | 2025-01-31T22:53:03.255Z | Downloaded indoc v2.0.5 |
1661 | 2025-01-31T22:53:03.258Z | Downloaded datatest-stable v0.2.9 |
1662 | 2025-01-31T22:53:03.260Z | Downloaded httptest v0.16.1 |
1663 | 2025-01-31T22:53:03.277Z | Downloaded target-triple v0.1.3 |
1664 | 2025-01-31T22:53:03.280Z | Downloaded event-listener v5.3.1 |
1665 | 2025-01-31T22:53:03.282Z | Downloaded blocking v1.6.1 |
1666 | 2025-01-31T22:53:03.283Z | Downloaded relative-path v1.9.3 |
1667 | 2025-01-31T22:53:03.283Z | Downloaded proc-macro-crate v3.2.0 |
1668 | 2025-01-31T22:53:03.285Z | Downloaded oorandom v11.1.4 |
1669 | 2025-01-31T22:53:03.285Z | Downloaded kv-log-macro v1.0.7 |
1670 | 2025-01-31T22:53:03.288Z | Downloaded hyper-rustls v0.26.0 |
1671 | 2025-01-31T22:53:03.291Z | Downloaded serde_regex v1.1.0 |
1672 | 2025-01-31T22:53:03.294Z | Downloaded plotters-backend v0.3.7 |
1673 | 2025-01-31T22:53:03.294Z | Downloaded path-tree v0.8.1 |
1674 | 2025-01-31T22:53:03.296Z | Downloaded async-channel v2.3.1 |
1675 | 2025-01-31T22:53:03.296Z | Downloaded async-channel v1.9.0 |
1676 | 2025-01-31T22:53:03.298Z | Downloaded cfg-expr v0.17.0 |
1677 | 2025-01-31T22:53:03.301Z | Downloaded libtest-mimic v0.7.3 |
1678 | 2025-01-31T22:53:03.308Z | Downloaded similar-asserts v1.6.0 |
1679 | 2025-01-31T22:53:03.311Z | Downloaded threadpool v1.8.1 |
1680 | 2025-01-31T22:53:03.313Z | Downloaded piper v0.2.4 |
1681 | 2025-01-31T22:53:03.318Z | Downloaded rustls-native-certs v0.7.3 |
1682 | 2025-01-31T22:53:03.321Z | Downloaded tinytemplate v1.2.1 |
1683 | 2025-01-31T22:53:03.325Z | Downloaded stringmetrics v2.2.2 |
1684 | 2025-01-31T22:53:03.327Z | Downloaded assert-json-diff v2.0.2 |
1685 | 2025-01-31T22:53:03.327Z | Downloaded approx v0.5.1 |
1686 | 2025-01-31T22:53:03.327Z | Downloaded partial-io v0.5.4 |
1687 | 2025-01-31T22:53:03.330Z | Downloaded target-lexicon v0.12.16 |
1688 | 2025-01-31T22:53:03.332Z | Downloaded rust-argon2 v2.1.0 |
1689 | 2025-01-31T22:53:03.335Z | Downloaded fancy-regex v0.13.0 |
1690 | 2025-01-31T22:53:03.337Z | Downloaded async-task v4.7.1 |
1691 | 2025-01-31T22:53:03.340Z | Downloaded async-executor v1.13.1 |
1692 | 2025-01-31T22:53:03.342Z | Downloaded trybuild v1.0.101 |
1693 | 2025-01-31T22:53:03.345Z | Downloaded rstest v0.23.0 |
1694 | 2025-01-31T22:53:03.350Z | Downloaded yansi v1.0.1 |
1695 | 2025-01-31T22:53:03.353Z | Downloaded rstest_macros v0.23.0 |
1696 | 2025-01-31T22:53:03.355Z | Downloaded rand_distr v0.4.3 |
1697 | 2025-01-31T22:53:03.358Z | Downloaded polling v3.7.3 |
1698 | 2025-01-31T22:53:03.361Z | Downloaded pretty_assertions v1.4.1 |
1699 | 2025-01-31T22:53:03.364Z | Downloaded assert_cmd v2.0.16 |
1700 | 2025-01-31T22:53:03.374Z | Downloaded guppy v0.17.8 |
1701 | 2025-01-31T22:53:03.376Z | Downloaded plotters v0.3.7 |
1702 | 2025-01-31T22:53:03.384Z | Downloaded async-std v1.13.0 |
1703 | 2025-01-31T22:53:03.485Z | Downloaded httpmock v0.8.0-alpha.1 |
1704 | 2025-01-31T22:53:04.244Z | Checking cfg-if v1.0.0 |
1705 | 2025-01-31T22:53:04.322Z | Checking libc v0.2.169 |
1706 | 2025-01-31T22:53:04.343Z | Checking serde v1.0.217 |
1707 | 2025-01-31T22:53:04.364Z | Checking memchr v2.7.4 |
1708 | 2025-01-31T22:53:04.386Z | Checking value-bag v1.9.0 |
1709 | 2025-01-31T22:53:04.413Z | Checking scopeguard v1.2.0 |
1710 | 2025-01-31T22:53:04.440Z | Checking zeroize v1.8.1 |
1711 | 2025-01-31T22:53:04.467Z | Checking itoa v1.0.11 |
1712 | 2025-01-31T22:53:04.493Z | Checking smallvec v1.13.2 |
1713 | 2025-01-31T22:53:04.558Z | Checking lock_api v0.4.12 |
1714 | 2025-01-31T22:53:04.702Z | Checking byteorder v1.5.0 |
1715 | 2025-01-31T22:53:04.737Z | Checking once_cell v1.20.2 |
1716 | 2025-01-31T22:53:04.759Z | Checking log v0.4.22 |
1717 | 2025-01-31T22:53:04.847Z | Checking pin-project-lite v0.2.14 |
1718 | 2025-01-31T22:53:04.936Z | Checking subtle v2.6.1 |
1719 | 2025-01-31T22:53:04.987Z | Checking typenum v1.17.0 |
1720 | 2025-01-31T22:53:05.045Z | Checking libm v0.2.8 |
1721 | 2025-01-31T22:53:05.088Z | Checking ryu v1.0.18 |
1722 | 2025-01-31T22:53:05.194Z | Checking futures-core v0.3.31 |
1723 | 2025-01-31T22:53:05.220Z | Checking zerocopy v0.7.35 |
1724 | 2025-01-31T22:53:05.252Z | Checking thiserror v1.0.69 |
1725 | 2025-01-31T22:53:05.298Z | Checking getrandom v0.2.15 |
1726 | 2025-01-31T22:53:05.330Z | Checking parking_lot_core v0.9.10 |
1727 | 2025-01-31T22:53:05.382Z | Checking signal-hook-registry v1.4.2 |
1728 | 2025-01-31T22:53:05.415Z | Checking mio v1.0.2 |
1729 | 2025-01-31T22:53:05.563Z | Checking rand_core v0.6.4 |
1730 | 2025-01-31T22:53:05.642Z | Checking socket2 v0.5.7 |
1731 | 2025-01-31T22:53:05.669Z | Checking parking_lot v0.12.3 |
1732 | 2025-01-31T22:53:05.881Z | Checking const-oid v0.9.6 |
1733 | 2025-01-31T22:53:05.909Z | Checking num-traits v0.2.19 |
1734 | 2025-01-31T22:53:05.989Z | Checking generic-array v0.14.7 |
1735 | 2025-01-31T22:53:06.029Z | Checking allocator-api2 v0.2.18 |
1736 | 2025-01-31T22:53:06.058Z | Checking spin v0.9.8 |
1737 | 2025-01-31T22:53:06.099Z | Checking futures-io v0.3.31 |
1738 | 2025-01-31T22:53:06.288Z | Checking slab v0.4.9 |
1739 | 2025-01-31T22:53:06.403Z | Checking cpufeatures v0.2.14 |
1740 | 2025-01-31T22:53:06.433Z | Checking futures-sink v0.3.31 |
1741 | 2025-01-31T22:53:06.520Z | Checking foldhash v0.1.3 |
1742 | 2025-01-31T22:53:06.570Z | Checking equivalent v1.0.1 |
1743 | 2025-01-31T22:53:06.598Z | Checking pin-utils v0.1.0 |
1744 | 2025-01-31T22:53:06.654Z | Checking iana-time-zone v0.1.61 |
1745 | 2025-01-31T22:53:06.687Z | Checking futures-channel v0.3.31 |
1746 | 2025-01-31T22:53:06.716Z | Checking futures-task v0.3.31 |
1747 | 2025-01-31T22:53:06.743Z | Checking hashbrown v0.15.1 |
1748 | 2025-01-31T22:53:06.814Z | Checking stable_deref_trait v1.2.0 |
1749 | 2025-01-31T22:53:06.933Z | Checking fnv v1.0.7 |
1750 | 2025-01-31T22:53:06.968Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1751 | 2025-01-31T22:53:07.053Z | Checking futures-util v0.3.31 |
1752 | 2025-01-31T22:53:07.079Z | Checking tracing-core v0.1.32 |
1753 | 2025-01-31T22:53:07.102Z | Checking crypto-common v0.1.6 |
1754 | 2025-01-31T22:53:07.262Z | Checking block-buffer v0.10.4 |
1755 | 2025-01-31T22:53:07.313Z | Checking dyn-clone v1.0.17 |
1756 | 2025-01-31T22:53:07.345Z | Checking ppv-lite86 v0.2.20 |
1757 | 2025-01-31T22:53:07.480Z | Checking errno v0.3.9 |
1758 | 2025-01-31T22:53:07.510Z | Checking zerofrom v0.1.4 |
1759 | 2025-01-31T22:53:07.667Z | Checking tracing v0.1.40 |
1760 | 2025-01-31T22:53:07.669Z | Checking crossbeam-utils v0.8.20 |
1761 | 2025-01-31T22:53:07.724Z | Checking yoke v0.7.4 |
1762 | 2025-01-31T22:53:07.767Z | Checking percent-encoding v2.3.1 |
1763 | 2025-01-31T22:53:07.821Z | Checking digest v0.10.7 |
1764 | 2025-01-31T22:53:08.012Z | Checking writeable v0.5.5 |
1765 | 2025-01-31T22:53:08.036Z | Checking litemap v0.7.3 |
1766 | 2025-01-31T22:53:08.066Z | Checking rand_chacha v0.3.1 |
1767 | 2025-01-31T22:53:08.092Z | Checking zerovec v0.10.4 |
1768 | 2025-01-31T22:53:08.209Z | Checking block-padding v0.3.3 |
1769 | 2025-01-31T22:53:08.382Z | Checking httparse v1.9.5 |
1770 | 2025-01-31T22:53:08.409Z | Checking unicode-ident v1.0.14 |
1771 | 2025-01-31T22:53:08.448Z | Checking icu_locid_transform_data v1.5.0 |
1772 | 2025-01-31T22:53:08.456Z | Checking inout v0.1.3 |
1773 | 2025-01-31T22:53:08.494Z | Checking rand v0.8.5 |
1774 | 2025-01-31T22:53:08.564Z | Checking regex-syntax v0.8.5 |
1775 | 2025-01-31T22:53:08.589Z | Checking atomic-waker v1.1.2 |
1776 | 2025-01-31T22:53:08.716Z | Checking cipher v0.4.4 |
1777 | 2025-01-31T22:53:08.747Z | Checking form_urlencoded v1.2.1 |
1778 | 2025-01-31T22:53:08.778Z | Checking bytes v1.9.0 |
1779 | 2025-01-31T22:53:08.805Z | Checking bitflags v2.6.0 |
1780 | 2025-01-31T22:53:08.944Z | Checking serde_json v1.0.135 |
1781 | 2025-01-31T22:53:09.112Z | Checking chrono v0.4.39 |
1782 | 2025-01-31T22:53:09.138Z | Checking indexmap v2.7.1 |
1783 | 2025-01-31T22:53:09.575Z | Checking tokio v1.43.0 |
1784 | 2025-01-31T22:53:09.611Z | Checking uuid v1.12.0 |
1785 | 2025-01-31T22:53:09.649Z | Checking http v1.2.0 |
1786 | 2025-01-31T22:53:10.250Z | Checking rustix v0.38.37 |
1787 | 2025-01-31T22:53:10.300Z | Checking tinystr v0.7.6 |
1788 | 2025-01-31T22:53:10.563Z | Checking icu_collections v1.5.0 |
1789 | 2025-01-31T22:53:10.627Z | Checking icu_locid v1.5.0 |
1790 | 2025-01-31T22:53:10.963Z | Checking icu_properties_data v1.5.0 |
1791 | 2025-01-31T22:53:11.048Z | Checking schemars v0.8.21 |
1792 | 2025-01-31T22:53:11.177Z | Checking untrusted v0.9.0 |
1793 | 2025-01-31T22:53:11.228Z | Checking aho-corasick v1.1.3 |
1794 | 2025-01-31T22:53:11.354Z | Checking ring v0.17.8 |
1795 | 2025-01-31T22:53:11.543Z | Checking icu_provider v1.5.0 |
1796 | 2025-01-31T22:53:11.653Z | Checking utf8_iter v1.0.4 |
1797 | 2025-01-31T22:53:11.846Z | Checking icu_normalizer_data v1.5.0 |
1798 | 2025-01-31T22:53:11.882Z | Checking powerfmt v0.2.0 |
1799 | 2025-01-31T22:53:11.966Z | Checking write16 v1.0.0 |
1800 | 2025-01-31T22:53:12.124Z | Checking utf16_iter v1.0.5 |
1801 | 2025-01-31T22:53:12.162Z | Checking deranged v0.3.11 |
1802 | 2025-01-31T22:53:12.186Z | Checking icu_locid_transform v1.5.0 |
1803 | 2025-01-31T22:53:12.302Z | Checking proc-macro2 v1.0.92 |
1804 | 2025-01-31T22:53:12.626Z | Checking num-conv v0.1.0 |
1805 | 2025-01-31T22:53:12.835Z | Checking regex-automata v0.4.8 |
1806 | 2025-01-31T22:53:12.890Z | Checking num_threads v0.1.7 |
1807 | 2025-01-31T22:53:13.015Z | Checking base64ct v1.6.0 |
1808 | 2025-01-31T22:53:13.042Z | Checking time-core v0.1.2 |
1809 | 2025-01-31T22:53:13.147Z | Checking icu_properties v1.5.1 |
1810 | 2025-01-31T22:53:13.149Z | Checking quote v1.0.38 |
1811 | 2025-01-31T22:53:13.204Z | Checking sha2 v0.10.8 |
1812 | 2025-01-31T22:53:13.395Z | Checking hmac v0.12.1 |
1813 | 2025-01-31T22:53:13.453Z | Checking time v0.3.36 |
1814 | 2025-01-31T22:53:13.480Z | Checking adler2 v2.0.0 |
1815 | 2025-01-31T22:53:13.504Z | Checking rustls-pki-types v1.10.0 |
1816 | 2025-01-31T22:53:13.615Z | Checking syn v2.0.96 |
1817 | 2025-01-31T22:53:13.652Z | Checking miniz_oxide v0.8.0 |
1818 | 2025-01-31T22:53:13.786Z | Checking http-body v1.0.1 |
1819 | 2025-01-31T22:53:14.000Z | Checking aws-lc-sys v0.22.0 |
1820 | 2025-01-31T22:53:14.052Z | Checking untrusted v0.7.1 |
1821 | 2025-01-31T22:53:14.238Z | Checking mirai-annotations v1.12.0 |
1822 | 2025-01-31T22:53:14.361Z | Checking try-lock v0.2.5 |
1823 | 2025-01-31T22:53:14.416Z | Checking base64 v0.22.1 |
1824 | 2025-01-31T22:53:14.523Z | Checking httpdate v1.0.3 |
1825 | 2025-01-31T22:53:14.783Z | Checking want v0.3.1 |
1826 | 2025-01-31T22:53:14.911Z | Checking ahash v0.8.11 |
1827 | 2025-01-31T22:53:14.972Z | Checking pem-rfc7468 v0.7.0 |
1828 | 2025-01-31T22:53:15.265Z | Checking tower-service v0.3.3 |
1829 | 2025-01-31T22:53:15.408Z | Checking slog v2.7.0 |
1830 | 2025-01-31T22:53:15.433Z | Checking flagset v0.4.6 |
1831 | 2025-01-31T22:53:15.670Z | Checking mime v0.3.17 |
1832 | 2025-01-31T22:53:15.797Z | Checking der v0.7.9 |
1833 | 2025-01-31T22:53:15.902Z | Checking pbkdf2 v0.12.2 |
1834 | 2025-01-31T22:53:15.985Z | Checking aes v0.8.4 |
1835 | 2025-01-31T22:53:16.074Z | Checking gimli v0.31.1 |
1836 | 2025-01-31T22:53:16.078Z | Checking aws-lc-rs v1.10.0 |
1837 | 2025-01-31T22:53:16.298Z | Checking tokio-util v0.7.12 |
1838 | 2025-01-31T22:53:16.348Z | Checking icu_normalizer v1.5.0 |
1839 | 2025-01-31T22:53:16.841Z | Checking http-body-util v0.1.2 |
1840 | 2025-01-31T22:53:17.142Z | Checking h2 v0.4.6 |
1841 | 2025-01-31T22:53:17.170Z | Checking idna_adapter v1.2.0 |
1842 | 2025-01-31T22:53:17.197Z | Checking regex v1.11.1 |
1843 | 2025-01-31T22:53:17.260Z | Checking cbc v0.1.2 |
1844 | 2025-01-31T22:53:17.366Z | Checking idna v1.0.3 |
1845 | 2025-01-31T22:53:17.471Z | Checking salsa20 v0.10.2 |
1846 | 2025-01-31T22:53:17.520Z | Checking spki v0.7.3 |
1847 | 2025-01-31T22:53:17.703Z | Checking semver v1.0.24 |
1848 | 2025-01-31T22:53:17.732Z | Checking rustls-webpki v0.102.8 |
1849 | 2025-01-31T22:53:17.778Z | Checking lazy_static v1.5.0 |
1850 | 2025-01-31T22:53:17.806Z | Checking object v0.36.5 |
1851 | 2025-01-31T22:53:17.852Z | Checking url v2.5.3 |
1852 | 2025-01-31T22:53:17.921Z | Checking rustc-demangle v0.1.24 |
1853 | 2025-01-31T22:53:18.164Z | Checking scrypt v0.11.0 |
1854 | 2025-01-31T22:53:18.351Z | Checking rustls-pemfile v2.2.0 |
1855 | 2025-01-31T22:53:18.411Z | Checking ipnet v2.10.1 |
1856 | 2025-01-31T22:53:18.551Z | Checking openssl-probe v0.1.5 |
1857 | 2025-01-31T22:53:18.580Z | Checking foreign-types-shared v0.1.1 |
1858 | 2025-01-31T22:53:18.684Z | Checking pkcs5 v0.7.1 |
1859 | 2025-01-31T22:53:18.712Z | Checking foreign-types v0.3.2 |
1860 | 2025-01-31T22:53:18.736Z | Checking futures-executor v0.3.31 |
1861 | 2025-01-31T22:53:18.816Z | Checking serde_urlencoded v0.7.1 |
1862 | 2025-01-31T22:53:18.852Z | Checking openssl-sys v0.9.104 |
1863 | 2025-01-31T22:53:18.980Z | Checking encoding_rs v0.8.34 |
1864 | 2025-01-31T22:53:19.198Z | Checking utf8parse v0.2.2 |
1865 | 2025-01-31T22:53:19.225Z | Checking pkcs8 v0.10.2 |
1866 | 2025-01-31T22:53:19.355Z | Checking futures v0.3.31 |
1867 | 2025-01-31T22:53:19.481Z | Checking serde_spanned v0.6.8 |
1868 | 2025-01-31T22:53:19.531Z | Checking toml_datetime v0.6.8 |
1869 | 2025-01-31T22:53:19.566Z | Checking rustls v0.23.19 |
1870 | 2025-01-31T22:53:19.670Z | Checking either v1.13.0 |
1871 | 2025-01-31T22:53:19.809Z | Checking addr2line v0.24.2 |
1872 | 2025-01-31T22:53:19.837Z | Checking anstyle v1.0.10 |
1873 | 2025-01-31T22:53:19.965Z | Checking openssl v0.10.66 |
1874 | 2025-01-31T22:53:20.025Z | Checking data-encoding v2.6.0 |
1875 | 2025-01-31T22:53:20.195Z | Checking openapiv3 v2.0.0 |
1876 | 2025-01-31T22:53:20.317Z | Checking sha1 v0.10.6 |
1877 | 2025-01-31T22:53:20.599Z | Checking psl-types v2.0.11 |
1878 | 2025-01-31T22:53:20.626Z | Checking cookie v0.18.1 |
1879 | 2025-01-31T22:53:20.794Z | Checking publicsuffix v2.3.0 |
1880 | 2025-01-31T22:53:21.078Z | Checking webpki-roots v0.26.6 |
1881 | 2025-01-31T22:53:21.106Z | Checking cookie_store v0.21.1 |
1882 | 2025-01-31T22:53:21.300Z | Checking anstyle-parse v0.2.5 |
1883 | 2025-01-31T22:53:21.328Z | Checking camino v1.1.9 |
1884 | 2025-01-31T22:53:21.586Z | Checking sync_wrapper v1.0.1 |
1885 | 2025-01-31T22:53:21.757Z | Checking is-terminal v0.4.13 |
1886 | 2025-01-31T22:53:21.784Z | Checking is_terminal_polyfill v1.70.1 |
1887 | 2025-01-31T22:53:21.838Z | Checking colorchoice v1.0.2 |
1888 | 2025-01-31T22:53:21.901Z | Checking anstyle-query v1.1.1 |
1889 | 2025-01-31T22:53:21.927Z | Checking winnow v0.6.20 |
1890 | 2025-01-31T22:53:21.978Z | Checking terminal_size v0.4.0 |
1891 | 2025-01-31T22:53:22.034Z | Checking anstream v0.6.15 |
1892 | 2025-01-31T22:53:22.149Z | Checking signature v2.2.0 |
1893 | 2025-01-31T22:53:22.367Z | Checking clap_lex v0.7.4 |
1894 | 2025-01-31T22:53:22.410Z | Checking strsim v0.11.1 |
1895 | 2025-01-31T22:53:22.638Z | Checking scroll v0.12.0 |
1896 | 2025-01-31T22:53:22.708Z | Checking clap_builder v4.5.27 |
1897 | 2025-01-31T22:53:23.125Z | Checking plain v0.2.3 |
1898 | 2025-01-31T22:53:23.288Z | Checking tinyvec_macros v0.1.1 |
1899 | 2025-01-31T22:53:23.342Z | Checking ucd-trie v0.1.7 |
1900 | 2025-01-31T22:53:23.394Z | Checking tinyvec v1.8.0 |
1901 | 2025-01-31T22:53:23.431Z | Checking hyper v1.5.2 |
1902 | 2025-01-31T22:53:23.560Z | Checking pest v2.7.14 |
1903 | 2025-01-31T22:53:23.589Z | Checking backtrace v0.3.74 |
1904 | 2025-01-31T22:53:24.167Z | Checking anyhow v1.0.95 |
1905 | 2025-01-31T22:53:24.530Z | Checking goblin v0.8.2 |
1906 | 2025-01-31T22:53:24.697Z | Checking dirs-sys-next v0.1.2 |
1907 | 2025-01-31T22:53:24.723Z | Checking pretty-hex v0.4.1 |
1908 | 2025-01-31T22:53:24.750Z | Checking tokio-rustls v0.26.0 |
1909 | 2025-01-31T22:53:24.898Z | Checking base16ct v0.2.0 |
1910 | 2025-01-31T22:53:24.925Z | Checking dirs-next v2.0.0 |
1911 | 2025-01-31T22:53:25.052Z | Checking native-tls v0.2.12 |
1912 | 2025-01-31T22:53:25.080Z | Checking crossbeam-channel v0.5.13 |
1913 | 2025-01-31T22:53:25.107Z | Checking sec1 v0.7.3 |
1914 | 2025-01-31T22:53:25.143Z | Checking num-integer v0.1.46 |
1915 | 2025-01-31T22:53:25.368Z | Checking tokio-native-tls v0.3.1 |
1916 | 2025-01-31T22:53:25.406Z | Checking hyper-util v0.1.10 |
1917 | 2025-01-31T22:53:25.477Z | Checking ff v0.13.0 |
1918 | 2025-01-31T22:53:25.480Z | Checking clap v4.5.27 |
1919 | 2025-01-31T22:53:25.608Z | Checking thread-id v4.2.2 |
1920 | 2025-01-31T22:53:25.636Z | Checking thread_local v1.1.8 |
1921 | 2025-01-31T22:53:25.660Z | Checking term v0.7.0 |
1922 | 2025-01-31T22:53:25.707Z | Checking group v0.13.0 |
1923 | 2025-01-31T22:53:25.735Z | Checking toml_edit v0.22.22 |
1924 | 2025-01-31T22:53:25.738Z | Checking hkdf v0.12.4 |
1925 | 2025-01-31T22:53:25.929Z | Checking crypto-bigint v0.5.5 |
1926 | 2025-01-31T22:53:25.970Z | Checking memmap v0.7.0 |
1927 | 2025-01-31T22:53:25.972Z | Checking crc32fast v1.4.2 |
1928 | 2025-01-31T22:53:26.065Z | Checking bitflags v1.3.2 |
1929 | 2025-01-31T22:53:26.141Z | Checking dtrace-parser v0.2.0 |
1930 | 2025-01-31T22:53:26.172Z | Checking utf-8 v0.7.6 |
1931 | 2025-01-31T22:53:26.197Z | Checking take_mut v0.2.2 |
1932 | 2025-01-31T22:53:26.226Z | Checking match_cfg v0.1.0 |
1933 | 2025-01-31T22:53:26.335Z | Checking hostname v0.3.1 |
1934 | 2025-01-31T22:53:26.361Z | Checking slog-async v2.8.0 |
1935 | 2025-01-31T22:53:26.396Z | Checking slog-term v2.9.1 |
1936 | 2025-01-31T22:53:26.487Z | Checking unicode-segmentation v1.12.0 |
1937 | 2025-01-31T22:53:26.641Z | Checking num-iter v0.1.45 |
1938 | 2025-01-31T22:53:26.668Z | Checking crossbeam-epoch v0.9.18 |
1939 | 2025-01-31T22:53:26.833Z | Checking static_assertions v1.1.0 |
1940 | 2025-01-31T22:53:26.914Z | Checking itertools v0.10.5 |
1941 | 2025-01-31T22:53:26.948Z | Checking bstr v1.10.0 |
1942 | 2025-01-31T22:53:27.113Z | Checking slog-json v2.6.1 |
1943 | 2025-01-31T22:53:27.185Z | Checking rfc6979 v0.4.0 |
1944 | 2025-01-31T22:53:27.248Z | Checking hyper-tls v0.6.0 |
1945 | 2025-01-31T22:53:27.361Z | Checking hyper-rustls v0.27.3 |
1946 | 2025-01-31T22:53:27.388Z | Checking hex v0.4.3 |
1947 | 2025-01-31T22:53:27.514Z | Checking managed v0.8.0 |
1948 | 2025-01-31T22:53:27.687Z | Checking reqwest v0.12.9 |
1949 | 2025-01-31T22:53:27.863Z | Checking winnow v0.5.40 |
1950 | 2025-01-31T22:53:27.902Z | Checking slog-bunyan v2.5.0 |
1951 | 2025-01-31T22:53:27.908Z | Checking crossbeam-deque v0.8.5 |
1952 | 2025-01-31T22:53:28.067Z | Checking num-bigint-dig v0.8.4 |
1953 | 2025-01-31T22:53:28.241Z | Checking flate2 v1.0.35 |
1954 | 2025-01-31T22:53:28.312Z | Checking toml v0.8.19 |
1955 | 2025-01-31T22:53:28.654Z | Checking elliptic-curve v0.13.8 |
1956 | 2025-01-31T22:53:28.853Z | Checking pkcs1 v0.7.5 |
1957 | 2025-01-31T22:53:29.043Z | Checking rustls v0.22.4 |
1958 | 2025-01-31T22:53:29.072Z | Checking curve25519-dalek v4.1.3 |
1959 | 2025-01-31T22:53:29.247Z | Checking zerocopy v0.6.6 |
1960 | 2025-01-31T22:53:29.288Z | Checking ecdsa v0.16.9 |
1961 | 2025-01-31T22:53:29.292Z | Checking dof v0.3.0 |
1962 | 2025-01-31T22:53:29.486Z | Checking siphasher v0.3.11 |
1963 | 2025-01-31T22:53:29.799Z | Checking rayon-core v1.12.1 |
1964 | 2025-01-31T22:53:29.913Z | Checking unicode-normalization v0.1.24 |
1965 | 2025-01-31T22:53:29.938Z | Checking usdt-impl v0.5.0 |
1966 | 2025-01-31T22:53:29.970Z | Checking ed25519 v2.2.3 |
1967 | 2025-01-31T22:53:30.096Z | Checking rsa v0.9.6 |
1968 | 2025-01-31T22:53:30.272Z | Checking signal-hook v0.3.17 |
1969 | 2025-01-31T22:53:30.420Z | Checking debug-ignore v1.0.5 |
1970 | 2025-01-31T22:53:30.506Z | Checking usdt v0.5.0 |
1971 | 2025-01-31T22:53:30.570Z | Checking quick-error v1.2.3 |
1972 | 2025-01-31T22:53:30.635Z | Checking hickory-proto v0.24.2 |
1973 | 2025-01-31T22:53:30.663Z | Checking toml_edit v0.19.15 |
1974 | 2025-01-31T22:53:30.729Z | Checking multer v3.1.0 |
1975 | 2025-01-31T22:53:30.776Z | Checking x509-cert v0.2.5 |
1976 | 2025-01-31T22:53:30.805Z | Checking ed25519-dalek v2.1.1 |
1977 | 2025-01-31T22:53:30.861Z | Checking hubpack v0.1.2 |
1978 | 2025-01-31T22:53:31.082Z | Checking serde_path_to_error v0.1.16 |
1979 | 2025-01-31T22:53:31.117Z | Checking waitgroup v0.1.2 |
1980 | 2025-01-31T22:53:31.172Z | Checking bzip2-sys v0.1.11+1.0.8 |
1981 | 2025-01-31T22:53:31.204Z | Checking async-stream v0.3.6 |
1982 | 2025-01-31T22:53:31.266Z | Checking hostname v0.4.0 |
1983 | 2025-01-31T22:53:31.311Z | Checking unicode-width v0.2.0 |
1984 | 2025-01-31T22:53:31.401Z | Checking bit-vec v0.6.3 |
1985 | 2025-01-31T22:53:31.429Z | Checking bzip2 v0.4.4 |
1986 | 2025-01-31T22:53:31.666Z | Checking signal-hook-mio v0.2.4 |
1987 | 2025-01-31T22:53:31.742Z | Checking bit-set v0.5.3 |
1988 | 2025-01-31T22:53:31.745Z | Checking hash32 v0.2.1 |
1989 | 2025-01-31T22:53:31.821Z | Checking unicode-properties v0.1.3 |
1990 | 2025-01-31T22:53:31.845Z | Checking console v0.15.10 |
1991 | 2025-01-31T22:53:32.032Z | Checking linked-hash-map v0.5.6 |
1992 | 2025-01-31T22:53:32.060Z | Checking predicates-core v1.0.8 |
1993 | 2025-01-31T22:53:32.218Z | Checking unicode-bidi v0.3.17 |
1994 | 2025-01-31T22:53:32.267Z | Checking heapless v0.7.17 |
1995 | 2025-01-31T22:53:32.296Z | Checking crossterm v0.28.1 |
1996 | 2025-01-31T22:53:32.363Z | Checking lru-cache v0.1.2 |
1997 | 2025-01-31T22:53:32.394Z | Checking tokio-rustls v0.25.0 |
1998 | 2025-01-31T22:53:32.423Z | Checking rayon v1.10.0 |
1999 | 2025-01-31T22:53:32.562Z | Checking phf_shared v0.11.2 |
2000 | 2025-01-31T22:53:32.788Z | Checking dropshot v0.12.0 |
2001 | 2025-01-31T22:53:32.858Z | Checking similar v2.6.0 |
2002 | 2025-01-31T22:53:32.892Z | Checking stringprep v0.1.5 |
2003 | 2025-01-31T22:53:33.051Z | Checking toml v0.7.8 |
2004 | 2025-01-31T22:53:33.178Z | Checking tokio-stream v0.1.16 |
2005 | 2025-01-31T22:53:33.252Z | Checking newtype-uuid v1.2.1 |
2006 | 2025-01-31T22:53:33.499Z | Checking md-5 v0.10.6 |
2007 | 2025-01-31T22:53:33.704Z | Checking float-cmp v0.9.0 |
2008 | 2025-01-31T22:53:33.747Z | Checking fixedbitset v0.4.2 |
2009 | 2025-01-31T22:53:33.774Z | Checking normalize-line-endings v0.3.0 |
2010 | 2025-01-31T22:53:33.914Z | Checking difflib v0.4.0 |
2011 | 2025-01-31T22:53:33.917Z | Checking fallible-iterator v0.2.0 |
2012 | 2025-01-31T22:53:33.994Z | Checking smoltcp v0.9.1 |
2013 | 2025-01-31T22:53:33.997Z | Checking phf v0.11.2 |
2014 | 2025-01-31T22:53:34.044Z | Checking petgraph v0.6.5 |
2015 | 2025-01-31T22:53:34.242Z | Checking predicates v3.1.2 |
2016 | 2025-01-31T22:53:34.282Z | Checking zip v0.6.6 |
2017 | 2025-01-31T22:53:34.541Z | Checking postgres-protocol v0.6.7 |
2018 | 2025-01-31T22:53:34.894Z | Checking resolv-conf v0.7.0 |
2019 | 2025-01-31T22:53:34.979Z | Checking phf_shared v0.10.0 |
2020 | 2025-01-31T22:53:35.177Z | Checking tungstenite v0.24.0 |
2021 | 2025-01-31T22:53:35.204Z | Checking fs-err v2.11.0 |
2022 | 2025-01-31T22:53:35.243Z | Checking serde-big-array v0.5.1 |
2023 | 2025-01-31T22:53:35.269Z | Checking portable-atomic v1.9.0 |
2024 | 2025-01-31T22:53:35.365Z | Checking lalrpop-util v0.19.12 |
2025 | 2025-01-31T22:53:35.464Z | Checking new_debug_unreachable v1.0.6 |
2026 | 2025-01-31T22:53:35.578Z | Checking number_prefix v0.4.0 |
2027 | 2025-01-31T22:53:35.678Z | Checking minimal-lexical v0.2.1 |
2028 | 2025-01-31T22:53:35.710Z | Checking precomputed-hash v0.1.1 |
2029 | 2025-01-31T22:53:35.789Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2030 | 2025-01-31T22:53:35.834Z | Checking string_cache v0.8.7 |
2031 | 2025-01-31T22:53:35.885Z | Checking hickory-resolver v0.24.2 |
2032 | 2025-01-31T22:53:36.049Z | Checking tokio-tungstenite v0.24.0 |
2033 | 2025-01-31T22:53:36.074Z | Checking nom v7.1.3 |
2034 | 2025-01-31T22:53:36.129Z | Checking postgres-types v0.2.8 |
2035 | 2025-01-31T22:53:36.161Z | Checking itertools v0.12.1 |
2036 | 2025-01-31T22:53:36.301Z | Checking indicatif v0.17.11 |
2037 | 2025-01-31T22:53:36.507Z | Checking peg-runtime v0.8.3 |
2038 | 2025-01-31T22:53:36.739Z | Checking whoami v1.5.2 |
2039 | 2025-01-31T22:53:36.913Z | Compiling hashbrown v0.14.5 |
2040 | 2025-01-31T22:53:37.044Z | Compiling thiserror v2.0.11 |
2041 | 2025-01-31T22:53:37.047Z | Compiling thiserror-impl v2.0.11 |
2042 | 2025-01-31T22:53:37.086Z | Checking tokio-postgres v0.7.12 |
2043 | 2025-01-31T22:53:37.393Z | Checking qorb v0.2.1 |
2044 | 2025-01-31T22:53:38.113Z | Compiling regress v0.10.1 |
2045 | 2025-01-31T22:53:38.144Z | Compiling ident_case v1.0.1 |
2046 | 2025-01-31T22:53:38.346Z | Compiling darling_core v0.20.10 |
2047 | 2025-01-31T22:53:38.532Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-01-31T22:53:39.746Z | Checking heck v0.5.0 |
2049 | 2025-01-31T22:53:39.875Z | Compiling serde_yaml v0.9.34+deprecated |
2050 | 2025-01-31T22:53:39.959Z | Checking fastrand v2.1.1 |
2051 | 2025-01-31T22:53:40.273Z | Checking ipnetwork v0.20.0 |
2052 | 2025-01-31T22:53:40.399Z | Checking progenitor-client v0.9.1 |
2053 | 2025-01-31T22:53:40.474Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2054 | 2025-01-31T22:53:40.628Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2055 | 2025-01-31T22:53:40.788Z | Compiling structmeta-derive v0.3.0 |
2056 | 2025-01-31T22:53:40.880Z | Checking strum v0.26.3 |
2057 | 2025-01-31T22:53:40.967Z | Compiling dropshot v0.15.1 |
2058 | 2025-01-31T22:53:41.062Z | Checking macaddr v1.0.1 |
2059 | 2025-01-31T22:53:41.364Z | Compiling dropshot_endpoint v0.15.1 |
2060 | 2025-01-31T22:53:41.411Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2025-01-31T22:53:41.708Z | Checking tempfile v3.13.0 |
2062 | 2025-01-31T22:53:42.100Z | Compiling typify-impl v0.2.0 |
2063 | 2025-01-31T22:53:42.147Z | Checking progenitor-client v0.8.0 |
2064 | 2025-01-31T22:53:42.501Z | Checking instant v0.1.13 |
2065 | 2025-01-31T22:53:42.641Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2066 | 2025-01-31T22:53:42.921Z | Checking regress v0.9.1 |
2067 | 2025-01-31T22:53:43.266Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2068 | 2025-01-31T22:53:43.476Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2069 | 2025-01-31T22:53:43.503Z | Compiling structmeta v0.3.0 |
2070 | 2025-01-31T22:53:43.860Z | Checking backoff v0.4.0 |
2071 | 2025-01-31T22:53:43.930Z | Compiling parse-display-derive v0.10.0 |
2072 | 2025-01-31T22:53:44.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-31T22:53:44.212Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2074 | 2025-01-31T22:53:44.337Z | Checking wait-timeout v0.2.0 |
2075 | 2025-01-31T22:53:44.428Z | Checking rand_xorshift v0.3.0 |
2076 | 2025-01-31T22:53:44.428Z | Checking rusty-fork v0.3.0 |
2077 | 2025-01-31T22:53:44.495Z | Compiling darling_macro v0.20.10 |
2078 | 2025-01-31T22:53:44.602Z | Checking unarray v0.1.4 |
2079 | 2025-01-31T22:53:44.738Z | Compiling structmeta-derive v0.2.0 |
2080 | 2025-01-31T22:53:44.917Z | Checking proptest v1.5.0 |
2081 | 2025-01-31T22:53:45.326Z | Compiling darling v0.20.10 |
2082 | 2025-01-31T22:53:45.460Z | Compiling serde_with_macros v3.11.0 |
2083 | 2025-01-31T22:53:46.091Z | Checking camino-tempfile v1.1.1 |
2084 | 2025-01-31T22:53:46.389Z | Checking unicode-width v0.1.14 |
2085 | 2025-01-31T22:53:46.420Z | Compiling proc-macro-error v1.0.4 |
2086 | 2025-01-31T22:53:46.914Z | Compiling proc-macro-crate v1.3.1 |
2087 | 2025-01-31T22:53:47.038Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2088 | 2025-01-31T22:53:47.336Z | Compiling structmeta v0.2.0 |
2089 | 2025-01-31T22:53:47.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2090 | 2025-01-31T22:53:47.762Z | Compiling test-strategy v0.3.1 |
2091 | 2025-01-31T22:53:47.765Z | Compiling foreign-types-macros v0.2.3 |
2092 | 2025-01-31T22:53:47.846Z | Compiling num_enum_derive v0.5.11 |
2093 | 2025-01-31T22:53:47.951Z | Checking parse-display v0.10.0 |
2094 | 2025-01-31T22:53:47.978Z | Checking serde_with v3.11.0 |
2095 | 2025-01-31T22:53:48.211Z | Checking foreign-types-shared v0.3.1 |
2096 | 2025-01-31T22:53:48.711Z | Checking tabwriter v1.4.0 |
2097 | 2025-01-31T22:53:48.979Z | Checking cstr-argument v0.1.2 |
2098 | 2025-01-31T22:53:49.057Z | Checking foreign-types v0.5.0 |
2099 | 2025-01-31T22:53:49.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2025-01-31T22:53:49.184Z | Checking pretty-hex v0.2.1 |
2101 | 2025-01-31T22:53:49.232Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2102 | 2025-01-31T22:53:49.390Z | Checking colored v2.1.0 |
2103 | 2025-01-31T22:53:49.682Z | Checking smf v0.2.3 |
2104 | 2025-01-31T22:53:49.728Z | Checking itertools v0.13.0 |
2105 | 2025-01-31T22:53:49.799Z | Checking base64 v0.21.7 |
2106 | 2025-01-31T22:53:50.028Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2107 | 2025-01-31T22:53:50.155Z | Compiling typify-impl v0.3.0 |
2108 | 2025-01-31T22:53:50.196Z | Checking num_enum v0.5.11 |
2109 | 2025-01-31T22:53:50.199Z | Compiling crucible-workspace-hack v0.1.0 |
2110 | 2025-01-31T22:53:50.262Z | Compiling zerocopy v0.8.10 |
2111 | 2025-01-31T22:53:50.361Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2112 | 2025-01-31T22:53:50.667Z | Checking atomicwrites v0.4.4 |
2113 | 2025-01-31T22:53:50.979Z | Compiling zerocopy-derive v0.8.10 |
2114 | 2025-01-31T22:53:51.096Z | Compiling heapless v0.8.0 |
2115 | 2025-01-31T22:53:51.253Z | Checking termtree v0.4.1 |
2116 | 2025-01-31T22:53:51.477Z | Checking predicates-tree v1.0.11 |
2117 | 2025-01-31T22:53:51.672Z | Checking hash32 v0.3.1 |
2118 | 2025-01-31T22:53:51.861Z | Compiling smoltcp v0.11.0 |
2119 | 2025-01-31T22:53:52.196Z | Checking cobs v0.2.3 |
2120 | 2025-01-31T22:53:52.406Z | Checking postcard v1.0.10 |
2121 | 2025-01-31T22:53:52.526Z | Checking sigpipe v0.1.3 |
2122 | 2025-01-31T22:53:52.650Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2123 | 2025-01-31T22:53:52.964Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2124 | 2025-01-31T22:53:53.071Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2125 | 2025-01-31T22:53:53.140Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2126 | 2025-01-31T22:53:53.212Z | Compiling mockall_derive v0.13.0 |
2127 | 2025-01-31T22:53:53.466Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2128 | 2025-01-31T22:53:53.532Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2129 | 2025-01-31T22:53:53.708Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2130 | 2025-01-31T22:53:53.902Z | Compiling zone_cfg_derive v0.3.0 |
2131 | 2025-01-31T22:53:55.302Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2132 | 2025-01-31T22:53:55.620Z | Compiling num-derive v0.4.2 |
2133 | 2025-01-31T22:53:55.673Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2134 | 2025-01-31T22:53:55.698Z | Checking downcast v0.11.0 |
2135 | 2025-01-31T22:53:55.916Z | Checking fragile v2.0.0 |
2136 | 2025-01-31T22:53:56.020Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-01-31T22:53:56.191Z | Checking zone v0.3.0 |
2138 | 2025-01-31T22:53:56.295Z | Compiling convert_case v0.4.0 |
2139 | 2025-01-31T22:53:56.530Z | Checking tungstenite v0.21.0 |
2140 | 2025-01-31T22:53:56.922Z | Checking newline-converter v0.3.0 |
2141 | 2025-01-31T22:53:57.100Z | Checking expectorate v1.1.0 |
2142 | 2025-01-31T22:53:57.126Z | Compiling derive_more v0.99.18 |
2143 | 2025-01-31T22:53:57.268Z | Checking same-file v1.0.6 |
2144 | 2025-01-31T22:53:57.397Z | Compiling typify-macro v0.2.0 |
2145 | 2025-01-31T22:53:57.423Z | Checking tokio-tungstenite v0.21.0 |
2146 | 2025-01-31T22:53:57.455Z | Checking walkdir v2.5.0 |
2147 | 2025-01-31T22:53:57.746Z | Checking arc-swap v1.7.1 |
2148 | 2025-01-31T22:53:57.864Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2149 | 2025-01-31T22:53:57.897Z | Checking xattr v1.3.1 |
2150 | 2025-01-31T22:53:58.152Z | Checking filetime v0.2.25 |
2151 | 2025-01-31T22:53:58.178Z | Checking slog-scope v4.4.0 |
2152 | 2025-01-31T22:53:58.348Z | Checking num-rational v0.4.2 |
2153 | 2025-01-31T22:53:58.375Z | Checking tar v0.4.42 |
2154 | 2025-01-31T22:53:58.399Z | Checking slog-stdlog v4.1.1 |
2155 | 2025-01-31T22:53:58.589Z | Checking slog-envlogger v2.2.0 |
2156 | 2025-01-31T22:53:58.827Z | Checking num-complex v0.4.6 |
2157 | 2025-01-31T22:53:59.005Z | Checking float-ord v0.3.2 |
2158 | 2025-01-31T22:53:59.176Z | Checking indent_write v2.2.0 |
2159 | 2025-01-31T22:53:59.222Z | Checking swrite v0.1.0 |
2160 | 2025-01-31T22:53:59.364Z | Compiling cancel-safe-futures v0.1.5 |
2161 | 2025-01-31T22:53:59.400Z | Compiling owo-colors v4.1.0 |
2162 | 2025-01-31T22:53:59.643Z | Checking num v0.4.3 |
2163 | 2025-01-31T22:53:59.752Z | Checking libsw v3.3.1 |
2164 | 2025-01-31T22:54:00.034Z | Checking password-hash v0.5.0 |
2165 | 2025-01-31T22:54:00.232Z | Checking blake2 v0.10.6 |
2166 | 2025-01-31T22:54:00.265Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-01-31T22:54:00.480Z | Checking linear-map v1.2.0 |
2168 | 2025-01-31T22:54:00.706Z | Checking argon2 v0.5.3 |
2169 | 2025-01-31T22:54:00.818Z | Checking pem v3.0.4 |
2170 | 2025-01-31T22:54:00.929Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2171 | 2025-01-31T22:54:01.096Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2172 | 2025-01-31T22:54:01.153Z | Checking mockall v0.13.0 |
2173 | 2025-01-31T22:54:01.284Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2174 | 2025-01-31T22:54:01.321Z | Compiling typify v0.2.0 |
2175 | 2025-01-31T22:54:01.424Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2176 | 2025-01-31T22:54:01.446Z | Compiling progenitor-impl v0.8.0 |
2177 | 2025-01-31T22:54:01.754Z | Compiling lzma-sys v0.1.20 |
2178 | 2025-01-31T22:54:01.984Z | Checking headers-core v0.3.0 |
2179 | 2025-01-31T22:54:02.145Z | Compiling heck v0.3.3 |
2180 | 2025-01-31T22:54:02.512Z | Checking highway v1.2.0 |
2181 | 2025-01-31T22:54:02.545Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2182 | 2025-01-31T22:54:02.972Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2025-01-31T22:54:02.999Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2184 | 2025-01-31T22:54:03.129Z | Checking headers v0.4.0 |
2185 | 2025-01-31T22:54:03.498Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2025-01-31T22:54:03.816Z | Checking yasna v0.5.2 |
2187 | 2025-01-31T22:54:04.108Z | Checking base64 v0.13.1 |
2188 | 2025-01-31T22:54:04.155Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2025-01-31T22:54:04.340Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2025-01-31T22:54:04.389Z | Checking zone v0.1.8 |
2191 | 2025-01-31T22:54:04.527Z | Checking ron v0.7.1 |
2192 | 2025-01-31T22:54:04.630Z | Checking xz2 v0.1.7 |
2193 | 2025-01-31T22:54:04.681Z | Checking rcgen v0.12.1 |
2194 | 2025-01-31T22:54:04.961Z | Checking subprocess v0.2.9 |
2195 | 2025-01-31T22:54:05.057Z | Checking humantime v2.1.0 |
2196 | 2025-01-31T22:54:05.169Z | Compiling typify-macro v0.3.0 |
2197 | 2025-01-31T22:54:05.324Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2198 | 2025-01-31T22:54:05.373Z | Compiling semver v0.1.20 |
2199 | 2025-01-31T22:54:05.503Z | Checking prettyplease v0.2.25 |
2200 | 2025-01-31T22:54:05.608Z | Checking half v2.4.1 |
2201 | 2025-01-31T22:54:05.982Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2202 | 2025-01-31T22:54:06.006Z | Compiling rustc_version v0.1.7 |
2203 | 2025-01-31T22:54:06.097Z | Checking ciborium-io v0.2.2 |
2204 | 2025-01-31T22:54:06.261Z | Checking ciborium-ll v0.2.2 |
2205 | 2025-01-31T22:54:06.453Z | Compiling newtype_derive v0.1.6 |
2206 | 2025-01-31T22:54:06.583Z | Checking ciborium v0.2.2 |
2207 | 2025-01-31T22:54:06.989Z | Checking steno v0.4.1 |
2208 | 2025-01-31T22:54:08.527Z | Compiling progenitor-macro v0.8.0 |
2209 | 2025-01-31T22:54:09.018Z | Compiling typify v0.3.0 |
2210 | 2025-01-31T22:54:09.160Z | Compiling progenitor-impl v0.9.1 |
2211 | 2025-01-31T22:54:09.746Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2212 | 2025-01-31T22:54:09.953Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2213 | 2025-01-31T22:54:10.340Z | Compiling slog-dtrace v0.3.0 |
2214 | 2025-01-31T22:54:10.699Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2215 | 2025-01-31T22:54:10.726Z | Checking display-error-chain v0.2.2 |
2216 | 2025-01-31T22:54:10.918Z | Checking gethostname v0.5.0 |
2217 | 2025-01-31T22:54:11.084Z | Checking nibble_vec v0.1.0 |
2218 | 2025-01-31T22:54:11.180Z | Compiling blake3 v1.5.4 |
2219 | 2025-01-31T22:54:11.239Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2220 | 2025-01-31T22:54:11.301Z | Checking keccak v0.1.5 |
2221 | 2025-01-31T22:54:11.329Z | Checking endian-type v0.1.2 |
2222 | 2025-01-31T22:54:11.561Z | Checking radix_trie v0.2.1 |
2223 | 2025-01-31T22:54:11.655Z | Checking sha3 v0.10.8 |
2224 | 2025-01-31T22:54:11.965Z | Checking universal-hash v0.5.1 |
2225 | 2025-01-31T22:54:12.068Z | Checking secrecy v0.8.0 |
2226 | 2025-01-31T22:54:12.155Z | Checking opaque-debug v0.3.1 |
2227 | 2025-01-31T22:54:12.258Z | Checking aead v0.5.2 |
2228 | 2025-01-31T22:54:12.284Z | Checking poly1305 v0.8.0 |
2229 | 2025-01-31T22:54:12.459Z | Checking chacha20 v0.9.1 |
2230 | 2025-01-31T22:54:12.789Z | Compiling memmap2 v0.9.5 |
2231 | 2025-01-31T22:54:12.830Z | Compiling arrayvec v0.7.6 |
2232 | 2025-01-31T22:54:13.244Z | Compiling arrayref v0.3.9 |
2233 | 2025-01-31T22:54:13.271Z | Compiling constant_time_eq v0.3.1 |
2234 | 2025-01-31T22:54:13.505Z | Compiling toolchain_find v0.4.0 |
2235 | 2025-01-31T22:54:13.531Z | Compiling thiserror-impl-no-std v2.0.2 |
2236 | 2025-01-31T22:54:13.832Z | Compiling topological-sort v0.2.2 |
2237 | 2025-01-31T22:54:13.856Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2025-01-31T22:54:14.072Z | Compiling omicron-zone-package v0.12.0 |
2239 | 2025-01-31T22:54:14.100Z | Compiling rustfmt-wrapper v0.2.1 |
2240 | 2025-01-31T22:54:14.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2241 | 2025-01-31T22:54:14.600Z | Checking chacha20poly1305 v0.10.1 |
2242 | 2025-01-31T22:54:14.687Z | Compiling async-recursion v1.1.1 |
2243 | 2025-01-31T22:54:14.782Z | Checking fxhash v0.2.1 |
2244 | 2025-01-31T22:54:14.814Z | Checking lockfree-object-pool v0.1.6 |
2245 | 2025-01-31T22:54:14.987Z | Checking simd-adler32 v0.3.7 |
2246 | 2025-01-31T22:54:15.062Z | Checking bumpalo v3.16.0 |
2247 | 2025-01-31T22:54:15.342Z | Compiling zip v2.1.3 |
2248 | 2025-01-31T22:54:15.420Z | Checking zopfli v0.8.1 |
2249 | 2025-01-31T22:54:15.690Z | Checking maplit v1.0.2 |
2250 | 2025-01-31T22:54:15.815Z | Checking termcolor v1.4.1 |
2251 | 2025-01-31T22:54:15.919Z | Compiling radium v0.7.0 |
2252 | 2025-01-31T22:54:16.175Z | Compiling progenitor-macro v0.9.1 |
2253 | 2025-01-31T22:54:16.199Z | Compiling const_format_proc_macros v0.2.34 |
2254 | 2025-01-31T22:54:16.220Z | Checking tap v1.0.1 |
2255 | 2025-01-31T22:54:16.356Z | Checking thiserror-no-std v2.0.2 |
2256 | 2025-01-31T22:54:16.402Z | Compiling maybe-uninit v2.0.0 |
2257 | 2025-01-31T22:54:16.483Z | Checking vsss-rs v3.3.4 |
2258 | 2025-01-31T22:54:16.822Z | Checking wyz v0.5.1 |
2259 | 2025-01-31T22:54:16.986Z | Checking home v0.5.9 |
2260 | 2025-01-31T22:54:17.145Z | Compiling packed_struct v0.10.1 |
2261 | 2025-01-31T22:54:17.170Z | Checking crc-catalog v2.4.0 |
2262 | 2025-01-31T22:54:17.192Z | Checking funty v2.0.0 |
2263 | 2025-01-31T22:54:17.330Z | Checking crc v3.2.1 |
2264 | 2025-01-31T22:54:17.732Z | Checking kstat-rs v0.2.4 |
2265 | 2025-01-31T22:54:17.772Z | Compiling packed_struct_codegen v0.10.1 |
2266 | 2025-01-31T22:54:18.105Z | Compiling vte_generate_state_changes v0.1.2 |
2267 | 2025-01-31T22:54:18.108Z | Checking bitvec v1.0.1 |
2268 | 2025-01-31T22:54:18.198Z | Checking const_format v0.2.34 |
2269 | 2025-01-31T22:54:18.691Z | Compiling indexmap v1.9.3 |
2270 | 2025-01-31T22:54:18.753Z | Checking nodrop v0.1.14 |
2271 | 2025-01-31T22:54:18.898Z | Compiling libefi-sys v0.1.0 |
2272 | 2025-01-31T22:54:19.042Z | Checking array-init v0.0.4 |
2273 | 2025-01-31T22:54:19.234Z | Checking vte v0.11.1 |
2274 | 2025-01-31T22:54:19.577Z | Checking smallvec v0.6.14 |
2275 | 2025-01-31T22:54:19.857Z | Checking fd-lock v4.0.2 |
2276 | 2025-01-31T22:54:19.879Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2277 | 2025-01-31T22:54:19.954Z | Compiling bitfield-struct v0.6.2 |
2278 | 2025-01-31T22:54:20.060Z | Checking bitfield v0.14.0 |
2279 | 2025-01-31T22:54:20.271Z | Checking hashbrown v0.12.3 |
2280 | 2025-01-31T22:54:20.357Z | Checking serde-hex v0.1.0 |
2281 | 2025-01-31T22:54:20.629Z | Checking strip-ansi-escapes v0.2.0 |
2282 | 2025-01-31T22:54:20.798Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2283 | 2025-01-31T22:54:20.823Z | Checking env_logger v0.10.2 |
2284 | 2025-01-31T22:54:21.076Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2285 | 2025-01-31T22:54:21.130Z | Checking progenitor v0.8.0 |
2286 | 2025-01-31T22:54:21.207Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2287 | 2025-01-31T22:54:21.323Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2288 | 2025-01-31T22:54:21.370Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2289 | 2025-01-31T22:54:21.772Z | Checking ron v0.8.1 |
2290 | 2025-01-31T22:54:22.005Z | Checking hashbrown v0.13.2 |
2291 | 2025-01-31T22:54:22.978Z | Checking crc-any v2.5.0 |
2292 | 2025-01-31T22:54:23.024Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2293 | 2025-01-31T22:54:23.165Z | Checking nu-ansi-term v0.50.1 |
2294 | 2025-01-31T22:54:23.393Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2295 | 2025-01-31T22:54:23.586Z | Checking reedline v0.35.0 |
2296 | 2025-01-31T22:54:23.887Z | Checking object v0.30.4 |
2297 | 2025-01-31T22:54:24.259Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2298 | 2025-01-31T22:54:24.374Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2025-01-31T22:54:24.817Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2300 | 2025-01-31T22:54:25.070Z | Compiling parking_lot_core v0.8.6 |
2301 | 2025-01-31T22:54:25.521Z | Checking path-slash v0.1.5 |
2302 | 2025-01-31T22:54:25.559Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2303 | 2025-01-31T22:54:26.035Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2304 | 2025-01-31T22:54:26.059Z | Compiling phf_generator v0.11.2 |
2305 | 2025-01-31T22:54:26.115Z | Checking glob v0.3.2 |
2306 | 2025-01-31T22:54:26.270Z | Checking bytecount v0.6.8 |
2307 | 2025-01-31T22:54:26.433Z | Compiling phf_codegen v0.11.2 |
2308 | 2025-01-31T22:54:26.458Z | Checking papergrid v0.11.0 |
2309 | 2025-01-31T22:54:27.906Z | Checking parking_lot v0.11.2 |
2310 | 2025-01-31T22:54:27.931Z | Compiling tabled_derive v0.7.0 |
2311 | 2025-01-31T22:54:28.275Z | Compiling parse-zoneinfo v0.3.1 |
2312 | 2025-01-31T22:54:28.794Z | Compiling cfg_aliases v0.1.1 |
2313 | 2025-01-31T22:54:28.911Z | Compiling nix v0.28.0 |
2314 | 2025-01-31T22:54:29.141Z | Checking progenitor v0.9.1 |
2315 | 2025-01-31T22:54:29.361Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2025-01-31T22:54:29.514Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2317 | 2025-01-31T22:54:29.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2318 | 2025-01-31T22:54:30.028Z | Compiling chrono-tz-build v0.4.0 |
2319 | 2025-01-31T22:54:30.168Z | Checking tabled v0.15.0 |
2320 | 2025-01-31T22:54:31.279Z | Checking sled v0.34.7 |
2321 | 2025-01-31T22:54:32.918Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2322 | 2025-01-31T22:54:33.284Z | Checking hickory-client v0.24.2 |
2323 | 2025-01-31T22:54:33.961Z | Checking hickory-server v0.24.2 |
2324 | 2025-01-31T22:54:34.092Z | Compiling chrono-tz v0.10.1 |
2325 | 2025-01-31T22:54:34.149Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2025-01-31T22:54:34.748Z | Compiling unicase v2.7.0 |
2327 | 2025-01-31T22:54:34.992Z | Compiling buf-list v1.0.3 |
2328 | 2025-01-31T22:54:35.574Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2329 | 2025-01-31T22:54:35.688Z | Compiling peg-macros v0.8.4 |
2330 | 2025-01-31T22:54:36.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2025-01-31T22:54:36.520Z | Compiling sqlparser_derive v0.2.2 |
2332 | 2025-01-31T22:54:37.440Z | Checking unicode_categories v0.1.1 |
2333 | 2025-01-31T22:54:37.583Z | Checking sqlparser v0.45.0 |
2334 | 2025-01-31T22:54:37.740Z | Checking sqlformat v0.2.6 |
2335 | 2025-01-31T22:54:37.762Z | Checking rustyline v14.0.0 |
2336 | 2025-01-31T22:54:37.926Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2337 | 2025-01-31T22:54:39.016Z | Checking peg v0.8.4 |
2338 | 2025-01-31T22:54:39.400Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2339 | 2025-01-31T22:54:39.444Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2340 | 2025-01-31T22:54:40.665Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2341 | 2025-01-31T22:54:42.202Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2342 | 2025-01-31T22:54:42.414Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2343 | 2025-01-31T22:54:43.628Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2344 | 2025-01-31T22:54:43.771Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2345 | 2025-01-31T22:54:44.328Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2346 | 2025-01-31T22:54:45.109Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2347 | 2025-01-31T22:54:45.479Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2348 | 2025-01-31T22:54:45.518Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2349 | 2025-01-31T22:54:46.210Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2350 | 2025-01-31T22:54:46.288Z | Checking bcs v0.1.6 |
2351 | 2025-01-31T22:54:46.290Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2352 | 2025-01-31T22:54:46.742Z | Checking termtree v0.5.1 |
2353 | 2025-01-31T22:54:46.968Z | Checking primeorder v0.13.6 |
2354 | 2025-01-31T22:54:47.199Z | Compiling mime_guess v2.0.5 |
2355 | 2025-01-31T22:54:47.447Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2356 | 2025-01-31T22:54:48.083Z | Checking nanorand v0.7.0 |
2357 | 2025-01-31T22:54:48.353Z | Checking http-range v0.1.5 |
2358 | 2025-01-31T22:54:48.465Z | Checking flume v0.11.1 |
2359 | 2025-01-31T22:54:48.893Z | Checking atty v0.2.14 |
2360 | 2025-01-31T22:54:48.921Z | Compiling salty v0.3.0 |
2361 | 2025-01-31T22:54:49.041Z | Checking p384 v0.13.0 |
2362 | 2025-01-31T22:54:49.373Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2363 | 2025-01-31T22:54:49.692Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2364 | 2025-01-31T22:54:49.965Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2365 | 2025-01-31T22:54:50.180Z | Checking hyper-staticfile v0.10.1 |
2366 | 2025-01-31T22:54:50.262Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2367 | 2025-01-31T22:54:50.691Z | Compiling dsl_auto_type v0.1.2 |
2368 | 2025-01-31T22:54:50.721Z | Checking scheduled-thread-pool v0.2.7 |
2369 | 2025-01-31T22:54:50.790Z | Checking env_filter v0.1.2 |
2370 | 2025-01-31T22:54:50.862Z | Compiling diesel_table_macro_syntax v0.2.0 |
2371 | 2025-01-31T22:54:50.955Z | Compiling crunchy v0.2.2 |
2372 | 2025-01-31T22:54:50.996Z | Checking r2d2 v0.8.10 |
2373 | 2025-01-31T22:54:51.050Z | Checking env_logger v0.11.5 |
2374 | 2025-01-31T22:54:51.249Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2375 | 2025-01-31T22:54:51.274Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2025-01-31T22:54:51.314Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-01-31T22:54:51.371Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2378 | 2025-01-31T22:54:51.441Z | Compiling tiny-keccak v2.0.2 |
2379 | 2025-01-31T22:54:51.604Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-01-31T22:54:51.731Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2381 | 2025-01-31T22:54:51.826Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2382 | 2025-01-31T22:54:52.091Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2025-01-31T22:54:52.134Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2384 | 2025-01-31T22:54:52.137Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2025-01-31T22:54:52.657Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2025-01-31T22:54:53.495Z | Compiling diesel_derives v2.2.3 |
2387 | 2025-01-31T22:54:53.769Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2025-01-31T22:54:53.946Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2025-01-31T22:54:54.920Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2025-01-31T22:54:55.006Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2025-01-31T22:54:55.862Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2392 | 2025-01-31T22:54:56.142Z | Compiling ref-cast v1.0.23 |
2393 | 2025-01-31T22:54:56.466Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-01-31T22:54:56.875Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-01-31T22:54:57.366Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2396 | 2025-01-31T22:54:58.229Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2397 | 2025-01-31T22:54:58.618Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2398 | 2025-01-31T22:54:58.817Z | Compiling ascii-canvas v3.0.0 |
2399 | 2025-01-31T22:54:58.926Z | Compiling ena v0.14.3 |
2400 | 2025-01-31T22:54:59.316Z | Compiling ref-cast-impl v1.0.23 |
2401 | 2025-01-31T22:54:59.345Z | Compiling regex-syntax v0.6.29 |
2402 | 2025-01-31T22:54:59.459Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2403 | 2025-01-31T22:55:00.507Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2404 | 2025-01-31T22:55:01.234Z | Compiling diff v0.1.13 |
2405 | 2025-01-31T22:55:01.360Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2406 | 2025-01-31T22:55:01.467Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2407 | 2025-01-31T22:55:01.815Z | Compiling pin-project-internal v1.1.6 |
2408 | 2025-01-31T22:55:01.920Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2409 | 2025-01-31T22:55:02.230Z | Compiling derive_builder_core v0.20.2 |
2410 | 2025-01-31T22:55:04.441Z | Compiling lalrpop v0.19.12 |
2411 | 2025-01-31T22:55:04.608Z | Checking pin-project v1.1.6 |
2412 | 2025-01-31T22:55:04.758Z | Compiling libxml v0.3.3 |
2413 | 2025-01-31T22:55:04.798Z | Compiling derive_builder_macro v0.20.2 |
2414 | 2025-01-31T22:55:04.930Z | Checking diesel v2.2.6 |
2415 | 2025-01-31T22:55:04.959Z | Checking signal-hook-tokio v0.3.1 |
2416 | 2025-01-31T22:55:05.140Z | Compiling strum_macros v0.24.3 |
2417 | 2025-01-31T22:55:05.164Z | Compiling samael v0.0.17 |
2418 | 2025-01-31T22:55:05.186Z | Compiling snafu-derive v0.8.5 |
2419 | 2025-01-31T22:55:05.234Z | Compiling indoc v1.0.9 |
2420 | 2025-01-31T22:55:05.626Z | Checking derive_builder v0.20.2 |
2421 | 2025-01-31T22:55:06.119Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2422 | 2025-01-31T22:55:07.267Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2423 | 2025-01-31T22:55:07.291Z | Checking olpc-cjson v0.1.4 |
2424 | 2025-01-31T22:55:07.534Z | Checking globset v0.4.15 |
2425 | 2025-01-31T22:55:07.582Z | Checking quick-xml v0.33.0 |
2426 | 2025-01-31T22:55:08.073Z | Checking serde_plain v1.0.2 |
2427 | 2025-01-31T22:55:08.353Z | Compiling oso-derive v0.27.3 |
2428 | 2025-01-31T22:55:08.378Z | Compiling impl-trait-for-tuples v0.2.2 |
2429 | 2025-01-31T22:55:09.077Z | Compiling memoffset v0.9.1 |
2430 | 2025-01-31T22:55:09.327Z | Checking typed-path v0.9.3 |
2431 | 2025-01-31T22:55:09.590Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2025-01-31T22:55:10.215Z | Checking snafu v0.8.5 |
2433 | 2025-01-31T22:55:10.681Z | Checking tungstenite v0.23.0 |
2434 | 2025-01-31T22:55:11.221Z | Compiling diesel-dtrace v0.4.2 |
2435 | 2025-01-31T22:55:11.224Z | Checking tough v0.19.0 |
2436 | 2025-01-31T22:55:11.510Z | Checking parse-size v1.1.0 |
2437 | 2025-01-31T22:55:11.608Z | Checking tokio-tungstenite v0.23.1 |
2438 | 2025-01-31T22:55:11.840Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2439 | 2025-01-31T22:55:12.103Z | Checking bb8 v0.8.5 |
2440 | 2025-01-31T22:55:12.147Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2441 | 2025-01-31T22:55:12.579Z | Checking nix v0.27.1 |
2442 | 2025-01-31T22:55:12.602Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2443 | 2025-01-31T22:55:12.873Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2025-01-31T22:55:15.234Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2445 | 2025-01-31T22:55:15.287Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2446 | 2025-01-31T22:55:15.593Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2447 | 2025-01-31T22:55:15.617Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2448 | 2025-01-31T22:55:16.023Z | Checking heck v0.4.1 |
2449 | 2025-01-31T22:55:16.248Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2450 | 2025-01-31T22:55:16.535Z | Checking rand_seeder v0.3.0 |
2451 | 2025-01-31T22:55:16.633Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2452 | 2025-01-31T22:55:16.657Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2453 | 2025-01-31T22:55:16.680Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2454 | 2025-01-31T22:55:16.791Z | Checking assert_matches v1.5.0 |
2455 | 2025-01-31T22:55:16.906Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-01-31T22:55:17.066Z | Compiling libz-sys v1.1.20 |
2457 | 2025-01-31T22:55:17.149Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-01-31T22:55:17.660Z | Checking castaway v0.2.3 |
2459 | 2025-01-31T22:55:17.723Z | Checking is_ci v1.2.0 |
2460 | 2025-01-31T22:55:17.839Z | Checking compact_str v0.8.0 |
2461 | 2025-01-31T22:55:17.862Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2462 | 2025-01-31T22:55:17.910Z | Checking supports-color v3.0.1 |
2463 | 2025-01-31T22:55:18.145Z | Checking unicode-truncate v1.1.0 |
2464 | 2025-01-31T22:55:18.418Z | Checking lru v0.12.5 |
2465 | 2025-01-31T22:55:18.445Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2466 | 2025-01-31T22:55:18.674Z | Compiling instability v0.3.2 |
2467 | 2025-01-31T22:55:18.695Z | Checking cassowary v0.3.0 |
2468 | 2025-01-31T22:55:18.827Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2025-01-31T22:55:19.443Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2470 | 2025-01-31T22:55:19.474Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2471 | 2025-01-31T22:55:19.678Z | Checking ratatui v0.28.1 |
2472 | 2025-01-31T22:55:19.923Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2025-01-31T22:55:20.095Z | Compiling vergen v8.3.2 |
2474 | 2025-01-31T22:55:20.411Z | Compiling cargo-platform v0.1.8 |
2475 | 2025-01-31T22:55:20.798Z | Checking smawk v0.3.2 |
2476 | 2025-01-31T22:55:20.924Z | Checking unicode-linebreak v0.1.5 |
2477 | 2025-01-31T22:55:20.996Z | Compiling cargo_metadata v0.18.1 |
2478 | 2025-01-31T22:55:21.376Z | Checking textwrap v0.16.1 |
2479 | 2025-01-31T22:55:21.830Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2025-01-31T22:55:22.223Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2481 | 2025-01-31T22:55:22.465Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2482 | 2025-01-31T22:55:23.125Z | Compiling libsqlite3-sys v0.30.1 |
2483 | 2025-01-31T22:55:23.638Z | Compiling rustls v0.21.12 |
2484 | 2025-01-31T22:55:23.762Z | Compiling cfg_aliases v0.2.1 |
2485 | 2025-01-31T22:55:23.886Z | Checking shell-words v1.1.0 |
2486 | 2025-01-31T22:55:23.943Z | Compiling nix v0.29.0 |
2487 | 2025-01-31T22:55:24.176Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2488 | 2025-01-31T22:55:24.234Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2489 | 2025-01-31T22:55:24.484Z | Checking sct v0.7.1 |
2490 | 2025-01-31T22:55:24.507Z | Checking rustls-webpki v0.101.7 |
2491 | 2025-01-31T22:55:24.822Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2492 | 2025-01-31T22:55:25.137Z | Checking hashlink v0.9.1 |
2493 | 2025-01-31T22:55:25.170Z | Checking concurrent-queue v2.5.0 |
2494 | 2025-01-31T22:55:25.531Z | Checking fallible-streaming-iterator v0.1.9 |
2495 | 2025-01-31T22:55:25.659Z | Checking parking v2.2.1 |
2496 | 2025-01-31T22:55:25.688Z | Checking fallible-iterator v0.3.0 |
2497 | 2025-01-31T22:55:25.751Z | Checking plotters-backend v0.3.7 |
2498 | 2025-01-31T22:55:26.136Z | Checking plotters-svg v0.3.7 |
2499 | 2025-01-31T22:55:26.317Z | Checking rusqlite v0.32.1 |
2500 | 2025-01-31T22:55:26.341Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2501 | 2025-01-31T22:55:26.366Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2502 | 2025-01-31T22:55:27.136Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2503 | 2025-01-31T22:55:27.458Z | Checking rustls-pemfile v1.0.4 |
2504 | 2025-01-31T22:55:27.479Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2505 | 2025-01-31T22:55:27.687Z | Checking twox-hash v2.1.0 |
2506 | 2025-01-31T22:55:27.711Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2507 | 2025-01-31T22:55:27.793Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2025-01-31T22:55:27.793Z | Checking cast v0.3.0 |
2509 | 2025-01-31T22:55:27.876Z | Checking tokio-rustls v0.24.1 |
2510 | 2025-01-31T22:55:28.132Z | Checking criterion-plot v0.5.0 |
2511 | 2025-01-31T22:55:28.245Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2512 | 2025-01-31T22:55:28.364Z | Checking plotters v0.3.7 |
2513 | 2025-01-31T22:55:28.623Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2514 | 2025-01-31T22:55:28.888Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2025-01-31T22:55:30.114Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2516 | 2025-01-31T22:55:30.507Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2517 | 2025-01-31T22:55:30.531Z | Checking fatfs v0.3.6 |
2518 | 2025-01-31T22:55:31.488Z | Checking tinytemplate v1.2.1 |
2519 | 2025-01-31T22:55:31.872Z | Checking csv-core v0.1.11 |
2520 | 2025-01-31T22:55:32.103Z | Checking anes v0.1.6 |
2521 | 2025-01-31T22:55:32.228Z | Checking oorandom v11.1.4 |
2522 | 2025-01-31T22:55:32.420Z | Checking hex-literal v0.4.1 |
2523 | 2025-01-31T22:55:32.471Z | Checking criterion v0.5.1 |
2524 | 2025-01-31T22:55:32.579Z | Checking csv v1.3.1 |
2525 | 2025-01-31T22:55:33.430Z | Checking event-listener v5.3.1 |
2526 | 2025-01-31T22:55:33.846Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2527 | 2025-01-31T22:55:34.268Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2528 | 2025-01-31T22:55:35.110Z | Checking async-bb8-diesel v0.2.1 |
2529 | 2025-01-31T22:55:35.642Z | Checking rtoolbox v0.0.2 |
2530 | 2025-01-31T22:55:35.784Z | Checking event-listener-strategy v0.5.2 |
2531 | 2025-01-31T22:55:35.858Z | Checking rpassword v7.3.1 |
2532 | 2025-01-31T22:55:36.014Z | Checking tui-tree-widget v0.22.0 |
2533 | 2025-01-31T22:55:36.043Z | Checking polyval v0.6.2 |
2534 | 2025-01-31T22:55:36.334Z | Checking ghash v0.5.1 |
2535 | 2025-01-31T22:55:36.356Z | Checking futures-lite v2.3.0 |
2536 | 2025-01-31T22:55:36.525Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2537 | 2025-01-31T22:55:36.794Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2538 | 2025-01-31T22:55:37.332Z | Checking ctr v0.9.2 |
2539 | 2025-01-31T22:55:37.634Z | Checking yansi v1.0.1 |
2540 | 2025-01-31T22:55:37.951Z | Checking aes-gcm v0.10.3 |
2541 | 2025-01-31T22:55:38.022Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2542 | 2025-01-31T22:55:38.187Z | Checking pretty_assertions v1.4.1 |
2543 | 2025-01-31T22:55:38.220Z | Checking ssh-encoding v0.2.0 |
2544 | 2025-01-31T22:55:38.426Z | Checking blowfish v0.9.1 |
2545 | 2025-01-31T22:55:38.578Z | Checking ssh-cipher v0.2.0 |
2546 | 2025-01-31T22:55:38.689Z | Checking bcrypt-pbkdf v0.10.0 |
2547 | 2025-01-31T22:55:38.879Z | Checking async-lock v3.4.0 |
2548 | 2025-01-31T22:55:38.959Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2549 | 2025-01-31T22:55:39.617Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2550 | 2025-01-31T22:55:39.761Z | Checking password-hash v0.4.2 |
2551 | 2025-01-31T22:55:40.206Z | Checking polling v3.7.3 |
2552 | 2025-01-31T22:55:40.636Z | Checking async-io v2.3.4 |
2553 | 2025-01-31T22:55:40.940Z | Checking pbkdf2 v0.11.0 |
2554 | 2025-01-31T22:55:41.194Z | Checking ssh-key v0.6.6 |
2555 | 2025-01-31T22:55:41.510Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2556 | 2025-01-31T22:55:42.219Z | Checking p521 v0.13.3 |
2557 | 2025-01-31T22:55:42.735Z | Checking p256 v0.13.2 |
2558 | 2025-01-31T22:55:43.235Z | Checking russh-cryptovec v0.7.3 |
2559 | 2025-01-31T22:55:43.457Z | Checking async-task v4.7.1 |
2560 | 2025-01-31T22:55:43.512Z | Compiling doc-comment v0.3.3 |
2561 | 2025-01-31T22:55:43.816Z | Compiling target-lexicon v0.12.16 |
2562 | 2025-01-31T22:55:44.012Z | Checking md5 v0.7.0 |
2563 | 2025-01-31T22:55:44.220Z | Checking async-channel v2.3.1 |
2564 | 2025-01-31T22:55:44.332Z | Checking russh-keys v0.45.0 |
2565 | 2025-01-31T22:55:44.539Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2566 | 2025-01-31T22:55:44.765Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2567 | 2025-01-31T22:55:45.556Z | Checking piper v0.2.4 |
2568 | 2025-01-31T22:55:45.579Z | Checking num-bigint v0.4.6 |
2569 | 2025-01-31T22:55:45.792Z | Checking des v0.8.1 |
2570 | 2025-01-31T22:55:46.003Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2571 | 2025-01-31T22:55:46.066Z | Compiling assert_cmd v2.0.16 |
2572 | 2025-01-31T22:55:46.489Z | Compiling guppy-workspace-hack v0.1.0 |
2573 | 2025-01-31T22:55:46.794Z | Checking futures-timer v3.0.3 |
2574 | 2025-01-31T22:55:46.817Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2575 | 2025-01-31T22:55:47.137Z | Checking blocking v1.6.1 |
2576 | 2025-01-31T22:55:47.766Z | Checking russh v0.45.0 |
2577 | 2025-01-31T22:55:48.051Z | Checking async-executor v1.13.1 |
2578 | 2025-01-31T22:55:48.206Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2579 | 2025-01-31T22:55:48.384Z | Checking async-signal v0.2.10 |
2580 | 2025-01-31T22:55:48.659Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2581 | 2025-01-31T22:55:49.066Z | Checking event-listener v2.5.3 |
2582 | 2025-01-31T22:55:49.102Z | Compiling target-spec v3.2.2 |
2583 | 2025-01-31T22:55:49.303Z | Checking internet-checksum v0.2.1 |
2584 | 2025-01-31T22:55:49.503Z | Checking async-channel v1.9.0 |
2585 | 2025-01-31T22:55:49.748Z | Checking async-process v2.3.0 |
2586 | 2025-01-31T22:55:50.160Z | Checking async-global-executor v2.4.1 |
2587 | 2025-01-31T22:55:50.468Z | Checking cfg-expr v0.17.0 |
2588 | 2025-01-31T22:55:50.714Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2589 | 2025-01-31T22:55:51.235Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2590 | 2025-01-31T22:55:51.774Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2591 | 2025-01-31T22:55:52.051Z | Checking httptest v0.16.1 |
2592 | 2025-01-31T22:55:52.159Z | Checking rustls-native-certs v0.7.3 |
2593 | 2025-01-31T22:55:52.353Z | Compiling petname v2.0.2 |
2594 | 2025-01-31T22:55:52.660Z | Checking num_cpus v1.16.0 |
2595 | 2025-01-31T22:55:52.725Z | Checking kv-log-macro v1.0.7 |
2596 | 2025-01-31T22:55:52.781Z | Compiling async-attributes v1.1.2 |
2597 | 2025-01-31T22:55:53.644Z | Checking async-std v1.13.0 |
2598 | 2025-01-31T22:55:53.741Z | Checking threadpool v1.8.1 |
2599 | 2025-01-31T22:55:53.966Z | Checking hyper-rustls v0.26.0 |
2600 | 2025-01-31T22:55:54.691Z | Checking pathdiff v0.2.2 |
2601 | 2025-01-31T22:55:54.867Z | Compiling rstest_macros v0.23.0 |
2602 | 2025-01-31T22:55:54.889Z | Checking nested v0.1.1 |
2603 | 2025-01-31T22:55:54.909Z | Compiling target-triple v0.1.3 |
2604 | 2025-01-31T22:55:55.133Z | Checking escape8259 v0.5.3 |
2605 | 2025-01-31T22:55:55.351Z | Checking libtest-mimic v0.7.3 |
2606 | 2025-01-31T22:55:55.440Z | Checking guppy v0.17.8 |
2607 | 2025-01-31T22:55:55.506Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2608 | 2025-01-31T22:55:56.606Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2609 | 2025-01-31T22:55:56.899Z | Checking similar-asserts v1.6.0 |
2610 | 2025-01-31T22:55:56.940Z | Checking async-object-pool v0.1.5 |
2611 | 2025-01-31T22:55:57.143Z | Checking fancy-regex v0.13.0 |
2612 | 2025-01-31T22:55:57.236Z | Checking serde_regex v1.1.0 |
2613 | 2025-01-31T22:55:57.411Z | Checking assert-json-diff v2.0.2 |
2614 | 2025-01-31T22:55:57.479Z | Compiling proc-macro-crate v3.2.0 |
2615 | 2025-01-31T22:55:57.657Z | Checking path-tree v0.8.1 |
2616 | 2025-01-31T22:55:57.825Z | Checking sync-ptr v0.1.1 |
2617 | 2025-01-31T22:55:58.003Z | Compiling relative-path v1.9.3 |
2618 | 2025-01-31T22:55:58.050Z | Checking stringmetrics v2.2.2 |
2619 | 2025-01-31T22:55:58.166Z | Checking datatest-stable v0.2.9 |
2620 | 2025-01-31T22:55:58.291Z | Checking httpmock v0.8.0-alpha.1 |
2621 | 2025-01-31T22:55:58.627Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2622 | 2025-01-31T22:55:58.630Z | Checking blake2b_simd v1.0.2 |
2623 | 2025-01-31T22:55:59.415Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2624 | 2025-01-31T22:55:59.863Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2625 | 2025-01-31T22:56:00.178Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2626 | 2025-01-31T22:56:00.496Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2627 | 2025-01-31T22:56:00.794Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2628 | 2025-01-31T22:56:01.345Z | Checking serde_tokenstream v0.2.2 |
2629 | 2025-01-31T22:56:01.752Z | Checking uzers v0.12.1 |
2630 | 2025-01-31T22:56:02.319Z | Checking rust-argon2 v2.1.0 |
2631 | 2025-01-31T22:56:02.710Z | Checking trybuild v1.0.101 |
2632 | 2025-01-31T22:56:03.293Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2633 | 2025-01-31T22:56:03.911Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2634 | 2025-01-31T22:56:04.407Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2635 | 2025-01-31T22:56:05.498Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2636 | 2025-01-31T22:56:05.806Z | Checking rand_distr v0.4.3 |
2637 | 2025-01-31T22:56:06.740Z | Checking multimap v0.10.0 |
2638 | 2025-01-31T22:56:06.887Z | Checking approx v0.5.1 |
2639 | 2025-01-31T22:56:07.156Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2640 | 2025-01-31T22:56:07.823Z | Checking rstest v0.23.0 |
2641 | 2025-01-31T22:56:08.074Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2642 | 2025-01-31T22:56:08.779Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2643 | 2025-01-31T22:56:09.245Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2644 | 2025-01-31T22:56:09.883Z | Checking partial-io v0.5.4 |
2645 | 2025-01-31T22:56:10.141Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2646 | 2025-01-31T22:56:10.164Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2647 | 2025-01-31T22:56:10.249Z | Checking cargo_toml v0.20.5 |
2648 | 2025-01-31T22:56:10.427Z | Compiling git2 v0.19.0 |
2649 | 2025-01-31T22:56:10.447Z | Checking termios v0.3.3 |
2650 | 2025-01-31T22:56:10.675Z | Compiling indoc v2.0.5 |
2651 | 2025-01-31T22:56:11.400Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2652 | 2025-01-31T22:56:12.183Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2653 | 2025-01-31T22:56:14.269Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2654 | 2025-01-31T22:56:15.117Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2655 | 2025-01-31T22:56:19.168Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2656 | 2025-01-31T22:56:29.347Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2657 | 2025-01-31T22:56:33.534Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2658 | 2025-01-31T22:56:39.499Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2659 | 2025-01-31T22:57:07.148Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2660 | 2025-01-31T22:57:08.688Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2661 | 2025-01-31T22:57:09.329Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2662 | 2025-01-31T22:57:26.251Z | Compiling polar-core v0.27.3 |
2663 | 2025-01-31T22:57:33.501Z | Checking oso v0.27.3 |
2664 | 2025-01-31T22:58:06.550Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2665 | 2025-01-31T22:58:06.550Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2666 | 2025-01-31T22:58:06.558Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2667 | 2025-01-31T22:59:15.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 13s |
2668 | 2025-01-31T22:59:16.476Z | |
2669 | 2025-01-31T22:59:16.476Z | real 6:17.385291164 |
2670 | 2025-01-31T22:59:16.476Z | user 33:27.315711811 |
2671 | 2025-01-31T22:59:16.476Z | sys 5:01.978618165 |
2672 | 2025-01-31T22:59:16.476Z | trap 0.976933492 |
2673 | 2025-01-31T22:59:16.476Z | tflt 1.571098794 |
2674 | 2025-01-31T22:59:16.476Z | dflt 0.258745082 |
2675 | 2025-01-31T22:59:16.476Z | kflt 0.000926088 |
2676 | 2025-01-31T22:59:16.476Z | lock 46:44.647401696 |
2677 | 2025-01-31T22:59:16.476Z | slp 1:53:17.694001111 |
2678 | 2025-01-31T22:59:16.476Z | lat 1:44.166072934 |
2679 | 2025-01-31T22:59:16.476Z | stop 6:39.208320252 |
2680 | 2025-01-31T22:59:16.502Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2681 | 2025-01-31T22:59:16.502Z | + ptime -m cargo doc --workspace --no-deps |
2682 | 2025-01-31T22:59:17.311Z | warning: output filename collision. |
2683 | 2025-01-31T22:59:17.311Z | 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)`. |
2684 | 2025-01-31T22:59:17.311Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2685 | 2025-01-31T22:59:17.311Z | The targets should have unique names. |
2686 | 2025-01-31T22:59:17.311Z | This is a known bug where multiple crates with the same name use |
2687 | 2025-01-31T22:59:17.312Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2688 | 2025-01-31T22:59:17.766Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2689 | 2025-01-31T22:59:17.837Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2690 | 2025-01-31T22:59:17.856Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2691 | 2025-01-31T22:59:17.898Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2692 | 2025-01-31T22:59:17.924Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2693 | 2025-01-31T22:59:17.950Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2694 | 2025-01-31T22:59:17.950Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2695 | 2025-01-31T22:59:18.162Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2696 | 2025-01-31T22:59:18.191Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2697 | 2025-01-31T22:59:18.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2698 | 2025-01-31T22:59:18.296Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2699 | 2025-01-31T22:59:18.445Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2025-01-31T22:59:18.575Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2701 | 2025-01-31T22:59:18.764Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2702 | 2025-01-31T22:59:18.888Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2703 | 2025-01-31T22:59:18.966Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2025-01-31T22:59:19.325Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2705 | 2025-01-31T22:59:19.679Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2706 | 2025-01-31T22:59:19.939Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2707 | 2025-01-31T22:59:19.985Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2708 | 2025-01-31T22:59:20.067Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2709 | 2025-01-31T22:59:20.277Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2710 | 2025-01-31T22:59:20.404Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2711 | 2025-01-31T22:59:20.624Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2712 | 2025-01-31T22:59:20.999Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2713 | 2025-01-31T22:59:21.459Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2714 | 2025-01-31T22:59:21.501Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2715 | 2025-01-31T22:59:21.885Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2716 | 2025-01-31T22:59:22.013Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2717 | 2025-01-31T22:59:22.059Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2718 | 2025-01-31T22:59:22.114Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2719 | 2025-01-31T22:59:22.326Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2720 | 2025-01-31T22:59:22.363Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2721 | 2025-01-31T22:59:22.520Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2722 | 2025-01-31T22:59:22.548Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2723 | 2025-01-31T22:59:22.668Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2724 | 2025-01-31T22:59:22.885Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2725 | 2025-01-31T22:59:23.220Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2726 | 2025-01-31T22:59:23.249Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2727 | 2025-01-31T22:59:23.292Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2728 | 2025-01-31T22:59:23.545Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2729 | 2025-01-31T22:59:23.622Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2730 | 2025-01-31T22:59:23.641Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2731 | 2025-01-31T22:59:23.662Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2732 | 2025-01-31T22:59:24.469Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2733 | 2025-01-31T22:59:24.930Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2734 | 2025-01-31T22:59:25.183Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2735 | 2025-01-31T22:59:25.998Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2736 | 2025-01-31T22:59:26.689Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2025-01-31T22:59:26.955Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2025-01-31T22:59:28.240Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2739 | 2025-01-31T22:59:29.127Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2740 | 2025-01-31T22:59:29.784Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2741 | 2025-01-31T22:59:30.048Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2742 | 2025-01-31T22:59:31.206Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2743 | 2025-01-31T22:59:31.570Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2744 | 2025-01-31T22:59:31.835Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2025-01-31T22:59:32.372Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2746 | 2025-01-31T22:59:32.486Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2747 | 2025-01-31T22:59:32.603Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2748 | 2025-01-31T22:59:33.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2749 | 2025-01-31T22:59:33.917Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2750 | 2025-01-31T22:59:33.940Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2751 | 2025-01-31T22:59:34.444Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2752 | 2025-01-31T22:59:36.290Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2753 | 2025-01-31T22:59:37.499Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2754 | 2025-01-31T22:59:37.924Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2755 | 2025-01-31T22:59:38.249Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2756 | 2025-01-31T22:59:39.038Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2757 | 2025-01-31T22:59:39.066Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2758 | 2025-01-31T22:59:39.409Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2759 | 2025-01-31T22:59:39.443Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2760 | 2025-01-31T22:59:40.866Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2761 | 2025-01-31T22:59:41.506Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2762 | 2025-01-31T22:59:41.527Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2763 | 2025-01-31T22:59:41.701Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2764 | 2025-01-31T22:59:41.898Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2765 | 2025-01-31T22:59:42.111Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2766 | 2025-01-31T22:59:42.443Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2767 | 2025-01-31T22:59:42.619Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2768 | 2025-01-31T22:59:42.774Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2769 | 2025-01-31T22:59:42.941Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2770 | 2025-01-31T22:59:43.297Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2771 | 2025-01-31T22:59:43.828Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2772 | 2025-01-31T22:59:43.970Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2773 | 2025-01-31T22:59:44.236Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2774 | 2025-01-31T22:59:44.472Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2775 | 2025-01-31T22:59:44.596Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2776 | 2025-01-31T22:59:44.624Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2777 | 2025-01-31T22:59:45.411Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2778 | 2025-01-31T22:59:45.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2779 | 2025-01-31T22:59:46.028Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2780 | 2025-01-31T22:59:46.207Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2781 | 2025-01-31T22:59:46.248Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2782 | 2025-01-31T22:59:46.369Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2783 | 2025-01-31T22:59:46.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2784 | 2025-01-31T22:59:46.775Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2785 | 2025-01-31T22:59:46.951Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2786 | 2025-01-31T22:59:47.488Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2787 | 2025-01-31T22:59:47.924Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2788 | 2025-01-31T22:59:47.957Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2789 | 2025-01-31T22:59:48.575Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2790 | 2025-01-31T22:59:49.094Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2791 | 2025-01-31T22:59:51.165Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2792 | 2025-01-31T22:59:52.019Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2793 | 2025-01-31T22:59:52.099Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2794 | 2025-01-31T22:59:52.276Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2795 | 2025-01-31T22:59:52.526Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2796 | 2025-01-31T22:59:52.811Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2797 | 2025-01-31T22:59:52.892Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2798 | 2025-01-31T22:59:53.109Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2799 | 2025-01-31T22:59:53.131Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2800 | 2025-01-31T22:59:54.089Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2801 | 2025-01-31T22:59:54.121Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2802 | 2025-01-31T22:59:54.681Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2803 | 2025-01-31T22:59:54.935Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2804 | 2025-01-31T22:59:54.956Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2805 | 2025-01-31T22:59:55.047Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2806 | 2025-01-31T22:59:55.801Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2807 | 2025-01-31T22:59:57.809Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2808 | 2025-01-31T22:59:58.870Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2809 | 2025-01-31T22:59:59.976Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2810 | 2025-01-31T23:00:00.161Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2811 | 2025-01-31T23:00:00.367Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2812 | 2025-01-31T23:00:01.140Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2813 | 2025-01-31T23:00:01.403Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2814 | 2025-01-31T23:00:02.589Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2815 | 2025-01-31T23:00:04.148Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2816 | 2025-01-31T23:00:04.571Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2817 | 2025-01-31T23:00:05.062Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2818 | 2025-01-31T23:00:06.051Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2819 | 2025-01-31T23:00:09.942Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2820 | 2025-01-31T23:00:11.710Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2821 | 2025-01-31T23:00:12.050Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2822 | 2025-01-31T23:00:15.868Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2823 | 2025-01-31T23:00:19.035Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2824 | 2025-01-31T23:00:20.488Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2825 | 2025-01-31T23:00:20.898Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2826 | 2025-01-31T23:00:21.313Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2827 | 2025-01-31T23:00:21.751Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2828 | 2025-01-31T23:00:22.363Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2829 | 2025-01-31T23:00:23.596Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2830 | 2025-01-31T23:00:23.916Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2831 | 2025-01-31T23:00:25.678Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2832 | 2025-01-31T23:00:25.699Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2833 | 2025-01-31T23:00:26.393Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2834 | 2025-01-31T23:00:29.050Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2835 | 2025-01-31T23:00:30.214Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2836 | 2025-01-31T23:00:31.280Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2837 | 2025-01-31T23:00:31.471Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2838 | 2025-01-31T23:00:32.331Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2839 | 2025-01-31T23:00:32.579Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2840 | 2025-01-31T23:00:34.111Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2841 | 2025-01-31T23:00:34.990Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2842 | 2025-01-31T23:00:35.911Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2025-01-31T23:00:36.224Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2844 | 2025-01-31T23:00:36.842Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2845 | 2025-01-31T23:00:38.194Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2846 | 2025-01-31T23:00:38.606Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2847 | 2025-01-31T23:00:40.248Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2848 | 2025-01-31T23:00:40.304Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2849 | 2025-01-31T23:00:40.518Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2850 | 2025-01-31T23:00:41.731Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2851 | 2025-01-31T23:00:42.274Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2852 | 2025-01-31T23:00:43.004Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2853 | 2025-01-31T23:00:45.007Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2854 | 2025-01-31T23:00:45.123Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2855 | 2025-01-31T23:00:45.145Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2856 | 2025-01-31T23:00:45.370Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2857 | 2025-01-31T23:00:45.976Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2858 | 2025-01-31T23:00:46.946Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2859 | 2025-01-31T23:00:48.850Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2860 | 2025-01-31T23:00:49.001Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2861 | 2025-01-31T23:00:49.179Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2862 | 2025-01-31T23:00:49.956Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2863 | 2025-01-31T23:00:50.471Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2025-01-31T23:00:50.591Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2865 | 2025-01-31T23:00:52.815Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2866 | 2025-01-31T23:00:53.497Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2867 | 2025-01-31T23:00:54.244Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2868 | 2025-01-31T23:00:54.287Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2869 | 2025-01-31T23:00:56.285Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2870 | 2025-01-31T23:00:57.666Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2871 | 2025-01-31T23:00:57.709Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2872 | 2025-01-31T23:00:58.405Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2873 | 2025-01-31T23:00:59.009Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2874 | 2025-01-31T23:01:00.228Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2875 | 2025-01-31T23:01:00.952Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2876 | 2025-01-31T23:01:01.796Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2877 | 2025-01-31T23:01:02.090Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2878 | 2025-01-31T23:01:02.757Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2879 | 2025-01-31T23:01:04.235Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2025-01-31T23:01:05.831Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2881 | 2025-01-31T23:01:05.859Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2882 | 2025-01-31T23:01:05.931Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2883 | 2025-01-31T23:01:08.527Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2884 | 2025-01-31T23:01:08.754Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2885 | 2025-01-31T23:01:09.174Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2886 | 2025-01-31T23:01:09.341Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2887 | 2025-01-31T23:01:09.432Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2888 | 2025-01-31T23:01:12.128Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2889 | 2025-01-31T23:01:12.593Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2890 | 2025-01-31T23:01:13.111Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2891 | 2025-01-31T23:01:13.428Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2892 | 2025-01-31T23:01:14.016Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2893 | 2025-01-31T23:01:14.679Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2894 | 2025-01-31T23:01:16.123Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2895 | 2025-01-31T23:01:17.217Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2896 | 2025-01-31T23:01:17.239Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2897 | 2025-01-31T23:01:17.311Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2898 | 2025-01-31T23:01:19.197Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2899 | 2025-01-31T23:01:19.579Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-31T23:01:20.426Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2901 | 2025-01-31T23:01:20.693Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2902 | 2025-01-31T23:01:21.441Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2903 | 2025-01-31T23:01:21.660Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2904 | 2025-01-31T23:01:22.206Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2905 | 2025-01-31T23:01:22.791Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2906 | 2025-01-31T23:01:22.889Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2907 | 2025-01-31T23:01:22.924Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2908 | 2025-01-31T23:01:23.924Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2909 | 2025-01-31T23:01:24.185Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2910 | 2025-01-31T23:01:24.301Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2911 | 2025-01-31T23:01:24.705Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2912 | 2025-01-31T23:01:40.398Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2913 | 2025-01-31T23:01:40.398Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2914 | 2025-01-31T23:01:40.401Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2915 | 2025-01-31T23:01:40.401Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2916 | 2025-01-31T23:01:41.311Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2917 | 2025-01-31T23:01:41.358Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2918 | 2025-01-31T23:01:41.378Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2919 | 2025-01-31T23:01:41.546Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2920 | 2025-01-31T23:01:43.585Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2921 | 2025-01-31T23:01:49.380Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2922 | 2025-01-31T23:01:49.624Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2923 | 2025-01-31T23:02:28.075Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2924 | 2025-01-31T23:02:34.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s |
2925 | 2025-01-31T23:02:34.671Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2926 | 2025-01-31T23:02:34.736Z | |
2927 | 2025-01-31T23:02:34.736Z | real 3:18.518836014 |
2928 | 2025-01-31T23:02:34.736Z | user 17:39.258977084 |
2929 | 2025-01-31T23:02:34.736Z | sys 2:31.059396486 |
2930 | 2025-01-31T23:02:34.740Z | trap 0.500823118 |
2931 | 2025-01-31T23:02:34.740Z | tflt 0.291863933 |
2932 | 2025-01-31T23:02:34.740Z | dflt 0.055053695 |
2933 | 2025-01-31T23:02:34.740Z | kflt 0.000100422 |
2934 | 2025-01-31T23:02:34.740Z | lock 27:32.795174339 |
2935 | 2025-01-31T23:02:34.740Z | slp 49:50.535834703 |
2936 | 2025-01-31T23:02:34.740Z | lat 1:10.015879794 |
2937 | 2025-01-31T23:02:34.740Z | stop 1:15.199520677 |
2938 | 2025-01-31T23:02:34.740Z | process exited: duration 847869 ms, exit code 0 |
|
2939 | 2025-01-31T23:02:34.746Z | found 0 output files |