|
|
|
1 | 2025-02-23T12:42:30.944Z | job assigned to worker 01JMSD7W7WGCRM8Y2R38ED0KGH [factory aws, i-0f92fd0ab2ed7a73e] (queued for 50 s) |
|
2 | 2025-02-23T12:42:39.179Z | starting task 0: "setup" |
3 | 2025-02-23T12:42:39.184Z | ++ uname -s |
4 | 2025-02-23T12:42:39.187Z | + kern=SunOS |
5 | 2025-02-23T12:42:39.187Z | + build_user=build |
6 | 2025-02-23T12:42:39.187Z | + build_uid=12345 |
7 | 2025-02-23T12:42:39.187Z | + work_dir=/work |
8 | 2025-02-23T12:42:39.187Z | + input_dir=/input |
9 | 2025-02-23T12:42:39.187Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T12:42:39.187Z | + case "$kern" in |
11 | 2025-02-23T12:42:39.187Z | + groupadd -g 12345 build |
12 | 2025-02-23T12:42:39.190Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T12:42:41.198Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T12:42:41.318Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T12:42:41.321Z | + home_fs=zfs |
16 | 2025-02-23T12:42:41.321Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T12:42:41.321Z | + mkdir -p /home/build |
18 | 2025-02-23T12:42:41.323Z | + chown build:build /home/build /work |
19 | 2025-02-23T12:42:43.326Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T12:42:43.329Z | process exited: duration 4149 ms, exit code 0 |
|
21 | 2025-02-23T12:42:43.336Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T12:42:43.341Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T12:42:43.341Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T12:42:43.341Z | * rust toolchain profile = "default" |
25 | 2025-02-23T12:42:43.343Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-23T12:42:43.343Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T12:42:43.343Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T12:42:43.343Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T12:42:43.343Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T12:42:43.446Z | info: downloading installer |
31 | 2025-02-23T12:42:44.587Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T12:42:44.587Z | warning: /opt/ooce/bin |
33 | 2025-02-23T12:42:44.587Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T12:42:44.587Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T12:42:44.587Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T12:42:44.587Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T12:42:44.587Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T12:42:44.587Z | error: cannot install while Rust is installed |
39 | 2025-02-23T12:42:44.587Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T12:42:44.603Z | info: profile set to 'default' |
41 | 2025-02-23T12:42:44.603Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T12:42:44.606Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T12:42:44.748Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T12:42:44.748Z | info: downloading component 'cargo' |
45 | 2025-02-23T12:42:45.481Z | info: downloading component 'clippy' |
46 | 2025-02-23T12:42:45.763Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T12:42:46.867Z | info: downloading component 'rust-std' |
48 | 2025-02-23T12:42:48.491Z | info: downloading component 'rustc' |
49 | 2025-02-23T12:42:54.082Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T12:42:54.292Z | info: installing component 'cargo' |
51 | 2025-02-23T12:42:55.103Z | info: installing component 'clippy' |
52 | 2025-02-23T12:42:55.484Z | info: installing component 'rust-docs' |
53 | 2025-02-23T12:42:57.218Z | info: installing component 'rust-std' |
54 | 2025-02-23T12:42:59.076Z | info: installing component 'rustc' |
55 | 2025-02-23T12:43:04.910Z | info: installing component 'rustfmt' |
56 | 2025-02-23T12:43:05.302Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T12:43:05.303Z | |
58 | 2025-02-23T12:43:05.679Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T12:43:05.679Z | |
60 | 2025-02-23T12:43:05.684Z | |
61 | 2025-02-23T12:43:05.684Z | Rust is installed now. Great! |
62 | 2025-02-23T12:43:05.684Z | |
63 | 2025-02-23T12:43:05.684Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T12:43:05.684Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T12:43:05.684Z | |
66 | 2025-02-23T12:43:05.685Z | To configure your current shell, you need to source |
67 | 2025-02-23T12:43:05.685Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T12:43:05.685Z | |
69 | 2025-02-23T12:43:05.685Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T12:43:05.685Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T12:43:05.685Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T12:43:05.759Z | + rustup --version |
73 | 2025-02-23T12:43:05.766Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T12:43:05.766Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T12:43:05.862Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T12:43:05.866Z | + cargo --version |
77 | 2025-02-23T12:43:05.911Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T12:43:05.916Z | + rustc --version |
79 | 2025-02-23T12:43:05.991Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T12:43:06.001Z | process exited: duration 22635 ms, exit code 0 |
|
81 | 2025-02-23T12:43:06.018Z | starting task 2: "authentication" |
82 | 2025-02-23T12:43:06.050Z | process exited: duration 28 ms, exit code 0 |
|
83 | 2025-02-23T12:43:06.062Z | starting task 3: "clone repository" |
84 | 2025-02-23T12:43:06.069Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T12:43:06.079Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T12:43:06.108Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T12:43:14.562Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T12:43:14.562Z | + git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1 |
89 | 2025-02-23T12:43:14.831Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T12:43:14.831Z | * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD |
91 | 2025-02-23T12:43:14.848Z | + [[ -n renovate/samael-0.x ]] |
92 | 2025-02-23T12:43:14.853Z | ++ git branch --show-current |
93 | 2025-02-23T12:43:14.853Z | + current=main |
94 | 2025-02-23T12:43:14.853Z | + [[ main != renovate/samael-0.x ]] |
95 | 2025-02-23T12:43:14.854Z | + git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1 |
96 | 2025-02-23T12:43:14.854Z | + git checkout -f renovate/samael-0.x |
97 | 2025-02-23T12:43:14.930Z | Switched to branch 'renovate/samael-0.x' |
98 | 2025-02-23T12:43:14.934Z | + git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1 |
99 | 2025-02-23T12:43:15.013Z | HEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18 |
100 | 2025-02-23T12:43:15.015Z | process exited: duration 8952 ms, exit code 0 |
|
101 | 2025-02-23T12:43:15.023Z | starting task 4: "build" |
102 | 2025-02-23T12:43:15.028Z | + source ./env.sh |
103 | 2025-02-23T12:43:15.032Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-23T12:43:15.032Z | ++ set -o xtrace |
105 | 2025-02-23T12:43:15.032Z | ++++ dirname ./env.sh |
106 | 2025-02-23T12:43:15.034Z | +++ readlink -f . |
107 | 2025-02-23T12:43:15.037Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-23T12:43:15.037Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-23T12:43:15.037Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-23T12:43:15.037Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-02-23T12:43:15.037Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-02-23T12:43:15.037Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-02-23T12:43:15.037Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-02-23T12:43:15.037Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-02-23T12:43:15.037Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-23T12:43:15.037Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-23T12:43:15.037Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-23T12:43:15.037Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-23T12:43:15.038Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-23T12:43:15.038Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-23T12:43:15.038Z | + cargo --version |
122 | 2025-02-23T12:43:15.088Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-23T12:43:15.091Z | + rustc --version |
124 | 2025-02-23T12:43:15.158Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-23T12:43:15.160Z | + banner prerequisites |
126 | 2025-02-23T12:43:15.163Z | |
127 | 2025-02-23T12:43:15.163Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-23T12:43:15.163Z | # # # # # # # # # # # # # # # |
129 | 2025-02-23T12:43:15.163Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-23T12:43:15.163Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-23T12:43:15.164Z | # # # # # # # # # # # # # # # |
132 | 2025-02-23T12:43:15.164Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-23T12:43:15.164Z | |
134 | 2025-02-23T12:43:15.164Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-23T12:43:16.826Z | pkg list: illegal option -- F |
136 | 2025-02-23T12:43:16.826Z | Usage: |
137 | 2025-02-23T12:43:16.829Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-23T12:43:16.829Z | [pkg_fmri_pattern ...] |
139 | 2025-02-23T12:43:17.673Z | pkg list: illegal option -- F |
140 | 2025-02-23T12:43:17.673Z | Usage: |
141 | 2025-02-23T12:43:17.675Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-23T12:43:17.676Z | [pkg_fmri_pattern ...] |
143 | 2025-02-23T12:43:24.311Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-23T12:43:28.621Z | Startup: Caching catalogs ... Done |
145 | 2025-02-23T12:43:42.067Z | Planning: Solver setup ... Done (12.496s) |
146 | 2025-02-23T12:43:42.224Z | Planning: Running solver ... Done (0.158s) |
147 | 2025-02-23T12:43:42.351Z | Planning: Finding local manifests ... Done (0.006s) |
148 | 2025-02-23T12:43:42.396Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-23T12:43:43.068Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-23T12:43:43.181Z | Planning: Package planning ... Done (0.113s) |
151 | 2025-02-23T12:43:43.240Z | Planning: Merging actions ... Done (0.058s) |
152 | 2025-02-23T12:43:43.440Z | Planning: Checking for conflicting actions ... Done (0.201s) |
153 | 2025-02-23T12:43:45.622Z | Planning: Consolidating action changes ... Done (2.180s) |
154 | 2025-02-23T12:43:46.065Z | Planning: Evaluating mediators ... Done (0.443s) |
155 | 2025-02-23T12:43:46.146Z | Planning: Planning completed in 17.42 seconds |
156 | 2025-02-23T12:43:46.162Z | Packages to install: 4 |
157 | 2025-02-23T12:43:46.162Z | Packages to update: 3 |
158 | 2025-02-23T12:43:46.165Z | Mediators to change: 2 |
159 | 2025-02-23T12:43:46.165Z | Services to change: 1 |
160 | 2025-02-23T12:43:46.165Z | Estimated space available: 155.60 GB |
161 | 2025-02-23T12:43:46.165Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-23T12:43:46.165Z | Create boot environment: No |
163 | 2025-02-23T12:43:46.165Z | Create backup boot environment: Yes |
164 | 2025-02-23T12:43:46.165Z | Rebuild boot archive: No |
165 | 2025-02-23T12:43:46.165Z | |
166 | 2025-02-23T12:43:46.165Z | Changed mediators: |
167 | 2025-02-23T12:43:46.165Z | mediator clang: |
168 | 2025-02-23T12:43:46.165Z | version: None -> 15 (system default) |
169 | 2025-02-23T12:43:46.165Z | |
170 | 2025-02-23T12:43:46.165Z | mediator llvm: |
171 | 2025-02-23T12:43:46.165Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-23T12:43:46.165Z | |
173 | 2025-02-23T12:43:46.165Z | Changed packages: |
174 | 2025-02-23T12:43:46.165Z | helios-dev |
175 | 2025-02-23T12:43:46.165Z | developer/build-essential |
176 | 2025-02-23T12:43:46.165Z | None -> 11-2.0 |
177 | 2025-02-23T12:43:46.166Z | library/libxmlsec1 |
178 | 2025-02-23T12:43:46.166Z | None -> 1.2.35-2.0 |
179 | 2025-02-23T12:43:46.166Z | ooce/developer/clang-15 |
180 | 2025-02-23T12:43:46.166Z | None -> 15.0.7-2.0 |
181 | 2025-02-23T12:43:46.166Z | ooce/developer/llvm-15 |
182 | 2025-02-23T12:43:46.166Z | None -> 15.0.7-2.0 |
183 | 2025-02-23T12:43:46.166Z | package/pkg |
184 | 2025-02-23T12:43:46.166Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-23T12:43:46.166Z | system/library/g++-runtime |
186 | 2025-02-23T12:43:46.166Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-23T12:43:46.166Z | system/library/gcc-runtime |
188 | 2025-02-23T12:43:46.166Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-23T12:43:46.166Z | |
190 | 2025-02-23T12:43:46.166Z | Services: |
191 | 2025-02-23T12:43:46.166Z | restart_fmri: |
192 | 2025-02-23T12:43:46.166Z | svc:/system/update-man-index:default |
193 | 2025-02-23T12:43:46.166Z | |
194 | 2025-02-23T12:43:46.166Z | Editable files to change: |
195 | 2025-02-23T12:43:46.166Z | Update: |
196 | 2025-02-23T12:43:46.166Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-23T12:43:46.245Z | |
198 | 2025-02-23T12:43:46.245Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-23T12:43:51.253Z | Download: 491/4301 items 17.2/225.4MB 7% complete (3.7M/s) |
200 | 2025-02-23T12:43:56.270Z | Download: 771/4301 items 18.6/225.4MB 8% complete (1.9M/s) |
201 | 2025-02-23T12:44:01.465Z | Download: 1047/4301 items 19.7/225.4MB 8% complete (259k/s) |
202 | 2025-02-23T12:44:06.518Z | Download: 1706/4301 items 118.1/225.4MB 52% complete (10.0M/s) |
203 | 2025-02-23T12:44:18.485Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (9.8M/s) |
204 | 2025-02-23T12:44:23.553Z | Download: 2464/4301 items 120.2/225.4MB 53% complete (208k/s) |
205 | 2025-02-23T12:44:28.526Z | Download: 2805/4301 items 121.0/225.4MB 53% complete (188k/s) |
206 | 2025-02-23T12:44:33.509Z | Download: 3015/4301 items 121.3/225.4MB 53% complete (120k/s) |
207 | 2025-02-23T12:44:38.817Z | Download: 3238/4301 items 202.0/225.4MB 89% complete (8.1M/s) |
208 | 2025-02-23T12:44:45.664Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.1M/s) |
209 | 2025-02-23T12:44:50.847Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (987k/s) |
210 | 2025-02-23T12:44:55.893Z | Download: 3388/4301 items 215.0/225.4MB 95% complete (1.3M/s) |
211 | 2025-02-23T12:45:00.903Z | Download: 3564/4301 items 215.8/225.4MB 95% complete (372k/s) |
212 | 2025-02-23T12:45:06.134Z | Download: 3807/4301 items 217.6/225.4MB 96% complete (374k/s) |
213 | 2025-02-23T12:45:12.069Z | Download: 4076/4301 items 219.6/225.4MB 97% complete (395k/s) |
214 | 2025-02-23T12:45:17.243Z | Download: 4177/4301 items 220.3/225.4MB 97% complete (245k/s) |
215 | 2025-02-23T12:45:23.386Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (192k/s) |
216 | 2025-02-23T12:45:30.863Z | Download: 4205/4301 items 220.6/225.4MB 97% complete |
217 | 2025-02-23T12:45:38.182Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
218 | 2025-02-23T12:45:44.021Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
219 | 2025-02-23T12:45:45.856Z | Download: Completed 225.42 MB in 119.56 seconds (1.9M/s) |
220 | 2025-02-23T12:45:47.855Z | Actions: 1/5122 actions (Removing old actions) |
221 | 2025-02-23T12:45:47.880Z | Actions: 194/5122 actions (Installing new actions) |
222 | 2025-02-23T12:45:52.613Z | Actions: 4267/5122 actions (Updating modified actions) |
223 | 2025-02-23T12:45:52.973Z | Actions: Completed 5122 actions in 5.12 seconds. |
224 | 2025-02-23T12:45:53.211Z | Done (0.229s) |
225 | 2025-02-23T12:45:53.213Z | Done (0.001s) |
226 | 2025-02-23T12:45:53.819Z | Done (0.606s) |
227 | 2025-02-23T12:45:58.479Z | Done (4.432s) |
228 | 2025-02-23T12:45:58.564Z | Done (0.018s) |
229 | 2025-02-23T12:45:58.567Z | Done (0.000s) |
230 | 2025-02-23T12:45:58.744Z | Done (0.000s) |
231 | 2025-02-23T12:45:59.469Z | Planning: Evaluating mediator changes ... Done |
232 | 2025-02-23T12:45:59.634Z | Planning: Checking for conflicting actions ... Done |
233 | 2025-02-23T12:45:59.636Z | Planning: Consolidating action changes ... Done |
234 | 2025-02-23T12:45:59.912Z | Planning: Evaluating mediators ... Done |
235 | 2025-02-23T12:45:59.915Z | Planning: Planning completed in 0.45 seconds |
236 | 2025-02-23T12:45:59.953Z | Mediators to change: 2 |
237 | 2025-02-23T12:45:59.953Z | Create boot environment: No |
238 | 2025-02-23T12:45:59.957Z | Create backup boot environment: No |
239 | 2025-02-23T12:46:00.035Z | Done |
240 | 2025-02-23T12:46:00.035Z | Done |
241 | 2025-02-23T12:46:00.454Z | Done |
242 | 2025-02-23T12:46:04.191Z | Done |
243 | 2025-02-23T12:46:04.283Z | Done |
244 | 2025-02-23T12:46:04.286Z | Done |
245 | 2025-02-23T12:46:04.409Z | Done |
246 | 2025-02-23T12:46:05.022Z | Planning: Evaluating mediator changes ... Done |
247 | 2025-02-23T12:46:05.025Z | Planning: Merging actions ... Done |
248 | 2025-02-23T12:46:05.217Z | Planning: Checking for conflicting actions ... Done |
249 | 2025-02-23T12:46:05.219Z | Planning: Consolidating action changes ... Done |
250 | 2025-02-23T12:46:05.486Z | Planning: Evaluating mediators ... Done |
251 | 2025-02-23T12:46:05.541Z | Planning: Planning completed in 0.76 seconds |
252 | 2025-02-23T12:46:05.582Z | Packages to change: 1 |
253 | 2025-02-23T12:46:05.582Z | Mediators to change: 1 |
254 | 2025-02-23T12:46:05.584Z | Services to change: 1 |
255 | 2025-02-23T12:46:05.584Z | Create boot environment: No |
256 | 2025-02-23T12:46:05.584Z | Create backup boot environment: Yes |
257 | 2025-02-23T12:46:07.794Z | Actions: 1/6 actions (Updating modified actions) |
258 | 2025-02-23T12:46:07.796Z | Actions: Completed 6 actions in 0.00 seconds. |
259 | 2025-02-23T12:46:07.796Z | Done |
260 | 2025-02-23T12:46:07.796Z | Done |
261 | 2025-02-23T12:46:07.920Z | Done |
262 | 2025-02-23T12:46:11.660Z | Done |
263 | 2025-02-23T12:46:11.751Z | Done |
264 | 2025-02-23T12:46:11.754Z | Done |
265 | 2025-02-23T12:46:11.888Z | Done |
266 | 2025-02-23T12:46:12.341Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
267 | 2025-02-23T12:46:12.341Z | clang system 15 system |
268 | 2025-02-23T12:46:12.341Z | csh system system illumos |
269 | 2025-02-23T12:46:12.341Z | ctags system system illumos |
270 | 2025-02-23T12:46:12.341Z | gcc vendor 12 vendor |
271 | 2025-02-23T12:46:12.341Z | gcc system 10 system |
272 | 2025-02-23T12:46:12.341Z | gcc system 7 system |
273 | 2025-02-23T12:46:12.341Z | go system 1.20 system |
274 | 2025-02-23T12:46:12.341Z | go system 1.19 system |
275 | 2025-02-23T12:46:12.341Z | llvm system 15 system |
276 | 2025-02-23T12:46:12.341Z | llvm system 14 system |
277 | 2025-02-23T12:46:12.341Z | mariadb system 10.6 system |
278 | 2025-02-23T12:46:12.341Z | mta vendor vendor dma |
279 | 2025-02-23T12:46:12.341Z | openjdk system 17 system |
280 | 2025-02-23T12:46:12.341Z | openjdk system 11 system |
281 | 2025-02-23T12:46:12.341Z | openjdk system 1.8 system |
282 | 2025-02-23T12:46:12.341Z | openssl vendor 3 vendor |
283 | 2025-02-23T12:46:12.341Z | perl system 5.36 system |
284 | 2025-02-23T12:46:12.341Z | postgresql system 15 system |
285 | 2025-02-23T12:46:12.341Z | postgresql system 13 system |
286 | 2025-02-23T12:46:12.341Z | python vendor 3 vendor |
287 | 2025-02-23T12:46:12.341Z | python system 2 system |
288 | 2025-02-23T12:46:12.341Z | python3 system 3.11 system |
289 | 2025-02-23T12:46:12.341Z | ruby system 3.0 system |
290 | 2025-02-23T12:46:12.341Z | words vendor vendor american-english |
291 | 2025-02-23T12:46:12.341Z | words system system australian-english |
292 | 2025-02-23T12:46:12.341Z | words system system british-english |
293 | 2025-02-23T12:46:12.341Z | words system system canadian-english |
294 | 2025-02-23T12:46:12.342Z | words system system french |
295 | 2025-02-23T12:46:12.342Z | words system system italian |
296 | 2025-02-23T12:46:12.342Z | words system system ngerman |
297 | 2025-02-23T12:46:12.342Z | words system system ogerman |
298 | 2025-02-23T12:46:12.342Z | words system system spanish |
299 | 2025-02-23T12:46:12.682Z | PUBLISHER TYPE STATUS P LOCATION |
300 | 2025-02-23T12:46:12.682Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
301 | 2025-02-23T12:46:15.727Z | FMRI IFO |
302 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
303 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
304 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
305 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
306 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
307 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
308 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
309 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
310 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
311 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
312 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
313 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
314 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
315 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
316 | 2025-02-23T12:46:15.727Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
317 | 2025-02-23T12:46:16.505Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
318 | 2025-02-23T12:46:16.792Z | Updating crates.io index |
319 | 2025-02-23T12:46:16.794Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
320 | 2025-02-23T12:46:17.490Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
321 | 2025-02-23T12:46:17.736Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
322 | 2025-02-23T12:46:17.981Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
323 | 2025-02-23T12:46:18.930Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
324 | 2025-02-23T12:46:20.764Z | Updating git repository `https://github.com/oxidecomputer/opte` |
325 | 2025-02-23T12:46:21.447Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
326 | 2025-02-23T12:46:22.199Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
327 | 2025-02-23T12:46:22.549Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
328 | 2025-02-23T12:46:22.807Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
329 | 2025-02-23T12:46:23.538Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
330 | 2025-02-23T12:46:23.987Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
331 | 2025-02-23T12:46:24.364Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
332 | 2025-02-23T12:46:24.637Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
333 | 2025-02-23T12:46:24.874Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
334 | 2025-02-23T12:46:25.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
335 | 2025-02-23T12:46:25.358Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
336 | 2025-02-23T12:46:25.622Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
337 | 2025-02-23T12:46:25.918Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
338 | 2025-02-23T12:46:26.272Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
339 | 2025-02-23T12:46:26.590Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
340 | 2025-02-23T12:46:26.894Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
341 | 2025-02-23T12:46:27.243Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
342 | 2025-02-23T12:46:27.693Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
343 | 2025-02-23T12:46:27.963Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
344 | 2025-02-23T12:46:28.298Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
345 | 2025-02-23T12:46:28.695Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
346 | 2025-02-23T12:46:29.023Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
347 | 2025-02-23T12:46:29.278Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
348 | 2025-02-23T12:46:29.564Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
349 | 2025-02-23T12:46:30.806Z | Downloading crates ... |
350 | 2025-02-23T12:46:30.866Z | Downloaded bitflags v2.6.0 |
351 | 2025-02-23T12:46:30.870Z | Downloaded anstyle v1.0.10 |
352 | 2025-02-23T12:46:30.873Z | Downloaded anstream v0.6.15 |
353 | 2025-02-23T12:46:30.877Z | Downloaded clap_derive v4.5.28 |
354 | 2025-02-23T12:46:30.879Z | Downloaded camino v1.1.9 |
355 | 2025-02-23T12:46:30.888Z | Downloaded clap_builder v4.5.30 |
356 | 2025-02-23T12:46:30.896Z | Downloaded fnv v1.0.7 |
357 | 2025-02-23T12:46:30.898Z | Downloaded autocfg v1.4.0 |
358 | 2025-02-23T12:46:30.898Z | Downloaded cfg-if v1.0.0 |
359 | 2025-02-23T12:46:30.900Z | Downloaded byteorder v1.5.0 |
360 | 2025-02-23T12:46:30.900Z | Downloaded cargo-platform v0.1.8 |
361 | 2025-02-23T12:46:30.903Z | Downloaded fs-err v2.11.0 |
362 | 2025-02-23T12:46:30.903Z | Downloaded digest v0.10.7 |
363 | 2025-02-23T12:46:30.905Z | Downloaded equivalent v1.0.1 |
364 | 2025-02-23T12:46:30.905Z | Downloaded dtrace-parser v0.2.0 |
365 | 2025-02-23T12:46:30.908Z | Downloaded block-buffer v0.10.4 |
366 | 2025-02-23T12:46:30.908Z | Downloaded errno v0.3.9 |
367 | 2025-02-23T12:46:30.910Z | Downloaded anyhow v1.0.96 |
368 | 2025-02-23T12:46:30.913Z | Downloaded proc-macro-error-attr v1.0.4 |
369 | 2025-02-23T12:46:30.915Z | Downloaded anstyle-query v1.1.1 |
370 | 2025-02-23T12:46:30.915Z | Downloaded anstyle-parse v0.2.5 |
371 | 2025-02-23T12:46:30.918Z | Downloaded quote v1.0.38 |
372 | 2025-02-23T12:46:30.920Z | Downloaded dof v0.3.0 |
373 | 2025-02-23T12:46:30.920Z | Downloaded fastrand v2.1.1 |
374 | 2025-02-23T12:46:30.923Z | Downloaded colorchoice v1.0.2 |
375 | 2025-02-23T12:46:30.923Z | Downloaded camino-tempfile v1.1.1 |
376 | 2025-02-23T12:46:30.925Z | Downloaded clap_lex v0.7.4 |
377 | 2025-02-23T12:46:30.925Z | Downloaded bytecount v0.6.8 |
378 | 2025-02-23T12:46:30.928Z | Downloaded memchr v2.7.4 |
379 | 2025-02-23T12:46:30.932Z | Downloaded serde v1.0.218 |
380 | 2025-02-23T12:46:30.935Z | Downloaded swrite v0.1.0 |
381 | 2025-02-23T12:46:30.938Z | Downloaded proc-macro2 v1.0.93 |
382 | 2025-02-23T12:46:30.940Z | Downloaded serde_tokenstream v0.2.2 |
383 | 2025-02-23T12:46:30.945Z | Downloaded scroll_derive v0.12.0 |
384 | 2025-02-23T12:46:30.945Z | Downloaded serde_spanned v0.6.8 |
385 | 2025-02-23T12:46:30.945Z | Downloaded ryu v1.0.18 |
386 | 2025-02-23T12:46:30.948Z | Downloaded scroll v0.12.0 |
387 | 2025-02-23T12:46:30.948Z | Downloaded semver v1.0.25 |
388 | 2025-02-23T12:46:30.951Z | Downloaded crypto-common v0.1.6 |
389 | 2025-02-23T12:46:30.951Z | Downloaded cpufeatures v0.2.14 |
390 | 2025-02-23T12:46:30.953Z | Downloaded clap v4.5.30 |
391 | 2025-02-23T12:46:30.971Z | Downloaded smawk v0.3.2 |
392 | 2025-02-23T12:46:30.973Z | Downloaded pretty-hex v0.4.1 |
393 | 2025-02-23T12:46:30.978Z | Downloaded generic-array v0.14.7 |
394 | 2025-02-23T12:46:30.982Z | Downloaded toml_datetime v0.6.8 |
395 | 2025-02-23T12:46:30.985Z | Downloaded thiserror v1.0.69 |
396 | 2025-02-23T12:46:30.989Z | Downloaded usdt-attr-macro v0.5.0 |
397 | 2025-02-23T12:46:30.991Z | Downloaded unicode-linebreak v0.1.5 |
398 | 2025-02-23T12:46:30.991Z | Downloaded usdt-macro v0.5.0 |
399 | 2025-02-23T12:46:30.994Z | Downloaded macaddr v1.0.1 |
400 | 2025-02-23T12:46:30.994Z | Downloaded memmap v0.7.0 |
401 | 2025-02-23T12:46:30.996Z | Downloaded thread-id v4.2.2 |
402 | 2025-02-23T12:46:30.996Z | Downloaded strsim v0.11.1 |
403 | 2025-02-23T12:46:30.998Z | Downloaded cargo_metadata v0.18.1 |
404 | 2025-02-23T12:46:31.001Z | Downloaded usdt v0.5.0 |
405 | 2025-02-23T12:46:31.001Z | Downloaded itoa v1.0.11 |
406 | 2025-02-23T12:46:31.003Z | Downloaded terminal_size v0.4.0 |
407 | 2025-02-23T12:46:31.004Z | Downloaded heck v0.5.0 |
408 | 2025-02-23T12:46:31.006Z | Downloaded version_check v0.9.5 |
409 | 2025-02-23T12:46:31.010Z | Downloaded heck v0.4.1 |
410 | 2025-02-23T12:46:31.010Z | Downloaded utf8parse v0.2.2 |
411 | 2025-02-23T12:46:31.010Z | Downloaded plain v0.2.3 |
412 | 2025-02-23T12:46:31.016Z | Downloaded sha2 v0.10.8 |
413 | 2025-02-23T12:46:31.016Z | Downloaded thiserror-impl v1.0.69 |
414 | 2025-02-23T12:46:31.019Z | Downloaded is_terminal_polyfill v1.70.1 |
415 | 2025-02-23T12:46:31.019Z | Downloaded tabled_derive v0.7.0 |
416 | 2025-02-23T12:46:31.019Z | Downloaded pest_generator v2.7.14 |
417 | 2025-02-23T12:46:31.019Z | Downloaded usdt-impl v0.5.0 |
418 | 2025-02-23T12:46:31.023Z | Downloaded cargo_toml v0.20.5 |
419 | 2025-02-23T12:46:31.027Z | Downloaded zerocopy-derive v0.7.35 |
420 | 2025-02-23T12:46:31.032Z | Downloaded once_cell v1.20.3 |
421 | 2025-02-23T12:46:31.036Z | Downloaded textwrap v0.16.1 |
422 | 2025-02-23T12:46:31.041Z | Downloaded tempfile v3.13.0 |
423 | 2025-02-23T12:46:31.045Z | Downloaded toml v0.8.19 |
424 | 2025-02-23T12:46:31.049Z | Downloaded typenum v1.17.0 |
425 | 2025-02-23T12:46:31.051Z | Downloaded pest_derive v2.7.14 |
426 | 2025-02-23T12:46:31.054Z | Downloaded proc-macro-error v1.0.4 |
427 | 2025-02-23T12:46:31.057Z | Downloaded log v0.4.22 |
428 | 2025-02-23T12:46:31.060Z | Downloaded unicode-ident v1.0.14 |
429 | 2025-02-23T12:46:31.063Z | Downloaded serde_derive v1.0.218 |
430 | 2025-02-23T12:46:31.065Z | Downloaded ucd-trie v0.1.7 |
431 | 2025-02-23T12:46:31.068Z | Downloaded papergrid v0.11.0 |
432 | 2025-02-23T12:46:31.072Z | Downloaded pest_meta v2.7.14 |
433 | 2025-02-23T12:46:31.078Z | Downloaded indexmap v2.7.1 |
434 | 2025-02-23T12:46:31.082Z | Downloaded toml_edit v0.22.22 |
435 | 2025-02-23T12:46:31.127Z | Downloaded tabled v0.15.0 |
436 | 2025-02-23T12:46:31.142Z | Downloaded pest v2.7.14 |
437 | 2025-02-23T12:46:31.147Z | Downloaded zerocopy v0.7.35 |
438 | 2025-02-23T12:46:31.162Z | Downloaded winnow v0.6.20 |
439 | 2025-02-23T12:46:31.171Z | Downloaded goblin v0.8.2 |
440 | 2025-02-23T12:46:31.176Z | Downloaded unicode-width v0.1.14 |
441 | 2025-02-23T12:46:31.181Z | Downloaded syn v2.0.96 |
442 | 2025-02-23T12:46:31.192Z | Downloaded syn v1.0.109 |
443 | 2025-02-23T12:46:31.202Z | Downloaded hashbrown v0.15.1 |
444 | 2025-02-23T12:46:31.207Z | Downloaded serde_json v1.0.139 |
445 | 2025-02-23T12:46:31.214Z | Downloaded rustix v0.38.37 |
446 | 2025-02-23T12:46:31.257Z | Downloaded libc v0.2.170 |
447 | 2025-02-23T12:46:31.535Z | Compiling proc-macro2 v1.0.93 |
448 | 2025-02-23T12:46:31.535Z | Compiling unicode-ident v1.0.14 |
449 | 2025-02-23T12:46:31.538Z | Compiling version_check v0.9.5 |
450 | 2025-02-23T12:46:31.539Z | Compiling serde v1.0.218 |
451 | 2025-02-23T12:46:31.539Z | Compiling memchr v2.7.4 |
452 | 2025-02-23T12:46:31.539Z | Compiling thiserror v1.0.69 |
453 | 2025-02-23T12:46:31.572Z | Compiling libc v0.2.170 |
454 | 2025-02-23T12:46:31.575Z | Compiling ucd-trie v0.1.7 |
455 | 2025-02-23T12:46:31.810Z | Compiling itoa v1.0.11 |
456 | 2025-02-23T12:46:32.081Z | Compiling ryu v1.0.18 |
457 | 2025-02-23T12:46:32.326Z | Compiling once_cell v1.20.3 |
458 | 2025-02-23T12:46:32.370Z | Compiling byteorder v1.5.0 |
459 | 2025-02-23T12:46:32.563Z | Compiling serde_json v1.0.139 |
460 | 2025-02-23T12:46:32.690Z | Compiling rustix v0.38.37 |
461 | 2025-02-23T12:46:32.866Z | Compiling bitflags v2.6.0 |
462 | 2025-02-23T12:46:32.919Z | Compiling proc-macro-error-attr v1.0.4 |
463 | 2025-02-23T12:46:33.030Z | Compiling usdt-impl v0.5.0 |
464 | 2025-02-23T12:46:33.221Z | Compiling syn v1.0.109 |
465 | 2025-02-23T12:46:33.273Z | Compiling proc-macro-error v1.0.4 |
466 | 2025-02-23T12:46:33.319Z | Compiling equivalent v1.0.1 |
467 | 2025-02-23T12:46:33.376Z | Compiling quote v1.0.38 |
468 | 2025-02-23T12:46:33.488Z | Compiling errno v0.3.9 |
469 | 2025-02-23T12:46:33.584Z | Compiling utf8parse v0.2.2 |
470 | 2025-02-23T12:46:33.606Z | Compiling hashbrown v0.15.1 |
471 | 2025-02-23T12:46:33.729Z | Compiling syn v2.0.96 |
472 | 2025-02-23T12:46:33.758Z | Compiling thread-id v4.2.2 |
473 | 2025-02-23T12:46:33.801Z | Compiling plain v0.2.3 |
474 | 2025-02-23T12:46:33.846Z | Compiling camino v1.1.9 |
475 | 2025-02-23T12:46:33.880Z | Compiling log v0.4.22 |
476 | 2025-02-23T12:46:33.980Z | Compiling anstyle-parse v0.2.5 |
477 | 2025-02-23T12:46:34.387Z | Compiling is_terminal_polyfill v1.70.1 |
478 | 2025-02-23T12:46:34.526Z | Compiling autocfg v1.4.0 |
479 | 2025-02-23T12:46:34.548Z | Compiling anstyle-query v1.1.1 |
480 | 2025-02-23T12:46:34.654Z | Compiling indexmap v2.7.1 |
481 | 2025-02-23T12:46:34.688Z | Compiling winnow v0.6.20 |
482 | 2025-02-23T12:46:34.712Z | Compiling anstyle v1.0.10 |
483 | 2025-02-23T12:46:34.790Z | Compiling semver v1.0.25 |
484 | 2025-02-23T12:46:35.123Z | Compiling colorchoice v1.0.2 |
485 | 2025-02-23T12:46:35.274Z | Compiling pretty-hex v0.4.1 |
486 | 2025-02-23T12:46:35.277Z | Compiling unicode-width v0.1.14 |
487 | 2025-02-23T12:46:35.392Z | Compiling fs-err v2.11.0 |
488 | 2025-02-23T12:46:35.601Z | Compiling terminal_size v0.4.0 |
489 | 2025-02-23T12:46:35.728Z | Compiling anstream v0.6.15 |
490 | 2025-02-23T12:46:35.956Z | Compiling heck v0.4.1 |
491 | 2025-02-23T12:46:35.980Z | Compiling heck v0.5.0 |
492 | 2025-02-23T12:46:35.983Z | Compiling strsim v0.11.1 |
493 | 2025-02-23T12:46:36.140Z | Compiling fnv v1.0.7 |
494 | 2025-02-23T12:46:36.292Z | Compiling cfg-if v1.0.0 |
495 | 2025-02-23T12:46:36.334Z | Compiling clap_lex v0.7.4 |
496 | 2025-02-23T12:46:36.357Z | Compiling bytecount v0.6.8 |
497 | 2025-02-23T12:46:36.465Z | Compiling anyhow v1.0.96 |
498 | 2025-02-23T12:46:36.571Z | Compiling fastrand v2.1.1 |
499 | 2025-02-23T12:46:36.760Z | Compiling clap_builder v4.5.30 |
500 | 2025-02-23T12:46:36.783Z | Compiling papergrid v0.11.0 |
501 | 2025-02-23T12:46:37.155Z | Compiling tempfile v3.13.0 |
502 | 2025-02-23T12:46:37.491Z | Compiling memmap v0.7.0 |
503 | 2025-02-23T12:46:37.513Z | Compiling smawk v0.3.2 |
504 | 2025-02-23T12:46:37.750Z | Compiling unicode-linebreak v0.1.5 |
505 | 2025-02-23T12:46:38.073Z | Compiling swrite v0.1.0 |
506 | 2025-02-23T12:46:38.208Z | Compiling textwrap v0.16.1 |
507 | 2025-02-23T12:46:38.746Z | Compiling tabled_derive v0.7.0 |
508 | 2025-02-23T12:46:39.970Z | Compiling tabled v0.15.0 |
509 | 2025-02-23T12:46:40.541Z | Compiling serde_derive v1.0.218 |
510 | 2025-02-23T12:46:40.543Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-23T12:46:40.671Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-02-23T12:46:40.693Z | Compiling scroll_derive v0.12.0 |
513 | 2025-02-23T12:46:40.987Z | Compiling clap_derive v4.5.28 |
514 | 2025-02-23T12:46:42.037Z | Compiling scroll v0.12.0 |
515 | 2025-02-23T12:46:42.471Z | Compiling goblin v0.8.2 |
516 | 2025-02-23T12:46:42.496Z | Compiling zerocopy v0.7.35 |
517 | 2025-02-23T12:46:43.035Z | Compiling pest v2.7.14 |
518 | 2025-02-23T12:46:44.174Z | Compiling clap v4.5.30 |
519 | 2025-02-23T12:46:45.232Z | Compiling pest_meta v2.7.14 |
520 | 2025-02-23T12:46:46.091Z | Compiling pest_generator v2.7.14 |
521 | 2025-02-23T12:46:47.411Z | Compiling pest_derive v2.7.14 |
522 | 2025-02-23T12:46:48.072Z | Compiling dtrace-parser v0.2.0 |
523 | 2025-02-23T12:46:49.002Z | Compiling serde_tokenstream v0.2.2 |
524 | 2025-02-23T12:46:49.118Z | Compiling serde_spanned v0.6.8 |
525 | 2025-02-23T12:46:49.121Z | Compiling toml_datetime v0.6.8 |
526 | 2025-02-23T12:46:49.210Z | Compiling cargo-platform v0.1.8 |
527 | 2025-02-23T12:46:49.396Z | Compiling macaddr v1.0.1 |
528 | 2025-02-23T12:46:49.478Z | Compiling toml_edit v0.22.22 |
529 | 2025-02-23T12:46:49.710Z | Compiling camino-tempfile v1.1.1 |
530 | 2025-02-23T12:46:50.375Z | Compiling dof v0.3.0 |
531 | 2025-02-23T12:46:50.573Z | Compiling cargo_metadata v0.18.1 |
532 | 2025-02-23T12:46:51.706Z | Compiling usdt-attr-macro v0.5.0 |
533 | 2025-02-23T12:46:51.706Z | Compiling usdt-macro v0.5.0 |
534 | 2025-02-23T12:46:52.197Z | Compiling toml v0.8.19 |
535 | 2025-02-23T12:46:52.796Z | Compiling usdt v0.5.0 |
536 | 2025-02-23T12:46:52.975Z | Compiling cargo_toml v0.20.5 |
537 | 2025-02-23T12:46:55.537Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
538 | 2025-02-23T12:46:58.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.34s |
539 | 2025-02-23T12:46:58.886Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
540 | 2025-02-23T12:46:59.402Z | Downloading crates ... |
541 | 2025-02-23T12:46:59.508Z | Downloaded addr2line v0.24.2 |
542 | 2025-02-23T12:46:59.512Z | Downloaded async-stream-impl v0.3.6 |
543 | 2025-02-23T12:46:59.520Z | Downloaded async-bb8-diesel v0.2.1 |
544 | 2025-02-23T12:46:59.542Z | Downloaded atty v0.2.14 |
545 | 2025-02-23T12:46:59.542Z | Downloaded atomicwrites v0.4.4 |
546 | 2025-02-23T12:46:59.547Z | Downloaded cfg_aliases v0.2.1 |
547 | 2025-02-23T12:46:59.547Z | Downloaded cfg_aliases v0.1.1 |
548 | 2025-02-23T12:46:59.547Z | Downloaded hostname v0.3.1 |
549 | 2025-02-23T12:46:59.547Z | Downloaded http-body v1.0.1 |
550 | 2025-02-23T12:46:59.547Z | Downloaded ciborium-io v0.2.2 |
551 | 2025-02-23T12:46:59.551Z | Downloaded hostname v0.4.0 |
552 | 2025-02-23T12:46:59.551Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-02-23T12:46:59.551Z | Downloaded curve25519-dalek-derive v0.1.1 |
554 | 2025-02-23T12:46:59.551Z | Downloaded crunchy v0.2.2 |
555 | 2025-02-23T12:46:59.554Z | Downloaded crucible-workspace-hack v0.1.0 |
556 | 2025-02-23T12:46:59.557Z | Downloaded http v1.2.0 |
557 | 2025-02-23T12:46:59.561Z | Downloaded icu_locid_transform_data v1.5.0 |
558 | 2025-02-23T12:46:59.563Z | Downloaded httparse v1.9.5 |
559 | 2025-02-23T12:46:59.566Z | Downloaded icu_provider v1.5.0 |
560 | 2025-02-23T12:46:59.570Z | Downloaded cipher v0.4.4 |
561 | 2025-02-23T12:46:59.573Z | Downloaded async-recursion v1.1.1 |
562 | 2025-02-23T12:46:59.576Z | Downloaded icu_properties v1.5.1 |
563 | 2025-02-23T12:46:59.580Z | Downloaded hubpack v0.1.2 |
564 | 2025-02-23T12:46:59.583Z | Downloaded buf-list v1.0.3 |
565 | 2025-02-23T12:46:59.586Z | Downloaded icu_normalizer v1.5.0 |
566 | 2025-02-23T12:46:59.588Z | Downloaded ciborium-ll v0.2.2 |
567 | 2025-02-23T12:46:59.592Z | Downloaded base16ct v0.2.0 |
568 | 2025-02-23T12:46:59.596Z | Downloaded blowfish v0.9.1 |
569 | 2025-02-23T12:46:59.596Z | Downloaded bcrypt-pbkdf v0.10.0 |
570 | 2025-02-23T12:46:59.601Z | Downloaded array-init v0.0.4 |
571 | 2025-02-23T12:46:59.601Z | Downloaded cbc v0.1.2 |
572 | 2025-02-23T12:46:59.601Z | Downloaded icu_properties_data v1.5.0 |
573 | 2025-02-23T12:46:59.612Z | Downloaded lazy_static v1.5.0 |
574 | 2025-02-23T12:46:59.615Z | Downloaded crc-catalog v2.4.0 |
575 | 2025-02-23T12:46:59.617Z | Downloaded itertools v0.14.0 |
576 | 2025-02-23T12:46:59.624Z | Downloaded russh-cryptovec v0.7.3 |
577 | 2025-02-23T12:46:59.627Z | Downloaded psl-types v2.0.11 |
578 | 2025-02-23T12:46:59.627Z | Downloaded crc32fast v1.4.2 |
579 | 2025-02-23T12:46:59.631Z | Downloaded cookie_store v0.21.1 |
580 | 2025-02-23T12:46:59.634Z | Downloaded ident_case v1.0.1 |
581 | 2025-02-23T12:46:59.634Z | Downloaded chrono-tz-build v0.4.0 |
582 | 2025-02-23T12:46:59.638Z | Downloaded ciborium v0.2.2 |
583 | 2025-02-23T12:46:59.638Z | Downloaded bcs v0.1.6 |
584 | 2025-02-23T12:46:59.641Z | Downloaded is_ci v1.2.0 |
585 | 2025-02-23T12:46:59.644Z | Downloaded instant v0.1.13 |
586 | 2025-02-23T12:46:59.644Z | Downloaded console v0.15.10 |
587 | 2025-02-23T12:46:59.647Z | Downloaded backoff v0.4.0 |
588 | 2025-02-23T12:46:59.653Z | Downloaded mirai-annotations v1.12.0 |
589 | 2025-02-23T12:46:59.653Z | Downloaded keccak v0.1.5 |
590 | 2025-02-23T12:46:59.653Z | Downloaded ipnetwork v0.21.1 |
591 | 2025-02-23T12:46:59.656Z | Downloaded ahash v0.8.11 |
592 | 2025-02-23T12:46:59.659Z | Downloaded lru-cache v0.1.2 |
593 | 2025-02-23T12:46:59.659Z | Downloaded kstat-rs v0.2.4 |
594 | 2025-02-23T12:46:59.662Z | Downloaded indent_write v2.2.0 |
595 | 2025-02-23T12:46:59.662Z | Downloaded hex v0.4.3 |
596 | 2025-02-23T12:46:59.665Z | Downloaded cancel-safe-futures v0.1.5 |
597 | 2025-02-23T12:46:59.668Z | Downloaded base64ct v1.6.0 |
598 | 2025-02-23T12:46:59.671Z | Downloaded rand_xorshift v0.3.0 |
599 | 2025-02-23T12:46:59.674Z | Downloaded hubpack_derive v0.1.1 |
600 | 2025-02-23T12:46:59.674Z | Downloaded linear-map v1.2.0 |
601 | 2025-02-23T12:46:59.676Z | Downloaded tower-service v0.3.3 |
602 | 2025-02-23T12:46:59.676Z | Downloaded lru v0.12.5 |
603 | 2025-02-23T12:46:59.679Z | Downloaded is-terminal v0.4.13 |
604 | 2025-02-23T12:46:59.679Z | Downloaded internet-checksum v0.2.1 |
605 | 2025-02-23T12:46:59.681Z | Downloaded inout v0.1.3 |
606 | 2025-02-23T12:46:59.681Z | Downloaded indoc v2.0.5 |
607 | 2025-02-23T12:46:59.685Z | Downloaded libsw v3.3.1 |
608 | 2025-02-23T12:46:59.687Z | Downloaded humantime v2.1.0 |
609 | 2025-02-23T12:46:59.688Z | Downloaded hyper-tls v0.6.0 |
610 | 2025-02-23T12:46:59.690Z | Downloaded crossbeam-utils v0.8.20 |
611 | 2025-02-23T12:46:59.693Z | Downloaded ipnet v2.10.1 |
612 | 2025-02-23T12:46:59.696Z | Downloaded crc-any v2.5.0 |
613 | 2025-02-23T12:46:59.699Z | Downloaded write16 v1.0.0 |
614 | 2025-02-23T12:46:59.699Z | Downloaded newline-converter v0.3.0 |
615 | 2025-02-23T12:46:59.701Z | Downloaded new_debug_unreachable v1.0.6 |
616 | 2025-02-23T12:46:59.702Z | Downloaded match_cfg v0.1.0 |
617 | 2025-02-23T12:46:59.704Z | Downloaded shell-words v1.1.0 |
618 | 2025-02-23T12:46:59.704Z | Downloaded const-oid v0.9.6 |
619 | 2025-02-23T12:46:59.707Z | Downloaded dsl_auto_type v0.1.2 |
620 | 2025-02-23T12:46:59.709Z | Downloaded newtype_derive v0.1.6 |
621 | 2025-02-23T12:46:59.709Z | Downloaded rpassword v7.3.1 |
622 | 2025-02-23T12:46:59.712Z | Downloaded smallvec v0.6.14 |
623 | 2025-02-23T12:46:59.715Z | Downloaded stringprep v0.1.5 |
624 | 2025-02-23T12:46:59.715Z | Downloaded string_cache v0.8.7 |
625 | 2025-02-23T12:46:59.717Z | Downloaded ssh-encoding v0.2.0 |
626 | 2025-02-23T12:46:59.720Z | Downloaded lockfree-object-pool v0.1.6 |
627 | 2025-02-23T12:46:59.722Z | Downloaded linked-hash-map v0.5.6 |
628 | 2025-02-23T12:46:59.722Z | Downloaded libloading v0.8.5 |
629 | 2025-02-23T12:46:59.725Z | Downloaded tracing-attributes v0.1.27 |
630 | 2025-02-23T12:46:59.727Z | Downloaded foreign-types v0.5.0 |
631 | 2025-02-23T12:46:59.730Z | Downloaded foreign-types v0.3.2 |
632 | 2025-02-23T12:46:59.730Z | Downloaded yoke-derive v0.7.4 |
633 | 2025-02-23T12:46:59.732Z | Downloaded strum v0.26.3 |
634 | 2025-02-23T12:46:59.733Z | Downloaded tokio-macros v2.5.0 |
635 | 2025-02-23T12:46:59.735Z | Downloaded nanorand v0.7.0 |
636 | 2025-02-23T12:46:59.737Z | Downloaded md-5 v0.10.6 |
637 | 2025-02-23T12:46:59.740Z | Downloaded unicase v2.7.0 |
638 | 2025-02-23T12:46:59.743Z | Downloaded libefi-sys v0.1.0 |
639 | 2025-02-23T12:46:59.743Z | Downloaded lock_api v0.4.12 |
640 | 2025-02-23T12:46:59.745Z | Downloaded itertools v0.10.5 |
641 | 2025-02-23T12:46:59.750Z | Downloaded bytes v1.9.0 |
642 | 2025-02-23T12:46:59.756Z | Downloaded number_prefix v0.4.0 |
643 | 2025-02-23T12:46:59.761Z | Downloaded packed_struct_codegen v0.10.1 |
644 | 2025-02-23T12:46:59.761Z | Downloaded utf8_iter v1.0.4 |
645 | 2025-02-23T12:46:59.761Z | Downloaded sha1 v0.10.6 |
646 | 2025-02-23T12:46:59.763Z | Downloaded newtype-uuid v1.2.1 |
647 | 2025-02-23T12:46:59.763Z | Downloaded wyz v0.5.1 |
648 | 2025-02-23T12:46:59.763Z | Downloaded writeable v0.5.5 |
649 | 2025-02-23T12:46:59.766Z | Downloaded maybe-uninit v2.0.0 |
650 | 2025-02-23T12:46:59.768Z | Downloaded nibble_vec v0.1.0 |
651 | 2025-02-23T12:46:59.768Z | Downloaded fallible-streaming-iterator v0.1.9 |
652 | 2025-02-23T12:46:59.770Z | Downloaded jobserver v0.1.32 |
653 | 2025-02-23T12:46:59.775Z | Downloaded hyper-staticfile v0.10.1 |
654 | 2025-02-23T12:46:59.775Z | Downloaded dunce v1.0.5 |
655 | 2025-02-23T12:46:59.777Z | Downloaded deranged v0.3.11 |
656 | 2025-02-23T12:46:59.777Z | Downloaded salsa20 v0.10.2 |
657 | 2025-02-23T12:46:59.780Z | Downloaded thiserror-impl v2.0.11 |
658 | 2025-02-23T12:46:59.780Z | Downloaded structmeta-derive v0.3.0 |
659 | 2025-02-23T12:46:59.782Z | Downloaded structmeta v0.3.0 |
660 | 2025-02-23T12:46:59.782Z | Downloaded foldhash v0.1.3 |
661 | 2025-02-23T12:46:59.785Z | Downloaded termtree v0.5.1 |
662 | 2025-02-23T12:46:59.788Z | Downloaded futures-io v0.3.31 |
663 | 2025-02-23T12:46:59.788Z | Downloaded futures-executor v0.3.31 |
664 | 2025-02-23T12:46:59.788Z | Downloaded strip-ansi-escapes v0.2.0 |
665 | 2025-02-23T12:46:59.796Z | Downloaded tokio-rustls v0.26.0 |
666 | 2025-02-23T12:46:59.798Z | Downloaded tokio-stream v0.1.16 |
667 | 2025-02-23T12:46:59.798Z | Downloaded num-derive v0.4.2 |
668 | 2025-02-23T12:46:59.798Z | Downloaded backtrace v0.3.74 |
669 | 2025-02-23T12:46:59.803Z | Downloaded headers v0.4.0 |
670 | 2025-02-23T12:46:59.809Z | Downloaded native-tls v0.2.12 |
671 | 2025-02-23T12:46:59.812Z | Downloaded tower-layer v0.3.3 |
672 | 2025-02-23T12:46:59.815Z | Downloaded try-lock v0.2.5 |
673 | 2025-02-23T12:46:59.815Z | Downloaded sqlparser_derive v0.2.2 |
674 | 2025-02-23T12:46:59.818Z | Downloaded tinyvec_macros v0.1.1 |
675 | 2025-02-23T12:46:59.818Z | Downloaded num_enum_derive v0.5.11 |
676 | 2025-02-23T12:46:59.818Z | Downloaded want v0.3.1 |
677 | 2025-02-23T12:46:59.818Z | Downloaded der_derive v0.7.3 |
678 | 2025-02-23T12:46:59.821Z | Downloaded num_enum v0.5.11 |
679 | 2025-02-23T12:46:59.824Z | Downloaded rtoolbox v0.0.2 |
680 | 2025-02-23T12:46:59.828Z | Downloaded phf_codegen v0.11.2 |
681 | 2025-02-23T12:46:59.831Z | Downloaded packed_struct v0.10.1 |
682 | 2025-02-23T12:46:59.831Z | Downloaded mime_guess v2.0.5 |
683 | 2025-02-23T12:46:59.834Z | Downloaded slog-term v2.9.1 |
684 | 2025-02-23T12:46:59.836Z | Downloaded crypto-bigint v0.5.5 |
685 | 2025-02-23T12:46:59.841Z | Downloaded displaydoc v0.2.5 |
686 | 2025-02-23T12:46:59.844Z | Downloaded difflib v0.4.0 |
687 | 2025-02-23T12:46:59.847Z | Downloaded foreign-types-shared v0.3.1 |
688 | 2025-02-23T12:46:59.850Z | Downloaded num-conv v0.1.0 |
689 | 2025-02-23T12:46:59.850Z | Downloaded serde_repr v0.1.19 |
690 | 2025-02-23T12:46:59.850Z | Downloaded serde_plain v1.0.2 |
691 | 2025-02-23T12:46:59.853Z | Downloaded rustls-pemfile v1.0.4 |
692 | 2025-02-23T12:46:59.855Z | Downloaded tap v1.0.1 |
693 | 2025-02-23T12:46:59.856Z | Downloaded globset v0.4.15 |
694 | 2025-02-23T12:46:59.858Z | Downloaded mockall_derive v0.13.1 |
695 | 2025-02-23T12:46:59.861Z | Downloaded normalize-line-endings v0.3.0 |
696 | 2025-02-23T12:46:59.861Z | Downloaded crossbeam-channel v0.5.13 |
697 | 2025-02-23T12:46:59.865Z | Downloaded signature v2.2.0 |
698 | 2025-02-23T12:46:59.867Z | Downloaded tinystr v0.7.6 |
699 | 2025-02-23T12:46:59.871Z | Downloaded progenitor-client v0.8.0 |
700 | 2025-02-23T12:46:59.873Z | Downloaded tls_codec v0.4.1 |
701 | 2025-02-23T12:46:59.873Z | Downloaded ssh-cipher v0.2.0 |
702 | 2025-02-23T12:46:59.876Z | Downloaded password-hash v0.5.0 |
703 | 2025-02-23T12:46:59.876Z | Downloaded derive_builder v0.20.2 |
704 | 2025-02-23T12:46:59.881Z | Downloaded peg-runtime v0.8.3 |
705 | 2025-02-23T12:46:59.884Z | Downloaded utf16_iter v1.0.5 |
706 | 2025-02-23T12:46:59.884Z | Downloaded pkcs8 v0.10.2 |
707 | 2025-02-23T12:46:59.887Z | Downloaded phf v0.11.2 |
708 | 2025-02-23T12:46:59.889Z | Downloaded pkg-config v0.3.31 |
709 | 2025-02-23T12:46:59.891Z | Downloaded daft v0.1.1 |
710 | 2025-02-23T12:46:59.891Z | Downloaded postcard v1.0.10 |
711 | 2025-02-23T12:46:59.894Z | Downloaded which v4.4.2 |
712 | 2025-02-23T12:46:59.897Z | Downloaded poly1305 v0.8.0 |
713 | 2025-02-23T12:46:59.900Z | Downloaded scopeguard v1.2.0 |
714 | 2025-02-23T12:46:59.903Z | Downloaded value-bag v1.9.0 |
715 | 2025-02-23T12:46:59.906Z | Downloaded num-iter v0.1.45 |
716 | 2025-02-23T12:46:59.906Z | Downloaded hash32 v0.3.1 |
717 | 2025-02-23T12:46:59.906Z | Downloaded hash32 v0.2.1 |
718 | 2025-02-23T12:46:59.909Z | Downloaded num-integer v0.1.46 |
719 | 2025-02-23T12:46:59.911Z | Downloaded term v0.7.0 |
720 | 2025-02-23T12:46:59.914Z | Downloaded unicode-bidi v0.3.17 |
721 | 2025-02-23T12:46:59.917Z | Downloaded vte_generate_state_changes v0.1.2 |
722 | 2025-02-23T12:46:59.920Z | Downloaded progenitor v0.9.1 |
723 | 2025-02-23T12:46:59.921Z | Downloaded arc-swap v1.7.1 |
724 | 2025-02-23T12:46:59.935Z | Downloaded fxhash v0.2.1 |
725 | 2025-02-23T12:46:59.937Z | Downloaded hyper-util v0.1.10 |
726 | 2025-02-23T12:46:59.940Z | Downloaded rustc_version v0.4.1 |
727 | 2025-02-23T12:46:59.944Z | Downloaded rustc_version v0.1.7 |
728 | 2025-02-23T12:46:59.944Z | Downloaded ref-cast-impl v1.0.23 |
729 | 2025-02-23T12:46:59.944Z | Downloaded float-cmp v0.10.0 |
730 | 2025-02-23T12:46:59.946Z | Downloaded darling_macro v0.20.10 |
731 | 2025-02-23T12:46:59.946Z | Downloaded defmt-parser v0.3.4 |
732 | 2025-02-23T12:46:59.946Z | Downloaded sqlformat v0.2.6 |
733 | 2025-02-23T12:46:59.949Z | Downloaded progenitor-client v0.9.1 |
734 | 2025-02-23T12:46:59.949Z | Downloaded strum_macros v0.25.3 |
735 | 2025-02-23T12:46:59.952Z | Downloaded aes v0.8.4 |
736 | 2025-02-23T12:46:59.955Z | Downloaded serde-big-array v0.5.1 |
737 | 2025-02-23T12:46:59.958Z | Downloaded pem v3.0.4 |
738 | 2025-02-23T12:46:59.960Z | Downloaded paste v1.0.15 |
739 | 2025-02-23T12:46:59.963Z | Downloaded sigpipe v0.1.3 |
740 | 2025-02-23T12:46:59.965Z | Downloaded toolchain_find v0.4.0 |
741 | 2025-02-23T12:46:59.965Z | Downloaded percent-encoding v2.3.1 |
742 | 2025-02-23T12:46:59.965Z | Downloaded pem-rfc7468 v0.7.0 |
743 | 2025-02-23T12:46:59.978Z | Downloaded tinyvec v1.8.0 |
744 | 2025-02-23T12:46:59.978Z | Downloaded zerovec-derive v0.10.3 |
745 | 2025-02-23T12:46:59.978Z | Downloaded icu_collections v1.5.0 |
746 | 2025-02-23T12:46:59.980Z | Downloaded downcast v0.11.0 |
747 | 2025-02-23T12:46:59.980Z | Downloaded pretty-hex v0.2.1 |
748 | 2025-02-23T12:46:59.982Z | Downloaded filetime v0.2.25 |
749 | 2025-02-23T12:46:59.983Z | Downloaded num v0.4.3 |
750 | 2025-02-23T12:46:59.985Z | Downloaded ron v0.8.1 |
751 | 2025-02-23T12:46:59.990Z | Downloaded hickory-server v0.24.3 |
752 | 2025-02-23T12:46:59.996Z | Downloaded tiny-keccak v2.0.2 |
753 | 2025-02-23T12:46:59.998Z | Downloaded strum_macros v0.26.4 |
754 | 2025-02-23T12:47:00.001Z | Downloaded num-rational v0.4.2 |
755 | 2025-02-23T12:47:00.003Z | Downloaded ppv-lite86 v0.2.20 |
756 | 2025-02-23T12:47:00.006Z | Downloaded ref-cast v1.0.23 |
757 | 2025-02-23T12:47:00.009Z | Downloaded progenitor v0.8.0 |
758 | 2025-02-23T12:47:00.009Z | Downloaded libm v0.2.8 |
759 | 2025-02-23T12:47:00.017Z | Downloaded path-slash v0.1.5 |
760 | 2025-02-23T12:47:00.019Z | Downloaded oso-derive v0.27.3 |
761 | 2025-02-23T12:47:00.019Z | Downloaded slab v0.4.9 |
762 | 2025-02-23T12:47:00.022Z | Downloaded semver v0.1.20 |
763 | 2025-02-23T12:47:00.024Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2025-02-23T12:47:00.024Z | Downloaded fixedbitset v0.4.2 |
765 | 2025-02-23T12:47:00.024Z | Downloaded ena v0.14.3 |
766 | 2025-02-23T12:47:00.026Z | Downloaded phf_shared v0.10.0 |
767 | 2025-02-23T12:47:00.029Z | Downloaded typify v0.2.0 |
768 | 2025-02-23T12:47:00.031Z | Downloaded group v0.13.0 |
769 | 2025-02-23T12:47:00.033Z | Downloaded ghash v0.5.1 |
770 | 2025-02-23T12:47:00.033Z | Downloaded nu-ansi-term v0.50.1 |
771 | 2025-02-23T12:47:00.036Z | Downloaded tracing-core v0.1.32 |
772 | 2025-02-23T12:47:00.039Z | Downloaded document-features v0.2.10 |
773 | 2025-02-23T12:47:00.041Z | Downloaded num-complex v0.4.6 |
774 | 2025-02-23T12:47:00.044Z | Downloaded similar v2.6.0 |
775 | 2025-02-23T12:47:00.047Z | Downloaded rustls-pemfile v2.2.0 |
776 | 2025-02-23T12:47:00.050Z | Downloaded gethostname v0.5.0 |
777 | 2025-02-23T12:47:00.052Z | Downloaded flagset v0.4.6 |
778 | 2025-02-23T12:47:00.055Z | Downloaded peg-macros v0.8.4 |
779 | 2025-02-23T12:47:00.055Z | Downloaded untrusted v0.7.1 |
780 | 2025-02-23T12:47:00.057Z | Downloaded time-core v0.1.2 |
781 | 2025-02-23T12:47:00.057Z | Downloaded ecdsa v0.16.9 |
782 | 2025-02-23T12:47:00.060Z | Downloaded russh v0.45.0 |
783 | 2025-02-23T12:47:00.065Z | Downloaded hex-literal v0.4.1 |
784 | 2025-02-23T12:47:00.067Z | Downloaded heck v0.3.3 |
785 | 2025-02-23T12:47:00.067Z | Downloaded aes-gcm v0.10.3 |
786 | 2025-02-23T12:47:00.071Z | Downloaded foreign-types-shared v0.1.1 |
787 | 2025-02-23T12:47:00.074Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2025-02-23T12:47:00.074Z | Downloaded unarray v0.1.4 |
789 | 2025-02-23T12:47:00.076Z | Downloaded tar v0.4.42 |
790 | 2025-02-23T12:47:00.079Z | Downloaded typify v0.3.0 |
791 | 2025-02-23T12:47:00.082Z | Downloaded hickory-resolver v0.24.3 |
792 | 2025-02-23T12:47:00.086Z | Downloaded phf_generator v0.11.2 |
793 | 2025-02-23T12:47:00.089Z | Downloaded vte v0.11.1 |
794 | 2025-02-23T12:47:00.092Z | Downloaded tabwriter v1.4.0 |
795 | 2025-02-23T12:47:00.094Z | Downloaded zone v0.3.0 |
796 | 2025-02-23T12:47:00.094Z | Downloaded zone v0.1.8 |
797 | 2025-02-23T12:47:00.094Z | Downloaded typify-macro v0.3.0 |
798 | 2025-02-23T12:47:00.097Z | Downloaded typify-macro v0.2.0 |
799 | 2025-02-23T12:47:00.097Z | Downloaded data-encoding v2.6.0 |
800 | 2025-02-23T12:47:00.099Z | Downloaded tabled_derive v0.10.0 |
801 | 2025-02-23T12:47:00.099Z | Downloaded tungstenite v0.21.0 |
802 | 2025-02-23T12:47:00.102Z | Downloaded zopfli v0.8.1 |
803 | 2025-02-23T12:47:00.105Z | Downloaded stable_deref_trait v1.2.0 |
804 | 2025-02-23T12:47:00.108Z | Downloaded serde_urlencoded v0.7.1 |
805 | 2025-02-23T12:47:00.110Z | Downloaded minimal-lexical v0.2.1 |
806 | 2025-02-23T12:47:00.113Z | Downloaded untrusted v0.9.0 |
807 | 2025-02-23T12:47:00.115Z | Downloaded rustls-pki-types v1.10.0 |
808 | 2025-02-23T12:47:00.118Z | Downloaded parse-size v1.1.0 |
809 | 2025-02-23T12:47:00.120Z | Downloaded progenitor-impl v0.8.0 |
810 | 2025-02-23T12:47:00.123Z | Downloaded serde_path_to_error v0.1.16 |
811 | 2025-02-23T12:47:00.123Z | Downloaded either v1.13.0 |
812 | 2025-02-23T12:47:00.125Z | Downloaded pin-utils v0.1.0 |
813 | 2025-02-23T12:47:00.127Z | Downloaded endian-type v0.1.2 |
814 | 2025-02-23T12:47:00.128Z | Downloaded diesel-dtrace v0.4.2 |
815 | 2025-02-23T12:47:00.130Z | Downloaded pbkdf2 v0.12.2 |
816 | 2025-02-23T12:47:00.130Z | Downloaded olpc-cjson v0.1.4 |
817 | 2025-02-23T12:47:00.133Z | Downloaded home v0.5.9 |
818 | 2025-02-23T12:47:00.133Z | Downloaded slog v2.7.0 |
819 | 2025-02-23T12:47:00.136Z | Downloaded zerofrom v0.1.4 |
820 | 2025-02-23T12:47:00.138Z | Downloaded tokio-native-tls v0.3.1 |
821 | 2025-02-23T12:47:00.141Z | Downloaded subprocess v0.2.9 |
822 | 2025-02-23T12:47:00.143Z | Downloaded quinn v0.11.5 |
823 | 2025-02-23T12:47:00.146Z | Downloaded utf-8 v0.7.6 |
824 | 2025-02-23T12:47:00.148Z | Downloaded rustversion v1.0.17 |
825 | 2025-02-23T12:47:00.150Z | Downloaded rfc6979 v0.4.0 |
826 | 2025-02-23T12:47:00.150Z | Downloaded serde_with_macros v3.11.0 |
827 | 2025-02-23T12:47:00.153Z | Downloaded zip v2.1.3 |
828 | 2025-02-23T12:47:00.157Z | Downloaded rsa v0.9.6 |
829 | 2025-02-23T12:47:00.163Z | Downloaded tokio-tungstenite v0.24.0 |
830 | 2025-02-23T12:47:00.165Z | Downloaded spki v0.7.3 |
831 | 2025-02-23T12:47:00.167Z | Downloaded embedded-io v0.4.0 |
832 | 2025-02-23T12:47:00.170Z | Downloaded p256 v0.13.2 |
833 | 2025-02-23T12:47:00.173Z | Downloaded libxml v0.3.3 |
834 | 2025-02-23T12:47:00.179Z | Downloaded predicates v3.1.3 |
835 | 2025-02-23T12:47:00.182Z | Downloaded precomputed-hash v0.1.1 |
836 | 2025-02-23T12:47:00.185Z | Downloaded predicates-core v1.0.8 |
837 | 2025-02-23T12:47:00.185Z | Downloaded des v0.8.1 |
838 | 2025-02-23T12:47:00.188Z | Downloaded parse-display v0.10.0 |
839 | 2025-02-23T12:47:00.188Z | Downloaded pin-project-lite v0.2.14 |
840 | 2025-02-23T12:47:00.193Z | Downloaded rand_seeder v0.3.0 |
841 | 2025-02-23T12:47:00.196Z | Downloaded itertools v0.12.1 |
842 | 2025-02-23T12:47:00.201Z | Downloaded itertools v0.13.0 |
843 | 2025-02-23T12:47:00.209Z | Downloaded zeroize v1.8.1 |
844 | 2025-02-23T12:47:00.211Z | Downloaded unicode-xid v0.2.6 |
845 | 2025-02-23T12:47:00.214Z | Downloaded zerofrom-derive v0.1.4 |
846 | 2025-02-23T12:47:00.214Z | Downloaded zip v0.6.6 |
847 | 2025-02-23T12:47:00.217Z | Downloaded parking_lot v0.12.3 |
848 | 2025-02-23T12:47:00.220Z | Downloaded topological-sort v0.2.2 |
849 | 2025-02-23T12:47:00.223Z | Downloaded idna v1.0.3 |
850 | 2025-02-23T12:47:00.226Z | Downloaded tokio-rustls v0.25.0 |
851 | 2025-02-23T12:47:00.229Z | Downloaded take_mut v0.2.2 |
852 | 2025-02-23T12:47:00.231Z | Downloaded zerocopy v0.6.6 |
853 | 2025-02-23T12:47:00.234Z | Downloaded tokio-rustls v0.24.1 |
854 | 2025-02-23T12:47:00.236Z | Downloaded aws-lc-rs v1.10.0 |
855 | 2025-02-23T12:47:00.243Z | Downloaded sec1 v0.7.3 |
856 | 2025-02-23T12:47:00.246Z | Downloaded waitgroup v0.1.2 |
857 | 2025-02-23T12:47:00.248Z | Downloaded toml_edit v0.19.15 |
858 | 2025-02-23T12:47:00.263Z | Downloaded sync_wrapper v1.0.1 |
859 | 2025-02-23T12:47:00.265Z | Downloaded sync-ptr v0.1.1 |
860 | 2025-02-23T12:47:00.265Z | Downloaded signal-hook-tokio v0.3.1 |
861 | 2025-02-23T12:47:00.268Z | Downloaded zone_cfg_derive v0.3.0 |
862 | 2025-02-23T12:47:00.268Z | Downloaded wait-timeout v0.2.0 |
863 | 2025-02-23T12:47:00.268Z | Downloaded float-ord v0.3.2 |
864 | 2025-02-23T12:47:00.270Z | Downloaded ff v0.13.0 |
865 | 2025-02-23T12:47:00.273Z | Downloaded primeorder v0.13.6 |
866 | 2025-02-23T12:47:00.273Z | Downloaded futures-core v0.3.31 |
867 | 2025-02-23T12:47:00.275Z | Downloaded universal-hash v0.5.1 |
868 | 2025-02-23T12:47:00.275Z | Downloaded aho-corasick v1.1.3 |
869 | 2025-02-23T12:47:00.280Z | Downloaded num-bigint v0.4.6 |
870 | 2025-02-23T12:47:00.285Z | Downloaded fd-lock v4.0.2 |
871 | 2025-02-23T12:47:00.288Z | Downloaded snafu-derive v0.8.5 |
872 | 2025-02-23T12:47:00.291Z | Downloaded zerocopy-derive v0.8.10 |
873 | 2025-02-23T12:47:00.295Z | Downloaded openssl-probe v0.1.5 |
874 | 2025-02-23T12:47:00.298Z | Downloaded elliptic-curve v0.13.8 |
875 | 2025-02-23T12:47:00.300Z | Downloaded openssl-macros v0.1.1 |
876 | 2025-02-23T12:47:00.303Z | Downloaded nodrop v0.1.14 |
877 | 2025-02-23T12:47:00.303Z | Downloaded predicates-tree v1.0.11 |
878 | 2025-02-23T12:47:00.305Z | Downloaded unsafe-libyaml v0.2.11 |
879 | 2025-02-23T12:47:00.308Z | Downloaded headers-core v0.3.0 |
880 | 2025-02-23T12:47:00.308Z | Downloaded reedline v0.35.0 |
881 | 2025-02-23T12:47:00.315Z | Downloaded progenitor-macro v0.8.0 |
882 | 2025-02-23T12:47:00.318Z | Downloaded hyper v1.5.2 |
883 | 2025-02-23T12:47:00.323Z | Downloaded derive_builder_macro v0.20.2 |
884 | 2025-02-23T12:47:00.325Z | Downloaded diesel_table_macro_syntax v0.2.0 |
885 | 2025-02-23T12:47:00.325Z | Downloaded rand_chacha v0.3.1 |
886 | 2025-02-23T12:47:00.330Z | Downloaded quick-error v1.2.3 |
887 | 2025-02-23T12:47:00.330Z | Downloaded termcolor v1.4.1 |
888 | 2025-02-23T12:47:00.332Z | Downloaded synstructure v0.13.1 |
889 | 2025-02-23T12:47:00.332Z | Downloaded supports-color v3.0.1 |
890 | 2025-02-23T12:47:00.332Z | Downloaded zeroize_derive v1.4.2 |
891 | 2025-02-23T12:47:00.332Z | Downloaded thread_local v1.1.8 |
892 | 2025-02-23T12:47:00.341Z | Downloaded thiserror-no-std v2.0.2 |
893 | 2025-02-23T12:47:00.341Z | Downloaded reqwest v0.12.12 |
894 | 2025-02-23T12:47:00.346Z | Downloaded twox-hash v2.1.0 |
895 | 2025-02-23T12:47:00.348Z | Downloaded termtree v0.4.1 |
896 | 2025-02-23T12:47:00.351Z | Downloaded signal-hook-mio v0.2.4 |
897 | 2025-02-23T12:47:00.351Z | Downloaded hmac v0.12.1 |
898 | 2025-02-23T12:47:00.353Z | Downloaded proc-macro-error-attr2 v2.0.0 |
899 | 2025-02-23T12:47:00.354Z | Downloaded tokio-tungstenite v0.23.1 |
900 | 2025-02-23T12:47:00.357Z | Downloaded unicode-properties v0.1.3 |
901 | 2025-02-23T12:47:00.359Z | Downloaded hashlink v0.9.1 |
902 | 2025-02-23T12:47:00.361Z | Downloaded darling v0.20.10 |
903 | 2025-02-23T12:47:00.364Z | Downloaded futures-macro v0.3.31 |
904 | 2025-02-23T12:47:00.368Z | Downloaded russh-keys v0.45.0 |
905 | 2025-02-23T12:47:00.371Z | Downloaded proc-macro-crate v1.3.1 |
906 | 2025-02-23T12:47:00.371Z | Downloaded snafu v0.8.5 |
907 | 2025-02-23T12:47:00.376Z | Downloaded progenitor-macro v0.9.1 |
908 | 2025-02-23T12:47:00.380Z | Downloaded walkdir v2.5.0 |
909 | 2025-02-23T12:47:00.380Z | Downloaded resolv-conf v0.7.0 |
910 | 2025-02-23T12:47:00.382Z | Downloaded whoami v1.5.2 |
911 | 2025-02-23T12:47:00.383Z | Downloaded rand v0.8.5 |
912 | 2025-02-23T12:47:00.385Z | Downloaded futures-sink v0.3.31 |
913 | 2025-02-23T12:47:00.388Z | Downloaded papergrid v0.14.0 |
914 | 2025-02-23T12:47:00.391Z | Downloaded signal-hook-registry v1.4.2 |
915 | 2025-02-23T12:47:00.393Z | Downloaded vsss-rs v3.3.4 |
916 | 2025-02-23T12:47:00.396Z | Downloaded rand_core v0.6.4 |
917 | 2025-02-23T12:47:00.396Z | Downloaded darling_core v0.20.10 |
918 | 2025-02-23T12:47:00.400Z | Downloaded dirs-sys-next v0.1.2 |
919 | 2025-02-23T12:47:00.403Z | Downloaded vergen v8.3.2 |
920 | 2025-02-23T12:47:00.405Z | Downloaded futures v0.3.31 |
921 | 2025-02-23T12:47:00.411Z | Downloaded opaque-debug v0.3.1 |
922 | 2025-02-23T12:47:00.413Z | Downloaded omicron-zone-package v0.12.0 |
923 | 2025-02-23T12:47:00.413Z | Downloaded thiserror-impl-no-std v2.0.2 |
924 | 2025-02-23T12:47:00.416Z | Downloaded pkcs5 v0.7.1 |
925 | 2025-02-23T12:47:00.419Z | Downloaded owo-colors v4.1.0 |
926 | 2025-02-23T12:47:00.421Z | Downloaded bitvec v1.0.1 |
927 | 2025-02-23T12:47:00.436Z | Downloaded futures-channel v0.3.31 |
928 | 2025-02-23T12:47:00.438Z | Downloaded progenitor-impl v0.9.1 |
929 | 2025-02-23T12:47:00.441Z | Downloaded rayon-core v1.12.1 |
930 | 2025-02-23T12:47:00.444Z | Downloaded heapless v0.8.0 |
931 | 2025-02-23T12:47:00.447Z | Downloaded futures-task v0.3.31 |
932 | 2025-02-23T12:47:00.450Z | Downloaded samael v0.0.18 |
933 | 2025-02-23T12:47:00.454Z | Downloaded bindgen v0.71.1 |
934 | 2025-02-23T12:47:00.462Z | Downloaded rusqlite v0.32.1 |
935 | 2025-02-23T12:47:00.468Z | Downloaded tokio-postgres v0.7.12 |
936 | 2025-02-23T12:47:00.474Z | Downloaded ron v0.7.1 |
937 | 2025-02-23T12:47:00.479Z | Downloaded hashbrown v0.14.5 |
938 | 2025-02-23T12:47:00.484Z | Downloaded flate2 v1.0.35 |
939 | 2025-02-23T12:47:00.489Z | Downloaded derive_more v0.99.19 |
940 | 2025-02-23T12:47:00.494Z | Downloaded portable-atomic v1.9.0 |
941 | 2025-02-23T12:47:00.501Z | Downloaded prettyplease v0.2.29 |
942 | 2025-02-23T12:47:00.504Z | Downloaded flume v0.11.1 |
943 | 2025-02-23T12:47:00.508Z | Downloaded lalrpop v0.19.12 |
944 | 2025-02-23T12:47:00.519Z | Downloaded diff v0.1.13 |
945 | 2025-02-23T12:47:00.522Z | Downloaded expectorate v1.1.0 |
946 | 2025-02-23T12:47:00.524Z | Downloaded tokio-util v0.7.12 |
947 | 2025-02-23T12:47:00.531Z | Downloaded quick-xml v0.37.2 |
948 | 2025-02-23T12:47:00.537Z | Downloaded steno v0.4.1 |
949 | 2025-02-23T12:47:00.542Z | Downloaded rustyline v14.0.0 |
950 | 2025-02-23T12:47:00.546Z | Downloaded tough v0.19.0 |
951 | 2025-02-23T12:47:00.556Z | Downloaded serde_with v3.11.0 |
952 | 2025-02-23T12:47:00.563Z | Downloaded sqlparser v0.45.0 |
953 | 2025-02-23T12:47:00.568Z | Downloaded hkdf v0.12.4 |
954 | 2025-02-23T12:47:00.571Z | Downloaded git2 v0.19.0 |
955 | 2025-02-23T12:47:00.579Z | Downloaded gimli v0.31.1 |
956 | 2025-02-23T12:47:00.588Z | Downloaded qorb v0.2.1 |
957 | 2025-02-23T12:47:00.591Z | Downloaded typed-path v0.9.3 |
958 | 2025-02-23T12:47:00.597Z | Downloaded futures-util v0.3.31 |
959 | 2025-02-23T12:47:00.609Z | Downloaded rustls-webpki v0.101.7 |
960 | 2025-02-23T12:47:00.623Z | Downloaded regex v1.11.1 |
961 | 2025-02-23T12:47:00.636Z | Downloaded webpki-roots v0.26.6 |
962 | 2025-02-23T12:47:00.640Z | Downloaded chrono-tz v0.10.1 |
963 | 2025-02-23T12:47:00.647Z | Downloaded zerocopy v0.8.10 |
964 | 2025-02-23T12:47:00.671Z | Downloaded p521 v0.13.3 |
965 | 2025-02-23T12:47:00.675Z | Downloaded proptest v1.5.0 |
966 | 2025-02-23T12:47:00.685Z | Downloaded bstr v1.10.0 |
967 | 2025-02-23T12:47:00.695Z | Downloaded nom v7.1.3 |
968 | 2025-02-23T12:47:00.702Z | Downloaded dropshot v0.12.0 |
969 | 2025-02-23T12:47:00.720Z | Downloaded time v0.3.36 |
970 | 2025-02-23T12:47:00.727Z | Downloaded salty v0.3.0 |
971 | 2025-02-23T12:47:00.733Z | Downloaded vcpkg v0.2.15 |
972 | 2025-02-23T12:47:00.772Z | Downloaded rayon v1.10.0 |
973 | 2025-02-23T12:47:00.780Z | Downloaded petname v2.0.2 |
974 | 2025-02-23T12:47:00.788Z | Downloaded object v0.30.4 |
975 | 2025-02-23T12:47:00.795Z | Downloaded winnow v0.5.40 |
976 | 2025-02-23T12:47:00.804Z | Downloaded smoltcp v0.11.0 |
977 | 2025-02-23T12:47:00.819Z | Downloaded typify-impl v0.2.0 |
978 | 2025-02-23T12:47:00.833Z | Downloaded polar-core v0.27.3 |
979 | 2025-02-23T12:47:00.841Z | Downloaded nix v0.28.0 |
980 | 2025-02-23T12:47:00.852Z | Downloaded typify-impl v0.3.0 |
981 | 2025-02-23T12:47:00.868Z | Downloaded h2 v0.4.6 |
982 | 2025-02-23T12:47:00.875Z | Downloaded sled v0.34.7 |
983 | 2025-02-23T12:47:00.886Z | Downloaded nix v0.27.1 |
984 | 2025-02-23T12:47:00.895Z | Downloaded rustls v0.21.12 |
985 | 2025-02-23T12:47:00.906Z | Downloaded smoltcp v0.9.1 |
986 | 2025-02-23T12:47:00.916Z | Downloaded unicode-width v0.2.0 |
987 | 2025-02-23T12:47:00.922Z | Downloaded tabled v0.18.0 |
988 | 2025-02-23T12:47:00.939Z | Downloaded ratatui v0.29.0 |
989 | 2025-02-23T12:47:00.959Z | Downloaded p384 v0.13.0 |
990 | 2025-02-23T12:47:00.965Z | Downloaded zerocopy-derive v0.6.6 |
991 | 2025-02-23T12:47:00.980Z | Downloaded rustls v0.22.4 |
992 | 2025-02-23T12:47:00.988Z | Downloaded diesel v2.2.7 |
993 | 2025-02-23T12:47:01.006Z | Downloaded openssl v0.10.71 |
994 | 2025-02-23T12:47:01.015Z | Downloaded regex-syntax v0.6.29 |
995 | 2025-02-23T12:47:01.023Z | Downloaded nix v0.29.0 |
996 | 2025-02-23T12:47:01.034Z | Downloaded openapiv3 v2.0.0 |
997 | 2025-02-23T12:47:01.046Z | Downloaded hickory-proto v0.24.3 |
998 | 2025-02-23T12:47:01.061Z | Downloaded regex-syntax v0.8.5 |
999 | 2025-02-23T12:47:01.070Z | Downloaded regress v0.10.1 |
1000 | 2025-02-23T12:47:01.078Z | Downloaded rustls v0.23.19 |
1001 | 2025-02-23T12:47:01.092Z | Downloaded csv v1.3.1 |
1002 | 2025-02-23T12:47:01.109Z | Downloaded sha3 v0.10.8 |
1003 | 2025-02-23T12:47:01.114Z | Downloaded regress v0.9.1 |
1004 | 2025-02-23T12:47:01.122Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1005 | 2025-02-23T12:47:01.134Z | Downloaded object v0.36.5 |
1006 | 2025-02-23T12:47:01.146Z | Downloaded dropshot v0.15.1 |
1007 | 2025-02-23T12:47:01.167Z | Downloaded regex-automata v0.4.8 |
1008 | 2025-02-23T12:47:01.183Z | Downloaded curve25519-dalek v4.1.3 |
1009 | 2025-02-23T12:47:01.192Z | Downloaded radix_trie v0.2.1 |
1010 | 2025-02-23T12:47:01.197Z | Downloaded openssl-sys v0.9.106 |
1011 | 2025-02-23T12:47:01.202Z | Downloaded tower v0.5.2 |
1012 | 2025-02-23T12:47:01.210Z | Downloaded lzma-sys v0.1.20 |
1013 | 2025-02-23T12:47:01.239Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-02-23T12:47:01.259Z | Downloaded heapless v0.7.17 |
1015 | 2025-02-23T12:47:01.264Z | Downloaded petgraph v0.6.5 |
1016 | 2025-02-23T12:47:01.279Z | Downloaded tungstenite v0.24.0 |
1017 | 2025-02-23T12:47:01.282Z | Downloaded unicode_categories v0.1.1 |
1018 | 2025-02-23T12:47:01.285Z | Downloaded quinn-proto v0.11.8 |
1019 | 2025-02-23T12:47:01.291Z | Downloaded derive_builder_core v0.20.2 |
1020 | 2025-02-23T12:47:01.293Z | Downloaded daft-derive v0.1.1 |
1021 | 2025-02-23T12:47:01.296Z | Downloaded num-traits v0.2.19 |
1022 | 2025-02-23T12:47:01.298Z | Downloaded url v2.5.3 |
1023 | 2025-02-23T12:47:01.302Z | Downloaded chrono v0.4.39 |
1024 | 2025-02-23T12:47:01.308Z | Downloaded tokio v1.43.0 |
1025 | 2025-02-23T12:47:01.346Z | Downloaded pkcs1 v0.7.5 |
1026 | 2025-02-23T12:47:01.348Z | Downloaded half v2.4.1 |
1027 | 2025-02-23T12:47:01.351Z | Downloaded toml v0.7.8 |
1028 | 2025-02-23T12:47:01.354Z | Downloaded num-bigint-dig v0.8.4 |
1029 | 2025-02-23T12:47:01.358Z | Downloaded rustls-webpki v0.102.8 |
1030 | 2025-02-23T12:47:01.375Z | Downloaded diesel_derives v2.2.3 |
1031 | 2025-02-23T12:47:01.379Z | Downloaded zerovec v0.10.4 |
1032 | 2025-02-23T12:47:01.385Z | Downloaded der v0.7.9 |
1033 | 2025-02-23T12:47:01.390Z | Downloaded ssh-key v0.6.6 |
1034 | 2025-02-23T12:47:01.396Z | Downloaded bindgen v0.69.5 |
1035 | 2025-02-23T12:47:01.403Z | Downloaded hashbrown v0.12.3 |
1036 | 2025-02-23T12:47:01.407Z | Downloaded termios v0.3.3 |
1037 | 2025-02-23T12:47:01.409Z | Downloaded serde_yaml v0.9.34+deprecated |
1038 | 2025-02-23T12:47:01.412Z | Downloaded socket2 v0.5.7 |
1039 | 2025-02-23T12:47:01.414Z | Downloaded fallible-iterator v0.2.0 |
1040 | 2025-02-23T12:47:01.417Z | Downloaded parking_lot_core v0.9.10 |
1041 | 2025-02-23T12:47:01.420Z | Downloaded unicode-segmentation v1.12.0 |
1042 | 2025-02-23T12:47:01.422Z | Downloaded secrecy v0.8.0 |
1043 | 2025-02-23T12:47:01.422Z | Downloaded sct v0.7.1 |
1044 | 2025-02-23T12:47:01.424Z | Downloaded postgres-types v0.2.8 |
1045 | 2025-02-23T12:47:01.427Z | Downloaded postgres-protocol v0.6.7 |
1046 | 2025-02-23T12:47:01.429Z | Downloaded env_logger v0.11.5 |
1047 | 2025-02-23T12:47:01.432Z | Downloaded hashbrown v0.13.2 |
1048 | 2025-02-23T12:47:01.435Z | Downloaded parse-display-derive v0.10.0 |
1049 | 2025-02-23T12:47:01.440Z | Downloaded scrypt v0.11.0 |
1050 | 2025-02-23T12:47:01.440Z | Downloaded powerfmt v0.2.0 |
1051 | 2025-02-23T12:47:01.443Z | Downloaded same-file v1.0.6 |
1052 | 2025-02-23T12:47:01.443Z | Downloaded fs_extra v1.3.0 |
1053 | 2025-02-23T12:47:01.443Z | Downloaded pin-project v1.1.6 |
1054 | 2025-02-23T12:47:01.452Z | Downloaded ring v0.17.11 |
1055 | 2025-02-23T12:47:01.494Z | Downloaded parking_lot v0.11.2 |
1056 | 2025-02-23T12:47:01.497Z | Downloaded x509-cert v0.2.5 |
1057 | 2025-02-23T12:47:01.501Z | Downloaded embedded-io v0.6.1 |
1058 | 2025-02-23T12:47:01.504Z | Downloaded unicode-normalization v0.1.24 |
1059 | 2025-02-23T12:47:01.506Z | Downloaded oso v0.27.3 |
1060 | 2025-02-23T12:47:01.509Z | Downloaded hickory-client v0.24.3 |
1061 | 2025-02-23T12:47:01.512Z | Downloaded rcgen v0.12.1 |
1062 | 2025-02-23T12:47:01.514Z | Downloaded ed25519-dalek v2.1.1 |
1063 | 2025-02-23T12:47:01.517Z | Downloaded blake3 v1.5.4 |
1064 | 2025-02-23T12:47:01.524Z | Downloaded display-error-chain v0.2.2 |
1065 | 2025-02-23T12:47:01.527Z | Downloaded static_assertions v1.1.0 |
1066 | 2025-02-23T12:47:01.527Z | Downloaded encoding_rs v0.8.34 |
1067 | 2025-02-23T12:47:01.547Z | Downloaded funty v2.0.0 |
1068 | 2025-02-23T12:47:01.550Z | Downloaded fallible-iterator v0.3.0 |
1069 | 2025-02-23T12:47:01.553Z | Downloaded tungstenite v0.23.0 |
1070 | 2025-02-23T12:47:01.555Z | Downloaded tls_codec_derive v0.4.1 |
1071 | 2025-02-23T12:47:01.555Z | Downloaded rustc-demangle v0.1.24 |
1072 | 2025-02-23T12:47:01.558Z | Downloaded spin v0.9.8 |
1073 | 2025-02-23T12:47:01.560Z | Downloaded pin-project-internal v1.1.6 |
1074 | 2025-02-23T12:47:01.560Z | Downloaded parking_lot_core v0.8.6 |
1075 | 2025-02-23T12:47:01.563Z | Downloaded mio v1.0.2 |
1076 | 2025-02-23T12:47:01.569Z | Downloaded phf_shared v0.11.2 |
1077 | 2025-02-23T12:47:01.571Z | Downloaded parse-zoneinfo v0.3.1 |
1078 | 2025-02-23T12:47:01.573Z | Downloaded peg v0.8.4 |
1079 | 2025-02-23T12:47:01.576Z | Downloaded pbkdf2 v0.11.0 |
1080 | 2025-02-23T12:47:01.578Z | Downloaded slog-envlogger v2.2.0 |
1081 | 2025-02-23T12:47:01.581Z | Downloaded rustc-hash v2.1.1 |
1082 | 2025-02-23T12:47:01.581Z | Downloaded rustc-hash v1.1.0 |
1083 | 2025-02-23T12:47:01.583Z | Downloaded proc-macro-error2 v2.0.1 |
1084 | 2025-02-23T12:47:01.586Z | Downloaded slog-json v2.6.1 |
1085 | 2025-02-23T12:47:01.586Z | Downloaded siphasher v0.3.11 |
1086 | 2025-02-23T12:47:01.589Z | Downloaded simd-adler32 v0.3.7 |
1087 | 2025-02-23T12:47:01.589Z | Downloaded debug-ignore v1.0.5 |
1088 | 2025-02-23T12:47:01.591Z | Downloaded defmt-macros v0.3.9 |
1089 | 2025-02-23T12:47:01.594Z | Downloaded defmt v0.3.8 |
1090 | 2025-02-23T12:47:01.596Z | Downloaded oxnet v0.1.0 |
1091 | 2025-02-23T12:47:01.599Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1092 | 2025-02-23T12:47:01.653Z | Downloaded crossterm v0.28.1 |
1093 | 2025-02-23T12:47:01.659Z | Downloaded time-macros v0.2.18 |
1094 | 2025-02-23T12:47:01.662Z | Downloaded subtle v2.6.1 |
1095 | 2025-02-23T12:47:01.664Z | Downloaded getrandom v0.2.15 |
1096 | 2025-02-23T12:47:01.666Z | Downloaded env_logger v0.10.2 |
1097 | 2025-02-23T12:47:01.669Z | Downloaded env_filter v0.1.2 |
1098 | 2025-02-23T12:47:01.671Z | Downloaded rustfmt-wrapper v0.2.1 |
1099 | 2025-02-23T12:47:01.671Z | Downloaded unicode-truncate v1.1.0 |
1100 | 2025-02-23T12:47:01.674Z | Downloaded dirs-next v2.0.0 |
1101 | 2025-02-23T12:47:01.674Z | Downloaded tui-tree-widget v0.23.0 |
1102 | 2025-02-23T12:47:01.674Z | Downloaded strum_macros v0.24.3 |
1103 | 2025-02-23T12:47:01.676Z | Downloaded slog-dtrace v0.3.0 |
1104 | 2025-02-23T12:47:01.679Z | Downloaded slog-bunyan v2.5.0 |
1105 | 2025-02-23T12:47:01.679Z | Downloaded tracing v0.1.40 |
1106 | 2025-02-23T12:47:01.681Z | Downloaded smallvec v1.14.0 |
1107 | 2025-02-23T12:47:01.684Z | Downloaded publicsuffix v2.3.0 |
1108 | 2025-02-23T12:47:01.687Z | Downloaded base64 v0.22.1 |
1109 | 2025-02-23T12:47:01.690Z | Downloaded fragile v2.0.0 |
1110 | 2025-02-23T12:47:01.692Z | Downloaded form_urlencoded v1.2.1 |
1111 | 2025-02-23T12:47:01.692Z | Downloaded enum-as-inner v0.6.1 |
1112 | 2025-02-23T12:47:01.695Z | Downloaded ed25519 v2.2.3 |
1113 | 2025-02-23T12:47:01.695Z | Downloaded signal-hook v0.3.17 |
1114 | 2025-02-23T12:47:01.697Z | Downloaded indicatif v0.17.11 |
1115 | 2025-02-23T12:47:01.701Z | Downloaded compact_str v0.8.0 |
1116 | 2025-02-23T12:47:01.704Z | Downloaded cc v1.2.15 |
1117 | 2025-02-23T12:47:01.707Z | Downloaded miniz_oxide v0.8.0 |
1118 | 2025-02-23T12:47:01.710Z | Downloaded password-hash v0.4.2 |
1119 | 2025-02-23T12:47:01.712Z | Downloaded fatfs v0.3.6 |
1120 | 2025-02-23T12:47:01.714Z | Downloaded dropshot_endpoint v0.15.1 |
1121 | 2025-02-23T12:47:01.717Z | Downloaded dropshot_endpoint v0.12.0 |
1122 | 2025-02-23T12:47:01.719Z | Downloaded derive-where v1.2.7 |
1123 | 2025-02-23T12:47:01.724Z | Downloaded smf v0.2.3 |
1124 | 2025-02-23T12:47:01.726Z | Downloaded highway v1.2.0 |
1125 | 2025-02-23T12:47:01.726Z | Downloaded schemars v0.8.21 |
1126 | 2025-02-23T12:47:01.736Z | Downloaded bumpalo v3.16.0 |
1127 | 2025-02-23T12:47:01.738Z | Downloaded base64 v0.21.7 |
1128 | 2025-02-23T12:47:01.742Z | Downloaded uuid v1.12.0 |
1129 | 2025-02-23T12:47:01.744Z | Downloaded icu_locid v1.5.0 |
1130 | 2025-02-23T12:47:01.749Z | Downloaded slog-async v2.8.0 |
1131 | 2025-02-23T12:47:01.751Z | Downloaded scheduled-thread-pool v0.2.7 |
1132 | 2025-02-23T12:47:01.751Z | Downloaded rusty-fork v0.3.0 |
1133 | 2025-02-23T12:47:01.754Z | Downloaded test-strategy v0.4.0 |
1134 | 2025-02-23T12:47:01.757Z | Downloaded radium v0.7.0 |
1135 | 2025-02-23T12:47:01.760Z | Downloaded r2d2 v0.8.10 |
1136 | 2025-02-23T12:47:01.760Z | Downloaded yoke v0.7.4 |
1137 | 2025-02-23T12:47:01.760Z | Downloaded polyval v0.6.2 |
1138 | 2025-02-23T12:47:01.762Z | Downloaded yasna v0.5.2 |
1139 | 2025-02-23T12:47:01.765Z | Downloaded xattr v1.3.1 |
1140 | 2025-02-23T12:47:01.765Z | Downloaded tokio-tungstenite v0.21.0 |
1141 | 2025-02-23T12:47:01.767Z | Downloaded serde_derive_internals v0.29.1 |
1142 | 2025-02-23T12:47:01.771Z | Downloaded hyper-rustls v0.27.3 |
1143 | 2025-02-23T12:47:01.771Z | Downloaded quinn-udp v0.5.5 |
1144 | 2025-02-23T12:47:01.773Z | Downloaded multer v3.1.0 |
1145 | 2025-02-23T12:47:01.773Z | Downloaded mime v0.3.17 |
1146 | 2025-02-23T12:47:01.776Z | Downloaded crossbeam-epoch v0.9.18 |
1147 | 2025-02-23T12:47:01.778Z | Downloaded const_format v0.2.34 |
1148 | 2025-02-23T12:47:01.781Z | Downloaded glob v0.3.2 |
1149 | 2025-02-23T12:47:01.783Z | Downloaded dyn-clone v1.0.18 |
1150 | 2025-02-23T12:47:01.786Z | Downloaded xz2 v0.1.7 |
1151 | 2025-02-23T12:47:01.786Z | Downloaded uzers v0.12.1 |
1152 | 2025-02-23T12:47:01.788Z | Downloaded memmap2 v0.9.5 |
1153 | 2025-02-23T12:47:01.791Z | Downloaded litrs v0.4.1 |
1154 | 2025-02-23T12:47:01.793Z | Downloaded thiserror v2.0.11 |
1155 | 2025-02-23T12:47:01.796Z | Downloaded shlex v1.3.0 |
1156 | 2025-02-23T12:47:01.807Z | Downloaded schemars_derive v0.8.21 |
1157 | 2025-02-23T12:47:01.813Z | Downloaded maplit v1.0.2 |
1158 | 2025-02-23T12:47:01.813Z | Downloaded memoffset v0.9.1 |
1159 | 2025-02-23T12:47:01.813Z | Downloaded multimap v0.10.0 |
1160 | 2025-02-23T12:47:01.813Z | Downloaded serde-hex v0.1.0 |
1161 | 2025-02-23T12:47:01.813Z | Downloaded num_threads v0.1.7 |
1162 | 2025-02-23T12:47:01.813Z | Downloaded chacha20poly1305 v0.10.1 |
1163 | 2025-02-23T12:47:01.843Z | Downloaded base64 v0.13.1 |
1164 | 2025-02-23T12:47:01.843Z | Downloaded iana-time-zone v0.1.61 |
1165 | 2025-02-23T12:47:01.843Z | Downloaded cookie v0.18.1 |
1166 | 2025-02-23T12:47:01.843Z | Downloaded clang-sys v1.8.1 |
1167 | 2025-02-23T12:47:01.843Z | Downloaded allocator-api2 v0.2.18 |
1168 | 2025-02-23T12:47:01.843Z | Downloaded slog-stdlog v4.1.1 |
1169 | 2025-02-23T12:47:01.843Z | Downloaded slog-scope v4.4.0 |
1170 | 2025-02-23T12:47:01.847Z | Downloaded mockall v0.13.1 |
1171 | 2025-02-23T12:47:01.847Z | Downloaded managed v0.8.0 |
1172 | 2025-02-23T12:47:01.851Z | Downloaded litemap v0.7.3 |
1173 | 2025-02-23T12:47:01.854Z | Downloaded impl-trait-for-tuples v0.2.2 |
1174 | 2025-02-23T12:47:01.856Z | Downloaded md5 v0.7.0 |
1175 | 2025-02-23T12:47:01.860Z | Downloaded bzip2 v0.4.4 |
1176 | 2025-02-23T12:47:01.862Z | Downloaded const_format_proc_macros v0.2.34 |
1177 | 2025-02-23T12:47:01.866Z | Downloaded blake2 v0.10.6 |
1178 | 2025-02-23T12:47:01.869Z | Downloaded indoc v1.0.9 |
1179 | 2025-02-23T12:47:01.871Z | Downloaded lazycell v1.3.0 |
1180 | 2025-02-23T12:47:01.871Z | Downloaded lalrpop-util v0.19.12 |
1181 | 2025-02-23T12:47:01.871Z | Downloaded csv-core v0.1.11 |
1182 | 2025-02-23T12:47:01.874Z | Downloaded cexpr v0.6.0 |
1183 | 2025-02-23T12:47:01.876Z | Downloaded bb8 v0.8.5 |
1184 | 2025-02-23T12:47:01.876Z | Downloaded arrayvec v0.7.6 |
1185 | 2025-02-23T12:47:01.880Z | Downloaded argon2 v0.5.3 |
1186 | 2025-02-23T12:47:01.883Z | Downloaded cmake v0.1.51 |
1187 | 2025-02-23T12:47:01.883Z | Downloaded cassowary v0.3.0 |
1188 | 2025-02-23T12:47:01.886Z | Downloaded block-padding v0.3.3 |
1189 | 2025-02-23T12:47:01.886Z | Downloaded instability v0.3.2 |
1190 | 2025-02-23T12:47:01.886Z | Downloaded indexmap v1.9.3 |
1191 | 2025-02-23T12:47:01.890Z | Downloaded idna_adapter v1.2.0 |
1192 | 2025-02-23T12:47:01.892Z | Downloaded icu_provider_macros v1.5.0 |
1193 | 2025-02-23T12:47:01.893Z | Downloaded http-body-util v0.1.2 |
1194 | 2025-02-23T12:47:01.895Z | Downloaded bitfield v0.14.0 |
1195 | 2025-02-23T12:47:01.895Z | Downloaded bit-vec v0.6.3 |
1196 | 2025-02-23T12:47:01.898Z | Downloaded ascii-canvas v3.0.0 |
1197 | 2025-02-23T12:47:01.900Z | Downloaded colored v2.1.0 |
1198 | 2025-02-23T12:47:01.903Z | Downloaded chacha20 v0.9.1 |
1199 | 2025-02-23T12:47:01.903Z | Downloaded async-trait v0.1.86 |
1200 | 2025-02-23T12:47:01.907Z | Downloaded bitfield-struct v0.6.2 |
1201 | 2025-02-23T12:47:01.909Z | Downloaded ctr v0.9.2 |
1202 | 2025-02-23T12:47:01.912Z | Downloaded bit-set v0.5.3 |
1203 | 2025-02-23T12:47:01.914Z | Downloaded crc v3.2.1 |
1204 | 2025-02-23T12:47:01.916Z | Downloaded constant_time_eq v0.3.1 |
1205 | 2025-02-23T12:47:01.916Z | Downloaded cobs v0.2.3 |
1206 | 2025-02-23T12:47:01.919Z | Downloaded icu_normalizer_data v1.5.0 |
1207 | 2025-02-23T12:47:01.922Z | Downloaded httpdate v1.0.3 |
1208 | 2025-02-23T12:47:01.922Z | Downloaded http-range v0.1.5 |
1209 | 2025-02-23T12:47:01.924Z | Downloaded crossbeam-deque v0.8.5 |
1210 | 2025-02-23T12:47:01.924Z | Downloaded bitflags v1.3.2 |
1211 | 2025-02-23T12:47:01.927Z | Downloaded castaway v0.2.3 |
1212 | 2025-02-23T12:47:01.929Z | Downloaded atomic-waker v1.1.2 |
1213 | 2025-02-23T12:47:01.932Z | Downloaded adler2 v2.0.0 |
1214 | 2025-02-23T12:47:01.932Z | Downloaded icu_locid_transform v1.5.0 |
1215 | 2025-02-23T12:47:01.934Z | Downloaded assert_matches v1.5.0 |
1216 | 2025-02-23T12:47:01.937Z | Downloaded arrayref v0.3.9 |
1217 | 2025-02-23T12:47:01.937Z | Downloaded aead v0.5.2 |
1218 | 2025-02-23T12:47:01.939Z | Downloaded async-stream v0.3.6 |
1219 | 2025-02-23T12:47:01.939Z | Downloaded convert_case v0.4.0 |
1220 | 2025-02-23T12:47:02.029Z | Downloaded libsqlite3-sys v0.30.1 |
1221 | 2025-02-23T12:47:02.209Z | Downloaded aws-lc-sys v0.22.0 |
1222 | 2025-02-23T12:47:02.504Z | Compiling serde v1.0.218 |
1223 | 2025-02-23T12:47:02.506Z | Compiling value-bag v1.9.0 |
1224 | 2025-02-23T12:47:02.506Z | Compiling lock_api v0.4.12 |
1225 | 2025-02-23T12:47:02.506Z | Compiling scopeguard v1.2.0 |
1226 | 2025-02-23T12:47:02.506Z | Compiling typenum v1.17.0 |
1227 | 2025-02-23T12:47:02.506Z | Compiling generic-array v0.14.7 |
1228 | 2025-02-23T12:47:02.697Z | Compiling syn v2.0.96 |
1229 | 2025-02-23T12:47:02.712Z | Compiling getrandom v0.2.15 |
1230 | 2025-02-23T12:47:02.838Z | Compiling shlex v1.3.0 |
1231 | 2025-02-23T12:47:02.976Z | Compiling rand_core v0.6.4 |
1232 | 2025-02-23T12:47:03.155Z | Compiling log v0.4.22 |
1233 | 2025-02-23T12:47:03.215Z | Compiling subtle v2.6.1 |
1234 | 2025-02-23T12:47:03.256Z | Compiling jobserver v0.1.32 |
1235 | 2025-02-23T12:47:03.275Z | Compiling smallvec v1.14.0 |
1236 | 2025-02-23T12:47:03.492Z | Compiling const-oid v0.9.6 |
1237 | 2025-02-23T12:47:03.551Z | Compiling pin-project-lite v0.2.14 |
1238 | 2025-02-23T12:47:03.597Z | Compiling parking_lot_core v0.9.10 |
1239 | 2025-02-23T12:47:03.669Z | Compiling cc v1.2.15 |
1240 | 2025-02-23T12:47:03.687Z | Compiling rustix v0.38.37 |
1241 | 2025-02-23T12:47:03.897Z | Compiling futures-core v0.3.31 |
1242 | 2025-02-23T12:47:04.054Z | Compiling spin v0.9.8 |
1243 | 2025-02-23T12:47:04.148Z | Compiling signal-hook-registry v1.4.2 |
1244 | 2025-02-23T12:47:04.430Z | Compiling mio v1.0.2 |
1245 | 2025-02-23T12:47:04.492Z | Compiling parking_lot v0.12.3 |
1246 | 2025-02-23T12:47:04.644Z | Compiling either v1.13.0 |
1247 | 2025-02-23T12:47:04.833Z | Compiling aho-corasick v1.1.3 |
1248 | 2025-02-23T12:47:04.986Z | Compiling cpufeatures v0.2.14 |
1249 | 2025-02-23T12:47:05.049Z | Compiling regex-syntax v0.8.5 |
1250 | 2025-02-23T12:47:05.091Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2025-02-23T12:47:05.214Z | Compiling futures-sink v0.3.31 |
1252 | 2025-02-23T12:47:05.298Z | Compiling socket2 v0.5.7 |
1253 | 2025-02-23T12:47:05.378Z | Compiling slab v0.4.9 |
1254 | 2025-02-23T12:47:05.496Z | Compiling glob v0.3.2 |
1255 | 2025-02-23T12:47:05.617Z | Compiling prettyplease v0.2.29 |
1256 | 2025-02-23T12:47:05.966Z | Compiling lazy_static v1.5.0 |
1257 | 2025-02-23T12:47:06.103Z | Compiling minimal-lexical v0.2.1 |
1258 | 2025-02-23T12:47:06.121Z | Compiling serde_json v1.0.139 |
1259 | 2025-02-23T12:47:06.161Z | Compiling futures-channel v0.3.31 |
1260 | 2025-02-23T12:47:06.294Z | Compiling clang-sys v1.8.1 |
1261 | 2025-02-23T12:47:06.456Z | Compiling libloading v0.8.5 |
1262 | 2025-02-23T12:47:06.571Z | Compiling nom v7.1.3 |
1263 | 2025-02-23T12:47:06.606Z | Compiling home v0.5.9 |
1264 | 2025-02-23T12:47:06.819Z | Compiling futures-task v0.3.31 |
1265 | 2025-02-23T12:47:06.874Z | Compiling futures-io v0.3.31 |
1266 | 2025-02-23T12:47:07.064Z | Compiling bindgen v0.69.5 |
1267 | 2025-02-23T12:47:07.146Z | Compiling pin-utils v0.1.0 |
1268 | 2025-02-23T12:47:07.251Z | Compiling itertools v0.12.1 |
1269 | 2025-02-23T12:47:07.638Z | Compiling allocator-api2 v0.2.18 |
1270 | 2025-02-23T12:47:07.927Z | Compiling libm v0.2.8 |
1271 | 2025-02-23T12:47:08.272Z | Compiling rustc-hash v1.1.0 |
1272 | 2025-02-23T12:47:08.387Z | Compiling lazycell v1.3.0 |
1273 | 2025-02-23T12:47:08.428Z | Compiling foldhash v0.1.3 |
1274 | 2025-02-23T12:47:08.595Z | Compiling cmake v0.1.51 |
1275 | 2025-02-23T12:47:08.720Z | Compiling regex-automata v0.4.8 |
1276 | 2025-02-23T12:47:09.289Z | Compiling hashbrown v0.15.1 |
1277 | 2025-02-23T12:47:09.421Z | Compiling num-traits v0.2.19 |
1278 | 2025-02-23T12:47:09.737Z | Compiling cexpr v0.6.0 |
1279 | 2025-02-23T12:47:09.871Z | Compiling fs_extra v1.3.0 |
1280 | 2025-02-23T12:47:10.101Z | Compiling synstructure v0.13.1 |
1281 | 2025-02-23T12:47:10.474Z | Compiling dunce v1.0.5 |
1282 | 2025-02-23T12:47:10.613Z | Compiling pkg-config v0.3.31 |
1283 | 2025-02-23T12:47:11.231Z | Compiling litemap v0.7.3 |
1284 | 2025-02-23T12:47:11.451Z | Compiling writeable v0.5.5 |
1285 | 2025-02-23T12:47:11.599Z | Compiling ring v0.17.11 |
1286 | 2025-02-23T12:47:11.866Z | Compiling paste v1.0.15 |
1287 | 2025-02-23T12:47:11.981Z | Compiling base64ct v1.6.0 |
1288 | 2025-02-23T12:47:12.549Z | Compiling pem-rfc7468 v0.7.0 |
1289 | 2025-02-23T12:47:12.650Z | Compiling aws-lc-rs v1.10.0 |
1290 | 2025-02-23T12:47:13.061Z | Compiling flagset v0.4.6 |
1291 | 2025-02-23T12:47:13.156Z | Compiling icu_locid_transform_data v1.5.0 |
1292 | 2025-02-23T12:47:13.237Z | Compiling httparse v1.9.5 |
1293 | 2025-02-23T12:47:13.276Z | Compiling tracing-core v0.1.32 |
1294 | 2025-02-23T12:47:13.984Z | Compiling regex v1.11.1 |
1295 | 2025-02-23T12:47:14.011Z | Compiling rustls-pki-types v1.10.0 |
1296 | 2025-02-23T12:47:14.304Z | Compiling percent-encoding v2.3.1 |
1297 | 2025-02-23T12:47:14.325Z | Compiling icu_properties_data v1.5.0 |
1298 | 2025-02-23T12:47:14.537Z | Compiling crossbeam-utils v0.8.20 |
1299 | 2025-02-23T12:47:14.858Z | Compiling utf8_iter v1.0.4 |
1300 | 2025-02-23T12:47:14.878Z | Compiling serde_derive v1.0.218 |
1301 | 2025-02-23T12:47:14.881Z | Compiling zeroize_derive v1.4.2 |
1302 | 2025-02-23T12:47:15.057Z | Compiling zerocopy-derive v0.7.35 |
1303 | 2025-02-23T12:47:15.087Z | Compiling tokio-macros v2.5.0 |
1304 | 2025-02-23T12:47:15.253Z | Compiling zerofrom-derive v0.1.4 |
1305 | 2025-02-23T12:47:16.317Z | Compiling zeroize v1.8.1 |
1306 | 2025-02-23T12:47:16.561Z | Compiling yoke-derive v0.7.4 |
1307 | 2025-02-23T12:47:16.957Z | Compiling zerocopy v0.7.35 |
1308 | 2025-02-23T12:47:17.279Z | Compiling thiserror-impl v1.0.69 |
1309 | 2025-02-23T12:47:17.975Z | Compiling crypto-common v0.1.6 |
1310 | 2025-02-23T12:47:18.152Z | Compiling block-buffer v0.10.4 |
1311 | 2025-02-23T12:47:18.207Z | Compiling futures-macro v0.3.31 |
1312 | 2025-02-23T12:47:18.299Z | Compiling zerovec-derive v0.10.3 |
1313 | 2025-02-23T12:47:18.411Z | Compiling digest v0.10.7 |
1314 | 2025-02-23T12:47:18.558Z | Compiling zerofrom v0.1.4 |
1315 | 2025-02-23T12:47:18.791Z | Compiling displaydoc v0.2.5 |
1316 | 2025-02-23T12:47:18.893Z | Compiling hmac v0.12.1 |
1317 | 2025-02-23T12:47:19.158Z | Compiling block-padding v0.3.3 |
1318 | 2025-02-23T12:47:19.178Z | Compiling yoke v0.7.4 |
1319 | 2025-02-23T12:47:19.178Z | Compiling sha2 v0.10.8 |
1320 | 2025-02-23T12:47:19.410Z | Compiling inout v0.1.3 |
1321 | 2025-02-23T12:47:19.536Z | Compiling icu_provider_macros v1.5.0 |
1322 | 2025-02-23T12:47:19.672Z | Compiling cipher v0.4.4 |
1323 | 2025-02-23T12:47:19.957Z | Compiling futures-util v0.3.31 |
1324 | 2025-02-23T12:47:20.094Z | Compiling thiserror v1.0.69 |
1325 | 2025-02-23T12:47:20.183Z | Compiling ppv-lite86 v0.2.20 |
1326 | 2025-02-23T12:47:20.233Z | Compiling der_derive v0.7.3 |
1327 | 2025-02-23T12:47:20.276Z | Compiling tracing-attributes v0.1.27 |
1328 | 2025-02-23T12:47:20.585Z | Compiling pest v2.7.14 |
1329 | 2025-02-23T12:47:20.658Z | Compiling zerovec v0.10.4 |
1330 | 2025-02-23T12:47:20.929Z | Compiling rand_chacha v0.3.1 |
1331 | 2025-02-23T12:47:22.457Z | Compiling tinystr v0.7.6 |
1332 | 2025-02-23T12:47:22.687Z | Compiling der v0.7.9 |
1333 | 2025-02-23T12:47:22.828Z | Compiling icu_locid v1.5.0 |
1334 | 2025-02-23T12:47:22.847Z | Compiling icu_collections v1.5.0 |
1335 | 2025-02-23T12:47:23.225Z | Compiling rand v0.8.5 |
1336 | 2025-02-23T12:47:23.500Z | Compiling tracing v0.1.40 |
1337 | 2025-02-23T12:47:23.649Z | Compiling salsa20 v0.10.2 |
1338 | 2025-02-23T12:47:23.880Z | Compiling pbkdf2 v0.12.2 |
1339 | 2025-02-23T12:47:23.987Z | Compiling icu_provider v1.5.0 |
1340 | 2025-02-23T12:47:24.089Z | Compiling utf16_iter v1.0.5 |
1341 | 2025-02-23T12:47:24.108Z | Compiling untrusted v0.7.1 |
1342 | 2025-02-23T12:47:24.304Z | Compiling powerfmt v0.2.0 |
1343 | 2025-02-23T12:47:24.307Z | Compiling time-core v0.1.2 |
1344 | 2025-02-23T12:47:24.504Z | Compiling mirai-annotations v1.12.0 |
1345 | 2025-02-23T12:47:24.686Z | Compiling icu_locid_transform v1.5.0 |
1346 | 2025-02-23T12:47:24.708Z | Compiling spki v0.7.3 |
1347 | 2025-02-23T12:47:24.777Z | Compiling untrusted v0.9.0 |
1348 | 2025-02-23T12:47:24.913Z | Compiling icu_normalizer_data v1.5.0 |
1349 | 2025-02-23T12:47:24.980Z | Compiling write16 v1.0.0 |
1350 | 2025-02-23T12:47:25.020Z | Compiling vcpkg v0.2.15 |
1351 | 2025-02-23T12:47:25.200Z | Compiling num-conv v0.1.0 |
1352 | 2025-02-23T12:47:25.215Z | Compiling deranged v0.3.11 |
1353 | 2025-02-23T12:47:25.339Z | Compiling time-macros v0.2.18 |
1354 | 2025-02-23T12:47:25.504Z | Compiling scrypt v0.11.0 |
1355 | 2025-02-23T12:47:26.018Z | Compiling icu_properties v1.5.1 |
1356 | 2025-02-23T12:47:26.296Z | Compiling pest_meta v2.7.14 |
1357 | 2025-02-23T12:47:26.537Z | Compiling cbc v0.1.2 |
1358 | 2025-02-23T12:47:26.717Z | Compiling openssl-sys v0.9.106 |
1359 | 2025-02-23T12:47:26.765Z | Compiling aes v0.8.4 |
1360 | 2025-02-23T12:47:26.967Z | Compiling scroll_derive v0.12.0 |
1361 | 2025-02-23T12:47:27.428Z | Compiling bitflags v2.6.0 |
1362 | 2025-02-23T12:47:27.849Z | Compiling bytes v1.9.0 |
1363 | 2025-02-23T12:47:28.390Z | Compiling indexmap v2.7.1 |
1364 | 2025-02-23T12:47:28.987Z | Compiling tokio v1.43.0 |
1365 | 2025-02-23T12:47:29.381Z | Compiling semver v1.0.25 |
1366 | 2025-02-23T12:47:29.554Z | Compiling http v1.2.0 |
1367 | 2025-02-23T12:47:29.707Z | Compiling icu_normalizer v1.5.0 |
1368 | 2025-02-23T12:47:30.065Z | Compiling rustc_version v0.4.1 |
1369 | 2025-02-23T12:47:30.494Z | Compiling atomic-waker v1.1.2 |
1370 | 2025-02-23T12:47:30.540Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2025-02-23T12:47:30.644Z | Compiling num_threads v0.1.7 |
1372 | 2025-02-23T12:47:30.694Z | Compiling tinyvec v1.8.0 |
1373 | 2025-02-23T12:47:30.737Z | Compiling idna_adapter v1.2.0 |
1374 | 2025-02-23T12:47:30.789Z | Compiling time v0.3.36 |
1375 | 2025-02-23T12:47:30.948Z | Compiling http-body v1.0.1 |
1376 | 2025-02-23T12:47:30.970Z | Compiling scroll v0.12.0 |
1377 | 2025-02-23T12:47:31.298Z | Compiling pkcs5 v0.7.1 |
1378 | 2025-02-23T12:47:31.413Z | Compiling which v4.4.2 |
1379 | 2025-02-23T12:47:31.483Z | Compiling pest_generator v2.7.14 |
1380 | 2025-02-23T12:47:31.640Z | Compiling form_urlencoded v1.2.1 |
1381 | 2025-02-23T12:47:31.988Z | Compiling try-lock v0.2.5 |
1382 | 2025-02-23T12:47:32.165Z | Compiling slog v2.7.0 |
1383 | 2025-02-23T12:47:32.184Z | Compiling goblin v0.8.2 |
1384 | 2025-02-23T12:47:32.374Z | Compiling want v0.3.1 |
1385 | 2025-02-23T12:47:32.392Z | Compiling pkcs8 v0.10.2 |
1386 | 2025-02-23T12:47:32.654Z | Compiling idna v1.0.3 |
1387 | 2025-02-23T12:47:32.747Z | Compiling uuid v1.12.0 |
1388 | 2025-02-23T12:47:32.998Z | Compiling iana-time-zone v0.1.61 |
1389 | 2025-02-23T12:47:33.286Z | Compiling pest_derive v2.7.14 |
1390 | 2025-02-23T12:47:33.359Z | Compiling httpdate v1.0.3 |
1391 | 2025-02-23T12:47:33.787Z | Compiling tower-service v0.3.3 |
1392 | 2025-02-23T12:47:33.928Z | Compiling chrono v0.4.39 |
1393 | 2025-02-23T12:47:34.121Z | Compiling dtrace-parser v0.2.0 |
1394 | 2025-02-23T12:47:34.288Z | Compiling serde_tokenstream v0.2.2 |
1395 | 2025-02-23T12:47:34.828Z | Compiling serde_spanned v0.6.8 |
1396 | 2025-02-23T12:47:34.868Z | Compiling toml_datetime v0.6.8 |
1397 | 2025-02-23T12:47:35.074Z | Compiling base64 v0.22.1 |
1398 | 2025-02-23T12:47:35.273Z | Compiling openssl v0.10.71 |
1399 | 2025-02-23T12:47:35.325Z | Compiling adler2 v2.0.0 |
1400 | 2025-02-23T12:47:35.552Z | Compiling rustversion v1.0.17 |
1401 | 2025-02-23T12:47:35.702Z | Compiling match_cfg v0.1.0 |
1402 | 2025-02-23T12:47:35.754Z | Compiling foreign-types-shared v0.1.1 |
1403 | 2025-02-23T12:47:35.808Z | Compiling hostname v0.3.1 |
1404 | 2025-02-23T12:47:35.881Z | Compiling foreign-types v0.3.2 |
1405 | 2025-02-23T12:47:35.974Z | Compiling miniz_oxide v0.8.0 |
1406 | 2025-02-23T12:47:35.996Z | Compiling url v2.5.3 |
1407 | 2025-02-23T12:47:36.281Z | Compiling async-trait v0.1.86 |
1408 | 2025-02-23T12:47:37.139Z | Compiling tokio-util v0.7.12 |
1409 | 2025-02-23T12:47:37.244Z | Compiling openssl-macros v0.1.1 |
1410 | 2025-02-23T12:47:37.355Z | Compiling serde_derive_internals v0.29.1 |
1411 | 2025-02-23T12:47:37.758Z | Compiling dof v0.3.0 |
1412 | 2025-02-23T12:47:37.999Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2025-02-23T12:47:38.320Z | Compiling h2 v0.4.6 |
1414 | 2025-02-23T12:47:38.527Z | Compiling usdt-impl v0.5.0 |
1415 | 2025-02-23T12:47:38.646Z | Compiling rustls v0.23.19 |
1416 | 2025-02-23T12:47:38.954Z | Compiling data-encoding v2.6.0 |
1417 | 2025-02-23T12:47:39.488Z | Compiling schemars v0.8.21 |
1418 | 2025-02-23T12:47:39.582Z | Compiling siphasher v0.3.11 |
1419 | 2025-02-23T12:47:39.826Z | Compiling rustls v0.22.4 |
1420 | 2025-02-23T12:47:39.847Z | Compiling syn v1.0.109 |
1421 | 2025-02-23T12:47:39.946Z | Compiling native-tls v0.2.12 |
1422 | 2025-02-23T12:47:40.181Z | Compiling schemars_derive v0.8.21 |
1423 | 2025-02-23T12:47:40.314Z | Compiling dirs-next v2.0.0 |
1424 | 2025-02-23T12:47:40.805Z | Compiling unicode-normalization v0.1.24 |
1425 | 2025-02-23T12:47:40.972Z | Compiling http-body-util v0.1.2 |
1426 | 2025-02-23T12:47:41.407Z | Compiling heapless v0.7.17 |
1427 | 2025-02-23T12:47:41.799Z | Compiling crossbeam-epoch v0.9.18 |
1428 | 2025-02-23T12:47:41.880Z | Compiling signature v2.2.0 |
1429 | 2025-02-23T12:47:41.883Z | Compiling sha1 v0.10.6 |
1430 | 2025-02-23T12:47:41.920Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1431 | 2025-02-23T12:47:42.193Z | Compiling thread_local v1.1.8 |
1432 | 2025-02-23T12:47:42.306Z | Compiling multer v3.1.0 |
1433 | 2025-02-23T12:47:42.428Z | Compiling cookie v0.18.1 |
1434 | 2025-02-23T12:47:42.512Z | Compiling encoding_rs v0.8.34 |
1435 | 2025-02-23T12:47:42.634Z | Compiling dyn-clone v1.0.18 |
1436 | 2025-02-23T12:47:42.653Z | Compiling unicode-properties v0.1.3 |
1437 | 2025-02-23T12:47:42.730Z | Compiling unicode-bidi v0.3.17 |
1438 | 2025-02-23T12:47:42.857Z | Compiling rayon-core v1.12.1 |
1439 | 2025-02-23T12:47:43.036Z | Compiling openssl-probe v0.1.5 |
1440 | 2025-02-23T12:47:43.154Z | Compiling gimli v0.31.1 |
1441 | 2025-02-23T12:47:43.157Z | Compiling signal-hook v0.3.17 |
1442 | 2025-02-23T12:47:43.338Z | Compiling slog-async v2.8.0 |
1443 | 2025-02-23T12:47:43.439Z | Compiling ipnet v2.10.1 |
1444 | 2025-02-23T12:47:43.847Z | Compiling mime v0.3.17 |
1445 | 2025-02-23T12:47:44.031Z | Compiling stringprep v0.1.5 |
1446 | 2025-02-23T12:47:44.596Z | Compiling toml_edit v0.22.22 |
1447 | 2025-02-23T12:47:45.140Z | Compiling hyper v1.5.2 |
1448 | 2025-02-23T12:47:47.596Z | Compiling hyper-util v0.1.10 |
1449 | 2025-02-23T12:47:47.826Z | Compiling addr2line v0.24.2 |
1450 | 2025-02-23T12:47:47.970Z | Compiling crossbeam-deque v0.8.5 |
1451 | 2025-02-23T12:47:48.229Z | Compiling usdt-macro v0.5.0 |
1452 | 2025-02-23T12:47:48.273Z | Compiling usdt-attr-macro v0.5.0 |
1453 | 2025-02-23T12:47:48.460Z | Compiling term v0.7.0 |
1454 | 2025-02-23T12:47:48.642Z | Compiling slog-json v2.6.1 |
1455 | 2025-02-23T12:47:49.003Z | Compiling serde_urlencoded v0.7.1 |
1456 | 2025-02-23T12:47:49.482Z | Compiling curve25519-dalek v4.1.3 |
1457 | 2025-02-23T12:47:49.597Z | Compiling crossbeam-channel v0.5.13 |
1458 | 2025-02-23T12:47:49.654Z | Compiling enum-as-inner v0.6.1 |
1459 | 2025-02-23T12:47:49.795Z | Compiling futures-executor v0.3.31 |
1460 | 2025-02-23T12:47:50.175Z | Compiling md-5 v0.10.6 |
1461 | 2025-02-23T12:47:50.278Z | Compiling async-stream-impl v0.3.6 |
1462 | 2025-02-23T12:47:50.452Z | Compiling rustls-pemfile v2.2.0 |
1463 | 2025-02-23T12:47:50.474Z | Compiling num-integer v0.1.46 |
1464 | 2025-02-23T12:47:50.561Z | Compiling hash32 v0.2.1 |
1465 | 2025-02-23T12:47:50.715Z | Compiling ff v0.13.0 |
1466 | 2025-02-23T12:47:50.813Z | Compiling is-terminal v0.4.13 |
1467 | 2025-02-23T12:47:50.916Z | Compiling object v0.36.5 |
1468 | 2025-02-23T12:47:50.941Z | Compiling dropshot v0.12.0 |
1469 | 2025-02-23T12:47:50.958Z | Compiling memoffset v0.9.1 |
1470 | 2025-02-23T12:47:51.187Z | Compiling cfg_aliases v0.2.1 |
1471 | 2025-02-23T12:47:51.236Z | Compiling smoltcp v0.9.1 |
1472 | 2025-02-23T12:47:51.266Z | Compiling take_mut v0.2.2 |
1473 | 2025-02-23T12:47:51.294Z | Compiling psl-types v2.0.11 |
1474 | 2025-02-23T12:47:51.437Z | Compiling base16ct v0.2.0 |
1475 | 2025-02-23T12:47:51.502Z | Compiling anyhow v1.0.96 |
1476 | 2025-02-23T12:47:51.531Z | Compiling rustc-demangle v0.1.24 |
1477 | 2025-02-23T12:47:51.551Z | Compiling linked-hash-map v0.5.6 |
1478 | 2025-02-23T12:47:51.753Z | Compiling utf-8 v0.7.6 |
1479 | 2025-02-23T12:47:51.869Z | Compiling litrs v0.4.1 |
1480 | 2025-02-23T12:47:51.924Z | Compiling quick-error v1.2.3 |
1481 | 2025-02-23T12:47:52.073Z | Compiling portable-atomic v1.9.0 |
1482 | 2025-02-23T12:47:52.093Z | Compiling num-bigint-dig v0.8.4 |
1483 | 2025-02-23T12:47:52.111Z | Compiling fallible-iterator v0.2.0 |
1484 | 2025-02-23T12:47:52.467Z | Compiling resolv-conf v0.7.0 |
1485 | 2025-02-23T12:47:52.797Z | Compiling postgres-protocol v0.6.7 |
1486 | 2025-02-23T12:47:52.819Z | Compiling tungstenite v0.24.0 |
1487 | 2025-02-23T12:47:52.970Z | Compiling document-features v0.2.10 |
1488 | 2025-02-23T12:47:53.133Z | Compiling lru-cache v0.1.2 |
1489 | 2025-02-23T12:47:53.136Z | Compiling sec1 v0.7.3 |
1490 | 2025-02-23T12:47:53.324Z | Compiling async-stream v0.3.6 |
1491 | 2025-02-23T12:47:53.610Z | Compiling publicsuffix v2.3.0 |
1492 | 2025-02-23T12:47:53.904Z | Compiling nix v0.29.0 |
1493 | 2025-02-23T12:47:54.095Z | Compiling num-iter v0.1.45 |
1494 | 2025-02-23T12:47:54.148Z | Compiling slog-term v2.9.1 |
1495 | 2025-02-23T12:47:54.295Z | Compiling group v0.13.0 |
1496 | 2025-02-23T12:47:54.652Z | Compiling usdt v0.5.0 |
1497 | 2025-02-23T12:47:54.731Z | Compiling hickory-proto v0.24.3 |
1498 | 2025-02-23T12:47:54.893Z | Compiling futures v0.3.31 |
1499 | 2025-02-23T12:47:55.017Z | Compiling slog-bunyan v2.5.0 |
1500 | 2025-02-23T12:47:55.243Z | Compiling toml v0.8.19 |
1501 | 2025-02-23T12:47:55.275Z | Compiling tokio-native-tls v0.3.1 |
1502 | 2025-02-23T12:47:55.622Z | Compiling camino v1.1.9 |
1503 | 2025-02-23T12:47:56.624Z | Compiling phf_shared v0.11.2 |
1504 | 2025-02-23T12:47:56.683Z | Compiling dropshot_endpoint v0.12.0 |
1505 | 2025-02-23T12:47:57.020Z | Compiling terminal_size v0.4.0 |
1506 | 2025-02-23T12:47:57.253Z | Compiling waitgroup v0.1.2 |
1507 | 2025-02-23T12:47:57.369Z | Compiling backtrace v0.3.74 |
1508 | 2025-02-23T12:47:57.471Z | Compiling openapiv3 v2.0.0 |
1509 | 2025-02-23T12:47:57.490Z | Compiling serde_path_to_error v0.1.16 |
1510 | 2025-02-23T12:47:57.922Z | Compiling hkdf v0.12.4 |
1511 | 2025-02-23T12:47:58.188Z | Compiling crypto-bigint v0.5.5 |
1512 | 2025-02-23T12:47:58.260Z | Compiling curve25519-dalek-derive v0.1.1 |
1513 | 2025-02-23T12:47:59.663Z | Compiling zerocopy-derive v0.6.6 |
1514 | 2025-02-23T12:48:00.130Z | Compiling hubpack_derive v0.1.1 |
1515 | 2025-02-23T12:48:00.200Z | Compiling webpki-roots v0.26.6 |
1516 | 2025-02-23T12:48:00.424Z | Compiling sync_wrapper v1.0.1 |
1517 | 2025-02-23T12:48:00.577Z | Compiling hostname v0.4.0 |
1518 | 2025-02-23T12:48:00.745Z | Compiling fs-err v2.11.0 |
1519 | 2025-02-23T12:48:00.790Z | Compiling ahash v0.8.11 |
1520 | 2025-02-23T12:48:00.990Z | Compiling crc32fast v1.4.2 |
1521 | 2025-02-23T12:48:01.066Z | Compiling unicode-width v0.2.0 |
1522 | 2025-02-23T12:48:01.156Z | Compiling managed v0.8.0 |
1523 | 2025-02-23T12:48:01.329Z | Compiling newtype-uuid v1.2.1 |
1524 | 2025-02-23T12:48:01.394Z | Compiling debug-ignore v1.0.5 |
1525 | 2025-02-23T12:48:01.522Z | Compiling winnow v0.5.40 |
1526 | 2025-02-23T12:48:01.551Z | Compiling bitflags v1.3.2 |
1527 | 2025-02-23T12:48:01.571Z | Compiling tower-layer v0.3.3 |
1528 | 2025-02-23T12:48:01.608Z | Compiling clap_builder v4.5.30 |
1529 | 2025-02-23T12:48:01.686Z | Compiling strum_macros v0.25.3 |
1530 | 2025-02-23T12:48:01.918Z | Compiling tower v0.5.2 |
1531 | 2025-02-23T12:48:02.766Z | Compiling console v0.15.10 |
1532 | 2025-02-23T12:48:03.570Z | Compiling zerocopy v0.6.6 |
1533 | 2025-02-23T12:48:03.658Z | Compiling flate2 v1.0.35 |
1534 | 2025-02-23T12:48:04.117Z | Compiling elliptic-curve v0.13.8 |
1535 | 2025-02-23T12:48:04.236Z | Compiling hubpack v0.1.2 |
1536 | 2025-02-23T12:48:04.311Z | Compiling hickory-resolver v0.24.3 |
1537 | 2025-02-23T12:48:04.895Z | Compiling toml_edit v0.19.15 |
1538 | 2025-02-23T12:48:04.938Z | Compiling cookie_store v0.21.1 |
1539 | 2025-02-23T12:48:05.363Z | Compiling phf v0.11.2 |
1540 | 2025-02-23T12:48:05.412Z | Compiling signal-hook-mio v0.2.4 |
1541 | 2025-02-23T12:48:05.599Z | Compiling rayon v1.10.0 |
1542 | 2025-02-23T12:48:05.651Z | Compiling hyper-tls v0.6.0 |
1543 | 2025-02-23T12:48:06.060Z | Compiling bzip2 v0.4.4 |
1544 | 2025-02-23T12:48:06.604Z | Compiling tokio-tungstenite v0.24.0 |
1545 | 2025-02-23T12:48:07.142Z | Compiling postgres-types v0.2.8 |
1546 | 2025-02-23T12:48:09.321Z | Compiling ed25519 v2.2.3 |
1547 | 2025-02-23T12:48:09.691Z | Compiling phf_shared v0.10.0 |
1548 | 2025-02-23T12:48:09.736Z | Compiling tokio-stream v0.1.16 |
1549 | 2025-02-23T12:48:09.871Z | Compiling pkcs1 v0.7.5 |
1550 | 2025-02-23T12:48:10.077Z | Compiling serde-big-array v0.5.1 |
1551 | 2025-02-23T12:48:10.320Z | Compiling clap_derive v4.5.28 |
1552 | 2025-02-23T12:48:10.665Z | Compiling rfc6979 v0.4.0 |
1553 | 2025-02-23T12:48:10.743Z | Compiling serde_repr v0.1.19 |
1554 | 2025-02-23T12:48:10.853Z | Compiling derive-where v1.2.7 |
1555 | 2025-02-23T12:48:11.110Z | Compiling bstr v1.10.0 |
1556 | 2025-02-23T12:48:11.734Z | Compiling float-cmp v0.10.0 |
1557 | 2025-02-23T12:48:11.834Z | Compiling precomputed-hash v0.1.1 |
1558 | 2025-02-23T12:48:11.993Z | Compiling number_prefix v0.4.0 |
1559 | 2025-02-23T12:48:12.013Z | Compiling fixedbitset v0.4.2 |
1560 | 2025-02-23T12:48:12.290Z | Compiling new_debug_unreachable v1.0.6 |
1561 | 2025-02-23T12:48:12.331Z | Compiling whoami v1.5.2 |
1562 | 2025-02-23T12:48:12.411Z | Compiling difflib v0.4.0 |
1563 | 2025-02-23T12:48:12.435Z | Compiling bit-vec v0.6.3 |
1564 | 2025-02-23T12:48:12.610Z | Compiling static_assertions v1.1.0 |
1565 | 2025-02-23T12:48:12.726Z | Compiling predicates-core v1.0.8 |
1566 | 2025-02-23T12:48:12.783Z | Compiling unicode-segmentation v1.12.0 |
1567 | 2025-02-23T12:48:12.830Z | Compiling normalize-line-endings v0.3.0 |
1568 | 2025-02-23T12:48:12.977Z | Compiling predicates v3.1.3 |
1569 | 2025-02-23T12:48:13.038Z | Compiling bit-set v0.5.3 |
1570 | 2025-02-23T12:48:13.315Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1571 | 2025-02-23T12:48:13.640Z | Compiling similar v2.6.0 |
1572 | 2025-02-23T12:48:13.686Z | Compiling tokio-postgres v0.7.12 |
1573 | 2025-02-23T12:48:13.977Z | Compiling string_cache v0.8.7 |
1574 | 2025-02-23T12:48:14.399Z | Compiling petgraph v0.6.5 |
1575 | 2025-02-23T12:48:14.419Z | Compiling indicatif v0.17.11 |
1576 | 2025-02-23T12:48:14.822Z | Compiling clap v4.5.30 |
1577 | 2025-02-23T12:48:14.945Z | Compiling ecdsa v0.16.9 |
1578 | 2025-02-23T12:48:15.704Z | Compiling rsa v0.9.6 |
1579 | 2025-02-23T12:48:15.754Z | Compiling ed25519-dalek v2.1.1 |
1580 | 2025-02-23T12:48:16.320Z | Compiling toml v0.7.8 |
1581 | 2025-02-23T12:48:17.807Z | Compiling zip v0.6.6 |
1582 | 2025-02-23T12:48:17.948Z | Compiling crossterm v0.28.1 |
1583 | 2025-02-23T12:48:19.533Z | Compiling hex v0.4.3 |
1584 | 2025-02-23T12:48:19.553Z | Compiling x509-cert v0.2.5 |
1585 | 2025-02-23T12:48:19.628Z | Compiling itertools v0.14.0 |
1586 | 2025-02-23T12:48:19.838Z | Compiling itertools v0.10.5 |
1587 | 2025-02-23T12:48:20.083Z | Compiling unicode-xid v0.2.6 |
1588 | 2025-02-23T12:48:20.191Z | Compiling lalrpop-util v0.19.12 |
1589 | 2025-02-23T12:48:20.276Z | Compiling peg-runtime v0.8.3 |
1590 | 2025-02-23T12:48:20.544Z | Compiling strum_macros v0.26.4 |
1591 | 2025-02-23T12:48:20.845Z | Compiling xattr v1.3.1 |
1592 | 2025-02-23T12:48:21.075Z | Compiling filetime v0.2.25 |
1593 | 2025-02-23T12:48:21.364Z | Compiling tar v0.4.42 |
1594 | 2025-02-23T12:48:25.051Z | Compiling strum v0.26.3 |
1595 | 2025-02-23T12:48:28.176Z | Compiling aws-lc-sys v0.22.0 |
1596 | 2025-02-23T12:48:55.336Z | Compiling rustls-webpki v0.102.8 |
1597 | 2025-02-23T12:48:58.518Z | Compiling tokio-rustls v0.25.0 |
1598 | 2025-02-23T12:49:00.202Z | Compiling tokio-rustls v0.26.0 |
1599 | 2025-02-23T12:49:00.471Z | Compiling hyper-rustls v0.27.3 |
1600 | 2025-02-23T12:49:00.854Z | Compiling reqwest v0.12.12 |
1601 | 2025-02-23T12:49:02.190Z | Compiling qorb v0.2.1 |
1602 | 2025-02-23T12:49:05.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2025-02-23T12:49:05.348Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2025-02-23T12:49:09.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1605 | 2025-02-23T12:49:09.876Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1606 | 2025-02-23T12:49:09.926Z | Feb 23 12:49:09.325 INFO Starting download, target: Cockroach |
1607 | 2025-02-23T12:49:09.926Z | Feb 23 12:49:09.325 INFO Starting download, target: Clickhouse |
1608 | 2025-02-23T12:49:09.926Z | Feb 23 12:49:09.325 INFO Starting download, target: Console |
1609 | 2025-02-23T12:49:09.926Z | Feb 23 12:49:09.325 INFO Starting download, target: DendriteOpenapi |
1610 | 2025-02-23T12:49:09.926Z | Feb 23 12:49:09.325 INFO Starting download, target: DendriteStub |
1611 | 2025-02-23T12:49:09.935Z | Feb 23 12:49:09.325 INFO Starting download, target: MaghemiteMgd |
1612 | 2025-02-23T12:49:09.935Z | Feb 23 12:49:09.325 INFO Starting download, target: TransceiverControl |
1613 | 2025-02-23T12:49:09.935Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1614 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1615 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1616 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1617 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1618 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1619 | 2025-02-23T12:49:09.936Z | Feb 23 12:49:09.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1620 | 2025-02-23T12:49:10.087Z | Feb 23 12:49:09.478 INFO Download complete, target: DendriteOpenapi |
1621 | 2025-02-23T12:49:10.255Z | Feb 23 12:49:09.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1622 | 2025-02-23T12:49:10.463Z | Feb 23 12:49:09.856 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1623 | 2025-02-23T12:49:10.810Z | Feb 23 12:49:10.190 INFO Download complete, target: TransceiverControl |
1624 | 2025-02-23T12:49:10.839Z | Feb 23 12:49:10.234 INFO Download complete, target: Console |
1625 | 2025-02-23T12:49:10.858Z | Feb 23 12:49:10.257 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1626 | 2025-02-23T12:49:10.873Z | Feb 23 12:49:10.271 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1627 | 2025-02-23T12:49:11.485Z | Feb 23 12:49:10.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1628 | 2025-02-23T12:49:11.485Z | Feb 23 12:49:10.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1629 | 2025-02-23T12:49:12.011Z | Feb 23 12:49:11.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1630 | 2025-02-23T12:49:13.826Z | Feb 23 12:49:13.223 INFO Download complete, target: DendriteStub |
1631 | 2025-02-23T12:49:13.939Z | Feb 23 12:49:13.336 INFO Download complete, target: MaghemiteMgd |
1632 | 2025-02-23T12:49:18.880Z | Feb 23 12:49:18.276 INFO Checking that binary works, target: Cockroach |
1633 | 2025-02-23T12:49:19.035Z | Feb 23 12:49:18.431 INFO Download complete, target: Cockroach |
1634 | 2025-02-23T12:49:24.393Z | Feb 23 12:49:23.781 INFO Checking that binary works, target: Clickhouse |
1635 | 2025-02-23T12:49:24.537Z | Feb 23 12:49:23.926 INFO Download complete, target: Clickhouse |
1636 | 2025-02-23T12:49:24.558Z | All builder prerequisites installed successfully, and PATH looks valid |
1637 | 2025-02-23T12:49:24.564Z | |
1638 | 2025-02-23T12:49:24.565Z | real 6:09.245803113 |
1639 | 2025-02-23T12:49:24.565Z | user 15:20.672988355 |
1640 | 2025-02-23T12:49:24.565Z | sys 2:03.035473010 |
1641 | 2025-02-23T12:49:24.565Z | trap 0.558699722 |
1642 | 2025-02-23T12:49:24.565Z | tflt 0.857843803 |
1643 | 2025-02-23T12:49:24.565Z | dflt 1.332743341 |
1644 | 2025-02-23T12:49:24.565Z | kflt 0.025032070 |
1645 | 2025-02-23T12:49:24.565Z | lock 24:15.822079578 |
1646 | 2025-02-23T12:49:24.565Z | slp 56:37.602706676 |
1647 | 2025-02-23T12:49:24.566Z | lat 59.902116359 |
1648 | 2025-02-23T12:49:24.566Z | stop 2:19.440138382 |
1649 | 2025-02-23T12:49:24.566Z | + banner clippy |
1650 | 2025-02-23T12:49:24.566Z | |
1651 | 2025-02-23T12:49:24.566Z | #### # # ##### ##### # # |
1652 | 2025-02-23T12:49:24.566Z | # # # # # # # # # # |
1653 | 2025-02-23T12:49:24.566Z | # # # # # # # # |
1654 | 2025-02-23T12:49:24.567Z | # # # ##### ##### # |
1655 | 2025-02-23T12:49:24.567Z | # # # # # # # |
1656 | 2025-02-23T12:49:24.567Z | #### ###### # # # # |
1657 | 2025-02-23T12:49:24.567Z | |
1658 | 2025-02-23T12:49:24.567Z | + export CARGO_INCREMENTAL=0 |
1659 | 2025-02-23T12:49:24.567Z | + CARGO_INCREMENTAL=0 |
1660 | 2025-02-23T12:49:24.567Z | + ptime -m cargo xtask clippy |
1661 | 2025-02-23T12:49:25.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1662 | 2025-02-23T12:49:27.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1663 | 2025-02-23T12:49:27.943Z | Running `target/debug/xtask clippy` |
1664 | 2025-02-23T12:49:27.964Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1665 | 2025-02-23T12:49:28.608Z | Downloading crates ... |
1666 | 2025-02-23T12:49:28.913Z | Downloaded anes v0.1.6 |
1667 | 2025-02-23T12:49:28.918Z | Downloaded cast v0.3.0 |
1668 | 2025-02-23T12:49:28.921Z | Downloaded async-channel v1.9.0 |
1669 | 2025-02-23T12:49:28.925Z | Downloaded async-executor v1.13.1 |
1670 | 2025-02-23T12:49:28.936Z | Downloaded guppy-workspace-hack v0.1.0 |
1671 | 2025-02-23T12:49:28.940Z | Downloaded target-triple v0.1.3 |
1672 | 2025-02-23T12:49:28.942Z | Downloaded escape8259 v0.5.3 |
1673 | 2025-02-23T12:49:28.943Z | Downloaded nested v0.1.1 |
1674 | 2025-02-23T12:49:28.945Z | Downloaded plotters-svg v0.3.7 |
1675 | 2025-02-23T12:49:28.945Z | Downloaded doc-comment v0.3.3 |
1676 | 2025-02-23T12:49:28.950Z | Downloaded async-object-pool v0.1.5 |
1677 | 2025-02-23T12:49:28.954Z | Downloaded async-attributes v1.1.2 |
1678 | 2025-02-23T12:49:28.957Z | Downloaded blocking v1.6.1 |
1679 | 2025-02-23T12:49:28.959Z | Downloaded async-global-executor v2.4.1 |
1680 | 2025-02-23T12:49:28.962Z | Downloaded async-channel v2.3.1 |
1681 | 2025-02-23T12:49:28.964Z | Downloaded pathdiff v0.2.3 |
1682 | 2025-02-23T12:49:28.964Z | Downloaded approx v0.5.1 |
1683 | 2025-02-23T12:49:28.967Z | Downloaded event-listener-strategy v0.5.2 |
1684 | 2025-02-23T12:49:28.967Z | Downloaded assert-json-diff v2.0.2 |
1685 | 2025-02-23T12:49:28.969Z | Downloaded async-signal v0.2.10 |
1686 | 2025-02-23T12:49:28.972Z | Downloaded plotters-backend v0.3.7 |
1687 | 2025-02-23T12:49:28.976Z | Downloaded piper v0.2.4 |
1688 | 2025-02-23T12:49:28.979Z | Downloaded serde_regex v1.1.0 |
1689 | 2025-02-23T12:49:28.979Z | Downloaded similar-asserts v1.6.0 |
1690 | 2025-02-23T12:49:28.981Z | Downloaded relative-path v1.9.3 |
1691 | 2025-02-23T12:49:28.981Z | Downloaded parking v2.2.1 |
1692 | 2025-02-23T12:49:28.983Z | Downloaded oorandom v11.1.4 |
1693 | 2025-02-23T12:49:28.983Z | Downloaded kv-log-macro v1.0.7 |
1694 | 2025-02-23T12:49:28.986Z | Downloaded stringmetrics v2.2.2 |
1695 | 2025-02-23T12:49:28.988Z | Downloaded datatest-stable v0.2.9 |
1696 | 2025-02-23T12:49:28.991Z | Downloaded num_cpus v1.16.0 |
1697 | 2025-02-23T12:49:28.994Z | Downloaded futures-timer v3.0.3 |
1698 | 2025-02-23T12:49:28.996Z | Downloaded proc-macro-crate v3.2.0 |
1699 | 2025-02-23T12:49:28.996Z | Downloaded assert_cmd v2.0.16 |
1700 | 2025-02-23T12:49:28.999Z | Downloaded criterion-plot v0.5.0 |
1701 | 2025-02-23T12:49:29.002Z | Downloaded tinytemplate v1.2.1 |
1702 | 2025-02-23T12:49:29.002Z | Downloaded threadpool v1.8.1 |
1703 | 2025-02-23T12:49:29.002Z | Downloaded target-spec v3.4.2 |
1704 | 2025-02-23T12:49:29.005Z | Downloaded rustls-native-certs v0.7.3 |
1705 | 2025-02-23T12:49:29.007Z | Downloaded partial-io v0.5.4 |
1706 | 2025-02-23T12:49:29.010Z | Downloaded libtest-mimic v0.7.3 |
1707 | 2025-02-23T12:49:29.010Z | Downloaded async-lock v3.4.0 |
1708 | 2025-02-23T12:49:29.012Z | Downloaded rust-argon2 v2.1.0 |
1709 | 2025-02-23T12:49:29.015Z | Downloaded target-lexicon v0.13.2 |
1710 | 2025-02-23T12:49:29.018Z | Downloaded futures-lite v2.3.0 |
1711 | 2025-02-23T12:49:29.020Z | Downloaded cfg-expr v0.18.0 |
1712 | 2025-02-23T12:49:29.023Z | Downloaded trybuild v1.0.101 |
1713 | 2025-02-23T12:49:29.025Z | Downloaded event-listener v5.3.1 |
1714 | 2025-02-23T12:49:29.028Z | Downloaded async-task v4.7.1 |
1715 | 2025-02-23T12:49:29.030Z | Downloaded rstest v0.23.0 |
1716 | 2025-02-23T12:49:29.036Z | Downloaded yansi v1.0.1 |
1717 | 2025-02-23T12:49:29.039Z | Downloaded fancy-regex v0.13.0 |
1718 | 2025-02-23T12:49:29.042Z | Downloaded rstest_macros v0.23.0 |
1719 | 2025-02-23T12:49:29.045Z | Downloaded rand_distr v0.4.3 |
1720 | 2025-02-23T12:49:29.048Z | Downloaded pretty_assertions v1.4.1 |
1721 | 2025-02-23T12:49:29.051Z | Downloaded polling v3.7.3 |
1722 | 2025-02-23T12:49:29.069Z | Downloaded async-process v2.3.0 |
1723 | 2025-02-23T12:49:29.072Z | Downloaded criterion v0.5.1 |
1724 | 2025-02-23T12:49:29.078Z | Downloaded guppy v0.17.17 |
1725 | 2025-02-23T12:49:29.083Z | Downloaded path-tree v0.8.1 |
1726 | 2025-02-23T12:49:29.086Z | Downloaded hyper-rustls v0.26.0 |
1727 | 2025-02-23T12:49:29.088Z | Downloaded plotters v0.3.7 |
1728 | 2025-02-23T12:49:29.096Z | Downloaded httptest v0.16.3 |
1729 | 2025-02-23T12:49:29.098Z | Downloaded async-std v1.13.0 |
1730 | 2025-02-23T12:49:29.116Z | Downloaded fixedbitset v0.5.7 |
1731 | 2025-02-23T12:49:29.118Z | Downloaded concurrent-queue v2.5.0 |
1732 | 2025-02-23T12:49:29.120Z | Downloaded cargo_metadata v0.19.1 |
1733 | 2025-02-23T12:49:29.123Z | Downloaded blake2b_simd v1.0.2 |
1734 | 2025-02-23T12:49:29.123Z | Downloaded event-listener v2.5.3 |
1735 | 2025-02-23T12:49:29.125Z | Downloaded async-io v2.3.4 |
1736 | 2025-02-23T12:49:29.170Z | Downloaded petgraph v0.7.1 |
1737 | 2025-02-23T12:49:29.223Z | Downloaded httpmock v0.8.0-alpha.1 |
1738 | 2025-02-23T12:49:30.020Z | Checking cfg-if v1.0.0 |
1739 | 2025-02-23T12:49:30.102Z | Checking libc v0.2.170 |
1740 | 2025-02-23T12:49:30.123Z | Checking serde v1.0.218 |
1741 | 2025-02-23T12:49:30.148Z | Checking memchr v2.7.4 |
1742 | 2025-02-23T12:49:30.171Z | Checking value-bag v1.9.0 |
1743 | 2025-02-23T12:49:30.197Z | Checking itoa v1.0.11 |
1744 | 2025-02-23T12:49:30.197Z | Checking zeroize v1.8.1 |
1745 | 2025-02-23T12:49:30.245Z | Checking smallvec v1.14.0 |
1746 | 2025-02-23T12:49:30.271Z | Checking scopeguard v1.2.0 |
1747 | 2025-02-23T12:49:30.432Z | Checking lock_api v0.4.12 |
1748 | 2025-02-23T12:49:30.462Z | Checking byteorder v1.5.0 |
1749 | 2025-02-23T12:49:30.491Z | Checking once_cell v1.20.3 |
1750 | 2025-02-23T12:49:30.553Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-02-23T12:49:30.579Z | Checking log v0.4.22 |
1752 | 2025-02-23T12:49:30.701Z | Checking subtle v2.6.1 |
1753 | 2025-02-23T12:49:30.782Z | Checking typenum v1.17.0 |
1754 | 2025-02-23T12:49:30.833Z | Checking libm v0.2.8 |
1755 | 2025-02-23T12:49:30.861Z | Checking ryu v1.0.18 |
1756 | 2025-02-23T12:49:30.935Z | Checking futures-core v0.3.31 |
1757 | 2025-02-23T12:49:30.981Z | Checking zerocopy v0.7.35 |
1758 | 2025-02-23T12:49:31.069Z | Checking thiserror v1.0.69 |
1759 | 2025-02-23T12:49:31.096Z | Checking getrandom v0.2.15 |
1760 | 2025-02-23T12:49:31.122Z | Checking parking_lot_core v0.9.10 |
1761 | 2025-02-23T12:49:31.146Z | Checking signal-hook-registry v1.4.2 |
1762 | 2025-02-23T12:49:31.200Z | Checking mio v1.0.2 |
1763 | 2025-02-23T12:49:31.352Z | Checking rand_core v0.6.4 |
1764 | 2025-02-23T12:49:31.388Z | Checking socket2 v0.5.7 |
1765 | 2025-02-23T12:49:31.469Z | Checking parking_lot v0.12.3 |
1766 | 2025-02-23T12:49:31.680Z | Checking num-traits v0.2.19 |
1767 | 2025-02-23T12:49:31.747Z | Checking allocator-api2 v0.2.18 |
1768 | 2025-02-23T12:49:31.809Z | Checking const-oid v0.9.6 |
1769 | 2025-02-23T12:49:31.839Z | Checking generic-array v0.14.7 |
1770 | 2025-02-23T12:49:31.868Z | Checking futures-io v0.3.31 |
1771 | 2025-02-23T12:49:31.898Z | Checking slab v0.4.9 |
1772 | 2025-02-23T12:49:32.075Z | Checking cpufeatures v0.2.14 |
1773 | 2025-02-23T12:49:32.183Z | Checking futures-sink v0.3.31 |
1774 | 2025-02-23T12:49:32.214Z | Checking equivalent v1.0.1 |
1775 | 2025-02-23T12:49:32.216Z | Checking foldhash v0.1.3 |
1776 | 2025-02-23T12:49:32.343Z | Checking iana-time-zone v0.1.61 |
1777 | 2025-02-23T12:49:32.347Z | Checking pin-utils v0.1.0 |
1778 | 2025-02-23T12:49:32.393Z | Checking futures-channel v0.3.31 |
1779 | 2025-02-23T12:49:32.460Z | Checking futures-task v0.3.31 |
1780 | 2025-02-23T12:49:32.462Z | Checking hashbrown v0.15.1 |
1781 | 2025-02-23T12:49:32.540Z | Checking fnv v1.0.7 |
1782 | 2025-02-23T12:49:32.697Z | Checking stable_deref_trait v1.2.0 |
1783 | 2025-02-23T12:49:32.734Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1784 | 2025-02-23T12:49:32.770Z | Checking futures-util v0.3.31 |
1785 | 2025-02-23T12:49:32.828Z | Checking errno v0.3.9 |
1786 | 2025-02-23T12:49:32.877Z | Checking crypto-common v0.1.6 |
1787 | 2025-02-23T12:49:33.037Z | Checking block-buffer v0.10.4 |
1788 | 2025-02-23T12:49:33.084Z | Checking dyn-clone v1.0.18 |
1789 | 2025-02-23T12:49:33.134Z | Checking tracing-core v0.1.32 |
1790 | 2025-02-23T12:49:33.160Z | Checking ppv-lite86 v0.2.20 |
1791 | 2025-02-23T12:49:33.251Z | Checking zerofrom v0.1.4 |
1792 | 2025-02-23T12:49:33.284Z | Checking crossbeam-utils v0.8.20 |
1793 | 2025-02-23T12:49:33.482Z | Checking yoke v0.7.4 |
1794 | 2025-02-23T12:49:33.515Z | Checking percent-encoding v2.3.1 |
1795 | 2025-02-23T12:49:33.688Z | Checking digest v0.10.7 |
1796 | 2025-02-23T12:49:33.744Z | Checking litemap v0.7.3 |
1797 | 2025-02-23T12:49:33.771Z | Checking tracing v0.1.40 |
1798 | 2025-02-23T12:49:33.826Z | Checking zerovec v0.10.4 |
1799 | 2025-02-23T12:49:33.867Z | Checking rand_chacha v0.3.1 |
1800 | 2025-02-23T12:49:33.991Z | Checking writeable v0.5.5 |
1801 | 2025-02-23T12:49:34.039Z | Checking block-padding v0.3.3 |
1802 | 2025-02-23T12:49:34.105Z | Checking httparse v1.9.5 |
1803 | 2025-02-23T12:49:34.142Z | Checking regex-syntax v0.8.5 |
1804 | 2025-02-23T12:49:34.260Z | Checking inout v0.1.3 |
1805 | 2025-02-23T12:49:34.287Z | Checking rand v0.8.5 |
1806 | 2025-02-23T12:49:34.311Z | Checking icu_locid_transform_data v1.5.0 |
1807 | 2025-02-23T12:49:34.423Z | Checking atomic-waker v1.1.2 |
1808 | 2025-02-23T12:49:34.481Z | Checking cipher v0.4.4 |
1809 | 2025-02-23T12:49:34.508Z | Checking form_urlencoded v1.2.1 |
1810 | 2025-02-23T12:49:34.536Z | Checking bytes v1.9.0 |
1811 | 2025-02-23T12:49:34.584Z | Checking bitflags v2.6.0 |
1812 | 2025-02-23T12:49:34.706Z | Checking serde_json v1.0.139 |
1813 | 2025-02-23T12:49:34.875Z | Checking chrono v0.4.39 |
1814 | 2025-02-23T12:49:34.907Z | Checking semver v1.0.25 |
1815 | 2025-02-23T12:49:35.298Z | Checking indexmap v2.7.1 |
1816 | 2025-02-23T12:49:35.325Z | Checking uuid v1.12.0 |
1817 | 2025-02-23T12:49:35.351Z | Checking tokio v1.43.0 |
1818 | 2025-02-23T12:49:35.554Z | Checking rustix v0.38.37 |
1819 | 2025-02-23T12:49:35.963Z | Checking http v1.2.0 |
1820 | 2025-02-23T12:49:36.316Z | Checking tinystr v0.7.6 |
1821 | 2025-02-23T12:49:36.511Z | Checking icu_collections v1.5.0 |
1822 | 2025-02-23T12:49:36.675Z | Checking icu_locid v1.5.0 |
1823 | 2025-02-23T12:49:36.772Z | Checking schemars v0.8.21 |
1824 | 2025-02-23T12:49:37.191Z | Checking untrusted v0.9.0 |
1825 | 2025-02-23T12:49:37.222Z | Checking powerfmt v0.2.0 |
1826 | 2025-02-23T12:49:37.269Z | Checking unicode-ident v1.0.14 |
1827 | 2025-02-23T12:49:37.371Z | Checking icu_properties_data v1.5.0 |
1828 | 2025-02-23T12:49:37.427Z | Checking ring v0.17.11 |
1829 | 2025-02-23T12:49:37.470Z | Checking proc-macro2 v1.0.93 |
1830 | 2025-02-23T12:49:37.503Z | Checking deranged v0.3.11 |
1831 | 2025-02-23T12:49:37.611Z | Checking aho-corasick v1.1.3 |
1832 | 2025-02-23T12:49:37.640Z | Checking icu_provider v1.5.0 |
1833 | 2025-02-23T12:49:38.154Z | Checking spin v0.9.8 |
1834 | 2025-02-23T12:49:38.267Z | Checking icu_locid_transform v1.5.0 |
1835 | 2025-02-23T12:49:38.296Z | Checking num_threads v0.1.7 |
1836 | 2025-02-23T12:49:38.431Z | Checking num-conv v0.1.0 |
1837 | 2025-02-23T12:49:38.500Z | Checking utf8_iter v1.0.4 |
1838 | 2025-02-23T12:49:38.676Z | Checking write16 v1.0.0 |
1839 | 2025-02-23T12:49:38.702Z | Checking utf16_iter v1.0.5 |
1840 | 2025-02-23T12:49:38.730Z | Checking time-core v0.1.2 |
1841 | 2025-02-23T12:49:38.799Z | Checking icu_normalizer_data v1.5.0 |
1842 | 2025-02-23T12:49:38.827Z | Checking quote v1.0.38 |
1843 | 2025-02-23T12:49:38.869Z | Checking base64ct v1.6.0 |
1844 | 2025-02-23T12:49:38.896Z | Checking time v0.3.36 |
1845 | 2025-02-23T12:49:38.923Z | Checking sha2 v0.10.8 |
1846 | 2025-02-23T12:49:39.183Z | Checking syn v2.0.96 |
1847 | 2025-02-23T12:49:39.226Z | Checking regex-automata v0.4.8 |
1848 | 2025-02-23T12:49:39.281Z | Checking icu_properties v1.5.1 |
1849 | 2025-02-23T12:49:39.309Z | Checking hmac v0.12.1 |
1850 | 2025-02-23T12:49:39.482Z | Checking adler2 v2.0.0 |
1851 | 2025-02-23T12:49:39.530Z | Checking rustls-pki-types v1.10.0 |
1852 | 2025-02-23T12:49:39.618Z | Checking http-body v1.0.1 |
1853 | 2025-02-23T12:49:39.654Z | Checking miniz_oxide v0.8.0 |
1854 | 2025-02-23T12:49:39.835Z | Checking aws-lc-sys v0.22.0 |
1855 | 2025-02-23T12:49:40.085Z | Checking try-lock v0.2.5 |
1856 | 2025-02-23T12:49:40.238Z | Checking untrusted v0.7.1 |
1857 | 2025-02-23T12:49:40.363Z | Checking mirai-annotations v1.12.0 |
1858 | 2025-02-23T12:49:40.439Z | Checking base64 v0.22.1 |
1859 | 2025-02-23T12:49:40.561Z | Checking httpdate v1.0.3 |
1860 | 2025-02-23T12:49:40.830Z | Checking want v0.3.1 |
1861 | 2025-02-23T12:49:40.923Z | Checking ahash v0.8.11 |
1862 | 2025-02-23T12:49:41.019Z | Checking pem-rfc7468 v0.7.0 |
1863 | 2025-02-23T12:49:41.239Z | Checking tower-service v0.3.3 |
1864 | 2025-02-23T12:49:41.303Z | Checking slog v2.7.0 |
1865 | 2025-02-23T12:49:41.374Z | Checking mime v0.3.17 |
1866 | 2025-02-23T12:49:41.409Z | Checking flagset v0.4.6 |
1867 | 2025-02-23T12:49:41.628Z | Checking der v0.7.9 |
1868 | 2025-02-23T12:49:41.687Z | Checking pbkdf2 v0.12.2 |
1869 | 2025-02-23T12:49:41.774Z | Checking aes v0.8.4 |
1870 | 2025-02-23T12:49:41.874Z | Checking utf8parse v0.2.2 |
1871 | 2025-02-23T12:49:41.946Z | Checking aws-lc-rs v1.10.0 |
1872 | 2025-02-23T12:49:41.995Z | Checking tokio-util v0.7.12 |
1873 | 2025-02-23T12:49:42.032Z | Checking gimli v0.31.1 |
1874 | 2025-02-23T12:49:42.631Z | Checking icu_normalizer v1.5.0 |
1875 | 2025-02-23T12:49:42.661Z | Checking http-body-util v0.1.2 |
1876 | 2025-02-23T12:49:42.851Z | Checking h2 v0.4.6 |
1877 | 2025-02-23T12:49:43.119Z | Checking cbc v0.1.2 |
1878 | 2025-02-23T12:49:43.333Z | Checking salsa20 v0.10.2 |
1879 | 2025-02-23T12:49:43.364Z | Checking spki v0.7.3 |
1880 | 2025-02-23T12:49:43.394Z | Checking idna_adapter v1.2.0 |
1881 | 2025-02-23T12:49:43.568Z | Checking object v0.36.5 |
1882 | 2025-02-23T12:49:43.598Z | Checking idna v1.0.3 |
1883 | 2025-02-23T12:49:43.600Z | Checking regex v1.11.1 |
1884 | 2025-02-23T12:49:43.623Z | Checking rustls-webpki v0.102.8 |
1885 | 2025-02-23T12:49:43.669Z | Checking rustc-demangle v0.1.24 |
1886 | 2025-02-23T12:49:44.090Z | Checking url v2.5.3 |
1887 | 2025-02-23T12:49:44.125Z | Checking scrypt v0.11.0 |
1888 | 2025-02-23T12:49:44.219Z | Checking rustls-pemfile v2.2.0 |
1889 | 2025-02-23T12:49:44.355Z | Checking lazy_static v1.5.0 |
1890 | 2025-02-23T12:49:44.415Z | Checking openssl-probe v0.1.5 |
1891 | 2025-02-23T12:49:44.446Z | Checking foreign-types-shared v0.1.1 |
1892 | 2025-02-23T12:49:44.499Z | Checking ipnet v2.10.1 |
1893 | 2025-02-23T12:49:44.575Z | Checking anstyle v1.0.10 |
1894 | 2025-02-23T12:49:44.606Z | Checking foreign-types v0.3.2 |
1895 | 2025-02-23T12:49:44.716Z | Checking pkcs5 v0.7.1 |
1896 | 2025-02-23T12:49:44.883Z | Checking futures-executor v0.3.31 |
1897 | 2025-02-23T12:49:44.944Z | Checking serde_urlencoded v0.7.1 |
1898 | 2025-02-23T12:49:44.972Z | Checking openssl-sys v0.9.106 |
1899 | 2025-02-23T12:49:45.132Z | Checking encoding_rs v0.8.34 |
1900 | 2025-02-23T12:49:45.167Z | Checking futures v0.3.31 |
1901 | 2025-02-23T12:49:45.238Z | Checking pkcs8 v0.10.2 |
1902 | 2025-02-23T12:49:45.291Z | Checking serde_spanned v0.6.8 |
1903 | 2025-02-23T12:49:45.321Z | Checking toml_datetime v0.6.8 |
1904 | 2025-02-23T12:49:45.493Z | Checking rustls v0.23.19 |
1905 | 2025-02-23T12:49:45.566Z | Checking anstyle-parse v0.2.5 |
1906 | 2025-02-23T12:49:45.607Z | Checking is_terminal_polyfill v1.70.1 |
1907 | 2025-02-23T12:49:45.726Z | Checking addr2line v0.24.2 |
1908 | 2025-02-23T12:49:45.755Z | Checking colorchoice v1.0.2 |
1909 | 2025-02-23T12:49:45.847Z | Checking data-encoding v2.6.0 |
1910 | 2025-02-23T12:49:45.909Z | Checking anstyle-query v1.1.1 |
1911 | 2025-02-23T12:49:46.055Z | Checking anstream v0.6.15 |
1912 | 2025-02-23T12:49:46.140Z | Checking openssl v0.10.71 |
1913 | 2025-02-23T12:49:46.241Z | Checking terminal_size v0.4.0 |
1914 | 2025-02-23T12:49:46.375Z | Checking openapiv3 v2.0.0 |
1915 | 2025-02-23T12:49:46.438Z | Checking sha1 v0.10.6 |
1916 | 2025-02-23T12:49:46.440Z | Checking psl-types v2.0.11 |
1917 | 2025-02-23T12:49:46.829Z | Checking strsim v0.11.1 |
1918 | 2025-02-23T12:49:46.838Z | Checking either v1.13.0 |
1919 | 2025-02-23T12:49:46.961Z | Checking clap_lex v0.7.4 |
1920 | 2025-02-23T12:49:47.168Z | Checking publicsuffix v2.3.0 |
1921 | 2025-02-23T12:49:47.218Z | Checking clap_builder v4.5.30 |
1922 | 2025-02-23T12:49:47.374Z | Checking cookie v0.18.1 |
1923 | 2025-02-23T12:49:47.448Z | Checking webpki-roots v0.26.6 |
1924 | 2025-02-23T12:49:47.662Z | Checking camino v1.1.9 |
1925 | 2025-02-23T12:49:47.852Z | Checking sync_wrapper v1.0.1 |
1926 | 2025-02-23T12:49:47.989Z | Checking is-terminal v0.4.13 |
1927 | 2025-02-23T12:49:48.147Z | Checking tower-layer v0.3.3 |
1928 | 2025-02-23T12:49:48.206Z | Checking cookie_store v0.21.1 |
1929 | 2025-02-23T12:49:48.407Z | Checking tower v0.5.2 |
1930 | 2025-02-23T12:49:48.891Z | Checking hyper v1.5.2 |
1931 | 2025-02-23T12:49:48.919Z | Checking signature v2.2.0 |
1932 | 2025-02-23T12:49:49.093Z | Checking scroll v0.12.0 |
1933 | 2025-02-23T12:49:49.138Z | Checking winnow v0.6.20 |
1934 | 2025-02-23T12:49:49.389Z | Checking backtrace v0.3.74 |
1935 | 2025-02-23T12:49:49.582Z | Checking plain v0.2.3 |
1936 | 2025-02-23T12:49:49.703Z | Checking ucd-trie v0.1.7 |
1937 | 2025-02-23T12:49:49.753Z | Checking goblin v0.8.2 |
1938 | 2025-02-23T12:49:49.946Z | Checking pest v2.7.14 |
1939 | 2025-02-23T12:49:49.988Z | Checking anyhow v1.0.96 |
1940 | 2025-02-23T12:49:50.238Z | Checking clap v4.5.30 |
1941 | 2025-02-23T12:49:50.345Z | Checking dirs-sys-next v0.1.2 |
1942 | 2025-02-23T12:49:50.377Z | Checking tinyvec_macros v0.1.1 |
1943 | 2025-02-23T12:49:50.479Z | Checking pretty-hex v0.4.1 |
1944 | 2025-02-23T12:49:50.543Z | Checking dirs-next v2.0.0 |
1945 | 2025-02-23T12:49:50.573Z | Checking tokio-rustls v0.26.0 |
1946 | 2025-02-23T12:49:50.666Z | Checking tinyvec v1.8.0 |
1947 | 2025-02-23T12:49:50.694Z | Checking crossbeam-channel v0.5.13 |
1948 | 2025-02-23T12:49:50.815Z | Checking hyper-util v0.1.10 |
1949 | 2025-02-23T12:49:50.971Z | Checking thread-id v4.2.2 |
1950 | 2025-02-23T12:49:51.104Z | Checking thread_local v1.1.8 |
1951 | 2025-02-23T12:49:51.190Z | Checking native-tls v0.2.12 |
1952 | 2025-02-23T12:49:51.372Z | Checking base16ct v0.2.0 |
1953 | 2025-02-23T12:49:51.400Z | Checking term v0.7.0 |
1954 | 2025-02-23T12:49:51.499Z | Checking tokio-native-tls v0.3.1 |
1955 | 2025-02-23T12:49:51.587Z | Checking sec1 v0.7.3 |
1956 | 2025-02-23T12:49:51.785Z | Checking num-integer v0.1.46 |
1957 | 2025-02-23T12:49:51.813Z | Checking ff v0.13.0 |
1958 | 2025-02-23T12:49:51.840Z | Checking memmap v0.7.0 |
1959 | 2025-02-23T12:49:51.908Z | Checking take_mut v0.2.2 |
1960 | 2025-02-23T12:49:51.981Z | Checking slog-term v2.9.1 |
1961 | 2025-02-23T12:49:52.051Z | Checking group v0.13.0 |
1962 | 2025-02-23T12:49:52.054Z | Checking toml_edit v0.22.22 |
1963 | 2025-02-23T12:49:52.102Z | Checking slog-async v2.8.0 |
1964 | 2025-02-23T12:49:52.297Z | Checking hkdf v0.12.4 |
1965 | 2025-02-23T12:49:52.299Z | Checking crypto-bigint v0.5.5 |
1966 | 2025-02-23T12:49:52.383Z | Checking crc32fast v1.4.2 |
1967 | 2025-02-23T12:49:52.452Z | Checking dtrace-parser v0.2.0 |
1968 | 2025-02-23T12:49:52.480Z | Checking utf-8 v0.7.6 |
1969 | 2025-02-23T12:49:52.508Z | Checking bitflags v1.3.2 |
1970 | 2025-02-23T12:49:52.620Z | Checking match_cfg v0.1.0 |
1971 | 2025-02-23T12:49:52.648Z | Checking static_assertions v1.1.0 |
1972 | 2025-02-23T12:49:52.704Z | Checking unicode-width v0.2.0 |
1973 | 2025-02-23T12:49:52.733Z | Checking hostname v0.3.1 |
1974 | 2025-02-23T12:49:52.762Z | Checking unicode-segmentation v1.12.0 |
1975 | 2025-02-23T12:49:52.765Z | Checking hyper-tls v0.6.0 |
1976 | 2025-02-23T12:49:52.883Z | Checking hyper-rustls v0.27.3 |
1977 | 2025-02-23T12:49:52.908Z | Checking num-iter v0.1.45 |
1978 | 2025-02-23T12:49:53.085Z | Checking crossbeam-epoch v0.9.18 |
1979 | 2025-02-23T12:49:53.107Z | Checking bstr v1.10.0 |
1980 | 2025-02-23T12:49:53.163Z | Checking slog-json v2.6.1 |
1981 | 2025-02-23T12:49:53.215Z | Checking reqwest v0.12.12 |
1982 | 2025-02-23T12:49:53.454Z | Checking rfc6979 v0.4.0 |
1983 | 2025-02-23T12:49:53.462Z | Checking hubpack v0.1.2 |
1984 | 2025-02-23T12:49:53.515Z | Checking hex v0.4.3 |
1985 | 2025-02-23T12:49:53.633Z | Checking winnow v0.5.40 |
1986 | 2025-02-23T12:49:53.787Z | Checking managed v0.8.0 |
1987 | 2025-02-23T12:49:53.952Z | Checking crossbeam-deque v0.8.5 |
1988 | 2025-02-23T12:49:54.014Z | Checking slog-bunyan v2.5.0 |
1989 | 2025-02-23T12:49:54.139Z | Checking num-bigint-dig v0.8.4 |
1990 | 2025-02-23T12:49:54.199Z | Checking flate2 v1.0.35 |
1991 | 2025-02-23T12:49:54.268Z | Checking pkcs1 v0.7.5 |
1992 | 2025-02-23T12:49:54.450Z | Checking dof v0.3.0 |
1993 | 2025-02-23T12:49:54.650Z | Checking toml v0.8.19 |
1994 | 2025-02-23T12:49:54.682Z | Checking rustls v0.22.4 |
1995 | 2025-02-23T12:49:54.820Z | Checking curve25519-dalek v4.1.3 |
1996 | 2025-02-23T12:49:54.984Z | Checking elliptic-curve v0.13.8 |
1997 | 2025-02-23T12:49:55.019Z | Checking zerocopy v0.6.6 |
1998 | 2025-02-23T12:49:55.048Z | Checking usdt-impl v0.5.0 |
1999 | 2025-02-23T12:49:55.333Z | Checking siphasher v0.3.11 |
2000 | 2025-02-23T12:49:55.588Z | Checking usdt v0.5.0 |
2001 | 2025-02-23T12:49:55.639Z | Checking ecdsa v0.16.9 |
2002 | 2025-02-23T12:49:55.668Z | Checking rayon-core v1.12.1 |
2003 | 2025-02-23T12:49:55.693Z | Checking unicode-normalization v0.1.24 |
2004 | 2025-02-23T12:49:55.833Z | Checking ed25519 v2.2.3 |
2005 | 2025-02-23T12:49:56.082Z | Checking rsa v0.9.6 |
2006 | 2025-02-23T12:49:56.167Z | Checking signal-hook v0.3.17 |
2007 | 2025-02-23T12:49:56.324Z | Checking quick-error v1.2.3 |
2008 | 2025-02-23T12:49:56.327Z | Checking debug-ignore v1.0.5 |
2009 | 2025-02-23T12:49:56.414Z | Checking toml_edit v0.19.15 |
2010 | 2025-02-23T12:49:56.491Z | Checking hickory-proto v0.24.3 |
2011 | 2025-02-23T12:49:56.517Z | Checking multer v3.1.0 |
2012 | 2025-02-23T12:49:56.539Z | Checking itertools v0.10.5 |
2013 | 2025-02-23T12:49:56.587Z | Checking ed25519-dalek v2.1.1 |
2014 | 2025-02-23T12:49:56.632Z | Checking x509-cert v0.2.5 |
2015 | 2025-02-23T12:49:56.964Z | Checking waitgroup v0.1.2 |
2016 | 2025-02-23T12:49:57.103Z | Checking serde_path_to_error v0.1.16 |
2017 | 2025-02-23T12:49:57.121Z | Checking memoffset v0.9.1 |
2018 | 2025-02-23T12:49:57.121Z | Checking bzip2-sys v0.1.11+1.0.8 |
2019 | 2025-02-23T12:49:57.237Z | Checking async-stream v0.3.6 |
2020 | 2025-02-23T12:49:57.457Z | Checking hostname v0.4.0 |
2021 | 2025-02-23T12:49:57.561Z | Checking bit-vec v0.6.3 |
2022 | 2025-02-23T12:49:57.561Z | Checking bzip2 v0.4.4 |
2023 | 2025-02-23T12:49:57.711Z | Checking signal-hook-mio v0.2.4 |
2024 | 2025-02-23T12:49:57.749Z | Checking console v0.15.10 |
2025 | 2025-02-23T12:49:57.749Z | Checking bit-set v0.5.3 |
2026 | 2025-02-23T12:49:57.814Z | Checking hash32 v0.2.1 |
2027 | 2025-02-23T12:49:57.984Z | Checking unicode-bidi v0.3.17 |
2028 | 2025-02-23T12:49:58.025Z | Checking tokio-rustls v0.25.0 |
2029 | 2025-02-23T12:49:58.111Z | Checking linked-hash-map v0.5.6 |
2030 | 2025-02-23T12:49:58.194Z | Checking predicates-core v1.0.8 |
2031 | 2025-02-23T12:49:58.223Z | Checking unicode-properties v0.1.3 |
2032 | 2025-02-23T12:49:58.434Z | Checking dropshot v0.12.0 |
2033 | 2025-02-23T12:49:58.528Z | Checking lru-cache v0.1.2 |
2034 | 2025-02-23T12:49:58.529Z | Checking heapless v0.7.17 |
2035 | 2025-02-23T12:49:58.650Z | Checking crossterm v0.28.1 |
2036 | 2025-02-23T12:49:58.749Z | Checking rayon v1.10.0 |
2037 | 2025-02-23T12:49:58.749Z | Checking stringprep v0.1.5 |
2038 | 2025-02-23T12:49:58.749Z | Checking phf_shared v0.11.2 |
2039 | 2025-02-23T12:49:58.787Z | Checking toml v0.7.8 |
2040 | 2025-02-23T12:49:58.909Z | Checking similar v2.6.0 |
2041 | 2025-02-23T12:49:58.933Z | Checking itertools v0.14.0 |
2042 | 2025-02-23T12:49:59.871Z | Checking tokio-stream v0.1.16 |
2043 | 2025-02-23T12:49:59.871Z | Checking newtype-uuid v1.2.1 |
2044 | 2025-02-23T12:50:00.175Z | Checking md-5 v0.10.6 |
2045 | 2025-02-23T12:50:00.175Z | Checking float-cmp v0.10.0 |
2046 | 2025-02-23T12:50:00.389Z | Checking normalize-line-endings v0.3.0 |
2047 | 2025-02-23T12:50:00.390Z | Checking difflib v0.4.0 |
2048 | 2025-02-23T12:50:00.390Z | Checking fallible-iterator v0.2.0 |
2049 | 2025-02-23T12:50:00.390Z | Checking smoltcp v0.9.1 |
2050 | 2025-02-23T12:50:00.628Z | Checking phf v0.11.2 |
2051 | 2025-02-23T12:50:00.629Z | Checking predicates v3.1.3 |
2052 | 2025-02-23T12:50:00.784Z | Checking zip v0.6.6 |
2053 | 2025-02-23T12:50:00.784Z | Checking postgres-protocol v0.6.7 |
2054 | 2025-02-23T12:50:01.078Z | Checking nix v0.29.0 |
2055 | 2025-02-23T12:50:01.150Z | Checking resolv-conf v0.7.0 |
2056 | 2025-02-23T12:50:01.287Z | Checking phf_shared v0.10.0 |
2057 | 2025-02-23T12:50:01.380Z | Checking tungstenite v0.24.0 |
2058 | 2025-02-23T12:50:01.418Z | Checking fs-err v2.11.0 |
2059 | 2025-02-23T12:50:01.449Z | Checking serde-big-array v0.5.1 |
2060 | 2025-02-23T12:50:01.546Z | Checking portable-atomic v1.9.0 |
2061 | 2025-02-23T12:50:01.643Z | Checking new_debug_unreachable v1.0.6 |
2062 | 2025-02-23T12:50:01.678Z | Checking precomputed-hash v0.1.1 |
2063 | 2025-02-23T12:50:01.731Z | Checking lalrpop-util v0.19.12 |
2064 | 2025-02-23T12:50:01.805Z | Checking number_prefix v0.4.0 |
2065 | 2025-02-23T12:50:01.841Z | Checking minimal-lexical v0.2.1 |
2066 | 2025-02-23T12:50:01.962Z | Checking fixedbitset v0.4.2 |
2067 | 2025-02-23T12:50:01.974Z | Checking string_cache v0.8.7 |
2068 | 2025-02-23T12:50:02.035Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2069 | 2025-02-23T12:50:02.179Z | Checking hickory-resolver v0.24.3 |
2070 | 2025-02-23T12:50:02.207Z | Checking nom v7.1.3 |
2071 | 2025-02-23T12:50:02.247Z | Checking tokio-tungstenite v0.24.0 |
2072 | 2025-02-23T12:50:02.248Z | Checking petgraph v0.6.5 |
2073 | 2025-02-23T12:50:02.291Z | Checking postgres-types v0.2.8 |
2074 | 2025-02-23T12:50:02.356Z | Checking itertools v0.12.1 |
2075 | 2025-02-23T12:50:02.568Z | Checking indicatif v0.17.11 |
2076 | 2025-02-23T12:50:02.685Z | Checking peg-runtime v0.8.3 |
2077 | 2025-02-23T12:50:02.962Z | Checking whoami v1.5.2 |
2078 | 2025-02-23T12:50:03.081Z | Compiling hashbrown v0.14.5 |
2079 | 2025-02-23T12:50:03.256Z | Checking tokio-postgres v0.7.12 |
2080 | 2025-02-23T12:50:03.264Z | Compiling thiserror v2.0.11 |
2081 | 2025-02-23T12:50:03.701Z | Checking qorb v0.2.1 |
2082 | 2025-02-23T12:50:04.265Z | Compiling regress v0.10.1 |
2083 | 2025-02-23T12:50:04.292Z | Compiling thiserror-impl v2.0.11 |
2084 | 2025-02-23T12:50:04.643Z | Compiling ident_case v1.0.1 |
2085 | 2025-02-23T12:50:04.782Z | Compiling unsafe-libyaml v0.2.11 |
2086 | 2025-02-23T12:50:04.854Z | Compiling darling_core v0.20.10 |
2087 | 2025-02-23T12:50:06.109Z | Compiling serde_yaml v0.9.34+deprecated |
2088 | 2025-02-23T12:50:06.134Z | Checking heck v0.5.0 |
2089 | 2025-02-23T12:50:06.331Z | Checking fastrand v2.1.1 |
2090 | 2025-02-23T12:50:06.603Z | Checking ipnetwork v0.21.1 |
2091 | 2025-02-23T12:50:06.677Z | Checking progenitor-client v0.9.1 |
2092 | 2025-02-23T12:50:07.006Z | Compiling structmeta-derive v0.3.0 |
2093 | 2025-02-23T12:50:07.070Z | Compiling daft-derive v0.1.1 |
2094 | 2025-02-23T12:50:07.108Z | Checking strum v0.26.3 |
2095 | 2025-02-23T12:50:07.299Z | Checking oxnet v0.1.0 |
2096 | 2025-02-23T12:50:07.600Z | Compiling dropshot v0.15.1 |
2097 | 2025-02-23T12:50:07.661Z | Checking macaddr v1.0.1 |
2098 | 2025-02-23T12:50:07.928Z | Compiling typify-impl v0.2.0 |
2099 | 2025-02-23T12:50:08.089Z | Compiling dropshot_endpoint v0.15.1 |
2100 | 2025-02-23T12:50:08.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2101 | 2025-02-23T12:50:08.902Z | Checking tempfile v3.13.0 |
2102 | 2025-02-23T12:50:09.290Z | Checking progenitor-client v0.8.0 |
2103 | 2025-02-23T12:50:09.386Z | Checking instant v0.1.13 |
2104 | 2025-02-23T12:50:09.523Z | Checking daft v0.1.1 |
2105 | 2025-02-23T12:50:09.572Z | Compiling structmeta v0.3.0 |
2106 | 2025-02-23T12:50:09.603Z | Checking regress v0.9.1 |
2107 | 2025-02-23T12:50:09.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2108 | 2025-02-23T12:50:09.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2109 | 2025-02-23T12:50:09.955Z | Compiling parse-display-derive v0.10.0 |
2110 | 2025-02-23T12:50:10.321Z | Checking backoff v0.4.0 |
2111 | 2025-02-23T12:50:10.404Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2112 | 2025-02-23T12:50:10.572Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2113 | 2025-02-23T12:50:10.574Z | Compiling darling_macro v0.20.10 |
2114 | 2025-02-23T12:50:10.627Z | Checking wait-timeout v0.2.0 |
2115 | 2025-02-23T12:50:10.757Z | Checking rand_xorshift v0.3.0 |
2116 | 2025-02-23T12:50:10.831Z | Checking rusty-fork v0.3.0 |
2117 | 2025-02-23T12:50:10.965Z | Checking unarray v0.1.4 |
2118 | 2025-02-23T12:50:11.146Z | Compiling test-strategy v0.4.0 |
2119 | 2025-02-23T12:50:11.174Z | Checking proptest v1.5.0 |
2120 | 2025-02-23T12:50:11.521Z | Compiling darling v0.20.10 |
2121 | 2025-02-23T12:50:11.662Z | Compiling serde_with_macros v3.11.0 |
2122 | 2025-02-23T12:50:12.134Z | Checking camino-tempfile v1.1.1 |
2123 | 2025-02-23T12:50:12.438Z | Checking unicode-width v0.1.14 |
2124 | 2025-02-23T12:50:12.950Z | Compiling proc-macro-error v1.0.4 |
2125 | 2025-02-23T12:50:13.103Z | Compiling proc-macro-crate v1.3.1 |
2126 | 2025-02-23T12:50:13.554Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2127 | 2025-02-23T12:50:13.831Z | Checking parse-display v0.10.0 |
2128 | 2025-02-23T12:50:13.937Z | Compiling num_enum_derive v0.5.11 |
2129 | 2025-02-23T12:50:13.990Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2130 | 2025-02-23T12:50:14.095Z | Checking tabwriter v1.4.0 |
2131 | 2025-02-23T12:50:14.265Z | Checking serde_with v3.11.0 |
2132 | 2025-02-23T12:50:14.355Z | Compiling foreign-types-macros v0.2.3 |
2133 | 2025-02-23T12:50:14.464Z | Checking foreign-types-shared v0.3.1 |
2134 | 2025-02-23T12:50:14.700Z | Checking cstr-argument v0.1.2 |
2135 | 2025-02-23T12:50:14.744Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2136 | 2025-02-23T12:50:14.887Z | Checking pretty-hex v0.2.1 |
2137 | 2025-02-23T12:50:15.090Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2138 | 2025-02-23T12:50:15.437Z | Checking colored v2.1.0 |
2139 | 2025-02-23T12:50:15.559Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2140 | 2025-02-23T12:50:15.613Z | Checking foreign-types v0.5.0 |
2141 | 2025-02-23T12:50:15.689Z | Checking smf v0.2.3 |
2142 | 2025-02-23T12:50:15.715Z | Checking itertools v0.13.0 |
2143 | 2025-02-23T12:50:15.718Z | Checking base64 v0.21.7 |
2144 | 2025-02-23T12:50:15.754Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2145 | 2025-02-23T12:50:16.084Z | Compiling typify-impl v0.3.0 |
2146 | 2025-02-23T12:50:16.140Z | Compiling crucible-workspace-hack v0.1.0 |
2147 | 2025-02-23T12:50:16.142Z | Checking num_enum v0.5.11 |
2148 | 2025-02-23T12:50:16.194Z | Checking atomicwrites v0.4.4 |
2149 | 2025-02-23T12:50:16.338Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2150 | 2025-02-23T12:50:16.417Z | Compiling zerocopy v0.8.10 |
2151 | 2025-02-23T12:50:17.258Z | Compiling zerocopy-derive v0.8.10 |
2152 | 2025-02-23T12:50:17.369Z | Compiling heapless v0.8.0 |
2153 | 2025-02-23T12:50:17.956Z | Checking termtree v0.4.1 |
2154 | 2025-02-23T12:50:18.183Z | Checking predicates-tree v1.0.11 |
2155 | 2025-02-23T12:50:18.354Z | Checking hash32 v0.3.1 |
2156 | 2025-02-23T12:50:18.522Z | Compiling smoltcp v0.11.0 |
2157 | 2025-02-23T12:50:18.546Z | Checking cobs v0.2.3 |
2158 | 2025-02-23T12:50:18.749Z | Checking postcard v1.0.10 |
2159 | 2025-02-23T12:50:19.062Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2160 | 2025-02-23T12:50:19.189Z | Checking sigpipe v0.1.3 |
2161 | 2025-02-23T12:50:19.221Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2162 | 2025-02-23T12:50:19.298Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2163 | 2025-02-23T12:50:19.322Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2164 | 2025-02-23T12:50:19.461Z | Compiling mockall_derive v0.13.1 |
2165 | 2025-02-23T12:50:19.625Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2166 | 2025-02-23T12:50:19.822Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2167 | 2025-02-23T12:50:20.054Z | Compiling zone_cfg_derive v0.3.0 |
2168 | 2025-02-23T12:50:20.174Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2169 | 2025-02-23T12:50:20.503Z | Compiling num-derive v0.4.2 |
2170 | 2025-02-23T12:50:21.461Z | Checking downcast v0.11.0 |
2171 | 2025-02-23T12:50:21.672Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2172 | 2025-02-23T12:50:22.030Z | Checking fragile v2.0.0 |
2173 | 2025-02-23T12:50:22.125Z | Compiling typify-macro v0.2.0 |
2174 | 2025-02-23T12:50:22.293Z | Checking zone v0.3.0 |
2175 | 2025-02-23T12:50:22.348Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2176 | 2025-02-23T12:50:22.504Z | Checking tungstenite v0.21.0 |
2177 | 2025-02-23T12:50:22.616Z | Compiling convert_case v0.4.0 |
2178 | 2025-02-23T12:50:22.732Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2179 | 2025-02-23T12:50:23.089Z | Checking newline-converter v0.3.0 |
2180 | 2025-02-23T12:50:23.184Z | Checking same-file v1.0.6 |
2181 | 2025-02-23T12:50:23.272Z | Checking expectorate v1.1.0 |
2182 | 2025-02-23T12:50:23.367Z | Checking walkdir v2.5.0 |
2183 | 2025-02-23T12:50:23.413Z | Compiling derive_more v0.99.19 |
2184 | 2025-02-23T12:50:23.441Z | Checking tokio-tungstenite v0.21.0 |
2185 | 2025-02-23T12:50:23.462Z | Checking arc-swap v1.7.1 |
2186 | 2025-02-23T12:50:23.657Z | Checking xattr v1.3.1 |
2187 | 2025-02-23T12:50:23.879Z | Checking filetime v0.2.25 |
2188 | 2025-02-23T12:50:23.905Z | Checking slog-scope v4.4.0 |
2189 | 2025-02-23T12:50:23.940Z | Checking num-rational v0.4.2 |
2190 | 2025-02-23T12:50:24.099Z | Checking tar v0.4.42 |
2191 | 2025-02-23T12:50:24.124Z | Checking slog-stdlog v4.1.1 |
2192 | 2025-02-23T12:50:24.300Z | Checking slog-envlogger v2.2.0 |
2193 | 2025-02-23T12:50:24.541Z | Checking num-complex v0.4.6 |
2194 | 2025-02-23T12:50:24.574Z | Checking float-ord v0.3.2 |
2195 | 2025-02-23T12:50:24.735Z | Checking indent_write v2.2.0 |
2196 | 2025-02-23T12:50:24.868Z | Checking swrite v0.1.0 |
2197 | 2025-02-23T12:50:24.956Z | Compiling owo-colors v4.1.0 |
2198 | 2025-02-23T12:50:25.013Z | Compiling cancel-safe-futures v0.1.5 |
2199 | 2025-02-23T12:50:25.341Z | Checking num v0.4.3 |
2200 | 2025-02-23T12:50:25.462Z | Checking libsw v3.3.1 |
2201 | 2025-02-23T12:50:25.487Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2202 | 2025-02-23T12:50:25.654Z | Compiling typify v0.2.0 |
2203 | 2025-02-23T12:50:25.806Z | Compiling progenitor-impl v0.8.0 |
2204 | 2025-02-23T12:50:25.808Z | Checking pem v3.0.4 |
2205 | 2025-02-23T12:50:26.106Z | Checking password-hash v0.5.0 |
2206 | 2025-02-23T12:50:26.177Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2207 | 2025-02-23T12:50:26.571Z | Checking blake2 v0.10.6 |
2208 | 2025-02-23T12:50:26.856Z | Checking linear-map v1.2.0 |
2209 | 2025-02-23T12:50:26.939Z | Checking mockall v0.13.1 |
2210 | 2025-02-23T12:50:27.035Z | Checking argon2 v0.5.3 |
2211 | 2025-02-23T12:50:27.195Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2212 | 2025-02-23T12:50:27.198Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2213 | 2025-02-23T12:50:27.732Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2214 | 2025-02-23T12:50:27.865Z | Compiling lzma-sys v0.1.20 |
2215 | 2025-02-23T12:50:28.035Z | Checking headers-core v0.3.0 |
2216 | 2025-02-23T12:50:28.099Z | Compiling heck v0.3.3 |
2217 | 2025-02-23T12:50:28.207Z | Checking headers v0.4.0 |
2218 | 2025-02-23T12:50:28.311Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2219 | 2025-02-23T12:50:28.456Z | Compiling zone_cfg_derive v0.1.2 |
2220 | 2025-02-23T12:50:28.837Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2221 | 2025-02-23T12:50:29.144Z | Checking yasna v0.5.2 |
2222 | 2025-02-23T12:50:29.205Z | Checking base64 v0.13.1 |
2223 | 2025-02-23T12:50:29.612Z | Checking highway v1.2.0 |
2224 | 2025-02-23T12:50:29.649Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2225 | 2025-02-23T12:50:29.853Z | Checking zone v0.1.8 |
2226 | 2025-02-23T12:50:29.895Z | Checking ron v0.7.1 |
2227 | 2025-02-23T12:50:29.951Z | Checking rcgen v0.12.1 |
2228 | 2025-02-23T12:50:30.056Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2229 | 2025-02-23T12:50:30.225Z | Compiling typify-macro v0.3.0 |
2230 | 2025-02-23T12:50:30.525Z | Checking xz2 v0.1.7 |
2231 | 2025-02-23T12:50:30.550Z | Checking subprocess v0.2.9 |
2232 | 2025-02-23T12:50:30.589Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2233 | 2025-02-23T12:50:30.797Z | Checking humantime v2.1.0 |
2234 | 2025-02-23T12:50:30.822Z | Compiling semver v0.1.20 |
2235 | 2025-02-23T12:50:30.993Z | Checking prettyplease v0.2.29 |
2236 | 2025-02-23T12:50:31.094Z | Checking half v2.4.1 |
2237 | 2025-02-23T12:50:31.114Z | Checking ciborium-io v0.2.2 |
2238 | 2025-02-23T12:50:31.253Z | Compiling rustc_version v0.1.7 |
2239 | 2025-02-23T12:50:31.344Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2240 | 2025-02-23T12:50:31.538Z | Checking ciborium-ll v0.2.2 |
2241 | 2025-02-23T12:50:31.736Z | Compiling newtype_derive v0.1.6 |
2242 | 2025-02-23T12:50:31.895Z | Checking ciborium v0.2.2 |
2243 | 2025-02-23T12:50:32.288Z | Checking steno v0.4.1 |
2244 | 2025-02-23T12:50:32.317Z | Compiling progenitor-macro v0.8.0 |
2245 | 2025-02-23T12:50:34.043Z | Compiling typify v0.3.0 |
2246 | 2025-02-23T12:50:34.072Z | Compiling progenitor-impl v0.9.1 |
2247 | 2025-02-23T12:50:34.839Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2248 | 2025-02-23T12:50:35.123Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2249 | 2025-02-23T12:50:35.551Z | Compiling slog-dtrace v0.3.0 |
2250 | 2025-02-23T12:50:35.616Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2251 | 2025-02-23T12:50:35.953Z | Checking display-error-chain v0.2.2 |
2252 | 2025-02-23T12:50:36.148Z | Checking gethostname v0.5.0 |
2253 | 2025-02-23T12:50:36.150Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2254 | 2025-02-23T12:50:36.295Z | Checking nibble_vec v0.1.0 |
2255 | 2025-02-23T12:50:36.378Z | Compiling blake3 v1.5.4 |
2256 | 2025-02-23T12:50:36.403Z | Checking endian-type v0.1.2 |
2257 | 2025-02-23T12:50:36.508Z | Checking keccak v0.1.5 |
2258 | 2025-02-23T12:50:36.614Z | Checking radix_trie v0.2.1 |
2259 | 2025-02-23T12:50:36.892Z | Checking sha3 v0.10.8 |
2260 | 2025-02-23T12:50:37.089Z | Checking bytecount v0.6.8 |
2261 | 2025-02-23T12:50:37.266Z | Checking universal-hash v0.5.1 |
2262 | 2025-02-23T12:50:37.292Z | Checking secrecy v0.8.0 |
2263 | 2025-02-23T12:50:37.439Z | Checking opaque-debug v0.3.1 |
2264 | 2025-02-23T12:50:37.505Z | Checking aead v0.5.2 |
2265 | 2025-02-23T12:50:37.541Z | Checking poly1305 v0.8.0 |
2266 | 2025-02-23T12:50:37.703Z | Checking chacha20 v0.9.1 |
2267 | 2025-02-23T12:50:38.062Z | Compiling memmap2 v0.9.5 |
2268 | 2025-02-23T12:50:38.065Z | Compiling constant_time_eq v0.3.1 |
2269 | 2025-02-23T12:50:38.282Z | Compiling arrayvec v0.7.6 |
2270 | 2025-02-23T12:50:38.459Z | Compiling arrayref v0.3.9 |
2271 | 2025-02-23T12:50:38.517Z | Compiling toolchain_find v0.4.0 |
2272 | 2025-02-23T12:50:38.700Z | Compiling thiserror-impl-no-std v2.0.2 |
2273 | 2025-02-23T12:50:38.864Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2274 | 2025-02-23T12:50:39.003Z | Compiling topological-sort v0.2.2 |
2275 | 2025-02-23T12:50:39.090Z | Compiling rustfmt-wrapper v0.2.1 |
2276 | 2025-02-23T12:50:39.218Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2025-02-23T12:50:39.456Z | Compiling omicron-zone-package v0.12.0 |
2278 | 2025-02-23T12:50:39.605Z | Checking chacha20poly1305 v0.10.1 |
2279 | 2025-02-23T12:50:39.658Z | Compiling async-recursion v1.1.1 |
2280 | 2025-02-23T12:50:39.748Z | Checking fxhash v0.2.1 |
2281 | 2025-02-23T12:50:39.801Z | Compiling zip v2.1.3 |
2282 | 2025-02-23T12:50:39.950Z | Checking lockfree-object-pool v0.1.6 |
2283 | 2025-02-23T12:50:40.128Z | Checking bumpalo v3.16.0 |
2284 | 2025-02-23T12:50:40.204Z | Checking simd-adler32 v0.3.7 |
2285 | 2025-02-23T12:50:40.507Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2286 | 2025-02-23T12:50:40.572Z | Checking zopfli v0.8.1 |
2287 | 2025-02-23T12:50:40.681Z | Compiling progenitor-macro v0.9.1 |
2288 | 2025-02-23T12:50:40.821Z | Checking maplit v1.0.2 |
2289 | 2025-02-23T12:50:40.877Z | Checking termcolor v1.4.1 |
2290 | 2025-02-23T12:50:40.943Z | Compiling radium v0.7.0 |
2291 | 2025-02-23T12:50:41.116Z | Compiling const_format_proc_macros v0.2.34 |
2292 | 2025-02-23T12:50:41.308Z | Checking tap v1.0.1 |
2293 | 2025-02-23T12:50:41.350Z | Checking thiserror-no-std v2.0.2 |
2294 | 2025-02-23T12:50:41.441Z | Compiling maybe-uninit v2.0.0 |
2295 | 2025-02-23T12:50:41.490Z | Checking wyz v0.5.1 |
2296 | 2025-02-23T12:50:41.492Z | Checking vsss-rs v3.3.4 |
2297 | 2025-02-23T12:50:42.089Z | Checking funty v2.0.0 |
2298 | 2025-02-23T12:50:42.268Z | Compiling packed_struct v0.10.1 |
2299 | 2025-02-23T12:50:42.349Z | Checking home v0.5.9 |
2300 | 2025-02-23T12:50:42.521Z | Checking crc-catalog v2.4.0 |
2301 | 2025-02-23T12:50:42.707Z | Checking crc v3.2.1 |
2302 | 2025-02-23T12:50:42.842Z | Checking kstat-rs v0.2.4 |
2303 | 2025-02-23T12:50:42.931Z | Checking bitvec v1.0.1 |
2304 | 2025-02-23T12:50:43.082Z | Checking const_format v0.2.34 |
2305 | 2025-02-23T12:50:43.168Z | Compiling packed_struct_codegen v0.10.1 |
2306 | 2025-02-23T12:50:43.192Z | Compiling vte_generate_state_changes v0.1.2 |
2307 | 2025-02-23T12:50:43.541Z | Compiling indexmap v1.9.3 |
2308 | 2025-02-23T12:50:43.830Z | Compiling libefi-sys v0.1.0 |
2309 | 2025-02-23T12:50:43.873Z | Checking nodrop v0.1.14 |
2310 | 2025-02-23T12:50:44.006Z | Checking progenitor v0.8.0 |
2311 | 2025-02-23T12:50:44.179Z | Checking array-init v0.0.4 |
2312 | 2025-02-23T12:50:44.229Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2313 | 2025-02-23T12:50:44.258Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2314 | 2025-02-23T12:50:44.913Z | Checking vte v0.11.1 |
2315 | 2025-02-23T12:50:45.111Z | Checking smallvec v0.6.14 |
2316 | 2025-02-23T12:50:45.484Z | Checking fd-lock v4.0.2 |
2317 | 2025-02-23T12:50:45.591Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2318 | 2025-02-23T12:50:45.696Z | Compiling bitfield-struct v0.6.2 |
2319 | 2025-02-23T12:50:46.021Z | Checking bitfield v0.14.0 |
2320 | 2025-02-23T12:50:46.320Z | Checking hashbrown v0.12.3 |
2321 | 2025-02-23T12:50:46.344Z | Checking strip-ansi-escapes v0.2.0 |
2322 | 2025-02-23T12:50:46.642Z | Checking serde-hex v0.1.0 |
2323 | 2025-02-23T12:50:47.114Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2324 | 2025-02-23T12:50:47.949Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2025-02-23T12:50:48.089Z | Checking env_logger v0.10.2 |
2326 | 2025-02-23T12:50:48.233Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2327 | 2025-02-23T12:50:48.464Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2328 | 2025-02-23T12:50:48.531Z | Checking ron v0.8.1 |
2329 | 2025-02-23T12:50:48.554Z | Checking hashbrown v0.13.2 |
2330 | 2025-02-23T12:50:48.867Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2331 | 2025-02-23T12:50:49.096Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2332 | 2025-02-23T12:50:49.480Z | Checking crc-any v2.5.0 |
2333 | 2025-02-23T12:50:49.862Z | Checking nu-ansi-term v0.50.1 |
2334 | 2025-02-23T12:50:50.297Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2335 | 2025-02-23T12:50:50.429Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2336 | 2025-02-23T12:50:50.614Z | Checking reedline v0.35.0 |
2337 | 2025-02-23T12:50:50.793Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-02-23T12:50:50.892Z | Checking object v0.30.4 |
2339 | 2025-02-23T12:50:51.344Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2340 | 2025-02-23T12:50:51.591Z | Checking nanorand v0.7.0 |
2341 | 2025-02-23T12:50:51.709Z | Compiling parking_lot_core v0.8.6 |
2342 | 2025-02-23T12:50:51.944Z | Checking path-slash v0.1.5 |
2343 | 2025-02-23T12:50:52.099Z | Checking flume v0.11.1 |
2344 | 2025-02-23T12:50:52.541Z | Checking progenitor v0.9.1 |
2345 | 2025-02-23T12:50:52.590Z | Compiling phf_generator v0.11.2 |
2346 | 2025-02-23T12:50:52.773Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2347 | 2025-02-23T12:50:52.801Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2348 | 2025-02-23T12:50:52.821Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2349 | 2025-02-23T12:50:53.192Z | Checking glob v0.3.2 |
2350 | 2025-02-23T12:50:53.543Z | Compiling phf_codegen v0.11.2 |
2351 | 2025-02-23T12:50:53.784Z | Checking parking_lot v0.11.2 |
2352 | 2025-02-23T12:50:54.151Z | Checking papergrid v0.11.0 |
2353 | 2025-02-23T12:50:55.572Z | Compiling tabled_derive v0.7.0 |
2354 | 2025-02-23T12:50:56.533Z | Compiling parse-zoneinfo v0.3.1 |
2355 | 2025-02-23T12:50:56.731Z | Compiling cfg_aliases v0.1.1 |
2356 | 2025-02-23T12:50:56.857Z | Compiling nix v0.28.0 |
2357 | 2025-02-23T12:50:57.633Z | Compiling chrono-tz-build v0.4.0 |
2358 | 2025-02-23T12:50:57.812Z | Checking tabled v0.15.0 |
2359 | 2025-02-23T12:50:58.197Z | Checking sled v0.34.7 |
2360 | 2025-02-23T12:50:58.259Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2361 | 2025-02-23T12:50:58.786Z | Checking hickory-client v0.24.3 |
2362 | 2025-02-23T12:50:59.410Z | Checking hickory-server v0.24.3 |
2363 | 2025-02-23T12:50:59.494Z | Compiling chrono-tz v0.10.1 |
2364 | 2025-02-23T12:51:00.277Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2365 | 2025-02-23T12:51:00.514Z | Compiling unicase v2.7.0 |
2366 | 2025-02-23T12:51:00.698Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2367 | 2025-02-23T12:51:00.840Z | Compiling buf-list v1.0.3 |
2368 | 2025-02-23T12:51:01.531Z | Compiling peg-macros v0.8.4 |
2369 | 2025-02-23T12:51:02.003Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2025-02-23T12:51:02.351Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2025-02-23T12:51:02.798Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2372 | 2025-02-23T12:51:03.047Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2373 | 2025-02-23T12:51:03.244Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2374 | 2025-02-23T12:51:04.371Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2375 | 2025-02-23T12:51:05.120Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2025-02-23T12:51:05.558Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2377 | 2025-02-23T12:51:05.646Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2378 | 2025-02-23T12:51:06.227Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2379 | 2025-02-23T12:51:06.412Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2380 | 2025-02-23T12:51:06.906Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2025-02-23T12:51:06.958Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2382 | 2025-02-23T12:51:06.992Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2383 | 2025-02-23T12:51:07.592Z | Compiling sqlparser_derive v0.2.2 |
2384 | 2025-02-23T12:51:08.333Z | Checking unicode_categories v0.1.1 |
2385 | 2025-02-23T12:51:08.637Z | Checking sqlparser v0.45.0 |
2386 | 2025-02-23T12:51:08.669Z | Checking sqlformat v0.2.6 |
2387 | 2025-02-23T12:51:08.728Z | Checking peg v0.8.4 |
2388 | 2025-02-23T12:51:08.852Z | Checking rustyline v14.0.0 |
2389 | 2025-02-23T12:51:10.802Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2390 | 2025-02-23T12:51:11.427Z | Checking bcs v0.1.6 |
2391 | 2025-02-23T12:51:11.450Z | Checking termtree v0.5.1 |
2392 | 2025-02-23T12:51:11.668Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2393 | 2025-02-23T12:51:11.913Z | Checking primeorder v0.13.6 |
2394 | 2025-02-23T12:51:12.066Z | Compiling mime_guess v2.0.5 |
2395 | 2025-02-23T12:51:12.406Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2396 | 2025-02-23T12:51:12.989Z | Checking http-range v0.1.5 |
2397 | 2025-02-23T12:51:13.231Z | Checking atty v0.2.14 |
2398 | 2025-02-23T12:51:13.303Z | Compiling salty v0.3.0 |
2399 | 2025-02-23T12:51:13.378Z | Checking p384 v0.13.0 |
2400 | 2025-02-23T12:51:13.778Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2401 | 2025-02-23T12:51:14.208Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2402 | 2025-02-23T12:51:14.331Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2403 | 2025-02-23T12:51:14.357Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2404 | 2025-02-23T12:51:14.537Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2405 | 2025-02-23T12:51:14.775Z | Checking hyper-staticfile v0.10.1 |
2406 | 2025-02-23T12:51:15.206Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2407 | 2025-02-23T12:51:15.560Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2408 | 2025-02-23T12:51:15.716Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2409 | 2025-02-23T12:51:16.435Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2410 | 2025-02-23T12:51:16.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2411 | 2025-02-23T12:51:17.197Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2412 | 2025-02-23T12:51:17.315Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2413 | 2025-02-23T12:51:17.714Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2414 | 2025-02-23T12:51:18.216Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2415 | 2025-02-23T12:51:18.548Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2416 | 2025-02-23T12:51:19.138Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2417 | 2025-02-23T12:51:19.254Z | Compiling dsl_auto_type v0.1.2 |
2418 | 2025-02-23T12:51:19.586Z | Checking scheduled-thread-pool v0.2.7 |
2419 | 2025-02-23T12:51:19.768Z | Checking env_filter v0.1.2 |
2420 | 2025-02-23T12:51:19.823Z | Compiling diesel_table_macro_syntax v0.2.0 |
2421 | 2025-02-23T12:51:20.012Z | Compiling crunchy v0.2.2 |
2422 | 2025-02-23T12:51:20.231Z | Checking env_logger v0.11.5 |
2423 | 2025-02-23T12:51:20.523Z | Checking r2d2 v0.8.10 |
2424 | 2025-02-23T12:51:20.575Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2025-02-23T12:51:20.616Z | Compiling diesel_derives v2.2.3 |
2426 | 2025-02-23T12:51:20.853Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2427 | 2025-02-23T12:51:21.283Z | Compiling tiny-keccak v2.0.2 |
2428 | 2025-02-23T12:51:21.304Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2429 | 2025-02-23T12:51:21.438Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2430 | 2025-02-23T12:51:21.640Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2431 | 2025-02-23T12:51:21.779Z | Compiling ref-cast v1.0.23 |
2432 | 2025-02-23T12:51:22.560Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2433 | 2025-02-23T12:51:22.648Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-02-23T12:51:23.087Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2025-02-23T12:51:23.878Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2436 | 2025-02-23T12:51:24.355Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2437 | 2025-02-23T12:51:24.500Z | Compiling ascii-canvas v3.0.0 |
2438 | 2025-02-23T12:51:24.526Z | Compiling ena v0.14.3 |
2439 | 2025-02-23T12:51:24.690Z | Compiling ref-cast-impl v1.0.23 |
2440 | 2025-02-23T12:51:24.937Z | Compiling diff v0.1.13 |
2441 | 2025-02-23T12:51:24.967Z | Compiling regex-syntax v0.6.29 |
2442 | 2025-02-23T12:51:25.509Z | Compiling bindgen v0.71.1 |
2443 | 2025-02-23T12:51:26.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2444 | 2025-02-23T12:51:26.399Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2445 | 2025-02-23T12:51:26.425Z | Compiling pin-project-internal v1.1.6 |
2446 | 2025-02-23T12:51:26.822Z | Compiling rustc-hash v2.1.1 |
2447 | 2025-02-23T12:51:27.538Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2448 | 2025-02-23T12:51:27.867Z | Compiling derive_builder_core v0.20.2 |
2449 | 2025-02-23T12:51:29.085Z | Compiling lalrpop v0.19.12 |
2450 | 2025-02-23T12:51:29.433Z | Checking pin-project v1.1.6 |
2451 | 2025-02-23T12:51:29.593Z | Compiling libxml v0.3.3 |
2452 | 2025-02-23T12:51:30.021Z | Compiling derive_builder_macro v0.20.2 |
2453 | 2025-02-23T12:51:30.065Z | Checking signal-hook-tokio v0.3.1 |
2454 | 2025-02-23T12:51:30.089Z | Compiling strum_macros v0.24.3 |
2455 | 2025-02-23T12:51:30.112Z | Compiling snafu-derive v0.8.5 |
2456 | 2025-02-23T12:51:30.250Z | Compiling indoc v1.0.9 |
2457 | 2025-02-23T12:51:30.873Z | Checking derive_builder v0.20.2 |
2458 | 2025-02-23T12:51:31.156Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2025-02-23T12:51:31.685Z | Checking diesel v2.2.7 |
2460 | 2025-02-23T12:51:32.350Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2461 | 2025-02-23T12:51:32.644Z | Checking olpc-cjson v0.1.4 |
2462 | 2025-02-23T12:51:32.693Z | Checking globset v0.4.15 |
2463 | 2025-02-23T12:51:32.892Z | Checking serde_plain v1.0.2 |
2464 | 2025-02-23T12:51:33.171Z | Checking quick-xml v0.37.2 |
2465 | 2025-02-23T12:51:33.219Z | Compiling impl-trait-for-tuples v0.2.2 |
2466 | 2025-02-23T12:51:33.278Z | Compiling oso-derive v0.27.3 |
2467 | 2025-02-23T12:51:34.262Z | Checking typed-path v0.9.3 |
2468 | 2025-02-23T12:51:34.911Z | Checking snafu v0.8.5 |
2469 | 2025-02-23T12:51:35.211Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2470 | 2025-02-23T12:51:35.380Z | Checking tungstenite v0.23.0 |
2471 | 2025-02-23T12:51:36.121Z | Checking tough v0.19.0 |
2472 | 2025-02-23T12:51:36.259Z | Compiling diesel-dtrace v0.4.2 |
2473 | 2025-02-23T12:51:36.588Z | Checking parse-size v1.1.0 |
2474 | 2025-02-23T12:51:36.852Z | Checking tokio-tungstenite v0.23.1 |
2475 | 2025-02-23T12:51:36.912Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2476 | 2025-02-23T12:51:37.253Z | Checking bb8 v0.8.5 |
2477 | 2025-02-23T12:51:37.351Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2478 | 2025-02-23T12:51:37.784Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2479 | 2025-02-23T12:51:37.789Z | Checking nix v0.27.1 |
2480 | 2025-02-23T12:51:38.059Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2481 | 2025-02-23T12:51:39.785Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2482 | 2025-02-23T12:51:40.156Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2483 | 2025-02-23T12:51:40.516Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2484 | 2025-02-23T12:51:40.797Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2025-02-23T12:51:41.230Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2486 | 2025-02-23T12:51:42.041Z | Compiling proc-macro-error-attr2 v2.0.0 |
2487 | 2025-02-23T12:51:42.246Z | Checking heck v0.4.1 |
2488 | 2025-02-23T12:51:42.315Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2489 | 2025-02-23T12:51:42.481Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2490 | 2025-02-23T12:51:42.594Z | Checking rand_seeder v0.3.0 |
2491 | 2025-02-23T12:51:42.778Z | Compiling proc-macro-error2 v2.0.1 |
2492 | 2025-02-23T12:51:42.857Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2493 | 2025-02-23T12:51:42.882Z | Checking papergrid v0.14.0 |
2494 | 2025-02-23T12:51:43.352Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2495 | 2025-02-23T12:51:43.375Z | Compiling tabled_derive v0.10.0 |
2496 | 2025-02-23T12:51:44.330Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2497 | 2025-02-23T12:51:44.686Z | Checking assert_matches v1.5.0 |
2498 | 2025-02-23T12:51:44.888Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2499 | 2025-02-23T12:51:45.101Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2500 | 2025-02-23T12:51:45.141Z | Compiling libz-sys v1.1.20 |
2501 | 2025-02-23T12:51:45.522Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2502 | 2025-02-23T12:51:45.885Z | Compiling indoc v2.0.5 |
2503 | 2025-02-23T12:51:46.028Z | Checking tabled v0.18.0 |
2504 | 2025-02-23T12:51:46.813Z | Checking castaway v0.2.3 |
2505 | 2025-02-23T12:51:46.882Z | Checking is_ci v1.2.0 |
2506 | 2025-02-23T12:51:46.992Z | Checking compact_str v0.8.0 |
2507 | 2025-02-23T12:51:47.036Z | Checking supports-color v3.0.1 |
2508 | 2025-02-23T12:51:47.141Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2509 | 2025-02-23T12:51:47.254Z | Checking unicode-truncate v1.1.0 |
2510 | 2025-02-23T12:51:47.516Z | Checking cargo-platform v0.1.8 |
2511 | 2025-02-23T12:51:47.671Z | Checking lru v0.12.5 |
2512 | 2025-02-23T12:51:47.835Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2513 | 2025-02-23T12:51:47.860Z | Compiling instability v0.3.2 |
2514 | 2025-02-23T12:51:47.964Z | Checking cassowary v0.3.0 |
2515 | 2025-02-23T12:51:48.557Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2516 | 2025-02-23T12:51:48.868Z | Checking ratatui v0.29.0 |
2517 | 2025-02-23T12:51:50.757Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2518 | 2025-02-23T12:51:51.060Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2519 | 2025-02-23T12:51:51.236Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2520 | 2025-02-23T12:51:51.395Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2025-02-23T12:51:51.711Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-02-23T12:51:52.584Z | Compiling vergen v8.3.2 |
2523 | 2025-02-23T12:51:52.628Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2025-02-23T12:51:52.918Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2025-02-23T12:51:54.264Z | Checking unicode-linebreak v0.1.5 |
2526 | 2025-02-23T12:51:54.486Z | Checking smawk v0.3.2 |
2527 | 2025-02-23T12:51:54.683Z | Compiling cargo_metadata v0.18.1 |
2528 | 2025-02-23T12:51:54.711Z | Checking textwrap v0.16.1 |
2529 | 2025-02-23T12:51:55.176Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2530 | 2025-02-23T12:51:56.945Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2531 | 2025-02-23T12:51:57.568Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2532 | 2025-02-23T12:51:57.590Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2533 | 2025-02-23T12:51:57.901Z | Compiling libsqlite3-sys v0.30.1 |
2534 | 2025-02-23T12:51:57.926Z | Compiling rustls v0.21.12 |
2535 | 2025-02-23T12:51:58.232Z | Checking shell-words v1.1.0 |
2536 | 2025-02-23T12:51:58.482Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2537 | 2025-02-23T12:51:58.511Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2538 | 2025-02-23T12:51:58.815Z | Checking rustls-webpki v0.101.7 |
2539 | 2025-02-23T12:51:58.852Z | Checking sct v0.7.1 |
2540 | 2025-02-23T12:51:59.159Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2541 | 2025-02-23T12:51:59.480Z | Checking hashlink v0.9.1 |
2542 | 2025-02-23T12:51:59.525Z | Checking concurrent-queue v2.5.0 |
2543 | 2025-02-23T12:51:59.859Z | Checking plotters-backend v0.3.7 |
2544 | 2025-02-23T12:51:59.961Z | Checking parking v2.2.1 |
2545 | 2025-02-23T12:52:00.168Z | Checking fallible-iterator v0.3.0 |
2546 | 2025-02-23T12:52:00.238Z | Checking fallible-streaming-iterator v0.1.9 |
2547 | 2025-02-23T12:52:00.499Z | Checking plotters-svg v0.3.7 |
2548 | 2025-02-23T12:52:00.780Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2549 | 2025-02-23T12:52:00.804Z | Checking rusqlite v0.32.1 |
2550 | 2025-02-23T12:52:01.552Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2551 | 2025-02-23T12:52:02.218Z | Checking async-bb8-diesel v0.2.1 |
2552 | 2025-02-23T12:52:02.666Z | Checking tokio-rustls v0.24.1 |
2553 | 2025-02-23T12:52:02.797Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2554 | 2025-02-23T12:52:02.829Z | Checking rustls-pemfile v1.0.4 |
2555 | 2025-02-23T12:52:03.041Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2556 | 2025-02-23T12:52:03.064Z | Checking twox-hash v2.1.0 |
2557 | 2025-02-23T12:52:03.130Z | Checking cast v0.3.0 |
2558 | 2025-02-23T12:52:03.384Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2559 | 2025-02-23T12:52:03.420Z | Checking criterion-plot v0.5.0 |
2560 | 2025-02-23T12:52:03.726Z | Checking plotters v0.3.7 |
2561 | 2025-02-23T12:52:03.943Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2562 | 2025-02-23T12:52:05.436Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2563 | 2025-02-23T12:52:05.694Z | Checking fatfs v0.3.6 |
2564 | 2025-02-23T12:52:06.680Z | Checking tinytemplate v1.2.1 |
2565 | 2025-02-23T12:52:07.049Z | Checking csv-core v0.1.11 |
2566 | 2025-02-23T12:52:07.086Z | Checking anes v0.1.6 |
2567 | 2025-02-23T12:52:07.390Z | Checking hex-literal v0.4.1 |
2568 | 2025-02-23T12:52:07.442Z | Checking oorandom v11.1.4 |
2569 | 2025-02-23T12:52:07.553Z | Checking csv v1.3.1 |
2570 | 2025-02-23T12:52:07.625Z | Checking criterion v0.5.1 |
2571 | 2025-02-23T12:52:08.522Z | Checking event-listener v5.3.1 |
2572 | 2025-02-23T12:52:10.288Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2573 | 2025-02-23T12:52:10.344Z | Checking rtoolbox v0.0.2 |
2574 | 2025-02-23T12:52:10.573Z | Checking rpassword v7.3.1 |
2575 | 2025-02-23T12:52:10.744Z | Checking event-listener-strategy v0.5.2 |
2576 | 2025-02-23T12:52:10.951Z | Checking tui-tree-widget v0.23.0 |
2577 | 2025-02-23T12:52:11.306Z | Checking polyval v0.6.2 |
2578 | 2025-02-23T12:52:11.584Z | Checking ghash v0.5.1 |
2579 | 2025-02-23T12:52:11.783Z | Checking futures-lite v2.3.0 |
2580 | 2025-02-23T12:52:12.955Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2581 | 2025-02-23T12:52:13.916Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2582 | 2025-02-23T12:52:14.002Z | Checking ctr v0.9.2 |
2583 | 2025-02-23T12:52:14.691Z | Checking yansi v1.0.1 |
2584 | 2025-02-23T12:52:14.921Z | Checking aes-gcm v0.10.3 |
2585 | 2025-02-23T12:52:15.172Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2586 | 2025-02-23T12:52:15.210Z | Checking pretty_assertions v1.4.1 |
2587 | 2025-02-23T12:52:15.434Z | Checking ssh-encoding v0.2.0 |
2588 | 2025-02-23T12:52:15.767Z | Checking blowfish v0.9.1 |
2589 | 2025-02-23T12:52:16.028Z | Checking bcrypt-pbkdf v0.10.0 |
2590 | 2025-02-23T12:52:16.296Z | Checking ssh-cipher v0.2.0 |
2591 | 2025-02-23T12:52:16.599Z | Checking async-lock v3.4.0 |
2592 | 2025-02-23T12:52:16.688Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2593 | 2025-02-23T12:52:17.436Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2594 | 2025-02-23T12:52:17.498Z | Checking password-hash v0.4.2 |
2595 | 2025-02-23T12:52:17.948Z | Checking polling v3.7.3 |
2596 | 2025-02-23T12:52:18.345Z | Checking async-io v2.3.4 |
2597 | 2025-02-23T12:52:18.706Z | Checking pbkdf2 v0.11.0 |
2598 | 2025-02-23T12:52:18.952Z | Checking ssh-key v0.6.6 |
2599 | 2025-02-23T12:52:19.245Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2600 | 2025-02-23T12:52:19.912Z | Checking p521 v0.13.3 |
2601 | 2025-02-23T12:52:20.568Z | Checking p256 v0.13.2 |
2602 | 2025-02-23T12:52:21.070Z | Checking russh-cryptovec v0.7.3 |
2603 | 2025-02-23T12:52:21.268Z | Compiling target-lexicon v0.13.2 |
2604 | 2025-02-23T12:52:21.296Z | Compiling doc-comment v0.3.3 |
2605 | 2025-02-23T12:52:21.320Z | Checking async-task v4.7.1 |
2606 | 2025-02-23T12:52:21.684Z | Checking md5 v0.7.0 |
2607 | 2025-02-23T12:52:21.952Z | Checking async-channel v2.3.1 |
2608 | 2025-02-23T12:52:22.010Z | Checking russh-keys v0.45.0 |
2609 | 2025-02-23T12:52:22.242Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2610 | 2025-02-23T12:52:22.344Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2611 | 2025-02-23T12:52:23.122Z | Checking piper v0.2.4 |
2612 | 2025-02-23T12:52:23.261Z | Checking num-bigint v0.4.6 |
2613 | 2025-02-23T12:52:23.374Z | Checking des v0.8.1 |
2614 | 2025-02-23T12:52:23.611Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2615 | 2025-02-23T12:52:23.850Z | Compiling assert_cmd v2.0.16 |
2616 | 2025-02-23T12:52:24.289Z | Checking futures-timer v3.0.3 |
2617 | 2025-02-23T12:52:24.454Z | Compiling guppy-workspace-hack v0.1.0 |
2618 | 2025-02-23T12:52:24.600Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2619 | 2025-02-23T12:52:24.832Z | Checking blocking v1.6.1 |
2620 | 2025-02-23T12:52:25.636Z | Checking russh v0.45.0 |
2621 | 2025-02-23T12:52:25.719Z | Checking async-executor v1.13.1 |
2622 | 2025-02-23T12:52:25.948Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2623 | 2025-02-23T12:52:26.073Z | Checking async-signal v0.2.10 |
2624 | 2025-02-23T12:52:26.358Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2625 | 2025-02-23T12:52:26.762Z | Compiling target-spec v3.4.2 |
2626 | 2025-02-23T12:52:26.870Z | Checking event-listener v2.5.3 |
2627 | 2025-02-23T12:52:27.099Z | Checking internet-checksum v0.2.1 |
2628 | 2025-02-23T12:52:27.290Z | Checking async-channel v1.9.0 |
2629 | 2025-02-23T12:52:27.566Z | Checking async-process v2.3.0 |
2630 | 2025-02-23T12:52:27.881Z | Checking async-global-executor v2.4.1 |
2631 | 2025-02-23T12:52:28.196Z | Checking cfg-expr v0.18.0 |
2632 | 2025-02-23T12:52:28.513Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2633 | 2025-02-23T12:52:29.061Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2634 | 2025-02-23T12:52:29.747Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2635 | 2025-02-23T12:52:30.060Z | Checking httptest v0.16.3 |
2636 | 2025-02-23T12:52:30.135Z | Checking rustls-native-certs v0.7.3 |
2637 | 2025-02-23T12:52:30.322Z | Compiling petname v2.0.2 |
2638 | 2025-02-23T12:52:30.791Z | Checking num_cpus v1.16.0 |
2639 | 2025-02-23T12:52:30.940Z | Checking kv-log-macro v1.0.7 |
2640 | 2025-02-23T12:52:31.088Z | Compiling async-attributes v1.1.2 |
2641 | 2025-02-23T12:52:31.239Z | Checking fixedbitset v0.5.7 |
2642 | 2025-02-23T12:52:31.963Z | Checking async-std v1.13.0 |
2643 | 2025-02-23T12:52:32.878Z | Checking petgraph v0.7.1 |
2644 | 2025-02-23T12:52:34.055Z | Checking threadpool v1.8.1 |
2645 | 2025-02-23T12:52:34.292Z | Checking hyper-rustls v0.26.0 |
2646 | 2025-02-23T12:52:34.989Z | Checking cargo_metadata v0.19.1 |
2647 | 2025-02-23T12:52:35.165Z | Checking pathdiff v0.2.3 |
2648 | 2025-02-23T12:52:35.245Z | Compiling rstest_macros v0.23.0 |
2649 | 2025-02-23T12:52:35.328Z | Checking escape8259 v0.5.3 |
2650 | 2025-02-23T12:52:35.511Z | Compiling target-triple v0.1.3 |
2651 | 2025-02-23T12:52:35.777Z | Checking nested v0.1.1 |
2652 | 2025-02-23T12:52:36.085Z | Checking libtest-mimic v0.7.3 |
2653 | 2025-02-23T12:52:36.145Z | Checking async-object-pool v0.1.5 |
2654 | 2025-02-23T12:52:36.567Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2655 | 2025-02-23T12:52:36.728Z | Checking guppy v0.17.17 |
2656 | 2025-02-23T12:52:37.135Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2657 | 2025-02-23T12:52:37.421Z | Checking similar-asserts v1.6.0 |
2658 | 2025-02-23T12:52:37.687Z | Checking fancy-regex v0.13.0 |
2659 | 2025-02-23T12:52:38.468Z | Checking serde_regex v1.1.0 |
2660 | 2025-02-23T12:52:38.700Z | Checking assert-json-diff v2.0.2 |
2661 | 2025-02-23T12:52:38.756Z | Compiling proc-macro-crate v3.2.0 |
2662 | 2025-02-23T12:52:38.996Z | Checking path-tree v0.8.1 |
2663 | 2025-02-23T12:52:39.277Z | Checking stringmetrics v2.2.2 |
2664 | 2025-02-23T12:52:39.318Z | Checking sync-ptr v0.1.1 |
2665 | 2025-02-23T12:52:39.541Z | Compiling git2 v0.19.0 |
2666 | 2025-02-23T12:52:39.565Z | Compiling relative-path v1.9.3 |
2667 | 2025-02-23T12:52:39.568Z | Checking httpmock v0.8.0-alpha.1 |
2668 | 2025-02-23T12:52:39.941Z | Checking datatest-stable v0.2.9 |
2669 | 2025-02-23T12:52:40.411Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2670 | 2025-02-23T12:52:41.713Z | Checking blake2b_simd v1.0.2 |
2671 | 2025-02-23T12:52:42.629Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2672 | 2025-02-23T12:52:44.638Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2673 | 2025-02-23T12:52:46.564Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2674 | 2025-02-23T12:52:46.916Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2675 | 2025-02-23T12:52:47.256Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2676 | 2025-02-23T12:52:47.820Z | Checking serde_tokenstream v0.2.2 |
2677 | 2025-02-23T12:52:48.057Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2678 | 2025-02-23T12:52:48.247Z | Checking uzers v0.12.1 |
2679 | 2025-02-23T12:52:48.752Z | Checking rstest v0.23.0 |
2680 | 2025-02-23T12:52:48.847Z | Checking rust-argon2 v2.1.0 |
2681 | 2025-02-23T12:52:48.975Z | Checking trybuild v1.0.101 |
2682 | 2025-02-23T12:52:49.310Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2683 | 2025-02-23T12:52:50.291Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2684 | 2025-02-23T12:52:50.521Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2025-02-23T12:52:51.641Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2686 | 2025-02-23T12:52:52.040Z | Checking rand_distr v0.4.3 |
2687 | 2025-02-23T12:52:52.165Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2688 | 2025-02-23T12:52:52.759Z | Checking multimap v0.10.0 |
2689 | 2025-02-23T12:52:53.058Z | Checking approx v0.5.1 |
2690 | 2025-02-23T12:52:53.338Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2691 | 2025-02-23T12:52:53.929Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2692 | 2025-02-23T12:52:54.609Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2693 | 2025-02-23T12:52:55.173Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2694 | 2025-02-23T12:52:55.478Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2695 | 2025-02-23T12:52:56.012Z | Checking partial-io v0.5.4 |
2696 | 2025-02-23T12:52:56.352Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2697 | 2025-02-23T12:52:56.385Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2698 | 2025-02-23T12:52:56.690Z | Checking cargo_toml v0.20.5 |
2699 | 2025-02-23T12:52:56.825Z | Checking termios v0.3.3 |
2700 | 2025-02-23T12:52:57.095Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2701 | 2025-02-23T12:52:57.953Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2702 | 2025-02-23T12:52:58.593Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2703 | 2025-02-23T12:52:58.623Z | Compiling samael v0.0.18 |
2704 | 2025-02-23T12:53:02.821Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2705 | 2025-02-23T12:53:14.627Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2706 | 2025-02-23T12:53:23.626Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2707 | 2025-02-23T12:53:50.267Z | Compiling polar-core v0.27.3 |
2708 | 2025-02-23T12:53:50.612Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2709 | 2025-02-23T12:53:50.766Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2710 | 2025-02-23T12:53:55.884Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2711 | 2025-02-23T12:54:01.518Z | Checking oso v0.27.3 |
2712 | 2025-02-23T12:54:39.551Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2713 | 2025-02-23T12:54:39.554Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2714 | 2025-02-23T12:54:39.554Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2715 | 2025-02-23T12:55:51.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2716 | 2025-02-23T12:55:52.040Z | |
2717 | 2025-02-23T12:55:52.040Z | real 6:27.331212063 |
2718 | 2025-02-23T12:55:52.040Z | user 35:39.934925348 |
2719 | 2025-02-23T12:55:52.040Z | sys 5:06.449298049 |
2720 | 2025-02-23T12:55:52.040Z | trap 1.015277081 |
2721 | 2025-02-23T12:55:52.040Z | tflt 0.440852740 |
2722 | 2025-02-23T12:55:52.042Z | dflt 0.266843066 |
2723 | 2025-02-23T12:55:52.043Z | kflt 0.001072989 |
2724 | 2025-02-23T12:55:52.043Z | lock 51:01.357782894 |
2725 | 2025-02-23T12:55:52.043Z | slp 2:01:23.429771963 |
2726 | 2025-02-23T12:55:52.043Z | lat 1:45.740123227 |
2727 | 2025-02-23T12:55:52.043Z | stop 6:41.734780378 |
2728 | 2025-02-23T12:55:52.043Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2729 | 2025-02-23T12:55:52.043Z | + ptime -m cargo doc --workspace --no-deps |
2730 | 2025-02-23T12:55:53.243Z | warning: output filename collision. |
2731 | 2025-02-23T12:55:53.243Z | 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)`. |
2732 | 2025-02-23T12:55:53.243Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2733 | 2025-02-23T12:55:53.243Z | The targets should have unique names. |
2734 | 2025-02-23T12:55:53.243Z | This is a known bug where multiple crates with the same name use |
2735 | 2025-02-23T12:55:53.243Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2736 | 2025-02-23T12:55:53.717Z | Compiling ring v0.17.11 |
2737 | 2025-02-23T12:55:53.803Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2025-02-23T12:55:53.824Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2025-02-23T12:55:53.867Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2740 | 2025-02-23T12:55:53.891Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2741 | 2025-02-23T12:55:53.891Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2742 | 2025-02-23T12:55:55.189Z | Compiling rustls v0.23.19 |
2743 | 2025-02-23T12:55:55.192Z | Compiling rustls v0.22.4 |
2744 | 2025-02-23T12:55:55.192Z | Compiling rustls v0.21.12 |
2745 | 2025-02-23T12:55:56.638Z | Checking rustls-webpki v0.102.8 |
2746 | 2025-02-23T12:55:56.638Z | Checking rcgen v0.12.1 |
2747 | 2025-02-23T12:55:56.641Z | Checking rustls-webpki v0.101.7 |
2748 | 2025-02-23T12:55:56.641Z | Checking sct v0.7.1 |
2749 | 2025-02-23T12:55:59.393Z | Checking tokio-rustls v0.24.1 |
2750 | 2025-02-23T12:55:59.721Z | Checking tokio-rustls v0.25.0 |
2751 | 2025-02-23T12:56:00.012Z | Checking dropshot v0.12.0 |
2752 | 2025-02-23T12:56:00.014Z | Checking dropshot v0.15.1 |
2753 | 2025-02-23T12:56:00.975Z | Checking tokio-rustls v0.26.0 |
2754 | 2025-02-23T12:56:01.381Z | Checking hyper-rustls v0.27.3 |
2755 | 2025-02-23T12:56:01.381Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2756 | 2025-02-23T12:56:01.788Z | Checking reqwest v0.12.12 |
2757 | 2025-02-23T12:56:02.772Z | Checking qorb v0.2.1 |
2758 | 2025-02-23T12:56:02.934Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2759 | 2025-02-23T12:56:03.869Z | Checking progenitor-client v0.9.1 |
2760 | 2025-02-23T12:56:04.144Z | Checking progenitor-client v0.8.0 |
2761 | 2025-02-23T12:56:04.304Z | Checking progenitor v0.9.1 |
2762 | 2025-02-23T12:56:04.360Z | Checking tough v0.19.0 |
2763 | 2025-02-23T12:56:04.550Z | Checking progenitor v0.8.0 |
2764 | 2025-02-23T12:56:04.835Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2765 | 2025-02-23T12:56:04.844Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2766 | 2025-02-23T12:56:05.253Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2767 | 2025-02-23T12:56:09.537Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2768 | 2025-02-23T12:56:09.697Z | Compiling omicron-zone-package v0.12.0 |
2769 | 2025-02-23T12:56:09.780Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2770 | 2025-02-23T12:56:09.932Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2771 | 2025-02-23T12:56:10.499Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2772 | 2025-02-23T12:56:10.951Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2773 | 2025-02-23T12:56:11.022Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2774 | 2025-02-23T12:56:14.174Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2775 | 2025-02-23T12:56:14.174Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2776 | 2025-02-23T12:56:14.450Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2777 | 2025-02-23T12:56:14.543Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2778 | 2025-02-23T12:56:14.543Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2779 | 2025-02-23T12:56:14.583Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2780 | 2025-02-23T12:56:14.603Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2781 | 2025-02-23T12:56:14.603Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2782 | 2025-02-23T12:56:14.791Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2783 | 2025-02-23T12:56:14.835Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2784 | 2025-02-23T12:56:14.866Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2785 | 2025-02-23T12:56:14.909Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2786 | 2025-02-23T12:56:15.287Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2787 | 2025-02-23T12:56:15.306Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2788 | 2025-02-23T12:56:15.330Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2789 | 2025-02-23T12:56:15.961Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2790 | 2025-02-23T12:56:16.343Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2791 | 2025-02-23T12:56:16.685Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2792 | 2025-02-23T12:56:17.071Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2793 | 2025-02-23T12:56:17.281Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2794 | 2025-02-23T12:56:17.650Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2795 | 2025-02-23T12:56:17.673Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2796 | 2025-02-23T12:56:18.063Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2797 | 2025-02-23T12:56:18.186Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2798 | 2025-02-23T12:56:18.327Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2799 | 2025-02-23T12:56:18.408Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2800 | 2025-02-23T12:56:18.589Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2801 | 2025-02-23T12:56:18.609Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2802 | 2025-02-23T12:56:18.642Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2803 | 2025-02-23T12:56:18.790Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2804 | 2025-02-23T12:56:18.810Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2805 | 2025-02-23T12:56:18.961Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2806 | 2025-02-23T12:56:18.983Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2807 | 2025-02-23T12:56:19.098Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2808 | 2025-02-23T12:56:19.151Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2809 | 2025-02-23T12:56:19.320Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2810 | 2025-02-23T12:56:19.518Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2811 | 2025-02-23T12:56:19.578Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2812 | 2025-02-23T12:56:19.666Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2813 | 2025-02-23T12:56:19.723Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2814 | 2025-02-23T12:56:19.933Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2815 | 2025-02-23T12:56:20.512Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2816 | 2025-02-23T12:56:20.976Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2817 | 2025-02-23T12:56:21.386Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2818 | 2025-02-23T12:56:21.948Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2819 | 2025-02-23T12:56:22.402Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2820 | 2025-02-23T12:56:22.683Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2821 | 2025-02-23T12:56:23.143Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2822 | 2025-02-23T12:56:23.646Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2025-02-23T12:56:23.731Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2824 | 2025-02-23T12:56:24.709Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2825 | 2025-02-23T12:56:26.065Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2826 | 2025-02-23T12:56:26.245Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2827 | 2025-02-23T12:56:27.380Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2828 | 2025-02-23T12:56:28.053Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2829 | 2025-02-23T12:56:28.120Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2830 | 2025-02-23T12:56:28.400Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2831 | 2025-02-23T12:56:28.746Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2832 | 2025-02-23T12:56:29.374Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2833 | 2025-02-23T12:56:30.331Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2834 | 2025-02-23T12:56:30.649Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2835 | 2025-02-23T12:56:30.835Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2836 | 2025-02-23T12:56:31.745Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2837 | 2025-02-23T12:56:33.399Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2838 | 2025-02-23T12:56:33.959Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2839 | 2025-02-23T12:56:34.279Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2840 | 2025-02-23T12:56:34.694Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2841 | 2025-02-23T12:56:34.840Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2842 | 2025-02-23T12:56:35.100Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2843 | 2025-02-23T12:56:35.159Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2025-02-23T12:56:35.526Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2845 | 2025-02-23T12:56:35.624Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2846 | 2025-02-23T12:56:37.095Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2847 | 2025-02-23T12:56:37.727Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2848 | 2025-02-23T12:56:38.301Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2849 | 2025-02-23T12:56:38.325Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2850 | 2025-02-23T12:56:38.521Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2025-02-23T12:56:38.769Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2852 | 2025-02-23T12:56:38.811Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2025-02-23T12:56:39.015Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2854 | 2025-02-23T12:56:39.439Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2855 | 2025-02-23T12:56:39.619Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2856 | 2025-02-23T12:56:40.027Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2857 | 2025-02-23T12:56:40.234Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2858 | 2025-02-23T12:56:40.255Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2025-02-23T12:56:40.461Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2860 | 2025-02-23T12:56:40.656Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2861 | 2025-02-23T12:56:41.496Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2025-02-23T12:56:41.768Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2863 | 2025-02-23T12:56:42.191Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2864 | 2025-02-23T12:56:42.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2865 | 2025-02-23T12:56:42.766Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2866 | 2025-02-23T12:56:42.944Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2867 | 2025-02-23T12:56:43.007Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2868 | 2025-02-23T12:56:43.213Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2869 | 2025-02-23T12:56:43.465Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2870 | 2025-02-23T12:56:43.486Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2871 | 2025-02-23T12:56:43.756Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2872 | 2025-02-23T12:56:44.258Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2025-02-23T12:56:44.621Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2874 | 2025-02-23T12:56:44.905Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2875 | 2025-02-23T12:56:45.078Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2876 | 2025-02-23T12:56:46.170Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2877 | 2025-02-23T12:56:47.821Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2878 | 2025-02-23T12:56:48.109Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2879 | 2025-02-23T12:56:48.369Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2880 | 2025-02-23T12:56:49.089Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2881 | 2025-02-23T12:56:49.170Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2882 | 2025-02-23T12:56:49.222Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2883 | 2025-02-23T12:56:49.765Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2884 | 2025-02-23T12:56:50.029Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2885 | 2025-02-23T12:56:50.152Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2886 | 2025-02-23T12:56:50.841Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2887 | 2025-02-23T12:56:51.077Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2888 | 2025-02-23T12:56:52.096Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2889 | 2025-02-23T12:56:52.109Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2890 | 2025-02-23T12:56:52.115Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2891 | 2025-02-23T12:56:52.128Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2892 | 2025-02-23T12:56:52.234Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2893 | 2025-02-23T12:56:55.833Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2894 | 2025-02-23T12:56:56.177Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2895 | 2025-02-23T12:56:57.049Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2896 | 2025-02-23T12:56:57.334Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2897 | 2025-02-23T12:56:57.598Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2898 | 2025-02-23T12:56:57.704Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2899 | 2025-02-23T12:56:58.098Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2900 | 2025-02-23T12:56:58.797Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2901 | 2025-02-23T12:56:59.796Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2902 | 2025-02-23T12:57:01.460Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2903 | 2025-02-23T12:57:02.396Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2904 | 2025-02-23T12:57:02.568Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2905 | 2025-02-23T12:57:03.384Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2906 | 2025-02-23T12:57:08.778Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2907 | 2025-02-23T12:57:09.118Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2908 | 2025-02-23T12:57:09.551Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2909 | 2025-02-23T12:57:14.905Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2910 | 2025-02-23T12:57:15.268Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2911 | 2025-02-23T12:57:17.122Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2912 | 2025-02-23T12:57:17.163Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2913 | 2025-02-23T12:57:17.387Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2914 | 2025-02-23T12:57:18.945Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2025-02-23T12:57:19.353Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2916 | 2025-02-23T12:57:20.112Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2917 | 2025-02-23T12:57:20.114Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2918 | 2025-02-23T12:57:22.101Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2919 | 2025-02-23T12:57:23.857Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2920 | 2025-02-23T12:57:23.924Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2921 | 2025-02-23T12:57:27.093Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2922 | 2025-02-23T12:57:27.978Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2923 | 2025-02-23T12:57:29.212Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2924 | 2025-02-23T12:57:29.969Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2925 | 2025-02-23T12:57:30.225Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2926 | 2025-02-23T12:57:31.405Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2927 | 2025-02-23T12:57:31.715Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2928 | 2025-02-23T12:57:32.316Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2929 | 2025-02-23T12:57:33.957Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2930 | 2025-02-23T12:57:35.008Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2025-02-23T12:57:35.265Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2932 | 2025-02-23T12:57:35.412Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2933 | 2025-02-23T12:57:36.115Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2934 | 2025-02-23T12:57:37.960Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2935 | 2025-02-23T12:57:38.905Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2936 | 2025-02-23T12:57:39.362Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2937 | 2025-02-23T12:57:40.159Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2938 | 2025-02-23T12:57:40.386Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2939 | 2025-02-23T12:57:40.571Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2940 | 2025-02-23T12:57:42.631Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2941 | 2025-02-23T12:57:43.147Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2942 | 2025-02-23T12:57:43.187Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2943 | 2025-02-23T12:57:43.461Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2944 | 2025-02-23T12:57:44.363Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2945 | 2025-02-23T12:57:45.569Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2946 | 2025-02-23T12:57:45.942Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2947 | 2025-02-23T12:57:46.358Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2948 | 2025-02-23T12:57:46.663Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2949 | 2025-02-23T12:57:47.038Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2950 | 2025-02-23T12:57:48.956Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2951 | 2025-02-23T12:57:49.918Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2952 | 2025-02-23T12:57:50.558Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2953 | 2025-02-23T12:57:50.589Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2954 | 2025-02-23T12:57:52.607Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2955 | 2025-02-23T12:57:53.097Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2956 | 2025-02-23T12:57:53.637Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2957 | 2025-02-23T12:57:53.693Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2958 | 2025-02-23T12:57:54.888Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2959 | 2025-02-23T12:57:55.032Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2960 | 2025-02-23T12:57:57.052Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2961 | 2025-02-23T12:57:57.519Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2962 | 2025-02-23T12:57:57.841Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2963 | 2025-02-23T12:57:58.744Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2964 | 2025-02-23T12:57:59.277Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2965 | 2025-02-23T12:57:59.714Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2966 | 2025-02-23T12:58:00.621Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2967 | 2025-02-23T12:58:01.227Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2968 | 2025-02-23T12:58:01.756Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2969 | 2025-02-23T12:58:03.267Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2970 | 2025-02-23T12:58:04.408Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2971 | 2025-02-23T12:58:05.390Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2972 | 2025-02-23T12:58:06.162Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2973 | 2025-02-23T12:58:06.612Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2974 | 2025-02-23T12:58:07.642Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2975 | 2025-02-23T12:58:09.089Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2976 | 2025-02-23T12:58:09.191Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2977 | 2025-02-23T12:58:09.824Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2978 | 2025-02-23T12:58:10.887Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2979 | 2025-02-23T12:58:10.907Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2980 | 2025-02-23T12:58:12.190Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2981 | 2025-02-23T12:58:13.310Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2982 | 2025-02-23T12:58:14.264Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2983 | 2025-02-23T12:58:14.295Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2984 | 2025-02-23T12:58:15.194Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2985 | 2025-02-23T12:58:15.541Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2986 | 2025-02-23T12:58:16.141Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2987 | 2025-02-23T12:58:16.564Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2988 | 2025-02-23T12:58:16.585Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2989 | 2025-02-23T12:58:17.547Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2990 | 2025-02-23T12:58:17.704Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2991 | 2025-02-23T12:58:18.600Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2992 | 2025-02-23T12:58:18.681Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2993 | 2025-02-23T12:58:18.820Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2994 | 2025-02-23T12:58:18.872Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2995 | 2025-02-23T12:58:19.809Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2996 | 2025-02-23T12:58:20.421Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2997 | 2025-02-23T12:58:39.650Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2998 | 2025-02-23T12:58:39.653Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2999 | 2025-02-23T12:58:39.653Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3000 | 2025-02-23T12:58:39.653Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3001 | 2025-02-23T12:58:40.561Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3002 | 2025-02-23T12:58:40.619Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3003 | 2025-02-23T12:58:40.653Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3004 | 2025-02-23T12:58:40.869Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3005 | 2025-02-23T12:58:42.930Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3006 | 2025-02-23T12:58:47.985Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3007 | 2025-02-23T12:58:48.526Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3008 | 2025-02-23T12:59:29.483Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3009 | 2025-02-23T12:59:36.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
3010 | 2025-02-23T12:59:36.242Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
3011 | 2025-02-23T12:59:36.311Z | |
3012 | 2025-02-23T12:59:36.314Z | real 3:44.139712049 |
3013 | 2025-02-23T12:59:36.314Z | user 19:47.175909299 |
3014 | 2025-02-23T12:59:36.314Z | sys 2:42.072905032 |
3015 | 2025-02-23T12:59:36.314Z | trap 0.549971253 |
3016 | 2025-02-23T12:59:36.314Z | tflt 0.176844753 |
3017 | 2025-02-23T12:59:36.314Z | dflt 0.187980781 |
3018 | 2025-02-23T12:59:36.314Z | kflt 0.000111745 |
3019 | 2025-02-23T12:59:36.314Z | lock 31:34.170898038 |
3020 | 2025-02-23T12:59:36.314Z | slp 56:52.291013477 |
3021 | 2025-02-23T12:59:36.314Z | lat 1:17.099171287 |
3022 | 2025-02-23T12:59:36.314Z | stop 1:29.047419944 |
3023 | 2025-02-23T12:59:36.314Z | process exited: duration 980912 ms, exit code 0 |
|
3024 | 2025-02-23T12:59:36.320Z | found 0 output files |