|
|
|
1 | 2025-02-24T20:57:33.263Z | job assigned to worker 01JMWVYXVW3XDXR2FQ5A723VE3 [factory aws, i-0e6c6c43068832f3a] (queued for 1 m 3 s) |
|
2 | 2025-02-24T20:57:41.472Z | starting task 0: "setup" |
3 | 2025-02-24T20:57:41.480Z | ++ uname -s |
4 | 2025-02-24T20:57:41.483Z | + kern=SunOS |
5 | 2025-02-24T20:57:41.483Z | + build_user=build |
6 | 2025-02-24T20:57:41.483Z | + build_uid=12345 |
7 | 2025-02-24T20:57:41.483Z | + work_dir=/work |
8 | 2025-02-24T20:57:41.483Z | + input_dir=/input |
9 | 2025-02-24T20:57:41.483Z | + [[ 0 == 12345 ]] |
10 | 2025-02-24T20:57:41.483Z | + case "$kern" in |
11 | 2025-02-24T20:57:41.483Z | + groupadd -g 12345 build |
12 | 2025-02-24T20:57:41.486Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-24T20:57:43.493Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-24T20:57:43.627Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-24T20:57:43.629Z | + home_fs=zfs |
16 | 2025-02-24T20:57:43.629Z | + [[ zfs == autofs ]] |
17 | 2025-02-24T20:57:43.630Z | + mkdir -p /home/build |
18 | 2025-02-24T20:57:43.632Z | + chown build:build /home/build /work |
19 | 2025-02-24T20:57:45.634Z | + chmod 0700 /home/build /work |
20 | 2025-02-24T20:57:45.637Z | process exited: duration 4164 ms, exit code 0 |
|
21 | 2025-02-24T20:57:45.643Z | starting task 1: "rust-toolchain" |
22 | 2025-02-24T20:57:45.648Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-24T20:57:45.648Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-24T20:57:45.648Z | * rust toolchain profile = "default" |
25 | 2025-02-24T20:57:45.648Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-24T20:57:45.648Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-24T20:57:45.648Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-24T20:57:45.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-24T20:57:45.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-24T20:57:45.767Z | info: downloading installer |
31 | 2025-02-24T20:57:46.949Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-24T20:57:46.949Z | warning: /opt/ooce/bin |
33 | 2025-02-24T20:57:46.949Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-24T20:57:46.949Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-24T20:57:46.949Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-24T20:57:46.949Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-24T20:57:46.949Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-24T20:57:46.949Z | error: cannot install while Rust is installed |
39 | 2025-02-24T20:57:46.949Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-24T20:57:46.985Z | info: profile set to 'default' |
41 | 2025-02-24T20:57:46.985Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-24T20:57:46.988Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-24T20:57:47.149Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-24T20:57:47.149Z | info: downloading component 'cargo' |
45 | 2025-02-24T20:57:48.035Z | info: downloading component 'clippy' |
46 | 2025-02-24T20:57:48.377Z | info: downloading component 'rust-docs' |
47 | 2025-02-24T20:57:49.724Z | info: downloading component 'rust-std' |
48 | 2025-02-24T20:57:51.700Z | info: downloading component 'rustc' |
49 | 2025-02-24T20:57:58.531Z | info: downloading component 'rustfmt' |
50 | 2025-02-24T20:57:58.784Z | info: installing component 'cargo' |
51 | 2025-02-24T20:57:59.640Z | info: installing component 'clippy' |
52 | 2025-02-24T20:58:00.029Z | info: installing component 'rust-docs' |
53 | 2025-02-24T20:58:01.803Z | info: installing component 'rust-std' |
54 | 2025-02-24T20:58:03.703Z | info: installing component 'rustc' |
55 | 2025-02-24T20:58:09.756Z | info: installing component 'rustfmt' |
56 | 2025-02-24T20:58:10.090Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-24T20:58:10.091Z | |
58 | 2025-02-24T20:58:10.467Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-24T20:58:10.467Z | |
60 | 2025-02-24T20:58:10.470Z | |
61 | 2025-02-24T20:58:10.470Z | Rust is installed now. Great! |
62 | 2025-02-24T20:58:10.470Z | |
63 | 2025-02-24T20:58:10.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-24T20:58:10.470Z | environment variable. This has not been done automatically. |
65 | 2025-02-24T20:58:10.470Z | |
66 | 2025-02-24T20:58:10.470Z | To configure your current shell, you need to source |
67 | 2025-02-24T20:58:10.470Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-24T20:58:10.470Z | |
69 | 2025-02-24T20:58:10.470Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-24T20:58:10.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-24T20:58:10.470Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-24T20:58:10.548Z | + rustup --version |
73 | 2025-02-24T20:58:10.555Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-24T20:58:10.555Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-24T20:58:10.642Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-24T20:58:10.647Z | + cargo --version |
77 | 2025-02-24T20:58:10.710Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-24T20:58:10.713Z | + rustc --version |
79 | 2025-02-24T20:58:10.785Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-24T20:58:10.789Z | process exited: duration 25144 ms, exit code 0 |
|
81 | 2025-02-24T20:58:10.795Z | starting task 2: "authentication" |
82 | 2025-02-24T20:58:10.817Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-24T20:58:10.823Z | starting task 3: "clone repository" |
84 | 2025-02-24T20:58:10.828Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-24T20:58:10.831Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-24T20:58:10.936Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-24T20:58:18.820Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-24T20:58:18.820Z | + git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
89 | 2025-02-24T20:58:19.102Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-24T20:58:19.102Z | * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD |
91 | 2025-02-24T20:58:19.113Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-24T20:58:19.116Z | ++ git branch --show-current |
93 | 2025-02-24T20:58:19.119Z | + current=main |
94 | 2025-02-24T20:58:19.119Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-24T20:58:19.119Z | + git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
96 | 2025-02-24T20:58:19.121Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-24T20:58:19.312Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-24T20:58:19.315Z | + git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
99 | 2025-02-24T20:58:19.501Z | HEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-24T20:58:19.504Z | process exited: duration 8679 ms, exit code 0 |
|
101 | 2025-02-24T20:58:19.510Z | starting task 4: "build" |
102 | 2025-02-24T20:58:19.515Z | + source ./env.sh |
103 | 2025-02-24T20:58:19.518Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-24T20:58:19.518Z | ++ set -o xtrace |
105 | 2025-02-24T20:58:19.521Z | ++++ dirname ./env.sh |
106 | 2025-02-24T20:58:19.521Z | +++ readlink -f . |
107 | 2025-02-24T20:58:19.525Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.525Z | ++ 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-24T20:58:19.526Z | ++ 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-24T20:58:19.526Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-24T20:58:19.526Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-24T20:58:19.526Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-24T20:58:19.526Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-24T20:58:19.526Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-24T20:58:19.526Z | + cargo --version |
122 | 2025-02-24T20:58:19.579Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-24T20:58:19.582Z | + rustc --version |
124 | 2025-02-24T20:58:19.646Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-24T20:58:19.648Z | + banner prerequisites |
126 | 2025-02-24T20:58:19.654Z | |
127 | 2025-02-24T20:58:19.654Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-24T20:58:19.654Z | # # # # # # # # # # # # # # # |
129 | 2025-02-24T20:58:19.654Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-24T20:58:19.654Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-24T20:58:19.654Z | # # # # # # # # # # # # # # # |
132 | 2025-02-24T20:58:19.654Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-24T20:58:19.654Z | |
134 | 2025-02-24T20:58:19.657Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-24T20:58:21.857Z | pkg list: illegal option -- F |
136 | 2025-02-24T20:58:21.857Z | Usage: |
137 | 2025-02-24T20:58:21.860Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-24T20:58:21.860Z | [pkg_fmri_pattern ...] |
139 | 2025-02-24T20:58:22.722Z | pkg list: illegal option -- F |
140 | 2025-02-24T20:58:22.722Z | Usage: |
141 | 2025-02-24T20:58:22.725Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-24T20:58:22.725Z | [pkg_fmri_pattern ...] |
143 | 2025-02-24T20:58:30.509Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-24T20:58:35.006Z | Startup: Caching catalogs ... Done |
145 | 2025-02-24T20:58:48.600Z | Planning: Solver setup ... Done (12.639s) |
146 | 2025-02-24T20:58:48.758Z | Planning: Running solver ... Done (0.158s) |
147 | 2025-02-24T20:58:48.961Z | Planning: Finding local manifests ... Done (0.084s) |
148 | 2025-02-24T20:58:48.974Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-24T20:58:49.278Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-24T20:58:49.574Z | Planning: Package planning ... Done (0.296s) |
151 | 2025-02-24T20:58:49.631Z | Planning: Merging actions ... Done (0.057s) |
152 | 2025-02-24T20:58:49.962Z | Planning: Checking for conflicting actions ... Done (0.331s) |
153 | 2025-02-24T20:58:53.716Z | Planning: Consolidating action changes ... Done (3.753s) |
154 | 2025-02-24T20:58:54.125Z | Planning: Evaluating mediators ... Done (0.408s) |
155 | 2025-02-24T20:58:54.208Z | Planning: Planning completed in 19.10 seconds |
156 | 2025-02-24T20:58:54.224Z | Packages to install: 4 |
157 | 2025-02-24T20:58:54.224Z | Packages to update: 3 |
158 | 2025-02-24T20:58:54.224Z | Mediators to change: 2 |
159 | 2025-02-24T20:58:54.224Z | Services to change: 1 |
160 | 2025-02-24T20:58:54.227Z | Estimated space available: 155.60 GB |
161 | 2025-02-24T20:58:54.227Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-24T20:58:54.227Z | Create boot environment: No |
163 | 2025-02-24T20:58:54.227Z | Create backup boot environment: Yes |
164 | 2025-02-24T20:58:54.227Z | Rebuild boot archive: No |
165 | 2025-02-24T20:58:54.227Z | |
166 | 2025-02-24T20:58:54.227Z | Changed mediators: |
167 | 2025-02-24T20:58:54.227Z | mediator clang: |
168 | 2025-02-24T20:58:54.227Z | version: None -> 15 (system default) |
169 | 2025-02-24T20:58:54.227Z | |
170 | 2025-02-24T20:58:54.227Z | mediator llvm: |
171 | 2025-02-24T20:58:54.227Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-24T20:58:54.227Z | |
173 | 2025-02-24T20:58:54.227Z | Changed packages: |
174 | 2025-02-24T20:58:54.227Z | helios-dev |
175 | 2025-02-24T20:58:54.227Z | developer/build-essential |
176 | 2025-02-24T20:58:54.227Z | None -> 11-2.0 |
177 | 2025-02-24T20:58:54.227Z | library/libxmlsec1 |
178 | 2025-02-24T20:58:54.227Z | None -> 1.2.35-2.0 |
179 | 2025-02-24T20:58:54.227Z | ooce/developer/clang-15 |
180 | 2025-02-24T20:58:54.227Z | None -> 15.0.7-2.0 |
181 | 2025-02-24T20:58:54.228Z | ooce/developer/llvm-15 |
182 | 2025-02-24T20:58:54.228Z | None -> 15.0.7-2.0 |
183 | 2025-02-24T20:58:54.228Z | package/pkg |
184 | 2025-02-24T20:58:54.228Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-24T20:58:54.228Z | system/library/g++-runtime |
186 | 2025-02-24T20:58:54.228Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-24T20:58:54.228Z | system/library/gcc-runtime |
188 | 2025-02-24T20:58:54.228Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-24T20:58:54.228Z | |
190 | 2025-02-24T20:58:54.228Z | Services: |
191 | 2025-02-24T20:58:54.228Z | restart_fmri: |
192 | 2025-02-24T20:58:54.228Z | svc:/system/update-man-index:default |
193 | 2025-02-24T20:58:54.228Z | |
194 | 2025-02-24T20:58:54.228Z | Editable files to change: |
195 | 2025-02-24T20:58:54.228Z | Update: |
196 | 2025-02-24T20:58:54.228Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-24T20:58:54.465Z | |
198 | 2025-02-24T20:58:54.466Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-24T20:59:00.526Z | Download: 211/4301 items 1.3/225.4MB 0% complete (557k/s) |
200 | 2025-02-24T20:59:19.747Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
201 | 2025-02-24T20:59:24.747Z | Download: 235/4301 items 12.0/225.4MB 5% complete (2.0M/s) |
202 | 2025-02-24T20:59:29.749Z | Download: 1215/4301 items 99.1/225.4MB 43% complete (9.7M/s) |
203 | 2025-02-24T20:59:35.479Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (12.8M/s) |
204 | 2025-02-24T20:59:40.483Z | Download: 2793/4301 items 121.0/225.4MB 53% complete (756k/s) |
205 | 2025-02-24T20:59:45.675Z | Download: 3282/4301 items 211.2/225.4MB 93% complete (9.7M/s) |
206 | 2025-02-24T20:59:50.858Z | Download: 4283/4301 items 222.9/225.4MB 98% complete (10.1M/s) |
207 | 2025-02-24T20:59:52.140Z | Download: Completed 225.42 MB in 57.67 seconds (3.9M/s) |
208 | 2025-02-24T20:59:54.177Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-02-24T20:59:54.195Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-02-24T20:59:58.958Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-02-24T20:59:59.299Z | Actions: Completed 5122 actions in 5.12 seconds. |
212 | 2025-02-24T20:59:59.732Z | Done (0.424s) |
213 | 2025-02-24T20:59:59.735Z | Done (0.001s) |
214 | 2025-02-24T21:00:00.347Z | Done (0.613s) |
215 | 2025-02-24T21:00:05.717Z | Done (5.117s) |
216 | 2025-02-24T21:00:05.888Z | Done (0.088s) |
217 | 2025-02-24T21:00:05.891Z | Done (0.000s) |
218 | 2025-02-24T21:00:06.050Z | Done (0.000s) |
219 | 2025-02-24T21:00:06.868Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-02-24T21:00:07.055Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-02-24T21:00:07.058Z | Planning: Consolidating action changes ... Done |
222 | 2025-02-24T21:00:07.351Z | Planning: Evaluating mediators ... Done |
223 | 2025-02-24T21:00:07.355Z | Planning: Planning completed in 0.48 seconds |
224 | 2025-02-24T21:00:07.392Z | Mediators to change: 2 |
225 | 2025-02-24T21:00:07.392Z | Create boot environment: No |
226 | 2025-02-24T21:00:07.395Z | Create backup boot environment: No |
227 | 2025-02-24T21:00:07.474Z | Done |
228 | 2025-02-24T21:00:07.474Z | Done |
229 | 2025-02-24T21:00:07.936Z | Done |
230 | 2025-02-24T21:00:12.231Z | Done |
231 | 2025-02-24T21:00:12.341Z | Done |
232 | 2025-02-24T21:00:12.344Z | Done |
233 | 2025-02-24T21:00:12.479Z | Done |
234 | 2025-02-24T21:00:13.163Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-02-24T21:00:13.168Z | Planning: Merging actions ... Done |
236 | 2025-02-24T21:00:13.369Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-02-24T21:00:13.372Z | Planning: Consolidating action changes ... Done |
238 | 2025-02-24T21:00:13.656Z | Planning: Evaluating mediators ... Done |
239 | 2025-02-24T21:00:13.718Z | Planning: Planning completed in 0.82 seconds |
240 | 2025-02-24T21:00:13.763Z | Packages to change: 1 |
241 | 2025-02-24T21:00:13.763Z | Mediators to change: 1 |
242 | 2025-02-24T21:00:13.763Z | Services to change: 1 |
243 | 2025-02-24T21:00:13.763Z | Create boot environment: No |
244 | 2025-02-24T21:00:13.763Z | Create backup boot environment: Yes |
245 | 2025-02-24T21:00:16.015Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-02-24T21:00:16.018Z | Actions: Completed 6 actions in 0.00 seconds. |
247 | 2025-02-24T21:00:16.018Z | Done |
248 | 2025-02-24T21:00:16.018Z | Done |
249 | 2025-02-24T21:00:16.144Z | Done |
250 | 2025-02-24T21:00:20.108Z | Done |
251 | 2025-02-24T21:00:20.216Z | Done |
252 | 2025-02-24T21:00:20.219Z | Done |
253 | 2025-02-24T21:00:20.361Z | Done |
254 | 2025-02-24T21:00:20.821Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-02-24T21:00:20.821Z | clang system 15 system |
256 | 2025-02-24T21:00:20.821Z | csh system system illumos |
257 | 2025-02-24T21:00:20.821Z | ctags system system illumos |
258 | 2025-02-24T21:00:20.821Z | gcc vendor 12 vendor |
259 | 2025-02-24T21:00:20.821Z | gcc system 10 system |
260 | 2025-02-24T21:00:20.821Z | gcc system 7 system |
261 | 2025-02-24T21:00:20.821Z | go system 1.20 system |
262 | 2025-02-24T21:00:20.821Z | go system 1.19 system |
263 | 2025-02-24T21:00:20.821Z | llvm system 15 system |
264 | 2025-02-24T21:00:20.821Z | llvm system 14 system |
265 | 2025-02-24T21:00:20.821Z | mariadb system 10.6 system |
266 | 2025-02-24T21:00:20.821Z | mta vendor vendor dma |
267 | 2025-02-24T21:00:20.821Z | openjdk system 17 system |
268 | 2025-02-24T21:00:20.821Z | openjdk system 11 system |
269 | 2025-02-24T21:00:20.821Z | openjdk system 1.8 system |
270 | 2025-02-24T21:00:20.821Z | openssl vendor 3 vendor |
271 | 2025-02-24T21:00:20.821Z | perl system 5.36 system |
272 | 2025-02-24T21:00:20.821Z | postgresql system 15 system |
273 | 2025-02-24T21:00:20.821Z | postgresql system 13 system |
274 | 2025-02-24T21:00:20.821Z | python vendor 3 vendor |
275 | 2025-02-24T21:00:20.821Z | python system 2 system |
276 | 2025-02-24T21:00:20.821Z | python3 system 3.11 system |
277 | 2025-02-24T21:00:20.821Z | ruby system 3.0 system |
278 | 2025-02-24T21:00:20.821Z | words vendor vendor american-english |
279 | 2025-02-24T21:00:20.821Z | words system system australian-english |
280 | 2025-02-24T21:00:20.821Z | words system system british-english |
281 | 2025-02-24T21:00:20.821Z | words system system canadian-english |
282 | 2025-02-24T21:00:20.821Z | words system system french |
283 | 2025-02-24T21:00:20.821Z | words system system italian |
284 | 2025-02-24T21:00:20.821Z | words system system ngerman |
285 | 2025-02-24T21:00:20.821Z | words system system ogerman |
286 | 2025-02-24T21:00:20.821Z | words system system spanish |
287 | 2025-02-24T21:00:21.178Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-02-24T21:00:21.178Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-02-24T21:00:24.288Z | FMRI IFO |
290 | 2025-02-24T21:00:24.288Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-02-24T21:00:24.288Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-02-24T21:00:24.288Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-02-24T21:00:24.289Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-02-24T21:00:25.097Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-02-24T21:00:25.362Z | Updating crates.io index |
307 | 2025-02-24T21:00:25.364Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-02-24T21:00:25.942Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
309 | 2025-02-24T21:00:26.138Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
310 | 2025-02-24T21:00:26.352Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
311 | 2025-02-24T21:00:27.270Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
312 | 2025-02-24T21:00:29.115Z | Updating git repository `https://github.com/oxidecomputer/opte` |
313 | 2025-02-24T21:00:29.786Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
314 | 2025-02-24T21:00:30.509Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
315 | 2025-02-24T21:00:30.794Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
316 | 2025-02-24T21:00:31.082Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
317 | 2025-02-24T21:00:31.647Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
318 | 2025-02-24T21:00:32.118Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
319 | 2025-02-24T21:00:32.481Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
320 | 2025-02-24T21:00:32.903Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-02-24T21:00:33.170Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-02-24T21:00:33.418Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-02-24T21:00:33.666Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-02-24T21:00:33.910Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-02-24T21:00:34.189Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-02-24T21:00:34.519Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-02-24T21:00:34.795Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-02-24T21:00:35.146Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-02-24T21:00:35.491Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-02-24T21:00:35.771Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-02-24T21:00:36.228Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-02-24T21:00:36.488Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-02-24T21:00:36.824Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-02-24T21:00:37.180Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-02-24T21:00:37.456Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-02-24T21:00:37.712Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-02-24T21:00:37.970Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-02-24T21:00:39.104Z | Downloading crates ... |
339 | 2025-02-24T21:00:39.151Z | Downloaded anstyle v1.0.10 |
340 | 2025-02-24T21:00:39.154Z | Downloaded autocfg v1.4.0 |
341 | 2025-02-24T21:00:39.171Z | Downloaded dtrace-parser v0.2.0 |
342 | 2025-02-24T21:00:39.178Z | Downloaded pretty-hex v0.4.1 |
343 | 2025-02-24T21:00:39.181Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2025-02-24T21:00:39.183Z | Downloaded bytecount v0.6.8 |
345 | 2025-02-24T21:00:39.183Z | Downloaded anyhow v1.0.96 |
346 | 2025-02-24T21:00:39.187Z | Downloaded anstyle-parse v0.2.5 |
347 | 2025-02-24T21:00:39.190Z | Downloaded block-buffer v0.10.4 |
348 | 2025-02-24T21:00:39.193Z | Downloaded swrite v0.1.0 |
349 | 2025-02-24T21:00:39.198Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-02-24T21:00:39.198Z | Downloaded fastrand v2.1.1 |
351 | 2025-02-24T21:00:39.198Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-02-24T21:00:39.201Z | Downloaded equivalent v1.0.1 |
353 | 2025-02-24T21:00:39.201Z | Downloaded byteorder v1.5.0 |
354 | 2025-02-24T21:00:39.204Z | Downloaded is_terminal_polyfill v1.70.1 |
355 | 2025-02-24T21:00:39.204Z | Downloaded fnv v1.0.7 |
356 | 2025-02-24T21:00:39.207Z | Downloaded cpufeatures v0.2.14 |
357 | 2025-02-24T21:00:39.207Z | Downloaded cfg-if v1.0.0 |
358 | 2025-02-24T21:00:39.207Z | Downloaded cargo-platform v0.1.8 |
359 | 2025-02-24T21:00:39.210Z | Downloaded pest_generator v2.7.14 |
360 | 2025-02-24T21:00:39.210Z | Downloaded heck v0.5.0 |
361 | 2025-02-24T21:00:39.213Z | Downloaded colorchoice v1.0.2 |
362 | 2025-02-24T21:00:39.213Z | Downloaded generic-array v0.14.7 |
363 | 2025-02-24T21:00:39.216Z | Downloaded fs-err v2.11.0 |
364 | 2025-02-24T21:00:39.216Z | Downloaded thread-id v4.2.2 |
365 | 2025-02-24T21:00:39.219Z | Downloaded errno v0.3.9 |
366 | 2025-02-24T21:00:39.219Z | Downloaded dof v0.3.0 |
367 | 2025-02-24T21:00:39.223Z | Downloaded thiserror-impl v1.0.69 |
368 | 2025-02-24T21:00:39.226Z | Downloaded utf8parse v0.2.2 |
369 | 2025-02-24T21:00:39.228Z | Downloaded tabled_derive v0.7.0 |
370 | 2025-02-24T21:00:39.228Z | Downloaded anstyle-query v1.1.1 |
371 | 2025-02-24T21:00:39.228Z | Downloaded smawk v0.3.2 |
372 | 2025-02-24T21:00:39.231Z | Downloaded strsim v0.11.1 |
373 | 2025-02-24T21:00:39.234Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2025-02-24T21:00:39.234Z | Downloaded usdt-macro v0.5.0 |
375 | 2025-02-24T21:00:39.238Z | Downloaded anstream v0.6.15 |
376 | 2025-02-24T21:00:39.240Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-02-24T21:00:39.243Z | Downloaded macaddr v1.0.1 |
378 | 2025-02-24T21:00:39.243Z | Downloaded plain v0.2.3 |
379 | 2025-02-24T21:00:39.248Z | Downloaded terminal_size v0.4.0 |
380 | 2025-02-24T21:00:39.248Z | Downloaded scroll v0.12.0 |
381 | 2025-02-24T21:00:39.250Z | Downloaded cargo_metadata v0.18.1 |
382 | 2025-02-24T21:00:39.254Z | Downloaded proc-macro-error v1.0.4 |
383 | 2025-02-24T21:00:39.257Z | Downloaded clap_derive v4.5.28 |
384 | 2025-02-24T21:00:39.260Z | Downloaded quote v1.0.38 |
385 | 2025-02-24T21:00:39.263Z | Downloaded sha2 v0.10.8 |
386 | 2025-02-24T21:00:39.267Z | Downloaded thiserror v1.0.69 |
387 | 2025-02-24T21:00:39.270Z | Downloaded pest_derive v2.7.14 |
388 | 2025-02-24T21:00:39.273Z | Downloaded once_cell v1.20.3 |
389 | 2025-02-24T21:00:39.276Z | Downloaded camino v1.1.9 |
390 | 2025-02-24T21:00:39.276Z | Downloaded crypto-common v0.1.6 |
391 | 2025-02-24T21:00:39.280Z | Downloaded bitflags v2.6.0 |
392 | 2025-02-24T21:00:39.284Z | Downloaded usdt v0.5.0 |
393 | 2025-02-24T21:00:39.284Z | Downloaded semver v1.0.25 |
394 | 2025-02-24T21:00:39.287Z | Downloaded toml_datetime v0.6.8 |
395 | 2025-02-24T21:00:39.287Z | Downloaded heck v0.4.1 |
396 | 2025-02-24T21:00:39.287Z | Downloaded ryu v1.0.18 |
397 | 2025-02-24T21:00:39.290Z | Downloaded digest v0.10.7 |
398 | 2025-02-24T21:00:39.290Z | Downloaded ucd-trie v0.1.7 |
399 | 2025-02-24T21:00:39.293Z | Downloaded typenum v1.17.0 |
400 | 2025-02-24T21:00:39.296Z | Downloaded textwrap v0.16.1 |
401 | 2025-02-24T21:00:39.296Z | Downloaded camino-tempfile v1.1.1 |
402 | 2025-02-24T21:00:39.299Z | Downloaded version_check v0.9.5 |
403 | 2025-02-24T21:00:39.299Z | Downloaded serde_spanned v0.6.8 |
404 | 2025-02-24T21:00:39.302Z | Downloaded itoa v1.0.11 |
405 | 2025-02-24T21:00:39.302Z | Downloaded clap_lex v0.7.4 |
406 | 2025-02-24T21:00:39.305Z | Downloaded tempfile v3.13.0 |
407 | 2025-02-24T21:00:39.309Z | Downloaded usdt-impl v0.5.0 |
408 | 2025-02-24T21:00:39.312Z | Downloaded cargo_toml v0.20.5 |
409 | 2025-02-24T21:00:39.312Z | Downloaded pest_meta v2.7.14 |
410 | 2025-02-24T21:00:39.321Z | Downloaded memmap v0.7.0 |
411 | 2025-02-24T21:00:39.325Z | Downloaded serde_derive v1.0.218 |
412 | 2025-02-24T21:00:39.328Z | Downloaded log v0.4.22 |
413 | 2025-02-24T21:00:39.328Z | Downloaded toml v0.8.19 |
414 | 2025-02-24T21:00:39.331Z | Downloaded unicode-ident v1.0.14 |
415 | 2025-02-24T21:00:39.334Z | Downloaded proc-macro2 v1.0.93 |
416 | 2025-02-24T21:00:39.339Z | Downloaded papergrid v0.11.0 |
417 | 2025-02-24T21:00:39.341Z | Downloaded zerocopy-derive v0.7.35 |
418 | 2025-02-24T21:00:39.345Z | Downloaded serde v1.0.218 |
419 | 2025-02-24T21:00:39.348Z | Downloaded clap v4.5.30 |
420 | 2025-02-24T21:00:39.356Z | Downloaded memchr v2.7.4 |
421 | 2025-02-24T21:00:39.368Z | Downloaded toml_edit v0.22.22 |
422 | 2025-02-24T21:00:39.382Z | Downloaded indexmap v2.7.1 |
423 | 2025-02-24T21:00:39.396Z | Downloaded hashbrown v0.15.1 |
424 | 2025-02-24T21:00:39.405Z | Downloaded serde_json v1.0.139 |
425 | 2025-02-24T21:00:39.411Z | Downloaded pest v2.7.14 |
426 | 2025-02-24T21:00:39.419Z | Downloaded winnow v0.6.20 |
427 | 2025-02-24T21:00:39.428Z | Downloaded zerocopy v0.7.35 |
428 | 2025-02-24T21:00:39.443Z | Downloaded goblin v0.8.2 |
429 | 2025-02-24T21:00:39.449Z | Downloaded clap_builder v4.5.30 |
430 | 2025-02-24T21:00:39.456Z | Downloaded tabled v0.15.0 |
431 | 2025-02-24T21:00:39.471Z | Downloaded syn v1.0.109 |
432 | 2025-02-24T21:00:39.481Z | Downloaded unicode-width v0.1.14 |
433 | 2025-02-24T21:00:39.494Z | Downloaded syn v2.0.96 |
434 | 2025-02-24T21:00:39.505Z | Downloaded rustix v0.38.37 |
435 | 2025-02-24T21:00:39.530Z | Downloaded libc v0.2.170 |
436 | 2025-02-24T21:00:39.814Z | Compiling proc-macro2 v1.0.93 |
437 | 2025-02-24T21:00:39.814Z | Compiling unicode-ident v1.0.14 |
438 | 2025-02-24T21:00:39.817Z | Compiling serde v1.0.218 |
439 | 2025-02-24T21:00:39.817Z | Compiling version_check v0.9.5 |
440 | 2025-02-24T21:00:39.817Z | Compiling memchr v2.7.4 |
441 | 2025-02-24T21:00:39.817Z | Compiling thiserror v1.0.69 |
442 | 2025-02-24T21:00:39.852Z | Compiling libc v0.2.170 |
443 | 2025-02-24T21:00:39.855Z | Compiling ryu v1.0.18 |
444 | 2025-02-24T21:00:40.086Z | Compiling ucd-trie v0.1.7 |
445 | 2025-02-24T21:00:40.305Z | Compiling itoa v1.0.11 |
446 | 2025-02-24T21:00:40.573Z | Compiling once_cell v1.20.3 |
447 | 2025-02-24T21:00:40.633Z | Compiling byteorder v1.5.0 |
448 | 2025-02-24T21:00:41.038Z | Compiling rustix v0.38.37 |
449 | 2025-02-24T21:00:41.186Z | Compiling serde_json v1.0.139 |
450 | 2025-02-24T21:00:41.237Z | Compiling bitflags v2.6.0 |
451 | 2025-02-24T21:00:41.434Z | Compiling usdt-impl v0.5.0 |
452 | 2025-02-24T21:00:41.583Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-02-24T21:00:41.669Z | Compiling syn v1.0.109 |
454 | 2025-02-24T21:00:41.718Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-02-24T21:00:41.844Z | Compiling camino v1.1.9 |
456 | 2025-02-24T21:00:41.959Z | Compiling equivalent v1.0.1 |
457 | 2025-02-24T21:00:41.962Z | Compiling hashbrown v0.15.1 |
458 | 2025-02-24T21:00:42.048Z | Compiling plain v0.2.3 |
459 | 2025-02-24T21:00:42.094Z | Compiling log v0.4.22 |
460 | 2025-02-24T21:00:42.223Z | Compiling quote v1.0.38 |
461 | 2025-02-24T21:00:42.286Z | Compiling thread-id v4.2.2 |
462 | 2025-02-24T21:00:42.338Z | Compiling errno v0.3.9 |
463 | 2025-02-24T21:00:42.421Z | Compiling utf8parse v0.2.2 |
464 | 2025-02-24T21:00:42.595Z | Compiling syn v2.0.96 |
465 | 2025-02-24T21:00:42.598Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-02-24T21:00:42.825Z | Compiling autocfg v1.4.0 |
467 | 2025-02-24T21:00:42.863Z | Compiling winnow v0.6.20 |
468 | 2025-02-24T21:00:42.944Z | Compiling colorchoice v1.0.2 |
469 | 2025-02-24T21:00:43.042Z | Compiling indexmap v2.7.1 |
470 | 2025-02-24T21:00:43.121Z | Compiling is_terminal_polyfill v1.70.1 |
471 | 2025-02-24T21:00:43.271Z | Compiling pretty-hex v0.4.1 |
472 | 2025-02-24T21:00:43.514Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-24T21:00:43.673Z | Compiling unicode-width v0.1.14 |
474 | 2025-02-24T21:00:43.717Z | Compiling anstyle v1.0.10 |
475 | 2025-02-24T21:00:43.826Z | Compiling semver v1.0.25 |
476 | 2025-02-24T21:00:44.186Z | Compiling anstream v0.6.15 |
477 | 2025-02-24T21:00:44.224Z | Compiling fs-err v2.11.0 |
478 | 2025-02-24T21:00:44.435Z | Compiling fastrand v2.1.1 |
479 | 2025-02-24T21:00:44.540Z | Compiling terminal_size v0.4.0 |
480 | 2025-02-24T21:00:44.782Z | Compiling anyhow v1.0.96 |
481 | 2025-02-24T21:00:44.809Z | Compiling fnv v1.0.7 |
482 | 2025-02-24T21:00:44.936Z | Compiling bytecount v0.6.8 |
483 | 2025-02-24T21:00:44.959Z | Compiling strsim v0.11.1 |
484 | 2025-02-24T21:00:44.980Z | Compiling clap_lex v0.7.4 |
485 | 2025-02-24T21:00:45.145Z | Compiling heck v0.5.0 |
486 | 2025-02-24T21:00:45.166Z | Compiling cfg-if v1.0.0 |
487 | 2025-02-24T21:00:45.448Z | Compiling heck v0.4.1 |
488 | 2025-02-24T21:00:45.638Z | Compiling clap_builder v4.5.30 |
489 | 2025-02-24T21:00:45.705Z | Compiling tempfile v3.13.0 |
490 | 2025-02-24T21:00:45.877Z | Compiling papergrid v0.11.0 |
491 | 2025-02-24T21:00:45.935Z | Compiling memmap v0.7.0 |
492 | 2025-02-24T21:00:46.053Z | Compiling unicode-linebreak v0.1.5 |
493 | 2025-02-24T21:00:46.265Z | Compiling smawk v0.3.2 |
494 | 2025-02-24T21:00:46.491Z | Compiling textwrap v0.16.1 |
495 | 2025-02-24T21:00:46.556Z | Compiling swrite v0.1.0 |
496 | 2025-02-24T21:00:47.352Z | Compiling tabled_derive v0.7.0 |
497 | 2025-02-24T21:00:48.581Z | Compiling tabled v0.15.0 |
498 | 2025-02-24T21:00:49.476Z | Compiling serde_derive v1.0.218 |
499 | 2025-02-24T21:00:49.476Z | Compiling thiserror-impl v1.0.69 |
500 | 2025-02-24T21:00:49.500Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-02-24T21:00:49.503Z | Compiling scroll_derive v0.12.0 |
502 | 2025-02-24T21:00:49.715Z | Compiling clap_derive v4.5.28 |
503 | 2025-02-24T21:00:50.973Z | Compiling scroll v0.12.0 |
504 | 2025-02-24T21:00:51.360Z | Compiling zerocopy v0.7.35 |
505 | 2025-02-24T21:00:51.416Z | Compiling goblin v0.8.2 |
506 | 2025-02-24T21:00:51.894Z | Compiling pest v2.7.14 |
507 | 2025-02-24T21:00:52.938Z | Compiling clap v4.5.30 |
508 | 2025-02-24T21:00:54.133Z | Compiling pest_meta v2.7.14 |
509 | 2025-02-24T21:00:55.074Z | Compiling pest_generator v2.7.14 |
510 | 2025-02-24T21:00:56.303Z | Compiling pest_derive v2.7.14 |
511 | 2025-02-24T21:00:57.066Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-02-24T21:00:58.033Z | Compiling serde_spanned v0.6.8 |
513 | 2025-02-24T21:00:58.033Z | Compiling toml_datetime v0.6.8 |
514 | 2025-02-24T21:00:58.036Z | Compiling cargo-platform v0.1.8 |
515 | 2025-02-24T21:00:58.317Z | Compiling serde_tokenstream v0.2.2 |
516 | 2025-02-24T21:00:58.339Z | Compiling macaddr v1.0.1 |
517 | 2025-02-24T21:00:58.566Z | Compiling toml_edit v0.22.22 |
518 | 2025-02-24T21:00:58.622Z | Compiling camino-tempfile v1.1.1 |
519 | 2025-02-24T21:00:59.434Z | Compiling dof v0.3.0 |
520 | 2025-02-24T21:00:59.434Z | Compiling cargo_metadata v0.18.1 |
521 | 2025-02-24T21:01:01.048Z | Compiling usdt-macro v0.5.0 |
522 | 2025-02-24T21:01:01.050Z | Compiling usdt-attr-macro v0.5.0 |
523 | 2025-02-24T21:01:01.459Z | Compiling toml v0.8.19 |
524 | 2025-02-24T21:01:02.206Z | Compiling usdt v0.5.0 |
525 | 2025-02-24T21:01:02.228Z | Compiling cargo_toml v0.20.5 |
526 | 2025-02-24T21:01:04.776Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-02-24T21:01:08.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.14s |
528 | 2025-02-24T21:01:08.246Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-02-24T21:01:08.820Z | Downloading crates ... |
530 | 2025-02-24T21:01:08.934Z | Downloaded atty v0.2.14 |
531 | 2025-02-24T21:01:08.941Z | Downloaded addr2line v0.24.2 |
532 | 2025-02-24T21:01:08.944Z | Downloaded async-stream-impl v0.3.6 |
533 | 2025-02-24T21:01:08.949Z | Downloaded ahash v0.8.11 |
534 | 2025-02-24T21:01:08.957Z | Downloaded atomicwrites v0.4.4 |
535 | 2025-02-24T21:01:08.960Z | Downloaded hex-literal v0.4.1 |
536 | 2025-02-24T21:01:08.963Z | Downloaded heck v0.3.3 |
537 | 2025-02-24T21:01:08.966Z | Downloaded curve25519-dalek-derive v0.1.1 |
538 | 2025-02-24T21:01:08.966Z | Downloaded hex v0.4.3 |
539 | 2025-02-24T21:01:08.969Z | Downloaded hickory-client v0.24.3 |
540 | 2025-02-24T21:01:08.972Z | Downloaded http-body v1.0.1 |
541 | 2025-02-24T21:01:08.975Z | Downloaded crunchy v0.2.2 |
542 | 2025-02-24T21:01:08.975Z | Downloaded cfg_aliases v0.1.1 |
543 | 2025-02-24T21:01:08.978Z | Downloaded instant v0.1.13 |
544 | 2025-02-24T21:01:08.981Z | Downloaded ciborium-io v0.2.2 |
545 | 2025-02-24T21:01:08.984Z | Downloaded cstr-argument v0.1.2 |
546 | 2025-02-24T21:01:08.987Z | Downloaded http-range v0.1.5 |
547 | 2025-02-24T21:01:08.990Z | Downloaded cfg_aliases v0.2.1 |
548 | 2025-02-24T21:01:08.993Z | Downloaded ident_case v1.0.1 |
549 | 2025-02-24T21:01:08.996Z | Downloaded icu_provider_macros v1.5.0 |
550 | 2025-02-24T21:01:08.996Z | Downloaded match_cfg v0.1.0 |
551 | 2025-02-24T21:01:08.996Z | Downloaded hubpack_derive v0.1.1 |
552 | 2025-02-24T21:01:08.999Z | Downloaded ascii-canvas v3.0.0 |
553 | 2025-02-24T21:01:09.000Z | Downloaded md5 v0.7.0 |
554 | 2025-02-24T21:01:09.009Z | Downloaded crucible-workspace-hack v0.1.0 |
555 | 2025-02-24T21:01:09.012Z | Downloaded async-recursion v1.1.1 |
556 | 2025-02-24T21:01:09.012Z | Downloaded lazycell v1.3.0 |
557 | 2025-02-24T21:01:09.016Z | Downloaded is-terminal v0.4.13 |
558 | 2025-02-24T21:01:09.016Z | Downloaded kstat-rs v0.2.4 |
559 | 2025-02-24T21:01:09.019Z | Downloaded libefi-sys v0.1.0 |
560 | 2025-02-24T21:01:09.019Z | Downloaded hostname v0.4.0 |
561 | 2025-02-24T21:01:09.021Z | Downloaded block-padding v0.3.3 |
562 | 2025-02-24T21:01:09.021Z | Downloaded linear-map v1.2.0 |
563 | 2025-02-24T21:01:09.025Z | Downloaded async-stream v0.3.6 |
564 | 2025-02-24T21:01:09.028Z | Downloaded crc-catalog v2.4.0 |
565 | 2025-02-24T21:01:09.028Z | Downloaded cobs v0.2.3 |
566 | 2025-02-24T21:01:09.031Z | Downloaded maybe-uninit v2.0.0 |
567 | 2025-02-24T21:01:09.031Z | Downloaded castaway v0.2.3 |
568 | 2025-02-24T21:01:09.034Z | Downloaded maplit v1.0.2 |
569 | 2025-02-24T21:01:09.034Z | Downloaded cassowary v0.3.0 |
570 | 2025-02-24T21:01:09.037Z | Downloaded mockall v0.13.1 |
571 | 2025-02-24T21:01:09.040Z | Downloaded md-5 v0.10.6 |
572 | 2025-02-24T21:01:09.040Z | Downloaded constant_time_eq v0.3.1 |
573 | 2025-02-24T21:01:09.043Z | Downloaded base16ct v0.2.0 |
574 | 2025-02-24T21:01:09.045Z | Downloaded mime v0.3.17 |
575 | 2025-02-24T21:01:09.045Z | Downloaded argon2 v0.5.3 |
576 | 2025-02-24T21:01:09.049Z | Downloaded aead v0.5.2 |
577 | 2025-02-24T21:01:09.049Z | Downloaded buf-list v1.0.3 |
578 | 2025-02-24T21:01:09.052Z | Downloaded mirai-annotations v1.12.0 |
579 | 2025-02-24T21:01:09.052Z | Downloaded lockfree-object-pool v0.1.6 |
580 | 2025-02-24T21:01:09.055Z | Downloaded libsw v3.3.1 |
581 | 2025-02-24T21:01:09.058Z | Downloaded progenitor-client v0.8.0 |
582 | 2025-02-24T21:01:09.061Z | Downloaded ctr v0.9.2 |
583 | 2025-02-24T21:01:09.061Z | Downloaded cmake v0.1.51 |
584 | 2025-02-24T21:01:09.064Z | Downloaded bit-vec v0.6.3 |
585 | 2025-02-24T21:01:09.064Z | Downloaded jobserver v0.1.32 |
586 | 2025-02-24T21:01:09.067Z | Downloaded assert_matches v1.5.0 |
587 | 2025-02-24T21:01:09.070Z | Downloaded ipnetwork v0.21.1 |
588 | 2025-02-24T21:01:09.070Z | Downloaded bitfield-struct v0.6.2 |
589 | 2025-02-24T21:01:09.073Z | Downloaded hyper-staticfile v0.10.1 |
590 | 2025-02-24T21:01:09.076Z | Downloaded highway v1.2.0 |
591 | 2025-02-24T21:01:09.076Z | Downloaded instability v0.3.2 |
592 | 2025-02-24T21:01:09.081Z | Downloaded lock_api v0.4.12 |
593 | 2025-02-24T21:01:09.081Z | Downloaded proc-macro-error-attr2 v2.0.0 |
594 | 2025-02-24T21:01:09.083Z | Downloaded cexpr v0.6.0 |
595 | 2025-02-24T21:01:09.083Z | Downloaded iana-time-zone v0.1.61 |
596 | 2025-02-24T21:01:09.088Z | Downloaded managed v0.8.0 |
597 | 2025-02-24T21:01:09.092Z | Downloaded libloading v0.8.5 |
598 | 2025-02-24T21:01:09.092Z | Downloaded internet-checksum v0.2.1 |
599 | 2025-02-24T21:01:09.092Z | Downloaded hyper-tls v0.6.0 |
600 | 2025-02-24T21:01:09.095Z | Downloaded memmap2 v0.9.5 |
601 | 2025-02-24T21:01:09.095Z | Downloaded bcs v0.1.6 |
602 | 2025-02-24T21:01:09.098Z | Downloaded litemap v0.7.3 |
603 | 2025-02-24T21:01:09.101Z | Downloaded rpassword v7.3.1 |
604 | 2025-02-24T21:01:09.101Z | Downloaded const_format_proc_macros v0.2.34 |
605 | 2025-02-24T21:01:09.104Z | Downloaded ciborium-ll v0.2.2 |
606 | 2025-02-24T21:01:09.107Z | Downloaded vte_generate_state_changes v0.1.2 |
607 | 2025-02-24T21:01:09.107Z | Downloaded zone_cfg_derive v0.3.0 |
608 | 2025-02-24T21:01:09.107Z | Downloaded indexmap v1.9.3 |
609 | 2025-02-24T21:01:09.110Z | Downloaded arrayvec v0.7.6 |
610 | 2025-02-24T21:01:09.113Z | Downloaded rustc_version v0.4.1 |
611 | 2025-02-24T21:01:09.116Z | Downloaded cookie_store v0.21.1 |
612 | 2025-02-24T21:01:09.119Z | Downloaded rand_core v0.6.4 |
613 | 2025-02-24T21:01:09.122Z | Downloaded mime_guess v2.0.5 |
614 | 2025-02-24T21:01:09.122Z | Downloaded ciborium v0.2.2 |
615 | 2025-02-24T21:01:09.125Z | Downloaded icu_locid_transform_data v1.5.0 |
616 | 2025-02-24T21:01:09.128Z | Downloaded funty v2.0.0 |
617 | 2025-02-24T21:01:09.132Z | Downloaded derive_builder_macro v0.20.2 |
618 | 2025-02-24T21:01:09.132Z | Downloaded zone_cfg_derive v0.1.2 |
619 | 2025-02-24T21:01:09.132Z | Downloaded try-lock v0.2.5 |
620 | 2025-02-24T21:01:09.135Z | Downloaded icu_locid v1.5.0 |
621 | 2025-02-24T21:01:09.138Z | Downloaded shlex v1.3.0 |
622 | 2025-02-24T21:01:09.140Z | Downloaded shell-words v1.1.0 |
623 | 2025-02-24T21:01:09.140Z | Downloaded subtle v2.6.1 |
624 | 2025-02-24T21:01:09.143Z | Downloaded mockall_derive v0.13.1 |
625 | 2025-02-24T21:01:09.143Z | Downloaded icu_normalizer_data v1.5.0 |
626 | 2025-02-24T21:01:09.146Z | Downloaded hashlink v0.9.1 |
627 | 2025-02-24T21:01:09.149Z | Downloaded miniz_oxide v0.8.0 |
628 | 2025-02-24T21:01:09.152Z | Downloaded console v0.15.10 |
629 | 2025-02-24T21:01:09.155Z | Downloaded tokio-native-tls v0.3.1 |
630 | 2025-02-24T21:01:09.157Z | Downloaded thiserror-impl-no-std v2.0.2 |
631 | 2025-02-24T21:01:09.160Z | Downloaded thiserror-impl v2.0.11 |
632 | 2025-02-24T21:01:09.160Z | Downloaded wait-timeout v0.2.0 |
633 | 2025-02-24T21:01:09.163Z | Downloaded peg-runtime v0.8.3 |
634 | 2025-02-24T21:01:09.163Z | Downloaded cookie v0.18.1 |
635 | 2025-02-24T21:01:09.166Z | Downloaded csv-core v0.1.11 |
636 | 2025-02-24T21:01:09.169Z | Downloaded zone v0.3.0 |
637 | 2025-02-24T21:01:09.172Z | Downloaded indicatif v0.17.11 |
638 | 2025-02-24T21:01:09.175Z | Downloaded normalize-line-endings v0.3.0 |
639 | 2025-02-24T21:01:09.178Z | Downloaded foreign-types-shared v0.3.1 |
640 | 2025-02-24T21:01:09.178Z | Downloaded foreign-types-shared v0.1.1 |
641 | 2025-02-24T21:01:09.178Z | Downloaded dyn-clone v1.0.18 |
642 | 2025-02-24T21:01:09.182Z | Downloaded crc-any v2.5.0 |
643 | 2025-02-24T21:01:09.186Z | Downloaded schemars_derive v0.8.21 |
644 | 2025-02-24T21:01:09.186Z | Downloaded serde_path_to_error v0.1.16 |
645 | 2025-02-24T21:01:09.189Z | Downloaded litrs v0.4.1 |
646 | 2025-02-24T21:01:09.189Z | Downloaded bcrypt-pbkdf v0.10.0 |
647 | 2025-02-24T21:01:09.192Z | Downloaded num-iter v0.1.45 |
648 | 2025-02-24T21:01:09.192Z | Downloaded strum_macros v0.25.3 |
649 | 2025-02-24T21:01:09.195Z | Downloaded strum_macros v0.24.3 |
650 | 2025-02-24T21:01:09.198Z | Downloaded strum_macros v0.26.4 |
651 | 2025-02-24T21:01:09.202Z | Downloaded icu_provider v1.5.0 |
652 | 2025-02-24T21:01:09.210Z | Downloaded universal-hash v0.5.1 |
653 | 2025-02-24T21:01:09.210Z | Downloaded zone v0.1.8 |
654 | 2025-02-24T21:01:09.210Z | Downloaded thiserror v2.0.11 |
655 | 2025-02-24T21:01:09.213Z | Downloaded sync_wrapper v1.0.1 |
656 | 2025-02-24T21:01:09.213Z | Downloaded sqlparser_derive v0.2.2 |
657 | 2025-02-24T21:01:09.213Z | Downloaded fixedbitset v0.4.2 |
658 | 2025-02-24T21:01:09.216Z | Downloaded dunce v1.0.5 |
659 | 2025-02-24T21:01:09.216Z | Downloaded packed_struct v0.10.1 |
660 | 2025-02-24T21:01:09.219Z | Downloaded packed_struct_codegen v0.10.1 |
661 | 2025-02-24T21:01:09.220Z | Downloaded clang-sys v1.8.1 |
662 | 2025-02-24T21:01:09.223Z | Downloaded icu_properties v1.5.1 |
663 | 2025-02-24T21:01:09.226Z | Downloaded zeroize v1.8.1 |
664 | 2025-02-24T21:01:09.226Z | Downloaded vte v0.11.1 |
665 | 2025-02-24T21:01:09.233Z | Downloaded vsss-rs v3.3.4 |
666 | 2025-02-24T21:01:09.235Z | Downloaded polyval v0.6.2 |
667 | 2025-02-24T21:01:09.235Z | Downloaded tui-tree-widget v0.23.0 |
668 | 2025-02-24T21:01:09.235Z | Downloaded crossbeam-utils v0.8.20 |
669 | 2025-02-24T21:01:09.238Z | Downloaded pkg-config v0.3.31 |
670 | 2025-02-24T21:01:09.243Z | Downloaded psl-types v2.0.11 |
671 | 2025-02-24T21:01:09.243Z | Downloaded fallible-iterator v0.3.0 |
672 | 2025-02-24T21:01:09.245Z | Downloaded des v0.8.1 |
673 | 2025-02-24T21:01:09.246Z | Downloaded scrypt v0.11.0 |
674 | 2025-02-24T21:01:09.250Z | Downloaded write16 v1.0.0 |
675 | 2025-02-24T21:01:09.250Z | Downloaded bytes v1.9.0 |
676 | 2025-02-24T21:01:09.253Z | Downloaded futures-channel v0.3.31 |
677 | 2025-02-24T21:01:09.255Z | Downloaded sync-ptr v0.1.1 |
678 | 2025-02-24T21:01:09.255Z | Downloaded tls_codec_derive v0.4.1 |
679 | 2025-02-24T21:01:09.258Z | Downloaded subprocess v0.2.9 |
680 | 2025-02-24T21:01:09.261Z | Downloaded socket2 v0.5.8 |
681 | 2025-02-24T21:01:09.264Z | Downloaded unicode-xid v0.2.6 |
682 | 2025-02-24T21:01:09.267Z | Downloaded tokio-macros v2.5.0 |
683 | 2025-02-24T21:01:09.267Z | Downloaded num-rational v0.4.2 |
684 | 2025-02-24T21:01:09.270Z | Downloaded vergen v8.3.2 |
685 | 2025-02-24T21:01:09.273Z | Downloaded synstructure v0.13.1 |
686 | 2025-02-24T21:01:09.273Z | Downloaded tabled_derive v0.10.0 |
687 | 2025-02-24T21:01:09.276Z | Downloaded password-hash v0.4.2 |
688 | 2025-02-24T21:01:09.276Z | Downloaded ena v0.14.3 |
689 | 2025-02-24T21:01:09.279Z | Downloaded rand_seeder v0.3.0 |
690 | 2025-02-24T21:01:09.282Z | Downloaded num-conv v0.1.0 |
691 | 2025-02-24T21:01:09.282Z | Downloaded hickory-resolver v0.24.3 |
692 | 2025-02-24T21:01:09.287Z | Downloaded oso-derive v0.27.3 |
693 | 2025-02-24T21:01:09.290Z | Downloaded poly1305 v0.8.0 |
694 | 2025-02-24T21:01:09.293Z | Downloaded untrusted v0.7.1 |
695 | 2025-02-24T21:01:09.293Z | Downloaded crypto-bigint v0.5.5 |
696 | 2025-02-24T21:01:09.302Z | Downloaded endian-type v0.1.2 |
697 | 2025-02-24T21:01:09.305Z | Downloaded pretty-hex v0.2.1 |
698 | 2025-02-24T21:01:09.305Z | Downloaded aes-gcm v0.10.3 |
699 | 2025-02-24T21:01:09.308Z | Downloaded openssl-macros v0.1.1 |
700 | 2025-02-24T21:01:09.308Z | Downloaded openssl-probe v0.1.5 |
701 | 2025-02-24T21:01:09.311Z | Downloaded dirs-next v2.0.0 |
702 | 2025-02-24T21:01:09.311Z | Downloaded hickory-server v0.24.3 |
703 | 2025-02-24T21:01:09.331Z | Downloaded ff v0.13.0 |
704 | 2025-02-24T21:01:09.334Z | Downloaded stringprep v0.1.5 |
705 | 2025-02-24T21:01:09.338Z | Downloaded smallvec v0.6.14 |
706 | 2025-02-24T21:01:09.338Z | Downloaded num-traits v0.2.19 |
707 | 2025-02-24T21:01:09.341Z | Downloaded tokio-tungstenite v0.24.0 |
708 | 2025-02-24T21:01:09.351Z | Downloaded tokio-tungstenite v0.21.0 |
709 | 2025-02-24T21:01:09.358Z | Downloaded want v0.3.1 |
710 | 2025-02-24T21:01:09.358Z | Downloaded strip-ansi-escapes v0.2.0 |
711 | 2025-02-24T21:01:09.358Z | Downloaded zeroize_derive v1.4.2 |
712 | 2025-02-24T21:01:09.358Z | Downloaded whoami v1.5.2 |
713 | 2025-02-24T21:01:09.358Z | Downloaded pem v3.0.4 |
714 | 2025-02-24T21:01:09.358Z | Downloaded tokio-tungstenite v0.23.1 |
715 | 2025-02-24T21:01:09.361Z | Downloaded ron v0.8.1 |
716 | 2025-02-24T21:01:09.365Z | Downloaded diesel_table_macro_syntax v0.2.0 |
717 | 2025-02-24T21:01:09.366Z | Downloaded futures v0.3.31 |
718 | 2025-02-24T21:01:09.370Z | Downloaded quinn-udp v0.5.5 |
719 | 2025-02-24T21:01:09.374Z | Downloaded quick-error v1.2.3 |
720 | 2025-02-24T21:01:09.378Z | Downloaded mio v1.0.2 |
721 | 2025-02-24T21:01:09.381Z | Downloaded waitgroup v0.1.2 |
722 | 2025-02-24T21:01:09.385Z | Downloaded fd-lock v4.0.2 |
723 | 2025-02-24T21:01:09.389Z | Downloaded nibble_vec v0.1.0 |
724 | 2025-02-24T21:01:09.389Z | Downloaded signal-hook-mio v0.2.4 |
725 | 2025-02-24T21:01:09.389Z | Downloaded itertools v0.10.5 |
726 | 2025-02-24T21:01:09.396Z | Downloaded smf v0.2.3 |
727 | 2025-02-24T21:01:09.399Z | Downloaded slog-stdlog v4.1.1 |
728 | 2025-02-24T21:01:09.399Z | Downloaded progenitor-macro v0.9.1 |
729 | 2025-02-24T21:01:09.399Z | Downloaded tokio-stream v0.1.16 |
730 | 2025-02-24T21:01:09.404Z | Downloaded number_prefix v0.4.0 |
731 | 2025-02-24T21:01:09.407Z | Downloaded peg-macros v0.8.4 |
732 | 2025-02-24T21:01:09.410Z | Downloaded typify-macro v0.3.0 |
733 | 2025-02-24T21:01:09.410Z | Downloaded siphasher v0.3.11 |
734 | 2025-02-24T21:01:09.414Z | Downloaded which v4.4.2 |
735 | 2025-02-24T21:01:09.414Z | Downloaded tokio-rustls v0.25.0 |
736 | 2025-02-24T21:01:09.419Z | Downloaded serde-big-array v0.5.1 |
737 | 2025-02-24T21:01:09.419Z | Downloaded zerovec-derive v0.10.3 |
738 | 2025-02-24T21:01:09.423Z | Downloaded flume v0.11.1 |
739 | 2025-02-24T21:01:09.425Z | Downloaded rustc-hash v2.1.1 |
740 | 2025-02-24T21:01:09.426Z | Downloaded daft-derive v0.1.1 |
741 | 2025-02-24T21:01:09.429Z | Downloaded group v0.13.0 |
742 | 2025-02-24T21:01:09.432Z | Downloaded float-cmp v0.10.0 |
743 | 2025-02-24T21:01:09.435Z | Downloaded serde_yaml v0.9.34+deprecated |
744 | 2025-02-24T21:01:09.438Z | Downloaded precomputed-hash v0.1.1 |
745 | 2025-02-24T21:01:09.438Z | Downloaded idna v1.0.3 |
746 | 2025-02-24T21:01:09.443Z | Downloaded num-derive v0.4.2 |
747 | 2025-02-24T21:01:09.446Z | Downloaded tls_codec v0.4.1 |
748 | 2025-02-24T21:01:09.449Z | Downloaded data-encoding v2.6.0 |
749 | 2025-02-24T21:01:09.449Z | Downloaded num-complex v0.4.6 |
750 | 2025-02-24T21:01:09.452Z | Downloaded smallvec v1.14.0 |
751 | 2025-02-24T21:01:09.454Z | Downloaded difflib v0.4.0 |
752 | 2025-02-24T21:01:09.455Z | Downloaded term v0.7.0 |
753 | 2025-02-24T21:01:09.457Z | Downloaded postcard v1.0.10 |
754 | 2025-02-24T21:01:09.460Z | Downloaded rand_xorshift v0.3.0 |
755 | 2025-02-24T21:01:09.464Z | Downloaded backtrace v0.3.74 |
756 | 2025-02-24T21:01:09.467Z | Downloaded sct v0.7.1 |
757 | 2025-02-24T21:01:09.472Z | Downloaded unsafe-libyaml v0.2.11 |
758 | 2025-02-24T21:01:09.475Z | Downloaded serde_urlencoded v0.7.1 |
759 | 2025-02-24T21:01:09.478Z | Downloaded serde_repr v0.1.19 |
760 | 2025-02-24T21:01:09.481Z | Downloaded rustls-pki-types v1.10.0 |
761 | 2025-02-24T21:01:09.484Z | Downloaded unicode_categories v0.1.1 |
762 | 2025-02-24T21:01:09.486Z | Downloaded libxml v0.3.3 |
763 | 2025-02-24T21:01:09.491Z | Downloaded thread_local v1.1.8 |
764 | 2025-02-24T21:01:09.495Z | Downloaded native-tls v0.2.12 |
765 | 2025-02-24T21:01:09.498Z | Downloaded itertools v0.13.0 |
766 | 2025-02-24T21:01:09.503Z | Downloaded xz2 v0.1.7 |
767 | 2025-02-24T21:01:09.506Z | Downloaded xattr v1.3.1 |
768 | 2025-02-24T21:01:09.509Z | Downloaded path-slash v0.1.5 |
769 | 2025-02-24T21:01:09.509Z | Downloaded russh-cryptovec v0.7.3 |
770 | 2025-02-24T21:01:09.512Z | Downloaded parse-size v1.1.0 |
771 | 2025-02-24T21:01:09.512Z | Downloaded env_filter v0.1.2 |
772 | 2025-02-24T21:01:09.516Z | Downloaded proc-macro-crate v1.3.1 |
773 | 2025-02-24T21:01:09.516Z | Downloaded rand_core v0.9.2 |
774 | 2025-02-24T21:01:09.519Z | Downloaded value-bag v1.9.0 |
775 | 2025-02-24T21:01:09.519Z | Downloaded secrecy v0.8.0 |
776 | 2025-02-24T21:01:09.521Z | Downloaded scheduled-thread-pool v0.2.7 |
777 | 2025-02-24T21:01:09.521Z | Downloaded fxhash v0.2.1 |
778 | 2025-02-24T21:01:09.524Z | Downloaded rand_chacha v0.3.1 |
779 | 2025-02-24T21:01:09.524Z | Downloaded walkdir v2.5.0 |
780 | 2025-02-24T21:01:09.527Z | Downloaded pin-project-internal v1.1.6 |
781 | 2025-02-24T21:01:09.530Z | Downloaded nodrop v0.1.14 |
782 | 2025-02-24T21:01:09.530Z | Downloaded hash32 v0.3.1 |
783 | 2025-02-24T21:01:09.533Z | Downloaded serde_derive_internals v0.29.1 |
784 | 2025-02-24T21:01:09.533Z | Downloaded progenitor-impl v0.9.1 |
785 | 2025-02-24T21:01:09.536Z | Downloaded rustfmt-wrapper v0.2.1 |
786 | 2025-02-24T21:01:09.539Z | Downloaded rustc-hash v1.1.0 |
787 | 2025-02-24T21:01:09.539Z | Downloaded rfc6979 v0.4.0 |
788 | 2025-02-24T21:01:09.539Z | Downloaded parking_lot_core v0.8.6 |
789 | 2025-02-24T21:01:09.542Z | Downloaded tracing-attributes v0.1.27 |
790 | 2025-02-24T21:01:09.545Z | Downloaded unicode-truncate v1.1.0 |
791 | 2025-02-24T21:01:09.547Z | Downloaded parse-zoneinfo v0.3.1 |
792 | 2025-02-24T21:01:09.551Z | Downloaded stable_deref_trait v1.2.0 |
793 | 2025-02-24T21:01:09.551Z | Downloaded yoke v0.7.4 |
794 | 2025-02-24T21:01:09.554Z | Downloaded similar v2.6.0 |
795 | 2025-02-24T21:01:09.559Z | Downloaded strum v0.26.3 |
796 | 2025-02-24T21:01:09.562Z | Downloaded toolchain_find v0.4.0 |
797 | 2025-02-24T21:01:09.562Z | Downloaded phf_shared v0.10.0 |
798 | 2025-02-24T21:01:09.562Z | Downloaded env_logger v0.11.5 |
799 | 2025-02-24T21:01:09.565Z | Downloaded fallible-iterator v0.2.0 |
800 | 2025-02-24T21:01:09.568Z | Downloaded pin-project v1.1.6 |
801 | 2025-02-24T21:01:09.581Z | Downloaded num v0.4.3 |
802 | 2025-02-24T21:01:09.584Z | Downloaded newtype-uuid v1.2.1 |
803 | 2025-02-24T21:01:09.584Z | Downloaded gethostname v0.5.0 |
804 | 2025-02-24T21:01:09.584Z | Downloaded percent-encoding v2.3.1 |
805 | 2025-02-24T21:01:09.588Z | Downloaded peg v0.8.4 |
806 | 2025-02-24T21:01:09.591Z | Downloaded nu-ansi-term v0.50.1 |
807 | 2025-02-24T21:01:09.594Z | Downloaded sec1 v0.7.3 |
808 | 2025-02-24T21:01:09.597Z | Downloaded reedline v0.35.0 |
809 | 2025-02-24T21:01:09.603Z | Downloaded resolv-conf v0.7.0 |
810 | 2025-02-24T21:01:09.606Z | Downloaded unicase v2.7.0 |
811 | 2025-02-24T21:01:09.609Z | Downloaded unarray v0.1.4 |
812 | 2025-02-24T21:01:09.610Z | Downloaded slog-json v2.6.1 |
813 | 2025-02-24T21:01:09.612Z | Downloaded structmeta v0.3.0 |
814 | 2025-02-24T21:01:09.612Z | Downloaded time-macros v0.2.18 |
815 | 2025-02-24T21:01:09.615Z | Downloaded string_cache v0.8.7 |
816 | 2025-02-24T21:01:09.618Z | Downloaded dirs-sys-next v0.1.2 |
817 | 2025-02-24T21:01:09.618Z | Downloaded utf16_iter v1.0.5 |
818 | 2025-02-24T21:01:09.621Z | Downloaded utf-8 v0.7.6 |
819 | 2025-02-24T21:01:09.621Z | Downloaded diff v0.1.13 |
820 | 2025-02-24T21:01:09.624Z | Downloaded crossterm v0.28.1 |
821 | 2025-02-24T21:01:09.632Z | Downloaded tinyvec_macros v0.1.1 |
822 | 2025-02-24T21:01:09.634Z | Downloaded progenitor-client v0.9.1 |
823 | 2025-02-24T21:01:09.634Z | Downloaded newline-converter v0.3.0 |
824 | 2025-02-24T21:01:09.637Z | Downloaded diesel_derives v2.2.3 |
825 | 2025-02-24T21:01:09.640Z | Downloaded glob v0.3.2 |
826 | 2025-02-24T21:01:09.643Z | Downloaded filetime v0.2.25 |
827 | 2025-02-24T21:01:09.646Z | Downloaded password-hash v0.5.0 |
828 | 2025-02-24T21:01:09.646Z | Downloaded deranged v0.3.11 |
829 | 2025-02-24T21:01:09.650Z | Downloaded parking_lot_core v0.9.10 |
830 | 2025-02-24T21:01:09.654Z | Downloaded tower-layer v0.3.3 |
831 | 2025-02-24T21:01:09.654Z | Downloaded tower-service v0.3.3 |
832 | 2025-02-24T21:01:09.654Z | Downloaded phf_codegen v0.11.2 |
833 | 2025-02-24T21:01:09.659Z | Downloaded num_enum v0.5.11 |
834 | 2025-02-24T21:01:09.661Z | Downloaded test-strategy v0.4.0 |
835 | 2025-02-24T21:01:09.664Z | Downloaded schemars v0.8.21 |
836 | 2025-02-24T21:01:09.675Z | Downloaded spki v0.7.3 |
837 | 2025-02-24T21:01:09.680Z | Downloaded r2d2 v0.8.10 |
838 | 2025-02-24T21:01:09.684Z | Downloaded untrusted v0.9.0 |
839 | 2025-02-24T21:01:09.684Z | Downloaded structmeta-derive v0.3.0 |
840 | 2025-02-24T21:01:09.684Z | Downloaded typify v0.2.0 |
841 | 2025-02-24T21:01:09.687Z | Downloaded either v1.13.0 |
842 | 2025-02-24T21:01:09.690Z | Downloaded hkdf v0.12.4 |
843 | 2025-02-24T21:01:09.692Z | Downloaded quinn v0.11.5 |
844 | 2025-02-24T21:01:09.695Z | Downloaded olpc-cjson v0.1.4 |
845 | 2025-02-24T21:01:09.695Z | Downloaded openssl-sys v0.9.106 |
846 | 2025-02-24T21:01:09.700Z | Downloaded slog-async v2.8.0 |
847 | 2025-02-24T21:01:09.704Z | Downloaded fallible-streaming-iterator v0.1.9 |
848 | 2025-02-24T21:01:09.704Z | Downloaded num-integer v0.1.46 |
849 | 2025-02-24T21:01:09.707Z | Downloaded slab v0.4.9 |
850 | 2025-02-24T21:01:09.707Z | Downloaded same-file v1.0.6 |
851 | 2025-02-24T21:01:09.710Z | Downloaded progenitor v0.9.1 |
852 | 2025-02-24T21:01:09.710Z | Downloaded papergrid v0.14.0 |
853 | 2025-02-24T21:01:09.714Z | Downloaded parse-display-derive v0.10.0 |
854 | 2025-02-24T21:01:09.717Z | Downloaded aho-corasick v1.1.3 |
855 | 2025-02-24T21:01:09.722Z | Downloaded utf8_iter v1.0.4 |
856 | 2025-02-24T21:01:09.724Z | Downloaded russh-keys v0.45.0 |
857 | 2025-02-24T21:01:09.727Z | Downloaded signature v2.2.0 |
858 | 2025-02-24T21:01:09.730Z | Downloaded signal-hook-tokio v0.3.1 |
859 | 2025-02-24T21:01:09.730Z | Downloaded predicates v3.1.3 |
860 | 2025-02-24T21:01:09.733Z | Downloaded sigpipe v0.1.3 |
861 | 2025-02-24T21:01:09.733Z | Downloaded parse-display v0.10.0 |
862 | 2025-02-24T21:01:09.736Z | Downloaded static_assertions v1.1.0 |
863 | 2025-02-24T21:01:09.736Z | Downloaded derive-where v1.2.7 |
864 | 2025-02-24T21:01:09.740Z | Downloaded hash32 v0.2.1 |
865 | 2025-02-24T21:01:09.742Z | Downloaded heapless v0.7.17 |
866 | 2025-02-24T21:01:09.745Z | Downloaded document-features v0.2.10 |
867 | 2025-02-24T21:01:09.748Z | Downloaded elliptic-curve v0.13.8 |
868 | 2025-02-24T21:01:09.751Z | Downloaded russh v0.45.0 |
869 | 2025-02-24T21:01:09.757Z | Downloaded yoke-derive v0.7.4 |
870 | 2025-02-24T21:01:09.761Z | Downloaded zerofrom v0.1.4 |
871 | 2025-02-24T21:01:09.761Z | Downloaded foreign-types v0.3.2 |
872 | 2025-02-24T21:01:09.764Z | Downloaded supports-color v3.0.1 |
873 | 2025-02-24T21:01:09.764Z | Downloaded slog-scope v4.4.0 |
874 | 2025-02-24T21:01:09.764Z | Downloaded postgres-protocol v0.6.8 |
875 | 2025-02-24T21:01:09.766Z | Downloaded ed25519-dalek v2.1.1 |
876 | 2025-02-24T21:01:09.770Z | Downloaded darling_macro v0.20.10 |
877 | 2025-02-24T21:01:09.770Z | Downloaded num_threads v0.1.7 |
878 | 2025-02-24T21:01:09.772Z | Downloaded foreign-types v0.5.0 |
879 | 2025-02-24T21:01:09.772Z | Downloaded headers-core v0.3.0 |
880 | 2025-02-24T21:01:09.772Z | Downloaded flagset v0.4.6 |
881 | 2025-02-24T21:01:09.775Z | Downloaded writeable v0.5.5 |
882 | 2025-02-24T21:01:09.778Z | Downloaded icu_properties_data v1.5.0 |
883 | 2025-02-24T21:01:09.788Z | Downloaded opaque-debug v0.3.1 |
884 | 2025-02-24T21:01:09.791Z | Downloaded lalrpop v0.19.12 |
885 | 2025-02-24T21:01:09.802Z | Downloaded take_mut v0.2.2 |
886 | 2025-02-24T21:01:09.806Z | Downloaded slog-dtrace v0.3.0 |
887 | 2025-02-24T21:01:09.806Z | Downloaded slog-bunyan v2.5.0 |
888 | 2025-02-24T21:01:09.808Z | Downloaded omicron-zone-package v0.12.0 |
889 | 2025-02-24T21:01:09.808Z | Downloaded rusty-fork v0.3.0 |
890 | 2025-02-24T21:01:09.811Z | Downloaded wyz v0.5.1 |
891 | 2025-02-24T21:01:09.814Z | Downloaded der v0.7.9 |
892 | 2025-02-24T21:01:09.818Z | Downloaded winnow v0.5.40 |
893 | 2025-02-24T21:01:09.827Z | Downloaded defmt-parser v0.3.4 |
894 | 2025-02-24T21:01:09.830Z | Downloaded defmt-macros v0.3.9 |
895 | 2025-02-24T21:01:09.833Z | Downloaded blake3 v1.5.4 |
896 | 2025-02-24T21:01:09.843Z | Downloaded oxnet v0.1.0 |
897 | 2025-02-24T21:01:09.846Z | Downloaded pin-utils v0.1.0 |
898 | 2025-02-24T21:01:09.846Z | Downloaded rtoolbox v0.0.2 |
899 | 2025-02-24T21:01:09.846Z | Downloaded foldhash v0.1.3 |
900 | 2025-02-24T21:01:09.849Z | Downloaded url v2.5.3 |
901 | 2025-02-24T21:01:09.851Z | Downloaded tiny-keccak v2.0.2 |
902 | 2025-02-24T21:01:09.855Z | Downloaded rand v0.9.0 |
903 | 2025-02-24T21:01:09.859Z | Downloaded float-ord v0.3.2 |
904 | 2025-02-24T21:01:09.859Z | Downloaded num_enum_derive v0.5.11 |
905 | 2025-02-24T21:01:09.862Z | Downloaded prettyplease v0.2.29 |
906 | 2025-02-24T21:01:09.864Z | Downloaded globset v0.4.15 |
907 | 2025-02-24T21:01:09.867Z | Downloaded num-bigint-dig v0.8.4 |
908 | 2025-02-24T21:01:09.870Z | Downloaded uuid v1.12.0 |
909 | 2025-02-24T21:01:09.873Z | Downloaded postgres-types v0.2.8 |
910 | 2025-02-24T21:01:09.876Z | Downloaded termios v0.3.3 |
911 | 2025-02-24T21:01:09.881Z | Downloaded pkcs1 v0.7.5 |
912 | 2025-02-24T21:01:09.881Z | Downloaded ghash v0.5.1 |
913 | 2025-02-24T21:01:09.884Z | Downloaded sqlparser v0.45.0 |
914 | 2025-02-24T21:01:09.886Z | Downloaded tabwriter v1.4.0 |
915 | 2025-02-24T21:01:09.889Z | Downloaded getrandom v0.2.15 |
916 | 2025-02-24T21:01:09.892Z | Downloaded samael v0.0.18 |
917 | 2025-02-24T21:01:09.896Z | Downloaded signal-hook-registry v1.4.2 |
918 | 2025-02-24T21:01:09.899Z | Downloaded primeorder v0.13.6 |
919 | 2025-02-24T21:01:09.899Z | Downloaded slog v2.7.0 |
920 | 2025-02-24T21:01:09.904Z | Downloaded dropshot_endpoint v0.12.0 |
921 | 2025-02-24T21:01:09.906Z | Downloaded rustls-webpki v0.101.7 |
922 | 2025-02-24T21:01:09.920Z | Downloaded phf_generator v0.11.2 |
923 | 2025-02-24T21:01:09.922Z | Downloaded der_derive v0.7.3 |
924 | 2025-02-24T21:01:09.922Z | Downloaded tinyvec v1.8.0 |
925 | 2025-02-24T21:01:09.928Z | Downloaded half v2.4.1 |
926 | 2025-02-24T21:01:09.931Z | Downloaded zerovec v0.10.4 |
927 | 2025-02-24T21:01:09.936Z | Downloaded zopfli v0.8.1 |
928 | 2025-02-24T21:01:09.938Z | Downloaded ron v0.7.1 |
929 | 2025-02-24T21:01:09.943Z | Downloaded num-bigint v0.4.6 |
930 | 2025-02-24T21:01:09.948Z | Downloaded bitvec v1.0.1 |
931 | 2025-02-24T21:01:09.963Z | Downloaded pin-project-lite v0.2.14 |
932 | 2025-02-24T21:01:09.968Z | Downloaded p256 v0.13.2 |
933 | 2025-02-24T21:01:09.972Z | Downloaded quinn-proto v0.11.8 |
934 | 2025-02-24T21:01:09.979Z | Downloaded tower v0.5.2 |
935 | 2025-02-24T21:01:09.989Z | Downloaded darling_core v0.20.10 |
936 | 2025-02-24T21:01:09.995Z | Downloaded rayon v1.10.0 |
937 | 2025-02-24T21:01:10.004Z | Downloaded rsa v0.9.6 |
938 | 2025-02-24T21:01:10.009Z | Downloaded bindgen v0.71.1 |
939 | 2025-02-24T21:01:10.017Z | Downloaded tough v0.19.0 |
940 | 2025-02-24T21:01:10.027Z | Downloaded rustyline v14.0.0 |
941 | 2025-02-24T21:01:10.032Z | Downloaded x509-cert v0.2.5 |
942 | 2025-02-24T21:01:10.038Z | Downloaded futures-util v0.3.31 |
943 | 2025-02-24T21:01:10.050Z | Downloaded p521 v0.13.3 |
944 | 2025-02-24T21:01:10.054Z | Downloaded tabled v0.18.0 |
945 | 2025-02-24T21:01:10.072Z | Downloaded rustls-webpki v0.102.8 |
946 | 2025-02-24T21:01:10.091Z | Downloaded reqwest v0.12.12 |
947 | 2025-02-24T21:01:10.100Z | Downloaded polar-core v0.27.3 |
948 | 2025-02-24T21:01:10.111Z | Downloaded petname v2.0.2 |
949 | 2025-02-24T21:01:10.115Z | Downloaded portable-atomic v1.9.0 |
950 | 2025-02-24T21:01:10.123Z | Downloaded vcpkg v0.2.15 |
951 | 2025-02-24T21:01:10.162Z | Downloaded time v0.3.36 |
952 | 2025-02-24T21:01:10.169Z | Downloaded object v0.30.4 |
953 | 2025-02-24T21:01:10.180Z | Downloaded regex-syntax v0.8.5 |
954 | 2025-02-24T21:01:10.189Z | Downloaded serde_with v3.11.0 |
955 | 2025-02-24T21:01:10.198Z | Downloaded curve25519-dalek v4.1.3 |
956 | 2025-02-24T21:01:10.208Z | Downloaded hickory-proto v0.24.3 |
957 | 2025-02-24T21:01:10.224Z | Downloaded git2 v0.19.0 |
958 | 2025-02-24T21:01:10.234Z | Downloaded zerocopy v0.8.10 |
959 | 2025-02-24T21:01:10.260Z | Downloaded p384 v0.13.0 |
960 | 2025-02-24T21:01:10.269Z | Downloaded smoltcp v0.11.0 |
961 | 2025-02-24T21:01:10.291Z | Downloaded smoltcp v0.9.1 |
962 | 2025-02-24T21:01:10.307Z | Downloaded dropshot v0.12.0 |
963 | 2025-02-24T21:01:10.332Z | Downloaded object v0.36.5 |
964 | 2025-02-24T21:01:10.343Z | Downloaded unicode-width v0.2.0 |
965 | 2025-02-24T21:01:10.349Z | Downloaded bstr v1.10.0 |
966 | 2025-02-24T21:01:10.361Z | Downloaded radix_trie v0.2.1 |
967 | 2025-02-24T21:01:10.367Z | Downloaded nix v0.28.0 |
968 | 2025-02-24T21:01:10.379Z | Downloaded gimli v0.31.1 |
969 | 2025-02-24T21:01:10.390Z | Downloaded openapiv3 v2.0.0 |
970 | 2025-02-24T21:01:10.403Z | Downloaded dropshot v0.15.1 |
971 | 2025-02-24T21:01:10.426Z | Downloaded regress v0.10.1 |
972 | 2025-02-24T21:01:10.435Z | Downloaded regress v0.9.1 |
973 | 2025-02-24T21:01:10.444Z | Downloaded typify-impl v0.3.0 |
974 | 2025-02-24T21:01:10.460Z | Downloaded sled v0.34.7 |
975 | 2025-02-24T21:01:10.473Z | Downloaded rustls v0.22.4 |
976 | 2025-02-24T21:01:10.486Z | Downloaded rustls v0.23.19 |
977 | 2025-02-24T21:01:10.498Z | Downloaded ratatui v0.29.0 |
978 | 2025-02-24T21:01:10.520Z | Downloaded typify-impl v0.2.0 |
979 | 2025-02-24T21:01:10.534Z | Downloaded nix v0.29.0 |
980 | 2025-02-24T21:01:10.546Z | Downloaded nix v0.27.1 |
981 | 2025-02-24T21:01:10.559Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2025-02-24T21:01:10.568Z | Downloaded regex-automata v0.4.8 |
983 | 2025-02-24T21:01:10.586Z | Downloaded lzma-sys v0.1.20 |
984 | 2025-02-24T21:01:10.615Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2025-02-24T21:01:10.627Z | Downloaded chrono-tz v0.10.1 |
986 | 2025-02-24T21:01:10.634Z | Downloaded webpki-roots v0.26.6 |
987 | 2025-02-24T21:01:10.638Z | Downloaded rustls v0.21.12 |
988 | 2025-02-24T21:01:10.650Z | Downloaded libz-sys v1.1.20 |
989 | 2025-02-24T21:01:10.670Z | Downloaded diesel v2.2.7 |
990 | 2025-02-24T21:01:10.688Z | Downloaded openssl v0.10.71 |
991 | 2025-02-24T21:01:10.698Z | Downloaded petgraph v0.6.5 |
992 | 2025-02-24T21:01:10.714Z | Downloaded regex-syntax v0.6.29 |
993 | 2025-02-24T21:01:10.721Z | Downloaded hashbrown v0.14.5 |
994 | 2025-02-24T21:01:10.726Z | Downloaded proptest v1.5.0 |
995 | 2025-02-24T21:01:10.735Z | Downloaded sha3 v0.10.8 |
996 | 2025-02-24T21:01:10.739Z | Downloaded tokio v1.43.0 |
997 | 2025-02-24T21:01:10.777Z | Downloaded csv v1.3.1 |
998 | 2025-02-24T21:01:10.796Z | Downloaded bindgen v0.69.5 |
999 | 2025-02-24T21:01:10.802Z | Downloaded typed-path v0.9.3 |
1000 | 2025-02-24T21:01:10.807Z | Downloaded regex v1.11.1 |
1001 | 2025-02-24T21:01:10.820Z | Downloaded chrono v0.4.39 |
1002 | 2025-02-24T21:01:10.827Z | Downloaded steno v0.4.1 |
1003 | 2025-02-24T21:01:10.830Z | Downloaded rusqlite v0.32.1 |
1004 | 2025-02-24T21:01:10.839Z | Downloaded zerocopy-derive v0.8.10 |
1005 | 2025-02-24T21:01:10.845Z | Downloaded rcgen v0.12.1 |
1006 | 2025-02-24T21:01:10.849Z | Downloaded rayon-core v1.12.1 |
1007 | 2025-02-24T21:01:10.852Z | Downloaded hashbrown v0.13.2 |
1008 | 2025-02-24T21:01:10.856Z | Downloaded ssh-key v0.6.6 |
1009 | 2025-02-24T21:01:10.862Z | Downloaded h2 v0.4.6 |
1010 | 2025-02-24T21:01:10.869Z | Downloaded quick-xml v0.37.2 |
1011 | 2025-02-24T21:01:10.875Z | Downloaded unicode-segmentation v1.12.0 |
1012 | 2025-02-24T21:01:10.879Z | Downloaded fatfs v0.3.6 |
1013 | 2025-02-24T21:01:10.882Z | Downloaded rustls-pemfile v1.0.4 |
1014 | 2025-02-24T21:01:10.885Z | Downloaded headers v0.4.0 |
1015 | 2025-02-24T21:01:10.890Z | Downloaded tungstenite v0.23.0 |
1016 | 2025-02-24T21:01:10.893Z | Downloaded toml_edit v0.19.15 |
1017 | 2025-02-24T21:01:10.909Z | Downloaded rand v0.8.5 |
1018 | 2025-02-24T21:01:10.913Z | Downloaded aws-lc-rs v1.10.0 |
1019 | 2025-02-24T21:01:10.921Z | Downloaded displaydoc v0.2.5 |
1020 | 2025-02-24T21:01:10.924Z | Downloaded hashbrown v0.12.3 |
1021 | 2025-02-24T21:01:10.930Z | Downloaded tokio-util v0.7.12 |
1022 | 2025-02-24T21:01:10.933Z | Downloaded unicode-properties v0.1.3 |
1023 | 2025-02-24T21:01:10.936Z | Downloaded display-error-chain v0.2.2 |
1024 | 2025-02-24T21:01:10.940Z | Downloaded zerofrom-derive v0.1.4 |
1025 | 2025-02-24T21:01:10.940Z | Downloaded tinystr v0.7.6 |
1026 | 2025-02-24T21:01:10.942Z | Downloaded rustls-pemfile v2.2.0 |
1027 | 2025-02-24T21:01:10.942Z | Downloaded progenitor v0.8.0 |
1028 | 2025-02-24T21:01:10.945Z | Downloaded dropshot_endpoint v0.15.1 |
1029 | 2025-02-24T21:01:10.948Z | Downloaded derive_builder v0.20.2 |
1030 | 2025-02-24T21:01:10.951Z | Downloaded termtree v0.4.1 |
1031 | 2025-02-24T21:01:10.954Z | Downloaded encoding_rs v0.8.34 |
1032 | 2025-02-24T21:01:10.974Z | Downloaded time-core v0.1.2 |
1033 | 2025-02-24T21:01:10.978Z | Downloaded progenitor-impl v0.8.0 |
1034 | 2025-02-24T21:01:10.978Z | Downloaded zip v0.6.6 |
1035 | 2025-02-24T21:01:10.981Z | Downloaded expectorate v1.1.0 |
1036 | 2025-02-24T21:01:10.984Z | Downloaded tracing v0.1.40 |
1037 | 2025-02-24T21:01:10.987Z | Downloaded flate2 v1.0.35 |
1038 | 2025-02-24T21:01:10.994Z | Downloaded ring v0.17.11 |
1039 | 2025-02-24T21:01:11.038Z | Downloaded topological-sort v0.2.2 |
1040 | 2025-02-24T21:01:11.041Z | Downloaded powerfmt v0.2.0 |
1041 | 2025-02-24T21:01:11.041Z | Downloaded uzers v0.12.1 |
1042 | 2025-02-24T21:01:11.044Z | Downloaded unicode-normalization v0.1.24 |
1043 | 2025-02-24T21:01:11.047Z | Downloaded simd-adler32 v0.3.7 |
1044 | 2025-02-24T21:01:11.049Z | Downloaded ppv-lite86 v0.2.20 |
1045 | 2025-02-24T21:01:11.050Z | Downloaded defmt v0.3.8 |
1046 | 2025-02-24T21:01:12.055Z | Downloaded sqlformat v0.2.6 |
1047 | 2025-02-24T21:01:12.059Z | Downloaded twox-hash v2.1.0 |
1048 | 2025-02-24T21:01:12.059Z | Downloaded typify v0.3.0 |
1049 | 2025-02-24T21:01:12.059Z | Downloaded nom v7.1.3 |
1050 | 2025-02-24T21:01:12.059Z | Downloaded rustc-demangle v0.1.24 |
1051 | 2025-02-24T21:01:12.059Z | Downloaded salty v0.3.0 |
1052 | 2025-02-24T21:01:12.059Z | Downloaded predicates-core v1.0.8 |
1053 | 2025-02-24T21:01:12.059Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2025-02-24T21:01:12.059Z | Downloaded tungstenite v0.24.0 |
1055 | 2025-02-24T21:01:12.059Z | Downloaded parking_lot v0.12.3 |
1056 | 2025-02-24T21:01:12.059Z | Downloaded getrandom v0.3.1 |
1057 | 2025-02-24T21:01:12.059Z | Downloaded phf_shared v0.11.2 |
1058 | 2025-02-24T21:01:12.059Z | Downloaded ssh-encoding v0.2.0 |
1059 | 2025-02-24T21:01:12.059Z | Downloaded ssh-cipher v0.2.0 |
1060 | 2025-02-24T21:01:12.059Z | Downloaded rustc_version v0.1.7 |
1061 | 2025-02-24T21:01:12.059Z | Downloaded termtree v0.5.1 |
1062 | 2025-02-24T21:01:12.059Z | Downloaded heapless v0.8.0 |
1063 | 2025-02-24T21:01:12.059Z | Downloaded pbkdf2 v0.12.2 |
1064 | 2025-02-24T21:01:12.059Z | Downloaded pbkdf2 v0.11.0 |
1065 | 2025-02-24T21:01:12.059Z | Downloaded paste v1.0.15 |
1066 | 2025-02-24T21:01:12.059Z | Downloaded embedded-io v0.6.1 |
1067 | 2025-02-24T21:01:12.059Z | Downloaded embedded-io v0.4.0 |
1068 | 2025-02-24T21:01:12.059Z | Downloaded proc-macro-error2 v2.0.1 |
1069 | 2025-02-24T21:01:12.060Z | Downloaded parking_lot v0.11.2 |
1070 | 2025-02-24T21:01:12.060Z | Downloaded env_logger v0.10.2 |
1071 | 2025-02-24T21:01:12.060Z | Downloaded new_debug_unreachable v1.0.6 |
1072 | 2025-02-24T21:01:12.060Z | Downloaded aes v0.8.4 |
1073 | 2025-02-24T21:01:12.060Z | Downloaded yasna v0.5.2 |
1074 | 2025-02-24T21:01:12.060Z | Downloaded toml v0.7.8 |
1075 | 2025-02-24T21:01:12.060Z | Downloaded tar v0.4.42 |
1076 | 2025-02-24T21:01:12.060Z | Downloaded itertools v0.14.0 |
1077 | 2025-02-24T21:01:12.060Z | Downloaded ecdsa v0.16.9 |
1078 | 2025-02-24T21:01:12.060Z | Downloaded zip v2.1.3 |
1079 | 2025-02-24T21:01:12.060Z | Downloaded oso v0.27.3 |
1080 | 2025-02-24T21:01:12.060Z | Downloaded hyper v1.5.2 |
1081 | 2025-02-24T21:01:12.060Z | Downloaded thiserror-no-std v2.0.2 |
1082 | 2025-02-24T21:01:12.060Z | Downloaded http v1.2.0 |
1083 | 2025-02-24T21:01:12.060Z | Downloaded serde-hex v0.1.0 |
1084 | 2025-02-24T21:01:12.060Z | Downloaded ed25519 v2.2.3 |
1085 | 2025-02-24T21:01:12.060Z | Downloaded dsl_auto_type v0.1.2 |
1086 | 2025-02-24T21:01:12.060Z | Downloaded debug-ignore v1.0.5 |
1087 | 2025-02-24T21:01:12.060Z | Downloaded unicode-bidi v0.3.17 |
1088 | 2025-02-24T21:01:12.060Z | Downloaded qorb v0.2.1 |
1089 | 2025-02-24T21:01:12.060Z | Downloaded publicsuffix v2.3.0 |
1090 | 2025-02-24T21:01:12.060Z | Downloaded pem-rfc7468 v0.7.0 |
1091 | 2025-02-24T21:01:12.060Z | Downloaded itertools v0.12.1 |
1092 | 2025-02-24T21:01:12.060Z | Downloaded nanorand v0.7.0 |
1093 | 2025-02-24T21:01:12.060Z | Downloaded foreign-types-macros v0.2.3 |
1094 | 2025-02-24T21:01:12.060Z | Downloaded zerocopy v0.6.6 |
1095 | 2025-02-24T21:01:12.060Z | Downloaded tokio-rustls v0.24.1 |
1096 | 2025-02-24T21:01:12.060Z | Downloaded pkcs5 v0.7.1 |
1097 | 2025-02-24T21:01:12.060Z | Downloaded typify-macro v0.2.0 |
1098 | 2025-02-24T21:01:12.060Z | Downloaded termcolor v1.4.1 |
1099 | 2025-02-24T21:01:12.060Z | Downloaded tap v1.0.1 |
1100 | 2025-02-24T21:01:12.060Z | Downloaded progenitor-macro v0.8.0 |
1101 | 2025-02-24T21:01:12.060Z | Downloaded tracing-core v0.1.32 |
1102 | 2025-02-24T21:01:12.060Z | Downloaded base64 v0.13.1 |
1103 | 2025-02-24T21:01:12.060Z | Downloaded futures-task v0.3.31 |
1104 | 2025-02-24T21:01:12.060Z | Downloaded futures-sink v0.3.31 |
1105 | 2025-02-24T21:01:12.060Z | Downloaded futures-macro v0.3.31 |
1106 | 2025-02-24T21:01:12.061Z | Downloaded futures-io v0.3.31 |
1107 | 2025-02-24T21:01:12.061Z | Downloaded futures-executor v0.3.31 |
1108 | 2025-02-24T21:01:12.061Z | Downloaded futures-core v0.3.31 |
1109 | 2025-02-24T21:01:12.061Z | Downloaded base64 v0.21.7 |
1110 | 2025-02-24T21:01:12.061Z | Downloaded enum-as-inner v0.6.1 |
1111 | 2025-02-24T21:01:12.061Z | Downloaded serde_with_macros v3.11.0 |
1112 | 2025-02-24T21:01:12.061Z | Downloaded libm v0.2.8 |
1113 | 2025-02-24T21:01:12.061Z | Downloaded minimal-lexical v0.2.1 |
1114 | 2025-02-24T21:01:12.061Z | Downloaded darling v0.20.10 |
1115 | 2025-02-24T21:01:12.061Z | Downloaded signal-hook v0.3.17 |
1116 | 2025-02-24T21:01:12.061Z | Downloaded crossbeam-channel v0.5.13 |
1117 | 2025-02-24T21:01:12.061Z | Downloaded cc v1.2.15 |
1118 | 2025-02-24T21:01:12.061Z | Downloaded tokio-rustls v0.26.0 |
1119 | 2025-02-24T21:01:12.061Z | Downloaded derive_more v0.99.19 |
1120 | 2025-02-24T21:01:12.061Z | Downloaded pkcs8 v0.10.2 |
1121 | 2025-02-24T21:01:12.061Z | Downloaded phf v0.11.2 |
1122 | 2025-02-24T21:01:12.061Z | Downloaded owo-colors v4.1.0 |
1123 | 2025-02-24T21:01:12.061Z | Downloaded multer v3.1.0 |
1124 | 2025-02-24T21:01:12.061Z | Downloaded fragile v2.0.0 |
1125 | 2025-02-24T21:01:12.061Z | Downloaded tungstenite v0.21.0 |
1126 | 2025-02-24T21:01:12.061Z | Downloaded tokio-postgres v0.7.12 |
1127 | 2025-02-24T21:01:12.061Z | Downloaded icu_collections v1.5.0 |
1128 | 2025-02-24T21:01:12.061Z | Downloaded diesel-dtrace v0.4.2 |
1129 | 2025-02-24T21:01:12.061Z | Downloaded daft v0.1.1 |
1130 | 2025-02-24T21:01:12.061Z | Downloaded snafu v0.8.5 |
1131 | 2025-02-24T21:01:12.061Z | Downloaded compact_str v0.8.0 |
1132 | 2025-02-24T21:01:12.061Z | Downloaded newtype_derive v0.1.6 |
1133 | 2025-02-24T21:01:12.061Z | Downloaded predicates-tree v1.0.11 |
1134 | 2025-02-24T21:01:12.061Z | Downloaded downcast v0.11.0 |
1135 | 2025-02-24T21:01:12.061Z | Downloaded ref-cast v1.0.23 |
1136 | 2025-02-24T21:01:12.061Z | Downloaded const_format v0.2.34 |
1137 | 2025-02-24T21:01:12.061Z | Downloaded base64 v0.22.1 |
1138 | 2025-02-24T21:01:12.061Z | Downloaded derive_builder_core v0.20.2 |
1139 | 2025-02-24T21:01:12.061Z | Downloaded bumpalo v3.16.0 |
1140 | 2025-02-24T21:01:12.061Z | Downloaded form_urlencoded v1.2.1 |
1141 | 2025-02-24T21:01:12.061Z | Downloaded arc-swap v1.7.1 |
1142 | 2025-02-24T21:01:12.061Z | Downloaded backoff v0.4.0 |
1143 | 2025-02-24T21:01:12.061Z | Downloaded fs_extra v1.3.0 |
1144 | 2025-02-24T21:01:12.062Z | Downloaded spin v0.9.8 |
1145 | 2025-02-24T21:01:12.062Z | Downloaded slog-term v2.9.1 |
1146 | 2025-02-24T21:01:12.062Z | Downloaded sha1 v0.10.6 |
1147 | 2025-02-24T21:01:12.065Z | Downloaded multimap v0.10.0 |
1148 | 2025-02-24T21:01:12.065Z | Downloaded scopeguard v1.2.0 |
1149 | 2025-02-24T21:01:12.065Z | Downloaded salsa20 v0.10.2 |
1150 | 2025-02-24T21:01:12.065Z | Downloaded ref-cast-impl v1.0.23 |
1151 | 2025-02-24T21:01:12.065Z | Downloaded chacha20poly1305 v0.10.1 |
1152 | 2025-02-24T21:01:12.065Z | Downloaded hyper-util v0.1.10 |
1153 | 2025-02-24T21:01:12.065Z | Downloaded snafu-derive v0.8.5 |
1154 | 2025-02-24T21:01:12.065Z | Downloaded slog-envlogger v2.2.0 |
1155 | 2025-02-24T21:01:12.065Z | Downloaded rustversion v1.0.17 |
1156 | 2025-02-24T21:01:12.065Z | Downloaded const-oid v0.9.6 |
1157 | 2025-02-24T21:01:12.065Z | Downloaded allocator-api2 v0.2.18 |
1158 | 2025-02-24T21:01:12.065Z | Downloaded crossbeam-epoch v0.9.18 |
1159 | 2025-02-24T21:01:12.065Z | Downloaded chacha20 v0.9.1 |
1160 | 2025-02-24T21:01:12.065Z | Downloaded cancel-safe-futures v0.1.5 |
1161 | 2025-02-24T21:01:12.065Z | Downloaded ipnet v2.10.1 |
1162 | 2025-02-24T21:01:12.065Z | Downloaded crc32fast v1.4.2 |
1163 | 2025-02-24T21:01:12.065Z | Downloaded blake2 v0.10.6 |
1164 | 2025-02-24T21:01:12.065Z | Downloaded serde_plain v1.0.2 |
1165 | 2025-02-24T21:01:12.065Z | Downloaded semver v0.1.20 |
1166 | 2025-02-24T21:01:12.065Z | Downloaded rand_chacha v0.9.0 |
1167 | 2025-02-24T21:01:12.065Z | Downloaded colored v2.1.0 |
1168 | 2025-02-24T21:01:12.065Z | Downloaded base64ct v1.6.0 |
1169 | 2025-02-24T21:01:12.065Z | Downloaded radium v0.7.0 |
1170 | 2025-02-24T21:01:12.065Z | Downloaded icu_normalizer v1.5.0 |
1171 | 2025-02-24T21:01:12.065Z | Downloaded hmac v0.12.1 |
1172 | 2025-02-24T21:01:12.065Z | Downloaded bzip2 v0.4.4 |
1173 | 2025-02-24T21:01:12.066Z | Downloaded memoffset v0.9.1 |
1174 | 2025-02-24T21:01:12.066Z | Downloaded lru v0.12.5 |
1175 | 2025-02-24T21:01:12.066Z | Downloaded hyper-rustls v0.27.3 |
1176 | 2025-02-24T21:01:12.066Z | Downloaded async-trait v0.1.86 |
1177 | 2025-02-24T21:01:12.066Z | Downloaded async-bb8-diesel v0.2.1 |
1178 | 2025-02-24T21:01:12.066Z | Downloaded http-body-util v0.1.2 |
1179 | 2025-02-24T21:01:12.066Z | Downloaded bit-set v0.5.3 |
1180 | 2025-02-24T21:01:12.066Z | Downloaded inout v0.1.3 |
1181 | 2025-02-24T21:01:12.066Z | Downloaded crc v3.2.1 |
1182 | 2025-02-24T21:01:12.066Z | Downloaded chrono-tz-build v0.4.0 |
1183 | 2025-02-24T21:01:12.066Z | Downloaded bitfield v0.14.0 |
1184 | 2025-02-24T21:01:12.066Z | Downloaded bb8 v0.8.5 |
1185 | 2025-02-24T21:01:12.066Z | Downloaded bitflags v1.3.2 |
1186 | 2025-02-24T21:01:12.066Z | Downloaded lru-cache v0.1.2 |
1187 | 2025-02-24T21:01:12.066Z | Downloaded lazy_static v1.5.0 |
1188 | 2025-02-24T21:01:12.067Z | Downloaded indoc v2.0.5 |
1189 | 2025-02-24T21:01:12.067Z | Downloaded impl-trait-for-tuples v0.2.2 |
1190 | 2025-02-24T21:01:12.067Z | Downloaded is_ci v1.2.0 |
1191 | 2025-02-24T21:01:12.067Z | Downloaded indent_write v2.2.0 |
1192 | 2025-02-24T21:01:12.067Z | Downloaded icu_locid_transform v1.5.0 |
1193 | 2025-02-24T21:01:12.067Z | Downloaded httparse v1.9.5 |
1194 | 2025-02-24T21:01:12.067Z | Downloaded linked-hash-map v0.5.6 |
1195 | 2025-02-24T21:01:12.067Z | Downloaded humantime v2.1.0 |
1196 | 2025-02-24T21:01:12.067Z | Downloaded hubpack v0.1.2 |
1197 | 2025-02-24T21:01:12.067Z | Downloaded blowfish v0.9.1 |
1198 | 2025-02-24T21:01:12.067Z | Downloaded crossbeam-deque v0.8.5 |
1199 | 2025-02-24T21:01:12.067Z | Downloaded cipher v0.4.4 |
1200 | 2025-02-24T21:01:12.067Z | Downloaded cbc v0.1.2 |
1201 | 2025-02-24T21:01:12.067Z | Downloaded array-init v0.0.4 |
1202 | 2025-02-24T21:01:12.067Z | Downloaded adler2 v2.0.0 |
1203 | 2025-02-24T21:01:12.067Z | Downloaded idna_adapter v1.2.0 |
1204 | 2025-02-24T21:01:12.067Z | Downloaded hostname v0.3.1 |
1205 | 2025-02-24T21:01:12.067Z | Downloaded indoc v1.0.9 |
1206 | 2025-02-24T21:01:12.067Z | Downloaded httpdate v1.0.3 |
1207 | 2025-02-24T21:01:12.067Z | Downloaded convert_case v0.4.0 |
1208 | 2025-02-24T21:01:12.067Z | Downloaded atomic-waker v1.1.2 |
1209 | 2025-02-24T21:01:12.067Z | Downloaded lalrpop-util v0.19.12 |
1210 | 2025-02-24T21:01:12.067Z | Downloaded keccak v0.1.5 |
1211 | 2025-02-24T21:01:12.067Z | Downloaded home v0.5.9 |
1212 | 2025-02-24T21:01:12.067Z | Downloaded arrayref v0.3.9 |
1213 | 2025-02-24T21:01:12.067Z | Downloaded libsqlite3-sys v0.30.1 |
1214 | 2025-02-24T21:01:12.067Z | Downloaded aws-lc-sys v0.22.0 |
1215 | 2025-02-24T21:01:12.164Z | Compiling serde v1.0.218 |
1216 | 2025-02-24T21:01:12.167Z | Compiling value-bag v1.9.0 |
1217 | 2025-02-24T21:01:12.167Z | Compiling lock_api v0.4.12 |
1218 | 2025-02-24T21:01:12.167Z | Compiling scopeguard v1.2.0 |
1219 | 2025-02-24T21:01:12.167Z | Compiling typenum v1.17.0 |
1220 | 2025-02-24T21:01:12.167Z | Compiling generic-array v0.14.7 |
1221 | 2025-02-24T21:01:12.332Z | Compiling syn v2.0.96 |
1222 | 2025-02-24T21:01:12.346Z | Compiling getrandom v0.2.15 |
1223 | 2025-02-24T21:01:12.534Z | Compiling subtle v2.6.1 |
1224 | 2025-02-24T21:01:12.682Z | Compiling rand_core v0.6.4 |
1225 | 2025-02-24T21:01:12.769Z | Compiling log v0.4.22 |
1226 | 2025-02-24T21:01:12.890Z | Compiling shlex v1.3.0 |
1227 | 2025-02-24T21:01:12.893Z | Compiling jobserver v0.1.32 |
1228 | 2025-02-24T21:01:12.943Z | Compiling smallvec v1.14.0 |
1229 | 2025-02-24T21:01:13.207Z | Compiling const-oid v0.9.6 |
1230 | 2025-02-24T21:01:13.244Z | Compiling pin-project-lite v0.2.14 |
1231 | 2025-02-24T21:01:13.265Z | Compiling rustix v0.38.37 |
1232 | 2025-02-24T21:01:13.337Z | Compiling cc v1.2.15 |
1233 | 2025-02-24T21:01:13.382Z | Compiling parking_lot_core v0.9.10 |
1234 | 2025-02-24T21:01:13.529Z | Compiling futures-core v0.3.31 |
1235 | 2025-02-24T21:01:13.697Z | Compiling spin v0.9.8 |
1236 | 2025-02-24T21:01:13.783Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2025-02-24T21:01:14.076Z | Compiling mio v1.0.2 |
1238 | 2025-02-24T21:01:14.096Z | Compiling either v1.13.0 |
1239 | 2025-02-24T21:01:14.448Z | Compiling parking_lot v0.12.3 |
1240 | 2025-02-24T21:01:14.520Z | Compiling aho-corasick v1.1.3 |
1241 | 2025-02-24T21:01:14.559Z | Compiling cpufeatures v0.2.14 |
1242 | 2025-02-24T21:01:14.634Z | Compiling regex-syntax v0.8.5 |
1243 | 2025-02-24T21:01:14.728Z | Compiling stable_deref_trait v1.2.0 |
1244 | 2025-02-24T21:01:14.860Z | Compiling futures-sink v0.3.31 |
1245 | 2025-02-24T21:01:15.037Z | Compiling socket2 v0.5.8 |
1246 | 2025-02-24T21:01:15.095Z | Compiling slab v0.4.9 |
1247 | 2025-02-24T21:01:15.166Z | Compiling glob v0.3.2 |
1248 | 2025-02-24T21:01:15.230Z | Compiling prettyplease v0.2.29 |
1249 | 2025-02-24T21:01:15.679Z | Compiling lazy_static v1.5.0 |
1250 | 2025-02-24T21:01:15.827Z | Compiling minimal-lexical v0.2.1 |
1251 | 2025-02-24T21:01:16.003Z | Compiling serde_json v1.0.139 |
1252 | 2025-02-24T21:01:16.031Z | Compiling futures-channel v0.3.31 |
1253 | 2025-02-24T21:01:16.051Z | Compiling clang-sys v1.8.1 |
1254 | 2025-02-24T21:01:16.326Z | Compiling nom v7.1.3 |
1255 | 2025-02-24T21:01:16.390Z | Compiling libloading v0.8.5 |
1256 | 2025-02-24T21:01:16.438Z | Compiling bindgen v0.69.5 |
1257 | 2025-02-24T21:01:16.814Z | Compiling futures-task v0.3.31 |
1258 | 2025-02-24T21:01:16.833Z | Compiling home v0.5.9 |
1259 | 2025-02-24T21:01:17.069Z | Compiling futures-io v0.3.31 |
1260 | 2025-02-24T21:01:17.147Z | Compiling pin-utils v0.1.0 |
1261 | 2025-02-24T21:01:17.337Z | Compiling itertools v0.12.1 |
1262 | 2025-02-24T21:01:17.360Z | Compiling libm v0.2.8 |
1263 | 2025-02-24T21:01:17.364Z | Compiling foldhash v0.1.3 |
1264 | 2025-02-24T21:01:17.709Z | Compiling lazycell v1.3.0 |
1265 | 2025-02-24T21:01:17.728Z | Compiling allocator-api2 v0.2.18 |
1266 | 2025-02-24T21:01:17.895Z | Compiling rustc-hash v1.1.0 |
1267 | 2025-02-24T21:01:18.103Z | Compiling cmake v0.1.51 |
1268 | 2025-02-24T21:01:18.514Z | Compiling regex-automata v0.4.8 |
1269 | 2025-02-24T21:01:19.013Z | Compiling hashbrown v0.15.1 |
1270 | 2025-02-24T21:01:19.343Z | Compiling num-traits v0.2.19 |
1271 | 2025-02-24T21:01:19.668Z | Compiling cexpr v0.6.0 |
1272 | 2025-02-24T21:01:19.755Z | Compiling pkg-config v0.3.31 |
1273 | 2025-02-24T21:01:20.259Z | Compiling synstructure v0.13.1 |
1274 | 2025-02-24T21:01:20.832Z | Compiling dunce v1.0.5 |
1275 | 2025-02-24T21:01:20.980Z | Compiling fs_extra v1.3.0 |
1276 | 2025-02-24T21:01:21.349Z | Compiling writeable v0.5.5 |
1277 | 2025-02-24T21:01:21.536Z | Compiling litemap v0.7.3 |
1278 | 2025-02-24T21:01:21.712Z | Compiling ring v0.17.11 |
1279 | 2025-02-24T21:01:21.898Z | Compiling paste v1.0.15 |
1280 | 2025-02-24T21:01:21.917Z | Compiling base64ct v1.6.0 |
1281 | 2025-02-24T21:01:22.566Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2025-02-24T21:01:22.679Z | Compiling aws-lc-rs v1.10.0 |
1283 | 2025-02-24T21:01:23.117Z | Compiling httparse v1.9.5 |
1284 | 2025-02-24T21:01:23.160Z | Compiling flagset v0.4.6 |
1285 | 2025-02-24T21:01:23.195Z | Compiling icu_locid_transform_data v1.5.0 |
1286 | 2025-02-24T21:01:23.372Z | Compiling tracing-core v0.1.32 |
1287 | 2025-02-24T21:01:23.845Z | Compiling crossbeam-utils v0.8.20 |
1288 | 2025-02-24T21:01:24.032Z | Compiling regex v1.11.1 |
1289 | 2025-02-24T21:01:24.377Z | Compiling icu_properties_data v1.5.0 |
1290 | 2025-02-24T21:01:24.399Z | Compiling percent-encoding v2.3.1 |
1291 | 2025-02-24T21:01:24.430Z | Compiling rustls-pki-types v1.10.0 |
1292 | 2025-02-24T21:01:24.692Z | Compiling utf16_iter v1.0.5 |
1293 | 2025-02-24T21:01:24.822Z | Compiling serde_derive v1.0.218 |
1294 | 2025-02-24T21:01:24.856Z | Compiling zeroize_derive v1.4.2 |
1295 | 2025-02-24T21:01:24.896Z | Compiling zerocopy-derive v0.7.35 |
1296 | 2025-02-24T21:01:25.332Z | Compiling tokio-macros v2.5.0 |
1297 | 2025-02-24T21:01:25.454Z | Compiling zerofrom-derive v0.1.4 |
1298 | 2025-02-24T21:01:26.246Z | Compiling zeroize v1.8.1 |
1299 | 2025-02-24T21:01:26.788Z | Compiling yoke-derive v0.7.4 |
1300 | 2025-02-24T21:01:26.852Z | Compiling zerocopy v0.7.35 |
1301 | 2025-02-24T21:01:27.486Z | Compiling futures-macro v0.3.31 |
1302 | 2025-02-24T21:01:27.860Z | Compiling crypto-common v0.1.6 |
1303 | 2025-02-24T21:01:28.070Z | Compiling block-buffer v0.10.4 |
1304 | 2025-02-24T21:01:28.122Z | Compiling zerovec-derive v0.10.3 |
1305 | 2025-02-24T21:01:28.337Z | Compiling digest v0.10.7 |
1306 | 2025-02-24T21:01:28.774Z | Compiling zerofrom v0.1.4 |
1307 | 2025-02-24T21:01:28.829Z | Compiling thiserror-impl v1.0.69 |
1308 | 2025-02-24T21:01:28.981Z | Compiling hmac v0.12.1 |
1309 | 2025-02-24T21:01:29.003Z | Compiling displaydoc v0.2.5 |
1310 | 2025-02-24T21:01:29.240Z | Compiling block-padding v0.3.3 |
1311 | 2025-02-24T21:01:29.323Z | Compiling yoke v0.7.4 |
1312 | 2025-02-24T21:01:29.353Z | Compiling futures-util v0.3.31 |
1313 | 2025-02-24T21:01:29.502Z | Compiling inout v0.1.3 |
1314 | 2025-02-24T21:01:29.687Z | Compiling ppv-lite86 v0.2.20 |
1315 | 2025-02-24T21:01:29.793Z | Compiling cipher v0.4.4 |
1316 | 2025-02-24T21:01:30.275Z | Compiling sha2 v0.10.8 |
1317 | 2025-02-24T21:01:30.441Z | Compiling icu_provider_macros v1.5.0 |
1318 | 2025-02-24T21:01:30.491Z | Compiling der_derive v0.7.3 |
1319 | 2025-02-24T21:01:30.656Z | Compiling zerovec v0.10.4 |
1320 | 2025-02-24T21:01:31.538Z | Compiling tracing-attributes v0.1.27 |
1321 | 2025-02-24T21:01:31.700Z | Compiling thiserror v1.0.69 |
1322 | 2025-02-24T21:01:31.856Z | Compiling pest v2.7.14 |
1323 | 2025-02-24T21:01:32.642Z | Compiling tinystr v0.7.6 |
1324 | 2025-02-24T21:01:32.743Z | Compiling der v0.7.9 |
1325 | 2025-02-24T21:01:32.993Z | Compiling icu_locid v1.5.0 |
1326 | 2025-02-24T21:01:33.578Z | Compiling icu_collections v1.5.0 |
1327 | 2025-02-24T21:01:33.779Z | Compiling salsa20 v0.10.2 |
1328 | 2025-02-24T21:01:34.006Z | Compiling pbkdf2 v0.12.2 |
1329 | 2025-02-24T21:01:34.200Z | Compiling icu_provider v1.5.0 |
1330 | 2025-02-24T21:01:34.754Z | Compiling tracing v0.1.40 |
1331 | 2025-02-24T21:01:34.790Z | Compiling spki v0.7.3 |
1332 | 2025-02-24T21:01:34.815Z | Compiling powerfmt v0.2.0 |
1333 | 2025-02-24T21:01:34.848Z | Compiling untrusted v0.9.0 |
1334 | 2025-02-24T21:01:34.975Z | Compiling icu_locid_transform v1.5.0 |
1335 | 2025-02-24T21:01:35.057Z | Compiling vcpkg v0.2.15 |
1336 | 2025-02-24T21:01:35.161Z | Compiling time-core v0.1.2 |
1337 | 2025-02-24T21:01:35.179Z | Compiling num-conv v0.1.0 |
1338 | 2025-02-24T21:01:35.203Z | Compiling untrusted v0.7.1 |
1339 | 2025-02-24T21:01:35.244Z | Compiling write16 v1.0.0 |
1340 | 2025-02-24T21:01:35.364Z | Compiling utf8_iter v1.0.4 |
1341 | 2025-02-24T21:01:35.437Z | Compiling icu_normalizer_data v1.5.0 |
1342 | 2025-02-24T21:01:35.458Z | Compiling mirai-annotations v1.12.0 |
1343 | 2025-02-24T21:01:35.524Z | Compiling time-macros v0.2.18 |
1344 | 2025-02-24T21:01:35.563Z | Compiling deranged v0.3.11 |
1345 | 2025-02-24T21:01:35.662Z | Compiling pest_meta v2.7.14 |
1346 | 2025-02-24T21:01:35.664Z | Compiling scrypt v0.11.0 |
1347 | 2025-02-24T21:01:36.215Z | Compiling rand_chacha v0.3.1 |
1348 | 2025-02-24T21:01:36.864Z | Compiling icu_properties v1.5.1 |
1349 | 2025-02-24T21:01:37.102Z | Compiling openssl-sys v0.9.106 |
1350 | 2025-02-24T21:01:37.374Z | Compiling bitflags v2.6.0 |
1351 | 2025-02-24T21:01:37.433Z | Compiling bytes v1.9.0 |
1352 | 2025-02-24T21:01:38.512Z | Compiling tokio v1.43.0 |
1353 | 2025-02-24T21:01:38.628Z | Compiling indexmap v2.7.1 |
1354 | 2025-02-24T21:01:38.648Z | Compiling semver v1.0.25 |
1355 | 2025-02-24T21:01:39.338Z | Compiling http v1.2.0 |
1356 | 2025-02-24T21:01:39.889Z | Compiling rustc_version v0.4.1 |
1357 | 2025-02-24T21:01:39.978Z | Compiling cbc v0.1.2 |
1358 | 2025-02-24T21:01:39.997Z | Compiling aes v0.8.4 |
1359 | 2025-02-24T21:01:40.232Z | Compiling scroll_derive v0.12.0 |
1360 | 2025-02-24T21:01:40.617Z | Compiling icu_normalizer v1.5.0 |
1361 | 2025-02-24T21:01:41.568Z | Compiling which v4.4.2 |
1362 | 2025-02-24T21:01:41.601Z | Compiling atomic-waker v1.1.2 |
1363 | 2025-02-24T21:01:41.717Z | Compiling num_threads v0.1.7 |
1364 | 2025-02-24T21:01:41.795Z | Compiling tinyvec_macros v0.1.1 |
1365 | 2025-02-24T21:01:41.864Z | Compiling time v0.3.36 |
1366 | 2025-02-24T21:01:41.899Z | Compiling tinyvec v1.8.0 |
1367 | 2025-02-24T21:01:42.227Z | Compiling scroll v0.12.0 |
1368 | 2025-02-24T21:01:42.401Z | Compiling idna_adapter v1.2.0 |
1369 | 2025-02-24T21:01:42.644Z | Compiling pkcs5 v0.7.1 |
1370 | 2025-02-24T21:01:42.664Z | Compiling http-body v1.0.1 |
1371 | 2025-02-24T21:01:42.842Z | Compiling pest_generator v2.7.14 |
1372 | 2025-02-24T21:01:42.863Z | Compiling rand v0.8.5 |
1373 | 2025-02-24T21:01:42.898Z | Compiling form_urlencoded v1.2.1 |
1374 | 2025-02-24T21:01:43.219Z | Compiling slog v2.7.0 |
1375 | 2025-02-24T21:01:43.349Z | Compiling getrandom v0.3.1 |
1376 | 2025-02-24T21:01:43.719Z | Compiling zerocopy v0.8.10 |
1377 | 2025-02-24T21:01:43.748Z | Compiling try-lock v0.2.5 |
1378 | 2025-02-24T21:01:43.931Z | Compiling want v0.3.1 |
1379 | 2025-02-24T21:01:44.179Z | Compiling goblin v0.8.2 |
1380 | 2025-02-24T21:01:44.223Z | Compiling pkcs8 v0.10.2 |
1381 | 2025-02-24T21:01:44.628Z | Compiling pest_derive v2.7.14 |
1382 | 2025-02-24T21:01:44.652Z | Compiling idna v1.0.3 |
1383 | 2025-02-24T21:01:44.877Z | Compiling uuid v1.12.0 |
1384 | 2025-02-24T21:01:44.901Z | Compiling zerocopy-derive v0.8.10 |
1385 | 2025-02-24T21:01:45.486Z | Compiling tower-service v0.3.3 |
1386 | 2025-02-24T21:01:45.635Z | Compiling iana-time-zone v0.1.61 |
1387 | 2025-02-24T21:01:46.040Z | Compiling httpdate v1.0.3 |
1388 | 2025-02-24T21:01:46.186Z | Compiling chrono v0.4.39 |
1389 | 2025-02-24T21:01:46.404Z | Compiling dtrace-parser v0.2.0 |
1390 | 2025-02-24T21:01:46.965Z | Compiling tokio-util v0.7.12 |
1391 | 2025-02-24T21:01:47.234Z | Compiling serde_tokenstream v0.2.2 |
1392 | 2025-02-24T21:01:47.844Z | Compiling serde_spanned v0.6.8 |
1393 | 2025-02-24T21:01:48.101Z | Compiling h2 v0.4.6 |
1394 | 2025-02-24T21:01:48.217Z | Compiling toml_datetime v0.6.8 |
1395 | 2025-02-24T21:01:48.241Z | Compiling match_cfg v0.1.0 |
1396 | 2025-02-24T21:01:48.351Z | Compiling adler2 v2.0.0 |
1397 | 2025-02-24T21:01:48.584Z | Compiling openssl v0.10.71 |
1398 | 2025-02-24T21:01:48.714Z | Compiling rustversion v1.0.17 |
1399 | 2025-02-24T21:01:49.033Z | Compiling base64 v0.22.1 |
1400 | 2025-02-24T21:01:49.419Z | Compiling foreign-types-shared v0.1.1 |
1401 | 2025-02-24T21:01:49.556Z | Compiling foreign-types v0.3.2 |
1402 | 2025-02-24T21:01:49.717Z | Compiling miniz_oxide v0.8.0 |
1403 | 2025-02-24T21:01:49.726Z | Compiling hostname v0.3.1 |
1404 | 2025-02-24T21:01:49.726Z | Compiling url v2.5.3 |
1405 | 2025-02-24T21:01:50.789Z | Compiling dof v0.3.0 |
1406 | 2025-02-24T21:01:51.112Z | Compiling rand_core v0.9.2 |
1407 | 2025-02-24T21:01:51.243Z | Compiling openssl-macros v0.1.1 |
1408 | 2025-02-24T21:01:51.510Z | Compiling async-trait v0.1.86 |
1409 | 2025-02-24T21:01:51.549Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2025-02-24T21:01:51.889Z | Compiling usdt-impl v0.5.0 |
1411 | 2025-02-24T21:01:51.997Z | Compiling dirs-sys-next v0.1.2 |
1412 | 2025-02-24T21:01:52.542Z | Compiling schemars v0.8.21 |
1413 | 2025-02-24T21:01:52.593Z | Compiling rustls v0.23.19 |
1414 | 2025-02-24T21:01:52.905Z | Compiling rustls v0.22.4 |
1415 | 2025-02-24T21:01:52.925Z | Compiling siphasher v0.3.11 |
1416 | 2025-02-24T21:01:53.212Z | Compiling syn v1.0.109 |
1417 | 2025-02-24T21:01:53.239Z | Compiling data-encoding v2.6.0 |
1418 | 2025-02-24T21:01:53.298Z | Compiling native-tls v0.2.12 |
1419 | 2025-02-24T21:01:53.511Z | Compiling dirs-next v2.0.0 |
1420 | 2025-02-24T21:01:53.719Z | Compiling rand_chacha v0.9.0 |
1421 | 2025-02-24T21:01:53.786Z | Compiling schemars_derive v0.8.21 |
1422 | 2025-02-24T21:01:53.937Z | Compiling unicode-normalization v0.1.24 |
1423 | 2025-02-24T21:01:55.036Z | Compiling http-body-util v0.1.2 |
1424 | 2025-02-24T21:01:55.135Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2025-02-24T21:01:55.154Z | Compiling heapless v0.7.17 |
1426 | 2025-02-24T21:01:55.571Z | Compiling hyper v1.5.2 |
1427 | 2025-02-24T21:01:55.667Z | Compiling sha1 v0.10.6 |
1428 | 2025-02-24T21:01:55.833Z | Compiling signature v2.2.0 |
1429 | 2025-02-24T21:01:55.836Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1430 | 2025-02-24T21:01:56.105Z | Compiling thread_local v1.1.8 |
1431 | 2025-02-24T21:01:56.183Z | Compiling multer v3.1.0 |
1432 | 2025-02-24T21:01:56.374Z | Compiling cookie v0.18.1 |
1433 | 2025-02-24T21:01:56.520Z | Compiling encoding_rs v0.8.34 |
1434 | 2025-02-24T21:01:56.617Z | Compiling rayon-core v1.12.1 |
1435 | 2025-02-24T21:01:56.718Z | Compiling mime v0.3.17 |
1436 | 2025-02-24T21:01:56.857Z | Compiling openssl-probe v0.1.5 |
1437 | 2025-02-24T21:01:56.886Z | Compiling slog-async v2.8.0 |
1438 | 2025-02-24T21:01:57.166Z | Compiling unicode-properties v0.1.3 |
1439 | 2025-02-24T21:01:57.265Z | Compiling dyn-clone v1.0.18 |
1440 | 2025-02-24T21:01:57.413Z | Compiling ipnet v2.10.1 |
1441 | 2025-02-24T21:01:57.489Z | Compiling gimli v0.31.1 |
1442 | 2025-02-24T21:01:57.582Z | Compiling signal-hook v0.3.17 |
1443 | 2025-02-24T21:01:57.885Z | Compiling hyper-util v0.1.10 |
1444 | 2025-02-24T21:01:58.138Z | Compiling unicode-bidi v0.3.17 |
1445 | 2025-02-24T21:01:58.482Z | Compiling toml_edit v0.22.22 |
1446 | 2025-02-24T21:01:59.154Z | Compiling stringprep v0.1.5 |
1447 | 2025-02-24T21:02:00.890Z | Compiling crossbeam-deque v0.8.5 |
1448 | 2025-02-24T21:02:00.946Z | Compiling rand v0.9.0 |
1449 | 2025-02-24T21:02:01.575Z | Compiling term v0.7.0 |
1450 | 2025-02-24T21:02:02.312Z | Compiling addr2line v0.24.2 |
1451 | 2025-02-24T21:02:02.409Z | Compiling usdt-macro v0.5.0 |
1452 | 2025-02-24T21:02:02.701Z | Compiling usdt-attr-macro v0.5.0 |
1453 | 2025-02-24T21:02:02.807Z | Compiling slog-json v2.6.1 |
1454 | 2025-02-24T21:02:02.835Z | Compiling serde_urlencoded v0.7.1 |
1455 | 2025-02-24T21:02:03.033Z | Compiling crossbeam-channel v0.5.13 |
1456 | 2025-02-24T21:02:03.171Z | Compiling curve25519-dalek v4.1.3 |
1457 | 2025-02-24T21:02:03.348Z | Compiling enum-as-inner v0.6.1 |
1458 | 2025-02-24T21:02:03.844Z | Compiling futures-executor v0.3.31 |
1459 | 2025-02-24T21:02:03.889Z | Compiling md-5 v0.10.6 |
1460 | 2025-02-24T21:02:04.033Z | Compiling rustls-pemfile v2.2.0 |
1461 | 2025-02-24T21:02:04.189Z | Compiling async-stream-impl v0.3.6 |
1462 | 2025-02-24T21:02:04.312Z | Compiling num-integer v0.1.46 |
1463 | 2025-02-24T21:02:04.343Z | Compiling hash32 v0.2.1 |
1464 | 2025-02-24T21:02:04.384Z | Compiling ff v0.13.0 |
1465 | 2025-02-24T21:02:04.405Z | Compiling is-terminal v0.4.13 |
1466 | 2025-02-24T21:02:04.554Z | Compiling object v0.36.5 |
1467 | 2025-02-24T21:02:04.635Z | Compiling memoffset v0.9.1 |
1468 | 2025-02-24T21:02:04.709Z | Compiling dropshot v0.12.0 |
1469 | 2025-02-24T21:02:04.987Z | Compiling utf-8 v0.7.6 |
1470 | 2025-02-24T21:02:05.015Z | Compiling take_mut v0.2.2 |
1471 | 2025-02-24T21:02:05.047Z | Compiling anyhow v1.0.96 |
1472 | 2025-02-24T21:02:05.185Z | Compiling rustc-demangle v0.1.24 |
1473 | 2025-02-24T21:02:05.351Z | Compiling fallible-iterator v0.2.0 |
1474 | 2025-02-24T21:02:05.409Z | Compiling base16ct v0.2.0 |
1475 | 2025-02-24T21:02:05.744Z | Compiling linked-hash-map v0.5.6 |
1476 | 2025-02-24T21:02:05.747Z | Compiling psl-types v2.0.11 |
1477 | 2025-02-24T21:02:05.747Z | Compiling portable-atomic v1.9.0 |
1478 | 2025-02-24T21:02:05.984Z | Compiling cfg_aliases v0.2.1 |
1479 | 2025-02-24T21:02:06.039Z | Compiling num-bigint-dig v0.8.4 |
1480 | 2025-02-24T21:02:06.083Z | Compiling quick-error v1.2.3 |
1481 | 2025-02-24T21:02:06.103Z | Compiling smoltcp v0.9.1 |
1482 | 2025-02-24T21:02:06.121Z | Compiling litrs v0.4.1 |
1483 | 2025-02-24T21:02:06.255Z | Compiling resolv-conf v0.7.0 |
1484 | 2025-02-24T21:02:06.394Z | Compiling nix v0.29.0 |
1485 | 2025-02-24T21:02:06.810Z | Compiling lru-cache v0.1.2 |
1486 | 2025-02-24T21:02:06.833Z | Compiling postgres-protocol v0.6.8 |
1487 | 2025-02-24T21:02:06.962Z | Compiling publicsuffix v2.3.0 |
1488 | 2025-02-24T21:02:07.206Z | Compiling document-features v0.2.10 |
1489 | 2025-02-24T21:02:07.255Z | Compiling sec1 v0.7.3 |
1490 | 2025-02-24T21:02:07.331Z | Compiling async-stream v0.3.6 |
1491 | 2025-02-24T21:02:07.432Z | Compiling tungstenite v0.24.0 |
1492 | 2025-02-24T21:02:08.039Z | Compiling num-iter v0.1.45 |
1493 | 2025-02-24T21:02:08.253Z | Compiling group v0.13.0 |
1494 | 2025-02-24T21:02:08.436Z | Compiling slog-term v2.9.1 |
1495 | 2025-02-24T21:02:08.605Z | Compiling usdt v0.5.0 |
1496 | 2025-02-24T21:02:08.646Z | Compiling hickory-proto v0.24.3 |
1497 | 2025-02-24T21:02:09.100Z | Compiling futures v0.3.31 |
1498 | 2025-02-24T21:02:09.232Z | Compiling slog-bunyan v2.5.0 |
1499 | 2025-02-24T21:02:09.416Z | Compiling toml v0.8.19 |
1500 | 2025-02-24T21:02:09.552Z | Compiling camino v1.1.9 |
1501 | 2025-02-24T21:02:10.498Z | Compiling tokio-native-tls v0.3.1 |
1502 | 2025-02-24T21:02:10.980Z | Compiling phf_shared v0.11.2 |
1503 | 2025-02-24T21:02:11.021Z | Compiling backtrace v0.3.74 |
1504 | 2025-02-24T21:02:11.363Z | Compiling dropshot_endpoint v0.12.0 |
1505 | 2025-02-24T21:02:11.439Z | Compiling waitgroup v0.1.2 |
1506 | 2025-02-24T21:02:11.576Z | Compiling terminal_size v0.4.0 |
1507 | 2025-02-24T21:02:11.656Z | Compiling openapiv3 v2.0.0 |
1508 | 2025-02-24T21:02:11.679Z | Compiling serde_path_to_error v0.1.16 |
1509 | 2025-02-24T21:02:11.796Z | Compiling hkdf v0.12.4 |
1510 | 2025-02-24T21:02:12.073Z | Compiling crypto-bigint v0.5.5 |
1511 | 2025-02-24T21:02:12.447Z | Compiling webpki-roots v0.26.6 |
1512 | 2025-02-24T21:02:12.689Z | Compiling zerocopy-derive v0.6.6 |
1513 | 2025-02-24T21:02:13.368Z | Compiling hubpack_derive v0.1.1 |
1514 | 2025-02-24T21:02:13.970Z | Compiling curve25519-dalek-derive v0.1.1 |
1515 | 2025-02-24T21:02:14.279Z | Compiling sync_wrapper v1.0.1 |
1516 | 2025-02-24T21:02:14.452Z | Compiling hostname v0.4.0 |
1517 | 2025-02-24T21:02:14.688Z | Compiling ahash v0.8.11 |
1518 | 2025-02-24T21:02:14.691Z | Compiling fs-err v2.11.0 |
1519 | 2025-02-24T21:02:15.053Z | Compiling crc32fast v1.4.2 |
1520 | 2025-02-24T21:02:15.056Z | Compiling bitflags v1.3.2 |
1521 | 2025-02-24T21:02:15.193Z | Compiling managed v0.8.0 |
1522 | 2025-02-24T21:02:15.418Z | Compiling newtype-uuid v1.2.1 |
1523 | 2025-02-24T21:02:15.443Z | Compiling unicode-width v0.2.0 |
1524 | 2025-02-24T21:02:15.644Z | Compiling debug-ignore v1.0.5 |
1525 | 2025-02-24T21:02:15.665Z | Compiling tower-layer v0.3.3 |
1526 | 2025-02-24T21:02:15.728Z | Compiling winnow v0.5.40 |
1527 | 2025-02-24T21:02:15.782Z | Compiling clap_builder v4.5.30 |
1528 | 2025-02-24T21:02:15.817Z | Compiling strum_macros v0.25.3 |
1529 | 2025-02-24T21:02:15.979Z | Compiling tower v0.5.2 |
1530 | 2025-02-24T21:02:15.982Z | Compiling console v0.15.10 |
1531 | 2025-02-24T21:02:17.865Z | Compiling flate2 v1.0.35 |
1532 | 2025-02-24T21:02:18.365Z | Compiling elliptic-curve v0.13.8 |
1533 | 2025-02-24T21:02:18.753Z | Compiling zerocopy v0.6.6 |
1534 | 2025-02-24T21:02:18.867Z | Compiling hickory-resolver v0.24.3 |
1535 | 2025-02-24T21:02:19.196Z | Compiling toml_edit v0.19.15 |
1536 | 2025-02-24T21:02:19.217Z | Compiling hubpack v0.1.2 |
1537 | 2025-02-24T21:02:19.498Z | Compiling phf v0.11.2 |
1538 | 2025-02-24T21:02:19.649Z | Compiling signal-hook-mio v0.2.4 |
1539 | 2025-02-24T21:02:19.783Z | Compiling cookie_store v0.21.1 |
1540 | 2025-02-24T21:02:19.835Z | Compiling hyper-tls v0.6.0 |
1541 | 2025-02-24T21:02:20.259Z | Compiling rayon v1.10.0 |
1542 | 2025-02-24T21:02:20.279Z | Compiling bzip2 v0.4.4 |
1543 | 2025-02-24T21:02:20.702Z | Compiling tokio-tungstenite v0.24.0 |
1544 | 2025-02-24T21:02:21.430Z | Compiling postgres-types v0.2.8 |
1545 | 2025-02-24T21:02:23.798Z | Compiling ed25519 v2.2.3 |
1546 | 2025-02-24T21:02:24.051Z | Compiling phf_shared v0.10.0 |
1547 | 2025-02-24T21:02:24.453Z | Compiling tokio-stream v0.1.16 |
1548 | 2025-02-24T21:02:24.569Z | Compiling pkcs1 v0.7.5 |
1549 | 2025-02-24T21:02:24.658Z | Compiling serde-big-array v0.5.1 |
1550 | 2025-02-24T21:02:24.915Z | Compiling clap_derive v4.5.28 |
1551 | 2025-02-24T21:02:25.388Z | Compiling rfc6979 v0.4.0 |
1552 | 2025-02-24T21:02:25.413Z | Compiling serde_repr v0.1.19 |
1553 | 2025-02-24T21:02:25.521Z | Compiling derive-where v1.2.7 |
1554 | 2025-02-24T21:02:25.582Z | Compiling bstr v1.10.0 |
1555 | 2025-02-24T21:02:25.655Z | Compiling float-cmp v0.10.0 |
1556 | 2025-02-24T21:02:25.913Z | Compiling whoami v1.5.2 |
1557 | 2025-02-24T21:02:26.400Z | Compiling normalize-line-endings v0.3.0 |
1558 | 2025-02-24T21:02:26.472Z | Compiling predicates-core v1.0.8 |
1559 | 2025-02-24T21:02:26.551Z | Compiling difflib v0.4.0 |
1560 | 2025-02-24T21:02:26.579Z | Compiling bit-vec v0.6.3 |
1561 | 2025-02-24T21:02:26.807Z | Compiling fixedbitset v0.4.2 |
1562 | 2025-02-24T21:02:27.014Z | Compiling new_debug_unreachable v1.0.6 |
1563 | 2025-02-24T21:02:27.111Z | Compiling number_prefix v0.4.0 |
1564 | 2025-02-24T21:02:27.133Z | Compiling unicode-segmentation v1.12.0 |
1565 | 2025-02-24T21:02:27.240Z | Compiling static_assertions v1.1.0 |
1566 | 2025-02-24T21:02:27.349Z | Compiling precomputed-hash v0.1.1 |
1567 | 2025-02-24T21:02:27.366Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1568 | 2025-02-24T21:02:27.487Z | Compiling string_cache v0.8.7 |
1569 | 2025-02-24T21:02:27.915Z | Compiling similar v2.6.0 |
1570 | 2025-02-24T21:02:27.939Z | Compiling indicatif v0.17.11 |
1571 | 2025-02-24T21:02:28.019Z | Compiling petgraph v0.6.5 |
1572 | 2025-02-24T21:02:28.681Z | Compiling predicates v3.1.3 |
1573 | 2025-02-24T21:02:29.534Z | Compiling clap v4.5.30 |
1574 | 2025-02-24T21:02:29.667Z | Compiling bit-set v0.5.3 |
1575 | 2025-02-24T21:02:29.912Z | Compiling tokio-postgres v0.7.12 |
1576 | 2025-02-24T21:02:29.963Z | Compiling ecdsa v0.16.9 |
1577 | 2025-02-24T21:02:30.013Z | Compiling rsa v0.9.6 |
1578 | 2025-02-24T21:02:30.206Z | Compiling ed25519-dalek v2.1.1 |
1579 | 2025-02-24T21:02:31.563Z | Compiling toml v0.7.8 |
1580 | 2025-02-24T21:02:31.774Z | Compiling zip v0.6.6 |
1581 | 2025-02-24T21:02:32.854Z | Compiling crossterm v0.28.1 |
1582 | 2025-02-24T21:02:33.718Z | Compiling hex v0.4.3 |
1583 | 2025-02-24T21:02:33.854Z | Compiling x509-cert v0.2.5 |
1584 | 2025-02-24T21:02:33.966Z | Compiling itertools v0.14.0 |
1585 | 2025-02-24T21:02:34.317Z | Compiling itertools v0.10.5 |
1586 | 2025-02-24T21:02:35.533Z | Compiling lalrpop-util v0.19.12 |
1587 | 2025-02-24T21:02:35.647Z | Compiling peg-runtime v0.8.3 |
1588 | 2025-02-24T21:02:35.894Z | Compiling unicode-xid v0.2.6 |
1589 | 2025-02-24T21:02:36.107Z | Compiling strum_macros v0.26.4 |
1590 | 2025-02-24T21:02:36.182Z | Compiling xattr v1.3.1 |
1591 | 2025-02-24T21:02:36.227Z | Compiling filetime v0.2.25 |
1592 | 2025-02-24T21:02:36.465Z | Compiling tar v0.4.42 |
1593 | 2025-02-24T21:02:40.730Z | Compiling strum v0.26.3 |
1594 | 2025-02-24T21:02:43.051Z | Compiling aws-lc-sys v0.22.0 |
1595 | 2025-02-24T21:03:11.619Z | Compiling rustls-webpki v0.102.8 |
1596 | 2025-02-24T21:03:15.098Z | Compiling tokio-rustls v0.25.0 |
1597 | 2025-02-24T21:03:16.711Z | Compiling tokio-rustls v0.26.0 |
1598 | 2025-02-24T21:03:16.969Z | Compiling hyper-rustls v0.27.3 |
1599 | 2025-02-24T21:03:17.254Z | Compiling reqwest v0.12.12 |
1600 | 2025-02-24T21:03:18.951Z | Compiling qorb v0.2.1 |
1601 | 2025-02-24T21:03:22.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2025-02-24T21:03:22.304Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2025-02-24T21:03:26.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1604 | 2025-02-24T21:03:27.133Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1605 | 2025-02-24T21:03:27.187Z | Feb 24 21:03:26.855 INFO Starting download, target: Clickhouse |
1606 | 2025-02-24T21:03:27.187Z | Feb 24 21:03:26.856 INFO Starting download, target: Console |
1607 | 2025-02-24T21:03:27.187Z | Feb 24 21:03:26.856 INFO Starting download, target: Cockroach |
1608 | 2025-02-24T21:03:27.187Z | Feb 24 21:03:26.856 INFO Starting download, target: DendriteOpenapi |
1609 | 2025-02-24T21:03:27.188Z | Feb 24 21:03:26.856 INFO Starting download, target: DendriteStub |
1610 | 2025-02-24T21:03:27.188Z | Feb 24 21:03:26.856 INFO Starting download, target: MaghemiteMgd |
1611 | 2025-02-24T21:03:27.188Z | Feb 24 21:03:26.856 INFO Starting download, target: TransceiverControl |
1612 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1613 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1614 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1615 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1616 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1617 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1618 | 2025-02-24T21:03:27.191Z | Feb 24 21:03:26.857 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1619 | 2025-02-24T21:03:27.375Z | Feb 24 21:03:27.038 INFO Download complete, target: DendriteOpenapi |
1620 | 2025-02-24T21:03:27.477Z | Feb 24 21:03:27.131 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1621 | 2025-02-24T21:03:27.851Z | Feb 24 21:03:27.478 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1622 | 2025-02-24T21:03:28.009Z | Feb 24 21:03:27.658 INFO Download complete, target: TransceiverControl |
1623 | 2025-02-24T21:03:28.105Z | Feb 24 21:03:27.757 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1624 | 2025-02-24T21:03:28.166Z | Feb 24 21:03:27.827 INFO Download complete, target: Console |
1625 | 2025-02-24T21:03:28.409Z | Feb 24 21:03:28.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1626 | 2025-02-24T21:03:28.900Z | Feb 24 21:03:28.568 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1627 | 2025-02-24T21:03:28.900Z | Feb 24 21:03:28.568 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1628 | 2025-02-24T21:03:29.332Z | Feb 24 21:03:29.000 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1629 | 2025-02-24T21:03:31.019Z | Feb 24 21:03:30.687 INFO Download complete, target: DendriteStub |
1630 | 2025-02-24T21:03:31.454Z | Feb 24 21:03:31.122 INFO Download complete, target: MaghemiteMgd |
1631 | 2025-02-24T21:03:36.500Z | Feb 24 21:03:36.163 INFO Checking that binary works, target: Cockroach |
1632 | 2025-02-24T21:03:36.657Z | Feb 24 21:03:36.325 INFO Download complete, target: Cockroach |
1633 | 2025-02-24T21:03:41.920Z | Feb 24 21:03:41.588 INFO Checking that binary works, target: Clickhouse |
1634 | 2025-02-24T21:03:42.031Z | Feb 24 21:03:41.698 INFO Download complete, target: Clickhouse |
1635 | 2025-02-24T21:03:42.052Z | All builder prerequisites installed successfully, and PATH looks valid |
1636 | 2025-02-24T21:03:42.057Z | |
1637 | 2025-02-24T21:03:42.057Z | real 5:22.376303749 |
1638 | 2025-02-24T21:03:42.057Z | user 15:55.615188173 |
1639 | 2025-02-24T21:03:42.057Z | sys 2:11.253979441 |
1640 | 2025-02-24T21:03:42.057Z | trap 0.580518938 |
1641 | 2025-02-24T21:03:42.057Z | tflt 4.179165383 |
1642 | 2025-02-24T21:03:42.057Z | dflt 2.588785495 |
1643 | 2025-02-24T21:03:42.057Z | kflt 0.024765516 |
1644 | 2025-02-24T21:03:42.057Z | lock 24:46.934931078 |
1645 | 2025-02-24T21:03:42.057Z | slp 57:47.109681432 |
1646 | 2025-02-24T21:03:42.057Z | lat 59.513968116 |
1647 | 2025-02-24T21:03:42.057Z | stop 2:24.736573538 |
1648 | 2025-02-24T21:03:42.057Z | + banner clippy |
1649 | 2025-02-24T21:03:42.057Z | |
1650 | 2025-02-24T21:03:42.057Z | #### # # ##### ##### # # |
1651 | 2025-02-24T21:03:42.057Z | # # # # # # # # # # |
1652 | 2025-02-24T21:03:42.057Z | # # # # # # # # |
1653 | 2025-02-24T21:03:42.057Z | # # # ##### ##### # |
1654 | 2025-02-24T21:03:42.057Z | # # # # # # # |
1655 | 2025-02-24T21:03:42.057Z | #### ###### # # # # |
1656 | 2025-02-24T21:03:42.057Z | |
1657 | 2025-02-24T21:03:42.058Z | + export CARGO_INCREMENTAL=0 |
1658 | 2025-02-24T21:03:42.058Z | + CARGO_INCREMENTAL=0 |
1659 | 2025-02-24T21:03:42.058Z | + ptime -m cargo xtask clippy |
1660 | 2025-02-24T21:03:42.672Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1661 | 2025-02-24T21:03:45.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
1662 | 2025-02-24T21:03:45.663Z | Running `target/debug/xtask clippy` |
1663 | 2025-02-24T21:03:45.685Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1664 | 2025-02-24T21:03:46.425Z | Downloading crates ... |
1665 | 2025-02-24T21:03:46.741Z | Downloaded assert-json-diff v2.0.2 |
1666 | 2025-02-24T21:03:46.747Z | Downloaded assert_cmd v2.0.16 |
1667 | 2025-02-24T21:03:46.750Z | Downloaded cast v0.3.0 |
1668 | 2025-02-24T21:03:46.752Z | Downloaded approx v0.5.1 |
1669 | 2025-02-24T21:03:46.752Z | Downloaded anes v0.1.6 |
1670 | 2025-02-24T21:03:46.756Z | Downloaded async-object-pool v0.1.5 |
1671 | 2025-02-24T21:03:46.763Z | Downloaded doc-comment v0.3.3 |
1672 | 2025-02-24T21:03:46.767Z | Downloaded plotters-svg v0.3.7 |
1673 | 2025-02-24T21:03:46.772Z | Downloaded nested v0.1.1 |
1674 | 2025-02-24T21:03:46.776Z | Downloaded escape8259 v0.5.3 |
1675 | 2025-02-24T21:03:46.801Z | Downloaded target-triple v0.1.3 |
1676 | 2025-02-24T21:03:46.803Z | Downloaded kv-log-macro v1.0.7 |
1677 | 2025-02-24T21:03:46.803Z | Downloaded event-listener-strategy v0.5.2 |
1678 | 2025-02-24T21:03:46.803Z | Downloaded event-listener v2.5.3 |
1679 | 2025-02-24T21:03:46.807Z | Downloaded guppy-workspace-hack v0.1.0 |
1680 | 2025-02-24T21:03:46.810Z | Downloaded datatest-stable v0.2.9 |
1681 | 2025-02-24T21:03:46.812Z | Downloaded async-global-executor v2.4.1 |
1682 | 2025-02-24T21:03:46.814Z | Downloaded async-channel v2.3.1 |
1683 | 2025-02-24T21:03:46.818Z | Downloaded plotters-backend v0.3.7 |
1684 | 2025-02-24T21:03:46.820Z | Downloaded similar-asserts v1.6.1 |
1685 | 2025-02-24T21:03:46.822Z | Downloaded pathdiff v0.2.3 |
1686 | 2025-02-24T21:03:46.822Z | Downloaded event-listener v5.3.1 |
1687 | 2025-02-24T21:03:46.825Z | Downloaded blocking v1.6.1 |
1688 | 2025-02-24T21:03:46.825Z | Downloaded parking v2.2.1 |
1689 | 2025-02-24T21:03:46.829Z | Downloaded async-signal v0.2.10 |
1690 | 2025-02-24T21:03:46.832Z | Downloaded serde_regex v1.1.0 |
1691 | 2025-02-24T21:03:46.832Z | Downloaded oorandom v11.1.4 |
1692 | 2025-02-24T21:03:46.832Z | Downloaded concurrent-queue v2.5.0 |
1693 | 2025-02-24T21:03:46.836Z | Downloaded async-executor v1.13.1 |
1694 | 2025-02-24T21:03:46.836Z | Downloaded async-channel v1.9.0 |
1695 | 2025-02-24T21:03:46.836Z | Downloaded criterion-plot v0.5.0 |
1696 | 2025-02-24T21:03:46.840Z | Downloaded stringmetrics v2.2.2 |
1697 | 2025-02-24T21:03:46.840Z | Downloaded async-attributes v1.1.2 |
1698 | 2025-02-24T21:03:46.842Z | Downloaded proc-macro-crate v3.2.0 |
1699 | 2025-02-24T21:03:46.842Z | Downloaded piper v0.2.4 |
1700 | 2025-02-24T21:03:46.845Z | Downloaded num_cpus v1.16.0 |
1701 | 2025-02-24T21:03:46.850Z | Downloaded path-tree v0.8.1 |
1702 | 2025-02-24T21:03:46.850Z | Downloaded hyper-rustls v0.26.0 |
1703 | 2025-02-24T21:03:46.850Z | Downloaded futures-timer v3.0.3 |
1704 | 2025-02-24T21:03:46.853Z | Downloaded fixedbitset v0.5.7 |
1705 | 2025-02-24T21:03:46.853Z | Downloaded target-spec v3.4.2 |
1706 | 2025-02-24T21:03:46.857Z | Downloaded tinytemplate v1.2.1 |
1707 | 2025-02-24T21:03:46.857Z | Downloaded async-lock v3.4.0 |
1708 | 2025-02-24T21:03:46.860Z | Downloaded target-lexicon v0.13.2 |
1709 | 2025-02-24T21:03:46.864Z | Downloaded rustls-native-certs v0.7.3 |
1710 | 2025-02-24T21:03:46.866Z | Downloaded threadpool v1.8.1 |
1711 | 2025-02-24T21:03:46.866Z | Downloaded async-task v4.7.1 |
1712 | 2025-02-24T21:03:46.869Z | Downloaded rstest v0.23.0 |
1713 | 2025-02-24T21:03:46.872Z | Downloaded async-io v2.3.4 |
1714 | 2025-02-24T21:03:46.875Z | Downloaded partial-io v0.5.4 |
1715 | 2025-02-24T21:03:46.877Z | Downloaded futures-lite v2.3.0 |
1716 | 2025-02-24T21:03:46.880Z | Downloaded relative-path v1.9.3 |
1717 | 2025-02-24T21:03:46.882Z | Downloaded cfg-expr v0.18.0 |
1718 | 2025-02-24T21:03:46.884Z | Downloaded libtest-mimic v0.7.3 |
1719 | 2025-02-24T21:03:46.901Z | Downloaded blake2b_simd v1.0.2 |
1720 | 2025-02-24T21:03:46.901Z | Downloaded rust-argon2 v2.1.0 |
1721 | 2025-02-24T21:03:46.901Z | Downloaded trybuild v1.0.101 |
1722 | 2025-02-24T21:03:46.901Z | Downloaded rstest_macros v0.23.0 |
1723 | 2025-02-24T21:03:46.901Z | Downloaded pretty_assertions v1.4.1 |
1724 | 2025-02-24T21:03:46.901Z | Downloaded rand_distr v0.4.3 |
1725 | 2025-02-24T21:03:46.904Z | Downloaded polling v3.7.3 |
1726 | 2025-02-24T21:03:46.906Z | Downloaded yansi v1.0.1 |
1727 | 2025-02-24T21:03:46.910Z | Downloaded fancy-regex v0.13.0 |
1728 | 2025-02-24T21:03:46.912Z | Downloaded criterion v0.5.1 |
1729 | 2025-02-24T21:03:46.918Z | Downloaded httptest v0.16.3 |
1730 | 2025-02-24T21:03:46.921Z | Downloaded guppy v0.17.17 |
1731 | 2025-02-24T21:03:46.927Z | Downloaded plotters v0.3.7 |
1732 | 2025-02-24T21:03:46.936Z | Downloaded async-process v2.3.0 |
1733 | 2025-02-24T21:03:46.939Z | Downloaded cargo_metadata v0.19.1 |
1734 | 2025-02-24T21:03:46.944Z | Downloaded async-std v1.13.0 |
1735 | 2025-02-24T21:03:47.024Z | Downloaded petgraph v0.7.1 |
1736 | 2025-02-24T21:03:47.078Z | Downloaded httpmock v0.8.0-alpha.1 |
1737 | 2025-02-24T21:03:47.907Z | Checking cfg-if v1.0.0 |
1738 | 2025-02-24T21:03:47.988Z | Checking libc v0.2.170 |
1739 | 2025-02-24T21:03:48.011Z | Checking serde v1.0.218 |
1740 | 2025-02-24T21:03:48.034Z | Checking memchr v2.7.4 |
1741 | 2025-02-24T21:03:48.062Z | Checking value-bag v1.9.0 |
1742 | 2025-02-24T21:03:48.092Z | Checking itoa v1.0.11 |
1743 | 2025-02-24T21:03:48.114Z | Checking zeroize v1.8.1 |
1744 | 2025-02-24T21:03:48.145Z | Checking smallvec v1.14.0 |
1745 | 2025-02-24T21:03:48.174Z | Checking scopeguard v1.2.0 |
1746 | 2025-02-24T21:03:48.319Z | Checking byteorder v1.5.0 |
1747 | 2025-02-24T21:03:48.354Z | Checking lock_api v0.4.12 |
1748 | 2025-02-24T21:03:48.406Z | Checking once_cell v1.20.3 |
1749 | 2025-02-24T21:03:48.451Z | Checking log v0.4.22 |
1750 | 2025-02-24T21:03:48.539Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-02-24T21:03:48.647Z | Checking subtle v2.6.1 |
1752 | 2025-02-24T21:03:48.722Z | Checking libm v0.2.8 |
1753 | 2025-02-24T21:03:48.750Z | Checking typenum v1.17.0 |
1754 | 2025-02-24T21:03:48.779Z | Checking ryu v1.0.18 |
1755 | 2025-02-24T21:03:48.864Z | Checking futures-core v0.3.31 |
1756 | 2025-02-24T21:03:48.913Z | Checking zerocopy v0.7.35 |
1757 | 2025-02-24T21:03:48.955Z | Checking thiserror v1.0.69 |
1758 | 2025-02-24T21:03:49.027Z | Checking getrandom v0.2.15 |
1759 | 2025-02-24T21:03:49.045Z | Checking signal-hook-registry v1.4.2 |
1760 | 2025-02-24T21:03:49.074Z | Checking parking_lot_core v0.9.10 |
1761 | 2025-02-24T21:03:49.104Z | Checking mio v1.0.2 |
1762 | 2025-02-24T21:03:49.275Z | Checking rand_core v0.6.4 |
1763 | 2025-02-24T21:03:49.331Z | Checking socket2 v0.5.8 |
1764 | 2025-02-24T21:03:49.435Z | Checking parking_lot v0.12.3 |
1765 | 2025-02-24T21:03:49.629Z | Checking num-traits v0.2.19 |
1766 | 2025-02-24T21:03:49.657Z | Checking allocator-api2 v0.2.18 |
1767 | 2025-02-24T21:03:49.723Z | Checking const-oid v0.9.6 |
1768 | 2025-02-24T21:03:49.782Z | Checking futures-io v0.3.31 |
1769 | 2025-02-24T21:03:49.815Z | Checking slab v0.4.9 |
1770 | 2025-02-24T21:03:49.864Z | Checking generic-array v0.14.7 |
1771 | 2025-02-24T21:03:50.002Z | Checking futures-sink v0.3.31 |
1772 | 2025-02-24T21:03:50.106Z | Checking cpufeatures v0.2.14 |
1773 | 2025-02-24T21:03:50.155Z | Checking foldhash v0.1.3 |
1774 | 2025-02-24T21:03:50.172Z | Checking iana-time-zone v0.1.61 |
1775 | 2025-02-24T21:03:50.243Z | Checking equivalent v1.0.1 |
1776 | 2025-02-24T21:03:50.267Z | Checking pin-utils v0.1.0 |
1777 | 2025-02-24T21:03:50.363Z | Checking futures-channel v0.3.31 |
1778 | 2025-02-24T21:03:50.385Z | Checking futures-task v0.3.31 |
1779 | 2025-02-24T21:03:50.402Z | Checking fnv v1.0.7 |
1780 | 2025-02-24T21:03:50.454Z | Checking hashbrown v0.15.1 |
1781 | 2025-02-24T21:03:50.553Z | Checking stable_deref_trait v1.2.0 |
1782 | 2025-02-24T21:03:50.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1783 | 2025-02-24T21:03:50.734Z | Checking dyn-clone v1.0.18 |
1784 | 2025-02-24T21:03:50.795Z | Checking futures-util v0.3.31 |
1785 | 2025-02-24T21:03:50.868Z | Checking errno v0.3.9 |
1786 | 2025-02-24T21:03:50.897Z | Checking crypto-common v0.1.6 |
1787 | 2025-02-24T21:03:51.037Z | Checking block-buffer v0.10.4 |
1788 | 2025-02-24T21:03:51.103Z | Checking tracing-core v0.1.32 |
1789 | 2025-02-24T21:03:51.123Z | Checking ppv-lite86 v0.2.20 |
1790 | 2025-02-24T21:03:51.168Z | Checking zerofrom v0.1.4 |
1791 | 2025-02-24T21:03:51.273Z | Checking crossbeam-utils v0.8.20 |
1792 | 2025-02-24T21:03:51.433Z | Checking yoke v0.7.4 |
1793 | 2025-02-24T21:03:51.523Z | Checking percent-encoding v2.3.1 |
1794 | 2025-02-24T21:03:51.585Z | Checking digest v0.10.7 |
1795 | 2025-02-24T21:03:51.788Z | Checking litemap v0.7.3 |
1796 | 2025-02-24T21:03:51.816Z | Checking zerovec v0.10.4 |
1797 | 2025-02-24T21:03:51.849Z | Checking tracing v0.1.40 |
1798 | 2025-02-24T21:03:51.923Z | Checking rand_chacha v0.3.1 |
1799 | 2025-02-24T21:03:52.005Z | Checking writeable v0.5.5 |
1800 | 2025-02-24T21:03:52.069Z | Checking block-padding v0.3.3 |
1801 | 2025-02-24T21:03:52.102Z | Checking httparse v1.9.5 |
1802 | 2025-02-24T21:03:52.207Z | Checking icu_locid_transform_data v1.5.0 |
1803 | 2025-02-24T21:03:52.241Z | Checking inout v0.1.3 |
1804 | 2025-02-24T21:03:52.300Z | Checking rand v0.8.5 |
1805 | 2025-02-24T21:03:52.343Z | Checking regex-syntax v0.8.5 |
1806 | 2025-02-24T21:03:52.445Z | Checking atomic-waker v1.1.2 |
1807 | 2025-02-24T21:03:52.459Z | Checking bytes v1.9.0 |
1808 | 2025-02-24T21:03:52.470Z | Checking bitflags v2.6.0 |
1809 | 2025-02-24T21:03:52.544Z | Checking serde_json v1.0.139 |
1810 | 2025-02-24T21:03:52.563Z | Checking chrono v0.4.39 |
1811 | 2025-02-24T21:03:52.791Z | Checking uuid v1.12.0 |
1812 | 2025-02-24T21:03:53.247Z | Checking tokio v1.43.0 |
1813 | 2025-02-24T21:03:53.416Z | Checking semver v1.0.25 |
1814 | 2025-02-24T21:03:53.434Z | Checking indexmap v2.7.1 |
1815 | 2025-02-24T21:03:53.605Z | Checking rustix v0.38.37 |
1816 | 2025-02-24T21:03:57.905Z | Checking http v1.2.0 |
1817 | 2025-02-24T21:03:57.954Z | Checking tinystr v0.7.6 |
1818 | 2025-02-24T21:03:57.954Z | Checking icu_locid v1.5.0 |
1819 | 2025-02-24T21:03:57.954Z | Checking schemars v0.8.21 |
1820 | 2025-02-24T21:03:57.954Z | Checking icu_collections v1.5.0 |
1821 | 2025-02-24T21:03:57.954Z | Checking cipher v0.4.4 |
1822 | 2025-02-24T21:03:57.954Z | Checking form_urlencoded v1.2.1 |
1823 | 2025-02-24T21:03:57.954Z | Checking icu_properties_data v1.5.0 |
1824 | 2025-02-24T21:03:57.954Z | Checking icu_provider v1.5.0 |
1825 | 2025-02-24T21:03:57.954Z | Checking unicode-ident v1.0.14 |
1826 | 2025-02-24T21:03:57.954Z | Checking powerfmt v0.2.0 |
1827 | 2025-02-24T21:03:57.954Z | Checking untrusted v0.9.0 |
1828 | 2025-02-24T21:03:57.954Z | Checking aho-corasick v1.1.3 |
1829 | 2025-02-24T21:03:57.954Z | Checking proc-macro2 v1.0.93 |
1830 | 2025-02-24T21:03:57.954Z | Checking ring v0.17.11 |
1831 | 2025-02-24T21:03:57.954Z | Checking deranged v0.3.11 |
1832 | 2025-02-24T21:03:57.954Z | Checking icu_locid_transform v1.5.0 |
1833 | 2025-02-24T21:03:57.954Z | Checking spin v0.9.8 |
1834 | 2025-02-24T21:03:57.954Z | Checking icu_normalizer_data v1.5.0 |
1835 | 2025-02-24T21:03:58.069Z | Checking num-conv v0.1.0 |
1836 | 2025-02-24T21:03:58.069Z | Checking num_threads v0.1.7 |
1837 | 2025-02-24T21:03:58.069Z | Checking utf16_iter v1.0.5 |
1838 | 2025-02-24T21:03:58.069Z | Checking write16 v1.0.0 |
1839 | 2025-02-24T21:03:58.069Z | Checking utf8_iter v1.0.4 |
1840 | 2025-02-24T21:03:58.069Z | Checking time-core v0.1.2 |
1841 | 2025-02-24T21:03:58.069Z | Checking quote v1.0.38 |
1842 | 2025-02-24T21:03:58.069Z | Checking base64ct v1.6.0 |
1843 | 2025-02-24T21:03:58.069Z | Checking hmac v0.12.1 |
1844 | 2025-02-24T21:03:58.069Z | Checking icu_properties v1.5.1 |
1845 | 2025-02-24T21:03:58.069Z | Checking time v0.3.36 |
1846 | 2025-02-24T21:03:58.069Z | Checking syn v2.0.96 |
1847 | 2025-02-24T21:03:58.069Z | Checking sha2 v0.10.8 |
1848 | 2025-02-24T21:03:58.069Z | Checking regex-automata v0.4.8 |
1849 | 2025-02-24T21:03:58.069Z | Checking rustls-pki-types v1.10.0 |
1850 | 2025-02-24T21:03:58.069Z | Checking adler2 v2.0.0 |
1851 | 2025-02-24T21:03:58.095Z | Checking http-body v1.0.1 |
1852 | 2025-02-24T21:03:58.139Z | Checking aws-lc-sys v0.22.0 |
1853 | 2025-02-24T21:03:58.177Z | Checking miniz_oxide v0.8.0 |
1854 | 2025-02-24T21:03:58.288Z | Checking try-lock v0.2.5 |
1855 | 2025-02-24T21:03:58.471Z | Checking mirai-annotations v1.12.0 |
1856 | 2025-02-24T21:03:58.684Z | Checking untrusted v0.7.1 |
1857 | 2025-02-24T21:03:58.877Z | Checking base64 v0.22.1 |
1858 | 2025-02-24T21:03:58.905Z | Checking httpdate v1.0.3 |
1859 | 2025-02-24T21:03:59.199Z | Checking want v0.3.1 |
1860 | 2025-02-24T21:03:59.407Z | Checking ahash v0.8.11 |
1861 | 2025-02-24T21:03:59.431Z | Checking pem-rfc7468 v0.7.0 |
1862 | 2025-02-24T21:03:59.741Z | Checking tower-service v0.3.3 |
1863 | 2025-02-24T21:03:59.775Z | Checking slog v2.7.0 |
1864 | 2025-02-24T21:03:59.892Z | Checking flagset v0.4.6 |
1865 | 2025-02-24T21:03:59.895Z | Checking mime v0.3.17 |
1866 | 2025-02-24T21:04:00.127Z | Checking der v0.7.9 |
1867 | 2025-02-24T21:04:00.174Z | Checking tokio-util v0.7.12 |
1868 | 2025-02-24T21:04:00.233Z | Checking pbkdf2 v0.12.2 |
1869 | 2025-02-24T21:04:00.256Z | Checking aes v0.8.4 |
1870 | 2025-02-24T21:04:00.284Z | Checking aws-lc-rs v1.10.0 |
1871 | 2025-02-24T21:04:00.370Z | Checking icu_normalizer v1.5.0 |
1872 | 2025-02-24T21:04:00.407Z | Checking utf8parse v0.2.2 |
1873 | 2025-02-24T21:04:00.578Z | Checking gimli v0.31.1 |
1874 | 2025-02-24T21:04:01.052Z | Checking h2 v0.4.6 |
1875 | 2025-02-24T21:04:01.156Z | Checking http-body-util v0.1.2 |
1876 | 2025-02-24T21:04:01.188Z | Checking idna_adapter v1.2.0 |
1877 | 2025-02-24T21:04:01.412Z | Checking idna v1.0.3 |
1878 | 2025-02-24T21:04:01.627Z | Checking salsa20 v0.10.2 |
1879 | 2025-02-24T21:04:01.853Z | Checking cbc v0.1.2 |
1880 | 2025-02-24T21:04:01.856Z | Checking regex v1.11.1 |
1881 | 2025-02-24T21:04:01.906Z | Checking url v2.5.3 |
1882 | 2025-02-24T21:04:01.935Z | Checking spki v0.7.3 |
1883 | 2025-02-24T21:04:02.069Z | Checking rustls-webpki v0.102.8 |
1884 | 2025-02-24T21:04:02.071Z | Checking object v0.36.5 |
1885 | 2025-02-24T21:04:02.254Z | Checking rustc-demangle v0.1.24 |
1886 | 2025-02-24T21:04:02.470Z | Checking scrypt v0.11.0 |
1887 | 2025-02-24T21:04:02.717Z | Checking rustls-pemfile v2.2.0 |
1888 | 2025-02-24T21:04:02.747Z | Checking lazy_static v1.5.0 |
1889 | 2025-02-24T21:04:02.750Z | Checking openssl-probe v0.1.5 |
1890 | 2025-02-24T21:04:02.886Z | Checking ipnet v2.10.1 |
1891 | 2025-02-24T21:04:02.919Z | Checking foreign-types-shared v0.1.1 |
1892 | 2025-02-24T21:04:02.923Z | Checking anstyle v1.0.10 |
1893 | 2025-02-24T21:04:02.965Z | Checking pkcs5 v0.7.1 |
1894 | 2025-02-24T21:04:03.043Z | Checking foreign-types v0.3.2 |
1895 | 2025-02-24T21:04:03.162Z | Checking serde_urlencoded v0.7.1 |
1896 | 2025-02-24T21:04:03.308Z | Checking futures-executor v0.3.31 |
1897 | 2025-02-24T21:04:03.358Z | Checking openssl-sys v0.9.106 |
1898 | 2025-02-24T21:04:03.495Z | Checking encoding_rs v0.8.34 |
1899 | 2025-02-24T21:04:03.527Z | Checking pkcs8 v0.10.2 |
1900 | 2025-02-24T21:04:03.556Z | Checking futures v0.3.31 |
1901 | 2025-02-24T21:04:03.587Z | Checking serde_spanned v0.6.8 |
1902 | 2025-02-24T21:04:03.669Z | Checking toml_datetime v0.6.8 |
1903 | 2025-02-24T21:04:03.796Z | Checking rustls v0.23.19 |
1904 | 2025-02-24T21:04:03.872Z | Checking anstyle-parse v0.2.5 |
1905 | 2025-02-24T21:04:03.973Z | Checking colorchoice v1.0.2 |
1906 | 2025-02-24T21:04:04.138Z | Checking data-encoding v2.6.0 |
1907 | 2025-02-24T21:04:04.141Z | Checking anstyle-query v1.1.1 |
1908 | 2025-02-24T21:04:04.306Z | Checking is_terminal_polyfill v1.70.1 |
1909 | 2025-02-24T21:04:04.397Z | Checking addr2line v0.24.2 |
1910 | 2025-02-24T21:04:04.465Z | Checking anstream v0.6.15 |
1911 | 2025-02-24T21:04:04.507Z | Checking openssl v0.10.71 |
1912 | 2025-02-24T21:04:04.700Z | Checking terminal_size v0.4.0 |
1913 | 2025-02-24T21:04:04.849Z | Checking openapiv3 v2.0.0 |
1914 | 2025-02-24T21:04:04.907Z | Checking sha1 v0.10.6 |
1915 | 2025-02-24T21:04:04.937Z | Checking either v1.13.0 |
1916 | 2025-02-24T21:04:05.225Z | Checking psl-types v2.0.11 |
1917 | 2025-02-24T21:04:05.346Z | Checking strsim v0.11.1 |
1918 | 2025-02-24T21:04:05.445Z | Checking clap_lex v0.7.4 |
1919 | 2025-02-24T21:04:05.636Z | Checking publicsuffix v2.3.0 |
1920 | 2025-02-24T21:04:05.734Z | Checking clap_builder v4.5.30 |
1921 | 2025-02-24T21:04:05.793Z | Checking cookie v0.18.1 |
1922 | 2025-02-24T21:04:05.929Z | Checking webpki-roots v0.26.6 |
1923 | 2025-02-24T21:04:06.184Z | Checking camino v1.1.9 |
1924 | 2025-02-24T21:04:06.262Z | Checking sync_wrapper v1.0.1 |
1925 | 2025-02-24T21:04:06.447Z | Checking is-terminal v0.4.13 |
1926 | 2025-02-24T21:04:06.606Z | Checking tower-layer v0.3.3 |
1927 | 2025-02-24T21:04:06.778Z | Checking cookie_store v0.21.1 |
1928 | 2025-02-24T21:04:06.903Z | Checking tower v0.5.2 |
1929 | 2025-02-24T21:04:07.523Z | Checking signature v2.2.0 |
1930 | 2025-02-24T21:04:07.526Z | Checking hyper v1.5.2 |
1931 | 2025-02-24T21:04:07.689Z | Checking scroll v0.12.0 |
1932 | 2025-02-24T21:04:07.772Z | Checking ucd-trie v0.1.7 |
1933 | 2025-02-24T21:04:08.007Z | Checking plain v0.2.3 |
1934 | 2025-02-24T21:04:08.107Z | Checking backtrace v0.3.74 |
1935 | 2025-02-24T21:04:08.171Z | Checking winnow v0.6.20 |
1936 | 2025-02-24T21:04:08.199Z | Checking pest v2.7.14 |
1937 | 2025-02-24T21:04:08.201Z | Checking goblin v0.8.2 |
1938 | 2025-02-24T21:04:08.670Z | Checking anyhow v1.0.96 |
1939 | 2025-02-24T21:04:08.702Z | Checking clap v4.5.30 |
1940 | 2025-02-24T21:04:08.829Z | Checking dirs-sys-next v0.1.2 |
1941 | 2025-02-24T21:04:09.046Z | Checking pretty-hex v0.4.1 |
1942 | 2025-02-24T21:04:09.077Z | Checking tinyvec_macros v0.1.1 |
1943 | 2025-02-24T21:04:09.109Z | Checking tokio-rustls v0.26.0 |
1944 | 2025-02-24T21:04:09.192Z | Checking tinyvec v1.8.0 |
1945 | 2025-02-24T21:04:09.240Z | Checking dirs-next v2.0.0 |
1946 | 2025-02-24T21:04:09.393Z | Checking crossbeam-channel v0.5.13 |
1947 | 2025-02-24T21:04:09.516Z | Checking thread-id v4.2.2 |
1948 | 2025-02-24T21:04:09.563Z | Checking hyper-util v0.1.10 |
1949 | 2025-02-24T21:04:09.654Z | Checking native-tls v0.2.12 |
1950 | 2025-02-24T21:04:09.695Z | Checking thread_local v1.1.8 |
1951 | 2025-02-24T21:04:09.993Z | Checking tokio-native-tls v0.3.1 |
1952 | 2025-02-24T21:04:10.058Z | Checking base16ct v0.2.0 |
1953 | 2025-02-24T21:04:10.098Z | Checking term v0.7.0 |
1954 | 2025-02-24T21:04:10.261Z | Checking num-integer v0.1.46 |
1955 | 2025-02-24T21:04:10.290Z | Checking sec1 v0.7.3 |
1956 | 2025-02-24T21:04:10.471Z | Checking zerocopy v0.8.10 |
1957 | 2025-02-24T21:04:10.564Z | Checking ff v0.13.0 |
1958 | 2025-02-24T21:04:10.672Z | Checking memmap v0.7.0 |
1959 | 2025-02-24T21:04:10.763Z | Checking dtrace-parser v0.2.0 |
1960 | 2025-02-24T21:04:10.766Z | Checking take_mut v0.2.2 |
1961 | 2025-02-24T21:04:10.817Z | Checking group v0.13.0 |
1962 | 2025-02-24T21:04:10.895Z | Checking slog-term v2.9.1 |
1963 | 2025-02-24T21:04:10.953Z | Checking slog-async v2.8.0 |
1964 | 2025-02-24T21:04:10.996Z | Checking toml_edit v0.22.22 |
1965 | 2025-02-24T21:04:11.414Z | Checking hkdf v0.12.4 |
1966 | 2025-02-24T21:04:11.426Z | Checking crypto-bigint v0.5.5 |
1967 | 2025-02-24T21:04:11.426Z | Checking crc32fast v1.4.2 |
1968 | 2025-02-24T21:04:11.426Z | Checking static_assertions v1.1.0 |
1969 | 2025-02-24T21:04:11.434Z | Checking match_cfg v0.1.0 |
1970 | 2025-02-24T21:04:11.467Z | Checking utf-8 v0.7.6 |
1971 | 2025-02-24T21:04:11.547Z | Checking bitflags v1.3.2 |
1972 | 2025-02-24T21:04:11.580Z | Checking hostname v0.3.1 |
1973 | 2025-02-24T21:04:11.583Z | Checking hyper-rustls v0.27.3 |
1974 | 2025-02-24T21:04:11.665Z | Checking hyper-tls v0.6.0 |
1975 | 2025-02-24T21:04:11.709Z | Checking unicode-segmentation v1.12.0 |
1976 | 2025-02-24T21:04:11.741Z | Checking unicode-width v0.2.0 |
1977 | 2025-02-24T21:04:11.986Z | Checking num-iter v0.1.45 |
1978 | 2025-02-24T21:04:11.989Z | Checking reqwest v0.12.12 |
1979 | 2025-02-24T21:04:12.198Z | Checking crossbeam-epoch v0.9.18 |
1980 | 2025-02-24T21:04:12.277Z | Checking bstr v1.10.0 |
1981 | 2025-02-24T21:04:12.456Z | Checking slog-json v2.6.1 |
1982 | 2025-02-24T21:04:12.670Z | Checking rfc6979 v0.4.0 |
1983 | 2025-02-24T21:04:12.751Z | Checking hex v0.4.3 |
1984 | 2025-02-24T21:04:12.879Z | Checking hubpack v0.1.2 |
1985 | 2025-02-24T21:04:13.095Z | Checking dof v0.3.0 |
1986 | 2025-02-24T21:04:13.136Z | Checking managed v0.8.0 |
1987 | 2025-02-24T21:04:13.198Z | Checking winnow v0.5.40 |
1988 | 2025-02-24T21:04:13.228Z | Checking slog-bunyan v2.5.0 |
1989 | 2025-02-24T21:04:13.265Z | Checking crossbeam-deque v0.8.5 |
1990 | 2025-02-24T21:04:13.428Z | Checking num-bigint-dig v0.8.4 |
1991 | 2025-02-24T21:04:13.538Z | Checking flate2 v1.0.35 |
1992 | 2025-02-24T21:04:13.621Z | Checking pkcs1 v0.7.5 |
1993 | 2025-02-24T21:04:13.664Z | Checking toml v0.8.19 |
1994 | 2025-02-24T21:04:13.726Z | Checking usdt-impl v0.5.0 |
1995 | 2025-02-24T21:04:13.959Z | Checking rustls v0.22.4 |
1996 | 2025-02-24T21:04:13.991Z | Checking elliptic-curve v0.13.8 |
1997 | 2025-02-24T21:04:14.023Z | Checking curve25519-dalek v4.1.3 |
1998 | 2025-02-24T21:04:14.198Z | Checking zerocopy v0.6.6 |
1999 | 2025-02-24T21:04:14.301Z | Checking usdt v0.5.0 |
2000 | 2025-02-24T21:04:14.378Z | Checking siphasher v0.3.11 |
2001 | 2025-02-24T21:04:14.597Z | Checking rayon-core v1.12.1 |
2002 | 2025-02-24T21:04:14.625Z | Checking ecdsa v0.16.9 |
2003 | 2025-02-24T21:04:14.699Z | Checking unicode-normalization v0.1.24 |
2004 | 2025-02-24T21:04:14.867Z | Checking ed25519 v2.2.3 |
2005 | 2025-02-24T21:04:15.219Z | Checking signal-hook v0.3.17 |
2006 | 2025-02-24T21:04:15.310Z | Checking getrandom v0.3.1 |
2007 | 2025-02-24T21:04:15.340Z | Checking quick-error v1.2.3 |
2008 | 2025-02-24T21:04:15.387Z | Checking rsa v0.9.6 |
2009 | 2025-02-24T21:04:15.509Z | Checking debug-ignore v1.0.5 |
2010 | 2025-02-24T21:04:15.566Z | Checking hickory-proto v0.24.3 |
2011 | 2025-02-24T21:04:15.596Z | Checking rand_core v0.9.2 |
2012 | 2025-02-24T21:04:15.652Z | Checking multer v3.1.0 |
2013 | 2025-02-24T21:04:15.677Z | Checking itertools v0.10.5 |
2014 | 2025-02-24T21:04:15.949Z | Checking x509-cert v0.2.5 |
2015 | 2025-02-24T21:04:15.979Z | Checking ed25519-dalek v2.1.1 |
2016 | 2025-02-24T21:04:16.006Z | Checking toml_edit v0.19.15 |
2017 | 2025-02-24T21:04:16.058Z | Checking waitgroup v0.1.2 |
2018 | 2025-02-24T21:04:16.238Z | Checking serde_path_to_error v0.1.16 |
2019 | 2025-02-24T21:04:16.403Z | Checking memoffset v0.9.1 |
2020 | 2025-02-24T21:04:16.433Z | Checking bzip2-sys v0.1.11+1.0.8 |
2021 | 2025-02-24T21:04:16.541Z | Checking async-stream v0.3.6 |
2022 | 2025-02-24T21:04:16.595Z | Checking hostname v0.4.0 |
2023 | 2025-02-24T21:04:16.758Z | Checking bit-vec v0.6.3 |
2024 | 2025-02-24T21:04:16.786Z | Checking bzip2 v0.4.4 |
2025 | 2025-02-24T21:04:16.836Z | Checking rand_chacha v0.9.0 |
2026 | 2025-02-24T21:04:17.106Z | Checking signal-hook-mio v0.2.4 |
2027 | 2025-02-24T21:04:17.135Z | Checking bit-set v0.5.3 |
2028 | 2025-02-24T21:04:17.248Z | Checking console v0.15.10 |
2029 | 2025-02-24T21:04:17.277Z | Checking hash32 v0.2.1 |
2030 | 2025-02-24T21:04:17.392Z | Checking predicates-core v1.0.8 |
2031 | 2025-02-24T21:04:17.441Z | Checking tokio-rustls v0.25.0 |
2032 | 2025-02-24T21:04:17.503Z | Checking unicode-properties v0.1.3 |
2033 | 2025-02-24T21:04:17.582Z | Checking unicode-bidi v0.3.17 |
2034 | 2025-02-24T21:04:17.612Z | Checking linked-hash-map v0.5.6 |
2035 | 2025-02-24T21:04:17.787Z | Checking heapless v0.7.17 |
2036 | 2025-02-24T21:04:17.817Z | Checking crossterm v0.28.1 |
2037 | 2025-02-24T21:04:17.820Z | Checking dropshot v0.12.0 |
2038 | 2025-02-24T21:04:17.893Z | Checking rand v0.9.0 |
2039 | 2025-02-24T21:04:17.923Z | Checking lru-cache v0.1.2 |
2040 | 2025-02-24T21:04:18.135Z | Checking rayon v1.10.0 |
2041 | 2025-02-24T21:04:18.212Z | Checking stringprep v0.1.5 |
2042 | 2025-02-24T21:04:18.504Z | Checking toml v0.7.8 |
2043 | 2025-02-24T21:04:18.535Z | Checking phf_shared v0.11.2 |
2044 | 2025-02-24T21:04:18.762Z | Checking similar v2.6.0 |
2045 | 2025-02-24T21:04:18.816Z | Checking itertools v0.14.0 |
2046 | 2025-02-24T21:04:18.954Z | Checking tokio-stream v0.1.16 |
2047 | 2025-02-24T21:04:19.228Z | Checking newtype-uuid v1.2.1 |
2048 | 2025-02-24T21:04:19.510Z | Checking md-5 v0.10.6 |
2049 | 2025-02-24T21:04:19.512Z | Checking float-cmp v0.10.0 |
2050 | 2025-02-24T21:04:19.620Z | Checking difflib v0.4.0 |
2051 | 2025-02-24T21:04:19.749Z | Checking fallible-iterator v0.2.0 |
2052 | 2025-02-24T21:04:19.778Z | Checking normalize-line-endings v0.3.0 |
2053 | 2025-02-24T21:04:19.781Z | Checking phf v0.11.2 |
2054 | 2025-02-24T21:04:19.932Z | Checking smoltcp v0.9.1 |
2055 | 2025-02-24T21:04:19.984Z | Checking predicates v3.1.3 |
2056 | 2025-02-24T21:04:20.082Z | Checking zip v0.6.6 |
2057 | 2025-02-24T21:04:20.296Z | Checking nix v0.29.0 |
2058 | 2025-02-24T21:04:20.371Z | Checking postgres-protocol v0.6.8 |
2059 | 2025-02-24T21:04:20.613Z | Checking resolv-conf v0.7.0 |
2060 | 2025-02-24T21:04:20.794Z | Checking phf_shared v0.10.0 |
2061 | 2025-02-24T21:04:20.999Z | Checking tungstenite v0.24.0 |
2062 | 2025-02-24T21:04:21.050Z | Checking fs-err v2.11.0 |
2063 | 2025-02-24T21:04:21.084Z | Checking serde-big-array v0.5.1 |
2064 | 2025-02-24T21:04:21.345Z | Checking portable-atomic v1.9.0 |
2065 | 2025-02-24T21:04:21.348Z | Checking minimal-lexical v0.2.1 |
2066 | 2025-02-24T21:04:21.390Z | Checking lalrpop-util v0.19.12 |
2067 | 2025-02-24T21:04:21.472Z | Checking number_prefix v0.4.0 |
2068 | 2025-02-24T21:04:21.604Z | Checking new_debug_unreachable v1.0.6 |
2069 | 2025-02-24T21:04:21.690Z | Checking fixedbitset v0.4.2 |
2070 | 2025-02-24T21:04:21.719Z | Checking precomputed-hash v0.1.1 |
2071 | 2025-02-24T21:04:21.722Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2072 | 2025-02-24T21:04:21.769Z | Checking postgres-types v0.2.8 |
2073 | 2025-02-24T21:04:21.771Z | Checking hickory-resolver v0.24.3 |
2074 | 2025-02-24T21:04:21.813Z | Checking nom v7.1.3 |
2075 | 2025-02-24T21:04:21.848Z | Checking tokio-tungstenite v0.24.0 |
2076 | 2025-02-24T21:04:21.880Z | Checking string_cache v0.8.7 |
2077 | 2025-02-24T21:04:21.937Z | Checking petgraph v0.6.5 |
2078 | 2025-02-24T21:04:22.173Z | Checking itertools v0.12.1 |
2079 | 2025-02-24T21:04:22.311Z | Checking peg-runtime v0.8.3 |
2080 | 2025-02-24T21:04:22.360Z | Checking indicatif v0.17.11 |
2081 | 2025-02-24T21:04:22.432Z | Checking whoami v1.5.2 |
2082 | 2025-02-24T21:04:22.733Z | Compiling hashbrown v0.14.5 |
2083 | 2025-02-24T21:04:22.763Z | Checking tokio-postgres v0.7.12 |
2084 | 2025-02-24T21:04:23.143Z | Compiling thiserror v2.0.11 |
2085 | 2025-02-24T21:04:23.415Z | Checking qorb v0.2.1 |
2086 | 2025-02-24T21:04:23.903Z | Compiling regress v0.10.1 |
2087 | 2025-02-24T21:04:24.183Z | Compiling thiserror-impl v2.0.11 |
2088 | 2025-02-24T21:04:24.511Z | Compiling ident_case v1.0.1 |
2089 | 2025-02-24T21:04:24.598Z | Compiling unsafe-libyaml v0.2.11 |
2090 | 2025-02-24T21:04:24.711Z | Compiling darling_core v0.20.10 |
2091 | 2025-02-24T21:04:25.609Z | Checking heck v0.5.0 |
2092 | 2025-02-24T21:04:25.847Z | Checking fastrand v2.1.1 |
2093 | 2025-02-24T21:04:25.884Z | Checking ipnetwork v0.21.1 |
2094 | 2025-02-24T21:04:26.141Z | Compiling serde_yaml v0.9.34+deprecated |
2095 | 2025-02-24T21:04:26.288Z | Checking progenitor-client v0.9.1 |
2096 | 2025-02-24T21:04:26.473Z | Compiling daft-derive v0.1.1 |
2097 | 2025-02-24T21:04:26.697Z | Compiling structmeta-derive v0.3.0 |
2098 | 2025-02-24T21:04:26.799Z | Checking strum v0.26.3 |
2099 | 2025-02-24T21:04:26.992Z | Checking oxnet v0.1.0 |
2100 | 2025-02-24T21:04:27.386Z | Compiling dropshot v0.15.1 |
2101 | 2025-02-24T21:04:27.601Z | Checking macaddr v1.0.1 |
2102 | 2025-02-24T21:04:27.828Z | Compiling typify-impl v0.2.0 |
2103 | 2025-02-24T21:04:27.952Z | Compiling dropshot_endpoint v0.15.1 |
2104 | 2025-02-24T21:04:28.004Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2105 | 2025-02-24T21:04:28.801Z | Checking tempfile v3.13.0 |
2106 | 2025-02-24T21:04:28.829Z | Checking progenitor-client v0.8.0 |
2107 | 2025-02-24T21:04:29.193Z | Checking instant v0.1.13 |
2108 | 2025-02-24T21:04:29.222Z | Checking daft v0.1.1 |
2109 | 2025-02-24T21:04:29.343Z | Checking regress v0.9.1 |
2110 | 2025-02-24T21:04:29.373Z | Compiling structmeta v0.3.0 |
2111 | 2025-02-24T21:04:29.640Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2112 | 2025-02-24T21:04:29.723Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2113 | 2025-02-24T21:04:29.774Z | Compiling parse-display-derive v0.10.0 |
2114 | 2025-02-24T21:04:30.155Z | Checking backoff v0.4.0 |
2115 | 2025-02-24T21:04:30.412Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2025-02-24T21:04:30.449Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2117 | 2025-02-24T21:04:30.560Z | Compiling darling_macro v0.20.10 |
2118 | 2025-02-24T21:04:30.589Z | Checking wait-timeout v0.2.0 |
2119 | 2025-02-24T21:04:30.629Z | Checking rand_xorshift v0.3.0 |
2120 | 2025-02-24T21:04:30.793Z | Checking rusty-fork v0.3.0 |
2121 | 2025-02-24T21:04:30.830Z | Checking unarray v0.1.4 |
2122 | 2025-02-24T21:04:31.015Z | Compiling test-strategy v0.4.0 |
2123 | 2025-02-24T21:04:31.109Z | Checking proptest v1.5.0 |
2124 | 2025-02-24T21:04:31.541Z | Compiling darling v0.20.10 |
2125 | 2025-02-24T21:04:31.684Z | Compiling serde_with_macros v3.11.0 |
2126 | 2025-02-24T21:04:32.538Z | Checking camino-tempfile v1.1.1 |
2127 | 2025-02-24T21:04:32.845Z | Checking unicode-width v0.1.14 |
2128 | 2025-02-24T21:04:32.928Z | Compiling proc-macro-error v1.0.4 |
2129 | 2025-02-24T21:04:33.365Z | Compiling proc-macro-crate v1.3.1 |
2130 | 2025-02-24T21:04:33.531Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2025-02-24T21:04:33.793Z | Checking parse-display v0.10.0 |
2132 | 2025-02-24T21:04:33.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2133 | 2025-02-24T21:04:34.065Z | Checking tabwriter v1.4.0 |
2134 | 2025-02-24T21:04:34.252Z | Checking serde_with v3.11.0 |
2135 | 2025-02-24T21:04:34.255Z | Compiling num_enum_derive v0.5.11 |
2136 | 2025-02-24T21:04:34.336Z | Compiling foreign-types-macros v0.2.3 |
2137 | 2025-02-24T21:04:34.365Z | Checking foreign-types-shared v0.3.1 |
2138 | 2025-02-24T21:04:34.683Z | Checking cstr-argument v0.1.2 |
2139 | 2025-02-24T21:04:34.713Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2140 | 2025-02-24T21:04:34.897Z | Checking pretty-hex v0.2.1 |
2141 | 2025-02-24T21:04:35.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2142 | 2025-02-24T21:04:35.490Z | Checking colored v2.1.0 |
2143 | 2025-02-24T21:04:35.569Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2144 | 2025-02-24T21:04:35.638Z | Checking foreign-types v0.5.0 |
2145 | 2025-02-24T21:04:35.738Z | Checking smf v0.2.3 |
2146 | 2025-02-24T21:04:35.764Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2147 | 2025-02-24T21:04:35.788Z | Checking itertools v0.13.0 |
2148 | 2025-02-24T21:04:35.814Z | Checking base64 v0.21.7 |
2149 | 2025-02-24T21:04:36.089Z | Compiling typify-impl v0.3.0 |
2150 | 2025-02-24T21:04:36.333Z | Compiling crucible-workspace-hack v0.1.0 |
2151 | 2025-02-24T21:04:36.395Z | Checking atomicwrites v0.4.4 |
2152 | 2025-02-24T21:04:36.547Z | Checking num_enum v0.5.11 |
2153 | 2025-02-24T21:04:36.722Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2154 | 2025-02-24T21:04:36.814Z | Checking termtree v0.4.1 |
2155 | 2025-02-24T21:04:37.062Z | Compiling heapless v0.8.0 |
2156 | 2025-02-24T21:04:37.397Z | Checking predicates-tree v1.0.11 |
2157 | 2025-02-24T21:04:37.571Z | Checking hash32 v0.3.1 |
2158 | 2025-02-24T21:04:37.804Z | Compiling smoltcp v0.11.0 |
2159 | 2025-02-24T21:04:38.454Z | Checking cobs v0.2.3 |
2160 | 2025-02-24T21:04:38.515Z | Checking sigpipe v0.1.3 |
2161 | 2025-02-24T21:04:38.650Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2162 | 2025-02-24T21:04:38.696Z | Checking postcard v1.0.10 |
2163 | 2025-02-24T21:04:38.959Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2164 | 2025-02-24T21:04:39.070Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2165 | 2025-02-24T21:04:39.131Z | Compiling mockall_derive v0.13.1 |
2166 | 2025-02-24T21:04:39.164Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-02-24T21:04:39.240Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2168 | 2025-02-24T21:04:39.296Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2169 | 2025-02-24T21:04:39.540Z | Compiling zone_cfg_derive v0.3.0 |
2170 | 2025-02-24T21:04:39.567Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2171 | 2025-02-24T21:04:39.925Z | Compiling num-derive v0.4.2 |
2172 | 2025-02-24T21:04:39.948Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2173 | 2025-02-24T21:04:40.301Z | Checking fragile v2.0.0 |
2174 | 2025-02-24T21:04:40.607Z | Checking downcast v0.11.0 |
2175 | 2025-02-24T21:04:40.883Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2176 | 2025-02-24T21:04:40.963Z | Checking zone v0.3.0 |
2177 | 2025-02-24T21:04:41.219Z | Checking tungstenite v0.21.0 |
2178 | 2025-02-24T21:04:41.683Z | Compiling convert_case v0.4.0 |
2179 | 2025-02-24T21:04:41.842Z | Checking newline-converter v0.3.0 |
2180 | 2025-02-24T21:04:42.019Z | Checking expectorate v1.1.0 |
2181 | 2025-02-24T21:04:42.126Z | Checking tokio-tungstenite v0.21.0 |
2182 | 2025-02-24T21:04:42.153Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2183 | 2025-02-24T21:04:42.203Z | Checking same-file v1.0.6 |
2184 | 2025-02-24T21:04:42.332Z | Compiling typify-macro v0.2.0 |
2185 | 2025-02-24T21:04:42.400Z | Checking walkdir v2.5.0 |
2186 | 2025-02-24T21:04:42.473Z | Compiling derive_more v0.99.19 |
2187 | 2025-02-24T21:04:42.616Z | Checking arc-swap v1.7.1 |
2188 | 2025-02-24T21:04:42.638Z | Checking xattr v1.3.1 |
2189 | 2025-02-24T21:04:42.712Z | Checking filetime v0.2.25 |
2190 | 2025-02-24T21:04:42.865Z | Checking num-rational v0.4.2 |
2191 | 2025-02-24T21:04:42.953Z | Checking tar v0.4.42 |
2192 | 2025-02-24T21:04:43.066Z | Checking slog-scope v4.4.0 |
2193 | 2025-02-24T21:04:43.295Z | Checking slog-stdlog v4.1.1 |
2194 | 2025-02-24T21:04:43.493Z | Checking slog-envlogger v2.2.0 |
2195 | 2025-02-24T21:04:43.533Z | Checking num-complex v0.4.6 |
2196 | 2025-02-24T21:04:43.751Z | Checking float-ord v0.3.2 |
2197 | 2025-02-24T21:04:43.835Z | Checking indent_write v2.2.0 |
2198 | 2025-02-24T21:04:43.921Z | Checking swrite v0.1.0 |
2199 | 2025-02-24T21:04:44.069Z | Compiling owo-colors v4.1.0 |
2200 | 2025-02-24T21:04:44.091Z | Compiling cancel-safe-futures v0.1.5 |
2201 | 2025-02-24T21:04:44.434Z | Checking num v0.4.3 |
2202 | 2025-02-24T21:04:44.557Z | Checking libsw v3.3.1 |
2203 | 2025-02-24T21:04:44.845Z | Checking pem v3.0.4 |
2204 | 2025-02-24T21:04:44.940Z | Checking password-hash v0.5.0 |
2205 | 2025-02-24T21:04:45.128Z | Checking blake2 v0.10.6 |
2206 | 2025-02-24T21:04:45.406Z | Checking linear-map v1.2.0 |
2207 | 2025-02-24T21:04:45.661Z | Checking argon2 v0.5.3 |
2208 | 2025-02-24T21:04:45.755Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2209 | 2025-02-24T21:04:45.758Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2210 | 2025-02-24T21:04:45.899Z | Compiling typify v0.2.0 |
2211 | 2025-02-24T21:04:46.055Z | Compiling progenitor-impl v0.8.0 |
2212 | 2025-02-24T21:04:46.081Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2213 | 2025-02-24T21:04:46.340Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2214 | 2025-02-24T21:04:46.487Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2215 | 2025-02-24T21:04:46.728Z | Checking mockall v0.13.1 |
2216 | 2025-02-24T21:04:46.984Z | Compiling lzma-sys v0.1.20 |
2217 | 2025-02-24T21:04:47.232Z | Checking headers-core v0.3.0 |
2218 | 2025-02-24T21:04:47.411Z | Compiling heck v0.3.3 |
2219 | 2025-02-24T21:04:47.801Z | Compiling zone_cfg_derive v0.1.2 |
2220 | 2025-02-24T21:04:48.031Z | Checking headers v0.4.0 |
2221 | 2025-02-24T21:04:48.196Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-02-24T21:04:48.479Z | Checking yasna v0.5.2 |
2223 | 2025-02-24T21:04:48.528Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2224 | 2025-02-24T21:04:48.961Z | Checking highway v1.2.0 |
2225 | 2025-02-24T21:04:49.069Z | Checking base64 v0.13.1 |
2226 | 2025-02-24T21:04:49.166Z | Checking zone v0.1.8 |
2227 | 2025-02-24T21:04:49.384Z | Checking rcgen v0.12.1 |
2228 | 2025-02-24T21:04:49.406Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2229 | 2025-02-24T21:04:49.496Z | Checking ron v0.7.1 |
2230 | 2025-02-24T21:04:49.875Z | Checking xz2 v0.1.7 |
2231 | 2025-02-24T21:04:49.899Z | Checking subprocess v0.2.9 |
2232 | 2025-02-24T21:04:49.915Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2233 | 2025-02-24T21:04:49.938Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2234 | 2025-02-24T21:04:50.037Z | Checking humantime v2.1.0 |
2235 | 2025-02-24T21:04:50.175Z | Compiling semver v0.1.20 |
2236 | 2025-02-24T21:04:50.352Z | Checking prettyplease v0.2.29 |
2237 | 2025-02-24T21:04:50.480Z | Checking half v2.4.1 |
2238 | 2025-02-24T21:04:50.575Z | Compiling rustc_version v0.1.7 |
2239 | 2025-02-24T21:04:50.753Z | Checking ciborium-io v0.2.2 |
2240 | 2025-02-24T21:04:50.804Z | Compiling typify-macro v0.3.0 |
2241 | 2025-02-24T21:04:50.976Z | Checking ciborium-ll v0.2.2 |
2242 | 2025-02-24T21:04:51.049Z | Compiling newtype_derive v0.1.6 |
2243 | 2025-02-24T21:04:51.342Z | Checking ciborium v0.2.2 |
2244 | 2025-02-24T21:04:51.618Z | Checking steno v0.4.1 |
2245 | 2025-02-24T21:04:51.695Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2246 | 2025-02-24T21:04:52.913Z | Compiling progenitor-macro v0.8.0 |
2247 | 2025-02-24T21:04:54.109Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2248 | 2025-02-24T21:04:54.458Z | Compiling slog-dtrace v0.3.0 |
2249 | 2025-02-24T21:04:54.495Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2250 | 2025-02-24T21:04:54.617Z | Compiling typify v0.3.0 |
2251 | 2025-02-24T21:04:54.773Z | Compiling progenitor-impl v0.9.1 |
2252 | 2025-02-24T21:04:55.160Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2253 | 2025-02-24T21:04:55.242Z | Checking display-error-chain v0.2.2 |
2254 | 2025-02-24T21:04:55.569Z | Checking gethostname v0.5.0 |
2255 | 2025-02-24T21:04:55.595Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2256 | 2025-02-24T21:04:55.722Z | Checking nibble_vec v0.1.0 |
2257 | 2025-02-24T21:04:55.874Z | Compiling blake3 v1.5.4 |
2258 | 2025-02-24T21:04:55.938Z | Checking endian-type v0.1.2 |
2259 | 2025-02-24T21:04:56.191Z | Checking keccak v0.1.5 |
2260 | 2025-02-24T21:04:56.579Z | Checking sha3 v0.10.8 |
2261 | 2025-02-24T21:04:56.977Z | Checking radix_trie v0.2.1 |
2262 | 2025-02-24T21:04:57.003Z | Checking bytecount v0.6.8 |
2263 | 2025-02-24T21:04:57.182Z | Checking universal-hash v0.5.1 |
2264 | 2025-02-24T21:04:57.296Z | Checking secrecy v0.8.0 |
2265 | 2025-02-24T21:04:57.400Z | Checking opaque-debug v0.3.1 |
2266 | 2025-02-24T21:04:57.424Z | Checking aead v0.5.2 |
2267 | 2025-02-24T21:04:57.507Z | Checking poly1305 v0.8.0 |
2268 | 2025-02-24T21:04:57.535Z | Checking chacha20 v0.9.1 |
2269 | 2025-02-24T21:04:57.917Z | Compiling memmap2 v0.9.5 |
2270 | 2025-02-24T21:04:58.052Z | Compiling constant_time_eq v0.3.1 |
2271 | 2025-02-24T21:04:58.264Z | Compiling arrayref v0.3.9 |
2272 | 2025-02-24T21:04:58.304Z | Compiling arrayvec v0.7.6 |
2273 | 2025-02-24T21:04:58.338Z | Compiling toolchain_find v0.4.0 |
2274 | 2025-02-24T21:04:58.572Z | Compiling thiserror-impl-no-std v2.0.2 |
2275 | 2025-02-24T21:04:58.577Z | Compiling topological-sort v0.2.2 |
2276 | 2025-02-24T21:04:58.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2277 | 2025-02-24T21:04:58.840Z | Compiling rustfmt-wrapper v0.2.1 |
2278 | 2025-02-24T21:04:58.923Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2279 | 2025-02-24T21:04:59.325Z | Compiling omicron-zone-package v0.12.0 |
2280 | 2025-02-24T21:04:59.388Z | Checking chacha20poly1305 v0.10.1 |
2281 | 2025-02-24T21:04:59.412Z | Compiling async-recursion v1.1.1 |
2282 | 2025-02-24T21:04:59.598Z | Checking fxhash v0.2.1 |
2283 | 2025-02-24T21:04:59.802Z | Checking lockfree-object-pool v0.1.6 |
2284 | 2025-02-24T21:04:59.827Z | Checking simd-adler32 v0.3.7 |
2285 | 2025-02-24T21:05:00.062Z | Checking bumpalo v3.16.0 |
2286 | 2025-02-24T21:05:00.212Z | Compiling zip v2.1.3 |
2287 | 2025-02-24T21:05:00.433Z | Checking zopfli v0.8.1 |
2288 | 2025-02-24T21:05:00.597Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2289 | 2025-02-24T21:05:00.782Z | Checking termcolor v1.4.1 |
2290 | 2025-02-24T21:05:00.896Z | Checking maplit v1.0.2 |
2291 | 2025-02-24T21:05:01.009Z | Compiling radium v0.7.0 |
2292 | 2025-02-24T21:05:01.038Z | Compiling const_format_proc_macros v0.2.34 |
2293 | 2025-02-24T21:05:01.256Z | Compiling maybe-uninit v2.0.0 |
2294 | 2025-02-24T21:05:01.309Z | Checking thiserror-no-std v2.0.2 |
2295 | 2025-02-24T21:05:01.365Z | Compiling progenitor-macro v0.9.1 |
2296 | 2025-02-24T21:05:01.465Z | Checking vsss-rs v3.3.4 |
2297 | 2025-02-24T21:05:01.582Z | Checking tap v1.0.1 |
2298 | 2025-02-24T21:05:01.765Z | Checking wyz v0.5.1 |
2299 | 2025-02-24T21:05:02.169Z | Compiling packed_struct v0.10.1 |
2300 | 2025-02-24T21:05:02.281Z | Checking crc-catalog v2.4.0 |
2301 | 2025-02-24T21:05:02.308Z | Checking home v0.5.9 |
2302 | 2025-02-24T21:05:02.464Z | Checking funty v2.0.0 |
2303 | 2025-02-24T21:05:02.489Z | Checking crc v3.2.1 |
2304 | 2025-02-24T21:05:02.809Z | Checking kstat-rs v0.2.4 |
2305 | 2025-02-24T21:05:02.933Z | Compiling packed_struct_codegen v0.10.1 |
2306 | 2025-02-24T21:05:03.031Z | Checking const_format v0.2.34 |
2307 | 2025-02-24T21:05:03.184Z | Compiling vte_generate_state_changes v0.1.2 |
2308 | 2025-02-24T21:05:03.394Z | Checking bitvec v1.0.1 |
2309 | 2025-02-24T21:05:03.524Z | Compiling indexmap v1.9.3 |
2310 | 2025-02-24T21:05:03.804Z | Checking nodrop v0.1.14 |
2311 | 2025-02-24T21:05:03.870Z | Compiling libefi-sys v0.1.0 |
2312 | 2025-02-24T21:05:03.955Z | Checking array-init v0.0.4 |
2313 | 2025-02-24T21:05:04.303Z | Checking vte v0.11.1 |
2314 | 2025-02-24T21:05:04.553Z | Checking smallvec v0.6.14 |
2315 | 2025-02-24T21:05:04.937Z | Checking fd-lock v4.0.2 |
2316 | 2025-02-24T21:05:04.941Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2317 | 2025-02-24T21:05:04.978Z | Compiling bitfield-struct v0.6.2 |
2318 | 2025-02-24T21:05:05.004Z | Checking progenitor v0.8.0 |
2319 | 2025-02-24T21:05:05.221Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2320 | 2025-02-24T21:05:05.364Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2025-02-24T21:05:05.396Z | Checking bitfield v0.14.0 |
2322 | 2025-02-24T21:05:05.675Z | Checking hashbrown v0.12.3 |
2323 | 2025-02-24T21:05:05.718Z | Checking strip-ansi-escapes v0.2.0 |
2324 | 2025-02-24T21:05:06.025Z | Checking serde-hex v0.1.0 |
2325 | 2025-02-24T21:05:06.414Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2326 | 2025-02-24T21:05:07.380Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2327 | 2025-02-24T21:05:07.405Z | Checking env_logger v0.10.2 |
2328 | 2025-02-24T21:05:07.646Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2329 | 2025-02-24T21:05:07.834Z | Checking ron v0.8.1 |
2330 | 2025-02-24T21:05:07.996Z | Checking hashbrown v0.13.2 |
2331 | 2025-02-24T21:05:09.006Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2332 | 2025-02-24T21:05:09.126Z | Checking crc-any v2.5.0 |
2333 | 2025-02-24T21:05:09.150Z | Checking nu-ansi-term v0.50.1 |
2334 | 2025-02-24T21:05:09.531Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2335 | 2025-02-24T21:05:09.557Z | Checking reedline v0.35.0 |
2336 | 2025-02-24T21:05:09.606Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2337 | 2025-02-24T21:05:09.788Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2338 | 2025-02-24T21:05:10.018Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2339 | 2025-02-24T21:05:10.047Z | Checking object v0.30.4 |
2340 | 2025-02-24T21:05:10.120Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2341 | 2025-02-24T21:05:10.567Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2342 | 2025-02-24T21:05:12.188Z | Checking nanorand v0.7.0 |
2343 | 2025-02-24T21:05:12.235Z | Checking path-slash v0.1.5 |
2344 | 2025-02-24T21:05:12.397Z | Compiling parking_lot_core v0.8.6 |
2345 | 2025-02-24T21:05:12.570Z | Checking flume v0.11.1 |
2346 | 2025-02-24T21:05:12.813Z | Compiling phf_generator v0.11.2 |
2347 | 2025-02-24T21:05:13.019Z | Checking glob v0.3.2 |
2348 | 2025-02-24T21:05:13.043Z | Compiling phf_codegen v0.11.2 |
2349 | 2025-02-24T21:05:13.298Z | Checking papergrid v0.11.0 |
2350 | 2025-02-24T21:05:13.324Z | Checking parking_lot v0.11.2 |
2351 | 2025-02-24T21:05:13.418Z | Compiling tabled_derive v0.7.0 |
2352 | 2025-02-24T21:05:13.689Z | Compiling parse-zoneinfo v0.3.1 |
2353 | 2025-02-24T21:05:13.718Z | Checking progenitor v0.9.1 |
2354 | 2025-02-24T21:05:13.958Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2355 | 2025-02-24T21:05:14.754Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2356 | 2025-02-24T21:05:15.691Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2357 | 2025-02-24T21:05:15.735Z | Compiling cfg_aliases v0.1.1 |
2358 | 2025-02-24T21:05:15.871Z | Compiling nix v0.28.0 |
2359 | 2025-02-24T21:05:15.892Z | Checking tabled v0.15.0 |
2360 | 2025-02-24T21:05:16.731Z | Compiling chrono-tz-build v0.4.0 |
2361 | 2025-02-24T21:05:17.981Z | Checking sled v0.34.7 |
2362 | 2025-02-24T21:05:18.800Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2363 | 2025-02-24T21:05:18.897Z | Checking hickory-client v0.24.3 |
2364 | 2025-02-24T21:05:19.618Z | Checking hickory-server v0.24.3 |
2365 | 2025-02-24T21:05:19.831Z | Compiling chrono-tz v0.10.1 |
2366 | 2025-02-24T21:05:20.062Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2367 | 2025-02-24T21:05:20.576Z | Compiling unicase v2.7.0 |
2368 | 2025-02-24T21:05:20.836Z | Compiling buf-list v1.0.3 |
2369 | 2025-02-24T21:05:21.585Z | Compiling peg-macros v0.8.4 |
2370 | 2025-02-24T21:05:21.613Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2371 | 2025-02-24T21:05:22.146Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2372 | 2025-02-24T21:05:22.256Z | Compiling sqlparser_derive v0.2.2 |
2373 | 2025-02-24T21:05:23.324Z | Checking unicode_categories v0.1.1 |
2374 | 2025-02-24T21:05:23.348Z | Checking sqlparser v0.45.0 |
2375 | 2025-02-24T21:05:23.532Z | Checking rustyline v14.0.0 |
2376 | 2025-02-24T21:05:23.640Z | Checking sqlformat v0.2.6 |
2377 | 2025-02-24T21:05:23.907Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2378 | 2025-02-24T21:05:24.567Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2379 | 2025-02-24T21:05:24.993Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2380 | 2025-02-24T21:05:25.099Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2381 | 2025-02-24T21:05:26.218Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2382 | 2025-02-24T21:05:28.086Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2383 | 2025-02-24T21:05:28.393Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2384 | 2025-02-24T21:05:29.257Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2385 | 2025-02-24T21:05:29.293Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2386 | 2025-02-24T21:05:29.692Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2387 | 2025-02-24T21:05:30.090Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2388 | 2025-02-24T21:05:31.072Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2389 | 2025-02-24T21:05:31.098Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2390 | 2025-02-24T21:05:31.123Z | Checking peg v0.8.4 |
2391 | 2025-02-24T21:05:31.265Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2392 | 2025-02-24T21:05:32.524Z | Checking bcs v0.1.6 |
2393 | 2025-02-24T21:05:32.592Z | Checking termtree v0.5.1 |
2394 | 2025-02-24T21:05:32.849Z | Checking primeorder v0.13.6 |
2395 | 2025-02-24T21:05:32.995Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2396 | 2025-02-24T21:05:33.112Z | Compiling mime_guess v2.0.5 |
2397 | 2025-02-24T21:05:33.386Z | Checking http-range v0.1.5 |
2398 | 2025-02-24T21:05:33.659Z | Checking atty v0.2.14 |
2399 | 2025-02-24T21:05:33.820Z | Compiling salty v0.3.0 |
2400 | 2025-02-24T21:05:33.893Z | Checking p384 v0.13.0 |
2401 | 2025-02-24T21:05:34.340Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2402 | 2025-02-24T21:05:34.948Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2403 | 2025-02-24T21:05:35.034Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2404 | 2025-02-24T21:05:35.193Z | Checking hyper-staticfile v0.10.1 |
2405 | 2025-02-24T21:05:35.587Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2406 | 2025-02-24T21:05:35.661Z | Compiling dsl_auto_type v0.1.2 |
2407 | 2025-02-24T21:05:35.738Z | Checking scheduled-thread-pool v0.2.7 |
2408 | 2025-02-24T21:05:35.952Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2409 | 2025-02-24T21:05:35.980Z | Checking env_filter v0.1.2 |
2410 | 2025-02-24T21:05:36.077Z | Compiling diesel_table_macro_syntax v0.2.0 |
2411 | 2025-02-24T21:05:36.090Z | Compiling crunchy v0.2.2 |
2412 | 2025-02-24T21:05:36.249Z | Checking env_logger v0.11.5 |
2413 | 2025-02-24T21:05:40.326Z | Checking r2d2 v0.8.10 |
2414 | 2025-02-24T21:05:40.379Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2025-02-24T21:05:40.380Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2416 | 2025-02-24T21:05:40.380Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2417 | 2025-02-24T21:05:40.380Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2418 | 2025-02-24T21:05:40.380Z | Compiling diesel_derives v2.2.3 |
2419 | 2025-02-24T21:05:40.380Z | Compiling tiny-keccak v2.0.2 |
2420 | 2025-02-24T21:05:40.380Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2421 | 2025-02-24T21:05:40.380Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2422 | 2025-02-24T21:05:40.380Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2423 | 2025-02-24T21:05:40.380Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2424 | 2025-02-24T21:05:40.380Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2425 | 2025-02-24T21:05:40.384Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2426 | 2025-02-24T21:05:40.657Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2427 | 2025-02-24T21:05:40.979Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2428 | 2025-02-24T21:05:41.478Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2429 | 2025-02-24T21:05:43.173Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2430 | 2025-02-24T21:05:43.249Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2431 | 2025-02-24T21:05:44.003Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2432 | 2025-02-24T21:05:44.164Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2433 | 2025-02-24T21:05:44.335Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2434 | 2025-02-24T21:05:44.443Z | Compiling ref-cast v1.0.23 |
2435 | 2025-02-24T21:05:44.764Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2436 | 2025-02-24T21:05:45.152Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2025-02-24T21:05:45.946Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2438 | 2025-02-24T21:05:45.980Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2439 | 2025-02-24T21:05:46.620Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2440 | 2025-02-24T21:05:46.715Z | Compiling ascii-canvas v3.0.0 |
2441 | 2025-02-24T21:05:46.977Z | Compiling ena v0.14.3 |
2442 | 2025-02-24T21:05:47.247Z | Compiling ref-cast-impl v1.0.23 |
2443 | 2025-02-24T21:05:47.414Z | Compiling regex-syntax v0.6.29 |
2444 | 2025-02-24T21:05:47.613Z | Compiling bindgen v0.71.1 |
2445 | 2025-02-24T21:05:48.325Z | Compiling diff v0.1.13 |
2446 | 2025-02-24T21:05:48.393Z | Checking diesel v2.2.7 |
2447 | 2025-02-24T21:05:48.760Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2448 | 2025-02-24T21:05:48.905Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2449 | 2025-02-24T21:05:49.031Z | Compiling pin-project-internal v1.1.6 |
2450 | 2025-02-24T21:05:49.348Z | Compiling rustc-hash v2.1.1 |
2451 | 2025-02-24T21:05:50.815Z | Compiling lalrpop v0.19.12 |
2452 | 2025-02-24T21:05:51.753Z | Checking pin-project v1.1.6 |
2453 | 2025-02-24T21:05:51.932Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2454 | 2025-02-24T21:05:52.234Z | Compiling derive_builder_core v0.20.2 |
2455 | 2025-02-24T21:05:52.265Z | Compiling libxml v0.3.3 |
2456 | 2025-02-24T21:05:52.475Z | Checking signal-hook-tokio v0.3.1 |
2457 | 2025-02-24T21:05:52.697Z | Compiling strum_macros v0.24.3 |
2458 | 2025-02-24T21:05:52.734Z | Compiling snafu-derive v0.8.5 |
2459 | 2025-02-24T21:05:52.814Z | Compiling indoc v1.0.9 |
2460 | 2025-02-24T21:05:54.442Z | Compiling derive_builder_macro v0.20.2 |
2461 | 2025-02-24T21:05:55.287Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2462 | 2025-02-24T21:05:55.367Z | Checking derive_builder v0.20.2 |
2463 | 2025-02-24T21:05:55.541Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2464 | 2025-02-24T21:05:55.892Z | Checking olpc-cjson v0.1.4 |
2465 | 2025-02-24T21:05:56.147Z | Checking globset v0.4.15 |
2466 | 2025-02-24T21:05:56.200Z | Checking quick-xml v0.37.2 |
2467 | 2025-02-24T21:05:56.455Z | Checking serde_plain v1.0.2 |
2468 | 2025-02-24T21:05:56.691Z | Compiling oso-derive v0.27.3 |
2469 | 2025-02-24T21:05:56.751Z | Compiling impl-trait-for-tuples v0.2.2 |
2470 | 2025-02-24T21:05:57.708Z | Checking typed-path v0.9.3 |
2471 | 2025-02-24T21:05:57.764Z | Checking snafu v0.8.5 |
2472 | 2025-02-24T21:05:58.306Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2473 | 2025-02-24T21:05:58.372Z | Checking tungstenite v0.23.0 |
2474 | 2025-02-24T21:05:59.274Z | Compiling diesel-dtrace v0.4.2 |
2475 | 2025-02-24T21:05:59.623Z | Checking parse-size v1.1.0 |
2476 | 2025-02-24T21:05:59.701Z | Checking tough v0.19.0 |
2477 | 2025-02-24T21:05:59.926Z | Checking tokio-tungstenite v0.23.1 |
2478 | 2025-02-24T21:06:00.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2479 | 2025-02-24T21:06:00.395Z | Checking bb8 v0.8.5 |
2480 | 2025-02-24T21:06:00.430Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2481 | 2025-02-24T21:06:00.942Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2482 | 2025-02-24T21:06:00.976Z | Checking nix v0.27.1 |
2483 | 2025-02-24T21:06:01.281Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2025-02-24T21:06:03.171Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2025-02-24T21:06:03.588Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2486 | 2025-02-24T21:06:04.201Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2025-02-24T21:06:04.439Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2488 | 2025-02-24T21:06:04.616Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2025-02-24T21:06:05.648Z | Compiling proc-macro-error-attr2 v2.0.0 |
2490 | 2025-02-24T21:06:05.692Z | Checking heck v0.4.1 |
2491 | 2025-02-24T21:06:05.917Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2492 | 2025-02-24T21:06:05.998Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2493 | 2025-02-24T21:06:06.377Z | Checking rand_seeder v0.3.0 |
2494 | 2025-02-24T21:06:06.498Z | Compiling proc-macro-error2 v2.0.1 |
2495 | 2025-02-24T21:06:06.530Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2496 | 2025-02-24T21:06:06.629Z | Checking papergrid v0.14.0 |
2497 | 2025-02-24T21:06:07.118Z | Compiling tabled_derive v0.10.0 |
2498 | 2025-02-24T21:06:07.122Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2499 | 2025-02-24T21:06:08.168Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2500 | 2025-02-24T21:06:08.527Z | Checking assert_matches v1.5.0 |
2501 | 2025-02-24T21:06:08.750Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2502 | 2025-02-24T21:06:08.932Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2503 | 2025-02-24T21:06:09.015Z | Compiling libz-sys v1.1.20 |
2504 | 2025-02-24T21:06:09.202Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2505 | 2025-02-24T21:06:09.751Z | Compiling indoc v2.0.5 |
2506 | 2025-02-24T21:06:09.945Z | Checking tabled v0.18.0 |
2507 | 2025-02-24T21:06:10.615Z | Checking castaway v0.2.3 |
2508 | 2025-02-24T21:06:10.680Z | Checking is_ci v1.2.0 |
2509 | 2025-02-24T21:06:10.806Z | Checking compact_str v0.8.0 |
2510 | 2025-02-24T21:06:10.834Z | Checking supports-color v3.0.1 |
2511 | 2025-02-24T21:06:11.024Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2512 | 2025-02-24T21:06:11.069Z | Checking unicode-truncate v1.1.0 |
2513 | 2025-02-24T21:06:11.366Z | Checking cargo-platform v0.1.8 |
2514 | 2025-02-24T21:06:11.625Z | Checking lru v0.12.5 |
2515 | 2025-02-24T21:06:11.649Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2516 | 2025-02-24T21:06:11.716Z | Compiling instability v0.3.2 |
2517 | 2025-02-24T21:06:11.952Z | Checking cassowary v0.3.0 |
2518 | 2025-02-24T21:06:12.613Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2519 | 2025-02-24T21:06:12.827Z | Checking ratatui v0.29.0 |
2520 | 2025-02-24T21:06:14.581Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2025-02-24T21:06:14.695Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-02-24T21:06:15.093Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2523 | 2025-02-24T21:06:15.764Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2025-02-24T21:06:15.974Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2025-02-24T21:06:17.601Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2526 | 2025-02-24T21:06:17.790Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2527 | 2025-02-24T21:06:18.361Z | Compiling vergen v8.3.2 |
2528 | 2025-02-24T21:06:19.218Z | Checking smawk v0.3.2 |
2529 | 2025-02-24T21:06:19.238Z | Checking unicode-linebreak v0.1.5 |
2530 | 2025-02-24T21:06:19.450Z | Compiling cargo_metadata v0.18.1 |
2531 | 2025-02-24T21:06:19.692Z | Checking textwrap v0.16.1 |
2532 | 2025-02-24T21:06:20.125Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2533 | 2025-02-24T21:06:20.152Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2534 | 2025-02-24T21:06:21.635Z | Checking async-bb8-diesel v0.2.1 |
2535 | 2025-02-24T21:06:22.399Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2536 | 2025-02-24T21:06:22.505Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2537 | 2025-02-24T21:06:22.780Z | Compiling libsqlite3-sys v0.30.1 |
2538 | 2025-02-24T21:06:22.880Z | Compiling rustls v0.21.12 |
2539 | 2025-02-24T21:06:23.211Z | Checking shell-words v1.1.0 |
2540 | 2025-02-24T21:06:23.464Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2541 | 2025-02-24T21:06:23.495Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2542 | 2025-02-24T21:06:23.769Z | Checking sct v0.7.1 |
2543 | 2025-02-24T21:06:23.851Z | Checking rustls-webpki v0.101.7 |
2544 | 2025-02-24T21:06:24.065Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2545 | 2025-02-24T21:06:24.423Z | Checking hashlink v0.9.1 |
2546 | 2025-02-24T21:06:24.459Z | Checking concurrent-queue v2.5.0 |
2547 | 2025-02-24T21:06:24.828Z | Checking fallible-iterator v0.3.0 |
2548 | 2025-02-24T21:06:25.006Z | Checking parking v2.2.1 |
2549 | 2025-02-24T21:06:25.243Z | Checking plotters-backend v0.3.7 |
2550 | 2025-02-24T21:06:25.440Z | Checking fallible-streaming-iterator v0.1.9 |
2551 | 2025-02-24T21:06:25.604Z | Checking plotters-svg v0.3.7 |
2552 | 2025-02-24T21:06:25.682Z | Checking rusqlite v0.32.1 |
2553 | 2025-02-24T21:06:25.890Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2554 | 2025-02-24T21:06:26.730Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2555 | 2025-02-24T21:06:27.198Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2556 | 2025-02-24T21:06:27.547Z | Checking rustls-pemfile v1.0.4 |
2557 | 2025-02-24T21:06:27.592Z | Checking tokio-rustls v0.24.1 |
2558 | 2025-02-24T21:06:27.791Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2559 | 2025-02-24T21:06:27.794Z | Checking twox-hash v2.1.0 |
2560 | 2025-02-24T21:06:27.975Z | Checking cast v0.3.0 |
2561 | 2025-02-24T21:06:28.177Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2562 | 2025-02-24T21:06:28.276Z | Checking criterion-plot v0.5.0 |
2563 | 2025-02-24T21:06:28.476Z | Checking plotters v0.3.7 |
2564 | 2025-02-24T21:06:28.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2565 | 2025-02-24T21:06:30.333Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2566 | 2025-02-24T21:06:30.432Z | Checking fatfs v0.3.6 |
2567 | 2025-02-24T21:06:31.462Z | Checking tinytemplate v1.2.1 |
2568 | 2025-02-24T21:06:31.916Z | Checking csv-core v0.1.11 |
2569 | 2025-02-24T21:06:31.942Z | Checking anes v0.1.6 |
2570 | 2025-02-24T21:06:32.277Z | Checking oorandom v11.1.4 |
2571 | 2025-02-24T21:06:32.303Z | Checking hex-literal v0.4.1 |
2572 | 2025-02-24T21:06:32.464Z | Checking csv v1.3.1 |
2573 | 2025-02-24T21:06:32.486Z | Checking criterion v0.5.1 |
2574 | 2025-02-24T21:06:33.288Z | Checking event-listener v5.3.1 |
2575 | 2025-02-24T21:06:35.090Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2576 | 2025-02-24T21:06:35.117Z | Checking rtoolbox v0.0.2 |
2577 | 2025-02-24T21:06:35.349Z | Checking rpassword v7.3.1 |
2578 | 2025-02-24T21:06:35.539Z | Checking event-listener-strategy v0.5.2 |
2579 | 2025-02-24T21:06:35.761Z | Checking tui-tree-widget v0.23.0 |
2580 | 2025-02-24T21:06:36.107Z | Checking polyval v0.6.2 |
2581 | 2025-02-24T21:06:36.410Z | Checking ghash v0.5.1 |
2582 | 2025-02-24T21:06:36.618Z | Checking futures-lite v2.3.0 |
2583 | 2025-02-24T21:06:37.901Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2584 | 2025-02-24T21:06:38.899Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2585 | 2025-02-24T21:06:39.015Z | Checking ctr v0.9.2 |
2586 | 2025-02-24T21:06:39.450Z | Checking yansi v1.0.1 |
2587 | 2025-02-24T21:06:40.050Z | Checking pretty_assertions v1.4.1 |
2588 | 2025-02-24T21:06:40.170Z | Checking aes-gcm v0.10.3 |
2589 | 2025-02-24T21:06:40.272Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2590 | 2025-02-24T21:06:40.438Z | Checking ssh-encoding v0.2.0 |
2591 | 2025-02-24T21:06:40.780Z | Checking blowfish v0.9.1 |
2592 | 2025-02-24T21:06:41.036Z | Checking bcrypt-pbkdf v0.10.0 |
2593 | 2025-02-24T21:06:41.307Z | Checking ssh-cipher v0.2.0 |
2594 | 2025-02-24T21:06:41.453Z | Checking async-lock v3.4.0 |
2595 | 2025-02-24T21:06:41.612Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2596 | 2025-02-24T21:06:42.338Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2597 | 2025-02-24T21:06:42.477Z | Checking password-hash v0.4.2 |
2598 | 2025-02-24T21:06:42.886Z | Checking polling v3.7.3 |
2599 | 2025-02-24T21:06:43.282Z | Checking async-io v2.3.4 |
2600 | 2025-02-24T21:06:43.644Z | Checking pbkdf2 v0.11.0 |
2601 | 2025-02-24T21:06:43.951Z | Checking ssh-key v0.6.6 |
2602 | 2025-02-24T21:06:44.208Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2603 | 2025-02-24T21:06:44.874Z | Checking p256 v0.13.2 |
2604 | 2025-02-24T21:06:45.311Z | Checking p521 v0.13.3 |
2605 | 2025-02-24T21:06:45.521Z | Checking russh-cryptovec v0.7.3 |
2606 | 2025-02-24T21:06:45.766Z | Compiling doc-comment v0.3.3 |
2607 | 2025-02-24T21:06:46.311Z | Compiling target-lexicon v0.13.2 |
2608 | 2025-02-24T21:06:46.492Z | Checking md5 v0.7.0 |
2609 | 2025-02-24T21:06:46.756Z | Checking async-task v4.7.1 |
2610 | 2025-02-24T21:06:46.815Z | Checking russh-keys v0.45.0 |
2611 | 2025-02-24T21:06:47.255Z | Checking async-channel v2.3.1 |
2612 | 2025-02-24T21:06:47.397Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2613 | 2025-02-24T21:06:47.602Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2614 | 2025-02-24T21:06:48.247Z | Checking piper v0.2.4 |
2615 | 2025-02-24T21:06:48.384Z | Checking num-bigint v0.4.6 |
2616 | 2025-02-24T21:06:48.477Z | Checking des v0.8.1 |
2617 | 2025-02-24T21:06:48.779Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2618 | 2025-02-24T21:06:49.216Z | Checking futures-timer v3.0.3 |
2619 | 2025-02-24T21:06:49.574Z | Compiling assert_cmd v2.0.16 |
2620 | 2025-02-24T21:06:49.698Z | Compiling guppy-workspace-hack v0.1.0 |
2621 | 2025-02-24T21:06:50.073Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2622 | 2025-02-24T21:06:50.096Z | Checking blocking v1.6.1 |
2623 | 2025-02-24T21:06:50.945Z | Checking russh v0.45.0 |
2624 | 2025-02-24T21:06:51.041Z | Checking async-executor v1.13.1 |
2625 | 2025-02-24T21:06:51.454Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2626 | 2025-02-24T21:06:51.548Z | Checking async-signal v0.2.10 |
2627 | 2025-02-24T21:06:51.843Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2628 | 2025-02-24T21:06:52.251Z | Checking event-listener v2.5.3 |
2629 | 2025-02-24T21:06:52.281Z | Compiling target-spec v3.4.2 |
2630 | 2025-02-24T21:06:52.506Z | Checking internet-checksum v0.2.1 |
2631 | 2025-02-24T21:06:52.717Z | Checking async-channel v1.9.0 |
2632 | 2025-02-24T21:06:53.031Z | Checking async-process v2.3.0 |
2633 | 2025-02-24T21:06:53.445Z | Checking async-global-executor v2.4.1 |
2634 | 2025-02-24T21:06:53.787Z | Checking cfg-expr v0.18.0 |
2635 | 2025-02-24T21:06:54.130Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2636 | 2025-02-24T21:06:54.669Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2637 | 2025-02-24T21:06:55.262Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2638 | 2025-02-24T21:06:55.684Z | Checking httptest v0.16.3 |
2639 | 2025-02-24T21:06:55.704Z | Checking rustls-native-certs v0.7.3 |
2640 | 2025-02-24T21:06:55.898Z | Compiling petname v2.0.2 |
2641 | 2025-02-24T21:06:56.463Z | Checking num_cpus v1.16.0 |
2642 | 2025-02-24T21:06:56.640Z | Checking kv-log-macro v1.0.7 |
2643 | 2025-02-24T21:06:56.799Z | Compiling async-attributes v1.1.2 |
2644 | 2025-02-24T21:06:57.226Z | Checking fixedbitset v0.5.7 |
2645 | 2025-02-24T21:06:57.659Z | Checking petgraph v0.7.1 |
2646 | 2025-02-24T21:06:57.708Z | Checking async-std v1.13.0 |
2647 | 2025-02-24T21:07:00.307Z | Checking threadpool v1.8.1 |
2648 | 2025-02-24T21:07:00.531Z | Checking hyper-rustls v0.26.0 |
2649 | 2025-02-24T21:07:00.901Z | Checking cargo_metadata v0.19.1 |
2650 | 2025-02-24T21:07:00.933Z | Checking pathdiff v0.2.3 |
2651 | 2025-02-24T21:07:01.062Z | Compiling rstest_macros v0.23.0 |
2652 | 2025-02-24T21:07:01.109Z | Checking escape8259 v0.5.3 |
2653 | 2025-02-24T21:07:01.345Z | Checking nested v0.1.1 |
2654 | 2025-02-24T21:07:01.582Z | Compiling target-triple v0.1.3 |
2655 | 2025-02-24T21:07:01.746Z | Checking libtest-mimic v0.7.3 |
2656 | 2025-02-24T21:07:02.177Z | Checking async-object-pool v0.1.5 |
2657 | 2025-02-24T21:07:02.383Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2658 | 2025-02-24T21:07:02.576Z | Checking guppy v0.17.17 |
2659 | 2025-02-24T21:07:03.062Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2660 | 2025-02-24T21:07:03.391Z | Checking similar-asserts v1.6.1 |
2661 | 2025-02-24T21:07:03.670Z | Checking fancy-regex v0.13.0 |
2662 | 2025-02-24T21:07:04.457Z | Checking serde_regex v1.1.0 |
2663 | 2025-02-24T21:07:04.661Z | Checking assert-json-diff v2.0.2 |
2664 | 2025-02-24T21:07:04.745Z | Compiling proc-macro-crate v3.2.0 |
2665 | 2025-02-24T21:07:04.953Z | Compiling git2 v0.19.0 |
2666 | 2025-02-24T21:07:04.978Z | Checking path-tree v0.8.1 |
2667 | 2025-02-24T21:07:05.253Z | Checking stringmetrics v2.2.2 |
2668 | 2025-02-24T21:07:05.377Z | Checking sync-ptr v0.1.1 |
2669 | 2025-02-24T21:07:05.528Z | Compiling relative-path v1.9.3 |
2670 | 2025-02-24T21:07:05.636Z | Checking httpmock v0.8.0-alpha.1 |
2671 | 2025-02-24T21:07:05.959Z | Checking datatest-stable v0.2.9 |
2672 | 2025-02-24T21:07:06.471Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2673 | 2025-02-24T21:07:07.903Z | Checking blake2b_simd v1.0.2 |
2674 | 2025-02-24T21:07:08.863Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2675 | 2025-02-24T21:07:12.507Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2676 | 2025-02-24T21:07:12.878Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2677 | 2025-02-24T21:07:13.234Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2678 | 2025-02-24T21:07:13.484Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2679 | 2025-02-24T21:07:13.587Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2680 | 2025-02-24T21:07:14.165Z | Checking serde_tokenstream v0.2.2 |
2681 | 2025-02-24T21:07:14.618Z | Checking uzers v0.12.1 |
2682 | 2025-02-24T21:07:14.904Z | Checking rstest v0.23.0 |
2683 | 2025-02-24T21:07:15.192Z | Checking rust-argon2 v2.1.0 |
2684 | 2025-02-24T21:07:15.218Z | Checking trybuild v1.0.101 |
2685 | 2025-02-24T21:07:15.584Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2686 | 2025-02-24T21:07:16.682Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2687 | 2025-02-24T21:07:16.801Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2688 | 2025-02-24T21:07:18.045Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2689 | 2025-02-24T21:07:18.404Z | Checking rand_distr v0.4.3 |
2690 | 2025-02-24T21:07:18.766Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2691 | 2025-02-24T21:07:19.210Z | Checking multimap v0.10.0 |
2692 | 2025-02-24T21:07:19.547Z | Checking approx v0.5.1 |
2693 | 2025-02-24T21:07:19.834Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2694 | 2025-02-24T21:07:20.496Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2695 | 2025-02-24T21:07:21.284Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2696 | 2025-02-24T21:07:21.819Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2697 | 2025-02-24T21:07:22.161Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2698 | 2025-02-24T21:07:22.797Z | Checking partial-io v0.5.4 |
2699 | 2025-02-24T21:07:23.110Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2700 | 2025-02-24T21:07:23.141Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2701 | 2025-02-24T21:07:23.175Z | Checking cargo_toml v0.20.5 |
2702 | 2025-02-24T21:07:23.434Z | Checking termios v0.3.3 |
2703 | 2025-02-24T21:07:23.713Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2704 | 2025-02-24T21:07:23.834Z | Compiling samael v0.0.18 |
2705 | 2025-02-24T21:07:24.627Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2706 | 2025-02-24T21:07:25.228Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2707 | 2025-02-24T21:07:30.414Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2708 | 2025-02-24T21:07:43.673Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2709 | 2025-02-24T21:07:50.691Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2710 | 2025-02-24T21:08:17.216Z | Compiling polar-core v0.27.3 |
2711 | 2025-02-24T21:08:18.731Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2712 | 2025-02-24T21:08:20.003Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2713 | 2025-02-24T21:08:20.888Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2714 | 2025-02-24T21:08:28.656Z | Checking oso v0.27.3 |
2715 | 2025-02-24T21:09:11.214Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2716 | 2025-02-24T21:09:11.216Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2717 | 2025-02-24T21:09:11.216Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2718 | 2025-02-24T21:10:35.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
2719 | 2025-02-24T21:10:35.940Z | |
2720 | 2025-02-24T21:10:35.940Z | real 6:53.857500623 |
2721 | 2025-02-24T21:10:35.940Z | user 37:21.955945589 |
2722 | 2025-02-24T21:10:35.940Z | sys 5:22.737042528 |
2723 | 2025-02-24T21:10:35.940Z | trap 1.119068915 |
2724 | 2025-02-24T21:10:35.944Z | tflt 0.450018735 |
2725 | 2025-02-24T21:10:35.944Z | dflt 0.196721104 |
2726 | 2025-02-24T21:10:35.944Z | kflt 0.000940266 |
2727 | 2025-02-24T21:10:35.944Z | lock 54:07.538891264 |
2728 | 2025-02-24T21:10:35.944Z | slp 2:06:51.237371715 |
2729 | 2025-02-24T21:10:35.944Z | lat 1:47.631577783 |
2730 | 2025-02-24T21:10:35.944Z | stop 7:12.161874728 |
2731 | 2025-02-24T21:10:35.944Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2732 | 2025-02-24T21:10:35.944Z | + ptime -m cargo doc --workspace --no-deps |
2733 | 2025-02-24T21:10:37.240Z | warning: output filename collision. |
2734 | 2025-02-24T21:10:37.240Z | 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)`. |
2735 | 2025-02-24T21:10:37.240Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2736 | 2025-02-24T21:10:37.241Z | The targets should have unique names. |
2737 | 2025-02-24T21:10:37.241Z | This is a known bug where multiple crates with the same name use |
2738 | 2025-02-24T21:10:37.241Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2739 | 2025-02-24T21:10:37.728Z | Compiling ring v0.17.11 |
2740 | 2025-02-24T21:10:37.814Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2741 | 2025-02-24T21:10:37.834Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2742 | 2025-02-24T21:10:37.876Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2743 | 2025-02-24T21:10:37.907Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2744 | 2025-02-24T21:10:37.911Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2745 | 2025-02-24T21:10:39.239Z | Compiling rustls v0.23.19 |
2746 | 2025-02-24T21:10:39.242Z | Compiling rustls v0.22.4 |
2747 | 2025-02-24T21:10:39.242Z | Compiling rustls v0.21.12 |
2748 | 2025-02-24T21:10:40.732Z | Checking rustls-webpki v0.102.8 |
2749 | 2025-02-24T21:10:40.735Z | Checking rcgen v0.12.1 |
2750 | 2025-02-24T21:10:40.735Z | Checking rustls-webpki v0.101.7 |
2751 | 2025-02-24T21:10:40.735Z | Checking sct v0.7.1 |
2752 | 2025-02-24T21:10:43.863Z | Checking tokio-rustls v0.25.0 |
2753 | 2025-02-24T21:10:44.037Z | Checking tokio-rustls v0.24.1 |
2754 | 2025-02-24T21:10:44.224Z | Checking dropshot v0.12.0 |
2755 | 2025-02-24T21:10:44.227Z | Checking dropshot v0.15.1 |
2756 | 2025-02-24T21:10:45.566Z | Checking tokio-rustls v0.26.0 |
2757 | 2025-02-24T21:10:45.978Z | Checking hyper-rustls v0.27.3 |
2758 | 2025-02-24T21:10:46.214Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2759 | 2025-02-24T21:10:46.360Z | Checking reqwest v0.12.12 |
2760 | 2025-02-24T21:10:47.715Z | Checking qorb v0.2.1 |
2761 | 2025-02-24T21:10:47.720Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2762 | 2025-02-24T21:10:48.275Z | Checking progenitor-client v0.9.1 |
2763 | 2025-02-24T21:10:48.677Z | Checking progenitor-client v0.8.0 |
2764 | 2025-02-24T21:10:48.725Z | Checking progenitor v0.9.1 |
2765 | 2025-02-24T21:10:48.976Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2766 | 2025-02-24T21:10:48.988Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2767 | 2025-02-24T21:10:49.045Z | Checking progenitor v0.8.0 |
2768 | 2025-02-24T21:10:49.285Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2769 | 2025-02-24T21:10:50.280Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2770 | 2025-02-24T21:10:53.512Z | Compiling omicron-zone-package v0.12.0 |
2771 | 2025-02-24T21:10:54.145Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2772 | 2025-02-24T21:10:54.558Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2773 | 2025-02-24T21:10:54.606Z | Checking tough v0.19.0 |
2774 | 2025-02-24T21:10:54.738Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2775 | 2025-02-24T21:10:55.341Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2776 | 2025-02-24T21:10:56.109Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2777 | 2025-02-24T21:10:58.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2778 | 2025-02-24T21:10:58.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2779 | 2025-02-24T21:10:59.160Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2780 | 2025-02-24T21:10:59.262Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2781 | 2025-02-24T21:10:59.266Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2782 | 2025-02-24T21:10:59.266Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2783 | 2025-02-24T21:10:59.266Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2784 | 2025-02-24T21:10:59.392Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2785 | 2025-02-24T21:10:59.516Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2786 | 2025-02-24T21:10:59.642Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2787 | 2025-02-24T21:10:59.808Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2788 | 2025-02-24T21:11:00.041Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2789 | 2025-02-24T21:11:00.210Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2790 | 2025-02-24T21:11:00.234Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2791 | 2025-02-24T21:11:00.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2792 | 2025-02-24T21:11:00.741Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2793 | 2025-02-24T21:11:01.153Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2794 | 2025-02-24T21:11:01.300Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2795 | 2025-02-24T21:11:01.524Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2796 | 2025-02-24T21:11:01.648Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2797 | 2025-02-24T21:11:02.039Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2798 | 2025-02-24T21:11:02.356Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2799 | 2025-02-24T21:11:02.455Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2800 | 2025-02-24T21:11:02.942Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2801 | 2025-02-24T21:11:03.003Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2802 | 2025-02-24T21:11:03.125Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2803 | 2025-02-24T21:11:03.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2804 | 2025-02-24T21:11:03.336Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2805 | 2025-02-24T21:11:03.449Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2806 | 2025-02-24T21:11:03.595Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2807 | 2025-02-24T21:11:03.620Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2808 | 2025-02-24T21:11:03.708Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2809 | 2025-02-24T21:11:03.730Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2810 | 2025-02-24T21:11:03.750Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2811 | 2025-02-24T21:11:03.978Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2812 | 2025-02-24T21:11:04.063Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2813 | 2025-02-24T21:11:04.338Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2814 | 2025-02-24T21:11:04.365Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2815 | 2025-02-24T21:11:04.426Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2816 | 2025-02-24T21:11:04.555Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2817 | 2025-02-24T21:11:04.626Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2818 | 2025-02-24T21:11:05.395Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2819 | 2025-02-24T21:11:05.845Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2820 | 2025-02-24T21:11:06.054Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2821 | 2025-02-24T21:11:06.772Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2822 | 2025-02-24T21:11:07.223Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2823 | 2025-02-24T21:11:07.700Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2824 | 2025-02-24T21:11:08.656Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2825 | 2025-02-24T21:11:08.832Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2826 | 2025-02-24T21:11:09.473Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2827 | 2025-02-24T21:11:09.944Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2828 | 2025-02-24T21:11:10.087Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2829 | 2025-02-24T21:11:11.149Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2830 | 2025-02-24T21:11:11.190Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2831 | 2025-02-24T21:11:12.343Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2832 | 2025-02-24T21:11:13.380Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2833 | 2025-02-24T21:11:13.494Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2834 | 2025-02-24T21:11:13.683Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2835 | 2025-02-24T21:11:14.226Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2836 | 2025-02-24T21:11:14.673Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2837 | 2025-02-24T21:11:15.937Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2838 | 2025-02-24T21:11:16.084Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2025-02-24T21:11:16.209Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2840 | 2025-02-24T21:11:16.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2841 | 2025-02-24T21:11:20.608Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2842 | 2025-02-24T21:11:21.186Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2843 | 2025-02-24T21:11:22.321Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2025-02-24T21:11:22.468Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2845 | 2025-02-24T21:11:22.899Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2025-02-24T21:11:23.029Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2847 | 2025-02-24T21:11:23.672Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2848 | 2025-02-24T21:11:24.139Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2849 | 2025-02-24T21:11:24.485Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2850 | 2025-02-24T21:11:24.530Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2851 | 2025-02-24T21:11:25.152Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2852 | 2025-02-24T21:11:25.670Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2853 | 2025-02-24T21:11:25.839Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2854 | 2025-02-24T21:11:26.577Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2855 | 2025-02-24T21:11:26.788Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2856 | 2025-02-24T21:11:27.055Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2857 | 2025-02-24T21:11:27.293Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2858 | 2025-02-24T21:11:27.381Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2859 | 2025-02-24T21:11:27.480Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2860 | 2025-02-24T21:11:27.786Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2861 | 2025-02-24T21:11:28.170Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2862 | 2025-02-24T21:11:29.121Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2025-02-24T21:11:29.315Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2864 | 2025-02-24T21:11:29.817Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2865 | 2025-02-24T21:11:30.207Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2866 | 2025-02-24T21:11:30.232Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2867 | 2025-02-24T21:11:30.381Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2868 | 2025-02-24T21:11:31.323Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2869 | 2025-02-24T21:11:31.369Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2870 | 2025-02-24T21:11:32.011Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2871 | 2025-02-24T21:11:32.102Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2872 | 2025-02-24T21:11:32.127Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2873 | 2025-02-24T21:11:32.141Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2874 | 2025-02-24T21:11:32.545Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2875 | 2025-02-24T21:11:32.690Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2876 | 2025-02-24T21:11:33.250Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2025-02-24T21:11:33.423Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2878 | 2025-02-24T21:11:33.670Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2879 | 2025-02-24T21:11:33.921Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2880 | 2025-02-24T21:11:33.944Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2881 | 2025-02-24T21:11:34.839Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2882 | 2025-02-24T21:11:35.810Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2883 | 2025-02-24T21:11:36.926Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2884 | 2025-02-24T21:11:37.130Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2885 | 2025-02-24T21:11:37.496Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2886 | 2025-02-24T21:11:37.747Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2887 | 2025-02-24T21:11:38.264Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2888 | 2025-02-24T21:11:38.537Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2889 | 2025-02-24T21:11:39.000Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2890 | 2025-02-24T21:11:39.714Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2891 | 2025-02-24T21:11:39.844Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2892 | 2025-02-24T21:11:39.995Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2893 | 2025-02-24T21:11:40.154Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2894 | 2025-02-24T21:11:40.253Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2895 | 2025-02-24T21:11:42.859Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2896 | 2025-02-24T21:11:43.025Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2897 | 2025-02-24T21:11:43.378Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2898 | 2025-02-24T21:11:44.084Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2899 | 2025-02-24T21:11:44.250Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2900 | 2025-02-24T21:11:44.534Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2901 | 2025-02-24T21:11:45.028Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2902 | 2025-02-24T21:11:45.779Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2903 | 2025-02-24T21:11:45.840Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2904 | 2025-02-24T21:11:46.180Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2905 | 2025-02-24T21:11:48.342Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2906 | 2025-02-24T21:11:49.007Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2907 | 2025-02-24T21:11:49.369Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2908 | 2025-02-24T21:11:56.512Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2909 | 2025-02-24T21:11:59.614Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2910 | 2025-02-24T21:11:59.911Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2911 | 2025-02-24T21:12:00.045Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2912 | 2025-02-24T21:12:05.526Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2913 | 2025-02-24T21:12:06.184Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2914 | 2025-02-24T21:12:07.021Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2025-02-24T21:12:07.129Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2916 | 2025-02-24T21:12:08.320Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2917 | 2025-02-24T21:12:08.452Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2918 | 2025-02-24T21:12:08.650Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2919 | 2025-02-24T21:12:10.813Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2920 | 2025-02-24T21:12:11.623Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2921 | 2025-02-24T21:12:11.844Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2922 | 2025-02-24T21:12:12.121Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2923 | 2025-02-24T21:12:16.602Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2924 | 2025-02-24T21:12:16.910Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2925 | 2025-02-24T21:12:17.067Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2926 | 2025-02-24T21:12:17.668Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2927 | 2025-02-24T21:12:18.900Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2928 | 2025-02-24T21:12:19.478Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2929 | 2025-02-24T21:12:20.837Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2930 | 2025-02-24T21:12:22.089Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2931 | 2025-02-24T21:12:23.839Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2932 | 2025-02-24T21:12:24.426Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2933 | 2025-02-24T21:12:25.189Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2934 | 2025-02-24T21:12:25.684Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2935 | 2025-02-24T21:12:26.349Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2936 | 2025-02-24T21:12:26.381Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2937 | 2025-02-24T21:12:27.584Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2938 | 2025-02-24T21:12:28.214Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2025-02-24T21:12:29.731Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2940 | 2025-02-24T21:12:30.105Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2941 | 2025-02-24T21:12:31.255Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2942 | 2025-02-24T21:12:31.898Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2943 | 2025-02-24T21:12:32.128Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2944 | 2025-02-24T21:12:32.534Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2945 | 2025-02-24T21:12:32.654Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2946 | 2025-02-24T21:12:34.534Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2947 | 2025-02-24T21:12:36.252Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2948 | 2025-02-24T21:12:36.382Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2949 | 2025-02-24T21:12:36.686Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2950 | 2025-02-24T21:12:37.694Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2951 | 2025-02-24T21:12:37.832Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2952 | 2025-02-24T21:12:38.099Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2953 | 2025-02-24T21:12:40.091Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2954 | 2025-02-24T21:12:40.359Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2955 | 2025-02-24T21:12:40.466Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2956 | 2025-02-24T21:12:41.646Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2957 | 2025-02-24T21:12:44.017Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2958 | 2025-02-24T21:12:44.367Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2959 | 2025-02-24T21:12:45.434Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2960 | 2025-02-24T21:12:45.509Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2961 | 2025-02-24T21:12:45.758Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2962 | 2025-02-24T21:12:48.176Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2963 | 2025-02-24T21:12:48.876Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2964 | 2025-02-24T21:12:49.508Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2965 | 2025-02-24T21:12:49.588Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2966 | 2025-02-24T21:12:51.622Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2967 | 2025-02-24T21:12:52.217Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2968 | 2025-02-24T21:12:53.267Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2025-02-24T21:12:53.508Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2970 | 2025-02-24T21:12:53.977Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2971 | 2025-02-24T21:12:55.635Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2972 | 2025-02-24T21:12:57.238Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2973 | 2025-02-24T21:12:57.391Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2974 | 2025-02-24T21:12:57.706Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2975 | 2025-02-24T21:12:58.512Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2976 | 2025-02-24T21:12:59.408Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2977 | 2025-02-24T21:12:59.849Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2978 | 2025-02-24T21:13:00.979Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2979 | 2025-02-24T21:13:01.247Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2025-02-24T21:13:02.475Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2981 | 2025-02-24T21:13:04.569Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2982 | 2025-02-24T21:13:04.635Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2983 | 2025-02-24T21:13:05.315Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2984 | 2025-02-24T21:13:05.452Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2985 | 2025-02-24T21:13:05.696Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2986 | 2025-02-24T21:13:08.158Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2987 | 2025-02-24T21:13:08.184Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2988 | 2025-02-24T21:13:09.815Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2989 | 2025-02-24T21:13:09.916Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2990 | 2025-02-24T21:13:10.329Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2991 | 2025-02-24T21:13:11.586Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2992 | 2025-02-24T21:13:11.625Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2993 | 2025-02-24T21:13:11.676Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2994 | 2025-02-24T21:13:12.815Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2995 | 2025-02-24T21:13:12.969Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2996 | 2025-02-24T21:13:13.083Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2997 | 2025-02-24T21:13:13.454Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2998 | 2025-02-24T21:13:13.851Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2999 | 2025-02-24T21:13:14.155Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3000 | 2025-02-24T21:13:31.647Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3001 | 2025-02-24T21:13:31.650Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3002 | 2025-02-24T21:13:31.650Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3003 | 2025-02-24T21:13:31.650Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3004 | 2025-02-24T21:13:32.587Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3005 | 2025-02-24T21:13:32.663Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3006 | 2025-02-24T21:13:32.724Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3007 | 2025-02-24T21:13:32.863Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3008 | 2025-02-24T21:13:34.982Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3009 | 2025-02-24T21:13:40.070Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3010 | 2025-02-24T21:13:40.922Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3011 | 2025-02-24T21:14:27.099Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3012 | 2025-02-24T21:14:34.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s |
3013 | 2025-02-24T21:14:34.392Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
3014 | 2025-02-24T21:14:34.463Z | |
3015 | 2025-02-24T21:14:34.464Z | real 3:58.460580909 |
3016 | 2025-02-24T21:14:34.464Z | user 21:04.088514489 |
3017 | 2025-02-24T21:14:34.464Z | sys 2:51.522590040 |
3018 | 2025-02-24T21:14:34.464Z | trap 0.615995603 |
3019 | 2025-02-24T21:14:34.466Z | tflt 0.126870538 |
3020 | 2025-02-24T21:14:34.466Z | dflt 0.170273682 |
3021 | 2025-02-24T21:14:34.466Z | kflt 0.000067413 |
3022 | 2025-02-24T21:14:34.466Z | lock 34:04.808604764 |
3023 | 2025-02-24T21:14:34.466Z | slp 1:00:17.189082791 |
3024 | 2025-02-24T21:14:34.466Z | lat 1:12.292958025 |
3025 | 2025-02-24T21:14:34.467Z | stop 1:37.952125474 |
3026 | 2025-02-24T21:14:34.467Z | process exited: duration 974896 ms, exit code 0 |
|
3027 | 2025-02-24T21:14:34.473Z | found 0 output files |