|
|
|
1 | 2025-07-15T19:37:23.115Z | job assigned to worker 01K07SDCEFX09W5BCT22DZEE1X [factory aws, i-05a055bfc22248d44] (queued for 1 m 1 s) |
|
2 | 2025-07-15T19:37:31.365Z | starting task 0: "setup" |
3 | 2025-07-15T19:37:31.370Z | ++ uname -s |
4 | 2025-07-15T19:37:31.374Z | + kern=SunOS |
5 | 2025-07-15T19:37:31.374Z | + build_user=build |
6 | 2025-07-15T19:37:31.375Z | + build_uid=12345 |
7 | 2025-07-15T19:37:31.375Z | + work_dir=/work |
8 | 2025-07-15T19:37:31.375Z | + input_dir=/input |
9 | 2025-07-15T19:37:31.375Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T19:37:31.375Z | + case "$kern" in |
11 | 2025-07-15T19:37:31.375Z | + groupadd -g 12345 build |
12 | 2025-07-15T19:37:31.378Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T19:37:33.385Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T19:37:33.493Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T19:37:33.497Z | + home_fs=zfs |
16 | 2025-07-15T19:37:33.497Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T19:37:33.497Z | + mkdir -p /home/build |
18 | 2025-07-15T19:37:33.497Z | + chown build:build /home/build /work |
19 | 2025-07-15T19:37:35.499Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T19:37:35.503Z | process exited: duration 4138 ms, exit code 0 |
|
21 | 2025-07-15T19:37:35.510Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T19:37:35.515Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-15T19:37:35.515Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-15T19:37:35.516Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-15T19:37:35.516Z | * rust toolchain profile = "default" |
26 | 2025-07-15T19:37:35.516Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T19:37:35.516Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-15T19:37:35.519Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T19:37:35.519Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T19:37:35.642Z | info: downloading installer |
31 | 2025-07-15T19:37:36.870Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T19:37:36.870Z | warn: /opt/ooce/bin |
33 | 2025-07-15T19:37:36.870Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T19:37:36.870Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T19:37:36.870Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T19:37:36.870Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T19:37:36.870Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T19:37:36.870Z | error: cannot install while Rust is installed |
39 | 2025-07-15T19:37:36.870Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T19:37:36.883Z | info: profile set to 'default' |
41 | 2025-07-15T19:37:36.883Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T19:37:36.887Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T19:37:37.036Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T19:37:37.036Z | info: downloading component 'cargo' |
45 | 2025-07-15T19:37:37.969Z | info: downloading component 'clippy' |
46 | 2025-07-15T19:37:38.292Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T19:37:39.505Z | info: downloading component 'rust-std' |
48 | 2025-07-15T19:37:40.973Z | info: downloading component 'rustc' |
49 | 2025-07-15T19:37:46.946Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T19:37:47.175Z | info: installing component 'cargo' |
51 | 2025-07-15T19:37:48.043Z | info: installing component 'clippy' |
52 | 2025-07-15T19:37:48.437Z | info: installing component 'rust-docs' |
53 | 2025-07-15T19:37:50.266Z | info: installing component 'rust-std' |
54 | 2025-07-15T19:37:52.011Z | info: installing component 'rustc' |
55 | 2025-07-15T19:37:58.526Z | info: installing component 'rustfmt' |
56 | 2025-07-15T19:37:58.855Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T19:37:58.855Z | |
58 | 2025-07-15T19:37:59.281Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T19:37:59.281Z | |
60 | 2025-07-15T19:37:59.284Z | |
61 | 2025-07-15T19:37:59.284Z | Rust is installed now. Great! |
62 | 2025-07-15T19:37:59.284Z | |
63 | 2025-07-15T19:37:59.284Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T19:37:59.284Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T19:37:59.284Z | |
66 | 2025-07-15T19:37:59.284Z | To configure your current shell, you need to source |
67 | 2025-07-15T19:37:59.284Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T19:37:59.284Z | |
69 | 2025-07-15T19:37:59.285Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T19:37:59.285Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T19:37:59.285Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T19:37:59.285Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T19:37:59.370Z | + rustup --version |
74 | 2025-07-15T19:37:59.382Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T19:37:59.385Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T19:37:59.459Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T19:37:59.463Z | + cargo --version |
78 | 2025-07-15T19:37:59.521Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T19:37:59.524Z | + rustc --version |
80 | 2025-07-15T19:37:59.589Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T19:37:59.592Z | process exited: duration 24077 ms, exit code 0 |
|
82 | 2025-07-15T19:37:59.600Z | starting task 2: "authentication" |
83 | 2025-07-15T19:37:59.622Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-07-15T19:37:59.631Z | starting task 3: "clone repository" |
85 | 2025-07-15T19:37:59.635Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T19:37:59.638Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T19:37:59.679Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T19:38:13.249Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T19:38:13.250Z | + git fetch origin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
90 | 2025-07-15T19:38:13.586Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T19:38:13.586Z | * branch 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 -> FETCH_HEAD |
92 | 2025-07-15T19:38:13.596Z | + [[ -n ntp-admin ]] |
93 | 2025-07-15T19:38:13.599Z | ++ git branch --show-current |
94 | 2025-07-15T19:38:13.602Z | + current=main |
95 | 2025-07-15T19:38:13.602Z | + [[ main != ntp-admin ]] |
96 | 2025-07-15T19:38:13.602Z | + git branch -f ntp-admin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
97 | 2025-07-15T19:38:13.605Z | + git checkout -f ntp-admin |
98 | 2025-07-15T19:38:13.822Z | Switched to branch 'ntp-admin' |
99 | 2025-07-15T19:38:13.826Z | + git reset --hard 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
100 | 2025-07-15T19:38:13.837Z | HEAD is now at 447ae1e03 Create a new NTP-admin service |
101 | 2025-07-15T19:38:13.841Z | process exited: duration 14207 ms, exit code 0 |
|
102 | 2025-07-15T19:38:13.848Z | starting task 4: "build" |
103 | 2025-07-15T19:38:13.853Z | + source ./env.sh |
104 | 2025-07-15T19:38:13.856Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-15T19:38:13.856Z | ++ set -o xtrace |
106 | 2025-07-15T19:38:13.856Z | ++++ dirname ./env.sh |
107 | 2025-07-15T19:38:13.859Z | +++ readlink -f . |
108 | 2025-07-15T19:38:13.863Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-15T19:38:13.863Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-07-15T19:38:13.863Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-07-15T19:38:13.863Z | ++ 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 |
112 | 2025-07-15T19:38:13.863Z | ++ 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 |
113 | 2025-07-15T19:38:13.863Z | ++ 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 |
114 | 2025-07-15T19:38:13.863Z | ++ 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 |
115 | 2025-07-15T19:38:13.863Z | ++ 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 |
116 | 2025-07-15T19:38:13.863Z | ++ 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 |
117 | 2025-07-15T19:38:13.863Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-15T19:38:13.863Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-15T19:38:13.863Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-15T19:38:13.863Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-15T19:38:13.863Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-15T19:38:13.863Z | + cargo --version |
123 | 2025-07-15T19:38:13.913Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-15T19:38:13.916Z | + rustc --version |
125 | 2025-07-15T19:38:13.982Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-15T19:38:13.985Z | + banner prerequisites |
127 | 2025-07-15T19:38:13.989Z | |
128 | 2025-07-15T19:38:13.989Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-15T19:38:13.989Z | # # # # # # # # # # # # # # # |
130 | 2025-07-15T19:38:13.989Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-15T19:38:13.989Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-15T19:38:13.989Z | # # # # # # # # # # # # # # # |
133 | 2025-07-15T19:38:13.989Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-15T19:38:13.989Z | |
135 | 2025-07-15T19:38:13.989Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-15T19:38:27.515Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-15T19:38:34.513Z | Startup: Caching catalogs ... Done |
138 | 2025-07-15T19:38:39.145Z | Planning: Solver setup ... Done (3.341s) |
139 | 2025-07-15T19:38:39.176Z | Planning: Running solver ... Done (0.031s) |
140 | 2025-07-15T19:38:39.267Z | Planning: Finding local manifests ... Done (0.004s) |
141 | 2025-07-15T19:38:39.305Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-15T19:38:40.577Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-15T19:38:40.614Z | Planning: Package planning ... Done (0.047s) |
144 | 2025-07-15T19:38:40.664Z | Planning: Merging actions ... Done (0.051s) |
145 | 2025-07-15T19:38:40.960Z | Planning: Checking for conflicting actions ... Done (0.295s) |
146 | 2025-07-15T19:38:40.970Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-07-15T19:38:42.072Z | Planning: Evaluating mediators ... Done (1.102s) |
148 | 2025-07-15T19:38:42.082Z | Planning: Planning completed in 7.45 seconds |
149 | 2025-07-15T19:38:42.097Z | Packages to install: 4 |
150 | 2025-07-15T19:38:42.097Z | Mediators to change: 2 |
151 | 2025-07-15T19:38:42.101Z | Services to change: 1 |
152 | 2025-07-15T19:38:42.101Z | Estimated space available: 155.51 GB |
153 | 2025-07-15T19:38:42.101Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-15T19:38:42.101Z | Create boot environment: No |
155 | 2025-07-15T19:38:42.101Z | Create backup boot environment: No |
156 | 2025-07-15T19:38:42.101Z | Rebuild boot archive: No |
157 | 2025-07-15T19:38:42.102Z | |
158 | 2025-07-15T19:38:42.102Z | Changed mediators: |
159 | 2025-07-15T19:38:42.102Z | mediator clang: |
160 | 2025-07-15T19:38:42.102Z | version: None -> 15 (system default) |
161 | 2025-07-15T19:38:42.102Z | |
162 | 2025-07-15T19:38:42.102Z | mediator llvm: |
163 | 2025-07-15T19:38:42.102Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-15T19:38:42.102Z | |
165 | 2025-07-15T19:38:42.102Z | Changed packages: |
166 | 2025-07-15T19:38:42.102Z | helios-dev |
167 | 2025-07-15T19:38:42.102Z | developer/build-essential |
168 | 2025-07-15T19:38:42.102Z | None -> 11-2.0 |
169 | 2025-07-15T19:38:42.102Z | library/libxmlsec1 |
170 | 2025-07-15T19:38:42.102Z | None -> 1.2.35-2.0 |
171 | 2025-07-15T19:38:42.102Z | ooce/developer/clang-15 |
172 | 2025-07-15T19:38:42.102Z | None -> 15.0.7-2.0 |
173 | 2025-07-15T19:38:42.102Z | ooce/developer/llvm-15 |
174 | 2025-07-15T19:38:42.102Z | None -> 15.0.7-2.0 |
175 | 2025-07-15T19:38:42.102Z | |
176 | 2025-07-15T19:38:42.102Z | Services: |
177 | 2025-07-15T19:38:42.102Z | restart_fmri: |
178 | 2025-07-15T19:38:42.102Z | svc:/system/update-man-index:default |
179 | 2025-07-15T19:38:42.152Z | |
180 | 2025-07-15T19:38:42.153Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-15T19:38:47.154Z | Download: 548/3290 items 3.3/212.6MB 1% complete (660k/s) |
182 | 2025-07-15T19:38:52.157Z | Download: 1569/3290 items 114.6/212.6MB 53% complete (11.5M/s) |
183 | 2025-07-15T19:38:57.524Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (20.2M/s) |
184 | 2025-07-15T19:38:59.117Z | Download: Completed 212.60 MB in 16.96 seconds (12.5M/s) |
185 | 2025-07-15T19:38:59.413Z | Actions: 1/3689 actions (Installing new actions) |
186 | 2025-07-15T19:39:03.954Z | Actions: Completed 3689 actions in 4.54 seconds. |
187 | 2025-07-15T19:39:04.537Z | Done (0.581s) |
188 | 2025-07-15T19:39:04.537Z | Done (0.000s) |
189 | 2025-07-15T19:39:05.385Z | Done (0.848s) |
190 | 2025-07-15T19:39:09.642Z | Done (3.948s) |
191 | 2025-07-15T19:39:09.737Z | Done (0.019s) |
192 | 2025-07-15T19:39:09.740Z | Done (0.000s) |
193 | 2025-07-15T19:39:09.900Z | Done (0.000s) |
194 | 2025-07-15T19:39:10.723Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-07-15T19:39:10.881Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-07-15T19:39:10.885Z | Planning: Consolidating action changes ... Done |
197 | 2025-07-15T19:39:11.150Z | Planning: Evaluating mediators ... Done |
198 | 2025-07-15T19:39:11.153Z | Planning: Planning completed in 0.43 seconds |
199 | 2025-07-15T19:39:11.183Z | Mediators to change: 2 |
200 | 2025-07-15T19:39:11.183Z | Create boot environment: No |
201 | 2025-07-15T19:39:11.186Z | Create backup boot environment: No |
202 | 2025-07-15T19:39:11.256Z | Done |
203 | 2025-07-15T19:39:11.256Z | Done |
204 | 2025-07-15T19:39:11.835Z | Done |
205 | 2025-07-15T19:39:15.340Z | Done |
206 | 2025-07-15T19:39:15.424Z | Done |
207 | 2025-07-15T19:39:15.428Z | Done |
208 | 2025-07-15T19:39:15.567Z | Done |
209 | 2025-07-15T19:39:16.187Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-07-15T19:39:16.190Z | Planning: Merging actions ... Done |
211 | 2025-07-15T19:39:16.378Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-07-15T19:39:16.381Z | Planning: Consolidating action changes ... Done |
213 | 2025-07-15T19:39:16.648Z | Planning: Evaluating mediators ... Done |
214 | 2025-07-15T19:39:16.703Z | Planning: Planning completed in 0.77 seconds |
215 | 2025-07-15T19:39:16.738Z | Packages to change: 1 |
216 | 2025-07-15T19:39:16.738Z | Mediators to change: 1 |
217 | 2025-07-15T19:39:16.742Z | Services to change: 1 |
218 | 2025-07-15T19:39:16.742Z | Create boot environment: No |
219 | 2025-07-15T19:39:16.742Z | Create backup boot environment: Yes |
220 | 2025-07-15T19:39:19.208Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-07-15T19:39:19.220Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-07-15T19:39:19.220Z | Done |
223 | 2025-07-15T19:39:19.221Z | Done |
224 | 2025-07-15T19:39:19.372Z | Done |
225 | 2025-07-15T19:39:22.828Z | Done |
226 | 2025-07-15T19:39:22.912Z | Done |
227 | 2025-07-15T19:39:22.917Z | Done |
228 | 2025-07-15T19:39:23.048Z | Done |
229 | 2025-07-15T19:39:23.490Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-07-15T19:39:23.490Z | clang system 15 system |
231 | 2025-07-15T19:39:23.490Z | csh system system illumos |
232 | 2025-07-15T19:39:23.490Z | ctags system system illumos |
233 | 2025-07-15T19:39:23.490Z | file system system illumos |
234 | 2025-07-15T19:39:23.490Z | gcc vendor 12 vendor |
235 | 2025-07-15T19:39:23.490Z | gcc system 10 system |
236 | 2025-07-15T19:39:23.490Z | gcc system 7 system |
237 | 2025-07-15T19:39:23.490Z | go system 1.20 system |
238 | 2025-07-15T19:39:23.490Z | go system 1.19 system |
239 | 2025-07-15T19:39:23.490Z | llvm system 15 system |
240 | 2025-07-15T19:39:23.490Z | llvm system 14 system |
241 | 2025-07-15T19:39:23.490Z | mariadb system 10.6 system |
242 | 2025-07-15T19:39:23.490Z | mta vendor vendor dma |
243 | 2025-07-15T19:39:23.490Z | openjdk system 17 system |
244 | 2025-07-15T19:39:23.490Z | openjdk system 11 system |
245 | 2025-07-15T19:39:23.490Z | openjdk system 1.8 system |
246 | 2025-07-15T19:39:23.490Z | openssl vendor 3 vendor |
247 | 2025-07-15T19:39:23.490Z | perl system 5.36 system |
248 | 2025-07-15T19:39:23.490Z | postgresql system 15 system |
249 | 2025-07-15T19:39:23.490Z | postgresql system 13 system |
250 | 2025-07-15T19:39:23.490Z | python vendor 3 vendor |
251 | 2025-07-15T19:39:23.490Z | python system 2 system |
252 | 2025-07-15T19:39:23.490Z | python3 system 3.11 system |
253 | 2025-07-15T19:39:23.490Z | ruby system 3.0 system |
254 | 2025-07-15T19:39:23.490Z | words vendor vendor american-english |
255 | 2025-07-15T19:39:23.490Z | words system system australian-english |
256 | 2025-07-15T19:39:23.490Z | words system system british-english |
257 | 2025-07-15T19:39:23.490Z | words system system canadian-english |
258 | 2025-07-15T19:39:23.490Z | words system system french |
259 | 2025-07-15T19:39:23.490Z | words system system italian |
260 | 2025-07-15T19:39:23.491Z | words system system ngerman |
261 | 2025-07-15T19:39:23.491Z | words system system ogerman |
262 | 2025-07-15T19:39:23.491Z | words system system spanish |
263 | 2025-07-15T19:39:23.828Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-07-15T19:39:23.828Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-07-15T19:39:28.461Z | FMRI IFO |
266 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
272 | 2025-07-15T19:39:28.461Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
274 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
277 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
280 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-07-15T19:39:28.462Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-07-15T19:39:29.439Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-07-15T19:39:29.705Z | Updating crates.io index |
284 | 2025-07-15T19:39:29.708Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
285 | 2025-07-15T19:39:30.113Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-07-15T19:39:30.688Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-07-15T19:39:30.951Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-07-15T19:39:31.201Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-07-15T19:39:31.515Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-07-15T19:39:32.625Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-07-15T19:39:34.547Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-07-15T19:39:36.126Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-07-15T19:39:38.328Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-07-15T19:39:38.592Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-07-15T19:39:38.893Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-07-15T19:39:39.575Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
297 | 2025-07-15T19:39:39.825Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2025-07-15T19:39:40.218Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
299 | 2025-07-15T19:39:40.772Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-07-15T19:39:41.106Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-07-15T19:39:41.392Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-07-15T19:39:41.626Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-07-15T19:39:41.865Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-07-15T19:39:42.384Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-07-15T19:39:42.469Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-07-15T19:39:42.846Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-07-15T19:39:43.121Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-07-15T19:39:43.682Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
309 | 2025-07-15T19:39:44.103Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-07-15T19:39:44.414Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-07-15T19:39:44.777Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-07-15T19:39:45.172Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-07-15T19:39:45.482Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-07-15T19:39:45.773Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-07-15T19:39:46.082Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
316 | 2025-07-15T19:39:54.543Z | Updating git repository `https://github.com/illumos/smf-rs` |
317 | 2025-07-15T19:39:55.963Z | Downloading crates ... |
318 | 2025-07-15T19:39:56.044Z | Downloaded icu_provider_macros v1.5.0 |
319 | 2025-07-15T19:39:56.047Z | Downloaded anstyle-query v1.1.1 |
320 | 2025-07-15T19:39:56.047Z | Downloaded tabled_derive v0.7.0 |
321 | 2025-07-15T19:39:56.052Z | Downloaded bitflags v2.9.1 |
322 | 2025-07-15T19:39:56.056Z | Downloaded tempfile v3.20.0 |
323 | 2025-07-15T19:39:56.061Z | Downloaded icu_properties v1.5.1 |
324 | 2025-07-15T19:39:56.064Z | Downloaded icu_locid_transform_data v1.5.0 |
325 | 2025-07-15T19:39:56.068Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2025-07-15T19:39:56.068Z | Downloaded zerofrom v0.1.4 |
327 | 2025-07-15T19:39:56.071Z | Downloaded yoke-derive v0.7.4 |
328 | 2025-07-15T19:39:56.071Z | Downloaded write16 v1.0.0 |
329 | 2025-07-15T19:39:56.071Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-07-15T19:39:56.074Z | Downloaded clap_derive v4.5.40 |
331 | 2025-07-15T19:39:56.074Z | Downloaded memmap v0.7.0 |
332 | 2025-07-15T19:39:56.078Z | Downloaded heck v0.4.1 |
333 | 2025-07-15T19:39:56.078Z | Downloaded dof v0.3.0 |
334 | 2025-07-15T19:39:56.083Z | Downloaded anyhow v1.0.98 |
335 | 2025-07-15T19:39:56.086Z | Downloaded usdt-macro v0.5.0 |
336 | 2025-07-15T19:39:56.086Z | Downloaded zerofrom-derive v0.1.4 |
337 | 2025-07-15T19:39:56.086Z | Downloaded utf8parse v0.2.2 |
338 | 2025-07-15T19:39:56.086Z | Downloaded usdt v0.5.0 |
339 | 2025-07-15T19:39:56.086Z | Downloaded generic-array v0.14.7 |
340 | 2025-07-15T19:39:56.090Z | Downloaded unicode-ident v1.0.18 |
341 | 2025-07-15T19:39:56.094Z | Downloaded zerovec-derive v0.10.3 |
342 | 2025-07-15T19:39:56.094Z | Downloaded serde_spanned v0.6.9 |
343 | 2025-07-15T19:39:56.094Z | Downloaded clap_builder v4.5.40 |
344 | 2025-07-15T19:39:56.098Z | Downloaded utf16_iter v1.0.5 |
345 | 2025-07-15T19:39:56.102Z | Downloaded thiserror v1.0.69 |
346 | 2025-07-15T19:39:56.105Z | Downloaded terminal_size v0.4.0 |
347 | 2025-07-15T19:39:56.108Z | Downloaded writeable v0.5.5 |
348 | 2025-07-15T19:39:56.108Z | Downloaded toml v0.8.23 |
349 | 2025-07-15T19:39:56.111Z | Downloaded thiserror v2.0.12 |
350 | 2025-07-15T19:39:56.116Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2025-07-15T19:39:56.120Z | Downloaded ucd-trie v0.1.7 |
352 | 2025-07-15T19:39:56.123Z | Downloaded typenum v1.17.0 |
353 | 2025-07-15T19:39:56.128Z | Downloaded textwrap v0.16.2 |
354 | 2025-07-15T19:39:56.128Z | Downloaded dtrace-parser v0.2.0 |
355 | 2025-07-15T19:39:56.132Z | Downloaded plain v0.2.3 |
356 | 2025-07-15T19:39:56.132Z | Downloaded anstyle-parse v0.2.5 |
357 | 2025-07-15T19:39:56.132Z | Downloaded cfg-if v1.0.1 |
358 | 2025-07-15T19:39:56.132Z | Downloaded thiserror-impl v2.0.12 |
359 | 2025-07-15T19:39:56.135Z | Downloaded yoke v0.7.4 |
360 | 2025-07-15T19:39:56.135Z | Downloaded toml_edit v0.22.27 |
361 | 2025-07-15T19:39:56.138Z | Downloaded url v2.5.4 |
362 | 2025-07-15T19:39:56.142Z | Downloaded scroll_derive v0.12.0 |
363 | 2025-07-15T19:39:56.145Z | Downloaded pretty-hex v0.4.1 |
364 | 2025-07-15T19:39:56.145Z | Downloaded is_terminal_polyfill v1.70.1 |
365 | 2025-07-15T19:39:56.145Z | Downloaded zerovec v0.10.4 |
366 | 2025-07-15T19:39:56.149Z | Downloaded smawk v0.3.2 |
367 | 2025-07-15T19:39:56.152Z | Downloaded autocfg v1.4.0 |
368 | 2025-07-15T19:39:56.152Z | Downloaded winnow v0.7.10 |
369 | 2025-07-15T19:39:56.160Z | Downloaded form_urlencoded v1.2.1 |
370 | 2025-07-15T19:39:56.163Z | Downloaded bytecount v0.6.8 |
371 | 2025-07-15T19:39:56.163Z | Downloaded zerocopy v0.7.35 |
372 | 2025-07-15T19:39:56.176Z | Downloaded strsim v0.11.1 |
373 | 2025-07-15T19:39:56.179Z | Downloaded stable_deref_trait v1.2.0 |
374 | 2025-07-15T19:39:56.180Z | Downloaded serde-untagged v0.1.7 |
375 | 2025-07-15T19:39:56.183Z | Downloaded macaddr v1.0.1 |
376 | 2025-07-15T19:39:56.183Z | Downloaded heck v0.5.0 |
377 | 2025-07-15T19:39:56.183Z | Downloaded unicode-width v0.2.0 |
378 | 2025-07-15T19:39:56.187Z | Downloaded unicode-width v0.1.14 |
379 | 2025-07-15T19:39:56.192Z | Downloaded synstructure v0.13.1 |
380 | 2025-07-15T19:39:56.196Z | Downloaded cargo_metadata v0.20.0 |
381 | 2025-07-15T19:39:56.196Z | Downloaded serde-value v0.7.0 |
382 | 2025-07-15T19:39:56.199Z | Downloaded proc-macro-error-attr v1.0.4 |
383 | 2025-07-15T19:39:56.199Z | Downloaded percent-encoding v2.3.1 |
384 | 2025-07-15T19:39:56.199Z | Downloaded itoa v1.0.11 |
385 | 2025-07-15T19:39:56.199Z | Downloaded erased-serde v0.4.6 |
386 | 2025-07-15T19:39:56.202Z | Downloaded sha2 v0.10.9 |
387 | 2025-07-15T19:39:56.202Z | Downloaded smallvec v1.15.0 |
388 | 2025-07-15T19:39:56.206Z | Downloaded camino-tempfile v1.4.1 |
389 | 2025-07-15T19:39:56.206Z | Downloaded scroll v0.12.0 |
390 | 2025-07-15T19:39:56.209Z | Downloaded ordered-float v2.10.1 |
391 | 2025-07-15T19:39:56.209Z | Downloaded once_cell v1.21.3 |
392 | 2025-07-15T19:39:56.212Z | Downloaded fs-err v3.1.1 |
393 | 2025-07-15T19:39:56.212Z | Downloaded byteorder v1.5.0 |
394 | 2025-07-15T19:39:56.215Z | Downloaded crypto-common v0.1.6 |
395 | 2025-07-15T19:39:56.215Z | Downloaded cpufeatures v0.2.14 |
396 | 2025-07-15T19:39:56.215Z | Downloaded proc-macro-error v1.0.4 |
397 | 2025-07-15T19:39:56.219Z | Downloaded fastrand v2.1.1 |
398 | 2025-07-15T19:39:56.219Z | Downloaded displaydoc v0.2.5 |
399 | 2025-07-15T19:39:56.222Z | Downloaded icu_locid_transform v1.5.0 |
400 | 2025-07-15T19:39:56.225Z | Downloaded pest_derive v2.7.14 |
401 | 2025-07-15T19:39:56.226Z | Downloaded quote v1.0.40 |
402 | 2025-07-15T19:39:56.229Z | Downloaded litemap v0.7.3 |
403 | 2025-07-15T19:39:56.232Z | Downloaded anstream v0.6.18 |
404 | 2025-07-15T19:39:56.232Z | Downloaded pest_meta v2.7.14 |
405 | 2025-07-15T19:39:56.235Z | Downloaded cargo_toml v0.21.0 |
406 | 2025-07-15T19:39:56.236Z | Downloaded icu_provider v1.5.0 |
407 | 2025-07-15T19:39:56.239Z | Downloaded anstyle v1.0.11 |
408 | 2025-07-15T19:39:56.239Z | Downloaded getrandom v0.3.1 |
409 | 2025-07-15T19:39:56.242Z | Downloaded camino v1.1.10 |
410 | 2025-07-15T19:39:56.246Z | Downloaded icu_normalizer v1.5.0 |
411 | 2025-07-15T19:39:56.246Z | Downloaded semver v1.0.26 |
412 | 2025-07-15T19:39:56.249Z | Downloaded ryu v1.0.18 |
413 | 2025-07-15T19:39:56.252Z | Downloaded proc-macro2 v1.0.95 |
414 | 2025-07-15T19:39:56.252Z | Downloaded errno v0.3.12 |
415 | 2025-07-15T19:39:56.256Z | Downloaded cargo-util-schemas v0.2.0 |
416 | 2025-07-15T19:39:56.256Z | Downloaded num-traits v0.2.19 |
417 | 2025-07-15T19:39:56.261Z | Downloaded log v0.4.27 |
418 | 2025-07-15T19:39:56.261Z | Downloaded cargo-platform v0.2.0 |
419 | 2025-07-15T19:39:56.264Z | Downloaded pest_generator v2.7.14 |
420 | 2025-07-15T19:39:56.264Z | Downloaded icu_locid v1.5.0 |
421 | 2025-07-15T19:39:56.268Z | Downloaded idna_adapter v1.2.0 |
422 | 2025-07-15T19:39:56.268Z | Downloaded digest v0.10.7 |
423 | 2025-07-15T19:39:56.268Z | Downloaded block-buffer v0.10.4 |
424 | 2025-07-15T19:39:56.268Z | Downloaded swrite v0.1.0 |
425 | 2025-07-15T19:39:56.271Z | Downloaded icu_normalizer_data v1.5.0 |
426 | 2025-07-15T19:39:56.271Z | Downloaded clap v4.5.40 |
427 | 2025-07-15T19:39:56.278Z | Downloaded serde_derive v1.0.219 |
428 | 2025-07-15T19:39:56.281Z | Downloaded icu_collections v1.5.0 |
429 | 2025-07-15T19:39:56.285Z | Downloaded hashbrown v0.15.4 |
430 | 2025-07-15T19:39:56.289Z | Downloaded memchr v2.7.4 |
431 | 2025-07-15T19:39:56.293Z | Downloaded indexmap v2.10.0 |
432 | 2025-07-15T19:39:56.297Z | Downloaded serde v1.0.219 |
433 | 2025-07-15T19:39:56.301Z | Downloaded papergrid v0.11.0 |
434 | 2025-07-15T19:39:56.304Z | Downloaded idna v1.0.3 |
435 | 2025-07-15T19:39:56.308Z | Downloaded usdt-impl v0.5.0 |
436 | 2025-07-15T19:39:56.308Z | Downloaded unicode-xid v0.2.6 |
437 | 2025-07-15T19:39:56.311Z | Downloaded toml_datetime v0.6.11 |
438 | 2025-07-15T19:39:56.311Z | Downloaded unicode-linebreak v0.1.5 |
439 | 2025-07-15T19:39:56.311Z | Downloaded typeid v1.0.3 |
440 | 2025-07-15T19:39:56.315Z | Downloaded toml_write v0.1.2 |
441 | 2025-07-15T19:39:56.315Z | Downloaded thiserror-impl v1.0.69 |
442 | 2025-07-15T19:39:56.315Z | Downloaded fnv v1.0.7 |
443 | 2025-07-15T19:39:56.315Z | Downloaded clap_lex v0.7.4 |
444 | 2025-07-15T19:39:56.318Z | Downloaded version_check v0.9.5 |
445 | 2025-07-15T19:39:56.318Z | Downloaded utf8_iter v1.0.4 |
446 | 2025-07-15T19:39:56.318Z | Downloaded tinystr v0.7.6 |
447 | 2025-07-15T19:39:56.321Z | Downloaded serde_json v1.0.140 |
448 | 2025-07-15T19:39:56.325Z | Downloaded pest v2.7.14 |
449 | 2025-07-15T19:39:56.329Z | Downloaded thread-id v4.2.2 |
450 | 2025-07-15T19:39:56.332Z | Downloaded equivalent v1.0.2 |
451 | 2025-07-15T19:39:56.332Z | Downloaded colorchoice v1.0.2 |
452 | 2025-07-15T19:39:56.336Z | Downloaded goblin v0.8.2 |
453 | 2025-07-15T19:39:56.339Z | Downloaded syn v1.0.109 |
454 | 2025-07-15T19:39:56.353Z | Downloaded icu_properties_data v1.5.0 |
455 | 2025-07-15T19:39:56.361Z | Downloaded tabled v0.15.0 |
456 | 2025-07-15T19:39:56.374Z | Downloaded syn v2.0.104 |
457 | 2025-07-15T19:39:56.383Z | Downloaded rustix v0.38.37 |
458 | 2025-07-15T19:39:56.402Z | Downloaded rustix v1.0.7 |
459 | 2025-07-15T19:39:56.430Z | Downloaded libc v0.2.174 |
460 | 2025-07-15T19:39:56.509Z | Compiling proc-macro2 v1.0.95 |
461 | 2025-07-15T19:39:56.509Z | Compiling unicode-ident v1.0.18 |
462 | 2025-07-15T19:39:56.512Z | Compiling serde v1.0.219 |
463 | 2025-07-15T19:39:56.512Z | Compiling version_check v0.9.5 |
464 | 2025-07-15T19:39:56.512Z | Compiling thiserror v1.0.69 |
465 | 2025-07-15T19:39:56.512Z | Compiling libc v0.2.174 |
466 | 2025-07-15T19:39:56.512Z | Compiling memchr v2.7.4 |
467 | 2025-07-15T19:39:56.513Z | Compiling stable_deref_trait v1.2.0 |
468 | 2025-07-15T19:39:56.920Z | Compiling writeable v0.5.5 |
469 | 2025-07-15T19:39:56.969Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-15T19:39:57.396Z | Compiling itoa v1.0.11 |
471 | 2025-07-15T19:39:57.445Z | Compiling litemap v0.7.3 |
472 | 2025-07-15T19:39:57.470Z | Compiling ryu v1.0.18 |
473 | 2025-07-15T19:39:57.493Z | Compiling autocfg v1.4.0 |
474 | 2025-07-15T19:39:57.711Z | Compiling once_cell v1.21.3 |
475 | 2025-07-15T19:39:57.791Z | Compiling bitflags v2.9.1 |
476 | 2025-07-15T19:39:57.816Z | Compiling icu_locid_transform_data v1.5.0 |
477 | 2025-07-15T19:39:57.940Z | Compiling byteorder v1.5.0 |
478 | 2025-07-15T19:39:58.271Z | Compiling icu_properties_data v1.5.0 |
479 | 2025-07-15T19:39:58.294Z | Compiling serde_json v1.0.140 |
480 | 2025-07-15T19:39:58.318Z | Compiling hashbrown v0.15.4 |
481 | 2025-07-15T19:39:58.443Z | Compiling smallvec v1.15.0 |
482 | 2025-07-15T19:39:58.468Z | Compiling num-traits v0.2.19 |
483 | 2025-07-15T19:39:58.529Z | Compiling write16 v1.0.0 |
484 | 2025-07-15T19:39:58.647Z | Compiling quote v1.0.40 |
485 | 2025-07-15T19:39:58.739Z | Compiling icu_normalizer_data v1.5.0 |
486 | 2025-07-15T19:39:58.796Z | Compiling utf16_iter v1.0.5 |
487 | 2025-07-15T19:39:58.831Z | Compiling errno v0.3.12 |
488 | 2025-07-15T19:39:58.868Z | Compiling typeid v1.0.3 |
489 | 2025-07-15T19:39:59.009Z | Compiling rustix v0.38.37 |
490 | 2025-07-15T19:39:59.034Z | Compiling syn v2.0.104 |
491 | 2025-07-15T19:39:59.091Z | Compiling equivalent v1.0.2 |
492 | 2025-07-15T19:39:59.230Z | Compiling utf8_iter v1.0.4 |
493 | 2025-07-15T19:39:59.344Z | Compiling usdt-impl v0.5.0 |
494 | 2025-07-15T19:39:59.448Z | Compiling indexmap v2.10.0 |
495 | 2025-07-15T19:39:59.475Z | Compiling proc-macro-error-attr v1.0.4 |
496 | 2025-07-15T19:39:59.478Z | Compiling winnow v0.7.10 |
497 | 2025-07-15T19:39:59.531Z | Compiling syn v1.0.109 |
498 | 2025-07-15T19:39:59.727Z | Compiling toml_write v0.1.2 |
499 | 2025-07-15T19:39:59.847Z | Compiling thread-id v4.2.2 |
500 | 2025-07-15T19:40:00.099Z | Compiling proc-macro-error v1.0.4 |
501 | 2025-07-15T19:40:00.202Z | Compiling plain v0.2.3 |
502 | 2025-07-15T19:40:00.235Z | Compiling getrandom v0.3.1 |
503 | 2025-07-15T19:40:00.398Z | Compiling percent-encoding v2.3.1 |
504 | 2025-07-15T19:40:00.447Z | Compiling semver v1.0.26 |
505 | 2025-07-15T19:40:00.735Z | Compiling camino v1.1.10 |
506 | 2025-07-15T19:40:00.760Z | Compiling rustix v1.0.7 |
507 | 2025-07-15T19:40:00.940Z | Compiling utf8parse v0.2.2 |
508 | 2025-07-15T19:40:00.944Z | Compiling log v0.4.27 |
509 | 2025-07-15T19:40:01.116Z | Compiling anstyle-parse v0.2.5 |
510 | 2025-07-15T19:40:01.260Z | Compiling terminal_size v0.4.0 |
511 | 2025-07-15T19:40:01.315Z | Compiling form_urlencoded v1.2.1 |
512 | 2025-07-15T19:40:01.518Z | Compiling ordered-float v2.10.1 |
513 | 2025-07-15T19:40:01.615Z | Compiling thiserror v2.0.12 |
514 | 2025-07-15T19:40:01.665Z | Compiling colorchoice v1.0.2 |
515 | 2025-07-15T19:40:01.854Z | Compiling pretty-hex v0.4.1 |
516 | 2025-07-15T19:40:01.989Z | Compiling anstyle v1.0.11 |
517 | 2025-07-15T19:40:02.066Z | Compiling anstyle-query v1.1.1 |
518 | 2025-07-15T19:40:02.092Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-15T19:40:02.204Z | Compiling is_terminal_polyfill v1.70.1 |
520 | 2025-07-15T19:40:02.410Z | Compiling anstream v0.6.18 |
521 | 2025-07-15T19:40:02.599Z | Compiling fs-err v3.1.1 |
522 | 2025-07-15T19:40:02.809Z | Compiling bytecount v0.6.8 |
523 | 2025-07-15T19:40:02.929Z | Compiling unicode-width v0.1.14 |
524 | 2025-07-15T19:40:03.021Z | Compiling fastrand v2.1.1 |
525 | 2025-07-15T19:40:03.066Z | Compiling anyhow v1.0.98 |
526 | 2025-07-15T19:40:03.164Z | Compiling strsim v0.11.1 |
527 | 2025-07-15T19:40:03.520Z | Compiling unicode-xid v0.2.6 |
528 | 2025-07-15T19:40:03.546Z | Compiling heck v0.4.1 |
529 | 2025-07-15T19:40:03.679Z | Compiling heck v0.5.0 |
530 | 2025-07-15T19:40:03.729Z | Compiling clap_lex v0.7.4 |
531 | 2025-07-15T19:40:03.913Z | Compiling fnv v1.0.7 |
532 | 2025-07-15T19:40:04.088Z | Compiling papergrid v0.11.0 |
533 | 2025-07-15T19:40:04.192Z | Compiling clap_builder v4.5.40 |
534 | 2025-07-15T19:40:04.350Z | Compiling tempfile v3.20.0 |
535 | 2025-07-15T19:40:04.606Z | Compiling memmap v0.7.0 |
536 | 2025-07-15T19:40:04.757Z | Compiling smawk v0.3.2 |
537 | 2025-07-15T19:40:04.923Z | Compiling unicode-width v0.2.0 |
538 | 2025-07-15T19:40:04.996Z | Compiling unicode-linebreak v0.1.5 |
539 | 2025-07-15T19:40:05.444Z | Compiling synstructure v0.13.1 |
540 | 2025-07-15T19:40:05.480Z | Compiling textwrap v0.16.2 |
541 | 2025-07-15T19:40:06.432Z | Compiling swrite v0.1.0 |
542 | 2025-07-15T19:40:06.465Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
543 | 2025-07-15T19:40:06.618Z | Compiling tabled_derive v0.7.0 |
544 | 2025-07-15T19:40:07.908Z | Compiling serde_derive v1.0.219 |
545 | 2025-07-15T19:40:07.911Z | Compiling zerofrom-derive v0.1.4 |
546 | 2025-07-15T19:40:07.911Z | Compiling thiserror-impl v1.0.69 |
547 | 2025-07-15T19:40:08.017Z | Compiling yoke-derive v0.7.4 |
548 | 2025-07-15T19:40:08.126Z | Compiling zerovec-derive v0.10.3 |
549 | 2025-07-15T19:40:08.151Z | Compiling displaydoc v0.2.5 |
550 | 2025-07-15T19:40:09.655Z | Compiling icu_provider_macros v1.5.0 |
551 | 2025-07-15T19:40:10.525Z | Compiling zerocopy-derive v0.7.35 |
552 | 2025-07-15T19:40:10.638Z | Compiling scroll_derive v0.12.0 |
553 | 2025-07-15T19:40:10.709Z | Compiling thiserror-impl v2.0.12 |
554 | 2025-07-15T19:40:10.938Z | Compiling pest v2.7.14 |
555 | 2025-07-15T19:40:10.966Z | Compiling clap_derive v4.5.40 |
556 | 2025-07-15T19:40:11.377Z | Compiling zerofrom v0.1.4 |
557 | 2025-07-15T19:40:11.637Z | Compiling yoke v0.7.4 |
558 | 2025-07-15T19:40:12.005Z | Compiling zerovec v0.10.4 |
559 | 2025-07-15T19:40:12.009Z | Compiling scroll v0.12.0 |
560 | 2025-07-15T19:40:12.442Z | Compiling zerocopy v0.7.35 |
561 | 2025-07-15T19:40:12.580Z | Compiling goblin v0.8.2 |
562 | 2025-07-15T19:40:12.845Z | Compiling tabled v0.15.0 |
563 | 2025-07-15T19:40:13.776Z | Compiling tinystr v0.7.6 |
564 | 2025-07-15T19:40:13.804Z | Compiling pest_meta v2.7.14 |
565 | 2025-07-15T19:40:13.871Z | Compiling icu_collections v1.5.0 |
566 | 2025-07-15T19:40:14.173Z | Compiling icu_locid v1.5.0 |
567 | 2025-07-15T19:40:15.041Z | Compiling clap v4.5.40 |
568 | 2025-07-15T19:40:15.067Z | Compiling pest_generator v2.7.14 |
569 | 2025-07-15T19:40:15.249Z | Compiling icu_provider v1.5.0 |
570 | 2025-07-15T19:40:16.091Z | Compiling icu_locid_transform v1.5.0 |
571 | 2025-07-15T19:40:17.366Z | Compiling icu_properties v1.5.1 |
572 | 2025-07-15T19:40:17.399Z | Compiling pest_derive v2.7.14 |
573 | 2025-07-15T19:40:18.105Z | Compiling dtrace-parser v0.2.0 |
574 | 2025-07-15T19:40:19.700Z | Compiling serde_spanned v0.6.9 |
575 | 2025-07-15T19:40:19.700Z | Compiling toml_datetime v0.6.11 |
576 | 2025-07-15T19:40:19.704Z | Compiling erased-serde v0.4.6 |
577 | 2025-07-15T19:40:20.009Z | Compiling serde_tokenstream v0.2.2 |
578 | 2025-07-15T19:40:20.143Z | Compiling toml_edit v0.22.27 |
579 | 2025-07-15T19:40:20.558Z | Compiling serde-value v0.7.0 |
580 | 2025-07-15T19:40:20.581Z | Compiling cargo-platform v0.2.0 |
581 | 2025-07-15T19:40:20.881Z | Compiling icu_normalizer v1.5.0 |
582 | 2025-07-15T19:40:20.916Z | Compiling serde-untagged v0.1.7 |
583 | 2025-07-15T19:40:21.121Z | Compiling camino-tempfile v1.4.1 |
584 | 2025-07-15T19:40:21.350Z | Compiling dof v0.3.0 |
585 | 2025-07-15T19:40:21.413Z | Compiling macaddr v1.0.1 |
586 | 2025-07-15T19:40:21.807Z | Compiling idna_adapter v1.2.0 |
587 | 2025-07-15T19:40:22.007Z | Compiling idna v1.0.3 |
588 | 2025-07-15T19:40:22.564Z | Compiling url v2.5.4 |
589 | 2025-07-15T19:40:23.129Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-07-15T19:40:23.129Z | Compiling usdt-macro v0.5.0 |
591 | 2025-07-15T19:40:23.358Z | Compiling toml v0.8.23 |
592 | 2025-07-15T19:40:24.137Z | Compiling cargo-util-schemas v0.2.0 |
593 | 2025-07-15T19:40:24.137Z | Compiling cargo_toml v0.21.0 |
594 | 2025-07-15T19:40:24.251Z | Compiling usdt v0.5.0 |
595 | 2025-07-15T19:40:25.520Z | Compiling cargo_metadata v0.20.0 |
596 | 2025-07-15T19:40:27.259Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
597 | 2025-07-15T19:40:30.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
598 | 2025-07-15T19:40:30.917Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
599 | 2025-07-15T19:40:31.575Z | Downloading crates ... |
600 | 2025-07-15T19:40:31.714Z | Downloaded aead v0.5.2 |
601 | 2025-07-15T19:40:31.717Z | Downloaded addr2line v0.24.2 |
602 | 2025-07-15T19:40:31.725Z | Downloaded adler2 v2.0.0 |
603 | 2025-07-15T19:40:31.730Z | Downloaded ahash v0.8.11 |
604 | 2025-07-15T19:40:31.736Z | Downloaded async-stream v0.3.6 |
605 | 2025-07-15T19:40:31.740Z | Downloaded aes v0.8.4 |
606 | 2025-07-15T19:40:31.740Z | Downloaded async-trait v0.1.88 |
607 | 2025-07-15T19:40:31.743Z | Downloaded crucible-workspace-hack v0.1.0 |
608 | 2025-07-15T19:40:31.746Z | Downloaded aes-gcm v0.10.3 |
609 | 2025-07-15T19:40:31.751Z | Downloaded hashbrown v0.12.3 |
610 | 2025-07-15T19:40:31.754Z | Downloaded arrayvec v0.7.6 |
611 | 2025-07-15T19:40:31.757Z | Downloaded atomic-waker v1.1.2 |
612 | 2025-07-15T19:40:31.757Z | Downloaded backoff v0.4.0 |
613 | 2025-07-15T19:40:31.763Z | Downloaded hostname v0.4.0 |
614 | 2025-07-15T19:40:31.767Z | Downloaded headers-core v0.3.0 |
615 | 2025-07-15T19:40:31.767Z | Downloaded headers v0.4.1 |
616 | 2025-07-15T19:40:31.770Z | Downloaded hashbrown v0.13.2 |
617 | 2025-07-15T19:40:31.775Z | Downloaded heapless v0.7.17 |
618 | 2025-07-15T19:40:31.779Z | Downloaded http-range v0.1.5 |
619 | 2025-07-15T19:40:31.782Z | Downloaded http-body-util v0.1.3 |
620 | 2025-07-15T19:40:31.786Z | Downloaded http-body v1.0.1 |
621 | 2025-07-15T19:40:31.786Z | Downloaded hostname v0.3.1 |
622 | 2025-07-15T19:40:31.791Z | Downloaded base64 v0.13.1 |
623 | 2025-07-15T19:40:31.795Z | Downloaded atty v0.2.14 |
624 | 2025-07-15T19:40:31.795Z | Downloaded block-padding v0.3.3 |
625 | 2025-07-15T19:40:31.795Z | Downloaded aho-corasick v1.1.3 |
626 | 2025-07-15T19:40:31.801Z | Downloaded ipnetwork v0.21.1 |
627 | 2025-07-15T19:40:31.805Z | Downloaded humantime v2.2.0 |
628 | 2025-07-15T19:40:31.808Z | Downloaded bit-vec v0.6.3 |
629 | 2025-07-15T19:40:31.809Z | Downloaded atomicwrites v0.4.4 |
630 | 2025-07-15T19:40:31.813Z | Downloaded bcrypt-pbkdf v0.10.0 |
631 | 2025-07-15T19:40:31.817Z | Downloaded convert_case v0.4.0 |
632 | 2025-07-15T19:40:31.817Z | Downloaded ciborium-io v0.2.2 |
633 | 2025-07-15T19:40:31.817Z | Downloaded cargo-platform v0.1.8 |
634 | 2025-07-15T19:40:31.821Z | Downloaded bitfield-struct v0.6.2 |
635 | 2025-07-15T19:40:31.821Z | Downloaded instant v0.1.13 |
636 | 2025-07-15T19:40:31.827Z | Downloaded ascii-canvas v3.0.0 |
637 | 2025-07-15T19:40:31.827Z | Downloaded is_ci v1.2.0 |
638 | 2025-07-15T19:40:31.832Z | Downloaded ident_case v1.0.1 |
639 | 2025-07-15T19:40:31.832Z | Downloaded async-stream-impl v0.3.6 |
640 | 2025-07-15T19:40:31.832Z | Downloaded hmac v0.12.1 |
641 | 2025-07-15T19:40:31.836Z | Downloaded blake2 v0.10.6 |
642 | 2025-07-15T19:40:31.836Z | Downloaded inout v0.1.3 |
643 | 2025-07-15T19:40:31.845Z | Downloaded home v0.5.9 |
644 | 2025-07-15T19:40:31.846Z | Downloaded crc8 v0.1.1 |
645 | 2025-07-15T19:40:31.846Z | Downloaded cfg_aliases v0.1.1 |
646 | 2025-07-15T19:40:31.850Z | Downloaded kstat-rs v0.2.4 |
647 | 2025-07-15T19:40:31.850Z | Downloaded hickory-resolver v0.24.4 |
648 | 2025-07-15T19:40:31.850Z | Downloaded bitfield v0.14.0 |
649 | 2025-07-15T19:40:31.854Z | Downloaded hubpack_derive v0.1.1 |
650 | 2025-07-15T19:40:31.854Z | Downloaded blowfish v0.9.1 |
651 | 2025-07-15T19:40:31.858Z | Downloaded async-recursion v1.1.1 |
652 | 2025-07-15T19:40:31.863Z | Downloaded md5 v0.7.0 |
653 | 2025-07-15T19:40:31.863Z | Downloaded array-init v0.0.4 |
654 | 2025-07-15T19:40:31.863Z | Downloaded libsw-core v0.3.1 |
655 | 2025-07-15T19:40:31.867Z | Downloaded russh-cryptovec v0.7.3 |
656 | 2025-07-15T19:40:31.867Z | Downloaded lzss v0.8.2 |
657 | 2025-07-15T19:40:31.871Z | Downloaded salsa20 v0.10.2 |
658 | 2025-07-15T19:40:31.871Z | Downloaded progenitor-client v0.8.0 |
659 | 2025-07-15T19:40:31.874Z | Downloaded camino-tempfile-ext v0.3.2 |
660 | 2025-07-15T19:40:31.874Z | Downloaded hex v0.4.3 |
661 | 2025-07-15T19:40:31.878Z | Downloaded highway v1.3.0 |
662 | 2025-07-15T19:40:31.878Z | Downloaded cobs v0.2.3 |
663 | 2025-07-15T19:40:31.882Z | Downloaded cassowary v0.3.0 |
664 | 2025-07-15T19:40:31.882Z | Downloaded match_cfg v0.1.0 |
665 | 2025-07-15T19:40:31.885Z | Downloaded libefi-sys v0.1.0 |
666 | 2025-07-15T19:40:31.885Z | Downloaded crc-catalog v2.4.0 |
667 | 2025-07-15T19:40:31.888Z | Downloaded libscf-sys v1.1.0 |
668 | 2025-07-15T19:40:31.889Z | Downloaded lazycell v1.3.0 |
669 | 2025-07-15T19:40:31.894Z | Downloaded lru-cache v0.1.2 |
670 | 2025-07-15T19:40:31.894Z | Downloaded linked-hash-map v0.5.6 |
671 | 2025-07-15T19:40:31.894Z | Downloaded linear-map v1.2.0 |
672 | 2025-07-15T19:40:31.898Z | Downloaded ciborium-ll v0.2.2 |
673 | 2025-07-15T19:40:31.898Z | Downloaded cfg_aliases v0.2.1 |
674 | 2025-07-15T19:40:31.898Z | Downloaded hickory-proto v0.25.2 |
675 | 2025-07-15T19:40:31.913Z | Downloaded memoffset v0.9.1 |
676 | 2025-07-15T19:40:31.916Z | Downloaded critical-section v1.1.3 |
677 | 2025-07-15T19:40:31.916Z | Downloaded constant_time_eq v0.3.1 |
678 | 2025-07-15T19:40:31.921Z | Downloaded md-5 v0.10.6 |
679 | 2025-07-15T19:40:31.921Z | Downloaded lru v0.12.5 |
680 | 2025-07-15T19:40:31.924Z | Downloaded rand_chacha v0.9.0 |
681 | 2025-07-15T19:40:31.924Z | Downloaded mime v0.3.17 |
682 | 2025-07-15T19:40:31.924Z | Downloaded maplit v1.0.2 |
683 | 2025-07-15T19:40:31.928Z | Downloaded bzip2 v0.4.4 |
684 | 2025-07-15T19:40:31.931Z | Downloaded tabwriter v1.4.0 |
685 | 2025-07-15T19:40:31.931Z | Downloaded serde_urlencoded v0.7.1 |
686 | 2025-07-15T19:40:31.934Z | Downloaded backtrace v0.3.74 |
687 | 2025-07-15T19:40:31.938Z | Downloaded ingot-types v0.1.0 |
688 | 2025-07-15T19:40:31.941Z | Downloaded rand_chacha v0.3.1 |
689 | 2025-07-15T19:40:31.941Z | Downloaded quinn-udp v0.5.5 |
690 | 2025-07-15T19:40:31.946Z | Downloaded signal-hook-registry v1.4.2 |
691 | 2025-07-15T19:40:31.951Z | Downloaded signal-hook-mio v0.2.4 |
692 | 2025-07-15T19:40:31.951Z | Downloaded ref-cast v1.0.24 |
693 | 2025-07-15T19:40:31.954Z | Downloaded typify-macro v0.4.1 |
694 | 2025-07-15T19:40:31.954Z | Downloaded hickory-resolver v0.25.2 |
695 | 2025-07-15T19:40:31.957Z | Downloaded indexmap v1.9.3 |
696 | 2025-07-15T19:40:31.963Z | Downloaded subtle v2.6.1 |
697 | 2025-07-15T19:40:31.967Z | Downloaded maybe-uninit v2.0.0 |
698 | 2025-07-15T19:40:31.967Z | Downloaded ipnet v2.11.0 |
699 | 2025-07-15T19:40:31.967Z | Downloaded mime_guess v2.0.5 |
700 | 2025-07-15T19:40:31.970Z | Downloaded same-file v1.0.6 |
701 | 2025-07-15T19:40:31.970Z | Downloaded cookie_store v0.21.1 |
702 | 2025-07-15T19:40:31.973Z | Downloaded colored v2.2.0 |
703 | 2025-07-15T19:40:31.977Z | Downloaded derive_builder_macro v0.20.2 |
704 | 2025-07-15T19:40:31.977Z | Downloaded tls_codec_derive v0.4.1 |
705 | 2025-07-15T19:40:31.981Z | Downloaded tiny-keccak v2.0.2 |
706 | 2025-07-15T19:40:31.994Z | Downloaded sha1 v0.10.6 |
707 | 2025-07-15T19:40:31.998Z | Downloaded debug-ignore v1.0.5 |
708 | 2025-07-15T19:40:31.998Z | Downloaded bzip2 v0.5.2 |
709 | 2025-07-15T19:40:32.005Z | Downloaded base64 v0.21.7 |
710 | 2025-07-15T19:40:32.010Z | Downloaded futures-macro v0.3.31 |
711 | 2025-07-15T19:40:32.010Z | Downloaded ssh-encoding v0.2.0 |
712 | 2025-07-15T19:40:32.010Z | Downloaded spki v0.7.3 |
713 | 2025-07-15T19:40:32.010Z | Downloaded num-conv v0.1.0 |
714 | 2025-07-15T19:40:32.019Z | Downloaded slog-stdlog v4.1.1 |
715 | 2025-07-15T19:40:32.019Z | Downloaded structmeta-derive v0.3.0 |
716 | 2025-07-15T19:40:32.019Z | Downloaded ghash v0.5.1 |
717 | 2025-07-15T19:40:32.025Z | Downloaded foreign-types v0.3.2 |
718 | 2025-07-15T19:40:32.025Z | Downloaded which v4.4.2 |
719 | 2025-07-15T19:40:32.025Z | Downloaded wait-timeout v0.2.0 |
720 | 2025-07-15T19:40:32.025Z | Downloaded universal-hash v0.5.1 |
721 | 2025-07-15T19:40:32.025Z | Downloaded tokio-native-tls v0.3.1 |
722 | 2025-07-15T19:40:32.029Z | Downloaded buf-list v1.0.3 |
723 | 2025-07-15T19:40:32.029Z | Downloaded unarray v0.1.4 |
724 | 2025-07-15T19:40:32.029Z | Downloaded rustls-native-certs v0.8.1 |
725 | 2025-07-15T19:40:32.032Z | Downloaded zeroize_derive v1.4.2 |
726 | 2025-07-15T19:40:32.035Z | Downloaded zone v0.3.1 |
727 | 2025-07-15T19:40:32.035Z | Downloaded zone v0.1.8 |
728 | 2025-07-15T19:40:32.035Z | Downloaded crossbeam-epoch v0.9.18 |
729 | 2025-07-15T19:40:32.039Z | Downloaded indicatif v0.17.11 |
730 | 2025-07-15T19:40:32.043Z | Downloaded path-slash v0.1.5 |
731 | 2025-07-15T19:40:32.046Z | Downloaded openssl-probe v0.1.5 |
732 | 2025-07-15T19:40:32.046Z | Downloaded derive_builder_core v0.20.2 |
733 | 2025-07-15T19:40:32.050Z | Downloaded progenitor-client v0.9.1 |
734 | 2025-07-15T19:40:32.050Z | Downloaded xattr v1.3.1 |
735 | 2025-07-15T19:40:32.053Z | Downloaded const-oid v0.9.6 |
736 | 2025-07-15T19:40:32.056Z | Downloaded embedded-io v0.6.1 |
737 | 2025-07-15T19:40:32.056Z | Downloaded embedded-io v0.4.0 |
738 | 2025-07-15T19:40:32.060Z | Downloaded arc-swap v1.7.1 |
739 | 2025-07-15T19:40:32.064Z | Downloaded serde-big-array v0.5.1 |
740 | 2025-07-15T19:40:32.068Z | Downloaded num-integer v0.1.46 |
741 | 2025-07-15T19:40:32.068Z | Downloaded group v0.13.0 |
742 | 2025-07-15T19:40:32.071Z | Downloaded zeroize v1.8.1 |
743 | 2025-07-15T19:40:32.071Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2025-07-15T19:40:32.078Z | Downloaded foreign-types v0.5.0 |
745 | 2025-07-15T19:40:32.078Z | Downloaded rusty-fork v0.3.0 |
746 | 2025-07-15T19:40:32.083Z | Downloaded packed_struct v0.10.1 |
747 | 2025-07-15T19:40:32.083Z | Downloaded progenitor-impl v0.9.1 |
748 | 2025-07-15T19:40:32.083Z | Downloaded num-iter v0.1.45 |
749 | 2025-07-15T19:40:32.087Z | Downloaded num-derive v0.4.2 |
750 | 2025-07-15T19:40:32.087Z | Downloaded num-derive v0.3.3 |
751 | 2025-07-15T19:40:32.087Z | Downloaded sigpipe v0.1.3 |
752 | 2025-07-15T19:40:32.094Z | Downloaded signature v2.2.0 |
753 | 2025-07-15T19:40:32.094Z | Downloaded allocator-api2 v0.2.21 |
754 | 2025-07-15T19:40:32.098Z | Downloaded simd-adler32 v0.3.7 |
755 | 2025-07-15T19:40:32.098Z | Downloaded serde_bytes v0.11.17 |
756 | 2025-07-15T19:40:32.098Z | Downloaded foldhash v0.1.5 |
757 | 2025-07-15T19:40:32.102Z | Downloaded derive_builder v0.20.2 |
758 | 2025-07-15T19:40:32.107Z | Downloaded tabled_derive v0.10.0 |
759 | 2025-07-15T19:40:32.107Z | Downloaded compact_str v0.8.0 |
760 | 2025-07-15T19:40:32.110Z | Downloaded phf v0.11.2 |
761 | 2025-07-15T19:40:32.114Z | Downloaded chacha20poly1305 v0.10.1 |
762 | 2025-07-15T19:40:32.114Z | Downloaded sync-ptr v0.1.4 |
763 | 2025-07-15T19:40:32.121Z | Downloaded cstr-argument v0.1.2 |
764 | 2025-07-15T19:40:32.121Z | Downloaded progenitor v0.10.0 |
765 | 2025-07-15T19:40:32.125Z | Downloaded ecdsa v0.16.9 |
766 | 2025-07-15T19:40:32.125Z | Downloaded value-bag v1.9.0 |
767 | 2025-07-15T19:40:32.125Z | Downloaded endian-type v0.1.2 |
768 | 2025-07-15T19:40:32.125Z | Downloaded crunchy v0.2.2 |
769 | 2025-07-15T19:40:32.129Z | Downloaded paste v1.0.15 |
770 | 2025-07-15T19:40:32.129Z | Downloaded globset v0.4.15 |
771 | 2025-07-15T19:40:32.134Z | Downloaded semver v0.1.20 |
772 | 2025-07-15T19:40:32.134Z | Downloaded unicode-truncate v1.1.0 |
773 | 2025-07-15T19:40:32.134Z | Downloaded rfc6979 v0.4.0 |
774 | 2025-07-15T19:40:32.140Z | Downloaded xshell v0.2.7 |
775 | 2025-07-15T19:40:32.140Z | Downloaded jiff-static v0.2.15 |
776 | 2025-07-15T19:40:32.143Z | Downloaded heapless v0.8.0 |
777 | 2025-07-15T19:40:32.147Z | Downloaded foreign-types-shared v0.3.1 |
778 | 2025-07-15T19:40:32.147Z | Downloaded serde-hex v0.1.0 |
779 | 2025-07-15T19:40:32.151Z | Downloaded samael v0.0.19 |
780 | 2025-07-15T19:40:32.155Z | Downloaded tagptr v0.2.0 |
781 | 2025-07-15T19:40:32.159Z | Downloaded string_cache v0.8.9 |
782 | 2025-07-15T19:40:32.159Z | Downloaded ref-cast-impl v1.0.24 |
783 | 2025-07-15T19:40:32.163Z | Downloaded num v0.4.3 |
784 | 2025-07-15T19:40:32.163Z | Downloaded foreign-types-shared v0.1.1 |
785 | 2025-07-15T19:40:32.163Z | Downloaded float-ord v0.3.2 |
786 | 2025-07-15T19:40:32.167Z | Downloaded des v0.8.1 |
787 | 2025-07-15T19:40:32.167Z | Downloaded derive_more v0.99.20 |
788 | 2025-07-15T19:40:32.172Z | Downloaded opaque-debug v0.3.1 |
789 | 2025-07-15T19:40:32.178Z | Downloaded signal-hook-tokio v0.3.1 |
790 | 2025-07-15T19:40:32.178Z | Downloaded shlex v1.3.0 |
791 | 2025-07-15T19:40:32.182Z | Downloaded shell-words v1.1.0 |
792 | 2025-07-15T19:40:32.182Z | Downloaded getrandom v0.2.15 |
793 | 2025-07-15T19:40:32.182Z | Downloaded crc-any v2.5.0 |
794 | 2025-07-15T19:40:32.185Z | Downloaded const_format v0.2.34 |
795 | 2025-07-15T19:40:32.190Z | Downloaded supports-color v3.0.2 |
796 | 2025-07-15T19:40:32.193Z | Downloaded enum-as-inner v0.6.1 |
797 | 2025-07-15T19:40:32.193Z | Downloaded fixedbitset v0.4.2 |
798 | 2025-07-15T19:40:32.193Z | Downloaded sct v0.7.1 |
799 | 2025-07-15T19:40:32.197Z | Downloaded untrusted v0.7.1 |
800 | 2025-07-15T19:40:32.202Z | Downloaded tui-tree-widget v0.23.1 |
801 | 2025-07-15T19:40:32.202Z | Downloaded tokio-tungstenite v0.21.0 |
802 | 2025-07-15T19:40:32.206Z | Downloaded hyper-util v0.1.14 |
803 | 2025-07-15T19:40:32.209Z | Downloaded polyval v0.6.2 |
804 | 2025-07-15T19:40:32.212Z | Downloaded poly1305 v0.8.0 |
805 | 2025-07-15T19:40:32.216Z | Downloaded spin v0.9.8 |
806 | 2025-07-15T19:40:32.216Z | Downloaded proc-macro-error2 v2.0.1 |
807 | 2025-07-15T19:40:32.220Z | Downloaded postcard v1.0.10 |
808 | 2025-07-15T19:40:32.224Z | Downloaded oso-derive v0.27.3 |
809 | 2025-07-15T19:40:32.224Z | Downloaded iddqd v0.3.8 |
810 | 2025-07-15T19:40:32.229Z | Downloaded oxide-tokio-rt v0.1.2 |
811 | 2025-07-15T19:40:32.235Z | Downloaded dirs-next v2.0.0 |
812 | 2025-07-15T19:40:32.238Z | Downloaded pin-project-internal v1.1.6 |
813 | 2025-07-15T19:40:32.239Z | Downloaded typify v0.2.0 |
814 | 2025-07-15T19:40:32.239Z | Downloaded elliptic-curve v0.13.8 |
815 | 2025-07-15T19:40:32.243Z | Downloaded pin-utils v0.1.0 |
816 | 2025-07-15T19:40:32.248Z | Downloaded newtype-uuid v1.2.4 |
817 | 2025-07-15T19:40:32.248Z | Downloaded iri-string v0.7.8 |
818 | 2025-07-15T19:40:32.253Z | Downloaded want v0.3.1 |
819 | 2025-07-15T19:40:32.257Z | Downloaded pbkdf2 v0.12.2 |
820 | 2025-07-15T19:40:32.257Z | Downloaded sec1 v0.7.3 |
821 | 2025-07-15T19:40:32.260Z | Downloaded pbkdf2 v0.11.0 |
822 | 2025-07-15T19:40:32.264Z | Downloaded progenitor-macro v0.8.0 |
823 | 2025-07-15T19:40:32.264Z | Downloaded tokio-tungstenite v0.23.1 |
824 | 2025-07-15T19:40:32.270Z | Downloaded strum_macros v0.27.1 |
825 | 2025-07-15T19:40:32.270Z | Downloaded ron v0.7.1 |
826 | 2025-07-15T19:40:32.274Z | Downloaded rustc-hash v1.1.0 |
827 | 2025-07-15T19:40:32.274Z | Downloaded thiserror-impl-no-std v2.0.2 |
828 | 2025-07-15T19:40:32.279Z | Downloaded r2d2 v0.8.10 |
829 | 2025-07-15T19:40:32.279Z | Downloaded futures-task v0.3.31 |
830 | 2025-07-15T19:40:32.283Z | Downloaded rustc-hash v2.1.1 |
831 | 2025-07-15T19:40:32.283Z | Downloaded nu-ansi-term v0.50.1 |
832 | 2025-07-15T19:40:32.287Z | Downloaded yasna v0.5.2 |
833 | 2025-07-15T19:40:32.287Z | Downloaded tokio-stream v0.1.17 |
834 | 2025-07-15T19:40:32.291Z | Downloaded topological-sort v0.2.2 |
835 | 2025-07-15T19:40:32.294Z | Downloaded tungstenite v0.21.0 |
836 | 2025-07-15T19:40:32.299Z | Downloaded owo-colors v4.2.2 |
837 | 2025-07-15T19:40:32.312Z | Downloaded termtree v0.5.1 |
838 | 2025-07-15T19:40:32.312Z | Downloaded phf_shared v0.11.2 |
839 | 2025-07-15T19:40:32.312Z | Downloaded pkcs8 v0.10.2 |
840 | 2025-07-15T19:40:32.312Z | Downloaded pkcs1 v0.7.5 |
841 | 2025-07-15T19:40:32.312Z | Downloaded ctr v0.9.2 |
842 | 2025-07-15T19:40:32.312Z | Downloaded rcgen v0.12.1 |
843 | 2025-07-15T19:40:32.316Z | Downloaded ed25519-dalek v2.1.1 |
844 | 2025-07-15T19:40:32.322Z | Downloaded diesel-dtrace v0.4.2 |
845 | 2025-07-15T19:40:32.325Z | Downloaded p256 v0.13.2 |
846 | 2025-07-15T19:40:32.325Z | Downloaded filetime v0.2.25 |
847 | 2025-07-15T19:40:32.331Z | Downloaded tokio-rustls v0.25.0 |
848 | 2025-07-15T19:40:32.331Z | Downloaded serde_derive_internals v0.29.1 |
849 | 2025-07-15T19:40:32.335Z | Downloaded toml_edit v0.19.15 |
850 | 2025-07-15T19:40:32.347Z | Downloaded tinyvec_macros v0.1.1 |
851 | 2025-07-15T19:40:32.350Z | Downloaded sqlparser_derive v0.2.2 |
852 | 2025-07-15T19:40:32.350Z | Downloaded sqlformat v0.3.5 |
853 | 2025-07-15T19:40:32.354Z | Downloaded snafu-derive v0.8.5 |
854 | 2025-07-15T19:40:32.354Z | Downloaded password-hash v0.5.0 |
855 | 2025-07-15T19:40:32.357Z | Downloaded libm v0.2.8 |
856 | 2025-07-15T19:40:32.362Z | Downloaded peg v0.8.5 |
857 | 2025-07-15T19:40:32.366Z | Downloaded zone_cfg_derive v0.3.0 |
858 | 2025-07-15T19:40:32.369Z | Downloaded hash32 v0.3.1 |
859 | 2025-07-15T19:40:32.369Z | Downloaded proc-macro-error-attr2 v2.0.0 |
860 | 2025-07-15T19:40:32.373Z | Downloaded pkg-config v0.3.31 |
861 | 2025-07-15T19:40:32.373Z | Downloaded vergen v8.3.2 |
862 | 2025-07-15T19:40:32.376Z | Downloaded schemars_derive v0.8.22 |
863 | 2025-07-15T19:40:32.380Z | Downloaded olpc-cjson v0.1.4 |
864 | 2025-07-15T19:40:32.380Z | Downloaded multimap v0.10.1 |
865 | 2025-07-15T19:40:32.385Z | Downloaded termios v0.3.3 |
866 | 2025-07-15T19:40:32.385Z | Downloaded precomputed-hash v0.1.1 |
867 | 2025-07-15T19:40:32.388Z | Downloaded rustyline v14.0.0 |
868 | 2025-07-15T19:40:32.391Z | Downloaded csv-core v0.1.11 |
869 | 2025-07-15T19:40:32.391Z | Downloaded fixedbitset v0.5.7 |
870 | 2025-07-15T19:40:32.398Z | Downloaded fxhash v0.2.1 |
871 | 2025-07-15T19:40:32.401Z | Downloaded parking_lot_core v0.8.6 |
872 | 2025-07-15T19:40:32.401Z | Downloaded ssh-key v0.6.6 |
873 | 2025-07-15T19:40:32.407Z | Downloaded tokio-rustls v0.26.0 |
874 | 2025-07-15T19:40:32.411Z | Downloaded tokio-postgres v0.7.13 |
875 | 2025-07-15T19:40:32.415Z | Downloaded scheduled-thread-pool v0.2.7 |
876 | 2025-07-15T19:40:32.415Z | Downloaded unicode_categories v0.1.1 |
877 | 2025-07-15T19:40:32.419Z | Downloaded rand_xorshift v0.4.0 |
878 | 2025-07-15T19:40:32.419Z | Downloaded rand_seeder v0.3.0 |
879 | 2025-07-15T19:40:32.422Z | Downloaded openssl-sys v0.9.109 |
880 | 2025-07-15T19:40:32.425Z | Downloaded typify-macro v0.2.0 |
881 | 2025-07-15T19:40:32.430Z | Downloaded smf v0.2.3 |
882 | 2025-07-15T19:40:32.430Z | Downloaded password-hash v0.4.2 |
883 | 2025-07-15T19:40:32.433Z | Downloaded tap v1.0.1 |
884 | 2025-07-15T19:40:32.433Z | Downloaded slog-envlogger v2.2.0 |
885 | 2025-07-15T19:40:32.436Z | Downloaded postgres-protocol v0.6.8 |
886 | 2025-07-15T19:40:32.436Z | Downloaded zopfli v0.8.1 |
887 | 2025-07-15T19:40:32.440Z | Downloaded multer v3.1.0 |
888 | 2025-07-15T19:40:32.443Z | Downloaded waitgroup v0.1.2 |
889 | 2025-07-15T19:40:32.446Z | Downloaded nodrop v0.1.14 |
890 | 2025-07-15T19:40:32.446Z | Downloaded xshell-macros v0.2.7 |
891 | 2025-07-15T19:40:32.446Z | Downloaded num_enum_derive v0.5.11 |
892 | 2025-07-15T19:40:32.450Z | Downloaded smallvec v0.6.14 |
893 | 2025-07-15T19:40:32.450Z | Downloaded omicron-zone-package v0.12.2 |
894 | 2025-07-15T19:40:32.453Z | Downloaded ppv-lite86 v0.2.20 |
895 | 2025-07-15T19:40:32.457Z | Downloaded hyper v1.6.0 |
896 | 2025-07-15T19:40:32.460Z | Downloaded zone_cfg_derive v0.1.2 |
897 | 2025-07-15T19:40:32.463Z | Downloaded xz2 v0.1.7 |
898 | 2025-07-15T19:40:32.463Z | Downloaded hash32 v0.2.1 |
899 | 2025-07-15T19:40:32.469Z | Downloaded schemars v0.8.22 |
900 | 2025-07-15T19:40:32.477Z | Downloaded normalize-line-endings v0.3.0 |
901 | 2025-07-15T19:40:32.480Z | Downloaded serde_repr v0.1.19 |
902 | 2025-07-15T19:40:32.483Z | Downloaded secrecy v0.10.3 |
903 | 2025-07-15T19:40:32.483Z | Downloaded primeorder v0.13.6 |
904 | 2025-07-15T19:40:32.486Z | Downloaded itertools v0.13.0 |
905 | 2025-07-15T19:40:32.491Z | Downloaded darling_macro v0.20.10 |
906 | 2025-07-15T19:40:32.494Z | Downloaded newtype_derive v0.1.6 |
907 | 2025-07-15T19:40:32.494Z | Downloaded newline-converter v0.3.0 |
908 | 2025-07-15T19:40:32.498Z | Downloaded unicase v2.7.0 |
909 | 2025-07-15T19:40:32.498Z | Downloaded new_debug_unreachable v1.0.6 |
910 | 2025-07-15T19:40:32.501Z | Downloaded psl-types v2.0.11 |
911 | 2025-07-15T19:40:32.501Z | Downloaded crossterm v0.28.1 |
912 | 2025-07-15T19:40:32.506Z | Downloaded walkdir v2.5.0 |
913 | 2025-07-15T19:40:32.510Z | Downloaded serde_plain v1.0.2 |
914 | 2025-07-15T19:40:32.513Z | Downloaded futures-executor v0.3.31 |
915 | 2025-07-15T19:40:32.513Z | Downloaded diesel_derives v2.2.3 |
916 | 2025-07-15T19:40:32.516Z | Downloaded typify-macro v0.3.0 |
917 | 2025-07-15T19:40:32.520Z | Downloaded serde_path_to_error v0.1.17 |
918 | 2025-07-15T19:40:32.520Z | Downloaded powerfmt v0.2.0 |
919 | 2025-07-15T19:40:32.523Z | Downloaded tokio-macros v2.5.0 |
920 | 2025-07-15T19:40:32.523Z | Downloaded parking_lot v0.12.3 |
921 | 2025-07-15T19:40:32.527Z | Downloaded zstd v0.13.3 |
922 | 2025-07-15T19:40:32.530Z | Downloaded siphasher v0.3.11 |
923 | 2025-07-15T19:40:32.530Z | Downloaded salty v0.3.0 |
924 | 2025-07-15T19:40:32.538Z | Downloaded secrecy v0.8.0 |
925 | 2025-07-15T19:40:32.542Z | Downloaded progenitor-macro v0.9.1 |
926 | 2025-07-15T19:40:32.542Z | Downloaded openssl-macros v0.1.1 |
927 | 2025-07-15T19:40:32.542Z | Downloaded zip v4.2.0 |
928 | 2025-07-15T19:40:32.546Z | Downloaded progenitor-client v0.10.0 |
929 | 2025-07-15T19:40:32.549Z | Downloaded radium v0.7.0 |
930 | 2025-07-15T19:40:32.549Z | Downloaded strum v0.27.1 |
931 | 2025-07-15T19:40:32.552Z | Downloaded untrusted v0.9.0 |
932 | 2025-07-15T19:40:32.552Z | Downloaded rand v0.8.5 |
933 | 2025-07-15T19:40:32.556Z | Downloaded parse-display v0.10.0 |
934 | 2025-07-15T19:40:32.561Z | Downloaded typed-path v0.9.3 |
935 | 2025-07-15T19:40:32.564Z | Downloaded nibble_vec v0.1.0 |
936 | 2025-07-15T19:40:32.570Z | Downloaded number_prefix v0.4.0 |
937 | 2025-07-15T19:40:32.570Z | Downloaded tower-service v0.3.3 |
938 | 2025-07-15T19:40:32.570Z | Downloaded curve25519-dalek-derive v0.1.1 |
939 | 2025-07-15T19:40:32.574Z | Downloaded wyz v0.5.1 |
940 | 2025-07-15T19:40:32.574Z | Downloaded thread_local v1.1.8 |
941 | 2025-07-15T19:40:32.575Z | Downloaded num_threads v0.1.7 |
942 | 2025-07-15T19:40:32.575Z | Downloaded scrypt v0.11.0 |
943 | 2025-07-15T19:40:32.578Z | Downloaded scopeguard v1.2.0 |
944 | 2025-07-15T19:40:32.578Z | Downloaded pem v3.0.5 |
945 | 2025-07-15T19:40:32.581Z | Downloaded mio v1.0.2 |
946 | 2025-07-15T19:40:32.584Z | Downloaded typify v0.4.1 |
947 | 2025-07-15T19:40:32.589Z | Downloaded minimal-lexical v0.2.1 |
948 | 2025-07-15T19:40:32.592Z | Downloaded futures-core v0.3.31 |
949 | 2025-07-15T19:40:32.596Z | Downloaded document-features v0.2.10 |
950 | 2025-07-15T19:40:32.596Z | Downloaded similar v2.7.0 |
951 | 2025-07-15T19:40:32.600Z | Downloaded env_filter v0.1.2 |
952 | 2025-07-15T19:40:32.603Z | Downloaded dunce v1.0.5 |
953 | 2025-07-15T19:40:32.603Z | Downloaded progenitor-impl v0.8.0 |
954 | 2025-07-15T19:40:32.607Z | Downloaded p521 v0.13.3 |
955 | 2025-07-15T19:40:32.611Z | Downloaded take_mut v0.2.2 |
956 | 2025-07-15T19:40:32.615Z | Downloaded num_enum v0.5.11 |
957 | 2025-07-15T19:40:32.619Z | Downloaded futures-channel v0.3.31 |
958 | 2025-07-15T19:40:32.619Z | Downloaded parse-display-derive v0.10.0 |
959 | 2025-07-15T19:40:32.623Z | Downloaded darling v0.20.10 |
960 | 2025-07-15T19:40:32.623Z | Downloaded vsss-rs v3.3.4 |
961 | 2025-07-15T19:40:32.627Z | Downloaded diesel_table_macro_syntax v0.2.0 |
962 | 2025-07-15T19:40:32.627Z | Downloaded ron v0.8.1 |
963 | 2025-07-15T19:40:32.632Z | Downloaded futures-sink v0.3.31 |
964 | 2025-07-15T19:40:32.635Z | Downloaded tower-http v0.6.6 |
965 | 2025-07-15T19:40:32.641Z | Downloaded ssh-cipher v0.2.0 |
966 | 2025-07-15T19:40:32.644Z | Downloaded bindgen v0.69.5 |
967 | 2025-07-15T19:40:32.649Z | Downloaded funty v2.0.0 |
968 | 2025-07-15T19:40:32.652Z | Downloaded rustc_version v0.1.7 |
969 | 2025-07-15T19:40:32.652Z | Downloaded parse-size v1.1.0 |
970 | 2025-07-15T19:40:32.652Z | Downloaded daft-derive v0.1.4 |
971 | 2025-07-15T19:40:32.656Z | Downloaded tokio-dtrace v0.1.0 |
972 | 2025-07-15T19:40:32.659Z | Downloaded num-bigint-dig v0.8.4 |
973 | 2025-07-15T19:40:32.662Z | Downloaded predicates-core v1.0.8 |
974 | 2025-07-15T19:40:32.666Z | Downloaded fs_extra v1.3.0 |
975 | 2025-07-15T19:40:32.670Z | Downloaded structmeta v0.3.0 |
976 | 2025-07-15T19:40:32.670Z | Downloaded strip-ansi-escapes v0.2.0 |
977 | 2025-07-15T19:40:32.670Z | Downloaded phf_generator v0.11.2 |
978 | 2025-07-15T19:40:32.674Z | Downloaded phf_codegen v0.11.2 |
979 | 2025-07-15T19:40:32.675Z | Downloaded tracing-core v0.1.32 |
980 | 2025-07-15T19:40:32.678Z | Downloaded tower v0.5.2 |
981 | 2025-07-15T19:40:32.682Z | Downloaded utf-8 v0.7.6 |
982 | 2025-07-15T19:40:32.685Z | Downloaded fs-err v2.11.0 |
983 | 2025-07-15T19:40:32.689Z | Downloaded slog-bunyan v2.5.0 |
984 | 2025-07-15T19:40:32.689Z | Downloaded rand_core v0.6.4 |
985 | 2025-07-15T19:40:32.689Z | Downloaded tracing-attributes v0.1.27 |
986 | 2025-07-15T19:40:32.693Z | Downloaded dsl_auto_type v0.1.2 |
987 | 2025-07-15T19:40:32.693Z | Downloaded fatfs v0.3.6 |
988 | 2025-07-15T19:40:32.697Z | Downloaded parking_lot_core v0.9.10 |
989 | 2025-07-15T19:40:32.697Z | Downloaded parking_lot v0.11.2 |
990 | 2025-07-15T19:40:32.701Z | Downloaded rsa v0.9.6 |
991 | 2025-07-15T19:40:32.704Z | Downloaded slog-dtrace v0.3.0 |
992 | 2025-07-15T19:40:32.710Z | Downloaded aws-lc-rs v1.12.4 |
993 | 2025-07-15T19:40:32.714Z | Downloaded unicode-properties v0.1.3 |
994 | 2025-07-15T19:40:32.717Z | Downloaded darling_core v0.20.10 |
995 | 2025-07-15T19:40:32.721Z | Downloaded daft v0.1.4 |
996 | 2025-07-15T19:40:32.724Z | Downloaded static_assertions v1.1.0 |
997 | 2025-07-15T19:40:32.724Z | Downloaded futures v0.3.31 |
998 | 2025-07-15T19:40:32.728Z | Downloaded predicates v3.1.3 |
999 | 2025-07-15T19:40:32.731Z | Downloaded native-tls v0.2.12 |
1000 | 2025-07-15T19:40:32.735Z | Downloaded strum_macros v0.26.4 |
1001 | 2025-07-15T19:40:32.739Z | Downloaded data-encoding v2.9.0 |
1002 | 2025-07-15T19:40:32.739Z | Downloaded reqwest v0.12.22 |
1003 | 2025-07-15T19:40:32.745Z | Downloaded pretty_assertions v1.4.1 |
1004 | 2025-07-15T19:40:32.749Z | Downloaded lalrpop v0.19.12 |
1005 | 2025-07-15T19:40:32.757Z | Downloaded strum_macros v0.24.3 |
1006 | 2025-07-15T19:40:32.760Z | Downloaded rand_core v0.9.2 |
1007 | 2025-07-15T19:40:32.764Z | Downloaded x509-cert v0.2.5 |
1008 | 2025-07-15T19:40:32.768Z | Downloaded slog v2.7.0 |
1009 | 2025-07-15T19:40:32.772Z | Downloaded tracing v0.1.40 |
1010 | 2025-07-15T19:40:32.775Z | Downloaded oxnet v0.1.2 |
1011 | 2025-07-15T19:40:32.775Z | Downloaded num-complex v0.4.6 |
1012 | 2025-07-15T19:40:32.778Z | Downloaded time v0.3.36 |
1013 | 2025-07-15T19:40:32.783Z | Downloaded unicode-bidi v0.3.17 |
1014 | 2025-07-15T19:40:32.786Z | Downloaded rustc-demangle v0.1.24 |
1015 | 2025-07-15T19:40:32.789Z | Downloaded publicsuffix v2.3.0 |
1016 | 2025-07-15T19:40:32.789Z | Downloaded nom v7.1.3 |
1017 | 2025-07-15T19:40:32.794Z | Downloaded tough v0.20.0 |
1018 | 2025-07-15T19:40:32.803Z | Downloaded reedline v0.40.0 |
1019 | 2025-07-15T19:40:32.809Z | Downloaded diff v0.1.13 |
1020 | 2025-07-15T19:40:32.812Z | Downloaded rayon v1.10.0 |
1021 | 2025-07-15T19:40:32.820Z | Downloaded quinn v0.11.5 |
1022 | 2025-07-15T19:40:32.823Z | Downloaded qorb v0.4.0 |
1023 | 2025-07-15T19:40:32.827Z | Downloaded proptest v1.7.0 |
1024 | 2025-07-15T19:40:32.836Z | Downloaded russh-keys v0.45.0 |
1025 | 2025-07-15T19:40:32.839Z | Downloaded flate2 v1.1.2 |
1026 | 2025-07-15T19:40:32.844Z | Downloaded unicode-normalization v0.1.24 |
1027 | 2025-07-15T19:40:32.850Z | Downloaded env_logger v0.10.2 |
1028 | 2025-07-15T19:40:32.853Z | Downloaded uuid v1.17.0 |
1029 | 2025-07-15T19:40:32.853Z | Downloaded unicode-segmentation v1.12.0 |
1030 | 2025-07-15T19:40:32.857Z | Downloaded git2 v0.19.0 |
1031 | 2025-07-15T19:40:32.862Z | Downloaded papergrid v0.14.0 |
1032 | 2025-07-15T19:40:32.866Z | Downloaded sqlparser v0.45.0 |
1033 | 2025-07-15T19:40:32.871Z | Downloaded rand v0.9.1 |
1034 | 2025-07-15T19:40:32.874Z | Downloaded petname v2.0.2 |
1035 | 2025-07-15T19:40:32.879Z | Downloaded der v0.7.9 |
1036 | 2025-07-15T19:40:32.884Z | Downloaded tabled v0.18.0 |
1037 | 2025-07-15T19:40:32.900Z | Downloaded tokio-util v0.7.15 |
1038 | 2025-07-15T19:40:32.905Z | Downloaded radix_trie v0.2.1 |
1039 | 2025-07-15T19:40:32.910Z | Downloaded winnow v0.6.26 |
1040 | 2025-07-15T19:40:32.918Z | Downloaded portable-atomic v1.11.0 |
1041 | 2025-07-15T19:40:32.925Z | Downloaded rpassword v7.4.0 |
1042 | 2025-07-15T19:40:32.928Z | Downloaded p384 v0.13.0 |
1043 | 2025-07-15T19:40:32.932Z | Downloaded expectorate v1.2.0 |
1044 | 2025-07-15T19:40:32.936Z | Downloaded winnow v0.5.40 |
1045 | 2025-07-15T19:40:32.942Z | Downloaded chrono v0.4.41 |
1046 | 2025-07-15T19:40:32.949Z | Downloaded bindgen v0.71.1 |
1047 | 2025-07-15T19:40:32.955Z | Downloaded regress v0.10.3 |
1048 | 2025-07-15T19:40:32.962Z | Downloaded bitvec v1.0.1 |
1049 | 2025-07-15T19:40:32.986Z | Downloaded futures-util v0.3.31 |
1050 | 2025-07-15T19:40:33.002Z | Downloaded serde_with v3.14.0 |
1051 | 2025-07-15T19:40:33.018Z | Downloaded parse-zoneinfo v0.3.1 |
1052 | 2025-07-15T19:40:33.022Z | Downloaded vcpkg v0.2.15 |
1053 | 2025-07-15T19:40:33.063Z | Downloaded regex-syntax v0.6.29 |
1054 | 2025-07-15T19:40:33.069Z | Downloaded webpki-roots v1.0.1 |
1055 | 2025-07-15T19:40:33.073Z | Downloaded regex v1.11.1 |
1056 | 2025-07-15T19:40:33.085Z | Downloaded rustls-webpki v0.101.7 |
1057 | 2025-07-15T19:40:33.098Z | Downloaded quick-xml v0.37.2 |
1058 | 2025-07-15T19:40:33.103Z | Downloaded openssl v0.10.73 |
1059 | 2025-07-15T19:40:33.112Z | Downloaded rustls v0.21.12 |
1060 | 2025-07-15T19:40:33.122Z | Downloaded rustls v0.23.19 |
1061 | 2025-07-15T19:40:33.132Z | Downloaded rustls-webpki v0.102.8 |
1062 | 2025-07-15T19:40:33.151Z | Downloaded dropshot v0.16.2 |
1063 | 2025-07-15T19:40:33.172Z | Downloaded moka v0.12.10 |
1064 | 2025-07-15T19:40:33.181Z | Downloaded rustls v0.22.4 |
1065 | 2025-07-15T19:40:33.193Z | Downloaded zerocopy v0.8.26 |
1066 | 2025-07-15T19:40:33.215Z | Downloaded nix v0.29.0 |
1067 | 2025-07-15T19:40:33.226Z | Downloaded nix v0.30.1 |
1068 | 2025-07-15T19:40:33.237Z | Downloaded smoltcp v0.11.0 |
1069 | 2025-07-15T19:40:33.249Z | Downloaded nix v0.28.0 |
1070 | 2025-07-15T19:40:33.258Z | Downloaded object v0.30.4 |
1071 | 2025-07-15T19:40:33.266Z | Downloaded typify-impl v0.3.0 |
1072 | 2025-07-15T19:40:33.277Z | Downloaded nix v0.27.1 |
1073 | 2025-07-15T19:40:33.288Z | Downloaded object v0.36.5 |
1074 | 2025-07-15T19:40:33.299Z | Downloaded typify-impl v0.4.1 |
1075 | 2025-07-15T19:40:33.310Z | Downloaded openapiv3 v2.2.0 |
1076 | 2025-07-15T19:40:33.319Z | Downloaded typify-impl v0.2.0 |
1077 | 2025-07-15T19:40:33.332Z | Downloaded sled v0.34.7 |
1078 | 2025-07-15T19:40:33.340Z | Downloaded diesel v2.2.11 |
1079 | 2025-07-15T19:40:33.358Z | Downloaded bstr v1.10.0 |
1080 | 2025-07-15T19:40:33.367Z | Downloaded chrono-tz v0.10.3 |
1081 | 2025-07-15T19:40:33.373Z | Downloaded zerocopy-derive v0.6.6 |
1082 | 2025-07-15T19:40:33.382Z | Downloaded smoltcp v0.9.1 |
1083 | 2025-07-15T19:40:33.392Z | Downloaded ratatui v0.29.0 |
1084 | 2025-07-15T19:40:33.409Z | Downloaded jiff v0.2.15 |
1085 | 2025-07-15T19:40:33.424Z | Downloaded regex-automata v0.4.8 |
1086 | 2025-07-15T19:40:33.438Z | Downloaded lzma-sys v0.1.20 |
1087 | 2025-07-15T19:40:33.467Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1088 | 2025-07-15T19:40:33.476Z | Downloaded regex-syntax v0.8.5 |
1089 | 2025-07-15T19:40:33.483Z | Downloaded petgraph v0.6.5 |
1090 | 2025-07-15T19:40:33.499Z | Downloaded polar-core v0.27.3 |
1091 | 2025-07-15T19:40:33.507Z | Downloaded gimli v0.31.1 |
1092 | 2025-07-15T19:40:33.513Z | Downloaded curve25519-dalek v4.1.3 |
1093 | 2025-07-15T19:40:33.520Z | Downloaded libz-sys v1.1.20 |
1094 | 2025-07-15T19:40:33.539Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1095 | 2025-07-15T19:40:33.554Z | Downloaded petgraph v0.8.2 |
1096 | 2025-07-15T19:40:33.572Z | Downloaded hickory-proto v0.24.4 |
1097 | 2025-07-15T19:40:33.584Z | Downloaded zlib-rs v0.5.1 |
1098 | 2025-07-15T19:40:33.589Z | Downloaded postgres-types v0.2.9 |
1099 | 2025-07-15T19:40:33.592Z | Downloaded sha3 v0.10.8 |
1100 | 2025-07-15T19:40:33.596Z | Downloaded stringprep v0.1.5 |
1101 | 2025-07-15T19:40:33.599Z | Downloaded dropshot_endpoint v0.16.2 |
1102 | 2025-07-15T19:40:33.603Z | Downloaded rustls-pemfile v2.2.0 |
1103 | 2025-07-15T19:40:33.603Z | Downloaded peg-macros v0.8.5 |
1104 | 2025-07-15T19:40:33.607Z | Downloaded display-error-chain v0.2.2 |
1105 | 2025-07-15T19:40:33.607Z | Downloaded blake3 v1.5.4 |
1106 | 2025-07-15T19:40:33.611Z | Downloaded tokio v1.45.1 |
1107 | 2025-07-15T19:40:33.646Z | Downloaded quinn-proto v0.11.8 |
1108 | 2025-07-15T19:40:33.651Z | Downloaded num-rational v0.4.2 |
1109 | 2025-07-15T19:40:33.655Z | Downloaded csv v1.3.1 |
1110 | 2025-07-15T19:40:33.669Z | Downloaded prettyplease v0.2.35 |
1111 | 2025-07-15T19:40:33.673Z | Downloaded serde_cbor v0.11.2 |
1112 | 2025-07-15T19:40:33.676Z | Downloaded h2 v0.4.6 |
1113 | 2025-07-15T19:40:33.681Z | Downloaded half v2.4.1 |
1114 | 2025-07-15T19:40:33.684Z | Downloaded defmt-parser v0.3.4 |
1115 | 2025-07-15T19:40:33.684Z | Downloaded time-core v0.1.2 |
1116 | 2025-07-15T19:40:33.688Z | Downloaded pretty-hex v0.2.1 |
1117 | 2025-07-15T19:40:33.688Z | Downloaded tinyvec v1.8.0 |
1118 | 2025-07-15T19:40:33.692Z | Downloaded time-macros v0.2.18 |
1119 | 2025-07-15T19:40:33.692Z | Downloaded vte v0.11.1 |
1120 | 2025-07-15T19:40:33.695Z | Downloaded slab v0.4.9 |
1121 | 2025-07-15T19:40:33.695Z | Downloaded typify v0.3.0 |
1122 | 2025-07-15T19:40:33.699Z | Downloaded serde_yaml v0.9.34+deprecated |
1123 | 2025-07-15T19:40:33.702Z | Downloaded rayon-core v1.12.1 |
1124 | 2025-07-15T19:40:33.706Z | Downloaded quick-error v1.2.3 |
1125 | 2025-07-15T19:40:33.706Z | Downloaded snafu v0.8.5 |
1126 | 2025-07-15T19:40:33.709Z | Downloaded num-bigint v0.4.6 |
1127 | 2025-07-15T19:40:33.713Z | Downloaded thiserror-no-std v2.0.2 |
1128 | 2025-07-15T19:40:33.717Z | Downloaded zstd-safe v7.2.3 |
1129 | 2025-07-15T19:40:33.720Z | Downloaded whoami v1.5.2 |
1130 | 2025-07-15T19:40:33.729Z | Downloaded yansi v1.0.1 |
1131 | 2025-07-15T19:40:33.729Z | Downloaded progenitor-impl v0.10.0 |
1132 | 2025-07-15T19:40:33.729Z | Downloaded unsafe-libyaml v0.2.11 |
1133 | 2025-07-15T19:40:33.729Z | Downloaded void v1.0.2 |
1134 | 2025-07-15T19:40:33.729Z | Downloaded rustc_version v0.4.1 |
1135 | 2025-07-15T19:40:33.733Z | Downloaded gethostname v0.5.0 |
1136 | 2025-07-15T19:40:33.733Z | Downloaded flagset v0.4.6 |
1137 | 2025-07-15T19:40:33.733Z | Downloaded fallible-iterator v0.2.0 |
1138 | 2025-07-15T19:40:33.737Z | Downloaded ena v0.14.3 |
1139 | 2025-07-15T19:40:33.737Z | Downloaded tls_codec v0.4.1 |
1140 | 2025-07-15T19:40:33.740Z | Downloaded test-strategy v0.4.1 |
1141 | 2025-07-15T19:40:33.744Z | Downloaded steno v0.4.1 |
1142 | 2025-07-15T19:40:33.747Z | Downloaded encoding_rs v0.8.34 |
1143 | 2025-07-15T19:40:33.765Z | Downloaded ring v0.17.14 |
1144 | 2025-07-15T19:40:33.805Z | Downloaded crypto-bigint v0.5.5 |
1145 | 2025-07-15T19:40:33.811Z | Downloaded uzers v0.12.1 |
1146 | 2025-07-15T19:40:33.814Z | Downloaded rustversion v1.0.17 |
1147 | 2025-07-15T19:40:33.817Z | Downloaded toml v0.7.8 |
1148 | 2025-07-15T19:40:33.822Z | Downloaded pin-project v1.1.6 |
1149 | 2025-07-15T19:40:33.829Z | Downloaded libxml v0.3.3 |
1150 | 2025-07-15T19:40:33.834Z | Downloaded env_logger v0.11.5 |
1151 | 2025-07-15T19:40:33.838Z | Downloaded rustls-pki-types v1.10.0 |
1152 | 2025-07-15T19:40:33.841Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1153 | 2025-07-15T19:40:33.891Z | Downloaded miniz_oxide v0.8.5 |
1154 | 2025-07-15T19:40:33.894Z | Downloaded peg-runtime v0.8.5 |
1155 | 2025-07-15T19:40:33.894Z | Downloaded serde_with_macros v3.14.0 |
1156 | 2025-07-15T19:40:33.897Z | Downloaded pkcs5 v0.7.1 |
1157 | 2025-07-15T19:40:33.901Z | Downloaded oso v0.27.3 |
1158 | 2025-07-15T19:40:33.905Z | Downloaded nanorand v0.7.0 |
1159 | 2025-07-15T19:40:33.905Z | Downloaded ff v0.13.0 |
1160 | 2025-07-15T19:40:33.907Z | Downloaded fd-lock v4.0.2 |
1161 | 2025-07-15T19:40:33.908Z | Downloaded der_derive v0.7.3 |
1162 | 2025-07-15T19:40:33.911Z | Downloaded zerocopy v0.6.6 |
1163 | 2025-07-15T19:40:33.911Z | Downloaded itertools v0.10.5 |
1164 | 2025-07-15T19:40:33.916Z | Downloaded half v1.8.3 |
1165 | 2025-07-15T19:40:33.919Z | Downloaded subprocess v0.2.9 |
1166 | 2025-07-15T19:40:33.922Z | Downloaded socket2 v0.5.10 |
1167 | 2025-07-15T19:40:33.925Z | Downloaded zerocopy-derive v0.8.26 |
1168 | 2025-07-15T19:40:33.929Z | Downloaded russh v0.45.0 |
1169 | 2025-07-15T19:40:33.934Z | Downloaded tar v0.4.44 |
1170 | 2025-07-15T19:40:33.937Z | Downloaded pin-project-lite v0.2.14 |
1171 | 2025-07-15T19:40:33.941Z | Downloaded slog-json v2.6.1 |
1172 | 2025-07-15T19:40:33.945Z | Downloaded flume v0.11.1 |
1173 | 2025-07-15T19:40:33.948Z | Downloaded itertools v0.12.1 |
1174 | 2025-07-15T19:40:33.953Z | Downloaded hkdf v0.12.4 |
1175 | 2025-07-15T19:40:33.956Z | Downloaded crossbeam-channel v0.5.15 |
1176 | 2025-07-15T19:40:33.960Z | Downloaded cc v1.2.15 |
1177 | 2025-07-15T19:40:33.963Z | Downloaded foreign-types-macros v0.2.3 |
1178 | 2025-07-15T19:40:33.966Z | Downloaded float-cmp v0.10.0 |
1179 | 2025-07-15T19:40:33.966Z | Downloaded twox-hash v2.1.0 |
1180 | 2025-07-15T19:40:33.969Z | Downloaded itertools v0.14.0 |
1181 | 2025-07-15T19:40:33.973Z | Downloaded difflib v0.4.0 |
1182 | 2025-07-15T19:40:33.976Z | Downloaded deranged v0.3.11 |
1183 | 2025-07-15T19:40:33.976Z | Downloaded defmt-macros v0.3.9 |
1184 | 2025-07-15T19:40:33.980Z | Downloaded zip v0.6.6 |
1185 | 2025-07-15T19:40:33.983Z | Downloaded pem-rfc7468 v0.7.0 |
1186 | 2025-07-15T19:40:33.983Z | Downloaded resolv-conf v0.7.0 |
1187 | 2025-07-15T19:40:33.987Z | Downloaded dirs-sys-next v0.1.2 |
1188 | 2025-07-15T19:40:33.987Z | Downloaded support-bundle-viewer v0.1.2 |
1189 | 2025-07-15T19:40:33.990Z | Downloaded tokio-rustls v0.24.1 |
1190 | 2025-07-15T19:40:33.990Z | Downloaded derive-where v1.5.0 |
1191 | 2025-07-15T19:40:33.993Z | Downloaded term v0.7.0 |
1192 | 2025-07-15T19:40:33.996Z | Downloaded tungstenite v0.23.0 |
1193 | 2025-07-15T19:40:33.999Z | Downloaded signal-hook v0.3.17 |
1194 | 2025-07-15T19:40:34.003Z | Downloaded bytes v1.10.1 |
1195 | 2025-07-15T19:40:34.008Z | Downloaded vte_generate_state_changes v0.1.2 |
1196 | 2025-07-15T19:40:34.008Z | Downloaded try-lock v0.2.5 |
1197 | 2025-07-15T19:40:34.009Z | Downloaded sync_wrapper v1.0.1 |
1198 | 2025-07-15T19:40:34.012Z | Downloaded dyn-clone v1.0.19 |
1199 | 2025-07-15T19:40:34.012Z | Downloaded globwalk v0.9.1 |
1200 | 2025-07-15T19:40:34.012Z | Downloaded defmt v0.3.8 |
1201 | 2025-07-15T19:40:34.015Z | Downloaded slog-term v2.9.1 |
1202 | 2025-07-15T19:40:34.015Z | Downloaded prefix-trie v0.7.0 |
1203 | 2025-07-15T19:40:34.018Z | Downloaded glob v0.3.2 |
1204 | 2025-07-15T19:40:34.021Z | Downloaded either v1.15.0 |
1205 | 2025-07-15T19:40:34.021Z | Downloaded ed25519 v2.2.3 |
1206 | 2025-07-15T19:40:34.024Z | Downloaded progenitor v0.9.1 |
1207 | 2025-07-15T19:40:34.024Z | Downloaded progenitor v0.8.0 |
1208 | 2025-07-15T19:40:34.024Z | Downloaded tower-layer v0.3.3 |
1209 | 2025-07-15T19:40:34.028Z | Downloaded http v1.3.1 |
1210 | 2025-07-15T19:40:34.033Z | Downloaded crossbeam-utils v0.8.21 |
1211 | 2025-07-15T19:40:34.033Z | Downloaded cookie v0.18.1 |
1212 | 2025-07-15T19:40:34.036Z | Downloaded clang-sys v1.8.1 |
1213 | 2025-07-15T19:40:34.036Z | Downloaded futures-io v0.3.31 |
1214 | 2025-07-15T19:40:34.040Z | Downloaded slog-scope v4.4.0 |
1215 | 2025-07-15T19:40:34.040Z | Downloaded slog-async v2.8.0 |
1216 | 2025-07-15T19:40:34.040Z | Downloaded hickory-server v0.25.2 |
1217 | 2025-07-15T19:40:34.043Z | Downloaded litrs v0.4.1 |
1218 | 2025-07-15T19:40:34.046Z | Downloaded ignore v0.4.23 |
1219 | 2025-07-15T19:40:34.049Z | Downloaded hickory-client v0.25.2 |
1220 | 2025-07-15T19:40:34.053Z | Downloaded crossbeam-deque v0.8.5 |
1221 | 2025-07-15T19:40:34.053Z | Downloaded crc32fast v1.4.2 |
1222 | 2025-07-15T19:40:34.053Z | Downloaded const_format_proc_macros v0.2.34 |
1223 | 2025-07-15T19:40:34.056Z | Downloaded chacha20 v0.9.1 |
1224 | 2025-07-15T19:40:34.056Z | Downloaded async-bb8-diesel v0.2.1 |
1225 | 2025-07-15T19:40:34.059Z | Downloaded termcolor v1.4.1 |
1226 | 2025-07-15T19:40:34.059Z | Downloaded ciborium v0.2.2 |
1227 | 2025-07-15T19:40:34.063Z | Downloaded cexpr v0.6.0 |
1228 | 2025-07-15T19:40:34.067Z | Downloaded bumpalo v3.16.0 |
1229 | 2025-07-15T19:40:34.067Z | Downloaded memmap2 v0.9.5 |
1230 | 2025-07-15T19:40:34.067Z | Downloaded libloading v0.8.5 |
1231 | 2025-07-15T19:40:34.071Z | Downloaded hyper-rustls v0.27.7 |
1232 | 2025-07-15T19:40:34.074Z | Downloaded lock_api v0.4.12 |
1233 | 2025-07-15T19:40:34.074Z | Downloaded lalrpop-util v0.19.12 |
1234 | 2025-07-15T19:40:34.074Z | Downloaded httparse v1.9.5 |
1235 | 2025-07-15T19:40:34.077Z | Downloaded console v0.15.10 |
1236 | 2025-07-15T19:40:34.081Z | Downloaded cancel-safe-futures v0.1.5 |
1237 | 2025-07-15T19:40:34.084Z | Downloaded bit-vec v0.8.0 |
1238 | 2025-07-15T19:40:34.084Z | Downloaded base16ct v0.2.0 |
1239 | 2025-07-15T19:40:34.084Z | Downloaded argon2 v0.5.3 |
1240 | 2025-07-15T19:40:34.087Z | Downloaded heck v0.3.3 |
1241 | 2025-07-15T19:40:34.088Z | Downloaded progenitor-macro v0.10.0 |
1242 | 2025-07-15T19:40:34.088Z | Downloaded proc-macro-crate v1.3.1 |
1243 | 2025-07-15T19:40:34.092Z | Downloaded predicates-tree v1.0.12 |
1244 | 2025-07-15T19:40:34.092Z | Downloaded ingot-macros v0.1.0 |
1245 | 2025-07-15T19:40:34.092Z | Downloaded ingot v0.1.0 |
1246 | 2025-07-15T19:40:34.095Z | Downloaded cmake v0.1.51 |
1247 | 2025-07-15T19:40:34.095Z | Downloaded base64 v0.22.1 |
1248 | 2025-07-15T19:40:34.099Z | Downloaded strum v0.26.3 |
1249 | 2025-07-15T19:40:34.099Z | Downloaded rustls-pemfile v1.0.4 |
1250 | 2025-07-15T19:40:34.102Z | Downloaded rtoolbox v0.0.2 |
1251 | 2025-07-15T19:40:34.103Z | Downloaded iana-time-zone v0.1.63 |
1252 | 2025-07-15T19:40:34.106Z | Downloaded base64ct v1.6.0 |
1253 | 2025-07-15T19:40:34.106Z | Downloaded managed v0.8.0 |
1254 | 2025-07-15T19:40:34.109Z | Downloaded libsw v3.5.0 |
1255 | 2025-07-15T19:40:34.109Z | Downloaded lockfree-object-pool v0.1.6 |
1256 | 2025-07-15T19:40:34.112Z | Downloaded libz-rs-sys v0.5.1 |
1257 | 2025-07-15T19:40:34.112Z | Downloaded indent_write v2.2.0 |
1258 | 2025-07-15T19:40:34.112Z | Downloaded chrono-tz-build v0.4.0 |
1259 | 2025-07-15T19:40:34.112Z | Downloaded cargo_metadata v0.18.1 |
1260 | 2025-07-15T19:40:34.117Z | Downloaded bb8 v0.8.5 |
1261 | 2025-07-15T19:40:34.117Z | Downloaded hex-literal v0.4.1 |
1262 | 2025-07-15T19:40:34.117Z | Downloaded cbc v0.1.2 |
1263 | 2025-07-15T19:40:34.120Z | Downloaded castaway v0.2.3 |
1264 | 2025-07-15T19:40:34.120Z | Downloaded keccak v0.1.5 |
1265 | 2025-07-15T19:40:34.121Z | Downloaded jobserver v0.1.32 |
1266 | 2025-07-15T19:40:34.124Z | Downloaded is-terminal v0.4.13 |
1267 | 2025-07-15T19:40:34.124Z | Downloaded hyper-tls v0.6.0 |
1268 | 2025-07-15T19:40:34.124Z | Downloaded hyper-staticfile v0.10.1 |
1269 | 2025-07-15T19:40:34.127Z | Downloaded indoc v2.0.6 |
1270 | 2025-07-15T19:40:34.127Z | Downloaded indoc v1.0.9 |
1271 | 2025-07-15T19:40:34.131Z | Downloaded impl-trait-for-tuples v0.2.2 |
1272 | 2025-07-15T19:40:34.134Z | Downloaded hubpack v0.1.2 |
1273 | 2025-07-15T19:40:34.134Z | Downloaded cipher v0.4.4 |
1274 | 2025-07-15T19:40:34.135Z | Downloaded lazy_static v1.5.0 |
1275 | 2025-07-15T19:40:34.138Z | Downloaded internet-checksum v0.2.1 |
1276 | 2025-07-15T19:40:34.138Z | Downloaded instability v0.3.2 |
1277 | 2025-07-15T19:40:34.138Z | Downloaded httpdate v1.0.3 |
1278 | 2025-07-15T19:40:34.141Z | Downloaded crc v3.2.1 |
1279 | 2025-07-15T19:40:34.141Z | Downloaded bitflags v1.3.2 |
1280 | 2025-07-15T19:40:34.145Z | Downloaded bit-set v0.5.3 |
1281 | 2025-07-15T19:40:34.149Z | Downloaded arrayref v0.3.9 |
1282 | 2025-07-15T19:40:34.149Z | Downloaded bcs v0.1.6 |
1283 | 2025-07-15T19:40:34.149Z | Downloaded bit-set v0.8.0 |
1284 | 2025-07-15T19:40:34.152Z | Downloaded assert_matches v1.5.0 |
1285 | 2025-07-15T19:40:34.484Z | Downloaded aws-lc-sys v0.26.0 |
1286 | 2025-07-15T19:40:34.790Z | Compiling value-bag v1.9.0 |
1287 | 2025-07-15T19:40:34.790Z | Compiling shlex v1.3.0 |
1288 | 2025-07-15T19:40:34.790Z | Compiling lock_api v0.4.12 |
1289 | 2025-07-15T19:40:34.794Z | Compiling scopeguard v1.2.0 |
1290 | 2025-07-15T19:40:34.794Z | Compiling typenum v1.17.0 |
1291 | 2025-07-15T19:40:34.794Z | Compiling generic-array v0.14.7 |
1292 | 2025-07-15T19:40:34.794Z | Compiling syn v2.0.104 |
1293 | 2025-07-15T19:40:34.794Z | Compiling getrandom v0.2.15 |
1294 | 2025-07-15T19:40:35.130Z | Compiling jobserver v0.1.32 |
1295 | 2025-07-15T19:40:35.271Z | Compiling rand_core v0.6.4 |
1296 | 2025-07-15T19:40:35.320Z | Compiling log v0.4.27 |
1297 | 2025-07-15T19:40:35.410Z | Compiling smallvec v1.15.0 |
1298 | 2025-07-15T19:40:35.515Z | Compiling cc v1.2.15 |
1299 | 2025-07-15T19:40:35.773Z | Compiling portable-atomic v1.11.0 |
1300 | 2025-07-15T19:40:35.800Z | Compiling critical-section v1.1.3 |
1301 | 2025-07-15T19:40:35.878Z | Compiling subtle v2.6.1 |
1302 | 2025-07-15T19:40:35.966Z | Compiling const-oid v0.9.6 |
1303 | 2025-07-15T19:40:35.985Z | Compiling pkg-config v0.3.31 |
1304 | 2025-07-15T19:40:36.003Z | Compiling pin-project-lite v0.2.14 |
1305 | 2025-07-15T19:40:36.182Z | Compiling parking_lot_core v0.9.10 |
1306 | 2025-07-15T19:40:36.234Z | Compiling rustix v0.38.37 |
1307 | 2025-07-15T19:40:37.085Z | Compiling signal-hook-registry v1.4.2 |
1308 | 2025-07-15T19:40:37.186Z | Compiling parking_lot v0.12.3 |
1309 | 2025-07-15T19:40:37.189Z | Compiling mio v1.0.2 |
1310 | 2025-07-15T19:40:37.189Z | Compiling futures-core v0.3.31 |
1311 | 2025-07-15T19:40:37.476Z | Compiling spin v0.9.8 |
1312 | 2025-07-15T19:40:37.772Z | Compiling socket2 v0.5.10 |
1313 | 2025-07-15T19:40:37.862Z | Compiling once_cell v1.21.3 |
1314 | 2025-07-15T19:40:37.966Z | Compiling slab v0.4.9 |
1315 | 2025-07-15T19:40:37.998Z | Compiling aho-corasick v1.1.3 |
1316 | 2025-07-15T19:40:38.104Z | Compiling serde_json v1.0.140 |
1317 | 2025-07-15T19:40:38.344Z | Compiling either v1.15.0 |
1318 | 2025-07-15T19:40:38.366Z | Compiling cpufeatures v0.2.14 |
1319 | 2025-07-15T19:40:38.406Z | Compiling regex-syntax v0.8.5 |
1320 | 2025-07-15T19:40:38.460Z | Compiling libm v0.2.8 |
1321 | 2025-07-15T19:40:38.630Z | Compiling num-traits v0.2.19 |
1322 | 2025-07-15T19:40:38.674Z | Compiling glob v0.3.2 |
1323 | 2025-07-15T19:40:38.765Z | Compiling getrandom v0.3.1 |
1324 | 2025-07-15T19:40:38.839Z | Compiling futures-sink v0.3.31 |
1325 | 2025-07-15T19:40:38.964Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-07-15T19:40:39.377Z | Compiling prettyplease v0.2.35 |
1327 | 2025-07-15T19:40:39.550Z | Compiling clang-sys v1.8.1 |
1328 | 2025-07-15T19:40:39.590Z | Compiling lazy_static v1.5.0 |
1329 | 2025-07-15T19:40:39.751Z | Compiling allocator-api2 v0.2.21 |
1330 | 2025-07-15T19:40:39.776Z | Compiling foldhash v0.1.5 |
1331 | 2025-07-15T19:40:39.918Z | Compiling minimal-lexical v0.2.1 |
1332 | 2025-07-15T19:40:40.204Z | Compiling libloading v0.8.5 |
1333 | 2025-07-15T19:40:40.455Z | Compiling hashbrown v0.15.4 |
1334 | 2025-07-15T19:40:40.477Z | Compiling nom v7.1.3 |
1335 | 2025-07-15T19:40:40.620Z | Compiling base64ct v1.6.0 |
1336 | 2025-07-15T19:40:40.626Z | Compiling bindgen v0.69.5 |
1337 | 2025-07-15T19:40:41.234Z | Compiling home v0.5.9 |
1338 | 2025-07-15T19:40:41.467Z | Compiling pem-rfc7468 v0.7.0 |
1339 | 2025-07-15T19:40:41.728Z | Compiling futures-channel v0.3.31 |
1340 | 2025-07-15T19:40:42.057Z | Compiling regex-automata v0.4.8 |
1341 | 2025-07-15T19:40:42.085Z | Compiling itertools v0.12.1 |
1342 | 2025-07-15T19:40:42.142Z | Compiling synstructure v0.13.1 |
1343 | 2025-07-15T19:40:43.589Z | Compiling cexpr v0.6.0 |
1344 | 2025-07-15T19:40:43.801Z | Compiling flagset v0.4.6 |
1345 | 2025-07-15T19:40:44.030Z | Compiling pin-utils v0.1.0 |
1346 | 2025-07-15T19:40:44.135Z | Compiling futures-task v0.3.31 |
1347 | 2025-07-15T19:40:44.259Z | Compiling rustc-hash v1.1.0 |
1348 | 2025-07-15T19:40:44.434Z | Compiling futures-io v0.3.31 |
1349 | 2025-07-15T19:40:44.451Z | Compiling lazycell v1.3.0 |
1350 | 2025-07-15T19:40:44.645Z | Compiling cmake v0.1.51 |
1351 | 2025-07-15T19:40:44.710Z | Compiling fs_extra v1.3.0 |
1352 | 2025-07-15T19:40:44.826Z | Compiling dunce v1.0.5 |
1353 | 2025-07-15T19:40:44.979Z | Compiling zerocopy v0.8.26 |
1354 | 2025-07-15T19:40:45.122Z | Compiling form_urlencoded v1.2.1 |
1355 | 2025-07-15T19:40:45.144Z | Compiling paste v1.0.15 |
1356 | 2025-07-15T19:40:45.263Z | Compiling vcpkg v0.2.15 |
1357 | 2025-07-15T19:40:45.432Z | Compiling crossbeam-utils v0.8.21 |
1358 | 2025-07-15T19:40:45.458Z | Compiling ring v0.17.14 |
1359 | 2025-07-15T19:40:45.818Z | Compiling tracing-core v0.1.32 |
1360 | 2025-07-15T19:40:46.016Z | Compiling aws-lc-rs v1.12.4 |
1361 | 2025-07-15T19:40:46.467Z | Compiling iana-time-zone v0.1.63 |
1362 | 2025-07-15T19:40:46.816Z | Compiling rustversion v1.0.17 |
1363 | 2025-07-15T19:40:46.835Z | Compiling openssl-sys v0.9.109 |
1364 | 2025-07-15T19:40:46.979Z | Compiling rustls-pki-types v1.10.0 |
1365 | 2025-07-15T19:40:47.000Z | Compiling serde_derive v1.0.219 |
1366 | 2025-07-15T19:40:47.484Z | Compiling zeroize_derive v1.4.2 |
1367 | 2025-07-15T19:40:47.820Z | Compiling zerofrom-derive v0.1.4 |
1368 | 2025-07-15T19:40:47.843Z | Compiling yoke-derive v0.7.4 |
1369 | 2025-07-15T19:40:47.863Z | Compiling zerovec-derive v0.10.3 |
1370 | 2025-07-15T19:40:48.812Z | Compiling zeroize v1.8.1 |
1371 | 2025-07-15T19:40:50.173Z | Compiling displaydoc v0.2.5 |
1372 | 2025-07-15T19:40:50.489Z | Compiling crypto-common v0.1.6 |
1373 | 2025-07-15T19:40:50.554Z | Compiling block-buffer v0.10.4 |
1374 | 2025-07-15T19:40:50.720Z | Compiling zerocopy-derive v0.7.35 |
1375 | 2025-07-15T19:40:50.823Z | Compiling digest v0.10.7 |
1376 | 2025-07-15T19:40:51.184Z | Compiling zerofrom v0.1.4 |
1377 | 2025-07-15T19:40:51.305Z | Compiling tokio-macros v2.5.0 |
1378 | 2025-07-15T19:40:51.308Z | Compiling hmac v0.12.1 |
1379 | 2025-07-15T19:40:51.397Z | Compiling yoke v0.7.4 |
1380 | 2025-07-15T19:40:51.566Z | Compiling icu_provider_macros v1.5.0 |
1381 | 2025-07-15T19:40:51.586Z | Compiling block-padding v0.3.3 |
1382 | 2025-07-15T19:40:51.718Z | Compiling zerovec v0.10.4 |
1383 | 2025-07-15T19:40:51.839Z | Compiling inout v0.1.3 |
1384 | 2025-07-15T19:40:52.122Z | Compiling cipher v0.4.4 |
1385 | 2025-07-15T19:40:52.142Z | Compiling sha2 v0.10.9 |
1386 | 2025-07-15T19:40:52.212Z | Compiling regex v1.11.1 |
1387 | 2025-07-15T19:40:52.561Z | Compiling zerocopy v0.7.35 |
1388 | 2025-07-15T19:40:52.599Z | Compiling futures-macro v0.3.31 |
1389 | 2025-07-15T19:40:52.651Z | Compiling der_derive v0.7.3 |
1390 | 2025-07-15T19:40:52.703Z | Compiling thiserror-impl v1.0.69 |
1391 | 2025-07-15T19:40:53.171Z | Compiling salsa20 v0.10.2 |
1392 | 2025-07-15T19:40:53.422Z | Compiling pbkdf2 v0.12.2 |
1393 | 2025-07-15T19:40:53.617Z | Compiling tinystr v0.7.6 |
1394 | 2025-07-15T19:40:53.779Z | Compiling icu_collections v1.5.0 |
1395 | 2025-07-15T19:40:53.987Z | Compiling icu_locid v1.5.0 |
1396 | 2025-07-15T19:40:53.987Z | Compiling ppv-lite86 v0.2.20 |
1397 | 2025-07-15T19:40:54.091Z | Compiling serde v1.0.219 |
1398 | 2025-07-15T19:40:54.490Z | Compiling futures-util v0.3.31 |
1399 | 2025-07-15T19:40:54.718Z | Compiling zerocopy-derive v0.8.26 |
1400 | 2025-07-15T19:40:54.880Z | Compiling der v0.7.9 |
1401 | 2025-07-15T19:40:54.984Z | Compiling scrypt v0.11.0 |
1402 | 2025-07-15T19:40:55.486Z | Compiling icu_provider v1.5.0 |
1403 | 2025-07-15T19:40:55.486Z | Compiling cbc v0.1.2 |
1404 | 2025-07-15T19:40:55.588Z | Compiling thiserror v1.0.69 |
1405 | 2025-07-15T19:40:55.750Z | Compiling aes v0.8.4 |
1406 | 2025-07-15T19:40:55.753Z | Compiling pest v2.7.14 |
1407 | 2025-07-15T19:40:55.935Z | Compiling tracing-attributes v0.1.27 |
1408 | 2025-07-15T19:40:56.410Z | Compiling icu_locid_transform v1.5.0 |
1409 | 2025-07-15T19:40:57.658Z | Compiling icu_properties v1.5.1 |
1410 | 2025-07-15T19:40:57.807Z | Compiling spki v0.7.3 |
1411 | 2025-07-15T19:40:58.512Z | Compiling pkcs5 v0.7.1 |
1412 | 2025-07-15T19:40:58.682Z | Compiling pest_meta v2.7.14 |
1413 | 2025-07-15T19:40:58.687Z | Compiling scroll_derive v0.12.0 |
1414 | 2025-07-15T19:40:59.147Z | Compiling tracing v0.1.40 |
1415 | 2025-07-15T19:40:59.501Z | Compiling bitflags v2.9.1 |
1416 | 2025-07-15T19:40:59.523Z | Compiling bytes v1.10.1 |
1417 | 2025-07-15T19:40:59.634Z | Compiling semver v1.0.26 |
1418 | 2025-07-15T19:41:00.096Z | Compiling indexmap v2.10.0 |
1419 | 2025-07-15T19:41:00.291Z | Compiling rustc_version v0.4.1 |
1420 | 2025-07-15T19:41:00.907Z | Compiling tokio v1.45.1 |
1421 | 2025-07-15T19:41:00.966Z | Compiling http v1.3.1 |
1422 | 2025-07-15T19:41:01.468Z | Compiling icu_normalizer v1.5.0 |
1423 | 2025-07-15T19:41:01.728Z | Compiling uuid v1.17.0 |
1424 | 2025-07-15T19:41:02.092Z | Compiling chrono v0.4.41 |
1425 | 2025-07-15T19:41:02.644Z | Compiling idna_adapter v1.2.0 |
1426 | 2025-07-15T19:41:02.887Z | Compiling idna v1.0.3 |
1427 | 2025-07-15T19:41:03.084Z | Compiling http-body v1.0.1 |
1428 | 2025-07-15T19:41:03.105Z | Compiling pkcs8 v0.10.2 |
1429 | 2025-07-15T19:41:03.134Z | Compiling base64 v0.22.1 |
1430 | 2025-07-15T19:41:03.202Z | Compiling httparse v1.9.5 |
1431 | 2025-07-15T19:41:03.349Z | Compiling tinyvec_macros v0.1.1 |
1432 | 2025-07-15T19:41:03.464Z | Compiling which v4.4.2 |
1433 | 2025-07-15T19:41:03.751Z | Compiling url v2.5.4 |
1434 | 2025-07-15T19:41:03.977Z | Compiling tinyvec v1.8.0 |
1435 | 2025-07-15T19:41:03.999Z | Compiling rand_core v0.9.2 |
1436 | 2025-07-15T19:41:04.422Z | Compiling scroll v0.12.0 |
1437 | 2025-07-15T19:41:04.442Z | Compiling pest_generator v2.7.14 |
1438 | 2025-07-15T19:41:04.542Z | Compiling serde_derive_internals v0.29.1 |
1439 | 2025-07-15T19:41:04.915Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1440 | 2025-07-15T19:41:05.403Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1441 | 2025-07-15T19:41:05.423Z | Compiling untrusted v0.7.1 |
1442 | 2025-07-15T19:41:05.446Z | Compiling powerfmt v0.2.0 |
1443 | 2025-07-15T19:41:05.469Z | Compiling schemars v0.8.22 |
1444 | 2025-07-15T19:41:05.627Z | Compiling openssl v0.10.73 |
1445 | 2025-07-15T19:41:05.837Z | Compiling adler2 v2.0.0 |
1446 | 2025-07-15T19:41:05.853Z | Compiling tower-service v0.3.3 |
1447 | 2025-07-15T19:41:05.993Z | Compiling num-conv v0.1.0 |
1448 | 2025-07-15T19:41:06.059Z | Compiling time-core v0.1.2 |
1449 | 2025-07-15T19:41:06.059Z | Compiling openssl-probe v0.1.5 |
1450 | 2025-07-15T19:41:06.126Z | Compiling untrusted v0.9.0 |
1451 | 2025-07-15T19:41:06.189Z | Compiling atomic-waker v1.1.2 |
1452 | 2025-07-15T19:41:06.260Z | Compiling try-lock v0.2.5 |
1453 | 2025-07-15T19:41:06.287Z | Compiling foreign-types-shared v0.1.1 |
1454 | 2025-07-15T19:41:06.379Z | Compiling time-macros v0.2.18 |
1455 | 2025-07-15T19:41:06.403Z | Compiling foreign-types v0.3.2 |
1456 | 2025-07-15T19:41:06.422Z | Compiling want v0.3.1 |
1457 | 2025-07-15T19:41:06.426Z | Compiling goblin v0.8.2 |
1458 | 2025-07-15T19:41:06.505Z | Compiling pest_derive v2.7.14 |
1459 | 2025-07-15T19:41:06.646Z | Compiling schemars_derive v0.8.22 |
1460 | 2025-07-15T19:41:07.257Z | Compiling miniz_oxide v0.8.5 |
1461 | 2025-07-15T19:41:08.736Z | Compiling deranged v0.3.11 |
1462 | 2025-07-15T19:41:09.246Z | Compiling tokio-util v0.7.15 |
1463 | 2025-07-15T19:41:10.331Z | Compiling h2 v0.4.6 |
1464 | 2025-07-15T19:41:10.586Z | Compiling rand_chacha v0.9.0 |
1465 | 2025-07-15T19:41:11.288Z | Compiling ipnet v2.11.0 |
1466 | 2025-07-15T19:41:12.389Z | Compiling openssl-macros v0.1.1 |
1467 | 2025-07-15T19:41:12.541Z | Compiling native-tls v0.2.12 |
1468 | 2025-07-15T19:41:12.806Z | Compiling num_threads v0.1.7 |
1469 | 2025-07-15T19:41:12.904Z | Compiling dyn-clone v1.0.19 |
1470 | 2025-07-15T19:41:12.963Z | Compiling syn v1.0.109 |
1471 | 2025-07-15T19:41:13.150Z | Compiling httpdate v1.0.3 |
1472 | 2025-07-15T19:41:13.182Z | Compiling rustls v0.23.19 |
1473 | 2025-07-15T19:41:13.700Z | Compiling time v0.3.36 |
1474 | 2025-07-15T19:41:13.894Z | Compiling dof v0.3.0 |
1475 | 2025-07-15T19:41:15.198Z | Compiling rand v0.9.1 |
1476 | 2025-07-15T19:41:15.770Z | Compiling dtrace-parser v0.2.0 |
1477 | 2025-07-15T19:41:16.805Z | Compiling unicode-normalization v0.1.24 |
1478 | 2025-07-15T19:41:16.934Z | Compiling heapless v0.7.17 |
1479 | 2025-07-15T19:41:17.357Z | Compiling hyper v1.6.0 |
1480 | 2025-07-15T19:41:17.639Z | Compiling signature v2.2.0 |
1481 | 2025-07-15T19:41:17.839Z | Compiling crossbeam-epoch v0.9.18 |
1482 | 2025-07-15T19:41:17.959Z | Compiling cookie v0.18.1 |
1483 | 2025-07-15T19:41:17.983Z | Compiling crc32fast v1.4.2 |
1484 | 2025-07-15T19:41:18.291Z | Compiling zstd-safe v7.2.3 |
1485 | 2025-07-15T19:41:18.354Z | Compiling signal-hook v0.3.17 |
1486 | 2025-07-15T19:41:18.506Z | Compiling zlib-rs v0.5.1 |
1487 | 2025-07-15T19:41:18.642Z | Compiling slog v2.7.0 |
1488 | 2025-07-15T19:41:18.663Z | Compiling unicode-bidi v0.3.17 |
1489 | 2025-07-15T19:41:19.153Z | Compiling siphasher v0.3.11 |
1490 | 2025-07-15T19:41:19.522Z | Compiling rayon-core v1.12.1 |
1491 | 2025-07-15T19:41:19.569Z | Compiling unicode-properties v0.1.3 |
1492 | 2025-07-15T19:41:19.784Z | Compiling hyper-util v0.1.14 |
1493 | 2025-07-15T19:41:19.858Z | Compiling phf_shared v0.11.2 |
1494 | 2025-07-15T19:41:19.966Z | Compiling stringprep v0.1.5 |
1495 | 2025-07-15T19:41:20.729Z | Compiling crossbeam-deque v0.8.5 |
1496 | 2025-07-15T19:41:20.844Z | Compiling usdt-impl v0.5.0 |
1497 | 2025-07-15T19:41:20.921Z | Compiling curve25519-dalek v4.1.3 |
1498 | 2025-07-15T19:41:20.961Z | Compiling serde_spanned v0.6.9 |
1499 | 2025-07-15T19:41:21.079Z | Compiling toml_datetime v0.6.11 |
1500 | 2025-07-15T19:41:21.191Z | Compiling serde_tokenstream v0.2.2 |
1501 | 2025-07-15T19:41:21.581Z | Compiling rand_chacha v0.3.1 |
1502 | 2025-07-15T19:41:21.625Z | Compiling md-5 v0.10.6 |
1503 | 2025-07-15T19:41:21.746Z | Compiling num-integer v0.1.46 |
1504 | 2025-07-15T19:41:21.913Z | Compiling sync_wrapper v1.0.1 |
1505 | 2025-07-15T19:41:22.081Z | Compiling ff v0.13.0 |
1506 | 2025-07-15T19:41:22.103Z | Compiling hash32 v0.2.1 |
1507 | 2025-07-15T19:41:22.324Z | Compiling memoffset v0.9.1 |
1508 | 2025-07-15T19:41:22.456Z | Compiling num-bigint-dig v0.8.4 |
1509 | 2025-07-15T19:41:22.485Z | Compiling psl-types v2.0.11 |
1510 | 2025-07-15T19:41:22.656Z | Compiling newtype-uuid v1.2.4 |
1511 | 2025-07-15T19:41:22.708Z | Compiling smoltcp v0.9.1 |
1512 | 2025-07-15T19:41:22.768Z | Compiling fallible-iterator v0.2.0 |
1513 | 2025-07-15T19:41:22.958Z | Compiling cfg_aliases v0.2.1 |
1514 | 2025-07-15T19:41:23.116Z | Compiling tower-layer v0.3.3 |
1515 | 2025-07-15T19:41:23.285Z | Compiling gimli v0.31.1 |
1516 | 2025-07-15T19:41:23.348Z | Compiling base16ct v0.2.0 |
1517 | 2025-07-15T19:41:23.435Z | Compiling litrs v0.4.1 |
1518 | 2025-07-15T19:41:23.458Z | Compiling tower v0.5.2 |
1519 | 2025-07-15T19:41:23.700Z | Compiling sec1 v0.7.3 |
1520 | 2025-07-15T19:41:23.795Z | Compiling postgres-protocol v0.6.8 |
1521 | 2025-07-15T19:41:24.260Z | Compiling nix v0.29.0 |
1522 | 2025-07-15T19:41:24.369Z | Compiling publicsuffix v2.3.0 |
1523 | 2025-07-15T19:41:24.461Z | Compiling document-features v0.2.10 |
1524 | 2025-07-15T19:41:24.833Z | Compiling libz-rs-sys v0.5.1 |
1525 | 2025-07-15T19:41:25.073Z | Compiling flate2 v1.1.2 |
1526 | 2025-07-15T19:41:25.138Z | Compiling group v0.13.0 |
1527 | 2025-07-15T19:41:25.473Z | Compiling num-iter v0.1.45 |
1528 | 2025-07-15T19:41:25.529Z | Compiling rand v0.8.5 |
1529 | 2025-07-15T19:41:26.322Z | Compiling tokio-native-tls v0.3.1 |
1530 | 2025-07-15T19:41:26.702Z | Compiling ipnetwork v0.21.1 |
1531 | 2025-07-15T19:41:26.780Z | Compiling strum_macros v0.27.1 |
1532 | 2025-07-15T19:41:28.092Z | Compiling rustls-native-certs v0.8.1 |
1533 | 2025-07-15T19:41:28.096Z | Compiling addr2line v0.24.2 |
1534 | 2025-07-15T19:41:28.096Z | Compiling terminal_size v0.4.0 |
1535 | 2025-07-15T19:41:28.096Z | Compiling http-body-util v0.1.3 |
1536 | 2025-07-15T19:41:28.096Z | Compiling hkdf v0.12.4 |
1537 | 2025-07-15T19:41:28.096Z | Compiling crypto-bigint v0.5.5 |
1538 | 2025-07-15T19:41:28.096Z | Compiling webpki-roots v1.0.1 |
1539 | 2025-07-15T19:41:28.096Z | Compiling thiserror-impl v2.0.12 |
1540 | 2025-07-15T19:41:28.096Z | Compiling async-trait v0.1.88 |
1541 | 2025-07-15T19:41:28.096Z | Compiling curve25519-dalek-derive v0.1.1 |
1542 | 2025-07-15T19:41:28.111Z | Compiling fs-err v3.1.1 |
1543 | 2025-07-15T19:41:28.459Z | Compiling ahash v0.8.11 |
1544 | 2025-07-15T19:41:28.827Z | Compiling object v0.36.5 |
1545 | 2025-07-15T19:41:29.357Z | Compiling winnow v0.5.40 |
1546 | 2025-07-15T19:41:30.451Z | Compiling lockfree-object-pool v0.1.6 |
1547 | 2025-07-15T19:41:30.726Z | Compiling simd-adler32 v0.3.7 |
1548 | 2025-07-15T19:41:31.012Z | Compiling bitflags v1.3.2 |
1549 | 2025-07-15T19:41:31.133Z | Compiling buf-list v1.0.3 |
1550 | 2025-07-15T19:41:31.266Z | Compiling bumpalo v3.16.0 |
1551 | 2025-07-15T19:41:31.672Z | Compiling rustc-demangle v0.1.24 |
1552 | 2025-07-15T19:41:31.727Z | Compiling anyhow v1.0.98 |
1553 | 2025-07-15T19:41:31.749Z | Compiling iri-string v0.7.8 |
1554 | 2025-07-15T19:41:32.362Z | Compiling managed v0.8.0 |
1555 | 2025-07-15T19:41:32.499Z | Compiling hubpack_derive v0.1.1 |
1556 | 2025-07-15T19:41:32.525Z | Compiling toml_edit v0.19.15 |
1557 | 2025-07-15T19:41:32.736Z | Compiling clap_builder v4.5.40 |
1558 | 2025-07-15T19:41:33.376Z | Compiling hubpack v0.1.2 |
1559 | 2025-07-15T19:41:33.884Z | Compiling console v0.15.10 |
1560 | 2025-07-15T19:41:33.963Z | Compiling strum v0.27.1 |
1561 | 2025-07-15T19:41:34.195Z | Compiling zopfli v0.8.1 |
1562 | 2025-07-15T19:41:34.763Z | Compiling tower-http v0.6.6 |
1563 | 2025-07-15T19:41:35.151Z | Compiling thiserror v2.0.12 |
1564 | 2025-07-15T19:41:35.329Z | Compiling backtrace v0.3.74 |
1565 | 2025-07-15T19:41:35.482Z | Compiling elliptic-curve v0.13.8 |
1566 | 2025-07-15T19:41:35.885Z | Compiling hyper-tls v0.6.0 |
1567 | 2025-07-15T19:41:35.906Z | Compiling oxnet v0.1.2 |
1568 | 2025-07-15T19:41:36.311Z | Compiling rayon v1.10.0 |
1569 | 2025-07-15T19:41:36.654Z | Compiling signal-hook-mio v0.2.4 |
1570 | 2025-07-15T19:41:36.846Z | Compiling cookie_store v0.21.1 |
1571 | 2025-07-15T19:41:38.154Z | Compiling zstd v0.13.3 |
1572 | 2025-07-15T19:41:38.475Z | Compiling postgres-types v0.2.9 |
1573 | 2025-07-15T19:41:39.078Z | Compiling usdt-macro v0.5.0 |
1574 | 2025-07-15T19:41:39.106Z | Compiling usdt-attr-macro v0.5.0 |
1575 | 2025-07-15T19:41:39.718Z | Compiling phf v0.11.2 |
1576 | 2025-07-15T19:41:40.012Z | Compiling ed25519 v2.2.3 |
1577 | 2025-07-15T19:41:40.287Z | Compiling bzip2 v0.5.2 |
1578 | 2025-07-15T19:41:40.531Z | Compiling bzip2 v0.4.4 |
1579 | 2025-07-15T19:41:40.561Z | Compiling strum_macros v0.26.4 |
1580 | 2025-07-15T19:41:40.644Z | Compiling pkcs1 v0.7.5 |
1581 | 2025-07-15T19:41:40.664Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2025-07-15T19:41:40.911Z | Compiling serde-big-array v0.5.1 |
1583 | 2025-07-15T19:41:41.164Z | Compiling rfc6979 v0.4.0 |
1584 | 2025-07-15T19:41:41.190Z | Compiling bstr v1.10.0 |
1585 | 2025-07-15T19:41:41.379Z | Compiling enum-as-inner v0.6.1 |
1586 | 2025-07-15T19:41:41.528Z | Compiling daft-derive v0.1.4 |
1587 | 2025-07-15T19:41:41.819Z | Compiling serde_repr v0.1.19 |
1588 | 2025-07-15T19:41:42.443Z | Compiling clap_derive v4.5.40 |
1589 | 2025-07-15T19:41:42.698Z | Compiling float-cmp v0.10.0 |
1590 | 2025-07-15T19:41:42.802Z | Compiling encoding_rs v0.8.34 |
1591 | 2025-07-15T19:41:42.920Z | Compiling fixedbitset v0.4.2 |
1592 | 2025-07-15T19:41:42.959Z | Compiling mime v0.3.17 |
1593 | 2025-07-15T19:41:43.002Z | Compiling new_debug_unreachable v1.0.6 |
1594 | 2025-07-15T19:41:43.169Z | Compiling whoami v1.5.2 |
1595 | 2025-07-15T19:41:43.375Z | Compiling normalize-line-endings v0.3.0 |
1596 | 2025-07-15T19:41:43.519Z | Compiling data-encoding v2.9.0 |
1597 | 2025-07-15T19:41:43.541Z | Compiling static_assertions v1.1.0 |
1598 | 2025-07-15T19:41:43.667Z | Compiling number_prefix v0.4.0 |
1599 | 2025-07-15T19:41:43.739Z | Compiling precomputed-hash v0.1.1 |
1600 | 2025-07-15T19:41:43.886Z | Compiling predicates-core v1.0.8 |
1601 | 2025-07-15T19:41:43.920Z | Compiling unicode-segmentation v1.12.0 |
1602 | 2025-07-15T19:41:44.225Z | Compiling difflib v0.4.0 |
1603 | 2025-07-15T19:41:44.729Z | Compiling predicates v3.1.3 |
1604 | 2025-07-15T19:41:44.892Z | Compiling strum v0.26.3 |
1605 | 2025-07-15T19:41:45.107Z | Compiling similar v2.7.0 |
1606 | 2025-07-15T19:41:45.217Z | Compiling hickory-proto v0.25.2 |
1607 | 2025-07-15T19:41:45.512Z | Compiling indicatif v0.17.11 |
1608 | 2025-07-15T19:41:46.157Z | Compiling string_cache v0.8.9 |
1609 | 2025-07-15T19:41:46.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1610 | 2025-07-15T19:41:46.589Z | Compiling toml_edit v0.22.27 |
1611 | 2025-07-15T19:41:46.846Z | Compiling clap v4.5.40 |
1612 | 2025-07-15T19:41:46.983Z | Compiling tokio-postgres v0.7.13 |
1613 | 2025-07-15T19:41:47.059Z | Compiling petgraph v0.6.5 |
1614 | 2025-07-15T19:41:47.396Z | Compiling daft v0.1.4 |
1615 | 2025-07-15T19:41:47.924Z | Compiling usdt v0.5.0 |
1616 | 2025-07-15T19:41:48.421Z | Compiling ecdsa v0.16.9 |
1617 | 2025-07-15T19:41:49.269Z | Compiling rsa v0.9.6 |
1618 | 2025-07-15T19:41:49.617Z | Compiling zip v0.6.6 |
1619 | 2025-07-15T19:41:50.554Z | Compiling zip v4.2.0 |
1620 | 2025-07-15T19:41:50.819Z | Compiling ed25519-dalek v2.1.1 |
1621 | 2025-07-15T19:41:52.278Z | Compiling crossterm v0.28.1 |
1622 | 2025-07-15T19:41:53.528Z | Compiling toml v0.7.8 |
1623 | 2025-07-15T19:41:54.027Z | Compiling tokio-stream v0.1.17 |
1624 | 2025-07-15T19:41:54.217Z | Compiling openapiv3 v2.2.0 |
1625 | 2025-07-15T19:41:54.452Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1626 | 2025-07-15T19:41:54.860Z | Compiling x509-cert v0.2.5 |
1627 | 2025-07-15T19:41:54.934Z | Compiling sha1 v0.10.6 |
1628 | 2025-07-15T19:41:54.951Z | Compiling itertools v0.10.5 |
1629 | 2025-07-15T19:41:55.355Z | Compiling dirs-sys-next v0.1.2 |
1630 | 2025-07-15T19:41:55.439Z | Compiling winnow v0.6.26 |
1631 | 2025-07-15T19:41:55.906Z | Compiling lalrpop-util v0.19.12 |
1632 | 2025-07-15T19:41:56.260Z | Compiling rustc-hash v2.1.1 |
1633 | 2025-07-15T19:41:56.442Z | Compiling peg-runtime v0.8.5 |
1634 | 2025-07-15T19:41:56.467Z | Compiling dirs-next v2.0.0 |
1635 | 2025-07-15T19:41:56.677Z | Compiling thread_local v1.1.8 |
1636 | 2025-07-15T19:41:56.796Z | Compiling slog-async v2.8.0 |
1637 | 2025-07-15T19:41:57.027Z | Compiling term v0.7.0 |
1638 | 2025-07-15T19:41:57.163Z | Compiling xattr v1.3.1 |
1639 | 2025-07-15T19:41:57.385Z | Compiling futures-executor v0.3.31 |
1640 | 2025-07-15T19:41:57.420Z | Compiling crossbeam-channel v0.5.15 |
1641 | 2025-07-15T19:41:57.468Z | Compiling filetime v0.2.25 |
1642 | 2025-07-15T19:41:57.775Z | Compiling is-terminal v0.4.13 |
1643 | 2025-07-15T19:41:57.877Z | Compiling take_mut v0.2.2 |
1644 | 2025-07-15T19:41:57.926Z | Compiling slog-term v2.9.1 |
1645 | 2025-07-15T19:41:58.083Z | Compiling tar v0.4.44 |
1646 | 2025-07-15T19:41:58.101Z | Compiling futures v0.3.31 |
1647 | 2025-07-15T19:41:58.265Z | Compiling camino v1.1.10 |
1648 | 2025-07-15T19:42:03.738Z | Compiling aws-lc-sys v0.26.0 |
1649 | 2025-07-15T19:42:32.694Z | Compiling rustls-webpki v0.102.8 |
1650 | 2025-07-15T19:42:37.035Z | Compiling tokio-rustls v0.26.0 |
1651 | 2025-07-15T19:42:37.288Z | Compiling hyper-rustls v0.27.7 |
1652 | 2025-07-15T19:42:37.568Z | Compiling reqwest v0.12.22 |
1653 | 2025-07-15T19:42:40.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1654 | 2025-07-15T19:42:41.221Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1655 | 2025-07-15T19:42:45.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1656 | 2025-07-15T19:42:45.832Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1657 | 2025-07-15T19:42:45.883Z | Jul 15 19:42:44.031 INFO Starting download, target: Clickhouse |
1658 | 2025-07-15T19:42:45.897Z | Jul 15 19:42:44.032 INFO Starting download, target: Cockroach |
1659 | 2025-07-15T19:42:45.897Z | Jul 15 19:42:44.032 INFO Starting download, target: Console |
1660 | 2025-07-15T19:42:45.897Z | Jul 15 19:42:44.032 INFO Starting download, target: DendriteStub |
1661 | 2025-07-15T19:42:45.897Z | Jul 15 19:42:44.032 INFO Starting download, target: MaghemiteMgd |
1662 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.032 INFO Starting download, target: TransceiverControl |
1663 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.032 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1664 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.033 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1665 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.033 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1666 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.033 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1667 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.033 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1668 | 2025-07-15T19:42:45.898Z | Jul 15 19:42:44.033 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1669 | 2025-07-15T19:42:46.408Z | Jul 15 19:42:44.519 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1670 | 2025-07-15T19:42:46.481Z | Jul 15 19:42:44.542 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1671 | 2025-07-15T19:42:46.786Z | Jul 15 19:42:44.934 INFO Download complete, target: TransceiverControl |
1672 | 2025-07-15T19:42:46.801Z | Jul 15 19:42:44.944 INFO Download complete, target: Console |
1673 | 2025-07-15T19:42:47.252Z | Jul 15 19:42:45.407 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1674 | 2025-07-15T19:42:47.376Z | Jul 15 19:42:45.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1675 | 2025-07-15T19:42:47.756Z | Jul 15 19:42:45.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1676 | 2025-07-15T19:42:48.290Z | Jul 15 19:42:46.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1677 | 2025-07-15T19:42:48.290Z | Jul 15 19:42:46.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1678 | 2025-07-15T19:42:50.563Z | Jul 15 19:42:48.728 INFO Download complete, target: DendriteStub |
1679 | 2025-07-15T19:42:50.827Z | Jul 15 19:42:48.992 INFO Download complete, target: MaghemiteMgd |
1680 | 2025-07-15T19:42:54.742Z | Jul 15 19:42:52.906 INFO Checking that binary works, target: Cockroach |
1681 | 2025-07-15T19:42:54.895Z | Jul 15 19:42:53.054 INFO Download complete, target: Cockroach |
1682 | 2025-07-15T19:42:58.151Z | Jul 15 19:42:56.314 INFO Checking that binary works, target: Clickhouse |
1683 | 2025-07-15T19:42:58.269Z | Jul 15 19:42:56.433 INFO Download complete, target: Clickhouse |
1684 | 2025-07-15T19:42:58.290Z | All builder prerequisites installed successfully, and PATH looks valid |
1685 | 2025-07-15T19:42:58.294Z | |
1686 | 2025-07-15T19:42:58.294Z | real 4:44.245004222 |
1687 | 2025-07-15T19:42:58.294Z | user 16:16.238934189 |
1688 | 2025-07-15T19:42:58.294Z | sys 2:16.716710903 |
1689 | 2025-07-15T19:42:58.294Z | trap 0.602136631 |
1690 | 2025-07-15T19:42:58.294Z | tflt 0.885221732 |
1691 | 2025-07-15T19:42:58.294Z | dflt 1.248249683 |
1692 | 2025-07-15T19:42:58.294Z | kflt 0.024024815 |
1693 | 2025-07-15T19:42:58.294Z | lock 37:50.583841857 |
1694 | 2025-07-15T19:42:58.294Z | slp 58:56.267705413 |
1695 | 2025-07-15T19:42:58.294Z | lat 1:13.686271204 |
1696 | 2025-07-15T19:42:58.294Z | stop 2:53.917067012 |
1697 | 2025-07-15T19:42:58.294Z | + banner clippy |
1698 | 2025-07-15T19:42:58.294Z | |
1699 | 2025-07-15T19:42:58.294Z | #### # # ##### ##### # # |
1700 | 2025-07-15T19:42:58.294Z | # # # # # # # # # # |
1701 | 2025-07-15T19:42:58.294Z | # # # # # # # # |
1702 | 2025-07-15T19:42:58.294Z | # # # ##### ##### # |
1703 | 2025-07-15T19:42:58.294Z | # # # # # # # |
1704 | 2025-07-15T19:42:58.294Z | #### ###### # # # # |
1705 | 2025-07-15T19:42:58.294Z | |
1706 | 2025-07-15T19:42:58.297Z | + export CARGO_INCREMENTAL=0 |
1707 | 2025-07-15T19:42:58.297Z | + CARGO_INCREMENTAL=0 |
1708 | 2025-07-15T19:42:58.297Z | + ptime -m cargo xtask clippy |
1709 | 2025-07-15T19:42:58.981Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1710 | 2025-07-15T19:42:59.269Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1711 | 2025-07-15T19:43:02.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1712 | 2025-07-15T19:43:02.325Z | Running `target/debug/xtask clippy` |
1713 | 2025-07-15T19:43:02.352Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1714 | 2025-07-15T19:43:03.109Z | Downloading crates ... |
1715 | 2025-07-15T19:43:03.402Z | Downloaded async-channel v2.3.1 |
1716 | 2025-07-15T19:43:03.406Z | Downloaded async-object-pool v0.1.5 |
1717 | 2025-07-15T19:43:03.409Z | Downloaded concurrent-queue v2.5.0 |
1718 | 2025-07-15T19:43:03.411Z | Downloaded piper v0.2.4 |
1719 | 2025-07-15T19:43:03.413Z | Downloaded path-tree v0.8.1 |
1720 | 2025-07-15T19:43:03.414Z | Downloaded tinytemplate v1.2.1 |
1721 | 2025-07-15T19:43:03.421Z | Downloaded async-attributes v1.1.2 |
1722 | 2025-07-15T19:43:03.423Z | Downloaded async-channel v1.9.0 |
1723 | 2025-07-15T19:43:03.428Z | Downloaded anes v0.1.6 |
1724 | 2025-07-15T19:43:03.432Z | Downloaded async-process v2.3.0 |
1725 | 2025-07-15T19:43:03.435Z | Downloaded async-lock v3.4.0 |
1726 | 2025-07-15T19:43:03.439Z | Downloaded blake2b_simd v1.0.2 |
1727 | 2025-07-15T19:43:03.458Z | Downloaded datatest-stable v0.3.2 |
1728 | 2025-07-15T19:43:03.461Z | Downloaded async-task v4.7.1 |
1729 | 2025-07-15T19:43:03.464Z | Downloaded async-signal v0.2.10 |
1730 | 2025-07-15T19:43:03.466Z | Downloaded parking v2.2.1 |
1731 | 2025-07-15T19:43:03.468Z | Downloaded doc-comment v0.3.3 |
1732 | 2025-07-15T19:43:03.468Z | Downloaded cfg-expr v0.18.0 |
1733 | 2025-07-15T19:43:03.471Z | Downloaded assert_cmd v2.0.17 |
1734 | 2025-07-15T19:43:03.473Z | Downloaded rstest v0.25.0 |
1735 | 2025-07-15T19:43:03.478Z | Downloaded oorandom v11.1.4 |
1736 | 2025-07-15T19:43:03.481Z | Downloaded target-triple v0.1.3 |
1737 | 2025-07-15T19:43:03.481Z | Downloaded similar-asserts v1.7.0 |
1738 | 2025-07-15T19:43:03.483Z | Downloaded serde_regex v1.1.0 |
1739 | 2025-07-15T19:43:03.486Z | Downloaded guppy-workspace-hack v0.1.0 |
1740 | 2025-07-15T19:43:03.486Z | Downloaded nested v0.1.1 |
1741 | 2025-07-15T19:43:03.486Z | Downloaded assert-json-diff v2.0.2 |
1742 | 2025-07-15T19:43:03.489Z | Downloaded plotters-svg v0.3.7 |
1743 | 2025-07-15T19:43:03.489Z | Downloaded pathdiff v0.2.3 |
1744 | 2025-07-15T19:43:03.489Z | Downloaded escape8259 v0.5.3 |
1745 | 2025-07-15T19:43:03.492Z | Downloaded criterion-plot v0.5.0 |
1746 | 2025-07-15T19:43:03.492Z | Downloaded async-io v2.3.4 |
1747 | 2025-07-15T19:43:03.495Z | Downloaded relative-path v1.9.3 |
1748 | 2025-07-15T19:43:03.495Z | Downloaded kv-log-macro v1.0.7 |
1749 | 2025-07-15T19:43:03.497Z | Downloaded cast v0.3.0 |
1750 | 2025-07-15T19:43:03.497Z | Downloaded async-global-executor v2.4.1 |
1751 | 2025-07-15T19:43:03.500Z | Downloaded plotters-backend v0.3.7 |
1752 | 2025-07-15T19:43:03.500Z | Downloaded stringmetrics v2.2.2 |
1753 | 2025-07-15T19:43:03.503Z | Downloaded proc-macro-crate v3.2.0 |
1754 | 2025-07-15T19:43:03.503Z | Downloaded event-listener v2.5.3 |
1755 | 2025-07-15T19:43:03.505Z | Downloaded blocking v1.6.1 |
1756 | 2025-07-15T19:43:03.505Z | Downloaded futures-timer v3.0.3 |
1757 | 2025-07-15T19:43:03.508Z | Downloaded approx v0.5.1 |
1758 | 2025-07-15T19:43:03.511Z | Downloaded partial-io v0.5.4 |
1759 | 2025-07-15T19:43:03.511Z | Downloaded httptest v0.16.3 |
1760 | 2025-07-15T19:43:03.513Z | Downloaded futures-lite v2.3.0 |
1761 | 2025-07-15T19:43:03.517Z | Downloaded trybuild v1.0.105 |
1762 | 2025-07-15T19:43:03.520Z | Downloaded event-listener-strategy v0.5.2 |
1763 | 2025-07-15T19:43:03.520Z | Downloaded async-executor v1.13.1 |
1764 | 2025-07-15T19:43:03.523Z | Downloaded target-spec v3.4.2 |
1765 | 2025-07-15T19:43:03.523Z | Downloaded libtest-mimic v0.8.1 |
1766 | 2025-07-15T19:43:03.526Z | Downloaded rust-argon2 v2.1.0 |
1767 | 2025-07-15T19:43:03.528Z | Downloaded target-lexicon v0.13.2 |
1768 | 2025-07-15T19:43:03.531Z | Downloaded rand_distr v0.4.3 |
1769 | 2025-07-15T19:43:03.535Z | Downloaded polling v3.7.3 |
1770 | 2025-07-15T19:43:03.538Z | Downloaded rstest_macros v0.25.0 |
1771 | 2025-07-15T19:43:03.541Z | Downloaded event-listener v5.3.1 |
1772 | 2025-07-15T19:43:03.544Z | Downloaded fancy-regex v0.14.0 |
1773 | 2025-07-15T19:43:03.550Z | Downloaded criterion v0.6.0 |
1774 | 2025-07-15T19:43:03.556Z | Downloaded guppy v0.17.19 |
1775 | 2025-07-15T19:43:03.562Z | Downloaded plotters v0.3.7 |
1776 | 2025-07-15T19:43:03.570Z | Downloaded async-std v1.13.0 |
1777 | 2025-07-15T19:43:03.638Z | Downloaded petgraph v0.7.1 |
1778 | 2025-07-15T19:43:03.676Z | Downloaded httpmock v0.8.0-alpha.1 |
1779 | 2025-07-15T19:43:05.461Z | Checking cfg-if v1.0.1 |
1780 | 2025-07-15T19:43:05.836Z | Checking libc v0.2.174 |
1781 | 2025-07-15T19:43:05.877Z | Checking serde v1.0.219 |
1782 | 2025-07-15T19:43:05.921Z | Checking memchr v2.7.4 |
1783 | 2025-07-15T19:43:05.966Z | Checking smallvec v1.15.0 |
1784 | 2025-07-15T19:43:06.013Z | Checking value-bag v1.9.0 |
1785 | 2025-07-15T19:43:06.058Z | Checking itoa v1.0.11 |
1786 | 2025-07-15T19:43:06.114Z | Checking scopeguard v1.2.0 |
1787 | 2025-07-15T19:43:06.168Z | Checking zeroize v1.8.1 |
1788 | 2025-07-15T19:43:06.318Z | Checking lock_api v0.4.12 |
1789 | 2025-07-15T19:43:06.374Z | Checking libm v0.2.8 |
1790 | 2025-07-15T19:43:06.377Z | Checking pin-project-lite v0.2.14 |
1791 | 2025-07-15T19:43:06.465Z | Checking log v0.4.27 |
1792 | 2025-07-15T19:43:06.514Z | Checking stable_deref_trait v1.2.0 |
1793 | 2025-07-15T19:43:06.583Z | Checking ryu v1.0.18 |
1794 | 2025-07-15T19:43:06.676Z | Checking zerofrom v0.1.4 |
1795 | 2025-07-15T19:43:06.753Z | Checking portable-atomic v1.11.0 |
1796 | 2025-07-15T19:43:06.800Z | Checking getrandom v0.2.15 |
1797 | 2025-07-15T19:43:06.842Z | Checking parking_lot_core v0.9.10 |
1798 | 2025-07-15T19:43:06.915Z | Checking byteorder v1.5.0 |
1799 | 2025-07-15T19:43:06.972Z | Checking yoke v0.7.4 |
1800 | 2025-07-15T19:43:07.039Z | Checking litemap v0.7.3 |
1801 | 2025-07-15T19:43:07.109Z | Checking rand_core v0.6.4 |
1802 | 2025-07-15T19:43:07.238Z | Checking writeable v0.5.5 |
1803 | 2025-07-15T19:43:07.344Z | Checking num-traits v0.2.19 |
1804 | 2025-07-15T19:43:07.399Z | Checking subtle v2.6.1 |
1805 | 2025-07-15T19:43:07.402Z | Checking zerovec v0.10.4 |
1806 | 2025-07-15T19:43:07.493Z | Checking critical-section v1.1.3 |
1807 | 2025-07-15T19:43:07.534Z | Checking percent-encoding v2.3.1 |
1808 | 2025-07-15T19:43:07.589Z | Checking parking_lot v0.12.3 |
1809 | 2025-07-15T19:43:07.690Z | Checking signal-hook-registry v1.4.2 |
1810 | 2025-07-15T19:43:07.759Z | Checking once_cell v1.21.3 |
1811 | 2025-07-15T19:43:07.810Z | Checking icu_locid_transform_data v1.5.0 |
1812 | 2025-07-15T19:43:07.863Z | Checking icu_properties_data v1.5.0 |
1813 | 2025-07-15T19:43:07.957Z | Checking getrandom v0.3.1 |
1814 | 2025-07-15T19:43:08.011Z | Checking icu_normalizer_data v1.5.0 |
1815 | 2025-07-15T19:43:08.057Z | Checking write16 v1.0.0 |
1816 | 2025-07-15T19:43:08.112Z | Checking utf8_iter v1.0.4 |
1817 | 2025-07-15T19:43:08.162Z | Checking utf16_iter v1.0.5 |
1818 | 2025-07-15T19:43:08.215Z | Checking form_urlencoded v1.2.1 |
1819 | 2025-07-15T19:43:08.269Z | Checking mio v1.0.2 |
1820 | 2025-07-15T19:43:08.324Z | Checking futures-core v0.3.31 |
1821 | 2025-07-15T19:43:08.375Z | Checking typenum v1.17.0 |
1822 | 2025-07-15T19:43:08.422Z | Checking socket2 v0.5.10 |
1823 | 2025-07-15T19:43:08.491Z | Checking equivalent v1.0.2 |
1824 | 2025-07-15T19:43:08.554Z | Checking allocator-api2 v0.2.21 |
1825 | 2025-07-15T19:43:08.657Z | Checking foldhash v0.1.5 |
1826 | 2025-07-15T19:43:08.782Z | Checking thiserror v1.0.69 |
1827 | 2025-07-15T19:43:08.881Z | Checking zerocopy v0.7.35 |
1828 | 2025-07-15T19:43:08.936Z | Checking tinystr v0.7.6 |
1829 | 2025-07-15T19:43:08.984Z | Checking icu_collections v1.5.0 |
1830 | 2025-07-15T19:43:09.041Z | Checking slab v0.4.9 |
1831 | 2025-07-15T19:43:09.049Z | Checking iana-time-zone v0.1.63 |
1832 | 2025-07-15T19:43:09.152Z | Checking hashbrown v0.15.4 |
1833 | 2025-07-15T19:43:09.311Z | Checking icu_locid v1.5.0 |
1834 | 2025-07-15T19:43:09.363Z | Checking futures-io v0.3.31 |
1835 | 2025-07-15T19:43:09.412Z | Checking generic-array v0.14.7 |
1836 | 2025-07-15T19:43:09.472Z | Checking const-oid v0.9.6 |
1837 | 2025-07-15T19:43:09.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1838 | 2025-07-15T19:43:09.649Z | Checking futures-sink v0.3.31 |
1839 | 2025-07-15T19:43:09.866Z | Checking errno v0.3.12 |
1840 | 2025-07-15T19:43:10.047Z | Checking pin-utils v0.1.0 |
1841 | 2025-07-15T19:43:10.117Z | Checking cpufeatures v0.2.14 |
1842 | 2025-07-15T19:43:10.169Z | Checking fnv v1.0.7 |
1843 | 2025-07-15T19:43:10.172Z | Checking dyn-clone v1.0.19 |
1844 | 2025-07-15T19:43:10.210Z | Checking bytes v1.10.1 |
1845 | 2025-07-15T19:43:10.294Z | Checking bitflags v2.9.1 |
1846 | 2025-07-15T19:43:10.342Z | Checking serde_json v1.0.140 |
1847 | 2025-07-15T19:43:10.384Z | Checking icu_provider v1.5.0 |
1848 | 2025-07-15T19:43:10.388Z | Checking chrono v0.4.41 |
1849 | 2025-07-15T19:43:10.467Z | Checking uuid v1.17.0 |
1850 | 2025-07-15T19:43:10.471Z | Checking crypto-common v0.1.6 |
1851 | 2025-07-15T19:43:10.602Z | Checking semver v1.0.26 |
1852 | 2025-07-15T19:43:10.774Z | Checking block-buffer v0.10.4 |
1853 | 2025-07-15T19:43:10.998Z | Checking icu_locid_transform v1.5.0 |
1854 | 2025-07-15T19:43:11.055Z | Checking indexmap v2.10.0 |
1855 | 2025-07-15T19:43:11.113Z | Checking futures-channel v0.3.31 |
1856 | 2025-07-15T19:43:11.162Z | Checking futures-task v0.3.31 |
1857 | 2025-07-15T19:43:11.276Z | Checking tokio v1.45.1 |
1858 | 2025-07-15T19:43:11.329Z | Checking digest v0.10.7 |
1859 | 2025-07-15T19:43:11.457Z | Checking ppv-lite86 v0.2.20 |
1860 | 2025-07-15T19:43:11.520Z | Checking futures-util v0.3.31 |
1861 | 2025-07-15T19:43:11.757Z | Checking tracing-core v0.1.32 |
1862 | 2025-07-15T19:43:11.960Z | Checking icu_properties v1.5.1 |
1863 | 2025-07-15T19:43:12.013Z | Checking rustix v0.38.37 |
1864 | 2025-07-15T19:43:12.211Z | Checking http v1.3.1 |
1865 | 2025-07-15T19:43:12.313Z | Checking regex-syntax v0.8.5 |
1866 | 2025-07-15T19:43:12.397Z | Checking crossbeam-utils v0.8.21 |
1867 | 2025-07-15T19:43:12.449Z | Checking tracing v0.1.40 |
1868 | 2025-07-15T19:43:12.829Z | Checking thiserror v2.0.12 |
1869 | 2025-07-15T19:43:13.026Z | Checking unicode-ident v1.0.18 |
1870 | 2025-07-15T19:43:13.196Z | Checking block-padding v0.3.3 |
1871 | 2025-07-15T19:43:13.259Z | Checking proc-macro2 v1.0.95 |
1872 | 2025-07-15T19:43:13.480Z | Checking aho-corasick v1.1.3 |
1873 | 2025-07-15T19:43:13.533Z | Checking inout v0.1.3 |
1874 | 2025-07-15T19:43:13.829Z | Checking cipher v0.4.4 |
1875 | 2025-07-15T19:43:13.957Z | Checking quote v1.0.40 |
1876 | 2025-07-15T19:43:14.293Z | Checking base64 v0.22.1 |
1877 | 2025-07-15T19:43:14.363Z | Checking syn v2.0.104 |
1878 | 2025-07-15T19:43:14.824Z | Checking ipnet v2.11.0 |
1879 | 2025-07-15T19:43:15.125Z | Checking spin v0.9.8 |
1880 | 2025-07-15T19:43:15.179Z | Checking icu_normalizer v1.5.0 |
1881 | 2025-07-15T19:43:15.235Z | Checking adler2 v2.0.0 |
1882 | 2025-07-15T19:43:15.417Z | Checking powerfmt v0.2.0 |
1883 | 2025-07-15T19:43:15.470Z | Checking atomic-waker v1.1.2 |
1884 | 2025-07-15T19:43:15.473Z | Checking regex-automata v0.4.8 |
1885 | 2025-07-15T19:43:15.569Z | Checking miniz_oxide v0.8.5 |
1886 | 2025-07-15T19:43:15.664Z | Checking untrusted v0.9.0 |
1887 | 2025-07-15T19:43:15.734Z | Checking deranged v0.3.11 |
1888 | 2025-07-15T19:43:15.876Z | Checking time-core v0.1.2 |
1889 | 2025-07-15T19:43:15.969Z | Checking idna_adapter v1.2.0 |
1890 | 2025-07-15T19:43:16.029Z | Checking num_threads v0.1.7 |
1891 | 2025-07-15T19:43:16.082Z | Checking num-conv v0.1.0 |
1892 | 2025-07-15T19:43:16.212Z | Checking base64ct v1.6.0 |
1893 | 2025-07-15T19:43:16.266Z | Checking idna v1.0.3 |
1894 | 2025-07-15T19:43:16.343Z | Checking ring v0.17.14 |
1895 | 2025-07-15T19:43:16.403Z | Checking rand_chacha v0.3.1 |
1896 | 2025-07-15T19:43:16.691Z | Checking sha2 v0.10.9 |
1897 | 2025-07-15T19:43:16.786Z | Checking url v2.5.4 |
1898 | 2025-07-15T19:43:16.843Z | Checking hmac v0.12.1 |
1899 | 2025-07-15T19:43:17.082Z | Checking time v0.3.36 |
1900 | 2025-07-15T19:43:17.136Z | Checking httparse v1.9.5 |
1901 | 2025-07-15T19:43:17.288Z | Checking rand v0.8.5 |
1902 | 2025-07-15T19:43:17.634Z | Checking rustls-pki-types v1.10.0 |
1903 | 2025-07-15T19:43:17.741Z | Checking schemars v0.8.22 |
1904 | 2025-07-15T19:43:18.195Z | Checking tokio-util v0.7.15 |
1905 | 2025-07-15T19:43:18.239Z | Checking http-body v1.0.1 |
1906 | 2025-07-15T19:43:18.478Z | Checking utf8parse v0.2.2 |
1907 | 2025-07-15T19:43:18.538Z | Checking pem-rfc7468 v0.7.0 |
1908 | 2025-07-15T19:43:18.584Z | Checking aws-lc-sys v0.26.0 |
1909 | 2025-07-15T19:43:18.700Z | Checking httpdate v1.0.3 |
1910 | 2025-07-15T19:43:18.876Z | Checking try-lock v0.2.5 |
1911 | 2025-07-15T19:43:18.998Z | Checking untrusted v0.7.1 |
1912 | 2025-07-15T19:43:19.072Z | Checking want v0.3.1 |
1913 | 2025-07-15T19:43:19.236Z | Checking zerocopy v0.8.26 |
1914 | 2025-07-15T19:43:19.326Z | Checking tower-service v0.3.3 |
1915 | 2025-07-15T19:43:19.386Z | Checking gimli v0.31.1 |
1916 | 2025-07-15T19:43:19.433Z | Checking h2 v0.4.6 |
1917 | 2025-07-15T19:43:19.433Z | Checking object v0.36.5 |
1918 | 2025-07-15T19:43:19.531Z | Checking flagset v0.4.6 |
1919 | 2025-07-15T19:43:19.783Z | Checking anstyle v1.0.11 |
1920 | 2025-07-15T19:43:19.842Z | Checking rustc-demangle v0.1.24 |
1921 | 2025-07-15T19:43:20.150Z | Checking der v0.7.9 |
1922 | 2025-07-15T19:43:20.204Z | Checking pbkdf2 v0.12.2 |
1923 | 2025-07-15T19:43:20.300Z | Checking lazy_static v1.5.0 |
1924 | 2025-07-15T19:43:20.406Z | Checking aes v0.8.4 |
1925 | 2025-07-15T19:43:20.473Z | Checking mime v0.3.17 |
1926 | 2025-07-15T19:43:20.659Z | Checking aws-lc-rs v1.12.4 |
1927 | 2025-07-15T19:43:20.856Z | Checking regex v1.11.1 |
1928 | 2025-07-15T19:43:21.328Z | Checking anstyle-parse v0.2.5 |
1929 | 2025-07-15T19:43:21.528Z | Checking cbc v0.1.2 |
1930 | 2025-07-15T19:43:21.657Z | Checking salsa20 v0.10.2 |
1931 | 2025-07-15T19:43:21.800Z | Checking slog v2.7.0 |
1932 | 2025-07-15T19:43:21.856Z | Checking spki v0.7.3 |
1933 | 2025-07-15T19:43:21.953Z | Checking anstyle-query v1.1.1 |
1934 | 2025-07-15T19:43:22.154Z | Checking foreign-types-shared v0.1.1 |
1935 | 2025-07-15T19:43:22.203Z | Checking colorchoice v1.0.2 |
1936 | 2025-07-15T19:43:22.313Z | Checking openssl-probe v0.1.5 |
1937 | 2025-07-15T19:43:22.369Z | Checking is_terminal_polyfill v1.70.1 |
1938 | 2025-07-15T19:43:22.426Z | Checking foreign-types v0.3.2 |
1939 | 2025-07-15T19:43:22.432Z | Checking scrypt v0.11.0 |
1940 | 2025-07-15T19:43:22.531Z | Checking http-body-util v0.1.3 |
1941 | 2025-07-15T19:43:22.534Z | Checking rustls-webpki v0.102.8 |
1942 | 2025-07-15T19:43:22.614Z | Checking anstream v0.6.18 |
1943 | 2025-07-15T19:43:22.620Z | Checking terminal_size v0.4.0 |
1944 | 2025-07-15T19:43:22.728Z | Checking openssl-sys v0.9.109 |
1945 | 2025-07-15T19:43:22.855Z | Checking pkcs5 v0.7.1 |
1946 | 2025-07-15T19:43:22.979Z | Checking serde_spanned v0.6.9 |
1947 | 2025-07-15T19:43:23.109Z | Checking toml_datetime v0.6.11 |
1948 | 2025-07-15T19:43:23.123Z | Checking addr2line v0.24.2 |
1949 | 2025-07-15T19:43:23.188Z | Checking clap_lex v0.7.4 |
1950 | 2025-07-15T19:43:23.341Z | Checking strsim v0.11.1 |
1951 | 2025-07-15T19:43:23.427Z | Checking pkcs8 v0.10.2 |
1952 | 2025-07-15T19:43:23.485Z | Checking rustls v0.23.19 |
1953 | 2025-07-15T19:43:23.489Z | Checking serde_urlencoded v0.7.1 |
1954 | 2025-07-15T19:43:23.653Z | Checking clap_builder v4.5.40 |
1955 | 2025-07-15T19:43:23.710Z | Checking encoding_rs v0.8.34 |
1956 | 2025-07-15T19:43:23.798Z | Checking either v1.15.0 |
1957 | 2025-07-15T19:43:23.948Z | Checking openssl v0.10.73 |
1958 | 2025-07-15T19:43:24.004Z | Checking sync_wrapper v1.0.1 |
1959 | 2025-07-15T19:43:24.220Z | Checking psl-types v2.0.11 |
1960 | 2025-07-15T19:43:24.253Z | Checking tower-layer v0.3.3 |
1961 | 2025-07-15T19:43:24.453Z | Checking publicsuffix v2.3.0 |
1962 | 2025-07-15T19:43:24.547Z | Checking tower v0.5.2 |
1963 | 2025-07-15T19:43:24.760Z | Checking rustls-native-certs v0.8.1 |
1964 | 2025-07-15T19:43:25.015Z | Checking cookie v0.18.1 |
1965 | 2025-07-15T19:43:25.182Z | Checking backtrace v0.3.74 |
1966 | 2025-07-15T19:43:25.259Z | Checking webpki-roots v1.0.1 |
1967 | 2025-07-15T19:43:25.497Z | Checking iri-string v0.7.8 |
1968 | 2025-07-15T19:43:25.549Z | Checking cookie_store v0.21.1 |
1969 | 2025-07-15T19:43:25.618Z | Checking hyper v1.6.0 |
1970 | 2025-07-15T19:43:25.784Z | Checking anyhow v1.0.98 |
1971 | 2025-07-15T19:43:25.970Z | Checking ipnetwork v0.21.1 |
1972 | 2025-07-15T19:43:26.197Z | Checking data-encoding v2.9.0 |
1973 | 2025-07-15T19:43:26.301Z | Checking rand_core v0.9.2 |
1974 | 2025-07-15T19:43:26.436Z | Checking tinyvec_macros v0.1.1 |
1975 | 2025-07-15T19:43:26.511Z | Checking clap v4.5.40 |
1976 | 2025-07-15T19:43:26.601Z | Checking tinyvec v1.8.0 |
1977 | 2025-07-15T19:43:26.669Z | Checking openapiv3 v2.2.0 |
1978 | 2025-07-15T19:43:26.723Z | Checking signature v2.2.0 |
1979 | 2025-07-15T19:43:26.795Z | Checking scroll v0.12.0 |
1980 | 2025-07-15T19:43:26.994Z | Checking unicode-width v0.2.0 |
1981 | 2025-07-15T19:43:27.339Z | Checking ucd-trie v0.1.7 |
1982 | 2025-07-15T19:43:27.517Z | Checking plain v0.2.3 |
1983 | 2025-07-15T19:43:27.590Z | Checking pest v2.7.14 |
1984 | 2025-07-15T19:43:27.640Z | Checking hyper-util v0.1.14 |
1985 | 2025-07-15T19:43:27.741Z | Checking goblin v0.8.2 |
1986 | 2025-07-15T19:43:27.980Z | Checking tower-http v0.6.6 |
1987 | 2025-07-15T19:43:28.025Z | Checking rand_chacha v0.9.0 |
1988 | 2025-07-15T19:43:28.471Z | Checking pretty-hex v0.4.1 |
1989 | 2025-07-15T19:43:28.554Z | Checking rand v0.9.1 |
1990 | 2025-07-15T19:43:28.618Z | Checking tokio-rustls v0.26.0 |
1991 | 2025-07-15T19:43:28.728Z | Checking thread-id v4.2.2 |
1992 | 2025-07-15T19:43:28.896Z | Checking toml_write v0.1.2 |
1993 | 2025-07-15T19:43:28.972Z | Checking native-tls v0.2.12 |
1994 | 2025-07-15T19:43:29.028Z | Checking winnow v0.7.10 |
1995 | 2025-07-15T19:43:29.276Z | Checking crossbeam-epoch v0.9.18 |
1996 | 2025-07-15T19:43:29.328Z | Checking tokio-native-tls v0.3.1 |
1997 | 2025-07-15T19:43:29.630Z | Checking sha1 v0.10.6 |
1998 | 2025-07-15T19:43:29.682Z | Checking num-integer v0.1.46 |
1999 | 2025-07-15T19:43:29.753Z | Checking memmap v0.7.0 |
2000 | 2025-07-15T19:43:29.802Z | Checking crc32fast v1.4.2 |
2001 | 2025-07-15T19:43:29.966Z | Checking static_assertions v1.1.0 |
2002 | 2025-07-15T19:43:30.021Z | Checking bstr v1.10.0 |
2003 | 2025-07-15T19:43:30.085Z | Checking dtrace-parser v0.2.0 |
2004 | 2025-07-15T19:43:30.138Z | Checking base16ct v0.2.0 |
2005 | 2025-07-15T19:43:30.141Z | Checking hyper-rustls v0.27.7 |
2006 | 2025-07-15T19:43:30.141Z | Checking hyper-tls v0.6.0 |
2007 | 2025-07-15T19:43:30.273Z | Checking oxnet v0.1.2 |
2008 | 2025-07-15T19:43:30.373Z | Checking sec1 v0.7.3 |
2009 | 2025-07-15T19:43:30.525Z | Checking ff v0.13.0 |
2010 | 2025-07-15T19:43:30.606Z | Checking zlib-rs v0.5.1 |
2011 | 2025-07-15T19:43:30.660Z | Checking reqwest v0.12.22 |
2012 | 2025-07-15T19:43:30.722Z | Checking num-iter v0.1.45 |
2013 | 2025-07-15T19:43:30.796Z | Checking hkdf v0.12.4 |
2014 | 2025-07-15T19:43:30.848Z | Checking group v0.13.0 |
2015 | 2025-07-15T19:43:30.857Z | Checking crypto-bigint v0.5.5 |
2016 | 2025-07-15T19:43:30.947Z | Checking hubpack v0.1.2 |
2017 | 2025-07-15T19:43:31.038Z | Checking unicode-segmentation v1.12.0 |
2018 | 2025-07-15T19:43:31.135Z | Checking bitflags v1.3.2 |
2019 | 2025-07-15T19:43:31.285Z | Checking crossbeam-deque v0.8.5 |
2020 | 2025-07-15T19:43:31.335Z | Checking strum v0.26.3 |
2021 | 2025-07-15T19:43:31.554Z | Checking winnow v0.5.40 |
2022 | 2025-07-15T19:43:31.628Z | Checking num-bigint-dig v0.8.4 |
2023 | 2025-07-15T19:43:31.696Z | Checking toml_edit v0.22.27 |
2024 | 2025-07-15T19:43:31.786Z | Checking pkcs1 v0.7.5 |
2025 | 2025-07-15T19:43:32.260Z | Checking bzip2-sys v0.1.13+1.0.8 |
2026 | 2025-07-15T19:43:32.427Z | Checking unicode-normalization v0.1.24 |
2027 | 2025-07-15T19:43:32.501Z | Checking libz-rs-sys v0.5.1 |
2028 | 2025-07-15T19:43:32.527Z | Checking dof v0.3.0 |
2029 | 2025-07-15T19:43:32.533Z | Checking newtype-uuid v1.2.4 |
2030 | 2025-07-15T19:43:32.715Z | Checking flate2 v1.1.2 |
2031 | 2025-07-15T19:43:32.926Z | Checking rfc6979 v0.4.0 |
2032 | 2025-07-15T19:43:33.158Z | Checking managed v0.8.0 |
2033 | 2025-07-15T19:43:33.212Z | Checking usdt-impl v0.5.0 |
2034 | 2025-07-15T19:43:33.379Z | Checking daft v0.1.4 |
2035 | 2025-07-15T19:43:33.399Z | Checking x509-cert v0.2.5 |
2036 | 2025-07-15T19:43:33.454Z | Checking elliptic-curve v0.13.8 |
2037 | 2025-07-15T19:43:33.580Z | Checking curve25519-dalek v4.1.3 |
2038 | 2025-07-15T19:43:33.675Z | Checking rsa v0.9.6 |
2039 | 2025-07-15T19:43:33.761Z | Checking usdt v0.5.0 |
2040 | 2025-07-15T19:43:33.820Z | Checking ahash v0.8.11 |
2041 | 2025-07-15T19:43:34.124Z | Checking memoffset v0.9.1 |
2042 | 2025-07-15T19:43:34.172Z | Checking ecdsa v0.16.9 |
2043 | 2025-07-15T19:43:34.276Z | Checking signal-hook v0.3.17 |
2044 | 2025-07-15T19:43:34.326Z | Checking rayon-core v1.12.1 |
2045 | 2025-07-15T19:43:34.377Z | Checking toml_edit v0.19.15 |
2046 | 2025-07-15T19:43:34.387Z | Checking ed25519 v2.2.3 |
2047 | 2025-07-15T19:43:34.608Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2048 | 2025-07-15T19:43:34.705Z | Checking siphasher v0.3.11 |
2049 | 2025-07-15T19:43:34.785Z | Checking signal-hook-mio v0.2.4 |
2050 | 2025-07-15T19:43:34.863Z | Checking zstd-safe v7.2.3 |
2051 | 2025-07-15T19:43:34.868Z | Checking bzip2 v0.4.4 |
2052 | 2025-07-15T19:43:34.948Z | Checking console v0.15.10 |
2053 | 2025-07-15T19:43:35.001Z | Checking unicode-xid v0.2.6 |
2054 | 2025-07-15T19:43:35.004Z | Checking bumpalo v3.16.0 |
2055 | 2025-07-15T19:43:35.099Z | Checking phf_shared v0.11.2 |
2056 | 2025-07-15T19:43:35.173Z | Checking lockfree-object-pool v0.1.6 |
2057 | 2025-07-15T19:43:35.232Z | Checking simd-adler32 v0.3.7 |
2058 | 2025-07-15T19:43:35.289Z | Checking zip v0.6.6 |
2059 | 2025-07-15T19:43:35.336Z | Checking ed25519-dalek v2.1.1 |
2060 | 2025-07-15T19:43:35.391Z | Checking zstd v0.13.3 |
2061 | 2025-07-15T19:43:35.445Z | Checking crossterm v0.28.1 |
2062 | 2025-07-15T19:43:35.451Z | Checking bzip2 v0.5.2 |
2063 | 2025-07-15T19:43:35.547Z | Checking itertools v0.10.5 |
2064 | 2025-07-15T19:43:35.598Z | Checking zopfli v0.8.1 |
2065 | 2025-07-15T19:43:35.778Z | Checking hash32 v0.2.1 |
2066 | 2025-07-15T19:43:35.885Z | Checking winnow v0.6.26 |
2067 | 2025-07-15T19:43:35.931Z | Checking unicode-bidi v0.3.17 |
2068 | 2025-07-15T19:43:36.039Z | Checking predicates-core v1.0.8 |
2069 | 2025-07-15T19:43:36.131Z | Checking unicode-properties v0.1.3 |
2070 | 2025-07-15T19:43:36.208Z | Checking heapless v0.7.17 |
2071 | 2025-07-15T19:43:36.318Z | Checking zip v4.2.0 |
2072 | 2025-07-15T19:43:36.535Z | Checking rayon v1.10.0 |
2073 | 2025-07-15T19:43:36.570Z | Checking stringprep v0.1.5 |
2074 | 2025-07-15T19:43:36.722Z | Checking toml v0.7.8 |
2075 | 2025-07-15T19:43:36.929Z | Checking nix v0.29.0 |
2076 | 2025-07-15T19:43:37.179Z | Checking similar v2.7.0 |
2077 | 2025-07-15T19:43:37.208Z | Checking hickory-proto v0.25.2 |
2078 | 2025-07-15T19:43:37.514Z | Checking tokio-stream v0.1.17 |
2079 | 2025-07-15T19:43:37.545Z | Checking md-5 v0.10.6 |
2080 | 2025-07-15T19:43:37.624Z | Checking float-cmp v0.10.0 |
2081 | 2025-07-15T19:43:37.840Z | Checking difflib v0.4.0 |
2082 | 2025-07-15T19:43:37.890Z | Checking normalize-line-endings v0.3.0 |
2083 | 2025-07-15T19:43:37.970Z | Checking fallible-iterator v0.2.0 |
2084 | 2025-07-15T19:43:38.076Z | Checking smoltcp v0.9.1 |
2085 | 2025-07-15T19:43:38.232Z | Checking predicates v3.1.3 |
2086 | 2025-07-15T19:43:38.313Z | Checking phf v0.11.2 |
2087 | 2025-07-15T19:43:38.384Z | Checking buf-list v1.0.3 |
2088 | 2025-07-15T19:43:38.477Z | Checking fs-err v3.1.1 |
2089 | 2025-07-15T19:43:38.554Z | Checking postgres-protocol v0.6.8 |
2090 | 2025-07-15T19:43:38.611Z | Checking serde-big-array v0.5.1 |
2091 | 2025-07-15T19:43:38.760Z | Checking strum v0.27.1 |
2092 | 2025-07-15T19:43:38.840Z | Checking precomputed-hash v0.1.1 |
2093 | 2025-07-15T19:43:38.895Z | Checking fixedbitset v0.4.2 |
2094 | 2025-07-15T19:43:38.960Z | Checking lalrpop-util v0.19.12 |
2095 | 2025-07-15T19:43:39.024Z | Checking number_prefix v0.4.0 |
2096 | 2025-07-15T19:43:39.081Z | Checking new_debug_unreachable v1.0.6 |
2097 | 2025-07-15T19:43:39.200Z | Checking petgraph v0.6.5 |
2098 | 2025-07-15T19:43:39.256Z | Checking postgres-types v0.2.9 |
2099 | 2025-07-15T19:43:39.261Z | Checking string_cache v0.8.9 |
2100 | 2025-07-15T19:43:39.351Z | Checking itertools v0.12.1 |
2101 | 2025-07-15T19:43:39.372Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2102 | 2025-07-15T19:43:39.453Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2103 | 2025-07-15T19:43:39.648Z | Checking peg-runtime v0.8.5 |
2104 | 2025-07-15T19:43:40.025Z | Checking minimal-lexical v0.2.1 |
2105 | 2025-07-15T19:43:40.118Z | Checking whoami v1.5.2 |
2106 | 2025-07-15T19:43:40.118Z | Checking indicatif v0.17.11 |
2107 | 2025-07-15T19:43:40.127Z | Checking rustc-hash v2.1.1 |
2108 | 2025-07-15T19:43:40.207Z | Checking tokio-postgres v0.7.13 |
2109 | 2025-07-15T19:43:40.269Z | Checking nom v7.1.3 |
2110 | 2025-07-15T19:43:40.509Z | Compiling regress v0.10.3 |
2111 | 2025-07-15T19:43:40.726Z | Checking camino v1.1.10 |
2112 | 2025-07-15T19:43:41.363Z | Checking fastrand v2.1.1 |
2113 | 2025-07-15T19:43:41.725Z | Compiling ident_case v1.0.1 |
2114 | 2025-07-15T19:43:41.769Z | Checking futures-executor v0.3.31 |
2115 | 2025-07-15T19:43:41.940Z | Compiling darling_core v0.20.10 |
2116 | 2025-07-15T19:43:42.028Z | Checking futures v0.3.31 |
2117 | 2025-07-15T19:43:42.213Z | Compiling unsafe-libyaml v0.2.11 |
2118 | 2025-07-15T19:43:42.260Z | Checking heck v0.5.0 |
2119 | 2025-07-15T19:43:43.008Z | Checking rustix v1.0.7 |
2120 | 2025-07-15T19:43:43.103Z | Checking crossbeam-channel v0.5.15 |
2121 | 2025-07-15T19:43:43.671Z | Compiling serde_yaml v0.9.34+deprecated |
2122 | 2025-07-15T19:43:43.812Z | Checking is-terminal v0.4.13 |
2123 | 2025-07-15T19:43:44.010Z | Checking toml v0.8.23 |
2124 | 2025-07-15T19:43:44.097Z | Compiling structmeta-derive v0.3.0 |
2125 | 2025-07-15T19:43:44.575Z | Checking tempfile v3.20.0 |
2126 | 2025-07-15T19:43:44.734Z | Checking dirs-sys-next v0.1.2 |
2127 | 2025-07-15T19:43:44.797Z | Checking thread_local v1.1.8 |
2128 | 2025-07-15T19:43:44.988Z | Checking dirs-next v2.0.0 |
2129 | 2025-07-15T19:43:45.042Z | Checking take_mut v0.2.2 |
2130 | 2025-07-15T19:43:45.047Z | Compiling rustls v0.22.4 |
2131 | 2025-07-15T19:43:45.141Z | Checking quick-error v1.2.3 |
2132 | 2025-07-15T19:43:45.195Z | Checking term v0.7.0 |
2133 | 2025-07-15T19:43:45.249Z | Checking slog-async v2.8.0 |
2134 | 2025-07-15T19:43:45.339Z | Compiling multer v3.1.0 |
2135 | 2025-07-15T19:43:45.519Z | Compiling async-stream-impl v0.3.6 |
2136 | 2025-07-15T19:43:45.605Z | Compiling dropshot v0.16.2 |
2137 | 2025-07-15T19:43:45.653Z | Checking slog-term v2.9.1 |
2138 | 2025-07-15T19:43:45.835Z | Compiling dropshot_endpoint v0.16.2 |
2139 | 2025-07-15T19:43:45.903Z | Checking bit-vec v0.8.0 |
2140 | 2025-07-15T19:43:46.100Z | Checking match_cfg v0.1.0 |
2141 | 2025-07-15T19:43:46.178Z | Compiling typify-impl v0.3.0 |
2142 | 2025-07-15T19:43:46.253Z | Checking hostname v0.3.1 |
2143 | 2025-07-15T19:43:46.333Z | Checking bit-set v0.8.0 |
2144 | 2025-07-15T19:43:46.448Z | Checking hex v0.4.3 |
2145 | 2025-07-15T19:43:46.586Z | Compiling structmeta v0.3.0 |
2146 | 2025-07-15T19:43:46.636Z | Checking wait-timeout v0.2.0 |
2147 | 2025-07-15T19:43:46.752Z | Checking debug-ignore v1.0.5 |
2148 | 2025-07-15T19:43:46.922Z | Checking rusty-fork v0.3.0 |
2149 | 2025-07-15T19:43:46.987Z | Checking rand_xorshift v0.4.0 |
2150 | 2025-07-15T19:43:46.991Z | Checking unarray v0.1.4 |
2151 | 2025-07-15T19:43:47.092Z | Compiling test-strategy v0.4.1 |
2152 | 2025-07-15T19:43:47.122Z | Checking progenitor-client v0.10.0 |
2153 | 2025-07-15T19:43:47.260Z | Checking serde_path_to_error v0.1.17 |
2154 | 2025-07-15T19:43:47.283Z | Checking proptest v1.7.0 |
2155 | 2025-07-15T19:43:47.528Z | Compiling darling_macro v0.20.10 |
2156 | 2025-07-15T19:43:47.579Z | Checking slog-json v2.6.1 |
2157 | 2025-07-15T19:43:47.887Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2158 | 2025-07-15T19:43:47.927Z | Compiling derive-where v1.5.0 |
2159 | 2025-07-15T19:43:48.505Z | Compiling darling v0.20.10 |
2160 | 2025-07-15T19:43:48.675Z | Compiling ref-cast v1.0.24 |
2161 | 2025-07-15T19:43:48.712Z | Compiling serde_with_macros v3.14.0 |
2162 | 2025-07-15T19:43:49.336Z | Checking slog-bunyan v2.5.0 |
2163 | 2025-07-15T19:43:49.579Z | Compiling parse-display-derive v0.10.0 |
2164 | 2025-07-15T19:43:50.070Z | Checking async-stream v0.3.6 |
2165 | 2025-07-15T19:43:50.467Z | Checking rustls-pemfile v2.2.0 |
2166 | 2025-07-15T19:43:50.632Z | Checking tokio-rustls v0.25.0 |
2167 | 2025-07-15T19:43:50.764Z | Checking waitgroup v0.1.2 |
2168 | 2025-07-15T19:43:50.815Z | Checking hostname v0.4.0 |
2169 | 2025-07-15T19:43:50.977Z | Compiling ref-cast-impl v1.0.24 |
2170 | 2025-07-15T19:43:51.029Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2171 | 2025-07-15T19:43:51.032Z | Checking macaddr v1.0.1 |
2172 | 2025-07-15T19:43:51.223Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2025-07-15T19:43:51.226Z | Checking serde_with v3.14.0 |
2174 | 2025-07-15T19:43:51.445Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2025-07-15T19:43:51.617Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2176 | 2025-07-15T19:43:52.132Z | Checking instant v0.1.13 |
2177 | 2025-07-15T19:43:52.184Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2025-07-15T19:43:52.324Z | Checking progenitor-client v0.9.1 |
2179 | 2025-07-15T19:43:52.378Z | Checking backoff v0.4.0 |
2180 | 2025-07-15T19:43:52.647Z | Checking iddqd v0.3.8 |
2181 | 2025-07-15T19:43:52.753Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2182 | 2025-07-15T19:43:52.811Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2183 | 2025-07-15T19:43:53.204Z | Checking camino-tempfile v1.4.1 |
2184 | 2025-07-15T19:43:53.483Z | Checking parse-display v0.10.0 |
2185 | 2025-07-15T19:43:53.539Z | Checking unicode-width v0.1.14 |
2186 | 2025-07-15T19:43:53.784Z | Compiling proc-macro-error v1.0.4 |
2187 | 2025-07-15T19:43:53.784Z | Compiling proc-macro-crate v1.3.1 |
2188 | 2025-07-15T19:43:53.923Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2189 | 2025-07-15T19:43:54.057Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2190 | 2025-07-15T19:43:54.171Z | Checking tabwriter v1.4.0 |
2191 | 2025-07-15T19:43:54.495Z | Compiling foreign-types-macros v0.2.3 |
2192 | 2025-07-15T19:43:54.515Z | Checking foreign-types-shared v0.3.1 |
2193 | 2025-07-15T19:43:54.653Z | Compiling num_enum_derive v0.5.11 |
2194 | 2025-07-15T19:43:54.666Z | Checking cstr-argument v0.1.2 |
2195 | 2025-07-15T19:43:54.749Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2196 | 2025-07-15T19:43:54.807Z | Checking pretty-hex v0.2.1 |
2197 | 2025-07-15T19:43:54.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2198 | 2025-07-15T19:43:54.892Z | Checking colored v2.2.0 |
2199 | 2025-07-15T19:43:54.947Z | Checking smf v0.2.3 |
2200 | 2025-07-15T19:43:55.018Z | Checking itertools v0.14.0 |
2201 | 2025-07-15T19:43:55.285Z | Checking base64 v0.21.7 |
2202 | 2025-07-15T19:43:55.339Z | Checking atomicwrites v0.4.4 |
2203 | 2025-07-15T19:43:55.430Z | Compiling typify-impl v0.4.1 |
2204 | 2025-07-15T19:43:55.545Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2205 | 2025-07-15T19:43:55.604Z | Compiling itertools v0.13.0 |
2206 | 2025-07-15T19:43:55.651Z | Checking foreign-types v0.5.0 |
2207 | 2025-07-15T19:43:55.749Z | Compiling crucible-workspace-hack v0.1.0 |
2208 | 2025-07-15T19:43:55.797Z | Checking glob v0.3.2 |
2209 | 2025-07-15T19:43:55.894Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2210 | 2025-07-15T19:43:56.200Z | Compiling heapless v0.8.0 |
2211 | 2025-07-15T19:43:56.413Z | Checking hash32 v0.3.1 |
2212 | 2025-07-15T19:43:56.662Z | Compiling smoltcp v0.11.0 |
2213 | 2025-07-15T19:43:56.782Z | Checking num_enum v0.5.11 |
2214 | 2025-07-15T19:43:57.052Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2215 | 2025-07-15T19:43:57.497Z | Checking cobs v0.2.3 |
2216 | 2025-07-15T19:43:57.556Z | Checking same-file v1.0.6 |
2217 | 2025-07-15T19:43:57.755Z | Checking postcard v1.0.10 |
2218 | 2025-07-15T19:43:57.810Z | Checking walkdir v2.5.0 |
2219 | 2025-07-15T19:43:58.168Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2220 | 2025-07-15T19:43:58.332Z | Checking sigpipe v0.1.3 |
2221 | 2025-07-15T19:43:58.510Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2222 | 2025-07-15T19:43:58.559Z | Compiling ingot-macros v0.1.0 |
2223 | 2025-07-15T19:43:58.693Z | Checking jiff v0.2.15 |
2224 | 2025-07-15T19:43:58.863Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2225 | 2025-07-15T19:43:59.032Z | Compiling zone_cfg_derive v0.3.0 |
2226 | 2025-07-15T19:43:59.338Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2227 | 2025-07-15T19:43:59.747Z | Compiling num-derive v0.4.2 |
2228 | 2025-07-15T19:43:59.787Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2229 | 2025-07-15T19:43:59.860Z | Compiling typify-macro v0.3.0 |
2230 | 2025-07-15T19:44:00.245Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2231 | 2025-07-15T19:44:00.361Z | Checking zone v0.3.1 |
2232 | 2025-07-15T19:44:00.549Z | Compiling convert_case v0.4.0 |
2233 | 2025-07-15T19:44:00.884Z | Checking utf-8 v0.7.6 |
2234 | 2025-07-15T19:44:01.173Z | Checking tokio-dtrace v0.1.0 |
2235 | 2025-07-15T19:44:01.221Z | Checking half v2.4.1 |
2236 | 2025-07-15T19:44:01.397Z | Compiling derive_more v0.99.20 |
2237 | 2025-07-15T19:44:01.500Z | Checking oxide-tokio-rt v0.1.2 |
2238 | 2025-07-15T19:44:01.709Z | Checking ciborium-io v0.2.2 |
2239 | 2025-07-15T19:44:01.772Z | Checking tungstenite v0.21.0 |
2240 | 2025-07-15T19:44:01.833Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2241 | 2025-07-15T19:44:01.920Z | Checking ciborium-ll v0.2.2 |
2242 | 2025-07-15T19:44:02.296Z | Checking ciborium v0.2.2 |
2243 | 2025-07-15T19:44:02.386Z | Checking pem v3.0.5 |
2244 | 2025-07-15T19:44:02.693Z | Checking newline-converter v0.3.0 |
2245 | 2025-07-15T19:44:02.764Z | Checking tokio-tungstenite v0.21.0 |
2246 | 2025-07-15T19:44:02.911Z | Checking expectorate v1.2.0 |
2247 | 2025-07-15T19:44:03.185Z | Checking num-rational v0.4.2 |
2248 | 2025-07-15T19:44:03.289Z | Checking num-complex v0.4.6 |
2249 | 2025-07-15T19:44:03.348Z | Checking float-ord v0.3.2 |
2250 | 2025-07-15T19:44:03.584Z | Checking secrecy v0.10.3 |
2251 | 2025-07-15T19:44:03.694Z | Compiling typify v0.3.0 |
2252 | 2025-07-15T19:44:03.867Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2253 | 2025-07-15T19:44:03.917Z | Compiling progenitor-impl v0.9.1 |
2254 | 2025-07-15T19:44:04.171Z | Checking num v0.4.3 |
2255 | 2025-07-15T19:44:04.233Z | Checking indent_write v2.2.0 |
2256 | 2025-07-15T19:44:04.336Z | Checking fixedbitset v0.5.7 |
2257 | 2025-07-15T19:44:04.456Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2258 | 2025-07-15T19:44:04.509Z | Checking xattr v1.3.1 |
2259 | 2025-07-15T19:44:04.828Z | Checking petgraph v0.8.2 |
2260 | 2025-07-15T19:44:04.855Z | Checking filetime v0.2.25 |
2261 | 2025-07-15T19:44:04.885Z | Checking arc-swap v1.7.1 |
2262 | 2025-07-15T19:44:05.087Z | Checking tar v0.4.44 |
2263 | 2025-07-15T19:44:05.239Z | Checking ingot-types v0.1.0 |
2264 | 2025-07-15T19:44:05.331Z | Checking slog-scope v4.4.0 |
2265 | 2025-07-15T19:44:05.596Z | Checking slog-stdlog v4.1.1 |
2266 | 2025-07-15T19:44:05.836Z | Checking password-hash v0.5.0 |
2267 | 2025-07-15T19:44:05.986Z | Checking blake2 v0.10.6 |
2268 | 2025-07-15T19:44:06.040Z | Checking ingot v0.1.0 |
2269 | 2025-07-15T19:44:06.085Z | Checking slog-envlogger v2.2.0 |
2270 | 2025-07-15T19:44:06.337Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2271 | 2025-07-15T19:44:06.382Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2272 | 2025-07-15T19:44:06.495Z | Checking argon2 v0.5.3 |
2273 | 2025-07-15T19:44:07.088Z | Compiling cancel-safe-futures v0.1.5 |
2274 | 2025-07-15T19:44:07.270Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2275 | 2025-07-15T19:44:07.341Z | Checking swrite v0.1.0 |
2276 | 2025-07-15T19:44:07.485Z | Compiling owo-colors v4.2.2 |
2277 | 2025-07-15T19:44:07.627Z | Checking libsw-core v0.3.1 |
2278 | 2025-07-15T19:44:07.836Z | Checking linear-map v1.2.0 |
2279 | 2025-07-15T19:44:07.903Z | Checking libsw v3.5.0 |
2280 | 2025-07-15T19:44:08.004Z | Compiling async-recursion v1.1.1 |
2281 | 2025-07-15T19:44:08.075Z | Checking keccak v0.1.5 |
2282 | 2025-07-15T19:44:08.176Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2283 | 2025-07-15T19:44:08.222Z | Compiling typify-impl v0.2.0 |
2284 | 2025-07-15T19:44:08.480Z | Checking sha3 v0.10.8 |
2285 | 2025-07-15T19:44:08.997Z | Checking prettyplease v0.2.35 |
2286 | 2025-07-15T19:44:09.202Z | Compiling typify-macro v0.4.1 |
2287 | 2025-07-15T19:44:09.525Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2288 | 2025-07-15T19:44:09.833Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2289 | 2025-07-15T19:44:10.463Z | Compiling progenitor-macro v0.9.1 |
2290 | 2025-07-15T19:44:11.463Z | Checking globset v0.4.15 |
2291 | 2025-07-15T19:44:11.872Z | Checking headers-core v0.3.0 |
2292 | 2025-07-15T19:44:12.151Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2293 | 2025-07-15T19:44:12.861Z | Checking highway v1.3.0 |
2294 | 2025-07-15T19:44:13.060Z | Compiling typify v0.4.1 |
2295 | 2025-07-15T19:44:13.270Z | Compiling progenitor-impl v0.10.0 |
2296 | 2025-07-15T19:44:13.685Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2297 | 2025-07-15T19:44:13.970Z | Checking headers v0.4.1 |
2298 | 2025-07-15T19:44:19.864Z | Compiling progenitor-macro v0.10.0 |
2299 | 2025-07-15T19:44:21.793Z | Compiling typify-macro v0.2.0 |
2300 | 2025-07-15T19:44:22.404Z | Compiling lzma-sys v0.1.20 |
2301 | 2025-07-15T19:44:23.294Z | Checking progenitor v0.9.1 |
2302 | 2025-07-15T19:44:23.456Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2303 | 2025-07-15T19:44:23.584Z | Checking progenitor-client v0.8.0 |
2304 | 2025-07-15T19:44:23.588Z | Compiling heck v0.3.3 |
2305 | 2025-07-15T19:44:24.002Z | Compiling pin-project-internal v1.1.6 |
2306 | 2025-07-15T19:44:24.299Z | Compiling zone_cfg_derive v0.1.2 |
2307 | 2025-07-15T19:44:25.710Z | Compiling typify v0.2.0 |
2308 | 2025-07-15T19:44:25.946Z | Compiling progenitor-impl v0.8.0 |
2309 | 2025-07-15T19:44:26.636Z | Checking resolv-conf v0.7.0 |
2310 | 2025-07-15T19:44:26.746Z | Checking pin-project v1.1.6 |
2311 | 2025-07-15T19:44:26.949Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2312 | 2025-07-15T19:44:27.109Z | Checking yasna v0.5.2 |
2313 | 2025-07-15T19:44:37.308Z | Checking base64 v0.13.1 |
2314 | 2025-07-15T19:44:37.626Z | Checking ron v0.7.1 |
2315 | 2025-07-15T19:44:37.626Z | Checking rcgen v0.12.1 |
2316 | 2025-07-15T19:44:37.626Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2317 | 2025-07-15T19:44:37.626Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2318 | 2025-07-15T19:44:37.626Z | Checking xz2 v0.1.7 |
2319 | 2025-07-15T19:44:37.626Z | Checking zone v0.1.8 |
2320 | 2025-07-15T19:44:37.626Z | Compiling snafu-derive v0.8.5 |
2321 | 2025-07-15T19:44:37.626Z | Checking olpc-cjson v0.1.4 |
2322 | 2025-07-15T19:44:37.626Z | Checking serde_plain v1.0.2 |
2323 | 2025-07-15T19:44:37.627Z | Checking subprocess v0.2.9 |
2324 | 2025-07-15T19:44:37.627Z | Checking typed-path v0.9.3 |
2325 | 2025-07-15T19:44:37.627Z | Checking humantime v2.2.0 |
2326 | 2025-07-15T19:44:37.627Z | Checking universal-hash v0.5.1 |
2327 | 2025-07-15T19:44:37.627Z | Checking opaque-debug v0.3.1 |
2328 | 2025-07-15T19:44:37.993Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2329 | 2025-07-15T19:44:37.993Z | Compiling semver v0.1.20 |
2330 | 2025-07-15T19:44:37.993Z | Compiling progenitor-macro v0.8.0 |
2331 | 2025-07-15T19:44:37.993Z | Checking progenitor v0.10.0 |
2332 | 2025-07-15T19:44:37.993Z | Compiling rustc_version v0.1.7 |
2333 | 2025-07-15T19:44:37.993Z | Checking aead v0.5.2 |
2334 | 2025-07-15T19:44:37.993Z | Checking poly1305 v0.8.0 |
2335 | 2025-07-15T19:44:37.993Z | Checking chacha20 v0.9.1 |
2336 | 2025-07-15T19:44:37.993Z | Compiling newtype_derive v0.1.6 |
2337 | 2025-07-15T19:44:37.993Z | Compiling thiserror-impl-no-std v2.0.2 |
2338 | 2025-07-15T19:44:37.994Z | Checking linked-hash-map v0.5.6 |
2339 | 2025-07-15T19:44:37.994Z | Checking snafu v0.8.5 |
2340 | 2025-07-15T19:44:37.994Z | Checking lru-cache v0.1.2 |
2341 | 2025-07-15T19:44:37.994Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2342 | 2025-07-15T19:44:37.994Z | Checking hickory-proto v0.24.4 |
2343 | 2025-07-15T19:44:37.994Z | Checking tough v0.20.0 |
2344 | 2025-07-15T19:44:37.994Z | Checking chacha20poly1305 v0.10.1 |
2345 | 2025-07-15T19:44:37.994Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2346 | 2025-07-15T19:44:37.994Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2347 | 2025-07-15T19:44:37.994Z | Checking thiserror-no-std v2.0.2 |
2348 | 2025-07-15T19:44:37.994Z | Checking vsss-rs v3.3.4 |
2349 | 2025-07-15T19:44:37.994Z | Checking steno v0.4.1 |
2350 | 2025-07-15T19:44:38.949Z | Checking hickory-resolver v0.24.4 |
2351 | 2025-07-15T19:44:39.000Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2352 | 2025-07-15T19:44:39.000Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2353 | 2025-07-15T19:44:39.254Z | Compiling moka v0.12.10 |
2354 | 2025-07-15T19:44:39.427Z | Checking tagptr v0.2.0 |
2355 | 2025-07-15T19:44:39.477Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2356 | 2025-07-15T19:44:39.486Z | Compiling slog-dtrace v0.3.0 |
2357 | 2025-07-15T19:44:39.667Z | Checking bytecount v0.6.8 |
2358 | 2025-07-15T19:44:39.772Z | Checking qorb v0.4.0 |
2359 | 2025-07-15T19:44:39.895Z | Checking display-error-chain v0.2.2 |
2360 | 2025-07-15T19:44:40.113Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2361 | 2025-07-15T19:44:40.537Z | Checking gethostname v0.5.0 |
2362 | 2025-07-15T19:44:41.100Z | Checking hickory-resolver v0.25.2 |
2363 | 2025-07-15T19:44:41.263Z | Checking nibble_vec v0.1.0 |
2364 | 2025-07-15T19:44:41.538Z | Checking endian-type v0.1.2 |
2365 | 2025-07-15T19:44:41.825Z | Checking radix_trie v0.2.1 |
2366 | 2025-07-15T19:44:42.140Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2025-07-15T19:44:42.279Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2025-07-15T19:44:42.370Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2369 | 2025-07-15T19:44:42.600Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2025-07-15T19:44:42.651Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2371 | 2025-07-15T19:44:43.140Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2372 | 2025-07-15T19:44:45.376Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2373 | 2025-07-15T19:44:45.451Z | Checking progenitor v0.8.0 |
2374 | 2025-07-15T19:44:45.477Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2375 | 2025-07-15T19:44:45.627Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2376 | 2025-07-15T19:44:46.018Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2377 | 2025-07-15T19:44:46.075Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2025-07-15T19:44:46.406Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2379 | 2025-07-15T19:44:48.086Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2380 | 2025-07-15T19:44:48.087Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2025-07-15T19:44:48.110Z | Compiling libefi-sys v0.1.0 |
2382 | 2025-07-15T19:44:48.209Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2383 | 2025-07-15T19:44:48.493Z | Compiling bitfield-struct v0.6.2 |
2384 | 2025-07-15T19:44:48.640Z | Checking termcolor v1.4.1 |
2385 | 2025-07-15T19:44:48.707Z | Compiling radium v0.7.0 |
2386 | 2025-07-15T19:44:49.362Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2387 | 2025-07-15T19:44:49.553Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2388 | 2025-07-15T19:44:49.702Z | Compiling zerocopy-derive v0.6.6 |
2389 | 2025-07-15T19:44:49.752Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2390 | 2025-07-15T19:44:49.945Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2391 | 2025-07-15T19:44:50.226Z | Checking tap v1.0.1 |
2392 | 2025-07-15T19:44:50.449Z | Compiling maybe-uninit v2.0.0 |
2393 | 2025-07-15T19:44:50.536Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2394 | 2025-07-15T19:44:50.757Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2395 | 2025-07-15T19:44:51.069Z | Checking wyz v0.5.1 |
2396 | 2025-07-15T19:44:51.431Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2397 | 2025-07-15T19:44:51.583Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2025-07-15T19:44:51.635Z | Checking zerocopy v0.6.6 |
2399 | 2025-07-15T19:44:51.714Z | Checking crc-catalog v2.4.0 |
2400 | 2025-07-15T19:44:51.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2401 | 2025-07-15T19:44:51.989Z | Checking funty v2.0.0 |
2402 | 2025-07-15T19:44:51.995Z | Compiling packed_struct v0.10.1 |
2403 | 2025-07-15T19:44:52.421Z | Checking crc v3.2.1 |
2404 | 2025-07-15T19:44:52.703Z | Compiling packed_struct_codegen v0.10.1 |
2405 | 2025-07-15T19:44:52.753Z | Compiling indexmap v1.9.3 |
2406 | 2025-07-15T19:44:52.909Z | Checking termtree v0.5.1 |
2407 | 2025-07-15T19:44:52.986Z | Checking bitvec v1.0.1 |
2408 | 2025-07-15T19:44:53.161Z | Checking nodrop v0.1.14 |
2409 | 2025-07-15T19:44:53.292Z | Checking smallvec v0.6.14 |
2410 | 2025-07-15T19:44:53.363Z | Checking array-init v0.0.4 |
2411 | 2025-07-15T19:44:53.559Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2412 | 2025-07-15T19:44:53.753Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2413 | 2025-07-15T19:44:53.894Z | Compiling proc-macro-error-attr2 v2.0.0 |
2414 | 2025-07-15T19:44:54.355Z | Checking hashbrown v0.12.3 |
2415 | 2025-07-15T19:44:54.713Z | Checking bitfield v0.14.0 |
2416 | 2025-07-15T19:44:55.063Z | Compiling proc-macro-error2 v2.0.1 |
2417 | 2025-07-15T19:44:55.201Z | Checking serde-hex v0.1.0 |
2418 | 2025-07-15T19:44:55.571Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2419 | 2025-07-15T19:44:55.627Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2420 | 2025-07-15T19:44:55.713Z | Checking env_logger v0.10.2 |
2421 | 2025-07-15T19:44:55.878Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2422 | 2025-07-15T19:44:55.976Z | Checking ron v0.8.1 |
2423 | 2025-07-15T19:44:56.156Z | Checking hashbrown v0.13.2 |
2424 | 2025-07-15T19:44:57.170Z | Checking crc-any v2.5.0 |
2425 | 2025-07-15T19:44:57.276Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2426 | 2025-07-15T19:44:57.626Z | Checking object v0.30.4 |
2427 | 2025-07-15T19:44:57.672Z | Compiling tabled_derive v0.10.0 |
2428 | 2025-07-15T19:44:58.789Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2429 | 2025-07-15T19:44:58.841Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2430 | 2025-07-15T19:44:59.346Z | Checking papergrid v0.14.0 |
2431 | 2025-07-15T19:45:00.369Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2432 | 2025-07-15T19:45:00.881Z | Compiling num-derive v0.3.3 |
2433 | 2025-07-15T19:45:02.428Z | Checking path-slash v0.1.5 |
2434 | 2025-07-15T19:45:02.651Z | Checking tabled v0.18.0 |
2435 | 2025-07-15T19:45:03.087Z | Checking libscf-sys v1.1.0 |
2436 | 2025-07-15T19:45:03.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2437 | 2025-07-15T19:45:03.410Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2438 | 2025-07-15T19:45:03.716Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2439 | 2025-07-15T19:45:03.878Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2440 | 2025-07-15T19:45:04.528Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2441 | 2025-07-15T19:45:04.845Z | Compiling xshell-macros v0.2.7 |
2442 | 2025-07-15T19:45:04.936Z | Checking maplit v1.0.2 |
2443 | 2025-07-15T19:45:05.253Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2444 | 2025-07-15T19:45:05.469Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2445 | 2025-07-15T19:45:05.637Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2446 | 2025-07-15T19:45:05.685Z | Checking xshell v0.2.7 |
2447 | 2025-07-15T19:45:05.688Z | Checking crc8 v0.1.1 |
2448 | 2025-07-15T19:45:05.928Z | Checking fxhash v0.2.1 |
2449 | 2025-07-15T19:45:06.067Z | Compiling vte_generate_state_changes v0.1.2 |
2450 | 2025-07-15T19:45:06.169Z | Checking fd-lock v4.0.2 |
2451 | 2025-07-15T19:45:06.217Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2452 | 2025-07-15T19:45:06.399Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2025-07-15T19:45:06.450Z | Checking nu-ansi-term v0.50.1 |
2454 | 2025-07-15T19:45:06.736Z | Checking vte v0.11.1 |
2455 | 2025-07-15T19:45:06.881Z | Compiling const_format_proc_macros v0.2.34 |
2456 | 2025-07-15T19:45:08.296Z | Checking strip-ansi-escapes v0.2.0 |
2457 | 2025-07-15T19:45:08.523Z | Checking reedline v0.40.0 |
2458 | 2025-07-15T19:45:08.578Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2459 | 2025-07-15T19:45:08.740Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2460 | 2025-07-15T19:45:08.796Z | Checking const_format v0.2.34 |
2461 | 2025-07-15T19:45:09.026Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2462 | 2025-07-15T19:45:09.110Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2025-07-15T19:45:09.202Z | Checking home v0.5.9 |
2464 | 2025-07-15T19:45:09.255Z | Checking kstat-rs v0.2.4 |
2465 | 2025-07-15T19:45:09.287Z | Checking papergrid v0.11.0 |
2466 | 2025-07-15T19:45:09.333Z | Compiling tabled_derive v0.7.0 |
2467 | 2025-07-15T19:45:09.379Z | Checking half v1.8.3 |
2468 | 2025-07-15T19:45:09.421Z | Compiling nix v0.30.1 |
2469 | 2025-07-15T19:45:09.489Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2470 | 2025-07-15T19:45:09.606Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2471 | 2025-07-15T19:45:09.847Z | Checking serde_cbor v0.11.2 |
2472 | 2025-07-15T19:45:10.690Z | Compiling phf_generator v0.11.2 |
2473 | 2025-07-15T19:45:10.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2474 | 2025-07-15T19:45:10.925Z | Compiling phf_codegen v0.11.2 |
2475 | 2025-07-15T19:45:11.204Z | Compiling dsl_auto_type v0.1.2 |
2476 | 2025-07-15T19:45:11.258Z | Checking scheduled-thread-pool v0.2.7 |
2477 | 2025-07-15T19:45:11.308Z | Compiling parse-zoneinfo v0.3.1 |
2478 | 2025-07-15T19:45:11.361Z | Compiling diesel_table_macro_syntax v0.2.0 |
2479 | 2025-07-15T19:45:11.507Z | Checking tabled v0.15.0 |
2480 | 2025-07-15T19:45:11.560Z | Compiling parking_lot_core v0.8.6 |
2481 | 2025-07-15T19:45:11.621Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2482 | 2025-07-15T19:45:11.699Z | Compiling cfg_aliases v0.1.1 |
2483 | 2025-07-15T19:45:11.799Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2025-07-15T19:45:11.867Z | Compiling nix v0.28.0 |
2485 | 2025-07-15T19:45:12.203Z | Compiling chrono-tz-build v0.4.0 |
2486 | 2025-07-15T19:45:12.635Z | Compiling diesel_derives v2.2.3 |
2487 | 2025-07-15T19:45:12.685Z | Checking r2d2 v0.8.10 |
2488 | 2025-07-15T19:45:13.019Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2489 | 2025-07-15T19:45:13.080Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2490 | 2025-07-15T19:45:13.427Z | Checking bcs v0.1.6 |
2491 | 2025-07-15T19:45:13.688Z | Checking nanorand v0.7.0 |
2492 | 2025-07-15T19:45:13.915Z | Compiling chrono-tz v0.10.3 |
2493 | 2025-07-15T19:45:14.092Z | Checking flume v0.11.1 |
2494 | 2025-07-15T19:45:14.323Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2495 | 2025-07-15T19:45:14.428Z | Compiling crunchy v0.2.2 |
2496 | 2025-07-15T19:45:14.621Z | Checking parking_lot v0.11.2 |
2497 | 2025-07-15T19:45:15.007Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2498 | 2025-07-15T19:45:15.122Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2499 | 2025-07-15T19:45:15.383Z | Checking prefix-trie v0.7.0 |
2500 | 2025-07-15T19:45:15.763Z | Compiling peg-macros v0.8.5 |
2501 | 2025-07-15T19:45:15.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2502 | 2025-07-15T19:45:16.118Z | Compiling sqlparser_derive v0.2.2 |
2503 | 2025-07-15T19:45:16.516Z | Compiling tiny-keccak v2.0.2 |
2504 | 2025-07-15T19:45:16.883Z | Checking unicode_categories v0.1.1 |
2505 | 2025-07-15T19:45:17.092Z | Checking hickory-server v0.25.2 |
2506 | 2025-07-15T19:45:17.235Z | Checking sqlparser v0.45.0 |
2507 | 2025-07-15T19:45:17.287Z | Checking sqlformat v0.3.5 |
2508 | 2025-07-15T19:45:17.372Z | Checking rustyline v14.0.0 |
2509 | 2025-07-15T19:45:17.429Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2510 | 2025-07-15T19:45:19.090Z | Checking peg v0.8.5 |
2511 | 2025-07-15T19:45:19.211Z | Checking sled v0.34.7 |
2512 | 2025-07-15T19:45:19.260Z | Checking hickory-client v0.25.2 |
2513 | 2025-07-15T19:45:19.768Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2514 | 2025-07-15T19:45:19.864Z | Compiling bit-vec v0.6.3 |
2515 | 2025-07-15T19:45:20.317Z | Compiling bit-set v0.5.3 |
2516 | 2025-07-15T19:45:20.651Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2517 | 2025-07-15T19:45:20.908Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2518 | 2025-07-15T19:45:22.015Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2519 | 2025-07-15T19:45:22.379Z | Compiling ascii-canvas v3.0.0 |
2520 | 2025-07-15T19:45:22.829Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2521 | 2025-07-15T19:45:22.885Z | Compiling ena v0.14.3 |
2522 | 2025-07-15T19:45:23.203Z | Compiling regex-syntax v0.6.29 |
2523 | 2025-07-15T19:45:23.249Z | Compiling bindgen v0.71.1 |
2524 | 2025-07-15T19:45:23.332Z | Compiling diff v0.1.13 |
2525 | 2025-07-15T19:45:23.429Z | Checking diesel v2.2.11 |
2526 | 2025-07-15T19:45:23.998Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2527 | 2025-07-15T19:45:25.716Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2528 | 2025-07-15T19:45:25.762Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2529 | 2025-07-15T19:45:25.762Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2530 | 2025-07-15T19:45:25.762Z | Compiling unicase v2.7.0 |
2531 | 2025-07-15T19:45:25.769Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2532 | 2025-07-15T19:45:26.162Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2533 | 2025-07-15T19:45:26.517Z | Compiling lalrpop v0.19.12 |
2534 | 2025-07-15T19:45:26.569Z | Compiling derive_builder_core v0.20.2 |
2535 | 2025-07-15T19:45:27.532Z | Compiling libxml v0.3.3 |
2536 | 2025-07-15T19:45:28.148Z | Compiling strum_macros v0.24.3 |
2537 | 2025-07-15T19:45:28.302Z | Compiling indoc v1.0.9 |
2538 | 2025-07-15T19:45:28.708Z | Compiling derive_builder_macro v0.20.2 |
2539 | 2025-07-15T19:45:29.634Z | Checking derive_builder v0.20.2 |
2540 | 2025-07-15T19:45:30.269Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2541 | 2025-07-15T19:45:30.660Z | Checking primeorder v0.13.6 |
2542 | 2025-07-15T19:45:30.712Z | Checking quick-xml v0.37.2 |
2543 | 2025-07-15T19:45:31.173Z | Compiling impl-trait-for-tuples v0.2.2 |
2544 | 2025-07-15T19:45:31.335Z | Compiling oso-derive v0.27.3 |
2545 | 2025-07-15T19:45:31.509Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2546 | 2025-07-15T19:45:32.432Z | Compiling mime_guess v2.0.5 |
2547 | 2025-07-15T19:45:32.751Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2548 | 2025-07-15T19:45:32.972Z | Checking assert_matches v1.5.0 |
2549 | 2025-07-15T19:45:33.142Z | Checking http-range v0.1.5 |
2550 | 2025-07-15T19:45:33.722Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2551 | 2025-07-15T19:45:33.740Z | Checking signal-hook-tokio v0.3.1 |
2552 | 2025-07-15T19:45:33.996Z | Checking atty v0.2.14 |
2553 | 2025-07-15T19:45:34.210Z | Compiling salty v0.3.0 |
2554 | 2025-07-15T19:45:34.776Z | Checking p384 v0.13.0 |
2555 | 2025-07-15T19:45:35.182Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2556 | 2025-07-15T19:45:35.892Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2557 | 2025-07-15T19:45:36.130Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2558 | 2025-07-15T19:45:37.012Z | Compiling diesel-dtrace v0.4.2 |
2559 | 2025-07-15T19:45:37.338Z | Checking hyper-staticfile v0.10.1 |
2560 | 2025-07-15T19:45:37.744Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2561 | 2025-07-15T19:45:37.958Z | Checking predicates-tree v1.0.12 |
2562 | 2025-07-15T19:45:38.152Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2563 | 2025-07-15T19:45:38.180Z | Checking tungstenite v0.23.0 |
2564 | 2025-07-15T19:45:38.240Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2565 | 2025-07-15T19:45:38.293Z | Checking bb8 v0.8.5 |
2566 | 2025-07-15T19:45:38.479Z | Checking env_filter v0.1.2 |
2567 | 2025-07-15T19:45:38.602Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2568 | 2025-07-15T19:45:38.799Z | Checking env_logger v0.11.5 |
2569 | 2025-07-15T19:45:38.850Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2570 | 2025-07-15T19:45:39.092Z | Checking tokio-tungstenite v0.23.1 |
2571 | 2025-07-15T19:45:39.183Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2572 | 2025-07-15T19:45:39.233Z | Checking void v1.0.2 |
2573 | 2025-07-15T19:45:39.279Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2574 | 2025-07-15T19:45:39.423Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2575 | 2025-07-15T19:45:39.463Z | Checking lzss v0.8.2 |
2576 | 2025-07-15T19:45:39.606Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2577 | 2025-07-15T19:45:39.713Z | Checking nix v0.27.1 |
2578 | 2025-07-15T19:45:39.770Z | Checking serde_bytes v0.11.17 |
2579 | 2025-07-15T19:45:39.822Z | Checking secrecy v0.8.0 |
2580 | 2025-07-15T19:45:39.828Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2581 | 2025-07-15T19:45:39.924Z | Checking ignore v0.4.23 |
2582 | 2025-07-15T19:45:40.153Z | Compiling fs-err v2.11.0 |
2583 | 2025-07-15T19:45:40.760Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2584 | 2025-07-15T19:45:40.812Z | Checking globwalk v0.9.1 |
2585 | 2025-07-15T19:45:41.183Z | Checking camino-tempfile-ext v0.3.2 |
2586 | 2025-07-15T19:45:41.240Z | Checking parse-size v1.1.0 |
2587 | 2025-07-15T19:45:41.497Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2588 | 2025-07-15T19:45:41.624Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2589 | 2025-07-15T19:45:42.549Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2590 | 2025-07-15T19:45:43.164Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2591 | 2025-07-15T19:45:43.341Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2592 | 2025-07-15T19:45:43.790Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2593 | 2025-07-15T19:45:43.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2594 | 2025-07-15T19:45:44.276Z | Checking rand_seeder v0.3.0 |
2595 | 2025-07-15T19:45:44.642Z | Checking csv-core v0.1.11 |
2596 | 2025-07-15T19:45:44.943Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2597 | 2025-07-15T19:45:45.039Z | Checking csv v1.3.1 |
2598 | 2025-07-15T19:45:45.091Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2599 | 2025-07-15T19:45:45.500Z | Checking heck v0.4.1 |
2600 | 2025-07-15T19:45:45.695Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2601 | 2025-07-15T19:45:45.879Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2602 | 2025-07-15T19:45:45.988Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2603 | 2025-07-15T19:45:46.435Z | Checking yansi v1.0.1 |
2604 | 2025-07-15T19:45:46.876Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2605 | 2025-07-15T19:45:47.025Z | Checking pretty_assertions v1.4.1 |
2606 | 2025-07-15T19:45:47.313Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2607 | 2025-07-15T19:45:47.518Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2608 | 2025-07-15T19:45:47.595Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2609 | 2025-07-15T19:45:48.403Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2610 | 2025-07-15T19:45:49.363Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2611 | 2025-07-15T19:45:49.619Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2612 | 2025-07-15T19:45:49.891Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2613 | 2025-07-15T19:45:50.247Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2614 | 2025-07-15T19:45:50.726Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2615 | 2025-07-15T19:45:50.921Z | Compiling indoc v2.0.6 |
2616 | 2025-07-15T19:45:51.111Z | Checking is_ci v1.2.0 |
2617 | 2025-07-15T19:45:51.322Z | Checking supports-color v3.0.2 |
2618 | 2025-07-15T19:45:51.508Z | Checking typeid v1.0.3 |
2619 | 2025-07-15T19:45:51.588Z | Checking castaway v0.2.3 |
2620 | 2025-07-15T19:45:51.763Z | Compiling libz-sys v1.1.20 |
2621 | 2025-07-15T19:45:51.816Z | Checking unicode-linebreak v0.1.5 |
2622 | 2025-07-15T19:45:51.876Z | Checking smawk v0.3.2 |
2623 | 2025-07-15T19:45:52.159Z | Checking compact_str v0.8.0 |
2624 | 2025-07-15T19:45:52.298Z | Checking textwrap v0.16.2 |
2625 | 2025-07-15T19:45:52.658Z | Checking erased-serde v0.4.6 |
2626 | 2025-07-15T19:45:53.012Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2627 | 2025-07-15T19:45:53.323Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2628 | 2025-07-15T19:45:53.627Z | Checking async-bb8-diesel v0.2.1 |
2629 | 2025-07-15T19:45:53.849Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2630 | 2025-07-15T19:45:53.991Z | Checking unicode-truncate v1.1.0 |
2631 | 2025-07-15T19:45:54.283Z | Checking concurrent-queue v2.5.0 |
2632 | 2025-07-15T19:45:54.337Z | Checking lru v0.12.5 |
2633 | 2025-07-15T19:45:54.719Z | Checking ordered-float v2.10.1 |
2634 | 2025-07-15T19:45:54.735Z | Compiling instability v0.3.2 |
2635 | 2025-07-15T19:45:55.328Z | Checking cassowary v0.3.0 |
2636 | 2025-07-15T19:45:55.356Z | Checking parking v2.2.1 |
2637 | 2025-07-15T19:45:56.042Z | Checking serde-value v0.7.0 |
2638 | 2025-07-15T19:45:56.088Z | Checking serde-untagged v0.1.7 |
2639 | 2025-07-15T19:45:56.088Z | Checking ratatui v0.29.0 |
2640 | 2025-07-15T19:45:56.096Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2641 | 2025-07-15T19:45:56.168Z | Checking cargo-util-schemas v0.2.0 |
2642 | 2025-07-15T19:45:57.374Z | Checking cargo-platform v0.2.0 |
2643 | 2025-07-15T19:45:57.690Z | Checking event-listener v5.3.1 |
2644 | 2025-07-15T19:45:58.098Z | Checking cargo_metadata v0.20.0 |
2645 | 2025-07-15T19:45:58.166Z | Compiling vergen v8.3.2 |
2646 | 2025-07-15T19:45:58.567Z | Compiling cargo-platform v0.1.8 |
2647 | 2025-07-15T19:45:58.866Z | Checking event-listener-strategy v0.5.2 |
2648 | 2025-07-15T19:45:59.123Z | Compiling cargo_metadata v0.18.1 |
2649 | 2025-07-15T19:45:59.173Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2650 | 2025-07-15T19:45:59.947Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2651 | 2025-07-15T19:46:01.653Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2652 | 2025-07-15T19:46:01.740Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2653 | 2025-07-15T19:46:02.132Z | Checking plotters-backend v0.3.7 |
2654 | 2025-07-15T19:46:02.166Z | Compiling rustls v0.21.12 |
2655 | 2025-07-15T19:46:02.329Z | Checking shell-words v1.1.0 |
2656 | 2025-07-15T19:46:02.513Z | Checking plotters-svg v0.3.7 |
2657 | 2025-07-15T19:46:02.740Z | Checking futures-lite v2.3.0 |
2658 | 2025-07-15T19:46:02.786Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2659 | 2025-07-15T19:46:02.833Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2660 | 2025-07-15T19:46:03.208Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2661 | 2025-07-15T19:46:03.556Z | Checking rustls-webpki v0.101.7 |
2662 | 2025-07-15T19:46:03.599Z | Checking sct v0.7.1 |
2663 | 2025-07-15T19:46:03.863Z | Checking cast v0.3.0 |
2664 | 2025-07-15T19:46:04.142Z | Checking plotters v0.3.7 |
2665 | 2025-07-15T19:46:04.217Z | Checking criterion-plot v0.5.0 |
2666 | 2025-07-15T19:46:06.848Z | Checking tinytemplate v1.2.1 |
2667 | 2025-07-15T19:46:06.906Z | Checking anes v0.1.6 |
2668 | 2025-07-15T19:46:06.906Z | Checking oorandom v11.1.4 |
2669 | 2025-07-15T19:46:06.906Z | Checking async-lock v3.4.0 |
2670 | 2025-07-15T19:46:06.906Z | Checking criterion v0.6.0 |
2671 | 2025-07-15T19:46:06.932Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2672 | 2025-07-15T19:46:07.161Z | Checking tokio-rustls v0.24.1 |
2673 | 2025-07-15T19:46:07.274Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2674 | 2025-07-15T19:46:07.468Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2675 | 2025-07-15T19:46:07.560Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2676 | 2025-07-15T19:46:07.604Z | Checking rustls-pemfile v1.0.4 |
2677 | 2025-07-15T19:46:07.872Z | Checking twox-hash v2.1.0 |
2678 | 2025-07-15T19:46:07.945Z | Checking polling v3.7.3 |
2679 | 2025-07-15T19:46:08.424Z | Checking async-io v2.3.4 |
2680 | 2025-07-15T19:46:08.588Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2681 | 2025-07-15T19:46:08.648Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2682 | 2025-07-15T19:46:09.047Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2683 | 2025-07-15T19:46:09.296Z | Checking fatfs v0.3.6 |
2684 | 2025-07-15T19:46:09.346Z | Checking async-task v4.7.1 |
2685 | 2025-07-15T19:46:09.781Z | Checking hex-literal v0.4.1 |
2686 | 2025-07-15T19:46:09.964Z | Checking async-channel v2.3.1 |
2687 | 2025-07-15T19:46:10.225Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2688 | 2025-07-15T19:46:10.316Z | Checking piper v0.2.4 |
2689 | 2025-07-15T19:46:10.593Z | Checking rtoolbox v0.0.2 |
2690 | 2025-07-15T19:46:10.851Z | Checking futures-timer v3.0.3 |
2691 | 2025-07-15T19:46:10.901Z | Checking rpassword v7.4.0 |
2692 | 2025-07-15T19:46:11.128Z | Checking blocking v1.6.1 |
2693 | 2025-07-15T19:46:11.207Z | Checking async-executor v1.13.1 |
2694 | 2025-07-15T19:46:11.488Z | Checking async-signal v0.2.10 |
2695 | 2025-07-15T19:46:11.594Z | Checking tui-tree-widget v0.23.1 |
2696 | 2025-07-15T19:46:11.830Z | Checking polyval v0.6.2 |
2697 | 2025-07-15T19:46:11.998Z | Checking event-listener v2.5.3 |
2698 | 2025-07-15T19:46:12.190Z | Checking ghash v0.5.1 |
2699 | 2025-07-15T19:46:12.277Z | Checking async-channel v1.9.0 |
2700 | 2025-07-15T19:46:12.436Z | Checking async-process v2.3.0 |
2701 | 2025-07-15T19:46:12.592Z | Checking async-global-executor v2.4.1 |
2702 | 2025-07-15T19:46:13.533Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2703 | 2025-07-15T19:46:14.379Z | Checking ctr v0.9.2 |
2704 | 2025-07-15T19:46:14.379Z | Checking kv-log-macro v1.0.7 |
2705 | 2025-07-15T19:46:14.379Z | Compiling async-attributes v1.1.2 |
2706 | 2025-07-15T19:46:14.379Z | Checking constant_time_eq v0.3.1 |
2707 | 2025-07-15T19:46:14.413Z | Checking arrayref v0.3.9 |
2708 | 2025-07-15T19:46:14.413Z | Checking arrayvec v0.7.6 |
2709 | 2025-07-15T19:46:14.413Z | Checking aes-gcm v0.10.3 |
2710 | 2025-07-15T19:46:14.413Z | Checking async-std v1.13.0 |
2711 | 2025-07-15T19:46:14.629Z | Checking ssh-encoding v0.2.0 |
2712 | 2025-07-15T19:46:15.042Z | Checking blowfish v0.9.1 |
2713 | 2025-07-15T19:46:15.345Z | Compiling petname v2.0.2 |
2714 | 2025-07-15T19:46:16.701Z | Checking bcrypt-pbkdf v0.10.0 |
2715 | 2025-07-15T19:46:17.045Z | Checking ssh-cipher v0.2.0 |
2716 | 2025-07-15T19:46:17.421Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2717 | 2025-07-15T19:46:17.792Z | Checking async-object-pool v0.1.5 |
2718 | 2025-07-15T19:46:18.047Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2719 | 2025-07-15T19:46:18.382Z | Checking serde_regex v1.1.0 |
2720 | 2025-07-15T19:46:18.472Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2721 | 2025-07-15T19:46:18.723Z | Checking password-hash v0.4.2 |
2722 | 2025-07-15T19:46:19.157Z | Checking assert-json-diff v2.0.2 |
2723 | 2025-07-15T19:46:19.423Z | Checking path-tree v0.8.1 |
2724 | 2025-07-15T19:46:19.514Z | Checking stringmetrics v2.2.2 |
2725 | 2025-07-15T19:46:19.836Z | Checking pbkdf2 v0.11.0 |
2726 | 2025-07-15T19:46:19.884Z | Checking httpmock v0.8.0-alpha.1 |
2727 | 2025-07-15T19:46:20.192Z | Checking ssh-key v0.6.6 |
2728 | 2025-07-15T19:46:22.676Z | Checking p521 v0.13.3 |
2729 | 2025-07-15T19:46:24.150Z | Checking p256 v0.13.2 |
2730 | 2025-07-15T19:46:24.274Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2731 | 2025-07-15T19:46:24.566Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2732 | 2025-07-15T19:46:24.618Z | Checking russh-cryptovec v0.7.3 |
2733 | 2025-07-15T19:46:24.681Z | Compiling target-lexicon v0.13.2 |
2734 | 2025-07-15T19:46:24.901Z | Checking sync-ptr v0.1.4 |
2735 | 2025-07-15T19:46:24.972Z | Checking md5 v0.7.0 |
2736 | 2025-07-15T19:46:25.194Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2737 | 2025-07-15T19:46:25.336Z | Checking russh-keys v0.45.0 |
2738 | 2025-07-15T19:46:25.822Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2739 | 2025-07-15T19:46:26.693Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2740 | 2025-07-15T19:46:26.697Z | Checking num-bigint v0.4.6 |
2741 | 2025-07-15T19:46:26.813Z | Checking des v0.8.1 |
2742 | 2025-07-15T19:46:27.087Z | Compiling blake3 v1.5.4 |
2743 | 2025-07-15T19:46:27.164Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2744 | 2025-07-15T19:46:27.779Z | Compiling guppy-workspace-hack v0.1.0 |
2745 | 2025-07-15T19:46:27.990Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2746 | 2025-07-15T19:46:29.029Z | Checking russh v0.45.0 |
2747 | 2025-07-15T19:46:29.432Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2748 | 2025-07-15T19:46:29.482Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2749 | 2025-07-15T19:46:29.862Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2750 | 2025-07-15T19:46:30.312Z | Checking memmap2 v0.9.5 |
2751 | 2025-07-15T19:46:30.662Z | Checking internet-checksum v0.2.1 |
2752 | 2025-07-15T19:46:30.876Z | Compiling target-spec v3.4.2 |
2753 | 2025-07-15T19:46:31.505Z | Checking cfg-expr v0.18.0 |
2754 | 2025-07-15T19:46:31.725Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2755 | 2025-07-15T19:46:32.362Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2756 | 2025-07-15T19:46:32.889Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2025-07-15T19:46:33.124Z | Checking httptest v0.16.3 |
2758 | 2025-07-15T19:46:33.361Z | Checking topological-sort v0.2.2 |
2759 | 2025-07-15T19:46:33.639Z | Checking omicron-zone-package v0.12.2 |
2760 | 2025-07-15T19:46:35.507Z | Checking petgraph v0.7.1 |
2761 | 2025-07-15T19:46:36.685Z | Checking pathdiff v0.2.3 |
2762 | 2025-07-15T19:46:36.923Z | Compiling rstest_macros v0.25.0 |
2763 | 2025-07-15T19:46:37.484Z | Compiling doc-comment v0.3.3 |
2764 | 2025-07-15T19:46:37.537Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2765 | 2025-07-15T19:46:37.801Z | Compiling target-triple v0.1.3 |
2766 | 2025-07-15T19:46:37.844Z | Checking nested v0.1.1 |
2767 | 2025-07-15T19:46:38.118Z | Checking guppy v0.17.19 |
2768 | 2025-07-15T19:46:38.395Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2769 | 2025-07-15T19:46:38.466Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2770 | 2025-07-15T19:46:38.823Z | Checking similar-asserts v1.7.0 |
2771 | 2025-07-15T19:46:39.124Z | Compiling proc-macro-crate v3.2.0 |
2772 | 2025-07-15T19:46:40.226Z | Compiling relative-path v1.9.3 |
2773 | 2025-07-15T19:46:40.264Z | Compiling assert_cmd v2.0.17 |
2774 | 2025-07-15T19:46:40.720Z | Checking escape8259 v0.5.3 |
2775 | 2025-07-15T19:46:40.952Z | Checking libtest-mimic v0.8.1 |
2776 | 2025-07-15T19:46:41.854Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2777 | 2025-07-15T19:46:41.983Z | Checking blake2b_simd v1.0.2 |
2778 | 2025-07-15T19:46:42.818Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2779 | 2025-07-15T19:46:43.333Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2780 | 2025-07-15T19:46:43.724Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2781 | 2025-07-15T19:46:44.116Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2782 | 2025-07-15T19:46:44.504Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2783 | 2025-07-15T19:46:44.903Z | Checking fancy-regex v0.14.0 |
2784 | 2025-07-15T19:46:45.946Z | Checking serde_tokenstream v0.2.2 |
2785 | 2025-07-15T19:46:46.373Z | Checking uzers v0.12.1 |
2786 | 2025-07-15T19:46:46.838Z | Checking datatest-stable v0.3.2 |
2787 | 2025-07-15T19:46:47.533Z | Checking rust-argon2 v2.1.0 |
2788 | 2025-07-15T19:46:48.524Z | Checking trybuild v1.0.105 |
2789 | 2025-07-15T19:46:49.078Z | Checking rstest v0.25.0 |
2790 | 2025-07-15T19:46:49.360Z | Compiling git2 v0.19.0 |
2791 | 2025-07-15T19:46:49.409Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2792 | 2025-07-15T19:46:49.806Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2793 | 2025-07-15T19:46:51.010Z | Checking support-bundle-viewer v0.1.2 |
2794 | 2025-07-15T19:46:51.477Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2795 | 2025-07-15T19:46:51.874Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2796 | 2025-07-15T19:46:52.274Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2797 | 2025-07-15T19:46:52.815Z | Checking rand_distr v0.4.3 |
2798 | 2025-07-15T19:46:53.621Z | Checking multimap v0.10.1 |
2799 | 2025-07-15T19:46:53.982Z | Checking approx v0.5.1 |
2800 | 2025-07-15T19:46:54.441Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2801 | 2025-07-15T19:46:55.848Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2802 | 2025-07-15T19:46:56.610Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2803 | 2025-07-15T19:46:56.692Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2804 | 2025-07-15T19:46:57.317Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2805 | 2025-07-15T19:46:57.610Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2806 | 2025-07-15T19:46:57.746Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2807 | 2025-07-15T19:46:57.867Z | Compiling samael v0.0.19 |
2808 | 2025-07-15T19:46:57.920Z | Checking partial-io v0.5.4 |
2809 | 2025-07-15T19:46:58.448Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2810 | 2025-07-15T19:46:58.790Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2811 | 2025-07-15T19:46:59.078Z | Checking cargo_toml v0.21.0 |
2812 | 2025-07-15T19:46:59.187Z | Checking termios v0.3.3 |
2813 | 2025-07-15T19:46:59.552Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2814 | 2025-07-15T19:46:59.666Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2815 | 2025-07-15T19:47:00.916Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2816 | 2025-07-15T19:47:02.575Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2817 | 2025-07-15T19:47:05.107Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2818 | 2025-07-15T19:47:20.786Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2819 | 2025-07-15T19:47:23.119Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2820 | 2025-07-15T19:47:37.838Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2821 | 2025-07-15T19:47:38.392Z | Compiling polar-core v0.27.3 |
2822 | 2025-07-15T19:47:46.010Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2823 | 2025-07-15T19:47:49.356Z | Checking oso v0.27.3 |
2824 | 2025-07-15T19:47:56.247Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2825 | 2025-07-15T19:47:59.568Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2826 | 2025-07-15T19:48:01.997Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2827 | 2025-07-15T19:48:07.719Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2025-07-15T19:48:16.198Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2829 | 2025-07-15T19:48:43.718Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2830 | 2025-07-15T19:48:43.718Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2831 | 2025-07-15T19:48:43.722Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2832 | 2025-07-15T19:50:04.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s |
2833 | 2025-07-15T19:50:04.858Z | |
2834 | 2025-07-15T19:50:04.858Z | real 7:06.478997260 |
2835 | 2025-07-15T19:50:04.859Z | user 38:49.470863495 |
2836 | 2025-07-15T19:50:04.859Z | sys 6:54.907448366 |
2837 | 2025-07-15T19:50:04.859Z | trap 1.106488628 |
2838 | 2025-07-15T19:50:04.859Z | tflt 0.610001144 |
2839 | 2025-07-15T19:50:04.859Z | dflt 0.166505585 |
2840 | 2025-07-15T19:50:04.859Z | kflt 0.001020214 |
2841 | 2025-07-15T19:50:04.859Z | lock 1:35:53.715635994 |
2842 | 2025-07-15T19:50:04.859Z | slp 2:08:39.326817979 |
2843 | 2025-07-15T19:50:04.859Z | lat 2:20.712733932 |
2844 | 2025-07-15T19:50:04.859Z | stop 14:08.993705533 |
2845 | 2025-07-15T19:50:04.862Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2846 | 2025-07-15T19:50:04.862Z | + ptime -m cargo doc --workspace --no-deps |
2847 | 2025-07-15T19:50:06.046Z | warning: output filename collision. |
2848 | 2025-07-15T19:50:06.047Z | 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)`. |
2849 | 2025-07-15T19:50:06.047Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2850 | 2025-07-15T19:50:06.047Z | The targets should have unique names. |
2851 | 2025-07-15T19:50:06.047Z | This is a known bug where multiple crates with the same name use |
2852 | 2025-07-15T19:50:06.047Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2853 | 2025-07-15T19:50:07.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2854 | 2025-07-15T19:50:07.259Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2855 | 2025-07-15T19:50:07.288Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2025-07-15T19:50:07.359Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2857 | 2025-07-15T19:50:07.391Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2858 | 2025-07-15T19:50:07.394Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2859 | 2025-07-15T19:50:07.394Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2860 | 2025-07-15T19:50:07.674Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2861 | 2025-07-15T19:50:07.712Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2862 | 2025-07-15T19:50:07.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2863 | 2025-07-15T19:50:07.779Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2864 | 2025-07-15T19:50:07.959Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2025-07-15T19:50:08.121Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2866 | 2025-07-15T19:50:08.261Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2867 | 2025-07-15T19:50:08.299Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2868 | 2025-07-15T19:50:08.380Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2869 | 2025-07-15T19:50:08.416Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2870 | 2025-07-15T19:50:08.531Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2871 | 2025-07-15T19:50:08.636Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2872 | 2025-07-15T19:50:08.667Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2873 | 2025-07-15T19:50:08.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2874 | 2025-07-15T19:50:09.031Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2875 | 2025-07-15T19:50:09.110Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2876 | 2025-07-15T19:50:09.282Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2877 | 2025-07-15T19:50:09.514Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2878 | 2025-07-15T19:50:09.778Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2879 | 2025-07-15T19:50:09.979Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2880 | 2025-07-15T19:50:10.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2881 | 2025-07-15T19:50:10.423Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2882 | 2025-07-15T19:50:10.469Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2883 | 2025-07-15T19:50:10.811Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2884 | 2025-07-15T19:50:10.848Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2885 | 2025-07-15T19:50:11.087Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2886 | 2025-07-15T19:50:11.244Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2887 | 2025-07-15T19:50:11.322Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2888 | 2025-07-15T19:50:11.866Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2889 | 2025-07-15T19:50:11.866Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2890 | 2025-07-15T19:50:11.866Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2891 | 2025-07-15T19:50:11.866Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2892 | 2025-07-15T19:50:11.998Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2893 | 2025-07-15T19:50:12.204Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2894 | 2025-07-15T19:50:12.251Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2895 | 2025-07-15T19:50:12.323Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2896 | 2025-07-15T19:50:12.387Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2897 | 2025-07-15T19:50:12.429Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2898 | 2025-07-15T19:50:12.627Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2899 | 2025-07-15T19:50:12.651Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2900 | 2025-07-15T19:50:12.735Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2901 | 2025-07-15T19:50:12.820Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2902 | 2025-07-15T19:50:12.886Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2903 | 2025-07-15T19:50:12.977Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2904 | 2025-07-15T19:50:13.023Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2905 | 2025-07-15T19:50:13.169Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2906 | 2025-07-15T19:50:13.445Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2907 | 2025-07-15T19:50:13.469Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2908 | 2025-07-15T19:50:13.497Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2909 | 2025-07-15T19:50:13.578Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2910 | 2025-07-15T19:50:13.754Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2911 | 2025-07-15T19:50:13.942Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2912 | 2025-07-15T19:50:14.417Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2913 | 2025-07-15T19:50:15.150Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2914 | 2025-07-15T19:50:15.918Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2915 | 2025-07-15T19:50:17.491Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2916 | 2025-07-15T19:50:18.634Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2917 | 2025-07-15T19:50:18.770Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2918 | 2025-07-15T19:50:19.210Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2919 | 2025-07-15T19:50:20.072Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2920 | 2025-07-15T19:50:21.824Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2921 | 2025-07-15T19:50:22.173Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2922 | 2025-07-15T19:50:23.015Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2923 | 2025-07-15T19:50:23.482Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2924 | 2025-07-15T19:50:24.327Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2925 | 2025-07-15T19:50:25.725Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2926 | 2025-07-15T19:50:25.793Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2927 | 2025-07-15T19:50:27.352Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2928 | 2025-07-15T19:50:28.274Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2929 | 2025-07-15T19:50:28.463Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2930 | 2025-07-15T19:50:28.496Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2931 | 2025-07-15T19:50:28.601Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2932 | 2025-07-15T19:50:29.302Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2933 | 2025-07-15T19:50:32.347Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2934 | 2025-07-15T19:50:32.379Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2935 | 2025-07-15T19:50:33.900Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2936 | 2025-07-15T19:50:33.940Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2937 | 2025-07-15T19:50:37.457Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2938 | 2025-07-15T19:50:39.160Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2939 | 2025-07-15T19:50:39.617Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2940 | 2025-07-15T19:50:40.250Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2941 | 2025-07-15T19:50:40.784Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2942 | 2025-07-15T19:50:40.970Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2943 | 2025-07-15T19:50:41.390Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2944 | 2025-07-15T19:50:42.643Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2945 | 2025-07-15T19:50:42.851Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2946 | 2025-07-15T19:50:43.316Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2947 | 2025-07-15T19:50:43.493Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2948 | 2025-07-15T19:50:44.168Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2949 | 2025-07-15T19:50:44.395Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2950 | 2025-07-15T19:50:45.322Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2951 | 2025-07-15T19:50:45.433Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2952 | 2025-07-15T19:50:46.470Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2953 | 2025-07-15T19:50:46.979Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2954 | 2025-07-15T19:50:47.415Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2955 | 2025-07-15T19:50:47.450Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2956 | 2025-07-15T19:50:49.242Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2957 | 2025-07-15T19:50:49.612Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2958 | 2025-07-15T19:50:49.913Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2959 | 2025-07-15T19:50:50.105Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2960 | 2025-07-15T19:50:50.277Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2961 | 2025-07-15T19:50:50.875Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2962 | 2025-07-15T19:50:50.997Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2963 | 2025-07-15T19:50:51.358Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2964 | 2025-07-15T19:50:51.747Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2965 | 2025-07-15T19:50:52.365Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2966 | 2025-07-15T19:50:52.634Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2967 | 2025-07-15T19:50:52.773Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2968 | 2025-07-15T19:50:52.998Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2969 | 2025-07-15T19:50:53.327Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2970 | 2025-07-15T19:50:53.386Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2971 | 2025-07-15T19:50:53.996Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2972 | 2025-07-15T19:50:54.280Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2973 | 2025-07-15T19:50:54.887Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2974 | 2025-07-15T19:50:55.274Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2975 | 2025-07-15T19:50:55.323Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2976 | 2025-07-15T19:50:55.469Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2977 | 2025-07-15T19:50:55.600Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2978 | 2025-07-15T19:50:55.825Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2979 | 2025-07-15T19:50:55.863Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2980 | 2025-07-15T19:50:56.055Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2981 | 2025-07-15T19:50:56.221Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2982 | 2025-07-15T19:50:56.500Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2983 | 2025-07-15T19:50:56.999Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2984 | 2025-07-15T19:50:57.159Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2985 | 2025-07-15T19:50:58.220Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2986 | 2025-07-15T19:50:58.477Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2025-07-15T19:50:58.706Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2988 | 2025-07-15T19:50:58.758Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2989 | 2025-07-15T19:50:59.441Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2990 | 2025-07-15T19:51:00.171Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2991 | 2025-07-15T19:51:01.024Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2992 | 2025-07-15T19:51:02.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2025-07-15T19:51:02.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2994 | 2025-07-15T19:51:02.795Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2995 | 2025-07-15T19:51:02.870Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2996 | 2025-07-15T19:51:04.490Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2025-07-15T19:51:05.380Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2998 | 2025-07-15T19:51:06.949Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2999 | 2025-07-15T19:51:06.983Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3000 | 2025-07-15T19:51:07.891Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3001 | 2025-07-15T19:51:08.137Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3002 | 2025-07-15T19:51:09.137Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3003 | 2025-07-15T19:51:09.183Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3004 | 2025-07-15T19:51:09.674Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3005 | 2025-07-15T19:51:11.898Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3006 | 2025-07-15T19:51:12.367Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3007 | 2025-07-15T19:51:13.663Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3008 | 2025-07-15T19:51:17.223Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3009 | 2025-07-15T19:51:19.003Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3010 | 2025-07-15T19:51:19.796Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3011 | 2025-07-15T19:51:20.393Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3012 | 2025-07-15T19:51:23.569Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3013 | 2025-07-15T19:51:24.432Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3014 | 2025-07-15T19:51:29.303Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3015 | 2025-07-15T19:51:29.417Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3016 | 2025-07-15T19:51:32.202Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3017 | 2025-07-15T19:51:32.909Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3018 | 2025-07-15T19:51:35.550Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3019 | 2025-07-15T19:51:36.020Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3020 | 2025-07-15T19:51:36.680Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3021 | 2025-07-15T19:51:37.884Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3022 | 2025-07-15T19:51:37.994Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3023 | 2025-07-15T19:51:38.089Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3024 | 2025-07-15T19:51:40.601Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3025 | 2025-07-15T19:51:41.362Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3026 | 2025-07-15T19:51:43.156Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3027 | 2025-07-15T19:51:43.844Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3028 | 2025-07-15T19:51:46.068Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3029 | 2025-07-15T19:51:46.102Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3030 | 2025-07-15T19:51:46.284Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3031 | 2025-07-15T19:51:46.855Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3032 | 2025-07-15T19:51:47.989Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3033 | 2025-07-15T19:51:48.976Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3034 | 2025-07-15T19:51:49.351Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3035 | 2025-07-15T19:51:50.147Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3036 | 2025-07-15T19:51:51.846Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3037 | 2025-07-15T19:51:53.322Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3038 | 2025-07-15T19:51:53.910Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3039 | 2025-07-15T19:51:54.722Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3040 | 2025-07-15T19:51:55.955Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3041 | 2025-07-15T19:51:57.272Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3042 | 2025-07-15T19:51:57.536Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3043 | 2025-07-15T19:51:59.089Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3044 | 2025-07-15T19:51:59.596Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3045 | 2025-07-15T19:52:01.082Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3046 | 2025-07-15T19:52:02.853Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3047 | 2025-07-15T19:52:03.135Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3048 | 2025-07-15T19:52:03.707Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3049 | 2025-07-15T19:52:05.830Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3050 | 2025-07-15T19:52:06.596Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3051 | 2025-07-15T19:52:07.819Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3052 | 2025-07-15T19:52:08.030Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3053 | 2025-07-15T19:52:08.264Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3054 | 2025-07-15T19:52:08.790Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3055 | 2025-07-15T19:52:10.671Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3056 | 2025-07-15T19:52:10.816Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3057 | 2025-07-15T19:52:11.193Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3058 | 2025-07-15T19:52:12.001Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3059 | 2025-07-15T19:52:13.733Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3060 | 2025-07-15T19:52:14.672Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3061 | 2025-07-15T19:52:14.882Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3062 | 2025-07-15T19:52:15.036Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3063 | 2025-07-15T19:52:15.731Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3064 | 2025-07-15T19:52:17.713Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3065 | 2025-07-15T19:52:18.652Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3066 | 2025-07-15T19:52:18.656Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3067 | 2025-07-15T19:52:18.715Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3068 | 2025-07-15T19:52:19.569Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3069 | 2025-07-15T19:52:20.945Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3070 | 2025-07-15T19:52:22.471Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3071 | 2025-07-15T19:52:22.787Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3072 | 2025-07-15T19:52:23.222Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3073 | 2025-07-15T19:52:24.072Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3074 | 2025-07-15T19:52:24.732Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3075 | 2025-07-15T19:52:25.325Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3076 | 2025-07-15T19:52:27.138Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3077 | 2025-07-15T19:52:27.769Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3078 | 2025-07-15T19:52:27.852Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3079 | 2025-07-15T19:52:28.323Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3080 | 2025-07-15T19:52:29.602Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3081 | 2025-07-15T19:52:31.174Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3082 | 2025-07-15T19:52:32.313Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3083 | 2025-07-15T19:52:33.204Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3084 | 2025-07-15T19:52:33.509Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3085 | 2025-07-15T19:52:33.738Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3086 | 2025-07-15T19:52:34.686Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3087 | 2025-07-15T19:52:35.082Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3088 | 2025-07-15T19:52:35.958Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3089 | 2025-07-15T19:52:36.971Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3090 | 2025-07-15T19:52:37.264Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3091 | 2025-07-15T19:52:37.438Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3092 | 2025-07-15T19:52:37.576Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3093 | 2025-07-15T19:52:37.881Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3094 | 2025-07-15T19:52:38.002Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3095 | 2025-07-15T19:52:39.706Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3096 | 2025-07-15T19:52:40.498Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3097 | 2025-07-15T19:52:46.365Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3098 | 2025-07-15T19:52:46.588Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3099 | 2025-07-15T19:52:47.067Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3100 | 2025-07-15T19:52:47.111Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3101 | 2025-07-15T19:52:47.230Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3102 | 2025-07-15T19:52:49.830Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3103 | 2025-07-15T19:52:49.886Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3104 | 2025-07-15T19:52:51.773Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3105 | 2025-07-15T19:52:52.232Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3106 | 2025-07-15T19:52:52.264Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3107 | 2025-07-15T19:52:53.645Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3108 | 2025-07-15T19:52:53.955Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3109 | 2025-07-15T19:52:55.462Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3110 | 2025-07-15T19:52:55.494Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3111 | 2025-07-15T19:52:55.683Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3112 | 2025-07-15T19:52:56.560Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3113 | 2025-07-15T19:52:58.820Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3114 | 2025-07-15T19:52:59.216Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3115 | 2025-07-15T19:53:00.183Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3116 | 2025-07-15T19:53:00.374Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3117 | 2025-07-15T19:53:00.808Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3118 | 2025-07-15T19:53:01.037Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3119 | 2025-07-15T19:53:01.448Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3120 | 2025-07-15T19:53:01.911Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3121 | 2025-07-15T19:53:02.392Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3122 | 2025-07-15T19:53:02.492Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3123 | 2025-07-15T19:53:02.598Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3124 | 2025-07-15T19:53:02.780Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3125 | 2025-07-15T19:53:02.891Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3126 | 2025-07-15T19:53:03.160Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3127 | 2025-07-15T19:53:03.675Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3128 | 2025-07-15T19:53:03.807Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3129 | 2025-07-15T19:53:04.290Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3130 | 2025-07-15T19:53:04.564Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3131 | 2025-07-15T19:53:04.596Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3132 | 2025-07-15T19:53:04.977Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3133 | 2025-07-15T19:53:04.981Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3134 | 2025-07-15T19:53:06.297Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3135 | 2025-07-15T19:53:06.990Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3136 | 2025-07-15T19:53:07.387Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3137 | 2025-07-15T19:53:07.428Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3138 | 2025-07-15T19:53:07.738Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3139 | 2025-07-15T19:53:07.887Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3140 | 2025-07-15T19:53:08.212Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3141 | 2025-07-15T19:53:39.891Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3142 | 2025-07-15T19:53:47.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
3143 | 2025-07-15T19:53:47.470Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
3144 | 2025-07-15T19:53:47.560Z | |
3145 | 2025-07-15T19:53:47.564Z | real 3:42.591351185 |
3146 | 2025-07-15T19:53:47.564Z | user 21:23.431542656 |
3147 | 2025-07-15T19:53:47.564Z | sys 3:18.138102584 |
3148 | 2025-07-15T19:53:47.564Z | trap 0.618081345 |
3149 | 2025-07-15T19:53:47.564Z | tflt 0.174466485 |
3150 | 2025-07-15T19:53:47.564Z | dflt 0.078355235 |
3151 | 2025-07-15T19:53:47.564Z | kflt 0.001104982 |
3152 | 2025-07-15T19:53:47.564Z | lock 51:34.701510410 |
3153 | 2025-07-15T19:53:47.564Z | slp 1:00:32.171811357 |
3154 | 2025-07-15T19:53:47.564Z | lat 1:32.243291097 |
3155 | 2025-07-15T19:53:47.564Z | stop 2:07.570800520 |
3156 | 2025-07-15T19:53:47.564Z | process exited: duration 933533 ms, exit code 0 |
|
3157 | 2025-07-15T19:53:47.571Z | found 0 output files |