|
|
|
1 | 2025-02-11T19:54:55.644Z | job assigned to worker 01JKV970R7DCKEQ6XYDJKTQ5DE [factory aws, i-0240beeadc8370955] (queued for 57 s) |
|
2 | 2025-02-11T19:55:03.785Z | starting task 0: "setup" |
3 | 2025-02-11T19:55:03.790Z | ++ uname -s |
4 | 2025-02-11T19:55:03.793Z | + kern=SunOS |
5 | 2025-02-11T19:55:03.793Z | + build_user=build |
6 | 2025-02-11T19:55:03.793Z | + build_uid=12345 |
7 | 2025-02-11T19:55:03.793Z | + work_dir=/work |
8 | 2025-02-11T19:55:03.793Z | + input_dir=/input |
9 | 2025-02-11T19:55:03.793Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T19:55:03.793Z | + case "$kern" in |
11 | 2025-02-11T19:55:03.793Z | + groupadd -g 12345 build |
12 | 2025-02-11T19:55:03.796Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T19:55:05.804Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T19:55:05.922Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T19:55:05.925Z | + home_fs=zfs |
16 | 2025-02-11T19:55:05.925Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T19:55:05.925Z | + mkdir -p /home/build |
18 | 2025-02-11T19:55:05.927Z | + chown build:build /home/build /work |
19 | 2025-02-11T19:55:06.929Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T19:55:06.932Z | process exited: duration 3147 ms, exit code 0 |
|
21 | 2025-02-11T19:55:06.937Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T19:55:06.943Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-11T19:55:06.943Z | * rust toolchain channel = "1.84.0" |
24 | 2025-02-11T19:55:06.943Z | * rust toolchain profile = "default" |
25 | 2025-02-11T19:55:06.945Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-11T19:55:06.945Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T19:55:06.945Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T19:55:06.945Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T19:55:06.945Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-11T19:55:07.062Z | info: downloading installer |
31 | 2025-02-11T19:55:08.360Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T19:55:08.360Z | warning: /opt/ooce/bin |
33 | 2025-02-11T19:55:08.360Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T19:55:08.360Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T19:55:08.360Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T19:55:08.360Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T19:55:08.360Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T19:55:08.360Z | error: cannot install while Rust is installed |
39 | 2025-02-11T19:55:08.360Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T19:55:08.376Z | info: profile set to 'default' |
41 | 2025-02-11T19:55:08.376Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T19:55:08.378Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-11T19:55:08.546Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-11T19:55:08.546Z | info: downloading component 'cargo' |
45 | 2025-02-11T19:55:09.593Z | info: downloading component 'clippy' |
46 | 2025-02-11T19:55:09.992Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T19:55:11.415Z | info: downloading component 'rust-std' |
48 | 2025-02-11T19:55:13.514Z | info: downloading component 'rustc' |
49 | 2025-02-11T19:55:21.545Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T19:55:21.848Z | info: installing component 'cargo' |
51 | 2025-02-11T19:55:22.697Z | info: installing component 'clippy' |
52 | 2025-02-11T19:55:23.091Z | info: installing component 'rust-docs' |
53 | 2025-02-11T19:55:24.820Z | info: installing component 'rust-std' |
54 | 2025-02-11T19:55:26.565Z | info: installing component 'rustc' |
55 | 2025-02-11T19:55:32.753Z | info: installing component 'rustfmt' |
56 | 2025-02-11T19:55:33.090Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-11T19:55:33.090Z | |
58 | 2025-02-11T19:55:33.485Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-11T19:55:33.485Z | |
60 | 2025-02-11T19:55:33.488Z | |
61 | 2025-02-11T19:55:33.488Z | Rust is installed now. Great! |
62 | 2025-02-11T19:55:33.488Z | |
63 | 2025-02-11T19:55:33.488Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T19:55:33.488Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T19:55:33.488Z | |
66 | 2025-02-11T19:55:33.488Z | To configure your current shell, you need to source |
67 | 2025-02-11T19:55:33.488Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T19:55:33.488Z | |
69 | 2025-02-11T19:55:33.488Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T19:55:33.488Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T19:55:33.488Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T19:55:33.569Z | + rustup --version |
73 | 2025-02-11T19:55:33.577Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T19:55:33.577Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T19:55:33.656Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-11T19:55:33.659Z | + cargo --version |
77 | 2025-02-11T19:55:33.719Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-11T19:55:33.722Z | + rustc --version |
79 | 2025-02-11T19:55:33.785Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-11T19:55:33.788Z | process exited: duration 26845 ms, exit code 0 |
|
81 | 2025-02-11T19:55:33.793Z | starting task 2: "authentication" |
82 | 2025-02-11T19:55:33.816Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-11T19:55:33.823Z | starting task 3: "clone repository" |
84 | 2025-02-11T19:55:33.826Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T19:55:33.828Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T19:55:33.872Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T19:55:41.360Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T19:55:41.360Z | + git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
89 | 2025-02-11T19:55:41.658Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T19:55:41.658Z | * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD |
91 | 2025-02-11T19:55:41.668Z | + [[ -n '' ]] |
92 | 2025-02-11T19:55:41.668Z | + git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
93 | 2025-02-11T19:55:41.848Z | HEAD is now at 9dfa35b32 @smklein's comment suggestion |
94 | 2025-02-11T19:55:41.851Z | process exited: duration 8028 ms, exit code 0 |
|
95 | 2025-02-11T19:55:41.856Z | starting task 4: "build" |
96 | 2025-02-11T19:55:41.861Z | + source ./env.sh |
97 | 2025-02-11T19:55:41.861Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-02-11T19:55:41.861Z | ++ set -o xtrace |
99 | 2025-02-11T19:55:41.864Z | ++++ dirname ./env.sh |
100 | 2025-02-11T19:55:41.866Z | +++ readlink -f . |
101 | 2025-02-11T19:55:41.869Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-02-11T19:55:41.872Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-02-11T19:55:41.872Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-02-11T19:55:41.872Z | ++ 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 |
105 | 2025-02-11T19:55:41.872Z | ++ 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 |
106 | 2025-02-11T19:55:41.872Z | ++ 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 |
107 | 2025-02-11T19:55:41.872Z | ++ 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 |
108 | 2025-02-11T19:55:41.872Z | ++ 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 |
109 | 2025-02-11T19:55:41.872Z | ++ 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 |
110 | 2025-02-11T19:55:41.872Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-02-11T19:55:41.872Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-02-11T19:55:41.872Z | + source .github/buildomat/ci-env.sh |
113 | 2025-02-11T19:55:41.872Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-02-11T19:55:41.872Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-02-11T19:55:41.872Z | + cargo --version |
116 | 2025-02-11T19:55:41.920Z | cargo 1.84.0 (66221abde 2024-11-19) |
117 | 2025-02-11T19:55:41.922Z | + rustc --version |
118 | 2025-02-11T19:55:41.985Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
119 | 2025-02-11T19:55:41.988Z | + banner prerequisites |
120 | 2025-02-11T19:55:41.991Z | |
121 | 2025-02-11T19:55:41.994Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2025-02-11T19:55:41.994Z | # # # # # # # # # # # # # # # |
123 | 2025-02-11T19:55:41.994Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2025-02-11T19:55:41.994Z | ##### ##### # ##### # # # # # # # # # |
125 | 2025-02-11T19:55:41.994Z | # # # # # # # # # # # # # # # |
126 | 2025-02-11T19:55:41.994Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2025-02-11T19:55:41.994Z | |
128 | 2025-02-11T19:55:41.994Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2025-02-11T19:55:43.634Z | pkg list: illegal option -- F |
130 | 2025-02-11T19:55:43.634Z | Usage: |
131 | 2025-02-11T19:55:43.636Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
132 | 2025-02-11T19:55:43.636Z | [pkg_fmri_pattern ...] |
133 | 2025-02-11T19:55:44.485Z | pkg list: illegal option -- F |
134 | 2025-02-11T19:55:44.485Z | Usage: |
135 | 2025-02-11T19:55:44.485Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
136 | 2025-02-11T19:55:44.485Z | [pkg_fmri_pattern ...] |
137 | 2025-02-11T19:55:51.356Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2025-02-11T19:55:55.658Z | Startup: Caching catalogs ... Done |
139 | 2025-02-11T19:56:08.200Z | Planning: Solver setup ... Done (11.560s) |
140 | 2025-02-11T19:56:08.355Z | Planning: Running solver ... Done (0.155s) |
141 | 2025-02-11T19:56:08.477Z | Planning: Finding local manifests ... Done (0.006s) |
142 | 2025-02-11T19:56:08.504Z | Planning: Fetching manifests: 0/7 0% complete |
143 | 2025-02-11T19:56:08.758Z | Planning: Fetching manifests: 7/7 100% complete |
144 | 2025-02-11T19:56:08.867Z | Planning: Package planning ... Done (0.109s) |
145 | 2025-02-11T19:56:08.924Z | Planning: Merging actions ... Done (0.057s) |
146 | 2025-02-11T19:56:09.118Z | Planning: Checking for conflicting actions ... Done (0.194s) |
147 | 2025-02-11T19:56:11.126Z | Planning: Consolidating action changes ... Done (2.006s) |
148 | 2025-02-11T19:56:11.547Z | Planning: Evaluating mediators ... Done (0.421s) |
149 | 2025-02-11T19:56:11.628Z | Planning: Planning completed in 15.86 seconds |
150 | 2025-02-11T19:56:11.644Z | Packages to install: 4 |
151 | 2025-02-11T19:56:11.644Z | Packages to update: 3 |
152 | 2025-02-11T19:56:11.647Z | Mediators to change: 2 |
153 | 2025-02-11T19:56:11.647Z | Services to change: 1 |
154 | 2025-02-11T19:56:11.647Z | Estimated space available: 155.61 GB |
155 | 2025-02-11T19:56:11.647Z | Estimated space to be consumed: 1.65 GB |
156 | 2025-02-11T19:56:11.647Z | Create boot environment: No |
157 | 2025-02-11T19:56:11.647Z | Create backup boot environment: Yes |
158 | 2025-02-11T19:56:11.647Z | Rebuild boot archive: No |
159 | 2025-02-11T19:56:11.647Z | |
160 | 2025-02-11T19:56:11.647Z | Changed mediators: |
161 | 2025-02-11T19:56:11.647Z | mediator clang: |
162 | 2025-02-11T19:56:11.647Z | version: None -> 15 (system default) |
163 | 2025-02-11T19:56:11.647Z | |
164 | 2025-02-11T19:56:11.647Z | mediator llvm: |
165 | 2025-02-11T19:56:11.647Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-02-11T19:56:11.648Z | |
167 | 2025-02-11T19:56:11.648Z | Changed packages: |
168 | 2025-02-11T19:56:11.648Z | helios-dev |
169 | 2025-02-11T19:56:11.648Z | developer/build-essential |
170 | 2025-02-11T19:56:11.648Z | None -> 11-2.0 |
171 | 2025-02-11T19:56:11.648Z | library/libxmlsec1 |
172 | 2025-02-11T19:56:11.648Z | None -> 1.2.35-2.0 |
173 | 2025-02-11T19:56:11.648Z | ooce/developer/clang-15 |
174 | 2025-02-11T19:56:11.648Z | None -> 15.0.7-2.0 |
175 | 2025-02-11T19:56:11.648Z | ooce/developer/llvm-15 |
176 | 2025-02-11T19:56:11.648Z | None -> 15.0.7-2.0 |
177 | 2025-02-11T19:56:11.648Z | package/pkg |
178 | 2025-02-11T19:56:11.648Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
179 | 2025-02-11T19:56:11.648Z | system/library/g++-runtime |
180 | 2025-02-11T19:56:11.648Z | 13-2.0 -> 14-2.0 |
181 | 2025-02-11T19:56:11.648Z | system/library/gcc-runtime |
182 | 2025-02-11T19:56:11.648Z | 13-2.0 -> 14-2.0 |
183 | 2025-02-11T19:56:11.648Z | |
184 | 2025-02-11T19:56:11.648Z | Services: |
185 | 2025-02-11T19:56:11.648Z | restart_fmri: |
186 | 2025-02-11T19:56:11.648Z | svc:/system/update-man-index:default |
187 | 2025-02-11T19:56:11.648Z | |
188 | 2025-02-11T19:56:11.648Z | Editable files to change: |
189 | 2025-02-11T19:56:11.648Z | Update: |
190 | 2025-02-11T19:56:11.648Z | usr/share/lib/pkg/web/config.shtml |
191 | 2025-02-11T19:56:11.727Z | |
192 | 2025-02-11T19:56:11.727Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
193 | 2025-02-11T19:56:17.803Z | Download: 210/4301 items 1.3/225.4MB 0% complete (393k/s) |
194 | 2025-02-11T19:56:22.825Z | Download: 1192/4301 items 83.4/225.4MB 36% complete (8.3M/s) |
195 | 2025-02-11T19:56:27.826Z | Download: 1515/4301 items 117.3/225.4MB 52% complete (11.8M/s) |
196 | 2025-02-11T19:56:33.820Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (9.3M/s) |
197 | 2025-02-11T19:56:38.835Z | Download: 2391/4301 items 119.7/225.4MB 53% complete (199k/s) |
198 | 2025-02-11T19:56:43.938Z | Download: 3243/4301 items 201.2/225.4MB 89% complete (8.8M/s) |
199 | 2025-02-11T19:56:49.080Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (10.1M/s) |
200 | 2025-02-11T19:56:54.087Z | Download: 3847/4301 items 217.3/225.4MB 96% complete (1.6M/s) |
201 | 2025-02-11T19:56:59.272Z | Download: 4294/4301 items 225.1/225.4MB 99% complete (2.2M/s) |
202 | 2025-02-11T19:56:59.296Z | Download: Completed 225.42 MB in 47.56 seconds (4.7M/s) |
203 | 2025-02-11T19:57:01.497Z | Actions: 1/5122 actions (Removing old actions) |
204 | 2025-02-11T19:57:01.515Z | Actions: 194/5122 actions (Installing new actions) |
205 | 2025-02-11T19:57:06.275Z | Actions: 4267/5122 actions (Updating modified actions) |
206 | 2025-02-11T19:57:06.631Z | Actions: Completed 5122 actions in 5.13 seconds. |
207 | 2025-02-11T19:57:06.871Z | Done (0.232s) |
208 | 2025-02-11T19:57:06.874Z | Done (0.001s) |
209 | 2025-02-11T19:57:07.496Z | Done (0.622s) |
210 | 2025-02-11T19:57:12.061Z | Done (4.327s) |
211 | 2025-02-11T19:57:12.155Z | Done (0.018s) |
212 | 2025-02-11T19:57:12.157Z | Done (0.000s) |
213 | 2025-02-11T19:57:12.323Z | Done (0.000s) |
214 | 2025-02-11T19:57:13.056Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-02-11T19:57:13.225Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-02-11T19:57:13.228Z | Planning: Consolidating action changes ... Done |
217 | 2025-02-11T19:57:13.497Z | Planning: Evaluating mediators ... Done |
218 | 2025-02-11T19:57:13.499Z | Planning: Planning completed in 0.44 seconds |
219 | 2025-02-11T19:57:13.538Z | Mediators to change: 2 |
220 | 2025-02-11T19:57:13.538Z | Create boot environment: No |
221 | 2025-02-11T19:57:13.538Z | Create backup boot environment: No |
222 | 2025-02-11T19:57:13.625Z | Done |
223 | 2025-02-11T19:57:13.625Z | Done |
224 | 2025-02-11T19:57:14.014Z | Done |
225 | 2025-02-11T19:57:17.734Z | Done |
226 | 2025-02-11T19:57:17.832Z | Done |
227 | 2025-02-11T19:57:17.835Z | Done |
228 | 2025-02-11T19:57:17.959Z | Done |
229 | 2025-02-11T19:57:18.583Z | Planning: Evaluating mediator changes ... Done |
230 | 2025-02-11T19:57:18.585Z | Planning: Merging actions ... Done |
231 | 2025-02-11T19:57:18.772Z | Planning: Checking for conflicting actions ... Done |
232 | 2025-02-11T19:57:18.775Z | Planning: Consolidating action changes ... Done |
233 | 2025-02-11T19:57:19.039Z | Planning: Evaluating mediators ... Done |
234 | 2025-02-11T19:57:19.094Z | Planning: Planning completed in 0.75 seconds |
235 | 2025-02-11T19:57:19.137Z | Packages to change: 1 |
236 | 2025-02-11T19:57:19.138Z | Mediators to change: 1 |
237 | 2025-02-11T19:57:19.141Z | Services to change: 1 |
238 | 2025-02-11T19:57:19.141Z | Create boot environment: No |
239 | 2025-02-11T19:57:19.141Z | Create backup boot environment: Yes |
240 | 2025-02-11T19:57:21.482Z | Actions: 1/6 actions (Updating modified actions) |
241 | 2025-02-11T19:57:21.485Z | Actions: Completed 6 actions in 0.00 seconds. |
242 | 2025-02-11T19:57:21.485Z | Done |
243 | 2025-02-11T19:57:21.485Z | Done |
244 | 2025-02-11T19:57:21.610Z | Done |
245 | 2025-02-11T19:57:25.290Z | Done |
246 | 2025-02-11T19:57:25.390Z | Done |
247 | 2025-02-11T19:57:25.393Z | Done |
248 | 2025-02-11T19:57:25.527Z | Done |
249 | 2025-02-11T19:57:25.972Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
250 | 2025-02-11T19:57:25.973Z | clang system 15 system |
251 | 2025-02-11T19:57:25.973Z | csh system system illumos |
252 | 2025-02-11T19:57:25.973Z | ctags system system illumos |
253 | 2025-02-11T19:57:25.973Z | gcc vendor 12 vendor |
254 | 2025-02-11T19:57:25.973Z | gcc system 10 system |
255 | 2025-02-11T19:57:25.973Z | gcc system 7 system |
256 | 2025-02-11T19:57:25.973Z | go system 1.20 system |
257 | 2025-02-11T19:57:25.973Z | go system 1.19 system |
258 | 2025-02-11T19:57:25.973Z | llvm system 15 system |
259 | 2025-02-11T19:57:25.973Z | llvm system 14 system |
260 | 2025-02-11T19:57:25.973Z | mariadb system 10.6 system |
261 | 2025-02-11T19:57:25.973Z | mta vendor vendor dma |
262 | 2025-02-11T19:57:25.973Z | openjdk system 17 system |
263 | 2025-02-11T19:57:25.973Z | openjdk system 11 system |
264 | 2025-02-11T19:57:25.973Z | openjdk system 1.8 system |
265 | 2025-02-11T19:57:25.973Z | openssl vendor 3 vendor |
266 | 2025-02-11T19:57:25.973Z | perl system 5.36 system |
267 | 2025-02-11T19:57:25.973Z | postgresql system 15 system |
268 | 2025-02-11T19:57:25.973Z | postgresql system 13 system |
269 | 2025-02-11T19:57:25.973Z | python vendor 3 vendor |
270 | 2025-02-11T19:57:25.973Z | python system 2 system |
271 | 2025-02-11T19:57:25.973Z | python3 system 3.11 system |
272 | 2025-02-11T19:57:25.973Z | ruby system 3.0 system |
273 | 2025-02-11T19:57:25.973Z | words vendor vendor american-english |
274 | 2025-02-11T19:57:25.973Z | words system system australian-english |
275 | 2025-02-11T19:57:25.973Z | words system system british-english |
276 | 2025-02-11T19:57:25.973Z | words system system canadian-english |
277 | 2025-02-11T19:57:25.973Z | words system system french |
278 | 2025-02-11T19:57:25.973Z | words system system italian |
279 | 2025-02-11T19:57:25.973Z | words system system ngerman |
280 | 2025-02-11T19:57:25.973Z | words system system ogerman |
281 | 2025-02-11T19:57:25.973Z | words system system spanish |
282 | 2025-02-11T19:57:26.315Z | PUBLISHER TYPE STATUS P LOCATION |
283 | 2025-02-11T19:57:26.315Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
284 | 2025-02-11T19:57:29.265Z | FMRI IFO |
285 | 2025-02-11T19:57:29.265Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
286 | 2025-02-11T19:57:29.265Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
287 | 2025-02-11T19:57:29.265Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
288 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
289 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
290 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
291 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
292 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
293 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
294 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
295 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
296 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
297 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
298 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
299 | 2025-02-11T19:57:29.266Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
300 | 2025-02-11T19:57:30.065Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
301 | 2025-02-11T19:57:30.367Z | Updating crates.io index |
302 | 2025-02-11T19:57:30.371Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
303 | 2025-02-11T19:57:31.098Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
304 | 2025-02-11T19:57:31.792Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
305 | 2025-02-11T19:57:32.067Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
306 | 2025-02-11T19:57:32.303Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
307 | 2025-02-11T19:57:32.540Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
308 | 2025-02-11T19:57:33.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
309 | 2025-02-11T19:57:35.426Z | Updating git repository `https://github.com/oxidecomputer/opte` |
310 | 2025-02-11T19:57:36.028Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
311 | 2025-02-11T19:57:36.858Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
312 | 2025-02-11T19:57:37.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
313 | 2025-02-11T19:57:37.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
314 | 2025-02-11T19:57:38.201Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
315 | 2025-02-11T19:57:38.537Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
316 | 2025-02-11T19:57:38.919Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
317 | 2025-02-11T19:57:39.214Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
318 | 2025-02-11T19:57:39.506Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
319 | 2025-02-11T19:57:39.818Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
320 | 2025-02-11T19:57:40.110Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
321 | 2025-02-11T19:57:40.485Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
322 | 2025-02-11T19:57:40.815Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
323 | 2025-02-11T19:57:41.144Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
324 | 2025-02-11T19:57:41.438Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
325 | 2025-02-11T19:57:41.768Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
326 | 2025-02-11T19:57:42.245Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
327 | 2025-02-11T19:57:42.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
328 | 2025-02-11T19:57:42.936Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
329 | 2025-02-11T19:57:43.306Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
330 | 2025-02-11T19:57:44.343Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
331 | 2025-02-11T19:57:44.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
332 | 2025-02-11T19:57:44.852Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
333 | 2025-02-11T19:57:46.174Z | Downloading crates ... |
334 | 2025-02-11T19:57:46.259Z | Downloaded anstream v0.6.15 |
335 | 2025-02-11T19:57:46.264Z | Downloaded scroll_derive v0.12.0 |
336 | 2025-02-11T19:57:46.266Z | Downloaded crypto-common v0.1.6 |
337 | 2025-02-11T19:57:46.266Z | Downloaded camino v1.1.9 |
338 | 2025-02-11T19:57:46.268Z | Downloaded errno v0.3.9 |
339 | 2025-02-11T19:57:46.271Z | Downloaded equivalent v1.0.1 |
340 | 2025-02-11T19:57:46.271Z | Downloaded digest v0.10.7 |
341 | 2025-02-11T19:57:46.273Z | Downloaded byteorder v1.5.0 |
342 | 2025-02-11T19:57:46.286Z | Downloaded dtrace-parser v0.2.0 |
343 | 2025-02-11T19:57:46.307Z | Downloaded usdt-macro v0.5.0 |
344 | 2025-02-11T19:57:46.309Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2025-02-11T19:57:46.309Z | Downloaded swrite v0.1.0 |
346 | 2025-02-11T19:57:46.311Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-02-11T19:57:46.316Z | Downloaded anstyle-query v1.1.1 |
348 | 2025-02-11T19:57:46.319Z | Downloaded anstyle-parse v0.2.5 |
349 | 2025-02-11T19:57:46.321Z | Downloaded version_check v0.9.5 |
350 | 2025-02-11T19:57:46.324Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2025-02-11T19:57:46.324Z | Downloaded pest_generator v2.7.14 |
352 | 2025-02-11T19:57:46.326Z | Downloaded bytecount v0.6.8 |
353 | 2025-02-11T19:57:46.329Z | Downloaded heck v0.5.0 |
354 | 2025-02-11T19:57:46.329Z | Downloaded utf8parse v0.2.2 |
355 | 2025-02-11T19:57:46.331Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-02-11T19:57:46.331Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2025-02-11T19:57:46.334Z | Downloaded semver v1.0.24 |
358 | 2025-02-11T19:57:46.334Z | Downloaded fs-err v2.11.0 |
359 | 2025-02-11T19:57:46.336Z | Downloaded strsim v0.11.1 |
360 | 2025-02-11T19:57:46.336Z | Downloaded plain v0.2.3 |
361 | 2025-02-11T19:57:46.339Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-02-11T19:57:46.339Z | Downloaded generic-array v0.14.7 |
363 | 2025-02-11T19:57:46.342Z | Downloaded itoa v1.0.11 |
364 | 2025-02-11T19:57:46.342Z | Downloaded fastrand v2.1.1 |
365 | 2025-02-11T19:57:46.344Z | Downloaded dof v0.3.0 |
366 | 2025-02-11T19:57:46.344Z | Downloaded terminal_size v0.4.0 |
367 | 2025-02-11T19:57:46.346Z | Downloaded colorchoice v1.0.2 |
368 | 2025-02-11T19:57:46.347Z | Downloaded toml_datetime v0.6.8 |
369 | 2025-02-11T19:57:46.349Z | Downloaded serde_spanned v0.6.8 |
370 | 2025-02-11T19:57:46.349Z | Downloaded proc-macro-error-attr v1.0.4 |
371 | 2025-02-11T19:57:46.349Z | Downloaded memmap v0.7.0 |
372 | 2025-02-11T19:57:46.352Z | Downloaded tabled_derive v0.7.0 |
373 | 2025-02-11T19:57:46.352Z | Downloaded clap v4.5.27 |
374 | 2025-02-11T19:57:46.358Z | Downloaded usdt v0.5.0 |
375 | 2025-02-11T19:57:46.361Z | Downloaded scroll v0.12.0 |
376 | 2025-02-11T19:57:46.361Z | Downloaded fnv v1.0.7 |
377 | 2025-02-11T19:57:46.363Z | Downloaded cargo_metadata v0.18.1 |
378 | 2025-02-11T19:57:46.363Z | Downloaded block-buffer v0.10.4 |
379 | 2025-02-11T19:57:46.366Z | Downloaded anstyle v1.0.10 |
380 | 2025-02-11T19:57:46.366Z | Downloaded thread-id v4.2.2 |
381 | 2025-02-11T19:57:46.368Z | Downloaded cargo-platform v0.1.8 |
382 | 2025-02-11T19:57:46.368Z | Downloaded quote v1.0.38 |
383 | 2025-02-11T19:57:46.371Z | Downloaded pest_derive v2.7.14 |
384 | 2025-02-11T19:57:46.373Z | Downloaded autocfg v1.4.0 |
385 | 2025-02-11T19:57:46.373Z | Downloaded once_cell v1.20.2 |
386 | 2025-02-11T19:57:46.376Z | Downloaded sha2 v0.10.8 |
387 | 2025-02-11T19:57:46.378Z | Downloaded camino-tempfile v1.1.1 |
388 | 2025-02-11T19:57:46.381Z | Downloaded is_terminal_polyfill v1.70.1 |
389 | 2025-02-11T19:57:46.381Z | Downloaded clap_lex v0.7.4 |
390 | 2025-02-11T19:57:46.383Z | Downloaded clap_derive v4.5.24 |
391 | 2025-02-11T19:57:46.383Z | Downloaded cargo_toml v0.20.5 |
392 | 2025-02-11T19:57:46.386Z | Downloaded thiserror v1.0.69 |
393 | 2025-02-11T19:57:46.389Z | Downloaded usdt-impl v0.5.0 |
394 | 2025-02-11T19:57:46.391Z | Downloaded proc-macro-error v1.0.4 |
395 | 2025-02-11T19:57:46.393Z | Downloaded tempfile v3.13.0 |
396 | 2025-02-11T19:57:46.396Z | Downloaded anyhow v1.0.95 |
397 | 2025-02-11T19:57:46.400Z | Downloaded pest_meta v2.7.14 |
398 | 2025-02-11T19:57:46.408Z | Downloaded ucd-trie v0.1.7 |
399 | 2025-02-11T19:57:46.408Z | Downloaded log v0.4.22 |
400 | 2025-02-11T19:57:46.408Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-02-11T19:57:46.412Z | Downloaded heck v0.4.1 |
402 | 2025-02-11T19:57:46.413Z | Downloaded zerocopy-derive v0.7.35 |
403 | 2025-02-11T19:57:46.416Z | Downloaded typenum v1.17.0 |
404 | 2025-02-11T19:57:46.416Z | Downloaded papergrid v0.11.0 |
405 | 2025-02-11T19:57:46.419Z | Downloaded toml v0.8.19 |
406 | 2025-02-11T19:57:46.422Z | Downloaded textwrap v0.16.1 |
407 | 2025-02-11T19:57:46.424Z | Downloaded bitflags v2.6.0 |
408 | 2025-02-11T19:57:46.427Z | Downloaded proc-macro2 v1.0.92 |
409 | 2025-02-11T19:57:46.430Z | Downloaded ryu v1.0.18 |
410 | 2025-02-11T19:57:46.433Z | Downloaded cfg-if v1.0.0 |
411 | 2025-02-11T19:57:46.437Z | Downloaded smawk v0.3.2 |
412 | 2025-02-11T19:57:46.437Z | Downloaded macaddr v1.0.1 |
413 | 2025-02-11T19:57:46.440Z | Downloaded serde v1.0.217 |
414 | 2025-02-11T19:57:46.442Z | Downloaded indexmap v2.7.1 |
415 | 2025-02-11T19:57:46.449Z | Downloaded serde_derive v1.0.217 |
416 | 2025-02-11T19:57:46.453Z | Downloaded memchr v2.7.4 |
417 | 2025-02-11T19:57:46.467Z | Downloaded toml_edit v0.22.22 |
418 | 2025-02-11T19:57:46.494Z | Downloaded serde_json v1.0.135 |
419 | 2025-02-11T19:57:46.502Z | Downloaded pest v2.7.14 |
420 | 2025-02-11T19:57:46.508Z | Downloaded winnow v0.6.20 |
421 | 2025-02-11T19:57:46.515Z | Downloaded zerocopy v0.7.35 |
422 | 2025-02-11T19:57:46.529Z | Downloaded goblin v0.8.2 |
423 | 2025-02-11T19:57:46.535Z | Downloaded clap_builder v4.5.27 |
424 | 2025-02-11T19:57:46.541Z | Downloaded tabled v0.15.0 |
425 | 2025-02-11T19:57:46.555Z | Downloaded hashbrown v0.15.1 |
426 | 2025-02-11T19:57:46.560Z | Downloaded syn v1.0.109 |
427 | 2025-02-11T19:57:46.570Z | Downloaded unicode-width v0.1.14 |
428 | 2025-02-11T19:57:46.575Z | Downloaded syn v2.0.96 |
429 | 2025-02-11T19:57:46.585Z | Downloaded rustix v0.38.37 |
430 | 2025-02-11T19:57:46.621Z | Downloaded libc v0.2.169 |
431 | 2025-02-11T19:57:46.936Z | Compiling proc-macro2 v1.0.92 |
432 | 2025-02-11T19:57:46.936Z | Compiling unicode-ident v1.0.14 |
433 | 2025-02-11T19:57:46.939Z | Compiling serde v1.0.217 |
434 | 2025-02-11T19:57:46.939Z | Compiling version_check v0.9.5 |
435 | 2025-02-11T19:57:46.939Z | Compiling memchr v2.7.4 |
436 | 2025-02-11T19:57:46.939Z | Compiling thiserror v1.0.69 |
437 | 2025-02-11T19:57:46.973Z | Compiling libc v0.2.169 |
438 | 2025-02-11T19:57:46.976Z | Compiling ryu v1.0.18 |
439 | 2025-02-11T19:57:47.243Z | Compiling itoa v1.0.11 |
440 | 2025-02-11T19:57:47.428Z | Compiling ucd-trie v0.1.7 |
441 | 2025-02-11T19:57:47.720Z | Compiling once_cell v1.20.2 |
442 | 2025-02-11T19:57:47.743Z | Compiling byteorder v1.5.0 |
443 | 2025-02-11T19:57:47.947Z | Compiling serde_json v1.0.135 |
444 | 2025-02-11T19:57:48.011Z | Compiling rustix v0.38.37 |
445 | 2025-02-11T19:57:48.169Z | Compiling bitflags v2.6.0 |
446 | 2025-02-11T19:57:48.288Z | Compiling usdt-impl v0.5.0 |
447 | 2025-02-11T19:57:48.455Z | Compiling proc-macro-error-attr v1.0.4 |
448 | 2025-02-11T19:57:48.597Z | Compiling syn v1.0.109 |
449 | 2025-02-11T19:57:48.624Z | Compiling proc-macro-error v1.0.4 |
450 | 2025-02-11T19:57:48.767Z | Compiling log v0.4.22 |
451 | 2025-02-11T19:57:48.794Z | Compiling quote v1.0.38 |
452 | 2025-02-11T19:57:48.822Z | Compiling errno v0.3.9 |
453 | 2025-02-11T19:57:48.954Z | Compiling camino v1.1.9 |
454 | 2025-02-11T19:57:49.068Z | Compiling equivalent v1.0.1 |
455 | 2025-02-11T19:57:49.128Z | Compiling hashbrown v0.15.1 |
456 | 2025-02-11T19:57:49.164Z | Compiling syn v2.0.96 |
457 | 2025-02-11T19:57:49.286Z | Compiling plain v0.2.3 |
458 | 2025-02-11T19:57:49.426Z | Compiling utf8parse v0.2.2 |
459 | 2025-02-11T19:57:49.569Z | Compiling thread-id v4.2.2 |
460 | 2025-02-11T19:57:49.641Z | Compiling anstyle-parse v0.2.5 |
461 | 2025-02-11T19:57:49.856Z | Compiling colorchoice v1.0.2 |
462 | 2025-02-11T19:57:49.987Z | Compiling autocfg v1.4.0 |
463 | 2025-02-11T19:57:50.037Z | Compiling unicode-width v0.1.14 |
464 | 2025-02-11T19:57:50.094Z | Compiling anstyle-query v1.1.1 |
465 | 2025-02-11T19:57:50.202Z | Compiling indexmap v2.7.1 |
466 | 2025-02-11T19:57:50.258Z | Compiling winnow v0.6.20 |
467 | 2025-02-11T19:57:50.299Z | Compiling pretty-hex v0.4.1 |
468 | 2025-02-11T19:57:50.593Z | Compiling is_terminal_polyfill v1.70.1 |
469 | 2025-02-11T19:57:50.622Z | Compiling anstyle v1.0.10 |
470 | 2025-02-11T19:57:50.759Z | Compiling semver v1.0.24 |
471 | 2025-02-11T19:57:51.071Z | Compiling anstream v0.6.15 |
472 | 2025-02-11T19:57:51.098Z | Compiling fs-err v2.11.0 |
473 | 2025-02-11T19:57:51.341Z | Compiling terminal_size v0.4.0 |
474 | 2025-02-11T19:57:51.588Z | Compiling fnv v1.0.7 |
475 | 2025-02-11T19:57:51.620Z | Compiling bytecount v0.6.8 |
476 | 2025-02-11T19:57:51.658Z | Compiling fastrand v2.1.1 |
477 | 2025-02-11T19:57:51.686Z | Compiling heck v0.4.1 |
478 | 2025-02-11T19:57:51.745Z | Compiling clap_lex v0.7.4 |
479 | 2025-02-11T19:57:51.774Z | Compiling anyhow v1.0.95 |
480 | 2025-02-11T19:57:52.141Z | Compiling strsim v0.11.1 |
481 | 2025-02-11T19:57:52.169Z | Compiling cfg-if v1.0.0 |
482 | 2025-02-11T19:57:52.196Z | Compiling heck v0.5.0 |
483 | 2025-02-11T19:57:52.280Z | Compiling tempfile v3.13.0 |
484 | 2025-02-11T19:57:52.667Z | Compiling clap_builder v4.5.27 |
485 | 2025-02-11T19:57:52.789Z | Compiling papergrid v0.11.0 |
486 | 2025-02-11T19:57:52.927Z | Compiling memmap v0.7.0 |
487 | 2025-02-11T19:57:53.029Z | Compiling unicode-linebreak v0.1.5 |
488 | 2025-02-11T19:57:53.112Z | Compiling smawk v0.3.2 |
489 | 2025-02-11T19:57:53.544Z | Compiling textwrap v0.16.1 |
490 | 2025-02-11T19:57:53.797Z | Compiling swrite v0.1.0 |
491 | 2025-02-11T19:57:54.443Z | Compiling tabled_derive v0.7.0 |
492 | 2025-02-11T19:57:56.110Z | Compiling tabled v0.15.0 |
493 | 2025-02-11T19:57:56.195Z | Compiling serde_derive v1.0.217 |
494 | 2025-02-11T19:57:56.195Z | Compiling thiserror-impl v1.0.69 |
495 | 2025-02-11T19:57:56.197Z | Compiling zerocopy-derive v0.7.35 |
496 | 2025-02-11T19:57:56.197Z | Compiling scroll_derive v0.12.0 |
497 | 2025-02-11T19:57:56.197Z | Compiling clap_derive v4.5.24 |
498 | 2025-02-11T19:57:57.561Z | Compiling scroll v0.12.0 |
499 | 2025-02-11T19:57:57.944Z | Compiling zerocopy v0.7.35 |
500 | 2025-02-11T19:57:58.099Z | Compiling goblin v0.8.2 |
501 | 2025-02-11T19:57:59.359Z | Compiling pest v2.7.14 |
502 | 2025-02-11T19:57:59.797Z | Compiling clap v4.5.27 |
503 | 2025-02-11T19:58:01.513Z | Compiling pest_meta v2.7.14 |
504 | 2025-02-11T19:58:02.434Z | Compiling pest_generator v2.7.14 |
505 | 2025-02-11T19:58:03.969Z | Compiling pest_derive v2.7.14 |
506 | 2025-02-11T19:58:04.521Z | Compiling dtrace-parser v0.2.0 |
507 | 2025-02-11T19:58:04.984Z | Compiling serde_spanned v0.6.8 |
508 | 2025-02-11T19:58:04.987Z | Compiling toml_datetime v0.6.8 |
509 | 2025-02-11T19:58:05.325Z | Compiling serde_tokenstream v0.2.2 |
510 | 2025-02-11T19:58:05.325Z | Compiling toml_edit v0.22.22 |
511 | 2025-02-11T19:58:05.511Z | Compiling cargo-platform v0.1.8 |
512 | 2025-02-11T19:58:05.826Z | Compiling camino-tempfile v1.1.1 |
513 | 2025-02-11T19:58:05.906Z | Compiling macaddr v1.0.1 |
514 | 2025-02-11T19:58:06.529Z | Compiling dof v0.3.0 |
515 | 2025-02-11T19:58:06.529Z | Compiling cargo_metadata v0.18.1 |
516 | 2025-02-11T19:58:08.148Z | Compiling toml v0.8.19 |
517 | 2025-02-11T19:58:08.311Z | Compiling usdt-attr-macro v0.5.0 |
518 | 2025-02-11T19:58:08.311Z | Compiling usdt-macro v0.5.0 |
519 | 2025-02-11T19:58:08.935Z | Compiling cargo_toml v0.20.5 |
520 | 2025-02-11T19:58:09.548Z | Compiling usdt v0.5.0 |
521 | 2025-02-11T19:58:11.871Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
522 | 2025-02-11T19:58:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.53s |
523 | 2025-02-11T19:58:15.680Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
524 | 2025-02-11T19:58:16.245Z | Downloading crates ... |
525 | 2025-02-11T19:58:16.366Z | Downloaded async-stream-impl v0.3.6 |
526 | 2025-02-11T19:58:16.371Z | Downloaded async-stream v0.3.6 |
527 | 2025-02-11T19:58:16.375Z | Downloaded async-trait v0.1.85 |
528 | 2025-02-11T19:58:16.379Z | Downloaded arrayvec v0.7.6 |
529 | 2025-02-11T19:58:16.382Z | Downloaded addr2line v0.24.2 |
530 | 2025-02-11T19:58:16.387Z | Downloaded cfg_aliases v0.1.1 |
531 | 2025-02-11T19:58:16.396Z | Downloaded cfg_aliases v0.2.1 |
532 | 2025-02-11T19:58:16.396Z | Downloaded arrayref v0.3.9 |
533 | 2025-02-11T19:58:16.396Z | Downloaded assert_matches v1.5.0 |
534 | 2025-02-11T19:58:16.396Z | Downloaded aead v0.5.2 |
535 | 2025-02-11T19:58:16.403Z | Downloaded atty v0.2.14 |
536 | 2025-02-11T19:58:16.406Z | Downloaded atomicwrites v0.4.4 |
537 | 2025-02-11T19:58:16.409Z | Downloaded ciborium-io v0.2.2 |
538 | 2025-02-11T19:58:16.411Z | Downloaded crucible-workspace-hack v0.1.0 |
539 | 2025-02-11T19:58:16.415Z | Downloaded cstr-argument v0.1.2 |
540 | 2025-02-11T19:58:16.418Z | Downloaded array-init v0.0.4 |
541 | 2025-02-11T19:58:16.420Z | Downloaded bb8 v0.8.5 |
542 | 2025-02-11T19:58:16.420Z | Downloaded ascii-canvas v3.0.0 |
543 | 2025-02-11T19:58:16.424Z | Downloaded crc v3.2.1 |
544 | 2025-02-11T19:58:16.427Z | Downloaded cassowary v0.3.0 |
545 | 2025-02-11T19:58:16.430Z | Downloaded async-recursion v1.1.1 |
546 | 2025-02-11T19:58:16.433Z | Downloaded httparse v1.9.5 |
547 | 2025-02-11T19:58:16.435Z | Downloaded ctr v0.9.2 |
548 | 2025-02-11T19:58:16.438Z | Downloaded base16ct v0.2.0 |
549 | 2025-02-11T19:58:16.440Z | Downloaded bitfield-struct v0.6.2 |
550 | 2025-02-11T19:58:16.443Z | Downloaded async-bb8-diesel v0.2.1 |
551 | 2025-02-11T19:58:16.445Z | Downloaded http-body v1.0.1 |
552 | 2025-02-11T19:58:16.447Z | Downloaded home v0.5.9 |
553 | 2025-02-11T19:58:16.447Z | Downloaded cipher v0.4.4 |
554 | 2025-02-11T19:58:16.450Z | Downloaded bcrypt-pbkdf v0.10.0 |
555 | 2025-02-11T19:58:16.453Z | Downloaded hickory-resolver v0.24.2 |
556 | 2025-02-11T19:58:16.456Z | Downloaded http-range v0.1.5 |
557 | 2025-02-11T19:58:16.459Z | Downloaded highway v1.2.0 |
558 | 2025-02-11T19:58:16.461Z | Downloaded block-padding v0.3.3 |
559 | 2025-02-11T19:58:16.464Z | Downloaded atomic-waker v1.1.2 |
560 | 2025-02-11T19:58:16.464Z | Downloaded cmake v0.1.51 |
561 | 2025-02-11T19:58:16.466Z | Downloaded http-body-util v0.1.2 |
562 | 2025-02-11T19:58:16.469Z | Downloaded bitflags v1.3.2 |
563 | 2025-02-11T19:58:16.478Z | Downloaded hickory-client v0.24.2 |
564 | 2025-02-11T19:58:16.478Z | Downloaded ciborium-ll v0.2.2 |
565 | 2025-02-11T19:58:16.478Z | Downloaded blowfish v0.9.1 |
566 | 2025-02-11T19:58:16.480Z | Downloaded darling v0.20.10 |
567 | 2025-02-11T19:58:16.484Z | Downloaded chacha20 v0.9.1 |
568 | 2025-02-11T19:58:16.487Z | Downloaded crossbeam-deque v0.8.5 |
569 | 2025-02-11T19:58:16.489Z | Downloaded hmac v0.12.1 |
570 | 2025-02-11T19:58:16.492Z | Downloaded hickory-server v0.24.2 |
571 | 2025-02-11T19:58:16.498Z | Downloaded http v1.2.0 |
572 | 2025-02-11T19:58:16.504Z | Downloaded csv-core v0.1.11 |
573 | 2025-02-11T19:58:16.507Z | Downloaded hkdf v0.12.4 |
574 | 2025-02-11T19:58:16.509Z | Downloaded instant v0.1.13 |
575 | 2025-02-11T19:58:16.512Z | Downloaded ciborium v0.2.2 |
576 | 2025-02-11T19:58:16.514Z | Downloaded instability v0.3.2 |
577 | 2025-02-11T19:58:16.517Z | Downloaded crc32fast v1.4.2 |
578 | 2025-02-11T19:58:16.519Z | Downloaded hickory-proto v0.24.2 |
579 | 2025-02-11T19:58:16.536Z | Downloaded quick-error v1.2.3 |
580 | 2025-02-11T19:58:16.539Z | Downloaded httpdate v1.0.3 |
581 | 2025-02-11T19:58:16.541Z | Downloaded ahash v0.8.11 |
582 | 2025-02-11T19:58:16.544Z | Downloaded take_mut v0.2.2 |
583 | 2025-02-11T19:58:16.544Z | Downloaded sync_wrapper v1.0.1 |
584 | 2025-02-11T19:58:16.547Z | Downloaded ident_case v1.0.1 |
585 | 2025-02-11T19:58:16.547Z | Downloaded md5 v0.7.0 |
586 | 2025-02-11T19:58:16.547Z | Downloaded linked-hash-map v0.5.6 |
587 | 2025-02-11T19:58:16.550Z | Downloaded lazycell v1.3.0 |
588 | 2025-02-11T19:58:16.550Z | Downloaded rustc_version v0.1.7 |
589 | 2025-02-11T19:58:16.559Z | Downloaded rustc-hash v2.0.0 |
590 | 2025-02-11T19:58:16.559Z | Downloaded kstat-rs v0.2.4 |
591 | 2025-02-11T19:58:16.559Z | Downloaded lockfree-object-pool v0.1.6 |
592 | 2025-02-11T19:58:16.559Z | Downloaded salsa20 v0.10.2 |
593 | 2025-02-11T19:58:16.559Z | Downloaded crc-any v2.5.0 |
594 | 2025-02-11T19:58:16.562Z | Downloaded const-oid v0.9.6 |
595 | 2025-02-11T19:58:16.565Z | Downloaded linear-map v1.2.0 |
596 | 2025-02-11T19:58:16.565Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2025-02-11T19:58:16.567Z | Downloaded cookie v0.18.1 |
598 | 2025-02-11T19:58:16.571Z | Downloaded diesel_table_macro_syntax v0.2.0 |
599 | 2025-02-11T19:58:16.574Z | Downloaded hubpack_derive v0.1.1 |
600 | 2025-02-11T19:58:16.574Z | Downloaded darling_macro v0.20.10 |
601 | 2025-02-11T19:58:16.576Z | Downloaded serde-hex v0.1.0 |
602 | 2025-02-11T19:58:16.576Z | Downloaded new_debug_unreachable v1.0.6 |
603 | 2025-02-11T19:58:16.579Z | Downloaded ssh-encoding v0.2.0 |
604 | 2025-02-11T19:58:16.582Z | Downloaded internet-checksum v0.2.1 |
605 | 2025-02-11T19:58:16.582Z | Downloaded memoffset v0.9.1 |
606 | 2025-02-11T19:58:16.582Z | Downloaded hubpack v0.1.2 |
607 | 2025-02-11T19:58:16.584Z | Downloaded slog-bunyan v2.5.0 |
608 | 2025-02-11T19:58:16.584Z | Downloaded slog-async v2.8.0 |
609 | 2025-02-11T19:58:16.587Z | Downloaded arc-swap v1.7.1 |
610 | 2025-02-11T19:58:16.591Z | Downloaded multimap v0.10.0 |
611 | 2025-02-11T19:58:16.593Z | Downloaded endian-type v0.1.2 |
612 | 2025-02-11T19:58:16.593Z | Downloaded lru-cache v0.1.2 |
613 | 2025-02-11T19:58:16.596Z | Downloaded simd-adler32 v0.3.7 |
614 | 2025-02-11T19:58:16.599Z | Downloaded lalrpop-util v0.19.12 |
615 | 2025-02-11T19:58:16.599Z | Downloaded tabwriter v1.4.0 |
616 | 2025-02-11T19:58:16.602Z | Downloaded shell-words v1.1.0 |
617 | 2025-02-11T19:58:16.602Z | Downloaded mirai-annotations v1.12.0 |
618 | 2025-02-11T19:58:16.603Z | Downloaded match_cfg v0.1.0 |
619 | 2025-02-11T19:58:16.603Z | Downloaded clang-sys v1.8.1 |
620 | 2025-02-11T19:58:16.606Z | Downloaded universal-hash v0.5.1 |
621 | 2025-02-11T19:58:16.609Z | Downloaded unicase v2.7.0 |
622 | 2025-02-11T19:58:16.611Z | Downloaded nanorand v0.7.0 |
623 | 2025-02-11T19:58:16.612Z | Downloaded xz2 v0.1.7 |
624 | 2025-02-11T19:58:16.614Z | Downloaded serde_derive_internals v0.29.1 |
625 | 2025-02-11T19:58:16.618Z | Downloaded sct v0.7.1 |
626 | 2025-02-11T19:58:16.621Z | Downloaded libefi-sys v0.1.0 |
627 | 2025-02-11T19:58:16.627Z | Downloaded multer v3.1.0 |
628 | 2025-02-11T19:58:16.627Z | Downloaded mime v0.3.17 |
629 | 2025-02-11T19:58:16.631Z | Downloaded maplit v1.0.2 |
630 | 2025-02-11T19:58:16.631Z | Downloaded newline-converter v0.3.0 |
631 | 2025-02-11T19:58:16.631Z | Downloaded allocator-api2 v0.2.18 |
632 | 2025-02-11T19:58:16.634Z | Downloaded normalize-line-endings v0.3.0 |
633 | 2025-02-11T19:58:16.634Z | Downloaded newtype_derive v0.1.6 |
634 | 2025-02-11T19:58:16.640Z | Downloaded diesel-dtrace v0.4.2 |
635 | 2025-02-11T19:58:16.640Z | Downloaded snafu-derive v0.8.5 |
636 | 2025-02-11T19:58:16.640Z | Downloaded managed v0.8.0 |
637 | 2025-02-11T19:58:16.640Z | Downloaded native-tls v0.2.12 |
638 | 2025-02-11T19:58:16.643Z | Downloaded hyper-staticfile v0.10.1 |
639 | 2025-02-11T19:58:16.645Z | Downloaded base64 v0.13.1 |
640 | 2025-02-11T19:58:16.649Z | Downloaded precomputed-hash v0.1.1 |
641 | 2025-02-11T19:58:16.652Z | Downloaded termcolor v1.4.1 |
642 | 2025-02-11T19:58:16.652Z | Downloaded slog-dtrace v0.3.0 |
643 | 2025-02-11T19:58:16.654Z | Downloaded icu_locid_transform v1.5.0 |
644 | 2025-02-11T19:58:16.657Z | Downloaded zerovec-derive v0.10.3 |
645 | 2025-02-11T19:58:16.659Z | Downloaded termios v0.3.3 |
646 | 2025-02-11T19:58:16.662Z | Downloaded tap v1.0.1 |
647 | 2025-02-11T19:58:16.662Z | Downloaded term v0.7.0 |
648 | 2025-02-11T19:58:16.667Z | Downloaded fixedbitset v0.4.2 |
649 | 2025-02-11T19:58:16.670Z | Downloaded futures-channel v0.3.31 |
650 | 2025-02-11T19:58:16.670Z | Downloaded filetime v0.2.25 |
651 | 2025-02-11T19:58:16.673Z | Downloaded signal-hook-tokio v0.3.1 |
652 | 2025-02-11T19:58:16.673Z | Downloaded flagset v0.4.6 |
653 | 2025-02-11T19:58:16.675Z | Downloaded yasna v0.5.2 |
654 | 2025-02-11T19:58:16.686Z | Downloaded bytes v1.9.0 |
655 | 2025-02-11T19:58:16.686Z | Downloaded futures-core v0.3.31 |
656 | 2025-02-11T19:58:16.686Z | Downloaded sync-ptr v0.1.1 |
657 | 2025-02-11T19:58:16.686Z | Downloaded strum v0.26.3 |
658 | 2025-02-11T19:58:16.689Z | Downloaded litrs v0.4.1 |
659 | 2025-02-11T19:58:16.689Z | Downloaded sqlparser_derive v0.2.2 |
660 | 2025-02-11T19:58:16.692Z | Downloaded futures-executor v0.3.31 |
661 | 2025-02-11T19:58:16.692Z | Downloaded peg v0.8.4 |
662 | 2025-02-11T19:58:16.696Z | Downloaded parse-display v0.10.0 |
663 | 2025-02-11T19:58:16.698Z | Downloaded nodrop v0.1.14 |
664 | 2025-02-11T19:58:16.701Z | Downloaded rcgen v0.12.1 |
665 | 2025-02-11T19:58:16.708Z | Downloaded hyper-rustls v0.27.3 |
666 | 2025-02-11T19:58:16.711Z | Downloaded want v0.3.1 |
667 | 2025-02-11T19:58:16.711Z | Downloaded zone_cfg_derive v0.3.0 |
668 | 2025-02-11T19:58:16.711Z | Downloaded tower-service v0.3.3 |
669 | 2025-02-11T19:58:16.711Z | Downloaded phf_generator v0.11.2 |
670 | 2025-02-11T19:58:16.711Z | Downloaded parse-display-derive v0.10.0 |
671 | 2025-02-11T19:58:16.713Z | Downloaded predicates v3.1.2 |
672 | 2025-02-11T19:58:16.721Z | Downloaded ref-cast-impl v1.0.23 |
673 | 2025-02-11T19:58:16.724Z | Downloaded vte v0.11.1 |
674 | 2025-02-11T19:58:16.724Z | Downloaded icu_normalizer_data v1.5.0 |
675 | 2025-02-11T19:58:16.724Z | Downloaded xattr v1.3.1 |
676 | 2025-02-11T19:58:16.724Z | Downloaded icu_provider v1.5.0 |
677 | 2025-02-11T19:58:16.727Z | Downloaded rustc_version v0.4.1 |
678 | 2025-02-11T19:58:16.729Z | Downloaded schemars v0.8.21 |
679 | 2025-02-11T19:58:16.742Z | Downloaded oso-derive v0.27.3 |
680 | 2025-02-11T19:58:16.744Z | Downloaded derive_builder_macro v0.20.2 |
681 | 2025-02-11T19:58:16.744Z | Downloaded thread_local v1.1.8 |
682 | 2025-02-11T19:58:16.747Z | Downloaded hex v0.4.3 |
683 | 2025-02-11T19:58:16.751Z | Downloaded tokio-native-tls v0.3.1 |
684 | 2025-02-11T19:58:16.761Z | Downloaded phf_shared v0.10.0 |
685 | 2025-02-11T19:58:16.763Z | Downloaded fallible-iterator v0.2.0 |
686 | 2025-02-11T19:58:16.766Z | Downloaded tar v0.4.42 |
687 | 2025-02-11T19:58:16.769Z | Downloaded dyn-clone v1.0.17 |
688 | 2025-02-11T19:58:16.771Z | Downloaded unsafe-libyaml v0.2.11 |
689 | 2025-02-11T19:58:16.774Z | Downloaded wyz v0.5.1 |
690 | 2025-02-11T19:58:16.776Z | Downloaded untrusted v0.9.0 |
691 | 2025-02-11T19:58:16.779Z | Downloaded futures-io v0.3.31 |
692 | 2025-02-11T19:58:16.779Z | Downloaded indicatif v0.17.11 |
693 | 2025-02-11T19:58:16.783Z | Downloaded signal-hook-registry v1.4.2 |
694 | 2025-02-11T19:58:16.788Z | Downloaded backtrace v0.3.74 |
695 | 2025-02-11T19:58:16.791Z | Downloaded darling_core v0.20.10 |
696 | 2025-02-11T19:58:16.796Z | Downloaded proc-macro-crate v1.3.1 |
697 | 2025-02-11T19:58:16.799Z | Downloaded float-cmp v0.9.0 |
698 | 2025-02-11T19:58:16.804Z | Downloaded number_prefix v0.4.0 |
699 | 2025-02-11T19:58:16.804Z | Downloaded num_threads v0.1.7 |
700 | 2025-02-11T19:58:16.807Z | Downloaded ff v0.13.0 |
701 | 2025-02-11T19:58:16.807Z | Downloaded phf_codegen v0.11.2 |
702 | 2025-02-11T19:58:16.807Z | Downloaded progenitor-macro v0.8.0 |
703 | 2025-02-11T19:58:16.807Z | Downloaded hash32 v0.3.1 |
704 | 2025-02-11T19:58:16.810Z | Downloaded hash32 v0.2.1 |
705 | 2025-02-11T19:58:16.810Z | Downloaded phf v0.11.2 |
706 | 2025-02-11T19:58:16.812Z | Downloaded deranged v0.3.11 |
707 | 2025-02-11T19:58:16.815Z | Downloaded downcast v0.11.0 |
708 | 2025-02-11T19:58:16.817Z | Downloaded olpc-cjson v0.1.4 |
709 | 2025-02-11T19:58:16.817Z | Downloaded ecdsa v0.16.9 |
710 | 2025-02-11T19:58:16.820Z | Downloaded half v2.4.1 |
711 | 2025-02-11T19:58:16.822Z | Downloaded signal-hook v0.3.17 |
712 | 2025-02-11T19:58:16.826Z | Downloaded aes-gcm v0.10.3 |
713 | 2025-02-11T19:58:16.832Z | Downloaded tls_codec_derive v0.4.1 |
714 | 2025-02-11T19:58:16.835Z | Downloaded num-conv v0.1.0 |
715 | 2025-02-11T19:58:16.835Z | Downloaded tiny-keccak v2.0.2 |
716 | 2025-02-11T19:58:16.837Z | Downloaded serde-big-array v0.5.1 |
717 | 2025-02-11T19:58:16.840Z | Downloaded progenitor-macro v0.9.1 |
718 | 2025-02-11T19:58:16.840Z | Downloaded hyper-util v0.1.10 |
719 | 2025-02-11T19:58:16.844Z | Downloaded zeroize_derive v1.4.2 |
720 | 2025-02-11T19:58:16.847Z | Downloaded zeroize v1.8.1 |
721 | 2025-02-11T19:58:16.850Z | Downloaded pretty-hex v0.2.1 |
722 | 2025-02-11T19:58:16.850Z | Downloaded aes v0.8.4 |
723 | 2025-02-11T19:58:16.853Z | Downloaded fallible-iterator v0.3.0 |
724 | 2025-02-11T19:58:16.855Z | Downloaded waitgroup v0.1.2 |
725 | 2025-02-11T19:58:16.858Z | Downloaded percent-encoding v2.3.1 |
726 | 2025-02-11T19:58:16.858Z | Downloaded pem-rfc7468 v0.7.0 |
727 | 2025-02-11T19:58:16.860Z | Downloaded scrypt v0.11.0 |
728 | 2025-02-11T19:58:16.863Z | Downloaded scopeguard v1.2.0 |
729 | 2025-02-11T19:58:16.863Z | Downloaded schemars_derive v0.8.21 |
730 | 2025-02-11T19:58:16.869Z | Downloaded thiserror-impl-no-std v2.0.2 |
731 | 2025-02-11T19:58:16.871Z | Downloaded subtle v2.6.1 |
732 | 2025-02-11T19:58:16.871Z | Downloaded smf v0.2.3 |
733 | 2025-02-11T19:58:16.871Z | Downloaded derive_builder_core v0.20.2 |
734 | 2025-02-11T19:58:16.874Z | Downloaded scheduled-thread-pool v0.2.7 |
735 | 2025-02-11T19:58:16.874Z | Downloaded phf_shared v0.11.2 |
736 | 2025-02-11T19:58:16.876Z | Downloaded hashlink v0.9.1 |
737 | 2025-02-11T19:58:16.879Z | Downloaded futures v0.3.31 |
738 | 2025-02-11T19:58:16.891Z | Downloaded tls_codec v0.4.1 |
739 | 2025-02-11T19:58:16.894Z | Downloaded owo-colors v4.1.0 |
740 | 2025-02-11T19:58:16.894Z | Downloaded same-file v1.0.6 |
741 | 2025-02-11T19:58:16.894Z | Downloaded fallible-streaming-iterator v0.1.9 |
742 | 2025-02-11T19:58:16.894Z | Downloaded opaque-debug v0.3.1 |
743 | 2025-02-11T19:58:16.894Z | Downloaded foreign-types v0.3.2 |
744 | 2025-02-11T19:58:16.894Z | Downloaded smallvec v0.6.14 |
745 | 2025-02-11T19:58:16.897Z | Downloaded unicode-truncate v1.1.0 |
746 | 2025-02-11T19:58:16.897Z | Downloaded crossterm v0.28.1 |
747 | 2025-02-11T19:58:16.904Z | Downloaded foreign-types-shared v0.3.1 |
748 | 2025-02-11T19:58:16.906Z | Downloaded slog-stdlog v4.1.1 |
749 | 2025-02-11T19:58:16.909Z | Downloaded fd-lock v4.0.2 |
750 | 2025-02-11T19:58:16.911Z | Downloaded slog-envlogger v2.2.0 |
751 | 2025-02-11T19:58:16.920Z | Downloaded russh-cryptovec v0.7.3 |
752 | 2025-02-11T19:58:16.920Z | Downloaded progenitor-client v0.9.1 |
753 | 2025-02-11T19:58:16.920Z | Downloaded slog-scope v4.4.0 |
754 | 2025-02-11T19:58:16.923Z | Downloaded icu_collections v1.5.0 |
755 | 2025-02-11T19:58:16.923Z | Downloaded sigpipe v0.1.3 |
756 | 2025-02-11T19:58:16.925Z | Downloaded ron v0.7.1 |
757 | 2025-02-11T19:58:16.929Z | Downloaded primeorder v0.13.6 |
758 | 2025-02-11T19:58:16.931Z | Downloaded predicates-tree v1.0.11 |
759 | 2025-02-11T19:58:16.934Z | Downloaded powerfmt v0.2.0 |
760 | 2025-02-11T19:58:16.936Z | Downloaded ed25519 v2.2.3 |
761 | 2025-02-11T19:58:16.939Z | Downloaded defmt v0.3.8 |
762 | 2025-02-11T19:58:16.941Z | Downloaded postgres-protocol v0.6.7 |
763 | 2025-02-11T19:58:16.945Z | Downloaded postcard v1.0.10 |
764 | 2025-02-11T19:58:16.948Z | Downloaded debug-ignore v1.0.5 |
765 | 2025-02-11T19:58:16.948Z | Downloaded foreign-types-macros v0.2.3 |
766 | 2025-02-11T19:58:16.952Z | Downloaded tinyvec v1.8.0 |
767 | 2025-02-11T19:58:16.956Z | Downloaded which v4.4.2 |
768 | 2025-02-11T19:58:16.956Z | Downloaded slog-term v2.9.1 |
769 | 2025-02-11T19:58:16.962Z | Downloaded termtree v0.4.1 |
770 | 2025-02-11T19:58:16.962Z | Downloaded foreign-types v0.5.0 |
771 | 2025-02-11T19:58:16.962Z | Downloaded spki v0.7.3 |
772 | 2025-02-11T19:58:16.965Z | Downloaded minimal-lexical v0.2.1 |
773 | 2025-02-11T19:58:16.969Z | Downloaded tokio-rustls v0.24.1 |
774 | 2025-02-11T19:58:16.972Z | Downloaded fxhash v0.2.1 |
775 | 2025-02-11T19:58:16.972Z | Downloaded utf16_iter v1.0.5 |
776 | 2025-02-11T19:58:16.972Z | Downloaded progenitor-client v0.8.0 |
777 | 2025-02-11T19:58:16.974Z | Downloaded num-derive v0.4.2 |
778 | 2025-02-11T19:58:16.974Z | Downloaded tokio-rustls v0.25.0 |
779 | 2025-02-11T19:58:16.977Z | Downloaded rusty-fork v0.3.0 |
780 | 2025-02-11T19:58:16.980Z | Downloaded rustversion v1.0.17 |
781 | 2025-02-11T19:58:16.984Z | Downloaded parking_lot_core v0.8.6 |
782 | 2025-02-11T19:58:16.986Z | Downloaded ena v0.14.3 |
783 | 2025-02-11T19:58:16.989Z | Downloaded path-slash v0.1.5 |
784 | 2025-02-11T19:58:16.989Z | Downloaded itertools v0.10.5 |
785 | 2025-02-11T19:58:16.995Z | Downloaded time-core v0.1.2 |
786 | 2025-02-11T19:58:16.998Z | Downloaded siphasher v0.3.11 |
787 | 2025-02-11T19:58:17.001Z | Downloaded ssh-cipher v0.2.0 |
788 | 2025-02-11T19:58:17.001Z | Downloaded foldhash v0.1.3 |
789 | 2025-02-11T19:58:17.004Z | Downloaded similar v2.6.0 |
790 | 2025-02-11T19:58:17.006Z | Downloaded try-lock v0.2.5 |
791 | 2025-02-11T19:58:17.009Z | Downloaded aho-corasick v1.1.3 |
792 | 2025-02-11T19:58:17.014Z | Downloaded unarray v0.1.4 |
793 | 2025-02-11T19:58:17.016Z | Downloaded password-hash v0.4.2 |
794 | 2025-02-11T19:58:17.019Z | Downloaded time-macros v0.2.18 |
795 | 2025-02-11T19:58:17.021Z | Downloaded peg-runtime v0.8.3 |
796 | 2025-02-11T19:58:17.021Z | Downloaded headers-core v0.3.0 |
797 | 2025-02-11T19:58:17.024Z | Downloaded walkdir v2.5.0 |
798 | 2025-02-11T19:58:17.024Z | Downloaded spin v0.9.8 |
799 | 2025-02-11T19:58:17.027Z | Downloaded socket2 v0.5.7 |
800 | 2025-02-11T19:58:17.030Z | Downloaded dirs-sys-next v0.1.2 |
801 | 2025-02-11T19:58:17.032Z | Downloaded unicode-properties v0.1.3 |
802 | 2025-02-11T19:58:17.035Z | Downloaded derive_more v0.99.18 |
803 | 2025-02-11T19:58:17.039Z | Downloaded pbkdf2 v0.11.0 |
804 | 2025-02-11T19:58:17.042Z | Downloaded rpassword v7.3.1 |
805 | 2025-02-11T19:58:17.044Z | Downloaded futures-task v0.3.31 |
806 | 2025-02-11T19:58:17.047Z | Downloaded fatfs v0.3.6 |
807 | 2025-02-11T19:58:17.049Z | Downloaded parking_lot_core v0.9.10 |
808 | 2025-02-11T19:58:17.052Z | Downloaded sha1 v0.10.6 |
809 | 2025-02-11T19:58:17.054Z | Downloaded zip v0.6.6 |
810 | 2025-02-11T19:58:17.057Z | Downloaded openssl-probe v0.1.5 |
811 | 2025-02-11T19:58:17.060Z | Downloaded rustls-pemfile v1.0.4 |
812 | 2025-02-11T19:58:17.063Z | Downloaded itertools v0.13.0 |
813 | 2025-02-11T19:58:17.069Z | Downloaded num-integer v0.1.46 |
814 | 2025-02-11T19:58:17.072Z | Downloaded num-iter v0.1.45 |
815 | 2025-02-11T19:58:17.075Z | Downloaded stringprep v0.1.5 |
816 | 2025-02-11T19:58:17.078Z | Downloaded omicron-zone-package v0.12.0 |
817 | 2025-02-11T19:58:17.080Z | Downloaded pem v3.0.4 |
818 | 2025-02-11T19:58:17.083Z | Downloaded fs_extra v1.3.0 |
819 | 2025-02-11T19:58:17.083Z | Downloaded displaydoc v0.2.5 |
820 | 2025-02-11T19:58:17.086Z | Downloaded zone_cfg_derive v0.1.2 |
821 | 2025-02-11T19:58:17.088Z | Downloaded resolv-conf v0.7.0 |
822 | 2025-02-11T19:58:17.090Z | Downloaded embedded-io v0.6.1 |
823 | 2025-02-11T19:58:17.090Z | Downloaded toml_edit v0.19.15 |
824 | 2025-02-11T19:58:17.109Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2025-02-11T19:58:17.112Z | Downloaded thiserror-impl v2.0.11 |
826 | 2025-02-11T19:58:17.115Z | Downloaded strum_macros v0.24.3 |
827 | 2025-02-11T19:58:17.117Z | Downloaded test-strategy v0.3.1 |
828 | 2025-02-11T19:58:17.120Z | Downloaded subprocess v0.2.9 |
829 | 2025-02-11T19:58:17.123Z | Downloaded unicode_categories v0.1.1 |
830 | 2025-02-11T19:58:17.125Z | Downloaded openssl-macros v0.1.1 |
831 | 2025-02-11T19:58:17.127Z | Downloaded num v0.4.3 |
832 | 2025-02-11T19:58:17.127Z | Downloaded slab v0.4.9 |
833 | 2025-02-11T19:58:17.130Z | Downloaded samael v0.0.17 |
834 | 2025-02-11T19:58:17.135Z | Downloaded r2d2 v0.8.10 |
835 | 2025-02-11T19:58:17.137Z | Downloaded rand_xorshift v0.3.0 |
836 | 2025-02-11T19:58:17.141Z | Downloaded serde_urlencoded v0.7.1 |
837 | 2025-02-11T19:58:17.141Z | Downloaded serde_repr v0.1.19 |
838 | 2025-02-11T19:58:17.144Z | Downloaded funty v2.0.0 |
839 | 2025-02-11T19:58:17.144Z | Downloaded dropshot_endpoint v0.12.0 |
840 | 2025-02-11T19:58:17.146Z | Downloaded hashbrown v0.12.3 |
841 | 2025-02-11T19:58:17.150Z | Downloaded reedline v0.35.0 |
842 | 2025-02-11T19:58:17.159Z | Downloaded stable_deref_trait v1.2.0 |
843 | 2025-02-11T19:58:17.162Z | Downloaded defmt-macros v0.3.9 |
844 | 2025-02-11T19:58:17.164Z | Downloaded structmeta-derive v0.3.0 |
845 | 2025-02-11T19:58:17.167Z | Downloaded twox-hash v2.1.0 |
846 | 2025-02-11T19:58:17.169Z | Downloaded zerofrom v0.1.4 |
847 | 2025-02-11T19:58:17.169Z | Downloaded env_filter v0.1.2 |
848 | 2025-02-11T19:58:17.172Z | Downloaded static_assertions v1.1.0 |
849 | 2025-02-11T19:58:17.172Z | Downloaded des v0.8.1 |
850 | 2025-02-11T19:58:17.174Z | Downloaded sec1 v0.7.3 |
851 | 2025-02-11T19:58:17.178Z | Downloaded pin-project-internal v1.1.6 |
852 | 2025-02-11T19:58:17.180Z | Downloaded nom v7.1.3 |
853 | 2025-02-11T19:58:17.183Z | Downloaded num_enum v0.5.11 |
854 | 2025-02-11T19:58:17.188Z | Downloaded openssl-sys v0.9.105 |
855 | 2025-02-11T19:58:17.193Z | Downloaded flume v0.11.1 |
856 | 2025-02-11T19:58:17.197Z | Downloaded structmeta-derive v0.2.0 |
857 | 2025-02-11T19:58:17.200Z | Downloaded structmeta v0.2.0 |
858 | 2025-02-11T19:58:17.200Z | Downloaded strip-ansi-escapes v0.2.0 |
859 | 2025-02-11T19:58:17.203Z | Downloaded sqlformat v0.2.6 |
860 | 2025-02-11T19:58:17.205Z | Downloaded vte_generate_state_changes v0.1.2 |
861 | 2025-02-11T19:58:17.205Z | Downloaded wait-timeout v0.2.0 |
862 | 2025-02-11T19:58:17.208Z | Downloaded packed_struct v0.10.1 |
863 | 2025-02-11T19:58:17.208Z | Downloaded proptest v1.5.0 |
864 | 2025-02-11T19:58:17.218Z | Downloaded difflib v0.4.0 |
865 | 2025-02-11T19:58:17.220Z | Downloaded num_enum_derive v0.5.11 |
866 | 2025-02-11T19:58:17.220Z | Downloaded env_logger v0.11.5 |
867 | 2025-02-11T19:58:17.223Z | Downloaded whoami v1.5.2 |
868 | 2025-02-11T19:58:17.226Z | Downloaded value-bag v1.9.0 |
869 | 2025-02-11T19:58:17.228Z | Downloaded tokio-tungstenite v0.24.0 |
870 | 2025-02-11T19:58:17.230Z | Downloaded serde_with_macros v3.11.0 |
871 | 2025-02-11T19:58:17.233Z | Downloaded tokio-tungstenite v0.23.1 |
872 | 2025-02-11T19:58:17.235Z | Downloaded rand_seeder v0.3.0 |
873 | 2025-02-11T19:58:17.238Z | Downloaded typify v0.3.0 |
874 | 2025-02-11T19:58:17.242Z | Downloaded radium v0.7.0 |
875 | 2025-02-11T19:58:17.244Z | Downloaded idna v1.0.3 |
876 | 2025-02-11T19:58:17.247Z | Downloaded display-error-chain v0.2.2 |
877 | 2025-02-11T19:58:17.250Z | Downloaded pin-project-lite v0.2.14 |
878 | 2025-02-11T19:58:17.253Z | Downloaded yoke-derive v0.7.4 |
879 | 2025-02-11T19:58:17.255Z | Downloaded russh-keys v0.45.0 |
880 | 2025-02-11T19:58:17.258Z | Downloaded glob v0.3.2 |
881 | 2025-02-11T19:58:17.260Z | Downloaded ghash v0.5.1 |
882 | 2025-02-11T19:58:17.260Z | Downloaded tokio-stream v0.1.16 |
883 | 2025-02-11T19:58:17.264Z | Downloaded defmt-parser v0.3.4 |
884 | 2025-02-11T19:58:17.267Z | Downloaded secrecy v0.8.0 |
885 | 2025-02-11T19:58:17.270Z | Downloaded dirs-next v2.0.0 |
886 | 2025-02-11T19:58:17.270Z | Downloaded yoke v0.7.4 |
887 | 2025-02-11T19:58:17.270Z | Downloaded rustls-pemfile v2.2.0 |
888 | 2025-02-11T19:58:17.273Z | Downloaded oso v0.27.3 |
889 | 2025-02-11T19:58:17.276Z | Downloaded elliptic-curve v0.13.8 |
890 | 2025-02-11T19:58:17.280Z | Downloaded tough v0.19.0 |
891 | 2025-02-11T19:58:17.289Z | Downloaded rand_chacha v0.3.1 |
892 | 2025-02-11T19:58:17.291Z | Downloaded slog v2.7.0 |
893 | 2025-02-11T19:58:17.294Z | Downloaded nu-ansi-term v0.50.1 |
894 | 2025-02-11T19:58:17.296Z | Downloaded getrandom v0.2.15 |
895 | 2025-02-11T19:58:17.299Z | Downloaded pkcs1 v0.7.5 |
896 | 2025-02-11T19:58:17.302Z | Downloaded pin-project v1.1.6 |
897 | 2025-02-11T19:58:17.314Z | Downloaded rsa v0.9.6 |
898 | 2025-02-11T19:58:17.319Z | Downloaded hyper v1.5.2 |
899 | 2025-02-11T19:58:17.326Z | Downloaded dropshot_endpoint v0.15.1 |
900 | 2025-02-11T19:58:17.330Z | Downloaded portable-atomic v1.9.0 |
901 | 2025-02-11T19:58:17.337Z | Downloaded serde_yaml v0.9.34+deprecated |
902 | 2025-02-11T19:58:17.341Z | Downloaded num-bigint v0.4.6 |
903 | 2025-02-11T19:58:17.346Z | Downloaded num-traits v0.2.19 |
904 | 2025-02-11T19:58:17.349Z | Downloaded git2 v0.19.0 |
905 | 2025-02-11T19:58:17.358Z | Downloaded globset v0.4.15 |
906 | 2025-02-11T19:58:17.361Z | Downloaded zip v2.1.3 |
907 | 2025-02-11T19:58:17.365Z | Downloaded unicode-segmentation v1.12.0 |
908 | 2025-02-11T19:58:17.369Z | Downloaded steno v0.4.1 |
909 | 2025-02-11T19:58:17.375Z | Downloaded parse-zoneinfo v0.3.1 |
910 | 2025-02-11T19:58:17.377Z | Downloaded p521 v0.13.3 |
911 | 2025-02-11T19:58:17.380Z | Downloaded curve25519-dalek v4.1.3 |
912 | 2025-02-11T19:58:17.390Z | Downloaded zerocopy-derive v0.8.10 |
913 | 2025-02-11T19:58:17.397Z | Downloaded unicode-normalization v0.1.24 |
914 | 2025-02-11T19:58:17.401Z | Downloaded rustyline v14.0.0 |
915 | 2025-02-11T19:58:17.406Z | Downloaded sqlparser v0.45.0 |
916 | 2025-02-11T19:58:17.413Z | Downloaded typed-path v0.9.3 |
917 | 2025-02-11T19:58:17.419Z | Downloaded expectorate v1.1.0 |
918 | 2025-02-11T19:58:17.422Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2025-02-11T19:58:17.427Z | Downloaded vcpkg v0.2.15 |
920 | 2025-02-11T19:58:17.465Z | Downloaded ed25519-dalek v2.1.1 |
921 | 2025-02-11T19:58:17.468Z | Downloaded lalrpop v0.19.12 |
922 | 2025-02-11T19:58:17.480Z | Downloaded rand v0.8.5 |
923 | 2025-02-11T19:58:17.484Z | Downloaded time v0.3.36 |
924 | 2025-02-11T19:58:17.491Z | Downloaded russh v0.45.0 |
925 | 2025-02-11T19:58:17.497Z | Downloaded h2 v0.4.6 |
926 | 2025-02-11T19:58:17.504Z | Downloaded x509-cert v0.2.5 |
927 | 2025-02-11T19:58:17.511Z | Downloaded reqwest v0.12.9 |
928 | 2025-02-11T19:58:17.519Z | Downloaded regress v0.10.1 |
929 | 2025-02-11T19:58:17.529Z | Downloaded unicode-width v0.2.0 |
930 | 2025-02-11T19:58:17.536Z | Downloaded futures-util v0.3.31 |
931 | 2025-02-11T19:58:17.549Z | Downloaded icu_properties_data v1.5.0 |
932 | 2025-02-11T19:58:17.561Z | Downloaded serde_with v3.11.0 |
933 | 2025-02-11T19:58:17.569Z | Downloaded regex-syntax v0.6.29 |
934 | 2025-02-11T19:58:17.578Z | Downloaded rayon v1.10.0 |
935 | 2025-02-11T19:58:17.588Z | Downloaded diesel v2.2.6 |
936 | 2025-02-11T19:58:17.608Z | Downloaded winnow v0.5.40 |
937 | 2025-02-11T19:58:17.616Z | Downloaded object v0.36.5 |
938 | 2025-02-11T19:58:17.628Z | Downloaded rustls v0.21.12 |
939 | 2025-02-11T19:58:17.640Z | Downloaded gimli v0.31.1 |
940 | 2025-02-11T19:58:17.649Z | Downloaded zerocopy v0.8.10 |
941 | 2025-02-11T19:58:17.673Z | Downloaded radix_trie v0.2.1 |
942 | 2025-02-11T19:58:17.678Z | Downloaded regex v1.11.1 |
943 | 2025-02-11T19:58:17.692Z | Downloaded openssl v0.10.70 |
944 | 2025-02-11T19:58:17.702Z | Downloaded rustls v0.23.19 |
945 | 2025-02-11T19:58:17.714Z | Downloaded object v0.30.4 |
946 | 2025-02-11T19:58:17.724Z | Downloaded dropshot v0.15.1 |
947 | 2025-02-11T19:58:17.747Z | Downloaded smoltcp v0.11.0 |
948 | 2025-02-11T19:58:17.760Z | Downloaded rustls v0.22.4 |
949 | 2025-02-11T19:58:17.773Z | Downloaded regress v0.9.1 |
950 | 2025-02-11T19:58:17.782Z | Downloaded regex-syntax v0.8.5 |
951 | 2025-02-11T19:58:17.791Z | Downloaded openapiv3 v2.0.0 |
952 | 2025-02-11T19:58:17.803Z | Downloaded dropshot v0.12.0 |
953 | 2025-02-11T19:58:17.824Z | Downloaded typify-impl v0.2.0 |
954 | 2025-02-11T19:58:17.840Z | Downloaded nix v0.29.0 |
955 | 2025-02-11T19:58:17.852Z | Downloaded nix v0.28.0 |
956 | 2025-02-11T19:58:17.864Z | Downloaded typify-impl v0.3.0 |
957 | 2025-02-11T19:58:17.880Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
958 | 2025-02-11T19:58:17.894Z | Downloaded regex-automata v0.4.8 |
959 | 2025-02-11T19:58:17.910Z | Downloaded ratatui v0.28.1 |
960 | 2025-02-11T19:58:17.930Z | Downloaded sled v0.34.7 |
961 | 2025-02-11T19:58:17.941Z | Downloaded rustls-webpki v0.102.8 |
962 | 2025-02-11T19:58:17.958Z | Downloaded webpki-roots v0.26.6 |
963 | 2025-02-11T19:58:17.962Z | Downloaded smoltcp v0.9.1 |
964 | 2025-02-11T19:58:17.973Z | Downloaded nix v0.27.1 |
965 | 2025-02-11T19:58:17.983Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2025-02-11T19:58:17.994Z | Downloaded quinn-proto v0.11.8 |
967 | 2025-02-11T19:58:18.001Z | Downloaded polar-core v0.27.3 |
968 | 2025-02-11T19:58:18.009Z | Downloaded bstr v1.10.0 |
969 | 2025-02-11T19:58:18.020Z | Downloaded petgraph v0.6.5 |
970 | 2025-02-11T19:58:18.038Z | Downloaded p384 v0.13.0 |
971 | 2025-02-11T19:58:18.044Z | Downloaded lzma-sys v0.1.20 |
972 | 2025-02-11T19:58:18.072Z | Downloaded chrono-tz v0.10.1 |
973 | 2025-02-11T19:58:18.080Z | Downloaded csv v1.3.1 |
974 | 2025-02-11T19:58:18.100Z | Downloaded sha3 v0.10.8 |
975 | 2025-02-11T19:58:18.107Z | Downloaded tokio v1.43.0 |
976 | 2025-02-11T19:58:18.143Z | Downloaded libz-sys v1.1.20 |
977 | 2025-02-11T19:58:18.163Z | Downloaded heapless v0.7.17 |
978 | 2025-02-11T19:58:18.166Z | Downloaded salty v0.3.0 |
979 | 2025-02-11T19:58:18.173Z | Downloaded petname v2.0.2 |
980 | 2025-02-11T19:58:18.180Z | Downloaded tracing-core v0.1.32 |
981 | 2025-02-11T19:58:18.183Z | Downloaded uuid v1.12.0 |
982 | 2025-02-11T19:58:18.185Z | Downloaded chrono v0.4.39 |
983 | 2025-02-11T19:58:18.192Z | Downloaded bindgen v0.69.5 |
984 | 2025-02-11T19:58:18.199Z | Downloaded heck v0.3.3 |
985 | 2025-02-11T19:58:18.201Z | Downloaded progenitor v0.9.1 |
986 | 2025-02-11T19:58:18.204Z | Downloaded progenitor v0.8.0 |
987 | 2025-02-11T19:58:18.204Z | Downloaded pkg-config v0.3.31 |
988 | 2025-02-11T19:58:18.206Z | Downloaded pin-utils v0.1.0 |
989 | 2025-02-11T19:58:18.207Z | Downloaded parking_lot v0.11.2 |
990 | 2025-02-11T19:58:18.209Z | Downloaded tungstenite v0.24.0 |
991 | 2025-02-11T19:58:18.212Z | Downloaded der v0.7.9 |
992 | 2025-02-11T19:58:18.216Z | Downloaded env_logger v0.10.2 |
993 | 2025-02-11T19:58:18.219Z | Downloaded diff v0.1.13 |
994 | 2025-02-11T19:58:18.222Z | Downloaded hashbrown v0.13.2 |
995 | 2025-02-11T19:58:18.227Z | Downloaded flate2 v1.0.35 |
996 | 2025-02-11T19:58:18.232Z | Downloaded string_cache v0.8.7 |
997 | 2025-02-11T19:58:18.234Z | Downloaded tokio-tungstenite v0.21.0 |
998 | 2025-02-11T19:58:18.237Z | Downloaded tokio-rustls v0.26.0 |
999 | 2025-02-11T19:58:18.239Z | Downloaded zerovec v0.10.4 |
1000 | 2025-02-11T19:58:18.244Z | Downloaded hashbrown v0.14.5 |
1001 | 2025-02-11T19:58:18.249Z | Downloaded rustls-webpki v0.101.7 |
1002 | 2025-02-11T19:58:18.262Z | Downloaded bitvec v1.0.1 |
1003 | 2025-02-11T19:58:18.277Z | Downloaded typify-macro v0.3.0 |
1004 | 2025-02-11T19:58:18.279Z | Downloaded typify-macro v0.2.0 |
1005 | 2025-02-11T19:58:18.279Z | Downloaded pbkdf2 v0.12.2 |
1006 | 2025-02-11T19:58:18.279Z | Downloaded packed_struct_codegen v0.10.1 |
1007 | 2025-02-11T19:58:18.282Z | Downloaded semver v0.1.20 |
1008 | 2025-02-11T19:58:18.282Z | Downloaded data-encoding v2.6.0 |
1009 | 2025-02-11T19:58:18.284Z | Downloaded zone v0.3.0 |
1010 | 2025-02-11T19:58:18.284Z | Downloaded zone v0.1.8 |
1011 | 2025-02-11T19:58:18.284Z | Downloaded typify v0.2.0 |
1012 | 2025-02-11T19:58:18.287Z | Downloaded aws-lc-rs v1.10.0 |
1013 | 2025-02-11T19:58:18.296Z | Downloaded num-rational v0.4.2 |
1014 | 2025-02-11T19:58:18.298Z | Downloaded encoding_rs v0.8.34 |
1015 | 2025-02-11T19:58:18.319Z | Downloaded tokio-postgres v0.7.12 |
1016 | 2025-02-11T19:58:18.324Z | Downloaded blake3 v1.5.4 |
1017 | 2025-02-11T19:58:18.333Z | Downloaded prettyplease v0.2.25 |
1018 | 2025-02-11T19:58:18.336Z | Downloaded gethostname v0.5.0 |
1019 | 2025-02-11T19:58:18.336Z | Downloaded fragile v2.0.0 |
1020 | 2025-02-11T19:58:18.338Z | Downloaded embedded-io v0.4.0 |
1021 | 2025-02-11T19:58:18.341Z | Downloaded tracing-attributes v0.1.27 |
1022 | 2025-02-11T19:58:18.341Z | Downloaded quick-xml v0.33.0 |
1023 | 2025-02-11T19:58:18.347Z | Downloaded rtoolbox v0.0.2 |
1024 | 2025-02-11T19:58:18.350Z | Downloaded signature v2.2.0 |
1025 | 2025-02-11T19:58:18.350Z | Downloaded uzers v0.12.1 |
1026 | 2025-02-11T19:58:18.353Z | Downloaded rand_core v0.6.4 |
1027 | 2025-02-11T19:58:18.358Z | Downloaded thiserror v2.0.11 |
1028 | 2025-02-11T19:58:18.360Z | Downloaded password-hash v0.5.0 |
1029 | 2025-02-11T19:58:18.363Z | Downloaded url v2.5.3 |
1030 | 2025-02-11T19:58:18.365Z | Downloaded tracing v0.1.40 |
1031 | 2025-02-11T19:58:18.368Z | Downloaded futures-sink v0.3.31 |
1032 | 2025-02-11T19:58:18.371Z | Downloaded futures-macro v0.3.31 |
1033 | 2025-02-11T19:58:18.371Z | Downloaded utf8_iter v1.0.4 |
1034 | 2025-02-11T19:58:18.371Z | Downloaded zerocopy v0.6.6 |
1035 | 2025-02-11T19:58:18.374Z | Downloaded rusqlite v0.32.1 |
1036 | 2025-02-11T19:58:18.379Z | Downloaded libxml v0.3.3 |
1037 | 2025-02-11T19:58:18.386Z | Downloaded p256 v0.13.2 |
1038 | 2025-02-11T19:58:18.389Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1039 | 2025-02-11T19:58:18.445Z | Downloaded headers v0.4.0 |
1040 | 2025-02-11T19:58:18.450Z | Downloaded termtree v0.5.1 |
1041 | 2025-02-11T19:58:18.453Z | Downloaded strum_macros v0.25.3 |
1042 | 2025-02-11T19:58:18.457Z | Downloaded postgres-types v0.2.8 |
1043 | 2025-02-11T19:58:18.460Z | Downloaded rfc6979 v0.4.0 |
1044 | 2025-02-11T19:58:18.460Z | Downloaded quinn-udp v0.5.5 |
1045 | 2025-02-11T19:58:18.460Z | Downloaded poly1305 v0.8.0 |
1046 | 2025-02-11T19:58:18.462Z | Downloaded zopfli v0.8.1 |
1047 | 2025-02-11T19:58:18.466Z | Downloaded itertools v0.12.1 |
1048 | 2025-02-11T19:58:18.470Z | Downloaded parse-size v1.1.0 |
1049 | 2025-02-11T19:58:18.472Z | Downloaded paste v1.0.15 |
1050 | 2025-02-11T19:58:18.475Z | Downloaded libm v0.2.8 |
1051 | 2025-02-11T19:58:18.481Z | Downloaded num-complex v0.4.6 |
1052 | 2025-02-11T19:58:18.484Z | Downloaded rustls-pki-types v1.10.0 |
1053 | 2025-02-11T19:58:18.486Z | Downloaded tokio-util v0.7.12 |
1054 | 2025-02-11T19:58:18.492Z | Downloaded parking_lot v0.12.3 |
1055 | 2025-02-11T19:58:18.495Z | Downloaded tungstenite v0.21.0 |
1056 | 2025-02-11T19:58:18.498Z | Downloaded ssh-key v0.6.6 |
1057 | 2025-02-11T19:58:18.504Z | Downloaded tokio-macros v2.5.0 |
1058 | 2025-02-11T19:58:18.507Z | Downloaded smallvec v1.13.2 |
1059 | 2025-02-11T19:58:18.509Z | Downloaded derive-where v1.2.7 |
1060 | 2025-02-11T19:58:18.512Z | Downloaded rayon-core v1.12.1 |
1061 | 2025-02-11T19:58:18.515Z | Downloaded qorb v0.2.1 |
1062 | 2025-02-11T19:58:18.518Z | Downloaded publicsuffix v2.3.0 |
1063 | 2025-02-11T19:58:18.521Z | Downloaded slog-json v2.6.1 |
1064 | 2025-02-11T19:58:18.524Z | Downloaded progenitor-impl v0.9.1 |
1065 | 2025-02-11T19:58:18.524Z | Downloaded progenitor-impl v0.8.0 |
1066 | 2025-02-11T19:58:18.527Z | Downloaded foreign-types-shared v0.1.1 |
1067 | 2025-02-11T19:58:18.527Z | Downloaded serde_plain v1.0.2 |
1068 | 2025-02-11T19:58:18.529Z | Downloaded polyval v0.6.2 |
1069 | 2025-02-11T19:58:18.530Z | Downloaded group v0.13.0 |
1070 | 2025-02-11T19:58:18.532Z | Downloaded float-ord v0.3.2 |
1071 | 2025-02-11T19:58:18.532Z | Downloaded document-features v0.2.10 |
1072 | 2025-02-11T19:58:18.535Z | Downloaded der_derive v0.7.3 |
1073 | 2025-02-11T19:58:18.535Z | Downloaded mio v1.0.2 |
1074 | 2025-02-11T19:58:18.541Z | Downloaded pkcs5 v0.7.1 |
1075 | 2025-02-11T19:58:18.545Z | Downloaded diesel_derives v2.2.3 |
1076 | 2025-02-11T19:58:18.549Z | Downloaded unicode-bidi v0.3.17 |
1077 | 2025-02-11T19:58:18.552Z | Downloaded tungstenite v0.23.0 |
1078 | 2025-02-11T19:58:18.555Z | Downloaded icu_properties v1.5.1 |
1079 | 2025-02-11T19:58:18.558Z | Downloaded zerofrom-derive v0.1.4 |
1080 | 2025-02-11T19:58:18.561Z | Downloaded utf-8 v0.7.6 |
1081 | 2025-02-11T19:58:18.561Z | Downloaded unicode-xid v0.2.6 |
1082 | 2025-02-11T19:58:18.563Z | Downloaded tinystr v0.7.6 |
1083 | 2025-02-11T19:58:18.563Z | Downloaded peg-macros v0.8.4 |
1084 | 2025-02-11T19:58:18.565Z | Downloaded mockall_derive v0.13.0 |
1085 | 2025-02-11T19:58:18.568Z | Downloaded untrusted v0.7.1 |
1086 | 2025-02-11T19:58:18.568Z | Downloaded rustc-demangle v0.1.24 |
1087 | 2025-02-11T19:58:18.572Z | Downloaded icu_locid v1.5.0 |
1088 | 2025-02-11T19:58:18.575Z | Downloaded dsl_auto_type v0.1.2 |
1089 | 2025-02-11T19:58:18.575Z | Downloaded ron v0.8.1 |
1090 | 2025-02-11T19:58:18.580Z | Downloaded writeable v0.5.5 |
1091 | 2025-02-11T19:58:18.583Z | Downloaded write16 v1.0.0 |
1092 | 2025-02-11T19:58:18.583Z | Downloaded topological-sort v0.2.2 |
1093 | 2025-02-11T19:58:18.586Z | Downloaded pkcs8 v0.10.2 |
1094 | 2025-02-11T19:58:18.589Z | Downloaded snafu v0.8.5 |
1095 | 2025-02-11T19:58:18.592Z | Downloaded quinn v0.11.5 |
1096 | 2025-02-11T19:58:18.595Z | Downloaded tinyvec_macros v0.1.1 |
1097 | 2025-02-11T19:58:18.597Z | Downloaded supports-color v3.0.1 |
1098 | 2025-02-11T19:58:18.597Z | Downloaded signal-hook-mio v0.2.4 |
1099 | 2025-02-11T19:58:18.600Z | Downloaded serde_path_to_error v0.1.16 |
1100 | 2025-02-11T19:58:18.600Z | Downloaded rustfmt-wrapper v0.2.1 |
1101 | 2025-02-11T19:58:18.603Z | Downloaded rustc-hash v1.1.0 |
1102 | 2025-02-11T19:58:18.603Z | Downloaded vergen v8.3.2 |
1103 | 2025-02-11T19:58:18.607Z | Downloaded miniz_oxide v0.8.0 |
1104 | 2025-02-11T19:58:18.607Z | Downloaded cc v1.1.30 |
1105 | 2025-02-11T19:58:18.610Z | Downloaded base64 v0.21.7 |
1106 | 2025-02-11T19:58:18.614Z | Downloaded heapless v0.8.0 |
1107 | 2025-02-11T19:58:18.617Z | Downloaded indexmap v1.9.3 |
1108 | 2025-02-11T19:58:18.620Z | Downloaded icu_locid_transform_data v1.5.0 |
1109 | 2025-02-11T19:58:18.623Z | Downloaded toml v0.7.8 |
1110 | 2025-02-11T19:58:18.625Z | Downloaded icu_normalizer v1.5.0 |
1111 | 2025-02-11T19:58:18.630Z | Downloaded vsss-rs v3.3.4 |
1112 | 2025-02-11T19:58:18.633Z | Downloaded ref-cast v1.0.23 |
1113 | 2025-02-11T19:58:18.635Z | Downloaded psl-types v2.0.11 |
1114 | 2025-02-11T19:58:18.638Z | Downloaded predicates-core v1.0.8 |
1115 | 2025-02-11T19:58:18.638Z | Downloaded ppv-lite86 v0.2.20 |
1116 | 2025-02-11T19:58:18.640Z | Downloaded strum_macros v0.26.4 |
1117 | 2025-02-11T19:58:18.643Z | Downloaded toolchain_find v0.4.0 |
1118 | 2025-02-11T19:58:18.643Z | Downloaded bumpalo v3.16.0 |
1119 | 2025-02-11T19:58:18.645Z | Downloaded crossbeam-channel v0.5.13 |
1120 | 2025-02-11T19:58:18.649Z | Downloaded const_format v0.2.34 |
1121 | 2025-02-11T19:58:18.654Z | Downloaded compact_str v0.8.0 |
1122 | 2025-02-11T19:58:18.657Z | Downloaded base64 v0.22.1 |
1123 | 2025-02-11T19:58:18.661Z | Downloaded nibble_vec v0.1.0 |
1124 | 2025-02-11T19:58:18.663Z | Downloaded newtype-uuid v1.2.1 |
1125 | 2025-02-11T19:58:18.663Z | Downloaded hex-literal v0.4.1 |
1126 | 2025-02-11T19:58:18.666Z | Downloaded derive_builder v0.20.2 |
1127 | 2025-02-11T19:58:18.669Z | Downloaded memmap2 v0.9.5 |
1128 | 2025-02-11T19:58:18.671Z | Downloaded humantime v2.1.0 |
1129 | 2025-02-11T19:58:18.674Z | Downloaded form_urlencoded v1.2.1 |
1130 | 2025-02-11T19:58:18.674Z | Downloaded enum-as-inner v0.6.1 |
1131 | 2025-02-11T19:58:18.676Z | Downloaded either v1.13.0 |
1132 | 2025-02-11T19:58:18.676Z | Downloaded dunce v1.0.5 |
1133 | 2025-02-11T19:58:18.676Z | Downloaded mockall v0.13.0 |
1134 | 2025-02-11T19:58:18.679Z | Downloaded mime_guess v2.0.5 |
1135 | 2025-02-11T19:58:18.681Z | Downloaded iana-time-zone v0.1.61 |
1136 | 2025-02-11T19:58:18.684Z | Downloaded synstructure v0.13.1 |
1137 | 2025-02-11T19:58:18.684Z | Downloaded structmeta v0.3.0 |
1138 | 2025-02-11T19:58:18.684Z | Downloaded crypto-bigint v0.5.5 |
1139 | 2025-02-11T19:58:18.691Z | Downloaded md-5 v0.10.6 |
1140 | 2025-02-11T19:58:18.694Z | Downloaded lru v0.12.5 |
1141 | 2025-02-11T19:58:18.694Z | Downloaded libsw v3.3.1 |
1142 | 2025-02-11T19:58:18.696Z | Downloaded libloading v0.8.5 |
1143 | 2025-02-11T19:58:18.697Z | Downloaded impl-trait-for-tuples v0.2.2 |
1144 | 2025-02-11T19:58:18.699Z | Downloaded maybe-uninit v2.0.0 |
1145 | 2025-02-11T19:58:18.702Z | Downloaded shlex v1.3.0 |
1146 | 2025-02-11T19:58:18.702Z | Downloaded crossbeam-utils v0.8.20 |
1147 | 2025-02-11T19:58:18.704Z | Downloaded inout v0.1.3 |
1148 | 2025-02-11T19:58:18.707Z | Downloaded indoc v1.0.9 |
1149 | 2025-02-11T19:58:18.709Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2025-02-11T19:58:18.709Z | Downloaded litemap v0.7.3 |
1151 | 2025-02-11T19:58:18.712Z | Downloaded lock_api v0.4.12 |
1152 | 2025-02-11T19:58:18.714Z | Downloaded jobserver v0.1.32 |
1153 | 2025-02-11T19:58:18.717Z | Downloaded tui-tree-widget v0.22.0 |
1154 | 2025-02-11T19:58:18.717Z | Downloaded indent_write v2.2.0 |
1155 | 2025-02-11T19:58:18.720Z | Downloaded idna_adapter v1.2.0 |
1156 | 2025-02-11T19:58:18.720Z | Downloaded hyper-tls v0.6.0 |
1157 | 2025-02-11T19:58:18.720Z | Downloaded lazy_static v1.5.0 |
1158 | 2025-02-11T19:58:18.723Z | Downloaded keccak v0.1.5 |
1159 | 2025-02-11T19:58:18.723Z | Downloaded icu_provider_macros v1.5.0 |
1160 | 2025-02-11T19:58:18.725Z | Downloaded is_ci v1.2.0 |
1161 | 2025-02-11T19:58:18.725Z | Downloaded is-terminal v0.4.13 |
1162 | 2025-02-11T19:58:18.725Z | Downloaded ipnetwork v0.20.0 |
1163 | 2025-02-11T19:58:18.727Z | Downloaded ipnet v2.10.1 |
1164 | 2025-02-11T19:58:18.731Z | Downloaded blake2 v0.10.6 |
1165 | 2025-02-11T19:58:18.731Z | Downloaded base64ct v1.6.0 |
1166 | 2025-02-11T19:58:18.733Z | Downloaded backoff v0.4.0 |
1167 | 2025-02-11T19:58:18.736Z | Downloaded console v0.15.10 |
1168 | 2025-02-11T19:58:18.738Z | Downloaded cookie_store v0.21.1 |
1169 | 2025-02-11T19:58:18.741Z | Downloaded buf-list v1.0.3 |
1170 | 2025-02-11T19:58:18.743Z | Downloaded cbc v0.1.2 |
1171 | 2025-02-11T19:58:18.743Z | Downloaded bcs v0.1.6 |
1172 | 2025-02-11T19:58:18.748Z | Downloaded cancel-safe-futures v0.1.5 |
1173 | 2025-02-11T19:58:18.751Z | Downloaded bzip2 v0.4.4 |
1174 | 2025-02-11T19:58:18.751Z | Downloaded bit-set v0.5.3 |
1175 | 2025-02-11T19:58:18.753Z | Downloaded bitfield v0.14.0 |
1176 | 2025-02-11T19:58:18.753Z | Downloaded argon2 v0.5.3 |
1177 | 2025-02-11T19:58:18.756Z | Downloaded hostname v0.3.1 |
1178 | 2025-02-11T19:58:18.759Z | Downloaded curve25519-dalek-derive v0.1.1 |
1179 | 2025-02-11T19:58:18.759Z | Downloaded colored v2.1.0 |
1180 | 2025-02-11T19:58:18.761Z | Downloaded hostname v0.4.0 |
1181 | 2025-02-11T19:58:18.764Z | Downloaded crc-catalog v2.4.0 |
1182 | 2025-02-11T19:58:18.764Z | Downloaded crunchy v0.2.2 |
1183 | 2025-02-11T19:58:18.764Z | Downloaded convert_case v0.4.0 |
1184 | 2025-02-11T19:58:18.767Z | Downloaded constant_time_eq v0.3.1 |
1185 | 2025-02-11T19:58:18.767Z | Downloaded const_format_proc_macros v0.2.34 |
1186 | 2025-02-11T19:58:18.770Z | Downloaded cobs v0.2.3 |
1187 | 2025-02-11T19:58:18.770Z | Downloaded chrono-tz-build v0.4.0 |
1188 | 2025-02-11T19:58:18.773Z | Downloaded bit-vec v0.6.3 |
1189 | 2025-02-11T19:58:18.773Z | Downloaded adler2 v2.0.0 |
1190 | 2025-02-11T19:58:18.773Z | Downloaded cexpr v0.6.0 |
1191 | 2025-02-11T19:58:18.775Z | Downloaded castaway v0.2.3 |
1192 | 2025-02-11T19:58:18.784Z | Downloaded ring v0.17.8 |
1193 | 2025-02-11T19:58:18.898Z | Downloaded libsqlite3-sys v0.30.1 |
1194 | 2025-02-11T19:58:19.120Z | Downloaded aws-lc-sys v0.22.0 |
1195 | 2025-02-11T19:58:19.435Z | Compiling serde v1.0.217 |
1196 | 2025-02-11T19:58:19.443Z | Compiling lock_api v0.4.12 |
1197 | 2025-02-11T19:58:19.443Z | Compiling value-bag v1.9.0 |
1198 | 2025-02-11T19:58:19.443Z | Compiling scopeguard v1.2.0 |
1199 | 2025-02-11T19:58:19.443Z | Compiling typenum v1.17.0 |
1200 | 2025-02-11T19:58:19.586Z | Compiling generic-array v0.14.7 |
1201 | 2025-02-11T19:58:19.637Z | Compiling syn v2.0.96 |
1202 | 2025-02-11T19:58:19.653Z | Compiling getrandom v0.2.15 |
1203 | 2025-02-11T19:58:19.800Z | Compiling shlex v1.3.0 |
1204 | 2025-02-11T19:58:19.985Z | Compiling rand_core v0.6.4 |
1205 | 2025-02-11T19:58:20.028Z | Compiling log v0.4.22 |
1206 | 2025-02-11T19:58:20.142Z | Compiling subtle v2.6.1 |
1207 | 2025-02-11T19:58:20.182Z | Compiling jobserver v0.1.32 |
1208 | 2025-02-11T19:58:20.214Z | Compiling smallvec v1.13.2 |
1209 | 2025-02-11T19:58:20.653Z | Compiling cc v1.1.30 |
1210 | 2025-02-11T19:58:20.653Z | Compiling const-oid v0.9.6 |
1211 | 2025-02-11T19:58:20.707Z | Compiling pin-project-lite v0.2.14 |
1212 | 2025-02-11T19:58:20.725Z | Compiling rustix v0.38.37 |
1213 | 2025-02-11T19:58:20.861Z | Compiling spin v0.9.8 |
1214 | 2025-02-11T19:58:20.917Z | Compiling parking_lot_core v0.9.10 |
1215 | 2025-02-11T19:58:21.075Z | Compiling futures-core v0.3.31 |
1216 | 2025-02-11T19:58:21.331Z | Compiling signal-hook-registry v1.4.2 |
1217 | 2025-02-11T19:58:21.365Z | Compiling mio v1.0.2 |
1218 | 2025-02-11T19:58:21.645Z | Compiling aho-corasick v1.1.3 |
1219 | 2025-02-11T19:58:22.077Z | Compiling parking_lot v0.12.3 |
1220 | 2025-02-11T19:58:22.106Z | Compiling either v1.13.0 |
1221 | 2025-02-11T19:58:22.252Z | Compiling cpufeatures v0.2.14 |
1222 | 2025-02-11T19:58:22.382Z | Compiling regex-syntax v0.8.5 |
1223 | 2025-02-11T19:58:22.574Z | Compiling stable_deref_trait v1.2.0 |
1224 | 2025-02-11T19:58:22.588Z | Compiling futures-sink v0.3.31 |
1225 | 2025-02-11T19:58:22.683Z | Compiling glob v0.3.2 |
1226 | 2025-02-11T19:58:22.734Z | Compiling socket2 v0.5.7 |
1227 | 2025-02-11T19:58:22.871Z | Compiling slab v0.4.9 |
1228 | 2025-02-11T19:58:22.999Z | Compiling prettyplease v0.2.25 |
1229 | 2025-02-11T19:58:23.332Z | Compiling lazy_static v1.5.0 |
1230 | 2025-02-11T19:58:23.363Z | Compiling minimal-lexical v0.2.1 |
1231 | 2025-02-11T19:58:23.495Z | Compiling serde_json v1.0.135 |
1232 | 2025-02-11T19:58:23.657Z | Compiling clang-sys v1.8.1 |
1233 | 2025-02-11T19:58:23.876Z | Compiling nom v7.1.3 |
1234 | 2025-02-11T19:58:23.923Z | Compiling libloading v0.8.5 |
1235 | 2025-02-11T19:58:24.017Z | Compiling bindgen v0.69.5 |
1236 | 2025-02-11T19:58:24.330Z | Compiling home v0.5.9 |
1237 | 2025-02-11T19:58:24.599Z | Compiling futures-channel v0.3.31 |
1238 | 2025-02-11T19:58:24.756Z | Compiling itertools v0.12.1 |
1239 | 2025-02-11T19:58:24.888Z | Compiling foldhash v0.1.3 |
1240 | 2025-02-11T19:58:25.002Z | Compiling libm v0.2.8 |
1241 | 2025-02-11T19:58:25.188Z | Compiling allocator-api2 v0.2.18 |
1242 | 2025-02-11T19:58:25.335Z | Compiling futures-io v0.3.31 |
1243 | 2025-02-11T19:58:25.612Z | Compiling rustc-hash v1.1.0 |
1244 | 2025-02-11T19:58:25.784Z | Compiling pin-utils v0.1.0 |
1245 | 2025-02-11T19:58:25.898Z | Compiling futures-task v0.3.31 |
1246 | 2025-02-11T19:58:25.988Z | Compiling lazycell v1.3.0 |
1247 | 2025-02-11T19:58:26.174Z | Compiling regex-automata v0.4.8 |
1248 | 2025-02-11T19:58:26.210Z | Compiling hashbrown v0.15.1 |
1249 | 2025-02-11T19:58:26.646Z | Compiling cmake v0.1.51 |
1250 | 2025-02-11T19:58:27.225Z | Compiling synstructure v0.13.1 |
1251 | 2025-02-11T19:58:27.557Z | Compiling cexpr v0.6.0 |
1252 | 2025-02-11T19:58:27.688Z | Compiling num-traits v0.2.19 |
1253 | 2025-02-11T19:58:27.992Z | Compiling fs_extra v1.3.0 |
1254 | 2025-02-11T19:58:28.548Z | Compiling pkg-config v0.3.31 |
1255 | 2025-02-11T19:58:28.679Z | Compiling dunce v1.0.5 |
1256 | 2025-02-11T19:58:28.963Z | Compiling litemap v0.7.3 |
1257 | 2025-02-11T19:58:29.201Z | Compiling writeable v0.5.5 |
1258 | 2025-02-11T19:58:29.364Z | Compiling ring v0.17.8 |
1259 | 2025-02-11T19:58:29.777Z | Compiling base64ct v1.6.0 |
1260 | 2025-02-11T19:58:30.197Z | Compiling paste v1.0.15 |
1261 | 2025-02-11T19:58:30.242Z | Compiling httparse v1.9.5 |
1262 | 2025-02-11T19:58:30.424Z | Compiling pem-rfc7468 v0.7.0 |
1263 | 2025-02-11T19:58:30.815Z | Compiling flagset v0.4.6 |
1264 | 2025-02-11T19:58:30.990Z | Compiling icu_locid_transform_data v1.5.0 |
1265 | 2025-02-11T19:58:31.070Z | Compiling aws-lc-rs v1.10.0 |
1266 | 2025-02-11T19:58:31.207Z | Compiling tracing-core v0.1.32 |
1267 | 2025-02-11T19:58:31.498Z | Compiling icu_properties_data v1.5.0 |
1268 | 2025-02-11T19:58:31.696Z | Compiling percent-encoding v2.3.1 |
1269 | 2025-02-11T19:58:31.769Z | Compiling regex v1.11.1 |
1270 | 2025-02-11T19:58:32.063Z | Compiling crossbeam-utils v0.8.20 |
1271 | 2025-02-11T19:58:32.332Z | Compiling rustls-pki-types v1.10.0 |
1272 | 2025-02-11T19:58:32.677Z | Compiling icu_normalizer_data v1.5.0 |
1273 | 2025-02-11T19:58:32.808Z | Compiling untrusted v0.7.1 |
1274 | 2025-02-11T19:58:32.830Z | Compiling mirai-annotations v1.12.0 |
1275 | 2025-02-11T19:58:33.103Z | Compiling vcpkg v0.2.15 |
1276 | 2025-02-11T19:58:33.109Z | Compiling powerfmt v0.2.0 |
1277 | 2025-02-11T19:58:33.121Z | Compiling serde_derive v1.0.217 |
1278 | 2025-02-11T19:58:33.175Z | Compiling zeroize_derive v1.4.2 |
1279 | 2025-02-11T19:58:33.395Z | Compiling zerocopy-derive v0.7.35 |
1280 | 2025-02-11T19:58:33.481Z | Compiling zerofrom-derive v0.1.4 |
1281 | 2025-02-11T19:58:34.768Z | Compiling zeroize v1.8.1 |
1282 | 2025-02-11T19:58:34.968Z | Compiling tokio-macros v2.5.0 |
1283 | 2025-02-11T19:58:35.220Z | Compiling yoke-derive v0.7.4 |
1284 | 2025-02-11T19:58:35.627Z | Compiling zerocopy v0.7.35 |
1285 | 2025-02-11T19:58:36.490Z | Compiling crypto-common v0.1.6 |
1286 | 2025-02-11T19:58:36.514Z | Compiling block-buffer v0.10.4 |
1287 | 2025-02-11T19:58:36.531Z | Compiling thiserror-impl v1.0.69 |
1288 | 2025-02-11T19:58:36.768Z | Compiling digest v0.10.7 |
1289 | 2025-02-11T19:58:36.803Z | Compiling zerovec-derive v0.10.3 |
1290 | 2025-02-11T19:58:37.076Z | Compiling futures-macro v0.3.31 |
1291 | 2025-02-11T19:58:37.254Z | Compiling hmac v0.12.1 |
1292 | 2025-02-11T19:58:37.339Z | Compiling zerofrom v0.1.4 |
1293 | 2025-02-11T19:58:37.522Z | Compiling displaydoc v0.2.5 |
1294 | 2025-02-11T19:58:37.592Z | Compiling block-padding v0.3.3 |
1295 | 2025-02-11T19:58:37.845Z | Compiling inout v0.1.3 |
1296 | 2025-02-11T19:58:37.869Z | Compiling sha2 v0.10.8 |
1297 | 2025-02-11T19:58:37.976Z | Compiling yoke v0.7.4 |
1298 | 2025-02-11T19:58:38.131Z | Compiling cipher v0.4.4 |
1299 | 2025-02-11T19:58:38.354Z | Compiling icu_provider_macros v1.5.0 |
1300 | 2025-02-11T19:58:38.652Z | Compiling ppv-lite86 v0.2.20 |
1301 | 2025-02-11T19:58:38.928Z | Compiling futures-util v0.3.31 |
1302 | 2025-02-11T19:58:39.083Z | Compiling der_derive v0.7.3 |
1303 | 2025-02-11T19:58:39.354Z | Compiling zerovec v0.10.4 |
1304 | 2025-02-11T19:58:39.432Z | Compiling rand_chacha v0.3.1 |
1305 | 2025-02-11T19:58:39.452Z | Compiling tracing-attributes v0.1.27 |
1306 | 2025-02-11T19:58:39.642Z | Compiling thiserror v1.0.69 |
1307 | 2025-02-11T19:58:39.816Z | Compiling pest v2.7.14 |
1308 | 2025-02-11T19:58:41.387Z | Compiling tinystr v0.7.6 |
1309 | 2025-02-11T19:58:41.474Z | Compiling der v0.7.9 |
1310 | 2025-02-11T19:58:41.616Z | Compiling icu_collections v1.5.0 |
1311 | 2025-02-11T19:58:41.803Z | Compiling icu_locid v1.5.0 |
1312 | 2025-02-11T19:58:41.807Z | Compiling rand v0.8.5 |
1313 | 2025-02-11T19:58:42.903Z | Compiling salsa20 v0.10.2 |
1314 | 2025-02-11T19:58:42.924Z | Compiling tracing v0.1.40 |
1315 | 2025-02-11T19:58:42.951Z | Compiling icu_provider v1.5.0 |
1316 | 2025-02-11T19:58:43.151Z | Compiling pbkdf2 v0.12.2 |
1317 | 2025-02-11T19:58:43.344Z | Compiling write16 v1.0.0 |
1318 | 2025-02-11T19:58:43.449Z | Compiling spki v0.7.3 |
1319 | 2025-02-11T19:58:43.502Z | Compiling num-conv v0.1.0 |
1320 | 2025-02-11T19:58:43.797Z | Compiling icu_locid_transform v1.5.0 |
1321 | 2025-02-11T19:58:43.842Z | Compiling time-core v0.1.2 |
1322 | 2025-02-11T19:58:43.860Z | Compiling utf16_iter v1.0.5 |
1323 | 2025-02-11T19:58:43.894Z | Compiling utf8_iter v1.0.4 |
1324 | 2025-02-11T19:58:43.921Z | Compiling untrusted v0.9.0 |
1325 | 2025-02-11T19:58:44.034Z | Compiling time-macros v0.2.18 |
1326 | 2025-02-11T19:58:44.064Z | Compiling scrypt v0.11.0 |
1327 | 2025-02-11T19:58:44.135Z | Compiling pest_meta v2.7.14 |
1328 | 2025-02-11T19:58:44.390Z | Compiling aes v0.8.4 |
1329 | 2025-02-11T19:58:44.523Z | Compiling cbc v0.1.2 |
1330 | 2025-02-11T19:58:44.605Z | Compiling openssl-sys v0.9.105 |
1331 | 2025-02-11T19:58:44.765Z | Compiling deranged v0.3.11 |
1332 | 2025-02-11T19:58:45.692Z | Compiling icu_properties v1.5.1 |
1333 | 2025-02-11T19:58:46.236Z | Compiling scroll_derive v0.12.0 |
1334 | 2025-02-11T19:58:46.749Z | Compiling bitflags v2.6.0 |
1335 | 2025-02-11T19:58:47.169Z | Compiling bytes v1.9.0 |
1336 | 2025-02-11T19:58:47.431Z | Compiling indexmap v2.7.1 |
1337 | 2025-02-11T19:58:47.604Z | Compiling semver v1.0.24 |
1338 | 2025-02-11T19:58:47.695Z | Compiling atomic-waker v1.1.2 |
1339 | 2025-02-11T19:58:47.908Z | Compiling tinyvec_macros v0.1.1 |
1340 | 2025-02-11T19:58:48.024Z | Compiling num_threads v0.1.7 |
1341 | 2025-02-11T19:58:48.179Z | Compiling tokio v1.43.0 |
1342 | 2025-02-11T19:58:48.356Z | Compiling http v1.2.0 |
1343 | 2025-02-11T19:58:48.414Z | Compiling rustc_version v0.4.1 |
1344 | 2025-02-11T19:58:48.586Z | Compiling time v0.3.36 |
1345 | 2025-02-11T19:58:48.697Z | Compiling tinyvec v1.8.0 |
1346 | 2025-02-11T19:58:49.106Z | Compiling scroll v0.12.0 |
1347 | 2025-02-11T19:58:49.683Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-02-11T19:58:50.079Z | Compiling http-body v1.0.1 |
1349 | 2025-02-11T19:58:50.299Z | Compiling pest_generator v2.7.14 |
1350 | 2025-02-11T19:58:50.329Z | Compiling pkcs5 v0.7.1 |
1351 | 2025-02-11T19:58:50.340Z | Compiling form_urlencoded v1.2.1 |
1352 | 2025-02-11T19:58:50.551Z | Compiling try-lock v0.2.5 |
1353 | 2025-02-11T19:58:50.699Z | Compiling which v4.4.2 |
1354 | 2025-02-11T19:58:50.722Z | Compiling idna_adapter v1.2.0 |
1355 | 2025-02-11T19:58:50.974Z | Compiling slog v2.7.0 |
1356 | 2025-02-11T19:58:51.475Z | Compiling pkcs8 v0.10.2 |
1357 | 2025-02-11T19:58:51.477Z | Compiling idna v1.0.3 |
1358 | 2025-02-11T19:58:51.569Z | Compiling want v0.3.1 |
1359 | 2025-02-11T19:58:51.863Z | Compiling goblin v0.8.2 |
1360 | 2025-02-11T19:58:51.882Z | Compiling uuid v1.12.0 |
1361 | 2025-02-11T19:58:52.162Z | Compiling iana-time-zone v0.1.61 |
1362 | 2025-02-11T19:58:52.219Z | Compiling pest_derive v2.7.14 |
1363 | 2025-02-11T19:58:52.575Z | Compiling httpdate v1.0.3 |
1364 | 2025-02-11T19:58:53.029Z | Compiling dtrace-parser v0.2.0 |
1365 | 2025-02-11T19:58:53.064Z | Compiling chrono v0.4.39 |
1366 | 2025-02-11T19:58:53.403Z | Compiling serde_spanned v0.6.8 |
1367 | 2025-02-11T19:58:53.429Z | Compiling serde_tokenstream v0.2.2 |
1368 | 2025-02-11T19:58:53.643Z | Compiling toml_datetime v0.6.8 |
1369 | 2025-02-11T19:58:53.778Z | Compiling rustversion v1.0.17 |
1370 | 2025-02-11T19:58:54.020Z | Compiling base64 v0.22.1 |
1371 | 2025-02-11T19:58:54.106Z | Compiling openssl v0.10.70 |
1372 | 2025-02-11T19:58:54.487Z | Compiling adler2 v2.0.0 |
1373 | 2025-02-11T19:58:54.545Z | Compiling match_cfg v0.1.0 |
1374 | 2025-02-11T19:58:54.664Z | Compiling foreign-types-shared v0.1.1 |
1375 | 2025-02-11T19:58:54.715Z | Compiling tower-service v0.3.3 |
1376 | 2025-02-11T19:58:54.737Z | Compiling miniz_oxide v0.8.0 |
1377 | 2025-02-11T19:58:54.800Z | Compiling foreign-types v0.3.2 |
1378 | 2025-02-11T19:58:54.865Z | Compiling hostname v0.3.1 |
1379 | 2025-02-11T19:58:54.981Z | Compiling url v2.5.3 |
1380 | 2025-02-11T19:58:55.094Z | Compiling openssl-macros v0.1.1 |
1381 | 2025-02-11T19:58:55.908Z | Compiling async-trait v0.1.85 |
1382 | 2025-02-11T19:58:56.310Z | Compiling serde_derive_internals v0.29.1 |
1383 | 2025-02-11T19:58:56.403Z | Compiling tokio-util v0.7.12 |
1384 | 2025-02-11T19:58:56.571Z | Compiling dirs-sys-next v0.1.2 |
1385 | 2025-02-11T19:58:56.845Z | Compiling rustls v0.23.19 |
1386 | 2025-02-11T19:58:57.117Z | Compiling siphasher v0.3.11 |
1387 | 2025-02-11T19:58:57.137Z | Compiling syn v1.0.109 |
1388 | 2025-02-11T19:58:57.512Z | Compiling h2 v0.4.6 |
1389 | 2025-02-11T19:58:57.677Z | Compiling dof v0.3.0 |
1390 | 2025-02-11T19:58:57.727Z | Compiling data-encoding v2.6.0 |
1391 | 2025-02-11T19:58:58.518Z | Compiling usdt-impl v0.5.0 |
1392 | 2025-02-11T19:58:58.713Z | Compiling rustls v0.22.4 |
1393 | 2025-02-11T19:58:59.000Z | Compiling schemars v0.8.21 |
1394 | 2025-02-11T19:58:59.351Z | Compiling native-tls v0.2.12 |
1395 | 2025-02-11T19:58:59.601Z | Compiling schemars_derive v0.8.21 |
1396 | 2025-02-11T19:58:59.819Z | Compiling dirs-next v2.0.0 |
1397 | 2025-02-11T19:59:00.013Z | Compiling http-body-util v0.1.2 |
1398 | 2025-02-11T19:59:00.544Z | Compiling unicode-normalization v0.1.24 |
1399 | 2025-02-11T19:59:01.264Z | Compiling heapless v0.7.17 |
1400 | 2025-02-11T19:59:01.440Z | Compiling crossbeam-epoch v0.9.18 |
1401 | 2025-02-11T19:59:01.659Z | Compiling signature v2.2.0 |
1402 | 2025-02-11T19:59:01.696Z | Compiling sha1 v0.10.6 |
1403 | 2025-02-11T19:59:01.972Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1404 | 2025-02-11T19:59:02.056Z | Compiling thread_local v1.1.8 |
1405 | 2025-02-11T19:59:02.118Z | Compiling encoding_rs v0.8.34 |
1406 | 2025-02-11T19:59:02.160Z | Compiling cookie v0.18.1 |
1407 | 2025-02-11T19:59:02.452Z | Compiling multer v3.1.0 |
1408 | 2025-02-11T19:59:02.475Z | Compiling signal-hook v0.3.17 |
1409 | 2025-02-11T19:59:02.515Z | Compiling unicode-properties v0.1.3 |
1410 | 2025-02-11T19:59:02.643Z | Compiling ipnet v2.10.1 |
1411 | 2025-02-11T19:59:02.730Z | Compiling openssl-probe v0.1.5 |
1412 | 2025-02-11T19:59:02.748Z | Compiling rayon-core v1.12.1 |
1413 | 2025-02-11T19:59:02.896Z | Compiling gimli v0.31.1 |
1414 | 2025-02-11T19:59:03.026Z | Compiling unicode-bidi v0.3.17 |
1415 | 2025-02-11T19:59:03.059Z | Compiling slog-async v2.8.0 |
1416 | 2025-02-11T19:59:03.579Z | Compiling mime v0.3.17 |
1417 | 2025-02-11T19:59:03.810Z | Compiling dyn-clone v1.0.17 |
1418 | 2025-02-11T19:59:04.124Z | Compiling stringprep v0.1.5 |
1419 | 2025-02-11T19:59:04.393Z | Compiling toml_edit v0.22.22 |
1420 | 2025-02-11T19:59:05.227Z | Compiling hyper v1.5.2 |
1421 | 2025-02-11T19:59:07.163Z | Compiling addr2line v0.24.2 |
1422 | 2025-02-11T19:59:07.734Z | Compiling hyper-util v0.1.10 |
1423 | 2025-02-11T19:59:07.763Z | Compiling crossbeam-deque v0.8.5 |
1424 | 2025-02-11T19:59:07.842Z | Compiling usdt-macro v0.5.0 |
1425 | 2025-02-11T19:59:07.889Z | Compiling usdt-attr-macro v0.5.0 |
1426 | 2025-02-11T19:59:08.085Z | Compiling term v0.7.0 |
1427 | 2025-02-11T19:59:09.245Z | Compiling slog-json v2.6.1 |
1428 | 2025-02-11T19:59:09.280Z | Compiling serde_urlencoded v0.7.1 |
1429 | 2025-02-11T19:59:09.362Z | Compiling curve25519-dalek v4.1.3 |
1430 | 2025-02-11T19:59:09.460Z | Compiling crossbeam-channel v0.5.13 |
1431 | 2025-02-11T19:59:09.638Z | Compiling futures-executor v0.3.31 |
1432 | 2025-02-11T19:59:09.783Z | Compiling enum-as-inner v0.6.1 |
1433 | 2025-02-11T19:59:10.051Z | Compiling md-5 v0.10.6 |
1434 | 2025-02-11T19:59:10.143Z | Compiling async-stream-impl v0.3.6 |
1435 | 2025-02-11T19:59:10.338Z | Compiling rustls-pemfile v2.2.0 |
1436 | 2025-02-11T19:59:10.544Z | Compiling num-integer v0.1.46 |
1437 | 2025-02-11T19:59:10.648Z | Compiling hash32 v0.2.1 |
1438 | 2025-02-11T19:59:10.722Z | Compiling ff v0.13.0 |
1439 | 2025-02-11T19:59:10.853Z | Compiling is-terminal v0.4.13 |
1440 | 2025-02-11T19:59:10.957Z | Compiling dropshot v0.12.0 |
1441 | 2025-02-11T19:59:11.003Z | Compiling object v0.36.5 |
1442 | 2025-02-11T19:59:11.025Z | Compiling smoltcp v0.9.1 |
1443 | 2025-02-11T19:59:11.245Z | Compiling fallible-iterator v0.2.0 |
1444 | 2025-02-11T19:59:11.293Z | Compiling num-bigint-dig v0.8.4 |
1445 | 2025-02-11T19:59:11.472Z | Compiling psl-types v2.0.11 |
1446 | 2025-02-11T19:59:11.611Z | Compiling anyhow v1.0.95 |
1447 | 2025-02-11T19:59:11.680Z | Compiling rustc-demangle v0.1.24 |
1448 | 2025-02-11T19:59:11.683Z | Compiling utf-8 v0.7.6 |
1449 | 2025-02-11T19:59:11.853Z | Compiling quick-error v1.2.3 |
1450 | 2025-02-11T19:59:11.875Z | Compiling base16ct v0.2.0 |
1451 | 2025-02-11T19:59:12.015Z | Compiling portable-atomic v1.9.0 |
1452 | 2025-02-11T19:59:12.037Z | Compiling take_mut v0.2.2 |
1453 | 2025-02-11T19:59:12.200Z | Compiling litrs v0.4.1 |
1454 | 2025-02-11T19:59:12.203Z | Compiling linked-hash-map v0.5.6 |
1455 | 2025-02-11T19:59:12.568Z | Compiling lru-cache v0.1.2 |
1456 | 2025-02-11T19:59:12.655Z | Compiling sec1 v0.7.3 |
1457 | 2025-02-11T19:59:12.779Z | Compiling resolv-conf v0.7.0 |
1458 | 2025-02-11T19:59:13.080Z | Compiling tungstenite v0.24.0 |
1459 | 2025-02-11T19:59:13.215Z | Compiling postgres-protocol v0.6.7 |
1460 | 2025-02-11T19:59:13.275Z | Compiling document-features v0.2.10 |
1461 | 2025-02-11T19:59:13.542Z | Compiling publicsuffix v2.3.0 |
1462 | 2025-02-11T19:59:13.750Z | Compiling async-stream v0.3.6 |
1463 | 2025-02-11T19:59:13.945Z | Compiling num-iter v0.1.45 |
1464 | 2025-02-11T19:59:14.069Z | Compiling slog-term v2.9.1 |
1465 | 2025-02-11T19:59:14.147Z | Compiling usdt v0.5.0 |
1466 | 2025-02-11T19:59:14.494Z | Compiling group v0.13.0 |
1467 | 2025-02-11T19:59:14.647Z | Compiling hickory-proto v0.24.2 |
1468 | 2025-02-11T19:59:14.969Z | Compiling futures v0.3.31 |
1469 | 2025-02-11T19:59:15.103Z | Compiling slog-bunyan v2.5.0 |
1470 | 2025-02-11T19:59:15.331Z | Compiling toml v0.8.19 |
1471 | 2025-02-11T19:59:15.496Z | Compiling camino v1.1.9 |
1472 | 2025-02-11T19:59:16.881Z | Compiling tokio-native-tls v0.3.1 |
1473 | 2025-02-11T19:59:16.924Z | Compiling phf_shared v0.11.2 |
1474 | 2025-02-11T19:59:17.163Z | Compiling dropshot_endpoint v0.12.0 |
1475 | 2025-02-11T19:59:17.304Z | Compiling terminal_size v0.4.0 |
1476 | 2025-02-11T19:59:17.351Z | Compiling openapiv3 v2.0.0 |
1477 | 2025-02-11T19:59:17.414Z | Compiling waitgroup v0.1.2 |
1478 | 2025-02-11T19:59:17.526Z | Compiling serde_path_to_error v0.1.16 |
1479 | 2025-02-11T19:59:17.645Z | Compiling backtrace v0.3.74 |
1480 | 2025-02-11T19:59:18.161Z | Compiling hkdf v0.12.4 |
1481 | 2025-02-11T19:59:18.318Z | Compiling crypto-bigint v0.5.5 |
1482 | 2025-02-11T19:59:18.447Z | Compiling curve25519-dalek-derive v0.1.1 |
1483 | 2025-02-11T19:59:19.904Z | Compiling zerocopy-derive v0.6.6 |
1484 | 2025-02-11T19:59:20.816Z | Compiling webpki-roots v0.26.6 |
1485 | 2025-02-11T19:59:21.054Z | Compiling hostname v0.4.0 |
1486 | 2025-02-11T19:59:21.290Z | Compiling fs-err v2.11.0 |
1487 | 2025-02-11T19:59:21.361Z | Compiling crc32fast v1.4.2 |
1488 | 2025-02-11T19:59:21.470Z | Compiling ahash v0.8.11 |
1489 | 2025-02-11T19:59:21.610Z | Compiling winnow v0.5.40 |
1490 | 2025-02-11T19:59:21.729Z | Compiling bitflags v1.3.2 |
1491 | 2025-02-11T19:59:21.750Z | Compiling hubpack_derive v0.1.1 |
1492 | 2025-02-11T19:59:21.879Z | Compiling managed v0.8.0 |
1493 | 2025-02-11T19:59:21.882Z | Compiling debug-ignore v1.0.5 |
1494 | 2025-02-11T19:59:21.952Z | Compiling unicode-width v0.2.0 |
1495 | 2025-02-11T19:59:22.010Z | Compiling newtype-uuid v1.2.1 |
1496 | 2025-02-11T19:59:22.341Z | Compiling zerocopy v0.6.6 |
1497 | 2025-02-11T19:59:22.506Z | Compiling console v0.15.10 |
1498 | 2025-02-11T19:59:22.635Z | Compiling hubpack v0.1.2 |
1499 | 2025-02-11T19:59:23.076Z | Compiling clap_builder v4.5.27 |
1500 | 2025-02-11T19:59:23.168Z | Compiling strum_macros v0.25.3 |
1501 | 2025-02-11T19:59:24.022Z | Compiling flate2 v1.0.35 |
1502 | 2025-02-11T19:59:24.068Z | Compiling elliptic-curve v0.13.8 |
1503 | 2025-02-11T19:59:24.235Z | Compiling hickory-resolver v0.24.2 |
1504 | 2025-02-11T19:59:24.846Z | Compiling toml_edit v0.19.15 |
1505 | 2025-02-11T19:59:25.107Z | Compiling phf v0.11.2 |
1506 | 2025-02-11T19:59:25.412Z | Compiling hyper-tls v0.6.0 |
1507 | 2025-02-11T19:59:25.810Z | Compiling signal-hook-mio v0.2.4 |
1508 | 2025-02-11T19:59:25.899Z | Compiling rayon v1.10.0 |
1509 | 2025-02-11T19:59:26.002Z | Compiling cookie_store v0.21.1 |
1510 | 2025-02-11T19:59:27.073Z | Compiling bzip2 v0.4.4 |
1511 | 2025-02-11T19:59:27.486Z | Compiling tokio-tungstenite v0.24.0 |
1512 | 2025-02-11T19:59:28.038Z | Compiling postgres-types v0.2.8 |
1513 | 2025-02-11T19:59:30.196Z | Compiling ed25519 v2.2.3 |
1514 | 2025-02-11T19:59:30.237Z | Compiling phf_shared v0.10.0 |
1515 | 2025-02-11T19:59:30.637Z | Compiling tokio-stream v0.1.16 |
1516 | 2025-02-11T19:59:30.658Z | Compiling pkcs1 v0.7.5 |
1517 | 2025-02-11T19:59:31.285Z | Compiling serde-big-array v0.5.1 |
1518 | 2025-02-11T19:59:31.533Z | Compiling clap_derive v4.5.24 |
1519 | 2025-02-11T19:59:31.604Z | Compiling rfc6979 v0.4.0 |
1520 | 2025-02-11T19:59:31.624Z | Compiling serde_repr v0.1.19 |
1521 | 2025-02-11T19:59:31.815Z | Compiling derive-where v1.2.7 |
1522 | 2025-02-11T19:59:32.062Z | Compiling bstr v1.10.0 |
1523 | 2025-02-11T19:59:32.158Z | Compiling float-cmp v0.9.0 |
1524 | 2025-02-11T19:59:32.408Z | Compiling sync_wrapper v1.0.1 |
1525 | 2025-02-11T19:59:32.429Z | Compiling unicode-segmentation v1.12.0 |
1526 | 2025-02-11T19:59:32.583Z | Compiling difflib v0.4.0 |
1527 | 2025-02-11T19:59:32.726Z | Compiling predicates-core v1.0.8 |
1528 | 2025-02-11T19:59:33.069Z | Compiling bit-vec v0.6.3 |
1529 | 2025-02-11T19:59:33.335Z | Compiling precomputed-hash v0.1.1 |
1530 | 2025-02-11T19:59:33.480Z | Compiling static_assertions v1.1.0 |
1531 | 2025-02-11T19:59:33.482Z | Compiling number_prefix v0.4.0 |
1532 | 2025-02-11T19:59:33.597Z | Compiling fixedbitset v0.4.2 |
1533 | 2025-02-11T19:59:33.627Z | Compiling whoami v1.5.2 |
1534 | 2025-02-11T19:59:33.727Z | Compiling normalize-line-endings v0.3.0 |
1535 | 2025-02-11T19:59:33.873Z | Compiling new_debug_unreachable v1.0.6 |
1536 | 2025-02-11T19:59:33.989Z | Compiling string_cache v0.8.7 |
1537 | 2025-02-11T19:59:34.022Z | Compiling tokio-postgres v0.7.12 |
1538 | 2025-02-11T19:59:34.043Z | Compiling petgraph v0.6.5 |
1539 | 2025-02-11T19:59:34.225Z | Compiling predicates v3.1.2 |
1540 | 2025-02-11T19:59:34.434Z | Compiling indicatif v0.17.11 |
1541 | 2025-02-11T19:59:35.141Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1542 | 2025-02-11T19:59:35.806Z | Compiling bit-set v0.5.3 |
1543 | 2025-02-11T19:59:36.123Z | Compiling similar v2.6.0 |
1544 | 2025-02-11T19:59:36.145Z | Compiling clap v4.5.27 |
1545 | 2025-02-11T19:59:36.271Z | Compiling ecdsa v0.16.9 |
1546 | 2025-02-11T19:59:36.474Z | Compiling rsa v0.9.6 |
1547 | 2025-02-11T19:59:37.121Z | Compiling ed25519-dalek v2.1.1 |
1548 | 2025-02-11T19:59:37.768Z | Compiling toml v0.7.8 |
1549 | 2025-02-11T19:59:38.275Z | Compiling zip v0.6.6 |
1550 | 2025-02-11T19:59:38.457Z | Compiling crossterm v0.28.1 |
1551 | 2025-02-11T19:59:40.092Z | Compiling hex v0.4.3 |
1552 | 2025-02-11T19:59:40.154Z | Compiling x509-cert v0.2.5 |
1553 | 2025-02-11T19:59:40.223Z | Compiling itertools v0.10.5 |
1554 | 2025-02-11T19:59:40.702Z | Compiling unicode-xid v0.2.6 |
1555 | 2025-02-11T19:59:40.913Z | Compiling peg-runtime v0.8.3 |
1556 | 2025-02-11T19:59:41.531Z | Compiling lalrpop-util v0.19.12 |
1557 | 2025-02-11T19:59:41.553Z | Compiling strum_macros v0.26.4 |
1558 | 2025-02-11T19:59:41.556Z | Compiling xattr v1.3.1 |
1559 | 2025-02-11T19:59:41.795Z | Compiling filetime v0.2.25 |
1560 | 2025-02-11T19:59:42.109Z | Compiling tar v0.4.42 |
1561 | 2025-02-11T19:59:46.334Z | Compiling strum v0.26.3 |
1562 | 2025-02-11T19:59:49.313Z | Compiling aws-lc-sys v0.22.0 |
1563 | 2025-02-11T20:00:17.075Z | Compiling rustls-webpki v0.102.8 |
1564 | 2025-02-11T20:00:20.352Z | Compiling tokio-rustls v0.25.0 |
1565 | 2025-02-11T20:00:22.119Z | Compiling tokio-rustls v0.26.0 |
1566 | 2025-02-11T20:00:22.422Z | Compiling hyper-rustls v0.27.3 |
1567 | 2025-02-11T20:00:22.799Z | Compiling reqwest v0.12.9 |
1568 | 2025-02-11T20:00:24.106Z | Compiling qorb v0.2.1 |
1569 | 2025-02-11T20:00:27.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1570 | 2025-02-11T20:00:27.630Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1571 | 2025-02-11T20:00:32.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1572 | 2025-02-11T20:00:32.329Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1573 | 2025-02-11T20:00:32.379Z | Feb 11 20:00:31.418 INFO Starting download, target: Clickhouse |
1574 | 2025-02-11T20:00:32.379Z | Feb 11 20:00:31.418 INFO Starting download, target: Cockroach |
1575 | 2025-02-11T20:00:32.379Z | Feb 11 20:00:31.418 INFO Starting download, target: Console |
1576 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.418 INFO Starting download, target: DendriteOpenapi |
1577 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.418 INFO Starting download, target: DendriteStub |
1578 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.418 INFO Starting download, target: MaghemiteMgd |
1579 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.418 INFO Starting download, target: TransceiverControl |
1580 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1581 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1583 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1584 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1585 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1586 | 2025-02-11T20:00:32.382Z | Feb 11 20:00:31.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1587 | 2025-02-11T20:00:32.530Z | Feb 11 20:00:31.566 INFO Download complete, target: DendriteOpenapi |
1588 | 2025-02-11T20:00:32.705Z | Feb 11 20:00:31.736 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1589 | 2025-02-11T20:00:32.999Z | Feb 11 20:00:32.028 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1590 | 2025-02-11T20:00:33.118Z | Feb 11 20:00:32.154 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1591 | 2025-02-11T20:00:33.221Z | Feb 11 20:00:32.257 INFO Download complete, target: TransceiverControl |
1592 | 2025-02-11T20:00:33.288Z | Feb 11 20:00:32.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1593 | 2025-02-11T20:00:33.367Z | Feb 11 20:00:32.405 INFO Download complete, target: Console |
1594 | 2025-02-11T20:00:33.963Z | Feb 11 20:00:33.002 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1595 | 2025-02-11T20:00:33.963Z | Feb 11 20:00:33.002 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1596 | 2025-02-11T20:00:34.574Z | Feb 11 20:00:33.612 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1597 | 2025-02-11T20:00:36.013Z | Feb 11 20:00:35.051 INFO Download complete, target: MaghemiteMgd |
1598 | 2025-02-11T20:00:36.107Z | Feb 11 20:00:35.145 INFO Download complete, target: DendriteStub |
1599 | 2025-02-11T20:00:41.511Z | Feb 11 20:00:40.548 INFO Checking that binary works, target: Cockroach |
1600 | 2025-02-11T20:00:41.686Z | Feb 11 20:00:40.721 INFO Download complete, target: Cockroach |
1601 | 2025-02-11T20:00:47.092Z | Feb 11 20:00:46.127 INFO Checking that binary works, target: Clickhouse |
1602 | 2025-02-11T20:00:47.218Z | Feb 11 20:00:46.254 INFO Download complete, target: Clickhouse |
1603 | 2025-02-11T20:00:47.240Z | All builder prerequisites installed successfully, and PATH looks valid |
1604 | 2025-02-11T20:00:47.242Z | |
1605 | 2025-02-11T20:00:47.243Z | real 5:05.180385519 |
1606 | 2025-02-11T20:00:47.243Z | user 16:03.664572408 |
1607 | 2025-02-11T20:00:47.243Z | sys 2:09.007151351 |
1608 | 2025-02-11T20:00:47.243Z | trap 0.597677712 |
1609 | 2025-02-11T20:00:47.243Z | tflt 1.466949558 |
1610 | 2025-02-11T20:00:47.243Z | dflt 1.539663367 |
1611 | 2025-02-11T20:00:47.243Z | kflt 0.029457011 |
1612 | 2025-02-11T20:00:47.243Z | lock 26:05.425040268 |
1613 | 2025-02-11T20:00:47.243Z | slp 56:49.576788555 |
1614 | 2025-02-11T20:00:47.243Z | lat 1:01.941037760 |
1615 | 2025-02-11T20:00:47.243Z | stop 2:27.817426988 |
1616 | 2025-02-11T20:00:47.243Z | + banner clippy |
1617 | 2025-02-11T20:00:47.246Z | |
1618 | 2025-02-11T20:00:47.246Z | #### # # ##### ##### # # |
1619 | 2025-02-11T20:00:47.246Z | # # # # # # # # # # |
1620 | 2025-02-11T20:00:47.246Z | # # # # # # # # |
1621 | 2025-02-11T20:00:47.246Z | # # # ##### ##### # |
1622 | 2025-02-11T20:00:47.246Z | # # # # # # # |
1623 | 2025-02-11T20:00:47.246Z | #### ###### # # # # |
1624 | 2025-02-11T20:00:47.246Z | |
1625 | 2025-02-11T20:00:47.246Z | + export CARGO_INCREMENTAL=0 |
1626 | 2025-02-11T20:00:47.246Z | + CARGO_INCREMENTAL=0 |
1627 | 2025-02-11T20:00:47.246Z | + ptime -m cargo xtask clippy |
1628 | 2025-02-11T20:00:47.793Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1629 | 2025-02-11T20:00:50.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
1630 | 2025-02-11T20:00:50.786Z | Running `target/debug/xtask clippy` |
1631 | 2025-02-11T20:00:50.813Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1632 | 2025-02-11T20:00:51.482Z | Downloading crates ... |
1633 | 2025-02-11T20:00:51.807Z | Downloaded anes v0.1.6 |
1634 | 2025-02-11T20:00:51.841Z | Downloaded futures-lite v2.3.0 |
1635 | 2025-02-11T20:00:51.846Z | Downloaded futures-timer v3.0.3 |
1636 | 2025-02-11T20:00:51.849Z | Downloaded event-listener-strategy v0.5.2 |
1637 | 2025-02-11T20:00:51.851Z | Downloaded escape8259 v0.5.3 |
1638 | 2025-02-11T20:00:51.851Z | Downloaded assert_cmd v2.0.16 |
1639 | 2025-02-11T20:00:51.854Z | Downloaded async-channel v1.9.0 |
1640 | 2025-02-11T20:00:51.857Z | Downloaded event-listener v2.5.3 |
1641 | 2025-02-11T20:00:51.857Z | Downloaded event-listener v5.3.1 |
1642 | 2025-02-11T20:00:51.859Z | Downloaded async-executor v1.13.1 |
1643 | 2025-02-11T20:00:51.862Z | Downloaded async-channel v2.3.1 |
1644 | 2025-02-11T20:00:51.864Z | Downloaded async-attributes v1.1.2 |
1645 | 2025-02-11T20:00:51.864Z | Downloaded fancy-regex v0.13.0 |
1646 | 2025-02-11T20:00:51.867Z | Downloaded parking v2.2.1 |
1647 | 2025-02-11T20:00:51.869Z | Downloaded piper v0.2.4 |
1648 | 2025-02-11T20:00:51.872Z | Downloaded pathdiff v0.2.2 |
1649 | 2025-02-11T20:00:51.872Z | Downloaded indoc v2.0.5 |
1650 | 2025-02-11T20:00:51.875Z | Downloaded partial-io v0.5.4 |
1651 | 2025-02-11T20:00:51.877Z | Downloaded oorandom v11.1.4 |
1652 | 2025-02-11T20:00:51.877Z | Downloaded num_cpus v1.16.0 |
1653 | 2025-02-11T20:00:51.880Z | Downloaded plotters-svg v0.3.7 |
1654 | 2025-02-11T20:00:51.880Z | Downloaded hyper-rustls v0.26.0 |
1655 | 2025-02-11T20:00:51.883Z | Downloaded guppy-workspace-hack v0.1.0 |
1656 | 2025-02-11T20:00:51.883Z | Downloaded rstest v0.23.0 |
1657 | 2025-02-11T20:00:51.888Z | Downloaded relative-path v1.9.3 |
1658 | 2025-02-11T20:00:51.890Z | Downloaded proc-macro-crate v3.2.0 |
1659 | 2025-02-11T20:00:51.891Z | Downloaded path-tree v0.8.1 |
1660 | 2025-02-11T20:00:51.893Z | Downloaded kv-log-macro v1.0.7 |
1661 | 2025-02-11T20:00:51.896Z | Downloaded httptest v0.16.1 |
1662 | 2025-02-11T20:00:51.896Z | Downloaded plotters-backend v0.3.7 |
1663 | 2025-02-11T20:00:51.898Z | Downloaded nested v0.1.1 |
1664 | 2025-02-11T20:00:51.898Z | Downloaded approx v0.5.1 |
1665 | 2025-02-11T20:00:51.901Z | Downloaded assert-json-diff v2.0.2 |
1666 | 2025-02-11T20:00:51.904Z | Downloaded similar-asserts v1.6.0 |
1667 | 2025-02-11T20:00:51.922Z | Downloaded threadpool v1.8.1 |
1668 | 2025-02-11T20:00:51.925Z | Downloaded cast v0.3.0 |
1669 | 2025-02-11T20:00:51.925Z | Downloaded async-signal v0.2.10 |
1670 | 2025-02-11T20:00:51.927Z | Downloaded target-triple v0.1.3 |
1671 | 2025-02-11T20:00:51.927Z | Downloaded doc-comment v0.3.3 |
1672 | 2025-02-11T20:00:51.927Z | Downloaded criterion-plot v0.5.0 |
1673 | 2025-02-11T20:00:51.930Z | Downloaded blocking v1.6.1 |
1674 | 2025-02-11T20:00:51.930Z | Downloaded polling v3.7.3 |
1675 | 2025-02-11T20:00:51.933Z | Downloaded libtest-mimic v0.7.3 |
1676 | 2025-02-11T20:00:51.935Z | Downloaded async-object-pool v0.1.5 |
1677 | 2025-02-11T20:00:51.938Z | Downloaded target-spec v3.2.2 |
1678 | 2025-02-11T20:00:51.940Z | Downloaded serde_regex v1.1.0 |
1679 | 2025-02-11T20:00:51.940Z | Downloaded async-global-executor v2.4.1 |
1680 | 2025-02-11T20:00:51.943Z | Downloaded rust-argon2 v2.1.0 |
1681 | 2025-02-11T20:00:51.943Z | Downloaded datatest-stable v0.2.9 |
1682 | 2025-02-11T20:00:51.945Z | Downloaded rustls-native-certs v0.7.3 |
1683 | 2025-02-11T20:00:51.948Z | Downloaded target-lexicon v0.12.16 |
1684 | 2025-02-11T20:00:51.950Z | Downloaded concurrent-queue v2.5.0 |
1685 | 2025-02-11T20:00:51.953Z | Downloaded stringmetrics v2.2.2 |
1686 | 2025-02-11T20:00:51.953Z | Downloaded blake2b_simd v1.0.2 |
1687 | 2025-02-11T20:00:51.956Z | Downloaded async-task v4.7.1 |
1688 | 2025-02-11T20:00:51.958Z | Downloaded async-lock v3.4.0 |
1689 | 2025-02-11T20:00:51.961Z | Downloaded trybuild v1.0.101 |
1690 | 2025-02-11T20:00:51.963Z | Downloaded tinytemplate v1.2.1 |
1691 | 2025-02-11T20:00:51.966Z | Downloaded async-process v2.3.0 |
1692 | 2025-02-11T20:00:51.969Z | Downloaded rand_distr v0.4.3 |
1693 | 2025-02-11T20:00:51.971Z | Downloaded async-io v2.3.4 |
1694 | 2025-02-11T20:00:51.974Z | Downloaded rstest_macros v0.23.0 |
1695 | 2025-02-11T20:00:51.976Z | Downloaded yansi v1.0.1 |
1696 | 2025-02-11T20:00:51.979Z | Downloaded cfg-expr v0.17.0 |
1697 | 2025-02-11T20:00:51.981Z | Downloaded pretty_assertions v1.4.1 |
1698 | 2025-02-11T20:00:51.983Z | Downloaded plotters v0.3.7 |
1699 | 2025-02-11T20:00:51.991Z | Downloaded guppy v0.17.8 |
1700 | 2025-02-11T20:00:51.997Z | Downloaded criterion v0.5.1 |
1701 | 2025-02-11T20:00:52.003Z | Downloaded async-std v1.13.0 |
1702 | 2025-02-11T20:00:52.079Z | Downloaded httpmock v0.8.0-alpha.1 |
1703 | 2025-02-11T20:00:52.873Z | Checking cfg-if v1.0.0 |
1704 | 2025-02-11T20:00:52.953Z | Checking libc v0.2.169 |
1705 | 2025-02-11T20:00:52.976Z | Checking serde v1.0.217 |
1706 | 2025-02-11T20:00:52.998Z | Checking memchr v2.7.4 |
1707 | 2025-02-11T20:00:53.021Z | Checking value-bag v1.9.0 |
1708 | 2025-02-11T20:00:53.052Z | Checking scopeguard v1.2.0 |
1709 | 2025-02-11T20:00:53.079Z | Checking zeroize v1.8.1 |
1710 | 2025-02-11T20:00:53.107Z | Checking itoa v1.0.11 |
1711 | 2025-02-11T20:00:53.110Z | Checking smallvec v1.13.2 |
1712 | 2025-02-11T20:00:53.208Z | Checking lock_api v0.4.12 |
1713 | 2025-02-11T20:00:53.351Z | Checking byteorder v1.5.0 |
1714 | 2025-02-11T20:00:53.380Z | Checking once_cell v1.20.2 |
1715 | 2025-02-11T20:00:53.415Z | Checking log v0.4.22 |
1716 | 2025-02-11T20:00:53.468Z | Checking pin-project-lite v0.2.14 |
1717 | 2025-02-11T20:00:53.611Z | Checking subtle v2.6.1 |
1718 | 2025-02-11T20:00:53.646Z | Checking typenum v1.17.0 |
1719 | 2025-02-11T20:00:53.685Z | Checking libm v0.2.8 |
1720 | 2025-02-11T20:00:53.776Z | Checking futures-core v0.3.31 |
1721 | 2025-02-11T20:00:53.776Z | Checking ryu v1.0.18 |
1722 | 2025-02-11T20:00:53.877Z | Checking zerocopy v0.7.35 |
1723 | 2025-02-11T20:00:53.909Z | Checking getrandom v0.2.15 |
1724 | 2025-02-11T20:00:53.911Z | Checking signal-hook-registry v1.4.2 |
1725 | 2025-02-11T20:00:53.971Z | Checking parking_lot_core v0.9.10 |
1726 | 2025-02-11T20:00:54.042Z | Checking mio v1.0.2 |
1727 | 2025-02-11T20:00:54.153Z | Checking rand_core v0.6.4 |
1728 | 2025-02-11T20:00:54.212Z | Checking thiserror v1.0.69 |
1729 | 2025-02-11T20:00:54.304Z | Checking parking_lot v0.12.3 |
1730 | 2025-02-11T20:00:54.372Z | Checking socket2 v0.5.7 |
1731 | 2025-02-11T20:00:54.465Z | Checking const-oid v0.9.6 |
1732 | 2025-02-11T20:00:54.606Z | Checking num-traits v0.2.19 |
1733 | 2025-02-11T20:00:54.641Z | Checking allocator-api2 v0.2.18 |
1734 | 2025-02-11T20:00:54.673Z | Checking spin v0.9.8 |
1735 | 2025-02-11T20:00:54.702Z | Checking generic-array v0.14.7 |
1736 | 2025-02-11T20:00:54.845Z | Checking futures-io v0.3.31 |
1737 | 2025-02-11T20:00:55.039Z | Checking slab v0.4.9 |
1738 | 2025-02-11T20:00:55.074Z | Checking cpufeatures v0.2.14 |
1739 | 2025-02-11T20:00:55.105Z | Checking futures-sink v0.3.31 |
1740 | 2025-02-11T20:00:55.194Z | Checking foldhash v0.1.3 |
1741 | 2025-02-11T20:00:55.266Z | Checking equivalent v1.0.1 |
1742 | 2025-02-11T20:00:55.302Z | Checking pin-utils v0.1.0 |
1743 | 2025-02-11T20:00:55.333Z | Checking iana-time-zone v0.1.61 |
1744 | 2025-02-11T20:00:55.411Z | Checking futures-channel v0.3.31 |
1745 | 2025-02-11T20:00:55.440Z | Checking hashbrown v0.15.1 |
1746 | 2025-02-11T20:00:55.471Z | Checking futures-task v0.3.31 |
1747 | 2025-02-11T20:00:55.505Z | Checking stable_deref_trait v1.2.0 |
1748 | 2025-02-11T20:00:55.645Z | Checking fnv v1.0.7 |
1749 | 2025-02-11T20:00:55.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1750 | 2025-02-11T20:00:55.773Z | Checking crypto-common v0.1.6 |
1751 | 2025-02-11T20:00:55.776Z | Checking block-buffer v0.10.4 |
1752 | 2025-02-11T20:00:55.825Z | Checking futures-util v0.3.31 |
1753 | 2025-02-11T20:00:55.994Z | Checking tracing-core v0.1.32 |
1754 | 2025-02-11T20:00:56.136Z | Checking dyn-clone v1.0.17 |
1755 | 2025-02-11T20:00:56.139Z | Checking ppv-lite86 v0.2.20 |
1756 | 2025-02-11T20:00:56.139Z | Checking errno v0.3.9 |
1757 | 2025-02-11T20:00:56.209Z | Checking zerofrom v0.1.4 |
1758 | 2025-02-11T20:00:56.343Z | Checking crossbeam-utils v0.8.20 |
1759 | 2025-02-11T20:00:56.346Z | Checking digest v0.10.7 |
1760 | 2025-02-11T20:00:56.449Z | Checking yoke v0.7.4 |
1761 | 2025-02-11T20:00:56.507Z | Checking writeable v0.5.5 |
1762 | 2025-02-11T20:00:56.659Z | Checking tracing v0.1.40 |
1763 | 2025-02-11T20:00:56.772Z | Checking percent-encoding v2.3.1 |
1764 | 2025-02-11T20:00:56.801Z | Checking zerovec v0.10.4 |
1765 | 2025-02-11T20:00:56.835Z | Checking rand_chacha v0.3.1 |
1766 | 2025-02-11T20:00:56.862Z | Checking litemap v0.7.3 |
1767 | 2025-02-11T20:00:56.995Z | Checking block-padding v0.3.3 |
1768 | 2025-02-11T20:00:57.023Z | Checking httparse v1.9.5 |
1769 | 2025-02-11T20:00:57.087Z | Checking regex-syntax v0.8.5 |
1770 | 2025-02-11T20:00:57.196Z | Checking unicode-ident v1.0.14 |
1771 | 2025-02-11T20:00:57.221Z | Checking inout v0.1.3 |
1772 | 2025-02-11T20:00:57.247Z | Checking rand v0.8.5 |
1773 | 2025-02-11T20:00:57.386Z | Checking icu_locid_transform_data v1.5.0 |
1774 | 2025-02-11T20:00:57.442Z | Checking bytes v1.9.0 |
1775 | 2025-02-11T20:00:57.445Z | Checking bitflags v2.6.0 |
1776 | 2025-02-11T20:00:57.445Z | Checking serde_json v1.0.135 |
1777 | 2025-02-11T20:00:57.517Z | Checking chrono v0.4.39 |
1778 | 2025-02-11T20:00:57.804Z | Checking indexmap v2.7.1 |
1779 | 2025-02-11T20:00:58.194Z | Checking tokio v1.43.0 |
1780 | 2025-02-11T20:00:58.294Z | Checking uuid v1.12.0 |
1781 | 2025-02-11T20:00:58.476Z | Checking http v1.2.0 |
1782 | 2025-02-11T20:00:58.941Z | Checking rustix v0.38.37 |
1783 | 2025-02-11T20:00:59.003Z | Checking tinystr v0.7.6 |
1784 | 2025-02-11T20:00:59.133Z | Checking atomic-waker v1.1.2 |
1785 | 2025-02-11T20:00:59.302Z | Checking icu_collections v1.5.0 |
1786 | 2025-02-11T20:00:59.348Z | Checking icu_locid v1.5.0 |
1787 | 2025-02-11T20:00:59.443Z | Checking schemars v0.8.21 |
1788 | 2025-02-11T20:00:59.800Z | Checking cipher v0.4.4 |
1789 | 2025-02-11T20:00:59.996Z | Checking form_urlencoded v1.2.1 |
1790 | 2025-02-11T20:01:00.210Z | Checking icu_properties_data v1.5.0 |
1791 | 2025-02-11T20:01:00.242Z | Checking untrusted v0.9.0 |
1792 | 2025-02-11T20:01:00.294Z | Checking icu_provider v1.5.0 |
1793 | 2025-02-11T20:01:00.369Z | Checking aho-corasick v1.1.3 |
1794 | 2025-02-11T20:01:00.420Z | Checking ring v0.17.8 |
1795 | 2025-02-11T20:01:00.453Z | Checking utf8_iter v1.0.4 |
1796 | 2025-02-11T20:01:00.490Z | Checking write16 v1.0.0 |
1797 | 2025-02-11T20:01:00.645Z | Checking utf16_iter v1.0.5 |
1798 | 2025-02-11T20:01:00.689Z | Checking icu_normalizer_data v1.5.0 |
1799 | 2025-02-11T20:01:00.812Z | Checking powerfmt v0.2.0 |
1800 | 2025-02-11T20:01:00.850Z | Checking proc-macro2 v1.0.92 |
1801 | 2025-02-11T20:01:00.896Z | Checking icu_locid_transform v1.5.0 |
1802 | 2025-02-11T20:01:00.969Z | Checking num_threads v0.1.7 |
1803 | 2025-02-11T20:01:01.093Z | Checking deranged v0.3.11 |
1804 | 2025-02-11T20:01:01.126Z | Checking num-conv v0.1.0 |
1805 | 2025-02-11T20:01:01.419Z | Checking time-core v0.1.2 |
1806 | 2025-02-11T20:01:01.584Z | Checking base64ct v1.6.0 |
1807 | 2025-02-11T20:01:01.614Z | Checking quote v1.0.38 |
1808 | 2025-02-11T20:01:01.939Z | Checking icu_properties v1.5.1 |
1809 | 2025-02-11T20:01:01.966Z | Checking sha2 v0.10.8 |
1810 | 2025-02-11T20:01:02.010Z | Checking regex-automata v0.4.8 |
1811 | 2025-02-11T20:01:02.037Z | Checking hmac v0.12.1 |
1812 | 2025-02-11T20:01:02.165Z | Checking rustls-pki-types v1.10.0 |
1813 | 2025-02-11T20:01:02.241Z | Checking adler2 v2.0.0 |
1814 | 2025-02-11T20:01:02.269Z | Checking syn v2.0.96 |
1815 | 2025-02-11T20:01:02.431Z | Checking miniz_oxide v0.8.0 |
1816 | 2025-02-11T20:01:02.483Z | Checking time v0.3.36 |
1817 | 2025-02-11T20:01:02.535Z | Checking http-body v1.0.1 |
1818 | 2025-02-11T20:01:02.722Z | Checking aws-lc-sys v0.22.0 |
1819 | 2025-02-11T20:01:02.766Z | Checking try-lock v0.2.5 |
1820 | 2025-02-11T20:01:02.934Z | Checking httpdate v1.0.3 |
1821 | 2025-02-11T20:01:03.153Z | Checking mirai-annotations v1.12.0 |
1822 | 2025-02-11T20:01:03.201Z | Checking base64 v0.22.1 |
1823 | 2025-02-11T20:01:03.371Z | Checking untrusted v0.7.1 |
1824 | 2025-02-11T20:01:03.574Z | Checking want v0.3.1 |
1825 | 2025-02-11T20:01:03.716Z | Checking ahash v0.8.11 |
1826 | 2025-02-11T20:01:03.782Z | Checking pem-rfc7468 v0.7.0 |
1827 | 2025-02-11T20:01:04.083Z | Checking tower-service v0.3.3 |
1828 | 2025-02-11T20:01:04.225Z | Checking slog v2.7.0 |
1829 | 2025-02-11T20:01:04.228Z | Checking mime v0.3.17 |
1830 | 2025-02-11T20:01:04.590Z | Checking flagset v0.4.6 |
1831 | 2025-02-11T20:01:04.714Z | Checking pbkdf2 v0.12.2 |
1832 | 2025-02-11T20:01:04.788Z | Checking der v0.7.9 |
1833 | 2025-02-11T20:01:04.826Z | Checking tokio-util v0.7.12 |
1834 | 2025-02-11T20:01:04.894Z | Checking aes v0.8.4 |
1835 | 2025-02-11T20:01:04.897Z | Checking gimli v0.31.1 |
1836 | 2025-02-11T20:01:04.949Z | Checking aws-lc-rs v1.10.0 |
1837 | 2025-02-11T20:01:05.252Z | Checking icu_normalizer v1.5.0 |
1838 | 2025-02-11T20:01:05.642Z | Checking h2 v0.4.6 |
1839 | 2025-02-11T20:01:05.842Z | Checking http-body-util v0.1.2 |
1840 | 2025-02-11T20:01:06.056Z | Checking idna_adapter v1.2.0 |
1841 | 2025-02-11T20:01:06.299Z | Checking idna v1.0.3 |
1842 | 2025-02-11T20:01:06.329Z | Checking salsa20 v0.10.2 |
1843 | 2025-02-11T20:01:06.448Z | Checking regex v1.11.1 |
1844 | 2025-02-11T20:01:06.510Z | Checking spki v0.7.3 |
1845 | 2025-02-11T20:01:06.577Z | Checking cbc v0.1.2 |
1846 | 2025-02-11T20:01:06.739Z | Checking rustls-webpki v0.102.8 |
1847 | 2025-02-11T20:01:06.780Z | Checking url v2.5.3 |
1848 | 2025-02-11T20:01:06.809Z | Checking semver v1.0.24 |
1849 | 2025-02-11T20:01:06.812Z | Checking lazy_static v1.5.0 |
1850 | 2025-02-11T20:01:06.960Z | Checking object v0.36.5 |
1851 | 2025-02-11T20:01:07.034Z | Checking rustc-demangle v0.1.24 |
1852 | 2025-02-11T20:01:07.268Z | Checking scrypt v0.11.0 |
1853 | 2025-02-11T20:01:07.487Z | Checking rustls-pemfile v2.2.0 |
1854 | 2025-02-11T20:01:07.515Z | Checking foreign-types-shared v0.1.1 |
1855 | 2025-02-11T20:01:07.544Z | Checking openssl-probe v0.1.5 |
1856 | 2025-02-11T20:01:07.620Z | Checking ipnet v2.10.1 |
1857 | 2025-02-11T20:01:07.655Z | Checking foreign-types v0.3.2 |
1858 | 2025-02-11T20:01:07.705Z | Checking pkcs5 v0.7.1 |
1859 | 2025-02-11T20:01:07.734Z | Checking futures-executor v0.3.31 |
1860 | 2025-02-11T20:01:07.767Z | Checking serde_urlencoded v0.7.1 |
1861 | 2025-02-11T20:01:07.991Z | Checking openssl-sys v0.9.105 |
1862 | 2025-02-11T20:01:08.082Z | Checking encoding_rs v0.8.34 |
1863 | 2025-02-11T20:01:08.168Z | Checking utf8parse v0.2.2 |
1864 | 2025-02-11T20:01:08.241Z | Checking pkcs8 v0.10.2 |
1865 | 2025-02-11T20:01:08.329Z | Checking futures v0.3.31 |
1866 | 2025-02-11T20:01:08.378Z | Checking serde_spanned v0.6.8 |
1867 | 2025-02-11T20:01:08.458Z | Checking toml_datetime v0.6.8 |
1868 | 2025-02-11T20:01:08.543Z | Checking rustls v0.23.19 |
1869 | 2025-02-11T20:01:08.589Z | Checking anstyle v1.0.10 |
1870 | 2025-02-11T20:01:08.735Z | Checking addr2line v0.24.2 |
1871 | 2025-02-11T20:01:08.764Z | Checking data-encoding v2.6.0 |
1872 | 2025-02-11T20:01:08.981Z | Checking either v1.13.0 |
1873 | 2025-02-11T20:01:09.128Z | Checking openssl v0.10.70 |
1874 | 2025-02-11T20:01:09.253Z | Checking openapiv3 v2.0.0 |
1875 | 2025-02-11T20:01:09.324Z | Checking sha1 v0.10.6 |
1876 | 2025-02-11T20:01:09.366Z | Checking psl-types v2.0.11 |
1877 | 2025-02-11T20:01:09.567Z | Checking publicsuffix v2.3.0 |
1878 | 2025-02-11T20:01:09.611Z | Checking cookie v0.18.1 |
1879 | 2025-02-11T20:01:09.872Z | Checking webpki-roots v0.26.6 |
1880 | 2025-02-11T20:01:10.086Z | Checking cookie_store v0.21.1 |
1881 | 2025-02-11T20:01:10.120Z | Checking anstyle-parse v0.2.5 |
1882 | 2025-02-11T20:01:10.370Z | Checking camino v1.1.9 |
1883 | 2025-02-11T20:01:10.404Z | Checking sync_wrapper v1.0.1 |
1884 | 2025-02-11T20:01:10.576Z | Checking is-terminal v0.4.13 |
1885 | 2025-02-11T20:01:10.727Z | Checking colorchoice v1.0.2 |
1886 | 2025-02-11T20:01:10.756Z | Checking winnow v0.6.20 |
1887 | 2025-02-11T20:01:10.891Z | Checking anstyle-query v1.1.1 |
1888 | 2025-02-11T20:01:10.921Z | Checking is_terminal_polyfill v1.70.1 |
1889 | 2025-02-11T20:01:11.047Z | Checking terminal_size v0.4.0 |
1890 | 2025-02-11T20:01:11.077Z | Checking anstream v0.6.15 |
1891 | 2025-02-11T20:01:11.268Z | Checking signature v2.2.0 |
1892 | 2025-02-11T20:01:11.476Z | Checking strsim v0.11.1 |
1893 | 2025-02-11T20:01:11.511Z | Checking clap_lex v0.7.4 |
1894 | 2025-02-11T20:01:11.789Z | Checking scroll v0.12.0 |
1895 | 2025-02-11T20:01:11.792Z | Checking clap_builder v4.5.27 |
1896 | 2025-02-11T20:01:11.921Z | Checking hyper v1.5.2 |
1897 | 2025-02-11T20:01:12.299Z | Checking ucd-trie v0.1.7 |
1898 | 2025-02-11T20:01:12.548Z | Checking plain v0.2.3 |
1899 | 2025-02-11T20:01:12.551Z | Checking tinyvec_macros v0.1.1 |
1900 | 2025-02-11T20:01:12.686Z | Checking tinyvec v1.8.0 |
1901 | 2025-02-11T20:01:12.734Z | Checking goblin v0.8.2 |
1902 | 2025-02-11T20:01:12.913Z | Checking backtrace v0.3.74 |
1903 | 2025-02-11T20:01:13.483Z | Checking pest v2.7.14 |
1904 | 2025-02-11T20:01:13.513Z | Checking anyhow v1.0.95 |
1905 | 2025-02-11T20:01:13.669Z | Checking tokio-rustls v0.26.0 |
1906 | 2025-02-11T20:01:13.849Z | Checking hyper-util v0.1.10 |
1907 | 2025-02-11T20:01:13.880Z | Checking dirs-sys-next v0.1.2 |
1908 | 2025-02-11T20:01:14.038Z | Checking base16ct v0.2.0 |
1909 | 2025-02-11T20:01:14.067Z | Checking pretty-hex v0.4.1 |
1910 | 2025-02-11T20:01:14.096Z | Checking dirs-next v2.0.0 |
1911 | 2025-02-11T20:01:14.248Z | Checking sec1 v0.7.3 |
1912 | 2025-02-11T20:01:14.251Z | Checking crossbeam-channel v0.5.13 |
1913 | 2025-02-11T20:01:14.302Z | Checking num-integer v0.1.46 |
1914 | 2025-02-11T20:01:14.305Z | Checking native-tls v0.2.12 |
1915 | 2025-02-11T20:01:14.578Z | Checking clap v4.5.27 |
1916 | 2025-02-11T20:01:14.638Z | Checking ff v0.13.0 |
1917 | 2025-02-11T20:01:14.669Z | Checking tokio-native-tls v0.3.1 |
1918 | 2025-02-11T20:01:14.737Z | Checking thread-id v4.2.2 |
1919 | 2025-02-11T20:01:14.810Z | Checking thread_local v1.1.8 |
1920 | 2025-02-11T20:01:14.864Z | Checking term v0.7.0 |
1921 | 2025-02-11T20:01:14.891Z | Checking group v0.13.0 |
1922 | 2025-02-11T20:01:14.934Z | Checking toml_edit v0.22.22 |
1923 | 2025-02-11T20:01:14.984Z | Checking hkdf v0.12.4 |
1924 | 2025-02-11T20:01:15.077Z | Checking crypto-bigint v0.5.5 |
1925 | 2025-02-11T20:01:15.169Z | Checking memmap v0.7.0 |
1926 | 2025-02-11T20:01:15.216Z | Checking crc32fast v1.4.2 |
1927 | 2025-02-11T20:01:15.307Z | Checking match_cfg v0.1.0 |
1928 | 2025-02-11T20:01:15.405Z | Checking utf-8 v0.7.6 |
1929 | 2025-02-11T20:01:15.433Z | Checking bitflags v1.3.2 |
1930 | 2025-02-11T20:01:15.467Z | Checking take_mut v0.2.2 |
1931 | 2025-02-11T20:01:15.557Z | Checking hostname v0.3.1 |
1932 | 2025-02-11T20:01:15.615Z | Checking slog-term v2.9.1 |
1933 | 2025-02-11T20:01:15.640Z | Checking slog-async v2.8.0 |
1934 | 2025-02-11T20:01:15.705Z | Checking unicode-segmentation v1.12.0 |
1935 | 2025-02-11T20:01:15.803Z | Checking hyper-tls v0.6.0 |
1936 | 2025-02-11T20:01:15.936Z | Checking hyper-rustls v0.27.3 |
1937 | 2025-02-11T20:01:15.973Z | Checking dtrace-parser v0.2.0 |
1938 | 2025-02-11T20:01:16.096Z | Checking num-iter v0.1.45 |
1939 | 2025-02-11T20:01:16.125Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2025-02-11T20:01:16.284Z | Checking reqwest v0.12.9 |
1941 | 2025-02-11T20:01:16.317Z | Checking static_assertions v1.1.0 |
1942 | 2025-02-11T20:01:16.432Z | Checking itertools v0.10.5 |
1943 | 2025-02-11T20:01:16.463Z | Checking bstr v1.10.0 |
1944 | 2025-02-11T20:01:16.466Z | Checking slog-json v2.6.1 |
1945 | 2025-02-11T20:01:16.593Z | Checking rfc6979 v0.4.0 |
1946 | 2025-02-11T20:01:16.737Z | Checking hex v0.4.3 |
1947 | 2025-02-11T20:01:16.798Z | Checking winnow v0.5.40 |
1948 | 2025-02-11T20:01:17.228Z | Checking managed v0.8.0 |
1949 | 2025-02-11T20:01:17.423Z | Checking slog-bunyan v2.5.0 |
1950 | 2025-02-11T20:01:17.546Z | Checking toml v0.8.19 |
1951 | 2025-02-11T20:01:17.578Z | Checking dof v0.3.0 |
1952 | 2025-02-11T20:01:17.611Z | Checking crossbeam-deque v0.8.5 |
1953 | 2025-02-11T20:01:17.641Z | Checking num-bigint-dig v0.8.4 |
1954 | 2025-02-11T20:01:17.777Z | Checking elliptic-curve v0.13.8 |
1955 | 2025-02-11T20:01:17.942Z | Checking flate2 v1.0.35 |
1956 | 2025-02-11T20:01:18.026Z | Checking pkcs1 v0.7.5 |
1957 | 2025-02-11T20:01:18.214Z | Checking usdt-impl v0.5.0 |
1958 | 2025-02-11T20:01:18.255Z | Checking rustls v0.22.4 |
1959 | 2025-02-11T20:01:18.409Z | Checking ecdsa v0.16.9 |
1960 | 2025-02-11T20:01:18.456Z | Checking curve25519-dalek v4.1.3 |
1961 | 2025-02-11T20:01:18.488Z | Checking zerocopy v0.6.6 |
1962 | 2025-02-11T20:01:18.581Z | Checking siphasher v0.3.11 |
1963 | 2025-02-11T20:01:18.767Z | Checking usdt v0.5.0 |
1964 | 2025-02-11T20:01:18.908Z | Checking rayon-core v1.12.1 |
1965 | 2025-02-11T20:01:19.037Z | Checking unicode-normalization v0.1.24 |
1966 | 2025-02-11T20:01:19.135Z | Checking ed25519 v2.2.3 |
1967 | 2025-02-11T20:01:19.161Z | Checking signal-hook v0.3.17 |
1968 | 2025-02-11T20:01:19.439Z | Checking quick-error v1.2.3 |
1969 | 2025-02-11T20:01:19.527Z | Checking debug-ignore v1.0.5 |
1970 | 2025-02-11T20:01:19.582Z | Checking hickory-proto v0.24.2 |
1971 | 2025-02-11T20:01:19.610Z | Checking multer v3.1.0 |
1972 | 2025-02-11T20:01:19.612Z | Checking toml_edit v0.19.15 |
1973 | 2025-02-11T20:01:19.689Z | Checking rsa v0.9.6 |
1974 | 2025-02-11T20:01:19.691Z | Checking x509-cert v0.2.5 |
1975 | 2025-02-11T20:01:19.994Z | Checking waitgroup v0.1.2 |
1976 | 2025-02-11T20:01:20.040Z | Checking serde_path_to_error v0.1.16 |
1977 | 2025-02-11T20:01:20.163Z | Checking hubpack v0.1.2 |
1978 | 2025-02-11T20:01:20.237Z | Checking ed25519-dalek v2.1.1 |
1979 | 2025-02-11T20:01:20.494Z | Checking bzip2-sys v0.1.11+1.0.8 |
1980 | 2025-02-11T20:01:20.639Z | Checking async-stream v0.3.6 |
1981 | 2025-02-11T20:01:20.665Z | Checking hostname v0.4.0 |
1982 | 2025-02-11T20:01:20.667Z | Checking bit-vec v0.6.3 |
1983 | 2025-02-11T20:01:20.717Z | Checking unicode-width v0.2.0 |
1984 | 2025-02-11T20:01:20.828Z | Checking bzip2 v0.4.4 |
1985 | 2025-02-11T20:01:20.857Z | Checking signal-hook-mio v0.2.4 |
1986 | 2025-02-11T20:01:21.025Z | Checking hash32 v0.2.1 |
1987 | 2025-02-11T20:01:21.055Z | Checking bit-set v0.5.3 |
1988 | 2025-02-11T20:01:21.135Z | Checking linked-hash-map v0.5.6 |
1989 | 2025-02-11T20:01:21.200Z | Checking predicates-core v1.0.8 |
1990 | 2025-02-11T20:01:21.234Z | Checking console v0.15.10 |
1991 | 2025-02-11T20:01:21.343Z | Checking unicode-properties v0.1.3 |
1992 | 2025-02-11T20:01:21.346Z | Checking unicode-bidi v0.3.17 |
1993 | 2025-02-11T20:01:21.420Z | Checking heapless v0.7.17 |
1994 | 2025-02-11T20:01:21.465Z | Checking lru-cache v0.1.2 |
1995 | 2025-02-11T20:01:21.540Z | Checking tokio-rustls v0.25.0 |
1996 | 2025-02-11T20:01:21.655Z | Checking crossterm v0.28.1 |
1997 | 2025-02-11T20:01:21.739Z | Checking rayon v1.10.0 |
1998 | 2025-02-11T20:01:21.781Z | Checking phf_shared v0.11.2 |
1999 | 2025-02-11T20:01:21.908Z | Checking dropshot v0.12.0 |
2000 | 2025-02-11T20:01:21.993Z | Checking toml v0.7.8 |
2001 | 2025-02-11T20:01:21.995Z | Checking stringprep v0.1.5 |
2002 | 2025-02-11T20:01:22.062Z | Checking similar v2.6.0 |
2003 | 2025-02-11T20:01:22.307Z | Checking tokio-stream v0.1.16 |
2004 | 2025-02-11T20:01:22.336Z | Checking newtype-uuid v1.2.1 |
2005 | 2025-02-11T20:01:22.607Z | Checking md-5 v0.10.6 |
2006 | 2025-02-11T20:01:22.713Z | Checking float-cmp v0.9.0 |
2007 | 2025-02-11T20:01:22.856Z | Checking normalize-line-endings v0.3.0 |
2008 | 2025-02-11T20:01:22.906Z | Checking fallible-iterator v0.2.0 |
2009 | 2025-02-11T20:01:22.934Z | Checking fixedbitset v0.4.2 |
2010 | 2025-02-11T20:01:23.002Z | Checking difflib v0.4.0 |
2011 | 2025-02-11T20:01:23.077Z | Checking smoltcp v0.9.1 |
2012 | 2025-02-11T20:01:23.209Z | Checking petgraph v0.6.5 |
2013 | 2025-02-11T20:01:23.321Z | Checking phf v0.11.2 |
2014 | 2025-02-11T20:01:23.349Z | Checking predicates v3.1.2 |
2015 | 2025-02-11T20:01:23.501Z | Checking postgres-protocol v0.6.7 |
2016 | 2025-02-11T20:01:23.585Z | Checking zip v0.6.6 |
2017 | 2025-02-11T20:01:23.956Z | Checking resolv-conf v0.7.0 |
2018 | 2025-02-11T20:01:24.110Z | Checking phf_shared v0.10.0 |
2019 | 2025-02-11T20:01:24.138Z | Checking tungstenite v0.24.0 |
2020 | 2025-02-11T20:01:24.292Z | Checking fs-err v2.11.0 |
2021 | 2025-02-11T20:01:24.320Z | Checking serde-big-array v0.5.1 |
2022 | 2025-02-11T20:01:24.384Z | Checking portable-atomic v1.9.0 |
2023 | 2025-02-11T20:01:24.510Z | Checking lalrpop-util v0.19.12 |
2024 | 2025-02-11T20:01:24.557Z | Checking new_debug_unreachable v1.0.6 |
2025 | 2025-02-11T20:01:24.673Z | Checking precomputed-hash v0.1.1 |
2026 | 2025-02-11T20:01:24.806Z | Checking minimal-lexical v0.2.1 |
2027 | 2025-02-11T20:01:24.834Z | Checking number_prefix v0.4.0 |
2028 | 2025-02-11T20:01:24.861Z | Checking string_cache v0.8.7 |
2029 | 2025-02-11T20:01:25.013Z | Checking tokio-tungstenite v0.24.0 |
2030 | 2025-02-11T20:01:25.052Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2031 | 2025-02-11T20:01:25.149Z | Checking hickory-resolver v0.24.2 |
2032 | 2025-02-11T20:01:25.178Z | Checking postgres-types v0.2.8 |
2033 | 2025-02-11T20:01:25.208Z | Checking itertools v0.12.1 |
2034 | 2025-02-11T20:01:25.236Z | Checking nom v7.1.3 |
2035 | 2025-02-11T20:01:25.356Z | Checking indicatif v0.17.11 |
2036 | 2025-02-11T20:01:25.467Z | Checking whoami v1.5.2 |
2037 | 2025-02-11T20:01:25.783Z | Checking peg-runtime v0.8.3 |
2038 | 2025-02-11T20:01:25.845Z | Checking tokio-postgres v0.7.12 |
2039 | 2025-02-11T20:01:26.089Z | Compiling hashbrown v0.14.5 |
2040 | 2025-02-11T20:01:26.137Z | Compiling thiserror v2.0.11 |
2041 | 2025-02-11T20:01:26.188Z | Compiling thiserror-impl v2.0.11 |
2042 | 2025-02-11T20:01:26.786Z | Checking qorb v0.2.1 |
2043 | 2025-02-11T20:01:27.152Z | Compiling ident_case v1.0.1 |
2044 | 2025-02-11T20:01:27.277Z | Compiling regress v0.10.1 |
2045 | 2025-02-11T20:01:27.368Z | Compiling darling_core v0.20.10 |
2046 | 2025-02-11T20:01:27.540Z | Compiling unsafe-libyaml v0.2.11 |
2047 | 2025-02-11T20:01:28.706Z | Checking heck v0.5.0 |
2048 | 2025-02-11T20:01:28.936Z | Compiling serde_yaml v0.9.34+deprecated |
2049 | 2025-02-11T20:01:29.234Z | Checking fastrand v2.1.1 |
2050 | 2025-02-11T20:01:29.389Z | Checking ipnetwork v0.20.0 |
2051 | 2025-02-11T20:01:29.591Z | Checking progenitor-client v0.9.1 |
2052 | 2025-02-11T20:01:29.643Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2053 | 2025-02-11T20:01:29.758Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2054 | 2025-02-11T20:01:30.012Z | Compiling structmeta-derive v0.3.0 |
2055 | 2025-02-11T20:01:30.041Z | Checking strum v0.26.3 |
2056 | 2025-02-11T20:01:30.095Z | Compiling dropshot v0.15.1 |
2057 | 2025-02-11T20:01:30.231Z | Checking macaddr v1.0.1 |
2058 | 2025-02-11T20:01:30.508Z | Compiling dropshot_endpoint v0.15.1 |
2059 | 2025-02-11T20:01:30.585Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2025-02-11T20:01:30.882Z | Checking tempfile v3.13.0 |
2061 | 2025-02-11T20:01:31.292Z | Compiling typify-impl v0.2.0 |
2062 | 2025-02-11T20:01:31.358Z | Checking progenitor-client v0.8.0 |
2063 | 2025-02-11T20:01:31.736Z | Checking instant v0.1.13 |
2064 | 2025-02-11T20:01:31.885Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2065 | 2025-02-11T20:01:32.044Z | Checking regress v0.9.1 |
2066 | 2025-02-11T20:01:32.490Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2067 | 2025-02-11T20:01:32.523Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2068 | 2025-02-11T20:01:32.682Z | Compiling structmeta v0.3.0 |
2069 | 2025-02-11T20:01:32.906Z | Checking backoff v0.4.0 |
2070 | 2025-02-11T20:01:33.121Z | Compiling parse-display-derive v0.10.0 |
2071 | 2025-02-11T20:01:33.209Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2072 | 2025-02-11T20:01:33.245Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2073 | 2025-02-11T20:01:33.351Z | Compiling darling_macro v0.20.10 |
2074 | 2025-02-11T20:01:33.386Z | Checking wait-timeout v0.2.0 |
2075 | 2025-02-11T20:01:33.418Z | Checking rand_xorshift v0.3.0 |
2076 | 2025-02-11T20:01:33.596Z | Checking rusty-fork v0.3.0 |
2077 | 2025-02-11T20:01:33.633Z | Checking unarray v0.1.4 |
2078 | 2025-02-11T20:01:33.812Z | Compiling structmeta-derive v0.2.0 |
2079 | 2025-02-11T20:01:33.928Z | Checking proptest v1.5.0 |
2080 | 2025-02-11T20:01:34.282Z | Compiling darling v0.20.10 |
2081 | 2025-02-11T20:01:34.431Z | Compiling serde_with_macros v3.11.0 |
2082 | 2025-02-11T20:01:35.105Z | Checking camino-tempfile v1.1.1 |
2083 | 2025-02-11T20:01:35.388Z | Checking unicode-width v0.1.14 |
2084 | 2025-02-11T20:01:35.693Z | Compiling proc-macro-error v1.0.4 |
2085 | 2025-02-11T20:01:35.931Z | Compiling proc-macro-crate v1.3.1 |
2086 | 2025-02-11T20:01:36.394Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2087 | 2025-02-11T20:01:36.574Z | Compiling structmeta v0.2.0 |
2088 | 2025-02-11T20:01:36.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2089 | 2025-02-11T20:01:36.905Z | Compiling num_enum_derive v0.5.11 |
2090 | 2025-02-11T20:01:37.013Z | Compiling test-strategy v0.3.1 |
2091 | 2025-02-11T20:01:37.106Z | Checking serde_with v3.11.0 |
2092 | 2025-02-11T20:01:37.166Z | Compiling foreign-types-macros v0.2.3 |
2093 | 2025-02-11T20:01:37.274Z | Checking parse-display v0.10.0 |
2094 | 2025-02-11T20:01:37.525Z | Checking foreign-types-shared v0.3.1 |
2095 | 2025-02-11T20:01:38.054Z | Checking tabwriter v1.4.0 |
2096 | 2025-02-11T20:01:38.337Z | Checking cstr-argument v0.1.2 |
2097 | 2025-02-11T20:01:38.441Z | Checking foreign-types v0.5.0 |
2098 | 2025-02-11T20:01:38.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2099 | 2025-02-11T20:01:38.546Z | Checking pretty-hex v0.2.1 |
2100 | 2025-02-11T20:01:38.576Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2101 | 2025-02-11T20:01:38.750Z | Checking colored v2.1.0 |
2102 | 2025-02-11T20:01:39.020Z | Checking smf v0.2.3 |
2103 | 2025-02-11T20:01:39.049Z | Checking itertools v0.13.0 |
2104 | 2025-02-11T20:01:39.087Z | Checking base64 v0.21.7 |
2105 | 2025-02-11T20:01:39.285Z | Checking num_enum v0.5.11 |
2106 | 2025-02-11T20:01:39.349Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2107 | 2025-02-11T20:01:39.456Z | Compiling typify-impl v0.3.0 |
2108 | 2025-02-11T20:01:39.486Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2109 | 2025-02-11T20:01:39.517Z | Compiling crucible-workspace-hack v0.1.0 |
2110 | 2025-02-11T20:01:39.605Z | Compiling zerocopy v0.8.10 |
2111 | 2025-02-11T20:01:39.983Z | Checking atomicwrites v0.4.4 |
2112 | 2025-02-11T20:01:40.208Z | Compiling zerocopy-derive v0.8.10 |
2113 | 2025-02-11T20:01:40.485Z | Checking termtree v0.4.1 |
2114 | 2025-02-11T20:01:40.489Z | Compiling heapless v0.8.0 |
2115 | 2025-02-11T20:01:40.728Z | Checking predicates-tree v1.0.11 |
2116 | 2025-02-11T20:01:40.916Z | Checking hash32 v0.3.1 |
2117 | 2025-02-11T20:01:41.139Z | Compiling smoltcp v0.11.0 |
2118 | 2025-02-11T20:01:41.517Z | Checking cobs v0.2.3 |
2119 | 2025-02-11T20:01:41.755Z | Checking postcard v1.0.10 |
2120 | 2025-02-11T20:01:41.873Z | Checking sigpipe v0.1.3 |
2121 | 2025-02-11T20:01:42.011Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2122 | 2025-02-11T20:01:42.313Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2123 | 2025-02-11T20:01:42.424Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2124 | 2025-02-11T20:01:42.452Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2125 | 2025-02-11T20:01:42.478Z | Compiling mockall_derive v0.13.0 |
2126 | 2025-02-11T20:01:42.808Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2127 | 2025-02-11T20:01:42.846Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2128 | 2025-02-11T20:01:42.952Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2129 | 2025-02-11T20:01:43.287Z | Compiling zone_cfg_derive v0.3.0 |
2130 | 2025-02-11T20:01:44.617Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2131 | 2025-02-11T20:01:44.964Z | Compiling num-derive v0.4.2 |
2132 | 2025-02-11T20:01:45.010Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2133 | 2025-02-11T20:01:45.178Z | Checking fragile v2.0.0 |
2134 | 2025-02-11T20:01:45.340Z | Checking downcast v0.11.0 |
2135 | 2025-02-11T20:01:45.524Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2136 | 2025-02-11T20:01:45.569Z | Checking zone v0.3.0 |
2137 | 2025-02-11T20:01:45.816Z | Compiling convert_case v0.4.0 |
2138 | 2025-02-11T20:01:45.864Z | Checking tungstenite v0.21.0 |
2139 | 2025-02-11T20:01:46.418Z | Checking newline-converter v0.3.0 |
2140 | 2025-02-11T20:01:46.595Z | Checking expectorate v1.1.0 |
2141 | 2025-02-11T20:01:46.687Z | Compiling typify-macro v0.2.0 |
2142 | 2025-02-11T20:01:46.737Z | Compiling derive_more v0.99.18 |
2143 | 2025-02-11T20:01:46.782Z | Checking same-file v1.0.6 |
2144 | 2025-02-11T20:01:46.825Z | Checking tokio-tungstenite v0.21.0 |
2145 | 2025-02-11T20:01:46.975Z | Checking walkdir v2.5.0 |
2146 | 2025-02-11T20:01:47.283Z | Checking arc-swap v1.7.1 |
2147 | 2025-02-11T20:01:47.311Z | Checking xattr v1.3.1 |
2148 | 2025-02-11T20:01:47.351Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2149 | 2025-02-11T20:01:47.517Z | Checking filetime v0.2.25 |
2150 | 2025-02-11T20:01:47.709Z | Checking slog-scope v4.4.0 |
2151 | 2025-02-11T20:01:47.754Z | Checking tar v0.4.42 |
2152 | 2025-02-11T20:01:47.786Z | Checking num-rational v0.4.2 |
2153 | 2025-02-11T20:01:47.922Z | Checking slog-stdlog v4.1.1 |
2154 | 2025-02-11T20:01:48.119Z | Checking slog-envlogger v2.2.0 |
2155 | 2025-02-11T20:01:48.369Z | Checking num-complex v0.4.6 |
2156 | 2025-02-11T20:01:48.432Z | Checking float-ord v0.3.2 |
2157 | 2025-02-11T20:01:48.597Z | Checking indent_write v2.2.0 |
2158 | 2025-02-11T20:01:48.620Z | Compiling cancel-safe-futures v0.1.5 |
2159 | 2025-02-11T20:01:48.821Z | Checking swrite v0.1.0 |
2160 | 2025-02-11T20:01:48.972Z | Compiling owo-colors v4.1.0 |
2161 | 2025-02-11T20:01:49.197Z | Checking num v0.4.3 |
2162 | 2025-02-11T20:01:49.337Z | Checking libsw v3.3.1 |
2163 | 2025-02-11T20:01:49.510Z | Checking password-hash v0.5.0 |
2164 | 2025-02-11T20:01:49.621Z | Checking blake2 v0.10.6 |
2165 | 2025-02-11T20:01:49.670Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2166 | 2025-02-11T20:01:49.978Z | Checking linear-map v1.2.0 |
2167 | 2025-02-11T20:01:50.065Z | Checking argon2 v0.5.3 |
2168 | 2025-02-11T20:01:50.296Z | Checking pem v3.0.4 |
2169 | 2025-02-11T20:01:50.343Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2170 | 2025-02-11T20:01:50.388Z | Checking mockall v0.13.0 |
2171 | 2025-02-11T20:01:50.512Z | Compiling typify v0.2.0 |
2172 | 2025-02-11T20:01:50.649Z | Compiling progenitor-impl v0.8.0 |
2173 | 2025-02-11T20:01:50.676Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2025-02-11T20:01:50.744Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2175 | 2025-02-11T20:01:50.768Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2176 | 2025-02-11T20:01:51.089Z | Compiling lzma-sys v0.1.20 |
2177 | 2025-02-11T20:01:51.550Z | Checking headers-core v0.3.0 |
2178 | 2025-02-11T20:01:51.735Z | Compiling heck v0.3.3 |
2179 | 2025-02-11T20:01:51.925Z | Checking highway v1.2.0 |
2180 | 2025-02-11T20:01:52.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2181 | 2025-02-11T20:01:52.380Z | Compiling zone_cfg_derive v0.1.2 |
2182 | 2025-02-11T20:01:52.494Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2183 | 2025-02-11T20:01:52.646Z | Checking headers v0.4.0 |
2184 | 2025-02-11T20:01:52.736Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2025-02-11T20:01:53.035Z | Checking yasna v0.5.2 |
2186 | 2025-02-11T20:01:53.580Z | Checking base64 v0.13.1 |
2187 | 2025-02-11T20:01:53.693Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2025-02-11T20:01:53.786Z | Checking zone v0.1.8 |
2189 | 2025-02-11T20:01:53.852Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2025-02-11T20:01:53.912Z | Checking rcgen v0.12.1 |
2191 | 2025-02-11T20:01:54.021Z | Checking ron v0.7.1 |
2192 | 2025-02-11T20:01:54.177Z | Checking xz2 v0.1.7 |
2193 | 2025-02-11T20:01:54.493Z | Checking subprocess v0.2.9 |
2194 | 2025-02-11T20:01:54.496Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2195 | 2025-02-11T20:01:54.557Z | Checking humantime v2.1.0 |
2196 | 2025-02-11T20:01:54.892Z | Compiling semver v0.1.20 |
2197 | 2025-02-11T20:01:54.964Z | Compiling typify-macro v0.3.0 |
2198 | 2025-02-11T20:01:55.065Z | Checking prettyplease v0.2.25 |
2199 | 2025-02-11T20:01:55.092Z | Checking half v2.4.1 |
2200 | 2025-02-11T20:01:55.312Z | Compiling rustc_version v0.1.7 |
2201 | 2025-02-11T20:01:55.477Z | Checking ciborium-io v0.2.2 |
2202 | 2025-02-11T20:01:55.506Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2203 | 2025-02-11T20:01:55.626Z | Checking ciborium-ll v0.2.2 |
2204 | 2025-02-11T20:01:55.796Z | Compiling newtype_derive v0.1.6 |
2205 | 2025-02-11T20:01:55.959Z | Checking ciborium v0.2.2 |
2206 | 2025-02-11T20:01:56.368Z | Checking steno v0.4.1 |
2207 | 2025-02-11T20:01:57.762Z | Compiling progenitor-macro v0.8.0 |
2208 | 2025-02-11T20:01:58.825Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2209 | 2025-02-11T20:01:58.920Z | Compiling typify v0.3.0 |
2210 | 2025-02-11T20:01:59.090Z | Compiling progenitor-impl v0.9.1 |
2211 | 2025-02-11T20:01:59.508Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2212 | 2025-02-11T20:01:59.899Z | Compiling slog-dtrace v0.3.0 |
2213 | 2025-02-11T20:01:59.948Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2214 | 2025-02-11T20:02:00.313Z | Checking display-error-chain v0.2.2 |
2215 | 2025-02-11T20:02:00.520Z | Checking gethostname v0.5.0 |
2216 | 2025-02-11T20:02:00.523Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2217 | 2025-02-11T20:02:00.668Z | Checking nibble_vec v0.1.0 |
2218 | 2025-02-11T20:02:00.826Z | Compiling blake3 v1.5.4 |
2219 | 2025-02-11T20:02:00.889Z | Checking keccak v0.1.5 |
2220 | 2025-02-11T20:02:01.182Z | Checking endian-type v0.1.2 |
2221 | 2025-02-11T20:02:01.286Z | Checking sha3 v0.10.8 |
2222 | 2025-02-11T20:02:01.420Z | Checking radix_trie v0.2.1 |
2223 | 2025-02-11T20:02:01.716Z | Checking universal-hash v0.5.1 |
2224 | 2025-02-11T20:02:01.843Z | Checking secrecy v0.8.0 |
2225 | 2025-02-11T20:02:01.919Z | Checking opaque-debug v0.3.1 |
2226 | 2025-02-11T20:02:02.029Z | Checking aead v0.5.2 |
2227 | 2025-02-11T20:02:02.058Z | Checking poly1305 v0.8.0 |
2228 | 2025-02-11T20:02:02.157Z | Checking chacha20 v0.9.1 |
2229 | 2025-02-11T20:02:02.568Z | Compiling memmap2 v0.9.5 |
2230 | 2025-02-11T20:02:02.591Z | Compiling arrayref v0.3.9 |
2231 | 2025-02-11T20:02:02.720Z | Compiling constant_time_eq v0.3.1 |
2232 | 2025-02-11T20:02:02.933Z | Compiling arrayvec v0.7.6 |
2233 | 2025-02-11T20:02:02.992Z | Compiling toolchain_find v0.4.0 |
2234 | 2025-02-11T20:02:03.240Z | Compiling thiserror-impl-no-std v2.0.2 |
2235 | 2025-02-11T20:02:03.265Z | Compiling topological-sort v0.2.2 |
2236 | 2025-02-11T20:02:03.509Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2237 | 2025-02-11T20:02:03.595Z | Compiling rustfmt-wrapper v0.2.1 |
2238 | 2025-02-11T20:02:03.621Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2239 | 2025-02-11T20:02:04.005Z | Compiling omicron-zone-package v0.12.0 |
2240 | 2025-02-11T20:02:04.081Z | Checking chacha20poly1305 v0.10.1 |
2241 | 2025-02-11T20:02:04.150Z | Compiling async-recursion v1.1.1 |
2242 | 2025-02-11T20:02:04.306Z | Checking fxhash v0.2.1 |
2243 | 2025-02-11T20:02:04.520Z | Checking bumpalo v3.16.0 |
2244 | 2025-02-11T20:02:04.547Z | Checking simd-adler32 v0.3.7 |
2245 | 2025-02-11T20:02:04.886Z | Checking lockfree-object-pool v0.1.6 |
2246 | 2025-02-11T20:02:04.934Z | Compiling zip v2.1.3 |
2247 | 2025-02-11T20:02:05.144Z | Checking zopfli v0.8.1 |
2248 | 2025-02-11T20:02:05.304Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2249 | 2025-02-11T20:02:05.396Z | Checking maplit v1.0.2 |
2250 | 2025-02-11T20:02:05.526Z | Checking termcolor v1.4.1 |
2251 | 2025-02-11T20:02:05.659Z | Compiling radium v0.7.0 |
2252 | 2025-02-11T20:02:05.717Z | Compiling const_format_proc_macros v0.2.34 |
2253 | 2025-02-11T20:02:05.978Z | Checking tap v1.0.1 |
2254 | 2025-02-11T20:02:06.085Z | Checking thiserror-no-std v2.0.2 |
2255 | 2025-02-11T20:02:06.162Z | Compiling maybe-uninit v2.0.0 |
2256 | 2025-02-11T20:02:06.251Z | Checking vsss-rs v3.3.4 |
2257 | 2025-02-11T20:02:06.276Z | Compiling progenitor-macro v0.9.1 |
2258 | 2025-02-11T20:02:06.607Z | Checking wyz v0.5.1 |
2259 | 2025-02-11T20:02:06.798Z | Compiling packed_struct v0.10.1 |
2260 | 2025-02-11T20:02:06.992Z | Checking funty v2.0.0 |
2261 | 2025-02-11T20:02:07.021Z | Checking home v0.5.9 |
2262 | 2025-02-11T20:02:07.198Z | Checking crc-catalog v2.4.0 |
2263 | 2025-02-11T20:02:07.376Z | Checking crc v3.2.1 |
2264 | 2025-02-11T20:02:07.437Z | Checking kstat-rs v0.2.4 |
2265 | 2025-02-11T20:02:07.674Z | Checking const_format v0.2.34 |
2266 | 2025-02-11T20:02:07.760Z | Compiling packed_struct_codegen v0.10.1 |
2267 | 2025-02-11T20:02:07.828Z | Compiling vte_generate_state_changes v0.1.2 |
2268 | 2025-02-11T20:02:07.918Z | Checking bitvec v1.0.1 |
2269 | 2025-02-11T20:02:08.157Z | Compiling indexmap v1.9.3 |
2270 | 2025-02-11T20:02:08.474Z | Compiling libefi-sys v0.1.0 |
2271 | 2025-02-11T20:02:08.499Z | Checking nodrop v0.1.14 |
2272 | 2025-02-11T20:02:08.649Z | Checking array-init v0.0.4 |
2273 | 2025-02-11T20:02:08.856Z | Checking vte v0.11.1 |
2274 | 2025-02-11T20:02:09.298Z | Checking smallvec v0.6.14 |
2275 | 2025-02-11T20:02:09.586Z | Checking fd-lock v4.0.2 |
2276 | 2025-02-11T20:02:09.686Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2277 | 2025-02-11T20:02:09.797Z | Compiling bitfield-struct v0.6.2 |
2278 | 2025-02-11T20:02:09.989Z | Checking hashbrown v0.12.3 |
2279 | 2025-02-11T20:02:10.078Z | Checking bitfield v0.14.0 |
2280 | 2025-02-11T20:02:10.268Z | Checking strip-ansi-escapes v0.2.0 |
2281 | 2025-02-11T20:02:10.370Z | Checking serde-hex v0.1.0 |
2282 | 2025-02-11T20:02:10.394Z | Checking progenitor v0.8.0 |
2283 | 2025-02-11T20:02:10.609Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2284 | 2025-02-11T20:02:10.651Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2285 | 2025-02-11T20:02:11.129Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2286 | 2025-02-11T20:02:11.672Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2287 | 2025-02-11T20:02:11.775Z | Checking env_logger v0.10.2 |
2288 | 2025-02-11T20:02:11.964Z | Checking ron v0.8.1 |
2289 | 2025-02-11T20:02:12.250Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2290 | 2025-02-11T20:02:12.567Z | Checking hashbrown v0.13.2 |
2291 | 2025-02-11T20:02:13.143Z | Checking crc-any v2.5.0 |
2292 | 2025-02-11T20:02:13.542Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2293 | 2025-02-11T20:02:13.566Z | Checking nu-ansi-term v0.50.1 |
2294 | 2025-02-11T20:02:13.677Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2295 | 2025-02-11T20:02:13.990Z | Checking reedline v0.35.0 |
2296 | 2025-02-11T20:02:13.992Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2025-02-11T20:02:14.152Z | Checking object v0.30.4 |
2298 | 2025-02-11T20:02:14.345Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2299 | 2025-02-11T20:02:14.802Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2300 | 2025-02-11T20:02:14.918Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2301 | 2025-02-11T20:02:15.175Z | Checking nanorand v0.7.0 |
2302 | 2025-02-11T20:02:15.460Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2303 | 2025-02-11T20:02:15.577Z | Checking path-slash v0.1.5 |
2304 | 2025-02-11T20:02:15.747Z | Compiling parking_lot_core v0.8.6 |
2305 | 2025-02-11T20:02:16.703Z | Checking flume v0.11.1 |
2306 | 2025-02-11T20:02:17.254Z | Compiling phf_generator v0.11.2 |
2307 | 2025-02-11T20:02:17.470Z | Checking bytecount v0.6.8 |
2308 | 2025-02-11T20:02:17.598Z | Checking glob v0.3.2 |
2309 | 2025-02-11T20:02:17.658Z | Checking papergrid v0.11.0 |
2310 | 2025-02-11T20:02:17.972Z | Checking parking_lot v0.11.2 |
2311 | 2025-02-11T20:02:18.328Z | Compiling phf_codegen v0.11.2 |
2312 | 2025-02-11T20:02:18.351Z | Compiling tabled_derive v0.7.0 |
2313 | 2025-02-11T20:02:18.593Z | Compiling parse-zoneinfo v0.3.1 |
2314 | 2025-02-11T20:02:19.068Z | Compiling cfg_aliases v0.1.1 |
2315 | 2025-02-11T20:02:19.150Z | Checking progenitor v0.9.1 |
2316 | 2025-02-11T20:02:19.381Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2025-02-11T20:02:19.434Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2318 | 2025-02-11T20:02:19.893Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2319 | 2025-02-11T20:02:20.374Z | Compiling chrono-tz-build v0.4.0 |
2320 | 2025-02-11T20:02:20.616Z | Checking tabled v0.15.0 |
2321 | 2025-02-11T20:02:21.696Z | Compiling nix v0.28.0 |
2322 | 2025-02-11T20:02:22.514Z | Checking sled v0.34.7 |
2323 | 2025-02-11T20:02:23.288Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2324 | 2025-02-11T20:02:23.457Z | Checking hickory-client v0.24.2 |
2325 | 2025-02-11T20:02:24.127Z | Checking hickory-server v0.24.2 |
2326 | 2025-02-11T20:02:24.459Z | Compiling chrono-tz v0.10.1 |
2327 | 2025-02-11T20:02:25.062Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2328 | 2025-02-11T20:02:25.117Z | Compiling unicase v2.7.0 |
2329 | 2025-02-11T20:02:25.319Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2330 | 2025-02-11T20:02:25.427Z | Compiling buf-list v1.0.3 |
2331 | 2025-02-11T20:02:26.136Z | Compiling peg-macros v0.8.4 |
2332 | 2025-02-11T20:02:26.769Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2333 | 2025-02-11T20:02:26.829Z | Compiling sqlparser_derive v0.2.2 |
2334 | 2025-02-11T20:02:27.716Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2335 | 2025-02-11T20:02:27.864Z | Checking unicode_categories v0.1.1 |
2336 | 2025-02-11T20:02:27.890Z | Checking sqlparser v0.45.0 |
2337 | 2025-02-11T20:02:28.181Z | Checking sqlformat v0.2.6 |
2338 | 2025-02-11T20:02:28.373Z | Checking rustyline v14.0.0 |
2339 | 2025-02-11T20:02:29.508Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2340 | 2025-02-11T20:02:29.901Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2341 | 2025-02-11T20:02:31.010Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2342 | 2025-02-11T20:02:32.772Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2343 | 2025-02-11T20:02:32.863Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2344 | 2025-02-11T20:02:34.340Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2345 | 2025-02-11T20:02:34.448Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2346 | 2025-02-11T20:02:34.793Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2347 | 2025-02-11T20:02:36.135Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2348 | 2025-02-11T20:02:36.296Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2349 | 2025-02-11T20:02:36.572Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2350 | 2025-02-11T20:02:36.937Z | Checking peg v0.8.4 |
2351 | 2025-02-11T20:02:37.071Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2352 | 2025-02-11T20:02:37.191Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2025-02-11T20:02:37.615Z | Checking bcs v0.1.6 |
2354 | 2025-02-11T20:02:37.793Z | Checking termtree v0.5.1 |
2355 | 2025-02-11T20:02:38.082Z | Checking primeorder v0.13.6 |
2356 | 2025-02-11T20:02:38.253Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2357 | 2025-02-11T20:02:38.532Z | Compiling mime_guess v2.0.5 |
2358 | 2025-02-11T20:02:38.614Z | Checking http-range v0.1.5 |
2359 | 2025-02-11T20:02:38.880Z | Checking atty v0.2.14 |
2360 | 2025-02-11T20:02:39.041Z | Compiling salty v0.3.0 |
2361 | 2025-02-11T20:02:39.155Z | Checking p384 v0.13.0 |
2362 | 2025-02-11T20:02:39.513Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2025-02-11T20:02:40.082Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2364 | 2025-02-11T20:02:40.277Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2365 | 2025-02-11T20:02:40.524Z | Checking hyper-staticfile v0.10.1 |
2366 | 2025-02-11T20:02:40.678Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2367 | 2025-02-11T20:02:40.912Z | Compiling dsl_auto_type v0.1.2 |
2368 | 2025-02-11T20:02:41.018Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2369 | 2025-02-11T20:02:41.069Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2025-02-11T20:02:41.101Z | Checking scheduled-thread-pool v0.2.7 |
2371 | 2025-02-11T20:02:41.315Z | Checking env_filter v0.1.2 |
2372 | 2025-02-11T20:02:41.373Z | Compiling diesel_table_macro_syntax v0.2.0 |
2373 | 2025-02-11T20:02:41.513Z | Compiling crunchy v0.2.2 |
2374 | 2025-02-11T20:02:41.572Z | Checking env_logger v0.11.5 |
2375 | 2025-02-11T20:02:41.815Z | Checking r2d2 v0.8.10 |
2376 | 2025-02-11T20:02:41.850Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2025-02-11T20:02:41.988Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2378 | 2025-02-11T20:02:42.137Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2025-02-11T20:02:42.368Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-02-11T20:02:42.396Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2381 | 2025-02-11T20:02:42.543Z | Compiling diesel_derives v2.2.3 |
2382 | 2025-02-11T20:02:43.247Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2383 | 2025-02-11T20:02:43.676Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2384 | 2025-02-11T20:02:43.702Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2025-02-11T20:02:43.863Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2025-02-11T20:02:44.735Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2387 | 2025-02-11T20:02:45.671Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2388 | 2025-02-11T20:02:46.255Z | Compiling tiny-keccak v2.0.2 |
2389 | 2025-02-11T20:02:46.610Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2390 | 2025-02-11T20:02:47.039Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2025-02-11T20:02:47.469Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2392 | 2025-02-11T20:02:47.507Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2025-02-11T20:02:47.759Z | Compiling ref-cast v1.0.23 |
2394 | 2025-02-11T20:02:47.950Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-02-11T20:02:49.160Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2396 | 2025-02-11T20:02:49.346Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2025-02-11T20:02:49.685Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2398 | 2025-02-11T20:02:49.739Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2399 | 2025-02-11T20:02:50.177Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2400 | 2025-02-11T20:02:50.320Z | Compiling ascii-canvas v3.0.0 |
2401 | 2025-02-11T20:02:50.504Z | Compiling ena v0.14.3 |
2402 | 2025-02-11T20:02:50.852Z | Compiling ref-cast-impl v1.0.23 |
2403 | 2025-02-11T20:02:50.878Z | Compiling diff v0.1.13 |
2404 | 2025-02-11T20:02:50.900Z | Compiling regex-syntax v0.6.29 |
2405 | 2025-02-11T20:02:51.528Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2406 | 2025-02-11T20:02:52.227Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2407 | 2025-02-11T20:02:52.664Z | Compiling pin-project-internal v1.1.6 |
2408 | 2025-02-11T20:02:53.549Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2409 | 2025-02-11T20:02:53.846Z | Compiling derive_builder_core v0.20.2 |
2410 | 2025-02-11T20:02:53.976Z | Compiling libxml v0.3.3 |
2411 | 2025-02-11T20:02:54.255Z | Checking diesel v2.2.6 |
2412 | 2025-02-11T20:02:54.350Z | Compiling lalrpop v0.19.12 |
2413 | 2025-02-11T20:02:55.071Z | Checking signal-hook-tokio v0.3.1 |
2414 | 2025-02-11T20:02:55.283Z | Compiling strum_macros v0.24.3 |
2415 | 2025-02-11T20:02:55.447Z | Checking pin-project v1.1.6 |
2416 | 2025-02-11T20:02:55.604Z | Compiling samael v0.0.17 |
2417 | 2025-02-11T20:02:56.081Z | Compiling derive_builder_macro v0.20.2 |
2418 | 2025-02-11T20:02:56.540Z | Compiling snafu-derive v0.8.5 |
2419 | 2025-02-11T20:02:56.580Z | Compiling indoc v1.0.9 |
2420 | 2025-02-11T20:02:56.986Z | Checking derive_builder v0.20.2 |
2421 | 2025-02-11T20:02:57.480Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2422 | 2025-02-11T20:02:58.536Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2423 | 2025-02-11T20:02:58.562Z | Checking olpc-cjson v0.1.4 |
2424 | 2025-02-11T20:02:58.589Z | Checking globset v0.4.15 |
2425 | 2025-02-11T20:02:58.795Z | Checking serde_plain v1.0.2 |
2426 | 2025-02-11T20:02:58.841Z | Checking quick-xml v0.33.0 |
2427 | 2025-02-11T20:02:59.074Z | Compiling oso-derive v0.27.3 |
2428 | 2025-02-11T20:02:59.101Z | Compiling impl-trait-for-tuples v0.2.2 |
2429 | 2025-02-11T20:02:59.577Z | Compiling memoffset v0.9.1 |
2430 | 2025-02-11T20:02:59.936Z | Checking typed-path v0.9.3 |
2431 | 2025-02-11T20:03:00.311Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2025-02-11T20:03:01.827Z | Checking snafu v0.8.5 |
2433 | 2025-02-11T20:03:01.862Z | Checking tungstenite v0.23.0 |
2434 | 2025-02-11T20:03:02.123Z | Compiling diesel-dtrace v0.4.2 |
2435 | 2025-02-11T20:03:02.315Z | Checking tough v0.19.0 |
2436 | 2025-02-11T20:03:02.472Z | Checking parse-size v1.1.0 |
2437 | 2025-02-11T20:03:02.831Z | Checking tokio-tungstenite v0.23.1 |
2438 | 2025-02-11T20:03:02.944Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2439 | 2025-02-11T20:03:03.289Z | Checking bb8 v0.8.5 |
2440 | 2025-02-11T20:03:03.320Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2441 | 2025-02-11T20:03:03.788Z | Checking nix v0.27.1 |
2442 | 2025-02-11T20:03:03.790Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2443 | 2025-02-11T20:03:04.127Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2025-02-11T20:03:06.121Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2445 | 2025-02-11T20:03:06.434Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2446 | 2025-02-11T20:03:06.617Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2447 | 2025-02-11T20:03:06.867Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2448 | 2025-02-11T20:03:06.928Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2449 | 2025-02-11T20:03:07.321Z | Checking heck v0.4.1 |
2450 | 2025-02-11T20:03:07.564Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2451 | 2025-02-11T20:03:07.857Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2452 | 2025-02-11T20:03:08.009Z | Checking rand_seeder v0.3.0 |
2453 | 2025-02-11T20:03:08.116Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2454 | 2025-02-11T20:03:08.277Z | Checking assert_matches v1.5.0 |
2455 | 2025-02-11T20:03:08.398Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-02-11T20:03:08.646Z | Compiling libz-sys v1.1.20 |
2457 | 2025-02-11T20:03:08.814Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-02-11T20:03:08.907Z | Checking castaway v0.2.3 |
2459 | 2025-02-11T20:03:09.025Z | Checking is_ci v1.2.0 |
2460 | 2025-02-11T20:03:09.082Z | Checking compact_str v0.8.0 |
2461 | 2025-02-11T20:03:09.182Z | Checking supports-color v3.0.1 |
2462 | 2025-02-11T20:03:09.419Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2025-02-11T20:03:09.444Z | Checking unicode-truncate v1.1.0 |
2464 | 2025-02-11T20:03:09.712Z | Checking lru v0.12.5 |
2465 | 2025-02-11T20:03:09.908Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2466 | 2025-02-11T20:03:10.010Z | Compiling instability v0.3.2 |
2467 | 2025-02-11T20:03:10.037Z | Checking cassowary v0.3.0 |
2468 | 2025-02-11T20:03:10.633Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2469 | 2025-02-11T20:03:10.679Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2470 | 2025-02-11T20:03:10.821Z | Checking cargo-platform v0.1.8 |
2471 | 2025-02-11T20:03:11.097Z | Checking ratatui v0.28.1 |
2472 | 2025-02-11T20:03:11.129Z | Checking cargo_metadata v0.18.1 |
2473 | 2025-02-11T20:03:11.886Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2474 | 2025-02-11T20:03:11.889Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2025-02-11T20:03:12.723Z | Compiling vergen v8.3.2 |
2476 | 2025-02-11T20:03:13.193Z | Checking smawk v0.3.2 |
2477 | 2025-02-11T20:03:13.435Z | Checking unicode-linebreak v0.1.5 |
2478 | 2025-02-11T20:03:13.915Z | Checking textwrap v0.16.1 |
2479 | 2025-02-11T20:03:13.943Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2025-02-11T20:03:14.329Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2481 | 2025-02-11T20:03:14.332Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2482 | 2025-02-11T20:03:14.639Z | Compiling libsqlite3-sys v0.30.1 |
2483 | 2025-02-11T20:03:15.183Z | Compiling cfg_aliases v0.2.1 |
2484 | 2025-02-11T20:03:15.317Z | Compiling rustls v0.21.12 |
2485 | 2025-02-11T20:03:15.627Z | Checking shell-words v1.1.0 |
2486 | 2025-02-11T20:03:15.870Z | Compiling nix v0.29.0 |
2487 | 2025-02-11T20:03:15.990Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2488 | 2025-02-11T20:03:16.232Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2489 | 2025-02-11T20:03:16.306Z | Checking rustls-webpki v0.101.7 |
2490 | 2025-02-11T20:03:16.559Z | Checking sct v0.7.1 |
2491 | 2025-02-11T20:03:16.817Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2492 | 2025-02-11T20:03:16.819Z | Checking hashlink v0.9.1 |
2493 | 2025-02-11T20:03:17.044Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2494 | 2025-02-11T20:03:17.155Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2495 | 2025-02-11T20:03:17.176Z | Checking concurrent-queue v2.5.0 |
2496 | 2025-02-11T20:03:17.394Z | Checking fallible-streaming-iterator v0.1.9 |
2497 | 2025-02-11T20:03:17.622Z | Checking plotters-backend v0.3.7 |
2498 | 2025-02-11T20:03:17.647Z | Checking parking v2.2.1 |
2499 | 2025-02-11T20:03:17.805Z | Checking fallible-iterator v0.3.0 |
2500 | 2025-02-11T20:03:17.930Z | Checking plotters-svg v0.3.7 |
2501 | 2025-02-11T20:03:18.263Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2025-02-11T20:03:18.436Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2503 | 2025-02-11T20:03:18.747Z | Checking rusqlite v0.32.1 |
2504 | 2025-02-11T20:03:19.844Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2505 | 2025-02-11T20:03:19.950Z | Checking tokio-rustls v0.24.1 |
2506 | 2025-02-11T20:03:20.129Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2507 | 2025-02-11T20:03:20.303Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2508 | 2025-02-11T20:03:20.631Z | Checking rustls-pemfile v1.0.4 |
2509 | 2025-02-11T20:03:20.693Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2510 | 2025-02-11T20:03:20.878Z | Checking twox-hash v2.1.0 |
2511 | 2025-02-11T20:03:21.038Z | Checking cast v0.3.0 |
2512 | 2025-02-11T20:03:21.243Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2513 | 2025-02-11T20:03:21.363Z | Checking criterion-plot v0.5.0 |
2514 | 2025-02-11T20:03:21.582Z | Checking plotters v0.3.7 |
2515 | 2025-02-11T20:03:21.850Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2516 | 2025-02-11T20:03:22.545Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2025-02-11T20:03:23.353Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2518 | 2025-02-11T20:03:23.425Z | Checking fatfs v0.3.6 |
2519 | 2025-02-11T20:03:23.557Z | Checking tinytemplate v1.2.1 |
2520 | 2025-02-11T20:03:23.996Z | Checking csv-core v0.1.11 |
2521 | 2025-02-11T20:03:24.344Z | Checking hex-literal v0.4.1 |
2522 | 2025-02-11T20:03:24.413Z | Checking anes v0.1.6 |
2523 | 2025-02-11T20:03:24.508Z | Checking oorandom v11.1.4 |
2524 | 2025-02-11T20:03:24.765Z | Checking async-bb8-diesel v0.2.1 |
2525 | 2025-02-11T20:03:24.914Z | Checking criterion v0.5.1 |
2526 | 2025-02-11T20:03:25.086Z | Checking csv v1.3.1 |
2527 | 2025-02-11T20:03:25.382Z | Checking event-listener v5.3.1 |
2528 | 2025-02-11T20:03:25.822Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2529 | 2025-02-11T20:03:25.853Z | Checking rtoolbox v0.0.2 |
2530 | 2025-02-11T20:03:26.080Z | Checking rpassword v7.3.1 |
2531 | 2025-02-11T20:03:26.275Z | Checking event-listener-strategy v0.5.2 |
2532 | 2025-02-11T20:03:26.517Z | Checking tui-tree-widget v0.22.0 |
2533 | 2025-02-11T20:03:26.882Z | Checking polyval v0.6.2 |
2534 | 2025-02-11T20:03:27.186Z | Checking ghash v0.5.1 |
2535 | 2025-02-11T20:03:27.378Z | Checking futures-lite v2.3.0 |
2536 | 2025-02-11T20:03:27.580Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2537 | 2025-02-11T20:03:28.619Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2538 | 2025-02-11T20:03:28.670Z | Checking ctr v0.9.2 |
2539 | 2025-02-11T20:03:29.409Z | Checking yansi v1.0.1 |
2540 | 2025-02-11T20:03:29.650Z | Checking aes-gcm v0.10.3 |
2541 | 2025-02-11T20:03:29.909Z | Checking ssh-encoding v0.2.0 |
2542 | 2025-02-11T20:03:29.977Z | Checking pretty_assertions v1.4.1 |
2543 | 2025-02-11T20:03:30.003Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2544 | 2025-02-11T20:03:30.213Z | Checking blowfish v0.9.1 |
2545 | 2025-02-11T20:03:30.265Z | Checking ssh-cipher v0.2.0 |
2546 | 2025-02-11T20:03:30.509Z | Checking bcrypt-pbkdf v0.10.0 |
2547 | 2025-02-11T20:03:30.578Z | Checking async-lock v3.4.0 |
2548 | 2025-02-11T20:03:30.769Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2549 | 2025-02-11T20:03:31.417Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2550 | 2025-02-11T20:03:31.635Z | Checking polling v3.7.3 |
2551 | 2025-02-11T20:03:32.041Z | Checking password-hash v0.4.2 |
2552 | 2025-02-11T20:03:32.480Z | Checking pbkdf2 v0.11.0 |
2553 | 2025-02-11T20:03:32.754Z | Checking async-io v2.3.4 |
2554 | 2025-02-11T20:03:32.778Z | Checking ssh-key v0.6.6 |
2555 | 2025-02-11T20:03:33.564Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2556 | 2025-02-11T20:03:34.249Z | Checking p256 v0.13.2 |
2557 | 2025-02-11T20:03:34.393Z | Checking p521 v0.13.3 |
2558 | 2025-02-11T20:03:34.740Z | Checking russh-cryptovec v0.7.3 |
2559 | 2025-02-11T20:03:34.983Z | Checking async-task v4.7.1 |
2560 | 2025-02-11T20:03:35.393Z | Compiling target-lexicon v0.12.16 |
2561 | 2025-02-11T20:03:35.833Z | Compiling doc-comment v0.3.3 |
2562 | 2025-02-11T20:03:35.874Z | Checking md5 v0.7.0 |
2563 | 2025-02-11T20:03:36.206Z | Checking russh-keys v0.45.0 |
2564 | 2025-02-11T20:03:36.495Z | Checking async-channel v2.3.1 |
2565 | 2025-02-11T20:03:36.645Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2566 | 2025-02-11T20:03:36.774Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2567 | 2025-02-11T20:03:37.579Z | Checking piper v0.2.4 |
2568 | 2025-02-11T20:03:37.627Z | Checking num-bigint v0.4.6 |
2569 | 2025-02-11T20:03:37.845Z | Checking des v0.8.1 |
2570 | 2025-02-11T20:03:38.138Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2571 | 2025-02-11T20:03:38.348Z | Checking futures-timer v3.0.3 |
2572 | 2025-02-11T20:03:38.723Z | Compiling guppy-workspace-hack v0.1.0 |
2573 | 2025-02-11T20:03:39.047Z | Compiling assert_cmd v2.0.16 |
2574 | 2025-02-11T20:03:39.071Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2575 | 2025-02-11T20:03:39.549Z | Checking blocking v1.6.1 |
2576 | 2025-02-11T20:03:39.939Z | Checking russh v0.45.0 |
2577 | 2025-02-11T20:03:40.446Z | Checking async-executor v1.13.1 |
2578 | 2025-02-11T20:03:40.478Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2579 | 2025-02-11T20:03:40.797Z | Checking async-signal v0.2.10 |
2580 | 2025-02-11T20:03:41.041Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2581 | 2025-02-11T20:03:41.444Z | Checking internet-checksum v0.2.1 |
2582 | 2025-02-11T20:03:41.447Z | Compiling target-spec v3.2.2 |
2583 | 2025-02-11T20:03:41.641Z | Checking event-listener v2.5.3 |
2584 | 2025-02-11T20:03:41.882Z | Checking async-channel v1.9.0 |
2585 | 2025-02-11T20:03:42.181Z | Checking async-process v2.3.0 |
2586 | 2025-02-11T20:03:42.274Z | Checking async-global-executor v2.4.1 |
2587 | 2025-02-11T20:03:42.555Z | Checking cfg-expr v0.17.0 |
2588 | 2025-02-11T20:03:42.703Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2589 | 2025-02-11T20:03:42.983Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2590 | 2025-02-11T20:03:43.336Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2591 | 2025-02-11T20:03:43.774Z | Checking httptest v0.16.1 |
2592 | 2025-02-11T20:03:43.975Z | Checking rustls-native-certs v0.7.3 |
2593 | 2025-02-11T20:03:44.160Z | Compiling petname v2.0.2 |
2594 | 2025-02-11T20:03:44.185Z | Checking kv-log-macro v1.0.7 |
2595 | 2025-02-11T20:03:44.339Z | Checking num_cpus v1.16.0 |
2596 | 2025-02-11T20:03:44.484Z | Compiling async-attributes v1.1.2 |
2597 | 2025-02-11T20:03:45.292Z | Checking async-std v1.13.0 |
2598 | 2025-02-11T20:03:45.518Z | Checking threadpool v1.8.1 |
2599 | 2025-02-11T20:03:45.765Z | Checking hyper-rustls v0.26.0 |
2600 | 2025-02-11T20:03:46.441Z | Checking pathdiff v0.2.2 |
2601 | 2025-02-11T20:03:46.527Z | Compiling rstest_macros v0.23.0 |
2602 | 2025-02-11T20:03:46.634Z | Compiling target-triple v0.1.3 |
2603 | 2025-02-11T20:03:46.836Z | Checking escape8259 v0.5.3 |
2604 | 2025-02-11T20:03:47.068Z | Checking nested v0.1.1 |
2605 | 2025-02-11T20:03:47.211Z | Checking libtest-mimic v0.7.3 |
2606 | 2025-02-11T20:03:47.248Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2607 | 2025-02-11T20:03:47.317Z | Checking guppy v0.17.8 |
2608 | 2025-02-11T20:03:48.548Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2609 | 2025-02-11T20:03:48.700Z | Checking async-object-pool v0.1.5 |
2610 | 2025-02-11T20:03:48.880Z | Checking similar-asserts v1.6.0 |
2611 | 2025-02-11T20:03:48.917Z | Checking fancy-regex v0.13.0 |
2612 | 2025-02-11T20:03:49.173Z | Checking serde_regex v1.1.0 |
2613 | 2025-02-11T20:03:49.380Z | Checking assert-json-diff v2.0.2 |
2614 | 2025-02-11T20:03:49.449Z | Compiling proc-macro-crate v3.2.0 |
2615 | 2025-02-11T20:03:49.675Z | Checking path-tree v0.8.1 |
2616 | 2025-02-11T20:03:49.747Z | Compiling relative-path v1.9.3 |
2617 | 2025-02-11T20:03:49.981Z | Checking stringmetrics v2.2.2 |
2618 | 2025-02-11T20:03:50.048Z | Checking sync-ptr v0.1.1 |
2619 | 2025-02-11T20:03:50.268Z | Checking httpmock v0.8.0-alpha.1 |
2620 | 2025-02-11T20:03:50.292Z | Checking datatest-stable v0.2.9 |
2621 | 2025-02-11T20:03:50.551Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2622 | 2025-02-11T20:03:50.574Z | Checking blake2b_simd v1.0.2 |
2623 | 2025-02-11T20:03:51.485Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2624 | 2025-02-11T20:03:51.893Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2625 | 2025-02-11T20:03:52.236Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2626 | 2025-02-11T20:03:52.573Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2627 | 2025-02-11T20:03:52.908Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2628 | 2025-02-11T20:03:53.448Z | Checking serde_tokenstream v0.2.2 |
2629 | 2025-02-11T20:03:53.848Z | Checking uzers v0.12.1 |
2630 | 2025-02-11T20:03:54.417Z | Checking rust-argon2 v2.1.0 |
2631 | 2025-02-11T20:03:54.897Z | Checking trybuild v1.0.101 |
2632 | 2025-02-11T20:03:55.425Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2633 | 2025-02-11T20:03:56.193Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2634 | 2025-02-11T20:03:56.670Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2635 | 2025-02-11T20:03:57.926Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2636 | 2025-02-11T20:03:58.243Z | Checking rand_distr v0.4.3 |
2637 | 2025-02-11T20:03:59.083Z | Checking multimap v0.10.0 |
2638 | 2025-02-11T20:03:59.433Z | Checking approx v0.5.1 |
2639 | 2025-02-11T20:03:59.703Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2640 | 2025-02-11T20:03:59.842Z | Checking rstest v0.23.0 |
2641 | 2025-02-11T20:04:00.332Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2642 | 2025-02-11T20:04:01.178Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2643 | 2025-02-11T20:04:01.522Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2644 | 2025-02-11T20:04:02.389Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2645 | 2025-02-11T20:04:02.392Z | Checking partial-io v0.5.4 |
2646 | 2025-02-11T20:04:02.637Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2647 | 2025-02-11T20:04:02.706Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2648 | 2025-02-11T20:04:02.807Z | Checking cargo_toml v0.20.5 |
2649 | 2025-02-11T20:04:02.927Z | Checking termios v0.3.3 |
2650 | 2025-02-11T20:04:03.166Z | Compiling indoc v2.0.5 |
2651 | 2025-02-11T20:04:03.988Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2652 | 2025-02-11T20:04:04.148Z | Compiling git2 v0.19.0 |
2653 | 2025-02-11T20:04:04.829Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2654 | 2025-02-11T20:04:05.570Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2655 | 2025-02-11T20:04:09.940Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2656 | 2025-02-11T20:04:11.176Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2657 | 2025-02-11T20:04:12.880Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2658 | 2025-02-11T20:04:25.860Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2659 | 2025-02-11T20:04:33.414Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2660 | 2025-02-11T20:05:01.411Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2661 | 2025-02-11T20:05:02.677Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2662 | 2025-02-11T20:05:02.822Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2663 | 2025-02-11T20:05:18.880Z | Compiling polar-core v0.27.3 |
2664 | 2025-02-11T20:05:27.005Z | Checking oso v0.27.3 |
2665 | 2025-02-11T20:06:04.252Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2666 | 2025-02-11T20:06:04.252Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2667 | 2025-02-11T20:06:04.257Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2668 | 2025-02-11T20:07:21.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 30s |
2669 | 2025-02-11T20:07:21.462Z | |
2670 | 2025-02-11T20:07:21.462Z | real 6:34.129986972 |
2671 | 2025-02-11T20:07:21.462Z | user 34:12.204349823 |
2672 | 2025-02-11T20:07:21.462Z | sys 5:14.256623249 |
2673 | 2025-02-11T20:07:21.464Z | trap 1.002144074 |
2674 | 2025-02-11T20:07:21.464Z | tflt 1.764596920 |
2675 | 2025-02-11T20:07:21.464Z | dflt 0.338795606 |
2676 | 2025-02-11T20:07:21.464Z | kflt 0.000854144 |
2677 | 2025-02-11T20:07:21.464Z | lock 48:14.847506713 |
2678 | 2025-02-11T20:07:21.464Z | slp 1:56:02.452458349 |
2679 | 2025-02-11T20:07:21.464Z | lat 1:43.985427921 |
2680 | 2025-02-11T20:07:21.464Z | stop 7:05.657835108 |
2681 | 2025-02-11T20:07:21.465Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2682 | 2025-02-11T20:07:21.465Z | + ptime -m cargo doc --workspace --no-deps |
2683 | 2025-02-11T20:07:22.663Z | warning: output filename collision. |
2684 | 2025-02-11T20:07:22.663Z | 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)`. |
2685 | 2025-02-11T20:07:22.663Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2686 | 2025-02-11T20:07:22.663Z | The targets should have unique names. |
2687 | 2025-02-11T20:07:22.663Z | This is a known bug where multiple crates with the same name use |
2688 | 2025-02-11T20:07:22.663Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2689 | 2025-02-11T20:07:23.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2690 | 2025-02-11T20:07:23.216Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2691 | 2025-02-11T20:07:23.236Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2692 | 2025-02-11T20:07:23.278Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2693 | 2025-02-11T20:07:23.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2694 | 2025-02-11T20:07:23.330Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2695 | 2025-02-11T20:07:23.330Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2696 | 2025-02-11T20:07:23.553Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2697 | 2025-02-11T20:07:23.586Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2698 | 2025-02-11T20:07:23.617Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2699 | 2025-02-11T20:07:23.704Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2700 | 2025-02-11T20:07:23.838Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2025-02-11T20:07:23.998Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2702 | 2025-02-11T20:07:24.150Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2703 | 2025-02-11T20:07:24.309Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2704 | 2025-02-11T20:07:24.355Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2705 | 2025-02-11T20:07:24.765Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2706 | 2025-02-11T20:07:25.135Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2707 | 2025-02-11T20:07:25.397Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2708 | 2025-02-11T20:07:25.399Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2709 | 2025-02-11T20:07:25.468Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2710 | 2025-02-11T20:07:25.740Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2711 | 2025-02-11T20:07:25.809Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2712 | 2025-02-11T20:07:26.085Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2713 | 2025-02-11T20:07:26.138Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2714 | 2025-02-11T20:07:26.555Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2715 | 2025-02-11T20:07:26.929Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2716 | 2025-02-11T20:07:26.987Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2717 | 2025-02-11T20:07:27.477Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2718 | 2025-02-11T20:07:27.512Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2719 | 2025-02-11T20:07:27.703Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2720 | 2025-02-11T20:07:27.706Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2721 | 2025-02-11T20:07:27.823Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2722 | 2025-02-11T20:07:28.004Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2723 | 2025-02-11T20:07:28.158Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2724 | 2025-02-11T20:07:28.178Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2725 | 2025-02-11T20:07:28.196Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2726 | 2025-02-11T20:07:28.501Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2727 | 2025-02-11T20:07:28.527Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2728 | 2025-02-11T20:07:28.559Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2729 | 2025-02-11T20:07:28.838Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2730 | 2025-02-11T20:07:28.948Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2731 | 2025-02-11T20:07:29.034Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2732 | 2025-02-11T20:07:29.065Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2733 | 2025-02-11T20:07:29.178Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2734 | 2025-02-11T20:07:29.328Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2735 | 2025-02-11T20:07:30.026Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2736 | 2025-02-11T20:07:30.646Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2025-02-11T20:07:30.708Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2738 | 2025-02-11T20:07:32.275Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2739 | 2025-02-11T20:07:33.600Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2740 | 2025-02-11T20:07:33.624Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2741 | 2025-02-11T20:07:33.826Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2742 | 2025-02-11T20:07:34.139Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2743 | 2025-02-11T20:07:35.127Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2744 | 2025-02-11T20:07:35.150Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2745 | 2025-02-11T20:07:36.278Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2746 | 2025-02-11T20:07:36.763Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2747 | 2025-02-11T20:07:37.413Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2748 | 2025-02-11T20:07:37.514Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2749 | 2025-02-11T20:07:37.691Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2750 | 2025-02-11T20:07:38.178Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2751 | 2025-02-11T20:07:38.919Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2752 | 2025-02-11T20:07:38.942Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2753 | 2025-02-11T20:07:39.065Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2754 | 2025-02-11T20:07:39.453Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2755 | 2025-02-11T20:07:41.343Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2756 | 2025-02-11T20:07:42.565Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2757 | 2025-02-11T20:07:42.980Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2758 | 2025-02-11T20:07:43.548Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2759 | 2025-02-11T20:07:43.999Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2760 | 2025-02-11T20:07:44.355Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2761 | 2025-02-11T20:07:44.445Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2762 | 2025-02-11T20:07:44.551Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2763 | 2025-02-11T20:07:45.693Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2764 | 2025-02-11T20:07:46.343Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2765 | 2025-02-11T20:07:46.657Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2766 | 2025-02-11T20:07:47.001Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2767 | 2025-02-11T20:07:47.357Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2768 | 2025-02-11T20:07:47.697Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2769 | 2025-02-11T20:07:47.753Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2770 | 2025-02-11T20:07:47.857Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2771 | 2025-02-11T20:07:48.372Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2772 | 2025-02-11T20:07:48.935Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2773 | 2025-02-11T20:07:49.172Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2774 | 2025-02-11T20:07:49.321Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2775 | 2025-02-11T20:07:49.523Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2776 | 2025-02-11T20:07:49.743Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2777 | 2025-02-11T20:07:49.935Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2778 | 2025-02-11T20:07:50.595Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2779 | 2025-02-11T20:07:50.790Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2780 | 2025-02-11T20:07:51.404Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2781 | 2025-02-11T20:07:51.428Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2782 | 2025-02-11T20:07:51.786Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2783 | 2025-02-11T20:07:52.225Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2784 | 2025-02-11T20:07:52.249Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2785 | 2025-02-11T20:07:52.288Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2786 | 2025-02-11T20:07:52.290Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2787 | 2025-02-11T20:07:52.864Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2788 | 2025-02-11T20:07:52.970Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2789 | 2025-02-11T20:07:53.378Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2790 | 2025-02-11T20:07:53.569Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2791 | 2025-02-11T20:07:53.625Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2792 | 2025-02-11T20:07:54.323Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2793 | 2025-02-11T20:07:55.237Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2794 | 2025-02-11T20:07:55.826Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2795 | 2025-02-11T20:07:57.381Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2796 | 2025-02-11T20:07:57.618Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2797 | 2025-02-11T20:07:58.340Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2798 | 2025-02-11T20:07:58.482Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2799 | 2025-02-11T20:07:58.596Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2800 | 2025-02-11T20:07:58.646Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2801 | 2025-02-11T20:07:58.743Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2802 | 2025-02-11T20:07:58.869Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2803 | 2025-02-11T20:07:59.982Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2804 | 2025-02-11T20:08:00.448Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2805 | 2025-02-11T20:08:00.471Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2806 | 2025-02-11T20:08:00.720Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2807 | 2025-02-11T20:08:00.862Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2808 | 2025-02-11T20:08:01.338Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2809 | 2025-02-11T20:08:01.422Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2810 | 2025-02-11T20:08:03.565Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2811 | 2025-02-11T20:08:04.347Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2812 | 2025-02-11T20:08:04.664Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2813 | 2025-02-11T20:08:04.724Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2814 | 2025-02-11T20:08:05.781Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2815 | 2025-02-11T20:08:05.936Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2816 | 2025-02-11T20:08:05.959Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2817 | 2025-02-11T20:08:06.603Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2818 | 2025-02-11T20:08:07.178Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2819 | 2025-02-11T20:08:08.627Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2820 | 2025-02-11T20:08:09.681Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2821 | 2025-02-11T20:08:10.679Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2822 | 2025-02-11T20:08:15.018Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2823 | 2025-02-11T20:08:19.440Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2824 | 2025-02-11T20:08:21.185Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2825 | 2025-02-11T20:08:21.315Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2826 | 2025-02-11T20:08:26.976Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2827 | 2025-02-11T20:08:27.155Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2828 | 2025-02-11T20:08:27.367Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2829 | 2025-02-11T20:08:27.391Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2830 | 2025-02-11T20:08:27.830Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2831 | 2025-02-11T20:08:28.556Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2832 | 2025-02-11T20:08:30.419Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2833 | 2025-02-11T20:08:31.277Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2834 | 2025-02-11T20:08:31.510Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2835 | 2025-02-11T20:08:31.997Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2836 | 2025-02-11T20:08:34.818Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2837 | 2025-02-11T20:08:36.542Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2838 | 2025-02-11T20:08:37.487Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2839 | 2025-02-11T20:08:37.920Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2840 | 2025-02-11T20:08:38.469Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2841 | 2025-02-11T20:08:39.121Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2842 | 2025-02-11T20:08:39.692Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2843 | 2025-02-11T20:08:40.477Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2844 | 2025-02-11T20:08:42.328Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2845 | 2025-02-11T20:08:43.074Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2846 | 2025-02-11T20:08:43.422Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2847 | 2025-02-11T20:08:43.825Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2848 | 2025-02-11T20:08:44.164Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2849 | 2025-02-11T20:08:45.984Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2850 | 2025-02-11T20:08:47.065Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2025-02-11T20:08:47.622Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2852 | 2025-02-11T20:08:47.664Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2025-02-11T20:08:49.183Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2854 | 2025-02-11T20:08:49.549Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2855 | 2025-02-11T20:08:50.849Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2856 | 2025-02-11T20:08:51.420Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2857 | 2025-02-11T20:08:51.956Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2858 | 2025-02-11T20:08:52.375Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2859 | 2025-02-11T20:08:52.590Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2860 | 2025-02-11T20:08:53.665Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2861 | 2025-02-11T20:08:55.033Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2862 | 2025-02-11T20:08:56.031Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2863 | 2025-02-11T20:08:56.034Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2864 | 2025-02-11T20:08:56.629Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2865 | 2025-02-11T20:08:56.954Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2866 | 2025-02-11T20:08:57.865Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2025-02-11T20:08:58.712Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2868 | 2025-02-11T20:09:00.633Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2869 | 2025-02-11T20:09:00.892Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2870 | 2025-02-11T20:09:01.301Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2871 | 2025-02-11T20:09:01.322Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2872 | 2025-02-11T20:09:03.565Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2873 | 2025-02-11T20:09:04.581Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2874 | 2025-02-11T20:09:04.815Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2875 | 2025-02-11T20:09:04.947Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2876 | 2025-02-11T20:09:05.007Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2025-02-11T20:09:07.509Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2878 | 2025-02-11T20:09:09.151Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2879 | 2025-02-11T20:09:09.856Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2880 | 2025-02-11T20:09:09.992Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2881 | 2025-02-11T20:09:10.122Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2882 | 2025-02-11T20:09:12.570Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2883 | 2025-02-11T20:09:13.633Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2884 | 2025-02-11T20:09:13.881Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2885 | 2025-02-11T20:09:14.024Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2886 | 2025-02-11T20:09:16.706Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2887 | 2025-02-11T20:09:17.288Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2888 | 2025-02-11T20:09:17.522Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2889 | 2025-02-11T20:09:17.558Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2890 | 2025-02-11T20:09:18.023Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2891 | 2025-02-11T20:09:20.485Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2892 | 2025-02-11T20:09:20.693Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2893 | 2025-02-11T20:09:21.469Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2894 | 2025-02-11T20:09:21.661Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2895 | 2025-02-11T20:09:21.758Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2896 | 2025-02-11T20:09:22.033Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2897 | 2025-02-11T20:09:24.629Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2898 | 2025-02-11T20:09:24.895Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2899 | 2025-02-11T20:09:25.476Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2900 | 2025-02-11T20:09:25.698Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2901 | 2025-02-11T20:09:26.418Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2902 | 2025-02-11T20:09:28.200Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2903 | 2025-02-11T20:09:28.377Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2904 | 2025-02-11T20:09:29.134Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2905 | 2025-02-11T20:09:29.284Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2906 | 2025-02-11T20:09:29.452Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2907 | 2025-02-11T20:09:30.083Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2908 | 2025-02-11T20:09:30.668Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2909 | 2025-02-11T20:09:30.721Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2910 | 2025-02-11T20:09:31.422Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2911 | 2025-02-11T20:09:31.698Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2912 | 2025-02-11T20:09:31.748Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2913 | 2025-02-11T20:09:31.774Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2914 | 2025-02-11T20:09:32.731Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2915 | 2025-02-11T20:09:33.126Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2916 | 2025-02-11T20:09:33.826Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2917 | 2025-02-11T20:09:48.638Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2918 | 2025-02-11T20:09:48.641Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2919 | 2025-02-11T20:09:48.641Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2920 | 2025-02-11T20:09:48.641Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2921 | 2025-02-11T20:09:49.524Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2922 | 2025-02-11T20:09:49.662Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2923 | 2025-02-11T20:09:49.695Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2924 | 2025-02-11T20:09:49.880Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2925 | 2025-02-11T20:09:51.888Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2926 | 2025-02-11T20:09:56.801Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2927 | 2025-02-11T20:09:57.814Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2928 | 2025-02-11T20:10:37.456Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2929 | 2025-02-11T20:10:44.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s |
2930 | 2025-02-11T20:10:44.441Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2931 | 2025-02-11T20:10:44.509Z | |
2932 | 2025-02-11T20:10:44.514Z | real 3:22.957557519 |
2933 | 2025-02-11T20:10:44.514Z | user 18:05.119984417 |
2934 | 2025-02-11T20:10:44.514Z | sys 2:34.480795920 |
2935 | 2025-02-11T20:10:44.514Z | trap 0.505084337 |
2936 | 2025-02-11T20:10:44.514Z | tflt 0.226911068 |
2937 | 2025-02-11T20:10:44.514Z | dflt 0.088085166 |
2938 | 2025-02-11T20:10:44.514Z | kflt 0.000240300 |
2939 | 2025-02-11T20:10:44.514Z | lock 28:45.110061233 |
2940 | 2025-02-11T20:10:44.514Z | slp 50:54.761463432 |
2941 | 2025-02-11T20:10:44.514Z | lat 1:11.077969118 |
2942 | 2025-02-11T20:10:44.514Z | stop 1:24.007984036 |
2943 | 2025-02-11T20:10:44.514Z | process exited: duration 902459 ms, exit code 0 |
|
2944 | 2025-02-11T20:10:44.545Z | found 0 output files |